diff --git a/apps/total-angular/src/app/app.module.ts b/apps/total-angular/src/app/app.module.ts index c3e26a64b..f9ad21297 100644 --- a/apps/total-angular/src/app/app.module.ts +++ b/apps/total-angular/src/app/app.module.ts @@ -12,6 +12,7 @@ import {ConversionModule, ConversionAppComponent} from "@groupdocs.examples.angu import {AnnotationModule, AnnotationAppComponent} from "@groupdocs.examples.angular/annotation"; import {MetadataModule, MetadataAppComponent} from "@groupdocs.examples.angular/metadata"; import {SearchAppComponent, SearchModule} from "@groupdocs.examples.angular/search"; +import {ParserAppComponent, ParserModule} from "@groupdocs.examples.angular/parser"; @NgModule({ declarations: [AppComponent, TotalNavComponent, TotalViewComponent], @@ -25,6 +26,7 @@ import {SearchAppComponent, SearchModule} from "@groupdocs.examples.angular/sear AnnotationModule.forRoot("http://localhost:8080"), MetadataModule.forRoot("http://localhost:8080"), SearchModule.forRoot("http://localhost:8080"), + ParserModule.forRoot("http://localhost:8080"), RouterModule.forRoot([ {path: '', component: TotalViewComponent}, {path: 'viewer', component: ViewerAppComponent}, @@ -35,7 +37,8 @@ import {SearchAppComponent, SearchModule} from "@groupdocs.examples.angular/sear {path: 'annotation', component: AnnotationAppComponent}, {path: 'metadata', component: MetadataAppComponent}, {path: 'search', component: SearchAppComponent}, - ], {initialNavigation: 'enabled'}) + {path: 'parser', component: ParserAppComponent}, + ], {initialNavigation: 'enabled'}) ], providers: [], exports: [ diff --git a/apps/total-angular/src/app/total-nav/total-nav.component.html b/apps/total-angular/src/app/total-nav/total-nav.component.html index 5ed88e6c4..d69d33885 100644 --- a/apps/total-angular/src/app/total-nav/total-nav.component.html +++ b/apps/total-angular/src/app/total-nav/total-nav.component.html @@ -64,11 +64,11 @@
Search
  • - - -
    + + +
    GroupDocs
    -
    Text
    +
    Parser
  • diff --git a/debug.log b/debug.log new file mode 100644 index 000000000..0b8ad990e --- /dev/null +++ b/debug.log @@ -0,0 +1,2 @@ +[0922/212716.692:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2) +[0926/104811.889:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2) diff --git a/dist/apps/total-angular/main-es2015.js b/dist/apps/total-angular/main-es2015.js index 467a3551b..0985536dc 100644 --- a/dist/apps/total-angular/main-es2015.js +++ b/dist/apps/total-angular/main-es2015.js @@ -1,10 +1,10 @@ (window["webpackJsonp"] = window["webpackJsonp"] || []).push([["main"],{ /***/ "../../dist/libs/common-components/fesm2015/groupdocs.examples.angular-common-components.js": -/*!*******************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/dist/libs/common-components/fesm2015/groupdocs.examples.angular-common-components.js ***! - \*******************************************************************************************************************************************/ -/*! exports provided: AddDynamicComponentService, Api, BackFormattingService, BrowseFilesModalComponent, ButtonComponent, ColorPickerComponent, CommonComponentsModule, CommonModals, ConfigService, ContextMenuComponent, DisabledCursorDirective, DndDirective, DocumentComponent, DropDownComponent, DropDownItemComponent, DropDownItemsComponent, DropDownToggleComponent, EditHtmlService, EditorDirective, ErrorInterceptorService, ErrorModalComponent, ExceptionMessageService, FileCredentials, FileDescription, FileModel, FileService, FileUtil, Formatting, FormattingDirective, FormattingService, HighlightSearchPipe, HostDynamicDirective, HostingDynamicComponentService, HttpError, InitStateComponent, LeftSideBarComponent, LoadingMaskComponent, LoadingMaskInterceptorService, LoadingMaskService, LogoComponent, MenuType, ModalComponent, ModalService, NavigateService, OnCloseService, PageComponent, PageModel, PagePreloadService, PasswordRequiredComponent, PasswordService, RenderPrintDirective, RenderPrintService, RotatedPage, RotationDirective, SanitizeHtmlPipe, SanitizeResourceHtmlPipe, SanitizeStylePipe, SaveFile, ScrollableDirective, SearchComponent, SearchService, SearchableDirective, SelectComponent, SelectionService, SidePanelComponent, SuccessModalComponent, TabActivatorService, TabComponent, TabbedToolbarsComponent, TextMenuComponent, TooltipComponent, TopTabActivatorService, TopToolbarComponent, UploadFileZoneComponent, UploadFilesService, Utils, ViewportService, WindowService, ZoomDirective, ZoomService, ɵa, ɵb, ɵc, ɵd */ +/*!*******************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/dist/libs/common-components/fesm2015/groupdocs.examples.angular-common-components.js ***! + \*******************************************************************************************************************************/ +/*! exports provided: AddDynamicComponentService, Api, BackFormattingService, BrowseFilesModalComponent, ButtonComponent, ColorPickerComponent, CommonComponentsModule, CommonModals, ConfigService, ContextMenuComponent, DisabledCursorDirective, DndDirective, DocumentComponent, DropDownComponent, DropDownItemComponent, DropDownItemsComponent, DropDownToggleComponent, EditHtmlService, EditorDirective, ErrorInterceptorService, ErrorModalComponent, ExceptionMessageService, FileCredentials, FileDescription, FileModel, FileService, FileUtil, Formatting, FormattingDirective, FormattingService, HighlightSearchPipe, HostDynamicDirective, HostingDynamicComponentService, HttpError, InitStateComponent, LeftSideBarComponent, LoadingMaskComponent, LoadingMaskInterceptorService, LoadingMaskService, LogoComponent, MenuType, ModalComponent, ModalService, MouseWheelDirective, NavigateService, OnCloseService, PageComponent, PageModel, PagePreloadService, PasswordRequiredComponent, PasswordService, RenderPrintDirective, RenderPrintService, RotatedPage, RotationDirective, SanitizeHtmlPipe, SanitizeResourceHtmlPipe, SanitizeStylePipe, SaveFile, ScrollableDirective, SearchComponent, SearchService, SearchableDirective, SelectComponent, SelectionService, SidePanelComponent, SuccessModalComponent, TabActivatorService, TabComponent, TabbedToolbarsComponent, TextMenuComponent, TooltipComponent, TopTabActivatorService, TopToolbarComponent, UploadFileZoneComponent, UploadFilesService, Utils, ViewportService, WindowService, ZoomDirective, ZoomService, ɵa, ɵb, ɵc, ɵd */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -52,6 +52,7 @@ __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MenuType", function() { return MenuType; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ModalComponent", function() { return ModalComponent; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ModalService", function() { return ModalService; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MouseWheelDirective", function() { return MouseWheelDirective; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NavigateService", function() { return NavigateService; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "OnCloseService", function() { return OnCloseService; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PageComponent", function() { return PageComponent; }); @@ -147,27 +148,38 @@ TopToolbarComponent.ctorParameters = () => []; */ class SidePanelComponent { constructor() { + this.closable = true; + this.saveable = true; this.hideSidePanel = new _angular_core__WEBPACK_IMPORTED_MODULE_0__["EventEmitter"](); + this.saveInSidePanel = new _angular_core__WEBPACK_IMPORTED_MODULE_0__["EventEmitter"](); this.onlyTitle = false; } /** * @return {?} */ - openSidePanel() { + closeSidePanel() { this.hideSidePanel.emit(true); } + /** + * @return {?} + */ + saveBySidePanel() { + this.saveInSidePanel.emit(true); + } /** * @return {?} */ toggleTitleMode() { - this.onlyTitle = !this.onlyTitle; + if (this.closable && !this.saveable) { + this.onlyTitle = !this.onlyTitle; + } } } SidePanelComponent.decorators = [ { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'gd-side-panel', - template: "
    \n
    \n \n
    {{title}}
    \n
    \n \n
    \n
    \n
    \n \n
    \n
    \n", - styles: [".gd-side-panel-wrapper{margin-right:0;width:334px;z-index:999;background-color:#fff;-webkit-transition:margin-right .2s;transition:margin-right .2s;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;height:100vh}.gd-side-panel-wrapper .gd-side-panel-header{height:60px;background-color:#222e35;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:nowrap}.gd-side-panel-wrapper .gd-side-panel-header .icon{font-size:24px;color:#959da5;margin:18px;line-height:24px}.gd-side-panel-wrapper .gd-side-panel-header .title{font-size:13px;font-weight:700;color:#edf0f2;opacity:.57;margin-top:20px;width:100%}.gd-side-panel-wrapper .gd-side-panel-header .close{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.gd-side-panel-wrapper .gd-side-panel-header /deep/ gd-button .text{padding:0}.gd-side-panel-wrapper .gd-side-panel-body{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;overflow:visible;overflow-y:auto;overflow-x:hidden;height:100%}@media (max-width:1037px){.gd-side-panel-wrapper{width:100%;position:absolute;left:0;right:0;top:0;bottom:0}.gd-side-panel-wrapper.only-title{height:60px!important}}"] + template: "
    \n
    \n \n
    {{title}}
    \n
    \n \n
    \n
    \n \n
    \n
    \n
    \n \n
    \n
    \n", + styles: [".gd-side-panel-wrapper{margin-right:0;width:334px;z-index:999;background-color:#fff;-webkit-transition:margin-right .2s;transition:margin-right .2s;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;height:100vh}.gd-side-panel-wrapper .gd-side-panel-header{height:60px;background-color:#222e35;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:nowrap}.gd-side-panel-wrapper .gd-side-panel-header .icon{font-size:24px;color:#959da5;margin:18px;line-height:24px}.gd-side-panel-wrapper .gd-side-panel-header .title{font-size:13px;font-weight:700;color:#edf0f2;opacity:.57;margin-top:20px;width:100%}.gd-side-panel-wrapper .gd-side-panel-header .close,.gd-side-panel-wrapper .gd-side-panel-header .save{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.gd-side-panel-wrapper .gd-side-panel-header ::ng-deep gd-button .text{padding:0}.gd-side-panel-wrapper .gd-side-panel-body{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;overflow:visible;overflow-y:auto;overflow-x:hidden;height:100%}@media (max-width:1037px){.gd-side-panel-wrapper{width:100%;position:absolute;left:0;right:0;top:0;bottom:0}.gd-side-panel-wrapper.only-title{height:60px!important}}"] }] } ]; /** @nocollapse */ @@ -175,7 +187,10 @@ SidePanelComponent.ctorParameters = () => []; SidePanelComponent.propDecorators = { title: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], icon: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], - hideSidePanel: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Output"] }] + closable: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], + saveable: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], + hideSidePanel: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Output"] }], + saveInSidePanel: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Output"] }] }; if (false) {} @@ -269,6 +284,7 @@ class ButtonComponent { this.disabled = false; this.toggle = false; this.iconRegular = false; + this.elementPosition = 0; this.showToolTip = false; this.isDesktop = windowService.isDesktop(); windowService.onResize.subscribe((/** @@ -317,8 +333,8 @@ class ButtonComponent { ButtonComponent.decorators = [ { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'gd-button', - template: "
    \n \n \n
    \n \n
    \n
    \n", - styles: [".icon-button{padding:0!important;margin:0 7px}.button{padding:0 10px;font-size:14px;color:#959da5;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;min-width:37px;height:37px;text-align:center;position:relative;white-space:nowrap}.button.inactive{cursor:not-allowed;opacity:.4}.button.active *{color:#ccd0d4}.button.primary{background-color:#3e4e5a;color:#fff}.button.primary.active{color:#fff;background-color:#688296}.button.brand{background-color:#25c2d4;color:#fff}.button.brand.active{color:#fff;background-color:#688296}.button .text{font-size:13px;padding-left:10px}@media (max-width:1037px){.button{font-size:22px}.arrow-button{margin:5px}}"] + template: "
    \n \n \n
    \n \n
    \n
    \n", + styles: [".icon-button{padding:0!important;margin:0 7px}.button{padding:0 10px;font-size:14px;color:#959da5;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;align-content:center;-webkit-box-pack:center;justify-content:center;min-width:37px;height:37px;text-align:center;position:relative;white-space:nowrap}.button.inactive{cursor:not-allowed;opacity:.4}.button.active *{color:#ccd0d4}.button.primary{background-color:#3e4e5a;color:#fff}.button.primary.active{color:#fff;background-color:#688296}.button.brand{background-color:#25c2d4;color:#fff}.button.brand.active{color:#fff;background-color:#688296}.button .text{font-size:13px;padding-left:10px}.button .button-tooltip{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}@media (max-width:1037px){.button{font-size:22px}.arrow-button{margin:5px}}"] }] } ]; /** @nocollapse */ @@ -335,7 +351,8 @@ ButtonComponent.propDecorators = { className: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], toggle: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], iconSize: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], - iconRegular: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }] + iconRegular: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], + elementPosition: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }] }; if (false) {} @@ -372,8 +389,18 @@ if (false) {} */ class TooltipComponent { constructor() { + this.position = 0; this.visibility = 'hidden'; } + /** + * @return {?} + */ + getClass() { + if (this.position === 0) { + return 'tooltip'; + } + return 'tooltip ' + (this.position > 0 ? 'last-element' : 'first-element'); + } /** * @param {?} value * @return {?} @@ -390,14 +417,15 @@ class TooltipComponent { TooltipComponent.decorators = [ { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'gd-tooltip', - template: "\n", - styles: [".tooltip{position:absolute;margin-top:37px;width:100px;background-color:#000;color:#fff;text-align:center;border-radius:0;padding:5px 0;z-index:1;margin-left:-66px;font-size:10px;height:11px;line-height:11px}.tooltip.hidden{visibility:hidden}.tooltip.shown{visibility:visible}.shown:after{content:\" \";position:absolute;bottom:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-bottom-color:#000}"] + template: "\n", + styles: [".tooltip{position:absolute;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:#000;color:#fff;text-align:center;border-radius:0;padding:5px;z-index:1;font-size:10px;height:11px;line-height:11px;-ms-grid-row-align:center;align-self:center;margin:0!important}.first-element{margin-left:10px!important}.last-element{margin-left:-10px!important}.tooltip.hidden{visibility:hidden}.tooltip.shown{visibility:visible}.shown:after{content:\" \";position:absolute;bottom:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-bottom-color:#000}"] }] } ]; /** @nocollapse */ TooltipComponent.ctorParameters = () => []; TooltipComponent.propDecorators = { text: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], + position: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], show: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }] }; if (false) {} @@ -411,14 +439,20 @@ class Api { Api.VIEWER_APP = '/viewer'; Api.SIGNATURE_APP = '/signature'; Api.ANNOTATION_APP = '/annotation'; +Api.SEARCH_APP = '/search'; Api.EDITOR_APP = '/editor'; Api.COMPARISON_APP = '/comparison'; Api.CONVERSION_APP = '/conversion'; +Api.METADATA_APP = '/metadata'; Api.DEFAULT_API_ENDPOINT = window.location.href; Api.LOAD_FILE_TREE = '/loadFileTree'; Api.LOAD_CONFIG = '/loadConfig'; Api.LOAD_DOCUMENT_DESCRIPTION = '/loadDocumentDescription'; Api.LOAD_DOCUMENT_PAGE = '/loadDocumentPage'; +Api.LOAD_DOCUMENT_PROPERTIES = '/loadProperties'; +Api.LOAD_DOCUMENT_PROPERTIES_NAMES = '/loadPropertiesNames'; +Api.SAVE_PROPERTY = '/saveProperty'; +Api.REMOVE_PROPERTY = '/removeProperty'; Api.ROTATE_DOCUMENT_PAGE = '/rotateDocumentPages'; Api.UPLOAD_DOCUMENTS = '/uploadDocument'; Api.DOWNLOAD_DOCUMENTS = '/downloadDocument'; @@ -427,9 +461,12 @@ Api.LOAD_PRINT_PDF = '/printPdf'; Api.LOAD_THUMBNAILS = '/loadThumbnails'; Api.LOAD_FORMATS = '/loadFormats'; Api.SAVE_FILE = '/saveFile'; +Api.CREATE_FILE = '/createFile'; Api.COMPARE_FILES = '/compare'; Api.CONVERT_FILE = '/convert'; Api.DELETE_SIGNATURE_FILE = '/deleteSignatureFile'; +Api.REMOVE_FROM_INDEX = '/removeFromIndex'; +Api.GET_FILE_STATUS = '/getFileStatus'; Api.SAVE_OPTICAL_CODE = '/saveOpticalCode'; Api.SAVE_TEXT = '/saveText'; Api.SAVE_IMAGE = '/saveImage'; @@ -438,6 +475,8 @@ Api.SIGN = '/sign'; Api.DOWNLOAD_SIGNED = '/downloadSigned'; Api.LOAD_SIGNATURE_IMAGE = '/loadSignatureImage'; Api.ANNOTATE = '/annotate'; +Api.SEARCH = '/search'; +Api.ADD_FILES_TO_INDEX = '/addFilesToIndex'; Api.httpOptionsJson = { headers: new _angular_common_http__WEBPACK_IMPORTED_MODULE_8__["HttpHeaders"]({ 'Content-Type': 'application/json', @@ -492,6 +531,12 @@ class ConfigService { getConversionApiEndpoint() { return this._apiEndpoint.trim().endsWith(Api.CONVERSION_APP) ? this._apiEndpoint : this._apiEndpoint + Api.CONVERSION_APP; } + /** + * @return {?} + */ + getMetadataApiEndpoint() { + return this._apiEndpoint.trim().endsWith(Api.METADATA_APP) ? this._apiEndpoint : this._apiEndpoint + Api.METADATA_APP; + } /** * @return {?} */ @@ -510,6 +555,12 @@ class ConfigService { getAnnotationApiEndpoint() { return this._apiEndpoint.endsWith(Api.ANNOTATION_APP) ? this._apiEndpoint : this._apiEndpoint + Api.ANNOTATION_APP; } + /** + * @return {?} + */ + getSearchApiEndpoint() { + return this._apiEndpoint.endsWith(Api.SEARCH_APP) ? this._apiEndpoint : this._apiEndpoint + Api.SEARCH_APP; + } } ConfigService.decorators = [ { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Injectable"] } @@ -660,7 +711,7 @@ ModalComponent.decorators = [ { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'gd-modal', template: "
    \n
    \n
    \n
    \n\n
    \n
    ×
    \n

    {{title}}

    \n
    \n\n
    \n \n
    \n\n
    \n\n
    \n
    \n
    \n\n\n", - styles: ["@import url(https://fonts.googleapis.com/css?family=Montserrat&display=swap);:host *{font-family:'Open Sans',Arial,Helvetica,sans-serif}.gd-modal{overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0;background-color:rgba(0,0,0,.5)}.gd-modal-dialog{box-shadow:#0005 0 0 10px;position:fixed;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1051}.gd-modal-content{background-color:#fff;height:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.gd-modal-header{height:60px;padding:0 12px 0 24px;background-color:#3e4e5a}.gd-modal-close{position:absolute;right:12px;top:12px;cursor:pointer;color:#fff;width:37px;height:37px;text-align:center}.gd-modal-close span{font-size:18px;font-weight:900;height:19px;width:10px;line-height:36px}.gd-modal-title{font-size:16px;font-weight:400;padding-top:17px;padding-bottom:22px;margin:0;color:#fff}.gd-modal-body{background-color:#fff;overflow:hidden;overflow-y:auto;height:calc(100% - 75px)}.gd-modal-footer{height:auto}.gd-modal-footer>.btn{float:right;margin:20px 15px;padding:10px 20px;cursor:pointer;font-size:12px}@media (max-width:1037px){.gd-modal-dialog{width:100%;height:100%}.gd-modal-body{height:100%}}"] + styles: ["@import url(https://fonts.googleapis.com/css?family=Montserrat&display=swap);:host *{font-family:'Open Sans',Arial,Helvetica,sans-serif}.gd-modal{overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0;background-color:rgba(0,0,0,.5)}.gd-modal-dialog{box-shadow:#0005 0 0 10px;position:fixed;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1051}.gd-modal-dialog ::ng-deep .button{-webkit-box-orient:unset!important;-webkit-box-direction:unset!important;flex-direction:unset!important}.gd-modal-content{background-color:#fff;height:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.gd-modal-header{height:60px;padding:0 12px 0 24px;background-color:#3e4e5a}.gd-modal-close{position:absolute;right:12px;top:12px;cursor:pointer;color:#fff;width:37px;height:37px;text-align:center}.gd-modal-close span{font-size:18px;font-weight:900;height:19px;width:10px;line-height:36px}.gd-modal-title{font-size:16px;font-weight:400;padding-top:17px;padding-bottom:22px;margin:0;color:#fff}.gd-modal-body{background-color:#fff;overflow:hidden;overflow-y:auto;height:calc(100% - 75px)}.gd-modal-footer{height:auto}.gd-modal-footer>.btn{float:right;margin:20px 15px;padding:10px 20px;cursor:pointer;font-size:12px}@media (max-width:1037px){.gd-modal-dialog{width:100%;height:100%}.gd-modal-body{height:100%}}"] }] } ]; /** @nocollapse */ @@ -1187,6 +1238,140 @@ class ZoomService { } if (false) {} +/** + * @fileoverview added by tsickle + * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc + */ +class PagePreloadService { + constructor() { + this._checkPreload = new rxjs__WEBPACK_IMPORTED_MODULE_2__["Observable"]((/** + * @param {?} observer + * @return {?} + */ + observer => this._observer = observer)); + } + /** + * @return {?} + */ + get checkPreload() { + return this._checkPreload; + } + /** + * @param {?} page + * @return {?} + */ + changeLastPageInView(page) { + if (this._observer) { + this._observer.next(page); + } + } +} +if (false) {} + +/** + * @fileoverview added by tsickle + * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc + */ +class NavigateService { + /** + * @param {?} _pagePreloadService + */ + constructor(_pagePreloadService) { + this._pagePreloadService = _pagePreloadService; + this._currentPage = 0; + this._countPages = 0; + this._navigate = new rxjs__WEBPACK_IMPORTED_MODULE_2__["Observable"]((/** + * @param {?} observer + * @return {?} + */ + observer => this._observer = observer)); + } + /** + * @return {?} + */ + get navigate() { + return this._navigate; + } + /** + * @return {?} + */ + get countPages() { + return this._countPages; + } + /** + * @param {?} value + * @return {?} + */ + set countPages(value) { + this._countPages = value; + } + /** + * @return {?} + */ + get currentPage() { + return this._currentPage; + } + /** + * @param {?} value + * @return {?} + */ + set currentPage(value) { + this._currentPage = value; + } + /** + * @return {?} + */ + nextPage() { + if (this._currentPage < this._countPages) { + this._currentPage++; + this.navigateTo(this._currentPage); + } + } + /** + * @return {?} + */ + prevPage() { + if (this._currentPage > 1) { + this._currentPage--; + this.navigateTo(this._currentPage); + } + } + /** + * @return {?} + */ + toLastPage() { + this._currentPage = this._countPages; + this.navigateTo(this._currentPage); + } + /** + * @return {?} + */ + toFirstPage() { + this._currentPage = 1; + this.navigateTo(this._currentPage); + } + /** + * @param {?} page + * @return {?} + */ + navigateTo(page) { + this.currentPage = page; + this._pagePreloadService.changeLastPageInView(page); + this._observer.next(page); + } +} +NavigateService.decorators = [ + { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Injectable"], args: [{ + providedIn: 'root' + },] } +]; +/** @nocollapse */ +NavigateService.ctorParameters = () => [ + { type: PagePreloadService } +]; +/** @nocollapse */ NavigateService.ngInjectableDef = Object(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineInjectable"])({ factory: function NavigateService_Factory() { return new NavigateService(Object(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵinject"])(PagePreloadService)); }, token: NavigateService, providedIn: "root" }); +if (false) {} + /** * @fileoverview added by tsickle * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc @@ -1198,11 +1383,14 @@ class DocumentComponent { * @param {?} _elementRef * @param {?} _zoomService * @param {?} _windowService + * @param {?} _navigateService */ - constructor(_elementRef, _zoomService, _windowService) { + constructor(_elementRef, _zoomService, _windowService, _navigateService) { this._elementRef = _elementRef; this._zoomService = _zoomService; this._windowService = _windowService; + this._navigateService = _navigateService; + this.onpan = new _angular_core__WEBPACK_IMPORTED_MODULE_0__["EventEmitter"](); this.wait = false; this.docWidth = null; this.docHeight = null; @@ -1233,6 +1421,9 @@ class DocumentComponent { * @return {?} */ ngOnInit() { + if (this.ifPresentation()) { + this.selectedPage = 1; + } } /** * @return {?} @@ -1273,12 +1464,19 @@ class DocumentComponent { ifExcel() { return FileUtil.find(this.file.guid, false).format === "Microsoft Excel"; } + /** + * @return {?} + */ + ifPresentation() { + return FileUtil.find(this.file.guid, false).format === "Microsoft PowerPoint"; + } /** * @param {?} value + * @param {?} pageNumber * @return {?} */ - getDimensionWithUnit(value) { - return value + (this.mode ? FileUtil.find(this.file.guid, false).unit : 'px'); + getDimensionWithUnit(value, pageNumber) { + return this.ifPresentation() && !this.isVisible(pageNumber) ? 0 : value + (this.mode ? FileUtil.find(this.file.guid, false).unit : 'px'); } /** * @return {?} @@ -1466,6 +1664,7 @@ class DocumentComponent { // if (!this.isDesktop) { // this.translate($event.deltaX, $event.deltaY); // } + this.onpan.emit($event); } /** * @param {?} $event @@ -1489,24 +1688,39 @@ class DocumentComponent { } } } + /** + * @param {?} pageNumber + * @return {?} + */ + isVisible(pageNumber) { + if (this.ifPresentation()) { + return pageNumber === this.selectedPage ? true : false; + } + else { + return true; + } + } } DocumentComponent.decorators = [ { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'gd-document', - template: "
    Please wait...
    \n
    \n
    \n
    \n \n
    \n
    \n \n
    \n", - styles: [":host{-webkit-box-flex:1;flex:1;-webkit-transition:.4s;transition:.4s;background-color:#e7e7e7;height:100%;overflow:scroll}.page{display:inline-block;background-color:#fff;margin:20px;box-shadow:0 3px 6px rgba(0,0,0,.16);-webkit-transition:.3s;transition:.3s}.page.excel{overflow:auto}.wait{position:absolute;top:55px;left:Calc(30%)}.panzoom{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;-webkit-box-pack:center;justify-content:center;align-content:flex-start}@media (max-width:1037px){.page{min-width:unset!important;min-height:unset!important;margin:5px 0}}"] + template: "
    Please wait...
    \n
    \n
    \n
    \n \n
    \n
    \n \n
    \n", + styles: [":host{-webkit-box-flex:1;flex:1;-webkit-transition:.4s;transition:.4s;background-color:#e7e7e7;height:100%;overflow:scroll;touch-action:auto!important}:host .document{-webkit-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important;user-select:text!important;touch-action:auto!important}.page{display:inline-block;background-color:#fff;margin:20px;box-shadow:0 3px 6px rgba(0,0,0,.16);-webkit-transition:.3s;transition:.3s}.page.excel{overflow:auto}.page.presentation{margin:0;-webkit-transition:unset;transition:unset}.page.presentation.active{margin:20px}.wait{position:absolute;top:55px;left:Calc(30%)}.panzoom{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;-webkit-box-pack:center;justify-content:center;align-content:flex-start}@media (max-width:1037px){.page{min-width:unset!important;min-height:unset!important;margin:5px 0}}"] }] } ]; /** @nocollapse */ DocumentComponent.ctorParameters = () => [ { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["ElementRef"] }, { type: ZoomService }, - { type: WindowService } + { type: WindowService }, + { type: NavigateService } ]; DocumentComponent.propDecorators = { mode: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], preloadPageCount: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], - file: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }] + file: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], + selectedPage: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], + onpan: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Output"] }] }; if (false) {} @@ -1534,7 +1748,12 @@ class PageComponent { ngOnChanges(changes) { // TODO: this is temporary needed to remove unneeded spaces and BOM symbol // which leads to undesired spaces on the top of the docs pages - this.data = this.data !== null ? this.data.replace(/>\s+<').replace(/\uFEFF/g, "") : null; + this.data = this.data !== null ? this.data.replace(/>\s+<') + .replace(/\uFEFF/g, "") + .replace(/href="\/viewer/g, 'href="http://localhost:8080/viewer') + .replace(/src="\/viewer/g, 'src="http://localhost:8080/viewer') + .replace(/data="\/viewer/g, 'data="http://localhost:8080/viewer') + : null; /** @type {?} */ const dataImagePngBase64 = 'data:image/png;base64,'; this.imgData = dataImagePngBase64; @@ -1547,7 +1766,7 @@ PageComponent.decorators = [ { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'gd-page', template: "
    \n
    \n \"\"\n\n
    \n \n  Loading... Please wait.\n
    \n
    \n", - styles: [".gd-page-spinner{margin-top:150px;text-align:center}.gd-wrapper{width:inherit;height:inherit}.gd-wrapper div{width:100%}/deep/ .gd-highlight{background-color:#ff0}/deep/ .gd-highlight-select{background-color:#ff9b00}"] + styles: [".gd-page-spinner{margin-top:150px;text-align:center}.gd-wrapper{width:inherit;height:inherit}.gd-wrapper div{width:100%}::ng-deep .gd-highlight{background-color:#ff0}::ng-deep .gd-highlight-select{background-color:#ff9b00}"] }] } ]; /** @nocollapse */ @@ -1819,210 +2038,76 @@ if (false) {} * @fileoverview added by tsickle * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ -class PagePreloadService { +/** @type {?} */ +const $$2 = jquery__WEBPACK_IMPORTED_MODULE_9__; +class ViewportService { constructor() { - this._checkPreload = new rxjs__WEBPACK_IMPORTED_MODULE_2__["Observable"]((/** - * @param {?} observer - * @return {?} - */ - observer => this._observer = observer)); - } - /** - * @return {?} - */ - get checkPreload() { - return this._checkPreload; } /** - * @param {?} page + * @param {?} el + * @param {?=} zoom + * @param {?=} leftOffset + * @param {?=} deltaX * @return {?} */ - changeLastPageInView(page) { - if (this._observer) { - this._observer.next(page); + checkInViewport(el, zoom = 100, leftOffset = 0, deltaX = 0.5) { + if (!el) { + return false; + } + /** @type {?} */ + const x = deltaX; + /** @type {?} */ + const y = 0.5; + /** @type {?} */ + const win = $$2(window); + /** @type {?} */ + const viewport = { + top: win.scrollTop(), + left: win.scrollLeft() + leftOffset, + right: win.scrollLeft() + win.width() - 10, + bottom: win.scrollTop() + win.height() + }; + if (isNaN(zoom)) { + zoom = 100; + } + /** @type {?} */ + const zoomN = zoom / 100; + /** @type {?} */ + const height = $$2(el).outerHeight() * (zoomN); + /** @type {?} */ + const width = $$2(el).outerWidth() * (zoomN); + if (!width || !height) { + return false; + } + /** @type {?} */ + const bounds = $$2(el).offset(); + /** @type {?} */ + const right = (bounds.left * (zoomN)) + width; + /** @type {?} */ + const bottom = (bounds.top * (zoomN)) + height; + /** @type {?} */ + const visible = (!(viewport.right < (bounds.left * (zoomN)) || viewport.left > right || viewport.bottom < (bounds.top * (zoomN)) || viewport.top > bottom)); + if (!visible) { + return false; } + /** @type {?} */ + const deltas = { + top: parseFloat(Math.min(1, (bottom - viewport.top) / height).toFixed(2)), + bottom: parseFloat(Math.min(1, (viewport.bottom - (bounds.top * (zoomN))) / height).toFixed(2)), + left: parseFloat(Math.min(1, (right - viewport.left) / width).toFixed(2)), + right: parseFloat(Math.min(1, (viewport.right - (bounds.left * (zoomN))) / width).toFixed(2)) + }; + return (deltas.left * deltas.right) >= x && (deltas.top * deltas.bottom) >= y; } } -if (false) {} - -/** - * @fileoverview added by tsickle - * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc - */ -class NavigateService { - /** - * @param {?} _pagePreloadService - */ - constructor(_pagePreloadService) { - this._pagePreloadService = _pagePreloadService; - this._currentPage = 0; - this._countPages = 0; - this._navigate = new rxjs__WEBPACK_IMPORTED_MODULE_2__["Observable"]((/** - * @param {?} observer - * @return {?} - */ - observer => this._observer = observer)); - } - /** - * @return {?} - */ - get navigate() { - return this._navigate; - } - /** - * @return {?} - */ - get countPages() { - return this._countPages; - } - /** - * @param {?} value - * @return {?} - */ - set countPages(value) { - this._countPages = value; - } - /** - * @return {?} - */ - get currentPage() { - return this._currentPage; - } - /** - * @param {?} value - * @return {?} - */ - set currentPage(value) { - this._currentPage = value; - } - /** - * @return {?} - */ - nextPage() { - if (this._currentPage < this._countPages) { - this._currentPage++; - this.navigateTo(this._currentPage); - } - } - /** - * @return {?} - */ - prevPage() { - if (this._currentPage > 1) { - this._currentPage--; - this.navigateTo(this._currentPage); - } - } - /** - * @return {?} - */ - toLastPage() { - this._currentPage = this._countPages; - this.navigateTo(this._currentPage); - } - /** - * @return {?} - */ - toFirstPage() { - this._currentPage = 1; - this.navigateTo(this._currentPage); - } - /** - * @param {?} page - * @return {?} - */ - navigateTo(page) { - this.currentPage = page; - this._pagePreloadService.changeLastPageInView(page); - this._observer.next(page); - } -} -NavigateService.decorators = [ - { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Injectable"], args: [{ - providedIn: 'root' - },] } -]; -/** @nocollapse */ -NavigateService.ctorParameters = () => [ - { type: PagePreloadService } -]; -/** @nocollapse */ NavigateService.ngInjectableDef = Object(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineInjectable"])({ factory: function NavigateService_Factory() { return new NavigateService(Object(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵinject"])(PagePreloadService)); }, token: NavigateService, providedIn: "root" }); -if (false) {} - -/** - * @fileoverview added by tsickle - * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc - */ -/** @type {?} */ -const $$2 = jquery__WEBPACK_IMPORTED_MODULE_9__; -class ViewportService { - constructor() { - } - /** - * @param {?} el - * @param {?=} zoom - * @param {?=} leftOffset - * @param {?=} deltaX - * @return {?} - */ - checkInViewport(el, zoom = 100, leftOffset = 0, deltaX = 0.5) { - if (!el) { - return false; - } - /** @type {?} */ - const x = deltaX; - /** @type {?} */ - const y = 0.5; - /** @type {?} */ - const win = $$2(window); - /** @type {?} */ - const viewport = { - top: win.scrollTop(), - left: win.scrollLeft() + leftOffset, - right: win.scrollLeft() + win.width() - 10, - bottom: win.scrollTop() + win.height() - }; - if (isNaN(zoom)) { - zoom = 100; - } - /** @type {?} */ - const zoomN = zoom / 100; - /** @type {?} */ - const height = $$2(el).outerHeight() * (zoomN); - /** @type {?} */ - const width = $$2(el).outerWidth() * (zoomN); - if (!width || !height) { - return false; - } - /** @type {?} */ - const bounds = $$2(el).offset(); - /** @type {?} */ - const right = (bounds.left * (zoomN)) + width; - /** @type {?} */ - const bottom = (bounds.top * (zoomN)) + height; - /** @type {?} */ - const visible = (!(viewport.right < (bounds.left * (zoomN)) || viewport.left > right || viewport.bottom < (bounds.top * (zoomN)) || viewport.top > bottom)); - if (!visible) { - return false; - } - /** @type {?} */ - const deltas = { - top: parseFloat(Math.min(1, (bottom - viewport.top) / height).toFixed(2)), - bottom: parseFloat(Math.min(1, (viewport.bottom - (bounds.top * (zoomN))) / height).toFixed(2)), - left: parseFloat(Math.min(1, (right - viewport.left) / width).toFixed(2)), - right: parseFloat(Math.min(1, (viewport.right - (bounds.left * (zoomN))) / width).toFixed(2)) - }; - return (deltas.left * deltas.right) >= x && (deltas.top * deltas.bottom) >= y; - } -} -ViewportService.decorators = [ - { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Injectable"], args: [{ - providedIn: 'root' - },] } -]; -/** @nocollapse */ -ViewportService.ctorParameters = () => []; -/** @nocollapse */ ViewportService.ngInjectableDef = Object(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineInjectable"])({ factory: function ViewportService_Factory() { return new ViewportService(); }, token: ViewportService, providedIn: "root" }); +ViewportService.decorators = [ + { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Injectable"], args: [{ + providedIn: 'root' + },] } +]; +/** @nocollapse */ +ViewportService.ctorParameters = () => []; +/** @nocollapse */ ViewportService.ngInjectableDef = Object(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineInjectable"])({ factory: function ViewportService_Factory() { return new ViewportService(); }, token: ViewportService, providedIn: "root" }); /** * @fileoverview added by tsickle @@ -2047,6 +2132,7 @@ class ScrollableDirective { this._windowService = _windowService; this._viewportService = _viewportService; this.zoom = 100; + this.loadedPagesSet = new Set(); this.zoom = _zoomService.zoom ? _zoomService.zoom : this.zoom; _zoomService.zoomChange.subscribe((/** * @param {?} val @@ -2193,7 +2279,10 @@ class ScrollableDirective { } currentPageSet = true; } - this._pagePreloadService.changeLastPageInView(page); + if (!this.loadedPagesSet.has(page)) { + this._pagePreloadService.changeLastPageInView(page); + this.loadedPagesSet.add(page); + } } } } @@ -2245,6 +2334,68 @@ ScrollableDirective.propDecorators = { }; if (false) {} +/** + * @fileoverview added by tsickle + * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc + */ +/** @type {?} */ +const $$4 = jquery__WEBPACK_IMPORTED_MODULE_9__; +class MouseWheelDirective { + constructor() { + this.mouseWheelUp = new _angular_core__WEBPACK_IMPORTED_MODULE_0__["EventEmitter"](); + this.mouseWheelDown = new _angular_core__WEBPACK_IMPORTED_MODULE_0__["EventEmitter"](); + } + /** + * @param {?} event + * @return {?} + */ + onMouseWheelChrome(event) { + this.mouseWheelFunc(event); + } + /** + * @param {?} event + * @return {?} + */ + onMouseWheelFirefox(event) { + this.mouseWheelFunc(event); + } + /** + * @param {?} event + * @return {?} + */ + onMouseWheelIE(event) { + this.mouseWheelFunc(event); + } + /** + * @param {?} event + * @return {?} + */ + mouseWheelFunc(event) { + event = window.event; + /** @type {?} */ + const delta = Math.max(-1, Math.min(1, (event.wheelDelta || -event.detail))); + if (delta > 0) { + this.mouseWheelUp.emit(event); + } + else if (delta < 0) { + this.mouseWheelDown.emit(event); + } + } +} +MouseWheelDirective.decorators = [ + { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Directive"], args: [{ + selector: '[gdMouseWheel]' + },] } +]; +MouseWheelDirective.propDecorators = { + mouseWheelUp: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Output"] }], + mouseWheelDown: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Output"] }], + onMouseWheelChrome: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["HostListener"], args: ['mousewheel', ['$event'],] }], + onMouseWheelFirefox: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["HostListener"], args: ['DOMMouseScroll', ['$event'],] }], + onMouseWheelIE: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["HostListener"], args: ['onmousewheel', ['$event'],] }] +}; +if (false) {} + /** * @fileoverview added by tsickle * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc @@ -2339,6 +2490,14 @@ class ZoomDirective { getScrollWidth(elm) { return elm.offsetWidth - elm.clientWidth; } + /** + * @private + * @param {?} elm + * @return {?} + */ + getScrollHeight(elm) { + return elm.offsetHeight - elm.clientHeight; + } /** * @private * @param {?} zoom @@ -2350,8 +2509,13 @@ class ZoomDirective { /** @type {?} */ const viewPortWidth = this.el.nativeElement.parentElement.offsetWidth; /** @type {?} */ + const viewPortHeight = this.el.nativeElement.parentElement.offsetHeight; + /** @type {?} */ const scrollWidth = this.getScrollWidth(this.el.nativeElement.parentElement); + /** @type {?} */ + const scrollHeight = this.getScrollHeight(this.el.nativeElement.parentElement); this.width = (viewPortWidth / zoomInt - scrollWidth / zoomInt) + 'px'; + this.height = (viewPortHeight / zoomInt - scrollHeight / zoomInt) + 'px'; } /** * @return {?} @@ -2378,6 +2542,7 @@ ZoomDirective.propDecorators = { transform: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["HostBinding"], args: ['style.transform',] }], transformOrigin: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["HostBinding"], args: ['style.transform-origin',] }], width: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["HostBinding"], args: ['style.width',] }], + height: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["HostBinding"], args: ['style.height',] }], minWidth: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["HostBinding"], args: ['style.min-width',] }] }; if (false) {} @@ -2488,7 +2653,7 @@ class SelectComponent { SelectComponent.decorators = [ { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'gd-select', - template: "
    \n
    \n {{showSelected?.name}}\n
    \n \n
    \n
    \n
    {{option.name}}
    \n
    \n
    \n
    \n
    \n", + template: "
    \n
    \n {{showSelected?.name}}\n
    \n \n
    \n
    \n
    {{option.name}}
    \n
    \n
    \n
    \n
    \n", styles: [".select{min-width:50px;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;color:#959da5}.selected-value{font-size:14px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:clip;max-width:70px}.selected-value.inactive{cursor:not-allowed;color:#ccc}.nav-caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent;cursor:pointer}.nav-caret.inactive{cursor:not-allowed;color:#ccc}.dropdown-menu{position:absolute;top:49px;z-index:1000;float:left;min-width:96px;list-style:none;font-size:13px;text-align:left;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.3);background-clip:padding-box}.dropdown-menu .option{display:block;padding:7px 0 7px 7px;clear:both;font-weight:400;line-height:1.42857143;white-space:nowrap;cursor:pointer;font-size:10px}.dropdown-menu .option:hover{background-color:#25c2d4;color:#fff!important}.dropdown-menu-separator{height:1px;overflow:hidden;background-color:#f4f4f4;padding:0!important}"] }] } ]; @@ -2930,7 +3095,7 @@ if (false) {} * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ /** @type {?} */ -const $$4 = jquery__WEBPACK_IMPORTED_MODULE_9__; +const $$5 = jquery__WEBPACK_IMPORTED_MODULE_9__; class PasswordRequiredComponent { /** * @param {?} messageService @@ -2968,14 +3133,14 @@ class PasswordRequiredComponent { */ () => { /** @type {?} */ - const element = $$4("#password"); + const element = $$5("#password"); if (element) { element.focus(); } }), 100); } else { - $$4("#password").val(""); + $$5("#password").val(""); } } /** @@ -2983,7 +3148,7 @@ class PasswordRequiredComponent { * @return {?} */ cancel($event) { - $$4("#password").val(""); + $$5("#password").val(""); this.cancelEvent.emit(true); } } @@ -2991,7 +3156,7 @@ PasswordRequiredComponent.decorators = [ { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'gd-password-required', template: "\n
    \n
    \n \n \n {{message}}\n \n Open\n \n
    \n
    \n
    \n", - styles: ["#gd-password-section{width:468px;height:164px}.gd-password-wrap{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin:24px}.gd-password-wrap label{font-size:14px;color:#acacac;padding-bottom:12px}.gd-password-wrap input{height:30px;border:1px solid #25c2d4}.gd-password-wrap input.error{border-color:#e04e4e}.gd-password-wrap gd-button{align-self:flex-end}.gd-password-wrap ::ng-deep .button{height:37px;width:72px;padding:0;-webkit-box-pack:center;justify-content:center}.gd-password-wrap ::ng-deep .button ::ng-deep .text{font-size:10px!important}.gd-password-error{color:#e04e4e;padding:10px 0 12px;height:12px;line-height:12px;font-size:12px}@media (max-width:1037px){#gd-password-section{min-width:375px}}"] + styles: ["#gd-password-section{width:375px;height:164px}.gd-password-wrap{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin:24px}.gd-password-wrap label{font-size:14px;color:#acacac;padding-bottom:12px}.gd-password-wrap input{height:30px;border:1px solid #25c2d4}.gd-password-wrap input.error{border-color:#e04e4e}.gd-password-wrap gd-button{align-self:flex-end}.gd-password-wrap ::ng-deep .button{height:37px;width:72px;padding:0;-webkit-box-pack:center;justify-content:center}.gd-password-wrap ::ng-deep .button ::ng-deep .text{font-size:10px!important}.gd-password-error{color:#e04e4e;padding:10px 0 12px;height:12px;line-height:12px;font-size:12px}@media (max-width:1037px){#gd-password-section{min-width:375px}}"] }] } ]; /** @nocollapse */ @@ -3231,7 +3396,7 @@ if (false) {} * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ /** @type {?} */ -const $$5 = jquery__WEBPACK_IMPORTED_MODULE_9__; +const $$6 = jquery__WEBPACK_IMPORTED_MODULE_9__; class SearchableDirective { /** * @param {?} _elementRef @@ -3313,16 +3478,16 @@ class SearchableDirective { * @return {?} */ function (value) { - $$5(value).removeClass('gd-highlight-select'); + $$6(value).removeClass('gd-highlight-select'); })); /** @type {?} */ const currentEl = el.querySelectorAll('.gd-highlight')[this.current - 1]; - $$5(currentEl).addClass('gd-highlight-select'); + $$6(currentEl).addClass('gd-highlight-select'); if (currentEl) { /** @type {?} */ const options = { left: 0, - top: ($$5(currentEl).offset().top) + el.parentElement.parentElement.scrollTop - 150, + top: ($$6(currentEl).offset().top) + el.parentElement.parentElement.scrollTop - 150, }; // using polyfill el.parentElement.parentElement.scroll(options); @@ -3336,7 +3501,7 @@ class SearchableDirective { */ highlightEl(el) { /** @type {?} */ - const textNodes = $$5(el).find('*').contents().filter((/** + const textNodes = $$6(el).find('*').contents().filter((/** * @return {?} */ function () { @@ -3361,7 +3526,7 @@ class SearchableDirective { */ function () { /** @type {?} */ - const $this = $$5(this); + const $this = $$6(this); /** @type {?} */ let content = $this.text(); content = highlight.transform(content, text); @@ -3512,7 +3677,7 @@ TabComponent.decorators = [ { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'gd-tab', template: "
    \n
    {{tabTitle}}
    \n \n
    \n
    \n \n
    \n", - styles: [".tab-content{height:60px;position:absolute;background-color:#fff;width:100%;left:0;line-height:60px;display:none;z-index:9}.tab-content ::ng-deep .toolbar-panel{height:60px}.tab-content.active{display:-webkit-box;display:flex}.gd-tab{text-align:center;font-size:11px;color:#e5e5e5;height:30px;line-height:30px;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.gd-tab .icon{display:none;font-size:14px;margin:auto 23px}.gd-tab .title{margin:auto 23px}.gd-tab.active{background-color:#fff;color:#3e4e5a;font-weight:700}@media (max-width:1037px){.gd-tab{height:60px;line-height:60px}.gd-tab .title{display:none}.gd-tab .icon{display:block}}"] + styles: [".tab-content{height:60px;position:absolute;background-color:#fff;width:100%;left:0;line-height:60px;display:none;z-index:9}.tab-content ::ng-deep .toolbar-panel{height:60px}.tab-content.active{display:-webkit-box;display:flex}.gd-tab{text-align:center;font-size:11px;color:#e5e5e5;height:30px;line-height:30px;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.gd-tab .icon{display:none;font-size:14px}.gd-tab .title{margin:auto 23px}.gd-tab.active{background-color:#fff;color:#3e4e5a;font-weight:700}@media (max-width:1037px){.gd-tab{height:60px;line-height:60px;width:60px}.gd-tab .title{display:none}.gd-tab .icon{display:block;font-size:22px}}"] }] } ]; /** @nocollapse */ @@ -3865,7 +4030,7 @@ class ColorPickerComponent { ColorPickerComponent.decorators = [ { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'gd-color-picker', - template: "
    \n
    \n
    \n
    \n
    \n", + template: "
    \n
    \n
    \n
    \n
    \n", styles: [".bcPicker-picker{border:1px;border-radius:100%}.bcPicker-palette{width:250px;background-color:#fdfdfd;z-index:999;box-shadow:0 0 5px #efefef;display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-pack:center;justify-content:center}.bcPicker-palette>.bcPicker-color{width:18px;height:18px;margin:2px;cursor:pointer}"] }] } ]; @@ -3954,7 +4119,7 @@ if (false) {} * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ /** @type {?} */ -const $$6 = jquery__WEBPACK_IMPORTED_MODULE_9__; +const $$7 = jquery__WEBPACK_IMPORTED_MODULE_9__; class FormattingDirective { /** * @param {?} _formattingService @@ -3985,7 +4150,7 @@ class FormattingDirective { this.list = this.checkList(); //fix required by FireFox to get correct background color if (this.bgColor === "transparent") { - this.bgColor = $$6(window.getSelection().focusNode.parentNode).css('background-color').toString(); + this.bgColor = $$7(window.getSelection().focusNode.parentNode).css('background-color').toString(); } this.font = document.queryCommandValue("FontName").replace(/"/g, ''); if (this.font.split(",").length > 1) { @@ -4305,7 +4470,7 @@ class FormattingDirective { if (align === "full") { align = "justify"; } - $$6(selection).css("text-align", align); + $$7(selection).css("text-align", align); this._selectionService.refreshSelection(); } /** @@ -4481,6 +4646,9 @@ class LoadingMaskService { this.requests = []; this.stopList.push(Api.SAVE_TEXT); this.stopList.push(Api.SAVE_OPTICAL_CODE); + this.stopList.push(Api.LOAD_DOCUMENT_PAGE); + this.stopList.push(Api.LOAD_THUMBNAILS); + this.stopList.push(Api.GET_FILE_STATUS); } /** * @param {?} req @@ -5024,7 +5192,7 @@ if (false) {} * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ /** @type {?} */ -const $$7 = jquery__WEBPACK_IMPORTED_MODULE_9__; +const $$8 = jquery__WEBPACK_IMPORTED_MODULE_9__; class ResizingComponent { constructor() { this.se = false; @@ -5047,9 +5215,9 @@ class ResizingComponent { */ ngAfterViewInit() { /** @type {?} */ - const elSE = $$7(this.getElementId(this.SE)); + const elSE = $$8(this.getElementId(this.SE)); /** @type {?} */ - const elNW = $$7(this.getElementId(this.NW)); + const elNW = $$8(this.getElementId(this.NW)); if (this.init && elSE && elNW && elSE.offset() && elNW.offset()) { /** @type {?} */ let width = elSE.offset().left - elNW.offset().left; @@ -5215,6 +5383,7 @@ class TopTabComponent { this._excMessageService = _excMessageService; this.disabled = false; this.activeTab = new _angular_core__WEBPACK_IMPORTED_MODULE_0__["EventEmitter"](); + this.elementPosition = 0; this.active = false; this.showToolTip = false; this._tabActivatorService.activeTabChange.subscribe((/** @@ -5267,8 +5436,8 @@ class TopTabComponent { TopTabComponent.decorators = [ { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'gd-top-tab', - template: "
    \n \n \n
    \n", - styles: [".gd-tab{font-size:14px;color:#3e4e5a;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;min-width:36px;height:36px;text-align:center;position:relative;white-space:nowrap;padding:0!important;margin:0 10px}.gd-tab.active{background-color:#acacac;color:#fff!important;font-weight:700}.gd-tab.disabled{cursor:not-allowed;opacity:.4}.gd-tab ::ng-deep .tooltip{font-size:12px;margin:20px -57px}.gd-tab .title{margin:auto 23px}@media (max-width:1037px){.gd-tab{font-size:20px}}"] + template: "
    \n \n \n
    \n", + styles: [".gd-tab{font-size:14px;color:#3e4e5a;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;align-content:center;-webkit-box-pack:center;justify-content:center;min-width:36px;height:36px;text-align:center;position:relative;white-space:nowrap;padding:0!important;margin:0 10px}.gd-tab .gd-tab-tooltip{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin:0!important}.gd-tab.active{background-color:#acacac;color:#fff!important;font-weight:700}.gd-tab.disabled{cursor:not-allowed;opacity:.4}.gd-tab ::ng-deep .tooltip{font-size:12px;margin:20px -57px}.gd-tab .title{margin:auto 23px}@media (max-width:1037px){.gd-tab{font-size:20px}}"] }] } ]; /** @nocollapse */ @@ -5282,7 +5451,8 @@ TopTabComponent.propDecorators = { icon: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], disabled: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], tooltip: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], - activeTab: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Output"] }] + activeTab: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Output"] }], + elementPosition: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }] }; if (false) {} @@ -5291,14 +5461,23 @@ if (false) {} * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ /** @type {?} */ -const $$8 = jquery__WEBPACK_IMPORTED_MODULE_9__; +const $$9 = jquery__WEBPACK_IMPORTED_MODULE_9__; class TextMenuComponent { /** * @param {?} _onCloseService + * @param {?} _zoomService + * @param {?} _windowService + * @param {?} _elementRef + * @param {?} renderer */ - constructor(_onCloseService) { + constructor(_onCloseService, _zoomService, _windowService, _elementRef, renderer) { this._onCloseService = _onCloseService; + this._zoomService = _zoomService; + this._windowService = _windowService; + this._elementRef = _elementRef; + this.renderer = renderer; this.decoration = true; + this.showTooltips = true; this.outFontSize = new _angular_core__WEBPACK_IMPORTED_MODULE_0__["EventEmitter"](); this.outFont = new _angular_core__WEBPACK_IMPORTED_MODULE_0__["EventEmitter"](); this.outBold = new _angular_core__WEBPACK_IMPORTED_MODULE_0__["EventEmitter"](); @@ -5314,20 +5493,50 @@ class TextMenuComponent { () => { this.colorPickerShow = false; })); + this.isMobile = _windowService.isMobile(); + _windowService.onResize.subscribe((/** + * @param {?} w + * @return {?} + */ + (w) => { + this.isMobile = _windowService.isMobile(); + })); + _zoomService.zoomChange.subscribe((/** + * @param {?} val + * @return {?} + */ + (val) => { + if (this.isMobile) { + this.changePosition(val); + } + })); } /** * @return {?} */ ngOnInit() { } + /** + * @param {?} val + * @return {?} + */ + changePosition(val) { + /** @type {?} */ + const top = (window.innerHeight - 24 - this._elementRef.nativeElement.parentElement.getBoundingClientRect().top - this._elementRef.nativeElement.parentElement.getBoundingClientRect().height); + /** @type {?} */ + const left = this._elementRef.nativeElement.parentElement.getBoundingClientRect().left; + this.renderer.setStyle(this._elementRef.nativeElement.querySelector('.gd-text-menu'), 'width', window.innerWidth + 'px'); + this.renderer.setStyle(this._elementRef.nativeElement.querySelector('.gd-text-menu'), 'top', top + 'px'); + this.renderer.setStyle(this._elementRef.nativeElement.querySelector('.gd-text-menu'), 'left', -left + 'px'); + } /** * @param {?} $event * @return {?} */ selectFontSize($event) { - $$8(".gd-wrapper").off("keyup"); + $$9(".gd-wrapper").off("keyup"); this.outFontSize.emit($event.value); - $$8(".gd-wrapper").on("keyup", (/** + $$9(".gd-wrapper").on("keyup", (/** * @return {?} */ () => { @@ -5405,13 +5614,17 @@ class TextMenuComponent { TextMenuComponent.decorators = [ { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'gd-text-menu', - template: "
    \n \n \n \n \n \n \n
    \n
    \n \n \n
    \n", - styles: ["::ng-deep .active{background-color:#e7e7e7}.gd-text-menu{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.gd-text-menu .format-select{height:37px;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;max-width:80px;margin:0 3px}.gd-text-menu .first-component{margin-left:8px}.gd-text-menu ::ng-deep .dropdown-menu{top:40px!important;height:120px;overflow-y:auto}.gd-text-menu ::ng-deep .icon-button{margin:0!important}.bg-color-pic{border-radius:100%;border:1px solid #ccc;position:absolute;height:8px;width:8px;right:6px;bottom:6px}.palette{position:relative;top:40px;left:-55px;z-index:100}@media (max-width:1037px){.gd-text-menu{position:fixed;bottom:0;left:0;right:0;width:100%;height:60px;-webkit-box-align:center;align-items:center;padding:0;margin:0;background-color:#fff;border-top:2px solid #707070}.gd-text-menu ::ng-deep .selected-value{white-space:normal!important;word-wrap:break-word}.gd-text-menu .icon{color:#fff;margin:0 9px}.gd-text-menu ::ng-deep .bcPicker-palette{left:-200px;top:-200px}.gd-text-menu .palette{top:unset;bottom:40px;left:unset;right:5px}.gd-text-menu ::ng-deep .dropdown-menu{bottom:40px;top:unset!important}.gd-text-menu ::ng-deep .button{margin:3px!important}}"] + template: "
    \n \n \n \n \n \n \n
    \n
    \n \n \n
    \n", + styles: ["::ng-deep .active{background-color:#e7e7e7}.gd-text-menu{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.gd-text-menu .format-select{height:37px;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;max-width:80px;margin:0 3px}.gd-text-menu .first-component{margin-left:8px}.gd-text-menu ::ng-deep .dropdown-menu{top:40px!important;height:120px;overflow-y:auto}.gd-text-menu ::ng-deep .icon-button{margin:0!important}.bg-color-pic{border-radius:100%;border:1px solid #ccc;position:absolute;height:8px;width:8px;right:6px;bottom:6px}.palette{position:relative;top:40px;left:-55px;z-index:100}@media (max-width:1037px){.gd-text-menu{position:fixed;left:0;right:0;width:inherit;height:60px;-webkit-box-align:center;align-items:center;padding:0;margin:0;background-color:#fff;border-top:2px solid #707070;-webkit-transform-origin:top left;transform-origin:top left;z-index:1000}.gd-text-menu ::ng-deep .selected-value{white-space:normal!important;word-wrap:break-word}.gd-text-menu .icon{color:#fff;margin:0 9px}.gd-text-menu ::ng-deep .bcPicker-palette{left:-200px;top:-185px}.gd-text-menu .palette{top:unset;bottom:40px;left:unset;right:5px}.gd-text-menu ::ng-deep .dropdown-menu{bottom:40px;top:unset!important}.gd-text-menu ::ng-deep .first-component ::ng-deep .dropdown-menu{left:0}.gd-text-menu ::ng-deep .button{margin:3px!important}}"] }] } ]; /** @nocollapse */ TextMenuComponent.ctorParameters = () => [ - { type: OnCloseService } + { type: OnCloseService }, + { type: ZoomService }, + { type: WindowService }, + { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["ElementRef"] }, + { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Renderer2"] } ]; TextMenuComponent.propDecorators = { blur: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], @@ -5422,6 +5635,7 @@ TextMenuComponent.propDecorators = { underline: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], color: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], decoration: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], + showTooltips: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], outFontSize: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Output"] }], outFont: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Output"] }], outBold: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Output"] }], @@ -5443,9 +5657,15 @@ if (false) {} class ContextMenuComponent { /** * @param {?} _windowService + * @param {?} _zoomService + * @param {?} _elementRef + * @param {?} renderer */ - constructor(_windowService) { + constructor(_windowService, _zoomService, _elementRef, renderer) { this._windowService = _windowService; + this._zoomService = _zoomService; + this._elementRef = _elementRef; + this.renderer = renderer; this.formatting = Formatting.default(); this.lock = false; this.translation = 0; @@ -5462,12 +5682,28 @@ class ContextMenuComponent { (w) => { this.isMobile = _windowService.isMobile(); })); + _zoomService.zoomChange.subscribe((/** + * @param {?} val + * @return {?} + */ + (val) => { + if (this.isMobile) { + this.changeScale(val); + } + })); } /** * @return {?} */ ngOnInit() { } + /** + * @param {?} val + * @return {?} + */ + changeScale(val) { + this.renderer.setStyle(this._elementRef.nativeElement.querySelector('.gd-context-menu'), 'transform', 'scale(' + 1 / (val / 100) + ')'); + } /** * @return {?} */ @@ -5563,13 +5799,16 @@ class ContextMenuComponent { ContextMenuComponent.decorators = [ { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'gd-context-menu', - template: "
    10 ? 'gd-context-menu-top' : 'gd-context-menu-bottom'\">\n \n \n \n \n \n \n
    \n", - styles: [".gd-context-menu-top{top:-44px}.gd-context-menu-bottom{bottom:-40px}.gd-context-menu{box-shadow:rgba(0,0,0,.52) 0 0 5px;background-color:#fff;position:absolute;left:0;right:0;margin:auto;cursor:default;width:max-content;width:-moz-max-content;width:-webkit-max-content;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;z-index:999}.gd-context-menu .arrows{cursor:move}.gd-context-menu ::ng-deep .active{background-color:#e7e7e7}.gd-context-menu ::ng-deep .icon-button{margin:0!important}@media (max-width:1037px){.gd-context-menu-top{top:-34px}}"] + template: "
    10 ? 'gd-context-menu-top' : 'gd-context-menu-bottom'\">\n \n \n \n \n \n \n
    \n", + styles: [".gd-context-menu-top{top:-44px}.gd-context-menu-bottom{bottom:-40px}.gd-context-menu{box-shadow:rgba(0,0,0,.52) 0 0 5px;background-color:#fff;position:absolute;left:0;right:0;margin:auto;cursor:default;width:max-content;width:-moz-max-content;width:-webkit-max-content;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;z-index:999}.gd-context-menu .arrows{cursor:move}.gd-context-menu ::ng-deep .active{background-color:#e7e7e7}.gd-context-menu ::ng-deep .icon-button{margin:0!important}@media (max-width:1037px){.gd-context-menu-top{top:-42px;-webkit-transform-origin:bottom center;transform-origin:bottom center}}"] }] } ]; /** @nocollapse */ ContextMenuComponent.ctorParameters = () => [ - { type: WindowService } + { type: WindowService }, + { type: ZoomService }, + { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["ElementRef"] }, + { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Renderer2"] } ]; ContextMenuComponent.propDecorators = { formatting: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], @@ -5647,6 +5886,7 @@ CommonComponentsModule.decorators = [ UploadFileZoneComponent, DndDirective, ScrollableDirective, + MouseWheelDirective, ZoomDirective, SelectComponent, DisabledCursorDirective, @@ -5693,6 +5933,7 @@ CommonComponentsModule.decorators = [ SanitizeHtmlPipe, UploadFileZoneComponent, ScrollableDirective, + MouseWheelDirective, SelectComponent, RotationDirective, InitStateComponent, @@ -5746,9 +5987,9 @@ CommonComponentsModule.ctorParameters = () => []; /***/ }), /***/ "../../libs/annotation/src/index.ts": -/*!***********************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/index.ts ***! - \***********************************************************************************/ +/*!***********************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/index.ts ***! + \***********************************************************************/ /*! exports provided: initializeApp, setupLoadingInterceptor, AnnotationModule, AnnotationAppComponent, ActiveAnnotationService, AnnotationService, AnnotationConfigService, CommentAnnotationService, RemoveAnnotationService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -5791,9 +6032,9 @@ __webpack_require__.r(__webpack_exports__); /***/ }), /***/ "../../libs/annotation/src/lib/active-annotation.service.ts": -/*!***********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/active-annotation.service.ts ***! - \***********************************************************************************************************/ +/*!***********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/active-annotation.service.ts ***! + \***********************************************************************************************/ /*! exports provided: ActiveAnnotationService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -5819,20 +6060,20 @@ class ActiveAnnotationService { /***/ }), /***/ "../../libs/annotation/src/lib/annotation-app.component.less": -/*!************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation-app.component.less ***! - \************************************************************************************************************/ +/*!************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation-app.component.less ***! + \************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n::ng-deep .page {\n position: relative;\n}\n::ng-deep .gd-page-image {\n width: unset;\n height: unset;\n}\n::ng-deep .top-panel {\n align-content: flex-start;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: inherit;\n}\n.gd-document {\n width: 100%;\n height: calc(100% - 90px);\n}\n.toolbar-panel {\n width: 100%;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n}\n.annotation-wrapper ::ng-deep .button {\n color: #3E4E5A !important;\n}\n.annotation-wrapper ::ng-deep .button .text {\n padding: 0px !important;\n}\n.annotation-wrapper ::ng-deep .select {\n color: #3E4E5A !important;\n}\n@media (max-width: 1037px) {\n ::ng-deep .panzoom {\n -webkit-box-pack: unset !important;\n justify-content: unset !important;\n }\n ::ng-deep .logo ::ng-deep .icon {\n font-size: 24px !important;\n }\n ::ng-deep .top-panel {\n height: 120px !important;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2Fubm90YXRpb24tYXBwLmNvbXBvbmVudC5sZXNzIiwiL1VzZXJzL2VsZW5rby9wcm9qZWN0cy9Hcm91cERvY3MuVG90YWwtQW5ndWxhci9saWJzL2Fubm90YXRpb24vc3JjL2xpYi9hbm5vdGF0aW9uLWFwcC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSw2RUNBa0I7QUFHbEI7RUFDRSxzREFBQTtBRERGO0FDSUE7RUFDRSxrQkFBQTtBREZGO0FDS0E7RUFDRSxZQUFBO0VBQ0EsYUFBQTtBREhGO0FDTUE7RUFDRSx5QkFBQTtBREpGO0FDT0E7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRExGO0FDUUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0FETkY7QUNTQTtFQUNFLFdBQUE7RUFDQSx5QkFBQTtBRFBGO0FDVUE7RUFDRSxXQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBRFJGO0FDV0E7RUFFSSx5QkFBQTtBRFZKO0FDUUE7RUFLTSx1QkFBQTtBRFZOO0FDS0E7RUFVSSx5QkFBQTtBRFpKO0FDZ0JBO0VBQ0U7SUFDRSxrQ0FBQTtZQUFBLGlDQUFBO0VEZEY7RUNpQkE7SUFFSSwwQkFBQTtFRGhCSjtFQ29CQTtJQUNFLHdCQUFBO0VEbEJGO0FBQ0YiLCJmaWxlIjoibGlicy9hbm5vdGF0aW9uL3NyYy9saWIvYW5ub3RhdGlvbi1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG46Om5nLWRlZXAgLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG46Om5nLWRlZXAgLmdkLXBhZ2UtaW1hZ2Uge1xuICB3aWR0aDogdW5zZXQ7XG4gIGhlaWdodDogdW5zZXQ7XG59XG46Om5nLWRlZXAgLnRvcC1wYW5lbCB7XG4gIGFsaWduLWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSA5MHB4KTtcbn1cbi50b29sYmFyLXBhbmVsIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uYW5ub3RhdGlvbi13cmFwcGVyIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbn1cbi5hbm5vdGF0aW9uLXdyYXBwZXIgOjpuZy1kZWVwIC5idXR0b24gLnRleHQge1xuICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbn1cbi5hbm5vdGF0aW9uLXdyYXBwZXIgOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBjb2xvcjogIzNFNEU1QSAhaW1wb3J0YW50O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICA6Om5nLWRlZXAgLnBhbnpvb20ge1xuICAgIGp1c3RpZnktY29udGVudDogdW5zZXQgIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLmxvZ28gOjpuZy1kZWVwIC5pY29uIHtcbiAgICBmb250LXNpemU6IDI0cHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvcC1wYW5lbCB7XG4gICAgaGVpZ2h0OiAxMjBweCAhaW1wb3J0YW50O1xuICB9XG59XG4iLCJAaW1wb3J0IChjc3MpIHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbkBpbXBvcnQgXCIuLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuXG46Om5nLWRlZXAgLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG5cbjo6bmctZGVlcCAuZ2QtcGFnZS1pbWFnZSB7XG4gIHdpZHRoOiB1bnNldDtcbiAgaGVpZ2h0OiB1bnNldDtcbn1cblxuOjpuZy1kZWVwIC50b3AtcGFuZWwge1xuICBhbGlnbi1jb250ZW50OiBmbGV4LXN0YXJ0O1xufVxuXG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cblxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cblxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogflwiY2FsYygxMDAlIC0gQHtlZGl0b3ItbmF2LWhlaWdodH0pXCI7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5hbm5vdGF0aW9uLXdyYXBwZXIge1xuICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgY29sb3I6IEBwcmltYXJ5ICFpbXBvcnRhbnQ7XG5cbiAgICAudGV4dCB7XG4gICAgICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLnNlbGVjdCB7XG4gICAgY29sb3I6IEBwcmltYXJ5ICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgOjpuZy1kZWVwIC5wYW56b29tIHtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gIH1cblxuICA6Om5nLWRlZXAgLmxvZ28ge1xuICAgIDo6bmctZGVlcCAuaWNvbiB7XG4gICAgICBmb250LXNpemU6IDI0cHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLnRvcC1wYW5lbCB7XG4gICAgaGVpZ2h0OiAxMjBweCAhaW1wb3J0YW50O1xuICB9XG59XG5cbiJdfQ== */" +module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n::ng-deep .page {\n position: relative;\n}\n::ng-deep .gd-page-image {\n width: unset;\n height: unset;\n}\n::ng-deep .top-panel {\n align-content: flex-start;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: inherit;\n}\n.gd-document {\n width: 100%;\n height: calc(100% - 90px);\n}\n.toolbar-panel {\n width: 100%;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n}\n.annotation-wrapper ::ng-deep .button {\n color: #3E4E5A !important;\n}\n.annotation-wrapper ::ng-deep .button .text {\n padding: 0px !important;\n}\n.annotation-wrapper ::ng-deep .select {\n color: #3E4E5A !important;\n}\n.desktop-hide {\n display: none;\n}\n@media (max-width: 1037px) {\n ::ng-deep .logo ::ng-deep .icon {\n font-size: 24px !important;\n }\n ::ng-deep .top-panel {\n height: 120px !important;\n }\n ::ng-deep .toolbar-panel ::ng-deep .button,\n ::ng-deep .toolbar-panel .gd-tab {\n height: 60px;\n line-height: 60px;\n width: 60px;\n margin: 0px !important;\n }\n .desktop-hide {\n display: block;\n }\n .gd-document {\n height: calc(100% - 120px);\n }\n ::ng-deep .bcPicker-palette {\n position: absolute;\n left: -80px !important;\n top: -170px !important;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2Fubm90YXRpb24tYXBwLmNvbXBvbmVudC5sZXNzIiwibGlicy9hbm5vdGF0aW9uL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2Fubm90YXRpb24vc3JjL2xpYi9hbm5vdGF0aW9uLWFwcC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSw2RUNBa0I7QUFHbEI7RUFDRSxzREFBQTtBRERGO0FDSUE7RUFDRSxrQkFBQTtBREZGO0FDS0E7RUFDRSxZQUFBO0VBQ0EsYUFBQTtBREhGO0FDTUE7RUFDRSx5QkFBQTtBREpGO0FDT0E7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRExGO0FDUUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0FETkY7QUNTQTtFQUNFLFdBQUE7RUFDQSx5QkFBQTtBRFBGO0FDVUE7RUFDRSxXQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBRFJGO0FDV0E7RUFFSSx5QkFBQTtBRFZKO0FDUUE7RUFLTSx1QkFBQTtBRFZOO0FDS0E7RUFVSSx5QkFBQTtBRFpKO0FDZ0JBO0VBQ0UsYUFBQTtBRGRGO0FDaUJBO0VBQ0U7SUFFSSwwQkFBQTtFRGhCSjtFQ29CQTtJQUNFLHdCQUFBO0VEbEJGO0VDcUJBOztJQUVJLFlBQUE7SUFDQSxpQkFBQTtJQUNBLFdBQUE7SUFDQSxzQkFBQTtFRG5CSjtFQ3VCQTtJQUNFLGNBQUE7RURyQkY7RUN3QkE7SUFDRSwwQkFBQTtFRHRCRjtFQ3lCQTtJQUNFLGtCQUFBO0lBQ0Esc0JBQUE7SUFDQSxzQkFBQTtFRHZCRjtBQUNGIiwiZmlsZSI6ImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2Fubm90YXRpb24tYXBwLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuOjpuZy1kZWVwIC5wYWdlIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuOjpuZy1kZWVwIC5nZC1wYWdlLWltYWdlIHtcbiAgd2lkdGg6IHVuc2V0O1xuICBoZWlnaHQ6IHVuc2V0O1xufVxuOjpuZy1kZWVwIC50b3AtcGFuZWwge1xuICBhbGlnbi1jb250ZW50OiBmbGV4LXN0YXJ0O1xufVxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0OiAxMDAlO1xuICB3aWR0aDogMTAwJTtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xufVxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gOTBweCk7XG59XG4udG9vbGJhci1wYW5lbCB7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmFubm90YXRpb24td3JhcHBlciA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIGNvbG9yOiAjM0U0RTVBICFpbXBvcnRhbnQ7XG59XG4uYW5ub3RhdGlvbi13cmFwcGVyIDo6bmctZGVlcCAuYnV0dG9uIC50ZXh0IHtcbiAgcGFkZGluZzogMHB4ICFpbXBvcnRhbnQ7XG59XG4uYW5ub3RhdGlvbi13cmFwcGVyIDo6bmctZGVlcCAuc2VsZWN0IHtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbn1cbi5kZXNrdG9wLWhpZGUge1xuICBkaXNwbGF5OiBub25lO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICA6Om5nLWRlZXAgLmxvZ28gOjpuZy1kZWVwIC5pY29uIHtcbiAgICBmb250LXNpemU6IDI0cHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvcC1wYW5lbCB7XG4gICAgaGVpZ2h0OiAxMjBweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbGJhci1wYW5lbCA6Om5nLWRlZXAgLmJ1dHRvbixcbiAgOjpuZy1kZWVwIC50b29sYmFyLXBhbmVsIC5nZC10YWIge1xuICAgIGhlaWdodDogNjBweDtcbiAgICBsaW5lLWhlaWdodDogNjBweDtcbiAgICB3aWR0aDogNjBweDtcbiAgICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xuICB9XG4gIC5kZXNrdG9wLWhpZGUge1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICB9XG4gIC5nZC1kb2N1bWVudCB7XG4gICAgaGVpZ2h0OiBjYWxjKDEwMCUgLSAxMjBweCk7XG4gIH1cbiAgOjpuZy1kZWVwIC5iY1BpY2tlci1wYWxldHRlIHtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgbGVmdDogLTgwcHggIWltcG9ydGFudDtcbiAgICB0b3A6IC0xNzBweCAhaW1wb3J0YW50O1xuICB9XG59XG4iLCJAaW1wb3J0IChjc3MpIHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbkBpbXBvcnQgXCIuLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuXG46Om5nLWRlZXAgLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG5cbjo6bmctZGVlcCAuZ2QtcGFnZS1pbWFnZSB7XG4gIHdpZHRoIDogdW5zZXQ7XG4gIGhlaWdodDogdW5zZXQ7XG59XG5cbjo6bmctZGVlcCAudG9wLXBhbmVsIHtcbiAgYWxpZ24tY29udGVudDogZmxleC1zdGFydDtcbn1cblxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0ICAgICA6IDEwMCU7XG4gIHdpZHRoICAgICAgOiAxMDAlO1xuICBwb3NpdGlvbiAgIDogZml4ZWQ7XG4gIHRvcCAgICAgICAgOiAwO1xuICBib3R0b20gICAgIDogMDtcbiAgbGVmdCAgICAgICA6IDA7XG4gIHJpZ2h0ICAgICAgOiAwO1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0IDogaW5oZXJpdDtcbn1cblxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGggOiAxMDAlO1xuICBoZWlnaHQ6flwiY2FsYygxMDAlIC0gQHtlZGl0b3ItbmF2LWhlaWdodH0pXCI7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgd2lkdGggICAgICA6IDEwMCU7XG4gIGRpc3BsYXkgICAgOiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuXG4uYW5ub3RhdGlvbi13cmFwcGVyIHtcbiAgOjpuZy1kZWVwIC5idXR0b24ge1xuICAgIGNvbG9yOiBAcHJpbWFyeSAgIWltcG9ydGFudDtcblxuICAgIC50ZXh0IHtcbiAgICAgIHBhZGRpbmc6IDBweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuXG4gIDo6bmctZGVlcCAuc2VsZWN0IHtcbiAgICBjb2xvcjogQHByaW1hcnkgICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuLmRlc2t0b3AtaGlkZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIDo6bmctZGVlcCAubG9nbyB7XG4gICAgOjpuZy1kZWVwIC5pY29uIHtcbiAgICAgIGZvbnQtc2l6ZTogMjRweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuXG4gIDo6bmctZGVlcCAudG9wLXBhbmVsIHtcbiAgICBoZWlnaHQ6IDEyMHB4ICFpbXBvcnRhbnQ7XG4gIH1cblxuICA6Om5nLWRlZXAgLnRvb2xiYXItcGFuZWwge1xuICAgIDo6bmctZGVlcCAuYnV0dG9uLCAuZ2QtdGFiIHtcbiAgICAgIGhlaWdodDogNjBweDtcbiAgICAgIGxpbmUtaGVpZ2h0OiA2MHB4O1xuICAgICAgd2lkdGg6IDYwcHg7XG4gICAgICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuXG4gIC5kZXNrdG9wLWhpZGUge1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICB9XG5cbiAgLmdkLWRvY3VtZW50IHtcbiAgICBoZWlnaHQ6flwiY2FsYygxMDAlIC0gMTIwcHgpXCI7XG4gIH1cblxuICA6Om5nLWRlZXAgLmJjUGlja2VyLXBhbGV0dGUge1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICBsZWZ0OiAtODBweCAhaW1wb3J0YW50O1xuICAgIHRvcDogLTE3MHB4ICFpbXBvcnRhbnQ7XG4gIH1cbn0iXX0= */" /***/ }), /***/ "../../libs/annotation/src/lib/annotation-app.component.ts": -/*!**********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation-app.component.ts ***! - \**********************************************************************************************************/ +/*!**********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation-app.component.ts ***! + \**********************************************************************************************/ /*! exports provided: AnnotationAppComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -5850,6 +6091,8 @@ __webpack_require__.r(__webpack_exports__); /* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_7__); /* harmony import */ var _remove_annotation_service__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./remove-annotation.service */ "../../libs/annotation/src/lib/remove-annotation.service.ts"); /* harmony import */ var _comment_annotation_service__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./comment-annotation.service */ "../../libs/annotation/src/lib/comment-annotation.service.ts"); +/* harmony import */ var _annotation_config_service__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./annotation-config.service */ "../../libs/annotation/src/lib/annotation-config.service.ts"); + @@ -5862,7 +6105,7 @@ __webpack_require__.r(__webpack_exports__); const $ = jquery__WEBPACK_IMPORTED_MODULE_7__; let AnnotationAppComponent = class AnnotationAppComponent { - constructor(_annotationService, _modalService, _navigateService, _tabActivatorService, _hostingComponentsService, _addDynamicComponentService, _activeAnnotationService, _removeAnnotationService, _commentAnnotationService, uploadFilesService, pagePreloadService, passwordService, _windowService) { + constructor(_annotationService, _modalService, _navigateService, _tabActivatorService, _hostingComponentsService, _addDynamicComponentService, _activeAnnotationService, _removeAnnotationService, _commentAnnotationService, uploadFilesService, pagePreloadService, passwordService, _windowService, _zoomService, configService) { this._annotationService = _annotationService; this._modalService = _modalService; this._navigateService = _navigateService; @@ -5873,6 +6116,7 @@ let AnnotationAppComponent = class AnnotationAppComponent { this._removeAnnotationService = _removeAnnotationService; this._commentAnnotationService = _commentAnnotationService; this._windowService = _windowService; + this._zoomService = _zoomService; this.title = 'annotation'; this.files = []; this.browseFilesModal = _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].BrowseFiles; @@ -5911,8 +6155,19 @@ let AnnotationAppComponent = class AnnotationAppComponent { ]; this.countPages = 0; this.comments = new Map(); + this._zoom = 100; this.fileWasDropped = false; this.annotations = new Map(); + configService.updatedConfig.subscribe((annotationConfig) => { + this.annotationConfig = annotationConfig; + }); + this.isDesktop = _windowService.isDesktop(); + _windowService.onResize.subscribe((w) => { + this.isDesktop = _windowService.isDesktop(); + if (!this.isDesktop) { + this.refreshZoom(); + } + }); this._activeAnnotationService.activeChange.subscribe((id) => { if (this.activeAnnotationId !== id) { this.commentOpenedId = null; @@ -5934,6 +6189,10 @@ let AnnotationAppComponent = class AnnotationAppComponent { componentRef.destroy(); } this.annotations.delete(removeAnnotation.id); + if (this.commentOpenedId === removeAnnotation.id) { + this.commentOpenedId = null; + } + this.comments.delete(removeAnnotation.id); }); uploadFilesService.uploadsChange.subscribe((uploads) => { if (uploads) { @@ -6041,6 +6300,45 @@ let AnnotationAppComponent = class AnnotationAppComponent { return this.annotationConfig ? this.annotationConfig.distanceAnnotation : true; } ngOnInit() { + if (this.annotationConfig.defaultDocument !== "") { + this.isLoading = true; + this.selectFile(this.annotationConfig.defaultDocument, "", ""); + } + } + ptToPx(pt) { + //pt * 96 / 72 = px. + return pt * 96 / 72; + } + getFitToWidth() { + // Images and Excel-related files receiving dimensions in px from server + const pageWidth = this.ptToPx(this._pageWidth); + const pageHeight = this.ptToPx(this._pageHeight); + const offsetWidth = pageWidth ? pageWidth : window.innerWidth; + return (pageHeight > pageWidth && Math.round(offsetWidth / window.innerWidth) < 2) ? 200 - Math.round(offsetWidth * 100 / window.innerWidth) : Math.round(window.innerWidth * 100 / offsetWidth); + } + set zoom(zoom) { + this._zoom = zoom; + this._zoomService.changeZoom(this._zoom); + } + get zoom() { + return this._zoom; + } + refreshZoom() { + this.zoom = this._windowService.isDesktop() ? 100 : this.getFitToWidth(); + } + zoomIn() { + if (this.formatDisabled) + return; + if (this._zoom < 490) { + this.zoom = this._zoom + 10; + } + } + zoomOut() { + if (this.formatDisabled) + return; + if (this._zoom > 30) { + this.zoom = this._zoom - 10; + } } openModal(id) { this._modalService.open(id); @@ -6054,11 +6352,17 @@ let AnnotationAppComponent = class AnnotationAppComponent { selectFile($event, password, modalId) { this.credentials = new _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["FileCredentials"]($event, password); this.file = null; + this.commentOpenedId = null; this._annotationService.loadFile(this.credentials).subscribe((file) => { this.cleanAnnotations(); this.file = file; this.formatDisabled = !this.file; if (file) { + if (!this.isDesktop && file.pages && file.pages[0]) { + this._pageHeight = file.pages[0].height; + this._pageWidth = file.pages[0].width; + this.refreshZoom(); + } const preloadPageCount = this.preloadPageCountConfig; const countPages = file.pages ? file.pages.length : 0; if (preloadPageCount > 0) { @@ -6085,7 +6389,9 @@ let AnnotationAppComponent = class AnnotationAppComponent { for (let i = start; i <= end; i++) { this._annotationService.loadPage(this.credentials, i).subscribe((page) => { this.file.pages[i - 1] = page; - this.importAnnotations(page.annotations ? page.annotations : []); + setTimeout(() => { + this.importAnnotations(page.annotations ? page.annotations : []); + }, 100); }); } } @@ -6094,6 +6400,7 @@ let AnnotationAppComponent = class AnnotationAppComponent { const position = new _annotation_models__WEBPACK_IMPORTED_MODULE_4__["Position"](annotation.left, annotation.top); const id = this.addAnnotationComponent(annotation.pageNumber, position, annotation); this.comments.set(id, annotation.comments); + this._activeAnnotationService.changeActive(id); } } upload($event) { @@ -6110,21 +6417,26 @@ let AnnotationAppComponent = class AnnotationAppComponent { window.location.assign(this._annotationService.getDownloadUrl(this.credentials)); } annotate() { + const annotationsData = this.prepareAnnotationsData(); + this._annotationService.annotate(this.credentials, annotationsData, false).subscribe((ret) => { + this._modalService.open(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].OperationSuccess); + this.selectFile(ret.guid, this.credentials.password, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].OperationSuccess); + }); + } + prepareAnnotationsData() { const annotationsData = []; for (const annotation of this.annotations.values()) { const annotationData = annotation.instance.getAnnotationData(); annotationData.comments = this.comments.get(annotationData.id); annotationsData.push(annotationData); } - this._annotationService.annotate(this.credentials, annotationsData, false).subscribe((ret) => { - this._modalService.open(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].OperationSuccess); - this.selectFile(ret.guid, null, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].OperationSuccess); - }); + return annotationsData; } isVisible(id) { - const supported = !this.file || (this.file && this.file.supportedAnnotations.find(function (value) { - return id === value; - })); + const supported = !this.file || (this.file && this.file.supportedAnnotations && + this.file.supportedAnnotations.find(function (value) { + return id === value; + })); return this.getAnnotationTypeConfig(id) && supported; } activeTab($event) { @@ -6194,8 +6506,9 @@ let AnnotationAppComponent = class AnnotationAppComponent { } } createAnnotation($event) { - $event.preventDefault(); - $event.stopPropagation(); + if (this.activeAnnotationTab) { + $event.preventDefault(); + } if (this.activeAnnotationTab) { const position = _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Utils"].getMousePosition($event); const elements = document.elementsFromPoint(position.x, position.y); @@ -6221,7 +6534,7 @@ let AnnotationAppComponent = class AnnotationAppComponent { if (dynamicDirective) { const viewContainerRef = dynamicDirective.viewContainerRef; const annotationComponent = this._addDynamicComponentService.addDynamicComponent(viewContainerRef, _annotation_annotation_component__WEBPACK_IMPORTED_MODULE_5__["AnnotationComponent"]); - const id = this.annotations.size + 1; + const id = this.getNextId(); annotationComponent.instance.id = id; annotationComponent.instance.position = currentPosition; annotationComponent.instance.pageNumber = pageNumber; @@ -6256,8 +6569,9 @@ let AnnotationAppComponent = class AnnotationAppComponent { return null; } resizingCreatingAnnotation($event) { - $event.preventDefault(); - $event.stopPropagation(); + if (this.activeAnnotationTab) { + $event.preventDefault(); + } if (this.creatingAnnotationId) { const position = _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Utils"].getMousePosition($event); const annotationComponent = this.annotations.get(this.creatingAnnotationId); @@ -6267,22 +6581,41 @@ let AnnotationAppComponent = class AnnotationAppComponent { if (type === _annotation_models__WEBPACK_IMPORTED_MODULE_4__["AnnotationType"].POLYLINE.id || type === _annotation_models__WEBPACK_IMPORTED_MODULE_4__["AnnotationType"].DISTANCE.id || type === _annotation_models__WEBPACK_IMPORTED_MODULE_4__["AnnotationType"].ARROW.id) { annotationComponent.instance.draw(currentPosition); } - else { + else if (type !== _annotation_models__WEBPACK_IMPORTED_MODULE_4__["AnnotationType"].POINT.id) { annotationComponent.instance.calcDimensions(currentPosition); } } } getCurrentPosition(position, page) { - const left = position.x - page.offset().left; - const top = position.y - page.offset().top; + const left = (position.x - page.offset().left) / (this.zoom / 100); + const top = (position.y - page.offset().top) / (this.zoom / 100); return new _annotation_models__WEBPACK_IMPORTED_MODULE_4__["Position"](left, top); } finishCreatingAnnotation($event) { - this.creatingAnnotationId = null; + if (this.activeAnnotationTab) { + $event.preventDefault(); + } + if (this.creatingAnnotationId) { + this._activeAnnotationService.changeActive(this.creatingAnnotationId); + this.creatingAnnotationId = null; + } } closeComments() { this.commentOpenedId = null; } + onPan($event) { + this._zoomService.changeZoom(this._zoom); + } + getNextId() { + let maxId = 0; + for (const annId of this.annotations.keys()) { + if (annId > maxId) { + maxId = annId; + } + } + const id = maxId + 1; + return id; + } }; AnnotationAppComponent.ctorParameters = () => [ { type: _annotation_service__WEBPACK_IMPORTED_MODULE_2__["AnnotationService"] }, @@ -6297,7 +6630,9 @@ AnnotationAppComponent.ctorParameters = () => [ { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["UploadFilesService"] }, { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["PagePreloadService"] }, { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["PasswordService"] }, - { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["WindowService"] } + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["WindowService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ZoomService"] }, + { type: _annotation_config_service__WEBPACK_IMPORTED_MODULE_10__["AnnotationConfigService"] } ]; AnnotationAppComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ @@ -6317,7 +6652,9 @@ AnnotationAppComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["UploadFilesService"], _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["PagePreloadService"], _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["PasswordService"], - _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["WindowService"]]) + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["WindowService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ZoomService"], + _annotation_config_service__WEBPACK_IMPORTED_MODULE_10__["AnnotationConfigService"]]) ], AnnotationAppComponent); @@ -6325,9 +6662,9 @@ AnnotationAppComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/annotation/src/lib/annotation-config.service.ts": -/*!***********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation-config.service.ts ***! - \***********************************************************************************************************/ +/*!***********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation-config.service.ts ***! + \***********************************************************************************************/ /*! exports provided: AnnotationConfigService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -6385,9 +6722,9 @@ AnnotationConfigService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/annotation/src/lib/annotation-config.ts": -/*!***************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation-config.ts ***! - \***************************************************************************************************/ +/*!***************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation-config.ts ***! + \***************************************************************************************/ /*! exports provided: AnnotationConfig */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -6401,9 +6738,9 @@ class AnnotationConfig { /***/ }), /***/ "../../libs/annotation/src/lib/annotation-models.ts": -/*!***************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation-models.ts ***! - \***************************************************************************************************/ +/*!***************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation-models.ts ***! + \***************************************************************************************/ /*! exports provided: AnnotationType, FileAnnotationDescription, PageAnnotationModel, Position, Dimension, AnnotationData, CommentAnnotation, Comment, RemoveAnnotation */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -6450,7 +6787,7 @@ class AnnotationType { } } } -AnnotationType.TEXT = { id: 'text', name: 'Text', icon: 'highlighter' }; +AnnotationType.TEXT = { id: 'textHighlight', name: 'Text', icon: 'highlighter' }; AnnotationType.AREA = { id: 'area', name: 'Area', icon: 'vector-square' }; AnnotationType.POINT = { id: 'point', name: 'Point', icon: 'thumbtack' }; AnnotationType.TEXT_STRIKEOUT = { id: 'textStrikeout', name: 'Text strikeout', icon: 'strikethrough', }; @@ -6537,9 +6874,9 @@ RemoveAnnotation.ctorParameters = () => [ /***/ }), /***/ "../../libs/annotation/src/lib/annotation.module.ts": -/*!***************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation.module.ts ***! - \***************************************************************************************************/ +/*!***************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation.module.ts ***! + \***************************************************************************************/ /*! exports provided: initializeApp, setupLoadingInterceptor, AnnotationModule */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -6652,9 +6989,9 @@ AnnotationModule = AnnotationModule_1 = tslib__WEBPACK_IMPORTED_MODULE_0__["__de /***/ }), /***/ "../../libs/annotation/src/lib/annotation.service.ts": -/*!****************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation.service.ts ***! - \****************************************************************************************************/ +/*!****************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation.service.ts ***! + \****************************************************************************************/ /*! exports provided: AnnotationService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -6726,20 +7063,20 @@ AnnotationService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/annotation/src/lib/annotation/annotation.component.less": -/*!*******************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation/annotation.component.less ***! - \*******************************************************************************************************************/ +/*!*******************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation/annotation.component.less ***! + \*******************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-annotation {\n position: absolute !important;\n cursor: pointer;\n z-index: 9;\n}\n.gd-annotation .gd-annotation-wrapper-border {\n outline: 1px solid #679FFA;\n display: -webkit-box;\n display: flex;\n}\n.gd-annotation .gd-annotation-wrapper {\n height: inherit;\n z-index: 9;\n}\n.gd-annotation .gd-annotation-wrapper ::ng-deep .palette {\n width: 0px;\n height: 37px;\n}\n.gd-annotation .gd-annotation-wrapper .gd-text-strikeout-line {\n background-color: #E04E4E;\n height: 2px;\n width: 100%;\n}\n.gd-annotation .gd-annotation-wrapper .gd-text {\n border: none;\n outline: none;\n margin: 0px;\n padding: 0px;\n overflow: hidden;\n background-color: transparent;\n min-width: 1em;\n min-height: 1em;\n}\n.gd-annotation .gd-annotation-wrapper .gd-point {\n background-color: #7CBC46;\n width: 41px;\n height: 41px;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n color: white;\n border-radius: 50%;\n -moz-border-radius: 50%;\n -webkit-border-radius: 50%;\n -khtml-border-radius: 50%;\n box-shadow: 0px 1px 1px 1px #bbb;\n -moz-box-shadow: 0px 1px 1px 1px #bbb;\n -webkit-box-shadow: 0px 1px 1px 1px #bbb;\n}\n.gd-annotation .gd-text-annotation {\n background-color: rgba(151, 151, 240, 0.51);\n}\n.gd-annotation .gd-text-strikeout-annotation {\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-annotation .gd-text-underline-annotation {\n -webkit-box-align: end;\n align-items: end;\n}\n.gd-annotation .gd-text-redaction-annotation {\n background-color: #000;\n}\n.gd-annotation .gd-text-replacement-annotation {\n background-color: #FFFFFF;\n}\n.svg {\n z-index: 1;\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n.annotation-svg {\n position: absolute;\n cursor: pointer;\n z-index: 2;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9hbm5vdGF0aW9uL3NyYy9saWIvYW5ub3RhdGlvbi9hbm5vdGF0aW9uLmNvbXBvbmVudC5sZXNzIiwibGlicy9hbm5vdGF0aW9uL3NyYy9saWIvYW5ub3RhdGlvbi9hbm5vdGF0aW9uLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0UsNkJBQUE7RUFDQSxlQUFBO0VBQ0EsVUFBQTtBQ0NGO0FESkE7RUFNSSwwQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ0NKO0FEUkE7RUFXSSxlQUFBO0VBQ0EsVUFBQTtBQ0FKO0FEWkE7RUFlTSxVQUFBO0VBQ0EsWUFBQTtBQ0FOO0FEaEJBO0VBb0JNLHlCQUFBO0VBQ0EsV0FBQTtFQUNBLFdBQUE7QUNETjtBRHJCQTtFQTBCTSxZQUFBO0VBQ0EsYUFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EsZ0JBQUE7RUFDQSw2QkFBQTtFQUNBLGNBQUE7RUFDQSxlQUFBO0FDRk47QUQvQkE7RUFxQ00seUJBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EsWUFBQTtFQUNBLGtCQUFBO0VBQ0EsdUJBQUE7RUFDQSwwQkFBQTtFQUNBLHlCQUFBO0VBQ0EsZ0NBQUE7RUFDQSxxQ0FBQTtFQUNBLHdDQUFBO0FDSE47QUQvQ0E7RUF1REksMkNBQUE7QUNMSjtBRGxEQTtFQTJESSx5QkFBQTtVQUFBLG1CQUFBO0FDTko7QURyREE7RUErREksc0JBQUE7VUFBQSxnQkFBQTtBQ1BKO0FEeERBO0VBbUVJLHNCQUFBO0FDUko7QUQzREE7RUF1RUkseUJBQUE7QUNUSjtBRGFBO0VBQ0UsVUFBQTtFQUNBLGtCQUFBO0VBQ0EsTUFBQTtFQUNBLE9BQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtBQ1hGO0FEY0E7RUFDRSxrQkFBQTtFQUNBLGVBQUE7RUFDQSxVQUFBO0FDWkYiLCJmaWxlIjoibGlicy9hbm5vdGF0aW9uL3NyYy9saWIvYW5ub3RhdGlvbi9hbm5vdGF0aW9uLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiLmdkLWFubm90YXRpb24ge1xuICBwb3NpdGlvbjogYWJzb2x1dGUgIWltcG9ydGFudDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiA5O1xuXG4gIC5nZC1hbm5vdGF0aW9uLXdyYXBwZXItYm9yZGVyIHtcbiAgICBvdXRsaW5lOiAxcHggc29saWQgIzY3OUZGQTtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICB9XG5cbiAgLmdkLWFubm90YXRpb24td3JhcHBlciB7XG4gICAgaGVpZ2h0OiBpbmhlcml0O1xuICAgIHotaW5kZXg6IDk7XG5cbiAgICA6Om5nLWRlZXAgLnBhbGV0dGUge1xuICAgICAgd2lkdGg6IDBweDtcbiAgICAgIGhlaWdodDogMzdweDtcbiAgICB9XG5cbiAgICAuZ2QtdGV4dC1zdHJpa2VvdXQtbGluZSB7XG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjRTA0RTRFO1xuICAgICAgaGVpZ2h0OiAycHg7XG4gICAgICB3aWR0aDogMTAwJTtcbiAgICB9XG5cbiAgICAuZ2QtdGV4dCB7XG4gICAgICBib3JkZXI6IG5vbmU7XG4gICAgICBvdXRsaW5lOiBub25lO1xuICAgICAgbWFyZ2luOiAwcHg7XG4gICAgICBwYWRkaW5nOiAwcHg7XG4gICAgICBvdmVyZmxvdzogaGlkZGVuO1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogdHJhbnNwYXJlbnQ7XG4gICAgICBtaW4td2lkdGg6IDFlbTtcbiAgICAgIG1pbi1oZWlnaHQ6IDFlbTtcbiAgICB9XG5cbiAgICAuZ2QtcG9pbnQge1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzdDQkM0NjtcbiAgICAgIHdpZHRoOiA0MXB4O1xuICAgICAgaGVpZ2h0OiA0MXB4O1xuICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICAgIGNvbG9yOiB3aGl0ZTtcbiAgICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICAgIC1tb3otYm9yZGVyLXJhZGl1czogNTAlO1xuICAgICAgLXdlYmtpdC1ib3JkZXItcmFkaXVzOiA1MCU7XG4gICAgICAta2h0bWwtYm9yZGVyLXJhZGl1czogNTAlO1xuICAgICAgYm94LXNoYWRvdzogMHB4IDFweCAxcHggMXB4ICNiYmI7XG4gICAgICAtbW96LWJveC1zaGFkb3c6IDBweCAxcHggMXB4IDFweCAjYmJiO1xuICAgICAgLXdlYmtpdC1ib3gtc2hhZG93OiAwcHggMXB4IDFweCAxcHggI2JiYjtcbiAgICB9XG4gIH1cblxuICAuZ2QtdGV4dC1hbm5vdGF0aW9uIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDE1MSwgMTUxLCAyNDAsIDAuNTEpO1xuICB9XG5cbiAgLmdkLXRleHQtc3RyaWtlb3V0LWFubm90YXRpb24ge1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIH1cblxuICAuZ2QtdGV4dC11bmRlcmxpbmUtYW5ub3RhdGlvbiB7XG4gICAgYWxpZ24taXRlbXM6IGVuZDtcbiAgfVxuXG4gIC5nZC10ZXh0LXJlZGFjdGlvbi1hbm5vdGF0aW9uIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjMDAwO1xuICB9XG5cbiAgLmdkLXRleHQtcmVwbGFjZW1lbnQtYW5ub3RhdGlvbiB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgfVxufVxuXG4uc3ZnIHtcbiAgei1pbmRleDogMTtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDA7XG4gIGxlZnQ6IDA7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi5hbm5vdGF0aW9uLXN2ZyB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiAyO1xufVxuIiwiLmdkLWFubm90YXRpb24ge1xuICBwb3NpdGlvbjogYWJzb2x1dGUgIWltcG9ydGFudDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiA5O1xufVxuLmdkLWFubm90YXRpb24gLmdkLWFubm90YXRpb24td3JhcHBlci1ib3JkZXIge1xuICBvdXRsaW5lOiAxcHggc29saWQgIzY3OUZGQTtcbiAgZGlzcGxheTogZmxleDtcbn1cbi5nZC1hbm5vdGF0aW9uIC5nZC1hbm5vdGF0aW9uLXdyYXBwZXIge1xuICBoZWlnaHQ6IGluaGVyaXQ7XG4gIHotaW5kZXg6IDk7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtYW5ub3RhdGlvbi13cmFwcGVyIDo6bmctZGVlcCAucGFsZXR0ZSB7XG4gIHdpZHRoOiAwcHg7XG4gIGhlaWdodDogMzdweDtcbn1cbi5nZC1hbm5vdGF0aW9uIC5nZC1hbm5vdGF0aW9uLXdyYXBwZXIgLmdkLXRleHQtc3RyaWtlb3V0LWxpbmUge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRTA0RTRFO1xuICBoZWlnaHQ6IDJweDtcbiAgd2lkdGg6IDEwMCU7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtYW5ub3RhdGlvbi13cmFwcGVyIC5nZC10ZXh0IHtcbiAgYm9yZGVyOiBub25lO1xuICBvdXRsaW5lOiBub25lO1xuICBtYXJnaW46IDBweDtcbiAgcGFkZGluZzogMHB4O1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiB0cmFuc3BhcmVudDtcbiAgbWluLXdpZHRoOiAxZW07XG4gIG1pbi1oZWlnaHQ6IDFlbTtcbn1cbi5nZC1hbm5vdGF0aW9uIC5nZC1hbm5vdGF0aW9uLXdyYXBwZXIgLmdkLXBvaW50IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzdDQkM0NjtcbiAgd2lkdGg6IDQxcHg7XG4gIGhlaWdodDogNDFweDtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGNvbG9yOiB3aGl0ZTtcbiAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAtbW96LWJvcmRlci1yYWRpdXM6IDUwJTtcbiAgLXdlYmtpdC1ib3JkZXItcmFkaXVzOiA1MCU7XG4gIC1raHRtbC1ib3JkZXItcmFkaXVzOiA1MCU7XG4gIGJveC1zaGFkb3c6IDBweCAxcHggMXB4IDFweCAjYmJiO1xuICAtbW96LWJveC1zaGFkb3c6IDBweCAxcHggMXB4IDFweCAjYmJiO1xuICAtd2Via2l0LWJveC1zaGFkb3c6IDBweCAxcHggMXB4IDFweCAjYmJiO1xufVxuLmdkLWFubm90YXRpb24gLmdkLXRleHQtYW5ub3RhdGlvbiB7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMTUxLCAxNTEsIDI0MCwgMC41MSk7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtdGV4dC1zdHJpa2VvdXQtYW5ub3RhdGlvbiB7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtdGV4dC11bmRlcmxpbmUtYW5ub3RhdGlvbiB7XG4gIGFsaWduLWl0ZW1zOiBlbmQ7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtdGV4dC1yZWRhY3Rpb24tYW5ub3RhdGlvbiB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMwMDA7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtdGV4dC1yZXBsYWNlbWVudC1hbm5vdGF0aW9uIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbn1cbi5zdmcge1xuICB6LWluZGV4OiAxO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbn1cbi5hbm5vdGF0aW9uLXN2ZyB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiAyO1xufVxuIl19 */" +module.exports = ".gd-annotation {\n position: absolute !important;\n cursor: pointer;\n z-index: 9;\n}\n.gd-annotation .gd-annotation-wrapper-border {\n outline: 1px solid #679FFA;\n display: -webkit-box;\n}\n.gd-annotation .gd-annotation-wrapper {\n height: inherit;\n z-index: 9;\n}\n.gd-annotation .gd-annotation-wrapper ::ng-deep .palette {\n width: 0px;\n height: 37px;\n}\n.gd-annotation .gd-annotation-wrapper .gd-text-strikeout-line {\n background-color: #E04E4E;\n height: 2px;\n width: 100%;\n}\n.gd-annotation .gd-annotation-wrapper .gd-text {\n border: none;\n outline: none;\n margin: 0px;\n padding: 0px;\n overflow: hidden;\n background-color: transparent;\n min-width: 1em;\n min-height: 1em;\n}\n.gd-annotation .gd-annotation-wrapper .gd-point {\n background-color: #7CBC46;\n width: 41px;\n height: 41px;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n color: white;\n border-radius: 50%;\n -moz-border-radius: 50%;\n -webkit-border-radius: 50%;\n -khtml-border-radius: 50%;\n box-shadow: 0px 1px 1px 1px #bbb;\n -moz-box-shadow: 0px 1px 1px 1px #bbb;\n -webkit-box-shadow: 0px 1px 1px 1px #bbb;\n}\n.gd-annotation .gd-text-annotation {\n background-color: rgba(151, 151, 240, 0.51);\n}\n.gd-annotation .gd-text-strikeout-annotation {\n align-items: center;\n -webkit-box-align: center;\n}\n.gd-annotation .gd-text-underline-annotation {\n align-items: end;\n -webkit-box-align: end;\n}\n.gd-annotation .gd-text-redaction-annotation {\n background-color: #000;\n}\n.gd-annotation .gd-text-replacement-annotation {\n background-color: #FFFFFF;\n}\n.svg {\n z-index: 1;\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n.annotation-svg {\n position: absolute;\n cursor: pointer;\n z-index: 2;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2Fubm90YXRpb24vQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2Fubm90YXRpb24vc3JjL2xpYi9hbm5vdGF0aW9uL2Fubm90YXRpb24uY29tcG9uZW50Lmxlc3MiLCJsaWJzL2Fubm90YXRpb24vc3JjL2xpYi9hbm5vdGF0aW9uL2Fubm90YXRpb24uY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7RUFDRSw2QkFBQTtFQUNBLGVBQUE7RUFDQSxVQUFBO0FDQ0Y7QURKQTtFQU1JLDBCQUFBO0VBQ0Esb0JBQUE7QUNDSjtBRFJBO0VBV0ksZUFBQTtFQUNBLFVBQUE7QUNBSjtBRFpBO0VBZU0sVUFBQTtFQUNBLFlBQUE7QUNBTjtBRGhCQTtFQW9CTSx5QkFBQTtFQUNBLFdBQUE7RUFDQSxXQUFBO0FDRE47QURyQkE7RUEwQk0sWUFBQTtFQUNBLGFBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGdCQUFBO0VBQ0EsNkJBQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtBQ0ZOO0FEL0JBO0VBcUNNLHlCQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtFQUNBLHVCQUFBO0VBQ0EsMEJBQUE7RUFDQSx5QkFBQTtFQUNBLGdDQUFBO0VBQ0EscUNBQUE7RUFDQSx3Q0FBQTtBQ0hOO0FEL0NBO0VBdURJLDJDQUFBO0FDTEo7QURsREE7RUEyREksbUJBQUE7RUFDQSx5QkFBQTtBQ05KO0FEdERBO0VBZ0VJLGdCQUFBO0VBQ0Esc0JBQUE7QUNQSjtBRDFEQTtFQXFFSSxzQkFBQTtBQ1JKO0FEN0RBO0VBeUVJLHlCQUFBO0FDVEo7QURhQTtFQUNFLFVBQUE7RUFDQSxrQkFBQTtFQUNBLE1BQUE7RUFDQSxPQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7QUNYRjtBRGNBO0VBQ0Usa0JBQUE7RUFDQSxlQUFBO0VBQ0EsVUFBQTtBQ1pGIiwiZmlsZSI6ImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2Fubm90YXRpb24vYW5ub3RhdGlvbi5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIi5nZC1hbm5vdGF0aW9uIHtcbiAgcG9zaXRpb246IGFic29sdXRlICFpbXBvcnRhbnQ7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgei1pbmRleDogOTtcblxuICAuZ2QtYW5ub3RhdGlvbi13cmFwcGVyLWJvcmRlciB7XG4gICAgb3V0bGluZTogMXB4IHNvbGlkICM2NzlGRkE7XG4gICAgZGlzcGxheTogLXdlYmtpdC1ib3g7XG4gIH1cblxuICAuZ2QtYW5ub3RhdGlvbi13cmFwcGVyIHtcbiAgICBoZWlnaHQ6IGluaGVyaXQ7XG4gICAgei1pbmRleDogOTtcblxuICAgIDo6bmctZGVlcCAucGFsZXR0ZSB7XG4gICAgICB3aWR0aDogMHB4O1xuICAgICAgaGVpZ2h0OiAzN3B4O1xuICAgIH1cblxuICAgIC5nZC10ZXh0LXN0cmlrZW91dC1saW5lIHtcbiAgICAgIGJhY2tncm91bmQtY29sb3I6ICNFMDRFNEU7XG4gICAgICBoZWlnaHQ6IDJweDtcbiAgICAgIHdpZHRoOiAxMDAlO1xuICAgIH1cblxuICAgIC5nZC10ZXh0IHtcbiAgICAgIGJvcmRlcjogbm9uZTtcbiAgICAgIG91dGxpbmU6IG5vbmU7XG4gICAgICBtYXJnaW46IDBweDtcbiAgICAgIHBhZGRpbmc6IDBweDtcbiAgICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB0cmFuc3BhcmVudDtcbiAgICAgIG1pbi13aWR0aDogMWVtO1xuICAgICAgbWluLWhlaWdodDogMWVtO1xuICAgIH1cblxuICAgIC5nZC1wb2ludCB7XG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjN0NCQzQ2O1xuICAgICAgd2lkdGg6IDQxcHg7XG4gICAgICBoZWlnaHQ6IDQxcHg7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgICAgY29sb3I6IHdoaXRlO1xuICAgICAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAgICAgLW1vei1ib3JkZXItcmFkaXVzOiA1MCU7XG4gICAgICAtd2Via2l0LWJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICAgIC1raHRtbC1ib3JkZXItcmFkaXVzOiA1MCU7XG4gICAgICBib3gtc2hhZG93OiAwcHggMXB4IDFweCAxcHggI2JiYjtcbiAgICAgIC1tb3otYm94LXNoYWRvdzogMHB4IDFweCAxcHggMXB4ICNiYmI7XG4gICAgICAtd2Via2l0LWJveC1zaGFkb3c6IDBweCAxcHggMXB4IDFweCAjYmJiO1xuICAgIH1cbiAgfVxuXG4gIC5nZC10ZXh0LWFubm90YXRpb24ge1xuICAgIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMTUxLCAxNTEsIDI0MCwgMC41MSk7XG4gIH1cblxuICAuZ2QtdGV4dC1zdHJpa2VvdXQtYW5ub3RhdGlvbiB7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICAtd2Via2l0LWJveC1hbGlnbjogY2VudGVyO1xuICB9XG5cbiAgLmdkLXRleHQtdW5kZXJsaW5lLWFubm90YXRpb24ge1xuICAgIGFsaWduLWl0ZW1zOiBlbmQ7XG4gICAgLXdlYmtpdC1ib3gtYWxpZ246IGVuZDtcbiAgfVxuXG4gIC5nZC10ZXh0LXJlZGFjdGlvbi1hbm5vdGF0aW9uIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjMDAwO1xuICB9XG5cbiAgLmdkLXRleHQtcmVwbGFjZW1lbnQtYW5ub3RhdGlvbiB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgfVxufVxuXG4uc3ZnIHtcbiAgei1pbmRleDogMTtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDA7XG4gIGxlZnQ6IDA7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi5hbm5vdGF0aW9uLXN2ZyB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiAyO1xufVxuIiwiLmdkLWFubm90YXRpb24ge1xuICBwb3NpdGlvbjogYWJzb2x1dGUgIWltcG9ydGFudDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiA5O1xufVxuLmdkLWFubm90YXRpb24gLmdkLWFubm90YXRpb24td3JhcHBlci1ib3JkZXIge1xuICBvdXRsaW5lOiAxcHggc29saWQgIzY3OUZGQTtcbiAgZGlzcGxheTogLXdlYmtpdC1ib3g7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtYW5ub3RhdGlvbi13cmFwcGVyIHtcbiAgaGVpZ2h0OiBpbmhlcml0O1xuICB6LWluZGV4OiA5O1xufVxuLmdkLWFubm90YXRpb24gLmdkLWFubm90YXRpb24td3JhcHBlciA6Om5nLWRlZXAgLnBhbGV0dGUge1xuICB3aWR0aDogMHB4O1xuICBoZWlnaHQ6IDM3cHg7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtYW5ub3RhdGlvbi13cmFwcGVyIC5nZC10ZXh0LXN0cmlrZW91dC1saW5lIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0UwNEU0RTtcbiAgaGVpZ2h0OiAycHg7XG4gIHdpZHRoOiAxMDAlO1xufVxuLmdkLWFubm90YXRpb24gLmdkLWFubm90YXRpb24td3JhcHBlciAuZ2QtdGV4dCB7XG4gIGJvcmRlcjogbm9uZTtcbiAgb3V0bGluZTogbm9uZTtcbiAgbWFyZ2luOiAwcHg7XG4gIHBhZGRpbmc6IDBweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgYmFja2dyb3VuZC1jb2xvcjogdHJhbnNwYXJlbnQ7XG4gIG1pbi13aWR0aDogMWVtO1xuICBtaW4taGVpZ2h0OiAxZW07XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtYW5ub3RhdGlvbi13cmFwcGVyIC5nZC1wb2ludCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM3Q0JDNDY7XG4gIHdpZHRoOiA0MXB4O1xuICBoZWlnaHQ6IDQxcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBjb2xvcjogd2hpdGU7XG4gIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgLW1vei1ib3JkZXItcmFkaXVzOiA1MCU7XG4gIC13ZWJraXQtYm9yZGVyLXJhZGl1czogNTAlO1xuICAta2h0bWwtYm9yZGVyLXJhZGl1czogNTAlO1xuICBib3gtc2hhZG93OiAwcHggMXB4IDFweCAxcHggI2JiYjtcbiAgLW1vei1ib3gtc2hhZG93OiAwcHggMXB4IDFweCAxcHggI2JiYjtcbiAgLXdlYmtpdC1ib3gtc2hhZG93OiAwcHggMXB4IDFweCAxcHggI2JiYjtcbn1cbi5nZC1hbm5vdGF0aW9uIC5nZC10ZXh0LWFubm90YXRpb24ge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDE1MSwgMTUxLCAyNDAsIDAuNTEpO1xufVxuLmdkLWFubm90YXRpb24gLmdkLXRleHQtc3RyaWtlb3V0LWFubm90YXRpb24ge1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAtd2Via2l0LWJveC1hbGlnbjogY2VudGVyO1xufVxuLmdkLWFubm90YXRpb24gLmdkLXRleHQtdW5kZXJsaW5lLWFubm90YXRpb24ge1xuICBhbGlnbi1pdGVtczogZW5kO1xuICAtd2Via2l0LWJveC1hbGlnbjogZW5kO1xufVxuLmdkLWFubm90YXRpb24gLmdkLXRleHQtcmVkYWN0aW9uLWFubm90YXRpb24ge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMDAwO1xufVxuLmdkLWFubm90YXRpb24gLmdkLXRleHQtcmVwbGFjZW1lbnQtYW5ub3RhdGlvbiB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkZGRkY7XG59XG4uc3ZnIHtcbiAgei1pbmRleDogMTtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDA7XG4gIGxlZnQ6IDA7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG4uYW5ub3RhdGlvbi1zdmcge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgei1pbmRleDogMjtcbn1cbiJdfQ== */" /***/ }), /***/ "../../libs/annotation/src/lib/annotation/annotation.component.ts": -/*!*****************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation/annotation.component.ts ***! - \*****************************************************************************************************************/ +/*!*****************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation/annotation.component.ts ***! + \*****************************************************************************************************/ /*! exports provided: AnnotationComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -6766,18 +7103,19 @@ var AnnotationComponent_1; const $ = jquery__WEBPACK_IMPORTED_MODULE_7__; let AnnotationComponent = AnnotationComponent_1 = class AnnotationComponent { - constructor(_activeAnnotationService, _removeAnnotationService, _commentAnnotationService) { + constructor(_activeAnnotationService, _removeAnnotationService, _commentAnnotationService, _zoomService) { this._activeAnnotationService = _activeAnnotationService; this._removeAnnotationService = _removeAnnotationService; this._commentAnnotationService = _commentAnnotationService; + this._zoomService = _zoomService; this.active = true; this.dimension = new _annotation_models__WEBPACK_IMPORTED_MODULE_2__["Dimension"](0, 0); this.textValue = ""; this.distanceValue = '0px'; this.pointsValue = ""; this.svgPath = ""; - this.points = []; this.formatting = _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_4__["Formatting"].default(); + this.points = []; this._activeAnnotationService.activeChange.subscribe((id) => { this.active = this.id === id; if (this.active) { @@ -6831,6 +7169,9 @@ let AnnotationComponent = AnnotationComponent_1 = class AnnotationComponent { } this.distanceValue = this.getDistance() + "px"; } + else if (this.type === _annotation_models__WEBPACK_IMPORTED_MODULE_2__["AnnotationType"].POINT.id) { + this.initPoint(); + } else { this.setEndPosition(this.position); } @@ -6838,24 +7179,35 @@ let AnnotationComponent = AnnotationComponent_1 = class AnnotationComponent { ngAfterViewInit() { this.setTextFocus(); } + ngAfterViewChecked() { + this._zoomService.changeZoom(this._zoomService.zoom); + } activation() { this._activeAnnotationService.changeActive(this.id); } width($event) { - this.dimension.width += $event; - this.correctPosition(); + if (this.checkDragging($event, 0)) { + this.dimension.width += $event; + } } height($event) { - this.dimension.height += $event; - this.correctPosition(); + if (this.checkDragging(0, $event)) { + this.dimension.height += $event; + } } left($event) { this.position.left += $event; this.correctPosition(); + this.refreshLeftTop(); } top($event) { this.position.top += $event; this.correctPosition(); + this.refreshLeftTop(); + } + refreshLeftTop() { + this.leftTop.left = this.position.left; + this.leftTop.top = this.position.top; } correctPosition() { if (this.position.left < 0) { @@ -6882,6 +7234,12 @@ let AnnotationComponent = AnnotationComponent_1 = class AnnotationComponent { $event.dataTransfer.setData('text', 'foo'); } } + initPoint() { + this.dimension = new _annotation_models__WEBPACK_IMPORTED_MODULE_2__["Dimension"](40, 40); + this.position.left = this.position.left - 20; + this.position.top = this.position.top - 20; + this.leftTop = _annotation_models__WEBPACK_IMPORTED_MODULE_2__["Position"].clone(this.position); + } dragging($event) { $event.preventDefault(); const position = _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_4__["Utils"].getMousePosition($event); @@ -6898,6 +7256,8 @@ let AnnotationComponent = AnnotationComponent_1 = class AnnotationComponent { point.top = point.top + top; this.pointsValue += point.left + "," + point.top + " "; } + this.leftTop.left += left; + this.leftTop.top += top; } else if (this.isPath()) { if (!this.checkDragging(left, top)) { @@ -6909,14 +7269,15 @@ let AnnotationComponent = AnnotationComponent_1 = class AnnotationComponent { this.endPosition.top += top; this.pathValue = "M" + this.position.left + "," + this.position.top + " L" + this.endPosition.left + "," + this.endPosition.top; this.distanceValue = this.getDistance() + "px"; + this.leftTop.left += left; + this.leftTop.top += top; } else { this.position.left += left; this.position.top += top; this.correctPosition(); + this.refreshLeftTop(); } - this.leftTop.left += left; - this.leftTop.top += top; this.oldPosition = position; } } @@ -6948,14 +7309,16 @@ let AnnotationComponent = AnnotationComponent_1 = class AnnotationComponent { this.textValue = value; } draw(position) { - if (this.isPolyline()) { - this.addPoint(position); - } - else if (this.isPath()) { - this.setEndPosition(position); - this.distanceValue = this.getDistance() + "px"; + if (this.onPage(position)) { + if (this.isPolyline()) { + this.addPoint(position); + } + else if (this.isPath()) { + this.setEndPosition(position); + this.distanceValue = this.getDistance() + "px"; + } + this.calcPositionAndDimension(); } - this.calcPositionAndDimension(); } setStyles() { return { @@ -6991,8 +7354,12 @@ let AnnotationComponent = AnnotationComponent_1 = class AnnotationComponent { this.leftTop = leftTop; } calcDimensions(currentPosition) { - this.dimension.width = currentPosition.left - this.position.left; - this.dimension.height = currentPosition.top - this.position.top; + if (currentPosition.left <= this.pageWidth && currentPosition.left >= 0) { + this.dimension.width = currentPosition.left - this.position.left; + } + if (currentPosition.top <= this.pageHeight && currentPosition.top >= 0) { + this.dimension.height = currentPosition.top - this.position.top; + } } getHeight() { return this.dimension.height === undefined ? undefined : Math.abs(this.dimension.height); @@ -7067,7 +7434,7 @@ let AnnotationComponent = AnnotationComponent_1 = class AnnotationComponent { this._removeAnnotationService.remove(new _annotation_models__WEBPACK_IMPORTED_MODULE_2__["RemoveAnnotation"](this.id)); } getMenuShift() { - const menuWidth = this.isText() ? 265 : 148; + const menuWidth = this.isText() ? 265 : 111; return this.dimension.width > menuWidth ? 0 : (this.dimension.width - menuWidth) * 0.5; } getMenuType() { @@ -7079,7 +7446,7 @@ let AnnotationComponent = AnnotationComponent_1 = class AnnotationComponent { setTextFocus() { if (this.isText() || this.isTextReplacement()) { setTimeout(() => { - const element = $("#text"); + const element = $("#text-" + this.id); if (element) { element.focus(); } @@ -7100,10 +7467,18 @@ let AnnotationComponent = AnnotationComponent_1 = class AnnotationComponent { annotationData.fontColor = parseInt(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_4__["Utils"].toHex(this.formatting.color).replace("#", ""), 16); annotationData.fontSize = this.formatting.fontSize; annotationData.font = this.formatting.font; - annotationData.left = this.leftTop.left; - annotationData.top = this.leftTop.top; - annotationData.height = this.dimension.height; - annotationData.width = this.dimension.width; + if (this.type === _annotation_models__WEBPACK_IMPORTED_MODULE_2__["AnnotationType"].POINT.id) { + annotationData.left = this.leftTop.left + 20; + annotationData.top = this.leftTop.top + 20; + annotationData.height = 0; + annotationData.width = 0; + } + else { + annotationData.left = this.leftTop.left; + annotationData.top = this.leftTop.top; + annotationData.height = this.dimension.height; + annotationData.width = this.dimension.width; + } annotationData.pageNumber = this.pageNumber; annotationData.type = this.type; annotationData.svgPath = this.getSvgPath(); @@ -7137,11 +7512,16 @@ let AnnotationComponent = AnnotationComponent_1 = class AnnotationComponent { } return svgPath; } + onPage(position) { + return position.left <= this.pageWidth && position.top <= this.pageHeight && + position.left >= 0 && position.top >= 0; + } }; AnnotationComponent.ctorParameters = () => [ { type: _active_annotation_service__WEBPACK_IMPORTED_MODULE_3__["ActiveAnnotationService"] }, { type: _remove_annotation_service__WEBPACK_IMPORTED_MODULE_5__["RemoveAnnotationService"] }, - { type: _comment_annotation_service__WEBPACK_IMPORTED_MODULE_6__["CommentAnnotationService"] } + { type: _comment_annotation_service__WEBPACK_IMPORTED_MODULE_6__["CommentAnnotationService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_4__["ZoomService"] } ]; AnnotationComponent = AnnotationComponent_1 = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ @@ -7151,7 +7531,8 @@ AnnotationComponent = AnnotationComponent_1 = tslib__WEBPACK_IMPORTED_MODULE_0__ }), tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_active_annotation_service__WEBPACK_IMPORTED_MODULE_3__["ActiveAnnotationService"], _remove_annotation_service__WEBPACK_IMPORTED_MODULE_5__["RemoveAnnotationService"], - _comment_annotation_service__WEBPACK_IMPORTED_MODULE_6__["CommentAnnotationService"]]) + _comment_annotation_service__WEBPACK_IMPORTED_MODULE_6__["CommentAnnotationService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_4__["ZoomService"]]) ], AnnotationComponent); @@ -7159,9 +7540,9 @@ AnnotationComponent = AnnotationComponent_1 = tslib__WEBPACK_IMPORTED_MODULE_0__ /***/ }), /***/ "../../libs/annotation/src/lib/comment-annotation.service.ts": -/*!************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/comment-annotation.service.ts ***! - \************************************************************************************************************/ +/*!************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/comment-annotation.service.ts ***! + \************************************************************************************************/ /*! exports provided: CommentAnnotationService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -7195,20 +7576,20 @@ class CommentAnnotationService { /***/ }), /***/ "../../libs/annotation/src/lib/comment-panel/comment-panel.component.less": -/*!*************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/comment-panel/comment-panel.component.less ***! - \*************************************************************************************************************************/ +/*!*************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/comment-panel/comment-panel.component.less ***! + \*************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-comments-panel {\n position: absolute;\n right: 0;\n top: 30px;\n overflow: auto !important;\n width: 334px;\n display: -webkit-box;\n display: flex;\n height: 100%;\n z-index: 9;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n}\n.gd-comments-panel .gd-comments-head {\n height: 60px;\n width: 334px;\n display: -webkit-box;\n display: flex;\n background-color: #222E35;\n color: #959DA5;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-comments-panel .gd-comments-head .icon {\n -webkit-box-flex: 0;\n flex: 0 0 40px;\n margin-left: 20px;\n cursor: pointer;\n}\n.gd-comments-panel .gd-comments-head .gd-comments-title {\n -webkit-box-flex: 1;\n flex: 1;\n font-size: 13px;\n font-weight: bold;\n}\n.gd-comments-panel .gd-comments-body {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-align: center;\n align-items: center;\n background-color: #F4F4F4;\n height: calc(100% - 90px);\n}\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n color: #959DA5;\n width: 250px;\n height: 250px;\n margin-top: 40px;\n}\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list .icon {\n font-size: 65px;\n margin-bottom: 40px;\n}\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list .gd-empty-text {\n font-size: 15px;\n}\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list .gd-empty-bold-text {\n font-weight: bold;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9hbm5vdGF0aW9uL3NyYy9saWIvY29tbWVudC1wYW5lbC9jb21tZW50LXBhbmVsLmNvbXBvbmVudC5sZXNzIiwibGlicy9hbm5vdGF0aW9uL3NyYy9saWIvY29tbWVudC1wYW5lbC9jb21tZW50LXBhbmVsLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0Usa0JBQUE7RUFDQSxRQUFBO0VBQ0EsU0FBQTtFQUNBLHlCQUFBO0VBQ0EsWUFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLFlBQUE7RUFDQSxVQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0FDQ0Y7QURWQTtFQVlJLFlBQUE7RUFDQSxZQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7RUFDQSxjQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ0NKO0FEbEJBO0VBb0JNLG1CQUFBO1VBQUEsY0FBQTtFQUNBLGlCQUFBO0VBQ0EsZUFBQTtBQ0NOO0FEdkJBO0VBMEJNLG1CQUFBO1VBQUEsT0FBQTtFQUNBLGVBQUE7RUFDQSxpQkFBQTtBQ0FOO0FENUJBO0VBaUNJLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSx5QkFBQTtFQUNBLHlCQUFBO0FDRko7QURuQ0E7RUF3Q00sb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxjQUFBO0VBQ0EsWUFBQTtFQUNBLGFBQUE7RUFDQSxnQkFBQTtBQ0ZOO0FEN0NBO0VBa0RRLGVBQUE7RUFDQSxtQkFBQTtBQ0ZSO0FEakRBO0VBdURRLGVBQUE7QUNIUjtBRHBEQTtFQTJEUSxpQkFBQTtBQ0pSIiwiZmlsZSI6ImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2NvbW1lbnQtcGFuZWwvY29tbWVudC1wYW5lbC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIi5nZC1jb21tZW50cy1wYW5lbCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcmlnaHQ6IDA7XG4gIHRvcDogMzBweDtcbiAgb3ZlcmZsb3c6IGF1dG8gIWltcG9ydGFudDtcbiAgd2lkdGg6IDMzNHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IDEwMCU7XG4gIHotaW5kZXg6IDk7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG5cbiAgLmdkLWNvbW1lbnRzLWhlYWQge1xuICAgIGhlaWdodDogNjBweDtcbiAgICB3aWR0aDogMzM0cHg7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjMjIyRTM1O1xuICAgIGNvbG9yOiAjOTU5REE1O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG5cbiAgICAuaWNvbiB7XG4gICAgICBmbGV4OiAwIDAgNDBweDtcbiAgICAgIG1hcmdpbi1sZWZ0OiAyMHB4O1xuICAgICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIH1cblxuICAgIC5nZC1jb21tZW50cy10aXRsZSB7XG4gICAgICBmbGV4OiAxO1xuICAgICAgZm9udC1zaXplOiAxM3B4O1xuICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgfVxuICB9XG5cbiAgLmdkLWNvbW1lbnRzLWJvZHkge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNGNEY0RjQ7XG4gICAgaGVpZ2h0OiB+XCJjYWxjKDEwMCUgLSA5MHB4KVwiO1xuXG4gICAgLmdkLWVtcHR5LWNvbW1lbnRzLWxpc3Qge1xuICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgICBjb2xvcjogIzk1OURBNTtcbiAgICAgIHdpZHRoOiAyNTBweDtcbiAgICAgIGhlaWdodDogMjUwcHg7XG4gICAgICBtYXJnaW4tdG9wOiA0MHB4O1xuXG4gICAgICAuaWNvbiB7XG4gICAgICAgIGZvbnQtc2l6ZTogNjVweDtcbiAgICAgICAgbWFyZ2luLWJvdHRvbTogNDBweDtcbiAgICAgIH1cblxuICAgICAgLmdkLWVtcHR5LXRleHQge1xuICAgICAgICBmb250LXNpemU6IDE1cHg7XG4gICAgICB9XG5cbiAgICAgIC5nZC1lbXB0eS1ib2xkLXRleHQge1xuICAgICAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cbiIsIi5nZC1jb21tZW50cy1wYW5lbCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcmlnaHQ6IDA7XG4gIHRvcDogMzBweDtcbiAgb3ZlcmZsb3c6IGF1dG8gIWltcG9ydGFudDtcbiAgd2lkdGg6IDMzNHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IDEwMCU7XG4gIHotaW5kZXg6IDk7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG59XG4uZ2QtY29tbWVudHMtcGFuZWwgLmdkLWNvbW1lbnRzLWhlYWQge1xuICBoZWlnaHQ6IDYwcHg7XG4gIHdpZHRoOiAzMzRweDtcbiAgZGlzcGxheTogZmxleDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzIyMkUzNTtcbiAgY29sb3I6ICM5NTlEQTU7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZ2QtY29tbWVudHMtcGFuZWwgLmdkLWNvbW1lbnRzLWhlYWQgLmljb24ge1xuICBmbGV4OiAwIDAgNDBweDtcbiAgbWFyZ2luLWxlZnQ6IDIwcHg7XG4gIGN1cnNvcjogcG9pbnRlcjtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtaGVhZCAuZ2QtY29tbWVudHMtdGl0bGUge1xuICBmbGV4OiAxO1xuICBmb250LXNpemU6IDEzcHg7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xufVxuLmdkLWNvbW1lbnRzLXBhbmVsIC5nZC1jb21tZW50cy1ib2R5IHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0Y0RjRGNDtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSA5MHB4KTtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtYm9keSAuZ2QtZW1wdHktY29tbWVudHMtbGlzdCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBjb2xvcjogIzk1OURBNTtcbiAgd2lkdGg6IDI1MHB4O1xuICBoZWlnaHQ6IDI1MHB4O1xuICBtYXJnaW4tdG9wOiA0MHB4O1xufVxuLmdkLWNvbW1lbnRzLXBhbmVsIC5nZC1jb21tZW50cy1ib2R5IC5nZC1lbXB0eS1jb21tZW50cy1saXN0IC5pY29uIHtcbiAgZm9udC1zaXplOiA2NXB4O1xuICBtYXJnaW4tYm90dG9tOiA0MHB4O1xufVxuLmdkLWNvbW1lbnRzLXBhbmVsIC5nZC1jb21tZW50cy1ib2R5IC5nZC1lbXB0eS1jb21tZW50cy1saXN0IC5nZC1lbXB0eS10ZXh0IHtcbiAgZm9udC1zaXplOiAxNXB4O1xufVxuLmdkLWNvbW1lbnRzLXBhbmVsIC5nZC1jb21tZW50cy1ib2R5IC5nZC1lbXB0eS1jb21tZW50cy1saXN0IC5nZC1lbXB0eS1ib2xkLXRleHQge1xuICBmb250LXdlaWdodDogYm9sZDtcbn1cbiJdfQ== */" +module.exports = ".gd-comments-panel {\n position: absolute;\n right: 0;\n top: 30px;\n overflow: auto !important;\n width: 334px;\n display: -webkit-box;\n display: flex;\n height: 100%;\n z-index: 9;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n}\n.gd-comments-panel .gd-comments-head {\n height: 60px;\n width: 334px;\n display: -webkit-box;\n display: flex;\n background-color: #222E35;\n color: #959DA5;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-comments-panel .gd-comments-head > fa-icon:nth-child(1) {\n font-size: 24px;\n}\n.gd-comments-panel .gd-comments-head .icon {\n -webkit-box-flex: 0;\n flex: 0 0 40px;\n margin-left: 20px;\n cursor: pointer;\n}\n.gd-comments-panel .gd-comments-head .gd-comments-title {\n -webkit-box-flex: 1;\n flex: 1;\n font-size: 13px;\n font-weight: bold;\n}\n.gd-comments-panel .gd-comments-body {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-align: center;\n align-items: center;\n background-color: #F4F4F4;\n height: calc(100% - 90px);\n}\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n color: #959DA5;\n width: 250px;\n height: 250px;\n margin-top: 40px;\n}\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list .icon {\n font-size: 65px;\n margin-bottom: 40px;\n}\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list .gd-empty-text {\n font-size: 15px;\n}\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list .gd-empty-bold-text {\n font-weight: bold;\n}\n@media (max-width: 1037px) {\n .gd-comments-panel {\n top: 0;\n width: 100%;\n }\n .gd-comments-panel .gd-comments-body {\n height: 100% !important;\n -webkit-box-align: initial;\n align-items: initial;\n width: calc(100% - 40px);\n padding: 0 20px;\n }\n .gd-comments-panel .gd-comments-head {\n width: 100%;\n line-height: 60px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2NvbW1lbnQtcGFuZWwvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2Fubm90YXRpb24vc3JjL2xpYi9jb21tZW50LXBhbmVsL2NvbW1lbnQtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2Fubm90YXRpb24vc3JjL2xpYi9jb21tZW50LXBhbmVsL2NvbW1lbnQtcGFuZWwuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxrQkFBQTtFQUNBLFFBQUE7RUFDQSxTQUFBO0VBQ0EseUJBQUE7RUFDQSxZQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsWUFBQTtFQUNBLFVBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7QUNERjtBRFJBO0VBWUksWUFBQTtFQUNBLFlBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtFQUNBLGNBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0FDREo7QURoQkE7RUFvQk0sZUFBQTtBQ0ROO0FEbkJBO0VBd0JNLG1CQUFBO1VBQUEsY0FBQTtFQUNBLGlCQUFBO0VBQ0EsZUFBQTtBQ0ZOO0FEeEJBO0VBOEJNLG1CQUFBO1VBQUEsT0FBQTtFQUNBLGVBQUE7RUFDQSxpQkFBQTtBQ0hOO0FEN0JBO0VBcUNJLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSx5QkFBQTtFQUNBLHlCQUFBO0FDTEo7QURwQ0E7RUE0Q00sb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxjQUFBO0VBQ0EsWUFBQTtFQUNBLGFBQUE7RUFDQSxnQkFBQTtBQ0xOO0FEOUNBO0VBc0RRLGVBQUE7RUFDQSxtQkFBQTtBQ0xSO0FEbERBO0VBMkRRLGVBQUE7QUNOUjtBRHJEQTtFQStEUSxpQkFBQTtBQ1BSO0FEYUE7RUFDRTtJQWFFLE1BQUE7SUFDQSxXQUFBO0VDdkJGO0VEU0E7SUFFSSx1QkFBQTtJQUNBLDBCQUFBO1lBQUEsb0JBQUE7SUFDQSx3QkFBQTtJQUNBLGVBQUE7RUNSSjtFREdBO0lBU0ksV0FBQTtJQUNBLGlCQUFBO0VDVEo7QUFDRiIsImZpbGUiOiJsaWJzL2Fubm90YXRpb24vc3JjL2xpYi9jb21tZW50LXBhbmVsL2NvbW1lbnQtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWNvbW1lbnRzLXBhbmVsIHtcbiAgcG9zaXRpb24gICAgICA6IGFic29sdXRlO1xuICByaWdodCAgICAgICAgIDogMDtcbiAgdG9wICAgICAgICAgICA6IDMwcHg7XG4gIG92ZXJmbG93ICAgICAgOiBhdXRvICFpbXBvcnRhbnQ7XG4gIHdpZHRoICAgICAgICAgOiAzMzRweDtcbiAgZGlzcGxheSAgICAgICA6IGZsZXg7XG4gIGhlaWdodCAgICAgICAgOiAxMDAlO1xuICB6LWluZGV4ICAgICAgIDogOTtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcblxuICAuZ2QtY29tbWVudHMtaGVhZCB7XG4gICAgaGVpZ2h0ICAgICAgICAgIDogNjBweDtcbiAgICB3aWR0aCAgICAgICAgICAgOiAzMzRweDtcbiAgICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICAgIGJhY2tncm91bmQtY29sb3I6ICMyMjJFMzU7XG4gICAgY29sb3IgICAgICAgICAgIDogIzk1OURBNTtcbiAgICBhbGlnbi1pdGVtcyAgICAgOiBjZW50ZXI7XG5cbiAgICA+ZmEtaWNvbjpudGgtY2hpbGQoMSkge1xuICAgICAgZm9udC1zaXplOiAyNHB4O1xuICAgIH1cblxuICAgIC5pY29uIHtcbiAgICAgIGZsZXggICAgICAgOiAwIDAgNDBweDtcbiAgICAgIG1hcmdpbi1sZWZ0OiAyMHB4O1xuICAgICAgY3Vyc29yICAgICA6IHBvaW50ZXI7XG4gICAgfVxuXG4gICAgLmdkLWNvbW1lbnRzLXRpdGxlIHtcbiAgICAgIGZsZXggICAgICAgOiAxO1xuICAgICAgZm9udC1zaXplICA6IDEzcHg7XG4gICAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICB9XG4gIH1cblxuICAuZ2QtY29tbWVudHMtYm9keSB7XG4gICAgZGlzcGxheSAgICAgICAgIDogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbiAgOiBjb2x1bW47XG4gICAgYWxpZ24taXRlbXMgICAgIDogY2VudGVyO1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNGNEY0RjQ7XG4gICAgaGVpZ2h0ICAgICAgICAgIDogflwiY2FsYygxMDAlIC0gOTBweClcIjtcblxuICAgIC5nZC1lbXB0eS1jb21tZW50cy1saXN0IHtcbiAgICAgIGRpc3BsYXkgICAgICAgIDogZmxleDtcbiAgICAgIGZsZXgtZGlyZWN0aW9uIDogY29sdW1uO1xuICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgICBhbGlnbi1pdGVtcyAgICA6IGNlbnRlcjtcbiAgICAgIGNvbG9yICAgICAgICAgIDogIzk1OURBNTtcbiAgICAgIHdpZHRoICAgICAgICAgIDogMjUwcHg7XG4gICAgICBoZWlnaHQgICAgICAgICA6IDI1MHB4O1xuICAgICAgbWFyZ2luLXRvcCAgICAgOiA0MHB4O1xuXG4gICAgICAuaWNvbiB7XG4gICAgICAgIGZvbnQtc2l6ZSAgICA6IDY1cHg7XG4gICAgICAgIG1hcmdpbi1ib3R0b206IDQwcHg7XG4gICAgICB9XG5cbiAgICAgIC5nZC1lbXB0eS10ZXh0IHtcbiAgICAgICAgZm9udC1zaXplOiAxNXB4O1xuICAgICAgfVxuXG4gICAgICAuZ2QtZW1wdHktYm9sZC10ZXh0IHtcbiAgICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIC5nZC1jb21tZW50cy1wYW5lbCB7XG4gICAgLmdkLWNvbW1lbnRzLWJvZHkge1xuICAgICAgaGVpZ2h0OiAxMDAlICFpbXBvcnRhbnQ7XG4gICAgICBhbGlnbi1pdGVtczogaW5pdGlhbDtcbiAgICAgIHdpZHRoOiBjYWxjKDEwMCUgLSA0MHB4KTtcbiAgICAgIHBhZGRpbmc6IDAgMjBweDtcbiAgICB9XG5cbiAgICAuZ2QtY29tbWVudHMtaGVhZCB7XG4gICAgICB3aWR0aDogMTAwJTtcbiAgICAgIGxpbmUtaGVpZ2h0OiA2MHB4O1xuICAgIH1cblxuICAgIHRvcCAgOiAwO1xuICAgIHdpZHRoOiAxMDAlO1xuICB9XG59IiwiLmdkLWNvbW1lbnRzLXBhbmVsIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICByaWdodDogMDtcbiAgdG9wOiAzMHB4O1xuICBvdmVyZmxvdzogYXV0byAhaW1wb3J0YW50O1xuICB3aWR0aDogMzM0cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogMTAwJTtcbiAgei1pbmRleDogOTtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtaGVhZCB7XG4gIGhlaWdodDogNjBweDtcbiAgd2lkdGg6IDMzNHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMjIyRTM1O1xuICBjb2xvcjogIzk1OURBNTtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtaGVhZCA+IGZhLWljb246bnRoLWNoaWxkKDEpIHtcbiAgZm9udC1zaXplOiAyNHB4O1xufVxuLmdkLWNvbW1lbnRzLXBhbmVsIC5nZC1jb21tZW50cy1oZWFkIC5pY29uIHtcbiAgZmxleDogMCAwIDQwcHg7XG4gIG1hcmdpbi1sZWZ0OiAyMHB4O1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtY29tbWVudHMtcGFuZWwgLmdkLWNvbW1lbnRzLWhlYWQgLmdkLWNvbW1lbnRzLXRpdGxlIHtcbiAgZmxleDogMTtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBmb250LXdlaWdodDogYm9sZDtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtYm9keSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGNEY0RjQ7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gOTBweCk7XG59XG4uZ2QtY29tbWVudHMtcGFuZWwgLmdkLWNvbW1lbnRzLWJvZHkgLmdkLWVtcHR5LWNvbW1lbnRzLWxpc3Qge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgY29sb3I6ICM5NTlEQTU7XG4gIHdpZHRoOiAyNTBweDtcbiAgaGVpZ2h0OiAyNTBweDtcbiAgbWFyZ2luLXRvcDogNDBweDtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtYm9keSAuZ2QtZW1wdHktY29tbWVudHMtbGlzdCAuaWNvbiB7XG4gIGZvbnQtc2l6ZTogNjVweDtcbiAgbWFyZ2luLWJvdHRvbTogNDBweDtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtYm9keSAuZ2QtZW1wdHktY29tbWVudHMtbGlzdCAuZ2QtZW1wdHktdGV4dCB7XG4gIGZvbnQtc2l6ZTogMTVweDtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtYm9keSAuZ2QtZW1wdHktY29tbWVudHMtbGlzdCAuZ2QtZW1wdHktYm9sZC10ZXh0IHtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5nZC1jb21tZW50cy1wYW5lbCB7XG4gICAgdG9wOiAwO1xuICAgIHdpZHRoOiAxMDAlO1xuICB9XG4gIC5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtYm9keSB7XG4gICAgaGVpZ2h0OiAxMDAlICFpbXBvcnRhbnQ7XG4gICAgYWxpZ24taXRlbXM6IGluaXRpYWw7XG4gICAgd2lkdGg6IGNhbGMoMTAwJSAtIDQwcHgpO1xuICAgIHBhZGRpbmc6IDAgMjBweDtcbiAgfVxuICAuZ2QtY29tbWVudHMtcGFuZWwgLmdkLWNvbW1lbnRzLWhlYWQge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGxpbmUtaGVpZ2h0OiA2MHB4O1xuICB9XG59XG4iXX0= */" /***/ }), /***/ "../../libs/annotation/src/lib/comment-panel/comment-panel.component.ts": -/*!***********************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/comment-panel/comment-panel.component.ts ***! - \***********************************************************************************************************************/ +/*!***********************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/comment-panel/comment-panel.component.ts ***! + \***********************************************************************************************************/ /*! exports provided: CommentPanelComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -7273,20 +7654,20 @@ CommentPanelComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/annotation/src/lib/comment/comment.component.less": -/*!*************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/comment/comment.component.less ***! - \*************************************************************************************************************/ +/*!*************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/comment/comment.component.less ***! + \*************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-comment {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n width: 294px;\n font-size: 13px;\n color: #3E4E5A;\n padding-top: 20px;\n}\n.gd-comment .gd-comment-head {\n display: -webkit-box;\n display: flex;\n}\n.gd-comment .gd-comment-head .icon {\n -webkit-box-flex: 0;\n flex: 0 0 30px;\n}\n.gd-comment .gd-comment-head .gd-name {\n font-weight: bold;\n}\n.gd-comment .gd-message {\n padding-top: 5px;\n}\n.gd-comment .gd-time {\n color: #ACACAC;\n padding-top: 5px;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9hbm5vdGF0aW9uL3NyYy9saWIvY29tbWVudC9jb21tZW50LmNvbXBvbmVudC5sZXNzIiwibGlicy9hbm5vdGF0aW9uL3NyYy9saWIvY29tbWVudC9jb21tZW50LmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsWUFBQTtFQUNBLGVBQUE7RUFDQSxjQUFBO0VBQ0EsaUJBQUE7QUNDRjtBRFBBO0VBU0ksb0JBQUE7RUFBQSxhQUFBO0FDQ0o7QURWQTtFQVlNLG1CQUFBO1VBQUEsY0FBQTtBQ0NOO0FEYkE7RUFnQk0saUJBQUE7QUNBTjtBRGhCQTtFQXFCSSxnQkFBQTtBQ0ZKO0FEbkJBO0VBeUJJLGNBQUE7RUFDQSxnQkFBQTtBQ0hKIiwiZmlsZSI6ImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2NvbW1lbnQvY29tbWVudC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIi5nZC1jb21tZW50IHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgd2lkdGg6IDI5NHB4O1xuICBmb250LXNpemU6IDEzcHg7XG4gIGNvbG9yOiAjM0U0RTVBO1xuICBwYWRkaW5nLXRvcDogMjBweDtcblxuICAuZ2QtY29tbWVudC1oZWFkIHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuXG4gICAgLmljb24ge1xuICAgICAgZmxleDogMCAwIDMwcHg7XG4gICAgfVxuXG4gICAgLmdkLW5hbWUge1xuICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgfVxuICB9XG5cbiAgLmdkLW1lc3NhZ2Uge1xuICAgIHBhZGRpbmctdG9wOiA1cHg7XG4gIH1cblxuICAuZ2QtdGltZSB7XG4gICAgY29sb3I6ICNBQ0FDQUM7XG4gICAgcGFkZGluZy10b3A6IDVweDtcbiAgfVxufVxuIiwiLmdkLWNvbW1lbnQge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aDogMjk0cHg7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgY29sb3I6ICMzRTRFNUE7XG4gIHBhZGRpbmctdG9wOiAyMHB4O1xufVxuLmdkLWNvbW1lbnQgLmdkLWNvbW1lbnQtaGVhZCB7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG4uZ2QtY29tbWVudCAuZ2QtY29tbWVudC1oZWFkIC5pY29uIHtcbiAgZmxleDogMCAwIDMwcHg7XG59XG4uZ2QtY29tbWVudCAuZ2QtY29tbWVudC1oZWFkIC5nZC1uYW1lIHtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG59XG4uZ2QtY29tbWVudCAuZ2QtbWVzc2FnZSB7XG4gIHBhZGRpbmctdG9wOiA1cHg7XG59XG4uZ2QtY29tbWVudCAuZ2QtdGltZSB7XG4gIGNvbG9yOiAjQUNBQ0FDO1xuICBwYWRkaW5nLXRvcDogNXB4O1xufVxuIl19 */" +module.exports = ".gd-comment {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n width: 294px;\n font-size: 13px;\n color: #3E4E5A;\n padding-top: 20px;\n}\n.gd-comment .gd-comment-head {\n display: -webkit-box;\n display: flex;\n}\n.gd-comment .gd-comment-head .icon {\n -webkit-box-flex: 0;\n flex: 0 0 30px;\n font-size: 18px;\n}\n.gd-comment .gd-comment-head .gd-name {\n font-weight: bold;\n line-height: 21px;\n}\n.gd-comment .gd-message {\n padding-top: 5px;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.gd-comment .gd-time {\n color: #ACACAC;\n padding-top: 5px;\n}\n@media (max-width: 1037px) {\n .gd-comment {\n width: 100%;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2NvbW1lbnQvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2Fubm90YXRpb24vc3JjL2xpYi9jb21tZW50L2NvbW1lbnQuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2Fubm90YXRpb24vc3JjL2xpYi9jb21tZW50L2NvbW1lbnQuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxZQUFBO0VBQ0EsZUFBQTtFQUNBLGNBQUE7RUFDQSxpQkFBQTtBQ0RGO0FETEE7RUFTSSxvQkFBQTtFQUFBLGFBQUE7QUNESjtBRFJBO0VBWU0sbUJBQUE7VUFBQSxjQUFBO0VBQ0EsZUFBQTtBQ0ROO0FEWkE7RUFpQk0saUJBQUE7RUFDQSxpQkFBQTtBQ0ZOO0FEaEJBO0VBdUJJLGdCQUFBO0VBQ0EsZ0JBQUE7RUFDQSx1QkFBQTtBQ0pKO0FEckJBO0VBNkJJLGNBQUE7RUFDQSxnQkFBQTtBQ0xKO0FEU0E7RUFDRTtJQUNFLFdBQUE7RUNQRjtBQUNGIiwiZmlsZSI6ImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2NvbW1lbnQvY29tbWVudC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uZ2QtY29tbWVudCB7XG4gIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aCAgICAgICAgIDogMjk0cHg7XG4gIGZvbnQtc2l6ZSAgICAgOiAxM3B4O1xuICBjb2xvciAgICAgICAgIDogIzNFNEU1QTtcbiAgcGFkZGluZy10b3AgICA6IDIwcHg7XG5cbiAgLmdkLWNvbW1lbnQtaGVhZCB7XG4gICAgZGlzcGxheTogZmxleDtcblxuICAgIC5pY29uIHtcbiAgICAgIGZsZXggICAgIDogMCAwIDMwcHg7XG4gICAgICBmb250LXNpemU6IDE4cHg7XG4gICAgfVxuXG4gICAgLmdkLW5hbWUge1xuICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgICBsaW5lLWhlaWdodDogMjFweDtcbiAgICB9XG4gIH1cblxuICAuZ2QtbWVzc2FnZSB7XG4gICAgcGFkZGluZy10b3A6IDVweDtcbiAgICBvdmVyZmxvdyAgICAgOiBoaWRkZW47XG4gICAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG4gIH1cblxuICAuZ2QtdGltZSB7XG4gICAgY29sb3IgICAgICA6ICNBQ0FDQUM7XG4gICAgcGFkZGluZy10b3A6IDVweDtcbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuZ2QtY29tbWVudCB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbn0iLCIuZ2QtY29tbWVudCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiAyOTRweDtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBjb2xvcjogIzNFNEU1QTtcbiAgcGFkZGluZy10b3A6IDIwcHg7XG59XG4uZ2QtY29tbWVudCAuZ2QtY29tbWVudC1oZWFkIHtcbiAgZGlzcGxheTogZmxleDtcbn1cbi5nZC1jb21tZW50IC5nZC1jb21tZW50LWhlYWQgLmljb24ge1xuICBmbGV4OiAwIDAgMzBweDtcbiAgZm9udC1zaXplOiAxOHB4O1xufVxuLmdkLWNvbW1lbnQgLmdkLWNvbW1lbnQtaGVhZCAuZ2QtbmFtZSB7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xuICBsaW5lLWhlaWdodDogMjFweDtcbn1cbi5nZC1jb21tZW50IC5nZC1tZXNzYWdlIHtcbiAgcGFkZGluZy10b3A6IDVweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG59XG4uZ2QtY29tbWVudCAuZ2QtdGltZSB7XG4gIGNvbG9yOiAjQUNBQ0FDO1xuICBwYWRkaW5nLXRvcDogNXB4O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAuZ2QtY29tbWVudCB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbn1cbiJdfQ== */" /***/ }), /***/ "../../libs/annotation/src/lib/comment/comment.component.ts": -/*!***********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/comment/comment.component.ts ***! - \***********************************************************************************************************/ +/*!***********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/comment/comment.component.ts ***! + \***********************************************************************************************/ /*! exports provided: CommentComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -7339,20 +7720,20 @@ CommentComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/annotation/src/lib/create-comment/create-comment.component.less": -/*!***************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/create-comment/create-comment.component.less ***! - \***************************************************************************************************************************/ +/*!***************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/create-comment/create-comment.component.less ***! + \***************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-new-comment {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n padding-top: 20px;\n width: 294px;\n font-size: 14px;\n}\n.gd-new-comment .gd-buttons {\n display: -webkit-box;\n display: flex;\n margin-top: 20px;\n width: 294px;\n -webkit-box-pack: end;\n justify-content: flex-end;\n}\n.gd-new-comment .gd-buttons .gd-add-comment {\n background-color: #4B566C !important;\n margin-left: 10px;\n border: 1px solid #707070;\n}\n.gd-new-comment .gd-buttons .gd-add-comment ::ng-deep .button {\n color: #FFFFFF !important;\n}\n.gd-new-comment .gd-buttons .gd-cancel-comment {\n background-color: transparent;\n border: 1px solid #707070;\n}\n.gd-new-comment .gd-buttons .gd-cancel-comment ::ng-deep .button {\n color: #ACACAC !important;\n}\n.gd-new-comment .gd-name {\n width: 100%;\n height: 37px;\n border: 1px solid #6E6E6E;\n}\n.gd-new-comment .gd-text {\n width: 100%;\n height: 100px;\n border: 1px solid #6E6E6E;\n margin-top: 20px;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9hbm5vdGF0aW9uL3NyYy9saWIvY3JlYXRlLWNvbW1lbnQvY3JlYXRlLWNvbW1lbnQuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2Fubm90YXRpb24vc3JjL2xpYi9jcmVhdGUtY29tbWVudC9jcmVhdGUtY29tbWVudC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsaUJBQUE7RUFDQSxZQUFBO0VBQ0EsZUFBQTtBQ0NGO0FEUkE7RUFVSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxnQkFBQTtFQUNBLFlBQUE7RUFDQSxxQkFBQTtVQUFBLHlCQUFBO0FDQ0o7QURkQTtFQWdCTSxvQ0FBQTtFQUNBLGlCQUFBO0VBQ0EseUJBQUE7QUNDTjtBRG5CQTtFQXFCUSx5QkFBQTtBQ0NSO0FEdEJBO0VBMEJNLDZCQUFBO0VBQ0EseUJBQUE7QUNETjtBRDFCQTtFQThCUSx5QkFBQTtBQ0RSO0FEN0JBO0VBb0NJLFdBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7QUNKSjtBRGxDQTtFQTBDSSxXQUFBO0VBQ0EsYUFBQTtFQUNBLHlCQUFBO0VBQ0EsZ0JBQUE7QUNMSiIsImZpbGUiOiJsaWJzL2Fubm90YXRpb24vc3JjL2xpYi9jcmVhdGUtY29tbWVudC9jcmVhdGUtY29tbWVudC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIi5nZC1uZXctY29tbWVudCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBwYWRkaW5nLXRvcDogMjBweDtcbiAgd2lkdGg6IDI5NHB4O1xuICBmb250LXNpemU6IDE0cHg7XG5cbiAgLmdkLWJ1dHRvbnMge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgbWFyZ2luLXRvcDogMjBweDtcbiAgICB3aWR0aDogMjk0cHg7XG4gICAganVzdGlmeS1jb250ZW50OiBmbGV4LWVuZDtcblxuICAgIC5nZC1hZGQtY29tbWVudCB7XG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjNEI1NjZDICFpbXBvcnRhbnQ7XG4gICAgICBtYXJnaW4tbGVmdDogMTBweDtcbiAgICAgIGJvcmRlcjogMXB4IHNvbGlkICM3MDcwNzA7XG5cbiAgICAgIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICAgICAgY29sb3I6ICNGRkZGRkYgIWltcG9ydGFudDtcbiAgICAgIH1cbiAgICB9XG5cbiAgICAuZ2QtY2FuY2VsLWNvbW1lbnQge1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogdHJhbnNwYXJlbnQ7XG4gICAgICBib3JkZXI6IDFweCBzb2xpZCAjNzA3MDcwO1xuXG4gICAgICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgICAgIGNvbG9yOiAjQUNBQ0FDICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgLmdkLW5hbWUge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogMzdweDtcbiAgICBib3JkZXI6IDFweCBzb2xpZCAjNkU2RTZFO1xuICB9XG5cbiAgLmdkLXRleHQge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogMTAwcHg7XG4gICAgYm9yZGVyOiAxcHggc29saWQgIzZFNkU2RTtcbiAgICBtYXJnaW4tdG9wOiAyMHB4O1xuICB9XG59XG4iLCIuZ2QtbmV3LWNvbW1lbnQge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgcGFkZGluZy10b3A6IDIwcHg7XG4gIHdpZHRoOiAyOTRweDtcbiAgZm9udC1zaXplOiAxNHB4O1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIHtcbiAgZGlzcGxheTogZmxleDtcbiAgbWFyZ2luLXRvcDogMjBweDtcbiAgd2lkdGg6IDI5NHB4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtZW5kO1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIC5nZC1hZGQtY29tbWVudCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0QjU2NkMgIWltcG9ydGFudDtcbiAgbWFyZ2luLWxlZnQ6IDEwcHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkICM3MDcwNzA7XG59XG4uZ2QtbmV3LWNvbW1lbnQgLmdkLWJ1dHRvbnMgLmdkLWFkZC1jb21tZW50IDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgY29sb3I6ICNGRkZGRkYgIWltcG9ydGFudDtcbn1cbi5nZC1uZXctY29tbWVudCAuZ2QtYnV0dG9ucyAuZ2QtY2FuY2VsLWNvbW1lbnQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiB0cmFuc3BhcmVudDtcbiAgYm9yZGVyOiAxcHggc29saWQgIzcwNzA3MDtcbn1cbi5nZC1uZXctY29tbWVudCAuZ2QtYnV0dG9ucyAuZ2QtY2FuY2VsLWNvbW1lbnQgOjpuZy1kZWVwIC5idXR0b24ge1xuICBjb2xvcjogI0FDQUNBQyAhaW1wb3J0YW50O1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1uYW1lIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMzdweDtcbiAgYm9yZGVyOiAxcHggc29saWQgIzZFNkU2RTtcbn1cbi5nZC1uZXctY29tbWVudCAuZ2QtdGV4dCB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMHB4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNkU2RTZFO1xuICBtYXJnaW4tdG9wOiAyMHB4O1xufVxuIl19 */" +module.exports = ".gd-new-comment {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n padding-top: 20px;\n width: 294px;\n font-size: 14px;\n}\n.gd-new-comment ::ng-deep .button {\n padding: 0px !important;\n width: 96px;\n}\n.gd-new-comment ::ng-deep .button .text {\n font-size: 12px !important;\n}\n.gd-new-comment ::ng-deep .button fa-icon {\n font-size: 14px;\n}\n.gd-new-comment .gd-buttons {\n display: -webkit-box;\n display: flex;\n margin-top: 20px;\n width: 294px;\n -webkit-box-pack: end;\n justify-content: flex-end;\n}\n.gd-new-comment .gd-buttons .gd-add-comment {\n background-color: #4B566C !important;\n margin-left: 10px;\n border: 1px solid #707070;\n}\n.gd-new-comment .gd-buttons .gd-add-comment ::ng-deep .button {\n color: #FFFFFF !important;\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n -webkit-box-pack: start;\n justify-content: flex-start;\n}\n.gd-new-comment .gd-buttons .gd-add-comment ::ng-deep .button fa-icon {\n padding: 0 11px;\n}\n.gd-new-comment .gd-buttons .gd-cancel-comment {\n background-color: transparent;\n border: 1px solid #707070;\n}\n.gd-new-comment .gd-buttons .gd-cancel-comment ::ng-deep .button {\n color: #ACACAC !important;\n}\n.gd-new-comment .gd-name {\n width: 100%;\n height: 37px;\n border: 1px solid #6E6E6E;\n box-sizing: border-box;\n}\n.gd-new-comment .gd-text {\n width: 100%;\n height: 100px;\n border: 1px solid #6E6E6E;\n margin-top: 20px;\n box-sizing: border-box;\n}\n@media (max-width: 1037px) {\n .gd-new-comment {\n width: 100%;\n padding-bottom: 20px;\n }\n .gd-new-comment .gd-buttons {\n width: 100%;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2NyZWF0ZS1jb21tZW50L0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9hbm5vdGF0aW9uL3NyYy9saWIvY3JlYXRlLWNvbW1lbnQvY3JlYXRlLWNvbW1lbnQuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2Fubm90YXRpb24vc3JjL2xpYi9jcmVhdGUtY29tbWVudC9jcmVhdGUtY29tbWVudC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsaUJBQUE7RUFDQSxZQUFBO0VBQ0EsZUFBQTtBQ0RGO0FETkE7RUFVSSx1QkFBQTtFQUNBLFdBQUE7QUNESjtBRFZBO0VBY00sMEJBQUE7QUNETjtBRGJBO0VBa0JNLGVBQUE7QUNGTjtBRGhCQTtFQXVCSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxnQkFBQTtFQUNBLFlBQUE7RUFDQSxxQkFBQTtVQUFBLHlCQUFBO0FDSko7QUR0QkE7RUE2Qk0sb0NBQUE7RUFDQSxpQkFBQTtFQUNBLHlCQUFBO0FDSk47QUQzQkE7RUFrQ1EseUJBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw4QkFBQTtFQUFBLDZCQUFBO1VBQUEsbUJBQUE7RUFDQSx1QkFBQTtVQUFBLDJCQUFBO0FDSlI7QURqQ0E7RUF3Q1UsZUFBQTtBQ0pWO0FEcENBO0VBOENNLDZCQUFBO0VBQ0EseUJBQUE7QUNQTjtBRHhDQTtFQWtEUSx5QkFBQTtBQ1BSO0FEM0NBO0VBd0RJLFdBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7RUFDQSxzQkFBQTtBQ1ZKO0FEakRBO0VBK0RJLFdBQUE7RUFDQSxhQUFBO0VBQ0EseUJBQUE7RUFDQSxnQkFBQTtFQUNBLHNCQUFBO0FDWEo7QURlQTtFQUNFO0lBQ0UsV0FBQTtJQUNBLG9CQUFBO0VDYkY7RURXQTtJQUtJLFdBQUE7RUNiSjtBQUNGIiwiZmlsZSI6ImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2NyZWF0ZS1jb21tZW50L2NyZWF0ZS1jb21tZW50LmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbi5nZC1uZXctY29tbWVudCB7XG4gIGRpc3BsYXkgICAgICAgIDogZmxleDtcbiAgZmxleC1kaXJlY3Rpb24gOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtcyAgICA6IGNlbnRlcjtcbiAgcGFkZGluZy10b3AgICAgOiAyMHB4O1xuICB3aWR0aCAgICAgICAgICA6IDI5NHB4O1xuICBmb250LXNpemUgICAgICA6IDE0cHg7XG5cbiAgOjpuZy1kZWVwIC5idXR0b24ge1xuICAgIHBhZGRpbmc6IDBweCAhaW1wb3J0YW50O1xuICAgIHdpZHRoICA6IDk2cHg7XG5cbiAgICAudGV4dCB7XG4gICAgICBmb250LXNpemU6IDEycHggIWltcG9ydGFudDtcbiAgICB9XG5cbiAgICBmYS1pY29uIHtcbiAgICAgIGZvbnQtc2l6ZTogMTRweDtcbiAgICB9XG4gIH1cblxuICAuZ2QtYnV0dG9ucyB7XG4gICAgZGlzcGxheSAgICAgICAgOiBmbGV4O1xuICAgIG1hcmdpbi10b3AgICAgIDogMjBweDtcbiAgICB3aWR0aCAgICAgICAgICA6IDI5NHB4O1xuICAgIGp1c3RpZnktY29udGVudDogZmxleC1lbmQ7XG5cbiAgICAuZ2QtYWRkLWNvbW1lbnQge1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzRCNTY2QyAhaW1wb3J0YW50O1xuICAgICAgbWFyZ2luLWxlZnQgICAgIDogMTBweDtcbiAgICAgIGJvcmRlciAgICAgICAgICA6IDFweCBzb2xpZCAjNzA3MDcwO1xuXG4gICAgICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgICAgIGNvbG9yICAgICAgICAgIDogI0ZGRkZGRiAhaW1wb3J0YW50O1xuICAgICAgICBkaXNwbGF5ICAgICAgICA6IGZsZXg7XG4gICAgICAgIGZsZXgtZGlyZWN0aW9uIDogcm93O1xuICAgICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG5cbiAgICAgICAgZmEtaWNvbiB7XG4gICAgICAgICAgcGFkZGluZzogMCAxMXB4O1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuXG4gICAgLmdkLWNhbmNlbC1jb21tZW50IHtcbiAgICAgIGJhY2tncm91bmQtY29sb3I6IHRyYW5zcGFyZW50O1xuICAgICAgYm9yZGVyICAgICAgICAgIDogMXB4IHNvbGlkICM3MDcwNzA7XG5cbiAgICAgIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICAgICAgY29sb3I6ICNBQ0FDQUMgIWltcG9ydGFudDtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICAuZ2QtbmFtZSB7XG4gICAgd2lkdGggOiAxMDAlO1xuICAgIGhlaWdodDogMzdweDtcbiAgICBib3JkZXI6IDFweCBzb2xpZCAjNkU2RTZFO1xuICAgIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG4gIH1cblxuICAuZ2QtdGV4dCB7XG4gICAgd2lkdGggICAgIDogMTAwJTtcbiAgICBoZWlnaHQgICAgOiAxMDBweDtcbiAgICBib3JkZXIgICAgOiAxcHggc29saWQgIzZFNkU2RTtcbiAgICBtYXJnaW4tdG9wOiAyMHB4O1xuICAgIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG4gIH1cbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLmdkLW5ldy1jb21tZW50IHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBwYWRkaW5nLWJvdHRvbTogMjBweDtcblxuICAgIC5nZC1idXR0b25zIHtcbiAgICAgIHdpZHRoOiAxMDAlO1xuICAgIH1cbiAgfVxufSIsIi5nZC1uZXctY29tbWVudCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBwYWRkaW5nLXRvcDogMjBweDtcbiAgd2lkdGg6IDI5NHB4O1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uZ2QtbmV3LWNvbW1lbnQgOjpuZy1kZWVwIC5idXR0b24ge1xuICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbiAgd2lkdGg6IDk2cHg7XG59XG4uZ2QtbmV3LWNvbW1lbnQgOjpuZy1kZWVwIC5idXR0b24gLnRleHQge1xuICBmb250LXNpemU6IDEycHggIWltcG9ydGFudDtcbn1cbi5nZC1uZXctY29tbWVudCA6Om5nLWRlZXAgLmJ1dHRvbiBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAxNHB4O1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIHtcbiAgZGlzcGxheTogZmxleDtcbiAgbWFyZ2luLXRvcDogMjBweDtcbiAgd2lkdGg6IDI5NHB4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtZW5kO1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIC5nZC1hZGQtY29tbWVudCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0QjU2NkMgIWltcG9ydGFudDtcbiAgbWFyZ2luLWxlZnQ6IDEwcHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkICM3MDcwNzA7XG59XG4uZ2QtbmV3LWNvbW1lbnQgLmdkLWJ1dHRvbnMgLmdkLWFkZC1jb21tZW50IDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgY29sb3I6ICNGRkZGRkYgIWltcG9ydGFudDtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAganVzdGlmeS1jb250ZW50OiBmbGV4LXN0YXJ0O1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIC5nZC1hZGQtY29tbWVudCA6Om5nLWRlZXAgLmJ1dHRvbiBmYS1pY29uIHtcbiAgcGFkZGluZzogMCAxMXB4O1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIC5nZC1jYW5jZWwtY29tbWVudCB7XG4gIGJhY2tncm91bmQtY29sb3I6IHRyYW5zcGFyZW50O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNzA3MDcwO1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIC5nZC1jYW5jZWwtY29tbWVudCA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIGNvbG9yOiAjQUNBQ0FDICFpbXBvcnRhbnQ7XG59XG4uZ2QtbmV3LWNvbW1lbnQgLmdkLW5hbWUge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAzN3B4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNkU2RTZFO1xuICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC10ZXh0IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwcHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkICM2RTZFNkU7XG4gIG1hcmdpbi10b3A6IDIwcHg7XG4gIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5nZC1uZXctY29tbWVudCB7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgcGFkZGluZy1ib3R0b206IDIwcHg7XG4gIH1cbiAgLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxufVxuIl19 */" /***/ }), /***/ "../../libs/annotation/src/lib/create-comment/create-comment.component.ts": -/*!*************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/create-comment/create-comment.component.ts ***! - \*************************************************************************************************************************/ +/*!*************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/create-comment/create-comment.component.ts ***! + \*************************************************************************************************************/ /*! exports provided: CreateCommentComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -7421,9 +7802,9 @@ CreateCommentComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/annotation/src/lib/remove-annotation.service.ts": -/*!***********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/remove-annotation.service.ts ***! - \***********************************************************************************************************/ +/*!***********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/remove-annotation.service.ts ***! + \***********************************************************************************************/ /*! exports provided: RemoveAnnotationService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -7448,76 +7829,198 @@ class RemoveAnnotationService { /***/ }), -/***/ "../../libs/comparison/src/index.ts": -/*!***********************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/index.ts ***! - \***********************************************************************************/ -/*! exports provided: initializeApp, setupLoadingInterceptor, ComparisonModule, Files, Highlight, ComparisonAppComponent, ComparisonConfigService, ComparisonConfig, ComparisonService, ComparedPageModel, CompareResult, ChangeInfo, StyleChange, Rectangle, PageInfo */ +/***/ "../../libs/common-components/src/lib/config.service.ts": +/*!*******************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/common-components/src/lib/config.service.ts ***! + \*******************************************************************************************/ +/*! exports provided: Api, ConfigService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); -/* harmony import */ var _lib_comparison_module__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./lib/comparison.module */ "../../libs/comparison/src/lib/comparison.module.ts"); -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "initializeApp", function() { return _lib_comparison_module__WEBPACK_IMPORTED_MODULE_0__["initializeApp"]; }); - -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "setupLoadingInterceptor", function() { return _lib_comparison_module__WEBPACK_IMPORTED_MODULE_0__["setupLoadingInterceptor"]; }); - -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ComparisonModule", function() { return _lib_comparison_module__WEBPACK_IMPORTED_MODULE_0__["ComparisonModule"]; }); - -/* harmony import */ var _lib_comparison_app_component__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./lib/comparison-app.component */ "../../libs/comparison/src/lib/comparison-app.component.ts"); -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Files", function() { return _lib_comparison_app_component__WEBPACK_IMPORTED_MODULE_1__["Files"]; }); - -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Highlight", function() { return _lib_comparison_app_component__WEBPACK_IMPORTED_MODULE_1__["Highlight"]; }); - -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ComparisonAppComponent", function() { return _lib_comparison_app_component__WEBPACK_IMPORTED_MODULE_1__["ComparisonAppComponent"]; }); - -/* harmony import */ var _lib_comparison_config_service__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./lib/comparison-config.service */ "../../libs/comparison/src/lib/comparison-config.service.ts"); -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ComparisonConfigService", function() { return _lib_comparison_config_service__WEBPACK_IMPORTED_MODULE_2__["ComparisonConfigService"]; }); - -/* harmony import */ var _lib_comparison_config__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./lib/comparison-config */ "../../libs/comparison/src/lib/comparison-config.ts"); -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ComparisonConfig", function() { return _lib_comparison_config__WEBPACK_IMPORTED_MODULE_3__["ComparisonConfig"]; }); - -/* harmony import */ var _lib_comparison_service__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./lib/comparison.service */ "../../libs/comparison/src/lib/comparison.service.ts"); -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ComparisonService", function() { return _lib_comparison_service__WEBPACK_IMPORTED_MODULE_4__["ComparisonService"]; }); - -/* harmony import */ var _lib_models__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./lib/models */ "../../libs/comparison/src/lib/models.ts"); -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ComparedPageModel", function() { return _lib_models__WEBPACK_IMPORTED_MODULE_5__["ComparedPageModel"]; }); - -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CompareResult", function() { return _lib_models__WEBPACK_IMPORTED_MODULE_5__["CompareResult"]; }); - -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ChangeInfo", function() { return _lib_models__WEBPACK_IMPORTED_MODULE_5__["ChangeInfo"]; }); - -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "StyleChange", function() { return _lib_models__WEBPACK_IMPORTED_MODULE_5__["StyleChange"]; }); - -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Rectangle", function() { return _lib_models__WEBPACK_IMPORTED_MODULE_5__["Rectangle"]; }); - -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PageInfo", function() { return _lib_models__WEBPACK_IMPORTED_MODULE_5__["PageInfo"]; }); - - - - - - - +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Api", function() { return Api; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ConfigService", function() { return ConfigService; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_common_http__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/common/http */ "../../node_modules/@angular/common/fesm2015/http.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm2015/core.js"); -/***/ }), -/***/ "../../libs/comparison/src/lib/add-file-panel/add-file-panel.component.less": -/*!***************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/add-file-panel/add-file-panel.component.less ***! - \***************************************************************************************************************************/ +class Api { +} +Api.VIEWER_APP = '/viewer'; +Api.SIGNATURE_APP = '/signature'; +Api.ANNOTATION_APP = '/annotation'; +Api.SEARCH_APP = '/search'; +Api.EDITOR_APP = '/editor'; +Api.COMPARISON_APP = '/comparison'; +Api.CONVERSION_APP = '/conversion'; +Api.METADATA_APP = '/metadata'; +Api.PARSER_APP = '/parser'; +Api.DEFAULT_API_ENDPOINT = window.location.href; +Api.LOAD_FILE_TREE = '/loadFileTree'; +Api.LOAD_CONFIG = '/loadConfig'; +Api.LOAD_DOCUMENT_DESCRIPTION = '/loadDocumentDescription'; +Api.LOAD_DOCUMENT_PAGE = '/loadDocumentPage'; +Api.LOAD_DOCUMENT_PROPERTIES = '/loadProperties'; +Api.LOAD_DOCUMENT_PROPERTIES_NAMES = '/loadPropertiesNames'; +Api.SAVE_PROPERTY = '/saveProperty'; +Api.REMOVE_PROPERTY = '/removeProperty'; +Api.ROTATE_DOCUMENT_PAGE = '/rotateDocumentPages'; +Api.UPLOAD_DOCUMENTS = '/uploadDocument'; +Api.DOWNLOAD_DOCUMENTS = '/downloadDocument'; +Api.LOAD_PRINT = '/loadPrint'; +Api.LOAD_PRINT_PDF = '/printPdf'; +Api.LOAD_THUMBNAILS = '/loadThumbnails'; +Api.LOAD_FORMATS = '/loadFormats'; +Api.SAVE_FILE = '/saveFile'; +Api.CREATE_FILE = '/createFile'; +Api.COMPARE_FILES = '/compare'; +Api.CONVERT_FILE = '/convert'; +Api.DELETE_SIGNATURE_FILE = '/deleteSignatureFile'; +Api.REMOVE_FROM_INDEX = '/removeFromIndex'; +Api.GET_FILE_STATUS = '/getFileStatus'; +Api.SAVE_OPTICAL_CODE = '/saveOpticalCode'; +Api.SAVE_TEXT = '/saveText'; +Api.SAVE_IMAGE = '/saveImage'; +Api.SAVE_STAMP = '/saveStamp'; +Api.SIGN = '/sign'; +Api.DOWNLOAD_SIGNED = '/downloadSigned'; +Api.LOAD_SIGNATURE_IMAGE = '/loadSignatureImage'; +Api.ANNOTATE = '/annotate'; +Api.SEARCH = '/search'; +Api.ADD_FILES_TO_INDEX = '/addFilesToIndex'; +Api.httpOptionsJson = { + headers: new _angular_common_http__WEBPACK_IMPORTED_MODULE_1__["HttpHeaders"]({ + 'Content-Type': 'application/json', + }) +}; +Api.httpOptionsJsonResponseTypeBlob = { + headers: new _angular_common_http__WEBPACK_IMPORTED_MODULE_1__["HttpHeaders"]({ + 'Content-Type': 'application/json', + }), + responseType: 'blob' +}; +let ConfigService = class ConfigService { + constructor() { + this.apiEndpoint = Api.DEFAULT_API_ENDPOINT; + } + set apiEndpoint(url) { + this._apiEndpoint = url && url.trim().endsWith('/') ? url.substring(0, url.length - 1) : url; + } + getConfigEndpoint(app) { + return (this.apiEndpoint.endsWith(app) ? this.apiEndpoint : this.apiEndpoint + app) + Api.LOAD_CONFIG; + } + getViewerApiEndpoint() { + return this._apiEndpoint.endsWith(Api.VIEWER_APP) ? this._apiEndpoint : this._apiEndpoint + Api.VIEWER_APP; + } + getEditorApiEndpoint() { + return this._apiEndpoint.trim().endsWith(Api.EDITOR_APP) ? this._apiEndpoint : this._apiEndpoint + Api.EDITOR_APP; + } + getComparisonApiEndpoint() { + return this._apiEndpoint.trim().endsWith(Api.COMPARISON_APP) ? this._apiEndpoint : this._apiEndpoint + Api.COMPARISON_APP; + } + getConversionApiEndpoint() { + return this._apiEndpoint.trim().endsWith(Api.CONVERSION_APP) ? this._apiEndpoint : this._apiEndpoint + Api.CONVERSION_APP; + } + getMetadataApiEndpoint() { + return this._apiEndpoint.trim().endsWith(Api.METADATA_APP) ? this._apiEndpoint : this._apiEndpoint + Api.METADATA_APP; + } + getParserApiEndpoint() { + return this._apiEndpoint.trim().endsWith(Api.PARSER_APP) ? this._apiEndpoint : this._apiEndpoint + Api.PARSER_APP; + } + get apiEndpoint() { + return this._apiEndpoint; + } + getSignatureApiEndpoint() { + return this._apiEndpoint.endsWith(Api.SIGNATURE_APP) ? this._apiEndpoint : this._apiEndpoint + Api.SIGNATURE_APP; + } + getAnnotationApiEndpoint() { + return this._apiEndpoint.endsWith(Api.ANNOTATION_APP) ? this._apiEndpoint : this._apiEndpoint + Api.ANNOTATION_APP; + } + getSearchApiEndpoint() { + return this._apiEndpoint.endsWith(Api.SEARCH_APP) ? this._apiEndpoint : this._apiEndpoint + Api.SEARCH_APP; + } +}; +ConfigService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_2__["Injectable"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", []) +], ConfigService); + + + +/***/ }), + +/***/ "../../libs/comparison/src/index.ts": +/*!***********************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/index.ts ***! + \***********************************************************************/ +/*! exports provided: initializeApp, setupLoadingInterceptor, ComparisonModule, Files, Highlight, ComparisonAppComponent, ComparisonConfigService, ComparisonConfig, ComparisonService, ComparedPageModel, CompareResult, ChangeInfo, StyleChange, Rectangle, PageInfo */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _lib_comparison_module__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./lib/comparison.module */ "../../libs/comparison/src/lib/comparison.module.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "initializeApp", function() { return _lib_comparison_module__WEBPACK_IMPORTED_MODULE_0__["initializeApp"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "setupLoadingInterceptor", function() { return _lib_comparison_module__WEBPACK_IMPORTED_MODULE_0__["setupLoadingInterceptor"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ComparisonModule", function() { return _lib_comparison_module__WEBPACK_IMPORTED_MODULE_0__["ComparisonModule"]; }); + +/* harmony import */ var _lib_comparison_app_component__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./lib/comparison-app.component */ "../../libs/comparison/src/lib/comparison-app.component.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Files", function() { return _lib_comparison_app_component__WEBPACK_IMPORTED_MODULE_1__["Files"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Highlight", function() { return _lib_comparison_app_component__WEBPACK_IMPORTED_MODULE_1__["Highlight"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ComparisonAppComponent", function() { return _lib_comparison_app_component__WEBPACK_IMPORTED_MODULE_1__["ComparisonAppComponent"]; }); + +/* harmony import */ var _lib_comparison_config_service__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./lib/comparison-config.service */ "../../libs/comparison/src/lib/comparison-config.service.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ComparisonConfigService", function() { return _lib_comparison_config_service__WEBPACK_IMPORTED_MODULE_2__["ComparisonConfigService"]; }); + +/* harmony import */ var _lib_comparison_config__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./lib/comparison-config */ "../../libs/comparison/src/lib/comparison-config.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ComparisonConfig", function() { return _lib_comparison_config__WEBPACK_IMPORTED_MODULE_3__["ComparisonConfig"]; }); + +/* harmony import */ var _lib_comparison_service__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./lib/comparison.service */ "../../libs/comparison/src/lib/comparison.service.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ComparisonService", function() { return _lib_comparison_service__WEBPACK_IMPORTED_MODULE_4__["ComparisonService"]; }); + +/* harmony import */ var _lib_models__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./lib/models */ "../../libs/comparison/src/lib/models.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ComparedPageModel", function() { return _lib_models__WEBPACK_IMPORTED_MODULE_5__["ComparedPageModel"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CompareResult", function() { return _lib_models__WEBPACK_IMPORTED_MODULE_5__["CompareResult"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ChangeInfo", function() { return _lib_models__WEBPACK_IMPORTED_MODULE_5__["ChangeInfo"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "StyleChange", function() { return _lib_models__WEBPACK_IMPORTED_MODULE_5__["StyleChange"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Rectangle", function() { return _lib_models__WEBPACK_IMPORTED_MODULE_5__["Rectangle"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PageInfo", function() { return _lib_models__WEBPACK_IMPORTED_MODULE_5__["PageInfo"]; }); + + + + + + + + + +/***/ }), + +/***/ "../../libs/comparison/src/lib/add-file-panel/add-file-panel.component.less": +/*!***************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/add-file-panel/add-file-panel.component.less ***! + \***************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ":host {\n border-bottom: 1px solid #CCC;\n}\n:host /deep/ gd-button .button {\n font-size: 14px !important;\n}\n.wrapper {\n height: 37px;\n background-color: #FFFFFF;\n display: -webkit-box;\n display: flex;\n}\n.upload-wrapper {\n display: -webkit-box;\n display: flex;\n width: 100%;\n}\n.url-input {\n border: 0;\n height: 37px;\n width: 100%;\n padding-left: 5px;\n margin: 0px;\n padding-top: 0px;\n padding-bottom: 0px;\n outline: none;\n color: #959da5;\n opacity: 0.5;\n font-style: italic;\n}\n.compare-file-name {\n color: #6e6e6e;\n margin: 8px 8px 8px 0px;\n width: 100%;\n text-align: left;\n font-size: 13px;\n opacity: 0.5;\n}\n.ng-fa-icon {\n color: #959da5;\n margin: 9px 15px 0px 13px;\n font-size: 14px;\n}\n.compare-file {\n width: 100%;\n border-right: 2px solid #ddd;\n}\n.wrapper .ng-fa-icon.fa-file-pdf {\n color: #e04e4e;\n}\n.wrapper .ng-fa-icon.fa-file-word {\n color: #539CF0;\n}\n.wrapper .ng-fa-icon.fa-file-powerpoint {\n color: #e29e1e;\n}\n.wrapper .ng-fa-icon.fa-file-excel {\n color: #7cbc46;\n}\n.wrapper .ng-fa-icon.fa-file-image {\n color: #c375ed;\n}\n.wrapper .ng-fa-icon.fa-file-text .fa-folder,\n.wrapper .ng-fa-icon.fa-file,\n.wrapper .ng-fa-icon.fa-file-alt {\n color: #4b566c;\n}\n.wrapper /deep/ gd-button .button fa-icon {\n color: #6e6e6e;\n}\n/deep/ gd-tab .gd-tab .title {\n font-size: 13px;\n font-weight: bold;\n color: #959da5;\n opacity: 0.4;\n}\n/deep/ gd-tab .gd-tab.active .title {\n color: #3E4E5A !important;\n opacity: 1;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvYWRkLWZpbGUtcGFuZWwvYWRkLWZpbGUtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9hZGQtZmlsZS1wYW5lbC9hZGQtZmlsZS1wYW5lbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLDZCQUFBO0FDREY7QURBQTtFQUlNLDBCQUFBO0FDRE47QURNQTtFQUNFLFlBQUE7RUFDQSx5QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ0pGO0FET0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxXQUFBO0FDTEY7QURRQTtFQUNFLFNBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGlCQUFBO0VBQ0EsV0FBQTtFQUNBLGdCQUFBO0VBQ0EsbUJBQUE7RUFDQSxhQUFBO0VBQ0EsY0FBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtBQ05GO0FEU0E7RUFDRSxjQUFBO0VBQ0EsdUJBQUE7RUFDQSxXQUFBO0VBQ0EsZ0JBQUE7RUFDQSxlQUFBO0VBQ0EsWUFBQTtBQ1BGO0FEVUE7RUFDRSxjQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0FDUkY7QURXQTtFQUNFLFdBQUE7RUFDQSw0QkFBQTtBQ1RGO0FEWUE7RUFDRSxjQUFBO0FDVkY7QURhQTtFQUNFLGNBQUE7QUNYRjtBRGNBO0VBQ0UsY0FBQTtBQ1pGO0FEZUE7RUFDRSxjQUFBO0FDYkY7QURnQkE7RUFDRSxjQUFBO0FDZEY7QURpQkE7OztFQUdFLGNBQUE7QUNmRjtBRGtCQTtFQUlRLGNBQUE7QUNuQlI7QUR5QkE7RUFHTSxlQUFBO0VBQ0EsaUJBQUE7RUFDQSxjQUFBO0VBQ0EsWUFBQTtBQ3pCTjtBRDRCSTtFQUVJLHlCQUFBO0VBQ0EsVUFBQTtBQzNCUiIsImZpbGUiOiJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9hZGQtZmlsZS1wYW5lbC9hZGQtZmlsZS1wYW5lbC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlcy5sZXNzXCI7XG5cbjpob3N0e1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0NDQztcbiAgL2RlZXAvIGdkLWJ1dHRvbiB7XG4gICAgLmJ1dHRvbiB7XG4gICAgICBmb250LXNpemU6IDE0cHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cbn1cblxuLndyYXBwZXIge1xuICBoZWlnaHQ6IDM3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkZGRkY7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG5cbi51cGxvYWQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxMDAlO1xufVxuXG4udXJsLWlucHV0IHtcbiAgYm9yZGVyOiAwO1xuICBoZWlnaHQ6IDM3cHg7XG4gIHdpZHRoOiAxMDAlO1xuICBwYWRkaW5nLWxlZnQ6IDVweDtcbiAgbWFyZ2luOiAwcHg7XG4gIHBhZGRpbmctdG9wOiAwcHg7XG4gIHBhZGRpbmctYm90dG9tOiAwcHg7XG4gIG91dGxpbmU6IG5vbmU7XG4gIGNvbG9yOiBAcmVnZW50LWdyYXk7XG4gIG9wYWNpdHk6IDAuNTtcbiAgZm9udC1zdHlsZTogaXRhbGljO1xufVxuXG4uY29tcGFyZS1maWxlLW5hbWUge1xuICBjb2xvcjogQGRvdmUtZ3JheTtcbiAgbWFyZ2luOiA4cHggOHB4IDhweCAwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBmb250LXNpemU6IDEzcHg7XG4gIG9wYWNpdHk6IDAuNTtcbn1cblxuLm5nLWZhLWljb24ge1xuICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICBtYXJnaW46IDlweCAxNXB4IDBweCAxM3B4O1xuICBmb250LXNpemU6IDE0cHg7XG59XG5cbi5jb21wYXJlLWZpbGUge1xuICB3aWR0aDogMTAwJTtcbiAgYm9yZGVyLXJpZ2h0OiAycHggc29saWQgI2RkZDtcbn1cblxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogQHBkZjtcbn1cblxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS13b3JkIHtcbiAgY29sb3I6IEB3b3JkO1xufVxuXG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogQHBvd2VycG9pbnQ7XG59XG5cbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtZXhjZWwge1xuICBjb2xvcjogQGV4Y2VsO1xufVxuXG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6IEBpbWFnZTtcbn1cblxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIsXG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLFxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS1hbHQge1xuICBjb2xvcjogQGZvbGRlcjtcbn1cblxuLndyYXBwZXIge1xuICAvZGVlcC8gZ2QtYnV0dG9uIHtcbiAgICAuYnV0dG9uIHtcbiAgICAgIGZhLWljb24ge1xuICAgICAgICBjb2xvcjogQGRvdmUtZ3JheTtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuL2RlZXAvIGdkLXRhYiB7XG4gIC5nZC10YWIge1xuICAgIC50aXRsZSB7XG4gICAgICBmb250LXNpemU6IDEzcHg7XG4gICAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICAgIGNvbG9yOiBAcmVnZW50LWdyYXk7XG4gICAgICBvcGFjaXR5OiAwLjQ7XG4gICAgICBcbiAgICB9XG4gICAgJi5hY3RpdmUge1xuICAgICAgLnRpdGxlIHtcbiAgICAgICAgY29sb3I6IEBwcmltYXJ5ICFpbXBvcnRhbnQ7XG4gICAgICAgIG9wYWNpdHk6IDE7XG4gICAgICB9XG4gICAgfVxuICB9XG59IiwiOmhvc3Qge1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0NDQztcbn1cbjpob3N0IC9kZWVwLyBnZC1idXR0b24gLmJ1dHRvbiB7XG4gIGZvbnQtc2l6ZTogMTRweCAhaW1wb3J0YW50O1xufVxuLndyYXBwZXIge1xuICBoZWlnaHQ6IDM3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkZGRkY7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG4udXBsb2FkLXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbn1cbi51cmwtaW5wdXQge1xuICBib3JkZXI6IDA7XG4gIGhlaWdodDogMzdweDtcbiAgd2lkdGg6IDEwMCU7XG4gIHBhZGRpbmctbGVmdDogNXB4O1xuICBtYXJnaW46IDBweDtcbiAgcGFkZGluZy10b3A6IDBweDtcbiAgcGFkZGluZy1ib3R0b206IDBweDtcbiAgb3V0bGluZTogbm9uZTtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIG9wYWNpdHk6IDAuNTtcbiAgZm9udC1zdHlsZTogaXRhbGljO1xufVxuLmNvbXBhcmUtZmlsZS1uYW1lIHtcbiAgY29sb3I6ICM2ZTZlNmU7XG4gIG1hcmdpbjogOHB4IDhweCA4cHggMHB4O1xuICB3aWR0aDogMTAwJTtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBvcGFjaXR5OiAwLjU7XG59XG4ubmctZmEtaWNvbiB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xuICBtYXJnaW46IDlweCAxNXB4IDBweCAxM3B4O1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uY29tcGFyZS1maWxlIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGJvcmRlci1yaWdodDogMnB4IHNvbGlkICNkZGQ7XG59XG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLXBkZiB7XG4gIGNvbG9yOiAjZTA0ZTRlO1xufVxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS13b3JkIHtcbiAgY29sb3I6ICM1MzlDRjA7XG59XG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogI2UyOWUxZTtcbn1cbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtZXhjZWwge1xuICBjb2xvcjogIzdjYmM0Njtcbn1cbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtaW1hZ2Uge1xuICBjb2xvcjogI2MzNzVlZDtcbn1cbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtdGV4dCAuZmEtZm9sZGVyLFxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZSxcbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtYWx0IHtcbiAgY29sb3I6ICM0YjU2NmM7XG59XG4ud3JhcHBlciAvZGVlcC8gZ2QtYnV0dG9uIC5idXR0b24gZmEtaWNvbiB7XG4gIGNvbG9yOiAjNmU2ZTZlO1xufVxuIC9kZWVwLyBnZC10YWIgLmdkLXRhYiAudGl0bGUge1xuICBmb250LXNpemU6IDEzcHg7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xuICBjb2xvcjogIzk1OWRhNTtcbiAgb3BhY2l0eTogMC40O1xufVxuIC9kZWVwLyBnZC10YWIgLmdkLXRhYi5hY3RpdmUgLnRpdGxlIHtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbiAgb3BhY2l0eTogMTtcbn1cbiJdfQ== */" +module.exports = ":host {\n border-bottom: 1px solid #CCC;\n}\n:host ::ng-deep gd-button .button {\n font-size: 14px !important;\n}\n.wrapper {\n height: 37px;\n background-color: #FFFFFF;\n display: -webkit-box;\n display: flex;\n}\n.upload-wrapper {\n display: -webkit-box;\n display: flex;\n width: 100%;\n}\n.url-input {\n border: 0;\n height: 37px;\n width: 100%;\n padding-left: 5px;\n margin: 0px;\n padding-top: 0px;\n padding-bottom: 0px;\n outline: none;\n color: #959da5;\n opacity: 0.5;\n font-style: italic;\n}\n.compare-file-name {\n color: #6e6e6e;\n margin: 8px 8px 8px 0px;\n width: 100%;\n text-align: left;\n font-size: 13px;\n opacity: 0.5;\n}\n.ng-fa-icon {\n color: #959da5;\n margin: 9px 15px 0px 13px;\n font-size: 14px;\n}\n.compare-file {\n width: 100%;\n border-right: 2px solid #ddd;\n}\n.wrapper .ng-fa-icon.fa-file-pdf {\n color: #e04e4e;\n}\n.wrapper .ng-fa-icon.fa-file-word {\n color: #539CF0;\n}\n.wrapper .ng-fa-icon.fa-file-powerpoint {\n color: #e29e1e;\n}\n.wrapper .ng-fa-icon.fa-file-excel {\n color: #7cbc46;\n}\n.wrapper .ng-fa-icon.fa-file-image {\n color: #c375ed;\n}\n.wrapper .ng-fa-icon.fa-file-text .fa-folder,\n.wrapper .ng-fa-icon.fa-file,\n.wrapper .ng-fa-icon.fa-file-alt {\n color: #4b566c;\n}\n.wrapper ::ng-deep gd-button .button fa-icon {\n color: #6e6e6e;\n}\n::ng-deep gd-tab .gd-tab .title {\n font-size: 13px;\n font-weight: bold;\n color: #959da5;\n opacity: 0.4;\n}\n::ng-deep gd-tab .gd-tab.active .title {\n color: #3E4E5A !important;\n opacity: 1;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2FkZC1maWxlLXBhbmVsL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvYWRkLWZpbGUtcGFuZWwvYWRkLWZpbGUtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9hZGQtZmlsZS1wYW5lbC9hZGQtZmlsZS1wYW5lbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLDZCQUFBO0FDREY7QURBQTtFQUtNLDBCQUFBO0FDRk47QURPQTtFQUNFLFlBQUE7RUFDQSx5QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ0xGO0FEUUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxXQUFBO0FDTkY7QURTQTtFQUNFLFNBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGlCQUFBO0VBQ0EsV0FBQTtFQUNBLGdCQUFBO0VBQ0EsbUJBQUE7RUFDQSxhQUFBO0VBQ0EsY0FBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtBQ1BGO0FEVUE7RUFDRSxjQUFBO0VBQ0EsdUJBQUE7RUFDQSxXQUFBO0VBQ0EsZ0JBQUE7RUFDQSxlQUFBO0VBQ0EsWUFBQTtBQ1JGO0FEV0E7RUFDRSxjQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0FDVEY7QURZQTtFQUNFLFdBQUE7RUFDQSw0QkFBQTtBQ1ZGO0FEYUE7RUFDRSxjQUFBO0FDWEY7QURjQTtFQUNFLGNBQUE7QUNaRjtBRGVBO0VBQ0UsY0FBQTtBQ2JGO0FEZ0JBO0VBQ0UsY0FBQTtBQ2RGO0FEaUJBO0VBQ0UsY0FBQTtBQ2ZGO0FEa0JBOzs7RUFHRSxjQUFBO0FDaEJGO0FEbUJBO0VBSVEsY0FBQTtBQ3BCUjtBRDBCQTtFQUdNLGVBQUE7RUFDQSxpQkFBQTtFQUNBLGNBQUE7RUFDQSxZQUFBO0FDMUJOO0FEOEJJO0VBRUkseUJBQUE7RUFDQSxVQUFBO0FDN0JSIiwiZmlsZSI6ImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2FkZC1maWxlLXBhbmVsL2FkZC1maWxlLXBhbmVsLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzLmxlc3NcIjtcblxuOmhvc3Qge1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0NDQztcblxuICA6Om5nLWRlZXAgZ2QtYnV0dG9uIHtcbiAgICAuYnV0dG9uIHtcbiAgICAgIGZvbnQtc2l6ZTogMTRweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxufVxuXG4ud3JhcHBlciB7XG4gIGhlaWdodCAgICAgICAgICA6IDM3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkZGRkY7XG4gIGRpc3BsYXkgICAgICAgICA6IGZsZXg7XG59XG5cbi51cGxvYWQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoICA6IDEwMCU7XG59XG5cbi51cmwtaW5wdXQge1xuICBib3JkZXIgICAgICAgIDogMDtcbiAgaGVpZ2h0ICAgICAgICA6IDM3cHg7XG4gIHdpZHRoICAgICAgICAgOiAxMDAlO1xuICBwYWRkaW5nLWxlZnQgIDogNXB4O1xuICBtYXJnaW4gICAgICAgIDogMHB4O1xuICBwYWRkaW5nLXRvcCAgIDogMHB4O1xuICBwYWRkaW5nLWJvdHRvbTogMHB4O1xuICBvdXRsaW5lICAgICAgIDogbm9uZTtcbiAgY29sb3IgICAgICAgICA6IEByZWdlbnQtZ3JheTtcbiAgb3BhY2l0eSAgICAgICA6IDAuNTtcbiAgZm9udC1zdHlsZSAgICA6IGl0YWxpYztcbn1cblxuLmNvbXBhcmUtZmlsZS1uYW1lIHtcbiAgY29sb3IgICAgIDogQGRvdmUtZ3JheTtcbiAgbWFyZ2luICAgIDogOHB4IDhweCA4cHggMHB4O1xuICB3aWR0aCAgICAgOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBmb250LXNpemUgOiAxM3B4O1xuICBvcGFjaXR5ICAgOiAwLjU7XG59XG5cbi5uZy1mYS1pY29uIHtcbiAgY29sb3IgICAgOiBAcmVnZW50LWdyYXk7XG4gIG1hcmdpbiAgIDogOXB4IDE1cHggMHB4IDEzcHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cblxuLmNvbXBhcmUtZmlsZSB7XG4gIHdpZHRoICAgICAgIDogMTAwJTtcbiAgYm9yZGVyLXJpZ2h0OiAycHggc29saWQgI2RkZDtcbn1cblxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogQHBkZjtcbn1cblxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS13b3JkIHtcbiAgY29sb3I6IEB3b3JkO1xufVxuXG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogQHBvd2VycG9pbnQ7XG59XG5cbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtZXhjZWwge1xuICBjb2xvcjogQGV4Y2VsO1xufVxuXG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6IEBpbWFnZTtcbn1cblxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIsXG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLFxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS1hbHQge1xuICBjb2xvcjogQGZvbGRlcjtcbn1cblxuLndyYXBwZXIge1xuICA6Om5nLWRlZXAgZ2QtYnV0dG9uIHtcbiAgICAuYnV0dG9uIHtcbiAgICAgIGZhLWljb24ge1xuICAgICAgICBjb2xvcjogQGRvdmUtZ3JheTtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuOjpuZy1kZWVwIGdkLXRhYiB7XG4gIC5nZC10YWIge1xuICAgIC50aXRsZSB7XG4gICAgICBmb250LXNpemUgIDogMTNweDtcbiAgICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICAgICAgY29sb3IgICAgICA6IEByZWdlbnQtZ3JheTtcbiAgICAgIG9wYWNpdHkgICAgOiAwLjQ7XG5cbiAgICB9XG5cbiAgICAmLmFjdGl2ZSB7XG4gICAgICAudGl0bGUge1xuICAgICAgICBjb2xvciAgOiBAcHJpbWFyeSAgIWltcG9ydGFudDtcbiAgICAgICAgb3BhY2l0eTogMTtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn0iLCI6aG9zdCB7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjQ0NDO1xufVxuOmhvc3QgOjpuZy1kZWVwIGdkLWJ1dHRvbiAuYnV0dG9uIHtcbiAgZm9udC1zaXplOiAxNHB4ICFpbXBvcnRhbnQ7XG59XG4ud3JhcHBlciB7XG4gIGhlaWdodDogMzdweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgZGlzcGxheTogZmxleDtcbn1cbi51cGxvYWQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnVybC1pbnB1dCB7XG4gIGJvcmRlcjogMDtcbiAgaGVpZ2h0OiAzN3B4O1xuICB3aWR0aDogMTAwJTtcbiAgcGFkZGluZy1sZWZ0OiA1cHg7XG4gIG1hcmdpbjogMHB4O1xuICBwYWRkaW5nLXRvcDogMHB4O1xuICBwYWRkaW5nLWJvdHRvbTogMHB4O1xuICBvdXRsaW5lOiBub25lO1xuICBjb2xvcjogIzk1OWRhNTtcbiAgb3BhY2l0eTogMC41O1xuICBmb250LXN0eWxlOiBpdGFsaWM7XG59XG4uY29tcGFyZS1maWxlLW5hbWUge1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgbWFyZ2luOiA4cHggOHB4IDhweCAwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBmb250LXNpemU6IDEzcHg7XG4gIG9wYWNpdHk6IDAuNTtcbn1cbi5uZy1mYS1pY29uIHtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIG1hcmdpbjogOXB4IDE1cHggMHB4IDEzcHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi5jb21wYXJlLWZpbGUge1xuICB3aWR0aDogMTAwJTtcbiAgYm9yZGVyLXJpZ2h0OiAycHggc29saWQgI2RkZDtcbn1cbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtcGRmIHtcbiAgY29sb3I6ICNlMDRlNGU7XG59XG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLXdvcmQge1xuICBjb2xvcjogIzUzOUNGMDtcbn1cbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtcG93ZXJwb2ludCB7XG4gIGNvbG9yOiAjZTI5ZTFlO1xufVxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS1leGNlbCB7XG4gIGNvbG9yOiAjN2NiYzQ2O1xufVxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS1pbWFnZSB7XG4gIGNvbG9yOiAjYzM3NWVkO1xufVxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIsXG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLFxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS1hbHQge1xuICBjb2xvcjogIzRiNTY2Yztcbn1cbi53cmFwcGVyIDo6bmctZGVlcCBnZC1idXR0b24gLmJ1dHRvbiBmYS1pY29uIHtcbiAgY29sb3I6ICM2ZTZlNmU7XG59XG46Om5nLWRlZXAgZ2QtdGFiIC5nZC10YWIgLnRpdGxlIHtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBmb250LXdlaWdodDogYm9sZDtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIG9wYWNpdHk6IDAuNDtcbn1cbjo6bmctZGVlcCBnZC10YWIgLmdkLXRhYi5hY3RpdmUgLnRpdGxlIHtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbiAgb3BhY2l0eTogMTtcbn1cbiJdfQ== */" /***/ }), /***/ "../../libs/comparison/src/lib/add-file-panel/add-file-panel.component.ts": -/*!*************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/add-file-panel/add-file-panel.component.ts ***! - \*************************************************************************************************************************/ +/*!*************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/add-file-panel/add-file-panel.component.ts ***! + \*************************************************************************************************************/ /*! exports provided: States, AddFilePanelComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -7625,20 +8128,20 @@ AddFilePanelComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/comparison/src/lib/comparison-app.component.less": -/*!************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/comparison-app.component.less ***! - \************************************************************************************************************/ +/*!************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/comparison-app.component.less ***! + \************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n/deep/ .tools .button {\n color: #fff !important;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-flow: column;\n}\n/deep/ .tools .button.inactive {\n color: #959da5 !important;\n}\n/deep/ .tools .icon-button {\n margin: 0px 0px 0px 7px !important;\n}\n/deep/ .compare-file .icon-button {\n margin: 0px !important;\n}\n/deep/ .compare-file .icon-button .text {\n padding: 0px !important;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n.loader {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n height: 100%;\n}\n.upload-compare-file {\n height: 100%;\n width: 50%;\n border-right: 1px solid #CCC;\n display: -webkit-box;\n display: flex;\n align-content: center;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n text-align: center;\n -webkit-box-flex: 0;\n flex-grow: 0;\n}\n.open-file-panel {\n display: -webkit-box;\n display: flex;\n width: 100%;\n}\n.files-panel {\n background-color: #e7e7e7;\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n width: 100%;\n height: 100%;\n}\n.result-panel {\n background-color: #e7e7e7;\n width: 100%;\n height: 100%;\n display: -webkit-box;\n display: flex;\n align-content: center;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-pack: center;\n justify-content: center;\n text-align: center;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: inherit;\n}\n.gd-document {\n width: 100%;\n height: 100%;\n}\n.top-panel {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n width: 100%;\n}\n.toolbar-panel {\n background-color: #3e4e5a;\n width: 100%;\n}\n.row {\n display: -webkit-box;\n display: flex;\n height: inherit;\n}\n.column {\n width: 100%;\n}\n.tabs-wrapper {\n display: -webkit-box;\n display: flex;\n justify-self: flex-end;\n align-self: flex-end;\n width: 100%;\n -webkit-box-pack: end;\n justify-content: flex-end;\n}\n.tabs {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: end;\n align-items: flex-end;\n -webkit-box-pack: end;\n justify-content: flex-end;\n}\n/deep/ .button.brand fa-icon {\n color: #fff !important;\n}\n@media (max-width: 1037px) {\n .files-panel {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n }\n .files-panel .upload-compare-file {\n width: 100%;\n border-bottom: 1px solid #CCC;\n }\n /deep/ .gd-side-panel-wrapper {\n height: 50% !important;\n top: inherit !important;\n bottom: 0px !important;\n }\n /deep/ .tools gd-button:nth-child(1) > .icon-button {\n margin: 0px 0px 0px 10px !important;\n }\n /deep/ .tools .icon-button {\n height: 60px !important;\n width: 60px;\n }\n /deep/ .tabs-wrapper .gd-tab .icon {\n font-size: 22px !important;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2NvbXBhcmlzb24tYXBwLmNvbXBvbmVudC5sZXNzIiwiL1VzZXJzL2VsZW5rby9wcm9qZWN0cy9Hcm91cERvY3MuVG90YWwtQW5ndWxhci9saWJzL2NvbXBhcmlzb24vc3JjL2xpYi9jb21wYXJpc29uLWFwcC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSwrRkNDa0I7QUFFbEI7RUFDRSxzREFBQTtBRERGO0FDSUE7RUFFSSxzQkFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxpQkFBQTtBREhKO0FDSUk7RUFDRSx5QkFBQTtBREZOO0FDSEE7RUFTSSxrQ0FBQTtBREhKO0FDT0E7RUFFSSxzQkFBQTtBRE5KO0FDSUE7RUFJTSx1QkFBQTtBRExOO0FDVUE7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRFJGO0FDV0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLFlBQUE7QURURjtBQ1lBO0VBQ0UsWUFBQTtFQUNBLFVBQUE7RUFDQSw0QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHFCQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esa0JBQUE7RUFDQSxtQkFBQTtVQUFBLFlBQUE7QURWRjtBQ2FBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsV0FBQTtBRFhGO0FDY0E7RUFDRSx5QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0FEWkY7QUNlQTtFQUNFLHlCQUFBO0VBRUEsV0FBQTtFQUNBLFlBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxxQkFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxrQkFBQTtBRGRGO0FDaUJBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsZUFBQTtBRGZGO0FDa0JBO0VBQ0UsV0FBQTtFQUNBLFlBQUE7QURoQkY7QUNtQkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsV0FBQTtBRGpCRjtBQ29CQTtFQUNFLHlCQUFBO0VBQ0EsV0FBQTtBRGxCRjtBQ3FCQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGVBQUE7QURuQkY7QUNzQkE7RUFDRSxXQUFBO0FEcEJGO0FDdUJBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0Esc0JBQUE7RUFDQSxvQkFBQTtFQUNBLFdBQUE7RUFDQSxxQkFBQTtVQUFBLHlCQUFBO0FEckJGO0FDd0JBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0Esc0JBQUE7VUFBQSxxQkFBQTtFQUNBLHFCQUFBO1VBQUEseUJBQUE7QUR0QkY7QUN5QkE7RUFFSSxzQkFBQTtBRHhCSjtBQzRCQTtFQUNFO0lBQ0UsNEJBQUE7SUFBQSw2QkFBQTtZQUFBLHNCQUFBO0VEMUJGO0VDeUJBO0lBR0ksV0FBQTtJQUNBLDZCQUFBO0VEekJKO0dDNkJBO0lBQ0ksc0JBQUE7SUFDQSx1QkFBQTtJQUNBLHNCQUFBO0VEM0JKO0dDOEJBO0lBRUksbUNBQUE7RUQ3Qko7R0MyQkE7SUFLSSx1QkFBQTtJQUNBLFdBQUE7RUQ3Qko7R0NpQ0E7SUFHTSwwQkFBQTtFRGpDTjtBQUNGIiwiZmlsZSI6ImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2NvbXBhcmlzb24tYXBwLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnM6NDAwLDQwMGksNzAwLDcwMGkmZGlzcGxheT1zd2FwJyk7XG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuIC9kZWVwLyAudG9vbHMgLmJ1dHRvbiB7XG4gIGNvbG9yOiAjZmZmICFpbXBvcnRhbnQ7XG4gIGZsZXgtZmxvdzogY29sdW1uO1xufVxuIC9kZWVwLyAudG9vbHMgLmJ1dHRvbi5pbmFjdGl2ZSB7XG4gIGNvbG9yOiAjOTU5ZGE1ICFpbXBvcnRhbnQ7XG59XG4gL2RlZXAvIC50b29scyAuaWNvbi1idXR0b24ge1xuICBtYXJnaW46IDBweCAwcHggMHB4IDdweCAhaW1wb3J0YW50O1xufVxuIC9kZWVwLyAuY29tcGFyZS1maWxlIC5pY29uLWJ1dHRvbiB7XG4gIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG59XG4gL2RlZXAvIC5jb21wYXJlLWZpbGUgLmljb24tYnV0dG9uIC50ZXh0IHtcbiAgcGFkZGluZzogMHB4ICFpbXBvcnRhbnQ7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbi5sb2FkZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnVwbG9hZC1jb21wYXJlLWZpbGUge1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiA1MCU7XG4gIGJvcmRlci1yaWdodDogMXB4IHNvbGlkICNDQ0M7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBmbGV4LWdyb3c6IDA7XG59XG4ub3Blbi1maWxlLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDEwMCU7XG59XG4uZmlsZXMtcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTdlN2U3O1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnJlc3VsdC1wYW5lbCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnRvb2xiYXItcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM2U0ZTVhO1xuICB3aWR0aDogMTAwJTtcbn1cbi5yb3cge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uY29sdW1uIHtcbiAgd2lkdGg6IDEwMCU7XG59XG4udGFicy13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1zZWxmOiBmbGV4LWVuZDtcbiAgYWxpZ24tc2VsZjogZmxleC1lbmQ7XG4gIHdpZHRoOiAxMDAlO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtZW5kO1xufVxuLnRhYnMge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogZmxleC1lbmQ7XG4gIGp1c3RpZnktY29udGVudDogZmxleC1lbmQ7XG59XG4gL2RlZXAvIC5idXR0b24uYnJhbmQgZmEtaWNvbiB7XG4gIGNvbG9yOiAjZmZmICFpbXBvcnRhbnQ7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5maWxlcy1wYW5lbCB7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgfVxuICAuZmlsZXMtcGFuZWwgLnVwbG9hZC1jb21wYXJlLWZpbGUge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjQ0NDO1xuICB9XG4gICAvZGVlcC8gLmdkLXNpZGUtcGFuZWwtd3JhcHBlciB7XG4gICAgaGVpZ2h0OiA1MCUgIWltcG9ydGFudDtcbiAgICB0b3A6IGluaGVyaXQgIWltcG9ydGFudDtcbiAgICBib3R0b206IDBweCAhaW1wb3J0YW50O1xuICB9XG4gICAvZGVlcC8gLnRvb2xzIGdkLWJ1dHRvbjpudGgtY2hpbGQoMSkgPiAuaWNvbi1idXR0b24ge1xuICAgIG1hcmdpbjogMHB4IDBweCAwcHggMTBweCAhaW1wb3J0YW50O1xuICB9XG4gICAvZGVlcC8gLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gICAgaGVpZ2h0OiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgd2lkdGg6IDYwcHg7XG4gIH1cbiAgIC9kZWVwLyAudGFicy13cmFwcGVyIC5nZC10YWIgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMjJweCAhaW1wb3J0YW50O1xuICB9XG59XG4iLCJAaW1wb3J0IFwiLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcbkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zOjQwMCw0MDBpLDcwMCw3MDBpJmRpc3BsYXk9c3dhcCcpO1xuXG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuXG4vZGVlcC8gLnRvb2xzIHtcbiAgLmJ1dHRvbiB7XG4gICAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbiAgICBmbGV4LWZsb3c6IGNvbHVtbjtcbiAgICAmLmluYWN0aXZle1xuICAgICAgY29sb3I6IEByZWdlbnQtZ3JheSAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuICAuaWNvbi1idXR0b257XG4gICAgbWFyZ2luOiAwcHggMHB4IDBweCA3cHggIWltcG9ydGFudDtcbiAgfVxufVxuXG4vZGVlcC8gLmNvbXBhcmUtZmlsZSB7XG4gIC5pY29uLWJ1dHRvbntcbiAgICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xuICAgIC50ZXh0IHtcbiAgICAgIHBhZGRpbmc6IDBweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxufVxuXG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cblxuLmxvYWRlcntcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGhlaWdodDogMTAwJTtcbn1cblxuLnVwbG9hZC1jb21wYXJlLWZpbGUge1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiA1MCU7XG4gIGJvcmRlci1yaWdodDogMXB4IHNvbGlkICNDQ0M7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBmbGV4LWdyb3c6IDA7XG59XG5cbi5vcGVuLWZpbGUtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbn1cblxuLmZpbGVzLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogQG1lcmN1cnk7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi5yZXN1bHQtcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAbWVyY3VyeTtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24tY29udGVudDogY2VudGVyO1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xufVxuXG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4udG9wLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgd2lkdGg6IDEwMCU7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNlNGU1YTtcbiAgd2lkdGg6IDEwMCU7XG59XG5cbi5yb3cge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG5cbi5jb2x1bW4ge1xuICB3aWR0aDogMTAwJTtcbn1cblxuLnRhYnMtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktc2VsZjogZmxleC1lbmQ7XG4gIGFsaWduLXNlbGY6IGZsZXgtZW5kO1xuICB3aWR0aDogMTAwJTtcbiAganVzdGlmeS1jb250ZW50OiBmbGV4LWVuZDtcbn1cblxuLnRhYnMge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogZmxleC1lbmQ7XG4gIGp1c3RpZnktY29udGVudDogZmxleC1lbmQ7XG59XG5cbi9kZWVwLyAuYnV0dG9uLmJyYW5kIHtcbiAgZmEtaWNvbiB7XG4gICAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuZmlsZXMtcGFuZWwge1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgLnVwbG9hZC1jb21wYXJlLWZpbGV7XG4gICAgICB3aWR0aDogMTAwJTtcbiAgICAgIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjQ0NDO1xuICAgIH1cbiAgfVxuXG4gIC9kZWVwLyAuZ2Qtc2lkZS1wYW5lbC13cmFwcGVye1xuICAgICAgaGVpZ2h0OiA1MCUgIWltcG9ydGFudDtcbiAgICAgIHRvcDogaW5oZXJpdCAhaW1wb3J0YW50O1xuICAgICAgYm90dG9tOiAwcHggIWltcG9ydGFudDtcbiAgfVxuXG4gIC9kZWVwLyAudG9vbHMge1xuICAgIGdkLWJ1dHRvbjpudGgtY2hpbGQoMSkgPiAuaWNvbi1idXR0b257XG4gICAgICBtYXJnaW46IDBweCAwcHggMHB4IDEwcHggIWltcG9ydGFudDtcbiAgICB9XG4gICAgLmljb24tYnV0dG9ue1xuICAgICAgaGVpZ2h0OiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgICB3aWR0aDogNjBweDtcbiAgICB9XG4gIH1cblxuICAvZGVlcC8gLnRhYnMtd3JhcHBlciB7XG4gICAgLmdkLXRhYiB7XG4gICAgICAuaWNvbiB7XG4gICAgICAgIGZvbnQtc2l6ZTogMjJweCAhaW1wb3J0YW50O1xuICAgICAgfVxuICAgIH1cbiAgfVxufVxuIl19 */" +module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n::ng-deep .tools .button {\n color: #fff !important;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-flow: column;\n}\n::ng-deep .tools .button.inactive {\n color: #959da5 !important;\n}\n::ng-deep .tools .icon-button {\n margin: 0px 0px 0px 7px !important;\n}\n::ng-deep .compare-file .icon-button {\n margin: 0px !important;\n}\n::ng-deep .compare-file .icon-button .text {\n padding: 0px !important;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n.loader {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n height: 100%;\n}\n.upload-compare-file {\n height: 100%;\n width: 50%;\n border-right: 1px solid #CCC;\n display: -webkit-box;\n display: flex;\n align-content: center;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n text-align: center;\n -webkit-box-flex: 0;\n flex-grow: 0;\n}\n.open-file-panel {\n display: -webkit-box;\n display: flex;\n width: 100%;\n}\n.files-panel {\n background-color: #e7e7e7;\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n width: 100%;\n height: 100%;\n}\n.result-panel {\n background-color: #e7e7e7;\n width: 100%;\n height: 100%;\n display: -webkit-box;\n display: flex;\n align-content: center;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-pack: center;\n justify-content: center;\n text-align: center;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: inherit;\n}\n.gd-document {\n width: 100%;\n height: 100%;\n}\n.top-panel {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n width: 100%;\n}\n.toolbar-panel {\n background-color: #3e4e5a;\n width: 100%;\n}\n.row {\n display: -webkit-box;\n display: flex;\n height: inherit;\n}\n.column {\n width: 100%;\n}\n.tabs-wrapper {\n display: -webkit-box;\n display: flex;\n justify-self: flex-end;\n align-self: flex-end;\n width: 100%;\n -webkit-box-pack: end;\n justify-content: flex-end;\n}\n.tabs {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: end;\n align-items: flex-end;\n -webkit-box-pack: end;\n justify-content: flex-end;\n}\n::ng-deep .button.brand fa-icon {\n color: #fff !important;\n}\n@media (max-width: 1037px) {\n .files-panel {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n height: calc(100% - 60px);\n }\n .files-panel .upload-compare-file {\n width: 100%;\n height: 50%;\n border-bottom: 1px solid #CCC;\n }\n ::ng-deep .gd-side-panel-wrapper {\n height: 50% !important;\n top: inherit !important;\n bottom: 0px !important;\n }\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\n margin: 0px 0px 0px 10px !important;\n }\n ::ng-deep .tools .icon-button {\n height: 60px !important;\n width: 60px;\n }\n ::ng-deep .tabs-wrapper .gd-tab .icon {\n font-size: 22px !important;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2NvbXBhcmlzb24tYXBwLmNvbXBvbmVudC5sZXNzIiwibGlicy9jb21wYXJpc29uL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2NvbXBhcmlzb24vc3JjL2xpYi9jb21wYXJpc29uLWFwcC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSwrRkNDa0I7QUFFbEI7RUFDRSxzREFBQTtBRERGO0FDSUE7RUFFSSxzQkFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxpQkFBQTtBREhKO0FDS0k7RUFDRSx5QkFBQTtBREhOO0FDSEE7RUFXSSxrQ0FBQTtBRExKO0FDU0E7RUFFSSxzQkFBQTtBRFJKO0FDTUE7RUFLTSx1QkFBQTtBRFJOO0FDYUE7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRFhGO0FDY0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLFlBQUE7QURaRjtBQ2VBO0VBQ0UsWUFBQTtFQUNBLFVBQUE7RUFDQSw0QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHFCQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esa0JBQUE7RUFDQSxtQkFBQTtVQUFBLFlBQUE7QURiRjtBQ2dCQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLFdBQUE7QURkRjtBQ2lCQTtFQUNFLHlCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7QURmRjtBQ2tCQTtFQUNFLHlCQUFBO0VBRUEsV0FBQTtFQUNBLFlBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxxQkFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxrQkFBQTtBRGpCRjtBQ29CQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGVBQUE7QURsQkY7QUNxQkE7RUFDRSxXQUFBO0VBQ0EsWUFBQTtBRG5CRjtBQ3NCQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0FEcEJGO0FDdUJBO0VBQ0UseUJBQUE7RUFDQSxXQUFBO0FEckJGO0FDd0JBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsZUFBQTtBRHRCRjtBQ3lCQTtFQUNFLFdBQUE7QUR2QkY7QUMwQkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxzQkFBQTtFQUNBLG9CQUFBO0VBQ0EsV0FBQTtFQUNBLHFCQUFBO1VBQUEseUJBQUE7QUR4QkY7QUMyQkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxzQkFBQTtVQUFBLHFCQUFBO0VBQ0EscUJBQUE7VUFBQSx5QkFBQTtBRHpCRjtBQzRCQTtFQUVJLHNCQUFBO0FEM0JKO0FDK0JBO0VBQ0U7SUFDRSw0QkFBQTtJQUFBLDZCQUFBO1lBQUEsc0JBQUE7SUFDQSx5QkFBQTtFRDdCRjtFQzJCQTtJQUtJLFdBQUE7SUFDQSxXQUFBO0lBQ0EsNkJBQUE7RUQ3Qko7RUNpQ0E7SUFDRSxzQkFBQTtJQUNBLHVCQUFBO0lBQ0Esc0JBQUE7RUQvQkY7RUNrQ0E7SUFFSSxtQ0FBQTtFRGpDSjtFQytCQTtJQU1JLHVCQUFBO0lBQ0EsV0FBQTtFRGxDSjtFQ3NDQTtJQUdNLDBCQUFBO0VEdENOO0FBQ0YiLCJmaWxlIjoibGlicy9jb21wYXJpc29uL3NyYy9saWIvY29tcGFyaXNvbi1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2Fuczo0MDAsNDAwaSw3MDAsNzAwaSZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24ge1xuICBjb2xvcjogI2ZmZiAhaW1wb3J0YW50O1xuICBmbGV4LWZsb3c6IGNvbHVtbjtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbi5pbmFjdGl2ZSB7XG4gIGNvbG9yOiAjOTU5ZGE1ICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gIG1hcmdpbjogMHB4IDBweCAwcHggN3B4ICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLmNvbXBhcmUtZmlsZSAuaWNvbi1idXR0b24ge1xuICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5jb21wYXJlLWZpbGUgLmljb24tYnV0dG9uIC50ZXh0IHtcbiAgcGFkZGluZzogMHB4ICFpbXBvcnRhbnQ7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbi5sb2FkZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnVwbG9hZC1jb21wYXJlLWZpbGUge1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiA1MCU7XG4gIGJvcmRlci1yaWdodDogMXB4IHNvbGlkICNDQ0M7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBmbGV4LWdyb3c6IDA7XG59XG4ub3Blbi1maWxlLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDEwMCU7XG59XG4uZmlsZXMtcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTdlN2U3O1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnJlc3VsdC1wYW5lbCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnRvb2xiYXItcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM2U0ZTVhO1xuICB3aWR0aDogMTAwJTtcbn1cbi5yb3cge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uY29sdW1uIHtcbiAgd2lkdGg6IDEwMCU7XG59XG4udGFicy13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1zZWxmOiBmbGV4LWVuZDtcbiAgYWxpZ24tc2VsZjogZmxleC1lbmQ7XG4gIHdpZHRoOiAxMDAlO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtZW5kO1xufVxuLnRhYnMge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogZmxleC1lbmQ7XG4gIGp1c3RpZnktY29udGVudDogZmxleC1lbmQ7XG59XG46Om5nLWRlZXAgLmJ1dHRvbi5icmFuZCBmYS1pY29uIHtcbiAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmZpbGVzLXBhbmVsIHtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIGhlaWdodDogY2FsYygxMDAlIC0gNjBweCk7XG4gIH1cbiAgLmZpbGVzLXBhbmVsIC51cGxvYWQtY29tcGFyZS1maWxlIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDUwJTtcbiAgICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0NDQztcbiAgfVxuICA6Om5nLWRlZXAgLmdkLXNpZGUtcGFuZWwtd3JhcHBlciB7XG4gICAgaGVpZ2h0OiA1MCUgIWltcG9ydGFudDtcbiAgICB0b3A6IGluaGVyaXQgIWltcG9ydGFudDtcbiAgICBib3R0b206IDBweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgZ2QtYnV0dG9uOm50aC1jaGlsZCgxKSA+IC5pY29uLWJ1dHRvbiB7XG4gICAgbWFyZ2luOiAwcHggMHB4IDBweCAxMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC50b29scyAuaWNvbi1idXR0b24ge1xuICAgIGhlaWdodDogNjBweCAhaW1wb3J0YW50O1xuICAgIHdpZHRoOiA2MHB4O1xuICB9XG4gIDo6bmctZGVlcCAudGFicy13cmFwcGVyIC5nZC10YWIgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMjJweCAhaW1wb3J0YW50O1xuICB9XG59XG4iLCJAaW1wb3J0IFwiLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcbkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zOjQwMCw0MDBpLDcwMCw3MDBpJmRpc3BsYXk9c3dhcCcpO1xuXG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuXG46Om5nLWRlZXAgLnRvb2xzIHtcbiAgLmJ1dHRvbiB7XG4gICAgY29sb3IgICAgOiAjZmZmICFpbXBvcnRhbnQ7XG4gICAgZmxleC1mbG93OiBjb2x1bW47XG5cbiAgICAmLmluYWN0aXZlIHtcbiAgICAgIGNvbG9yOiBAcmVnZW50LWdyYXkgICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG5cbiAgLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAwcHggMHB4IDdweCAhaW1wb3J0YW50O1xuICB9XG59XG5cbjo6bmctZGVlcCAuY29tcGFyZS1maWxlIHtcbiAgLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xuXG4gICAgLnRleHQge1xuICAgICAgcGFkZGluZzogMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG59XG5cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodCAgICAgOiAxMDAlO1xuICB3aWR0aCAgICAgIDogMTAwJTtcbiAgcG9zaXRpb24gICA6IGZpeGVkO1xuICB0b3AgICAgICAgIDogMDtcbiAgYm90dG9tICAgICA6IDA7XG4gIGxlZnQgICAgICAgOiAwO1xuICByaWdodCAgICAgIDogMDtcbn1cblxuLmxvYWRlciB7XG4gIGRpc3BsYXkgICAgICAgIDogZmxleDtcbiAgZmxleC1kaXJlY3Rpb24gOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtcyAgICA6IGNlbnRlcjtcbiAgaGVpZ2h0ICAgICAgICAgOiAxMDAlO1xufVxuXG4udXBsb2FkLWNvbXBhcmUtZmlsZSB7XG4gIGhlaWdodCAgICAgICAgOiAxMDAlO1xuICB3aWR0aCAgICAgICAgIDogNTAlO1xuICBib3JkZXItcmlnaHQgIDogMXB4IHNvbGlkICNDQ0M7XG4gIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICBhbGlnbi1jb250ZW50IDogY2VudGVyO1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB0ZXh0LWFsaWduICAgIDogY2VudGVyO1xuICBmbGV4LWdyb3cgICAgIDogMDtcbn1cblxuLm9wZW4tZmlsZS1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoICA6IDEwMCU7XG59XG5cbi5maWxlcy1wYW5lbCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEBtZXJjdXJ5O1xuICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbiAgOiByb3c7XG4gIHdpZHRoICAgICAgICAgICA6IDEwMCU7XG4gIGhlaWdodCAgICAgICAgICA6IDEwMCU7XG59XG5cbi5yZXN1bHQtcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAbWVyY3VyeTtcbiAgZGlzcGxheSAgICAgICAgIDogZmxleDtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbiAgaGVpZ2h0ICAgICAgICAgIDogMTAwJTtcbiAgZGlzcGxheSAgICAgICAgIDogZmxleDtcbiAgYWxpZ24tY29udGVudCAgIDogY2VudGVyO1xuICBmbGV4LWRpcmVjdGlvbiAgOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudCA6IGNlbnRlcjtcbiAgdGV4dC1hbGlnbiAgICAgIDogY2VudGVyO1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0IDogaW5oZXJpdDtcbn1cblxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGggOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi50b3AtcGFuZWwge1xuICBkaXNwbGF5ICAgIDogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgd2lkdGggICAgICA6IDEwMCU7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNlNGU1YTtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbn1cblxuLnJvdyB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodCA6IGluaGVyaXQ7XG59XG5cbi5jb2x1bW4ge1xuICB3aWR0aDogMTAwJTtcbn1cblxuLnRhYnMtd3JhcHBlciB7XG4gIGRpc3BsYXkgICAgICAgIDogZmxleDtcbiAganVzdGlmeS1zZWxmICAgOiBmbGV4LWVuZDtcbiAgYWxpZ24tc2VsZiAgICAgOiBmbGV4LWVuZDtcbiAgd2lkdGggICAgICAgICAgOiAxMDAlO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtZW5kO1xufVxuXG4udGFicyB7XG4gIGRpc3BsYXkgICAgICAgIDogZmxleDtcbiAgYWxpZ24taXRlbXMgICAgOiBmbGV4LWVuZDtcbiAganVzdGlmeS1jb250ZW50OiBmbGV4LWVuZDtcbn1cblxuOjpuZy1kZWVwIC5idXR0b24uYnJhbmQge1xuICBmYS1pY29uIHtcbiAgICBjb2xvcjogI2ZmZiAhaW1wb3J0YW50O1xuICB9XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIC5maWxlcy1wYW5lbCB7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBoZWlnaHQgICAgICAgIDogY2FsYygxMDAlIC0gNjBweCk7XG5cbiAgICAudXBsb2FkLWNvbXBhcmUtZmlsZSB7XG4gICAgICB3aWR0aCAgICAgICAgOiAxMDAlO1xuICAgICAgaGVpZ2h0ICAgICAgIDogNTAlO1xuICAgICAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNDQ0M7XG4gICAgfVxuICB9XG5cbiAgOjpuZy1kZWVwIC5nZC1zaWRlLXBhbmVsLXdyYXBwZXIge1xuICAgIGhlaWdodDogNTAlICFpbXBvcnRhbnQ7XG4gICAgdG9wICAgOiBpbmhlcml0ICFpbXBvcnRhbnQ7XG4gICAgYm90dG9tOiAwcHggIWltcG9ydGFudDtcbiAgfVxuXG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIGdkLWJ1dHRvbjpudGgtY2hpbGQoMSk+Lmljb24tYnV0dG9uIHtcbiAgICAgIG1hcmdpbjogMHB4IDBweCAwcHggMTBweCAhaW1wb3J0YW50O1xuICAgIH1cblxuICAgIC5pY29uLWJ1dHRvbiB7XG4gICAgICBoZWlnaHQ6IDYwcHggIWltcG9ydGFudDtcbiAgICAgIHdpZHRoIDogNjBweDtcbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLnRhYnMtd3JhcHBlciB7XG4gICAgLmdkLXRhYiB7XG4gICAgICAuaWNvbiB7XG4gICAgICAgIGZvbnQtc2l6ZTogMjJweCAhaW1wb3J0YW50O1xuICAgICAgfVxuICAgIH1cbiAgfVxufSJdfQ== */" /***/ }), /***/ "../../libs/comparison/src/lib/comparison-app.component.ts": -/*!**********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/comparison-app.component.ts ***! - \**********************************************************************************************************/ +/*!**********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/comparison-app.component.ts ***! + \**********************************************************************************************/ /*! exports provided: Files, Highlight, ComparisonAppComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -7847,20 +8350,20 @@ let ComparisonAppComponent = class ComparisonAppComponent { arr.push(this.credentials.get(this.second)); this._comparisonService.compare(arr).subscribe((result) => { this.result = result; - const isZeroBasedPageId = this.result.changes.find((change) => change.pageInfo.id === 0); + const isZeroBasedPageId = this.result.changes.find((change) => change.pageInfo.pageNumber === 0); this.result.changes.forEach((change) => { change.id = this.generateRandomInteger(); - const zeroBasedId = isZeroBasedPageId ? change.pageInfo.id : change.pageInfo.id - 1; - change.pageInfo.id = isZeroBasedPageId ? change.pageInfo.id : change.pageInfo.id - 1; + const zeroBasedId = isZeroBasedPageId ? change.pageInfo.pageNumber : change.pageInfo.pageNumber - 1; + change.pageInfo.pageNumber = isZeroBasedPageId ? change.pageInfo.pageNumber : change.pageInfo.pageNumber - 1; if (!this.result.pages[zeroBasedId].changes) { this.result.pages[zeroBasedId].changes = []; } this.result.pages[zeroBasedId].changes.push(change); change.normalized = { - x: change.box.x * 100 / change.pageInfo.width, - y: change.box.y * 100 / change.pageInfo.height, - width: change.box.width * 100 / change.pageInfo.width, - height: change.box.height * 100 / change.pageInfo.height, + x: this.pxToPt(change.box.x) * 100 / change.pageInfo.width, + y: this.pxToPt(change.box.y) * 100 / change.pageInfo.height, + width: this.pxToPt(change.box.width) * 100 / change.pageInfo.width, + height: this.pxToPt(change.box.height) * 100 / change.pageInfo.height, }; }); }, (err => { @@ -7869,6 +8372,9 @@ let ComparisonAppComponent = class ComparisonAppComponent { })); this._tabActivatorService.changeActiveTab(this.resultTab); } + pxToPt(px) { + return px * 72 / 96; + } generateRandomInteger() { function _p8(s) { const p = (Math.random().toString(16) + "000000000").substr(2, 8); @@ -7919,9 +8425,9 @@ ComparisonAppComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/comparison/src/lib/comparison-config.service.ts": -/*!***********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/comparison-config.service.ts ***! - \***********************************************************************************************************/ +/*!***********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/comparison-config.service.ts ***! + \***********************************************************************************************/ /*! exports provided: ComparisonConfigService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -7979,9 +8485,9 @@ ComparisonConfigService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/comparison/src/lib/comparison-config.ts": -/*!***************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/comparison-config.ts ***! - \***************************************************************************************************/ +/*!***************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/comparison-config.ts ***! + \***************************************************************************************/ /*! exports provided: ComparisonConfig */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -7995,9 +8501,9 @@ class ComparisonConfig { /***/ }), /***/ "../../libs/comparison/src/lib/comparison.module.ts": -/*!***************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/comparison.module.ts ***! - \***************************************************************************************************/ +/*!***************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/comparison.module.ts ***! + \***************************************************************************************/ /*! exports provided: initializeApp, setupLoadingInterceptor, ComparisonModule */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -8117,9 +8623,9 @@ ComparisonModule = ComparisonModule_1 = tslib__WEBPACK_IMPORTED_MODULE_0__["__de /***/ }), /***/ "../../libs/comparison/src/lib/comparison.service.ts": -/*!****************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/comparison.service.ts ***! - \****************************************************************************************************/ +/*!****************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/comparison.service.ts ***! + \****************************************************************************************/ /*! exports provided: ComparisonService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -8190,20 +8696,20 @@ ComparisonService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/comparison/src/lib/difference-highlight/difference-highlight.component.less": -/*!***************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/difference-highlight/difference-highlight.component.less ***! - \***************************************************************************************************************************************/ +/*!***************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/difference-highlight/difference-highlight.component.less ***! + \***************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".highlight-difference {\n position: absolute;\n cursor: pointer;\n z-index: 1;\n}\n.highlight-difference.active {\n box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);\n z-index: 999;\n}\n.gd-difference.active {\n box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);\n z-index: 999;\n}\n.gd-difference-1 {\n background-color: rgba(0, 122, 255, 0.4);\n}\n.gd-difference-2,\n.gd-difference-4 {\n background-color: rgba(46, 237, 0, 0.4);\n}\n.gd-difference-3 {\n background-color: rgba(237, 0, 0, 0.4);\n}\n.gd-difference-6 {\n background-color: rgba(215, 224, 0, 0.4);\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvZGlmZmVyZW5jZS1oaWdobGlnaHQvZGlmZmVyZW5jZS1oaWdobGlnaHQuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlLWhpZ2hsaWdodC9kaWZmZXJlbmNlLWhpZ2hsaWdodC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFLGtCQUFBO0VBQ0EsZUFBQTtFQUNGLFVBQUE7QUNDQTtBREVBO0VBQ0UsMkNBQUE7RUFDQSxZQUFBO0FDQUY7QURHQTtFQUNFLDJDQUFBO0VBQ0EsWUFBQTtBQ0RGO0FESUE7RUFDRSx3Q0FBQTtBQ0ZGO0FES0E7O0VBQ0UsdUNBQUE7QUNGRjtBREtBO0VBQ0Usc0NBQUE7QUNIRjtBRE1BO0VBQ0Usd0NBQUE7QUNKRiIsImZpbGUiOiJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlLWhpZ2hsaWdodC9kaWZmZXJlbmNlLWhpZ2hsaWdodC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIi5oaWdobGlnaHQtZGlmZmVyZW5jZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuei1pbmRleDogMTtcbn1cblxuLmhpZ2hsaWdodC1kaWZmZXJlbmNlLmFjdGl2ZSB7XG4gIGJveC1zaGFkb3c6IDAgMCAwIDk5OTlweCByZ2JhKDAsIDAsIDAsIDAuNSk7XG4gIHotaW5kZXg6IDk5OTtcbn1cblxuLmdkLWRpZmZlcmVuY2UuYWN0aXZlIHtcbiAgYm94LXNoYWRvdzogMCAwIDAgOTk5OXB4IHJnYmEoMCwgMCwgMCwgMC41KTtcbiAgei1pbmRleDogOTk5O1xufVxuXG4uZ2QtZGlmZmVyZW5jZS0xIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgwLCAxMjIsIDI1NSwgMC40KTtcbn1cblxuLmdkLWRpZmZlcmVuY2UtMiwgLmdkLWRpZmZlcmVuY2UtNCB7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoNDYsIDIzNywgMCwgMC40KTtcbn1cblxuLmdkLWRpZmZlcmVuY2UtMyB7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMjM3LCAwLCAwLCAwLjQpO1xufVxuXG4uZ2QtZGlmZmVyZW5jZS02IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyMTUsIDIyNCwgMCwgMC40KTtcbn1cbiIsIi5oaWdobGlnaHQtZGlmZmVyZW5jZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiAxO1xufVxuLmhpZ2hsaWdodC1kaWZmZXJlbmNlLmFjdGl2ZSB7XG4gIGJveC1zaGFkb3c6IDAgMCAwIDk5OTlweCByZ2JhKDAsIDAsIDAsIDAuNSk7XG4gIHotaW5kZXg6IDk5OTtcbn1cbi5nZC1kaWZmZXJlbmNlLmFjdGl2ZSB7XG4gIGJveC1zaGFkb3c6IDAgMCAwIDk5OTlweCByZ2JhKDAsIDAsIDAsIDAuNSk7XG4gIHotaW5kZXg6IDk5OTtcbn1cbi5nZC1kaWZmZXJlbmNlLTEge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDAsIDEyMiwgMjU1LCAwLjQpO1xufVxuLmdkLWRpZmZlcmVuY2UtMixcbi5nZC1kaWZmZXJlbmNlLTQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDQ2LCAyMzcsIDAsIDAuNCk7XG59XG4uZ2QtZGlmZmVyZW5jZS0zIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyMzcsIDAsIDAsIDAuNCk7XG59XG4uZ2QtZGlmZmVyZW5jZS02IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyMTUsIDIyNCwgMCwgMC40KTtcbn1cbiJdfQ== */" +module.exports = ".highlight-difference {\n position: absolute;\n cursor: pointer;\n z-index: 1;\n}\n.highlight-difference.active {\n box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);\n z-index: 999;\n}\n.gd-difference.active {\n box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);\n z-index: 999;\n}\n.gd-difference-1 {\n background-color: rgba(0, 122, 255, 0.4);\n}\n.gd-difference-2,\n.gd-difference-4 {\n background-color: rgba(46, 237, 0, 0.4);\n}\n.gd-difference-3 {\n background-color: rgba(237, 0, 0, 0.4);\n}\n.gd-difference-6 {\n background-color: rgba(215, 224, 0, 0.4);\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2RpZmZlcmVuY2UtaGlnaGxpZ2h0L0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvZGlmZmVyZW5jZS1oaWdobGlnaHQvZGlmZmVyZW5jZS1oaWdobGlnaHQuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlLWhpZ2hsaWdodC9kaWZmZXJlbmNlLWhpZ2hsaWdodC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFLGtCQUFBO0VBQ0EsZUFBQTtFQUNGLFVBQUE7QUNDQTtBREVBO0VBQ0UsMkNBQUE7RUFDQSxZQUFBO0FDQUY7QURHQTtFQUNFLDJDQUFBO0VBQ0EsWUFBQTtBQ0RGO0FESUE7RUFDRSx3Q0FBQTtBQ0ZGO0FES0E7O0VBQ0UsdUNBQUE7QUNGRjtBREtBO0VBQ0Usc0NBQUE7QUNIRjtBRE1BO0VBQ0Usd0NBQUE7QUNKRiIsImZpbGUiOiJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlLWhpZ2hsaWdodC9kaWZmZXJlbmNlLWhpZ2hsaWdodC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIi5oaWdobGlnaHQtZGlmZmVyZW5jZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuei1pbmRleDogMTtcbn1cblxuLmhpZ2hsaWdodC1kaWZmZXJlbmNlLmFjdGl2ZSB7XG4gIGJveC1zaGFkb3c6IDAgMCAwIDk5OTlweCByZ2JhKDAsIDAsIDAsIDAuNSk7XG4gIHotaW5kZXg6IDk5OTtcbn1cblxuLmdkLWRpZmZlcmVuY2UuYWN0aXZlIHtcbiAgYm94LXNoYWRvdzogMCAwIDAgOTk5OXB4IHJnYmEoMCwgMCwgMCwgMC41KTtcbiAgei1pbmRleDogOTk5O1xufVxuXG4uZ2QtZGlmZmVyZW5jZS0xIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgwLCAxMjIsIDI1NSwgMC40KTtcbn1cblxuLmdkLWRpZmZlcmVuY2UtMiwgLmdkLWRpZmZlcmVuY2UtNCB7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoNDYsIDIzNywgMCwgMC40KTtcbn1cblxuLmdkLWRpZmZlcmVuY2UtMyB7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMjM3LCAwLCAwLCAwLjQpO1xufVxuXG4uZ2QtZGlmZmVyZW5jZS02IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyMTUsIDIyNCwgMCwgMC40KTtcbn1cbiIsIi5oaWdobGlnaHQtZGlmZmVyZW5jZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiAxO1xufVxuLmhpZ2hsaWdodC1kaWZmZXJlbmNlLmFjdGl2ZSB7XG4gIGJveC1zaGFkb3c6IDAgMCAwIDk5OTlweCByZ2JhKDAsIDAsIDAsIDAuNSk7XG4gIHotaW5kZXg6IDk5OTtcbn1cbi5nZC1kaWZmZXJlbmNlLmFjdGl2ZSB7XG4gIGJveC1zaGFkb3c6IDAgMCAwIDk5OTlweCByZ2JhKDAsIDAsIDAsIDAuNSk7XG4gIHotaW5kZXg6IDk5OTtcbn1cbi5nZC1kaWZmZXJlbmNlLTEge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDAsIDEyMiwgMjU1LCAwLjQpO1xufVxuLmdkLWRpZmZlcmVuY2UtMixcbi5nZC1kaWZmZXJlbmNlLTQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDQ2LCAyMzcsIDAsIDAuNCk7XG59XG4uZ2QtZGlmZmVyZW5jZS0zIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyMzcsIDAsIDAsIDAuNCk7XG59XG4uZ2QtZGlmZmVyZW5jZS02IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyMTUsIDIyNCwgMCwgMC40KTtcbn1cbiJdfQ== */" /***/ }), /***/ "../../libs/comparison/src/lib/difference-highlight/difference-highlight.component.ts": -/*!*************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/difference-highlight/difference-highlight.component.ts ***! - \*************************************************************************************************************************************/ +/*!*************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/difference-highlight/difference-highlight.component.ts ***! + \*************************************************************************************************************************/ /*! exports provided: DifferenceHighlightComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -8261,20 +8767,20 @@ DifferenceHighlightComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]( /***/ }), /***/ "../../libs/comparison/src/lib/difference/difference.component.less": -/*!*******************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/difference/difference.component.less ***! - \*******************************************************************************************************************/ +/*!*******************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/difference/difference.component.less ***! + \*******************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-difference {\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-flow: row wrap;\n border-bottom: 1px solid #eee;\n cursor: pointer;\n}\n.gd-difference.active {\n background-color: #f2f2f2;\n}\n.gd-difference:hover {\n background-color: #e5e5e5;\n}\n.gd-difference .gd-difference-title-wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n align-content: stretch;\n padding: 14px 21px 17px 24px;\n}\n.gd-difference .gd-difference-title-wrapper fa-icon {\n font-size: 14px;\n}\n.gd-difference .gd-difference-title-wrapper .fa-arrow-right {\n color: #16B901;\n}\n.gd-difference .gd-difference-title-wrapper .fa-pencil-alt {\n color: #CED600;\n}\n.gd-difference .gd-difference-title-wrapper .fa-times {\n color: #B96401;\n}\n.gd-difference .gd-difference-title-wrapper .gd-difference-body {\n width: 100%;\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n padding-left: 24.6px;\n}\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-difference-title {\n color: #222E35;\n font-size: 13px;\n font-weight: bold;\n}\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-differentce-comment {\n color: #959da5;\n font-size: 13px;\n padding-top: 10px;\n overflow: hidden;\n /*prevent text from being shown outside the border */\n text-overflow: ellipsis;\n}\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-differentce-comment .color {\n vertical-align: text-bottom;\n width: 14px;\n height: 14px;\n display: inline-block;\n border: 1px solid #CCC;\n border-radius: 100%;\n}\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-differentce-comment .property {\n padding-left: 1em;\n}\n.gd-difference .gd-difference-title-wrapper .gd-difference-page {\n color: rgba(149, 157, 165, 0.48);\n font-size: 11px;\n white-space: nowrap;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvZGlmZmVyZW5jZS9kaWZmZXJlbmNlLmNvbXBvbmVudC5sZXNzIiwibGlicy9jb21wYXJpc29uL3NyYy9saWIvZGlmZmVyZW5jZS9kaWZmZXJlbmNlLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EsNkJBQUE7RUFDQSxlQUFBO0FDREY7QURHRTtFQUNFLHlCQUFBO0FDREo7QURJRTtFQUNFLHlCQUFBO0FDRko7QURSQTtFQWVJLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtFQUNBLHNCQUFBO0VBQ0EsNEJBQUE7QUNKSjtBRGRBO0VBcUJNLGVBQUE7QUNKTjtBRGpCQTtFQXdCTSxjQUFBO0FDSk47QURwQkE7RUEyQk0sY0FBQTtBQ0pOO0FEdkJBO0VBOEJNLGNBQUE7QUNKTjtBRDFCQTtFQWtDTSxXQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esb0JBQUE7QUNMTjtBRGhDQTtFQXdDUSxjQUFBO0VBQ0EsZUFBQTtFQUNBLGlCQUFBO0FDTFI7QURyQ0E7RUE4Q1EsY0FBQTtFQUNBLGVBQUE7RUFDQSxpQkFBQTtFQUNBLGdCQUFBO0VDTk4sb0RBQW9EO0VETzlDLHVCQUFBO0FDTFI7QUQ3Q0E7RUFxRFUsMkJBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLHFCQUFBO0VBQ0Esc0JBQUE7RUFDQSxtQkFBQTtBQ0xWO0FEckRBO0VBNkRVLGlCQUFBO0FDTFY7QUR4REE7RUFrRU0sZ0NBQUE7RUFDQSxlQUFBO0VBQ0EsbUJBQUE7QUNQTiIsImZpbGUiOiJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlL2RpZmZlcmVuY2UuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWRpZmZlcmVuY2Uge1xuICBmbGV4LWZsb3c6IHJvdyB3cmFwO1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI2VlZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuXG4gICYuYWN0aXZle1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNmMmYyZjI7XG4gIH1cblxuICAmOmhvdmVye1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNlNWU1ZTU7XG4gIH1cblxuXG4gIC5nZC1kaWZmZXJlbmNlLXRpdGxlLXdyYXBwZXJ7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICAgIGFsaWduLWNvbnRlbnQ6IHN0cmV0Y2g7XG4gICAgcGFkZGluZzogMTRweCAyMXB4IDE3cHggMjRweDtcblxuICAgIGZhLWljb24ge1xuICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgIH1cbiAgICAuZmEtYXJyb3ctcmlnaHQge1xuICAgICAgY29sb3I6ICMxNkI5MDE7XG4gICAgfVxuICAgIC5mYS1wZW5jaWwtYWx0IHtcbiAgICAgIGNvbG9yOiAjQ0VENjAwO1xuICAgIH1cbiAgICAuZmEtdGltZXMge1xuICAgICAgY29sb3I6ICNCOTY0MDE7XG4gICAgfVxuXG4gICAgLmdkLWRpZmZlcmVuY2UtYm9keXtcbiAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgICBwYWRkaW5nLWxlZnQ6IDI0LjZweDtcblxuICAgICAgLmdkLWRpZmZlcmVuY2UtdGl0bGUge1xuICAgICAgICBjb2xvcjogIzIyMkUzNTtcbiAgICAgICAgZm9udC1zaXplOiAxM3B4O1xuICAgICAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICAgIH1cblxuICAgICAgLmdkLWRpZmZlcmVudGNlLWNvbW1lbnQge1xuICAgICAgICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICAgICAgICBmb250LXNpemU6IDEzcHg7XG4gICAgICAgIHBhZGRpbmctdG9wOiAxMHB4O1xuICAgICAgICBvdmVyZmxvdzogaGlkZGVuOyAvKnByZXZlbnQgdGV4dCBmcm9tIGJlaW5nIHNob3duIG91dHNpZGUgdGhlIGJvcmRlciAqL1xuICAgICAgICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcblxuICAgICAgICAuY29sb3J7XG4gICAgICAgICAgdmVydGljYWwtYWxpZ246IHRleHQtYm90dG9tO1xuICAgICAgICAgIHdpZHRoOiAxNHB4O1xuICAgICAgICAgIGhlaWdodDogMTRweDtcbiAgICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgICAgICAgYm9yZGVyOiAxcHggc29saWQgI0NDQztcbiAgICAgICAgICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICAgICAgICB9XG4gICAgICAgIC5wcm9wZXJ0eXtcbiAgICAgICAgICBwYWRkaW5nLWxlZnQ6IDFlbTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgICAuZ2QtZGlmZmVyZW5jZS1wYWdlIHtcbiAgICAgIGNvbG9yOiByZ2JhKDE0OSwgMTU3LCAxNjUsIDAuNDgpO1xuICAgICAgZm9udC1zaXplOiAxMXB4O1xuICAgICAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgICB9XG4gIH1cbn1cblxuXG4iLCIuZ2QtZGlmZmVyZW5jZSB7XG4gIGZsZXgtZmxvdzogcm93IHdyYXA7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZWVlO1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtZGlmZmVyZW5jZS5hY3RpdmUge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZjJmMmYyO1xufVxuLmdkLWRpZmZlcmVuY2U6aG92ZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTVlNWU1O1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGFsaWduLWNvbnRlbnQ6IHN0cmV0Y2g7XG4gIHBhZGRpbmc6IDE0cHggMjFweCAxN3B4IDI0cHg7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIGZhLWljb24ge1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIC5mYS1hcnJvdy1yaWdodCB7XG4gIGNvbG9yOiAjMTZCOTAxO1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZmEtcGVuY2lsLWFsdCB7XG4gIGNvbG9yOiAjQ0VENjAwO1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZmEtdGltZXMge1xuICBjb2xvcjogI0I5NjQwMTtcbn1cbi5nZC1kaWZmZXJlbmNlIC5nZC1kaWZmZXJlbmNlLXRpdGxlLXdyYXBwZXIgLmdkLWRpZmZlcmVuY2UtYm9keSB7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBwYWRkaW5nLWxlZnQ6IDI0LjZweDtcbn1cbi5nZC1kaWZmZXJlbmNlIC5nZC1kaWZmZXJlbmNlLXRpdGxlLXdyYXBwZXIgLmdkLWRpZmZlcmVuY2UtYm9keSAuZ2QtZGlmZmVyZW5jZS10aXRsZSB7XG4gIGNvbG9yOiAjMjIyRTM1O1xuICBmb250LXNpemU6IDEzcHg7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZ2QtZGlmZmVyZW5jZS1ib2R5IC5nZC1kaWZmZXJlbnRjZS1jb21tZW50IHtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgcGFkZGluZy10b3A6IDEwcHg7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIC8qcHJldmVudCB0ZXh0IGZyb20gYmVpbmcgc2hvd24gb3V0c2lkZSB0aGUgYm9yZGVyICovXG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZ2QtZGlmZmVyZW5jZS1ib2R5IC5nZC1kaWZmZXJlbnRjZS1jb21tZW50IC5jb2xvciB7XG4gIHZlcnRpY2FsLWFsaWduOiB0ZXh0LWJvdHRvbTtcbiAgd2lkdGg6IDE0cHg7XG4gIGhlaWdodDogMTRweDtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZ2QtZGlmZmVyZW5jZS1ib2R5IC5nZC1kaWZmZXJlbnRjZS1jb21tZW50IC5wcm9wZXJ0eSB7XG4gIHBhZGRpbmctbGVmdDogMWVtO1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZ2QtZGlmZmVyZW5jZS1wYWdlIHtcbiAgY29sb3I6IHJnYmEoMTQ5LCAxNTcsIDE2NSwgMC40OCk7XG4gIGZvbnQtc2l6ZTogMTFweDtcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbn1cbiJdfQ== */" +module.exports = ".gd-difference {\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-flow: row wrap;\n border-bottom: 1px solid #eee;\n cursor: pointer;\n}\n.gd-difference.active {\n background-color: #f2f2f2;\n}\n.gd-difference:hover {\n background-color: #e5e5e5;\n}\n.gd-difference .gd-difference-title-wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n align-content: stretch;\n padding: 14px 21px 17px 24px;\n}\n.gd-difference .gd-difference-title-wrapper fa-icon {\n font-size: 14px;\n}\n.gd-difference .gd-difference-title-wrapper .fa-arrow-right {\n color: #16B901;\n}\n.gd-difference .gd-difference-title-wrapper .fa-pencil-alt {\n color: #CED600;\n}\n.gd-difference .gd-difference-title-wrapper .fa-times {\n color: #B96401;\n}\n.gd-difference .gd-difference-title-wrapper .gd-difference-body {\n width: 100%;\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n padding-left: 24.6px;\n}\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-difference-title {\n color: #222E35;\n font-size: 13px;\n font-weight: bold;\n}\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-differentce-comment {\n color: #959da5;\n font-size: 13px;\n padding-top: 10px;\n overflow: hidden;\n /*prevent text from being shown outside the border */\n text-overflow: ellipsis;\n}\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-differentce-comment .color {\n vertical-align: text-bottom;\n width: 14px;\n height: 14px;\n display: inline-block;\n border: 1px solid #CCC;\n border-radius: 100%;\n}\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-differentce-comment .property {\n padding-left: 1em;\n}\n.gd-difference .gd-difference-title-wrapper .gd-difference-page {\n color: rgba(149, 157, 165, 0.48);\n font-size: 11px;\n white-space: nowrap;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2RpZmZlcmVuY2UvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlL2RpZmZlcmVuY2UuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlL2RpZmZlcmVuY2UuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSw4QkFBQTtFQUFBLDZCQUFBO1VBQUEsbUJBQUE7RUFDQSw2QkFBQTtFQUNBLGVBQUE7QUNERjtBREdFO0VBQ0UseUJBQUE7QUNESjtBRElFO0VBQ0UseUJBQUE7QUNGSjtBRFJBO0VBZUksb0JBQUE7RUFBQSxhQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0Esc0JBQUE7RUFDQSw0QkFBQTtBQ0pKO0FEZEE7RUFxQk0sZUFBQTtBQ0pOO0FEakJBO0VBd0JNLGNBQUE7QUNKTjtBRHBCQTtFQTJCTSxjQUFBO0FDSk47QUR2QkE7RUE4Qk0sY0FBQTtBQ0pOO0FEMUJBO0VBa0NNLFdBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxvQkFBQTtBQ0xOO0FEaENBO0VBd0NRLGNBQUE7RUFDQSxlQUFBO0VBQ0EsaUJBQUE7QUNMUjtBRHJDQTtFQThDUSxjQUFBO0VBQ0EsZUFBQTtFQUNBLGlCQUFBO0VBQ0EsZ0JBQUE7RUNOTixvREFBb0Q7RURPOUMsdUJBQUE7QUNMUjtBRDdDQTtFQXFEVSwyQkFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EscUJBQUE7RUFDQSxzQkFBQTtFQUNBLG1CQUFBO0FDTFY7QURyREE7RUE2RFUsaUJBQUE7QUNMVjtBRHhEQTtFQWtFTSxnQ0FBQTtFQUNBLGVBQUE7RUFDQSxtQkFBQTtBQ1BOIiwiZmlsZSI6ImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2RpZmZlcmVuY2UvZGlmZmVyZW5jZS5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uZ2QtZGlmZmVyZW5jZSB7XG4gIGZsZXgtZmxvdzogcm93IHdyYXA7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZWVlO1xuICBjdXJzb3I6IHBvaW50ZXI7XG5cbiAgJi5hY3RpdmV7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI2YyZjJmMjtcbiAgfVxuXG4gICY6aG92ZXJ7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI2U1ZTVlNTtcbiAgfVxuXG5cbiAgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlcntcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gICAgYWxpZ24tY29udGVudDogc3RyZXRjaDtcbiAgICBwYWRkaW5nOiAxNHB4IDIxcHggMTdweCAyNHB4O1xuXG4gICAgZmEtaWNvbiB7XG4gICAgICBmb250LXNpemU6IDE0cHg7XG4gICAgfVxuICAgIC5mYS1hcnJvdy1yaWdodCB7XG4gICAgICBjb2xvcjogIzE2QjkwMTtcbiAgICB9XG4gICAgLmZhLXBlbmNpbC1hbHQge1xuICAgICAgY29sb3I6ICNDRUQ2MDA7XG4gICAgfVxuICAgIC5mYS10aW1lcyB7XG4gICAgICBjb2xvcjogI0I5NjQwMTtcbiAgICB9XG5cbiAgICAuZ2QtZGlmZmVyZW5jZS1ib2R5e1xuICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICAgIHBhZGRpbmctbGVmdDogMjQuNnB4O1xuXG4gICAgICAuZ2QtZGlmZmVyZW5jZS10aXRsZSB7XG4gICAgICAgIGNvbG9yOiAjMjIyRTM1O1xuICAgICAgICBmb250LXNpemU6IDEzcHg7XG4gICAgICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICAgICAgfVxuXG4gICAgICAuZ2QtZGlmZmVyZW50Y2UtY29tbWVudCB7XG4gICAgICAgIGNvbG9yOiBAcmVnZW50LWdyYXk7XG4gICAgICAgIGZvbnQtc2l6ZTogMTNweDtcbiAgICAgICAgcGFkZGluZy10b3A6IDEwcHg7XG4gICAgICAgIG92ZXJmbG93OiBoaWRkZW47IC8qcHJldmVudCB0ZXh0IGZyb20gYmVpbmcgc2hvd24gb3V0c2lkZSB0aGUgYm9yZGVyICovXG4gICAgICAgIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuXG4gICAgICAgIC5jb2xvcntcbiAgICAgICAgICB2ZXJ0aWNhbC1hbGlnbjogdGV4dC1ib3R0b207XG4gICAgICAgICAgd2lkdGg6IDE0cHg7XG4gICAgICAgICAgaGVpZ2h0OiAxNHB4O1xuICAgICAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICAgICAgICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDEwMCU7XG4gICAgICAgIH1cbiAgICAgICAgLnByb3BlcnR5e1xuICAgICAgICAgIHBhZGRpbmctbGVmdDogMWVtO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICAgIC5nZC1kaWZmZXJlbmNlLXBhZ2Uge1xuICAgICAgY29sb3I6IHJnYmEoMTQ5LCAxNTcsIDE2NSwgMC40OCk7XG4gICAgICBmb250LXNpemU6IDExcHg7XG4gICAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICAgIH1cbiAgfVxufVxuXG5cbiIsIi5nZC1kaWZmZXJlbmNlIHtcbiAgZmxleC1mbG93OiByb3cgd3JhcDtcbiAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNlZWU7XG4gIGN1cnNvcjogcG9pbnRlcjtcbn1cbi5nZC1kaWZmZXJlbmNlLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmMmYyZjI7XG59XG4uZ2QtZGlmZmVyZW5jZTpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlNWU1ZTU7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgYWxpZ24tY29udGVudDogc3RyZXRjaDtcbiAgcGFkZGluZzogMTRweCAyMXB4IDE3cHggMjRweDtcbn1cbi5nZC1kaWZmZXJlbmNlIC5nZC1kaWZmZXJlbmNlLXRpdGxlLXdyYXBwZXIgZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi5nZC1kaWZmZXJlbmNlIC5nZC1kaWZmZXJlbmNlLXRpdGxlLXdyYXBwZXIgLmZhLWFycm93LXJpZ2h0IHtcbiAgY29sb3I6ICMxNkI5MDE7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIC5mYS1wZW5jaWwtYWx0IHtcbiAgY29sb3I6ICNDRUQ2MDA7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIC5mYS10aW1lcyB7XG4gIGNvbG9yOiAjQjk2NDAxO1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZ2QtZGlmZmVyZW5jZS1ib2R5IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHBhZGRpbmctbGVmdDogMjQuNnB4O1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZ2QtZGlmZmVyZW5jZS1ib2R5IC5nZC1kaWZmZXJlbmNlLXRpdGxlIHtcbiAgY29sb3I6ICMyMjJFMzU7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIC5nZC1kaWZmZXJlbmNlLWJvZHkgLmdkLWRpZmZlcmVudGNlLWNvbW1lbnQge1xuICBjb2xvcjogIzk1OWRhNTtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBwYWRkaW5nLXRvcDogMTBweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgLypwcmV2ZW50IHRleHQgZnJvbSBiZWluZyBzaG93biBvdXRzaWRlIHRoZSBib3JkZXIgKi9cbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIC5nZC1kaWZmZXJlbmNlLWJvZHkgLmdkLWRpZmZlcmVudGNlLWNvbW1lbnQgLmNvbG9yIHtcbiAgdmVydGljYWwtYWxpZ246IHRleHQtYm90dG9tO1xuICB3aWR0aDogMTRweDtcbiAgaGVpZ2h0OiAxNHB4O1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gIGJvcmRlcjogMXB4IHNvbGlkICNDQ0M7XG4gIGJvcmRlci1yYWRpdXM6IDEwMCU7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIC5nZC1kaWZmZXJlbmNlLWJvZHkgLmdkLWRpZmZlcmVudGNlLWNvbW1lbnQgLnByb3BlcnR5IHtcbiAgcGFkZGluZy1sZWZ0OiAxZW07XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIC5nZC1kaWZmZXJlbmNlLXBhZ2Uge1xuICBjb2xvcjogcmdiYSgxNDksIDE1NywgMTY1LCAwLjQ4KTtcbiAgZm9udC1zaXplOiAxMXB4O1xuICB3aGl0ZS1zcGFjZTogbm93cmFwO1xufVxuIl19 */" /***/ }), /***/ "../../libs/comparison/src/lib/difference/difference.component.ts": -/*!*****************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/difference/difference.component.ts ***! - \*****************************************************************************************************************/ +/*!*****************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/difference/difference.component.ts ***! + \*****************************************************************************************************/ /*! exports provided: DifferenceComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -8321,9 +8827,9 @@ DifferenceComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/comparison/src/lib/differences.service.ts": -/*!*****************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/differences.service.ts ***! - \*****************************************************************************************************/ +/*!*****************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/differences.service.ts ***! + \*****************************************************************************************/ /*! exports provided: DifferencesService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -8357,9 +8863,9 @@ DifferencesService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/comparison/src/lib/differences/differences.component.less": -/*!*********************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/differences/differences.component.less ***! - \*********************************************************************************************************************/ +/*!*********************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/differences/differences.component.less ***! + \*********************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -8368,9 +8874,9 @@ module.exports = "\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW /***/ }), /***/ "../../libs/comparison/src/lib/differences/differences.component.ts": -/*!*******************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/differences/differences.component.ts ***! - \*******************************************************************************************************************/ +/*!*******************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/differences/differences.component.ts ***! + \*******************************************************************************************************/ /*! exports provided: DifferencesComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -8420,9 +8926,9 @@ DifferencesComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/comparison/src/lib/models.ts": -/*!****************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/models.ts ***! - \****************************************************************************************/ +/*!****************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/models.ts ***! + \****************************************************************************/ /*! exports provided: ComparedPageModel, CompareResult, ChangeInfo, StyleChange, Rectangle, PageInfo */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -8453,20 +8959,20 @@ class PageInfo { /***/ }), /***/ "../../libs/comparison/src/lib/result-document/result-document.component.less": -/*!*****************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/result-document/result-document.component.less ***! - \*****************************************************************************************************************************/ +/*!*****************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/result-document/result-document.component.less ***! + \*****************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ":host {\n overflow: scroll;\n}\n.document {\n background-color: #e7e7e7;\n width: 100%;\n height: 100%;\n -webkit-transition: all 0.4s;\n transition: all 0.4s;\n padding: 0px;\n margin: 0px;\n position: relative;\n}\n.page {\n position: relative;\n display: inline-block;\n background-color: #ffffff;\n margin: 20px;\n box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);\n -webkit-transition: all 0.3s;\n transition: all 0.3s;\n}\n.wait {\n position: absolute;\n top: 55px;\n left: Calc(30%);\n}\n.panzoom {\n -webkit-transform: none;\n transform: none;\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n -webkit-transform-origin: 50% 50% 0px;\n transform-origin: 50% 50% 0px;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: center;\n justify-content: center;\n flex-wrap: wrap;\n}\n.gd-zoomed {\n margin: 10px 98px;\n}\n.highlights {\n position: absolute;\n top: 0px;\n left: 0px;\n bottom: 0px;\n right: 0px;\n}\n@media (max-width: 1037px) {\n .panzoom {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n }\n .page {\n min-width: unset !important;\n min-height: unset !important;\n margin: 5px 0px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvcmVzdWx0LWRvY3VtZW50L3Jlc3VsdC1kb2N1bWVudC5jb21wb25lbnQubGVzcyIsImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL3Jlc3VsdC1kb2N1bWVudC9yZXN1bHQtZG9jdW1lbnQuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxnQkFBQTtBQ0RGO0FESUE7RUFDRSx5QkFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EsNEJBQUE7RUFBQSxvQkFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0Esa0JBQUE7QUNGRjtBREtBO0VBQ0Usa0JBQUE7RUFDQSxxQkFBQTtFQUNBLHlCQUFBO0VBQ0EsWUFBQTtFQUdBLDJDQUFBO0VBQ0EsNEJBQUE7RUFBQSxvQkFBQTtBQ0hGO0FETUE7RUFDRSxrQkFBQTtFQUNBLFNBQUE7RUFDQSxlQUFBO0FDSkY7QURPQTtFQUNFLHVCQUFBO1VBQUEsZUFBQTtFQUNBLG1DQUFBO1VBQUEsMkJBQUE7RUFDQSxxQ0FBQTtVQUFBLDZCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLGVBQUE7QUNMRjtBRFFBO0VBQ0UsaUJBQUE7QUNORjtBRFNBO0VBQ0Usa0JBQUE7RUFDQSxRQUFBO0VBQ0EsU0FBQTtFQUNBLFdBQUE7RUFDQSxVQUFBO0FDUEY7QURVQTtFQUtFO0lBQ0UsNEJBQUE7SUFBQSw2QkFBQTtZQUFBLHNCQUFBO0VDWkY7RURlQTtJQUNFLDJCQUFBO0lBQ0EsNEJBQUE7SUFDQSxlQUFBO0VDYkY7QUFDRiIsImZpbGUiOiJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9yZXN1bHQtZG9jdW1lbnQvcmVzdWx0LWRvY3VtZW50LmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4vLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXMubGVzc1wiO1xuXG46aG9zdCB7XG4gIG92ZXJmbG93OiBzY3JvbGw7XG59XG5cbi5kb2N1bWVudCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEBtZXJjdXJ5O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICB0cmFuc2l0aW9uOiBhbGwgMC40cztcbiAgcGFkZGluZzogMHB4O1xuICBtYXJnaW46IDBweDtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuXG4ucGFnZSB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xuICBtYXJnaW46IDIwcHg7XG4gIC13ZWJraXQtYm94LXNoYWRvdzogMHB4IDNweCA2cHggcmdiYSgwLCAwLCAwLCAwLjE2KTtcbiAgLW1vei1ib3gtc2hhZG93OiAwcHggM3B4IDZweCByZ2JhKDAsIDAsIDAsIDAuMTYpO1xuICBib3gtc2hhZG93OiAwcHggM3B4IDZweCByZ2JhKDAsIDAsIDAsIDAuMTYpO1xuICB0cmFuc2l0aW9uOiBhbGwgMC4zcztcbn1cblxuLndhaXQge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogNTVweDtcbiAgbGVmdDogQ2FsYyg1MCUgLSAyMHB4KTtcbn1cblxuLnBhbnpvb20ge1xuICB0cmFuc2Zvcm06IG5vbmU7XG4gIGJhY2tmYWNlLXZpc2liaWxpdHk6IGhpZGRlbjtcbiAgdHJhbnNmb3JtLW9yaWdpbjogNTAlIDUwJSAwcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBmbGV4LXdyYXA6IHdyYXA7XG59XG5cbi5nZC16b29tZWQge1xuICBtYXJnaW46IDEwcHggOThweDtcbn1cblxuLmhpZ2hsaWdodHN7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwcHg7XG4gIGxlZnQ6IDBweDtcbiAgYm90dG9tOiAwcHg7XG4gIHJpZ2h0OiAwcHg7XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIC5kb2N1bWVudCB7XG4gICAgLy9vdmVyZmxvdy14OiBhdXRvICFpbXBvcnRhbnQ7XG4gIH1cblxuICAucGFuem9vbSB7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgfVxuXG4gIC5wYWdlIHtcbiAgICBtaW4td2lkdGg6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgbWluLWhlaWdodDogdW5zZXQgIWltcG9ydGFudDtcbiAgICBtYXJnaW46IDVweCAwcHg7XG4gIH1cbn1cbiIsIjpob3N0IHtcbiAgb3ZlcmZsb3c6IHNjcm9sbDtcbn1cbi5kb2N1bWVudCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHRyYW5zaXRpb246IGFsbCAwLjRzO1xuICBwYWRkaW5nOiAwcHg7XG4gIG1hcmdpbjogMHB4O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG4ucGFnZSB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xuICBtYXJnaW46IDIwcHg7XG4gIC13ZWJraXQtYm94LXNoYWRvdzogMHB4IDNweCA2cHggcmdiYSgwLCAwLCAwLCAwLjE2KTtcbiAgLW1vei1ib3gtc2hhZG93OiAwcHggM3B4IDZweCByZ2JhKDAsIDAsIDAsIDAuMTYpO1xuICBib3gtc2hhZG93OiAwcHggM3B4IDZweCByZ2JhKDAsIDAsIDAsIDAuMTYpO1xuICB0cmFuc2l0aW9uOiBhbGwgMC4zcztcbn1cbi53YWl0IHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDU1cHg7XG4gIGxlZnQ6IENhbGMoMzAlKTtcbn1cbi5wYW56b29tIHtcbiAgdHJhbnNmb3JtOiBub25lO1xuICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47XG4gIHRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCUgMHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleC13cmFwOiB3cmFwO1xufVxuLmdkLXpvb21lZCB7XG4gIG1hcmdpbjogMTBweCA5OHB4O1xufVxuLmhpZ2hsaWdodHMge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMHB4O1xuICBsZWZ0OiAwcHg7XG4gIGJvdHRvbTogMHB4O1xuICByaWdodDogMHB4O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAucGFuem9vbSB7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgfVxuICAucGFnZSB7XG4gICAgbWluLXdpZHRoOiB1bnNldCAhaW1wb3J0YW50O1xuICAgIG1pbi1oZWlnaHQ6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgbWFyZ2luOiA1cHggMHB4O1xuICB9XG59XG4iXX0= */" +module.exports = ":host {\n overflow: scroll;\n}\n.document {\n background-color: #e7e7e7;\n width: 100%;\n height: 100%;\n -webkit-transition: all 0.4s;\n transition: all 0.4s;\n padding: 0px;\n margin: 0px;\n position: relative;\n}\n.page {\n position: relative;\n display: inline-block;\n background-color: #ffffff;\n margin: 20px;\n box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);\n -webkit-transition: all 0.3s;\n transition: all 0.3s;\n}\n.wait {\n position: absolute;\n top: 55px;\n left: Calc(30%);\n}\n.panzoom {\n -webkit-transform: none;\n transform: none;\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n -webkit-transform-origin: 50% 50% 0px;\n transform-origin: 50% 50% 0px;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: center;\n justify-content: center;\n flex-wrap: wrap;\n}\n.gd-zoomed {\n margin: 10px 98px;\n}\n.highlights {\n position: absolute;\n top: 0px;\n left: 0px;\n bottom: 0px;\n right: 0px;\n}\n@media (max-width: 1037px) {\n .panzoom {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n }\n .page {\n min-width: unset !important;\n min-height: unset !important;\n margin: 5px 0px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL3Jlc3VsdC1kb2N1bWVudC9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvY29tcGFyaXNvbi9zcmMvbGliL3Jlc3VsdC1kb2N1bWVudC9yZXN1bHQtZG9jdW1lbnQuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9yZXN1bHQtZG9jdW1lbnQvcmVzdWx0LWRvY3VtZW50LmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UsZ0JBQUE7QUNERjtBRElBO0VBQ0UseUJBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLDRCQUFBO0VBQUEsb0JBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGtCQUFBO0FDRkY7QURLQTtFQUNFLGtCQUFBO0VBQ0EscUJBQUE7RUFDQSx5QkFBQTtFQUNBLFlBQUE7RUFHQSwyQ0FBQTtFQUNBLDRCQUFBO0VBQUEsb0JBQUE7QUNIRjtBRE1BO0VBQ0Usa0JBQUE7RUFDQSxTQUFBO0VBQ0EsZUFBQTtBQ0pGO0FET0E7RUFDRSx1QkFBQTtVQUFBLGVBQUE7RUFDQSxtQ0FBQTtVQUFBLDJCQUFBO0VBQ0EscUNBQUE7VUFBQSw2QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxlQUFBO0FDTEY7QURRQTtFQUNFLGlCQUFBO0FDTkY7QURTQTtFQUNFLGtCQUFBO0VBQ0EsUUFBQTtFQUNBLFNBQUE7RUFDQSxXQUFBO0VBQ0EsVUFBQTtBQ1BGO0FEVUE7RUFLRTtJQUNFLDRCQUFBO0lBQUEsNkJBQUE7WUFBQSxzQkFBQTtFQ1pGO0VEZUE7SUFDRSwyQkFBQTtJQUNBLDRCQUFBO0lBQ0EsZUFBQTtFQ2JGO0FBQ0YiLCJmaWxlIjoibGlicy9jb21wYXJpc29uL3NyYy9saWIvcmVzdWx0LWRvY3VtZW50L3Jlc3VsdC1kb2N1bWVudC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLy4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzLmxlc3NcIjtcblxuOmhvc3Qge1xuICBvdmVyZmxvdzogc2Nyb2xsO1xufVxuXG4uZG9jdW1lbnQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAbWVyY3VyeTtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbiAgdHJhbnNpdGlvbjogYWxsIDAuNHM7XG4gIHBhZGRpbmc6IDBweDtcbiAgbWFyZ2luOiAwcHg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cblxuLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgbWFyZ2luOiAyMHB4O1xuICAtd2Via2l0LWJveC1zaGFkb3c6IDBweCAzcHggNnB4IHJnYmEoMCwgMCwgMCwgMC4xNik7XG4gIC1tb3otYm94LXNoYWRvdzogMHB4IDNweCA2cHggcmdiYSgwLCAwLCAwLCAwLjE2KTtcbiAgYm94LXNoYWRvdzogMHB4IDNweCA2cHggcmdiYSgwLCAwLCAwLCAwLjE2KTtcbiAgdHJhbnNpdGlvbjogYWxsIDAuM3M7XG59XG5cbi53YWl0IHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDU1cHg7XG4gIGxlZnQ6IENhbGMoNTAlIC0gMjBweCk7XG59XG5cbi5wYW56b29tIHtcbiAgdHJhbnNmb3JtOiBub25lO1xuICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47XG4gIHRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCUgMHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleC13cmFwOiB3cmFwO1xufVxuXG4uZ2Qtem9vbWVkIHtcbiAgbWFyZ2luOiAxMHB4IDk4cHg7XG59XG5cbi5oaWdobGlnaHRze1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMHB4O1xuICBsZWZ0OiAwcHg7XG4gIGJvdHRvbTogMHB4O1xuICByaWdodDogMHB4O1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuZG9jdW1lbnQge1xuICAgIC8vb3ZlcmZsb3cteDogYXV0byAhaW1wb3J0YW50O1xuICB9XG5cbiAgLnBhbnpvb20ge1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIH1cblxuICAucGFnZSB7XG4gICAgbWluLXdpZHRoOiB1bnNldCAhaW1wb3J0YW50O1xuICAgIG1pbi1oZWlnaHQ6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgbWFyZ2luOiA1cHggMHB4O1xuICB9XG59XG4iLCI6aG9zdCB7XG4gIG92ZXJmbG93OiBzY3JvbGw7XG59XG4uZG9jdW1lbnQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTdlN2U3O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICB0cmFuc2l0aW9uOiBhbGwgMC40cztcbiAgcGFkZGluZzogMHB4O1xuICBtYXJnaW46IDBweDtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgbWFyZ2luOiAyMHB4O1xuICAtd2Via2l0LWJveC1zaGFkb3c6IDBweCAzcHggNnB4IHJnYmEoMCwgMCwgMCwgMC4xNik7XG4gIC1tb3otYm94LXNoYWRvdzogMHB4IDNweCA2cHggcmdiYSgwLCAwLCAwLCAwLjE2KTtcbiAgYm94LXNoYWRvdzogMHB4IDNweCA2cHggcmdiYSgwLCAwLCAwLCAwLjE2KTtcbiAgdHJhbnNpdGlvbjogYWxsIDAuM3M7XG59XG4ud2FpdCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiA1NXB4O1xuICBsZWZ0OiBDYWxjKDMwJSk7XG59XG4ucGFuem9vbSB7XG4gIHRyYW5zZm9ybTogbm9uZTtcbiAgYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuO1xuICB0cmFuc2Zvcm0tb3JpZ2luOiA1MCUgNTAlIDBweDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGZsZXgtd3JhcDogd3JhcDtcbn1cbi5nZC16b29tZWQge1xuICBtYXJnaW46IDEwcHggOThweDtcbn1cbi5oaWdobGlnaHRzIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDBweDtcbiAgbGVmdDogMHB4O1xuICBib3R0b206IDBweDtcbiAgcmlnaHQ6IDBweDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLnBhbnpvb20ge1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIH1cbiAgLnBhZ2Uge1xuICAgIG1pbi13aWR0aDogdW5zZXQgIWltcG9ydGFudDtcbiAgICBtaW4taGVpZ2h0OiB1bnNldCAhaW1wb3J0YW50O1xuICAgIG1hcmdpbjogNXB4IDBweDtcbiAgfVxufVxuIl19 */" /***/ }), /***/ "../../libs/comparison/src/lib/result-document/result-document.component.ts": -/*!***************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/result-document/result-document.component.ts ***! - \***************************************************************************************************************************/ +/*!***************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/result-document/result-document.component.ts ***! + \***************************************************************************************************************/ /*! exports provided: ResultDocumentComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -8487,8 +8993,8 @@ __webpack_require__.r(__webpack_exports__); const $ = jquery__WEBPACK_IMPORTED_MODULE_3__; let ResultDocumentComponent = class ResultDocumentComponent extends _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["DocumentComponent"] { - constructor(_elementRef, zoomService, changeService, windowService) { - super(_elementRef, zoomService, windowService); + constructor(_elementRef, zoomService, changeService, windowService, navigateService) { + super(_elementRef, zoomService, windowService, navigateService); this.changesService = changeService; } close() { @@ -8501,7 +9007,8 @@ ResultDocumentComponent.ctorParameters = () => [ { type: _angular_core__WEBPACK_IMPORTED_MODULE_1__["ElementRef"] }, { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["ZoomService"] }, { type: _differences_service__WEBPACK_IMPORTED_MODULE_4__["DifferencesService"] }, - { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["WindowService"] } + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["WindowService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["NavigateService"] } ]; ResultDocumentComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ @@ -8514,7 +9021,8 @@ ResultDocumentComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_angular_core__WEBPACK_IMPORTED_MODULE_1__["ElementRef"], _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["ZoomService"], _differences_service__WEBPACK_IMPORTED_MODULE_4__["DifferencesService"], - _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["WindowService"]]) + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["WindowService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["NavigateService"]]) ], ResultDocumentComponent); @@ -8522,20 +9030,20 @@ ResultDocumentComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.less": -/*!*********************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.less ***! - \*********************************************************************************************************************************/ +/*!*********************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.less ***! + \*********************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ":host {\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n align-content: center;\n height: 100%;\n border-bottom: 1px solid #CCC;\n}\n.wrapper {\n color: #959da5;\n background-color: #e7e7e7;\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n width: 100%;\n height: 100%;\n}\n.icon {\n font-size: 65px;\n margin-bottom: 43px;\n display: -webkit-box;\n display: flex;\n color: #959da5;\n}\n.start {\n font-size: 15px;\n text-align: center;\n color: #959da5;\n}\n.gd-drag-n-drop-wrap.active {\n background-color: #fff;\n position: fixed;\n top: 60px;\n width: 50%;\n background: rgba(255, 255, 255, 0.8);\n}\n.gd-drag-n-drop-wrap.active .init-state-wrapper {\n position: absolute;\n opacity: 0.2;\n top: unset;\n margin-top: -11px;\n}\n.gd-drag-n-drop-wrap.active .init-state-dnd-wrapper {\n top: 0px;\n z-index: 999;\n margin-top: -11px;\n}\n.gd-drag-n-drop-wrap.active .init-state-dnd-wrapper .icon {\n width: 113px;\n height: 90px;\n font-size: 90px;\n color: #3E4E5A;\n margin-bottom: 30px;\n}\n.gd-drag-n-drop-wrap.active .text {\n color: #6e6e6e;\n font-size: 14px;\n}\n.init-state-wrapper,\n.init-state-dnd-wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n width: 250px;\n height: 250px;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n}\n.init-state-wrapper {\n top: -30px;\n position: relative;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvdXBsb2FkLWZpbGUtcGFuZWwvdXBsb2FkLWZpbGUtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi91cGxvYWQtZmlsZS1wYW5lbC91cGxvYWQtZmlsZS1wYW5lbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EscUJBQUE7RUFDQSxZQUFBO0VBQ0EsNkJBQUE7QUNERjtBRElBO0VBQ0UsY0FBQTtFQUNBLHlCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtBQ0ZGO0FES0E7RUFDRSxlQUFBO0VBQ0EsbUJBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxjQUFBO0FDSEY7QURNQTtFQUNFLGVBQUE7RUFDQSxrQkFBQTtFQUNBLGNBQUE7QUNKRjtBRFFFO0VBQ0Usc0JBQUE7RUFDQSxlQUFBO0VBQ0EsU0FBQTtFQUNBLFVBQUE7RUFDQSxvQ0FBQTtBQ05KO0FEQ0U7RUFPSSxrQkFBQTtFQUNBLFlBQUE7RUFDQSxVQUFBO0VBQ0EsaUJBQUE7QUNMTjtBRExFO0VBYUksUUFBQTtFQUNBLFlBQUE7RUFDQSxpQkFBQTtBQ0xOO0FEVkU7RUFpQk0sWUFBQTtFQUNBLFlBQUE7RUFDQSxlQUFBO0VBQ0EsY0FBQTtFQUNBLG1CQUFBO0FDSlI7QURqQkU7RUF5QkksY0FBQTtFQUNBLGVBQUE7QUNMTjtBRFVBOztFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7QUNQRjtBRFVBO0VBQ0UsVUFBQTtFQUNBLGtCQUFBO0FDUkYiLCJmaWxlIjoibGlicy9jb21wYXJpc29uL3NyYy9saWIvdXBsb2FkLWZpbGUtcGFuZWwvdXBsb2FkLWZpbGUtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuOmhvc3R7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBhbGlnbi1jb250ZW50OiBjZW50ZXI7XG4gIGhlaWdodDogMTAwJTtcbiAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNDQ0M7XG59XG5cbi53cmFwcGVyIHtcbiAgY29sb3I6IEByZWdlbnQtZ3JheTtcbiAgYmFja2dyb3VuZC1jb2xvcjogQG1lcmN1cnk7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4uaWNvbiB7XG4gIGZvbnQtc2l6ZTogNjVweDtcbiAgbWFyZ2luLWJvdHRvbTogNDNweDtcbiAgZGlzcGxheTogZmxleDtcbiAgY29sb3I6IEByZWdlbnQtZ3JheTtcbn1cblxuLnN0YXJ0IHtcbiAgZm9udC1zaXplOiAxNXB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiBAcmVnZW50LWdyYXk7XG59XG5cbi5nZC1kcmFnLW4tZHJvcC13cmFwIHtcbiAgJi5hY3RpdmUge1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIHRvcDogNjBweDtcbiAgICB3aWR0aDogNTAlO1xuICAgIGJhY2tncm91bmQ6IHJnYmEoMjU1LDI1NSwyNTUsMC44KTtcbiAgICAuaW5pdC1zdGF0ZS13cmFwcGVyIHtcbiAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgIG9wYWNpdHk6IC4yO1xuICAgICAgdG9wOiB1bnNldDtcbiAgICAgIG1hcmdpbi10b3A6IC0xMXB4O1xuICAgIH1cbiAgICAuaW5pdC1zdGF0ZS1kbmQtd3JhcHBlciB7XG4gICAgICB0b3A6IDBweDtcbiAgICAgIHotaW5kZXg6IDk5OTtcbiAgICAgIG1hcmdpbi10b3A6IC0xMXB4O1xuICAgICAgLmljb24ge1xuICAgICAgICB3aWR0aDogMTEzcHg7XG4gICAgICAgIGhlaWdodDogOTBweDtcbiAgICAgICAgZm9udC1zaXplOiA5MHB4O1xuICAgICAgICBjb2xvcjogQHByaW1hcnk7XG4gICAgICAgIG1hcmdpbi1ib3R0b206IDMwcHg7XG4gICAgICB9XG4gICAgfVxuICAgIC50ZXh0IHtcbiAgICAgIGNvbG9yOiBAZG92ZS1ncmF5O1xuICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgIH1cbiAgfVxufVxuXG4uaW5pdC1zdGF0ZS13cmFwcGVyLCAuaW5pdC1zdGF0ZS1kbmQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiAyNTBweDtcbiAgaGVpZ2h0OiAyNTBweDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG59XG5cbi5pbml0LXN0YXRlLXdyYXBwZXIge1xuICB0b3A6IC0zMHB4O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG5cbiIsIjpob3N0IHtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgaGVpZ2h0OiAxMDAlO1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0NDQztcbn1cbi53cmFwcGVyIHtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLmljb24ge1xuICBmb250LXNpemU6IDY1cHg7XG4gIG1hcmdpbi1ib3R0b206IDQzcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGNvbG9yOiAjOTU5ZGE1O1xufVxuLnN0YXJ0IHtcbiAgZm9udC1zaXplOiAxNXB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjOTU5ZGE1O1xufVxuLmdkLWRyYWctbi1kcm9wLXdyYXAuYWN0aXZlIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDYwcHg7XG4gIHdpZHRoOiA1MCU7XG4gIGJhY2tncm91bmQ6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC44KTtcbn1cbi5nZC1kcmFnLW4tZHJvcC13cmFwLmFjdGl2ZSAuaW5pdC1zdGF0ZS13cmFwcGVyIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBvcGFjaXR5OiAwLjI7XG4gIHRvcDogdW5zZXQ7XG4gIG1hcmdpbi10b3A6IC0xMXB4O1xufVxuLmdkLWRyYWctbi1kcm9wLXdyYXAuYWN0aXZlIC5pbml0LXN0YXRlLWRuZC13cmFwcGVyIHtcbiAgdG9wOiAwcHg7XG4gIHotaW5kZXg6IDk5OTtcbiAgbWFyZ2luLXRvcDogLTExcHg7XG59XG4uZ2QtZHJhZy1uLWRyb3Atd3JhcC5hY3RpdmUgLmluaXQtc3RhdGUtZG5kLXdyYXBwZXIgLmljb24ge1xuICB3aWR0aDogMTEzcHg7XG4gIGhlaWdodDogOTBweDtcbiAgZm9udC1zaXplOiA5MHB4O1xuICBjb2xvcjogIzNFNEU1QTtcbiAgbWFyZ2luLWJvdHRvbTogMzBweDtcbn1cbi5nZC1kcmFnLW4tZHJvcC13cmFwLmFjdGl2ZSAudGV4dCB7XG4gIGNvbG9yOiAjNmU2ZTZlO1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uaW5pdC1zdGF0ZS13cmFwcGVyLFxuLmluaXQtc3RhdGUtZG5kLXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aDogMjUwcHg7XG4gIGhlaWdodDogMjUwcHg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xufVxuLmluaXQtc3RhdGUtd3JhcHBlciB7XG4gIHRvcDogLTMwcHg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cbiJdfQ== */" +module.exports = ":host {\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n align-content: center;\n height: 100%;\n border-bottom: 1px solid #CCC;\n}\n.wrapper {\n color: #959da5;\n background-color: #e7e7e7;\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n width: 100%;\n height: 100%;\n}\n.icon {\n font-size: 65px;\n margin-bottom: 43px;\n display: -webkit-box;\n display: flex;\n color: #959da5;\n}\n.start {\n font-size: 15px;\n text-align: center;\n color: #959da5;\n}\n.gd-drag-n-drop-wrap.active {\n background-color: #fff;\n position: fixed;\n top: 60px;\n width: 50%;\n background: rgba(255, 255, 255, 0.8);\n}\n.gd-drag-n-drop-wrap.active .init-state-wrapper {\n position: absolute;\n opacity: 0.2;\n top: unset;\n margin-top: -11px;\n}\n.gd-drag-n-drop-wrap.active .init-state-dnd-wrapper {\n top: 0px;\n z-index: 999;\n margin-top: -11px;\n}\n.gd-drag-n-drop-wrap.active .init-state-dnd-wrapper .icon {\n width: 113px;\n height: 90px;\n font-size: 90px;\n color: #3E4E5A;\n margin-bottom: 30px;\n}\n.gd-drag-n-drop-wrap.active .text {\n color: #6e6e6e;\n font-size: 14px;\n}\n.init-state-wrapper,\n.init-state-dnd-wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n width: 250px;\n height: 250px;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n}\n.init-state-wrapper {\n top: -30px;\n position: relative;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL3VwbG9hZC1maWxlLXBhbmVsL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvdXBsb2FkLWZpbGUtcGFuZWwvdXBsb2FkLWZpbGUtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi91cGxvYWQtZmlsZS1wYW5lbC91cGxvYWQtZmlsZS1wYW5lbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EscUJBQUE7RUFDQSxZQUFBO0VBQ0EsNkJBQUE7QUNERjtBRElBO0VBQ0UsY0FBQTtFQUNBLHlCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtBQ0ZGO0FES0E7RUFDRSxlQUFBO0VBQ0EsbUJBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxjQUFBO0FDSEY7QURNQTtFQUNFLGVBQUE7RUFDQSxrQkFBQTtFQUNBLGNBQUE7QUNKRjtBRFFFO0VBQ0Usc0JBQUE7RUFDQSxlQUFBO0VBQ0EsU0FBQTtFQUNBLFVBQUE7RUFDQSxvQ0FBQTtBQ05KO0FEQ0U7RUFPSSxrQkFBQTtFQUNBLFlBQUE7RUFDQSxVQUFBO0VBQ0EsaUJBQUE7QUNMTjtBRExFO0VBYUksUUFBQTtFQUNBLFlBQUE7RUFDQSxpQkFBQTtBQ0xOO0FEVkU7RUFpQk0sWUFBQTtFQUNBLFlBQUE7RUFDQSxlQUFBO0VBQ0EsY0FBQTtFQUNBLG1CQUFBO0FDSlI7QURqQkU7RUF5QkksY0FBQTtFQUNBLGVBQUE7QUNMTjtBRFVBOztFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7QUNQRjtBRFVBO0VBQ0UsVUFBQTtFQUNBLGtCQUFBO0FDUkYiLCJmaWxlIjoibGlicy9jb21wYXJpc29uL3NyYy9saWIvdXBsb2FkLWZpbGUtcGFuZWwvdXBsb2FkLWZpbGUtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuOmhvc3R7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBhbGlnbi1jb250ZW50OiBjZW50ZXI7XG4gIGhlaWdodDogMTAwJTtcbiAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNDQ0M7XG59XG5cbi53cmFwcGVyIHtcbiAgY29sb3I6IEByZWdlbnQtZ3JheTtcbiAgYmFja2dyb3VuZC1jb2xvcjogQG1lcmN1cnk7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4uaWNvbiB7XG4gIGZvbnQtc2l6ZTogNjVweDtcbiAgbWFyZ2luLWJvdHRvbTogNDNweDtcbiAgZGlzcGxheTogZmxleDtcbiAgY29sb3I6IEByZWdlbnQtZ3JheTtcbn1cblxuLnN0YXJ0IHtcbiAgZm9udC1zaXplOiAxNXB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiBAcmVnZW50LWdyYXk7XG59XG5cbi5nZC1kcmFnLW4tZHJvcC13cmFwIHtcbiAgJi5hY3RpdmUge1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIHRvcDogNjBweDtcbiAgICB3aWR0aDogNTAlO1xuICAgIGJhY2tncm91bmQ6IHJnYmEoMjU1LDI1NSwyNTUsMC44KTtcbiAgICAuaW5pdC1zdGF0ZS13cmFwcGVyIHtcbiAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgIG9wYWNpdHk6IC4yO1xuICAgICAgdG9wOiB1bnNldDtcbiAgICAgIG1hcmdpbi10b3A6IC0xMXB4O1xuICAgIH1cbiAgICAuaW5pdC1zdGF0ZS1kbmQtd3JhcHBlciB7XG4gICAgICB0b3A6IDBweDtcbiAgICAgIHotaW5kZXg6IDk5OTtcbiAgICAgIG1hcmdpbi10b3A6IC0xMXB4O1xuICAgICAgLmljb24ge1xuICAgICAgICB3aWR0aDogMTEzcHg7XG4gICAgICAgIGhlaWdodDogOTBweDtcbiAgICAgICAgZm9udC1zaXplOiA5MHB4O1xuICAgICAgICBjb2xvcjogQHByaW1hcnk7XG4gICAgICAgIG1hcmdpbi1ib3R0b206IDMwcHg7XG4gICAgICB9XG4gICAgfVxuICAgIC50ZXh0IHtcbiAgICAgIGNvbG9yOiBAZG92ZS1ncmF5O1xuICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgIH1cbiAgfVxufVxuXG4uaW5pdC1zdGF0ZS13cmFwcGVyLCAuaW5pdC1zdGF0ZS1kbmQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiAyNTBweDtcbiAgaGVpZ2h0OiAyNTBweDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG59XG5cbi5pbml0LXN0YXRlLXdyYXBwZXIge1xuICB0b3A6IC0zMHB4O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG5cbiIsIjpob3N0IHtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgaGVpZ2h0OiAxMDAlO1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0NDQztcbn1cbi53cmFwcGVyIHtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLmljb24ge1xuICBmb250LXNpemU6IDY1cHg7XG4gIG1hcmdpbi1ib3R0b206IDQzcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGNvbG9yOiAjOTU5ZGE1O1xufVxuLnN0YXJ0IHtcbiAgZm9udC1zaXplOiAxNXB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjOTU5ZGE1O1xufVxuLmdkLWRyYWctbi1kcm9wLXdyYXAuYWN0aXZlIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDYwcHg7XG4gIHdpZHRoOiA1MCU7XG4gIGJhY2tncm91bmQ6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC44KTtcbn1cbi5nZC1kcmFnLW4tZHJvcC13cmFwLmFjdGl2ZSAuaW5pdC1zdGF0ZS13cmFwcGVyIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBvcGFjaXR5OiAwLjI7XG4gIHRvcDogdW5zZXQ7XG4gIG1hcmdpbi10b3A6IC0xMXB4O1xufVxuLmdkLWRyYWctbi1kcm9wLXdyYXAuYWN0aXZlIC5pbml0LXN0YXRlLWRuZC13cmFwcGVyIHtcbiAgdG9wOiAwcHg7XG4gIHotaW5kZXg6IDk5OTtcbiAgbWFyZ2luLXRvcDogLTExcHg7XG59XG4uZ2QtZHJhZy1uLWRyb3Atd3JhcC5hY3RpdmUgLmluaXQtc3RhdGUtZG5kLXdyYXBwZXIgLmljb24ge1xuICB3aWR0aDogMTEzcHg7XG4gIGhlaWdodDogOTBweDtcbiAgZm9udC1zaXplOiA5MHB4O1xuICBjb2xvcjogIzNFNEU1QTtcbiAgbWFyZ2luLWJvdHRvbTogMzBweDtcbn1cbi5nZC1kcmFnLW4tZHJvcC13cmFwLmFjdGl2ZSAudGV4dCB7XG4gIGNvbG9yOiAjNmU2ZTZlO1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uaW5pdC1zdGF0ZS13cmFwcGVyLFxuLmluaXQtc3RhdGUtZG5kLXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aDogMjUwcHg7XG4gIGhlaWdodDogMjUwcHg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xufVxuLmluaXQtc3RhdGUtd3JhcHBlciB7XG4gIHRvcDogLTMwcHg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cbiJdfQ== */" /***/ }), /***/ "../../libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.ts": -/*!*******************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.ts ***! - \*******************************************************************************************************************************/ +/*!*******************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.ts ***! + \*******************************************************************************************************************/ /*! exports provided: UploadFilePanelComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -8595,9 +9103,9 @@ UploadFilePanelComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/conversion/src/index.ts": -/*!***********************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/index.ts ***! - \***********************************************************************************/ +/*!***********************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/index.ts ***! + \***********************************************************************/ /*! exports provided: initializeApp, ConversionModule, ConversionAppComponent, ConversionService, ConversionConfigService, ConversionRequestModel, ConversionItemModel, ExtendedFileModel */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -8634,20 +9142,20 @@ __webpack_require__.r(__webpack_exports__); /***/ }), /***/ "../../libs/conversion/src/lib/conversion-app.component.less": -/*!************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-app.component.less ***! - \************************************************************************************************************/ +/*!************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-app.component.less ***! + \************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n/deep/ .tools .button {\n color: #fff !important;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-flow: column;\n}\n/deep/ .tools .button.inactive {\n color: #959da5 !important;\n}\n/deep/ .tools .icon-button {\n margin: 0px 0px 0px 7px !important;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: inherit;\n}\n.gd-document {\n width: 100%;\n height: 100%;\n}\n.top-panel {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n width: 100%;\n}\n.toolbar-panel {\n background-color: #3e4e5a;\n width: 100%;\n}\n@media (max-width: 1037px) {\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\n margin: 0px 0px 0px 10px !important;\n }\n ::ng-deep .tools .icon-button {\n height: 60px !important;\n width: 60px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24tYXBwLmNvbXBvbmVudC5sZXNzIiwiL1VzZXJzL2VsZW5rby9wcm9qZWN0cy9Hcm91cERvY3MuVG90YWwtQW5ndWxhci9saWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWFwcC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSw2RUNBa0I7QUFHbEI7RUFDRSxzREFBQTtBRERGO0FDSUE7RUFFSSxzQkFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxpQkFBQTtBREhKO0FDSUk7RUFDRSx5QkFBQTtBREZOO0FDSEE7RUFTSSxrQ0FBQTtBREhKO0FDT0E7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRExGO0FDUUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0FETkY7QUNTQTtFQUNFLFdBQUE7RUFDQSxZQUFBO0FEUEY7QUNVQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0FEUkY7QUNXQTtFQUNFLHlCQUFBO0VBQ0EsV0FBQTtBRFRGO0FDWUE7RUFDRTtJQUVJLG1DQUFBO0VEWEo7RUNTQTtJQUtJLHVCQUFBO0lBQ0EsV0FBQTtFRFhKO0FBQ0YiLCJmaWxlIjoibGlicy9jb252ZXJzaW9uL3NyYy9saWIvY29udmVyc2lvbi1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG4gL2RlZXAvIC50b29scyAuYnV0dG9uIHtcbiAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbiAgZmxleC1mbG93OiBjb2x1bW47XG59XG4gL2RlZXAvIC50b29scyAuYnV0dG9uLmluYWN0aXZlIHtcbiAgY29sb3I6ICM5NTlkYTUgIWltcG9ydGFudDtcbn1cbiAvZGVlcC8gLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gIG1hcmdpbjogMHB4IDBweCAwcHggN3B4ICFpbXBvcnRhbnQ7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnRvb2xiYXItcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM2U0ZTVhO1xuICB3aWR0aDogMTAwJTtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgOjpuZy1kZWVwIC50b29scyBnZC1idXR0b246bnRoLWNoaWxkKDEpID4gLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAwcHggMHB4IDEwcHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gICAgaGVpZ2h0OiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgd2lkdGg6IDYwcHg7XG4gIH1cbn1cbiIsIkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zJmRpc3BsYXk9c3dhcCcpO1xuQGltcG9ydCBcIi4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG5cbi9kZWVwLyAudG9vbHMge1xuICAuYnV0dG9uIHtcbiAgICBjb2xvcjogI2ZmZiAhaW1wb3J0YW50O1xuICAgIGZsZXgtZmxvdzogY29sdW1uO1xuICAgICYuaW5hY3RpdmV7XG4gICAgICBjb2xvcjogQHJlZ2VudC1ncmF5ICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG4gIC5pY29uLWJ1dHRvbntcbiAgICBtYXJnaW46IDBweCAwcHggMHB4IDdweCAhaW1wb3J0YW50O1xuICB9XG59XG5cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgdG9wOiAwO1xuICBib3R0b206IDA7XG4gIGxlZnQ6IDA7XG4gIHJpZ2h0OiAwO1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xufVxuXG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4udG9wLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgd2lkdGg6IDEwMCU7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNlNGU1YTtcbiAgd2lkdGg6IDEwMCU7XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIGdkLWJ1dHRvbjpudGgtY2hpbGQoMSkgPiAuaWNvbi1idXR0b257XG4gICAgICBtYXJnaW46IDBweCAwcHggMHB4IDEwcHggIWltcG9ydGFudDtcbiAgICB9XG4gICAgLmljb24tYnV0dG9ue1xuICAgICAgaGVpZ2h0OiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgICB3aWR0aDogNjBweDtcbiAgICB9XG4gIH1cbn0iXX0= */" +module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n::ng-deep .tools .button {\n color: #fff !important;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-flow: column;\n}\n::ng-deep .tools .button.inactive {\n color: #959da5 !important;\n}\n::ng-deep .tools .icon-button {\n margin: 0px 0px 0px 7px !important;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: inherit;\n}\n.gd-document {\n width: 100%;\n height: 100%;\n}\n.top-panel {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n width: 100%;\n}\n.toolbar-panel {\n background-color: #3e4e5a;\n width: 100%;\n}\n@media (max-width: 1037px) {\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\n margin: 0px 0px 0px 10px !important;\n }\n ::ng-deep .tools .icon-button {\n height: 60px !important;\n width: 60px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24tYXBwLmNvbXBvbmVudC5sZXNzIiwibGlicy9jb252ZXJzaW9uL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWFwcC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSw2RUNBa0I7QUFHbEI7RUFDRSxzREFBQTtBRERGO0FDSUE7RUFFSSxzQkFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxpQkFBQTtBREhKO0FDS0k7RUFDRSx5QkFBQTtBREhOO0FDSEE7RUFXSSxrQ0FBQTtBRExKO0FDU0E7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRFBGO0FDVUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0FEUkY7QUNXQTtFQUNFLFdBQUE7RUFDQSxZQUFBO0FEVEY7QUNZQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0FEVkY7QUNhQTtFQUNFLHlCQUFBO0VBQ0EsV0FBQTtBRFhGO0FDY0E7RUFDRTtJQUVJLG1DQUFBO0VEYko7RUNXQTtJQU1JLHVCQUFBO0lBQ0EsV0FBQTtFRGRKO0FBQ0YiLCJmaWxlIjoibGlicy9jb252ZXJzaW9uL3NyYy9saWIvY29udmVyc2lvbi1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24ge1xuICBjb2xvcjogI2ZmZiAhaW1wb3J0YW50O1xuICBmbGV4LWZsb3c6IGNvbHVtbjtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbi5pbmFjdGl2ZSB7XG4gIGNvbG9yOiAjOTU5ZGE1ICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gIG1hcmdpbjogMHB4IDBweCAwcHggN3B4ICFpbXBvcnRhbnQ7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnRvb2xiYXItcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM2U0ZTVhO1xuICB3aWR0aDogMTAwJTtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgOjpuZy1kZWVwIC50b29scyBnZC1idXR0b246bnRoLWNoaWxkKDEpID4gLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAwcHggMHB4IDEwcHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gICAgaGVpZ2h0OiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgd2lkdGg6IDYwcHg7XG4gIH1cbn1cbiIsIkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zJmRpc3BsYXk9c3dhcCcpO1xuQGltcG9ydCBcIi4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG5cbjo6bmctZGVlcCAudG9vbHMge1xuICAuYnV0dG9uIHtcbiAgICBjb2xvciAgICA6ICNmZmYgIWltcG9ydGFudDtcbiAgICBmbGV4LWZsb3c6IGNvbHVtbjtcblxuICAgICYuaW5hY3RpdmUge1xuICAgICAgY29sb3I6IEByZWdlbnQtZ3JheSAgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICAuaWNvbi1idXR0b24ge1xuICAgIG1hcmdpbjogMHB4IDBweCAwcHggN3B4ICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0ICAgICA6IDEwMCU7XG4gIHdpZHRoICAgICAgOiAxMDAlO1xuICBwb3NpdGlvbiAgIDogZml4ZWQ7XG4gIHRvcCAgICAgICAgOiAwO1xuICBib3R0b20gICAgIDogMDtcbiAgbGVmdCAgICAgICA6IDA7XG4gIHJpZ2h0ICAgICAgOiAwO1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0IDogaW5oZXJpdDtcbn1cblxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGggOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi50b3AtcGFuZWwge1xuICBkaXNwbGF5ICAgIDogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgd2lkdGggICAgICA6IDEwMCU7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNlNGU1YTtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgOjpuZy1kZWVwIC50b29scyB7XG4gICAgZ2QtYnV0dG9uOm50aC1jaGlsZCgxKT4uaWNvbi1idXR0b24ge1xuICAgICAgbWFyZ2luOiAwcHggMHB4IDBweCAxMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuXG4gICAgLmljb24tYnV0dG9uIHtcbiAgICAgIGhlaWdodDogNjBweCAhaW1wb3J0YW50O1xuICAgICAgd2lkdGggOiA2MHB4O1xuICAgIH1cbiAgfVxufSJdfQ== */" /***/ }), /***/ "../../libs/conversion/src/lib/conversion-app.component.ts": -/*!**********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-app.component.ts ***! - \**********************************************************************************************************/ +/*!**********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-app.component.ts ***! + \**********************************************************************************************/ /*! exports provided: ConversionAppComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -8737,7 +9245,8 @@ let ConversionAppComponent = class ConversionAppComponent { this._conversionService.loadFiles($event).subscribe((files) => this.files = files || []); } convertSingleItem(item) { - const workItem = this.conversionItems.find(x => x.guid === item.guid); + const workItem = this.conversionItems.find(x => x.guid === item.guid + && x.destinationType === item.destinationType); workItem.converting = true; this._conversionService.convert(item).subscribe(() => { workItem.converting = false; @@ -8802,20 +9311,20 @@ ConversionAppComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.less": -/*!*********************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.less ***! - \*********************************************************************************************************************************************************/ +/*!*********************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.less ***! + \*********************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-modal-table {\n width: 100%;\n text-align: left;\n}\n#gd-browse-section {\n width: 1036px;\n height: 561px;\n overflow-y: auto;\n}\n.list-files-header {\n height: 60px;\n color: #6e6e6e;\n font-size: 13px;\n font-weight: bold;\n background-color: #f4f4f4;\n margin-top: 24px;\n}\n.list-files-header.upload-url {\n margin-top: 20px;\n}\n.header-name {\n padding-left: 68px;\n width: 90%;\n line-height: 60px;\n}\n.header-size {\n padding-right: 84px;\n line-height: 60px;\n}\n.header-size,\n.file-size {\n width: 7%;\n color: #777777;\n text-align: left;\n}\n.file-size {\n font-size: 12px;\n width: 7%;\n line-height: 79px;\n}\n.file-description {\n display: -webkit-box;\n display: flex;\n width: 90%;\n padding: 18px 0px 18px 0px;\n font-size: 14px;\n -webkit-box-flex: 1;\n flex: 1;\n cursor: pointer;\n overflow: hidden;\n}\n.file-description .ng-fa-icon {\n font-size: 32px;\n}\n.gd-modal-spinner {\n background-color: #ffffff;\n width: 100%;\n height: 20px;\n text-align: center;\n font-size: 16px;\n}\n.gd-cancel-button {\n padding: 7px;\n background: none;\n width: 28px;\n overflow: hidden;\n}\n.gd-cancel-button i {\n font-size: 21px;\n}\n.gd-file-name {\n white-space: nowrap;\n overflow: hidden;\n width: 100%;\n text-overflow: ellipsis;\n}\n.upload-panel {\n display: -webkit-box;\n display: flex;\n position: relative;\n width: 100%;\n margin-top: 24px;\n margin-right: 24px;\n}\n.upload-panel .select-all {\n height: 37px;\n margin: 0px 16px 0px 15px;\n width: 37px;\n line-height: 44px;\n text-align: center;\n}\n.upload-panel .context {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n width: 100%;\n margin-right: 24px;\n}\n.upload-panel .context .context-actions {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n width: 100%;\n}\n.upload-panel .context .context-actions *:last-child {\n margin-right: 0px;\n}\n.upload-panel .context .context-actions ::ng-deep .button {\n height: 37px;\n width: 96px;\n padding: 0px;\n -webkit-box-pack: center;\n justify-content: center;\n font-size: 14px;\n}\n.upload-panel .context .context-actions ::ng-deep .button ::ng-deep .text {\n font-size: 10px;\n}\n.upload-panel .context .context-actions ::ng-deep .button.primary {\n width: 117px;\n background-color: #4b566c;\n}\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive {\n width: 106px;\n background-color: #959da5;\n}\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive /deep/ .text {\n color: #3E4E5A;\n}\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive /deep/ fa-icon {\n color: #3E4E5A;\n}\n.upload-panel .context .context-panel {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n width: 100%;\n margin-top: 20px;\n}\n.upload-panel .context .context-panel .upload-url {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n width: 100%;\n}\n.upload-panel .context .context-panel .upload-url .url-input {\n width: 100%;\n height: 27px;\n border: 1px solid #25c2d4;\n font-size: 14px;\n padding-left: 6px;\n}\n.upload-panel .context .context-panel .upload-url .url-check {\n width: 31px;\n height: 31px;\n color: #FFFFFF;\n font-size: 15px;\n background-color: #25c2d4;\n}\n.upload-panel .context .context-panel .upload-url .url-check .ng-fa-icon {\n display: block;\n padding: 8px;\n}\n.upload-panel gd-drop-down {\n margin-right: 10px;\n}\n.upload-panel gd-drop-down /deep/ .drop-down-item .text {\n margin-left: 7px;\n text-transform: uppercase;\n color: #6e6e6e;\n}\n.upload-panel gd-drop-down /deep/ .drop-down-item:hover {\n background-color: #4b566c;\n}\n.upload-panel gd-drop-down /deep/ .drop-down-item:hover * {\n color: #FFF;\n}\n.list-files-lines,\n.list-files-header {\n display: -webkit-box;\n display: flex;\n width: 100%;\n -webkit-box-pack: justify;\n justify-content: space-between;\n}\n.file-description .ng-fa-icon.fa-file-pdf {\n color: #e04e4e;\n}\n.file-description .ng-fa-icon.fa-file-word {\n color: #539CF0;\n}\n.file-description .ng-fa-icon.fa-file-powerpoint {\n color: #e29e1e;\n}\n.file-description .ng-fa-icon.fa-file-excel {\n color: #7cbc46;\n}\n.file-description .ng-fa-icon.fa-file-image {\n color: #c375ed;\n}\n.file-description .ng-fa-icon.fa-file-text .fa-folder,\n.file-description .ng-fa-icon.fa-file,\n.file-description .ng-fa-icon.fa-file-alt {\n color: #4b566c;\n}\n.go-up {\n cursor: pointer;\n display: -webkit-box;\n display: flex;\n font-size: 26px;\n color: #4b566c;\n height: 79px;\n}\n.go-up-dots {\n margin-left: 20px;\n margin-top: 22px;\n font-size: 16px;\n}\n.go-up-icon {\n display: block;\n padding: 18px 0px 18px 68px;\n}\n.file-name {\n font-size: 16px;\n color: #6e6e6e;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-name-format {\n padding-left: 11px;\n overflow: hidden;\n}\n.file-format {\n font-size: 10px;\n padding-top: 3px;\n color: #acacac;\n}\n.list-files-lines,\n.go-up {\n border-bottom: 1px solid #e7e7e7;\n}\n.list-files-lines:hover {\n background-color: #E5E5E5;\n}\n.gd-dnd-wrap {\n background-color: #FFF;\n cursor: default;\n position: absolute;\n width: 100%;\n height: calc(100% - 60px);\n background: rgba(255, 255, 255, 0.7);\n z-index: 1;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-drag-n-drop-icon {\n margin-top: -50px;\n}\n.gd-drag-n-drop-icon .fa-cloud-download-alt {\n color: #D1D1D1;\n font-size: 110px;\n}\n.gd-file-checkbox {\n height: 37px;\n margin: 21px 16px 21px 15px;\n width: 37px;\n line-height: 44px;\n text-align: center;\n}\n.gd-file-checkbox.empty {\n width: 37px;\n}\n.file-format-select {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n width: 36px;\n margin-right: 24px;\n}\n.file-format-select ::ng-deep .button {\n padding: 0px;\n width: 36px;\n margin: 0px;\n font-size: 14px;\n}\n.file-format-select ::ng-deep .button .text {\n padding: 0px;\n}\n.file-format-select ::ng-deep .show .button {\n color: #959da5;\n}\n.file-format-select gd-drop-down /deep/ .drop-down-item {\n width: 96px;\n}\n.file-format-select gd-drop-down /deep/ .drop-down-item .text {\n padding-left: 7px;\n text-transform: uppercase;\n color: #6e6e6e;\n}\n.file-format-select gd-drop-down /deep/ .drop-down-item:hover {\n background-color: #4b566c;\n}\n.file-format-select gd-drop-down /deep/ .drop-down-item:hover * {\n color: #FFF;\n}\n.gd-checkbox {\n width: 19px;\n height: 19px;\n margin: 0px;\n}\n.gd-checkbox:before {\n position: relative;\n display: -webkit-box;\n display: flex;\n width: 17px;\n height: 17px;\n border: 1px solid #707070;\n content: \"\";\n background: #FFFFFF;\n cursor: pointer;\n}\n.gd-checkbox:after {\n position: relative;\n display: -webkit-box;\n display: flex;\n left: 1px;\n top: -18px;\n width: 16px;\n height: 16px;\n content: \"\";\n cursor: pointer;\n}\n.gd-checkbox:checked:after {\n font-family: \"Font Awesome 5 Free\";\n content: \"\\f00c\";\n font-weight: 900;\n font-size: 16px;\n color: #6E6E6E;\n}\n.gd-add-selected.active {\n cursor: pointer;\n opacity: 1;\n}\n.gd-add-selected {\n width: 140px;\n height: 36px;\n background-color: #3E4E5A;\n color: #FFFFFF;\n margin: 0px 8px 0px 0px;\n border: 0;\n cursor: not-allowed;\n opacity: 0.43;\n}\n.gd-folder-name {\n margin-top: 8px;\n}\n.dnd-wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n top: 259px;\n position: absolute;\n}\n.dnd-wrapper .text {\n color: #6e6e6e;\n font-size: 14px;\n}\n.dnd-wrapper .icon {\n display: -webkit-box;\n display: flex;\n width: 113px;\n height: 90px;\n font-size: 90px;\n color: #3E4E5A;\n margin-bottom: 30px;\n}\n@media (max-width: 1037px) {\n .header-size,\n .file-size {\n width: 18%;\n }\n .gd-dnd-wrap {\n width: 95%;\n }\n #gd-browse-section {\n width: 100%;\n }\n .list-files-header,\n .file-size {\n display: none;\n }\n #gd-browse-section {\n width: 100%;\n height: calc(100% - 146px);\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb252ZXJzaW9uL3NyYy9saWIvY29udmVyc2lvbi1icm93c2UtZmlsZXMtbW9kYWwvY29udmVyc2lvbi1icm93c2UtZmlsZXMtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLFdBQUE7RUFDQSxnQkFBQTtBQ0RGO0FESUE7RUFDRSxhQUFBO0VBQ0EsYUFBQTtFQUNBLGdCQUFBO0FDRkY7QURLQTtFQUNFLFlBQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtFQUNBLGlCQUFBO0VBQ0EseUJBQUE7RUFDQSxnQkFBQTtBQ0hGO0FESUU7RUFDRSxnQkFBQTtBQ0ZKO0FETUE7RUFDRSxrQkFBQTtFQUNBLFVBQUE7RUFDQSxpQkFBQTtBQ0pGO0FETUE7RUFDRSxtQkFBQTtFQUNBLGlCQUFBO0FDSkY7QURRQTs7RUFDRSxTQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0FDTEY7QURRQTtFQUNFLGVBQUE7RUFDQSxTQUFBO0VBQ0EsaUJBQUE7QUNORjtBRFNBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsVUFBQTtFQUNBLDBCQUFBO0VBQ0EsZUFBQTtFQUNBLG1CQUFBO1VBQUEsT0FBQTtFQUNBLGVBQUE7RUFDQSxnQkFBQTtBQ1BGO0FEVUE7RUFDRSxlQUFBO0FDUkY7QURXQTtFQUNFLHlCQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtFQUNBLGVBQUE7QUNURjtBRFlBO0VBQ0UsWUFBQTtFQUNBLGdCQUFBO0VBQ0EsV0FBQTtFQUNBLGdCQUFBO0FDVkY7QURhQTtFQUNFLGVBQUE7QUNYRjtBRGNBO0VBQ0UsbUJBQUE7RUFDQSxn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RUFDQSxlQUFBO0FDakRKO0FEd0NBO0VBWUksb0JBQUE7RUFBQSxhQUFBO0VBQ0EsWUFBQTtFQUNBLFlBQUE7RUFDQSxlQUFBO0VBQ0EsY0FBQTtFQUNBLG1CQUFBO0FDakRKO0FEcURBO0VBQ0U7O0lBQ0UsVUFBQTtFQ2xERjtFRG9EQTtJQUNFLFVBQUE7RUNsREY7RURvREE7SUFDRSxXQUFBO0VDbERGO0VEb0RBOztJQUNFLGFBQUE7RUNqREY7RURtREE7SUFDRSxXQUFBO0lBQ0EsMEJBQUE7RUNqREY7QUFDRiIsImZpbGUiOiJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLy4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzLmxlc3NcIjtcblxuLmdkLW1vZGFsLXRhYmxlIHtcbiAgd2lkdGg6IDEwMCU7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG59XG5cbiNnZC1icm93c2Utc2VjdGlvbiB7XG4gIHdpZHRoOiAxMDM2cHg7XG4gIGhlaWdodDogNTYxcHg7XG4gIG92ZXJmbG93LXk6IGF1dG87XG59XG5cbi5saXN0LWZpbGVzLWhlYWRlciB7XG4gIGhlaWdodDogNjBweDtcbiAgY29sb3I6IEBkb3ZlLWdyYXk7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG4gIG1hcmdpbi10b3A6IDI0cHg7XG4gICYudXBsb2FkLXVybCB7XG4gICAgbWFyZ2luLXRvcDogMjBweDtcbiAgfVxufVxuXG4uaGVhZGVyLW5hbWUge1xuICBwYWRkaW5nLWxlZnQ6IDY4cHg7XG4gIHdpZHRoOiA5MCU7XG4gIGxpbmUtaGVpZ2h0OiA2MHB4O1xufVxuLmhlYWRlci1zaXplIHtcbiAgcGFkZGluZy1yaWdodDogODRweDtcbiAgbGluZS1oZWlnaHQ6IDYwcHg7XG4gIC8vIFRPRE86IGFkZCBvdmVyZmxvdy15OiBzY3JvbGwgaWYgc2Nyb2xsLWJhciBpbiBmaWxlcyBhcHBlYXJzXG59XG5cbi5oZWFkZXItc2l6ZSwgLmZpbGUtc2l6ZSB7XG4gIHdpZHRoOiA3JTtcbiAgY29sb3I6ICM3Nzc3Nzc7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG59XG5cbi5maWxlLXNpemUge1xuICBmb250LXNpemU6IDEycHg7XG4gIHdpZHRoOiA3JTtcbiAgbGluZS1oZWlnaHQ6IDc5cHg7XG59XG5cbi5maWxlLWRlc2NyaXB0aW9uIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDkwJTtcbiAgcGFkZGluZzogMThweCAwcHggMThweCAwcHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgZmxleDogMTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAgLm5nLWZhLWljb24ge1xuICBmb250LXNpemU6IDMycHg7XG59XG5cbi5nZC1tb2RhbC1zcGlubmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMjBweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBmb250LXNpemU6IDE2cHg7XG59XG5cbi5nZC1jYW5jZWwtYnV0dG9uIHtcbiAgcGFkZGluZzogN3B4O1xuICBiYWNrZ3JvdW5kOiBub25lO1xuICB3aWR0aDogMjhweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cblxuLmdkLWNhbmNlbC1idXR0b24gaSB7XG4gIGZvbnQtc2l6ZTogMjFweDtcbn1cblxuLmdkLWZpbGUtbmFtZSB7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbn1cblxuLnVwbG9hZC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgd2lkdGg6IDEwMCU7XG4gIG1hcmdpbi10b3A6IDI0cHg7XG4gIG1hcmdpbi1yaWdodDogMjRweDtcblxuICAuc2VsZWN0LWFsbHtcbiAgICBoZWlnaHQ6IDM3cHg7XG4gICAgbWFyZ2luOiAwcHggMTZweCAwcHggMTVweDtcbiAgICB3aWR0aDogMzdweDtcbiAgICBsaW5lLWhlaWdodDogNDRweDtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIH1cblxuICAuY29udGV4dHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgbWFyZ2luLXJpZ2h0OiAyNHB4O1xuICAgIC5jb250ZXh0LWFjdGlvbnN7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgKjpsYXN0LWNoaWxke1xuICAgICAgICBtYXJnaW4tcmlnaHQ6IDBweDtcbiAgICAgIH1cbiAgICAgIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICAgICAgaGVpZ2h0OiAzN3B4O1xuICAgICAgICB3aWR0aDogOTZweDtcbiAgICAgICAgcGFkZGluZzogMHB4O1xuICAgICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgICAgICA6Om5nLWRlZXAgLnRleHQge1xuICAgICAgICAgIGZvbnQtc2l6ZTogMTBweDtcbiAgICAgICAgfVxuICAgICAgICAmLnByaW1hcnkge1xuICAgICAgICAgIHdpZHRoOiAxMTdweDtcbiAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAZm9sZGVyO1xuICAgICAgICAgICYuaW5hY3RpdmUge1xuICAgICAgICAgICAgd2lkdGg6IDEwNnB4O1xuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogQHJlZ2VudC1ncmF5O1xuICAgICAgICAgICAgL2RlZXAvIC50ZXh0IHtcbiAgICAgICAgICAgICAgY29sb3I6IEBwcmltYXJ5O1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgL2RlZXAvIGZhLWljb24ge1xuICAgICAgICAgICAgICBjb2xvcjogQHByaW1hcnlcbiAgICAgICAgICAgIH1cbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gICAgLmNvbnRleHQtcGFuZWx7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgbWFyZ2luLXRvcDogMjBweDtcbiAgICAgIC51cGxvYWQtdXJsIHtcbiAgICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgICAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICAgIC51cmwtaW5wdXQge1xuICAgICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgICAgIGhlaWdodDogMjdweDtcbiAgICAgICAgICBib3JkZXI6IDFweCBzb2xpZCBAYnJhbmQ7XG4gICAgICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgICAgICAgIHBhZGRpbmctbGVmdDogNnB4O1xuICAgICAgICB9XG4gICAgICAgIC51cmwtY2hlY2sge1xuICAgICAgICAgIHdpZHRoOiAzMXB4O1xuICAgICAgICAgIGhlaWdodDogMzFweDtcbiAgICAgICAgICBjb2xvcjogI0ZGRkZGRjtcbiAgICAgICAgICBmb250LXNpemU6IDE1cHg7XG4gICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogQGJyYW5kO1xuICAgICAgICB9XG4gICAgICAgIC51cmwtY2hlY2sgLm5nLWZhLWljb24ge1xuICAgICAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgICAgIHBhZGRpbmc6IDhweDtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIGdkLWRyb3AtZG93bntcbiAgICBtYXJnaW4tcmlnaHQ6IDEwcHg7XG4gICAgL2RlZXAvIC5kcm9wLWRvd24taXRlbSB7XG4gICAgICAudGV4dCB7XG4gICAgICAgIG1hcmdpbi1sZWZ0OiA3cHg7XG4gICAgICAgIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gICAgICAgIGNvbG9yOiBAZG92ZS1ncmF5O1xuICAgICAgfVxuICAgICAgJjpob3ZlcntcbiAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogQGZvbGRlcjtcbiAgICAgICAgKntcbiAgICAgICAgICBjb2xvcjogI0ZGRjtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgfVxufVxuXG4ubGlzdC1maWxlcy1saW5lcywgLmxpc3QtZmlsZXMtaGVhZGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDEwMCU7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2Vlbjtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogQHBkZjtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS13b3JkIHtcbiAgY29sb3I6IEB3b3JkO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogQHBvd2VycG9pbnQ7XG59XG5cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtZXhjZWwge1xuICBjb2xvcjogQGV4Y2VsO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6IEBpbWFnZTtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIsXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLFxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1hbHQge1xuICBjb2xvcjogQGZvbGRlcjtcbn1cblxuLmdvLXVwIHtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBkaXNwbGF5OiBmbGV4O1xuICBmb250LXNpemU6IDI2cHg7XG4gIGNvbG9yOiBAZm9sZGVyO1xuICBoZWlnaHQ6IDc5cHg7XG59XG5cbi5nby11cC1kb3RzIHtcbiAgbWFyZ2luLWxlZnQ6IDIwcHg7XG4gIG1hcmdpbi10b3A6IDIycHg7XG4gIGZvbnQtc2l6ZTogMTZweDtcbn1cblxuLmdvLXVwLWljb24ge1xuICBkaXNwbGF5OiBibG9jaztcbiAgcGFkZGluZzogMThweCAwcHggMThweCA2OHB4O1xufVxuXG4uZmlsZS1uYW1lIHtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBjb2xvcjogQGRvdmUtZ3JheTtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG59XG5cbi5maWxlLW5hbWUtZm9ybWF0IHtcbiAgcGFkZGluZy1sZWZ0OiAxMXB4O1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuXG4uZmlsZS1mb3JtYXQge1xuICBmb250LXNpemU6IDEwcHg7XG4gIHBhZGRpbmctdG9wOiAzcHg7XG4gIGNvbG9yOiBAc2lsdmVyLWNoYWxpY2U7XG59XG5cbi5saXN0LWZpbGVzLWxpbmVzLCAuZ28tdXAge1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgQG1lcmN1cnk7XG59XG5cbi5saXN0LWZpbGVzLWxpbmVzIHtcbiAgJjpob3ZlciB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQG5hdi1hY2NlbnQtYmFja2dyb3VuZDtcbiAgfVxufVxuXG4uZ2QtZG5kLXdyYXAge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBjdXJzb3I6IGRlZmF1bHQ7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gNjBweCk7XG4gIGJhY2tncm91bmQ6IHJnYmEoMjU1LDI1NSwyNTUsMC43KTtcbiAgei1pbmRleDogMTtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5nZC1kcmFnLW4tZHJvcC1pY29uIHtcbiAgbWFyZ2luLXRvcDogLTUwcHg7XG59XG5cbi5nZC1kcmFnLW4tZHJvcC1pY29uIC5mYS1jbG91ZC1kb3dubG9hZC1hbHQge1xuICBjb2xvcjogI0QxRDFEMTtcbiAgZm9udC1zaXplOiAxMTBweDtcbn1cblxuLmdkLWZpbGUtY2hlY2tib3gge1xuICBoZWlnaHQ6IDM3cHg7XG4gIG1hcmdpbjogMjFweCAxNnB4IDIxcHggMTVweDtcbiAgd2lkdGg6IDM3cHg7XG4gIGxpbmUtaGVpZ2h0OiA0NHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG5cbi5nZC1maWxlLWNoZWNrYm94LmVtcHR5IHtcbiAgd2lkdGg6IDM3cHg7XG59XG5cbi5maWxlLWZvcm1hdC1zZWxlY3Qge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMzZweDtcbiAgbWFyZ2luLXJpZ2h0OiAyNHB4O1xuICA6Om5nLWRlZXAgLmJ1dHRvbntcbiAgICBwYWRkaW5nOiAwcHg7XG4gICAgd2lkdGg6IDM2cHg7XG4gICAgbWFyZ2luOiAwcHg7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuICAgIC50ZXh0IHtcbiAgICAgIHBhZGRpbmc6IDBweDtcbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLnNob3cgLmJ1dHRvbntcbiAgICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICB9XG5cbiAgZ2QtZHJvcC1kb3due1xuICAgIC9kZWVwLyAuZHJvcC1kb3duLWl0ZW0ge1xuICAgICAgd2lkdGg6IDk2cHg7XG4gICAgICAudGV4dCB7XG4gICAgICAgIHBhZGRpbmctbGVmdDogN3B4O1xuICAgICAgICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICAgICAgICBjb2xvcjogQGRvdmUtZ3JheTtcbiAgICAgIH1cbiAgICAgICY6aG92ZXJ7XG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6IEBmb2xkZXI7XG4gICAgICAgICp7XG4gICAgICAgICAgY29sb3I6ICNGRkY7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuLmdkLWNoZWNrYm94IHtcbiAgd2lkdGg6IDE5cHg7XG4gIGhlaWdodDogMTlweDtcbiAgbWFyZ2luOiAwcHg7XG4gICY6YmVmb3JlIHtcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICB3aWR0aDogMTdweDtcbiAgICBoZWlnaHQ6IDE3cHg7XG4gICAgYm9yZGVyOiAxcHggc29saWQgIzcwNzA3MDtcbiAgICBjb250ZW50OiBcIlwiO1xuICAgIGJhY2tncm91bmQ6ICNGRkZGRkY7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICB9XG4gICY6YWZ0ZXIge1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGxlZnQ6IDFweDtcbiAgICB0b3A6IC0xOHB4O1xuICAgIHdpZHRoOiAxNnB4O1xuICAgIGhlaWdodDogMTZweDtcbiAgICBjb250ZW50OiBcIlwiO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgfVxuICAmOmNoZWNrZWQge1xuICAgICY6YWZ0ZXIge1xuICAgICAgZm9udC1mYW1pbHk6IFwiRm9udCBBd2Vzb21lIDUgRnJlZVwiO1xuICAgICAgY29udGVudDogXCJcXGYwMGNcIjtcbiAgICAgIGZvbnQtd2VpZ2h0OiA5MDA7XG4gICAgICBmb250LXNpemU6IDE2cHg7XG4gICAgICBjb2xvcjogIzZFNkU2RTtcbiAgICB9XG4gIH1cbn1cblxuLmdkLWFkZC1zZWxlY3RlZC5hY3RpdmUge1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIG9wYWNpdHk6IDE7XG59XG5cbi5nZC1hZGQtc2VsZWN0ZWQge1xuICB3aWR0aDogMTQwcHg7XG4gIGhlaWdodDogMzZweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNFNEU1QTtcbiAgY29sb3I6ICNGRkZGRkY7XG4gIG1hcmdpbjogMHB4IDhweCAwcHggMHB4O1xuICBib3JkZXI6IDA7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQ7XG4gIG9wYWNpdHk6IDAuNDM7XG59XG5cbi5nZC1mb2xkZXItbmFtZSB7XG4gIG1hcmdpbi10b3A6IDhweDtcbn1cblxuLmRuZC13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIHRvcDogMjU5cHg7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgLnRleHQge1xuICAgIGNvbG9yOiBAZG92ZS1ncmF5O1xuICAgIGZvbnQtc2l6ZTogMTRweDtcbiAgfVxuICAuaWNvbiB7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICB3aWR0aDogMTEzcHg7XG4gICAgaGVpZ2h0OiA5MHB4O1xuICAgIGZvbnQtc2l6ZTogOTBweDtcbiAgICBjb2xvcjogQHByaW1hcnk7XG4gICAgbWFyZ2luLWJvdHRvbTogMzBweDtcbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuaGVhZGVyLXNpemUsIC5maWxlLXNpemUge1xuICAgIHdpZHRoOiAxOCU7XG4gIH1cbiAgLmdkLWRuZC13cmFwIHtcbiAgICB3aWR0aDogOTUlO1xuICB9XG4gICNnZC1icm93c2Utc2VjdGlvbntcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxuICAubGlzdC1maWxlcy1oZWFkZXIsIC5maWxlLXNpemV7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuICAjZ2QtYnJvd3NlLXNlY3Rpb257XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiBjYWxjKDEwMCUgLSAxNDZweCk7XG4gIH1cbn1cbiIsIi5nZC1tb2RhbC10YWJsZSB7XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xufVxuI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgd2lkdGg6IDEwMzZweDtcbiAgaGVpZ2h0OiA1NjFweDtcbiAgb3ZlcmZsb3cteTogYXV0bztcbn1cbi5saXN0LWZpbGVzLWhlYWRlciB7XG4gIGhlaWdodDogNjBweDtcbiAgY29sb3I6ICM2ZTZlNmU7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmNGY0ZjQ7XG4gIG1hcmdpbi10b3A6IDI0cHg7XG59XG4ubGlzdC1maWxlcy1oZWFkZXIudXBsb2FkLXVybCB7XG4gIG1hcmdpbi10b3A6IDIwcHg7XG59XG4uaGVhZGVyLW5hbWUge1xuICBwYWRkaW5nLWxlZnQ6IDY4cHg7XG4gIHdpZHRoOiA5MCU7XG4gIGxpbmUtaGVpZ2h0OiA2MHB4O1xufVxuLmhlYWRlci1zaXplIHtcbiAgcGFkZGluZy1yaWdodDogODRweDtcbiAgbGluZS1oZWlnaHQ6IDYwcHg7XG59XG4uaGVhZGVyLXNpemUsXG4uZmlsZS1zaXplIHtcbiAgd2lkdGg6IDclO1xuICBjb2xvcjogIzc3Nzc3NztcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cbi5maWxlLXNpemUge1xuICBmb250LXNpemU6IDEycHg7XG4gIHdpZHRoOiA3JTtcbiAgbGluZS1oZWlnaHQ6IDc5cHg7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiA5MCU7XG4gIHBhZGRpbmc6IDE4cHggMHB4IDE4cHggMHB4O1xuICBmb250LXNpemU6IDE0cHg7XG4gIGZsZXg6IDE7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xufVxuLmdkLW1vZGFsLXNwaW5uZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAyMHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGZvbnQtc2l6ZTogMTZweDtcbn1cbi5nZC1jYW5jZWwtYnV0dG9uIHtcbiAgcGFkZGluZzogN3B4O1xuICBiYWNrZ3JvdW5kOiBub25lO1xuICB3aWR0aDogMjhweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cbi5nZC1jYW5jZWwtYnV0dG9uIGkge1xuICBmb250LXNpemU6IDIxcHg7XG59XG4uZ2QtZmlsZS1uYW1lIHtcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgd2lkdGg6IDEwMCU7XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xufVxuLnVwbG9hZC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgd2lkdGg6IDEwMCU7XG4gIG1hcmdpbi10b3A6IDI0cHg7XG4gIG1hcmdpbi1yaWdodDogMjRweDtcbn1cbi51cGxvYWQtcGFuZWwgLnNlbGVjdC1hbGwge1xuICBoZWlnaHQ6IDM3cHg7XG4gIG1hcmdpbjogMHB4IDE2cHggMHB4IDE1cHg7XG4gIHdpZHRoOiAzN3B4O1xuICBsaW5lLWhlaWdodDogNDRweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiAxMDAlO1xuICBtYXJnaW4tcmlnaHQ6IDI0cHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICB3aWR0aDogMTAwJTtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyAqOmxhc3QtY2hpbGQge1xuICBtYXJnaW4tcmlnaHQ6IDBweDtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIGhlaWdodDogMzdweDtcbiAgd2lkdGg6IDk2cHg7XG4gIHBhZGRpbmc6IDBweDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyA6Om5nLWRlZXAgLmJ1dHRvbiA6Om5nLWRlZXAgLnRleHQge1xuICBmb250LXNpemU6IDEwcHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgOjpuZy1kZWVwIC5idXR0b24ucHJpbWFyeSB7XG4gIHdpZHRoOiAxMTdweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzRiNTY2Yztcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyA6Om5nLWRlZXAgLmJ1dHRvbi5wcmltYXJ5LmluYWN0aXZlIHtcbiAgd2lkdGg6IDEwNnB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjOTU5ZGE1O1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1hY3Rpb25zIDo6bmctZGVlcCAuYnV0dG9uLnByaW1hcnkuaW5hY3RpdmUgL2RlZXAvIC50ZXh0IHtcbiAgY29sb3I6ICMzRTRFNUE7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgOjpuZy1kZWVwIC5idXR0b24ucHJpbWFyeS5pbmFjdGl2ZSAvZGVlcC8gZmEtaWNvbiB7XG4gIGNvbG9yOiAjM0U0RTVBO1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIHdpZHRoOiAxMDAlO1xuICBtYXJnaW4tdG9wOiAyMHB4O1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1wYW5lbCAudXBsb2FkLXVybCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1wYW5lbCAudXBsb2FkLXVybCAudXJsLWlucHV0IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMjdweDtcbiAgYm9yZGVyOiAxcHggc29saWQgIzI1YzJkNDtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBwYWRkaW5nLWxlZnQ6IDZweDtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtcGFuZWwgLnVwbG9hZC11cmwgLnVybC1jaGVjayB7XG4gIHdpZHRoOiAzMXB4O1xuICBoZWlnaHQ6IDMxcHg7XG4gIGNvbG9yOiAjRkZGRkZGO1xuICBmb250LXNpemU6IDE1cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNWMyZDQ7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LXBhbmVsIC51cGxvYWQtdXJsIC51cmwtY2hlY2sgLm5nLWZhLWljb24ge1xuICBkaXNwbGF5OiBibG9jaztcbiAgcGFkZGluZzogOHB4O1xufVxuLnVwbG9hZC1wYW5lbCBnZC1kcm9wLWRvd24ge1xuICBtYXJnaW4tcmlnaHQ6IDEwcHg7XG59XG4udXBsb2FkLXBhbmVsIGdkLWRyb3AtZG93biAvZGVlcC8gLmRyb3AtZG93bi1pdGVtIC50ZXh0IHtcbiAgbWFyZ2luLWxlZnQ6IDdweDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgY29sb3I6ICM2ZTZlNmU7XG59XG4udXBsb2FkLXBhbmVsIGdkLWRyb3AtZG93biAvZGVlcC8gLmRyb3AtZG93bi1pdGVtOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzRiNTY2Yztcbn1cbi51cGxvYWQtcGFuZWwgZ2QtZHJvcC1kb3duIC9kZWVwLyAuZHJvcC1kb3duLWl0ZW06aG92ZXIgKiB7XG4gIGNvbG9yOiAjRkZGO1xufVxuLmxpc3QtZmlsZXMtbGluZXMsXG4ubGlzdC1maWxlcy1oZWFkZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogI2UwNGU0ZTtcbn1cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtd29yZCB7XG4gIGNvbG9yOiAjNTM5Q0YwO1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1wb3dlcnBvaW50IHtcbiAgY29sb3I6ICNlMjllMWU7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWV4Y2VsIHtcbiAgY29sb3I6ICM3Y2JjNDY7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6ICNjMzc1ZWQ7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXRleHQgLmZhLWZvbGRlcixcbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUsXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWFsdCB7XG4gIGNvbG9yOiAjNGI1NjZjO1xufVxuLmdvLXVwIHtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBkaXNwbGF5OiBmbGV4O1xuICBmb250LXNpemU6IDI2cHg7XG4gIGNvbG9yOiAjNGI1NjZjO1xuICBoZWlnaHQ6IDc5cHg7XG59XG4uZ28tdXAtZG90cyB7XG4gIG1hcmdpbi1sZWZ0OiAyMHB4O1xuICBtYXJnaW4tdG9wOiAyMnB4O1xuICBmb250LXNpemU6IDE2cHg7XG59XG4uZ28tdXAtaWNvbiB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBwYWRkaW5nOiAxOHB4IDBweCAxOHB4IDY4cHg7XG59XG4uZmlsZS1uYW1lIHtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG59XG4uZmlsZS1uYW1lLWZvcm1hdCB7XG4gIHBhZGRpbmctbGVmdDogMTFweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cbi5maWxlLWZvcm1hdCB7XG4gIGZvbnQtc2l6ZTogMTBweDtcbiAgcGFkZGluZy10b3A6IDNweDtcbiAgY29sb3I6ICNhY2FjYWM7XG59XG4ubGlzdC1maWxlcy1saW5lcyxcbi5nby11cCB7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZTdlN2U3O1xufVxuLmxpc3QtZmlsZXMtbGluZXM6aG92ZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRTVFNUU1O1xufVxuLmdkLWRuZC13cmFwIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRjtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDYwcHgpO1xuICBiYWNrZ3JvdW5kOiByZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNyk7XG4gIHotaW5kZXg6IDE7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmdkLWRyYWctbi1kcm9wLWljb24ge1xuICBtYXJnaW4tdG9wOiAtNTBweDtcbn1cbi5nZC1kcmFnLW4tZHJvcC1pY29uIC5mYS1jbG91ZC1kb3dubG9hZC1hbHQge1xuICBjb2xvcjogI0QxRDFEMTtcbiAgZm9udC1zaXplOiAxMTBweDtcbn1cbi5nZC1maWxlLWNoZWNrYm94IHtcbiAgaGVpZ2h0OiAzN3B4O1xuICBtYXJnaW46IDIxcHggMTZweCAyMXB4IDE1cHg7XG4gIHdpZHRoOiAzN3B4O1xuICBsaW5lLWhlaWdodDogNDRweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuLmdkLWZpbGUtY2hlY2tib3guZW1wdHkge1xuICB3aWR0aDogMzdweDtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3Qge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMzZweDtcbiAgbWFyZ2luLXJpZ2h0OiAyNHB4O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIHBhZGRpbmc6IDBweDtcbiAgd2lkdGg6IDM2cHg7XG4gIG1hcmdpbjogMHB4O1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uZmlsZS1mb3JtYXQtc2VsZWN0IDo6bmctZGVlcCAuYnV0dG9uIC50ZXh0IHtcbiAgcGFkZGluZzogMHB4O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCA6Om5nLWRlZXAgLnNob3cgLmJ1dHRvbiB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCBnZC1kcm9wLWRvd24gL2RlZXAvIC5kcm9wLWRvd24taXRlbSB7XG4gIHdpZHRoOiA5NnB4O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCBnZC1kcm9wLWRvd24gL2RlZXAvIC5kcm9wLWRvd24taXRlbSAudGV4dCB7XG4gIHBhZGRpbmctbGVmdDogN3B4O1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICBjb2xvcjogIzZlNmU2ZTtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3QgZ2QtZHJvcC1kb3duIC9kZWVwLyAuZHJvcC1kb3duLWl0ZW06aG92ZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjNGI1NjZjO1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCBnZC1kcm9wLWRvd24gL2RlZXAvIC5kcm9wLWRvd24taXRlbTpob3ZlciAqIHtcbiAgY29sb3I6ICNGRkY7XG59XG4uZ2QtY2hlY2tib3gge1xuICB3aWR0aDogMTlweDtcbiAgaGVpZ2h0OiAxOXB4O1xuICBtYXJnaW46IDBweDtcbn1cbi5nZC1jaGVja2JveDpiZWZvcmUge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxN3B4O1xuICBoZWlnaHQ6IDE3cHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkICM3MDcwNzA7XG4gIGNvbnRlbnQ6IFwiXCI7XG4gIGJhY2tncm91bmQ6ICNGRkZGRkY7XG4gIGN1cnNvcjogcG9pbnRlcjtcbn1cbi5nZC1jaGVja2JveDphZnRlciB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgZGlzcGxheTogZmxleDtcbiAgbGVmdDogMXB4O1xuICB0b3A6IC0xOHB4O1xuICB3aWR0aDogMTZweDtcbiAgaGVpZ2h0OiAxNnB4O1xuICBjb250ZW50OiBcIlwiO1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtY2hlY2tib3g6Y2hlY2tlZDphZnRlciB7XG4gIGZvbnQtZmFtaWx5OiBcIkZvbnQgQXdlc29tZSA1IEZyZWVcIjtcbiAgY29udGVudDogXCJcXGYwMGNcIjtcbiAgZm9udC13ZWlnaHQ6IDkwMDtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBjb2xvcjogIzZFNkU2RTtcbn1cbi5nZC1hZGQtc2VsZWN0ZWQuYWN0aXZlIHtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBvcGFjaXR5OiAxO1xufVxuLmdkLWFkZC1zZWxlY3RlZCB7XG4gIHdpZHRoOiAxNDBweDtcbiAgaGVpZ2h0OiAzNnB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM0U0RTVBO1xuICBjb2xvcjogI0ZGRkZGRjtcbiAgbWFyZ2luOiAwcHggOHB4IDBweCAwcHg7XG4gIGJvcmRlcjogMDtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgb3BhY2l0eTogMC40Mztcbn1cbi5nZC1mb2xkZXItbmFtZSB7XG4gIG1hcmdpbi10b3A6IDhweDtcbn1cbi5kbmQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICB0b3A6IDI1OXB4O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG59XG4uZG5kLXdyYXBwZXIgLnRleHQge1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgZm9udC1zaXplOiAxNHB4O1xufVxuLmRuZC13cmFwcGVyIC5pY29uIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDExM3B4O1xuICBoZWlnaHQ6IDkwcHg7XG4gIGZvbnQtc2l6ZTogOTBweDtcbiAgY29sb3I6ICMzRTRFNUE7XG4gIG1hcmdpbi1ib3R0b206IDMwcHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5oZWFkZXItc2l6ZSxcbiAgLmZpbGUtc2l6ZSB7XG4gICAgd2lkdGg6IDE4JTtcbiAgfVxuICAuZ2QtZG5kLXdyYXAge1xuICAgIHdpZHRoOiA5NSU7XG4gIH1cbiAgI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxuICAubGlzdC1maWxlcy1oZWFkZXIsXG4gIC5maWxlLXNpemUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDE0NnB4KTtcbiAgfVxufVxuIl19 */" +module.exports = ".gd-modal-table {\n width: 100%;\n text-align: left;\n}\n#gd-browse-section {\n width: 1036px;\n height: 561px;\n overflow-y: auto;\n}\n.list-files-header {\n height: 60px;\n color: #6e6e6e;\n font-size: 13px;\n font-weight: bold;\n background-color: #f4f4f4;\n margin-top: 24px;\n}\n.list-files-header.upload-url {\n margin-top: 20px;\n}\n.header-name {\n padding-left: 68px;\n width: 90%;\n line-height: 60px;\n}\n.header-size {\n padding-right: 84px;\n line-height: 60px;\n}\n.header-size,\n.file-size {\n width: 7%;\n color: #777777;\n text-align: left;\n}\n.file-size {\n font-size: 12px;\n width: 7%;\n line-height: 79px;\n}\n.file-description {\n display: -webkit-box;\n display: flex;\n width: 90%;\n padding: 18px 0px 18px 0px;\n font-size: 14px;\n -webkit-box-flex: 1;\n flex: 1;\n cursor: pointer;\n overflow: hidden;\n}\n.file-description .ng-fa-icon {\n font-size: 32px;\n}\n.gd-modal-spinner {\n background-color: #ffffff;\n width: 100%;\n height: 20px;\n text-align: center;\n font-size: 16px;\n}\n.gd-cancel-button {\n padding: 7px;\n background: none;\n width: 28px;\n overflow: hidden;\n}\n.gd-cancel-button i {\n font-size: 21px;\n}\n.gd-file-name {\n white-space: nowrap;\n overflow: hidden;\n width: 100%;\n text-overflow: ellipsis;\n}\n.upload-panel {\n display: -webkit-box;\n display: flex;\n position: relative;\n width: 100%;\n margin-top: 24px;\n margin-right: 24px;\n}\n.upload-panel .select-all {\n height: 37px;\n margin: 0px 16px 0px 15px;\n width: 37px;\n line-height: 44px;\n text-align: center;\n}\n.upload-panel .context {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n width: 100%;\n margin-right: 24px;\n}\n.upload-panel .context .context-actions {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n width: 100%;\n}\n.upload-panel .context .context-actions *:last-child {\n margin-right: 0px;\n}\n.upload-panel .context .context-actions ::ng-deep .button {\n height: 37px;\n width: 96px;\n padding: 0px;\n -webkit-box-pack: center;\n justify-content: center;\n font-size: 14px;\n}\n.upload-panel .context .context-actions ::ng-deep .button ::ng-deep .text {\n font-size: 10px;\n}\n.upload-panel .context .context-actions ::ng-deep .button.primary {\n width: 117px;\n background-color: #4b566c;\n}\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive {\n width: 106px;\n background-color: #959da5;\n}\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive ::ng-deep .text {\n color: #3E4E5A;\n}\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive ::ng-deep fa-icon {\n color: #3E4E5A;\n}\n.upload-panel .context .context-panel {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n width: 100%;\n margin-top: 20px;\n}\n.upload-panel .context .context-panel .upload-url {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n width: 100%;\n}\n.upload-panel .context .context-panel .upload-url .url-input {\n width: 100%;\n height: 27px;\n border: 1px solid #25c2d4;\n font-size: 14px;\n padding-left: 6px;\n}\n.upload-panel .context .context-panel .upload-url .url-check {\n width: 31px;\n height: 31px;\n color: #FFFFFF;\n font-size: 15px;\n background-color: #25c2d4;\n}\n.upload-panel .context .context-panel .upload-url .url-check .ng-fa-icon {\n display: block;\n padding: 8px;\n}\n.upload-panel gd-drop-down {\n margin-right: 10px;\n}\n.upload-panel gd-drop-down ::ng-deep .drop-down-item .text {\n margin-left: 7px;\n text-transform: uppercase;\n color: #6e6e6e;\n}\n.upload-panel gd-drop-down ::ng-deep .drop-down-item:hover {\n background-color: #4b566c;\n}\n.upload-panel gd-drop-down ::ng-deep .drop-down-item:hover * {\n color: #FFF;\n}\n.list-files-lines,\n.list-files-header {\n display: -webkit-box;\n display: flex;\n width: 100%;\n -webkit-box-pack: justify;\n justify-content: space-between;\n}\n.file-description .ng-fa-icon.fa-file-pdf {\n color: #e04e4e;\n}\n.file-description .ng-fa-icon.fa-file-word {\n color: #539CF0;\n}\n.file-description .ng-fa-icon.fa-file-powerpoint {\n color: #e29e1e;\n}\n.file-description .ng-fa-icon.fa-file-excel {\n color: #7cbc46;\n}\n.file-description .ng-fa-icon.fa-file-image {\n color: #c375ed;\n}\n.file-description .ng-fa-icon.fa-file-text .fa-folder,\n.file-description .ng-fa-icon.fa-file,\n.file-description .ng-fa-icon.fa-file-alt {\n color: #4b566c;\n}\n.go-up {\n cursor: pointer;\n display: -webkit-box;\n display: flex;\n font-size: 26px;\n color: #4b566c;\n height: 79px;\n}\n.go-up-dots {\n margin-left: 20px;\n margin-top: 22px;\n font-size: 16px;\n}\n.go-up-icon {\n display: block;\n padding: 18px 0px 18px 68px;\n}\n.file-name {\n font-size: 16px;\n color: #6e6e6e;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-name-format {\n padding-left: 11px;\n overflow: hidden;\n}\n.file-format {\n font-size: 10px;\n padding-top: 3px;\n color: #acacac;\n}\n.list-files-lines,\n.go-up {\n border-bottom: 1px solid #e7e7e7;\n}\n.list-files-lines:hover {\n background-color: #E5E5E5;\n}\n.gd-dnd-wrap {\n background-color: #FFF;\n cursor: default;\n position: absolute;\n width: 100%;\n height: calc(100% - 60px);\n background: rgba(255, 255, 255, 0.7);\n z-index: 1;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-drag-n-drop-icon {\n margin-top: -50px;\n}\n.gd-drag-n-drop-icon .fa-cloud-download-alt {\n color: #D1D1D1;\n font-size: 110px;\n}\n.gd-file-checkbox {\n height: 37px;\n margin: 21px 16px 21px 15px;\n width: 37px;\n line-height: 44px;\n text-align: center;\n}\n.gd-file-checkbox.empty {\n width: 37px;\n}\n.file-format-select {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n width: 36px;\n margin-right: 24px;\n}\n.file-format-select ::ng-deep .button {\n padding: 0px;\n width: 36px;\n margin: 0px;\n font-size: 14px;\n}\n.file-format-select ::ng-deep .button .text {\n padding: 0px;\n}\n.file-format-select ::ng-deep .show .button {\n color: #959da5;\n}\n.file-format-select gd-drop-down ::ng-deep .drop-down-item {\n width: 96px;\n}\n.file-format-select gd-drop-down ::ng-deep .drop-down-item .text {\n padding-left: 7px;\n text-transform: uppercase;\n color: #6e6e6e;\n}\n.file-format-select gd-drop-down ::ng-deep .drop-down-item:hover {\n background-color: #4b566c;\n}\n.file-format-select gd-drop-down ::ng-deep .drop-down-item:hover * {\n color: #FFF;\n}\n.gd-checkbox {\n width: 19px;\n height: 19px;\n margin: 0px;\n}\n.gd-checkbox:before {\n position: relative;\n display: -webkit-box;\n display: flex;\n width: 17px;\n height: 17px;\n border: 1px solid #707070;\n content: \"\";\n background: #FFFFFF;\n cursor: pointer;\n}\n.gd-checkbox:after {\n position: relative;\n display: -webkit-box;\n display: flex;\n left: 1px;\n top: -18px;\n width: 16px;\n height: 16px;\n content: \"\";\n cursor: pointer;\n}\n.gd-checkbox:checked:after {\n font-family: \"Font Awesome 5 Free\";\n content: \"\\f00c\";\n font-weight: 900;\n font-size: 16px;\n color: #6E6E6E;\n}\n.gd-add-selected.active {\n cursor: pointer;\n opacity: 1;\n}\n.gd-add-selected {\n width: 140px;\n height: 36px;\n background-color: #3E4E5A;\n color: #FFFFFF;\n margin: 0px 8px 0px 0px;\n border: 0;\n cursor: not-allowed;\n opacity: 0.43;\n}\n.gd-folder-name {\n margin-top: 8px;\n}\n.dnd-wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n top: 259px;\n position: absolute;\n}\n.dnd-wrapper .text {\n color: #6e6e6e;\n font-size: 14px;\n}\n.dnd-wrapper .icon {\n display: -webkit-box;\n display: flex;\n width: 113px;\n height: 90px;\n font-size: 90px;\n color: #3E4E5A;\n margin-bottom: 30px;\n}\n@media (max-width: 1037px) {\n .header-size,\n .file-size {\n width: 18%;\n }\n .gd-dnd-wrap {\n width: 95%;\n }\n #gd-browse-section {\n width: 100%;\n }\n .list-files-header,\n .file-size {\n display: none;\n }\n #gd-browse-section {\n width: 100%;\n height: calc(100% - 146px);\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24tYnJvd3NlLWZpbGVzLW1vZGFsL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9jb252ZXJzaW9uL3NyYy9saWIvY29udmVyc2lvbi1icm93c2UtZmlsZXMtbW9kYWwvY29udmVyc2lvbi1icm93c2UtZmlsZXMtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLFdBQUE7RUFDQSxnQkFBQTtBQ0RGO0FESUE7RUFDRSxhQUFBO0VBQ0EsYUFBQTtFQUNBLGdCQUFBO0FDRkY7QURLQTtFQUNFLFlBQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtFQUNBLGlCQUFBO0VBQ0EseUJBQUE7RUFDQSxnQkFBQTtBQ0hGO0FES0U7RUFDRSxnQkFBQTtBQ0hKO0FET0E7RUFDRSxrQkFBQTtFQUNBLFVBQUE7RUFDQSxpQkFBQTtBQ0xGO0FEUUE7RUFDRSxtQkFBQTtFQUNBLGlCQUFBO0FDTkY7QURVQTs7RUFFRSxTQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0FDUkY7QURXQTtFQUNFLGVBQUE7RUFDQSxTQUFBO0VBQ0EsaUJBQUE7QUNURjtBRFlBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsVUFBQTtFQUNBLDBCQUFBO0VBQ0EsZUFBQTtFQUNBLG1CQUFBO1VBQUEsT0FBQTtFQUNBLGVBQUE7RUFDQSxnQkFBQTtBQ1ZGO0FEYUE7RUFDRSxlQUFBO0FDWEY7QURjQTtFQUNFLHlCQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtFQUNBLGVBQUE7QUNaRjtBRGVBO0VBQ0UsWUFBQTtFQUNBLGdCQUFBO0VBQ0EsV0FBQTtFQUNBLGdCQUFBO0FDYkY7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QUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLFVBQUE7RUFDQSxrQkFBQTtBQy9FRjtBRHlFQTtFQVNJLGNBQUE7RUFDQSxlQUFBO0FDL0VKO0FEcUVBO0VBY0ksb0JBQUE7RUFBQSxhQUFBO0VBQ0EsWUFBQTtFQUNBLFlBQUE7RUFDQSxlQUFBO0VBQ0EsY0FBQTtFQUNBLG1CQUFBO0FDaEZKO0FEb0ZBO0VBRUU7O0lBRUUsVUFBQTtFQ25GRjtFRHNGQTtJQUNFLFVBQUE7RUNwRkY7RUR1RkE7SUFDRSxXQUFBO0VDckZGO0VEd0ZBOztJQUVFLGFBQUE7RUN0RkY7RUR5RkE7SUFDRSxXQUFBO0lBQ0EsMEJBQUE7RUN2RkY7QUFDRiIsImZpbGUiOiJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLy4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzLmxlc3NcIjtcblxuLmdkLW1vZGFsLXRhYmxlIHtcbiAgd2lkdGggICAgIDogMTAwJTtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cblxuI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgd2lkdGggICAgIDogMTAzNnB4O1xuICBoZWlnaHQgICAgOiA1NjFweDtcbiAgb3ZlcmZsb3cteTogYXV0bztcbn1cblxuLmxpc3QtZmlsZXMtaGVhZGVyIHtcbiAgaGVpZ2h0ICAgICAgICAgIDogNjBweDtcbiAgY29sb3IgICAgICAgICAgIDogQGRvdmUtZ3JheTtcbiAgZm9udC1zaXplICAgICAgIDogMTNweDtcbiAgZm9udC13ZWlnaHQgICAgIDogYm9sZDtcbiAgYmFja2dyb3VuZC1jb2xvcjogQHdpbGQtc2FuZDtcbiAgbWFyZ2luLXRvcCAgICAgIDogMjRweDtcblxuICAmLnVwbG9hZC11cmwge1xuICAgIG1hcmdpbi10b3A6IDIwcHg7XG4gIH1cbn1cblxuLmhlYWRlci1uYW1lIHtcbiAgcGFkZGluZy1sZWZ0OiA2OHB4O1xuICB3aWR0aCAgICAgICA6IDkwJTtcbiAgbGluZS1oZWlnaHQgOiA2MHB4O1xufVxuXG4uaGVhZGVyLXNpemUge1xuICBwYWRkaW5nLXJpZ2h0OiA4NHB4O1xuICBsaW5lLWhlaWdodCAgOiA2MHB4O1xuICAvLyBUT0RPOiBhZGQgb3ZlcmZsb3cteTogc2Nyb2xsIGlmIHNjcm9sbC1iYXIgaW4gZmlsZXMgYXBwZWFyc1xufVxuXG4uaGVhZGVyLXNpemUsXG4uZmlsZS1zaXplIHtcbiAgd2lkdGggICAgIDogNyU7XG4gIGNvbG9yICAgICA6ICM3Nzc3Nzc7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG59XG5cbi5maWxlLXNpemUge1xuICBmb250LXNpemUgIDogMTJweDtcbiAgd2lkdGggICAgICA6IDclO1xuICBsaW5lLWhlaWdodDogNzlweDtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24ge1xuICBkaXNwbGF5ICA6IGZsZXg7XG4gIHdpZHRoICAgIDogOTAlO1xuICBwYWRkaW5nICA6IDE4cHggMHB4IDE4cHggMHB4O1xuICBmb250LXNpemU6IDE0cHg7XG4gIGZsZXggICAgIDogMTtcbiAgY3Vyc29yICAgOiBwb2ludGVyO1xuICBvdmVyZmxvdyA6IGhpZGRlbjtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24ge1xuICBmb250LXNpemU6IDMycHg7XG59XG5cbi5nZC1tb2RhbC1zcGlubmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbiAgaGVpZ2h0ICAgICAgICAgIDogMjBweDtcbiAgdGV4dC1hbGlnbiAgICAgIDogY2VudGVyO1xuICBmb250LXNpemUgICAgICAgOiAxNnB4O1xufVxuXG4uZ2QtY2FuY2VsLWJ1dHRvbiB7XG4gIHBhZGRpbmcgICA6IDdweDtcbiAgYmFja2dyb3VuZDogbm9uZTtcbiAgd2lkdGggICAgIDogMjhweDtcbiAgb3ZlcmZsb3cgIDogaGlkZGVuO1xufVxuXG4uZ2QtY2FuY2VsLWJ1dHRvbiBpIHtcbiAgZm9udC1zaXplOiAyMXB4O1xufVxuXG4uZ2QtZmlsZS1uYW1lIHtcbiAgd2hpdGUtc3BhY2UgIDogbm93cmFwO1xuICBvdmVyZmxvdyAgICAgOiBoaWRkZW47XG4gIHdpZHRoICAgICAgICA6IDEwMCU7XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xufVxuXG4udXBsb2FkLXBhbmVsIHtcbiAgZGlzcGxheSAgICAgOiBmbGV4O1xuICBwb3NpdGlvbiAgICA6IHJlbGF0aXZlO1xuICB3aWR0aCAgICAgICA6IDEwMCU7XG4gIG1hcmdpbi10b3AgIDogMjRweDtcbiAgbWFyZ2luLXJpZ2h0OiAyNHB4O1xuXG4gIC5zZWxlY3QtYWxsIHtcbiAgICBoZWlnaHQgICAgIDogMzdweDtcbiAgICBtYXJnaW4gICAgIDogMHB4IDE2cHggMHB4IDE1cHg7XG4gICAgd2lkdGggICAgICA6IDM3cHg7XG4gICAgbGluZS1oZWlnaHQ6IDQ0cHg7XG4gICAgdGV4dC1hbGlnbiA6IGNlbnRlcjtcbiAgfVxuXG4gIC5jb250ZXh0IHtcbiAgICBkaXNwbGF5ICAgICAgIDogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIHdpZHRoICAgICAgICAgOiAxMDAlO1xuICAgIG1hcmdpbi1yaWdodCAgOiAyNHB4O1xuXG4gICAgLmNvbnRleHQtYWN0aW9ucyB7XG4gICAgICBkaXNwbGF5ICAgICAgIDogZmxleDtcbiAgICAgIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gICAgICB3aWR0aCAgICAgICAgIDogMTAwJTtcblxuICAgICAgKjpsYXN0LWNoaWxkIHtcbiAgICAgICAgbWFyZ2luLXJpZ2h0OiAwcHg7XG4gICAgICB9XG5cbiAgICAgIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICAgICAgaGVpZ2h0ICAgICAgICAgOiAzN3B4O1xuICAgICAgICB3aWR0aCAgICAgICAgICA6IDk2cHg7XG4gICAgICAgIHBhZGRpbmcgICAgICAgIDogMHB4O1xuICAgICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICAgICAgZm9udC1zaXplICAgICAgOiAxNHB4O1xuXG4gICAgICAgIDo6bmctZGVlcCAudGV4dCB7XG4gICAgICAgICAgZm9udC1zaXplOiAxMHB4O1xuICAgICAgICB9XG5cbiAgICAgICAgJi5wcmltYXJ5IHtcbiAgICAgICAgICB3aWR0aCAgICAgICAgICAgOiAxMTdweDtcbiAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAZm9sZGVyO1xuXG4gICAgICAgICAgJi5pbmFjdGl2ZSB7XG4gICAgICAgICAgICB3aWR0aCAgICAgICAgICAgOiAxMDZweDtcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IEByZWdlbnQtZ3JheTtcblxuICAgICAgICAgICAgOjpuZy1kZWVwIC50ZXh0IHtcbiAgICAgICAgICAgICAgY29sb3I6IEBwcmltYXJ5O1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICA6Om5nLWRlZXAgZmEtaWNvbiB7XG4gICAgICAgICAgICAgIGNvbG9yOiBAcHJpbWFyeVxuICAgICAgICAgICAgfVxuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cblxuICAgIC5jb250ZXh0LXBhbmVsIHtcbiAgICAgIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICAgICAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgICAgIHdpZHRoICAgICAgICAgOiAxMDAlO1xuICAgICAgbWFyZ2luLXRvcCAgICA6IDIwcHg7XG5cbiAgICAgIC51cGxvYWQtdXJsIHtcbiAgICAgICAgZGlzcGxheSAgICAgICA6IGZsZXg7XG4gICAgICAgIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gICAgICAgIHdpZHRoICAgICAgICAgOiAxMDAlO1xuXG4gICAgICAgIC51cmwtaW5wdXQge1xuICAgICAgICAgIHdpZHRoICAgICAgIDogMTAwJTtcbiAgICAgICAgICBoZWlnaHQgICAgICA6IDI3cHg7XG4gICAgICAgICAgYm9yZGVyICAgICAgOiAxcHggc29saWQgQGJyYW5kO1xuICAgICAgICAgIGZvbnQtc2l6ZSAgIDogMTRweDtcbiAgICAgICAgICBwYWRkaW5nLWxlZnQ6IDZweDtcbiAgICAgICAgfVxuXG4gICAgICAgIC51cmwtY2hlY2sge1xuICAgICAgICAgIHdpZHRoICAgICAgICAgICA6IDMxcHg7XG4gICAgICAgICAgaGVpZ2h0ICAgICAgICAgIDogMzFweDtcbiAgICAgICAgICBjb2xvciAgICAgICAgICAgOiAjRkZGRkZGO1xuICAgICAgICAgIGZvbnQtc2l6ZSAgICAgICA6IDE1cHg7XG4gICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogQGJyYW5kO1xuICAgICAgICB9XG5cbiAgICAgICAgLnVybC1jaGVjayAubmctZmEtaWNvbiB7XG4gICAgICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICAgICAgcGFkZGluZzogOHB4O1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgZ2QtZHJvcC1kb3duIHtcbiAgICBtYXJnaW4tcmlnaHQ6IDEwcHg7XG5cbiAgICA6Om5nLWRlZXAgLmRyb3AtZG93bi1pdGVtIHtcbiAgICAgIC50ZXh0IHtcbiAgICAgICAgbWFyZ2luLWxlZnQgICA6IDdweDtcbiAgICAgICAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgICAgICAgY29sb3IgICAgICAgICA6IEBkb3ZlLWdyYXk7XG4gICAgICB9XG5cbiAgICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAZm9sZGVyO1xuXG4gICAgICAgICoge1xuICAgICAgICAgIGNvbG9yOiAjRkZGO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi5saXN0LWZpbGVzLWxpbmVzLFxuLmxpc3QtZmlsZXMtaGVhZGVyIHtcbiAgZGlzcGxheSAgICAgICAgOiBmbGV4O1xuICB3aWR0aCAgICAgICAgICA6IDEwMCU7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2Vlbjtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogQHBkZjtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS13b3JkIHtcbiAgY29sb3I6IEB3b3JkO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogQHBvd2VycG9pbnQ7XG59XG5cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtZXhjZWwge1xuICBjb2xvcjogQGV4Y2VsO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6IEBpbWFnZTtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIsXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLFxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1hbHQge1xuICBjb2xvcjogQGZvbGRlcjtcbn1cblxuLmdvLXVwIHtcbiAgY3Vyc29yICAgOiBwb2ludGVyO1xuICBkaXNwbGF5ICA6IGZsZXg7XG4gIGZvbnQtc2l6ZTogMjZweDtcbiAgY29sb3IgICAgOiBAZm9sZGVyO1xuICBoZWlnaHQgICA6IDc5cHg7XG59XG5cbi5nby11cC1kb3RzIHtcbiAgbWFyZ2luLWxlZnQ6IDIwcHg7XG4gIG1hcmdpbi10b3AgOiAyMnB4O1xuICBmb250LXNpemUgIDogMTZweDtcbn1cblxuLmdvLXVwLWljb24ge1xuICBkaXNwbGF5OiBibG9jaztcbiAgcGFkZGluZzogMThweCAwcHggMThweCA2OHB4O1xufVxuXG4uZmlsZS1uYW1lIHtcbiAgZm9udC1zaXplICAgIDogMTZweDtcbiAgY29sb3IgICAgICAgIDogQGRvdmUtZ3JheTtcbiAgb3ZlcmZsb3cgICAgIDogaGlkZGVuO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbn1cblxuLmZpbGUtbmFtZS1mb3JtYXQge1xuICBwYWRkaW5nLWxlZnQ6IDExcHg7XG4gIG92ZXJmbG93ICAgIDogaGlkZGVuO1xufVxuXG4uZmlsZS1mb3JtYXQge1xuICBmb250LXNpemUgIDogMTBweDtcbiAgcGFkZGluZy10b3A6IDNweDtcbiAgY29sb3IgICAgICA6IEBzaWx2ZXItY2hhbGljZTtcbn1cblxuLmxpc3QtZmlsZXMtbGluZXMsXG4uZ28tdXAge1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgQG1lcmN1cnk7XG59XG5cbi5saXN0LWZpbGVzLWxpbmVzIHtcbiAgJjpob3ZlciB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQG5hdi1hY2NlbnQtYmFja2dyb3VuZDtcbiAgfVxufVxuXG4uZ2QtZG5kLXdyYXAge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBjdXJzb3IgICAgICAgICAgOiBkZWZhdWx0O1xuICBwb3NpdGlvbiAgICAgICAgOiBhYnNvbHV0ZTtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbiAgaGVpZ2h0ICAgICAgICAgIDogY2FsYygxMDAlIC0gNjBweCk7XG4gIGJhY2tncm91bmQgICAgICA6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC43KTtcbiAgei1pbmRleCAgICAgICAgIDogMTtcbiAgZGlzcGxheSAgICAgICAgIDogZmxleDtcbiAganVzdGlmeS1jb250ZW50IDogY2VudGVyO1xuICBhbGlnbi1pdGVtcyAgICAgOiBjZW50ZXI7XG59XG5cbi5nZC1kcmFnLW4tZHJvcC1pY29uIHtcbiAgbWFyZ2luLXRvcDogLTUwcHg7XG59XG5cbi5nZC1kcmFnLW4tZHJvcC1pY29uIC5mYS1jbG91ZC1kb3dubG9hZC1hbHQge1xuICBjb2xvciAgICA6ICNEMUQxRDE7XG4gIGZvbnQtc2l6ZTogMTEwcHg7XG59XG5cbi5nZC1maWxlLWNoZWNrYm94IHtcbiAgaGVpZ2h0ICAgICA6IDM3cHg7XG4gIG1hcmdpbiAgICAgOiAyMXB4IDE2cHggMjFweCAxNXB4O1xuICB3aWR0aCAgICAgIDogMzdweDtcbiAgbGluZS1oZWlnaHQ6IDQ0cHg7XG4gIHRleHQtYWxpZ24gOiBjZW50ZXI7XG59XG5cbi5nZC1maWxlLWNoZWNrYm94LmVtcHR5IHtcbiAgd2lkdGg6IDM3cHg7XG59XG5cbi5maWxlLWZvcm1hdC1zZWxlY3Qge1xuICBkaXNwbGF5ICAgICA6IGZsZXg7XG4gIGFsaWduLWl0ZW1zIDogY2VudGVyO1xuICB3aWR0aCAgICAgICA6IDM2cHg7XG4gIG1hcmdpbi1yaWdodDogMjRweDtcblxuICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgcGFkZGluZyAgOiAwcHg7XG4gICAgd2lkdGggICAgOiAzNnB4O1xuICAgIG1hcmdpbiAgIDogMHB4O1xuICAgIGZvbnQtc2l6ZTogMTRweDtcblxuICAgIC50ZXh0IHtcbiAgICAgIHBhZGRpbmc6IDBweDtcbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLnNob3cgLmJ1dHRvbiB7XG4gICAgY29sb3I6IEByZWdlbnQtZ3JheTtcbiAgfVxuXG4gIGdkLWRyb3AtZG93biB7XG4gICAgOjpuZy1kZWVwIC5kcm9wLWRvd24taXRlbSB7XG4gICAgICB3aWR0aDogOTZweDtcblxuICAgICAgLnRleHQge1xuICAgICAgICBwYWRkaW5nLWxlZnQgIDogN3B4O1xuICAgICAgICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICAgICAgICBjb2xvciAgICAgICAgIDogQGRvdmUtZ3JheTtcbiAgICAgIH1cblxuICAgICAgJjpob3ZlciB7XG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6IEBmb2xkZXI7XG5cbiAgICAgICAgKiB7XG4gICAgICAgICAgY29sb3I6ICNGRkY7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuLmdkLWNoZWNrYm94IHtcbiAgd2lkdGggOiAxOXB4O1xuICBoZWlnaHQ6IDE5cHg7XG4gIG1hcmdpbjogMHB4O1xuXG4gICY6YmVmb3JlIHtcbiAgICBwb3NpdGlvbiAgOiByZWxhdGl2ZTtcbiAgICBkaXNwbGF5ICAgOiBmbGV4O1xuICAgIHdpZHRoICAgICA6IDE3cHg7XG4gICAgaGVpZ2h0ICAgIDogMTdweDtcbiAgICBib3JkZXIgICAgOiAxcHggc29saWQgIzcwNzA3MDtcbiAgICBjb250ZW50ICAgOiBcIlwiO1xuICAgIGJhY2tncm91bmQ6ICNGRkZGRkY7XG4gICAgY3Vyc29yICAgIDogcG9pbnRlcjtcbiAgfVxuXG4gICY6YWZ0ZXIge1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICBkaXNwbGF5IDogZmxleDtcbiAgICBsZWZ0ICAgIDogMXB4O1xuICAgIHRvcCAgICAgOiAtMThweDtcbiAgICB3aWR0aCAgIDogMTZweDtcbiAgICBoZWlnaHQgIDogMTZweDtcbiAgICBjb250ZW50IDogXCJcIjtcbiAgICBjdXJzb3IgIDogcG9pbnRlcjtcbiAgfVxuXG4gICY6Y2hlY2tlZCB7XG4gICAgJjphZnRlciB7XG4gICAgICBmb250LWZhbWlseTogXCJGb250IEF3ZXNvbWUgNSBGcmVlXCI7XG4gICAgICBjb250ZW50ICAgIDogXCJcXGYwMGNcIjtcbiAgICAgIGZvbnQtd2VpZ2h0OiA5MDA7XG4gICAgICBmb250LXNpemUgIDogMTZweDtcbiAgICAgIGNvbG9yICAgICAgOiAjNkU2RTZFO1xuICAgIH1cbiAgfVxufVxuXG4uZ2QtYWRkLXNlbGVjdGVkLmFjdGl2ZSB7XG4gIGN1cnNvciA6IHBvaW50ZXI7XG4gIG9wYWNpdHk6IDE7XG59XG5cbi5nZC1hZGQtc2VsZWN0ZWQge1xuICB3aWR0aCAgICAgICAgICAgOiAxNDBweDtcbiAgaGVpZ2h0ICAgICAgICAgIDogMzZweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNFNEU1QTtcbiAgY29sb3IgICAgICAgICAgIDogI0ZGRkZGRjtcbiAgbWFyZ2luICAgICAgICAgIDogMHB4IDhweCAwcHggMHB4O1xuICBib3JkZXIgICAgICAgICAgOiAwO1xuICBjdXJzb3IgICAgICAgICAgOiBub3QtYWxsb3dlZDtcbiAgb3BhY2l0eSAgICAgICAgIDogMC40Mztcbn1cblxuLmdkLWZvbGRlci1uYW1lIHtcbiAgbWFyZ2luLXRvcDogOHB4O1xufVxuXG4uZG5kLXdyYXBwZXIge1xuICBkaXNwbGF5ICAgICAgICA6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uIDogY29sdW1uO1xuICBhbGlnbi1pdGVtcyAgICA6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIHRvcCAgICAgICAgICAgIDogMjU5cHg7XG4gIHBvc2l0aW9uICAgICAgIDogYWJzb2x1dGU7XG5cbiAgLnRleHQge1xuICAgIGNvbG9yICAgIDogQGRvdmUtZ3JheTtcbiAgICBmb250LXNpemU6IDE0cHg7XG4gIH1cblxuICAuaWNvbiB7XG4gICAgZGlzcGxheSAgICAgIDogZmxleDtcbiAgICB3aWR0aCAgICAgICAgOiAxMTNweDtcbiAgICBoZWlnaHQgICAgICAgOiA5MHB4O1xuICAgIGZvbnQtc2l6ZSAgICA6IDkwcHg7XG4gICAgY29sb3IgICAgICAgIDogQHByaW1hcnk7XG4gICAgbWFyZ2luLWJvdHRvbTogMzBweDtcbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuXG4gIC5oZWFkZXItc2l6ZSxcbiAgLmZpbGUtc2l6ZSB7XG4gICAgd2lkdGg6IDE4JTtcbiAgfVxuXG4gIC5nZC1kbmQtd3JhcCB7XG4gICAgd2lkdGg6IDk1JTtcbiAgfVxuXG4gICNnZC1icm93c2Utc2VjdGlvbiB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cblxuICAubGlzdC1maWxlcy1oZWFkZXIsXG4gIC5maWxlLXNpemUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cblxuICAjZ2QtYnJvd3NlLXNlY3Rpb24ge1xuICAgIHdpZHRoIDogMTAwJTtcbiAgICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDE0NnB4KTtcbiAgfVxufSIsIi5nZC1tb2RhbC10YWJsZSB7XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xufVxuI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgd2lkdGg6IDEwMzZweDtcbiAgaGVpZ2h0OiA1NjFweDtcbiAgb3ZlcmZsb3cteTogYXV0bztcbn1cbi5saXN0LWZpbGVzLWhlYWRlciB7XG4gIGhlaWdodDogNjBweDtcbiAgY29sb3I6ICM2ZTZlNmU7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmNGY0ZjQ7XG4gIG1hcmdpbi10b3A6IDI0cHg7XG59XG4ubGlzdC1maWxlcy1oZWFkZXIudXBsb2FkLXVybCB7XG4gIG1hcmdpbi10b3A6IDIwcHg7XG59XG4uaGVhZGVyLW5hbWUge1xuICBwYWRkaW5nLWxlZnQ6IDY4cHg7XG4gIHdpZHRoOiA5MCU7XG4gIGxpbmUtaGVpZ2h0OiA2MHB4O1xufVxuLmhlYWRlci1zaXplIHtcbiAgcGFkZGluZy1yaWdodDogODRweDtcbiAgbGluZS1oZWlnaHQ6IDYwcHg7XG59XG4uaGVhZGVyLXNpemUsXG4uZmlsZS1zaXplIHtcbiAgd2lkdGg6IDclO1xuICBjb2xvcjogIzc3Nzc3NztcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cbi5maWxlLXNpemUge1xuICBmb250LXNpemU6IDEycHg7XG4gIHdpZHRoOiA3JTtcbiAgbGluZS1oZWlnaHQ6IDc5cHg7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiA5MCU7XG4gIHBhZGRpbmc6IDE4cHggMHB4IDE4cHggMHB4O1xuICBmb250LXNpemU6IDE0cHg7XG4gIGZsZXg6IDE7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xufVxuLmdkLW1vZGFsLXNwaW5uZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAyMHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGZvbnQtc2l6ZTogMTZweDtcbn1cbi5nZC1jYW5jZWwtYnV0dG9uIHtcbiAgcGFkZGluZzogN3B4O1xuICBiYWNrZ3JvdW5kOiBub25lO1xuICB3aWR0aDogMjhweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cbi5nZC1jYW5jZWwtYnV0dG9uIGkge1xuICBmb250LXNpemU6IDIxcHg7XG59XG4uZ2QtZmlsZS1uYW1lIHtcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgd2lkdGg6IDEwMCU7XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xufVxuLnVwbG9hZC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgd2lkdGg6IDEwMCU7XG4gIG1hcmdpbi10b3A6IDI0cHg7XG4gIG1hcmdpbi1yaWdodDogMjRweDtcbn1cbi51cGxvYWQtcGFuZWwgLnNlbGVjdC1hbGwge1xuICBoZWlnaHQ6IDM3cHg7XG4gIG1hcmdpbjogMHB4IDE2cHggMHB4IDE1cHg7XG4gIHdpZHRoOiAzN3B4O1xuICBsaW5lLWhlaWdodDogNDRweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiAxMDAlO1xuICBtYXJnaW4tcmlnaHQ6IDI0cHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICB3aWR0aDogMTAwJTtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyAqOmxhc3QtY2hpbGQge1xuICBtYXJnaW4tcmlnaHQ6IDBweDtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIGhlaWdodDogMzdweDtcbiAgd2lkdGg6IDk2cHg7XG4gIHBhZGRpbmc6IDBweDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyA6Om5nLWRlZXAgLmJ1dHRvbiA6Om5nLWRlZXAgLnRleHQge1xuICBmb250LXNpemU6IDEwcHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgOjpuZy1kZWVwIC5idXR0b24ucHJpbWFyeSB7XG4gIHdpZHRoOiAxMTdweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzRiNTY2Yztcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyA6Om5nLWRlZXAgLmJ1dHRvbi5wcmltYXJ5LmluYWN0aXZlIHtcbiAgd2lkdGg6IDEwNnB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjOTU5ZGE1O1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1hY3Rpb25zIDo6bmctZGVlcCAuYnV0dG9uLnByaW1hcnkuaW5hY3RpdmUgOjpuZy1kZWVwIC50ZXh0IHtcbiAgY29sb3I6ICMzRTRFNUE7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgOjpuZy1kZWVwIC5idXR0b24ucHJpbWFyeS5pbmFjdGl2ZSA6Om5nLWRlZXAgZmEtaWNvbiB7XG4gIGNvbG9yOiAjM0U0RTVBO1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIHdpZHRoOiAxMDAlO1xuICBtYXJnaW4tdG9wOiAyMHB4O1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1wYW5lbCAudXBsb2FkLXVybCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1wYW5lbCAudXBsb2FkLXVybCAudXJsLWlucHV0IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMjdweDtcbiAgYm9yZGVyOiAxcHggc29saWQgIzI1YzJkNDtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBwYWRkaW5nLWxlZnQ6IDZweDtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtcGFuZWwgLnVwbG9hZC11cmwgLnVybC1jaGVjayB7XG4gIHdpZHRoOiAzMXB4O1xuICBoZWlnaHQ6IDMxcHg7XG4gIGNvbG9yOiAjRkZGRkZGO1xuICBmb250LXNpemU6IDE1cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNWMyZDQ7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LXBhbmVsIC51cGxvYWQtdXJsIC51cmwtY2hlY2sgLm5nLWZhLWljb24ge1xuICBkaXNwbGF5OiBibG9jaztcbiAgcGFkZGluZzogOHB4O1xufVxuLnVwbG9hZC1wYW5lbCBnZC1kcm9wLWRvd24ge1xuICBtYXJnaW4tcmlnaHQ6IDEwcHg7XG59XG4udXBsb2FkLXBhbmVsIGdkLWRyb3AtZG93biA6Om5nLWRlZXAgLmRyb3AtZG93bi1pdGVtIC50ZXh0IHtcbiAgbWFyZ2luLWxlZnQ6IDdweDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgY29sb3I6ICM2ZTZlNmU7XG59XG4udXBsb2FkLXBhbmVsIGdkLWRyb3AtZG93biA6Om5nLWRlZXAgLmRyb3AtZG93bi1pdGVtOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzRiNTY2Yztcbn1cbi51cGxvYWQtcGFuZWwgZ2QtZHJvcC1kb3duIDo6bmctZGVlcCAuZHJvcC1kb3duLWl0ZW06aG92ZXIgKiB7XG4gIGNvbG9yOiAjRkZGO1xufVxuLmxpc3QtZmlsZXMtbGluZXMsXG4ubGlzdC1maWxlcy1oZWFkZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogI2UwNGU0ZTtcbn1cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtd29yZCB7XG4gIGNvbG9yOiAjNTM5Q0YwO1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1wb3dlcnBvaW50IHtcbiAgY29sb3I6ICNlMjllMWU7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWV4Y2VsIHtcbiAgY29sb3I6ICM3Y2JjNDY7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6ICNjMzc1ZWQ7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXRleHQgLmZhLWZvbGRlcixcbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUsXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWFsdCB7XG4gIGNvbG9yOiAjNGI1NjZjO1xufVxuLmdvLXVwIHtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBkaXNwbGF5OiBmbGV4O1xuICBmb250LXNpemU6IDI2cHg7XG4gIGNvbG9yOiAjNGI1NjZjO1xuICBoZWlnaHQ6IDc5cHg7XG59XG4uZ28tdXAtZG90cyB7XG4gIG1hcmdpbi1sZWZ0OiAyMHB4O1xuICBtYXJnaW4tdG9wOiAyMnB4O1xuICBmb250LXNpemU6IDE2cHg7XG59XG4uZ28tdXAtaWNvbiB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBwYWRkaW5nOiAxOHB4IDBweCAxOHB4IDY4cHg7XG59XG4uZmlsZS1uYW1lIHtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG59XG4uZmlsZS1uYW1lLWZvcm1hdCB7XG4gIHBhZGRpbmctbGVmdDogMTFweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cbi5maWxlLWZvcm1hdCB7XG4gIGZvbnQtc2l6ZTogMTBweDtcbiAgcGFkZGluZy10b3A6IDNweDtcbiAgY29sb3I6ICNhY2FjYWM7XG59XG4ubGlzdC1maWxlcy1saW5lcyxcbi5nby11cCB7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZTdlN2U3O1xufVxuLmxpc3QtZmlsZXMtbGluZXM6aG92ZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRTVFNUU1O1xufVxuLmdkLWRuZC13cmFwIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRjtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDYwcHgpO1xuICBiYWNrZ3JvdW5kOiByZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNyk7XG4gIHotaW5kZXg6IDE7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmdkLWRyYWctbi1kcm9wLWljb24ge1xuICBtYXJnaW4tdG9wOiAtNTBweDtcbn1cbi5nZC1kcmFnLW4tZHJvcC1pY29uIC5mYS1jbG91ZC1kb3dubG9hZC1hbHQge1xuICBjb2xvcjogI0QxRDFEMTtcbiAgZm9udC1zaXplOiAxMTBweDtcbn1cbi5nZC1maWxlLWNoZWNrYm94IHtcbiAgaGVpZ2h0OiAzN3B4O1xuICBtYXJnaW46IDIxcHggMTZweCAyMXB4IDE1cHg7XG4gIHdpZHRoOiAzN3B4O1xuICBsaW5lLWhlaWdodDogNDRweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuLmdkLWZpbGUtY2hlY2tib3guZW1wdHkge1xuICB3aWR0aDogMzdweDtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3Qge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMzZweDtcbiAgbWFyZ2luLXJpZ2h0OiAyNHB4O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIHBhZGRpbmc6IDBweDtcbiAgd2lkdGg6IDM2cHg7XG4gIG1hcmdpbjogMHB4O1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uZmlsZS1mb3JtYXQtc2VsZWN0IDo6bmctZGVlcCAuYnV0dG9uIC50ZXh0IHtcbiAgcGFkZGluZzogMHB4O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCA6Om5nLWRlZXAgLnNob3cgLmJ1dHRvbiB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCBnZC1kcm9wLWRvd24gOjpuZy1kZWVwIC5kcm9wLWRvd24taXRlbSB7XG4gIHdpZHRoOiA5NnB4O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCBnZC1kcm9wLWRvd24gOjpuZy1kZWVwIC5kcm9wLWRvd24taXRlbSAudGV4dCB7XG4gIHBhZGRpbmctbGVmdDogN3B4O1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICBjb2xvcjogIzZlNmU2ZTtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3QgZ2QtZHJvcC1kb3duIDo6bmctZGVlcCAuZHJvcC1kb3duLWl0ZW06aG92ZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjNGI1NjZjO1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCBnZC1kcm9wLWRvd24gOjpuZy1kZWVwIC5kcm9wLWRvd24taXRlbTpob3ZlciAqIHtcbiAgY29sb3I6ICNGRkY7XG59XG4uZ2QtY2hlY2tib3gge1xuICB3aWR0aDogMTlweDtcbiAgaGVpZ2h0OiAxOXB4O1xuICBtYXJnaW46IDBweDtcbn1cbi5nZC1jaGVja2JveDpiZWZvcmUge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxN3B4O1xuICBoZWlnaHQ6IDE3cHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkICM3MDcwNzA7XG4gIGNvbnRlbnQ6IFwiXCI7XG4gIGJhY2tncm91bmQ6ICNGRkZGRkY7XG4gIGN1cnNvcjogcG9pbnRlcjtcbn1cbi5nZC1jaGVja2JveDphZnRlciB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgZGlzcGxheTogZmxleDtcbiAgbGVmdDogMXB4O1xuICB0b3A6IC0xOHB4O1xuICB3aWR0aDogMTZweDtcbiAgaGVpZ2h0OiAxNnB4O1xuICBjb250ZW50OiBcIlwiO1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtY2hlY2tib3g6Y2hlY2tlZDphZnRlciB7XG4gIGZvbnQtZmFtaWx5OiBcIkZvbnQgQXdlc29tZSA1IEZyZWVcIjtcbiAgY29udGVudDogXCJcXGYwMGNcIjtcbiAgZm9udC13ZWlnaHQ6IDkwMDtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBjb2xvcjogIzZFNkU2RTtcbn1cbi5nZC1hZGQtc2VsZWN0ZWQuYWN0aXZlIHtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBvcGFjaXR5OiAxO1xufVxuLmdkLWFkZC1zZWxlY3RlZCB7XG4gIHdpZHRoOiAxNDBweDtcbiAgaGVpZ2h0OiAzNnB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM0U0RTVBO1xuICBjb2xvcjogI0ZGRkZGRjtcbiAgbWFyZ2luOiAwcHggOHB4IDBweCAwcHg7XG4gIGJvcmRlcjogMDtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgb3BhY2l0eTogMC40Mztcbn1cbi5nZC1mb2xkZXItbmFtZSB7XG4gIG1hcmdpbi10b3A6IDhweDtcbn1cbi5kbmQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICB0b3A6IDI1OXB4O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG59XG4uZG5kLXdyYXBwZXIgLnRleHQge1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgZm9udC1zaXplOiAxNHB4O1xufVxuLmRuZC13cmFwcGVyIC5pY29uIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDExM3B4O1xuICBoZWlnaHQ6IDkwcHg7XG4gIGZvbnQtc2l6ZTogOTBweDtcbiAgY29sb3I6ICMzRTRFNUE7XG4gIG1hcmdpbi1ib3R0b206IDMwcHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5oZWFkZXItc2l6ZSxcbiAgLmZpbGUtc2l6ZSB7XG4gICAgd2lkdGg6IDE4JTtcbiAgfVxuICAuZ2QtZG5kLXdyYXAge1xuICAgIHdpZHRoOiA5NSU7XG4gIH1cbiAgI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxuICAubGlzdC1maWxlcy1oZWFkZXIsXG4gIC5maWxlLXNpemUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDE0NnB4KTtcbiAgfVxufVxuIl19 */" /***/ }), /***/ "../../libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.ts": -/*!*******************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.ts ***! - \*******************************************************************************************************************************************************/ +/*!*******************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.ts ***! + \*******************************************************************************************************************************************/ /*! exports provided: ConversionBrowseFilesModalComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -8838,9 +9347,6 @@ let ConversionBrowseFilesModalComponent = class ConversionBrowseFilesModalCompon this.selectAll = new _angular_core__WEBPACK_IMPORTED_MODULE_1__["EventEmitter"](); this.dynamicOptions = []; } - selectDD(entry) { - console.log('SELECTED DD', entry); - } selectAllItems(checked) { this.selectAll.emit(checked); this.dynamicOptions = this.prepareMultipleConversionTypes(); @@ -8854,14 +9360,13 @@ let ConversionBrowseFilesModalComponent = class ConversionBrowseFilesModalCompon this.dynamicOptions = this.prepareMultipleConversionTypes(); } getLabelString() { + const label = 'Add selected'; if (this.files && this.files.length > 0) { const selectedCount = this.files.filter(file => file.selected).length; - if (selectedCount > 0) { - return 'Add ' + selectedCount + ' selected'; - } - else { - return 'Add selected'; - } + return selectedCount > 0 ? 'Add ' + selectedCount + ' selected' : label; + } + else { + return label; } } prepareMultipleConversionTypes() { @@ -9008,9 +9513,9 @@ ConversionBrowseFilesModalComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__deco /***/ }), /***/ "../../libs/conversion/src/lib/conversion-config.service.ts": -/*!***********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-config.service.ts ***! - \***********************************************************************************************************/ +/*!***********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-config.service.ts ***! + \***********************************************************************************************/ /*! exports provided: ConversionConfigService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -9068,9 +9573,9 @@ ConversionConfigService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/conversion/src/lib/conversion-config.ts": -/*!***************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-config.ts ***! - \***************************************************************************************************/ +/*!***************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-config.ts ***! + \***************************************************************************************/ /*! exports provided: ConversionConfig */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -9084,20 +9589,20 @@ class ConversionConfig { /***/ }), /***/ "../../libs/conversion/src/lib/conversion-item/conversion-item.component.less": -/*!*****************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-item/conversion-item.component.less ***! - \*****************************************************************************************************************************/ +/*!*****************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-item/conversion-item.component.less ***! + \*****************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-convert-item {\n display: -webkit-box;\n display: flex;\n width: 100%;\n height: 98px;\n border-bottom: 1px solid #e7e7e7;\n background-color: #fff;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-convert-remove {\n font-size: 18px;\n color: #6E6E6E;\n margin: 0px 24px;\n cursor: pointer;\n}\n.gd-convert-remove span {\n width: 37px;\n height: 37px;\n display: block;\n line-height: 37px;\n text-align: center;\n font-weight: bold;\n}\n.gd-convert-remove.disabled {\n color: #959da5;\n opacity: 0.4;\n}\n.gd-filequeue-name {\n display: -webkit-box;\n display: flex;\n width: 671px;\n}\n.gd-filequeue-name fa-icon {\n font-size: 32px;\n margin: 19px 21px 0 0;\n}\n.gd-filequeue-name.disabled fa-icon {\n color: #6e6e6e;\n}\n.gd-queue-name {\n text-align: left;\n cursor: default;\n}\n.gd-queue-size {\n text-align: left;\n font-size: 14px;\n}\n.gd-destination-file {\n cursor: not-allowed;\n}\n.gd-destination-file .gd-queue-name {\n cursor: inherit;\n}\n.gd-convert-status {\n font-size: 32px;\n color: #DBDBDB;\n margin: 0 162px 0 111px;\n}\n.gd-conversion-complete {\n color: #62A529;\n margin-left: 5px;\n}\n.gd-conversion-progress {\n position: inherit;\n width: 32px;\n height: 32px;\n font-size: 32px !important;\n line-height: 32px;\n color: #007aff;\n}\n.gd-conversion-progress.mobile {\n display: none;\n}\n.gd-convert-single,\n.gd-download-single {\n font-size: 16px;\n color: #808080;\n margin: 41px 36px 42px 11px;\n cursor: pointer;\n}\n.gd-convert-single.mobile,\n.gd-download-single.mobile {\n display: none;\n}\n.gd-convert-single.disabled,\n.gd-download-single.disabled {\n color: #959da5;\n opacity: 0.4;\n}\n.gd-file-format {\n font-size: 10px;\n color: #acacac;\n padding-top: 4px;\n}\n.gd-file-format.mobile {\n display: none;\n}\n.gd-file-size {\n width: 112px;\n color: #777777;\n}\n.disabled {\n cursor: not-allowed !important;\n}\n.gd-convert-item .ng-fa-icon.fa-file-pdf {\n color: #E21717;\n}\n.gd-convert-item .ng-fa-icon.fa-file-word {\n color: #6979B9;\n}\n.gd-convert-item .ng-fa-icon.fa-file-powerpoint {\n color: #E29417;\n}\n.gd-convert-item .ng-fa-icon.fa-file-excel {\n color: #3FA300;\n}\n.gd-convert-item .ng-fa-icon.fa-file-image {\n color: #E217DA;\n}\n.gd-convert-item .ng-fa-icon.fa-file-text .fa-folder {\n color: #5D6A75;\n}\n.gd-filequeue-name .ng-fa-icon,\n.gd-convert-status .ng-fa-icon,\n.gd-destination-file .ng-fa-icon {\n font-size: 33px;\n}\n.gd-filequeue-name fa-icon {\n font-size: 32px;\n margin: 0 11px 0 0;\n}\n@media (max-width: 1037px) {\n .gd-file-size,\n .gd-convert-status,\n .gd-destination-file {\n display: none;\n }\n .gd-conversion-progress.mobile {\n display: block;\n margin: 26px 24px 25px 11px;\n }\n .gd-convert-single.mobile {\n display: block;\n margin: 31px 24px 30px 0px;\n cursor: pointer;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n min-width: 37px;\n height: 37px;\n }\n .gd-convert-single:not(.mobile) {\n display: none;\n }\n .gd-file-format {\n font-size: 10px;\n }\n .gd-file-format.mobile {\n display: block;\n }\n .gd-file-format.mobile > fa-icon {\n color: #bebebe;\n }\n .gd-file-format.mobile fa-icon {\n font-size: 10px;\n margin-right: 2.1px;\n }\n .gd-file-format.mobile fa-icon:nth-child(1) {\n margin-right: 6px;\n }\n .gd-file-format {\n font-size: 11px;\n }\n .gd-file-format:not(.mobile) {\n display: none;\n }\n .gd-filequeue-name {\n white-space: nowrap;\n overflow: hidden;\n }\n .gd-convert-remove {\n margin: 0px 16px 0px 15px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb252ZXJzaW9uL3NyYy9saWIvY29udmVyc2lvbi1pdGVtL2NvbnZlcnNpb24taXRlbS5jb21wb25lbnQubGVzcyIsImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24taXRlbS9jb252ZXJzaW9uLWl0ZW0uY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGdDQUFBO0VBQ0Esc0JBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0FDREY7QURJQTtFQUNFLGVBQUE7RUFDQSxjQUFBO0VBQ0EsZ0JBQUE7RUFDQSxlQUFBO0FDRkY7QURGQTtFQU1JLFdBQUE7RUFDQSxZQUFBO0VBQ0EsY0FBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxpQkFBQTtBQ0RKO0FER0U7RUFDRSxjQUFBO0VBQ0EsWUFBQTtBQ0RKO0FES0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxZQUFBO0FDSEY7QURNQTtFQUNFLGVBQUE7RUFDQSxxQkFBQTtBQ0pGO0FET0E7RUFDRSxjQUFBO0FDTEY7QURRQTtFQUNFLGdCQUFBO0VBQ0EsZUFBQTtBQ05GO0FEU0E7RUFDRSxnQkFBQTtFQUNBLGVBQUE7QUNQRjtBRFVBO0VBQ0UsbUJBQUE7QUNSRjtBRFdBO0VBQ0UsZUFBQTtBQ1RGO0FEWUE7RUFDRSxlQUFBO0VBQ0EsY0FBQTtFQUNBLHVCQUFBO0FDVkY7QURhQTtFQUNFLGNBQUE7RUFDQSxnQkFBQTtBQ1hGO0FEY0E7RUFDRSxpQkFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EsMEJBQUE7RUFDQSxpQkFBQTtFQUNBLGNBQUE7QUNaRjtBRGFFO0VBQ0UsYUFBQTtBQ1hKO0FEZUE7O0VBQ0UsZUFBQTtFQUNBLGNBQUE7RUFDQSwyQkFBQTtFQUNBLGVBQUE7QUNaRjtBRGFFOztFQUNFLGFBQUE7QUNWSjtBRFlFOztFQUNFLGNBQUE7RUFDQSxZQUFBO0FDVEo7QURhQTtFQUNFLGVBQUE7RUFDQSxjQUFBO0VBQ0EsZ0JBQUE7QUNYRjtBRFlFO0VBQ0UsYUFBQTtBQ1ZKO0FEY0E7RUFDRSxZQUFBO0VBQ0EsY0FBQTtBQ1pGO0FEZUE7RUFDRSw4QkFBQTtBQ2JGO0FEZ0JBO0VBQ0UsY0FBQTtBQ2RGO0FEaUJBO0VBQ0UsY0FBQTtBQ2ZGO0FEa0JBO0VBQ0UsY0FBQTtBQ2hCRjtBRG1CQTtFQUNFLGNBQUE7QUNqQkY7QURvQkE7RUFDRSxjQUFBO0FDbEJGO0FEcUJBO0VBQ0UsY0FBQTtBQ25CRjtBRHNCQTs7O0VBQ0UsZUFBQTtBQ2xCRjtBRHFCQTtFQUNFLGVBQUE7RUFDQSxrQkFBQTtBQ25CRjtBRHNCQTtFQUNFOzs7SUFDSSxhQUFBO0VDbEJKO0VEc0JFO0lBQ0UsY0FBQTtJQUNBLDJCQUFBO0VDcEJKO0VEeUJFO0lBQ0UsY0FBQTtJQUNBLDBCQUFBO0lBQ0EsZUFBQTtJQUNBLG9CQUFBO0lBQUEsYUFBQTtJQUNBLHlCQUFBO1lBQUEsbUJBQUE7SUFDQSx3QkFBQTtZQUFBLHVCQUFBO0lBQ0EsZUFBQTtJQUNBLFlBQUE7RUN2Qko7RUQ0QkU7SUFDRSxhQUFBO0VDMUJKO0VEOEJBO0lBQ0UsZUFBQTtFQzVCRjtFRDZCRTtJQUNFLGNBQUE7RUMzQko7RUQwQkU7SUFHSSxjQUFBO0VDMUJOO0VEdUJFO0lBTUksZUFBQTtJQUNBLG1CQUFBO0VDMUJOO0VEbUJFO0lBVUksaUJBQUE7RUMxQk47RUQrQkE7SUFDRSxlQUFBO0VDN0JGO0VEOEJFO0lBQ0UsYUFBQTtFQzVCSjtFRGdDQTtJQUNFLG1CQUFBO0lBQ0EsZ0JBQUE7RUM5QkY7RURpQ0E7SUFDRSx5QkFBQTtFQy9CRjtBQUNGIiwiZmlsZSI6ImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24taXRlbS9jb252ZXJzaW9uLWl0ZW0uY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWNvbnZlcnQtaXRlbSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDk4cHg7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCBAbWVyY3VyeTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cblxuLmdkLWNvbnZlcnQtcmVtb3ZlIHtcbiAgZm9udC1zaXplOiAxOHB4O1xuICBjb2xvcjogIzZFNkU2RTtcbiAgbWFyZ2luOiAwcHggMjRweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBzcGFuIHtcbiAgICB3aWR0aDogMzdweDtcbiAgICBoZWlnaHQ6IDM3cHg7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gICAgbGluZS1oZWlnaHQ6IDM3cHg7XG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICB9XG4gICYuZGlzYWJsZWQge1xuICAgIGNvbG9yOiBAcmVnZW50LWdyYXk7XG4gICAgb3BhY2l0eTogMC40O1xuICB9XG59XG5cbi5nZC1maWxlcXVldWUtbmFtZSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiA2NzFweDtcbn1cblxuLmdkLWZpbGVxdWV1ZS1uYW1lIGZhLWljb24ge1xuICBmb250LXNpemU6IDMycHg7XG4gIG1hcmdpbjogMTlweCAyMXB4IDAgMDtcbn1cblxuLmdkLWZpbGVxdWV1ZS1uYW1lLmRpc2FibGVkIGZhLWljb24ge1xuICBjb2xvcjogQGRvdmUtZ3JheTtcbn1cblxuLmdkLXF1ZXVlLW5hbWUge1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBjdXJzb3I6IGRlZmF1bHQ7XG59XG5cbi5nZC1xdWV1ZS1zaXplIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZm9udC1zaXplOiAxNHB4O1xufVxuXG4uZ2QtZGVzdGluYXRpb24tZmlsZSB7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQ7XG59XG5cbi5nZC1kZXN0aW5hdGlvbi1maWxlIC5nZC1xdWV1ZS1uYW1lIHtcbiAgY3Vyc29yOiBpbmhlcml0O1xufVxuXG4uZ2QtY29udmVydC1zdGF0dXMge1xuICBmb250LXNpemU6IDMycHg7XG4gIGNvbG9yOiAjREJEQkRCO1xuICBtYXJnaW46IDAgMTYycHggMCAxMTFweDtcbn1cblxuLmdkLWNvbnZlcnNpb24tY29tcGxldGUge1xuICBjb2xvcjogIzYyQTUyOTtcbiAgbWFyZ2luLWxlZnQ6IDVweDtcbn1cblxuLmdkLWNvbnZlcnNpb24tcHJvZ3Jlc3Mge1xuICBwb3NpdGlvbjogaW5oZXJpdDtcbiAgd2lkdGg6IDMycHg7XG4gIGhlaWdodDogMzJweDtcbiAgZm9udC1zaXplOiAzMnB4ICFpbXBvcnRhbnQ7XG4gIGxpbmUtaGVpZ2h0OiAzMnB4O1xuICBjb2xvcjogIzAwN2FmZjtcbiAgJi5tb2JpbGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbn1cblxuLmdkLWNvbnZlcnQtc2luZ2xlLCAuZ2QtZG93bmxvYWQtc2luZ2xlIHtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBjb2xvcjogIzgwODA4MDtcbiAgbWFyZ2luOiA0MXB4IDM2cHggNDJweCAxMXB4O1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gICYubW9iaWxlIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG4gICYuZGlzYWJsZWQge1xuICAgIGNvbG9yOiBAcmVnZW50LWdyYXk7XG4gICAgb3BhY2l0eTogMC40O1xuICB9XG59XG5cbi5nZC1maWxlLWZvcm1hdCB7XG4gIGZvbnQtc2l6ZTogMTBweDtcbiAgY29sb3I6IEBzaWx2ZXItY2hhbGljZTtcbiAgcGFkZGluZy10b3A6IDRweDtcbiAgJi5tb2JpbGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbn1cbiAgXG4uZ2QtZmlsZS1zaXplIHtcbiAgd2lkdGg6IDExMnB4O1xuICBjb2xvcjogIzc3Nzc3Nztcbn1cblxuLmRpc2FibGVkIHtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZCAhaW1wb3J0YW50O1xufVxuXG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtcGRmIHtcbiAgY29sb3I6ICNFMjE3MTc7XG59XG5cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS13b3JkIHtcbiAgY29sb3I6ICM2OTc5Qjk7XG59XG5cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS1wb3dlcnBvaW50IHtcbiAgY29sb3I6ICNFMjk0MTc7XG59XG5cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS1leGNlbCB7XG4gIGNvbG9yOiAjM0ZBMzAwO1xufVxuXG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtaW1hZ2Uge1xuICBjb2xvcjogI0UyMTdEQTtcbn1cblxuLmdkLWNvbnZlcnQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLXRleHQgLmZhLWZvbGRlciB7XG4gIGNvbG9yOiAjNUQ2QTc1O1xufVxuXG4uZ2QtZmlsZXF1ZXVlLW5hbWUgLm5nLWZhLWljb24sIC5nZC1jb252ZXJ0LXN0YXR1cyAubmctZmEtaWNvbiwgLmdkLWRlc3RpbmF0aW9uLWZpbGUgLm5nLWZhLWljb257XG4gIGZvbnQtc2l6ZTogMzNweDtcbn1cblxuLmdkLWZpbGVxdWV1ZS1uYW1lIGZhLWljb24ge1xuICBmb250LXNpemU6IDMycHg7XG4gIG1hcmdpbjogMCAxMXB4IDAgMDtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLmdkLWZpbGUtc2l6ZSwgLmdkLWNvbnZlcnQtc3RhdHVzLCAuZ2QtZGVzdGluYXRpb24tZmlsZSB7XG4gICAgICBkaXNwbGF5OiBub25lO1xuICB9XG5cbiAgLmdkLWNvbnZlcnNpb24tcHJvZ3Jlc3Mge1xuICAgICYubW9iaWxlIHtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgbWFyZ2luOiAyNnB4IDI0cHggMjVweCAxMXB4O1xuICAgIH1cbiAgfVxuXG4gIC5nZC1jb252ZXJ0LXNpbmdsZSB7XG4gICAgJi5tb2JpbGUge1xuICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICBtYXJnaW46IDMxcHggMjRweCAzMHB4IDBweDtcbiAgICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgICBtaW4td2lkdGg6IDM3cHg7XG4gICAgICBoZWlnaHQ6IDM3cHg7XG4gICAgfVxuICB9XG5cbiAgLmdkLWNvbnZlcnQtc2luZ2xlIHtcbiAgICAmOm5vdCgubW9iaWxlKSB7XG4gICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cbiAgfVxuXG4gIC5nZC1maWxlLWZvcm1hdCB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuICAgICYubW9iaWxlIHtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgPiBmYS1pY29ue1xuICAgICAgICBjb2xvcjogI2JlYmViZTtcbiAgICAgIH1cbiAgICAgIGZhLWljb24ge1xuICAgICAgICBmb250LXNpemU6IDEwcHg7XG4gICAgICAgIG1hcmdpbi1yaWdodDogMi4xcHg7XG4gICAgICB9XG4gICAgICBmYS1pY29uOm50aC1jaGlsZCgxKXtcbiAgICAgICAgbWFyZ2luLXJpZ2h0OiA2cHg7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDExcHg7XG4gICAgJjpub3QoLm1vYmlsZSkge1xuICAgICAgZGlzcGxheTogbm9uZTtcbiAgICB9XG4gIH1cblxuICAuZ2QtZmlsZXF1ZXVlLW5hbWUge1xuICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgfVxuXG4gIC5nZC1jb252ZXJ0LXJlbW92ZSB7XG4gICAgbWFyZ2luOiAwcHggMTZweCAwcHggMTVweDtcbiAgfVxufSIsIi5nZC1jb252ZXJ0LWl0ZW0ge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiA5OHB4O1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI2U3ZTdlNztcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cbi5nZC1jb252ZXJ0LXJlbW92ZSB7XG4gIGZvbnQtc2l6ZTogMThweDtcbiAgY29sb3I6ICM2RTZFNkU7XG4gIG1hcmdpbjogMHB4IDI0cHg7XG4gIGN1cnNvcjogcG9pbnRlcjtcbn1cbi5nZC1jb252ZXJ0LXJlbW92ZSBzcGFuIHtcbiAgd2lkdGg6IDM3cHg7XG4gIGhlaWdodDogMzdweDtcbiAgZGlzcGxheTogYmxvY2s7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xufVxuLmdkLWNvbnZlcnQtcmVtb3ZlLmRpc2FibGVkIHtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIG9wYWNpdHk6IDAuNDtcbn1cbi5nZC1maWxlcXVldWUtbmFtZSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiA2NzFweDtcbn1cbi5nZC1maWxlcXVldWUtbmFtZSBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBtYXJnaW46IDE5cHggMjFweCAwIDA7XG59XG4uZ2QtZmlsZXF1ZXVlLW5hbWUuZGlzYWJsZWQgZmEtaWNvbiB7XG4gIGNvbG9yOiAjNmU2ZTZlO1xufVxuLmdkLXF1ZXVlLW5hbWUge1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBjdXJzb3I6IGRlZmF1bHQ7XG59XG4uZ2QtcXVldWUtc2l6ZSB7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi5nZC1kZXN0aW5hdGlvbi1maWxlIHtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbn1cbi5nZC1kZXN0aW5hdGlvbi1maWxlIC5nZC1xdWV1ZS1uYW1lIHtcbiAgY3Vyc29yOiBpbmhlcml0O1xufVxuLmdkLWNvbnZlcnQtc3RhdHVzIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBjb2xvcjogI0RCREJEQjtcbiAgbWFyZ2luOiAwIDE2MnB4IDAgMTExcHg7XG59XG4uZ2QtY29udmVyc2lvbi1jb21wbGV0ZSB7XG4gIGNvbG9yOiAjNjJBNTI5O1xuICBtYXJnaW4tbGVmdDogNXB4O1xufVxuLmdkLWNvbnZlcnNpb24tcHJvZ3Jlc3Mge1xuICBwb3NpdGlvbjogaW5oZXJpdDtcbiAgd2lkdGg6IDMycHg7XG4gIGhlaWdodDogMzJweDtcbiAgZm9udC1zaXplOiAzMnB4ICFpbXBvcnRhbnQ7XG4gIGxpbmUtaGVpZ2h0OiAzMnB4O1xuICBjb2xvcjogIzAwN2FmZjtcbn1cbi5nZC1jb252ZXJzaW9uLXByb2dyZXNzLm1vYmlsZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uZ2QtY29udmVydC1zaW5nbGUsXG4uZ2QtZG93bmxvYWQtc2luZ2xlIHtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBjb2xvcjogIzgwODA4MDtcbiAgbWFyZ2luOiA0MXB4IDM2cHggNDJweCAxMXB4O1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtY29udmVydC1zaW5nbGUubW9iaWxlLFxuLmdkLWRvd25sb2FkLXNpbmdsZS5tb2JpbGUge1xuICBkaXNwbGF5OiBub25lO1xufVxuLmdkLWNvbnZlcnQtc2luZ2xlLmRpc2FibGVkLFxuLmdkLWRvd25sb2FkLXNpbmdsZS5kaXNhYmxlZCB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xuICBvcGFjaXR5OiAwLjQ7XG59XG4uZ2QtZmlsZS1mb3JtYXQge1xuICBmb250LXNpemU6IDEwcHg7XG4gIGNvbG9yOiAjYWNhY2FjO1xuICBwYWRkaW5nLXRvcDogNHB4O1xufVxuLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uZ2QtZmlsZS1zaXplIHtcbiAgd2lkdGg6IDExMnB4O1xuICBjb2xvcjogIzc3Nzc3Nztcbn1cbi5kaXNhYmxlZCB7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQgIWltcG9ydGFudDtcbn1cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogI0UyMTcxNztcbn1cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS13b3JkIHtcbiAgY29sb3I6ICM2OTc5Qjk7XG59XG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtcG93ZXJwb2ludCB7XG4gIGNvbG9yOiAjRTI5NDE3O1xufVxuLmdkLWNvbnZlcnQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLWV4Y2VsIHtcbiAgY29sb3I6ICMzRkEzMDA7XG59XG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtaW1hZ2Uge1xuICBjb2xvcjogI0UyMTdEQTtcbn1cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIge1xuICBjb2xvcjogIzVENkE3NTtcbn1cbi5nZC1maWxlcXVldWUtbmFtZSAubmctZmEtaWNvbixcbi5nZC1jb252ZXJ0LXN0YXR1cyAubmctZmEtaWNvbixcbi5nZC1kZXN0aW5hdGlvbi1maWxlIC5uZy1mYS1pY29uIHtcbiAgZm9udC1zaXplOiAzM3B4O1xufVxuLmdkLWZpbGVxdWV1ZS1uYW1lIGZhLWljb24ge1xuICBmb250LXNpemU6IDMycHg7XG4gIG1hcmdpbjogMCAxMXB4IDAgMDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLWZpbGUtc2l6ZSxcbiAgLmdkLWNvbnZlcnQtc3RhdHVzLFxuICAuZ2QtZGVzdGluYXRpb24tZmlsZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuICAuZ2QtY29udmVyc2lvbi1wcm9ncmVzcy5tb2JpbGUge1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIG1hcmdpbjogMjZweCAyNHB4IDI1cHggMTFweDtcbiAgfVxuICAuZ2QtY29udmVydC1zaW5nbGUubW9iaWxlIHtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBtYXJnaW46IDMxcHggMjRweCAzMHB4IDBweDtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIG1pbi13aWR0aDogMzdweDtcbiAgICBoZWlnaHQ6IDM3cHg7XG4gIH1cbiAgLmdkLWNvbnZlcnQtc2luZ2xlOm5vdCgubW9iaWxlKSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuICAuZ2QtZmlsZS1mb3JtYXQge1xuICAgIGZvbnQtc2l6ZTogMTBweDtcbiAgfVxuICAuZ2QtZmlsZS1mb3JtYXQubW9iaWxlIHtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgfVxuICAuZ2QtZmlsZS1mb3JtYXQubW9iaWxlID4gZmEtaWNvbiB7XG4gICAgY29sb3I6ICNiZWJlYmU7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSBmYS1pY29uIHtcbiAgICBmb250LXNpemU6IDEwcHg7XG4gICAgbWFyZ2luLXJpZ2h0OiAyLjFweDtcbiAgfVxuICAuZ2QtZmlsZS1mb3JtYXQubW9iaWxlIGZhLWljb246bnRoLWNoaWxkKDEpIHtcbiAgICBtYXJnaW4tcmlnaHQ6IDZweDtcbiAgfVxuICAuZ2QtZmlsZS1mb3JtYXQge1xuICAgIGZvbnQtc2l6ZTogMTFweDtcbiAgfVxuICAuZ2QtZmlsZS1mb3JtYXQ6bm90KC5tb2JpbGUpIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG4gIC5nZC1maWxlcXVldWUtbmFtZSB7XG4gICAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuICB9XG4gIC5nZC1jb252ZXJ0LXJlbW92ZSB7XG4gICAgbWFyZ2luOiAwcHggMTZweCAwcHggMTVweDtcbiAgfVxufVxuIl19 */" +module.exports = ".gd-convert-item {\n display: -webkit-box;\n display: flex;\n width: 100%;\n height: 98px;\n border-bottom: 1px solid #e7e7e7;\n background-color: #fff;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-convert-remove {\n font-size: 24px;\n color: #6E6E6E;\n margin: 0px 24px;\n cursor: pointer;\n}\n.gd-convert-remove span {\n width: 37px;\n height: 37px;\n display: block;\n line-height: 37px;\n text-align: center;\n font-weight: bold;\n}\n.gd-convert-remove.disabled {\n color: #959da5;\n opacity: 0.4;\n}\n.gd-filequeue-name {\n display: -webkit-box;\n display: flex;\n width: 671px;\n}\n.gd-filequeue-name fa-icon {\n font-size: 32px;\n margin: 19px 21px 0 0;\n}\n.gd-filequeue-name.disabled fa-icon {\n color: #6e6e6e;\n}\n.gd-queue-name {\n text-align: left;\n cursor: default;\n}\n.gd-queue-size {\n text-align: left;\n font-size: 14px;\n}\n.gd-destination-file {\n cursor: not-allowed;\n}\n.gd-destination-file .gd-queue-name {\n cursor: inherit;\n}\n.gd-convert-status {\n font-size: 32px;\n color: #DBDBDB;\n margin: 0 162px 0 111px;\n}\n.gd-conversion-complete {\n color: #62A529;\n margin-left: 5px;\n}\n.gd-conversion-progress {\n position: inherit;\n width: 32px;\n height: 32px;\n font-size: 32px !important;\n line-height: 32px;\n color: #007aff;\n}\n.gd-conversion-progress.mobile {\n display: none;\n}\n.gd-convert-single,\n.gd-download-single {\n font-size: 16px;\n color: #808080;\n margin: 41px 36px 42px 11px;\n cursor: pointer;\n}\n.gd-convert-single.mobile,\n.gd-download-single.mobile {\n display: none;\n}\n.gd-convert-single.disabled,\n.gd-download-single.disabled {\n color: #959da5;\n opacity: 0.4;\n}\n.gd-file-format {\n font-size: 10px;\n color: #acacac;\n padding-top: 4px;\n}\n.gd-file-format.mobile {\n display: none;\n}\n.gd-file-size {\n width: 112px;\n color: #777777;\n}\n.disabled {\n cursor: not-allowed !important;\n}\n.gd-convert-item .ng-fa-icon.fa-file-pdf {\n color: #E21717;\n}\n.gd-convert-item .ng-fa-icon.fa-file-word {\n color: #6979B9;\n}\n.gd-convert-item .ng-fa-icon.fa-file-powerpoint {\n color: #E29417;\n}\n.gd-convert-item .ng-fa-icon.fa-file-excel {\n color: #3FA300;\n}\n.gd-convert-item .ng-fa-icon.fa-file-image {\n color: #E217DA;\n}\n.gd-convert-item .ng-fa-icon.fa-file-text .fa-folder {\n color: #5D6A75;\n}\n.gd-filequeue-name .ng-fa-icon,\n.gd-convert-status .ng-fa-icon,\n.gd-destination-file .ng-fa-icon {\n font-size: 33px;\n}\n.gd-filequeue-name fa-icon {\n font-size: 32px;\n margin: 0 11px 0 0;\n}\n@media (max-width: 1037px) {\n .gd-file-size,\n .gd-convert-status,\n .gd-destination-file {\n display: none;\n }\n .gd-conversion-progress.mobile {\n display: block;\n margin: 26px 24px 25px 11px;\n }\n .gd-convert-single.mobile {\n display: block;\n margin: 31px 24px 30px 0px;\n cursor: pointer;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n min-width: 37px;\n height: 37px;\n }\n .gd-convert-single:not(.mobile) {\n display: none;\n }\n .gd-file-format {\n font-size: 10px;\n }\n .gd-file-format.mobile {\n display: block;\n }\n .gd-file-format.mobile > fa-icon {\n color: #bebebe;\n }\n .gd-file-format.mobile fa-icon {\n font-size: 10px;\n margin-right: 2.1px;\n }\n .gd-file-format.mobile fa-icon:nth-child(1) {\n margin-right: 6px;\n }\n .gd-file-format {\n font-size: 11px;\n }\n .gd-file-format:not(.mobile) {\n display: none;\n }\n .gd-filequeue-name {\n white-space: nowrap;\n overflow: hidden;\n }\n .gd-convert-remove {\n margin: 0px 16px 0px 15px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24taXRlbS9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24taXRlbS9jb252ZXJzaW9uLWl0ZW0uY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWl0ZW0vY29udmVyc2lvbi1pdGVtLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxnQ0FBQTtFQUNBLHNCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ0RGO0FESUE7RUFDRSxlQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0VBQ0EsZUFBQTtBQ0ZGO0FERkE7RUFNSSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGNBQUE7RUFDQSxpQkFBQTtFQUNBLGtCQUFBO0VBQ0EsaUJBQUE7QUNESjtBREdFO0VBQ0UsY0FBQTtFQUNBLFlBQUE7QUNESjtBREtBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsWUFBQTtBQ0hGO0FETUE7RUFDRSxlQUFBO0VBQ0EscUJBQUE7QUNKRjtBRE9BO0VBQ0UsY0FBQTtBQ0xGO0FEUUE7RUFDRSxnQkFBQTtFQUNBLGVBQUE7QUNORjtBRFNBO0VBQ0UsZ0JBQUE7RUFDQSxlQUFBO0FDUEY7QURVQTtFQUNFLG1CQUFBO0FDUkY7QURXQTtFQUNFLGVBQUE7QUNURjtBRFlBO0VBQ0UsZUFBQTtFQUNBLGNBQUE7RUFDQSx1QkFBQTtBQ1ZGO0FEYUE7RUFDRSxjQUFBO0VBQ0EsZ0JBQUE7QUNYRjtBRGNBO0VBQ0UsaUJBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLDBCQUFBO0VBQ0EsaUJBQUE7RUFDQSxjQUFBO0FDWkY7QURhRTtFQUNFLGFBQUE7QUNYSjtBRGVBOztFQUNFLGVBQUE7RUFDQSxjQUFBO0VBQ0EsMkJBQUE7RUFDQSxlQUFBO0FDWkY7QURhRTs7RUFDRSxhQUFBO0FDVko7QURZRTs7RUFDRSxjQUFBO0VBQ0EsWUFBQTtBQ1RKO0FEYUE7RUFDRSxlQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0FDWEY7QURZRTtFQUNFLGFBQUE7QUNWSjtBRGNBO0VBQ0UsWUFBQTtFQUNBLGNBQUE7QUNaRjtBRGVBO0VBQ0UsOEJBQUE7QUNiRjtBRGdCQTtFQUNFLGNBQUE7QUNkRjtBRGlCQTtFQUNFLGNBQUE7QUNmRjtBRGtCQTtFQUNFLGNBQUE7QUNoQkY7QURtQkE7RUFDRSxjQUFBO0FDakJGO0FEb0JBO0VBQ0UsY0FBQTtBQ2xCRjtBRHFCQTtFQUNFLGNBQUE7QUNuQkY7QURzQkE7OztFQUNFLGVBQUE7QUNsQkY7QURxQkE7RUFDRSxlQUFBO0VBQ0Esa0JBQUE7QUNuQkY7QURzQkE7RUFDRTs7O0lBQ0ksYUFBQTtFQ2xCSjtFRHNCRTtJQUNFLGNBQUE7SUFDQSwyQkFBQTtFQ3BCSjtFRHlCRTtJQUNFLGNBQUE7SUFDQSwwQkFBQTtJQUNBLGVBQUE7SUFDQSxvQkFBQTtJQUFBLGFBQUE7SUFDQSx5QkFBQTtZQUFBLG1CQUFBO0lBQ0Esd0JBQUE7WUFBQSx1QkFBQTtJQUNBLGVBQUE7SUFDQSxZQUFBO0VDdkJKO0VENEJFO0lBQ0UsYUFBQTtFQzFCSjtFRDhCQTtJQUNFLGVBQUE7RUM1QkY7RUQ2QkU7SUFDRSxjQUFBO0VDM0JKO0VEMEJFO0lBR0ksY0FBQTtFQzFCTjtFRHVCRTtJQU1JLGVBQUE7SUFDQSxtQkFBQTtFQzFCTjtFRG1CRTtJQVVJLGlCQUFBO0VDMUJOO0VEK0JBO0lBQ0UsZUFBQTtFQzdCRjtFRDhCRTtJQUNFLGFBQUE7RUM1Qko7RURnQ0E7SUFDRSxtQkFBQTtJQUNBLGdCQUFBO0VDOUJGO0VEaUNBO0lBQ0UseUJBQUE7RUMvQkY7QUFDRiIsImZpbGUiOiJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWl0ZW0vY29udmVyc2lvbi1pdGVtLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbi5nZC1jb252ZXJ0LWl0ZW0ge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiA5OHB4O1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgQG1lcmN1cnk7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5nZC1jb252ZXJ0LXJlbW92ZSB7XG4gIGZvbnQtc2l6ZTogMjRweDtcbiAgY29sb3I6ICM2RTZFNkU7XG4gIG1hcmdpbjogMHB4IDI0cHg7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgc3BhbiB7XG4gICAgd2lkdGg6IDM3cHg7XG4gICAgaGVpZ2h0OiAzN3B4O1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBmb250LXdlaWdodDogYm9sZDtcbiAgfVxuICAmLmRpc2FibGVkIHtcbiAgICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICAgIG9wYWNpdHk6IDAuNDtcbiAgfVxufVxuXG4uZ2QtZmlsZXF1ZXVlLW5hbWUge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogNjcxcHg7XG59XG5cbi5nZC1maWxlcXVldWUtbmFtZSBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBtYXJnaW46IDE5cHggMjFweCAwIDA7XG59XG5cbi5nZC1maWxlcXVldWUtbmFtZS5kaXNhYmxlZCBmYS1pY29uIHtcbiAgY29sb3I6IEBkb3ZlLWdyYXk7XG59XG5cbi5nZC1xdWV1ZS1uYW1lIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgY3Vyc29yOiBkZWZhdWx0O1xufVxuXG4uZ2QtcXVldWUtc2l6ZSB7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cblxuLmdkLWRlc3RpbmF0aW9uLWZpbGUge1xuICBjdXJzb3I6IG5vdC1hbGxvd2VkO1xufVxuXG4uZ2QtZGVzdGluYXRpb24tZmlsZSAuZ2QtcXVldWUtbmFtZSB7XG4gIGN1cnNvcjogaW5oZXJpdDtcbn1cblxuLmdkLWNvbnZlcnQtc3RhdHVzIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBjb2xvcjogI0RCREJEQjtcbiAgbWFyZ2luOiAwIDE2MnB4IDAgMTExcHg7XG59XG5cbi5nZC1jb252ZXJzaW9uLWNvbXBsZXRlIHtcbiAgY29sb3I6ICM2MkE1Mjk7XG4gIG1hcmdpbi1sZWZ0OiA1cHg7XG59XG5cbi5nZC1jb252ZXJzaW9uLXByb2dyZXNzIHtcbiAgcG9zaXRpb246IGluaGVyaXQ7XG4gIHdpZHRoOiAzMnB4O1xuICBoZWlnaHQ6IDMycHg7XG4gIGZvbnQtc2l6ZTogMzJweCAhaW1wb3J0YW50O1xuICBsaW5lLWhlaWdodDogMzJweDtcbiAgY29sb3I6ICMwMDdhZmY7XG4gICYubW9iaWxlIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG59XG5cbi5nZC1jb252ZXJ0LXNpbmdsZSwgLmdkLWRvd25sb2FkLXNpbmdsZSB7XG4gIGZvbnQtc2l6ZTogMTZweDtcbiAgY29sb3I6ICM4MDgwODA7XG4gIG1hcmdpbjogNDFweCAzNnB4IDQycHggMTFweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICAmLm1vYmlsZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuICAmLmRpc2FibGVkIHtcbiAgICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICAgIG9wYWNpdHk6IDAuNDtcbiAgfVxufVxuXG4uZ2QtZmlsZS1mb3JtYXQge1xuICBmb250LXNpemU6IDEwcHg7XG4gIGNvbG9yOiBAc2lsdmVyLWNoYWxpY2U7XG4gIHBhZGRpbmctdG9wOiA0cHg7XG4gICYubW9iaWxlIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG59XG4gIFxuLmdkLWZpbGUtc2l6ZSB7XG4gIHdpZHRoOiAxMTJweDtcbiAgY29sb3I6ICM3Nzc3Nzc7XG59XG5cbi5kaXNhYmxlZCB7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQgIWltcG9ydGFudDtcbn1cblxuLmdkLWNvbnZlcnQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLXBkZiB7XG4gIGNvbG9yOiAjRTIxNzE3O1xufVxuXG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtd29yZCB7XG4gIGNvbG9yOiAjNjk3OUI5O1xufVxuXG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtcG93ZXJwb2ludCB7XG4gIGNvbG9yOiAjRTI5NDE3O1xufVxuXG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtZXhjZWwge1xuICBjb2xvcjogIzNGQTMwMDtcbn1cblxuLmdkLWNvbnZlcnQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6ICNFMjE3REE7XG59XG5cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIge1xuICBjb2xvcjogIzVENkE3NTtcbn1cblxuLmdkLWZpbGVxdWV1ZS1uYW1lIC5uZy1mYS1pY29uLCAuZ2QtY29udmVydC1zdGF0dXMgLm5nLWZhLWljb24sIC5nZC1kZXN0aW5hdGlvbi1maWxlIC5uZy1mYS1pY29ue1xuICBmb250LXNpemU6IDMzcHg7XG59XG5cbi5nZC1maWxlcXVldWUtbmFtZSBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBtYXJnaW46IDAgMTFweCAwIDA7XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIC5nZC1maWxlLXNpemUsIC5nZC1jb252ZXJ0LXN0YXR1cywgLmdkLWRlc3RpbmF0aW9uLWZpbGUge1xuICAgICAgZGlzcGxheTogbm9uZTtcbiAgfVxuXG4gIC5nZC1jb252ZXJzaW9uLXByb2dyZXNzIHtcbiAgICAmLm1vYmlsZSB7XG4gICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgIG1hcmdpbjogMjZweCAyNHB4IDI1cHggMTFweDtcbiAgICB9XG4gIH1cblxuICAuZ2QtY29udmVydC1zaW5nbGUge1xuICAgICYubW9iaWxlIHtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgbWFyZ2luOiAzMXB4IDI0cHggMzBweCAwcHg7XG4gICAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgICAgbWluLXdpZHRoOiAzN3B4O1xuICAgICAgaGVpZ2h0OiAzN3B4O1xuICAgIH1cbiAgfVxuXG4gIC5nZC1jb252ZXJ0LXNpbmdsZSB7XG4gICAgJjpub3QoLm1vYmlsZSkge1xuICAgICAgZGlzcGxheTogbm9uZTtcbiAgICB9XG4gIH1cblxuICAuZ2QtZmlsZS1mb3JtYXQge1xuICAgIGZvbnQtc2l6ZTogMTBweDtcbiAgICAmLm1vYmlsZSB7XG4gICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgID4gZmEtaWNvbntcbiAgICAgICAgY29sb3I6ICNiZWJlYmU7XG4gICAgICB9XG4gICAgICBmYS1pY29uIHtcbiAgICAgICAgZm9udC1zaXplOiAxMHB4O1xuICAgICAgICBtYXJnaW4tcmlnaHQ6IDIuMXB4O1xuICAgICAgfVxuICAgICAgZmEtaWNvbjpudGgtY2hpbGQoMSl7XG4gICAgICAgIG1hcmdpbi1yaWdodDogNnB4O1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC5nZC1maWxlLWZvcm1hdCB7XG4gICAgZm9udC1zaXplOiAxMXB4O1xuICAgICY6bm90KC5tb2JpbGUpIHtcbiAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgfVxuICB9XG5cbiAgLmdkLWZpbGVxdWV1ZS1uYW1lIHtcbiAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gIH1cblxuICAuZ2QtY29udmVydC1yZW1vdmUge1xuICAgIG1hcmdpbjogMHB4IDE2cHggMHB4IDE1cHg7XG4gIH1cbn0iLCIuZ2QtY29udmVydC1pdGVtIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogOThweDtcbiAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNlN2U3ZTc7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZ2QtY29udmVydC1yZW1vdmUge1xuICBmb250LXNpemU6IDI0cHg7XG4gIGNvbG9yOiAjNkU2RTZFO1xuICBtYXJnaW46IDBweCAyNHB4O1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtY29udmVydC1yZW1vdmUgc3BhbiB7XG4gIHdpZHRoOiAzN3B4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBsaW5lLWhlaWdodDogMzdweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBmb250LXdlaWdodDogYm9sZDtcbn1cbi5nZC1jb252ZXJ0LXJlbW92ZS5kaXNhYmxlZCB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xuICBvcGFjaXR5OiAwLjQ7XG59XG4uZ2QtZmlsZXF1ZXVlLW5hbWUge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogNjcxcHg7XG59XG4uZ2QtZmlsZXF1ZXVlLW5hbWUgZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzJweDtcbiAgbWFyZ2luOiAxOXB4IDIxcHggMCAwO1xufVxuLmdkLWZpbGVxdWV1ZS1uYW1lLmRpc2FibGVkIGZhLWljb24ge1xuICBjb2xvcjogIzZlNmU2ZTtcbn1cbi5nZC1xdWV1ZS1uYW1lIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgY3Vyc29yOiBkZWZhdWx0O1xufVxuLmdkLXF1ZXVlLXNpemUge1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uZ2QtZGVzdGluYXRpb24tZmlsZSB7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQ7XG59XG4uZ2QtZGVzdGluYXRpb24tZmlsZSAuZ2QtcXVldWUtbmFtZSB7XG4gIGN1cnNvcjogaW5oZXJpdDtcbn1cbi5nZC1jb252ZXJ0LXN0YXR1cyB7XG4gIGZvbnQtc2l6ZTogMzJweDtcbiAgY29sb3I6ICNEQkRCREI7XG4gIG1hcmdpbjogMCAxNjJweCAwIDExMXB4O1xufVxuLmdkLWNvbnZlcnNpb24tY29tcGxldGUge1xuICBjb2xvcjogIzYyQTUyOTtcbiAgbWFyZ2luLWxlZnQ6IDVweDtcbn1cbi5nZC1jb252ZXJzaW9uLXByb2dyZXNzIHtcbiAgcG9zaXRpb246IGluaGVyaXQ7XG4gIHdpZHRoOiAzMnB4O1xuICBoZWlnaHQ6IDMycHg7XG4gIGZvbnQtc2l6ZTogMzJweCAhaW1wb3J0YW50O1xuICBsaW5lLWhlaWdodDogMzJweDtcbiAgY29sb3I6ICMwMDdhZmY7XG59XG4uZ2QtY29udmVyc2lvbi1wcm9ncmVzcy5tb2JpbGUge1xuICBkaXNwbGF5OiBub25lO1xufVxuLmdkLWNvbnZlcnQtc2luZ2xlLFxuLmdkLWRvd25sb2FkLXNpbmdsZSB7XG4gIGZvbnQtc2l6ZTogMTZweDtcbiAgY29sb3I6ICM4MDgwODA7XG4gIG1hcmdpbjogNDFweCAzNnB4IDQycHggMTFweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xufVxuLmdkLWNvbnZlcnQtc2luZ2xlLm1vYmlsZSxcbi5nZC1kb3dubG9hZC1zaW5nbGUubW9iaWxlIHtcbiAgZGlzcGxheTogbm9uZTtcbn1cbi5nZC1jb252ZXJ0LXNpbmdsZS5kaXNhYmxlZCxcbi5nZC1kb3dubG9hZC1zaW5nbGUuZGlzYWJsZWQge1xuICBjb2xvcjogIzk1OWRhNTtcbiAgb3BhY2l0eTogMC40O1xufVxuLmdkLWZpbGUtZm9ybWF0IHtcbiAgZm9udC1zaXplOiAxMHB4O1xuICBjb2xvcjogI2FjYWNhYztcbiAgcGFkZGluZy10b3A6IDRweDtcbn1cbi5nZC1maWxlLWZvcm1hdC5tb2JpbGUge1xuICBkaXNwbGF5OiBub25lO1xufVxuLmdkLWZpbGUtc2l6ZSB7XG4gIHdpZHRoOiAxMTJweDtcbiAgY29sb3I6ICM3Nzc3Nzc7XG59XG4uZGlzYWJsZWQge1xuICBjdXJzb3I6IG5vdC1hbGxvd2VkICFpbXBvcnRhbnQ7XG59XG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtcGRmIHtcbiAgY29sb3I6ICNFMjE3MTc7XG59XG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtd29yZCB7XG4gIGNvbG9yOiAjNjk3OUI5O1xufVxuLmdkLWNvbnZlcnQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogI0UyOTQxNztcbn1cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS1leGNlbCB7XG4gIGNvbG9yOiAjM0ZBMzAwO1xufVxuLmdkLWNvbnZlcnQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6ICNFMjE3REE7XG59XG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtdGV4dCAuZmEtZm9sZGVyIHtcbiAgY29sb3I6ICM1RDZBNzU7XG59XG4uZ2QtZmlsZXF1ZXVlLW5hbWUgLm5nLWZhLWljb24sXG4uZ2QtY29udmVydC1zdGF0dXMgLm5nLWZhLWljb24sXG4uZ2QtZGVzdGluYXRpb24tZmlsZSAubmctZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzNweDtcbn1cbi5nZC1maWxlcXVldWUtbmFtZSBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBtYXJnaW46IDAgMTFweCAwIDA7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5nZC1maWxlLXNpemUsXG4gIC5nZC1jb252ZXJ0LXN0YXR1cyxcbiAgLmdkLWRlc3RpbmF0aW9uLWZpbGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgLmdkLWNvbnZlcnNpb24tcHJvZ3Jlc3MubW9iaWxlIHtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBtYXJnaW46IDI2cHggMjRweCAyNXB4IDExcHg7XG4gIH1cbiAgLmdkLWNvbnZlcnQtc2luZ2xlLm1vYmlsZSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gICAgbWFyZ2luOiAzMXB4IDI0cHggMzBweCAwcHg7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBtaW4td2lkdGg6IDM3cHg7XG4gICAgaGVpZ2h0OiAzN3B4O1xuICB9XG4gIC5nZC1jb252ZXJ0LXNpbmdsZTpub3QoLm1vYmlsZSkge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDEwcHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSA+IGZhLWljb24ge1xuICAgIGNvbG9yOiAjYmViZWJlO1xuICB9XG4gIC5nZC1maWxlLWZvcm1hdC5tb2JpbGUgZmEtaWNvbiB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuICAgIG1hcmdpbi1yaWdodDogMi4xcHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSBmYS1pY29uOm50aC1jaGlsZCgxKSB7XG4gICAgbWFyZ2luLXJpZ2h0OiA2cHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDExcHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Om5vdCgubW9iaWxlKSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuICAuZ2QtZmlsZXF1ZXVlLW5hbWUge1xuICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgfVxuICAuZ2QtY29udmVydC1yZW1vdmUge1xuICAgIG1hcmdpbjogMHB4IDE2cHggMHB4IDE1cHg7XG4gIH1cbn1cbiJdfQ== */" /***/ }), /***/ "../../libs/conversion/src/lib/conversion-item/conversion-item.component.ts": -/*!***************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-item/conversion-item.component.ts ***! - \***************************************************************************************************************************/ +/*!***************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-item/conversion-item.component.ts ***! + \***************************************************************************************************************/ /*! exports provided: ConversionItemComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -9153,20 +9658,20 @@ ConversionItemComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/conversion/src/lib/conversion-queue/conversion-queue.component.less": -/*!*******************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-queue/conversion-queue.component.less ***! - \*******************************************************************************************************************************/ +/*!*******************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-queue/conversion-queue.component.less ***! + \*******************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "#gd-convert-queue {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n height: 100%;\n background-color: #e7e7e7;\n}\n.gd-queue-header {\n display: -webkit-box;\n display: flex;\n font-size: 13px;\n text-transform: uppercase;\n color: #6e6e6e;\n width: 100%;\n height: 60px;\n background-color: #f4f4f4;\n font-weight: bold;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-placeholder {\n margin: 0px 42px 0 42px;\n}\n.gd-queue-header div:nth-child(2) {\n width: 671px;\n text-align: left;\n display: -webkit-box;\n display: flex;\n}\n.gd-queue-header div:nth-child(4) {\n margin: 0 162px 0 111px;\n width: 32px;\n}\n.gd-queue-header div:nth-child(3) {\n width: 112px;\n text-align: left;\n}\n.gd-queue-header div:nth-child(5) {\n width: 644px;\n text-align: left;\n}\n.gd-queue-last-placeholder {\n margin: 0px 52px;\n}\n@media (max-width: 1037px) {\n .gd-queue-header {\n display: none;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb252ZXJzaW9uL3NyYy9saWIvY29udmVyc2lvbi1xdWV1ZS9jb252ZXJzaW9uLXF1ZXVlLmNvbXBvbmVudC5sZXNzIiwibGlicy9jb252ZXJzaW9uL3NyYy9saWIvY29udmVyc2lvbi1xdWV1ZS9jb252ZXJzaW9uLXF1ZXVlLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsWUFBQTtFQUNBLHlCQUFBO0FDREE7QURJQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGVBQUE7RUFDQSx5QkFBQTtFQUNBLGNBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLHlCQUFBO0VBQ0EsaUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0FDRkE7QURLQTtFQUNBLHVCQUFBO0FDSEE7QURNQTtFQUNBLFlBQUE7RUFDQSxnQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ0pBO0FET0E7RUFDQSx1QkFBQTtFQUNBLFdBQUE7QUNMQTtBRFFBO0VBQ0EsWUFBQTtFQUNBLGdCQUFBO0FDTkE7QURTQTtFQUNBLFlBQUE7RUFDQSxnQkFBQTtBQ1BBO0FEVUE7RUFDQSxnQkFBQTtBQ1JBO0FEV0E7RUFDSTtJQUNJLGFBQUE7RUNUTjtBQUNGIiwiZmlsZSI6ImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24tcXVldWUvY29udmVyc2lvbi1xdWV1ZS5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4jZ2QtY29udmVydC1xdWV1ZSB7XG5mbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuaGVpZ2h0OiAxMDAlO1xuYmFja2dyb3VuZC1jb2xvcjogQG1lcmN1cnk7XG59XG5cbi5nZC1xdWV1ZS1oZWFkZXIge1xuZGlzcGxheTogZmxleDtcbmZvbnQtc2l6ZTogMTNweDtcbnRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG5jb2xvcjogQGRvdmUtZ3JheTtcbndpZHRoOiAxMDAlO1xuaGVpZ2h0OiA2MHB4O1xuYmFja2dyb3VuZC1jb2xvcjogQHdpbGQtc2FuZDtcbmZvbnQtd2VpZ2h0OiBib2xkO1xuYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cblxuLmdkLXBsYWNlaG9sZGVyIHtcbm1hcmdpbjogMHB4IDQycHggMCA0MnB4O1xufVxuXG4uZ2QtcXVldWUtaGVhZGVyIGRpdjpudGgtY2hpbGQoMikge1xud2lkdGg6IDY3MXB4O1xudGV4dC1hbGlnbjogbGVmdDtcbmRpc3BsYXk6IGZsZXg7XG59XG5cbi5nZC1xdWV1ZS1oZWFkZXIgZGl2Om50aC1jaGlsZCg0KSB7XG5tYXJnaW46IDAgMTYycHggMCAxMTFweDtcbndpZHRoOiAzMnB4O1xufVxuXG4uZ2QtcXVldWUtaGVhZGVyIGRpdjpudGgtY2hpbGQoMykge1xud2lkdGg6IDExMnB4O1xudGV4dC1hbGlnbjogbGVmdDtcbn1cblxuLmdkLXF1ZXVlLWhlYWRlciBkaXY6bnRoLWNoaWxkKDUpe1xud2lkdGg6IDY0NHB4O1xudGV4dC1hbGlnbjogbGVmdDtcbn1cblxuLmdkLXF1ZXVlLWxhc3QtcGxhY2Vob2xkZXJ7XG5tYXJnaW46IDBweCA1MnB4O1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAgIC5nZC1xdWV1ZS1oZWFkZXIge1xuICAgICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cbn0iLCIjZ2QtY29udmVydC1xdWV1ZSB7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGhlaWdodDogMTAwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2U3ZTdlNztcbn1cbi5nZC1xdWV1ZS1oZWFkZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmb250LXNpemU6IDEzcHg7XG4gIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gIGNvbG9yOiAjNmU2ZTZlO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiA2MHB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZjRmNGY0O1xuICBmb250LXdlaWdodDogYm9sZDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cbi5nZC1wbGFjZWhvbGRlciB7XG4gIG1hcmdpbjogMHB4IDQycHggMCA0MnB4O1xufVxuLmdkLXF1ZXVlLWhlYWRlciBkaXY6bnRoLWNoaWxkKDIpIHtcbiAgd2lkdGg6IDY3MXB4O1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBkaXNwbGF5OiBmbGV4O1xufVxuLmdkLXF1ZXVlLWhlYWRlciBkaXY6bnRoLWNoaWxkKDQpIHtcbiAgbWFyZ2luOiAwIDE2MnB4IDAgMTExcHg7XG4gIHdpZHRoOiAzMnB4O1xufVxuLmdkLXF1ZXVlLWhlYWRlciBkaXY6bnRoLWNoaWxkKDMpIHtcbiAgd2lkdGg6IDExMnB4O1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xufVxuLmdkLXF1ZXVlLWhlYWRlciBkaXY6bnRoLWNoaWxkKDUpIHtcbiAgd2lkdGg6IDY0NHB4O1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xufVxuLmdkLXF1ZXVlLWxhc3QtcGxhY2Vob2xkZXIge1xuICBtYXJnaW46IDBweCA1MnB4O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAuZ2QtcXVldWUtaGVhZGVyIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG59XG4iXX0= */" +module.exports = "#gd-convert-queue {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n height: 100%;\n background-color: #e7e7e7;\n}\n.gd-queue-header {\n display: -webkit-box;\n display: flex;\n font-size: 13px;\n text-transform: uppercase;\n color: #6e6e6e;\n width: 100%;\n height: 60px;\n background-color: #f4f4f4;\n font-weight: bold;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-placeholder {\n margin: 0px 42px 0 42px;\n}\n.gd-queue-header div:nth-child(2) {\n width: 671px;\n text-align: left;\n display: -webkit-box;\n display: flex;\n}\n.gd-queue-header div:nth-child(4) {\n margin: 0 162px 0 111px;\n width: 32px;\n}\n.gd-queue-header div:nth-child(3) {\n width: 112px;\n text-align: left;\n}\n.gd-queue-header div:nth-child(5) {\n width: 644px;\n text-align: left;\n}\n.gd-queue-body {\n overflow-y: scroll;\n height: calc(100% - 120px);\n}\n.gd-queue-last-placeholder {\n margin: 0px 52px;\n}\n@media (max-width: 1037px) {\n .gd-queue-header {\n display: none;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24tcXVldWUvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLXF1ZXVlL2NvbnZlcnNpb24tcXVldWUuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLXF1ZXVlL2NvbnZlcnNpb24tcXVldWUuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDSSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7QUNESjtBRElBO0VBQ0ksb0JBQUE7RUFBQSxhQUFBO0VBQ0EsZUFBQTtFQUNBLHlCQUFBO0VBQ0EsY0FBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7RUFDQSxpQkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QUNGSjtBREtBO0VBQ0ksdUJBQUE7QUNISjtBRE1BO0VBQ0ksWUFBQTtFQUNBLGdCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0FDSko7QURPQTtFQUNJLHVCQUFBO0VBQ0EsV0FBQTtBQ0xKO0FEUUE7RUFDSSxZQUFBO0VBQ0EsZ0JBQUE7QUNOSjtBRFNBO0VBQ0ksWUFBQTtFQUNBLGdCQUFBO0FDUEo7QURVQTtFQUNJLGtCQUFBO0VBQ0EsMEJBQUE7QUNSSjtBRFdBO0VBQ0ksZ0JBQUE7QUNUSjtBRFlBO0VBQ0k7SUFDSSxhQUFBO0VDVk47QUFDRiIsImZpbGUiOiJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLXF1ZXVlL2NvbnZlcnNpb24tcXVldWUuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuI2dkLWNvbnZlcnQtcXVldWUge1xuICAgIGZsZXgtZGlyZWN0aW9uICA6IGNvbHVtbjtcbiAgICBoZWlnaHQgICAgICAgICAgOiAxMDAlO1xuICAgIGJhY2tncm91bmQtY29sb3I6IEBtZXJjdXJ5O1xufVxuXG4uZ2QtcXVldWUtaGVhZGVyIHtcbiAgICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICAgIGZvbnQtc2l6ZSAgICAgICA6IDEzcHg7XG4gICAgdGV4dC10cmFuc2Zvcm0gIDogdXBwZXJjYXNlO1xuICAgIGNvbG9yICAgICAgICAgICA6IEBkb3ZlLWdyYXk7XG4gICAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbiAgICBoZWlnaHQgICAgICAgICAgOiA2MHB4O1xuICAgIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG4gICAgZm9udC13ZWlnaHQgICAgIDogYm9sZDtcbiAgICBhbGlnbi1pdGVtcyAgICAgOiBjZW50ZXI7XG59XG5cbi5nZC1wbGFjZWhvbGRlciB7XG4gICAgbWFyZ2luOiAwcHggNDJweCAwIDQycHg7XG59XG5cbi5nZC1xdWV1ZS1oZWFkZXIgZGl2Om50aC1jaGlsZCgyKSB7XG4gICAgd2lkdGggICAgIDogNjcxcHg7XG4gICAgdGV4dC1hbGlnbjogbGVmdDtcbiAgICBkaXNwbGF5ICAgOiBmbGV4O1xufVxuXG4uZ2QtcXVldWUtaGVhZGVyIGRpdjpudGgtY2hpbGQoNCkge1xuICAgIG1hcmdpbjogMCAxNjJweCAwIDExMXB4O1xuICAgIHdpZHRoIDogMzJweDtcbn1cblxuLmdkLXF1ZXVlLWhlYWRlciBkaXY6bnRoLWNoaWxkKDMpIHtcbiAgICB3aWR0aCAgICAgOiAxMTJweDtcbiAgICB0ZXh0LWFsaWduOiBsZWZ0O1xufVxuXG4uZ2QtcXVldWUtaGVhZGVyIGRpdjpudGgtY2hpbGQoNSkge1xuICAgIHdpZHRoICAgICA6IDY0NHB4O1xuICAgIHRleHQtYWxpZ246IGxlZnQ7XG59XG5cbi5nZC1xdWV1ZS1ib2R5IHtcbiAgICBvdmVyZmxvdy15OiBzY3JvbGw7XG4gICAgaGVpZ2h0ICAgIDogY2FsYygxMDAlIC0gMTIwcHgpO1xufVxuXG4uZ2QtcXVldWUtbGFzdC1wbGFjZWhvbGRlciB7XG4gICAgbWFyZ2luOiAwcHggNTJweDtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgICAuZ2QtcXVldWUtaGVhZGVyIHtcbiAgICAgICAgZGlzcGxheTogbm9uZTtcbiAgICB9XG59IiwiI2dkLWNvbnZlcnQtcXVldWUge1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBoZWlnaHQ6IDEwMCU7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG59XG4uZ2QtcXVldWUtaGVhZGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZm9udC1zaXplOiAxM3B4O1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogNjBweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2Y0ZjRmNDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZ2QtcGxhY2Vob2xkZXIge1xuICBtYXJnaW46IDBweCA0MnB4IDAgNDJweDtcbn1cbi5nZC1xdWV1ZS1oZWFkZXIgZGl2Om50aC1jaGlsZCgyKSB7XG4gIHdpZHRoOiA2NzFweDtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZGlzcGxheTogZmxleDtcbn1cbi5nZC1xdWV1ZS1oZWFkZXIgZGl2Om50aC1jaGlsZCg0KSB7XG4gIG1hcmdpbjogMCAxNjJweCAwIDExMXB4O1xuICB3aWR0aDogMzJweDtcbn1cbi5nZC1xdWV1ZS1oZWFkZXIgZGl2Om50aC1jaGlsZCgzKSB7XG4gIHdpZHRoOiAxMTJweDtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cbi5nZC1xdWV1ZS1oZWFkZXIgZGl2Om50aC1jaGlsZCg1KSB7XG4gIHdpZHRoOiA2NDRweDtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cbi5nZC1xdWV1ZS1ib2R5IHtcbiAgb3ZlcmZsb3cteTogc2Nyb2xsO1xuICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDEyMHB4KTtcbn1cbi5nZC1xdWV1ZS1sYXN0LXBsYWNlaG9sZGVyIHtcbiAgbWFyZ2luOiAwcHggNTJweDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLXF1ZXVlLWhlYWRlciB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxufVxuIl19 */" /***/ }), /***/ "../../libs/conversion/src/lib/conversion-queue/conversion-queue.component.ts": -/*!*****************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-queue/conversion-queue.component.ts ***! - \*****************************************************************************************************************************/ +/*!*****************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-queue/conversion-queue.component.ts ***! + \*****************************************************************************************************************/ /*! exports provided: ConversionQueueComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -9210,9 +9715,9 @@ ConversionQueueComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/conversion/src/lib/conversion.module.ts": -/*!***************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion.module.ts ***! - \***************************************************************************************************/ +/*!***************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion.module.ts ***! + \***************************************************************************************/ /*! exports provided: initializeApp, ConversionModule */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -9300,9 +9805,9 @@ ConversionModule = ConversionModule_1 = tslib__WEBPACK_IMPORTED_MODULE_0__["__de /***/ }), /***/ "../../libs/conversion/src/lib/conversion.service.ts": -/*!****************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion.service.ts ***! - \****************************************************************************************************/ +/*!****************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion.service.ts ***! + \****************************************************************************************/ /*! exports provided: ConversionService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -9364,6 +9869,7 @@ let ConversionService = class ConversionService { req.destinationType = file.destinationType; req.guid = file.guid; req.size = file.size; + req.destDocumentType = _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["FileUtil"].find(file.destinationType, false).format; return this._http.post(this._config.getConversionApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].CONVERT_FILE, req); } getDownloadUrl(guid) { @@ -9392,20 +9898,20 @@ ConversionService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/conversion/src/lib/information-modal/information-modal.component.less": -/*!*********************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/information-modal/information-modal.component.less ***! - \*********************************************************************************************************************************/ +/*!*********************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/information-modal/information-modal.component.less ***! + \*********************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-modal-information {\n display: -webkit-inline-box;\n display: inline-flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-flex: 1;\n flex: 1;\n}\n.gd-modal-information .gd-modal-information-message {\n font-size: 12px;\n margin: 0px 24px 24px 0px;\n word-break: break-word;\n}\n.gd-modal-information .gd-modal-information-title {\n font-size: 16px;\n font-weight: bold;\n margin: 14px 0px 10px 0px;\n}\n#gd-information-section {\n max-width: 468px;\n max-height: 107px;\n display: -webkit-box;\n display: flex;\n}\n#gd-information-section fa-icon {\n -webkit-box-flex: 1;\n flex: 1;\n color: #25c2d4;\n font-size: 40px;\n margin: 13px 23px 90px 23px;\n text-align: center;\n max-width: 46px;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb252ZXJzaW9uL3NyYy9saWIvaW5mb3JtYXRpb24tbW9kYWwvaW5mb3JtYXRpb24tbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9pbmZvcm1hdGlvbi1tb2RhbC9pbmZvcm1hdGlvbi1tb2RhbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLDJCQUFBO0VBQUEsb0JBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxtQkFBQTtVQUFBLE9BQUE7QUNERjtBREZBO0VBS0ksZUFBQTtFQUNBLHlCQUFBO0VBQ0Esc0JBQUE7QUNBSjtBRFBBO0VBVUksZUFBQTtFQUNBLGlCQUFBO0VBQ0EseUJBQUE7QUNBSjtBRElBO0VBQ0UsZ0JBQUE7RUFDQSxpQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ0ZGO0FEREE7RUFLSSxtQkFBQTtVQUFBLE9BQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtFQUNBLDJCQUFBO0VBQ0Esa0JBQUE7RUFDQSxlQUFBO0FDREoiLCJmaWxlIjoibGlicy9jb252ZXJzaW9uL3NyYy9saWIvaW5mb3JtYXRpb24tbW9kYWwvaW5mb3JtYXRpb24tbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi8uLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlcy5sZXNzXCI7XG5cbi5nZC1tb2RhbC1pbmZvcm1hdGlvbiB7XG4gIGRpc3BsYXk6IGlubGluZS1mbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBmbGV4OiAxO1xuICAuZ2QtbW9kYWwtaW5mb3JtYXRpb24tbWVzc2FnZSB7XG4gICAgZm9udC1zaXplOiAxMnB4O1xuICAgIG1hcmdpbjogMHB4IDI0cHggMjRweCAwcHg7XG4gICAgd29yZC1icmVhazogYnJlYWstd29yZDtcbiAgfVxuICAuZ2QtbW9kYWwtaW5mb3JtYXRpb24tdGl0bGUge1xuICAgIGZvbnQtc2l6ZTogMTZweDtcbiAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICBtYXJnaW46IDE0cHggMHB4IDEwcHggMHB4O1xuICB9XG59XG5cbiNnZC1pbmZvcm1hdGlvbi1zZWN0aW9uIHtcbiAgbWF4LXdpZHRoOiA0NjhweDtcbiAgbWF4LWhlaWdodDogMTA3cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZhLWljb24ge1xuICAgIGZsZXg6IDE7XG4gICAgY29sb3I6IEBicmFuZDtcbiAgICBmb250LXNpemU6IDQwcHg7XG4gICAgbWFyZ2luOiAxM3B4IDIzcHggOTBweCAyM3B4O1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBtYXgtd2lkdGg6IDQ2cHg7XG4gIH1cbn1cbiIsIi5nZC1tb2RhbC1pbmZvcm1hdGlvbiB7XG4gIGRpc3BsYXk6IGlubGluZS1mbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBmbGV4OiAxO1xufVxuLmdkLW1vZGFsLWluZm9ybWF0aW9uIC5nZC1tb2RhbC1pbmZvcm1hdGlvbi1tZXNzYWdlIHtcbiAgZm9udC1zaXplOiAxMnB4O1xuICBtYXJnaW46IDBweCAyNHB4IDI0cHggMHB4O1xuICB3b3JkLWJyZWFrOiBicmVhay13b3JkO1xufVxuLmdkLW1vZGFsLWluZm9ybWF0aW9uIC5nZC1tb2RhbC1pbmZvcm1hdGlvbi10aXRsZSB7XG4gIGZvbnQtc2l6ZTogMTZweDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIG1hcmdpbjogMTRweCAwcHggMTBweCAwcHg7XG59XG4jZ2QtaW5mb3JtYXRpb24tc2VjdGlvbiB7XG4gIG1heC13aWR0aDogNDY4cHg7XG4gIG1heC1oZWlnaHQ6IDEwN3B4O1xuICBkaXNwbGF5OiBmbGV4O1xufVxuI2dkLWluZm9ybWF0aW9uLXNlY3Rpb24gZmEtaWNvbiB7XG4gIGZsZXg6IDE7XG4gIGNvbG9yOiAjMjVjMmQ0O1xuICBmb250LXNpemU6IDQwcHg7XG4gIG1hcmdpbjogMTNweCAyM3B4IDkwcHggMjNweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBtYXgtd2lkdGg6IDQ2cHg7XG59XG4iXX0= */" +module.exports = ".gd-modal-information {\n display: -webkit-inline-box;\n display: inline-flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-flex: 1;\n flex: 1;\n}\n.gd-modal-information .gd-modal-information-message {\n font-size: 12px;\n margin: 0px 24px 24px 0px;\n word-break: break-word;\n}\n.gd-modal-information .gd-modal-information-title {\n font-size: 16px;\n font-weight: bold;\n margin: 14px 0px 10px 0px;\n}\n#gd-information-section {\n max-width: 468px;\n max-height: 107px;\n display: -webkit-box;\n display: flex;\n}\n#gd-information-section fa-icon {\n -webkit-box-flex: 1;\n flex: 1;\n color: #25c2d4;\n font-size: 40px;\n margin: 13px 23px 90px 23px;\n text-align: center;\n max-width: 46px;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2luZm9ybWF0aW9uLW1vZGFsL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9jb252ZXJzaW9uL3NyYy9saWIvaW5mb3JtYXRpb24tbW9kYWwvaW5mb3JtYXRpb24tbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9pbmZvcm1hdGlvbi1tb2RhbC9pbmZvcm1hdGlvbi1tb2RhbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLDJCQUFBO0VBQUEsb0JBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxtQkFBQTtVQUFBLE9BQUE7QUNERjtBREZBO0VBS0ksZUFBQTtFQUNBLHlCQUFBO0VBQ0Esc0JBQUE7QUNBSjtBRFBBO0VBVUksZUFBQTtFQUNBLGlCQUFBO0VBQ0EseUJBQUE7QUNBSjtBRElBO0VBQ0UsZ0JBQUE7RUFDQSxpQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ0ZGO0FEREE7RUFLSSxtQkFBQTtVQUFBLE9BQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtFQUNBLDJCQUFBO0VBQ0Esa0JBQUE7RUFDQSxlQUFBO0FDREoiLCJmaWxlIjoibGlicy9jb252ZXJzaW9uL3NyYy9saWIvaW5mb3JtYXRpb24tbW9kYWwvaW5mb3JtYXRpb24tbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi8uLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlcy5sZXNzXCI7XG5cbi5nZC1tb2RhbC1pbmZvcm1hdGlvbiB7XG4gIGRpc3BsYXk6IGlubGluZS1mbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBmbGV4OiAxO1xuICAuZ2QtbW9kYWwtaW5mb3JtYXRpb24tbWVzc2FnZSB7XG4gICAgZm9udC1zaXplOiAxMnB4O1xuICAgIG1hcmdpbjogMHB4IDI0cHggMjRweCAwcHg7XG4gICAgd29yZC1icmVhazogYnJlYWstd29yZDtcbiAgfVxuICAuZ2QtbW9kYWwtaW5mb3JtYXRpb24tdGl0bGUge1xuICAgIGZvbnQtc2l6ZTogMTZweDtcbiAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICBtYXJnaW46IDE0cHggMHB4IDEwcHggMHB4O1xuICB9XG59XG5cbiNnZC1pbmZvcm1hdGlvbi1zZWN0aW9uIHtcbiAgbWF4LXdpZHRoOiA0NjhweDtcbiAgbWF4LWhlaWdodDogMTA3cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZhLWljb24ge1xuICAgIGZsZXg6IDE7XG4gICAgY29sb3I6IEBicmFuZDtcbiAgICBmb250LXNpemU6IDQwcHg7XG4gICAgbWFyZ2luOiAxM3B4IDIzcHggOTBweCAyM3B4O1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBtYXgtd2lkdGg6IDQ2cHg7XG4gIH1cbn1cbiIsIi5nZC1tb2RhbC1pbmZvcm1hdGlvbiB7XG4gIGRpc3BsYXk6IGlubGluZS1mbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBmbGV4OiAxO1xufVxuLmdkLW1vZGFsLWluZm9ybWF0aW9uIC5nZC1tb2RhbC1pbmZvcm1hdGlvbi1tZXNzYWdlIHtcbiAgZm9udC1zaXplOiAxMnB4O1xuICBtYXJnaW46IDBweCAyNHB4IDI0cHggMHB4O1xuICB3b3JkLWJyZWFrOiBicmVhay13b3JkO1xufVxuLmdkLW1vZGFsLWluZm9ybWF0aW9uIC5nZC1tb2RhbC1pbmZvcm1hdGlvbi10aXRsZSB7XG4gIGZvbnQtc2l6ZTogMTZweDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIG1hcmdpbjogMTRweCAwcHggMTBweCAwcHg7XG59XG4jZ2QtaW5mb3JtYXRpb24tc2VjdGlvbiB7XG4gIG1heC13aWR0aDogNDY4cHg7XG4gIG1heC1oZWlnaHQ6IDEwN3B4O1xuICBkaXNwbGF5OiBmbGV4O1xufVxuI2dkLWluZm9ybWF0aW9uLXNlY3Rpb24gZmEtaWNvbiB7XG4gIGZsZXg6IDE7XG4gIGNvbG9yOiAjMjVjMmQ0O1xuICBmb250LXNpemU6IDQwcHg7XG4gIG1hcmdpbjogMTNweCAyM3B4IDkwcHggMjNweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBtYXgtd2lkdGg6IDQ2cHg7XG59XG4iXX0= */" /***/ }), /***/ "../../libs/conversion/src/lib/information-modal/information-modal.component.ts": -/*!*******************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/information-modal/information-modal.component.ts ***! - \*******************************************************************************************************************************/ +/*!*******************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/information-modal/information-modal.component.ts ***! + \*******************************************************************************************************************/ /*! exports provided: InformationModalComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -9444,9 +9950,9 @@ InformationModalComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/conversion/src/lib/models.ts": -/*!****************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/models.ts ***! - \****************************************************************************************/ +/*!****************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/models.ts ***! + \****************************************************************************/ /*! exports provided: ConversionRequestModel, ConversionItemModel, ExtendedFileModel */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -9466,9 +9972,9 @@ class ExtendedFileModel { /***/ }), /***/ "../../libs/editor/src/index.ts": -/*!*******************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/index.ts ***! - \*******************************************************************************/ +/*!*******************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/editor/src/index.ts ***! + \*******************************************************************/ /*! exports provided: initializeApp, setupLoadingInterceptor, EditorModule, EditorAppComponent, EditorConfigService, EditorConfig, EditorService, CreateDocumentModalComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -9507,20 +10013,20 @@ __webpack_require__.r(__webpack_exports__); /***/ }), /***/ "../../libs/editor/src/lib/create.document-modal/create.document-modal.component.less": -/*!*************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/create.document-modal/create.document-modal.component.less ***! - \*************************************************************************************************************************************/ +/*!*************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/create.document-modal/create.document-modal.component.less ***! + \*************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-create-wrap {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n margin: 24px;\n}\n.gd-create-wrap label {\n font-size: 14px;\n color: #acacac;\n padding-bottom: 12px;\n}\n.gd-create-wrap input {\n margin-bottom: 20px;\n border: 1px solid #6e6e6e !important;\n padding: 9px 0px 9px 10px;\n font-size: 14px;\n}\n.gd-create-wrap gd-button {\n align-self: flex-end;\n}\n.gd-create-wrap ::ng-deep .button ::ng-deep .text {\n font-size: 10px !important;\n}\n#gd-create-document-section {\n width: 468px;\n}\n::ng-deep .gd-select-format .dropdown-menu {\n height: 167px;\n overflow: hidden;\n overflow-y: auto;\n top: 239px !important;\n min-width: 0 !important;\n width: 65px;\n border: none !important;\n}\n::ng-deep .gd-select-format .dropdown-menu .option {\n font-size: 10px;\n color: #6e6e6e;\n}\n::ng-deep .gd-select-format .dropdown-menu .option:hover {\n background-color: #4b566c !important;\n}\n::ng-deep .select {\n height: 35px;\n width: 63px;\n border: 1px solid #6e6e6e;\n color: #6e6e6e !important;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: justify;\n justify-content: space-between;\n}\n::ng-deep .select .selected-value {\n padding: 9px 0px 9px 8px;\n}\n::ng-deep .select .nav-caret {\n margin-right: 8px;\n}\n@media (max-width: 1037px) {\n #gd-create-document-section {\n width: 100%;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9lZGl0b3Ivc3JjL2xpYi9jcmVhdGUuZG9jdW1lbnQtbW9kYWwvY3JlYXRlLmRvY3VtZW50LW1vZGFsLmNvbXBvbmVudC5sZXNzIiwibGlicy9lZGl0b3Ivc3JjL2xpYi9jcmVhdGUuZG9jdW1lbnQtbW9kYWwvY3JlYXRlLmRvY3VtZW50LW1vZGFsLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsWUFBQTtBQ0RGO0FERkE7RUFLSSxlQUFBO0VBQ0EsY0FBQTtFQUNBLG9CQUFBO0FDQUo7QURQQTtFQVVJLG1CQUFBO0VBQ0Esb0NBQUE7RUFDQSx5QkFBQTtFQUNBLGVBQUE7QUNBSjtBRGJBO0VBZ0JJLG9CQUFBO0FDQUo7QURoQkE7RUFvQk0sMEJBQUE7QUNETjtBRE1BO0VBQ0UsWUFBQTtBQ0pGO0FET0E7RUFDRSxhQUFBO0VBQ0EsZ0JBQUE7RUFDQSxnQkFBQTtFQUNBLHFCQUFBO0VBQ0EsdUJBQUE7RUFDQSxXQUFBO0VBUUEsdUJBQUE7QUNaRjtBREZBO0VBUUksZUFBQTtFQUNBLGNBQUE7QUNISjtBRE5BO0VBWUksb0NBQUE7QUNISjtBRFFBO0VBQ0UsWUFBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtFQUNBLHlCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHlCQUFBO1VBQUEsOEJBQUE7QUNORjtBRERBO0VBU0ksd0JBQUE7QUNMSjtBREpBO0VBWUksaUJBQUE7QUNMSjtBRFNBO0VBQ0U7SUFDRSxXQUFBO0VDUEY7QUFDRiIsImZpbGUiOiJsaWJzL2VkaXRvci9zcmMvbGliL2NyZWF0ZS5kb2N1bWVudC1tb2RhbC9jcmVhdGUuZG9jdW1lbnQtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWNyZWF0ZS13cmFwIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgbWFyZ2luOiAyNHB4O1xuICBsYWJlbCB7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuICAgIGNvbG9yOiBAc2lsdmVyLWNoYWxpY2U7XG4gICAgcGFkZGluZy1ib3R0b206IDEycHg7XG4gIH1cbiAgaW5wdXQge1xuICAgIG1hcmdpbi1ib3R0b206IDIwcHg7XG4gICAgYm9yZGVyOiAxcHggc29saWQgIzZlNmU2ZSAhaW1wb3J0YW50O1xuICAgIHBhZGRpbmc6IDlweCAwcHggOXB4IDEwcHg7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuICB9XG4gIGdkLWJ1dHRvbiB7XG4gICAgYWxpZ24tc2VsZjogZmxleC1lbmQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5idXR0b24ge1xuICAgIDo6bmctZGVlcCAudGV4dCB7XG4gICAgICBmb250LXNpemU6IDEwcHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cbn1cblxuI2dkLWNyZWF0ZS1kb2N1bWVudC1zZWN0aW9uIHtcbiAgd2lkdGg6IDQ2OHB4O1xufVxuXG46Om5nLWRlZXAgLmdkLXNlbGVjdC1mb3JtYXQgLmRyb3Bkb3duLW1lbnUge1xuICBoZWlnaHQ6IDE2N3B4O1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICBvdmVyZmxvdy15OiBhdXRvO1xuICB0b3A6IDIzOXB4ICFpbXBvcnRhbnQ7XG4gIG1pbi13aWR0aDogMCAhaW1wb3J0YW50O1xuICB3aWR0aDogNjVweDtcbiAgLm9wdGlvbiB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuICAgIGNvbG9yOiBAZG92ZS1ncmF5O1xuICB9XG4gIC5vcHRpb246aG92ZXJ7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQGZvbGRlciAhaW1wb3J0YW50O1xuICB9XG4gIGJvcmRlcjogbm9uZSAhaW1wb3J0YW50O1xufVxuXG46Om5nLWRlZXAgLnNlbGVjdCB7XG4gIGhlaWdodDogMzVweDtcbiAgd2lkdGg6IDYzcHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkIEBkb3ZlLWdyYXk7XG4gIGNvbG9yOiBAZG92ZS1ncmF5ICFpbXBvcnRhbnQ7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcbiAgLnNlbGVjdGVkLXZhbHVlIHtcbiAgICBwYWRkaW5nOiA5cHggMHB4IDlweCA4cHg7XG4gIH1cbiAgLm5hdi1jYXJldCB7XG4gICAgbWFyZ2luLXJpZ2h0OiA4cHg7XG4gIH1cbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgI2dkLWNyZWF0ZS1kb2N1bWVudC1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxufVxuIiwiLmdkLWNyZWF0ZS13cmFwIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgbWFyZ2luOiAyNHB4O1xufVxuLmdkLWNyZWF0ZS13cmFwIGxhYmVsIHtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBjb2xvcjogI2FjYWNhYztcbiAgcGFkZGluZy1ib3R0b206IDEycHg7XG59XG4uZ2QtY3JlYXRlLXdyYXAgaW5wdXQge1xuICBtYXJnaW4tYm90dG9tOiAyMHB4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNmU2ZTZlICFpbXBvcnRhbnQ7XG4gIHBhZGRpbmc6IDlweCAwcHggOXB4IDEwcHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi5nZC1jcmVhdGUtd3JhcCBnZC1idXR0b24ge1xuICBhbGlnbi1zZWxmOiBmbGV4LWVuZDtcbn1cbi5nZC1jcmVhdGUtd3JhcCA6Om5nLWRlZXAgLmJ1dHRvbiA6Om5nLWRlZXAgLnRleHQge1xuICBmb250LXNpemU6IDEwcHggIWltcG9ydGFudDtcbn1cbiNnZC1jcmVhdGUtZG9jdW1lbnQtc2VjdGlvbiB7XG4gIHdpZHRoOiA0NjhweDtcbn1cbjo6bmctZGVlcCAuZ2Qtc2VsZWN0LWZvcm1hdCAuZHJvcGRvd24tbWVudSB7XG4gIGhlaWdodDogMTY3cHg7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIG92ZXJmbG93LXk6IGF1dG87XG4gIHRvcDogMjM5cHggIWltcG9ydGFudDtcbiAgbWluLXdpZHRoOiAwICFpbXBvcnRhbnQ7XG4gIHdpZHRoOiA2NXB4O1xuICBib3JkZXI6IG5vbmUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuZ2Qtc2VsZWN0LWZvcm1hdCAuZHJvcGRvd24tbWVudSAub3B0aW9uIHtcbiAgZm9udC1zaXplOiAxMHB4O1xuICBjb2xvcjogIzZlNmU2ZTtcbn1cbjo6bmctZGVlcCAuZ2Qtc2VsZWN0LWZvcm1hdCAuZHJvcGRvd24tbWVudSAub3B0aW9uOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzRiNTY2YyAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBoZWlnaHQ6IDM1cHg7XG4gIHdpZHRoOiA2M3B4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNmU2ZTZlO1xuICBjb2xvcjogIzZlNmU2ZSAhaW1wb3J0YW50O1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG59XG46Om5nLWRlZXAgLnNlbGVjdCAuc2VsZWN0ZWQtdmFsdWUge1xuICBwYWRkaW5nOiA5cHggMHB4IDlweCA4cHg7XG59XG46Om5nLWRlZXAgLnNlbGVjdCAubmF2LWNhcmV0IHtcbiAgbWFyZ2luLXJpZ2h0OiA4cHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gICNnZC1jcmVhdGUtZG9jdW1lbnQtc2VjdGlvbiB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbn1cbiJdfQ== */" +module.exports = ".gd-create-wrap {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n margin: 24px;\n}\n.gd-create-wrap label {\n font-size: 14px;\n color: #acacac;\n padding-bottom: 12px;\n}\n.gd-create-wrap input {\n margin-bottom: 20px;\n border: 1px solid #6e6e6e !important;\n padding: 9px 0px 9px 10px;\n font-size: 14px;\n}\n.gd-create-wrap gd-button {\n align-self: flex-end;\n}\n.gd-create-wrap ::ng-deep .button ::ng-deep .text {\n font-size: 10px !important;\n}\n#gd-create-document-section {\n width: 468px;\n}\n::ng-deep .gd-select-format .dropdown-menu {\n height: 167px;\n overflow: hidden;\n overflow-y: auto;\n top: 241px !important;\n min-width: 0 !important;\n width: 70px;\n border: none !important;\n}\n::ng-deep .gd-select-format .dropdown-menu .option {\n font-size: 10px;\n color: #6e6e6e;\n}\n::ng-deep .gd-select-format .dropdown-menu .option:hover {\n background-color: #4b566c !important;\n}\n::ng-deep .select {\n height: 37px;\n width: 70px;\n border: 1px solid #6e6e6e;\n color: #6e6e6e !important;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: justify;\n justify-content: space-between;\n}\n::ng-deep .select .selected-value {\n padding: 9px 0px 9px 8px;\n}\n::ng-deep .select .nav-caret {\n margin-right: 8px;\n}\n@media (max-width: 1037px) {\n #gd-create-document-section {\n width: 100%;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvZWRpdG9yL3NyYy9saWIvY3JlYXRlLmRvY3VtZW50LW1vZGFsL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9lZGl0b3Ivc3JjL2xpYi9jcmVhdGUuZG9jdW1lbnQtbW9kYWwvY3JlYXRlLmRvY3VtZW50LW1vZGFsLmNvbXBvbmVudC5sZXNzIiwibGlicy9lZGl0b3Ivc3JjL2xpYi9jcmVhdGUuZG9jdW1lbnQtbW9kYWwvY3JlYXRlLmRvY3VtZW50LW1vZGFsLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsWUFBQTtBQ0RGO0FERkE7RUFLSSxlQUFBO0VBQ0EsY0FBQTtFQUNBLG9CQUFBO0FDQUo7QURQQTtFQVVJLG1CQUFBO0VBQ0Esb0NBQUE7RUFDQSx5QkFBQTtFQUNBLGVBQUE7QUNBSjtBRGJBO0VBZ0JJLG9CQUFBO0FDQUo7QURoQkE7RUFvQk0sMEJBQUE7QUNETjtBRE1BO0VBQ0UsWUFBQTtBQ0pGO0FET0E7RUFDRSxhQUFBO0VBQ0EsZ0JBQUE7RUFDQSxnQkFBQTtFQUNBLHFCQUFBO0VBQ0EsdUJBQUE7RUFDQSxXQUFBO0VBUUEsdUJBQUE7QUNaRjtBREZBO0VBUUksZUFBQTtFQUNBLGNBQUE7QUNISjtBRE5BO0VBWUksb0NBQUE7QUNISjtBRFFBO0VBQ0UsWUFBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtFQUNBLHlCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHlCQUFBO1VBQUEsOEJBQUE7QUNORjtBRERBO0VBU0ksd0JBQUE7QUNMSjtBREpBO0VBWUksaUJBQUE7QUNMSjtBRFNBO0VBQ0U7SUFDRSxXQUFBO0VDUEY7QUFDRiIsImZpbGUiOiJsaWJzL2VkaXRvci9zcmMvbGliL2NyZWF0ZS5kb2N1bWVudC1tb2RhbC9jcmVhdGUuZG9jdW1lbnQtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWNyZWF0ZS13cmFwIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgbWFyZ2luOiAyNHB4O1xuICBsYWJlbCB7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuICAgIGNvbG9yOiBAc2lsdmVyLWNoYWxpY2U7XG4gICAgcGFkZGluZy1ib3R0b206IDEycHg7XG4gIH1cbiAgaW5wdXQge1xuICAgIG1hcmdpbi1ib3R0b206IDIwcHg7XG4gICAgYm9yZGVyOiAxcHggc29saWQgIzZlNmU2ZSAhaW1wb3J0YW50O1xuICAgIHBhZGRpbmc6IDlweCAwcHggOXB4IDEwcHg7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuICB9XG4gIGdkLWJ1dHRvbiB7XG4gICAgYWxpZ24tc2VsZjogZmxleC1lbmQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5idXR0b24ge1xuICAgIDo6bmctZGVlcCAudGV4dCB7XG4gICAgICBmb250LXNpemU6IDEwcHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cbn1cblxuI2dkLWNyZWF0ZS1kb2N1bWVudC1zZWN0aW9uIHtcbiAgd2lkdGg6IDQ2OHB4O1xufVxuXG46Om5nLWRlZXAgLmdkLXNlbGVjdC1mb3JtYXQgLmRyb3Bkb3duLW1lbnUge1xuICBoZWlnaHQ6IDE2N3B4O1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICBvdmVyZmxvdy15OiBhdXRvO1xuICB0b3A6IDI0MXB4ICFpbXBvcnRhbnQ7XG4gIG1pbi13aWR0aDogMCAhaW1wb3J0YW50O1xuICB3aWR0aDogNzBweDtcbiAgLm9wdGlvbiB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuICAgIGNvbG9yOiBAZG92ZS1ncmF5O1xuICB9XG4gIC5vcHRpb246aG92ZXJ7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQGZvbGRlciAhaW1wb3J0YW50O1xuICB9XG4gIGJvcmRlcjogbm9uZSAhaW1wb3J0YW50O1xufVxuXG46Om5nLWRlZXAgLnNlbGVjdCB7XG4gIGhlaWdodDogMzdweDtcbiAgd2lkdGg6IDcwcHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkIEBkb3ZlLWdyYXk7XG4gIGNvbG9yOiBAZG92ZS1ncmF5ICFpbXBvcnRhbnQ7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcbiAgLnNlbGVjdGVkLXZhbHVlIHtcbiAgICBwYWRkaW5nOiA5cHggMHB4IDlweCA4cHg7XG4gIH1cbiAgLm5hdi1jYXJldCB7XG4gICAgbWFyZ2luLXJpZ2h0OiA4cHg7XG4gIH1cbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgI2dkLWNyZWF0ZS1kb2N1bWVudC1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxufVxuIiwiLmdkLWNyZWF0ZS13cmFwIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgbWFyZ2luOiAyNHB4O1xufVxuLmdkLWNyZWF0ZS13cmFwIGxhYmVsIHtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBjb2xvcjogI2FjYWNhYztcbiAgcGFkZGluZy1ib3R0b206IDEycHg7XG59XG4uZ2QtY3JlYXRlLXdyYXAgaW5wdXQge1xuICBtYXJnaW4tYm90dG9tOiAyMHB4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNmU2ZTZlICFpbXBvcnRhbnQ7XG4gIHBhZGRpbmc6IDlweCAwcHggOXB4IDEwcHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi5nZC1jcmVhdGUtd3JhcCBnZC1idXR0b24ge1xuICBhbGlnbi1zZWxmOiBmbGV4LWVuZDtcbn1cbi5nZC1jcmVhdGUtd3JhcCA6Om5nLWRlZXAgLmJ1dHRvbiA6Om5nLWRlZXAgLnRleHQge1xuICBmb250LXNpemU6IDEwcHggIWltcG9ydGFudDtcbn1cbiNnZC1jcmVhdGUtZG9jdW1lbnQtc2VjdGlvbiB7XG4gIHdpZHRoOiA0NjhweDtcbn1cbjo6bmctZGVlcCAuZ2Qtc2VsZWN0LWZvcm1hdCAuZHJvcGRvd24tbWVudSB7XG4gIGhlaWdodDogMTY3cHg7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIG92ZXJmbG93LXk6IGF1dG87XG4gIHRvcDogMjQxcHggIWltcG9ydGFudDtcbiAgbWluLXdpZHRoOiAwICFpbXBvcnRhbnQ7XG4gIHdpZHRoOiA3MHB4O1xuICBib3JkZXI6IG5vbmUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuZ2Qtc2VsZWN0LWZvcm1hdCAuZHJvcGRvd24tbWVudSAub3B0aW9uIHtcbiAgZm9udC1zaXplOiAxMHB4O1xuICBjb2xvcjogIzZlNmU2ZTtcbn1cbjo6bmctZGVlcCAuZ2Qtc2VsZWN0LWZvcm1hdCAuZHJvcGRvd24tbWVudSAub3B0aW9uOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzRiNTY2YyAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBoZWlnaHQ6IDM3cHg7XG4gIHdpZHRoOiA3MHB4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNmU2ZTZlO1xuICBjb2xvcjogIzZlNmU2ZSAhaW1wb3J0YW50O1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG59XG46Om5nLWRlZXAgLnNlbGVjdCAuc2VsZWN0ZWQtdmFsdWUge1xuICBwYWRkaW5nOiA5cHggMHB4IDlweCA4cHg7XG59XG46Om5nLWRlZXAgLnNlbGVjdCAubmF2LWNhcmV0IHtcbiAgbWFyZ2luLXJpZ2h0OiA4cHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gICNnZC1jcmVhdGUtZG9jdW1lbnQtc2VjdGlvbiB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbn1cbiJdfQ== */" /***/ }), /***/ "../../libs/editor/src/lib/create.document-modal/create.document-modal.component.ts": -/*!***********************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/create.document-modal/create.document-modal.component.ts ***! - \***********************************************************************************************************************************/ +/*!***********************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/create.document-modal/create.document-modal.component.ts ***! + \***********************************************************************************************************************/ /*! exports provided: CreateDocumentModalComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -9553,14 +10059,14 @@ let CreateDocumentModalComponent = class CreateDocumentModalComponent { loadFormats() { this._editorService.getFormats().subscribe((formats) => { this.formats = this.formatOptions(formats); - this._format = "Docx"; + this._format = "DOCX"; }); } selectFormat($event) { - this._format = $event.value; + this._format = $event.name; } createFormatOption(val) { - return { value: val, name: val }; + return { value: val, name: val.toUpperCase() }; } formatOptions(formats) { const allTypes = new Array(); @@ -9572,7 +10078,7 @@ let CreateDocumentModalComponent = class CreateDocumentModalComponent { save(name) { let fileName = ""; if (name && name !== "") { - fileName = name + "." + this._format; + fileName = name + "." + this._format.toLowerCase(); } else if (!this.file) { this._modalService.open(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["CommonModals"].ErrorMessage); @@ -9622,20 +10128,20 @@ CreateDocumentModalComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]( /***/ }), /***/ "../../libs/editor/src/lib/editor-app.component.less": -/*!****************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/editor-app.component.less ***! - \****************************************************************************************************/ +/*!****************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/editor-app.component.less ***! + \****************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n.current-page-number {\n margin: 0px 15px;\n font-size: 14px;\n color: #959da5;\n}\n* {\n -webkit-user-select: none;\n /* Chrome all / Safari all */\n -moz-user-select: none;\n /* Firefox all */\n -ms-user-select: none;\n /* IE 10+ */\n user-select: text;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n/deep/ .gd-drag-n-drop-wrap.active {\n z-index: 999;\n}\n/deep/ .gd-drag-n-drop-wrap.active .init-state-wrapper {\n top: unset !important;\n}\n/deep/ .init-state-wrapper {\n top: -90px !important;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: inherit;\n}\n.gd-document {\n width: 100%;\n height: calc(100% - 90px);\n}\n.top-panel {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n width: 100%;\n}\n.toolbar-panel {\n width: 100%;\n}\n/deep/ .gd-wrapper {\n padding: 96px;\n -webkit-user-select: text;\n /* Chrome all / Safari all */\n -moz-user-select: text;\n /* Firefox all */\n -ms-user-select: text;\n /* IE 10+ */\n user-select: text;\n outline: none;\n position: relative;\n}\n/deep/ .dropdown-menu {\n min-width: unset !important;\n}\n.palette {\n position: absolute;\n top: 90px;\n z-index: 100;\n}\n.background-color-picker {\n left: 700px;\n}\n.color-picker {\n left: 750px;\n}\n.bg-color-pic {\n border-radius: 100%;\n border: 1px solid #CCC;\n position: absolute;\n height: 8px;\n width: 8px;\n right: 6px;\n bottom: 6px;\n}\n::ng-deep .tools .button {\n color: #3E4E5A !important;\n}\n::ng-deep .tools .button .text {\n padding: 0px !important;\n}\n::ng-deep .tools .button.inactive {\n color: #959da5 !important;\n opacity: 0.4;\n}\n::ng-deep .tools .dropdown-menu .option {\n min-width: 61px;\n color: #6e6e6e !important;\n}\n::ng-deep .tools .dropdown-menu .option:hover {\n background-color: #4b566c !important;\n}\n::ng-deep .tools .icon-button {\n margin: 0 0 0 7px !important;\n}\n::ng-deep .tools .select {\n width: 65px;\n height: 37px;\n margin-left: 7px;\n line-height: 37px;\n text-align: center;\n border: none !important;\n}\n::ng-deep .tools .select .nav-caret {\n margin: 0 0 0 4px !important;\n}\n::ng-deep .gd-select-format .select {\n -webkit-box-pack: justify !important;\n justify-content: space-between !important;\n}\n/deep/ .tab-content .button .tooltip {\n margin-top: 45px;\n margin-left: -36px;\n}\n/deep/ .gd-edit.active {\n background-color: #7E8991;\n}\n/deep/ .gd-edit.active i {\n color: #FFFFFF;\n}\n/deep/ .page {\n width: 800px;\n height: 100% !important;\n min-height: 842pt !important;\n}\n/deep/ .save-as-button-icon {\n font-size: 11px;\n left: 22px !important;\n top: 13px !important;\n}\n.save-button {\n position: absolute;\n top: -5px;\n left: 21px;\n}\ngd-tab.desktop-hide {\n display: none;\n}\n@media (max-width: 1037px) {\n /deep/ .panzoom {\n zoom: 0.45;\n margin-top: 130px;\n }\n ::ng-deep .gd-tab fa-icon {\n height: 60px;\n width: 60px;\n font-size: 22px !important;\n margin: unset !important;\n }\n gd-tab.desktop-hide {\n display: block;\n }\n .mobile-hide {\n display: none;\n }\n ::ng-deep .tools {\n overflow-x: unset !important;\n }\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\n margin: 0px !important;\n }\n ::ng-deep .tools .icon-button {\n height: 60px !important;\n width: 60px;\n }\n ::ng-deep #formatting-tab ::ng-deep .tools .icon-button,\n ::ng-deep #paragraph-tab ::ng-deep .tools .icon-button {\n margin: 0px !important;\n }\n ::ng-deep .bg-color-pic {\n height: 13px !important;\n width: 13px !important;\n right: 9px !important;\n bottom: 11px !important;\n }\n ::ng-deep .palette {\n position: absolute;\n top: 130px !important;\n z-index: 100;\n }\n ::ng-deep .background-color-picker {\n left: 0px !important;\n }\n ::ng-deep .color-picker {\n left: 60px !important;\n }\n ::ng-deep .format-select.font-type {\n width: 109px;\n }\n ::ng-deep .format-select.font-type ::ng-deep .dropdown-menu {\n width: 109px !important;\n top: 60px !important;\n left: 0px !important;\n }\n ::ng-deep .format-select.font-size {\n width: 81px;\n }\n ::ng-deep .format-select.font-size ::ng-deep .dropdown-menu {\n width: 81px !important;\n top: 60px !important;\n left: 109px !important;\n }\n ::ng-deep .format-select .select {\n width: unset !important;\n height: 60px !important;\n line-height: 60px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvZWRpdG9yL3NyYy9saWIvZWRpdG9yLWFwcC5jb21wb25lbnQubGVzcyIsIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9lZGl0b3Ivc3JjL2xpYi9lZGl0b3ItYXBwLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZFQ0NrQjtBQUNsQjtFQUNFLHNEQUFBO0FEQUY7QUNHQTtFQUNFLGdCQUFBO0VBQ0EsZUFBQTtFQUNBLGNBQUE7QURERjtBQ0dBO0VBQ0UseUJBQUE7RUREQSw0QkFBNEI7RUNFNUIsc0JBQUE7RURBQSxnQkFBZ0I7RUNDaEIscUJBQUE7RURDQSxXQUFXO0VDQVgsaUJBQUE7QURFRjtBQ0FBO0VBQ0UsMEJBQUE7VUFBQSxvQkFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsZUFBQTtFQUNBLE1BQUE7RUFDQSxTQUFBO0VBQ0EsT0FBQTtFQUNBLFFBQUE7QURFRjtBQ0NBO0VBQ0UsWUFBQTtBRENGO0FDRkE7RUFHSSxxQkFBQTtBREVKO0FDRUE7RUFDRSxxQkFBQTtBREFGO0FDR0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0FEREY7QUNJQTtFQUNFLFdBQUE7RUFDQSx5QkFBQTtBREZGO0FDS0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsV0FBQTtBREhGO0FDTUE7RUFDRSxXQUFBO0FESkY7QUNPQTtFQUNFLGFBQUE7RUFDQSx5QkFBQTtFRExBLDRCQUE0QjtFQ001QixzQkFBQTtFREpBLGdCQUFnQjtFQ0toQixxQkFBQTtFREhBLFdBQVc7RUNJWCxpQkFBQTtFQUNBLGFBQUE7RUFDQSxrQkFBQTtBREZGO0FDS0E7RUFDRSwyQkFBQTtBREhGO0FDTUE7RUFDRSxrQkFBQTtFQUNBLFNBQUE7RUFDQSxZQUFBO0FESkY7QUNPQTtFQUNFLFdBQUE7QURMRjtBQ1FBO0VBQ0UsV0FBQTtBRE5GO0FDU0E7RUFDRSxtQkFBQTtFQUNBLHNCQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0VBQ0EsVUFBQTtFQUNBLFVBQUE7RUFDQSxXQUFBO0FEUEY7QUNVQTtFQUVJLHlCQUFBO0FEVEo7QUNPQTtFQUlNLHVCQUFBO0FEUk47QUNVSTtFQUNFLHlCQUFBO0VBQ0EsWUFBQTtBRFJOO0FDQUE7RUFhTSxlQUFBO0VBQ0EseUJBQUE7QURWTjtBQ1dNO0VBQ0Usb0NBQUE7QURUUjtBQ1BBO0VBcUJJLDRCQUFBO0FEWEo7QUNWQTtFQXdCSSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGdCQUFBO0VBQ0EsaUJBQUE7RUFDQSxrQkFBQTtFQUNBLHVCQUFBO0FEWEo7QUNsQkE7RUErQk0sNEJBQUE7QURWTjtBQ2VBO0VBRUksb0NBQUE7VUFBQSx5Q0FBQTtBRGRKO0FDa0JBO0VBQ0UsZ0JBQUE7RUFDQSxrQkFBQTtBRGhCRjtBQ21CQTtFQUNFLHlCQUFBO0FEakJGO0FDb0JBO0VBQ0UsY0FBQTtBRGxCRjtBQ3FCQTtFQUNFLFlBQUE7RUFDQSx1QkFBQTtFQUNBLDRCQUFBO0FEbkJGO0FDc0JBO0VBQ0UsZUFBQTtFQUNBLHFCQUFBO0VBQ0Esb0JBQUE7QURwQkY7QUN1QkE7RUFDRSxrQkFBQTtFQUNBLFNBQUE7RUFDQSxVQUFBO0FEckJGO0FDeUJFO0VBQ0UsYUFBQTtBRHZCSjtBQzJCQTtHQUNFO0lBQ0UsVUFBQTtJQUNBLGlCQUFBO0VEekJGO0VDNEJBO0lBRUksWUFBQTtJQUNBLFdBQUE7SUFDQSwwQkFBQTtJQUNBLHdCQUFBO0VEM0JKO0VDZ0NFO0lBQ0UsY0FBQTtFRDlCSjtFQ2tDQTtJQUNFLGFBQUE7RURoQ0Y7RUNtQ0E7SUFDRSw0QkFBQTtFRGpDRjtFQ2dDQTtJQUdJLHNCQUFBO0VEaENKO0VDNkJBO0lBTUksdUJBQUE7SUFDQSxXQUFBO0VEaENKO0VDb0NBOztJQUdNLHNCQUFBO0VEbkNOO0VDd0NBO0lBQ0UsdUJBQUE7SUFDQSxzQkFBQTtJQUNBLHFCQUFBO0lBQ0EsdUJBQUE7RUR0Q0Y7RUN5Q0E7SUFDRSxrQkFBQTtJQUNBLHFCQUFBO0lBQ0EsWUFBQTtFRHZDRjtFQzBDQTtJQUNFLG9CQUFBO0VEeENGO0VDMkNBO0lBQ0UscUJBQUE7RUR6Q0Y7RUM2Q0U7SUFDRSxZQUFBO0VEM0NKO0VDMENFO0lBR0ksdUJBQUE7SUFDQSxvQkFBQTtJQUNBLG9CQUFBO0VEMUNOO0VDNkNFO0lBQ0UsV0FBQTtFRDNDSjtFQzBDRTtJQUdJLHNCQUFBO0lBQ0Esb0JBQUE7SUFDQSxzQkFBQTtFRDFDTjtFQzRCQTtJQWtCSSx1QkFBQTtJQUNBLHVCQUFBO0lBQ0EsaUJBQUE7RUQzQ0o7QUFDRiIsImZpbGUiOiJsaWJzL2VkaXRvci9zcmMvbGliL2VkaXRvci1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG4uY3VycmVudC1wYWdlLW51bWJlciB7XG4gIG1hcmdpbjogMHB4IDE1cHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgY29sb3I6ICM5NTlkYTU7XG59XG4qIHtcbiAgLXdlYmtpdC11c2VyLXNlbGVjdDogbm9uZTtcbiAgLyogQ2hyb21lIGFsbCAvIFNhZmFyaSBhbGwgKi9cbiAgLW1vei11c2VyLXNlbGVjdDogbm9uZTtcbiAgLyogRmlyZWZveCBhbGwgKi9cbiAgLW1zLXVzZXItc2VsZWN0OiBub25lO1xuICAvKiBJRSAxMCsgKi9cbiAgdXNlci1zZWxlY3Q6IHRleHQ7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbiAvZGVlcC8gLmdkLWRyYWctbi1kcm9wLXdyYXAuYWN0aXZlIHtcbiAgei1pbmRleDogOTk5O1xufVxuIC9kZWVwLyAuZ2QtZHJhZy1uLWRyb3Atd3JhcC5hY3RpdmUgLmluaXQtc3RhdGUtd3JhcHBlciB7XG4gIHRvcDogdW5zZXQgIWltcG9ydGFudDtcbn1cbiAvZGVlcC8gLmluaXQtc3RhdGUtd3JhcHBlciB7XG4gIHRvcDogLTkwcHggIWltcG9ydGFudDtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSA5MHB4KTtcbn1cbi50b3AtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMTAwJTtcbn1cbi50b29sYmFyLXBhbmVsIHtcbiAgd2lkdGg6IDEwMCU7XG59XG4gL2RlZXAvIC5nZC13cmFwcGVyIHtcbiAgcGFkZGluZzogOTZweDtcbiAgLXdlYmtpdC11c2VyLXNlbGVjdDogdGV4dDtcbiAgLyogQ2hyb21lIGFsbCAvIFNhZmFyaSBhbGwgKi9cbiAgLW1vei11c2VyLXNlbGVjdDogdGV4dDtcbiAgLyogRmlyZWZveCBhbGwgKi9cbiAgLW1zLXVzZXItc2VsZWN0OiB0ZXh0O1xuICAvKiBJRSAxMCsgKi9cbiAgdXNlci1zZWxlY3Q6IHRleHQ7XG4gIG91dGxpbmU6IG5vbmU7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cbiAvZGVlcC8gLmRyb3Bkb3duLW1lbnUge1xuICBtaW4td2lkdGg6IHVuc2V0ICFpbXBvcnRhbnQ7XG59XG4ucGFsZXR0ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiA5MHB4O1xuICB6LWluZGV4OiAxMDA7XG59XG4uYmFja2dyb3VuZC1jb2xvci1waWNrZXIge1xuICBsZWZ0OiA3MDBweDtcbn1cbi5jb2xvci1waWNrZXIge1xuICBsZWZ0OiA3NTBweDtcbn1cbi5iZy1jb2xvci1waWMge1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGhlaWdodDogOHB4O1xuICB3aWR0aDogOHB4O1xuICByaWdodDogNnB4O1xuICBib3R0b206IDZweDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbiB7XG4gIGNvbG9yOiAjM0U0RTVBICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24gLnRleHQge1xuICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbi5pbmFjdGl2ZSB7XG4gIGNvbG9yOiAjOTU5ZGE1ICFpbXBvcnRhbnQ7XG4gIG9wYWNpdHk6IDAuNDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbiB7XG4gIG1pbi13aWR0aDogNjFweDtcbiAgY29sb3I6ICM2ZTZlNmUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbjpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0YjU2NmMgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uIHtcbiAgbWFyZ2luOiAwIDAgMCA3cHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdCB7XG4gIHdpZHRoOiA2NXB4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIG1hcmdpbi1sZWZ0OiA3cHg7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGJvcmRlcjogbm9uZSAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC50b29scyAuc2VsZWN0IC5uYXYtY2FyZXQge1xuICBtYXJnaW46IDAgMCAwIDRweCAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5nZC1zZWxlY3QtZm9ybWF0IC5zZWxlY3Qge1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW4gIWltcG9ydGFudDtcbn1cbiAvZGVlcC8gLnRhYi1jb250ZW50IC5idXR0b24gLnRvb2x0aXAge1xuICBtYXJnaW4tdG9wOiA0NXB4O1xuICBtYXJnaW4tbGVmdDogLTM2cHg7XG59XG4gL2RlZXAvIC5nZC1lZGl0LmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM3RTg5OTE7XG59XG4gL2RlZXAvIC5nZC1lZGl0LmFjdGl2ZSBpIHtcbiAgY29sb3I6ICNGRkZGRkY7XG59XG4gL2RlZXAvIC5wYWdlIHtcbiAgd2lkdGg6IDgwMHB4O1xuICBoZWlnaHQ6IDEwMCUgIWltcG9ydGFudDtcbiAgbWluLWhlaWdodDogODQycHQgIWltcG9ydGFudDtcbn1cbiAvZGVlcC8gLnNhdmUtYXMtYnV0dG9uLWljb24ge1xuICBmb250LXNpemU6IDExcHg7XG4gIGxlZnQ6IDIycHggIWltcG9ydGFudDtcbiAgdG9wOiAxM3B4ICFpbXBvcnRhbnQ7XG59XG4uc2F2ZS1idXR0b24ge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogLTVweDtcbiAgbGVmdDogMjFweDtcbn1cbmdkLXRhYi5kZXNrdG9wLWhpZGUge1xuICBkaXNwbGF5OiBub25lO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAgL2RlZXAvIC5wYW56b29tIHtcbiAgICB6b29tOiAwLjQ1O1xuICAgIG1hcmdpbi10b3A6IDEzMHB4O1xuICB9XG4gIDo6bmctZGVlcCAuZ2QtdGFiIGZhLWljb24ge1xuICAgIGhlaWdodDogNjBweDtcbiAgICB3aWR0aDogNjBweDtcbiAgICBmb250LXNpemU6IDIycHggIWltcG9ydGFudDtcbiAgICBtYXJnaW46IHVuc2V0ICFpbXBvcnRhbnQ7XG4gIH1cbiAgZ2QtdGFiLmRlc2t0b3AtaGlkZSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cbiAgLm1vYmlsZS1oaWRlIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIG92ZXJmbG93LXg6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC50b29scyBnZC1idXR0b246bnRoLWNoaWxkKDEpID4gLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uIHtcbiAgICBoZWlnaHQ6IDYwcHggIWltcG9ydGFudDtcbiAgICB3aWR0aDogNjBweDtcbiAgfVxuICA6Om5nLWRlZXAgI2Zvcm1hdHRpbmctdGFiIDo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uLFxuICA6Om5nLWRlZXAgI3BhcmFncmFwaC10YWIgOjpuZy1kZWVwIC50b29scyAuaWNvbi1idXR0b24ge1xuICAgIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5iZy1jb2xvci1waWMge1xuICAgIGhlaWdodDogMTNweCAhaW1wb3J0YW50O1xuICAgIHdpZHRoOiAxM3B4ICFpbXBvcnRhbnQ7XG4gICAgcmlnaHQ6IDlweCAhaW1wb3J0YW50O1xuICAgIGJvdHRvbTogMTFweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAucGFsZXR0ZSB7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMTMwcHggIWltcG9ydGFudDtcbiAgICB6LWluZGV4OiAxMDA7XG4gIH1cbiAgOjpuZy1kZWVwIC5iYWNrZ3JvdW5kLWNvbG9yLXBpY2tlciB7XG4gICAgbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5jb2xvci1waWNrZXIge1xuICAgIGxlZnQ6IDYwcHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLmZvcm1hdC1zZWxlY3QuZm9udC10eXBlIHtcbiAgICB3aWR0aDogMTA5cHg7XG4gIH1cbiAgOjpuZy1kZWVwIC5mb3JtYXQtc2VsZWN0LmZvbnQtdHlwZSA6Om5nLWRlZXAgLmRyb3Bkb3duLW1lbnUge1xuICAgIHdpZHRoOiAxMDlweCAhaW1wb3J0YW50O1xuICAgIHRvcDogNjBweCAhaW1wb3J0YW50O1xuICAgIGxlZnQ6IDBweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAuZm9ybWF0LXNlbGVjdC5mb250LXNpemUge1xuICAgIHdpZHRoOiA4MXB4O1xuICB9XG4gIDo6bmctZGVlcCAuZm9ybWF0LXNlbGVjdC5mb250LXNpemUgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgICB3aWR0aDogODFweCAhaW1wb3J0YW50O1xuICAgIHRvcDogNjBweCAhaW1wb3J0YW50O1xuICAgIGxlZnQ6IDEwOXB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5mb3JtYXQtc2VsZWN0IC5zZWxlY3Qge1xuICAgIHdpZHRoOiB1bnNldCAhaW1wb3J0YW50O1xuICAgIGhlaWdodDogNjBweCAhaW1wb3J0YW50O1xuICAgIGxpbmUtaGVpZ2h0OiA2MHB4O1xuICB9XG59XG4iLCJAaW1wb3J0IFwiLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcbkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zJmRpc3BsYXk9c3dhcCcpO1xuOmhvc3QgKiB7XG4gIGZvbnQtZmFtaWx5OiAnT3BlbiBTYW5zJywgQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZjtcbn1cblxuLmN1cnJlbnQtcGFnZS1udW1iZXIge1xuICBtYXJnaW46IDBweCAxNXB4O1xuICBmb250LXNpemU6IDE0cHg7XG4gIGNvbG9yOiBAcmVnZW50LWdyYXk7XG59XG4qe1xuICAtd2Via2l0LXVzZXItc2VsZWN0OiBub25lOyAgLyogQ2hyb21lIGFsbCAvIFNhZmFyaSBhbGwgKi9cbiAgLW1vei11c2VyLXNlbGVjdDogbm9uZTsgICAgIC8qIEZpcmVmb3ggYWxsICovXG4gIC1tcy11c2VyLXNlbGVjdDogbm9uZTsgICAgICAvKiBJRSAxMCsgKi9cbiAgdXNlci1zZWxlY3Q6IHRleHQ7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cblxuL2RlZXAvIC5nZC1kcmFnLW4tZHJvcC13cmFwLmFjdGl2ZSB7XG4gIHotaW5kZXg6IDk5OTtcbiAgLmluaXQtc3RhdGUtd3JhcHBlciB7XG4gICAgdG9wOiB1bnNldCAhaW1wb3J0YW50O1xuICB9XG59XG5cbi9kZWVwLyAuaW5pdC1zdGF0ZS13cmFwcGVyIHtcbiAgdG9wOiAtOTBweCAhaW1wb3J0YW50O1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xufVxuXG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiB+XCJjYWxjKDEwMCUgLSBAe2VkaXRvci1uYXYtaGVpZ2h0fSlcIjtcbn1cblxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuXG4udG9vbGJhci1wYW5lbCB7XG4gIHdpZHRoOiAxMDAlO1xufVxuXG4vZGVlcC8gLmdkLXdyYXBwZXIge1xuICBwYWRkaW5nOiA5NnB4O1xuICAtd2Via2l0LXVzZXItc2VsZWN0OiB0ZXh0OyAgLyogQ2hyb21lIGFsbCAvIFNhZmFyaSBhbGwgKi9cbiAgLW1vei11c2VyLXNlbGVjdDogdGV4dDsgICAgIC8qIEZpcmVmb3ggYWxsICovXG4gIC1tcy11c2VyLXNlbGVjdDogdGV4dDsgICAgICAvKiBJRSAxMCsgKi9cbiAgdXNlci1zZWxlY3Q6IHRleHQ7XG4gIG91dGxpbmU6IG5vbmU7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cblxuL2RlZXAvIC5kcm9wZG93bi1tZW51IHtcbiAgbWluLXdpZHRoOiB1bnNldCAhaW1wb3J0YW50O1xufVxuXG4ucGFsZXR0ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiA5MHB4O1xuICB6LWluZGV4OiAxMDA7XG59XG5cbi5iYWNrZ3JvdW5kLWNvbG9yLXBpY2tlciB7XG4gIGxlZnQ6IDcwMHB4O1xufVxuXG4uY29sb3ItcGlja2VyIHtcbiAgbGVmdDogNzUwcHg7XG59XG5cbi5iZy1jb2xvci1waWMge1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGhlaWdodDogOHB4O1xuICB3aWR0aDogOHB4O1xuICByaWdodDogNnB4O1xuICBib3R0b206IDZweDtcbn1cblxuOjpuZy1kZWVwIC50b29scyB7XG4gIC5idXR0b24ge1xuICAgIGNvbG9yOiBAcHJpbWFyeSAhaW1wb3J0YW50O1xuICAgIC50ZXh0IHtcbiAgICAgIHBhZGRpbmc6IDBweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgICAmLmluYWN0aXZlIHtcbiAgICAgIGNvbG9yOiBAcmVnZW50LWdyYXkgIWltcG9ydGFudDtcbiAgICAgIG9wYWNpdHk6IDAuNDtcbiAgICB9XG4gIH1cbiAgLmRyb3Bkb3duLW1lbnUgeyBcbiAgICAub3B0aW9ue1xuICAgICAgbWluLXdpZHRoOiA2MXB4O1xuICAgICAgY29sb3I6IEBkb3ZlLWdyYXkgIWltcG9ydGFudDtcbiAgICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAZm9sZGVyICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuICB9XG4gIC5pY29uLWJ1dHRvbiB7XG4gICAgbWFyZ2luOiAwIDAgMCA3cHggIWltcG9ydGFudDtcbiAgfVxuICAuc2VsZWN0IHtcbiAgICB3aWR0aDogNjVweDtcbiAgICBoZWlnaHQ6IDM3cHg7XG4gICAgbWFyZ2luLWxlZnQ6IDdweDtcbiAgICBsaW5lLWhlaWdodDogMzdweDtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgYm9yZGVyOiBub25lICFpbXBvcnRhbnQ7XG4gICAgLm5hdi1jYXJldCB7XG4gICAgICBtYXJnaW46IDAgMCAwIDRweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxufVxuXG46Om5nLWRlZXAgLmdkLXNlbGVjdC1mb3JtYXQge1xuICAuc2VsZWN0IHtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW4gIWltcG9ydGFudDtcbiAgfVxufVxuXG4vZGVlcC8gLnRhYi1jb250ZW50IC5idXR0b24gLnRvb2x0aXAge1xuICBtYXJnaW4tdG9wOiA0NXB4O1xuICBtYXJnaW4tbGVmdDogLTM2cHg7XG59XG5cbi9kZWVwLyAuZ2QtZWRpdC5hY3RpdmUge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjN0U4OTkxO1xufVxuXG4vZGVlcC8gLmdkLWVkaXQuYWN0aXZlIGkge1xuICBjb2xvcjogI0ZGRkZGRjtcbn1cblxuL2RlZXAvIC5wYWdlIHtcbiAgd2lkdGg6IDgwMHB4O1xuICBoZWlnaHQ6IDEwMCUgIWltcG9ydGFudDtcbiAgbWluLWhlaWdodDogODQycHQgIWltcG9ydGFudDtcbn1cblxuL2RlZXAvIC5zYXZlLWFzLWJ1dHRvbi1pY29uIHtcbiAgZm9udC1zaXplOiAxMXB4O1xuICBsZWZ0OiAyMnB4ICFpbXBvcnRhbnQ7XG4gIHRvcDogMTNweCAhaW1wb3J0YW50O1xufVxuXG4uc2F2ZS1idXR0b24ge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogLTVweDtcbiAgbGVmdDogMjFweDtcbn1cblxuZ2QtdGFiIHtcbiAgJi5kZXNrdG9wLWhpZGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgL2RlZXAvIC5wYW56b29te1xuICAgIHpvb206IDAuNDU7XG4gICAgbWFyZ2luLXRvcDoxMzBweDtcbiAgfVxuXG4gIDo6bmctZGVlcCAuZ2QtdGFiIHtcbiAgICBmYS1pY29ue1xuICAgICAgaGVpZ2h0OiA2MHB4O1xuICAgICAgd2lkdGg6IDYwcHg7XG4gICAgICBmb250LXNpemU6IDIycHggIWltcG9ydGFudDtcbiAgICAgIG1hcmdpbjogdW5zZXQgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICBnZC10YWIge1xuICAgICYuZGVza3RvcC1oaWRlIHtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIH1cbiAgfVxuXG4gIC5tb2JpbGUtaGlkZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuXG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIG92ZXJmbG93LXg6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgZ2QtYnV0dG9uOm50aC1jaGlsZCgxKSA+IC5pY29uLWJ1dHRvbntcbiAgICAgIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuICAgIC5pY29uLWJ1dHRvbntcbiAgICAgIGhlaWdodDogNjBweCAhaW1wb3J0YW50O1xuICAgICAgd2lkdGg6IDYwcHg7XG4gICAgfVxuICB9XG5cbiAgOjpuZy1kZWVwICNmb3JtYXR0aW5nLXRhYiwgOjpuZy1kZWVwICNwYXJhZ3JhcGgtdGFiIHtcbiAgICA6Om5nLWRlZXAgLnRvb2xzIHtcbiAgICAgIC5pY29uLWJ1dHRvbntcbiAgICAgICAgbWFyZ2luOiAwcHggIWltcG9ydGFudDtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLmJnLWNvbG9yLXBpYyB7XG4gICAgaGVpZ2h0OiAxM3B4ICFpbXBvcnRhbnQ7XG4gICAgd2lkdGg6IDEzcHggIWltcG9ydGFudDtcbiAgICByaWdodDogOXB4ICFpbXBvcnRhbnQ7XG4gICAgYm90dG9tOiAxMXB4ICFpbXBvcnRhbnQ7XG4gIH1cblxuICA6Om5nLWRlZXAgLnBhbGV0dGUge1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDEzMHB4ICFpbXBvcnRhbnQ7XG4gICAgei1pbmRleDogMTAwO1xuICB9XG5cbiAgOjpuZy1kZWVwIC5iYWNrZ3JvdW5kLWNvbG9yLXBpY2tlciB7XG4gICAgbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgXG4gIDo6bmctZGVlcCAuY29sb3ItcGlja2VyIHtcbiAgICBsZWZ0OiA2MHB4ICFpbXBvcnRhbnQ7XG4gIH1cblxuICA6Om5nLWRlZXAgLmZvcm1hdC1zZWxlY3Qge1xuICAgICYuZm9udC10eXBlIHtcbiAgICAgIHdpZHRoOiAxMDlweDtcbiAgICAgIDo6bmctZGVlcCAuZHJvcGRvd24tbWVudSB7XG4gICAgICAgIHdpZHRoOiAxMDlweCAhaW1wb3J0YW50O1xuICAgICAgICB0b3A6IDYwcHggIWltcG9ydGFudDtcbiAgICAgICAgbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuICAgICYuZm9udC1zaXplIHtcbiAgICAgIHdpZHRoOiA4MXB4O1xuICAgICAgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgICAgICAgd2lkdGg6IDgxcHggIWltcG9ydGFudDtcbiAgICAgICAgdG9wOiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgICAgIGxlZnQ6IDEwOXB4ICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuICAgIC5zZWxlY3Qge1xuICAgICAgd2lkdGg6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgICBoZWlnaHQ6IDYwcHggIWltcG9ydGFudDtcbiAgICAgIGxpbmUtaGVpZ2h0OiA2MHB4O1xuICAgIH1cbiAgfVxufVxuIl19 */" +module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n.current-page-number {\n margin: 0px 15px;\n font-size: 14px;\n color: #959da5;\n}\n* {\n -webkit-user-select: none;\n /* Chrome all / Safari all */\n -moz-user-select: none;\n /* Firefox all */\n -ms-user-select: none;\n /* IE 10+ */\n user-select: text;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n::ng-deep .gd-drag-n-drop-wrap.active {\n z-index: 999;\n}\n::ng-deep .gd-drag-n-drop-wrap.active .init-state-wrapper {\n top: unset !important;\n}\n::ng-deep .init-state-wrapper {\n top: -90px !important;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: inherit;\n}\n.gd-document {\n width: 100%;\n height: calc(100% - 90px);\n}\n.top-panel {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n width: 100%;\n}\n.toolbar-panel {\n width: 100%;\n}\n::ng-deep .gd-wrapper {\n -webkit-user-select: text;\n /* Chrome all / Safari all */\n -moz-user-select: text;\n /* Firefox all */\n -ms-user-select: text;\n /* IE 10+ */\n user-select: text;\n outline: none;\n position: relative;\n}\n::ng-deep .dropdown-menu {\n min-width: unset !important;\n}\n.palette {\n position: absolute;\n top: 90px;\n z-index: 100;\n}\n.background-color-picker {\n left: 700px;\n}\n.color-picker {\n left: 750px;\n}\n.bg-color-pic {\n border-radius: 100%;\n border: 1px solid #CCC;\n position: absolute;\n height: 8px;\n width: 8px;\n right: 6px;\n bottom: 6px;\n}\n::ng-deep .tools .button {\n color: #3E4E5A !important;\n}\n::ng-deep .tools .button .text {\n padding: 0px !important;\n}\n::ng-deep .tools .button.inactive {\n color: #959da5 !important;\n opacity: 0.4;\n}\n::ng-deep .tools .dropdown-menu .option {\n min-width: 61px;\n color: #6e6e6e !important;\n}\n::ng-deep .tools .dropdown-menu .option:hover {\n background-color: #4b566c !important;\n}\n::ng-deep .tools .icon-button {\n margin: 0 0 0 7px !important;\n}\n::ng-deep .tools .select {\n width: 65px;\n height: 37px;\n margin-left: 7px;\n line-height: 37px;\n text-align: center;\n border: none !important;\n}\n::ng-deep .tools .select .nav-caret {\n margin: 0 0 0 4px !important;\n}\n::ng-deep .gd-select-format .select {\n -webkit-box-pack: justify !important;\n justify-content: space-between !important;\n}\n::ng-deep .tab-content .button .tooltip {\n margin-top: 45px;\n margin-left: -36px;\n}\n::ng-deep .gd-edit.active {\n background-color: #7E8991;\n}\n::ng-deep .gd-edit.active i {\n color: #FFFFFF;\n}\n::ng-deep .page {\n width: auto !important;\n height: auto !important;\n}\n::ng-deep .page ::ng-deep .gd-document .page {\n width: auto !important;\n height: auto !important;\n}\n::ng-deep .slide {\n margin: 0px !important;\n}\n::ng-deep .documentMainContent.newfile {\n width: 595px !important;\n height: 842px !important;\n}\n::ng-deep .gd-document.new-file .page {\n width: 595pt !important;\n height: 842pt !important;\n}\n::ng-deep .slide {\n margin: 0px !important;\n}\n::ng-deep #page-0 {\n height: calc(100% - 2 * 20px);\n}\n::ng-deep .save-as-button-icon {\n font-size: 11px;\n left: 22px !important;\n top: 13px !important;\n}\n::ng-deep .documentMainContent .section {\n margin: 0px !important;\n}\n::ng-deep .documentMainContent > div {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-pack: end;\n justify-content: flex-end;\n}\n::ng-deep .documentMainContent > div .footer-1 {\n position: absolute;\n bottom: 0;\n width: calc(100% - 2 * 96px);\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: justify;\n justify-content: space-between;\n}\n::ng-deep .documentMainContent > div .footer-1 .Normal {\n margin: 0 0 0 auto;\n}\n::ng-deep .documentMainContent > div .footer-1 p {\n width: -webkit-fit-content;\n width: -moz-fit-content;\n width: fit-content;\n}\n::ng-deep .documentMainContent > div .header-0 {\n padding-bottom: 10px;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: justify;\n justify-content: space-between;\n}\n::ng-deep .documentMainContent > div .header-0 .Normal,\n::ng-deep .documentMainContent > div .header-0 .Header {\n margin: 0 0 0 auto;\n}\n::ng-deep .documentMainContent > div .header-0 p {\n width: -webkit-fit-content;\n width: -moz-fit-content;\n width: fit-content;\n}\n::ng-deep .documentMainContent > div .header-0 p:last-of-type {\n margin: 0 !important;\n}\n.save-button {\n position: absolute;\n top: -5px;\n left: 21px;\n}\ngd-tab.desktop-hide {\n display: none;\n}\n@media (max-width: 1037px) {\n ::ng-deep .panzoom {\n zoom: 0.45;\n margin-top: 130px;\n }\n ::ng-deep .gd-tab fa-icon {\n height: 60px;\n width: 60px;\n font-size: 22px !important;\n margin: unset !important;\n }\n gd-tab.desktop-hide {\n display: block;\n }\n .mobile-hide {\n display: none;\n }\n ::ng-deep .tools {\n overflow-x: unset !important;\n }\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\n margin: 0px !important;\n }\n ::ng-deep .tools .icon-button {\n height: 60px !important;\n width: 60px;\n }\n ::ng-deep #formatting-tab ::ng-deep .tools .icon-button,\n ::ng-deep #paragraph-tab ::ng-deep .tools .icon-button {\n margin: 0px !important;\n }\n ::ng-deep .bg-color-pic {\n height: 13px !important;\n width: 13px !important;\n right: 9px !important;\n bottom: 11px !important;\n }\n ::ng-deep .palette {\n position: absolute;\n top: 130px !important;\n z-index: 100;\n }\n ::ng-deep .background-color-picker {\n left: 0px !important;\n }\n ::ng-deep .color-picker {\n left: 60px !important;\n }\n ::ng-deep .format-select.font-type {\n width: 109px;\n }\n ::ng-deep .format-select.font-type ::ng-deep .dropdown-menu {\n width: 109px !important;\n top: 60px !important;\n left: 0px !important;\n }\n ::ng-deep .format-select.font-size {\n width: 81px;\n }\n ::ng-deep .format-select.font-size ::ng-deep .dropdown-menu {\n width: 81px !important;\n top: 60px !important;\n left: 109px !important;\n }\n ::ng-deep .format-select .select {\n width: unset !important;\n height: 60px !important;\n line-height: 60px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvZWRpdG9yL3NyYy9saWIvZWRpdG9yLWFwcC5jb21wb25lbnQubGVzcyIsImxpYnMvZWRpdG9yL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2VkaXRvci9zcmMvbGliL2VkaXRvci1hcHAuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsNkVDQ2tCO0FBRWxCO0VBQ0Usc0RBQUE7QURERjtBQ0lBO0VBQ0UsZ0JBQUE7RUFDQSxlQUFBO0VBQ0EsY0FBQTtBREZGO0FDS0E7RUFDRSx5QkFBQTtFREhBLDRCQUE0QjtFQ0s1QixzQkFBQTtFREhBLGdCQUFnQjtFQ0toQixxQkFBQTtFREhBLFdBQVc7RUNLWCxpQkFBQTtBREhGO0FDTUE7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBREpGO0FDT0E7RUFDRSxZQUFBO0FETEY7QUNJQTtFQUlJLHFCQUFBO0FETEo7QUNTQTtFQUNFLHFCQUFBO0FEUEY7QUNVQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGVBQUE7QURSRjtBQ1dBO0VBQ0UsV0FBQTtFQUNBLHlCQUFBO0FEVEY7QUNZQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0FEVkY7QUNhQTtFQUNFLFdBQUE7QURYRjtBQ2NBO0VBQ0UseUJBQUE7RURaQSw0QkFBNEI7RUNjNUIsc0JBQUE7RURaQSxnQkFBZ0I7RUNjaEIscUJBQUE7RURaQSxXQUFXO0VDY1gsaUJBQUE7RUFDQSxhQUFBO0VBQ0Esa0JBQUE7QURaRjtBQ2VBO0VBQ0UsMkJBQUE7QURiRjtBQ2dCQTtFQUNFLGtCQUFBO0VBQ0EsU0FBQTtFQUNBLFlBQUE7QURkRjtBQ2lCQTtFQUNFLFdBQUE7QURmRjtBQ2tCQTtFQUNFLFdBQUE7QURoQkY7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dG9yLWFwcC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zJmRpc3BsYXk9c3dhcCcpO1xuOmhvc3QgKiB7XG4gIGZvbnQtZmFtaWx5OiAnT3BlbiBTYW5zJywgQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZjtcbn1cbi5jdXJyZW50LXBhZ2UtbnVtYmVyIHtcbiAgbWFyZ2luOiAwcHggMTVweDtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBjb2xvcjogIzk1OWRhNTtcbn1cbioge1xuICAtd2Via2l0LXVzZXItc2VsZWN0OiBub25lO1xuICAvKiBDaHJvbWUgYWxsIC8gU2FmYXJpIGFsbCAqL1xuICAtbW96LXVzZXItc2VsZWN0OiBub25lO1xuICAvKiBGaXJlZm94IGFsbCAqL1xuICAtbXMtdXNlci1zZWxlY3Q6IG5vbmU7XG4gIC8qIElFIDEwKyAqL1xuICB1c2VyLXNlbGVjdDogdGV4dDtcbn1cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgdG9wOiAwO1xuICBib3R0b206IDA7XG4gIGxlZnQ6IDA7XG4gIHJpZ2h0OiAwO1xufVxuOjpuZy1kZWVwIC5nZC1kcmFnLW4tZHJvcC13cmFwLmFjdGl2ZSB7XG4gIHotaW5kZXg6IDk5OTtcbn1cbjo6bmctZGVlcCAuZ2QtZHJhZy1uLWRyb3Atd3JhcC5hY3RpdmUgLmluaXQtc3RhdGUtd3JhcHBlciB7XG4gIHRvcDogdW5zZXQgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuaW5pdC1zdGF0ZS13cmFwcGVyIHtcbiAgdG9wOiAtOTBweCAhaW1wb3J0YW50O1xufVxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cbi5nZC1kb2N1bWVudCB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDkwcHgpO1xufVxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnRvb2xiYXItcGFuZWwge1xuICB3aWR0aDogMTAwJTtcbn1cbjo6bmctZGVlcCAuZ2Qtd3JhcHBlciB7XG4gIC13ZWJraXQtdXNlci1zZWxlY3Q6IHRleHQ7XG4gIC8qIENocm9tZSBhbGwgLyBTYWZhcmkgYWxsICovXG4gIC1tb3otdXNlci1zZWxlY3Q6IHRleHQ7XG4gIC8qIEZpcmVmb3ggYWxsICovXG4gIC1tcy11c2VyLXNlbGVjdDogdGV4dDtcbiAgLyogSUUgMTArICovXG4gIHVzZXItc2VsZWN0OiB0ZXh0O1xuICBvdXRsaW5lOiBub25lO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG46Om5nLWRlZXAgLmRyb3Bkb3duLW1lbnUge1xuICBtaW4td2lkdGg6IHVuc2V0ICFpbXBvcnRhbnQ7XG59XG4ucGFsZXR0ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiA5MHB4O1xuICB6LWluZGV4OiAxMDA7XG59XG4uYmFja2dyb3VuZC1jb2xvci1waWNrZXIge1xuICBsZWZ0OiA3MDBweDtcbn1cbi5jb2xvci1waWNrZXIge1xuICBsZWZ0OiA3NTBweDtcbn1cbi5iZy1jb2xvci1waWMge1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGhlaWdodDogOHB4O1xuICB3aWR0aDogOHB4O1xuICByaWdodDogNnB4O1xuICBib3R0b206IDZweDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbiB7XG4gIGNvbG9yOiAjM0U0RTVBICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24gLnRleHQge1xuICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbi5pbmFjdGl2ZSB7XG4gIGNvbG9yOiAjOTU5ZGE1ICFpbXBvcnRhbnQ7XG4gIG9wYWNpdHk6IDAuNDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbiB7XG4gIG1pbi13aWR0aDogNjFweDtcbiAgY29sb3I6ICM2ZTZlNmUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbjpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0YjU2NmMgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uIHtcbiAgbWFyZ2luOiAwIDAgMCA3cHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdCB7XG4gIHdpZHRoOiA2NXB4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIG1hcmdpbi1sZWZ0OiA3cHg7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGJvcmRlcjogbm9uZSAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC50b29scyAuc2VsZWN0IC5uYXYtY2FyZXQge1xuICBtYXJnaW46IDAgMCAwIDRweCAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5nZC1zZWxlY3QtZm9ybWF0IC5zZWxlY3Qge1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW4gIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudGFiLWNvbnRlbnQgLmJ1dHRvbiAudG9vbHRpcCB7XG4gIG1hcmdpbi10b3A6IDQ1cHg7XG4gIG1hcmdpbi1sZWZ0OiAtMzZweDtcbn1cbjo6bmctZGVlcCAuZ2QtZWRpdC5hY3RpdmUge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjN0U4OTkxO1xufVxuOjpuZy1kZWVwIC5nZC1lZGl0LmFjdGl2ZSBpIHtcbiAgY29sb3I6ICNGRkZGRkY7XG59XG46Om5nLWRlZXAgLnBhZ2Uge1xuICB3aWR0aDogYXV0byAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IGF1dG8gIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAucGFnZSA6Om5nLWRlZXAgLmdkLWRvY3VtZW50IC5wYWdlIHtcbiAgd2lkdGg6IGF1dG8gIWltcG9ydGFudDtcbiAgaGVpZ2h0OiBhdXRvICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnNsaWRlIHtcbiAgbWFyZ2luOiAwcHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuZG9jdW1lbnRNYWluQ29udGVudC5uZXdmaWxlIHtcbiAgd2lkdGg6IDU5NXB4ICFpbXBvcnRhbnQ7XG4gIGhlaWdodDogODQycHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuZ2QtZG9jdW1lbnQubmV3LWZpbGUgLnBhZ2Uge1xuICB3aWR0aDogNTk1cHQgIWltcG9ydGFudDtcbiAgaGVpZ2h0OiA4NDJwdCAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5zbGlkZSB7XG4gIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgI3BhZ2UtMCB7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gMiAqIDIwcHgpO1xufVxuOjpuZy1kZWVwIC5zYXZlLWFzLWJ1dHRvbi1pY29uIHtcbiAgZm9udC1zaXplOiAxMXB4O1xuICBsZWZ0OiAyMnB4ICFpbXBvcnRhbnQ7XG4gIHRvcDogMTNweCAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5kb2N1bWVudE1haW5Db250ZW50IC5zZWN0aW9uIHtcbiAgbWFyZ2luOiAwcHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuZG9jdW1lbnRNYWluQ29udGVudCA+IGRpdiB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogZmxleC1lbmQ7XG59XG46Om5nLWRlZXAgLmRvY3VtZW50TWFpbkNvbnRlbnQgPiBkaXYgLmZvb3Rlci0xIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBib3R0b206IDA7XG4gIHdpZHRoOiBjYWxjKDEwMCUgLSAyICogOTZweCk7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2Vlbjtcbn1cbjo6bmctZGVlcCAuZG9jdW1lbnRNYWluQ29udGVudCA+IGRpdiAuZm9vdGVyLTEgLk5vcm1hbCB7XG4gIG1hcmdpbjogMCAwIDAgYXV0bztcbn1cbjo6bmctZGVlcCAuZG9jdW1lbnRNYWluQ29udGVudCA+IGRpdiAuZm9vdGVyLTEgcCB7XG4gIHdpZHRoOiBmaXQtY29udGVudDtcbn1cbjo6bmctZGVlcCAuZG9jdW1lbnRNYWluQ29udGVudCA+IGRpdiAuaGVhZGVyLTAge1xuICBwYWRkaW5nLWJvdHRvbTogMTBweDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xufVxuOjpuZy1kZWVwIC5kb2N1bWVudE1haW5Db250ZW50ID4gZGl2IC5oZWFkZXItMCAuTm9ybWFsLFxuOjpuZy1kZWVwIC5kb2N1bWVudE1haW5Db250ZW50ID4gZGl2IC5oZWFkZXItMCAuSGVhZGVyIHtcbiAgbWFyZ2luOiAwIDAgMCBhdXRvO1xufVxuOjpuZy1kZWVwIC5kb2N1bWVudE1haW5Db250ZW50ID4gZGl2IC5oZWFkZXItMCBwIHtcbiAgd2lkdGg6IGZpdC1jb250ZW50O1xufVxuOjpuZy1kZWVwIC5kb2N1bWVudE1haW5Db250ZW50ID4gZGl2IC5oZWFkZXItMCBwOmxhc3Qtb2YtdHlwZSB7XG4gIG1hcmdpbjogMCAhaW1wb3J0YW50O1xufVxuLnNhdmUtYnV0dG9uIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IC01cHg7XG4gIGxlZnQ6IDIxcHg7XG59XG5nZC10YWIuZGVza3RvcC1oaWRlIHtcbiAgZGlzcGxheTogbm9uZTtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgOjpuZy1kZWVwIC5wYW56b29tIHtcbiAgICB6b29tOiAwLjQ1O1xuICAgIG1hcmdpbi10b3A6IDEzMHB4O1xuICB9XG4gIDo6bmctZGVlcCAuZ2QtdGFiIGZhLWljb24ge1xuICAgIGhlaWdodDogNjBweDtcbiAgICB3aWR0aDogNjBweDtcbiAgICBmb250LXNpemU6IDIycHggIWltcG9ydGFudDtcbiAgICBtYXJnaW46IHVuc2V0ICFpbXBvcnRhbnQ7XG4gIH1cbiAgZ2QtdGFiLmRlc2t0b3AtaGlkZSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cbiAgLm1vYmlsZS1oaWRlIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIG92ZXJmbG93LXg6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC50b29scyBnZC1idXR0b246bnRoLWNoaWxkKDEpID4gLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uIHtcbiAgICBoZWlnaHQ6IDYwcHggIWltcG9ydGFudDtcbiAgICB3aWR0aDogNjBweDtcbiAgfVxuICA6Om5nLWRlZXAgI2Zvcm1hdHRpbmctdGFiIDo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uLFxuICA6Om5nLWRlZXAgI3BhcmFncmFwaC10YWIgOjpuZy1kZWVwIC50b29scyAuaWNvbi1idXR0b24ge1xuICAgIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5iZy1jb2xvci1waWMge1xuICAgIGhlaWdodDogMTNweCAhaW1wb3J0YW50O1xuICAgIHdpZHRoOiAxM3B4ICFpbXBvcnRhbnQ7XG4gICAgcmlnaHQ6IDlweCAhaW1wb3J0YW50O1xuICAgIGJvdHRvbTogMTFweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAucGFsZXR0ZSB7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMTMwcHggIWltcG9ydGFudDtcbiAgICB6LWluZGV4OiAxMDA7XG4gIH1cbiAgOjpuZy1kZWVwIC5iYWNrZ3JvdW5kLWNvbG9yLXBpY2tlciB7XG4gICAgbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5jb2xvci1waWNrZXIge1xuICAgIGxlZnQ6IDYwcHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLmZvcm1hdC1zZWxlY3QuZm9udC10eXBlIHtcbiAgICB3aWR0aDogMTA5cHg7XG4gIH1cbiAgOjpuZy1kZWVwIC5mb3JtYXQtc2VsZWN0LmZvbnQtdHlwZSA6Om5nLWRlZXAgLmRyb3Bkb3duLW1lbnUge1xuICAgIHdpZHRoOiAxMDlweCAhaW1wb3J0YW50O1xuICAgIHRvcDogNjBweCAhaW1wb3J0YW50O1xuICAgIGxlZnQ6IDBweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAuZm9ybWF0LXNlbGVjdC5mb250LXNpemUge1xuICAgIHdpZHRoOiA4MXB4O1xuICB9XG4gIDo6bmctZGVlcCAuZm9ybWF0LXNlbGVjdC5mb250LXNpemUgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgICB3aWR0aDogODFweCAhaW1wb3J0YW50O1xuICAgIHRvcDogNjBweCAhaW1wb3J0YW50O1xuICAgIGxlZnQ6IDEwOXB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5mb3JtYXQtc2VsZWN0IC5zZWxlY3Qge1xuICAgIHdpZHRoOiB1bnNldCAhaW1wb3J0YW50O1xuICAgIGhlaWdodDogNjBweCAhaW1wb3J0YW50O1xuICAgIGxpbmUtaGVpZ2h0OiA2MHB4O1xuICB9XG59XG4iLCJAaW1wb3J0IFwiLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcbkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zJmRpc3BsYXk9c3dhcCcpO1xuXG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuXG4uY3VycmVudC1wYWdlLW51bWJlciB7XG4gIG1hcmdpbiAgIDogMHB4IDE1cHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgY29sb3IgICAgOiBAcmVnZW50LWdyYXk7XG59XG5cbioge1xuICAtd2Via2l0LXVzZXItc2VsZWN0OiBub25lO1xuICAvKiBDaHJvbWUgYWxsIC8gU2FmYXJpIGFsbCAqL1xuICAtbW96LXVzZXItc2VsZWN0ICAgOiBub25lO1xuICAvKiBGaXJlZm94IGFsbCAqL1xuICAtbXMtdXNlci1zZWxlY3QgICAgOiBub25lO1xuICAvKiBJRSAxMCsgKi9cbiAgdXNlci1zZWxlY3QgICAgICAgIDogdGV4dDtcbn1cblxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0ICAgICA6IDEwMCU7XG4gIHdpZHRoICAgICAgOiAxMDAlO1xuICBwb3NpdGlvbiAgIDogZml4ZWQ7XG4gIHRvcCAgICAgICAgOiAwO1xuICBib3R0b20gICAgIDogMDtcbiAgbGVmdCAgICAgICA6IDA7XG4gIHJpZ2h0ICAgICAgOiAwO1xufVxuXG46Om5nLWRlZXAgLmdkLWRyYWctbi1kcm9wLXdyYXAuYWN0aXZlIHtcbiAgei1pbmRleDogOTk5O1xuXG4gIC5pbml0LXN0YXRlLXdyYXBwZXIge1xuICAgIHRvcDogdW5zZXQgIWltcG9ydGFudDtcbiAgfVxufVxuXG46Om5nLWRlZXAgLmluaXQtc3RhdGUtd3JhcHBlciB7XG4gIHRvcDogLTkwcHggIWltcG9ydGFudDtcbn1cblxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodCA6IGluaGVyaXQ7XG59XG5cbi5nZC1kb2N1bWVudCB7XG4gIHdpZHRoIDogMTAwJTtcbiAgaGVpZ2h0On5cImNhbGMoMTAwJSAtIEB7ZWRpdG9yLW5hdi1oZWlnaHR9KVwiO1xufVxuXG4udG9wLXBhbmVsIHtcbiAgZGlzcGxheSAgICA6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoICAgICAgOiAxMDAlO1xufVxuXG4udG9vbGJhci1wYW5lbCB7XG4gIHdpZHRoOiAxMDAlO1xufVxuXG46Om5nLWRlZXAgLmdkLXdyYXBwZXIge1xuICAtd2Via2l0LXVzZXItc2VsZWN0OiB0ZXh0O1xuICAvKiBDaHJvbWUgYWxsIC8gU2FmYXJpIGFsbCAqL1xuICAtbW96LXVzZXItc2VsZWN0ICAgOiB0ZXh0O1xuICAvKiBGaXJlZm94IGFsbCAqL1xuICAtbXMtdXNlci1zZWxlY3QgICAgOiB0ZXh0O1xuICAvKiBJRSAxMCsgKi9cbiAgdXNlci1zZWxlY3QgICAgICAgIDogdGV4dDtcbiAgb3V0bGluZSAgICAgICAgICAgIDogbm9uZTtcbiAgcG9zaXRpb24gICAgICAgICAgIDogcmVsYXRpdmU7XG59XG5cbjo6bmctZGVlcCAuZHJvcGRvd24tbWVudSB7XG4gIG1pbi13aWR0aDogdW5zZXQgIWltcG9ydGFudDtcbn1cblxuLnBhbGV0dGUge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcCAgICAgOiA5MHB4O1xuICB6LWluZGV4IDogMTAwO1xufVxuXG4uYmFja2dyb3VuZC1jb2xvci1waWNrZXIge1xuICBsZWZ0OiA3MDBweDtcbn1cblxuLmNvbG9yLXBpY2tlciB7XG4gIGxlZnQ6IDc1MHB4O1xufVxuXG4uYmctY29sb3ItcGljIHtcbiAgYm9yZGVyLXJhZGl1czogMTAwJTtcbiAgYm9yZGVyICAgICAgIDogMXB4IHNvbGlkICNDQ0M7XG4gIHBvc2l0aW9uICAgICA6IGFic29sdXRlO1xuICBoZWlnaHQgICAgICAgOiA4cHg7XG4gIHdpZHRoICAgICAgICA6IDhweDtcbiAgcmlnaHQgICAgICAgIDogNnB4O1xuICBib3R0b20gICAgICAgOiA2cHg7XG59XG5cbjo6bmctZGVlcCAudG9vbHMge1xuICAuYnV0dG9uIHtcbiAgICBjb2xvcjogQHByaW1hcnkgICFpbXBvcnRhbnQ7XG5cbiAgICAudGV4dCB7XG4gICAgICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbiAgICB9XG5cbiAgICAmLmluYWN0aXZlIHtcbiAgICAgIGNvbG9yICA6IEByZWdlbnQtZ3JheSAgIWltcG9ydGFudDtcbiAgICAgIG9wYWNpdHk6IDAuNDtcbiAgICB9XG4gIH1cblxuICAuZHJvcGRvd24tbWVudSB7XG4gICAgLm9wdGlvbiB7XG4gICAgICBtaW4td2lkdGg6IDYxcHg7XG4gICAgICBjb2xvciAgICA6IEBkb3ZlLWdyYXkgICFpbXBvcnRhbnQ7XG5cbiAgICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAZm9sZGVyICAhaW1wb3J0YW50O1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC5pY29uLWJ1dHRvbiB7XG4gICAgbWFyZ2luOiAwIDAgMCA3cHggIWltcG9ydGFudDtcbiAgfVxuXG4gIC5zZWxlY3Qge1xuICAgIHdpZHRoICAgICAgOiA2NXB4O1xuICAgIGhlaWdodCAgICAgOiAzN3B4O1xuICAgIG1hcmdpbi1sZWZ0OiA3cHg7XG4gICAgbGluZS1oZWlnaHQ6IDM3cHg7XG4gICAgdGV4dC1hbGlnbiA6IGNlbnRlcjtcbiAgICBib3JkZXIgICAgIDogbm9uZSAhaW1wb3J0YW50O1xuXG4gICAgLm5hdi1jYXJldCB7XG4gICAgICBtYXJnaW46IDAgMCAwIDRweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxufVxuXG46Om5nLWRlZXAgLmdkLXNlbGVjdC1mb3JtYXQge1xuICAuc2VsZWN0IHtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW4gIWltcG9ydGFudDtcbiAgfVxufVxuXG46Om5nLWRlZXAgLnRhYi1jb250ZW50IC5idXR0b24gLnRvb2x0aXAge1xuICBtYXJnaW4tdG9wIDogNDVweDtcbiAgbWFyZ2luLWxlZnQ6IC0zNnB4O1xufVxuXG46Om5nLWRlZXAgLmdkLWVkaXQuYWN0aXZlIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzdFODk5MTtcbn1cblxuOjpuZy1kZWVwIC5nZC1lZGl0LmFjdGl2ZSBpIHtcbiAgY29sb3I6ICNGRkZGRkY7XG59XG5cbjo6bmctZGVlcCAucGFnZSB7XG4gIHdpZHRoIDogYXV0byAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IGF1dG8gIWltcG9ydGFudDtcblxuICA6Om5nLWRlZXAgLmdkLWRvY3VtZW50IHtcbiAgICAucGFnZSB7XG4gICAgICB3aWR0aCA6IGF1dG8gIWltcG9ydGFudDtcbiAgICAgIGhlaWdodDogYXV0byAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxufVxuXG46Om5nLWRlZXAgLnNsaWRlIHtcbiAgbWFyZ2luOiAwcHggIWltcG9ydGFudDtcbn1cblxuOjpuZy1kZWVwIC5kb2N1bWVudE1haW5Db250ZW50Lm5ld2ZpbGUge1xuICB3aWR0aCA6IDU5NXB4ICFpbXBvcnRhbnQ7XG4gIGhlaWdodDogODQycHggIWltcG9ydGFudDtcbn1cblxuOjpuZy1kZWVwIC5nZC1kb2N1bWVudC5uZXctZmlsZSB7XG4gIC5wYWdlIHtcbiAgICB3aWR0aCA6IDU5NXB0ICFpbXBvcnRhbnQ7XG4gICAgaGVpZ2h0OiA4NDJwdCAhaW1wb3J0YW50O1xuICB9XG59XG5cbjo6bmctZGVlcCAuc2xpZGUge1xuICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xufVxuXG46Om5nLWRlZXAgI3BhZ2UtMCB7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gMiAqIDIwcHgpO1xufVxuXG46Om5nLWRlZXAgLnNhdmUtYXMtYnV0dG9uLWljb24ge1xuICBmb250LXNpemU6IDExcHg7XG4gIGxlZnQgICAgIDogMjJweCAhaW1wb3J0YW50O1xuICB0b3AgICAgICA6IDEzcHggIWltcG9ydGFudDtcbn1cblxuOjpuZy1kZWVwIC5kb2N1bWVudE1haW5Db250ZW50IHtcbiAgLnNlY3Rpb24ge1xuICAgIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cblxuICA+ZGl2IHtcbiAgICBkaXNwbGF5ICAgICAgICA6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb24gOiBjb2x1bW47XG4gICAganVzdGlmeS1jb250ZW50OiBmbGV4LWVuZDtcblxuICAgIC5mb290ZXItMSB7XG4gICAgICBwb3NpdGlvbiAgICAgICA6IGFic29sdXRlO1xuICAgICAgYm90dG9tICAgICAgICAgOiAwO1xuICAgICAgd2lkdGggICAgICAgICAgOiBjYWxjKDEwMCUgLSAyICogOTZweCk7XG4gICAgICBkaXNwbGF5ICAgICAgICA6IGZsZXg7XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG5cbiAgICAgIC5Ob3JtYWwge1xuICAgICAgICBtYXJnaW46IDAgMCAwIGF1dG87XG4gICAgICB9XG5cbiAgICAgIHAge1xuICAgICAgICB3aWR0aDogZml0LWNvbnRlbnQ7XG4gICAgICB9XG4gICAgfVxuXG4gICAgLmhlYWRlci0wIHtcbiAgICAgIHBhZGRpbmctYm90dG9tIDogMTBweDtcbiAgICAgIGRpc3BsYXkgICAgICAgIDogZmxleDtcbiAgICAgIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcblxuICAgICAgLk5vcm1hbCxcbiAgICAgIC5IZWFkZXIge1xuICAgICAgICBtYXJnaW46IDAgMCAwIGF1dG87XG4gICAgICB9XG5cbiAgICAgIHAge1xuICAgICAgICB3aWR0aDogZml0LWNvbnRlbnQ7XG5cbiAgICAgICAgJjpsYXN0LW9mLXR5cGUge1xuICAgICAgICAgIG1hcmdpbjogMCAhaW1wb3J0YW50O1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi5zYXZlLWJ1dHRvbiB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wICAgICA6IC01cHg7XG4gIGxlZnQgICAgOiAyMXB4O1xufVxuXG5nZC10YWIge1xuICAmLmRlc2t0b3AtaGlkZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICA6Om5nLWRlZXAgLnBhbnpvb20ge1xuICAgIHpvb20gICAgICA6IDAuNDU7XG4gICAgbWFyZ2luLXRvcDogMTMwcHg7XG4gIH1cblxuICA6Om5nLWRlZXAgLmdkLXRhYiB7XG4gICAgZmEtaWNvbiB7XG4gICAgICBoZWlnaHQgICA6IDYwcHg7XG4gICAgICB3aWR0aCAgICA6IDYwcHg7XG4gICAgICBmb250LXNpemU6IDIycHggIWltcG9ydGFudDtcbiAgICAgIG1hcmdpbiAgIDogdW5zZXQgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICBnZC10YWIge1xuICAgICYuZGVza3RvcC1oaWRlIHtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIH1cbiAgfVxuXG4gIC5tb2JpbGUtaGlkZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuXG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIG92ZXJmbG93LXg6IHVuc2V0ICFpbXBvcnRhbnQ7XG5cbiAgICBnZC1idXR0b246bnRoLWNoaWxkKDEpPi5pY29uLWJ1dHRvbiB7XG4gICAgICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xuICAgIH1cblxuICAgIC5pY29uLWJ1dHRvbiB7XG4gICAgICBoZWlnaHQ6IDYwcHggIWltcG9ydGFudDtcbiAgICAgIHdpZHRoIDogNjBweDtcbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgI2Zvcm1hdHRpbmctdGFiLFxuICA6Om5nLWRlZXAgI3BhcmFncmFwaC10YWIge1xuICAgIDo6bmctZGVlcCAudG9vbHMge1xuICAgICAgLmljb24tYnV0dG9uIHtcbiAgICAgICAgbWFyZ2luOiAwcHggIWltcG9ydGFudDtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLmJnLWNvbG9yLXBpYyB7XG4gICAgaGVpZ2h0OiAxM3B4ICFpbXBvcnRhbnQ7XG4gICAgd2lkdGggOiAxM3B4ICFpbXBvcnRhbnQ7XG4gICAgcmlnaHQgOiA5cHggIWltcG9ydGFudDtcbiAgICBib3R0b206IDExcHggIWltcG9ydGFudDtcbiAgfVxuXG4gIDo6bmctZGVlcCAucGFsZXR0ZSB7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcCAgICAgOiAxMzBweCAhaW1wb3J0YW50O1xuICAgIHotaW5kZXggOiAxMDA7XG4gIH1cblxuICA6Om5nLWRlZXAgLmJhY2tncm91bmQtY29sb3ItcGlja2VyIHtcbiAgICBsZWZ0OiAwcHggIWltcG9ydGFudDtcbiAgfVxuXG4gIDo6bmctZGVlcCAuY29sb3ItcGlja2VyIHtcbiAgICBsZWZ0OiA2MHB4ICFpbXBvcnRhbnQ7XG4gIH1cblxuICA6Om5nLWRlZXAgLmZvcm1hdC1zZWxlY3Qge1xuICAgICYuZm9udC10eXBlIHtcbiAgICAgIHdpZHRoOiAxMDlweDtcblxuICAgICAgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgICAgICAgd2lkdGg6IDEwOXB4ICFpbXBvcnRhbnQ7XG4gICAgICAgIHRvcCAgOiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgICAgIGxlZnQgOiAwcHggIWltcG9ydGFudDtcbiAgICAgIH1cbiAgICB9XG5cbiAgICAmLmZvbnQtc2l6ZSB7XG4gICAgICB3aWR0aDogODFweDtcblxuICAgICAgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgICAgICAgd2lkdGg6IDgxcHggIWltcG9ydGFudDtcbiAgICAgICAgdG9wICA6IDYwcHggIWltcG9ydGFudDtcbiAgICAgICAgbGVmdCA6IDEwOXB4ICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuXG4gICAgLnNlbGVjdCB7XG4gICAgICB3aWR0aCAgICAgIDogdW5zZXQgIWltcG9ydGFudDtcbiAgICAgIGhlaWdodCAgICAgOiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgICBsaW5lLWhlaWdodDogNjBweDtcbiAgICB9XG4gIH1cbn0iXX0= */" /***/ }), /***/ "../../libs/editor/src/lib/editor-app.component.ts": -/*!**************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/editor-app.component.ts ***! - \**************************************************************************************************/ +/*!**************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/editor-app.component.ts ***! + \**************************************************************************************/ /*! exports provided: EditorAppComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -9682,6 +10188,7 @@ let EditorAppComponent = class EditorAppComponent { this.isIE = false; this.selectFontShow = false; this.selectFontSizeShow = false; + this.newFile = false; this.isIE = /*@cc_on!@*/ false || !!/(MSIE|Trident\/|Edge\/)/i.test(navigator.userAgent); configService.updatedConfig.subscribe((editorConfig) => { this.editorConfig = editorConfig; @@ -9826,11 +10333,12 @@ let EditorAppComponent = class EditorAppComponent { return this.enableRightClickConfig; } createFile() { + this.newFile = true; this.file = new _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["FileDescription"](); const page = new _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["PageModel"]; page.width = 595; page.height = 842; - page.data = ''; + page.data = ''; page.number = 1; page.editable = true; this.file.pages = []; @@ -10083,6 +10591,7 @@ let EditorAppComponent = class EditorAppComponent { saveFile(credentials) { if (!this.file || !this.file.pages) return; + this.textBackup = this.getPageWithRootTags(this.textBackup, credentials.guid); const saveFile = new _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["SaveFile"](credentials.guid, credentials.password, this.textBackup); this._editorService.save(saveFile).subscribe((loadFile) => { this.loadFile(loadFile); @@ -10090,6 +10599,44 @@ let EditorAppComponent = class EditorAppComponent { this._modalService.open(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].OperationSuccess); }); } + saveNewFile(credentials) { + if (!this.file || !this.file.pages) { + return; + } + this.textBackup = this.getPageWithRootTags(this.textBackup, credentials.guid); + const saveFile = new _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["SaveFile"](credentials.guid, credentials.password, this.textBackup); + this._editorService.create(saveFile).subscribe((loadFile) => { + this.loadFile(loadFile); + this.credentials = new _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["FileCredentials"](loadFile.guid, credentials.password); + this._modalService.open(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].OperationSuccess); + this.newFile = false; + }); + } + // Returns root-tags in the HTML-markup which previously were removed by innerHTML. + getPageWithRootTags(data, guid) { + const pptFormats = ["ppt", "pptx", "pptm", "pps", "ppsx", "ppsm", "pot", "potx", "potm", "odp", "otp"]; + let resultData = "" + data + ""; + if (this.newFile) { + resultData = resultData.replace('', ''); + if (pptFormats.includes(guid.split('.').pop())) { + resultData = resultData.replace('', '
    '); + } + else { + resultData = resultData.replace('', '
    '); + } + resultData = resultData.replace('', '
    '); + } + else { + // for Word files + resultData = resultData.replace('
    ', '
    '); + // for Presentations files + resultData = resultData.replace('
    ', '
    '); + return resultData; + } printFile() { if (this.formatDisabled) return; @@ -10156,9 +10703,9 @@ EditorAppComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/editor/src/lib/editor-config.service.ts": -/*!***************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/editor-config.service.ts ***! - \***************************************************************************************************/ +/*!***************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/editor-config.service.ts ***! + \***************************************************************************************/ /*! exports provided: EditorConfigService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -10216,9 +10763,9 @@ EditorConfigService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/editor/src/lib/editor-config.ts": -/*!*******************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/editor-config.ts ***! - \*******************************************************************************************/ +/*!*******************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/editor-config.ts ***! + \*******************************************************************************/ /*! exports provided: EditorConfig */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -10232,9 +10779,9 @@ class EditorConfig { /***/ }), /***/ "../../libs/editor/src/lib/editor.module.ts": -/*!*******************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/editor.module.ts ***! - \*******************************************************************************************/ +/*!*******************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/editor.module.ts ***! + \*******************************************************************************/ /*! exports provided: initializeApp, setupLoadingInterceptor, EditorModule */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -10336,9 +10883,9 @@ EditorModule = EditorModule_1 = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"] /***/ }), /***/ "../../libs/editor/src/lib/editor.service.ts": -/*!********************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/editor.service.ts ***! - \********************************************************************************************/ +/*!********************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/editor.service.ts ***! + \********************************************************************************/ /*! exports provided: EditorService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -10365,7 +10912,3184 @@ let EditorService = class EditorService { return this._http.get(this._config.getEditorApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].LOAD_FORMATS, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); } loadFile(credentials) { - return this._http.post(this._config.getEditorApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].LOAD_DOCUMENT_DESCRIPTION, credentials, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + return this._http.post(this._config.getEditorApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].LOAD_DOCUMENT_DESCRIPTION, credentials, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + } + upload(file, url, rewrite) { + const formData = new FormData(); + formData.append("file", file); + formData.append('rewrite', String(rewrite)); + if (url) { + formData.append("url", url); + } + return this._http.post(this._config.getEditorApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].UPLOAD_DOCUMENTS, formData); + } + save(file) { + return this._http.post(this._config.getEditorApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].SAVE_FILE, file, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + } + create(file) { + return this._http.post(this._config.getEditorApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].CREATE_FILE, file, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + } + getDownloadUrl(credentials) { + return this._config.getEditorApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].DOWNLOAD_DOCUMENTS + '/?path=' + credentials.guid; + } +}; +EditorService.ctorParameters = () => [ + { type: _angular_common_http__WEBPACK_IMPORTED_MODULE_2__["HttpClient"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ConfigService"] } +]; +EditorService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Injectable"])({ + providedIn: 'root' + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_angular_common_http__WEBPACK_IMPORTED_MODULE_2__["HttpClient"], _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ConfigService"]]) +], EditorService); + + + +/***/ }), + +/***/ "../../libs/metadata/src/index.ts": +/*!*********************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/index.ts ***! + \*********************************************************************/ +/*! exports provided: initializeApp, setupLoadingInterceptor, MetadataModule, MetadataAppComponent, MetadataService, MetadataFileDescription, MetadataConfigService, AccordionService, FilePropertyCategory, FilePropertyModel */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _lib_metadata_module__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./lib/metadata.module */ "../../libs/metadata/src/lib/metadata.module.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "initializeApp", function() { return _lib_metadata_module__WEBPACK_IMPORTED_MODULE_0__["initializeApp"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "setupLoadingInterceptor", function() { return _lib_metadata_module__WEBPACK_IMPORTED_MODULE_0__["setupLoadingInterceptor"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MetadataModule", function() { return _lib_metadata_module__WEBPACK_IMPORTED_MODULE_0__["MetadataModule"]; }); + +/* harmony import */ var _lib_metadata_app_component__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./lib/metadata-app.component */ "../../libs/metadata/src/lib/metadata-app.component.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MetadataAppComponent", function() { return _lib_metadata_app_component__WEBPACK_IMPORTED_MODULE_1__["MetadataAppComponent"]; }); + +/* harmony import */ var _lib_metadata_service__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./lib/metadata.service */ "../../libs/metadata/src/lib/metadata.service.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MetadataService", function() { return _lib_metadata_service__WEBPACK_IMPORTED_MODULE_2__["MetadataService"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MetadataFileDescription", function() { return _lib_metadata_service__WEBPACK_IMPORTED_MODULE_2__["MetadataFileDescription"]; }); + +/* harmony import */ var _lib_metadata_config_service__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./lib/metadata-config.service */ "../../libs/metadata/src/lib/metadata-config.service.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MetadataConfigService", function() { return _lib_metadata_config_service__WEBPACK_IMPORTED_MODULE_3__["MetadataConfigService"]; }); + +/* harmony import */ var _lib_accordion_service__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./lib/accordion.service */ "../../libs/metadata/src/lib/accordion.service.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "AccordionService", function() { return _lib_accordion_service__WEBPACK_IMPORTED_MODULE_4__["AccordionService"]; }); + +/* harmony import */ var _lib_metadata_models__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./lib/metadata-models */ "../../libs/metadata/src/lib/metadata-models.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "FilePropertyCategory", function() { return _lib_metadata_models__WEBPACK_IMPORTED_MODULE_5__["FilePropertyCategory"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "FilePropertyModel", function() { return _lib_metadata_models__WEBPACK_IMPORTED_MODULE_5__["FilePropertyModel"]; }); + + + + + + + + + +/***/ }), + +/***/ "../../libs/metadata/src/lib/accordion.service.ts": +/*!*************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/accordion.service.ts ***! + \*************************************************************************************/ +/*! exports provided: AccordionService */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AccordionService", function() { return AccordionService; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm2015/core.js"); +/* harmony import */ var rxjs__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! rxjs */ "../../node_modules/rxjs/_esm2015/index.js"); + + + +let AccordionService = class AccordionService { + constructor() { + this._addingObserver = new rxjs__WEBPACK_IMPORTED_MODULE_2__["BehaviorSubject"](null); + this._addedProperty = this._addingObserver.asObservable(); + } + get addedProperty() { + return this._addedProperty; + } + addProperty(addedProperty) { + this._addingObserver.next(addedProperty); + } +}; +AccordionService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Injectable"])({ + providedIn: 'root' + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", []) +], AccordionService); + + + +/***/ }), + +/***/ "../../libs/metadata/src/lib/accordion/accordion-group/accordion-group.component.less": +/*!*************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/accordion/accordion-group/accordion-group.component.less ***! + \*************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = ".accordion-wrapper {\n background-color: white;\n}\n.accordion-wrapper .title {\n width: 100%;\n cursor: pointer;\n border-bottom: 1px solid #6e6e6e;\n background-color: #539CF0;\n color: #f4f4f4;\n font-weight: bold;\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n height: 37px;\n line-height: 37px;\n font-size: 13px;\n}\n.accordion-wrapper .title .text {\n width: 100%;\n}\n.chevron {\n padding: 0px 16px 0px 15px;\n}\n.plus {\n margin-left: auto;\n}\n::ng-deep .title .button {\n color: white !important;\n display: block !important;\n margin-right: 0px !important;\n}\n::ng-deep .title .button.active fa-icon {\n color: white !important;\n}\n.trash.hidden {\n display: none;\n}\n.accordion-wrapper .body.hidden {\n display: none;\n}\n.property-wrapper {\n display: -webkit-box;\n display: flex;\n height: 35px;\n font-size: 12px;\n border-bottom: 1px solid #e7e7e7;\n line-height: 35px;\n}\n.property-wrapper.disabled {\n cursor: not-allowed;\n color: #acacac;\n}\n.property-name {\n width: 216px;\n text-transform: uppercase;\n font-weight: bold;\n padding-left: 15px;\n border-right: 1px solid #e7e7e7;\n text-overflow: ellipsis;\n word-wrap: break-word;\n}\n.property-name ::ng-deep .select {\n height: 35px;\n line-height: 37px;\n text-align: center;\n -webkit-box-pack: unset;\n justify-content: unset;\n position: relative;\n}\n.property-name ::ng-deep .select .nav-caret {\n display: none;\n}\n.property-name ::ng-deep .select .selected-value {\n max-width: none;\n font-size: unset;\n text-transform: none;\n font-weight: normal;\n}\n.property-name ::ng-deep .select .dropdown-menu {\n width: 216px;\n margin-left: -15px;\n top: 36px;\n}\n.property-value {\n font-family: 'Courier New', Courier, monospace;\n padding-left: 12px;\n text-overflow: ellipsis;\n width: 216px;\n white-space: nowrap;\n overflow: hidden;\n word-wrap: break-word;\n display: inline-block;\n}\n.property-value.desktop-hide {\n display: none;\n}\n.input-wrapper input {\n height: 30px;\n border: 0px;\n font-size: 12px;\n}\n.input-wrapper input.hidden {\n display: none;\n}\n.input-wrapper input[type=datetime-local]::-webkit-inner-spin-button,\n.input-wrapper input[type=datetime-local]::-webkit-clear-button {\n -webkit-appearance: none;\n display: none;\n}\n.selected {\n background-color: #3E4E5A;\n color: white;\n}\n::ng-deep .default .property-name {\n color: #acacac;\n}\n@media (max-width: 1037px) {\n .property-value {\n width: 194px !important;\n }\n .property-name {\n width: 150px !important;\n }\n .property-value.mobile-hide {\n display: none;\n }\n .input-wrapper {\n width: 185px !important;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvbWV0YWRhdGEvc3JjL2xpYi9hY2NvcmRpb24vYWNjb3JkaW9uLWdyb3VwL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9tZXRhZGF0YS9zcmMvbGliL2FjY29yZGlvbi9hY2NvcmRpb24tZ3JvdXAvYWNjb3JkaW9uLWdyb3VwLmNvbXBvbmVudC5sZXNzIiwibGlicy9tZXRhZGF0YS9zcmMvbGliL2FjY29yZGlvbi9hY2NvcmRpb24tZ3JvdXAvYWNjb3JkaW9uLWdyb3VwLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UsdUJBQUE7QUNERjtBRElBO0VBQ0UsV0FBQTtFQUNBLGVBQUE7RUFDQSxnQ0FBQTtFQUNBLHlCQUFBO0VBQ0EsY0FBQTtFQUNBLGlCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EsWUFBQTtFQUNBLGlCQUFBO0VBQ0EsZUFBQTtBQ0ZGO0FEVEE7RUFjSSxXQUFBO0FDRko7QURNQTtFQUNFLDBCQUFBO0FDSkY7QURPQTtFQUNFLGlCQUFBO0FDTEY7QURRQTtFQUVJLHVCQUFBO0VBQ0EseUJBQUE7RUFDQSw0QkFBQTtBQ1BKO0FEU0k7RUFFSSx1QkFBQTtBQ1JSO0FEZUU7RUFDRSxhQUFBO0FDYko7QURpQkE7RUFDRSxhQUFBO0FDZkY7QURrQkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxZQUFBO0VBQ0EsZUFBQTtFQUNBLGdDQUFBO0VBQ0EsaUJBQUE7QUNoQkY7QURrQkU7RUFDRSxtQkFBQTtFQUNBLGNBQUE7QUNoQko7QURvQkE7RUFDRSxZQUFBO0VBQ0EseUJBQUE7RUFDQSxpQkFBQTtFQUNBLGtCQUFBO0VBQ0EsK0JBQUE7RUFDQSx1QkFBQTtFQUNBLHFCQUFBO0FDbEJGO0FEV0E7RUFVSSxZQUFBO0VBQ0EsaUJBQUE7RUFDQSxrQkFBQTtFQUNBLHVCQUFBO1VBQUEsc0JBQUE7RUFDQSxrQkFBQTtBQ2xCSjtBRElBO0VBaUJNLGFBQUE7QUNsQk47QURDQTtFQXFCTSxlQUFBO0VBQ0EsZ0JBQUE7RUFDQSxvQkFBQTtFQUNBLG1CQUFBO0FDbkJOO0FETEE7RUE0Qk0sWUFBQTtFQUNBLGtCQUFBO0VBQ0EsU0FBQTtBQ3BCTjtBRHlCQTtFQUNFLDhDQUFBO0VBQ0Esa0JBQUE7RUFDQSx1QkFBQTtFQUNBLFlBQUE7RUFDQSxtQkFBQTtFQUNBLGdCQUFBO0VBQ0EscUJBQUE7RUFDQSxxQkFBQTtBQ3ZCRjtBRHlCRTtFQUNFLGFBQUE7QUN2Qko7QUQyQkE7RUFFSSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7QUMxQko7QUQ0Qkk7RUFDRSxhQUFBO0FDMUJOO0FENkJJOztFQUVFLHdCQUFBO0VBQ0EsYUFBQTtBQzNCTjtBRGdDQTtFQUNFLHlCQUFBO0VBQ0EsWUFBQTtBQzlCRjtBRGlDQTtFQUVJLGNBQUE7QUNoQ0o7QURvQ0E7RUFDRTtJQUNFLHVCQUFBO0VDbENGO0VEcUNBO0lBQ0UsdUJBQUE7RUNuQ0Y7RUR1Q0U7SUFDRSxhQUFBO0VDckNKO0VEeUNBO0lBQ0UsdUJBQUE7RUN2Q0Y7QUFDRiIsImZpbGUiOiJsaWJzL21ldGFkYXRhL3NyYy9saWIvYWNjb3JkaW9uL2FjY29yZGlvbi1ncm91cC9hY2NvcmRpb24tZ3JvdXAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi8uLi8uLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlcy5sZXNzXCI7XG5cbi5hY2NvcmRpb24td3JhcHBlciB7XG4gIGJhY2tncm91bmQtY29sb3I6IHdoaXRlO1xufVxuXG4uYWNjb3JkaW9uLXdyYXBwZXIgLnRpdGxlIHtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbiAgY3Vyc29yICAgICAgICAgIDogcG9pbnRlcjtcbiAgYm9yZGVyLWJvdHRvbSAgIDogMXB4IHNvbGlkIEBkb3ZlLWdyYXk7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3b3JkO1xuICBjb2xvciAgICAgICAgICAgOiBAd2lsZC1zYW5kO1xuICBmb250LXdlaWdodCAgICAgOiBib2xkO1xuICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbiAgOiByb3c7XG4gIGhlaWdodCAgICAgICAgICA6IDM3cHg7XG4gIGxpbmUtaGVpZ2h0ICAgICA6IDM3cHg7XG4gIGZvbnQtc2l6ZSAgICAgICA6IDEzcHg7XG5cbiAgLnRleHQge1xuICAgIHdpZHRoOiAxMDAlO1xuICB9XG59XG5cbi5jaGV2cm9uIHtcbiAgcGFkZGluZzogMHB4IDE2cHggMHB4IDE1cHg7XG59XG5cbi5wbHVzIHtcbiAgbWFyZ2luLWxlZnQ6IGF1dG87XG59XG5cbjo6bmctZGVlcCAudGl0bGUge1xuICAuYnV0dG9uIHtcbiAgICBjb2xvciAgICAgICA6IHdoaXRlICFpbXBvcnRhbnQ7XG4gICAgZGlzcGxheSAgICAgOiBibG9jayAhaW1wb3J0YW50O1xuICAgIG1hcmdpbi1yaWdodDogMHB4ICFpbXBvcnRhbnQ7XG5cbiAgICAmLmFjdGl2ZSB7XG4gICAgICBmYS1pY29uIHtcbiAgICAgICAgY29sb3I6IHdoaXRlICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi50cmFzaCB7XG4gICYuaGlkZGVuIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG59XG5cbi5hY2NvcmRpb24td3JhcHBlciAuYm9keS5oaWRkZW4ge1xuICBkaXNwbGF5OiBub25lO1xufVxuXG4ucHJvcGVydHktd3JhcHBlciB7XG4gIGRpc3BsYXkgICAgICA6IGZsZXg7XG4gIGhlaWdodCAgICAgICA6IDM1cHg7XG4gIGZvbnQtc2l6ZSAgICA6IDEycHg7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCBAbWVyY3VyeTtcbiAgbGluZS1oZWlnaHQgIDogMzVweDtcblxuICAmLmRpc2FibGVkIHtcbiAgICBjdXJzb3I6IG5vdC1hbGxvd2VkO1xuICAgIGNvbG9yIDogQHNpbHZlci1jaGFsaWNlO1xuICB9XG59XG5cbi5wcm9wZXJ0eS1uYW1lIHtcbiAgd2lkdGggICAgICAgICA6IDIxNnB4O1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICBmb250LXdlaWdodCAgIDogYm9sZDtcbiAgcGFkZGluZy1sZWZ0ICA6IDE1cHg7XG4gIGJvcmRlci1yaWdodCAgOiAxcHggc29saWQgQG1lcmN1cnk7XG4gIHRleHQtb3ZlcmZsb3cgOiBlbGxpcHNpcztcbiAgd29yZC13cmFwICAgICA6IGJyZWFrLXdvcmQ7XG5cbiAgOjpuZy1kZWVwIC5zZWxlY3Qge1xuICAgIGhlaWdodCAgICAgICAgIDogMzVweDtcbiAgICBsaW5lLWhlaWdodCAgICA6IDM3cHg7XG4gICAgdGV4dC1hbGlnbiAgICAgOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiB1bnNldDtcbiAgICBwb3NpdGlvbiAgICAgICA6IHJlbGF0aXZlO1xuXG4gICAgLm5hdi1jYXJldCB7XG4gICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cblxuICAgIC5zZWxlY3RlZC12YWx1ZSB7XG4gICAgICBtYXgtd2lkdGggICAgIDogbm9uZTtcbiAgICAgIGZvbnQtc2l6ZSAgICAgOiB1bnNldDtcbiAgICAgIHRleHQtdHJhbnNmb3JtOiBub25lO1xuICAgICAgZm9udC13ZWlnaHQgICA6IG5vcm1hbDtcbiAgICB9XG5cbiAgICAuZHJvcGRvd24tbWVudSB7XG4gICAgICB3aWR0aCAgICAgIDogMjE2cHg7XG4gICAgICBtYXJnaW4tbGVmdDogLTE1cHg7XG4gICAgICB0b3AgICAgICAgIDogMzZweDtcbiAgICB9XG4gIH1cbn1cblxuLnByb3BlcnR5LXZhbHVlIHtcbiAgZm9udC1mYW1pbHkgIDogJ0NvdXJpZXIgTmV3JywgQ291cmllciwgbW9ub3NwYWNlO1xuICBwYWRkaW5nLWxlZnQgOiAxMnB4O1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbiAgd2lkdGggICAgICAgIDogMjE2cHg7XG4gIHdoaXRlLXNwYWNlICA6IG5vd3JhcDtcbiAgb3ZlcmZsb3cgICAgIDogaGlkZGVuO1xuICB3b3JkLXdyYXAgICAgOiBicmVhay13b3JkO1xuICBkaXNwbGF5ICAgICAgOiBpbmxpbmUtYmxvY2s7XG5cbiAgJi5kZXNrdG9wLWhpZGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbn1cblxuLmlucHV0LXdyYXBwZXIge1xuICBpbnB1dCB7XG4gICAgaGVpZ2h0ICAgOiAzMHB4O1xuICAgIGJvcmRlciAgIDogMHB4O1xuICAgIGZvbnQtc2l6ZTogMTJweDtcblxuICAgICYuaGlkZGVuIHtcbiAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgfVxuXG4gICAgJlt0eXBlPWRhdGV0aW1lLWxvY2FsXTo6LXdlYmtpdC1pbm5lci1zcGluLWJ1dHRvbixcbiAgICAmW3R5cGU9ZGF0ZXRpbWUtbG9jYWxdOjotd2Via2l0LWNsZWFyLWJ1dHRvbiB7XG4gICAgICAtd2Via2l0LWFwcGVhcmFuY2U6IG5vbmU7XG4gICAgICBkaXNwbGF5ICAgICAgICAgICA6IG5vbmU7XG4gICAgfVxuICB9XG59XG5cbi5zZWxlY3RlZCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEBwcmltYXJ5O1xuICBjb2xvciAgICAgICAgICAgOiB3aGl0ZTtcbn1cblxuOjpuZy1kZWVwIC5kZWZhdWx0IHtcbiAgLnByb3BlcnR5LW5hbWUge1xuICAgIGNvbG9yOiBAc2lsdmVyLWNoYWxpY2U7XG4gIH1cbn1cblxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAucHJvcGVydHktdmFsdWUge1xuICAgIHdpZHRoOiAxOTRweCAhaW1wb3J0YW50O1xuICB9XG5cbiAgLnByb3BlcnR5LW5hbWUge1xuICAgIHdpZHRoOiAxNTBweCAhaW1wb3J0YW50O1xuICB9XG5cbiAgLnByb3BlcnR5LXZhbHVlIHtcbiAgICAmLm1vYmlsZS1oaWRlIHtcbiAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgfVxuICB9XG5cbiAgLmlucHV0LXdyYXBwZXIge1xuICAgIHdpZHRoOiAxODVweCAhaW1wb3J0YW50O1xuICB9XG59IiwiLmFjY29yZGlvbi13cmFwcGVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogd2hpdGU7XG59XG4uYWNjb3JkaW9uLXdyYXBwZXIgLnRpdGxlIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICM2ZTZlNmU7XG4gIGJhY2tncm91bmQtY29sb3I6ICM1MzlDRjA7XG4gIGNvbG9yOiAjZjRmNGY0O1xuICBmb250LXdlaWdodDogYm9sZDtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgaGVpZ2h0OiAzN3B4O1xuICBsaW5lLWhlaWdodDogMzdweDtcbiAgZm9udC1zaXplOiAxM3B4O1xufVxuLmFjY29yZGlvbi13cmFwcGVyIC50aXRsZSAudGV4dCB7XG4gIHdpZHRoOiAxMDAlO1xufVxuLmNoZXZyb24ge1xuICBwYWRkaW5nOiAwcHggMTZweCAwcHggMTVweDtcbn1cbi5wbHVzIHtcbiAgbWFyZ2luLWxlZnQ6IGF1dG87XG59XG46Om5nLWRlZXAgLnRpdGxlIC5idXR0b24ge1xuICBjb2xvcjogd2hpdGUgIWltcG9ydGFudDtcbiAgZGlzcGxheTogYmxvY2sgIWltcG9ydGFudDtcbiAgbWFyZ2luLXJpZ2h0OiAwcHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudGl0bGUgLmJ1dHRvbi5hY3RpdmUgZmEtaWNvbiB7XG4gIGNvbG9yOiB3aGl0ZSAhaW1wb3J0YW50O1xufVxuLnRyYXNoLmhpZGRlbiB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uYWNjb3JkaW9uLXdyYXBwZXIgLmJvZHkuaGlkZGVuIHtcbiAgZGlzcGxheTogbm9uZTtcbn1cbi5wcm9wZXJ0eS13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiAzNXB4O1xuICBmb250LXNpemU6IDEycHg7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZTdlN2U3O1xuICBsaW5lLWhlaWdodDogMzVweDtcbn1cbi5wcm9wZXJ0eS13cmFwcGVyLmRpc2FibGVkIHtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgY29sb3I6ICNhY2FjYWM7XG59XG4ucHJvcGVydHktbmFtZSB7XG4gIHdpZHRoOiAyMTZweDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIHBhZGRpbmctbGVmdDogMTVweDtcbiAgYm9yZGVyLXJpZ2h0OiAxcHggc29saWQgI2U3ZTdlNztcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG4gIHdvcmQtd3JhcDogYnJlYWstd29yZDtcbn1cbi5wcm9wZXJ0eS1uYW1lIDo6bmctZGVlcCAuc2VsZWN0IHtcbiAgaGVpZ2h0OiAzNXB4O1xuICBsaW5lLWhlaWdodDogMzdweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHVuc2V0O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG4ucHJvcGVydHktbmFtZSA6Om5nLWRlZXAgLnNlbGVjdCAubmF2LWNhcmV0IHtcbiAgZGlzcGxheTogbm9uZTtcbn1cbi5wcm9wZXJ0eS1uYW1lIDo6bmctZGVlcCAuc2VsZWN0IC5zZWxlY3RlZC12YWx1ZSB7XG4gIG1heC13aWR0aDogbm9uZTtcbiAgZm9udC1zaXplOiB1bnNldDtcbiAgdGV4dC10cmFuc2Zvcm06IG5vbmU7XG4gIGZvbnQtd2VpZ2h0OiBub3JtYWw7XG59XG4ucHJvcGVydHktbmFtZSA6Om5nLWRlZXAgLnNlbGVjdCAuZHJvcGRvd24tbWVudSB7XG4gIHdpZHRoOiAyMTZweDtcbiAgbWFyZ2luLWxlZnQ6IC0xNXB4O1xuICB0b3A6IDM2cHg7XG59XG4ucHJvcGVydHktdmFsdWUge1xuICBmb250LWZhbWlseTogJ0NvdXJpZXIgTmV3JywgQ291cmllciwgbW9ub3NwYWNlO1xuICBwYWRkaW5nLWxlZnQ6IDEycHg7XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuICB3aWR0aDogMjE2cHg7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIHdvcmQtd3JhcDogYnJlYWstd29yZDtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xufVxuLnByb3BlcnR5LXZhbHVlLmRlc2t0b3AtaGlkZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uaW5wdXQtd3JhcHBlciBpbnB1dCB7XG4gIGhlaWdodDogMzBweDtcbiAgYm9yZGVyOiAwcHg7XG4gIGZvbnQtc2l6ZTogMTJweDtcbn1cbi5pbnB1dC13cmFwcGVyIGlucHV0LmhpZGRlbiB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uaW5wdXQtd3JhcHBlciBpbnB1dFt0eXBlPWRhdGV0aW1lLWxvY2FsXTo6LXdlYmtpdC1pbm5lci1zcGluLWJ1dHRvbixcbi5pbnB1dC13cmFwcGVyIGlucHV0W3R5cGU9ZGF0ZXRpbWUtbG9jYWxdOjotd2Via2l0LWNsZWFyLWJ1dHRvbiB7XG4gIC13ZWJraXQtYXBwZWFyYW5jZTogbm9uZTtcbiAgZGlzcGxheTogbm9uZTtcbn1cbi5zZWxlY3RlZCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMzRTRFNUE7XG4gIGNvbG9yOiB3aGl0ZTtcbn1cbjo6bmctZGVlcCAuZGVmYXVsdCAucHJvcGVydHktbmFtZSB7XG4gIGNvbG9yOiAjYWNhY2FjO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAucHJvcGVydHktdmFsdWUge1xuICAgIHdpZHRoOiAxOTRweCAhaW1wb3J0YW50O1xuICB9XG4gIC5wcm9wZXJ0eS1uYW1lIHtcbiAgICB3aWR0aDogMTUwcHggIWltcG9ydGFudDtcbiAgfVxuICAucHJvcGVydHktdmFsdWUubW9iaWxlLWhpZGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgLmlucHV0LXdyYXBwZXIge1xuICAgIHdpZHRoOiAxODVweCAhaW1wb3J0YW50O1xuICB9XG59XG4iXX0= */" + +/***/ }), + +/***/ "../../libs/metadata/src/lib/accordion/accordion-group/accordion-group.component.ts": +/*!***********************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/accordion/accordion-group/accordion-group.component.ts ***! + \***********************************************************************************************************************/ +/*! exports provided: AccordionGroupComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AccordionGroupComponent", function() { return AccordionGroupComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm2015/core.js"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm2015/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var _accordion_service__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./../../accordion.service */ "../../libs/metadata/src/lib/accordion.service.ts"); +/* harmony import */ var _angular_common__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @angular/common */ "../../node_modules/@angular/common/fesm2015/common.js"); +/* harmony import */ var _metadata_models__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../metadata-models */ "../../libs/metadata/src/lib/metadata-models.ts"); + + + + + + +let AccordionGroupComponent = class AccordionGroupComponent { + constructor(_accordionService, _datePipe, _windowService) { + this._accordionService = _accordionService; + this._datePipe = _datePipe; + this._windowService = _windowService; + this.opened = false; + this.toggle = new _angular_core__WEBPACK_IMPORTED_MODULE_1__["EventEmitter"](); + this.removeProperty = new _angular_core__WEBPACK_IMPORTED_MODULE_1__["EventEmitter"](); + this.isDesktop = _windowService.isDesktop(); + _windowService.onResize.subscribe((w) => { + this.isDesktop = _windowService.isDesktop(); + }); + } + ngAfterViewInit() { + this.textinput.changes.subscribe((i) => { + if (i.length) { + i.first.nativeElement.focus(); + } + }); + } + resetProperties(onlyEditing = false) { + if (!onlyEditing) { + this.properties.forEach(p => p.selected = false); + } + this.properties.forEach(p => p.editing = false); + } + addProperty($event) { + $event.preventDefault(); + $event.stopPropagation(); + this.resetProperties(); + if (!this.addDisabled) { + const addedProperty = new _metadata_models__WEBPACK_IMPORTED_MODULE_5__["FilePropertyModel"](); + addedProperty.original = false; + this._accordionService.addProperty(addedProperty); + } + } + selectProperty(property) { + if (property.category === 0 && !property.disabled) { + this.resetProperties(true); + const selectedProperty = this.properties.filter(p => p.name.toLocaleLowerCase() === property.name.toLocaleLowerCase())[0]; + selectedProperty.selected = !selectedProperty.selected; + this.properties.filter(p => p.name === property.name)[0].selected = selectedProperty.selected; + } + } + editProperty(property) { + // we can edit only first group props + if (property.category === 0 && !property.disabled) { + this.resetProperties(); + const selectedProperty = this.properties.filter(p => p.name.toLocaleLowerCase() === property.name.toLocaleLowerCase())[0]; + selectedProperty.editing = !selectedProperty.editing; + this.properties.filter(p => p.name === property.name)[0].editing = selectedProperty.editing; + this.properties.filter(p => p.name === property.name)[0].edited = true; + } + } + delete($event) { + $event.preventDefault(); + $event.stopPropagation(); + const selectedProperty = this.properties.filter(p => p.selected)[0]; + this.removeProperty.emit(selectedProperty); + } + wasSelected() { + if (this.properties && this.properties.length > 0) { + return this.properties.filter(p => p.selected).length === 1; + } + else + return false; + } + selectPropName($event, property) { + property.type = $event.type; + property.name = $event.name; + if ($event.type === 3) { + property.value = new Date().toISOString().slice(0, 19); + } + else { + property.value = ""; + } + } + formatDateTime(property, value) { + if (value) { + const dateTime = new Date(value); + property.value = dateTime.toISOString().slice(0, 19); + } + } + formatValue(property) { + switch (property.type) { + case 3: + return this.isDesktop ? this._datePipe.transform(new Date(property.value), 'MM/dd/yy, h:mm:ss a') + : this._datePipe.transform(new Date(property.value), 'MM/dd/yy, h:mm a'); + default: + return property.value; + } + } +}; +AccordionGroupComponent.ctorParameters = () => [ + { type: _accordion_service__WEBPACK_IMPORTED_MODULE_3__["AccordionService"] }, + { type: _angular_common__WEBPACK_IMPORTED_MODULE_4__["DatePipe"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["WindowService"] } +]; +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Object) +], AccordionGroupComponent.prototype, "opened", void 0); +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", String) +], AccordionGroupComponent.prototype, "title", void 0); +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Boolean) +], AccordionGroupComponent.prototype, "addDisabled", void 0); +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Boolean) +], AccordionGroupComponent.prototype, "addHidden", void 0); +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Array) +], AccordionGroupComponent.prototype, "properties", void 0); +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Array) +], AccordionGroupComponent.prototype, "propertiesNames", void 0); +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Output"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", _angular_core__WEBPACK_IMPORTED_MODULE_1__["EventEmitter"]) +], AccordionGroupComponent.prototype, "toggle", void 0); +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Output"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Object) +], AccordionGroupComponent.prototype, "removeProperty", void 0); +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["ViewChildren"])('textinput'), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", _angular_core__WEBPACK_IMPORTED_MODULE_1__["QueryList"]) +], AccordionGroupComponent.prototype, "textinput", void 0); +AccordionGroupComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'gd-accordion-group', + template: __webpack_require__(/*! raw-loader!./accordion-group.component.html */ "../../node_modules/raw-loader/index.js!../../libs/metadata/src/lib/accordion/accordion-group/accordion-group.component.html"), + styles: [__webpack_require__(/*! ./accordion-group.component.less */ "../../libs/metadata/src/lib/accordion/accordion-group/accordion-group.component.less")] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_accordion_service__WEBPACK_IMPORTED_MODULE_3__["AccordionService"], + _angular_common__WEBPACK_IMPORTED_MODULE_4__["DatePipe"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["WindowService"]]) +], AccordionGroupComponent); + + + +/***/ }), + +/***/ "../../libs/metadata/src/lib/accordion/accordion.component.less": +/*!***************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/accordion/accordion.component.less ***! + \***************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJsaWJzL21ldGFkYXRhL3NyYy9saWIvYWNjb3JkaW9uL2FjY29yZGlvbi5jb21wb25lbnQubGVzcyJ9 */" + +/***/ }), + +/***/ "../../libs/metadata/src/lib/accordion/accordion.component.ts": +/*!*************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/accordion/accordion.component.ts ***! + \*************************************************************************************************/ +/*! exports provided: AccordionComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AccordionComponent", function() { return AccordionComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm2015/core.js"); +/* harmony import */ var _accordion_group_accordion_group_component__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./accordion-group/accordion-group.component */ "../../libs/metadata/src/lib/accordion/accordion-group/accordion-group.component.ts"); + + + +let AccordionComponent = class AccordionComponent { + ngAfterContentInit() { + this.groups.toArray().forEach((group) => { + group.opened = true; + group.toggle.subscribe(($event) => { + $event.preventDefault(); + $event.stopPropagation(); + this.openGroup(group); + }); + }); + } + openGroup(group) { + group.opened = !group.opened; + } +}; +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["ContentChildren"])(_accordion_group_accordion_group_component__WEBPACK_IMPORTED_MODULE_2__["AccordionGroupComponent"]), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", _angular_core__WEBPACK_IMPORTED_MODULE_1__["QueryList"]) +], AccordionComponent.prototype, "groups", void 0); +AccordionComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'gd-accordion', + template: ` + +`, + styles: [__webpack_require__(/*! ./accordion.component.less */ "../../libs/metadata/src/lib/accordion/accordion.component.less")] + }) +], AccordionComponent); + + + +/***/ }), + +/***/ "../../libs/metadata/src/lib/metadata-app.component.less": +/*!********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata-app.component.less ***! + \********************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: calc(100vh - 60px);\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n}\n.top-panel {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n width: 100%;\n}\n.toolbar-panel {\n background-color: #3e4e5a;\n width: 100%;\n}\n::ng-deep .tools .button {\n color: #fff !important;\n}\n::ng-deep .tools .button.inactive {\n color: #959da5 !important;\n}\n::ng-deep .tools .button {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-flow: column;\n}\n::ng-deep .tools .icon-button {\n margin: 0px 0px 0px 7px !important;\n}\n.row {\n display: -webkit-box;\n display: flex;\n}\n.column {\n width: 100%;\n}\n::ng-deep .gd-side-panel-body {\n background-color: #f4f4f4;\n}\n::ng-deep .gd-side-panel-wrapper {\n width: 464px !important;\n}\n::ng-deep .page.excel {\n overflow: unset !important;\n}\n@media (max-width: 1037px) {\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\n margin: 0px 0px 0px 10px !important;\n }\n ::ng-deep .tools .icon-button {\n height: 60px;\n width: 60px;\n }\n ::ng-deep .gd-side-panel-wrapper {\n width: 375px !important;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvbWV0YWRhdGEvc3JjL2xpYi9tZXRhZGF0YS1hcHAuY29tcG9uZW50Lmxlc3MiLCJsaWJzL21ldGFkYXRhL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL21ldGFkYXRhL3NyYy9saWIvbWV0YWRhdGEtYXBwLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZFQ0FrQjtBQUdsQjtFQUNFLHNEQUFBO0FEREY7QUNJQTtFQUNFLDBCQUFBO1VBQUEsb0JBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7RUFDQSxNQUFBO0VBQ0EsU0FBQTtFQUNBLE9BQUE7RUFDQSxRQUFBO0FERkY7QUNLQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDBCQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0FESEY7QUNNQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0FESkY7QUNPQTtFQUNFLHlCQUFBO0VBQ0EsV0FBQTtBRExGO0FDUUE7RUFFSSxzQkFBQTtBRFBKO0FDU0k7RUFDRSx5QkFBQTtBRFBOO0FDRUE7RUFVSSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsaUJBQUE7QURUSjtBQ0RBO0VBY0ksa0NBQUE7QURWSjtBQ2NBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0FEWkY7QUNlQTtFQUNFLFdBQUE7QURiRjtBQ2dCQTtFQUNFLHlCQUFBO0FEZEY7QUNpQkE7RUFDRSx1QkFBQTtBRGZGO0FDbUJFO0VBQ0UsMEJBQUE7QURqQko7QUNxQkE7RUFDRTtJQUVJLG1DQUFBO0VEcEJKO0VDa0JBO0lBTUksWUFBQTtJQUNBLFdBQUE7RURyQko7RUN5QkE7SUFDRSx1QkFBQTtFRHZCRjtBQUNGIiwiZmlsZSI6ImxpYnMvbWV0YWRhdGEvc3JjL2xpYi9tZXRhZGF0YS1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGNhbGMoMTAwdmggLSA2MHB4KTtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbn1cbi50b3AtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMTAwJTtcbn1cbi50b29sYmFyLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNlNGU1YTtcbiAgd2lkdGg6IDEwMCU7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24ge1xuICBjb2xvcjogI2ZmZiAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC50b29scyAuYnV0dG9uLmluYWN0aXZlIHtcbiAgY29sb3I6ICM5NTlkYTUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbiB7XG4gIGZsZXgtZmxvdzogY29sdW1uO1xufVxuOjpuZy1kZWVwIC50b29scyAuaWNvbi1idXR0b24ge1xuICBtYXJnaW46IDBweCAwcHggMHB4IDdweCAhaW1wb3J0YW50O1xufVxuLnJvdyB7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG4uY29sdW1uIHtcbiAgd2lkdGg6IDEwMCU7XG59XG46Om5nLWRlZXAgLmdkLXNpZGUtcGFuZWwtYm9keSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmNGY0ZjQ7XG59XG46Om5nLWRlZXAgLmdkLXNpZGUtcGFuZWwtd3JhcHBlciB7XG4gIHdpZHRoOiA0NjRweCAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5wYWdlLmV4Y2VsIHtcbiAgb3ZlcmZsb3c6IHVuc2V0ICFpbXBvcnRhbnQ7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIDo6bmctZGVlcCAudG9vbHMgZ2QtYnV0dG9uOm50aC1jaGlsZCgxKSA+IC5pY29uLWJ1dHRvbiB7XG4gICAgbWFyZ2luOiAwcHggMHB4IDBweCAxMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC50b29scyAuaWNvbi1idXR0b24ge1xuICAgIGhlaWdodDogNjBweDtcbiAgICB3aWR0aDogNjBweDtcbiAgfVxuICA6Om5nLWRlZXAgLmdkLXNpZGUtcGFuZWwtd3JhcHBlciB7XG4gICAgd2lkdGg6IDM3NXB4ICFpbXBvcnRhbnQ7XG4gIH1cbn1cbiIsIkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zJmRpc3BsYXk9c3dhcCcpO1xuQGltcG9ydCBcIi4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG5cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodCAgICAgOiAxMDAlO1xuICB3aWR0aCAgICAgIDogMTAwJTtcbiAgcG9zaXRpb24gICA6IGZpeGVkO1xuICB0b3AgICAgICAgIDogMDtcbiAgYm90dG9tICAgICA6IDA7XG4gIGxlZnQgICAgICAgOiAwO1xuICByaWdodCAgICAgIDogMDtcbn1cblxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICBoZWlnaHQgICAgICAgIDogY2FsYygxMDB2aCAtIDYwcHgpO1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xufVxuXG4udG9wLXBhbmVsIHtcbiAgZGlzcGxheSAgICA6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoICAgICAgOiAxMDAlO1xufVxuXG4udG9vbGJhci1wYW5lbCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEBuYXYtbWFpbi1iYWNrZ3JvdW5kO1xuICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xufVxuXG46Om5nLWRlZXAgLnRvb2xzIHtcbiAgLmJ1dHRvbiB7XG4gICAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcblxuICAgICYuaW5hY3RpdmUge1xuICAgICAgY29sb3I6IEByZWdlbnQtZ3JheSAgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICAuYnV0dG9uIHtcbiAgICBmbGV4LWZsb3c6IGNvbHVtbjtcbiAgfVxuXG4gIC5pY29uLWJ1dHRvbiB7XG4gICAgbWFyZ2luOiAwcHggMHB4IDBweCA3cHggIWltcG9ydGFudDtcbiAgfVxufVxuXG4ucm93IHtcbiAgZGlzcGxheTogZmxleDtcbn1cblxuLmNvbHVtbiB7XG4gIHdpZHRoOiAxMDAlO1xufVxuXG46Om5nLWRlZXAgLmdkLXNpZGUtcGFuZWwtYm9keSB7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG59XG5cbjo6bmctZGVlcCAuZ2Qtc2lkZS1wYW5lbC13cmFwcGVyIHtcbiAgd2lkdGg6IDQ2NHB4ICFpbXBvcnRhbnQ7XG59XG5cbjo6bmctZGVlcCAucGFnZSB7XG4gICYuZXhjZWwge1xuICAgIG92ZXJmbG93OiB1bnNldCAhaW1wb3J0YW50O1xuICB9XG59XG5cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgOjpuZy1kZWVwIC50b29scyB7XG4gICAgZ2QtYnV0dG9uOm50aC1jaGlsZCgxKT4uaWNvbi1idXR0b24ge1xuICAgICAgbWFyZ2luOiAwcHggMHB4IDBweCAxMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuXG4gICAgLmljb24tYnV0dG9uIHtcbiAgICAgIGhlaWdodDogNjBweDtcbiAgICAgIHdpZHRoIDogNjBweDtcbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLmdkLXNpZGUtcGFuZWwtd3JhcHBlciB7XG4gICAgd2lkdGg6IDM3NXB4ICFpbXBvcnRhbnQ7XG4gIH1cbn0iXX0= */" + +/***/ }), + +/***/ "../../libs/metadata/src/lib/metadata-app.component.ts": +/*!******************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata-app.component.ts ***! + \******************************************************************************************/ +/*! exports provided: MetadataAppComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MetadataAppComponent", function() { return MetadataAppComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm2015/core.js"); +/* harmony import */ var _metadata_service__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./metadata.service */ "../../libs/metadata/src/lib/metadata.service.ts"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm2015/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var _metadata_config_service__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./metadata-config.service */ "../../libs/metadata/src/lib/metadata-config.service.ts"); +/* harmony import */ var _accordion_service__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./accordion.service */ "../../libs/metadata/src/lib/accordion.service.ts"); +/* harmony import */ var _metadata_models__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./metadata-models */ "../../libs/metadata/src/lib/metadata-models.ts"); + + + + + + + + +let MetadataAppComponent = class MetadataAppComponent { + constructor(_metadataService, _modalService, configService, uploadFilesService, _navigateService, _zoomService, pagePreloadService, passwordService, _loadingMaskService, _accrodionService, _windowService) { + this._metadataService = _metadataService; + this._modalService = _modalService; + this._navigateService = _navigateService; + this._zoomService = _zoomService; + this._loadingMaskService = _loadingMaskService; + this._accrodionService = _accrodionService; + this._windowService = _windowService; + this.title = 'metadata'; + this.files = []; + this.countPages = 0; + this.formatDisabled = !this.file; + this.browseFilesModal = _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].BrowseFiles; + this._zoom = 100; + this.fileWasDropped = false; + this.disabled = false; + this.showSidePanel = true; + this.disabledProperties = ["generator", "producer", "creator"]; + this.isDesktop = _windowService.isDesktop(); + _windowService.onResize.subscribe((w) => { + this.isDesktop = _windowService.isDesktop(); + this.refreshZoom(); + }); + configService.updatedConfig.subscribe((metadataConfig) => { + this.metadataConfig = metadataConfig; + }); + uploadFilesService.uploadsChange.subscribe((uploads) => { + if (uploads) { + let i; + for (i = 0; i < uploads.length; i++) { + this._metadataService.upload(uploads.item(i), '', this.metadataConfig.rewrite).subscribe((obj) => { + this.fileWasDropped ? this.selectFile(obj.guid, '', '') : this.selectDir(''); + }); + } + } + }); + pagePreloadService.checkPreload.subscribe((page) => { + if (this.metadataConfig.preloadPageCount !== 0) { + for (let i = page; i < page + 2; i++) { + if (i > 0 && i <= this.countPages && !this.file.pages[i - 1].data) { + this.preloadPages(i, i); + } + } + } + }); + passwordService.passChange.subscribe((pass) => { + this.selectFile(this.credentials.guid, pass, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].PasswordRequired); + }); + _accrodionService.addedProperty.subscribe(addedProperty => { + if (addedProperty) { + this.addedProperty = addedProperty; + const propObject = { + original: addedProperty.original, + name: "Select property", + value: "", + category: 0, + type: 1, + selected: false, + editing: false, + edited: false, + disabled: false + }; + if (this.buildInProperties) { + this.buildInProperties.push(propObject); + } + } + }); + } + ngOnInit() { + if (this.metadataConfig.defaultDocument !== "") { + this.isLoading = true; + this.selectFile(this.metadataConfig.defaultDocument, "", ""); + } + } + ngAfterViewInit() { + this._loadingMaskService + .onLoadingChanged + .subscribe((loading) => this.isLoading = loading); + this.refreshZoom(); + } + get rewriteConfig() { + return this.metadataConfig ? this.metadataConfig.rewrite : true; + } + get downloadConfig() { + return this.metadataConfig ? this.metadataConfig.download : true; + } + get uploadConfig() { + return this.metadataConfig ? this.metadataConfig.upload : true; + } + get browseConfig() { + return this.metadataConfig ? this.metadataConfig.browse : true; + } + openModal(id) { + this._modalService.open(id); + } + closeModal(id) { + this._modalService.close(id); + } + selectDir($event) { + this._metadataService.loadFiles($event).subscribe((files) => this.files = files || []); + } + selectFile($event, password, modalId) { + this.credentials = { guid: $event, password: password }; + this.file = null; + this._metadataService.loadFile(this.credentials).subscribe((file) => { + this.file = file; + this.formatDisabled = !this.file; + if (file) { + if (file.pages && file.pages[0]) { + this._pageHeight = file.pages[0].height; + this._pageWidth = file.pages[0].width; + this.options = this.zoomOptions(); + this.refreshZoom(); + } + const preloadPageCount = this.metadataConfig.preloadPageCount; + const countPages = file.pages ? file.pages.length : 0; + if (preloadPageCount > 0) { + this.preloadPages(1, preloadPageCount > countPages ? countPages : preloadPageCount); + } + this._navigateService.countPages = countPages; + this._navigateService.currentPage = 1; + this.countPages = countPages; + this.loadProperties(); + } + }); + if (modalId) { + this._modalService.close(modalId); + } + this.clearData(); + } + preloadPages(start, end) { + for (let i = start; i <= end; i++) { + this._metadataService.loadPage(this.credentials, i).subscribe((page) => { + this.file.pages[i - 1] = page; + }); + } + } + upload($event) { + this._metadataService.upload(null, $event, this.rewriteConfig).subscribe(() => { + this.selectDir(''); + }); + } + fileDropped($event) { + this.fileWasDropped = $event; + } + ptToPx(pt) { + //pt * 96 / 72 = px. + return pt * 96 / 72; + } + getFitToWidth() { + // Images and Excel-related files receiving dimensions in px from server + const pageWidth = this.ptToPx(this._pageWidth); + const pageHeight = this.ptToPx(this._pageHeight); + const offsetWidth = pageWidth ? pageWidth : window.innerWidth; + return (pageHeight > pageWidth && Math.round(offsetWidth / window.innerWidth) < 2) ? 200 - Math.round(offsetWidth * 100 / window.innerWidth) : Math.round(window.innerWidth * 100 / offsetWidth); + } + getFitToHeight() { + const pageWidth = this.ptToPx(this._pageWidth); + const pageHeight = this.ptToPx(this._pageHeight); + const windowHeight = (pageHeight > pageWidth) ? window.innerHeight - 100 : window.innerHeight + 100; + const offsetHeight = pageHeight ? pageHeight : windowHeight; + return (pageHeight > pageWidth) ? Math.round(windowHeight * 100 / offsetHeight) : Math.round(offsetHeight * 100 / windowHeight); + } + zoomOptions() { + const width = this.getFitToWidth(); + const height = this.getFitToHeight(); + return this._zoomService.zoomOptions(width, height); + } + set zoom(zoom) { + this._zoom = zoom; + this._zoomService.changeZoom(this._zoom); + } + get zoom() { + return this._zoom; + } + refreshZoom() { + this.zoom = this._windowService.isDesktop() ? 100 : this.getFitToWidth(); + } + downloadFile() { + if (this.formatDisabled) + return; + window.location.assign(this._metadataService.getDownloadUrl(this.credentials)); + } + clearData() { + if (!this.file || !this.file.pages) { + return; + } + for (const page of this.file.pages) { + page.data = null; + } + } + isDisabled() { + return !this.file || this.disabled; + } + save() { + if (!this.file || !this.file.pages) + return; + const savingProperty = this.buildInProperties.filter(p => !p.original || p.edited); + const savingFile = new _metadata_service__WEBPACK_IMPORTED_MODULE_2__["MetadataFileDescription"](); + savingFile.guid = this.file.guid; + savingFile.properties = savingProperty; + this._metadataService.saveProperty(savingFile).subscribe((loadFile) => { + this.loadProperties(); + this.disabled = false; + this._modalService.open(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].OperationSuccess); + }); + } + loadProperties() { + this._metadataService.loadProperties(this.credentials).subscribe((fileProperties) => { + this.buildInProperties = fileProperties.filter(p => p.category === _metadata_models__WEBPACK_IMPORTED_MODULE_6__["FilePropertyCategory"].BuildIn); + this.buildInProperties.forEach(p => { + if (this.disabledProperties.some(dp => dp === p.name.toLowerCase())) { + p.disabled = true; + } + }); + this.defaultProperties = fileProperties.filter(p => p.category === _metadata_models__WEBPACK_IMPORTED_MODULE_6__["FilePropertyCategory"].Default); + this._metadataService.loadPropertiesNames(this.credentials).subscribe((filePropertiesNames) => { + this.filePropertiesNames = filePropertiesNames; + }); + }); + if (!this.showSidePanel) { + this.showSidePanel = true; + } + } + hideSidePanel($event) { + this.showSidePanel = !this.showSidePanel; + } + removeProperty($event) { + const removedProperty = $event; + if (this.file) { + const metadataFile = new _metadata_service__WEBPACK_IMPORTED_MODULE_2__["MetadataFileDescription"](); + metadataFile.guid = this.file.guid; + metadataFile.properties = [removedProperty]; + this._metadataService.removeProperty(metadataFile).subscribe(() => { + this.loadProperties(); + this._modalService.open(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].OperationSuccess); + }); + } + } +}; +MetadataAppComponent.ctorParameters = () => [ + { type: _metadata_service__WEBPACK_IMPORTED_MODULE_2__["MetadataService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ModalService"] }, + { type: _metadata_config_service__WEBPACK_IMPORTED_MODULE_4__["MetadataConfigService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["UploadFilesService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["NavigateService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ZoomService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["PagePreloadService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["PasswordService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["LoadingMaskService"] }, + { type: _accordion_service__WEBPACK_IMPORTED_MODULE_5__["AccordionService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["WindowService"] } +]; +MetadataAppComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'gd-metadata', + template: __webpack_require__(/*! raw-loader!./metadata-app.component.html */ "../../node_modules/raw-loader/index.js!../../libs/metadata/src/lib/metadata-app.component.html"), + styles: [__webpack_require__(/*! ./metadata-app.component.less */ "../../libs/metadata/src/lib/metadata-app.component.less")] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_metadata_service__WEBPACK_IMPORTED_MODULE_2__["MetadataService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ModalService"], + _metadata_config_service__WEBPACK_IMPORTED_MODULE_4__["MetadataConfigService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["UploadFilesService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["NavigateService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ZoomService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["PagePreloadService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["PasswordService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["LoadingMaskService"], + _accordion_service__WEBPACK_IMPORTED_MODULE_5__["AccordionService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["WindowService"]]) +], MetadataAppComponent); + + + +/***/ }), + +/***/ "../../libs/metadata/src/lib/metadata-config.service.ts": +/*!*******************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata-config.service.ts ***! + \*******************************************************************************************/ +/*! exports provided: MetadataConfigService */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MetadataConfigService", function() { return MetadataConfigService; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm2015/core.js"); +/* harmony import */ var _metadata_config__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./metadata-config */ "../../libs/metadata/src/lib/metadata-config.ts"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm2015/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var _angular_common_http__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @angular/common/http */ "../../node_modules/@angular/common/fesm2015/http.js"); +/* harmony import */ var rxjs__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! rxjs */ "../../node_modules/rxjs/_esm2015/index.js"); + + + + + + +let MetadataConfigService = class MetadataConfigService { + constructor(_http, _config) { + this._http = _http; + this._config = _config; + this._metadataConfig = new rxjs__WEBPACK_IMPORTED_MODULE_5__["BehaviorSubject"](new _metadata_config__WEBPACK_IMPORTED_MODULE_2__["MetadataConfig"]()); + this._updatedConfig = this._metadataConfig.asObservable(); + } + get updatedConfig() { + return this._updatedConfig; + } + load() { + return new Promise((resolve, reject) => { + const configEndpoint = this._config.getConfigEndpoint(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].METADATA_APP); + this._http.get(configEndpoint, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson).toPromise().then((response) => { + const metadataConfig = response; + this._metadataConfig.next(metadataConfig); + resolve(); + }).catch((response) => { + reject(`Could not load metadata config: ${JSON.stringify(response)}`); + }); + }); + } +}; +MetadataConfigService.ctorParameters = () => [ + { type: _angular_common_http__WEBPACK_IMPORTED_MODULE_4__["HttpClient"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ConfigService"] } +]; +MetadataConfigService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Injectable"])({ + providedIn: 'root' + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_angular_common_http__WEBPACK_IMPORTED_MODULE_4__["HttpClient"], _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ConfigService"]]) +], MetadataConfigService); + + + +/***/ }), + +/***/ "../../libs/metadata/src/lib/metadata-config.ts": +/*!***********************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata-config.ts ***! + \***********************************************************************************/ +/*! exports provided: MetadataConfig */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MetadataConfig", function() { return MetadataConfig; }); +class MetadataConfig { +} + + +/***/ }), + +/***/ "../../libs/metadata/src/lib/metadata-models.ts": +/*!***********************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata-models.ts ***! + \***********************************************************************************/ +/*! exports provided: FilePropertyCategory, FilePropertyModel */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FilePropertyCategory", function() { return FilePropertyCategory; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FilePropertyModel", function() { return FilePropertyModel; }); +var FilePropertyCategory; +(function (FilePropertyCategory) { + FilePropertyCategory[FilePropertyCategory["BuildIn"] = 0] = "BuildIn"; + FilePropertyCategory[FilePropertyCategory["Default"] = 1] = "Default"; +})(FilePropertyCategory || (FilePropertyCategory = {})); +class FilePropertyModel { +} + + +/***/ }), + +/***/ "../../libs/metadata/src/lib/metadata.module.ts": +/*!***********************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata.module.ts ***! + \***********************************************************************************/ +/*! exports provided: initializeApp, setupLoadingInterceptor, MetadataModule */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "initializeApp", function() { return initializeApp; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "setupLoadingInterceptor", function() { return setupLoadingInterceptor; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MetadataModule", function() { return MetadataModule; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_platform_browser__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/platform-browser */ "../../node_modules/@angular/platform-browser/fesm2015/platform-browser.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm2015/core.js"); +/* harmony import */ var _angular_common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @angular/common */ "../../node_modules/@angular/common/fesm2015/common.js"); +/* harmony import */ var _angular_common_http__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @angular/common/http */ "../../node_modules/@angular/common/fesm2015/http.js"); +/* harmony import */ var _metadata_app_component__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./metadata-app.component */ "../../libs/metadata/src/lib/metadata-app.component.ts"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm2015/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var _metadata_service__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./metadata.service */ "../../libs/metadata/src/lib/metadata.service.ts"); +/* harmony import */ var _metadata_config_service__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./metadata-config.service */ "../../libs/metadata/src/lib/metadata-config.service.ts"); +/* harmony import */ var _fortawesome_angular_fontawesome__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @fortawesome/angular-fontawesome */ "../../node_modules/@fortawesome/angular-fontawesome/fesm2015/angular-fontawesome.js"); +/* harmony import */ var _accordion_accordion_component__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./accordion/accordion.component */ "../../libs/metadata/src/lib/accordion/accordion.component.ts"); +/* harmony import */ var _accordion_accordion_group_accordion_group_component__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./accordion/accordion-group/accordion-group.component */ "../../libs/metadata/src/lib/accordion/accordion-group/accordion-group.component.ts"); +/* harmony import */ var _angular_forms__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! @angular/forms */ "../../node_modules/@angular/forms/fesm2015/forms.js"); +/* harmony import */ var _accordion_service__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./accordion.service */ "../../libs/metadata/src/lib/accordion.service.ts"); + +var MetadataModule_1; + + + + + + + + + + + + + + +function initializeApp(metadataConfigService) { + const result = () => metadataConfigService.load(); + return result; +} +// NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981 +// @dynamic +function setupLoadingInterceptor(service) { + return new _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_6__["LoadingMaskInterceptorService"](service); +} +let MetadataModule = MetadataModule_1 = class MetadataModule { + static forRoot(apiEndpoint) { + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_6__["Api"].DEFAULT_API_ENDPOINT = apiEndpoint; + return { + ngModule: MetadataModule_1 + }; + } +}; +MetadataModule = MetadataModule_1 = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_2__["NgModule"])({ + declarations: [ + _metadata_app_component__WEBPACK_IMPORTED_MODULE_5__["MetadataAppComponent"], + _accordion_accordion_component__WEBPACK_IMPORTED_MODULE_10__["AccordionComponent"], + _accordion_accordion_group_accordion_group_component__WEBPACK_IMPORTED_MODULE_11__["AccordionGroupComponent"] + ], + imports: [ + _angular_platform_browser__WEBPACK_IMPORTED_MODULE_1__["BrowserModule"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_6__["CommonComponentsModule"], + _angular_common_http__WEBPACK_IMPORTED_MODULE_4__["HttpClientModule"], + _fortawesome_angular_fontawesome__WEBPACK_IMPORTED_MODULE_9__["FontAwesomeModule"], + _angular_forms__WEBPACK_IMPORTED_MODULE_12__["FormsModule"] + ], + exports: [ + _metadata_app_component__WEBPACK_IMPORTED_MODULE_5__["MetadataAppComponent"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_6__["CommonComponentsModule"], + _accordion_accordion_component__WEBPACK_IMPORTED_MODULE_10__["AccordionComponent"], + _accordion_accordion_group_accordion_group_component__WEBPACK_IMPORTED_MODULE_11__["AccordionGroupComponent"] + ], + providers: [ + _metadata_service__WEBPACK_IMPORTED_MODULE_7__["MetadataService"], + _accordion_service__WEBPACK_IMPORTED_MODULE_13__["AccordionService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_6__["ConfigService"], + _angular_common__WEBPACK_IMPORTED_MODULE_3__["DatePipe"], + _metadata_config_service__WEBPACK_IMPORTED_MODULE_8__["MetadataConfigService"], + { + provide: _angular_common_http__WEBPACK_IMPORTED_MODULE_4__["HTTP_INTERCEPTORS"], + useClass: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_6__["ErrorInterceptorService"], + multi: true + }, + { + provide: _angular_core__WEBPACK_IMPORTED_MODULE_2__["APP_INITIALIZER"], + useFactory: initializeApp, + deps: [_metadata_config_service__WEBPACK_IMPORTED_MODULE_8__["MetadataConfigService"]], multi: true + }, + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_6__["LoadingMaskService"], + { + provide: _angular_common_http__WEBPACK_IMPORTED_MODULE_4__["HTTP_INTERCEPTORS"], + useFactory: setupLoadingInterceptor, + multi: true, + deps: [_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_6__["LoadingMaskService"]] + } + ] + }) +], MetadataModule); + + + +/***/ }), + +/***/ "../../libs/metadata/src/lib/metadata.service.ts": +/*!************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata.service.ts ***! + \************************************************************************************/ +/*! exports provided: MetadataService, MetadataFileDescription */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MetadataService", function() { return MetadataService; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MetadataFileDescription", function() { return MetadataFileDescription; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm2015/core.js"); +/* harmony import */ var _angular_common_http__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/common/http */ "../../node_modules/@angular/common/fesm2015/http.js"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm2015/groupdocs.examples.angular-common-components.js"); + + + + +let MetadataService = class MetadataService { + constructor(_http, _config) { + this._http = _http; + this._config = _config; + } + loadFiles(path) { + return this._http.post(this._config.getMetadataApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].LOAD_FILE_TREE, { 'path': path }, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + } + loadFile(credentials) { + return this._http.post(this._config.getMetadataApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].LOAD_DOCUMENT_DESCRIPTION, credentials, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + } + loadProperties(credentials) { + return this._http.post(this._config.getMetadataApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].LOAD_DOCUMENT_PROPERTIES, credentials, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + } + loadPropertiesNames(credentials) { + return this._http.post(this._config.getMetadataApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].LOAD_DOCUMENT_PROPERTIES_NAMES, credentials, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + } + saveProperty(metadataFile) { + return this._http.post(this._config.getMetadataApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].SAVE_PROPERTY, metadataFile, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + } + removeProperty(metadataFile) { + return this._http.post(this._config.getMetadataApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].REMOVE_PROPERTY, metadataFile, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + } + upload(file, url, rewrite) { + const formData = new FormData(); + formData.append("file", file); + formData.append('rewrite', String(rewrite)); + if (url) { + formData.append("url", url); + } + return this._http.post(this._config.getMetadataApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].UPLOAD_DOCUMENTS, formData); + } + loadPage(credentials, page) { + return this._http.post(this._config.getMetadataApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].LOAD_DOCUMENT_PAGE, { + 'guid': credentials.guid, + 'password': credentials.password, + 'page': page + }, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + } + getDownloadUrl(credentials) { + return this._config.getMetadataApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].DOWNLOAD_DOCUMENTS + '/?path=' + credentials.guid; + } + loadPrint(credentials) { + return this._http.post(this._config.getMetadataApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].LOAD_PRINT, { + 'guid': credentials.guid, + 'password': credentials.password, + }, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + } +}; +MetadataService.ctorParameters = () => [ + { type: _angular_common_http__WEBPACK_IMPORTED_MODULE_2__["HttpClient"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ConfigService"] } +]; +MetadataService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Injectable"])({ + providedIn: 'root' + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_angular_common_http__WEBPACK_IMPORTED_MODULE_2__["HttpClient"], _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ConfigService"]]) +], MetadataService); + +class MetadataFileDescription { +} + + +/***/ }), + +/***/ "../../libs/parser/src/index.ts": +/*!*******************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/index.ts ***! + \*******************************************************************/ +/*! exports provided: ParserModule, ParserAppComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _lib_parser_module__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./lib/parser.module */ "../../libs/parser/src/lib/parser.module.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ParserModule", function() { return _lib_parser_module__WEBPACK_IMPORTED_MODULE_0__["ParserModule"]; }); + +/* harmony import */ var _lib_parser_app_component__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./lib/parser-app.component */ "../../libs/parser/src/lib/parser-app.component.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ParserAppComponent", function() { return _lib_parser_app_component__WEBPACK_IMPORTED_MODULE_1__["ParserAppComponent"]; }); + + + + + +/***/ }), + +/***/ "../../libs/parser/src/lib/active-field.service.ts": +/*!**************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/active-field.service.ts ***! + \**************************************************************************************/ +/*! exports provided: ActiveFieldService */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ActiveFieldService", function() { return ActiveFieldService; }); +/* harmony import */ var rxjs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! rxjs */ "../../node_modules/rxjs/_esm2015/index.js"); + +class ActiveFieldService { + constructor() { + this.changeSubject = new rxjs__WEBPACK_IMPORTED_MODULE_0__["Subject"](); + this.changed = this.changeSubject.asObservable(); + } + changeActive(id) { + this.changeSubject.next(id); + } +} + + +/***/ }), + +/***/ "../../libs/parser/src/lib/app-models.ts": +/*!****************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/app-models.ts ***! + \****************************************************************************/ +/*! exports provided: FileDescription, Point, Size, Template, TemplateField */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FileDescription", function() { return FileDescription; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Point", function() { return Point; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Size", function() { return Size; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Template", function() { return Template; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "TemplateField", function() { return TemplateField; }); +/* harmony import */ var rxjs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! rxjs */ "../../node_modules/rxjs/_esm2015/index.js"); + +class FileDescription { +} +class Point { + constructor(x, y) { + this.x = x; + this.y = y; + } +} +Point.ctorParameters = () => [ + { type: Number }, + { type: Number } +]; +class Size { + constructor(width, height) { + this.width = width; + this.height = height; + } +} +Size.ctorParameters = () => [ + { type: Number }, + { type: Number } +]; +class Template { + constructor() { + this._id = null; + this._name = "template name"; + this.fields = new Array(); + this.addSubject = new rxjs__WEBPACK_IMPORTED_MODULE_0__["Subject"](); + this.removeSubject = new rxjs__WEBPACK_IMPORTED_MODULE_0__["Subject"](); + this.added = this.addSubject.asObservable(); + this.removed = this.removeSubject.asObservable(); + } + isStored() { + return this.id != null; + } + get id() { + return this._id; + } + get name() { + return this._name; + } + set name(name) { + this._name = name; + this.save(); + } + addField(field) { + this.fields.push(field); + this.save(); + this.addSubject.next(field); + } + removeField(field) { + var index = this.fields.indexOf(field); + if (index > -1) { + this.fields.splice(index, 1); + } + this.save(); + this.removeSubject.next(field); + } + getFields() { + return this.fields; + } + static getTemplateIds() { + let ids = new Array(); + let i; + for (i = 0; i < localStorage.length; i++) { + const key = localStorage.key(i); + if (key.startsWith(Template.TEMPLATE_PREFIX)) { + const id = { + id: key.substr(Template.TEMPLATE_PREFIX.length), + name: localStorage.getItem(key) + }; + ids.push(id); + } + } + return ids; + } + static load(id) { + let template = new Template(); + template._id = id; + template._name = localStorage[Template.TEMPLATE_PREFIX + id]; + const fieldPrefix = Template.FIELD_PREFIX + id; + let i; + for (i = 0; i < localStorage.length; i++) { + const key = localStorage.key(i); + if (key.startsWith(fieldPrefix)) { + const data = JSON.parse(localStorage.getItem(key)); + let field = new TemplateField(template); + field.id = data.id; + field.name = data.name; + field.pageNumber = data.pageNumber; + field.position = data.position; + field.size = data.size; + template.fields.push(field); + } + ; + } + return template; + } + save() { + if (this.id != null) { + this.remove(); + } + else { + const maxId = Number.parseInt(localStorage[Template.TEMPLATE_MAX_ID]); + this._id = ((isNaN(maxId) ? 0 : maxId) + 1).toString(); + localStorage[Template.TEMPLATE_MAX_ID] = this._id; + } + localStorage[Template.TEMPLATE_PREFIX + this.id] = this.name; + const fieldPrefix = Template.FIELD_PREFIX + this.id; + this.fields.forEach(field => { + localStorage.setItem(fieldPrefix + field.id, JSON.stringify(field)); + }); + } + remove() { + localStorage.removeItem(Template.TEMPLATE_PREFIX + this.id); + const fieldPrefix = Template.FIELD_PREFIX + this.id; + let i; + for (i = 0; i < localStorage.length; i++) { + const key = localStorage.key(i); + if (key.startsWith(fieldPrefix)) { + localStorage.removeItem(key); + } + } + if (localStorage.length == 1) { + localStorage.removeItem(Template.TEMPLATE_MAX_ID); + } + } +} +Template.TEMPLATE_MAX_ID = "TEMPLATEMAXID"; +Template.TEMPLATE_PREFIX = "TEMPLATE_"; +Template.FIELD_PREFIX = "FIELD_"; +class TemplateField { + constructor(template) { + this.template = template; + } + remove() { + this.template.removeField(this); + } + update() { + this.template.save(); + } + toJSON() { + return { + id: this.id, + name: this.name, + pageNumber: this.pageNumber, + position: this.position, + size: this.size + }; + } +} +TemplateField.ctorParameters = () => [ + { type: Template } +]; + + +/***/ }), + +/***/ "../../libs/parser/src/lib/confirmation-modal/confirmation-modal.component.less": +/*!*******************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/confirmation-modal/confirmation-modal.component.less ***! + \*******************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "#gd-confirmation-section {\n width: 375px;\n}\n.gd-confirmation-wrap {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n margin: 24px;\n}\n.gd-confirmation-wrap div {\n font-size: 14px;\n color: #acacac;\n padding-bottom: 12px;\n}\n.gd-confirmation-wrap gd-button {\n align-self: flex-end;\n}\n.gd-confirmation-wrap ::ng-deep .button {\n height: 37px;\n width: 72px;\n padding: 0px;\n -webkit-box-pack: center;\n justify-content: center;\n}\n.gd-confirmation-wrap ::ng-deep .button ::ng-deep .text {\n font-size: 10px !important;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvcGFyc2VyL3NyYy9saWIvY29uZmlybWF0aW9uLW1vZGFsL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9wYXJzZXIvc3JjL2xpYi9jb25maXJtYXRpb24tbW9kYWwvY29uZmlybWF0aW9uLW1vZGFsLmNvbXBvbmVudC5sZXNzIiwibGlicy9wYXJzZXIvc3JjL2xpYi9jb25maXJtYXRpb24tbW9kYWwvY29uZmlybWF0aW9uLW1vZGFsLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UsWUFBQTtBQ0RGO0FES0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxZQUFBO0FDSEY7QURBQTtFQUtJLGVBQUE7RUFDQSxjQUFBO0VBQ0Esb0JBQUE7QUNGSjtBRExBO0VBVUksb0JBQUE7QUNGSjtBRFJBO0VBYUksWUFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtBQ0ZKO0FEZEE7RUFrQk0sMEJBQUE7QUNETiIsImZpbGUiOiJsaWJzL3BhcnNlci9zcmMvbGliL2NvbmZpcm1hdGlvbi1tb2RhbC9jb25maXJtYXRpb24tbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi8uLi8uLi9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbiNnZC1jb25maXJtYXRpb24tc2VjdGlvbiB7XG4gIHdpZHRoOiAzNzVweDtcbiAvLyBoZWlnaHQ6IDE2NHB4O1xufVxuXG4uZ2QtY29uZmlybWF0aW9uLXdyYXAge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBtYXJnaW46IDI0cHg7XG4gIGRpdiB7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuICAgIGNvbG9yOiBAc2lsdmVyLWNoYWxpY2U7XG4gICAgcGFkZGluZy1ib3R0b206IDEycHg7XG4gIH1cbiAgZ2QtYnV0dG9uIHtcbiAgICBhbGlnbi1zZWxmOiBmbGV4LWVuZDtcbiAgfVxuICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgaGVpZ2h0OiAzN3B4O1xuICAgIHdpZHRoOiA3MnB4O1xuICAgIHBhZGRpbmc6IDBweDtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICA6Om5nLWRlZXAgLnRleHQge1xuICAgICAgZm9udC1zaXplOiAxMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG59IiwiI2dkLWNvbmZpcm1hdGlvbi1zZWN0aW9uIHtcbiAgd2lkdGg6IDM3NXB4O1xufVxuLmdkLWNvbmZpcm1hdGlvbi13cmFwIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgbWFyZ2luOiAyNHB4O1xufVxuLmdkLWNvbmZpcm1hdGlvbi13cmFwIGRpdiB7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgY29sb3I6ICNhY2FjYWM7XG4gIHBhZGRpbmctYm90dG9tOiAxMnB4O1xufVxuLmdkLWNvbmZpcm1hdGlvbi13cmFwIGdkLWJ1dHRvbiB7XG4gIGFsaWduLXNlbGY6IGZsZXgtZW5kO1xufVxuLmdkLWNvbmZpcm1hdGlvbi13cmFwIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgaGVpZ2h0OiAzN3B4O1xuICB3aWR0aDogNzJweDtcbiAgcGFkZGluZzogMHB4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbn1cbi5nZC1jb25maXJtYXRpb24td3JhcCA6Om5nLWRlZXAgLmJ1dHRvbiA6Om5nLWRlZXAgLnRleHQge1xuICBmb250LXNpemU6IDEwcHggIWltcG9ydGFudDtcbn1cbiJdfQ== */" + +/***/ }), + +/***/ "../../libs/parser/src/lib/confirmation-modal/confirmation-modal.component.ts": +/*!*****************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/confirmation-modal/confirmation-modal.component.ts ***! + \*****************************************************************************************************************/ +/*! exports provided: ConfirmationModalComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ConfirmationModalComponent", function() { return ConfirmationModalComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm2015/core.js"); + + +let ConfirmationModalComponent = class ConfirmationModalComponent { + constructor() { + this.title = "Confirmation"; + this.actionText = "Ok"; + this.actionIcon = ""; + this.confirmEvent = new _angular_core__WEBPACK_IMPORTED_MODULE_1__["EventEmitter"](); + } + ngOnInit() { + } + confirmClick() { + this.confirmEvent.emit(this.id); + } +}; +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", String) +], ConfirmationModalComponent.prototype, "modalId", void 0); +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Object) +], ConfirmationModalComponent.prototype, "id", void 0); +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", String) +], ConfirmationModalComponent.prototype, "title", void 0); +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", String) +], ConfirmationModalComponent.prototype, "text", void 0); +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", String) +], ConfirmationModalComponent.prototype, "actionText", void 0); +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", String) +], ConfirmationModalComponent.prototype, "actionIcon", void 0); +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Output"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Object) +], ConfirmationModalComponent.prototype, "confirmEvent", void 0); +ConfirmationModalComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'app-confirmation-modal', + template: __webpack_require__(/*! raw-loader!./confirmation-modal.component.html */ "../../node_modules/raw-loader/index.js!../../libs/parser/src/lib/confirmation-modal/confirmation-modal.component.html"), + styles: [__webpack_require__(/*! ./confirmation-modal.component.less */ "../../libs/parser/src/lib/confirmation-modal/confirmation-modal.component.less")] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", []) +], ConfirmationModalComponent); + + + +/***/ }), + +/***/ "../../libs/parser/src/lib/field/field.component.less": +/*!*****************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/field/field.component.less ***! + \*****************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "/* {\n z-index: 1;\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n \n }*/\n.gd-field {\n position: absolute !important;\n cursor: move;\n z-index: 9;\n}\n.gd-field .gd-field-wrapper-border {\n z-index: 9;\n width: 100%;\n height: 100%;\n opacity: 70%;\n outline: 1px solid #679FFA;\n background-color: silver;\n text-overflow: clip;\n white-space: nowrap;\n overflow: hidden;\n}\n.gd-field .gd-field-wrapper {\n height: inherit;\n top: 0px;\n z-index: 9;\n outline: 1px solid #679FFA;\n}\n.gd-field .gd-field-wrapper ::ng-deep .palette {\n width: 0px;\n height: 37px;\n}\n.ui-resizable-handle {\n background-color: #679FFA;\n width: 8px;\n height: 8px;\n border-radius: 100%;\n position: absolute;\n font-size: 0.1px;\n display: block;\n}\n.se-resize {\n bottom: -5px;\n right: -5px;\n cursor: se-resize;\n}\n.ne-resize {\n top: -5px;\n right: -5px;\n cursor: ne-resize;\n}\n.sw-resize {\n bottom: -5px;\n left: -5px;\n cursor: sw-resize;\n}\n.nw-resize {\n top: -5px;\n left: -5px;\n cursor: nw-resize;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvcGFyc2VyL3NyYy9saWIvZmllbGQvZmllbGQuY29tcG9uZW50Lmxlc3MiLCJsaWJzL3BhcnNlci9zcmMvbGliL2ZpZWxkL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9wYXJzZXIvc3JjL2xpYi9maWVsZC9maWVsZC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7SUFRSTtBQ0VKO0VBQ0UsNkJBQUE7RUFDQSxZQUFBO0VBQ0EsVUFBQTtBREFGO0FDSEE7RUFNSSxVQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxZQUFBO0VBQ0EsMEJBQUE7RUFDQSx3QkFBQTtFQUNBLG1CQUFBO0VBQ0EsbUJBQUE7RUFDQSxnQkFBQTtBREFKO0FDZEE7RUFrQkksZUFBQTtFQUNBLFFBQUE7RUFDQSxVQUFBO0VBQ0EsMEJBQUE7QURESjtBQ3BCQTtFQXdCTSxVQUFBO0VBQ0EsWUFBQTtBREROO0FDTUE7RUFDRSx5QkFBQTtFQUNBLFVBQUE7RUFDQSxXQUFBO0VBQ0EsbUJBQUE7RUFDQSxrQkFBQTtFQUNBLGdCQUFBO0VBQ0EsY0FBQTtBREpGO0FDT0E7RUFDRSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGlCQUFBO0FETEY7QUNRQTtFQUNFLFNBQUE7RUFDQSxXQUFBO0VBQ0EsaUJBQUE7QURORjtBQ1NBO0VBQ0UsWUFBQTtFQUNBLFVBQUE7RUFDQSxpQkFBQTtBRFBGO0FDVUE7RUFDRSxTQUFBO0VBQ0EsVUFBQTtFQUNBLGlCQUFBO0FEUkYiLCJmaWxlIjoibGlicy9wYXJzZXIvc3JjL2xpYi9maWVsZC9maWVsZC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIi8qIHtcbiAgICB6LWluZGV4OiAxO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDA7XG4gICAgbGVmdDogMDtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgXG4gIH0qL1xuLmdkLWZpZWxkIHtcbiAgcG9zaXRpb246IGFic29sdXRlICFpbXBvcnRhbnQ7XG4gIGN1cnNvcjogbW92ZTtcbiAgei1pbmRleDogOTtcbn1cbi5nZC1maWVsZCAuZ2QtZmllbGQtd3JhcHBlci1ib3JkZXIge1xuICB6LWluZGV4OiA5O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICBvcGFjaXR5OiA3MCU7XG4gIG91dGxpbmU6IDFweCBzb2xpZCAjNjc5RkZBO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBzaWx2ZXI7XG4gIHRleHQtb3ZlcmZsb3c6IGNsaXA7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gIG92ZXJmbG93OiBoaWRkZW47XG59XG4uZ2QtZmllbGQgLmdkLWZpZWxkLXdyYXBwZXIge1xuICBoZWlnaHQ6IGluaGVyaXQ7XG4gIHRvcDogMHB4O1xuICB6LWluZGV4OiA5O1xuICBvdXRsaW5lOiAxcHggc29saWQgIzY3OUZGQTtcbn1cbi5nZC1maWVsZCAuZ2QtZmllbGQtd3JhcHBlciA6Om5nLWRlZXAgLnBhbGV0dGUge1xuICB3aWR0aDogMHB4O1xuICBoZWlnaHQ6IDM3cHg7XG59XG4udWktcmVzaXphYmxlLWhhbmRsZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM2NzlGRkE7XG4gIHdpZHRoOiA4cHg7XG4gIGhlaWdodDogOHB4O1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGZvbnQtc2l6ZTogMC4xcHg7XG4gIGRpc3BsYXk6IGJsb2NrO1xufVxuLnNlLXJlc2l6ZSB7XG4gIGJvdHRvbTogLTVweDtcbiAgcmlnaHQ6IC01cHg7XG4gIGN1cnNvcjogc2UtcmVzaXplO1xufVxuLm5lLXJlc2l6ZSB7XG4gIHRvcDogLTVweDtcbiAgcmlnaHQ6IC01cHg7XG4gIGN1cnNvcjogbmUtcmVzaXplO1xufVxuLnN3LXJlc2l6ZSB7XG4gIGJvdHRvbTogLTVweDtcbiAgbGVmdDogLTVweDtcbiAgY3Vyc29yOiBzdy1yZXNpemU7XG59XG4ubnctcmVzaXplIHtcbiAgdG9wOiAtNXB4O1xuICBsZWZ0OiAtNXB4O1xuICBjdXJzb3I6IG53LXJlc2l6ZTtcbn1cbiIsIi8qIHtcbiAgICB6LWluZGV4OiAxO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDA7XG4gICAgbGVmdDogMDtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgXG4gIH0qL1xuXG4uZ2QtZmllbGQge1xuICBwb3NpdGlvbjogYWJzb2x1dGUgIWltcG9ydGFudDtcbiAgY3Vyc29yOiBtb3ZlO1xuICB6LWluZGV4OiA5O1xuXG4gIC5nZC1maWVsZC13cmFwcGVyLWJvcmRlciB7XG4gICAgei1pbmRleDogOTtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgb3BhY2l0eTogNzAlO1xuICAgIG91dGxpbmU6IDFweCBzb2xpZCAjNjc5RkZBO1xuICAgIGJhY2tncm91bmQtY29sb3I6IHNpbHZlcjtcbiAgICB0ZXh0LW92ZXJmbG93OiBjbGlwO1xuICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gICAgb3ZlcmZsb3c6aGlkZGVuOyBcbiAgIH1cbiAgXG4gIC5nZC1maWVsZC13cmFwcGVyIHtcbiAgICBoZWlnaHQ6IGluaGVyaXQ7XG4gICAgdG9wOiAwcHg7XG4gICAgei1pbmRleDogOTtcbiAgICBvdXRsaW5lOiAxcHggc29saWQgIzY3OUZGQTtcblxuICAgIDo6bmctZGVlcCAucGFsZXR0ZSB7XG4gICAgICB3aWR0aDogMHB4O1xuICAgICAgaGVpZ2h0OiAzN3B4O1xuICAgIH1cbiAgfVxufVxuXG4udWktcmVzaXphYmxlLWhhbmRsZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM2NzlGRkE7XG4gIHdpZHRoOiA4cHg7XG4gIGhlaWdodDogOHB4O1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGZvbnQtc2l6ZTogMC4xcHg7XG4gIGRpc3BsYXk6IGJsb2NrO1xufVxuXG4uc2UtcmVzaXplIHtcbiAgYm90dG9tOiAtNXB4O1xuICByaWdodDogLTVweDtcbiAgY3Vyc29yOiBzZS1yZXNpemU7XG59XG5cbi5uZS1yZXNpemUge1xuICB0b3A6IC01cHg7XG4gIHJpZ2h0OiAtNXB4O1xuICBjdXJzb3I6IG5lLXJlc2l6ZTtcbn1cblxuLnN3LXJlc2l6ZSB7XG4gIGJvdHRvbTogLTVweDtcbiAgbGVmdDogLTVweDtcbiAgY3Vyc29yOiBzdy1yZXNpemU7XG59XG5cbi5udy1yZXNpemUge1xuICB0b3A6IC01cHg7XG4gIGxlZnQ6IC01cHg7XG4gIGN1cnNvcjogbnctcmVzaXplO1xufSJdfQ== */" + +/***/ }), + +/***/ "../../libs/parser/src/lib/field/field.component.ts": +/*!***************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/field/field.component.ts ***! + \***************************************************************************************/ +/*! exports provided: FieldComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FieldComponent", function() { return FieldComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm2015/core.js"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm2015/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var _app_models__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../app-models */ "../../libs/parser/src/lib/app-models.ts"); +/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! jquery */ "../../node_modules/jquery/dist/jquery.js"); +/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_4__); +/* harmony import */ var _active_field_service__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../active-field.service */ "../../libs/parser/src/lib/active-field.service.ts"); + + + + + + +const $ = jquery__WEBPACK_IMPORTED_MODULE_4__; +let FieldComponent = class FieldComponent { + constructor(activeFieldService) { + this.activeFieldService = activeFieldService; + this.active = false; + this.editMode = false; + this.mouseMoveParameters = null; + this.activeFieldSubscribtion = activeFieldService.changed.subscribe(id => { + const isActive = this.id == id; + if (!isActive && this.active) { + this.deactivate(); + } + this.active = isActive; + }); + } + ngOnInit() { + } + ngOnDestroy() { + if (this.activeFieldSubscribtion) { + this.activeFieldSubscribtion.unsubscribe(); + } + } + setField(field) { + this.field = field; + this.left = this.field.position.x; + this.top = this.field.position.y; + this.right = this.left + this.field.size.width; + this.bottom = this.top + this.field.size.height; + } + getField() { + return this.field; + } + getLeft() { + return this.left; + } + getTop() { + return this.top; + } + getHeight() { + return this.bottom - this.top; + } + getWidth() { + return this.right - this.left; + } + isActive() { + return this.active; + } + isEditMode() { + return this.editMode; + } + deactivate() { + this.active = false; + this.editMode = false; + } + deactivateEditMode() { + this.editMode = false; + this.field.update(); + } + activateEditMode() { + this.editMode = true; + } + onMouseMove($event) { + this.mouseMove($event); + } + onMouseUp($event) { + this.mouseUp($event); + } + onKey($event) { + if (!this.isActive()) { + return; + } + if ($event.key == "Enter" && this.isEditMode()) { + this.deactivateEditMode(); + } + if ($event.key == "Delete" && !this.isEditMode()) { + this.field.remove(); + } + } + mouseDown($event, mode) { + let mouseMoveMode = MouseMoveMode[mode]; + if (mouseMoveMode === undefined) { + return; + } + let position; + switch (mouseMoveMode) { + case MouseMoveMode.Move: + position = this.field.position; + break; + case MouseMoveMode.NW: + position = this.field.position; + break; + case MouseMoveMode.NE: + position = new _app_models__WEBPACK_IMPORTED_MODULE_3__["Point"](this.right, this.top); + break; + case MouseMoveMode.SE: + position = new _app_models__WEBPACK_IMPORTED_MODULE_3__["Point"](this.right, this.bottom); + break; + case MouseMoveMode.SW: + position = new _app_models__WEBPACK_IMPORTED_MODULE_3__["Point"](this.left, this.bottom); + break; + default: + return; + } + $event.preventDefault(); + this.activeFieldService.changeActive(this.id); + this.mouseMoveParameters = new MouseMoveParameters(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["Utils"].getMousePosition($event), position, mouseMoveMode); + } + mouseUp($event) { + if (!this.mouseMoveParameters) { + return; + } + $event.preventDefault(); + this.mouseMoveParameters = null; + this.field.position = new _app_models__WEBPACK_IMPORTED_MODULE_3__["Point"](this.left, this.top); + this.field.size = new _app_models__WEBPACK_IMPORTED_MODULE_3__["Size"](this.getWidth(), this.getHeight()); + this.field.update(); + } + mouseMove($event) { + if (!this.mouseMoveParameters) { + return; + } + const minWidth = 40; + const minHeight = 10; + const newMousePosition = _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["Utils"].getMousePosition($event); + const newFieldPosition = this.mouseMoveParameters.getNewPosition(newMousePosition); + switch (this.mouseMoveParameters.mode) { + case MouseMoveMode.Move: + this.left = Math.min(this.pageSize.width - this.field.size.width, Math.max(0, newFieldPosition.x)); + this.top = Math.min(this.pageSize.height - this.field.size.height, Math.max(0, newFieldPosition.y)); + this.right = this.left + this.field.size.width; + this.bottom = this.top + this.field.size.height; + break; + case MouseMoveMode.NW: + this.left = Math.min(this.right - minWidth, Math.max(0, newFieldPosition.x)); + this.top = Math.min(this.bottom - minHeight, Math.max(0, newFieldPosition.y)); + break; + case MouseMoveMode.NE: + this.right = Math.max(this.left + minWidth, Math.min(this.pageSize.width, newFieldPosition.x)); + this.top = Math.min(this.bottom - minHeight, Math.max(0, newFieldPosition.y)); + break; + case MouseMoveMode.SE: + this.right = Math.max(this.left + minWidth, Math.min(this.pageSize.width, newFieldPosition.x)); + this.bottom = Math.max(this.top + minHeight, Math.min(this.pageSize.height, newFieldPosition.y)); + break; + case MouseMoveMode.SW: + this.left = Math.min(this.right - minWidth, Math.max(0, newFieldPosition.x)); + this.bottom = Math.max(this.top + minHeight, Math.min(this.pageSize.height, newFieldPosition.y)); + break; + } + } +}; +FieldComponent.ctorParameters = () => [ + { type: _active_field_service__WEBPACK_IMPORTED_MODULE_5__["ActiveFieldService"] } +]; +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["HostListener"])('document:mousemove', ['$event']), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Function), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [MouseEvent]), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:returntype", void 0) +], FieldComponent.prototype, "onMouseMove", null); +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["HostListener"])('document:mouseup', ['$event']), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Function), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [MouseEvent]), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:returntype", void 0) +], FieldComponent.prototype, "onMouseUp", null); +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["HostListener"])("document:keyup", ['$event']), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Function), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [KeyboardEvent]), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:returntype", void 0) +], FieldComponent.prototype, "onKey", null); +FieldComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'app-field', + template: __webpack_require__(/*! raw-loader!./field.component.html */ "../../node_modules/raw-loader/index.js!../../libs/parser/src/lib/field/field.component.html"), + styles: [__webpack_require__(/*! ./field.component.less */ "../../libs/parser/src/lib/field/field.component.less")] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_active_field_service__WEBPACK_IMPORTED_MODULE_5__["ActiveFieldService"]]) +], FieldComponent); + +class MouseMoveParameters { + constructor(mousePosition, position, mode) { + this.position = position; + this.mode = mode; + this.deltaX = mousePosition.x - position.x; + this.deltaY = mousePosition.y - position.y; + } + getNewPosition(newMousePosition) { + return new _app_models__WEBPACK_IMPORTED_MODULE_3__["Point"](newMousePosition.x - this.deltaX, newMousePosition.y - this.deltaY); + } +} +MouseMoveParameters.ctorParameters = () => [ + { type: _app_models__WEBPACK_IMPORTED_MODULE_3__["Point"] }, + { type: _app_models__WEBPACK_IMPORTED_MODULE_3__["Point"] }, + { type: undefined } +]; +var MouseMoveMode; +(function (MouseMoveMode) { + MouseMoveMode[MouseMoveMode["Move"] = 0] = "Move"; + MouseMoveMode[MouseMoveMode["NE"] = 1] = "NE"; + MouseMoveMode[MouseMoveMode["NW"] = 2] = "NW"; + MouseMoveMode[MouseMoveMode["SW"] = 3] = "SW"; + MouseMoveMode[MouseMoveMode["SE"] = 4] = "SE"; +})(MouseMoveMode || (MouseMoveMode = {})); + + +/***/ }), + +/***/ "../../libs/parser/src/lib/parser-app.component.less": +/*!****************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/parser-app.component.less ***! + \****************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\n.parser-wrapper {\n z-index: 100;\n}\n.parser-wrapper ::ng-deep .button {\n color: #3E4E5A !important;\n}\n.parser-wrapper ::ng-deep .button .text {\n padding: 0px !important;\n}\n.parser-wrapper ::ng-deep .select {\n color: #3E4E5A !important;\n}\n.toolbar-panel {\n width: 100%;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n padding-left: 10px;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvcGFyc2VyL3NyYy9saWIvcGFyc2VyLWFwcC5jb21wb25lbnQubGVzcyIsImxpYnMvcGFyc2VyL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3BhcnNlci9zcmMvbGliL3BhcnNlci1hcHAuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsNkVDQWtCO0FBR2xCO0VBQ0ksWUFBQTtBRERKO0FDQUE7RUFHTSx5QkFBQTtBREFOO0FDSEE7RUFNUSx1QkFBQTtBREFSO0FDTkE7RUFXTSx5QkFBQTtBREZOO0FDTUE7RUFDSSxXQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLGtCQUFBO0FESko7QUNPQTtFQUNFLDBCQUFBO1VBQUEsb0JBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7RUFDQSxNQUFBO0VBQ0EsU0FBQTtFQUNBLE9BQUE7RUFDQSxRQUFBO0FETEYiLCJmaWxlIjoibGlicy9wYXJzZXIvc3JjL2xpYi9wYXJzZXItYXBwLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG4ucGFyc2VyLXdyYXBwZXIge1xuICB6LWluZGV4OiAxMDA7XG59XG4ucGFyc2VyLXdyYXBwZXIgOjpuZy1kZWVwIC5idXR0b24ge1xuICBjb2xvcjogIzNFNEU1QSAhaW1wb3J0YW50O1xufVxuLnBhcnNlci13cmFwcGVyIDo6bmctZGVlcCAuYnV0dG9uIC50ZXh0IHtcbiAgcGFkZGluZzogMHB4ICFpbXBvcnRhbnQ7XG59XG4ucGFyc2VyLXdyYXBwZXIgOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBjb2xvcjogIzNFNEU1QSAhaW1wb3J0YW50O1xufVxuLnRvb2xiYXItcGFuZWwge1xuICB3aWR0aDogMTAwJTtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgcGFkZGluZy1sZWZ0OiAxMHB4O1xufVxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0OiAxMDAlO1xuICB3aWR0aDogMTAwJTtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG4iLCJAaW1wb3J0IChjc3MpIHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbkBpbXBvcnQgXCIuLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4ucGFyc2VyLXdyYXBwZXIge1xuICAgIHotaW5kZXg6IDEwMDtcbiAgICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgICBjb2xvcjogQHByaW1hcnkgICFpbXBvcnRhbnQ7XG4gIFxuICAgICAgLnRleHQge1xuICAgICAgICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbiAgICAgIH1cbiAgICB9XG4gIFxuICAgIDo6bmctZGVlcCAuc2VsZWN0IHtcbiAgICAgIGNvbG9yOiBAcHJpbWFyeSAgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuLnRvb2xiYXItcGFuZWwge1xuICAgIHdpZHRoICAgICAgOiAxMDAlO1xuICAgIGRpc3BsYXkgICAgOiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgcGFkZGluZy1sZWZ0OiAxMHB4O1xufVxuXG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQgICAgIDogMTAwJTtcbiAgd2lkdGggICAgICA6IDEwMCU7XG4gIHBvc2l0aW9uICAgOiBmaXhlZDtcbiAgdG9wICAgICAgICA6IDA7XG4gIGJvdHRvbSAgICAgOiAwO1xuICBsZWZ0ICAgICAgIDogMDtcbiAgcmlnaHQgICAgICA6IDA7XG59Il19 */" + +/***/ }), + +/***/ "../../libs/parser/src/lib/parser-app.component.ts": +/*!**************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/parser-app.component.ts ***! + \**************************************************************************************/ +/*! exports provided: ParserAppComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ParserAppComponent", function() { return ParserAppComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm2015/core.js"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm2015/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var _app_models__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./app-models */ "../../libs/parser/src/lib/app-models.ts"); +/* harmony import */ var _parser_service__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./parser.service */ "../../libs/parser/src/lib/parser.service.ts"); + + + + + +let ParserAppComponent = class ParserAppComponent { + constructor(_modalService, _parserService, uploadFilesService) { + this._modalService = _modalService; + this._parserService = _parserService; + this.files = []; + this.browseFilesModal = _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["CommonModals"].BrowseFiles; + uploadFilesService.uploadsChange.subscribe((uploads) => { + if (uploads) { + let i; + for (i = 0; i < uploads.length; i++) { + this._parserService.upload(uploads.item(i), '', this.rewriteConfig).subscribe((obj) => { + this.selectDir(''); + }); + } + } + }); + } + ngOnInit() { + this.createTemplate(); + } + changeTemplateName(name) { + if (name == this.template.name) { + return; + } + this.template.name = name; + } + createTemplate() { + this.template = new _app_models__WEBPACK_IMPORTED_MODULE_3__["Template"](); + } + loadTemplate(id) { + this.template = _app_models__WEBPACK_IMPORTED_MODULE_3__["Template"].load(id.id); + this._modalService.close("gd-browse-templates"); + } + selectTemplate() { + this._modalService.open("gd-browse-templates"); + } + deleteTemplate() { + if (this.template.isStored()) { + this._modalService.open("id-delete-template-modal"); + } + } + deleteTemplateById(id) { + this._modalService.close("id-delete-template-modal"); + if (this.template.isStored()) { + this.template.remove(); + this.createTemplate(); + } + } + parseByTemplate() { + this._parserService.parseByTemplate(this.file.guid, this.template); + } + set file(file) { + this._file = file; + this.createTemplate(); + } + get file() { + return this._file; + } + get uploadConfig() { + return this.parserConfig ? this.parserConfig.upload : true; + } + get browseConfig() { + return this.parserConfig ? this.parserConfig.browse : true; + } + get rewriteConfig() { + return this.parserConfig ? this.parserConfig.rewrite : true; + } + openModal(id) { + this._modalService.open(id); + } + upload($event) { + this._parserService.upload(null, $event, this.rewriteConfig).subscribe(() => { + this.selectDir(''); + }); + } + selectDir($event) { + this._parserService.loadFiles($event).subscribe((files) => this.files = files || []); + } + selectFile($event, password, modalId) { + this.credentials = new _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["FileCredentials"]($event, password); + this.file = null; + this._parserService.loadFile(this.credentials).subscribe((file) => { + this.file = file; + }); + if (modalId) { + this._modalService.close(modalId); + } + } +}; +ParserAppComponent.ctorParameters = () => [ + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["ModalService"] }, + { type: _parser_service__WEBPACK_IMPORTED_MODULE_4__["ParserService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["UploadFilesService"] } +]; +ParserAppComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'gd-app-parser', + template: __webpack_require__(/*! raw-loader!./parser-app.component.html */ "../../node_modules/raw-loader/index.js!../../libs/parser/src/lib/parser-app.component.html"), + styles: [__webpack_require__(/*! ./parser-app.component.less */ "../../libs/parser/src/lib/parser-app.component.less")] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["ModalService"], + _parser_service__WEBPACK_IMPORTED_MODULE_4__["ParserService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["UploadFilesService"]]) +], ParserAppComponent); + + + +/***/ }), + +/***/ "../../libs/parser/src/lib/parser.module.ts": +/*!*******************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/parser.module.ts ***! + \*******************************************************************************/ +/*! exports provided: ParserModule */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ParserModule", function() { return ParserModule; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm2015/core.js"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm2015/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var _fortawesome_fontawesome_svg_core__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @fortawesome/fontawesome-svg-core */ "../../node_modules/@fortawesome/fontawesome-svg-core/index.es.js"); +/* harmony import */ var _fortawesome_free_solid_svg_icons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @fortawesome/free-solid-svg-icons */ "../../node_modules/@fortawesome/free-solid-svg-icons/index.es.js"); +/* harmony import */ var _fortawesome_free_regular_svg_icons__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @fortawesome/free-regular-svg-icons */ "../../node_modules/@fortawesome/free-regular-svg-icons/index.es.js"); +/* harmony import */ var _angular_platform_browser__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @angular/platform-browser */ "../../node_modules/@angular/platform-browser/fesm2015/platform-browser.js"); +/* harmony import */ var ng_click_outside__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ng-click-outside */ "../../node_modules/ng-click-outside/lib/index.js"); +/* harmony import */ var ng_click_outside__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(ng_click_outside__WEBPACK_IMPORTED_MODULE_7__); +/* harmony import */ var _parser_app_component__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./parser-app.component */ "../../libs/parser/src/lib/parser-app.component.ts"); +/* harmony import */ var _surface_surface_component__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./surface/surface.component */ "../../libs/parser/src/lib/surface/surface.component.ts"); +/* harmony import */ var _field_field_component__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./field/field.component */ "../../libs/parser/src/lib/field/field.component.ts"); +/* harmony import */ var _active_field_service__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./active-field.service */ "../../libs/parser/src/lib/active-field.service.ts"); +/* harmony import */ var _template_name_template_name_component__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./template-name/template-name.component */ "../../libs/parser/src/lib/template-name/template-name.component.ts"); +/* harmony import */ var _template_browser_template_browser_component__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./template-browser/template-browser.component */ "../../libs/parser/src/lib/template-browser/template-browser.component.ts"); +/* harmony import */ var _confirmation_modal_confirmation_modal_component__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./confirmation-modal/confirmation-modal.component */ "../../libs/parser/src/lib/confirmation-modal/confirmation-modal.component.ts"); +/* harmony import */ var _common_components_src_lib_config_service__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../../common-components/src/lib/config.service */ "../../libs/common-components/src/lib/config.service.ts"); + +var ParserModule_1; + + + + + + + + + + + + + + + +let ParserModule = ParserModule_1 = class ParserModule { + constructor() { + _fortawesome_fontawesome_svg_core__WEBPACK_IMPORTED_MODULE_3__["library"].add(_fortawesome_free_solid_svg_icons__WEBPACK_IMPORTED_MODULE_4__["fas"], _fortawesome_free_regular_svg_icons__WEBPACK_IMPORTED_MODULE_5__["far"]); + } + static forRoot(apiEndpoint) { + _common_components_src_lib_config_service__WEBPACK_IMPORTED_MODULE_15__["Api"].DEFAULT_API_ENDPOINT = apiEndpoint; + return { + ngModule: ParserModule_1 + }; + } +}; +ParserModule = ParserModule_1 = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["NgModule"])({ + declarations: [_parser_app_component__WEBPACK_IMPORTED_MODULE_8__["ParserAppComponent"], _surface_surface_component__WEBPACK_IMPORTED_MODULE_9__["SurfaceComponent"], _field_field_component__WEBPACK_IMPORTED_MODULE_10__["FieldComponent"], _template_name_template_name_component__WEBPACK_IMPORTED_MODULE_12__["TemplateNameComponent"], _template_browser_template_browser_component__WEBPACK_IMPORTED_MODULE_13__["TemplateBrowserComponent"], _confirmation_modal_confirmation_modal_component__WEBPACK_IMPORTED_MODULE_14__["ConfirmationModalComponent"]], + imports: [ + _angular_platform_browser__WEBPACK_IMPORTED_MODULE_6__["BrowserModule"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["CommonComponentsModule"], + ng_click_outside__WEBPACK_IMPORTED_MODULE_7__["ClickOutsideModule"] + ], + providers: [_active_field_service__WEBPACK_IMPORTED_MODULE_11__["ActiveFieldService"], _common_components_src_lib_config_service__WEBPACK_IMPORTED_MODULE_15__["ConfigService"]], + exports: [_parser_app_component__WEBPACK_IMPORTED_MODULE_8__["ParserAppComponent"], _field_field_component__WEBPACK_IMPORTED_MODULE_10__["FieldComponent"]], + entryComponents: [_field_field_component__WEBPACK_IMPORTED_MODULE_10__["FieldComponent"]], + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", []) +], ParserModule); + + + +/***/ }), + +/***/ "../../libs/parser/src/lib/parser.service.ts": +/*!********************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/parser.service.ts ***! + \********************************************************************************/ +/*! exports provided: ParserService */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ParserService", function() { return ParserService; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm2015/core.js"); +/* harmony import */ var _angular_common_http__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/common/http */ "../../node_modules/@angular/common/fesm2015/http.js"); +/* harmony import */ var _common_components_src_lib_config_service__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../common-components/src/lib/config.service */ "../../libs/common-components/src/lib/config.service.ts"); + + + + +let ParserService = class ParserService { + constructor(_http, _config) { + this._http = _http; + this._config = _config; + } + loadFiles(path) { + return this._http.post(this._config.getParserApiEndpoint() + Api.LOAD_FILE_TREE, { 'path': path }, Api.httpOptionsJson); + } + loadFile(credentials) { + return this._http.post(this._config.getParserApiEndpoint() + Api.LOAD_DOCUMENT_DESCRIPTION, credentials, Api.httpOptionsJson); + } + upload(file, url, rewrite) { + const formData = new FormData(); + formData.append("file", file); + formData.append('rewrite', String(rewrite)); + if (url) { + formData.append("url", url); + } + return this._http.post(this._config.getParserApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData); + } + parseByTemplate(documentGuid, template) { + const formData = new FormData(); + formData.append("documentGuid", documentGuid); + const txt = template.getFields().toString(); + return this._http.post(this._config.getParserApiEndpoint() + Api.PARSE_BY_TEMPLATE, formData); + } +}; +ParserService.ctorParameters = () => [ + { type: _angular_common_http__WEBPACK_IMPORTED_MODULE_2__["HttpClient"] }, + { type: _common_components_src_lib_config_service__WEBPACK_IMPORTED_MODULE_3__["ConfigService"] } +]; +ParserService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Injectable"])({ + providedIn: 'root' + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_angular_common_http__WEBPACK_IMPORTED_MODULE_2__["HttpClient"], _common_components_src_lib_config_service__WEBPACK_IMPORTED_MODULE_3__["ConfigService"]]) +], ParserService); + +class Api { +} +Api.VIEWER_APP = '/viewer'; +Api.SIGNATURE_APP = '/signature'; +Api.ANNOTATION_APP = '/annotation'; +Api.SEARCH_APP = '/search'; +Api.EDITOR_APP = '/editor'; +Api.COMPARISON_APP = '/comparison'; +Api.CONVERSION_APP = '/conversion'; +Api.METADATA_APP = '/metadata'; +Api.PARSER_APP = '/parser'; +Api.DEFAULT_API_ENDPOINT = window.location.href; +Api.LOAD_FILE_TREE = '/loadFileTree'; +Api.LOAD_CONFIG = '/loadConfig'; +Api.LOAD_DOCUMENT_DESCRIPTION = '/loadDocumentDescription'; +Api.LOAD_DOCUMENT_PAGE = '/loadDocumentPage'; +Api.LOAD_DOCUMENT_PROPERTIES = '/loadProperties'; +Api.LOAD_DOCUMENT_PROPERTIES_NAMES = '/loadPropertiesNames'; +Api.SAVE_PROPERTY = '/saveProperty'; +Api.REMOVE_PROPERTY = '/removeProperty'; +Api.ROTATE_DOCUMENT_PAGE = '/rotateDocumentPages'; +Api.UPLOAD_DOCUMENTS = '/uploadDocument'; +Api.DOWNLOAD_DOCUMENTS = '/downloadDocument'; +Api.LOAD_PRINT = '/loadPrint'; +Api.LOAD_PRINT_PDF = '/printPdf'; +Api.LOAD_THUMBNAILS = '/loadThumbnails'; +Api.LOAD_FORMATS = '/loadFormats'; +Api.SAVE_FILE = '/saveFile'; +Api.CREATE_FILE = '/createFile'; +Api.COMPARE_FILES = '/compare'; +Api.CONVERT_FILE = '/convert'; +Api.DELETE_SIGNATURE_FILE = '/deleteSignatureFile'; +Api.REMOVE_FROM_INDEX = '/removeFromIndex'; +Api.GET_FILE_STATUS = '/getFileStatus'; +Api.SAVE_OPTICAL_CODE = '/saveOpticalCode'; +Api.SAVE_TEXT = '/saveText'; +Api.SAVE_IMAGE = '/saveImage'; +Api.SAVE_STAMP = '/saveStamp'; +Api.SIGN = '/sign'; +Api.DOWNLOAD_SIGNED = '/downloadSigned'; +Api.LOAD_SIGNATURE_IMAGE = '/loadSignatureImage'; +Api.ANNOTATE = '/annotate'; +Api.SEARCH = '/search'; +Api.ADD_FILES_TO_INDEX = '/addFilesToIndex'; +Api.PARSE_BY_TEMPLATE = '/parseByTemplate'; +Api.httpOptionsJson = { + headers: new _angular_common_http__WEBPACK_IMPORTED_MODULE_2__["HttpHeaders"]({ + 'Content-Type': 'application/json', + }) +}; +Api.httpOptionsJsonResponseTypeBlob = { + headers: new _angular_common_http__WEBPACK_IMPORTED_MODULE_2__["HttpHeaders"]({ + 'Content-Type': 'application/json', + }), + responseType: 'blob' +}; + + +/***/ }), + +/***/ "../../libs/parser/src/lib/surface/surface.component.less": +/*!*********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/surface/surface.component.less ***! + \*********************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n::ng-deep .page {\n position: relative;\n}\n::ng-deep .gd-page-image {\n width: unset;\n height: unset;\n}\n::ng-deep .top-panel {\n align-content: flex-start;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: inherit;\n}\n.gd-document {\n -webkit-box-align: stretch;\n align-items: stretch;\n width: 100%;\n position: fixed;\n top: \"calc(90px)\";\n bottom: 0;\n left: 0;\n right: 0;\n height: calc(100% - 90px);\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvcGFyc2VyL3NyYy9saWIvc3VyZmFjZS9zdXJmYWNlLmNvbXBvbmVudC5sZXNzIiwibGlicy9wYXJzZXIvc3JjL2xpYi9zdXJmYWNlL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9wYXJzZXIvc3JjL2xpYi9zdXJmYWNlL3N1cmZhY2UuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsNkVDQWtCO0FBR2xCO0VBQ0ksc0RBQUE7QURESjtBQ0lBO0VBQ0Usa0JBQUE7QURGRjtBQ0tBO0VBQ0UsWUFBQTtFQUNBLGFBQUE7QURIRjtBQ01BO0VBQ0UseUJBQUE7QURKRjtBQ09BO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsZUFBQTtBRExGO0FDU0E7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7RUFDQSxpQkFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtFQUNBLHlCQUFBO0FEUEYiLCJmaWxlIjoibGlicy9wYXJzZXIvc3JjL2xpYi9zdXJmYWNlL3N1cmZhY2UuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG46Om5nLWRlZXAgLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG46Om5nLWRlZXAgLmdkLXBhZ2UtaW1hZ2Uge1xuICB3aWR0aDogdW5zZXQ7XG4gIGhlaWdodDogdW5zZXQ7XG59XG46Om5nLWRlZXAgLnRvcC1wYW5lbCB7XG4gIGFsaWduLWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG59XG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xufVxuLmdkLWRvY3VtZW50IHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogXCJjYWxjKDkwcHgpXCI7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gOTBweCk7XG59XG4iLCJAaW1wb3J0IChjc3MpIHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG46aG9zdCAqIHtcbiAgICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG4gIH1cbiAgXG46Om5nLWRlZXAgLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG5cbjo6bmctZGVlcCAuZ2QtcGFnZS1pbWFnZSB7XG4gIHdpZHRoIDogdW5zZXQ7XG4gIGhlaWdodDogdW5zZXQ7XG59XG5cbjo6bmctZGVlcCAudG9wLXBhbmVsIHtcbiAgYWxpZ24tY29udGVudDogZmxleC1zdGFydDtcbn1cblxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodCA6IGluaGVyaXQ7XG59XG5cblxuLmdkLWRvY3VtZW50IHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIHdpZHRoICAgICAgOiAxMDAlO1xuICBwb3NpdGlvbiAgIDogZml4ZWQ7XG4gIHRvcCAgICAgICAgOiBcImNhbGMoQHtlZGl0b3ItbmF2LWhlaWdodH0pXCI7XG4gIGJvdHRvbSAgICAgOiAwO1xuICBsZWZ0ICAgICAgIDogMDtcbiAgcmlnaHQgICAgICA6IDA7XG4gIGhlaWdodDp+XCJjYWxjKDEwMCUgLSBAe2VkaXRvci1uYXYtaGVpZ2h0fSlcIjtcbn0iXX0= */" + +/***/ }), + +/***/ "../../libs/parser/src/lib/surface/surface.component.ts": +/*!*******************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/surface/surface.component.ts ***! + \*******************************************************************************************/ +/*! exports provided: SurfaceComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SurfaceComponent", function() { return SurfaceComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm2015/core.js"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm2015/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var _app_models__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../app-models */ "../../libs/parser/src/lib/app-models.ts"); +/* harmony import */ var _field_field_component__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../field/field.component */ "../../libs/parser/src/lib/field/field.component.ts"); +/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! jquery */ "../../node_modules/jquery/dist/jquery.js"); +/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_5__); +/* harmony import */ var _active_field_service__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../active-field.service */ "../../libs/parser/src/lib/active-field.service.ts"); + + + + + + + +const $ = jquery__WEBPACK_IMPORTED_MODULE_5__; +let SurfaceComponent = class SurfaceComponent { + constructor(hostingComponentsService, addDynamicComponentService, activeFieldService) { + this.hostingComponentsService = hostingComponentsService; + this.addDynamicComponentService = addDynamicComponentService; + this.activeFieldService = activeFieldService; + this.addMode = false; + this.lastId = -1; + this.fieldComponentRefs = new Map(); + } + set file(file) { + this._file = file; + } + get file() { + return this._file; + } + set template(template) { + this._template = template; + if (this.fieldAddedSubscription) { + this.fieldAddedSubscription.unsubscribe(); + } + if (this.fieldRemovedSubscription) { + this.fieldRemovedSubscription.unsubscribe(); + } + this.fieldAddedSubscription = this._template.added.subscribe(field => this.addField(field)); + this.fieldRemovedSubscription = this._template.removed.subscribe(field => this.removeField(field)); + this.removeFields(); + this.lastId = -1; + this._template = template; + this._template.getFields().forEach(field => { + this.addField(field); + this.lastId = Math.max(this.lastId, field.id); + }); + } + addField(field) { + const dynamicDirective = this.hostingComponentsService.find(field.pageNumber); + if (dynamicDirective) { + const viewContainerRef = dynamicDirective.viewContainerRef; + const fieldComponent = this.addDynamicComponentService.addDynamicComponent(viewContainerRef, _field_field_component__WEBPACK_IMPORTED_MODULE_4__["FieldComponent"]); + fieldComponent.instance.id = field.id; + fieldComponent.instance.setField(field); + const pageModel = this.file.pages.find(function (p) { + return p.number === field.pageNumber; + }); + fieldComponent.instance.pageSize = new _app_models__WEBPACK_IMPORTED_MODULE_3__["Size"](pageModel.width, pageModel.height); + this.fieldComponentRefs.set(field, fieldComponent); + } + } + removeFields() { + this.fieldComponentRefs.forEach(cRef => { + cRef.destroy(); + }); + this.fieldComponentRefs.clear(); + } + removeField(field) { + const componentRef = this.fieldComponentRefs.get(field); + if (componentRef) { + componentRef.destroy(); + } + this.fieldComponentRefs.delete(field); + } + createField($event) { + if (!$event.altKey) { + return; + } + $event.preventDefault(); + const position = _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["Utils"].getMousePosition($event); + const elements = document.elementsFromPoint(position.x, position.y); + const currentPage = elements.find(x => x.id && x.id.startsWith("page-")); + if (currentPage) { + const documentPage = $(currentPage).parent().parent()[0]; + const currentPosition = this.getCurrentPosition(position, $(documentPage)); + const pageId = currentPage.id; + let pageNumber = 1; + if (pageId) { + const split = pageId.split('-'); + pageNumber = split.length === 2 ? parseInt(split[1], 10) : pageNumber; + } + const field = new _app_models__WEBPACK_IMPORTED_MODULE_3__["TemplateField"](this.template); + const id = this.getNextId(); + field.name = "field" + id; + field.id = id; + field.pageNumber = pageNumber; + field.position = new _app_models__WEBPACK_IMPORTED_MODULE_3__["Point"](currentPosition.x, currentPosition.y); + field.size = new _app_models__WEBPACK_IMPORTED_MODULE_3__["Size"](60, 20); + this._template.addField(field); + } + } + getCurrentPosition(position, page) { + const x = (position.x - page.offset().left); + const y = (position.y - page.offset().top); + return new _app_models__WEBPACK_IMPORTED_MODULE_3__["Point"](x, y); + } + getNextId() { + this.lastId++; + return this.lastId; + } + ngOnInit() { + } + ngOnDestroy() { + if (this.fieldAddedSubscription) { + this.fieldAddedSubscription.unsubscribe(); + } + if (this.fieldRemovedSubscription) { + this.fieldRemovedSubscription.unsubscribe(); + } + } +}; +SurfaceComponent.ctorParameters = () => [ + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["HostingDynamicComponentService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["AddDynamicComponentService"] }, + { type: _active_field_service__WEBPACK_IMPORTED_MODULE_6__["ActiveFieldService"] } +]; +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", _app_models__WEBPACK_IMPORTED_MODULE_3__["FileDescription"]), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_app_models__WEBPACK_IMPORTED_MODULE_3__["FileDescription"]]) +], SurfaceComponent.prototype, "file", null); +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", _app_models__WEBPACK_IMPORTED_MODULE_3__["Template"]), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_app_models__WEBPACK_IMPORTED_MODULE_3__["Template"]]) +], SurfaceComponent.prototype, "template", null); +SurfaceComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'app-surface', + template: __webpack_require__(/*! raw-loader!./surface.component.html */ "../../node_modules/raw-loader/index.js!../../libs/parser/src/lib/surface/surface.component.html"), + styles: [__webpack_require__(/*! ./surface.component.less */ "../../libs/parser/src/lib/surface/surface.component.less")] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["HostingDynamicComponentService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["AddDynamicComponentService"], + _active_field_service__WEBPACK_IMPORTED_MODULE_6__["ActiveFieldService"]]) +], SurfaceComponent); + + + +/***/ }), + +/***/ "../../libs/parser/src/lib/template-browser/template-browser.component.less": +/*!***************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/template-browser/template-browser.component.less ***! + \***************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "#gd-templatebrowser-section {\n width: 640px;\n height: 480px;\n overflow-y: auto;\n}\n.gd-modal-table {\n width: 100%;\n text-align: left;\n}\n.list-template-header {\n height: 60px;\n color: #6e6e6e;\n font-size: 13px;\n font-weight: bold;\n background-color: #f4f4f4;\n margin-top: 24px;\n}\n.header-name {\n padding-left: 24px;\n width: 90%;\n line-height: 60px;\n}\n.list-template-lines,\n.list-template-header {\n display: -webkit-box;\n display: flex;\n width: 100%;\n -webkit-box-pack: justify;\n justify-content: space-between;\n}\n.list-template-lines {\n border-bottom: 1px solid #e7e7e7;\n}\n.gd-template-name {\n white-space: nowrap;\n overflow: hidden;\n width: 100%;\n text-overflow: ellipsis;\n}\n.template-description {\n display: -webkit-box;\n display: flex;\n width: 90%;\n padding: 18px 0px 18px 24px;\n font-size: 14px;\n -webkit-box-flex: 1;\n flex: 1;\n cursor: pointer;\n overflow: hidden;\n}\n.template-name {\n font-size: 16px;\n color: #6e6e6e;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.list-template-lines:hover {\n background-color: #E5E5E5;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvcGFyc2VyL3NyYy9saWIvdGVtcGxhdGUtYnJvd3Nlci9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvcGFyc2VyL3NyYy9saWIvdGVtcGxhdGUtYnJvd3Nlci90ZW1wbGF0ZS1icm93c2VyLmNvbXBvbmVudC5sZXNzIiwibGlicy9wYXJzZXIvc3JjL2xpYi90ZW1wbGF0ZS1icm93c2VyL3RlbXBsYXRlLWJyb3dzZXIuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0E7RUFDSSxZQUFBO0VBQ0EsYUFBQTtFQUNBLGdCQUFBO0FDQUo7QURHQTtFQUNJLFdBQUE7RUFDQSxnQkFBQTtBQ0RKO0FESUE7RUFDSSxZQUFBO0VBQ0EsY0FBQTtFQUNBLGVBQUE7RUFDQSxpQkFBQTtFQUNBLHlCQUFBO0VBQ0EsZ0JBQUE7QUNGSjtBREtBO0VBQ0ksa0JBQUE7RUFDQSxVQUFBO0VBQ0EsaUJBQUE7QUNISjtBRE1BOztFQUNJLG9CQUFBO0VBQUEsYUFBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtVQUFBLDhCQUFBO0FDSEo7QURNQTtFQUNJLGdDQUFBO0FDSko7QURPQTtFQUNJLG1CQUFBO0VBQ0EsZ0JBQUE7RUFDQSxXQUFBO0VBQ0EsdUJBQUE7QUNMSjtBRFFBO0VBQ0ksb0JBQUE7RUFBQSxhQUFBO0VBQ0EsVUFBQTtFQUNBLDJCQUFBO0VBQ0EsZUFBQTtFQUNBLG1CQUFBO1VBQUEsT0FBQTtFQUNBLGVBQUE7RUFDQSxnQkFBQTtBQ05KO0FEU0E7RUFDSSxlQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0VBQ0EsdUJBQUE7QUNQSjtBRFVBO0VBQ0kseUJBQUE7QUNSSiIsImZpbGUiOiJsaWJzL3BhcnNlci9zcmMvbGliL3RlbXBsYXRlLWJyb3dzZXIvdGVtcGxhdGUtYnJvd3Nlci5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLy4uLy4uL3N0eWxlcy92YXJpYWJsZXNcIjtcbiNnZC10ZW1wbGF0ZWJyb3dzZXItc2VjdGlvbiB7XG4gICAgd2lkdGg6IDY0MHB4O1xuICAgIGhlaWdodDogNDgwcHg7XG4gICAgb3ZlcmZsb3cteTogYXV0bztcbiAgfVxuXG4uZ2QtbW9kYWwtdGFibGUge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIHRleHQtYWxpZ246IGxlZnQ7XG59XG5cbi5saXN0LXRlbXBsYXRlLWhlYWRlciB7XG4gICAgaGVpZ2h0OiA2MHB4O1xuICAgIGNvbG9yOiBAZG92ZS1ncmF5O1xuICAgIGZvbnQtc2l6ZTogMTNweDtcbiAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAd2lsZC1zYW5kO1xuICAgIG1hcmdpbi10b3A6IDI0cHg7XG4gIH1cblxuLmhlYWRlci1uYW1lIHtcbiAgICBwYWRkaW5nLWxlZnQ6IDI0cHg7XG4gICAgd2lkdGg6IDkwJTtcbiAgICBsaW5lLWhlaWdodDogNjBweDtcbiAgfVxuXG4ubGlzdC10ZW1wbGF0ZS1saW5lcywgLmxpc3QtdGVtcGxhdGUtaGVhZGVyIHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcbiAgfSAgXG5cbi5saXN0LXRlbXBsYXRlLWxpbmVzIHtcbiAgICBib3JkZXItYm90dG9tOiAxcHggc29saWQgQG1lcmN1cnk7XG4gIH1cblxuLmdkLXRlbXBsYXRlLW5hbWUge1xuICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgICB3aWR0aDogMTAwJTtcbiAgICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbiAgfVxuXG4udGVtcGxhdGUtZGVzY3JpcHRpb24ge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgd2lkdGg6IDkwJTtcbiAgICBwYWRkaW5nOiAxOHB4IDBweCAxOHB4IDI0cHg7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuICAgIGZsZXg6IDE7ICAgIFxuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuICB9ICBcblxuLnRlbXBsYXRlLW5hbWUge1xuICAgIGZvbnQtc2l6ZTogMTZweDtcbiAgICBjb2xvcjogQGRvdmUtZ3JheTtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuICAgIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuICB9XG4gIFxuLmxpc3QtdGVtcGxhdGUtbGluZXM6aG92ZXJ7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQG5hdi1hY2NlbnQtYmFja2dyb3VuZDtcbiAgfSIsIiNnZC10ZW1wbGF0ZWJyb3dzZXItc2VjdGlvbiB7XG4gIHdpZHRoOiA2NDBweDtcbiAgaGVpZ2h0OiA0ODBweDtcbiAgb3ZlcmZsb3cteTogYXV0bztcbn1cbi5nZC1tb2RhbC10YWJsZSB7XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xufVxuLmxpc3QtdGVtcGxhdGUtaGVhZGVyIHtcbiAgaGVpZ2h0OiA2MHB4O1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBmb250LXdlaWdodDogYm9sZDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2Y0ZjRmNDtcbiAgbWFyZ2luLXRvcDogMjRweDtcbn1cbi5oZWFkZXItbmFtZSB7XG4gIHBhZGRpbmctbGVmdDogMjRweDtcbiAgd2lkdGg6IDkwJTtcbiAgbGluZS1oZWlnaHQ6IDYwcHg7XG59XG4ubGlzdC10ZW1wbGF0ZS1saW5lcyxcbi5saXN0LXRlbXBsYXRlLWhlYWRlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxMDAlO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG59XG4ubGlzdC10ZW1wbGF0ZS1saW5lcyB7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZTdlN2U3O1xufVxuLmdkLXRlbXBsYXRlLW5hbWUge1xuICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICB3aWR0aDogMTAwJTtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG59XG4udGVtcGxhdGUtZGVzY3JpcHRpb24ge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogOTAlO1xuICBwYWRkaW5nOiAxOHB4IDBweCAxOHB4IDI0cHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgZmxleDogMTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuLnRlbXBsYXRlLW5hbWUge1xuICBmb250LXNpemU6IDE2cHg7XG4gIGNvbG9yOiAjNmU2ZTZlO1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbn1cbi5saXN0LXRlbXBsYXRlLWxpbmVzOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0U1RTVFNTtcbn1cbiJdfQ== */" + +/***/ }), + +/***/ "../../libs/parser/src/lib/template-browser/template-browser.component.ts": +/*!*************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/template-browser/template-browser.component.ts ***! + \*************************************************************************************************************/ +/*! exports provided: TemplateBrowserComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "TemplateBrowserComponent", function() { return TemplateBrowserComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm2015/core.js"); +/* harmony import */ var _app_models__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../app-models */ "../../libs/parser/src/lib/app-models.ts"); + + + +let TemplateBrowserComponent = class TemplateBrowserComponent { + constructor() { + this.choosed = new _angular_core__WEBPACK_IMPORTED_MODULE_1__["EventEmitter"](); + this.loadIds(); + } + ngOnInit() { + } + loadIds() { + this.ids = _app_models__WEBPACK_IMPORTED_MODULE_2__["Template"].getTemplateIds(); + } + refresh($event) { + if ($event) { + this.loadIds(); + } + } + choose(id) { + this.choosed.emit(id); + } + getTemplateIds() { + return _app_models__WEBPACK_IMPORTED_MODULE_2__["Template"].getTemplateIds(); + } +}; +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Output"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Object) +], TemplateBrowserComponent.prototype, "choosed", void 0); +TemplateBrowserComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'app-template-browser', + template: __webpack_require__(/*! raw-loader!./template-browser.component.html */ "../../node_modules/raw-loader/index.js!../../libs/parser/src/lib/template-browser/template-browser.component.html"), + styles: [__webpack_require__(/*! ./template-browser.component.less */ "../../libs/parser/src/lib/template-browser/template-browser.component.less")] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", []) +], TemplateBrowserComponent); + + + +/***/ }), + +/***/ "../../libs/parser/src/lib/template-name/template-name.component.less": +/*!*********************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/template-name/template-name.component.less ***! + \*********************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJsaWJzL3BhcnNlci9zcmMvbGliL3RlbXBsYXRlLW5hbWUvdGVtcGxhdGUtbmFtZS5jb21wb25lbnQubGVzcyJ9 */" + +/***/ }), + +/***/ "../../libs/parser/src/lib/template-name/template-name.component.ts": +/*!*******************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/template-name/template-name.component.ts ***! + \*******************************************************************************************************/ +/*! exports provided: TemplateNameComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "TemplateNameComponent", function() { return TemplateNameComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm2015/core.js"); + + +let TemplateNameComponent = class TemplateNameComponent { + constructor() { + this._name = ""; + this.editorMode = false; + this.nameChanged = new _angular_core__WEBPACK_IMPORTED_MODULE_1__["EventEmitter"](); + } + ngOnInit() { + } + set name(name) { + this.setName(name); + } + setName(name) { + this._name = name; + } + getName() { + return this._name; + } + isEditorMode() { + return this.editorMode; + } + openEditor() { + this.editorMode = true; + } + closeEditor() { + this.editorMode = false; + this.confirmNameChanged(); + } + confirmNameChanged() { + this.nameChanged.emit(this._name); + } + keyUp($event) { + if ($event.key == "Enter" && this.isEditorMode()) { + this.closeEditor(); + } + } +}; +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Output"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Object) +], TemplateNameComponent.prototype, "nameChanged", void 0); +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", String), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [String]) +], TemplateNameComponent.prototype, "name", null); +TemplateNameComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'app-template-name', + template: __webpack_require__(/*! raw-loader!./template-name.component.html */ "../../node_modules/raw-loader/index.js!../../libs/parser/src/lib/template-name/template-name.component.html"), + styles: [__webpack_require__(/*! ./template-name.component.less */ "../../libs/parser/src/lib/template-name/template-name.component.less")] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", []) +], TemplateNameComponent); + + + +/***/ }), + +/***/ "../../libs/search/src/index.ts": +/*!*******************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/index.ts ***! + \*******************************************************************/ +/*! exports provided: initializeApp, setupLoadingInterceptor, SearchModule, SearchAppComponent, SearchService, SearchConfigService */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _lib_search_module__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./lib/search.module */ "../../libs/search/src/lib/search.module.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "initializeApp", function() { return _lib_search_module__WEBPACK_IMPORTED_MODULE_0__["initializeApp"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "setupLoadingInterceptor", function() { return _lib_search_module__WEBPACK_IMPORTED_MODULE_0__["setupLoadingInterceptor"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchModule", function() { return _lib_search_module__WEBPACK_IMPORTED_MODULE_0__["SearchModule"]; }); + +/* harmony import */ var _lib_search_app_component__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./lib/search-app.component */ "../../libs/search/src/lib/search-app.component.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchAppComponent", function() { return _lib_search_app_component__WEBPACK_IMPORTED_MODULE_1__["SearchAppComponent"]; }); + +/* harmony import */ var _lib_search_service__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./lib/search.service */ "../../libs/search/src/lib/search.service.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchService", function() { return _lib_search_service__WEBPACK_IMPORTED_MODULE_2__["SearchService"]; }); + +/* harmony import */ var _lib_search_config_service__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./lib/search-config.service */ "../../libs/search/src/lib/search-config.service.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchConfigService", function() { return _lib_search_config_service__WEBPACK_IMPORTED_MODULE_3__["SearchConfigService"]; }); + + + + + + + +/***/ }), + +/***/ "../../libs/search/src/lib/indexed-file/indexed-file.component.less": +/*!*******************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/indexed-file/indexed-file.component.less ***! + \*******************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = ".gd-indexed-file {\n display: -webkit-box;\n display: flex;\n width: 100%;\n height: 98px;\n border-bottom: 1px solid #e7e7e7;\n background-color: #fff;\n -webkit-box-align: center;\n align-items: center;\n position: relative;\n}\n.gd-indexed-file-remove {\n font-size: 18px;\n color: #6E6E6E;\n margin: 0px 24px;\n cursor: pointer;\n}\n.gd-indexed-file-remove span {\n width: 37px;\n height: 37px;\n display: block;\n line-height: 37px;\n text-align: center;\n font-weight: bold;\n}\n.gd-indexed-file-remove.disabled {\n color: #959da5;\n opacity: 0.4;\n}\n.gd-indexed-file-name {\n display: -webkit-box;\n display: flex;\n}\n.gd-indexed-file-name fa-icon {\n font-size: 32px;\n margin: 19px 21px 0 0;\n}\n.gd-indexed-file-name.disabled fa-icon {\n color: #6e6e6e;\n}\n.gd-file-name {\n text-align: left;\n cursor: default;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.gd-indexed-file-size {\n width: 70px;\n color: #777777;\n text-align: left;\n font-size: 12px;\n right: 265px;\n position: absolute;\n}\n.gd-indexed-file-status-wrapper {\n color: #777777;\n font-size: 12px;\n right: 104px;\n position: absolute;\n width: 70px;\n}\n.gd-indexed-file-status {\n display: -webkit-box;\n display: flex;\n}\n.gd-indexed-file-status fa-icon {\n padding-right: 7px;\n}\n.gd-file-format {\n font-size: 10px;\n color: #acacac;\n padding-top: 4px;\n}\n.gd-file-format.mobile {\n display: none;\n}\n.disabled {\n cursor: not-allowed !important;\n}\n.gd-indexed-file .ng-fa-icon.fa-file-pdf {\n color: #E21717;\n}\n.gd-indexed-file .ng-fa-icon.fa-file-word {\n color: #6979B9;\n}\n.gd-indexed-file .ng-fa-icon.fa-file-powerpoint {\n color: #E29417;\n}\n.gd-indexed-file .ng-fa-icon.fa-file-excel {\n color: #3FA300;\n}\n.gd-indexed-file .ng-fa-icon.fa-file-image {\n color: #E217DA;\n}\n.gd-indexed-file .ng-fa-icon.fa-file-text .fa-folder {\n color: #5D6A75;\n}\n.gd-indexed-file-name .ng-fa-icon {\n font-size: 33px;\n}\n.gd-indexed-file-name fa-icon {\n font-size: 32px;\n margin: 0 11px 0 0;\n}\n@media (max-width: 1037px) {\n .gd-indexed-file-size {\n display: none;\n }\n .gd-file-format {\n font-size: 10px;\n }\n .gd-file-format.mobile {\n display: block;\n }\n .gd-file-format.mobile > fa-icon {\n color: #bebebe;\n }\n .gd-file-format.mobile fa-icon {\n font-size: 10px;\n margin-right: 2.1px;\n }\n .gd-file-format.mobile fa-icon:nth-child(1) {\n margin-right: 6px;\n }\n .gd-file-format {\n font-size: 11px;\n }\n .gd-indexed-file-name {\n white-space: nowrap;\n overflow: hidden;\n width: 65%;\n }\n .gd-indexed-file-status-wrapper {\n right: 45px;\n width: unset;\n }\n .gd-indexed-file-status-wrapper .gd-indexed-file-status fa-icon {\n padding-right: unset;\n font-size: 16px;\n }\n .gd-indexed-file-remove {\n margin: 0px 16px 0px 15px;\n font-size: 24px;\n }\n .mobile-hide {\n display: none;\n }\n .gd-indexed-file {\n height: 85px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2VhcmNoL3NyYy9saWIvaW5kZXhlZC1maWxlL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zZWFyY2gvc3JjL2xpYi9pbmRleGVkLWZpbGUvaW5kZXhlZC1maWxlLmNvbXBvbmVudC5sZXNzIiwibGlicy9zZWFyY2gvc3JjL2xpYi9pbmRleGVkLWZpbGUvaW5kZXhlZC1maWxlLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxnQ0FBQTtFQUNBLHNCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLGtCQUFBO0FDREY7QURJQTtFQUNFLGVBQUE7RUFDQSxjQUFBO0VBQ0EsZ0JBQUE7RUFDQSxlQUFBO0FDRkY7QURGQTtFQU9JLFdBQUE7RUFDQSxZQUFBO0VBQ0EsY0FBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxpQkFBQTtBQ0ZKO0FES0U7RUFDRSxjQUFBO0VBQ0EsWUFBQTtBQ0hKO0FET0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7QUNMRjtBRFFBO0VBQ0UsZUFBQTtFQUNBLHFCQUFBO0FDTkY7QURTQTtFQUNFLGNBQUE7QUNQRjtBRFVBO0VBQ0UsZ0JBQUE7RUFDQSxlQUFBO0VBQ0EsZ0JBQUE7RUFDQSx1QkFBQTtBQ1JGO0FEV0E7RUFDRSxXQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtBQ1RGO0FEWUE7RUFDRSxjQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtFQUNBLFdBQUE7QUNWRjtBRGFBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0FDWEY7QURVQTtFQUlJLGtCQUFBO0FDWEo7QURlQTtFQUNFLGVBQUE7RUFDQSxjQUFBO0VBQ0EsZ0JBQUE7QUNiRjtBRGVFO0VBQ0UsYUFBQTtBQ2JKO0FEaUJBO0VBQ0UsOEJBQUE7QUNmRjtBRGtCQTtFQUNFLGNBQUE7QUNoQkY7QURtQkE7RUFDRSxjQUFBO0FDakJGO0FEb0JBO0VBQ0UsY0FBQTtBQ2xCRjtBRHFCQTtFQUNFLGNBQUE7QUNuQkY7QURzQkE7RUFDRSxjQUFBO0FDcEJGO0FEdUJBO0VBQ0UsY0FBQTtBQ3JCRjtBRHdCQTtFQUNFLGVBQUE7QUN0QkY7QUR5QkE7RUFDRSxlQUFBO0VBQ0Esa0JBQUE7QUN2QkY7QUQwQkE7RUFFRTtJQUNFLGFBQUE7RUN6QkY7RUQ0QkE7SUFDRSxlQUFBO0VDMUJGO0VENEJFO0lBQ0UsY0FBQTtFQzFCSjtFRHlCRTtJQUlJLGNBQUE7RUMxQk47RURzQkU7SUFRSSxlQUFBO0lBQ0EsbUJBQUE7RUMzQk47RURrQkU7SUFhSSxpQkFBQTtFQzVCTjtFRGlDQTtJQUNFLGVBQUE7RUMvQkY7RURrQ0E7SUFDRSxtQkFBQTtJQUNBLGdCQUFBO0lBQ0EsVUFBQTtFQ2hDRjtFRG1DQTtJQUNFLFdBQUE7SUFDQSxZQUFBO0VDakNGO0VEK0JBO0lBTU0sb0JBQUE7SUFDQSxlQUFBO0VDbENOO0VEdUNBO0lBQ0UseUJBQUE7SUFDQSxlQUFBO0VDckNGO0VEd0NBO0lBQ0UsYUFBQTtFQ3RDRjtFRHlDQTtJQUNFLFlBQUE7RUN2Q0Y7QUFDRiIsImZpbGUiOiJsaWJzL3NlYXJjaC9zcmMvbGliL2luZGV4ZWQtZmlsZS9pbmRleGVkLWZpbGUuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWluZGV4ZWQtZmlsZSB7XG4gIGRpc3BsYXkgICAgICAgICA6IGZsZXg7XG4gIHdpZHRoICAgICAgICAgICA6IDEwMCU7XG4gIGhlaWdodCAgICAgICAgICA6IDk4cHg7XG4gIGJvcmRlci1ib3R0b20gICA6IDFweCBzb2xpZCBAbWVyY3VyeTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgYWxpZ24taXRlbXMgICAgIDogY2VudGVyO1xuICBwb3NpdGlvbiAgICAgICAgOiByZWxhdGl2ZTtcbn1cblxuLmdkLWluZGV4ZWQtZmlsZS1yZW1vdmUge1xuICBmb250LXNpemU6IDE4cHg7XG4gIGNvbG9yICAgIDogIzZFNkU2RTtcbiAgbWFyZ2luICAgOiAwcHggMjRweDtcbiAgY3Vyc29yICAgOiBwb2ludGVyO1xuXG4gIHNwYW4ge1xuICAgIHdpZHRoICAgICAgOiAzN3B4O1xuICAgIGhlaWdodCAgICAgOiAzN3B4O1xuICAgIGRpc3BsYXkgICAgOiBibG9jaztcbiAgICBsaW5lLWhlaWdodDogMzdweDtcbiAgICB0ZXh0LWFsaWduIDogY2VudGVyO1xuICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICB9XG5cbiAgJi5kaXNhYmxlZCB7XG4gICAgY29sb3IgIDogQHJlZ2VudC1ncmF5O1xuICAgIG9wYWNpdHk6IDAuNDtcbiAgfVxufVxuXG4uZ2QtaW5kZXhlZC1maWxlLW5hbWUge1xuICBkaXNwbGF5OiBmbGV4O1xufVxuXG4uZ2QtaW5kZXhlZC1maWxlLW5hbWUgZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzJweDtcbiAgbWFyZ2luICAgOiAxOXB4IDIxcHggMCAwO1xufVxuXG4uZ2QtaW5kZXhlZC1maWxlLW5hbWUuZGlzYWJsZWQgZmEtaWNvbiB7XG4gIGNvbG9yOiBAZG92ZS1ncmF5O1xufVxuXG4uZ2QtZmlsZS1uYW1lIHtcbiAgdGV4dC1hbGlnbiAgIDogbGVmdDtcbiAgY3Vyc29yICAgICAgIDogZGVmYXVsdDtcbiAgb3ZlcmZsb3cgICAgIDogaGlkZGVuO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbn1cblxuLmdkLWluZGV4ZWQtZmlsZS1zaXplIHtcbiAgd2lkdGggICAgIDogNzBweDtcbiAgY29sb3IgICAgIDogIzc3Nzc3NztcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZm9udC1zaXplIDogMTJweDtcbiAgcmlnaHQgICAgIDogMjY1cHg7XG4gIHBvc2l0aW9uICA6IGFic29sdXRlO1xufVxuXG4uZ2QtaW5kZXhlZC1maWxlLXN0YXR1cy13cmFwcGVyIHtcbiAgY29sb3IgICAgOiAjNzc3Nzc3O1xuICBmb250LXNpemU6IDEycHg7XG4gIHJpZ2h0ICAgIDogMTA0cHg7XG4gIHBvc2l0aW9uIDogYWJzb2x1dGU7XG4gIHdpZHRoICAgIDogNzBweDtcbn1cblxuLmdkLWluZGV4ZWQtZmlsZS1zdGF0dXMge1xuICBkaXNwbGF5OiBmbGV4O1xuXG4gIGZhLWljb24ge1xuICAgIHBhZGRpbmctcmlnaHQ6IDdweDtcbiAgfVxufVxuXG4uZ2QtZmlsZS1mb3JtYXQge1xuICBmb250LXNpemUgIDogMTBweDtcbiAgY29sb3IgICAgICA6IEBzaWx2ZXItY2hhbGljZTtcbiAgcGFkZGluZy10b3A6IDRweDtcblxuICAmLm1vYmlsZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxufVxuXG4uZGlzYWJsZWQge1xuICBjdXJzb3I6IG5vdC1hbGxvd2VkICFpbXBvcnRhbnQ7XG59XG5cbi5nZC1pbmRleGVkLWZpbGUgLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogI0UyMTcxNztcbn1cblxuLmdkLWluZGV4ZWQtZmlsZSAubmctZmEtaWNvbi5mYS1maWxlLXdvcmQge1xuICBjb2xvcjogIzY5NzlCOTtcbn1cblxuLmdkLWluZGV4ZWQtZmlsZSAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogI0UyOTQxNztcbn1cblxuLmdkLWluZGV4ZWQtZmlsZSAubmctZmEtaWNvbi5mYS1maWxlLWV4Y2VsIHtcbiAgY29sb3I6ICMzRkEzMDA7XG59XG5cbi5nZC1pbmRleGVkLWZpbGUgLm5nLWZhLWljb24uZmEtZmlsZS1pbWFnZSB7XG4gIGNvbG9yOiAjRTIxN0RBO1xufVxuXG4uZ2QtaW5kZXhlZC1maWxlIC5uZy1mYS1pY29uLmZhLWZpbGUtdGV4dCAuZmEtZm9sZGVyIHtcbiAgY29sb3I6ICM1RDZBNzU7XG59XG5cbi5nZC1pbmRleGVkLWZpbGUtbmFtZSAubmctZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzNweDtcbn1cblxuLmdkLWluZGV4ZWQtZmlsZS1uYW1lIGZhLWljb24ge1xuICBmb250LXNpemU6IDMycHg7XG4gIG1hcmdpbiAgIDogMCAxMXB4IDAgMDtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcblxuICAuZ2QtaW5kZXhlZC1maWxlLXNpemUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cblxuICAuZ2QtZmlsZS1mb3JtYXQge1xuICAgIGZvbnQtc2l6ZTogMTBweDtcblxuICAgICYubW9iaWxlIHtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuXG4gICAgICA+ZmEtaWNvbiB7XG4gICAgICAgIGNvbG9yOiAjYmViZWJlO1xuICAgICAgfVxuXG4gICAgICBmYS1pY29uIHtcbiAgICAgICAgZm9udC1zaXplICAgOiAxMHB4O1xuICAgICAgICBtYXJnaW4tcmlnaHQ6IDIuMXB4O1xuICAgICAgfVxuXG4gICAgICBmYS1pY29uOm50aC1jaGlsZCgxKSB7XG4gICAgICAgIG1hcmdpbi1yaWdodDogNnB4O1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC5nZC1maWxlLWZvcm1hdCB7XG4gICAgZm9udC1zaXplOiAxMXB4O1xuICB9XG5cbiAgLmdkLWluZGV4ZWQtZmlsZS1uYW1lIHtcbiAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICAgIG92ZXJmbG93ICAgOiBoaWRkZW47XG4gICAgd2lkdGggICAgICA6IDY1JTtcbiAgfVxuXG4gIC5nZC1pbmRleGVkLWZpbGUtc3RhdHVzLXdyYXBwZXIge1xuICAgIHJpZ2h0OiA0NXB4O1xuICAgIHdpZHRoOiB1bnNldDtcblxuICAgIC5nZC1pbmRleGVkLWZpbGUtc3RhdHVzIHtcbiAgICAgIGZhLWljb24ge1xuICAgICAgICBwYWRkaW5nLXJpZ2h0OiB1bnNldDtcbiAgICAgICAgZm9udC1zaXplICAgIDogMTZweDtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICAuZ2QtaW5kZXhlZC1maWxlLXJlbW92ZSB7XG4gICAgbWFyZ2luICAgOiAwcHggMTZweCAwcHggMTVweDtcbiAgICBmb250LXNpemU6IDI0cHg7XG4gIH1cblxuICAubW9iaWxlLWhpZGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cblxuICAuZ2QtaW5kZXhlZC1maWxlIHtcbiAgICBoZWlnaHQ6IDg1cHg7XG4gIH1cbn0iLCIuZ2QtaW5kZXhlZC1maWxlIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogOThweDtcbiAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNlN2U3ZTc7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cbi5nZC1pbmRleGVkLWZpbGUtcmVtb3ZlIHtcbiAgZm9udC1zaXplOiAxOHB4O1xuICBjb2xvcjogIzZFNkU2RTtcbiAgbWFyZ2luOiAwcHggMjRweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xufVxuLmdkLWluZGV4ZWQtZmlsZS1yZW1vdmUgc3BhbiB7XG4gIHdpZHRoOiAzN3B4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBsaW5lLWhlaWdodDogMzdweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBmb250LXdlaWdodDogYm9sZDtcbn1cbi5nZC1pbmRleGVkLWZpbGUtcmVtb3ZlLmRpc2FibGVkIHtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIG9wYWNpdHk6IDAuNDtcbn1cbi5nZC1pbmRleGVkLWZpbGUtbmFtZSB7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG4uZ2QtaW5kZXhlZC1maWxlLW5hbWUgZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzJweDtcbiAgbWFyZ2luOiAxOXB4IDIxcHggMCAwO1xufVxuLmdkLWluZGV4ZWQtZmlsZS1uYW1lLmRpc2FibGVkIGZhLWljb24ge1xuICBjb2xvcjogIzZlNmU2ZTtcbn1cbi5nZC1maWxlLW5hbWUge1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBjdXJzb3I6IGRlZmF1bHQ7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xufVxuLmdkLWluZGV4ZWQtZmlsZS1zaXplIHtcbiAgd2lkdGg6IDcwcHg7XG4gIGNvbG9yOiAjNzc3Nzc3O1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBmb250LXNpemU6IDEycHg7XG4gIHJpZ2h0OiAyNjVweDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xufVxuLmdkLWluZGV4ZWQtZmlsZS1zdGF0dXMtd3JhcHBlciB7XG4gIGNvbG9yOiAjNzc3Nzc3O1xuICBmb250LXNpemU6IDEycHg7XG4gIHJpZ2h0OiAxMDRweDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB3aWR0aDogNzBweDtcbn1cbi5nZC1pbmRleGVkLWZpbGUtc3RhdHVzIHtcbiAgZGlzcGxheTogZmxleDtcbn1cbi5nZC1pbmRleGVkLWZpbGUtc3RhdHVzIGZhLWljb24ge1xuICBwYWRkaW5nLXJpZ2h0OiA3cHg7XG59XG4uZ2QtZmlsZS1mb3JtYXQge1xuICBmb250LXNpemU6IDEwcHg7XG4gIGNvbG9yOiAjYWNhY2FjO1xuICBwYWRkaW5nLXRvcDogNHB4O1xufVxuLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uZGlzYWJsZWQge1xuICBjdXJzb3I6IG5vdC1hbGxvd2VkICFpbXBvcnRhbnQ7XG59XG4uZ2QtaW5kZXhlZC1maWxlIC5uZy1mYS1pY29uLmZhLWZpbGUtcGRmIHtcbiAgY29sb3I6ICNFMjE3MTc7XG59XG4uZ2QtaW5kZXhlZC1maWxlIC5uZy1mYS1pY29uLmZhLWZpbGUtd29yZCB7XG4gIGNvbG9yOiAjNjk3OUI5O1xufVxuLmdkLWluZGV4ZWQtZmlsZSAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogI0UyOTQxNztcbn1cbi5nZC1pbmRleGVkLWZpbGUgLm5nLWZhLWljb24uZmEtZmlsZS1leGNlbCB7XG4gIGNvbG9yOiAjM0ZBMzAwO1xufVxuLmdkLWluZGV4ZWQtZmlsZSAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6ICNFMjE3REE7XG59XG4uZ2QtaW5kZXhlZC1maWxlIC5uZy1mYS1pY29uLmZhLWZpbGUtdGV4dCAuZmEtZm9sZGVyIHtcbiAgY29sb3I6ICM1RDZBNzU7XG59XG4uZ2QtaW5kZXhlZC1maWxlLW5hbWUgLm5nLWZhLWljb24ge1xuICBmb250LXNpemU6IDMzcHg7XG59XG4uZ2QtaW5kZXhlZC1maWxlLW5hbWUgZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzJweDtcbiAgbWFyZ2luOiAwIDExcHggMCAwO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAuZ2QtaW5kZXhlZC1maWxlLXNpemUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDEwcHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSA+IGZhLWljb24ge1xuICAgIGNvbG9yOiAjYmViZWJlO1xuICB9XG4gIC5nZC1maWxlLWZvcm1hdC5tb2JpbGUgZmEtaWNvbiB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuICAgIG1hcmdpbi1yaWdodDogMi4xcHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSBmYS1pY29uOm50aC1jaGlsZCgxKSB7XG4gICAgbWFyZ2luLXJpZ2h0OiA2cHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDExcHg7XG4gIH1cbiAgLmdkLWluZGV4ZWQtZmlsZS1uYW1lIHtcbiAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgd2lkdGg6IDY1JTtcbiAgfVxuICAuZ2QtaW5kZXhlZC1maWxlLXN0YXR1cy13cmFwcGVyIHtcbiAgICByaWdodDogNDVweDtcbiAgICB3aWR0aDogdW5zZXQ7XG4gIH1cbiAgLmdkLWluZGV4ZWQtZmlsZS1zdGF0dXMtd3JhcHBlciAuZ2QtaW5kZXhlZC1maWxlLXN0YXR1cyBmYS1pY29uIHtcbiAgICBwYWRkaW5nLXJpZ2h0OiB1bnNldDtcbiAgICBmb250LXNpemU6IDE2cHg7XG4gIH1cbiAgLmdkLWluZGV4ZWQtZmlsZS1yZW1vdmUge1xuICAgIG1hcmdpbjogMHB4IDE2cHggMHB4IDE1cHg7XG4gICAgZm9udC1zaXplOiAyNHB4O1xuICB9XG4gIC5tb2JpbGUtaGlkZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuICAuZ2QtaW5kZXhlZC1maWxlIHtcbiAgICBoZWlnaHQ6IDg1cHg7XG4gIH1cbn1cbiJdfQ== */" + +/***/ }), + +/***/ "../../libs/search/src/lib/indexed-file/indexed-file.component.ts": +/*!*****************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/indexed-file/indexed-file.component.ts ***! + \*****************************************************************************************************/ +/*! exports provided: IndexedFileComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "IndexedFileComponent", function() { return IndexedFileComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm2015/core.js"); +/* harmony import */ var _search_service__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../search.service */ "../../libs/search/src/lib/search.service.ts"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm2015/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var _search_models__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../search-models */ "../../libs/search/src/lib/search-models.ts"); + + + + + +let IndexedFileComponent = class IndexedFileComponent { + constructor(_searchService) { + this._searchService = _searchService; + } + ngOnInit() { + } + removeFile($event, file) { + $event.preventDefault(); + $event.stopPropagation(); + this._searchService.selectedItemToRemove(file); + } + getSizeString(size) { + const mb = size / 1024 / 1024; + if (mb > 1) { + return (Math.round(mb * 100) / 100) + ' MB'; + } + else { + const kb = size / 1024; + if (kb > 1) { + return (Math.round(kb * 100) / 100) + ' KB'; + } + } + return size + ' Bytes'; + } + getFormatIcon() { + return _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["FileUtil"].find(this.file.name, this.file.directory).icon; + } + getFormatName() { + return _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["FileUtil"].find(this.file.name, this.file.directory).format; + } + getStatusIcon() { + switch (this.file.documentStatus) { + case _search_models__WEBPACK_IMPORTED_MODULE_4__["FileIndexingStatus"].Indexing: + case _search_models__WEBPACK_IMPORTED_MODULE_4__["FileIndexingStatus"].PasswordRequired: + return "circle-notch"; + case _search_models__WEBPACK_IMPORTED_MODULE_4__["FileIndexingStatus"].SuccessfullyProcessed: + return "check"; + case _search_models__WEBPACK_IMPORTED_MODULE_4__["FileIndexingStatus"].ProcessedWithError: + return "times"; + case _search_models__WEBPACK_IMPORTED_MODULE_4__["FileIndexingStatus"].Skipped: + return "forward"; + default: + return "times"; + } + } + getStatusTitle() { + switch (this.file.documentStatus) { + case _search_models__WEBPACK_IMPORTED_MODULE_4__["FileIndexingStatus"].Indexing: + case _search_models__WEBPACK_IMPORTED_MODULE_4__["FileIndexingStatus"].PasswordRequired: + return "Indexing"; + case _search_models__WEBPACK_IMPORTED_MODULE_4__["FileIndexingStatus"].SuccessfullyProcessed: + return "Indexed"; + case _search_models__WEBPACK_IMPORTED_MODULE_4__["FileIndexingStatus"].ProcessedWithError: + return "Error"; + case _search_models__WEBPACK_IMPORTED_MODULE_4__["FileIndexingStatus"].Skipped: + return "Skipped"; + default: + return "times"; + } + } +}; +IndexedFileComponent.ctorParameters = () => [ + { type: _search_service__WEBPACK_IMPORTED_MODULE_2__["SearchService"] } +]; +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", _search_models__WEBPACK_IMPORTED_MODULE_4__["IndexedFileModel"]) +], IndexedFileComponent.prototype, "file", void 0); +IndexedFileComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'gd-indexed-file', + template: __webpack_require__(/*! raw-loader!./indexed-file.component.html */ "../../node_modules/raw-loader/index.js!../../libs/search/src/lib/indexed-file/indexed-file.component.html"), + styles: [__webpack_require__(/*! ./indexed-file.component.less */ "../../libs/search/src/lib/indexed-file/indexed-file.component.less")] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_search_service__WEBPACK_IMPORTED_MODULE_2__["SearchService"]]) +], IndexedFileComponent); + + + +/***/ }), + +/***/ "../../libs/search/src/lib/indexed-files-list/indexed-files-list.component.less": +/*!*******************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/indexed-files-list/indexed-files-list.component.less ***! + \*******************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "#gd-indexed-files-list {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n height: 100%;\n background-color: #e7e7e7;\n top: 120px;\n position: absolute;\n width: 100%;\n}\n.gd-indexed-files-list-header {\n display: -webkit-box;\n display: flex;\n font-size: 13px;\n text-transform: uppercase;\n color: #6e6e6e;\n width: 100%;\n height: 60px;\n background-color: #f4f4f4;\n font-weight: bold;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-placeholder {\n margin: 0px 42px 0 42px;\n}\n.gd-indexed-files-list-header div:nth-child(2) {\n text-align: left;\n display: -webkit-box;\n display: flex;\n}\n.gd-indexed-files-list-header div:nth-child(3) {\n position: absolute;\n right: 325px;\n}\n.gd-indexed-files-list-header div:nth-child(4) {\n position: absolute;\n right: 153px;\n}\n.gd-indexed-files-list-body {\n overflow-y: scroll;\n height: calc(100% - 180px);\n}\n.gd-last-placeholder {\n margin: 0px 52px;\n}\n@media (max-width: 1037px) {\n .gd-indexed-files-size {\n display: none;\n }\n .gd-placeholder {\n margin: 0px 34px 0 34px;\n }\n .gd-indexed-files-list-header div:nth-child(4) {\n right: 30px;\n }\n .gd-indexed-file-wrapper {\n padding: 5px 5px 0 5px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2VhcmNoL3NyYy9saWIvaW5kZXhlZC1maWxlcy1saXN0L0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zZWFyY2gvc3JjL2xpYi9pbmRleGVkLWZpbGVzLWxpc3QvaW5kZXhlZC1maWxlcy1saXN0LmNvbXBvbmVudC5sZXNzIiwibGlicy9zZWFyY2gvc3JjL2xpYi9pbmRleGVkLWZpbGVzLWxpc3QvaW5kZXhlZC1maWxlcy1saXN0LmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0ksNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsWUFBQTtFQUNBLHlCQUFBO0VBQ0EsVUFBQTtFQUNBLGtCQUFBO0VBQ0EsV0FBQTtBQ0RKO0FESUE7RUFDSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0VBQ0EseUJBQUE7RUFDQSxjQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSx5QkFBQTtFQUNBLGlCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ0ZKO0FES0E7RUFDSSx1QkFBQTtBQ0hKO0FETUE7RUFDSSxnQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ0pKO0FET0E7RUFDSSxrQkFBQTtFQUNBLFlBQUE7QUNMSjtBRFFBO0VBQ0ksa0JBQUE7RUFDQSxZQUFBO0FDTko7QURTQTtFQUNJLGtCQUFBO0VBQ0EsMEJBQUE7QUNQSjtBRFVBO0VBQ0ksZ0JBQUE7QUNSSjtBRFdBO0VBQ0k7SUFDSSxhQUFBO0VDVE47RURZRTtJQUNJLHVCQUFBO0VDVk47RURhRTtJQUNJLFdBQUE7RUNYTjtFRGNFO0lBQ0ksc0JBQUE7RUNaTjtBQUNGIiwiZmlsZSI6ImxpYnMvc2VhcmNoL3NyYy9saWIvaW5kZXhlZC1maWxlcy1saXN0L2luZGV4ZWQtZmlsZXMtbGlzdC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4jZ2QtaW5kZXhlZC1maWxlcy1saXN0IHtcbiAgICBmbGV4LWRpcmVjdGlvbiAgOiBjb2x1bW47XG4gICAgaGVpZ2h0ICAgICAgICAgIDogMTAwJTtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAbWVyY3VyeTtcbiAgICB0b3AgICAgICAgICAgICAgOiAxMjBweDtcbiAgICBwb3NpdGlvbiAgICAgICAgOiBhYnNvbHV0ZTtcbiAgICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xufVxuXG4uZ2QtaW5kZXhlZC1maWxlcy1saXN0LWhlYWRlciB7XG4gICAgZGlzcGxheSAgICAgICAgIDogZmxleDtcbiAgICBmb250LXNpemUgICAgICAgOiAxM3B4O1xuICAgIHRleHQtdHJhbnNmb3JtICA6IHVwcGVyY2FzZTtcbiAgICBjb2xvciAgICAgICAgICAgOiBAZG92ZS1ncmF5O1xuICAgIHdpZHRoICAgICAgICAgICA6IDEwMCU7XG4gICAgaGVpZ2h0ICAgICAgICAgIDogNjBweDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAd2lsZC1zYW5kO1xuICAgIGZvbnQtd2VpZ2h0ICAgICA6IGJvbGQ7XG4gICAgYWxpZ24taXRlbXMgICAgIDogY2VudGVyO1xufVxuXG4uZ2QtcGxhY2Vob2xkZXIge1xuICAgIG1hcmdpbjogMHB4IDQycHggMCA0MnB4O1xufVxuXG4uZ2QtaW5kZXhlZC1maWxlcy1saXN0LWhlYWRlciBkaXY6bnRoLWNoaWxkKDIpIHtcbiAgICB0ZXh0LWFsaWduOiBsZWZ0O1xuICAgIGRpc3BsYXkgICA6IGZsZXg7XG59XG5cbi5nZC1pbmRleGVkLWZpbGVzLWxpc3QtaGVhZGVyIGRpdjpudGgtY2hpbGQoMykge1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICByaWdodCAgIDogMzI1cHg7XG59XG5cbi5nZC1pbmRleGVkLWZpbGVzLWxpc3QtaGVhZGVyIGRpdjpudGgtY2hpbGQoNCkge1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICByaWdodCAgIDogMTUzcHg7XG59XG5cbi5nZC1pbmRleGVkLWZpbGVzLWxpc3QtYm9keSB7XG4gICAgb3ZlcmZsb3cteTogc2Nyb2xsO1xuICAgIGhlaWdodCAgICA6IGNhbGMoMTAwJSAtIDE4MHB4KTtcbn1cblxuLmdkLWxhc3QtcGxhY2Vob2xkZXIge1xuICAgIG1hcmdpbjogMHB4IDUycHg7XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gICAgLmdkLWluZGV4ZWQtZmlsZXMtc2l6ZSB7XG4gICAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgfVxuXG4gICAgLmdkLXBsYWNlaG9sZGVyIHtcbiAgICAgICAgbWFyZ2luOiAwcHggMzRweCAwIDM0cHg7XG4gICAgfVxuXG4gICAgLmdkLWluZGV4ZWQtZmlsZXMtbGlzdC1oZWFkZXIgZGl2Om50aC1jaGlsZCg0KSB7XG4gICAgICAgIHJpZ2h0OiAzMHB4O1xuICAgIH1cblxuICAgIC5nZC1pbmRleGVkLWZpbGUtd3JhcHBlciB7XG4gICAgICAgIHBhZGRpbmc6IDVweCA1cHggMCA1cHg7XG4gICAgfVxufSIsIiNnZC1pbmRleGVkLWZpbGVzLWxpc3Qge1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBoZWlnaHQ6IDEwMCU7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG4gIHRvcDogMTIwcHg7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgd2lkdGg6IDEwMCU7XG59XG4uZ2QtaW5kZXhlZC1maWxlcy1saXN0LWhlYWRlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgY29sb3I6ICM2ZTZlNmU7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDYwcHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmNGY0ZjQ7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmdkLXBsYWNlaG9sZGVyIHtcbiAgbWFyZ2luOiAwcHggNDJweCAwIDQycHg7XG59XG4uZ2QtaW5kZXhlZC1maWxlcy1saXN0LWhlYWRlciBkaXY6bnRoLWNoaWxkKDIpIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZGlzcGxheTogZmxleDtcbn1cbi5nZC1pbmRleGVkLWZpbGVzLWxpc3QtaGVhZGVyIGRpdjpudGgtY2hpbGQoMykge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHJpZ2h0OiAzMjVweDtcbn1cbi5nZC1pbmRleGVkLWZpbGVzLWxpc3QtaGVhZGVyIGRpdjpudGgtY2hpbGQoNCkge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHJpZ2h0OiAxNTNweDtcbn1cbi5nZC1pbmRleGVkLWZpbGVzLWxpc3QtYm9keSB7XG4gIG92ZXJmbG93LXk6IHNjcm9sbDtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSAxODBweCk7XG59XG4uZ2QtbGFzdC1wbGFjZWhvbGRlciB7XG4gIG1hcmdpbjogMHB4IDUycHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5nZC1pbmRleGVkLWZpbGVzLXNpemUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgLmdkLXBsYWNlaG9sZGVyIHtcbiAgICBtYXJnaW46IDBweCAzNHB4IDAgMzRweDtcbiAgfVxuICAuZ2QtaW5kZXhlZC1maWxlcy1saXN0LWhlYWRlciBkaXY6bnRoLWNoaWxkKDQpIHtcbiAgICByaWdodDogMzBweDtcbiAgfVxuICAuZ2QtaW5kZXhlZC1maWxlLXdyYXBwZXIge1xuICAgIHBhZGRpbmc6IDVweCA1cHggMCA1cHg7XG4gIH1cbn1cbiJdfQ== */" + +/***/ }), + +/***/ "../../libs/search/src/lib/indexed-files-list/indexed-files-list.component.ts": +/*!*****************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/indexed-files-list/indexed-files-list.component.ts ***! + \*****************************************************************************************************************/ +/*! exports provided: IndexedFilesListComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "IndexedFilesListComponent", function() { return IndexedFilesListComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm2015/core.js"); + + +let IndexedFilesListComponent = class IndexedFilesListComponent { + constructor() { + this.files = []; + } + ngOnInit() { + } +}; +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Array) +], IndexedFilesListComponent.prototype, "files", void 0); +IndexedFilesListComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'gd-indexed-files-list', + template: __webpack_require__(/*! raw-loader!./indexed-files-list.component.html */ "../../node_modules/raw-loader/index.js!../../libs/search/src/lib/indexed-files-list/indexed-files-list.component.html"), + styles: [__webpack_require__(/*! ./indexed-files-list.component.less */ "../../libs/search/src/lib/indexed-files-list/indexed-files-list.component.less")] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", []) +], IndexedFilesListComponent); + + + +/***/ }), + +/***/ "../../libs/search/src/lib/search-app.component.less": +/*!****************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-app.component.less ***! + \****************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n.gd-document,\n /deep/ .document {\n -webkit-user-select: text !important;\n -moz-user-select: text !important;\n -ms-user-select: text !important;\n user-select: text !important;\n}\n.current-page-number {\n margin-left: 7px;\n font-size: 14px;\n color: #959da5;\n width: 37px;\n height: 37px;\n line-height: 37px;\n text-align: center;\n}\n.current-page-number.active {\n color: #fff;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: calc(100vh - 60px);\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n}\n.thumbnails-button {\n position: absolute;\n right: 3px;\n}\n.top-panel {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n width: 100%;\n}\n.toolbar-panel {\n background-color: #3e4e5a;\n width: 100%;\n}\n::ng-deep .tools .button,\n::ng-deep .tools .selected-value,\n::ng-deep .tools .nav-caret {\n color: #fff !important;\n}\n::ng-deep .tools .button.inactive,\n::ng-deep .tools .selected-value.inactive,\n::ng-deep .tools .nav-caret.inactive {\n color: #959da5 !important;\n}\n::ng-deep .tools .button {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-flow: column;\n}\n::ng-deep .tools .dropdown-menu .option {\n color: #6e6e6e !important;\n}\n::ng-deep .tools .dropdown-menu .option:hover {\n background-color: #4b566c !important;\n}\n::ng-deep .tools .icon-button {\n margin: 0px 0px 0px 7px !important;\n}\n::ng-deep .tools .select {\n width: 65px;\n height: 37px;\n margin-left: 7px;\n line-height: 37px;\n text-align: center;\n}\n@media (max-width: 1037px) {\n .mobile-hide,\n .current-page-number {\n display: none;\n }\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\n margin: 0px 0px 0px 10px !important;\n }\n ::ng-deep .tools .icon-button {\n height: 60px;\n width: 60px;\n }\n ::ng-deep .tools .gd-nav-search-btn .icon-button {\n height: 37px;\n width: 37px;\n }\n ::ng-deep .tools .gd-nav-search-btn .button {\n font-size: 14px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2VhcmNoL3NyYy9saWIvc2VhcmNoLWFwcC5jb21wb25lbnQubGVzcyIsImxpYnMvc2VhcmNoL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3NlYXJjaC9zcmMvbGliL3NlYXJjaC1hcHAuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsNkVDQWtCO0FBR2xCO0VBQ0Usc0RBQUE7QURERjtBQ0tBOztFQUVFLG9DQUFBO0tBQUEsaUNBQUE7TUFBQSxnQ0FBQTtVQUFBLDRCQUFBO0FESEY7QUNNQTtFQUNFLGdCQUFBO0VBQ0EsZUFBQTtFQUNBLGNBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7QURKRjtBQ01FO0VBQ0UsV0FBQTtBREpKO0FDUUE7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRE5GO0FDU0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSwwQkFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtBRFBGO0FDVUE7RUFDRSxrQkFBQTtFQUNBLFVBQUE7QURSRjtBQ1dBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLFdBQUE7QURURjtBQ1lBO0VBQ0UseUJBQUE7RUFDQSxXQUFBO0FEVkY7QUNhQTs7O0VBS0ksc0JBQUE7QURiSjtBQ2VJOzs7RUFDRSx5QkFBQTtBRFhOO0FDR0E7RUFhSSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsaUJBQUE7QURiSjtBQ0FBO0VBaUJJLHlCQUFBO0FEZEo7QUNIQTtFQXFCSSxvQ0FBQTtBRGZKO0FDTkE7RUF5Qkksa0NBQUE7QURoQko7QUNUQTtFQTZCSSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGdCQUFBO0VBQ0EsaUJBQUE7RUFDQSxrQkFBQTtBRGpCSjtBQ3FCQTtFQUVFOztJQUVFLGFBQUE7RURwQkY7RUN1QkE7SUFFSSxtQ0FBQTtFRHRCSjtFQ29CQTtJQU1JLFlBQUE7SUFDQSxXQUFBO0VEdkJKO0VDZ0JBO0lBWU0sWUFBQTtJQUNBLFdBQUE7RUR6Qk47RUNZQTtJQWlCTSxlQUFBO0VEMUJOO0FBQ0YiLCJmaWxlIjoibGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtYXBwLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuLmdkLWRvY3VtZW50LFxuIC9kZWVwLyAuZG9jdW1lbnQge1xuICB1c2VyLXNlbGVjdDogdGV4dCAhaW1wb3J0YW50O1xufVxuLmN1cnJlbnQtcGFnZS1udW1iZXIge1xuICBtYXJnaW4tbGVmdDogN3B4O1xuICBmb250LXNpemU6IDE0cHg7XG4gIGNvbG9yOiAjOTU5ZGE1O1xuICB3aWR0aDogMzdweDtcbiAgaGVpZ2h0OiAzN3B4O1xuICBsaW5lLWhlaWdodDogMzdweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuLmN1cnJlbnQtcGFnZS1udW1iZXIuYWN0aXZlIHtcbiAgY29sb3I6ICNmZmY7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGNhbGMoMTAwdmggLSA2MHB4KTtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbn1cbi50aHVtYm5haWxzLWJ1dHRvbiB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcmlnaHQ6IDNweDtcbn1cbi50b3AtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMTAwJTtcbn1cbi50b29sYmFyLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNlNGU1YTtcbiAgd2lkdGg6IDEwMCU7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24sXG46Om5nLWRlZXAgLnRvb2xzIC5zZWxlY3RlZC12YWx1ZSxcbjo6bmctZGVlcCAudG9vbHMgLm5hdi1jYXJldCB7XG4gIGNvbG9yOiAjZmZmICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24uaW5hY3RpdmUsXG46Om5nLWRlZXAgLnRvb2xzIC5zZWxlY3RlZC12YWx1ZS5pbmFjdGl2ZSxcbjo6bmctZGVlcCAudG9vbHMgLm5hdi1jYXJldC5pbmFjdGl2ZSB7XG4gIGNvbG9yOiAjOTU5ZGE1ICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24ge1xuICBmbGV4LWZsb3c6IGNvbHVtbjtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbiB7XG4gIGNvbG9yOiAjNmU2ZTZlICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5kcm9wZG93bi1tZW51IC5vcHRpb246aG92ZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjNGI1NjZjICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gIG1hcmdpbjogMHB4IDBweCAwcHggN3B4ICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5zZWxlY3Qge1xuICB3aWR0aDogNjVweDtcbiAgaGVpZ2h0OiAzN3B4O1xuICBtYXJnaW4tbGVmdDogN3B4O1xuICBsaW5lLWhlaWdodDogMzdweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAubW9iaWxlLWhpZGUsXG4gIC5jdXJyZW50LXBhZ2UtbnVtYmVyIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgZ2QtYnV0dG9uOm50aC1jaGlsZCgxKSA+IC5pY29uLWJ1dHRvbiB7XG4gICAgbWFyZ2luOiAwcHggMHB4IDBweCAxMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC50b29scyAuaWNvbi1idXR0b24ge1xuICAgIGhlaWdodDogNjBweDtcbiAgICB3aWR0aDogNjBweDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvb2xzIC5nZC1uYXYtc2VhcmNoLWJ0biAuaWNvbi1idXR0b24ge1xuICAgIGhlaWdodDogMzdweDtcbiAgICB3aWR0aDogMzdweDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvb2xzIC5nZC1uYXYtc2VhcmNoLWJ0biAuYnV0dG9uIHtcbiAgICBmb250LXNpemU6IDE0cHg7XG4gIH1cbn1cbiIsIkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zJmRpc3BsYXk9c3dhcCcpO1xuQGltcG9ydCBcIi4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG5cbi8vIFRPRE86IHRoaXMgd2FzIGFkZGVkIHRvIGdldCByaWQgb2YgYHVzZXItc2VsZWN0OiBub25lYCBhZGRlZCBieSBoYW1tZXJqc1xuLmdkLWRvY3VtZW50LFxuL2RlZXAvIC5kb2N1bWVudCB7XG4gIHVzZXItc2VsZWN0OiB0ZXh0ICFpbXBvcnRhbnQ7XG59XG5cbi5jdXJyZW50LXBhZ2UtbnVtYmVyIHtcbiAgbWFyZ2luLWxlZnQ6IDdweDtcbiAgZm9udC1zaXplICA6IDE0cHg7XG4gIGNvbG9yICAgICAgOiBAcmVnZW50LWdyYXk7XG4gIHdpZHRoICAgICAgOiAzN3B4O1xuICBoZWlnaHQgICAgIDogMzdweDtcbiAgbGluZS1oZWlnaHQ6IDM3cHg7XG4gIHRleHQtYWxpZ24gOiBjZW50ZXI7XG5cbiAgJi5hY3RpdmUge1xuICAgIGNvbG9yOiAjZmZmO1xuICB9XG59XG5cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodCAgICAgOiAxMDAlO1xuICB3aWR0aCAgICAgIDogMTAwJTtcbiAgcG9zaXRpb24gICA6IGZpeGVkO1xuICB0b3AgICAgICAgIDogMDtcbiAgYm90dG9tICAgICA6IDA7XG4gIGxlZnQgICAgICAgOiAwO1xuICByaWdodCAgICAgIDogMDtcbn1cblxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICBoZWlnaHQgICAgICAgIDogY2FsYygxMDB2aCAtIDYwcHgpO1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xufVxuXG4udGh1bWJuYWlscy1idXR0b24ge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHJpZ2h0ICAgOiAzcHg7XG59XG5cbi50b3AtcGFuZWwge1xuICBkaXNwbGF5ICAgIDogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgd2lkdGggICAgICA6IDEwMCU7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogQG5hdi1tYWluLWJhY2tncm91bmQ7XG4gIHdpZHRoICAgICAgICAgICA6IDEwMCU7XG59XG5cbjo6bmctZGVlcCAudG9vbHMge1xuXG4gIC5idXR0b24sXG4gIC5zZWxlY3RlZC12YWx1ZSxcbiAgLm5hdi1jYXJldCB7XG4gICAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcblxuICAgICYuaW5hY3RpdmUge1xuICAgICAgY29sb3I6IEByZWdlbnQtZ3JheSAgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICAuYnV0dG9uIHtcbiAgICBmbGV4LWZsb3c6IGNvbHVtbjtcbiAgfVxuXG4gIC5kcm9wZG93bi1tZW51IC5vcHRpb24ge1xuICAgIGNvbG9yOiBAZG92ZS1ncmF5ICAhaW1wb3J0YW50O1xuICB9XG5cbiAgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbjpob3ZlciB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQGZvbGRlciAgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5pY29uLWJ1dHRvbiB7XG4gICAgbWFyZ2luOiAwcHggMHB4IDBweCA3cHggIWltcG9ydGFudDtcbiAgfVxuXG4gIC5zZWxlY3Qge1xuICAgIHdpZHRoICAgICAgOiA2NXB4O1xuICAgIGhlaWdodCAgICAgOiAzN3B4O1xuICAgIG1hcmdpbi1sZWZ0OiA3cHg7XG4gICAgbGluZS1oZWlnaHQ6IDM3cHg7XG4gICAgdGV4dC1hbGlnbiA6IGNlbnRlcjtcbiAgfVxufVxuXG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG5cbiAgLm1vYmlsZS1oaWRlLFxuICAuY3VycmVudC1wYWdlLW51bWJlciB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuXG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIGdkLWJ1dHRvbjpudGgtY2hpbGQoMSk+Lmljb24tYnV0dG9uIHtcbiAgICAgIG1hcmdpbjogMHB4IDBweCAwcHggMTBweCAhaW1wb3J0YW50O1xuICAgIH1cblxuICAgIC5pY29uLWJ1dHRvbiB7XG4gICAgICBoZWlnaHQ6IDYwcHg7XG4gICAgICB3aWR0aCA6IDYwcHg7XG4gICAgfVxuXG4gICAgLmdkLW5hdi1zZWFyY2gtYnRuIHtcbiAgICAgIC5pY29uLWJ1dHRvbiB7XG4gICAgICAgIGhlaWdodDogMzdweDtcbiAgICAgICAgd2lkdGggOiAzN3B4O1xuICAgICAgfVxuXG4gICAgICAuYnV0dG9uIHtcbiAgICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgICAgfVxuICAgIH1cbiAgfVxufSJdfQ== */" + +/***/ }), + +/***/ "../../libs/search/src/lib/search-app.component.ts": +/*!**************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-app.component.ts ***! + \**************************************************************************************/ +/*! exports provided: SearchAppComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchAppComponent", function() { return SearchAppComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm2015/core.js"); +/* harmony import */ var _search_service__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./search.service */ "../../libs/search/src/lib/search.service.ts"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm2015/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var _search_config_service__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./search-config.service */ "../../libs/search/src/lib/search-config.service.ts"); +/* harmony import */ var _search_models__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./search-models */ "../../libs/search/src/lib/search-models.ts"); + + + + + + + +let SearchAppComponent = class SearchAppComponent { + constructor(_searchService, _modalService, configService, uploadFilesService, passwordService, _windowService, _loadingMaskService) { + this._searchService = _searchService; + this._modalService = _modalService; + this._windowService = _windowService; + this._loadingMaskService = _loadingMaskService; + this.title = 'search'; + this.files = []; + this.searchResultItems = []; + this.indexedFiles = []; + this.browseFilesModal = _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].BrowseFiles; + this.fileWasDropped = false; + configService.updatedConfig.subscribe((searchConfig) => { + this.searchConfig = searchConfig; + }); + uploadFilesService.uploadsChange.subscribe((uploads) => { + if (uploads) { + let i; + for (i = 0; i < uploads.length; i++) { + this._searchService.upload(uploads.item(i), '', this.searchConfig.rewrite).subscribe((obj) => { + if (!this.fileWasDropped) { + this.selectDir(''); + } + }); + } + } + }); + passwordService.passChange.subscribe((pass) => { + this.closeModal(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].PasswordRequired); + const passwordRequiredFile = this.indexedFiles.filter(f => f.documentStatus === _search_models__WEBPACK_IMPORTED_MODULE_5__["FileIndexingStatus"].PasswordRequired)[0]; + passwordRequiredFile.password = pass; + this._searchService.addFilesToIndex([passwordRequiredFile]).subscribe(() => { + this.loadIndexedFiles(true); + }); + }); + this.isDesktop = _windowService.isDesktop(); + _windowService.onResize.subscribe((w) => { + this.isDesktop = _windowService.isDesktop(); + }); + _searchService.itemToRemove.subscribe(file => { + if (file) { + this._searchService.removeFile(file).subscribe(() => { + this.removeFileFromList(file); + }); + } + }); + } + ngOnInit() { + } + ngAfterViewInit() { + this._loadingMaskService + .onLoadingChanged + .subscribe((loading) => this.isLoading = loading); + } + get rewriteConfig() { + return this.searchConfig ? this.searchConfig.rewrite : true; + } + get uploadConfig() { + return this.searchConfig ? this.searchConfig.upload : true; + } + get browseConfig() { + return this.searchConfig ? this.searchConfig.browse : true; + } + openModal(id) { + this._modalService.open(id); + } + closeModal(id) { + this._modalService.close(id); + } + selectDir($event) { + this._searchService.loadFiles($event).subscribe((files) => this.files = files || []); + } + clearSearchResult() { + this.searchResult = null; + if (this.firstSearchPerformed && this.indexedFiles.length === 0) { + this.loadIndexedFiles(true); + } + } + selectAllItems(checked) { + this.files.forEach((f) => { + if (!f.isDirectory && !f.directory) + f.selected = checked; + }); + } + loadIndexedFiles($event) { + if (!$event) + return; + this._searchService.loadFiles(this.searchConfig.indexedFilesDirectory).subscribe((indexingFiles) => { + if (indexingFiles && this.skipPasswordProtected && indexingFiles.filter(f => f.documentStatus === _search_models__WEBPACK_IMPORTED_MODULE_5__["FileIndexingStatus"].PasswordRequired).length > 0) { + indexingFiles.filter(f => f.documentStatus === _search_models__WEBPACK_IMPORTED_MODULE_5__["FileIndexingStatus"].PasswordRequired)[0].documentStatus = _search_models__WEBPACK_IMPORTED_MODULE_5__["FileIndexingStatus"].Skipped; + } + this.indexedFiles = indexingFiles || []; + if (this.indexedFiles.filter(f => f.documentStatus === _search_models__WEBPACK_IMPORTED_MODULE_5__["FileIndexingStatus"].Indexing).length > 0 || + (!this.skipPasswordProtected && this.indexedFiles.filter(f => f.documentStatus === _search_models__WEBPACK_IMPORTED_MODULE_5__["FileIndexingStatus"].PasswordRequired).length > 0)) { + const timerId = setInterval(() => { + this._searchService.getDocumentStatus(this.indexedFiles.filter(f => f.documentStatus === _search_models__WEBPACK_IMPORTED_MODULE_5__["FileIndexingStatus"].Indexing || + (!this.skipPasswordProtected && f.documentStatus === _search_models__WEBPACK_IMPORTED_MODULE_5__["FileIndexingStatus"].PasswordRequired))).toPromise().then((searchIndexFiles) => { + searchIndexFiles.forEach((searchFile) => { + if (searchFile.documentStatus !== _search_models__WEBPACK_IMPORTED_MODULE_5__["FileIndexingStatus"].Indexing) { + this.indexedFiles.filter(f => f.guid === searchFile.guid)[0].documentStatus = searchFile.documentStatus; + } + }); + if (this.indexedFiles.filter(f => f.documentStatus === _search_models__WEBPACK_IMPORTED_MODULE_5__["FileIndexingStatus"].Indexing).length === 0) { + clearInterval(timerId); + } + }).catch((response) => { + clearInterval(timerId); + }); + }, 1000); + } + }); + } + cancel($event) { + this.indexedFiles.filter(f => f.documentStatus === _search_models__WEBPACK_IMPORTED_MODULE_5__["FileIndexingStatus"].PasswordRequired)[0].documentStatus = _search_models__WEBPACK_IMPORTED_MODULE_5__["FileIndexingStatus"].Skipped; + this.skipPasswordProtected = true; + this.loadIndexedFiles(true); + } + upload($event) { + this._searchService.upload(null, $event, this.rewriteConfig).subscribe(() => { + this.selectDir(''); + }); + } + fileDropped($event, reloadFiles = false) { + this.fileWasDropped = $event; + if (reloadFiles) { + this._searchService.loadFiles('').subscribe((files) => this.files = files || []); + } + } + removeFileFromList(file) { + if (this.indexedFiles.length > 0) { + this.indexedFiles.forEach((f, index) => { + if (f.guid === file.guid) + this.indexedFiles.splice(index, 1); + }); + } + } + search($event) { + if ($event === "") + return; + const creds = []; + creds.push(this.credentials); + this._searchService.search(creds, $event).subscribe((result) => { + this.searchResult = result; + this.firstSearchPerformed = true; + }); + } +}; +SearchAppComponent.ctorParameters = () => [ + { type: _search_service__WEBPACK_IMPORTED_MODULE_2__["SearchService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ModalService"] }, + { type: _search_config_service__WEBPACK_IMPORTED_MODULE_4__["SearchConfigService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["UploadFilesService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["PasswordService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["WindowService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["LoadingMaskService"] } +]; +SearchAppComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'gd-search-app', + template: __webpack_require__(/*! raw-loader!./search-app.component.html */ "../../node_modules/raw-loader/index.js!../../libs/search/src/lib/search-app.component.html"), + styles: [__webpack_require__(/*! ./search-app.component.less */ "../../libs/search/src/lib/search-app.component.less")] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_search_service__WEBPACK_IMPORTED_MODULE_2__["SearchService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ModalService"], + _search_config_service__WEBPACK_IMPORTED_MODULE_4__["SearchConfigService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["UploadFilesService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["PasswordService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["WindowService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["LoadingMaskService"]]) +], SearchAppComponent); + + + +/***/ }), + +/***/ "../../libs/search/src/lib/search-browse-files-modal/search-browse-files-modal.component.less": +/*!*********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-browse-files-modal/search-browse-files-modal.component.less ***! + \*********************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = ".gd-modal-table {\n width: 100%;\n text-align: left;\n}\n#gd-browse-section {\n width: 1036px;\n height: 561px;\n overflow-y: auto;\n}\n.list-files-header {\n height: 60px;\n color: #6e6e6e;\n font-size: 13px;\n font-weight: bold;\n background-color: #f4f4f4;\n margin-top: 24px;\n}\n.list-files-header.upload-url {\n margin-top: 20px;\n}\n.header-name {\n padding-left: 68px;\n width: 90%;\n line-height: 60px;\n}\n.header-size {\n line-height: 60px;\n}\n.header-size,\n.file-size {\n width: 7%;\n color: #777777;\n text-align: left;\n}\n.file-size {\n font-size: 12px;\n width: 7%;\n line-height: 79px;\n}\n.file-description {\n display: -webkit-box;\n display: flex;\n width: 90%;\n padding: 18px 0px 18px 0px;\n font-size: 14px;\n -webkit-box-flex: 1;\n flex: 1;\n cursor: pointer;\n overflow: hidden;\n}\n.file-description .ng-fa-icon {\n font-size: 32px;\n}\n.gd-modal-spinner {\n background-color: #ffffff;\n width: 100%;\n height: 20px;\n text-align: center;\n font-size: 16px;\n}\n.gd-file-name {\n white-space: nowrap;\n overflow: hidden;\n width: 100%;\n text-overflow: ellipsis;\n}\n.upload-panel {\n display: -webkit-box;\n display: flex;\n position: relative;\n width: 100%;\n margin-top: 24px;\n margin-right: 24px;\n}\n.upload-panel .select-all {\n height: 37px;\n margin: 0px 16px 0px 15px;\n width: 37px;\n line-height: 44px;\n text-align: center;\n}\n.upload-panel .context {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n width: 100%;\n margin-right: 24px;\n}\n.upload-panel .context .context-actions {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n width: 100%;\n}\n.upload-panel .context .context-actions > gd-button {\n margin-right: 10px;\n}\n.upload-panel .context .context-actions *:last-child {\n margin-right: 0px;\n}\n.upload-panel .context .context-actions ::ng-deep .button {\n height: 37px;\n width: 96px;\n padding: 0px;\n -webkit-box-pack: center;\n justify-content: center;\n font-size: 14px;\n}\n.upload-panel .context .context-actions ::ng-deep .button ::ng-deep .text {\n font-size: 10px;\n}\n.upload-panel .context .context-actions ::ng-deep .button.primary {\n width: 117px;\n background-color: #4b566c;\n}\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive {\n width: 106px;\n background-color: #959da5;\n}\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive /deep/ .text {\n color: #3E4E5A;\n}\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive /deep/ fa-icon {\n color: #3E4E5A;\n}\n.upload-panel .context .context-panel {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n width: 100%;\n margin-top: 20px;\n}\n.upload-panel .context .context-panel .upload-url {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n width: 100%;\n}\n.upload-panel .context .context-panel .upload-url .url-input {\n width: 100%;\n height: 27px;\n border: 1px solid #25c2d4;\n font-size: 14px;\n padding-left: 6px;\n}\n.upload-panel .context .context-panel .upload-url .url-check {\n width: 31px;\n height: 31px;\n color: #FFFFFF;\n font-size: 15px;\n background-color: #25c2d4;\n}\n.upload-panel .context .context-panel .upload-url .url-check .ng-fa-icon {\n display: block;\n padding: 8px;\n}\n.upload-panel gd-drop-down {\n margin-right: 10px;\n}\n.upload-panel gd-drop-down /deep/ .drop-down-item .text {\n margin-left: 7px;\n text-transform: uppercase;\n color: #6e6e6e;\n}\n.upload-panel gd-drop-down /deep/ .drop-down-item:hover {\n background-color: #4b566c;\n}\n.upload-panel gd-drop-down /deep/ .drop-down-item:hover * {\n color: #FFF;\n}\n.list-files-lines,\n.list-files-header {\n display: -webkit-box;\n display: flex;\n width: 100%;\n -webkit-box-pack: justify;\n justify-content: space-between;\n}\n.file-description .ng-fa-icon.fa-file-pdf {\n color: #e04e4e;\n}\n.file-description .ng-fa-icon.fa-file-word {\n color: #539CF0;\n}\n.file-description .ng-fa-icon.fa-file-powerpoint {\n color: #e29e1e;\n}\n.file-description .ng-fa-icon.fa-file-excel {\n color: #7cbc46;\n}\n.file-description .ng-fa-icon.fa-file-image {\n color: #c375ed;\n}\n.file-description .ng-fa-icon.fa-file-text .fa-folder,\n.file-description .ng-fa-icon.fa-file,\n.file-description .ng-fa-icon.fa-file-alt {\n color: #4b566c;\n}\n.go-up {\n cursor: pointer;\n display: -webkit-box;\n display: flex;\n font-size: 26px;\n color: #4b566c;\n height: 79px;\n}\n.go-up-dots {\n margin-left: 20px;\n margin-top: 22px;\n font-size: 16px;\n}\n.go-up-icon {\n display: block;\n padding: 18px 0px 18px 68px;\n}\n.file-name {\n font-size: 16px;\n color: #6e6e6e;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-name-format {\n padding-left: 11px;\n overflow: hidden;\n}\n.file-format {\n font-size: 10px;\n padding-top: 3px;\n color: #acacac;\n}\n.list-files-lines,\n.go-up {\n border-bottom: 1px solid #e7e7e7;\n}\n.list-files-lines:hover {\n background-color: #E5E5E5;\n}\n.gd-dnd-wrap {\n background-color: #FFF;\n cursor: default;\n position: absolute;\n width: 100%;\n height: calc(100% - 60px);\n background: rgba(255, 255, 255, 0.7);\n z-index: 1;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-drag-n-drop-icon {\n margin-top: -50px;\n}\n.gd-drag-n-drop-icon .fa-cloud-download-alt {\n color: #D1D1D1;\n font-size: 110px;\n}\n.gd-file-checkbox {\n height: 37px;\n margin: 21px 16px 21px 15px;\n width: 37px;\n line-height: 44px;\n text-align: center;\n}\n.gd-file-checkbox.empty {\n width: 37px;\n}\n.file-format-select {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n width: 36px;\n margin-right: 24px;\n}\n.file-format-select ::ng-deep .button {\n padding: 0px;\n width: 36px;\n margin: 0px;\n font-size: 14px;\n}\n.file-format-select ::ng-deep .button .text {\n padding: 0px;\n}\n.file-format-select ::ng-deep .show .button {\n color: #959da5;\n}\n.file-format-select gd-drop-down /deep/ .drop-down-item {\n width: 96px;\n}\n.file-format-select gd-drop-down /deep/ .drop-down-item .text {\n padding-left: 7px;\n text-transform: uppercase;\n color: #6e6e6e;\n}\n.file-format-select gd-drop-down /deep/ .drop-down-item:hover {\n background-color: #4b566c;\n}\n.file-format-select gd-drop-down /deep/ .drop-down-item:hover * {\n color: #FFF;\n}\n.gd-checkbox {\n width: 19px;\n height: 19px;\n margin: 0px;\n}\n.gd-checkbox:before {\n position: relative;\n display: -webkit-box;\n display: flex;\n width: 17px;\n height: 17px;\n border: 1px solid #707070;\n content: \"\";\n background: #FFFFFF;\n cursor: pointer;\n}\n.gd-checkbox:after {\n position: relative;\n display: -webkit-box;\n display: flex;\n left: 1px;\n top: -18px;\n width: 16px;\n height: 16px;\n content: \"\";\n cursor: pointer;\n}\n.gd-checkbox:checked:after {\n font-family: \"Font Awesome 5 Free\";\n content: \"\\f00c\";\n font-weight: 900;\n font-size: 16px;\n color: #6E6E6E;\n}\n.gd-add-selected.active {\n cursor: pointer;\n opacity: 1;\n}\n.gd-add-selected {\n width: 140px;\n height: 36px;\n background-color: #3E4E5A;\n color: #FFFFFF;\n margin: 0px 8px 0px 0px;\n border: 0;\n cursor: not-allowed;\n opacity: 0.43;\n}\n.gd-folder-name {\n margin-top: 8px;\n}\n.dnd-wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n top: 259px;\n position: absolute;\n}\n.dnd-wrapper .text {\n color: #6e6e6e;\n font-size: 14px;\n}\n.dnd-wrapper .icon {\n display: -webkit-box;\n display: flex;\n width: 113px;\n height: 90px;\n font-size: 90px;\n color: #3E4E5A;\n margin-bottom: 30px;\n}\n@media (max-width: 1037px) {\n .header-size,\n .file-size {\n width: 18%;\n }\n .gd-dnd-wrap {\n width: 95%;\n }\n #gd-browse-section {\n width: 100%;\n }\n #gd-browse-section {\n width: 100%;\n height: calc(100% - 146px);\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2VhcmNoL3NyYy9saWIvc2VhcmNoLWJyb3dzZS1maWxlcy1tb2RhbC9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvc2VhcmNoL3NyYy9saWIvc2VhcmNoLWJyb3dzZS1maWxlcy1tb2RhbC9zZWFyY2gtYnJvd3NlLWZpbGVzLW1vZGFsLmNvbXBvbmVudC5sZXNzIiwibGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtYnJvd3NlLWZpbGVzLW1vZGFsL3NlYXJjaC1icm93c2UtZmlsZXMtbW9kYWwuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxXQUFBO0VBQ0EsZ0JBQUE7QUNERjtBRElBO0VBQ0UsYUFBQTtFQUNBLGFBQUE7RUFDQSxnQkFBQTtBQ0ZGO0FES0E7RUFDRSxZQUFBO0VBQ0EsY0FBQTtFQUNBLGVBQUE7RUFDQSxpQkFBQTtFQUNBLHlCQUFBO0VBQ0EsZ0JBQUE7QUNIRjtBREtFO0VBQ0UsZ0JBQUE7QUNISjtBRE9BO0VBQ0Usa0JBQUE7RUFDQSxVQUFBO0VBQ0EsaUJBQUE7QUNMRjtBRFFBO0VBQ0UsaUJBQUE7QUNORjtBRFVBOztFQUVFLFNBQUE7RUFDQSxjQUFBO0VBQ0EsZ0JBQUE7QUNSRjtBRFdBO0VBQ0UsZUFBQTtFQUNBLFNBQUE7RUFDQSxpQkFBQTtBQ1RGO0FEWUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxVQUFBO0VBQ0EsMEJBQUE7RUFDQSxlQUFBO0VBQ0EsbUJBQUE7VUFBQSxPQUFBO0VBQ0EsZUFBQTtFQUNBLGdCQUFBO0FDVkY7QURhQTtFQUNFLGVBQUE7QUNYRjtBRGNBO0VBQ0UseUJBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGtCQUFBO0VBQ0EsZUFBQTtBQ1pGO0FEZUE7RUFDRSxtQkFBQTtFQUNBLGdCQUFBO0VBQ0EsV0FBQTtFQUNBLHVCQUFBO0FDYkY7QURnQkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxrQkFBQTtFQUNB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QUE7RUFBQSxhQUFBO0VBQ0EsWUFBQTtFQUNBLFlBQUE7RUFDQSxlQUFBO0VBQ0EsY0FBQTtFQUNBLG1CQUFBO0FDL0VKO0FEbUZBO0VBRUU7O0lBRUUsVUFBQTtFQ2xGRjtFRHFGQTtJQUNFLFVBQUE7RUNuRkY7RURzRkE7SUFDRSxXQUFBO0VDcEZGO0VEdUZBO0lBQ0UsV0FBQTtJQUNBLDBCQUFBO0VDckZGO0FBQ0YiLCJmaWxlIjoibGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtYnJvd3NlLWZpbGVzLW1vZGFsL3NlYXJjaC1icm93c2UtZmlsZXMtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi8uLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlcy5sZXNzXCI7XG5cbi5nZC1tb2RhbC10YWJsZSB7XG4gIHdpZHRoICAgICA6IDEwMCU7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG59XG5cbiNnZC1icm93c2Utc2VjdGlvbiB7XG4gIHdpZHRoICAgICA6IDEwMzZweDtcbiAgaGVpZ2h0ICAgIDogNTYxcHg7XG4gIG92ZXJmbG93LXk6IGF1dG87XG59XG5cbi5saXN0LWZpbGVzLWhlYWRlciB7XG4gIGhlaWdodCAgICAgICAgICA6IDYwcHg7XG4gIGNvbG9yICAgICAgICAgICA6IEBkb3ZlLWdyYXk7XG4gIGZvbnQtc2l6ZSAgICAgICA6IDEzcHg7XG4gIGZvbnQtd2VpZ2h0ICAgICA6IGJvbGQ7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG4gIG1hcmdpbi10b3AgICAgICA6IDI0cHg7XG5cbiAgJi51cGxvYWQtdXJsIHtcbiAgICBtYXJnaW4tdG9wOiAyMHB4O1xuICB9XG59XG5cbi5oZWFkZXItbmFtZSB7XG4gIHBhZGRpbmctbGVmdDogNjhweDtcbiAgd2lkdGggICAgICAgOiA5MCU7XG4gIGxpbmUtaGVpZ2h0IDogNjBweDtcbn1cblxuLmhlYWRlci1zaXplIHtcbiAgbGluZS1oZWlnaHQ6IDYwcHg7XG4gIC8vIFRPRE86IGFkZCBvdmVyZmxvdy15OiBzY3JvbGwgaWYgc2Nyb2xsLWJhciBpbiBmaWxlcyBhcHBlYXJzXG59XG5cbi5oZWFkZXItc2l6ZSxcbi5maWxlLXNpemUge1xuICB3aWR0aCAgICAgOiA3JTtcbiAgY29sb3IgICAgIDogIzc3Nzc3NztcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cblxuLmZpbGUtc2l6ZSB7XG4gIGZvbnQtc2l6ZSAgOiAxMnB4O1xuICB3aWR0aCAgICAgIDogNyU7XG4gIGxpbmUtaGVpZ2h0OiA3OXB4O1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiB7XG4gIGRpc3BsYXkgIDogZmxleDtcbiAgd2lkdGggICAgOiA5MCU7XG4gIHBhZGRpbmcgIDogMThweCAwcHggMThweCAwcHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgZmxleCAgICAgOiAxO1xuICBjdXJzb3IgICA6IHBvaW50ZXI7XG4gIG92ZXJmbG93IDogaGlkZGVuO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzJweDtcbn1cblxuLmdkLW1vZGFsLXNwaW5uZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xuICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xuICBoZWlnaHQgICAgICAgICAgOiAyMHB4O1xuICB0ZXh0LWFsaWduICAgICAgOiBjZW50ZXI7XG4gIGZvbnQtc2l6ZSAgICAgICA6IDE2cHg7XG59XG5cbi5nZC1maWxlLW5hbWUge1xuICB3aGl0ZS1zcGFjZSAgOiBub3dyYXA7XG4gIG92ZXJmbG93ICAgICA6IGhpZGRlbjtcbiAgd2lkdGggICAgICAgIDogMTAwJTtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG59XG5cbi51cGxvYWQtcGFuZWwge1xuICBkaXNwbGF5ICAgICA6IGZsZXg7XG4gIHBvc2l0aW9uICAgIDogcmVsYXRpdmU7XG4gIHdpZHRoICAgICAgIDogMTAwJTtcbiAgbWFyZ2luLXRvcCAgOiAyNHB4O1xuICBtYXJnaW4tcmlnaHQ6IDI0cHg7XG5cbiAgLnNlbGVjdC1hbGwge1xuICAgIGhlaWdodCAgICAgOiAzN3B4O1xuICAgIG1hcmdpbiAgICAgOiAwcHggMTZweCAwcHggMTVweDtcbiAgICB3aWR0aCAgICAgIDogMzdweDtcbiAgICBsaW5lLWhlaWdodDogNDRweDtcbiAgICB0ZXh0LWFsaWduIDogY2VudGVyO1xuICB9XG5cbiAgLmNvbnRleHQge1xuICAgIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgd2lkdGggICAgICAgICA6IDEwMCU7XG4gICAgbWFyZ2luLXJpZ2h0ICA6IDI0cHg7XG5cbiAgICAuY29udGV4dC1hY3Rpb25zIHtcbiAgICAgIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICAgICAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgICAgIHdpZHRoICAgICAgICAgOiAxMDAlO1xuXG4gICAgICA+Z2QtYnV0dG9uIHtcbiAgICAgICAgbWFyZ2luLXJpZ2h0OiAxMHB4O1xuICAgICAgfVxuXG4gICAgICAqOmxhc3QtY2hpbGQge1xuICAgICAgICBtYXJnaW4tcmlnaHQ6IDBweDtcbiAgICAgIH1cblxuICAgICAgOjpuZy1kZWVwIC5idXR0b24ge1xuICAgICAgICBoZWlnaHQgICAgICAgICA6IDM3cHg7XG4gICAgICAgIHdpZHRoICAgICAgICAgIDogOTZweDtcbiAgICAgICAgcGFkZGluZyAgICAgICAgOiAwcHg7XG4gICAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgICAgICBmb250LXNpemUgICAgICA6IDE0cHg7XG5cbiAgICAgICAgOjpuZy1kZWVwIC50ZXh0IHtcbiAgICAgICAgICBmb250LXNpemU6IDEwcHg7XG4gICAgICAgIH1cblxuICAgICAgICAmLnByaW1hcnkge1xuICAgICAgICAgIHdpZHRoICAgICAgICAgICA6IDExN3B4O1xuICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IEBmb2xkZXI7XG5cbiAgICAgICAgICAmLmluYWN0aXZlIHtcbiAgICAgICAgICAgIHdpZHRoICAgICAgICAgICA6IDEwNnB4O1xuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogQHJlZ2VudC1ncmF5O1xuXG4gICAgICAgICAgICAvZGVlcC8gLnRleHQge1xuICAgICAgICAgICAgICBjb2xvcjogQHByaW1hcnk7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgIC9kZWVwLyBmYS1pY29uIHtcbiAgICAgICAgICAgICAgY29sb3I6IEBwcmltYXJ5XG4gICAgICAgICAgICB9XG4gICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuXG4gICAgLmNvbnRleHQtcGFuZWwge1xuICAgICAgZGlzcGxheSAgICAgICA6IGZsZXg7XG4gICAgICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICAgICAgd2lkdGggICAgICAgICA6IDEwMCU7XG4gICAgICBtYXJnaW4tdG9wICAgIDogMjBweDtcblxuICAgICAgLnVwbG9hZC11cmwge1xuICAgICAgICBkaXNwbGF5ICAgICAgIDogZmxleDtcbiAgICAgICAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgICAgICAgd2lkdGggICAgICAgICA6IDEwMCU7XG5cbiAgICAgICAgLnVybC1pbnB1dCB7XG4gICAgICAgICAgd2lkdGggICAgICAgOiAxMDAlO1xuICAgICAgICAgIGhlaWdodCAgICAgIDogMjdweDtcbiAgICAgICAgICBib3JkZXIgICAgICA6IDFweCBzb2xpZCBAYnJhbmQ7XG4gICAgICAgICAgZm9udC1zaXplICAgOiAxNHB4O1xuICAgICAgICAgIHBhZGRpbmctbGVmdDogNnB4O1xuICAgICAgICB9XG5cbiAgICAgICAgLnVybC1jaGVjayB7XG4gICAgICAgICAgd2lkdGggICAgICAgICAgIDogMzFweDtcbiAgICAgICAgICBoZWlnaHQgICAgICAgICAgOiAzMXB4O1xuICAgICAgICAgIGNvbG9yICAgICAgICAgICA6ICNGRkZGRkY7XG4gICAgICAgICAgZm9udC1zaXplICAgICAgIDogMTVweDtcbiAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAYnJhbmQ7XG4gICAgICAgIH1cblxuICAgICAgICAudXJsLWNoZWNrIC5uZy1mYS1pY29uIHtcbiAgICAgICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgICAgICBwYWRkaW5nOiA4cHg7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICBnZC1kcm9wLWRvd24ge1xuICAgIG1hcmdpbi1yaWdodDogMTBweDtcblxuICAgIC9kZWVwLyAuZHJvcC1kb3duLWl0ZW0ge1xuICAgICAgLnRleHQge1xuICAgICAgICBtYXJnaW4tbGVmdCAgIDogN3B4O1xuICAgICAgICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICAgICAgICBjb2xvciAgICAgICAgIDogQGRvdmUtZ3JheTtcbiAgICAgIH1cblxuICAgICAgJjpob3ZlciB7XG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6IEBmb2xkZXI7XG5cbiAgICAgICAgKiB7XG4gICAgICAgICAgY29sb3I6ICNGRkY7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuLmxpc3QtZmlsZXMtbGluZXMsXG4ubGlzdC1maWxlcy1oZWFkZXIge1xuICBkaXNwbGF5ICAgICAgICA6IGZsZXg7XG4gIHdpZHRoICAgICAgICAgIDogMTAwJTtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXBkZiB7XG4gIGNvbG9yOiBAcGRmO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXdvcmQge1xuICBjb2xvcjogQHdvcmQ7XG59XG5cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtcG93ZXJwb2ludCB7XG4gIGNvbG9yOiBAcG93ZXJwb2ludDtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1leGNlbCB7XG4gIGNvbG9yOiBAZXhjZWw7XG59XG5cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtaW1hZ2Uge1xuICBjb2xvcjogQGltYWdlO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXRleHQgLmZhLWZvbGRlcixcbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUsXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWFsdCB7XG4gIGNvbG9yOiBAZm9sZGVyO1xufVxuXG4uZ28tdXAge1xuICBjdXJzb3IgICA6IHBvaW50ZXI7XG4gIGRpc3BsYXkgIDogZmxleDtcbiAgZm9udC1zaXplOiAyNnB4O1xuICBjb2xvciAgICA6IEBmb2xkZXI7XG4gIGhlaWdodCAgIDogNzlweDtcbn1cblxuLmdvLXVwLWRvdHMge1xuICBtYXJnaW4tbGVmdDogMjBweDtcbiAgbWFyZ2luLXRvcCA6IDIycHg7XG4gIGZvbnQtc2l6ZSAgOiAxNnB4O1xufVxuXG4uZ28tdXAtaWNvbiB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBwYWRkaW5nOiAxOHB4IDBweCAxOHB4IDY4cHg7XG59XG5cbi5maWxlLW5hbWUge1xuICBmb250LXNpemUgICAgOiAxNnB4O1xuICBjb2xvciAgICAgICAgOiBAZG92ZS1ncmF5O1xuICBvdmVyZmxvdyAgICAgOiBoaWRkZW47XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xufVxuXG4uZmlsZS1uYW1lLWZvcm1hdCB7XG4gIHBhZGRpbmctbGVmdDogMTFweDtcbiAgb3ZlcmZsb3cgICAgOiBoaWRkZW47XG59XG5cbi5maWxlLWZvcm1hdCB7XG4gIGZvbnQtc2l6ZSAgOiAxMHB4O1xuICBwYWRkaW5nLXRvcDogM3B4O1xuICBjb2xvciAgICAgIDogQHNpbHZlci1jaGFsaWNlO1xufVxuXG4ubGlzdC1maWxlcy1saW5lcyxcbi5nby11cCB7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCBAbWVyY3VyeTtcbn1cblxuLmxpc3QtZmlsZXMtbGluZXMge1xuICAmOmhvdmVyIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAbmF2LWFjY2VudC1iYWNrZ3JvdW5kO1xuICB9XG59XG5cbi5nZC1kbmQtd3JhcCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkY7XG4gIGN1cnNvciAgICAgICAgICA6IGRlZmF1bHQ7XG4gIHBvc2l0aW9uICAgICAgICA6IGFic29sdXRlO1xuICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xuICBoZWlnaHQgICAgICAgICAgOiBjYWxjKDEwMCUgLSA2MHB4KTtcbiAgYmFja2dyb3VuZCAgICAgIDogcmdiYSgyNTUsIDI1NSwgMjU1LCAwLjcpO1xuICB6LWluZGV4ICAgICAgICAgOiAxO1xuICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQgOiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zICAgICA6IGNlbnRlcjtcbn1cblxuLmdkLWRyYWctbi1kcm9wLWljb24ge1xuICBtYXJnaW4tdG9wOiAtNTBweDtcbn1cblxuLmdkLWRyYWctbi1kcm9wLWljb24gLmZhLWNsb3VkLWRvd25sb2FkLWFsdCB7XG4gIGNvbG9yICAgIDogI0QxRDFEMTtcbiAgZm9udC1zaXplOiAxMTBweDtcbn1cblxuLmdkLWZpbGUtY2hlY2tib3gge1xuICBoZWlnaHQgICAgIDogMzdweDtcbiAgbWFyZ2luICAgICA6IDIxcHggMTZweCAyMXB4IDE1cHg7XG4gIHdpZHRoICAgICAgOiAzN3B4O1xuICBsaW5lLWhlaWdodDogNDRweDtcbiAgdGV4dC1hbGlnbiA6IGNlbnRlcjtcbn1cblxuLmdkLWZpbGUtY2hlY2tib3guZW1wdHkge1xuICB3aWR0aDogMzdweDtcbn1cblxuLmZpbGUtZm9ybWF0LXNlbGVjdCB7XG4gIGRpc3BsYXkgICAgIDogZmxleDtcbiAgYWxpZ24taXRlbXMgOiBjZW50ZXI7XG4gIHdpZHRoICAgICAgIDogMzZweDtcbiAgbWFyZ2luLXJpZ2h0OiAyNHB4O1xuXG4gIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICBwYWRkaW5nICA6IDBweDtcbiAgICB3aWR0aCAgICA6IDM2cHg7XG4gICAgbWFyZ2luICAgOiAwcHg7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuXG4gICAgLnRleHQge1xuICAgICAgcGFkZGluZzogMHB4O1xuICAgIH1cbiAgfVxuXG4gIDo6bmctZGVlcCAuc2hvdyAuYnV0dG9uIHtcbiAgICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICB9XG5cbiAgZ2QtZHJvcC1kb3duIHtcbiAgICAvZGVlcC8gLmRyb3AtZG93bi1pdGVtIHtcbiAgICAgIHdpZHRoOiA5NnB4O1xuXG4gICAgICAudGV4dCB7XG4gICAgICAgIHBhZGRpbmctbGVmdCAgOiA3cHg7XG4gICAgICAgIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gICAgICAgIGNvbG9yICAgICAgICAgOiBAZG92ZS1ncmF5O1xuICAgICAgfVxuXG4gICAgICAmOmhvdmVyIHtcbiAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogQGZvbGRlcjtcblxuICAgICAgICAqIHtcbiAgICAgICAgICBjb2xvcjogI0ZGRjtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgfVxufVxuXG4uZ2QtY2hlY2tib3gge1xuICB3aWR0aCA6IDE5cHg7XG4gIGhlaWdodDogMTlweDtcbiAgbWFyZ2luOiAwcHg7XG5cbiAgJjpiZWZvcmUge1xuICAgIHBvc2l0aW9uICA6IHJlbGF0aXZlO1xuICAgIGRpc3BsYXkgICA6IGZsZXg7XG4gICAgd2lkdGggICAgIDogMTdweDtcbiAgICBoZWlnaHQgICAgOiAxN3B4O1xuICAgIGJvcmRlciAgICA6IDFweCBzb2xpZCAjNzA3MDcwO1xuICAgIGNvbnRlbnQgICA6IFwiXCI7XG4gICAgYmFja2dyb3VuZDogI0ZGRkZGRjtcbiAgICBjdXJzb3IgICAgOiBwb2ludGVyO1xuICB9XG5cbiAgJjphZnRlciB7XG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIGRpc3BsYXkgOiBmbGV4O1xuICAgIGxlZnQgICAgOiAxcHg7XG4gICAgdG9wICAgICA6IC0xOHB4O1xuICAgIHdpZHRoICAgOiAxNnB4O1xuICAgIGhlaWdodCAgOiAxNnB4O1xuICAgIGNvbnRlbnQgOiBcIlwiO1xuICAgIGN1cnNvciAgOiBwb2ludGVyO1xuICB9XG5cbiAgJjpjaGVja2VkIHtcbiAgICAmOmFmdGVyIHtcbiAgICAgIGZvbnQtZmFtaWx5OiBcIkZvbnQgQXdlc29tZSA1IEZyZWVcIjtcbiAgICAgIGNvbnRlbnQgICAgOiBcIlxcZjAwY1wiO1xuICAgICAgZm9udC13ZWlnaHQ6IDkwMDtcbiAgICAgIGZvbnQtc2l6ZSAgOiAxNnB4O1xuICAgICAgY29sb3IgICAgICA6ICM2RTZFNkU7XG4gICAgfVxuICB9XG59XG5cbi5nZC1hZGQtc2VsZWN0ZWQuYWN0aXZlIHtcbiAgY3Vyc29yIDogcG9pbnRlcjtcbiAgb3BhY2l0eTogMTtcbn1cblxuLmdkLWFkZC1zZWxlY3RlZCB7XG4gIHdpZHRoICAgICAgICAgICA6IDE0MHB4O1xuICBoZWlnaHQgICAgICAgICAgOiAzNnB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM0U0RTVBO1xuICBjb2xvciAgICAgICAgICAgOiAjRkZGRkZGO1xuICBtYXJnaW4gICAgICAgICAgOiAwcHggOHB4IDBweCAwcHg7XG4gIGJvcmRlciAgICAgICAgICA6IDA7XG4gIGN1cnNvciAgICAgICAgICA6IG5vdC1hbGxvd2VkO1xuICBvcGFjaXR5ICAgICAgICAgOiAwLjQzO1xufVxuXG4uZ2QtZm9sZGVyLW5hbWUge1xuICBtYXJnaW4tdG9wOiA4cHg7XG59XG5cbi5kbmQtd3JhcHBlciB7XG4gIGRpc3BsYXkgICAgICAgIDogZmxleDtcbiAgZmxleC1kaXJlY3Rpb24gOiBjb2x1bW47XG4gIGFsaWduLWl0ZW1zICAgIDogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgdG9wICAgICAgICAgICAgOiAyNTlweDtcbiAgcG9zaXRpb24gICAgICAgOiBhYnNvbHV0ZTtcblxuICAudGV4dCB7XG4gICAgY29sb3IgICAgOiBAZG92ZS1ncmF5O1xuICAgIGZvbnQtc2l6ZTogMTRweDtcbiAgfVxuXG4gIC5pY29uIHtcbiAgICBkaXNwbGF5ICAgICAgOiBmbGV4O1xuICAgIHdpZHRoICAgICAgICA6IDExM3B4O1xuICAgIGhlaWdodCAgICAgICA6IDkwcHg7XG4gICAgZm9udC1zaXplICAgIDogOTBweDtcbiAgICBjb2xvciAgICAgICAgOiBAcHJpbWFyeTtcbiAgICBtYXJnaW4tYm90dG9tOiAzMHB4O1xuICB9XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG5cbiAgLmhlYWRlci1zaXplLFxuICAuZmlsZS1zaXplIHtcbiAgICB3aWR0aDogMTglO1xuICB9XG5cbiAgLmdkLWRuZC13cmFwIHtcbiAgICB3aWR0aDogOTUlO1xuICB9XG5cbiAgI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxuXG4gICNnZC1icm93c2Utc2VjdGlvbiB7XG4gICAgd2lkdGggOiAxMDAlO1xuICAgIGhlaWdodDogY2FsYygxMDAlIC0gMTQ2cHgpO1xuICB9XG59IiwiLmdkLW1vZGFsLXRhYmxlIHtcbiAgd2lkdGg6IDEwMCU7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG59XG4jZ2QtYnJvd3NlLXNlY3Rpb24ge1xuICB3aWR0aDogMTAzNnB4O1xuICBoZWlnaHQ6IDU2MXB4O1xuICBvdmVyZmxvdy15OiBhdXRvO1xufVxuLmxpc3QtZmlsZXMtaGVhZGVyIHtcbiAgaGVpZ2h0OiA2MHB4O1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBmb250LXdlaWdodDogYm9sZDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2Y0ZjRmNDtcbiAgbWFyZ2luLXRvcDogMjRweDtcbn1cbi5saXN0LWZpbGVzLWhlYWRlci51cGxvYWQtdXJsIHtcbiAgbWFyZ2luLXRvcDogMjBweDtcbn1cbi5oZWFkZXItbmFtZSB7XG4gIHBhZGRpbmctbGVmdDogNjhweDtcbiAgd2lkdGg6IDkwJTtcbiAgbGluZS1oZWlnaHQ6IDYwcHg7XG59XG4uaGVhZGVyLXNpemUge1xuICBsaW5lLWhlaWdodDogNjBweDtcbn1cbi5oZWFkZXItc2l6ZSxcbi5maWxlLXNpemUge1xuICB3aWR0aDogNyU7XG4gIGNvbG9yOiAjNzc3Nzc3O1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xufVxuLmZpbGUtc2l6ZSB7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgd2lkdGg6IDclO1xuICBsaW5lLWhlaWdodDogNzlweDtcbn1cbi5maWxlLWRlc2NyaXB0aW9uIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDkwJTtcbiAgcGFkZGluZzogMThweCAwcHggMThweCAwcHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgZmxleDogMTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24ge1xuICBmb250LXNpemU6IDMycHg7XG59XG4uZ2QtbW9kYWwtc3Bpbm5lciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmZmZmY7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDIwcHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgZm9udC1zaXplOiAxNnB4O1xufVxuLmdkLWZpbGUtbmFtZSB7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbn1cbi51cGxvYWQtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIHdpZHRoOiAxMDAlO1xuICBtYXJnaW4tdG9wOiAyNHB4O1xuICBtYXJnaW4tcmlnaHQ6IDI0cHg7XG59XG4udXBsb2FkLXBhbmVsIC5zZWxlY3QtYWxsIHtcbiAgaGVpZ2h0OiAzN3B4O1xuICBtYXJnaW46IDBweCAxNnB4IDBweCAxNXB4O1xuICB3aWR0aDogMzdweDtcbiAgbGluZS1oZWlnaHQ6IDQ0cHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aDogMTAwJTtcbiAgbWFyZ2luLXJpZ2h0OiAyNHB4O1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1hY3Rpb25zIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgd2lkdGg6IDEwMCU7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgPiBnZC1idXR0b24ge1xuICBtYXJnaW4tcmlnaHQ6IDEwcHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgKjpsYXN0LWNoaWxkIHtcbiAgbWFyZ2luLXJpZ2h0OiAwcHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgOjpuZy1kZWVwIC5idXR0b24ge1xuICBoZWlnaHQ6IDM3cHg7XG4gIHdpZHRoOiA5NnB4O1xuICBwYWRkaW5nOiAwcHg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBmb250LXNpemU6IDE0cHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgOjpuZy1kZWVwIC5idXR0b24gOjpuZy1kZWVwIC50ZXh0IHtcbiAgZm9udC1zaXplOiAxMHB4O1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1hY3Rpb25zIDo6bmctZGVlcCAuYnV0dG9uLnByaW1hcnkge1xuICB3aWR0aDogMTE3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0YjU2NmM7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgOjpuZy1kZWVwIC5idXR0b24ucHJpbWFyeS5pbmFjdGl2ZSB7XG4gIHdpZHRoOiAxMDZweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzk1OWRhNTtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyA6Om5nLWRlZXAgLmJ1dHRvbi5wcmltYXJ5LmluYWN0aXZlIC9kZWVwLyAudGV4dCB7XG4gIGNvbG9yOiAjM0U0RTVBO1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1hY3Rpb25zIDo6bmctZGVlcCAuYnV0dG9uLnByaW1hcnkuaW5hY3RpdmUgL2RlZXAvIGZhLWljb24ge1xuICBjb2xvcjogIzNFNEU1QTtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICB3aWR0aDogMTAwJTtcbiAgbWFyZ2luLXRvcDogMjBweDtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtcGFuZWwgLnVwbG9hZC11cmwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICB3aWR0aDogMTAwJTtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtcGFuZWwgLnVwbG9hZC11cmwgLnVybC1pbnB1dCB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDI3cHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkICMyNWMyZDQ7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgcGFkZGluZy1sZWZ0OiA2cHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LXBhbmVsIC51cGxvYWQtdXJsIC51cmwtY2hlY2sge1xuICB3aWR0aDogMzFweDtcbiAgaGVpZ2h0OiAzMXB4O1xuICBjb2xvcjogI0ZGRkZGRjtcbiAgZm9udC1zaXplOiAxNXB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMjVjMmQ0O1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1wYW5lbCAudXBsb2FkLXVybCAudXJsLWNoZWNrIC5uZy1mYS1pY29uIHtcbiAgZGlzcGxheTogYmxvY2s7XG4gIHBhZGRpbmc6IDhweDtcbn1cbi51cGxvYWQtcGFuZWwgZ2QtZHJvcC1kb3duIHtcbiAgbWFyZ2luLXJpZ2h0OiAxMHB4O1xufVxuLnVwbG9hZC1wYW5lbCBnZC1kcm9wLWRvd24gL2RlZXAvIC5kcm9wLWRvd24taXRlbSAudGV4dCB7XG4gIG1hcmdpbi1sZWZ0OiA3cHg7XG4gIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gIGNvbG9yOiAjNmU2ZTZlO1xufVxuLnVwbG9hZC1wYW5lbCBnZC1kcm9wLWRvd24gL2RlZXAvIC5kcm9wLWRvd24taXRlbTpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0YjU2NmM7XG59XG4udXBsb2FkLXBhbmVsIGdkLWRyb3AtZG93biAvZGVlcC8gLmRyb3AtZG93bi1pdGVtOmhvdmVyICoge1xuICBjb2xvcjogI0ZGRjtcbn1cbi5saXN0LWZpbGVzLWxpbmVzLFxuLmxpc3QtZmlsZXMtaGVhZGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDEwMCU7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2Vlbjtcbn1cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtcGRmIHtcbiAgY29sb3I6ICNlMDRlNGU7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXdvcmQge1xuICBjb2xvcjogIzUzOUNGMDtcbn1cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtcG93ZXJwb2ludCB7XG4gIGNvbG9yOiAjZTI5ZTFlO1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1leGNlbCB7XG4gIGNvbG9yOiAjN2NiYzQ2O1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1pbWFnZSB7XG4gIGNvbG9yOiAjYzM3NWVkO1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIsXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLFxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1hbHQge1xuICBjb2xvcjogIzRiNTY2Yztcbn1cbi5nby11cCB7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgZGlzcGxheTogZmxleDtcbiAgZm9udC1zaXplOiAyNnB4O1xuICBjb2xvcjogIzRiNTY2YztcbiAgaGVpZ2h0OiA3OXB4O1xufVxuLmdvLXVwLWRvdHMge1xuICBtYXJnaW4tbGVmdDogMjBweDtcbiAgbWFyZ2luLXRvcDogMjJweDtcbiAgZm9udC1zaXplOiAxNnB4O1xufVxuLmdvLXVwLWljb24ge1xuICBkaXNwbGF5OiBibG9jaztcbiAgcGFkZGluZzogMThweCAwcHggMThweCA2OHB4O1xufVxuLmZpbGUtbmFtZSB7XG4gIGZvbnQtc2l6ZTogMTZweDtcbiAgY29sb3I6ICM2ZTZlNmU7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xufVxuLmZpbGUtbmFtZS1mb3JtYXQge1xuICBwYWRkaW5nLWxlZnQ6IDExcHg7XG4gIG92ZXJmbG93OiBoaWRkZW47XG59XG4uZmlsZS1mb3JtYXQge1xuICBmb250LXNpemU6IDEwcHg7XG4gIHBhZGRpbmctdG9wOiAzcHg7XG4gIGNvbG9yOiAjYWNhY2FjO1xufVxuLmxpc3QtZmlsZXMtbGluZXMsXG4uZ28tdXAge1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI2U3ZTdlNztcbn1cbi5saXN0LWZpbGVzLWxpbmVzOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0U1RTVFNTtcbn1cbi5nZC1kbmQtd3JhcCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkY7XG4gIGN1cnNvcjogZGVmYXVsdDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSA2MHB4KTtcbiAgYmFja2dyb3VuZDogcmdiYSgyNTUsIDI1NSwgMjU1LCAwLjcpO1xuICB6LWluZGV4OiAxO1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cbi5nZC1kcmFnLW4tZHJvcC1pY29uIHtcbiAgbWFyZ2luLXRvcDogLTUwcHg7XG59XG4uZ2QtZHJhZy1uLWRyb3AtaWNvbiAuZmEtY2xvdWQtZG93bmxvYWQtYWx0IHtcbiAgY29sb3I6ICNEMUQxRDE7XG4gIGZvbnQtc2l6ZTogMTEwcHg7XG59XG4uZ2QtZmlsZS1jaGVja2JveCB7XG4gIGhlaWdodDogMzdweDtcbiAgbWFyZ2luOiAyMXB4IDE2cHggMjFweCAxNXB4O1xuICB3aWR0aDogMzdweDtcbiAgbGluZS1oZWlnaHQ6IDQ0cHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbi5nZC1maWxlLWNoZWNrYm94LmVtcHR5IHtcbiAgd2lkdGg6IDM3cHg7XG59XG4uZmlsZS1mb3JtYXQtc2VsZWN0IHtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgd2lkdGg6IDM2cHg7XG4gIG1hcmdpbi1yaWdodDogMjRweDtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3QgOjpuZy1kZWVwIC5idXR0b24ge1xuICBwYWRkaW5nOiAwcHg7XG4gIHdpZHRoOiAzNnB4O1xuICBtYXJnaW46IDBweDtcbiAgZm9udC1zaXplOiAxNHB4O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCA6Om5nLWRlZXAgLmJ1dHRvbiAudGV4dCB7XG4gIHBhZGRpbmc6IDBweDtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3QgOjpuZy1kZWVwIC5zaG93IC5idXR0b24ge1xuICBjb2xvcjogIzk1OWRhNTtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3QgZ2QtZHJvcC1kb3duIC9kZWVwLyAuZHJvcC1kb3duLWl0ZW0ge1xuICB3aWR0aDogOTZweDtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3QgZ2QtZHJvcC1kb3duIC9kZWVwLyAuZHJvcC1kb3duLWl0ZW0gLnRleHQge1xuICBwYWRkaW5nLWxlZnQ6IDdweDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgY29sb3I6ICM2ZTZlNmU7XG59XG4uZmlsZS1mb3JtYXQtc2VsZWN0IGdkLWRyb3AtZG93biAvZGVlcC8gLmRyb3AtZG93bi1pdGVtOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzRiNTY2Yztcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3QgZ2QtZHJvcC1kb3duIC9kZWVwLyAuZHJvcC1kb3duLWl0ZW06aG92ZXIgKiB7XG4gIGNvbG9yOiAjRkZGO1xufVxuLmdkLWNoZWNrYm94IHtcbiAgd2lkdGg6IDE5cHg7XG4gIGhlaWdodDogMTlweDtcbiAgbWFyZ2luOiAwcHg7XG59XG4uZ2QtY2hlY2tib3g6YmVmb3JlIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTdweDtcbiAgaGVpZ2h0OiAxN3B4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNzA3MDcwO1xuICBjb250ZW50OiBcIlwiO1xuICBiYWNrZ3JvdW5kOiAjRkZGRkZGO1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtY2hlY2tib3g6YWZ0ZXIge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGxlZnQ6IDFweDtcbiAgdG9wOiAtMThweDtcbiAgd2lkdGg6IDE2cHg7XG4gIGhlaWdodDogMTZweDtcbiAgY29udGVudDogXCJcIjtcbiAgY3Vyc29yOiBwb2ludGVyO1xufVxuLmdkLWNoZWNrYm94OmNoZWNrZWQ6YWZ0ZXIge1xuICBmb250LWZhbWlseTogXCJGb250IEF3ZXNvbWUgNSBGcmVlXCI7XG4gIGNvbnRlbnQ6IFwiXFxmMDBjXCI7XG4gIGZvbnQtd2VpZ2h0OiA5MDA7XG4gIGZvbnQtc2l6ZTogMTZweDtcbiAgY29sb3I6ICM2RTZFNkU7XG59XG4uZ2QtYWRkLXNlbGVjdGVkLmFjdGl2ZSB7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgb3BhY2l0eTogMTtcbn1cbi5nZC1hZGQtc2VsZWN0ZWQge1xuICB3aWR0aDogMTQwcHg7XG4gIGhlaWdodDogMzZweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNFNEU1QTtcbiAgY29sb3I6ICNGRkZGRkY7XG4gIG1hcmdpbjogMHB4IDhweCAwcHggMHB4O1xuICBib3JkZXI6IDA7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQ7XG4gIG9wYWNpdHk6IDAuNDM7XG59XG4uZ2QtZm9sZGVyLW5hbWUge1xuICBtYXJnaW4tdG9wOiA4cHg7XG59XG4uZG5kLXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgdG9wOiAyNTlweDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xufVxuLmRuZC13cmFwcGVyIC50ZXh0IHtcbiAgY29sb3I6ICM2ZTZlNmU7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi5kbmQtd3JhcHBlciAuaWNvbiB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxMTNweDtcbiAgaGVpZ2h0OiA5MHB4O1xuICBmb250LXNpemU6IDkwcHg7XG4gIGNvbG9yOiAjM0U0RTVBO1xuICBtYXJnaW4tYm90dG9tOiAzMHB4O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAuaGVhZGVyLXNpemUsXG4gIC5maWxlLXNpemUge1xuICAgIHdpZHRoOiAxOCU7XG4gIH1cbiAgLmdkLWRuZC13cmFwIHtcbiAgICB3aWR0aDogOTUlO1xuICB9XG4gICNnZC1icm93c2Utc2VjdGlvbiB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbiAgI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDE0NnB4KTtcbiAgfVxufVxuIl19 */" + +/***/ }), + +/***/ "../../libs/search/src/lib/search-browse-files-modal/search-browse-files-modal.component.ts": +/*!*******************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-browse-files-modal/search-browse-files-modal.component.ts ***! + \*******************************************************************************************************************************/ +/*! exports provided: SearchBrowseFilesModalComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchBrowseFilesModalComponent", function() { return SearchBrowseFilesModalComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm2015/core.js"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm2015/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var _search_service__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../search.service */ "../../libs/search/src/lib/search.service.ts"); + + + + +let SearchBrowseFilesModalComponent = class SearchBrowseFilesModalComponent extends _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["BrowseFilesModalComponent"] { + constructor(_uploadService, _searchService, _modalService) { + super(_uploadService); + this._searchService = _searchService; + this._modalService = _modalService; + this.selectAll = new _angular_core__WEBPACK_IMPORTED_MODULE_1__["EventEmitter"](); + this.filesAddedToIndex = new _angular_core__WEBPACK_IMPORTED_MODULE_1__["EventEmitter"](); + this.fileDropped = new _angular_core__WEBPACK_IMPORTED_MODULE_1__["EventEmitter"](); + } + selectAllItems(checked) { + this.selectAll.emit(checked); + } + selectSingleItem(checked, file) { + const selectedFiles = this.files.filter(f => f.guid === file.guid); + if (selectedFiles.length === 1) { + selectedFiles[0].selected = checked; + } + } + getLabelString() { + const label = 'Add to index'; + if (this.files && this.files.length > 0) { + const selectedCount = this.files.filter(file => file.selected).length; + return selectedCount > 0 ? 'Add ' + selectedCount + ' to index' : label; + } + else { + return label; + } + } + anyItemSelected() { + if (this.files && this.files.length > 0) { + return this.files.filter(file => file.selected).length > 0; + } + else + return false; + } + allItemsSelected() { + if (this.files && this.files.filter(file => !file.isDirectory && !file.directory).length > 0 && this.files.length > 0) { + return this.files.filter(file => !file.isDirectory && !file.directory && file.selected).length + === this.files.filter(file => !file.isDirectory && !file.directory).length; + } + else + return false; + } + addSelectedToIndex() { + const itemsToIndex = new Array(); + this.files.forEach((f) => { + if (f.selected && !f.isDirectory && !f.directory) { + itemsToIndex.push(f); + } + }); + this._searchService.addFilesToIndex(itemsToIndex).subscribe(() => { + this.filesAddedToIndex.emit(true); + }); + this._modalService.close(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["CommonModals"].BrowseFiles); + } + dropped($event) { + if ($event) { + this.fileDropped.emit($event); + } + } +}; +SearchBrowseFilesModalComponent.ctorParameters = () => [ + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["UploadFilesService"] }, + { type: _search_service__WEBPACK_IMPORTED_MODULE_3__["SearchService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["ModalService"] } +]; +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Array) +], SearchBrowseFilesModalComponent.prototype, "files", void 0); +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Output"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Object) +], SearchBrowseFilesModalComponent.prototype, "selectAll", void 0); +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Output"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Object) +], SearchBrowseFilesModalComponent.prototype, "filesAddedToIndex", void 0); +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Output"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Object) +], SearchBrowseFilesModalComponent.prototype, "fileDropped", void 0); +SearchBrowseFilesModalComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'gd-search-browse-files-modal', + template: __webpack_require__(/*! raw-loader!./search-browse-files-modal.component.html */ "../../node_modules/raw-loader/index.js!../../libs/search/src/lib/search-browse-files-modal/search-browse-files-modal.component.html"), + styles: [__webpack_require__(/*! ./search-browse-files-modal.component.less */ "../../libs/search/src/lib/search-browse-files-modal/search-browse-files-modal.component.less")] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["UploadFilesService"], + _search_service__WEBPACK_IMPORTED_MODULE_3__["SearchService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["ModalService"]]) +], SearchBrowseFilesModalComponent); + + + +/***/ }), + +/***/ "../../libs/search/src/lib/search-config.service.ts": +/*!***************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-config.service.ts ***! + \***************************************************************************************/ +/*! exports provided: SearchConfigService */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchConfigService", function() { return SearchConfigService; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm2015/core.js"); +/* harmony import */ var _search_config__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./search-config */ "../../libs/search/src/lib/search-config.ts"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm2015/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var _angular_common_http__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @angular/common/http */ "../../node_modules/@angular/common/fesm2015/http.js"); +/* harmony import */ var rxjs__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! rxjs */ "../../node_modules/rxjs/_esm2015/index.js"); + + + + + + +let SearchConfigService = class SearchConfigService { + constructor(_http, _config) { + this._http = _http; + this._config = _config; + this._searchConfig = new rxjs__WEBPACK_IMPORTED_MODULE_5__["BehaviorSubject"](new _search_config__WEBPACK_IMPORTED_MODULE_2__["SearchConfig"]()); + this._updatedConfig = this._searchConfig.asObservable(); + } + get updatedConfig() { + return this._updatedConfig; + } + load() { + return new Promise((resolve, reject) => { + const configEndpoint = this._config.getConfigEndpoint(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].SEARCH_APP); + this._http.get(configEndpoint, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson).toPromise().then((response) => { + const searchConfig = response; + this._searchConfig.next(searchConfig); + resolve(); + }).catch((response) => { + reject(`Could not load search config: ${JSON.stringify(response)}`); + }); + }); + } +}; +SearchConfigService.ctorParameters = () => [ + { type: _angular_common_http__WEBPACK_IMPORTED_MODULE_4__["HttpClient"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ConfigService"] } +]; +SearchConfigService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Injectable"])({ + providedIn: 'root' + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_angular_common_http__WEBPACK_IMPORTED_MODULE_4__["HttpClient"], _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ConfigService"]]) +], SearchConfigService); + + + +/***/ }), + +/***/ "../../libs/search/src/lib/search-config.ts": +/*!*******************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-config.ts ***! + \*******************************************************************************/ +/*! exports provided: SearchConfig */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchConfig", function() { return SearchConfig; }); +class SearchConfig { +} + + +/***/ }), + +/***/ "../../libs/search/src/lib/search-models.ts": +/*!*******************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-models.ts ***! + \*******************************************************************************/ +/*! exports provided: IndexedFileModel, SearchResult, SearchResultItemModel, ExtendedFileModel, FileIndexingStatus */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "IndexedFileModel", function() { return IndexedFileModel; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchResult", function() { return SearchResult; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchResultItemModel", function() { return SearchResultItemModel; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ExtendedFileModel", function() { return ExtendedFileModel; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FileIndexingStatus", function() { return FileIndexingStatus; }); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm2015/groupdocs.examples.angular-common-components.js"); + +class IndexedFileModel extends _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_0__["FileModel"] { +} +class SearchResult { +} +class SearchResultItemModel { +} +class ExtendedFileModel { +} +var FileIndexingStatus; +(function (FileIndexingStatus) { + FileIndexingStatus["Indexing"] = "Indexing"; + FileIndexingStatus["SuccessfullyProcessed"] = "SuccessfullyProcessed"; + FileIndexingStatus["Skipped"] = "Skipped"; + FileIndexingStatus["ProcessedWithError"] = "ProcessedWithError"; + FileIndexingStatus["PasswordRequired"] = "PasswordRequired"; +})(FileIndexingStatus || (FileIndexingStatus = {})); + + +/***/ }), + +/***/ "../../libs/search/src/lib/search-panel/search-panel.component.less": +/*!*******************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-panel/search-panel.component.less ***! + \*******************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = ".gd-search-panel {\n position: absolute;\n display: -webkit-box;\n display: flex;\n left: 0;\n top: 60px;\n width: 100%;\n background-color: #e7e7e7;\n -webkit-box-align: center;\n align-items: center;\n height: 60px;\n}\n.gd-search-panel .gd-search-input {\n float: left;\n height: 37px;\n width: 100%;\n font-size: 14px;\n border: 1px solid #6e6e6e;\n box-sizing: border-box;\n padding: 6px 0px 5px 9px;\n margin-left: 20px;\n}\n.gd-search-panel .gd-search-btn {\n background-color: #3E4E5A;\n margin-right: 20px;\n width: 37px;\n height: 37px;\n padding: 0 !important;\n}\n.gd-search-panel .gd-search-btn ::ng-deep .button {\n padding: 0 !important;\n}\n.gd-search-panel .gd-clear-btn {\n position: absolute;\n right: 50px;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2VhcmNoL3NyYy9saWIvc2VhcmNoLXBhbmVsL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtcGFuZWwvc2VhcmNoLXBhbmVsLmNvbXBvbmVudC5sZXNzIiwibGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtcGFuZWwvc2VhcmNoLXBhbmVsLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usa0JBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxPQUFBO0VBQ0EsU0FBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxZQUFBO0FDREY7QURQQTtFQVdJLFdBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7RUFDQSx5QkFBQTtFQUNBLHNCQUFBO0VBQ0Esd0JBQUE7RUFDQSxpQkFBQTtBQ0RKO0FEakJBO0VBc0JJLHlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLHFCQUFBO0FDRko7QUR4QkE7RUE2Qk0scUJBQUE7QUNGTjtBRDNCQTtFQWtDSSxrQkFBQTtFQUNBLFdBQUE7QUNKSiIsImZpbGUiOiJsaWJzL3NlYXJjaC9zcmMvbGliL3NlYXJjaC1wYW5lbC9zZWFyY2gtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLXNlYXJjaC1wYW5lbCB7XG4gIHBvc2l0aW9uICAgICAgICA6IGFic29sdXRlO1xuICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICBsZWZ0ICAgICAgICAgICAgOiAwO1xuICB0b3AgICAgICAgICAgICAgOiA2MHB4O1xuICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAbWVyY3VyeTtcbiAgYWxpZ24taXRlbXMgICAgIDogY2VudGVyO1xuICBoZWlnaHQgICAgICAgICAgOiA2MHB4O1xuXG4gIC5nZC1zZWFyY2gtaW5wdXQge1xuICAgIGZsb2F0ICAgICAgOiBsZWZ0O1xuICAgIGhlaWdodCAgICAgOiAzN3B4O1xuICAgIHdpZHRoICAgICAgOiAxMDAlO1xuICAgIGZvbnQtc2l6ZSAgOiAxNHB4O1xuICAgIGJvcmRlciAgICAgOiAxcHggc29saWQgQGRvdmUtZ3JheTtcbiAgICBib3gtc2l6aW5nIDogYm9yZGVyLWJveDtcbiAgICBwYWRkaW5nICAgIDogNnB4IDBweCA1cHggOXB4O1xuICAgIG1hcmdpbi1sZWZ0OiAyMHB4O1xuICB9XG5cbiAgLmdkLXNlYXJjaC1idG4ge1xuICAgIGJhY2tncm91bmQtY29sb3I6IEBwcmltYXJ5O1xuICAgIG1hcmdpbi1yaWdodCAgICA6IDIwcHg7XG4gICAgd2lkdGggICAgICAgICAgIDogMzdweDtcbiAgICBoZWlnaHQgICAgICAgICAgOiAzN3B4O1xuICAgIHBhZGRpbmcgICAgICAgICA6IDAgIWltcG9ydGFudDtcblxuICAgIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICAgIHBhZGRpbmc6IDAgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICAuZ2QtY2xlYXItYnRuIHtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgcmlnaHQgICA6IDUwcHg7XG4gIH1cbn0iLCIuZ2Qtc2VhcmNoLXBhbmVsIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBsZWZ0OiAwO1xuICB0b3A6IDYwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTdlN2U3O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBoZWlnaHQ6IDYwcHg7XG59XG4uZ2Qtc2VhcmNoLXBhbmVsIC5nZC1zZWFyY2gtaW5wdXQge1xuICBmbG9hdDogbGVmdDtcbiAgaGVpZ2h0OiAzN3B4O1xuICB3aWR0aDogMTAwJTtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNmU2ZTZlO1xuICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuICBwYWRkaW5nOiA2cHggMHB4IDVweCA5cHg7XG4gIG1hcmdpbi1sZWZ0OiAyMHB4O1xufVxuLmdkLXNlYXJjaC1wYW5lbCAuZ2Qtc2VhcmNoLWJ0biB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMzRTRFNUE7XG4gIG1hcmdpbi1yaWdodDogMjBweDtcbiAgd2lkdGg6IDM3cHg7XG4gIGhlaWdodDogMzdweDtcbiAgcGFkZGluZzogMCAhaW1wb3J0YW50O1xufVxuLmdkLXNlYXJjaC1wYW5lbCAuZ2Qtc2VhcmNoLWJ0biA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIHBhZGRpbmc6IDAgIWltcG9ydGFudDtcbn1cbi5nZC1zZWFyY2gtcGFuZWwgLmdkLWNsZWFyLWJ0biB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcmlnaHQ6IDUwcHg7XG59XG4iXX0= */" + +/***/ }), + +/***/ "../../libs/search/src/lib/search-panel/search-panel.component.ts": +/*!*****************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-panel/search-panel.component.ts ***! + \*****************************************************************************************************/ +/*! exports provided: SearchPanelComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchPanelComponent", function() { return SearchPanelComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm2015/core.js"); + + +let SearchPanelComponent = class SearchPanelComponent { + constructor() { + this.text = ""; + this.searchText = new _angular_core__WEBPACK_IMPORTED_MODULE_1__["EventEmitter"](); + this.clearQuery = new _angular_core__WEBPACK_IMPORTED_MODULE_1__["EventEmitter"](); + } + ngOnInit() { + } + search() { + this.searchText.emit(this.text); + } + setText(value) { + this.text = value; + if (value === "") { + this.clearQueryString(); + } + } + clearQueryString() { + this.text = ""; + this.textElement.nativeElement.value = ''; + this.clearQuery.emit(""); + } +}; +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["ViewChild"])('text', { + static: true + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", _angular_core__WEBPACK_IMPORTED_MODULE_1__["ElementRef"]) +], SearchPanelComponent.prototype, "textElement", void 0); +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Output"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Object) +], SearchPanelComponent.prototype, "searchText", void 0); +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Output"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Object) +], SearchPanelComponent.prototype, "clearQuery", void 0); +SearchPanelComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'gd-search-panel', + template: __webpack_require__(/*! raw-loader!./search-panel.component.html */ "../../node_modules/raw-loader/index.js!../../libs/search/src/lib/search-panel/search-panel.component.html"), + styles: [__webpack_require__(/*! ./search-panel.component.less */ "../../libs/search/src/lib/search-panel/search-panel.component.less")] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", []) +], SearchPanelComponent); + + + +/***/ }), + +/***/ "../../libs/search/src/lib/search-result-item/search-result-item.component.less": +/*!*******************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-result-item/search-result-item.component.less ***! + \*******************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = ".gd-search-result-item {\n display: -webkit-box;\n display: flex;\n width: 100%;\n height: 98px;\n border-bottom: 1px solid #e7e7e7;\n background-color: #fff;\n -webkit-box-align: center;\n align-items: center;\n position: relative;\n}\n.gd-search-result-phrase {\n display: -webkit-box;\n display: flex;\n width: 100%;\n height: 40px;\n border-bottom: 1px solid #e7e7e7;\n background-color: #fff;\n -webkit-box-align: center;\n align-items: center;\n font-size: 13px;\n padding-left: 17px;\n overflow: hidden;\n}\n.gd-search-result-phrase ::ng-deep span {\n font-weight: bold;\n}\n.gd-found-phrases-title {\n display: -webkit-box;\n display: flex;\n font-size: 13px;\n text-transform: uppercase;\n color: #3E4E5A;\n width: calc(100% + 17px);\n height: 60px;\n background-color: #f4f4f4;\n font-weight: bold;\n -webkit-box-align: center;\n align-items: center;\n position: relative;\n}\n.gd-found-phrases-title .gd-close-btn {\n position: absolute;\n right: 30px;\n}\n.gd-vertical-bar {\n width: 17px;\n background-color: #3E4E5A;\n}\n.gd-found-phrases-content-wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n width: calc(100% - 34px);\n}\n.gd-found-phrases-wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n}\n.gd-found-file-name {\n display: -webkit-box;\n display: flex;\n width: 253px;\n padding-left: 17px;\n}\n.gd-found-file-name fa-icon {\n font-size: 32px;\n margin: 19px 21px 0 0;\n}\n.gd-search-result-name {\n text-align: left;\n cursor: default;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n width: 100%;\n}\n.gd-search-result-size {\n text-align: left;\n font-size: 12px;\n}\n.gd-file-size {\n width: 60px;\n color: #777777;\n position: absolute;\n right: 65px;\n}\n.gd-file-format {\n font-size: 10px;\n color: #acacac;\n padding-top: 4px;\n}\n.gd-file-format.mobile {\n display: none;\n}\n.gd-file-occurrences {\n color: #777777;\n}\n.gd-search-result-item .ng-fa-icon.fa-file-pdf {\n color: #E21717;\n}\n.gd-search-result-item .ng-fa-icon.fa-file-word {\n color: #6979B9;\n}\n.gd-search-result-item .ng-fa-icon.fa-file-powerpoint {\n color: #E29417;\n}\n.gd-search-result-item .ng-fa-icon.fa-file-excel {\n color: #3FA300;\n}\n.gd-search-result-item .ng-fa-icon.fa-file-image {\n color: #E217DA;\n}\n.gd-search-result-item .ng-fa-icon.fa-file-text .fa-folder {\n color: #5D6A75;\n}\n.gd-found-file-name .ng-fa-icon {\n font-size: 33px;\n}\n.gd-found-file-name fa-icon {\n font-size: 32px;\n margin: 0 11px 0 0;\n}\n.gd-search-result-occurrences {\n text-decoration: underline;\n cursor: pointer;\n}\n@media (max-width: 1037px) {\n .gd-file-size {\n display: none;\n }\n .gd-file-format {\n font-size: 10px;\n }\n .gd-file-format.mobile {\n display: block;\n }\n .gd-file-format.mobile > fa-icon {\n color: #bebebe;\n }\n .gd-file-format.mobile fa-icon {\n font-size: 10px;\n margin-right: 2.1px;\n }\n .gd-file-format.mobile fa-icon:nth-child(1) {\n margin-right: 6px;\n }\n .gd-file-format {\n font-size: 11px;\n }\n .gd-found-file-name {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n width: 100%;\n }\n .gd-file-occurrences {\n width: 94px;\n position: absolute;\n right: 15px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2VhcmNoL3NyYy9saWIvc2VhcmNoLXJlc3VsdC1pdGVtL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtcmVzdWx0LWl0ZW0vc2VhcmNoLXJlc3VsdC1pdGVtLmNvbXBvbmVudC5sZXNzIiwibGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtcmVzdWx0LWl0ZW0vc2VhcmNoLXJlc3VsdC1pdGVtLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxnQ0FBQTtFQUNBLHNCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLGtCQUFBO0FDREY7QURJQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EsZ0NBQUE7RUFDQSxzQkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxlQUFBO0VBQ0Esa0JBQUE7RUFDQSxnQkFBQTtBQ0ZGO0FEUEE7RUFZSSxpQkFBQTtBQ0ZKO0FETUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0VBQ0EseUJBQUE7RUFDQSxjQUFBO0VBQ0Esd0JBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7RUFDQSxpQkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxrQkFBQTtBQ0pGO0FETkE7RUFhSSxrQkFBQTtFQUNBLFdBQUE7QUNKSjtBRFFBO0VBQ0UsV0FBQTtFQUNBLHlCQUFBO0FDTkY7QURTQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHdCQUFBO0FDUEY7QURVQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtBQ1JGO0FEV0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxZQUFBO0VBQ0Esa0JBQUE7QUNURjtBRFlBO0VBQ0UsZUFBQTtFQUNBLHFCQUFBO0FDVkY7QURhQTtFQUNFLGdCQUFBO0VBQ0EsZUFBQTtFQUNBLG1CQUFBO0VBQ0EsZ0JBQUE7RUFDQSx1QkFBQTtFQUNBLFdBQUE7QUNYRjtBRGNBO0VBQ0UsZ0JBQUE7RUFDQSxlQUFBO0FDWkY7QURlQTtFQUNFLFdBQUE7RUFDQSxjQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0FDYkY7QURnQkE7RUFDRSxlQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0FDZEY7QURnQkU7RUFDRSxhQUFBO0FDZEo7QURrQkE7RUFDRSxjQUFBO0FDaEJGO0FEbUJBO0VBQ0UsY0FBQTtBQ2pCRjtBRG9CQTtFQUNFLGNBQUE7QUNsQkY7QURxQkE7RUFDRSxjQUFBO0FDbkJGO0FEc0JBO0VBQ0UsY0FBQTtBQ3BCRjtBRHVCQTtFQUNFLGNBQUE7QUNyQkY7QUR3QkE7RUFDRSxjQUFBO0FDdEJGO0FEeUJBO0VBQ0UsZUFBQTtBQ3ZCRjtBRDBCQTtFQUNFLGVBQUE7RUFDQSxrQkFBQTtBQ3hCRjtBRDJCQTtFQUNFLDBCQUFBO0VBQ0EsZUFBQTtBQ3pCRjtBRDRCQTtFQUNFO0lBQ0UsYUFBQTtFQzFCRjtFRDZCQTtJQUNFLGVBQUE7RUMzQkY7RUQ2QkU7SUFDRSxjQUFBO0VDM0JKO0VEMEJFO0lBSUksY0FBQTtFQzNCTjtFRHVCRTtJQVFJLGVBQUE7SUFDQSxtQkFBQTtFQzVCTjtFRG1CRTtJQWFJLGlCQUFBO0VDN0JOO0VEa0NBO0lBQ0UsZUFBQTtFQ2hDRjtFRG1DQTtJQUNFLG1CQUFBO0lBQ0EsZ0JBQUE7SUFDQSx1QkFBQTtJQUNBLFdBQUE7RUNqQ0Y7RURvQ0E7SUFDRSxXQUFBO0lBQ0Esa0JBQUE7SUFDQSxXQUFBO0VDbENGO0FBQ0YiLCJmaWxlIjoibGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtcmVzdWx0LWl0ZW0vc2VhcmNoLXJlc3VsdC1pdGVtLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbi5nZC1zZWFyY2gtcmVzdWx0LWl0ZW0ge1xuICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xuICBoZWlnaHQgICAgICAgICAgOiA5OHB4O1xuICBib3JkZXItYm90dG9tICAgOiAxcHggc29saWQgQG1lcmN1cnk7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIGFsaWduLWl0ZW1zICAgICA6IGNlbnRlcjtcbiAgcG9zaXRpb24gICAgICAgIDogcmVsYXRpdmU7XG59XG5cbi5nZC1zZWFyY2gtcmVzdWx0LXBocmFzZSB7XG4gIGRpc3BsYXkgICAgICAgICA6IGZsZXg7XG4gIHdpZHRoICAgICAgICAgICA6IDEwMCU7XG4gIGhlaWdodCAgICAgICAgICA6IDQwcHg7XG4gIGJvcmRlci1ib3R0b20gICA6IDFweCBzb2xpZCBAbWVyY3VyeTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgYWxpZ24taXRlbXMgICAgIDogY2VudGVyO1xuICBmb250LXNpemUgICAgICAgOiAxM3B4O1xuICBwYWRkaW5nLWxlZnQgICAgOiAxN3B4O1xuICBvdmVyZmxvdyAgICAgICAgOiBoaWRkZW47XG5cbiAgOjpuZy1kZWVwIHNwYW4ge1xuICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICB9XG59XG5cbi5nZC1mb3VuZC1waHJhc2VzLXRpdGxlIHtcbiAgZGlzcGxheSAgICAgICAgIDogZmxleDtcbiAgZm9udC1zaXplICAgICAgIDogMTNweDtcbiAgdGV4dC10cmFuc2Zvcm0gIDogdXBwZXJjYXNlO1xuICBjb2xvciAgICAgICAgICAgOiBAcHJpbWFyeTtcbiAgd2lkdGggICAgICAgICAgIDogY2FsYygxMDAlICsgMTdweCk7XG4gIGhlaWdodCAgICAgICAgICA6IDYwcHg7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG4gIGZvbnQtd2VpZ2h0ICAgICA6IGJvbGQ7XG4gIGFsaWduLWl0ZW1zICAgICA6IGNlbnRlcjtcbiAgcG9zaXRpb24gICAgICAgIDogcmVsYXRpdmU7XG5cbiAgLmdkLWNsb3NlLWJ0biB7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHJpZ2h0ICAgOiAzMHB4O1xuICB9XG59XG5cbi5nZC12ZXJ0aWNhbC1iYXIge1xuICB3aWR0aCAgICAgICAgICAgOiAxN3B4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAcHJpbWFyeTtcbn1cblxuLmdkLWZvdW5kLXBocmFzZXMtY29udGVudC13cmFwcGVyIHtcbiAgZGlzcGxheSAgICAgICA6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoICAgICAgICAgOiBjYWxjKDEwMCUgLSAzNHB4KTtcbn1cblxuLmdkLWZvdW5kLXBocmFzZXMtd3JhcHBlciB7XG4gIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xufVxuXG4uZ2QtZm91bmQtZmlsZS1uYW1lIHtcbiAgZGlzcGxheSAgICAgOiBmbGV4O1xuICB3aWR0aCAgICAgICA6IDI1M3B4O1xuICBwYWRkaW5nLWxlZnQ6IDE3cHg7XG59XG5cbi5nZC1mb3VuZC1maWxlLW5hbWUgZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzJweDtcbiAgbWFyZ2luICAgOiAxOXB4IDIxcHggMCAwO1xufVxuXG4uZ2Qtc2VhcmNoLXJlc3VsdC1uYW1lIHtcbiAgdGV4dC1hbGlnbiAgIDogbGVmdDtcbiAgY3Vyc29yICAgICAgIDogZGVmYXVsdDtcbiAgd2hpdGUtc3BhY2UgIDogbm93cmFwO1xuICBvdmVyZmxvdyAgICAgOiBoaWRkZW47XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuICB3aWR0aCAgICAgICAgOiAxMDAlO1xufVxuXG4uZ2Qtc2VhcmNoLXJlc3VsdC1zaXplIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZm9udC1zaXplIDogMTJweDtcbn1cblxuLmdkLWZpbGUtc2l6ZSB7XG4gIHdpZHRoICAgOiA2MHB4O1xuICBjb2xvciAgIDogIzc3Nzc3NztcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICByaWdodCAgIDogNjVweDtcbn1cblxuLmdkLWZpbGUtZm9ybWF0IHtcbiAgZm9udC1zaXplICA6IDEwcHg7XG4gIGNvbG9yICAgICAgOiBAc2lsdmVyLWNoYWxpY2U7XG4gIHBhZGRpbmctdG9wOiA0cHg7XG5cbiAgJi5tb2JpbGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbn1cblxuLmdkLWZpbGUtb2NjdXJyZW5jZXMge1xuICBjb2xvcjogIzc3Nzc3Nztcbn1cblxuLmdkLXNlYXJjaC1yZXN1bHQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLXBkZiB7XG4gIGNvbG9yOiAjRTIxNzE3O1xufVxuXG4uZ2Qtc2VhcmNoLXJlc3VsdC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtd29yZCB7XG4gIGNvbG9yOiAjNjk3OUI5O1xufVxuXG4uZ2Qtc2VhcmNoLXJlc3VsdC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtcG93ZXJwb2ludCB7XG4gIGNvbG9yOiAjRTI5NDE3O1xufVxuXG4uZ2Qtc2VhcmNoLXJlc3VsdC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtZXhjZWwge1xuICBjb2xvcjogIzNGQTMwMDtcbn1cblxuLmdkLXNlYXJjaC1yZXN1bHQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6ICNFMjE3REE7XG59XG5cbi5nZC1zZWFyY2gtcmVzdWx0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIge1xuICBjb2xvcjogIzVENkE3NTtcbn1cblxuLmdkLWZvdW5kLWZpbGUtbmFtZSAubmctZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzNweDtcbn1cblxuLmdkLWZvdW5kLWZpbGUtbmFtZSBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBtYXJnaW4gICA6IDAgMTFweCAwIDA7XG59XG5cbi5nZC1zZWFyY2gtcmVzdWx0LW9jY3VycmVuY2VzIHtcbiAgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7XG4gIGN1cnNvciAgICAgICAgIDogcG9pbnRlcjtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLmdkLWZpbGUtc2l6ZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuXG4gIC5nZC1maWxlLWZvcm1hdCB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuXG4gICAgJi5tb2JpbGUge1xuICAgICAgZGlzcGxheTogYmxvY2s7XG5cbiAgICAgID5mYS1pY29uIHtcbiAgICAgICAgY29sb3I6ICNiZWJlYmU7XG4gICAgICB9XG5cbiAgICAgIGZhLWljb24ge1xuICAgICAgICBmb250LXNpemUgICA6IDEwcHg7XG4gICAgICAgIG1hcmdpbi1yaWdodDogMi4xcHg7XG4gICAgICB9XG5cbiAgICAgIGZhLWljb246bnRoLWNoaWxkKDEpIHtcbiAgICAgICAgbWFyZ2luLXJpZ2h0OiA2cHg7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDExcHg7XG4gIH1cblxuICAuZ2QtZm91bmQtZmlsZS1uYW1lIHtcbiAgICB3aGl0ZS1zcGFjZSAgOiBub3dyYXA7XG4gICAgb3ZlcmZsb3cgICAgIDogaGlkZGVuO1xuICAgIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuICAgIHdpZHRoICAgICAgICA6IDEwMCU7XG4gIH1cblxuICAuZ2QtZmlsZS1vY2N1cnJlbmNlcyB7XG4gICAgd2lkdGggICA6IDk0cHg7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHJpZ2h0ICAgOiAxNXB4O1xuICB9XG59IiwiLmdkLXNlYXJjaC1yZXN1bHQtaXRlbSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDk4cHg7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZTdlN2U3O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1waHJhc2Uge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiA0MHB4O1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI2U3ZTdlNztcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBwYWRkaW5nLWxlZnQ6IDE3cHg7XG4gIG92ZXJmbG93OiBoaWRkZW47XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1waHJhc2UgOjpuZy1kZWVwIHNwYW4ge1xuICBmb250LXdlaWdodDogYm9sZDtcbn1cbi5nZC1mb3VuZC1waHJhc2VzLXRpdGxlIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZm9udC1zaXplOiAxM3B4O1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICBjb2xvcjogIzNFNEU1QTtcbiAgd2lkdGg6IGNhbGMoMTAwJSArIDE3cHgpO1xuICBoZWlnaHQ6IDYwcHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmNGY0ZjQ7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG4uZ2QtZm91bmQtcGhyYXNlcy10aXRsZSAuZ2QtY2xvc2UtYnRuIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICByaWdodDogMzBweDtcbn1cbi5nZC12ZXJ0aWNhbC1iYXIge1xuICB3aWR0aDogMTdweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNFNEU1QTtcbn1cbi5nZC1mb3VuZC1waHJhc2VzLWNvbnRlbnQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiBjYWxjKDEwMCUgLSAzNHB4KTtcbn1cbi5nZC1mb3VuZC1waHJhc2VzLXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xufVxuLmdkLWZvdW5kLWZpbGUtbmFtZSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAyNTNweDtcbiAgcGFkZGluZy1sZWZ0OiAxN3B4O1xufVxuLmdkLWZvdW5kLWZpbGUtbmFtZSBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBtYXJnaW46IDE5cHggMjFweCAwIDA7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1uYW1lIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbiAgd2lkdGg6IDEwMCU7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1zaXplIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZm9udC1zaXplOiAxMnB4O1xufVxuLmdkLWZpbGUtc2l6ZSB7XG4gIHdpZHRoOiA2MHB4O1xuICBjb2xvcjogIzc3Nzc3NztcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICByaWdodDogNjVweDtcbn1cbi5nZC1maWxlLWZvcm1hdCB7XG4gIGZvbnQtc2l6ZTogMTBweDtcbiAgY29sb3I6ICNhY2FjYWM7XG4gIHBhZGRpbmctdG9wOiA0cHg7XG59XG4uZ2QtZmlsZS1mb3JtYXQubW9iaWxlIHtcbiAgZGlzcGxheTogbm9uZTtcbn1cbi5nZC1maWxlLW9jY3VycmVuY2VzIHtcbiAgY29sb3I6ICM3Nzc3Nzc7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtcGRmIHtcbiAgY29sb3I6ICNFMjE3MTc7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtd29yZCB7XG4gIGNvbG9yOiAjNjk3OUI5O1xufVxuLmdkLXNlYXJjaC1yZXN1bHQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogI0UyOTQxNztcbn1cbi5nZC1zZWFyY2gtcmVzdWx0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS1leGNlbCB7XG4gIGNvbG9yOiAjM0ZBMzAwO1xufVxuLmdkLXNlYXJjaC1yZXN1bHQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6ICNFMjE3REE7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtdGV4dCAuZmEtZm9sZGVyIHtcbiAgY29sb3I6ICM1RDZBNzU7XG59XG4uZ2QtZm91bmQtZmlsZS1uYW1lIC5uZy1mYS1pY29uIHtcbiAgZm9udC1zaXplOiAzM3B4O1xufVxuLmdkLWZvdW5kLWZpbGUtbmFtZSBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBtYXJnaW46IDAgMTFweCAwIDA7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1vY2N1cnJlbmNlcyB7XG4gIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lO1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5nZC1maWxlLXNpemUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDEwcHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSA+IGZhLWljb24ge1xuICAgIGNvbG9yOiAjYmViZWJlO1xuICB9XG4gIC5nZC1maWxlLWZvcm1hdC5tb2JpbGUgZmEtaWNvbiB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuICAgIG1hcmdpbi1yaWdodDogMi4xcHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSBmYS1pY29uOm50aC1jaGlsZCgxKSB7XG4gICAgbWFyZ2luLXJpZ2h0OiA2cHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDExcHg7XG4gIH1cbiAgLmdkLWZvdW5kLWZpbGUtbmFtZSB7XG4gICAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuICAgIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuICAgIHdpZHRoOiAxMDAlO1xuICB9XG4gIC5nZC1maWxlLW9jY3VycmVuY2VzIHtcbiAgICB3aWR0aDogOTRweDtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgcmlnaHQ6IDE1cHg7XG4gIH1cbn1cbiJdfQ== */" + +/***/ }), + +/***/ "../../libs/search/src/lib/search-result-item/search-result-item.component.ts": +/*!*****************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-result-item/search-result-item.component.ts ***! + \*****************************************************************************************************************/ +/*! exports provided: SearchResultItemComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchResultItemComponent", function() { return SearchResultItemComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm2015/core.js"); +/* harmony import */ var _search_models__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../search-models */ "../../libs/search/src/lib/search-models.ts"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm2015/groupdocs.examples.angular-common-components.js"); + + + + +let SearchResultItemComponent = class SearchResultItemComponent { + constructor() { + } + ngOnInit() { + } + getSizeString(size) { + const mb = size / 1024 / 1024; + if (mb > 1) { + return (Math.round(mb * 100) / 100) + ' MB'; + } + else { + const kb = size / 1024; + if (kb > 1) { + return (Math.round(kb * 100) / 100) + ' KB'; + } + } + return size + ' Bytes'; + } + getFormatIcon(file) { + return _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["FileUtil"].find(file.name, file.directory).icon; + } + getFormatName(file) { + return _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["FileUtil"].find(file.name, file.directory).format; + } + getOccurrencesMessage(occurrences) { + return "Found " + occurrences + " occurrences"; + } + togglePhrases(item) { + item.showPhrases = !item.showPhrases; + } +}; +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", _search_models__WEBPACK_IMPORTED_MODULE_2__["SearchResultItemModel"]) +], SearchResultItemComponent.prototype, "item", void 0); +SearchResultItemComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'gd-search-result-item', + template: __webpack_require__(/*! raw-loader!./search-result-item.component.html */ "../../node_modules/raw-loader/index.js!../../libs/search/src/lib/search-result-item/search-result-item.component.html"), + styles: [__webpack_require__(/*! ./search-result-item.component.less */ "../../libs/search/src/lib/search-result-item/search-result-item.component.less")] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", []) +], SearchResultItemComponent); + + + +/***/ }), + +/***/ "../../libs/search/src/lib/search-result-summary/search-result-summary.component.less": +/*!*************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-result-summary/search-result-summary.component.less ***! + \*************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "#gd-search-result-summary {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n height: 100%;\n background-color: #e7e7e7;\n top: 120px;\n position: absolute;\n width: 100%;\n}\n.gd-search-result-summary-header {\n display: -webkit-box;\n display: flex;\n font-size: 13px;\n text-transform: uppercase;\n color: #6e6e6e;\n width: 100%;\n height: 60px;\n background-color: #f4f4f4;\n font-weight: bold;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-search-result-summary-status {\n display: -webkit-box;\n display: flex;\n font-size: 12px;\n color: white;\n width: 100%;\n height: 30px;\n background-color: #25c2d4;\n -webkit-box-align: center;\n align-items: center;\n padding-left: 17px;\n}\n.gd-total-occurrences {\n padding-left: 8px;\n padding-right: 17px;\n}\n.gd-search-duration {\n padding-left: 8px;\n}\n.gd-indexed-files {\n right: 18px;\n position: absolute;\n}\n.gd-search-result-summary-header div:nth-child(1) {\n width: 253px;\n text-align: left;\n display: -webkit-box;\n display: flex;\n padding-left: 17px;\n}\n.gd-search-result-summary-header div:nth-child(2) {\n text-align: left;\n display: -webkit-box;\n display: flex;\n}\n.gd-search-result-summary-header div:nth-child(3) {\n width: 30px;\n position: fixed;\n right: 111px;\n text-align: left;\n}\n.gd-search-result-summary-body {\n overflow-y: scroll;\n height: calc(100% - 210px);\n}\n.gd-search-result-last-placeholder {\n margin: 0px 52px;\n}\n@media (max-width: 1037px) {\n .gd-search-result-header {\n display: none;\n }\n .gd-indexed-files {\n display: none;\n }\n .gd-search-result-summary-header div:nth-child(3) {\n display: none;\n }\n .gd-search-result-summary-header div:nth-child(2) {\n position: absolute;\n right: 18px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2VhcmNoL3NyYy9saWIvc2VhcmNoLXJlc3VsdC1zdW1tYXJ5L0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtcmVzdWx0LXN1bW1hcnkvc2VhcmNoLXJlc3VsdC1zdW1tYXJ5LmNvbXBvbmVudC5sZXNzIiwibGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtcmVzdWx0LXN1bW1hcnkvc2VhcmNoLXJlc3VsdC1zdW1tYXJ5LmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0ksNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsWUFBQTtFQUNBLHlCQUFBO0VBQ0EsVUFBQTtFQUNBLGtCQUFBO0VBQ0EsV0FBQTtBQ0RKO0FESUE7RUFDSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0VBQ0EseUJBQUE7RUFDQSxjQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSx5QkFBQTtFQUNBLGlCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ0ZKO0FES0E7RUFDSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0Esa0JBQUE7QUNISjtBRE1BO0VBQ0ksaUJBQUE7RUFDQSxtQkFBQTtBQ0pKO0FET0E7RUFDSSxpQkFBQTtBQ0xKO0FEUUE7RUFDSSxXQUFBO0VBQ0Esa0JBQUE7QUNOSjtBRFNBO0VBQ0ksWUFBQTtFQUNBLGdCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0Esa0JBQUE7QUNQSjtBRFVBO0VBQ0ksZ0JBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7QUNSSjtBRFdBO0VBQ0ksV0FBQTtFQUNBLGVBQUE7RUFDQSxZQUFBO0VBQ0EsZ0JBQUE7QUNUSjtBRFlBO0VBQ0ksa0JBQUE7RUFDQSwwQkFBQTtBQ1ZKO0FEYUE7RUFDSSxnQkFBQTtBQ1hKO0FEY0E7RUFDSTtJQUNJLGFBQUE7RUNaTjtFRGVFO0lBQ0ksYUFBQTtFQ2JOO0VEZ0JFO0lBQ0ksYUFBQTtFQ2ROO0VEaUJFO0lBQ0ksa0JBQUE7SUFDQSxXQUFBO0VDZk47QUFDRiIsImZpbGUiOiJsaWJzL3NlYXJjaC9zcmMvbGliL3NlYXJjaC1yZXN1bHQtc3VtbWFyeS9zZWFyY2gtcmVzdWx0LXN1bW1hcnkuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuI2dkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeSB7XG4gICAgZmxleC1kaXJlY3Rpb24gIDogY29sdW1uO1xuICAgIGhlaWdodCAgICAgICAgICA6IDEwMCU7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQG1lcmN1cnk7XG4gICAgdG9wICAgICAgICAgICAgIDogMTIwcHg7XG4gICAgcG9zaXRpb24gICAgICAgIDogYWJzb2x1dGU7XG4gICAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbn1cblxuLmdkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeS1oZWFkZXIge1xuICAgIGRpc3BsYXkgICAgICAgICA6IGZsZXg7XG4gICAgZm9udC1zaXplICAgICAgIDogMTNweDtcbiAgICB0ZXh0LXRyYW5zZm9ybSAgOiB1cHBlcmNhc2U7XG4gICAgY29sb3IgICAgICAgICAgIDogQGRvdmUtZ3JheTtcbiAgICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xuICAgIGhlaWdodCAgICAgICAgICA6IDYwcHg7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQHdpbGQtc2FuZDtcbiAgICBmb250LXdlaWdodCAgICAgOiBib2xkO1xuICAgIGFsaWduLWl0ZW1zICAgICA6IGNlbnRlcjtcbn1cblxuLmdkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeS1zdGF0dXMge1xuICAgIGRpc3BsYXkgICAgICAgICA6IGZsZXg7XG4gICAgZm9udC1zaXplICAgICAgIDogMTJweDtcbiAgICBjb2xvciAgICAgICAgICAgOiB3aGl0ZTtcbiAgICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xuICAgIGhlaWdodCAgICAgICAgICA6IDMwcHg7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQGJyYW5kO1xuICAgIGFsaWduLWl0ZW1zICAgICA6IGNlbnRlcjtcbiAgICBwYWRkaW5nLWxlZnQgICAgOiAxN3B4O1xufVxuXG4uZ2QtdG90YWwtb2NjdXJyZW5jZXMge1xuICAgIHBhZGRpbmctbGVmdCA6IDhweDtcbiAgICBwYWRkaW5nLXJpZ2h0OiAxN3B4O1xufVxuXG4uZ2Qtc2VhcmNoLWR1cmF0aW9uIHtcbiAgICBwYWRkaW5nLWxlZnQ6IDhweDtcbn1cblxuLmdkLWluZGV4ZWQtZmlsZXMge1xuICAgIHJpZ2h0ICAgOiAxOHB4O1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbn1cblxuLmdkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeS1oZWFkZXIgZGl2Om50aC1jaGlsZCgxKSB7XG4gICAgd2lkdGggICAgICAgOiAyNTNweDtcbiAgICB0ZXh0LWFsaWduICA6IGxlZnQ7XG4gICAgZGlzcGxheSAgICAgOiBmbGV4O1xuICAgIHBhZGRpbmctbGVmdDogMTdweDtcbn1cblxuLmdkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeS1oZWFkZXIgZGl2Om50aC1jaGlsZCgyKSB7XG4gICAgdGV4dC1hbGlnbjogbGVmdDtcbiAgICBkaXNwbGF5ICAgOiBmbGV4O1xufVxuXG4uZ2Qtc2VhcmNoLXJlc3VsdC1zdW1tYXJ5LWhlYWRlciBkaXY6bnRoLWNoaWxkKDMpIHtcbiAgICB3aWR0aCAgICAgOiAzMHB4O1xuICAgIHBvc2l0aW9uICA6IGZpeGVkO1xuICAgIHJpZ2h0ICAgICA6IDExMXB4O1xuICAgIHRleHQtYWxpZ246IGxlZnQ7XG59XG5cbi5nZC1zZWFyY2gtcmVzdWx0LXN1bW1hcnktYm9keSB7XG4gICAgb3ZlcmZsb3cteTogc2Nyb2xsO1xuICAgIGhlaWdodCAgICA6IGNhbGMoMTAwJSAtIDIxMHB4KTtcbn1cblxuLmdkLXNlYXJjaC1yZXN1bHQtbGFzdC1wbGFjZWhvbGRlciB7XG4gICAgbWFyZ2luOiAwcHggNTJweDtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgICAuZ2Qtc2VhcmNoLXJlc3VsdC1oZWFkZXIge1xuICAgICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cblxuICAgIC5nZC1pbmRleGVkLWZpbGVzIHtcbiAgICAgICAgZGlzcGxheTogbm9uZTtcbiAgICB9XG5cbiAgICAuZ2Qtc2VhcmNoLXJlc3VsdC1zdW1tYXJ5LWhlYWRlciBkaXY6bnRoLWNoaWxkKDMpIHtcbiAgICAgICAgZGlzcGxheTogbm9uZTtcbiAgICB9XG5cbiAgICAuZ2Qtc2VhcmNoLXJlc3VsdC1zdW1tYXJ5LWhlYWRlciBkaXY6bnRoLWNoaWxkKDIpIHtcbiAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgICByaWdodCAgIDogMThweDtcbiAgICB9XG59IiwiI2dkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeSB7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGhlaWdodDogMTAwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2U3ZTdlNztcbiAgdG9wOiAxMjBweDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB3aWR0aDogMTAwJTtcbn1cbi5nZC1zZWFyY2gtcmVzdWx0LXN1bW1hcnktaGVhZGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZm9udC1zaXplOiAxM3B4O1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogNjBweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2Y0ZjRmNDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1zdW1tYXJ5LXN0YXR1cyB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgY29sb3I6IHdoaXRlO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAzMHB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMjVjMmQ0O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBwYWRkaW5nLWxlZnQ6IDE3cHg7XG59XG4uZ2QtdG90YWwtb2NjdXJyZW5jZXMge1xuICBwYWRkaW5nLWxlZnQ6IDhweDtcbiAgcGFkZGluZy1yaWdodDogMTdweDtcbn1cbi5nZC1zZWFyY2gtZHVyYXRpb24ge1xuICBwYWRkaW5nLWxlZnQ6IDhweDtcbn1cbi5nZC1pbmRleGVkLWZpbGVzIHtcbiAgcmlnaHQ6IDE4cHg7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbn1cbi5nZC1zZWFyY2gtcmVzdWx0LXN1bW1hcnktaGVhZGVyIGRpdjpudGgtY2hpbGQoMSkge1xuICB3aWR0aDogMjUzcHg7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHBhZGRpbmctbGVmdDogMTdweDtcbn1cbi5nZC1zZWFyY2gtcmVzdWx0LXN1bW1hcnktaGVhZGVyIGRpdjpudGgtY2hpbGQoMikge1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBkaXNwbGF5OiBmbGV4O1xufVxuLmdkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeS1oZWFkZXIgZGl2Om50aC1jaGlsZCgzKSB7XG4gIHdpZHRoOiAzMHB4O1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHJpZ2h0OiAxMTFweDtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cbi5nZC1zZWFyY2gtcmVzdWx0LXN1bW1hcnktYm9keSB7XG4gIG92ZXJmbG93LXk6IHNjcm9sbDtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSAyMTBweCk7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1sYXN0LXBsYWNlaG9sZGVyIHtcbiAgbWFyZ2luOiAwcHggNTJweDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLXNlYXJjaC1yZXN1bHQtaGVhZGVyIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG4gIC5nZC1pbmRleGVkLWZpbGVzIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG4gIC5nZC1zZWFyY2gtcmVzdWx0LXN1bW1hcnktaGVhZGVyIGRpdjpudGgtY2hpbGQoMykge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgLmdkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeS1oZWFkZXIgZGl2Om50aC1jaGlsZCgyKSB7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHJpZ2h0OiAxOHB4O1xuICB9XG59XG4iXX0= */" + +/***/ }), + +/***/ "../../libs/search/src/lib/search-result-summary/search-result-summary.component.ts": +/*!***********************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-result-summary/search-result-summary.component.ts ***! + \***********************************************************************************************************************/ +/*! exports provided: SearchResultSummaryComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchResultSummaryComponent", function() { return SearchResultSummaryComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm2015/core.js"); +/* harmony import */ var _search_models__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../search-models */ "../../libs/search/src/lib/search-models.ts"); + + + +let SearchResultSummaryComponent = class SearchResultSummaryComponent { + constructor() { + } + ngOnInit() { + } + getTotalOccurrencesMessage() { + const message = "Nothing found"; + if (this.searchResult) { + if (this.searchResult.totalOccurences === 0) { + return message; + } + return "Found " + this.searchResult.totalOccurences + " occurrences " + this.searchResult.totalFiles + " files"; + } + return message; + } + getIndexedFilesMessage() { + if (this.searchResult) { + return "" + this.searchResult.indexedFiles + " files indexed"; + } + } + getSearchDuration() { + if (this.searchResult) { + return this.searchResult.searchDuration; + } + } +}; +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", _search_models__WEBPACK_IMPORTED_MODULE_2__["SearchResult"]) +], SearchResultSummaryComponent.prototype, "searchResult", void 0); +SearchResultSummaryComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'gd-search-result-summary', + template: __webpack_require__(/*! raw-loader!./search-result-summary.component.html */ "../../node_modules/raw-loader/index.js!../../libs/search/src/lib/search-result-summary/search-result-summary.component.html"), + styles: [__webpack_require__(/*! ./search-result-summary.component.less */ "../../libs/search/src/lib/search-result-summary/search-result-summary.component.less")] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", []) +], SearchResultSummaryComponent); + + + +/***/ }), + +/***/ "../../libs/search/src/lib/search.module.ts": +/*!*******************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search.module.ts ***! + \*******************************************************************************/ +/*! exports provided: initializeApp, setupLoadingInterceptor, SearchModule */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "initializeApp", function() { return initializeApp; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "setupLoadingInterceptor", function() { return setupLoadingInterceptor; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchModule", function() { return SearchModule; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_platform_browser__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/platform-browser */ "../../node_modules/@angular/platform-browser/fesm2015/platform-browser.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm2015/core.js"); +/* harmony import */ var _angular_common_http__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @angular/common/http */ "../../node_modules/@angular/common/fesm2015/http.js"); +/* harmony import */ var _search_app_component__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./search-app.component */ "../../libs/search/src/lib/search-app.component.ts"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm2015/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var _search_service__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./search.service */ "../../libs/search/src/lib/search.service.ts"); +/* harmony import */ var _search_config_service__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./search-config.service */ "../../libs/search/src/lib/search-config.service.ts"); +/* harmony import */ var _fortawesome_angular_fontawesome__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @fortawesome/angular-fontawesome */ "../../node_modules/@fortawesome/angular-fontawesome/fesm2015/angular-fontawesome.js"); +/* harmony import */ var _search_panel_search_panel_component__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./search-panel/search-panel.component */ "../../libs/search/src/lib/search-panel/search-panel.component.ts"); +/* harmony import */ var _search_result_summary_search_result_summary_component__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./search-result-summary/search-result-summary.component */ "../../libs/search/src/lib/search-result-summary/search-result-summary.component.ts"); +/* harmony import */ var _search_result_item_search_result_item_component__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./search-result-item/search-result-item.component */ "../../libs/search/src/lib/search-result-item/search-result-item.component.ts"); +/* harmony import */ var _indexed_files_list_indexed_files_list_component__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./indexed-files-list/indexed-files-list.component */ "../../libs/search/src/lib/indexed-files-list/indexed-files-list.component.ts"); +/* harmony import */ var _indexed_file_indexed_file_component__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./indexed-file/indexed-file.component */ "../../libs/search/src/lib/indexed-file/indexed-file.component.ts"); +/* harmony import */ var _search_browse_files_modal_search_browse_files_modal_component__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./search-browse-files-modal/search-browse-files-modal.component */ "../../libs/search/src/lib/search-browse-files-modal/search-browse-files-modal.component.ts"); + +var SearchModule_1; + + + + + + + + + + + + + + + +function initializeApp(searchConfigService) { + const result = () => searchConfigService.load(); + return result; +} +// NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981 +// @dynamic +function setupLoadingInterceptor(service) { + return new _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_5__["LoadingMaskInterceptorService"](service); +} +let SearchModule = SearchModule_1 = class SearchModule { + static forRoot(apiEndpoint) { + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_5__["Api"].DEFAULT_API_ENDPOINT = apiEndpoint; + return { + ngModule: SearchModule_1 + }; + } +}; +SearchModule = SearchModule_1 = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_2__["NgModule"])({ + declarations: [ + _search_app_component__WEBPACK_IMPORTED_MODULE_4__["SearchAppComponent"], + _search_panel_search_panel_component__WEBPACK_IMPORTED_MODULE_9__["SearchPanelComponent"], + _search_result_summary_search_result_summary_component__WEBPACK_IMPORTED_MODULE_10__["SearchResultSummaryComponent"], + _search_result_item_search_result_item_component__WEBPACK_IMPORTED_MODULE_11__["SearchResultItemComponent"], + _indexed_files_list_indexed_files_list_component__WEBPACK_IMPORTED_MODULE_12__["IndexedFilesListComponent"], + _indexed_file_indexed_file_component__WEBPACK_IMPORTED_MODULE_13__["IndexedFileComponent"], + _search_browse_files_modal_search_browse_files_modal_component__WEBPACK_IMPORTED_MODULE_14__["SearchBrowseFilesModalComponent"] + ], + imports: [ + _angular_platform_browser__WEBPACK_IMPORTED_MODULE_1__["BrowserModule"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_5__["CommonComponentsModule"], + _angular_common_http__WEBPACK_IMPORTED_MODULE_3__["HttpClientModule"], + _fortawesome_angular_fontawesome__WEBPACK_IMPORTED_MODULE_8__["FontAwesomeModule"] + ], + exports: [ + _search_app_component__WEBPACK_IMPORTED_MODULE_4__["SearchAppComponent"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_5__["CommonComponentsModule"], + _search_panel_search_panel_component__WEBPACK_IMPORTED_MODULE_9__["SearchPanelComponent"], + _search_result_summary_search_result_summary_component__WEBPACK_IMPORTED_MODULE_10__["SearchResultSummaryComponent"], + _search_result_item_search_result_item_component__WEBPACK_IMPORTED_MODULE_11__["SearchResultItemComponent"], + _indexed_files_list_indexed_files_list_component__WEBPACK_IMPORTED_MODULE_12__["IndexedFilesListComponent"], + _indexed_file_indexed_file_component__WEBPACK_IMPORTED_MODULE_13__["IndexedFileComponent"], + _search_browse_files_modal_search_browse_files_modal_component__WEBPACK_IMPORTED_MODULE_14__["SearchBrowseFilesModalComponent"] + ], + providers: [ + _search_service__WEBPACK_IMPORTED_MODULE_6__["SearchService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_5__["ConfigService"], + _search_config_service__WEBPACK_IMPORTED_MODULE_7__["SearchConfigService"], + { + provide: _angular_common_http__WEBPACK_IMPORTED_MODULE_3__["HTTP_INTERCEPTORS"], + useClass: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_5__["ErrorInterceptorService"], + multi: true + }, + { + provide: _angular_core__WEBPACK_IMPORTED_MODULE_2__["APP_INITIALIZER"], + useFactory: initializeApp, + deps: [_search_config_service__WEBPACK_IMPORTED_MODULE_7__["SearchConfigService"]], multi: true + }, + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_5__["LoadingMaskService"], + { + provide: _angular_common_http__WEBPACK_IMPORTED_MODULE_3__["HTTP_INTERCEPTORS"], + useFactory: setupLoadingInterceptor, + multi: true, + deps: [_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_5__["LoadingMaskService"]] + } + ] + }) +], SearchModule); + + + +/***/ }), + +/***/ "../../libs/search/src/lib/search.service.ts": +/*!********************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search.service.ts ***! + \********************************************************************************/ +/*! exports provided: SearchService */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchService", function() { return SearchService; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm2015/core.js"); +/* harmony import */ var _angular_common_http__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/common/http */ "../../node_modules/@angular/common/fesm2015/http.js"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm2015/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var rxjs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! rxjs */ "../../node_modules/rxjs/_esm2015/index.js"); + + + + + +let SearchService = class SearchService { + constructor(_http, _config) { + this._http = _http; + this._config = _config; + this._itemToRemove = new rxjs__WEBPACK_IMPORTED_MODULE_4__["BehaviorSubject"](null); + this.itemToRemove = this._itemToRemove.asObservable(); + } + addFilesToIndex(filesToIndex) { + return this._http.post(this._config.getSearchApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].ADD_FILES_TO_INDEX, filesToIndex, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + } + loadFiles(path) { + return this._http.post(this._config.getSearchApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].LOAD_FILE_TREE, { 'path': path }, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + } + loadFile(credentials) { + return this._http.post(this._config.getSearchApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].LOAD_DOCUMENT_DESCRIPTION, credentials, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); } upload(file, url, rewrite) { const formData = new FormData(); @@ -10374,34 +14098,42 @@ let EditorService = class EditorService { if (url) { formData.append("url", url); } - return this._http.post(this._config.getEditorApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].UPLOAD_DOCUMENTS, formData); + return this._http.post(this._config.getSearchApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].UPLOAD_DOCUMENTS, formData); } - save(file) { - return this._http.post(this._config.getEditorApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].SAVE_FILE, file, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + search(credentials, query) { + return this._http.post(this._config.getSearchApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].SEARCH, { + 'query': query + }, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); } - getDownloadUrl(credentials) { - return this._config.getEditorApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].DOWNLOAD_DOCUMENTS + '/?path=' + credentials.guid; + removeFile(file) { + return this._http.post(this._config.getSearchApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].REMOVE_FROM_INDEX, file, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + } + selectedItemToRemove(file) { + this._itemToRemove.next(file); + } + getDocumentStatus(files) { + return this._http.post(this._config.getSearchApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].GET_FILE_STATUS, files, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); } }; -EditorService.ctorParameters = () => [ +SearchService.ctorParameters = () => [ { type: _angular_common_http__WEBPACK_IMPORTED_MODULE_2__["HttpClient"] }, { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ConfigService"] } ]; -EditorService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ +SearchService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Injectable"])({ providedIn: 'root' }), tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_angular_common_http__WEBPACK_IMPORTED_MODULE_2__["HttpClient"], _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ConfigService"]]) -], EditorService); +], SearchService); /***/ }), /***/ "../../libs/signature/src/index.ts": -/*!**********************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/index.ts ***! - \**********************************************************************************/ +/*!**********************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/index.ts ***! + \**********************************************************************/ /*! exports provided: initializeApp, setupLoadingInterceptor, SignatureModule, SignatureAppComponent, SignatureService, SignatureConfigService, SignatureListPanelComponent, SelectSignatureService, RemoveSignatureService, CopySignatureService, ActiveSignatureService, ActiveCanvasService, SignaturesHolderService, SignatureTabActivatorService, DragSignatureService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -10468,9 +14200,9 @@ __webpack_require__.r(__webpack_exports__); /***/ }), /***/ "../../libs/signature/src/lib/active-canvas.service.ts": -/*!******************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/active-canvas.service.ts ***! - \******************************************************************************************************/ +/*!******************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/active-canvas.service.ts ***! + \******************************************************************************************/ /*! exports provided: ActiveCanvasService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -10496,9 +14228,9 @@ class ActiveCanvasService { /***/ }), /***/ "../../libs/signature/src/lib/active-signature.service.ts": -/*!*********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/active-signature.service.ts ***! - \*********************************************************************************************************/ +/*!*********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/active-signature.service.ts ***! + \*********************************************************************************************/ /*! exports provided: ActiveSignatureService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -10524,20 +14256,20 @@ class ActiveSignatureService { /***/ }), /***/ "../../libs/signature/src/lib/canvas/canvas.component.less": -/*!**********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/canvas/canvas.component.less ***! - \**********************************************************************************************************/ +/*!**********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/canvas/canvas.component.less ***! + \**********************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".bc-paint-container {\n width: 100%;\n height: 100%;\n}\n.bc-paint-canvas-container {\n width: 100%;\n height: 100%;\n}\n@media (max-width: 1037px) {\n .bc-paint-canvas-container > canvas {\n width: 100%;\n height: 100%;\n border: 0;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9jYW52YXMvY2FudmFzLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9jYW52YXMvY2FudmFzLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UsV0FBQTtFQUNBLFlBQUE7QUNERjtBRElBO0VBQ0UsV0FBQTtFQUNBLFlBQUE7QUNGRjtBREtBO0VBQ0U7SUFDRSxXQUFBO0lBQ0EsWUFBQTtJQUNBLFNBQUE7RUNIRjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvY2FudmFzL2NhbnZhcy5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uYmMtcGFpbnQtY29udGFpbmVyIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbn1cblxuLmJjLXBhaW50LWNhbnZhcy1jb250YWluZXIge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuYmMtcGFpbnQtY2FudmFzLWNvbnRhaW5lciA+IGNhbnZhcyB7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiAxMDAlO1xuICAgIGJvcmRlcjogMDtcbiAgfVxufVxuIiwiLmJjLXBhaW50LWNvbnRhaW5lciB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG4uYmMtcGFpbnQtY2FudmFzLWNvbnRhaW5lciB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5iYy1wYWludC1jYW52YXMtY29udGFpbmVyID4gY2FudmFzIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgYm9yZGVyOiAwO1xuICB9XG59XG4iXX0= */" +module.exports = ".bc-paint-container {\n width: 100%;\n height: 100%;\n}\n.bc-paint-canvas-container {\n width: 100%;\n height: 100%;\n}\n@media (max-width: 1037px) {\n .bc-paint-canvas-container > canvas {\n width: 100%;\n height: 100%;\n border: 0;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvY2FudmFzL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9jYW52YXMvY2FudmFzLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9jYW52YXMvY2FudmFzLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UsV0FBQTtFQUNBLFlBQUE7QUNERjtBRElBO0VBQ0UsV0FBQTtFQUNBLFlBQUE7QUNGRjtBREtBO0VBQ0U7SUFDRSxXQUFBO0lBQ0EsWUFBQTtJQUNBLFNBQUE7RUNIRjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvY2FudmFzL2NhbnZhcy5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uYmMtcGFpbnQtY29udGFpbmVyIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbn1cblxuLmJjLXBhaW50LWNhbnZhcy1jb250YWluZXIge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuYmMtcGFpbnQtY2FudmFzLWNvbnRhaW5lciA+IGNhbnZhcyB7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiAxMDAlO1xuICAgIGJvcmRlcjogMDtcbiAgfVxufVxuIiwiLmJjLXBhaW50LWNvbnRhaW5lciB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG4uYmMtcGFpbnQtY2FudmFzLWNvbnRhaW5lciB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5iYy1wYWludC1jYW52YXMtY29udGFpbmVyID4gY2FudmFzIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgYm9yZGVyOiAwO1xuICB9XG59XG4iXX0= */" /***/ }), /***/ "../../libs/signature/src/lib/canvas/canvas.component.ts": -/*!********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/canvas/canvas.component.ts ***! - \********************************************************************************************************/ +/*!********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/canvas/canvas.component.ts ***! + \********************************************************************************************/ /*! exports provided: CanvasComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -10641,9 +14373,9 @@ CanvasComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/signature/src/lib/copy-signature.service.ts": -/*!*******************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/copy-signature.service.ts ***! - \*******************************************************************************************************/ +/*!*******************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/copy-signature.service.ts ***! + \*******************************************************************************************/ /*! exports provided: CopySignatureService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -10677,9 +14409,9 @@ class CopySignatureService { /***/ }), /***/ "../../libs/signature/src/lib/dnd-signature.directive.ts": -/*!********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/dnd-signature.directive.ts ***! - \********************************************************************************************************/ +/*!********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/dnd-signature.directive.ts ***! + \********************************************************************************************/ /*! exports provided: DndSignatureDirective */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -10732,9 +14464,9 @@ DndSignatureDirective = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/signature/src/lib/drag-signature.service.ts": -/*!*******************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/drag-signature.service.ts ***! - \*******************************************************************************************************/ +/*!*******************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/drag-signature.service.ts ***! + \*******************************************************************************************/ /*! exports provided: DragSignatureService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -10750,20 +14482,20 @@ class DragSignatureService { /***/ }), /***/ "../../libs/signature/src/lib/hand-modal/hand-modal.component.less": -/*!******************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/hand-modal/hand-modal.component.less ***! - \******************************************************************************************************************/ +/*!******************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/hand-modal/hand-modal.component.less ***! + \******************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".paint-body {\n width: 1036px;\n height: 561px;\n}\n.paint-body ::ng-deep .button {\n font-size: unset !important;\n color: #3E4E5A !important;\n}\n.paint-body ::ng-deep .button ::ng-deep .text {\n padding-left: 0px !important;\n}\n.gd-draw-image {\n background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAhCAYAAAC4JqlRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA4UlEQVR4nO2WbQuDMAyE+///q0WhKiiacYFK7BeXK2OMJXC2SF8er2kwiTPO81St6yo5ZxmGQdsnYZwdi/6yLJICIAACIAAC4KcA6uYMgN34BmAX9QgA9atYuQGO47j6mMw4YDXPsyQ8PCqlaAsAuNAjdYC1DyDeY7MOQuoAY10L0CboO0KoAywA6NsFn26QBaUB6hFYAO8VrhEAAfC/APQ1tJXQC9CCXABsKQZAW1qpStgDwG7+kVL8dQBPAnYDQN4cwFgrvFOAfd/Fq23b9IdiHEeZpokWAF41ugKO5u7gN6EQAAAFZL5NAAAAAElFTkSuQmCC) !important;\n position: absolute;\n padding: 0 !important;\n background-color: #fff;\n overflow: hidden;\n overflow-y: auto;\n width: inherit;\n}\n.bc-paint-header {\n height: 60px;\n width: 100%;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: justify;\n justify-content: space-between;\n -webkit-box-align: center;\n align-items: center;\n}\n.bg-color-pic {\n border-radius: 100%;\n border: 1px solid #CCC;\n position: absolute;\n height: 8px;\n width: 8px;\n right: 6px;\n bottom: 6px;\n}\n::ng-deep .bcPicker-palette {\n position: absolute;\n}\n.bc-paint-export {\n background-color: #25c2d4;\n margin-right: 10px;\n width: 68px;\n height: 37px;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: justify;\n justify-content: space-between;\n color: #FFF;\n -webkit-box-align: center;\n align-items: center;\n cursor: pointer;\n}\n.bc-paint-export .icon {\n display: -webkit-box;\n display: flex;\n text-align: center;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-flex: 0;\n flex: 0 0 27px;\n}\n.bc-paint-export .save-button {\n font-size: 10px;\n display: -webkit-box;\n display: flex;\n text-align: center;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-flex: 0;\n flex: 0 0 40px;\n}\n@media (max-width: 1037px) {\n .paint-body {\n width: inherit;\n height: inherit;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9oYW5kLW1vZGFsL2hhbmQtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL2hhbmQtbW9kYWwvaGFuZC1tb2RhbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLGFBQUE7RUFDQSxhQUFBO0FDREY7QUREQTtFQUtJLDJCQUFBO0VBQ0EseUJBQUE7QUNESjtBRExBO0VBU00sNEJBQUE7QUNETjtBRE1BO0VBQ0UsNGNBQUE7RUFDQSxrQkFBQTtFQUNBLHFCQUFBO0VBQ0Esc0JBQUE7RUFDQSxnQkFBQTtFQUNBLGdCQUFBO0VBQ0EsY0FBQTtBQ0pGO0FET0E7RUFDRSxZQUFBO0VBQ0EsV0FBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsOEJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0FDTEY7QURRQTtFQUNFLG1CQUFBO0VBQ0Esc0JBQUE7RUFDQSxrQkFBQTtFQUNBLFdBQUE7RUFDQSxVQUFBO0VBQ0EsVUFBQTtFQUNBLFdBQUE7QUNORjtBRFNBO0VBQ0Usa0JBQUE7QUNQRjtBRFVBO0VBQ0UseUJBQUE7RUFDQSxrQkFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSw4QkFBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsZUFBQTtBQ1JGO0FEREE7RUFZSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxrQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxtQkFBQTtVQUFBLGNBQUE7QUNSSjtBRFBBO0VBbUJJLGVBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxrQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxtQkFBQTtVQUFBLGNBQUE7QUNUSjtBRGFBO0VBQ0U7SUFDRSxjQUFBO0lBQ0EsZUFBQTtFQ1hGO0FBQ0YiLCJmaWxlIjoibGlicy9zaWduYXR1cmUvc3JjL2xpYi9oYW5kLW1vZGFsL2hhbmQtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLnBhaW50LWJvZHkge1xuICB3aWR0aDogMTAzNnB4O1xuICBoZWlnaHQ6IDU2MXB4O1xuXG4gIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICBmb250LXNpemU6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgY29sb3I6IEBwcmltYXJ5ICFpbXBvcnRhbnQ7XG5cbiAgICA6Om5nLWRlZXAgLnRleHQge1xuICAgICAgcGFkZGluZy1sZWZ0OiAwcHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cbn1cblxuLmdkLWRyYXctaW1hZ2Uge1xuICBiYWNrZ3JvdW5kLWltYWdlOiB1cmwoZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFDQUFBQUFoQ0FZQUFBQzRKcWxSQUFBQUNYQklXWE1BQUE3RUFBQU94QUdWS3c0YkFBQUE0VWxFUVZSNG5PMldiUXVETUF5RSsvLy9xMFdoS2lpYWNZRks3QmVYSzJPTUpYQzJTRjhlcjJrd2lUUE84MVN0NnlvNVp4bUdRZHNuWVp3ZGkvNnlMSklDSUFBQ0lBQUM0S2NBNnVZTWdOMzRCbUFYOVFnQTlhdFl1UUdPNDdqNm1NdzRZRFhQc3lROFBDcWxhQXNBdU5BamRZQzFEeURlWTdNT1F1b0FZMTBMMENib08wS29BeXdBNk5zRm4yNlFCYVVCNmhGWUFPOFZyaEVBQWZDL0FQUTF0SlhRQzlDQ1hBQnNLUVpBVzFxcFN0Z0R3Rzcra1ZMOGRRQlBBbllEUU40Y3dGZ3J2Rk9BZmQvRnEyM2I5SWRpSEVlWnBva1dBRjQxdWdLTzV1N2dONkVRQUFBRlpMNU5BQUFBQUVsRlRrU3VRbUNDKSAhaW1wb3J0YW50O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHBhZGRpbmc6IDAgIWltcG9ydGFudDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgb3ZlcmZsb3cteTogYXV0bztcbiAgd2lkdGg6IGluaGVyaXQ7XG59XG5cbi5iYy1wYWludC1oZWFkZXIge1xuICBoZWlnaHQ6IDYwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5iZy1jb2xvci1waWMge1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGhlaWdodDogOHB4O1xuICB3aWR0aDogOHB4O1xuICByaWdodDogNnB4O1xuICBib3R0b206IDZweDtcbn1cblxuOjpuZy1kZWVwIC5iY1BpY2tlci1wYWxldHRlIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xufVxuXG4uYmMtcGFpbnQtZXhwb3J0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogQGJyYW5kO1xuICBtYXJnaW4tcmlnaHQ6IDEwcHg7XG4gIHdpZHRoOiA2OHB4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcbiAgY29sb3I6ICNGRkY7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGN1cnNvcjogcG9pbnRlcjtcblxuICAuaWNvbiB7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgZmxleDogMCAwIDI3cHg7XG4gIH1cblxuICAuc2F2ZS1idXR0b24ge1xuICAgIGZvbnQtc2l6ZTogMTBweDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBmbGV4OiAwIDAgNDBweDtcbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAucGFpbnQtYm9keSB7XG4gICAgd2lkdGg6IGluaGVyaXQ7XG4gICAgaGVpZ2h0OiBpbmhlcml0O1xuICB9XG59XG4iLCIucGFpbnQtYm9keSB7XG4gIHdpZHRoOiAxMDM2cHg7XG4gIGhlaWdodDogNTYxcHg7XG59XG4ucGFpbnQtYm9keSA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIGZvbnQtc2l6ZTogdW5zZXQgIWltcG9ydGFudDtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbn1cbi5wYWludC1ib2R5IDo6bmctZGVlcCAuYnV0dG9uIDo6bmctZGVlcCAudGV4dCB7XG4gIHBhZGRpbmctbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG59XG4uZ2QtZHJhdy1pbWFnZSB7XG4gIGJhY2tncm91bmQtaW1hZ2U6IHVybChkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUNBQUFBQWhDQVlBQUFDNEpxbFJBQUFBQ1hCSVdYTUFBQTdFQUFBT3hBR1ZLdzRiQUFBQTRVbEVRVlI0bk8yV2JRdURNQXlFKy8vL3EwV2hLaWlhY1lGSzdCZVhLMk9NSlhDMlNGOGVyMmt3aVRQTzgxU3Q2eW81WnhtR1Fkc25ZWndkaS82eUxKSUNJQUFDSUFBQzRLY0E2dVlNZ04zNEJtQVg5UWdBOWF0WXVRR080N2o2bU13NFlEWFBzeVE4UENxbGFBc0F1TkFqZFlDMUR5RGVZN01PUXVvQVkxMEwwQ2JvTzBLb0F5d0E2TnNGbjI2UUJhVUI2aEZZQU84VnJoRUFBZkMvQVBRMXRKWFFDOUNDWEFCc0tRWkFXMXFwU3RnRHdHNytrVkw4ZFFCUEFuWURRTjRjd0ZncnZGT0FmZC9GcTIzYjlJZGlIRWVacG9rV0FGNDF1Z0tPNXU3Z042RVFBQUFGWkw1TkFBQUFBRWxGVGtTdVFtQ0MpICFpbXBvcnRhbnQ7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcGFkZGluZzogMCAhaW1wb3J0YW50O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmO1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICBvdmVyZmxvdy15OiBhdXRvO1xuICB3aWR0aDogaW5oZXJpdDtcbn1cbi5iYy1wYWludC1oZWFkZXIge1xuICBoZWlnaHQ6IDYwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uYmctY29sb3ItcGljIHtcbiAgYm9yZGVyLXJhZGl1czogMTAwJTtcbiAgYm9yZGVyOiAxcHggc29saWQgI0NDQztcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBoZWlnaHQ6IDhweDtcbiAgd2lkdGg6IDhweDtcbiAgcmlnaHQ6IDZweDtcbiAgYm90dG9tOiA2cHg7XG59XG46Om5nLWRlZXAgLmJjUGlja2VyLXBhbGV0dGUge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG59XG4uYmMtcGFpbnQtZXhwb3J0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzI1YzJkNDtcbiAgbWFyZ2luLXJpZ2h0OiAxMHB4O1xuICB3aWR0aDogNjhweDtcbiAgaGVpZ2h0OiAzN3B4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIGNvbG9yOiAjRkZGO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uYmMtcGFpbnQtZXhwb3J0IC5pY29uIHtcbiAgZGlzcGxheTogZmxleDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleDogMCAwIDI3cHg7XG59XG4uYmMtcGFpbnQtZXhwb3J0IC5zYXZlLWJ1dHRvbiB7XG4gIGZvbnQtc2l6ZTogMTBweDtcbiAgZGlzcGxheTogZmxleDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleDogMCAwIDQwcHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5wYWludC1ib2R5IHtcbiAgICB3aWR0aDogaW5oZXJpdDtcbiAgICBoZWlnaHQ6IGluaGVyaXQ7XG4gIH1cbn1cbiJdfQ== */" +module.exports = ".paint-body {\n width: 1036px;\n height: 561px;\n}\n.paint-body ::ng-deep .button {\n font-size: unset !important;\n color: #3E4E5A !important;\n}\n.paint-body ::ng-deep .button ::ng-deep .text {\n padding-left: 0px !important;\n}\n.gd-draw-image {\n background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAhCAYAAAC4JqlRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA4UlEQVR4nO2WbQuDMAyE+///q0WhKiiacYFK7BeXK2OMJXC2SF8er2kwiTPO81St6yo5ZxmGQdsnYZwdi/6yLJICIAACIAAC4KcA6uYMgN34BmAX9QgA9atYuQGO47j6mMw4YDXPsyQ8PCqlaAsAuNAjdYC1DyDeY7MOQuoAY10L0CboO0KoAywA6NsFn26QBaUB6hFYAO8VrhEAAfC/APQ1tJXQC9CCXABsKQZAW1qpStgDwG7+kVL8dQBPAnYDQN4cwFgrvFOAfd/Fq23b9IdiHEeZpokWAF41ugKO5u7gN6EQAAAFZL5NAAAAAElFTkSuQmCC) !important;\n position: absolute;\n padding: 0 !important;\n background-color: #fff;\n overflow: hidden;\n overflow-y: auto;\n width: inherit;\n}\n.bc-paint-header {\n height: 60px;\n width: 100%;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: justify;\n justify-content: space-between;\n -webkit-box-align: center;\n align-items: center;\n}\n.bg-color-pic {\n border-radius: 100%;\n border: 1px solid #CCC;\n position: absolute;\n height: 8px;\n width: 8px;\n right: 6px;\n bottom: 6px;\n}\n::ng-deep .bcPicker-palette {\n position: absolute;\n}\n.bc-paint-export {\n background-color: #25c2d4;\n margin-right: 10px;\n width: 68px;\n height: 37px;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: justify;\n justify-content: space-between;\n color: #FFF;\n -webkit-box-align: center;\n align-items: center;\n cursor: pointer;\n}\n.bc-paint-export .icon {\n display: -webkit-box;\n display: flex;\n text-align: center;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-flex: 0;\n flex: 0 0 27px;\n}\n.bc-paint-export .save-button {\n font-size: 10px;\n display: -webkit-box;\n display: flex;\n text-align: center;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-flex: 0;\n flex: 0 0 40px;\n}\n@media (max-width: 1037px) {\n .paint-body {\n width: inherit;\n height: inherit;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvaGFuZC1tb2RhbC9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvc2lnbmF0dXJlL3NyYy9saWIvaGFuZC1tb2RhbC9oYW5kLW1vZGFsLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9oYW5kLW1vZGFsL2hhbmQtbW9kYWwuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxhQUFBO0VBQ0EsYUFBQTtBQ0RGO0FEREE7RUFLSSwyQkFBQTtFQUNBLHlCQUFBO0FDREo7QURMQTtFQVNNLDRCQUFBO0FDRE47QURNQTtFQUNFLDRjQUFBO0VBQ0Esa0JBQUE7RUFDQSxxQkFBQTtFQUNBLHNCQUFBO0VBQ0EsZ0JBQUE7RUFDQSxnQkFBQTtFQUNBLGNBQUE7QUNKRjtBRE9BO0VBQ0UsWUFBQTtFQUNBLFdBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLDhCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ0xGO0FEUUE7RUFDRSxtQkFBQTtFQUNBLHNCQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0VBQ0EsVUFBQTtFQUNBLFVBQUE7RUFDQSxXQUFBO0FDTkY7QURTQTtFQUNFLGtCQUFBO0FDUEY7QURVQTtFQUNFLHlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsOEJBQUE7RUFDQSxXQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLGVBQUE7QUNSRjtBRERBO0VBWUksb0JBQUE7RUFBQSxhQUFBO0VBQ0Esa0JBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EsbUJBQUE7VUFBQSxjQUFBO0FDUko7QURQQTtFQW1CSSxlQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0Esa0JBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EsbUJBQUE7VUFBQSxjQUFBO0FDVEo7QURhQTtFQUNFO0lBQ0UsY0FBQTtJQUNBLGVBQUE7RUNYRjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvaGFuZC1tb2RhbC9oYW5kLW1vZGFsLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbi5wYWludC1ib2R5IHtcbiAgd2lkdGg6IDEwMzZweDtcbiAgaGVpZ2h0OiA1NjFweDtcblxuICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgZm9udC1zaXplOiB1bnNldCAhaW1wb3J0YW50O1xuICAgIGNvbG9yOiBAcHJpbWFyeSAhaW1wb3J0YW50O1xuXG4gICAgOjpuZy1kZWVwIC50ZXh0IHtcbiAgICAgIHBhZGRpbmctbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG59XG5cbi5nZC1kcmF3LWltYWdlIHtcbiAgYmFja2dyb3VuZC1pbWFnZTogdXJsKGRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQ0FBQUFBaENBWUFBQUM0SnFsUkFBQUFDWEJJV1hNQUFBN0VBQUFPeEFHVkt3NGJBQUFBNFVsRVFWUjRuTzJXYlF1RE1BeUUrLy8vcTBXaEtpaWFjWUZLN0JlWEsyT01KWEMyU0Y4ZXIya3dpVFBPODFTdDZ5bzVaeG1HUWRzbllad2RpLzZ5TEpJQ0lBQUNJQUFDNEtjQTZ1WU1nTjM0Qm1BWDlRZ0E5YXRZdVFHTzQ3ajZtTXc0WURYUHN5UThQQ3FsYUFzQXVOQWpkWUMxRHlEZVk3TU9RdW9BWTEwTDBDYm9PMEtvQXl3QTZOc0ZuMjZRQmFVQjZoRllBTzhWcmhFQUFmQy9BUFExdEpYUUM5Q0NYQUJzS1FaQVcxcXBTdGdEd0c3K2tWTDhkUUJQQW5ZRFFONGN3RmdydkZPQWZkL0ZxMjNiOUlkaUhFZVpwb2tXQUY0MXVnS081dTdnTjZFUUFBQUZaTDVOQUFBQUFFbEZUa1N1UW1DQykgIWltcG9ydGFudDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBwYWRkaW5nOiAwICFpbXBvcnRhbnQ7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIG92ZXJmbG93LXk6IGF1dG87XG4gIHdpZHRoOiBpbmhlcml0O1xufVxuXG4uYmMtcGFpbnQtaGVhZGVyIHtcbiAgaGVpZ2h0OiA2MHB4O1xuICB3aWR0aDogMTAwJTtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuXG4uYmctY29sb3ItcGljIHtcbiAgYm9yZGVyLXJhZGl1czogMTAwJTtcbiAgYm9yZGVyOiAxcHggc29saWQgI0NDQztcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBoZWlnaHQ6IDhweDtcbiAgd2lkdGg6IDhweDtcbiAgcmlnaHQ6IDZweDtcbiAgYm90dG9tOiA2cHg7XG59XG5cbjo6bmctZGVlcCAuYmNQaWNrZXItcGFsZXR0ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbn1cblxuLmJjLXBhaW50LWV4cG9ydCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEBicmFuZDtcbiAgbWFyZ2luLXJpZ2h0OiAxMHB4O1xuICB3aWR0aDogNjhweDtcbiAgaGVpZ2h0OiAzN3B4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIGNvbG9yOiAjRkZGO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBjdXJzb3I6IHBvaW50ZXI7XG5cbiAgLmljb24ge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIGZsZXg6IDAgMCAyN3B4O1xuICB9XG5cbiAgLnNhdmUtYnV0dG9uIHtcbiAgICBmb250LXNpemU6IDEwcHg7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgZmxleDogMCAwIDQwcHg7XG4gIH1cbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLnBhaW50LWJvZHkge1xuICAgIHdpZHRoOiBpbmhlcml0O1xuICAgIGhlaWdodDogaW5oZXJpdDtcbiAgfVxufVxuIiwiLnBhaW50LWJvZHkge1xuICB3aWR0aDogMTAzNnB4O1xuICBoZWlnaHQ6IDU2MXB4O1xufVxuLnBhaW50LWJvZHkgOjpuZy1kZWVwIC5idXR0b24ge1xuICBmb250LXNpemU6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gIGNvbG9yOiAjM0U0RTVBICFpbXBvcnRhbnQ7XG59XG4ucGFpbnQtYm9keSA6Om5nLWRlZXAgLmJ1dHRvbiA6Om5nLWRlZXAgLnRleHQge1xuICBwYWRkaW5nLWxlZnQ6IDBweCAhaW1wb3J0YW50O1xufVxuLmdkLWRyYXctaW1hZ2Uge1xuICBiYWNrZ3JvdW5kLWltYWdlOiB1cmwoZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFDQUFBQUFoQ0FZQUFBQzRKcWxSQUFBQUNYQklXWE1BQUE3RUFBQU94QUdWS3c0YkFBQUE0VWxFUVZSNG5PMldiUXVETUF5RSsvLy9xMFdoS2lpYWNZRks3QmVYSzJPTUpYQzJTRjhlcjJrd2lUUE84MVN0NnlvNVp4bUdRZHNuWVp3ZGkvNnlMSklDSUFBQ0lBQUM0S2NBNnVZTWdOMzRCbUFYOVFnQTlhdFl1UUdPNDdqNm1NdzRZRFhQc3lROFBDcWxhQXNBdU5BamRZQzFEeURlWTdNT1F1b0FZMTBMMENib08wS29BeXdBNk5zRm4yNlFCYVVCNmhGWUFPOFZyaEVBQWZDL0FQUTF0SlhRQzlDQ1hBQnNLUVpBVzFxcFN0Z0R3Rzcra1ZMOGRRQlBBbllEUU40Y3dGZ3J2Rk9BZmQvRnEyM2I5SWRpSEVlWnBva1dBRjQxdWdLTzV1N2dONkVRQUFBRlpMNU5BQUFBQUVsRlRrU3VRbUNDKSAhaW1wb3J0YW50O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHBhZGRpbmc6IDAgIWltcG9ydGFudDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgb3ZlcmZsb3cteTogYXV0bztcbiAgd2lkdGg6IGluaGVyaXQ7XG59XG4uYmMtcGFpbnQtaGVhZGVyIHtcbiAgaGVpZ2h0OiA2MHB4O1xuICB3aWR0aDogMTAwJTtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmJnLWNvbG9yLXBpYyB7XG4gIGJvcmRlci1yYWRpdXM6IDEwMCU7XG4gIGJvcmRlcjogMXB4IHNvbGlkICNDQ0M7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgaGVpZ2h0OiA4cHg7XG4gIHdpZHRoOiA4cHg7XG4gIHJpZ2h0OiA2cHg7XG4gIGJvdHRvbTogNnB4O1xufVxuOjpuZy1kZWVwIC5iY1BpY2tlci1wYWxldHRlIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xufVxuLmJjLXBhaW50LWV4cG9ydCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNWMyZDQ7XG4gIG1hcmdpbi1yaWdodDogMTBweDtcbiAgd2lkdGg6IDY4cHg7XG4gIGhlaWdodDogMzdweDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICBjb2xvcjogI0ZGRjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgY3Vyc29yOiBwb2ludGVyO1xufVxuLmJjLXBhaW50LWV4cG9ydCAuaWNvbiB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGZsZXg6IDAgMCAyN3B4O1xufVxuLmJjLXBhaW50LWV4cG9ydCAuc2F2ZS1idXR0b24ge1xuICBmb250LXNpemU6IDEwcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGZsZXg6IDAgMCA0MHB4O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAucGFpbnQtYm9keSB7XG4gICAgd2lkdGg6IGluaGVyaXQ7XG4gICAgaGVpZ2h0OiBpbmhlcml0O1xuICB9XG59XG4iXX0= */" /***/ }), /***/ "../../libs/signature/src/lib/hand-modal/hand-modal.component.ts": -/*!****************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/hand-modal/hand-modal.component.ts ***! - \****************************************************************************************************************/ +/*!****************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/hand-modal/hand-modal.component.ts ***! + \****************************************************************************************************/ /*! exports provided: HandModalComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -10801,6 +14533,7 @@ let HandModalComponent = class HandModalComponent { const img = canvasComponent.getImage(); this._signatureService.saveImage(img).subscribe(() => { this._tabActivationService.changeActiveTab(_signature_models__WEBPACK_IMPORTED_MODULE_4__["SignatureType"].HAND.id); + this._signatureService.refreshSignatures(); }); this.clear(canvasComponent); this.close(); @@ -10845,20 +14578,20 @@ HandModalComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.less": -/*!****************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.less ***! - \****************************************************************************************************************************/ +/*!****************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.less ***! + \****************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-sign-digital.active {\n background-color: #3787F5;\n}\n.gd-sign-digital {\n height: 27px;\n background-color: #969696;\n margin: 9px 8px 7px 8px;\n text-align: center;\n color: #ffffff;\n font-size: 13px;\n box-shadow: 0 0 3px #ddd;\n cursor: pointer;\n padding-top: 5px;\n}\n.gd-qr-container {\n font-family: \"Open Sans\", \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n background-color: #e7e7e7;\n}\n.gd-qr-container input:focus {\n border: 2px solid #00c4d7;\n -webkit-transition: border-color 0.3s linear;\n transition: border-color 0.3s linear;\n}\n.gd-qr-preview-container {\n text-align: center;\n background-color: #FFF;\n margin-bottom: 1px;\n height: 350px;\n}\n.gd-qr-preview-container .gd-empty-code {\n color: #CCCCCC;\n font-size: 60px;\n width: 350px;\n height: 350px;\n -webkit-box-pack: center;\n justify-content: center;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-qr-preview-container .gd-signature-thumbnail-image {\n min-width: 41px;\n width: 100%;\n height: 100%;\n margin: 0px;\n}\n.new-signature-input-group {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n -webkit-box-align: center;\n align-items: center;\n height: 70px;\n background-color: #FFF;\n -webkit-box-pack: center;\n justify-content: center;\n}\n.gd-qr-property {\n font-size: 12px;\n width: 80%;\n border: 2px solid #DDD;\n padding: 5px;\n outline: none;\n color: #3a4e5b;\n}\n.gd-add-optical {\n width: 32px;\n height: 29px;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n background-color: #3787F5;\n cursor: pointer;\n}\n.gd-add-optical .icon {\n color: white;\n line-height: 28px;\n}\n.gd-add-optical.active {\n background-color: #25c2d4;\n}\n.gd-add-optical.inactive {\n background-color: #646464;\n}\n.gd-add-optical:hover {\n box-shadow: rgba(0, 0, 0, 0) 0px 0px 3px;\n}\n@media (max-width: 1037px) {\n .gd-qr-container {\n margin: 0px 13px 0px 12px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9uZXctYmFyLXFyLWNvZGUvbmV3LWJhci1xci1jb2RlLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9uZXctYmFyLXFyLWNvZGUvbmV3LWJhci1xci1jb2RlLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UseUJBQUE7QUNERjtBRElBO0VBQ0UsWUFBQTtFQUNBLHlCQUFBO0VBQ0EsdUJBQUE7RUFDQSxrQkFBQTtFQUNBLGNBQUE7RUFDQSxlQUFBO0VBQ0Esd0JBQUE7RUFDQSxlQUFBO0VBQ0EsZ0JBQUE7QUNGRjtBREtBO0VBQ0Usd0VBQUE7RUFDQSx5QkFBQTtBQ0hGO0FETUE7RUFDRSx5QkFBQTtFQUNBLDRDQUFBO0VBQUEsb0NBQUE7QUNKRjtBRE9BO0VBQ0Usa0JBQUE7RUFDQSxzQkFBQTtFQUNBLGtCQUFBO0VBQ0EsYUFBQTtBQ0xGO0FEQ0E7RUFPSSxjQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QUNMSjtBRFJBO0VBaUJJLGVBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7QUNOSjtBRFVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLFlBQUE7RUFDQSxzQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7QUNSRjtBRFdBO0VBQ0UsZUFBQTtFQUNBLFVBQUE7RUFDQSxzQkFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0VBQ0EsY0FBQTtBQ1RGO0FEWUE7RUFDRSxXQUFBO0VBQ0EsWUFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0FDVkY7QURHQTtFQVVJLFlBQUE7RUFDQSxpQkFBQTtBQ1ZKO0FEYUU7RUFDRSx5QkFBQTtBQ1hKO0FEY0U7RUFDRSx5QkFBQTtBQ1pKO0FEZ0JBO0VBQ0Usd0NBQUE7QUNkRjtBRGlCQTtFQUNFO0lBQ0UseUJBQUE7RUNmRjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvbmV3LWJhci1xci1jb2RlL25ldy1iYXItcXItY29kZS5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uZ2Qtc2lnbi1kaWdpdGFsLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMzNzg3RjU7XG59XG5cbi5nZC1zaWduLWRpZ2l0YWwge1xuICBoZWlnaHQ6IDI3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICM5Njk2OTY7XG4gIG1hcmdpbjogOXB4IDhweCA3cHggOHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjZmZmZmZmO1xuICBmb250LXNpemU6IDEzcHg7XG4gIGJveC1zaGFkb3c6IDAgMCAzcHggI2RkZDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwYWRkaW5nLXRvcDogNXB4O1xufVxuXG4uZ2QtcXItY29udGFpbmVyIHtcbiAgZm9udC1mYW1pbHk6IFwiT3BlbiBTYW5zXCIsIFwiSGVsdmV0aWNhIE5ldWVcIiwgSGVsdmV0aWNhLCBBcmlhbCwgc2Fucy1zZXJpZjtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2U3ZTdlNztcbn1cblxuLmdkLXFyLWNvbnRhaW5lciBpbnB1dDpmb2N1cyB7XG4gIGJvcmRlcjogMnB4IHNvbGlkICMwMGM0ZDc7XG4gIHRyYW5zaXRpb246IGJvcmRlci1jb2xvciAwLjNzIGxpbmVhcjtcbn1cblxuLmdkLXFyLXByZXZpZXctY29udGFpbmVyIHtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBtYXJnaW4tYm90dG9tOiAxcHg7XG4gIGhlaWdodDogMzUwcHg7XG5cbiAgLmdkLWVtcHR5LWNvZGUge1xuICAgIGNvbG9yOiAjQ0NDQ0NDO1xuICAgIGZvbnQtc2l6ZTogNjBweDtcbiAgICB3aWR0aDogMzUwcHg7XG4gICAgaGVpZ2h0OiAzNTBweDtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gICAgbWluLXdpZHRoOiA0MXB4O1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogMTAwJTtcbiAgICBtYXJnaW46IDBweDtcbiAgfVxufVxuXG4ubmV3LXNpZ25hdHVyZS1pbnB1dC1ncm91cCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGhlaWdodDogNzBweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG59XG5cbi5nZC1xci1wcm9wZXJ0eSB7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgd2lkdGg6IDgwJTtcbiAgYm9yZGVyOiAycHggc29saWQgI0RERDtcbiAgcGFkZGluZzogNXB4O1xuICBvdXRsaW5lOiBub25lO1xuICBjb2xvcjogIzNhNGU1Yjtcbn1cblxuLmdkLWFkZC1vcHRpY2FsIHtcbiAgd2lkdGg6IDMycHg7XG4gIGhlaWdodDogMjlweDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGJhY2tncm91bmQtY29sb3I6ICMzNzg3RjU7XG4gIGN1cnNvcjogcG9pbnRlcjtcblxuICAuaWNvbiB7XG4gICAgY29sb3I6IHdoaXRlO1xuICAgIGxpbmUtaGVpZ2h0OiAyOHB4O1xuICB9XG5cbiAgJi5hY3RpdmUge1xuICAgIGJhY2tncm91bmQtY29sb3I6IEBuYXYtbG9nby1iYWNrZ3JvdW5kO1xuICB9XG5cbiAgJi5pbmFjdGl2ZSB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogIzY0NjQ2NDtcbiAgfVxufVxuXG4uZ2QtYWRkLW9wdGljYWw6aG92ZXIge1xuICBib3gtc2hhZG93OiByZ2JhKDAsIDAsIDAsIDApIDBweCAwcHggM3B4O1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuZ2QtcXItY29udGFpbmVyIHtcbiAgICBtYXJnaW46IDBweCAxM3B4IDBweCAxMnB4O1xuICB9XG5cbn1cbiIsIi5nZC1zaWduLWRpZ2l0YWwuYWN0aXZlIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzM3ODdGNTtcbn1cbi5nZC1zaWduLWRpZ2l0YWwge1xuICBoZWlnaHQ6IDI3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICM5Njk2OTY7XG4gIG1hcmdpbjogOXB4IDhweCA3cHggOHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjZmZmZmZmO1xuICBmb250LXNpemU6IDEzcHg7XG4gIGJveC1zaGFkb3c6IDAgMCAzcHggI2RkZDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwYWRkaW5nLXRvcDogNXB4O1xufVxuLmdkLXFyLWNvbnRhaW5lciB7XG4gIGZvbnQtZmFtaWx5OiBcIk9wZW4gU2Fuc1wiLCBcIkhlbHZldGljYSBOZXVlXCIsIEhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWY7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG59XG4uZ2QtcXItY29udGFpbmVyIGlucHV0OmZvY3VzIHtcbiAgYm9yZGVyOiAycHggc29saWQgIzAwYzRkNztcbiAgdHJhbnNpdGlvbjogYm9yZGVyLWNvbG9yIDAuM3MgbGluZWFyO1xufVxuLmdkLXFyLXByZXZpZXctY29udGFpbmVyIHtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBtYXJnaW4tYm90dG9tOiAxcHg7XG4gIGhlaWdodDogMzUwcHg7XG59XG4uZ2QtcXItcHJldmlldy1jb250YWluZXIgLmdkLWVtcHR5LWNvZGUge1xuICBjb2xvcjogI0NDQ0NDQztcbiAgZm9udC1zaXplOiA2MHB4O1xuICB3aWR0aDogMzUwcHg7XG4gIGhlaWdodDogMzUwcHg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmdkLXFyLXByZXZpZXctY29udGFpbmVyIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlIHtcbiAgbWluLXdpZHRoOiA0MXB4O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICBtYXJnaW46IDBweDtcbn1cbi5uZXctc2lnbmF0dXJlLWlucHV0LWdyb3VwIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgaGVpZ2h0OiA3MHB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbn1cbi5nZC1xci1wcm9wZXJ0eSB7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgd2lkdGg6IDgwJTtcbiAgYm9yZGVyOiAycHggc29saWQgI0RERDtcbiAgcGFkZGluZzogNXB4O1xuICBvdXRsaW5lOiBub25lO1xuICBjb2xvcjogIzNhNGU1Yjtcbn1cbi5nZC1hZGQtb3B0aWNhbCB7XG4gIHdpZHRoOiAzMnB4O1xuICBoZWlnaHQ6IDI5cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMzc4N0Y1O1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtYWRkLW9wdGljYWwgLmljb24ge1xuICBjb2xvcjogd2hpdGU7XG4gIGxpbmUtaGVpZ2h0OiAyOHB4O1xufVxuLmdkLWFkZC1vcHRpY2FsLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNWMyZDQ7XG59XG4uZ2QtYWRkLW9wdGljYWwuaW5hY3RpdmUge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjNjQ2NDY0O1xufVxuLmdkLWFkZC1vcHRpY2FsOmhvdmVyIHtcbiAgYm94LXNoYWRvdzogcmdiYSgwLCAwLCAwLCAwKSAwcHggMHB4IDNweDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLXFyLWNvbnRhaW5lciB7XG4gICAgbWFyZ2luOiAwcHggMTNweCAwcHggMTJweDtcbiAgfVxufVxuIl19 */" +module.exports = ".gd-sign-digital.active {\n background-color: #3787F5;\n}\n.gd-sign-digital {\n height: 27px;\n background-color: #969696;\n margin: 9px 8px 7px 8px;\n text-align: center;\n color: #ffffff;\n font-size: 13px;\n box-shadow: 0 0 3px #ddd;\n cursor: pointer;\n padding-top: 5px;\n}\n.gd-qr-container {\n font-family: \"Open Sans\", \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n background-color: #e7e7e7;\n}\n.gd-qr-container input:focus {\n border: 2px solid #00c4d7;\n -webkit-transition: border-color 0.3s linear;\n transition: border-color 0.3s linear;\n}\n.gd-qr-preview-container {\n text-align: center;\n background-color: #FFF;\n margin-bottom: 1px;\n height: 350px;\n}\n.gd-qr-preview-container .gd-empty-code {\n color: #CCCCCC;\n font-size: 60px;\n width: 350px;\n height: 350px;\n -webkit-box-pack: center;\n justify-content: center;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-qr-preview-container .gd-signature-thumbnail-image {\n min-width: 41px;\n width: 100%;\n height: 100%;\n margin: 0px;\n}\n.new-signature-input-group {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n -webkit-box-align: center;\n align-items: center;\n height: 70px;\n background-color: #FFF;\n -webkit-box-pack: center;\n justify-content: center;\n}\n.gd-qr-property {\n font-size: 12px;\n width: 80%;\n border: 2px solid #DDD;\n padding: 5px;\n outline: none;\n color: #3a4e5b;\n}\n.gd-add-optical {\n width: 32px;\n height: 29px;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n background-color: #3787F5;\n cursor: pointer;\n}\n.gd-add-optical .icon {\n color: white;\n line-height: 28px;\n}\n.gd-add-optical.active {\n background-color: #25c2d4;\n}\n.gd-add-optical.inactive {\n background-color: #646464;\n}\n.gd-add-optical:hover {\n box-shadow: rgba(0, 0, 0, 0) 0px 0px 3px;\n}\n@media (max-width: 1037px) {\n .gd-qr-container {\n margin: 0px 13px 0px 12px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvbmV3LWJhci1xci1jb2RlL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9uZXctYmFyLXFyLWNvZGUvbmV3LWJhci1xci1jb2RlLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9uZXctYmFyLXFyLWNvZGUvbmV3LWJhci1xci1jb2RlLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UseUJBQUE7QUNERjtBRElBO0VBQ0UsWUFBQTtFQUNBLHlCQUFBO0VBQ0EsdUJBQUE7RUFDQSxrQkFBQTtFQUNBLGNBQUE7RUFDQSxlQUFBO0VBQ0Esd0JBQUE7RUFDQSxlQUFBO0VBQ0EsZ0JBQUE7QUNGRjtBREtBO0VBQ0Usd0VBQUE7RUFDQSx5QkFBQTtBQ0hGO0FETUE7RUFDRSx5QkFBQTtFQUNBLDRDQUFBO0VBQUEsb0NBQUE7QUNKRjtBRE9BO0VBQ0Usa0JBQUE7RUFDQSxzQkFBQTtFQUNBLGtCQUFBO0VBQ0EsYUFBQTtBQ0xGO0FEQ0E7RUFPSSxjQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QUNMSjtBRFJBO0VBaUJJLGVBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7QUNOSjtBRFVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLFlBQUE7RUFDQSxzQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7QUNSRjtBRFdBO0VBQ0UsZUFBQTtFQUNBLFVBQUE7RUFDQSxzQkFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0VBQ0EsY0FBQTtBQ1RGO0FEWUE7RUFDRSxXQUFBO0VBQ0EsWUFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0FDVkY7QURHQTtFQVVJLFlBQUE7RUFDQSxpQkFBQTtBQ1ZKO0FEYUU7RUFDRSx5QkFBQTtBQ1hKO0FEY0U7RUFDRSx5QkFBQTtBQ1pKO0FEZ0JBO0VBQ0Usd0NBQUE7QUNkRjtBRGlCQTtFQUNFO0lBQ0UseUJBQUE7RUNmRjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvbmV3LWJhci1xci1jb2RlL25ldy1iYXItcXItY29kZS5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uZ2Qtc2lnbi1kaWdpdGFsLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMzNzg3RjU7XG59XG5cbi5nZC1zaWduLWRpZ2l0YWwge1xuICBoZWlnaHQ6IDI3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICM5Njk2OTY7XG4gIG1hcmdpbjogOXB4IDhweCA3cHggOHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjZmZmZmZmO1xuICBmb250LXNpemU6IDEzcHg7XG4gIGJveC1zaGFkb3c6IDAgMCAzcHggI2RkZDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwYWRkaW5nLXRvcDogNXB4O1xufVxuXG4uZ2QtcXItY29udGFpbmVyIHtcbiAgZm9udC1mYW1pbHk6IFwiT3BlbiBTYW5zXCIsIFwiSGVsdmV0aWNhIE5ldWVcIiwgSGVsdmV0aWNhLCBBcmlhbCwgc2Fucy1zZXJpZjtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2U3ZTdlNztcbn1cblxuLmdkLXFyLWNvbnRhaW5lciBpbnB1dDpmb2N1cyB7XG4gIGJvcmRlcjogMnB4IHNvbGlkICMwMGM0ZDc7XG4gIHRyYW5zaXRpb246IGJvcmRlci1jb2xvciAwLjNzIGxpbmVhcjtcbn1cblxuLmdkLXFyLXByZXZpZXctY29udGFpbmVyIHtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBtYXJnaW4tYm90dG9tOiAxcHg7XG4gIGhlaWdodDogMzUwcHg7XG5cbiAgLmdkLWVtcHR5LWNvZGUge1xuICAgIGNvbG9yOiAjQ0NDQ0NDO1xuICAgIGZvbnQtc2l6ZTogNjBweDtcbiAgICB3aWR0aDogMzUwcHg7XG4gICAgaGVpZ2h0OiAzNTBweDtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gICAgbWluLXdpZHRoOiA0MXB4O1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogMTAwJTtcbiAgICBtYXJnaW46IDBweDtcbiAgfVxufVxuXG4ubmV3LXNpZ25hdHVyZS1pbnB1dC1ncm91cCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGhlaWdodDogNzBweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG59XG5cbi5nZC1xci1wcm9wZXJ0eSB7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgd2lkdGg6IDgwJTtcbiAgYm9yZGVyOiAycHggc29saWQgI0RERDtcbiAgcGFkZGluZzogNXB4O1xuICBvdXRsaW5lOiBub25lO1xuICBjb2xvcjogIzNhNGU1Yjtcbn1cblxuLmdkLWFkZC1vcHRpY2FsIHtcbiAgd2lkdGg6IDMycHg7XG4gIGhlaWdodDogMjlweDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGJhY2tncm91bmQtY29sb3I6ICMzNzg3RjU7XG4gIGN1cnNvcjogcG9pbnRlcjtcblxuICAuaWNvbiB7XG4gICAgY29sb3I6IHdoaXRlO1xuICAgIGxpbmUtaGVpZ2h0OiAyOHB4O1xuICB9XG5cbiAgJi5hY3RpdmUge1xuICAgIGJhY2tncm91bmQtY29sb3I6IEBuYXYtbG9nby1iYWNrZ3JvdW5kO1xuICB9XG5cbiAgJi5pbmFjdGl2ZSB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogIzY0NjQ2NDtcbiAgfVxufVxuXG4uZ2QtYWRkLW9wdGljYWw6aG92ZXIge1xuICBib3gtc2hhZG93OiByZ2JhKDAsIDAsIDAsIDApIDBweCAwcHggM3B4O1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuZ2QtcXItY29udGFpbmVyIHtcbiAgICBtYXJnaW46IDBweCAxM3B4IDBweCAxMnB4O1xuICB9XG5cbn1cbiIsIi5nZC1zaWduLWRpZ2l0YWwuYWN0aXZlIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzM3ODdGNTtcbn1cbi5nZC1zaWduLWRpZ2l0YWwge1xuICBoZWlnaHQ6IDI3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICM5Njk2OTY7XG4gIG1hcmdpbjogOXB4IDhweCA3cHggOHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjZmZmZmZmO1xuICBmb250LXNpemU6IDEzcHg7XG4gIGJveC1zaGFkb3c6IDAgMCAzcHggI2RkZDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwYWRkaW5nLXRvcDogNXB4O1xufVxuLmdkLXFyLWNvbnRhaW5lciB7XG4gIGZvbnQtZmFtaWx5OiBcIk9wZW4gU2Fuc1wiLCBcIkhlbHZldGljYSBOZXVlXCIsIEhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWY7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG59XG4uZ2QtcXItY29udGFpbmVyIGlucHV0OmZvY3VzIHtcbiAgYm9yZGVyOiAycHggc29saWQgIzAwYzRkNztcbiAgdHJhbnNpdGlvbjogYm9yZGVyLWNvbG9yIDAuM3MgbGluZWFyO1xufVxuLmdkLXFyLXByZXZpZXctY29udGFpbmVyIHtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBtYXJnaW4tYm90dG9tOiAxcHg7XG4gIGhlaWdodDogMzUwcHg7XG59XG4uZ2QtcXItcHJldmlldy1jb250YWluZXIgLmdkLWVtcHR5LWNvZGUge1xuICBjb2xvcjogI0NDQ0NDQztcbiAgZm9udC1zaXplOiA2MHB4O1xuICB3aWR0aDogMzUwcHg7XG4gIGhlaWdodDogMzUwcHg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmdkLXFyLXByZXZpZXctY29udGFpbmVyIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlIHtcbiAgbWluLXdpZHRoOiA0MXB4O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICBtYXJnaW46IDBweDtcbn1cbi5uZXctc2lnbmF0dXJlLWlucHV0LWdyb3VwIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgaGVpZ2h0OiA3MHB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbn1cbi5nZC1xci1wcm9wZXJ0eSB7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgd2lkdGg6IDgwJTtcbiAgYm9yZGVyOiAycHggc29saWQgI0RERDtcbiAgcGFkZGluZzogNXB4O1xuICBvdXRsaW5lOiBub25lO1xuICBjb2xvcjogIzNhNGU1Yjtcbn1cbi5nZC1hZGQtb3B0aWNhbCB7XG4gIHdpZHRoOiAzMnB4O1xuICBoZWlnaHQ6IDI5cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMzc4N0Y1O1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtYWRkLW9wdGljYWwgLmljb24ge1xuICBjb2xvcjogd2hpdGU7XG4gIGxpbmUtaGVpZ2h0OiAyOHB4O1xufVxuLmdkLWFkZC1vcHRpY2FsLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNWMyZDQ7XG59XG4uZ2QtYWRkLW9wdGljYWwuaW5hY3RpdmUge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjNjQ2NDY0O1xufVxuLmdkLWFkZC1vcHRpY2FsOmhvdmVyIHtcbiAgYm94LXNoYWRvdzogcmdiYSgwLCAwLCAwLCAwKSAwcHggMHB4IDNweDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLXFyLWNvbnRhaW5lciB7XG4gICAgbWFyZ2luOiAwcHggMTNweCAwcHggMTJweDtcbiAgfVxufVxuIl19 */" /***/ }), /***/ "../../libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.ts": -/*!**************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.ts ***! - \**************************************************************************************************************************/ +/*!**************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.ts ***! + \**************************************************************************************************************/ /*! exports provided: NewBarQrCodeComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -10953,9 +14686,9 @@ NewBarQrCodeComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/signature/src/lib/remove-canvas.service.ts": -/*!******************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/remove-canvas.service.ts ***! - \******************************************************************************************************/ +/*!******************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/remove-canvas.service.ts ***! + \******************************************************************************************/ /*! exports provided: RemoveCanvasService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -10981,9 +14714,9 @@ class RemoveCanvasService { /***/ }), /***/ "../../libs/signature/src/lib/remove-signature.service.ts": -/*!*********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/remove-signature.service.ts ***! - \*********************************************************************************************************/ +/*!*********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/remove-signature.service.ts ***! + \*********************************************************************************************/ /*! exports provided: RemoveSignatureService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -11009,9 +14742,9 @@ class RemoveSignatureService { /***/ }), /***/ "../../libs/signature/src/lib/select-signature.service.ts": -/*!*********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/select-signature.service.ts ***! - \*********************************************************************************************************/ +/*!*********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/select-signature.service.ts ***! + \*********************************************************************************************/ /*! exports provided: SelectSignatureService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -11037,20 +14770,20 @@ class SelectSignatureService { /***/ }), /***/ "../../libs/signature/src/lib/signature-app.component.less": -/*!**********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-app.component.less ***! - \**********************************************************************************************************/ +/*!**********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-app.component.less ***! + \**********************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n::ng-deep .page {\n position: relative;\n}\n::ng-deep .gd-page-image {\n width: unset;\n height: unset;\n}\n::ng-deep .top-panel {\n align-content: flex-start;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: inherit;\n}\n.gd-document {\n width: 100%;\n height: calc(100% - 90px);\n}\n.toolbar-panel {\n width: 100%;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n}\n.signature-wrapper ::ng-deep .button {\n color: #3E4E5A !important;\n}\n.signature-wrapper ::ng-deep .button .text {\n padding: 0px !important;\n}\n@media (max-width: 1037px) {\n ::ng-deep .panzoom {\n -webkit-box-pack: unset !important;\n justify-content: unset !important;\n }\n ::ng-deep .logo ::ng-deep .icon {\n font-size: 24px !important;\n }\n ::ng-deep .top-panel {\n height: 120px !important;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWFwcC5jb21wb25lbnQubGVzcyIsIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtYXBwLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZFQ0FrQjtBQUdsQjtFQUNFLHNEQUFBO0FEREY7QUNJQTtFQUNFLGtCQUFBO0FERkY7QUNLQTtFQUNFLFlBQUE7RUFDQSxhQUFBO0FESEY7QUNNQTtFQUNFLHlCQUFBO0FESkY7QUNPQTtFQUNFLDBCQUFBO1VBQUEsb0JBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7RUFDQSxNQUFBO0VBQ0EsU0FBQTtFQUNBLE9BQUE7RUFDQSxRQUFBO0FETEY7QUNRQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGVBQUE7QURORjtBQ1NBO0VBQ0UsV0FBQTtFQUNBLHlCQUFBO0FEUEY7QUNVQTtFQUNFLFdBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0FEUkY7QUNXQTtFQUVJLHlCQUFBO0FEVko7QUNRQTtFQUtNLHVCQUFBO0FEVk47QUNlQTtFQUNFO0lBQ0Usa0NBQUE7WUFBQSxpQ0FBQTtFRGJGO0VDZ0JBO0lBRUksMEJBQUE7RURmSjtFQ21CQTtJQUNFLHdCQUFBO0VEakJGO0FBQ0YiLCJmaWxlIjoibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtYXBwLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuOjpuZy1kZWVwIC5wYWdlIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuOjpuZy1kZWVwIC5nZC1wYWdlLWltYWdlIHtcbiAgd2lkdGg6IHVuc2V0O1xuICBoZWlnaHQ6IHVuc2V0O1xufVxuOjpuZy1kZWVwIC50b3AtcGFuZWwge1xuICBhbGlnbi1jb250ZW50OiBmbGV4LXN0YXJ0O1xufVxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0OiAxMDAlO1xuICB3aWR0aDogMTAwJTtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xufVxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gOTBweCk7XG59XG4udG9vbGJhci1wYW5lbCB7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLnNpZ25hdHVyZS13cmFwcGVyIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbn1cbi5zaWduYXR1cmUtd3JhcHBlciA6Om5nLWRlZXAgLmJ1dHRvbiAudGV4dCB7XG4gIHBhZGRpbmc6IDBweCAhaW1wb3J0YW50O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICA6Om5nLWRlZXAgLnBhbnpvb20ge1xuICAgIGp1c3RpZnktY29udGVudDogdW5zZXQgIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLmxvZ28gOjpuZy1kZWVwIC5pY29uIHtcbiAgICBmb250LXNpemU6IDI0cHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvcC1wYW5lbCB7XG4gICAgaGVpZ2h0OiAxMjBweCAhaW1wb3J0YW50O1xuICB9XG59XG4iLCJAaW1wb3J0IChjc3MpIHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbkBpbXBvcnQgXCIuLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuXG46Om5nLWRlZXAgLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG5cbjo6bmctZGVlcCAuZ2QtcGFnZS1pbWFnZSB7XG4gIHdpZHRoOiB1bnNldDtcbiAgaGVpZ2h0OiB1bnNldDtcbn1cblxuOjpuZy1kZWVwIC50b3AtcGFuZWwge1xuICBhbGlnbi1jb250ZW50OiBmbGV4LXN0YXJ0O1xufVxuXG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cblxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cblxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogflwiY2FsYygxMDAlIC0gQHtlZGl0b3ItbmF2LWhlaWdodH0pXCI7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5zaWduYXR1cmUtd3JhcHBlciB7XG4gIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICBjb2xvcjogQHByaW1hcnkgIWltcG9ydGFudDtcblxuICAgIC50ZXh0IHtcbiAgICAgIHBhZGRpbmc6IDBweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICA6Om5nLWRlZXAgLnBhbnpvb20ge1xuICAgIGp1c3RpZnktY29udGVudDogdW5zZXQgIWltcG9ydGFudDtcbiAgfVxuXG4gIDo6bmctZGVlcCAubG9nbyB7XG4gICAgOjpuZy1kZWVwIC5pY29uIHtcbiAgICAgIGZvbnQtc2l6ZTogMjRweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuXG4gIDo6bmctZGVlcCAudG9wLXBhbmVsIHtcbiAgICBoZWlnaHQ6IDEyMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuIl19 */" +module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n::ng-deep .page {\n position: relative;\n}\n::ng-deep .gd-page-image {\n width: unset;\n height: unset;\n}\n::ng-deep .top-panel {\n align-content: flex-start;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: inherit;\n}\n.gd-document {\n width: 100%;\n height: calc(100% - 90px);\n}\n.toolbar-panel {\n width: 100%;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n}\n.signature-wrapper ::ng-deep .button {\n color: #3E4E5A !important;\n}\n.signature-wrapper ::ng-deep .button .text {\n padding: 0px !important;\n}\n.desktop-hide {\n display: none;\n}\n@media (max-width: 1037px) {\n ::ng-deep .logo ::ng-deep .icon {\n font-size: 24px !important;\n }\n ::ng-deep .top-panel {\n height: 120px !important;\n }\n .desktop-hide {\n display: block;\n }\n .gd-document {\n height: calc(100% - 120px);\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWFwcC5jb21wb25lbnQubGVzcyIsImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS1hcHAuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsNkVDQWtCO0FBR2xCO0VBQ0Usc0RBQUE7QURERjtBQ0lBO0VBQ0Usa0JBQUE7QURGRjtBQ0tBO0VBQ0UsWUFBQTtFQUNBLGFBQUE7QURIRjtBQ01BO0VBQ0UseUJBQUE7QURKRjtBQ09BO0VBQ0UsMEJBQUE7VUFBQSxvQkFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsZUFBQTtFQUNBLE1BQUE7RUFDQSxTQUFBO0VBQ0EsT0FBQTtFQUNBLFFBQUE7QURMRjtBQ1FBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsZUFBQTtBRE5GO0FDU0E7RUFDRSxXQUFBO0VBQ0EseUJBQUE7QURQRjtBQ1VBO0VBQ0UsV0FBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QURSRjtBQ1dBO0VBRUkseUJBQUE7QURWSjtBQ1FBO0VBS00sdUJBQUE7QURWTjtBQ2VBO0VBQ0UsYUFBQTtBRGJGO0FDZ0JBO0VBRUU7SUFFSSwwQkFBQTtFRGhCSjtFQ29CQTtJQUNFLHdCQUFBO0VEbEJGO0VDcUJBO0lBQ0UsY0FBQTtFRG5CRjtFQ3NCQTtJQUNFLDBCQUFBO0VEcEJGO0FBQ0YiLCJmaWxlIjoibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtYXBwLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuOjpuZy1kZWVwIC5wYWdlIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuOjpuZy1kZWVwIC5nZC1wYWdlLWltYWdlIHtcbiAgd2lkdGg6IHVuc2V0O1xuICBoZWlnaHQ6IHVuc2V0O1xufVxuOjpuZy1kZWVwIC50b3AtcGFuZWwge1xuICBhbGlnbi1jb250ZW50OiBmbGV4LXN0YXJ0O1xufVxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0OiAxMDAlO1xuICB3aWR0aDogMTAwJTtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xufVxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gOTBweCk7XG59XG4udG9vbGJhci1wYW5lbCB7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLnNpZ25hdHVyZS13cmFwcGVyIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbn1cbi5zaWduYXR1cmUtd3JhcHBlciA6Om5nLWRlZXAgLmJ1dHRvbiAudGV4dCB7XG4gIHBhZGRpbmc6IDBweCAhaW1wb3J0YW50O1xufVxuLmRlc2t0b3AtaGlkZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIDo6bmctZGVlcCAubG9nbyA6Om5nLWRlZXAgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMjRweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAudG9wLXBhbmVsIHtcbiAgICBoZWlnaHQ6IDEyMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgLmRlc2t0b3AtaGlkZSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cbiAgLmdkLWRvY3VtZW50IHtcbiAgICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDEyMHB4KTtcbiAgfVxufVxuIiwiQGltcG9ydCAoY3NzKSB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG5AaW1wb3J0IFwiLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuOmhvc3QgKiB7XG4gIGZvbnQtZmFtaWx5OiAnT3BlbiBTYW5zJywgQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZjtcbn1cblxuOjpuZy1kZWVwIC5wYWdlIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuXG46Om5nLWRlZXAgLmdkLXBhZ2UtaW1hZ2Uge1xuICB3aWR0aDogdW5zZXQ7XG4gIGhlaWdodDogdW5zZXQ7XG59XG5cbjo6bmctZGVlcCAudG9wLXBhbmVsIHtcbiAgYWxpZ24tY29udGVudDogZmxleC1zdGFydDtcbn1cblxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0OiAxMDAlO1xuICB3aWR0aDogMTAwJTtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG5cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG5cbi5nZC1kb2N1bWVudCB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IH5cImNhbGMoMTAwJSAtIEB7ZWRpdG9yLW5hdi1oZWlnaHR9KVwiO1xufVxuXG4udG9vbGJhci1wYW5lbCB7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuXG4uc2lnbmF0dXJlLXdyYXBwZXIge1xuICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgY29sb3I6IEBwcmltYXJ5ICFpbXBvcnRhbnQ7XG5cbiAgICAudGV4dCB7XG4gICAgICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cbn1cblxuLmRlc2t0b3AtaGlkZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG5cbiAgOjpuZy1kZWVwIC5sb2dvIHtcbiAgICA6Om5nLWRlZXAgLmljb24ge1xuICAgICAgZm9udC1zaXplOiAyNHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG5cbiAgOjpuZy1kZWVwIC50b3AtcGFuZWwge1xuICAgIGhlaWdodDogMTIwcHggIWltcG9ydGFudDtcbiAgfVxuXG4gIC5kZXNrdG9wLWhpZGUge1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICB9XG5cbiAgLmdkLWRvY3VtZW50IHtcbiAgICBoZWlnaHQ6IH5cImNhbGMoMTAwJSAtIDEyMHB4KVwiO1xuICB9XG59XG5cbiJdfQ== */" /***/ }), /***/ "../../libs/signature/src/lib/signature-app.component.ts": -/*!********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-app.component.ts ***! - \********************************************************************************************************/ +/*!********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-app.component.ts ***! + \********************************************************************************************/ /*! exports provided: SignatureAppComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -11128,6 +14861,7 @@ let SignatureAppComponent = class SignatureAppComponent { ]; this.signatureComponents = new Map(); this.fileWasDropped = false; + this._zoom = 100; this._tabActivatorService.activeTabChange.subscribe((tabId) => { if (tabId === '1') { if (this.activeSignatureTab) { @@ -11136,6 +14870,13 @@ let SignatureAppComponent = class SignatureAppComponent { this.activeSignatureTab = null; } }); + this.isDesktop = _windowService.isDesktop(); + _windowService.onResize.subscribe((w) => { + this.isDesktop = _windowService.isDesktop(); + if (!this.isDesktop) { + this.refreshZoom(); + } + }); copySignatureService.copySignature.subscribe((copySign) => { const componentRef = this.signatureComponents.get(copySign.id); if (componentRef) { @@ -11244,11 +14985,46 @@ let SignatureAppComponent = class SignatureAppComponent { this.selectFile(this.defaultDocumentConfig(), "", ""); } } + ptToPx(pt) { + //pt * 96 / 72 = px. + return pt * 96 / 72; + } + getFitToWidth() { + // Images and Excel-related files receiving dimensions in px from server + const pageWidth = this.ptToPx(this._pageWidth); + const pageHeight = this.ptToPx(this._pageHeight); + const offsetWidth = pageWidth ? pageWidth : window.innerWidth; + return (pageHeight > pageWidth && Math.round(offsetWidth / window.innerWidth) < 2) ? 200 - Math.round(offsetWidth * 100 / window.innerWidth) : Math.round(window.innerWidth * 100 / offsetWidth); + } + set zoom(zoom) { + this._zoom = zoom; + this._zoomService.changeZoom(this._zoom); + } + get zoom() { + return this._zoom; + } + refreshZoom() { + this.zoom = this._windowService.isDesktop() ? 100 : this.getFitToWidth(); + } + zoomIn() { + if (this.formatDisabled) + return; + if (this._zoom < 490) { + this.zoom = this._zoom + 10; + } + } + zoomOut() { + if (this.formatDisabled) + return; + if (this._zoom > 30) { + this.zoom = this._zoom - 10; + } + } get rewriteConfig() { return this.signatureConfig ? this.signatureConfig.rewrite : true; } get zoomConfig() { - return false; + return this.signatureConfig ? this.signatureConfig.zoom : true; } get pageSelectorConfig() { return this.signatureConfig ? this.signatureConfig.pageSelector : true; @@ -11323,6 +15099,11 @@ let SignatureAppComponent = class SignatureAppComponent { this.file = file; this.formatDisabled = !this.file; if (file) { + if (!this.isDesktop && file.pages && file.pages[0]) { + this._pageHeight = file.pages[0].height; + this._pageWidth = file.pages[0].width; + this.refreshZoom(); + } const preloadPageCount = this.preloadPageCountConfig; const countPages = file.pages ? file.pages.length : 0; if (preloadPageCount > 0) { @@ -11396,8 +15177,8 @@ let SignatureAppComponent = class SignatureAppComponent { const currentPage = document.elementFromPoint(position.x, position.y); if (currentPage && $(currentPage).parent().parent() && $(currentPage).parent().parent().parent().hasClass("page")) { const documentPage = $(currentPage).parent().parent()[0]; - const left = position.x - $(documentPage).offset().left; - const top = position.y - $(documentPage).offset().top; + const left = (position.x - $(documentPage).offset().left) / (this.zoom / 100); + const top = (position.y - $(documentPage).offset().top) / (this.zoom / 100); const currentPosition = new _signature_models__WEBPACK_IMPORTED_MODULE_5__["Position"](left, top); const sign = this._dragSignatureService.sign; if (sign) { @@ -11441,7 +15222,7 @@ let SignatureAppComponent = class SignatureAppComponent { if (dynamicDirective) { const viewContainerRef = dynamicDirective.viewContainerRef; const selectSignature = this._addDynamicComponentService.addDynamicComponent(viewContainerRef, _signature_signature_component__WEBPACK_IMPORTED_MODULE_7__["Signature"]); - const id = this.signatureComponents.size + 1; + const id = this.getNextId(); while (addedSignature.width >= page.width || addedSignature.height >= page.height) { addedSignature.width = addedSignature.width / 2; addedSignature.height = addedSignature.height / 2; @@ -11459,6 +15240,16 @@ let SignatureAppComponent = class SignatureAppComponent { } return null; } + getNextId() { + let maxId = 0; + for (const annId of this.signatureComponents.keys()) { + if (annId > maxId) { + maxId = annId; + } + } + const id = maxId + 1; + return id; + } closeTab(type) { this._signatureTabActivationService.changeActiveTab(type); } @@ -11482,11 +15273,9 @@ let SignatureAppComponent = class SignatureAppComponent { newSign($event) { if (_signature_models__WEBPACK_IMPORTED_MODULE_5__["SignatureType"].HAND.id === $event) { this._modalService.open(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].DrawHandSignature); - this._signatureTabActivationService.changeActiveTab(_signature_models__WEBPACK_IMPORTED_MODULE_5__["SignatureType"].HAND.id); } else if (_signature_models__WEBPACK_IMPORTED_MODULE_5__["SignatureType"].STAMP.id === $event) { this._modalService.open(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].DrawStampSignature); - this._signatureTabActivationService.changeActiveTab(_signature_models__WEBPACK_IMPORTED_MODULE_5__["SignatureType"].STAMP.id); } else if (_signature_models__WEBPACK_IMPORTED_MODULE_5__["SignatureType"].TEXT.id === $event) { this.addTextSign(); @@ -11568,6 +15357,18 @@ let SignatureAppComponent = class SignatureAppComponent { fileDropped($event) { this.fileWasDropped = $event; } + isFirstTab(signatureType) { + if ((signatureType.id === _signature_models__WEBPACK_IMPORTED_MODULE_5__["SignatureType"].TEXT.id) || (!this.isDesktop && signatureType.id === _signature_models__WEBPACK_IMPORTED_MODULE_5__["SignatureType"].QR_CODE.id)) { + return -1; + } + if ((signatureType.id === _signature_models__WEBPACK_IMPORTED_MODULE_5__["SignatureType"].HAND.id) || (!this.isDesktop && signatureType.id === _signature_models__WEBPACK_IMPORTED_MODULE_5__["SignatureType"].BAR_CODE.id)) { + return 1; + } + return 0; + } + onPan($event) { + this._zoomService.changeZoom(this._zoom); + } }; SignatureAppComponent.ctorParameters = () => [ { type: _signature_service__WEBPACK_IMPORTED_MODULE_2__["SignatureService"] }, @@ -11628,9 +15429,9 @@ SignatureAppComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/signature/src/lib/signature-config.service.ts": -/*!*********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-config.service.ts ***! - \*********************************************************************************************************/ +/*!*********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-config.service.ts ***! + \*********************************************************************************************/ /*! exports provided: SignatureConfigService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -11688,9 +15489,9 @@ SignatureConfigService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/signature/src/lib/signature-config.ts": -/*!*************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-config.ts ***! - \*************************************************************************************************/ +/*!*************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-config.ts ***! + \*************************************************************************************/ /*! exports provided: SignatureConfig */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -11704,20 +15505,20 @@ class SignatureConfig { /***/ }), /***/ "../../libs/signature/src/lib/signature-left-panel/signature-left-panel.component.less": -/*!**************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-left-panel/signature-left-panel.component.less ***! - \**************************************************************************************************************************************/ +/*!**************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-left-panel/signature-left-panel.component.less ***! + \**************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "::ng-deep .left-panel {\n width: 350px;\n height: calc(100% - 90px);\n}\n::ng-deep .gd-left-bar-fade {\n width: 350px !important;\n}\n.gd-signatures-scroll {\n height: calc(100% - 60px);\n}\n.tab-content {\n height: calc(100% - 90px);\n line-height: unset;\n position: absolute;\n background-color: #FFFFFF;\n}\n.gd-signature-context-panel {\n background-color: #F3F3F3;\n width: 350px;\n height: 100%;\n position: absolute;\n}\n.gd-signature-context-upload-title,\n.gd-signature-context-panel-title {\n color: #AAAAAA;\n font-size: 12px;\n font-family: Helvetica;\n font-weight: bold;\n margin: 5px 12px 5px 12px;\n}\n.signature-title-block {\n display: block;\n}\n.gd-signature-list-title {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n height: 70px;\n}\n.gd-signature-list-title .gd-signature-title-icon {\n -webkit-box-flex: 0;\n flex: 0 0 70px;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n}\n.gd-signature-list-title .gd-signature-title-icon .icon {\n color: #707070;\n cursor: pointer;\n font-size: 12px;\n}\n.gd-signature-list-title .gd-signature-title-icon .icon.disabled {\n color: #959da5;\n}\n.gd-signature-list-title .gd-signature-context-panel-title {\n -webkit-box-flex: 1;\n flex: 1;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: start;\n justify-content: flex-start;\n}\n.gd-signature-context-pane-wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n height: inherit;\n overflow: auto;\n}\n@media (max-width: 1037px) {\n .tab-content {\n width: 100%;\n height: calc(100% - 120px) !important;\n }\n ::ng-deep .left-panel {\n width: 100% !important;\n overflow: auto !important;\n height: calc(100% - 120px);\n }\n .gd-signature-context-panel {\n left: 0px;\n right: 0px;\n width: auto;\n }\n .gd-signature-context-panel-title {\n font-size: 12px;\n line-height: 18px;\n margin: 16px 0 14px 12px;\n }\n .gd-signature-context-panel-title,\n .gd-signature-context-upload-title {\n width: unset;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtbGVmdC1wYW5lbC9zaWduYXR1cmUtbGVmdC1wYW5lbC5jb21wb25lbnQubGVzcyIsImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWxlZnQtcGFuZWwvc2lnbmF0dXJlLWxlZnQtcGFuZWwuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxZQUFBO0VBQ0EseUJBQUE7QUNERjtBRElBO0VBQ0UsdUJBQUE7QUNGRjtBREtBO0VBQ0UseUJBQUE7QUNIRjtBRE1BO0VBQ0UseUJBQUE7RUFDQSxrQkFBQTtFQUNBLGtCQUFBO0VBQ0EseUJBQUE7QUNKRjtBRE9BO0VBQ0UseUJBQUE7RUFDQSxZQUFBO0VBQ0EsWUFBQTtFQUNBLGtCQUFBO0FDTEY7QURRQTs7RUFDRSxjQUFBO0VBQ0EsZUFBQTtFQUNBLHNCQUFBO0VBQ0EsaUJBQUE7RUFDQSx5QkFBQTtBQ0xGO0FEUUE7RUFDRSxjQUFBO0FDTkY7QURTQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtFQUNBLFlBQUE7QUNQRjtBRElBO0VBTUksbUJBQUE7VUFBQSxjQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7QUNQSjtBREZBO0VBWU0sY0FBQTtFQUNBLGVBQUE7RUFDQSxlQUFBO0FDUE47QURTTTtFQUNFLGNBQUE7QUNQUjtBRFZBO0VBdUJJLG1CQUFBO1VBQUEsT0FBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSx1QkFBQTtVQUFBLDJCQUFBO0FDVko7QURlQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLGVBQUE7RUFDQSxjQUFBO0FDYkY7QURnQkE7RUFDRTtJQUNFLFdBQUE7SUFDQSxxQ0FBQTtFQ2RGO0VEa0JBO0lBQ0Usc0JBQUE7SUFDQSx5QkFBQTtJQUNBLDBCQUFBO0VDaEJGO0VEbUJBO0lBQ0UsU0FBQTtJQUNBLFVBQUE7SUFDQSxXQUFBO0VDakJGO0VEb0JBO0lBQ0UsZUFBQTtJQUNBLGlCQUFBO0lBQ0Esd0JBQUE7RUNsQkY7RURxQkE7O0lBQ0UsWUFBQTtFQ2xCRjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWxlZnQtcGFuZWwvc2lnbmF0dXJlLWxlZnQtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuOjpuZy1kZWVwIC5sZWZ0LXBhbmVsIHtcbiAgd2lkdGg6IDM1MHB4O1xuICBoZWlnaHQ6IH5cImNhbGMoMTAwJSAtIEB7ZWRpdG9yLW5hdi1oZWlnaHR9KVwiO1xufVxuXG46Om5nLWRlZXAgLmdkLWxlZnQtYmFyLWZhZGUge1xuICB3aWR0aDogMzUwcHggIWltcG9ydGFudDtcbn1cblxuLmdkLXNpZ25hdHVyZXMtc2Nyb2xsIHtcbiAgaGVpZ2h0OiB+XCJjYWxjKDEwMCUgLSA2MHB4KVwiO1xufVxuXG4udGFiLWNvbnRlbnQge1xuICBoZWlnaHQ6IH5cImNhbGMoMTAwJSAtIEB7ZWRpdG9yLW5hdi1oZWlnaHR9KVwiO1xuICBsaW5lLWhlaWdodDogdW5zZXQ7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbn1cblxuLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0YzRjNGMztcbiAgd2lkdGg6IDM1MHB4O1xuICBoZWlnaHQ6IDEwMCU7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbn1cblxuLmdkLXNpZ25hdHVyZS1jb250ZXh0LXVwbG9hZC10aXRsZSwgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsLXRpdGxlIHtcbiAgY29sb3I6ICNBQUFBQUE7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgZm9udC1mYW1pbHk6IEhlbHZldGljYTtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIG1hcmdpbjogNXB4IDEycHggNXB4IDEycHg7XG59XG5cbi5zaWduYXR1cmUtdGl0bGUtYmxvY2sgeyAvLyBmb3Igc2FmYXJpXG4gIGRpc3BsYXk6IGJsb2NrO1xufVxuXG4uZ2Qtc2lnbmF0dXJlLWxpc3QtdGl0bGUge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBoZWlnaHQ6IDcwcHg7XG5cbiAgLmdkLXNpZ25hdHVyZS10aXRsZS1pY29uIHtcbiAgICBmbGV4OiAwIDAgNzBweDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG5cbiAgICAuaWNvbiB7XG4gICAgICBjb2xvcjogIzcwNzA3MDtcbiAgICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICAgIGZvbnQtc2l6ZTogMTJweDtcblxuICAgICAgJi5kaXNhYmxlZCB7XG4gICAgICAgIGNvbG9yOiAjOTU5ZGE1O1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lbC10aXRsZSB7XG4gICAgZmxleDogMTtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBmbGV4LXN0YXJ0O1xuICB9XG5cbn1cblxuLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmUtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGhlaWdodDogaW5oZXJpdDtcbiAgb3ZlcmZsb3c6IGF1dG87XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIC50YWItY29udGVudCB7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiB+XCJjYWxjKDEwMCUgLSAxMjBweClcIiAhaW1wb3J0YW50O1xuICB9XG5cblxuICA6Om5nLWRlZXAgLmxlZnQtcGFuZWwge1xuICAgIHdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG4gICAgb3ZlcmZsb3c6IGF1dG8gIWltcG9ydGFudDtcbiAgICBoZWlnaHQ6IH5cImNhbGMoMTAwJSAtIDEyMHB4KVwiO1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsIHtcbiAgICBsZWZ0OiAwcHg7XG4gICAgcmlnaHQ6IDBweDtcbiAgICB3aWR0aDogYXV0bztcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lbC10aXRsZSB7XG4gICAgZm9udC1zaXplOiAxMnB4O1xuICAgIGxpbmUtaGVpZ2h0OiAxOHB4O1xuICAgIG1hcmdpbjogMTZweCAwIDE0cHggMTJweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lbC10aXRsZSwgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXVwbG9hZC10aXRsZSB7XG4gICAgd2lkdGg6IHVuc2V0O1xuICB9XG59XG4iLCI6Om5nLWRlZXAgLmxlZnQtcGFuZWwge1xuICB3aWR0aDogMzUwcHg7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gOTBweCk7XG59XG46Om5nLWRlZXAgLmdkLWxlZnQtYmFyLWZhZGUge1xuICB3aWR0aDogMzUwcHggIWltcG9ydGFudDtcbn1cbi5nZC1zaWduYXR1cmVzLXNjcm9sbCB7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gNjBweCk7XG59XG4udGFiLWNvbnRlbnQge1xuICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDkwcHgpO1xuICBsaW5lLWhlaWdodDogdW5zZXQ7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbn1cbi5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lbCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGM0YzRjM7XG4gIHdpZHRoOiAzNTBweDtcbiAgaGVpZ2h0OiAxMDAlO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG59XG4uZ2Qtc2lnbmF0dXJlLWNvbnRleHQtdXBsb2FkLXRpdGxlLFxuLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsLXRpdGxlIHtcbiAgY29sb3I6ICNBQUFBQUE7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgZm9udC1mYW1pbHk6IEhlbHZldGljYTtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIG1hcmdpbjogNXB4IDEycHggNXB4IDEycHg7XG59XG4uc2lnbmF0dXJlLXRpdGxlLWJsb2NrIHtcbiAgZGlzcGxheTogYmxvY2s7XG59XG4uZ2Qtc2lnbmF0dXJlLWxpc3QtdGl0bGUge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBoZWlnaHQ6IDcwcHg7XG59XG4uZ2Qtc2lnbmF0dXJlLWxpc3QtdGl0bGUgLmdkLXNpZ25hdHVyZS10aXRsZS1pY29uIHtcbiAgZmxleDogMCAwIDcwcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xufVxuLmdkLXNpZ25hdHVyZS1saXN0LXRpdGxlIC5nZC1zaWduYXR1cmUtdGl0bGUtaWNvbiAuaWNvbiB7XG4gIGNvbG9yOiAjNzA3MDcwO1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIGZvbnQtc2l6ZTogMTJweDtcbn1cbi5nZC1zaWduYXR1cmUtbGlzdC10aXRsZSAuZ2Qtc2lnbmF0dXJlLXRpdGxlLWljb24gLmljb24uZGlzYWJsZWQge1xuICBjb2xvcjogIzk1OWRhNTtcbn1cbi5nZC1zaWduYXR1cmUtbGlzdC10aXRsZSAuZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZWwtdGl0bGUge1xuICBmbGV4OiAxO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG59XG4uZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZS13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgaGVpZ2h0OiBpbmhlcml0O1xuICBvdmVyZmxvdzogYXV0bztcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLnRhYi1jb250ZW50IHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDEyMHB4KSAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAubGVmdC1wYW5lbCB7XG4gICAgd2lkdGg6IDEwMCUgIWltcG9ydGFudDtcbiAgICBvdmVyZmxvdzogYXV0byAhaW1wb3J0YW50O1xuICAgIGhlaWdodDogY2FsYygxMDAlIC0gMTIwcHgpO1xuICB9XG4gIC5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lbCB7XG4gICAgbGVmdDogMHB4O1xuICAgIHJpZ2h0OiAwcHg7XG4gICAgd2lkdGg6IGF1dG87XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsLXRpdGxlIHtcbiAgICBmb250LXNpemU6IDEycHg7XG4gICAgbGluZS1oZWlnaHQ6IDE4cHg7XG4gICAgbWFyZ2luOiAxNnB4IDAgMTRweCAxMnB4O1xuICB9XG4gIC5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lbC10aXRsZSxcbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXVwbG9hZC10aXRsZSB7XG4gICAgd2lkdGg6IHVuc2V0O1xuICB9XG59XG4iXX0= */" +module.exports = "::ng-deep .left-panel {\n width: 350px;\n height: calc(100% - 90px);\n}\n::ng-deep .gd-left-bar-fade {\n width: 350px !important;\n}\n.gd-signatures-scroll {\n height: calc(100% - 60px);\n}\n.tab-content {\n height: calc(100% - 90px);\n line-height: unset;\n position: absolute;\n background-color: #FFFFFF;\n}\n.gd-signature-context-panel {\n background-color: #F3F3F3;\n width: 350px;\n height: 100%;\n position: absolute;\n}\n.gd-signature-context-upload-title,\n.gd-signature-context-panel-title {\n color: #AAAAAA;\n font-size: 12px;\n font-family: Helvetica;\n font-weight: bold;\n margin: 5px 12px 5px 12px;\n}\n.signature-title-block {\n display: block;\n}\n.gd-signature-list-title {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n height: 70px;\n}\n.gd-signature-list-title .gd-signature-title-icon {\n -webkit-box-flex: 0;\n flex: 0 0 70px;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n}\n.gd-signature-list-title .gd-signature-title-icon .icon {\n color: #707070;\n cursor: pointer;\n font-size: 12px;\n}\n.gd-signature-list-title .gd-signature-title-icon .icon.disabled {\n color: #959da5;\n}\n.gd-signature-list-title .gd-signature-context-panel-title {\n -webkit-box-flex: 1;\n flex: 1;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: start;\n justify-content: flex-start;\n}\n.gd-signature-context-pane-wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n height: inherit;\n overflow: auto;\n}\n@media (max-width: 1037px) {\n .tab-content {\n width: 100%;\n height: calc(100% - 120px) !important;\n }\n ::ng-deep .left-panel {\n width: 100% !important;\n overflow: auto !important;\n height: calc(100% - 120px);\n }\n .gd-signature-context-panel {\n left: 0px;\n right: 0px;\n width: auto;\n }\n .gd-signature-context-panel-title {\n font-size: 12px;\n line-height: 18px;\n margin: 16px 0 14px 12px;\n }\n .gd-signature-context-panel-title,\n .gd-signature-context-upload-title {\n width: unset;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWxlZnQtcGFuZWwvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS1sZWZ0LXBhbmVsL3NpZ25hdHVyZS1sZWZ0LXBhbmVsLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtbGVmdC1wYW5lbC9zaWduYXR1cmUtbGVmdC1wYW5lbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLFlBQUE7RUFDQSx5QkFBQTtBQ0RGO0FESUE7RUFDRSx1QkFBQTtBQ0ZGO0FES0E7RUFDRSx5QkFBQTtBQ0hGO0FETUE7RUFDRSx5QkFBQTtFQUNBLGtCQUFBO0VBQ0Esa0JBQUE7RUFDQSx5QkFBQTtBQ0pGO0FET0E7RUFDRSx5QkFBQTtFQUNBLFlBQUE7RUFDQSxZQUFBO0VBQ0Esa0JBQUE7QUNMRjtBRFFBOztFQUNFLGNBQUE7RUFDQSxlQUFBO0VBQ0Esc0JBQUE7RUFDQSxpQkFBQTtFQUNBLHlCQUFBO0FDTEY7QURRQTtFQUNFLGNBQUE7QUNORjtBRFNBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EsWUFBQTtBQ1BGO0FESUE7RUFNSSxtQkFBQTtVQUFBLGNBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtBQ1BKO0FERkE7RUFZTSxjQUFBO0VBQ0EsZUFBQTtFQUNBLGVBQUE7QUNQTjtBRFNNO0VBQ0UsY0FBQTtBQ1BSO0FEVkE7RUF1QkksbUJBQUE7VUFBQSxPQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHVCQUFBO1VBQUEsMkJBQUE7QUNWSjtBRGVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsZUFBQTtFQUNBLGNBQUE7QUNiRjtBRGdCQTtFQUNFO0lBQ0UsV0FBQTtJQUNBLHFDQUFBO0VDZEY7RURrQkE7SUFDRSxzQkFBQTtJQUNBLHlCQUFBO0lBQ0EsMEJBQUE7RUNoQkY7RURtQkE7SUFDRSxTQUFBO0lBQ0EsVUFBQTtJQUNBLFdBQUE7RUNqQkY7RURvQkE7SUFDRSxlQUFBO0lBQ0EsaUJBQUE7SUFDQSx3QkFBQTtFQ2xCRjtFRHFCQTs7SUFDRSxZQUFBO0VDbEJGO0FBQ0YiLCJmaWxlIjoibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtbGVmdC1wYW5lbC9zaWduYXR1cmUtbGVmdC1wYW5lbC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG46Om5nLWRlZXAgLmxlZnQtcGFuZWwge1xuICB3aWR0aDogMzUwcHg7XG4gIGhlaWdodDogflwiY2FsYygxMDAlIC0gQHtlZGl0b3ItbmF2LWhlaWdodH0pXCI7XG59XG5cbjo6bmctZGVlcCAuZ2QtbGVmdC1iYXItZmFkZSB7XG4gIHdpZHRoOiAzNTBweCAhaW1wb3J0YW50O1xufVxuXG4uZ2Qtc2lnbmF0dXJlcy1zY3JvbGwge1xuICBoZWlnaHQ6IH5cImNhbGMoMTAwJSAtIDYwcHgpXCI7XG59XG5cbi50YWItY29udGVudCB7XG4gIGhlaWdodDogflwiY2FsYygxMDAlIC0gQHtlZGl0b3ItbmF2LWhlaWdodH0pXCI7XG4gIGxpbmUtaGVpZ2h0OiB1bnNldDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGRkZGO1xufVxuXG4uZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRjNGM0YzO1xuICB3aWR0aDogMzUwcHg7XG4gIGhlaWdodDogMTAwJTtcbiAgcG9zaXRpb246IGFic29sdXRlO1xufVxuXG4uZ2Qtc2lnbmF0dXJlLWNvbnRleHQtdXBsb2FkLXRpdGxlLCAuZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZWwtdGl0bGUge1xuICBjb2xvcjogI0FBQUFBQTtcbiAgZm9udC1zaXplOiAxMnB4O1xuICBmb250LWZhbWlseTogSGVsdmV0aWNhO1xuICBmb250LXdlaWdodDogYm9sZDtcbiAgbWFyZ2luOiA1cHggMTJweCA1cHggMTJweDtcbn1cblxuLnNpZ25hdHVyZS10aXRsZS1ibG9jayB7IC8vIGZvciBzYWZhcmlcbiAgZGlzcGxheTogYmxvY2s7XG59XG5cbi5nZC1zaWduYXR1cmUtbGlzdC10aXRsZSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGhlaWdodDogNzBweDtcblxuICAuZ2Qtc2lnbmF0dXJlLXRpdGxlLWljb24ge1xuICAgIGZsZXg6IDAgMCA3MHB4O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcblxuICAgIC5pY29uIHtcbiAgICAgIGNvbG9yOiAjNzA3MDcwO1xuICAgICAgY3Vyc29yOiBwb2ludGVyO1xuICAgICAgZm9udC1zaXplOiAxMnB4O1xuXG4gICAgICAmLmRpc2FibGVkIHtcbiAgICAgICAgY29sb3I6ICM5NTlkYTU7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsLXRpdGxlIHtcbiAgICBmbGV4OiAxO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG4gIH1cblxufVxuXG4uZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZS13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgaGVpZ2h0OiBpbmhlcml0O1xuICBvdmVyZmxvdzogYXV0bztcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLnRhYi1jb250ZW50IHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IH5cImNhbGMoMTAwJSAtIDEyMHB4KVwiICFpbXBvcnRhbnQ7XG4gIH1cblxuXG4gIDo6bmctZGVlcCAubGVmdC1wYW5lbCB7XG4gICAgd2lkdGg6IDEwMCUgIWltcG9ydGFudDtcbiAgICBvdmVyZmxvdzogYXV0byAhaW1wb3J0YW50O1xuICAgIGhlaWdodDogflwiY2FsYygxMDAlIC0gMTIwcHgpXCI7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZWwge1xuICAgIGxlZnQ6IDBweDtcbiAgICByaWdodDogMHB4O1xuICAgIHdpZHRoOiBhdXRvO1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsLXRpdGxlIHtcbiAgICBmb250LXNpemU6IDEycHg7XG4gICAgbGluZS1oZWlnaHQ6IDE4cHg7XG4gICAgbWFyZ2luOiAxNnB4IDAgMTRweCAxMnB4O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsLXRpdGxlLCAuZ2Qtc2lnbmF0dXJlLWNvbnRleHQtdXBsb2FkLXRpdGxlIHtcbiAgICB3aWR0aDogdW5zZXQ7XG4gIH1cbn1cbiIsIjo6bmctZGVlcCAubGVmdC1wYW5lbCB7XG4gIHdpZHRoOiAzNTBweDtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSA5MHB4KTtcbn1cbjo6bmctZGVlcCAuZ2QtbGVmdC1iYXItZmFkZSB7XG4gIHdpZHRoOiAzNTBweCAhaW1wb3J0YW50O1xufVxuLmdkLXNpZ25hdHVyZXMtc2Nyb2xsIHtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSA2MHB4KTtcbn1cbi50YWItY29udGVudCB7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gOTBweCk7XG4gIGxpbmUtaGVpZ2h0OiB1bnNldDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGRkZGO1xufVxuLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0YzRjNGMztcbiAgd2lkdGg6IDM1MHB4O1xuICBoZWlnaHQ6IDEwMCU7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbn1cbi5nZC1zaWduYXR1cmUtY29udGV4dC11cGxvYWQtdGl0bGUsXG4uZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZWwtdGl0bGUge1xuICBjb2xvcjogI0FBQUFBQTtcbiAgZm9udC1zaXplOiAxMnB4O1xuICBmb250LWZhbWlseTogSGVsdmV0aWNhO1xuICBmb250LXdlaWdodDogYm9sZDtcbiAgbWFyZ2luOiA1cHggMTJweCA1cHggMTJweDtcbn1cbi5zaWduYXR1cmUtdGl0bGUtYmxvY2sge1xuICBkaXNwbGF5OiBibG9jaztcbn1cbi5nZC1zaWduYXR1cmUtbGlzdC10aXRsZSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGhlaWdodDogNzBweDtcbn1cbi5nZC1zaWduYXR1cmUtbGlzdC10aXRsZSAuZ2Qtc2lnbmF0dXJlLXRpdGxlLWljb24ge1xuICBmbGV4OiAwIDAgNzBweDtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG59XG4uZ2Qtc2lnbmF0dXJlLWxpc3QtdGl0bGUgLmdkLXNpZ25hdHVyZS10aXRsZS1pY29uIC5pY29uIHtcbiAgY29sb3I6ICM3MDcwNzA7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgZm9udC1zaXplOiAxMnB4O1xufVxuLmdkLXNpZ25hdHVyZS1saXN0LXRpdGxlIC5nZC1zaWduYXR1cmUtdGl0bGUtaWNvbiAuaWNvbi5kaXNhYmxlZCB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xufVxuLmdkLXNpZ25hdHVyZS1saXN0LXRpdGxlIC5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lbC10aXRsZSB7XG4gIGZsZXg6IDE7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogZmxleC1zdGFydDtcbn1cbi5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lLXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBoZWlnaHQ6IGluaGVyaXQ7XG4gIG92ZXJmbG93OiBhdXRvO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAudGFiLWNvbnRlbnQge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogY2FsYygxMDAlIC0gMTIwcHgpICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5sZWZ0LXBhbmVsIHtcbiAgICB3aWR0aDogMTAwJSAhaW1wb3J0YW50O1xuICAgIG92ZXJmbG93OiBhdXRvICFpbXBvcnRhbnQ7XG4gICAgaGVpZ2h0OiBjYWxjKDEwMCUgLSAxMjBweCk7XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsIHtcbiAgICBsZWZ0OiAwcHg7XG4gICAgcmlnaHQ6IDBweDtcbiAgICB3aWR0aDogYXV0bztcbiAgfVxuICAuZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZWwtdGl0bGUge1xuICAgIGZvbnQtc2l6ZTogMTJweDtcbiAgICBsaW5lLWhlaWdodDogMThweDtcbiAgICBtYXJnaW46IDE2cHggMCAxNHB4IDEycHg7XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsLXRpdGxlLFxuICAuZ2Qtc2lnbmF0dXJlLWNvbnRleHQtdXBsb2FkLXRpdGxlIHtcbiAgICB3aWR0aDogdW5zZXQ7XG4gIH1cbn1cbiJdfQ== */" /***/ }), /***/ "../../libs/signature/src/lib/signature-left-panel/signature-left-panel.component.ts": -/*!************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-left-panel/signature-left-panel.component.ts ***! - \************************************************************************************************************************************/ +/*!************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-left-panel/signature-left-panel.component.ts ***! + \************************************************************************************************************************/ /*! exports provided: SignatureLeftPanelComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -11739,6 +15540,9 @@ let SignatureLeftPanelComponent = class SignatureLeftPanelComponent { this.showNewCode = false; this.showUpload = false; this.loading = false; + _signatureService.getRefreshSignatures.subscribe(() => { + this.getSignatures(this.id); + }); } getSignatures(tabId) { if (!this.loading) { @@ -11857,20 +15661,20 @@ SignatureLeftPanelComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/signature/src/lib/signature-list-panel/signature-list-panel.component.less": -/*!**************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-list-panel/signature-list-panel.component.less ***! - \**************************************************************************************************************************************/ +/*!**************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-list-panel/signature-list-panel.component.less ***! + \**************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-signature-list-wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-flex: 1;\n flex: 1;\n overflow: auto;\n height: 100%;\n}\n.gd-signature-list-scroll {\n display: block;\n overflow-x: hidden;\n overflow-y: auto !important;\n}\n.gd-signature-item {\n width: 100%;\n cursor: pointer;\n position: relative;\n min-height: 68px;\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n background-color: rgba(255, 255, 255);\n}\n.gd-signature-item .icon {\n font-size: 15px;\n color: #676767;\n cursor: pointer;\n}\n.gd-signature-item .gd-signature-trash-icon {\n -webkit-box-flex: 0;\n flex: 0 0 70px;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n}\n.gd-signature-item .gd-signature-name {\n max-width: 130px;\n font-size: 13px;\n color: rgba(0, 0, 0, 0.36);\n cursor: pointer;\n text-overflow: ellipsis;\n white-space: nowrap;\n display: block;\n overflow: hidden;\n}\n.gd-signature-item .gd-signature-thumbnail {\n -webkit-box-flex: 0;\n flex: 0 0 70px;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n width: auto;\n}\n.gd-signature-item .gd-signature-thumbnail .icon {\n font-size: 30px;\n padding: 0;\n margin: 0px;\n opacity: 0.25;\n}\n.gd-signature-item .gd-signature-title {\n -webkit-box-flex: 1;\n flex: 1;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: start;\n justify-content: flex-start;\n padding-left: 7px;\n}\n.gd-signature-item .gd-signature-thumbnail-text,\n.gd-signature-item .gd-signature-thumbnail-image,\n.gd-signature-item .gd-signature-thumbnail-hand {\n max-width: 70px;\n height: 41px;\n}\n.gd-signature-item .gd-signature-thumbnail-image {\n min-width: 41px;\n max-width: 70px;\n}\n.gd-signature-item .gd-signature-thumbnail-image {\n min-width: 41px;\n max-width: 70px;\n}\n.gd-signature-item .gd-signature-thumbnail-qrCode,\n.gd-signature-item .gd-signature-thumbnail-barCode {\n max-width: 70px;\n height: 44px;\n}\n.gd-signature-item .gd-signature-thumbnail-stamp {\n max-width: 70px;\n height: 48px;\n}\n.gd-signature-item .gd-signature-title.text {\n padding-left: 16px;\n}\n.gd-signature-list {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n width: inherit;\n background-color: #e7e7e7;\n}\n.gd-signature {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n width: 100%;\n background-color: rgba(255, 255, 255, 0.75);\n margin-bottom: 2px;\n}\n.gd-signature-empty-list {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n text-align: center;\n color: #ACACAC;\n -webkit-box-pack: center;\n justify-content: center;\n width: 350px;\n height: 250px;\n}\n.gd-signature-empty-list .icon {\n font-size: 60px;\n}\n.gd-signature-empty-list i {\n font-size: 60px;\n padding: 87px 97px 0px;\n}\n.gd-empty-list-text {\n padding: 18px 38px 0px;\n font-size: 12px;\n}\n.gd-digital-input-wrapper {\n margin: 9px 8px 7px 8px;\n display: -webkit-box;\n display: flex;\n border: 5px #DDD;\n}\n.gd-sign-digital {\n height: 27px;\n background-color: #969696;\n margin: 9px 8px 7px 8px;\n display: -webkit-box;\n display: flex;\n color: #ffffff;\n font-size: 13px;\n box-shadow: 0 0 3px #ddd;\n cursor: pointer;\n padding-top: 5px;\n padding-left: 10px;\n}\n.digital-apply {\n padding-left: 10px;\n}\n.gd-sign-digital.active {\n background-color: #25c2d4;\n}\n.gd-digital-inputs input {\n width: 100%;\n height: 27px;\n padding-left: 28px;\n}\n.gd-digital-inputs .icon {\n position: absolute;\n font-size: 12px;\n margin: 7px 0px 7px 7px;\n color: #ccc !important;\n}\n@media (max-width: 1037px) {\n .gd-signature-thumbnail-text,\n .gd-signature-thumbnail-image,\n .gd-signature-thumbnail-hand {\n margin: 0;\n }\n .gd-signature-thumbnail-image {\n width: 44px;\n height: 44px;\n }\n .gd-signature-item .gd-signature-name {\n font-size: 13px;\n }\n .gd-signature-item .icon {\n font-size: 15px;\n }\n .gd-signature-thumbnail-text,\n .gd-signature-thumbnail-image,\n .gd-signature-thumbnail-hand {\n margin: 0;\n }\n .gd-signature-thumbnail-image {\n width: 44px;\n height: 44px;\n }\n .gd-signature-thumbnail-digital .icon {\n font-size: 30px !important;\n }\n .gd-signature-thumbnail-digital .icon {\n font-size: 30px !important;\n }\n .gd-digital-inputs .icon {\n font-size: 13px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtbGlzdC1wYW5lbC9zaWduYXR1cmUtbGlzdC1wYW5lbC5jb21wb25lbnQubGVzcyIsImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWxpc3QtcGFuZWwvc2lnbmF0dXJlLWxpc3QtcGFuZWwuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxtQkFBQTtVQUFBLE9BQUE7RUFDQSxjQUFBO0VBQ0EsWUFBQTtBQ0RGO0FESUE7RUFDRSxjQUFBO0VBQ0Esa0JBQUE7RUFDQSwyQkFBQTtBQ0ZGO0FES0E7RUFDRSxXQUFBO0VBQ0EsZUFBQTtFQUNBLGtCQUFBO0VBQ0EsZ0JBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw4QkFBQTtFQUFBLDZCQUFBO1VBQUEsbUJBQUE7RUFDQSxxQ0FBQTtBQ0hGO0FESkE7RUFVSSxlQUFBO0VBQ0EsY0FBQTtFQUNBLGVBQUE7QUNISjtBRFRBO0VBZ0JJLG1CQUFBO1VBQUEsY0FBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0FDSko7QURmQTtFQXVCSSxnQkFBQTtFQUNBLGVBQUE7RUFDQSwwQkFBQTtFQUNBLGVBQUE7RUFDQSx1QkFBQTtFQUNBLG1CQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0FDTEo7QUR6QkE7RUFrQ0ksbUJBQUE7VUFBQSxjQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxXQUFBO0FDTko7QURoQ0E7RUF5Q00sZUFBQTtFQUNBLFVBQUE7RUFDQSxXQUFBO0VBQ0EsYUFBQTtBQ05OO0FEdENBO0VBaURJLG1CQUFBO1VBQUEsT0FBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSx1QkFBQTtVQUFBLDJCQUFBO0VBQ0EsaUJBQUE7QUNSSjtBRDdDQTs7O0VBeURJLGVBQUE7RUFDQSxZQUFBO0FDUEo7QURuREE7RUE4REksZUFBQTtFQUNBLGVBQUE7QUNSSjtBRHZEQTtFQW1FSSxlQUFBO0VBQ0EsZUFBQTtBQ1RKO0FEM0RBOztFQXdFSSxlQUFBO0VBQ0EsWUFBQTtBQ1RKO0FEaEVBO0VBNkVJLGVBQUE7RUFDQSxZQUFBO0FDVko7QURwRUE7RUFrRkksa0JBQUE7QUNYSjtBRGVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsY0FBQTtFQUNBLHlCQUFBO0FDYkY7QURnQkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxXQUFBO0VBQ0EsMkNBQUE7RUFDQSxrQkFBQTtBQ2RGO0FEaUJBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esa0JBQUE7RUFDQSxjQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0FDZkY7QURRQTtFQVVJLGVBQUE7QUNmSjtBRG1CQTtFQUNFLGVBQUE7RUFDQSxzQkFBQTtBQ2pCRjtBRG9CQTtFQUNFLHNCQUFBO0VBQ0EsZUFBQTtBQ2xCRjtBRHFCQTtFQUNFLHVCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsZ0JBQUE7QUNuQkY7QURzQkE7RUFDRSxZQUFBO0VBQ0EseUJBQUE7RUFDQSx1QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGNBQUE7RUFDQSxlQUFBO0VBQ0Esd0JBQUE7RUFDQSxlQUFBO0VBQ0EsZ0JBQUE7RUFDQSxrQkFBQTtBQ3BCRjtBRHVCQTtFQUNFLGtCQUFBO0FDckJGO0FEd0JBO0VBQ0UseUJBQUE7QUN0QkY7QUR5QkE7RUFDRSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGtCQUFBO0FDdkJGO0FEMEJBO0VBRUksa0JBQUE7RUFDQSxlQUFBO0VBQ0EsdUJBQUE7RUFDQSxzQkFBQTtBQ3pCSjtBRDZCQTtFQUNFOzs7SUFDRSxTQUFBO0VDekJGO0VENEJBO0lBQ0UsV0FBQTtJQUNBLFlBQUE7RUMxQkY7RUQ2QkE7SUFDRSxlQUFBO0VDM0JGO0VEOEJBO0lBQ0UsZUFBQTtFQzVCRjtFRCtCQTs7O0lBQ0UsU0FBQTtFQzNCRjtFRDhCQTtJQUNFLFdBQUE7SUFDQSxZQUFBO0VDNUJGO0VEK0JBO0lBQ0UsMEJBQUE7RUM3QkY7RURnQ0E7SUFFSSwwQkFBQTtFQy9CSjtFRG1DQTtJQUVJLGVBQUE7RUNsQ0o7QUFDRiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS1saXN0LXBhbmVsL3NpZ25hdHVyZS1saXN0LXBhbmVsLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbi5nZC1zaWduYXR1cmUtbGlzdC13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgZmxleDogMTtcbiAgb3ZlcmZsb3c6IGF1dG87XG4gIGhlaWdodDogMTAwJTtcbn1cblxuLmdkLXNpZ25hdHVyZS1saXN0LXNjcm9sbCB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBvdmVyZmxvdy14OiBoaWRkZW47XG4gIG92ZXJmbG93LXk6IGF1dG8gIWltcG9ydGFudDtcbn1cblxuLmdkLXNpZ25hdHVyZS1pdGVtIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICBtaW4taGVpZ2h0OiA2OHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDI1NSwgMjU1LCAyNTUpO1xuXG4gIC5pY29uIHtcbiAgICBmb250LXNpemU6IDE1cHg7XG4gICAgY29sb3I6ICM2NzY3Njc7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS10cmFzaC1pY29uIHtcbiAgICBmbGV4OiAwIDAgNzBweDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLW5hbWUge1xuICAgIG1heC13aWR0aDogMTMwcHg7XG4gICAgZm9udC1zaXplOiAxM3B4O1xuICAgIGNvbG9yOiByZ2JhKDAsIDAsIDAsIDAuMzYpO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbiAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbCB7XG4gICAgZmxleDogMCAwIDcwcHg7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIHdpZHRoOiBhdXRvO1xuXG4gICAgLmljb24ge1xuICAgICAgZm9udC1zaXplOiAzMHB4O1xuICAgICAgcGFkZGluZzogMDtcbiAgICAgIG1hcmdpbjogMHB4O1xuICAgICAgb3BhY2l0eTogMC4yNTtcbiAgICB9XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRpdGxlIHtcbiAgICBmbGV4OiAxO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG4gICAgcGFkZGluZy1sZWZ0OiA3cHg7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC10ZXh0LCAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSwgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaGFuZCB7XG4gICAgbWF4LXdpZHRoOiA3MHB4O1xuICAgIGhlaWdodDogNDFweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlIHtcbiAgICBtaW4td2lkdGg6IDQxcHg7XG4gICAgbWF4LXdpZHRoOiA3MHB4O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2Uge1xuICAgIG1pbi13aWR0aDogNDFweDtcbiAgICBtYXgtd2lkdGg6IDcwcHg7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1xckNvZGUsIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWJhckNvZGUge1xuICAgIG1heC13aWR0aDogNzBweDtcbiAgICBoZWlnaHQ6IDQ0cHg7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1zdGFtcCB7XG4gICAgbWF4LXdpZHRoOiA3MHB4O1xuICAgIGhlaWdodDogNDhweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGl0bGUudGV4dCB7XG4gICAgcGFkZGluZy1sZWZ0OiAxNnB4O1xuICB9XG59XG5cbi5nZC1zaWduYXR1cmUtbGlzdCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiBpbmhlcml0O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTdlN2U3O1xufVxuXG4uZ2Qtc2lnbmF0dXJlIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgd2lkdGg6IDEwMCU7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC43NSk7XG4gIG1hcmdpbi1ib3R0b206IDJweDtcbn1cblxuLmdkLXNpZ25hdHVyZS1lbXB0eS1saXN0IHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBjb2xvcjogI0FDQUNBQztcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIHdpZHRoOiAzNTBweDtcbiAgaGVpZ2h0OiAyNTBweDtcblxuICAuaWNvbiB7XG4gICAgZm9udC1zaXplOiA2MHB4O1xuICB9XG59XG5cbi5nZC1zaWduYXR1cmUtZW1wdHktbGlzdCBpIHtcbiAgZm9udC1zaXplOiA2MHB4O1xuICBwYWRkaW5nOiA4N3B4IDk3cHggMHB4O1xufVxuXG4uZ2QtZW1wdHktbGlzdC10ZXh0IHtcbiAgcGFkZGluZzogMThweCAzOHB4IDBweDtcbiAgZm9udC1zaXplOiAxMnB4O1xufVxuXG4uZ2QtZGlnaXRhbC1pbnB1dC13cmFwcGVyIHtcbiAgbWFyZ2luOiA5cHggOHB4IDdweCA4cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGJvcmRlcjogNXB4ICNEREQ7XG59XG5cbi5nZC1zaWduLWRpZ2l0YWwge1xuICBoZWlnaHQ6IDI3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICM5Njk2OTY7XG4gIG1hcmdpbjogOXB4IDhweCA3cHggOHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBjb2xvcjogI2ZmZmZmZjtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBib3gtc2hhZG93OiAwIDAgM3B4ICNkZGQ7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgcGFkZGluZy10b3A6IDVweDtcbiAgcGFkZGluZy1sZWZ0OiAxMHB4O1xufVxuXG4uZGlnaXRhbC1hcHBseSB7XG4gIHBhZGRpbmctbGVmdDogMTBweDtcbn1cblxuLmdkLXNpZ24tZGlnaXRhbC5hY3RpdmUge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAbmF2LWxvZ28tYmFja2dyb3VuZDtcbn1cblxuLmdkLWRpZ2l0YWwtaW5wdXRzIGlucHV0IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMjdweDtcbiAgcGFkZGluZy1sZWZ0OiAyOHB4O1xufVxuXG4uZ2QtZGlnaXRhbC1pbnB1dHMge1xuICAuaWNvbiB7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIGZvbnQtc2l6ZTogMTJweDtcbiAgICBtYXJnaW46IDdweCAwcHggN3B4IDdweDtcbiAgICBjb2xvcjogI2NjYyAhaW1wb3J0YW50O1xuICB9XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLXRleHQsIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlLCAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1oYW5kIHtcbiAgICBtYXJnaW46IDA7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gICAgd2lkdGg6IDQ0cHg7XG4gICAgaGVpZ2h0OiA0NHB4O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtbmFtZSB7XG4gICAgZm9udC1zaXplOiAxM3B4O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS1pdGVtIC5pY29uIHtcbiAgICBmb250LXNpemU6IDE1cHg7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC10ZXh0LCAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSwgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaGFuZCB7XG4gICAgbWFyZ2luOiAwO1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2Uge1xuICAgIHdpZHRoOiA0NHB4O1xuICAgIGhlaWdodDogNDRweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWRpZ2l0YWwgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMzBweCAhaW1wb3J0YW50O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtZGlnaXRhbCB7XG4gICAgLmljb24ge1xuICAgICAgZm9udC1zaXplOiAzMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG5cbiAgLmdkLWRpZ2l0YWwtaW5wdXRzIHtcbiAgICAuaWNvbiB7XG4gICAgICBmb250LXNpemU6IDEzcHg7XG4gICAgfVxuICB9XG5cbn1cbiIsIi5nZC1zaWduYXR1cmUtbGlzdC13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgZmxleDogMTtcbiAgb3ZlcmZsb3c6IGF1dG87XG4gIGhlaWdodDogMTAwJTtcbn1cbi5nZC1zaWduYXR1cmUtbGlzdC1zY3JvbGwge1xuICBkaXNwbGF5OiBibG9jaztcbiAgb3ZlcmZsb3cteDogaGlkZGVuO1xuICBvdmVyZmxvdy15OiBhdXRvICFpbXBvcnRhbnQ7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0ge1xuICB3aWR0aDogMTAwJTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIG1pbi1oZWlnaHQ6IDY4cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMjU1LCAyNTUsIDI1NSk7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmljb24ge1xuICBmb250LXNpemU6IDE1cHg7XG4gIGNvbG9yOiAjNjc2NzY3O1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS10cmFzaC1pY29uIHtcbiAgZmxleDogMCAwIDcwcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xufVxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtbmFtZSB7XG4gIG1heC13aWR0aDogMTMwcHg7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgY29sb3I6IHJnYmEoMCwgMCwgMCwgMC4zNik7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsIHtcbiAgZmxleDogMCAwIDcwcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICB3aWR0aDogYXV0bztcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbCAuaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzBweDtcbiAgcGFkZGluZzogMDtcbiAgbWFyZ2luOiAwcHg7XG4gIG9wYWNpdHk6IDAuMjU7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS10aXRsZSB7XG4gIGZsZXg6IDE7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogZmxleC1zdGFydDtcbiAgcGFkZGluZy1sZWZ0OiA3cHg7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtdGV4dCxcbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSxcbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1oYW5kIHtcbiAgbWF4LXdpZHRoOiA3MHB4O1xuICBoZWlnaHQ6IDQxcHg7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2Uge1xuICBtaW4td2lkdGg6IDQxcHg7XG4gIG1heC13aWR0aDogNzBweDtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gIG1pbi13aWR0aDogNDFweDtcbiAgbWF4LXdpZHRoOiA3MHB4O1xufVxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLXFyQ29kZSxcbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1iYXJDb2RlIHtcbiAgbWF4LXdpZHRoOiA3MHB4O1xuICBoZWlnaHQ6IDQ0cHg7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtc3RhbXAge1xuICBtYXgtd2lkdGg6IDcwcHg7XG4gIGhlaWdodDogNDhweDtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRpdGxlLnRleHQge1xuICBwYWRkaW5nLWxlZnQ6IDE2cHg7XG59XG4uZ2Qtc2lnbmF0dXJlLWxpc3Qge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aDogaW5oZXJpdDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2U3ZTdlNztcbn1cbi5nZC1zaWduYXR1cmUge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aDogMTAwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyNTUsIDI1NSwgMjU1LCAwLjc1KTtcbiAgbWFyZ2luLWJvdHRvbTogMnB4O1xufVxuLmdkLXNpZ25hdHVyZS1lbXB0eS1saXN0IHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBjb2xvcjogI0FDQUNBQztcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIHdpZHRoOiAzNTBweDtcbiAgaGVpZ2h0OiAyNTBweDtcbn1cbi5nZC1zaWduYXR1cmUtZW1wdHktbGlzdCAuaWNvbiB7XG4gIGZvbnQtc2l6ZTogNjBweDtcbn1cbi5nZC1zaWduYXR1cmUtZW1wdHktbGlzdCBpIHtcbiAgZm9udC1zaXplOiA2MHB4O1xuICBwYWRkaW5nOiA4N3B4IDk3cHggMHB4O1xufVxuLmdkLWVtcHR5LWxpc3QtdGV4dCB7XG4gIHBhZGRpbmc6IDE4cHggMzhweCAwcHg7XG4gIGZvbnQtc2l6ZTogMTJweDtcbn1cbi5nZC1kaWdpdGFsLWlucHV0LXdyYXBwZXIge1xuICBtYXJnaW46IDlweCA4cHggN3B4IDhweDtcbiAgZGlzcGxheTogZmxleDtcbiAgYm9yZGVyOiA1cHggI0RERDtcbn1cbi5nZC1zaWduLWRpZ2l0YWwge1xuICBoZWlnaHQ6IDI3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICM5Njk2OTY7XG4gIG1hcmdpbjogOXB4IDhweCA3cHggOHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBjb2xvcjogI2ZmZmZmZjtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBib3gtc2hhZG93OiAwIDAgM3B4ICNkZGQ7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgcGFkZGluZy10b3A6IDVweDtcbiAgcGFkZGluZy1sZWZ0OiAxMHB4O1xufVxuLmRpZ2l0YWwtYXBwbHkge1xuICBwYWRkaW5nLWxlZnQ6IDEwcHg7XG59XG4uZ2Qtc2lnbi1kaWdpdGFsLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNWMyZDQ7XG59XG4uZ2QtZGlnaXRhbC1pbnB1dHMgaW5wdXQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAyN3B4O1xuICBwYWRkaW5nLWxlZnQ6IDI4cHg7XG59XG4uZ2QtZGlnaXRhbC1pbnB1dHMgLmljb24ge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgbWFyZ2luOiA3cHggMHB4IDdweCA3cHg7XG4gIGNvbG9yOiAjY2NjICFpbXBvcnRhbnQ7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLXRleHQsXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlLFxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1oYW5kIHtcbiAgICBtYXJnaW46IDA7XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2Uge1xuICAgIHdpZHRoOiA0NHB4O1xuICAgIGhlaWdodDogNDRweDtcbiAgfVxuICAuZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS1uYW1lIHtcbiAgICBmb250LXNpemU6IDEzcHg7XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS1pdGVtIC5pY29uIHtcbiAgICBmb250LXNpemU6IDE1cHg7XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtdGV4dCxcbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2UsXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWhhbmQge1xuICAgIG1hcmdpbjogMDtcbiAgfVxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gICAgd2lkdGg6IDQ0cHg7XG4gICAgaGVpZ2h0OiA0NHB4O1xuICB9XG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWRpZ2l0YWwgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMzBweCAhaW1wb3J0YW50O1xuICB9XG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWRpZ2l0YWwgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMzBweCAhaW1wb3J0YW50O1xuICB9XG4gIC5nZC1kaWdpdGFsLWlucHV0cyAuaWNvbiB7XG4gICAgZm9udC1zaXplOiAxM3B4O1xuICB9XG59XG4iXX0= */" +module.exports = ".gd-signature-list-wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-flex: 1;\n flex: 1;\n overflow: auto;\n height: 100%;\n}\n.gd-signature-list-scroll {\n display: block;\n overflow-x: hidden;\n overflow-y: auto !important;\n}\n.gd-signature-item {\n width: 100%;\n cursor: pointer;\n position: relative;\n min-height: 68px;\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n background-color: rgba(255, 255, 255);\n}\n.gd-signature-item .icon {\n font-size: 15px;\n color: #676767;\n cursor: pointer;\n}\n.gd-signature-item .gd-signature-trash-icon {\n -webkit-box-flex: 0;\n flex: 0 0 70px;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n}\n.gd-signature-item .gd-signature-name {\n max-width: 130px;\n font-size: 13px;\n color: rgba(0, 0, 0, 0.36);\n cursor: pointer;\n text-overflow: ellipsis;\n white-space: nowrap;\n display: block;\n overflow: hidden;\n}\n.gd-signature-item .gd-signature-thumbnail {\n -webkit-box-flex: 0;\n flex: 0 0 70px;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n width: auto;\n}\n.gd-signature-item .gd-signature-thumbnail .icon {\n font-size: 30px;\n padding: 0;\n margin: 0px;\n opacity: 0.25;\n}\n.gd-signature-item .gd-signature-title {\n -webkit-box-flex: 1;\n flex: 1;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: start;\n justify-content: flex-start;\n padding-left: 7px;\n}\n.gd-signature-item .gd-signature-thumbnail-text,\n.gd-signature-item .gd-signature-thumbnail-image,\n.gd-signature-item .gd-signature-thumbnail-hand {\n max-width: 70px;\n height: 41px;\n}\n.gd-signature-item .gd-signature-thumbnail-image {\n min-width: 41px;\n max-width: 70px;\n}\n.gd-signature-item .gd-signature-thumbnail-image {\n min-width: 41px;\n max-width: 70px;\n}\n.gd-signature-item .gd-signature-thumbnail-qrCode,\n.gd-signature-item .gd-signature-thumbnail-barCode {\n max-width: 70px;\n height: 44px;\n}\n.gd-signature-item .gd-signature-thumbnail-stamp {\n max-width: 70px;\n height: 48px;\n}\n.gd-signature-item .gd-signature-title.text {\n padding-left: 16px;\n}\n.gd-signature-list {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n width: inherit;\n background-color: #e7e7e7;\n}\n.gd-signature {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n width: 100%;\n background-color: rgba(255, 255, 255, 0.75);\n margin-bottom: 2px;\n}\n.gd-signature-empty-list {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n text-align: center;\n color: #ACACAC;\n -webkit-box-pack: center;\n justify-content: center;\n width: 350px;\n height: 250px;\n}\n.gd-signature-empty-list .icon {\n font-size: 60px;\n}\n.gd-signature-empty-list i {\n font-size: 60px;\n padding: 87px 97px 0px;\n}\n.gd-empty-list-text {\n padding: 18px 38px 0px;\n font-size: 12px;\n}\n.gd-digital-input-wrapper {\n margin: 9px 8px 7px 8px;\n display: -webkit-box;\n display: flex;\n border: 5px #DDD;\n}\n.gd-sign-digital {\n height: 27px;\n background-color: #969696;\n margin: 9px 8px 7px 8px;\n display: -webkit-box;\n display: flex;\n color: #ffffff;\n font-size: 13px;\n box-shadow: 0 0 3px #ddd;\n cursor: pointer;\n padding-top: 5px;\n padding-left: 10px;\n}\n.digital-apply {\n padding-left: 10px;\n}\n.gd-sign-digital.active {\n background-color: #25c2d4;\n}\n.gd-digital-inputs input {\n width: 100%;\n height: 27px;\n padding-left: 28px;\n}\n.gd-digital-inputs .icon {\n position: absolute;\n font-size: 12px;\n margin: 7px 0px 7px 7px;\n color: #ccc !important;\n}\n@media (max-width: 1037px) {\n .gd-signature-thumbnail-text,\n .gd-signature-thumbnail-image,\n .gd-signature-thumbnail-hand {\n margin: 0;\n }\n .gd-signature-thumbnail-image {\n width: 44px;\n height: 44px;\n }\n .gd-signature-item .gd-signature-name {\n font-size: 13px;\n }\n .gd-signature-item .icon {\n font-size: 15px;\n }\n .gd-signature-thumbnail-text,\n .gd-signature-thumbnail-image,\n .gd-signature-thumbnail-hand {\n margin: 0;\n }\n .gd-signature-thumbnail-image {\n width: 44px;\n height: 44px;\n }\n .gd-signature-thumbnail-digital .icon {\n font-size: 30px !important;\n }\n .gd-signature-thumbnail-digital .icon {\n font-size: 30px !important;\n }\n .gd-digital-inputs .icon {\n font-size: 13px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWxpc3QtcGFuZWwvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS1saXN0LXBhbmVsL3NpZ25hdHVyZS1saXN0LXBhbmVsLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtbGlzdC1wYW5lbC9zaWduYXR1cmUtbGlzdC1wYW5lbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLG1CQUFBO1VBQUEsT0FBQTtFQUNBLGNBQUE7RUFDQSxZQUFBO0FDREY7QURJQTtFQUNFLGNBQUE7RUFDQSxrQkFBQTtFQUNBLDJCQUFBO0FDRkY7QURLQTtFQUNFLFdBQUE7RUFDQSxlQUFBO0VBQ0Esa0JBQUE7RUFDQSxnQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtFQUNBLHFDQUFBO0FDSEY7QURKQTtFQVVJLGVBQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtBQ0hKO0FEVEE7RUFnQkksbUJBQUE7VUFBQSxjQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7QUNKSjtBRGZBO0VBdUJJLGdCQUFBO0VBQ0EsZUFBQTtFQUNBLDBCQUFBO0VBQ0EsZUFBQTtFQUNBLHVCQUFBO0VBQ0EsbUJBQUE7RUFDQSxjQUFBO0VBQ0EsZ0JBQUE7QUNMSjtBRHpCQTtFQWtDSSxtQkFBQTtVQUFBLGNBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLFdBQUE7QUNOSjtBRGhDQTtFQXlDTSxlQUFBO0VBQ0EsVUFBQTtFQUNBLFdBQUE7RUFDQSxhQUFBO0FDTk47QUR0Q0E7RUFpREksbUJBQUE7VUFBQSxPQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHVCQUFBO1VBQUEsMkJBQUE7RUFDQSxpQkFBQTtBQ1JKO0FEN0NBOzs7RUF5REksZUFBQTtFQUNBLFlBQUE7QUNQSjtBRG5EQTtFQThESSxlQUFBO0VBQ0EsZUFBQTtBQ1JKO0FEdkRBO0VBbUVJLGVBQUE7RUFDQSxlQUFBO0FDVEo7QUQzREE7O0VBd0VJLGVBQUE7RUFDQSxZQUFBO0FDVEo7QURoRUE7RUE2RUksZUFBQTtFQUNBLFlBQUE7QUNWSjtBRHBFQTtFQWtGSSxrQkFBQTtBQ1hKO0FEZUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxjQUFBO0VBQ0EseUJBQUE7QUNiRjtBRGdCQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLFdBQUE7RUFDQSwyQ0FBQTtFQUNBLGtCQUFBO0FDZEY7QURpQkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxrQkFBQTtFQUNBLGNBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EsWUFBQTtFQUNBLGFBQUE7QUNmRjtBRFFBO0VBVUksZUFBQTtBQ2ZKO0FEbUJBO0VBQ0UsZUFBQTtFQUNBLHNCQUFBO0FDakJGO0FEb0JBO0VBQ0Usc0JBQUE7RUFDQSxlQUFBO0FDbEJGO0FEcUJBO0VBQ0UsdUJBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxnQkFBQTtBQ25CRjtBRHNCQTtFQUNFLFlBQUE7RUFDQSx5QkFBQTtFQUNBLHVCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsY0FBQTtFQUNBLGVBQUE7RUFDQSx3QkFBQTtFQUNBLGVBQUE7RUFDQSxnQkFBQTtFQUNBLGtCQUFBO0FDcEJGO0FEdUJBO0VBQ0Usa0JBQUE7QUNyQkY7QUR3QkE7RUFDRSx5QkFBQTtBQ3RCRjtBRHlCQTtFQUNFLFdBQUE7RUFDQSxZQUFBO0VBQ0Esa0JBQUE7QUN2QkY7QUQwQkE7RUFFSSxrQkFBQTtFQUNBLGVBQUE7RUFDQSx1QkFBQTtFQUNBLHNCQUFBO0FDekJKO0FENkJBO0VBQ0U7OztJQUNFLFNBQUE7RUN6QkY7RUQ0QkE7SUFDRSxXQUFBO0lBQ0EsWUFBQTtFQzFCRjtFRDZCQTtJQUNFLGVBQUE7RUMzQkY7RUQ4QkE7SUFDRSxlQUFBO0VDNUJGO0VEK0JBOzs7SUFDRSxTQUFBO0VDM0JGO0VEOEJBO0lBQ0UsV0FBQTtJQUNBLFlBQUE7RUM1QkY7RUQrQkE7SUFDRSwwQkFBQTtFQzdCRjtFRGdDQTtJQUVJLDBCQUFBO0VDL0JKO0VEbUNBO0lBRUksZUFBQTtFQ2xDSjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWxpc3QtcGFuZWwvc2lnbmF0dXJlLWxpc3QtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLXNpZ25hdHVyZS1saXN0LXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBmbGV4OiAxO1xuICBvdmVyZmxvdzogYXV0bztcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4uZ2Qtc2lnbmF0dXJlLWxpc3Qtc2Nyb2xsIHtcbiAgZGlzcGxheTogYmxvY2s7XG4gIG92ZXJmbG93LXg6IGhpZGRlbjtcbiAgb3ZlcmZsb3cteTogYXV0byAhaW1wb3J0YW50O1xufVxuXG4uZ2Qtc2lnbmF0dXJlLWl0ZW0ge1xuICB3aWR0aDogMTAwJTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIG1pbi1oZWlnaHQ6IDY4cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMjU1LCAyNTUsIDI1NSk7XG5cbiAgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMTVweDtcbiAgICBjb2xvcjogIzY3Njc2NztcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRyYXNoLWljb24ge1xuICAgIGZsZXg6IDAgMCA3MHB4O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtbmFtZSB7XG4gICAgbWF4LXdpZHRoOiAxMzBweDtcbiAgICBmb250LXNpemU6IDEzcHg7XG4gICAgY29sb3I6IHJnYmEoMCwgMCwgMCwgMC4zNik7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsIHtcbiAgICBmbGV4OiAwIDAgNzBweDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgd2lkdGg6IGF1dG87XG5cbiAgICAuaWNvbiB7XG4gICAgICBmb250LXNpemU6IDMwcHg7XG4gICAgICBwYWRkaW5nOiAwO1xuICAgICAgbWFyZ2luOiAwcHg7XG4gICAgICBvcGFjaXR5OiAwLjI1O1xuICAgIH1cbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGl0bGUge1xuICAgIGZsZXg6IDE7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGp1c3RpZnktY29udGVudDogZmxleC1zdGFydDtcbiAgICBwYWRkaW5nLWxlZnQ6IDdweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLXRleHQsIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlLCAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1oYW5kIHtcbiAgICBtYXgtd2lkdGg6IDcwcHg7XG4gICAgaGVpZ2h0OiA0MXB4O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2Uge1xuICAgIG1pbi13aWR0aDogNDFweDtcbiAgICBtYXgtd2lkdGg6IDcwcHg7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gICAgbWluLXdpZHRoOiA0MXB4O1xuICAgIG1heC13aWR0aDogNzBweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLXFyQ29kZSwgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtYmFyQ29kZSB7XG4gICAgbWF4LXdpZHRoOiA3MHB4O1xuICAgIGhlaWdodDogNDRweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLXN0YW1wIHtcbiAgICBtYXgtd2lkdGg6IDcwcHg7XG4gICAgaGVpZ2h0OiA0OHB4O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS10aXRsZS50ZXh0IHtcbiAgICBwYWRkaW5nLWxlZnQ6IDE2cHg7XG4gIH1cbn1cblxuLmdkLXNpZ25hdHVyZS1saXN0IHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgd2lkdGg6IGluaGVyaXQ7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG59XG5cbi5nZC1zaWduYXR1cmUge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aDogMTAwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyNTUsIDI1NSwgMjU1LCAwLjc1KTtcbiAgbWFyZ2luLWJvdHRvbTogMnB4O1xufVxuXG4uZ2Qtc2lnbmF0dXJlLWVtcHR5LWxpc3Qge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjQUNBQ0FDO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgd2lkdGg6IDM1MHB4O1xuICBoZWlnaHQ6IDI1MHB4O1xuXG4gIC5pY29uIHtcbiAgICBmb250LXNpemU6IDYwcHg7XG4gIH1cbn1cblxuLmdkLXNpZ25hdHVyZS1lbXB0eS1saXN0IGkge1xuICBmb250LXNpemU6IDYwcHg7XG4gIHBhZGRpbmc6IDg3cHggOTdweCAwcHg7XG59XG5cbi5nZC1lbXB0eS1saXN0LXRleHQge1xuICBwYWRkaW5nOiAxOHB4IDM4cHggMHB4O1xuICBmb250LXNpemU6IDEycHg7XG59XG5cbi5nZC1kaWdpdGFsLWlucHV0LXdyYXBwZXIge1xuICBtYXJnaW46IDlweCA4cHggN3B4IDhweDtcbiAgZGlzcGxheTogZmxleDtcbiAgYm9yZGVyOiA1cHggI0RERDtcbn1cblxuLmdkLXNpZ24tZGlnaXRhbCB7XG4gIGhlaWdodDogMjdweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzk2OTY5NjtcbiAgbWFyZ2luOiA5cHggOHB4IDdweCA4cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGNvbG9yOiAjZmZmZmZmO1xuICBmb250LXNpemU6IDEzcHg7XG4gIGJveC1zaGFkb3c6IDAgMCAzcHggI2RkZDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwYWRkaW5nLXRvcDogNXB4O1xuICBwYWRkaW5nLWxlZnQ6IDEwcHg7XG59XG5cbi5kaWdpdGFsLWFwcGx5IHtcbiAgcGFkZGluZy1sZWZ0OiAxMHB4O1xufVxuXG4uZ2Qtc2lnbi1kaWdpdGFsLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6IEBuYXYtbG9nby1iYWNrZ3JvdW5kO1xufVxuXG4uZ2QtZGlnaXRhbC1pbnB1dHMgaW5wdXQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAyN3B4O1xuICBwYWRkaW5nLWxlZnQ6IDI4cHg7XG59XG5cbi5nZC1kaWdpdGFsLWlucHV0cyB7XG4gIC5pY29uIHtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgZm9udC1zaXplOiAxMnB4O1xuICAgIG1hcmdpbjogN3B4IDBweCA3cHggN3B4O1xuICAgIGNvbG9yOiAjY2NjICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtdGV4dCwgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2UsIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWhhbmQge1xuICAgIG1hcmdpbjogMDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlIHtcbiAgICB3aWR0aDogNDRweDtcbiAgICBoZWlnaHQ6IDQ0cHg7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS1uYW1lIHtcbiAgICBmb250LXNpemU6IDEzcHg7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLWl0ZW0gLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMTVweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLXRleHQsIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlLCAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1oYW5kIHtcbiAgICBtYXJnaW46IDA7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gICAgd2lkdGg6IDQ0cHg7XG4gICAgaGVpZ2h0OiA0NHB4O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtZGlnaXRhbCAuaWNvbiB7XG4gICAgZm9udC1zaXplOiAzMHB4ICFpbXBvcnRhbnQ7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1kaWdpdGFsIHtcbiAgICAuaWNvbiB7XG4gICAgICBmb250LXNpemU6IDMwcHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICAuZ2QtZGlnaXRhbC1pbnB1dHMge1xuICAgIC5pY29uIHtcbiAgICAgIGZvbnQtc2l6ZTogMTNweDtcbiAgICB9XG4gIH1cblxufVxuIiwiLmdkLXNpZ25hdHVyZS1saXN0LXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBmbGV4OiAxO1xuICBvdmVyZmxvdzogYXV0bztcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLmdkLXNpZ25hdHVyZS1saXN0LXNjcm9sbCB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBvdmVyZmxvdy14OiBoaWRkZW47XG4gIG92ZXJmbG93LXk6IGF1dG8gIWltcG9ydGFudDtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSB7XG4gIHdpZHRoOiAxMDAlO1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgbWluLWhlaWdodDogNjhweDtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyNTUsIDI1NSwgMjU1KTtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuaWNvbiB7XG4gIGZvbnQtc2l6ZTogMTVweDtcbiAgY29sb3I6ICM2NzY3Njc7XG4gIGN1cnNvcjogcG9pbnRlcjtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRyYXNoLWljb24ge1xuICBmbGV4OiAwIDAgNzBweDtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS1uYW1lIHtcbiAgbWF4LXdpZHRoOiAxMzBweDtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBjb2xvcjogcmdiYSgwLCAwLCAwLCAwLjM2KTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgZGlzcGxheTogYmxvY2s7XG4gIG92ZXJmbG93OiBoaWRkZW47XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS10aHVtYm5haWwge1xuICBmbGV4OiAwIDAgNzBweDtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIHdpZHRoOiBhdXRvO1xufVxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsIC5pY29uIHtcbiAgZm9udC1zaXplOiAzMHB4O1xuICBwYWRkaW5nOiAwO1xuICBtYXJnaW46IDBweDtcbiAgb3BhY2l0eTogMC4yNTtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRpdGxlIHtcbiAgZmxleDogMTtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBmbGV4LXN0YXJ0O1xuICBwYWRkaW5nLWxlZnQ6IDdweDtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC10ZXh0LFxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlLFxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWhhbmQge1xuICBtYXgtd2lkdGg6IDcwcHg7XG4gIGhlaWdodDogNDFweDtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gIG1pbi13aWR0aDogNDFweDtcbiAgbWF4LXdpZHRoOiA3MHB4O1xufVxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlIHtcbiAgbWluLXdpZHRoOiA0MXB4O1xuICBtYXgtd2lkdGg6IDcwcHg7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtcXJDb2RlLFxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWJhckNvZGUge1xuICBtYXgtd2lkdGg6IDcwcHg7XG4gIGhlaWdodDogNDRweDtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1zdGFtcCB7XG4gIG1heC13aWR0aDogNzBweDtcbiAgaGVpZ2h0OiA0OHB4O1xufVxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGl0bGUudGV4dCB7XG4gIHBhZGRpbmctbGVmdDogMTZweDtcbn1cbi5nZC1zaWduYXR1cmUtbGlzdCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiBpbmhlcml0O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTdlN2U3O1xufVxuLmdkLXNpZ25hdHVyZSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiAxMDAlO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNzUpO1xuICBtYXJnaW4tYm90dG9tOiAycHg7XG59XG4uZ2Qtc2lnbmF0dXJlLWVtcHR5LWxpc3Qge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjQUNBQ0FDO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgd2lkdGg6IDM1MHB4O1xuICBoZWlnaHQ6IDI1MHB4O1xufVxuLmdkLXNpZ25hdHVyZS1lbXB0eS1saXN0IC5pY29uIHtcbiAgZm9udC1zaXplOiA2MHB4O1xufVxuLmdkLXNpZ25hdHVyZS1lbXB0eS1saXN0IGkge1xuICBmb250LXNpemU6IDYwcHg7XG4gIHBhZGRpbmc6IDg3cHggOTdweCAwcHg7XG59XG4uZ2QtZW1wdHktbGlzdC10ZXh0IHtcbiAgcGFkZGluZzogMThweCAzOHB4IDBweDtcbiAgZm9udC1zaXplOiAxMnB4O1xufVxuLmdkLWRpZ2l0YWwtaW5wdXQtd3JhcHBlciB7XG4gIG1hcmdpbjogOXB4IDhweCA3cHggOHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBib3JkZXI6IDVweCAjREREO1xufVxuLmdkLXNpZ24tZGlnaXRhbCB7XG4gIGhlaWdodDogMjdweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzk2OTY5NjtcbiAgbWFyZ2luOiA5cHggOHB4IDdweCA4cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGNvbG9yOiAjZmZmZmZmO1xuICBmb250LXNpemU6IDEzcHg7XG4gIGJveC1zaGFkb3c6IDAgMCAzcHggI2RkZDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwYWRkaW5nLXRvcDogNXB4O1xuICBwYWRkaW5nLWxlZnQ6IDEwcHg7XG59XG4uZGlnaXRhbC1hcHBseSB7XG4gIHBhZGRpbmctbGVmdDogMTBweDtcbn1cbi5nZC1zaWduLWRpZ2l0YWwuYWN0aXZlIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzI1YzJkNDtcbn1cbi5nZC1kaWdpdGFsLWlucHV0cyBpbnB1dCB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDI3cHg7XG4gIHBhZGRpbmctbGVmdDogMjhweDtcbn1cbi5nZC1kaWdpdGFsLWlucHV0cyAuaWNvbiB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgZm9udC1zaXplOiAxMnB4O1xuICBtYXJnaW46IDdweCAwcHggN3B4IDdweDtcbiAgY29sb3I6ICNjY2MgIWltcG9ydGFudDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtdGV4dCxcbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2UsXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWhhbmQge1xuICAgIG1hcmdpbjogMDtcbiAgfVxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gICAgd2lkdGg6IDQ0cHg7XG4gICAgaGVpZ2h0OiA0NHB4O1xuICB9XG4gIC5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLW5hbWUge1xuICAgIGZvbnQtc2l6ZTogMTNweDtcbiAgfVxuICAuZ2Qtc2lnbmF0dXJlLWl0ZW0gLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMTVweDtcbiAgfVxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC10ZXh0LFxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSxcbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaGFuZCB7XG4gICAgbWFyZ2luOiAwO1xuICB9XG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlIHtcbiAgICB3aWR0aDogNDRweDtcbiAgICBoZWlnaHQ6IDQ0cHg7XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtZGlnaXRhbCAuaWNvbiB7XG4gICAgZm9udC1zaXplOiAzMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtZGlnaXRhbCAuaWNvbiB7XG4gICAgZm9udC1zaXplOiAzMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgLmdkLWRpZ2l0YWwtaW5wdXRzIC5pY29uIHtcbiAgICBmb250LXNpemU6IDEzcHg7XG4gIH1cbn1cbiJdfQ== */" /***/ }), /***/ "../../libs/signature/src/lib/signature-list-panel/signature-list-panel.component.ts": -/*!************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-list-panel/signature-list-panel.component.ts ***! - \************************************************************************************************************************************/ +/*!************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-list-panel/signature-list-panel.component.ts ***! + \************************************************************************************************************************/ /*! exports provided: SignatureListPanelComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -12024,9 +15828,9 @@ SignatureListPanelComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/signature/src/lib/signature-models.ts": -/*!*************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-models.ts ***! - \*************************************************************************************************/ +/*!*************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-models.ts ***! + \*************************************************************************************/ /*! exports provided: Signature, SignatureType, FileListWithParams, OpticalCodeModel, DraggableSignature, Position, SignatureData, DigitalSign, AddedSignature, SignatureProps, RemoveSign, CopySign, CopyChanges, StampCanvasProps, Border, Downloads */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -12201,9 +16005,9 @@ Downloads.signed = 'signed'; /***/ }), /***/ "../../libs/signature/src/lib/signature-tab-activator.service.ts": -/*!****************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-tab-activator.service.ts ***! - \****************************************************************************************************************/ +/*!****************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-tab-activator.service.ts ***! + \****************************************************************************************************/ /*! exports provided: SignatureTabActivatorService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -12219,119 +16023,12 @@ class SignatureTabActivatorService extends _groupdocs_examples_angular_common_co } -/***/ }), - -/***/ "../../libs/signature/src/lib/signature-tab/signature-tab.component.less": -/*!************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-tab/signature-tab.component.less ***! - \************************************************************************************************************************/ -/*! no static exports found */ -/***/ (function(module, exports) { - -module.exports = ".gd-tab {\n font-size: 14px;\n color: #3E4E5A;\n cursor: pointer;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n min-width: 36px;\n height: 36px;\n text-align: center;\n position: relative;\n white-space: nowrap;\n padding: 0 !important;\n margin: 0 10px;\n}\n.gd-tab.active {\n background-color: #ACACAC;\n color: #FFFFFF !important;\n font-weight: bold;\n}\n.gd-tab ::ng-deep .tooltip {\n font-size: 12px;\n margin: 20px -57px;\n}\n.gd-tab .title {\n margin: auto 23px;\n}\n@media (max-width: 1037px) {\n .gd-tab {\n font-size: 20px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtdGFiL3NpZ25hdHVyZS10YWIuY29tcG9uZW50Lmxlc3MiLCJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS10YWIvc2lnbmF0dXJlLXRhYi5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLGVBQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtFQUNBLGtCQUFBO0VBQ0EsbUJBQUE7RUFDQSxxQkFBQTtFQUNBLGNBQUE7QUNERjtBREdFO0VBQ0UseUJBQUE7RUFDQSx5QkFBQTtFQUNBLGlCQUFBO0FDREo7QURqQkE7RUFzQkksZUFBQTtFQUNBLGtCQUFBO0FDRko7QURyQkE7RUEyQkksaUJBQUE7QUNISjtBRE9BO0VBQ0U7SUFDRSxlQUFBO0VDTEY7QUFDRiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS10YWIvc2lnbmF0dXJlLXRhYi5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uZ2QtdGFiIHtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBjb2xvcjogQHByaW1hcnk7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIG1pbi13aWR0aDogMzZweDtcbiAgaGVpZ2h0OiAzNnB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgcGFkZGluZzogMCAhaW1wb3J0YW50O1xuICBtYXJnaW46IDAgMTBweDtcblxuICAmLmFjdGl2ZSB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI0FDQUNBQztcbiAgICBjb2xvcjogI0ZGRkZGRiAhaW1wb3J0YW50O1xuICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICB9XG5cbiAgOjpuZy1kZWVwIC50b29sdGlwIHtcbiAgICBmb250LXNpemU6IDEycHg7XG4gICAgbWFyZ2luOiAyMHB4IC01N3B4O1xuICB9XG5cbiAgLnRpdGxlIHtcbiAgICBtYXJnaW46IGF1dG8gMjNweDtcbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuZ2QtdGFiIHtcbiAgICBmb250LXNpemU6IDIwcHg7XG4gIH1cbn1cbiIsIi5nZC10YWIge1xuICBmb250LXNpemU6IDE0cHg7XG4gIGNvbG9yOiAjM0U0RTVBO1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBtaW4td2lkdGg6IDM2cHg7XG4gIGhlaWdodDogMzZweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gIHBhZGRpbmc6IDAgIWltcG9ydGFudDtcbiAgbWFyZ2luOiAwIDEwcHg7XG59XG4uZ2QtdGFiLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNBQ0FDQUM7XG4gIGNvbG9yOiAjRkZGRkZGICFpbXBvcnRhbnQ7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xufVxuLmdkLXRhYiA6Om5nLWRlZXAgLnRvb2x0aXAge1xuICBmb250LXNpemU6IDEycHg7XG4gIG1hcmdpbjogMjBweCAtNTdweDtcbn1cbi5nZC10YWIgLnRpdGxlIHtcbiAgbWFyZ2luOiBhdXRvIDIzcHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5nZC10YWIge1xuICAgIGZvbnQtc2l6ZTogMjBweDtcbiAgfVxufVxuIl19 */" - -/***/ }), - -/***/ "../../libs/signature/src/lib/signature-tab/signature-tab.component.ts": -/*!**********************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-tab/signature-tab.component.ts ***! - \**********************************************************************************************************************/ -/*! exports provided: SignatureTabComponent */ -/***/ (function(module, __webpack_exports__, __webpack_require__) { - -"use strict"; -__webpack_require__.r(__webpack_exports__); -/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SignatureTabComponent", function() { return SignatureTabComponent; }); -/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); -/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm2015/core.js"); -/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm2015/groupdocs.examples.angular-common-components.js"); -/* harmony import */ var _signature_tab_activator_service__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../signature-tab-activator.service */ "../../libs/signature/src/lib/signature-tab-activator.service.ts"); - - - - -let SignatureTabComponent = class SignatureTabComponent { - constructor(_tabActivatorService, _modalService, _excMessageService) { - this._tabActivatorService = _tabActivatorService; - this._modalService = _modalService; - this._excMessageService = _excMessageService; - this.disabled = false; - this.activeTab = new _angular_core__WEBPACK_IMPORTED_MODULE_1__["EventEmitter"](); - this.active = false; - this.showToolTip = false; - this._tabActivatorService.activeTabChange.subscribe((tabId) => { - this.activation(tabId); - }); - } - activation(tabId) { - if (this.id === tabId) { - this.active = !this.active; - if (this.active) { - this.activeTab.emit(this.id); - } - else { - this.activeTab.emit(""); - } - } - else { - this.active = false; - } - } - ngOnInit() { - } - toggleTab() { - if (this.disabled) { - this._modalService.open(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["CommonModals"].ErrorMessage); - this._excMessageService.changeMessage("Please open document first"); - return; - } - this._tabActivatorService.changeActiveTab(this.id); - } -}; -SignatureTabComponent.ctorParameters = () => [ - { type: _signature_tab_activator_service__WEBPACK_IMPORTED_MODULE_3__["SignatureTabActivatorService"] }, - { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["ModalService"] }, - { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["ExceptionMessageService"] } -]; -tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ - Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), - tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", String) -], SignatureTabComponent.prototype, "id", void 0); -tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ - Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), - tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", String) -], SignatureTabComponent.prototype, "icon", void 0); -tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ - Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), - tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Object) -], SignatureTabComponent.prototype, "disabled", void 0); -tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ - Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), - tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", String) -], SignatureTabComponent.prototype, "tooltip", void 0); -tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ - Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Output"])(), - tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Object) -], SignatureTabComponent.prototype, "activeTab", void 0); -SignatureTabComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ - Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ - selector: 'gd-signature-tab', - template: __webpack_require__(/*! raw-loader!./signature-tab.component.html */ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/signature-tab/signature-tab.component.html"), - styles: [__webpack_require__(/*! ./signature-tab.component.less */ "../../libs/signature/src/lib/signature-tab/signature-tab.component.less")] - }), - tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_signature_tab_activator_service__WEBPACK_IMPORTED_MODULE_3__["SignatureTabActivatorService"], - _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["ModalService"], - _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["ExceptionMessageService"]]) -], SignatureTabComponent); - - - /***/ }), /***/ "../../libs/signature/src/lib/signature.module.ts": -/*!*************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature.module.ts ***! - \*************************************************************************************************/ +/*!*************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature.module.ts ***! + \*************************************************************************************/ /*! exports provided: initializeApp, setupLoadingInterceptor, SignatureModule */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -12353,27 +16050,26 @@ __webpack_require__.r(__webpack_exports__); /* harmony import */ var _fortawesome_fontawesome_svg_core__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! @fortawesome/fontawesome-svg-core */ "../../node_modules/@fortawesome/fontawesome-svg-core/index.es.js"); /* harmony import */ var _fortawesome_free_solid_svg_icons__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! @fortawesome/free-solid-svg-icons */ "../../node_modules/@fortawesome/free-solid-svg-icons/index.es.js"); /* harmony import */ var _fortawesome_free_regular_svg_icons__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! @fortawesome/free-regular-svg-icons */ "../../node_modules/@fortawesome/free-regular-svg-icons/index.es.js"); -/* harmony import */ var _signature_tab_signature_tab_component__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./signature-tab/signature-tab.component */ "../../libs/signature/src/lib/signature-tab/signature-tab.component.ts"); -/* harmony import */ var _new_bar_qr_code_new_bar_qr_code_component__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./new-bar-qr-code/new-bar-qr-code.component */ "../../libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.ts"); -/* harmony import */ var _upload_signature_upload_signature_component__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./upload-signature/upload-signature.component */ "../../libs/signature/src/lib/upload-signature/upload-signature.component.ts"); -/* harmony import */ var _dnd_signature_directive__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./dnd-signature.directive */ "../../libs/signature/src/lib/dnd-signature.directive.ts"); -/* harmony import */ var _signature_signature_component__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./signature/signature.component */ "../../libs/signature/src/lib/signature/signature.component.ts"); -/* harmony import */ var _select_signature_service__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./select-signature.service */ "../../libs/signature/src/lib/select-signature.service.ts"); -/* harmony import */ var _drag_signature_service__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./drag-signature.service */ "../../libs/signature/src/lib/drag-signature.service.ts"); -/* harmony import */ var _remove_signature_service__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./remove-signature.service */ "../../libs/signature/src/lib/remove-signature.service.ts"); -/* harmony import */ var _active_signature_service__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./active-signature.service */ "../../libs/signature/src/lib/active-signature.service.ts"); -/* harmony import */ var _canvas_canvas_component__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ./canvas/canvas.component */ "../../libs/signature/src/lib/canvas/canvas.component.ts"); -/* harmony import */ var _stamp_canvas_stamp_canvas_component__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./stamp-canvas/stamp-canvas.component */ "../../libs/signature/src/lib/stamp-canvas/stamp-canvas.component.ts"); -/* harmony import */ var _active_canvas_service__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ./active-canvas.service */ "../../libs/signature/src/lib/active-canvas.service.ts"); -/* harmony import */ var _remove_canvas_service__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ./remove-canvas.service */ "../../libs/signature/src/lib/remove-canvas.service.ts"); -/* harmony import */ var _signatures_holder_service__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ./signatures-holder.service */ "../../libs/signature/src/lib/signatures-holder.service.ts"); -/* harmony import */ var _signature_tab_activator_service__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ./signature-tab-activator.service */ "../../libs/signature/src/lib/signature-tab-activator.service.ts"); -/* harmony import */ var _signature_left_panel_signature_left_panel_component__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! ./signature-left-panel/signature-left-panel.component */ "../../libs/signature/src/lib/signature-left-panel/signature-left-panel.component.ts"); -/* harmony import */ var _hand_modal_hand_modal_component__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! ./hand-modal/hand-modal.component */ "../../libs/signature/src/lib/hand-modal/hand-modal.component.ts"); -/* harmony import */ var _stamp_modal_stamp_modal_component__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! ./stamp-modal/stamp-modal.component */ "../../libs/signature/src/lib/stamp-modal/stamp-modal.component.ts"); -/* harmony import */ var _copy_signature_service__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(/*! ./copy-signature.service */ "../../libs/signature/src/lib/copy-signature.service.ts"); -/* harmony import */ var ng_click_outside__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(/*! ng-click-outside */ "../../node_modules/ng-click-outside/lib/index.js"); -/* harmony import */ var ng_click_outside__WEBPACK_IMPORTED_MODULE_32___default = /*#__PURE__*/__webpack_require__.n(ng_click_outside__WEBPACK_IMPORTED_MODULE_32__); +/* harmony import */ var _new_bar_qr_code_new_bar_qr_code_component__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./new-bar-qr-code/new-bar-qr-code.component */ "../../libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.ts"); +/* harmony import */ var _upload_signature_upload_signature_component__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./upload-signature/upload-signature.component */ "../../libs/signature/src/lib/upload-signature/upload-signature.component.ts"); +/* harmony import */ var _dnd_signature_directive__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./dnd-signature.directive */ "../../libs/signature/src/lib/dnd-signature.directive.ts"); +/* harmony import */ var _signature_signature_component__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./signature/signature.component */ "../../libs/signature/src/lib/signature/signature.component.ts"); +/* harmony import */ var _select_signature_service__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./select-signature.service */ "../../libs/signature/src/lib/select-signature.service.ts"); +/* harmony import */ var _drag_signature_service__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./drag-signature.service */ "../../libs/signature/src/lib/drag-signature.service.ts"); +/* harmony import */ var _remove_signature_service__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./remove-signature.service */ "../../libs/signature/src/lib/remove-signature.service.ts"); +/* harmony import */ var _active_signature_service__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./active-signature.service */ "../../libs/signature/src/lib/active-signature.service.ts"); +/* harmony import */ var _canvas_canvas_component__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./canvas/canvas.component */ "../../libs/signature/src/lib/canvas/canvas.component.ts"); +/* harmony import */ var _stamp_canvas_stamp_canvas_component__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ./stamp-canvas/stamp-canvas.component */ "../../libs/signature/src/lib/stamp-canvas/stamp-canvas.component.ts"); +/* harmony import */ var _active_canvas_service__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./active-canvas.service */ "../../libs/signature/src/lib/active-canvas.service.ts"); +/* harmony import */ var _remove_canvas_service__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ./remove-canvas.service */ "../../libs/signature/src/lib/remove-canvas.service.ts"); +/* harmony import */ var _signatures_holder_service__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ./signatures-holder.service */ "../../libs/signature/src/lib/signatures-holder.service.ts"); +/* harmony import */ var _signature_tab_activator_service__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ./signature-tab-activator.service */ "../../libs/signature/src/lib/signature-tab-activator.service.ts"); +/* harmony import */ var _signature_left_panel_signature_left_panel_component__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ./signature-left-panel/signature-left-panel.component */ "../../libs/signature/src/lib/signature-left-panel/signature-left-panel.component.ts"); +/* harmony import */ var _hand_modal_hand_modal_component__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! ./hand-modal/hand-modal.component */ "../../libs/signature/src/lib/hand-modal/hand-modal.component.ts"); +/* harmony import */ var _stamp_modal_stamp_modal_component__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! ./stamp-modal/stamp-modal.component */ "../../libs/signature/src/lib/stamp-modal/stamp-modal.component.ts"); +/* harmony import */ var _copy_signature_service__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! ./copy-signature.service */ "../../libs/signature/src/lib/copy-signature.service.ts"); +/* harmony import */ var ng_click_outside__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(/*! ng-click-outside */ "../../node_modules/ng-click-outside/lib/index.js"); +/* harmony import */ var ng_click_outside__WEBPACK_IMPORTED_MODULE_31___default = /*#__PURE__*/__webpack_require__.n(ng_click_outside__WEBPACK_IMPORTED_MODULE_31__); var SignatureModule_1; @@ -12405,7 +16101,6 @@ var SignatureModule_1; - function initializeApp(signatureConfigService) { @@ -12432,48 +16127,46 @@ SignatureModule = SignatureModule_1 = tslib__WEBPACK_IMPORTED_MODULE_0__["__deco Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["NgModule"])({ declarations: [_signature_app_component__WEBPACK_IMPORTED_MODULE_7__["SignatureAppComponent"], _signature_list_panel_signature_list_panel_component__WEBPACK_IMPORTED_MODULE_8__["SignatureListPanelComponent"], - _signature_tab_signature_tab_component__WEBPACK_IMPORTED_MODULE_13__["SignatureTabComponent"], - _new_bar_qr_code_new_bar_qr_code_component__WEBPACK_IMPORTED_MODULE_14__["NewBarQrCodeComponent"], - _upload_signature_upload_signature_component__WEBPACK_IMPORTED_MODULE_15__["UploadSignatureComponent"], - _dnd_signature_directive__WEBPACK_IMPORTED_MODULE_16__["DndSignatureDirective"], - _signature_signature_component__WEBPACK_IMPORTED_MODULE_17__["Signature"], - _canvas_canvas_component__WEBPACK_IMPORTED_MODULE_22__["CanvasComponent"], - _stamp_canvas_stamp_canvas_component__WEBPACK_IMPORTED_MODULE_23__["StampCanvasComponent"], - _signature_left_panel_signature_left_panel_component__WEBPACK_IMPORTED_MODULE_28__["SignatureLeftPanelComponent"], - _hand_modal_hand_modal_component__WEBPACK_IMPORTED_MODULE_29__["HandModalComponent"], - _stamp_modal_stamp_modal_component__WEBPACK_IMPORTED_MODULE_30__["StampModalComponent"]], + _new_bar_qr_code_new_bar_qr_code_component__WEBPACK_IMPORTED_MODULE_13__["NewBarQrCodeComponent"], + _upload_signature_upload_signature_component__WEBPACK_IMPORTED_MODULE_14__["UploadSignatureComponent"], + _dnd_signature_directive__WEBPACK_IMPORTED_MODULE_15__["DndSignatureDirective"], + _signature_signature_component__WEBPACK_IMPORTED_MODULE_16__["Signature"], + _canvas_canvas_component__WEBPACK_IMPORTED_MODULE_21__["CanvasComponent"], + _stamp_canvas_stamp_canvas_component__WEBPACK_IMPORTED_MODULE_22__["StampCanvasComponent"], + _signature_left_panel_signature_left_panel_component__WEBPACK_IMPORTED_MODULE_27__["SignatureLeftPanelComponent"], + _hand_modal_hand_modal_component__WEBPACK_IMPORTED_MODULE_28__["HandModalComponent"], + _stamp_modal_stamp_modal_component__WEBPACK_IMPORTED_MODULE_29__["StampModalComponent"]], exports: [_signature_app_component__WEBPACK_IMPORTED_MODULE_7__["SignatureAppComponent"], _signature_list_panel_signature_list_panel_component__WEBPACK_IMPORTED_MODULE_8__["SignatureListPanelComponent"], - _signature_tab_signature_tab_component__WEBPACK_IMPORTED_MODULE_13__["SignatureTabComponent"], - _new_bar_qr_code_new_bar_qr_code_component__WEBPACK_IMPORTED_MODULE_14__["NewBarQrCodeComponent"], - _upload_signature_upload_signature_component__WEBPACK_IMPORTED_MODULE_15__["UploadSignatureComponent"], - _dnd_signature_directive__WEBPACK_IMPORTED_MODULE_16__["DndSignatureDirective"], - _signature_signature_component__WEBPACK_IMPORTED_MODULE_17__["Signature"], - _canvas_canvas_component__WEBPACK_IMPORTED_MODULE_22__["CanvasComponent"], - _stamp_canvas_stamp_canvas_component__WEBPACK_IMPORTED_MODULE_23__["StampCanvasComponent"], - _signature_left_panel_signature_left_panel_component__WEBPACK_IMPORTED_MODULE_28__["SignatureLeftPanelComponent"], - _hand_modal_hand_modal_component__WEBPACK_IMPORTED_MODULE_29__["HandModalComponent"], - _stamp_modal_stamp_modal_component__WEBPACK_IMPORTED_MODULE_30__["StampModalComponent"], + _new_bar_qr_code_new_bar_qr_code_component__WEBPACK_IMPORTED_MODULE_13__["NewBarQrCodeComponent"], + _upload_signature_upload_signature_component__WEBPACK_IMPORTED_MODULE_14__["UploadSignatureComponent"], + _dnd_signature_directive__WEBPACK_IMPORTED_MODULE_15__["DndSignatureDirective"], + _signature_signature_component__WEBPACK_IMPORTED_MODULE_16__["Signature"], + _canvas_canvas_component__WEBPACK_IMPORTED_MODULE_21__["CanvasComponent"], + _stamp_canvas_stamp_canvas_component__WEBPACK_IMPORTED_MODULE_22__["StampCanvasComponent"], + _signature_left_panel_signature_left_panel_component__WEBPACK_IMPORTED_MODULE_27__["SignatureLeftPanelComponent"], + _hand_modal_hand_modal_component__WEBPACK_IMPORTED_MODULE_28__["HandModalComponent"], + _stamp_modal_stamp_modal_component__WEBPACK_IMPORTED_MODULE_29__["StampModalComponent"], _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonComponentsModule"]], imports: [_angular_common__WEBPACK_IMPORTED_MODULE_2__["CommonModule"], _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonComponentsModule"], _angular_common_http__WEBPACK_IMPORTED_MODULE_4__["HttpClientModule"], _fortawesome_angular_fontawesome__WEBPACK_IMPORTED_MODULE_9__["FontAwesomeModule"], - ng_click_outside__WEBPACK_IMPORTED_MODULE_32__["ClickOutsideModule"]], + ng_click_outside__WEBPACK_IMPORTED_MODULE_31__["ClickOutsideModule"]], providers: [ _signature_service__WEBPACK_IMPORTED_MODULE_5__["SignatureService"], _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ConfigService"], _signature_config_service__WEBPACK_IMPORTED_MODULE_6__["SignatureConfigService"], - _select_signature_service__WEBPACK_IMPORTED_MODULE_18__["SelectSignatureService"], - _drag_signature_service__WEBPACK_IMPORTED_MODULE_19__["DragSignatureService"], - _remove_signature_service__WEBPACK_IMPORTED_MODULE_20__["RemoveSignatureService"], - _active_signature_service__WEBPACK_IMPORTED_MODULE_21__["ActiveSignatureService"], - _active_canvas_service__WEBPACK_IMPORTED_MODULE_24__["ActiveCanvasService"], - _remove_canvas_service__WEBPACK_IMPORTED_MODULE_25__["RemoveCanvasService"], + _select_signature_service__WEBPACK_IMPORTED_MODULE_17__["SelectSignatureService"], + _drag_signature_service__WEBPACK_IMPORTED_MODULE_18__["DragSignatureService"], + _remove_signature_service__WEBPACK_IMPORTED_MODULE_19__["RemoveSignatureService"], + _active_signature_service__WEBPACK_IMPORTED_MODULE_20__["ActiveSignatureService"], + _active_canvas_service__WEBPACK_IMPORTED_MODULE_23__["ActiveCanvasService"], + _remove_canvas_service__WEBPACK_IMPORTED_MODULE_24__["RemoveCanvasService"], _angular_common__WEBPACK_IMPORTED_MODULE_2__["DatePipe"], - _signatures_holder_service__WEBPACK_IMPORTED_MODULE_26__["SignaturesHolderService"], - _signature_tab_activator_service__WEBPACK_IMPORTED_MODULE_27__["SignatureTabActivatorService"], - _copy_signature_service__WEBPACK_IMPORTED_MODULE_31__["CopySignatureService"], + _signatures_holder_service__WEBPACK_IMPORTED_MODULE_25__["SignaturesHolderService"], + _signature_tab_activator_service__WEBPACK_IMPORTED_MODULE_26__["SignatureTabActivatorService"], + _copy_signature_service__WEBPACK_IMPORTED_MODULE_30__["CopySignatureService"], { provide: _angular_common_http__WEBPACK_IMPORTED_MODULE_4__["HTTP_INTERCEPTORS"], useClass: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ErrorInterceptorService"], @@ -12493,8 +16186,8 @@ SignatureModule = SignatureModule_1 = tslib__WEBPACK_IMPORTED_MODULE_0__["__deco } ], entryComponents: [ - _signature_signature_component__WEBPACK_IMPORTED_MODULE_17__["Signature"], - _stamp_canvas_stamp_canvas_component__WEBPACK_IMPORTED_MODULE_23__["StampCanvasComponent"] + _signature_signature_component__WEBPACK_IMPORTED_MODULE_16__["Signature"], + _stamp_canvas_stamp_canvas_component__WEBPACK_IMPORTED_MODULE_22__["StampCanvasComponent"] ] }), tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", []) @@ -12505,9 +16198,9 @@ SignatureModule = SignatureModule_1 = tslib__WEBPACK_IMPORTED_MODULE_0__["__deco /***/ }), /***/ "../../libs/signature/src/lib/signature.service.ts": -/*!**************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature.service.ts ***! - \**************************************************************************************************/ +/*!**************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature.service.ts ***! + \**************************************************************************************/ /*! exports provided: SignatureService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -12519,6 +16212,8 @@ __webpack_require__.r(__webpack_exports__); /* harmony import */ var _angular_common_http__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/common/http */ "../../node_modules/@angular/common/fesm2015/http.js"); /* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm2015/groupdocs.examples.angular-common-components.js"); /* harmony import */ var rxjs_operators__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! rxjs/operators */ "../../node_modules/rxjs/_esm2015/operators/index.js"); +/* harmony import */ var rxjs__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! rxjs */ "../../node_modules/rxjs/_esm2015/index.js"); + @@ -12528,6 +16223,11 @@ let SignatureService = class SignatureService { constructor(_http, _config) { this._http = _http; this._config = _config; + this._observer = new rxjs__WEBPACK_IMPORTED_MODULE_5__["Subject"](); + this._refreshSignatures = this._observer.asObservable(); + } + get getRefreshSignatures() { + return this._refreshSignatures; } loadFiles(path) { return this._http.post(this._config.getSignatureApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].LOAD_FILE_TREE, { 'path': path }, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); @@ -12650,6 +16350,9 @@ let SignatureService = class SignatureService { documentType: docType }, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJsonResponseTypeBlob); } + refreshSignatures() { + this._observer.next(); + } }; SignatureService.ctorParameters = () => [ { type: _angular_common_http__WEBPACK_IMPORTED_MODULE_2__["HttpClient"] }, @@ -12667,20 +16370,20 @@ SignatureService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/signature/src/lib/signature/signature.component.less": -/*!****************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature/signature.component.less ***! - \****************************************************************************************************************/ +/*!****************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature/signature.component.less ***! + \****************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-signature {\n position: absolute !important;\n}\n.gd-signature .gd-signature-wrapper {\n height: inherit;\n outline: 1px solid #679FFA;\n}\n.gd-signature-image {\n width: 100% !important;\n height: inherit;\n}\n.gd-text {\n width: inherit;\n height: inherit;\n border: none;\n resize: none;\n outline: none;\n margin: 0px;\n padding: 0px;\n}\n.gd-digital-marker {\n background-color: #3787F5;\n height: 16px;\n width: 100%;\n text-align: left;\n display: -webkit-box;\n display: flex;\n position: absolute;\n bottom: 0;\n}\n.gd-digital-marker .icon {\n color: #FFFFFF;\n font-size: 10px;\n margin: 0px 5px 0px 3px;\n}\n.gd-digital-marker div {\n -webkit-box-flex: 1;\n flex-grow: 1;\n font-size: 8px;\n color: #FFFFFF;\n margin-top: 1px;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUvc2lnbmF0dXJlLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUvc2lnbmF0dXJlLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0UsNkJBQUE7QUNDRjtBREZBO0VBSUksZUFBQTtFQUNBLDBCQUFBO0FDQ0o7QURHQTtFQUNFLHNCQUFBO0VBQ0EsZUFBQTtBQ0RGO0FESUE7RUFDRSxjQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxZQUFBO0VBQ0EsYUFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0FDRkY7QURLQTtFQUNFLHlCQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxnQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGtCQUFBO0VBQ0EsU0FBQTtBQ0hGO0FESkE7RUFVSSxjQUFBO0VBQ0EsZUFBQTtFQUNBLHVCQUFBO0FDSEo7QURUQTtFQWdCSSxtQkFBQTtVQUFBLFlBQUE7RUFDQSxjQUFBO0VBQ0EsY0FBQTtFQUNBLGVBQUE7QUNKSiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS9zaWduYXR1cmUuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyIuZ2Qtc2lnbmF0dXJlIHtcbiAgcG9zaXRpb246IGFic29sdXRlICFpbXBvcnRhbnQ7XG5cbiAgLmdkLXNpZ25hdHVyZS13cmFwcGVyIHtcbiAgICBoZWlnaHQ6IGluaGVyaXQ7XG4gICAgb3V0bGluZTogMXB4IHNvbGlkICM2NzlGRkE7XG4gIH1cbn1cblxuLmdkLXNpZ25hdHVyZS1pbWFnZSB7XG4gIHdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cblxuLmdkLXRleHQge1xuICB3aWR0aDogaW5oZXJpdDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xuICBib3JkZXI6IG5vbmU7XG4gIHJlc2l6ZTogbm9uZTtcbiAgb3V0bGluZTogbm9uZTtcbiAgbWFyZ2luOiAwcHg7XG4gIHBhZGRpbmc6IDBweDtcbn1cblxuLmdkLWRpZ2l0YWwtbWFya2VyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzM3ODdGNTtcbiAgaGVpZ2h0OiAxNnB4O1xuICB3aWR0aDogMTAwJTtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZGlzcGxheTogZmxleDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBib3R0b206IDA7XG5cbiAgLmljb24ge1xuICAgIGNvbG9yOiAjRkZGRkZGO1xuICAgIGZvbnQtc2l6ZTogMTBweDtcbiAgICBtYXJnaW46IDBweCA1cHggMHB4IDNweDtcbiAgfVxuXG4gIGRpdiB7XG4gICAgZmxleC1ncm93OiAxO1xuICAgIGZvbnQtc2l6ZTogOHB4O1xuICAgIGNvbG9yOiAjRkZGRkZGO1xuICAgIG1hcmdpbi10b3A6IDFweDtcbiAgfVxufVxuIiwiLmdkLXNpZ25hdHVyZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZSAhaW1wb3J0YW50O1xufVxuLmdkLXNpZ25hdHVyZSAuZ2Qtc2lnbmF0dXJlLXdyYXBwZXIge1xuICBoZWlnaHQ6IGluaGVyaXQ7XG4gIG91dGxpbmU6IDFweCBzb2xpZCAjNjc5RkZBO1xufVxuLmdkLXNpZ25hdHVyZS1pbWFnZSB7XG4gIHdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cbi5nZC10ZXh0IHtcbiAgd2lkdGg6IGluaGVyaXQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbiAgYm9yZGVyOiBub25lO1xuICByZXNpemU6IG5vbmU7XG4gIG91dGxpbmU6IG5vbmU7XG4gIG1hcmdpbjogMHB4O1xuICBwYWRkaW5nOiAwcHg7XG59XG4uZ2QtZGlnaXRhbC1tYXJrZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMzc4N0Y1O1xuICBoZWlnaHQ6IDE2cHg7XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBkaXNwbGF5OiBmbGV4O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJvdHRvbTogMDtcbn1cbi5nZC1kaWdpdGFsLW1hcmtlciAuaWNvbiB7XG4gIGNvbG9yOiAjRkZGRkZGO1xuICBmb250LXNpemU6IDEwcHg7XG4gIG1hcmdpbjogMHB4IDVweCAwcHggM3B4O1xufVxuLmdkLWRpZ2l0YWwtbWFya2VyIGRpdiB7XG4gIGZsZXgtZ3JvdzogMTtcbiAgZm9udC1zaXplOiA4cHg7XG4gIGNvbG9yOiAjRkZGRkZGO1xuICBtYXJnaW4tdG9wOiAxcHg7XG59XG4iXX0= */" +module.exports = ".gd-signature {\n position: absolute !important;\n}\n.gd-signature .gd-signature-wrapper {\n height: inherit;\n outline: 1px solid #679FFA;\n}\n.gd-signature-image {\n width: 100% !important;\n height: inherit;\n}\n.gd-text {\n width: inherit;\n height: inherit;\n border: none;\n resize: none;\n outline: none;\n margin: 0px;\n padding: 0px;\n}\n.gd-digital-marker {\n background-color: #3787F5;\n height: 16px;\n width: 100%;\n text-align: left;\n display: -webkit-box;\n display: flex;\n position: absolute;\n bottom: 0;\n}\n.gd-digital-marker .icon {\n color: #FFFFFF;\n font-size: 10px;\n margin: 0px 5px 0px 3px;\n}\n.gd-digital-marker div {\n -webkit-box-flex: 1;\n flex-grow: 1;\n font-size: 8px;\n color: #FFFFFF;\n margin-top: 1px;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUvc2lnbmF0dXJlLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUvc2lnbmF0dXJlLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0UsNkJBQUE7QUNDRjtBREZBO0VBSUksZUFBQTtFQUNBLDBCQUFBO0FDQ0o7QURHQTtFQUNFLHNCQUFBO0VBQ0EsZUFBQTtBQ0RGO0FESUE7RUFDRSxjQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxZQUFBO0VBQ0EsYUFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0FDRkY7QURLQTtFQUNFLHlCQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxnQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGtCQUFBO0VBQ0EsU0FBQTtBQ0hGO0FESkE7RUFVSSxjQUFBO0VBQ0EsZUFBQTtFQUNBLHVCQUFBO0FDSEo7QURUQTtFQWdCSSxtQkFBQTtVQUFBLFlBQUE7RUFDQSxjQUFBO0VBQ0EsY0FBQTtFQUNBLGVBQUE7QUNKSiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS9zaWduYXR1cmUuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyIuZ2Qtc2lnbmF0dXJlIHtcbiAgcG9zaXRpb246IGFic29sdXRlICFpbXBvcnRhbnQ7XG5cbiAgLmdkLXNpZ25hdHVyZS13cmFwcGVyIHtcbiAgICBoZWlnaHQ6IGluaGVyaXQ7XG4gICAgb3V0bGluZTogMXB4IHNvbGlkICM2NzlGRkE7XG4gIH1cbn1cblxuLmdkLXNpZ25hdHVyZS1pbWFnZSB7XG4gIHdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cblxuLmdkLXRleHQge1xuICB3aWR0aDogaW5oZXJpdDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xuICBib3JkZXI6IG5vbmU7XG4gIHJlc2l6ZTogbm9uZTtcbiAgb3V0bGluZTogbm9uZTtcbiAgbWFyZ2luOiAwcHg7XG4gIHBhZGRpbmc6IDBweDtcbn1cblxuLmdkLWRpZ2l0YWwtbWFya2VyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzM3ODdGNTtcbiAgaGVpZ2h0OiAxNnB4O1xuICB3aWR0aDogMTAwJTtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZGlzcGxheTogZmxleDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBib3R0b206IDA7XG5cbiAgLmljb24ge1xuICAgIGNvbG9yOiAjRkZGRkZGO1xuICAgIGZvbnQtc2l6ZTogMTBweDtcbiAgICBtYXJnaW46IDBweCA1cHggMHB4IDNweDtcbiAgfVxuXG4gIGRpdiB7XG4gICAgZmxleC1ncm93OiAxO1xuICAgIGZvbnQtc2l6ZTogOHB4O1xuICAgIGNvbG9yOiAjRkZGRkZGO1xuICAgIG1hcmdpbi10b3A6IDFweDtcbiAgfVxufVxuIiwiLmdkLXNpZ25hdHVyZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZSAhaW1wb3J0YW50O1xufVxuLmdkLXNpZ25hdHVyZSAuZ2Qtc2lnbmF0dXJlLXdyYXBwZXIge1xuICBoZWlnaHQ6IGluaGVyaXQ7XG4gIG91dGxpbmU6IDFweCBzb2xpZCAjNjc5RkZBO1xufVxuLmdkLXNpZ25hdHVyZS1pbWFnZSB7XG4gIHdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cbi5nZC10ZXh0IHtcbiAgd2lkdGg6IGluaGVyaXQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbiAgYm9yZGVyOiBub25lO1xuICByZXNpemU6IG5vbmU7XG4gIG91dGxpbmU6IG5vbmU7XG4gIG1hcmdpbjogMHB4O1xuICBwYWRkaW5nOiAwcHg7XG59XG4uZ2QtZGlnaXRhbC1tYXJrZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMzc4N0Y1O1xuICBoZWlnaHQ6IDE2cHg7XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBkaXNwbGF5OiBmbGV4O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJvdHRvbTogMDtcbn1cbi5nZC1kaWdpdGFsLW1hcmtlciAuaWNvbiB7XG4gIGNvbG9yOiAjRkZGRkZGO1xuICBmb250LXNpemU6IDEwcHg7XG4gIG1hcmdpbjogMHB4IDVweCAwcHggM3B4O1xufVxuLmdkLWRpZ2l0YWwtbWFya2VyIGRpdiB7XG4gIGZsZXgtZ3JvdzogMTtcbiAgZm9udC1zaXplOiA4cHg7XG4gIGNvbG9yOiAjRkZGRkZGO1xuICBtYXJnaW4tdG9wOiAxcHg7XG59XG4iXX0= */" /***/ }), /***/ "../../libs/signature/src/lib/signature/signature.component.ts": -/*!**************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature/signature.component.ts ***! - \**************************************************************************************************************/ +/*!**************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature/signature.component.ts ***! + \**************************************************************************************************/ /*! exports provided: Signature */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -12714,12 +16417,13 @@ __webpack_require__.r(__webpack_exports__); const $ = jquery__WEBPACK_IMPORTED_MODULE_7__; let Signature = class Signature { - constructor(_signatureService, _removeSignatureService, _copySignatureService, _activeSignatureService, _signaturesHolderService) { + constructor(_signatureService, _removeSignatureService, _copySignatureService, _activeSignatureService, _signaturesHolderService, _zoomService) { this._signatureService = _signatureService; this._removeSignatureService = _removeSignatureService; this._copySignatureService = _copySignatureService; this._activeSignatureService = _activeSignatureService; this._signaturesHolderService = _signaturesHolderService; + this._zoomService = _zoomService; this.active = true; this.unlock = true; this.copied = false; @@ -12740,6 +16444,9 @@ let Signature = class Signature { } ngOnInit() { } + ngAfterViewChecked() { + this._zoomService.changeZoom(this._zoomService.zoom); + } getData() { return 'data:image/png;base64,' + this.data.data; } @@ -12912,7 +16619,14 @@ let Signature = class Signature { } getMenuShift() { const menuWidth = this.type === _signature_models__WEBPACK_IMPORTED_MODULE_2__["SignatureType"].TEXT.id ? 426 : 148; - return this.data.width > menuWidth ? 0 : (this.data.width - menuWidth) * 0.5; + let shift = this.data.width > menuWidth ? 0 : (this.data.width - menuWidth) * 0.5; + if (this.position.left - (menuWidth - this.data.width) / 2 < 0) { + shift -= (this.position.left - (menuWidth - this.data.width) / 2); + } + if (this.position.left + (menuWidth + this.data.width) / 2 > this.pageWidth) { + shift -= (this.position.left + (menuWidth + this.data.width) / 2 - this.pageWidth); + } + return shift; } getMenuType() { return _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["MenuType"].FOR_SIGNATURE; @@ -12923,7 +16637,8 @@ Signature.ctorParameters = () => [ { type: _remove_signature_service__WEBPACK_IMPORTED_MODULE_5__["RemoveSignatureService"] }, { type: _copy_signature_service__WEBPACK_IMPORTED_MODULE_9__["CopySignatureService"] }, { type: _active_signature_service__WEBPACK_IMPORTED_MODULE_6__["ActiveSignatureService"] }, - { type: _signatures_holder_service__WEBPACK_IMPORTED_MODULE_8__["SignaturesHolderService"] } + { type: _signatures_holder_service__WEBPACK_IMPORTED_MODULE_8__["SignaturesHolderService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ZoomService"] } ]; tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), @@ -12959,7 +16674,8 @@ Signature = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ _remove_signature_service__WEBPACK_IMPORTED_MODULE_5__["RemoveSignatureService"], _copy_signature_service__WEBPACK_IMPORTED_MODULE_9__["CopySignatureService"], _active_signature_service__WEBPACK_IMPORTED_MODULE_6__["ActiveSignatureService"], - _signatures_holder_service__WEBPACK_IMPORTED_MODULE_8__["SignaturesHolderService"]]) + _signatures_holder_service__WEBPACK_IMPORTED_MODULE_8__["SignaturesHolderService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ZoomService"]]) ], Signature); @@ -12967,9 +16683,9 @@ Signature = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/signature/src/lib/signatures-holder.service.ts": -/*!**********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signatures-holder.service.ts ***! - \**********************************************************************************************************/ +/*!**********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signatures-holder.service.ts ***! + \**********************************************************************************************/ /*! exports provided: SignaturesHolderService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -13029,20 +16745,20 @@ class SignaturesHolderService { /***/ }), /***/ "../../libs/signature/src/lib/stamp-canvas/stamp-canvas.component.less": -/*!**********************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/stamp-canvas/stamp-canvas.component.less ***! - \**********************************************************************************************************************/ +/*!**********************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/stamp-canvas/stamp-canvas.component.less ***! + \**********************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-context-menu {\n display: -webkit-box;\n display: flex;\n height: 37px;\n top: -40px;\n padding: 0;\n background-color: #FFFFFF;\n cursor: default;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n box-shadow: rgba(0, 0, 0, 0.52) 0px 0px 5px;\n}\n.gd-context-menu .icon {\n font-size: 14px;\n cursor: pointer;\n color: #3E4E5A !important;\n}\n.gd-context-menu ::ng-deep .dropdown-menu {\n top: -120px !important;\n height: 120px;\n overflow-y: auto;\n}\n.gd-context-menu ::ng-deep .icon-button {\n margin: 0px !important;\n}\n.gd-stamp-box {\n position: absolute;\n}\n.palette {\n position: absolute;\n top: -190px;\n}\n.csg-preview {\n width: 100%;\n height: 100%;\n}\n.csg-bounding-box {\n position: absolute;\n background-color: unset !important;\n}\n.csg-bounding-box.active {\n border: 1px solid #679FFA;\n}\n.csg-border-width {\n width: 37px !important;\n height: 37px !important;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n}\n.bg-color-pic {\n border-radius: 100%;\n border: 1px solid #CCC;\n position: absolute;\n height: 8px;\n width: 8px;\n right: 6px;\n bottom: 6px;\n}\n::ng-deep .select {\n min-width: unset !important;\n}\n::ng-deep .selected-value {\n font-size: 12px !important;\n}\n@media (max-width: 1037px) {\n .gd-context-menu {\n position: fixed;\n bottom: 0;\n left: 0;\n top: unset;\n right: 0;\n width: 100%;\n height: 60px;\n -webkit-box-align: center;\n align-items: center;\n padding: 0px;\n margin: 0px;\n background-color: white;\n border-top: 2px solid #707070;\n }\n .gd-context-menu .color-for-shape {\n -webkit-box-flex: 1;\n flex: 1;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: start;\n justify-content: flex-start;\n }\n .gd-context-menu .stamp-trash {\n -webkit-box-flex: 0;\n flex: 0 0 37px;\n margin-right: 8px;\n }\n .gd-context-menu ::ng-deep .button {\n margin: 3px !important;\n }\n .gd-context-menu ::ng-deep .select {\n margin: 3px !important;\n }\n .gd-context-menu .first-element {\n margin-left: 8px;\n }\n .csg-border-width .select {\n width: 21px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zdGFtcC1jYW52YXMvc3RhbXAtY2FudmFzLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zdGFtcC1jYW52YXMvc3RhbXAtY2FudmFzLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsWUFBQTtFQUNBLFVBQUE7RUFDQSxVQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EsMkNBQUE7QUNERjtBRFBBO0VBV0ksZUFBQTtFQUNBLGVBQUE7RUFDQSx5QkFBQTtBQ0RKO0FEWkE7RUFpQkksc0JBQUE7RUFDQSxhQUFBO0VBQ0EsZ0JBQUE7QUNGSjtBRGpCQTtFQXVCSSxzQkFBQTtBQ0hKO0FET0E7RUFDRSxrQkFBQTtBQ0xGO0FEUUE7RUFDRSxrQkFBQTtFQUNBLFdBQUE7QUNORjtBRFNBO0VBQ0UsV0FBQTtFQUNBLFlBQUE7QUNQRjtBRFVBO0VBQ0Usa0JBQUE7RUFDQSxrQ0FBQTtBQ1JGO0FEV0E7RUFDRSx5QkFBQTtBQ1RGO0FEWUE7RUFDRSxzQkFBQTtFQUNBLHVCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QUNWRjtBRGFBO0VBQ0UsbUJBQUE7RUFDQSxzQkFBQTtFQUNBLGtCQUFBO0VBQ0EsV0FBQTtFQUNBLFVBQUE7RUFDQSxVQUFBO0VBQ0EsV0FBQTtBQ1hGO0FEY0E7RUFDRSwyQkFBQTtBQ1pGO0FEZUE7RUFDRSwwQkFBQTtBQ2JGO0FEZ0JBO0VBQ0U7SUFDRSxlQUFBO0lBQ0EsU0FBQTtJQUNBLE9BQUE7SUFDQSxVQUFBO0lBQ0EsUUFBQTtJQUNBLFdBQUE7SUFDQSxZQUFBO0lBQ0EseUJBQUE7WUFBQSxtQkFBQTtJQUNBLFlBQUE7SUFDQSxXQUFBO0lBQ0EsdUJBQUE7SUFDQSw2QkFBQTtFQ2RGO0VERUE7SUFlSSxtQkFBQTtZQUFBLE9BQUE7SUFDQSxvQkFBQTtJQUFBLGFBQUE7SUFDQSx5QkFBQTtZQUFBLG1CQUFBO0lBQ0EsdUJBQUE7WUFBQSwyQkFBQTtFQ2RKO0VESkE7SUFzQkksbUJBQUE7WUFBQSxjQUFBO0lBQ0EsaUJBQUE7RUNmSjtFRFJBO0lBMkJJLHNCQUFBO0VDaEJKO0VEWEE7SUErQkksc0JBQUE7RUNqQko7RURkQTtJQW1DSSxnQkFBQTtFQ2xCSjtFRHNCQTtJQUdJLFdBQUE7RUN0Qko7QUFDRiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3N0YW1wLWNhbnZhcy9zdGFtcC1jYW52YXMuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWNvbnRleHQtbWVudSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogMzdweDtcbiAgdG9wOiAtNDBweDtcbiAgcGFkZGluZzogMDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBib3gtc2hhZG93OiByZ2JhKDAsIDAsIDAsIDAuNTIpIDBweCAwcHggNXB4O1xuXG4gIC5pY29uIHtcbiAgICBmb250LXNpemU6IDE0cHg7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIGNvbG9yOiBAcHJpbWFyeSAhaW1wb3J0YW50O1xuICB9XG5cbiAgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgICB0b3A6IC0xMjBweCAhaW1wb3J0YW50O1xuICAgIGhlaWdodDogMTIwcHg7XG4gICAgb3ZlcmZsb3cteTogYXV0bztcbiAgfVxuXG4gIDo6bmctZGVlcCAuaWNvbi1idXR0b24ge1xuICAgIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuLmdkLXN0YW1wLWJveCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbn1cblxuLnBhbGV0dGUge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogLTE5MHB4O1xufVxuXG4uY3NnLXByZXZpZXcge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4uY3NnLWJvdW5kaW5nLWJveCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgYmFja2dyb3VuZC1jb2xvcjogdW5zZXQgIWltcG9ydGFudDtcbn1cblxuLmNzZy1ib3VuZGluZy1ib3guYWN0aXZlIHtcbiAgYm9yZGVyOiAxcHggc29saWQgIzY3OUZGQTtcbn1cblxuLmNzZy1ib3JkZXItd2lkdGgge1xuICB3aWR0aDogMzdweCAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IDM3cHggIWltcG9ydGFudDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5iZy1jb2xvci1waWMge1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGhlaWdodDogOHB4O1xuICB3aWR0aDogOHB4O1xuICByaWdodDogNnB4O1xuICBib3R0b206IDZweDtcbn1cblxuOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBtaW4td2lkdGg6IHVuc2V0ICFpbXBvcnRhbnQ7XG59XG5cbjo6bmctZGVlcCAuc2VsZWN0ZWQtdmFsdWUge1xuICBmb250LXNpemU6IDEycHggIWltcG9ydGFudDtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLmdkLWNvbnRleHQtbWVudSB7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIGJvdHRvbTogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHRvcDogdW5zZXQ7XG4gICAgcmlnaHQ6IDA7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiA2MHB4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgcGFkZGluZzogMHB4O1xuICAgIG1hcmdpbjogMHB4O1xuICAgIGJhY2tncm91bmQtY29sb3I6IHdoaXRlO1xuICAgIGJvcmRlci10b3A6IDJweCBzb2xpZCAjNzA3MDcwO1xuXG4gICAgLmNvbG9yLWZvci1zaGFwZSB7XG4gICAgICBmbGV4OiAxO1xuICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG4gICAgfVxuXG4gICAgLnN0YW1wLXRyYXNoIHtcbiAgICAgIGZsZXg6IDAgMCAzN3B4O1xuICAgICAgbWFyZ2luLXJpZ2h0OiA4cHg7XG4gICAgfVxuXG4gICAgOjpuZy1kZWVwIC5idXR0b24ge1xuICAgICAgbWFyZ2luOiAzcHggIWltcG9ydGFudDtcbiAgICB9XG5cbiAgICA6Om5nLWRlZXAgLnNlbGVjdCB7XG4gICAgICBtYXJnaW46IDNweCAhaW1wb3J0YW50O1xuICAgIH1cblxuICAgIC5maXJzdC1lbGVtZW50IHtcbiAgICAgIG1hcmdpbi1sZWZ0OiA4cHg7XG4gICAgfVxuICB9XG5cbiAgLmNzZy1ib3JkZXItd2lkdGgge1xuXG4gICAgLnNlbGVjdCB7XG4gICAgICB3aWR0aDogMjFweDtcbiAgICB9XG4gIH1cblxufVxuIiwiLmdkLWNvbnRleHQtbWVudSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogMzdweDtcbiAgdG9wOiAtNDBweDtcbiAgcGFkZGluZzogMDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBib3gtc2hhZG93OiByZ2JhKDAsIDAsIDAsIDAuNTIpIDBweCAwcHggNXB4O1xufVxuLmdkLWNvbnRleHQtbWVudSAuaWNvbiB7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBjb2xvcjogIzNFNEU1QSAhaW1wb3J0YW50O1xufVxuLmdkLWNvbnRleHQtbWVudSA6Om5nLWRlZXAgLmRyb3Bkb3duLW1lbnUge1xuICB0b3A6IC0xMjBweCAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IDEyMHB4O1xuICBvdmVyZmxvdy15OiBhdXRvO1xufVxuLmdkLWNvbnRleHQtbWVudSA6Om5nLWRlZXAgLmljb24tYnV0dG9uIHtcbiAgbWFyZ2luOiAwcHggIWltcG9ydGFudDtcbn1cbi5nZC1zdGFtcC1ib3gge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG59XG4ucGFsZXR0ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAtMTkwcHg7XG59XG4uY3NnLXByZXZpZXcge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLmNzZy1ib3VuZGluZy1ib3gge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJhY2tncm91bmQtY29sb3I6IHVuc2V0ICFpbXBvcnRhbnQ7XG59XG4uY3NnLWJvdW5kaW5nLWJveC5hY3RpdmUge1xuICBib3JkZXI6IDFweCBzb2xpZCAjNjc5RkZBO1xufVxuLmNzZy1ib3JkZXItd2lkdGgge1xuICB3aWR0aDogMzdweCAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IDM3cHggIWltcG9ydGFudDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uYmctY29sb3ItcGljIHtcbiAgYm9yZGVyLXJhZGl1czogMTAwJTtcbiAgYm9yZGVyOiAxcHggc29saWQgI0NDQztcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBoZWlnaHQ6IDhweDtcbiAgd2lkdGg6IDhweDtcbiAgcmlnaHQ6IDZweDtcbiAgYm90dG9tOiA2cHg7XG59XG46Om5nLWRlZXAgLnNlbGVjdCB7XG4gIG1pbi13aWR0aDogdW5zZXQgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuc2VsZWN0ZWQtdmFsdWUge1xuICBmb250LXNpemU6IDEycHggIWltcG9ydGFudDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLWNvbnRleHQtbWVudSB7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIGJvdHRvbTogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHRvcDogdW5zZXQ7XG4gICAgcmlnaHQ6IDA7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiA2MHB4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgcGFkZGluZzogMHB4O1xuICAgIG1hcmdpbjogMHB4O1xuICAgIGJhY2tncm91bmQtY29sb3I6IHdoaXRlO1xuICAgIGJvcmRlci10b3A6IDJweCBzb2xpZCAjNzA3MDcwO1xuICB9XG4gIC5nZC1jb250ZXh0LW1lbnUgLmNvbG9yLWZvci1zaGFwZSB7XG4gICAgZmxleDogMTtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBmbGV4LXN0YXJ0O1xuICB9XG4gIC5nZC1jb250ZXh0LW1lbnUgLnN0YW1wLXRyYXNoIHtcbiAgICBmbGV4OiAwIDAgMzdweDtcbiAgICBtYXJnaW4tcmlnaHQ6IDhweDtcbiAgfVxuICAuZ2QtY29udGV4dC1tZW51IDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICBtYXJnaW46IDNweCAhaW1wb3J0YW50O1xuICB9XG4gIC5nZC1jb250ZXh0LW1lbnUgOjpuZy1kZWVwIC5zZWxlY3Qge1xuICAgIG1hcmdpbjogM3B4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgLmdkLWNvbnRleHQtbWVudSAuZmlyc3QtZWxlbWVudCB7XG4gICAgbWFyZ2luLWxlZnQ6IDhweDtcbiAgfVxuICAuY3NnLWJvcmRlci13aWR0aCAuc2VsZWN0IHtcbiAgICB3aWR0aDogMjFweDtcbiAgfVxufVxuIl19 */" +module.exports = ".gd-context-menu {\n display: -webkit-box;\n display: flex;\n height: 37px;\n top: -40px;\n padding: 0;\n background-color: #FFFFFF;\n cursor: default;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n box-shadow: rgba(0, 0, 0, 0.52) 0px 0px 5px;\n}\n.gd-context-menu .icon {\n font-size: 14px;\n cursor: pointer;\n color: #3E4E5A !important;\n}\n.gd-context-menu ::ng-deep .dropdown-menu {\n top: -120px !important;\n height: 120px;\n overflow-y: auto;\n}\n.gd-context-menu ::ng-deep .icon-button {\n margin: 0px !important;\n}\n.gd-stamp-box {\n position: absolute;\n}\n.palette {\n position: absolute;\n top: -190px;\n}\n.csg-preview {\n width: 100%;\n height: 100%;\n}\n.csg-bounding-box {\n position: absolute;\n background-color: unset !important;\n}\n.csg-bounding-box.active {\n border: 1px solid #679FFA;\n}\n.csg-border-width {\n width: 37px !important;\n height: 37px !important;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n}\n.bg-color-pic {\n border-radius: 100%;\n border: 1px solid #CCC;\n position: absolute;\n height: 8px;\n width: 8px;\n right: 6px;\n bottom: 6px;\n}\n::ng-deep .select {\n min-width: unset !important;\n}\n::ng-deep .selected-value {\n font-size: 12px !important;\n}\n@media (max-width: 1037px) {\n .gd-context-menu {\n position: fixed;\n bottom: 0;\n left: 0;\n top: unset;\n right: 0;\n width: 100%;\n height: 60px;\n -webkit-box-align: center;\n align-items: center;\n padding: 0px;\n margin: 0px;\n background-color: white;\n border-top: 2px solid #707070;\n }\n .gd-context-menu .color-for-shape {\n -webkit-box-flex: 1;\n flex: 1;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: start;\n justify-content: flex-start;\n }\n .gd-context-menu .stamp-trash {\n -webkit-box-flex: 0;\n flex: 0 0 37px;\n margin-right: 8px;\n }\n .gd-context-menu ::ng-deep .button {\n margin: 3px !important;\n }\n .gd-context-menu ::ng-deep .select {\n margin: 3px !important;\n }\n .gd-context-menu .first-element {\n margin-left: 8px;\n }\n .csg-border-width .select {\n width: 21px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc3RhbXAtY2FudmFzL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zdGFtcC1jYW52YXMvc3RhbXAtY2FudmFzLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zdGFtcC1jYW52YXMvc3RhbXAtY2FudmFzLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsWUFBQTtFQUNBLFVBQUE7RUFDQSxVQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EsMkNBQUE7QUNERjtBRFBBO0VBV0ksZUFBQTtFQUNBLGVBQUE7RUFDQSx5QkFBQTtBQ0RKO0FEWkE7RUFpQkksc0JBQUE7RUFDQSxhQUFBO0VBQ0EsZ0JBQUE7QUNGSjtBRGpCQTtFQXVCSSxzQkFBQTtBQ0hKO0FET0E7RUFDRSxrQkFBQTtBQ0xGO0FEUUE7RUFDRSxrQkFBQTtFQUNBLFdBQUE7QUNORjtBRFNBO0VBQ0UsV0FBQTtFQUNBLFlBQUE7QUNQRjtBRFVBO0VBQ0Usa0JBQUE7RUFDQSxrQ0FBQTtBQ1JGO0FEV0E7RUFDRSx5QkFBQTtBQ1RGO0FEWUE7RUFDRSxzQkFBQTtFQUNBLHVCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QUNWRjtBRGFBO0VBQ0UsbUJBQUE7RUFDQSxzQkFBQTtFQUNBLGtCQUFBO0VBQ0EsV0FBQTtFQUNBLFVBQUE7RUFDQSxVQUFBO0VBQ0EsV0FBQTtBQ1hGO0FEY0E7RUFDRSwyQkFBQTtBQ1pGO0FEZUE7RUFDRSwwQkFBQTtBQ2JGO0FEZ0JBO0VBQ0U7SUFDRSxlQUFBO0lBQ0EsU0FBQTtJQUNBLE9BQUE7SUFDQSxVQUFBO0lBQ0EsUUFBQTtJQUNBLFdBQUE7SUFDQSxZQUFBO0lBQ0EseUJBQUE7WUFBQSxtQkFBQTtJQUNBLFlBQUE7SUFDQSxXQUFBO0lBQ0EsdUJBQUE7SUFDQSw2QkFBQTtFQ2RGO0VERUE7SUFlSSxtQkFBQTtZQUFBLE9BQUE7SUFDQSxvQkFBQTtJQUFBLGFBQUE7SUFDQSx5QkFBQTtZQUFBLG1CQUFBO0lBQ0EsdUJBQUE7WUFBQSwyQkFBQTtFQ2RKO0VESkE7SUFzQkksbUJBQUE7WUFBQSxjQUFBO0lBQ0EsaUJBQUE7RUNmSjtFRFJBO0lBMkJJLHNCQUFBO0VDaEJKO0VEWEE7SUErQkksc0JBQUE7RUNqQko7RURkQTtJQW1DSSxnQkFBQTtFQ2xCSjtFRHNCQTtJQUdJLFdBQUE7RUN0Qko7QUFDRiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3N0YW1wLWNhbnZhcy9zdGFtcC1jYW52YXMuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWNvbnRleHQtbWVudSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogMzdweDtcbiAgdG9wOiAtNDBweDtcbiAgcGFkZGluZzogMDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBib3gtc2hhZG93OiByZ2JhKDAsIDAsIDAsIDAuNTIpIDBweCAwcHggNXB4O1xuXG4gIC5pY29uIHtcbiAgICBmb250LXNpemU6IDE0cHg7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIGNvbG9yOiBAcHJpbWFyeSAhaW1wb3J0YW50O1xuICB9XG5cbiAgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgICB0b3A6IC0xMjBweCAhaW1wb3J0YW50O1xuICAgIGhlaWdodDogMTIwcHg7XG4gICAgb3ZlcmZsb3cteTogYXV0bztcbiAgfVxuXG4gIDo6bmctZGVlcCAuaWNvbi1idXR0b24ge1xuICAgIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuLmdkLXN0YW1wLWJveCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbn1cblxuLnBhbGV0dGUge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogLTE5MHB4O1xufVxuXG4uY3NnLXByZXZpZXcge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4uY3NnLWJvdW5kaW5nLWJveCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgYmFja2dyb3VuZC1jb2xvcjogdW5zZXQgIWltcG9ydGFudDtcbn1cblxuLmNzZy1ib3VuZGluZy1ib3guYWN0aXZlIHtcbiAgYm9yZGVyOiAxcHggc29saWQgIzY3OUZGQTtcbn1cblxuLmNzZy1ib3JkZXItd2lkdGgge1xuICB3aWR0aDogMzdweCAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IDM3cHggIWltcG9ydGFudDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5iZy1jb2xvci1waWMge1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGhlaWdodDogOHB4O1xuICB3aWR0aDogOHB4O1xuICByaWdodDogNnB4O1xuICBib3R0b206IDZweDtcbn1cblxuOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBtaW4td2lkdGg6IHVuc2V0ICFpbXBvcnRhbnQ7XG59XG5cbjo6bmctZGVlcCAuc2VsZWN0ZWQtdmFsdWUge1xuICBmb250LXNpemU6IDEycHggIWltcG9ydGFudDtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLmdkLWNvbnRleHQtbWVudSB7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIGJvdHRvbTogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHRvcDogdW5zZXQ7XG4gICAgcmlnaHQ6IDA7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiA2MHB4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgcGFkZGluZzogMHB4O1xuICAgIG1hcmdpbjogMHB4O1xuICAgIGJhY2tncm91bmQtY29sb3I6IHdoaXRlO1xuICAgIGJvcmRlci10b3A6IDJweCBzb2xpZCAjNzA3MDcwO1xuXG4gICAgLmNvbG9yLWZvci1zaGFwZSB7XG4gICAgICBmbGV4OiAxO1xuICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG4gICAgfVxuXG4gICAgLnN0YW1wLXRyYXNoIHtcbiAgICAgIGZsZXg6IDAgMCAzN3B4O1xuICAgICAgbWFyZ2luLXJpZ2h0OiA4cHg7XG4gICAgfVxuXG4gICAgOjpuZy1kZWVwIC5idXR0b24ge1xuICAgICAgbWFyZ2luOiAzcHggIWltcG9ydGFudDtcbiAgICB9XG5cbiAgICA6Om5nLWRlZXAgLnNlbGVjdCB7XG4gICAgICBtYXJnaW46IDNweCAhaW1wb3J0YW50O1xuICAgIH1cblxuICAgIC5maXJzdC1lbGVtZW50IHtcbiAgICAgIG1hcmdpbi1sZWZ0OiA4cHg7XG4gICAgfVxuICB9XG5cbiAgLmNzZy1ib3JkZXItd2lkdGgge1xuXG4gICAgLnNlbGVjdCB7XG4gICAgICB3aWR0aDogMjFweDtcbiAgICB9XG4gIH1cblxufVxuIiwiLmdkLWNvbnRleHQtbWVudSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogMzdweDtcbiAgdG9wOiAtNDBweDtcbiAgcGFkZGluZzogMDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBib3gtc2hhZG93OiByZ2JhKDAsIDAsIDAsIDAuNTIpIDBweCAwcHggNXB4O1xufVxuLmdkLWNvbnRleHQtbWVudSAuaWNvbiB7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBjb2xvcjogIzNFNEU1QSAhaW1wb3J0YW50O1xufVxuLmdkLWNvbnRleHQtbWVudSA6Om5nLWRlZXAgLmRyb3Bkb3duLW1lbnUge1xuICB0b3A6IC0xMjBweCAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IDEyMHB4O1xuICBvdmVyZmxvdy15OiBhdXRvO1xufVxuLmdkLWNvbnRleHQtbWVudSA6Om5nLWRlZXAgLmljb24tYnV0dG9uIHtcbiAgbWFyZ2luOiAwcHggIWltcG9ydGFudDtcbn1cbi5nZC1zdGFtcC1ib3gge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG59XG4ucGFsZXR0ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAtMTkwcHg7XG59XG4uY3NnLXByZXZpZXcge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLmNzZy1ib3VuZGluZy1ib3gge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJhY2tncm91bmQtY29sb3I6IHVuc2V0ICFpbXBvcnRhbnQ7XG59XG4uY3NnLWJvdW5kaW5nLWJveC5hY3RpdmUge1xuICBib3JkZXI6IDFweCBzb2xpZCAjNjc5RkZBO1xufVxuLmNzZy1ib3JkZXItd2lkdGgge1xuICB3aWR0aDogMzdweCAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IDM3cHggIWltcG9ydGFudDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uYmctY29sb3ItcGljIHtcbiAgYm9yZGVyLXJhZGl1czogMTAwJTtcbiAgYm9yZGVyOiAxcHggc29saWQgI0NDQztcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBoZWlnaHQ6IDhweDtcbiAgd2lkdGg6IDhweDtcbiAgcmlnaHQ6IDZweDtcbiAgYm90dG9tOiA2cHg7XG59XG46Om5nLWRlZXAgLnNlbGVjdCB7XG4gIG1pbi13aWR0aDogdW5zZXQgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuc2VsZWN0ZWQtdmFsdWUge1xuICBmb250LXNpemU6IDEycHggIWltcG9ydGFudDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLWNvbnRleHQtbWVudSB7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIGJvdHRvbTogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHRvcDogdW5zZXQ7XG4gICAgcmlnaHQ6IDA7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiA2MHB4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgcGFkZGluZzogMHB4O1xuICAgIG1hcmdpbjogMHB4O1xuICAgIGJhY2tncm91bmQtY29sb3I6IHdoaXRlO1xuICAgIGJvcmRlci10b3A6IDJweCBzb2xpZCAjNzA3MDcwO1xuICB9XG4gIC5nZC1jb250ZXh0LW1lbnUgLmNvbG9yLWZvci1zaGFwZSB7XG4gICAgZmxleDogMTtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBmbGV4LXN0YXJ0O1xuICB9XG4gIC5nZC1jb250ZXh0LW1lbnUgLnN0YW1wLXRyYXNoIHtcbiAgICBmbGV4OiAwIDAgMzdweDtcbiAgICBtYXJnaW4tcmlnaHQ6IDhweDtcbiAgfVxuICAuZ2QtY29udGV4dC1tZW51IDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICBtYXJnaW46IDNweCAhaW1wb3J0YW50O1xuICB9XG4gIC5nZC1jb250ZXh0LW1lbnUgOjpuZy1kZWVwIC5zZWxlY3Qge1xuICAgIG1hcmdpbjogM3B4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgLmdkLWNvbnRleHQtbWVudSAuZmlyc3QtZWxlbWVudCB7XG4gICAgbWFyZ2luLWxlZnQ6IDhweDtcbiAgfVxuICAuY3NnLWJvcmRlci13aWR0aCAuc2VsZWN0IHtcbiAgICB3aWR0aDogMjFweDtcbiAgfVxufVxuIl19 */" /***/ }), /***/ "../../libs/signature/src/lib/stamp-canvas/stamp-canvas.component.ts": -/*!********************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/stamp-canvas/stamp-canvas.component.ts ***! - \********************************************************************************************************************/ +/*!********************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/stamp-canvas/stamp-canvas.component.ts ***! + \********************************************************************************************************/ /*! exports provided: StampCanvasComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -13174,10 +16890,10 @@ let StampCanvasComponent = class StampCanvasComponent { ; refreshRadius() { if (this.props.strokeWidth > 1) { - this.props.radius = (this.props.width / 2) - (this.props.strokeWidth / 2); + this.props.radius = (this.props.width / 2) - (this.props.strokeWidth / 2) - 1; } else { - this.props.radius = (this.props.width / 2); + this.props.radius = (this.props.width / 2) - 1; } } toggleColorPicker($event, bg) { @@ -13288,20 +17004,20 @@ StampCanvasComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/signature/src/lib/stamp-modal/stamp-modal.component.less": -/*!********************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/stamp-modal/stamp-modal.component.less ***! - \********************************************************************************************************************/ +/*!********************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/stamp-modal/stamp-modal.component.less ***! + \********************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".stamp-body {\n width: 1036px;\n height: 561px;\n}\n.stamp-body ::ng-deep .button {\n font-size: unset !important;\n color: #3E4E5A !important;\n}\n.stamp-body ::ng-deep .button ::ng-deep .text {\n padding-left: 0px !important;\n}\n.stamp-body .csg-text-input {\n padding: 5px;\n background-color: #e6e6e6;\n position: absolute;\n top: 120px;\n left: 0px;\n width: calc(100% - 10px);\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n display: -webkit-box;\n display: flex;\n z-index: 99999;\n}\n.stamp-body .csg-text-input::after {\n content: \" \";\n width: 0;\n height: 0;\n border-style: solid;\n border-width: 0 4px 5px 4px;\n border-color: transparent transparent #e6e6e6 transparent;\n position: absolute;\n top: -5px;\n right: 110px;\n}\n.stamp-body .csg-text-input input {\n height: 20px;\n width: 100%;\n padding: 0;\n margin: 0px 10px 0px 0px;\n}\n.stamp-body .csg-insert-text {\n width: 27px;\n height: 27px;\n background-color: #3787F5;\n margin: 0px;\n}\n.stamp-body .csg-insert-text .icon {\n padding: 5px;\n color: white;\n}\n.stamp-header {\n height: 60px;\n width: 100%;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: justify;\n justify-content: space-between;\n -webkit-box-align: center;\n align-items: center;\n}\n.header-buttons {\n display: -webkit-box;\n display: flex;\n}\n.header-buttons .plus {\n font-size: 8px;\n position: absolute;\n height: 5px;\n width: 5px;\n right: 10px;\n bottom: 10px;\n}\n.stamp-export {\n background-color: #25c2d4;\n margin-right: 10px;\n width: 68px;\n height: 37px;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: justify;\n justify-content: space-between;\n color: #FFF;\n -webkit-box-align: center;\n align-items: center;\n cursor: pointer;\n}\n.stamp-export .icon {\n display: -webkit-box;\n display: flex;\n text-align: center;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-flex: 0;\n flex: 0 0 27px;\n}\n.stamp-export .save-button {\n font-size: 10px;\n display: -webkit-box;\n display: flex;\n text-align: center;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-flex: 0;\n flex: 0 0 40px;\n}\n.gd-draw-stamp {\n background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAhCAYAAAC4JqlRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA4UlEQVR4nO2WbQuDMAyE+///q0WhKiiacYFK7BeXK2OMJXC2SF8er2kwiTPO81St6yo5ZxmGQdsnYZwdi/6yLJICIAACIAAC4KcA6uYMgN34BmAX9QgA9atYuQGO47j6mMw4YDXPsyQ8PCqlaAsAuNAjdYC1DyDeY7MOQuoAY10L0CboO0KoAywA6NsFn26QBaUB6hFYAO8VrhEAAfC/APQ1tJXQC9CCXABsKQZAW1qpStgDwG7+kVL8dQBPAnYDQN4cwFgrvFOAfd/Fq23b9IdiHEeZpokWAF41ugKO5u7gN6EQAAAFZL5NAAAAAElFTkSuQmCC) !important;\n position: absolute;\n padding: 0 !important;\n background-color: #fff;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-draw-stamp input {\n height: 30px;\n outline: 2px solid #679FFA;\n}\n.gd-draw-stamp .gd-draw-stamp-text {\n z-index: 99999;\n}\n.gd-draw-stamp .gd-text-menu-context {\n height: 37px;\n top: 180px;\n padding: 0;\n background-color: #FFFFFF;\n cursor: default;\n position: absolute;\n box-shadow: rgba(0, 0, 0, 0.52) 0px 0px 5px;\n}\n.gd-draw-stamp .gd-text-menu-context ::ng-deep .color-for-text {\n -webkit-box-flex: 1;\n flex: 1;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: start;\n justify-content: flex-start;\n}\n.gd-draw-stamp .gd-text-menu-context .stamp-trash {\n -webkit-box-flex: 0;\n flex: 0 0 37px;\n margin-right: 8px;\n}\n.gd-draw-stamp .gd-text-menu-context ::ng-deep .first-component ::ng-deep .dropdown-menu {\n left: 8px;\n}\n::ng-deep .select {\n color: #3E4E5A !important;\n}\n::ng-deep gd-drop-down {\n z-index: 999999 !important;\n}\n@media (max-width: 1037px) {\n .stamp-body {\n width: inherit;\n height: inherit;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zdGFtcC1tb2RhbC9zdGFtcC1tb2RhbC5jb21wb25lbnQubGVzcyIsImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc3RhbXAtbW9kYWwvc3RhbXAtbW9kYWwuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxhQUFBO0VBQ0EsYUFBQTtBQ0RGO0FEREE7RUFLSSwyQkFBQTtFQUNBLHlCQUFBO0FDREo7QURMQTtFQVNNLDRCQUFBO0FDRE47QURSQTtFQWNJLFlBQUE7RUFDQSx5QkFBQTtFQUNBLGtCQUFBO0VBQ0EsVUFBQTtFQUNBLFNBQUE7RUFDQSx3QkFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGNBQUE7QUNISjtBRG5CQTtFQTBCSSxZQUFBO0VBQ0EsUUFBQTtFQUNBLFNBQUE7RUFDQSxtQkFBQTtFQUNBLDJCQUFBO0VBQ0EseURBQUE7RUFDQSxrQkFBQTtFQUNBLFNBQUE7RUFDQSxZQUFBO0FDSko7QUQ5QkE7RUFzQ0ksWUFBQTtFQUNBLFdBQUE7RUFDQSxVQUFBO0VBQ0Esd0JBQUE7QUNMSjtBRHBDQTtFQTZDSSxXQUFBO0VBQ0EsWUFBQTtFQUNBLHlCQUFBO0VBQ0EsV0FBQTtBQ05KO0FEMUNBO0VBbURNLFlBQUE7RUFDQSxZQUFBO0FDTk47QURXQTtFQUNFLFlBQUE7RUFDQSxXQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSw4QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QUNURjtBRFlBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0FDVkY7QURTQTtFQUlJLGNBQUE7RUFDQSxrQkFBQTtFQUNBLFdBQUE7RUFDQSxVQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7QUNWSjtBRGNBO0VBQ0UseUJBQUE7RUFDQSxrQkFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSw4QkFBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsZUFBQTtBQ1pGO0FER0E7RUFZSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxrQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxtQkFBQTtVQUFBLGNBQUE7QUNaSjtBREhBO0VBbUJJLGVBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxrQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxtQkFBQTtVQUFBLGNBQUE7QUNiSjtBRGlCQTtFQUNFLDRjQUFBO0VBQ0Esa0JBQUE7RUFDQSxxQkFBQTtFQUNBLHNCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QUNmRjtBRFFBO0VBVUksWUFBQTtFQUNBLDBCQUFBO0FDZko7QURJQTtFQWVJLGNBQUE7QUNoQko7QURDQTtFQW1CSSxZQUFBO0VBQ0EsVUFBQTtFQUNBLFVBQUE7RUFDQSx5QkFBQTtFQUNBLGVBQUE7RUFDQSxrQkFBQTtFQUNBLDJDQUFBO0FDakJKO0FEUkE7RUE0Qk0sbUJBQUE7VUFBQSxPQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHVCQUFBO1VBQUEsMkJBQUE7QUNqQk47QURkQTtFQW1DTSxtQkFBQTtVQUFBLGNBQUE7RUFDQSxpQkFBQTtBQ2xCTjtBRGxCQTtFQXlDUSxTQUFBO0FDcEJSO0FEMEJBO0VBQ0UseUJBQUE7QUN4QkY7QUQyQkE7RUFDRSwwQkFBQTtBQ3pCRjtBRDRCQTtFQUNFO0lBQ0UsY0FBQTtJQUNBLGVBQUE7RUMxQkY7QUFDRiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3N0YW1wLW1vZGFsL3N0YW1wLW1vZGFsLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbi5zdGFtcC1ib2R5IHtcbiAgd2lkdGg6IDEwMzZweDtcbiAgaGVpZ2h0OiA1NjFweDtcblxuICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgZm9udC1zaXplOiB1bnNldCAhaW1wb3J0YW50O1xuICAgIGNvbG9yOiBAcHJpbWFyeSAhaW1wb3J0YW50O1xuXG4gICAgOjpuZy1kZWVwIC50ZXh0IHtcbiAgICAgIHBhZGRpbmctbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG5cbiAgLmNzZy10ZXh0LWlucHV0IHtcbiAgICBwYWRkaW5nOiA1cHg7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI2U2ZTZlNjtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgdG9wOiAxMjBweDtcbiAgICBsZWZ0OiAwcHg7XG4gICAgd2lkdGg6IH5cImNhbGMoMTAwJSAtIDEwcHgpXCI7XG4gICAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIHotaW5kZXg6IDk5OTk5O1xuICB9XG5cbiAgLmNzZy10ZXh0LWlucHV0OjphZnRlciB7XG4gICAgY29udGVudDogXCIgXCI7XG4gICAgd2lkdGg6IDA7XG4gICAgaGVpZ2h0OiAwO1xuICAgIGJvcmRlci1zdHlsZTogc29saWQ7XG4gICAgYm9yZGVyLXdpZHRoOiAwIDRweCA1cHggNHB4O1xuICAgIGJvcmRlci1jb2xvcjogdHJhbnNwYXJlbnQgdHJhbnNwYXJlbnQgI2U2ZTZlNiB0cmFuc3BhcmVudDtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgdG9wOiAtNXB4O1xuICAgIHJpZ2h0OiAxMTBweDtcbiAgfVxuXG4gIC5jc2ctdGV4dC1pbnB1dCBpbnB1dCB7XG4gICAgaGVpZ2h0OiAyMHB4O1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIHBhZGRpbmc6IDA7XG4gICAgbWFyZ2luOiAwcHggMTBweCAwcHggMHB4O1xuICB9XG5cbiAgLmNzZy1pbnNlcnQtdGV4dCB7XG4gICAgd2lkdGg6IDI3cHg7XG4gICAgaGVpZ2h0OiAyN3B4O1xuICAgIGJhY2tncm91bmQtY29sb3I6ICMzNzg3RjU7XG4gICAgbWFyZ2luOiAwcHg7XG5cbiAgICAuaWNvbiB7XG4gICAgICBwYWRkaW5nOiA1cHg7XG4gICAgICBjb2xvcjogd2hpdGU7XG4gICAgfVxuICB9XG59XG5cbi5zdGFtcC1oZWFkZXIge1xuICBoZWlnaHQ6IDYwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5oZWFkZXItYnV0dG9ucyB7XG4gIGRpc3BsYXk6IGZsZXg7XG5cbiAgLnBsdXMge1xuICAgIGZvbnQtc2l6ZTogOHB4O1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICBoZWlnaHQ6IDVweDtcbiAgICB3aWR0aDogNXB4O1xuICAgIHJpZ2h0OiAxMHB4O1xuICAgIGJvdHRvbTogMTBweDtcbiAgfVxufVxuXG4uc3RhbXAtZXhwb3J0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogQGJyYW5kO1xuICBtYXJnaW4tcmlnaHQ6IDEwcHg7XG4gIHdpZHRoOiA2OHB4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcbiAgY29sb3I6ICNGRkY7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGN1cnNvcjogcG9pbnRlcjtcblxuICAuaWNvbiB7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgZmxleDogMCAwIDI3cHg7XG4gIH1cblxuICAuc2F2ZS1idXR0b24ge1xuICAgIGZvbnQtc2l6ZTogMTBweDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBmbGV4OiAwIDAgNDBweDtcbiAgfVxufVxuXG4uZ2QtZHJhdy1zdGFtcCB7XG4gIGJhY2tncm91bmQtaW1hZ2U6IHVybChkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUNBQUFBQWhDQVlBQUFDNEpxbFJBQUFBQ1hCSVdYTUFBQTdFQUFBT3hBR1ZLdzRiQUFBQTRVbEVRVlI0bk8yV2JRdURNQXlFKy8vL3EwV2hLaWlhY1lGSzdCZVhLMk9NSlhDMlNGOGVyMmt3aVRQTzgxU3Q2eW81WnhtR1Fkc25ZWndkaS82eUxKSUNJQUFDSUFBQzRLY0E2dVlNZ04zNEJtQVg5UWdBOWF0WXVRR080N2o2bU13NFlEWFBzeVE4UENxbGFBc0F1TkFqZFlDMUR5RGVZN01PUXVvQVkxMEwwQ2JvTzBLb0F5d0E2TnNGbjI2UUJhVUI2aEZZQU84VnJoRUFBZkMvQVBRMXRKWFFDOUNDWEFCc0tRWkFXMXFwU3RnRHdHNytrVkw4ZFFCUEFuWURRTjRjd0ZncnZGT0FmZC9GcTIzYjlJZGlIRWVacG9rV0FGNDF1Z0tPNXU3Z042RVFBQUFGWkw1TkFBQUFBRWxGVGtTdVFtQ0MpICFpbXBvcnRhbnQ7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcGFkZGluZzogMCAhaW1wb3J0YW50O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmO1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcblxuICBpbnB1dCB7XG4gICAgaGVpZ2h0OiAzMHB4O1xuICAgIG91dGxpbmU6IDJweCBzb2xpZCAjNjc5RkZBO1xuICB9XG5cbiAgLmdkLWRyYXctc3RhbXAtdGV4dCB7XG4gICAgei1pbmRleDogOTk5OTk7XG4gIH1cblxuICAuZ2QtdGV4dC1tZW51LWNvbnRleHQge1xuICAgIGhlaWdodDogMzdweDtcbiAgICB0b3A6IDE4MHB4O1xuICAgIHBhZGRpbmc6IDA7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgICBjdXJzb3I6IGRlZmF1bHQ7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIGJveC1zaGFkb3c6IHJnYmEoMCwgMCwgMCwgMC41MikgMHB4IDBweCA1cHg7XG5cbiAgICA6Om5nLWRlZXAgLmNvbG9yLWZvci10ZXh0IHtcbiAgICAgIGZsZXg6IDE7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICAgIGp1c3RpZnktY29udGVudDogZmxleC1zdGFydDtcbiAgICB9XG5cbiAgICAuc3RhbXAtdHJhc2gge1xuICAgICAgZmxleDogMCAwIDM3cHg7XG4gICAgICBtYXJnaW4tcmlnaHQ6IDhweDtcbiAgICB9XG5cbiAgICA6Om5nLWRlZXAgLmZpcnN0LWNvbXBvbmVudCB7XG4gICAgICA6Om5nLWRlZXAgLmRyb3Bkb3duLW1lbnUge1xuICAgICAgICBsZWZ0OiA4cHg7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbjo6bmctZGVlcCAuc2VsZWN0IHtcbiAgY29sb3I6IEBwcmltYXJ5ICFpbXBvcnRhbnQ7XG59XG5cbjo6bmctZGVlcCBnZC1kcm9wLWRvd24ge1xuICB6LWluZGV4OiA5OTk5OTkgIWltcG9ydGFudDtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLnN0YW1wLWJvZHkge1xuICAgIHdpZHRoOiBpbmhlcml0O1xuICAgIGhlaWdodDogaW5oZXJpdDtcbiAgfVxufVxuIiwiLnN0YW1wLWJvZHkge1xuICB3aWR0aDogMTAzNnB4O1xuICBoZWlnaHQ6IDU2MXB4O1xufVxuLnN0YW1wLWJvZHkgOjpuZy1kZWVwIC5idXR0b24ge1xuICBmb250LXNpemU6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gIGNvbG9yOiAjM0U0RTVBICFpbXBvcnRhbnQ7XG59XG4uc3RhbXAtYm9keSA6Om5nLWRlZXAgLmJ1dHRvbiA6Om5nLWRlZXAgLnRleHQge1xuICBwYWRkaW5nLWxlZnQ6IDBweCAhaW1wb3J0YW50O1xufVxuLnN0YW1wLWJvZHkgLmNzZy10ZXh0LWlucHV0IHtcbiAgcGFkZGluZzogNXB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTZlNmU2O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMTIwcHg7XG4gIGxlZnQ6IDBweDtcbiAgd2lkdGg6IGNhbGMoMTAwJSAtIDEwcHgpO1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBkaXNwbGF5OiBmbGV4O1xuICB6LWluZGV4OiA5OTk5OTtcbn1cbi5zdGFtcC1ib2R5IC5jc2ctdGV4dC1pbnB1dDo6YWZ0ZXIge1xuICBjb250ZW50OiBcIiBcIjtcbiAgd2lkdGg6IDA7XG4gIGhlaWdodDogMDtcbiAgYm9yZGVyLXN0eWxlOiBzb2xpZDtcbiAgYm9yZGVyLXdpZHRoOiAwIDRweCA1cHggNHB4O1xuICBib3JkZXItY29sb3I6IHRyYW5zcGFyZW50IHRyYW5zcGFyZW50ICNlNmU2ZTYgdHJhbnNwYXJlbnQ7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAtNXB4O1xuICByaWdodDogMTEwcHg7XG59XG4uc3RhbXAtYm9keSAuY3NnLXRleHQtaW5wdXQgaW5wdXQge1xuICBoZWlnaHQ6IDIwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICBwYWRkaW5nOiAwO1xuICBtYXJnaW46IDBweCAxMHB4IDBweCAwcHg7XG59XG4uc3RhbXAtYm9keSAuY3NnLWluc2VydC10ZXh0IHtcbiAgd2lkdGg6IDI3cHg7XG4gIGhlaWdodDogMjdweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzM3ODdGNTtcbiAgbWFyZ2luOiAwcHg7XG59XG4uc3RhbXAtYm9keSAuY3NnLWluc2VydC10ZXh0IC5pY29uIHtcbiAgcGFkZGluZzogNXB4O1xuICBjb2xvcjogd2hpdGU7XG59XG4uc3RhbXAtaGVhZGVyIHtcbiAgaGVpZ2h0OiA2MHB4O1xuICB3aWR0aDogMTAwJTtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmhlYWRlci1idXR0b25zIHtcbiAgZGlzcGxheTogZmxleDtcbn1cbi5oZWFkZXItYnV0dG9ucyAucGx1cyB7XG4gIGZvbnQtc2l6ZTogOHB4O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGhlaWdodDogNXB4O1xuICB3aWR0aDogNXB4O1xuICByaWdodDogMTBweDtcbiAgYm90dG9tOiAxMHB4O1xufVxuLnN0YW1wLWV4cG9ydCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNWMyZDQ7XG4gIG1hcmdpbi1yaWdodDogMTBweDtcbiAgd2lkdGg6IDY4cHg7XG4gIGhlaWdodDogMzdweDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICBjb2xvcjogI0ZGRjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgY3Vyc29yOiBwb2ludGVyO1xufVxuLnN0YW1wLWV4cG9ydCAuaWNvbiB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGZsZXg6IDAgMCAyN3B4O1xufVxuLnN0YW1wLWV4cG9ydCAuc2F2ZS1idXR0b24ge1xuICBmb250LXNpemU6IDEwcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGZsZXg6IDAgMCA0MHB4O1xufVxuLmdkLWRyYXctc3RhbXAge1xuICBiYWNrZ3JvdW5kLWltYWdlOiB1cmwoZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFDQUFBQUFoQ0FZQUFBQzRKcWxSQUFBQUNYQklXWE1BQUE3RUFBQU94QUdWS3c0YkFBQUE0VWxFUVZSNG5PMldiUXVETUF5RSsvLy9xMFdoS2lpYWNZRks3QmVYSzJPTUpYQzJTRjhlcjJrd2lUUE84MVN0NnlvNVp4bUdRZHNuWVp3ZGkvNnlMSklDSUFBQ0lBQUM0S2NBNnVZTWdOMzRCbUFYOVFnQTlhdFl1UUdPNDdqNm1NdzRZRFhQc3lROFBDcWxhQXNBdU5BamRZQzFEeURlWTdNT1F1b0FZMTBMMENib08wS29BeXdBNk5zRm4yNlFCYVVCNmhGWUFPOFZyaEVBQWZDL0FQUTF0SlhRQzlDQ1hBQnNLUVpBVzFxcFN0Z0R3Rzcra1ZMOGRRQlBBbllEUU40Y3dGZ3J2Rk9BZmQvRnEyM2I5SWRpSEVlWnBva1dBRjQxdWdLTzV1N2dONkVRQUFBRlpMNU5BQUFBQUVsRlRrU3VRbUNDKSAhaW1wb3J0YW50O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHBhZGRpbmc6IDAgIWltcG9ydGFudDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZ2QtZHJhdy1zdGFtcCBpbnB1dCB7XG4gIGhlaWdodDogMzBweDtcbiAgb3V0bGluZTogMnB4IHNvbGlkICM2NzlGRkE7XG59XG4uZ2QtZHJhdy1zdGFtcCAuZ2QtZHJhdy1zdGFtcC10ZXh0IHtcbiAgei1pbmRleDogOTk5OTk7XG59XG4uZ2QtZHJhdy1zdGFtcCAuZ2QtdGV4dC1tZW51LWNvbnRleHQge1xuICBoZWlnaHQ6IDM3cHg7XG4gIHRvcDogMTgwcHg7XG4gIHBhZGRpbmc6IDA7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkZGRkY7XG4gIGN1cnNvcjogZGVmYXVsdDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBib3gtc2hhZG93OiByZ2JhKDAsIDAsIDAsIDAuNTIpIDBweCAwcHggNXB4O1xufVxuLmdkLWRyYXctc3RhbXAgLmdkLXRleHQtbWVudS1jb250ZXh0IDo6bmctZGVlcCAuY29sb3ItZm9yLXRleHQge1xuICBmbGV4OiAxO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG59XG4uZ2QtZHJhdy1zdGFtcCAuZ2QtdGV4dC1tZW51LWNvbnRleHQgLnN0YW1wLXRyYXNoIHtcbiAgZmxleDogMCAwIDM3cHg7XG4gIG1hcmdpbi1yaWdodDogOHB4O1xufVxuLmdkLWRyYXctc3RhbXAgLmdkLXRleHQtbWVudS1jb250ZXh0IDo6bmctZGVlcCAuZmlyc3QtY29tcG9uZW50IDo6bmctZGVlcCAuZHJvcGRvd24tbWVudSB7XG4gIGxlZnQ6IDhweDtcbn1cbjo6bmctZGVlcCAuc2VsZWN0IHtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCBnZC1kcm9wLWRvd24ge1xuICB6LWluZGV4OiA5OTk5OTkgIWltcG9ydGFudDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLnN0YW1wLWJvZHkge1xuICAgIHdpZHRoOiBpbmhlcml0O1xuICAgIGhlaWdodDogaW5oZXJpdDtcbiAgfVxufVxuIl19 */" +module.exports = ".stamp-body {\n width: 1036px;\n height: 561px;\n}\n.stamp-body ::ng-deep .button {\n font-size: unset !important;\n color: #3E4E5A !important;\n}\n.stamp-body ::ng-deep .button ::ng-deep .text {\n padding-left: 0px !important;\n}\n.stamp-body .csg-text-input {\n padding: 5px;\n background-color: #e6e6e6;\n position: absolute;\n top: 120px;\n left: 0px;\n width: calc(100% - 10px);\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n display: -webkit-box;\n display: flex;\n z-index: 99999;\n}\n.stamp-body .csg-text-input::after {\n content: \" \";\n width: 0;\n height: 0;\n border-style: solid;\n border-width: 0 4px 5px 4px;\n border-color: transparent transparent #e6e6e6 transparent;\n position: absolute;\n top: -5px;\n right: 110px;\n}\n.stamp-body .csg-text-input input {\n height: 20px;\n width: 100%;\n padding: 0;\n margin: 0px 10px 0px 0px;\n}\n.stamp-body .csg-insert-text {\n width: 27px;\n height: 27px;\n background-color: #3787F5;\n margin: 0px;\n}\n.stamp-body .csg-insert-text .icon {\n padding: 5px;\n color: white;\n}\n.stamp-header {\n height: 60px;\n width: 100%;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: justify;\n justify-content: space-between;\n -webkit-box-align: center;\n align-items: center;\n}\n.header-buttons {\n display: -webkit-box;\n display: flex;\n}\n.header-buttons .plus {\n font-size: 8px;\n position: absolute;\n height: 5px;\n width: 5px;\n right: 10px;\n bottom: 10px;\n}\n.stamp-export {\n background-color: #25c2d4;\n margin-right: 10px;\n width: 68px;\n height: 37px;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: justify;\n justify-content: space-between;\n color: #FFF;\n -webkit-box-align: center;\n align-items: center;\n cursor: pointer;\n}\n.stamp-export .icon {\n display: -webkit-box;\n display: flex;\n text-align: center;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-flex: 0;\n flex: 0 0 27px;\n}\n.stamp-export .save-button {\n font-size: 10px;\n display: -webkit-box;\n display: flex;\n text-align: center;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-flex: 0;\n flex: 0 0 40px;\n}\n.gd-draw-stamp {\n background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAhCAYAAAC4JqlRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA4UlEQVR4nO2WbQuDMAyE+///q0WhKiiacYFK7BeXK2OMJXC2SF8er2kwiTPO81St6yo5ZxmGQdsnYZwdi/6yLJICIAACIAAC4KcA6uYMgN34BmAX9QgA9atYuQGO47j6mMw4YDXPsyQ8PCqlaAsAuNAjdYC1DyDeY7MOQuoAY10L0CboO0KoAywA6NsFn26QBaUB6hFYAO8VrhEAAfC/APQ1tJXQC9CCXABsKQZAW1qpStgDwG7+kVL8dQBPAnYDQN4cwFgrvFOAfd/Fq23b9IdiHEeZpokWAF41ugKO5u7gN6EQAAAFZL5NAAAAAElFTkSuQmCC) !important;\n position: absolute;\n padding: 0 !important;\n background-color: #fff;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-draw-stamp input {\n height: 30px;\n outline: 2px solid #679FFA;\n}\n.gd-draw-stamp .gd-draw-stamp-text {\n z-index: 99999;\n}\n.gd-draw-stamp .gd-text-menu-context {\n height: 37px;\n top: 180px;\n padding: 0;\n background-color: #FFFFFF;\n cursor: default;\n position: absolute;\n box-shadow: rgba(0, 0, 0, 0.52) 0px 0px 5px;\n}\n.gd-draw-stamp .gd-text-menu-context ::ng-deep .color-for-text {\n -webkit-box-flex: 1;\n flex: 1;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: start;\n justify-content: flex-start;\n}\n.gd-draw-stamp .gd-text-menu-context .stamp-trash {\n -webkit-box-flex: 0;\n flex: 0 0 37px;\n margin-right: 8px;\n}\n.gd-draw-stamp .gd-text-menu-context ::ng-deep .first-component ::ng-deep .dropdown-menu {\n left: 8px;\n}\n::ng-deep .select {\n color: #3E4E5A !important;\n}\n::ng-deep gd-drop-down {\n z-index: 999999 !important;\n}\n@media (max-width: 1037px) {\n .stamp-body {\n width: inherit;\n height: inherit;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc3RhbXAtbW9kYWwvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3NpZ25hdHVyZS9zcmMvbGliL3N0YW1wLW1vZGFsL3N0YW1wLW1vZGFsLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zdGFtcC1tb2RhbC9zdGFtcC1tb2RhbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLGFBQUE7RUFDQSxhQUFBO0FDREY7QUREQTtFQUtJLDJCQUFBO0VBQ0EseUJBQUE7QUNESjtBRExBO0VBU00sNEJBQUE7QUNETjtBRFJBO0VBY0ksWUFBQTtFQUNBLHlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxVQUFBO0VBQ0EsU0FBQTtFQUNBLHdCQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsY0FBQTtBQ0hKO0FEbkJBO0VBMEJJLFlBQUE7RUFDQSxRQUFBO0VBQ0EsU0FBQTtFQUNBLG1CQUFBO0VBQ0EsMkJBQUE7RUFDQSx5REFBQTtFQUNBLGtCQUFBO0VBQ0EsU0FBQTtFQUNBLFlBQUE7QUNKSjtBRDlCQTtFQXNDSSxZQUFBO0VBQ0EsV0FBQTtFQUNBLFVBQUE7RUFDQSx3QkFBQTtBQ0xKO0FEcENBO0VBNkNJLFdBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7RUFDQSxXQUFBO0FDTko7QUQxQ0E7RUFtRE0sWUFBQTtFQUNBLFlBQUE7QUNOTjtBRFdBO0VBQ0UsWUFBQTtFQUNBLFdBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLDhCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ1RGO0FEWUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7QUNWRjtBRFNBO0VBSUksY0FBQTtFQUNBLGtCQUFBO0VBQ0EsV0FBQTtFQUNBLFVBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtBQ1ZKO0FEY0E7RUFDRSx5QkFBQTtFQUNBLGtCQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLDhCQUFBO0VBQ0EsV0FBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxlQUFBO0FDWkY7QURHQTtFQVlJLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGtCQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLG1CQUFBO1VBQUEsY0FBQTtBQ1pKO0FESEE7RUFtQkksZUFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGtCQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLG1CQUFBO1VBQUEsY0FBQTtBQ2JKO0FEaUJBO0VBQ0UsNGNBQUE7RUFDQSxrQkFBQTtFQUNBLHFCQUFBO0VBQ0Esc0JBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ2ZGO0FEUUE7RUFVSSxZQUFBO0VBQ0EsMEJBQUE7QUNmSjtBRElBO0VBZUksY0FBQTtBQ2hCSjtBRENBO0VBbUJJLFlBQUE7RUFDQSxVQUFBO0VBQ0EsVUFBQTtFQUNBLHlCQUFBO0VBQ0EsZUFBQTtFQUNBLGtCQUFBO0VBQ0EsMkNBQUE7QUNqQko7QURSQTtFQTRCTSxtQkFBQTtVQUFBLE9BQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsdUJBQUE7VUFBQSwyQkFBQTtBQ2pCTjtBRGRBO0VBbUNNLG1CQUFBO1VBQUEsY0FBQTtFQUNBLGlCQUFBO0FDbEJOO0FEbEJBO0VBeUNRLFNBQUE7QUNwQlI7QUQwQkE7RUFDRSx5QkFBQTtBQ3hCRjtBRDJCQTtFQUNFLDBCQUFBO0FDekJGO0FENEJBO0VBQ0U7SUFDRSxjQUFBO0lBQ0EsZUFBQTtFQzFCRjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc3RhbXAtbW9kYWwvc3RhbXAtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLnN0YW1wLWJvZHkge1xuICB3aWR0aDogMTAzNnB4O1xuICBoZWlnaHQ6IDU2MXB4O1xuXG4gIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICBmb250LXNpemU6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgY29sb3I6IEBwcmltYXJ5ICFpbXBvcnRhbnQ7XG5cbiAgICA6Om5nLWRlZXAgLnRleHQge1xuICAgICAgcGFkZGluZy1sZWZ0OiAwcHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICAuY3NnLXRleHQtaW5wdXQge1xuICAgIHBhZGRpbmc6IDVweDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTZlNmU2O1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDEyMHB4O1xuICAgIGxlZnQ6IDBweDtcbiAgICB3aWR0aDogflwiY2FsYygxMDAlIC0gMTBweClcIjtcbiAgICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgei1pbmRleDogOTk5OTk7XG4gIH1cblxuICAuY3NnLXRleHQtaW5wdXQ6OmFmdGVyIHtcbiAgICBjb250ZW50OiBcIiBcIjtcbiAgICB3aWR0aDogMDtcbiAgICBoZWlnaHQ6IDA7XG4gICAgYm9yZGVyLXN0eWxlOiBzb2xpZDtcbiAgICBib3JkZXItd2lkdGg6IDAgNHB4IDVweCA0cHg7XG4gICAgYm9yZGVyLWNvbG9yOiB0cmFuc3BhcmVudCB0cmFuc3BhcmVudCAjZTZlNmU2IHRyYW5zcGFyZW50O1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IC01cHg7XG4gICAgcmlnaHQ6IDExMHB4O1xuICB9XG5cbiAgLmNzZy10ZXh0LWlucHV0IGlucHV0IHtcbiAgICBoZWlnaHQ6IDIwcHg7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgcGFkZGluZzogMDtcbiAgICBtYXJnaW46IDBweCAxMHB4IDBweCAwcHg7XG4gIH1cblxuICAuY3NnLWluc2VydC10ZXh0IHtcbiAgICB3aWR0aDogMjdweDtcbiAgICBoZWlnaHQ6IDI3cHg7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogIzM3ODdGNTtcbiAgICBtYXJnaW46IDBweDtcblxuICAgIC5pY29uIHtcbiAgICAgIHBhZGRpbmc6IDVweDtcbiAgICAgIGNvbG9yOiB3aGl0ZTtcbiAgICB9XG4gIH1cbn1cblxuLnN0YW1wLWhlYWRlciB7XG4gIGhlaWdodDogNjBweDtcbiAgd2lkdGg6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cblxuLmhlYWRlci1idXR0b25zIHtcbiAgZGlzcGxheTogZmxleDtcblxuICAucGx1cyB7XG4gICAgZm9udC1zaXplOiA4cHg7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIGhlaWdodDogNXB4O1xuICAgIHdpZHRoOiA1cHg7XG4gICAgcmlnaHQ6IDEwcHg7XG4gICAgYm90dG9tOiAxMHB4O1xuICB9XG59XG5cbi5zdGFtcC1leHBvcnQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAYnJhbmQ7XG4gIG1hcmdpbi1yaWdodDogMTBweDtcbiAgd2lkdGg6IDY4cHg7XG4gIGhlaWdodDogMzdweDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICBjb2xvcjogI0ZGRjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgY3Vyc29yOiBwb2ludGVyO1xuXG4gIC5pY29uIHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBmbGV4OiAwIDAgMjdweDtcbiAgfVxuXG4gIC5zYXZlLWJ1dHRvbiB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIGZsZXg6IDAgMCA0MHB4O1xuICB9XG59XG5cbi5nZC1kcmF3LXN0YW1wIHtcbiAgYmFja2dyb3VuZC1pbWFnZTogdXJsKGRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQ0FBQUFBaENBWUFBQUM0SnFsUkFBQUFDWEJJV1hNQUFBN0VBQUFPeEFHVkt3NGJBQUFBNFVsRVFWUjRuTzJXYlF1RE1BeUUrLy8vcTBXaEtpaWFjWUZLN0JlWEsyT01KWEMyU0Y4ZXIya3dpVFBPODFTdDZ5bzVaeG1HUWRzbllad2RpLzZ5TEpJQ0lBQUNJQUFDNEtjQTZ1WU1nTjM0Qm1BWDlRZ0E5YXRZdVFHTzQ3ajZtTXc0WURYUHN5UThQQ3FsYUFzQXVOQWpkWUMxRHlEZVk3TU9RdW9BWTEwTDBDYm9PMEtvQXl3QTZOc0ZuMjZRQmFVQjZoRllBTzhWcmhFQUFmQy9BUFExdEpYUUM5Q0NYQUJzS1FaQVcxcXBTdGdEd0c3K2tWTDhkUUJQQW5ZRFFONGN3RmdydkZPQWZkL0ZxMjNiOUlkaUhFZVpwb2tXQUY0MXVnS081dTdnTjZFUUFBQUZaTDVOQUFBQUFFbEZUa1N1UW1DQykgIWltcG9ydGFudDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBwYWRkaW5nOiAwICFpbXBvcnRhbnQ7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuXG4gIGlucHV0IHtcbiAgICBoZWlnaHQ6IDMwcHg7XG4gICAgb3V0bGluZTogMnB4IHNvbGlkICM2NzlGRkE7XG4gIH1cblxuICAuZ2QtZHJhdy1zdGFtcC10ZXh0IHtcbiAgICB6LWluZGV4OiA5OTk5OTtcbiAgfVxuXG4gIC5nZC10ZXh0LW1lbnUtY29udGV4dCB7XG4gICAgaGVpZ2h0OiAzN3B4O1xuICAgIHRvcDogMTgwcHg7XG4gICAgcGFkZGluZzogMDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGRkZGO1xuICAgIGN1cnNvcjogZGVmYXVsdDtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgYm94LXNoYWRvdzogcmdiYSgwLCAwLCAwLCAwLjUyKSAwcHggMHB4IDVweDtcblxuICAgIDo6bmctZGVlcCAuY29sb3ItZm9yLXRleHQge1xuICAgICAgZmxleDogMTtcbiAgICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgICAganVzdGlmeS1jb250ZW50OiBmbGV4LXN0YXJ0O1xuICAgIH1cblxuICAgIC5zdGFtcC10cmFzaCB7XG4gICAgICBmbGV4OiAwIDAgMzdweDtcbiAgICAgIG1hcmdpbi1yaWdodDogOHB4O1xuICAgIH1cblxuICAgIDo6bmctZGVlcCAuZmlyc3QtY29tcG9uZW50IHtcbiAgICAgIDo6bmctZGVlcCAuZHJvcGRvd24tbWVudSB7XG4gICAgICAgIGxlZnQ6IDhweDtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBjb2xvcjogQHByaW1hcnkgIWltcG9ydGFudDtcbn1cblxuOjpuZy1kZWVwIGdkLWRyb3AtZG93biB7XG4gIHotaW5kZXg6IDk5OTk5OSAhaW1wb3J0YW50O1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuc3RhbXAtYm9keSB7XG4gICAgd2lkdGg6IGluaGVyaXQ7XG4gICAgaGVpZ2h0OiBpbmhlcml0O1xuICB9XG59XG4iLCIuc3RhbXAtYm9keSB7XG4gIHdpZHRoOiAxMDM2cHg7XG4gIGhlaWdodDogNTYxcHg7XG59XG4uc3RhbXAtYm9keSA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIGZvbnQtc2l6ZTogdW5zZXQgIWltcG9ydGFudDtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbn1cbi5zdGFtcC1ib2R5IDo6bmctZGVlcCAuYnV0dG9uIDo6bmctZGVlcCAudGV4dCB7XG4gIHBhZGRpbmctbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG59XG4uc3RhbXAtYm9keSAuY3NnLXRleHQtaW5wdXQge1xuICBwYWRkaW5nOiA1cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlNmU2ZTY7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAxMjBweDtcbiAgbGVmdDogMHB4O1xuICB3aWR0aDogY2FsYygxMDAlIC0gMTBweCk7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHotaW5kZXg6IDk5OTk5O1xufVxuLnN0YW1wLWJvZHkgLmNzZy10ZXh0LWlucHV0OjphZnRlciB7XG4gIGNvbnRlbnQ6IFwiIFwiO1xuICB3aWR0aDogMDtcbiAgaGVpZ2h0OiAwO1xuICBib3JkZXItc3R5bGU6IHNvbGlkO1xuICBib3JkZXItd2lkdGg6IDAgNHB4IDVweCA0cHg7XG4gIGJvcmRlci1jb2xvcjogdHJhbnNwYXJlbnQgdHJhbnNwYXJlbnQgI2U2ZTZlNiB0cmFuc3BhcmVudDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IC01cHg7XG4gIHJpZ2h0OiAxMTBweDtcbn1cbi5zdGFtcC1ib2R5IC5jc2ctdGV4dC1pbnB1dCBpbnB1dCB7XG4gIGhlaWdodDogMjBweDtcbiAgd2lkdGg6IDEwMCU7XG4gIHBhZGRpbmc6IDA7XG4gIG1hcmdpbjogMHB4IDEwcHggMHB4IDBweDtcbn1cbi5zdGFtcC1ib2R5IC5jc2ctaW5zZXJ0LXRleHQge1xuICB3aWR0aDogMjdweDtcbiAgaGVpZ2h0OiAyN3B4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMzc4N0Y1O1xuICBtYXJnaW46IDBweDtcbn1cbi5zdGFtcC1ib2R5IC5jc2ctaW5zZXJ0LXRleHQgLmljb24ge1xuICBwYWRkaW5nOiA1cHg7XG4gIGNvbG9yOiB3aGl0ZTtcbn1cbi5zdGFtcC1oZWFkZXIge1xuICBoZWlnaHQ6IDYwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uaGVhZGVyLWJ1dHRvbnMge1xuICBkaXNwbGF5OiBmbGV4O1xufVxuLmhlYWRlci1idXR0b25zIC5wbHVzIHtcbiAgZm9udC1zaXplOiA4cHg7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgaGVpZ2h0OiA1cHg7XG4gIHdpZHRoOiA1cHg7XG4gIHJpZ2h0OiAxMHB4O1xuICBib3R0b206IDEwcHg7XG59XG4uc3RhbXAtZXhwb3J0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzI1YzJkNDtcbiAgbWFyZ2luLXJpZ2h0OiAxMHB4O1xuICB3aWR0aDogNjhweDtcbiAgaGVpZ2h0OiAzN3B4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIGNvbG9yOiAjRkZGO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uc3RhbXAtZXhwb3J0IC5pY29uIHtcbiAgZGlzcGxheTogZmxleDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleDogMCAwIDI3cHg7XG59XG4uc3RhbXAtZXhwb3J0IC5zYXZlLWJ1dHRvbiB7XG4gIGZvbnQtc2l6ZTogMTBweDtcbiAgZGlzcGxheTogZmxleDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleDogMCAwIDQwcHg7XG59XG4uZ2QtZHJhdy1zdGFtcCB7XG4gIGJhY2tncm91bmQtaW1hZ2U6IHVybChkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUNBQUFBQWhDQVlBQUFDNEpxbFJBQUFBQ1hCSVdYTUFBQTdFQUFBT3hBR1ZLdzRiQUFBQTRVbEVRVlI0bk8yV2JRdURNQXlFKy8vL3EwV2hLaWlhY1lGSzdCZVhLMk9NSlhDMlNGOGVyMmt3aVRQTzgxU3Q2eW81WnhtR1Fkc25ZWndkaS82eUxKSUNJQUFDSUFBQzRLY0E2dVlNZ04zNEJtQVg5UWdBOWF0WXVRR080N2o2bU13NFlEWFBzeVE4UENxbGFBc0F1TkFqZFlDMUR5RGVZN01PUXVvQVkxMEwwQ2JvTzBLb0F5d0E2TnNGbjI2UUJhVUI2aEZZQU84VnJoRUFBZkMvQVBRMXRKWFFDOUNDWEFCc0tRWkFXMXFwU3RnRHdHNytrVkw4ZFFCUEFuWURRTjRjd0ZncnZGT0FmZC9GcTIzYjlJZGlIRWVacG9rV0FGNDF1Z0tPNXU3Z042RVFBQUFGWkw1TkFBQUFBRWxGVGtTdVFtQ0MpICFpbXBvcnRhbnQ7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcGFkZGluZzogMCAhaW1wb3J0YW50O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmO1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cbi5nZC1kcmF3LXN0YW1wIGlucHV0IHtcbiAgaGVpZ2h0OiAzMHB4O1xuICBvdXRsaW5lOiAycHggc29saWQgIzY3OUZGQTtcbn1cbi5nZC1kcmF3LXN0YW1wIC5nZC1kcmF3LXN0YW1wLXRleHQge1xuICB6LWluZGV4OiA5OTk5OTtcbn1cbi5nZC1kcmF3LXN0YW1wIC5nZC10ZXh0LW1lbnUtY29udGV4dCB7XG4gIGhlaWdodDogMzdweDtcbiAgdG9wOiAxODBweDtcbiAgcGFkZGluZzogMDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJveC1zaGFkb3c6IHJnYmEoMCwgMCwgMCwgMC41MikgMHB4IDBweCA1cHg7XG59XG4uZ2QtZHJhdy1zdGFtcCAuZ2QtdGV4dC1tZW51LWNvbnRleHQgOjpuZy1kZWVwIC5jb2xvci1mb3ItdGV4dCB7XG4gIGZsZXg6IDE7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogZmxleC1zdGFydDtcbn1cbi5nZC1kcmF3LXN0YW1wIC5nZC10ZXh0LW1lbnUtY29udGV4dCAuc3RhbXAtdHJhc2gge1xuICBmbGV4OiAwIDAgMzdweDtcbiAgbWFyZ2luLXJpZ2h0OiA4cHg7XG59XG4uZ2QtZHJhdy1zdGFtcCAuZ2QtdGV4dC1tZW51LWNvbnRleHQgOjpuZy1kZWVwIC5maXJzdC1jb21wb25lbnQgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgbGVmdDogOHB4O1xufVxuOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBjb2xvcjogIzNFNEU1QSAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIGdkLWRyb3AtZG93biB7XG4gIHotaW5kZXg6IDk5OTk5OSAhaW1wb3J0YW50O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAuc3RhbXAtYm9keSB7XG4gICAgd2lkdGg6IGluaGVyaXQ7XG4gICAgaGVpZ2h0OiBpbmhlcml0O1xuICB9XG59XG4iXX0= */" /***/ }), /***/ "../../libs/signature/src/lib/stamp-modal/stamp-modal.component.ts": -/*!******************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/stamp-modal/stamp-modal.component.ts ***! - \******************************************************************************************************************/ +/*!******************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/stamp-modal/stamp-modal.component.ts ***! + \******************************************************************************************************/ /*! exports provided: StampModalComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -13380,6 +17096,7 @@ let StampModalComponent = class StampModalComponent { const img = canvasComponent.canvas.nativeElement.toDataURL("image/png"); this._signatureService.saveStamp(img, props).subscribe(() => { this._tabActivationService.changeActiveTab(_signature_models__WEBPACK_IMPORTED_MODULE_2__["SignatureType"].STAMP.id); + this._signatureService.refreshSignatures(); }); this.close(); } @@ -13573,20 +17290,20 @@ StampModalComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/signature/src/lib/upload-signature/upload-signature.component.less": -/*!******************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/upload-signature/upload-signature.component.less ***! - \******************************************************************************************************************************/ +/*!******************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/upload-signature/upload-signature.component.less ***! + \******************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-upload-inputs {\n height: 350px;\n text-align: center;\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-pack: center;\n justify-content: center;\n align-content: center;\n background-color: #FFF;\n}\n.gd-upload-inputs .icon {\n font-size: 52px;\n color: #959DA5;\n}\n.gd-upload-inputs input {\n opacity: 0;\n position: absolute;\n cursor: pointer;\n width: -webkit-fit-content;\n width: -moz-fit-content;\n width: fit-content;\n height: 203px;\n}\n.gd-upload-title {\n color: #bababa;\n font-size: 13px;\n margin: 10px 0px 0px 0px;\n}\n.text {\n font-size: 12px;\n text-align: center;\n}\n@media (max-width: 1037px) {\n .gd-upload-inputs {\n width: -webkit-fill-available;\n }\n .gd-upload-inputs input {\n width: -webkit-fill-available;\n height: 201px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi91cGxvYWQtc2lnbmF0dXJlL3VwbG9hZC1zaWduYXR1cmUuY29tcG9uZW50Lmxlc3MiLCJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3VwbG9hZC1zaWduYXR1cmUvdXBsb2FkLXNpZ25hdHVyZS5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLGFBQUE7RUFDQSxrQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxxQkFBQTtFQUNBLHNCQUFBO0FDREY7QUROQTtFQVVJLGVBQUE7RUFDQSxjQUFBO0FDREo7QURWQTtFQWVJLFVBQUE7RUFDQSxrQkFBQTtFQUNBLGVBQUE7RUFDQSwwQkFBQTtFQUFBLHVCQUFBO0VBQUEsa0JBQUE7RUFDQSxhQUFBO0FDRko7QURNQTtFQUNFLGNBQUE7RUFDQSxlQUFBO0VBQ0Esd0JBQUE7QUNKRjtBRE9BO0VBQ0UsZUFBQTtFQUNBLGtCQUFBO0FDTEY7QURRQTtFQUVFO0lBQ0UsNkJBQUE7RUNQRjtFRFVBO0lBQ0UsNkJBQUE7SUFDQSxhQUFBO0VDUkY7QUFDRiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3VwbG9hZC1zaWduYXR1cmUvdXBsb2FkLXNpZ25hdHVyZS5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uZ2QtdXBsb2FkLWlucHV0cyB7XG4gIGhlaWdodDogMzUwcHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRjtcblxuICAuaWNvbiB7XG4gICAgZm9udC1zaXplOiA1MnB4O1xuICAgIGNvbG9yOiAjOTU5REE1O1xuICB9XG5cbiAgaW5wdXQge1xuICAgIG9wYWNpdHk6IDA7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICB3aWR0aDogZml0LWNvbnRlbnQ7XG4gICAgaGVpZ2h0OiAyMDNweDtcbiAgfVxufVxuXG4uZ2QtdXBsb2FkLXRpdGxlIHtcbiAgY29sb3I6ICNiYWJhYmE7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgbWFyZ2luOiAxMHB4IDBweCAwcHggMHB4O1xufVxuXG4udGV4dCB7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuXG4gIC5nZC11cGxvYWQtaW5wdXRzIHtcbiAgICB3aWR0aDogLXdlYmtpdC1maWxsLWF2YWlsYWJsZTtcbiAgfVxuXG4gIC5nZC11cGxvYWQtaW5wdXRzIGlucHV0IHtcbiAgICB3aWR0aDogLXdlYmtpdC1maWxsLWF2YWlsYWJsZTtcbiAgICBoZWlnaHQ6IDIwMXB4O1xuICB9XG59XG4iLCIuZ2QtdXBsb2FkLWlucHV0cyB7XG4gIGhlaWdodDogMzUwcHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRjtcbn1cbi5nZC11cGxvYWQtaW5wdXRzIC5pY29uIHtcbiAgZm9udC1zaXplOiA1MnB4O1xuICBjb2xvcjogIzk1OURBNTtcbn1cbi5nZC11cGxvYWQtaW5wdXRzIGlucHV0IHtcbiAgb3BhY2l0eTogMDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIHdpZHRoOiBmaXQtY29udGVudDtcbiAgaGVpZ2h0OiAyMDNweDtcbn1cbi5nZC11cGxvYWQtdGl0bGUge1xuICBjb2xvcjogI2JhYmFiYTtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBtYXJnaW46IDEwcHggMHB4IDBweCAwcHg7XG59XG4udGV4dCB7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAuZ2QtdXBsb2FkLWlucHV0cyB7XG4gICAgd2lkdGg6IC13ZWJraXQtZmlsbC1hdmFpbGFibGU7XG4gIH1cbiAgLmdkLXVwbG9hZC1pbnB1dHMgaW5wdXQge1xuICAgIHdpZHRoOiAtd2Via2l0LWZpbGwtYXZhaWxhYmxlO1xuICAgIGhlaWdodDogMjAxcHg7XG4gIH1cbn1cbiJdfQ== */" +module.exports = ".gd-upload-inputs {\n height: 350px;\n text-align: center;\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-pack: center;\n justify-content: center;\n align-content: center;\n background-color: #FFF;\n}\n.gd-upload-inputs .icon {\n font-size: 52px;\n color: #959DA5;\n}\n.gd-upload-inputs input {\n opacity: 0;\n position: absolute;\n cursor: pointer;\n width: -webkit-fit-content;\n width: -moz-fit-content;\n width: fit-content;\n height: 203px;\n}\n.gd-upload-title {\n color: #bababa;\n font-size: 13px;\n margin: 10px 0px 0px 0px;\n}\n.text {\n font-size: 12px;\n text-align: center;\n}\n@media (max-width: 1037px) {\n .gd-upload-inputs {\n width: -webkit-fill-available;\n }\n .gd-upload-inputs input {\n width: -webkit-fill-available;\n height: 201px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvdXBsb2FkLXNpZ25hdHVyZS9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvc2lnbmF0dXJlL3NyYy9saWIvdXBsb2FkLXNpZ25hdHVyZS91cGxvYWQtc2lnbmF0dXJlLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi91cGxvYWQtc2lnbmF0dXJlL3VwbG9hZC1zaWduYXR1cmUuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxhQUFBO0VBQ0Esa0JBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EscUJBQUE7RUFDQSxzQkFBQTtBQ0RGO0FETkE7RUFVSSxlQUFBO0VBQ0EsY0FBQTtBQ0RKO0FEVkE7RUFlSSxVQUFBO0VBQ0Esa0JBQUE7RUFDQSxlQUFBO0VBQ0EsMEJBQUE7RUFBQSx1QkFBQTtFQUFBLGtCQUFBO0VBQ0EsYUFBQTtBQ0ZKO0FETUE7RUFDRSxjQUFBO0VBQ0EsZUFBQTtFQUNBLHdCQUFBO0FDSkY7QURPQTtFQUNFLGVBQUE7RUFDQSxrQkFBQTtBQ0xGO0FEUUE7RUFFRTtJQUNFLDZCQUFBO0VDUEY7RURVQTtJQUNFLDZCQUFBO0lBQ0EsYUFBQTtFQ1JGO0FBQ0YiLCJmaWxlIjoibGlicy9zaWduYXR1cmUvc3JjL2xpYi91cGxvYWQtc2lnbmF0dXJlL3VwbG9hZC1zaWduYXR1cmUuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLXVwbG9hZC1pbnB1dHMge1xuICBoZWlnaHQ6IDM1MHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1jb250ZW50OiBjZW50ZXI7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkY7XG5cbiAgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogNTJweDtcbiAgICBjb2xvcjogIzk1OURBNTtcbiAgfVxuXG4gIGlucHV0IHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgd2lkdGg6IGZpdC1jb250ZW50O1xuICAgIGhlaWdodDogMjAzcHg7XG4gIH1cbn1cblxuLmdkLXVwbG9hZC10aXRsZSB7XG4gIGNvbG9yOiAjYmFiYWJhO1xuICBmb250LXNpemU6IDEzcHg7XG4gIG1hcmdpbjogMTBweCAwcHggMHB4IDBweDtcbn1cblxuLnRleHQge1xuICBmb250LXNpemU6IDEycHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcblxuICAuZ2QtdXBsb2FkLWlucHV0cyB7XG4gICAgd2lkdGg6IC13ZWJraXQtZmlsbC1hdmFpbGFibGU7XG4gIH1cblxuICAuZ2QtdXBsb2FkLWlucHV0cyBpbnB1dCB7XG4gICAgd2lkdGg6IC13ZWJraXQtZmlsbC1hdmFpbGFibGU7XG4gICAgaGVpZ2h0OiAyMDFweDtcbiAgfVxufVxuIiwiLmdkLXVwbG9hZC1pbnB1dHMge1xuICBoZWlnaHQ6IDM1MHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1jb250ZW50OiBjZW50ZXI7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkY7XG59XG4uZ2QtdXBsb2FkLWlucHV0cyAuaWNvbiB7XG4gIGZvbnQtc2l6ZTogNTJweDtcbiAgY29sb3I6ICM5NTlEQTU7XG59XG4uZ2QtdXBsb2FkLWlucHV0cyBpbnB1dCB7XG4gIG9wYWNpdHk6IDA7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB3aWR0aDogZml0LWNvbnRlbnQ7XG4gIGhlaWdodDogMjAzcHg7XG59XG4uZ2QtdXBsb2FkLXRpdGxlIHtcbiAgY29sb3I6ICNiYWJhYmE7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgbWFyZ2luOiAxMHB4IDBweCAwcHggMHB4O1xufVxuLnRleHQge1xuICBmb250LXNpemU6IDEycHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLXVwbG9hZC1pbnB1dHMge1xuICAgIHdpZHRoOiAtd2Via2l0LWZpbGwtYXZhaWxhYmxlO1xuICB9XG4gIC5nZC11cGxvYWQtaW5wdXRzIGlucHV0IHtcbiAgICB3aWR0aDogLXdlYmtpdC1maWxsLWF2YWlsYWJsZTtcbiAgICBoZWlnaHQ6IDIwMXB4O1xuICB9XG59XG4iXX0= */" /***/ }), /***/ "../../libs/signature/src/lib/upload-signature/upload-signature.component.ts": -/*!****************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/upload-signature/upload-signature.component.ts ***! - \****************************************************************************************************************************/ +/*!****************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/upload-signature/upload-signature.component.ts ***! + \****************************************************************************************************************/ /*! exports provided: UploadSignatureComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -13650,10 +17367,10 @@ UploadSignatureComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/viewer/src/index.ts": -/*!*******************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/index.ts ***! - \*******************************************************************************/ -/*! exports provided: initializeApp, setupLoadingInterceptor, ViewerModule, ViewerAppComponent, ViewerService, ViewerConfigService */ +/*!*******************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/index.ts ***! + \*******************************************************************/ +/*! exports provided: initializeApp, endPoint, setupLoadingInterceptor, ViewerModule, ViewerAppComponent, ViewerService, ViewerConfigService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -13661,6 +17378,8 @@ __webpack_require__.r(__webpack_exports__); /* harmony import */ var _lib_viewer_module__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./lib/viewer.module */ "../../libs/viewer/src/lib/viewer.module.ts"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "initializeApp", function() { return _lib_viewer_module__WEBPACK_IMPORTED_MODULE_0__["initializeApp"]; }); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "endPoint", function() { return _lib_viewer_module__WEBPACK_IMPORTED_MODULE_0__["endPoint"]; }); + /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "setupLoadingInterceptor", function() { return _lib_viewer_module__WEBPACK_IMPORTED_MODULE_0__["setupLoadingInterceptor"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ViewerModule", function() { return _lib_viewer_module__WEBPACK_IMPORTED_MODULE_0__["ViewerModule"]; }); @@ -13683,20 +17402,20 @@ __webpack_require__.r(__webpack_exports__); /***/ }), /***/ "../../libs/viewer/src/lib/excel-document/excel-document.component.less": -/*!***********************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/excel-document/excel-document.component.less ***! - \***********************************************************************************************************************/ +/*!***********************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/excel-document/excel-document.component.less ***! + \***********************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ":host {\n overflow: scroll;\n width: 100%;\n background-color: #e7e7e7;\n}\n.document {\n width: 100%;\n -webkit-transition: all 0.4s;\n transition: all 0.4s;\n padding: 0px;\n margin: 0px;\n position: relative;\n}\n.sheets {\n background-color: #fff;\n display: -webkit-box;\n display: flex;\n border-top: 1px solid #e7e7e7;\n position: fixed;\n bottom: 17px;\n right: 17px;\n width: 100%;\n}\n.sheets /deep/ gd-button.active .text {\n background-color: #272727;\n border-radius: 10px;\n color: #eee;\n}\n.sheets /deep/ gd-button .text {\n padding: 1px 12px;\n color: #000;\n}\n.sheets /deep/ gd-button fa-icon {\n display: none;\n}\n.sheets-wrapper {\n margin-left: 29px;\n display: -webkit-box;\n display: flex;\n}\n.page {\n position: relative;\n display: inline-block;\n background-color: #ffffff;\n -webkit-transition: all 0.3s;\n transition: all 0.3s;\n}\n.wait {\n position: absolute;\n top: 55px;\n left: Calc(30%);\n}\n.panzoom {\n -webkit-transform: none;\n transform: none;\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n -webkit-transform-origin: 50% 50% 0px;\n transform-origin: 50% 50% 0px;\n display: -webkit-box;\n display: flex;\n flex-wrap: wrap;\n}\n.gd-zoomed {\n margin: 10px 98px;\n}\n.highlights {\n position: absolute;\n top: 0px;\n left: 0px;\n bottom: 0px;\n right: 0px;\n}\n@media (max-width: 1037px) {\n .document {\n overflow-x: auto !important;\n }\n .panzoom {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n }\n .page {\n min-width: unset !important;\n min-height: unset !important;\n margin: 5px 0px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy92aWV3ZXIvc3JjL2xpYi9leGNlbC1kb2N1bWVudC9leGNlbC1kb2N1bWVudC5jb21wb25lbnQubGVzcyIsImxpYnMvdmlld2VyL3NyYy9saWIvZXhjZWwtZG9jdW1lbnQvZXhjZWwtZG9jdW1lbnQuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxnQkFBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtBQ0RGO0FESUE7RUFDRSxXQUFBO0VBQ0EsNEJBQUE7RUFBQSxvQkFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0Esa0JBQUE7QUNGRjtBREtBO0VBQ0Usc0JBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw2QkFBQTtFQUNBLGVBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLFdBQUE7QUNIRjtBREtJO0VBRU0seUJBQUE7RUFDQSxtQkFBQTtFQUNBLFdBQUE7QUNKVjtBRFRBO0VBaUJNLGlCQUFBO0VBQ0EsV0FBQTtBQ0xOO0FEYkE7RUFxQk0sYUFBQTtBQ0xOO0FEVUE7RUFDRSxpQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ1JGO0FEV0E7RUFDRSxrQkFBQTtFQUNBLHFCQUFBO0VBQ0EseUJBQUE7RUFDQSw0QkFBQTtFQUFBLG9CQUFBO0FDVEY7QURZQTtFQUNFLGtCQUFBO0VBQ0EsU0FBQTtFQUNBLGVBQUE7QUNWRjtBRGFBO0VBQ0UsdUJBQUE7VUFBQSxlQUFBO0VBQ0EsbUNBQUE7VUFBQSwyQkFBQTtFQUNBLHFDQUFBO1VBQUEsNkJBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0FDWEY7QURjQTtFQUNFLGlCQUFBO0FDWkY7QURlQTtFQUNFLGtCQUFBO0VBQ0EsUUFBQTtFQUNBLFNBQUE7RUFDQSxXQUFBO0VBQ0EsVUFBQTtBQ2JGO0FEZ0JBO0VBQ0U7SUFDRSwyQkFBQTtFQ2RGO0VEaUJBO0lBQ0UsNEJBQUE7SUFBQSw2QkFBQTtZQUFBLHNCQUFBO0VDZkY7RURrQkE7SUFDRSwyQkFBQTtJQUNBLDRCQUFBO0lBQ0EsZUFBQTtFQ2hCRjtBQUNGIiwiZmlsZSI6ImxpYnMvdmlld2VyL3NyYy9saWIvZXhjZWwtZG9jdW1lbnQvZXhjZWwtZG9jdW1lbnQuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi8uLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlcy5sZXNzXCI7XG5cbjpob3N0IHtcbiAgb3ZlcmZsb3c6IHNjcm9sbDtcbiAgd2lkdGg6IDEwMCU7XG4gIGJhY2tncm91bmQtY29sb3I6IEBtZXJjdXJ5O1xufVxuXG4uZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgdHJhbnNpdGlvbjogYWxsIDAuNHM7XG4gIHBhZGRpbmc6IDBweDtcbiAgbWFyZ2luOiAwcHg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cblxuLnNoZWV0cyB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGJvcmRlci10b3A6IDFweCBzb2xpZCBAbWVyY3VyeTtcbiAgcG9zaXRpb246IGZpeGVkO1xuICBib3R0b206IDE3cHg7XG4gIHJpZ2h0OiAxN3B4O1xuICB3aWR0aDogMTAwJTtcbiAgL2RlZXAvIGdkLWJ1dHRvbiB7XG4gICAgJi5hY3RpdmUge1xuICAgICAgLnRleHQge1xuICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6ICMyNzI3Mjc7XG4gICAgICAgICAgYm9yZGVyLXJhZGl1czogMTBweDtcbiAgICAgICAgICBjb2xvcjogI2VlZTtcbiAgICAgIH1cbiAgICB9XG4gICAgLnRleHQge1xuICAgICAgcGFkZGluZzogMXB4IDEycHg7XG4gICAgICBjb2xvcjogIzAwMDtcbiAgICB9XG4gICAgZmEtaWNvbiB7XG4gICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cbiAgfVxufVxuXG4uc2hlZXRzLXdyYXBwZXIge1xuICBtYXJnaW4tbGVmdDogMjlweDtcbiAgZGlzcGxheTogZmxleDtcbn1cblxuLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgdHJhbnNpdGlvbjogYWxsIDAuM3M7XG59XG5cbi53YWl0IHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDU1cHg7XG4gIGxlZnQ6IENhbGMoNTAlIC0gMjBweCk7XG59XG5cbi5wYW56b29tIHtcbiAgdHJhbnNmb3JtOiBub25lO1xuICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47XG4gIHRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCUgMHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LXdyYXA6IHdyYXA7XG59XG5cbi5nZC16b29tZWQge1xuICBtYXJnaW46IDEwcHggOThweDtcbn1cblxuLmhpZ2hsaWdodHN7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwcHg7XG4gIGxlZnQ6IDBweDtcbiAgYm90dG9tOiAwcHg7XG4gIHJpZ2h0OiAwcHg7XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIC5kb2N1bWVudCB7XG4gICAgb3ZlcmZsb3cteDogYXV0byAhaW1wb3J0YW50O1xuICB9XG5cbiAgLnBhbnpvb20ge1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIH1cblxuICAucGFnZSB7XG4gICAgbWluLXdpZHRoOiB1bnNldCAhaW1wb3J0YW50O1xuICAgIG1pbi1oZWlnaHQ6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgbWFyZ2luOiA1cHggMHB4O1xuICB9XG59XG4iLCI6aG9zdCB7XG4gIG92ZXJmbG93OiBzY3JvbGw7XG4gIHdpZHRoOiAxMDAlO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTdlN2U3O1xufVxuLmRvY3VtZW50IHtcbiAgd2lkdGg6IDEwMCU7XG4gIHRyYW5zaXRpb246IGFsbCAwLjRzO1xuICBwYWRkaW5nOiAwcHg7XG4gIG1hcmdpbjogMHB4O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG4uc2hlZXRzIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgZGlzcGxheTogZmxleDtcbiAgYm9yZGVyLXRvcDogMXB4IHNvbGlkICNlN2U3ZTc7XG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgYm90dG9tOiAxN3B4O1xuICByaWdodDogMTdweDtcbiAgd2lkdGg6IDEwMCU7XG59XG4uc2hlZXRzIC9kZWVwLyBnZC1idXR0b24uYWN0aXZlIC50ZXh0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzI3MjcyNztcbiAgYm9yZGVyLXJhZGl1czogMTBweDtcbiAgY29sb3I6ICNlZWU7XG59XG4uc2hlZXRzIC9kZWVwLyBnZC1idXR0b24gLnRleHQge1xuICBwYWRkaW5nOiAxcHggMTJweDtcbiAgY29sb3I6ICMwMDA7XG59XG4uc2hlZXRzIC9kZWVwLyBnZC1idXR0b24gZmEtaWNvbiB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uc2hlZXRzLXdyYXBwZXIge1xuICBtYXJnaW4tbGVmdDogMjlweDtcbiAgZGlzcGxheTogZmxleDtcbn1cbi5wYWdlIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmZmZmY7XG4gIHRyYW5zaXRpb246IGFsbCAwLjNzO1xufVxuLndhaXQge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogNTVweDtcbiAgbGVmdDogQ2FsYygzMCUpO1xufVxuLnBhbnpvb20ge1xuICB0cmFuc2Zvcm06IG5vbmU7XG4gIGJhY2tmYWNlLXZpc2liaWxpdHk6IGhpZGRlbjtcbiAgdHJhbnNmb3JtLW9yaWdpbjogNTAlIDUwJSAwcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtd3JhcDogd3JhcDtcbn1cbi5nZC16b29tZWQge1xuICBtYXJnaW46IDEwcHggOThweDtcbn1cbi5oaWdobGlnaHRzIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDBweDtcbiAgbGVmdDogMHB4O1xuICBib3R0b206IDBweDtcbiAgcmlnaHQ6IDBweDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmRvY3VtZW50IHtcbiAgICBvdmVyZmxvdy14OiBhdXRvICFpbXBvcnRhbnQ7XG4gIH1cbiAgLnBhbnpvb20ge1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIH1cbiAgLnBhZ2Uge1xuICAgIG1pbi13aWR0aDogdW5zZXQgIWltcG9ydGFudDtcbiAgICBtaW4taGVpZ2h0OiB1bnNldCAhaW1wb3J0YW50O1xuICAgIG1hcmdpbjogNXB4IDBweDtcbiAgfVxufVxuIl19 */" +module.exports = ":host {\n overflow: scroll;\n width: 100%;\n background-color: #e7e7e7;\n}\n.document {\n width: 100%;\n -webkit-transition: all 0.4s;\n transition: all 0.4s;\n padding: 0px;\n margin: 0px;\n position: relative;\n}\n.sheets {\n background-color: #fff;\n display: -webkit-box;\n display: flex;\n border-top: 1px solid #e7e7e7;\n position: fixed;\n bottom: 17px;\n right: 17px;\n width: 100%;\n}\n.sheets ::ng-deep gd-button.active .text {\n background-color: #272727;\n border-radius: 10px;\n color: #eee;\n}\n.sheets ::ng-deep gd-button .text {\n padding: 1px 12px;\n color: #000;\n}\n.sheets ::ng-deep gd-button fa-icon {\n display: none;\n}\n.sheets-wrapper {\n margin-left: 29px;\n display: -webkit-box;\n display: flex;\n}\n.page {\n position: relative;\n display: inline-block;\n background-color: #ffffff;\n -webkit-transition: all 0.3s;\n transition: all 0.3s;\n}\n.wait {\n position: absolute;\n top: 55px;\n left: Calc(30%);\n}\n.panzoom {\n -webkit-transform: none;\n transform: none;\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n -webkit-transform-origin: 50% 50% 0px;\n transform-origin: 50% 50% 0px;\n display: -webkit-box;\n display: flex;\n flex-wrap: wrap;\n}\n.gd-zoomed {\n margin: 10px 98px;\n}\n.highlights {\n position: absolute;\n top: 0px;\n left: 0px;\n bottom: 0px;\n right: 0px;\n}\n.page-grid-lines {\n background-color: white;\n}\n@media (max-width: 1037px) {\n .document {\n overflow-x: auto !important;\n }\n .panzoom {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n }\n .page {\n min-width: unset !important;\n min-height: unset !important;\n margin: 5px 0px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvdmlld2VyL3NyYy9saWIvZXhjZWwtZG9jdW1lbnQvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3ZpZXdlci9zcmMvbGliL2V4Y2VsLWRvY3VtZW50L2V4Y2VsLWRvY3VtZW50LmNvbXBvbmVudC5sZXNzIiwibGlicy92aWV3ZXIvc3JjL2xpYi9leGNlbC1kb2N1bWVudC9leGNlbC1kb2N1bWVudC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLGdCQUFBO0VBQ0EsV0FBQTtFQUNBLHlCQUFBO0FDREY7QURJQTtFQUNFLFdBQUE7RUFDQSw0QkFBQTtFQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxrQkFBQTtBQ0ZGO0FES0E7RUFDRSxzQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDZCQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsV0FBQTtBQ0hGO0FETUk7RUFFSSx5QkFBQTtFQUNBLG1CQUFBO0VBQ0EsV0FBQTtBQ0xSO0FEVEE7RUFtQk0saUJBQUE7RUFDQSxXQUFBO0FDUE47QURiQTtFQXdCTSxhQUFBO0FDUk47QURhQTtFQUNFLGlCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0FDWEY7QURjQTtFQUNFLGtCQUFBO0VBQ0EscUJBQUE7RUFDQSx5QkFBQTtFQUNBLDRCQUFBO0VBQUEsb0JBQUE7QUNaRjtBRGVBO0VBQ0Usa0JBQUE7RUFDQSxTQUFBO0VBQ0EsZUFBQTtBQ2JGO0FEZ0JBO0VBQ0UsdUJBQUE7VUFBQSxlQUFBO0VBQ0EsbUNBQUE7VUFBQSwyQkFBQTtFQUNBLHFDQUFBO1VBQUEsNkJBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0FDZEY7QURpQkE7RUFDRSxpQkFBQTtBQ2ZGO0FEa0JBO0VBQ0Usa0JBQUE7RUFDQSxRQUFBO0VBQ0EsU0FBQTtFQUNBLFdBQUE7RUFDQSxVQUFBO0FDaEJGO0FEbUJBO0VBQ0UsdUJBQUE7QUNqQkY7QURvQkE7RUFDRTtJQUNFLDJCQUFBO0VDbEJGO0VEcUJBO0lBQ0UsNEJBQUE7SUFBQSw2QkFBQTtZQUFBLHNCQUFBO0VDbkJGO0VEc0JBO0lBQ0UsMkJBQUE7SUFDQSw0QkFBQTtJQUNBLGVBQUE7RUNwQkY7QUFDRiIsImZpbGUiOiJsaWJzL3ZpZXdlci9zcmMvbGliL2V4Y2VsLWRvY3VtZW50L2V4Y2VsLWRvY3VtZW50LmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4vLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXMubGVzc1wiO1xuXG46aG9zdCB7XG4gIG92ZXJmbG93ICAgICAgICA6IHNjcm9sbDtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogQG1lcmN1cnk7XG59XG5cbi5kb2N1bWVudCB7XG4gIHdpZHRoICAgICA6IDEwMCU7XG4gIHRyYW5zaXRpb246IGFsbCAwLjRzO1xuICBwYWRkaW5nICAgOiAwcHg7XG4gIG1hcmdpbiAgICA6IDBweDtcbiAgcG9zaXRpb24gIDogcmVsYXRpdmU7XG59XG5cbi5zaGVldHMge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmO1xuICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICBib3JkZXItdG9wICAgICAgOiAxcHggc29saWQgQG1lcmN1cnk7XG4gIHBvc2l0aW9uICAgICAgICA6IGZpeGVkO1xuICBib3R0b20gICAgICAgICAgOiAxN3B4O1xuICByaWdodCAgICAgICAgICAgOiAxN3B4O1xuICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xuXG4gIDo6bmctZGVlcCBnZC1idXR0b24ge1xuICAgICYuYWN0aXZlIHtcbiAgICAgIC50ZXh0IHtcbiAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzI3MjcyNztcbiAgICAgICAgYm9yZGVyLXJhZGl1cyAgIDogMTBweDtcbiAgICAgICAgY29sb3IgICAgICAgICAgIDogI2VlZTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICAudGV4dCB7XG4gICAgICBwYWRkaW5nOiAxcHggMTJweDtcbiAgICAgIGNvbG9yICA6ICMwMDA7XG4gICAgfVxuXG4gICAgZmEtaWNvbiB7XG4gICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cbiAgfVxufVxuXG4uc2hlZXRzLXdyYXBwZXIge1xuICBtYXJnaW4tbGVmdDogMjlweDtcbiAgZGlzcGxheSAgICA6IGZsZXg7XG59XG5cbi5wYWdlIHtcbiAgcG9zaXRpb24gICAgICAgIDogcmVsYXRpdmU7XG4gIGRpc3BsYXkgICAgICAgICA6IGlubGluZS1ibG9jaztcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgdHJhbnNpdGlvbiAgICAgIDogYWxsIDAuM3M7XG59XG5cbi53YWl0IHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3AgICAgIDogNTVweDtcbiAgbGVmdCAgICA6IENhbGMoNTAlIC0gMjBweCk7XG59XG5cbi5wYW56b29tIHtcbiAgdHJhbnNmb3JtICAgICAgICAgIDogbm9uZTtcbiAgYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuO1xuICB0cmFuc2Zvcm0tb3JpZ2luICAgOiA1MCUgNTAlIDBweDtcbiAgZGlzcGxheSAgICAgICAgICAgIDogZmxleDtcbiAgZmxleC13cmFwICAgICAgICAgIDogd3JhcDtcbn1cblxuLmdkLXpvb21lZCB7XG4gIG1hcmdpbjogMTBweCA5OHB4O1xufVxuXG4uaGlnaGxpZ2h0cyB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wICAgICA6IDBweDtcbiAgbGVmdCAgICA6IDBweDtcbiAgYm90dG9tICA6IDBweDtcbiAgcmlnaHQgICA6IDBweDtcbn1cblxuLnBhZ2UtZ3JpZC1saW5lcyB7XG4gIGJhY2tncm91bmQtY29sb3I6IHdoaXRlO1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuZG9jdW1lbnQge1xuICAgIG92ZXJmbG93LXg6IGF1dG8gIWltcG9ydGFudDtcbiAgfVxuXG4gIC5wYW56b29tIHtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB9XG5cbiAgLnBhZ2Uge1xuICAgIG1pbi13aWR0aCA6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgbWluLWhlaWdodDogdW5zZXQgIWltcG9ydGFudDtcbiAgICBtYXJnaW4gICAgOiA1cHggMHB4O1xuICB9XG59IiwiOmhvc3Qge1xuICBvdmVyZmxvdzogc2Nyb2xsO1xuICB3aWR0aDogMTAwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2U3ZTdlNztcbn1cbi5kb2N1bWVudCB7XG4gIHdpZHRoOiAxMDAlO1xuICB0cmFuc2l0aW9uOiBhbGwgMC40cztcbiAgcGFkZGluZzogMHB4O1xuICBtYXJnaW46IDBweDtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuLnNoZWV0cyB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGJvcmRlci10b3A6IDFweCBzb2xpZCAjZTdlN2U3O1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIGJvdHRvbTogMTdweDtcbiAgcmlnaHQ6IDE3cHg7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnNoZWV0cyA6Om5nLWRlZXAgZ2QtYnV0dG9uLmFjdGl2ZSAudGV4dCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNzI3Mjc7XG4gIGJvcmRlci1yYWRpdXM6IDEwcHg7XG4gIGNvbG9yOiAjZWVlO1xufVxuLnNoZWV0cyA6Om5nLWRlZXAgZ2QtYnV0dG9uIC50ZXh0IHtcbiAgcGFkZGluZzogMXB4IDEycHg7XG4gIGNvbG9yOiAjMDAwO1xufVxuLnNoZWV0cyA6Om5nLWRlZXAgZ2QtYnV0dG9uIGZhLWljb24ge1xuICBkaXNwbGF5OiBub25lO1xufVxuLnNoZWV0cy13cmFwcGVyIHtcbiAgbWFyZ2luLWxlZnQ6IDI5cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG4ucGFnZSB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xuICB0cmFuc2l0aW9uOiBhbGwgMC4zcztcbn1cbi53YWl0IHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDU1cHg7XG4gIGxlZnQ6IENhbGMoMzAlKTtcbn1cbi5wYW56b29tIHtcbiAgdHJhbnNmb3JtOiBub25lO1xuICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47XG4gIHRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCUgMHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LXdyYXA6IHdyYXA7XG59XG4uZ2Qtem9vbWVkIHtcbiAgbWFyZ2luOiAxMHB4IDk4cHg7XG59XG4uaGlnaGxpZ2h0cyB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwcHg7XG4gIGxlZnQ6IDBweDtcbiAgYm90dG9tOiAwcHg7XG4gIHJpZ2h0OiAwcHg7XG59XG4ucGFnZS1ncmlkLWxpbmVzIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogd2hpdGU7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5kb2N1bWVudCB7XG4gICAgb3ZlcmZsb3cteDogYXV0byAhaW1wb3J0YW50O1xuICB9XG4gIC5wYW56b29tIHtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB9XG4gIC5wYWdlIHtcbiAgICBtaW4td2lkdGg6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgbWluLWhlaWdodDogdW5zZXQgIWltcG9ydGFudDtcbiAgICBtYXJnaW46IDVweCAwcHg7XG4gIH1cbn1cbiJdfQ== */" /***/ }), /***/ "../../libs/viewer/src/lib/excel-document/excel-document.component.ts": -/*!*********************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/excel-document/excel-document.component.ts ***! - \*********************************************************************************************************************/ +/*!*********************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/excel-document/excel-document.component.ts ***! + \*********************************************************************************************************/ /*! exports provided: ExcelDocumentComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -13713,10 +17432,10 @@ __webpack_require__.r(__webpack_exports__); let ExcelDocumentComponent = class ExcelDocumentComponent extends _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["DocumentComponent"] { - constructor(_elementRef, zoomService, windowService, _navigateService) { - super(_elementRef, zoomService, windowService); - this._navigateService = _navigateService; + constructor(_elementRef, zoomService, windowService, navigateService) { + super(_elementRef, zoomService, windowService, navigateService); this.panzoom = null; + this.navigateService = navigateService; } ngOnInit() { this.currentPageNo = 1; @@ -13726,7 +17445,7 @@ let ExcelDocumentComponent = class ExcelDocumentComponent extends _groupdocs_exa this.pages.changes.subscribe(() => { this.refreshExcelDocHeight(); }); - this._navigateService.navigate.subscribe(((value => { + this.navigateService.navigate.subscribe(((value => { this.selectSheet(value); }))); } @@ -13768,9 +17487,9 @@ ExcelDocumentComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/viewer/src/lib/excel-page.service.ts": -/*!************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/excel-page.service.ts ***! - \************************************************************************************************/ +/*!************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/excel-page.service.ts ***! + \************************************************************************************/ /*! exports provided: ExcelPageService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -13854,20 +17573,20 @@ ExcelPageService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/viewer/src/lib/excel-page/excel-page.component.less": -/*!***************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/excel-page/excel-page.component.less ***! - \***************************************************************************************************************/ +/*!***************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/excel-page/excel-page.component.less ***! + \***************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-page-spinner {\n margin-top: 150px;\n text-align: center;\n}\n.gd-wrapper {\n width: inherit;\n height: inherit;\n}\n.gd-wrapper div {\n width: 100%;\n}\n/deep/ .gd-highlight {\n background-color: yellow;\n}\n/deep/ .gd-highlight-select {\n background-color: #ff9b00;\n}\n/deep/ th {\n color: #959da5;\n background-color: #f4f4f4;\n font-weight: unset;\n border: 1px solid #e7e7e7 !important;\n text-transform: uppercase;\n font-size: 14px;\n overflow: hidden;\n}\n/deep/ td {\n vertical-align: middle !important;\n}\n/deep/ .page-grid-lines td {\n border: 1px solid #e7e7e7 !important;\n}\n/deep/ .page td:nth-child(1) {\n border: 1px solid #e7e7e7 !important;\n}\n/deep/ tr td.excel:first-child {\n color: #959da5;\n background-color: #f4f4f4;\n font-weight: unset;\n width: 1%;\n text-align: center;\n}\n/deep/ tr td.excel:first-child div {\n width: 80px;\n}\n/deep/ tr th.excel:first-child {\n background-color: #f4f4f4;\n width: 1%;\n}\n/deep/ tr th.excel:first-child div {\n width: 80px;\n}\n.gd-page-image {\n height: 100% !important;\n width: 100% !important;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy92aWV3ZXIvc3JjL2xpYi9leGNlbC1wYWdlL2V4Y2VsLXBhZ2UuY29tcG9uZW50Lmxlc3MiLCJsaWJzL3ZpZXdlci9zcmMvbGliL2V4Y2VsLXBhZ2UvZXhjZWwtcGFnZS5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLGlCQUFBO0VBQ0Esa0JBQUE7QUNERjtBRElBO0VBQ0UsY0FBQTtFQUNBLGVBQUE7QUNGRjtBREtBO0VBQ0UsV0FBQTtBQ0hGO0FETUE7RUFDRSx3QkFBQTtBQ0pGO0FET0E7RUFDRSx5QkFBQTtBQ0xGO0FEUUE7RUFDRSxjQUFBO0VBQ0EseUJBQUE7RUFDQSxrQkFBQTtFQUNBLG9DQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0VBQ0EsZ0JBQUE7QUNORjtBRFNBO0VBQ0UsaUNBQUE7QUNQRjtBRFVBO0VBQ0Usb0NBQUE7QUNSRjtBRFdBO0VBQ0Usb0NBQUE7QUNURjtBRFlBO0VBQ0UsY0FBQTtFQUNBLHlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxTQUFBO0VBQ0Esa0JBQUE7QUNWRjtBREtBO0VBT0ksV0FBQTtBQ1RKO0FEYUE7RUFDRSx5QkFBQTtFQUNBLFNBQUE7QUNYRjtBRFNBO0VBSUksV0FBQTtBQ1ZKO0FEZUE7RUFDRSx1QkFBQTtFQUNBLHNCQUFBO0FDYkYiLCJmaWxlIjoibGlicy92aWV3ZXIvc3JjL2xpYi9leGNlbC1wYWdlL2V4Y2VsLXBhZ2UuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLXBhZ2Utc3Bpbm5lciB7XG4gIG1hcmdpbi10b3A6IDE1MHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG5cbi5nZC13cmFwcGVyIHtcbiAgd2lkdGg6IGluaGVyaXQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cblxuLmdkLXdyYXBwZXIgZGl2IHtcbiAgd2lkdGg6IDEwMCU7XG59XG5cbi9kZWVwLyAuZ2QtaGlnaGxpZ2h0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogeWVsbG93O1xufVxuXG4vZGVlcC8gLmdkLWhpZ2hsaWdodC1zZWxlY3Qge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmY5YjAwO1xufVxuXG4vZGVlcC8gdGgge1xuICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAd2lsZC1zYW5kO1xuICBmb250LXdlaWdodDogdW5zZXQ7XG4gIGJvcmRlcjogMXB4IHNvbGlkIEBtZXJjdXJ5ICFpbXBvcnRhbnQ7XG4gIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cblxuL2RlZXAvIHRkIHtcbiAgdmVydGljYWwtYWxpZ246IG1pZGRsZSAhaW1wb3J0YW50O1xufVxuXG4vZGVlcC8gLnBhZ2UtZ3JpZC1saW5lcyB0ZCB7XG4gIGJvcmRlcjogMXB4IHNvbGlkIEBtZXJjdXJ5ICFpbXBvcnRhbnQ7XG59XG5cbi9kZWVwLyAucGFnZSB0ZDpudGgtY2hpbGQoMSkge1xuICBib3JkZXI6IDFweCBzb2xpZCBAbWVyY3VyeSAhaW1wb3J0YW50O1xufVxuXG4vZGVlcC8gdHIgdGQuZXhjZWw6Zmlyc3QtY2hpbGQge1xuICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAd2lsZC1zYW5kO1xuICBmb250LXdlaWdodDogdW5zZXQ7XG4gIHdpZHRoOiAxJTtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBkaXYge1xuICAgIHdpZHRoOiA4MHB4O1xuICB9XG59XG5cbi9kZWVwLyB0ciB0aC5leGNlbDpmaXJzdC1jaGlsZCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG4gIHdpZHRoOiAxJTtcbiAgZGl2IHtcbiAgICB3aWR0aDogODBweDtcbiAgfVxufVxuXG4vLyBUT0RPOiByZW1vdmUgdGhpcyBhZnRlciByZWxhdGVkIGlzc3VlIHdpbGwgYmUgZml4ZWRcbi5nZC1wYWdlLWltYWdlIHtcbiAgaGVpZ2h0OiAxMDAlICFpbXBvcnRhbnQ7XG4gIHdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG59IiwiLmdkLXBhZ2Utc3Bpbm5lciB7XG4gIG1hcmdpbi10b3A6IDE1MHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG4uZ2Qtd3JhcHBlciB7XG4gIHdpZHRoOiBpbmhlcml0O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uZ2Qtd3JhcHBlciBkaXYge1xuICB3aWR0aDogMTAwJTtcbn1cbiAvZGVlcC8gLmdkLWhpZ2hsaWdodCB7XG4gIGJhY2tncm91bmQtY29sb3I6IHllbGxvdztcbn1cbiAvZGVlcC8gLmdkLWhpZ2hsaWdodC1zZWxlY3Qge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmY5YjAwO1xufVxuIC9kZWVwLyB0aCB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZjRmNGY0O1xuICBmb250LXdlaWdodDogdW5zZXQ7XG4gIGJvcmRlcjogMXB4IHNvbGlkICNlN2U3ZTcgIWltcG9ydGFudDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuIC9kZWVwLyB0ZCB7XG4gIHZlcnRpY2FsLWFsaWduOiBtaWRkbGUgIWltcG9ydGFudDtcbn1cbiAvZGVlcC8gLnBhZ2UtZ3JpZC1saW5lcyB0ZCB7XG4gIGJvcmRlcjogMXB4IHNvbGlkICNlN2U3ZTcgIWltcG9ydGFudDtcbn1cbiAvZGVlcC8gLnBhZ2UgdGQ6bnRoLWNoaWxkKDEpIHtcbiAgYm9yZGVyOiAxcHggc29saWQgI2U3ZTdlNyAhaW1wb3J0YW50O1xufVxuIC9kZWVwLyB0ciB0ZC5leGNlbDpmaXJzdC1jaGlsZCB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZjRmNGY0O1xuICBmb250LXdlaWdodDogdW5zZXQ7XG4gIHdpZHRoOiAxJTtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuIC9kZWVwLyB0ciB0ZC5leGNlbDpmaXJzdC1jaGlsZCBkaXYge1xuICB3aWR0aDogODBweDtcbn1cbiAvZGVlcC8gdHIgdGguZXhjZWw6Zmlyc3QtY2hpbGQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZjRmNGY0O1xuICB3aWR0aDogMSU7XG59XG4gL2RlZXAvIHRyIHRoLmV4Y2VsOmZpcnN0LWNoaWxkIGRpdiB7XG4gIHdpZHRoOiA4MHB4O1xufVxuLmdkLXBhZ2UtaW1hZ2Uge1xuICBoZWlnaHQ6IDEwMCUgIWltcG9ydGFudDtcbiAgd2lkdGg6IDEwMCUgIWltcG9ydGFudDtcbn1cbiJdfQ== */" +module.exports = ".gd-page-spinner {\n margin-top: 150px;\n text-align: center;\n}\n.gd-wrapper {\n width: inherit;\n height: inherit;\n}\n.gd-wrapper div {\n width: 100%;\n}\n::ng-deep .gd-highlight {\n background-color: yellow;\n}\n::ng-deep .gd-highlight-select {\n background-color: #ff9b00;\n}\n::ng-deep th {\n color: #959da5;\n background-color: #f4f4f4;\n font-weight: unset;\n border: 1px solid #e7e7e7 !important;\n text-transform: uppercase;\n font-size: 14px;\n overflow: hidden;\n}\n::ng-deep td {\n vertical-align: middle !important;\n}\n::ng-deep .page-grid-lines td {\n border: 1px solid #e7e7e7 !important;\n}\n::ng-deep .page td:nth-child(1) {\n border: 1px solid #e7e7e7 !important;\n}\n::ng-deep tr td.excel:first-child {\n color: #959da5;\n background-color: #f4f4f4;\n font-weight: unset;\n width: 1%;\n text-align: center;\n}\n::ng-deep tr td.excel:first-child div {\n width: 80px;\n}\n::ng-deep tr th.excel:first-child {\n background-color: #f4f4f4;\n width: 1%;\n}\n::ng-deep tr th.excel:first-child div {\n width: 80px;\n}\n.gd-page-image {\n height: 100% !important;\n width: 100% !important;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvdmlld2VyL3NyYy9saWIvZXhjZWwtcGFnZS9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvdmlld2VyL3NyYy9saWIvZXhjZWwtcGFnZS9leGNlbC1wYWdlLmNvbXBvbmVudC5sZXNzIiwibGlicy92aWV3ZXIvc3JjL2xpYi9leGNlbC1wYWdlL2V4Y2VsLXBhZ2UuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxpQkFBQTtFQUNBLGtCQUFBO0FDREY7QURJQTtFQUNFLGNBQUE7RUFDQSxlQUFBO0FDRkY7QURLQTtFQUNFLFdBQUE7QUNIRjtBRE1BO0VBQ0Usd0JBQUE7QUNKRjtBRE9BO0VBQ0UseUJBQUE7QUNMRjtBRFFBO0VBQ0UsY0FBQTtFQUNBLHlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxvQ0FBQTtFQUNBLHlCQUFBO0VBQ0EsZUFBQTtFQUNBLGdCQUFBO0FDTkY7QURTQTtFQUNFLGlDQUFBO0FDUEY7QURVQTtFQUNFLG9DQUFBO0FDUkY7QURXQTtFQUNFLG9DQUFBO0FDVEY7QURZQTtFQUNFLGNBQUE7RUFDQSx5QkFBQTtFQUNBLGtCQUFBO0VBQ0EsU0FBQTtFQUNBLGtCQUFBO0FDVkY7QURLQTtFQVFJLFdBQUE7QUNWSjtBRGNBO0VBQ0UseUJBQUE7RUFDQSxTQUFBO0FDWkY7QURVQTtFQUtJLFdBQUE7QUNaSjtBRGlCQTtFQUNFLHVCQUFBO0VBQ0Esc0JBQUE7QUNmRiIsImZpbGUiOiJsaWJzL3ZpZXdlci9zcmMvbGliL2V4Y2VsLXBhZ2UvZXhjZWwtcGFnZS5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uZ2QtcGFnZS1zcGlubmVyIHtcbiAgbWFyZ2luLXRvcDogMTUwcHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cblxuLmdkLXdyYXBwZXIge1xuICB3aWR0aCA6IGluaGVyaXQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cblxuLmdkLXdyYXBwZXIgZGl2IHtcbiAgd2lkdGg6IDEwMCU7XG59XG5cbjo6bmctZGVlcCAuZ2QtaGlnaGxpZ2h0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogeWVsbG93O1xufVxuXG46Om5nLWRlZXAgLmdkLWhpZ2hsaWdodC1zZWxlY3Qge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmY5YjAwO1xufVxuXG46Om5nLWRlZXAgdGgge1xuICBjb2xvciAgICAgICAgICAgOiBAcmVnZW50LWdyYXk7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG4gIGZvbnQtd2VpZ2h0ICAgICA6IHVuc2V0O1xuICBib3JkZXIgICAgICAgICAgOiAxcHggc29saWQgQG1lcmN1cnkgICFpbXBvcnRhbnQ7XG4gIHRleHQtdHJhbnNmb3JtICA6IHVwcGVyY2FzZTtcbiAgZm9udC1zaXplICAgICAgIDogMTRweDtcbiAgb3ZlcmZsb3cgICAgICAgIDogaGlkZGVuO1xufVxuXG46Om5nLWRlZXAgdGQge1xuICB2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlICFpbXBvcnRhbnQ7XG59XG5cbjo6bmctZGVlcCAucGFnZS1ncmlkLWxpbmVzIHRkIHtcbiAgYm9yZGVyOiAxcHggc29saWQgQG1lcmN1cnkgICFpbXBvcnRhbnQ7XG59XG5cbjo6bmctZGVlcCAucGFnZSB0ZDpudGgtY2hpbGQoMSkge1xuICBib3JkZXI6IDFweCBzb2xpZCBAbWVyY3VyeSAgIWltcG9ydGFudDtcbn1cblxuOjpuZy1kZWVwIHRyIHRkLmV4Y2VsOmZpcnN0LWNoaWxkIHtcbiAgY29sb3IgICAgICAgICAgIDogQHJlZ2VudC1ncmF5O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAd2lsZC1zYW5kO1xuICBmb250LXdlaWdodCAgICAgOiB1bnNldDtcbiAgd2lkdGggICAgICAgICAgIDogMSU7XG4gIHRleHQtYWxpZ24gICAgICA6IGNlbnRlcjtcblxuICBkaXYge1xuICAgIHdpZHRoOiA4MHB4O1xuICB9XG59XG5cbjo6bmctZGVlcCB0ciB0aC5leGNlbDpmaXJzdC1jaGlsZCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG4gIHdpZHRoICAgICAgICAgICA6IDElO1xuXG4gIGRpdiB7XG4gICAgd2lkdGg6IDgwcHg7XG4gIH1cbn1cblxuLy8gVE9ETzogcmVtb3ZlIHRoaXMgYWZ0ZXIgcmVsYXRlZCBpc3N1ZSB3aWxsIGJlIGZpeGVkXG4uZ2QtcGFnZS1pbWFnZSB7XG4gIGhlaWdodDogMTAwJSAhaW1wb3J0YW50O1xuICB3aWR0aCA6IDEwMCUgIWltcG9ydGFudDtcbn0iLCIuZ2QtcGFnZS1zcGlubmVyIHtcbiAgbWFyZ2luLXRvcDogMTUwcHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbi5nZC13cmFwcGVyIHtcbiAgd2lkdGg6IGluaGVyaXQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cbi5nZC13cmFwcGVyIGRpdiB7XG4gIHdpZHRoOiAxMDAlO1xufVxuOjpuZy1kZWVwIC5nZC1oaWdobGlnaHQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiB5ZWxsb3c7XG59XG46Om5nLWRlZXAgLmdkLWhpZ2hsaWdodC1zZWxlY3Qge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmY5YjAwO1xufVxuOjpuZy1kZWVwIHRoIHtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmNGY0ZjQ7XG4gIGZvbnQtd2VpZ2h0OiB1bnNldDtcbiAgYm9yZGVyOiAxcHggc29saWQgI2U3ZTdlNyAhaW1wb3J0YW50O1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICBmb250LXNpemU6IDE0cHg7XG4gIG92ZXJmbG93OiBoaWRkZW47XG59XG46Om5nLWRlZXAgdGQge1xuICB2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnBhZ2UtZ3JpZC1saW5lcyB0ZCB7XG4gIGJvcmRlcjogMXB4IHNvbGlkICNlN2U3ZTcgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAucGFnZSB0ZDpudGgtY2hpbGQoMSkge1xuICBib3JkZXI6IDFweCBzb2xpZCAjZTdlN2U3ICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgdHIgdGQuZXhjZWw6Zmlyc3QtY2hpbGQge1xuICBjb2xvcjogIzk1OWRhNTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2Y0ZjRmNDtcbiAgZm9udC13ZWlnaHQ6IHVuc2V0O1xuICB3aWR0aDogMSU7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbjo6bmctZGVlcCB0ciB0ZC5leGNlbDpmaXJzdC1jaGlsZCBkaXYge1xuICB3aWR0aDogODBweDtcbn1cbjo6bmctZGVlcCB0ciB0aC5leGNlbDpmaXJzdC1jaGlsZCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmNGY0ZjQ7XG4gIHdpZHRoOiAxJTtcbn1cbjo6bmctZGVlcCB0ciB0aC5leGNlbDpmaXJzdC1jaGlsZCBkaXYge1xuICB3aWR0aDogODBweDtcbn1cbi5nZC1wYWdlLWltYWdlIHtcbiAgaGVpZ2h0OiAxMDAlICFpbXBvcnRhbnQ7XG4gIHdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG59XG4iXX0= */" /***/ }), /***/ "../../libs/viewer/src/lib/excel-page/excel-page.component.ts": -/*!*************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/excel-page/excel-page.component.ts ***! - \*************************************************************************************************************/ +/*!*************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/excel-page/excel-page.component.ts ***! + \*************************************************************************************************/ /*! exports provided: ExcelPageComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -13893,7 +17612,12 @@ let ExcelPageComponent = class ExcelPageComponent { ngOnChanges(changes) { // TODO: this is temporary needed to remove unneeded spaces and BOM symbol // which leads to undesired spaces on the top of the docs pages - this.data = this.data !== null ? this.data.replace(/>\s+<').replace(/\uFEFF/g, "") : null; + this.data = this.data !== null ? this.data.replace(/>\s+<') + .replace(/\uFEFF/g, "") + .replace(/href="\/viewer/g, 'href="http://localhost:8080/viewer') + .replace(/src="\/viewer/g, 'src="http://localhost:8080/viewer') + .replace(/data="\/viewer/g, 'data="http://localhost:8080/viewer') + : null; const dataImagePngBase64 = 'data:image/png;base64,'; this.imgData = dataImagePngBase64; if (!this.isHtml) { @@ -13947,20 +17671,20 @@ ExcelPageComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/viewer/src/lib/thumbnails/thumbnails.component.less": -/*!***************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/thumbnails/thumbnails.component.less ***! - \***************************************************************************************************************/ +/*!***************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/thumbnails/thumbnails.component.less ***! + \***************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ":host {\n -webkit-box-flex: 0;\n flex: 0 0 300px;\n background: #f5f5f5;\n color: #fff;\n overflow-y: auto;\n display: block;\n -webkit-transition: margin-left 0.2s;\n transition: margin-left 0.2s;\n height: 100%;\n}\n.gd-page {\n width: 272px;\n height: 272px;\n -webkit-transition: all 0.3s;\n transition: all 0.3s;\n background-color: #e7e7e7;\n cursor: pointer;\n margin: 14px 14px 0px 14px;\n}\n.gd-page:hover {\n background-color: #c0c0c0;\n}\n.gd-wrapper {\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n left: 50%;\n top: 50%;\n position: relative;\n background-color: #ffffff;\n box-shadow: 0px 4px 12px -4px rgba(0, 0, 0, 0.38);\n}\n.gd-wrapper /deep/ img {\n width: inherit;\n}\n/* Make thumbnails sidebar scroll not visible */\n.gd-thumbnails::-webkit-scrollbar {\n width: 0px;\n background-color: #F5F5F5;\n}\n.gd-thumbnails-panzoom > .gd-thumbnails-landscape {\n margin: -134px 0px -1px 12px;\n}\n.gd-thumbnails .gd-page-image {\n height: inherit;\n margin-left: 153px !important;\n}\n.gd-thumbnails-landscape-image {\n margin: -90px 0 -23px !important;\n}\n.gd-thumbnails-landscape-image-rotated {\n margin: 126px 0 -3px -104px !important;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy92aWV3ZXIvc3JjL2xpYi90aHVtYm5haWxzL3RodW1ibmFpbHMuY29tcG9uZW50Lmxlc3MiLCJsaWJzL3ZpZXdlci9zcmMvbGliL3RodW1ibmFpbHMvdGh1bWJuYWlscy5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFHQTtFQUNFLG1CQUFBO1VBQUEsZUFBQTtFQUNBLG1CQUFBO0VBQ0EsV0FBQTtFQUNBLGdCQUFBO0VBQ0EsY0FBQTtFQUNBLG9DQUFBO0VBQUEsNEJBQUE7RUFDQSxZQUFBO0FDRkY7QURLQTtFQUNFLFlBQUE7RUFDQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSxvQkFBQTtFQUNBLHlCQUFBO0VBQ0EsZUFBQTtFQUNBLDBCQUFBO0FDSEY7QURLQTtFQUNFLHlCQUFBO0FDSEY7QURLQTtFQUNFLHdDQUFBO1VBQUEsZ0NBQUE7RUFDQSxTQUFBO0VBQ0EsUUFBQTtFQUNBLGtCQUFBO0VBQ0EseUJBQUE7RUFHQSxpREFBQTtBQ0hGO0FETEE7RUFVSSxjQUFBO0FDRko7QUFDQSwrQ0FBK0M7QURNL0M7RUFDRSxVQUFBO0VBQ0EseUJBQUE7QUNKRjtBRE9BO0VBQ0UsNEJBQUE7QUNMRjtBRFFBO0VBQ0UsZUFBQTtFQUNBLDZCQUFBO0FDTkY7QURTQTtFQUNFLGdDQUFBO0FDUEY7QURVQTtFQUNFLHNDQUFBO0FDUkYiLCJmaWxlIjoibGlicy92aWV3ZXIvc3JjL2xpYi90aHVtYm5haWxzL3RodW1ibmFpbHMuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJcbkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG46aG9zdCB7XG4gIGZsZXg6IDAgMCAzMDBweDtcbiAgYmFja2dyb3VuZDogI2Y1ZjVmNTtcbiAgY29sb3I6ICNmZmY7XG4gIG92ZXJmbG93LXk6IGF1dG87XG4gIGRpc3BsYXk6IGJsb2NrO1xuICB0cmFuc2l0aW9uOiBtYXJnaW4tbGVmdCAwLjJzO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi5nZC1wYWdlIHtcbiAgd2lkdGg6IDI3MnB4O1xuICBoZWlnaHQ6IDI3MnB4O1xuICB0cmFuc2l0aW9uOiBhbGwgMC4zcztcbiAgYmFja2dyb3VuZC1jb2xvcjogQG1lcmN1cnk7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgbWFyZ2luOiAxNHB4IDE0cHggMHB4IDE0cHg7XG59XG4uZ2QtcGFnZTpob3ZlcntcbiAgYmFja2dyb3VuZC1jb2xvcjogI2MwYzBjMDtcbn1cbi5nZC13cmFwcGVye1xuICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNTAlKTtcbiAgbGVmdDo1MCU7XG4gIHRvcDo1MCU7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgLXdlYmtpdC1ib3gtc2hhZG93OiAwcHggNHB4IDEycHggLTRweCByZ2JhKDAsMCwwLDAuMzgpO1xuICAtbW96LWJveC1zaGFkb3c6IDBweCA0cHggMTJweCAtNHB4IHJnYmEoMCwwLDAsMC4zOCk7XG4gIGJveC1zaGFkb3c6IDBweCA0cHggMTJweCAtNHB4IHJnYmEoMCwwLDAsMC4zOCk7XG4gIC9kZWVwLyBpbWcge1xuICAgIHdpZHRoOiBpbmhlcml0O1xuICB9XG59XG5cbi8qIE1ha2UgdGh1bWJuYWlscyBzaWRlYmFyIHNjcm9sbCBub3QgdmlzaWJsZSAqL1xuLmdkLXRodW1ibmFpbHM6Oi13ZWJraXQtc2Nyb2xsYmFyIHtcbiAgd2lkdGg6IDBweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0Y1RjVGNTtcbn1cblxuLmdkLXRodW1ibmFpbHMtcGFuem9vbSA+IC5nZC10aHVtYm5haWxzLWxhbmRzY2FwZSB7XG4gIG1hcmdpbjogLTEzNHB4IDBweCAtMXB4IDEycHg7XG59XG5cbi5nZC10aHVtYm5haWxzIC5nZC1wYWdlLWltYWdlIHtcbiAgaGVpZ2h0OiBpbmhlcml0O1xuICBtYXJnaW4tbGVmdDogMTUzcHggIWltcG9ydGFudDtcbn1cblxuLmdkLXRodW1ibmFpbHMtbGFuZHNjYXBlLWltYWdlIHtcbiAgbWFyZ2luOiAtOTBweCAwIC0yM3B4ICFpbXBvcnRhbnQ7XG59XG5cbi5nZC10aHVtYm5haWxzLWxhbmRzY2FwZS1pbWFnZS1yb3RhdGVkIHtcbiAgbWFyZ2luOiAxMjZweCAwIC0zcHggLTEwNHB4ICFpbXBvcnRhbnQ7XG59XG4iLCI6aG9zdCB7XG4gIGZsZXg6IDAgMCAzMDBweDtcbiAgYmFja2dyb3VuZDogI2Y1ZjVmNTtcbiAgY29sb3I6ICNmZmY7XG4gIG92ZXJmbG93LXk6IGF1dG87XG4gIGRpc3BsYXk6IGJsb2NrO1xuICB0cmFuc2l0aW9uOiBtYXJnaW4tbGVmdCAwLjJzO1xuICBoZWlnaHQ6IDEwMCU7XG59XG4uZ2QtcGFnZSB7XG4gIHdpZHRoOiAyNzJweDtcbiAgaGVpZ2h0OiAyNzJweDtcbiAgdHJhbnNpdGlvbjogYWxsIDAuM3M7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgbWFyZ2luOiAxNHB4IDE0cHggMHB4IDE0cHg7XG59XG4uZ2QtcGFnZTpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNjMGMwYzA7XG59XG4uZ2Qtd3JhcHBlciB7XG4gIHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIC01MCUpO1xuICBsZWZ0OiA1MCU7XG4gIHRvcDogNTAlO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmZmZmY7XG4gIC13ZWJraXQtYm94LXNoYWRvdzogMHB4IDRweCAxMnB4IC00cHggcmdiYSgwLCAwLCAwLCAwLjM4KTtcbiAgLW1vei1ib3gtc2hhZG93OiAwcHggNHB4IDEycHggLTRweCByZ2JhKDAsIDAsIDAsIDAuMzgpO1xuICBib3gtc2hhZG93OiAwcHggNHB4IDEycHggLTRweCByZ2JhKDAsIDAsIDAsIDAuMzgpO1xufVxuLmdkLXdyYXBwZXIgL2RlZXAvIGltZyB7XG4gIHdpZHRoOiBpbmhlcml0O1xufVxuLyogTWFrZSB0aHVtYm5haWxzIHNpZGViYXIgc2Nyb2xsIG5vdCB2aXNpYmxlICovXG4uZ2QtdGh1bWJuYWlsczo6LXdlYmtpdC1zY3JvbGxiYXIge1xuICB3aWR0aDogMHB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNUY1O1xufVxuLmdkLXRodW1ibmFpbHMtcGFuem9vbSA+IC5nZC10aHVtYm5haWxzLWxhbmRzY2FwZSB7XG4gIG1hcmdpbjogLTEzNHB4IDBweCAtMXB4IDEycHg7XG59XG4uZ2QtdGh1bWJuYWlscyAuZ2QtcGFnZS1pbWFnZSB7XG4gIGhlaWdodDogaW5oZXJpdDtcbiAgbWFyZ2luLWxlZnQ6IDE1M3B4ICFpbXBvcnRhbnQ7XG59XG4uZ2QtdGh1bWJuYWlscy1sYW5kc2NhcGUtaW1hZ2Uge1xuICBtYXJnaW46IC05MHB4IDAgLTIzcHggIWltcG9ydGFudDtcbn1cbi5nZC10aHVtYm5haWxzLWxhbmRzY2FwZS1pbWFnZS1yb3RhdGVkIHtcbiAgbWFyZ2luOiAxMjZweCAwIC0zcHggLTEwNHB4ICFpbXBvcnRhbnQ7XG59XG4iXX0= */" +module.exports = ":host {\n -webkit-box-flex: 0;\n flex: 0 0 300px;\n background: #f5f5f5;\n color: #fff;\n overflow-y: auto;\n display: block;\n -webkit-transition: margin-left 0.2s;\n transition: margin-left 0.2s;\n height: 100%;\n}\n.gd-page {\n width: 272px;\n height: 272px;\n -webkit-transition: all 0.3s;\n transition: all 0.3s;\n background-color: #e7e7e7;\n cursor: pointer;\n margin: 14px 14px 0px 14px;\n}\n.gd-page:hover {\n background-color: #c0c0c0;\n}\n.gd-wrapper {\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n left: 50%;\n top: 50%;\n position: relative;\n background-color: #ffffff;\n box-shadow: 0px 4px 12px -4px rgba(0, 0, 0, 0.38);\n pointer-events: none;\n}\n.gd-wrapper ::ng-deep img {\n width: inherit;\n}\n/* Make thumbnails sidebar scroll not visible */\n.gd-thumbnails::-webkit-scrollbar {\n width: 0px;\n background-color: #F5F5F5;\n}\n.gd-thumbnails-panzoom > .gd-thumbnails-landscape {\n margin: -134px 0px -1px 12px;\n}\n.gd-thumbnails .gd-page-image {\n height: inherit;\n}\n.gd-thumbnails-landscape-image {\n margin: -90px 0 -23px !important;\n}\n.gd-thumbnails-landscape-image-rotated {\n margin: 126px 0 -3px -104px !important;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvdmlld2VyL3NyYy9saWIvdGh1bWJuYWlscy9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvdmlld2VyL3NyYy9saWIvdGh1bWJuYWlscy90aHVtYm5haWxzLmNvbXBvbmVudC5sZXNzIiwibGlicy92aWV3ZXIvc3JjL2xpYi90aHVtYm5haWxzL3RodW1ibmFpbHMuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxtQkFBQTtVQUFBLGVBQUE7RUFDQSxtQkFBQTtFQUNBLFdBQUE7RUFDQSxnQkFBQTtFQUNBLGNBQUE7RUFDQSxvQ0FBQTtFQUFBLDRCQUFBO0VBQ0EsWUFBQTtBQ0RGO0FESUE7RUFDRSxZQUFBO0VBQ0EsYUFBQTtFQUNBLDRCQUFBO0VBQUEsb0JBQUE7RUFDQSx5QkFBQTtFQUNBLGVBQUE7RUFDQSwwQkFBQTtBQ0ZGO0FES0E7RUFDRSx5QkFBQTtBQ0hGO0FETUE7RUFDRSx3Q0FBQTtVQUFBLGdDQUFBO0VBQ0EsU0FBQTtFQUNBLFFBQUE7RUFDQSxrQkFBQTtFQUNBLHlCQUFBO0VBR0EsaURBQUE7RUFDQSxvQkFBQTtBQ0pGO0FETEE7RUFZSSxjQUFBO0FDSko7QUFDQSwrQ0FBK0M7QURRL0M7RUFDRSxVQUFBO0VBQ0EseUJBQUE7QUNORjtBRFNBO0VBQ0UsNEJBQUE7QUNQRjtBRFVBO0VBQ0UsZUFBQTtBQ1JGO0FEV0E7RUFDRSxnQ0FBQTtBQ1RGO0FEWUE7RUFDRSxzQ0FBQTtBQ1ZGIiwiZmlsZSI6ImxpYnMvdmlld2VyL3NyYy9saWIvdGh1bWJuYWlscy90aHVtYm5haWxzLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbjpob3N0IHtcbiAgZmxleCAgICAgIDogMCAwIDMwMHB4O1xuICBiYWNrZ3JvdW5kOiAjZjVmNWY1O1xuICBjb2xvciAgICAgOiAjZmZmO1xuICBvdmVyZmxvdy15OiBhdXRvO1xuICBkaXNwbGF5ICAgOiBibG9jaztcbiAgdHJhbnNpdGlvbjogbWFyZ2luLWxlZnQgMC4ycztcbiAgaGVpZ2h0ICAgIDogMTAwJTtcbn1cblxuLmdkLXBhZ2Uge1xuICB3aWR0aCAgICAgICAgICAgOiAyNzJweDtcbiAgaGVpZ2h0ICAgICAgICAgIDogMjcycHg7XG4gIHRyYW5zaXRpb24gICAgICA6IGFsbCAwLjNzO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAbWVyY3VyeTtcbiAgY3Vyc29yICAgICAgICAgIDogcG9pbnRlcjtcbiAgbWFyZ2luICAgICAgICAgIDogMTRweCAxNHB4IDBweCAxNHB4O1xufVxuXG4uZ2QtcGFnZTpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNjMGMwYzA7XG59XG5cbi5nZC13cmFwcGVyIHtcbiAgdHJhbnNmb3JtICAgICAgICAgOiB0cmFuc2xhdGUoLTUwJSwgLTUwJSk7XG4gIGxlZnQgICAgICAgICAgICAgIDogNTAlO1xuICB0b3AgICAgICAgICAgICAgICA6IDUwJTtcbiAgcG9zaXRpb24gICAgICAgICAgOiByZWxhdGl2ZTtcbiAgYmFja2dyb3VuZC1jb2xvciAgOiAjZmZmZmZmO1xuICAtd2Via2l0LWJveC1zaGFkb3c6IDBweCA0cHggMTJweCAtNHB4IHJnYmEoMCwgMCwgMCwgMC4zOCk7XG4gIC1tb3otYm94LXNoYWRvdyAgIDogMHB4IDRweCAxMnB4IC00cHggcmdiYSgwLCAwLCAwLCAwLjM4KTtcbiAgYm94LXNoYWRvdyAgICAgICAgOiAwcHggNHB4IDEycHggLTRweCByZ2JhKDAsIDAsIDAsIDAuMzgpO1xuICBwb2ludGVyLWV2ZW50cyAgICA6IG5vbmU7XG5cbiAgOjpuZy1kZWVwIGltZyB7XG4gICAgd2lkdGg6IGluaGVyaXQ7XG4gIH1cbn1cblxuLyogTWFrZSB0aHVtYm5haWxzIHNpZGViYXIgc2Nyb2xsIG5vdCB2aXNpYmxlICovXG4uZ2QtdGh1bWJuYWlsczo6LXdlYmtpdC1zY3JvbGxiYXIge1xuICB3aWR0aCAgICAgICAgICAgOiAwcHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGNUY1RjU7XG59XG5cbi5nZC10aHVtYm5haWxzLXBhbnpvb20+LmdkLXRodW1ibmFpbHMtbGFuZHNjYXBlIHtcbiAgbWFyZ2luOiAtMTM0cHggMHB4IC0xcHggMTJweDtcbn1cblxuLmdkLXRodW1ibmFpbHMgLmdkLXBhZ2UtaW1hZ2Uge1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG5cbi5nZC10aHVtYm5haWxzLWxhbmRzY2FwZS1pbWFnZSB7XG4gIG1hcmdpbjogLTkwcHggMCAtMjNweCAhaW1wb3J0YW50O1xufVxuXG4uZ2QtdGh1bWJuYWlscy1sYW5kc2NhcGUtaW1hZ2Utcm90YXRlZCB7XG4gIG1hcmdpbjogMTI2cHggMCAtM3B4IC0xMDRweCAhaW1wb3J0YW50O1xufSIsIjpob3N0IHtcbiAgZmxleDogMCAwIDMwMHB4O1xuICBiYWNrZ3JvdW5kOiAjZjVmNWY1O1xuICBjb2xvcjogI2ZmZjtcbiAgb3ZlcmZsb3cteTogYXV0bztcbiAgZGlzcGxheTogYmxvY2s7XG4gIHRyYW5zaXRpb246IG1hcmdpbi1sZWZ0IDAuMnM7XG4gIGhlaWdodDogMTAwJTtcbn1cbi5nZC1wYWdlIHtcbiAgd2lkdGg6IDI3MnB4O1xuICBoZWlnaHQ6IDI3MnB4O1xuICB0cmFuc2l0aW9uOiBhbGwgMC4zcztcbiAgYmFja2dyb3VuZC1jb2xvcjogI2U3ZTdlNztcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBtYXJnaW46IDE0cHggMTRweCAwcHggMTRweDtcbn1cbi5nZC1wYWdlOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2MwYzBjMDtcbn1cbi5nZC13cmFwcGVyIHtcbiAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgLTUwJSk7XG4gIGxlZnQ6IDUwJTtcbiAgdG9wOiA1MCU7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgLXdlYmtpdC1ib3gtc2hhZG93OiAwcHggNHB4IDEycHggLTRweCByZ2JhKDAsIDAsIDAsIDAuMzgpO1xuICAtbW96LWJveC1zaGFkb3c6IDBweCA0cHggMTJweCAtNHB4IHJnYmEoMCwgMCwgMCwgMC4zOCk7XG4gIGJveC1zaGFkb3c6IDBweCA0cHggMTJweCAtNHB4IHJnYmEoMCwgMCwgMCwgMC4zOCk7XG4gIHBvaW50ZXItZXZlbnRzOiBub25lO1xufVxuLmdkLXdyYXBwZXIgOjpuZy1kZWVwIGltZyB7XG4gIHdpZHRoOiBpbmhlcml0O1xufVxuLyogTWFrZSB0aHVtYm5haWxzIHNpZGViYXIgc2Nyb2xsIG5vdCB2aXNpYmxlICovXG4uZ2QtdGh1bWJuYWlsczo6LXdlYmtpdC1zY3JvbGxiYXIge1xuICB3aWR0aDogMHB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNUY1O1xufVxuLmdkLXRodW1ibmFpbHMtcGFuem9vbSA+IC5nZC10aHVtYm5haWxzLWxhbmRzY2FwZSB7XG4gIG1hcmdpbjogLTEzNHB4IDBweCAtMXB4IDEycHg7XG59XG4uZ2QtdGh1bWJuYWlscyAuZ2QtcGFnZS1pbWFnZSB7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cbi5nZC10aHVtYm5haWxzLWxhbmRzY2FwZS1pbWFnZSB7XG4gIG1hcmdpbjogLTkwcHggMCAtMjNweCAhaW1wb3J0YW50O1xufVxuLmdkLXRodW1ibmFpbHMtbGFuZHNjYXBlLWltYWdlLXJvdGF0ZWQge1xuICBtYXJnaW46IDEyNnB4IDAgLTNweCAtMTA0cHggIWltcG9ydGFudDtcbn1cbiJdfQ== */" /***/ }), /***/ "../../libs/viewer/src/lib/thumbnails/thumbnails.component.ts": -/*!*************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/thumbnails/thumbnails.component.ts ***! - \*************************************************************************************************************/ +/*!*************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/thumbnails/thumbnails.component.ts ***! + \*************************************************************************************************/ /*! exports provided: ThumbnailsComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -13977,15 +17701,24 @@ let ThumbnailsComponent = class ThumbnailsComponent { constructor(_navigateService, _zoomService) { this._navigateService = _navigateService; this._zoomService = _zoomService; + this.selectedPage = new _angular_core__WEBPACK_IMPORTED_MODULE_1__["EventEmitter"](); } ngOnInit() { } ngOnChanges() { // TODO: this is temporary needed to remove unneeded spaces and BOM symbol // which leads to undesired spaces on the top of the docs pages - this.pages.forEach(page => { - page.data = page.data.replace(/>\s+<').replace(/\uFEFF/g, ""); - }); + if (this.pages) { + this.pages.forEach(page => { + if (page.data) { + page.data = page.data.replace(/>\s+<') + .replace(/\uFEFF/g, "") + .replace(/href="\/viewer/g, 'href="http://localhost:8080/viewer') + .replace(/src="\/viewer/g, 'src="http://localhost:8080/viewer') + .replace(/data="\/viewer/g, 'data="http://localhost:8080/viewer'); + } + }); + } } ngAfterViewInit() { this._zoomService.changeZoom(this._zoomService.zoom); @@ -14004,6 +17737,7 @@ let ThumbnailsComponent = class ThumbnailsComponent { return Math.min(190 / x, 190 / y); } openPage(pageNumber) { + this.selectedPage.emit(pageNumber); this._navigateService.navigateTo(pageNumber); } // TODO: consider placing in one service @@ -14031,6 +17765,10 @@ tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Boolean) ], ThumbnailsComponent.prototype, "isHtmlMode", void 0); +tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Output"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Object) +], ThumbnailsComponent.prototype, "selectedPage", void 0); ThumbnailsComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ selector: 'gd-thumbnails', @@ -14045,20 +17783,20 @@ ThumbnailsComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/viewer/src/lib/viewer-app.component.less": -/*!****************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/viewer-app.component.less ***! - \****************************************************************************************************/ +/*!****************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/viewer-app.component.less ***! + \****************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n.gd-document,\n /deep/ .document {\n -webkit-user-select: text !important;\n -moz-user-select: text !important;\n -ms-user-select: text !important;\n user-select: text !important;\n}\n.current-page-number {\n margin-left: 7px;\n font-size: 14px;\n color: #959da5;\n width: 37px;\n height: 37px;\n line-height: 37px;\n text-align: center;\n}\n.current-page-number.active {\n color: #fff;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: calc(100vh - 60px);\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n}\n.thumbnails-button {\n position: absolute;\n right: 3px;\n}\n.top-panel {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n width: 100%;\n}\n.toolbar-panel {\n background-color: #3e4e5a;\n width: 100%;\n}\n::ng-deep .tools .button,\n::ng-deep .tools .selected-value,\n::ng-deep .tools .nav-caret {\n color: #fff !important;\n}\n::ng-deep .tools .button.inactive,\n::ng-deep .tools .selected-value.inactive,\n::ng-deep .tools .nav-caret.inactive {\n color: #959da5 !important;\n}\n::ng-deep .tools .button {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-flow: column;\n}\n::ng-deep .tools .dropdown-menu .option {\n color: #6e6e6e !important;\n}\n::ng-deep .tools .dropdown-menu .option:hover {\n background-color: #4b566c !important;\n}\n::ng-deep .tools .icon-button {\n margin: 0px 0px 0px 7px !important;\n}\n::ng-deep .tools .select {\n width: 65px;\n height: 37px;\n margin-left: 7px;\n line-height: 37px;\n text-align: center;\n}\n@media (max-width: 1037px) {\n .mobile-hide,\n .current-page-number {\n display: none;\n }\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\n margin: 0px 0px 0px 10px !important;\n }\n ::ng-deep .tools .icon-button {\n height: 60px;\n width: 60px;\n }\n ::ng-deep .tools .gd-nav-search-btn .icon-button {\n height: 37px;\n width: 37px;\n }\n ::ng-deep .tools .gd-nav-search-btn .button {\n font-size: 14px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvdmlld2VyL3NyYy9saWIvdmlld2VyLWFwcC5jb21wb25lbnQubGVzcyIsIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy92aWV3ZXIvc3JjL2xpYi92aWV3ZXItYXBwLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZFQ0FrQjtBQUVsQjtFQUNFLHNEQUFBO0FEQUY7QUNJQTs7RUFDRSxvQ0FBQTtLQUFBLGlDQUFBO01BQUEsZ0NBQUE7VUFBQSw0QkFBQTtBRERGO0FDSUE7RUFDRSxnQkFBQTtFQUNBLGVBQUE7RUFDQSxjQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxpQkFBQTtFQUNBLGtCQUFBO0FERkY7QUNHRTtFQUNFLFdBQUE7QURESjtBQ0tBO0VBQ0UsMEJBQUE7VUFBQSxvQkFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsZUFBQTtFQUNBLE1BQUE7RUFDQSxTQUFBO0VBQ0EsT0FBQTtFQUNBLFFBQUE7QURIRjtBQ01BO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsMEJBQUE7RUFDQSw4QkFBQTtFQUFBLDZCQUFBO1VBQUEsbUJBQUE7QURKRjtBQ09BO0VBQ0Usa0JBQUE7RUFDQSxVQUFBO0FETEY7QUNRQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0FETkY7QUNTQTtFQUNFLHlCQUFBO0VBQ0EsV0FBQTtBRFBGO0FDVUE7OztFQUVJLHNCQUFBO0FEUEo7QUNRSTs7O0VBQ0UseUJBQUE7QURKTjtBQ0FBO0VBUUksNEJBQUE7RUFBQSw2QkFBQTtVQUFBLGlCQUFBO0FETEo7QUNIQTtFQVdJLHlCQUFBO0FETEo7QUNOQTtFQWNJLG9DQUFBO0FETEo7QUNUQTtFQWlCSSxrQ0FBQTtBRExKO0FDWkE7RUFvQkksV0FBQTtFQUNBLFlBQUE7RUFDQSxnQkFBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7QURMSjtBQ1NBO0VBQ0U7O0lBQ0UsYUFBQTtFRE5GO0VDU0E7SUFFSSxtQ0FBQTtFRFJKO0VDTUE7SUFLSSxZQUFBO0lBQ0EsV0FBQTtFRFJKO0VDRUE7SUFVTSxZQUFBO0lBQ0EsV0FBQTtFRFROO0VDRkE7SUFjTSxlQUFBO0VEVE47QUFDRiIsImZpbGUiOiJsaWJzL3ZpZXdlci9zcmMvbGliL3ZpZXdlci1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG4uZ2QtZG9jdW1lbnQsXG4gL2RlZXAvIC5kb2N1bWVudCB7XG4gIHVzZXItc2VsZWN0OiB0ZXh0ICFpbXBvcnRhbnQ7XG59XG4uY3VycmVudC1wYWdlLW51bWJlciB7XG4gIG1hcmdpbi1sZWZ0OiA3cHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIHdpZHRoOiAzN3B4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG4uY3VycmVudC1wYWdlLW51bWJlci5hY3RpdmUge1xuICBjb2xvcjogI2ZmZjtcbn1cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgdG9wOiAwO1xuICBib3R0b206IDA7XG4gIGxlZnQ6IDA7XG4gIHJpZ2h0OiAwO1xufVxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogY2FsYygxMDB2aCAtIDYwcHgpO1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xufVxuLnRodW1ibmFpbHMtYnV0dG9uIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICByaWdodDogM3B4O1xufVxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnRvb2xiYXItcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM2U0ZTVhO1xuICB3aWR0aDogMTAwJTtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbixcbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdGVkLXZhbHVlLFxuOjpuZy1kZWVwIC50b29scyAubmF2LWNhcmV0IHtcbiAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbi5pbmFjdGl2ZSxcbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdGVkLXZhbHVlLmluYWN0aXZlLFxuOjpuZy1kZWVwIC50b29scyAubmF2LWNhcmV0LmluYWN0aXZlIHtcbiAgY29sb3I6ICM5NTlkYTUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbiB7XG4gIGZsZXgtZmxvdzogY29sdW1uO1xufVxuOjpuZy1kZWVwIC50b29scyAuZHJvcGRvd24tbWVudSAub3B0aW9uIHtcbiAgY29sb3I6ICM2ZTZlNmUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbjpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0YjU2NmMgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uIHtcbiAgbWFyZ2luOiAwcHggMHB4IDBweCA3cHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdCB7XG4gIHdpZHRoOiA2NXB4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIG1hcmdpbi1sZWZ0OiA3cHg7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5tb2JpbGUtaGlkZSxcbiAgLmN1cnJlbnQtcGFnZS1udW1iZXIge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgOjpuZy1kZWVwIC50b29scyBnZC1idXR0b246bnRoLWNoaWxkKDEpID4gLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAwcHggMHB4IDEwcHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gICAgaGVpZ2h0OiA2MHB4O1xuICAgIHdpZHRoOiA2MHB4O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgLmdkLW5hdi1zZWFyY2gtYnRuIC5pY29uLWJ1dHRvbiB7XG4gICAgaGVpZ2h0OiAzN3B4O1xuICAgIHdpZHRoOiAzN3B4O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgLmdkLW5hdi1zZWFyY2gtYnRuIC5idXR0b24ge1xuICAgIGZvbnQtc2l6ZTogMTRweDtcbiAgfVxufVxuIiwiQGltcG9ydCAoY3NzKSB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG5AaW1wb3J0IFwiLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG5cbi8vIFRPRE86IHRoaXMgd2FzIGFkZGVkIHRvIGdldCByaWQgb2YgYHVzZXItc2VsZWN0OiBub25lYCBhZGRlZCBieSBoYW1tZXJqc1xuLmdkLWRvY3VtZW50LCAvZGVlcC8gLmRvY3VtZW50IHtcbiAgdXNlci1zZWxlY3Q6IHRleHQgIWltcG9ydGFudDtcbn1cblxuLmN1cnJlbnQtcGFnZS1udW1iZXIge1xuICBtYXJnaW4tbGVmdDogN3B4O1xuICBmb250LXNpemU6IDE0cHg7XG4gIGNvbG9yOiBAcmVnZW50LWdyYXk7XG4gIHdpZHRoOiAzN3B4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICYuYWN0aXZle1xuICAgIGNvbG9yOiAjZmZmO1xuICB9XG59XG5cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgdG9wOiAwO1xuICBib3R0b206IDA7XG4gIGxlZnQ6IDA7XG4gIHJpZ2h0OiAwO1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBjYWxjKDEwMHZoIC0gNjBweCk7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG59XG5cbi50aHVtYm5haWxzLWJ1dHRvbiB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcmlnaHQ6IDNweDtcbn1cblxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuXG4udG9vbGJhci1wYW5lbCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEBuYXYtbWFpbi1iYWNrZ3JvdW5kO1xuICB3aWR0aDogMTAwJTtcbn1cblxuOjpuZy1kZWVwIC50b29scyB7XG4gIC5idXR0b24sIC5zZWxlY3RlZC12YWx1ZSwgLm5hdi1jYXJldCB7XG4gICAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbiAgICAmLmluYWN0aXZle1xuICAgICAgY29sb3I6IEByZWdlbnQtZ3JheSAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuICAuYnV0dG9uIHtcbiAgICBmbGV4LWZsb3c6IGNvbHVtbjtcbiAgfVxuICAuZHJvcGRvd24tbWVudSAub3B0aW9ue1xuICAgIGNvbG9yOiBAZG92ZS1ncmF5ICFpbXBvcnRhbnQ7XG4gIH1cbiAgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbjpob3ZlcntcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAZm9sZGVyICFpbXBvcnRhbnQ7XG4gIH1cbiAgLmljb24tYnV0dG9ue1xuICAgIG1hcmdpbjogMHB4IDBweCAwcHggN3B4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgLnNlbGVjdCB7XG4gICAgd2lkdGg6IDY1cHg7XG4gICAgaGVpZ2h0OiAzN3B4O1xuICAgIG1hcmdpbi1sZWZ0OiA3cHg7XG4gICAgbGluZS1oZWlnaHQ6IDM3cHg7XG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICB9XG59XG5cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLm1vYmlsZS1oaWRlLCAuY3VycmVudC1wYWdlLW51bWJlciB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuXG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIGdkLWJ1dHRvbjpudGgtY2hpbGQoMSkgPiAuaWNvbi1idXR0b257XG4gICAgICBtYXJnaW46IDBweCAwcHggMHB4IDEwcHggIWltcG9ydGFudDtcbiAgICB9XG4gICAgLmljb24tYnV0dG9ue1xuICAgICAgaGVpZ2h0OiA2MHB4O1xuICAgICAgd2lkdGg6IDYwcHg7XG4gICAgfVxuICAgIC5nZC1uYXYtc2VhcmNoLWJ0biB7XG4gICAgICAuaWNvbi1idXR0b24ge1xuICAgICAgICBoZWlnaHQ6IDM3cHg7XG4gICAgICAgIHdpZHRoOiAzN3B4O1xuICAgICAgfVxuICAgICAgLmJ1dHRvbiB7XG4gICAgICAgIGZvbnQtc2l6ZTogMTRweDtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuIl19 */" +module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n.current-page-number {\n margin-left: 7px;\n font-size: 14px;\n color: #959da5;\n width: 37px;\n height: 37px;\n line-height: 37px;\n text-align: center;\n}\n.current-page-number.active {\n color: #fff;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: calc(100vh - 60px);\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n}\n.thumbnails-button {\n position: absolute;\n right: 3px;\n}\n.top-panel {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n width: 100%;\n}\n.toolbar-panel {\n background-color: #3e4e5a;\n width: 100%;\n}\n::ng-deep .tools .button,\n::ng-deep .tools .selected-value,\n::ng-deep .tools .nav-caret {\n color: #fff !important;\n}\n::ng-deep .tools .button.inactive,\n::ng-deep .tools .selected-value.inactive,\n::ng-deep .tools .nav-caret.inactive {\n color: #959da5 !important;\n}\n::ng-deep .tools .button {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-flow: column;\n}\n::ng-deep .tools .dropdown-menu .option {\n color: #6e6e6e !important;\n}\n::ng-deep .tools .dropdown-menu .option:hover {\n background-color: #4b566c !important;\n}\n::ng-deep .tools .icon-button {\n margin: 0px 0px 0px 7px !important;\n}\n::ng-deep .tools .select {\n width: 65px;\n height: 37px;\n margin-left: 7px;\n line-height: 37px;\n text-align: center;\n}\n@media (max-width: 1037px) {\n .mobile-hide,\n .current-page-number {\n display: none;\n }\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\n margin: 0px 0px 0px 10px !important;\n }\n ::ng-deep .tools .icon-button {\n height: 60px;\n width: 60px;\n }\n ::ng-deep .tools .gd-nav-search-btn .icon-button {\n height: 37px;\n width: 37px;\n }\n ::ng-deep .tools .gd-nav-search-btn .button {\n font-size: 14px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvdmlld2VyL3NyYy9saWIvdmlld2VyLWFwcC5jb21wb25lbnQubGVzcyIsImxpYnMvdmlld2VyL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3ZpZXdlci9zcmMvbGliL3ZpZXdlci1hcHAuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsNkVDQWtCO0FBR2xCO0VBQ0Usc0RBQUE7QURERjtBQ0lBO0VBQ0UsZ0JBQUE7RUFDQSxlQUFBO0VBQ0EsY0FBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EsaUJBQUE7RUFDQSxrQkFBQTtBREZGO0FDSUU7RUFDRSxXQUFBO0FERko7QUNNQTtFQUNFLDBCQUFBO1VBQUEsb0JBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7RUFDQSxNQUFBO0VBQ0EsU0FBQTtFQUNBLE9BQUE7RUFDQSxRQUFBO0FESkY7QUNPQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDBCQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0FETEY7QUNRQTtFQUNFLGtCQUFBO0VBQ0EsVUFBQTtBRE5GO0FDU0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsV0FBQTtBRFBGO0FDVUE7RUFDRSx5QkFBQTtFQUNBLFdBQUE7QURSRjtBQ1dBOzs7RUFLSSxzQkFBQTtBRFhKO0FDYUk7OztFQUNFLHlCQUFBO0FEVE47QUNDQTtFQWFJLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxpQkFBQTtBRFhKO0FDRkE7RUFpQkkseUJBQUE7QURaSjtBQ0xBO0VBcUJJLG9DQUFBO0FEYko7QUNSQTtFQXlCSSxrQ0FBQTtBRGRKO0FDWEE7RUE2QkksV0FBQTtFQUNBLFlBQUE7RUFDQSxnQkFBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7QURmSjtBQ21CQTtFQUVFOztJQUVFLGFBQUE7RURsQkY7RUNxQkE7SUFFSSxtQ0FBQTtFRHBCSjtFQ2tCQTtJQU1JLFlBQUE7SUFDQSxXQUFBO0VEckJKO0VDY0E7SUFZTSxZQUFBO0lBQ0EsV0FBQTtFRHZCTjtFQ1VBO0lBaUJNLGVBQUE7RUR4Qk47QUFDRiIsImZpbGUiOiJsaWJzL3ZpZXdlci9zcmMvbGliL3ZpZXdlci1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG4uY3VycmVudC1wYWdlLW51bWJlciB7XG4gIG1hcmdpbi1sZWZ0OiA3cHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIHdpZHRoOiAzN3B4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG4uY3VycmVudC1wYWdlLW51bWJlci5hY3RpdmUge1xuICBjb2xvcjogI2ZmZjtcbn1cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgdG9wOiAwO1xuICBib3R0b206IDA7XG4gIGxlZnQ6IDA7XG4gIHJpZ2h0OiAwO1xufVxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogY2FsYygxMDB2aCAtIDYwcHgpO1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xufVxuLnRodW1ibmFpbHMtYnV0dG9uIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICByaWdodDogM3B4O1xufVxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnRvb2xiYXItcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM2U0ZTVhO1xuICB3aWR0aDogMTAwJTtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbixcbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdGVkLXZhbHVlLFxuOjpuZy1kZWVwIC50b29scyAubmF2LWNhcmV0IHtcbiAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbi5pbmFjdGl2ZSxcbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdGVkLXZhbHVlLmluYWN0aXZlLFxuOjpuZy1kZWVwIC50b29scyAubmF2LWNhcmV0LmluYWN0aXZlIHtcbiAgY29sb3I6ICM5NTlkYTUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbiB7XG4gIGZsZXgtZmxvdzogY29sdW1uO1xufVxuOjpuZy1kZWVwIC50b29scyAuZHJvcGRvd24tbWVudSAub3B0aW9uIHtcbiAgY29sb3I6ICM2ZTZlNmUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbjpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0YjU2NmMgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uIHtcbiAgbWFyZ2luOiAwcHggMHB4IDBweCA3cHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdCB7XG4gIHdpZHRoOiA2NXB4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIG1hcmdpbi1sZWZ0OiA3cHg7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5tb2JpbGUtaGlkZSxcbiAgLmN1cnJlbnQtcGFnZS1udW1iZXIge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgOjpuZy1kZWVwIC50b29scyBnZC1idXR0b246bnRoLWNoaWxkKDEpID4gLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAwcHggMHB4IDEwcHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gICAgaGVpZ2h0OiA2MHB4O1xuICAgIHdpZHRoOiA2MHB4O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgLmdkLW5hdi1zZWFyY2gtYnRuIC5pY29uLWJ1dHRvbiB7XG4gICAgaGVpZ2h0OiAzN3B4O1xuICAgIHdpZHRoOiAzN3B4O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgLmdkLW5hdi1zZWFyY2gtYnRuIC5idXR0b24ge1xuICAgIGZvbnQtc2l6ZTogMTRweDtcbiAgfVxufVxuIiwiQGltcG9ydCAoY3NzKSB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG5AaW1wb3J0IFwiLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuOmhvc3QgKiB7XG4gIGZvbnQtZmFtaWx5OiAnT3BlbiBTYW5zJywgQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZjtcbn1cblxuLmN1cnJlbnQtcGFnZS1udW1iZXIge1xuICBtYXJnaW4tbGVmdDogN3B4O1xuICBmb250LXNpemUgIDogMTRweDtcbiAgY29sb3IgICAgICA6IEByZWdlbnQtZ3JheTtcbiAgd2lkdGggICAgICA6IDM3cHg7XG4gIGhlaWdodCAgICAgOiAzN3B4O1xuICBsaW5lLWhlaWdodDogMzdweDtcbiAgdGV4dC1hbGlnbiA6IGNlbnRlcjtcblxuICAmLmFjdGl2ZSB7XG4gICAgY29sb3I6ICNmZmY7XG4gIH1cbn1cblxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0ICAgICA6IDEwMCU7XG4gIHdpZHRoICAgICAgOiAxMDAlO1xuICBwb3NpdGlvbiAgIDogZml4ZWQ7XG4gIHRvcCAgICAgICAgOiAwO1xuICBib3R0b20gICAgIDogMDtcbiAgbGVmdCAgICAgICA6IDA7XG4gIHJpZ2h0ICAgICAgOiAwO1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheSAgICAgICA6IGZsZXg7XG4gIGhlaWdodCAgICAgICAgOiBjYWxjKDEwMHZoIC0gNjBweCk7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG59XG5cbi50aHVtYm5haWxzLWJ1dHRvbiB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcmlnaHQgICA6IDNweDtcbn1cblxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXkgICAgOiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aCAgICAgIDogMTAwJTtcbn1cblxuLnRvb2xiYXItcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAbmF2LW1haW4tYmFja2dyb3VuZDtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbn1cblxuOjpuZy1kZWVwIC50b29scyB7XG5cbiAgLmJ1dHRvbixcbiAgLnNlbGVjdGVkLXZhbHVlLFxuICAubmF2LWNhcmV0IHtcbiAgICBjb2xvcjogI2ZmZiAhaW1wb3J0YW50O1xuXG4gICAgJi5pbmFjdGl2ZSB7XG4gICAgICBjb2xvcjogQHJlZ2VudC1ncmF5ICAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuXG4gIC5idXR0b24ge1xuICAgIGZsZXgtZmxvdzogY29sdW1uO1xuICB9XG5cbiAgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbiB7XG4gICAgY29sb3I6IEBkb3ZlLWdyYXkgICFpbXBvcnRhbnQ7XG4gIH1cblxuICAuZHJvcGRvd24tbWVudSAub3B0aW9uOmhvdmVyIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAZm9sZGVyICAhaW1wb3J0YW50O1xuICB9XG5cbiAgLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAwcHggMHB4IDdweCAhaW1wb3J0YW50O1xuICB9XG5cbiAgLnNlbGVjdCB7XG4gICAgd2lkdGggICAgICA6IDY1cHg7XG4gICAgaGVpZ2h0ICAgICA6IDM3cHg7XG4gICAgbWFyZ2luLWxlZnQ6IDdweDtcbiAgICBsaW5lLWhlaWdodDogMzdweDtcbiAgICB0ZXh0LWFsaWduIDogY2VudGVyO1xuICB9XG59XG5cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcblxuICAubW9iaWxlLWhpZGUsXG4gIC5jdXJyZW50LXBhZ2UtbnVtYmVyIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG5cbiAgOjpuZy1kZWVwIC50b29scyB7XG4gICAgZ2QtYnV0dG9uOm50aC1jaGlsZCgxKT4uaWNvbi1idXR0b24ge1xuICAgICAgbWFyZ2luOiAwcHggMHB4IDBweCAxMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuXG4gICAgLmljb24tYnV0dG9uIHtcbiAgICAgIGhlaWdodDogNjBweDtcbiAgICAgIHdpZHRoIDogNjBweDtcbiAgICB9XG5cbiAgICAuZ2QtbmF2LXNlYXJjaC1idG4ge1xuICAgICAgLmljb24tYnV0dG9uIHtcbiAgICAgICAgaGVpZ2h0OiAzN3B4O1xuICAgICAgICB3aWR0aCA6IDM3cHg7XG4gICAgICB9XG5cbiAgICAgIC5idXR0b24ge1xuICAgICAgICBmb250LXNpemU6IDE0cHg7XG4gICAgICB9XG4gICAgfVxuICB9XG59Il19 */" /***/ }), /***/ "../../libs/viewer/src/lib/viewer-app.component.ts": -/*!**************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/viewer-app.component.ts ***! - \**************************************************************************************************/ +/*!**************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/viewer-app.component.ts ***! + \**************************************************************************************/ /*! exports provided: ViewerAppComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -14132,6 +17870,11 @@ let ViewerAppComponent = class ViewerAppComponent { this.isLoading = true; this.selectFile(this.viewerConfig.defaultDocument, "", ""); } + const queryString = window.location.search; + if (queryString) { + this.TryOpenFileByUrl(queryString); + } + this.selectedPageNumber = 1; } ngAfterViewInit() { this._loadingMaskService @@ -14188,6 +17931,18 @@ let ViewerAppComponent = class ViewerAppComponent { get currentPage() { return this._navigateService.currentPage; } + ifPresentation() { + return this.file ? _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["FileUtil"].find(this.file.guid, false).format === "Microsoft PowerPoint" : false; + } + validURL(str) { + const pattern = new RegExp('^(https?:\\/\\/)?' + // protocol + '((([a-z\\d]([a-z\\d-]*[a-z\\d])*)\\.)+[a-z]{2,}|' + // domain name + '((\\d{1,3}\\.){3}\\d{1,3}))' + // OR ip (v4) address + '(\\:\\d+)?(\\/[-a-z\\d%_.~+]*)*' + // port and path + '(\\?[;&a-z\\d%_.~+=-]*)?' + // query string + '(\\#[-a-z\\d_]*)?$', 'i'); // fragment locator + return !!pattern.test(str); + } openModal(id) { this._modalService.open(id); } @@ -14210,14 +17965,31 @@ let ViewerAppComponent = class ViewerAppComponent { this.options = this.zoomOptions(); this.refreshZoom(); } - const preloadPageCount = this.viewerConfig.preloadPageCount; + const preloadPageCount = !this.ifPresentation() ? this.viewerConfig.preloadPageCount + : (this.viewerConfig.preloadPageCount !== 0 + && this.viewerConfig.preloadPageCount < 3 ? 3 + : this.viewerConfig.preloadPageCount); const countPages = file.pages ? file.pages.length : 0; if (preloadPageCount > 0) { + if (this.ifPresentation()) { + this.file.thumbnails = file.pages.slice(); + } this.preloadPages(1, preloadPageCount > countPages ? countPages : preloadPageCount); + if (!this.ifPresentation()) { + this._viewerService.loadThumbnails(this.credentials).subscribe((data) => { + this.file.thumbnails = data.pages; + }); + } } this._navigateService.countPages = countPages; this._navigateService.currentPage = 1; this.countPages = countPages; + if (this.ifPresentation()) { + this.showThumbnails = true; + } + else { + this.showThumbnails = false; + } } }); if (modalId) { @@ -14229,12 +18001,28 @@ let ViewerAppComponent = class ViewerAppComponent { for (let i = start; i <= end; i++) { this._viewerService.loadPage(this.credentials, i).subscribe((page) => { this.file.pages[i - 1] = page; + if (this.ifPresentation() && this.file.thumbnails && !this.file.thumbnails[i - 1].data) { + if (page.data) { + page.data = page.data.replace(/>\s+<') + .replace(/\uFEFF/g, "") + .replace(/href="\/viewer/g, 'href="http://localhost:8080/viewer') + .replace(/src="\/viewer/g, 'src="http://localhost:8080/viewer') + .replace(/data="\/viewer/g, 'data="http://localhost:8080/viewer'); + } + this.file.thumbnails[i - 1].data = page.data; + } }); } } upload($event) { - this._viewerService.upload(null, $event, this.rewriteConfig).subscribe(() => { - this.selectDir(''); + this._viewerService.upload(null, $event, this.rewriteConfig).subscribe((uploadedDocument) => { + if (this.fileParam !== '') { + this.selectFile(uploadedDocument.guid, '', ''); + this.fileParam = ''; + } + else { + this.selectDir(''); + } }); } nextPage() { @@ -14316,31 +18104,24 @@ let ViewerAppComponent = class ViewerAppComponent { if (this.formatDisabled) return; const pageNumber = this._navigateService.currentPage; + const pageModel = this.file.pages[pageNumber - 1]; if (this.saveRotateStateConfig && this.file) { - this._viewerService.rotate(this.credentials, deg, pageNumber).subscribe((data) => { - for (const page of data) { - const pageModel = this.file.pages[page.pageNumber - 1]; - if (this.file && this.file.pages && pageModel) { - this.changeAngle(pageModel, page.angle); + this._viewerService.rotate(this.credentials, deg, pageNumber).subscribe((page) => { + this.file.pages[pageNumber - 1] = page; + if (this.file && this.file.pages && pageModel) { + const angle = pageModel.angle + deg; + if (angle > 360) { + this.changeAngle(pageModel, 90); + } + else if (angle < -360) { + this.changeAngle(pageModel, -90); + } + else { + this.changeAngle(pageModel, angle); } } }); } - else { - const pageModel = this.file.pages[pageNumber - 1]; - if (this.file && this.file.pages && pageModel) { - const angle = pageModel.angle + deg; - if (angle > 360) { - this.changeAngle(pageModel, 90); - } - else if (angle < -360) { - this.changeAngle(pageModel, -90); - } - else { - this.changeAngle(pageModel, angle); - } - } - } } changeAngle(page, angle) { page.angle = angle; @@ -14354,18 +18135,10 @@ let ViewerAppComponent = class ViewerAppComponent { if (this.formatDisabled) return; if (this.viewerConfig.preloadPageCount !== 0) { - if (_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["FileUtil"].find(this.file.guid, false).format === "Portable Document Format") { - this._viewerService.loadPrintPdf(this.credentials).subscribe(blob => { - const file = new Blob([blob], { type: 'application/pdf' }); - this._renderPrintService.changeBlob(file); - }); - } - else { - this._viewerService.loadPrint(this.credentials).subscribe((data) => { - this.file.pages = data.pages; - this._renderPrintService.changePages(this.file.pages); - }); - } + this._viewerService.loadPrint(this.credentials).subscribe((data) => { + this.file.pages = data.pages; + this._renderPrintService.changePages(this.file.pages); + }); } else { this._renderPrintService.changePages(this.file.pages); @@ -14382,10 +18155,15 @@ let ViewerAppComponent = class ViewerAppComponent { this.showThumbnails = true; } else { - this._viewerService.loadThumbnails(this.credentials).subscribe((data) => { - this.file.pages = data.pages; + if (this.file.thumbnails.filter(t => !t.data).length > 0) { + this._viewerService.loadThumbnails(this.credentials).subscribe((data) => { + this.file.thumbnails = data.pages; + this.showThumbnails = true; + }); + } + else { this.showThumbnails = true; - }); + } } } clearData() { @@ -14414,6 +18192,38 @@ let ViewerAppComponent = class ViewerAppComponent { this.formatIcon = this.file ? _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["FileUtil"].find(this.file.guid, false).icon : null; this.zoom = this._windowService.isDesktop() ? 100 : this.getFitToWidth(); } + selectCurrentPage(pageNumber) { + this.selectedPageNumber = pageNumber; + } + onMouseWheelUp($event) { + if (this.ifPresentation() && this.selectedPageNumber !== 1) { + this.selectedPageNumber = this.selectedPageNumber - 1; + } + } + onMouseWheelDown($event) { + if (this.ifPresentation() && this.selectedPageNumber !== this.file.pages.length) { + if (this.file.pages[this.selectedPageNumber] && !this.file.pages[this.selectedPageNumber].data) { + this.preloadPages(this.selectedPageNumber, this.selectedPageNumber + 1); + this.selectedPageNumber = this.selectedPageNumber + 1; + } + else { + this.selectedPageNumber = this.selectedPageNumber + 1; + } + } + } + TryOpenFileByUrl(queryString) { + const urlParams = new URLSearchParams(queryString); + this.fileParam = urlParams.get('file'); + if (this.fileParam) { + this.isLoading = true; + if (this.validURL(this.fileParam)) { + this.upload(this.fileParam); + } + else { + this.selectFile(this.fileParam, '', ''); + } + } + } }; ViewerAppComponent.ctorParameters = () => [ { type: _viewer_service__WEBPACK_IMPORTED_MODULE_2__["ViewerService"] }, @@ -14452,9 +18262,9 @@ ViewerAppComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/viewer/src/lib/viewer-config.service.ts": -/*!***************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/viewer-config.service.ts ***! - \***************************************************************************************************/ +/*!***************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/viewer-config.service.ts ***! + \***************************************************************************************/ /*! exports provided: ViewerConfigService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -14512,9 +18322,9 @@ ViewerConfigService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../libs/viewer/src/lib/viewer-config.ts": -/*!*******************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/viewer-config.ts ***! - \*******************************************************************************************/ +/*!*******************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/viewer-config.ts ***! + \*******************************************************************************/ /*! exports provided: ViewerConfig */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -14528,15 +18338,16 @@ class ViewerConfig { /***/ }), /***/ "../../libs/viewer/src/lib/viewer.module.ts": -/*!*******************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/viewer.module.ts ***! - \*******************************************************************************************/ -/*! exports provided: initializeApp, setupLoadingInterceptor, ViewerModule */ +/*!*******************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/viewer.module.ts ***! + \*******************************************************************************/ +/*! exports provided: initializeApp, endPoint, setupLoadingInterceptor, ViewerModule */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "initializeApp", function() { return initializeApp; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "endPoint", function() { return endPoint; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "setupLoadingInterceptor", function() { return setupLoadingInterceptor; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ViewerModule", function() { return ViewerModule; }); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); @@ -14569,6 +18380,11 @@ function initializeApp(viewerConfigService) { const result = () => viewerConfigService.load(); return result; } +function endPoint() { + const config = new _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_5__["ConfigService"](); + config.apiEndpoint = "http://localhost:8080"; + return config; +} // NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981 // @dynamic function setupLoadingInterceptor(service) { @@ -14605,7 +18421,10 @@ ViewerModule = ViewerModule_1 = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"] ], providers: [ _viewer_service__WEBPACK_IMPORTED_MODULE_6__["ViewerService"], - _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_5__["ConfigService"], + { + provide: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_5__["ConfigService"], + useFactory: endPoint + }, _viewer_config_service__WEBPACK_IMPORTED_MODULE_7__["ViewerConfigService"], { provide: _angular_common_http__WEBPACK_IMPORTED_MODULE_3__["HTTP_INTERCEPTORS"], @@ -14633,9 +18452,9 @@ ViewerModule = ViewerModule_1 = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"] /***/ }), /***/ "../../libs/viewer/src/lib/viewer.service.ts": -/*!********************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/viewer.service.ts ***! - \********************************************************************************************/ +/*!********************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/viewer.service.ts ***! + \********************************************************************************/ /*! exports provided: ViewerService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -14723,409 +18542,563 @@ ViewerService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/annotation/src/lib/annotation-app.component.html": -/*!***********************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation-app.component.html ***! - \***********************************************************************************************************************************************************************************/ +/*!***********************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation-app.component.html ***! + \***********************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "\n
    \n
    \n \n \n \n
    \n \n\n \n \n\n
    \n
    \n \n
    \n
    \n \n \n
    \n
    \n
    \n \n
    \n
    \n \n \n
    \n
    \n
    \n \n
    \n
    \n \n \n
    \n
    \n
    \n
    \n
    \n
    \n \n
    \n \n \n\n \n Click\n \n to open file
    \n Or drop file here\n
    \n
    \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n" +module.exports = "\r\n
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n \r\n\r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n \r\n\r\n \r\n Click\r\n \r\n to open file
    \r\n Or drop file here\r\n
    \r\n
    \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/annotation/src/lib/annotation/annotation.component.html": -/*!******************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation/annotation.component.html ***! - \******************************************************************************************************************************************************************************************/ +/*!******************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation/annotation.component.html ***! + \******************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n \n
    \n \n
    \n \n
    \n
    \n\n \n
    \n\n \n \n \n {{ distanceValue }}\n \n \n \n {{ distanceValue }}\n \n \n\n" +module.exports = "
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n\r\n \r\n \r\n \r\n {{ distanceValue }}\r\n \r\n \r\n \r\n {{ distanceValue }}\r\n \r\n \r\n\r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/annotation/src/lib/comment-panel/comment-panel.component.html": -/*!************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/comment-panel/comment-panel.component.html ***! - \************************************************************************************************************************************************************************************************/ +/*!************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/comment-panel/comment-panel.component.html ***! + \************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n \n Comments\n \n
    \n
    \n
    \n
    \n \n
    \n
    \n \n
    \n \n No comments yet. Be the first one,
    \n
    \n add comment.\n
    \n
    \n
    \n" +module.exports = "
    \r\n
    \r\n \r\n Comments\r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n No comments yet. Be the first one,
    \r\n
    \r\n add comment.\r\n
    \r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/annotation/src/lib/comment/comment.component.html": -/*!************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/comment/comment.component.html ***! - \************************************************************************************************************************************************************************************/ +/*!************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/comment/comment.component.html ***! + \************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n \n {{comment.userName}}\n
    \n {{comment.text}}\n {{getTime()}}\n
    \n" +module.exports = "
    \r\n
    \r\n \r\n {{comment.userName}}\r\n
    \r\n {{comment.text}}\r\n {{getTime()}}\r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/annotation/src/lib/create-comment/create-comment.component.html": -/*!**************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/create-comment/create-comment.component.html ***! - \**************************************************************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/create-comment/create-comment.component.html ***! + \**************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n \n \n
    \n \n Cancel\n \n \n Reply\n \n
    \n
    \n" +module.exports = "
    \r\n \r\n \r\n
    \r\n \r\n Cancel\r\n \r\n \r\n Reply\r\n \r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/comparison/src/lib/add-file-panel/add-file-panel.component.html": -/*!**************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/add-file-panel/add-file-panel.component.html ***! - \**************************************************************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/add-file-panel/add-file-panel.component.html ***! + \**************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n \n \n
    \n \n {{fileName}}\n \n \n
    \n" +module.exports = "
    \r\n
    \r\n \r\n \r\n
    \r\n \r\n {{fileName}}\r\n \r\n \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/comparison/src/lib/comparison-app.component.html": -/*!***********************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/comparison-app.component.html ***! - \***********************************************************************************************************************************************************************************/ +/*!***********************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/comparison-app.component.html ***! + \***********************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "\n
    \n
    \n
    \n
    \n \n \n \n \n
    \n
    \n \n \n \n \n \n \n
    \n
    \n
    \n
    \n
    \n
    \n \n \n \n \n
    \n  \n Loading... Please wait.\n
    \n \n \n
    \n
    \n \n \n \n \n
    \n  \n Loading... Please wait.\n
    \n \n \n
    \n
    \n
    \n
    \n  \n Loading... Please wait.\n
    \n \n \n
    \n
    \n \n \n \n \n
    \n \n \n \n \n
    \n" +module.exports = "\r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n  \r\n Loading... Please wait.\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n  \r\n Loading... Please wait.\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n  \r\n Loading... Please wait.\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/comparison/src/lib/difference-highlight/difference-highlight.component.html": -/*!**************************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/difference-highlight/difference-highlight.component.html ***! - \**************************************************************************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/difference-highlight/difference-highlight.component.html ***! + \**************************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "\n\n
    \n\n" +module.exports = "\r\n\r\n
    \r\n\r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/comparison/src/lib/difference/difference.component.html": -/*!******************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/difference/difference.component.html ***! - \******************************************************************************************************************************************************************************************/ +/*!******************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/difference/difference.component.html ***! + \******************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n \n \n
    \n
    Text edited
    \n
    {{change.text}}
    \n
    \n
    \n \n \n
    \n
    Text added
    \n
    {{change.text}}
    \n
    \n
    \n \n \n
    \n
    Text deleted
    \n
    {{change.text}}
    \n
    \n
    \n \n \n
    \n
    Text added
    \n
    {{change.text}}
    \n
    \n
    \n \n \n
    \n
    Style changed
    \n
    \n \n
    \n \n →\n \n Highlight Color\n
    \n
    \n \n →\n \n Color\n
    \n
    \n {{style.oldValue}} → {{style.newValue}}\n Font size\n
    \n
    \n {{change.text}}{{change.text}}\n Bold\n
    \n
    \n {{change.text}}{{change.text}}\n Italic\n
    \n
    \n {{change.text}}{{change.text}}\n Underline\n
    \n
    \n
    \n
    \n
    \n
    Page {{change.pageInfo.id + 1}}
    \n
    \n
    \n" +module.exports = "
    \r\n
    \r\n \r\n \r\n
    \r\n
    Text edited
    \r\n
    {{change.text}}
    \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    Text added
    \r\n
    {{change.text}}
    \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    Text deleted
    \r\n
    {{change.text}}
    \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    Text added
    \r\n
    {{change.text}}
    \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    Style changed
    \r\n
    \r\n \r\n
    \r\n \r\n →\r\n \r\n Highlight Color\r\n
    \r\n
    \r\n \r\n →\r\n \r\n Color\r\n
    \r\n
    \r\n {{style.oldValue}} → {{style.newValue}}\r\n Font size\r\n
    \r\n
    \r\n {{change.text}}{{change.text}}\r\n Bold\r\n
    \r\n
    \r\n {{change.text}}{{change.text}}\r\n Italic\r\n
    \r\n
    \r\n {{change.text}}{{change.text}}\r\n Underline\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    Page {{change.pageInfo.pageNumber + 1}}
    \r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/comparison/src/lib/differences/differences.component.html": -/*!********************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/differences/differences.component.html ***! - \********************************************************************************************************************************************************************************************/ +/*!********************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/differences/differences.component.html ***! + \********************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n \n
    \n" +module.exports = "
    \r\n \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/comparison/src/lib/result-document/result-document.component.html": -/*!****************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/result-document/result-document.component.html ***! - \****************************************************************************************************************************************************************************************************/ +/*!****************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/result-document/result-document.component.html ***! + \****************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    Please wait...
    \n
    \n
    \n
    \n \n
    \n \n \n
    \n
    \n
    \n
    \n" +module.exports = "
    Please wait...
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.html": -/*!********************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.html ***! - \********************************************************************************************************************************************************************************************************/ +/*!********************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.html ***! + \********************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n \n \n Click to open file
    \n Or drop file here\n
    \n
    \n
    \n \n Drop file here to upload\n
    \n
    \n" +module.exports = "
    \r\n
    \r\n \r\n \r\n Click to open file
    \r\n Or drop file here\r\n
    \r\n
    \r\n
    \r\n \r\n Drop file here to upload\r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/conversion/src/lib/conversion-app.component.html": -/*!***********************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-app.component.html ***! - \***********************************************************************************************************************************************************************************/ +/*!***********************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-app.component.html ***! + \***********************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n \n \n \n\n \n\n \n
    \n\n \n Click to open file
    \n Or drop file here\n
    \n\n \n\n \n\n \n \n \n
    \n" +module.exports = "
    \r\n
    \r\n \r\n \r\n \r\n\r\n \r\n\r\n \r\n
    \r\n\r\n \r\n Click to open file
    \r\n Or drop file here\r\n
    \r\n\r\n \r\n\r\n \r\n\r\n \r\n \r\n \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.html": -/*!********************************************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.html ***! - \********************************************************************************************************************************************************************************************************************************/ +/*!********************************************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.html ***! + \********************************************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "\n
    \n
    \n \n Drop file here to upload\n
    \n
    \n
    \n \n\n
    \n \n
    \n
    \n
    \n \n \n \n {{getLabelString()}}\n \n \n \n \n
    {{item.name}}
    \n
    \n \n
    \n
    \n
    \n
    \n \n \n \n Upload file\n \n \n \n \n \n
    {{item.name}}
    \n
    \n
    \n
    \n
    \n
    \n
    \n \n
    \n \n
    \n
    \n
    \n
    \n
    \n
    \n
    FILE
    \n
    SIZE
    \n
    \n
    \n
    \n
    \n
    \n
    \n \n
    \n
    ..
    \n
    \n
    \n
    \n \n
    \n
    \n \n
    \n
    {{file?.name}}
    \n
    {{getFormatName(file)}}
    \n
    \n
    \n
    {{getSize(file?.size)}}
    \n
    \n \n \n \n \n \n \n \n
    {{item.name}}
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n \n  Loading... Please wait.\n
    \n
    \n
    \n" +module.exports = "\r\n
    \r\n
    \r\n \r\n Drop file here to upload\r\n
    \r\n
    \r\n
    \r\n \r\n\r\n
    \r\n 0)\" class=\"gd-checkbox\" [checked]=\"allItemsSelected()\"\r\n (change)=\"selectAllItems($event.target.checked);\">\r\n
    \r\n
    \r\n
    \r\n \r\n \r\n \r\n {{getLabelString()}}\r\n \r\n \r\n \r\n \r\n
    {{item.name}}
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n \r\n Upload file\r\n \r\n \r\n \r\n \r\n \r\n
    {{item.name}}
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    FILE
    \r\n
    SIZE
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    ..
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    {{file?.name}}
    \r\n
    {{getFormatName(file)}}
    \r\n
    \r\n
    \r\n
    {{getSize(file?.size)}}
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    {{item.name}}
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n  Loading... Please wait.\r\n
    \r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/conversion/src/lib/conversion-item/conversion-item.component.html": -/*!****************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-item/conversion-item.component.html ***! - \****************************************************************************************************************************************************************************************************/ +/*!****************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-item/conversion-item.component.html ***! + \****************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n ×\n
    \n
    \n \n
    {{item.name}}\n
    {{item.sourceFormatName}}
    \n
    \n \n {{item.destinationFileName}}\n
    \n
    \n
    \n
    {{item.sizeString}}
    \n
    \n \n \n \n
    \n
    \n \n
    {{item.destinationFileName}}
    {{item.destinationFormatName}}
    \n
    \n
    \n \n
    \n
    \n \n
    \n \n
    \n \n
    \n
    " +module.exports = "
    \r\n
    \r\n ×\r\n
    \r\n
    \r\n \r\n
    {{item.name}}\r\n
    {{item.sourceFormatName}}
    \r\n
    \r\n \r\n {{item.destinationFileName}}\r\n
    \r\n
    \r\n
    \r\n
    {{item.sizeString}}
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n
    {{item.destinationFileName}}
    {{item.destinationFormatName}}
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    " /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/conversion/src/lib/conversion-queue/conversion-queue.component.html": -/*!******************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-queue/conversion-queue.component.html ***! - \******************************************************************************************************************************************************************************************************/ +/*!******************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-queue/conversion-queue.component.html ***! + \******************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n
    \n
    Source
    \n
    Size
    \n
    State
    \n
    Target
    \n
    \n
    \n
    \n \n
    \n
    " +module.exports = "
    \r\n
    \r\n
    \r\n
    Source
    \r\n
    Size
    \r\n
    State
    \r\n
    Target
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    " /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/conversion/src/lib/information-modal/information-modal.component.html": -/*!********************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/information-modal/information-modal.component.html ***! - \********************************************************************************************************************************************************************************************************/ +/*!********************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/information-modal/information-modal.component.html ***! + \********************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "\n
    \n \n
    \n
    Incompatible formats
    \n
    {{warningCount}} selected {{warningCount == 1 ? 'file' : 'files'}} can't be converted to {{formatName}} format. Incompatible files will not be added to conversion queue.
    \n
    \n
    \n
    \n" +module.exports = "\r\n
    \r\n \r\n
    \r\n
    Incompatible formats
    \r\n
    {{warningCount}} selected {{warningCount == 1 ? 'file' : 'files'}} can't be converted to {{formatName}} format. Incompatible files will not be added to conversion queue.
    \r\n
    \r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/editor/src/lib/create.document-modal/create.document-modal.component.html": -/*!************************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/create.document-modal/create.document-modal.component.html ***! - \************************************************************************************************************************************************************************************************************/ +/*!************************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/create.document-modal/create.document-modal.component.html ***! + \************************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "\n
    \n
    \n \n \n \n \n Save\n
    \n
    \n
    \n" +module.exports = "\r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n Save\r\n
    \r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/editor/src/lib/editor-app.component.html": -/*!***************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/editor-app.component.html ***! - \***************************************************************************************************************************************************************************/ +/*!***************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/editor-app.component.html ***! + \***************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "\n
    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n
    \n \n
    \n
    \n
    \n
    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n
    \n \n
    \n \n \n
    \n \n Click to open file
    \n Or drop file here\n
    \n \n \n \n \n \n
    \n" +module.exports = "\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n \r\n
    \r\n \r\n Click to open file
    \r\n Or drop file here\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n" /***/ }), -/***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/canvas/canvas.component.html": -/*!*********************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/canvas/canvas.component.html ***! - \*********************************************************************************************************************************************************************************/ +/***/ "../../node_modules/raw-loader/index.js!../../libs/metadata/src/lib/accordion/accordion-group/accordion-group.component.html": +/*!************************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/accordion/accordion-group/accordion-group.component.html ***! + \************************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n \n
    \n
    \n" +module.exports = "
    \r\n
    \r\n \r\n \r\n
    {{title}}
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    {{property.name}}
    \r\n \r\n
    {{formatValue(property)}}
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    " /***/ }), -/***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/hand-modal/hand-modal.component.html": -/*!*****************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/hand-modal/hand-modal.component.html ***! - \*****************************************************************************************************************************************************************************************/ +/***/ "../../node_modules/raw-loader/index.js!../../libs/metadata/src/lib/metadata-app.component.html": +/*!*******************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata-app.component.html ***! + \*******************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "\n
    \n
    \n
    \n \n
    \n
    \n \n
    \n
    \n \n Save\n
    \n
    \n
    \n \n
    \n
    \n
    \n" +module.exports = "\r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n Click to open file
    \r\n Or drop file here\r\n
    \r\n \r\n\r\n \r\n \r\n \r\n
    \r\n" /***/ }), -/***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.html": -/*!***************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.html ***! - \***************************************************************************************************************************************************************************************************/ +/***/ "../../node_modules/raw-loader/index.js!../../libs/parser/src/lib/confirmation-modal/confirmation-modal.component.html": +/*!******************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/confirmation-modal/confirmation-modal.component.html ***! + \******************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n \n
    \n \n
    \n
    \n
    \n \n
    \n \n
    \n
    \n
    \n" +module.exports = "\n
    \n
    \n
    {{ text }}
    \n \n {{ actionText }}\n \n
    \n
    \n
    \n" /***/ }), -/***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/signature-app.component.html": -/*!*********************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-app.component.html ***! - \*********************************************************************************************************************************************************************************/ +/***/ "../../node_modules/raw-loader/index.js!../../libs/parser/src/lib/field/field.component.html": +/*!****************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/field/field.component.html ***! + \****************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "\n
    \n
    \n \n \n \n
    \n \n\n \n \n\n
    \n
    \n \n
    \n
    \n \n \n
    \n
    \n
    \n \n
    \n
    \n \n \n
    \n
    \n
    \n
    \n
    \n \n \n
    \n \n
    \n\n \n Click\n \n to open file
    \n Or drop file here\n
    \n \n \n
    \n \n\n \n \n \n
    \n" +module.exports = "
    \r\n\r\n
    \r\n {{ getField().name }} \r\n
    \r\n \r\n \r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    " /***/ }), -/***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/signature-left-panel/signature-left-panel.component.html": -/*!*************************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-left-panel/signature-left-panel.component.html ***! - \*************************************************************************************************************************************************************************************************************/ +/***/ "../../node_modules/raw-loader/index.js!../../libs/parser/src/lib/parser-app.component.html": +/*!***************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/parser-app.component.html ***! + \***************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "\n
    \n
    \n
    \n
    \n
    \n
    {{getTitle()}}
    \n
    \n \n
    \n
    \n
    \n \n \n
    \n
    \n
    {{getName()}}
    \n
    \n \n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n" +module.exports = "
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n\r\n \r\n\r\n \r\n \r\n \r\n\r\n \r\n \r\n
    " /***/ }), -/***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/signature-list-panel/signature-list-panel.component.html": -/*!*************************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-list-panel/signature-list-panel.component.html ***! - \*************************************************************************************************************************************************************************************************************/ +/***/ "../../node_modules/raw-loader/index.js!../../libs/parser/src/lib/surface/surface.component.html": +/*!********************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/surface/surface.component.html ***! + \********************************************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "
    \r\n \r\n
    " + +/***/ }), + +/***/ "../../node_modules/raw-loader/index.js!../../libs/parser/src/lib/template-browser/template-browser.component.html": +/*!**************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/template-browser/template-browser.component.html ***! + \**************************************************************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "\n
    \n
    Select the template:
    \n
    \n\n
    \n
    \n
    \n
    \n
    \n
    {{id?.name}}
    \n
    \n
    \n
    \n
    \n
    \n\n
    " + +/***/ }), + +/***/ "../../node_modules/raw-loader/index.js!../../libs/parser/src/lib/template-name/template-name.component.html": +/*!********************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/template-name/template-name.component.html ***! + \********************************************************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "
    \n
    \n {{ getName() }}\n
    \n\n \n
    " + +/***/ }), + +/***/ "../../node_modules/raw-loader/index.js!../../libs/search/src/lib/indexed-file/indexed-file.component.html": +/*!******************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/indexed-file/indexed-file.component.html ***! + \******************************************************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "
    \r\n
    \r\n ×\r\n
    \r\n
    \r\n \r\n
    {{file.name}}\r\n
    {{getFormatName()}}
    \r\n
    \r\n
    \r\n
    {{getSizeString(file.size)}}
    \r\n
    \r\n
    \r\n \r\n {{getStatusTitle()}}\r\n
    \r\n
    \r\n
    " + +/***/ }), + +/***/ "../../node_modules/raw-loader/index.js!../../libs/search/src/lib/indexed-files-list/indexed-files-list.component.html": +/*!******************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/indexed-files-list/indexed-files-list.component.html ***! + \******************************************************************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "
    \r\n
    \r\n
    \r\n
    File
    \r\n
    Size
    \r\n
    State
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    " + +/***/ }), + +/***/ "../../node_modules/raw-loader/index.js!../../libs/search/src/lib/search-app.component.html": +/*!***************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-app.component.html ***! + \***************************************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "\r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n\r\n \r\n Click to open file
    \r\n Or drop file here\r\n
    \r\n\r\n 0 && !searchResult\">\r\n\r\n \r\n\r\n \r\n\r\n \r\n \r\n
    \r\n" + +/***/ }), + +/***/ "../../node_modules/raw-loader/index.js!../../libs/search/src/lib/search-browse-files-modal/search-browse-files-modal.component.html": +/*!********************************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-browse-files-modal/search-browse-files-modal.component.html ***! + \********************************************************************************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "\r\n
    \r\n
    \r\n \r\n Drop file here to upload\r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n 0)\" class=\"gd-checkbox\" [checked]=\"allItemsSelected()\"\r\n (change)=\"selectAllItems($event.target.checked);\">\r\n
    \r\n
    \r\n
    \r\n \r\n {{getLabelString()}}\r\n \r\n \r\n \r\n \r\n Upload file\r\n \r\n \r\n \r\n \r\n \r\n
    {{item.name}}
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    FILE
    \r\n
    SIZE
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    ..
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    {{file?.name}}
    \r\n
    {{getFormatName(file)}}
    \r\n
    \r\n
    \r\n
    {{getSize(file?.size)}}
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n  Loading... Please wait.\r\n
    \r\n
    \r\n
    \r\n" + +/***/ }), + +/***/ "../../node_modules/raw-loader/index.js!../../libs/search/src/lib/search-panel/search-panel.component.html": +/*!******************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-panel/search-panel.component.html ***! + \******************************************************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "
    \r\n \r\n \r\n \r\n
    \r\n" + +/***/ }), + +/***/ "../../node_modules/raw-loader/index.js!../../libs/search/src/lib/search-result-item/search-result-item.component.html": +/*!******************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-result-item/search-result-item.component.html ***! + \******************************************************************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "
    \r\n
    \r\n \r\n
    {{item.name}}\r\n
    {{getFormatName(item)}}
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    {{getSizeString(item.size)}}
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    Found phrases
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    " + +/***/ }), + +/***/ "../../node_modules/raw-loader/index.js!../../libs/search/src/lib/search-result-summary/search-result-summary.component.html": +/*!************************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-result-summary/search-result-summary.component.html ***! + \************************************************************************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "
    \r\n
    \r\n \r\n
    \r\n \r\n
    {{getSearchDuration()}} sec
    \r\n
    \r\n
    \r\n
    0\" class=\"gd-search-result-summary-header\">\r\n
    File
    \r\n
    Occurrences
    \r\n
    Size
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    " + +/***/ }), + +/***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/canvas/canvas.component.html": +/*!*********************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/canvas/canvas.component.html ***! + \*********************************************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "
    \r\n
    \r\n \r\n
    \r\n
    \r\n" + +/***/ }), + +/***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/hand-modal/hand-modal.component.html": +/*!*****************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/hand-modal/hand-modal.component.html ***! + \*****************************************************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "\r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n Save\r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n" + +/***/ }), + +/***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.html": +/*!***************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.html ***! + \***************************************************************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n" + +/***/ }), + +/***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/signature-app.component.html": +/*!*********************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-app.component.html ***! + \*********************************************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "\r\n
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n \r\n\r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n \r\n
    \r\n\r\n \r\n Click\r\n \r\n to open file
    \r\n Or drop file here\r\n
    \r\n \r\n \r\n
    \r\n \r\n\r\n \r\n \r\n \r\n
    \r\n" + +/***/ }), + +/***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/signature-left-panel/signature-left-panel.component.html": +/*!*************************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-left-panel/signature-left-panel.component.html ***! + \*************************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n
    \n
    \n
    \n
    \n \n
    \n
    \n \"\"\n
    \n
    \n \n
    \n
    \n \n
    \n
    \n
    \n
    \n \n \n
    \n
    \n \n \n
    \n
    \n \n \n
    \n
    \n \n \n
    \n
    \n \n \n
    \n
    \n \n Apply\n
    \n
    \n
    \n
    \n
    \n
    \n \n There is no entries yet\n
    \n
    \n" +module.exports = "\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    {{getTitle()}}
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    {{getName()}}
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n" /***/ }), -/***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/signature-tab/signature-tab.component.html": -/*!***********************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-tab/signature-tab.component.html ***! - \***********************************************************************************************************************************************************************************************/ +/***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/signature-list-panel/signature-list-panel.component.html": +/*!*************************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-list-panel/signature-list-panel.component.html ***! + \*************************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n \n \n
    \n" +module.exports = "
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \"\"\r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n Apply\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n There is no entries yet\r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/signature/signature.component.html": -/*!***************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature/signature.component.html ***! - \***************************************************************************************************************************************************************************************/ +/*!***************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature/signature.component.html ***! + \***************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n \n \n \n
    \n \n
    \n
    \n \n
    Digitally signed : {{data.digitalProps.contact ? data.digitalProps.contact : data.digitalProps.reason}}
    \n \n
    \n" +module.exports = "
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n
    Digitally signed : {{data.digitalProps.contact ? data.digitalProps.contact : data.digitalProps.reason}}
    \r\n \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/stamp-canvas/stamp-canvas.component.html": -/*!*********************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/stamp-canvas/stamp-canvas.component.html ***! - \*********************************************************************************************************************************************************************************************/ +/*!*********************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/stamp-canvas/stamp-canvas.component.html ***! + \*********************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n
    \n \n
    \n
    \n \n \n \n
    \n
    \n \n \n \n
    \n
    \n \n \n
    \n
    \n
    \n" +module.exports = "
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/stamp-modal/stamp-modal.component.html": -/*!*******************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/stamp-modal/stamp-modal.component.html ***! - \*******************************************************************************************************************************************************************************************/ +/*!*******************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/stamp-modal/stamp-modal.component.html ***! + \*******************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "\n
    \n
    \n
    \n \n \n \n \n \n \n
    \n
    \n \n Save\n
    \n
    \n
    \n
    \n
    \n
    \n \n \n \n
    \n \n
    \n
    \n
    \n
    \n" +module.exports = "\r\n
    \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n Save\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/upload-signature/upload-signature.component.html": -/*!*****************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/upload-signature/upload-signature.component.html ***! - \*****************************************************************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/upload-signature/upload-signature.component.html ***! + \*****************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n \n \n
    \n

    Click\n \n to open file\n

    \n

    Or drop file here

    \n
    \n
    \n
    \n" +module.exports = "
    \r\n
    \r\n \r\n \r\n
    \r\n

    Click\r\n \r\n to open file\r\n

    \r\n

    Or drop file here

    \r\n
    \r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/viewer/src/lib/excel-document/excel-document.component.html": -/*!**********************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/excel-document/excel-document.component.html ***! - \**********************************************************************************************************************************************************************************************/ +/*!**********************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/excel-document/excel-document.component.html ***! + \**********************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    Please wait...
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n
    \n Sheet {{page.number}}\n
    \n
    \n
    \n" +module.exports = "
    Please wait...
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n Sheet {{page.number}}\r\n
    \r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/viewer/src/lib/excel-page/excel-page.component.html": -/*!**************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/excel-page/excel-page.component.html ***! - \**************************************************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/excel-page/excel-page.component.html ***! + \**************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n \"\"\n\n
    \n \n  Loading... Please wait.\n
    \n
    \n" +module.exports = "
    \r\n
    \r\n \"\"\r\n\r\n
    \r\n \r\n  Loading... Please wait.\r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/viewer/src/lib/thumbnails/thumbnails.component.html": -/*!**************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/thumbnails/thumbnails.component.html ***! - \**************************************************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/thumbnails/thumbnails.component.html ***! + \**************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n" +module.exports = "
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/viewer/src/lib/viewer-app.component.html": -/*!***************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/viewer-app.component.html ***! - \***************************************************************************************************************************************************************************/ +/*!***************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/viewer-app.component.html ***! + \***************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "\n
    \n
    \n \n \n \n\n \n \n \n\n \n \n
    {{currentPage}}/{{countPages}}
    \n \n \n\n \n \n\n \n \n\n \n \n\n \n
    \n
    \n
    \n \n\n \n \n
    \n\n \n Click to open file
    \n Or drop file here\n
    \n\n \n\n \n \n
    \n" +module.exports = "\r\n
    \r\n
    \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n\r\n \r\n \r\n
    {{currentPage}}/{{countPages}}
    \r\n \r\n \r\n\r\n \r\n \r\n\r\n \r\n \r\n\r\n \r\n \r\n\r\n \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n\r\n \r\n \r\n
    \r\n\r\n \r\n Click to open file
    \r\n Or drop file here\r\n
    \r\n\r\n \r\n\r\n \r\n \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!./src/app/app.component.html": -/*!***********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!./src/app/app.component.html ***! - \***********************************************************************************************************/ +/*!***********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!./src/app/app.component.html ***! + \***********************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n Back\n \n
    \n" +module.exports = "
    \r\n Back\r\n \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!./src/app/total-nav/total-nav.component.html": -/*!***************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!./src/app/total-nav/total-nav.component.html ***! - \***************************************************************************************************************************/ +/*!***************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!./src/app/total-nav/total-nav.component.html ***! + \***************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "\n" +module.exports = "\r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!./src/app/total-view/total-view.component.html": -/*!*****************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!./src/app/total-view/total-view.component.html ***! - \*****************************************************************************************************************************/ +/*!*****************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!./src/app/total-view/total-view.component.html ***! + \*****************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n

    GroupDocs.Total Angular Example

    \n

    Manipulate documents within your desktop solutions and web apps without requiring any other commercial\n application through GroupDocs APIs

    \n
    \n \n
    \n" +module.exports = "
    \r\n
    \r\n

    GroupDocs.Total Angular Example

    \r\n

    Manipulate documents within your desktop solutions and web apps without requiring any other commercial\r\n application through GroupDocs APIs

    \r\n
    \r\n \r\n
    \r\n" /***/ }), @@ -15159,7 +19132,7 @@ webpackEmptyAsyncContext.id = "./$$_lazy_route_resource lazy recursive"; /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n.wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n height: 100%;\n width: 100%;\n margin: 0;\n padding: 0;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL2FwcC5jb21wb25lbnQubGVzcyIsIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvYXBwcy90b3RhbC1hbmd1bGFyL3NyYy9hcHAvYXBwLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDhFQ0FrQjtBQUNsQjtFQUNFLHNEQUFBO0FEQ0Y7QUNDQTtFQUNJLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsU0FBQTtFQUNBLFVBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRENKIiwiZmlsZSI6ImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL2FwcC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9TW9udHNlcnJhdCZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG4ud3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIG1hcmdpbjogMDtcbiAgcGFkZGluZzogMDtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG4iLCJAaW1wb3J0IChjc3MpIHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU1vbnRzZXJyYXQmZGlzcGxheT1zd2FwJyk7XG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuLndyYXBwZXIge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgbWFyZ2luOiAwO1xuICAgIHBhZGRpbmc6IDA7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIHRvcDogMDtcbiAgICBib3R0b206IDA7XG4gICAgbGVmdDogMDtcbiAgICByaWdodDogMDtcbiAgfVxuIl19 */" +module.exports = "@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n.wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n height: 100%;\n width: 100%;\n margin: 0;\n padding: 0;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL2FwcC5jb21wb25lbnQubGVzcyIsImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvYXBwcy90b3RhbC1hbmd1bGFyL3NyYy9hcHAvYXBwLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDhFQ0FrQjtBQUNsQjtFQUNFLHNEQUFBO0FEQ0Y7QUNDQTtFQUNJLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsU0FBQTtFQUNBLFVBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRENKIiwiZmlsZSI6ImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL2FwcC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9TW9udHNlcnJhdCZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG4ud3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIG1hcmdpbjogMDtcbiAgcGFkZGluZzogMDtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG4iLCJAaW1wb3J0IChjc3MpIHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU1vbnRzZXJyYXQmZGlzcGxheT1zd2FwJyk7XG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuLndyYXBwZXIge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgbWFyZ2luOiAwO1xuICAgIHBhZGRpbmc6IDA7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIHRvcDogMDtcbiAgICBib3R0b206IDA7XG4gICAgbGVmdDogMDtcbiAgICByaWdodDogMDtcbiAgfVxuIl19 */" /***/ }), @@ -15236,6 +19209,12 @@ __webpack_require__.r(__webpack_exports__); /* harmony import */ var _groupdocs_examples_angular_signature__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! @groupdocs.examples.angular/signature */ "../../libs/signature/src/index.ts"); /* harmony import */ var _groupdocs_examples_angular_conversion__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! @groupdocs.examples.angular/conversion */ "../../libs/conversion/src/index.ts"); /* harmony import */ var _groupdocs_examples_angular_annotation__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! @groupdocs.examples.angular/annotation */ "../../libs/annotation/src/index.ts"); +/* harmony import */ var _groupdocs_examples_angular_metadata__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! @groupdocs.examples.angular/metadata */ "../../libs/metadata/src/index.ts"); +/* harmony import */ var _groupdocs_examples_angular_search__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! @groupdocs.examples.angular/search */ "../../libs/search/src/index.ts"); +/* harmony import */ var _groupdocs_examples_angular_parser__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! @groupdocs.examples.angular/parser */ "../../libs/parser/src/index.ts"); + + + @@ -15262,6 +19241,9 @@ AppModule = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ _groupdocs_examples_angular_conversion__WEBPACK_IMPORTED_MODULE_11__["ConversionModule"].forRoot("http://localhost:8080"), _groupdocs_examples_angular_signature__WEBPACK_IMPORTED_MODULE_10__["SignatureModule"].forRoot("http://localhost:8080"), _groupdocs_examples_angular_annotation__WEBPACK_IMPORTED_MODULE_12__["AnnotationModule"].forRoot("http://localhost:8080"), + _groupdocs_examples_angular_metadata__WEBPACK_IMPORTED_MODULE_13__["MetadataModule"].forRoot("http://localhost:8080"), + _groupdocs_examples_angular_search__WEBPACK_IMPORTED_MODULE_14__["SearchModule"].forRoot("http://localhost:8080"), + _groupdocs_examples_angular_parser__WEBPACK_IMPORTED_MODULE_15__["ParserModule"].forRoot("http://localhost:8080"), _angular_router__WEBPACK_IMPORTED_MODULE_5__["RouterModule"].forRoot([ { path: '', component: _total_view_total_view_component__WEBPACK_IMPORTED_MODULE_6__["TotalViewComponent"] }, { path: 'viewer', component: _groupdocs_examples_angular_viewer__WEBPACK_IMPORTED_MODULE_7__["ViewerAppComponent"] }, @@ -15270,6 +19252,9 @@ AppModule = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ { path: 'conversion', component: _groupdocs_examples_angular_conversion__WEBPACK_IMPORTED_MODULE_11__["ConversionAppComponent"] }, { path: 'signature', component: _groupdocs_examples_angular_signature__WEBPACK_IMPORTED_MODULE_10__["SignatureAppComponent"] }, { path: 'annotation', component: _groupdocs_examples_angular_annotation__WEBPACK_IMPORTED_MODULE_12__["AnnotationAppComponent"] }, + { path: 'metadata', component: _groupdocs_examples_angular_metadata__WEBPACK_IMPORTED_MODULE_13__["MetadataAppComponent"] }, + { path: 'search', component: _groupdocs_examples_angular_search__WEBPACK_IMPORTED_MODULE_14__["SearchAppComponent"] }, + { path: 'parser', component: _groupdocs_examples_angular_parser__WEBPACK_IMPORTED_MODULE_15__["ParserAppComponent"] }, ], { initialNavigation: 'enabled' }) ], providers: [], @@ -15293,7 +19278,7 @@ AppModule = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".wrapper {\n padding: 50px;\n font-family: \"proxima-nova-soft\", \"Proxima Nova Soft\", Helvetica, Arial, sans-serif;\n width: inherit;\n height: 100%;\n}\n\n.wrapper > ul {\n width: 100%;\n height: 100%;\n}\n\n.wrapper > ul > li {\n display: inline-block;\n margin: 10px;\n padding: 20px;\n}\n\n.wrapper > ul a {\n color: #6f6f6f;\n text-decoration: none;\n}\n\n.wrapper > ul img {\n width: 48px;\n height: 48px;\n display: inline-block;\n}\n\n.wrapper > ul > li > a > div {\n width: 120px;\n padding-top: 12px;\n padding-left: 10px;\n vertical-align: top;\n display: inline-block;\n}\n\n.wrapper > ul > li > a > .coming-soon {\n color: #d2d2d2;\n}\n\n.wrapper > ul h5 {\n font-weight: 600;\n font-size: 14px;\n text-transform: uppercase;\n margin: 0px;\n}\n\n.wrapper > ul h6 {\n font-weight: 300;\n font-size: 12px;\n text-transform: uppercase;\n margin: 0px;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL3RvdGFsLW5hdi90b3RhbC1uYXYuY29tcG9uZW50LmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFLGFBQWE7RUFDYixtRkFBbUY7RUFDbkYsY0FBYztFQUNkLFlBQVk7QUFDZDs7QUFFQTtFQUNFLFdBQVc7RUFDWCxZQUFZO0FBQ2Q7O0FBRUE7RUFDRSxxQkFBcUI7RUFDckIsWUFBWTtFQUNaLGFBQWE7QUFDZjs7QUFFQTtFQUNFLGNBQWM7RUFDZCxxQkFBcUI7QUFDdkI7O0FBRUE7RUFDRSxXQUFXO0VBQ1gsWUFBWTtFQUNaLHFCQUFxQjtBQUN2Qjs7QUFFQTtFQUNFLFlBQVk7RUFDWixpQkFBaUI7RUFDakIsa0JBQWtCO0VBQ2xCLG1CQUFtQjtFQUNuQixxQkFBcUI7QUFDdkI7O0FBRUE7RUFDRSxjQUFjO0FBQ2hCOztBQUVBO0VBQ0UsZ0JBQWdCO0VBQ2hCLGVBQWU7RUFDZix5QkFBeUI7RUFDekIsV0FBVztBQUNiOztBQUVBO0VBQ0UsZ0JBQWdCO0VBQ2hCLGVBQWU7RUFDZix5QkFBeUI7RUFDekIsV0FBVztBQUNiIiwiZmlsZSI6ImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL3RvdGFsLW5hdi90b3RhbC1uYXYuY29tcG9uZW50LmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi53cmFwcGVyIHtcbiAgcGFkZGluZzogNTBweDtcbiAgZm9udC1mYW1pbHk6IFwicHJveGltYS1ub3ZhLXNvZnRcIiwgXCJQcm94aW1hIE5vdmEgU29mdFwiLCBIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmO1xuICB3aWR0aDogaW5oZXJpdDtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4ud3JhcHBlciA+IHVsIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbn1cblxuLndyYXBwZXIgPiB1bCA+IGxpIHtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICBtYXJnaW46IDEwcHg7XG4gIHBhZGRpbmc6IDIwcHg7XG59XG5cbi53cmFwcGVyID4gdWwgYSB7XG4gIGNvbG9yOiAjNmY2ZjZmO1xuICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XG59XG5cbi53cmFwcGVyID4gdWwgaW1nIHtcbiAgd2lkdGg6IDQ4cHg7XG4gIGhlaWdodDogNDhweDtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xufVxuXG4ud3JhcHBlciA+IHVsID4gbGkgPiBhID4gZGl2IHtcbiAgd2lkdGg6IDEyMHB4O1xuICBwYWRkaW5nLXRvcDogMTJweDtcbiAgcGFkZGluZy1sZWZ0OiAxMHB4O1xuICB2ZXJ0aWNhbC1hbGlnbjogdG9wO1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG59XG5cbi53cmFwcGVyID4gdWwgPiBsaSA+IGEgPiAuY29taW5nLXNvb24ge1xuICBjb2xvcjogI2QyZDJkMjtcbn1cblxuLndyYXBwZXIgPiB1bCBoNSB7XG4gIGZvbnQtd2VpZ2h0OiA2MDA7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgbWFyZ2luOiAwcHg7XG59XG5cbi53cmFwcGVyID4gdWwgaDYge1xuICBmb250LXdlaWdodDogMzAwO1xuICBmb250LXNpemU6IDEycHg7XG4gIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gIG1hcmdpbjogMHB4O1xufVxuIl19 */" +module.exports = ".wrapper {\r\n padding: 50px;\r\n font-family: \"proxima-nova-soft\", \"Proxima Nova Soft\", Helvetica, Arial, sans-serif;\r\n width: inherit;\r\n height: 100%;\r\n}\r\n\r\n.wrapper > ul {\r\n width: 100%;\r\n height: 100%;\r\n}\r\n\r\n.wrapper > ul > li {\r\n display: inline-block;\r\n margin: 10px;\r\n padding: 20px;\r\n}\r\n\r\n.wrapper > ul a {\r\n color: #6f6f6f;\r\n text-decoration: none;\r\n}\r\n\r\n.wrapper > ul img {\r\n width: 48px;\r\n height: 48px;\r\n display: inline-block;\r\n}\r\n\r\n.wrapper > ul > li > a > div {\r\n width: 120px;\r\n padding-top: 12px;\r\n padding-left: 10px;\r\n vertical-align: top;\r\n display: inline-block;\r\n}\r\n\r\n.wrapper > ul > li > a > .coming-soon {\r\n color: #d2d2d2;\r\n}\r\n\r\n.wrapper > ul h5 {\r\n font-weight: 600;\r\n font-size: 14px;\r\n text-transform: uppercase;\r\n margin: 0px;\r\n}\r\n\r\n.wrapper > ul h6 {\r\n font-weight: 300;\r\n font-size: 12px;\r\n text-transform: uppercase;\r\n margin: 0px;\r\n}\r\n\r\n@media (max-width: 1037px) {\r\n .wrapper {\r\n padding: 5px;\r\n }\r\n\r\n .wrapper > ul {\r\n padding-left: 15px;\r\n }\r\n\r\n .wrapper > ul > li {\r\n display: inline-block;\r\n margin: 10px;\r\n padding: 0px !important;\r\n }\r\n}\r\n\r\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL3RvdGFsLW5hdi90b3RhbC1uYXYuY29tcG9uZW50LmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFLGFBQWE7RUFDYixtRkFBbUY7RUFDbkYsY0FBYztFQUNkLFlBQVk7QUFDZDs7QUFFQTtFQUNFLFdBQVc7RUFDWCxZQUFZO0FBQ2Q7O0FBRUE7RUFDRSxxQkFBcUI7RUFDckIsWUFBWTtFQUNaLGFBQWE7QUFDZjs7QUFFQTtFQUNFLGNBQWM7RUFDZCxxQkFBcUI7QUFDdkI7O0FBRUE7RUFDRSxXQUFXO0VBQ1gsWUFBWTtFQUNaLHFCQUFxQjtBQUN2Qjs7QUFFQTtFQUNFLFlBQVk7RUFDWixpQkFBaUI7RUFDakIsa0JBQWtCO0VBQ2xCLG1CQUFtQjtFQUNuQixxQkFBcUI7QUFDdkI7O0FBRUE7RUFDRSxjQUFjO0FBQ2hCOztBQUVBO0VBQ0UsZ0JBQWdCO0VBQ2hCLGVBQWU7RUFDZix5QkFBeUI7RUFDekIsV0FBVztBQUNiOztBQUVBO0VBQ0UsZ0JBQWdCO0VBQ2hCLGVBQWU7RUFDZix5QkFBeUI7RUFDekIsV0FBVztBQUNiOztBQUVBO0VBQ0U7SUFDRSxZQUFZO0VBQ2Q7O0VBRUE7SUFDRSxrQkFBa0I7RUFDcEI7O0VBRUE7SUFDRSxxQkFBcUI7SUFDckIsWUFBWTtJQUNaLHVCQUF1QjtFQUN6QjtBQUNGIiwiZmlsZSI6ImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL3RvdGFsLW5hdi90b3RhbC1uYXYuY29tcG9uZW50LmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi53cmFwcGVyIHtcclxuICBwYWRkaW5nOiA1MHB4O1xyXG4gIGZvbnQtZmFtaWx5OiBcInByb3hpbWEtbm92YS1zb2Z0XCIsIFwiUHJveGltYSBOb3ZhIFNvZnRcIiwgSGVsdmV0aWNhLCBBcmlhbCwgc2Fucy1zZXJpZjtcclxuICB3aWR0aDogaW5oZXJpdDtcclxuICBoZWlnaHQ6IDEwMCU7XHJcbn1cclxuXHJcbi53cmFwcGVyID4gdWwge1xyXG4gIHdpZHRoOiAxMDAlO1xyXG4gIGhlaWdodDogMTAwJTtcclxufVxyXG5cclxuLndyYXBwZXIgPiB1bCA+IGxpIHtcclxuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcbiAgbWFyZ2luOiAxMHB4O1xyXG4gIHBhZGRpbmc6IDIwcHg7XHJcbn1cclxuXHJcbi53cmFwcGVyID4gdWwgYSB7XHJcbiAgY29sb3I6ICM2ZjZmNmY7XHJcbiAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xyXG59XHJcblxyXG4ud3JhcHBlciA+IHVsIGltZyB7XHJcbiAgd2lkdGg6IDQ4cHg7XHJcbiAgaGVpZ2h0OiA0OHB4O1xyXG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcclxufVxyXG5cclxuLndyYXBwZXIgPiB1bCA+IGxpID4gYSA+IGRpdiB7XHJcbiAgd2lkdGg6IDEyMHB4O1xyXG4gIHBhZGRpbmctdG9wOiAxMnB4O1xyXG4gIHBhZGRpbmctbGVmdDogMTBweDtcclxuICB2ZXJ0aWNhbC1hbGlnbjogdG9wO1xyXG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcclxufVxyXG5cclxuLndyYXBwZXIgPiB1bCA+IGxpID4gYSA+IC5jb21pbmctc29vbiB7XHJcbiAgY29sb3I6ICNkMmQyZDI7XHJcbn1cclxuXHJcbi53cmFwcGVyID4gdWwgaDUge1xyXG4gIGZvbnQtd2VpZ2h0OiA2MDA7XHJcbiAgZm9udC1zaXplOiAxNHB4O1xyXG4gIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XHJcbiAgbWFyZ2luOiAwcHg7XHJcbn1cclxuXHJcbi53cmFwcGVyID4gdWwgaDYge1xyXG4gIGZvbnQtd2VpZ2h0OiAzMDA7XHJcbiAgZm9udC1zaXplOiAxMnB4O1xyXG4gIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XHJcbiAgbWFyZ2luOiAwcHg7XHJcbn1cclxuXHJcbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcclxuICAud3JhcHBlciB7XHJcbiAgICBwYWRkaW5nOiA1cHg7XHJcbiAgfVxyXG5cclxuICAud3JhcHBlciA+IHVsIHtcclxuICAgIHBhZGRpbmctbGVmdDogMTVweDtcclxuICB9XHJcblxyXG4gIC53cmFwcGVyID4gdWwgPiBsaSB7XHJcbiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcbiAgICBtYXJnaW46IDEwcHg7XHJcbiAgICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcclxuICB9XHJcbn1cclxuIl19 */" /***/ }), @@ -15336,7 +19321,7 @@ TotalNavComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n height: 100%;\n width: 100%;\n margin: 0;\n padding: 0;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n\n.header {\n width: 100%;\n height: 170px;\n background-color: #eeeeee;\n margin: 0;\n padding: 0;\n}\n\n.header > h2 {\n font-weight: 400;\n font-size: 20px;\n padding-top: 80px;\n padding-left: 50px;\n margin: 0;\n}\n\n.header > h3 {\n font-weight: 300;\n font-size: 14px;\n padding: 5px 50px;\n color: #6b6b6b;\n margin: 0;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL3RvdGFsLXZpZXcvdG90YWwtdmlldy5jb21wb25lbnQuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0Usb0JBQWE7RUFBYixhQUFhO0VBQ2IsNEJBQXNCO0VBQXRCLDZCQUFzQjtVQUF0QixzQkFBc0I7RUFDdEIsWUFBWTtFQUNaLFdBQVc7RUFDWCxTQUFTO0VBQ1QsVUFBVTtFQUNWLGVBQWU7RUFDZixNQUFNO0VBQ04sU0FBUztFQUNULE9BQU87RUFDUCxRQUFRO0FBQ1Y7O0FBRUE7RUFDRSxXQUFXO0VBQ1gsYUFBYTtFQUNiLHlCQUF5QjtFQUN6QixTQUFTO0VBQ1QsVUFBVTtBQUNaOztBQUVBO0VBQ0UsZ0JBQWdCO0VBQ2hCLGVBQWU7RUFDZixpQkFBaUI7RUFDakIsa0JBQWtCO0VBQ2xCLFNBQVM7QUFDWDs7QUFFQTtFQUNFLGdCQUFnQjtFQUNoQixlQUFlO0VBQ2YsaUJBQWlCO0VBQ2pCLGNBQWM7RUFDZCxTQUFTO0FBQ1giLCJmaWxlIjoiYXBwcy90b3RhbC1hbmd1bGFyL3NyYy9hcHAvdG90YWwtdmlldy90b3RhbC12aWV3LmNvbXBvbmVudC5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyIud3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIG1hcmdpbjogMDtcbiAgcGFkZGluZzogMDtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG5cbi5oZWFkZXIge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxNzBweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2VlZWVlZTtcbiAgbWFyZ2luOiAwO1xuICBwYWRkaW5nOiAwO1xufVxuXG4uaGVhZGVyID4gaDIge1xuICBmb250LXdlaWdodDogNDAwO1xuICBmb250LXNpemU6IDIwcHg7XG4gIHBhZGRpbmctdG9wOiA4MHB4O1xuICBwYWRkaW5nLWxlZnQ6IDUwcHg7XG4gIG1hcmdpbjogMDtcbn1cblxuLmhlYWRlciA+IGgzIHtcbiAgZm9udC13ZWlnaHQ6IDMwMDtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBwYWRkaW5nOiA1cHggNTBweDtcbiAgY29sb3I6ICM2YjZiNmI7XG4gIG1hcmdpbjogMDtcbn1cbiJdfQ== */" +module.exports = ".wrapper {\r\n display: -webkit-box;\r\n display: flex;\r\n -webkit-box-orient: vertical;\r\n -webkit-box-direction: normal;\r\n flex-direction: column;\r\n height: 100%;\r\n width: 100%;\r\n margin: 0;\r\n padding: 0;\r\n position: fixed;\r\n top: 0;\r\n bottom: 0;\r\n left: 0;\r\n right: 0;\r\n}\r\n\r\n.header {\r\n width: 100%;\r\n height: 170px;\r\n background-color: #eeeeee;\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\n.header > h2 {\r\n font-weight: 400;\r\n font-size: 20px;\r\n padding-top: 80px;\r\n padding-left: 50px;\r\n margin: 0;\r\n}\r\n\r\n.header > h3 {\r\n font-weight: 300;\r\n font-size: 14px;\r\n padding: 5px 50px;\r\n color: #6b6b6b;\r\n margin: 0;\r\n}\r\n\r\n@media (max-width: 1037px) {\r\n .header > h2 {\r\n padding-top: 30px;\r\n padding-left: 30px;\r\n }\r\n\r\n .header > h3 {\r\n padding: 5px 30px 15px 30px;\r\n }\r\n\r\n .header {\r\n height: auto;\r\n }\r\n\r\n .wrapper {\r\n overflow-y: auto;\r\n }\r\n}\r\n\r\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL3RvdGFsLXZpZXcvdG90YWwtdmlldy5jb21wb25lbnQuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0Usb0JBQWE7RUFBYixhQUFhO0VBQ2IsNEJBQXNCO0VBQXRCLDZCQUFzQjtVQUF0QixzQkFBc0I7RUFDdEIsWUFBWTtFQUNaLFdBQVc7RUFDWCxTQUFTO0VBQ1QsVUFBVTtFQUNWLGVBQWU7RUFDZixNQUFNO0VBQ04sU0FBUztFQUNULE9BQU87RUFDUCxRQUFRO0FBQ1Y7O0FBRUE7RUFDRSxXQUFXO0VBQ1gsYUFBYTtFQUNiLHlCQUF5QjtFQUN6QixTQUFTO0VBQ1QsVUFBVTtBQUNaOztBQUVBO0VBQ0UsZ0JBQWdCO0VBQ2hCLGVBQWU7RUFDZixpQkFBaUI7RUFDakIsa0JBQWtCO0VBQ2xCLFNBQVM7QUFDWDs7QUFFQTtFQUNFLGdCQUFnQjtFQUNoQixlQUFlO0VBQ2YsaUJBQWlCO0VBQ2pCLGNBQWM7RUFDZCxTQUFTO0FBQ1g7O0FBRUE7RUFDRTtJQUNFLGlCQUFpQjtJQUNqQixrQkFBa0I7RUFDcEI7O0VBRUE7SUFDRSwyQkFBMkI7RUFDN0I7O0VBRUE7SUFDRSxZQUFZO0VBQ2Q7O0VBRUE7SUFDRSxnQkFBZ0I7RUFDbEI7QUFDRiIsImZpbGUiOiJhcHBzL3RvdGFsLWFuZ3VsYXIvc3JjL2FwcC90b3RhbC12aWV3L3RvdGFsLXZpZXcuY29tcG9uZW50LmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi53cmFwcGVyIHtcclxuICBkaXNwbGF5OiBmbGV4O1xyXG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XHJcbiAgaGVpZ2h0OiAxMDAlO1xyXG4gIHdpZHRoOiAxMDAlO1xyXG4gIG1hcmdpbjogMDtcclxuICBwYWRkaW5nOiAwO1xyXG4gIHBvc2l0aW9uOiBmaXhlZDtcclxuICB0b3A6IDA7XHJcbiAgYm90dG9tOiAwO1xyXG4gIGxlZnQ6IDA7XHJcbiAgcmlnaHQ6IDA7XHJcbn1cclxuXHJcbi5oZWFkZXIge1xyXG4gIHdpZHRoOiAxMDAlO1xyXG4gIGhlaWdodDogMTcwcHg7XHJcbiAgYmFja2dyb3VuZC1jb2xvcjogI2VlZWVlZTtcclxuICBtYXJnaW46IDA7XHJcbiAgcGFkZGluZzogMDtcclxufVxyXG5cclxuLmhlYWRlciA+IGgyIHtcclxuICBmb250LXdlaWdodDogNDAwO1xyXG4gIGZvbnQtc2l6ZTogMjBweDtcclxuICBwYWRkaW5nLXRvcDogODBweDtcclxuICBwYWRkaW5nLWxlZnQ6IDUwcHg7XHJcbiAgbWFyZ2luOiAwO1xyXG59XHJcblxyXG4uaGVhZGVyID4gaDMge1xyXG4gIGZvbnQtd2VpZ2h0OiAzMDA7XHJcbiAgZm9udC1zaXplOiAxNHB4O1xyXG4gIHBhZGRpbmc6IDVweCA1MHB4O1xyXG4gIGNvbG9yOiAjNmI2YjZiO1xyXG4gIG1hcmdpbjogMDtcclxufVxyXG5cclxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xyXG4gIC5oZWFkZXIgPiBoMiB7XHJcbiAgICBwYWRkaW5nLXRvcDogMzBweDtcclxuICAgIHBhZGRpbmctbGVmdDogMzBweDtcclxuICB9XHJcblxyXG4gIC5oZWFkZXIgPiBoMyB7XHJcbiAgICBwYWRkaW5nOiA1cHggMzBweCAxNXB4IDMwcHg7XHJcbiAgfVxyXG5cclxuICAuaGVhZGVyIHtcclxuICAgIGhlaWdodDogYXV0bztcclxuICB9XHJcblxyXG4gIC53cmFwcGVyIHtcclxuICAgIG92ZXJmbG93LXk6IGF1dG87XHJcbiAgfVxyXG59XHJcbiJdfQ== */" /***/ }), @@ -15433,7 +19418,7 @@ Object(_angular_platform_browser_dynamic__WEBPACK_IMPORTED_MODULE_1__["platformB /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { -module.exports = __webpack_require__(/*! /Users/elenko/projects/GroupDocs.Total-Angular/apps/total-angular/src/main.ts */"./src/main.ts"); +module.exports = __webpack_require__(/*! C:\Sources\GroupDocs.Total.Angular\apps\total-angular\src\main.ts */"./src/main.ts"); /***/ }) diff --git a/dist/apps/total-angular/main-es2015.js.map b/dist/apps/total-angular/main-es2015.js.map index b50b5d925..f6227d514 100644 --- a/dist/apps/total-angular/main-es2015.js.map +++ b/dist/apps/total-angular/main-es2015.js.map @@ -1 +1 @@ -{"version":3,"sources":["webpack:////Users/elenko/projects/GroupDocs.Total-Angular/dist/libs/common-components/fesm2015/groupdocs.examples.angular-common-components.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/index.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/active-annotation.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation-app.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation-app.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation-config.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation-config.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation-models.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation.module.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation/annotation.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation/annotation.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/comment-annotation.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/comment-panel/comment-panel.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/comment-panel/comment-panel.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/comment/comment.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/comment/comment.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/create-comment/create-comment.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/create-comment/create-comment.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/remove-annotation.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/index.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/add-file-panel/add-file-panel.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/add-file-panel/add-file-panel.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/comparison-app.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/comparison-app.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/comparison-config.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/comparison-config.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/comparison.module.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/comparison.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/difference-highlight/difference-highlight.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/difference-highlight/difference-highlight.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/difference/difference.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/difference/difference.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/differences.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/differences/differences.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/differences/differences.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/models.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/result-document/result-document.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/result-document/result-document.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/index.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-app.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-app.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-config.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-config.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-item/conversion-item.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-item/conversion-item.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-queue/conversion-queue.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-queue/conversion-queue.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion.module.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/information-modal/information-modal.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/information-modal/information-modal.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/models.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/index.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/create.document-modal/create.document-modal.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/create.document-modal/create.document-modal.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/editor-app.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/editor-app.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/editor-config.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/editor-config.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/editor.module.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/editor.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/index.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/active-canvas.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/active-signature.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/canvas/canvas.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/canvas/canvas.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/copy-signature.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/dnd-signature.directive.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/drag-signature.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/hand-modal/hand-modal.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/hand-modal/hand-modal.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/remove-canvas.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/remove-signature.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/select-signature.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-app.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-app.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-config.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-config.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-left-panel/signature-left-panel.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-left-panel/signature-left-panel.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-list-panel/signature-list-panel.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-list-panel/signature-list-panel.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-models.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-tab-activator.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-tab/signature-tab.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-tab/signature-tab.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature.module.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature/signature.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature/signature.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signatures-holder.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/stamp-canvas/stamp-canvas.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/stamp-canvas/stamp-canvas.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/stamp-modal/stamp-modal.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/stamp-modal/stamp-modal.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/upload-signature/upload-signature.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/upload-signature/upload-signature.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/index.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/excel-document/excel-document.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/excel-document/excel-document.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/excel-page.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/excel-page/excel-page.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/excel-page/excel-page.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/thumbnails/thumbnails.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/thumbnails/thumbnails.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/viewer-app.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/viewer-app.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/viewer-config.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/viewer-config.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/viewer.module.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/viewer.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation-app.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation/annotation.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/comment-panel/comment-panel.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/comment/comment.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/create-comment/create-comment.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/add-file-panel/add-file-panel.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/comparison-app.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/difference-highlight/difference-highlight.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/difference/difference.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/differences/differences.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/result-document/result-document.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-app.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-item/conversion-item.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-queue/conversion-queue.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/information-modal/information-modal.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/create.document-modal/create.document-modal.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/editor-app.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/canvas/canvas.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/hand-modal/hand-modal.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-app.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-left-panel/signature-left-panel.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-list-panel/signature-list-panel.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-tab/signature-tab.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature/signature.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/stamp-canvas/stamp-canvas.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/stamp-modal/stamp-modal.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/upload-signature/upload-signature.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/excel-document/excel-document.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/excel-page/excel-page.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/thumbnails/thumbnails.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/viewer-app.component.html","webpack:///./src/app/app.component.html","webpack:///./src/app/total-nav/total-nav.component.html","webpack:///./src/app/total-view/total-view.component.html","webpack:///./$_lazy_route_resource lazy namespace object","webpack:///./src/app/app.component.less","webpack:///./src/app/app.component.ts","webpack:///./src/app/app.module.ts","webpack:///./src/app/total-nav/total-nav.component.css","webpack:///./src/app/total-nav/total-nav.component.ts","webpack:///./src/app/total-view/total-view.component.css","webpack:///./src/app/total-view/total-view.component.ts","webpack:///./src/environments/environment.ts","webpack:///./src/main.ts"],"names":[],"mappings":"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AAc,MAAM,aAAa,eAAe,2BAA2B,YAAY,0BAA0B,MAAM,WAAW,YAAY,YAAY,aAAa,YAAY,eAAe;AAC5b,aAAa;AACb;AACA;AACA;AACA;AACA,YAAY,OAAO,mDAAK,EAAE;AAC1B,YAAY,OAAO,mDAAK,EAAE;AAC1B;AACA,WAAW,EAKV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA;AACA,mCAAmC,kBAAkB,gBAAgB,YAAY,sBAAsB,WAAW,kBAAkB,gBAAgB,cAAc,UAAU,kBAAkB,eAAe,YAAY,iBAAiB,gBAAgB,kBAAkB,eAAe,mBAAmB,aAAa,cAAc,kBAAkB,YAAY,SAAS,iBAAiB,6BAA6B,yBAAyB;AACvb,aAAa;AACb;AACA;AACA;AACA;AACA,YAAY,OAAO,mDAAK,EAAE;AAC1B,YAAY,OAAO,mDAAK,EAAE;AAC1B;AACA,WAAW,EAKV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB,gEAAW;AAC5B;AACA,KAAK;AACL;AACA;AACA,iBAAiB,gEAAW;AAC5B;AACA,KAAK;AACL,8BAA8B,EAAE;AAChC;AACA,WAAW,EAiEV;AACD;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,wDAAU;AACtB;AACA;AACA;AACA,WAAW,EAMV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,EAiBV;AACD;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,EAMV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA,2BAA2B,0DAAY;AACvC,0BAA0B,0DAAY;AACtC;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,oDAAoD,EAAE;AACtD;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,qGAAqG,uPAAuP,gBAAgB,oDAAoD,OAAO;AACva,uGAAuG,QAAQ,mDAAmD,UAAU,gBAAgB,eAAe,MAAM,QAAQ,SAAS,OAAO,aAAa,iCAAiC,UAAU,gCAAgC,iBAAiB,0BAA0B,eAAe,SAAS,QAAQ,uCAAuC,+BAA+B,aAAa,kBAAkB,sBAAsB,YAAY,oBAAoB,aAAa,4BAA4B,6BAA6B,sBAAsB,iBAAiB,YAAY,sBAAsB,yBAAyB,gBAAgB,kBAAkB,WAAW,SAAS,eAAe,WAAW,WAAW,YAAY,kBAAkB,qBAAqB,eAAe,gBAAgB,YAAY,WAAW,iBAAiB,gBAAgB,eAAe,gBAAgB,iBAAiB,oBAAoB,SAAS,WAAW,eAAe,sBAAsB,gBAAgB,gBAAgB,yBAAyB,iBAAiB,YAAY,sBAAsB,YAAY,iBAAiB,kBAAkB,eAAe,eAAe,0BAA0B,iBAAiB,WAAW,YAAY,eAAe,aAAa;AACx0C,aAAa;AACb;AACA;AACA;AACA,KAAK,qBAAqB;AAC1B,KAAK,OAAO,wDAAU;AACtB;AACA;AACA,UAAU,OAAO,mDAAK,EAAE;AACxB,aAAa,OAAO,mDAAK,EAAE;AAC3B,eAAe,OAAO,oDAAM,EAAE;AAC9B,cAAc,OAAO,oDAAM,EAAE;AAC7B;AACA,WAAW,EAqBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,WAAW,EAaV;AACD;AACA;AACA,WAAW,EAKV;AACD;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,EAKV;AACD;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,EAGV;AACD;AACA;AACA;AACA;AACA;AACA,WAAW,EASV;AACD;AACA;AACA,WAAW,EAWV;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,EAeV;AACD;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,mCAAmC,EAAE;AACrC,mBAAmB,EAAE;AACrB;AACA,iHAAiH;AACjH;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA,8BAA8B;AAC9B;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB,oCAAoC,EAAE,UAAU,EAAE,UAAU,EAAE;AAC9D;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,kCAAkC,EAAE,UAAU,EAAE;AAChD;AACA;AACA;AACA,2CAA2C,IAAI,YAAY,IAAI,YAAY,IAAI;AAC/E,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB,wBAAwB;AACxB;AACA;AACA;AACA,yDAAyD,SAAS;AAClE;AACA;AACA;AACA;AACA,aAAa;AACb;AACA,2BAA2B,EAAE;AAC7B;AACA,2BAA2B,EAAE;AAC7B;AACA,2BAA2B,EAAE;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,iCAAiC;AAChD,YAAY,yEAAyE;AACrF,YAAY,gEAAgE;AAC5E,aAAa,gEAAgE;AAC7E,aAAa,gEAAgE;AAC7E,YAAY,gEAAgE;AAC5E,aAAa,gEAAgE;AAC7E,aAAa,gEAAgE;AAC7E,YAAY,kEAAkE;AAC9E,aAAa,kEAAkE;AAC/E,aAAa,kEAAkE;AAC/E,aAAa,kEAAkE;AAC/E,gBAAgB,kEAAkE;AAClF,aAAa,kEAAkE;AAC/E,aAAa,kEAAkE;AAC/E,YAAY,4EAA4E;AACxF,aAAa,4EAA4E;AACzF,YAAY,4EAA4E;AACxF,aAAa,4EAA4E;AACzF,YAAY,iEAAiE;AAC7E,YAAY,iEAAiE;AAC7E,YAAY,iEAAiE;AAC7E,YAAY,iEAAiE;AAC7E,YAAY,iEAAiE;AAC7E,YAAY,iEAAiE;AAC7E,aAAa,iEAAiE;AAC9E,YAAY,iEAAiE;AAC7E,aAAa,iEAAiE;AAC9E,aAAa,iEAAiE;AAC9E,YAAY,kEAAkE;AAC9E,YAAY,kEAAkE;AAC9E,YAAY,kEAAkE;AAC9E,YAAY,kEAAkE;AAC9E,aAAa,kEAAkE;AAC/E,YAAY,mEAAmE;AAC/E,YAAY,oEAAoE;AAChF,YAAY,6EAA6E;AACzF,YAAY,4EAA4E;AACxF,YAAY,kFAAkF;AAC9F,YAAY,kFAAkF;AAC9F,YAAY,kFAAkF;AAC9F,aAAa,kFAAkF;AAC/F,aAAa,kFAAkF;AAC/F,aAAa,kFAAkF;AAC/F,aAAa,kFAAkF;AAC/F,YAAY,iEAAiE;AAC7E,YAAY,gEAAgE;AAC5E,YAAY,yEAAyE;AACrF,aAAa,2EAA2E;AACxF,YAAY,2EAA2E;AACvF,cAAc,2EAA2E;AACzF,YAAY,4EAA4E;AACxF,YAAY,yEAAyE;AACrF,YAAY,8EAA8E;AAC1F,YAAY,8EAA8E;AAC1F,YAAY,iEAAiE;AAC7E,YAAY,8EAA8E;AAC1F,YAAY,mFAAmF;AAC/F,YAAY,mFAAmF;AAC/F,aAAa,mFAAmF;AAChG,aAAa,mFAAmF;AAChG,YAAY,4EAA4E;AACxF,aAAa,2EAA2E;AACxF,YAAY,2EAA2E;AACvF,YAAY,2EAA2E;AACvF,YAAY,2EAA2E;AACvF,YAAY,2EAA2E;AACvF,aAAa,uEAAuE;AACpF,YAAY,+DAA+D;AAC3E,aAAa,mEAAmE;AAChF,aAAa,iEAAiE;AAC9E,YAAY,sEAAsE;AAClF,aAAa,yEAAyE;AACtF,gBAAgB,2DAA2D;AAC3E;AACA,WAAW,EAGV;AACD;AACA;AACA;AACA;;AAEA;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,kCAAkC,+CAAU;AAC5C,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,UAAU,mCAAM;AAChB,WAAW,EAAE;AACb;AACA,WAAW,EAAE;AACb;AACA,WAAW,EAAE;AACb,0BAA0B,iCAAiC,GAAG,iCAAiC;AAC/F;AACA;AACA,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA,oCAAoC,0DAAY;AAChD,qCAAqC,0DAAY;AACjD,gCAAgC,0DAAY;AAC5C,2BAA2B,0DAAY;AACvC;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AA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ACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,qBAAqB,EAAE;AACvB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,2BAA2B,sCAAM;AACjC;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,sDAAsD;AACtD;AACA;AACA,2BAA2B;AAC3B;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA,sCAAsC;AACtC;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB,4BAA4B;AAC5B;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA,2BAA2B,EAAE;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA;AACA,gCAAgC,mBAAmB,OAAO,uBAAuB,eAAe,yBAAyB,YAAY,gBAAgB,MAAM,qBAAqB,sBAAsB,YAAY,qCAAqC,uBAAuB,eAAe,YAAY,cAAc,MAAM,kBAAkB,SAAS,eAAe,SAAS,oBAAoB,aAAa,8BAA8B,6BAA6B,mBAAmB,eAAe,wBAAwB,uBAAuB,yBAAyB,0BAA0B,MAAM,0BAA0B,2BAA2B,cAAc;AACzpB,aAAa;AACb;AACA;AACA;AACA,KAAK,OAAO,wDAAU,EAAE;AACxB,KAAK,oBAAoB;AACzB,KAAK;AACL;AACA;AACA,YAAY,OAAO,mDAAK,EAAE;AAC1B,wBAAwB,OAAO,mDAAK,EAAE;AACtC,YAAY,OAAO,mDAAK,EAAE;AAC1B;AACA,WAAW,EAoEV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB,kCAAkC,MAAK;AACvC;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,mDAAmD;AACnD;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,4CAA4C,QAAQ,ihBAAihB;AACrkB,2CAA2C,iBAAiB,kBAAkB,YAAY,cAAc,eAAe,gBAAgB,WAAW,qBAAqB,sBAAsB,4BAA4B,yBAAyB;AAClP,aAAa;AACb;AACA;AACA;AACA;AACA,aAAa,OAAO,mDAAK,EAAE;AAC3B,aAAa,OAAO,mDAAK,EAAE;AAC3B,cAAc,OAAO,mDAAK,EAAE;AAC5B,cAAc,OAAO,mDAAK,EAAE;AAC5B,YAAY,OAAO,mDAAK,EAAE;AAC1B,cAAc,OAAO,mDAAK,EAAE;AAC5B,gBAAgB,OAAO,mDAAK,EAAE;AAC9B;AACA,WAAW,EAiBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,kDAAI,UAAU,mBAAmB;AAC7C;AACA;AACA;AACA,KAAK,OAAO,uEAAY;AACxB;AACA,WAAW,EAMV;AACD;AACA;AACA,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,kDAAI,UAAU,2BAA2B;AACrD;AACA;AACA;AACA,KAAK,OAAO,uEAAY;AACxB;AACA,WAAW,EAMV;AACD;AACA;AACA,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,kDAAI,UAAU,oBAAoB;AAC9C;AACA;AACA;AACA,KAAK,OAAO,uEAAY;AACxB;AACA,WAAW,EAMV;AACD;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,kDAAI,UAAU,oBAAoB;AAC9C;;AAEA;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB;AACA;AACA;AACA,+BAA+B,0DAAY;AAC3C;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,+RAA+R,sRAAsR;AACrjB,+CAA+C,uBAAuB,yBAAyB,kBAAkB,eAAe,kBAAkB,6BAA6B,SAAS,oBAAoB,aAAa,qBAAqB,4BAA4B,6BAA6B,sBAAsB,wBAAwB,uBAAuB,WAAW,UAAU,wBAAwB,cAAc,aAAa,eAAe,gBAAgB,wBAAwB,cAAc,gBAAgB,eAAe,mBAAmB,4CAA4C,cAAc,gBAAgB,0BAA0B,iBAAiB,6BAA6B,YAAY,YAAY,cAAc,eAAe,gBAAgB,2BAA2B,gBAAgB,kBAAkB;AAC/zB,aAAa;AACb;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,mBAAmB,OAAO,oDAAM,EAAE;AAClC;AACA,WAAW,EAQV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB;AACA;AACA;AACA,2BAA2B,0DAAY;AACvC,2BAA2B,0DAAY;AACvC,2BAA2B,0DAAY;AACvC;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,aAAa;AACb;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,eAAe,OAAO,oDAAM,EAAE;AAC9B,eAAe,OAAO,oDAAM,EAAE;AAC9B,eAAe,OAAO,oDAAM,EAAE;AAC9B,cAAc,OAAO,yDAAW,2BAA2B;AAC3D,mBAAmB,OAAO,0DAAY,oCAAoC;AAC1E,kBAAkB,OAAO,0DAAY,mCAAmC;AACxE,mBAAmB,OAAO,0DAAY,oCAAoC;AAC1E,cAAc,OAAO,0DAAY,+BAA+B;AAChE,eAAe,OAAO,0DAAY,gCAAgC;AAClE;AACA,WAAW,EAmBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,iCAAiC,+CAAU;AAC3C,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA,6BAA6B,+CAAU;AACvC,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,wDAAU;AACtB;AACA,aAAa;AACb;AACA;AACA;AACA,KAAK;AACL;AACA,qDAAqD,wEAAkB,EAAE,8CAA8C,4BAA4B,8DAAQ,sBAAsB,EAAE,8CAA8C;AACjO,WAAW,EA0BV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,YAAY,mCAAM;AAClB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,GAAG;AAClB,eAAe,GAAG;AAClB,eAAe,GAAG;AAClB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,wDAAU;AACtB;AACA,aAAa;AACb;AACA;AACA;AACA,qDAAqD,wEAAkB,EAAE,8CAA8C,8BAA8B,EAAE,8CAA8C;;AAErM;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,YAAY,mCAAM;AAClB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,uBAAuB,wBAAwB;AAC/C,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,sBAAsB,sCAAsC;AAC5D,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,aAAa;AACb;AACA;AACA;AACA,KAAK,OAAO,wDAAU,EAAE;AACxB,KAAK,wBAAwB;AAC7B,KAAK,2BAA2B;AAChC,KAAK,oBAAoB;AACzB,KAAK,sBAAsB;AAC3B,KAAK;AACL;AACA;AACA,iBAAiB,OAAO,0DAAY,qBAAqB;AACzD,gBAAgB,OAAO,0DAAY,4BAA4B;AAC/D;AACA,WAAW,EAyCV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,aAAa;AACb;AACA;AACA;AACA,KAAK,oBAAoB;AACzB,KAAK,sBAAsB;AAC3B,KAAK,OAAO,wDAAU;AACtB;AACA;AACA,kBAAkB,OAAO,mDAAK,EAAE;AAChC,YAAY,OAAO,mDAAK,EAAE;AAC1B,eAAe,OAAO,yDAAW,yBAAyB;AAC1D,iBAAiB,OAAO,yDAAW,8BAA8B;AACjE,uBAAuB,OAAO,yDAAW,qCAAqC;AAC9E,aAAa,OAAO,yDAAW,0BAA0B;AACzD,gBAAgB,OAAO,yDAAW,8BAA8B;AAChE;AACA,WAAW,EA2BV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,6BAA6B,4CAAO;AACpC;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,wDAAU;AACtB;AACA,aAAa;AACb;AACA;AACA;AACA,oDAAoD,wEAAkB,EAAE,6CAA6C,6BAA6B,EAAE,6CAA6C;AACjM,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA,mBAAmB;AACnB,WAAW,EAOV;AACD;AACA;AACA,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA,4BAA4B,0DAAY;AACxC;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,uPAAuP,oBAAoB,gRAAgR,aAAa;AACxiB,kCAAkC,eAAe,oBAAoB,aAAa,8BAA8B,6BAA6B,mBAAmB,wBAAwB,uBAAuB,yBAAyB,mBAAmB,cAAc,gBAAgB,eAAe,eAAe,mBAAmB,gBAAgB,mBAAmB,eAAe,yBAAyB,mBAAmB,WAAW,WAAW,qBAAqB,QAAQ,SAAS,gBAAgB,sBAAsB,sBAAsB,mCAAmC,kCAAkC,eAAe,oBAAoB,mBAAmB,WAAW,eAAe,kBAAkB,SAAS,aAAa,WAAW,eAAe,gBAAgB,eAAe,gBAAgB,sBAAsB,oCAAoC,4BAA4B,uBAAuB,cAAc,sBAAsB,WAAW,gBAAgB,uBAAuB,mBAAmB,eAAe,eAAe,6BAA6B,yBAAyB,qBAAqB,yBAAyB,WAAW,gBAAgB,yBAAyB,oBAAoB;AACtsC,aAAa;AACb;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,eAAe,OAAO,mDAAK,EAAE;AAC7B,gBAAgB,OAAO,mDAAK,EAAE;AAC9B,oBAAoB,OAAO,mDAAK,EAAE;AAClC,gBAAgB,OAAO,oDAAM,EAAE;AAC/B,cAAc,OAAO,mDAAK,EAAE;AAC5B;AACA,WAAW,EAgBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,aAAa;AACb;AACA;AACA;AACA;AACA,WAAW,OAAO,mDAAK,EAAE;AACzB,cAAc,OAAO,yDAAW,6BAA6B;AAC7D;AACA,WAAW,EAKV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,aAAa;AACb;AACA;AACA;AACA;AACA,aAAa,OAAO,mDAAK,EAAE;AAC3B,kBAAkB,OAAO,mDAAK,EAAE;AAChC,aAAa,OAAO,mDAAK,EAAE;AAC3B,cAAc,OAAO,mDAAK,EAAE;AAC5B,kBAAkB,OAAO,mDAAK,EAAE;AAChC,iBAAiB,OAAO,yDAAW,8BAA8B;AACjE,kBAAkB,OAAO,yDAAW,wCAAwC;AAC5E,iBAAiB,OAAO,yDAAW,8BAA8B;AACjE,cAAc,OAAO,yDAAW,2BAA2B;AAC3D;AACA,WAAW,EAmBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,+BAA+B,0DAAY;AAC3C;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,8gBAA8gB,MAAM;AACphB,mCAAmC,cAAc,yBAAyB,oBAAoB,aAAa,4BAA4B,6BAA6B,sBAAsB,wBAAwB,uBAAuB,yBAAyB,mBAAmB,WAAW,YAAY,MAAM,eAAe,mBAAmB,oBAAoB,aAAa,cAAc,OAAO,eAAe,kBAAkB,cAAc,4BAA4B,sBAAsB,eAAe,MAAM,gCAAgC,gDAAgD,kBAAkB,WAAW,UAAU,oDAAoD,MAAM,YAAY,0DAA0D,YAAY,YAAY,eAAe,cAAc,mBAAmB,kCAAkC,cAAc,eAAe,4CAA4C,oBAAoB,aAAa,4BAA4B,6BAA6B,sBAAsB,YAAY,aAAa,yBAAyB,mBAAmB,wBAAwB,uBAAuB,oBAAoB,UAAU,kBAAkB;AAC9rC,aAAa;AACb;AACA;AACA;AACA;AACA,YAAY,OAAO,mDAAK,EAAE;AAC1B,YAAY,OAAO,mDAAK,EAAE;AAC1B,mBAAmB,OAAO,oDAAM,EAAE;AAClC;AACA,WAAW,EASV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,2BAA2B,+CAAU;AACrC,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA,+BAA+B,+CAAU;AACzC,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,WAAW,EAqBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gIAAgI;AAChI;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,uBAAuB,EAAE;AACzB;AACA,6CAA6C,aAAa,WAAW,aAAa;AAClF;AACA,iDAAiD,iCAAiC;AAClF;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,uBAAuB,gBAAgB,yBAAyB,0BAA0B,EAAE;AAC5F,mCAAmC,wBAAwB;AAC3D;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,aAAa;AACb;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,gBAAgB,OAAO,mDAAK,EAAE;AAC9B;AACA,WAAW,EAQV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,6BAA6B,oDAAe;AAC5C;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,oVAAoV,+CAA+C;AACnY,0CAA0C,2BAA2B,oBAAoB,4BAA4B,6BAA6B,sBAAsB,mBAAmB,OAAO,wCAAwC,eAAe,qBAAqB,sBAAsB,sCAAsC,eAAe,gBAAgB,mBAAmB,kBAAkB,gBAAgB,iBAAiB,oBAAoB,aAAa,0BAA0B,mBAAmB,OAAO,cAAc,eAAe,sBAAsB,kBAAkB,eAAe;AACxlB,aAAa;AACb;AACA;AACA;AACA,KAAK;AACL;AACA,WAAW,EAGV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,6BAA6B,4CAAO;AACpC;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,YAAY,mCAAM;AAClB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA,+BAA+B,0DAAY;AAC3C;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA,wBAAwB;AACxB;AACA;AACA,2BAA2B,EAAE;AAC7B;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,4WAA4W,iBAAiB,6HAA6H,SAAS;AACngB,+CAA+C,YAAY,aAAa,kBAAkB,oBAAoB,aAAa,4BAA4B,6BAA6B,sBAAsB,YAAY,wBAAwB,eAAe,cAAc,oBAAoB,wBAAwB,YAAY,yBAAyB,8BAA8B,qBAAqB,4BAA4B,oBAAoB,oCAAoC,YAAY,WAAW,UAAU,wBAAwB,uBAAuB,oDAAoD,yBAAyB,mBAAmB,cAAc,oBAAoB,YAAY,iBAAiB,eAAe,0BAA0B,qBAAqB,iBAAiB;AACjyB,aAAa;AACb;AACA;AACA;AACA,KAAK,gCAAgC;AACrC,KAAK;AACL;AACA;AACA,mBAAmB,OAAO,oDAAM,EAAE;AAClC;AACA,WAAW,EAUV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB,8CAA8C;AAC9C;AACA,kBAAkB,0DAAG;AACrB,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS,IAAI,iEAAU;AACvB,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA,qCAAqC,sEAAiB;AACtD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,uDAAU;AAC7B,SAAS;AACT;AACA;AACA;AACA,KAAK,OAAO,wDAAU;AACtB;AACA,aAAa;AACb;AACA;AACA;AACA,KAAK,qBAAqB;AAC1B,KAAK;AACL;AACA,6DAA6D,wEAAkB,EAAE,sDAAsD,oCAAoC,8DAAQ,gBAAgB,8DAAQ,2BAA2B,EAAE,sDAAsD;AAC9R,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,6BAA6B,4CAAO;AACpC;AACA,oCAAoC,4CAAO;AAC3C;AACA,kCAAkC,4CAAO;AACzC;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,WAAW,EA+BV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB;AACA;AACA;AACA,6BAA6B,0DAAY;AACzC;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,4NAA4N,SAAS,MAAM,OAAO;AAClP,6CAA6C,iBAAiB,sBAAsB,WAAW,eAAe,WAAW,iBAAiB,cAAc,eAAe,kBAAkB,YAAY,SAAS,yBAAyB,yBAAyB,YAAY,eAAe,SAAS,SAAS,UAAU,oCAAoC,4BAA4B,oBAAoB,aAAa,iBAAiB,WAAW,YAAY,YAAY,eAAe,cAAc,yBAAyB,qBAAqB,sBAAsB,sBAAsB,4BAA4B,aAAa,0BAA0B,iBAAiB,YAAY,YAAY,qBAAqB,iBAAiB,kBAAkB,WAAW,SAAS,yBAAyB,YAAY;AAChyB,aAAa;AACb;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,iBAAiB,OAAO,oDAAM,EAAE;AAChC,mBAAmB,OAAO,uDAAS;AACnC;AACA,iBAAiB,IAAI;AACrB;AACA,WAAW,EAcV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,YAAY,mCAAM;AAClB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA,2BAA2B,EAAE;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA,uBAAuB,EAAE;AACzB,wBAAwB;AACxB;AACA;AACA;AACA,aAAa;AACb,uBAAuB,EAAE;AACzB;AACA;AACA;AACA,2BAA2B,EAAE;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,oBAAoB;AACpB;AACA;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB,4CAA4C,EAAE,uCAAuC,EAAE;AACvF;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,oBAAoB;AACpB;AACA;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,uBAAuB,uBAAuB;AAC9C,uBAAuB,EAAE;AACzB;AACA,6CAA6C,EAAE;AAC/C;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,aAAa;AACb;AACA;AACA;AACA,KAAK,OAAO,wDAAU,EAAE;AACxB,KAAK,sBAAsB;AAC3B,KAAK,4BAA4B;AACjC,KAAK;AACL;AACA,WAAW,EAgCV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA;AACA,qCAAqC,mBAAmB,oBAAoB,aAAa,WAAW,YAAY,2BAA2B,YAAY,eAAe,0BAA0B,WAAW,YAAY,2BAA2B,aAAa;AAC/P,aAAa;AACb;AACA;AACA;AACA;AACA,YAAY,OAAO,mDAAK,EAAE;AAC1B,YAAY,OAAO,mDAAK,EAAE;AAC1B;AACA,WAAW,EAKV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,6BAA6B,4CAAO;AACpC;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,8JAA8J,UAAU;AACxK,uCAAuC,YAAY,kBAAkB,sBAAsB,WAAW,OAAO,iBAAiB,aAAa,UAAU,sCAAsC,YAAY,oBAAoB,oBAAoB,aAAa,QAAQ,kBAAkB,eAAe,cAAc,YAAY,iBAAiB,eAAe,oBAAoB,aAAa,yBAAyB,mBAAmB,wBAAwB,uBAAuB,cAAc,aAAa,eAAe,iBAAiB,eAAe,iBAAiB,eAAe,sBAAsB,cAAc,gBAAgB,0BAA0B,QAAQ,YAAY,iBAAiB,eAAe,aAAa,cAAc,eAAe;AACjvB,aAAa;AACb;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,UAAU,OAAO,mDAAK,EAAE;AACxB,gBAAgB,OAAO,mDAAK,EAAE;AAC9B,YAAY,OAAO,mDAAK,EAAE;AAC1B,gBAAgB,OAAO,mDAAK,EAAE;AAC9B,cAAc,OAAO,mDAAK,EAAE;AAC5B,eAAe,OAAO,mDAAK,EAAE;AAC7B;AACA,WAAW,EAkBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA;AACA,mCAAmC,oBAAoB,aAAa;AACpE,aAAa;AACb;AACA;AACA;;AAEA;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,WAAW,EAqBV;AACD;AACA;AACA,iCAAiC,4CAAO;AACxC;AACA,sCAAsC,4CAAO;AAC7C;AACA,iCAAiC,4CAAO;AACxC;AACA,iCAAiC,4CAAO;AACxC;AACA,mCAAmC,4CAAO;AAC1C;AACA,kCAAkC,4CAAO;AACzC;AACA,oCAAoC,4CAAO;AAC3C;AACA,qCAAqC,4CAAO;AAC5C;AACA,iCAAiC,4CAAO;AACxC;AACA,sCAAsC,4CAAO;AAC7C;AACA,kCAAkC,4CAAO;AACzC;AACA,iCAAiC,4CAAO;AACxC;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,WAAW,EAyHV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC,0DAAY;AAC7C,gCAAgC,0DAAY;AAC5C;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA;AACA,2CAA2C,WAAW,mBAAmB,kBAAkB,YAAY,yBAAyB,YAAY,2BAA2B,oBAAoB,aAAa,eAAe,wBAAwB,uBAAuB,kCAAkC,WAAW,YAAY,WAAW,eAAe;AACzV,aAAa;AACb;AACA;AACA;AACA;AACA,cAAc,OAAO,mDAAK,EAAE;AAC5B,qBAAqB,OAAO,oDAAM,EAAE;AACpC,oBAAoB,OAAO,oDAAM,EAAE;AACnC;AACA,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,wDAAU;AACtB;AACA,aAAa;AACb;AACA;AACA;AACA,2DAA2D,wEAAkB,EAAE,oDAAoD,oCAAoC,EAAE,oDAAoD;;AAE7N;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,oBAAoB,MAAK;AACzB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,wDAAU;AACtB;AACA,aAAa;AACb;AACA,sDAAsD,wEAAkB,EAAE,+CAA+C,+BAA+B,EAAE,+CAA+C;AACzM,WAAW,EAKV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,YAAY,mCAAM;AAClB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC,MAAK;AACtC;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,uBAAuB,EAAE;AACzB,yEAAyE,2BAA2B,wCAAwC;AAC5I;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,aAAa;AACb;AACA;AACA;AACA,KAAK,0BAA0B;AAC/B,KAAK,8BAA8B;AACnC,KAAK;AACL;AACA;AACA,eAAe,OAAO,0DAAY,sBAAsB;AACxD;AACA,WAAW,EAkEV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA,mBAAmB;AACnB;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA;AACA,sCAAsC,iBAAiB,SAAS,WAAW,YAAY,sBAAsB,kBAAkB,UAAU,kBAAkB,uBAAuB,kBAAkB,oBAAoB,aAAa,gBAAgB,YAAY,aAAa,oBAAoB,qBAAqB,8BAA8B,sBAAsB,uDAAuD,WAAW,kBAAkB,WAAW,aAAa,gBAAgB,4BAA4B,8BAA8B,SAAS,WAAW,iCAAiC,yBAAyB,mCAAmC,2BAA2B,2BAA2B,8BAA8B,UAAU,UAAU,iCAAiC,yBAAyB,gCAAgC,wBAAwB,oCAAoC,WAAW,YAAY,oCAAoC,kBAAkB,uBAAuB,kBAAkB,UAAU,SAAS,UAAU,4BAA4B,UAAU,YAAY,sBAAsB,kBAAkB,UAAU,QAAQ,UAAU,iCAAiC,yBAAyB,mCAAmC,kDAAkD,0CAA0C,mBAAmB,yCAAyC,iCAAiC,oBAAoB,0CAA0C,kCAAkC,sCAAsC,OAAO,QAAQ,WAAW,SAAS,IAAI,WAAW,QAAQ,SAAS,KAAK,WAAW,UAAU,UAAU,qCAAqC,OAAO,QAAQ,SAAS,SAAS,IAAI,WAAW,UAAU,SAAS,IAAI,WAAW,UAAU,SAAS,KAAK,WAAW,UAAU,UAAU,6BAA6B,OAAO,QAAQ,SAAS,SAAS,IAAI,WAAW,UAAU,SAAS,IAAI,WAAW,UAAU,SAAS,KAAK,WAAW,UAAU,UAAU,8BAA8B,OAAO,QAAQ,WAAW,SAAS,IAAI,WAAW,QAAQ,SAAS,KAAK,WAAW,UAAU,UAAU,6BAA6B,WAAW,yBAAyB,cAAc,kBAAkB,kBAAkB,UAAU,oCAAoC,WAAW,UAAU,SAAS,gCAAgC,wBAAwB,qCAAqC,WAAW,UAAU,SAAS,iCAAiC,yBAAyB,qCAAqC,MAAM,yBAAyB,iCAAiC,SAAS,0BAA0B,mCAAmC,6BAA6B,MAAM,yBAAyB,iCAAiC,SAAS,0BAA0B,mCAAmC,0BAA0B,kBAAkB,SAAS,QAAQ,kBAAkB,uCAAuC,gCAAgC;AAC78F,aAAa;AACb;AACA;AACA;;AAEA;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,6BAA6B,4CAAO;AACpC;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,wDAAU;AACtB;AACA,aAAa;AACb;AACA;AACA;AACA,qDAAqD,wEAAkB,EAAE,8CAA8C,8BAA8B,EAAE,8CAA8C;AACrM,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA,oBAAoB,MAAK;AACzB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,2BAA2B,EAAE;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,aAAa;AACb;AACA;AACA;AACA,KAAK,yBAAyB;AAC9B,KAAK;AACL;AACA;AACA,YAAY,OAAO,mDAAK,EAAE;AAC1B,eAAe,OAAO,0DAAY,gCAAgC;AAClE,oBAAoB,OAAO,0DAAY,qCAAqC;AAC5E,cAAc,OAAO,0DAAY,+BAA+B;AAChE;AACA,WAAW,EAkBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,oCAAoC,0DAAY;AAChD;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,wDAAU;AACtB;AACA;AACA;AACA,WAAW,EAaV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,2MAA2M;AAC3M,2CAA2C,0BAA0B,WAAW,YAAY,eAAe,WAAW,eAAe,MAAM,OAAO,cAAc,iBAAiB,kBAAkB,SAAS,QAAQ,uCAAuC,+BAA+B;AAC1R,aAAa;AACb;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,mBAAmB,OAAO,mDAAK,EAAE;AACjC;AACA,WAAW,EAQV;;AAED;AACA;AACA,cAAc,uFAAuF;AACr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E;AACjC;AACA,WAAW,EAGV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,+BAA+B,0DAAY;AAC3C;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,aAAa;AACb;AACA;AACA;AACA;AACA,mBAAmB,OAAO,oDAAM,EAAE;AAClC,kBAAkB,OAAO,0DAAY,yBAAyB;AAC9D,oBAAoB,OAAO,0DAAY,yBAAyB;AAChE;AACA,WAAW,EAGV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA,KAAK,OAAO,wDAAU;AACtB;AACA,aAAa;AACb;AACA;AACA;AACA,KAAK,OAAO,sEAAwB,EAAE;AACtC,KAAK,OAAO,4DAAc;AAC1B;AACA,gEAAgE,wEAAkB,EAAE,yDAAyD,uCAAuC,8DAAQ,CAAC,sEAAwB,GAAG,8DAAQ,CAAC,4DAAc,GAAG,EAAE,yDAAyD;AAC7S,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,WAAW,EAMV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,aAAa;AACb;AACA;AACA;AACA,KAAK,OAAO,8DAAgB,EAAE;AAC9B,KAAK;AACL;AACA;AACA,aAAa,OAAO,mDAAK,EAAE;AAC3B;AACA,WAAW,EAUV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,YAAY,mCAAM;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,0DAAY;AACvC,2BAA2B,0DAAY;AACvC,6BAA6B,0DAAY;AACzC,8BAA8B,0DAAY;AAC1C,2BAA2B,0DAAY;AACvC;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB;AACxB;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA,kCAAkC;AAClC;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBA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DAAK,EAAE;AAC/B,aAAa,OAAO,mDAAK,EAAE;AAC3B,kBAAkB,OAAO,mDAAK,EAAE;AAChC,mBAAmB,OAAO,oDAAM,EAAE;AAClC,eAAe,OAAO,oDAAM,EAAE;AAC9B,eAAe,OAAO,oDAAM,EAAE;AAC9B,iBAAiB,OAAO,oDAAM,EAAE;AAChC,oBAAoB,OAAO,oDAAM,EAAE;AACnC,gBAAgB,OAAO,oDAAM,EAAE;AAC/B;AACA,WAAW,EAwCV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA,WAAW,EAKV;AACD;AACA;AACA,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA;AACA,oCAAoC,0DAAY;AAChD,8BAA8B,0DAAY;AAC1C,4BAA4B,0DAAY;AACxC,2BAA2B,0DAAY;AACvC,2BAA2B,0DAAY;AACvC;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,yFAAyF,+CAA+C;AACxI,+CAA+C,UAAU,wBAAwB,aAAa,iBAAiB,mCAAmC,sBAAsB,kBAAkB,OAAO,QAAQ,YAAY,eAAe,kBAAkB,uBAAuB,0BAA0B,oBAAoB,aAAa,8BAA8B,6BAA6B,mBAAmB,YAAY,yBAAyB,YAAY,mCAAmC,yBAAyB,wCAAwC,mBAAmB,0BAA0B,qBAAqB,WAAW;AACxnB,aAAa;AACb;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,kBAAkB,OAAO,mDAAK,EAAE;AAChC,gBAAgB,OAAO,mDAAK,EAAE;AAC9B,mBAAmB,OAAO,mDAAK,EAAE;AACjC,YAAY,OAAO,mDAAK,EAAE;AAC1B,mBAAmB,OAAO,mDAAK,EAAE;AACjC,gBAAgB,OAAO,mDAAK,EAAE;AAC9B,wBAAwB,OAAO,oDAAM,EAAE;AACvC,kBAAkB,OAAO,oDAAM,EAAE;AACjC,gBAAgB,OAAO,oDAAM,EAAE;AAC/B,eAAe,OAAO,oDAAM,EAAE;AAC9B,eAAe,OAAO,oDAAM,EAAE;AAC9B;AACA,WAAW,EA8BV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ,yEAAO,KAAK,qEAAG,EAAE,uEAAG;AAC5B;AACA;AACA;AACA,KAAK,OAAO,sDAAQ;AACpB,0BAA0B,4DAAY,EAAE,kFAAiB,EAAE,oEAAkB;AAC7E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;;AAEA;AACA;AACA,cAAc,uFAAuF;AACrG;;AAEA;AACA;AACA,cAAc,uFAAuF;AACrG;;AAEskD;AACtkD;;;;;;;;;;;;;AC7vNA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAwC;AACO;AACA;AACP;AACO;AACC;AACD;;;;;;;;;;;;;ACN/C;AAAA;AAAA;AAAyC;AAElC,MAAM,uBAAuB;IAIlC;QAHQ,cAAS,GAAoB,IAAI,4CAAO,EAAE,CAAC;QAClC,kBAAa,GAAuB,IAAI,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC;IAGnF,CAAC;IAED,IAAI,YAAY;QACd,OAAO,IAAI,CAAC,aAAa,CAAC;IAC5B,CAAC;IAED,YAAY,CAAC,KAAa;QACxB,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IAC7B,CAAC;CACF;;;;;;;;;;;;AChBD,gGAAgG,WAAW,2DAA2D,GAAG,mBAAmB,uBAAuB,GAAG,4BAA4B,iBAAiB,kBAAkB,GAAG,wBAAwB,8BAA8B,GAAG,YAAY,+BAA+B,iCAAiC,iBAAiB,gBAAgB,oBAAoB,WAAW,cAAc,YAAY,aAAa,GAAG,cAAc,yBAAyB,kBAAkB,oBAAoB,GAAG,gBAAgB,gBAAgB,8BAA8B,GAAG,kBAAkB,gBAAgB,yBAAyB,kBAAkB,8BAA8B,gCAAgC,GAAG,yCAAyC,8BAA8B,GAAG,+CAA+C,4BAA4B,GAAG,yCAAyC,8BAA8B,GAAG,8BAA8B,wBAAwB,yCAAyC,gDAAgD,KAAK,qCAAqC,iCAAiC,KAAK,0BAA0B,+BAA+B,KAAK,GAAG,+CAA+C,mnI;;;;;;;;;;;;;;;;;;;;;;;;;;ACAzxC;AAEP;AAYA;AAQ1B;AACyC;AACF;AACnC;AACmC;AACE;AAEtE,MAAM,CAAC,GAAG,mCAAM,CAAC;AAOjB,IAAa,sBAAsB,GAAnC,MAAa,sBAAsB;IAoDjC,YAAoB,kBAAqC,EACrC,aAA2B,EAC3B,gBAAiC,EACjC,oBAA4C,EAC5C,yBAAyD,EACzD,2BAAuD,EACvD,wBAAiD,EACjD,wBAAiD,EACjD,yBAAmD,EAC3D,kBAAsC,EACtC,kBAAsC,EACtC,eAAgC,EACxB,cAA6B;QAZ7B,uBAAkB,GAAlB,kBAAkB,CAAmB;QACrC,kBAAa,GAAb,aAAa,CAAc;QAC3B,qBAAgB,GAAhB,gBAAgB,CAAiB;QACjC,yBAAoB,GAApB,oBAAoB,CAAwB;QAC5C,8BAAyB,GAAzB,yBAAyB,CAAgC;QACzD,gCAA2B,GAA3B,2BAA2B,CAA4B;QACvD,6BAAwB,GAAxB,wBAAwB,CAAyB;QACjD,6BAAwB,GAAxB,wBAAwB,CAAyB;QACjD,8BAAyB,GAAzB,yBAAyB,CAA0B;QAInD,mBAAc,GAAd,cAAc,CAAe;QA/DjD,UAAK,GAAG,YAAY,CAAC;QACrB,UAAK,GAAgB,EAAE,CAAC;QAIxB,qBAAgB,GAAG,0FAAY,CAAC,WAAW,CAAC;QAC5C,mBAAc,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC;QAE5B,oBAAe,GAAG;YAChB,iEAAc,CAAC,IAAI;YACnB,iEAAc,CAAC,cAAc;YAC7B,iEAAc,CAAC,cAAc;YAC7B,iEAAc,CAAC,gBAAgB;YAC/B,iEAAc,CAAC,cAAc;YAC7B,iEAAc,CAAC,QAAQ;YACvB,iEAAc,CAAC,KAAK;YACpB,iEAAc,CAAC,QAAQ;YACvB,iEAAc,CAAC,IAAI;YACnB,iEAAc,CAAC,UAAU;YACzB,iEAAc,CAAC,SAAS;YACxB,iEAAc,CAAC,KAAK;SACrB,CAAC;QAEF,wBAAmB,GAAG;YACpB,iEAAc,CAAC,IAAI;YACnB,iEAAc,CAAC,cAAc;YAC7B,iEAAc,CAAC,cAAc;YAC7B,iEAAc,CAAC,gBAAgB;YAC/B,iEAAc,CAAC,cAAc;SAC9B,CAAC;QACF,yBAAoB,GAAG;YACrB,iEAAc,CAAC,QAAQ;YACvB,iEAAc,CAAC,KAAK;YACpB,iEAAc,CAAC,QAAQ;YACvB,iEAAc,CAAC,IAAI;YACnB,iEAAc,CAAC,KAAK;SACrB,CAAC;QACF,wBAAmB,GAAG;YACpB,iEAAc,CAAC,UAAU;YACzB,iEAAc,CAAC,SAAS;SACzB,CAAC;QACF,eAAU,GAAG,CAAC,CAAC;QAEf,aAAQ,GAAG,IAAI,GAAG,EAAqB,CAAC;QAGhC,mBAAc,GAAG,KAAK,CAAC;QACvB,gBAAW,GAAG,IAAI,GAAG,EAA6B,CAAC;QAkBzD,IAAI,CAAC,wBAAwB,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC,EAAU,EAAE,EAAE;YAClE,IAAI,IAAI,CAAC,kBAAkB,KAAK,EAAE,EAAE;gBAClC,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC;gBAC5B,IAAI,CAAC,kBAAkB,GAAG,EAAE,CAAC;aAC9B;QACH,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,yBAAyB,CAAC,iBAAiB,CAAC,SAAS,CAAC,CAAC,iBAAoC,EAAE,EAAE;YAClG,IAAI,CAAC,eAAe,GAAG,iBAAiB,CAAC,EAAE,CAAC;YAC5C,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,eAAe,CAAC,EAAE;gBAC5C,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,eAAe,EAAE,EAAE,CAAC,CAAC;aAC7C;QACH,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,yBAAyB,CAAC,iBAAiB,CAAC,SAAS,CAAC,CAAC,OAAgB,EAAE,EAAE;YAC9E,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxD,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,wBAAwB,CAAC,gBAAgB,CAAC,SAAS,CAAC,CAAC,gBAAkC,EAAE,EAAE;YAC9F,MAAM,YAAY,GAAG,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,gBAAgB,CAAC,EAAE,CAAC,CAAC;YAC/D,IAAI,YAAY,EAAE;gBAChB,YAAY,CAAC,OAAO,EAAE,CAAC;aACxB;YACD,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,gBAAgB,CAAC,EAAE,CAAC,CAAC;QAC/C,CAAC,CAAC,CAAC;QAEH,kBAAkB,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC,OAAO,EAAE,EAAE;YACrD,IAAI,OAAO,EAAE;gBACX,IAAI,CAAS,CAAC;gBACd,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;oBACnC,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,GAAoB,EAAE,EAAE;wBACzG,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;oBAC/E,CAAC,CAAC,CAAC;iBACJ;aACF;QACH,CAAC,CAAC,CAAC;QAEH,kBAAkB,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC,IAAY,EAAE,EAAE;YACzD,IAAI,IAAI,CAAC,sBAAsB,KAAK,CAAC,EAAE;gBACrC,KAAK,IAAI,CAAC,GAAG,IAAI,EAAE,CAAC,GAAG,IAAI,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE;oBACpC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,UAAU,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,EAAE;wBACjE,IAAI,CAAC,YAAY,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;qBACzB;iBACF;aACF;QACH,CAAC,CAAC,CAAC;QAEH,eAAe,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC,IAAY,EAAE,EAAE;YACpD,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,IAAI,EAAE,0FAAY,CAAC,gBAAgB,CAAC,CAAC;QAC9E,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,SAAS,GAAG,cAAc,CAAC,SAAS,EAAE,CAAC;QAC5C,cAAc,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;YACtC,IAAI,CAAC,SAAS,GAAG,cAAc,CAAC,SAAS,EAAE,CAAC;QAC9C,CAAC,CAAC,CAAC;IACL,CAAC;IAED,WAAW;QACT,OAAO,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;IACjD,CAAC;IAED,IAAI,aAAa;QACf,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC;IACtE,CAAC;IAED,IAAI,UAAU;QACZ,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC;IACpE,CAAC;IAED,IAAI,kBAAkB;QACpB,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC;IAC3E,CAAC;IAED,IAAI,sBAAsB;QACxB,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC;IAC5E,CAAC;IAED,IAAI,cAAc;QAChB,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC;IACvE,CAAC;IAED,IAAI,sBAAsB;QACxB,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC;IAC/E,CAAC;IAED,IAAI,uBAAuB;QACzB,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,iBAAiB,CAAC,CAAC,CAAC,IAAI,CAAC;IAChF,CAAC;IAED,IAAI,YAAY;QACd,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;IACrE,CAAC;IAEO,qBAAqB;QAC3B,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,eAAe,CAAC,CAAC,CAAC,EAAE,CAAC;IAC5E,CAAC;IAED,IAAI,WAAW;QACb,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC;IACpE,CAAC;IAED,IAAI,YAAY;QACd,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;IACrE,CAAC;IAED,IAAI,cAAc;QAChB,OAAO,KAAK,CAAC;IACf,CAAC;IAED,IAAI,sBAAsB;QACxB,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC;IAC/E,CAAC;IAED,IAAI,oBAAoB;QACtB,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,cAAc,CAAC,CAAC,CAAC,IAAI,CAAC;IAC7E,CAAC;IAED,IAAI,oBAAoB;QACtB,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,cAAc,CAAC,CAAC,CAAC,IAAI,CAAC;IAC7E,CAAC;IAED,IAAI,qBAAqB;QACvB,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,eAAe,CAAC,CAAC,CAAC,IAAI,CAAC;IAC9E,CAAC;IAED,IAAI,6BAA6B;QAC/B,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,uBAAuB,CAAC,CAAC,CAAC,IAAI,CAAC;IACtF,CAAC;IAED,IAAI,wBAAwB;QAC1B,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,kBAAkB,CAAC,CAAC,CAAC,IAAI,CAAC;IACjF,CAAC;IAED,IAAI,yBAAyB;QAC3B,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,mBAAmB,CAAC,CAAC,CAAC,IAAI,CAAC;IAClF,CAAC;IAED,IAAI,yBAAyB;QAC3B,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,mBAAmB,CAAC,CAAC,CAAC,IAAI,CAAC;IAClF,CAAC;IAED,IAAI,+BAA+B;QACjC,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,yBAAyB,CAAC,CAAC,CAAC,IAAI,CAAC;IACxF,CAAC;IAED,IAAI,qBAAqB;QACvB,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,eAAe,CAAC,CAAC,CAAC,IAAI,CAAC;IAC9E,CAAC;IAED,IAAI,6BAA6B;QAC/B,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,uBAAuB,CAAC,CAAC,CAAC,IAAI,CAAC;IACtF,CAAC;IAED,IAAI,6BAA6B;QAC/B,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,uBAAuB,CAAC,CAAC,CAAC,IAAI,CAAC;IACtF,CAAC;IAED,IAAI,wBAAwB;QAC1B,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,kBAAkB,CAAC,CAAC,CAAC,IAAI,CAAC;IACjF,CAAC;IAED,QAAQ;IACR,CAAC;IAED,SAAS,CAAC,EAAU;QAClB,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAC9B,CAAC;IAED,UAAU,CAAC,EAAU;QACnB,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;IAC/B,CAAC;IAED,SAAS,CAAC,MAAc;QACtB,IAAI,CAAC,kBAAkB,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,SAAS,CAAC,CAAC,KAAkB,EAAE,EAAE,CAAC,IAAI,CAAC,KAAK,GAAG,KAAK,IAAI,EAAE,CAAC,CAAC;IACxG,CAAC;IAED,UAAU,CAAC,MAAc,EAAE,QAAgB,EAAE,OAAe;QAC1D,IAAI,CAAC,WAAW,GAAG,IAAI,6FAAe,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;QACzD,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,kBAAkB,CAAC,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,IAA+B,EAAE,EAAE;YAC7F,IAAI,CAAC,gBAAgB,EAAE,CAAC;YACxB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;YACjB,IAAI,CAAC,cAAc,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC;YACjC,IAAI,IAAI,EAAE;gBACR,MAAM,gBAAgB,GAAG,IAAI,CAAC,sBAAsB,CAAC;gBACrD,MAAM,UAAU,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;gBACtD,IAAI,gBAAgB,GAAG,CAAC,EAAE;oBACxB,IAAI,CAAC,YAAY,CAAC,CAAC,EAAE,gBAAgB,GAAG,UAAU,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,gBAAgB,CAAC,CAAC;iBACrF;qBAAM;oBACL,UAAU,CAAC,GAAG,EAAE;wBACd,KAAK,MAAM,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE;4BAClC,IAAI,CAAC,iBAAiB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;yBAClE;oBACH,CAAC,EAAE,GAAG,CAAC,CAAC;iBACT;gBACD,IAAI,CAAC,gBAAgB,CAAC,UAAU,GAAG,UAAU,CAAC;gBAC9C,IAAI,CAAC,gBAAgB,CAAC,WAAW,GAAG,CAAC,CAAC;gBACtC,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC;aAC9B;QACH,CAAC,CACF,CAAC;QACF,IAAI,OAAO,EAAE;YACX,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;SACnC;QACD,IAAI,CAAC,SAAS,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,CAAC,KAAa,EAAE,GAAW;QACrC,KAAK,IAAI,CAAC,GAAG,KAAK,EAAE,CAAC,IAAI,GAAG,EAAE,CAAC,EAAE,EAAE;YACjC,IAAI,CAAC,kBAAkB,CAAC,QAAQ,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,IAAyB,EAAE,EAAE;gBAC5F,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC;gBAC9B,IAAI,CAAC,iBAAiB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;YACnE,CAAC,CAAC,CAAC;SACJ;IACH,CAAC;IAEO,iBAAiB,CAAC,WAA6B;QACrD,KAAK,MAAM,UAAU,IAAI,WAAW,EAAE;YACpC,MAAM,QAAQ,GAAG,IAAI,2DAAQ,CAAC,UAAU,CAAC,IAAI,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC;YAC/D,MAAM,EAAE,GAAG,IAAI,CAAC,sBAAsB,CAAC,UAAU,CAAC,UAAU,EAAE,QAAQ,EAAE,UAAU,CAAC,CAAC;YACpF,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE,EAAE,UAAU,CAAC,QAAQ,CAAC,CAAC;SAC5C;IACH,CAAC;IAED,MAAM,CAAC,MAAc;QACnB,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,aAAa,CAAC,CAAC,SAAS,CAAC,GAAG,EAAE;YAC9E,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;QACrB,CAAC,CAAC,CAAC;IACL,CAAC;IAED,YAAY,CAAC,MAAkB;QAC7B,OAAO,IAAI,CAAC,sBAAsB,CAAC;IACrC,CAAC;IAED,YAAY;QACV,IAAI,IAAI,CAAC,cAAc;YACrB,OAAO;QACT,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAAC,cAAc,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;IACnF,CAAC;IAED,QAAQ;QACN,MAAM,eAAe,GAAG,EAAE,CAAC;QAC3B,KAAK,MAAM,UAAU,IAAI,IAAI,CAAC,WAAW,CAAC,MAAM,EAAE,EAAE;YAClD,MAAM,cAAc,GAAyB,UAAU,CAAC,QAAS,CAAC,iBAAiB,EAAE,CAAC;YACtF,cAAc,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,cAAc,CAAC,EAAE,CAAC,CAAC;YAC/D,eAAe,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;SACtC;QACD,IAAI,CAAC,kBAAkB,CAAC,QAAQ,CAAC,IAAI,CAAC,WAAW,EAAE,eAAe,EAAE,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,GAAQ,EAAE,EAAE;YAChG,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,0FAAY,CAAC,gBAAgB,CAAC,CAAC;YACvD,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,EAAE,IAAI,EAAE,0FAAY,CAAC,gBAAgB,CAAC,CAAC;QACjE,CAAC,CAAC,CAAC;IACL,CAAC;IAED,SAAS,CAAC,EAAU;QAClB,MAAM,SAAS,GAAG,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,oBAAoB,CAAC,IAAI,CAAC,UAAU,KAAa;YACvG,OAAO,EAAE,KAAK,KAAK,CAAC;QACtB,CAAC,CAAC,CAAC,CAAC;QACJ,OAAO,IAAI,CAAC,uBAAuB,CAAC,EAAE,CAAC,IAAI,SAAS,CAAC;IACvD,CAAC;IAED,SAAS,CAAC,MAAM;QACd,IAAI,CAAC,mBAAmB,GAAG,MAAM,CAAC;IACpC,CAAC;IAED,gBAAgB;QACd,OAAO,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;IACpD,CAAC;IAED,iBAAiB;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;IACrD,CAAC;IAEO,WAAW,CAAC,cAAc;QAChC,KAAK,MAAM,cAAc,IAAI,cAAc,EAAE;YAC3C,IAAI,IAAI,CAAC,uBAAuB,CAAC,cAAc,CAAC,EAAE,CAAC,EAAE;gBACnD,OAAO,IAAI,CAAC;aACb;SACF;QACD,OAAO,KAAK,CAAC;IACf,CAAC;IAED,gBAAgB;QACd,OAAO,IAAI,CAAC,uBAAuB,CAAC,iEAAc,CAAC,UAAU,CAAC,EAAE,CAAC,IAAI,IAAI,CAAC,uBAAuB,CAAC,iEAAc,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;IACjI,CAAC;IAEO,uBAAuB,CAAC,EAAU;QACxC,QAAQ,EAAE,EAAE;YACV,KAAK,iEAAc,CAAC,IAAI,CAAC,EAAE;gBACzB,OAAO,IAAI,CAAC,oBAAoB,CAAC;YACnC,KAAK,iEAAc,CAAC,IAAI,CAAC,EAAE;gBACzB,OAAO,IAAI,CAAC,oBAAoB,CAAC;YACnC,KAAK,iEAAc,CAAC,KAAK,CAAC,EAAE;gBAC1B,OAAO,IAAI,CAAC,qBAAqB,CAAC;YACpC,KAAK,iEAAc,CAAC,cAAc,CAAC,EAAE;gBACnC,OAAO,IAAI,CAAC,6BAA6B,CAAC;YAC5C,KAAK,iEAAc,CAAC,QAAQ,CAAC,EAAE;gBAC7B,OAAO,IAAI,CAAC,wBAAwB,CAAC;YACvC,KAAK,iEAAc,CAAC,UAAU,CAAC,EAAE;gBAC/B,OAAO,IAAI,CAAC,yBAAyB,CAAC;YACxC,KAAK,iEAAc,CAAC,SAAS,CAAC,EAAE;gBAC9B,OAAO,IAAI,CAAC,yBAAyB,CAAC;YACxC,KAAK,iEAAc,CAAC,gBAAgB,CAAC,EAAE;gBACrC,OAAO,IAAI,CAAC,+BAA+B,CAAC;YAC9C,KAAK,iEAAc,CAAC,KAAK,CAAC,EAAE;gBAC1B,OAAO,IAAI,CAAC,qBAAqB,CAAC;YACpC,KAAK,iEAAc,CAAC,cAAc,CAAC,EAAE;gBACnC,OAAO,IAAI,CAAC,6BAA6B,CAAC;YAC5C,KAAK,iEAAc,CAAC,cAAc,CAAC,EAAE;gBACnC,OAAO,IAAI,CAAC,6BAA6B,CAAC;YAC5C,KAAK,iEAAc,CAAC,QAAQ,CAAC,EAAE;gBAC7B,OAAO,IAAI,CAAC,wBAAwB,CAAC;SACxC;IACH,CAAC;IAED,WAAW,CAAC,MAAM;QAChB,IAAI,CAAC,cAAc,GAAG,MAAM,CAAC;IAC/B,CAAC;IAEO,gBAAgB;QACtB,KAAK,MAAM,YAAY,IAAI,IAAI,CAAC,WAAW,CAAC,MAAM,EAAE,EAAE;YACpD,YAAY,CAAC,OAAO,EAAE,CAAC;SACxB;QACD,IAAI,CAAC,WAAW,GAAG,IAAI,GAAG,EAA6B,CAAC;QACxD,IAAI,CAAC,QAAQ,GAAG,IAAI,GAAG,EAAqB,CAAC;IAC/C,CAAC;IAEO,SAAS;QACf,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE;YAClC,OAAO;SACR;QACD,KAAK,MAAM,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE;YAClC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;SAClB;IACH,CAAC;IAED,gBAAgB,CAAC,MAAkB;QACjC,MAAM,CAAC,cAAc,EAAE,CAAC;QACxB,MAAM,CAAC,eAAe,EAAE,CAAC;QAEzB,IAAI,IAAI,CAAC,mBAAmB,EAAE;YAC5B,MAAM,QAAQ,GAAG,mFAAK,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;YAEhD,MAAM,QAAQ,GAAG,QAAQ,CAAC,iBAAiB,CAAC,QAAQ,CAAC,CAAC,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC;YACpE,MAAM,WAAW,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,EAAE,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC;YACzE,IAAI,WAAW,EAAE;gBACf,MAAM,YAAY,GAAG,CAAC,CAAC,WAAW,CAAC,CAAC,MAAM,EAAE,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC;gBACzD,MAAM,eAAe,GAAG,IAAI,CAAC,kBAAkB,CAAC,QAAQ,EAAE,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC;gBAC3E,MAAM,MAAM,GAAG,WAAW,CAAC,EAAE,CAAC;gBAC9B,IAAI,UAAU,GAAG,CAAC,CAAC;gBACnB,IAAI,MAAM,EAAE;oBACV,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;oBAChC,UAAU,GAAG,KAAK,CAAC,MAAM,KAAK,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC;iBACvE;gBACD,MAAM,EAAE,GAAG,IAAI,CAAC,sBAAsB,CAAC,UAAU,EAAE,eAAe,EAAE,IAAI,CAAC,CAAC;gBAC1E,IAAI,CAAC,wBAAwB,CAAC,YAAY,CAAC,EAAE,CAAC,CAAC;gBAC/C,IAAI,CAAC,oBAAoB,GAAG,EAAE,CAAC;gBAC/B,IAAI,CAAC,oBAAoB,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC;aACjD;SACF;IACH,CAAC;IAEO,sBAAsB,CAAC,UAAkB,EAAE,eAAyB,EAAE,IAAoB;QAChG,MAAM,gBAAgB,GAAG,IAAI,CAAC,yBAAyB,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QACzE,IAAI,gBAAgB,EAAE;YACpB,MAAM,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;YAC3D,MAAM,mBAAmB,GAAG,IAAI,CAAC,2BAA2B,CAAC,mBAAmB,CAAC,gBAAgB,EAAE,oFAAmB,CAAC,CAAC;YACxH,MAAM,EAAE,GAAG,IAAI,CAAC,WAAW,CAAC,IAAI,GAAG,CAAC,CAAC;YACf,mBAAmB,CAAC,QAAS,CAAC,EAAE,GAAG,EAAE,CAAC;YACtC,mBAAmB,CAAC,QAAS,CAAC,QAAQ,GAAG,eAAe,CAAC;YACzD,mBAAmB,CAAC,QAAS,CAAC,UAAU,GAAG,UAAU,CAAC;YAC5E,IAAI,IAAI,EAAE;gBACR,MAAM,SAAS,GAAG,IAAI,4DAAS,CAAC,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;gBACzD,MAAM,IAAI,GAAG,iEAAc,CAAC,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;gBACzD,MAAM,UAAU,GAAG,wFAAU,CAAC,OAAO,EAAE,CAAC;gBACxC,UAAU,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC;gBACpC,IAAI,IAAI,CAAC,SAAS,EAAE;oBAClB,UAAU,CAAC,KAAK,GAAG,GAAG,GAAG,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC;iBACtD;gBACD,UAAU,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;gBACN,mBAAmB,CAAC,QAAS,CAAC,IAAI,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;gBAChE,mBAAmB,CAAC,QAAS,CAAC,SAAS,GAAG,SAAS,CAAC;gBACpD,mBAAmB,CAAC,QAAS,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC;gBACrD,mBAAmB,CAAC,QAAS,CAAC,SAAS,GAAG,IAAI,CAAC,IAAI,CAAC;gBAC1E,IAAI,UAAU,EAAE;oBACQ,mBAAmB,CAAC,QAAS,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC;iBAChF;aACF;iBAAM;gBACiB,mBAAmB,CAAC,QAAS,CAAC,IAAI,GAAG,IAAI,CAAC,mBAAmB,CAAC;aACrF;YACD,MAAM,SAAS,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC;gBAChD,OAAO,CAAC,CAAC,MAAM,KAAK,UAAU,CAAC;YACjC,CAAC,CAAC,CAAC;YACmB,mBAAmB,CAAC,QAAS,CAAC,SAAS,GAAG,SAAS,CAAC,KAAK,CAAC;YAC1D,mBAAmB,CAAC,QAAS,CAAC,UAAU,GAAG,SAAS,CAAC,MAAM,CAAC;YAClF,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,EAAE,EAAE,mBAAmB,CAAC,CAAC;YAC9C,OAAO,EAAE,CAAC;SACX;QACD,OAAO,IAAI,CAAC;IACd,CAAC;IAED,0BAA0B,CAAC,MAAkB;QAC3C,MAAM,CAAC,cAAc,EAAE,CAAC;QACxB,MAAM,CAAC,eAAe,EAAE,CAAC;QAEzB,IAAI,IAAI,CAAC,oBAAoB,EAAE;YAC7B,MAAM,QAAQ,GAAG,mFAAK,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;YAChD,MAAM,mBAAmB,GAAG,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;YAC5E,MAAM,IAAI,GAAyB,mBAAmB,CAAC,QAAS,CAAC,IAAI,CAAC;YACtE,MAAM,UAAU,GAAyB,mBAAmB,CAAC,QAAS,CAAC,UAAU,CAAC;YAClF,MAAM,eAAe,GAAG,IAAI,CAAC,kBAAkB,CAAC,QAAQ,EAAE,CAAC,CAAC,QAAQ,GAAG,UAAU,CAAC,CAAC,CAAC;YACpF,IAAI,IAAI,KAAK,iEAAc,CAAC,QAAQ,CAAC,EAAE,IAAI,IAAI,KAAK,iEAAc,CAAC,QAAQ,CAAC,EAAE,IAAI,IAAI,KAAK,iEAAc,CAAC,KAAK,CAAC,EAAE,EAAE;gBAC5F,mBAAmB,CAAC,QAAS,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;aAC3E;iBAAM;gBACiB,mBAAmB,CAAC,QAAS,CAAC,cAAc,CAAC,eAAe,CAAC,CAAC;aACrF;SACF;IACH,CAAC;IAEO,kBAAkB,CAAC,QAAQ,EAAE,IAAI;QACvC,MAAM,IAAI,GAAG,QAAQ,CAAC,CAAC,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC,IAAI,CAAC;QAC7C,MAAM,GAAG,GAAG,QAAQ,CAAC,CAAC,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC;QAC3C,OAAO,IAAI,2DAAQ,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;IACjC,CAAC;IAED,wBAAwB,CAAC,MAAkB;QACzC,IAAI,CAAC,oBAAoB,GAAG,IAAI,CAAC;IACnC,CAAC;IAED,aAAa;QACX,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC;IAC9B,CAAC;CACF;;YA7byC,qEAAiB;YACtB,0FAAY;YACT,6FAAe;YACX,oGAAsB;YACjB,4GAA8B;YAC5B,wGAA0B;YAC7B,kFAAuB;YACvB,kFAAuB;YACtB,oFAAwB;YACvC,gGAAkB;YAClB,gGAAkB;YACrB,6FAAe;YACR,2FAAa;;AAhEtC,sBAAsB;IALlC,+DAAS,CAAC;QACT,QAAQ,EAAE,mBAAmB;QAC7B,qLAA8C;;KAE/C,CAAC;2EAqDwC,qEAAiB;QACtB,0FAAY;QACT,6FAAe;QACX,oGAAsB;QACjB,4GAA8B;QAC5B,wGAA0B;QAC7B,kFAAuB;QACvB,kFAAuB;QACtB,oFAAwB;QACvC,gGAAkB;QAClB,gGAAkB;QACrB,6FAAe;QACR,2FAAa;GAhEtC,sBAAsB,CAiflC;AAjfkC;;;;;;;;;;;;;;;;;;;;;;ACpCM;AACQ;AACD;AACiC;AAC5B;AAKrD,IAAa,uBAAuB,GAApC,MAAa,uBAAuB;IAKlC,YAAoB,KAAiB,EAAU,OAAsB;QAAjD,UAAK,GAAL,KAAK,CAAY;QAAU,YAAO,GAAP,OAAO,CAAe;QAH7D,sBAAiB,GAAsC,IAAI,oDAAe,CAAC,IAAI,mEAAgB,EAAE,CAAC,CAAC;QACnG,mBAAc,GAAiC,IAAI,CAAC,iBAAiB,CAAC,YAAY,EAAE,CAAC;IAG7F,CAAC;IAED,IAAI,aAAa;QACf,OAAO,IAAI,CAAC,cAAc,CAAC;IAC7B,CAAC;IAED,IAAI;QACF,OAAO,IAAI,OAAO,CAAO,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;YAC3C,MAAM,cAAc,GAAG,IAAI,CAAC,OAAO,CAAC,iBAAiB,CAAC,iFAAG,CAAC,cAAc,CAAC,CAAC;YAC1E,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,cAAc,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC,SAAS,EAAE,CAAC,IAAI,CAAC,CAAC,QAA0B,EAAE,EAAE;gBAClG,MAAM,gBAAgB,GAAqB,QAAQ,CAAC;gBACpD,IAAI,CAAC,iBAAiB,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;gBAC9C,OAAO,EAAE,CAAC;YACZ,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,QAAa,EAAE,EAAE;gBACzB,MAAM,CAAC,qCAAqC,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC;YAC1E,CAAC,CAAC,CAAC;QACL,CAAC,CAAC,CAAC;IACL,CAAC;CACF;;YAnB4B,+DAAU;YAAmB,2FAAa;;AAL1D,uBAAuB;IAHnC,gEAAU,CAAC;QACV,UAAU,EAAE,MAAM;KACnB,CAAC;2EAM2B,+DAAU,EAAmB,2FAAa;GAL1D,uBAAuB,CAwBnC;AAxBmC;;;;;;;;;;;;;ACTpC;AAAA;AAAO,MAAM,gBAAgB;CA+B5B;;;;;;;;;;;;;AC/BD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAwE;AAEjE,MAAM,cAAc;IAclB,MAAM,CAAC,iBAAiB,CAAC,EAAU;QACxC,QAAQ,EAAE,EAAE;YACV,KAAK,cAAc,CAAC,IAAI,CAAC,EAAE;gBACzB,OAAO,cAAc,CAAC,IAAI,CAAC;YAC7B,KAAK,cAAc,CAAC,IAAI,CAAC,EAAE;gBACzB,OAAO,cAAc,CAAC,IAAI,CAAC;YAC7B,KAAK,cAAc,CAAC,KAAK,CAAC,EAAE;gBAC1B,OAAO,cAAc,CAAC,KAAK,CAAC;YAC9B,KAAK,cAAc,CAAC,cAAc,CAAC,EAAE;gBACnC,OAAO,cAAc,CAAC,cAAc,CAAC;YACvC,KAAK,cAAc,CAAC,QAAQ,CAAC,EAAE;gBAC7B,OAAO,cAAc,CAAC,QAAQ,CAAC;YACjC,KAAK,cAAc,CAAC,UAAU,CAAC,EAAE;gBAC/B,OAAO,cAAc,CAAC,UAAU,CAAC;YACnC,KAAK,cAAc,CAAC,SAAS,CAAC,EAAE;gBAC9B,OAAO,cAAc,CAAC,SAAS,CAAC;YAClC,KAAK,cAAc,CAAC,gBAAgB,CAAC,EAAE;gBACrC,OAAO,cAAc,CAAC,gBAAgB,CAAC;YACzC,KAAK,cAAc,CAAC,KAAK,CAAC,EAAE;gBAC1B,OAAO,cAAc,CAAC,KAAK,CAAC;YAC9B,KAAK,cAAc,CAAC,cAAc,CAAC,EAAE;gBACnC,OAAO,cAAc,CAAC,cAAc,CAAC;YACvC,KAAK,cAAc,CAAC,cAAc,CAAC,EAAE;gBACnC,OAAO,cAAc,CAAC,cAAc,CAAC;YACvC,KAAK,cAAc,CAAC,QAAQ,CAAC,EAAE;gBAC7B,OAAO,cAAc,CAAC,QAAQ,CAAC;SAClC;IACH,CAAC;;AAxCa,mBAAI,GAAG,EAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,aAAa,EAAC,CAAC;AACvD,mBAAI,GAAG,EAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,eAAe,EAAC,CAAC;AACzD,oBAAK,GAAG,EAAC,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,WAAW,EAAC,CAAC;AACxD,6BAAc,GAAG,EAAC,EAAE,EAAE,eAAe,EAAE,IAAI,EAAE,gBAAgB,EAAE,IAAI,EAAE,eAAe,GAAE,CAAC;AACvF,uBAAQ,GAAG,EAAC,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,WAAW,EAAC,CAAC;AACjE,yBAAU,GAAG,EAAC,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,EAAC,CAAC;AACrE,wBAAS,GAAG,EAAC,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,EAAC,CAAC;AAC/D,+BAAgB,GAAG,EAAC,EAAE,EAAE,iBAAiB,EAAE,IAAI,EAAE,kBAAkB,EAAE,IAAI,EAAE,MAAM,EAAC,CAAC;AACnF,oBAAK,GAAG,EAAC,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,eAAe,EAAC,CAAC;AAC5D,6BAAc,GAAG,EAAC,EAAE,EAAE,eAAe,EAAE,IAAI,EAAE,gBAAgB,EAAE,IAAI,EAAE,OAAO,EAAC,CAAC;AAC9E,6BAAc,GAAG,EAAC,EAAE,EAAE,eAAe,EAAE,IAAI,EAAE,gBAAgB,EAAE,IAAI,EAAE,WAAW,EAAC,CAAC;AAClF,uBAAQ,GAAG,EAAC,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,OAAO,EAAC,CAAC;AAgCtE,MAAM,yBAAyB;CAIrC;AAEM,MAAM,mBAAoB,SAAQ,uFAAS;CAEjD;AAEM,MAAM,QAAQ;IAInB,YAAY,IAAY,EAAE,GAAW;QACnC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;IACjB,CAAC;IAED,MAAM,CAAC,KAAK,CAAC,QAAkB;QAC7B,OAAO,IAAI,QAAQ,CAAC,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAC,GAAG,CAAC,CAAC;IACnD,CAAC;;;;;;AAGI,MAAM,SAAS;IAIpB,YAAY,KAAa,EAAE,MAAc;QACvC,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED,MAAM;QACJ,OAAO,IAAI,CAAC,KAAK,KAAK,CAAC,IAAI,IAAI,CAAC,MAAM,KAAK,CAAC,CAAC;IAC/C,CAAC;;;;;;AAGI,MAAM,cAAc;IAEzB;QACE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,SAAS,GAAG,OAAO,CAAC;IAC3B,CAAC;CAeF;AAEM,MAAM,iBAAiB;IAC5B,YAAY,EAAU;QACpB,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;IACf,CAAC;;;;;AAKI,MAAM,OAAO;IAOlB,YAAY,EAAU;QACpB,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;QACb,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC;QACvB,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;IACrB,CAAC;IAED,MAAM,CAAC,MAAM,CAAC,OAAO;QACnB,MAAM,GAAG,GAAG,IAAI,OAAO,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;QACpC,GAAG,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;QACxB,GAAG,CAAC,QAAQ,GAAG,OAAO,CAAC,QAAQ,CAAC;QAChC,GAAG,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;QACxB,OAAO,GAAG,CAAC;IACb,CAAC;;;;;AAGI,MAAM,gBAAgB;IAC3B,YAAY,EAAU;QACpB,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;IACf,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AC5I0E;AAChC;AAMU;AACa;AACK;AACN;AACf;AACc;AACR;AACJ;AACE;AACc;AACF;AACA;AACE;AACQ;AACjB;AACoB;AAE1E,SAAS,aAAa,CAAC,uBAAgD;IAC5E,MAAM,MAAM,GAAG,GAAG,EAAE,CAAC,uBAAuB,CAAC,IAAI,EAAE,CAAC;IACpD,OAAO,MAAM,CAAC;AAChB,CAAC;AAED,+HAA+H;AAC/H,WAAW;AACJ,SAAS,uBAAuB,CAAC,OAA2B;IACjE,OAAO,IAAI,2GAA6B,CAAC,OAAO,CAAC,CAAC;AACpD,CAAC;AAwCD,IAAa,gBAAgB,wBAA7B,MAAa,gBAAgB;IAC3B;QACE,yEAAO,CAAC,GAAG,CAAC,sEAAG,EAAE,wEAAG,CAAC,CAAC;IACxB,CAAC;IAED,MAAM,CAAC,OAAO,CAAC,WAAmB;QAChC,iFAAG,CAAC,oBAAoB,GAAG,WAAW,CAAC;QACvC,OAAO;YACL,QAAQ,EAAE,kBAAgB;SAC3B,CAAC;IACJ,CAAC;CACF;AAXY,gBAAgB;IAtC5B,8DAAQ,CAAC;QACR,YAAY,EAAE,CAAC,gFAAsB,EAAE,qFAAmB,EAAE,6FAAqB,EAAE,4EAAgB,EAAE,gGAAsB;SAC1H;QACD,OAAO,EAAE,CAAC,oGAAsB,EAAE,gFAAsB,EAAE,qFAAmB,EAAE,6FAAqB,EAAE,4EAAgB,EAAE,gGAAsB,CAAC;QAC/I,OAAO,EACL,CAAC,4DAAY;YACX,oGAAsB;YACtB,qEAAgB;YAChB,kFAAiB;YACjB,mEAAkB,CAAC;QACvB,SAAS,EACP;YACE,2FAAa;YACb,kFAAuB;YACvB,mFAAuB;YACvB,mFAAuB;YACvB,qFAAwB;YACxB;gBACE,OAAO,EAAE,sEAAiB;gBAC1B,QAAQ,EAAE,qGAAuB;gBACjC,KAAK,EAAE,IAAI;aACZ;YACD;gBACE,OAAO,EAAE,6DAAe;gBACxB,UAAU,EAAE,aAAa;gBACzB,IAAI,EAAE,CAAC,kFAAuB,CAAC,EAAE,KAAK,EAAE,IAAI;aAC7C;YACD,gGAAkB;YAClB;gBACE,OAAO,EAAE,sEAAiB;gBAC1B,UAAU,EAAE,uBAAuB;gBACnC,KAAK,EAAE,IAAI;gBACX,IAAI,EAAE,CAAC,gGAAkB,CAAC;aAC3B;SACF;QACH,eAAe,EAAE,CAAC,qFAAmB,CAAC;KACvC,CAAC;;GAEW,gBAAgB,CAW5B;AAX4B;;;;;;;;;;;;;;;;;;;;ACzEY;AACO;AAC4D;AAK5G,IAAa,iBAAiB,GAA9B,MAAa,iBAAiB;IAE5B,YAAoB,KAAiB,EAAU,OAAsB;QAAjD,UAAK,GAAL,KAAK,CAAY;QAAU,YAAO,GAAP,OAAO,CAAe;IACrE,CAAC;IAED,SAAS,CAAC,IAAY;QACpB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,wBAAwB,EAAE,GAAG,iFAAG,CAAC,cAAc,EAAE,EAAC,MAAM,EAAE,IAAI,EAAC,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IAC5H,CAAC;IAED,QAAQ,CAAC,WAA4B;QACnC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,wBAAwB,EAAE,GAAG,iFAAG,CAAC,yBAAyB,EAAE,WAAW,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IACpI,CAAC;IAED,MAAM,CAAC,IAAU,EAAE,GAAW,EAAE,OAAgB;QAC9C,MAAM,QAAQ,GAAG,IAAI,QAAQ,EAAE,CAAC;QAChC,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;QAC9B,QAAQ,CAAC,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC;QAC5C,IAAI,GAAG,EAAE;YACP,QAAQ,CAAC,MAAM,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;SAC7B;QAED,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,wBAAwB,EAAE,GAAG,iFAAG,CAAC,gBAAgB,EAAE,QAAQ,CAAC,CAAC;IACnG,CAAC;IAED,QAAQ,CAAC,WAA4B,EAAE,IAAY;QACjD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,wBAAwB,EAAE,GAAG,iFAAG,CAAC,kBAAkB,EAAE;YACvF,MAAM,EAAE,WAAW,CAAC,IAAI;YACxB,UAAU,EAAE,WAAW,CAAC,QAAQ;YAChC,MAAM,EAAE,IAAI;SACb,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IAC1B,CAAC;IAED,cAAc,CAAC,WAA4B;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,wBAAwB,EAAE,GAAG,iFAAG,CAAC,kBAAkB,GAAG,SAAS,GAAG,WAAW,CAAC,IAAI,CAAC;IACzG,CAAC;IAED,QAAQ,CAAC,WAA4B,EAAE,eAAoB,EAAE,KAAc;QACzE,MAAM,IAAI,GAAG;YACX,MAAM,EAAE,WAAW,CAAC,IAAI;YACxB,UAAU,EAAE,WAAW,CAAC,QAAQ;YAChC,iBAAiB,EAAE,eAAe;YAClC,cAAc,EAAE,sFAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC,MAAM;YAC7D,OAAO,EAAE,KAAK;SACf,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,wBAAwB,EAAE,GAAG,iFAAG,CAAC,QAAQ,EAAE,IAAI,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IAC5G,CAAC;CACF;;YA5C4B,+DAAU;YAAmB,2FAAa;;AAF1D,iBAAiB;IAH7B,gEAAU,CAAC;QACV,UAAU,EAAE,MAAM;KACnB,CAAC;2EAG2B,+DAAU,EAAmB,2FAAa;GAF1D,iBAAiB,CA8C7B;AA9C6B;;;;;;;;;;;;ACP9B,kCAAkC,kCAAkC,oBAAoB,eAAe,GAAG,gDAAgD,+BAA+B,yBAAyB,kBAAkB,GAAG,yCAAyC,oBAAoB,eAAe,GAAG,4DAA4D,eAAe,iBAAiB,GAAG,iEAAiE,8BAA8B,gBAAgB,gBAAgB,GAAG,kDAAkD,iBAAiB,kBAAkB,gBAAgB,iBAAiB,qBAAqB,kCAAkC,mBAAmB,oBAAoB,GAAG,mDAAmD,8BAA8B,gBAAgB,iBAAiB,yBAAyB,kBAAkB,8BAA8B,gCAAgC,6BAA6B,oCAAoC,iBAAiB,uBAAuB,4BAA4B,+BAA+B,8BAA8B,qCAAqC,0CAA0C,6CAA6C,GAAG,sCAAsC,gDAAgD,GAAG,gDAAgD,8BAA8B,gCAAgC,GAAG,gDAAgD,2BAA2B,6BAA6B,GAAG,gDAAgD,2BAA2B,GAAG,kDAAkD,8BAA8B,GAAG,QAAQ,eAAe,uBAAuB,WAAW,YAAY,gBAAgB,iBAAiB,GAAG,mBAAmB,uBAAuB,oBAAoB,eAAe,GAAG,+CAA+C,m0L;;;;;;;;;;;;;;;;;;;;;;;;;ACAz4D;AAQjC;AACuC;AACqB;AACrB;AACE;AACtC;AAEjC,MAAM,CAAC,GAAG,mCAAM,CAAC;AAOjB,IAAa,mBAAmB,2BAAhC,MAAa,mBAAmB;IAsB9B,YAAoB,wBAAiD,EACjD,wBAAiD,EACjD,yBAAmD;QAFnD,6BAAwB,GAAxB,wBAAwB,CAAyB;QACjD,6BAAwB,GAAxB,wBAAwB,CAAyB;QACjD,8BAAyB,GAAzB,yBAAyB,CAA0B;QAhBvE,WAAM,GAAG,IAAI,CAAC;QACd,cAAS,GAAG,IAAI,4DAAS,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;QAEhC,cAAS,GAAG,EAAE,CAAC;QAEf,kBAAa,GAAG,KAAK,CAAC;QACtB,gBAAW,GAAG,EAAE,CAAC;QACjB,YAAO,GAAG,EAAE,CAAC;QAGL,WAAM,GAAG,EAAE,CAAC;QAEZ,eAAU,GAAG,wFAAU,CAAC,OAAO,EAAE,CAAC;QAKxC,IAAI,CAAC,wBAAwB,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC,EAAU,EAAE,EAAE;YAClE,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,EAAE,KAAK,EAAE,CAAC;YAC7B,IAAI,IAAI,CAAC,MAAM,EAAE;gBACf,IAAI,CAAC,YAAY,EAAE,CAAC;aACrB;QACH,CAAC,CAAC,CAAC;IACL,CAAC;IAED,MAAM,CAAC,QAAQ,CAAC,QAAQ;QACtB,MAAM,WAAW,GAAG,QAAQ,CAAC,gBAAgB,CAAC,QAAQ,CAAC,CAAC,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC;QACtE,OAAO,WAAW,IAAI,CAAC,CAAC,WAAW,CAAC,CAAC,MAAM,EAAE,CAAC,MAAM,EAAE;YACpD,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,MAAM,EAAE,CAAC,MAAM,EAAE,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,MAAM,CAAC;gBACzD,CAAC,CAAC,WAAW,CAAC,CAAC,MAAM,EAAE,CAAC,MAAM,EAAE,CAAC,MAAM,EAAE,CAAC,MAAM,EAAE,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC;IACpF,CAAC;IAED,QAAQ;QACN,IAAI,CAAC,OAAO,GAAG,2DAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAC7C,IAAI,IAAI,CAAC,UAAU,EAAE,EAAE;YACrB,IAAI,IAAI,CAAC,OAAO,EAAE;gBAChB,MAAM,YAAY,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;gBAC9D,IAAI,CAAC,GAAG,UAAU,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;gBAClD,IAAI,CAAC,GAAG,UAAU,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;gBAClD,MAAM,IAAI,GAAG,IAAI,CAAC;gBAClB,YAAY,CAAC,OAAO,CAAC,UAAU,KAAK,EAAE,KAAK;oBACzC,IAAI,KAAK,KAAK,CAAC,EAAE;wBACf,IAAI,KAAK,KAAK,EAAE,EAAE;4BAChB,IAAI,CAAC,QAAQ,CAAC,IAAI,2DAAQ,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;4BAClC,CAAC,GAAG,CAAC,CAAC,GAAG,UAAU,CAAC,KAAK,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;4BAC1C,CAAC,GAAG,CAAC,CAAC,GAAG,UAAU,CAAC,KAAK,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;yBAC3C;qBACF;gBACH,CAAC,CAAC,CAAC;aACJ;iBAAM;gBACL,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;aAC9B;SACF;aAAM,IAAI,IAAI,CAAC,MAAM,EAAE,EAAE;YACxB,IAAI,IAAI,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,IAAI,KAAK,iEAAc,CAAC,KAAK,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,CAAC,EAAE;gBACvF,MAAM,GAAG,GAAG,IAAI,2DAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,IAAI,CAAC,QAAQ,CAAC,GAAG,GAAG,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;gBAC/G,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC;gBACzB,IAAI,IAAI,CAAC,SAAS,CAAC,MAAM,GAAG,CAAC,EAAE;oBAC7B,IAAI,CAAC,OAAO,CAAC,GAAG,IAAI,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC;oBAC1C,IAAI,CAAC,SAAS,CAAC,MAAM,GAAG,IAAI,CAAC,SAAS,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;iBACtD;gBACD,IAAI,IAAI,CAAC,SAAS,CAAC,KAAK,GAAG,CAAC,EAAE;oBAC5B,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC;oBAC1C,IAAI,CAAC,SAAS,CAAC,KAAK,GAAG,IAAI,CAAC,SAAS,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;iBACpD;aACF;iBAAM;gBACL,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;aACpC;YACD,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,WAAW,EAAE,GAAG,IAAI,CAAC;SAChD;aAAM;YACL,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;SACpC;IACH,CAAC;IAED,eAAe;QACb,IAAI,CAAC,YAAY,EAAE,CAAC;IACtB,CAAC;IAED,UAAU;QACR,IAAI,CAAC,wBAAwB,CAAC,YAAY,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IACtD,CAAC;IAED,KAAK,CAAC,MAAM;QACV,IAAI,CAAC,SAAS,CAAC,KAAK,IAAI,MAAM,CAAC;QAC/B,IAAI,CAAC,eAAe,EAAE,CAAC;IACzB,CAAC;IAED,MAAM,CAAC,MAAM;QACX,IAAI,CAAC,SAAS,CAAC,MAAM,IAAI,MAAM,CAAC;QAChC,IAAI,CAAC,eAAe,EAAE,CAAC;IACzB,CAAC;IAED,IAAI,CAAC,MAAM;QACT,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,MAAM,CAAC;QAC7B,IAAI,CAAC,eAAe,EAAE,CAAC;IACzB,CAAC;IAED,GAAG,CAAC,MAAM;QACR,IAAI,CAAC,QAAQ,CAAC,GAAG,IAAI,MAAM,CAAC;QAC5B,IAAI,CAAC,eAAe,EAAE,CAAC;IACzB,CAAC;IAEO,eAAe;QACrB,IAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,GAAG,CAAC,EAAE;YAC1B,IAAI,CAAC,QAAQ,CAAC,IAAI,GAAG,CAAC,CAAC;SACxB;QACD,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,GAAG,CAAC,EAAE;YACzB,IAAI,CAAC,QAAQ,CAAC,GAAG,GAAG,CAAC,CAAC;SACvB;QACD,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,GAAG,IAAI,CAAC,SAAS,CAAC,MAAM,GAAG,IAAI,CAAC,UAAU,EAAE;YAC/D,IAAI,CAAC,QAAQ,CAAC,GAAG,GAAG,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC;SAC7D;QACD,IAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC,KAAK,GAAG,IAAI,CAAC,SAAS,EAAE;YAC9D,IAAI,CAAC,QAAQ,CAAC,IAAI,GAAG,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC;SAC5D;IACH,CAAC;IAED,QAAQ,CAAC,MAAiB;QACxB,MAAM,CAAC,cAAc,EAAE,CAAC;QACxB,MAAM,CAAC,eAAe,EAAE,CAAC;IAC3B,CAAC;IAED,SAAS,CAAC,MAAiB;QACzB,MAAM,CAAC,cAAc,EAAE,CAAC;QACxB,IAAI,CAAC,WAAW,GAAG,mFAAK,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;QAClD,IAAI,MAAM,CAAC,YAAY,EAAE;YACvB,MAAM,CAAC,YAAY,CAAC,OAAO,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;SAC5C;IACH,CAAC;IAED,QAAQ,CAAC,MAAM;QACb,MAAM,CAAC,cAAc,EAAE,CAAC;QACxB,MAAM,QAAQ,GAAG,mFAAK,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;QAChD,IAAI,QAAQ,CAAC,CAAC,IAAI,QAAQ,CAAC,CAAC,IAAI,qBAAmB,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE;YACtE,MAAM,IAAI,GAAG,QAAQ,CAAC,CAAC,GAAG,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;YAC7C,MAAM,GAAG,GAAG,QAAQ,CAAC,CAAC,GAAG,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;YAC5C,IAAI,IAAI,CAAC,UAAU,EAAE,EAAE;gBACrB,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,IAAI,EAAE,GAAG,CAAC,EAAE;oBAClC,OAAO;iBACR;gBACD,IAAI,CAAC,WAAW,GAAG,EAAE,CAAC;gBACtB,KAAK,MAAM,KAAK,IAAI,IAAI,CAAC,MAAM,EAAE;oBAC/B,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC,IAAI,GAAG,IAAI,CAAC;oBAC/B,KAAK,CAAC,GAAG,GAAG,KAAK,CAAC,GAAG,GAAG,GAAG,CAAC;oBAC5B,IAAI,CAAC,WAAW,IAAI,KAAK,CAAC,IAAI,GAAG,GAAG,GAAG,KAAK,CAAC,GAAG,GAAG,GAAG,CAAC;iBACxD;aACF;iBAAM,IAAI,IAAI,CAAC,MAAM,EAAE,EAAE;gBACxB,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,IAAI,EAAE,GAAG,CAAC,EAAE;oBAClC,OAAO;iBACR;gBACD,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,IAAI,CAAC;gBAC3B,IAAI,CAAC,QAAQ,CAAC,GAAG,IAAI,GAAG,CAAC;gBACzB,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,IAAI,CAAC;gBAC9B,IAAI,CAAC,WAAW,CAAC,GAAG,IAAI,GAAG,CAAC;gBAC5B,IAAI,CAAC,SAAS,GAAG,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC,WAAW,CAAC,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC;gBAChI,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,WAAW,EAAE,GAAG,IAAI,CAAC;aAChD;iBAAM;gBACL,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,IAAI,CAAC;gBAC3B,IAAI,CAAC,QAAQ,CAAC,GAAG,IAAI,GAAG,CAAC;gBACzB,IAAI,CAAC,eAAe,EAAE,CAAC;aACxB;YACD,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,IAAI,CAAC;YAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,IAAI,GAAG,CAAC;YACxB,IAAI,CAAC,WAAW,GAAG,QAAQ,CAAC;SAC7B;IACH,CAAC;IAED,kBAAkB;QAChB,QAAQ,IAAI,CAAC,IAAI,EAAE;YACjB,KAAK,iEAAc,CAAC,IAAI,CAAC,EAAE;gBACzB,OAAO,iDAAiD,CAAC;YAC3D,KAAK,iEAAc,CAAC,cAAc,CAAC,EAAE;gBACnC,OAAO,8EAA8E,CAAC;YACxF,KAAK,iEAAc,CAAC,cAAc,CAAC,EAAE;gBACnC,OAAO,8EAA8E,CAAC;YACxF,KAAK,iEAAc,CAAC,cAAc,CAAC,EAAE;gBACnC,OAAO,2DAA2D,CAAC;YACrE,KAAK,iEAAc,CAAC,gBAAgB,CAAC,EAAE;gBACrC,OAAO,6DAA6D,CAAC;YACvE,KAAK,iEAAc,CAAC,KAAK,CAAC,EAAE;gBAC1B,OAAO,EAAE,CAAC;YACZ;gBACE,OAAO,8BAA8B,CAAC;SACzC;IACH,CAAC;IAED,sBAAsB;QACpB,OAAO,IAAI,CAAC,IAAI,KAAK,iEAAc,CAAC,cAAc,CAAC,EAAE,IAAI,IAAI,CAAC,IAAI,KAAK,iEAAc,CAAC,cAAc,CAAC,EAAE,CAAC;IAC1G,CAAC;IAED,iBAAiB;QACf,OAAO,IAAI,CAAC,IAAI,KAAK,iEAAc,CAAC,gBAAgB,CAAC,EAAE,CAAC;IAC1D,CAAC;IAED,QAAQ,CAAC,KAAa;QACpB,IAAI,CAAC,SAAS,GAAG,KAAK,CAAC;IACzB,CAAC;IAED,IAAI,CAAC,QAAkB;QACrB,IAAI,IAAI,CAAC,UAAU,EAAE,EAAE;YACrB,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC;SACzB;aAAM,IAAI,IAAI,CAAC,MAAM,EAAE,EAAE;YACxB,IAAI,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;YAC9B,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,WAAW,EAAE,GAAG,IAAI,CAAC;SAChD;QACD,IAAI,CAAC,wBAAwB,EAAE,CAAC;IAClC,CAAC;IAED,SAAS;QACP,OAAO;YACL,QAAQ,EAAE,SAAS;YACnB,cAAc,EAAE,CAAC;YACjB,cAAc,EAAE,CAAC;YACjB,IAAI,EAAE,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC,CAAC,yBAAyB,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC,CAAC,yBAAyB,CAAC,CAAC,CAAC,sBAAsB,CAAC,CAAC,GAAG,IAAI,CAAC,EAAE;YAC1I,OAAO,EAAE,gBAAgB;SAC1B,CAAC;IACJ,CAAC;IAED,UAAU;QACR,OAAO,IAAI,CAAC,IAAI,KAAK,iEAAc,CAAC,QAAQ,CAAC,EAAE,CAAC;IAClD,CAAC;IAEO,wBAAwB;QAC9B,MAAM,OAAO,GAAG,IAAI,2DAAQ,CAAC,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC,SAAS,CAAC,CAAC;QACjE,MAAM,WAAW,GAAG,IAAI,2DAAQ,CAAC,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC,SAAS,CAAC,CAAC;QACrE,IAAI,IAAI,CAAC,UAAU,EAAE,EAAE;YACrB,KAAK,MAAM,KAAK,IAAI,IAAI,CAAC,MAAM,EAAE;gBAC/B,OAAO,CAAC,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;gBAClD,OAAO,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC;gBAC/C,WAAW,CAAC,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,EAAE,WAAW,CAAC,IAAI,CAAC,CAAC;gBAC1D,WAAW,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;aACxD;SACF;aAAM;YACL,OAAO,CAAC,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;YACnE,OAAO,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,GAAG,EAAE,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC;YAChE,WAAW,CAAC,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;YACvE,WAAW,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,GAAG,EAAE,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC;SACrE;QACD,IAAI,CAAC,SAAS,CAAC,KAAK,GAAG,WAAW,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;QACvD,IAAI,CAAC,SAAS,CAAC,MAAM,GAAG,WAAW,CAAC,GAAG,GAAG,OAAO,CAAC,GAAG,CAAC;QACtD,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;IAED,cAAc,CAAC,eAAyB;QACtC,IAAI,CAAC,SAAS,CAAC,KAAK,GAAG,eAAe,CAAC,IAAI,GAAG,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC;QACjE,IAAI,CAAC,SAAS,CAAC,MAAM,GAAG,eAAe,CAAC,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC;IAClE,CAAC;IAED,SAAS;QACP,OAAO,IAAI,CAAC,SAAS,CAAC,MAAM,KAAK,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;IAC3F,CAAC;IAED,QAAQ;QACN,OAAO,IAAI,CAAC,SAAS,CAAC,KAAK,KAAK,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;IACzF,CAAC;IAEO,aAAa,CAAC,IAAY,EAAE,GAAW;QAC7C,OAAO,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,IAAI,CAAC,OAAO,CAAC,GAAG,GAAG,GAAG,GAAG,CAAC;YACjE,IAAI,CAAC,OAAO,CAAC,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC,SAAS,CAAC,MAAM,GAAG,IAAI,CAAC,UAAU;YAChE,IAAI,CAAC,OAAO,CAAC,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC,KAAK,GAAG,IAAI,CAAC,SAAS,CAAC,CAAC;IACtE,CAAC;IAED,OAAO;QACL,OAAO,IAAI,CAAC,IAAI,KAAK,iEAAc,CAAC,KAAK,CAAC,EAAE,CAAC;IAC/C,CAAC;IAED,KAAK;QACH,OAAO,IAAI,CAAC,IAAI,KAAK,iEAAc,CAAC,QAAQ,CAAC,EAAE;YAC7C,IAAI,CAAC,IAAI,KAAK,iEAAc,CAAC,QAAQ,CAAC,EAAE;YACxC,IAAI,CAAC,IAAI,KAAK,iEAAc,CAAC,KAAK,CAAC,EAAE,CAAC;IAC1C,CAAC;IAED,UAAU;QACR,OAAO,IAAI,CAAC,IAAI,KAAK,iEAAc,CAAC,QAAQ,CAAC,EAAE,CAAC;IAClD,CAAC;IAED,mBAAmB;QACjB,OAAO,EAAC,WAAW,EAAE,MAAM,EAAC;IAC9B,CAAC;IAED,MAAM;QACJ,OAAO,IAAI,CAAC,IAAI,KAAK,iEAAc,CAAC,QAAQ,CAAC,EAAE;YAC7C,IAAI,CAAC,IAAI,KAAK,iEAAc,CAAC,KAAK,CAAC,EAAE,CAAC;IAC1C,CAAC;IAEO,cAAc,CAAC,QAAkB;QACvC,IAAI,CAAC,WAAW,GAAG,2DAAQ,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;QAC5C,IAAI,CAAC,SAAS,GAAG,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC,WAAW,CAAC,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC;IAClI,CAAC;IAEO,QAAQ,CAAC,QAAkB;QACjC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAC3B,IAAI,CAAC,WAAW,IAAI,QAAQ,CAAC,IAAI,GAAG,GAAG,GAAG,QAAQ,CAAC,GAAG,GAAG,GAAG,CAAC;IAC/D,CAAC;IAEO,WAAW;QACjB,MAAM,EAAE,GAAG,IAAI,CAAC,QAAQ,CAAC,IAAI,GAAG,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC;QACtD,MAAM,EAAE,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,GAAG,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC;QACpD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,CAAC,CAAC;IAClD,CAAC;IAED,MAAM;QACJ,OAAO,MAAM,GAAG,MAAM,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC5C,CAAC;IAED,IAAI;QACF,OAAO,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC,CAAC,MAAM,GAAG,MAAM,CAAC,QAAQ,GAAG,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC;IACvE,CAAC;IAED,QAAQ;QACN,OAAO,IAAI,CAAC,WAAW,EAAE,GAAG,CAAC,CAAC;IAChC,CAAC;IAED,MAAM;QACJ,OAAO,IAAI,CAAC,IAAI,KAAK,iEAAc,CAAC,UAAU,CAAC,EAAE,IAAI,IAAI,CAAC,IAAI,KAAK,iEAAc,CAAC,SAAS,CAAC,EAAE,CAAC;IACjG,CAAC;IAED,aAAa;QACX,MAAM,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC;QAC1B,MAAM,UAAU,GAAG,wFAAU,CAAC,OAAO,EAAE,CAAC;QACxC,IAAI,CAAC,EAAE;YACL,UAAU,CAAC,QAAQ,GAAG,CAAC,CAAC,QAAQ,CAAC;YACjC,UAAU,CAAC,IAAI,GAAG,CAAC,CAAC,IAAI,CAAC;YACzB,UAAU,CAAC,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;SAC5B;QACD,OAAO,UAAU,CAAC;IACpB,CAAC;IAED,cAAc,CAAC,MAAkB;QAC/B,IAAI,CAAC,UAAU,CAAC,QAAQ,GAAG,MAAM,CAAC,QAAQ,CAAC;QAC3C,IAAI,CAAC,UAAU,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC;QACnC,IAAI,CAAC,UAAU,CAAC,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;IACvC,CAAC;IAED,MAAM;QACJ,IAAI,CAAC,wBAAwB,CAAC,MAAM,CAAC,IAAI,mEAAgB,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC;IACtE,CAAC;IAED,YAAY;QACV,MAAM,SAAS,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC;QAC5C,OAAO,IAAI,CAAC,SAAS,CAAC,KAAK,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,KAAK,GAAG,SAAS,CAAC,GAAG,GAAG,CAAC;IACzF,CAAC;IAED,WAAW;QACT,OAAO,sFAAQ,CAAC,cAAc,CAAC;IACjC,CAAC;IAED,UAAU;QACR,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,IAAI,oEAAiB,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC;IACzE,CAAC;IAEO,YAAY;QAClB,IAAI,IAAI,CAAC,MAAM,EAAE,IAAI,IAAI,CAAC,iBAAiB,EAAE,EAAE;YAC7C,UAAU,CAAC,GAAG,EAAE;gBACd,MAAM,OAAO,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC;gBAC3B,IAAI,OAAO,EAAE;oBACX,OAAO,CAAC,KAAK,EAAE,CAAC;iBACjB;YACH,CAAC,EAAE,GAAG,CAAC,CAAC;SACT;IACH,CAAC;IAED,cAAc,CAAC,GAAQ,EAAE,QAAa;QACpC,IAAI,CAAC,SAAS,CAAC,MAAM,GAAG,OAAO,KAAK,GAAG,CAAC,CAAC,CAAC,QAAQ,CAAC,YAAY,GAAG,IAAI,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,YAAY,CAAC;QACnH,IAAI,CAAC,SAAS,CAAC,KAAK,GAAG,QAAQ,CAAC,WAAW,CAAC;IAC9C,CAAC;IAED,QAAQ,CAAC,MAAa;QACpB,IAAI,CAAC,wBAAwB,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;IACnD,CAAC;IAED,iBAAiB;QACf,MAAM,cAAc,GAAG,IAAI,iEAAc,EAAE,CAAC;QAC5C,cAAc,CAAC,EAAE,GAAG,IAAI,CAAC,EAAE,CAAC;QAC5B,cAAc,CAAC,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC;QACrC,cAAc,CAAC,SAAS,GAAG,QAAQ,CAAC,mFAAK,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC,GAAG,EAAE,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC;QAC7F,cAAc,CAAC,QAAQ,GAAG,IAAI,CAAC,UAAU,CAAC,QAAQ,CAAC;QACnD,cAAc,CAAC,IAAI,GAAG,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC;QAC3C,cAAc,CAAC,IAAI,GAAG,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC;QACxC,cAAc,CAAC,GAAG,GAAG,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC;QACtC,cAAc,CAAC,MAAM,GAAG,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC;QAC9C,cAAc,CAAC,KAAK,GAAG,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC;QAC5C,cAAc,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC;QAC5C,cAAc,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;QAChC,cAAc,CAAC,OAAO,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC;QAC3C,OAAO,cAAc,CAAC;IACxB,CAAC;IAEO,UAAU;QAChB,IAAI,OAAO,GAAG,GAAG,CAAC;QAClB,IAAI,IAAI,CAAC,IAAI,KAAK,iEAAc,CAAC,QAAQ,CAAC,EAAE,EAAE;YAC5C,IAAI,KAAK,GAAG,CAAC,CAAC;YACd,IAAI,SAAS,GAAG,CAAC,EAAE,SAAS,GAAG,CAAC,CAAC;YACjC,KAAK,MAAM,KAAK,IAAI,IAAI,CAAC,MAAM,EAAE;gBAC/B,IAAI,KAAK,KAAK,CAAC,EAAE;oBACf,OAAO,IAAI,KAAK,CAAC,IAAI,GAAG,GAAG,GAAG,KAAK,CAAC,GAAG,GAAG,GAAG,CAAC;oBAC9C,KAAK,GAAG,CAAC,CAAC;iBACX;qBAAM;oBACL,SAAS,GAAG,KAAK,CAAC,IAAI,GAAG,SAAS,CAAC;oBACnC,SAAS,GAAG,KAAK,CAAC,GAAG,GAAG,SAAS,CAAC;oBAClC,OAAO,IAAI,SAAS,GAAG,GAAG,GAAG,SAAS,GAAG,GAAG,CAAC;iBAC9C;gBACD,SAAS,GAAG,KAAK,CAAC,IAAI,CAAC;gBACvB,SAAS,GAAG,KAAK,CAAC,GAAG,CAAC;aACvB;SACF;aAAM,IAAI,IAAI,CAAC,IAAI,KAAK,iEAAc,CAAC,QAAQ,CAAC,EAAE,IAAI,IAAI,CAAC,IAAI,KAAK,iEAAc,CAAC,KAAK,CAAC,EAAE,EAAE;YAC5F,OAAO,IAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,GAAG,GAAG,CAAC;YAC9D,OAAO,IAAI,IAAI,CAAC,WAAW,CAAC,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,WAAW,CAAC,GAAG,GAAG,GAAG,CAAC;SACrE;aAAM;YACL,OAAO,GAAG,EAAE,CAAC;SACd;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;CACF;;YA9Y+C,kFAAuB;YACvB,kFAAuB;YACtB,oFAAwB;;AAxB5D,mBAAmB;IAL/B,+DAAS,CAAC;QACT,QAAQ,EAAE,eAAe;QACzB,wLAA0C;;KAE3C,CAAC;2EAuB8C,kFAAuB;QACvB,kFAAuB;QACtB,oFAAwB;GAxB5D,mBAAmB,CAoa/B;AApa+B;;;;;;;;;;;;;ACtBhC;AAAA;AAAA;AAAyC;AAGlC,MAAM,wBAAwB;IAMnC;QALQ,cAAS,GAA+B,IAAI,4CAAO,EAAE,CAAC;QAC7C,uBAAkB,GAAkC,IAAI,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC;QAC3F,wBAAmB,GAAqB,IAAI,4CAAO,EAAE,CAAC;QAC7C,uBAAkB,GAAwB,IAAI,CAAC,mBAAmB,CAAC,YAAY,EAAE,CAAC;IAGnG,CAAC;IAED,IAAI,iBAAiB;QACnB,OAAO,IAAI,CAAC,kBAAkB,CAAC;IACjC,CAAC;IAED,OAAO,CAAC,EAAqB;QAC3B,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAC1B,CAAC;IAED,IAAI,iBAAiB;QACnB,OAAO,IAAI,CAAC,kBAAkB,CAAC;IACjC,CAAC;IAED,UAAU,CAAC,OAAgB;QACzB,IAAI,CAAC,mBAAmB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IACzC,CAAC;CAEF;;;;;;;;;;;;AC5BD,sCAAsC,uBAAuB,aAAa,cAAc,8BAA8B,iBAAiB,yBAAyB,kBAAkB,iBAAiB,eAAe,iCAAiC,kCAAkC,mCAAmC,GAAG,wCAAwC,iBAAiB,iBAAiB,yBAAyB,kBAAkB,8BAA8B,mBAAmB,8BAA8B,gCAAgC,GAAG,8CAA8C,wBAAwB,2BAA2B,sBAAsB,oBAAoB,GAAG,2DAA2D,wBAAwB,oBAAoB,oBAAoB,sBAAsB,GAAG,wCAAwC,yBAAyB,kBAAkB,iCAAiC,kCAAkC,mCAAmC,8BAA8B,gCAAgC,8BAA8B,8BAA8B,GAAG,gEAAgE,yBAAyB,kBAAkB,iCAAiC,kCAAkC,mCAAmC,6BAA6B,oCAAoC,8BAA8B,gCAAgC,mBAAmB,iBAAiB,kBAAkB,qBAAqB,GAAG,sEAAsE,oBAAoB,wBAAwB,GAAG,+EAA+E,oBAAoB,GAAG,oFAAoF,sBAAsB,GAAG,+CAA+C,unJ;;;;;;;;;;;;;;;;;;;ACAl0D;AACN;AAC3B;AAO5C,IAAa,qBAAqB,GAAlC,MAAa,qBAAqB;IAQhC,YAAoB,yBAAmD;QAAnD,8BAAyB,GAAzB,yBAAyB,CAA0B;QAJ7D,kBAAa,GAAG,IAAI,0DAAY,EAAW,CAAC;IAKtD,CAAC;IAED,QAAQ;IACR,CAAC;IAED,UAAU;QACR,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAChC,CAAC;IAED,UAAU;QACR,IAAI,CAAC,cAAc,GAAG,IAAI,0DAAO,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;IACvD,CAAC;IAED,YAAY;QACV,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC;IAC7B,CAAC;IAED,UAAU;QACR,IAAI,CAAC,yBAAyB,CAAC,UAAU,CAAC,0DAAO,CAAC,MAAM,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC;QAC/E,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC;IAC7B,CAAC;CACF;;YAtBgD,oFAAwB;;AAP9D;IAAR,2DAAK,EAAE;;uDAAc;AACb;IAAR,2DAAK,EAAE;;2DAAsB;AAEpB;IAAT,4DAAM,EAAE;;4DAA6C;AAJ3C,qBAAqB;IALjC,+DAAS,CAAC;QACT,QAAQ,EAAE,kBAAkB;QAC5B,iMAA6C;;KAE9C,CAAC;2EAS+C,oFAAwB;GAR5D,qBAAqB,CA8BjC;AA9BiC;;;;;;;;;;;;ACTlC,+BAA+B,yBAAyB,kBAAkB,iCAAiC,kCAAkC,mCAAmC,iBAAiB,oBAAoB,mBAAmB,sBAAsB,GAAG,gCAAgC,yBAAyB,kBAAkB,GAAG,sCAAsC,wBAAwB,2BAA2B,GAAG,yCAAyC,sBAAsB,GAAG,2BAA2B,qBAAqB,GAAG,wBAAwB,mBAAmB,qBAAqB,GAAG,+CAA+C,2zD;;;;;;;;;;;;;;;;;;ACA3lB;AACX;AAO5C,IAAa,gBAAgB,GAA7B,MAAa,gBAAgB;IAI3B;IACA,CAAC;IAED,QAAQ;IACR,CAAC;IAED,OAAO;QACL,MAAM,IAAI,GAAG,IAAI,CAAC,GAAG,EAAE,GAAG,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC;QAC5C,MAAM,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,GAAG,CAAC,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC;QAClD,IAAI,KAAK,GAAG,CAAC,EAAE;YACb,OAAO,QAAQ,GAAG,KAAK,GAAG,YAAY,CAAC;SACxC;QACD,MAAM,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,GAAG,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC;QAC3C,IAAI,GAAG,GAAG,CAAC,EAAE;YACX,OAAO,QAAQ,GAAG,GAAG,GAAG,cAAc,CAAC;SACxC;QACD,MAAM,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,GAAG,IAAI,CAAC,CAAC;QACpC,IAAI,GAAG,GAAG,CAAC,EAAE;YACX,OAAO,QAAQ,GAAG,GAAG,GAAG,cAAc,CAAC;SACxC;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC;IAC3B,CAAC;CACF;AAxBU;IAAR,2DAAK,EAAE;oEAAU,0DAAO;iDAAC;AAFf,gBAAgB;IAL5B,+DAAS,CAAC;QACT,QAAQ,EAAE,YAAY;QACtB,+KAAuC;;KAExC,CAAC;;GACW,gBAAgB,CA0B5B;AA1B4B;;;;;;;;;;;;ACR7B,mCAAmC,yBAAyB,kBAAkB,iCAAiC,kCAAkC,mCAAmC,6BAA6B,oCAAoC,8BAA8B,gCAAgC,sBAAsB,iBAAiB,oBAAoB,GAAG,+BAA+B,yBAAyB,kBAAkB,qBAAqB,iBAAiB,0BAA0B,sCAAsC,GAAG,+CAA+C,yCAAyC,sBAAsB,8BAA8B,GAAG,iEAAiE,8BAA8B,GAAG,kDAAkD,kCAAkC,8BAA8B,GAAG,oEAAoE,8BAA8B,GAAG,4BAA4B,gBAAgB,iBAAiB,8BAA8B,GAAG,4BAA4B,gBAAgB,kBAAkB,8BAA8B,qBAAqB,GAAG,+CAA+C,m8G;;;;;;;;;;;;;;;;;;;;ACAnqC;AACjC;AACX;AAEjC,MAAM,CAAC,GAAG,mCAAM,CAAC;AAOjB,IAAa,sBAAsB,GAAnC,MAAa,sBAAsB;IAMjC;QAHU,eAAU,GAAG,IAAI,0DAAY,EAAW,CAAC;QACzC,kBAAa,GAAG,IAAI,0DAAY,EAAW,CAAC;IAGtD,CAAC;IAED,QAAQ;QACN,UAAU,CAAC,GAAG,EAAE;YACd,MAAM,OAAO,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC;YAC3B,IAAI,OAAO,EAAE;gBACX,OAAO,CAAC,KAAK,EAAE,CAAC;aACjB;QACH,CAAC,EAAE,GAAG,CAAC,CAAC;IACV,CAAC;IAED,YAAY;QACV,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IACrC,CAAC;IAED,YAAY;QACV,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAChC,CAAC;IAED,QAAQ,CAAC,KAAa;QACpB,IAAI,CAAC,OAAO,CAAC,IAAI,GAAG,KAAK,CAAC;IAC5B,CAAC;IAED,QAAQ,CAAC,KAAa;QACpB,IAAI,CAAC,OAAO,CAAC,QAAQ,GAAG,KAAK,CAAC;IAChC,CAAC;CACF;AAhCU;IAAR,2DAAK,EAAE;oEAAU,0DAAO;uDAAC;AAEhB;IAAT,4DAAM,EAAE;;0DAA0C;AACzC;IAAT,4DAAM,EAAE;;6DAA6C;AAJ3C,sBAAsB;IALlC,+DAAS,CAAC;QACT,QAAQ,EAAE,mBAAmB;QAC7B,oMAA8C;;KAE/C,CAAC;;GACW,sBAAsB,CAiClC;AAjCkC;;;;;;;;;;;;;ACXnC;AAAA;AAAA;AAAyC;AAGlC,MAAM,uBAAuB;IAIlC;QAHQ,cAAS,GAA8B,IAAI,4CAAO,EAAE,CAAC;QAC5C,sBAAiB,GAAiC,IAAI,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC;IAGjG,CAAC;IAED,IAAI,gBAAgB;QAClB,OAAO,IAAI,CAAC,iBAAiB,CAAC;IAChC,CAAC;IAED,MAAM,CAAC,EAAoB;QACzB,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAC1B,CAAC;CACF;;;;;;;;;;;;;ACjBD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAwC;AACO;AACC;AACR;AACC;AACZ;;;;;;;;;;;;ACL7B,yBAAyB,kCAAkC,GAAG,kCAAkC,+BAA+B,GAAG,YAAY,iBAAiB,8BAA8B,yBAAyB,kBAAkB,GAAG,mBAAmB,yBAAyB,kBAAkB,gBAAgB,GAAG,cAAc,cAAc,iBAAiB,gBAAgB,sBAAsB,gBAAgB,qBAAqB,wBAAwB,kBAAkB,mBAAmB,iBAAiB,uBAAuB,GAAG,sBAAsB,mBAAmB,4BAA4B,gBAAgB,qBAAqB,oBAAoB,iBAAiB,GAAG,eAAe,mBAAmB,8BAA8B,oBAAoB,GAAG,iBAAiB,gBAAgB,iCAAiC,GAAG,oCAAoC,mBAAmB,GAAG,qCAAqC,mBAAmB,GAAG,2CAA2C,mBAAmB,GAAG,sCAAsC,mBAAmB,GAAG,sCAAsC,mBAAmB,GAAG,kHAAkH,mBAAmB,GAAG,6CAA6C,mBAAmB,GAAG,gCAAgC,oBAAoB,sBAAsB,mBAAmB,iBAAiB,GAAG,uCAAuC,8BAA8B,eAAe,GAAG,+CAA+C,29K;;;;;;;;;;;;;;;;;;;ACAn9C;AAMhD;AAEhD,MAAM,MAAM;;AACV,YAAK,GAAG,OAAO,CAAC;AAChB,aAAM,GAAG,QAAQ,CAAC;AAQ3B,IAAa,qBAAqB,GAAlC,MAAa,qBAAqB;IAShC,YAAoB,aAA2B,EAC3B,kBAA2C;QAD3C,kBAAa,GAAb,aAAa,CAAc;QAC3B,uBAAkB,GAAlB,kBAAkB,CAAyB;QARrD,WAAM,GAAG,IAAI,0DAAY,EAAU,CAAC;QACpC,iBAAY,GAAG,IAAI,0DAAY,EAAU,CAAC;QAC1C,eAAU,GAAG,IAAI,0DAAY,EAAW,CAAC;QACnD,UAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAErB,mBAAc,GAAG,IAAI,CAAC;IAItB,CAAC;IAED,QAAQ;IACR,CAAC;IAED,aAAa;QACX,OAAO,sFAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC,CAAC,IAAI,CAAC;IAClD,CAAC;IAED,SAAS;QACP,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QAC7B,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,0FAAY,CAAC,WAAW,CAAC,CAAC;IACpD,CAAC;IAED,OAAO;QACL,OAAO,IAAI,CAAC,KAAK,KAAK,MAAM,CAAC,KAAK,CAAC;IACrC,CAAC;IAED,SAAS;QACP,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QAC7B,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAC7B,CAAC;IAED,SAAS,CAAC,GAAW;QACnB,IAAG,IAAI,CAAC,cAAc,EAAC;YACrB,OAAM;SACP;QACD,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,GAAG,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,GAAG,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,EAAE;YACtF,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;YAC7B,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;SAC7B;aAAM;YACL,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,0FAAY,CAAC,YAAY,CAAC,CAAC;YACnD,IAAI,CAAC,kBAAkB,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC;SACpD;IACH,CAAC;IAED,aAAa,CAAC,GAAW;QACvB,IAAI,CAAC,cAAc,GAAG,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,MAAM,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;IACtD,CAAC;IAED,WAAW,CAAC,OAAsB;QAChC,IAAI,IAAI,CAAC,QAAQ,EAAE;YACjB,IAAI,CAAC,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC;SAC5B;aAAM;YACL,IAAI,CAAC,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;SAC3B;IACH,CAAC;CACF;;YAjDoC,0FAAY;YACP,qGAAuB;;AATtD;IAAR,2DAAK,EAAE;;oDAAe;AACb;IAAT,4DAAM,EAAE;;qDAAqC;AACpC;IAAT,4DAAM,EAAE;;2DAA2C;AAC1C;IAAT,4DAAM,EAAE;;yDAA0C;AAE1C;IAAR,2DAAK,EAAE;;uDAAkB;AANf,qBAAqB;IALjC,+DAAS,CAAC;QACT,QAAQ,EAAE,mBAAmB;QAC7B,oMAA8C;;KAE/C,CAAC;2EAUmC,0FAAY;QACP,qGAAuB;GAVpD,qBAAqB,CA0DjC;AA1DiC;;;;;;;;;;;;AClBlC,kHAAkH,WAAW,2DAA2D,GAAG,yBAAyB,2BAA2B,iCAAiC,kCAAkC,8BAA8B,GAAG,kCAAkC,8BAA8B,GAAG,8BAA8B,uCAAuC,GAAG,qCAAqC,2BAA2B,GAAG,2CAA2C,4BAA4B,GAAG,YAAY,+BAA+B,iCAAiC,iBAAiB,gBAAgB,oBAAoB,WAAW,cAAc,YAAY,aAAa,GAAG,WAAW,yBAAyB,kBAAkB,iCAAiC,kCAAkC,mCAAmC,6BAA6B,oCAAoC,8BAA8B,gCAAgC,iBAAiB,GAAG,wBAAwB,iBAAiB,eAAe,iCAAiC,yBAAyB,kBAAkB,0BAA0B,iCAAiC,kCAAkC,mCAAmC,uBAAuB,wBAAwB,yBAAyB,GAAG,oBAAoB,yBAAyB,kBAAkB,gBAAgB,GAAG,gBAAgB,8BAA8B,yBAAyB,kBAAkB,mCAAmC,kCAAkC,gCAAgC,gBAAgB,iBAAiB,GAAG,iBAAiB,8BAA8B,gBAAgB,iBAAiB,yBAAyB,kBAAkB,0BAA0B,iCAAiC,kCAAkC,mCAAmC,6BAA6B,oCAAoC,uBAAuB,GAAG,cAAc,yBAAyB,kBAAkB,oBAAoB,GAAG,gBAAgB,gBAAgB,iBAAiB,GAAG,cAAc,yBAAyB,kBAAkB,8BAA8B,gCAAgC,gBAAgB,GAAG,kBAAkB,8BAA8B,gBAAgB,GAAG,QAAQ,yBAAyB,kBAAkB,oBAAoB,GAAG,WAAW,gBAAgB,GAAG,iBAAiB,yBAAyB,kBAAkB,2BAA2B,yBAAyB,gBAAgB,0BAA0B,sCAAsC,GAAG,SAAS,yBAAyB,kBAAkB,2BAA2B,kCAAkC,0BAA0B,sCAAsC,GAAG,gCAAgC,2BAA2B,GAAG,8BAA8B,kBAAkB,mCAAmC,oCAAoC,qCAAqC,KAAK,uCAAuC,kBAAkB,oCAAoC,KAAK,oCAAoC,6BAA6B,8BAA8B,6BAA6B,KAAK,0DAA0D,0CAA0C,KAAK,iCAAiC,8BAA8B,kBAAkB,KAAK,yCAAyC,iCAAiC,KAAK,GAAG,+CAA+C,+tS;;;;;;;;;;;;;;;;;;;;;;;;ACAviH;AACnB;AAOsB;AACa;AACb;AAIvD,MAAM,CAAC,GAAG,mCAAM,CAAC;AAEV,MAAM,KAAK;;AACT,WAAK,GAAG,OAAO,CAAC;AAChB,YAAM,GAAG,QAAQ,CAAC;AAGpB,MAAM,SAAS;IAAtB;QAEE,WAAM,GAAG,KAAK,CAAC;IACjB,CAAC;CAAA;AAOD,IAAa,sBAAsB,GAAnC,MAAa,sBAAsB;IAoBjC,YAAoB,kBAAqC,EACrC,aAAsC,EAC9C,kBAAsC,EACtC,kBAAsC,EAC9B,aAA2B,EAC3B,oBAAyC,EACzC,WAAoC,EAC5C,eAAgC;QAPxB,uBAAkB,GAAlB,kBAAkB,CAAmB;QACrC,kBAAa,GAAb,aAAa,CAAyB;QAGtC,kBAAa,GAAb,aAAa,CAAc;QAC3B,yBAAoB,GAApB,oBAAoB,CAAqB;QACzC,gBAAW,GAAX,WAAW,CAAyB;QAzBxD,UAAK,GAAgB,EAAE,CAAC;QACxB,qBAAgB,GAAG,0FAAY,CAAC,WAAW,CAAC;QAC5C,gBAAW,GAAiC,IAAI,GAAG,EAA2B,CAAC;QAC/E,SAAI,GAAiC,IAAI,GAAG,EAA2B,CAAC;QAGxE,UAAK,GAAG,KAAK,CAAC,KAAK,CAAC;QACpB,WAAM,GAAG,KAAK,CAAC,MAAM,CAAC;QACtB,kBAAa,GAAW,SAAS,CAAC;QAClC,mBAAc,GAAW,SAAS,CAAC;QACnC,sBAAiB,GAAG,KAAK,CAAC;QAC1B,uBAAkB,GAAG,KAAK,CAAC;QAC3B,eAAU,GAAG,CAAC,CAAC;QAEf,aAAQ,GAAG,OAAO,CAAC;QACnB,cAAS,GAAG,QAAQ,CAAC;QACrB,cAAS,GAAG,IAAI,CAAC,QAAQ,CAAC;QAC1B,sBAAiB,GAAG,IAAI,CAAC;QAUvB,aAAa,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC,MAAM,EAAE,EAAE;YAC/C,IAAI,CAAC,gBAAgB,GAAG,MAAM,CAAC;QACjC,CAAC,CAAC,CAAC;QAEH,kBAAkB,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC,IAAY,EAAE,EAAE;YACzD,IAAI,IAAI,CAAC,gBAAgB,CAAC,sBAAsB,KAAK,CAAC,EAAE;gBACtD,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;gBACpC,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;aACtC;QACH,CAAC,CAAC,CAAC;QAEH,kBAAkB,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC,OAAO,EAAE,EAAE;YACrD,MAAM,MAAM,GAAG,IAAI,CAAC,WAAW,CAAC;YAChC,IAAI,CAAC,UAAU,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;YAC9B,IAAI,OAAO,EAAE;gBACX,IAAI,CAAS,CAAC;gBACd,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;oBACnC,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,GAAoB,EAAE,EAAE;wBACzG,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC;wBACnC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;oBACrB,CAAC,CAAC,CAAC;iBACJ;aACF;QACH,CAAC,CAAC,CAAC;QAEH,oBAAoB,CAAC,eAAe,CAAC,SAAS,CAAC,CAAC,KAAa,EAAE,EAAE;YAC/D,IAAI,CAAC,SAAS,GAAG,KAAK,CAAC;QACzB,CAAC,CAAC,CAAC;QAEH,eAAe,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC,IAAY,EAAE,EAAE;YACpD,IAAI,mBAAmB,GAAG,EAAE,CAAC;YAC7B,IAAI,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE;gBACpC,mBAAmB,GAAG,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,IAAI,CAAC;aAC7D;iBAAM,IAAI,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE;gBAC5C,mBAAmB,GAAG,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC;aAC9D;YACD,IAAI,CAAC,UAAU,CAAC,mBAAmB,EAAE,IAAI,EAAE,0FAAY,CAAC,gBAAgB,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC;QAC9F,CAAC,CAAC,CAAC;IACL,CAAC;IAED,IAAI,YAAY;QACd,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;IACrE,CAAC;IAEO,UAAU,CAAC,KAAa,EAAE,IAAa;QAC7C,IAAI,KAAK,KAAK,IAAI,CAAC,KAAK,EAAE;YACxB,IAAI,CAAC,iBAAiB,GAAG,IAAI,CAAC;SAC/B;aAAM;YACL,IAAI,CAAC,kBAAkB,GAAG,IAAI,CAAC;SAChC;IACH,CAAC;IAED,IAAI,aAAa;QACf,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC;IACtE,CAAC;IAED,SAAS,CAAC,MAAc;QACtB,IAAI,CAAC,kBAAkB,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,SAAS,CAAC,CAAC,KAAkB,EAAE,EAAE;YACzE,IAAI,OAAe,CAAC;YACpB,IAAI,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE;gBACpC,OAAO,GAAG,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,CAAC;aAClE;iBAAM,IAAI,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE;gBAC5C,OAAO,GAAG,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,CAAC;aACnE;YAED,IAAI,OAAO,EAAE;gBACX,KAAK,GAAG,KAAK,CAAC,MAAM,CAAC,UAAU,KAAK;oBAClC,OAAO,KAAK,CAAC,SAAS,IAAI,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,KAAK,OAAO,CAAC;gBACpE,CAAC,CAAC,CAAC;aACJ;YACD,IAAI,CAAC,KAAK,GAAG,KAAK,IAAI,EAAE,CAAC;QAC3B,CAAC,CAAC,CAAC;IACL,CAAC;IAED,UAAU,CAAC,MAAc,EAAE,QAAgB,EAAE,OAAe,EAAE,KAAa;QACzE,IAAI,CAAC,UAAU,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;QAC7B,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,QAAQ,EAAE,KAAK,CAAC,CAAC;QACtC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;QACnB,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAClC,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;IACxB,CAAC;IAEO,OAAO,CAAC,MAAc,EAAE,QAAgB,EAAE,KAAa;QAC7D,MAAM,WAAW,GAAG,EAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAC,CAAC;QACvD,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,KAAK,EAAE,WAAW,CAAC,CAAC;QACzC,IAAI,CAAC,kBAAkB,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,IAAqB,EAAE,EAAE;YAC9E,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;YAC3B,IAAI,IAAI,EAAE;gBACR,MAAM,sBAAsB,GAAG,IAAI,CAAC,gBAAgB,CAAC,sBAAsB,CAAC;gBAC5E,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;gBACrD,IAAI,sBAAsB,GAAG,CAAC,EAAE;oBAC9B,IAAI,CAAC,YAAY,CAAC,KAAK,EAAE,CAAC,EAAE,sBAAsB,GAAG,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,sBAAsB,CAAC,CAAC;iBAClH;aACF;YACD,IAAI,CAAC,eAAe,EAAE,CAAC;YACvB,IAAI,CAAC,UAAU,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;QAChC,CAAC,CACF,CAAC;IACJ,CAAC;IAED,SAAS,CAAC,KAAa;QACrB,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;QACtB,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;QAC/B,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC;QACnB,IAAI,CAAC,iBAAiB,GAAG,IAAI,CAAC;QAC9B,IAAI,CAAC,oBAAoB,CAAC,eAAe,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IAC3D,CAAC;IAEO,SAAS,CAAC,KAAK;QACrB,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE;YACjC,OAAO;SACR;QACD,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;QACxB,IAAI,KAAK,KAAK,IAAI,CAAC,KAAK,EAAE;YACxB,IAAI,CAAC,aAAa,GAAG,SAAS,CAAC;SAChC;aAAM;YACL,IAAI,CAAC,cAAc,GAAG,SAAS,CAAC;SACjC;IACH,CAAC;IAED,YAAY,CAAC,KAAa,EAAE,KAAa,EAAE,GAAW;QACpD,KAAK,IAAI,CAAC,GAAG,KAAK,EAAE,CAAC,IAAI,GAAG,EAAE,CAAC,EAAE,EAAE;YACjC,IAAI,CAAC,kBAAkB,CAAC,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,IAAe,EAAE,EAAE;gBAC7F,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC;YAC3C,CAAC,CAAC,CAAC;SACJ;IACH,CAAC;IAED,MAAM,CAAC,MAAc;QACnB,MAAM,MAAM,GAAG,IAAI,CAAC,WAAW,CAAC;QAChC,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,GAAoB,EAAE,EAAE;YAClG,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC;YACnC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;QACrB,CAAC,CAAC,CAAC;IACL,CAAC;IAED,eAAe;QACb,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,gBAAgB,EAAE,CAAC;QAC7C,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,iBAAiB,EAAE,CAAC;IACjD,CAAC;IAED,iBAAiB;QACf,MAAM,eAAe,GAAG,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;QACzF,OAAO,eAAe,CAAC,CAAC,CAAC,eAAe,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;IAC9E,CAAC;IAED,gBAAgB;QACd,MAAM,eAAe,GAAG,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;QACxF,OAAO,eAAe,CAAC,CAAC,CAAC,eAAe,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;IAC9E,CAAC;IAEO,YAAY,CAAC,KAAa,EAAE,IAAY;QAC9C,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE;YACzB,OAAM;SACP;QACD,KAAK,IAAI,CAAC,GAAG,IAAI,EAAE,CAAC,GAAG,IAAI,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE;YACpC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,UAAU,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,EAAE;gBAC5E,IAAI,CAAC,YAAY,CAAC,KAAK,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;aAChC;SACF;IACH,CAAC;IAED,OAAO;QACL,IAAI,IAAI,CAAC,WAAW,CAAC,IAAI,KAAK,CAAC,EAAE;YAC/B,OAAO;SACR;QACD,IAAI,CAAC,iBAAiB,GAAG,KAAK,CAAC;QAC/B,MAAM,GAAG,GAAG,EAAE,CAAC;QACf,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC;QAC3C,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QAC5C,IAAI,CAAC,kBAAkB,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,SAAS,CAAC,CAAC,MAAqB,EAAE,EAAE;YACvE,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;YAErB,MAAM,iBAAiB,GAAG,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC;YAEzF,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,OAAO,CAAE,CAAC,MAAM,EAAE,EAAE;gBACtC,MAAM,CAAC,EAAE,GAAG,IAAI,CAAC,qBAAqB,EAAE,CAAC;gBACzC,MAAM,WAAW,GAAG,iBAAiB,CAAC,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,GAAG,CAAC,CAAC;gBACpF,MAAM,CAAC,QAAQ,CAAC,EAAE,GAAG,iBAAiB,CAAC,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,GAAG,CAAC,CAAC;gBACrF,IAAG,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,OAAO,EAAC;oBACzC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,OAAO,GAAG,EAAE,CAAC;iBAC7C;gBACD,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;gBACpD,MAAM,CAAC,UAAU,GAAG;oBAClB,CAAC,EAAG,MAAM,CAAC,GAAG,CAAC,CAAC,GAAG,GAAG,GAAG,MAAM,CAAC,QAAQ,CAAC,KAAK;oBAC9C,CAAC,EAAG,MAAM,CAAC,GAAG,CAAC,CAAC,GAAG,GAAG,GAAG,MAAM,CAAC,QAAQ,CAAC,MAAM;oBAC/C,KAAK,EAAE,MAAM,CAAC,GAAG,CAAC,KAAK,GAAG,GAAG,GAAG,MAAM,CAAC,QAAQ,CAAC,KAAK;oBACrD,MAAM,EAAE,MAAM,CAAC,GAAG,CAAC,MAAM,GAAG,GAAG,GAAG,MAAM,CAAC,QAAQ,CAAC,MAAM;iBACzD,CAAC;YACJ,CAAC,CAAC,CAAC;QACL,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE;YACR,IAAI,CAAC,iBAAiB,GAAG,IAAI,CAAC;YAC9B,IAAI,CAAC,oBAAoB,CAAC,eAAe,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAC3D,CAAC,CAAC,CAAC,CAAC;QACJ,IAAI,CAAC,oBAAoB,CAAC,eAAe,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;IAC5D,CAAC;IAED,qBAAqB;QACnB,SAAS,GAAG,CAAC,CAAC;YACV,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC,GAAG,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;YAClE,OAAO,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,GAAG,GAAG,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAC/D,CAAC;QACD,OAAO,GAAG,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC;IACvD,CAAC;IAED,QAAQ;QACN,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE;YAChB,OAAO;SACR;QACD,MAAM,WAAW,GAAG,EAAC,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,EAAE,UAAU,EAAE,EAAE,EAAC,CAAC;QAC/D,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC,CAAC;IAC9E,CAAC;IAED,aAAa,CAAC,MAAM;QAClB,IAAI,CAAC,SAAS,GAAG,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;QACzD,IAAI,CAAC,oBAAoB,CAAC,eAAe,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IAC3D,CAAC;CACF;;YAjOyC,qEAAiB;YACtB,kFAAuB;YAC1B,gGAAkB;YAClB,gGAAkB;YACf,0FAAY;YACL,iGAAmB;YAC5B,wDAAU;YACd,6FAAe;;AA3BjC,sBAAsB;IALlC,+DAAS,CAAC;QACT,QAAQ,EAAE,eAAe;QACzB,qLAA8C;;KAE/C,CAAC;2EAqBwC,qEAAiB;QACtB,kFAAuB;QAC1B,gGAAkB;QAClB,gGAAkB;QACf,0FAAY;QACL,iGAAmB;QAC5B,wDAAU;QACd,6FAAe;GA3BjC,sBAAsB,CAqPlC;AArPkC;;;;;;;;;;;;;;;;;;;;;;AC/BM;AACY;AAC4B;AACjC;AACC;AAKjD,IAAa,uBAAuB,GAApC,MAAa,uBAAuB;IAIlC,YAAoB,KAAiB,EAAU,OAAsB;QAAjD,UAAK,GAAL,KAAK,CAAY;QAAU,YAAO,GAAP,OAAO,CAAe;QAH7D,sBAAiB,GAAsC,IAAI,oDAAe,CAAC,IAAI,mEAAgB,EAAE,CAAC,CAAC;QACnG,mBAAc,GAAiC,IAAI,CAAC,iBAAiB,CAAC,YAAY,EAAE,CAAC;IAG7F,CAAC;IAED,IAAI,aAAa;QACf,OAAO,IAAI,CAAC,cAAc,CAAC;IAC7B,CAAC;IAED,IAAI;QACF,OAAO,IAAI,OAAO,CAAO,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;YAC3C,MAAM,cAAc,GAAG,IAAI,CAAC,OAAO,CAAC,iBAAiB,CAAC,iFAAG,CAAC,cAAc,CAAC,CAAC;YAC1E,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,cAAc,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC,SAAS,EAAE,CAAC,IAAI,CAAC,CAAC,QAA0B,EAAE,EAAE;gBAClG,MAAM,gBAAgB,GAAqB,QAAQ,CAAC;gBACpD,IAAI,CAAC,iBAAiB,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;gBAC9C,OAAO,EAAE,CAAC;YACZ,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,QAAa,EAAE,EAAE;gBACzB,MAAM,CAAC,qCAAqC,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC;YAC1E,CAAC,CAAC,CAAC;QACL,CAAC,CAAC,CAAC;IACL,CAAC;CAEF;;YApB4B,+DAAU;YAAmB,2FAAa;;AAJ1D,uBAAuB;IAHnC,gEAAU,CAAC;QACV,UAAU,EAAE,MAAM;KACnB,CAAC;2EAK2B,+DAAU,EAAmB,2FAAa;GAJ1D,uBAAuB,CAwBnC;AAxBmC;;;;;;;;;;;;;ACTpC;AAAA;AAAO,MAAM,gBAAgB;CAa5B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACbuD;AACqB;AACJ;AACP;AACC;AACT;AACJ;AACE;AACD;AAQA;AACa;AACY;AACS;AACnB;AAC6B;AACf;AACX;AAChB;AACL;AAE7C,SAAS,aAAa,CAAC,uBAAgD;IAC5E,MAAM,MAAM,GAAG,GAAG,EAAE,CAAC,uBAAuB,CAAC,IAAI,EAAE,CAAC;IACpD,OAAO,MAAM,CAAC;AAChB,CAAC;AAED,+HAA+H;AAC/H,WAAW;AACJ,SAAS,uBAAuB,CAAC,OAA2B;IACjE,OAAO,IAAI,4GAA6B,CAAC,OAAO,CAAC,CAAC;AACpD,CAAC;AA0CD,IAAa,gBAAgB,wBAA7B,MAAa,gBAAgB;IAC3B;QACE,yEAAO,CAAC,GAAG,CAAC,qEAAG,EAAE,uEAAG,CAAC,CAAC;IACxB,CAAC;IAED,MAAM,CAAC,OAAO,CAAC,WAAmB;QAChC,kFAAG,CAAC,oBAAoB,GAAG,WAAW,CAAC;QACvC,OAAO;YACL,QAAQ,EAAE,kBAAgB;SAC3B,CAAC;IACJ,CAAC;CACF;AAXY,gBAAgB;IAxC5B,8DAAQ,CAAC;QACR,YAAY,EAAE,CAAC,gFAAsB,EAAE,+FAAqB,EAAE,wGAAwB,EAAE,qFAAmB,EAAE,kHAA4B,EAAE,mGAAuB,EAAE,wFAAoB,CAAC;QACzL,OAAO,EAAE;YACP,uEAAa;YACb,qGAAsB;YACtB,qEAAgB;YAChB,kFAAiB;YACjB,oEAAkB;SACnB;QACD,OAAO,EAAE;YACP,gFAAsB;YACtB,qGAAsB;YACtB,mGAAuB;YACvB,wFAAoB;SACrB;QACD,SAAS,EAAE;YACT,qEAAiB;YACjB,4FAAa;YACb,wEAAkB;YAClB,mFAAuB;YACvB;gBACE,OAAO,EAAE,6DAAe;gBACxB,UAAU,EAAE,aAAa;gBACzB,IAAI,EAAE,CAAC,mFAAuB,CAAC;gBAC/B,KAAK,EAAE,IAAI;aACZ;YACD;gBACE,OAAO,EAAE,sEAAiB;gBAC1B,QAAQ,EAAE,sGAAuB;gBACjC,KAAK,EAAE,IAAI;aACZ;YACD,iGAAkB;YAClB;gBACE,OAAO,EAAE,sEAAiB;gBAC1B,UAAU,EAAE,uBAAuB;gBACnC,KAAK,EAAE,IAAI;gBACX,IAAI,EAAE,CAAC,iGAAkB,CAAC;aAC3B;SACF;KACF,CAAC;;GACW,gBAAgB,CAW5B;AAX4B;;;;;;;;;;;;;;;;;;;;AC9EY;AACO;AAGM;AAKtD,IAAa,iBAAiB,GAA9B,MAAa,iBAAiB;IAE5B,YAAoB,KAAiB,EAAU,OAAsB;QAAjD,UAAK,GAAL,KAAK,CAAY;QAAU,YAAO,GAAP,OAAO,CAAe;IACrE,CAAC;IAED,SAAS,CAAC,IAAY;QACpB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,wBAAwB,EAAE,GAAG,iFAAG,CAAC,cAAc,EAAE,EAAC,MAAM,EAAE,IAAI,EAAC,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IAC5H,CAAC;IAED,UAAU;QACR,OAAO,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,OAAO,CAAC,wBAAwB,EAAE,GAAG,iFAAG,CAAC,YAAY,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IACzG,CAAC;IAED,QAAQ,CAAC,WAA4B;QACnC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,wBAAwB,EAAE,GAAG,iFAAG,CAAC,yBAAyB,EAAE,WAAW,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IACpI,CAAC;IAED,MAAM,CAAC,IAAU,EAAE,GAAW,EAAE,OAAgB;QAC9C,MAAM,QAAQ,GAAG,IAAI,QAAQ,EAAE,CAAC;QAChC,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;QAC9B,QAAQ,CAAC,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC;QAC5C,IAAI,GAAG,EAAE;YACP,QAAQ,CAAC,MAAM,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;SAC7B;QAED,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,wBAAwB,EAAE,GAAG,iFAAG,CAAC,gBAAgB,EAAE,QAAQ,CAAC,CAAC;IACnG,CAAC;IAED,IAAI,CAAC,IAAc;QACjB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,wBAAwB,EAAE,GAAG,iFAAG,CAAC,SAAS,EAAE,IAAI,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IAC7G,CAAC;IAED,cAAc,CAAC,WAA4B;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,wBAAwB,EAAE,GAAG,iFAAG,CAAC,kBAAkB,GAAG,SAAS,GAAG,WAAW,CAAC,IAAI,CAAC;IACzG,CAAC;IAED,QAAQ,CAAC,WAA4B,EAAE,IAAY;QACjD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,wBAAwB,EAAE,GAAG,iFAAG,CAAC,kBAAkB,EAAE;YACvF,MAAM,EAAE,WAAW,CAAC,IAAI;YACxB,UAAU,EAAE,WAAW,CAAC,QAAQ;YAChC,MAAM,EAAE,IAAI;SACb,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IAC1B,CAAC;IAED,OAAO,CAAC,GAAsB;QAC5B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,wBAAwB,EAAE,GAAG,iFAAG,CAAC,aAAa,EAAE,EAAC,OAAO,EAAE,GAAG,EAAC,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IAC3H,CAAC;CACF;;YA7C4B,+DAAU;YAAmB,2FAAa;;AAF1D,iBAAiB;IAH7B,gEAAU,CAAC;QACV,UAAU,EAAE,MAAM;KACnB,CAAC;2EAG2B,+DAAU,EAAmB,2FAAa;GAF1D,iBAAiB,CA+C7B;AA/C6B;;;;;;;;;;;;ACT9B,yCAAyC,uBAAuB,oBAAoB,eAAe,GAAG,gCAAgC,gDAAgD,iBAAiB,GAAG,yBAAyB,gDAAgD,iBAAiB,GAAG,oBAAoB,6CAA6C,GAAG,uCAAuC,4CAA4C,GAAG,oBAAoB,2CAA2C,GAAG,oBAAoB,6CAA6C,GAAG,+CAA+C,mvE;;;;;;;;;;;;;;;;;;;;;ACA7jB;AACpB;AACuB;AAC3B;AACjC,MAAM,CAAC,GAAG,mCAAM,CAAC;AAOjB,IAAa,4BAA4B,GAAzC,MAAa,4BAA4B;IAKvC,YAAY,aAAkC;QAC5C,IAAI,CAAC,cAAc,GAAG,aAAa,CAAC;IACtC,CAAC;IACD,QAAQ;QACN,IAAI,CAAC,cAAc,CAAC,YAAY,CAAC,SAAS,CAAC,QAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,EAAE,KAAK,QAAQ,CAAC,CAAC;IACpG,CAAC;IAED,KAAK,CAAC,KAAY;QACd,IAAI,CAAC,cAAc,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC;IAC9C,CAAC;IAED,SAAS,CAAC,EAAW;QACnB,IAAI,CAAC,cAAc,CAAC,eAAe,CAAC,EAAE,CAAC,CAAC;IAC1C,CAAC;CACF;;YAd6B,uEAAkB;;AAJrC;IAAR,2DAAK,EAAE;oEAAS,kDAAU;4DAAC;AACnB;IAAR,2DAAK,EAAE;;4DAAiB;AAFd,4BAA4B;IALxC,+DAAS,CAAC;QACT,QAAQ,EAAE,yBAAyB;QACnC,sNAAoD;;KAErD,CAAC;2EAM4B,uEAAkB;GALnC,4BAA4B,CAmBxC;AAnBwC;;;;;;;;;;;;ACXzC,kCAAkC,mCAAmC,kCAAkC,gCAAgC,kCAAkC,oBAAoB,GAAG,yBAAyB,8BAA8B,GAAG,wBAAwB,8BAA8B,GAAG,+CAA+C,yBAAyB,kBAAkB,mCAAmC,kCAAkC,gCAAgC,2BAA2B,iCAAiC,GAAG,uDAAuD,oBAAoB,GAAG,+DAA+D,mBAAmB,GAAG,8DAA8D,mBAAmB,GAAG,yDAAyD,mBAAmB,GAAG,mEAAmE,gBAAgB,yBAAyB,kBAAkB,iCAAiC,kCAAkC,mCAAmC,yBAAyB,GAAG,wFAAwF,mBAAmB,oBAAoB,sBAAsB,GAAG,2FAA2F,mBAAmB,oBAAoB,sBAAsB,qBAAqB,qFAAqF,GAAG,kGAAkG,gCAAgC,gBAAgB,iBAAiB,0BAA0B,2BAA2B,wBAAwB,GAAG,qGAAqG,sBAAsB,GAAG,mEAAmE,qCAAqC,oBAAoB,wBAAwB,GAAG,+CAA+C,+jL;;;;;;;;;;;;;;;;;;;ACAlhE;AACL;AACQ;AAO5D,IAAa,mBAAmB,GAAhC,MAAa,mBAAmB;IAM9B,YAAY,aAAkC;QAC5C,IAAI,CAAC,cAAc,GAAG,aAAa,CAAC;IACtC,CAAC;IAED,QAAQ;QACN,IAAI,CAAC,cAAc,CAAC,YAAY,CAAC,SAAS,CAAC,QAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,EAAE,KAAK,QAAQ,CAAC;IACnG,CAAC;IAED,YAAY,CAAC,KAAK;QAChB,OAAO,QAAQ,KAAK,CAAC,GAAG,IAAI,KAAK,CAAC,KAAK,IAAI,KAAK,CAAC,IAAI,IAAI,KAAK,CAAC,KAAK,GAAG,CAAC;IAC1E,CAAC;CACF;;YAX6B,uEAAkB;;AALrC;IAAR,2DAAK,EAAE;oEAAS,kDAAU;mDAAC;AADjB,mBAAmB;IAL/B,+DAAS,CAAC;QACT,QAAQ,EAAE,0BAA0B;QACpC,wLAA0C;;KAE3C,CAAC;2EAO4B,uEAAkB;GANnC,mBAAmB,CAiB/B;AAjB+B;;;;;;;;;;;;;;;;;;;ACTW;AACL;AAKtC,IAAa,kBAAkB,GAA/B,MAAa,kBAAkB;IAK7B;QAHQ,kBAAa,GAAG,IAAI,oDAAe,CAAS,IAAI,CAAC,CAAC;QAC1D,iBAAY,GAAG,IAAI,CAAC,aAAa,CAAC,YAAY,EAAE,CAAC;IAGjD,CAAC;IAED,eAAe,CAAC,EAAW;QACzB,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAC9B,CAAC;CACF;AAXY,kBAAkB;IAH9B,gEAAU,CAAC;QACV,UAAU,EAAE,MAAM;KACnB,CAAC;;GACW,kBAAkB,CAW9B;AAX8B;;;;;;;;;;;;ACN/B,+DAA+D,+K;;;;;;;;;;;;;;;;;;;ACAN;AAEG;AACoB;AAOhF,IAAa,oBAAoB,GAAjC,MAAa,oBAAoB;IAM/B,YAAY,aAAkC,EAAC,eAAgC;QAJtE,YAAO,GAAkB,EAAE,CAAC;QAKnC,IAAI,CAAC,cAAc,GAAG,aAAa,CAAC;QACpC,IAAI,CAAC,eAAe,GAAG,eAAe,CAAC;IACzC,CAAC;IAED,QAAQ,KAAI,CAAC;IAGb,mBAAmB,CAAC,EAAU,EAAC,IAAY,EAAC,KAAkB;QAC5D,KAAK,CAAC,eAAe,EAAE,CAAC;QACxB,IAAI,CAAC,cAAc,CAAC,eAAe,CAAC,EAAE,CAAC,CAAC;QACxC,IAAI,CAAC,eAAe,CAAC,UAAU,CAAC,IAAI,GAAC,CAAC,CAAC,CAAC;IAC1C,CAAC;CACF;;YAb6B,uEAAkB;YAAkB,6FAAe;;AAJtE;IAAR,2DAAK,EAAE;;qDAA6B;AAF1B,oBAAoB;IALhC,+DAAS,CAAC;QACT,QAAQ,EAAE,gBAAgB;QAC1B,2LAA2C;;KAE5C,CAAC;2EAO4B,uEAAkB,EAAkB,6FAAe;GANpE,oBAAoB,CAmBhC;AAnBgC;;;;;;;;;;;;;ACVjC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAwE;AAEjE,MAAM,iBAAkB,SAAQ,uFAAS;CAE/C;AAEM,MAAM,aAAa;CAIzB;AAEM,MAAM,UAAU;CAStB;AAEM,MAAM,WAAW;CAIvB;AAEM,MAAM,SAAS;CAKrB;AAEM,MAAM,QAAQ;CAKpB;;;;;;;;;;;;ACzCD,yBAAyB,qBAAqB,GAAG,aAAa,8BAA8B,gBAAgB,iBAAiB,iCAAiC,yBAAyB,iBAAiB,gBAAgB,uBAAuB,GAAG,SAAS,uBAAuB,0BAA0B,8BAA8B,iBAAiB,gDAAgD,iCAAiC,yBAAyB,GAAG,SAAS,uBAAuB,cAAc,oBAAoB,GAAG,YAAY,4BAA4B,4BAA4B,wCAAwC,wCAAwC,0CAA0C,0CAA0C,yBAAyB,kBAAkB,6BAA6B,oCAAoC,oBAAoB,GAAG,cAAc,sBAAsB,GAAG,eAAe,uBAAuB,aAAa,cAAc,gBAAgB,eAAe,GAAG,8BAA8B,cAAc,mCAAmC,oCAAoC,qCAAqC,KAAK,WAAW,kCAAkC,mCAAmC,sBAAsB,KAAK,GAAG,+CAA+C,2lI;;;;;;;;;;;;;;;;;;;;;ACAvvC;AAC4B;AACR;AACxD;AAC2B;AAC5D,MAAM,CAAC,GAAG,mCAAM,CAAC;AASjB,IAAa,uBAAuB,GAApC,MAAa,uBAAwB,SAAQ,+FAAiB;IAG5D,YAAY,WAAoC,EACpC,WAAwB,EACxB,aAAkC,EAClC,aAA4B;QACtC,KAAK,CAAC,WAAW,EAAE,WAAW,EAAE,aAAa,CAAC,CAAC;QAC/C,IAAI,CAAC,cAAc,GAAG,aAAa,CAAC;IACtC,CAAC;IAED,KAAK;QACH,IAAI,CAAC,cAAc,CAAC,eAAe,CAAC,IAAI,CAAC;IAC3C,CAAC;IAED,QAAQ;IACR,CAAC;CACF;;YAd0B,wDAAU;YACV,yFAAW;YACR,uEAAkB;YACnB,2FAAa;;AAN7B,uBAAuB;IAPnC,+DAAS,CAAC;QACT,QAAQ,EAAE,oBAAoB;QAC9B,uMAA+C;QAE/C,SAAS,EAAG,CAAC,yFAAW,CAAC;QACzB,aAAa,EAAG,CAAC,2FAAa,CAAC;;KAChC,CAAC;2EAIyB,wDAAU;QACV,yFAAW;QACR,uEAAkB;QACnB,2FAAa;GAN7B,uBAAuB,CAiBnC;AAjBmC;;;;;;;;;;;;ACdpC,yBAAyB,yBAAyB,kBAAkB,6BAA6B,oCAAoC,8BAA8B,gCAAgC,iCAAiC,kCAAkC,mCAAmC,0BAA0B,iBAAiB,kCAAkC,GAAG,YAAY,mBAAmB,8BAA8B,yBAAyB,kBAAkB,iCAAiC,kCAAkC,mCAAmC,6BAA6B,oCAAoC,8BAA8B,gCAAgC,gBAAgB,iBAAiB,GAAG,SAAS,oBAAoB,wBAAwB,yBAAyB,kBAAkB,mBAAmB,GAAG,UAAU,oBAAoB,uBAAuB,mBAAmB,GAAG,+BAA+B,2BAA2B,oBAAoB,cAAc,eAAe,yCAAyC,GAAG,mDAAmD,uBAAuB,iBAAiB,eAAe,sBAAsB,GAAG,uDAAuD,aAAa,iBAAiB,sBAAsB,GAAG,6DAA6D,iBAAiB,iBAAiB,oBAAoB,mBAAmB,wBAAwB,GAAG,qCAAqC,mBAAmB,oBAAoB,GAAG,iDAAiD,yBAAyB,kBAAkB,iCAAiC,kCAAkC,mCAAmC,iBAAiB,kBAAkB,8BAA8B,gCAAgC,6BAA6B,oCAAoC,GAAG,uBAAuB,eAAe,uBAAuB,GAAG,+CAA+C,u2K;;;;;;;;;;;;;;;;;;ACA56D;AACgC;AAO7G,IAAa,wBAAwB,GAArC,MAAa,wBAAwB;IAMnC,YAAoB,cAAkC,EAClC,aAA2B;QAD3B,mBAAc,GAAd,cAAc,CAAoB;QAClC,kBAAa,GAAb,aAAa,CAAc;QAJrC,WAAM,GAAG,IAAI,0DAAY,EAAU,CAAC;QAC9C,mBAAc,GAAG,KAAK,CAAC;IAIvB,CAAC;IAED,QAAQ;IACR,CAAC;IAED,SAAS;QACP,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QAC7B,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,0FAAY,CAAC,WAAW,CAAC,CAAC;IACpD,CAAC;IAED,OAAO,CAAC,MAAM;QACZ,IAAI,MAAM,EAAE;YACV,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;YAC7B,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC;SAC7B;IACH,CAAC;CACF;;YAlBqC,gGAAkB;YACnB,0FAAY;;AALtC;IAAR,2DAAK,EAAE;;uDAAe;AACb;IAAT,4DAAM,EAAE;;wDAAqC;AAHnC,wBAAwB;IALpC,+DAAS,CAAC;QACT,QAAQ,EAAE,sBAAsB;QAChC,6MAAiD;;KAElD,CAAC;2EAOoC,gGAAkB;QACnB,0FAAY;GAPpC,wBAAwB,CAwBpC;AAxBoC;;;;;;;;;;;;;ACRrC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAwC;AACO;AACN;AACO;AACnB;;;;;;;;;;;;ACJ7B,gGAAgG,WAAW,2DAA2D,GAAG,yBAAyB,2BAA2B,iCAAiC,kCAAkC,8BAA8B,GAAG,kCAAkC,8BAA8B,GAAG,8BAA8B,uCAAuC,GAAG,YAAY,+BAA+B,iCAAiC,iBAAiB,gBAAgB,oBAAoB,WAAW,cAAc,YAAY,aAAa,GAAG,cAAc,yBAAyB,kBAAkB,oBAAoB,GAAG,gBAAgB,gBAAgB,iBAAiB,GAAG,cAAc,yBAAyB,kBAAkB,8BAA8B,gCAAgC,gBAAgB,GAAG,kBAAkB,8BAA8B,gBAAgB,GAAG,8BAA8B,4DAA4D,0CAA0C,KAAK,mCAAmC,8BAA8B,kBAAkB,KAAK,GAAG,+CAA+C,urH;;;;;;;;;;;;;;;;;;;;ACA9rC;AAC4B;AACb;AAIA;AASvD,IAAa,sBAAsB,GAAnC,MAAa,sBAAsB;IAYjC,YAAoB,aAA2B,EAC3B,kBAAqC,EAC7C,aAAsC,EACtC,kBAAsC;QAH9B,kBAAa,GAAb,aAAa,CAAc;QAC3B,uBAAkB,GAAlB,kBAAkB,CAAmB;QAZzD,UAAK,GAAG,YAAY,CAAC;QACrB,UAAK,GAAwB,EAAE,CAAC;QAChC,oBAAe,GAA0B,EAAE,CAAC;QAC5C,qBAAgB,GAAG,0FAAY,CAAC,WAAW,CAAC;QAE5C,gBAAW,GAAG,KAAK,CAAC;QAIpB,iBAAY,GAAG,CAAC,CAAC;QAOf,aAAa,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC,MAAM,EAAE,EAAE;YAC/C,IAAI,CAAC,gBAAgB,GAAG,MAAM,CAAC;QACjC,CAAC,CAAC,CAAC;QAEH,kBAAkB,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC,OAAO,EAAE,EAAE;YACrD,IAAI,OAAO,EAAE;gBACX,IAAI,CAAS,CAAC;gBACd,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;oBACnC,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC,SAAS,CAAC,GAAG,EAAE;wBAChG,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;oBACrB,CAAC,CAAC,CAAC;iBACJ;aACF;QACH,CAAC,CAAC,CAAC;QAEH,kBAAkB,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC,aAAa,EAAE,EAAE;YAC3D,aAAa,CAAC,OAAO,CAAC,CAAC,YAAY,EAAE,EAAE;gBACrC,IAAI,YAAY,CAAC,OAAO;oBAAE,IAAI,CAAC,YAAY,EAAE,CAAC;gBAC9C,IAAI,MAAM,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,MAAM,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,YAAY,CAAC,EAAE;oBAChF,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,YAAmC,CAAC,CAAC;iBAChE;YACH,CAAC,CAAC,CAAC;QACL,CAAC,CAAC,CAAC;QAEH,kBAAkB,CAAC,cAAc,CAAC,SAAS,CAAC,CAAC,cAAc,EAAE,EAAE;YAC3D,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QACzC,CAAC,CAAC,CAAC;QAEH,kBAAkB,CAAC,aAAa,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE;YAChD,IAAI,IAAI;gBAAE,IAAI,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC;QACzC,CAAC,CAAC,CAAC;QAEH,kBAAkB,CAAC,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE;YAC7C,IAAI,IAAI;gBAAE,IAAI,CAAC,mBAAmB,CAAC,IAAI,CAAC,CAAC;QAC7C,CAAC,CAAC,CAAC;IACL,CAAC;IAED,IAAI,aAAa;QACf,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC;IACtE,CAAC;IAED,IAAI,YAAY;QACd,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;IACrE,CAAC;IAED,IAAI,YAAY;QACd,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;IACrE,CAAC;IAED,WAAW,CAAC,MAAM;QAChB,IAAI,MAAM,EAAE;YACV,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,0FAAY,CAAC,WAAW,CAAC,CAAC;SACnD;IACH,CAAC;IAED,SAAS,CAAC,EAAU;QAClB,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAC9B,CAAC;IAED,UAAU,CAAC,EAAU;QACnB,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;IAC/B,CAAC;IAED,MAAM,CAAC,MAAc;QACnB,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,aAAa,CAAC,CAAC,SAAS,CAAC,GAAG,EAAE;YAC9E,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;QACrB,CAAC,CAAC,CAAC;IACL,CAAC;IAED,SAAS,CAAC,MAAc;QACtB,IAAI,CAAC,kBAAkB,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,SAAS,CAAC,CAAC,KAA0B,EAAE,EAAE,CAAC,IAAI,CAAC,KAAK,GAAG,KAAK,IAAI,EAAE,CAAC,CAAC;IAChH,CAAC;IAED,iBAAiB,CAAC,IAAI;QACpB,MAAM,QAAQ,GAAG,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,KAAK,IAAI,CAAC,IAAI,CAAC,CAAC;QACtE,QAAQ,CAAC,UAAU,GAAG,IAAI,CAAC;QAC3B,IAAI,CAAC,kBAAkB,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,SAAS,CAAC,GAAG,EAAE;YACnD,QAAQ,CAAC,UAAU,GAAG,KAAK,CAAC;YAC5B,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC;QAC5B,CAAC,EAAE,CAAC,GAAG,EAAE;YACP,4BAA4B;YAC5B,QAAQ,CAAC,UAAU,GAAG,KAAK,CAAC;QAC9B,CAAC,CAAC,CAAC,CAAC;IACN,CAAC;IAED,UAAU;QACR,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;YACpC,IAAI,CAAC,IAAI,CAAC,SAAS,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE;gBACvC,IAAI,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC;aAC9B;QACH,CAAC,CAAC,CAAC;IACL,CAAC;IAED,qBAAqB;QACnB,OAAO,IAAI,CAAC,eAAe,CAAC,MAAM,KAAK,CAAC,IAAI,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,SAAS,KAAK,IAAI,CAAC,CAAC,MAAM,KAAK,CAAC,CAAC;IACpH,CAAC;IAED,mBAAmB,CAAC,IAAyB;QAC3C,IAAI,IAAI,CAAC,eAAe,CAAC,MAAM,GAAG,CAAC,EAAE;YACnC,IAAI,CAAC,eAAe,CAAC,OAAO,CAAE,CAAC,EAAE,EAAE,KAAK,EAAE,EAAE;gBAC1C,IAAG,EAAE,CAAC,IAAI,KAAK,IAAI,CAAC,IAAI,IAAI,EAAE,CAAC,eAAe,KAAK,IAAI,CAAC,eAAe;oBAAE,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;YACjH,CAAC,CAAC,CAAC;SACJ;IACH,CAAC;IAED,cAAc,CAAC,OAAgB;QAC7B,IAAI,CAAC,KAAK,CAAC,OAAO,CAAE,CAAC,CAAC,EAAE,EAAE;YACxB,IAAI,CAAC,CAAC,CAAC,WAAW,IAAI,CAAC,CAAC,CAAC,SAAS;gBAAE,CAAC,CAAC,QAAQ,GAAG,OAAO,CAAC;QAC3D,CAAC,CAAC,CAAC;IACL,CAAC;IAED,gBAAgB,CAAC,YAAiC;QAChD,OAAO,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,eAAe,KAAK,YAAY,CAAC,eAAe;eACvF,EAAE,CAAC,IAAI,KAAK,YAAY,CAAC,IAAI,CAAC,CAAC,MAAM,KAAK,CAAC,CAAC;IACnD,CAAC;IAED,aAAa;QACX,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;IAClD,CAAC;CACF;;YA5HoC,0FAAY;YACP,qEAAiB;YAC9B,kFAAuB;YAClB,gGAAkB;;AAfvC,sBAAsB;IALlC,+DAAS,CAAC;QACT,QAAQ,EAAE,eAAe;QACzB,qLAA8C;;KAE/C,CAAC;2EAamC,0FAAY;QACP,qEAAiB;QAC9B,kFAAuB;QAClB,gGAAkB;GAfvC,sBAAsB,CAwIlC;AAxIkC;;;;;;;;;;;;ACfnC,mCAAmC,gBAAgB,qBAAqB,GAAG,sBAAsB,kBAAkB,kBAAkB,qBAAqB,GAAG,sBAAsB,iBAAiB,mBAAmB,oBAAoB,sBAAsB,8BAA8B,qBAAqB,GAAG,iCAAiC,qBAAqB,GAAG,gBAAgB,uBAAuB,eAAe,sBAAsB,GAAG,gBAAgB,wBAAwB,sBAAsB,GAAG,6BAA6B,cAAc,mBAAmB,qBAAqB,GAAG,cAAc,oBAAoB,cAAc,sBAAsB,GAAG,qBAAqB,yBAAyB,kBAAkB,eAAe,+BAA+B,oBAAoB,wBAAwB,oBAAoB,oBAAoB,qBAAqB,GAAG,iCAAiC,oBAAoB,GAAG,qBAAqB,8BAA8B,gBAAgB,iBAAiB,uBAAuB,oBAAoB,GAAG,qBAAqB,iBAAiB,qBAAqB,gBAAgB,qBAAqB,GAAG,uBAAuB,oBAAoB,GAAG,iBAAiB,wBAAwB,qBAAqB,gBAAgB,4BAA4B,GAAG,iBAAiB,yBAAyB,kBAAkB,uBAAuB,gBAAgB,qBAAqB,uBAAuB,GAAG,6BAA6B,iBAAiB,8BAA8B,gBAAgB,sBAAsB,uBAAuB,GAAG,0BAA0B,yBAAyB,kBAAkB,iCAAiC,kCAAkC,mCAAmC,gBAAgB,uBAAuB,GAAG,2CAA2C,yBAAyB,kBAAkB,mCAAmC,kCAAkC,gCAAgC,gBAAgB,GAAG,wDAAwD,sBAAsB,GAAG,6DAA6D,iBAAiB,gBAAgB,iBAAiB,6BAA6B,oCAAoC,oBAAoB,GAAG,6EAA6E,oBAAoB,GAAG,qEAAqE,iBAAiB,8BAA8B,GAAG,8EAA8E,iBAAiB,8BAA8B,GAAG,2FAA2F,mBAAmB,GAAG,6FAA6F,mBAAmB,GAAG,yCAAyC,yBAAyB,kBAAkB,mCAAmC,kCAAkC,gCAAgC,gBAAgB,qBAAqB,GAAG,qDAAqD,yBAAyB,kBAAkB,mCAAmC,kCAAkC,gCAAgC,gBAAgB,GAAG,gEAAgE,gBAAgB,iBAAiB,8BAA8B,oBAAoB,sBAAsB,GAAG,gEAAgE,gBAAgB,iBAAiB,mBAAmB,oBAAoB,8BAA8B,GAAG,4EAA4E,mBAAmB,iBAAiB,GAAG,8BAA8B,uBAAuB,GAAG,2DAA2D,qBAAqB,8BAA8B,mBAAmB,GAAG,2DAA2D,8BAA8B,GAAG,6DAA6D,gBAAgB,GAAG,0CAA0C,yBAAyB,kBAAkB,gBAAgB,8BAA8B,2CAA2C,GAAG,6CAA6C,mBAAmB,GAAG,8CAA8C,mBAAmB,GAAG,oDAAoD,mBAAmB,GAAG,+CAA+C,mBAAmB,GAAG,+CAA+C,mBAAmB,GAAG,6IAA6I,mBAAmB,GAAG,UAAU,oBAAoB,yBAAyB,kBAAkB,oBAAoB,mBAAmB,iBAAiB,GAAG,eAAe,sBAAsB,qBAAqB,oBAAoB,GAAG,eAAe,mBAAmB,gCAAgC,GAAG,cAAc,oBAAoB,mBAAmB,qBAAqB,4BAA4B,GAAG,qBAAqB,uBAAuB,qBAAqB,GAAG,gBAAgB,oBAAoB,qBAAqB,mBAAmB,GAAG,8BAA8B,qCAAqC,GAAG,2BAA2B,8BAA8B,GAAG,gBAAgB,2BAA2B,oBAAoB,uBAAuB,gBAAgB,8BAA8B,yCAAyC,eAAe,yBAAyB,kBAAkB,6BAA6B,oCAAoC,8BAA8B,gCAAgC,GAAG,wBAAwB,sBAAsB,GAAG,+CAA+C,mBAAmB,qBAAqB,GAAG,qBAAqB,iBAAiB,gCAAgC,gBAAgB,sBAAsB,uBAAuB,GAAG,2BAA2B,gBAAgB,GAAG,uBAAuB,yBAAyB,kBAAkB,8BAA8B,gCAAgC,gBAAgB,uBAAuB,GAAG,yCAAyC,iBAAiB,gBAAgB,gBAAgB,oBAAoB,GAAG,+CAA+C,iBAAiB,GAAG,+CAA+C,mBAAmB,GAAG,2DAA2D,gBAAgB,GAAG,iEAAiE,sBAAsB,8BAA8B,mBAAmB,GAAG,iEAAiE,8BAA8B,GAAG,mEAAmE,gBAAgB,GAAG,gBAAgB,gBAAgB,iBAAiB,gBAAgB,GAAG,uBAAuB,uBAAuB,yBAAyB,kBAAkB,gBAAgB,iBAAiB,8BAA8B,kBAAkB,wBAAwB,oBAAoB,GAAG,sBAAsB,uBAAuB,yBAAyB,kBAAkB,cAAc,eAAe,gBAAgB,iBAAiB,kBAAkB,oBAAoB,GAAG,8BAA8B,yCAAyC,wBAAwB,qBAAqB,oBAAoB,mBAAmB,GAAG,2BAA2B,oBAAoB,eAAe,GAAG,oBAAoB,iBAAiB,iBAAiB,8BAA8B,mBAAmB,4BAA4B,cAAc,wBAAwB,kBAAkB,GAAG,mBAAmB,oBAAoB,GAAG,gBAAgB,yBAAyB,kBAAkB,iCAAiC,kCAAkC,mCAAmC,8BAA8B,gCAAgC,6BAA6B,oCAAoC,eAAe,uBAAuB,GAAG,sBAAsB,mBAAmB,oBAAoB,GAAG,sBAAsB,yBAAyB,kBAAkB,iBAAiB,iBAAiB,oBAAoB,mBAAmB,wBAAwB,GAAG,8BAA8B,iCAAiC,iBAAiB,KAAK,kBAAkB,iBAAiB,KAAK,wBAAwB,kBAAkB,KAAK,uCAAuC,oBAAoB,KAAK,wBAAwB,kBAAkB,iCAAiC,KAAK,GAAG,+CAA+C,mwyB;;;;;;;;;;;;;;;;;;;ACAvkR;AACwE;AAC3F;AAc1D,IAAa,mCAAmC,GAAhD,MAAa,mCAAoC,SAAQ,uGAAyB;IAQhF,YAAY,cAAkC,EACpC,kBAAqC,EACrC,aAA2B;QACnC,KAAK,CAAC,cAAc,CAAC,CAAC;QAFd,uBAAkB,GAAlB,kBAAkB,CAAmB;QACrC,kBAAa,GAAb,aAAa,CAAc;QAN3B,cAAS,GAAG,IAAI,0DAAY,EAAW,CAAC;QAElD,mBAAc,GAAa,EAAE,CAAC;IAM9B,CAAC;IAED,QAAQ,CAAC,KAAK;QACZ,OAAO,CAAC,GAAG,CAAC,aAAa,EAAC,KAAK,CAAC,CAAC;IACnC,CAAC;IAED,cAAc,CAAC,OAAgB;QAC7B,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAE7B,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,8BAA8B,EAAE,CAAC;IAC9D,CAAC;IAED,gBAAgB,CAAC,OAAgB,EAAE,IAAuB;QACxD,kBAAkB;QAClB,MAAM,aAAa,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,KAAK,IAAI,CAAC,IAAI,CAAC,CAAC;QACnE,IAAI,aAAa,CAAC,MAAM,KAAK,CAAC,EAAC;YAC7B,aAAa,CAAC,CAAC,CAAC,CAAC,QAAQ,GAAG,OAAO,CAAC;SACrC;QAED,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,8BAA8B,EAAE,CAAC;IAC9D,CAAC;IAED,cAAc;QACZ,IAAI,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE;YACvC,MAAM,aAAa,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC;YACtE,IAAI,aAAa,GAAG,CAAC,EAAE;gBACvB,OAAO,MAAM,GAAG,aAAa,GAAG,WAAW;aAC1C;iBACI;gBACH,OAAO,cAAc;aACtB;SACF;IACH,CAAC;IAED,8BAA8B;QAC5B,MAAM,QAAQ,GAAG,EAAE,CAAC;QAEpB,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,EAAE;YACrD,IAAI,CAAC,CAAC,eAAe,CAAC,MAAM,GAAG,CAAC,EAAE;gBAChC,MAAM,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC,CAAC,eAAe,CAAC,CAAC;gBACnD,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;aACtB;QACH,CAAC,CAAC,CAAC;QAEH,IAAI,YAAY,GAAG,EAAE,CAAC;QACtB,QAAQ,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;YACxB,IAAG,IAAI,CAAC,MAAM,IAAI,YAAY,CAAC,MAAM,EAAC;gBACpC,YAAY,GAAG,IAAI,CAAC;aACrB;QACH,CAAC,CAAC,CAAC;QAEH,cAAc;QACd,QAAQ,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE;YACxB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,YAAY,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;gBAC5C,MAAM,IAAI,GAAG,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;gBAC/E,gCAAgC;gBAChC,IAAI,QAAQ,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,IAAI,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,KAAK,IAAI,CAAC,CAAC,MAAM,KAAK,CAAC,EAAE;oBACrF,YAAY,CAAC,CAAC,CAAC,GAAG;wBAChB,KAAK,EAAE,IAAI;wBACX,IAAI,EAAE,IAAI;wBACV,OAAO,EAAE,IAAI;wBACb,IAAI,EAAE,IAAI,CAAC,aAAa,CAAC,EAAC,IAAI,EAAE,YAAY,GAAG,IAAI,EAAE,SAAS,EAAE,KAAK,EAAc,CAAC;qBACrF,CAAC;iBACL;qBAAM;oBACL,IAAG,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,OAAO,EAAE;wBAC3B,YAAY,CAAC,CAAC,CAAC,GAAG;4BAChB,KAAK,EAAE,IAAI;4BACX,IAAI,EAAE,IAAI;4BACV,OAAO,EAAE,KAAK;4BACd,IAAI,EAAE,IAAI,CAAC,aAAa,CAAC,EAAC,IAAI,EAAE,YAAY,GAAG,IAAI,EAAE,SAAS,EAAE,KAAK,EAAc,CAAC;yBACrF,CAAC;qBACH;iBACF;aACF;QACL,CAAC,CAAC,CAAC;QAEH,OAAO,YAAY,CAAC;IACtB,CAAC;IAED,YAAY,CAAC,MAAW,EAAE,IAAuB;QAC/C,8DAA8D;QAC9D,IAAI,IAAI,EAAE;YACR,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;YAC3B,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC;SACtB;QAED,IAAI,CAAC,OAAO,GAAG,MAAM,CAAC,KAAK,CAAC;QAC5B,MAAM,eAAe,GAAG,IAAI,KAAK,EAAuB,CAAC;QAEzD,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,EAAE;YACrB,IAAI,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,CAAC,WAAW,IAAI,CAAC,CAAC,CAAC,SAAS,EAAC;gBAC/C,MAAM,SAAS,GAAG,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC;gBAC9C,MAAM,eAAe,GAAG,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;gBAChE,MAAM,mBAAmB,GAAG,eAAe,CAAC,OAAO,CAAC,WAAW,EAAE,EAAE,CAAC,CAAC;gBAErE,MAAM,cAAc,GAAwB;oBAC1C,IAAI,EAAE,CAAC,CAAC,IAAI;oBACZ,SAAS,EAAE,CAAC,CAAC,SAAS;oBACtB,IAAI,EAAE,CAAC,CAAC,IAAI;oBACZ,IAAI,EAAE,CAAC,CAAC,IAAI;oBACZ,eAAe,EAAE,MAAM,CAAC,KAAK;oBAC7B,WAAW,EAAE,CAAC,CAAC,WAAW;oBAC1B,UAAU,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC;oBAChC,UAAU,EAAE,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC;oBACjC,gBAAgB,EAAE,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC;oBACvC,mBAAmB,EAAE,mBAAmB;oBACxC,qBAAqB,EAAE,IAAI,CAAC,aAAa,CAAC,EAAC,IAAI,EAAE,mBAAmB,EAAE,SAAS,EAAE,KAAK,EAAc,CAAC;oBACrG,eAAe,EAAE,IAAI,CAAC,aAAa,CAAC,EAAC,IAAI,EAAE,mBAAmB,EAAE,SAAS,EAAE,KAAK,EAAc,CAAC;oBAC/F,SAAS,EAAE,KAAK;oBAChB,0CAA0C;oBAC1C,UAAU,EAAE,KAAK;oBACjB,OAAO,EAAE,CAAC,CAAC,eAAe,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK;iBACvE,CAAC;gBAEF,eAAe,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;aACtC;QACL,CAAC,CAAC;QAEF,IAAI,CAAC,kBAAkB,CAAC,WAAW,CAAC,eAAe,CAAC,CAAC;QACrD,IAAI,CAAC,kBAAkB,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,EAAE,CAAC,CAAC;QACjE,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,0FAAY,CAAC,WAAW,CAAC,CAAC;QAEnD,IAAI,MAAM,CAAC,OAAO,EAAC;YACjB,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,0FAAY,CAAC,kBAAkB,CAAC,CAAC;SAC1D;IACH,CAAC;IAED,kBAAkB,CAAC,GAAW;QAC5B,OAAO;YACL,KAAK,EAAE,GAAG;YACV,IAAI,EAAE,GAAG;YACT,IAAI,EAAE,IAAI,CAAC,aAAa,CAAC,EAAC,IAAI,EAAE,YAAY,GAAG,GAAG,EAAE,SAAS,EAAE,KAAK,EAAc,CAAC;SACpF;IACH,CAAC;IAED,aAAa,CAAC,OAAO;QACnB,IAAI,OAAO,EAAE;YACX,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;YAC7B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;gBACvC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;aACpD;YACD,OAAO,QAAQ,CAAC;SACjB;IACH,CAAC;IAED,eAAe;QACb,+BAA+B;QAC/B,IAAI,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE;YACvC,OAAO,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC;SAC5D;;YACI,OAAO,KAAK,CAAC;IACpB,CAAC;IAED,gBAAgB;QACd,IAAI,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,WAAW,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,MAAM,GAAG,CAAC,IAAI,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE;YACrH,OAAO,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,WAAW,IAAI,CAAC,IAAI,CAAC,SAAS,IAAI,IAAI,CAAC,QAAQ,CAAC,CAAC,MAAM;oBACvF,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,WAAW,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC;SAC/E;;YACI,OAAO,KAAK,CAAC;IACpB,CAAC;CACF;;YApK6B,gGAAkB;YAChB,qEAAiB;YACtB,0FAAY;;AAP5B;IAAR,2DAAK,EAAE;;kEAA4B;AAC1B;IAAT,4DAAM,EAAE;;sEAAyC;AAJvC,mCAAmC;IAL/C,+DAAS,CAAC;QACT,QAAQ,EAAE,kCAAkC;QAC5C,iPAA6D;;KAE9D,CAAC;2EAS4B,gGAAkB;QAChB,qEAAiB;QACtB,0FAAY;GAV1B,mCAAmC,CA4K/C;AA5K+C;;;;;;;;;;;;;;;;;;;;;;AChBP;AACY;AAC4B;AACjC;AACC;AAKjD,IAAa,uBAAuB,GAApC,MAAa,uBAAuB;IAIlC,YAAoB,KAAiB,EAAU,OAAsB;QAAjD,UAAK,GAAL,KAAK,CAAY;QAAU,YAAO,GAAP,OAAO,CAAe;QAH7D,sBAAiB,GAAsC,IAAI,oDAAe,CAAC,IAAI,mEAAgB,EAAE,CAAC,CAAC;QACnG,mBAAc,GAAiC,IAAI,CAAC,iBAAiB,CAAC,YAAY,EAAE,CAAC;IAG7F,CAAC;IAED,IAAI,aAAa;QACf,OAAO,IAAI,CAAC,cAAc,CAAC;IAC7B,CAAC;IAED,IAAI;QACF,OAAO,IAAI,OAAO,CAAO,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;YAC3C,MAAM,cAAc,GAAG,IAAI,CAAC,OAAO,CAAC,iBAAiB,CAAC,iFAAG,CAAC,cAAc,CAAC,CAAC;YAC1E,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,cAAc,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC,SAAS,EAAE,CAAC,IAAI,CAAC,CAAC,QAA0B,EAAE,EAAE;gBAClG,MAAM,gBAAgB,GAAqB,QAAQ,CAAC;gBACpD,IAAI,CAAC,iBAAiB,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;gBAC9C,OAAO,EAAE,CAAC;YACZ,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,QAAa,EAAE,EAAE;gBACzB,MAAM,CAAC,qCAAqC,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC;YAC1E,CAAC,CAAC,CAAC;QACL,CAAC,CAAC,CAAC;IACL,CAAC;CAEF;;YApB4B,+DAAU;YAAmB,2FAAa;;AAJ1D,uBAAuB;IAHnC,gEAAU,CAAC;QACV,UAAU,EAAE,MAAM;KACnB,CAAC;2EAK2B,+DAAU,EAAmB,2FAAa;GAJ1D,uBAAuB,CAwBnC;AAxBmC;;;;;;;;;;;;;ACTpC;AAAA;AAAO,MAAM,gBAAgB;CAQ5B;;;;;;;;;;;;ACRD,oCAAoC,yBAAyB,kBAAkB,gBAAgB,iBAAiB,qCAAqC,2BAA2B,8BAA8B,gCAAgC,GAAG,sBAAsB,oBAAoB,mBAAmB,qBAAqB,oBAAoB,GAAG,2BAA2B,gBAAgB,iBAAiB,mBAAmB,sBAAsB,uBAAuB,sBAAsB,GAAG,+BAA+B,mBAAmB,iBAAiB,GAAG,sBAAsB,yBAAyB,kBAAkB,iBAAiB,GAAG,8BAA8B,oBAAoB,0BAA0B,GAAG,uCAAuC,mBAAmB,GAAG,kBAAkB,qBAAqB,oBAAoB,GAAG,kBAAkB,qBAAqB,oBAAoB,GAAG,wBAAwB,wBAAwB,GAAG,uCAAuC,oBAAoB,GAAG,sBAAsB,oBAAoB,mBAAmB,4BAA4B,GAAG,2BAA2B,mBAAmB,qBAAqB,GAAG,2BAA2B,sBAAsB,gBAAgB,iBAAiB,+BAA+B,sBAAsB,mBAAmB,GAAG,kCAAkC,kBAAkB,GAAG,4CAA4C,oBAAoB,mBAAmB,gCAAgC,oBAAoB,GAAG,0DAA0D,kBAAkB,GAAG,8DAA8D,mBAAmB,iBAAiB,GAAG,mBAAmB,oBAAoB,mBAAmB,qBAAqB,GAAG,0BAA0B,kBAAkB,GAAG,iBAAiB,iBAAiB,mBAAmB,GAAG,aAAa,mCAAmC,GAAG,4CAA4C,mBAAmB,GAAG,6CAA6C,mBAAmB,GAAG,mDAAmD,mBAAmB,GAAG,8CAA8C,mBAAmB,GAAG,8CAA8C,mBAAmB,GAAG,wDAAwD,mBAAmB,GAAG,sGAAsG,oBAAoB,GAAG,8BAA8B,oBAAoB,uBAAuB,GAAG,8BAA8B,mEAAmE,oBAAoB,KAAK,oCAAoC,qBAAqB,kCAAkC,KAAK,+BAA+B,qBAAqB,iCAAiC,sBAAsB,2BAA2B,oBAAoB,gCAAgC,kCAAkC,+BAA+B,sCAAsC,sBAAsB,mBAAmB,KAAK,qCAAqC,oBAAoB,KAAK,qBAAqB,sBAAsB,KAAK,4BAA4B,qBAAqB,KAAK,sCAAsC,qBAAqB,KAAK,oCAAoC,sBAAsB,0BAA0B,KAAK,iDAAiD,wBAAwB,KAAK,qBAAqB,sBAAsB,KAAK,kCAAkC,oBAAoB,KAAK,wBAAwB,0BAA0B,uBAAuB,KAAK,wBAAwB,gCAAgC,KAAK,GAAG,+CAA+C,+rX;;;;;;;;;;;;;;;;;;;ACAnrH;AACT;AACQ;AAQxD,IAAa,uBAAuB,GAApC,MAAa,uBAAuB;IAGlC,YAAoB,kBAAqC;QAArC,uBAAkB,GAAlB,kBAAkB,CAAmB;IACzD,CAAC;IAED,QAAQ;IACR,CAAC;IAED,OAAO,CAAC,MAAM,EAAE,IAAyB;QACvC,MAAM,CAAC,cAAc,EAAE,CAAC;QACxB,MAAM,CAAC,eAAe,EAAE,CAAC;QACzB,IAAI,CAAC,kBAAkB,CAAC,qBAAqB,CAAC,IAAI,CAAC,CAAC;IACtD,CAAC;IAED,YAAY,CAAC,IAAyB;QACpC,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAAC,cAAc,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,CAAC;IAC3F,CAAC;IAED,mBAAmB,CAAC,MAAM,EAAE,IAAyB;QACnD,MAAM,CAAC,cAAc,EAAE,CAAC;QACxB,MAAM,CAAC,eAAe,EAAE,CAAC;QACzB,IAAI,CAAC,kBAAkB,CAAC,oBAAoB,CAAC,IAAI,CAAC,CAAC;IACrD,CAAC;CACF;;YArByC,qEAAiB;;AAFhD;IAAR,2DAAK,EAAE;oEAAO,2DAAmB;qDAAC;AADxB,uBAAuB;IANnC,+DAAS,CAAC;QACT,QAAQ,EAAE,oBAAoB;QAC9B,uMAA+C;;KAEhD,CAAC;2EAKwC,qEAAiB;GAH9C,uBAAuB,CAwBnC;AAxBmC;;;;;;;;;;;;ACVpC,qCAAqC,iCAAiC,kCAAkC,mCAAmC,iBAAiB,8BAA8B,GAAG,oBAAoB,yBAAyB,kBAAkB,oBAAoB,8BAA8B,mBAAmB,gBAAgB,iBAAiB,8BAA8B,sBAAsB,8BAA8B,gCAAgC,GAAG,mBAAmB,4BAA4B,GAAG,qCAAqC,iBAAiB,qBAAqB,yBAAyB,kBAAkB,GAAG,qCAAqC,4BAA4B,gBAAgB,GAAG,qCAAqC,iBAAiB,qBAAqB,GAAG,qCAAqC,iBAAiB,qBAAqB,GAAG,8BAA8B,qBAAqB,GAAG,8BAA8B,sBAAsB,oBAAoB,KAAK,GAAG,+CAA+C,+uG;;;;;;;;;;;;;;;;;ACAx9B;AAS/E,IAAa,wBAAwB,GAArC,MAAa,wBAAwB;IAInC;QAHS,UAAK,GAA0B,EAAE,CAAC;QACjC,0BAAqB,GAAG,IAAI,0DAAY,EAAuB,CAAC;IAG1E,CAAC;IAED,QAAQ;IACR,CAAC;IAED,iBAAiB,CAAC,MAA2B;QAC3C,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;IAC1C,CAAC;CACF;AAZU;IAAR,2DAAK,EAAE;;uDAAmC;AACjC;IAAT,4DAAM,EAAE;;uEAAiE;AAF/D,wBAAwB;IANpC,+DAAS,CAAC;QACT,QAAQ,EAAE,qBAAqB;QAC/B,0MAAgD;;KAEjD,CAAC;;GAEW,wBAAwB,CAapC;AAboC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACTwC;AAChC;AAMU;AACkB;AAClB;AACa;AACF;AAC4D;AAClC;AAClC;AACJ;AACE;AACW;AACoB;AACH;AAE7E,SAAS,aAAa,CAAC,uBAAgD;IAC5E,MAAM,MAAM,GAAG,GAAG,EAAE,CAAC,uBAAuB,CAAC,IAAI,EAAE,CAAC;IACpD,OAAO,MAAM,CAAC;AAChB,CAAC;AAyBD,IAAa,gBAAgB,wBAA7B,MAAa,gBAAgB;IAC3B;QACE,0EAAO,CAAC,GAAG,CAAC,sEAAG,EAAE,wEAAG,CAAC,CAAC;IACxB,CAAC;IAED,MAAM,CAAC,OAAO,CAAC,WAAmB;QAChC,iFAAG,CAAC,oBAAoB,GAAG,WAAW,CAAC;QACvC,OAAO;YACL,QAAQ,EAAE,kBAAgB;SAC3B,CAAC;IACJ,CAAC;CACF;AAXY,gBAAgB;IAvB5B,8DAAQ,CAAC;QACR,YAAY,EAAE,CAAC,gFAAsB,EAAE,0IAAmC,EAAE,wGAAyB,EAAE,sGAAwB,EAAE,mGAAuB,CAAC;QACzJ,OAAO,EAAE,CAAC,gFAAsB,EAAE,0IAAmC,EAAE,wGAAyB,EAAE,sGAAwB,CAAC;QAC3H,OAAO,EAAE,CAAC,4DAAY;YACpB,oGAAsB;YACtB,qEAAgB;YAChB,mFAAiB,CAAC;QACpB,SAAS,EAAE;YACT,qEAAiB;YACjB,2FAAa;YACb,kFAAuB;YACvB;gBACE,OAAO,EAAE,sEAAiB;gBAC1B,QAAQ,EAAE,qGAAuB;gBACjC,KAAK,EAAE,IAAI;aACZ;YACD;gBACE,OAAO,EAAE,6DAAe;gBACxB,UAAU,EAAE,aAAa;gBACzB,IAAI,EAAE,CAAC,kFAAuB,CAAC,EAAE,KAAK,EAAE,IAAI;aAC7C;SACF;KACF,CAAC;;GACW,gBAAgB,CAW5B;AAX4B;;;;;;;;;;;;;;;;;;;;;;ACjDY;AACO;AAGO;AACI;AACY;AAMvE,IAAa,iBAAiB,GAA9B,MAAa,iBAAiB;IAY5B,YAAoB,KAAiB,EAAU,OAAsB;QAAjD,UAAK,GAAL,KAAK,CAAY;QAAU,YAAO,GAAP,OAAO,CAAe;QAX7D,mBAAc,GAA2C,IAAI,oDAAe,CAAC,IAAI,KAAK,EAAuB,CAAC,CAAC;QAC/G,iBAAY,GAAsC,IAAI,CAAC,cAAc,CAAC,YAAY,EAAE,CAAC;QACrF,oBAAe,GAA4B,IAAI,oDAAe,CAAS,IAAI,CAAC,CAAC;QAC7E,kBAAa,GAAuB,IAAI,CAAC,eAAe,CAAC,YAAY,EAAE,CAAC;QAExE,mBAAc,GAAG,IAAI,oDAAe,CAAsB,IAAI,CAAC,CAAC;QACxE,kBAAa,GAAG,IAAI,CAAC,cAAc,CAAC,YAAY,EAAE,CAAC;QAE3C,kBAAa,GAAG,IAAI,oDAAe,CAAsB,IAAI,CAAC,CAAC;QACvE,iBAAY,GAAG,IAAI,CAAC,aAAa,CAAC,YAAY,EAAE,CAAC;IAGjD,CAAC;IAED,IAAI,aAAa;QACf,OAAO,IAAI,CAAC,YAAY,CAAC;IAC3B,CAAC;IAED,IAAI,cAAc;QAChB,OAAO,IAAI,CAAC,aAAa,CAAC;IAC5B,CAAC;IAED,WAAW,CAAC,cAAqC;QAC/C,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;IAC3C,CAAC;IAED,YAAY,CAAC,cAAsB;QACjC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;IAC5C,CAAC;IAED,SAAS,CAAC,IAAY;QACpB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,wBAAwB,EAAE,GAAG,iFAAG,CAAC,cAAc,EAAE,EAAC,MAAM,EAAE,IAAI,EAAC,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IAC5H,CAAC;IAED,MAAM,CAAC,IAAU,EAAE,GAAW,EAAE,OAAgB;QAC9C,MAAM,QAAQ,GAAG,IAAI,QAAQ,EAAE,CAAC;QAChC,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;QAC9B,QAAQ,CAAC,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC;QAC5C,IAAI,GAAG,EAAE;YACP,QAAQ,CAAC,MAAM,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;SAC7B;QAED,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,wBAAwB,EAAE,GAAG,iFAAG,CAAC,gBAAgB,EAAE,QAAQ,CAAC,CAAC;IACnG,CAAC;IAED,OAAO,CAAC,IAAyB;QAC/B,MAAM,GAAG,GAAG,IAAI,8DAAsB,EAAE,CAAC;QACzC,GAAG,CAAC,KAAK,GAAG,IAAI,CAAC;QACjB,GAAG,CAAC,eAAe,GAAG,IAAI,CAAC,eAAe,CAAC;QAC3C,GAAG,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;QACrB,GAAG,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;QACrB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,wBAAwB,EAAE,GAAG,iFAAG,CAAC,YAAY,EAAE,GAAG,CAAC,CAAC;IAC1F,CAAC;IAED,cAAc,CAAC,IAAY;QACzB,OAAO,IAAI,CAAC,OAAO,CAAC,wBAAwB,EAAE,GAAG,iFAAG,CAAC,kBAAkB,GAAG,SAAS,GAAG,IAAI,CAAC;IAC7F,CAAC;IAED,qBAAqB,CAAC,IAAyB;QAC7C,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACjC,CAAC;IAED,oBAAoB,CAAC,IAAyB;QAC5C,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAChC,CAAC;CACF;;YAtD4B,+DAAU;YAAmB,2FAAa;;AAZ1D,iBAAiB;IAJ7B,gEAAU,CAAC;QACV,UAAU,EAAE,MAAM;KACnB,CAAC;2EAc2B,+DAAU,EAAmB,2FAAa;GAZ1D,iBAAiB,CAkE7B;AAlE6B;;;;;;;;;;;;ACZ9B,yCAAyC,gCAAgC,yBAAyB,iCAAiC,kCAAkC,mCAAmC,wBAAwB,oBAAoB,GAAG,uDAAuD,oBAAoB,8BAA8B,2BAA2B,GAAG,qDAAqD,oBAAoB,sBAAsB,8BAA8B,GAAG,2BAA2B,qBAAqB,sBAAsB,yBAAyB,kBAAkB,GAAG,mCAAmC,wBAAwB,oBAAoB,mBAAmB,oBAAoB,gCAAgC,uBAAuB,oBAAoB,GAAG,+CAA+C,uhF;;;;;;;;;;;;;;;;;ACA9yB;AAOvD,IAAa,yBAAyB,GAAtC,MAAa,yBAAyB;IAKpC;IACA,CAAC;IAED,QAAQ;IACR,CAAC;CACF;AARU;IAAR,2DAAK,EAAE;;6DAAoB;AACnB;IAAR,2DAAK,EAAE;;+DAAsB;AAHnB,yBAAyB;IALrC,+DAAS,CAAC;QACT,QAAQ,EAAE,sBAAsB;QAChC,6MAAiD;;KAElD,CAAC;;GACW,yBAAyB,CAUrC;AAVqC;;;;;;;;;;;;;ACLtC;AAAA;AAAA;AAAA;AAAO,MAAM,sBAAsB;CAKlC;AAEM,MAAM,mBAAmB;CAgB7B;AAEM,MAAM,iBAAiB;CAS7B;;;;;;;;;;;;;ACpCH;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAoC;AACO;AACC;AACR;AACC;AACsC;;;;;;;;;;;;ACL3E,mCAAmC,yBAAyB,kBAAkB,iCAAiC,kCAAkC,mCAAmC,iBAAiB,GAAG,yBAAyB,oBAAoB,mBAAmB,yBAAyB,GAAG,yBAAyB,wBAAwB,yCAAyC,8BAA8B,oBAAoB,GAAG,6BAA6B,yBAAyB,GAAG,qDAAqD,+BAA+B,GAAG,+BAA+B,iBAAiB,GAAG,8CAA8C,kBAAkB,qBAAqB,qBAAqB,0BAA0B,4BAA4B,gBAAgB,4BAA4B,GAAG,sDAAsD,oBAAoB,mBAAmB,GAAG,4DAA4D,yCAAyC,GAAG,qBAAqB,iBAAiB,gBAAgB,8BAA8B,8BAA8B,yBAAyB,kBAAkB,8BAA8B,gCAAgC,8BAA8B,2CAA2C,GAAG,qCAAqC,6BAA6B,GAAG,gCAAgC,sBAAsB,GAAG,8BAA8B,iCAAiC,kBAAkB,KAAK,GAAG,+CAA+C,2pJ;;;;;;;;;;;;;;;;;;;ACA7+C;AAMtB;AACP;AAOhD,IAAa,4BAA4B,GAAzC,MAAa,4BAA4B;IAQvC,YAAoB,cAA6B,EAC7B,aAA2B,EAC3B,kBAA2C;QAF3C,mBAAc,GAAd,cAAc,CAAe;QAC7B,kBAAa,GAAb,aAAa,CAAc;QAC3B,uBAAkB,GAAlB,kBAAkB,CAAyB;QARrD,eAAU,GAAkC,IAAI,0DAAY,EAAmB,CAAC;QAChF,YAAO,GAAG,IAAI,0DAAY,EAAW,CAAC;QAGhD,oBAAe,GAAG,WAAW,CAAC;IAK9B,CAAC;IAED,IAAI,MAAM;QACR,OAAO,IAAI,CAAC,OAAO,CAAC;IACtB,CAAC;IAED,QAAQ;QACN,IAAI,CAAC,WAAW,EAAE,CAAC;IACrB,CAAC;IAED,WAAW;QACT,IAAI,CAAC,cAAc,CAAC,UAAU,EAAE,CAAC,SAAS,CAAC,CAAC,OAAiB,EAAE,EAAE;YAC7D,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;YAC3C,IAAI,CAAC,OAAO,GAAG,MAAM,CAAC;QACxB,CAAC,CACF,CAAC;IACJ,CAAC;IAED,YAAY,CAAC,MAAW;QACtB,IAAI,CAAC,OAAO,GAAG,MAAM,CAAC,KAAK,CAAC;IAC9B,CAAC;IAED,kBAAkB,CAAC,GAAW;QAC5B,OAAO,EAAC,KAAK,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,EAAC;IAChC,CAAC;IAED,aAAa,CAAC,OAAO;QACnB,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;QAC7B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;YACvC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;SACpD;QACD,OAAO,QAAQ,CAAC;IAClB,CAAC;IAED,IAAI,CAAC,IAAY;QACf,IAAI,QAAQ,GAAG,EAAE,CAAC;QAClB,IAAI,IAAI,IAAI,IAAI,KAAK,EAAE,EAAE;YACvB,QAAQ,GAAG,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,OAAO,CAAC;SACtC;aAAM,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE;YACrB,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,0FAAY,CAAC,YAAY,CAAC,CAAC;YACnD,IAAI,CAAC,kBAAkB,CAAC,aAAa,CAAC,oBAAoB,CAAC,CAAC;SAC7D;QACD,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,0FAAY,CAAC,cAAc,CAAC,CAAC;QACtD,MAAM,IAAI,GAAG,QAAQ,KAAK,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC;QACzD,MAAM,QAAQ,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC;QACrD,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,6FAAe,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC;IAC5D,CAAC;IAED,OAAO,CAAC,MAAe;QACrB,IAAI,CAAC,MAAM,EAAE;YACX,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;SACzB;IACH,CAAC;CACF;;YAxDqC,6DAAa;YACd,0FAAY;YACP,qGAAuB;;AATtD;IAAR,2DAAK,EAAE;oEAAO,6FAAe;0DAAC;AACrB;IAAT,4DAAM,EAAE;oEAAa,0DAAY;gEAAwD;AAChF;IAAT,4DAAM,EAAE;;6DAAuC;AAHrC,4BAA4B;IALxC,+DAAS,CAAC;QACT,QAAQ,EAAE,0BAA0B;QACpC,qNAAqD;;KAEtD,CAAC;2EASoC,6DAAa;QACd,0FAAY;QACP,qGAAuB;GAVpD,4BAA4B,CAgExC;AAhEwC;;;;;;;;;;;;ACdzC,gGAAgG,WAAW,2DAA2D,GAAG,wBAAwB,qBAAqB,oBAAoB,mBAAmB,GAAG,KAAK,8BAA8B,4DAA4D,+CAA+C,sCAAsC,GAAG,YAAY,+BAA+B,iCAAiC,iBAAiB,gBAAgB,oBAAoB,WAAW,cAAc,YAAY,aAAa,GAAG,sCAAsC,iBAAiB,GAAG,0DAA0D,0BAA0B,GAAG,8BAA8B,0BAA0B,GAAG,cAAc,yBAAyB,kBAAkB,oBAAoB,GAAG,gBAAgB,gBAAgB,8BAA8B,GAAG,cAAc,yBAAyB,kBAAkB,8BAA8B,gCAAgC,gBAAgB,GAAG,kBAAkB,gBAAgB,GAAG,sBAAsB,kBAAkB,8BAA8B,4DAA4D,+CAA+C,sCAAsC,kBAAkB,uBAAuB,GAAG,yBAAyB,gCAAgC,GAAG,YAAY,uBAAuB,cAAc,iBAAiB,GAAG,4BAA4B,gBAAgB,GAAG,iBAAiB,gBAAgB,GAAG,iBAAiB,wBAAwB,2BAA2B,uBAAuB,gBAAgB,eAAe,eAAe,gBAAgB,GAAG,4BAA4B,8BAA8B,GAAG,kCAAkC,4BAA4B,GAAG,qCAAqC,8BAA8B,iBAAiB,GAAG,2CAA2C,oBAAoB,8BAA8B,GAAG,iDAAiD,yCAAyC,GAAG,iCAAiC,iCAAiC,GAAG,4BAA4B,gBAAgB,iBAAiB,qBAAqB,sBAAsB,uBAAuB,4BAA4B,GAAG,uCAAuC,iCAAiC,GAAG,uCAAuC,yCAAyC,sDAAsD,GAAG,wCAAwC,qBAAqB,uBAAuB,GAAG,0BAA0B,8BAA8B,GAAG,4BAA4B,mBAAmB,GAAG,gBAAgB,iBAAiB,4BAA4B,iCAAiC,GAAG,+BAA+B,oBAAoB,0BAA0B,yBAAyB,GAAG,gBAAgB,uBAAuB,cAAc,eAAe,GAAG,uBAAuB,kBAAkB,GAAG,8BAA8B,sBAAsB,iBAAiB,wBAAwB,KAAK,+BAA+B,mBAAmB,kBAAkB,iCAAiC,+BAA+B,KAAK,yBAAyB,qBAAqB,KAAK,kBAAkB,oBAAoB,KAAK,sBAAsB,mCAAmC,KAAK,4DAA4D,6BAA6B,KAAK,mCAAmC,8BAA8B,kBAAkB,KAAK,wHAAwH,6BAA6B,KAAK,6BAA6B,8BAA8B,6BAA6B,4BAA4B,8BAA8B,KAAK,wBAAwB,yBAAyB,4BAA4B,mBAAmB,KAAK,wCAAwC,2BAA2B,KAAK,6BAA6B,4BAA4B,KAAK,wCAAwC,mBAAmB,KAAK,iEAAiE,8BAA8B,2BAA2B,2BAA2B,KAAK,wCAAwC,kBAAkB,KAAK,iEAAiE,6BAA6B,2BAA2B,6BAA6B,KAAK,sCAAsC,8BAA8B,8BAA8B,wBAAwB,KAAK,GAAG,+CAA+C,m8d;;;;;;;;;;;;;;;;;;;;;;ACArrJ;AAChB;AAoBQ;AAEK;AAC3B;AACjC,MAAM,CAAC,GAAG,mCAAM,CAAC;AAOjB,IAAa,kBAAkB,GAA/B,MAAa,kBAAkB;IAuB7B,YAAoB,cAA6B,EAC7B,aAA2B,EACnC,aAAkC,EAClC,kBAAsC,EACtC,eAAgC,EACxB,cAA6B,EAC7B,kBAAqC,EACrC,sBAA6C,EAC7C,eAA+B,EAC/B,iBAAmC,EACnC,YAA6B,EAC7B,mBAAuC,EACvC,mBAAuC;QAZvC,mBAAc,GAAd,cAAc,CAAe;QAC7B,kBAAa,GAAb,aAAa,CAAc;QAI3B,mBAAc,GAAd,cAAc,CAAe;QAC7B,uBAAkB,GAAlB,kBAAkB,CAAmB;QACrC,2BAAsB,GAAtB,sBAAsB,CAAuB;QAC7C,oBAAe,GAAf,eAAe,CAAgB;QAC/B,sBAAiB,GAAjB,iBAAiB,CAAkB;QACnC,iBAAY,GAAZ,YAAY,CAAiB;QAC7B,wBAAmB,GAAnB,mBAAmB,CAAoB;QACvC,wBAAmB,GAAnB,mBAAmB,CAAoB;QAlC3D,UAAK,GAAG,QAAQ,CAAC;QACjB,UAAK,GAAgB,EAAE,CAAC;QAGxB,mBAAc,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC;QAC5B,qBAAgB,GAAG,IAAI,CAAC;QAExB,qBAAgB,GAAG,0FAAY,CAAC,WAAW,CAAC;QAE5C,eAAU,GAAe,wFAAU,CAAC,OAAO,EAAE,CAAC;QAC9C,oBAAe,GAAG,+FAAiB,CAAC,kBAAkB,EAAE,CAAC;QACzD,gBAAW,GAAG,+FAAiB,CAAC,cAAc,EAAE,CAAC;QACjD,sBAAiB,GAAG,KAAK,CAAC;QAC1B,oBAAe,GAAG,KAAK,CAAC;QACxB,WAAM,GAAG,KAAK,CAAC;QAEP,SAAI,GAAG,KAAK,CAAC;QAGrB,mBAAc,GAAG,KAAK,CAAC;QACvB,uBAAkB,GAAG,KAAK,CAAC;QAgBzB,IAAI,CAAC,IAAI,GAAG,YAAY,OAAK,IAAI,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC;QACxF,aAAa,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC,YAAY,EAAE,EAAE;YACrD,IAAI,CAAC,YAAY,GAAG,YAAY,CAAC;QACnC,CAAC,CAAC,CAAC;QAEH,kBAAkB,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC,OAAO,EAAE,EAAE;YACrD,IAAI,OAAO,EAAE;gBACX,IAAI,CAAS,CAAC;gBACd,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;oBACnC,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,SAAS,CAAC,CAAC,GAAoB,EAAE,EAAE;wBAC5G,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;oBAC/E,CAAC,CAAC,CAAC;iBACJ;aACF;QACH,CAAC,CAAC,CAAC;QAEH,eAAe,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC,IAAY,EAAE,EAAE;YACpD,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,IAAI,EAAE,0FAAY,CAAC,gBAAgB,CAAC,CAAC;QAC9E,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,SAAS,GAAG,cAAc,CAAC,SAAS,EAAE,CAAC;QAC5C,cAAc,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;YACtC,IAAI,CAAC,SAAS,GAAG,cAAc,CAAC,SAAS,EAAE,CAAC;QAC9C,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,sBAAsB,CAAC,gBAAgB,CAAC,SAAS,CAAC,CAAC,IAAa,EAAE,EAAE;YACvE,IAAI,CAAC,UAAU,CAAC,IAAI,GAAG,IAAI,CAAC;QAC9B,CAAC,CAAC,CAAC;QACH,IAAI,CAAC,sBAAsB,CAAC,kBAAkB,CAAC,SAAS,CAAC,CAAC,MAAe,EAAE,EAAE;YAC3E,IAAI,CAAC,UAAU,CAAC,MAAM,GAAG,MAAM,CAAC;QAClC,CAAC,CAAC,CAAC;QACH,IAAI,CAAC,sBAAsB,CAAC,qBAAqB,CAAC,SAAS,CAAC,CAAC,SAAkB,EAAE,EAAE;YACjF,IAAI,CAAC,UAAU,CAAC,SAAS,GAAG,SAAS,CAAC;QACxC,CAAC,CAAC,CAAC;QACH,IAAI,CAAC,sBAAsB,CAAC,iBAAiB,CAAC,SAAS,CAAC,CAAC,KAAa,EAAE,EAAE;YACxE,IAAI,CAAC,UAAU,CAAC,KAAK,GAAG,KAAK,CAAC;QAChC,CAAC,CAAC,CAAC;QACH,IAAI,CAAC,sBAAsB,CAAC,mBAAmB,CAAC,SAAS,CAAC,CAAC,OAAe,EAAE,EAAE;YAC5E,IAAI,CAAC,UAAU,CAAC,OAAO,GAAG,OAAO,CAAC;QACpC,CAAC,CAAC,CAAC;QACH,IAAI,CAAC,sBAAsB,CAAC,oBAAoB,CAAC,SAAS,CAAC,CAAC,QAAgB,EAAE,EAAE;YAC9E,IAAI,CAAC,UAAU,CAAC,QAAQ,GAAG,QAAQ,CAAC;QACtC,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,sBAAsB,CAAC,gBAAgB,CAAC,SAAS,CAAC,CAAC,IAAY,EAAE,EAAE;YACtE,IAAI,CAAC,UAAU,CAAC,IAAI,GAAG,IAAI,CAAC;QAC9B,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,sBAAsB,CAAC,qBAAqB,CAAC,SAAS,CAAC,CAAC,SAAkB,EAAE,EAAE;YACjF,IAAI,CAAC,UAAU,CAAC,SAAS,GAAG,SAAS,CAAC;QACxC,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,sBAAsB,CAAC,iBAAiB,CAAC,SAAS,CAAC,CAAC,KAAa,EAAE,EAAE;YACxE,IAAI,CAAC,UAAU,CAAC,KAAK,GAAG,KAAK,CAAC;QAChC,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,sBAAsB,CAAC,gBAAgB,CAAC,SAAS,CAAC,CAAC,IAAY,EAAE,EAAE;YACtE,IAAI,CAAC,UAAU,CAAC,IAAI,GAAG,IAAI,CAAC;QAC9B,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,kBAAkB,CAAC,gBAAgB,CAAC,SAAS,CAAC,CAAC,IAAa,EAAE,EAAE;YACnE,IAAI,CAAC,UAAU,CAAC,IAAI,GAAG,IAAI,CAAC;QAC9B,CAAC,CAAC,CAAC;QACH,IAAI,CAAC,kBAAkB,CAAC,kBAAkB,CAAC,SAAS,CAAC,CAAC,MAAe,EAAE,EAAE;YACvE,IAAI,CAAC,UAAU,CAAC,MAAM,GAAG,MAAM,CAAC;QAClC,CAAC,CAAC,CAAC;QACH,IAAI,CAAC,kBAAkB,CAAC,qBAAqB,CAAC,SAAS,CAAC,CAAC,SAAkB,EAAE,EAAE;YAC7E,IAAI,CAAC,UAAU,CAAC,SAAS,GAAG,SAAS,CAAC;QACxC,CAAC,CAAC,CAAC;QACH,IAAI,CAAC,kBAAkB,CAAC,iBAAiB,CAAC,SAAS,CAAC,CAAC,KAAa,EAAE,EAAE;YACpE,IAAI,CAAC,UAAU,CAAC,KAAK,GAAG,KAAK,CAAC;QAChC,CAAC,CAAC,CAAC;QACH,IAAI,CAAC,kBAAkB,CAAC,mBAAmB,CAAC,SAAS,CAAC,CAAC,OAAe,EAAE,EAAE;YACxE,IAAI,CAAC,UAAU,CAAC,OAAO,GAAG,OAAO,CAAC;QACpC,CAAC,CAAC,CAAC;QACH,IAAI,CAAC,kBAAkB,CAAC,oBAAoB,CAAC,SAAS,CAAC,CAAC,QAAgB,EAAE,EAAE;YAC1E,IAAI,CAAC,UAAU,CAAC,QAAQ,GAAG,QAAQ,CAAC;QACtC,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,kBAAkB,CAAC,gBAAgB,CAAC,SAAS,CAAC,CAAC,IAAY,EAAE,EAAE;YAClE,IAAI,CAAC,UAAU,CAAC,IAAI,GAAG,IAAI,CAAC;QAC9B,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,kBAAkB,CAAC,qBAAqB,CAAC,SAAS,CAAC,CAAC,SAAkB,EAAE,EAAE;YAC7E,IAAI,CAAC,UAAU,CAAC,SAAS,GAAG,SAAS,CAAC;QACxC,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,kBAAkB,CAAC,iBAAiB,CAAC,SAAS,CAAC,CAAC,KAAa,EAAE,EAAE;YACpE,IAAI,CAAC,UAAU,CAAC,KAAK,GAAG,KAAK,CAAC;QAChC,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,kBAAkB,CAAC,gBAAgB,CAAC,SAAS,CAAC,CAAC,IAAY,EAAE,EAAE;YAClE,IAAI,CAAC,UAAU,CAAC,IAAI,GAAG,IAAI,CAAC;QAC9B,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,YAAY,CAAC,WAAW,CAAC,SAAS,CAAC,CAAC,IAAY,EAAE,EAAE;YACvD,IAAI,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE;gBAChC,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC;aACxB;QACH,CAAC,CAAC,CAAC;IACL,CAAC;IAED,QAAQ;QACN,IAAI,IAAI,CAAC,YAAY,CAAC,eAAe,KAAK,EAAE,EAAC;YAC3C,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC;YACtB,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,YAAY,CAAC,eAAe,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;SAC5D;IACH,CAAC;IAED,eAAe;QACb,IAAI,CAAC,mBAAmB;aACvB,gBAAgB;aAChB,SAAS,CAAC,CAAC,OAAgB,EAAE,EAAE,CAAC,IAAI,CAAC,SAAS,GAAG,OAAO,CAAC,CAAC;IAC7D,CAAC;IAED,IAAI,aAAa;QACf,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC;IAC9D,CAAC;IAED,IAAI,cAAc;QAChB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC;IAC/D,CAAC;IAED,IAAI,YAAY;QACd,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;IAC7D,CAAC;IAED,IAAI,WAAW;QACb,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC;IAC5D,CAAC;IAED,IAAI,YAAY;QACd,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;IAC7D,CAAC;IAED,IAAI,sBAAsB;QACxB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC;IACvE,CAAC;IAED,IAAI,kBAAkB;QACpB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC;IACnE,CAAC;IAED,IAAI,mBAAmB;QACrB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,aAAa,CAAC,CAAC,CAAC,IAAI,CAAC;IACpE,CAAC;IAED,SAAS,CAAC,EAAU;QAClB,IAAI,IAAI,CAAC,IAAI,EAAE;YACb,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,QAAQ,GAAG,KAAK,CAAC;SACrC;QACD,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAC9B,CAAC;IAED,QAAQ;QACN,IAAI,CAAC,IAAI,CAAC,cAAc,EAAE;YACxB,IAAI,CAAC,SAAS,CAAC,0FAAY,CAAC,cAAc,CAAC,CAAC;SAC7C;IACH,CAAC;IAED,SAAS,CAAC,MAAc;QACtB,IAAI,CAAC,cAAc,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,SAAS,CAAC,CAAC,KAAkB,EAAE,EAAE,CAAC,IAAI,CAAC,KAAK,GAAG,KAAK,IAAI,EAAE,CAAC,CAAC;IACpG,CAAC;IAEO,MAAM,CAAC,EAAU;QACvB,oBAAoB;QACpB,OAAO,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC;IACtB,CAAC;IAED,YAAY,CAAC,MAAkB;QAC7B,OAAO,IAAI,CAAC,sBAAsB,CAAC;IACrC,CAAC;IAED,UAAU;QACR,IAAI,CAAC,IAAI,GAAG,IAAI,6FAAe,EAAE,CAAC;QAClC,MAAM,IAAI,GAAG,IAAI,uFAAS,CAAC;QAC3B,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC;QACjB,IAAI,CAAC,MAAM,GAAG,GAAG,CAAC;QAClB,IAAI,CAAC,IAAI,GAAG,2HAA2H,CAAC;QACxI,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;QAChB,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC;QACrB,IAAI,CAAC,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;QACrB,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAC3B,IAAI,CAAC,IAAI,CAAC,IAAI,GAAG,mBAAmB,CAAC;QACrC,IAAI,CAAC,WAAW,GAAG,IAAI,6FAAe,CAAC,mBAAmB,EAAE,EAAE,CAAC,CAAC;QAChE,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC;QAC5B,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC;IAC/B,CAAC;IAED,UAAU,CAAC,MAAc,EAAE,QAAgB,EAAE,OAAe;QAC1D,IAAI,CAAC,WAAW,GAAG,IAAI,6FAAe,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;QACzD,IAAI,CAAC,cAAc,CAAC,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,IAAqB,EAAE,EAAE;YAC/E,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;YACpB,MAAM,IAAI,GAAG,YAAY,OAAK,IAAI,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC;YACzF,IAAG,IAAI,EAAE;gBACP,MAAM,QAAQ,GAAG,IAAI,gBAAgB,CAAC,UAAU,SAAS;oBACvD,IAAG,CAAC,CAAC,sBAAsB,CAAC,CAAC,MAAM,GAAG,CAAC,EAAE;wBACvC,CAAC,CAAC,sBAAsB,CAAC,CAAC,IAAI,CAAC,iBAAiB,EAAE,MAAM,CAAC,CAAC;wBAC1D,QAAQ,CAAC,UAAU,EAAE,CAAC;qBACvB;gBACH,CAAC,CAAC,CAAC;gBACH,QAAQ,CAAC,OAAO,CAAC,QAAQ,EAAE,EAAC,UAAU,EAAE,KAAK,EAAE,SAAS,EAAE,IAAI,EAAE,aAAa,EAAE,KAAK,EAAE,OAAO,EAAE,IAAI,EAAC,CAAC,CAAC;aACvG;QACH,CAAC,CACF,CAAC;QACF,IAAI,CAAC,SAAS,EAAE,CAAC;QACjB,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IAED,WAAW,CAAC,MAAM;QAChB,IAAI,CAAC,cAAc,GAAG,MAAM,CAAC;IAC/B,CAAC;IAEO,QAAQ,CAAC,IAAqB;QACpC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE;YACnC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,QAAQ,GAAG,IAAI,CAAC;YACnC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,GAAG,GAAG,CAAC;YAC/B,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,GAAG,GAAG,CAAC;YAChC,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;SAC3C;QACD,IAAI,CAAC,cAAc,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC;QACjC,IAAI,CAAC,gBAAgB,GAAG,KAAK,CAAC;IAChC,CAAC;IAEO,SAAS;QACf,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE;YAClC,OAAO;SACR;QACD,KAAK,MAAM,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE;YAClC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;SAClB;IACH,CAAC;IAED,MAAM,CAAC,MAAc;QACnB,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,aAAa,CAAC,CAAC,SAAS,CAAC,GAAG,EAAE;YAC1E,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;QACrB,CAAC,CAAC,CAAC;IACL,CAAC;IAED,cAAc,CAAC,MAAc;QAC3B,IAAI,IAAI,CAAC,cAAc;YACrB,OAAO;QACT,CAAC,CAAC,aAAa,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;QAC9B,IAAG,IAAI,CAAC,IAAI,EAAE;YACZ,IAAI,CAAC,iBAAiB,CAAC,gBAAgB,EAAE,CAAC;YAC1C,IAAI,CAAC,iBAAiB,CAAC,gBAAgB,EAAE,CAAC;SAC3C;QACD,IAAI,CAAC,kBAAkB,CAAC,oBAAoB,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;QAC3D,CAAC,CAAC,aAAa,CAAC,CAAC,EAAE,CAAC,OAAO,EAAE,GAAG,EAAE;YAChC,MAAM,YAAY,GAAG,QAAQ,CAAC,oBAAoB,CAAC,MAAM,CAAC,CAAC;YAC3D,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,YAAY,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,EAAE,CAAC,EAAE;gBACvD,IAAI,YAAY,CAAC,CAAC,CAAC,CAAC,YAAY,CAAC,MAAM,CAAC,KAAK,GAAG,EAAE;oBAChD,YAAY,CAAC,CAAC,CAAC,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC;oBACxC,YAAY,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,GAAG,MAAM,GAAG,IAAI,CAAC;iBAChD;aACF;QACH,CAAC,CAAC,CAAC;IACL,CAAC;IAED,UAAU,CAAC,MAAc;QACvB,IAAI,IAAI,CAAC,cAAc;YACrB,OAAO;QACT,KAAK,CAAC,cAAc,EAAE,CAAC;QACvB,KAAK,CAAC,eAAe,EAAE,CAAC;QACxB,IAAG,IAAI,CAAC,IAAI,EAAE;YACZ,IAAI,CAAC,iBAAiB,CAAC,gBAAgB,EAAE,CAAC;YAC1C,IAAI,CAAC,iBAAiB,CAAC,gBAAgB,EAAE,CAAC;SAC3C;QACD,IAAI,CAAC,kBAAkB,CAAC,gBAAgB,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACzD,CAAC;IAED,iBAAiB,CAAC,MAAM,EAAE,EAAW;QACnC,MAAM,CAAC,cAAc,EAAE,CAAC;QACxB,MAAM,CAAC,eAAe,EAAE,CAAC;QACzB,IAAI,IAAI,CAAC,cAAc,EAAE;YACvB,OAAO;SACR;QACD,IAAG,IAAI,CAAC,IAAI,EAAE;YACZ,IAAI,CAAC,iBAAiB,CAAC,gBAAgB,EAAE,CAAC;YAC1C,IAAI,CAAC,iBAAiB,CAAC,gBAAgB,EAAE,CAAC;SAC3C;QACD,IAAI,EAAE,EAAE;YACN,IAAI,CAAC,iBAAiB,GAAG,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACjD,IAAI,CAAC,eAAe,GAAG,KAAK,CAAC;SAC9B;aAAM;YACL,IAAI,CAAC,eAAe,GAAG,CAAC,IAAI,CAAC,eAAe,CAAC;YAC7C,IAAI,CAAC,iBAAiB,GAAG,KAAK,CAAC;SAChC;IACH,CAAC;IAED,gBAAgB,CAAC,MAAM,EAAE,UAAmB;QAC1C,MAAM,CAAC,cAAc,EAAE,CAAC;QACxB,MAAM,CAAC,eAAe,EAAE,CAAC;QACzB,IAAI,UAAU,EAAE;YACd,IAAI,CAAC,cAAc,GAAG,CAAC,IAAI,CAAC,cAAc,CAAC;YAC3C,IAAI,CAAC,kBAAkB,GAAG,KAAK,CAAC;SACjC;aAAM;YACL,IAAI,CAAC,kBAAkB,GAAG,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACnD,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC;SAC7B;IACH,CAAC;IAED,WAAW,CAAC,MAAc;QACxB,IAAG,IAAI,CAAC,IAAI,EAAE;YACZ,IAAI,CAAC,iBAAiB,CAAC,gBAAgB,EAAE,CAAC;YAC1C,IAAI,CAAC,iBAAiB,CAAC,gBAAgB,EAAE,CAAC;SAC3C;QACD,IAAI,IAAI,CAAC,iBAAiB,EAAE;YAC1B,IAAI,CAAC,iBAAiB,GAAG,KAAK,CAAC;YAC/B,IAAI,CAAC,kBAAkB,CAAC,mBAAmB,CAAC,MAAM,CAAC,CAAC;SACrD;aAAM;YACL,IAAI,CAAC,eAAe,GAAG,KAAK,CAAC;YAC7B,IAAI,CAAC,kBAAkB,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC;SACnD;IACH,CAAC;IAED,UAAU,CAAC,KAAK;QACd,IAAI,IAAI,CAAC,cAAc;YACrB,OAAO;QACT,KAAK,CAAC,cAAc,EAAE,CAAC;QACvB,KAAK,CAAC,eAAe,EAAE,CAAC;QACxB,IAAG,IAAI,CAAC,IAAI,EAAE;YACZ,IAAI,CAAC,iBAAiB,CAAC,gBAAgB,EAAE,CAAC;YAC1C,IAAI,CAAC,iBAAiB,CAAC,gBAAgB,EAAE,CAAC;SAC3C;QACD,IAAI,CAAC,kBAAkB,CAAC,gBAAgB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;IAClE,CAAC;IAED,UAAU;QACR,IAAI,IAAI,CAAC,cAAc;YACrB,OAAO;QACT,KAAK,CAAC,cAAc,EAAE,CAAC;QACvB,KAAK,CAAC,eAAe,EAAE,CAAC;QACxB,IAAI,CAAC,kBAAkB,CAAC,IAAI,EAAE,CAAC;IACjC,CAAC;IAED,UAAU;QACR,IAAI,IAAI,CAAC,cAAc;YACrB,OAAO;QACT,KAAK,CAAC,cAAc,EAAE,CAAC;QACvB,KAAK,CAAC,eAAe,EAAE,CAAC;QACxB,IAAI,CAAC,kBAAkB,CAAC,IAAI,EAAE,CAAC;IACjC,CAAC;IAED,YAAY,CAAC,KAAK;QAChB,IAAI,IAAI,CAAC,cAAc;YACrB,OAAO;QACT,KAAK,CAAC,cAAc,EAAE,CAAC;QACvB,KAAK,CAAC,eAAe,EAAE,CAAC;QACxB,IAAG,IAAI,CAAC,IAAI,EAAE;YACZ,IAAI,CAAC,iBAAiB,CAAC,gBAAgB,EAAE,CAAC;YAC1C,IAAI,CAAC,iBAAiB,CAAC,gBAAgB,EAAE,CAAC;SAC3C;QACD,IAAI,CAAC,kBAAkB,CAAC,kBAAkB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC;IACtE,CAAC;IAED,eAAe,CAAC,KAAK;QACnB,IAAI,IAAI,CAAC,cAAc;YACrB,OAAO;QACT,KAAK,CAAC,cAAc,EAAE,CAAC;QACvB,KAAK,CAAC,eAAe,EAAE,CAAC;QACxB,IAAG,IAAI,CAAC,IAAI,EAAE;YACZ,IAAI,CAAC,iBAAiB,CAAC,gBAAgB,EAAE,CAAC;YAC1C,IAAI,CAAC,iBAAiB,CAAC,gBAAgB,EAAE,CAAC;SAC3C;QACD,IAAI,CAAC,kBAAkB,CAAC,qBAAqB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IAC5E,CAAC;IAED,OAAO,CAAC,MAAM;QACZ,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,aAAa,IAAI,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,UAAU,CAAC,MAAM,CAAC;YAChF,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,KAAK,KAAK,QAAQ,CAAC;YAClE,CAAC,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,aAAa;gBAC1C,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,aAAa,CAAC,UAAU,CAAC,MAAM,CAAC;gBAC5D,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,aAAa,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,KAAK,KAAK,QAAQ,CAAC,EAAE;YAElF,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;YACjC,OAAO;SACR;QACD,IAAI,CAAC,eAAe,GAAG,KAAK,CAAC;QAC7B,IAAI,CAAC,iBAAiB,GAAG,KAAK,CAAC;QAC/B,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IACnC,CAAC;IAED,eAAe,CAAC,KAAK;QACnB,IAAI,IAAI,CAAC,cAAc;YACrB,OAAO;QACT,KAAK,CAAC,cAAc,EAAE,CAAC;QACvB,KAAK,CAAC,eAAe,EAAE,CAAC;QACxB,IAAG,IAAI,CAAC,IAAI,EAAE;YACZ,IAAI,CAAC,iBAAiB,CAAC,gBAAgB,EAAE,CAAC;YAC1C,IAAI,CAAC,iBAAiB,CAAC,gBAAgB,EAAE,CAAC;SAC3C;QACD,IAAI,CAAC,kBAAkB,CAAC,qBAAqB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IAC5E,CAAC;IAED,WAAW,CAAC,KAAa;QACvB,IAAI,IAAI,CAAC,cAAc;YACrB,OAAO;QACT,KAAK,CAAC,cAAc,EAAE,CAAC;QACvB,KAAK,CAAC,eAAe,EAAE,CAAC;QACxB,IAAI,KAAK,KAAK,IAAI,CAAC,UAAU,CAAC,KAAK,EAAE;YACnC,KAAK,GAAG,MAAM,CAAC;SAChB;QACD,IAAI,CAAC,kBAAkB,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAC;QACjD,IAAI,CAAC,UAAU,CAAC,KAAK,GAAG,KAAK,CAAC;IAChC,CAAC;IAED,UAAU,CAAC,IAAY;QACrB,IAAI,IAAI,CAAC,cAAc;YACrB,OAAO;QACT,KAAK,CAAC,cAAc,EAAE,CAAC;QACvB,KAAK,CAAC,eAAe,EAAE,CAAC;QAExB,IAAI,IAAI,KAAK,IAAI,CAAC,UAAU,CAAC,IAAI,EAAE;YACjC,IAAI,CAAC,UAAU,CAAC,IAAI,GAAG,EAAE,CAAC;YAC1B,wCAAwC;YACxC,IAAI,CAAC,kBAAkB,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC;YAC/C,gDAAgD;YAChD,IAAI,CAAC,kBAAkB,CAAC,gBAAgB,CAAC,EAAE,CAAC,CAAC;SAC9C;aAAM;YACL,IAAI,CAAC,UAAU,CAAC,IAAI,GAAG,IAAI,CAAC;YAC5B,IAAI,CAAC,kBAAkB,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC;SAChD;QACD,IAAG,IAAI,CAAC,IAAI,EAAE;YACZ,IAAI,CAAC,iBAAiB,CAAC,gBAAgB,EAAE,CAAC;YAC1C,IAAI,CAAC,iBAAiB,CAAC,gBAAgB,EAAE,CAAC;SAC3C;IACH,CAAC;IAED,YAAY;QACV,IAAI,IAAI,CAAC,gBAAgB;YACvB,OAAO;QACT,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;IAC/E,CAAC;IAED,IAAI;QACF,IAAI,IAAI,CAAC,cAAc;YACrB,OAAO;QACT,IAAG,IAAI,CAAC,WAAW,EAAE;YACnB,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,KAAK,mBAAmB,EAAE;gBAC1C,IAAI,CAAC,SAAS,CAAC,0FAAY,CAAC,cAAc,CAAC,CAAC;aAC7C;iBAAM;gBACL,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;aACjC;SACF;IACH,CAAC;IAEF,QAAQ,CAAC,WAA4B;QAClC,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK;YAChC,OAAO;QACT,MAAM,QAAQ,GAAG,IAAI,sFAAQ,CAAC,WAAW,CAAC,IAAI,EAAE,WAAW,CAAC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,CAAC;QACvF,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,SAAS,CAAC,CAAC,QAAyB,EAAE,EAAE;YACzE,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC;YACxB,IAAI,CAAC,WAAW,GAAG,IAAI,6FAAe,CAAC,QAAQ,CAAC,IAAI,EAAE,WAAW,CAAC,QAAQ,CAAC,CAAC;YAC5E,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,0FAAY,CAAC,gBAAgB,CAAC,CAAC;QACzD,CAAC,CAAC,CAAC;IACL,CAAC;IAED,SAAS;QACP,IAAI,IAAI,CAAC,cAAc;YACrB,OAAO;QACT,IAAG,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE;YAClB,MAAM,IAAI,GAAG,IAAI,uFAAS,CAAC;YAC3B,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC;YACjB,IAAI,CAAC,MAAM,GAAG,GAAG,CAAC;YAClB,sFAAsF;YACtF,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,UAAU,EAAE,kCAAkC,CAAC,CAAC;YACpF,MAAM,SAAS,GAAG,CAAC,IAAI,CAAC,CAAC;YACzB,IAAI,CAAC,mBAAmB,CAAC,WAAW,CAAC,SAAS,CAAC,CAAC;SACjD;IACH,CAAC;IAED,YAAY,CAAC,MAAM;QACjB,IAAI,IAAI,CAAC,IAAI,IAAI,MAAM,EAAE;YACvB,IAAG,IAAI,CAAC,IAAI,EAAE;gBACZ,CAAC,CAAC,sBAAsB,CAAC,CAAC,IAAI,CAAC,iBAAiB,EAAE,MAAM,CAAC,CAAC;aAC3D;iBAAM;gBACL,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,QAAQ,GAAG,IAAI,CAAC;aACpC;YACD,IAAI,CAAC,iBAAiB,CAAC,gBAAgB,EAAE,CAAC;SAC3C;IACH,CAAC;CACF;;YAjfqC,6DAAa;YACd,0FAAY;YACpB,0EAAmB;YACd,gGAAkB;YACrB,6FAAe;YACR,2FAAa;YACT,+FAAiB;YACb,mGAAqB;YAC5B,4FAAc;YACZ,8FAAgB;YACrB,6FAAe;YACR,gGAAkB;YAClB,gGAAkB;;AAnChD,kBAAkB;IAL9B,+DAAS,CAAC;QACT,QAAQ,EAAE,wBAAwB;QAClC,yKAA0C;;KAE3C,CAAC;2EAwBoC,6DAAa;QACd,0FAAY;QACpB,0EAAmB;QACd,gGAAkB;QACrB,6FAAe;QACR,2FAAa;QACT,+FAAiB;QACb,mGAAqB;QAC5B,4FAAc;QACZ,8FAAgB;QACrB,6FAAe;QACR,gGAAkB;QAClB,gGAAkB;GAnChD,kBAAkB,CAwgB9B;AAxgB8B;;;;;;;;;;;;;;;;;;;;;;AChCU;AACI;AACoC;AACjC;AACC;AAKjD,IAAa,mBAAmB,GAAhC,MAAa,mBAAmB;IAI9B,YAAoB,KAAiB,EAAU,OAAsB;QAAjD,UAAK,GAAL,KAAK,CAAY;QAAU,YAAO,GAAP,OAAO,CAAe;QAH7D,kBAAa,GAAkC,IAAI,oDAAe,CAAC,IAAI,2DAAY,EAAE,CAAC,CAAC;QACvF,mBAAc,GAA6B,IAAI,CAAC,aAAa,CAAC,YAAY,EAAE,CAAC;IAIrF,CAAC;IAED,IAAI,aAAa;QACf,OAAO,IAAI,CAAC,cAAc,CAAC;IAC7B,CAAC;IAED,IAAI;QACF,OAAO,IAAI,OAAO,CAAO,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;YAC3C,MAAM,cAAc,GAAG,IAAI,CAAC,OAAO,CAAC,iBAAiB,CAAC,iFAAG,CAAC,UAAU,CAAC,CAAC;YACtE,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,cAAc,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC,SAAS,EAAE,CAAC,IAAI,CAAC,CAAC,QAAsB,EAAE,EAAE;gBAC9F,MAAM,YAAY,GAAiB,QAAQ,CAAC;gBAC5C,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;gBACtC,OAAO,EAAE,CAAC;YACZ,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,QAAa,EAAE,EAAE;gBACzB,MAAM,CAAC,iCAAiC,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC;YACtE,CAAC,CAAC,CAAC;QACL,CAAC,CAAC,CAAC;IACL,CAAC;CAEF;;YArB4B,+DAAU;YAAmB,2FAAa;;AAJ1D,mBAAmB;IAH/B,gEAAU,CAAC;QACV,UAAU,EAAE,MAAM;KACnB,CAAC;2EAK2B,+DAAU,EAAmB,2FAAa;GAJ1D,mBAAmB,CAyB/B;AAzB+B;;;;;;;;;;;;;ACThC;AAAA;AAAO,MAAM,YAAY;CAcxB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACduD;AACuB;AACN;AACf;AACW;AACT;AACJ;AACE;AAC2C;AACtD;AAOQ;AACK;AAErD,SAAS,aAAa,CAAC,mBAAwC;IACpE,MAAM,MAAM,GAAI,GAAG,EAAE,CAAC,mBAAmB,CAAC,IAAI,EAAE,CAAC;IACjD,OAAO,MAAM,CAAC;AAChB,CAAC;AAED,+HAA+H;AAC/H,WAAW;AACJ,SAAS,uBAAuB,CAAC,OAA2B;IACjE,OAAO,IAAI,4GAA6B,CAAC,OAAO,CAAC,CAAC;AACpD,CAAC;AAuCD,IAAa,YAAY,oBAAzB,MAAa,YAAY;IACvB;QACE,yEAAO,CAAC,GAAG,CAAC,qEAAG,EAAC,uEAAG,CAAC,CAAC;IACvB,CAAC;IACD,MAAM,CAAC,OAAO,CAAC,WAAoB;QACjC,kFAAG,CAAC,oBAAoB,GAAG,WAAW;QACtC,OAAO;YACL,QAAQ,EAAE,cAAY;SACvB,CAAC;IACJ,CAAC;CACF;AAVY,YAAY;IArCxB,8DAAQ,CAAC;QACR,YAAY,EAAE,CAAC,wEAAkB,EAAC,mHAA4B,CAAC;QAC/D,OAAO,EAAE;YACP,uEAAa;YACb,qGAAsB;YACtB,qEAAgB;YAChB,kFAAiB;SAClB;QACD,OAAO,EAAG;YACR,mHAA4B;YAC5B,wEAAkB;YAClB,qGAAsB;SACvB;QACD,SAAS,EAAE;YACT,8DAAa;YACb,4FAAa;YACb,2EAAmB;YACnB;gBACE,OAAO,EAAE,6DAAe;gBACxB,UAAU,EAAE,aAAa;gBACzB,IAAI,EAAE,CAAC,2EAAmB,CAAC;gBAC3B,KAAK,EAAE,IAAI;aACZ;YACD;gBACE,OAAO,EAAE,sEAAiB;gBAC1B,QAAQ,EAAE,sGAAuB;gBACjC,KAAK,EAAE,IAAI;aACZ;YACD,iGAAkB;YAClB;gBACE,OAAO,EAAE,sEAAiB;gBAC1B,UAAU,EAAE,uBAAuB;gBACnC,KAAK,EAAE,IAAI;gBACX,IAAI,EAAE,CAAC,iGAAkB,CAAC;aAC3B;SACF;KACF,CAAC;;GACW,YAAY,CAUxB;AAVwB;;;;;;;;;;;;;;;;;;;;ACnEgB;AACO;AAGM;AAKtD,IAAa,aAAa,GAA1B,MAAa,aAAa;IAExB,YAAoB,KAAiB,EAAU,OAAsB;QAAjD,UAAK,GAAL,KAAK,CAAY;QAAU,YAAO,GAAP,OAAO,CAAe;IACrE,CAAC;IAED,SAAS,CAAC,IAAY;QACpB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,oBAAoB,EAAE,GAAG,iFAAG,CAAC,cAAc,EAAE,EAAC,MAAM,EAAE,IAAI,EAAC,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IACxH,CAAC;IAED,UAAU;QACR,OAAO,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,OAAO,CAAC,oBAAoB,EAAE,GAAG,iFAAG,CAAC,YAAY,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IACrG,CAAC;IAED,QAAQ,CAAC,WAA4B;QACnC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,oBAAoB,EAAE,GAAG,iFAAG,CAAC,yBAAyB,EAAE,WAAW,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IAChI,CAAC;IAED,MAAM,CAAC,IAAU,EAAE,GAAW,EAAE,OAAgB;QAC9C,MAAM,QAAQ,GAAG,IAAI,QAAQ,EAAE,CAAC;QAChC,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;QAC9B,QAAQ,CAAC,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC;QAC5C,IAAI,GAAG,EAAE;YACP,QAAQ,CAAC,MAAM,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;SAC7B;QAED,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,oBAAoB,EAAE,GAAG,iFAAG,CAAC,gBAAgB,EAAE,QAAQ,CAAC,CAAC;IAC/F,CAAC;IAED,IAAI,CAAC,IAAc;QACjB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,oBAAoB,EAAE,GAAG,iFAAG,CAAC,SAAS,EAAE,IAAI,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IACzG,CAAC;IAED,cAAc,CAAC,WAA4B;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,oBAAoB,EAAE,GAAG,iFAAG,CAAC,kBAAkB,GAAG,SAAS,GAAG,WAAW,CAAC,IAAI,CAAC;IACrG,CAAC;CACF;;YAjC4B,+DAAU;YAAmB,2FAAa;;AAF1D,aAAa;IAHzB,gEAAU,CAAC;QACV,UAAU,EAAE,MAAM;KACnB,CAAC;2EAG2B,+DAAU,EAAmB,2FAAa;GAF1D,aAAa,CAmCzB;AAnCyB;;;;;;;;;;;;;ACT1B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAuC;AACO;AACN;AACO;AAC0B;AAC3B;AACA;AACF;AACE;AACH;AACI;AACM;AACT;;;;;;;;;;;;;ACZ5C;AAAA;AAAA;AAAyC;AAElC,MAAM,mBAAmB;IAI9B;QAHQ,cAAS,GAAoB,IAAI,4CAAO,EAAE,CAAC;QAClC,kBAAa,GAAuB,IAAI,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC;IAGnF,CAAC;IAED,IAAI,YAAY;QACd,OAAO,IAAI,CAAC,aAAa,CAAC;IAC5B,CAAC;IAED,YAAY,CAAC,MAAc;QACzB,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;IAC9B,CAAC;CACF;;;;;;;;;;;;;AChBD;AAAA;AAAA;AAAyC;AAElC,MAAM,sBAAsB;IAIjC;QAHQ,cAAS,GAAoB,IAAI,4CAAO,EAAE,CAAC;QAClC,kBAAa,GAAuB,IAAI,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC;IAGnF,CAAC;IAED,IAAI,YAAY;QACd,OAAO,IAAI,CAAC,aAAa,CAAC;IAC5B,CAAC;IAED,YAAY,CAAC,MAAc;QACzB,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;IAC9B,CAAC;CACF;;;;;;;;;;;;AChBD,uCAAuC,gBAAgB,iBAAiB,GAAG,8BAA8B,gBAAgB,iBAAiB,GAAG,8BAA8B,yCAAyC,kBAAkB,mBAAmB,gBAAgB,KAAK,GAAG,+CAA+C,myC;;;;;;;;;;;;;;;;;;ACAxN;AAC5B;AAO5E,IAAa,eAAe,GAA5B,MAAa,eAAe;IAU1B,YAAoB,cAA6B;QAA7B,mBAAc,GAAd,cAAc,CAAe;QALjD,eAAU,GAAG,KAAK,CAAC;QAMjB,IAAI,CAAC,SAAS,GAAG,cAAc,CAAC,SAAS,EAAE,CAAC;QAC5C,cAAc,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;YACtC,IAAI,CAAC,SAAS,GAAG,cAAc,CAAC,SAAS,EAAE,CAAC;QAC9C,CAAC,CAAC,CAAC;IACL,CAAC;IAED,QAAQ;QACN,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,MAAM,CAAC,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;IACzD,CAAC;IAED,WAAW,CAAC,CAAC;QACX,IAAI,GAAG,CAAC;QACR,IAAI,IAAI,CAAC,SAAS,EAAE;YAClB,GAAG,GAAG,EAAC,CAAC,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,EAAE,CAAC,CAAC,OAAO,EAAC,CAAC;SACpC;aAAM;YACL,MAAM,MAAM,GAAyB,MAAM,CAAC,KAAK,CAAC;YAClD,GAAG,GAAG,EAAC,CAAC,EAAE,MAAM,CAAC,OAAO,EAAE,CAAC,EAAE,MAAM,CAAC,OAAO,EAAC,CAAC;SAC9C;QACD,CAAC,CAAC,cAAc,EAAE,CAAC;QACnB,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC;QACvB,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC;QACtB,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC;IACjC,CAAC;IAED,SAAS,CAAC,CAAC;QACT,CAAC,CAAC,cAAc,EAAE,CAAC;QACnB,IAAI,CAAC,UAAU,GAAG,KAAK,CAAC;IAC1B,CAAC;IAED,WAAW,CAAC,CAAC;QACX,IAAI,GAAG,CAAC;QACR,IAAI,IAAI,CAAC,SAAS,EAAE;YAClB,GAAG,GAAG,EAAC,CAAC,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,EAAE,CAAC,CAAC,OAAO,EAAC,CAAC;SACpC;aAAM;YACL,MAAM,MAAM,GAAyB,MAAM,CAAC,KAAK,CAAC;YAClD,GAAG,GAAG,EAAC,CAAC,EAAE,MAAM,CAAC,OAAO,EAAE,CAAC,EAAE,MAAM,CAAC,OAAO,EAAC,CAAC;SAC9C;QACD,CAAC,CAAC,cAAc,EAAE,CAAC;QACnB,IAAI,IAAI,CAAC,UAAU,EAAE;YACnB,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC;YAC/B,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC;SACpB;IACH,CAAC;IAED,QAAQ,CAAC,KAAK;QACZ,IAAI,IAAI,CAAC,IAAI,EAAE;YACb,IAAI,CAAC,IAAI,CAAC,WAAW,GAAG,KAAK,CAAC;SAC/B;IACH,CAAC;IAED,QAAQ;QACN,OAAO,IAAI,CAAC,MAAM,CAAC,aAAa,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;IAC1D,CAAC;IAED,KAAK;QACH,IAAI,CAAC,MAAM,CAAC,aAAa,CAAC,KAAK,GAAG,IAAI,CAAC,MAAM,CAAC,aAAa,CAAC,KAAK,CAAC;IACpE,CAAC;IAED,WAAW,CAAC,OAAsB;QAChC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IAC5B,CAAC;IAED,QAAQ;QACN,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,QAAQ,EAAE,CAAC;IAChE,CAAC;IAED,SAAS;QACP,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,SAAS,EAAE,CAAC;IAChE,CAAC;CACF;;YAtEqC,2FAAa;;AARxC;IAAR,2DAAK,EAAE;;8CAAe;AAMc;IAApC,+DAAS,CAAC,QAAQ,EAAE,EAAC,MAAM,EAAE,IAAI,EAAC,CAAC;oEAAS,wDAAU;+CAAC;AAR7C,eAAe;IAL3B,+DAAS,CAAC;QACT,QAAQ,EAAE,WAAW;QACrB,2KAAsC;;KAEvC,CAAC;2EAWoC,2FAAa;GAVtC,eAAe,CAgF3B;AAhF2B;;;;;;;;;;;;;ACR5B;AAAA;AAAA;AAAyC;AAGlC,MAAM,oBAAoB;IAM/B;QALQ,cAAS,GAAsB,IAAI,4CAAO,EAAE,CAAC;QACpC,mBAAc,GAAyB,IAAI,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC;QAC9E,qBAAgB,GAAyB,IAAI,4CAAO,EAAE,CAAC;QAC9C,sBAAiB,GAA4B,IAAI,CAAC,gBAAgB,CAAC,YAAY,EAAE,CAAC;IAGnG,CAAC;IAED,IAAI,aAAa;QACf,OAAO,IAAI,CAAC,cAAc,CAAC;IAC7B,CAAC;IAED,IAAI,CAAC,QAAkB;QACrB,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IAChC,CAAC;IAED,IAAI,gBAAgB;QAClB,OAAO,IAAI,CAAC,iBAAiB,CAAC;IAChC,CAAC;IAED,aAAa,CAAC,OAAoB;QAChC,IAAI,CAAC,gBAAgB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IACtC,CAAC;CACF;;;;;;;;;;;;;;;;;;;AC3B2E;AACmB;AAK/F,IAAa,qBAAqB,GAAlC,MAAa,qBAAsB,SAAQ,0FAAY;IAGrD,YAAY,mBAAuC;QACjD,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAHnB,UAAK,GAAG,IAAI,0DAAY,EAAE,CAAC;IAIrC,CAAC;IAGM,MAAM,CAAC,GAAG;QACf,GAAG,CAAC,cAAc,EAAE,CAAC;QACrB,GAAG,CAAC,eAAe,EAAE,CAAC;QACtB,MAAM,KAAK,GAAG,GAAG,CAAC,YAAY,CAAC,KAAK,CAAC;QACrC,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE;YACpB,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC;YACpB,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;SACxB;IACH,CAAC;CAEF;;YAfkC,gGAAkB;;AAFzC;IAAT,4DAAM,EAAE;;oDAA4B;AAOrC;IADC,kEAAY,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,CAAC;;;;mDAShC;AAhBU,qBAAqB;IAHjC,+DAAS,CAAC;QACT,QAAQ,EAAE,kBAAkB;KAC7B,CAAC;2EAIiC,gGAAkB;GAHxC,qBAAqB,CAkBjC;AAlBiC;;;;;;;;;;;;;ACJlC;AAAA;AAAO,MAAM,oBAAoB;IAG/B;IACA,CAAC;CACF;;;;;;;;;;;;ACPD,+BAA+B,kBAAkB,kBAAkB,GAAG,iCAAiC,gCAAgC,8BAA8B,GAAG,iDAAiD,iCAAiC,GAAG,kBAAkB,yCAAyC,waAAwa,uBAAuB,0BAA0B,2BAA2B,qBAAqB,qBAAqB,mBAAmB,GAAG,oBAAoB,iBAAiB,gBAAgB,yBAAyB,kBAAkB,8BAA8B,2CAA2C,8BAA8B,gCAAgC,GAAG,iBAAiB,wBAAwB,2BAA2B,uBAAuB,gBAAgB,eAAe,eAAe,gBAAgB,GAAG,+BAA+B,uBAAuB,GAAG,oBAAoB,8BAA8B,uBAAuB,gBAAgB,iBAAiB,yBAAyB,kBAAkB,8BAA8B,2CAA2C,gBAAgB,8BAA8B,gCAAgC,oBAAoB,GAAG,0BAA0B,yBAAyB,kBAAkB,uBAAuB,6BAA6B,oCAAoC,wBAAwB,2BAA2B,GAAG,iCAAiC,oBAAoB,yBAAyB,kBAAkB,uBAAuB,6BAA6B,oCAAoC,wBAAwB,2BAA2B,GAAG,8BAA8B,iBAAiB,qBAAqB,sBAAsB,KAAK,GAAG,+CAA+C,ulM;;;;;;;;;;;;;;;;;;;;;ACAhpE;AACM;AACyB;AAE7B;AACuC;AAOzF,IAAa,kBAAkB,GAA/B,MAAa,kBAAkB;IAK7B,YAAoB,iBAAmC,EACnC,qBAAmD,EACnD,aAA2B;QAF3B,sBAAiB,GAAjB,iBAAiB,CAAkB;QACnC,0BAAqB,GAArB,qBAAqB,CAA8B;QACnD,kBAAa,GAAb,aAAa,CAAc;QAN/C,iBAAY,GAAG,SAAS,CAAC;QACzB,kBAAa,GAAG,IAAI,CAAC,YAAY,CAAC;QAClC,oBAAe,GAAG,KAAK,CAAC;IAKxB,CAAC;IAED,QAAQ;IACR,CAAC;IAED,WAAW,CAAC,KAAa;QACvB,IAAI,CAAC,aAAa,GAAG,KAAK,CAAC;QAC3B,IAAI,CAAC,eAAe,GAAG,KAAK,CAAC;IAC/B,CAAC;IAED,QAAQ,CAAC,eAAgC;QACvC,MAAM,GAAG,GAAG,eAAe,CAAC,QAAQ,EAAE,CAAC;QACvC,IAAI,CAAC,iBAAiB,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,SAAS,CAAC,GAAG,EAAE;YACnD,IAAI,CAAC,qBAAqB,CAAC,eAAe,CAAC,+DAAa,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;QACpE,CAAC,CAAC,CAAC;QACH,IAAI,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC;QAC5B,IAAI,CAAC,KAAK,EAAE,CAAC;IACf,CAAC;IAEO,KAAK;QACX,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,0FAAY,CAAC,iBAAiB,CAAC,CAAC;IAC3D,CAAC;IAED,iBAAiB,CAAC,MAAM;QACtB,MAAM,CAAC,cAAc,EAAE,CAAC;QACxB,MAAM,CAAC,eAAe,EAAE,CAAC;QACzB,IAAI,CAAC,eAAe,GAAG,CAAC,IAAI,CAAC,eAAe,CAAC;IAC/C,CAAC;IAED,WAAW,CAAC,MAAM;QAChB,IAAI,CAAC,eAAe,GAAG,CAAC,MAAM,CAAC;IACjC,CAAC;IAED,WAAW,CAAC,eAAgC,EAAE,MAAM;QAClD,IAAI,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC;IAC9B,CAAC;IAEO,KAAK,CAAC,eAAgC;QAC5C,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,YAAY,CAAC;QACvC,eAAe,CAAC,KAAK,EAAE,CAAC;IAC1B,CAAC;CACF;;YA5CwC,mEAAgB;YACZ,6FAA4B;YACpC,0FAAY;;AAPpC,kBAAkB;IAL9B,+DAAS,CAAC;QACT,QAAQ,EAAE,eAAe;QACzB,uLAA0C;;KAE3C,CAAC;2EAMuC,mEAAgB;QACZ,6FAA4B;QACpC,0FAAY;GAPpC,kBAAkB,CAiD9B;AAjD8B;;;;;;;;;;;;ACZ/B,2CAA2C,8BAA8B,GAAG,oBAAoB,iBAAiB,8BAA8B,4BAA4B,uBAAuB,mBAAmB,oBAAoB,6BAA6B,oBAAoB,qBAAqB,GAAG,oBAAoB,iFAAiF,8BAA8B,GAAG,gCAAgC,8BAA8B,iDAAiD,yCAAyC,GAAG,4BAA4B,uBAAuB,2BAA2B,uBAAuB,kBAAkB,GAAG,2CAA2C,mBAAmB,oBAAoB,iBAAiB,kBAAkB,6BAA6B,oCAAoC,yBAAyB,kBAAkB,8BAA8B,gCAAgC,GAAG,0DAA0D,oBAAoB,gBAAgB,iBAAiB,gBAAgB,GAAG,8BAA8B,yBAAyB,kBAAkB,mCAAmC,kCAAkC,gCAAgC,8BAA8B,gCAAgC,iBAAiB,2BAA2B,6BAA6B,oCAAoC,GAAG,mBAAmB,oBAAoB,eAAe,2BAA2B,iBAAiB,kBAAkB,mBAAmB,GAAG,mBAAmB,gBAAgB,iBAAiB,yBAAyB,kBAAkB,6BAA6B,oCAAoC,8BAA8B,gCAAgC,8BAA8B,oBAAoB,GAAG,yBAAyB,iBAAiB,sBAAsB,GAAG,0BAA0B,8BAA8B,GAAG,4BAA4B,8BAA8B,GAAG,yBAAyB,6CAA6C,GAAG,8BAA8B,sBAAsB,gCAAgC,KAAK,GAAG,+CAA+C,u3M;;;;;;;;;;;;;;;;;;;;ACAhqE;AACnC;AAEzB;AACe;AAO5C,IAAa,qBAAqB,GAAlC,MAAa,qBAAqB;IAShC,YAAoB,iBAAmC,EACnC,WAAuB;QADvB,sBAAiB,GAAjB,iBAAiB,CAAkB;QACnC,gBAAW,GAAX,WAAW,CAAY;QANjC,eAAU,GAAG,IAAI,0DAAY,EAAW,CAAC;QAG3C,YAAO,GAAoB,IAAI,4CAAO,EAAE,CAAC;QAI/C,IAAI,CAAC,OAAO,CAAC,IAAI,CACf,mEAAY,CAAC,GAAG,CAAC,CAClB,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE;YACjB,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;QAC5B,CAAC,CAAC,CAAC;IACL,CAAC;IAEO,QAAQ,CAAC,IAAY,EAAE,IAAa;QAC1C,IAAI,IAAI,EAAE;YACR,IAAI,CAAC,iBAAiB,CAAC,OAAO,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC,SAAS,CAAC,CAAC,IAAsB,EAAE,EAAE;gBACzF,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC,YAAY,CAAC;gBACtC,IAAI,CAAC,IAAI,EAAE;oBACT,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;iBAC5B;YACH,CAAC,CAAC,CAAC;SACJ;aAAM;YACL,IAAI,CAAC,KAAK,EAAE,CAAC;SACd;IACH,CAAC;IAEO,KAAK;QACX,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC;IAC3B,CAAC;IAED,QAAQ;QACN,IAAI,CAAC,KAAK,EAAE,CAAC;QACb,UAAU,CAAC,GAAG,EAAE;YACd,MAAM,OAAO,GAAG,IAAI,CAAC,WAAW,CAAC,aAAa,CAAC,aAAa,CAAC,aAAa,CAAC,CAAC;YAC5E,OAAO,CAAC,KAAK,EAAE,CAAC;QAClB,CAAC,EAAE,GAAG,CAAC,CAAC;IACV,CAAC;IAED,OAAO,CAAC,IAAY;QAClB,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IAC7B,CAAC;IAED,QAAQ,CAAC,IAAY;QACnB,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAC1B,CAAC;IAED,OAAO;QACL,OAAO,wBAAwB,GAAG,IAAI,CAAC,YAAY,CAAC;IACtD,CAAC;CACF;;YA7CwC,mEAAgB;YACtB,wDAAU;;AATlC;IAAR,2DAAK,EAAE;;mDAAc;AACb;IAAR,2DAAK,EAAE;;mDAAc;AACb;IAAR,2DAAK,EAAE;;mDAAc;AACZ;IAAT,4DAAM,EAAE;;yDAA0C;AAJxC,qBAAqB;IALjC,+DAAS,CAAC;QACT,QAAQ,EAAE,oBAAoB;QAC9B,sMAA+C;;KAEhD,CAAC;2EAUuC,mEAAgB;QACtB,wDAAU;GAVhC,qBAAqB,CAsDjC;AAtDiC;;;;;;;;;;;;;ACXlC;AAAA;AAAA;AAAyC;AAElC,MAAM,mBAAmB;IAI9B;QAHQ,cAAS,GAAoB,IAAI,4CAAO,EAAE,CAAC;QAClC,kBAAa,GAAuB,IAAI,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC;IAGnF,CAAC;IAED,IAAI,YAAY;QACd,OAAO,IAAI,CAAC,aAAa,CAAC;IAC5B,CAAC;IAED,MAAM,CAAC,EAAU;QACf,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAC1B,CAAC;CACF;;;;;;;;;;;;;AChBD;AAAA;AAAA;AAAyC;AAGlC,MAAM,sBAAsB;IAIjC;QAHQ,cAAS,GAAwB,IAAI,4CAAO,EAAE,CAAC;QACtC,qBAAgB,GAA2B,IAAI,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC;IAG1F,CAAC;IAED,IAAI,eAAe;QACjB,OAAO,IAAI,CAAC,gBAAgB,CAAC;IAC/B,CAAC;IAED,MAAM,CAAC,EAAc;QACnB,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAC1B,CAAC;CACF;;;;;;;;;;;;;ACjBD;AAAA;AAAA;AAAyC;AAGlC,MAAM,sBAAsB;IAIjC;QAHQ,cAAS,GAAgC,IAAI,4CAAO,EAAE,CAAC;QAC9C,qBAAgB,GAAmC,IAAI,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC;IAGlG,CAAC;IAED,IAAI,eAAe;QACjB,OAAO,IAAI,CAAC,gBAAgB,CAAC;IAC/B,CAAC;IAED,MAAM,CAAC,IAAwB;QAC7B,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAC5B,CAAC;CACF;;;;;;;;;;;;ACjBD,gGAAgG,WAAW,2DAA2D,GAAG,mBAAmB,uBAAuB,GAAG,4BAA4B,iBAAiB,kBAAkB,GAAG,wBAAwB,8BAA8B,GAAG,YAAY,+BAA+B,iCAAiC,iBAAiB,gBAAgB,oBAAoB,WAAW,cAAc,YAAY,aAAa,GAAG,cAAc,yBAAyB,kBAAkB,oBAAoB,GAAG,gBAAgB,gBAAgB,8BAA8B,GAAG,kBAAkB,gBAAgB,yBAAyB,kBAAkB,8BAA8B,gCAAgC,GAAG,wCAAwC,8BAA8B,GAAG,8CAA8C,4BAA4B,GAAG,8BAA8B,wBAAwB,yCAAyC,gDAAgD,KAAK,qCAAqC,iCAAiC,KAAK,0BAA0B,+BAA+B,KAAK,GAAG,+CAA+C,+4H;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACAlsC;AACpB;AAuBE;AAEW;AAStC;AACsC;AACR;AACI;AACI;AACA;AACE;AAClD;AAC4C;AAC7B;AAEjC,MAAM,CAAC,GAAG,oCAAM,CAAC;AAOjB,IAAa,qBAAqB,GAAlC,MAAa,qBAAqB;IA6BhC,YAAoB,iBAAmC,EACnC,aAA2B,EACnC,aAAqC,EACrC,kBAAsC,EAC9B,gBAAiC,EACjC,YAAyB,EACjC,kBAAsC,EAC9B,mBAAuC,EAC/C,eAAgC,EACxB,cAA6B,EAC7B,uBAA+C,EAC/C,8BAAsD,EACtD,yBAAyD,EACzD,2BAAuD,EACvD,qBAA2C,EAC3C,eAA+B,EACvC,sBAA8C,EACtC,uBAA+C,EAC/C,kBAA2C,EAC3C,wBAAiD,EACjD,oBAAyC,EACjD,oBAA0C;QArBlC,sBAAiB,GAAjB,iBAAiB,CAAkB;QACnC,kBAAa,GAAb,aAAa,CAAc;QAG3B,qBAAgB,GAAhB,gBAAgB,CAAiB;QACjC,iBAAY,GAAZ,YAAY,CAAa;QAEzB,wBAAmB,GAAnB,mBAAmB,CAAoB;QAEvC,mBAAc,GAAd,cAAc,CAAe;QAC7B,4BAAuB,GAAvB,uBAAuB,CAAwB;QAC/C,mCAA8B,GAA9B,8BAA8B,CAAwB;QACtD,8BAAyB,GAAzB,yBAAyB,CAAgC;QACzD,gCAA2B,GAA3B,2BAA2B,CAA4B;QACvD,0BAAqB,GAArB,qBAAqB,CAAsB;QAC3C,oBAAe,GAAf,eAAe,CAAgB;QAE/B,4BAAuB,GAAvB,uBAAuB,CAAwB;QAC/C,uBAAkB,GAAlB,kBAAkB,CAAyB;QAC3C,6BAAwB,GAAxB,wBAAwB,CAAyB;QACjD,yBAAoB,GAApB,oBAAoB,CAAqB;QAhD7D,UAAK,GAAG,WAAW,CAAC;QACpB,UAAK,GAAgB,EAAE,CAAC;QAGxB,eAAU,GAAG,CAAC,CAAC;QACf,mBAAc,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC;QAE5B,qBAAgB,GAAG,0FAAY,CAAC,WAAW,CAAC;QAE5C,mBAAc,GAAG;YACf,+DAAa,CAAC,IAAI;YAClB,+DAAa,CAAC,KAAK;YACnB,+DAAa,CAAC,OAAO;YACrB,+DAAa,CAAC,OAAO;YACrB,+DAAa,CAAC,QAAQ;YACtB,+DAAa,CAAC,KAAK;YACnB,+DAAa,CAAC,IAAI;SACnB,CAAC;QACF,uBAAkB,GAAG;YACnB,+DAAa,CAAC,OAAO;YACrB,+DAAa,CAAC,QAAQ;SACvB,CAAC;QAEF,wBAAmB,GAAG,IAAI,GAAG,EAA6B,CAAC;QAG3D,mBAAc,GAAG,KAAK,CAAC;QAyBrB,IAAI,CAAC,oBAAoB,CAAC,eAAe,CAAC,SAAS,CAAC,CAAC,KAAa,EAAE,EAAE;YACpE,IAAI,KAAK,KAAK,GAAG,EAAE;gBACjB,IAAI,IAAI,CAAC,kBAAkB,EAAE;oBAC3B,IAAI,CAAC,8BAA8B,CAAC,eAAe,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;iBAC9E;gBACD,IAAI,CAAC,kBAAkB,GAAG,IAAI,CAAC;aAChC;QACH,CAAC,CAAC,CAAC;QAEH,oBAAoB,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC,QAAkB,EAAE,EAAE;YAClE,MAAM,YAAY,GAAG,IAAI,CAAC,mBAAmB,CAAC,GAAG,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC;YAC/D,IAAI,YAAY,EAAE;gBAChB,aAAa;gBACb,MAAM,IAAI,GAAe,YAAa,CAAC,QAAQ,CAAC;gBAChD,MAAM,QAAQ,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC;gBAClC,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC;gBACvB,KAAK,MAAM,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE;oBAClC,IAAI,IAAI,CAAC,MAAM,KAAK,QAAQ,EAAE;wBAC5B,MAAM,IAAI,GAAG,IAAI,CAAC,mBAAmB,CAAC,IAAI,EAAE,QAAQ,EAAE,IAAI,CAAC,CAAC;wBAC5D,MAAM,cAAc,GAAG,IAAI,CAAC,oBAAoB,CAAC,QAAQ,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;wBACvE,MAAM,EAAE,GAAG,IAAI,CAAC,qBAAqB,CAAC,cAAc,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;wBACxE,IAAI,CAAC,wBAAwB,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;qBACpD;iBACF;aACF;QACH,CAAC,CAAC,CAAC;QAEH,oBAAoB,CAAC,gBAAgB,CAAC,SAAS,CAAC,CAAC,WAAwB,EAAE,EAAE;YAC3E,MAAM,YAAY,GAAG,IAAI,CAAC,mBAAmB,CAAC,GAAG,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;YAClE,IAAI,YAAY,EAAE;gBAChB,MAAM,GAAG,GAAG,IAAI,CAAC,wBAAwB,CAAC,GAAG,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;gBAChE,KAAK,MAAM,EAAE,IAAI,GAAG,EAAE;oBACpB,MAAM,OAAO,GAAG,IAAI,CAAC,mBAAmB,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;oBACjD,IAAI,OAAO,EAAE;wBACX,aAAa;wBACb,MAAM,IAAI,GAAe,OAAQ,CAAC,QAAQ,CAAC;wBAC3C,IAAI,IAAI,CAAC,EAAE,KAAK,WAAW,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,UAAU,CAAC,EAAE;4BAClE,IAAI,CAAC,IAAI,CAAC,KAAK,GAAG,WAAW,CAAC,KAAK,CAAC;4BACpC,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,WAAW,CAAC,MAAM,CAAC;4BACtC,IAAI,CAAC,IAAI,CAAC,QAAQ,GAAG,WAAW,CAAC,QAAQ,CAAC;4BAC1C,IAAI,CAAC,IAAI,CAAC,KAAK,GAAG,WAAW,CAAC,KAAK,CAAC;yBACrC;qBACF;iBACF;aACF;QACH,CAAC,CAAC,CAAC;QAEH,sBAAsB,CAAC,eAAe,CAAC,SAAS,CAAC,CAAC,GAAe,EAAE,EAAE;YACnE,MAAM,GAAG,GAAG,IAAI,CAAC,wBAAwB,CAAC,GAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;YACxD,KAAK,MAAM,EAAE,IAAI,GAAG,EAAE;gBACpB,IAAI,GAAG,CAAC,IAAI,KAAK,+DAAa,CAAC,OAAO,CAAC,EAAE,IAAI,GAAG,CAAC,EAAE,KAAK,EAAE,EAAE;oBAC1D,MAAM,YAAY,GAAG,IAAI,CAAC,mBAAmB,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;oBACtD,IAAI,YAAY,EAAE;wBAChB,YAAY,CAAC,OAAO,EAAE,CAAC;qBACxB;oBACD,IAAI,CAAC,mBAAmB,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;oBACpC,IAAI,CAAC,wBAAwB,CAAC,MAAM,CAAC,GAAG,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;iBACpD;aACF;QACH,CAAC,CAAC,CAAC;QAEH,aAAa,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC,eAAe,EAAE,EAAE;YACxD,IAAI,CAAC,eAAe,GAAG,eAAe,CAAC;QACzC,CAAC,CAAC,CAAC;QAEH,kBAAkB,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC,OAAO,EAAE,EAAE;YACrD,IAAI,OAAO,EAAE;gBACX,IAAI,CAAS,CAAC;gBACd,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;oBACnC,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC,SAAS,CAAC,CAAC,GAAoB,EAAE,EAAE;wBAC9G,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;oBAC/E,CAAC,CAAC,CAAC;iBACJ;aACF;QACH,CAAC,CAAC,CAAC;QAEH,kBAAkB,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC,IAAY,EAAE,EAAE;YACzD,IAAI,IAAI,CAAC,sBAAsB,KAAK,CAAC,EAAE;gBACrC,KAAK,IAAI,CAAC,GAAG,IAAI,EAAE,CAAC,GAAG,IAAI,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE;oBACpC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,UAAU,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,EAAE;wBACjE,IAAI,CAAC,YAAY,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;qBACzB;iBACF;aACF;QACH,CAAC,CAAC,CAAC;QAEH,eAAe,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC,IAAY,EAAE,EAAE;YACpD,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,IAAI,EAAE,0FAAY,CAAC,gBAAgB,CAAC,CAAC;QAC9E,CAAC,CAAC,CAAC;QAEH,uBAAuB,CAAC,eAAe,CAAC,SAAS,CAAC,CAAC,IAAwB,EAAE,EAAE;YAC7E,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC;QAC7B,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,SAAS,GAAG,cAAc,CAAC,SAAS,EAAE,CAAC;QAC5C,cAAc,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;YACtC,IAAI,CAAC,SAAS,GAAG,cAAc,CAAC,SAAS,EAAE,CAAC;QAC9C,CAAC,CAAC,CAAC;IAEL,CAAC;IAEO,mBAAmB,CAAC,IAAI,EAAE,QAAkB,EAAE,IAAI;QACxD,MAAM,IAAI,GAAG,IAAI,oEAAkB,EAAE,CAAC;QACtC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;QACtB,IAAI,CAAC,IAAI,GAAG,QAAQ,CAAC,IAAI,CAAC;QAC1B,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC;QAC9B,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,MAAM,CAAC;QAC9B,OAAO,IAAI,CAAC;IACd,CAAC;IAEO,oBAAoB,CAAC,QAAkB,EAAE,IAAI,EAAE,IAAI;QACzD,MAAM,cAAc,GAAG,IAAI,gEAAc,EAAE,CAAC;QAC5C,cAAc,CAAC,IAAI,GAAG,QAAQ,CAAC,IAAI,CAAC;QACpC,cAAc,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC;QACrC,IAAI,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE;YACnB,cAAc,CAAC,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC;SACxC;QACD,cAAc,CAAC,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC;QACvC,cAAc,CAAC,MAAM,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC;QACzC,cAAc,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC;QACpC,OAAO,cAAc,CAAC;IACxB,CAAC;IAED,QAAQ;QACN,IAAI,IAAI,CAAC,qBAAqB,EAAE,EAAE;YAChC,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC;YACtB,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,qBAAqB,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;SACvD;IACH,CAAC;IAED,IAAI,aAAa;QACf,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC;IACpE,CAAC;IAED,IAAI,UAAU;QACZ,OAAO,KAAK,CAAC;IACf,CAAC;IAED,IAAI,kBAAkB;QACpB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC;IACzE,CAAC;IAED,IAAI,sBAAsB;QACxB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC;IAC1E,CAAC;IAED,IAAI,cAAc;QAChB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC;IACrE,CAAC;IAED,IAAI,sBAAsB;QACxB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC;IAC7E,CAAC;IAED,IAAI,oBAAoB;QACtB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,cAAc,CAAC,CAAC,CAAC,IAAI,CAAC;IAC3E,CAAC;IAED,IAAI,YAAY;QACd,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;IACnE,CAAC;IAEO,qBAAqB;QAC3B,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,eAAe,CAAC,CAAC,CAAC,EAAE,CAAC;IAC1E,CAAC;IAED,IAAI,WAAW;QACb,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC;IAClE,CAAC;IAED,IAAI,YAAY;QACd,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;IACnE,CAAC;IAED,IAAI,cAAc;QAChB,OAAO,KAAK,CAAC;IACf,CAAC;IAED,IAAI,sBAAsB;QACxB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC;IAC7E,CAAC;IAED,IAAI,mBAAmB;QACrB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,aAAa,CAAC,CAAC,CAAC,IAAI,CAAC;IAC1E,CAAC;IAED,IAAI,oBAAoB;QACtB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,cAAc,CAAC,CAAC,CAAC,IAAI,CAAC;IAC3E,CAAC;IAED,IAAI,sBAAsB;QACxB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC;IAC7E,CAAC;IAED,IAAI,qBAAqB;QACvB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,eAAe,CAAC,CAAC,CAAC,IAAI,CAAC;IAC5E,CAAC;IAED,IAAI,sBAAsB;QACxB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC;IAC7E,CAAC;IAED,IAAI,oBAAoB;QACtB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,cAAc,CAAC,CAAC,CAAC,IAAI,CAAC;IAC3E,CAAC;IAED,IAAI,mBAAmB;QACrB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,aAAa,CAAC,CAAC,CAAC,IAAI,CAAC;IAC1E,CAAC;IAED,IAAI,WAAW;QACb,OAAO,IAAI,CAAC,gBAAgB,CAAC,WAAW,CAAC;IAC3C,CAAC;IAED,SAAS,CAAC,EAAU;QAClB,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAC9B,CAAC;IAED,UAAU,CAAC,EAAU;QACnB,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;IAC/B,CAAC;IAED,SAAS,CAAC,MAAc;QACtB,IAAI,CAAC,iBAAiB,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,SAAS,CAAC,CAAC,KAAkB,EAAE,EAAE,CAAC,IAAI,CAAC,KAAK,GAAG,KAAK,IAAI,EAAE,CAAC,CAAC;IACvG,CAAC;IAED,UAAU,CAAC,MAAc,EAAE,QAAgB,EAAE,OAAe;QAC1D,IAAI,CAAC,WAAW,GAAG,EAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAC,CAAC;QACtD,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,iBAAiB,CAAC,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,IAAqB,EAAE,EAAE;YAClF,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;YACjB,IAAI,CAAC,cAAc,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC;YACjC,IAAI,IAAI,EAAE;gBACR,MAAM,gBAAgB,GAAG,IAAI,CAAC,sBAAsB,CAAC;gBACrD,MAAM,UAAU,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;gBACtD,IAAI,gBAAgB,GAAG,CAAC,EAAE;oBACxB,IAAI,CAAC,YAAY,CAAC,CAAC,EAAE,gBAAgB,GAAG,UAAU,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,gBAAgB,CAAC,CAAC;iBACrF;gBACD,IAAI,CAAC,gBAAgB,CAAC,UAAU,GAAG,UAAU,CAAC;gBAC9C,IAAI,CAAC,gBAAgB,CAAC,WAAW,GAAG,CAAC,CAAC;gBACtC,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC;gBAC7B,IAAI,CAAC,eAAe,EAAE,CAAC;aACxB;QACH,CAAC,CACF,CAAC;QACF,IAAI,OAAO,EAAE;YACX,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;SACnC;QACD,IAAI,CAAC,SAAS,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,CAAC,KAAa,EAAE,GAAW;QACrC,KAAK,IAAI,CAAC,GAAG,KAAK,EAAE,CAAC,IAAI,GAAG,EAAE,CAAC,EAAE,EAAE;YACjC,IAAI,CAAC,iBAAiB,CAAC,QAAQ,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,IAAe,EAAE,EAAE;gBACjF,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC;YAChC,CAAC,CAAC,CAAC;SACJ;IACH,CAAC;IAED,MAAM,CAAC,MAAc;QACnB,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC,SAAS,CAAC,GAAG,EAAE;YACnF,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;QACrB,CAAC,CAAC,CAAC;IACL,CAAC;IAED,YAAY;QACV,IAAI,IAAI,CAAC,cAAc;YACrB,OAAO;QACT,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,IAAI,CAAC,iBAAiB,CAAC,cAAc,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;IAClF,CAAC;IAEO,SAAS;QACf,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE;YAClC,OAAO;SACR;QACD,KAAK,MAAM,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE;YAClC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;SAClB;IACH,CAAC;IAED,YAAY,CAAC,MAAkB;QAC7B,OAAO,IAAI,CAAC,sBAAsB,CAAC;IACrC,CAAC;IAED,sBAAsB,CAAC,EAAU;QAC/B,QAAQ,EAAE,EAAE;YACV,KAAK,+DAAa,CAAC,IAAI,CAAC,EAAE;gBACxB,OAAO,IAAI,CAAC,mBAAmB,CAAC;YAClC,KAAK,+DAAa,CAAC,KAAK,CAAC,EAAE;gBACzB,OAAO,IAAI,CAAC,oBAAoB,CAAC;YACnC,KAAK,+DAAa,CAAC,OAAO,CAAC,EAAE;gBAC3B,OAAO,IAAI,CAAC,sBAAsB,CAAC;YACrC,KAAK,+DAAa,CAAC,OAAO,CAAC,EAAE;gBAC3B,OAAO,IAAI,CAAC,qBAAqB,CAAC;YACpC,KAAK,+DAAa,CAAC,QAAQ,CAAC,EAAE;gBAC5B,OAAO,IAAI,CAAC,sBAAsB,CAAC;YACrC,KAAK,+DAAa,CAAC,KAAK,CAAC,EAAE;gBACzB,OAAO,IAAI,CAAC,oBAAoB,CAAC;YACnC,KAAK,+DAAa,CAAC,IAAI,CAAC,EAAE;gBACxB,OAAO,IAAI,CAAC,mBAAmB,CAAC;SACnC;IACH,CAAC;IAED,QAAQ,CAAC,MAAiB;QACxB,MAAM,CAAC,cAAc,EAAE,CAAC;QACxB,MAAM,CAAC,eAAe,EAAE,CAAC;IAC3B,CAAC;IAED,aAAa,CAAC,MAAiB;QAC7B,MAAM,CAAC,cAAc,EAAE,CAAC;QACxB,MAAM,CAAC,eAAe,EAAE,CAAC;QACzB,MAAM,QAAQ,GAAG,mFAAK,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;QAEhD,MAAM,WAAW,GAAG,QAAQ,CAAC,gBAAgB,CAAC,QAAQ,CAAC,CAAC,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC;QACtE,IAAI,WAAW,IAAI,CAAC,CAAC,WAAW,CAAC,CAAC,MAAM,EAAE,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,WAAW,CAAC,CAAC,MAAM,EAAE,CAAC,MAAM,EAAE,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE;YACjH,MAAM,YAAY,GAAG,CAAC,CAAC,WAAW,CAAC,CAAC,MAAM,EAAE,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC;YACzD,MAAM,IAAI,GAAG,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,YAAY,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,CAAC;YACxD,MAAM,GAAG,GAAG,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,YAAY,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC;YACtD,MAAM,eAAe,GAAG,IAAI,0DAAQ,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;YAChD,MAAM,IAAI,GAAG,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC;YAC7C,IAAI,IAAI,EAAE;gBACR,MAAM,EAAE,GAAG,CAAC,CAAC,WAAW,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;gBAC9C,IAAI,EAAE,EAAE;oBACN,MAAM,KAAK,GAAG,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;oBAC5B,IAAI,CAAC,UAAU,GAAG,KAAK,CAAC,MAAM,KAAK,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;iBACjF;gBACD,IAAI,CAAC,QAAQ,GAAG,eAAe,CAAC;gBAChC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC;gBAC3B,IAAI,CAAC,qBAAqB,CAAC,IAAI,GAAG,IAAI,CAAC;aACxC;SACF;IACH,CAAC;IAEO,eAAe,CAAC,IAAwB;QAC9C,IAAI,IAAI,CAAC,IAAI,KAAK,+DAAa,CAAC,OAAO,CAAC,EAAE,EAAE;YAC1C,MAAM,cAAc,GAAG,IAAI,gEAAc,EAAE,CAAC;YAC5C,cAAc,CAAC,YAAY,GAAG,IAAI,CAAC,YAAY,CAAC;YAChD,cAAc,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;YAChC,cAAc,CAAC,MAAM,GAAG,IAAI,CAAC,UAAU,CAAC;YACxC,KAAK,MAAM,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE;gBAClC,MAAM,EAAE,GAAG,IAAI,CAAC,qBAAqB,CAAC,cAAc,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;gBAClE,IAAI,CAAC,wBAAwB,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;aACpD;YACD,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;SAC1B;aAAM;YACL,IAAI,CAAC,iBAAiB,CAAC,kBAAkB,CAAC,IAAI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAyB,EAAE,EAAE;gBACtF,SAAS,CAAC,MAAM,GAAG,IAAI,CAAC,UAAU,CAAC;gBACnC,MAAM,SAAS,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC;oBAChD,OAAO,CAAC,CAAC,MAAM,KAAK,IAAI,CAAC,UAAU,CAAC;gBACtC,CAAC,CAAC,CAAC;gBACH,MAAM,EAAE,GAAG,IAAI,CAAC,qBAAqB,CAAC,SAAS,EAAE,IAAI,EAAE,SAAS,CAAC,CAAC;gBAClE,IAAI,CAAC,wBAAwB,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;gBACnD,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;YAC3B,CAAC,CAAC,CAAC;SACJ;IACH,CAAC;IAEO,qBAAqB,CAAC,cAA8B,EAAE,IAAwB,EAAE,IAAe,EAAE,SAAkB,KAAK;QAC9H,MAAM,gBAAgB,GAAG,IAAI,CAAC,yBAAyB,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QAC1E,IAAI,gBAAgB,EAAE;YACpB,MAAM,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;YAC3D,MAAM,eAAe,GAAG,IAAI,CAAC,2BAA2B,CAAC,mBAAmB,CAAC,gBAAgB,EAAE,wEAAS,CAAC,CAAC;YAC1G,MAAM,EAAE,GAAG,IAAI,CAAC,mBAAmB,CAAC,IAAI,GAAG,CAAC,CAAC;YAC7C,OAAO,cAAc,CAAC,KAAK,IAAI,IAAI,CAAC,KAAK,IAAI,cAAc,CAAC,MAAM,IAAI,IAAI,CAAC,MAAM,EAAE;gBACjF,cAAc,CAAC,KAAK,GAAG,cAAc,CAAC,KAAK,GAAG,CAAC,CAAC;gBAChD,cAAc,CAAC,MAAM,GAAG,cAAc,CAAC,MAAM,GAAG,CAAC,CAAC;aACnD;YACW,eAAe,CAAC,QAAS,CAAC,EAAE,GAAG,EAAE,CAAC;YAClC,eAAe,CAAC,QAAS,CAAC,MAAM,GAAG,MAAM,CAAC;YAC1C,eAAe,CAAC,QAAS,CAAC,IAAI,GAAG,cAAc,CAAC;YAChD,eAAe,CAAC,QAAS,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC;YACnD,eAAe,CAAC,QAAS,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;YAC3C,eAAe,CAAC,QAAS,CAAC,SAAS,GAAG,IAAI,CAAC,KAAK,CAAC;YACjD,eAAe,CAAC,QAAS,CAAC,UAAU,GAAG,IAAI,CAAC,MAAM,CAAC;YAC/D,IAAI,CAAC,mBAAmB,CAAC,GAAG,CAAC,EAAE,EAAE,eAAe,CAAC,CAAC;YAClD,IAAI,CAAC,uBAAuB,CAAC,YAAY,CAAC,EAAE,CAAC,CAAC;YAC9C,OAAO,EAAE,CAAC;SACX;QACD,OAAO,IAAI,CAAC;IACd,CAAC;IAEO,QAAQ,CAAC,IAAY;QAC3B,IAAI,CAAC,8BAA8B,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC;IAC5D,CAAC;IAED,OAAO,CAAC,MAAM;QACZ,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,aAAa,IAAI,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,UAAU,CAAC,MAAM,CAAC;YAChF,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,KAAK,KAAK,QAAQ,CAAC;YAClE,CAAC,MAAM,CAAC,MAAM,CAAC,aAAa;gBAC1B,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,aAAa;gBACzC,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,aAAa,CAAC,UAAU,CAAC,MAAM,CAAC;gBAC5D,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,aAAa,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,KAAK,KAAK,QAAQ,CAAC;YAClF,CAAC,MAAM,CAAC,MAAM,CAAC,aAAa;gBAC1B,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,aAAa;gBACzC,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,aAAa,CAAC,aAAa;gBACvD,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,aAAa,CAAC,aAAa,CAAC,aAAa;gBACrE,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,aAAa,CAAC,aAAa,CAAC,aAAa,CAAC,UAAU,CAAC,MAAM,CAAC;gBACxF,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,aAAa,CAAC,aAAa,CAAC,aAAa,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,KAAK,KAAK,QAAQ,CAAC,EAAE;YAEhH,OAAO;SACR;QACD,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IACnC,CAAC;IAED,OAAO,CAAC,MAAc;QACpB,IAAI,+DAAa,CAAC,IAAI,CAAC,EAAE,KAAK,MAAM,EAAE;YACpC,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,0FAAY,CAAC,iBAAiB,CAAC,CAAC;YACxD,IAAI,CAAC,8BAA8B,CAAC,eAAe,CAAC,+DAAa,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;SAC5E;aAAM,IAAI,+DAAa,CAAC,KAAK,CAAC,EAAE,KAAK,MAAM,EAAE;YAC5C,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,0FAAY,CAAC,kBAAkB,CAAC,CAAC;YACzD,IAAI,CAAC,8BAA8B,CAAC,eAAe,CAAC,+DAAa,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;SAC7E;aAAM,IAAI,+DAAa,CAAC,IAAI,CAAC,EAAE,KAAK,MAAM,EAAE;YAC3C,IAAI,CAAC,WAAW,EAAE,CAAC;YACnB,IAAI,CAAC,8BAA8B,CAAC,eAAe,CAAC,+DAAa,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;SAC5E;IACH,CAAC;IAEO,WAAW;QACjB,MAAM,SAAS,GAAG,IAAI,gEAAc,EAAE,CAAC;QACvC,SAAS,CAAC,KAAK,GAAG,gEAAc,CAAC,UAAU,EAAE,CAAC;QAC9C,SAAS,CAAC,IAAI,GAAG,oEAAkB,CAAC,IAAI,CAAC;QACzC,MAAM,IAAI,GAAG,IAAI,oEAAkB,EAAE,CAAC;QACtC,IAAI,CAAC,IAAI,GAAG,oEAAkB,CAAC,IAAI,CAAC;QACpC,IAAI,CAAC,QAAQ,GAAG,IAAI,0DAAQ,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;QACnC,IAAI,CAAC,IAAI,GAAG,+DAAa,CAAC,IAAI,CAAC,EAAE,CAAC;QAClC,MAAM,UAAU,GAAG,IAAI,CAAC,gBAAgB,CAAC,WAAW,CAAC;QACrD,SAAS,CAAC,MAAM,GAAG,UAAU,CAAC;QAC9B,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC;QAC7B,MAAM,SAAS,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC;YAChD,OAAO,CAAC,CAAC,MAAM,KAAK,UAAU,CAAC;QACjC,CAAC,CAAC,CAAC;QACH,MAAM,EAAE,GAAG,IAAI,CAAC,qBAAqB,CAAC,SAAS,EAAE,IAAI,EAAE,SAAS,CAAC,CAAC;QAClE,IAAI,CAAC,wBAAwB,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;IACrD,CAAC;IAED,WAAW;QACT,IAAI,CAAC,eAAe,EAAE,CAAC;IACzB,CAAC;IAEO,eAAe;QACrB,KAAK,MAAM,YAAY,IAAI,IAAI,CAAC,mBAAmB,CAAC,MAAM,EAAE,EAAE;YAC5D,YAAY,CAAC,OAAO,EAAE,CAAC;SACxB;QACD,IAAI,CAAC,mBAAmB,GAAG,IAAI,GAAG,EAA6B,CAAC;QAChE,IAAI,CAAC,wBAAwB,CAAC,KAAK,EAAE,CAAC;IACxC,CAAC;IAED,IAAI;QACF,MAAM,UAAU,GAAG,IAAI,CAAC,qBAAqB,EAAE,CAAC;QAChD,IAAI,CAAC,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE,UAAU,CAAC,CAAC,SAAS,CAAC,CAAC,GAAQ,EAAE,EAAE;YAC/E,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,0FAAY,CAAC,gBAAgB,CAAC,CAAC;YACvD,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,EAAE,IAAI,EAAE,0FAAY,CAAC,gBAAgB,CAAC,CAAC;QACjE,CAAC,CAAC,CAAC;IACL,CAAC;IAEM,qBAAqB;QAC1B,MAAM,UAAU,GAAG,EAAE,CAAC;QACtB,KAAK,MAAM,GAAG,IAAI,IAAI,CAAC,wBAAwB,CAAC,MAAM,EAAE,EAAE;YACxD,KAAK,MAAM,EAAE,IAAI,GAAG,EAAE;gBACpB,MAAM,YAAY,GAAG,IAAI,CAAC,mBAAmB,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;gBACtD,aAAa;gBACb,MAAM,IAAI,GAAe,YAAa,CAAC,QAAQ,CAAC;gBAChD,MAAM,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;gBACvB,MAAM,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC;gBAC/B,MAAM,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;gBAEvB,IAAI,oEAAkB,CAAC,IAAI,KAAK,IAAI,CAAC,IAAI,EAAE;oBACzC,UAAU,CAAC,IAAI,CAAC,+DAAa,CAAC,GAAG,CAAC,IAAI,EAAE,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC;iBAC1D;gBAED,IAAI,+DAAa,CAAC,OAAO,CAAC,EAAE,KAAK,IAAI,EAAE;oBACrC,MAAM;iBACP;aACF;SACF;QACD,OAAO,UAAU,CAAC;IACpB,CAAC;IAED,KAAK;QACH,IAAI,IAAI,CAAC,IAAI,EAAE;YACb,IAAI,sFAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC,MAAM,KAAK,0BAA0B,EAAE;gBAC9E,OAAO,IAAI,CAAC;aACb;SACF;QACD,OAAO,KAAK,CAAC;IACf,CAAC;IAED,WAAW;QACT,OAAO,IAAI,CAAC,sBAAsB,CAAC,+DAAa,CAAC,QAAQ,CAAC,EAAE,CAAC,IAAI,IAAI,CAAC,sBAAsB,CAAC,+DAAa,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;IACzH,CAAC;IAED,SAAS,CAAC,EAAU;QAClB,MAAM,OAAO,GAAG,EAAE,KAAK,+DAAa,CAAC,QAAQ,CAAC,EAAE,IAAI,EAAE,KAAK,+DAAa,CAAC,OAAO,CAAC,EAAE,CAAC;QACpF,OAAO,IAAI,CAAC,sBAAsB,CAAC,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,IAAI,OAAO,CAAC,CAAC;IACxE,CAAC;IAED,SAAS,CAAC,MAAc;QACtB,IAAI,CAAC,kBAAkB,GAAG,MAAM,CAAC;IACnC,CAAC;IAED,WAAW,CAAC,MAAM;QAChB,IAAI,CAAC,cAAc,GAAG,MAAM,CAAC;IAC/B,CAAC;CACF;;YA9gBwC,mEAAgB;YACpB,0FAAY;YACpB,gFAAsB;YACjB,gGAAkB;YACZ,6FAAe;YACnB,yFAAW;YACb,gGAAkB;YACT,gGAAkB;YAC9B,6FAAe;YACR,2FAAa;YACJ,gFAAsB;YACf,oGAAsB;YAC3B,4GAA8B;YAC5B,wGAA0B;YAChC,4EAAoB;YAC1B,4FAAc;YACf,gFAAsB;YACb,iFAAsB;YAC3B,qGAAuB;YACjB,mFAAuB;YAC3B,iGAAmB;YAC3B,6EAAoB;;AAlD3C,qBAAqB;IALjC,+DAAS,CAAC;QACT,QAAQ,EAAE,cAAc;QACxB,kLAA6C;;KAE9C,CAAC;2EA8BuC,mEAAgB;QACpB,0FAAY;QACpB,gFAAsB;QACjB,gGAAkB;QACZ,6FAAe;QACnB,yFAAW;QACb,gGAAkB;QACT,gGAAkB;QAC9B,6FAAe;QACR,2FAAa;QACJ,gFAAsB;QACf,oGAAsB;QAC3B,4GAA8B;QAC5B,wGAA0B;QAChC,4EAAoB;QAC1B,4FAAc;QACf,gFAAsB;QACb,iFAAsB;QAC3B,qGAAuB;QACjB,mFAAuB;QAC3B,iGAAmB;QAC3B,6EAAoB;GAlD3C,qBAAqB,CA2iBjC;AA3iBiC;;;;;;;;;;;;;;;;;;;;;;ACrDO;AACQ;AACD;AACiC;AAC9B;AAKnD,IAAa,sBAAsB,GAAnC,MAAa,sBAAsB;IAKjC,YAAoB,KAAiB,EAAU,OAAsB;QAAjD,UAAK,GAAL,KAAK,CAAY;QAAU,YAAO,GAAP,OAAO,CAAe;QAH7D,qBAAgB,GAAqC,IAAI,oDAAe,CAAC,IAAI,iEAAe,EAAE,CAAC,CAAC;QAChG,mBAAc,GAAgC,IAAI,CAAC,gBAAgB,CAAC,YAAY,EAAE,CAAC;IAG3F,CAAC;IAED,IAAI,aAAa;QACf,OAAO,IAAI,CAAC,cAAc,CAAC;IAC7B,CAAC;IAED,IAAI;QACF,OAAO,IAAI,OAAO,CAAO,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;YAC3C,MAAM,cAAc,GAAG,IAAI,CAAC,OAAO,CAAC,iBAAiB,CAAC,iFAAG,CAAC,aAAa,CAAC,CAAC;YACzE,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,cAAc,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC,SAAS,EAAE,CAAC,IAAI,CAAC,CAAC,QAAyB,EAAE,EAAE;gBACjG,MAAM,eAAe,GAAoB,QAAQ,CAAC;gBAClD,IAAI,CAAC,gBAAgB,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;gBAC5C,OAAO,EAAE,CAAC;YACZ,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,QAAa,EAAE,EAAE;gBACzB,MAAM,CAAC,oCAAoC,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC;YACzE,CAAC,CAAC,CAAC;QACL,CAAC,CAAC,CAAC;IACL,CAAC;CACF;;YAnB4B,+DAAU;YAAmB,2FAAa;;AAL1D,sBAAsB;IAHlC,gEAAU,CAAC;QACV,UAAU,EAAE,MAAM;KACnB,CAAC;2EAM2B,+DAAU,EAAmB,2FAAa;GAL1D,sBAAsB,CAwBlC;AAxBkC;;;;;;;;;;;;;ACTnC;AAAA;AAAO,MAAM,eAAe;CAsB3B;;;;;;;;;;;;ACtBD,yCAAyC,iBAAiB,8BAA8B,GAAG,+BAA+B,4BAA4B,GAAG,yBAAyB,8BAA8B,GAAG,gBAAgB,8BAA8B,uBAAuB,uBAAuB,8BAA8B,GAAG,+BAA+B,8BAA8B,iBAAiB,iBAAiB,uBAAuB,GAAG,0EAA0E,mBAAmB,oBAAoB,2BAA2B,sBAAsB,8BAA8B,GAAG,0BAA0B,mBAAmB,GAAG,4BAA4B,yBAAyB,kBAAkB,mCAAmC,kCAAkC,gCAAgC,iBAAiB,GAAG,qDAAqD,wBAAwB,2BAA2B,yBAAyB,kBAAkB,8BAA8B,gCAAgC,6BAA6B,oCAAoC,GAAG,2DAA2D,mBAAmB,oBAAoB,oBAAoB,GAAG,oEAAoE,mBAAmB,GAAG,8DAA8D,wBAAwB,oBAAoB,yBAAyB,kBAAkB,8BAA8B,gCAAgC,4BAA4B,wCAAwC,GAAG,sCAAsC,yBAAyB,kBAAkB,iCAAiC,kCAAkC,mCAAmC,oBAAoB,mBAAmB,GAAG,8BAA8B,kBAAkB,kBAAkB,4CAA4C,KAAK,2BAA2B,6BAA6B,gCAAgC,iCAAiC,KAAK,iCAAiC,gBAAgB,iBAAiB,kBAAkB,KAAK,uCAAuC,sBAAsB,wBAAwB,+BAA+B,KAAK,8EAA8E,mBAAmB,KAAK,GAAG,+CAA+C,u1N;;;;;;;;;;;;;;;;;;;ACAn1E;AAC1C;AACP;AAOtD,IAAa,2BAA2B,GAAxC,MAAa,2BAA2B;IAUtC,YAAoB,iBAAmC;QAAnC,sBAAiB,GAAjB,iBAAiB,CAAkB;QAN7C,sBAAiB,GAAG,IAAI,0DAAY,EAAU,CAAC;QAClD,gBAAW,GAAG,KAAK,CAAC;QACpB,eAAU,GAAG,KAAK,CAAC;QAE1B,YAAO,GAAG,KAAK,CAAC;IAGhB,CAAC;IAED,aAAa,CAAC,KAAa;QACzB,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACjB,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC;YACpB,IAAI,CAAC,iBAAiB,CAAC,aAAa,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,UAAuB,EAAE,EAAE;gBACpF,IAAI,CAAC,UAAU,GAAG,UAAU,IAAI,EAAE,CAAC;gBACnC,IAAI,CAAC,OAAO,GAAG,KAAK,CAAC;YACvB,CAAC,CAAC,CAAC;SACJ;IACH,CAAC;IAED,QAAQ;QACN,IAAI,CAAC,IAAI,EAAE,CAAC;IACd,CAAC;IAEO,IAAI;QACV,IAAI,CAAC,UAAU,GAAG,EAAE,CAAC;QACrB,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;QAC5B,IAAI,CAAC,WAAW,GAAG,KAAK,CAAC;QACzB,IAAI,CAAC,UAAU,GAAG,KAAK,CAAC;IAC1B,CAAC;IAED,YAAY;QACV,OAAO,IAAI,CAAC,UAAU,IAAI,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC;IAChE,CAAC;IAED,QAAQ;QACN,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACZ,OAAO,EAAE,CAAC;SACX;QACD,MAAM,aAAa,GAAG,+DAAa,CAAC,gBAAgB,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;QAC9D,OAAO,CAAC,IAAI,CAAC,UAAU,IAAI,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC,CAAC,aAAa,CAAC,IAAI,CAAC;IAC1F,CAAC;IAED,OAAO;QACL,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACZ,OAAO,EAAE,CAAC;SACX;QACD,MAAM,aAAa,GAAG,+DAAa,CAAC,gBAAgB,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;QAC9D,OAAO,aAAa,CAAC,IAAI,CAAC;IAC5B,CAAC;IAED,eAAe,CAAC,MAAc,EAAE,IAAY;QAC1C,IAAI,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,SAAS,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC,CAAC;IAClG,CAAC;IAED,gBAAgB,CAAC,MAAe;QAC9B,IAAI,CAAC,UAAU,GAAG,CAAC,MAAM,CAAC;QAC1B,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAC9B,CAAC;IAED,cAAc,CAAC,MAAe;QAC5B,IAAI,CAAC,WAAW,GAAG,CAAC,MAAM,CAAC;QAC3B,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAC9B,CAAC;IAED,WAAW;QACT,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACZ,OAAO,EAAE,CAAC;SACX;QACD,OAAO,+DAAa,CAAC,OAAO,CAAC,EAAE,KAAK,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,+DAAa,CAAC,QAAQ,CAAC,EAAE,KAAK,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;IACtH,CAAC;IAED,IAAI;QACF,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACZ,OAAO,EAAE,CAAC;SACX;QACD,OAAO,+DAAa,CAAC,gBAAgB,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC;IACtD,CAAC;IAED,WAAW,CAAC,OAAsB;QAChC,IAAI,CAAC,IAAI,EAAE,CAAC;IACd,CAAC;IAED,iBAAiB;QACf,IAAI,+DAAa,CAAC,OAAO,CAAC,EAAE,KAAK,IAAI,CAAC,EAAE,IAAI,+DAAa,CAAC,KAAK,CAAC,EAAE,KAAK,IAAI,CAAC,EAAE,EAAE;YAC9E,IAAI,CAAC,UAAU,GAAG,KAAK,CAAC;SACzB;aAAM,IAAI,+DAAa,CAAC,QAAQ,CAAC,EAAE,KAAK,IAAI,CAAC,EAAE,IAAI,+DAAa,CAAC,OAAO,CAAC,EAAE,KAAK,IAAI,CAAC,EAAE,EAAE;YACxF,IAAI,CAAC,WAAW,GAAG,KAAK,CAAC;SAC1B;IACH,CAAC;IAED,gBAAgB;QACd,IAAI,IAAI,CAAC,UAAU,IAAI,IAAI,CAAC,WAAW,EAAE;YACvC,OAAO;SACR;QACD,IAAI,+DAAa,CAAC,OAAO,CAAC,EAAE,KAAK,IAAI,CAAC,EAAE,IAAI,+DAAa,CAAC,KAAK,CAAC,EAAE,KAAK,IAAI,CAAC,EAAE,EAAE;YAC9E,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC;SACxB;aAAM,IAAI,+DAAa,CAAC,QAAQ,CAAC,EAAE,KAAK,IAAI,CAAC,EAAE,IAAI,+DAAa,CAAC,OAAO,CAAC,EAAE,KAAK,IAAI,CAAC,EAAE,EAAE;YACxF,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC;SACzB;aAAM;YACL,IAAI,CAAC,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;SACtC;IACH,CAAC;CACF;;YAhGwC,mEAAgB;;AAT9C;IAAR,2DAAK,EAAE;;4DAAkB;AACjB;IAAR,2DAAK,EAAE;;0DAAgB;AACf;IAAR,2DAAK,EAAE;;uDAAY;AACV;IAAT,4DAAM,EAAE;;sEAAgD;AAJ9C,2BAA2B;IALvC,+DAAS,CAAC;QACT,QAAQ,EAAE,yBAAyB;QACnC,qNAAoD;;KAErD,CAAC;2EAWuC,mEAAgB;GAV5C,2BAA2B,CA0GvC;AA1GuC;;;;;;;;;;;;ACTxC,8CAA8C,yBAAyB,kBAAkB,iCAAiC,kCAAkC,mCAAmC,wBAAwB,oBAAoB,mBAAmB,iBAAiB,GAAG,6BAA6B,mBAAmB,uBAAuB,gCAAgC,GAAG,sBAAsB,gBAAgB,oBAAoB,uBAAuB,qBAAqB,yBAAyB,kBAAkB,mCAAmC,kCAAkC,gCAAgC,0CAA0C,GAAG,4BAA4B,oBAAoB,mBAAmB,oBAAoB,GAAG,+CAA+C,wBAAwB,2BAA2B,yBAAyB,kBAAkB,8BAA8B,gCAAgC,6BAA6B,oCAAoC,GAAG,yCAAyC,qBAAqB,oBAAoB,+BAA+B,oBAAoB,4BAA4B,wBAAwB,mBAAmB,qBAAqB,GAAG,8CAA8C,wBAAwB,2BAA2B,yBAAyB,kBAAkB,8BAA8B,gCAAgC,6BAA6B,oCAAoC,gBAAgB,GAAG,oDAAoD,oBAAoB,eAAe,gBAAgB,kBAAkB,GAAG,0CAA0C,wBAAwB,oBAAoB,yBAAyB,kBAAkB,8BAA8B,gCAAgC,4BAA4B,wCAAwC,sBAAsB,GAAG,wJAAwJ,oBAAoB,iBAAiB,GAAG,oDAAoD,oBAAoB,oBAAoB,GAAG,oDAAoD,oBAAoB,oBAAoB,GAAG,0GAA0G,oBAAoB,iBAAiB,GAAG,oDAAoD,oBAAoB,iBAAiB,GAAG,+CAA+C,uBAAuB,GAAG,sBAAsB,yBAAyB,kBAAkB,iCAAiC,kCAAkC,mCAAmC,mBAAmB,8BAA8B,GAAG,iBAAiB,yBAAyB,kBAAkB,iCAAiC,kCAAkC,mCAAmC,gBAAgB,gDAAgD,uBAAuB,GAAG,4BAA4B,yBAAyB,kBAAkB,iCAAiC,kCAAkC,mCAAmC,uBAAuB,mBAAmB,6BAA6B,oCAAoC,iBAAiB,kBAAkB,GAAG,kCAAkC,oBAAoB,GAAG,8BAA8B,oBAAoB,2BAA2B,GAAG,uBAAuB,2BAA2B,oBAAoB,GAAG,6BAA6B,4BAA4B,yBAAyB,kBAAkB,qBAAqB,GAAG,oBAAoB,iBAAiB,8BAA8B,4BAA4B,yBAAyB,kBAAkB,mBAAmB,oBAAoB,6BAA6B,oBAAoB,qBAAqB,uBAAuB,GAAG,kBAAkB,uBAAuB,GAAG,2BAA2B,8BAA8B,GAAG,4BAA4B,gBAAgB,iBAAiB,uBAAuB,GAAG,4BAA4B,uBAAuB,oBAAoB,4BAA4B,2BAA2B,GAAG,8BAA8B,qGAAqG,gBAAgB,KAAK,mCAAmC,kBAAkB,mBAAmB,KAAK,2CAA2C,sBAAsB,KAAK,8BAA8B,sBAAsB,KAAK,qGAAqG,gBAAgB,KAAK,mCAAmC,kBAAkB,mBAAmB,KAAK,2CAA2C,iCAAiC,KAAK,2CAA2C,iCAAiC,KAAK,8BAA8B,sBAAsB,KAAK,GAAG,+CAA+C,+qb;;;;;;;;;;;;;;;;;;;;;;;ACA59J;AACC;AAC1B;AACX;AACJ;AACtB;AAC4B;AAQrE,IAAa,2BAA2B,GAAxC,MAAa,2BAA2B;IAYtC,YAAoB,gBAAiC,EACjC,uBAA+C,EAC/C,qBAA2C,EAC3C,SAAmB,EACnB,wBAAiD;QAJjD,qBAAgB,GAAhB,gBAAgB,CAAiB;QACjC,4BAAuB,GAAvB,uBAAuB,CAAwB;QAC/C,0BAAqB,GAArB,qBAAqB,CAAsB;QAC3C,cAAS,GAAT,SAAS,CAAU;QACnB,6BAAwB,GAAxB,wBAAwB,CAAyB;QAT3D,yBAAoB,GAAG,IAAI,0DAAY,EAAU,CAAC;QAC5D,sBAAiB,GAAG,KAAK,CAAC;QAC1B,iBAAY,GAAG,IAAI,6DAAW,EAAE,CAAC;QAQ/B,IAAI,CAAC,YAAY,CAAC,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,IAAI,IAAI,EAAE,EAAE,YAAY,CAAC,CAAC;IAC9E,CAAC;IAED,QAAQ;IACR,CAAC;IAED,QAAQ,CAAC,IAAY;QACnB,MAAM,kBAAkB,GAAG,wBAAwB,CAAC;QACpD,OAAO,kBAAkB,GAAG,IAAI,CAAC;IACnC,CAAC;IAED,UAAU,CAAC,IAAY;QACrB,IAAI,CAAC,oBAAoB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACvC,CAAC;IAED,SAAS;QACP,OAAO,+DAAa,CAAC,OAAO,CAAC,EAAE,KAAK,IAAI,CAAC,aAAa,CAAC;IACzD,CAAC;IAEO,eAAe,CAAC,IAAwB;QAC9C,IAAI,CAAC,uBAAuB,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IAC5C,CAAC;IAEO,OAAO,CAAC,IAAY;QAC1B,MAAM,IAAI,GAAG,IAAI,oEAAkB,EAAE,CAAC;QACtC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC;QAC/B,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,QAAQ,GAAG,IAAI,0DAAQ,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;QACnC,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,gBAAgB,CAAC,WAAW,CAAC;QACpD,OAAO,IAAI,CAAC;IACd,CAAC;IAED,MAAM,CAAC,IAAY;QACjB,IAAI,IAAI,CAAC,aAAa,KAAK,+DAAa,CAAC,OAAO,CAAC,EAAE,EAAE;YACnD,IAAI,CAAC,iBAAiB,GAAG,IAAI,CAAC,SAAS,KAAK,IAAI,CAAC;YACjD,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,KAAK,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC;SACxD;aAAM;YACL,MAAM,IAAI,GAAG,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;YAChC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC;SAC5B;IACH,CAAC;IAED,QAAQ,CAAC,MAAiB;QACxB,MAAM,CAAC,cAAc,EAAE,CAAC;QACxB,MAAM,CAAC,eAAe,EAAE,CAAC;IAC3B,CAAC;IAED,SAAS,CAAC,MAAiB,EAAE,IAAY;QACvC,IAAI,CAAC,qBAAqB,CAAC,IAAI,GAAG,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IACvD,CAAC;IAED,aAAa,CAAC,IAAY;QACxB,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE;YACxB,OAAO;SACR;QACD,MAAM,IAAI,GAAG,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;QAChC,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC,YAAY,CAAC;QACtC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC;IAC7B,CAAC;IAED,SAAS,CAAC,KAAK;QACb,OAAO,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,KAAK,EAAE,YAAY,CAAC,CAAC;IACvD,CAAC;IAED,QAAQ,CAAC,IAAY;QACnB,OAAO,CAAC,IAAI,CAAC,wBAAwB,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;IAClD,CAAC;IAED,SAAS,CAAC,MAAiB;QACzB,MAAM,CAAC,YAAY,CAAC,OAAO,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;IAC7C,CAAC;IAED,KAAK;QACH,OAAO,CAAC,IAAI,CAAC,OAAO,IAAI,CAAC,CAAC,IAAI,CAAC,UAAU,IAAI,IAAI,CAAC,UAAU,CAAC,MAAM,KAAK,CAAC,CAAC,CAAC;IAC7E,CAAC;IAED,WAAW,CAAC,OAAsB;QAChC,IAAI,IAAI,CAAC,iBAAiB,EAAE;YAC1B,IAAI,CAAC,iBAAiB,GAAG,IAAI,CAAC,aAAa,KAAK,+DAAa,CAAC,OAAO,CAAC,EAAE,CAAC;SAC1E;IACH,CAAC;IAED,IAAI,CAAC,MAAiB;QACpB,MAAM,CAAC,cAAc,EAAE,CAAC;QACxB,MAAM,CAAC,eAAe,EAAE,CAAC;IAC3B,CAAC;CACF;;YA3FuC,6FAAe;YACR,gFAAsB;YACxB,4EAAoB;YAChC,wDAAQ;YACO,kFAAuB;;AAd5D;IAAR,2DAAK,EAAE;;+DAAyB;AACxB;IAAR,2DAAK,EAAE;;yDAAc;AACb;IAAR,2DAAK,EAAE;;kEAAuB;AACtB;IAAR,2DAAK,EAAE;;0DAAgB;AACf;IAAR,2DAAK,EAAE;;4DAAkB;AAChB;IAAT,4DAAM,EAAE;;yEAAmD;AAPjD,2BAA2B;IALvC,+DAAS,CAAC;QACT,QAAQ,EAAE,yBAAyB;QACnC,qNAAoD;;KAErD,CAAC;2EAasC,6FAAe;QACR,gFAAsB;QACxB,4EAAoB;QAChC,wDAAQ;QACO,kFAAuB;GAhB1D,2BAA2B,CAuGvC;AAvGuC;;;;;;;;;;;;;ACdxC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAyE;AAElE,MAAM,SAAS;CAMrB;AAEM,MAAM,aAAa;IAcjB,MAAM,CAAC,gBAAgB,CAAC,EAAU;QACvC,QAAQ,EAAE,EAAE;YACV,KAAK,aAAa,CAAC,IAAI,CAAC,EAAE;gBACxB,OAAO,aAAa,CAAC,IAAI,CAAC;YAC5B,KAAK,aAAa,CAAC,KAAK,CAAC,EAAE;gBACzB,OAAO,aAAa,CAAC,KAAK,CAAC;YAC7B,KAAK,aAAa,CAAC,OAAO,CAAC,EAAE;gBAC3B,OAAO,aAAa,CAAC,OAAO,CAAC;YAC/B,KAAK,aAAa,CAAC,OAAO,CAAC,EAAE;gBAC3B,OAAO,aAAa,CAAC,OAAO,CAAC;YAC/B,KAAK,aAAa,CAAC,QAAQ,CAAC,EAAE;gBAC5B,OAAO,aAAa,CAAC,QAAQ,CAAC;YAChC,KAAK,aAAa,CAAC,KAAK,CAAC,EAAE;gBACzB,OAAO,aAAa,CAAC,KAAK,CAAC;YAC7B,KAAK,aAAa,CAAC,IAAI,CAAC,EAAE;gBACxB,OAAO,aAAa,CAAC,IAAI,CAAC;SAC7B;IACH,CAAC;;AA9Ba,kBAAI,GAAG,EAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,iBAAiB,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,EAAC,CAAC;AACtE,mBAAK,GAAG,EAAC,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,iBAAiB,EAAE,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,qBAAqB,EAAC,CAAC;AAC5F,qBAAO,GAAG,EAAC,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,aAAa,EAAC,CAAC;AACjF,sBAAQ,GAAG,EAAC,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,cAAc,EAAC,CAAC;AACtF,qBAAO,GAAG;IACtB,EAAE,EAAE,SAAS;IACb,IAAI,EAAE,oBAAoB;IAC1B,IAAI,EAAE,aAAa;IACnB,KAAK,EAAE,uBAAuB;CAC/B,CAAC;AACY,mBAAK,GAAG,EAAC,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE,EAAC,CAAC;AAChE,kBAAI,GAAG,EAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,WAAW,EAAE,KAAK,EAAE,EAAE,EAAC,CAAC;AAsB/E,MAAM,kBAAkB;IAI7B,YAAY,QAAkB,EAAE,QAAgB;QAC9C,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QACzB,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;IAC3B,CAAC;;;YAHqB,QAAQ;;;AAMzB,MAAM,gBAAgB;CAI5B;AAEM,MAAM,kBAAkB;;AACf,uBAAI,GAAG,MAAM,CAAC;AAQvB,MAAM,QAAQ;IAInB,YAAY,IAAY,EAAE,GAAW;QACnC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;IACjB,CAAC;;;;;;AAGI,MAAM,aAAa;IAejB,MAAM,CAAC,GAAG,CAAC,IAAoB,EAAE,IAAY,EAAE,QAAkB;QACtE,MAAM,GAAG,GAAG,IAAI,aAAa,EAAE,CAAC;QAChC,GAAG,CAAC,aAAa,GAAG,IAAI,CAAC;QACzB,GAAG,CAAC,UAAU,GAAG,IAAI,CAAC,MAAM,CAAC;QAC7B,GAAG,CAAC,IAAI,GAAG,QAAQ,CAAC,IAAI,CAAC;QACzB,GAAG,CAAC,GAAG,GAAG,QAAQ,CAAC,GAAG,CAAC;QACvB,GAAG,CAAC,aAAa,GAAG,IAAI,CAAC,IAAI,CAAC;QAC9B,GAAG,CAAC,UAAU,GAAG,IAAI,CAAC,KAAK,CAAC;QAC5B,GAAG,CAAC,WAAW,GAAG,IAAI,CAAC,MAAM,CAAC;QAC9B,IAAI,IAAI,CAAC,YAAY,EAAE;YACrB,GAAG,CAAC,MAAM,GAAG,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC;YACtC,GAAG,CAAC,OAAO,GAAG,IAAI,CAAC,YAAY,CAAC,OAAO,CAAC;YACxC,GAAG,CAAC,OAAO,GAAG,IAAI,CAAC,YAAY,CAAC,OAAO,CAAC;YACxC,GAAG,CAAC,iBAAiB,GAAG,IAAI,CAAC,YAAY,CAAC,iBAAiB,CAAC;YAC5D,GAAG,CAAC,IAAI,GAAG,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC;SACnC;QAED,OAAO,GAAG,CAAC;IACb,CAAC;CACF;AAEM,MAAM,WAAW;CAMvB;AAEM,MAAM,cAAc;IAEzB;QACE,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;QAChB,IAAI,CAAC,KAAK,GAAG,CAAC,CAAC;IACjB,CAAC;CASF;AAEM,MAAM,cAAc;IAYlB,MAAM,CAAC,UAAU;QACtB,MAAM,KAAK,GAAG,IAAI,cAAc,EAAE,CAAC;QACnC,KAAK,CAAC,IAAI,GAAG,EAAE,CAAC;QAChB,MAAM,CAAC,GAAG,wFAAU,CAAC,OAAO,EAAE,CAAC;QAC/B,KAAK,CAAC,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC;QAC1B,KAAK,CAAC,IAAI,GAAG,CAAC,CAAC,IAAI,CAAC;QACpB,KAAK,CAAC,QAAQ,GAAG,CAAC,CAAC,QAAQ,CAAC;QAC5B,KAAK,CAAC,SAAS,GAAG,CAAC,CAAC,SAAS,CAAC;QAC9B,KAAK,CAAC,IAAI,GAAG,CAAC,CAAC,IAAI,CAAC;QACpB,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,MAAM,CAAC;QACxB,OAAO,KAAK,CAAC;IACf,CAAC;CACF;AAEM,MAAM,UAAU;CAItB;AAEM,MAAM,QAAQ;CAIpB;AAEM,MAAM,WAAW;CAOvB;AAEM,MAAM,gBAAgB;IAmB3B;QAHA,kBAAa,GAAG,KAAK,CAAC;QACtB,eAAU,GAAG,CAAC,CAAC;IAGf,CAAC;IAED,IAAI,CAAC,QAAQ;QACX,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,KAAK,GAAG,QAAQ,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC;QAClC,IAAI,CAAC,MAAM,GAAG,QAAQ,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC;QACnC,IAAI,CAAC,MAAM,GAAG,EAAE,CAAC;QACjB,IAAI,CAAC,eAAe,GAAG,oBAAoB,CAAC;QAC5C,IAAI,CAAC,WAAW,GAAG,iBAAiB,CAAC;QACrC,IAAI,CAAC,WAAW,GAAG,CAAC,CAAC;QACrB,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;QACnB,IAAI,CAAC,IAAI,GAAG,OAAO,CAAC;QACpB,IAAI,CAAC,SAAS,GAAG,iBAAiB,CAAC;QACnC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC;QACnB,IAAI,CAAC,IAAI,GAAG,KAAK,CAAC;QAClB,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC;QACpB,IAAI,CAAC,SAAS,GAAG,KAAK,CAAC;QACvB,OAAO,IAAI,CAAC;IACd,CAAC;CACF;AAEM,MAAM,MAAM;IACV,MAAM,CAAC,YAAY;QACxB,MAAM,GAAG,GAAG,EAAE;QACd,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,EAAE,EAAE;YAC5B,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;SAC/B;QACD,OAAO,GAAG,CAAC;IACb,CAAC;IAEM,MAAM,CAAC,WAAW,CAAC,KAAa;QACrC,OAAO,EAAC,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,GAAG,IAAI,EAAE,SAAS,EAAE,KAAK,EAAC;IAC7D,CAAC;CACF;AAEM,MAAM,SAAS;;AACN,kBAAQ,GAAG,UAAU,CAAC;AACtB,gBAAM,GAAG,QAAQ,CAAC;;;;;;;;;;;;;ACnPlC;AAAA;AAAA;AAAkF;AAE3E,MAAM,4BAA6B,SAAQ,iGAAmB;IAEnE;QACE,KAAK,EAAE,CAAC;IACV,CAAC;CACF;;;;;;;;;;;;ACPD,2BAA2B,oBAAoB,mBAAmB,oBAAoB,yBAAyB,kBAAkB,8BAA8B,gCAAgC,6BAA6B,oCAAoC,oBAAoB,iBAAiB,uBAAuB,uBAAuB,wBAAwB,0BAA0B,mBAAmB,GAAG,kBAAkB,8BAA8B,8BAA8B,sBAAsB,GAAG,8BAA8B,oBAAoB,uBAAuB,GAAG,kBAAkB,sBAAsB,GAAG,8BAA8B,aAAa,sBAAsB,KAAK,GAAG,+CAA+C,m+E;;;;;;;;;;;;;;;;;;;ACApqB;AAItB;AACyB;AAOhF,IAAa,qBAAqB,GAAlC,MAAa,qBAAqB;IAShC,YAAoB,oBAAkD,EAClD,aAA2B,EAC3B,kBAA2C;QAF3C,yBAAoB,GAApB,oBAAoB,CAA8B;QAClD,kBAAa,GAAb,aAAa,CAAc;QAC3B,uBAAkB,GAAlB,kBAAkB,CAAyB;QARtD,aAAQ,GAAG,KAAK,CAAC;QAEhB,cAAS,GAAG,IAAI,0DAAY,EAAU,CAAC;QAC1C,WAAM,GAAG,KAAK,CAAC;QACf,gBAAW,GAAG,KAAK,CAAC;QAKzB,IAAI,CAAC,oBAAoB,CAAC,eAAe,CAAC,SAAS,CAAC,CAAC,KAAa,EAAE,EAAE;YACpE,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;QACzB,CAAC,CAAC,CAAC;IACL,CAAC;IAEO,UAAU,CAAC,KAAa;QAC9B,IAAI,IAAI,CAAC,EAAE,KAAK,KAAK,EAAE;YACrB,IAAI,CAAC,MAAM,GAAG,CAAC,IAAI,CAAC,MAAM,CAAC;YAC3B,IAAI,IAAI,CAAC,MAAM,EAAE;gBACf,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;aAC9B;iBAAM;gBACL,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;aACzB;SACF;aAAM;YACL,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC;SACrB;IACH,CAAC;IAED,QAAQ;IACR,CAAC;IAED,SAAS;QACP,IAAI,IAAI,CAAC,QAAQ,EAAE;YACjB,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,0FAAY,CAAC,YAAY,CAAC,CAAC;YACnD,IAAI,CAAC,kBAAkB,CAAC,aAAa,CAAC,4BAA4B,CAAC,CAAC;YACpE,OAAO;SACR;QACD,IAAI,CAAC,oBAAoB,CAAC,eAAe,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IACrD,CAAC;CAEF;;YAjC2C,6FAA4B;YACnC,0FAAY;YACP,qGAAuB;;AAVtD;IAAR,2DAAK,EAAE;;iDAAY;AACX;IAAR,2DAAK,EAAE;;mDAAc;AACb;IAAR,2DAAK,EAAE;;uDAAkB;AACjB;IAAR,2DAAK,EAAE;;sDAAiB;AACf;IAAT,4DAAM,EAAE;;wDAAwC;AALtC,qBAAqB;IALjC,+DAAS,CAAC;QACT,QAAQ,EAAE,kBAAkB;QAC5B,gMAA6C;;KAE9C,CAAC;2EAU0C,6FAA4B;QACnC,0FAAY;QACP,qGAAuB;GAXpD,qBAAqB,CA0CjC;AA1CiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACZ2C;AACtB;AAQA;AACkB;AACpB;AACa;AACF;AACkC;AAC/B;AACT;AACJ;AACE;AACsB;AACI;AACK;AACvB;AACN;AACQ;AACJ;AACI;AACA;AACR;AACiB;AACf;AACA;AACQ;AACW;AACmB;AAC7B;AACG;AACV;AACV;AAE7C,SAAS,aAAa,CAAC,sBAA8C;IAC1E,MAAM,MAAM,GAAG,GAAG,EAAE,CAAC,sBAAsB,CAAC,IAAI,EAAE,CAAC;IACnD,OAAO,MAAM,CAAC;AAChB,CAAC;AAED,+HAA+H;AAC/H,WAAW;AACJ,SAAS,uBAAuB,CAAC,OAA2B;IACjE,OAAO,IAAI,2GAA6B,CAAC,OAAO,CAAC,CAAC;AACpD,CAAC;AAsED,IAAa,eAAe,uBAA5B,MAAa,eAAe;IAC1B;QACE,0EAAO,CAAC,GAAG,CAAC,sEAAG,EAAE,wEAAG,CAAC,CAAC;IACxB,CAAC;IAED,MAAM,CAAC,OAAO,CAAC,WAAmB;QAChC,iFAAG,CAAC,oBAAoB,GAAG,WAAW,CAAC;QACvC,OAAO;YACL,QAAQ,EAAE,iBAAe;SAC1B,CAAC;IACJ,CAAC;CACF;AAXY,eAAe;IApE3B,8DAAQ,CAAC;QACR,YAAY,EAAE,CAAC,8EAAqB;YAClC,gHAA2B;YAC3B,6FAAqB;YACrB,iGAAqB;YACrB,sGAAwB;YACxB,+EAAqB;YACrB,yEAAS;YACT,yEAAe;YACf,0FAAoB;YACpB,iHAA2B;YAC3B,oFAAkB;YAClB,uFAAmB,CAAC;QACtB,OAAO,EAAE,CAAC,8EAAqB;YAC7B,gHAA2B;YAC3B,6FAAqB;YACrB,iGAAqB;YACrB,sGAAwB;YACxB,+EAAqB;YACrB,yEAAS;YACT,yEAAe;YACf,0FAAoB;YACpB,iHAA2B;YAC3B,oFAAkB;YAClB,uFAAmB;YACnB,oGAAsB,CAAC;QACzB,OAAO,EAAE,CAAC,4DAAY;YACpB,oGAAsB;YACtB,qEAAgB;YAChB,kFAAiB;YACjB,oEAAkB,CAAC;QACrB,SAAS,EAAE;YACT,mEAAgB;YAChB,2FAAa;YACb,gFAAsB;YACtB,iFAAsB;YACtB,6EAAoB;YACpB,iFAAsB;YACtB,iFAAsB;YACtB,2EAAmB;YACnB,2EAAmB;YACnB,wDAAQ;YACR,mFAAuB;YACvB,8FAA4B;YAC5B,6EAAoB;YACpB;gBACE,OAAO,EAAE,sEAAiB;gBAC1B,QAAQ,EAAE,qGAAuB;gBACjC,KAAK,EAAE,IAAI;aACZ;YACD;gBACE,OAAO,EAAE,6DAAe;gBACxB,UAAU,EAAE,aAAa;gBACzB,IAAI,EAAE,CAAC,gFAAsB,CAAC,EAAE,KAAK,EAAE,IAAI;aAC5C;YACD,gGAAkB;YAClB;gBACE,OAAO,EAAE,sEAAiB;gBAC1B,UAAU,EAAE,uBAAuB;gBACnC,KAAK,EAAE,IAAI;gBACX,IAAI,EAAE,CAAC,gGAAkB,CAAC;aAC3B;SACF;QACD,eAAe,EAAE;YACf,yEAAS;YACT,0FAAoB;SACrB;KACF,CAAC;;GACW,eAAe,CAW3B;AAX2B;;;;;;;;;;;;;;;;;;;;;ACvHa;AACqB;AACqD;AAEhF;AAKnC,IAAa,gBAAgB,GAA7B,MAAa,gBAAgB;IAE3B,YAAoB,KAAiB,EAAU,OAAsB;QAAjD,UAAK,GAAL,KAAK,CAAY;QAAU,YAAO,GAAP,OAAO,CAAe;IACrE,CAAC;IAED,SAAS,CAAC,IAAY;QACpB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,uBAAuB,EAAE,GAAG,iFAAG,CAAC,cAAc,EAAE,EAAC,MAAM,EAAE,IAAI,EAAC,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IAC3H,CAAC;IAED,QAAQ,CAAC,WAA4B;QACnC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,uBAAuB,EAAE,GAAG,iFAAG,CAAC,yBAAyB,EAAE,WAAW,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IACnI,CAAC;IAED,MAAM,CAAC,IAAU,EAAE,GAAW,EAAE,OAAgB,EAAE,QAAgB;QAChE,MAAM,QAAQ,GAAG,IAAI,QAAQ,EAAE,CAAC;QAChC,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;QAC9B,QAAQ,CAAC,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC;QAC5C,IAAI,QAAQ,EAAE;YACZ,QAAQ,CAAC,MAAM,CAAC,eAAe,EAAE,QAAQ,CAAC,CAAC;SAC5C;QACD,IAAI,GAAG,EAAE;YACP,QAAQ,CAAC,MAAM,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;SAC7B;QAED,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,uBAAuB,EAAE,GAAG,iFAAG,CAAC,gBAAgB,EAAE,QAAQ,CAAC,CAAC;IAClG,CAAC;IAED,QAAQ,CAAC,WAA4B,EAAE,IAAY;QACjD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,uBAAuB,EAAE,GAAG,iFAAG,CAAC,kBAAkB,EAAE;YACtF,MAAM,EAAE,WAAW,CAAC,IAAI;YACxB,UAAU,EAAE,WAAW,CAAC,QAAQ;YAChC,MAAM,EAAE,IAAI;SACb,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IAC1B,CAAC;IAED,cAAc,CAAC,WAA4B;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,uBAAuB,EAAE,GAAG,iFAAG,CAAC,kBAAkB,GAAG,SAAS,GAAG,WAAW,CAAC,IAAI,CAAC;IACxG,CAAC;IAED,SAAS,CAAC,WAA4B;QACpC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,uBAAuB,EAAE,GAAG,iFAAG,CAAC,UAAU,EAAE;YAC9E,MAAM,EAAE,WAAW,CAAC,IAAI;YACxB,UAAU,EAAE,WAAW,CAAC,QAAQ;SACjC,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IAC1B,CAAC;IAED,YAAY,CAAC,WAA4B;QACvC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,uBAAuB,EAAE,GAAG,iFAAG,CAAC,cAAc,EAAE;YAClF,MAAM,EAAE,WAAW,CAAC,IAAI;YACxB,UAAU,EAAE,WAAW,CAAC,QAAQ;SACjC,EAAE,iFAAG,CAAC,+BAA+B,CAAC,CAAC;IAC1C,CAAC;IAED,aAAa,CAAC,IAAY,EAAE,IAAY;QACtC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,uBAAuB,EAAE,GAAG,iFAAG,CAAC,cAAc,EAAE;YAClF,MAAM,EAAE,IAAI;YACZ,eAAe,EAAE,IAAI;SACtB,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IAC1B,CAAC;IAED,gBAAgB,CAAC,IAAY,EAAE,IAAY;QACzC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,uBAAuB,EAAE,GAAG,iFAAG,CAAC,qBAAqB,EAAE;YACzF,MAAM,EAAE,IAAI;YACZ,eAAe,EAAE,IAAI;SACtB,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IAC1B,CAAC;IAED,eAAe,CAAC,IAAwB,EAAE,OAAgB;QACxD,IAAI,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,EAAE;YAC5B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE;gBACjD,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,OAAO,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC;aAChE;SACF;QACD,OAAO,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC,EAAE,EAAE,EAAE,OAAO,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC;IAC/F,CAAC;IAED,OAAO,CAAC,IAAY,EAAE,IAAa,EAAE,IAAY;QAC/C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,uBAAuB,EAAE,GAAG,iFAAG,CAAC,iBAAiB,EAAE;YACrF,YAAY,EAAE,EAAC,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAC;YAC1C,eAAe,EAAE,IAAI;SACtB,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IAC1B,CAAC;IAED,kBAAkB,CAAC,IAAwB;QACzC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,uBAAuB,EAAE,GAAG,iFAAG,CAAC,oBAAoB,EAAE;YACxF,MAAM,EAAE,IAAI,CAAC,IAAI;YACjB,MAAM,EAAE,IAAI,CAAC,UAAU;YACvB,eAAe,EAAE,IAAI,CAAC,IAAI;YAC1B,UAAU,EAAE,EAAE;SACf,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC,IAAI,CAC1B,0DAAG,CAAC,CAAC,KAAqB,EAAE,EAAE;YAC5B,KAAK,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;YACvB,OAAO,KAAK,CAAC;QACf,CAAC,CAAC,CAAC,CAAC;IACR,CAAC;IAED,iBAAiB,CAAC,IAAoB;QACpC,MAAM,UAAU,GAAG,IAAI,CAAC,KAAK,CAAC;QAC9B,UAAU,CAAC,SAAS,GAAG,mFAAK,CAAC,KAAK,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;QACzD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,uBAAuB,EAAE,GAAG,iFAAG,CAAC,SAAS,EAAE;YAC7E,YAAY,EAAE,UAAU;SACzB,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC,IAAI,CAC1B,0DAAG,CAAC,CAAC,KAAqB,EAAE,EAAE;YAC5B,KAAK,CAAC,SAAS,GAAG,mFAAK,CAAC,KAAK,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;YAC/C,OAAO,KAAK,CAAC;QACf,CAAC,CAAC,CAAC,CAAC;IACR,CAAC;IAED,SAAS,CAAC,GAAW;QACnB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,uBAAuB,EAAE,GAAG,iFAAG,CAAC,UAAU,EAAE;YAC9E,OAAO,EAAE,GAAG;SACb,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IAC1B,CAAC;IAED,SAAS,CAAC,GAAW,EAAE,KAAY;QACjC,KAAK,MAAM,UAAU,IAAI,KAAK,EAAE;YAC9B,UAAU,CAAC,eAAe,GAAG,mFAAK,CAAC,KAAK,CAAC,UAAU,CAAC,eAAe,CAAC,CAAC;YACrE,UAAU,CAAC,WAAW,GAAG,mFAAK,CAAC,KAAK,CAAC,UAAU,CAAC,WAAW,CAAC,CAAC;YAC7D,UAAU,CAAC,SAAS,GAAG,mFAAK,CAAC,KAAK,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;SAC1D;QACD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,uBAAuB,EAAE,GAAG,iFAAG,CAAC,UAAU,EAAE;YAC9E,OAAO,EAAE,GAAG;YACZ,WAAW,EAAE,KAAK;SACnB,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IAC1B,CAAC;IAED,IAAI,CAAC,WAA4B,EAAE,UAAiB;QAClD,MAAM,OAAO,GAAG,sFAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC,MAAM,CAAC;QAC9D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,uBAAuB,EAAE,GAAG,iFAAG,CAAC,IAAI,EAAE;YACxE,IAAI,EAAE,WAAW,CAAC,IAAI;YACtB,QAAQ,EAAE,WAAW,CAAC,QAAQ,CAAC,CAAC,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE;YAC1D,cAAc,EAAE,UAAU;YAC1B,YAAY,EAAE,OAAO;SACtB,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IAC1B,CAAC;IAED,cAAc,CAAC,WAA4B,EAAE,UAAiB;QAC5D,MAAM,OAAO,GAAG,sFAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC,MAAM,CAAC;QAC9D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,uBAAuB,EAAE,GAAG,iFAAG,CAAC,eAAe,EAAE;YACnF,IAAI,EAAE,WAAW,CAAC,IAAI;YACtB,QAAQ,EAAE,WAAW,CAAC,QAAQ;YAC9B,cAAc,EAAE,UAAU;YAC1B,YAAY,EAAE,OAAO;SACtB,EAAE,iFAAG,CAAC,+BAA+B,CAAC,CAAC;IAC1C,CAAC;CACF;;YA/I4B,+DAAU;YAAmB,2FAAa;;AAF1D,gBAAgB;IAH5B,gEAAU,CAAC;QACV,UAAU,EAAE,MAAM;KACnB,CAAC;2EAG2B,+DAAU,EAAmB,2FAAa;GAF1D,gBAAgB,CAiJ5B;AAjJ4B;;;;;;;;;;;;ACT7B,iCAAiC,kCAAkC,GAAG,uCAAuC,oBAAoB,+BAA+B,GAAG,uBAAuB,2BAA2B,oBAAoB,GAAG,YAAY,mBAAmB,oBAAoB,iBAAiB,iBAAiB,kBAAkB,gBAAgB,iBAAiB,GAAG,sBAAsB,8BAA8B,iBAAiB,gBAAgB,qBAAqB,yBAAyB,kBAAkB,uBAAuB,cAAc,GAAG,4BAA4B,mBAAmB,oBAAoB,4BAA4B,GAAG,0BAA0B,wBAAwB,yBAAyB,mBAAmB,mBAAmB,oBAAoB,GAAG,+CAA+C,uwF;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACAvwB;AAUzC;AAC6D;AACpC;AACa;AACA;AAClC;AACoC;AACN;AAClC;AACe;AAE5C,MAAM,CAAC,GAAG,mCAAM,CAAC;AAOjB,IAAa,SAAS,GAAtB,MAAa,SAAS;IAepB,YAAoB,iBAAmC,EACnC,uBAA+C,EAC/C,qBAA2C,EAC3C,uBAA+C,EAC/C,wBAAiD;QAJjD,sBAAiB,GAAjB,iBAAiB,CAAkB;QACnC,4BAAuB,GAAvB,uBAAuB,CAAwB;QAC/C,0BAAqB,GAArB,qBAAqB,CAAsB;QAC3C,4BAAuB,GAAvB,uBAAuB,CAAwB;QAC/C,6BAAwB,GAAxB,wBAAwB,CAAyB;QAZrE,WAAM,GAAG,IAAI,CAAC;QACd,WAAM,GAAG,IAAI,CAAC;QACd,WAAM,GAAG,KAAK,CAAC;QACf,eAAU,GAAG,KAAK,CAAC;QAGX,YAAO,GAAoB,IAAI,6CAAO,EAAE,CAAC;QAQ/C,IAAI,CAAC,uBAAuB,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC,EAAU,EAAE,EAAE;YACjE,IAAI,IAAI,CAAC,EAAE,KAAK,EAAE,EAAE;gBAClB,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC;aACpB;iBAAM;gBACL,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC;aACrB;QACH,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,OAAO,CAAC,IAAI,CACf,oEAAY,CAAC,GAAG,CAAC,CAClB,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE;YACjB,IAAI,CAAC,aAAa,EAAE,CAAC;YACrB,IAAI,CAAC,YAAY,EAAE,CAAC;QACtB,CAAC,CAAC,CAAC;IACL,CAAC;IAED,QAAQ;IACR,CAAC;IAED,OAAO;QACL,OAAO,wBAAwB,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC;IACnD,CAAC;IAED,QAAQ,CAAC,MAAiB;QACxB,MAAM,CAAC,cAAc,EAAE,CAAC;QACxB,MAAM,CAAC,eAAe,EAAE,CAAC;IAC3B,CAAC;IAED,SAAS,CAAC,MAAiB;QACzB,MAAM,CAAC,cAAc,EAAE,CAAC;QACxB,IAAI,CAAC,WAAW,GAAG,mFAAK,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;QAClD,IAAI,MAAM,CAAC,YAAY,EAAE;YACvB,MAAM,CAAC,YAAY,CAAC,OAAO,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;SAC5C;IACH,CAAC;IAED,QAAQ,CAAC,MAAM;QACb,MAAM,CAAC,cAAc,EAAE,CAAC;QACxB,MAAM,QAAQ,GAAG,mFAAK,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;QAChD,IAAI,QAAQ,CAAC,CAAC,IAAI,QAAQ,CAAC,CAAC,IAAI,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE;YACvD,MAAM,IAAI,GAAG,QAAQ,CAAC,CAAC,GAAG,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;YAC7C,MAAM,GAAG,GAAG,QAAQ,CAAC,CAAC,GAAG,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;YAC5C,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,IAAI,CAAC;YAC3B,IAAI,CAAC,QAAQ,CAAC,GAAG,IAAI,GAAG,CAAC;YACzB,IAAI,CAAC,eAAe,EAAE,CAAC;YACvB,IAAI,CAAC,WAAW,GAAG,QAAQ,CAAC;SAC7B;IACH,CAAC;IAED,QAAQ,CAAC,QAAQ;QACf,MAAM,WAAW,GAAG,QAAQ,CAAC,gBAAgB,CAAC,QAAQ,CAAC,CAAC,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC;QACtE,OAAO,WAAW,IAAI,CAAC,CAAC,WAAW,CAAC,CAAC,MAAM,EAAE,CAAC,MAAM,EAAE;YACpD,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,MAAM,EAAE,CAAC,MAAM,EAAE,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,MAAM,CAAC;gBACzD,CAAC,CAAC,WAAW,CAAC,CAAC,MAAM,EAAE,CAAC,MAAM,EAAE,CAAC,MAAM,EAAE,CAAC,MAAM,EAAE,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC;IACpF,CAAC;IAED,MAAM;QACJ,OAAO,+DAAa,CAAC,IAAI,CAAC,EAAE,KAAK,IAAI,CAAC,IAAI,CAAC;IAC7C,CAAC;IAED,aAAa;QACX,MAAM,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC;QAC1B,MAAM,UAAU,GAAG,wFAAU,CAAC,OAAO,EAAE,CAAC;QACxC,IAAI,CAAC,EAAE;YACL,UAAU,CAAC,QAAQ,GAAG,CAAC,CAAC,QAAQ,CAAC;YACjC,UAAU,CAAC,IAAI,GAAG,CAAC,CAAC,IAAI,CAAC;YACzB,UAAU,CAAC,KAAK,GAAG,CAAC,CAAC,SAAS,CAAC;YAC/B,UAAU,CAAC,IAAI,GAAG,CAAC,CAAC,IAAI,CAAC;YACzB,UAAU,CAAC,SAAS,GAAG,CAAC,CAAC,SAAS,CAAC;YACnC,UAAU,CAAC,MAAM,GAAG,CAAC,CAAC,MAAM,CAAC;SAC9B;QACD,OAAO,UAAU,CAAC;IACpB,CAAC;IAED,iBAAiB,CAAC,MAAkB;QAClC,IAAI,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE;YACnB,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;YAC5B,IAAI,CAAC,aAAa,EAAE,CAAC;YACrB,IAAI,CAAC,YAAY,EAAE,CAAC;SACrB;IACH,CAAC;IAEO,cAAc,CAAC,UAAsB;QAC3C,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,GAAG,UAAU,CAAC,QAAQ,CAAC;QAC/C,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,GAAG,UAAU,CAAC,IAAI,CAAC;QACvC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,GAAG,UAAU,CAAC,IAAI,CAAC;QACvC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;QAC3C,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,SAAS,GAAG,UAAU,CAAC,SAAS,CAAC;QACjD,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,SAAS,GAAG,UAAU,CAAC,KAAK,CAAC;IAC/C,CAAC;IAED,MAAM;QACJ,MAAM,GAAG,GAAG,IAAI,4DAAU,EAAE,CAAC;QAC7B,GAAG,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC;QAC1B,GAAG,CAAC,EAAE,GAAG,IAAI,CAAC,EAAE,CAAC;QACjB,GAAG,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;QACrB,IAAI,CAAC,uBAAuB,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;IAC3C,CAAC;IAED,UAAU;QACR,IAAI,CAAC,uBAAuB,CAAC,YAAY,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IACrD,CAAC;IAED,SAAS;QACP,OAAO,IAAI,CAAC,IAAI,KAAK,+DAAa,CAAC,OAAO,CAAC,EAAE,CAAC;IAChD,CAAC;IAED,KAAK,CAAC,MAAM;QACV,IAAI,CAAC,IAAI,CAAC,KAAK,IAAI,MAAM,CAAC;QAC1B,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE;YAChB,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,MAAM,CAAC;SAC5B;QACD,IAAI,CAAC,eAAe,EAAE,CAAC;QACvB,IAAI,CAAC,aAAa,EAAE,CAAC;IACvB,CAAC;IAED,MAAM,CAAC,MAAM;QACX,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,MAAM,CAAC;QAC3B,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE;YAChB,IAAI,CAAC,IAAI,CAAC,KAAK,IAAI,MAAM,CAAC;SAC3B;QACD,IAAI,CAAC,eAAe,EAAE,CAAC;QACvB,IAAI,CAAC,aAAa,EAAE,CAAC;IACvB,CAAC;IAED,IAAI,CAAC,MAAM;QACT,IAAI,IAAI,CAAC,MAAM,EAAE;YACf,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,MAAM,CAAC;SAC9B;QACD,IAAI,CAAC,eAAe,EAAE,CAAC;QACvB,IAAI,CAAC,aAAa,EAAE,CAAC;IACvB,CAAC;IAED,GAAG,CAAC,MAAM;QACR,IAAI,IAAI,CAAC,MAAM,EAAE;YACf,IAAI,CAAC,QAAQ,CAAC,GAAG,IAAI,MAAM,CAAC;SAC7B;QACD,IAAI,CAAC,eAAe,EAAE,CAAC;QACvB,IAAI,CAAC,aAAa,EAAE,CAAC;IACvB,CAAC;IAED,aAAa;QACX,MAAM,OAAO,GAAG,IAAI,6DAAW,EAAE,CAAC;QAClC,OAAO,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC;QAC9B,OAAO,CAAC,EAAE,GAAG,IAAI,CAAC,EAAE,CAAC;QACrB,OAAO,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC;QACjC,OAAO,CAAC,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC;QAChC,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC;QAClC,OAAO,CAAC,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC;QAChC,IAAI,CAAC,qBAAqB,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;IACpD,CAAC;IAED,IAAI,CAAC,MAAiB;QACpB,MAAM,CAAC,eAAe,EAAE,CAAC;QACzB,MAAM,CAAC,cAAc,EAAE,CAAC;IAC1B,CAAC;IAED,MAAM;QACJ,OAAO,IAAI,CAAC,IAAI,CAAC,KAAK,KAAK,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,MAAM,KAAK,CAAC,CAAC;IACzD,CAAC;IAED,UAAU;QACR,MAAM,IAAI,GAAG,IAAI,0DAAQ,EAAE,CAAC;QAC5B,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC;QAC3B,IAAI,CAAC,EAAE,GAAG,IAAI,CAAC,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;QACtB,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACxC,CAAC;IAED,eAAe;QACb,IAAI,IAAI,CAAC,IAAI,KAAK,+DAAa,CAAC,IAAI,CAAC,EAAE,EAAE;YACvC,UAAU,CAAC,GAAG,EAAE;gBACd,MAAM,OAAO,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC;gBAC3B,IAAI,OAAO,EAAE;oBACX,OAAO,CAAC,KAAK,EAAE,CAAC;iBACjB;YACH,CAAC,EAAE,GAAG,CAAC,CAAC;SACT;IACH,CAAC;IAEO,eAAe;QACrB,IAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,GAAG,CAAC,EAAE;YAC1B,IAAI,CAAC,QAAQ,CAAC,IAAI,GAAG,CAAC,CAAC;SACxB;QACD,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,GAAG,CAAC,EAAE;YACzB,IAAI,CAAC,QAAQ,CAAC,GAAG,GAAG,CAAC,CAAC;SACvB;QACD,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,UAAU,EAAE;YAC1D,IAAI,CAAC,QAAQ,CAAC,GAAG,GAAG,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC;SACxD;QACD,IAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,SAAS,EAAE;YACzD,IAAI,CAAC,QAAQ,CAAC,IAAI,GAAG,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC;SACvD;IACH,CAAC;IAED,QAAQ,CAAC,KAAa;QACpB,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC;QAC7B,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IAC3B,CAAC;IAEO,YAAY;QAClB,IAAI,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,SAAS,CAAC,CAAC,CAAiB,EAAE,EAAE;YAClF,IAAI,oEAAkB,CAAC,IAAI,KAAK,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE;gBAC9C,IAAI,CAAC,wBAAwB,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,EAAE,IAAI,CAAC,EAAE,CAAC,CAAC;gBAC/D,IAAI,CAAC,IAAI,CAAC,IAAI,GAAG,CAAC,CAAC,SAAS,CAAC;aAC9B;YACD,IAAI,CAAC,IAAI,CAAC,KAAK,GAAG,CAAC,CAAC;QACtB,CAAC,CAAC,CAAC;IACL,CAAC;IAED,QAAQ,CAAC,MAAM;QACb,IAAI,CAAC,uBAAuB,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;IAClD,CAAC;IAED,YAAY;QACV,MAAM,SAAS,GAAG,IAAI,CAAC,IAAI,KAAK,+DAAa,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC;QAClE,OAAO,IAAI,CAAC,IAAI,CAAC,KAAK,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,GAAG,SAAS,CAAC,GAAG,GAAG,CAAC;IAC/E,CAAC;IAED,WAAW;QACT,OAAO,sFAAQ,CAAC,aAAa,CAAC;IAChC,CAAC;CACF;;YApOwC,mEAAgB;YACV,gFAAsB;YACxB,4EAAoB;YAClB,gFAAsB;YACrB,kFAAuB;;AAlB5D;IAAR,2DAAK,EAAE;;qCAAY;AACX;IAAR,2DAAK,EAAE;oEAAO,gEAAc;uCAAC;AACrB;IAAR,2DAAK,EAAE;oEAAW,0DAAQ;2CAAC;AACnB;IAAR,2DAAK,EAAE;;uCAAc;AACb;IAAR,2DAAK,EAAE;;4CAAmB;AAClB;IAAR,2DAAK,EAAE;;6CAAoB;AANjB,SAAS;IALrB,+DAAS,CAAC;QACT,QAAQ,EAAE,wBAAwB;QAClC,oLAAyC;;KAE1C,CAAC;2EAgBuC,mEAAgB;QACV,gFAAsB;QACxB,4EAAoB;QAClB,gFAAsB;QACrB,kFAAuB;GAnB1D,SAAS,CAmPrB;AAnPqB;;;;;;;;;;;;;AC5BtB;AAAA;AAAA;AAAsD;AAE/C,MAAM,uBAAuB;IAIlC;QAFQ,QAAG,GAAG,IAAI,GAAG,EAAoB,CAAC;IAG1C,CAAC;IAED,GAAG,CAAC,GAAW;QACb,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC;IACxB,CAAC;IAED,KAAK,CAAC,GAAW,EAAE,EAAU;QAC3B,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE;YACtB,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;SACf;QACD,MAAM,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;QAC/B,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAChB,CAAC;IAED,MAAM,CAAC,GAAW;QAChB,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;IACvB,CAAC;IAED,GAAG,CAAC,GAAW;QACb,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAC3B,CAAC;IAED,KAAK;QACH,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,CAAC;IACnB,CAAC;IAED,MAAM;QACJ,OAAO,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;IAC3B,CAAC;IAED,GAAG,CAAC,GAAW;QACb,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAC3B,CAAC;IAED,MAAM,CAAC,GAAW,EAAE,EAAU;QAC5B,MAAM,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;QAChC,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;QACjB,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE;YACtB,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;YACd,KAAK,MAAM,IAAI,IAAI,KAAK,EAAE;gBACxB,IAAI,IAAI,KAAK,EAAE,EAAE;oBACf,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;iBAC9B;aACF;SACF;IACH,CAAC;IAED,UAAU,CAAC,SAAiB,EAAE,EAAU;QACtC,IAAI,CAAC,MAAM,CAAC,oEAAkB,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;QACzC,IAAI,CAAC,KAAK,CAAC,SAAS,EAAE,EAAE,CAAC,CAAC;IAC5B,CAAC;CACF;;;;;;;;;;;;AC1DD,oCAAoC,yBAAyB,kBAAkB,iBAAiB,eAAe,eAAe,8BAA8B,oBAAoB,mCAAmC,kCAAkC,gCAAgC,gDAAgD,GAAG,0BAA0B,oBAAoB,oBAAoB,8BAA8B,GAAG,6CAA6C,2BAA2B,kBAAkB,qBAAqB,GAAG,2CAA2C,2BAA2B,GAAG,iBAAiB,uBAAuB,GAAG,YAAY,uBAAuB,gBAAgB,GAAG,gBAAgB,gBAAgB,iBAAiB,GAAG,qBAAqB,uBAAuB,uCAAuC,GAAG,4BAA4B,8BAA8B,GAAG,qBAAqB,2BAA2B,4BAA4B,yBAAyB,kBAAkB,6BAA6B,oCAAoC,8BAA8B,gCAAgC,GAAG,iBAAiB,wBAAwB,2BAA2B,uBAAuB,gBAAgB,eAAe,eAAe,gBAAgB,GAAG,qBAAqB,gCAAgC,GAAG,6BAA6B,+BAA+B,GAAG,8BAA8B,sBAAsB,sBAAsB,gBAAgB,cAAc,iBAAiB,eAAe,kBAAkB,mBAAmB,gCAAgC,kCAAkC,mBAAmB,kBAAkB,8BAA8B,oCAAoC,KAAK,uCAAuC,0BAA0B,sBAAsB,2BAA2B,oBAAoB,gCAAgC,kCAAkC,8BAA8B,0CAA0C,KAAK,mCAAmC,0BAA0B,6BAA6B,wBAAwB,KAAK,wCAAwC,6BAA6B,KAAK,wCAAwC,6BAA6B,KAAK,qCAAqC,uBAAuB,KAAK,+BAA+B,kBAAkB,KAAK,GAAG,+CAA+C,+gO;;;;;;;;;;;;;;;;;;;;;ACAj2E;AAChC;AACA;AACA;AAC+B;AAO5F,IAAa,oBAAoB,GAAjC,MAAa,oBAAoB;IAe/B,YAAoB,oBAAyC,EACzC,aAAkC,EAClC,eAA+B,EAC/B,cAA6B;QAH7B,yBAAoB,GAApB,oBAAoB,CAAqB;QACzC,kBAAa,GAAb,aAAa,CAAqB;QAClC,oBAAe,GAAf,eAAe,CAAgB;QAC/B,mBAAc,GAAd,cAAc,CAAe;QARjD,kBAAa,GAAG,KAAK,CAAC;QACtB,iBAAY,GAAG,KAAK,CAAC;QACrB,gBAAW,GAAG,wDAAM,CAAC,YAAY,EAAE,CAAC;QAQlC,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;YAC3C,IAAI,CAAC,YAAY,GAAG,KAAK,CAAC;YAC1B,IAAI,CAAC,aAAa,GAAG,KAAK,CAAC;QAC7B,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,oBAAoB,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC,EAAU,EAAE,EAAE;YAC9D,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,EAAE,KAAK,EAAE,CAAC;QAC/B,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,QAAQ,GAAG,cAAc,CAAC,QAAQ,EAAE,CAAC;QAC1C,cAAc,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;YACtC,IAAI,CAAC,QAAQ,GAAG,cAAc,CAAC,QAAQ,EAAE,CAAC;QAC5C,CAAC,CAAC,CAAC;IACL,CAAC;IAED,IAAI,GAAG;QACL,OAAO,IAAI,CAAC,IAAI,CAAC;IACnB,CAAC;IAED,UAAU;QACR,IAAI,CAAC,oBAAoB,CAAC,YAAY,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAClD,CAAC;IAED,QAAQ;IACR,CAAC;IAED,eAAe;QACb,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,MAAM,CAAC,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;QACvD,IAAI,CAAC,YAAY,EAAE,CAAC;IACtB,CAAC;IAED,YAAY;QACV,IAAI,CAAC,aAAa,EAAE,CAAC;QACrB,IAAI,CAAC,UAAU,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE;YACnB,IAAI,IAAI,CAAC,QAAQ,EAAE;gBACjB,IAAI,CAAC,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC;gBAC3C,IAAI,CAAC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,cAAc,EAAE,GAAG,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,QAAQ,GAAG,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC;gBAC7F,IAAI,CAAC,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;gBAC/B,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC,KAAK,GAAG,CAAC,EAAE,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,QAAQ,GAAG,CAAC,CAAC,CAAC;gBAC3G,IAAI,IAAI,CAAC,KAAK,CAAC,SAAS,EAAE;oBACxB,IAAI,CAAC,iBAAiB,EAAE,CAAC;iBAC1B;aACF;iBAAM;gBACL,IAAI,CAAC,cAAc,EAAE,CAAC;aACvB;SACF;IACH,CAAC;IAEO,cAAc;QACpB,MAAM,IAAI,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC;QAC7C,MAAM,MAAM,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC;QACnD,OAAO,IAAI,GAAG,GAAG,GAAG,MAAM,CAAC;IAC7B,CAAC;IAEO,iBAAiB;QACvB,MAAM,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,GAAG,CAAC,CAAC;QAC/B,MAAM,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC;QAChC,MAAM,SAAS,GAAG,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC;QAC/D,MAAM,MAAM,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC;QACvC,MAAM,IAAI,GAAG,MAAM,CAAC;QACpB,IAAI,eAAe,GAAG,IAAI,CAAC,KAAK,CAAC,QAAQ,GAAG,EAAE,CAAC;QAC/C,IAAI,eAAe,GAAG,CAAC,EAAE;YACvB,eAAe,GAAG,CAAC,CAAC;SACrB;QACD,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC;QACtB,MAAM,MAAM,GAAG,CAAC,GAAG,CAAC,SAAS,GAAG,CAAC,CAAC,CAAC;QACnC,MAAM,IAAI,GAAG,CAAC,GAAG,CAAC,SAAS,GAAG,CAAC,CAAC,CAAC;QACjC,IAAI,CAAC,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC;QAC7C,IAAI,CAAC,IAAI,CAAC,SAAS,GAAG,eAAe,CAAC;QACtC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;QACjC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;QAC7B,IAAI,CAAC,IAAI,CAAC,WAAW,GAAG,MAAM,CAAC;QAC/B,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC;IACrB,CAAC;IAEO,UAAU;QAChB,MAAM,eAAe,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,eAAe,KAAK,EAAE,CAAC,CAAC,CAAC,CAAC,oBAAoB,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,eAAe,CAAC;QAChH,MAAM,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,GAAG,CAAC,CAAC;QAC/B,MAAM,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC;QAChC,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC;QACtB,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,CAAC;QACvD,IAAI,CAAC,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC;QAC7C,IAAI,CAAC,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC;QAC/C,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC;QACnB,IAAI,CAAC,IAAI,CAAC,SAAS,GAAG,eAAe,CAAC;QACtC,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;QACjB,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC;IACxB,CAAC;IAAA,CAAC;IAEM,cAAc;QACpB,MAAM,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,GAAG,CAAC,CAAC;QAC/B,MAAM,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC;QAChC,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;QACjB,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;QAC1B,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC;QAC9B,IAAI,CAAC,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC;QAC3C,IAAI,CAAC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,cAAc,EAAE,GAAG,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,QAAQ,GAAG,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC;QAE7F,MAAM,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,aAAa,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,GAAG,GAAG,CAAC,CAAC;QACnE,MAAM,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,GAAG,CAAC,CAAC,CAAC;QAC1D,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,UAAU,EAAE,CAAC,EAAE,EAAE;YAC9C,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;gBAC/C,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;gBACjB,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;gBAC7D,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;gBAClD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC;aACrB;SACF;QACD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC;IACtB,CAAC;IAAA,CAAC;IAEM,aAAa;QACnB,IAAI,IAAI,CAAC,KAAK,CAAC,WAAW,GAAG,CAAC,EAAE;YAC9B,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,GAAG,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,WAAW,GAAG,CAAC,CAAC,CAAC;SAC3E;aAAM;YACL,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC;SAC5C;IACH,CAAC;IAED,iBAAiB,CAAC,MAAM,EAAE,EAAW;QACnC,MAAM,CAAC,cAAc,EAAE,CAAC;QACxB,MAAM,CAAC,eAAe,EAAE,CAAC;QACzB,IAAI,EAAE,EAAE;YACN,IAAI,CAAC,aAAa,GAAG,CAAC,IAAI,CAAC,aAAa,CAAC;SAC1C;aAAM;YACL,IAAI,CAAC,YAAY,GAAG,CAAC,IAAI,CAAC,YAAY,CAAC;SACxC;IACH,CAAC;IAED,WAAW,CAAC,EAAW,EAAE,MAAM;QAC7B,IAAI,EAAE,EAAE;YACN,IAAI,CAAC,KAAK,CAAC,eAAe,GAAG,MAAM,CAAC;YACpC,IAAI,CAAC,aAAa,GAAG,KAAK,CAAC;SAC5B;aAAM;YACL,IAAI,CAAC,KAAK,CAAC,WAAW,GAAG,MAAM,CAAC;YAChC,IAAI,CAAC,YAAY,GAAG,KAAK,CAAC;SAC3B;QACD,IAAI,CAAC,YAAY,EAAE,CAAC;IACtB,CAAC;IAED,iBAAiB,CAAC,MAAM;QACtB,IAAI,CAAC,KAAK,CAAC,WAAW,GAAG,MAAM,CAAC,KAAK,CAAC;QACtC,IAAI,CAAC,YAAY,EAAE,CAAC;IACtB,CAAC;IAED,YAAY;QACV,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;QACnC,IAAI,CAAC,YAAY,EAAE,CAAC;IACtB,CAAC;IAED,OAAO;QACL,OAAO,CAAC,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IAC7C,CAAC;IAED,MAAM;QACJ,OAAO,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,QAAQ,EAAE,CAAC;IAC5F,CAAC;IAEO,QAAQ;QACd,OAAO,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;IAClD,CAAC;IAED,MAAM,CAAC,MAAM;QACX,IAAI,CAAC,KAAK,CAAC,KAAK,IAAI,MAAM,CAAC;QAC3B,IAAI,CAAC,KAAK,CAAC,MAAM,IAAI,MAAM,CAAC;IAC9B,CAAC;IAED,kBAAkB,CAAC,MAAM;QACvB,IAAI,CAAC,aAAa,GAAG,CAAC,MAAM,CAAC;IAC/B,CAAC;IAED,iBAAiB,CAAC,MAAM;QACtB,IAAI,CAAC,YAAY,GAAG,CAAC,MAAM,CAAC;IAC9B,CAAC;IAED,cAAc;QACZ,IAAI,CAAC,aAAa,EAAE,CAAC;QACrB,MAAM,SAAS,GAAG,GAAG,GAAG,GAAG,CAAC;QAC5B,OAAO,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,SAAS,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC3G,CAAC;IAED,QAAQ,CAAC,MAAa;QACpB,IAAI,CAAC,oBAAoB,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;IAC/C,CAAC;CACF;;YA9L2C,0EAAmB;YAC1B,0EAAmB;YACjB,4FAAc;YACf,2FAAa;;AAjBxC;IAAR,2DAAK,EAAE;;gDAAY;AACX;IAAR,2DAAK,EAAE;;sDAAmB;AAClB;IAAR,2DAAK,EAAE;;oDAAiB;AAChB;IAAR,2DAAK,EAAE;oEAAQ,kEAAgB;mDAAC;AACxB;IAAR,2DAAK,EAAE;;mDAAe;AACd;IAAR,2DAAK,EAAE;;oDAAgB;AAGa;IAApC,+DAAS,CAAC,QAAQ,EAAE,EAAC,MAAM,EAAE,IAAI,EAAC,CAAC;oEAAS,wDAAU;oDAAC;AAT7C,oBAAoB;IALhC,+DAAS,CAAC;QACT,QAAQ,EAAE,iBAAiB;QAC3B,6LAA4C;;KAE7C,CAAC;2EAgB0C,0EAAmB;QAC1B,0EAAmB;QACjB,4FAAc;QACf,2FAAa;GAlBtC,oBAAoB,CA6MhC;AA7MgC;;;;;;;;;;;;ACXjC,+BAA+B,kBAAkB,kBAAkB,GAAG,iCAAiC,gCAAgC,8BAA8B,GAAG,iDAAiD,iCAAiC,GAAG,+BAA+B,iBAAiB,8BAA8B,uBAAuB,eAAe,cAAc,6BAA6B,mCAAmC,kCAAkC,gCAAgC,yBAAyB,kBAAkB,mBAAmB,GAAG,sCAAsC,mBAAmB,aAAa,cAAc,wBAAwB,gCAAgC,8DAA8D,uBAAuB,cAAc,iBAAiB,GAAG,qCAAqC,iBAAiB,gBAAgB,eAAe,6BAA6B,GAAG,gCAAgC,gBAAgB,iBAAiB,8BAA8B,gBAAgB,GAAG,sCAAsC,iBAAiB,iBAAiB,GAAG,iBAAiB,iBAAiB,gBAAgB,yBAAyB,kBAAkB,8BAA8B,2CAA2C,8BAA8B,gCAAgC,GAAG,mBAAmB,yBAAyB,kBAAkB,GAAG,yBAAyB,mBAAmB,uBAAuB,gBAAgB,eAAe,gBAAgB,iBAAiB,GAAG,iBAAiB,8BAA8B,uBAAuB,gBAAgB,iBAAiB,yBAAyB,kBAAkB,8BAA8B,2CAA2C,gBAAgB,8BAA8B,gCAAgC,oBAAoB,GAAG,uBAAuB,yBAAyB,kBAAkB,uBAAuB,6BAA6B,oCAAoC,wBAAwB,2BAA2B,GAAG,8BAA8B,oBAAoB,yBAAyB,kBAAkB,uBAAuB,6BAA6B,oCAAoC,wBAAwB,2BAA2B,GAAG,kBAAkB,yCAAyC,waAAwa,uBAAuB,0BAA0B,2BAA2B,yBAAyB,kBAAkB,6BAA6B,oCAAoC,8BAA8B,gCAAgC,GAAG,wBAAwB,iBAAiB,+BAA+B,GAAG,sCAAsC,mBAAmB,GAAG,wCAAwC,iBAAiB,eAAe,eAAe,8BAA8B,oBAAoB,uBAAuB,gDAAgD,GAAG,kEAAkE,wBAAwB,oBAAoB,yBAAyB,kBAAkB,8BAA8B,gCAAgC,4BAA4B,wCAAwC,GAAG,qDAAqD,wBAAwB,2BAA2B,sBAAsB,GAAG,4FAA4F,cAAc,GAAG,qBAAqB,8BAA8B,GAAG,0BAA0B,+BAA+B,GAAG,8BAA8B,iBAAiB,qBAAqB,sBAAsB,KAAK,GAAG,+CAA+C,+pW;;;;;;;;;;;;;;;;;;;;;;;;;;ACArgI;AAC5B;AACN;AACP;AAC2B;AACrB;AACe;AAKrB;AACtB;AAEjC,MAAM,CAAC,GAAG,mCAAM,CAAC;AAOjB,IAAa,mBAAmB,GAAhC,MAAa,mBAAmB;IAY9B,YAAoB,2BAAuD,EACvD,oBAAyC,EACzC,cAA6B,EAC7B,aAAkC,EAClC,iBAAmC,EACnC,qBAAmD,EACnD,aAA2B;QAN3B,gCAA2B,GAA3B,2BAA2B,CAA4B;QACvD,yBAAoB,GAApB,oBAAoB,CAAqB;QACzC,mBAAc,GAAd,cAAc,CAAe;QAC7B,kBAAa,GAAb,aAAa,CAAqB;QAClC,sBAAiB,GAAjB,iBAAiB,CAAkB;QACnC,0BAAqB,GAArB,qBAAqB,CAA8B;QACnD,kBAAa,GAAb,aAAa,CAAc;QAjB/C,iBAAY,GAAG,IAAI,GAAG,EAA6B,CAAC;QACpD,eAAU,GAAG,EAAE,CAAC;QAChB,aAAQ,GAAG,KAAK,CAAC;QAKT,kBAAa,GAAG,EAAE,CAAC;QAE3B,cAAS,GAAG,wFAAU,CAAC,OAAO,EAAE,CAAC;QAU/B,IAAI,CAAC,aAAa,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC,EAAU,EAAE,EAAE;YACvD,MAAM,YAAY,GAAG,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;YAC/C,YAAY,CAAC,OAAO,EAAE,CAAC;YACvB,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;QAC/B,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,QAAQ,GAAG,cAAc,CAAC,QAAQ,EAAE,CAAC;QAC1C,cAAc,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;YACtC,IAAI,CAAC,QAAQ,GAAG,cAAc,CAAC,QAAQ,EAAE,CAAC;QAC5C,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,oBAAoB,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC,EAAU,EAAE,EAAE;YAC9D,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;QACrB,CAAC,CAAC,CAAC;IACL,CAAC;IAED,QAAQ;IACR,CAAC;IAED,QAAQ;QACN,MAAM,YAAY,GAAG,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;QACnE,MAAM,eAAe,GAAyB,YAAY,CAAC,QAAQ,CAAC;QACpE,MAAM,SAAS,GAAG,eAAe,CAAC,KAAK,CAAC;QACxC,MAAM,GAAG,GAAG,eAAe,CAAC,GAAG,CAAC;QAChC,MAAM,KAAK,GAAG,EAAE,CAAC;QACjB,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACtB,KAAK,IAAI,CAAC,GAAG,IAAI,CAAC,YAAY,CAAC,IAAI,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE;YACnD,MAAM,IAAI,GAAyB,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC;YACrE,MAAM,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,aAAa,CAAC;YACzC,IAAI,MAAM,GAAG,SAAS,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC;YAChD,IAAI,MAAM,KAAK,CAAC,EAAE;gBAChB,MAAM,GAAG,MAAM,GAAG,CAAC,CAAC;aACrB;YACD,GAAG,CAAC,SAAS,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC;YACtC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;SACxB;QACD,KAAK,CAAC,OAAO,EAAE,CAAC;QAChB,MAAM,GAAG,GAAG,eAAe,CAAC,MAAM,CAAC,aAAa,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;QACxE,IAAI,CAAC,iBAAiB,CAAC,SAAS,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC,SAAS,CAAC,GAAG,EAAE;YAC1D,IAAI,CAAC,qBAAqB,CAAC,eAAe,CAAC,+DAAa,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;QACrE,CAAC,CAAC,CAAC;QACH,IAAI,CAAC,KAAK,EAAE,CAAC;IACf,CAAC;IAEO,KAAK;QACX,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,0FAAY,CAAC,kBAAkB,CAAC,CAAC;IAC5D,CAAC;IAED,WAAW,CAAC,MAAM;QAChB,IAAI,MAAM,EAAE;YACV,IAAI,CAAC,UAAU,GAAG,EAAE,CAAC;YACrB,MAAM,KAAK,GAAG,IAAI,kEAAgB,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;YACzD,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,YAAY,CAAC,IAAI,GAAG,CAAC,CAAC;YACtC,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;SAC7B;aAAM;YACL,IAAI,CAAC,KAAK,EAAE,CAAC;SACd;IACH,CAAC;IAED,KAAK;QACH,KAAK,MAAM,IAAI,IAAI,IAAI,CAAC,YAAY,CAAC,MAAM,EAAE,EAAE;YAC7C,IAAI,CAAC,OAAO,EAAE,CAAC;SAChB;QACD,IAAI,CAAC,YAAY,GAAG,IAAI,GAAG,EAA6B,CAAC;QACzD,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC;IACxB,CAAC;IAEO,SAAS,CAAC,KAAuB,EAAE,QAAiB;QAC1D,IAAI,IAAI,CAAC,gBAAgB,EAAE;YACzB,MAAM,gBAAgB,GAAG,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,CAAC;YAChE,MAAM,WAAW,GAAG,IAAI,CAAC,2BAA2B,CAAC,mBAAmB,CAAC,gBAAgB,EAAE,yFAAoB,CAAC,CAAC;YAC1F,WAAW,CAAC,QAAS,CAAC,EAAE,GAAG,KAAK,CAAC,EAAE,CAAC;YACpC,WAAW,CAAC,QAAS,CAAC,QAAQ,GAAG,QAAQ,CAAC;YAC1C,WAAW,CAAC,QAAS,CAAC,MAAM,GAAG,IAAI,CAAC;YACpC,WAAW,CAAC,QAAS,CAAC,KAAK,GAAG,KAAK,CAAC;YACpC,WAAW,CAAC,QAAS,CAAC,KAAK,GAAG,IAAI,CAAC,QAAQ,EAAE,CAAC;YAC9C,WAAW,CAAC,QAAS,CAAC,MAAM,GAAG,IAAI,CAAC,SAAS,EAAE,CAAC;YACvE,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE,EAAE,WAAW,CAAC,CAAC;YAC7C,IAAI,CAAC,oBAAoB,CAAC,YAAY,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;SAClD;IACH,CAAC;IAED,SAAS;QACP,MAAM,KAAK,GAAG,IAAI,kEAAgB,EAAE,CAAC;QACrC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAC1B,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,YAAY,CAAC,IAAI,GAAG,CAAC,CAAC;QACtC,MAAM,YAAY,GAAG,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;QACnE,IAAI,YAAY,EAAE;YAChB,MAAM,SAAS,GAA0B,YAAY,CAAC,QAAS,CAAC,KAAK,CAAC;YACtE,KAAK,CAAC,KAAK,GAAG,SAAS,CAAC,KAAK,GAAG,IAAI,CAAC,aAAa,CAAC;YACnD,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,MAAM,GAAG,IAAI,CAAC,aAAa,CAAC;YACrD,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,MAAM,GAAG,CAAC,CAAC;SACrC;QACD,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;QAC7B,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC;IACxB,CAAC;IAED,WAAW;QACT,IAAI,CAAC,KAAK,EAAE,CAAC;IACf,CAAC;IAED,OAAO,CAAC,KAAa;QACnB,IAAI,CAAC,UAAU,GAAG,KAAK,CAAC;QACxB,MAAM,YAAY,GAAG,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QAC9C,IAAI,IAAI,CAAC,UAAU,IAAI,YAAY,EAAE;YACnC,MAAM,KAAK,GAA0B,YAAY,CAAC,QAAS,CAAC,KAAK,CAAC;YAClE,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC;YACI,YAAY,CAAC,QAAS,CAAC,YAAY,EAAE,CAAC;YAC7D,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC;SACvB;IACH,CAAC;IAED,UAAU;QACR,IAAI,CAAC,QAAQ,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC;QAC/B,IAAI,IAAI,CAAC,QAAQ,EAAE;YACjB,IAAI,CAAC,oBAAoB,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;SAC9C;QACD,IAAI,IAAI,CAAC,QAAQ,EAAE;YACjB,UAAU,CAAC,GAAG,EAAE;gBACd,MAAM,OAAO,GAAG,CAAC,CAAC,aAAa,CAAC,CAAC;gBACjC,IAAI,OAAO,EAAE;oBACX,OAAO,CAAC,KAAK,EAAE,CAAC;iBACjB;YACH,CAAC,EAAE,GAAG,CAAC,CAAC;SACT;IACH,CAAC;IAED,eAAe,CAAC,MAAe;QAC7B,IAAI,CAAC,SAAS,CAAC,SAAS,GAAG,MAAM,CAAC;QAClC,MAAM,YAAY,GAAG,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QAC9C,IAAI,YAAY,EAAE;YAChB,MAAM,KAAK,GAA0B,YAAY,CAAC,QAAS,CAAC,KAAK,CAAC;YAClE,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC;YACF,YAAY,CAAC,QAAS,CAAC,YAAY,EAAE,CAAC;SAC9D;IACH,CAAC;IAED,UAAU,CAAC,MAAe;QACxB,IAAI,CAAC,SAAS,CAAC,IAAI,GAAG,MAAM,CAAC;QAC7B,MAAM,YAAY,GAAG,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QAC9C,IAAI,YAAY,EAAE;YAChB,MAAM,KAAK,GAA0B,YAAY,CAAC,QAAS,CAAC,KAAK,CAAC;YAClE,KAAK,CAAC,IAAI,GAAG,MAAM,CAAC;YACG,YAAY,CAAC,QAAS,CAAC,YAAY,EAAE,CAAC;SAC9D;IACH,CAAC;IAED,YAAY,CAAC,MAAe;QAC1B,IAAI,CAAC,SAAS,CAAC,MAAM,GAAG,MAAM,CAAC;QAC/B,MAAM,YAAY,GAAG,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QAC9C,IAAI,YAAY,EAAE;YAChB,MAAM,KAAK,GAA0B,YAAY,CAAC,QAAS,CAAC,KAAK,CAAC;YAClE,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC;YACC,YAAY,CAAC,QAAS,CAAC,YAAY,EAAE,CAAC;SAC9D;IACH,CAAC;IAED,eAAe,CAAC,MAAc;QAC5B,IAAI,CAAC,SAAS,CAAC,KAAK,GAAG,MAAM,CAAC;QAC9B,MAAM,YAAY,GAAG,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QAC9C,IAAI,YAAY,EAAE;YAChB,MAAM,KAAK,GAA0B,YAAY,CAAC,QAAS,CAAC,KAAK,CAAC;YAClE,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC;YACF,YAAY,CAAC,QAAS,CAAC,YAAY,EAAE,CAAC;SAC9D;IACH,CAAC;IAED,UAAU,CAAC,MAAc;QACvB,IAAI,CAAC,SAAS,CAAC,IAAI,GAAG,MAAM,CAAC;QAC7B,MAAM,YAAY,GAAG,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QAC9C,IAAI,YAAY,EAAE;YAChB,MAAM,KAAK,GAA0B,YAAY,CAAC,QAAS,CAAC,KAAK,CAAC;YAClE,KAAK,CAAC,IAAI,GAAG,MAAM,CAAC;YACG,YAAY,CAAC,QAAS,CAAC,YAAY,EAAE,CAAC;SAC9D;IACH,CAAC;IAED,cAAc,CAAC,MAAc;QAC3B,IAAI,CAAC,SAAS,CAAC,QAAQ,GAAG,MAAM,CAAC;QACjC,MAAM,YAAY,GAAG,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QAC9C,IAAI,YAAY,EAAE;YAChB,MAAM,KAAK,GAA0B,YAAY,CAAC,QAAS,CAAC,KAAK,CAAC;YAClE,KAAK,CAAC,QAAQ,GAAG,MAAM,CAAC;YACD,YAAY,CAAC,QAAS,CAAC,YAAY,EAAE,CAAC;SAC9D;IACH,CAAC;IAED,QAAQ;QACN,OAAO,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC;IAC/D,CAAC;IAED,SAAS;QACP,OAAO,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,SAAS,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC;IAC/D,CAAC;IAED,UAAU;QACR,MAAM,YAAY,GAAG,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QAC9C,IAAI,YAAY,EAAE;YAChB,MAAM,KAAK,GAA0B,YAAY,CAAC,QAAS,CAAC,KAAK,CAAC;YAClE,KAAK,CAAC,IAAI,GAAG,EAAE,CAAC;YACO,YAAY,CAAC,QAAS,CAAC,YAAY,EAAE,CAAC;YAC7D,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC;SACvB;IACH,CAAC;IAED,SAAS,CAAC,MAAa;QACrB,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC;IACxB,CAAC;IAED,YAAY;QACV,MAAM,YAAY,GAAG,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QAC9C,IAAI,YAAY,EAAE;YAChB,MAAM,KAAK,GAA0B,YAAY,CAAC,QAAS,CAAC,KAAK,CAAC;YAClE,OAAO,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC;SACzB;QACD,OAAO,GAAG,CAAC;IACb,CAAC;CACF;;YAjOkD,wGAA0B;YACjC,0EAAmB;YACzB,2FAAa;YACd,0EAAmB;YACf,mEAAgB;YACZ,6FAA4B;YACpC,0FAAY;;AAbE;IAAhD,+DAAS,CAAC,kGAAoB,EAAE,EAAC,MAAM,EAAE,IAAI,EAAC,CAAC;oEAAmB,kGAAoB;6DAAC;AAL7E,mBAAmB;IAL/B,+DAAS,CAAC;QACT,QAAQ,EAAE,gBAAgB;QAC1B,0LAA2C;;KAE5C,CAAC;2EAaiD,wGAA0B;QACjC,0EAAmB;QACzB,2FAAa;QACd,0EAAmB;QACf,mEAAgB;QACZ,6FAA4B;QACpC,0FAAY;GAlBpC,mBAAmB,CA6O/B;AA7O+B;;;;;;;;;;;;ACrBhC,qCAAqC,kBAAkB,uBAAuB,yBAAyB,kBAAkB,iCAAiC,kCAAkC,mCAAmC,6BAA6B,oCAAoC,0BAA0B,2BAA2B,GAAG,2BAA2B,oBAAoB,mBAAmB,GAAG,2BAA2B,eAAe,uBAAuB,oBAAoB,+BAA+B,4BAA4B,uBAAuB,kBAAkB,GAAG,oBAAoB,mBAAmB,oBAAoB,6BAA6B,GAAG,SAAS,oBAAoB,uBAAuB,GAAG,8BAA8B,uBAAuB,oCAAoC,KAAK,6BAA6B,oCAAoC,oBAAoB,KAAK,GAAG,+CAA+C,26F;;;;;;;;;;;;;;;;;;;ACAx4B;AACtB;AACD;AAOtD,IAAa,wBAAwB,GAArC,MAAa,wBAAwB;IAKnC,YAAoB,iBAAmC;QAAnC,sBAAiB,GAAjB,iBAAiB,CAAkB;QAF7C,eAAU,GAAG,IAAI,0DAAY,EAAW,CAAC;IAGnD,CAAC;IAED,QAAQ;IACR,CAAC;IAED,eAAe,CAAC,KAAe;QAC7B,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IACvB,CAAC;IAED,QAAQ,CAAC,KAAK;QACZ,MAAM,IAAI,GAAG,IAAI,oEAAkB,CAAC,KAAK,EAAE,IAAI,CAAC,aAAa,CAAC,CAAC;QAC/D,IAAI,CAAC,iBAAiB,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,SAAS,CAAC,GAAG,EAAE;YACxE,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAC7B,CAAC,CAAC,CAAC;IACL,CAAC;IAED,WAAW,CAAC,MAAW;QACrB,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;IACxB,CAAC;CACF;;YApBwC,mEAAgB;;AAJ9C;IAAR,2DAAK,EAAE;;+DAAuB;AACtB;IAAR,2DAAK,EAAE;;yDAAkB;AAChB;IAAT,4DAAM,EAAE;;4DAA0C;AAHxC,wBAAwB;IALpC,+DAAS,CAAC;QACT,QAAQ,EAAE,qBAAqB;QAC/B,yMAAgD;;KAEjD,CAAC;2EAMuC,mEAAgB;GAL5C,wBAAwB,CAyBpC;AAzBoC;;;;;;;;;;;;;ACTrC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAoC;AACO;AACN;AACO;;;;;;;;;;;;ACH5C,yBAAyB,qBAAqB,gBAAgB,8BAA8B,GAAG,aAAa,gBAAgB,iCAAiC,yBAAyB,iBAAiB,gBAAgB,uBAAuB,GAAG,WAAW,2BAA2B,yBAAyB,kBAAkB,kCAAkC,oBAAoB,iBAAiB,gBAAgB,gBAAgB,GAAG,yCAAyC,8BAA8B,wBAAwB,gBAAgB,GAAG,kCAAkC,sBAAsB,gBAAgB,GAAG,oCAAoC,kBAAkB,GAAG,mBAAmB,sBAAsB,yBAAyB,kBAAkB,GAAG,SAAS,uBAAuB,0BAA0B,8BAA8B,iCAAiC,yBAAyB,GAAG,SAAS,uBAAuB,cAAc,oBAAoB,GAAG,YAAY,4BAA4B,4BAA4B,wCAAwC,wCAAwC,0CAA0C,0CAA0C,yBAAyB,kBAAkB,oBAAoB,GAAG,cAAc,sBAAsB,GAAG,eAAe,uBAAuB,aAAa,cAAc,gBAAgB,eAAe,GAAG,8BAA8B,eAAe,kCAAkC,KAAK,cAAc,mCAAmC,oCAAoC,qCAAqC,KAAK,WAAW,kCAAkC,mCAAmC,sBAAsB,KAAK,GAAG,+CAA+C,2pK;;;;;;;;;;;;;;;;;;;ACAjpD;AACY;AACrC;AACL;AAOxE,IAAa,sBAAsB,GAAnC,MAAa,sBAAuB,SAAQ,+FAAiB;IAM3D,YAAY,WAAoC,EACpC,WAAwB,EACxB,aAA4B,EACpB,gBAAiC;QACnD,KAAK,CAAC,WAAW,EAAE,WAAW,EAAE,aAAa,CAAC,CAAC;QAD7B,qBAAgB,GAAhB,gBAAgB,CAAiB;QALrD,YAAO,GAAG,IAAI,CAAC;IAOf,CAAC;IAED,QAAQ;QACN,IAAI,CAAC,aAAa,GAAG,CAAC,CAAC;IACzB,CAAC;IAED,eAAe;QACb,IAAI,CAAC,qBAAqB,EAAE,CAAC;QAC7B,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,GAAE,EAAE;YAC7B,IAAI,CAAC,qBAAqB,EAAE,CAAC;QACjC,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC,CACzC,KAAK,CAAC,EAAE;YACJ,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;QAC5B,CAAC,CAAC,CAAC,CAAC,CAAC;IACR,CAAC;IAED,qBAAqB;QACnB,gEAAgE;QAChE,IAAI,CAAC,GAAG,GAAG,IAAI,CAAC,WAAW,CAAC,aAAa,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QAC3D,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,WAAW,CAAC,aAAa,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QAChF,gFAAgF;QAChF,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,MAAM,GAAG,IAAI,CAAC,OAAO,CAAC,YAAY,GAAG,EAAE,GAAG,IAAI,CAAC;IAChE,CAAC;IAED,WAAW,CAAC,MAAM;QAChB,IAAI,CAAC,aAAa,GAAG,MAAM,CAAC;IAC9B,CAAC;CACF;;YAlC0B,wDAAU;YACV,yFAAW;YACT,2FAAa;YACF,6FAAe;;AARnB;IAAjC,kEAAY,CAAC,mFAAkB,CAAC;oEAAQ,uDAAS;qDAAqB;AAD5D,sBAAsB;IALlC,+DAAS,CAAC;QACT,QAAQ,EAAE,mBAAmB;QAC7B,gMAA8C;;KAE/C,CAAC;2EAOyB,wDAAU;QACV,yFAAW;QACT,2FAAa;QACF,6FAAe;GAT1C,sBAAsB,CAwClC;AAxCkC;;;;;;;;;;;;;;;;;;ACVM;AAKzC,IAAa,gBAAgB,GAA7B,MAAa,gBAAgB;IAC3B;IACA,CAAC;IAED,cAAc,CAAC,IAAI;QACjB,MAAM,GAAG,GAAG,IAAI,SAAS,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,WAAW,CAAC,CAAC;QAC/D,MAAM,KAAK,GAAG,GAAG,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,IAAI,kBAAkB,GAAG,CAAC,CAAC;QAC3B,MAAM,iBAAiB,GAAG,GAAG,CAAC,gBAAgB,CAAC,mCAAmC,CAAC,CAAC;QAEpF,iBAAiB,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC9B,kBAAkB,IAAI,GAAG,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QACtG,CAAC,CAAC,CAAC;QAEH,MAAM,QAAQ,GAAG,IAAI,CAAC,YAAY,CAAC,kBAAkB,EAAE,KAAK,CAAC,CAAC;QAC9D,GAAG,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC;QAEjD,MAAM,UAAU,GAAG,IAAI,aAAa,EAAE,CAAC,iBAAiB,CAAC,GAAG,CAAC;QAC7D,qEAAqE;QACrE,OAAO,UAAU,CAAC,OAAO,CAAC,MAAM,EAAC,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,EAAC,EAAE,CAAC,CAAC;IAC1D,CAAC;IAED,YAAY,CAAC,OAAO,EAAE,KAAK;QACzB,MAAM,MAAM,GAAG,QAAQ,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QAC/C,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC,CAAC;QAE5C,KAAI,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,OAAO,EAAE,EAAE,CAAC,EAAC;YAC9B,MAAM,EAAE,GAAG,QAAQ,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;YACxC,EAAE,CAAC,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;YAC/B,MAAM,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;SACvC;QAED,MAAM,QAAQ,GAAG,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC;QACjD,MAAM,GAAG,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;QAC1C,GAAG,CAAC,KAAK,GAAG,MAAM,CAAC;QACnB,QAAQ,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;QAEtB,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;QAEtB,IAAI,GAAG,GAAG,CAAC,CAAC;QACZ,KAAK,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YACzC,MAAM,GAAG,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;YAC1C,IAAI,GAAG,KAAK,CAAC,EAAE;gBACb,MAAM,EAAE,GAAG,QAAQ,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;gBACxC,EAAE,CAAC,SAAS,GAAG,OAAO;gBACtB,EAAE,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;gBACf,GAAG,CAAC,SAAS,GAAG,GAAG,CAAC,QAAQ,EAAE,CAAC;gBAC/B,GAAG,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;aACjB;iBACI;gBACH,MAAM,EAAE,GAAG,QAAQ,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;gBACxC,EAAE,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;gBACf,GAAG,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;aACjB;YACD,GAAG,EAAE,CAAC;QACR,CAAC,CAAC,CAAC;QAEH,OAAO,KAAK,CAAC;IACf,CAAC;IAED,OAAO,CAAC,CAAC;QACP,MAAM,IAAI,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;QAC/B,MAAM,IAAI,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;QAC/B,MAAM,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,CAAC,CAAC;QAE5B,IAAI,CAAC,GAAG,EAAE,CAAC;QACX,OAAM,CAAC,IAAI,CAAC,EAAE;YACZ,CAAC,GAAG,MAAM,CAAC,YAAY,CAAC,CAAC,GAAG,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC;YAC5C,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;SAC7B;QACD,OAAO,CAAC,CAAC;IACX,CAAC;CACF;AAxEY,gBAAgB;IAH5B,gEAAU,CAAC;QACV,UAAU,EAAE,MAAM;KACnB,CAAC;;GACW,gBAAgB,CAwE5B;AAxE4B;;;;;;;;;;;;ACL7B,oCAAoC,sBAAsB,uBAAuB,GAAG,eAAe,mBAAmB,oBAAoB,GAAG,mBAAmB,gBAAgB,GAAG,wBAAwB,6BAA6B,GAAG,+BAA+B,8BAA8B,GAAG,aAAa,mBAAmB,8BAA8B,uBAAuB,yCAAyC,8BAA8B,oBAAoB,qBAAqB,GAAG,aAAa,sCAAsC,GAAG,8BAA8B,yCAAyC,GAAG,gCAAgC,yCAAyC,GAAG,kCAAkC,mBAAmB,8BAA8B,uBAAuB,cAAc,uBAAuB,GAAG,sCAAsC,gBAAgB,GAAG,kCAAkC,8BAA8B,cAAc,GAAG,sCAAsC,gBAAgB,GAAG,kBAAkB,4BAA4B,2BAA2B,GAAG,+CAA+C,mhI;;;;;;;;;;;;;;;;;;ACA9jC;AACxB;AAOzD,IAAa,kBAAkB,GAA/B,MAAa,kBAAkB;IAW7B,YAAoB,iBAAmC;QAAnC,sBAAiB,GAAjB,iBAAiB,CAAkB;IACvD,CAAC;IAED,QAAQ;QACN,MAAM,IAAI,GAAG,YAAY,OAAK,IAAI,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC;QACzF,IAAG,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,CAAC,EAAC;YAC3B,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC;SACvB;IACH,CAAC;IAED,WAAW,CAAC,OAAsB;QAChC,2EAA2E;QAC3E,+DAA+D;QAC/D,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAC,IAAI,CAAC,CAAC,OAAO,CAAC,SAAS,EAAC,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;QAC/F,MAAM,kBAAkB,GAAG,wBAAwB,CAAC;QACpD,IAAI,CAAC,OAAO,GAAG,kBAAkB,CAAC;QAClC,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE;YAChB,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,IAAI,CAAC;SAC3B;QAED,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,cAAc,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;IAC3F,CAAC;CACF;;YAtBwC,oEAAgB;;AAT9C;IAAR,2DAAK,EAAE;;iDAAe;AACd;IAAR,2DAAK,EAAE;;iDAAe;AACd;IAAR,2DAAK,EAAE;;kDAAgB;AACf;IAAR,2DAAK,EAAE;;kDAAgB;AACf;IAAR,2DAAK,EAAE;;gDAAc;AACb;IAAR,2DAAK,EAAE;;kDAAiB;AAChB;IAAR,2DAAK,EAAE;;oDAAmB;AARhB,kBAAkB;IAL9B,+DAAS,CAAC;QACT,QAAQ,EAAE,eAAe;QACzB,oLAA0C;;KAE3C,CAAC;2EAYuC,oEAAgB;GAX5C,kBAAkB,CAiC9B;AAjC8B;;;;;;;;;;;;ACR/B,yBAAyB,wBAAwB,4BAA4B,wBAAwB,gBAAgB,qBAAqB,mBAAmB,yCAAyC,iCAAiC,iBAAiB,GAAG,YAAY,iBAAiB,kBAAkB,iCAAiC,yBAAyB,8BAA8B,oBAAoB,+BAA+B,GAAG,kBAAkB,8BAA8B,GAAG,eAAe,6CAA6C,6CAA6C,cAAc,aAAa,uBAAuB,8BAA8B,sDAAsD,GAAG,0BAA0B,mBAAmB,GAAG,uFAAuF,eAAe,8BAA8B,GAAG,qDAAqD,iCAAiC,GAAG,iCAAiC,oBAAoB,kCAAkC,GAAG,kCAAkC,qCAAqC,GAAG,0CAA0C,2CAA2C,GAAG,+CAA+C,2tI;;;;;;;;;;;;;;;;;;ACA5rC;AACoB;AAOhH,IAAa,mBAAmB,GAAhC,MAAa,mBAAmB;IAO9B,YAAoB,gBAAiC,EAAU,YAAyB;QAApE,qBAAgB,GAAhB,gBAAgB,CAAiB;QAAU,iBAAY,GAAZ,YAAY,CAAa;IACxF,CAAC;IAED,QAAQ;IACR,CAAC;IAED,WAAW;QACT,2EAA2E;QAC3E,+DAA+D;QAC/D,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE;YACxB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAC,IAAI,CAAC,CAAC,OAAO,CAAC,SAAS,EAAC,EAAE,CAAC,CAAC;QACrE,CAAC,CAAC,CAAC;IACL,CAAC;IAED,eAAe;QACb,IAAI,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;IACvD,CAAC;IAED,WAAW;QACT,IAAI,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;IACvD,CAAC;IAED,OAAO,CAAC,IAAY;QAClB,MAAM,kBAAkB,GAAG,wBAAwB,CAAC;QACpD,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE;YACpB,OAAO,kBAAkB,GAAG,IAAI,CAAC;SAClC;QACD,OAAO,kBAAkB,CAAC;IAC5B,CAAC;IAED,QAAQ,CAAC,CAAS,EAAE,CAAS;QAC3B,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,EAAE,GAAG,GAAG,CAAC,CAAC,CAAC;IACpC,CAAC;IAED,QAAQ,CAAC,UAAkB;QACzB,IAAI,CAAC,gBAAgB,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC;IAC/C,CAAC;IAED,wCAAwC;IACxC,oBAAoB,CAAC,KAAa;QAChC,OAAO,KAAK,GAAG,sFAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC,IAAI,CAAC;IACtD,CAAC;CACF;;YA1CuC,6FAAe;YAAwB,yFAAW;;AAL/E;IAAR,2DAAK,EAAE;;kDAAoB;AACnB;IAAR,2DAAK,EAAE;;iDAAc;AACb;IAAR,2DAAK,EAAE;;iDAAe;AACd;IAAR,2DAAK,EAAE;;uDAAqB;AALlB,mBAAmB;IAL/B,+DAAS,CAAC;QACT,QAAQ,EAAE,eAAe;QACzB,oLAA0C;;KAE3C,CAAC;2EAQsC,6FAAe,EAAwB,yFAAW;GAP7E,mBAAmB,CAiD/B;AAjD+B;;;;;;;;;;;;ACRhC,gGAAgG,WAAW,2DAA2D,GAAG,oCAAoC,yCAAyC,yCAAyC,yCAAyC,yCAAyC,GAAG,wBAAwB,qBAAqB,oBAAoB,mBAAmB,gBAAgB,iBAAiB,sBAAsB,uBAAuB,GAAG,+BAA+B,gBAAgB,GAAG,YAAY,+BAA+B,iCAAiC,iBAAiB,gBAAgB,oBAAoB,WAAW,cAAc,YAAY,aAAa,GAAG,cAAc,yBAAyB,kBAAkB,+BAA+B,mCAAmC,kCAAkC,gCAAgC,GAAG,sBAAsB,uBAAuB,eAAe,GAAG,cAAc,yBAAyB,kBAAkB,8BAA8B,gCAAgC,gBAAgB,GAAG,kBAAkB,8BAA8B,gBAAgB,GAAG,6FAA6F,2BAA2B,GAAG,wHAAwH,8BAA8B,GAAG,4BAA4B,iCAAiC,kCAAkC,8BAA8B,GAAG,2CAA2C,8BAA8B,GAAG,iDAAiD,yCAAyC,GAAG,iCAAiC,uCAAuC,GAAG,4BAA4B,gBAAgB,iBAAiB,qBAAqB,sBAAsB,uBAAuB,GAAG,8BAA8B,2CAA2C,oBAAoB,KAAK,4DAA4D,0CAA0C,KAAK,mCAAmC,mBAAmB,kBAAkB,KAAK,sDAAsD,mBAAmB,kBAAkB,KAAK,iDAAiD,sBAAsB,KAAK,GAAG,+CAA+C,mxN;;;;;;;;;;;;;;;;;;;;ACA32E;AACrD;AAeQ;AAEK;AACgB;AAC5E,qCAAqC;AAOrC,IAAa,kBAAkB,GAA/B,MAAa,kBAAkB;IAsB7B,YAAoB,cAA6B,EAC7B,aAA2B,EACnC,aAAkC,EAClC,kBAAsC,EAC9B,gBAAiC,EACjC,YAAyB,EACjC,kBAAsC,EAC9B,mBAAuC,EAC/C,eAAgC,EACxB,cAA6B,EAC7B,mBAAuC;QAVvC,mBAAc,GAAd,cAAc,CAAe;QAC7B,kBAAa,GAAb,aAAa,CAAc;QAG3B,qBAAgB,GAAhB,gBAAgB,CAAiB;QACjC,iBAAY,GAAZ,YAAY,CAAa;QAEzB,wBAAmB,GAAnB,mBAAmB,CAAoB;QAEvC,mBAAc,GAAd,cAAc,CAAe;QAC7B,wBAAmB,GAAnB,mBAAmB,CAAoB;QA/B3D,UAAK,GAAG,QAAQ,CAAC;QACjB,UAAK,GAAgB,EAAE,CAAC;QAGxB,eAAU,GAAG,CAAC,CAAC;QACf,mBAAc,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC;QAC5B,mBAAc,GAAG,KAAK,CAAC;QAEvB,qBAAgB,GAAG,0FAAY,CAAC,WAAW,CAAC;QAC5C,eAAU,GAAG,KAAK,CAAC;QAInB,UAAK,GAAG,GAAG,CAAC;QAIZ,qEAAqE;QACrE,mBAAc,GAAG,KAAK,CAAC;QAerB,aAAa,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC,YAAY,EAAE,EAAE;YACrD,IAAI,CAAC,YAAY,GAAG,YAAY,CAAC;QACnC,CAAC,CAAC,CAAC;QAEH,kBAAkB,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC,OAAO,EAAE,EAAE;YACrD,IAAI,OAAO,EAAE;gBACX,IAAI,CAAS,CAAC;gBACd,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;oBACnC,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,SAAS,CAAC,CAAC,GAAoB,EAAE,EAAE;wBAC5G,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;oBAC/E,CAAC,CAAC,CAAC;iBACJ;aACF;QACH,CAAC,CAAC,CAAC;QAEH,kBAAkB,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC,IAAY,EAAE,EAAE;YACzD,IAAI,IAAI,CAAC,YAAY,CAAC,gBAAgB,KAAK,CAAC,EAAE;gBAC5C,KAAK,IAAI,CAAC,GAAG,IAAI,EAAE,CAAC,GAAG,IAAI,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE;oBACpC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,UAAU,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,EAAE;wBACjE,IAAI,CAAC,YAAY,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;qBACzB;iBACF;aACF;QACH,CAAC,CAAC,CAAC;QAEH,eAAe,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC,IAAY,EAAE,EAAE;YACpD,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,IAAI,EAAE,0FAAY,CAAC,gBAAgB,CAAC,CAAC;QAC9E,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,SAAS,GAAG,cAAc,CAAC,SAAS,EAAE,CAAC;QAC5C,cAAc,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;YACtC,IAAI,CAAC,SAAS,GAAG,cAAc,CAAC,SAAS,EAAE,CAAC;YAC5C,IAAI,CAAC,WAAW,EAAE,CAAC;QACrB,CAAC,CAAC,CAAC;IACL,CAAC;IAED,QAAQ;QACN,IAAI,IAAI,CAAC,YAAY,CAAC,eAAe,KAAK,EAAE,EAAC;YAC3C,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC;YACtB,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,YAAY,CAAC,eAAe,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;SAC5D;IACH,CAAC;IAED,eAAe;QACb,IAAI,CAAC,mBAAmB;aACvB,gBAAgB;aAChB,SAAS,CAAC,CAAC,OAAgB,EAAE,EAAE,CAAC,IAAI,CAAC,SAAS,GAAG,OAAO,CAAC,CAAC;QAE3D,IAAI,CAAC,WAAW,EAAE,CAAC;QAEnB,6EAA6E;QAC7E,IAAI;QACJ,wCAAwC;QACxC,qDAAqD;QACrD,iDAAiD;QACjD,QAAQ;QACR,MAAM;IACR,CAAC;IAED,IAAI,aAAa;QACf,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC;IAC9D,CAAC;IAED,IAAI,UAAU;QACZ,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC;IAC3D,CAAC;IAED,IAAI,kBAAkB;QACpB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC;IACnE,CAAC;IAED,IAAI,YAAY;QACd,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;IAC7D,CAAC;IAED,IAAI,gBAAgB;QAClB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,CAAC;IACjE,CAAC;IAED,IAAI,YAAY;QACd,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;IAC7D,CAAC;IAED,IAAI,cAAc;QAChB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC;IAC/D,CAAC;IAED,IAAI,YAAY;QACd,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;IAC7D,CAAC;IAED,IAAI,WAAW;QACb,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC;IAC5D,CAAC;IAED,IAAI,YAAY;QACd,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;IAC7D,CAAC;IAED,IAAI,cAAc;QAChB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC;IAC/D,CAAC;IAED,IAAI,qBAAqB;QACvB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,eAAe,CAAC,CAAC,CAAC,IAAI,CAAC;IACtE,CAAC;IAED,IAAI,sBAAsB;QACxB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC;IACvE,CAAC;IAED,IAAI,WAAW;QACb,OAAO,IAAI,CAAC,gBAAgB,CAAC,WAAW,CAAC;IAC3C,CAAC;IAED,SAAS,CAAC,EAAU;QAClB,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAC9B,CAAC;IAED,UAAU,CAAC,EAAU;QACnB,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;IAC/B,CAAC;IAED,SAAS,CAAC,MAAc;QACtB,IAAI,CAAC,cAAc,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,SAAS,CAAC,CAAC,KAAkB,EAAE,EAAE,CAAC,IAAI,CAAC,KAAK,GAAG,KAAK,IAAI,EAAE,CAAC,CAAC;IACpG,CAAC;IAED,UAAU,CAAC,MAAc,EAAE,QAAgB,EAAE,OAAe;QAC1D,IAAI,CAAC,WAAW,GAAG,EAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAC,CAAC;QACtD,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,cAAc,CAAC,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,IAAqB,EAAE,EAAE;YAC/E,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;YACjB,IAAI,CAAC,cAAc,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC;YACjC,IAAI,IAAI,EAAE;gBACR,IAAI,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE;oBAC/B,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC;oBACxC,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC;oBACtC,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,WAAW,EAAE,CAAC;oBAClC,IAAI,CAAC,WAAW,EAAE,CAAC;iBACpB;gBACD,MAAM,gBAAgB,GAAG,IAAI,CAAC,YAAY,CAAC,gBAAgB,CAAC;gBAC5D,MAAM,UAAU,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;gBACtD,IAAI,gBAAgB,GAAG,CAAC,EAAE;oBACxB,IAAI,CAAC,YAAY,CAAC,CAAC,EAAE,gBAAgB,GAAG,UAAU,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,gBAAgB,CAAC,CAAC;iBACrF;gBACD,IAAI,CAAC,gBAAgB,CAAC,UAAU,GAAG,UAAU,CAAC;gBAC9C,IAAI,CAAC,gBAAgB,CAAC,WAAW,GAAG,CAAC,CAAC;gBACtC,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC;aAC9B;QACH,CAAC,CACF,CAAC;QACF,IAAI,OAAO,EAAE;YACX,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;SACnC;QACD,IAAI,CAAC,SAAS,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,CAAC,KAAa,EAAE,GAAW;QACrC,KAAK,IAAI,CAAC,GAAG,KAAK,EAAE,CAAC,IAAI,GAAG,EAAE,CAAC,EAAE,EAAE;YACjC,IAAI,CAAC,cAAc,CAAC,QAAQ,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,IAAe,EAAE,EAAE;gBAC9E,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC;YAChC,CAAC,CAAC,CAAC;SACJ;IACH,CAAC;IAED,MAAM,CAAC,MAAc;QACnB,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,aAAa,CAAC,CAAC,SAAS,CAAC,GAAG,EAAE;YAC1E,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;QACrB,CAAC,CAAC,CAAC;IACL,CAAC;IAED,QAAQ;QACN,IAAI,IAAI,CAAC,cAAc;YACrB,OAAO;QACT,IAAI,CAAC,gBAAgB,CAAC,QAAQ,EAAE,CAAC;IACnC,CAAC;IAED,QAAQ;QACN,IAAI,IAAI,CAAC,cAAc;YACrB,OAAO;QACT,IAAI,CAAC,gBAAgB,CAAC,QAAQ,EAAE,CAAC;IACnC,CAAC;IAED,UAAU;QACR,IAAI,IAAI,CAAC,cAAc;YACrB,OAAO;QACT,IAAI,CAAC,gBAAgB,CAAC,UAAU,EAAE,CAAC;IACrC,CAAC;IAED,WAAW;QACT,IAAI,IAAI,CAAC,cAAc;YACrB,OAAO;QACT,IAAI,CAAC,gBAAgB,CAAC,WAAW,EAAE,CAAC;IACtC,CAAC;IAED,cAAc,CAAC,IAAY;QACzB,IAAI,IAAI,CAAC,cAAc;YACrB,OAAO;QACT,IAAI,CAAC,gBAAgB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC;IAED,MAAM;QACJ,IAAI,IAAI,CAAC,cAAc;YACrB,OAAO;QACT,IAAI,IAAI,CAAC,KAAK,GAAG,GAAG,EAAE;YACpB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;SAC7B;IACH,CAAC;IAED,OAAO;QACL,IAAI,IAAI,CAAC,cAAc;YACrB,OAAO;QACT,IAAI,IAAI,CAAC,KAAK,GAAG,EAAE,EAAE;YACnB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;SAC7B;IACH,CAAC;IAED,WAAW,CAAC,MAAM;QAChB,IAAI,CAAC,cAAc,GAAG,MAAM,CAAC;IAC/B,CAAC;IAEO,MAAM,CAAC,EAAU;QACvB,oBAAoB;QACpB,OAAO,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC;IACtB,CAAC;IAEO,aAAa;QACnB,wEAAwE;QACxE,MAAM,SAAS,GAAG,IAAI,CAAC,UAAU,IAAI,CAAC,IAAI,CAAC,UAAU,KAAK,YAAY,IAAI,IAAI,CAAC,UAAU,KAAK,YAAY,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC7J,MAAM,UAAU,GAAG,IAAI,CAAC,UAAU,IAAI,CAAC,IAAI,CAAC,UAAU,KAAK,YAAY,IAAI,IAAI,CAAC,UAAU,KAAK,YAAY,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAChK,MAAM,WAAW,GAAG,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,UAAU,CAAC;QAE9D,OAAO,CAAC,UAAU,GAAG,SAAS,IAAI,IAAI,CAAC,KAAK,CAAC,WAAW,GAAG,MAAM,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,WAAW,GAAG,GAAG,GAAG,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,UAAU,GAAG,GAAG,GAAG,WAAW,CAAC,CAAC;IACnM,CAAC;IAEO,cAAc;QACpB,MAAM,SAAS,GAAG,IAAI,CAAC,UAAU,IAAI,CAAC,IAAI,CAAC,UAAU,KAAK,YAAY,IAAI,IAAI,CAAC,UAAU,KAAK,YAAY,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC7J,MAAM,UAAU,GAAG,IAAI,CAAC,UAAU,IAAI,CAAC,IAAI,CAAC,UAAU,KAAK,YAAY,IAAI,IAAI,CAAC,UAAU,KAAK,YAAY,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAChK,MAAM,YAAY,GAAG,CAAC,UAAU,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,WAAW,GAAG,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC,WAAW,GAAG,GAAG,CAAC;QACpG,MAAM,YAAY,GAAG,UAAU,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,YAAY,CAAC;QAE5D,OAAO,CAAC,UAAU,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,YAAY,GAAG,GAAG,GAAG,YAAY,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,YAAY,GAAG,GAAG,GAAG,YAAY,CAAC,CAAC;IAClI,CAAC;IAED,WAAW;QACT,MAAM,KAAK,GAAG,IAAI,CAAC,aAAa,EAAE,CAAC;QACnC,MAAM,MAAM,GAAG,IAAI,CAAC,cAAc,EAAE,CAAC;QACrC,OAAO,IAAI,CAAC,YAAY,CAAC,WAAW,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;IACtD,CAAC;IAED,IAAI,IAAI,CAAC,IAAI;QACX,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC;QAClB,IAAI,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IAC3C,CAAC;IAED,IAAI,IAAI;QACN,OAAO,IAAI,CAAC,KAAK,CAAC;IACpB,CAAC;IAED,UAAU,CAAC,MAAW;QACpB,IAAI,CAAC,IAAI,GAAG,MAAM,CAAC,KAAK,CAAC;IAC3B,CAAC;IAED,MAAM,CAAC,GAAW;QAChB,IAAI,IAAI,CAAC,cAAc;YACrB,OAAO;QACT,MAAM,UAAU,GAAG,IAAI,CAAC,gBAAgB,CAAC,WAAW,CAAC;QAErD,IAAI,IAAI,CAAC,qBAAqB,IAAI,IAAI,CAAC,IAAI,EAAE;YAC3C,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,IAAI,CAAC,WAAW,EAAE,GAAG,EAAE,UAAU,CAAC,CAAC,SAAS,CAAC,CAAC,IAAmB,EAAE,EAAE;gBAC9F,KAAK,MAAM,IAAI,IAAI,IAAI,EAAE;oBACvB,MAAM,SAAS,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,GAAG,CAAC,CAAC,CAAC;oBACvD,IAAI,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,KAAK,IAAI,SAAS,EAAE;wBAC7C,IAAI,CAAC,WAAW,CAAC,SAAS,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;qBACzC;iBACF;YACH,CAAC,CAAC;SACH;aAAM;YACL,MAAM,SAAS,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,UAAU,GAAG,CAAC,CAAC,CAAC;YAClD,IAAI,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,KAAK,IAAI,SAAS,EAAE;gBAC7C,MAAM,KAAK,GAAG,SAAS,CAAC,KAAK,GAAG,GAAG,CAAC;gBACpC,IAAI,KAAK,GAAG,GAAG,EAAE;oBACf,IAAI,CAAC,WAAW,CAAC,SAAS,EAAE,EAAE,CAAC,CAAC;iBACjC;qBAAM,IAAI,KAAK,GAAG,CAAC,GAAG,EAAE;oBACvB,IAAI,CAAC,WAAW,CAAC,SAAS,EAAE,CAAC,EAAE,CAAC,CAAC;iBAClC;qBAAM;oBACL,IAAI,CAAC,WAAW,CAAC,SAAS,EAAE,KAAK,CAAC,CAAC;iBACpC;aACF;SACF;IACH,CAAC;IAEO,WAAW,CAAC,IAAe,EAAE,KAAa;QAChD,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;IACrB,CAAC;IAED,YAAY;QACV,IAAI,IAAI,CAAC,cAAc;YACrB,OAAO;QACT,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;IAC/E,CAAC;IAED,SAAS;QACP,IAAI,IAAI,CAAC,cAAc;YACrB,OAAO;QACT,IAAI,IAAI,CAAC,YAAY,CAAC,gBAAgB,KAAK,CAAC,EAAE;YAC5C,IAAI,sFAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC,MAAM,KAAK,0BAA0B,EAAE;gBAC9E,IAAI,CAAC,cAAc,CAAC,YAAY,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE;oBAClE,MAAM,IAAI,GAAG,IAAI,IAAI,CAAC,CAAC,IAAI,CAAC,EAAE,EAAC,IAAI,EAAE,iBAAiB,EAAC,CAAC,CAAC;oBACzD,IAAI,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC5C,CAAC,CAAC,CAAC;aACJ;iBAAM;gBACL,IAAI,CAAC,cAAc,CAAC,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,IAAqB,EAAE,EAAE;oBAClF,IAAI,CAAC,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;oBAC7B,IAAI,CAAC,mBAAmB,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;gBACxD,CAAC,CAAC,CAAC;aACJ;SACF;aAAM;YACL,IAAI,CAAC,mBAAmB,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;SACvD;IACH,CAAC;IAED,cAAc;QACZ,IAAI,IAAI,CAAC,cAAc;YACrB,OAAO;QAET,IAAI,IAAI,CAAC,cAAc,EAAE;YACvB,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC;YAC5B,OAAO;SACR;QAED,IAAI,IAAI,CAAC,YAAY,CAAC,gBAAgB,KAAK,CAAC,EAAE;YAC5C,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC;SAC5B;aAAM;YACL,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,IAAqB,EAAE,EAAE;gBACvF,IAAI,CAAC,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;gBAC7B,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC;YAC7B,CAAC,CAAC;SACH;IACH,CAAC;IAEO,SAAS;QACf,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE;YAClC,OAAO;SACR;QACD,KAAK,MAAM,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE;YAClC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;SAClB;IACH,CAAC;IAED,YAAY,CAAC,MAAkB;QAC7B,OAAO,IAAI,CAAC,sBAAsB,CAAC;IACrC,CAAC;IAED,UAAU;QACR,IAAI,IAAI,CAAC,cAAc;YACrB,OAAO;QACT,IAAI,CAAC,UAAU,GAAG,CAAC,IAAI,CAAC,UAAU,CAAC;IACrC,CAAC;IAED,qBAAqB;IACrB,oBAAoB;IACpB,IAAI;IAEJ,sBAAsB;IACtB,mBAAmB;IACnB,IAAI;IAEI,WAAW;QACjB,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,sFAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC;QAC/E,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,cAAc,CAAC,SAAS,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,EAAE,CAAC;IAC3E,CAAC;CACF;;YAhYqC,6DAAa;YACd,0FAAY;YACpB,0EAAmB;YACd,gGAAkB;YACZ,6FAAe;YACnB,yFAAW;YACb,gGAAkB;YACT,gGAAkB;YAC9B,6FAAe;YACR,2FAAa;YACR,gGAAkB;;AAhChD,kBAAkB;IAL9B,+DAAS,CAAC;QACT,QAAQ,EAAE,WAAW;QACrB,yKAA0C;;KAE3C,CAAC;2EAuBoC,6DAAa;QACd,0FAAY;QACpB,0EAAmB;QACd,gGAAkB;QACZ,6FAAe;QACnB,yFAAW;QACb,gGAAkB;QACT,gGAAkB;QAC9B,6FAAe;QACR,2FAAa;QACR,gGAAkB;GAhChD,kBAAkB,CAsZ9B;AAtZ8B;;;;;;;;;;;;;;;;;;;;;;AC3BU;AACI;AACoC;AACjC;AACC;AAKjD,IAAa,mBAAmB,GAAhC,MAAa,mBAAmB;IAI9B,YAAoB,KAAiB,EAAU,OAAsB;QAAjD,UAAK,GAAL,KAAK,CAAY;QAAU,YAAO,GAAP,OAAO,CAAe;QAH7D,kBAAa,GAAkC,IAAI,oDAAe,CAAC,IAAI,2DAAY,EAAE,CAAC,CAAC;QACvF,mBAAc,GAA6B,IAAI,CAAC,aAAa,CAAC,YAAY,EAAE,CAAC;IAGrF,CAAC;IAED,IAAI,aAAa;QACf,OAAO,IAAI,CAAC,cAAc,CAAC;IAC7B,CAAC;IAED,IAAI;QACF,OAAO,IAAI,OAAO,CAAO,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;YAC3C,MAAM,cAAc,GAAG,IAAI,CAAC,OAAO,CAAC,iBAAiB,CAAC,iFAAG,CAAC,UAAU,CAAC,CAAC;YACtE,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,cAAc,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC,SAAS,EAAE,CAAC,IAAI,CAAC,CAAC,QAAsB,EAAE,EAAE;gBAC9F,MAAM,YAAY,GAAiB,QAAQ,CAAC;gBAC5C,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;gBACtC,OAAO,EAAE,CAAC;YACZ,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,QAAa,EAAE,EAAE;gBACzB,MAAM,CAAC,iCAAiC,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC;YACtE,CAAC,CAAC,CAAC;QACL,CAAC,CAAC,CAAC;IACL,CAAC;CAEF;;YApB4B,+DAAU;YAAmB,2FAAa;;AAJ1D,mBAAmB;IAH/B,gEAAU,CAAC;QACV,UAAU,EAAE,MAAM;KACnB,CAAC;2EAK2B,+DAAU,EAAmB,2FAAa;GAJ1D,mBAAmB,CAwB/B;AAxB+B;;;;;;;;;;;;;ACThC;AAAA;AAAO,MAAM,YAAY;CAuBxB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACvBuD;AACuB;AACN;AACf;AAMH;AACR;AAC6B;AAChB;AACU;AACW;AACZ;AACA;AAE9D,SAAS,aAAa,CAAC,mBAAwC;IACpE,MAAM,MAAM,GAAI,GAAG,EAAE,CAAC,mBAAmB,CAAC,IAAI,EAAE,CAAC;IACjD,OAAO,MAAM,CAAC;AAChB,CAAC;AAED,+HAA+H;AAC/H,WAAW;AACJ,SAAS,uBAAuB,CAAC,OAA2B;IACjE,OAAO,IAAI,2GAA6B,CAAC,OAAO,CAAC,CAAC;AACpD,CAAC;AA4CD,IAAa,YAAY,oBAAzB,MAAa,YAAY;IACvB,MAAM,CAAC,OAAO,CAAC,WAAoB;QACjC,iFAAG,CAAC,oBAAoB,GAAG,WAAW;QACtC,OAAO;YACL,QAAQ,EAAE,cAAY;SACvB,CAAC;IACJ,CAAC;CACF;AAPY,YAAY;IA1CxB,8DAAQ,CAAC;QACR,YAAY,EAAE;YACZ,wEAAkB;YAClB,oFAAmB;YACnB,+FAAsB;YACtB,oFAAkB;SAAC;QACrB,OAAO,EAAE;YACP,uEAAa;YACb,oGAAsB;YACtB,qEAAgB;YAChB,mFAAiB;SAClB;QACD,OAAO,EAAG;YACR,wEAAkB;YAClB,oFAAmB;YACnB,+FAAsB;YACtB,oFAAkB;YAClB,oGAAsB;SACvB;QACD,SAAS,EAAE;YACT,6DAAa;YACb,2FAAa;YACb,0EAAmB;YACnB;gBACE,OAAO,EAAE,sEAAiB;gBAC1B,QAAQ,EAAE,qGAAuB;gBACjC,KAAK,EAAE,IAAI;aACZ;YACD;gBACE,OAAO,EAAE,6DAAe;gBACxB,UAAU,EAAE,aAAa;gBACzB,IAAI,EAAE,CAAC,0EAAmB,CAAC,EAAE,KAAK,EAAE,IAAI;aACzC;YACD,gGAAkB;YAClB;gBACE,OAAO,EAAE,sEAAiB;gBAC1B,UAAU,EAAE,uBAAuB;gBACnC,KAAK,EAAE,IAAI;gBACX,IAAI,EAAE,CAAC,gGAAkB,CAAC;aAC3B;SACF;KACF,CAAC;GACW,YAAY,CAOxB;AAPwB;;;;;;;;;;;;;;;;;;;;ACvEgB;AACO;AACkD;AAKlG,IAAa,aAAa,GAA1B,MAAa,aAAa;IAExB,YAAoB,KAAiB,EAAU,OAAsB;QAAjD,UAAK,GAAL,KAAK,CAAY;QAAU,YAAO,GAAP,OAAO,CAAe;IACrE,CAAC;IAED,SAAS,CAAC,IAAY;QACpB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,oBAAoB,EAAE,GAAG,iFAAG,CAAC,cAAc,EAAE,EAAC,MAAM,EAAE,IAAI,EAAC,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IACxH,CAAC;IAED,QAAQ,CAAC,WAA4B;QACnC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,oBAAoB,EAAE,GAAG,iFAAG,CAAC,yBAAyB,EAAE,WAAW,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IAChI,CAAC;IAED,MAAM,CAAC,IAAU,EAAE,GAAW,EAAE,OAAgB;QAC9C,MAAM,QAAQ,GAAG,IAAI,QAAQ,EAAE,CAAC;QAChC,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;QAC9B,QAAQ,CAAC,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC;QAC5C,IAAI,GAAG,EAAE;YACP,QAAQ,CAAC,MAAM,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;SAC7B;QAED,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,oBAAoB,EAAE,GAAG,iFAAG,CAAC,gBAAgB,EAAE,QAAQ,CAAC,CAAC;IAC/F,CAAC;IAED,QAAQ,CAAC,WAA4B,EAAE,IAAY;QACjD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,oBAAoB,EAAE,GAAG,iFAAG,CAAC,kBAAkB,EAAE;YACnF,MAAM,EAAE,WAAW,CAAC,IAAI;YACxB,UAAU,EAAE,WAAW,CAAC,QAAQ;YAChC,MAAM,EAAE,IAAI;SACb,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IAC1B,CAAC;IAED,MAAM,CAAC,WAA4B,EAAE,KAAa,EAAE,IAAY;QAC9D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,oBAAoB,EAAE,GAAG,iFAAG,CAAC,oBAAoB,EAAE;YACrF,MAAM,EAAE,WAAW,CAAC,IAAI;YACxB,UAAU,EAAE,WAAW,CAAC,QAAQ;YAChC,OAAO,EAAE,CAAC,IAAI,CAAC;YACf,OAAO,EAAE,KAAK;SACf,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IAC1B,CAAC;IAED,cAAc,CAAC,WAA4B;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,oBAAoB,EAAE,GAAG,iFAAG,CAAC,kBAAkB,GAAG,SAAS,GAAG,WAAW,CAAC,IAAI,CAAC;IACrG,CAAC;IAED,SAAS,CAAC,WAA4B;QACpC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,oBAAoB,EAAE,GAAG,iFAAG,CAAC,UAAU,EAAE;YAC3E,MAAM,EAAE,WAAW,CAAC,IAAI;YACxB,UAAU,EAAE,WAAW,CAAC,QAAQ;SACjC,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IAC1B,CAAC;IAED,YAAY,CAAC,WAA4B;QACvC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,oBAAoB,EAAE,GAAG,iFAAG,CAAC,cAAc,EAAE;YAC/E,MAAM,EAAE,WAAW,CAAC,IAAI;YACxB,UAAU,EAAE,WAAW,CAAC,QAAQ;SACjC,EAAE,iFAAG,CAAC,+BAA+B,CAAC,CAAC;IAC1C,CAAC;IAED,cAAc,CAAC,WAA4B;QACzC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,oBAAoB,EAAE,GAAG,iFAAG,CAAC,eAAe,EAAE;YAChF,MAAM,EAAE,WAAW,CAAC,IAAI;YACxB,UAAU,EAAE,WAAW,CAAC,QAAQ;SACjC,EAAE,iFAAG,CAAC,eAAe,CAAC,CAAC;IAC1B,CAAC;CACF;;YA/D4B,+DAAU;YAAmB,2FAAa;;AAF1D,aAAa;IAHzB,gEAAU,CAAC;QACV,UAAU,EAAE,MAAM;KACnB,CAAC;2EAG2B,+DAAU,EAAmB,2FAAa;GAF1D,aAAa,CAiEzB;AAjEyB;;;;;;;;;;;;ACP1B,4tJ;;;;;;;;;;;ACAA,0+EAA0+E,iBAAiB,wNAAwN,iBAAiB,mMAAmM,iBAAiB,uC;;;;;;;;;;;ACAx7F,6nC;;;;;;;;;;;ACAA,wMAAwM,kBAAkB,kDAAkD,cAAc,qCAAqC,WAAW,kB;;;;;;;;;;;ACA1U,0oB;;;;;;;;;;;ACAA,ikBAAikB,UAAU,kQ;;;;;;;;;;;ACA3kB,s+DAAs+D,qvCAAqvC,+pBAA+pB,usC;;;;;;;;;;;ACA13H,kDAAkD,aAAa,oJAAoJ,iBAAiB,mBAAmB,uKAAuK,kBAAkB,WAAW,kB;;;;;;;;;;;ACA3b,6DAA6D,iBAAiB,oWAAoW,aAAa,iUAAiU,aAAa,uTAAuT,aAAa,iUAAiU,aAAa,6lBAA6lB,kWAAkW,6OAA6O,gBAAgB,OAAO,GAAG,gBAAgB,qMAAqM,aAAa,cAAc,6DAA6D,aAAa,0MAA0M,aAAa,cAAc,8DAA8D,aAAa,6NAA6N,aAAa,cAAc,mFAAmF,aAAa,iNAAiN,wBAAwB,2B;;;;;;;;;;;ACAhxH,sDAAsD,6BAA6B,GAAG,gK;;;;;;;;;;;ACAtF,u3B;;;;;;;;;;;ACAA,gpB;;;;;;;;;;;ACAA,w6C;;;;;;;;;;;ACAA,kjBAAkjB,6PAA6P,uRAAuR,kBAAkB,iPAAiP,WAAW,oJAAoJ,WAAW,gqBAAgqB,WAAW,ujBAAujB,4BAA4B,4KAA4K,mbAAmb,4DAA4D,sDAAsD,0MAA0M,yUAAyU,sDAAsD,KAAK,YAAY,mDAAmD,qBAAqB,mFAAmF,qBAAqB,iEAAiE,sDAAsD,8FAA8F,oBAAoB,iXAAiX,WAAW,2VAA2V,iE;;;;;;;;;;;ACA5oK,kHAAkH,4BAA4B,oEAAoE,uMAAuM,WAAW,wCAAwC,uBAAuB,gQAAgQ,0BAA0B,oFAAoF,iBAAiB,iuBAAiuB,0BAA0B,gCAAgC,4BAA4B,kHAAkH,4BAA4B,+LAA+L,4BAA4B,qa;;;;;;;;;;;ACAlgE,8Y;;;;;;;;;;;ACAA,gXAAgX,cAAc,YAAY,sCAAsC,yBAAyB,YAAY,kH;;;;;;;;;;;ACArd,klBAAklB,8BAA8B,gN;;;;;;;;;;;ACAhnB,+wEAA+wE,gDAAgD,sTAAsT,+DAA+D,ksGAAksG,gDAAgD,sTAAsT,+DAA+D,2yH;;;;;;;;;;;ACA3xM,2d;;;;;;;;;;;ACAA,0mC;;;;;;;;;;;ACAA,6iBAA6iB,MAAM,8P;;;;;;;;;;;ACAnjB,4iH;;;;;;;;;;;ACAA,8ZAA8Z,YAAY,syBAAsyB,WAAW,svB;;;;;;;;;;;ACA3tC,8vCAA8vC,kDAAkD,g3E;;;;;;;;;;;ACAhzC,iX;;;;;;;;;;;ACAA,sjFAAsjF,kFAAkF,sH;;;;;;;;;;;ACAxoF,uVAAuV,oDAAoD,2oBAA2oB,yDAAyD,ksC;;;;;;;;;;;ACA/kC,4oF;;;;;;;;;;;ACAA,kiB;;;;;;;;;;;ACAA,o1BAAo1B,wCAAwC,gDAAgD,aAAa,6C;;;;;;;;;;;ACAz7B,mCAAmC,QAAQ,gdAAgd,4C;;;;;;;;;;;ACA3f,0JAA0J,aAAa,qYAAqY,8FAA8F,+W;;;;;;;;;;;ACA1oB,kmBAAkmB,8BAA8B,y8BAAy8B,0BAA0B,2CAA2C,aAAa,GAAG,YAAY,+tG;;;;;;;;;;;ACA1qD,4J;;;;;;;;;;;ACAA,4gF;;;;;;;;;;;ACAA,sU;;;;;;;;;;;ACAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,EAAE;AACF;AACA,4CAA4C,WAAW;AACvD;AACA;AACA,wE;;;;;;;;;;;ACZA,iGAAiG,WAAW,2DAA2D,GAAG,YAAY,yBAAyB,kBAAkB,iCAAiC,kCAAkC,mCAAmC,iBAAiB,gBAAgB,cAAc,eAAe,oBAAoB,WAAW,cAAc,YAAY,aAAa,GAAG,+CAA+C,mjD;;;;;;;;;;;;;;;;;;;ACAnd;AACY;AAChB;AAOtC,IAAa,YAAY,GAAzB,MAAa,YAAY;IAIvB,YAAoB,MAAc;QAAd,WAAM,GAAN,MAAM,CAAQ;QAHlC,UAAK,GAAG,eAAe,CAAC;QACxB,UAAK,GAAG,IAAI,CAAC;IAGb,CAAC;IAED,MAAM;QACJ,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,6DAAM,CAAC,CAAC,KAAU,EAAE,EAAE,CAAC,CAAC,KAAK,YAAY,6DAAa,CAAC,CAAC,CAAC;aAC9E,SAAS,CAAC,KAAK,CAAC,EAAE;YACf,IAAI,CAAC,UAAU,CAAC,GAAG,KAAK,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;QAC7C,CAAC,CAAC,CAAC;IACP,CAAC;IAED,UAAU,CAAC,IAAa;QACtB,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC;IACpB,CAAC;CACF;;YAb6B,sDAAM;;AAJvB,YAAY;IALxB,+DAAS,CAAC;QACT,QAAQ,EAAE,UAAU;QACpB,2IAAmC;;KAEpC,CAAC;2EAK4B,sDAAM;GAJvB,YAAY,CAiBxB;AAjBwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACT+B;AACjB;AAC2B;AACrB;AACA;AACwB;AACe;AACA;AACY;AACH;AACG;AACA;AA8BhG,IAAa,SAAS,GAAtB,MAAa,SAAS;CACrB;AADY,SAAS;IA5BrB,8DAAQ,CAAC;QACR,YAAY,EAAE,CAAC,2DAAY,EAAE,gFAAiB,EAAE,mFAAkB,CAAC;QACnE,OAAO,EAAE;YACP,uEAAa;YACb,+EAAY,CAAC,OAAO,CAAC,uBAAuB,CAAC;YAC7C,+EAAY,CAAC,OAAO,CAAC,uBAAuB,CAAC;YAC7C,uFAAgB,CAAC,OAAO,CAAC,uBAAuB,CAAC;YACjD,wFAAgB,CAAC,OAAO,CAAC,uBAAuB,CAAC;YACjD,sFAAe,CAAC,OAAO,CAAC,uBAAuB,CAAC;YAChD,wFAAgB,CAAC,OAAO,CAAC,uBAAuB,CAAC;YACjD,4DAAY,CAAC,OAAO,CAAC;gBACnB,EAAC,IAAI,EAAE,EAAE,EAAE,SAAS,EAAE,mFAAkB,EAAC;gBACzC,EAAC,IAAI,EAAE,QAAQ,EAAE,SAAS,EAAE,qFAAkB,EAAC;gBAC/C,EAAC,IAAI,EAAE,QAAQ,EAAE,SAAS,EAAE,qFAAkB,EAAC;gBAC/C,EAAC,IAAI,EAAE,YAAY,EAAE,SAAS,EAAE,6FAAsB,EAAC;gBACvD,EAAC,IAAI,EAAE,YAAY,EAAE,SAAS,EAAE,8FAAsB,EAAC;gBACvD,EAAC,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,4FAAqB,EAAC;gBACrD,EAAC,IAAI,EAAE,YAAY,EAAE,SAAS,EAAE,8FAAsB,EAAC;aACxD,EAAE,EAAC,iBAAiB,EAAE,SAAS,EAAC,CAAC;SACnC;QACD,SAAS,EAAE,EAAE;QACb,OAAO,EAAE;YACP,mFAAkB;SACnB;QACD,SAAS,EAAE;YACT,2DAAY;SACb;KACF,CAAC;GACW,SAAS,CACrB;AADqB;;;;;;;;;;;;ACzCtB,4BAA4B,kBAAkB,4FAA4F,mBAAmB,iBAAiB,GAAG,mBAAmB,gBAAgB,iBAAiB,GAAG,wBAAwB,0BAA0B,iBAAiB,kBAAkB,GAAG,qBAAqB,mBAAmB,0BAA0B,GAAG,uBAAuB,gBAAgB,iBAAiB,0BAA0B,GAAG,kCAAkC,iBAAiB,sBAAsB,uBAAuB,wBAAwB,0BAA0B,GAAG,2CAA2C,mBAAmB,GAAG,sBAAsB,qBAAqB,oBAAoB,8BAA8B,gBAAgB,GAAG,sBAAsB,qBAAqB,oBAAoB,8BAA8B,gBAAgB,GAAG,+CAA+C,++D;;;;;;;;;;;;;;;;;ACA/4B;AAOhD,IAAa,iBAAiB,GAA9B,MAAa,iBAAiB;IAE5B,gBAAgB,CAAC;IAEjB,QAAQ;IACR,CAAC;CAEF;AAPY,iBAAiB;IAL7B,+DAAS,CAAC;QACT,QAAQ,EAAE,cAAc;QACxB,iKAAyC;;KAE1C,CAAC;;GACW,iBAAiB,CAO7B;AAP6B;;;;;;;;;;;;ACP9B,4BAA4B,yBAAyB,kBAAkB,iCAAiC,kCAAkC,mCAAmC,iBAAiB,gBAAgB,cAAc,eAAe,oBAAoB,WAAW,cAAc,YAAY,aAAa,GAAG,aAAa,gBAAgB,kBAAkB,8BAA8B,cAAc,eAAe,GAAG,kBAAkB,qBAAqB,oBAAoB,sBAAsB,uBAAuB,cAAc,GAAG,kBAAkB,qBAAqB,oBAAoB,sBAAsB,mBAAmB,cAAc,GAAG,+CAA+C,m9C;;;;;;;;;;;;;;;;;ACAtpB;AAOxC,IAAa,kBAAkB,GAA/B,MAAa,kBAAkB;IAE7B;IACA,CAAC;CAEF;AALY,kBAAkB;IAL9B,+DAAS,CAAC;QACT,QAAQ,EAAE,eAAe;QACzB,oKAA0C;;KAE3C,CAAC;;GACW,kBAAkB,CAK9B;AAL8B;;;;;;;;;;;;;ACP/B;AAAA;AAAA,gFAAgF;AAChF,0EAA0E;AAC1E,gEAAgE;AAEzD,MAAM,WAAW,GAAG;IACzB,UAAU,EAAE,KAAK;CAClB,CAAC;AAEF;;;;;;GAMG;AACH,mEAAmE;;;;;;;;;;;;;ACfnE;AAAA;AAAA;AAAA;AAAA;AAA+C;AAC4B;AAE9B;AACY;AAEzD,IAAI,qEAAW,CAAC,UAAU,EAAE;IAC1B,oEAAc,EAAE,CAAC;CAClB;AAED,gGAAsB,EAAE;KACrB,eAAe,CAAC,yDAAS,CAAC;KAC1B,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC","file":"main-es2015.js","sourcesContent":["import { Component, EventEmitter, Input, Output, Injectable, ElementRef, Pipe, Directive, HostBinding, HostListener, ɵɵdefineInjectable, ɵɵinject, ViewChild, ViewEncapsulation, Inject, forwardRef, ComponentFactoryResolver, ApplicationRef, ViewContainerRef, NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { Subject, fromEvent, Observable, BehaviorSubject, throwError } from 'rxjs';\nimport { debounceTime, distinctUntilChanged, startWith, tap, map, catchError, finalize } from 'rxjs/operators';\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\nimport { library } from '@fortawesome/fontawesome-svg-core';\nimport { fas } from '@fortawesome/free-solid-svg-icons';\nimport { far } from '@fortawesome/free-regular-svg-icons';\nimport { HttpHeaders, HttpErrorResponse } from '@angular/common/http';\nimport * as jquery from 'jquery';\nimport * as Hammer from 'hammerjs';\nimport { DomSanitizer } from '@angular/platform-browser';\nimport { ClickOutsideModule } from 'ng-click-outside';\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass TopToolbarComponent {\n constructor() {\n }\n}\nTopToolbarComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-top-toolbar',\n template: \"
    \\n
    \\n \\n
    \\n
    \\n\",\n styles: [\".top-toolbar{width:100%;height:60px;z-index:999;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.tools{width:100%;height:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}@media (max-width:1037px){.top-toolbar{height:60px}.tools{height:100%;overflow-x:auto;overflow-scrolling:touch;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.tools::-webkit-scrollbar{width:0;height:0;background-color:#3e4e5a}}\"]\n }] }\n];\n/** @nocollapse */\nTopToolbarComponent.ctorParameters = () => [];\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass SidePanelComponent {\n constructor() {\n this.hideSidePanel = new EventEmitter();\n this.onlyTitle = false;\n }\n /**\n * @return {?}\n */\n openSidePanel() {\n this.hideSidePanel.emit(true);\n }\n /**\n * @return {?}\n */\n toggleTitleMode() {\n this.onlyTitle = !this.onlyTitle;\n }\n}\nSidePanelComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-side-panel',\n template: \"
    \\n
    \\n \\n
    {{title}}
    \\n
    \\n \\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n\",\n styles: [\".gd-side-panel-wrapper{margin-right:0;width:334px;z-index:999;background-color:#fff;-webkit-transition:margin-right .2s;transition:margin-right .2s;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;height:100vh}.gd-side-panel-wrapper .gd-side-panel-header{height:60px;background-color:#222e35;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:nowrap}.gd-side-panel-wrapper .gd-side-panel-header .icon{font-size:24px;color:#959da5;margin:18px;line-height:24px}.gd-side-panel-wrapper .gd-side-panel-header .title{font-size:13px;font-weight:700;color:#edf0f2;opacity:.57;margin-top:20px;width:100%}.gd-side-panel-wrapper .gd-side-panel-header .close{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.gd-side-panel-wrapper .gd-side-panel-header /deep/ gd-button .text{padding:0}.gd-side-panel-wrapper .gd-side-panel-body{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;overflow:visible;overflow-y:auto;overflow-x:hidden;height:100%}@media (max-width:1037px){.gd-side-panel-wrapper{width:100%;position:absolute;left:0;right:0;top:0;bottom:0}.gd-side-panel-wrapper.only-title{height:60px!important}}\"]\n }] }\n];\n/** @nocollapse */\nSidePanelComponent.ctorParameters = () => [];\nSidePanelComponent.propDecorators = {\n title: [{ type: Input }],\n icon: [{ type: Input }],\n hideSidePanel: [{ type: Output }]\n};\nif (false) {\n /** @type {?} */\n SidePanelComponent.prototype.title;\n /** @type {?} */\n SidePanelComponent.prototype.icon;\n /** @type {?} */\n SidePanelComponent.prototype.hideSidePanel;\n /** @type {?} */\n SidePanelComponent.prototype.onlyTitle;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n/** @type {?} */\nconst MOBILE_MAX_WIDTH = 425;\n/** @type {?} */\nconst TABLET_MAX_WIDTH = 1024;\nclass WindowService {\n constructor() {\n this.resizeSubject = new Subject();\n this.width = window.innerWidth;\n this.height = window.innerHeight;\n this._resize$ = fromEvent(window, 'resize')\n .pipe(debounceTime(200), distinctUntilChanged(), startWith({ target: { innerWidth: window.innerWidth, innerHeight: window.innerHeight } }), tap((/**\n * @param {?} event\n * @return {?}\n */\n event => {\n this.resizeSubject.next((/** @type {?} */ (event.target)));\n this.width = ((/** @type {?} */ (event.target))).innerWidth;\n this.height = ((/** @type {?} */ (event.target))).innerHeight;\n })));\n this._resize$.subscribe();\n }\n /**\n * @return {?}\n */\n get onResize() {\n return this.resizeSubject.asObservable();\n }\n /**\n * @return {?}\n */\n isMobile() {\n return this.width <= MOBILE_MAX_WIDTH;\n }\n /**\n * @return {?}\n */\n isTablet() {\n return this.width <= TABLET_MAX_WIDTH;\n }\n /**\n * @return {?}\n */\n isDesktop() {\n return !this.isMobile() && !this.isTablet();\n }\n /**\n * @return {?}\n */\n getWidth() {\n return this.width;\n }\n /**\n * @return {?}\n */\n getHeight() {\n return this.height;\n }\n /**\n * @return {?}\n */\n isEdge() {\n return window.navigator.userAgent.toLowerCase().indexOf('edge') > -1;\n }\n /**\n * @return {?}\n */\n isFirefox() {\n return navigator.userAgent.toLowerCase().indexOf('firefox') > -1;\n }\n}\nif (false) {\n /**\n * @type {?}\n * @private\n */\n WindowService.prototype.resizeSubject;\n /**\n * @type {?}\n * @private\n */\n WindowService.prototype._resize$;\n /**\n * @type {?}\n * @private\n */\n WindowService.prototype.width;\n /**\n * @type {?}\n * @private\n */\n WindowService.prototype.height;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass ButtonComponent {\n /**\n * @param {?} windowService\n */\n constructor(windowService) {\n this.iconOnly = true;\n this.intent = 'default';\n this.disabled = false;\n this.toggle = false;\n this.iconRegular = false;\n this.showToolTip = false;\n this.isDesktop = windowService.isDesktop();\n windowService.onResize.subscribe((/**\n * @param {?} w\n * @return {?}\n */\n (w) => {\n this.isDesktop = windowService.isDesktop();\n }));\n }\n /**\n * @return {?}\n */\n iconButtonClass() {\n return this.iconOnly ? 'icon-button' : '';\n }\n /**\n * @return {?}\n */\n onHovering() {\n if (this.isDesktop && !this.disabled) {\n this.className += ' active';\n }\n }\n /**\n * @return {?}\n */\n onUnhovering() {\n if (this.isDesktop && !this.disabled) {\n this.className = this.cleanAll(this.className, ' active');\n }\n }\n /**\n * @private\n * @param {?} str\n * @param {?} val\n * @return {?}\n */\n cleanAll(str, val) {\n while (str && str.indexOf(val) !== -1) {\n str = str.replace(val, '');\n }\n return str;\n }\n}\nButtonComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-button',\n template: \"
    \\n \\n \\n
    \\n \\n
    \\n
    \\n\",\n styles: [\".icon-button{padding:0!important;margin:0 7px}.button{padding:0 10px;font-size:14px;color:#959da5;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;min-width:37px;height:37px;text-align:center;position:relative;white-space:nowrap}.button.inactive{cursor:not-allowed;opacity:.4}.button.active *{color:#ccd0d4}.button.primary{background-color:#3e4e5a;color:#fff}.button.primary.active{color:#fff;background-color:#688296}.button.brand{background-color:#25c2d4;color:#fff}.button.brand.active{color:#fff;background-color:#688296}.button .text{font-size:13px;padding-left:10px}@media (max-width:1037px){.button{font-size:22px}.arrow-button{margin:5px}}\"]\n }] }\n];\n/** @nocollapse */\nButtonComponent.ctorParameters = () => [\n { type: WindowService }\n];\nButtonComponent.propDecorators = {\n iconOnly: [{ type: Input }],\n intent: [{ type: Input }],\n disabled: [{ type: Input }],\n icon: [{ type: Input }],\n iconClass: [{ type: Input }],\n tooltip: [{ type: Input }],\n className: [{ type: Input }],\n toggle: [{ type: Input }],\n iconSize: [{ type: Input }],\n iconRegular: [{ type: Input }]\n};\nif (false) {\n /** @type {?} */\n ButtonComponent.prototype.iconOnly;\n /** @type {?} */\n ButtonComponent.prototype.intent;\n /** @type {?} */\n ButtonComponent.prototype.disabled;\n /** @type {?} */\n ButtonComponent.prototype.icon;\n /** @type {?} */\n ButtonComponent.prototype.iconClass;\n /** @type {?} */\n ButtonComponent.prototype.tooltip;\n /** @type {?} */\n ButtonComponent.prototype.className;\n /** @type {?} */\n ButtonComponent.prototype.toggle;\n /** @type {?} */\n ButtonComponent.prototype.iconSize;\n /** @type {?} */\n ButtonComponent.prototype.iconRegular;\n /** @type {?} */\n ButtonComponent.prototype.showToolTip;\n /**\n * @type {?}\n * @private\n */\n ButtonComponent.prototype.isDesktop;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass LogoComponent {\n constructor() { }\n /**\n * @return {?}\n */\n ngOnInit() {\n }\n}\nLogoComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-logo',\n template: \"
    \\n \\n \\n
    \\n\\n\",\n styles: [\".logo{background-color:#25c2d4;height:60px;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.text{color:#fff;font-size:15px;text-transform:uppercase;margin:0 14px}.icon{display:none;font-size:32px;color:rgba(255,255,255,.5);margin:14px}@media (max-width:1037px){.logo{width:60px;height:60px}.logo .text{display:none}.logo .icon{display:block}}\"]\n }] }\n];\n/** @nocollapse */\nLogoComponent.ctorParameters = () => [];\nLogoComponent.propDecorators = {\n logo: [{ type: Input }],\n icon: [{ type: Input }]\n};\nif (false) {\n /** @type {?} */\n LogoComponent.prototype.logo;\n /** @type {?} */\n LogoComponent.prototype.icon;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass TooltipComponent {\n constructor() {\n this.visibility = 'hidden';\n }\n /**\n * @param {?} value\n * @return {?}\n */\n set show(value) {\n this.visibility = value ? 'shown' : 'hidden';\n }\n /**\n * @return {?}\n */\n ngOnInit() {\n }\n}\nTooltipComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-tooltip',\n template: \"\\n\",\n styles: [\".tooltip{position:absolute;margin-top:37px;width:100px;background-color:#000;color:#fff;text-align:center;border-radius:0;padding:5px 0;z-index:1;margin-left:-66px;font-size:10px;height:11px;line-height:11px}.tooltip.hidden{visibility:hidden}.tooltip.shown{visibility:visible}.shown:after{content:\\\" \\\";position:absolute;bottom:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-bottom-color:#000}\"]\n }] }\n];\n/** @nocollapse */\nTooltipComponent.ctorParameters = () => [];\nTooltipComponent.propDecorators = {\n text: [{ type: Input }],\n show: [{ type: Input }]\n};\nif (false) {\n /** @type {?} */\n TooltipComponent.prototype.text;\n /** @type {?} */\n TooltipComponent.prototype.visibility;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass Api {\n}\nApi.VIEWER_APP = '/viewer';\nApi.SIGNATURE_APP = '/signature';\nApi.ANNOTATION_APP = '/annotation';\nApi.EDITOR_APP = '/editor';\nApi.COMPARISON_APP = '/comparison';\nApi.CONVERSION_APP = '/conversion';\nApi.DEFAULT_API_ENDPOINT = window.location.href;\nApi.LOAD_FILE_TREE = '/loadFileTree';\nApi.LOAD_CONFIG = '/loadConfig';\nApi.LOAD_DOCUMENT_DESCRIPTION = '/loadDocumentDescription';\nApi.LOAD_DOCUMENT_PAGE = '/loadDocumentPage';\nApi.ROTATE_DOCUMENT_PAGE = '/rotateDocumentPages';\nApi.UPLOAD_DOCUMENTS = '/uploadDocument';\nApi.DOWNLOAD_DOCUMENTS = '/downloadDocument';\nApi.LOAD_PRINT = '/loadPrint';\nApi.LOAD_PRINT_PDF = '/printPdf';\nApi.LOAD_THUMBNAILS = '/loadThumbnails';\nApi.LOAD_FORMATS = '/loadFormats';\nApi.SAVE_FILE = '/saveFile';\nApi.COMPARE_FILES = '/compare';\nApi.CONVERT_FILE = '/convert';\nApi.DELETE_SIGNATURE_FILE = '/deleteSignatureFile';\nApi.SAVE_OPTICAL_CODE = '/saveOpticalCode';\nApi.SAVE_TEXT = '/saveText';\nApi.SAVE_IMAGE = '/saveImage';\nApi.SAVE_STAMP = '/saveStamp';\nApi.SIGN = '/sign';\nApi.DOWNLOAD_SIGNED = '/downloadSigned';\nApi.LOAD_SIGNATURE_IMAGE = '/loadSignatureImage';\nApi.ANNOTATE = '/annotate';\nApi.httpOptionsJson = {\n headers: new HttpHeaders({\n 'Content-Type': 'application/json',\n })\n};\nApi.httpOptionsJsonResponseTypeBlob = {\n headers: new HttpHeaders({\n 'Content-Type': 'application/json',\n }),\n responseType: (/** @type {?} */ ('blob'))\n};\nif (false) {\n /** @type {?} */\n Api.VIEWER_APP;\n /** @type {?} */\n Api.SIGNATURE_APP;\n /** @type {?} */\n Api.ANNOTATION_APP;\n /** @type {?} */\n Api.EDITOR_APP;\n /** @type {?} */\n Api.COMPARISON_APP;\n /** @type {?} */\n Api.CONVERSION_APP;\n /** @type {?} */\n Api.DEFAULT_API_ENDPOINT;\n /** @type {?} */\n Api.LOAD_FILE_TREE;\n /** @type {?} */\n Api.LOAD_CONFIG;\n /** @type {?} */\n Api.LOAD_DOCUMENT_DESCRIPTION;\n /** @type {?} */\n Api.LOAD_DOCUMENT_PAGE;\n /** @type {?} */\n Api.ROTATE_DOCUMENT_PAGE;\n /** @type {?} */\n Api.UPLOAD_DOCUMENTS;\n /** @type {?} */\n Api.DOWNLOAD_DOCUMENTS;\n /** @type {?} */\n Api.LOAD_PRINT;\n /** @type {?} */\n Api.LOAD_PRINT_PDF;\n /** @type {?} */\n Api.LOAD_THUMBNAILS;\n /** @type {?} */\n Api.LOAD_FORMATS;\n /** @type {?} */\n Api.SAVE_FILE;\n /** @type {?} */\n Api.COMPARE_FILES;\n /** @type {?} */\n Api.CONVERT_FILE;\n /** @type {?} */\n Api.DELETE_SIGNATURE_FILE;\n /** @type {?} */\n Api.SAVE_OPTICAL_CODE;\n /** @type {?} */\n Api.SAVE_TEXT;\n /** @type {?} */\n Api.SAVE_IMAGE;\n /** @type {?} */\n Api.SAVE_STAMP;\n /** @type {?} */\n Api.SIGN;\n /** @type {?} */\n Api.DOWNLOAD_SIGNED;\n /** @type {?} */\n Api.LOAD_SIGNATURE_IMAGE;\n /** @type {?} */\n Api.ANNOTATE;\n /** @type {?} */\n Api.httpOptionsJson;\n /** @type {?} */\n Api.httpOptionsJsonResponseTypeBlob;\n}\nclass ConfigService {\n constructor() {\n this.apiEndpoint = Api.DEFAULT_API_ENDPOINT;\n }\n /**\n * @param {?} url\n * @return {?}\n */\n set apiEndpoint(url) {\n this._apiEndpoint = url && url.trim().endsWith('/') ? url.substring(0, url.length - 1) : url;\n }\n /**\n * @param {?} app\n * @return {?}\n */\n getConfigEndpoint(app) {\n return (this.apiEndpoint.endsWith(app) ? this.apiEndpoint : this.apiEndpoint + app) + Api.LOAD_CONFIG;\n }\n /**\n * @return {?}\n */\n getViewerApiEndpoint() {\n return this._apiEndpoint.endsWith(Api.VIEWER_APP) ? this._apiEndpoint : this._apiEndpoint + Api.VIEWER_APP;\n }\n /**\n * @return {?}\n */\n getEditorApiEndpoint() {\n return this._apiEndpoint.trim().endsWith(Api.EDITOR_APP) ? this._apiEndpoint : this._apiEndpoint + Api.EDITOR_APP;\n }\n /**\n * @return {?}\n */\n getComparisonApiEndpoint() {\n return this._apiEndpoint.trim().endsWith(Api.COMPARISON_APP) ? this._apiEndpoint : this._apiEndpoint + Api.COMPARISON_APP;\n }\n /**\n * @return {?}\n */\n getConversionApiEndpoint() {\n return this._apiEndpoint.trim().endsWith(Api.CONVERSION_APP) ? this._apiEndpoint : this._apiEndpoint + Api.CONVERSION_APP;\n }\n /**\n * @return {?}\n */\n get apiEndpoint() {\n return this._apiEndpoint;\n }\n /**\n * @return {?}\n */\n getSignatureApiEndpoint() {\n return this._apiEndpoint.endsWith(Api.SIGNATURE_APP) ? this._apiEndpoint : this._apiEndpoint + Api.SIGNATURE_APP;\n }\n /**\n * @return {?}\n */\n getAnnotationApiEndpoint() {\n return this._apiEndpoint.endsWith(Api.ANNOTATION_APP) ? this._apiEndpoint : this._apiEndpoint + Api.ANNOTATION_APP;\n }\n}\nConfigService.decorators = [\n { type: Injectable }\n];\n/** @nocollapse */\nConfigService.ctorParameters = () => [];\nif (false) {\n /**\n * @type {?}\n * @private\n */\n ConfigService.prototype._apiEndpoint;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass CommonModals {\n}\nCommonModals.PasswordRequired = \"gd-password-required\";\nCommonModals.ErrorMessage = \"gd-error-message\";\nCommonModals.BrowseFiles = \"gd-browse-files\";\nCommonModals.CreateDocument = \"gd-create-document\";\nCommonModals.OperationSuccess = \"gd-success-modal\";\nCommonModals.DrawHandSignature = \"gd-draw-hand-signature\";\nCommonModals.DrawStampSignature = \"gd-draw-stamp-signature\";\nCommonModals.InformationMessage = \"gd-information-message\";\nif (false) {\n /** @type {?} */\n CommonModals.PasswordRequired;\n /** @type {?} */\n CommonModals.ErrorMessage;\n /** @type {?} */\n CommonModals.BrowseFiles;\n /** @type {?} */\n CommonModals.CreateDocument;\n /** @type {?} */\n CommonModals.OperationSuccess;\n /** @type {?} */\n CommonModals.DrawHandSignature;\n /** @type {?} */\n CommonModals.DrawStampSignature;\n /** @type {?} */\n CommonModals.InformationMessage;\n}\nclass ModalService {\n constructor() {\n this.modals = [];\n }\n /**\n * @param {?} modal\n * @return {?}\n */\n add(modal) {\n this.modals.push(modal);\n }\n /**\n * @param {?} id\n * @return {?}\n */\n remove(id) {\n this.modals = this.modals.filter((/**\n * @param {?} x\n * @return {?}\n */\n x => x.id !== id));\n }\n /**\n * @param {?} id\n * @return {?}\n */\n open(id) {\n /** @type {?} */\n const modal = this.modals.filter((/**\n * @param {?} x\n * @return {?}\n */\n x => x.id === id))[0];\n if (modal) {\n modal.open();\n }\n }\n /**\n * @param {?} id\n * @return {?}\n */\n close(id) {\n /** @type {?} */\n const modal = this.modals.filter((/**\n * @param {?} x\n * @return {?}\n */\n x => x.id === id))[0];\n if (modal) {\n modal.close();\n }\n }\n}\nif (false) {\n /**\n * @type {?}\n * @private\n */\n ModalService.prototype.modals;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass ModalComponent {\n /**\n * @param {?} modalService\n * @param {?} el\n */\n constructor(modalService, el) {\n this.modalService = modalService;\n this.visible = new EventEmitter();\n this.cancel = new EventEmitter();\n this.visibility = false;\n this.element = el.nativeElement;\n }\n /**\n * @return {?}\n */\n ngOnInit() {\n if (!this.id) {\n console.error('modal must have an id');\n return;\n }\n document.body.appendChild(this.element);\n this.modalService.add(this);\n }\n /**\n * @return {?}\n */\n ngOnDestroy() {\n this.modalService.remove(this.id);\n this.element.remove();\n }\n /**\n * @return {?}\n */\n open() {\n this.visibility = true;\n this.visible.emit(true);\n }\n /**\n * @return {?}\n */\n close() {\n event.preventDefault();\n event.stopPropagation();\n this.visibility = false;\n this.visible.emit(false);\n }\n /**\n * @param {?} $event\n * @return {?}\n */\n onClose($event) {\n $event.stopPropagation();\n if ($event && $event.target && ((/** @type {?} */ ($event.target))).id === 'modalDialog') {\n this.close();\n }\n }\n /**\n * @return {?}\n */\n cancelClose() {\n this.cancel.emit(false);\n this.close();\n }\n}\nModalComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-modal',\n template: \"
    \\n
    \\n
    \\n
    \\n\\n
    \\n
    ×
    \\n

    {{title}}

    \\n
    \\n\\n
    \\n \\n
    \\n\\n
    \\n\\n
    \\n
    \\n
    \\n\\n\\n\",\n styles: [\"@import url(https://fonts.googleapis.com/css?family=Montserrat&display=swap);:host *{font-family:'Open Sans',Arial,Helvetica,sans-serif}.gd-modal{overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0;background-color:rgba(0,0,0,.5)}.gd-modal-dialog{box-shadow:#0005 0 0 10px;position:fixed;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1051}.gd-modal-content{background-color:#fff;height:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.gd-modal-header{height:60px;padding:0 12px 0 24px;background-color:#3e4e5a}.gd-modal-close{position:absolute;right:12px;top:12px;cursor:pointer;color:#fff;width:37px;height:37px;text-align:center}.gd-modal-close span{font-size:18px;font-weight:900;height:19px;width:10px;line-height:36px}.gd-modal-title{font-size:16px;font-weight:400;padding-top:17px;padding-bottom:22px;margin:0;color:#fff}.gd-modal-body{background-color:#fff;overflow:hidden;overflow-y:auto;height:calc(100% - 75px)}.gd-modal-footer{height:auto}.gd-modal-footer>.btn{float:right;margin:20px 15px;padding:10px 20px;cursor:pointer;font-size:12px}@media (max-width:1037px){.gd-modal-dialog{width:100%;height:100%}.gd-modal-body{height:100%}}\"]\n }] }\n];\n/** @nocollapse */\nModalComponent.ctorParameters = () => [\n { type: ModalService },\n { type: ElementRef }\n];\nModalComponent.propDecorators = {\n id: [{ type: Input }],\n title: [{ type: Input }],\n visible: [{ type: Output }],\n cancel: [{ type: Output }]\n};\nif (false) {\n /** @type {?} */\n ModalComponent.prototype.id;\n /** @type {?} */\n ModalComponent.prototype.title;\n /** @type {?} */\n ModalComponent.prototype.visible;\n /** @type {?} */\n ModalComponent.prototype.cancel;\n /** @type {?} */\n ModalComponent.prototype.visibility;\n /**\n * @type {?}\n * @private\n */\n ModalComponent.prototype.element;\n /**\n * @type {?}\n * @private\n */\n ModalComponent.prototype.modalService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass PageModel {\n}\nif (false) {\n /** @type {?} */\n PageModel.prototype.data;\n /** @type {?} */\n PageModel.prototype.angle;\n /** @type {?} */\n PageModel.prototype.width;\n /** @type {?} */\n PageModel.prototype.height;\n /** @type {?} */\n PageModel.prototype.number;\n /** @type {?} */\n PageModel.prototype.editable;\n}\nclass RotatedPage {\n}\nif (false) {\n /** @type {?} */\n RotatedPage.prototype.pageNumber;\n /** @type {?} */\n RotatedPage.prototype.angle;\n}\nclass FileCredentials {\n /**\n * @param {?} guid\n * @param {?} password\n */\n constructor(guid, password) {\n this.guid = guid;\n this.password = password;\n }\n}\nif (false) {\n /** @type {?} */\n FileCredentials.prototype.guid;\n /** @type {?} */\n FileCredentials.prototype.password;\n}\nclass SaveFile extends FileCredentials {\n /**\n * @param {?} guid\n * @param {?} password\n * @param {?} content\n */\n constructor(guid, password, content) {\n super(guid, password);\n this.content = content;\n }\n}\nif (false) {\n /** @type {?} */\n SaveFile.prototype.content;\n}\nclass FileDescription {\n constructor() {\n this.printAllowed = true;\n }\n}\nif (false) {\n /** @type {?} */\n FileDescription.prototype.guid;\n /** @type {?} */\n FileDescription.prototype.pages;\n /** @type {?} */\n FileDescription.prototype.printAllowed;\n /** @type {?} */\n FileDescription.prototype.showGridLines;\n}\nclass FileModel {\n}\nif (false) {\n /** @type {?} */\n FileModel.prototype.guid;\n /** @type {?} */\n FileModel.prototype.name;\n /** @type {?} */\n FileModel.prototype.directory;\n /** @type {?} */\n FileModel.prototype.size;\n /** @type {?} */\n FileModel.prototype.isDirectory;\n}\nclass HttpError {\n}\nHttpError.BadRequest = 400;\nHttpError.Unauthorized = 401;\nHttpError.Forbidden = 403;\nHttpError.NotFound = 404;\nHttpError.TimeOut = 408;\nHttpError.Conflict = 409;\nHttpError.InternalServerError = 500;\nif (false) {\n /** @type {?} */\n HttpError.BadRequest;\n /** @type {?} */\n HttpError.Unauthorized;\n /** @type {?} */\n HttpError.Forbidden;\n /** @type {?} */\n HttpError.NotFound;\n /** @type {?} */\n HttpError.TimeOut;\n /** @type {?} */\n HttpError.Conflict;\n /** @type {?} */\n HttpError.InternalServerError;\n}\nclass Utils {\n /**\n * @param {?} event\n * @return {?}\n */\n static getMousePosition(event) {\n /** @type {?} */\n const mouse = {\n x: 0,\n y: 0\n };\n /** @type {?} */\n const wEvent = (/** @type {?} */ (window.event));\n /** @type {?} */\n const ev = event || wEvent;\n if (ev.pageX || wEvent.pageX || wEvent.screenX || (ev.touches && ev.touches[0] && ev.touches[0].pageX)) { //Moz\n //Moz\n /** @type {?} */\n const pageX = typeof ev.pageX !== \"undefined\" && ev.pageX !== 0 ? ev.pageX : wEvent.pageX;\n /** @type {?} */\n const pageY = typeof ev.pageY !== \"undefined\" && ev.pageY !== 0 ? ev.pageY : wEvent.pageY;\n /** @type {?} */\n const screenX = typeof wEvent.screenX !== \"undefined\" && wEvent.screenY !== 0;\n /** @type {?} */\n const screenY = typeof wEvent.screenY !== \"undefined\" && wEvent.screenY !== 0;\n mouse.x = pageX ? pageX : (screenX ? wEvent.screenX : ev.touches[0].pageX);\n mouse.y = pageY ? pageY : (screenY ? wEvent.screenY : ev.touches[0].pageY);\n }\n else if (ev.clientX) { //IE\n mouse.x = ev.clientX + document.body.scrollLeft;\n mouse.y = ev.clientY + document.body.scrollTop;\n }\n return mouse;\n }\n /**\n * @param {?} color\n * @return {?}\n */\n static toRgb(color) {\n /** @type {?} */\n const result = /^#?([a-f\\d]{2})([a-f\\d]{2})([a-f\\d]{2})$/i.exec(color);\n if (result) {\n /** @type {?} */\n const r = parseInt(result[1], 16);\n /** @type {?} */\n const g = parseInt(result[2], 16);\n /** @type {?} */\n const b = parseInt(result[3], 16);\n return result ? 'rgb(' + r + ',' + g + ',' + b + ')' : '';\n }\n return color;\n }\n /**\n * @param {?} color\n * @return {?}\n */\n static toHex(color) {\n // check if color is standard hex value\n if (color.match(/[0-9A-F]{6}|[0-9A-F]{3}$/i)) {\n return (color.charAt(0) === \"#\") ? color : (\"#\" + color);\n // check if color is RGB value -> convert to hex\n }\n else if (color.match(/^rgb\\(\\s*(\\d{1,3})\\s*,\\s*(\\d{1,3})\\s*,\\s*(\\d{1,3})\\s*\\)$/)) {\n /** @type {?} */\n const c = ([parseInt(RegExp.$1, 10), parseInt(RegExp.$2, 10), parseInt(RegExp.$3, 10)]);\n /** @type {?} */\n const pad = (/**\n * @param {?} str\n * @return {?}\n */\n function (str) {\n if (str.length < 2) {\n for (let i = 0, len = 2 - str.length; i < len; i++) {\n str = '0' + str;\n }\n }\n return str;\n });\n if (c.length === 3) {\n /** @type {?} */\n const r = pad(c[0].toString(16));\n /** @type {?} */\n const g = pad(c[1].toString(16));\n /** @type {?} */\n const b = pad(c[2].toString(16));\n return '#' + r + g + b;\n }\n // else do nothing\n }\n else {\n return '';\n }\n }\n}\nclass FileUtil {\n /**\n * @param {?} filename\n * @param {?} isDirectory\n * @return {?}\n */\n static find(filename, isDirectory) {\n if (filename && !isDirectory) {\n /** @type {?} */\n const strings = filename.split('.');\n /** @type {?} */\n const name = strings.pop().toLowerCase();\n if (typeof FileUtil.map[name] === \"undefined\") {\n return strings.length > 0 ? FileUtil.map['unknown'] : FileUtil.map['folder'];\n }\n else {\n return FileUtil.map[name];\n }\n }\n else {\n return FileUtil.map['folder'];\n }\n }\n}\nFileUtil.map = {\n 'folder': { 'format': '', 'icon': 'folder' },\n 'pdf': { 'format': 'Portable Document Format', 'icon': 'file-pdf', 'unit': 'pt' },\n 'doc': { 'format': 'Microsoft Word', 'icon': 'file-word', 'unit': 'pt' },\n 'docx': { 'format': 'Microsoft Word', 'icon': 'file-word', 'unit': 'pt' },\n 'docm': { 'format': 'Microsoft Word', 'icon': 'file-word', 'unit': 'pt' },\n 'dot': { 'format': 'Microsoft Word', 'icon': 'file-word', 'unit': 'pt' },\n 'dotx': { 'format': 'Microsoft Word', 'icon': 'file-word', 'unit': 'pt' },\n 'dotm': { 'format': 'Microsoft Word', 'icon': 'file-word', 'unit': 'pt' },\n 'xls': { 'format': 'Microsoft Excel', 'icon': 'file-excel', 'unit': 'px' },\n 'xlsx': { 'format': 'Microsoft Excel', 'icon': 'file-excel', 'unit': 'px' },\n 'xlsm': { 'format': 'Microsoft Excel', 'icon': 'file-excel', 'unit': 'px' },\n 'xlsb': { 'format': 'Microsoft Excel', 'icon': 'file-excel', 'unit': 'px' },\n 'xls2003': { 'format': 'Microsoft Excel', 'icon': 'file-excel', 'unit': 'px' },\n 'xltx': { 'format': 'Microsoft Excel', 'icon': 'file-excel', 'unit': 'px' },\n 'xltm': { 'format': 'Microsoft Excel', 'icon': 'file-excel', 'unit': 'px' },\n 'ppt': { 'format': 'Microsoft PowerPoint', 'icon': 'file-powerpoint', 'unit': 'pt' },\n 'pptx': { 'format': 'Microsoft PowerPoint', 'icon': 'file-powerpoint', 'unit': 'pt' },\n 'pps': { 'format': 'Microsoft PowerPoint', 'icon': 'file-powerpoint', 'unit': 'pt' },\n 'ppsx': { 'format': 'Microsoft PowerPoint', 'icon': 'file-powerpoint', 'unit': 'pt' },\n 'vsd': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\n 'vdx': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\n 'vss': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\n 'vsx': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\n 'vst': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\n 'vtx': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\n 'vsdx': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\n 'vdw': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\n 'vstx': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\n 'vssx': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\n 'mpp': { 'format': 'Microsoft Project', 'icon': 'file-alt', 'unit': 'pt' },\n 'mpt': { 'format': 'Microsoft Project', 'icon': 'file-alt', 'unit': 'pt' },\n 'msg': { 'format': 'Microsoft Outlook', 'icon': 'file-alt', 'unit': 'pt' },\n 'eml': { 'format': 'Microsoft Outlook', 'icon': 'file-alt', 'unit': 'pt' },\n 'emlx': { 'format': 'Microsoft Outlook', 'icon': 'file-alt', 'unit': 'pt' },\n 'one': { 'format': 'Microsoft OneNote', 'icon': 'file-word', 'unit': 'pt' },\n 'odt': { 'format': 'Open Document Text', 'icon': 'file-word', 'unit': 'pt' },\n 'ott': { 'format': 'Open Document Text Template', 'icon': 'file-word', 'unit': 'pt' },\n 'ods': { 'format': 'Open Document Spreadsheet', 'icon': 'file-excel', 'unit': 'px' },\n 'odp': { 'format': 'Open Document Presentation', 'icon': 'file-powerpoint', 'unit': 'pt' },\n 'otp': { 'format': 'Open Document Presentation', 'icon': 'file-powerpoint', 'unit': 'pt' },\n 'ots': { 'format': 'Open Document Presentation', 'icon': 'file-powerpoint', 'unit': 'pt' },\n 'potx': { 'format': 'Open Document Presentation', 'icon': 'file-powerpoint', 'unit': 'pt' },\n 'potm': { 'format': 'Open Document Presentation', 'icon': 'file-powerpoint', 'unit': 'pt' },\n 'pptm': { 'format': 'Open Document Presentation', 'icon': 'file-powerpoint', 'unit': 'pt' },\n 'ppsm': { 'format': 'Open Document Presentation', 'icon': 'file-powerpoint', 'unit': 'pt' },\n 'rtf': { 'format': 'Rich Text Format', 'icon': 'file-alt', 'unit': 'pt' },\n 'txt': { 'format': 'Plain Text File', 'icon': 'file-alt', 'unit': 'pt' },\n 'csv': { 'format': 'Comma-Separated Values', 'icon': 'file-excel', 'unit': 'px' },\n 'html': { 'format': 'HyperText Markup Language', 'icon': 'file-word', 'unit': 'pt' },\n 'mht': { 'format': 'HyperText Markup Language', 'icon': 'file-word', 'unit': 'pt' },\n 'mhtml': { 'format': 'HyperText Markup Language', 'icon': 'file-word', 'unit': 'pt' },\n 'xml': { 'format': 'Extensible Markup Language', 'icon': 'file-word', 'unit': 'pt' },\n 'xps': { 'format': 'XML Paper Specification', 'icon': 'file-word', 'unit': 'pt' },\n 'dxf': { 'format': 'AutoCAD Drawing File Format', 'icon': 'file-image', 'unit': 'px' },\n 'dwg': { 'format': 'AutoCAD Drawing File Format', 'icon': 'file-image', 'unit': 'px' },\n 'bmp': { 'format': 'Bitmap Picture', 'icon': 'file-image', 'unit': 'px' },\n 'gif': { 'format': 'Graphics Interchange Format', 'icon': 'file-image', 'unit': 'px' },\n 'jpg': { 'format': 'Joint Photographic Experts Group', 'icon': 'file-image', 'unit': 'px' },\n 'jpe': { 'format': 'Joint Photographic Experts Group', 'icon': 'file-image', 'unit': 'px' },\n 'jpeg': { 'format': 'Joint Photographic Experts Group', 'icon': 'file-image', 'unit': 'px' },\n 'jfif': { 'format': 'Joint Photographic Experts Group', 'icon': 'file-image', 'unit': 'px' },\n 'png': { 'format': 'Portable Network Graphics', 'icon': 'file-image', 'unit': 'px' },\n 'tiff': { 'format': 'Tagged Image File Format', 'icon': 'file-image', 'unit': 'px' },\n 'tif': { 'format': 'Tagged Image File Format', 'icon': 'file-image', 'unit': 'px' },\n 'psd': { 'format': 'Tagged Image File Format', 'icon': 'file-image', 'unit': 'px' },\n 'svg': { 'format': 'Tagged Image File Format', 'icon': 'file-image', 'unit': 'px' },\n 'jp2': { 'format': 'Tagged Image File Format', 'icon': 'file-image', 'unit': 'px' },\n 'epub': { 'format': 'Electronic Publication', 'icon': 'file-pdf', 'unit': 'pt' },\n 'ico': { 'format': 'Windows Icon', 'icon': 'file-image', 'unit': 'px' },\n 'webp': { 'format': 'Compressed Image', 'icon': 'file-image', 'unit': 'px' },\n 'mobi': { 'format': 'Mobipocket eBook', 'icon': 'file-pdf', 'unit': 'pt' },\n 'tex': { 'format': 'LaTeX Source Document', 'icon': 'file-pdf', 'unit': 'pt' },\n 'djvu': { 'format': 'Multi-Layer Raster Image', 'icon': 'file-alt', 'unit': 'pt' },\n 'unknown': { 'format': 'This format is not supported', 'icon': 'file' },\n};\nif (false) {\n /** @type {?} */\n FileUtil.map;\n}\nclass FileService {\n constructor() {\n }\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass UploadFilesService {\n constructor() {\n this._uploadsChange = new Observable((/**\n * @param {?} observer\n * @return {?}\n */\n observer => this._observer = observer));\n }\n /**\n * @return {?}\n */\n get uploadsChange() {\n return this._uploadsChange;\n }\n /**\n * @param {?} filesList\n * @return {?}\n */\n changeFilesList(filesList) {\n this._observer.next(filesList);\n }\n}\nif (false) {\n /**\n * @type {?}\n * @private\n */\n UploadFilesService.prototype._uploadsChange;\n /**\n * @type {?}\n * @private\n */\n UploadFilesService.prototype._observer;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n/** @type {?} */\nconst $ = jquery;\n/** @type {?} */\nconst upload_disc = 'Disc';\n/** @type {?} */\nconst upload_url = 'URL';\n/** @type {?} */\nconst uploads_choices = [{ name: upload_disc, icon: 'hdd' }, { name: upload_url, icon: 'link' }];\nclass BrowseFilesModalComponent {\n /**\n * @param {?} _uploadService\n */\n constructor(_uploadService) {\n this._uploadService = _uploadService;\n this.uploads = uploads_choices;\n this.selectedFileGuid = new EventEmitter();\n this.selectedDirectory = new EventEmitter();\n this.urlForUpload = new EventEmitter();\n this.closing = new EventEmitter();\n this.showUploadUrl = false;\n this.showUploadFile = false;\n }\n /**\n * @return {?}\n */\n ngOnInit() {\n }\n /**\n * @param {?} size\n * @return {?}\n */\n getSize(size) {\n /** @type {?} */\n const mb = size / 1024 / 1024;\n if (mb > 1) {\n return (Math.round(mb * 100) / 100) + ' MB';\n }\n else {\n /** @type {?} */\n const kb = size / 1024;\n if (kb > 1) {\n return (Math.round(kb * 100) / 100) + ' KB';\n }\n }\n return size + ' Bytes';\n }\n /**\n * @param {?} file\n * @return {?}\n */\n getFormatName(file) {\n return FileUtil.find(file.name, file.directory).format;\n }\n /**\n * @param {?} file\n * @return {?}\n */\n getFormatIcon(file) {\n return FileUtil.find(file.name, file.directory).icon;\n }\n /**\n * @param {?} file\n * @return {?}\n */\n choose(file) {\n this.selectedFile = file;\n if (file.directory || file.isDirectory) {\n this.selectedDirectory.emit(file.name);\n }\n else {\n this.selectedFileGuid.emit(file.guid);\n }\n }\n /**\n * @return {?}\n */\n goUp() {\n if (this.selectedFile) {\n /** @type {?} */\n let guid = this.selectedFile.guid;\n if (guid.length > 0 && guid.indexOf('/') === -1) {\n guid = '';\n }\n else {\n guid = guid.replace(/\\/[^\\/]+\\/?$/, '');\n }\n this.selectedDirectory.emit(guid);\n }\n }\n /**\n * @param {?} $event\n * @return {?}\n */\n selectUpload($event) {\n if (upload_url === $event) {\n this.showUploadUrl = true;\n }\n else {\n this.showUploadUrl = false;\n $(\"#gd-upload-input\").trigger('click');\n }\n }\n /**\n * @param {?} $event\n * @return {?}\n */\n refresh($event) {\n if ($event) {\n this.files = null;\n this.selectedDirectory.emit('');\n this.showUploadUrl = false;\n this.selectedFile = null;\n }\n else {\n this.closing.emit(true);\n }\n }\n /**\n * @return {?}\n */\n showSpinner() {\n return !this.files;\n }\n /**\n * @param {?} url\n * @return {?}\n */\n uploadUrl(url) {\n if (url) {\n this.urlForUpload.emit(url);\n this.cleanUpload();\n }\n }\n /**\n * @param {?} files\n * @return {?}\n */\n handleFileInput(files) {\n this._uploadService.changeFilesList(files);\n }\n /**\n * @return {?}\n */\n cleanUpload() {\n this.showUploadFile = false;\n this.showUploadUrl = false;\n }\n}\nBrowseFilesModalComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-browse-files-modal',\n template: \"\\n
    \\n
    \\n \\n Drop file here to upload\\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n \\n \\n \\n Upload file\\n \\n \\n \\n \\n \\n
    {{item.name}}
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n
    \\n \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    FILE
    \\n
    SIZE
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n
    \\n
    ..
    \\n
    \\n
    \\n
    \\n \\n
    \\n
    {{file?.name}}
    \\n
    {{getFormatName(file)}}
    \\n
    \\n
    \\n
    \\n {{getSize(file?.size)}}\\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n  Loading... Please wait.\\n
    \\n
    \\n
    \\n\",\n styles: [\".gd-modal-table{width:100%;text-align:left}#gd-browse-section{width:1036px;height:561px;overflow-y:auto}.list-files-header{height:60px;color:#6e6e6e;font-size:13px;font-weight:700;background-color:#f4f4f4;margin-top:24px}.list-files-header.upload-url{margin-top:20px}.header-name{padding-left:24px;width:90%;line-height:60px}.header-size{padding-right:27px;line-height:60px}.file-size,.header-size{width:10%;color:#777;text-align:right}.file-description{display:-webkit-box;display:flex;width:90%;padding:18px 0 18px 24px;font-size:14px;-webkit-box-flex:1;flex:1;cursor:pointer;overflow:hidden}.file-size{font-size:12px;padding:0 27px 0 0;width:10%;line-height:79px}.list-files-header,.list-files-lines{display:-webkit-box;display:flex;width:100%;-webkit-box-pack:justify;justify-content:space-between}.gd-modal-spinner{background-color:#fff;width:100%;height:20px;text-align:center;font-size:16px}.gd-cancel-button{padding:7px;background:0 0;width:28px;overflow:hidden}.gd-cancel-button i{font-size:21px}.gd-file-name{white-space:nowrap;overflow:hidden;width:100%;text-overflow:ellipsis}.go-up{display:-webkit-box;display:flex;font-size:26px;cursor:pointer;color:#4b566c;height:79px}.go-up-dots{margin-left:20px;margin-top:22px;font-size:16px}.go-up-icon{display:block;padding:18px 0 18px 24px}.upload-panel{display:-webkit-box;display:flex;position:relative;width:100%}.upload-panel .context{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:100%;margin-left:24px;margin-top:24px;margin-right:24px}.upload-panel .context .context-actions{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;width:100%}.upload-panel .context .context-actions :last-child{margin-right:0}.upload-panel .context .context-actions ::ng-deep .button{height:37px;width:96px;padding:0;-webkit-box-pack:center;justify-content:center}.upload-panel .context .context-actions ::ng-deep .button ::ng-deep .text{font-size:10px}.upload-panel .context .context-panel{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;width:100%;margin-top:20px}.upload-panel .context .context-panel .upload-url{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;width:100%}.upload-panel .context .context-panel .upload-url .url-input{width:100%;height:27px;border:1px solid #25c2d4;font-size:14px;padding-left:6px}.upload-panel .context .context-panel .upload-url .url-check{width:31px;height:31px;color:#fff;font-size:15px;background-color:#25c2d4}.upload-panel .context .context-panel .upload-url .url-check .ng-fa-icon{display:block;padding:8px}.upload-panel gd-drop-down{margin-right:10px}.file-description .ng-fa-icon.fa-file-pdf{color:#e04e4e}.file-description .ng-fa-icon.fa-file-word{color:#539cf0}.file-description .ng-fa-icon.fa-file-powerpoint{color:#e29e1e}.file-description .ng-fa-icon.fa-file-excel{color:#7cbc46}.file-description .ng-fa-icon.fa-file-image{color:#c375ed}.file-description .ng-fa-icon.fa-file,.file-description .ng-fa-icon.fa-file-alt,.file-description .ng-fa-icon.fa-file-text .fa-folder{color:#4b566c}.file-description .ng-fa-icon{font-size:32px}.file-name{font-size:16px;color:#6e6e6e;overflow:hidden;text-overflow:ellipsis}.file-name-format{padding-left:11px;overflow:hidden}.file-format{font-size:10px;padding-top:3px;color:#acacac}.go-up,.list-files-lines{border-bottom:1px solid #e7e7e7}.list-files-lines:hover{background-color:#e5e5e5}.gd-dnd-wrap{background-color:#fff;cursor:default;position:absolute;width:100%;height:calc(100% - 60px);background:rgba(255,255,255,.7);z-index:1;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.dnd-wrapper{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;top:259px;position:absolute}.dnd-wrapper .text{color:#6e6e6e;font-size:14px}.dnd-wrapper .icon{display:-webkit-box;display:flex;width:113px;height:90px;font-size:90px;color:#3e4e5a;margin-bottom:30px}@media (max-width:1037px){.file-size,.header-size{width:18%}.gd-dnd-wrap{width:95%}#gd-browse-section{width:100%;height:calc(100% - 146px)}}\"]\n }] }\n];\n/** @nocollapse */\nBrowseFilesModalComponent.ctorParameters = () => [\n { type: UploadFilesService }\n];\nBrowseFilesModalComponent.propDecorators = {\n files: [{ type: Input }],\n uploadConfig: [{ type: Input }],\n selectedFileGuid: [{ type: Output }],\n selectedDirectory: [{ type: Output }],\n urlForUpload: [{ type: Output }],\n closing: [{ type: Output }]\n};\nif (false) {\n /** @type {?} */\n BrowseFilesModalComponent.prototype.uploads;\n /** @type {?} */\n BrowseFilesModalComponent.prototype.files;\n /** @type {?} */\n BrowseFilesModalComponent.prototype.uploadConfig;\n /** @type {?} */\n BrowseFilesModalComponent.prototype.selectedFileGuid;\n /** @type {?} */\n BrowseFilesModalComponent.prototype.selectedDirectory;\n /** @type {?} */\n BrowseFilesModalComponent.prototype.urlForUpload;\n /** @type {?} */\n BrowseFilesModalComponent.prototype.closing;\n /**\n * @type {?}\n * @private\n */\n BrowseFilesModalComponent.prototype.selectedFile;\n /** @type {?} */\n BrowseFilesModalComponent.prototype.showUploadUrl;\n /** @type {?} */\n BrowseFilesModalComponent.prototype.showUploadFile;\n /**\n * @type {?}\n * @private\n */\n BrowseFilesModalComponent.prototype._uploadService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass ZoomService {\n constructor() {\n this._observer = new Subject();\n this._zoomChange = this._observer.asObservable();\n }\n /**\n * @return {?}\n */\n get zoom() {\n return this._zoom;\n }\n /**\n * @return {?}\n */\n get zoomChange() {\n return this._zoomChange;\n }\n /**\n * @param {?} zoom\n * @return {?}\n */\n changeZoom(zoom) {\n this._zoom = zoom;\n this._observer.next(zoom);\n }\n /**\n * @private\n * @param {?} val\n * @param {?} name\n * @param {?=} sep\n * @return {?}\n */\n createZoomOption(val, name, sep = false) {\n return { value: val, name: name, separator: sep };\n }\n /**\n * @param {?} width\n * @param {?} height\n * @return {?}\n */\n zoomOptions(width, height) {\n return [this.createZoomOption(25, '25%'),\n this.createZoomOption(50, '50%'),\n this.createZoomOption(100, '100%'),\n this.createZoomOption(150, '150%'),\n this.createZoomOption(200, '200%'),\n this.createZoomOption(300, '300%'),\n this.createZoomOption(0, '', true),\n this.createZoomOption(width, 'Fit Width'),\n this.createZoomOption(height, 'Fit Height')];\n }\n}\nif (false) {\n /**\n * @type {?}\n * @private\n */\n ZoomService.prototype._observer;\n /**\n * @type {?}\n * @private\n */\n ZoomService.prototype._zoomChange;\n /**\n * @type {?}\n * @private\n */\n ZoomService.prototype._zoom;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n/** @type {?} */\nconst $$1 = jquery;\nclass DocumentComponent {\n /**\n * @param {?} _elementRef\n * @param {?} _zoomService\n * @param {?} _windowService\n */\n constructor(_elementRef, _zoomService, _windowService) {\n this._elementRef = _elementRef;\n this._zoomService = _zoomService;\n this._windowService = _windowService;\n this.wait = false;\n this.docWidth = null;\n this.docHeight = null;\n this.viewportWidth = null;\n this.viewportHeight = null;\n this.scale = null;\n this.lastScale = null;\n this.container = null;\n this.doc = null;\n this.x = 0;\n this.lastX = 0;\n this.y = 0;\n this.lastY = 0;\n this.pinchCenter = null;\n this.pinchCenterOffset = null;\n this.curWidth = 0;\n this.curHeight = 0;\n _zoomService.zoomChange.subscribe((/**\n * @param {?} val\n * @return {?}\n */\n (val) => {\n this.zoom = val;\n }));\n this.isDesktop = _windowService.isDesktop();\n }\n /**\n * @return {?}\n */\n ngOnInit() {\n }\n /**\n * @return {?}\n */\n ngOnChanges() {\n /** @type {?} */\n const panzoom = this._elementRef.nativeElement.children.item(0).children.item(0);\n ((/** @type {?} */ (panzoom))).style.transform = '';\n // TODO: this intersects with zooming by zoom directive, but still needed\n // for flush previous settings before opening another file\n //this._zoomService.changeZoom(100);\n //this.scale = 1;\n }\n /**\n * @return {?}\n */\n ngAfterViewInit() {\n // For current iteration we take .panzoom as a document\n this.doc = this._elementRef.nativeElement.children.item(0).children.item(0);\n // For current iteration we take .gd-document as a container\n this.container = this._elementRef.nativeElement;\n this.docWidth = this.doc.clientWidth;\n this.docHeight = this.doc.clientHeight;\n this.viewportWidth = this.doc.offsetWidth;\n // For cases where we already have zoom defined we should include it\n this.scale = (this.viewportWidth / this.docWidth) * this._zoomService.zoom / 100;\n this.lastScale = this.scale;\n this.viewportHeight = this.container.offsetHeight;\n this.curWidth = this.docWidth * this.scale;\n this.curHeight = this.docHeight * this.scale;\n /** @type {?} */\n const hammer = new Hammer(this.container);\n }\n // TODO: this temporary crutch for Excel files should be documented\n /**\n * @return {?}\n */\n ifExcel() {\n return FileUtil.find(this.file.guid, false).format === \"Microsoft Excel\";\n }\n /**\n * @param {?} value\n * @return {?}\n */\n getDimensionWithUnit(value) {\n return value + (this.mode ? FileUtil.find(this.file.guid, false).unit : 'px');\n }\n /**\n * @return {?}\n */\n ifEdge() {\n return navigator.userAgent.toLowerCase().indexOf('edge') > -1;\n }\n /**\n * @return {?}\n */\n ngAfterViewChecked() {\n /** @type {?} */\n const elementNodeListOf = this._elementRef.nativeElement.querySelectorAll('.gd-wrapper');\n /** @type {?} */\n const element = elementNodeListOf.item(0);\n if (element) {\n $$1(element).trigger('focus');\n }\n }\n /**\n * @param {?} el\n * @return {?}\n */\n absolutePosition(el) {\n /** @type {?} */\n let x = 0;\n /** @type {?} */\n let y = 0;\n while (el !== null) {\n x += el.offsetLeft;\n y += el.offsetTop;\n el = el.offsetParent;\n }\n return { x: x, y: y };\n }\n ;\n /**\n * @param {?} pos\n * @param {?} viewportDim\n * @param {?} docDim\n * @return {?}\n */\n restrictRawPos(pos, viewportDim, docDim) {\n if (pos < viewportDim / this.scale - docDim) { // too far left/up?\n pos = viewportDim / this.scale - docDim;\n }\n else if (pos > 0) { // too far right/down?\n pos = 0;\n }\n return pos;\n }\n ;\n /**\n * @return {?}\n */\n updateLastPos() {\n this.lastX = this.x;\n this.lastY = this.y;\n }\n ;\n /**\n * @param {?} deltaX\n * @param {?} deltaY\n * @return {?}\n */\n translate(deltaX, deltaY) {\n // We restrict to the min of the viewport width/height or current width/height as the\n // current width/height may be smaller than the viewport width/height\n /** @type {?} */\n const newX = this.restrictRawPos(this.lastX + deltaX / this.scale, Math.min(this.viewportWidth, this.curWidth), this.docWidth);\n this.x = newX;\n // TODO: value here and in the similar line below changes to positive to take any effect\n this.container.scrollLeft = -Math.ceil(newX * this.scale);\n /** @type {?} */\n const newY = this.restrictRawPos(this.lastY + deltaY / this.scale, Math.min(this.viewportHeight, this.curHeight), this.docHeight);\n this.y = newY;\n this.container.scrollTop = -Math.ceil(newY * this.scale);\n this.doc.style.transform = 'scale(' + this.scale + ')';\n }\n ;\n /**\n * @param {?} scaleBy\n * @return {?}\n */\n startZoom(scaleBy) {\n this.scale = this.lastScale * scaleBy;\n this.curWidth = this.docWidth * this.scale;\n this.curHeight = this.docHeight * this.scale;\n // Adjust margins to make sure that we aren't out of bounds\n this.translate(0, 0);\n }\n ;\n /**\n * @param {?} $event\n * @return {?}\n */\n rawCenter($event) {\n /** @type {?} */\n const pos = this.absolutePosition(this.container);\n // We need to account for the scroll position\n /** @type {?} */\n const scrollLeft = window.pageXOffset ? window.pageXOffset : document.body.scrollLeft;\n /** @type {?} */\n const scrollTop = window.pageYOffset ? window.pageYOffset : document.body.scrollTop;\n /** @type {?} */\n const zoomX = -this.x + ($event.center.x - pos.x + scrollLeft) / this.scale;\n /** @type {?} */\n const zoomY = -this.y + ($event.center.y - pos.y + scrollTop) / this.scale;\n return { x: zoomX, y: zoomY };\n }\n ;\n /**\n * @return {?}\n */\n updateLastScale() {\n this.lastScale = this.scale;\n }\n ;\n /**\n * @param {?} scaleBy\n * @param {?} rawZoomX\n * @param {?} rawZoomY\n * @param {?} doNotUpdateLast\n * @return {?}\n */\n zoomAround(scaleBy, rawZoomX, rawZoomY, doNotUpdateLast) {\n // Zoom\n this.startZoom(scaleBy);\n // New raw center of viewport\n /** @type {?} */\n const rawCenterX = -this.x + Math.min(this.viewportWidth, this.curWidth) / 2 / this.scale;\n /** @type {?} */\n const rawCenterY = -this.y + Math.min(this.viewportHeight, this.curHeight) / 2 / this.scale;\n // Delta\n /** @type {?} */\n const deltaX = (rawCenterX - rawZoomX) * this.scale;\n /** @type {?} */\n const deltaY = (rawCenterY - rawZoomY) * this.scale;\n // Translate back to zoom center\n this.translate(deltaX, deltaY);\n if (!doNotUpdateLast) {\n this.updateLastScale();\n this.updateLastPos();\n }\n }\n ;\n /**\n * @param {?} $event\n * @return {?}\n */\n onPinch($event) {\n if (this.pinchCenter === null) {\n this.pinchCenter = this.rawCenter($event);\n /** @type {?} */\n const offsetX = this.pinchCenter.x * this.scale - (-this.x * this.scale + Math.min(this.viewportWidth, this.curWidth) / 2);\n /** @type {?} */\n const offsetY = this.pinchCenter.y * this.scale - (-this.y * this.scale + Math.min(this.viewportHeight, this.curHeight) / 2);\n this.pinchCenterOffset = { x: offsetX, y: offsetY };\n }\n /** @type {?} */\n const newScale = this.scale * $event.scale;\n /** @type {?} */\n const zoomX = this.pinchCenter.x * newScale - this.pinchCenterOffset.x;\n /** @type {?} */\n const zoomY = this.pinchCenter.y * newScale - this.pinchCenterOffset.y;\n /** @type {?} */\n const zoomCenter = { x: zoomX / newScale, y: zoomY / newScale };\n this.zoomAround($event.scale, zoomCenter.x, zoomCenter.y, true);\n }\n /**\n * @param {?} $event\n * @return {?}\n */\n onPinchEnd($event) {\n this.updateLastScale();\n this.updateLastPos();\n this.pinchCenter = null;\n }\n /**\n * @param {?} $event\n * @return {?}\n */\n onPan($event) {\n // TODO: looks like native pan works better\n // if (!this.isDesktop) {\n // this.translate($event.deltaX, $event.deltaY);\n // }\n }\n /**\n * @param {?} $event\n * @return {?}\n */\n onPanEnd($event) {\n // if (!this.isDesktop) {\n // this.updateLastPos();\n // }\n }\n /**\n * @param {?} $event\n * @return {?}\n */\n onDoubleTap($event) {\n if (!this.isDesktop) {\n if ($event.tapCount === 2) {\n /** @type {?} */\n const c = this.rawCenter($event);\n this.zoomAround(2, c.x, c.y, false);\n }\n }\n }\n}\nDocumentComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-document',\n template: \"
    Please wait...
    \\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n \\n
    \\n\",\n styles: [\":host{-webkit-box-flex:1;flex:1;-webkit-transition:.4s;transition:.4s;background-color:#e7e7e7;height:100%;overflow:scroll}.page{display:inline-block;background-color:#fff;margin:20px;box-shadow:0 3px 6px rgba(0,0,0,.16);-webkit-transition:.3s;transition:.3s}.page.excel{overflow:auto}.wait{position:absolute;top:55px;left:Calc(30%)}.panzoom{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;-webkit-box-pack:center;justify-content:center;align-content:flex-start}@media (max-width:1037px){.page{min-width:unset!important;min-height:unset!important;margin:5px 0}}\"]\n }] }\n];\n/** @nocollapse */\nDocumentComponent.ctorParameters = () => [\n { type: ElementRef },\n { type: ZoomService },\n { type: WindowService }\n];\nDocumentComponent.propDecorators = {\n mode: [{ type: Input }],\n preloadPageCount: [{ type: Input }],\n file: [{ type: Input }]\n};\nif (false) {\n /** @type {?} */\n DocumentComponent.prototype.mode;\n /** @type {?} */\n DocumentComponent.prototype.preloadPageCount;\n /** @type {?} */\n DocumentComponent.prototype.file;\n /** @type {?} */\n DocumentComponent.prototype.wait;\n /** @type {?} */\n DocumentComponent.prototype.zoom;\n /** @type {?} */\n DocumentComponent.prototype.docWidth;\n /** @type {?} */\n DocumentComponent.prototype.docHeight;\n /** @type {?} */\n DocumentComponent.prototype.viewportWidth;\n /** @type {?} */\n DocumentComponent.prototype.viewportHeight;\n /** @type {?} */\n DocumentComponent.prototype.scale;\n /** @type {?} */\n DocumentComponent.prototype.lastScale;\n /** @type {?} */\n DocumentComponent.prototype.container;\n /** @type {?} */\n DocumentComponent.prototype.doc;\n /** @type {?} */\n DocumentComponent.prototype.x;\n /** @type {?} */\n DocumentComponent.prototype.lastX;\n /** @type {?} */\n DocumentComponent.prototype.y;\n /** @type {?} */\n DocumentComponent.prototype.lastY;\n /** @type {?} */\n DocumentComponent.prototype.pinchCenter;\n /** @type {?} */\n DocumentComponent.prototype.pinchCenterOffset;\n /** @type {?} */\n DocumentComponent.prototype.curWidth;\n /** @type {?} */\n DocumentComponent.prototype.curHeight;\n /** @type {?} */\n DocumentComponent.prototype.isDesktop;\n /**\n * @type {?}\n * @protected\n */\n DocumentComponent.prototype._elementRef;\n /**\n * @type {?}\n * @private\n */\n DocumentComponent.prototype._zoomService;\n /**\n * @type {?}\n * @private\n */\n DocumentComponent.prototype._windowService;\n /* Skipping unhandled member: ;*/\n /* Skipping unhandled member: ;*/\n /* Skipping unhandled member: ;*/\n /* Skipping unhandled member: ;*/\n /* Skipping unhandled member: ;*/\n /* Skipping unhandled member: ;*/\n /* Skipping unhandled member: ;*/\n /* Skipping unhandled member: ;*/\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass PageComponent {\n constructor() {\n }\n /**\n * @return {?}\n */\n ngOnInit() {\n /** @type {?} */\n const isIE = /*@cc_on!@*/ false || !!/(MSIE|Trident\\/|Edge\\/)/i.test(navigator.userAgent);\n if (isIE && this.number === 0) {\n this.editable = false;\n }\n }\n /**\n * @param {?} changes\n * @return {?}\n */\n ngOnChanges(changes) {\n // TODO: this is temporary needed to remove unneeded spaces and BOM symbol \n // which leads to undesired spaces on the top of the docs pages\n this.data = this.data !== null ? this.data.replace(/>\\s+<').replace(/\\uFEFF/g, \"\") : null;\n /** @type {?} */\n const dataImagePngBase64 = 'data:image/png;base64,';\n this.imgData = dataImagePngBase64;\n if (!this.isHtml) {\n this.imgData += this.data;\n }\n }\n}\nPageComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-page',\n template: \"
    \\n
    \\n \\\"\\\"\\n\\n
    \\n \\n  Loading... Please wait.\\n
    \\n
    \\n\",\n styles: [\".gd-page-spinner{margin-top:150px;text-align:center}.gd-wrapper{width:inherit;height:inherit}.gd-wrapper div{width:100%}/deep/ .gd-highlight{background-color:#ff0}/deep/ .gd-highlight-select{background-color:#ff9b00}\"]\n }] }\n];\n/** @nocollapse */\nPageComponent.ctorParameters = () => [];\nPageComponent.propDecorators = {\n angle: [{ type: Input }],\n width: [{ type: Input }],\n height: [{ type: Input }],\n number: [{ type: Input }],\n data: [{ type: Input }],\n isHtml: [{ type: Input }],\n editable: [{ type: Input }]\n};\nif (false) {\n /** @type {?} */\n PageComponent.prototype.angle;\n /** @type {?} */\n PageComponent.prototype.width;\n /** @type {?} */\n PageComponent.prototype.height;\n /** @type {?} */\n PageComponent.prototype.number;\n /** @type {?} */\n PageComponent.prototype.data;\n /** @type {?} */\n PageComponent.prototype.isHtml;\n /** @type {?} */\n PageComponent.prototype.editable;\n /** @type {?} */\n PageComponent.prototype.imgData;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass SanitizeHtmlPipe {\n /**\n * @param {?} sanitizer\n */\n constructor(sanitizer) {\n this.sanitizer = sanitizer;\n }\n /**\n * @param {?} html\n * @return {?}\n */\n transform(html) {\n return this.sanitizer.bypassSecurityTrustHtml(html);\n }\n}\nSanitizeHtmlPipe.decorators = [\n { type: Pipe, args: [{ name: 'safeHtml' },] }\n];\n/** @nocollapse */\nSanitizeHtmlPipe.ctorParameters = () => [\n { type: DomSanitizer }\n];\nif (false) {\n /**\n * @type {?}\n * @private\n */\n SanitizeHtmlPipe.prototype.sanitizer;\n}\nclass SanitizeResourceHtmlPipe {\n /**\n * @param {?} sanitizer\n */\n constructor(sanitizer) {\n this.sanitizer = sanitizer;\n }\n /**\n * @param {?} html\n * @return {?}\n */\n transform(html) {\n return this.sanitizer.bypassSecurityTrustResourceUrl(html);\n }\n}\nSanitizeResourceHtmlPipe.decorators = [\n { type: Pipe, args: [{ name: 'safeResourceHtml' },] }\n];\n/** @nocollapse */\nSanitizeResourceHtmlPipe.ctorParameters = () => [\n { type: DomSanitizer }\n];\nif (false) {\n /**\n * @type {?}\n * @private\n */\n SanitizeResourceHtmlPipe.prototype.sanitizer;\n}\nclass SanitizeStylePipe {\n /**\n * @param {?} sanitizer\n */\n constructor(sanitizer) {\n this.sanitizer = sanitizer;\n }\n /**\n * @param {?} html\n * @return {?}\n */\n transform(html) {\n return this.sanitizer.bypassSecurityTrustStyle(html);\n }\n}\nSanitizeStylePipe.decorators = [\n { type: Pipe, args: [{ name: 'safeStyle' },] }\n];\n/** @nocollapse */\nSanitizeStylePipe.ctorParameters = () => [\n { type: DomSanitizer }\n];\nif (false) {\n /**\n * @type {?}\n * @private\n */\n SanitizeStylePipe.prototype.sanitizer;\n}\nclass HighlightSearchPipe {\n /**\n * @param {?} value\n * @param {?} args\n * @return {?}\n */\n transform(value, args) {\n if (!args) {\n return value;\n }\n /** @type {?} */\n const re = new RegExp(args, 'gi');\n return value.replace(re, \"$&\");\n }\n}\nHighlightSearchPipe.decorators = [\n { type: Pipe, args: [{ name: 'highlight' },] }\n];\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass UploadFileZoneComponent {\n /**\n * @param {?} _uploadService\n */\n constructor(_uploadService) {\n this._uploadService = _uploadService;\n this.closeUpload = new EventEmitter();\n }\n /**\n * @return {?}\n */\n ngOnInit() {\n }\n /**\n * @param {?} files\n * @return {?}\n */\n handleFileInput(files) {\n this._uploadService.changeFilesList(files);\n this.onCloseUpload();\n }\n /**\n * @return {?}\n */\n onCloseUpload() {\n this.closeUpload.emit(true);\n }\n /**\n * @param {?} $event\n * @return {?}\n */\n close($event) {\n if ($event.target.id === 'gd-dropZone') {\n this.onCloseUpload();\n }\n }\n}\nUploadFileZoneComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-upload-file-zone',\n template: \"
    \\n
    \\n \\n
    \\n

    Drag & Drop your files here

    \\n

    OR

    \\n
    \\n \\n
    \\n
    \\n\",\n styles: [\".gd-drag-n-drop-wrap{border:2px dashed #ccc;background-color:#f8f8f8;text-align:center;cursor:default;position:absolute;width:-webkit-fill-available;left:1px;display:-webkit-box;display:flex;align-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;opacity:.9;z-index:1}.gd-drag-n-drop-wrap h2{color:#959da5;margin:5px 0;font-size:15px;font-weight:300}.gd-drag-n-drop-wrap h4{color:#cacaca;font-weight:300;font-size:12px;margin:10px 0 15px}.gd-drag-n-drop-icon .fa-cloud-download-alt{color:#d1d1d1;font-size:110px}.gd-drag-n-drop-buttons i{margin-right:5px}.gd-drag-n-drop-buttons .btn{width:134px;height:35px;margin:0 10px;font-size:12px;font-weight:400}.gd-drag-n-drop-wrap.hover{background:#ddd;border-color:#aaa}\"]\n }] }\n];\n/** @nocollapse */\nUploadFileZoneComponent.ctorParameters = () => [\n { type: UploadFilesService }\n];\nUploadFileZoneComponent.propDecorators = {\n closeUpload: [{ type: Output }]\n};\nif (false) {\n /** @type {?} */\n UploadFileZoneComponent.prototype.closeUpload;\n /**\n * @type {?}\n * @private\n */\n UploadFileZoneComponent.prototype._uploadService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass DndDirective {\n /**\n * @param {?} _uploadFilesService\n */\n constructor(_uploadFilesService) {\n this._uploadFilesService = _uploadFilesService;\n this.closing = new EventEmitter();\n this.opening = new EventEmitter();\n this.dropped = new EventEmitter();\n this.active = false;\n this.dragCounter = 0;\n }\n /**\n * @param {?} evt\n * @return {?}\n */\n onDragEnter(evt) {\n evt.preventDefault();\n evt.stopPropagation();\n this.dragCounter++;\n this.active = true;\n this.opening.emit(true);\n }\n /**\n * @param {?} evt\n * @return {?}\n */\n onDragOver(evt) {\n evt.preventDefault();\n evt.stopPropagation();\n return false;\n }\n /**\n * @param {?} evt\n * @return {?}\n */\n onDragLeave(evt) {\n evt.preventDefault();\n evt.stopPropagation();\n this.dragCounter--;\n if (this.dragCounter === 0) {\n this.active = false;\n this.closeArea();\n }\n }\n /**\n * @param {?} evt\n * @return {?}\n */\n onDrop(evt) {\n evt.preventDefault();\n evt.stopPropagation();\n /** @type {?} */\n const files = evt.dataTransfer.files;\n if (files.length > 0) {\n this.active = false;\n this.dropped.emit(true);\n this._uploadFilesService.changeFilesList(files);\n this.closeArea();\n }\n }\n /**\n * @param {?} event\n * @return {?}\n */\n onClick(event) {\n this.closeArea();\n }\n /**\n * @private\n * @return {?}\n */\n closeArea() {\n this.closing.emit(true);\n this.opening.emit(false);\n }\n}\nDndDirective.decorators = [\n { type: Directive, args: [{\n selector: '[gdDnd]'\n },] }\n];\n/** @nocollapse */\nDndDirective.ctorParameters = () => [\n { type: UploadFilesService }\n];\nDndDirective.propDecorators = {\n closing: [{ type: Output }],\n opening: [{ type: Output }],\n dropped: [{ type: Output }],\n active: [{ type: HostBinding, args: ['class.active',] }],\n onDragEnter: [{ type: HostListener, args: ['dragenter', ['$event'],] }],\n onDragOver: [{ type: HostListener, args: ['dragover', ['$event'],] }],\n onDragLeave: [{ type: HostListener, args: ['dragleave', ['$event'],] }],\n onDrop: [{ type: HostListener, args: ['drop', ['$event'],] }],\n onClick: [{ type: HostListener, args: ['click', ['$event'],] }]\n};\nif (false) {\n /** @type {?} */\n DndDirective.prototype.closing;\n /** @type {?} */\n DndDirective.prototype.opening;\n /** @type {?} */\n DndDirective.prototype.dropped;\n /** @type {?} */\n DndDirective.prototype.active;\n /**\n * @type {?}\n * @private\n */\n DndDirective.prototype.dragCounter;\n /**\n * @type {?}\n * @protected\n */\n DndDirective.prototype._uploadFilesService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass PagePreloadService {\n constructor() {\n this._checkPreload = new Observable((/**\n * @param {?} observer\n * @return {?}\n */\n observer => this._observer = observer));\n }\n /**\n * @return {?}\n */\n get checkPreload() {\n return this._checkPreload;\n }\n /**\n * @param {?} page\n * @return {?}\n */\n changeLastPageInView(page) {\n if (this._observer) {\n this._observer.next(page);\n }\n }\n}\nif (false) {\n /**\n * @type {?}\n * @private\n */\n PagePreloadService.prototype._checkPreload;\n /**\n * @type {?}\n * @private\n */\n PagePreloadService.prototype._observer;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass NavigateService {\n /**\n * @param {?} _pagePreloadService\n */\n constructor(_pagePreloadService) {\n this._pagePreloadService = _pagePreloadService;\n this._currentPage = 0;\n this._countPages = 0;\n this._navigate = new Observable((/**\n * @param {?} observer\n * @return {?}\n */\n observer => this._observer = observer));\n }\n /**\n * @return {?}\n */\n get navigate() {\n return this._navigate;\n }\n /**\n * @return {?}\n */\n get countPages() {\n return this._countPages;\n }\n /**\n * @param {?} value\n * @return {?}\n */\n set countPages(value) {\n this._countPages = value;\n }\n /**\n * @return {?}\n */\n get currentPage() {\n return this._currentPage;\n }\n /**\n * @param {?} value\n * @return {?}\n */\n set currentPage(value) {\n this._currentPage = value;\n }\n /**\n * @return {?}\n */\n nextPage() {\n if (this._currentPage < this._countPages) {\n this._currentPage++;\n this.navigateTo(this._currentPage);\n }\n }\n /**\n * @return {?}\n */\n prevPage() {\n if (this._currentPage > 1) {\n this._currentPage--;\n this.navigateTo(this._currentPage);\n }\n }\n /**\n * @return {?}\n */\n toLastPage() {\n this._currentPage = this._countPages;\n this.navigateTo(this._currentPage);\n }\n /**\n * @return {?}\n */\n toFirstPage() {\n this._currentPage = 1;\n this.navigateTo(this._currentPage);\n }\n /**\n * @param {?} page\n * @return {?}\n */\n navigateTo(page) {\n this.currentPage = page;\n this._pagePreloadService.changeLastPageInView(page);\n this._observer.next(page);\n }\n}\nNavigateService.decorators = [\n { type: Injectable, args: [{\n providedIn: 'root'\n },] }\n];\n/** @nocollapse */\nNavigateService.ctorParameters = () => [\n { type: PagePreloadService }\n];\n/** @nocollapse */ NavigateService.ngInjectableDef = ɵɵdefineInjectable({ factory: function NavigateService_Factory() { return new NavigateService(ɵɵinject(PagePreloadService)); }, token: NavigateService, providedIn: \"root\" });\nif (false) {\n /**\n * @type {?}\n * @private\n */\n NavigateService.prototype._currentPage;\n /**\n * @type {?}\n * @private\n */\n NavigateService.prototype._countPages;\n /**\n * @type {?}\n * @private\n */\n NavigateService.prototype._navigate;\n /**\n * @type {?}\n * @private\n */\n NavigateService.prototype._observer;\n /**\n * @type {?}\n * @private\n */\n NavigateService.prototype._pagePreloadService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n/** @type {?} */\nconst $$2 = jquery;\nclass ViewportService {\n constructor() {\n }\n /**\n * @param {?} el\n * @param {?=} zoom\n * @param {?=} leftOffset\n * @param {?=} deltaX\n * @return {?}\n */\n checkInViewport(el, zoom = 100, leftOffset = 0, deltaX = 0.5) {\n if (!el) {\n return false;\n }\n /** @type {?} */\n const x = deltaX;\n /** @type {?} */\n const y = 0.5;\n /** @type {?} */\n const win = $$2(window);\n /** @type {?} */\n const viewport = {\n top: win.scrollTop(),\n left: win.scrollLeft() + leftOffset,\n right: win.scrollLeft() + win.width() - 10,\n bottom: win.scrollTop() + win.height()\n };\n if (isNaN(zoom)) {\n zoom = 100;\n }\n /** @type {?} */\n const zoomN = zoom / 100;\n /** @type {?} */\n const height = $$2(el).outerHeight() * (zoomN);\n /** @type {?} */\n const width = $$2(el).outerWidth() * (zoomN);\n if (!width || !height) {\n return false;\n }\n /** @type {?} */\n const bounds = $$2(el).offset();\n /** @type {?} */\n const right = (bounds.left * (zoomN)) + width;\n /** @type {?} */\n const bottom = (bounds.top * (zoomN)) + height;\n /** @type {?} */\n const visible = (!(viewport.right < (bounds.left * (zoomN)) || viewport.left > right || viewport.bottom < (bounds.top * (zoomN)) || viewport.top > bottom));\n if (!visible) {\n return false;\n }\n /** @type {?} */\n const deltas = {\n top: parseFloat(Math.min(1, (bottom - viewport.top) / height).toFixed(2)),\n bottom: parseFloat(Math.min(1, (viewport.bottom - (bounds.top * (zoomN))) / height).toFixed(2)),\n left: parseFloat(Math.min(1, (right - viewport.left) / width).toFixed(2)),\n right: parseFloat(Math.min(1, (viewport.right - (bounds.left * (zoomN))) / width).toFixed(2))\n };\n return (deltas.left * deltas.right) >= x && (deltas.top * deltas.bottom) >= y;\n }\n}\nViewportService.decorators = [\n { type: Injectable, args: [{\n providedIn: 'root'\n },] }\n];\n/** @nocollapse */\nViewportService.ctorParameters = () => [];\n/** @nocollapse */ ViewportService.ngInjectableDef = ɵɵdefineInjectable({ factory: function ViewportService_Factory() { return new ViewportService(); }, token: ViewportService, providedIn: \"root\" });\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n/** @type {?} */\nconst $$3 = jquery;\nclass ScrollableDirective {\n /**\n * @param {?} _elementRef\n * @param {?} _navigateService\n * @param {?} _pagePreloadService\n * @param {?} _zoomService\n * @param {?} _windowService\n * @param {?} _viewportService\n */\n constructor(_elementRef, _navigateService, _pagePreloadService, _zoomService, _windowService, _viewportService) {\n this._elementRef = _elementRef;\n this._navigateService = _navigateService;\n this._pagePreloadService = _pagePreloadService;\n this._zoomService = _zoomService;\n this._windowService = _windowService;\n this._viewportService = _viewportService;\n this.zoom = 100;\n this.zoom = _zoomService.zoom ? _zoomService.zoom : this.zoom;\n _zoomService.zoomChange.subscribe((/**\n * @param {?} val\n * @return {?}\n */\n (val) => {\n this.zoom = val ? val : this.zoom;\n this.refresh();\n }));\n }\n /**\n * @return {?}\n */\n ngAfterViewInit() {\n this.zoom = this._zoomService.zoom ? this._zoomService.zoom : this.zoom;\n this._navigateService.navigate.subscribe(((/**\n * @param {?} value\n * @return {?}\n */\n value => {\n this.currentPage = value;\n this.scrollToPage(value);\n })));\n this.refresh();\n }\n /**\n * @return {?}\n */\n scrolling() {\n this.refresh();\n }\n /**\n * @return {?}\n */\n resizing() {\n this.refresh();\n }\n /**\n * @param {?} pageNumber\n * @return {?}\n */\n scrollToPage(pageNumber) {\n /** @type {?} */\n const el = this._elementRef.nativeElement;\n /** @type {?} */\n const page = this.getPage(pageNumber);\n /** @type {?} */\n const prev = pageNumber > 0 ? this.getPage(pageNumber - 1) : null;\n /** @type {?} */\n const isSameTop = (prev && $$3(prev).offset().top === $$3(page).offset().top);\n if (this._viewportService.checkInViewport(page, this.zoom) && isSameTop) {\n return;\n }\n /** @type {?} */\n const pagesHeight = this.calculateOffset(pageNumber);\n /** @type {?} */\n const options = {\n left: 0,\n top: pagesHeight\n };\n if (el) {\n // using polyfill\n el.scroll(options);\n }\n }\n /**\n * @private\n * @return {?}\n */\n getChildren() {\n /** @type {?} */\n const el = this._elementRef ? this._elementRef.nativeElement : null;\n if (el) {\n // here and in the similar line below we getting the document pages\n return el.children.item(0).children.item(0).children;\n }\n }\n /**\n * @private\n * @param {?} pageNumber\n * @return {?}\n */\n getPage(pageNumber) {\n /** @type {?} */\n const el = this._elementRef ? this._elementRef.nativeElement : null;\n if (el) {\n return el.children.item(0).children.item(0).children.item(pageNumber - 1);\n }\n }\n /**\n * @private\n * @param {?} pageNumber\n * @return {?}\n */\n calculateOffset(pageNumber) {\n /** @type {?} */\n const count = this._windowService.isFirefox() ? 1 : this.countPagesOnWidth();\n /** @type {?} */\n const margin = this._windowService.isDesktop() ? 40 : 10;\n /** @type {?} */\n let pagesHeight = 0;\n for (let i = 1; i < pageNumber / count; i++) {\n /** @type {?} */\n const item = this.getPage(i);\n /** @type {?} */\n const clientHeight = item ? item.clientHeight : 0;\n pagesHeight += clientHeight > 0 ? clientHeight * this.getZoom() + margin : 0;\n }\n return pagesHeight;\n }\n /**\n * @private\n * @return {?}\n */\n countPagesOnWidth() {\n /** @type {?} */\n const pageEl = this.getPage(1);\n /** @type {?} */\n const offset = 150;\n /** @type {?} */\n const count = Math.floor((this.getWidth() - offset) / (pageEl.getBoundingClientRect().width * this.getZoom()));\n return count === 0 ? 1 : count;\n }\n /**\n * @return {?}\n */\n refresh() {\n /** @type {?} */\n let page;\n /** @type {?} */\n let currentPageSet = false;\n /** @type {?} */\n const pageElem = this.getPage(this.currentPage);\n /** @type {?} */\n const currentPageRect = this.currentPage && pageElem ? pageElem.getBoundingClientRect() : null;\n for (page = 1; page < this.getChildren().length + 1; page++) {\n /** @type {?} */\n const element = this.getPage(page);\n if (this._viewportService.checkInViewport(element, this.zoom)) {\n if (!currentPageSet) {\n if (!this.currentPage || !pageElem || (this.currentPage && currentPageRect && element.getBoundingClientRect().top !== currentPageRect.top)) {\n this.currentPage = page;\n this._navigateService.currentPage = page;\n }\n currentPageSet = true;\n }\n this._pagePreloadService.changeLastPageInView(page);\n }\n }\n }\n /**\n * @param {?} changes\n * @return {?}\n */\n ngOnChanges(changes) {\n this.refresh();\n }\n /**\n * @return {?}\n */\n ngOnInit() {\n this.zoom = this._zoomService.zoom ? this._zoomService.zoom : this.zoom;\n }\n /**\n * @private\n * @return {?}\n */\n getWidth() {\n return this._elementRef ? this._elementRef.nativeElement.offsetWidth : window.innerWidth;\n }\n /**\n * @private\n * @return {?}\n */\n getZoom() {\n return this.zoom / 100;\n }\n}\nScrollableDirective.decorators = [\n { type: Directive, args: [{\n selector: '[gdScrollable]'\n },] }\n];\n/** @nocollapse */\nScrollableDirective.ctorParameters = () => [\n { type: ElementRef },\n { type: NavigateService },\n { type: PagePreloadService },\n { type: ZoomService },\n { type: WindowService },\n { type: ViewportService }\n];\nScrollableDirective.propDecorators = {\n scrolling: [{ type: HostListener, args: ['scroll',] }],\n resizing: [{ type: HostListener, args: ['window:resize',] }]\n};\nif (false) {\n /**\n * @type {?}\n * @private\n */\n ScrollableDirective.prototype.currentPage;\n /**\n * @type {?}\n * @private\n */\n ScrollableDirective.prototype.zoom;\n /**\n * @type {?}\n * @private\n */\n ScrollableDirective.prototype._elementRef;\n /**\n * @type {?}\n * @private\n */\n ScrollableDirective.prototype._navigateService;\n /**\n * @type {?}\n * @private\n */\n ScrollableDirective.prototype._pagePreloadService;\n /**\n * @type {?}\n * @private\n */\n ScrollableDirective.prototype._zoomService;\n /**\n * @type {?}\n * @private\n */\n ScrollableDirective.prototype._windowService;\n /**\n * @type {?}\n * @private\n */\n ScrollableDirective.prototype._viewportService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass ZoomDirective {\n /**\n * @param {?} _zoomService\n * @param {?} _windowService\n * @param {?} el\n */\n constructor(_zoomService, _windowService, el) {\n this._zoomService = _zoomService;\n this._windowService = _windowService;\n this.zoomActive = true;\n this.el = el;\n }\n /**\n * @return {?}\n */\n ngOnDestroy() {\n }\n /**\n * @return {?}\n */\n ngOnChanges() {\n this.setStyles(this._zoomService.zoom);\n this.resizePages(this._zoomService.zoom);\n }\n /**\n * @return {?}\n */\n ngOnInit() {\n if (!this.zoomActive) {\n return;\n }\n this.setStyles(this._zoomService.zoom);\n this._zoomService.zoomChange.subscribe((/**\n * @param {?} zoom\n * @return {?}\n */\n (zoom) => {\n this.setStyles(zoom);\n this.resizePages(zoom);\n }));\n }\n /**\n * @private\n * @param {?} zoom\n * @return {?}\n */\n setStyles(zoom) {\n if (!this.zoomActive) {\n return;\n }\n /** @type {?} */\n const zoomInt = zoom === 100 ? 1 : zoom / 100;\n if (this._windowService.isEdge()) {\n this.zoomInt = zoomInt;\n }\n else {\n this.zoomInt = null;\n }\n if (!this._windowService.isEdge()) {\n this.transform = 'scale(' + zoomInt + ')';\n this.transformOrigin = 'top left';\n }\n else {\n this.transform = \"\";\n this.transformOrigin = \"\";\n }\n /** @type {?} */\n let maxWidth = 0;\n this.file.pages.forEach((/**\n * @param {?} page\n * @return {?}\n */\n page => {\n {\n if (page.width > maxWidth) {\n maxWidth = page.width;\n }\n }\n }));\n // Images and Excel-related files receiving dimensions in px from server\n this.minWidth = maxWidth + FileUtil.find(this.file.guid, false).unit;\n }\n /**\n * @private\n * @param {?} elm\n * @return {?}\n */\n getScrollWidth(elm) {\n return elm.offsetWidth - elm.clientWidth;\n }\n /**\n * @private\n * @param {?} zoom\n * @return {?}\n */\n resizePages(zoom) {\n /** @type {?} */\n const zoomInt = zoom === 100 ? 1 : zoom / 100;\n /** @type {?} */\n const viewPortWidth = this.el.nativeElement.parentElement.offsetWidth;\n /** @type {?} */\n const scrollWidth = this.getScrollWidth(this.el.nativeElement.parentElement);\n this.width = (viewPortWidth / zoomInt - scrollWidth / zoomInt) + 'px';\n }\n /**\n * @return {?}\n */\n ngAfterViewInit() {\n this.setStyles(this._zoomService.zoom);\n }\n}\nZoomDirective.decorators = [\n { type: Directive, args: [{\n selector: '[gdZoom]'\n },] }\n];\n/** @nocollapse */\nZoomDirective.ctorParameters = () => [\n { type: ZoomService },\n { type: WindowService },\n { type: ElementRef }\n];\nZoomDirective.propDecorators = {\n zoomActive: [{ type: Input }],\n file: [{ type: Input }],\n zoomInt: [{ type: HostBinding, args: ['style.zoom',] }],\n transform: [{ type: HostBinding, args: ['style.transform',] }],\n transformOrigin: [{ type: HostBinding, args: ['style.transform-origin',] }],\n width: [{ type: HostBinding, args: ['style.width',] }],\n minWidth: [{ type: HostBinding, args: ['style.min-width',] }]\n};\nif (false) {\n /** @type {?} */\n ZoomDirective.prototype.zoomActive;\n /** @type {?} */\n ZoomDirective.prototype.file;\n /** @type {?} */\n ZoomDirective.prototype.zoomInt;\n /** @type {?} */\n ZoomDirective.prototype.transform;\n /** @type {?} */\n ZoomDirective.prototype.transformOrigin;\n /** @type {?} */\n ZoomDirective.prototype.width;\n /** @type {?} */\n ZoomDirective.prototype.minWidth;\n /** @type {?} */\n ZoomDirective.prototype.el;\n /**\n * @type {?}\n * @private\n */\n ZoomDirective.prototype._zoomService;\n /**\n * @type {?}\n * @private\n */\n ZoomDirective.prototype._windowService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass OnCloseService {\n constructor() {\n this._observer = new Subject();\n this._onClose = this._observer.asObservable();\n }\n /**\n * @return {?}\n */\n get onClose() {\n return this._onClose;\n }\n /**\n * @param {?} close\n * @return {?}\n */\n close(close) {\n this._observer.next(close);\n }\n}\nOnCloseService.decorators = [\n { type: Injectable, args: [{\n providedIn: 'root'\n },] }\n];\n/** @nocollapse */\nOnCloseService.ctorParameters = () => [];\n/** @nocollapse */ OnCloseService.ngInjectableDef = ɵɵdefineInjectable({ factory: function OnCloseService_Factory() { return new OnCloseService(); }, token: OnCloseService, providedIn: \"root\" });\nif (false) {\n /**\n * @type {?}\n * @private\n */\n OnCloseService.prototype._observer;\n /**\n * @type {?}\n * @private\n */\n OnCloseService.prototype._onClose;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n/**\n * @record\n */\nfunction Option() { }\nif (false) {\n /** @type {?} */\n Option.prototype.name;\n /** @type {?} */\n Option.prototype.value;\n /** @type {?} */\n Option.prototype.separator;\n}\nclass SelectComponent {\n /**\n * @param {?} _onCloseService\n */\n constructor(_onCloseService) {\n this._onCloseService = _onCloseService;\n this.disabled = false;\n this.selected = new EventEmitter();\n this.isOpen = false;\n _onCloseService.onClose.subscribe((/**\n * @return {?}\n */\n () => {\n this.close();\n }));\n }\n /**\n * @return {?}\n */\n open() {\n if (!this.disabled) {\n this.isOpen = true;\n }\n }\n /**\n * @return {?}\n */\n close() {\n this.isOpen = false;\n }\n /**\n * @param {?} event\n * @return {?}\n */\n onClickOutside(event) {\n this.close();\n }\n /**\n * @param {?} $event\n * @return {?}\n */\n toggle($event) {\n // TODO: following lines were uncommented due to needness in signature app\n $event.preventDefault();\n $event.stopPropagation();\n if (!this.disabled) {\n this.isOpen = !this.isOpen;\n }\n }\n /**\n * @param {?} $event\n * @param {?} value\n * @return {?}\n */\n select($event, value) {\n $event.preventDefault();\n $event.stopPropagation();\n this.selected.emit(value);\n this.close();\n }\n}\nSelectComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-select',\n template: \"
    \\n
    \\n {{showSelected?.name}}\\n
    \\n \\n
    \\n
    \\n
    {{option.name}}
    \\n
    \\n
    \\n
    \\n
    \\n\",\n styles: [\".select{min-width:50px;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;color:#959da5}.selected-value{font-size:14px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:clip;max-width:70px}.selected-value.inactive{cursor:not-allowed;color:#ccc}.nav-caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent;cursor:pointer}.nav-caret.inactive{cursor:not-allowed;color:#ccc}.dropdown-menu{position:absolute;top:49px;z-index:1000;float:left;min-width:96px;list-style:none;font-size:13px;text-align:left;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.3);background-clip:padding-box}.dropdown-menu .option{display:block;padding:7px 0 7px 7px;clear:both;font-weight:400;line-height:1.42857143;white-space:nowrap;cursor:pointer;font-size:10px}.dropdown-menu .option:hover{background-color:#25c2d4;color:#fff!important}.dropdown-menu-separator{height:1px;overflow:hidden;background-color:#f4f4f4;padding:0!important}\"]\n }] }\n];\n/** @nocollapse */\nSelectComponent.ctorParameters = () => [\n { type: OnCloseService }\n];\nSelectComponent.propDecorators = {\n options: [{ type: Input }],\n disabled: [{ type: Input }],\n showSelected: [{ type: Input }],\n selected: [{ type: Output }],\n isOpen: [{ type: Input }]\n};\nif (false) {\n /** @type {?} */\n SelectComponent.prototype.options;\n /** @type {?} */\n SelectComponent.prototype.disabled;\n /** @type {?} */\n SelectComponent.prototype.showSelected;\n /** @type {?} */\n SelectComponent.prototype.selected;\n /** @type {?} */\n SelectComponent.prototype.isOpen;\n /**\n * @type {?}\n * @protected\n */\n SelectComponent.prototype._onCloseService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass DisabledCursorDirective {\n constructor() {\n }\n /**\n * @private\n * @return {?}\n */\n updateCursor() {\n this.cursor = this.dis ? true : false;\n }\n /**\n * @return {?}\n */\n ngOnInit() {\n this.updateCursor();\n }\n /**\n * @param {?} changes\n * @return {?}\n */\n ngOnChanges(changes) {\n this.updateCursor();\n }\n}\nDisabledCursorDirective.decorators = [\n { type: Directive, args: [{\n selector: '[gdDisabledCursor]'\n },] }\n];\n/** @nocollapse */\nDisabledCursorDirective.ctorParameters = () => [];\nDisabledCursorDirective.propDecorators = {\n dis: [{ type: Input }],\n cursor: [{ type: HostBinding, args: ['class.inactive',] }]\n};\nif (false) {\n /** @type {?} */\n DisabledCursorDirective.prototype.dis;\n /** @type {?} */\n DisabledCursorDirective.prototype.cursor;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass RotationDirective {\n constructor() {\n this.withMargin = true;\n }\n /**\n * @private\n * @return {?}\n */\n updateCursor() {\n if (typeof this.angle === \"string\") {\n this.angle = parseInt(this.angle, 10);\n }\n if (this.angle) {\n this.animation = 'none';\n this.transition = 'none';\n this.transform = 'rotate(' + this.angle + 'deg)';\n }\n else if (this.angle === 0 && this.animation) {\n this.animation = null;\n this.transition = null;\n this.transform = null;\n }\n if (this.withMargin) {\n if (this.angle === 90 || this.angle === 270 || this.angle === -90 || this.angle === -270) {\n if (this.isHtmlMode) {\n if (this.isLandscape()) {\n this.margin = '164px 254px';\n }\n else {\n this.margin = '-111px 254px';\n }\n }\n else {\n if (this.isLandscape()) {\n this.margin = '129px 100px -79px';\n }\n else {\n this.margin = '-72px 100px -79px';\n }\n }\n }\n else if (this.angle === -180 || this.angle === 180) {\n this.margin = '280px';\n }\n else {\n this.margin = null;\n }\n }\n }\n /**\n * @return {?}\n */\n isLandscape() {\n return this.width > this.height;\n }\n /**\n * @return {?}\n */\n ngOnInit() {\n this.updateCursor();\n }\n /**\n * @param {?} changes\n * @return {?}\n */\n ngOnChanges(changes) {\n this.updateCursor();\n }\n}\nRotationDirective.decorators = [\n { type: Directive, args: [{\n selector: '[gdRotation]'\n },] }\n];\n/** @nocollapse */\nRotationDirective.ctorParameters = () => [];\nRotationDirective.propDecorators = {\n angle: [{ type: Input }],\n isHtmlMode: [{ type: Input }],\n width: [{ type: Input }],\n height: [{ type: Input }],\n withMargin: [{ type: Input }],\n animation: [{ type: HostBinding, args: ['style.animation',] }],\n transition: [{ type: HostBinding, args: ['style.transition-property',] }],\n transform: [{ type: HostBinding, args: ['style.transform',] }],\n margin: [{ type: HostBinding, args: ['style.margin',] }]\n};\nif (false) {\n /** @type {?} */\n RotationDirective.prototype.angle;\n /** @type {?} */\n RotationDirective.prototype.isHtmlMode;\n /** @type {?} */\n RotationDirective.prototype.width;\n /** @type {?} */\n RotationDirective.prototype.height;\n /** @type {?} */\n RotationDirective.prototype.withMargin;\n /** @type {?} */\n RotationDirective.prototype.animation;\n /** @type {?} */\n RotationDirective.prototype.transition;\n /** @type {?} */\n RotationDirective.prototype.transform;\n /** @type {?} */\n RotationDirective.prototype.margin;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass InitStateComponent {\n constructor() {\n this.fileDropped = new EventEmitter();\n this.showUploadFile = false;\n }\n /**\n * @return {?}\n */\n ngOnInit() {\n }\n /**\n * @param {?} $event\n * @return {?}\n */\n dropped($event) {\n if ($event) {\n this.fileDropped.emit($event);\n this.showUploadFile = false;\n }\n }\n}\nInitStateComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-init-state',\n template: \"
    \\n
    \\n \\n \\n \\n \\n
    \\n
    \\n \\n {{text}}\\n
    \\n
    \\n\",\n styles: [\".wrapper{color:#959da5;background-color:#e7e7e7;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;width:100%;height:100%}.icon{font-size:65px;margin-bottom:43px;display:-webkit-box;display:flex;color:#959da5}.start{font-size:15px;text-align:center;color:#959da5}.gd-drag-n-drop-wrap.active{background-color:#fff;position:fixed;top:0;background:rgba(255,255,255,.8)}.gd-drag-n-drop-wrap.active .init-state-wrapper{position:absolute;opacity:.2;top:unset}.gd-drag-n-drop-wrap.active .init-state-dnd-wrapper{top:0;z-index:999}.gd-drag-n-drop-wrap.active .init-state-dnd-wrapper .icon{width:113px;height:90px;font-size:90px;color:#3e4e5a;margin-bottom:30px}.gd-drag-n-drop-wrap.active .text{color:#6e6e6e;font-size:14px}.init-state-dnd-wrapper,.init-state-wrapper{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:250px;height:250px;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.init-state-wrapper{top:-60px;position:relative}\"]\n }] }\n];\n/** @nocollapse */\nInitStateComponent.ctorParameters = () => [];\nInitStateComponent.propDecorators = {\n icon: [{ type: Input }],\n text: [{ type: Input }],\n fileDropped: [{ type: Output }]\n};\nif (false) {\n /** @type {?} */\n InitStateComponent.prototype.icon;\n /** @type {?} */\n InitStateComponent.prototype.text;\n /** @type {?} */\n InitStateComponent.prototype.fileDropped;\n /** @type {?} */\n InitStateComponent.prototype.showUploadFile;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass RenderPrintService {\n constructor() {\n this._render = new Observable((/**\n * @param {?} observer\n * @return {?}\n */\n observer => this._observer = observer));\n this._renderBlob = new Observable((/**\n * @param {?} observer\n * @return {?}\n */\n observer => this._observerBlob = observer));\n }\n /**\n * @return {?}\n */\n get renderPrint() {\n return this._render;\n }\n /**\n * @param {?} pages\n * @return {?}\n */\n changePages(pages) {\n this._observer.next(pages);\n }\n /**\n * @return {?}\n */\n get renderPrintBlob() {\n return this._renderBlob;\n }\n /**\n * @param {?} file\n * @return {?}\n */\n changeBlob(file) {\n this._observerBlob.next(file);\n }\n}\nif (false) {\n /**\n * @type {?}\n * @private\n */\n RenderPrintService.prototype._render;\n /**\n * @type {?}\n * @private\n */\n RenderPrintService.prototype._observer;\n /**\n * @type {?}\n * @private\n */\n RenderPrintService.prototype._renderBlob;\n /**\n * @type {?}\n * @private\n */\n RenderPrintService.prototype._observerBlob;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass RenderPrintDirective {\n /**\n * @param {?} _renderService\n */\n constructor(_renderService) {\n this._renderService = _renderService;\n _renderService.renderPrint.subscribe((/**\n * @param {?} pages\n * @return {?}\n */\n pages => {\n this.renderPrint(pages);\n }));\n _renderService.renderPrintBlob.subscribe((/**\n * @param {?} file\n * @return {?}\n */\n file => {\n this.renderPrintBlob(file);\n }));\n }\n /**\n * @private\n * @param {?} pages\n * @return {?}\n */\n renderPrint(pages) {\n /** @type {?} */\n let pagesHtml = '';\n if (this.htmlMode) {\n for (const page of pages) {\n pagesHtml += '
    ' +\n '
    ' + page.data + '
    ' +\n '
    ';\n }\n }\n else {\n for (const page of pages) {\n pagesHtml += '
    ' +\n '
    ' +\n '
    ';\n }\n }\n this.openWindow(pagesHtml, pages[0].width, pages[0].height);\n }\n /**\n * @private\n * @param {?} pagesHtml\n * @param {?} width\n * @param {?} height\n * @return {?}\n */\n openWindow(pagesHtml, width, height) {\n /** @type {?} */\n const a4Height = 842;\n /** @type {?} */\n const a4Width = 595;\n /** @type {?} */\n let imageA4Adjusted = '';\n if (width > a4Width && height > a4Height) {\n /** @type {?} */\n const zoom = Math.round(height / a4Height) / 100;\n imageA4Adjusted = '.gd-page img { width: 100%; margin: 0; padding: 0;}';\n if (navigator.userAgent.toLowerCase().indexOf('firefox') > -1) {\n imageA4Adjusted = '.gd-page img { transform: scale(' + zoom + ');}';\n }\n }\n /** @type {?} */\n let cssPrint = '';\n /** @type {?} */\n const windowObject = window.open('', \"PrintWindow\", \"width=750,height=650,top=50,left=50,toolbars=yes,scrollbars=yes,status=yes,resizable=yes\");\n windowObject.focus();\n windowObject.document.writeln(cssPrint);\n windowObject.document.writeln(pagesHtml);\n windowObject.document.close();\n windowObject.focus();\n windowObject.print();\n windowObject.close();\n }\n /**\n * @private\n * @param {?} file\n * @return {?}\n */\n renderPrintBlob(file) {\n /** @type {?} */\n const fileURL = URL.createObjectURL(file);\n /** @type {?} */\n const windowObject = window.open(fileURL, \"PrintWindow\", \"width=750,height=650,top=50,left=50,toolbars=yes,scrollbars=yes,status=yes,resizable=yes\");\n windowObject.focus();\n windowObject.print();\n windowObject.close();\n }\n}\nRenderPrintDirective.decorators = [\n { type: Directive, args: [{\n selector: '[gdRenderPrint]'\n },] }\n];\n/** @nocollapse */\nRenderPrintDirective.ctorParameters = () => [\n { type: RenderPrintService }\n];\nRenderPrintDirective.propDecorators = {\n htmlMode: [{ type: Input }]\n};\nif (false) {\n /** @type {?} */\n RenderPrintDirective.prototype.htmlMode;\n /**\n * @type {?}\n * @private\n */\n RenderPrintDirective.prototype._renderService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass ExceptionMessageService {\n constructor() {\n this._observer = new BehaviorSubject('Server is not available');\n this._messageChange = this._observer.asObservable();\n }\n /**\n * @return {?}\n */\n get messageChange() {\n return this._messageChange;\n }\n /**\n * @param {?} message\n * @return {?}\n */\n changeMessage(message) {\n this._observer.next(message);\n }\n}\nif (false) {\n /**\n * @type {?}\n * @private\n */\n ExceptionMessageService.prototype._observer;\n /**\n * @type {?}\n * @private\n */\n ExceptionMessageService.prototype._messageChange;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass ErrorModalComponent {\n /**\n * @param {?} messageService\n */\n constructor(messageService) {\n messageService.messageChange.subscribe((/**\n * @param {?} message\n * @return {?}\n */\n message => this.message = message));\n }\n /**\n * @return {?}\n */\n ngOnInit() {\n }\n}\nErrorModalComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-error-modal',\n template: \"\\n
    \\n \\n
    \\n
    Something went wrong
    \\n
    {{message ? message : 'Server is not available'}}
    \\n
    \\n
    \\n
    \\n\",\n styles: [\".gd-modal-error{display:-webkit-inline-box;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-flex:1;flex:1}.gd-modal-error .gd-modal-error-message{font-size:12px;margin:0 24px 24px 0;word-break:break-word}.gd-modal-error .gd-modal-error-title{font-size:16px;font-weight:700;margin:14px 0 10px}#gd-error-section{max-width:468px;max-height:204px;display:-webkit-box;display:flex}#gd-error-section fa-icon{-webkit-box-flex:1;flex:1;color:#e04e4e;font-size:40px;margin:13px 23px 90px;text-align:center;max-width:46px}\"]\n }] }\n];\n/** @nocollapse */\nErrorModalComponent.ctorParameters = () => [\n { type: ExceptionMessageService }\n];\nif (false) {\n /** @type {?} */\n ErrorModalComponent.prototype.message;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass PasswordService {\n constructor() {\n this._observer = new Subject();\n this._passChange = this._observer.asObservable();\n }\n /**\n * @return {?}\n */\n get passChange() {\n return this._passChange;\n }\n /**\n * @param {?} pass\n * @return {?}\n */\n setPassword(pass) {\n this._observer.next(pass);\n }\n}\nif (false) {\n /**\n * @type {?}\n * @private\n */\n PasswordService.prototype._observer;\n /**\n * @type {?}\n * @private\n */\n PasswordService.prototype._passChange;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n/** @type {?} */\nconst $$4 = jquery;\nclass PasswordRequiredComponent {\n /**\n * @param {?} messageService\n * @param {?} _passwordService\n */\n constructor(messageService, _passwordService) {\n this._passwordService = _passwordService;\n this.cancelEvent = new EventEmitter();\n messageService.messageChange.subscribe((/**\n * @param {?} message\n * @return {?}\n */\n message => this.message = message));\n }\n /**\n * @return {?}\n */\n ngOnInit() {\n }\n /**\n * @param {?} value\n * @return {?}\n */\n setPassword(value) {\n this._passwordService.setPassword(value);\n }\n /**\n * @param {?} $event\n * @return {?}\n */\n onCloseOpen($event) {\n if ($event) {\n setTimeout((/**\n * @return {?}\n */\n () => {\n /** @type {?} */\n const element = $$4(\"#password\");\n if (element) {\n element.focus();\n }\n }), 100);\n }\n else {\n $$4(\"#password\").val(\"\");\n }\n }\n /**\n * @param {?} $event\n * @return {?}\n */\n cancel($event) {\n $$4(\"#password\").val(\"\");\n this.cancelEvent.emit(true);\n }\n}\nPasswordRequiredComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-password-required',\n template: \"\\n
    \\n
    \\n \\n \\n {{message}}\\n \\n Open\\n \\n
    \\n
    \\n
    \\n\",\n styles: [\"#gd-password-section{width:468px;height:164px}.gd-password-wrap{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin:24px}.gd-password-wrap label{font-size:14px;color:#acacac;padding-bottom:12px}.gd-password-wrap input{height:30px;border:1px solid #25c2d4}.gd-password-wrap input.error{border-color:#e04e4e}.gd-password-wrap gd-button{align-self:flex-end}.gd-password-wrap ::ng-deep .button{height:37px;width:72px;padding:0;-webkit-box-pack:center;justify-content:center}.gd-password-wrap ::ng-deep .button ::ng-deep .text{font-size:10px!important}.gd-password-error{color:#e04e4e;padding:10px 0 12px;height:12px;line-height:12px;font-size:12px}@media (max-width:1037px){#gd-password-section{min-width:375px}}\"]\n }] }\n];\n/** @nocollapse */\nPasswordRequiredComponent.ctorParameters = () => [\n { type: ExceptionMessageService },\n { type: PasswordService }\n];\nPasswordRequiredComponent.propDecorators = {\n cancelEvent: [{ type: Output }]\n};\nif (false) {\n /** @type {?} */\n PasswordRequiredComponent.prototype.message;\n /** @type {?} */\n PasswordRequiredComponent.prototype.cancelEvent;\n /**\n * @type {?}\n * @private\n */\n PasswordRequiredComponent.prototype._passwordService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass ErrorInterceptorService {\n /**\n * @param {?} _modalService\n * @param {?} _messageService\n */\n constructor(_modalService, _messageService) {\n this._modalService = _modalService;\n this._messageService = _messageService;\n }\n /**\n * @param {?} req\n * @param {?} next\n * @return {?}\n */\n intercept(req, next) {\n /** @type {?} */\n const logFormat = 'background: maroon; color: white';\n return next.handle(req)\n .pipe(map((/**\n * @param {?} data\n * @return {?}\n */\n data => {\n return data;\n })), catchError((/**\n * @param {?} exception\n * @return {?}\n */\n (exception) => {\n if (exception instanceof HttpErrorResponse) {\n switch (exception.status) {\n case HttpError.BadRequest:\n console.error('%c Bad Request 400', logFormat);\n break;\n case HttpError.Unauthorized:\n console.error('%c Unauthorized 401', logFormat);\n break;\n case HttpError.NotFound:\n console.error('%c Not Found 404', logFormat);\n break;\n case HttpError.TimeOut:\n console.error('%c TimeOut 408', logFormat);\n break;\n case HttpError.InternalServerError:\n console.error('%c big bad 500', logFormat);\n this._messageService.changeMessage(exception.error.message);\n this._modalService.open(CommonModals.ErrorMessage);\n break;\n case HttpError.Forbidden:\n console.error('%c Forbidden 403', logFormat);\n this._messageService.changeMessage(exception.error.message);\n this._modalService.open(CommonModals.PasswordRequired);\n break;\n }\n }\n return throwError(exception);\n })));\n }\n}\nErrorInterceptorService.decorators = [\n { type: Injectable, args: [{\n providedIn: 'root'\n },] }\n];\n/** @nocollapse */\nErrorInterceptorService.ctorParameters = () => [\n { type: ModalService },\n { type: ExceptionMessageService }\n];\n/** @nocollapse */ ErrorInterceptorService.ngInjectableDef = ɵɵdefineInjectable({ factory: function ErrorInterceptorService_Factory() { return new ErrorInterceptorService(ɵɵinject(ModalService), ɵɵinject(ExceptionMessageService)); }, token: ErrorInterceptorService, providedIn: \"root\" });\nif (false) {\n /**\n * @type {?}\n * @private\n */\n ErrorInterceptorService.prototype._modalService;\n /**\n * @type {?}\n * @private\n */\n ErrorInterceptorService.prototype._messageService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass SearchService {\n constructor() {\n this._observer = new Subject();\n this._textChange = this._observer.asObservable();\n this._observerCurrent = new Subject();\n this._currentChange = this._observerCurrent.asObservable();\n this._observerTotal = new Subject();\n this._totalChange = this._observerTotal.asObservable();\n }\n /**\n * @return {?}\n */\n get textChange() {\n return this._textChange;\n }\n /**\n * @param {?} text\n * @return {?}\n */\n setText(text) {\n this._observer.next(text);\n }\n /**\n * @return {?}\n */\n get currentChange() {\n return this._currentChange;\n }\n /**\n * @return {?}\n */\n get totalChange() {\n return this._totalChange;\n }\n /**\n * @param {?} current\n * @return {?}\n */\n setCurrent(current) {\n this._observerCurrent.next(current);\n }\n /**\n * @param {?} total\n * @return {?}\n */\n setTotal(total) {\n this._observerTotal.next(total);\n }\n}\nif (false) {\n /**\n * @type {?}\n * @private\n */\n SearchService.prototype._observer;\n /**\n * @type {?}\n * @private\n */\n SearchService.prototype._textChange;\n /**\n * @type {?}\n * @private\n */\n SearchService.prototype._observerCurrent;\n /**\n * @type {?}\n * @private\n */\n SearchService.prototype._currentChange;\n /**\n * @type {?}\n * @private\n */\n SearchService.prototype._observerTotal;\n /**\n * @type {?}\n * @private\n */\n SearchService.prototype._totalChange;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass SearchComponent {\n /**\n * @param {?} _searchService\n */\n constructor(_searchService) {\n this._searchService = _searchService;\n this.hidePanel = new EventEmitter(false);\n this.current = 0;\n this.total = 0;\n _searchService.totalChange.subscribe((/**\n * @param {?} total\n * @return {?}\n */\n (total) => {\n this.total = total;\n if (total !== 0) {\n this.current = 1;\n }\n else {\n this.current = 0;\n }\n this._searchService.setCurrent(this.current);\n }));\n }\n /**\n * @return {?}\n */\n ngOnInit() {\n }\n /**\n * @param {?} text\n * @return {?}\n */\n setText(text) {\n this._searchService.setText(text);\n }\n /**\n * @return {?}\n */\n hide() {\n this.setText('');\n this.hidePanel.emit(true);\n }\n /**\n * @return {?}\n */\n prev() {\n if (this.current > 1) {\n this.current--;\n this._searchService.setCurrent(this.current);\n }\n }\n /**\n * @return {?}\n */\n next() {\n if (this.current < this.total) {\n this.current++;\n this._searchService.setCurrent(this.current);\n }\n }\n /**\n * @return {?}\n */\n ngAfterViewInit() {\n this.textElement.nativeElement.focus();\n }\n}\nSearchComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-search',\n template: \"
    \\n \\n
    {{current}} of {{total}}
    \\n \\n \\n \\n \\n \\n \\n
    \\n\",\n styles: [\".gd-nav-search-btn{margin:3px 0 4px}.gd-nav-search-cancel{color:#fff;font-size:14px;width:37px}.gd-search-count{color:#959da5;font-size:12px;position:absolute;right:148px;top:14px}.gd-nav-search-container{background-color:#3e4e5a;width:410px;position:fixed;left:50%;top:60px;z-index:2;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);display:-webkit-box;display:flex}.gd-search-input{float:left;height:30px;width:267px;font-size:14px;color:#6e6e6e;border:1px solid #25c2d4;margin:7px 0 7px 7px;box-sizing:border-box;padding:6px 0 5px 9px}input[type=text]::-ms-clear{display:none}@media (max-width:1037px){.gd-search-input{width:231px;height:30px;margin:7px 0 7px 5px}.gd-search-count{position:absolute;left:193px;top:15px}.gd-nav-search-container{width:100%}}\"]\n }] }\n];\n/** @nocollapse */\nSearchComponent.ctorParameters = () => [\n { type: SearchService }\n];\nSearchComponent.propDecorators = {\n hidePanel: [{ type: Output }],\n textElement: [{ type: ViewChild, args: ['text', {\n static: true\n },] }]\n};\nif (false) {\n /** @type {?} */\n SearchComponent.prototype.hidePanel;\n /** @type {?} */\n SearchComponent.prototype.current;\n /** @type {?} */\n SearchComponent.prototype.total;\n /** @type {?} */\n SearchComponent.prototype.textElement;\n /**\n * @type {?}\n * @private\n */\n SearchComponent.prototype._searchService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n/** @type {?} */\nconst $$5 = jquery;\nclass SearchableDirective {\n /**\n * @param {?} _elementRef\n * @param {?} _searchService\n * @param {?} _highlight\n * @param {?} _zoomService\n */\n constructor(_elementRef, _searchService, _highlight, _zoomService) {\n this._elementRef = _elementRef;\n this._searchService = _searchService;\n this._highlight = _highlight;\n this._zoomService = _zoomService;\n this.current = 0;\n this.total = 0;\n this.zoom = 100;\n _searchService.currentChange.subscribe((/**\n * @param {?} current\n * @return {?}\n */\n (current) => {\n this.current = current;\n if (this.current !== 0) {\n this.moveToCurrent();\n }\n }));\n _searchService.textChange.subscribe((/**\n * @param {?} text\n * @return {?}\n */\n (text) => {\n this.text = text;\n this.highlightSearch();\n }));\n this.zoom = _zoomService.zoom ? _zoomService.zoom : this.zoom;\n _zoomService.zoomChange.subscribe((/**\n * @param {?} val\n * @return {?}\n */\n (val) => {\n this.zoom = val ? val : this.zoom;\n }));\n }\n /**\n * @private\n * @return {?}\n */\n highlightSearch() {\n /** @type {?} */\n const el = this._elementRef ? this._elementRef.nativeElement : null;\n if (el) {\n this.cleanHighlight(el);\n if (this.text) {\n this.highlightEl(el);\n /** @type {?} */\n const count = el.querySelectorAll('.gd-highlight').length;\n this.total = count;\n }\n else {\n this.total = 0;\n }\n this._searchService.setTotal(this.total);\n }\n }\n /**\n * @private\n * @return {?}\n */\n moveToCurrent() {\n if (this.current === 0) {\n return;\n }\n /** @type {?} */\n const currentZoom = this.getZoom();\n /** @type {?} */\n const el = this._elementRef ? this._elementRef.nativeElement : null;\n if (el) {\n el.querySelectorAll('.gd-highlight-select').forEach((/**\n * @param {?} value\n * @return {?}\n */\n function (value) {\n $$5(value).removeClass('gd-highlight-select');\n }));\n /** @type {?} */\n const currentEl = el.querySelectorAll('.gd-highlight')[this.current - 1];\n $$5(currentEl).addClass('gd-highlight-select');\n if (currentEl) {\n /** @type {?} */\n const options = {\n left: 0,\n top: ($$5(currentEl).offset().top) + el.parentElement.parentElement.scrollTop - 150,\n };\n // using polyfill\n el.parentElement.parentElement.scroll(options);\n }\n }\n }\n /**\n * @private\n * @param {?} el\n * @return {?}\n */\n highlightEl(el) {\n /** @type {?} */\n const textNodes = $$5(el).find('*').contents().filter((/**\n * @return {?}\n */\n function () {\n /** @type {?} */\n const nodeName = this.parentElement.nodeName.toLowerCase();\n /** @type {?} */\n const checkClass = ((/** @type {?} */ (this))).classList ? !((/** @type {?} */ (this))).classList.contains('gd-highlight') : true;\n return this.nodeType === 3 &&\n this.textContent.trim().length !== 0 &&\n nodeName !== 'style' &&\n nodeName !== 'title' &&\n nodeName !== 'body' &&\n nodeName !== 'script' &&\n checkClass;\n }));\n /** @type {?} */\n const text = this.text;\n /** @type {?} */\n const highlight = this._highlight;\n textNodes.each((/**\n * @return {?}\n */\n function () {\n /** @type {?} */\n const $this = $$5(this);\n /** @type {?} */\n let content = $this.text();\n content = highlight.transform(content, text);\n $this.replaceWith(content);\n }));\n el.normalize();\n }\n /**\n * @private\n * @param {?} el\n * @return {?}\n */\n cleanHighlight(el) {\n /** @type {?} */\n const nodeListOf = el.querySelectorAll('.gd-highlight');\n for (let i = 0; i < nodeListOf.length; i++) {\n /** @type {?} */\n const element = nodeListOf.item(i);\n element.replaceWith(((/** @type {?} */ (element))).innerText);\n }\n el.normalize();\n }\n /**\n * @private\n * @return {?}\n */\n getZoom() {\n return this.zoom / 100;\n }\n}\nSearchableDirective.decorators = [\n { type: Directive, args: [{\n selector: '[gdSearchable]'\n },] }\n];\n/** @nocollapse */\nSearchableDirective.ctorParameters = () => [\n { type: ElementRef },\n { type: SearchService },\n { type: HighlightSearchPipe },\n { type: ZoomService }\n];\nif (false) {\n /** @type {?} */\n SearchableDirective.prototype.text;\n /** @type {?} */\n SearchableDirective.prototype.current;\n /** @type {?} */\n SearchableDirective.prototype.total;\n /**\n * @type {?}\n * @private\n */\n SearchableDirective.prototype.zoom;\n /**\n * @type {?}\n * @private\n */\n SearchableDirective.prototype._elementRef;\n /**\n * @type {?}\n * @private\n */\n SearchableDirective.prototype._searchService;\n /**\n * @type {?}\n * @private\n */\n SearchableDirective.prototype._highlight;\n /**\n * @type {?}\n * @private\n */\n SearchableDirective.prototype._zoomService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass TabbedToolbarsComponent {\n constructor() {\n }\n /**\n * @return {?}\n */\n ngOnInit() {\n }\n}\nTabbedToolbarsComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-tabbed-toolbars',\n template: \"
    \\n \\n \\n
    \\n\",\n styles: [\".top-panel{background:#3e4e5a;display:-webkit-box;display:flex;width:100%;height:90px}.top-panel ::ng-deep .logo{height:30px;font-size:16px}@media (max-width:1037px){.top-panel{height:60px}.top-panel ::ng-deep .logo{height:60px}}\"]\n }] }\n];\n/** @nocollapse */\nTabbedToolbarsComponent.ctorParameters = () => [];\nTabbedToolbarsComponent.propDecorators = {\n logo: [{ type: Input }],\n icon: [{ type: Input }]\n};\nif (false) {\n /** @type {?} */\n TabbedToolbarsComponent.prototype.logo;\n /** @type {?} */\n TabbedToolbarsComponent.prototype.icon;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass TabActivatorService {\n constructor() {\n this._observer = new Subject();\n this._activeTabChange = this._observer.asObservable();\n }\n /**\n * @return {?}\n */\n get activeTabChange() {\n return this._activeTabChange;\n }\n /**\n * @param {?} tabId\n * @return {?}\n */\n changeActiveTab(tabId) {\n this._observer.next(tabId);\n }\n}\nif (false) {\n /**\n * @type {?}\n * @private\n */\n TabActivatorService.prototype._observer;\n /**\n * @type {?}\n * @private\n */\n TabActivatorService.prototype._activeTabChange;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass TabComponent {\n /**\n * @param {?} _tabActivatorService\n */\n constructor(_tabActivatorService) {\n this._tabActivatorService = _tabActivatorService;\n this.disabled = false;\n this.active = false;\n this.content = true;\n this._tabActivatorService.activeTabChange.subscribe((/**\n * @param {?} tabId\n * @return {?}\n */\n (tabId) => {\n this.activation(tabId);\n }));\n }\n /**\n * @private\n * @param {?} tabId\n * @return {?}\n */\n activation(tabId) {\n if (this.id === tabId) {\n this.active = true;\n }\n else {\n this.active = false;\n }\n }\n /**\n * @return {?}\n */\n ngOnInit() {\n }\n /**\n * @return {?}\n */\n selectTab() {\n if (this.disabled) {\n return;\n }\n this._tabActivatorService.changeActiveTab(this.id);\n }\n}\nTabComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-tab',\n template: \"
    \\n
    {{tabTitle}}
    \\n \\n
    \\n
    \\n \\n
    \\n\",\n styles: [\".tab-content{height:60px;position:absolute;background-color:#fff;width:100%;left:0;line-height:60px;display:none;z-index:9}.tab-content ::ng-deep .toolbar-panel{height:60px}.tab-content.active{display:-webkit-box;display:flex}.gd-tab{text-align:center;font-size:11px;color:#e5e5e5;height:30px;line-height:30px;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.gd-tab .icon{display:none;font-size:14px;margin:auto 23px}.gd-tab .title{margin:auto 23px}.gd-tab.active{background-color:#fff;color:#3e4e5a;font-weight:700}@media (max-width:1037px){.gd-tab{height:60px;line-height:60px}.gd-tab .title{display:none}.gd-tab .icon{display:block}}\"]\n }] }\n];\n/** @nocollapse */\nTabComponent.ctorParameters = () => [\n { type: TabActivatorService }\n];\nTabComponent.propDecorators = {\n id: [{ type: Input }],\n tabTitle: [{ type: Input }],\n icon: [{ type: Input }],\n disabled: [{ type: Input }],\n active: [{ type: Input }],\n content: [{ type: Input }]\n};\nif (false) {\n /** @type {?} */\n TabComponent.prototype.id;\n /** @type {?} */\n TabComponent.prototype.tabTitle;\n /** @type {?} */\n TabComponent.prototype.icon;\n /** @type {?} */\n TabComponent.prototype.disabled;\n /** @type {?} */\n TabComponent.prototype.active;\n /** @type {?} */\n TabComponent.prototype.content;\n /**\n * @type {?}\n * @private\n */\n TabComponent.prototype._tabActivatorService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass TabsComponent {\n constructor() {\n }\n}\nTabsComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-tabs',\n template: \"
    \\n \\n
    \\n\",\n styles: [\".gd-tabs{display:-webkit-box;display:flex}\"]\n }] }\n];\n/** @nocollapse */\nTabsComponent.ctorParameters = () => [];\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass Formatting {\n /**\n * @param {?} fontSize\n * @param {?} color\n * @param {?} bgColor\n * @param {?} bold\n * @param {?} italic\n * @param {?} underline\n * @param {?} font\n * @param {?} strikeout\n * @param {?} align\n * @param {?} list\n */\n constructor(fontSize, color, bgColor, bold, italic, underline, font, strikeout, align, list) {\n this.fontSize = fontSize;\n this.color = color;\n this.bgColor = bgColor;\n this.bold = bold;\n this.italic = italic;\n this.underline = underline;\n this.font = font;\n this.strikeout = strikeout;\n this.align = align;\n this.list = list;\n }\n /**\n * @return {?}\n */\n static default() {\n return new Formatting(10, '#000000', '#FFFFFF', false, false, false, 'Arial', false, \"\", \"\");\n }\n}\nif (false) {\n /** @type {?} */\n Formatting.prototype.bold;\n /** @type {?} */\n Formatting.prototype.italic;\n /** @type {?} */\n Formatting.prototype.underline;\n /** @type {?} */\n Formatting.prototype.fontSize;\n /** @type {?} */\n Formatting.prototype.color;\n /** @type {?} */\n Formatting.prototype.bgColor;\n /** @type {?} */\n Formatting.prototype.font;\n /** @type {?} */\n Formatting.prototype.strikeout;\n /** @type {?} */\n Formatting.prototype.align;\n /** @type {?} */\n Formatting.prototype.list;\n}\nclass FormattingService {\n constructor() {\n this._observerBold = new Subject();\n this._formatBoldChange = this._observerBold.asObservable();\n this._observerUnderline = new Subject();\n this._formatUnderlineChange = this._observerUnderline.asObservable();\n this._observerUndo = new Subject();\n this._undo = this._observerUndo.asObservable();\n this._observerRedo = new Subject();\n this._redo = this._observerRedo.asObservable();\n this._observerItalic = new Subject();\n this._formatItalicChange = this._observerItalic.asObservable();\n this._observerColor = new Subject();\n this._formatColorChange = this._observerColor.asObservable();\n this._observerBgColor = new Subject();\n this._formatBgColorChange = this._observerBgColor.asObservable();\n this._observerFontSize = new Subject();\n this._formatFontSizeChange = this._observerFontSize.asObservable();\n this._observerFont = new Subject();\n this._formatFontChange = this._observerFont.asObservable();\n this._observerStrikeout = new Subject();\n this._formatStrikeoutChange = this._observerStrikeout.asObservable();\n this._observerAlign = new Subject();\n this._formatAlignChange = this._observerAlign.asObservable();\n this._observerList = new Subject();\n this._formatListChange = this._observerList.asObservable();\n }\n /**\n * @return {?}\n */\n get formatBoldChange() {\n return this._formatBoldChange;\n }\n /**\n * @return {?}\n */\n get formatUnderlineChange() {\n return this._formatUnderlineChange;\n }\n /**\n * @return {?}\n */\n get formatColorChange() {\n return this._formatColorChange;\n }\n /**\n * @return {?}\n */\n get formatBgColorChange() {\n return this._formatBgColorChange;\n }\n /**\n * @return {?}\n */\n get formatFontSizeChange() {\n return this._formatFontSizeChange;\n }\n /**\n * @return {?}\n */\n get formatFontChange() {\n return this._formatFontChange;\n }\n /**\n * @return {?}\n */\n get undo() {\n return this._undo;\n }\n /**\n * @return {?}\n */\n get redo() {\n return this._redo;\n }\n /**\n * @return {?}\n */\n get formatItalicChange() {\n return this._formatItalicChange;\n }\n /**\n * @return {?}\n */\n get formatStrikeoutChange() {\n return this._formatStrikeoutChange;\n }\n /**\n * @return {?}\n */\n get formatAlignChange() {\n return this._formatAlignChange;\n }\n /**\n * @return {?}\n */\n get formatListChange() {\n return this._formatListChange;\n }\n /**\n * @param {?} val\n * @return {?}\n */\n static createFontSizeOption(val) {\n return { value: val, name: val + 'px', separator: false };\n }\n /**\n * @return {?}\n */\n static getFontSizeOptions() {\n return [\n FormattingService.createFontSizeOption(8),\n FormattingService.createFontSizeOption(10),\n FormattingService.createFontSizeOption(12),\n FormattingService.createFontSizeOption(14),\n FormattingService.createFontSizeOption(16),\n FormattingService.createFontSizeOption(18),\n FormattingService.createFontSizeOption(20),\n FormattingService.createFontSizeOption(22),\n FormattingService.createFontSizeOption(24),\n ];\n }\n /**\n * @param {?} val\n * @return {?}\n */\n static createFontOption(val) {\n return { value: val, name: val, separator: false };\n }\n /**\n * @return {?}\n */\n static getFontOptions() {\n /** @type {?} */\n const fonts = [\"Arial\", \"Calibri\", \"Century Gothic\", \"Comic Sans\", \"Consolas\", \"Courier\", \"Dejavu Sans\", \"Dejavu Serif\", \"Georgia\", \"Gill Sans\", \"Helvetica\", \"Impact\", \"Lucida Sans\",\n \"Myriad Pro\", \"Open Sans\", \"Palatino\", \"Tahoma\", \"Times New Roman\", \"Trebuchet\"];\n /** @type {?} */\n const fontOptions = [];\n fonts.forEach((/**\n * @param {?} font\n * @return {?}\n */\n font => {\n fontOptions.push(this.createFontOption(font));\n }));\n return fontOptions;\n }\n /**\n * @param {?} $event\n * @return {?}\n */\n changeFormatFontSize($event) {\n this._observerFontSize.next($event);\n }\n /**\n * @param {?} bold\n * @return {?}\n */\n changeFormatBold(bold) {\n this._observerBold.next(bold);\n }\n /**\n * @param {?} underline\n * @return {?}\n */\n changeFormatUnderline(underline) {\n this._observerUnderline.next(underline);\n }\n /**\n * @return {?}\n */\n Undo() {\n this._observerUndo.next();\n }\n /**\n * @return {?}\n */\n Redo() {\n this._observerRedo.next();\n }\n /**\n * @param {?} italic\n * @return {?}\n */\n changeFormatItalic(italic) {\n this._observerItalic.next(italic);\n }\n /**\n * @param {?} color\n * @return {?}\n */\n changeFormatColor(color) {\n this._observerColor.next(color);\n }\n /**\n * @param {?} bgcolor\n * @return {?}\n */\n changeFormatBgColor(bgcolor) {\n this._observerBgColor.next(bgcolor);\n }\n /**\n * @param {?} font\n * @return {?}\n */\n changeFormatFont(font) {\n this._observerFont.next(font);\n }\n /**\n * @param {?} strikeout\n * @return {?}\n */\n changeFormatStrikeout(strikeout) {\n this._observerStrikeout.next(strikeout);\n }\n /**\n * @param {?} align\n * @return {?}\n */\n changeFormatAlign(align) {\n this._observerAlign.next(align);\n }\n /**\n * @param {?} list\n * @return {?}\n */\n changeFormatList(list) {\n this._observerList.next(list);\n }\n}\nif (false) {\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._observerBold;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._formatBoldChange;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._observerUnderline;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._formatUnderlineChange;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._observerUndo;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._undo;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._observerRedo;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._redo;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._observerItalic;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._formatItalicChange;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._observerColor;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._formatColorChange;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._observerBgColor;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._formatBgColorChange;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._observerFontSize;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._formatFontSizeChange;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._observerFont;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._formatFontChange;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._observerStrikeout;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._formatStrikeoutChange;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._observerAlign;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._formatAlignChange;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._observerList;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._formatListChange;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n/** @type {?} */\nconst DEFAULT_COLORS = [\n '#000000', '#434343', '#666666', '#999999', '#B7B7B7', '#CCCCCC', '#D9D9D9', '#EFEFEF', '#F3F3F3', '#FFFFFF',\n '#980000', '#FF0000', '#FF9900', '#FFFF00', '#00FF00', '#00FFFF', '#4986E8', '#0000FF', '#9900FF', '#FF00FF',\n '#E6B8AF', '#F4CCCC', '#FDE5CD', '#FFF2CC', '#D9EAD3', '#D0E0E2', '#C9DAF8', '#CFE2F3', '#D9D2E9', '#EAD1DC',\n '#DD7E6B', '#EA9899', '#F9CB9C', '#FFE59A', '#B7D7A8', '#A2C4C9', '#A4C2F4', '#9FC5E8', '#B4A7D7', '#D5A6BD',\n '#CC4125', '#E06666', '#F6B26B', '#FFD966', '#92C47D', '#75A5AF', '#6D9EEB', '#6FA9DB', '#8E7CC3', '#C27BA0',\n '#A61C00', '#CC0000', '#E69138', '#F2C131', '#6AA84F', '#45818E', '#3C78D8', '#3C85C6', '#674EA7', '#A64D79',\n '#85200B', '#990000', '#B45F05', '#BF9000', '#37761D', '#144F5C', '#1254CC', '#0A5394', '#351C75', '#741B47',\n '#5B0F00', '#660000', '#783F03', '#7F6000', '#284E13', '#0B343D', '#1B4586', '#063763', '#20124D', '#4C1030',\n];\nclass ColorPickerComponent {\n constructor() {\n this.isOpen = false;\n this.selectedColor = new EventEmitter();\n this.closeOutside = new EventEmitter();\n this.colors = DEFAULT_COLORS;\n this.white = '#FFFFFF';\n }\n /**\n * @return {?}\n */\n ngOnInit() {\n }\n /**\n * @param {?} $event\n * @param {?} color\n * @return {?}\n */\n select($event, color) {\n $event.preventDefault();\n $event.stopPropagation();\n this.selectedColor.emit(color);\n }\n /**\n * @return {?}\n */\n close() {\n this.isOpen = false;\n this.closeOutside.emit(true);\n }\n}\nColorPickerComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-color-picker',\n template: \"
    \\n
    \\n
    \\n
    \\n
    \\n\",\n styles: [\".bcPicker-picker{border:1px;border-radius:100%}.bcPicker-palette{width:250px;background-color:#fdfdfd;z-index:999;box-shadow:0 0 5px #efefef;display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-pack:center;justify-content:center}.bcPicker-palette>.bcPicker-color{width:18px;height:18px;margin:2px;cursor:pointer}\"]\n }] }\n];\n/** @nocollapse */\nColorPickerComponent.ctorParameters = () => [];\nColorPickerComponent.propDecorators = {\n isOpen: [{ type: Input }],\n selectedColor: [{ type: Output }],\n closeOutside: [{ type: Output }]\n};\nif (false) {\n /** @type {?} */\n ColorPickerComponent.prototype.isOpen;\n /** @type {?} */\n ColorPickerComponent.prototype.selectedColor;\n /** @type {?} */\n ColorPickerComponent.prototype.closeOutside;\n /** @type {?} */\n ColorPickerComponent.prototype.colors;\n /** @type {?} */\n ColorPickerComponent.prototype.white;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass BackFormattingService extends FormattingService {\n constructor() {\n super();\n }\n}\nBackFormattingService.decorators = [\n { type: Injectable, args: [{\n providedIn: 'root'\n },] }\n];\n/** @nocollapse */\nBackFormattingService.ctorParameters = () => [];\n/** @nocollapse */ BackFormattingService.ngInjectableDef = ɵɵdefineInjectable({ factory: function BackFormattingService_Factory() { return new BackFormattingService(); }, token: BackFormattingService, providedIn: \"root\" });\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass SelectionService {\n constructor() {\n this.isIE = false || !!/(MSIE|Trident\\/|Edge\\/)/i.test(navigator.userAgent);\n }\n /**\n * @return {?}\n */\n restoreSelection() {\n if (this.selection && !this.selection.collapsed || this.isIE) {\n this.putSelection(this.selection);\n }\n }\n /**\n * @return {?}\n */\n captureSelection() {\n /** @type {?} */\n const selection = window.getSelection();\n if (selection.rangeCount > 0) {\n this.selection = selection.getRangeAt(0);\n }\n }\n /**\n * @private\n * @param {?} selection\n * @return {?}\n */\n putSelection(selection) {\n /** @type {?} */\n const sel = window.getSelection();\n sel.removeAllRanges();\n sel.addRange(selection.cloneRange());\n }\n /**\n * @return {?}\n */\n refreshSelection() {\n this.captureSelection();\n this.restoreSelection();\n }\n}\nSelectionService.decorators = [\n { type: Injectable, args: [{\n providedIn: 'root'\n },] }\n];\n/** @nocollapse */ SelectionService.ngInjectableDef = ɵɵdefineInjectable({ factory: function SelectionService_Factory() { return new SelectionService(); }, token: SelectionService, providedIn: \"root\" });\nif (false) {\n /** @type {?} */\n SelectionService.prototype.selection;\n /** @type {?} */\n SelectionService.prototype.isIE;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n/** @type {?} */\nconst $$6 = jquery;\nclass FormattingDirective {\n /**\n * @param {?} _formattingService\n * @param {?} _backFormattingService\n * @param {?} _selectionService\n */\n constructor(_formattingService, _backFormattingService, _selectionService) {\n this._formattingService = _formattingService;\n this._backFormattingService = _backFormattingService;\n this._selectionService = _selectionService;\n this.bold = false;\n this.italic = false;\n this.underline = false;\n this.strikeout = false;\n this.isIE = false;\n this.isIE = /*@cc_on!@*/ false || !!/(MSIE|Trident\\/|Edge\\/)/i.test(navigator.userAgent);\n }\n /**\n * @return {?}\n */\n mouseup() {\n this.bold = document.queryCommandState(\"bold\");\n this.strikeout = document.queryCommandState(\"strikeThrough\");\n this.italic = document.queryCommandState(\"italic\");\n this.bgColor = document.queryCommandValue(\"backColor\");\n this.underline = document.queryCommandState(\"underline\");\n this.align = this.checkJustify();\n this.list = this.checkList();\n //fix required by FireFox to get correct background color\n if (this.bgColor === \"transparent\") {\n this.bgColor = $$6(window.getSelection().focusNode.parentNode).css('background-color').toString();\n }\n this.font = document.queryCommandValue(\"FontName\").replace(/\"/g, '');\n if (this.font.split(\",\").length > 1) {\n this.font = this.font.split(\",\")[0];\n }\n this.color = document.queryCommandValue(\"foreColor\");\n this._backFormattingService.changeFormatBold(this.bold);\n this._backFormattingService.changeFormatUnderline(this.underline);\n this._backFormattingService.changeFormatItalic(this.italic);\n this._backFormattingService.changeFormatColor(this.color);\n this._backFormattingService.changeFormatBgColor(this.bgColor);\n this._backFormattingService.changeFormatFontSize(this.reportFontSize());\n this._backFormattingService.changeFormatFont(this.font);\n this._backFormattingService.changeFormatStrikeout(this.strikeout);\n this._backFormattingService.changeFormatAlign(this.align);\n this._backFormattingService.changeFormatList(this.list);\n }\n /**\n * @private\n * @return {?}\n */\n checkJustify() {\n /** @type {?} */\n let align = \"\";\n align = document.queryCommandState(\"justifyCenter\") ? \"center\" : align;\n align = document.queryCommandState(\"justifyFull\") ? \"full\" : align;\n align = document.queryCommandState(\"justifyLeft\") ? \"left\" : align;\n align = document.queryCommandState(\"justifyRight\") ? \"right\" : align;\n return align;\n }\n /**\n * @private\n * @return {?}\n */\n checkList() {\n /** @type {?} */\n let list = \"\";\n list = document.queryCommandState(\"insertUnorderedList\") ? \"unordered\" : list;\n list = document.queryCommandState(\"insertOrderedList\") ? \"ordered\" : list;\n return list;\n }\n /**\n * @return {?}\n */\n reportFontSize() {\n /** @type {?} */\n let containerEl;\n /** @type {?} */\n let sel;\n if (window.getSelection) {\n sel = window.getSelection();\n if (sel.rangeCount) {\n containerEl = sel.getRangeAt(0).commonAncestorContainer;\n // Make sure we have an element rather than a text node\n if (containerEl.nodeType === 3) {\n containerEl = containerEl.parentNode;\n }\n }\n }\n else if ((sel = document.getSelection()) && sel.type !== \"Control\") {\n containerEl = sel.createRange().parentElement();\n }\n if (containerEl) {\n return parseInt(this.getComputedStyleProperty(containerEl, \"fontSize\").replace(\"px\", \"\"), 10);\n }\n }\n /**\n * @param {?} el\n * @param {?} propName\n * @return {?}\n */\n getComputedStyleProperty(el, propName) {\n if (window.getComputedStyle) {\n return window.getComputedStyle(el, null)[propName];\n }\n else if (el.currentStyle) {\n return el.currentStyle[propName];\n }\n }\n /**\n * @return {?}\n */\n ngOnInit() {\n this._formattingService.undo.subscribe((/**\n * @return {?}\n */\n () => {\n this.toggleUndo();\n }));\n this._formattingService.redo.subscribe((/**\n * @return {?}\n */\n () => {\n this.toggleRedo();\n }));\n this._formattingService.formatBoldChange.subscribe((/**\n * @param {?} bold\n * @return {?}\n */\n (bold) => {\n this.bold = bold;\n this.toggleBold();\n }));\n this._formattingService.formatUnderlineChange.subscribe((/**\n * @param {?} underline\n * @return {?}\n */\n (underline) => {\n this.underline = underline;\n this.toggleUnderline();\n }));\n this._formattingService.formatItalicChange.subscribe((/**\n * @param {?} italic\n * @return {?}\n */\n (italic) => {\n this.italic = italic;\n this.toggleItalic();\n }));\n this._formattingService.formatColorChange.subscribe(((/**\n * @param {?} color\n * @return {?}\n */\n (color) => {\n this.color = color;\n this.setColor(color);\n })));\n this._formattingService.formatBgColorChange.subscribe(((/**\n * @param {?} bgcolor\n * @return {?}\n */\n (bgcolor) => {\n this.bgColor = bgcolor;\n this.setBgColor(bgcolor);\n })));\n this._formattingService.formatFontSizeChange.subscribe(((/**\n * @param {?} fontSize\n * @return {?}\n */\n (fontSize) => {\n this.setFontSize(fontSize);\n })));\n this._formattingService.formatFontChange.subscribe(((/**\n * @param {?} font\n * @return {?}\n */\n (font) => {\n this.font = font;\n this.setFont(font);\n })));\n this._formattingService.formatStrikeoutChange.subscribe((/**\n * @param {?} strikeout\n * @return {?}\n */\n (strikeout) => {\n this.strikeout = strikeout;\n this.toggleStrikeout();\n }));\n this._formattingService.formatAlignChange.subscribe((/**\n * @param {?} align\n * @return {?}\n */\n (align) => {\n this.align = align;\n this.toggleAlign(this.align);\n }));\n this._formattingService.formatListChange.subscribe((/**\n * @param {?} list\n * @return {?}\n */\n (list) => {\n /** @type {?} */\n const remove = this.list === list;\n this.list = list;\n this.toggleList(this.list, remove);\n }));\n }\n /**\n * @private\n * @return {?}\n */\n toggleBold() {\n document.execCommand(\"bold\");\n this._selectionService.refreshSelection();\n }\n /**\n * @private\n * @return {?}\n */\n toggleUnderline() {\n document.execCommand(\"underline\");\n this._selectionService.refreshSelection();\n }\n /**\n * @private\n * @return {?}\n */\n toggleItalic() {\n document.execCommand(\"italic\");\n this._selectionService.refreshSelection();\n }\n /**\n * @private\n * @param {?} bgColor\n * @return {?}\n */\n setBgColor(bgColor) {\n document.execCommand(\"backColor\", false, bgColor);\n this._selectionService.refreshSelection();\n }\n /**\n * @private\n * @param {?} color\n * @return {?}\n */\n setColor(color) {\n document.execCommand(\"foreColor\", false, color);\n this._selectionService.refreshSelection();\n }\n /**\n * @private\n * @param {?} fontSize\n * @return {?}\n */\n setFontSize(fontSize) {\n if (document.getSelection().toString()) {\n /** @type {?} */\n let spanString = \"\" +\n document.getSelection() + \"\";\n if (this.bold) {\n spanString = \"\" + spanString + \"\";\n }\n if (this.italic) {\n spanString = \"\" + spanString + \"\";\n }\n if (this.underline) {\n spanString = \"\" + spanString + \"\";\n }\n if (this.strikeout) {\n spanString = \"\" + spanString + \"\";\n }\n document.execCommand('insertHTML', false, spanString);\n }\n else {\n document.execCommand(\"fontsize\", false, \"7\");\n }\n this._selectionService.refreshSelection();\n }\n /**\n * @private\n * @return {?}\n */\n toggleUndo() {\n document.execCommand(\"undo\");\n }\n /**\n * @private\n * @return {?}\n */\n toggleRedo() {\n document.execCommand(\"redo\");\n }\n /**\n * @private\n * @param {?} font\n * @return {?}\n */\n setFont(font) {\n document.execCommand(\"fontName\", false, font);\n this._selectionService.refreshSelection();\n }\n /**\n * @private\n * @return {?}\n */\n toggleStrikeout() {\n document.execCommand(\"strikeThrough\");\n this._selectionService.refreshSelection();\n }\n /**\n * @private\n * @param {?} align\n * @return {?}\n */\n toggleAlign(align) {\n if (this.isIE) {\n this.toggleAlignIE(align);\n return;\n }\n document.execCommand(\"styleWithCSS\", false, 'true');\n switch (align) {\n case 'center':\n document.execCommand('justifyCenter');\n break;\n case 'full':\n document.execCommand('justifyFull');\n break;\n case 'left':\n document.execCommand('justifyLeft');\n break;\n case 'right':\n document.execCommand('justifyRight');\n break;\n }\n this._selectionService.refreshSelection();\n }\n /**\n * @private\n * @param {?} align\n * @return {?}\n */\n toggleAlignIE(align) {\n this._selectionService.restoreSelection();\n this._selectionService.captureSelection();\n /** @type {?} */\n const selection = window.getSelection().focusNode.parentNode.parentNode;\n if (align === \"full\") {\n align = \"justify\";\n }\n $$6(selection).css(\"text-align\", align);\n this._selectionService.refreshSelection();\n }\n /**\n * @private\n * @param {?} list\n * @param {?} remove\n * @return {?}\n */\n toggleList(list, remove) {\n switch (list) {\n case 'unordered':\n document.execCommand('insertUnorderedList', remove);\n break;\n case 'ordered':\n document.execCommand('insertOrderedList', remove);\n break;\n }\n this._selectionService.refreshSelection();\n }\n}\nFormattingDirective.decorators = [\n { type: Directive, args: [{\n selector: '[gdFormatting]'\n },] }\n];\n/** @nocollapse */\nFormattingDirective.ctorParameters = () => [\n { type: FormattingService },\n { type: BackFormattingService },\n { type: SelectionService }\n];\nFormattingDirective.propDecorators = {\n mouseup: [{ type: HostListener, args: ['mouseup',] }]\n};\nif (false) {\n /**\n * @type {?}\n * @private\n */\n FormattingDirective.prototype.bold;\n /**\n * @type {?}\n * @private\n */\n FormattingDirective.prototype.italic;\n /**\n * @type {?}\n * @private\n */\n FormattingDirective.prototype.underline;\n /**\n * @type {?}\n * @private\n */\n FormattingDirective.prototype.color;\n /**\n * @type {?}\n * @private\n */\n FormattingDirective.prototype.bgColor;\n /**\n * @type {?}\n * @private\n */\n FormattingDirective.prototype.font;\n /**\n * @type {?}\n * @private\n */\n FormattingDirective.prototype.strikeout;\n /**\n * @type {?}\n * @private\n */\n FormattingDirective.prototype.align;\n /**\n * @type {?}\n * @private\n */\n FormattingDirective.prototype.list;\n /**\n * @type {?}\n * @private\n */\n FormattingDirective.prototype.isIE;\n /**\n * @type {?}\n * @private\n */\n FormattingDirective.prototype._formattingService;\n /**\n * @type {?}\n * @private\n */\n FormattingDirective.prototype._backFormattingService;\n /**\n * @type {?}\n * @private\n */\n FormattingDirective.prototype._selectionService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass SuccessModalComponent {\n constructor() { }\n /**\n * @return {?}\n */\n ngOnInit() {\n }\n}\nSuccessModalComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-success-modal',\n template: \"\\n
    \\n
    \\n \\n \\n
    \\n
    \\n
    \\n
    \\n
    \\n\",\n styles: [\".check_mark{margin:47px auto}.sa-icon{width:80px;height:80px;border:4px solid gray;border-radius:50%;padding:0;position:relative;box-sizing:content-box}#gd-modal-success{display:-webkit-box;display:flex;overflow:hidden;width:469px;height:183px}.sa-icon.sa-success{border-color:#4caf50;-webkit-transform:scale(1.18);transform:scale(1.18)}.sa-icon.sa-success::after,.sa-icon.sa-success::before{content:'';position:absolute;width:60px;height:120px;background:#fff}.sa-icon.sa-success::before{border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;transform-origin:60px 60px}.sa-icon.sa-success::after{border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 60px;transform-origin:0 60px}.sa-icon.sa-success .sa-placeholder{width:80px;height:80px;border:4px solid rgba(76,175,80,.5);border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}.sa-icon.sa-success .sa-fix{width:5px;height:90px;background-color:#fff;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sa-icon.sa-success.animate::after{-webkit-animation:4.25s ease-in rotatePlaceholder;animation:4.25s ease-in rotatePlaceholder}.animateSuccessTip{-webkit-animation:.75s animateSuccessTip;animation:.75s animateSuccessTip}.animateSuccessLong{-webkit-animation:.75s animateSuccessLong;animation:.75s animateSuccessLong}@-webkit-keyframes animateSuccessLong{0%,65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@-webkit-keyframes animateSuccessTip{0%,54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@keyframes animateSuccessTip{0%,54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@keyframes animateSuccessLong{0%,65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}.sa-icon.sa-success .sa-line{height:5px;background-color:#4caf50;display:block;border-radius:2px;position:absolute;z-index:2}.sa-icon.sa-success .sa-line.sa-tip{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sa-icon.sa-success .sa-line.sa-long{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}@-webkit-keyframes rotatePlaceholder{0%,5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}100%,12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}}@keyframes rotatePlaceholder{0%,5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}100%,12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}}@media (max-width:1037px){#gd-modal-success{left:50%;top:50%;position:relative;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}\"]\n }] }\n];\n/** @nocollapse */\nSuccessModalComponent.ctorParameters = () => [];\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass EditHtmlService {\n constructor() {\n this._observer = new Subject();\n this._htmlContent = this._observer.asObservable();\n }\n /**\n * @return {?}\n */\n get observer() {\n return this._observer;\n }\n /**\n * @return {?}\n */\n get htmlContent() {\n return this._htmlContent;\n }\n}\nEditHtmlService.decorators = [\n { type: Injectable, args: [{\n providedIn: 'root'\n },] }\n];\n/** @nocollapse */\nEditHtmlService.ctorParameters = () => [];\n/** @nocollapse */ EditHtmlService.ngInjectableDef = ɵɵdefineInjectable({ factory: function EditHtmlService_Factory() { return new EditHtmlService(); }, token: EditHtmlService, providedIn: \"root\" });\nif (false) {\n /**\n * @type {?}\n * @private\n */\n EditHtmlService.prototype._observer;\n /**\n * @type {?}\n * @private\n */\n EditHtmlService.prototype._htmlContent;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass EditorDirective {\n /**\n * @param {?} _selectionService\n * @param {?} _htmlService\n */\n constructor(_selectionService, _htmlService) {\n this._selectionService = _selectionService;\n this._htmlService = _htmlService;\n this.isIE = false || !!/(MSIE|Trident\\/|Edge\\/)/i.test(navigator.userAgent);\n }\n /**\n * @param {?} event\n * @return {?}\n */\n onInput(event) {\n this.text = event.target;\n if (this.isIE) {\n if (this.text.innerHTML) {\n /** @type {?} */\n const html = this.text.innerHTML.toString();\n this._htmlService.observer.next(html);\n }\n }\n }\n /**\n * @param {?} event\n * @return {?}\n */\n onMouseleave(event) {\n this._selectionService.captureSelection();\n // this code is required to fix IE11 issue - it doesn't trigger blur event, since that we need to save updated HTML here\n if (this.isIE) {\n this._htmlService.observer.next(event.target.innerHTML.toString());\n }\n }\n /**\n * @param {?} event\n * @return {?}\n */\n onBlur(event) {\n event.preventDefault();\n this._selectionService.restoreSelection();\n if (this.text.innerHTML) {\n /** @type {?} */\n const html = this.text.innerHTML.toString();\n this._htmlService.observer.next(html);\n }\n else {\n this._htmlService.observer.next(event.target.innerHTML.toString());\n }\n }\n}\nEditorDirective.decorators = [\n { type: Directive, args: [{\n selector: '[gdEditor]'\n },] }\n];\n/** @nocollapse */\nEditorDirective.ctorParameters = () => [\n { type: SelectionService },\n { type: EditHtmlService }\n];\nEditorDirective.propDecorators = {\n text: [{ type: Input }],\n onInput: [{ type: HostListener, args: ['keyup', ['$event'],] }],\n onMouseleave: [{ type: HostListener, args: ['mouseleave', ['$event'],] }],\n onBlur: [{ type: HostListener, args: ['blur', ['$event'],] }]\n};\nif (false) {\n /** @type {?} */\n EditorDirective.prototype.text;\n /**\n * @type {?}\n * @private\n */\n EditorDirective.prototype.isIE;\n /**\n * @type {?}\n * @private\n */\n EditorDirective.prototype._selectionService;\n /**\n * @type {?}\n * @private\n */\n EditorDirective.prototype._htmlService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass LoadingMaskService {\n constructor() {\n this.onLoadingChanged = new EventEmitter();\n this.stopList = [];\n this.requests = [];\n this.stopList.push(Api.SAVE_TEXT);\n this.stopList.push(Api.SAVE_OPTICAL_CODE);\n }\n /**\n * @param {?} req\n * @return {?}\n */\n onRequestStart(req) {\n /** @type {?} */\n const stop = this.stopList.find((/**\n * @param {?} x\n * @return {?}\n */\n x => req.url.includes(x)));\n if (!stop) {\n this.requests.push(req);\n this.notify();\n }\n }\n /**\n * @param {?} req\n * @return {?}\n */\n onRequestFinish(req) {\n /** @type {?} */\n const index = this.requests.indexOf(req);\n if (index !== -1) {\n this.requests.splice(index, 1);\n }\n this.notify();\n }\n /**\n * @private\n * @return {?}\n */\n notify() {\n this.onLoadingChanged.emit(this.requests.length !== 0);\n }\n}\nLoadingMaskService.decorators = [\n { type: Injectable }\n];\n/** @nocollapse */\nLoadingMaskService.ctorParameters = () => [];\nif (false) {\n /** @type {?} */\n LoadingMaskService.prototype.onLoadingChanged;\n /**\n * @type {?}\n * @private\n */\n LoadingMaskService.prototype.stopList;\n /**\n * @type {?}\n * @private\n */\n LoadingMaskService.prototype.requests;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass LoadingMaskComponent {\n /**\n * @param {?} _loadingMaskService\n */\n constructor(_loadingMaskService) {\n this._loadingMaskService = _loadingMaskService;\n this.loadingMask = false;\n }\n /**\n * @return {?}\n */\n ngOnInit() {\n }\n /**\n * @return {?}\n */\n ngAfterViewInit() {\n this._loadingMaskService\n .onLoadingChanged\n .subscribe((/**\n * @param {?} loading\n * @return {?}\n */\n (loading) => this.loadingMask = loading));\n }\n}\nLoadingMaskComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-loading-mask',\n template: \"
    \\n
    \\n  Loading... Please wait.\\n
    \\n
    \\n\",\n styles: [\".loading-wrapper{background:rgba(0,0,0,.5);width:100%;height:100%;font-size:14px;color:#fff;position:fixed;top:0;left:0;z-index:99999}.loading-message{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}\"]\n }] }\n];\n/** @nocollapse */\nLoadingMaskComponent.ctorParameters = () => [\n { type: LoadingMaskService }\n];\nLoadingMaskComponent.propDecorators = {\n loadingMask: [{ type: Input }]\n};\nif (false) {\n /** @type {?} */\n LoadingMaskComponent.prototype.loadingMask;\n /**\n * @type {?}\n * @private\n */\n LoadingMaskComponent.prototype._loadingMaskService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass LoadingMaskInterceptorService {\n /**\n * @param {?} _loadingMaskService\n */\n constructor(_loadingMaskService) {\n this._loadingMaskService = _loadingMaskService;\n }\n /**\n * @param {?} req\n * @param {?} next\n * @return {?}\n */\n intercept(req, next) {\n this._loadingMaskService.onRequestStart(req);\n /** @type {?} */\n const callback = (/**\n * @return {?}\n */\n () => this._loadingMaskService.onRequestFinish(req));\n return next.handle(req).pipe(finalize(callback));\n }\n}\nLoadingMaskInterceptorService.decorators = [\n { type: Injectable, args: [{\n providedIn: 'root'\n },] }\n];\n/** @nocollapse */\nLoadingMaskInterceptorService.ctorParameters = () => [\n { type: LoadingMaskService }\n];\n/** @nocollapse */ LoadingMaskInterceptorService.ngInjectableDef = ɵɵdefineInjectable({ factory: function LoadingMaskInterceptorService_Factory() { return new LoadingMaskInterceptorService(ɵɵinject(LoadingMaskService)); }, token: LoadingMaskInterceptorService, providedIn: \"root\" });\nif (false) {\n /**\n * @type {?}\n * @private\n */\n LoadingMaskInterceptorService.prototype._loadingMaskService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n/** @type {?} */\nconst horizontalAlignment = {\n center: {\n right: 'auto'\n },\n left: {\n right: '100%'\n },\n right: {\n right: '-100%'\n }\n};\n/** @type {?} */\nconst verticalAlignment = {\n center: {\n top: '0px',\n },\n top: {\n top: '-100%',\n right: '100%'\n },\n bottom: {\n top: 'autos'\n }\n};\n/**\n * DropDownToggleComponent\n */\nclass DropDownToggleComponent {\n /**\n * @param {?} dropdown\n */\n constructor(dropdown) {\n this.dropdown = dropdown;\n this.click = (/**\n * @param {?} event\n * @return {?}\n */\n (event) => this.dropdown.toggle(event));\n }\n}\nDropDownToggleComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-drop-down-toggle',\n template: '',\n encapsulation: ViewEncapsulation.None,\n styles: [\".drop-down{position:relative}.show .drop-down-items{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;position:absolute;z-index:1000;min-width:100%;max-height:300px;padding:0;background-color:#fff;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box;overflow-y:auto;overflow-x:hidden}.show .drop-down-items .drop-down-item,.show .drop-down-items gd-drop-down-item{color:#959da5;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between;cursor:pointer;font-size:10px;line-height:28px;min-height:28px;width:100%}.show .drop-down-items .drop-down-item fa-icon svg,.show .drop-down-items gd-drop-down-item fa-icon svg{margin:0 10px;color:#959da5}.show .drop-down-items .drop-down-item .text,.show .drop-down-items gd-drop-down-item .text{width:100%;margin-right:10px}.show .drop-down-items .drop-down-item:hover,.show .drop-down-items gd-drop-down-item:hover{background-color:#25c2d4}.show .drop-down-items .drop-down-item:hover *,.show .drop-down-items gd-drop-down-item:hover *{color:#fff}.drop-down-items{display:none}\"]\n }] }\n];\n/** @nocollapse */\nDropDownToggleComponent.ctorParameters = () => [\n { type: undefined, decorators: [{ type: Inject, args: [forwardRef((/**\n * @return {?}\n */\n () => DropDownComponent)),] }] }\n];\nDropDownToggleComponent.propDecorators = {\n click: [{ type: HostListener, args: ['click', ['$event'],] }]\n};\nif (false) {\n /** @type {?} */\n DropDownToggleComponent.prototype.click;\n /** @type {?} */\n DropDownToggleComponent.prototype.dropdown;\n}\n/**\n * DropDownItemsComponent\n */\nclass DropDownItemsComponent {\n /**\n * @param {?} dropdown\n */\n constructor(dropdown) {\n this.dropdown = dropdown;\n }\n /**\n * @return {?}\n */\n get horizontalAlign() {\n return horizontalAlignment[this.dropdown.getPlacement().h].right;\n }\n /**\n * @return {?}\n */\n get verticalAlign() {\n return verticalAlignment[this.dropdown.getPlacement().v].top;\n }\n /**\n * @return {?}\n */\n get isOpen() {\n return this.dropdown.open;\n }\n /**\n * @param {?} event\n * @return {?}\n */\n onClickOutside(event) {\n this.dropdown.close();\n }\n}\nDropDownItemsComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-drop-down-items',\n template: '
    ',\n encapsulation: ViewEncapsulation.None,\n styles: [\".drop-down{position:relative}.show .drop-down-items{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;position:absolute;z-index:1000;min-width:100%;max-height:300px;padding:0;background-color:#fff;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box;overflow-y:auto;overflow-x:hidden}.show .drop-down-items .drop-down-item,.show .drop-down-items gd-drop-down-item{color:#959da5;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between;cursor:pointer;font-size:10px;line-height:28px;min-height:28px;width:100%}.show .drop-down-items .drop-down-item fa-icon svg,.show .drop-down-items gd-drop-down-item fa-icon svg{margin:0 10px;color:#959da5}.show .drop-down-items .drop-down-item .text,.show .drop-down-items gd-drop-down-item .text{width:100%;margin-right:10px}.show .drop-down-items .drop-down-item:hover,.show .drop-down-items gd-drop-down-item:hover{background-color:#25c2d4}.show .drop-down-items .drop-down-item:hover *,.show .drop-down-items gd-drop-down-item:hover *{color:#fff}.drop-down-items{display:none}\"]\n }] }\n];\n/** @nocollapse */\nDropDownItemsComponent.ctorParameters = () => [\n { type: undefined, decorators: [{ type: Inject, args: [forwardRef((/**\n * @return {?}\n */\n () => DropDownComponent)),] }] }\n];\nif (false) {\n /** @type {?} */\n DropDownItemsComponent.prototype.dropdown;\n}\n/**\n * DropDownItemComponent\n */\nclass DropDownItemComponent {\n /**\n * @param {?} dropdown\n */\n constructor(dropdown) {\n this.dropdown = dropdown;\n this.class = 'drop-down-item';\n this.selected = new EventEmitter();\n this.click = (/**\n * @return {?}\n */\n () => this.selectEntry());\n }\n /**\n * @return {?}\n */\n selectEntry() {\n this.selected.next();\n this.dropdown.close();\n }\n}\nDropDownItemComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-drop-down-item',\n template: '
    ',\n styles: [\".drop-down{position:relative}.show .drop-down-items{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;position:absolute;z-index:1000;min-width:100%;max-height:300px;padding:0;background-color:#fff;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box;overflow-y:auto;overflow-x:hidden}.show .drop-down-items .drop-down-item,.show .drop-down-items gd-drop-down-item{color:#959da5;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between;cursor:pointer;font-size:10px;line-height:28px;min-height:28px;width:100%}.show .drop-down-items .drop-down-item fa-icon svg,.show .drop-down-items gd-drop-down-item fa-icon svg{margin:0 10px;color:#959da5}.show .drop-down-items .drop-down-item .text,.show .drop-down-items gd-drop-down-item .text{width:100%;margin-right:10px}.show .drop-down-items .drop-down-item:hover,.show .drop-down-items gd-drop-down-item:hover{background-color:#25c2d4}.show .drop-down-items .drop-down-item:hover *,.show .drop-down-items gd-drop-down-item:hover *{color:#fff}.drop-down-items{display:none}\"]\n }] }\n];\n/** @nocollapse */\nDropDownItemComponent.ctorParameters = () => [\n { type: undefined, decorators: [{ type: Inject, args: [forwardRef((/**\n * @return {?}\n */\n () => DropDownComponent)),] }] }\n];\nDropDownItemComponent.propDecorators = {\n class: [{ type: HostBinding, args: ['class',] }],\n selected: [{ type: Output }],\n click: [{ type: HostListener, args: ['click',] }]\n};\nif (false) {\n /** @type {?} */\n DropDownItemComponent.prototype.class;\n /** @type {?} */\n DropDownItemComponent.prototype.selected;\n /** @type {?} */\n DropDownItemComponent.prototype.click;\n /** @type {?} */\n DropDownItemComponent.prototype.dropdown;\n}\n/**\n * DropDownComponent\n */\nclass DropDownComponent {\n constructor() {\n this.placement = {\n h: \"center\",\n v: \"bottom\"\n };\n this.open = false;\n this.class = 'drop-down';\n }\n /**\n * @return {?}\n */\n close() {\n this.open = false;\n }\n /**\n * @param {?} event\n * @return {?}\n */\n toggle(event) {\n event.stopPropagation();\n this.open = !this.open;\n document.body.click();\n }\n /**\n * @return {?}\n */\n getPlacement() {\n return this.placement;\n }\n}\nDropDownComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-drop-down',\n template: '
    ',\n encapsulation: ViewEncapsulation.None,\n styles: [\".drop-down{position:relative}.show .drop-down-items{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;position:absolute;z-index:1000;min-width:100%;max-height:300px;padding:0;background-color:#fff;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box;overflow-y:auto;overflow-x:hidden}.show .drop-down-items .drop-down-item,.show .drop-down-items gd-drop-down-item{color:#959da5;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between;cursor:pointer;font-size:10px;line-height:28px;min-height:28px;width:100%}.show .drop-down-items .drop-down-item fa-icon svg,.show .drop-down-items gd-drop-down-item fa-icon svg{margin:0 10px;color:#959da5}.show .drop-down-items .drop-down-item .text,.show .drop-down-items gd-drop-down-item .text{width:100%;margin-right:10px}.show .drop-down-items .drop-down-item:hover,.show .drop-down-items gd-drop-down-item:hover{background-color:#25c2d4}.show .drop-down-items .drop-down-item:hover *,.show .drop-down-items gd-drop-down-item:hover *{color:#fff}.drop-down-items{display:none}\"]\n }] }\n];\nDropDownComponent.propDecorators = {\n placement: [{ type: Input }],\n open: [{ type: Input }, { type: HostBinding, args: ['class.show',] }],\n class: [{ type: HostBinding, args: ['class',] }]\n};\nif (false) {\n /** @type {?} */\n DropDownComponent.prototype.placement;\n /** @type {?} */\n DropDownComponent.prototype.open;\n /** @type {?} */\n DropDownComponent.prototype.class;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass LeftSideBarComponent {\n constructor() {\n this.showSpinner = false;\n }\n /**\n * @return {?}\n */\n ngOnInit() {\n }\n}\nLeftSideBarComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-left-side-bar',\n template: \"
    \\n
    \\n
     Loading...\\n
    \\n
    \\n \\n
    \\n\",\n styles: [\".left-panel{border-radius:0;float:left}.gd-left-bar-fade{margin:auto;overflow:hidden;-webkit-overflow-scrolling:touch;-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;width:100%;height:100%;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;position:fixed;z-index:1000}@media (max-width:1037px){.gd-left-bar-fade{top:100px;right:0}.gd-left-bar-spinner{top:20%}}\"]\n }] }\n];\n/** @nocollapse */\nLeftSideBarComponent.ctorParameters = () => [];\nLeftSideBarComponent.propDecorators = {\n showSpinner: [{ type: Input }]\n};\nif (false) {\n /** @type {?} */\n LeftSideBarComponent.prototype.showSpinner;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass TooltipDirective {\n constructor() {\n this.showToolTip = new EventEmitter();\n }\n /**\n * @return {?}\n */\n onHovering() {\n this.showToolTip.emit(true);\n }\n /**\n * @return {?}\n */\n onUnhovering() {\n this.showToolTip.emit(false);\n }\n}\nTooltipDirective.decorators = [\n { type: Directive, args: [{\n selector: '[gdTooltip]'\n },] }\n];\n/** @nocollapse */\nTooltipDirective.ctorParameters = () => [];\nTooltipDirective.propDecorators = {\n showToolTip: [{ type: Output }],\n onHovering: [{ type: HostListener, args: ['mouseenter',] }],\n onUnhovering: [{ type: HostListener, args: ['mouseleave',] }]\n};\nif (false) {\n /** @type {?} */\n TooltipDirective.prototype.showToolTip;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass AddDynamicComponentService {\n /**\n * @param {?} _factoryResolver\n * @param {?} _appRef\n */\n constructor(_factoryResolver, _appRef) {\n this._factoryResolver = _factoryResolver;\n this._appRef = _appRef;\n }\n /**\n * @param {?} viewContainerRef\n * @param {?} component\n * @return {?}\n */\n addDynamicComponent(viewContainerRef, component) {\n /** @type {?} */\n const factory = this._factoryResolver.resolveComponentFactory(component);\n /** @type {?} */\n const componentRef = viewContainerRef.createComponent(factory);\n componentRef.onDestroy((/**\n * @return {?}\n */\n () => {\n this._appRef.detachView(componentRef.hostView);\n }));\n return componentRef;\n }\n}\nAddDynamicComponentService.decorators = [\n { type: Injectable, args: [{\n providedIn: 'root'\n },] }\n];\n/** @nocollapse */\nAddDynamicComponentService.ctorParameters = () => [\n { type: ComponentFactoryResolver },\n { type: ApplicationRef }\n];\n/** @nocollapse */ AddDynamicComponentService.ngInjectableDef = ɵɵdefineInjectable({ factory: function AddDynamicComponentService_Factory() { return new AddDynamicComponentService(ɵɵinject(ComponentFactoryResolver), ɵɵinject(ApplicationRef)); }, token: AddDynamicComponentService, providedIn: \"root\" });\nif (false) {\n /**\n * @type {?}\n * @private\n */\n AddDynamicComponentService.prototype._factoryResolver;\n /**\n * @type {?}\n * @private\n */\n AddDynamicComponentService.prototype._appRef;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass HostingDynamicComponentService {\n constructor() {\n this.hosts = [];\n }\n /**\n * @param {?} host\n * @return {?}\n */\n add(host) {\n this.hosts = this.hosts.filter((/**\n * @param {?} h\n * @return {?}\n */\n function (h) {\n return h.ident !== host.ident;\n }));\n this.hosts.push(host);\n }\n /**\n * @param {?} host\n * @return {?}\n */\n remove(host) {\n this.hosts = this.hosts.filter((/**\n * @param {?} h\n * @return {?}\n */\n function (h) {\n return h.ident !== host.ident;\n }));\n }\n /**\n * @param {?} ident\n * @return {?}\n */\n find(ident) {\n return this.hosts.find((/**\n * @param {?} h\n * @return {?}\n */\n function (h) {\n return h.ident === ident;\n }));\n }\n}\nif (false) {\n /**\n * @type {?}\n * @private\n */\n HostingDynamicComponentService.prototype.hosts;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass HostDynamicDirective {\n /**\n * @param {?} viewContainerRef\n * @param {?} _hostingService\n */\n constructor(viewContainerRef, _hostingService) {\n this.viewContainerRef = viewContainerRef;\n this._hostingService = _hostingService;\n }\n /**\n * @return {?}\n */\n ngAfterViewInit() {\n this._hostingService.add(this);\n }\n /**\n * @return {?}\n */\n ngOnDestroy() {\n this._hostingService.remove(this);\n this.viewContainerRef.clear();\n }\n}\nHostDynamicDirective.decorators = [\n { type: Directive, args: [{\n selector: '[gdHostDynamic]'\n },] }\n];\n/** @nocollapse */\nHostDynamicDirective.ctorParameters = () => [\n { type: ViewContainerRef },\n { type: HostingDynamicComponentService }\n];\nHostDynamicDirective.propDecorators = {\n ident: [{ type: Input }]\n};\nif (false) {\n /** @type {?} */\n HostDynamicDirective.prototype.ident;\n /** @type {?} */\n HostDynamicDirective.prototype.viewContainerRef;\n /**\n * @type {?}\n * @private\n */\n HostDynamicDirective.prototype._hostingService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n/** @type {?} */\nconst $$7 = jquery;\nclass ResizingComponent {\n constructor() {\n this.se = false;\n this.ne = false;\n this.sw = false;\n this.nw = false;\n this.SE = 'se';\n this.NE = 'ne';\n this.SW = 'sw';\n this.NW = 'nw';\n this.offsetX = new EventEmitter();\n this.offsetY = new EventEmitter();\n this.offsetTop = new EventEmitter();\n this.offsetLeft = new EventEmitter();\n this.release = new EventEmitter();\n this.grab = false;\n }\n /**\n * @return {?}\n */\n ngAfterViewInit() {\n /** @type {?} */\n const elSE = $$7(this.getElementId(this.SE));\n /** @type {?} */\n const elNW = $$7(this.getElementId(this.NW));\n if (this.init && elSE && elNW && elSE.offset() && elNW.offset()) {\n /** @type {?} */\n let width = elSE.offset().left - elNW.offset().left;\n /** @type {?} */\n let height = elSE.offset().top - elNW.offset().top;\n while (width >= this.pageWidth || height >= this.pageHeight) {\n width = width / 2;\n height = height / 2;\n }\n setTimeout((/**\n * @return {?}\n */\n () => {\n this.offsetX.emit(width);\n this.offsetY.emit(height);\n }), 100);\n }\n }\n /**\n * @return {?}\n */\n ngOnInit() {\n }\n /**\n * @param {?} $event\n * @return {?}\n */\n catchUp($event) {\n // ff\n $event.preventDefault();\n if ($event.dataTransfer) { // ff\n $event.dataTransfer.setData('text', 'foo');\n }\n this.grab = true;\n this.oldPosition = Utils.getMousePosition($event);\n }\n /**\n * @param {?} $event\n * @param {?} el\n * @return {?}\n */\n resize($event, el) {\n if (!this.grab) {\n return;\n }\n /** @type {?} */\n const position = Utils.getMousePosition($event);\n if (position.x === 0 && position.y === 0) {\n return;\n }\n /** @type {?} */\n const notSW = this.NE === el || this.NW === el;\n /** @type {?} */\n const notNE = this.SW === el || this.NW === el;\n this.setOffsets(position, notNE, notSW);\n if (notSW) {\n this.offsetTop.emit(position.y - this.oldPosition.y);\n }\n if (notNE) {\n this.offsetLeft.emit(position.x - this.oldPosition.x);\n }\n this.oldPosition = position;\n }\n /**\n * @private\n * @param {?} position\n * @param {?} x\n * @param {?} y\n * @return {?}\n */\n setOffsets(position, x, y) {\n /** @type {?} */\n const offsetX = x ? this.oldPosition.x - position.x : position.x - this.oldPosition.x;\n /** @type {?} */\n const offsetY = y ? this.oldPosition.y - position.y : position.y - this.oldPosition.y;\n this.offsetX.emit(offsetX);\n this.offsetY.emit(offsetY);\n }\n /**\n * @param {?} $event\n * @param {?} el\n * @return {?}\n */\n end($event, el) {\n // ff\n this.resize($event, el);\n this.release.emit(true);\n this.grab = false;\n }\n /**\n * @param {?} $event\n * @return {?}\n */\n start($event) {\n this.drop($event);\n }\n /**\n * @param {?} $event\n * @return {?}\n */\n drop($event) {\n $event.stopPropagation();\n $event.preventDefault();\n }\n /**\n * @private\n * @param {?} el\n * @return {?}\n */\n getElementId(el) {\n return \"#\" + el + \"-\" + this.id;\n }\n}\nResizingComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-resizing',\n template: \"
    \\n\\n
    \\n\\n
    \\n\\n
    \\n\",\n styles: [\".ui-resizable-handle{background-color:#679ffa;width:8px;height:8px;border-radius:100%;position:absolute;font-size:.1px;display:block}.se-resize{bottom:-5px;right:-5px;cursor:se-resize}.ne-resize{top:-5px;right:-5px;cursor:ne-resize}.sw-resize{bottom:-5px;left:-5px;cursor:sw-resize}.nw-resize{top:-5px;left:-5px;cursor:nw-resize}\"]\n }] }\n];\n/** @nocollapse */\nResizingComponent.ctorParameters = () => [];\nResizingComponent.propDecorators = {\n init: [{ type: Input }],\n id: [{ type: Input }],\n se: [{ type: Input }],\n ne: [{ type: Input }],\n sw: [{ type: Input }],\n nw: [{ type: Input }],\n pageWidth: [{ type: Input }],\n pageHeight: [{ type: Input }],\n offsetX: [{ type: Output }],\n offsetY: [{ type: Output }],\n offsetTop: [{ type: Output }],\n offsetLeft: [{ type: Output }],\n release: [{ type: Output }]\n};\nif (false) {\n /** @type {?} */\n ResizingComponent.prototype.init;\n /** @type {?} */\n ResizingComponent.prototype.id;\n /** @type {?} */\n ResizingComponent.prototype.se;\n /** @type {?} */\n ResizingComponent.prototype.ne;\n /** @type {?} */\n ResizingComponent.prototype.sw;\n /** @type {?} */\n ResizingComponent.prototype.nw;\n /** @type {?} */\n ResizingComponent.prototype.pageWidth;\n /** @type {?} */\n ResizingComponent.prototype.pageHeight;\n /** @type {?} */\n ResizingComponent.prototype.SE;\n /** @type {?} */\n ResizingComponent.prototype.NE;\n /** @type {?} */\n ResizingComponent.prototype.SW;\n /** @type {?} */\n ResizingComponent.prototype.NW;\n /** @type {?} */\n ResizingComponent.prototype.offsetX;\n /** @type {?} */\n ResizingComponent.prototype.offsetY;\n /** @type {?} */\n ResizingComponent.prototype.offsetTop;\n /** @type {?} */\n ResizingComponent.prototype.offsetLeft;\n /** @type {?} */\n ResizingComponent.prototype.release;\n /**\n * @type {?}\n * @private\n */\n ResizingComponent.prototype.grab;\n /**\n * @type {?}\n * @private\n */\n ResizingComponent.prototype.oldPosition;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass TopTabActivatorService extends TabActivatorService {\n constructor() {\n super();\n }\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass TopTabComponent {\n /**\n * @param {?} _tabActivatorService\n * @param {?} _modalService\n * @param {?} _excMessageService\n */\n constructor(_tabActivatorService, _modalService, _excMessageService) {\n this._tabActivatorService = _tabActivatorService;\n this._modalService = _modalService;\n this._excMessageService = _excMessageService;\n this.disabled = false;\n this.activeTab = new EventEmitter();\n this.active = false;\n this.showToolTip = false;\n this._tabActivatorService.activeTabChange.subscribe((/**\n * @param {?} tabId\n * @return {?}\n */\n (tabId) => {\n this.activation(tabId);\n if (tabId === null) {\n this.activeTab.emit(\"\");\n }\n }));\n }\n /**\n * @private\n * @param {?} tabId\n * @return {?}\n */\n activation(tabId) {\n if (this.id === tabId) {\n this.active = !this.active;\n if (this.active) {\n this.activeTab.emit(this.id);\n }\n else {\n this.activeTab.emit(\"\");\n }\n }\n else {\n this.active = false;\n }\n }\n /**\n * @return {?}\n */\n ngOnInit() {\n }\n /**\n * @return {?}\n */\n toggleTab() {\n if (this.disabled) {\n this._modalService.open(CommonModals.ErrorMessage);\n this._excMessageService.changeMessage(\"Please open document first\");\n return;\n }\n this._tabActivatorService.changeActiveTab(this.id);\n }\n}\nTopTabComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-top-tab',\n template: \"
    \\n \\n \\n
    \\n\",\n styles: [\".gd-tab{font-size:14px;color:#3e4e5a;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;min-width:36px;height:36px;text-align:center;position:relative;white-space:nowrap;padding:0!important;margin:0 10px}.gd-tab.active{background-color:#acacac;color:#fff!important;font-weight:700}.gd-tab.disabled{cursor:not-allowed;opacity:.4}.gd-tab ::ng-deep .tooltip{font-size:12px;margin:20px -57px}.gd-tab .title{margin:auto 23px}@media (max-width:1037px){.gd-tab{font-size:20px}}\"]\n }] }\n];\n/** @nocollapse */\nTopTabComponent.ctorParameters = () => [\n { type: TopTabActivatorService },\n { type: ModalService },\n { type: ExceptionMessageService }\n];\nTopTabComponent.propDecorators = {\n id: [{ type: Input }],\n icon: [{ type: Input }],\n disabled: [{ type: Input }],\n tooltip: [{ type: Input }],\n activeTab: [{ type: Output }]\n};\nif (false) {\n /** @type {?} */\n TopTabComponent.prototype.id;\n /** @type {?} */\n TopTabComponent.prototype.icon;\n /** @type {?} */\n TopTabComponent.prototype.disabled;\n /** @type {?} */\n TopTabComponent.prototype.tooltip;\n /** @type {?} */\n TopTabComponent.prototype.activeTab;\n /** @type {?} */\n TopTabComponent.prototype.active;\n /** @type {?} */\n TopTabComponent.prototype.showToolTip;\n /**\n * @type {?}\n * @private\n */\n TopTabComponent.prototype._tabActivatorService;\n /**\n * @type {?}\n * @private\n */\n TopTabComponent.prototype._modalService;\n /**\n * @type {?}\n * @private\n */\n TopTabComponent.prototype._excMessageService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n/** @type {?} */\nconst $$8 = jquery;\nclass TextMenuComponent {\n /**\n * @param {?} _onCloseService\n */\n constructor(_onCloseService) {\n this._onCloseService = _onCloseService;\n this.decoration = true;\n this.outFontSize = new EventEmitter();\n this.outFont = new EventEmitter();\n this.outBold = new EventEmitter();\n this.outItalic = new EventEmitter();\n this.outUnderline = new EventEmitter();\n this.outColor = new EventEmitter();\n this.fontSizeOptions = FormattingService.getFontSizeOptions();\n this.fontOptions = FormattingService.getFontOptions();\n this.colorPickerShow = false;\n _onCloseService.onClose.subscribe((/**\n * @return {?}\n */\n () => {\n this.colorPickerShow = false;\n }));\n }\n /**\n * @return {?}\n */\n ngOnInit() {\n }\n /**\n * @param {?} $event\n * @return {?}\n */\n selectFontSize($event) {\n $$8(\".gd-wrapper\").off(\"keyup\");\n this.outFontSize.emit($event.value);\n $$8(\".gd-wrapper\").on(\"keyup\", (/**\n * @return {?}\n */\n () => {\n /** @type {?} */\n const fontElements = document.getElementsByTagName(\"font\");\n for (let i = 0, len = fontElements.length; i < len; ++i) {\n if (fontElements[i].getAttribute('size') === \"7\") {\n fontElements[i].removeAttribute(\"size\");\n fontElements[i].style.fontSize = $event + \"px\";\n }\n }\n }));\n }\n /**\n * @param {?} $event\n * @return {?}\n */\n selectFont($event) {\n event.preventDefault();\n event.stopPropagation();\n this.outFont.emit($event.value);\n }\n /**\n * @param {?} $event\n * @return {?}\n */\n toggleColorPicker($event) {\n $event.preventDefault();\n $event.stopPropagation();\n this.colorPickerShow = !this.colorPickerShow;\n }\n /**\n * @param {?} $event\n * @return {?}\n */\n selectColor($event) {\n this.colorPickerShow = false;\n this.outColor.emit($event);\n }\n /**\n * @param {?} event\n * @return {?}\n */\n toggleBold(event) {\n event.preventDefault();\n event.stopPropagation();\n this.outBold.emit(!this.bold);\n }\n /**\n * @param {?} event\n * @return {?}\n */\n toggleItalic(event) {\n event.preventDefault();\n event.stopPropagation();\n this.outItalic.emit(!this.italic);\n }\n /**\n * @param {?} event\n * @return {?}\n */\n toggleUnderline(event) {\n event.preventDefault();\n event.stopPropagation();\n this.outUnderline.emit(!this.underline);\n }\n /**\n * @param {?} $event\n * @return {?}\n */\n closePicker($event) {\n this.colorPickerShow = !$event;\n }\n}\nTextMenuComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-text-menu',\n template: \"
    \\n \\n \\n \\n \\n \\n \\n
    \\n
    \\n \\n \\n
    \\n\",\n styles: [\"::ng-deep .active{background-color:#e7e7e7}.gd-text-menu{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.gd-text-menu .format-select{height:37px;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;max-width:80px;margin:0 3px}.gd-text-menu .first-component{margin-left:8px}.gd-text-menu ::ng-deep .dropdown-menu{top:40px!important;height:120px;overflow-y:auto}.gd-text-menu ::ng-deep .icon-button{margin:0!important}.bg-color-pic{border-radius:100%;border:1px solid #ccc;position:absolute;height:8px;width:8px;right:6px;bottom:6px}.palette{position:relative;top:40px;left:-55px;z-index:100}@media (max-width:1037px){.gd-text-menu{position:fixed;bottom:0;left:0;right:0;width:100%;height:60px;-webkit-box-align:center;align-items:center;padding:0;margin:0;background-color:#fff;border-top:2px solid #707070}.gd-text-menu ::ng-deep .selected-value{white-space:normal!important;word-wrap:break-word}.gd-text-menu .icon{color:#fff;margin:0 9px}.gd-text-menu ::ng-deep .bcPicker-palette{left:-200px;top:-200px}.gd-text-menu .palette{top:unset;bottom:40px;left:unset;right:5px}.gd-text-menu ::ng-deep .dropdown-menu{bottom:40px;top:unset!important}.gd-text-menu ::ng-deep .button{margin:3px!important}}\"]\n }] }\n];\n/** @nocollapse */\nTextMenuComponent.ctorParameters = () => [\n { type: OnCloseService }\n];\nTextMenuComponent.propDecorators = {\n blur: [{ type: Input }],\n fontSize: [{ type: Input }],\n font: [{ type: Input }],\n bold: [{ type: Input }],\n italic: [{ type: Input }],\n underline: [{ type: Input }],\n color: [{ type: Input }],\n decoration: [{ type: Input }],\n outFontSize: [{ type: Output }],\n outFont: [{ type: Output }],\n outBold: [{ type: Output }],\n outItalic: [{ type: Output }],\n outUnderline: [{ type: Output }],\n outColor: [{ type: Output }]\n};\nif (false) {\n /** @type {?} */\n TextMenuComponent.prototype.blur;\n /** @type {?} */\n TextMenuComponent.prototype.fontSize;\n /** @type {?} */\n TextMenuComponent.prototype.font;\n /** @type {?} */\n TextMenuComponent.prototype.bold;\n /** @type {?} */\n TextMenuComponent.prototype.italic;\n /** @type {?} */\n TextMenuComponent.prototype.underline;\n /** @type {?} */\n TextMenuComponent.prototype.color;\n /** @type {?} */\n TextMenuComponent.prototype.decoration;\n /** @type {?} */\n TextMenuComponent.prototype.outFontSize;\n /** @type {?} */\n TextMenuComponent.prototype.outFont;\n /** @type {?} */\n TextMenuComponent.prototype.outBold;\n /** @type {?} */\n TextMenuComponent.prototype.outItalic;\n /** @type {?} */\n TextMenuComponent.prototype.outUnderline;\n /** @type {?} */\n TextMenuComponent.prototype.outColor;\n /** @type {?} */\n TextMenuComponent.prototype.fontSizeOptions;\n /** @type {?} */\n TextMenuComponent.prototype.fontOptions;\n /** @type {?} */\n TextMenuComponent.prototype.colorPickerShow;\n /**\n * @type {?}\n * @private\n */\n TextMenuComponent.prototype._onCloseService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nclass MenuType {\n}\nMenuType.FOR_SIGNATURE = \"signature\";\nMenuType.FOR_ANNOTATION = \"annotation\";\nif (false) {\n /** @type {?} */\n MenuType.FOR_SIGNATURE;\n /** @type {?} */\n MenuType.FOR_ANNOTATION;\n}\nclass ContextMenuComponent {\n /**\n * @param {?} _windowService\n */\n constructor(_windowService) {\n this._windowService = _windowService;\n this.formatting = Formatting.default();\n this.lock = false;\n this.translation = 0;\n this.changeFormatting = new EventEmitter();\n this.removeItem = new EventEmitter();\n this.copySign = new EventEmitter();\n this.lockOut = new EventEmitter();\n this.comment = new EventEmitter();\n this.isMobile = _windowService.isMobile();\n _windowService.onResize.subscribe((/**\n * @param {?} w\n * @return {?}\n */\n (w) => {\n this.isMobile = _windowService.isMobile();\n }));\n }\n /**\n * @return {?}\n */\n ngOnInit() {\n }\n /**\n * @return {?}\n */\n saveChanges() {\n this.changeFormatting.emit(this.formatting);\n }\n /**\n * @param {?} $event\n * @return {?}\n */\n selectFontSize($event) {\n this.formatting.fontSize = $event;\n this.saveChanges();\n }\n /**\n * @param {?} $event\n * @return {?}\n */\n selectFont($event) {\n this.formatting.font = $event;\n this.saveChanges();\n }\n /**\n * @param {?} $event\n * @return {?}\n */\n selectColor($event) {\n this.formatting.color = $event;\n this.saveChanges();\n }\n /**\n * @param {?} $event\n * @return {?}\n */\n toggleBold($event) {\n this.formatting.bold = $event;\n this.saveChanges();\n }\n /**\n * @param {?} $event\n * @return {?}\n */\n toggleItalic($event) {\n this.formatting.italic = $event;\n this.saveChanges();\n }\n /**\n * @param {?} $event\n * @return {?}\n */\n toggleUnderline($event) {\n this.formatting.underline = $event;\n this.saveChanges();\n }\n /**\n * @return {?}\n */\n deleteItem() {\n this.removeItem.emit(true);\n }\n /**\n * @return {?}\n */\n toggleLock() {\n this.lock = !this.lock;\n this.lockOut.emit(this.lock);\n }\n /**\n * @return {?}\n */\n onCopySign() {\n this.copySign.emit(true);\n }\n /**\n * @return {?}\n */\n isSignature() {\n return this.menuType === MenuType.FOR_SIGNATURE;\n }\n /**\n * @return {?}\n */\n isAnnotation() {\n return this.menuType === MenuType.FOR_ANNOTATION;\n }\n /**\n * @return {?}\n */\n addComment() {\n this.comment.emit(true);\n }\n}\nContextMenuComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-context-menu',\n template: \"
    10 ? 'gd-context-menu-top' : 'gd-context-menu-bottom'\\\">\\n \\n \\n \\n \\n \\n \\n
    \\n\",\n styles: [\".gd-context-menu-top{top:-44px}.gd-context-menu-bottom{bottom:-40px}.gd-context-menu{box-shadow:rgba(0,0,0,.52) 0 0 5px;background-color:#fff;position:absolute;left:0;right:0;margin:auto;cursor:default;width:max-content;width:-moz-max-content;width:-webkit-max-content;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;z-index:999}.gd-context-menu .arrows{cursor:move}.gd-context-menu ::ng-deep .active{background-color:#e7e7e7}.gd-context-menu ::ng-deep .icon-button{margin:0!important}@media (max-width:1037px){.gd-context-menu-top{top:-34px}}\"]\n }] }\n];\n/** @nocollapse */\nContextMenuComponent.ctorParameters = () => [\n { type: WindowService }\n];\nContextMenuComponent.propDecorators = {\n formatting: [{ type: Input }],\n textMenu: [{ type: Input }],\n topPosition: [{ type: Input }],\n lock: [{ type: Input }],\n translation: [{ type: Input }],\n menuType: [{ type: Input }],\n changeFormatting: [{ type: Output }],\n removeItem: [{ type: Output }],\n copySign: [{ type: Output }],\n lockOut: [{ type: Output }],\n comment: [{ type: Output }]\n};\nif (false) {\n /** @type {?} */\n ContextMenuComponent.prototype.formatting;\n /** @type {?} */\n ContextMenuComponent.prototype.textMenu;\n /** @type {?} */\n ContextMenuComponent.prototype.topPosition;\n /** @type {?} */\n ContextMenuComponent.prototype.lock;\n /** @type {?} */\n ContextMenuComponent.prototype.translation;\n /** @type {?} */\n ContextMenuComponent.prototype.menuType;\n /** @type {?} */\n ContextMenuComponent.prototype.changeFormatting;\n /** @type {?} */\n ContextMenuComponent.prototype.removeItem;\n /** @type {?} */\n ContextMenuComponent.prototype.copySign;\n /** @type {?} */\n ContextMenuComponent.prototype.lockOut;\n /** @type {?} */\n ContextMenuComponent.prototype.comment;\n /** @type {?} */\n ContextMenuComponent.prototype.isMobile;\n /**\n * @type {?}\n * @private\n */\n ContextMenuComponent.prototype._windowService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n/** @type {?} */\nconst providers = [ConfigService,\n Api,\n ModalService,\n FileService,\n FileModel,\n FileUtil,\n Utils,\n SanitizeHtmlPipe,\n SanitizeResourceHtmlPipe,\n SanitizeStylePipe,\n HighlightSearchPipe,\n UploadFilesService,\n RenderPrintService,\n NavigateService,\n PagePreloadService,\n ZoomService,\n ExceptionMessageService,\n PasswordService,\n ErrorInterceptorService,\n SearchService,\n WindowService,\n ViewportService,\n FormattingService,\n BackFormattingService,\n OnCloseService,\n LoadingMaskInterceptorService,\n LoadingMaskService,\n TabActivatorService,\n AddDynamicComponentService,\n HostingDynamicComponentService,\n TopTabActivatorService];\nclass CommonComponentsModule {\n constructor() {\n library.add(fas, far);\n }\n}\nCommonComponentsModule.decorators = [\n { type: NgModule, args: [{\n imports: [CommonModule, FontAwesomeModule, ClickOutsideModule],\n declarations: [\n TopToolbarComponent,\n SidePanelComponent,\n ButtonComponent,\n LogoComponent,\n TooltipComponent,\n ModalComponent,\n BrowseFilesModalComponent,\n DocumentComponent,\n PageComponent,\n SanitizeHtmlPipe,\n SanitizeResourceHtmlPipe,\n SanitizeStylePipe,\n HighlightSearchPipe,\n UploadFileZoneComponent,\n DndDirective,\n ScrollableDirective,\n ZoomDirective,\n SelectComponent,\n DisabledCursorDirective,\n RotationDirective,\n InitStateComponent,\n RenderPrintDirective,\n ErrorModalComponent,\n PasswordRequiredComponent,\n SearchComponent,\n SearchableDirective,\n TabbedToolbarsComponent,\n TabComponent,\n TabsComponent,\n ColorPickerComponent,\n FormattingDirective,\n SuccessModalComponent,\n EditorDirective,\n LoadingMaskComponent,\n DropDownComponent,\n DropDownItemComponent,\n DropDownItemsComponent,\n DropDownToggleComponent,\n LeftSideBarComponent,\n TooltipDirective,\n HostDynamicDirective,\n ResizingComponent,\n TopTabComponent,\n TextMenuComponent,\n ContextMenuComponent\n ],\n exports: [\n TopToolbarComponent,\n SidePanelComponent,\n ButtonComponent,\n LogoComponent,\n TooltipComponent,\n ModalComponent,\n BrowseFilesModalComponent,\n DocumentComponent,\n PageComponent,\n SanitizeResourceHtmlPipe,\n SanitizeStylePipe,\n HighlightSearchPipe,\n SanitizeHtmlPipe,\n UploadFileZoneComponent,\n ScrollableDirective,\n SelectComponent,\n RotationDirective,\n InitStateComponent,\n RenderPrintDirective,\n ErrorModalComponent,\n PasswordRequiredComponent,\n SearchComponent,\n SearchableDirective,\n TabbedToolbarsComponent,\n TabComponent,\n TabsComponent,\n ColorPickerComponent,\n FormattingDirective,\n SuccessModalComponent,\n LoadingMaskComponent,\n DndDirective,\n DropDownComponent,\n DropDownItemComponent,\n DropDownItemsComponent,\n DropDownToggleComponent,\n ZoomDirective,\n DropDownToggleComponent,\n LeftSideBarComponent,\n TooltipDirective,\n HostDynamicDirective,\n ResizingComponent,\n TopTabComponent,\n TextMenuComponent,\n ContextMenuComponent\n ],\n providers: providers\n },] }\n];\n/** @nocollapse */\nCommonComponentsModule.ctorParameters = () => [];\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n\nexport { AddDynamicComponentService, Api, BackFormattingService, BrowseFilesModalComponent, ButtonComponent, ColorPickerComponent, CommonComponentsModule, CommonModals, ConfigService, ContextMenuComponent, DisabledCursorDirective, DndDirective, DocumentComponent, DropDownComponent, DropDownItemComponent, DropDownItemsComponent, DropDownToggleComponent, EditHtmlService, EditorDirective, ErrorInterceptorService, ErrorModalComponent, ExceptionMessageService, FileCredentials, FileDescription, FileModel, FileService, FileUtil, Formatting, FormattingDirective, FormattingService, HighlightSearchPipe, HostDynamicDirective, HostingDynamicComponentService, HttpError, InitStateComponent, LeftSideBarComponent, LoadingMaskComponent, LoadingMaskInterceptorService, LoadingMaskService, LogoComponent, MenuType, ModalComponent, ModalService, NavigateService, OnCloseService, PageComponent, PageModel, PagePreloadService, PasswordRequiredComponent, PasswordService, RenderPrintDirective, RenderPrintService, RotatedPage, RotationDirective, SanitizeHtmlPipe, SanitizeResourceHtmlPipe, SanitizeStylePipe, SaveFile, ScrollableDirective, SearchComponent, SearchService, SearchableDirective, SelectComponent, SelectionService, SidePanelComponent, SuccessModalComponent, TabActivatorService, TabComponent, TabbedToolbarsComponent, TextMenuComponent, TooltipComponent, TopTabActivatorService, TopToolbarComponent, UploadFileZoneComponent, UploadFilesService, Utils, ViewportService, WindowService, ZoomDirective, ZoomService, TabsComponent as ɵa, TooltipDirective as ɵb, ResizingComponent as ɵc, TopTabComponent as ɵd };\n//# sourceMappingURL=groupdocs.examples.angular-common-components.js.map\n","export * from './lib/annotation.module';\nexport * from './lib/annotation-app.component';\nexport * from './lib/active-annotation.service'\nexport * from './lib/annotation.service'\nexport * from './lib/annotation-config.service'\nexport * from './lib/comment-annotation.service'\nexport * from './lib/remove-annotation.service'\n","import {Observable, Subject} from \"rxjs\";\n\nexport class ActiveAnnotationService {\n private _observer: Subject = new Subject();\n private readonly _activeChange: Observable = this._observer.asObservable();\n\n constructor() {\n }\n\n get activeChange(): Observable {\n return this._activeChange;\n }\n\n changeActive(annId: number) {\n this._observer.next(annId);\n }\n}\n\n","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n::ng-deep .page {\\n position: relative;\\n}\\n::ng-deep .gd-page-image {\\n width: unset;\\n height: unset;\\n}\\n::ng-deep .top-panel {\\n align-content: flex-start;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: inherit;\\n}\\n.gd-document {\\n width: 100%;\\n height: calc(100% - 90px);\\n}\\n.toolbar-panel {\\n width: 100%;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.annotation-wrapper ::ng-deep .button {\\n color: #3E4E5A !important;\\n}\\n.annotation-wrapper ::ng-deep .button .text {\\n padding: 0px !important;\\n}\\n.annotation-wrapper ::ng-deep .select {\\n color: #3E4E5A !important;\\n}\\n@media (max-width: 1037px) {\\n ::ng-deep .panzoom {\\n -webkit-box-pack: unset !important;\\n justify-content: unset !important;\\n }\\n ::ng-deep .logo ::ng-deep .icon {\\n font-size: 24px !important;\\n }\\n ::ng-deep .top-panel {\\n height: 120px !important;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2Fubm90YXRpb24tYXBwLmNvbXBvbmVudC5sZXNzIiwiL1VzZXJzL2VsZW5rby9wcm9qZWN0cy9Hcm91cERvY3MuVG90YWwtQW5ndWxhci9saWJzL2Fubm90YXRpb24vc3JjL2xpYi9hbm5vdGF0aW9uLWFwcC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSw2RUNBa0I7QUFHbEI7RUFDRSxzREFBQTtBRERGO0FDSUE7RUFDRSxrQkFBQTtBREZGO0FDS0E7RUFDRSxZQUFBO0VBQ0EsYUFBQTtBREhGO0FDTUE7RUFDRSx5QkFBQTtBREpGO0FDT0E7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRExGO0FDUUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0FETkY7QUNTQTtFQUNFLFdBQUE7RUFDQSx5QkFBQTtBRFBGO0FDVUE7RUFDRSxXQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBRFJGO0FDV0E7RUFFSSx5QkFBQTtBRFZKO0FDUUE7RUFLTSx1QkFBQTtBRFZOO0FDS0E7RUFVSSx5QkFBQTtBRFpKO0FDZ0JBO0VBQ0U7SUFDRSxrQ0FBQTtZQUFBLGlDQUFBO0VEZEY7RUNpQkE7SUFFSSwwQkFBQTtFRGhCSjtFQ29CQTtJQUNFLHdCQUFBO0VEbEJGO0FBQ0YiLCJmaWxlIjoibGlicy9hbm5vdGF0aW9uL3NyYy9saWIvYW5ub3RhdGlvbi1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG46Om5nLWRlZXAgLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG46Om5nLWRlZXAgLmdkLXBhZ2UtaW1hZ2Uge1xuICB3aWR0aDogdW5zZXQ7XG4gIGhlaWdodDogdW5zZXQ7XG59XG46Om5nLWRlZXAgLnRvcC1wYW5lbCB7XG4gIGFsaWduLWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSA5MHB4KTtcbn1cbi50b29sYmFyLXBhbmVsIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uYW5ub3RhdGlvbi13cmFwcGVyIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbn1cbi5hbm5vdGF0aW9uLXdyYXBwZXIgOjpuZy1kZWVwIC5idXR0b24gLnRleHQge1xuICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbn1cbi5hbm5vdGF0aW9uLXdyYXBwZXIgOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBjb2xvcjogIzNFNEU1QSAhaW1wb3J0YW50O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICA6Om5nLWRlZXAgLnBhbnpvb20ge1xuICAgIGp1c3RpZnktY29udGVudDogdW5zZXQgIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLmxvZ28gOjpuZy1kZWVwIC5pY29uIHtcbiAgICBmb250LXNpemU6IDI0cHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvcC1wYW5lbCB7XG4gICAgaGVpZ2h0OiAxMjBweCAhaW1wb3J0YW50O1xuICB9XG59XG4iLCJAaW1wb3J0IChjc3MpIHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbkBpbXBvcnQgXCIuLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuXG46Om5nLWRlZXAgLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG5cbjo6bmctZGVlcCAuZ2QtcGFnZS1pbWFnZSB7XG4gIHdpZHRoOiB1bnNldDtcbiAgaGVpZ2h0OiB1bnNldDtcbn1cblxuOjpuZy1kZWVwIC50b3AtcGFuZWwge1xuICBhbGlnbi1jb250ZW50OiBmbGV4LXN0YXJ0O1xufVxuXG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cblxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cblxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogflwiY2FsYygxMDAlIC0gQHtlZGl0b3ItbmF2LWhlaWdodH0pXCI7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5hbm5vdGF0aW9uLXdyYXBwZXIge1xuICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgY29sb3I6IEBwcmltYXJ5ICFpbXBvcnRhbnQ7XG5cbiAgICAudGV4dCB7XG4gICAgICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLnNlbGVjdCB7XG4gICAgY29sb3I6IEBwcmltYXJ5ICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgOjpuZy1kZWVwIC5wYW56b29tIHtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gIH1cblxuICA6Om5nLWRlZXAgLmxvZ28ge1xuICAgIDo6bmctZGVlcCAuaWNvbiB7XG4gICAgICBmb250LXNpemU6IDI0cHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLnRvcC1wYW5lbCB7XG4gICAgaGVpZ2h0OiAxMjBweCAhaW1wb3J0YW50O1xuICB9XG59XG5cbiJdfQ== */\"","import {Component, ComponentRef, OnInit} from '@angular/core';\nimport {AnnotationConfig} from \"./annotation-config\";\nimport {AnnotationService} from \"./annotation.service\";\nimport {\n AddDynamicComponentService,\n CommonModals,\n FileCredentials,\n FileModel, Formatting,\n HostingDynamicComponentService,\n ModalService,\n NavigateService, PagePreloadService, PasswordService,\n TopTabActivatorService, UploadFilesService,\n Utils,\n WindowService\n} from \"@groupdocs.examples.angular/common-components\";\nimport {\n AnnotationType,\n CommentAnnotation,\n Position,\n RemoveAnnotation,\n Comment,\n FileAnnotationDescription, PageAnnotationModel, AnnotationData, Dimension\n} from \"./annotation-models\";\nimport {AnnotationComponent} from \"./annotation/annotation.component\";\nimport {ActiveAnnotationService} from \"./active-annotation.service\";\nimport * as jquery from 'jquery';\nimport {RemoveAnnotationService} from \"./remove-annotation.service\";\nimport {CommentAnnotationService} from \"./comment-annotation.service\";\n\nconst $ = jquery;\n\n@Component({\n selector: 'gd-annotation-app',\n templateUrl: './annotation-app.component.html',\n styleUrls: ['./annotation-app.component.less']\n})\nexport class AnnotationAppComponent implements OnInit {\n title = 'annotation';\n files: FileModel[] = [];\n file: FileAnnotationDescription;\n isLoading: boolean;\n annotationConfig: AnnotationConfig;\n browseFilesModal = CommonModals.BrowseFiles;\n formatDisabled = !this.file;\n credentials: FileCredentials;\n annotationTypes = [\n AnnotationType.TEXT,\n AnnotationType.TEXT_STRIKEOUT,\n AnnotationType.TEXT_UNDERLINE,\n AnnotationType.TEXT_REPLACEMENT,\n AnnotationType.TEXT_REDACTION,\n AnnotationType.POLYLINE,\n AnnotationType.ARROW,\n AnnotationType.DISTANCE,\n AnnotationType.AREA,\n AnnotationType.TEXT_FIELD,\n AnnotationType.WATERMARK,\n AnnotationType.POINT,\n ];\n isDesktop: boolean;\n annotationTypeFirst = [\n AnnotationType.TEXT,\n AnnotationType.TEXT_UNDERLINE,\n AnnotationType.TEXT_REDACTION,\n AnnotationType.TEXT_REPLACEMENT,\n AnnotationType.TEXT_STRIKEOUT,\n ];\n annotationTypeSecond = [\n AnnotationType.POLYLINE,\n AnnotationType.ARROW,\n AnnotationType.DISTANCE,\n AnnotationType.AREA,\n AnnotationType.POINT\n ];\n annotationTypeThird = [\n AnnotationType.TEXT_FIELD,\n AnnotationType.WATERMARK,\n ];\n countPages = 0;\n commentOpenedId: number;\n comments = new Map();\n\n private activeAnnotationTab: string;\n private fileWasDropped = false;\n private annotations = new Map>();\n private creatingAnnotationId: number;\n private activeAnnotationId: number;\n\n constructor(private _annotationService: AnnotationService,\n private _modalService: ModalService,\n private _navigateService: NavigateService,\n private _tabActivatorService: TopTabActivatorService,\n private _hostingComponentsService: HostingDynamicComponentService,\n private _addDynamicComponentService: AddDynamicComponentService,\n private _activeAnnotationService: ActiveAnnotationService,\n private _removeAnnotationService: RemoveAnnotationService,\n private _commentAnnotationService: CommentAnnotationService,\n uploadFilesService: UploadFilesService,\n pagePreloadService: PagePreloadService,\n passwordService: PasswordService,\n private _windowService: WindowService) {\n\n this._activeAnnotationService.activeChange.subscribe((id: number) => {\n if (this.activeAnnotationId !== id) {\n this.commentOpenedId = null;\n this.activeAnnotationId = id;\n }\n });\n\n this._commentAnnotationService.commentAnnotation.subscribe((commentAnnotation: CommentAnnotation) => {\n this.commentOpenedId = commentAnnotation.id;\n if (!this.comments.get(this.commentOpenedId)) {\n this.comments.set(this.commentOpenedId, []);\n }\n });\n\n this._commentAnnotationService.addCommentObserve.subscribe((comment: Comment) => {\n this.comments.get(this.commentOpenedId).push(comment);\n });\n\n this._removeAnnotationService.removeAnnotation.subscribe((removeAnnotation: RemoveAnnotation) => {\n const componentRef = this.annotations.get(removeAnnotation.id);\n if (componentRef) {\n componentRef.destroy();\n }\n this.annotations.delete(removeAnnotation.id);\n });\n\n uploadFilesService.uploadsChange.subscribe((uploads) => {\n if (uploads) {\n let i: number;\n for (i = 0; i < uploads.length; i++) {\n this._annotationService.upload(uploads.item(i), '', this.rewriteConfig).subscribe((obj: FileCredentials) => {\n this.fileWasDropped ? this.selectFile(obj.guid, '', '') : this.selectDir('');\n });\n }\n }\n });\n\n pagePreloadService.checkPreload.subscribe((page: number) => {\n if (this.preloadPageCountConfig !== 0) {\n for (let i = page; i < page + 2; i++) {\n if (i > 0 && i <= this.countPages && !this.file.pages[i - 1].data) {\n this.preloadPages(i, i);\n }\n }\n }\n });\n\n passwordService.passChange.subscribe((pass: string) => {\n this.selectFile(this.credentials.guid, pass, CommonModals.PasswordRequired);\n });\n\n this.isDesktop = _windowService.isDesktop();\n _windowService.onResize.subscribe((w) => {\n this.isDesktop = _windowService.isDesktop();\n });\n }\n\n getComments() {\n return this.comments.get(this.commentOpenedId);\n }\n\n get rewriteConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.rewrite : true;\n }\n\n get zoomConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.zoom : false;\n }\n\n get pageSelectorConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.pageSelector : true;\n }\n\n get preloadPageCountConfig(): number {\n return this.annotationConfig ? this.annotationConfig.preloadPageCount : 0;\n }\n\n get downloadConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.download : true;\n }\n\n get downloadOriginalConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.downloadOriginal : true;\n }\n\n get downloadAnnotatedConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.downloadAnnotated : true;\n }\n\n get uploadConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.upload : true;\n }\n\n private defaultDocumentConfig() {\n return this.annotationConfig ? this.annotationConfig.defaultDocument : \"\";\n }\n\n get printConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.print : true;\n }\n\n get browseConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.browse : true;\n }\n\n get htmlModeConfig(): boolean {\n return false;\n }\n\n get enableRightClickConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.enableRightClick : true;\n }\n\n get textAnnotationConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.textAnnotation : true;\n }\n\n get areaAnnotationConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.areaAnnotation : true;\n }\n\n get pointAnnotationConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.pointAnnotation : true;\n }\n\n get textStrikeoutAnnotationConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.textStrikeoutAnnotation : true;\n }\n\n get polylineAnnotationConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.polylineAnnotation : true;\n }\n\n get textFieldAnnotationConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.textFieldAnnotation : true;\n }\n\n get watermarkAnnotationConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.watermarkAnnotation : true;\n }\n\n get textReplacementAnnotationConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.textReplacementAnnotation : true;\n }\n\n get arrowAnnotationConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.arrowAnnotation : true;\n }\n\n get textRedactionAnnotationConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.textRedactionAnnotation : true;\n }\n\n get textUnderlineAnnotationConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.textUnderlineAnnotation : true;\n }\n\n get distanceAnnotationConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.distanceAnnotation : true;\n }\n\n ngOnInit() {\n }\n\n openModal(id: string) {\n this._modalService.open(id);\n }\n\n closeModal(id: string) {\n this._modalService.close(id);\n }\n\n selectDir($event: string) {\n this._annotationService.loadFiles($event).subscribe((files: FileModel[]) => this.files = files || []);\n }\n\n selectFile($event: string, password: string, modalId: string) {\n this.credentials = new FileCredentials($event, password);\n this.file = null;\n this._annotationService.loadFile(this.credentials).subscribe((file: FileAnnotationDescription) => {\n this.cleanAnnotations();\n this.file = file;\n this.formatDisabled = !this.file;\n if (file) {\n const preloadPageCount = this.preloadPageCountConfig;\n const countPages = file.pages ? file.pages.length : 0;\n if (preloadPageCount > 0) {\n this.preloadPages(1, preloadPageCount > countPages ? countPages : preloadPageCount);\n } else {\n setTimeout(() => {\n for (const page of this.file.pages) {\n this.importAnnotations(page.annotations ? page.annotations : []);\n }\n }, 100);\n }\n this._navigateService.countPages = countPages;\n this._navigateService.currentPage = 1;\n this.countPages = countPages;\n }\n }\n );\n if (modalId) {\n this._modalService.close(modalId);\n }\n this.clearData();\n }\n\n preloadPages(start: number, end: number) {\n for (let i = start; i <= end; i++) {\n this._annotationService.loadPage(this.credentials, i).subscribe((page: PageAnnotationModel) => {\n this.file.pages[i - 1] = page;\n this.importAnnotations(page.annotations ? page.annotations : []);\n });\n }\n }\n\n private importAnnotations(annotations: AnnotationData[]) {\n for (const annotation of annotations) {\n const position = new Position(annotation.left, annotation.top);\n const id = this.addAnnotationComponent(annotation.pageNumber, position, annotation);\n this.comments.set(id, annotation.comments);\n }\n }\n\n upload($event: string) {\n this._annotationService.upload(null, $event, this.rewriteConfig).subscribe(() => {\n this.selectDir('');\n });\n }\n\n onRightClick($event: MouseEvent) {\n return this.enableRightClickConfig;\n }\n\n downloadFile() {\n if (this.formatDisabled)\n return;\n window.location.assign(this._annotationService.getDownloadUrl(this.credentials));\n }\n\n annotate() {\n const annotationsData = [];\n for (const annotation of this.annotations.values()) {\n const annotationData = (annotation.instance).getAnnotationData();\n annotationData.comments = this.comments.get(annotationData.id);\n annotationsData.push(annotationData);\n }\n this._annotationService.annotate(this.credentials, annotationsData, false).subscribe((ret: any) => {\n this._modalService.open(CommonModals.OperationSuccess);\n this.selectFile(ret.guid, null, CommonModals.OperationSuccess);\n });\n }\n\n isVisible(id: string) {\n const supported = !this.file || (this.file && this.file.supportedAnnotations.find(function (value: string) {\n return id === value;\n }));\n return this.getAnnotationTypeConfig(id) && supported;\n }\n\n activeTab($event) {\n this.activeAnnotationTab = $event;\n }\n\n codesConfigFirst() {\n return this.checkConfig(this.annotationTypeFirst);\n }\n\n codesConfigSecond() {\n return this.checkConfig(this.annotationTypeSecond);\n }\n\n private checkConfig(annotationList) {\n for (const annotationType of annotationList) {\n if (this.getAnnotationTypeConfig(annotationType.id)) {\n return true;\n }\n }\n return false;\n }\n\n codesConfigThird() {\n return this.getAnnotationTypeConfig(AnnotationType.TEXT_FIELD.id) && this.getAnnotationTypeConfig(AnnotationType.WATERMARK.id);\n }\n\n private getAnnotationTypeConfig(id: string) {\n switch (id) {\n case AnnotationType.TEXT.id:\n return this.textAnnotationConfig;\n case AnnotationType.AREA.id:\n return this.areaAnnotationConfig;\n case AnnotationType.POINT.id:\n return this.pointAnnotationConfig;\n case AnnotationType.TEXT_STRIKEOUT.id:\n return this.textStrikeoutAnnotationConfig;\n case AnnotationType.POLYLINE.id:\n return this.polylineAnnotationConfig;\n case AnnotationType.TEXT_FIELD.id:\n return this.textFieldAnnotationConfig;\n case AnnotationType.WATERMARK.id:\n return this.watermarkAnnotationConfig;\n case AnnotationType.TEXT_REPLACEMENT.id:\n return this.textReplacementAnnotationConfig;\n case AnnotationType.ARROW.id:\n return this.arrowAnnotationConfig;\n case AnnotationType.TEXT_REDACTION.id:\n return this.textRedactionAnnotationConfig;\n case AnnotationType.TEXT_UNDERLINE.id:\n return this.textUnderlineAnnotationConfig;\n case AnnotationType.DISTANCE.id:\n return this.distanceAnnotationConfig;\n }\n }\n\n fileDropped($event) {\n this.fileWasDropped = $event;\n }\n\n private cleanAnnotations() {\n for (const componentRef of this.annotations.values()) {\n componentRef.destroy();\n }\n this.annotations = new Map>();\n this.comments = new Map();\n }\n\n private clearData() {\n if (!this.file || !this.file.pages) {\n return;\n }\n for (const page of this.file.pages) {\n page.data = null;\n }\n }\n\n createAnnotation($event: MouseEvent) {\n $event.preventDefault();\n $event.stopPropagation();\n\n if (this.activeAnnotationTab) {\n const position = Utils.getMousePosition($event);\n\n const elements = document.elementsFromPoint(position.x, position.y);\n const currentPage = elements.find(x => x.id && x.id.startsWith(\"page-\"));\n if (currentPage) {\n const documentPage = $(currentPage).parent().parent()[0];\n const currentPosition = this.getCurrentPosition(position, $(documentPage));\n const pageId = currentPage.id;\n let pageNumber = 1;\n if (pageId) {\n const split = pageId.split('-');\n pageNumber = split.length === 2 ? parseInt(split[1], 10) : pageNumber;\n }\n const id = this.addAnnotationComponent(pageNumber, currentPosition, null);\n this._activeAnnotationService.changeActive(id);\n this.creatingAnnotationId = id;\n this._tabActivatorService.changeActiveTab(null);\n }\n }\n }\n\n private addAnnotationComponent(pageNumber: number, currentPosition: Position, data: AnnotationData) {\n const dynamicDirective = this._hostingComponentsService.find(pageNumber);\n if (dynamicDirective) {\n const viewContainerRef = dynamicDirective.viewContainerRef;\n const annotationComponent = this._addDynamicComponentService.addDynamicComponent(viewContainerRef, AnnotationComponent);\n const id = this.annotations.size + 1;\n (annotationComponent.instance).id = id;\n (annotationComponent.instance).position = currentPosition;\n (annotationComponent.instance).pageNumber = pageNumber;\n if (data) {\n const dimension = new Dimension(data.width, data.height);\n const type = AnnotationType.getAnnotationType(data.type);\n const formatting = Formatting.default();\n formatting.fontSize = data.fontSize;\n if (data.fontColor) {\n formatting.color = \"#\" + data.fontColor.toString(16);\n }\n formatting.font = data.font;\n (annotationComponent.instance).type = type ? type.id : data.type;\n (annotationComponent.instance).dimension = dimension;\n (annotationComponent.instance).svgPath = data.svgPath;\n (annotationComponent.instance).textValue = data.text;\n if (formatting) {\n (annotationComponent.instance).saveFormatting(formatting);\n }\n } else {\n (annotationComponent.instance).type = this.activeAnnotationTab;\n }\n const pageModel = this.file.pages.find(function (p) {\n return p.number === pageNumber;\n });\n (annotationComponent.instance).pageWidth = pageModel.width;\n (annotationComponent.instance).pageHeight = pageModel.height;\n this.annotations.set(id, annotationComponent);\n return id;\n }\n return null;\n }\n\n resizingCreatingAnnotation($event: MouseEvent) {\n $event.preventDefault();\n $event.stopPropagation();\n\n if (this.creatingAnnotationId) {\n const position = Utils.getMousePosition($event);\n const annotationComponent = this.annotations.get(this.creatingAnnotationId);\n const type = (annotationComponent.instance).type;\n const pageNumber = (annotationComponent.instance).pageNumber;\n const currentPosition = this.getCurrentPosition(position, $(\"#page-\" + pageNumber));\n if (type === AnnotationType.POLYLINE.id || type === AnnotationType.DISTANCE.id || type === AnnotationType.ARROW.id) {\n (annotationComponent.instance).draw(currentPosition);\n } else {\n (annotationComponent.instance).calcDimensions(currentPosition);\n }\n }\n }\n\n private getCurrentPosition(position, page) {\n const left = position.x - page.offset().left;\n const top = position.y - page.offset().top;\n return new Position(left, top);\n }\n\n finishCreatingAnnotation($event: MouseEvent) {\n this.creatingAnnotationId = null;\n }\n\n closeComments() {\n this.commentOpenedId = null;\n }\n}\n","import {Injectable} from '@angular/core';\nimport {BehaviorSubject, Observable} from \"rxjs\";\nimport {HttpClient} from \"@angular/common/http\";\nimport {Api, ConfigService} from \"@groupdocs.examples.angular/common-components\";\nimport {AnnotationConfig} from \"./annotation-config\";\n\n@Injectable({\n providedIn: 'root'\n})\nexport class AnnotationConfigService {\n\n private _annotationConfig: BehaviorSubject = new BehaviorSubject(new AnnotationConfig());\n private _updatedConfig: Observable = this._annotationConfig.asObservable();\n\n constructor(private _http: HttpClient, private _config: ConfigService) {\n }\n\n get updatedConfig() {\n return this._updatedConfig;\n }\n\n load() {\n return new Promise((resolve, reject) => {\n const configEndpoint = this._config.getConfigEndpoint(Api.ANNOTATION_APP);\n this._http.get(configEndpoint, Api.httpOptionsJson).toPromise().then((response: AnnotationConfig) => {\n const annotationConfig = response;\n this._annotationConfig.next(annotationConfig);\n resolve();\n }).catch((response: any) => {\n reject(`Could not load annotation config: ${JSON.stringify(response)}`);\n });\n });\n }\n}\n","export class AnnotationConfig {\n rewrite: boolean;\n pageSelector: boolean;\n download: boolean;\n upload: boolean;\n print: boolean;\n browse: boolean;\n enableRightClick: boolean;\n\n filesDirectory: string;\n fontsDirectory: string;\n defaultDocument: string;\n preloadPageCount: 0;\n\n textAnnotation: boolean;\n areaAnnotation: boolean;\n pointAnnotation: boolean;\n textStrikeoutAnnotation: boolean;\n polylineAnnotation: boolean;\n textFieldAnnotation: boolean;\n watermarkAnnotation: boolean;\n textReplacementAnnotation: boolean;\n arrowAnnotation: boolean;\n textRedactionAnnotation: boolean;\n textUnderlineAnnotation: boolean;\n distanceAnnotation: boolean;\n downloadOriginal: boolean;\n downloadAnnotated: boolean;\n\n zoom: boolean;\n fitWidth: boolean;\n}\n","import {PageModel} from \"@groupdocs.examples.angular/common-components\";\n\nexport class AnnotationType {\n public static TEXT = {id: 'text', name: 'Text', icon: 'highlighter'};\n public static AREA = {id: 'area', name: 'Area', icon: 'vector-square'};\n public static POINT = {id: 'point', name: 'Point', icon: 'thumbtack'};\n public static TEXT_STRIKEOUT = {id: 'textStrikeout', name: 'Text strikeout', icon: 'strikethrough',};\n public static POLYLINE = {id: 'polyline', name: 'Polyline', icon: 'signature'};\n public static TEXT_FIELD = {id: 'textField', name: 'Text field', icon: 'i-cursor'};\n public static WATERMARK = {id: 'watermark', name: 'Watermark', icon: 'tint'};\n public static TEXT_REPLACEMENT = {id: 'textReplacement', name: 'Text replacement', icon: 'edit'};\n public static ARROW = {id: 'arrow', name: 'Arrow', icon: 'mouse-pointer'};\n public static TEXT_REDACTION = {id: 'textRedaction', name: 'Text redaction', icon: 'brush'};\n public static TEXT_UNDERLINE = {id: 'textUnderline', name: 'Text underline', icon: 'underline'};\n public static DISTANCE = {id: 'distance', name: 'Distance', icon: 'ruler'};\n\n public static getAnnotationType(id: string) {\n switch (id) {\n case AnnotationType.TEXT.id:\n return AnnotationType.TEXT;\n case AnnotationType.AREA.id:\n return AnnotationType.AREA;\n case AnnotationType.POINT.id:\n return AnnotationType.POINT;\n case AnnotationType.TEXT_STRIKEOUT.id:\n return AnnotationType.TEXT_STRIKEOUT;\n case AnnotationType.POLYLINE.id:\n return AnnotationType.POLYLINE;\n case AnnotationType.TEXT_FIELD.id:\n return AnnotationType.TEXT_FIELD;\n case AnnotationType.WATERMARK.id:\n return AnnotationType.WATERMARK;\n case AnnotationType.TEXT_REPLACEMENT.id:\n return AnnotationType.TEXT_REPLACEMENT;\n case AnnotationType.ARROW.id:\n return AnnotationType.ARROW;\n case AnnotationType.TEXT_REDACTION.id:\n return AnnotationType.TEXT_REDACTION;\n case AnnotationType.TEXT_UNDERLINE.id:\n return AnnotationType.TEXT_UNDERLINE;\n case AnnotationType.DISTANCE.id:\n return AnnotationType.DISTANCE;\n }\n }\n}\n\nexport class FileAnnotationDescription {\n guid: string;\n pages: PageAnnotationModel[];\n supportedAnnotations: string[];\n}\n\nexport class PageAnnotationModel extends PageModel {\n annotations: AnnotationData[];\n}\n\nexport class Position {\n left: number;\n top: number;\n\n constructor(left: number, top: number) {\n this.left = left;\n this.top = top;\n }\n\n static clone(position: Position) {\n return new Position(position.left, position.top);\n }\n}\n\nexport class Dimension {\n width: number;\n height: number;\n\n constructor(width: number, height: number) {\n this.width = width;\n this.height = height;\n }\n\n isNone() {\n return this.width === 0 && this.height === 0;\n }\n}\n\nexport class AnnotationData {\n\n constructor() {\n this.text = \"\";\n this.fontColor = 8421375;\n }\n\n id: number;\n comments: Comment[];\n text: string;\n font: string;\n fontSize: number;\n fontColor: number;\n height: number;\n width: number;\n left: number;\n top: number;\n pageNumber: number;\n svgPath: string;\n type: string;\n}\n\nexport class CommentAnnotation {\n constructor(id: number) {\n this.id = id;\n }\n\n id: number;\n}\n\nexport class Comment {\n\n id: number;\n text: string;\n userName: string;\n time: number;\n\n constructor(id: number) {\n this.id = id;\n this.time = Date.now();\n this.text = \"\";\n this.userName = \"\";\n }\n\n static create(comment) {\n const ret = new Comment(comment.id);\n ret.text = comment.text;\n ret.userName = comment.userName;\n ret.time = comment.time;\n return ret;\n }\n}\n\nexport class RemoveAnnotation {\n constructor(id: number) {\n this.id = id;\n }\n\n id: number;\n}\n","import {APP_INITIALIZER, ModuleWithProviders, NgModule} from '@angular/core';\nimport {CommonModule} from '@angular/common';\nimport {\n Api,\n CommonComponentsModule,\n ConfigService,\n ErrorInterceptorService, LoadingMaskInterceptorService, LoadingMaskService\n} from \"@groupdocs.examples.angular/common-components\";\nimport {AnnotationConfigService} from \"./annotation-config.service\";\nimport {HTTP_INTERCEPTORS, HttpClientModule} from \"@angular/common/http\";\nimport {FontAwesomeModule} from \"@fortawesome/angular-fontawesome\";\nimport {ClickOutsideModule} from \"ng-click-outside\";\nimport {AnnotationAppComponent} from './annotation-app.component';\nimport {library} from \"@fortawesome/fontawesome-svg-core\";\nimport {fas} from \"@fortawesome/free-solid-svg-icons\";\nimport {far} from \"@fortawesome/free-regular-svg-icons\";\nimport {AnnotationComponent} from './annotation/annotation.component';\nimport {ActiveAnnotationService} from \"./active-annotation.service\";\nimport {RemoveAnnotationService} from \"./remove-annotation.service\";\nimport {CommentAnnotationService} from \"./comment-annotation.service\";\nimport {CommentPanelComponent} from './comment-panel/comment-panel.component';\nimport {CommentComponent} from './comment/comment.component';\nimport {CreateCommentComponent} from './create-comment/create-comment.component';\n\nexport function initializeApp(annotationConfigService: AnnotationConfigService) {\n const result = () => annotationConfigService.load();\n return result;\n}\n\n// NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981\n// @dynamic\nexport function setupLoadingInterceptor(service: LoadingMaskService) {\n return new LoadingMaskInterceptorService(service);\n}\n\n@NgModule({\n declarations: [AnnotationAppComponent, AnnotationComponent, CommentPanelComponent, CommentComponent, CreateCommentComponent,\n ],\n exports: [CommonComponentsModule, AnnotationAppComponent, AnnotationComponent, CommentPanelComponent, CommentComponent, CreateCommentComponent],\n imports:\n [CommonModule,\n CommonComponentsModule,\n HttpClientModule,\n FontAwesomeModule,\n ClickOutsideModule],\n providers:\n [\n ConfigService,\n AnnotationConfigService,\n ActiveAnnotationService,\n RemoveAnnotationService,\n CommentAnnotationService,\n {\n provide: HTTP_INTERCEPTORS,\n useClass: ErrorInterceptorService,\n multi: true\n },\n {\n provide: APP_INITIALIZER,\n useFactory: initializeApp,\n deps: [AnnotationConfigService], multi: true\n },\n LoadingMaskService,\n {\n provide: HTTP_INTERCEPTORS,\n useFactory: setupLoadingInterceptor,\n multi: true,\n deps: [LoadingMaskService]\n }\n ],\n entryComponents: [AnnotationComponent],\n})\n\nexport class AnnotationModule {\n constructor() {\n library.add(fas, far);\n }\n\n static forRoot(apiEndpoint: string): ModuleWithProviders {\n Api.DEFAULT_API_ENDPOINT = apiEndpoint;\n return {\n ngModule: AnnotationModule\n };\n }\n}\n","import {Injectable} from '@angular/core';\nimport {HttpClient} from \"@angular/common/http\";\nimport {Api, ConfigService, FileCredentials, FileUtil} from \"@groupdocs.examples.angular/common-components\";\n\n@Injectable({\n providedIn: 'root'\n})\nexport class AnnotationService {\n\n constructor(private _http: HttpClient, private _config: ConfigService) {\n }\n\n loadFiles(path: string) {\n return this._http.post(this._config.getAnnotationApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\n }\n\n loadFile(credentials: FileCredentials) {\n return this._http.post(this._config.getAnnotationApiEndpoint() + Api.LOAD_DOCUMENT_DESCRIPTION, credentials, Api.httpOptionsJson);\n }\n\n upload(file: File, url: string, rewrite: boolean) {\n const formData = new FormData();\n formData.append(\"file\", file);\n formData.append('rewrite', String(rewrite));\n if (url) {\n formData.append(\"url\", url);\n }\n\n return this._http.post(this._config.getAnnotationApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\n }\n\n loadPage(credentials: FileCredentials, page: number) {\n return this._http.post(this._config.getAnnotationApiEndpoint() + Api.LOAD_DOCUMENT_PAGE, {\n 'guid': credentials.guid,\n 'password': credentials.password,\n 'page': page\n }, Api.httpOptionsJson);\n }\n\n getDownloadUrl(credentials: FileCredentials) {\n return this._config.getAnnotationApiEndpoint() + Api.DOWNLOAD_DOCUMENTS + '/?path=' + credentials.guid;\n }\n\n annotate(credentials: FileCredentials, annotationsData: any, print: boolean) {\n const data = {\n 'guid': credentials.guid,\n 'password': credentials.password,\n 'annotationsData': annotationsData,\n 'documentType': FileUtil.find(credentials.guid, false).format,\n 'print': print\n };\n return this._http.post(this._config.getAnnotationApiEndpoint() + Api.ANNOTATE, data, Api.httpOptionsJson);\n }\n}\n","module.exports = \".gd-annotation {\\n position: absolute !important;\\n cursor: pointer;\\n z-index: 9;\\n}\\n.gd-annotation .gd-annotation-wrapper-border {\\n outline: 1px solid #679FFA;\\n display: -webkit-box;\\n display: flex;\\n}\\n.gd-annotation .gd-annotation-wrapper {\\n height: inherit;\\n z-index: 9;\\n}\\n.gd-annotation .gd-annotation-wrapper ::ng-deep .palette {\\n width: 0px;\\n height: 37px;\\n}\\n.gd-annotation .gd-annotation-wrapper .gd-text-strikeout-line {\\n background-color: #E04E4E;\\n height: 2px;\\n width: 100%;\\n}\\n.gd-annotation .gd-annotation-wrapper .gd-text {\\n border: none;\\n outline: none;\\n margin: 0px;\\n padding: 0px;\\n overflow: hidden;\\n background-color: transparent;\\n min-width: 1em;\\n min-height: 1em;\\n}\\n.gd-annotation .gd-annotation-wrapper .gd-point {\\n background-color: #7CBC46;\\n width: 41px;\\n height: 41px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n color: white;\\n border-radius: 50%;\\n -moz-border-radius: 50%;\\n -webkit-border-radius: 50%;\\n -khtml-border-radius: 50%;\\n box-shadow: 0px 1px 1px 1px #bbb;\\n -moz-box-shadow: 0px 1px 1px 1px #bbb;\\n -webkit-box-shadow: 0px 1px 1px 1px #bbb;\\n}\\n.gd-annotation .gd-text-annotation {\\n background-color: rgba(151, 151, 240, 0.51);\\n}\\n.gd-annotation .gd-text-strikeout-annotation {\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-annotation .gd-text-underline-annotation {\\n -webkit-box-align: end;\\n align-items: end;\\n}\\n.gd-annotation .gd-text-redaction-annotation {\\n background-color: #000;\\n}\\n.gd-annotation .gd-text-replacement-annotation {\\n background-color: #FFFFFF;\\n}\\n.svg {\\n z-index: 1;\\n position: absolute;\\n top: 0;\\n left: 0;\\n width: 100%;\\n height: 100%;\\n}\\n.annotation-svg {\\n position: absolute;\\n cursor: pointer;\\n z-index: 2;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9hbm5vdGF0aW9uL3NyYy9saWIvYW5ub3RhdGlvbi9hbm5vdGF0aW9uLmNvbXBvbmVudC5sZXNzIiwibGlicy9hbm5vdGF0aW9uL3NyYy9saWIvYW5ub3RhdGlvbi9hbm5vdGF0aW9uLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0UsNkJBQUE7RUFDQSxlQUFBO0VBQ0EsVUFBQTtBQ0NGO0FESkE7RUFNSSwwQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ0NKO0FEUkE7RUFXSSxlQUFBO0VBQ0EsVUFBQTtBQ0FKO0FEWkE7RUFlTSxVQUFBO0VBQ0EsWUFBQTtBQ0FOO0FEaEJBO0VBb0JNLHlCQUFBO0VBQ0EsV0FBQTtFQUNBLFdBQUE7QUNETjtBRHJCQTtFQTBCTSxZQUFBO0VBQ0EsYUFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EsZ0JBQUE7RUFDQSw2QkFBQTtFQUNBLGNBQUE7RUFDQSxlQUFBO0FDRk47QUQvQkE7RUFxQ00seUJBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EsWUFBQTtFQUNBLGtCQUFBO0VBQ0EsdUJBQUE7RUFDQSwwQkFBQTtFQUNBLHlCQUFBO0VBQ0EsZ0NBQUE7RUFDQSxxQ0FBQTtFQUNBLHdDQUFBO0FDSE47QUQvQ0E7RUF1REksMkNBQUE7QUNMSjtBRGxEQTtFQTJESSx5QkFBQTtVQUFBLG1CQUFBO0FDTko7QURyREE7RUErREksc0JBQUE7VUFBQSxnQkFBQTtBQ1BKO0FEeERBO0VBbUVJLHNCQUFBO0FDUko7QUQzREE7RUF1RUkseUJBQUE7QUNUSjtBRGFBO0VBQ0UsVUFBQTtFQUNBLGtCQUFBO0VBQ0EsTUFBQTtFQUNBLE9BQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtBQ1hGO0FEY0E7RUFDRSxrQkFBQTtFQUNBLGVBQUE7RUFDQSxVQUFBO0FDWkYiLCJmaWxlIjoibGlicy9hbm5vdGF0aW9uL3NyYy9saWIvYW5ub3RhdGlvbi9hbm5vdGF0aW9uLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiLmdkLWFubm90YXRpb24ge1xuICBwb3NpdGlvbjogYWJzb2x1dGUgIWltcG9ydGFudDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiA5O1xuXG4gIC5nZC1hbm5vdGF0aW9uLXdyYXBwZXItYm9yZGVyIHtcbiAgICBvdXRsaW5lOiAxcHggc29saWQgIzY3OUZGQTtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICB9XG5cbiAgLmdkLWFubm90YXRpb24td3JhcHBlciB7XG4gICAgaGVpZ2h0OiBpbmhlcml0O1xuICAgIHotaW5kZXg6IDk7XG5cbiAgICA6Om5nLWRlZXAgLnBhbGV0dGUge1xuICAgICAgd2lkdGg6IDBweDtcbiAgICAgIGhlaWdodDogMzdweDtcbiAgICB9XG5cbiAgICAuZ2QtdGV4dC1zdHJpa2VvdXQtbGluZSB7XG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjRTA0RTRFO1xuICAgICAgaGVpZ2h0OiAycHg7XG4gICAgICB3aWR0aDogMTAwJTtcbiAgICB9XG5cbiAgICAuZ2QtdGV4dCB7XG4gICAgICBib3JkZXI6IG5vbmU7XG4gICAgICBvdXRsaW5lOiBub25lO1xuICAgICAgbWFyZ2luOiAwcHg7XG4gICAgICBwYWRkaW5nOiAwcHg7XG4gICAgICBvdmVyZmxvdzogaGlkZGVuO1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogdHJhbnNwYXJlbnQ7XG4gICAgICBtaW4td2lkdGg6IDFlbTtcbiAgICAgIG1pbi1oZWlnaHQ6IDFlbTtcbiAgICB9XG5cbiAgICAuZ2QtcG9pbnQge1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzdDQkM0NjtcbiAgICAgIHdpZHRoOiA0MXB4O1xuICAgICAgaGVpZ2h0OiA0MXB4O1xuICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICAgIGNvbG9yOiB3aGl0ZTtcbiAgICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICAgIC1tb3otYm9yZGVyLXJhZGl1czogNTAlO1xuICAgICAgLXdlYmtpdC1ib3JkZXItcmFkaXVzOiA1MCU7XG4gICAgICAta2h0bWwtYm9yZGVyLXJhZGl1czogNTAlO1xuICAgICAgYm94LXNoYWRvdzogMHB4IDFweCAxcHggMXB4ICNiYmI7XG4gICAgICAtbW96LWJveC1zaGFkb3c6IDBweCAxcHggMXB4IDFweCAjYmJiO1xuICAgICAgLXdlYmtpdC1ib3gtc2hhZG93OiAwcHggMXB4IDFweCAxcHggI2JiYjtcbiAgICB9XG4gIH1cblxuICAuZ2QtdGV4dC1hbm5vdGF0aW9uIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDE1MSwgMTUxLCAyNDAsIDAuNTEpO1xuICB9XG5cbiAgLmdkLXRleHQtc3RyaWtlb3V0LWFubm90YXRpb24ge1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIH1cblxuICAuZ2QtdGV4dC11bmRlcmxpbmUtYW5ub3RhdGlvbiB7XG4gICAgYWxpZ24taXRlbXM6IGVuZDtcbiAgfVxuXG4gIC5nZC10ZXh0LXJlZGFjdGlvbi1hbm5vdGF0aW9uIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjMDAwO1xuICB9XG5cbiAgLmdkLXRleHQtcmVwbGFjZW1lbnQtYW5ub3RhdGlvbiB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgfVxufVxuXG4uc3ZnIHtcbiAgei1pbmRleDogMTtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDA7XG4gIGxlZnQ6IDA7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi5hbm5vdGF0aW9uLXN2ZyB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiAyO1xufVxuIiwiLmdkLWFubm90YXRpb24ge1xuICBwb3NpdGlvbjogYWJzb2x1dGUgIWltcG9ydGFudDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiA5O1xufVxuLmdkLWFubm90YXRpb24gLmdkLWFubm90YXRpb24td3JhcHBlci1ib3JkZXIge1xuICBvdXRsaW5lOiAxcHggc29saWQgIzY3OUZGQTtcbiAgZGlzcGxheTogZmxleDtcbn1cbi5nZC1hbm5vdGF0aW9uIC5nZC1hbm5vdGF0aW9uLXdyYXBwZXIge1xuICBoZWlnaHQ6IGluaGVyaXQ7XG4gIHotaW5kZXg6IDk7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtYW5ub3RhdGlvbi13cmFwcGVyIDo6bmctZGVlcCAucGFsZXR0ZSB7XG4gIHdpZHRoOiAwcHg7XG4gIGhlaWdodDogMzdweDtcbn1cbi5nZC1hbm5vdGF0aW9uIC5nZC1hbm5vdGF0aW9uLXdyYXBwZXIgLmdkLXRleHQtc3RyaWtlb3V0LWxpbmUge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRTA0RTRFO1xuICBoZWlnaHQ6IDJweDtcbiAgd2lkdGg6IDEwMCU7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtYW5ub3RhdGlvbi13cmFwcGVyIC5nZC10ZXh0IHtcbiAgYm9yZGVyOiBub25lO1xuICBvdXRsaW5lOiBub25lO1xuICBtYXJnaW46IDBweDtcbiAgcGFkZGluZzogMHB4O1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiB0cmFuc3BhcmVudDtcbiAgbWluLXdpZHRoOiAxZW07XG4gIG1pbi1oZWlnaHQ6IDFlbTtcbn1cbi5nZC1hbm5vdGF0aW9uIC5nZC1hbm5vdGF0aW9uLXdyYXBwZXIgLmdkLXBvaW50IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzdDQkM0NjtcbiAgd2lkdGg6IDQxcHg7XG4gIGhlaWdodDogNDFweDtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGNvbG9yOiB3aGl0ZTtcbiAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAtbW96LWJvcmRlci1yYWRpdXM6IDUwJTtcbiAgLXdlYmtpdC1ib3JkZXItcmFkaXVzOiA1MCU7XG4gIC1raHRtbC1ib3JkZXItcmFkaXVzOiA1MCU7XG4gIGJveC1zaGFkb3c6IDBweCAxcHggMXB4IDFweCAjYmJiO1xuICAtbW96LWJveC1zaGFkb3c6IDBweCAxcHggMXB4IDFweCAjYmJiO1xuICAtd2Via2l0LWJveC1zaGFkb3c6IDBweCAxcHggMXB4IDFweCAjYmJiO1xufVxuLmdkLWFubm90YXRpb24gLmdkLXRleHQtYW5ub3RhdGlvbiB7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMTUxLCAxNTEsIDI0MCwgMC41MSk7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtdGV4dC1zdHJpa2VvdXQtYW5ub3RhdGlvbiB7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtdGV4dC11bmRlcmxpbmUtYW5ub3RhdGlvbiB7XG4gIGFsaWduLWl0ZW1zOiBlbmQ7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtdGV4dC1yZWRhY3Rpb24tYW5ub3RhdGlvbiB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMwMDA7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtdGV4dC1yZXBsYWNlbWVudC1hbm5vdGF0aW9uIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbn1cbi5zdmcge1xuICB6LWluZGV4OiAxO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbn1cbi5hbm5vdGF0aW9uLXN2ZyB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiAyO1xufVxuIl19 */\"","import {AfterViewInit, Component, OnInit} from '@angular/core';\nimport {\n AnnotationData,\n AnnotationType,\n CommentAnnotation,\n Dimension,\n Position,\n RemoveAnnotation\n} from \"../annotation-models\";\nimport {ActiveAnnotationService} from \"../active-annotation.service\";\nimport {Formatting, Utils, MenuType} from \"@groupdocs.examples.angular/common-components\";\nimport {RemoveAnnotationService} from \"../remove-annotation.service\";\nimport {CommentAnnotationService} from \"../comment-annotation.service\";\nimport * as jquery from 'jquery';\n\nconst $ = jquery;\n\n@Component({\n selector: 'gd-annotation',\n templateUrl: './annotation.component.html',\n styleUrls: ['./annotation.component.less']\n})\nexport class AnnotationComponent implements OnInit, AfterViewInit {\n\n id: number;\n position: Position;\n leftTop: Position;\n type: string;\n pageWidth: number;\n pageHeight: number;\n active = true;\n dimension = new Dimension(0, 0);\n pageNumber: number;\n textValue = \"\";\n pathValue: string;\n distanceValue = '0px';\n pointsValue = \"\";\n svgPath = \"\";\n\n private oldPosition: { x: number; y: number };\n private points = [];\n private endPosition: Position;\n private formatting = Formatting.default();\n\n constructor(private _activeAnnotationService: ActiveAnnotationService,\n private _removeAnnotationService: RemoveAnnotationService,\n private _commentAnnotationService: CommentAnnotationService) {\n this._activeAnnotationService.activeChange.subscribe((id: number) => {\n this.active = this.id === id;\n if (this.active) {\n this.setTextFocus();\n }\n });\n }\n\n static isOnPage(position) {\n const currentPage = document.elementFromPoint(position.x, position.y);\n return currentPage && $(currentPage).parent().parent() &&\n ($(currentPage).parent().parent().parent().hasClass(\"page\") ||\n $(currentPage).parent().parent().parent().parent().parent().hasClass(\"page\"));\n }\n\n ngOnInit() {\n this.leftTop = Position.clone(this.position);\n if (this.isPolyline()) {\n if (this.svgPath) {\n const parsedPoints = this.svgPath.replace(\"M\", \"\").split('L');\n let x = parseFloat(parsedPoints[0].split(\",\")[0]);\n let y = parseFloat(parsedPoints[0].split(\",\")[1]);\n const comp = this;\n parsedPoints.forEach(function (point, index) {\n if (index !== 0) {\n if (point !== \"\") {\n comp.addPoint(new Position(x, y));\n x = (x + parseFloat(point.split(\",\")[0]));\n y = (y + parseFloat(point.split(\",\")[1]));\n }\n }\n });\n } else {\n this.addPoint(this.position);\n }\n } else if (this.isPath()) {\n if (this.svgPath || (this.type === AnnotationType.ARROW.id && !this.dimension.isNone())) {\n const end = new Position(this.position.left + this.dimension.width, this.position.top + this.dimension.height);\n this.setEndPosition(end);\n if (this.dimension.height < 0) {\n this.leftTop.top += this.dimension.height;\n this.dimension.height = this.dimension.height * (-1);\n }\n if (this.dimension.width < 0) {\n this.leftTop.left += this.dimension.width;\n this.dimension.width = this.dimension.width * (-1);\n }\n } else {\n this.setEndPosition(this.position);\n }\n this.distanceValue = this.getDistance() + \"px\";\n } else {\n this.setEndPosition(this.position);\n }\n }\n\n ngAfterViewInit(): void {\n this.setTextFocus();\n }\n\n activation() {\n this._activeAnnotationService.changeActive(this.id);\n }\n\n width($event) {\n this.dimension.width += $event;\n this.correctPosition();\n }\n\n height($event) {\n this.dimension.height += $event;\n this.correctPosition();\n }\n\n left($event) {\n this.position.left += $event;\n this.correctPosition();\n }\n\n top($event) {\n this.position.top += $event;\n this.correctPosition();\n }\n\n private correctPosition() {\n if (this.position.left < 0) {\n this.position.left = 0;\n }\n if (this.position.top < 0) {\n this.position.top = 0;\n }\n if (this.position.top + this.dimension.height > this.pageHeight) {\n this.position.top = this.pageHeight - this.dimension.height;\n }\n if (this.position.left + this.dimension.width > this.pageWidth) {\n this.position.left = this.pageWidth - this.dimension.width;\n }\n }\n\n dragOver($event: DragEvent) {\n $event.preventDefault();\n $event.stopPropagation();\n }\n\n dragStart($event: DragEvent) {\n $event.preventDefault();\n this.oldPosition = Utils.getMousePosition($event);\n if ($event.dataTransfer) {\n $event.dataTransfer.setData('text', 'foo');\n }\n }\n\n dragging($event) {\n $event.preventDefault();\n const position = Utils.getMousePosition($event);\n if (position.x && position.y && AnnotationComponent.isOnPage(position)) {\n const left = position.x - this.oldPosition.x;\n const top = position.y - this.oldPosition.y;\n if (this.isPolyline()) {\n if (!this.checkDragging(left, top)) {\n return;\n }\n this.pointsValue = \"\";\n for (const point of this.points) {\n point.left = point.left + left;\n point.top = point.top + top;\n this.pointsValue += point.left + \",\" + point.top + \" \";\n }\n } else if (this.isPath()) {\n if (!this.checkDragging(left, top)) {\n return;\n }\n this.position.left += left;\n this.position.top += top;\n this.endPosition.left += left;\n this.endPosition.top += top;\n this.pathValue = \"M\" + this.position.left + \",\" + this.position.top + \" L\" + this.endPosition.left + \",\" + this.endPosition.top;\n this.distanceValue = this.getDistance() + \"px\";\n } else {\n this.position.left += left;\n this.position.top += top;\n this.correctPosition();\n }\n this.leftTop.left += left;\n this.leftTop.top += top;\n this.oldPosition = position;\n }\n }\n\n getAnnotationClass() {\n switch (this.type) {\n case AnnotationType.TEXT.id:\n return \"gd-annotation-wrapper-border gd-text-annotation\";\n case AnnotationType.TEXT_STRIKEOUT.id:\n return \"gd-annotation-wrapper-border gd-text-annotation gd-text-strikeout-annotation\";\n case AnnotationType.TEXT_UNDERLINE.id:\n return \"gd-annotation-wrapper-border gd-text-annotation gd-text-underline-annotation\";\n case AnnotationType.TEXT_REDACTION.id:\n return \"gd-annotation-wrapper-border gd-text-redaction-annotation\";\n case AnnotationType.TEXT_REPLACEMENT.id:\n return \"gd-annotation-wrapper-border gd-text-replacement-annotation\";\n case AnnotationType.POINT.id:\n return \"\";\n default:\n return \"gd-annotation-wrapper-border\";\n }\n }\n\n isStrikeoutOrUnderline() {\n return this.type === AnnotationType.TEXT_STRIKEOUT.id || this.type === AnnotationType.TEXT_UNDERLINE.id;\n }\n\n isTextReplacement() {\n return this.type === AnnotationType.TEXT_REPLACEMENT.id;\n }\n\n saveText(value: string) {\n this.textValue = value;\n }\n\n draw(position: Position) {\n if (this.isPolyline()) {\n this.addPoint(position);\n } else if (this.isPath()) {\n this.setEndPosition(position);\n this.distanceValue = this.getDistance() + \"px\";\n }\n this.calcPositionAndDimension();\n }\n\n setStyles() {\n return {\n 'stroke': '#579AF0',\n 'stroke-width': 2,\n 'fill-opacity': 0,\n 'id': (this.isPolyline() ? 'gd-polyline-annotation-' : (this.isDistance() ? 'gd-distance-annotation-' : 'gd-arrow-annotation-')) + this.id,\n 'class': 'annotation-svg',\n };\n }\n\n isPolyline() {\n return this.type === AnnotationType.POLYLINE.id;\n }\n\n private calcPositionAndDimension() {\n const leftTop = new Position(Number.MAX_VALUE, Number.MAX_VALUE);\n const rightBottom = new Position(Number.MIN_VALUE, Number.MIN_VALUE);\n if (this.isPolyline()) {\n for (const point of this.points) {\n leftTop.left = Math.min(point.left, leftTop.left);\n leftTop.top = Math.min(point.top, leftTop.top);\n rightBottom.left = Math.max(point.left, rightBottom.left);\n rightBottom.top = Math.max(point.top, rightBottom.top);\n }\n } else {\n leftTop.left = Math.min(this.position.left, this.endPosition.left);\n leftTop.top = Math.min(this.position.top, this.endPosition.top);\n rightBottom.left = Math.max(this.position.left, this.endPosition.left);\n rightBottom.top = Math.max(this.position.top, this.endPosition.top);\n }\n this.dimension.width = rightBottom.left - leftTop.left;\n this.dimension.height = rightBottom.top - leftTop.top;\n this.leftTop = leftTop;\n }\n\n calcDimensions(currentPosition: Position) {\n this.dimension.width = currentPosition.left - this.position.left;\n this.dimension.height = currentPosition.top - this.position.top;\n }\n\n getHeight() {\n return this.dimension.height === undefined ? undefined : Math.abs(this.dimension.height);\n }\n\n getWidth() {\n return this.dimension.width === undefined ? undefined : Math.abs(this.dimension.width);\n }\n\n private checkDragging(left: number, top: number) {\n return !(this.leftTop.left + left < 0 || this.leftTop.top + top < 0 ||\n this.leftTop.top + top + this.dimension.height > this.pageHeight ||\n this.leftTop.left + left + this.dimension.width > this.pageWidth);\n }\n\n isPoint() {\n return this.type === AnnotationType.POINT.id;\n }\n\n isSVG() {\n return this.type === AnnotationType.POLYLINE.id ||\n this.type === AnnotationType.DISTANCE.id ||\n this.type === AnnotationType.ARROW.id;\n }\n\n isDistance() {\n return this.type === AnnotationType.DISTANCE.id;\n }\n\n distanceTextOptions() {\n return {'font-size': \"12px\"}\n }\n\n isPath() {\n return this.type === AnnotationType.DISTANCE.id ||\n this.type === AnnotationType.ARROW.id;\n }\n\n private setEndPosition(position: Position) {\n this.endPosition = Position.clone(position);\n this.pathValue = \"M\" + this.position.left + \",\" + this.position.top + \" L\" + this.endPosition.left + \",\" + this.endPosition.top;\n }\n\n private addPoint(position: Position) {\n this.points.push(position);\n this.pointsValue += position.left + \",\" + position.top + \" \";\n }\n\n private getDistance() {\n const xs = this.position.left - this.endPosition.left;\n const ys = this.position.top - this.endPosition.top;\n return Math.round(Math.sqrt(xs * xs + ys * ys));\n }\n\n bottom() {\n return 'url(' + window.location + '#end)';\n }\n\n head() {\n return this.isDistance() ? 'url(' + window.location + '#start)' : \"\";\n }\n\n getTextX() {\n return this.getDistance() / 2;\n }\n\n isText() {\n return this.type === AnnotationType.TEXT_FIELD.id || this.type === AnnotationType.WATERMARK.id;\n }\n\n getFormatting() {\n const f = this.formatting;\n const formatting = Formatting.default();\n if (f) {\n formatting.fontSize = f.fontSize;\n formatting.font = f.font;\n formatting.color = f.color;\n }\n return formatting;\n }\n\n saveFormatting($event: Formatting) {\n this.formatting.fontSize = $event.fontSize;\n this.formatting.font = $event.font;\n this.formatting.color = $event.color;\n }\n\n remove() {\n this._removeAnnotationService.remove(new RemoveAnnotation(this.id));\n }\n\n getMenuShift() {\n const menuWidth = this.isText() ? 265 : 148;\n return this.dimension.width > menuWidth ? 0 : (this.dimension.width - menuWidth) * 0.5;\n }\n\n getMenuType() {\n return MenuType.FOR_ANNOTATION;\n }\n\n addComment() {\n this._commentAnnotationService.comment(new CommentAnnotation(this.id));\n }\n\n private setTextFocus() {\n if (this.isText() || this.isTextReplacement()) {\n setTimeout(() => {\n const element = $(\"#text\");\n if (element) {\n element.focus();\n }\n }, 100);\n }\n }\n\n textAreaHeight(key: any, textarea: any) {\n this.dimension.height = \"Enter\" === key ? textarea.scrollHeight + this.formatting.fontSize : textarea.scrollHeight;\n this.dimension.width = textarea.scrollWidth;\n }\n\n hideMenu($event: Event) {\n this._activeAnnotationService.changeActive(null);\n }\n\n getAnnotationData(): AnnotationData {\n const annotationData = new AnnotationData();\n annotationData.id = this.id;\n annotationData.text = this.textValue;\n annotationData.fontColor = parseInt(Utils.toHex(this.formatting.color).replace(\"#\", \"\"), 16);\n annotationData.fontSize = this.formatting.fontSize;\n annotationData.font = this.formatting.font;\n annotationData.left = this.leftTop.left;\n annotationData.top = this.leftTop.top;\n annotationData.height = this.dimension.height;\n annotationData.width = this.dimension.width;\n annotationData.pageNumber = this.pageNumber;\n annotationData.type = this.type;\n annotationData.svgPath = this.getSvgPath();\n return annotationData;\n }\n\n private getSvgPath() {\n let svgPath = \"M\";\n if (this.type === AnnotationType.POLYLINE.id) {\n let index = 0;\n let previousX = 0, previousY = 0;\n for (const point of this.points) {\n if (index === 0) {\n svgPath += point.left + \",\" + point.top + \"l\";\n index = 1;\n } else {\n previousX = point.left - previousX;\n previousY = point.top - previousY;\n svgPath += previousX + \",\" + previousY + \"l\";\n }\n previousX = point.left;\n previousY = point.top;\n }\n } else if (this.type === AnnotationType.DISTANCE.id || this.type === AnnotationType.ARROW.id) {\n svgPath += this.position.left + \",\" + this.position.top + \" \";\n svgPath += this.endPosition.left + \",\" + this.endPosition.top + \" \";\n } else {\n svgPath = \"\";\n }\n return svgPath;\n }\n}\n","import {Observable, Subject} from \"rxjs\";\nimport {CommentAnnotation, Comment} from \"./annotation-models\";\n\nexport class CommentAnnotationService {\n private _observer: Subject = new Subject();\n private readonly _commentAnnotation: Observable = this._observer.asObservable();\n private _observerAddComment: Subject = new Subject();\n private readonly _addCommentObserve: Observable = this._observerAddComment.asObservable();\n\n constructor() {\n }\n\n get commentAnnotation(): Observable {\n return this._commentAnnotation;\n }\n\n comment(id: CommentAnnotation): void {\n this._observer.next(id);\n }\n\n get addCommentObserve(): Observable {\n return this._addCommentObserve;\n }\n\n addComment(comment: Comment) {\n this._observerAddComment.next(comment);\n }\n\n}\n","module.exports = \".gd-comments-panel {\\n position: absolute;\\n right: 0;\\n top: 30px;\\n overflow: auto !important;\\n width: 334px;\\n display: -webkit-box;\\n display: flex;\\n height: 100%;\\n z-index: 9;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n}\\n.gd-comments-panel .gd-comments-head {\\n height: 60px;\\n width: 334px;\\n display: -webkit-box;\\n display: flex;\\n background-color: #222E35;\\n color: #959DA5;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-comments-panel .gd-comments-head .icon {\\n -webkit-box-flex: 0;\\n flex: 0 0 40px;\\n margin-left: 20px;\\n cursor: pointer;\\n}\\n.gd-comments-panel .gd-comments-head .gd-comments-title {\\n -webkit-box-flex: 1;\\n flex: 1;\\n font-size: 13px;\\n font-weight: bold;\\n}\\n.gd-comments-panel .gd-comments-body {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-align: center;\\n align-items: center;\\n background-color: #F4F4F4;\\n height: calc(100% - 90px);\\n}\\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n color: #959DA5;\\n width: 250px;\\n height: 250px;\\n margin-top: 40px;\\n}\\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list .icon {\\n font-size: 65px;\\n margin-bottom: 40px;\\n}\\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list .gd-empty-text {\\n font-size: 15px;\\n}\\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list .gd-empty-bold-text {\\n font-weight: bold;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9hbm5vdGF0aW9uL3NyYy9saWIvY29tbWVudC1wYW5lbC9jb21tZW50LXBhbmVsLmNvbXBvbmVudC5sZXNzIiwibGlicy9hbm5vdGF0aW9uL3NyYy9saWIvY29tbWVudC1wYW5lbC9jb21tZW50LXBhbmVsLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0Usa0JBQUE7RUFDQSxRQUFBO0VBQ0EsU0FBQTtFQUNBLHlCQUFBO0VBQ0EsWUFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLFlBQUE7RUFDQSxVQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0FDQ0Y7QURWQTtFQVlJLFlBQUE7RUFDQSxZQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7RUFDQSxjQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ0NKO0FEbEJBO0VBb0JNLG1CQUFBO1VBQUEsY0FBQTtFQUNBLGlCQUFBO0VBQ0EsZUFBQTtBQ0NOO0FEdkJBO0VBMEJNLG1CQUFBO1VBQUEsT0FBQTtFQUNBLGVBQUE7RUFDQSxpQkFBQTtBQ0FOO0FENUJBO0VBaUNJLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSx5QkFBQTtFQUNBLHlCQUFBO0FDRko7QURuQ0E7RUF3Q00sb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxjQUFBO0VBQ0EsWUFBQTtFQUNBLGFBQUE7RUFDQSxnQkFBQTtBQ0ZOO0FEN0NBO0VBa0RRLGVBQUE7RUFDQSxtQkFBQTtBQ0ZSO0FEakRBO0VBdURRLGVBQUE7QUNIUjtBRHBEQTtFQTJEUSxpQkFBQTtBQ0pSIiwiZmlsZSI6ImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2NvbW1lbnQtcGFuZWwvY29tbWVudC1wYW5lbC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIi5nZC1jb21tZW50cy1wYW5lbCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcmlnaHQ6IDA7XG4gIHRvcDogMzBweDtcbiAgb3ZlcmZsb3c6IGF1dG8gIWltcG9ydGFudDtcbiAgd2lkdGg6IDMzNHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IDEwMCU7XG4gIHotaW5kZXg6IDk7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG5cbiAgLmdkLWNvbW1lbnRzLWhlYWQge1xuICAgIGhlaWdodDogNjBweDtcbiAgICB3aWR0aDogMzM0cHg7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjMjIyRTM1O1xuICAgIGNvbG9yOiAjOTU5REE1O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG5cbiAgICAuaWNvbiB7XG4gICAgICBmbGV4OiAwIDAgNDBweDtcbiAgICAgIG1hcmdpbi1sZWZ0OiAyMHB4O1xuICAgICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIH1cblxuICAgIC5nZC1jb21tZW50cy10aXRsZSB7XG4gICAgICBmbGV4OiAxO1xuICAgICAgZm9udC1zaXplOiAxM3B4O1xuICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgfVxuICB9XG5cbiAgLmdkLWNvbW1lbnRzLWJvZHkge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNGNEY0RjQ7XG4gICAgaGVpZ2h0OiB+XCJjYWxjKDEwMCUgLSA5MHB4KVwiO1xuXG4gICAgLmdkLWVtcHR5LWNvbW1lbnRzLWxpc3Qge1xuICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgICBjb2xvcjogIzk1OURBNTtcbiAgICAgIHdpZHRoOiAyNTBweDtcbiAgICAgIGhlaWdodDogMjUwcHg7XG4gICAgICBtYXJnaW4tdG9wOiA0MHB4O1xuXG4gICAgICAuaWNvbiB7XG4gICAgICAgIGZvbnQtc2l6ZTogNjVweDtcbiAgICAgICAgbWFyZ2luLWJvdHRvbTogNDBweDtcbiAgICAgIH1cblxuICAgICAgLmdkLWVtcHR5LXRleHQge1xuICAgICAgICBmb250LXNpemU6IDE1cHg7XG4gICAgICB9XG5cbiAgICAgIC5nZC1lbXB0eS1ib2xkLXRleHQge1xuICAgICAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cbiIsIi5nZC1jb21tZW50cy1wYW5lbCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcmlnaHQ6IDA7XG4gIHRvcDogMzBweDtcbiAgb3ZlcmZsb3c6IGF1dG8gIWltcG9ydGFudDtcbiAgd2lkdGg6IDMzNHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IDEwMCU7XG4gIHotaW5kZXg6IDk7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG59XG4uZ2QtY29tbWVudHMtcGFuZWwgLmdkLWNvbW1lbnRzLWhlYWQge1xuICBoZWlnaHQ6IDYwcHg7XG4gIHdpZHRoOiAzMzRweDtcbiAgZGlzcGxheTogZmxleDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzIyMkUzNTtcbiAgY29sb3I6ICM5NTlEQTU7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZ2QtY29tbWVudHMtcGFuZWwgLmdkLWNvbW1lbnRzLWhlYWQgLmljb24ge1xuICBmbGV4OiAwIDAgNDBweDtcbiAgbWFyZ2luLWxlZnQ6IDIwcHg7XG4gIGN1cnNvcjogcG9pbnRlcjtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtaGVhZCAuZ2QtY29tbWVudHMtdGl0bGUge1xuICBmbGV4OiAxO1xuICBmb250LXNpemU6IDEzcHg7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xufVxuLmdkLWNvbW1lbnRzLXBhbmVsIC5nZC1jb21tZW50cy1ib2R5IHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0Y0RjRGNDtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSA5MHB4KTtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtYm9keSAuZ2QtZW1wdHktY29tbWVudHMtbGlzdCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBjb2xvcjogIzk1OURBNTtcbiAgd2lkdGg6IDI1MHB4O1xuICBoZWlnaHQ6IDI1MHB4O1xuICBtYXJnaW4tdG9wOiA0MHB4O1xufVxuLmdkLWNvbW1lbnRzLXBhbmVsIC5nZC1jb21tZW50cy1ib2R5IC5nZC1lbXB0eS1jb21tZW50cy1saXN0IC5pY29uIHtcbiAgZm9udC1zaXplOiA2NXB4O1xuICBtYXJnaW4tYm90dG9tOiA0MHB4O1xufVxuLmdkLWNvbW1lbnRzLXBhbmVsIC5nZC1jb21tZW50cy1ib2R5IC5nZC1lbXB0eS1jb21tZW50cy1saXN0IC5nZC1lbXB0eS10ZXh0IHtcbiAgZm9udC1zaXplOiAxNXB4O1xufVxuLmdkLWNvbW1lbnRzLXBhbmVsIC5nZC1jb21tZW50cy1ib2R5IC5nZC1lbXB0eS1jb21tZW50cy1saXN0IC5nZC1lbXB0eS1ib2xkLXRleHQge1xuICBmb250LXdlaWdodDogYm9sZDtcbn1cbiJdfQ== */\"","import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';\nimport {CommentAnnotationService} from \"../comment-annotation.service\";\nimport {Comment} from '../annotation-models'\n\n@Component({\n selector: 'gd-comment-panel',\n templateUrl: './comment-panel.component.html',\n styleUrls: ['./comment-panel.component.less']\n})\nexport class CommentPanelComponent implements OnInit {\n @Input() comments: [];\n @Input() annotationId: number;\n\n @Output() closeComments = new EventEmitter();\n\n private currentComment: Comment;\n\n constructor(private _commentAnnotationService: CommentAnnotationService) {\n }\n\n ngOnInit() {\n }\n\n closePanel() {\n this.closeComments.emit(true);\n }\n\n newComment() {\n this.currentComment = new Comment(this.annotationId);\n }\n\n clearComment() {\n this.currentComment = null;\n }\n\n addComment() {\n this._commentAnnotationService.addComment(Comment.create(this.currentComment));\n this.currentComment = null;\n }\n}\n","module.exports = \".gd-comment {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n width: 294px;\\n font-size: 13px;\\n color: #3E4E5A;\\n padding-top: 20px;\\n}\\n.gd-comment .gd-comment-head {\\n display: -webkit-box;\\n display: flex;\\n}\\n.gd-comment .gd-comment-head .icon {\\n -webkit-box-flex: 0;\\n flex: 0 0 30px;\\n}\\n.gd-comment .gd-comment-head .gd-name {\\n font-weight: bold;\\n}\\n.gd-comment .gd-message {\\n padding-top: 5px;\\n}\\n.gd-comment .gd-time {\\n color: #ACACAC;\\n padding-top: 5px;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9hbm5vdGF0aW9uL3NyYy9saWIvY29tbWVudC9jb21tZW50LmNvbXBvbmVudC5sZXNzIiwibGlicy9hbm5vdGF0aW9uL3NyYy9saWIvY29tbWVudC9jb21tZW50LmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsWUFBQTtFQUNBLGVBQUE7RUFDQSxjQUFBO0VBQ0EsaUJBQUE7QUNDRjtBRFBBO0VBU0ksb0JBQUE7RUFBQSxhQUFBO0FDQ0o7QURWQTtFQVlNLG1CQUFBO1VBQUEsY0FBQTtBQ0NOO0FEYkE7RUFnQk0saUJBQUE7QUNBTjtBRGhCQTtFQXFCSSxnQkFBQTtBQ0ZKO0FEbkJBO0VBeUJJLGNBQUE7RUFDQSxnQkFBQTtBQ0hKIiwiZmlsZSI6ImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2NvbW1lbnQvY29tbWVudC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIi5nZC1jb21tZW50IHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgd2lkdGg6IDI5NHB4O1xuICBmb250LXNpemU6IDEzcHg7XG4gIGNvbG9yOiAjM0U0RTVBO1xuICBwYWRkaW5nLXRvcDogMjBweDtcblxuICAuZ2QtY29tbWVudC1oZWFkIHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuXG4gICAgLmljb24ge1xuICAgICAgZmxleDogMCAwIDMwcHg7XG4gICAgfVxuXG4gICAgLmdkLW5hbWUge1xuICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgfVxuICB9XG5cbiAgLmdkLW1lc3NhZ2Uge1xuICAgIHBhZGRpbmctdG9wOiA1cHg7XG4gIH1cblxuICAuZ2QtdGltZSB7XG4gICAgY29sb3I6ICNBQ0FDQUM7XG4gICAgcGFkZGluZy10b3A6IDVweDtcbiAgfVxufVxuIiwiLmdkLWNvbW1lbnQge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aDogMjk0cHg7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgY29sb3I6ICMzRTRFNUE7XG4gIHBhZGRpbmctdG9wOiAyMHB4O1xufVxuLmdkLWNvbW1lbnQgLmdkLWNvbW1lbnQtaGVhZCB7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG4uZ2QtY29tbWVudCAuZ2QtY29tbWVudC1oZWFkIC5pY29uIHtcbiAgZmxleDogMCAwIDMwcHg7XG59XG4uZ2QtY29tbWVudCAuZ2QtY29tbWVudC1oZWFkIC5nZC1uYW1lIHtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG59XG4uZ2QtY29tbWVudCAuZ2QtbWVzc2FnZSB7XG4gIHBhZGRpbmctdG9wOiA1cHg7XG59XG4uZ2QtY29tbWVudCAuZ2QtdGltZSB7XG4gIGNvbG9yOiAjQUNBQ0FDO1xuICBwYWRkaW5nLXRvcDogNXB4O1xufVxuIl19 */\"","import {Component, Input, OnInit} from '@angular/core';\nimport {Comment} from '../annotation-models'\n\n@Component({\n selector: 'gd-comment',\n templateUrl: './comment.component.html',\n styleUrls: ['./comment.component.less']\n})\nexport class CommentComponent implements OnInit {\n\n @Input() comment: Comment;\n\n constructor() {\n }\n\n ngOnInit() {\n }\n\n getTime() {\n const time = Date.now() - this.comment.time;\n const hours = Math.round(time / (60 * 60 * 1000));\n if (hours > 1) {\n return 'about ' + hours + ' hours ago';\n }\n const min = Math.round(time / (60 * 1000));\n if (min > 1) {\n return 'about ' + min + ' minutes ago';\n }\n const sec = Math.round(time / 1000);\n if (sec > 1) {\n return 'about ' + sec + ' seconds ago';\n }\n return this.comment.time;\n }\n}\n","module.exports = \".gd-new-comment {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n padding-top: 20px;\\n width: 294px;\\n font-size: 14px;\\n}\\n.gd-new-comment .gd-buttons {\\n display: -webkit-box;\\n display: flex;\\n margin-top: 20px;\\n width: 294px;\\n -webkit-box-pack: end;\\n justify-content: flex-end;\\n}\\n.gd-new-comment .gd-buttons .gd-add-comment {\\n background-color: #4B566C !important;\\n margin-left: 10px;\\n border: 1px solid #707070;\\n}\\n.gd-new-comment .gd-buttons .gd-add-comment ::ng-deep .button {\\n color: #FFFFFF !important;\\n}\\n.gd-new-comment .gd-buttons .gd-cancel-comment {\\n background-color: transparent;\\n border: 1px solid #707070;\\n}\\n.gd-new-comment .gd-buttons .gd-cancel-comment ::ng-deep .button {\\n color: #ACACAC !important;\\n}\\n.gd-new-comment .gd-name {\\n width: 100%;\\n height: 37px;\\n border: 1px solid #6E6E6E;\\n}\\n.gd-new-comment .gd-text {\\n width: 100%;\\n height: 100px;\\n border: 1px solid #6E6E6E;\\n margin-top: 20px;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9hbm5vdGF0aW9uL3NyYy9saWIvY3JlYXRlLWNvbW1lbnQvY3JlYXRlLWNvbW1lbnQuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2Fubm90YXRpb24vc3JjL2xpYi9jcmVhdGUtY29tbWVudC9jcmVhdGUtY29tbWVudC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsaUJBQUE7RUFDQSxZQUFBO0VBQ0EsZUFBQTtBQ0NGO0FEUkE7RUFVSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxnQkFBQTtFQUNBLFlBQUE7RUFDQSxxQkFBQTtVQUFBLHlCQUFBO0FDQ0o7QURkQTtFQWdCTSxvQ0FBQTtFQUNBLGlCQUFBO0VBQ0EseUJBQUE7QUNDTjtBRG5CQTtFQXFCUSx5QkFBQTtBQ0NSO0FEdEJBO0VBMEJNLDZCQUFBO0VBQ0EseUJBQUE7QUNETjtBRDFCQTtFQThCUSx5QkFBQTtBQ0RSO0FEN0JBO0VBb0NJLFdBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7QUNKSjtBRGxDQTtFQTBDSSxXQUFBO0VBQ0EsYUFBQTtFQUNBLHlCQUFBO0VBQ0EsZ0JBQUE7QUNMSiIsImZpbGUiOiJsaWJzL2Fubm90YXRpb24vc3JjL2xpYi9jcmVhdGUtY29tbWVudC9jcmVhdGUtY29tbWVudC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIi5nZC1uZXctY29tbWVudCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBwYWRkaW5nLXRvcDogMjBweDtcbiAgd2lkdGg6IDI5NHB4O1xuICBmb250LXNpemU6IDE0cHg7XG5cbiAgLmdkLWJ1dHRvbnMge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgbWFyZ2luLXRvcDogMjBweDtcbiAgICB3aWR0aDogMjk0cHg7XG4gICAganVzdGlmeS1jb250ZW50OiBmbGV4LWVuZDtcblxuICAgIC5nZC1hZGQtY29tbWVudCB7XG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjNEI1NjZDICFpbXBvcnRhbnQ7XG4gICAgICBtYXJnaW4tbGVmdDogMTBweDtcbiAgICAgIGJvcmRlcjogMXB4IHNvbGlkICM3MDcwNzA7XG5cbiAgICAgIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICAgICAgY29sb3I6ICNGRkZGRkYgIWltcG9ydGFudDtcbiAgICAgIH1cbiAgICB9XG5cbiAgICAuZ2QtY2FuY2VsLWNvbW1lbnQge1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogdHJhbnNwYXJlbnQ7XG4gICAgICBib3JkZXI6IDFweCBzb2xpZCAjNzA3MDcwO1xuXG4gICAgICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgICAgIGNvbG9yOiAjQUNBQ0FDICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgLmdkLW5hbWUge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogMzdweDtcbiAgICBib3JkZXI6IDFweCBzb2xpZCAjNkU2RTZFO1xuICB9XG5cbiAgLmdkLXRleHQge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogMTAwcHg7XG4gICAgYm9yZGVyOiAxcHggc29saWQgIzZFNkU2RTtcbiAgICBtYXJnaW4tdG9wOiAyMHB4O1xuICB9XG59XG4iLCIuZ2QtbmV3LWNvbW1lbnQge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgcGFkZGluZy10b3A6IDIwcHg7XG4gIHdpZHRoOiAyOTRweDtcbiAgZm9udC1zaXplOiAxNHB4O1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIHtcbiAgZGlzcGxheTogZmxleDtcbiAgbWFyZ2luLXRvcDogMjBweDtcbiAgd2lkdGg6IDI5NHB4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtZW5kO1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIC5nZC1hZGQtY29tbWVudCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0QjU2NkMgIWltcG9ydGFudDtcbiAgbWFyZ2luLWxlZnQ6IDEwcHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkICM3MDcwNzA7XG59XG4uZ2QtbmV3LWNvbW1lbnQgLmdkLWJ1dHRvbnMgLmdkLWFkZC1jb21tZW50IDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgY29sb3I6ICNGRkZGRkYgIWltcG9ydGFudDtcbn1cbi5nZC1uZXctY29tbWVudCAuZ2QtYnV0dG9ucyAuZ2QtY2FuY2VsLWNvbW1lbnQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiB0cmFuc3BhcmVudDtcbiAgYm9yZGVyOiAxcHggc29saWQgIzcwNzA3MDtcbn1cbi5nZC1uZXctY29tbWVudCAuZ2QtYnV0dG9ucyAuZ2QtY2FuY2VsLWNvbW1lbnQgOjpuZy1kZWVwIC5idXR0b24ge1xuICBjb2xvcjogI0FDQUNBQyAhaW1wb3J0YW50O1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1uYW1lIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMzdweDtcbiAgYm9yZGVyOiAxcHggc29saWQgIzZFNkU2RTtcbn1cbi5nZC1uZXctY29tbWVudCAuZ2QtdGV4dCB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMHB4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNkU2RTZFO1xuICBtYXJnaW4tdG9wOiAyMHB4O1xufVxuIl19 */\"","import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';\nimport {Comment} from '../annotation-models'\nimport * as jquery from 'jquery';\n\nconst $ = jquery;\n\n@Component({\n selector: 'gd-create-comment',\n templateUrl: './create-comment.component.html',\n styleUrls: ['./create-comment.component.less']\n})\nexport class CreateCommentComponent implements OnInit {\n @Input() comment: Comment;\n\n @Output() addComment = new EventEmitter();\n @Output() removeComment = new EventEmitter();\n\n constructor() {\n }\n\n ngOnInit() {\n setTimeout(() => {\n const element = $(\"#name\");\n if (element) {\n element.focus();\n }\n }, 100);\n }\n\n onAddComment() {\n this.addComment.emit(this.comment);\n }\n\n clearComment() {\n this.removeComment.emit(true);\n }\n\n saveText(value: string) {\n this.comment.text = value;\n }\n\n saveName(value: string) {\n this.comment.userName = value;\n }\n}\n","import {Observable, Subject} from \"rxjs\";\nimport {RemoveAnnotation} from \"./annotation-models\";\n\nexport class RemoveAnnotationService {\n private _observer: Subject = new Subject();\n private readonly _removeAnnotation: Observable = this._observer.asObservable();\n\n constructor() {\n }\n\n get removeAnnotation(): Observable {\n return this._removeAnnotation;\n }\n\n remove(id: RemoveAnnotation): void {\n this._observer.next(id);\n }\n}\n","export * from './lib/comparison.module';\nexport * from './lib/comparison-app.component';\nexport * from './lib/comparison-config.service';\nexport * from './lib/comparison-config';\nexport * from './lib/comparison.service';\nexport * from './lib/models';\n\n","module.exports = \":host {\\n border-bottom: 1px solid #CCC;\\n}\\n:host /deep/ gd-button .button {\\n font-size: 14px !important;\\n}\\n.wrapper {\\n height: 37px;\\n background-color: #FFFFFF;\\n display: -webkit-box;\\n display: flex;\\n}\\n.upload-wrapper {\\n display: -webkit-box;\\n display: flex;\\n width: 100%;\\n}\\n.url-input {\\n border: 0;\\n height: 37px;\\n width: 100%;\\n padding-left: 5px;\\n margin: 0px;\\n padding-top: 0px;\\n padding-bottom: 0px;\\n outline: none;\\n color: #959da5;\\n opacity: 0.5;\\n font-style: italic;\\n}\\n.compare-file-name {\\n color: #6e6e6e;\\n margin: 8px 8px 8px 0px;\\n width: 100%;\\n text-align: left;\\n font-size: 13px;\\n opacity: 0.5;\\n}\\n.ng-fa-icon {\\n color: #959da5;\\n margin: 9px 15px 0px 13px;\\n font-size: 14px;\\n}\\n.compare-file {\\n width: 100%;\\n border-right: 2px solid #ddd;\\n}\\n.wrapper .ng-fa-icon.fa-file-pdf {\\n color: #e04e4e;\\n}\\n.wrapper .ng-fa-icon.fa-file-word {\\n color: #539CF0;\\n}\\n.wrapper .ng-fa-icon.fa-file-powerpoint {\\n color: #e29e1e;\\n}\\n.wrapper .ng-fa-icon.fa-file-excel {\\n color: #7cbc46;\\n}\\n.wrapper .ng-fa-icon.fa-file-image {\\n color: #c375ed;\\n}\\n.wrapper .ng-fa-icon.fa-file-text .fa-folder,\\n.wrapper .ng-fa-icon.fa-file,\\n.wrapper .ng-fa-icon.fa-file-alt {\\n color: #4b566c;\\n}\\n.wrapper /deep/ gd-button .button fa-icon {\\n color: #6e6e6e;\\n}\\n/deep/ gd-tab .gd-tab .title {\\n font-size: 13px;\\n font-weight: bold;\\n color: #959da5;\\n opacity: 0.4;\\n}\\n/deep/ gd-tab .gd-tab.active .title {\\n color: #3E4E5A !important;\\n opacity: 1;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvYWRkLWZpbGUtcGFuZWwvYWRkLWZpbGUtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9hZGQtZmlsZS1wYW5lbC9hZGQtZmlsZS1wYW5lbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLDZCQUFBO0FDREY7QURBQTtFQUlNLDBCQUFBO0FDRE47QURNQTtFQUNFLFlBQUE7RUFDQSx5QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ0pGO0FET0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxXQUFBO0FDTEY7QURRQTtFQUNFLFNBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGlCQUFBO0VBQ0EsV0FBQTtFQUNBLGdCQUFBO0VBQ0EsbUJBQUE7RUFDQSxhQUFBO0VBQ0EsY0FBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtBQ05GO0FEU0E7RUFDRSxjQUFBO0VBQ0EsdUJBQUE7RUFDQSxXQUFBO0VBQ0EsZ0JBQUE7RUFDQSxlQUFBO0VBQ0EsWUFBQTtBQ1BGO0FEVUE7RUFDRSxjQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0FDUkY7QURXQTtFQUNFLFdBQUE7RUFDQSw0QkFBQTtBQ1RGO0FEWUE7RUFDRSxjQUFBO0FDVkY7QURhQTtFQUNFLGNBQUE7QUNYRjtBRGNBO0VBQ0UsY0FBQTtBQ1pGO0FEZUE7RUFDRSxjQUFBO0FDYkY7QURnQkE7RUFDRSxjQUFBO0FDZEY7QURpQkE7OztFQUdFLGNBQUE7QUNmRjtBRGtCQTtFQUlRLGNBQUE7QUNuQlI7QUR5QkE7RUFHTSxlQUFBO0VBQ0EsaUJBQUE7RUFDQSxjQUFBO0VBQ0EsWUFBQTtBQ3pCTjtBRDRCSTtFQUVJLHlCQUFBO0VBQ0EsVUFBQTtBQzNCUiIsImZpbGUiOiJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9hZGQtZmlsZS1wYW5lbC9hZGQtZmlsZS1wYW5lbC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlcy5sZXNzXCI7XG5cbjpob3N0e1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0NDQztcbiAgL2RlZXAvIGdkLWJ1dHRvbiB7XG4gICAgLmJ1dHRvbiB7XG4gICAgICBmb250LXNpemU6IDE0cHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cbn1cblxuLndyYXBwZXIge1xuICBoZWlnaHQ6IDM3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkZGRkY7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG5cbi51cGxvYWQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxMDAlO1xufVxuXG4udXJsLWlucHV0IHtcbiAgYm9yZGVyOiAwO1xuICBoZWlnaHQ6IDM3cHg7XG4gIHdpZHRoOiAxMDAlO1xuICBwYWRkaW5nLWxlZnQ6IDVweDtcbiAgbWFyZ2luOiAwcHg7XG4gIHBhZGRpbmctdG9wOiAwcHg7XG4gIHBhZGRpbmctYm90dG9tOiAwcHg7XG4gIG91dGxpbmU6IG5vbmU7XG4gIGNvbG9yOiBAcmVnZW50LWdyYXk7XG4gIG9wYWNpdHk6IDAuNTtcbiAgZm9udC1zdHlsZTogaXRhbGljO1xufVxuXG4uY29tcGFyZS1maWxlLW5hbWUge1xuICBjb2xvcjogQGRvdmUtZ3JheTtcbiAgbWFyZ2luOiA4cHggOHB4IDhweCAwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBmb250LXNpemU6IDEzcHg7XG4gIG9wYWNpdHk6IDAuNTtcbn1cblxuLm5nLWZhLWljb24ge1xuICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICBtYXJnaW46IDlweCAxNXB4IDBweCAxM3B4O1xuICBmb250LXNpemU6IDE0cHg7XG59XG5cbi5jb21wYXJlLWZpbGUge1xuICB3aWR0aDogMTAwJTtcbiAgYm9yZGVyLXJpZ2h0OiAycHggc29saWQgI2RkZDtcbn1cblxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogQHBkZjtcbn1cblxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS13b3JkIHtcbiAgY29sb3I6IEB3b3JkO1xufVxuXG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogQHBvd2VycG9pbnQ7XG59XG5cbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtZXhjZWwge1xuICBjb2xvcjogQGV4Y2VsO1xufVxuXG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6IEBpbWFnZTtcbn1cblxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIsXG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLFxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS1hbHQge1xuICBjb2xvcjogQGZvbGRlcjtcbn1cblxuLndyYXBwZXIge1xuICAvZGVlcC8gZ2QtYnV0dG9uIHtcbiAgICAuYnV0dG9uIHtcbiAgICAgIGZhLWljb24ge1xuICAgICAgICBjb2xvcjogQGRvdmUtZ3JheTtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuL2RlZXAvIGdkLXRhYiB7XG4gIC5nZC10YWIge1xuICAgIC50aXRsZSB7XG4gICAgICBmb250LXNpemU6IDEzcHg7XG4gICAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICAgIGNvbG9yOiBAcmVnZW50LWdyYXk7XG4gICAgICBvcGFjaXR5OiAwLjQ7XG4gICAgICBcbiAgICB9XG4gICAgJi5hY3RpdmUge1xuICAgICAgLnRpdGxlIHtcbiAgICAgICAgY29sb3I6IEBwcmltYXJ5ICFpbXBvcnRhbnQ7XG4gICAgICAgIG9wYWNpdHk6IDE7XG4gICAgICB9XG4gICAgfVxuICB9XG59IiwiOmhvc3Qge1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0NDQztcbn1cbjpob3N0IC9kZWVwLyBnZC1idXR0b24gLmJ1dHRvbiB7XG4gIGZvbnQtc2l6ZTogMTRweCAhaW1wb3J0YW50O1xufVxuLndyYXBwZXIge1xuICBoZWlnaHQ6IDM3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkZGRkY7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG4udXBsb2FkLXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbn1cbi51cmwtaW5wdXQge1xuICBib3JkZXI6IDA7XG4gIGhlaWdodDogMzdweDtcbiAgd2lkdGg6IDEwMCU7XG4gIHBhZGRpbmctbGVmdDogNXB4O1xuICBtYXJnaW46IDBweDtcbiAgcGFkZGluZy10b3A6IDBweDtcbiAgcGFkZGluZy1ib3R0b206IDBweDtcbiAgb3V0bGluZTogbm9uZTtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIG9wYWNpdHk6IDAuNTtcbiAgZm9udC1zdHlsZTogaXRhbGljO1xufVxuLmNvbXBhcmUtZmlsZS1uYW1lIHtcbiAgY29sb3I6ICM2ZTZlNmU7XG4gIG1hcmdpbjogOHB4IDhweCA4cHggMHB4O1xuICB3aWR0aDogMTAwJTtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBvcGFjaXR5OiAwLjU7XG59XG4ubmctZmEtaWNvbiB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xuICBtYXJnaW46IDlweCAxNXB4IDBweCAxM3B4O1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uY29tcGFyZS1maWxlIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGJvcmRlci1yaWdodDogMnB4IHNvbGlkICNkZGQ7XG59XG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLXBkZiB7XG4gIGNvbG9yOiAjZTA0ZTRlO1xufVxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS13b3JkIHtcbiAgY29sb3I6ICM1MzlDRjA7XG59XG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogI2UyOWUxZTtcbn1cbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtZXhjZWwge1xuICBjb2xvcjogIzdjYmM0Njtcbn1cbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtaW1hZ2Uge1xuICBjb2xvcjogI2MzNzVlZDtcbn1cbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtdGV4dCAuZmEtZm9sZGVyLFxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZSxcbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtYWx0IHtcbiAgY29sb3I6ICM0YjU2NmM7XG59XG4ud3JhcHBlciAvZGVlcC8gZ2QtYnV0dG9uIC5idXR0b24gZmEtaWNvbiB7XG4gIGNvbG9yOiAjNmU2ZTZlO1xufVxuIC9kZWVwLyBnZC10YWIgLmdkLXRhYiAudGl0bGUge1xuICBmb250LXNpemU6IDEzcHg7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xuICBjb2xvcjogIzk1OWRhNTtcbiAgb3BhY2l0eTogMC40O1xufVxuIC9kZWVwLyBnZC10YWIgLmdkLXRhYi5hY3RpdmUgLnRpdGxlIHtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbiAgb3BhY2l0eTogMTtcbn1cbiJdfQ== */\"","import {Component, EventEmitter, Input, OnChanges, OnInit, Output, SimpleChanges} from '@angular/core';\nimport {\n CommonModals,\n ExceptionMessageService,\n FileUtil,\n ModalService\n} from \"@groupdocs.examples.angular/common-components\";\n\nexport class States {\n static Empty = 'empty';\n static Opened = 'opened';\n}\n\n@Component({\n selector: 'gd-add-file-panel',\n templateUrl: './add-file-panel.component.html',\n styleUrls: ['./add-file-panel.component.less']\n})\nexport class AddFilePanelComponent implements OnInit, OnChanges {\n @Input() panel: string;\n @Output() active = new EventEmitter();\n @Output() urlForUpload = new EventEmitter();\n @Output() cleanPanel = new EventEmitter();\n state = States.Empty;\n @Input() fileName: string;\n uploadDisabled = true;\n\n constructor(private _modalService: ModalService,\n private _excMessageService: ExceptionMessageService) {\n }\n\n ngOnInit() {\n }\n\n getFormatIcon() {\n return FileUtil.find(this.fileName, false).icon;\n }\n\n openModal() {\n this.active.emit(this.panel);\n this._modalService.open(CommonModals.BrowseFiles);\n }\n\n isEmpty() {\n return this.state === States.Empty;\n }\n\n cleanFile() {\n this.active.emit(this.panel);\n this.cleanPanel.emit(true);\n }\n\n uploadUrl(url: string) {\n if(this.uploadDisabled){\n return\n }\n if (url && (url.startsWith('http') || url.startsWith('file') || url.startsWith('ftp'))) {\n this.active.emit(this.panel);\n this.urlForUpload.emit(url);\n } else {\n this._modalService.open(CommonModals.ErrorMessage);\n this._excMessageService.changeMessage(\"Wrong url\");\n }\n }\n\n checkDisabled(url: string) {\n this.uploadDisabled = url ? url.length === 0 : true;\n }\n\n ngOnChanges(changes: SimpleChanges): void {\n if (this.fileName) {\n this.state = States.Opened;\n } else {\n this.state = States.Empty;\n }\n }\n}\n","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n/deep/ .tools .button {\\n color: #fff !important;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-flow: column;\\n}\\n/deep/ .tools .button.inactive {\\n color: #959da5 !important;\\n}\\n/deep/ .tools .icon-button {\\n margin: 0px 0px 0px 7px !important;\\n}\\n/deep/ .compare-file .icon-button {\\n margin: 0px !important;\\n}\\n/deep/ .compare-file .icon-button .text {\\n padding: 0px !important;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n.loader {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n height: 100%;\\n}\\n.upload-compare-file {\\n height: 100%;\\n width: 50%;\\n border-right: 1px solid #CCC;\\n display: -webkit-box;\\n display: flex;\\n align-content: center;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n text-align: center;\\n -webkit-box-flex: 0;\\n flex-grow: 0;\\n}\\n.open-file-panel {\\n display: -webkit-box;\\n display: flex;\\n width: 100%;\\n}\\n.files-panel {\\n background-color: #e7e7e7;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n width: 100%;\\n height: 100%;\\n}\\n.result-panel {\\n background-color: #e7e7e7;\\n width: 100%;\\n height: 100%;\\n display: -webkit-box;\\n display: flex;\\n align-content: center;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-pack: center;\\n justify-content: center;\\n text-align: center;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: inherit;\\n}\\n.gd-document {\\n width: 100%;\\n height: 100%;\\n}\\n.top-panel {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 100%;\\n}\\n.toolbar-panel {\\n background-color: #3e4e5a;\\n width: 100%;\\n}\\n.row {\\n display: -webkit-box;\\n display: flex;\\n height: inherit;\\n}\\n.column {\\n width: 100%;\\n}\\n.tabs-wrapper {\\n display: -webkit-box;\\n display: flex;\\n justify-self: flex-end;\\n align-self: flex-end;\\n width: 100%;\\n -webkit-box-pack: end;\\n justify-content: flex-end;\\n}\\n.tabs {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: end;\\n align-items: flex-end;\\n -webkit-box-pack: end;\\n justify-content: flex-end;\\n}\\n/deep/ .button.brand fa-icon {\\n color: #fff !important;\\n}\\n@media (max-width: 1037px) {\\n .files-panel {\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n }\\n .files-panel .upload-compare-file {\\n width: 100%;\\n border-bottom: 1px solid #CCC;\\n }\\n /deep/ .gd-side-panel-wrapper {\\n height: 50% !important;\\n top: inherit !important;\\n bottom: 0px !important;\\n }\\n /deep/ .tools gd-button:nth-child(1) > .icon-button {\\n margin: 0px 0px 0px 10px !important;\\n }\\n /deep/ .tools .icon-button {\\n height: 60px !important;\\n width: 60px;\\n }\\n /deep/ .tabs-wrapper .gd-tab .icon {\\n font-size: 22px !important;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2NvbXBhcmlzb24tYXBwLmNvbXBvbmVudC5sZXNzIiwiL1VzZXJzL2VsZW5rby9wcm9qZWN0cy9Hcm91cERvY3MuVG90YWwtQW5ndWxhci9saWJzL2NvbXBhcmlzb24vc3JjL2xpYi9jb21wYXJpc29uLWFwcC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSwrRkNDa0I7QUFFbEI7RUFDRSxzREFBQTtBRERGO0FDSUE7RUFFSSxzQkFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxpQkFBQTtBREhKO0FDSUk7RUFDRSx5QkFBQTtBREZOO0FDSEE7RUFTSSxrQ0FBQTtBREhKO0FDT0E7RUFFSSxzQkFBQTtBRE5KO0FDSUE7RUFJTSx1QkFBQTtBRExOO0FDVUE7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRFJGO0FDV0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLFlBQUE7QURURjtBQ1lBO0VBQ0UsWUFBQTtFQUNBLFVBQUE7RUFDQSw0QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHFCQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esa0JBQUE7RUFDQSxtQkFBQTtVQUFBLFlBQUE7QURWRjtBQ2FBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsV0FBQTtBRFhGO0FDY0E7RUFDRSx5QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0FEWkY7QUNlQTtFQUNFLHlCQUFBO0VBRUEsV0FBQTtFQUNBLFlBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxxQkFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxrQkFBQTtBRGRGO0FDaUJBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsZUFBQTtBRGZGO0FDa0JBO0VBQ0UsV0FBQTtFQUNBLFlBQUE7QURoQkY7QUNtQkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsV0FBQTtBRGpCRjtBQ29CQTtFQUNFLHlCQUFBO0VBQ0EsV0FBQTtBRGxCRjtBQ3FCQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGVBQUE7QURuQkY7QUNzQkE7RUFDRSxXQUFBO0FEcEJGO0FDdUJBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0Esc0JBQUE7RUFDQSxvQkFBQTtFQUNBLFdBQUE7RUFDQSxxQkFBQTtVQUFBLHlCQUFBO0FEckJGO0FDd0JBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0Esc0JBQUE7VUFBQSxxQkFBQTtFQUNBLHFCQUFBO1VBQUEseUJBQUE7QUR0QkY7QUN5QkE7RUFFSSxzQkFBQTtBRHhCSjtBQzRCQTtFQUNFO0lBQ0UsNEJBQUE7SUFBQSw2QkFBQTtZQUFBLHNCQUFBO0VEMUJGO0VDeUJBO0lBR0ksV0FBQTtJQUNBLDZCQUFBO0VEekJKO0dDNkJBO0lBQ0ksc0JBQUE7SUFDQSx1QkFBQTtJQUNBLHNCQUFBO0VEM0JKO0dDOEJBO0lBRUksbUNBQUE7RUQ3Qko7R0MyQkE7SUFLSSx1QkFBQTtJQUNBLFdBQUE7RUQ3Qko7R0NpQ0E7SUFHTSwwQkFBQTtFRGpDTjtBQUNGIiwiZmlsZSI6ImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2NvbXBhcmlzb24tYXBwLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnM6NDAwLDQwMGksNzAwLDcwMGkmZGlzcGxheT1zd2FwJyk7XG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuIC9kZWVwLyAudG9vbHMgLmJ1dHRvbiB7XG4gIGNvbG9yOiAjZmZmICFpbXBvcnRhbnQ7XG4gIGZsZXgtZmxvdzogY29sdW1uO1xufVxuIC9kZWVwLyAudG9vbHMgLmJ1dHRvbi5pbmFjdGl2ZSB7XG4gIGNvbG9yOiAjOTU5ZGE1ICFpbXBvcnRhbnQ7XG59XG4gL2RlZXAvIC50b29scyAuaWNvbi1idXR0b24ge1xuICBtYXJnaW46IDBweCAwcHggMHB4IDdweCAhaW1wb3J0YW50O1xufVxuIC9kZWVwLyAuY29tcGFyZS1maWxlIC5pY29uLWJ1dHRvbiB7XG4gIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG59XG4gL2RlZXAvIC5jb21wYXJlLWZpbGUgLmljb24tYnV0dG9uIC50ZXh0IHtcbiAgcGFkZGluZzogMHB4ICFpbXBvcnRhbnQ7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbi5sb2FkZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnVwbG9hZC1jb21wYXJlLWZpbGUge1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiA1MCU7XG4gIGJvcmRlci1yaWdodDogMXB4IHNvbGlkICNDQ0M7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBmbGV4LWdyb3c6IDA7XG59XG4ub3Blbi1maWxlLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDEwMCU7XG59XG4uZmlsZXMtcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTdlN2U3O1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnJlc3VsdC1wYW5lbCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnRvb2xiYXItcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM2U0ZTVhO1xuICB3aWR0aDogMTAwJTtcbn1cbi5yb3cge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uY29sdW1uIHtcbiAgd2lkdGg6IDEwMCU7XG59XG4udGFicy13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1zZWxmOiBmbGV4LWVuZDtcbiAgYWxpZ24tc2VsZjogZmxleC1lbmQ7XG4gIHdpZHRoOiAxMDAlO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtZW5kO1xufVxuLnRhYnMge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogZmxleC1lbmQ7XG4gIGp1c3RpZnktY29udGVudDogZmxleC1lbmQ7XG59XG4gL2RlZXAvIC5idXR0b24uYnJhbmQgZmEtaWNvbiB7XG4gIGNvbG9yOiAjZmZmICFpbXBvcnRhbnQ7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5maWxlcy1wYW5lbCB7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgfVxuICAuZmlsZXMtcGFuZWwgLnVwbG9hZC1jb21wYXJlLWZpbGUge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjQ0NDO1xuICB9XG4gICAvZGVlcC8gLmdkLXNpZGUtcGFuZWwtd3JhcHBlciB7XG4gICAgaGVpZ2h0OiA1MCUgIWltcG9ydGFudDtcbiAgICB0b3A6IGluaGVyaXQgIWltcG9ydGFudDtcbiAgICBib3R0b206IDBweCAhaW1wb3J0YW50O1xuICB9XG4gICAvZGVlcC8gLnRvb2xzIGdkLWJ1dHRvbjpudGgtY2hpbGQoMSkgPiAuaWNvbi1idXR0b24ge1xuICAgIG1hcmdpbjogMHB4IDBweCAwcHggMTBweCAhaW1wb3J0YW50O1xuICB9XG4gICAvZGVlcC8gLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gICAgaGVpZ2h0OiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgd2lkdGg6IDYwcHg7XG4gIH1cbiAgIC9kZWVwLyAudGFicy13cmFwcGVyIC5nZC10YWIgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMjJweCAhaW1wb3J0YW50O1xuICB9XG59XG4iLCJAaW1wb3J0IFwiLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcbkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zOjQwMCw0MDBpLDcwMCw3MDBpJmRpc3BsYXk9c3dhcCcpO1xuXG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuXG4vZGVlcC8gLnRvb2xzIHtcbiAgLmJ1dHRvbiB7XG4gICAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbiAgICBmbGV4LWZsb3c6IGNvbHVtbjtcbiAgICAmLmluYWN0aXZle1xuICAgICAgY29sb3I6IEByZWdlbnQtZ3JheSAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuICAuaWNvbi1idXR0b257XG4gICAgbWFyZ2luOiAwcHggMHB4IDBweCA3cHggIWltcG9ydGFudDtcbiAgfVxufVxuXG4vZGVlcC8gLmNvbXBhcmUtZmlsZSB7XG4gIC5pY29uLWJ1dHRvbntcbiAgICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xuICAgIC50ZXh0IHtcbiAgICAgIHBhZGRpbmc6IDBweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxufVxuXG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cblxuLmxvYWRlcntcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGhlaWdodDogMTAwJTtcbn1cblxuLnVwbG9hZC1jb21wYXJlLWZpbGUge1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiA1MCU7XG4gIGJvcmRlci1yaWdodDogMXB4IHNvbGlkICNDQ0M7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBmbGV4LWdyb3c6IDA7XG59XG5cbi5vcGVuLWZpbGUtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbn1cblxuLmZpbGVzLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogQG1lcmN1cnk7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi5yZXN1bHQtcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAbWVyY3VyeTtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24tY29udGVudDogY2VudGVyO1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xufVxuXG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4udG9wLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgd2lkdGg6IDEwMCU7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNlNGU1YTtcbiAgd2lkdGg6IDEwMCU7XG59XG5cbi5yb3cge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG5cbi5jb2x1bW4ge1xuICB3aWR0aDogMTAwJTtcbn1cblxuLnRhYnMtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktc2VsZjogZmxleC1lbmQ7XG4gIGFsaWduLXNlbGY6IGZsZXgtZW5kO1xuICB3aWR0aDogMTAwJTtcbiAganVzdGlmeS1jb250ZW50OiBmbGV4LWVuZDtcbn1cblxuLnRhYnMge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogZmxleC1lbmQ7XG4gIGp1c3RpZnktY29udGVudDogZmxleC1lbmQ7XG59XG5cbi9kZWVwLyAuYnV0dG9uLmJyYW5kIHtcbiAgZmEtaWNvbiB7XG4gICAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuZmlsZXMtcGFuZWwge1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgLnVwbG9hZC1jb21wYXJlLWZpbGV7XG4gICAgICB3aWR0aDogMTAwJTtcbiAgICAgIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjQ0NDO1xuICAgIH1cbiAgfVxuXG4gIC9kZWVwLyAuZ2Qtc2lkZS1wYW5lbC13cmFwcGVye1xuICAgICAgaGVpZ2h0OiA1MCUgIWltcG9ydGFudDtcbiAgICAgIHRvcDogaW5oZXJpdCAhaW1wb3J0YW50O1xuICAgICAgYm90dG9tOiAwcHggIWltcG9ydGFudDtcbiAgfVxuXG4gIC9kZWVwLyAudG9vbHMge1xuICAgIGdkLWJ1dHRvbjpudGgtY2hpbGQoMSkgPiAuaWNvbi1idXR0b257XG4gICAgICBtYXJnaW46IDBweCAwcHggMHB4IDEwcHggIWltcG9ydGFudDtcbiAgICB9XG4gICAgLmljb24tYnV0dG9ue1xuICAgICAgaGVpZ2h0OiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgICB3aWR0aDogNjBweDtcbiAgICB9XG4gIH1cblxuICAvZGVlcC8gLnRhYnMtd3JhcHBlciB7XG4gICAgLmdkLXRhYiB7XG4gICAgICAuaWNvbiB7XG4gICAgICAgIGZvbnQtc2l6ZTogMjJweCAhaW1wb3J0YW50O1xuICAgICAgfVxuICAgIH1cbiAgfVxufVxuIl19 */\"","import {Component, ElementRef} from '@angular/core';\nimport * as jquery from 'jquery';\nimport {\n CommonModals,\n FileCredentials,\n FileDescription,\n FileModel,\n ModalService, PageModel, PagePreloadService, TabActivatorService, UploadFilesService, PasswordService\n} from \"@groupdocs.examples.angular/common-components\";\nimport {ComparisonConfigService} from \"./comparison-config.service\";\nimport {ComparisonService} from \"./comparison.service\";\nimport {ComparisonConfig} from \"./comparison-config\";\nimport {CompareResult} from \"./models\";\n\nconst $ = jquery;\n\nexport class Files {\n static FIRST = 'first';\n static SECOND = 'second';\n}\n\nexport class Highlight {\n id: string;\n active = false;\n}\n\n@Component({\n selector: 'gd-comparison',\n templateUrl: './comparison-app.component.html',\n styleUrls: ['./comparison-app.component.less']\n})\nexport class ComparisonAppComponent {\n files: FileModel[] = [];\n browseFilesModal = CommonModals.BrowseFiles;\n credentials: Map = new Map();\n file: Map = new Map();\n comparisonConfig: ComparisonConfig;\n activePanel: string;\n first = Files.FIRST;\n second = Files.SECOND;\n firstFileName: string = undefined;\n secondFileName: string = undefined;\n loadingFirstPanel = false;\n loadingSecondPanel = false;\n countPages = 0;\n result: CompareResult;\n filesTab = 'files';\n resultTab = 'result';\n activeTab = this.filesTab;\n resultTabDisabled = true;\n\n constructor(private _comparisonService: ComparisonService,\n private configService: ComparisonConfigService,\n uploadFilesService: UploadFilesService,\n pagePreloadService: PagePreloadService,\n private _modalService: ModalService,\n private _tabActivatorService: TabActivatorService,\n private _elementRef: ElementRef,\n passwordService: PasswordService) {\n configService.updatedConfig.subscribe((config) => {\n this.comparisonConfig = config;\n });\n\n pagePreloadService.checkPreload.subscribe((page: number) => {\n if (this.comparisonConfig.preloadResultPageCount !== 0) {\n this.checkPreload(this.first, page);\n this.checkPreload(this.second, page);\n }\n });\n\n uploadFilesService.uploadsChange.subscribe((uploads) => {\n const active = this.activePanel;\n this.setLoading(active, true);\n if (uploads) {\n let i: number;\n for (i = 0; i < uploads.length; i++) {\n this._comparisonService.upload(uploads.item(i), '', this.rewriteConfig).subscribe((obj: FileCredentials) => {\n this.getFile(obj.guid, '', active);\n this.selectDir('');\n });\n }\n }\n });\n\n _tabActivatorService.activeTabChange.subscribe((tabId: string) => {\n this.activeTab = tabId;\n });\n\n passwordService.passChange.subscribe((pass: string) => {\n let activePanelFileGuid = \"\";\n if (this.credentials.get(this.first)) {\n activePanelFileGuid = this.credentials.get(this.first).guid;\n } else if (this.credentials.get(this.second)) {\n activePanelFileGuid = this.credentials.get(this.second).guid;\n }\n this.selectFile(activePanelFileGuid, pass, CommonModals.PasswordRequired, this.activePanel);\n });\n }\n\n get uploadConfig(): boolean {\n return this.comparisonConfig ? this.comparisonConfig.upload : true;\n }\n\n private setLoading(panel: string, flag: boolean) {\n if (panel === this.first) {\n this.loadingFirstPanel = flag;\n } else {\n this.loadingSecondPanel = flag;\n }\n }\n\n get rewriteConfig(): boolean {\n return this.comparisonConfig ? this.comparisonConfig.rewrite : true;\n }\n\n selectDir($event: string) {\n this._comparisonService.loadFiles($event).subscribe((files: FileModel[]) => {\n let nameExt: string;\n if (this.credentials.get(this.first)) {\n nameExt = this.credentials.get(this.first).guid.split('.').pop();\n } else if (this.credentials.get(this.second)) {\n nameExt = this.credentials.get(this.second).guid.split('.').pop();\n }\n\n if (nameExt) {\n files = files.filter(function (value) {\n return value.directory || value.guid.split('.').pop() === nameExt;\n });\n }\n this.files = files || [];\n });\n }\n\n selectFile($event: string, password: string, modalId: string, param: string) {\n this.setLoading(param, true);\n this.getFile($event, password, param);\n this.selectDir('');\n this._modalService.close(modalId);\n this.clearData(param);\n }\n\n private getFile($event: string, password: string, param: string) {\n const credentials = {guid: $event, password: password};\n this.credentials.set(param, credentials);\n this._comparisonService.loadFile(credentials).subscribe((file: FileDescription) => {\n this.file.set(param, file);\n if (file) {\n const preloadResultPageCount = this.comparisonConfig.preloadResultPageCount;\n this.countPages = file.pages ? file.pages.length : 0;\n if (preloadResultPageCount > 0) {\n this.preloadPages(param, 1, preloadResultPageCount > this.countPages ? this.countPages : preloadResultPageCount);\n }\n }\n this.updateFileNames();\n this.setLoading(param, false);\n }\n );\n }\n\n clearFile(param: string) {\n this.clearData(param);\n this.credentials.delete(param);\n this.result = null;\n this.resultTabDisabled = true;\n this._tabActivatorService.changeActiveTab(this.filesTab);\n }\n\n private clearData(param) {\n if (!this.file || !this.file.size) {\n return;\n }\n this.file.delete(param);\n if (param === this.first) {\n this.firstFileName = undefined;\n } else {\n this.secondFileName = undefined;\n }\n }\n\n preloadPages(param: string, start: number, end: number) {\n for (let i = start; i <= end; i++) {\n this._comparisonService.loadPage(this.credentials.get(param), i).subscribe((page: PageModel) => {\n this.file.get(param).pages[i - 1] = page;\n });\n }\n }\n\n upload($event: string) {\n const active = this.activePanel;\n this._comparisonService.upload(null, $event, this.rewriteConfig).subscribe((obj: FileCredentials) => {\n this.getFile(obj.guid, '', active);\n this.selectDir('');\n });\n }\n\n updateFileNames() {\n this.firstFileName = this.getFirstFileName();\n this.secondFileName = this.getSecondFileName();\n }\n\n getSecondFileName() {\n const fileCredentials = this.credentials ? this.credentials.get(this.second) : undefined;\n return fileCredentials ? fileCredentials.guid.replace(/^.*[\\\\\\/]/, '') : '';\n }\n\n getFirstFileName() {\n const fileCredentials = this.credentials ? this.credentials.get(this.first) : undefined;\n return fileCredentials ? fileCredentials.guid.replace(/^.*[\\\\\\/]/, '') : '';\n }\n\n private checkPreload(panel: string, page: number) {\n if (!this.file.get(panel)) {\n return\n }\n for (let i = page; i < page + 2; i++) {\n if (i > 0 && i <= this.countPages && !this.file.get(panel).pages[i - 1].data) {\n this.preloadPages(panel, i, i);\n }\n }\n }\n\n compare() {\n if (this.credentials.size !== 2) {\n return;\n }\n this.resultTabDisabled = false;\n const arr = [];\n arr.push(this.credentials.get(this.first));\n arr.push(this.credentials.get(this.second));\n this._comparisonService.compare(arr).subscribe((result: CompareResult) => {\n this.result = result;\n\n const isZeroBasedPageId = this.result.changes.find((change) => change.pageInfo.id === 0);\n\n this.result.changes.forEach( (change) => {\n change.id = this.generateRandomInteger();\n const zeroBasedId = isZeroBasedPageId ? change.pageInfo.id : change.pageInfo.id - 1;\n change.pageInfo.id = isZeroBasedPageId ? change.pageInfo.id : change.pageInfo.id - 1;\n if(!this.result.pages[zeroBasedId].changes){\n this.result.pages[zeroBasedId].changes = [];\n }\n this.result.pages[zeroBasedId].changes.push(change);\n change.normalized = {\n x : change.box.x * 100 / change.pageInfo.width,\n y : change.box.y * 100 / change.pageInfo.height,\n width: change.box.width * 100 / change.pageInfo.width,\n height: change.box.height * 100 / change.pageInfo.height,\n };\n });\n }, (err => {\n this.resultTabDisabled = true;\n this._tabActivatorService.changeActiveTab(this.filesTab);\n }));\n this._tabActivatorService.changeActiveTab(this.resultTab);\n }\n\n generateRandomInteger() {\n function _p8(s) {\n const p = (Math.random().toString(16) + \"000000000\").substr(2, 8);\n return s ? \"-\" + p.substr(0, 4) + \"-\" + p.substr(4, 4) : p;\n }\n return _p8(null) + _p8(true) + _p8(true) + _p8(null);\n }\n\n download() {\n if (!this.result) {\n return;\n }\n const credentials = {'guid': this.result.guid, 'password': ''};\n window.location.assign(this._comparisonService.getDownloadUrl(credentials));\n }\n\n hideSidePanel($event) {\n this.activeTab = $event ? this.filesTab : this.resultTab;\n this._tabActivatorService.changeActiveTab(this.filesTab);\n }\n}\n","import {Injectable} from '@angular/core';\nimport {ComparisonConfig} from \"./comparison-config\";\nimport {Api, ConfigService} from \"@groupdocs.examples.angular/common-components\";\nimport {HttpClient} from \"@angular/common/http\";\nimport {BehaviorSubject, Observable} from \"rxjs\";\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ComparisonConfigService {\n private _comparisonConfig: BehaviorSubject = new BehaviorSubject(new ComparisonConfig());\n private _updatedConfig: Observable = this._comparisonConfig.asObservable();\n\n constructor(private _http: HttpClient, private _config: ConfigService) {\n }\n\n get updatedConfig() {\n return this._updatedConfig;\n }\n\n load() {\n return new Promise((resolve, reject) => {\n const configEndpoint = this._config.getConfigEndpoint(Api.COMPARISON_APP);\n this._http.get(configEndpoint, Api.httpOptionsJson).toPromise().then((response: ComparisonConfig) => {\n const comparisonConfig = response;\n this._comparisonConfig.next(comparisonConfig);\n resolve();\n }).catch((response: any) => {\n reject(`Could not load comparison config: ${JSON.stringify(response)}`);\n });\n });\n }\n\n}\n","export class ComparisonConfig {\n rewrite: boolean;\n pageSelector: boolean;\n download: boolean;\n upload: boolean;\n print: boolean;\n browse: boolean;\n enableRightClick: boolean;\n\n filesDirectory: string;\n fontsDirectory: string;\n defaultDocument: string;\n preloadResultPageCount: 0;\n}\n","import {BrowserModule} from '@angular/platform-browser';\nimport {APP_INITIALIZER, ModuleWithProviders, NgModule} from '@angular/core';\nimport {HTTP_INTERCEPTORS, HttpClientModule} from '@angular/common/http';\nimport {ComparisonAppComponent} from './comparison-app.component';\nimport {FontAwesomeModule} from '@fortawesome/angular-fontawesome';\nimport {library} from '@fortawesome/fontawesome-svg-core';\nimport {fas} from '@fortawesome/free-solid-svg-icons';\nimport {far} from '@fortawesome/free-regular-svg-icons';\nimport {ComparisonService} from \"./comparison.service\";\nimport {\n CommonComponentsModule,\n ErrorInterceptorService,\n ConfigService,\n LoadingMaskService,\n LoadingMaskInterceptorService,\n Api\n} from \"@groupdocs.examples.angular/common-components\";\nimport {ComparisonConfigService} from \"./comparison-config.service\";\nimport {AddFilePanelComponent} from './add-file-panel/add-file-panel.component';\nimport {UploadFilePanelComponent} from './upload-file-panel/upload-file-panel.component';\nimport {DifferenceComponent} from './difference/difference.component';\nimport {DifferenceHighlightComponent} from './difference-highlight/difference-highlight.component';\nimport {ResultDocumentComponent} from './result-document/result-document.component';\nimport {DifferencesComponent} from './differences/differences.component';\nimport {DifferencesService} from './differences.service';\nimport {ClickOutsideModule} from 'ng-click-outside';\n\nexport function initializeApp(comparisonConfigService: ComparisonConfigService) {\n const result = () => comparisonConfigService.load();\n return result;\n}\n\n// NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981\n// @dynamic\nexport function setupLoadingInterceptor(service: LoadingMaskService) {\n return new LoadingMaskInterceptorService(service);\n}\n\n@NgModule({\n declarations: [ComparisonAppComponent, AddFilePanelComponent, UploadFilePanelComponent, DifferenceComponent, DifferenceHighlightComponent, ResultDocumentComponent, DifferencesComponent],\n imports: [\n BrowserModule,\n CommonComponentsModule,\n HttpClientModule,\n FontAwesomeModule,\n ClickOutsideModule\n ],\n exports: [\n ComparisonAppComponent,\n CommonComponentsModule,\n ResultDocumentComponent,\n DifferencesComponent\n ],\n providers: [\n ComparisonService,\n ConfigService,\n DifferencesService,\n ComparisonConfigService,\n {\n provide: APP_INITIALIZER,\n useFactory: initializeApp,\n deps: [ComparisonConfigService],\n multi: true\n },\n {\n provide: HTTP_INTERCEPTORS,\n useClass: ErrorInterceptorService,\n multi: true\n },\n LoadingMaskService,\n {\n provide: HTTP_INTERCEPTORS,\n useFactory: setupLoadingInterceptor,\n multi: true,\n deps: [LoadingMaskService]\n }\n ]\n})\nexport class ComparisonModule {\n constructor() {\n library.add(fas, far);\n }\n\n static forRoot(apiEndpoint: string): ModuleWithProviders {\n Api.DEFAULT_API_ENDPOINT = apiEndpoint;\n return {\n ngModule: ComparisonModule\n };\n }\n}\n","import {Injectable} from '@angular/core';\nimport {HttpClient} from \"@angular/common/http\";\nimport {\n Api, ConfigService, FileCredentials, SaveFile\n} from \"@groupdocs.examples.angular/common-components\"\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ComparisonService {\n\n constructor(private _http: HttpClient, private _config: ConfigService) {\n }\n\n loadFiles(path: string) {\n return this._http.post(this._config.getComparisonApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\n }\n\n getFormats() {\n return this._http.get(this._config.getComparisonApiEndpoint() + Api.LOAD_FORMATS, Api.httpOptionsJson);\n }\n\n loadFile(credentials: FileCredentials) {\n return this._http.post(this._config.getComparisonApiEndpoint() + Api.LOAD_DOCUMENT_DESCRIPTION, credentials, Api.httpOptionsJson);\n }\n\n upload(file: File, url: string, rewrite: boolean) {\n const formData = new FormData();\n formData.append(\"file\", file);\n formData.append('rewrite', String(rewrite));\n if (url) {\n formData.append(\"url\", url);\n }\n\n return this._http.post(this._config.getComparisonApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\n }\n\n save(file: SaveFile) {\n return this._http.post(this._config.getComparisonApiEndpoint() + Api.SAVE_FILE, file, Api.httpOptionsJson);\n }\n\n getDownloadUrl(credentials: FileCredentials) {\n return this._config.getComparisonApiEndpoint() + Api.DOWNLOAD_DOCUMENTS + '/?guid=' + credentials.guid;\n }\n\n loadPage(credentials: FileCredentials, page: number) {\n return this._http.post(this._config.getComparisonApiEndpoint() + Api.LOAD_DOCUMENT_PAGE, {\n 'guid': credentials.guid,\n 'password': credentials.password,\n 'page': page\n }, Api.httpOptionsJson);\n }\n\n compare(arr: FileCredentials[]) {\n return this._http.post(this._config.getComparisonApiEndpoint() + Api.COMPARE_FILES, {'guids': arr}, Api.httpOptionsJson);\n }\n}\n","module.exports = \".highlight-difference {\\n position: absolute;\\n cursor: pointer;\\n z-index: 1;\\n}\\n.highlight-difference.active {\\n box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);\\n z-index: 999;\\n}\\n.gd-difference.active {\\n box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);\\n z-index: 999;\\n}\\n.gd-difference-1 {\\n background-color: rgba(0, 122, 255, 0.4);\\n}\\n.gd-difference-2,\\n.gd-difference-4 {\\n background-color: rgba(46, 237, 0, 0.4);\\n}\\n.gd-difference-3 {\\n background-color: rgba(237, 0, 0, 0.4);\\n}\\n.gd-difference-6 {\\n background-color: rgba(215, 224, 0, 0.4);\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvZGlmZmVyZW5jZS1oaWdobGlnaHQvZGlmZmVyZW5jZS1oaWdobGlnaHQuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlLWhpZ2hsaWdodC9kaWZmZXJlbmNlLWhpZ2hsaWdodC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFLGtCQUFBO0VBQ0EsZUFBQTtFQUNGLFVBQUE7QUNDQTtBREVBO0VBQ0UsMkNBQUE7RUFDQSxZQUFBO0FDQUY7QURHQTtFQUNFLDJDQUFBO0VBQ0EsWUFBQTtBQ0RGO0FESUE7RUFDRSx3Q0FBQTtBQ0ZGO0FES0E7O0VBQ0UsdUNBQUE7QUNGRjtBREtBO0VBQ0Usc0NBQUE7QUNIRjtBRE1BO0VBQ0Usd0NBQUE7QUNKRiIsImZpbGUiOiJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlLWhpZ2hsaWdodC9kaWZmZXJlbmNlLWhpZ2hsaWdodC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIi5oaWdobGlnaHQtZGlmZmVyZW5jZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuei1pbmRleDogMTtcbn1cblxuLmhpZ2hsaWdodC1kaWZmZXJlbmNlLmFjdGl2ZSB7XG4gIGJveC1zaGFkb3c6IDAgMCAwIDk5OTlweCByZ2JhKDAsIDAsIDAsIDAuNSk7XG4gIHotaW5kZXg6IDk5OTtcbn1cblxuLmdkLWRpZmZlcmVuY2UuYWN0aXZlIHtcbiAgYm94LXNoYWRvdzogMCAwIDAgOTk5OXB4IHJnYmEoMCwgMCwgMCwgMC41KTtcbiAgei1pbmRleDogOTk5O1xufVxuXG4uZ2QtZGlmZmVyZW5jZS0xIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgwLCAxMjIsIDI1NSwgMC40KTtcbn1cblxuLmdkLWRpZmZlcmVuY2UtMiwgLmdkLWRpZmZlcmVuY2UtNCB7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoNDYsIDIzNywgMCwgMC40KTtcbn1cblxuLmdkLWRpZmZlcmVuY2UtMyB7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMjM3LCAwLCAwLCAwLjQpO1xufVxuXG4uZ2QtZGlmZmVyZW5jZS02IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyMTUsIDIyNCwgMCwgMC40KTtcbn1cbiIsIi5oaWdobGlnaHQtZGlmZmVyZW5jZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiAxO1xufVxuLmhpZ2hsaWdodC1kaWZmZXJlbmNlLmFjdGl2ZSB7XG4gIGJveC1zaGFkb3c6IDAgMCAwIDk5OTlweCByZ2JhKDAsIDAsIDAsIDAuNSk7XG4gIHotaW5kZXg6IDk5OTtcbn1cbi5nZC1kaWZmZXJlbmNlLmFjdGl2ZSB7XG4gIGJveC1zaGFkb3c6IDAgMCAwIDk5OTlweCByZ2JhKDAsIDAsIDAsIDAuNSk7XG4gIHotaW5kZXg6IDk5OTtcbn1cbi5nZC1kaWZmZXJlbmNlLTEge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDAsIDEyMiwgMjU1LCAwLjQpO1xufVxuLmdkLWRpZmZlcmVuY2UtMixcbi5nZC1kaWZmZXJlbmNlLTQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDQ2LCAyMzcsIDAsIDAuNCk7XG59XG4uZ2QtZGlmZmVyZW5jZS0zIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyMzcsIDAsIDAsIDAuNCk7XG59XG4uZ2QtZGlmZmVyZW5jZS02IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyMTUsIDIyNCwgMCwgMC40KTtcbn1cbiJdfQ== */\"","import { Component, Input, OnInit } from '@angular/core';\nimport {ChangeInfo} from \"../models\";\nimport { DifferencesService } from '../differences.service';\nimport * as jquery from \"jquery\";\nconst $ = jquery;\n\n@Component({\n selector: 'gd-difference-highlight',\n templateUrl: './difference-highlight.component.html',\n styleUrls: ['./difference-highlight.component.less']\n})\nexport class DifferenceHighlightComponent implements OnInit{\n @Input() change: ChangeInfo;\n @Input() active: boolean;\n private changesService : DifferencesService;\n\n constructor(changeService : DifferencesService) {\n this.changesService = changeService;\n }\n ngOnInit(){\n this.changesService.activeChange.subscribe(activeID => this.active = this.change.id === activeID);\n }\n\n close(event: Event){\n this.changesService.setActiveChange(null);\n }\n\n highlight(id : string){\n this.changesService.setActiveChange(id);\n }\n}\n","module.exports = \".gd-difference {\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-flow: row wrap;\\n border-bottom: 1px solid #eee;\\n cursor: pointer;\\n}\\n.gd-difference.active {\\n background-color: #f2f2f2;\\n}\\n.gd-difference:hover {\\n background-color: #e5e5e5;\\n}\\n.gd-difference .gd-difference-title-wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n align-content: stretch;\\n padding: 14px 21px 17px 24px;\\n}\\n.gd-difference .gd-difference-title-wrapper fa-icon {\\n font-size: 14px;\\n}\\n.gd-difference .gd-difference-title-wrapper .fa-arrow-right {\\n color: #16B901;\\n}\\n.gd-difference .gd-difference-title-wrapper .fa-pencil-alt {\\n color: #CED600;\\n}\\n.gd-difference .gd-difference-title-wrapper .fa-times {\\n color: #B96401;\\n}\\n.gd-difference .gd-difference-title-wrapper .gd-difference-body {\\n width: 100%;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n padding-left: 24.6px;\\n}\\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-difference-title {\\n color: #222E35;\\n font-size: 13px;\\n font-weight: bold;\\n}\\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-differentce-comment {\\n color: #959da5;\\n font-size: 13px;\\n padding-top: 10px;\\n overflow: hidden;\\n /*prevent text from being shown outside the border */\\n text-overflow: ellipsis;\\n}\\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-differentce-comment .color {\\n vertical-align: text-bottom;\\n width: 14px;\\n height: 14px;\\n display: inline-block;\\n border: 1px solid #CCC;\\n border-radius: 100%;\\n}\\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-differentce-comment .property {\\n padding-left: 1em;\\n}\\n.gd-difference .gd-difference-title-wrapper .gd-difference-page {\\n color: rgba(149, 157, 165, 0.48);\\n font-size: 11px;\\n white-space: nowrap;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvZGlmZmVyZW5jZS9kaWZmZXJlbmNlLmNvbXBvbmVudC5sZXNzIiwibGlicy9jb21wYXJpc29uL3NyYy9saWIvZGlmZmVyZW5jZS9kaWZmZXJlbmNlLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EsNkJBQUE7RUFDQSxlQUFBO0FDREY7QURHRTtFQUNFLHlCQUFBO0FDREo7QURJRTtFQUNFLHlCQUFBO0FDRko7QURSQTtFQWVJLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtFQUNBLHNCQUFBO0VBQ0EsNEJBQUE7QUNKSjtBRGRBO0VBcUJNLGVBQUE7QUNKTjtBRGpCQTtFQXdCTSxjQUFBO0FDSk47QURwQkE7RUEyQk0sY0FBQTtBQ0pOO0FEdkJBO0VBOEJNLGNBQUE7QUNKTjtBRDFCQTtFQWtDTSxXQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esb0JBQUE7QUNMTjtBRGhDQTtFQXdDUSxjQUFBO0VBQ0EsZUFBQTtFQUNBLGlCQUFBO0FDTFI7QURyQ0E7RUE4Q1EsY0FBQTtFQUNBLGVBQUE7RUFDQSxpQkFBQTtFQUNBLGdCQUFBO0VDTk4sb0RBQW9EO0VETzlDLHVCQUFBO0FDTFI7QUQ3Q0E7RUFxRFUsMkJBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLHFCQUFBO0VBQ0Esc0JBQUE7RUFDQSxtQkFBQTtBQ0xWO0FEckRBO0VBNkRVLGlCQUFBO0FDTFY7QUR4REE7RUFrRU0sZ0NBQUE7RUFDQSxlQUFBO0VBQ0EsbUJBQUE7QUNQTiIsImZpbGUiOiJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlL2RpZmZlcmVuY2UuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWRpZmZlcmVuY2Uge1xuICBmbGV4LWZsb3c6IHJvdyB3cmFwO1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI2VlZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuXG4gICYuYWN0aXZle1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNmMmYyZjI7XG4gIH1cblxuICAmOmhvdmVye1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNlNWU1ZTU7XG4gIH1cblxuXG4gIC5nZC1kaWZmZXJlbmNlLXRpdGxlLXdyYXBwZXJ7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICAgIGFsaWduLWNvbnRlbnQ6IHN0cmV0Y2g7XG4gICAgcGFkZGluZzogMTRweCAyMXB4IDE3cHggMjRweDtcblxuICAgIGZhLWljb24ge1xuICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgIH1cbiAgICAuZmEtYXJyb3ctcmlnaHQge1xuICAgICAgY29sb3I6ICMxNkI5MDE7XG4gICAgfVxuICAgIC5mYS1wZW5jaWwtYWx0IHtcbiAgICAgIGNvbG9yOiAjQ0VENjAwO1xuICAgIH1cbiAgICAuZmEtdGltZXMge1xuICAgICAgY29sb3I6ICNCOTY0MDE7XG4gICAgfVxuXG4gICAgLmdkLWRpZmZlcmVuY2UtYm9keXtcbiAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgICBwYWRkaW5nLWxlZnQ6IDI0LjZweDtcblxuICAgICAgLmdkLWRpZmZlcmVuY2UtdGl0bGUge1xuICAgICAgICBjb2xvcjogIzIyMkUzNTtcbiAgICAgICAgZm9udC1zaXplOiAxM3B4O1xuICAgICAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICAgIH1cblxuICAgICAgLmdkLWRpZmZlcmVudGNlLWNvbW1lbnQge1xuICAgICAgICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICAgICAgICBmb250LXNpemU6IDEzcHg7XG4gICAgICAgIHBhZGRpbmctdG9wOiAxMHB4O1xuICAgICAgICBvdmVyZmxvdzogaGlkZGVuOyAvKnByZXZlbnQgdGV4dCBmcm9tIGJlaW5nIHNob3duIG91dHNpZGUgdGhlIGJvcmRlciAqL1xuICAgICAgICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcblxuICAgICAgICAuY29sb3J7XG4gICAgICAgICAgdmVydGljYWwtYWxpZ246IHRleHQtYm90dG9tO1xuICAgICAgICAgIHdpZHRoOiAxNHB4O1xuICAgICAgICAgIGhlaWdodDogMTRweDtcbiAgICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgICAgICAgYm9yZGVyOiAxcHggc29saWQgI0NDQztcbiAgICAgICAgICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICAgICAgICB9XG4gICAgICAgIC5wcm9wZXJ0eXtcbiAgICAgICAgICBwYWRkaW5nLWxlZnQ6IDFlbTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgICAuZ2QtZGlmZmVyZW5jZS1wYWdlIHtcbiAgICAgIGNvbG9yOiByZ2JhKDE0OSwgMTU3LCAxNjUsIDAuNDgpO1xuICAgICAgZm9udC1zaXplOiAxMXB4O1xuICAgICAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgICB9XG4gIH1cbn1cblxuXG4iLCIuZ2QtZGlmZmVyZW5jZSB7XG4gIGZsZXgtZmxvdzogcm93IHdyYXA7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZWVlO1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtZGlmZmVyZW5jZS5hY3RpdmUge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZjJmMmYyO1xufVxuLmdkLWRpZmZlcmVuY2U6aG92ZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTVlNWU1O1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGFsaWduLWNvbnRlbnQ6IHN0cmV0Y2g7XG4gIHBhZGRpbmc6IDE0cHggMjFweCAxN3B4IDI0cHg7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIGZhLWljb24ge1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIC5mYS1hcnJvdy1yaWdodCB7XG4gIGNvbG9yOiAjMTZCOTAxO1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZmEtcGVuY2lsLWFsdCB7XG4gIGNvbG9yOiAjQ0VENjAwO1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZmEtdGltZXMge1xuICBjb2xvcjogI0I5NjQwMTtcbn1cbi5nZC1kaWZmZXJlbmNlIC5nZC1kaWZmZXJlbmNlLXRpdGxlLXdyYXBwZXIgLmdkLWRpZmZlcmVuY2UtYm9keSB7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBwYWRkaW5nLWxlZnQ6IDI0LjZweDtcbn1cbi5nZC1kaWZmZXJlbmNlIC5nZC1kaWZmZXJlbmNlLXRpdGxlLXdyYXBwZXIgLmdkLWRpZmZlcmVuY2UtYm9keSAuZ2QtZGlmZmVyZW5jZS10aXRsZSB7XG4gIGNvbG9yOiAjMjIyRTM1O1xuICBmb250LXNpemU6IDEzcHg7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZ2QtZGlmZmVyZW5jZS1ib2R5IC5nZC1kaWZmZXJlbnRjZS1jb21tZW50IHtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgcGFkZGluZy10b3A6IDEwcHg7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIC8qcHJldmVudCB0ZXh0IGZyb20gYmVpbmcgc2hvd24gb3V0c2lkZSB0aGUgYm9yZGVyICovXG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZ2QtZGlmZmVyZW5jZS1ib2R5IC5nZC1kaWZmZXJlbnRjZS1jb21tZW50IC5jb2xvciB7XG4gIHZlcnRpY2FsLWFsaWduOiB0ZXh0LWJvdHRvbTtcbiAgd2lkdGg6IDE0cHg7XG4gIGhlaWdodDogMTRweDtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZ2QtZGlmZmVyZW5jZS1ib2R5IC5nZC1kaWZmZXJlbnRjZS1jb21tZW50IC5wcm9wZXJ0eSB7XG4gIHBhZGRpbmctbGVmdDogMWVtO1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZ2QtZGlmZmVyZW5jZS1wYWdlIHtcbiAgY29sb3I6IHJnYmEoMTQ5LCAxNTcsIDE2NSwgMC40OCk7XG4gIGZvbnQtc2l6ZTogMTFweDtcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbn1cbiJdfQ== */\"","import { Component, Input, OnInit } from '@angular/core';\nimport { ChangeInfo, StyleChange } from '../models';\nimport { DifferencesService } from '../differences.service';\n\n@Component({\n selector: 'gd-comparison-difference',\n templateUrl: './difference.component.html',\n styleUrls: ['./difference.component.less']\n})\nexport class DifferenceComponent implements OnInit {\n @Input() change: ChangeInfo;\n active: boolean;\n\n private changesService : DifferencesService;\n\n constructor(changeService : DifferencesService) {\n this.changesService = changeService;\n }\n\n ngOnInit() {\n this.changesService.activeChange.subscribe(activeID => this.active = this.change.id === activeID)\n }\n\n getRgbaColor(value){\n return `rgba(${value.red},${value.green},${value.blue},${value.alpha})`;\n }\n}\n","import { Injectable } from '@angular/core';\nimport { BehaviorSubject} from 'rxjs';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class DifferencesService {\n\n private _activeChange = new BehaviorSubject(null);\n activeChange = this._activeChange.asObservable();\n\n constructor() {\n }\n\n setActiveChange(id : string){\n this._activeChange.next(id);\n }\n}\n","module.exports = \"\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlcy9kaWZmZXJlbmNlcy5jb21wb25lbnQubGVzcyJ9 */\"","import { Component, Input, OnInit } from '@angular/core';\nimport { ChangeInfo } from './../models';\nimport { DifferencesService } from '../differences.service';\nimport { NavigateService } from '@groupdocs.examples.angular/common-components';\n\n@Component({\n selector: 'gd-differences',\n templateUrl: './differences.component.html',\n styleUrls: ['./differences.component.less']\n})\nexport class DifferencesComponent implements OnInit {\n\n @Input() changes : ChangeInfo[] = [];\n private changesService : DifferencesService;\n private navigateService;\n\n constructor(changeService : DifferencesService,navigateService: NavigateService,) {\n this.changesService = changeService;\n this.navigateService = navigateService;\n }\n\n ngOnInit() {}\n\n\n highlightDifference(id: string,page: number,event : MouseEvent){\n event.stopPropagation();\n this.changesService.setActiveChange(id);\n this.navigateService.navigateTo(page+1);\n }\n}\n","import {PageModel} from \"@groupdocs.examples.angular/common-components\";\n\nexport class ComparedPageModel extends PageModel{\n changes: ChangeInfo[]\n}\n\nexport class CompareResult {\n changes: ChangeInfo[];\n pages: ComparedPageModel[];\n guid: string;\n}\n\nexport class ChangeInfo {\n pageInfo: PageInfo;\n text: string;\n type: number;\n box: Rectangle;\n id: string;\n styleChanges: StyleChange[];\n normalized: Rectangle;\n active: boolean;\n}\n\nexport class StyleChange {\n changedProperty: string;\n newValue: string;\n oldValue: string;\n}\n\nexport class Rectangle {\n x: number;\n y: number;\n width: number;\n height: number\n}\n\nexport class PageInfo {\n id: number;\n width: number;\n height: number;\n changes: ChangeInfo[];\n}\n\n","module.exports = \":host {\\n overflow: scroll;\\n}\\n.document {\\n background-color: #e7e7e7;\\n width: 100%;\\n height: 100%;\\n -webkit-transition: all 0.4s;\\n transition: all 0.4s;\\n padding: 0px;\\n margin: 0px;\\n position: relative;\\n}\\n.page {\\n position: relative;\\n display: inline-block;\\n background-color: #ffffff;\\n margin: 20px;\\n box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);\\n -webkit-transition: all 0.3s;\\n transition: all 0.3s;\\n}\\n.wait {\\n position: absolute;\\n top: 55px;\\n left: Calc(30%);\\n}\\n.panzoom {\\n -webkit-transform: none;\\n transform: none;\\n -webkit-backface-visibility: hidden;\\n backface-visibility: hidden;\\n -webkit-transform-origin: 50% 50% 0px;\\n transform-origin: 50% 50% 0px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: center;\\n justify-content: center;\\n flex-wrap: wrap;\\n}\\n.gd-zoomed {\\n margin: 10px 98px;\\n}\\n.highlights {\\n position: absolute;\\n top: 0px;\\n left: 0px;\\n bottom: 0px;\\n right: 0px;\\n}\\n@media (max-width: 1037px) {\\n .panzoom {\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n }\\n .page {\\n min-width: unset !important;\\n min-height: unset !important;\\n margin: 5px 0px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvcmVzdWx0LWRvY3VtZW50L3Jlc3VsdC1kb2N1bWVudC5jb21wb25lbnQubGVzcyIsImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL3Jlc3VsdC1kb2N1bWVudC9yZXN1bHQtZG9jdW1lbnQuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxnQkFBQTtBQ0RGO0FESUE7RUFDRSx5QkFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EsNEJBQUE7RUFBQSxvQkFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0Esa0JBQUE7QUNGRjtBREtBO0VBQ0Usa0JBQUE7RUFDQSxxQkFBQTtFQUNBLHlCQUFBO0VBQ0EsWUFBQTtFQUdBLDJDQUFBO0VBQ0EsNEJBQUE7RUFBQSxvQkFBQTtBQ0hGO0FETUE7RUFDRSxrQkFBQTtFQUNBLFNBQUE7RUFDQSxlQUFBO0FDSkY7QURPQTtFQUNFLHVCQUFBO1VBQUEsZUFBQTtFQUNBLG1DQUFBO1VBQUEsMkJBQUE7RUFDQSxxQ0FBQTtVQUFBLDZCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLGVBQUE7QUNMRjtBRFFBO0VBQ0UsaUJBQUE7QUNORjtBRFNBO0VBQ0Usa0JBQUE7RUFDQSxRQUFBO0VBQ0EsU0FBQTtFQUNBLFdBQUE7RUFDQSxVQUFBO0FDUEY7QURVQTtFQUtFO0lBQ0UsNEJBQUE7SUFBQSw2QkFBQTtZQUFBLHNCQUFBO0VDWkY7RURlQTtJQUNFLDJCQUFBO0lBQ0EsNEJBQUE7SUFDQSxlQUFBO0VDYkY7QUFDRiIsImZpbGUiOiJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9yZXN1bHQtZG9jdW1lbnQvcmVzdWx0LWRvY3VtZW50LmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4vLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXMubGVzc1wiO1xuXG46aG9zdCB7XG4gIG92ZXJmbG93OiBzY3JvbGw7XG59XG5cbi5kb2N1bWVudCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEBtZXJjdXJ5O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICB0cmFuc2l0aW9uOiBhbGwgMC40cztcbiAgcGFkZGluZzogMHB4O1xuICBtYXJnaW46IDBweDtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuXG4ucGFnZSB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xuICBtYXJnaW46IDIwcHg7XG4gIC13ZWJraXQtYm94LXNoYWRvdzogMHB4IDNweCA2cHggcmdiYSgwLCAwLCAwLCAwLjE2KTtcbiAgLW1vei1ib3gtc2hhZG93OiAwcHggM3B4IDZweCByZ2JhKDAsIDAsIDAsIDAuMTYpO1xuICBib3gtc2hhZG93OiAwcHggM3B4IDZweCByZ2JhKDAsIDAsIDAsIDAuMTYpO1xuICB0cmFuc2l0aW9uOiBhbGwgMC4zcztcbn1cblxuLndhaXQge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogNTVweDtcbiAgbGVmdDogQ2FsYyg1MCUgLSAyMHB4KTtcbn1cblxuLnBhbnpvb20ge1xuICB0cmFuc2Zvcm06IG5vbmU7XG4gIGJhY2tmYWNlLXZpc2liaWxpdHk6IGhpZGRlbjtcbiAgdHJhbnNmb3JtLW9yaWdpbjogNTAlIDUwJSAwcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBmbGV4LXdyYXA6IHdyYXA7XG59XG5cbi5nZC16b29tZWQge1xuICBtYXJnaW46IDEwcHggOThweDtcbn1cblxuLmhpZ2hsaWdodHN7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwcHg7XG4gIGxlZnQ6IDBweDtcbiAgYm90dG9tOiAwcHg7XG4gIHJpZ2h0OiAwcHg7XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIC5kb2N1bWVudCB7XG4gICAgLy9vdmVyZmxvdy14OiBhdXRvICFpbXBvcnRhbnQ7XG4gIH1cblxuICAucGFuem9vbSB7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgfVxuXG4gIC5wYWdlIHtcbiAgICBtaW4td2lkdGg6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgbWluLWhlaWdodDogdW5zZXQgIWltcG9ydGFudDtcbiAgICBtYXJnaW46IDVweCAwcHg7XG4gIH1cbn1cbiIsIjpob3N0IHtcbiAgb3ZlcmZsb3c6IHNjcm9sbDtcbn1cbi5kb2N1bWVudCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHRyYW5zaXRpb246IGFsbCAwLjRzO1xuICBwYWRkaW5nOiAwcHg7XG4gIG1hcmdpbjogMHB4O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG4ucGFnZSB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xuICBtYXJnaW46IDIwcHg7XG4gIC13ZWJraXQtYm94LXNoYWRvdzogMHB4IDNweCA2cHggcmdiYSgwLCAwLCAwLCAwLjE2KTtcbiAgLW1vei1ib3gtc2hhZG93OiAwcHggM3B4IDZweCByZ2JhKDAsIDAsIDAsIDAuMTYpO1xuICBib3gtc2hhZG93OiAwcHggM3B4IDZweCByZ2JhKDAsIDAsIDAsIDAuMTYpO1xuICB0cmFuc2l0aW9uOiBhbGwgMC4zcztcbn1cbi53YWl0IHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDU1cHg7XG4gIGxlZnQ6IENhbGMoMzAlKTtcbn1cbi5wYW56b29tIHtcbiAgdHJhbnNmb3JtOiBub25lO1xuICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47XG4gIHRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCUgMHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleC13cmFwOiB3cmFwO1xufVxuLmdkLXpvb21lZCB7XG4gIG1hcmdpbjogMTBweCA5OHB4O1xufVxuLmhpZ2hsaWdodHMge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMHB4O1xuICBsZWZ0OiAwcHg7XG4gIGJvdHRvbTogMHB4O1xuICByaWdodDogMHB4O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAucGFuem9vbSB7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgfVxuICAucGFnZSB7XG4gICAgbWluLXdpZHRoOiB1bnNldCAhaW1wb3J0YW50O1xuICAgIG1pbi1oZWlnaHQ6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgbWFyZ2luOiA1cHggMHB4O1xuICB9XG59XG4iXX0= */\"","import { Component, ElementRef, Input, OnInit } from '@angular/core';\nimport { DocumentComponent, WindowService } from '@groupdocs.examples.angular/common-components';\nimport {ZoomService,ZoomDirective} from '@groupdocs.examples.angular/common-components';\nimport * as jquery from 'jquery';\nimport { DifferencesService } from '../differences.service';\nconst $ = jquery;\n\n@Component({\n selector: 'gd-result-document',\n templateUrl: './result-document.component.html',\n styleUrls: ['./result-document.component.less'], // @TODO: this is replicated from base component until styles inheritance supported added to angular\n providers : [ZoomService],\n viewProviders : [ZoomDirective]\n})\nexport class ResultDocumentComponent extends DocumentComponent implements OnInit {\n private changesService : DifferencesService;\n\n constructor(_elementRef: ElementRef,\n zoomService: ZoomService,\n changeService : DifferencesService,\n windowService: WindowService) {\n super(_elementRef, zoomService, windowService);\n this.changesService = changeService;\n }\n\n close(){\n this.changesService.setActiveChange(null)\n }\n\n ngOnInit(){\n }\n}\n","module.exports = \":host {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n align-content: center;\\n height: 100%;\\n border-bottom: 1px solid #CCC;\\n}\\n.wrapper {\\n color: #959da5;\\n background-color: #e7e7e7;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 100%;\\n height: 100%;\\n}\\n.icon {\\n font-size: 65px;\\n margin-bottom: 43px;\\n display: -webkit-box;\\n display: flex;\\n color: #959da5;\\n}\\n.start {\\n font-size: 15px;\\n text-align: center;\\n color: #959da5;\\n}\\n.gd-drag-n-drop-wrap.active {\\n background-color: #fff;\\n position: fixed;\\n top: 60px;\\n width: 50%;\\n background: rgba(255, 255, 255, 0.8);\\n}\\n.gd-drag-n-drop-wrap.active .init-state-wrapper {\\n position: absolute;\\n opacity: 0.2;\\n top: unset;\\n margin-top: -11px;\\n}\\n.gd-drag-n-drop-wrap.active .init-state-dnd-wrapper {\\n top: 0px;\\n z-index: 999;\\n margin-top: -11px;\\n}\\n.gd-drag-n-drop-wrap.active .init-state-dnd-wrapper .icon {\\n width: 113px;\\n height: 90px;\\n font-size: 90px;\\n color: #3E4E5A;\\n margin-bottom: 30px;\\n}\\n.gd-drag-n-drop-wrap.active .text {\\n color: #6e6e6e;\\n font-size: 14px;\\n}\\n.init-state-wrapper,\\n.init-state-dnd-wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n width: 250px;\\n height: 250px;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n}\\n.init-state-wrapper {\\n top: -30px;\\n position: relative;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvdXBsb2FkLWZpbGUtcGFuZWwvdXBsb2FkLWZpbGUtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi91cGxvYWQtZmlsZS1wYW5lbC91cGxvYWQtZmlsZS1wYW5lbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EscUJBQUE7RUFDQSxZQUFBO0VBQ0EsNkJBQUE7QUNERjtBRElBO0VBQ0UsY0FBQTtFQUNBLHlCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtBQ0ZGO0FES0E7RUFDRSxlQUFBO0VBQ0EsbUJBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxjQUFBO0FDSEY7QURNQTtFQUNFLGVBQUE7RUFDQSxrQkFBQTtFQUNBLGNBQUE7QUNKRjtBRFFFO0VBQ0Usc0JBQUE7RUFDQSxlQUFBO0VBQ0EsU0FBQTtFQUNBLFVBQUE7RUFDQSxvQ0FBQTtBQ05KO0FEQ0U7RUFPSSxrQkFBQTtFQUNBLFlBQUE7RUFDQSxVQUFBO0VBQ0EsaUJBQUE7QUNMTjtBRExFO0VBYUksUUFBQTtFQUNBLFlBQUE7RUFDQSxpQkFBQTtBQ0xOO0FEVkU7RUFpQk0sWUFBQTtFQUNBLFlBQUE7RUFDQSxlQUFBO0VBQ0EsY0FBQTtFQUNBLG1CQUFBO0FDSlI7QURqQkU7RUF5QkksY0FBQTtFQUNBLGVBQUE7QUNMTjtBRFVBOztFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7QUNQRjtBRFVBO0VBQ0UsVUFBQTtFQUNBLGtCQUFBO0FDUkYiLCJmaWxlIjoibGlicy9jb21wYXJpc29uL3NyYy9saWIvdXBsb2FkLWZpbGUtcGFuZWwvdXBsb2FkLWZpbGUtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuOmhvc3R7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBhbGlnbi1jb250ZW50OiBjZW50ZXI7XG4gIGhlaWdodDogMTAwJTtcbiAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNDQ0M7XG59XG5cbi53cmFwcGVyIHtcbiAgY29sb3I6IEByZWdlbnQtZ3JheTtcbiAgYmFja2dyb3VuZC1jb2xvcjogQG1lcmN1cnk7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4uaWNvbiB7XG4gIGZvbnQtc2l6ZTogNjVweDtcbiAgbWFyZ2luLWJvdHRvbTogNDNweDtcbiAgZGlzcGxheTogZmxleDtcbiAgY29sb3I6IEByZWdlbnQtZ3JheTtcbn1cblxuLnN0YXJ0IHtcbiAgZm9udC1zaXplOiAxNXB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiBAcmVnZW50LWdyYXk7XG59XG5cbi5nZC1kcmFnLW4tZHJvcC13cmFwIHtcbiAgJi5hY3RpdmUge1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIHRvcDogNjBweDtcbiAgICB3aWR0aDogNTAlO1xuICAgIGJhY2tncm91bmQ6IHJnYmEoMjU1LDI1NSwyNTUsMC44KTtcbiAgICAuaW5pdC1zdGF0ZS13cmFwcGVyIHtcbiAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgIG9wYWNpdHk6IC4yO1xuICAgICAgdG9wOiB1bnNldDtcbiAgICAgIG1hcmdpbi10b3A6IC0xMXB4O1xuICAgIH1cbiAgICAuaW5pdC1zdGF0ZS1kbmQtd3JhcHBlciB7XG4gICAgICB0b3A6IDBweDtcbiAgICAgIHotaW5kZXg6IDk5OTtcbiAgICAgIG1hcmdpbi10b3A6IC0xMXB4O1xuICAgICAgLmljb24ge1xuICAgICAgICB3aWR0aDogMTEzcHg7XG4gICAgICAgIGhlaWdodDogOTBweDtcbiAgICAgICAgZm9udC1zaXplOiA5MHB4O1xuICAgICAgICBjb2xvcjogQHByaW1hcnk7XG4gICAgICAgIG1hcmdpbi1ib3R0b206IDMwcHg7XG4gICAgICB9XG4gICAgfVxuICAgIC50ZXh0IHtcbiAgICAgIGNvbG9yOiBAZG92ZS1ncmF5O1xuICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgIH1cbiAgfVxufVxuXG4uaW5pdC1zdGF0ZS13cmFwcGVyLCAuaW5pdC1zdGF0ZS1kbmQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiAyNTBweDtcbiAgaGVpZ2h0OiAyNTBweDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG59XG5cbi5pbml0LXN0YXRlLXdyYXBwZXIge1xuICB0b3A6IC0zMHB4O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG5cbiIsIjpob3N0IHtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgaGVpZ2h0OiAxMDAlO1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0NDQztcbn1cbi53cmFwcGVyIHtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLmljb24ge1xuICBmb250LXNpemU6IDY1cHg7XG4gIG1hcmdpbi1ib3R0b206IDQzcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGNvbG9yOiAjOTU5ZGE1O1xufVxuLnN0YXJ0IHtcbiAgZm9udC1zaXplOiAxNXB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjOTU5ZGE1O1xufVxuLmdkLWRyYWctbi1kcm9wLXdyYXAuYWN0aXZlIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDYwcHg7XG4gIHdpZHRoOiA1MCU7XG4gIGJhY2tncm91bmQ6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC44KTtcbn1cbi5nZC1kcmFnLW4tZHJvcC13cmFwLmFjdGl2ZSAuaW5pdC1zdGF0ZS13cmFwcGVyIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBvcGFjaXR5OiAwLjI7XG4gIHRvcDogdW5zZXQ7XG4gIG1hcmdpbi10b3A6IC0xMXB4O1xufVxuLmdkLWRyYWctbi1kcm9wLXdyYXAuYWN0aXZlIC5pbml0LXN0YXRlLWRuZC13cmFwcGVyIHtcbiAgdG9wOiAwcHg7XG4gIHotaW5kZXg6IDk5OTtcbiAgbWFyZ2luLXRvcDogLTExcHg7XG59XG4uZ2QtZHJhZy1uLWRyb3Atd3JhcC5hY3RpdmUgLmluaXQtc3RhdGUtZG5kLXdyYXBwZXIgLmljb24ge1xuICB3aWR0aDogMTEzcHg7XG4gIGhlaWdodDogOTBweDtcbiAgZm9udC1zaXplOiA5MHB4O1xuICBjb2xvcjogIzNFNEU1QTtcbiAgbWFyZ2luLWJvdHRvbTogMzBweDtcbn1cbi5nZC1kcmFnLW4tZHJvcC13cmFwLmFjdGl2ZSAudGV4dCB7XG4gIGNvbG9yOiAjNmU2ZTZlO1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uaW5pdC1zdGF0ZS13cmFwcGVyLFxuLmluaXQtc3RhdGUtZG5kLXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aDogMjUwcHg7XG4gIGhlaWdodDogMjUwcHg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xufVxuLmluaXQtc3RhdGUtd3JhcHBlciB7XG4gIHRvcDogLTMwcHg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cbiJdfQ== */\"","import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';\nimport {CommonModals, ModalService, UploadFilesService} from \"@groupdocs.examples.angular/common-components\";\n\n@Component({\n selector: 'gd-upload-file-panel',\n templateUrl: './upload-file-panel.component.html',\n styleUrls: ['./upload-file-panel.component.less']\n})\nexport class UploadFilePanelComponent implements OnInit {\n\n @Input() panel: string;\n @Output() active = new EventEmitter();\n showUploadFile = false;\n\n constructor(private _uploadService: UploadFilesService,\n private _modalService: ModalService) {\n }\n\n ngOnInit() {\n }\n\n openModal() {\n this.active.emit(this.panel);\n this._modalService.open(CommonModals.BrowseFiles);\n }\n\n dropped($event) {\n if ($event) {\n this.active.emit(this.panel);\n this.showUploadFile = false;\n }\n }\n}\n","export * from './lib/conversion.module';\nexport * from './lib/conversion-app.component';\nexport * from './lib/conversion.service';\nexport * from './lib/conversion-config.service';\nexport * from './lib/models';","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n/deep/ .tools .button {\\n color: #fff !important;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-flow: column;\\n}\\n/deep/ .tools .button.inactive {\\n color: #959da5 !important;\\n}\\n/deep/ .tools .icon-button {\\n margin: 0px 0px 0px 7px !important;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: inherit;\\n}\\n.gd-document {\\n width: 100%;\\n height: 100%;\\n}\\n.top-panel {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 100%;\\n}\\n.toolbar-panel {\\n background-color: #3e4e5a;\\n width: 100%;\\n}\\n@media (max-width: 1037px) {\\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\\n margin: 0px 0px 0px 10px !important;\\n }\\n ::ng-deep .tools .icon-button {\\n height: 60px !important;\\n width: 60px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24tYXBwLmNvbXBvbmVudC5sZXNzIiwiL1VzZXJzL2VsZW5rby9wcm9qZWN0cy9Hcm91cERvY3MuVG90YWwtQW5ndWxhci9saWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWFwcC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSw2RUNBa0I7QUFHbEI7RUFDRSxzREFBQTtBRERGO0FDSUE7RUFFSSxzQkFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxpQkFBQTtBREhKO0FDSUk7RUFDRSx5QkFBQTtBREZOO0FDSEE7RUFTSSxrQ0FBQTtBREhKO0FDT0E7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRExGO0FDUUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0FETkY7QUNTQTtFQUNFLFdBQUE7RUFDQSxZQUFBO0FEUEY7QUNVQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0FEUkY7QUNXQTtFQUNFLHlCQUFBO0VBQ0EsV0FBQTtBRFRGO0FDWUE7RUFDRTtJQUVJLG1DQUFBO0VEWEo7RUNTQTtJQUtJLHVCQUFBO0lBQ0EsV0FBQTtFRFhKO0FBQ0YiLCJmaWxlIjoibGlicy9jb252ZXJzaW9uL3NyYy9saWIvY29udmVyc2lvbi1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG4gL2RlZXAvIC50b29scyAuYnV0dG9uIHtcbiAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbiAgZmxleC1mbG93OiBjb2x1bW47XG59XG4gL2RlZXAvIC50b29scyAuYnV0dG9uLmluYWN0aXZlIHtcbiAgY29sb3I6ICM5NTlkYTUgIWltcG9ydGFudDtcbn1cbiAvZGVlcC8gLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gIG1hcmdpbjogMHB4IDBweCAwcHggN3B4ICFpbXBvcnRhbnQ7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnRvb2xiYXItcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM2U0ZTVhO1xuICB3aWR0aDogMTAwJTtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgOjpuZy1kZWVwIC50b29scyBnZC1idXR0b246bnRoLWNoaWxkKDEpID4gLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAwcHggMHB4IDEwcHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gICAgaGVpZ2h0OiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgd2lkdGg6IDYwcHg7XG4gIH1cbn1cbiIsIkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zJmRpc3BsYXk9c3dhcCcpO1xuQGltcG9ydCBcIi4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG5cbi9kZWVwLyAudG9vbHMge1xuICAuYnV0dG9uIHtcbiAgICBjb2xvcjogI2ZmZiAhaW1wb3J0YW50O1xuICAgIGZsZXgtZmxvdzogY29sdW1uO1xuICAgICYuaW5hY3RpdmV7XG4gICAgICBjb2xvcjogQHJlZ2VudC1ncmF5ICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG4gIC5pY29uLWJ1dHRvbntcbiAgICBtYXJnaW46IDBweCAwcHggMHB4IDdweCAhaW1wb3J0YW50O1xuICB9XG59XG5cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgdG9wOiAwO1xuICBib3R0b206IDA7XG4gIGxlZnQ6IDA7XG4gIHJpZ2h0OiAwO1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xufVxuXG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4udG9wLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgd2lkdGg6IDEwMCU7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNlNGU1YTtcbiAgd2lkdGg6IDEwMCU7XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIGdkLWJ1dHRvbjpudGgtY2hpbGQoMSkgPiAuaWNvbi1idXR0b257XG4gICAgICBtYXJnaW46IDBweCAwcHggMHB4IDEwcHggIWltcG9ydGFudDtcbiAgICB9XG4gICAgLmljb24tYnV0dG9ue1xuICAgICAgaGVpZ2h0OiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgICB3aWR0aDogNjBweDtcbiAgICB9XG4gIH1cbn0iXX0= */\"","import {Component} from '@angular/core';\nimport {ConversionConfigService} from \"./conversion-config.service\";\nimport {ConversionService} from \"./conversion.service\";\nimport { ModalService,\n CommonModals,\n UploadFilesService\n} from \"@groupdocs.examples.angular/common-components\";\nimport {ConversionConfig} from \"./conversion-config\";\nimport {ConversionItemModel, ExtendedFileModel} from \"./models\"\n\n@Component({\n selector: 'gd-conversion',\n templateUrl: './conversion-app.component.html',\n styleUrls: ['./conversion-app.component.less']\n})\nexport class ConversionAppComponent {\n title = 'conversion';\n files: ExtendedFileModel[] = [];\n conversionItems: ConversionItemModel[] = [];\n browseFilesModal = CommonModals.BrowseFiles;\n isDesktop: boolean;\n leftBarOpen = false;\n conversionConfig: ConversionConfig;\n result: any;\n selectedFormat: string;\n warningItems = 0;\n\n constructor(private _modalService: ModalService,\n private _conversionService: ConversionService,\n configService: ConversionConfigService,\n uploadFilesService: UploadFilesService) {\n\n configService.updatedConfig.subscribe((config) => {\n this.conversionConfig = config;\n });\n\n uploadFilesService.uploadsChange.subscribe((uploads) => {\n if (uploads) {\n let i: number;\n for (i = 0; i < uploads.length; i++) {\n this._conversionService.upload(uploads.item(i), '', this.conversionConfig.rewrite).subscribe(() => {\n this.selectDir('');\n });\n }\n }\n });\n\n _conversionService.selectedItems.subscribe((selectedItems) => {\n selectedItems.forEach((selectedItem) => {\n if (selectedItem.warning) this.warningItems++;\n if (Object.keys(selectedItem).length > 0 && !this.itemAlreadyAdded(selectedItem)) {\n this.conversionItems.push(selectedItem as ConversionItemModel);\n }\n });\n });\n\n _conversionService.selectedFormat.subscribe((selectedFormat) => {\n this.selectedFormat = selectedFormat;\n });\n\n _conversionService.itemToConvert.subscribe(item => {\n if (item) this.convertSingleItem(item);\n });\n\n _conversionService.itemToRemove.subscribe(item => {\n if (item) this.removeItemFromQueue(item);\n });\n }\n\n get rewriteConfig(): boolean {\n return this.conversionConfig ? this.conversionConfig.rewrite : true;\n }\n\n get browseConfig(): boolean {\n return this.conversionConfig ? this.conversionConfig.browse : true;\n }\n\n get uploadConfig(): boolean {\n return this.conversionConfig ? this.conversionConfig.upload : true;\n }\n\n fileDropped($event) {\n if ($event) {\n this._modalService.open(CommonModals.BrowseFiles);\n }\n }\n\n openModal(id: string) {\n this._modalService.open(id);\n }\n\n closeModal(id: string) {\n this._modalService.close(id);\n }\n\n upload($event: string) {\n this._conversionService.upload(null, $event, this.rewriteConfig).subscribe(() => {\n this.selectDir('');\n });\n }\n\n selectDir($event: string) {\n this._conversionService.loadFiles($event).subscribe((files: ExtendedFileModel[]) => this.files = files || []);\n }\n\n convertSingleItem(item) {\n const workItem = this.conversionItems.find(x => x.guid === item.guid);\n workItem.converting = true;\n this._conversionService.convert(item).subscribe(() => {\n workItem.converting = false;\n workItem.converted = true;\n }, (() => {\n // TODO: add error handling?\n workItem.converting = false;\n }));\n }\n\n convertAll(){\n this.conversionItems.forEach((item) => {\n if (!item.converted && !item.converting) {\n this.convertSingleItem(item);\n }\n });\n }\n\n convertAllUnavailable(){\n return this.conversionItems.length === 0 || this.conversionItems.filter(ci => ci.converted !== true).length === 0;\n }\n\n removeItemFromQueue(item: ConversionItemModel): void {\n if (this.conversionItems.length > 0) {\n this.conversionItems.forEach( (ci, index) => {\n if(ci.guid === item.guid && ci.destinationType === item.destinationType) this.conversionItems.splice(index, 1);\n });\n }\n }\n\n selectAllItems(checked: boolean) {\n this.files.forEach( (f) => {\n if (!f.isDirectory && !f.directory) f.selected = checked;\n });\n }\n\n itemAlreadyAdded(selectedItem: ConversionItemModel) : boolean {\n return this.conversionItems.filter(ci => ci.destinationType === selectedItem.destinationType \n && ci.guid === selectedItem.guid).length === 1;\n }\n\n isLeftBarOpen() {\n return this.isDesktop ? true : this.leftBarOpen;\n }\n}\n","module.exports = \".gd-modal-table {\\n width: 100%;\\n text-align: left;\\n}\\n#gd-browse-section {\\n width: 1036px;\\n height: 561px;\\n overflow-y: auto;\\n}\\n.list-files-header {\\n height: 60px;\\n color: #6e6e6e;\\n font-size: 13px;\\n font-weight: bold;\\n background-color: #f4f4f4;\\n margin-top: 24px;\\n}\\n.list-files-header.upload-url {\\n margin-top: 20px;\\n}\\n.header-name {\\n padding-left: 68px;\\n width: 90%;\\n line-height: 60px;\\n}\\n.header-size {\\n padding-right: 84px;\\n line-height: 60px;\\n}\\n.header-size,\\n.file-size {\\n width: 7%;\\n color: #777777;\\n text-align: left;\\n}\\n.file-size {\\n font-size: 12px;\\n width: 7%;\\n line-height: 79px;\\n}\\n.file-description {\\n display: -webkit-box;\\n display: flex;\\n width: 90%;\\n padding: 18px 0px 18px 0px;\\n font-size: 14px;\\n -webkit-box-flex: 1;\\n flex: 1;\\n cursor: pointer;\\n overflow: hidden;\\n}\\n.file-description .ng-fa-icon {\\n font-size: 32px;\\n}\\n.gd-modal-spinner {\\n background-color: #ffffff;\\n width: 100%;\\n height: 20px;\\n text-align: center;\\n font-size: 16px;\\n}\\n.gd-cancel-button {\\n padding: 7px;\\n background: none;\\n width: 28px;\\n overflow: hidden;\\n}\\n.gd-cancel-button i {\\n font-size: 21px;\\n}\\n.gd-file-name {\\n white-space: nowrap;\\n overflow: hidden;\\n width: 100%;\\n text-overflow: ellipsis;\\n}\\n.upload-panel {\\n display: -webkit-box;\\n display: flex;\\n position: relative;\\n width: 100%;\\n margin-top: 24px;\\n margin-right: 24px;\\n}\\n.upload-panel .select-all {\\n height: 37px;\\n margin: 0px 16px 0px 15px;\\n width: 37px;\\n line-height: 44px;\\n text-align: center;\\n}\\n.upload-panel .context {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n width: 100%;\\n margin-right: 24px;\\n}\\n.upload-panel .context .context-actions {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n width: 100%;\\n}\\n.upload-panel .context .context-actions *:last-child {\\n margin-right: 0px;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button {\\n height: 37px;\\n width: 96px;\\n padding: 0px;\\n -webkit-box-pack: center;\\n justify-content: center;\\n font-size: 14px;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button ::ng-deep .text {\\n font-size: 10px;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button.primary {\\n width: 117px;\\n background-color: #4b566c;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive {\\n width: 106px;\\n background-color: #959da5;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive /deep/ .text {\\n color: #3E4E5A;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive /deep/ fa-icon {\\n color: #3E4E5A;\\n}\\n.upload-panel .context .context-panel {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n width: 100%;\\n margin-top: 20px;\\n}\\n.upload-panel .context .context-panel .upload-url {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n width: 100%;\\n}\\n.upload-panel .context .context-panel .upload-url .url-input {\\n width: 100%;\\n height: 27px;\\n border: 1px solid #25c2d4;\\n font-size: 14px;\\n padding-left: 6px;\\n}\\n.upload-panel .context .context-panel .upload-url .url-check {\\n width: 31px;\\n height: 31px;\\n color: #FFFFFF;\\n font-size: 15px;\\n background-color: #25c2d4;\\n}\\n.upload-panel .context .context-panel .upload-url .url-check .ng-fa-icon {\\n display: block;\\n padding: 8px;\\n}\\n.upload-panel gd-drop-down {\\n margin-right: 10px;\\n}\\n.upload-panel gd-drop-down /deep/ .drop-down-item .text {\\n margin-left: 7px;\\n text-transform: uppercase;\\n color: #6e6e6e;\\n}\\n.upload-panel gd-drop-down /deep/ .drop-down-item:hover {\\n background-color: #4b566c;\\n}\\n.upload-panel gd-drop-down /deep/ .drop-down-item:hover * {\\n color: #FFF;\\n}\\n.list-files-lines,\\n.list-files-header {\\n display: -webkit-box;\\n display: flex;\\n width: 100%;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n}\\n.file-description .ng-fa-icon.fa-file-pdf {\\n color: #e04e4e;\\n}\\n.file-description .ng-fa-icon.fa-file-word {\\n color: #539CF0;\\n}\\n.file-description .ng-fa-icon.fa-file-powerpoint {\\n color: #e29e1e;\\n}\\n.file-description .ng-fa-icon.fa-file-excel {\\n color: #7cbc46;\\n}\\n.file-description .ng-fa-icon.fa-file-image {\\n color: #c375ed;\\n}\\n.file-description .ng-fa-icon.fa-file-text .fa-folder,\\n.file-description .ng-fa-icon.fa-file,\\n.file-description .ng-fa-icon.fa-file-alt {\\n color: #4b566c;\\n}\\n.go-up {\\n cursor: pointer;\\n display: -webkit-box;\\n display: flex;\\n font-size: 26px;\\n color: #4b566c;\\n height: 79px;\\n}\\n.go-up-dots {\\n margin-left: 20px;\\n margin-top: 22px;\\n font-size: 16px;\\n}\\n.go-up-icon {\\n display: block;\\n padding: 18px 0px 18px 68px;\\n}\\n.file-name {\\n font-size: 16px;\\n color: #6e6e6e;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n}\\n.file-name-format {\\n padding-left: 11px;\\n overflow: hidden;\\n}\\n.file-format {\\n font-size: 10px;\\n padding-top: 3px;\\n color: #acacac;\\n}\\n.list-files-lines,\\n.go-up {\\n border-bottom: 1px solid #e7e7e7;\\n}\\n.list-files-lines:hover {\\n background-color: #E5E5E5;\\n}\\n.gd-dnd-wrap {\\n background-color: #FFF;\\n cursor: default;\\n position: absolute;\\n width: 100%;\\n height: calc(100% - 60px);\\n background: rgba(255, 255, 255, 0.7);\\n z-index: 1;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-drag-n-drop-icon {\\n margin-top: -50px;\\n}\\n.gd-drag-n-drop-icon .fa-cloud-download-alt {\\n color: #D1D1D1;\\n font-size: 110px;\\n}\\n.gd-file-checkbox {\\n height: 37px;\\n margin: 21px 16px 21px 15px;\\n width: 37px;\\n line-height: 44px;\\n text-align: center;\\n}\\n.gd-file-checkbox.empty {\\n width: 37px;\\n}\\n.file-format-select {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 36px;\\n margin-right: 24px;\\n}\\n.file-format-select ::ng-deep .button {\\n padding: 0px;\\n width: 36px;\\n margin: 0px;\\n font-size: 14px;\\n}\\n.file-format-select ::ng-deep .button .text {\\n padding: 0px;\\n}\\n.file-format-select ::ng-deep .show .button {\\n color: #959da5;\\n}\\n.file-format-select gd-drop-down /deep/ .drop-down-item {\\n width: 96px;\\n}\\n.file-format-select gd-drop-down /deep/ .drop-down-item .text {\\n padding-left: 7px;\\n text-transform: uppercase;\\n color: #6e6e6e;\\n}\\n.file-format-select gd-drop-down /deep/ .drop-down-item:hover {\\n background-color: #4b566c;\\n}\\n.file-format-select gd-drop-down /deep/ .drop-down-item:hover * {\\n color: #FFF;\\n}\\n.gd-checkbox {\\n width: 19px;\\n height: 19px;\\n margin: 0px;\\n}\\n.gd-checkbox:before {\\n position: relative;\\n display: -webkit-box;\\n display: flex;\\n width: 17px;\\n height: 17px;\\n border: 1px solid #707070;\\n content: \\\"\\\";\\n background: #FFFFFF;\\n cursor: pointer;\\n}\\n.gd-checkbox:after {\\n position: relative;\\n display: -webkit-box;\\n display: flex;\\n left: 1px;\\n top: -18px;\\n width: 16px;\\n height: 16px;\\n content: \\\"\\\";\\n cursor: pointer;\\n}\\n.gd-checkbox:checked:after {\\n font-family: \\\"Font Awesome 5 Free\\\";\\n content: \\\"\\\\f00c\\\";\\n font-weight: 900;\\n font-size: 16px;\\n color: #6E6E6E;\\n}\\n.gd-add-selected.active {\\n cursor: pointer;\\n opacity: 1;\\n}\\n.gd-add-selected {\\n width: 140px;\\n height: 36px;\\n background-color: #3E4E5A;\\n color: #FFFFFF;\\n margin: 0px 8px 0px 0px;\\n border: 0;\\n cursor: not-allowed;\\n opacity: 0.43;\\n}\\n.gd-folder-name {\\n margin-top: 8px;\\n}\\n.dnd-wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n top: 259px;\\n position: absolute;\\n}\\n.dnd-wrapper .text {\\n color: #6e6e6e;\\n font-size: 14px;\\n}\\n.dnd-wrapper .icon {\\n display: -webkit-box;\\n display: flex;\\n width: 113px;\\n height: 90px;\\n font-size: 90px;\\n color: #3E4E5A;\\n margin-bottom: 30px;\\n}\\n@media (max-width: 1037px) {\\n .header-size,\\n .file-size {\\n width: 18%;\\n }\\n .gd-dnd-wrap {\\n width: 95%;\\n }\\n #gd-browse-section {\\n width: 100%;\\n }\\n .list-files-header,\\n .file-size {\\n display: none;\\n }\\n #gd-browse-section {\\n width: 100%;\\n height: calc(100% - 146px);\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb252ZXJzaW9uL3NyYy9saWIvY29udmVyc2lvbi1icm93c2UtZmlsZXMtbW9kYWwvY29udmVyc2lvbi1icm93c2UtZmlsZXMtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLFdBQUE7RUFDQSxnQkFBQTtBQ0RGO0FESUE7RUFDRSxhQUFBO0VBQ0EsYUFBQTtFQUNBLGdCQUFBO0FDRkY7QURLQTtFQUNFLFlBQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtFQUNBLGlCQUFBO0VBQ0EseUJBQUE7RUFDQSxnQkFBQTtBQ0hGO0FESUU7RUFDRSxnQkFBQTtBQ0ZKO0FETUE7RUFDRSxrQkFBQTtFQUNBLFVBQUE7RUFDQSxpQkFBQTtBQ0pGO0FETUE7RUFDRSxtQkFBQTtFQUNBLGlCQUFBO0FDSkY7QURRQTs7RUFDRSxTQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0FDTEY7QURRQTtFQUNFLGVBQUE7RUFDQSxTQUFBO0VBQ0EsaUJBQUE7QUNORjtBRFNBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsVUFBQTtFQUNBLDBCQUFBO0VBQ0EsZUFBQTtFQUNBLG1CQUFBO1VBQUEsT0FBQTtFQUNBLGVBQUE7RUFDQSxnQkFBQTtBQ1BGO0FEVUE7RUFDRSxlQUFBO0FDUkY7QURXQTtFQUNFLHlCQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtFQUNBLGVBQUE7QUNURjtBRFlBO0VBQ0UsWUFBQTtFQUNBLGdCQUFBO0VBQ0EsV0FBQTtFQUNBLGdCQUFBO0FDVkY7QURhQTtFQUNFLGVBQUE7QUNYRjtBRGNBO0VBQ0UsbUJBQUE7RUFDQSxnQkFBQTtFQUNBLFdBQUE7RUFDQSx1QkFBQTtBQ1pGO0FEZUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxrQkFBQTtFQUNBLFdBQUE7RUFDQSxnQkFBQTtFQUNBLGtCQUFBO0FDYkY7QURRQTtFQVFJLFlBQUE7RUFDQSx5QkFBQTtFQUNBLFdBQUE7RUFDQSxpQkFBQTtFQUNBLGtCQUFBO0FDYko7QURDQTtFQWdCSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxXQUFBO0VBQ0Esa0JBQUE7QUNkSjtBRExBO0VBcUJNLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtFQUNBLFdBQUE7QUNiTjtBRFZBO0VBeUJRLGlCQUFBO0FDWlI7QURiQTtFQTRCUSxZQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EsZUFBQTtBQ1pSO0FEcEJBO0VBa0NVLGVBQUE7QUNYVjtBRGFRO0VBQ0UsWUFBQTtFQUNBLHlCQUFBO0FDWFY7QURZVTtFQUNFLFlBQUE7RUFDQSx5QkFBQTtBQ1ZaO0FEUVU7RUFJSSxjQUFBO0FDVGQ7QURLVTtFQU9JLGNBQUE7QUNUZDtBRHJDQTtFQXFETSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw4QkFBQTtFQUFBLDZCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0VBQ0EsZ0JBQUE7QUNiTjtBRDNDQTtFQTBEUSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw4QkFBQTtFQUFBLDZCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0FDWlI7QURoREE7RUE4RFUsV0FBQTtFQUNBLFlBQUE7RUFDQSx5QkFBQTtFQUNBLGVBQUE7RUFDQSxpQkFBQTtBQ1hWO0FEdkRBO0VBcUVVLFdBQUE7RUFDQSxZQUFBO0VBQ0EsY0FBQTtFQUNBLGVBQUE7RUFDQSx5QkFBQTtBQ1hWO0FEOURBO0VBNEVVLGNBQUE7RUFDQSxZQUFBO0FDWFY7QURsRUE7RUFvRkksa0JBQUE7QUNmSjtBRHJFQTtFQXVGUSxnQkFBQTtFQUNBLHlCQUFBO0VBQ0EsY0FBQTtBQ2ZSO0FEaUJNO0VBQ0UseUJBQUE7QUNmUjtBRGNNO0VBR0ksV0FBQTtBQ2RWO0FEcUJBOztFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtVQUFBLDhCQUFBO0FDbEJGO0FEcUJBO0VBQ0UsY0FBQTtBQ25CRjtBRHNCQTtFQUNFLGNBQUE7QUNwQkY7QUR1QkE7RUFDRSxjQUFBO0FDckJGO0FEd0JBO0VBQ0UsY0FBQTtBQ3RCRjtBRHlCQTtFQUNFLGNBQUE7QUN2QkY7QUQwQkE7OztFQUdFLGNBQUE7QUN4QkY7QUQyQkE7RUFDRSxlQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsZUFBQTtFQUNBLGNBQUE7RUFDQSxZQUFBO0FDekJGO0FENEJBO0VBQ0UsaUJBQUE7RUFDQSxnQkFBQTtFQUNBLGVBQUE7QUMxQkY7QUQ2QkE7RUFDRSxjQUFBO0VBQ0EsMkJBQUE7QUMzQkY7QUQ4QkE7RUFDRSxlQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0VBQ0EsdUJBQUE7QUM1QkY7QUQrQkE7RUFDRSxrQkFBQTtFQUNBLGdCQUFBO0FDN0JGO0FEZ0NBO0VBQ0UsZUFBQTtFQUNBLGdCQUFBO0VBQ0EsY0FBQTtBQzlCRjtBRGlDQTs7RUFDRSxnQ0FBQTtBQzlCRjtBRGtDRTtFQUNFLHlCQUFBO0FDaENKO0FEb0NBO0VBQ0Usc0JBQUE7RUFDQSxlQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0VBQ0EseUJBQUE7RUFDQSxvQ0FBQTtFQUNBLFVBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ2xDRjtBRHFDQTtFQUNFLGlCQUFBO0FDbkNGO0FEc0NBO0VBQ0UsY0FBQTtFQUNBLGdCQUFBO0FDcENGO0FEdUNBO0VBQ0UsWUFBQTtFQUNBLDJCQUFBO0VBQ0EsV0FBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7QUNyQ0Y7QUR3Q0E7RUFDRSxXQUFBO0FDdENGO0FEeUNBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLFdBQUE7RUFDQSxrQkFBQTtBQ3ZDRjtBRG1DQTtFQU1JLFlBQUE7RUFDQSxXQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7QUN0Q0o7QUQ2QkE7RUFXTSxZQUFBO0FDckNOO0FEMEJBO0VBZ0JJLGNBQUE7QUN2Q0o7QUR1QkE7RUFxQk0sV0FBQTtBQ3pDTjtBRG9CQTtFQXVCUSxpQkFBQTtFQUNBLHlCQUFBO0VBQ0EsY0FBQTtBQ3hDUjtBRDBDTTtFQUNFLHlCQUFBO0FDeENSO0FEdUNNO0VBR0ksV0FBQTtBQ3ZDVjtBRDhDQTtFQUNFLFdBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtBQzVDRjtBRDZDRTtFQUNFLGtCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSx5QkFBQTtFQUNBLFdBQUE7RUFDQSxtQkFBQTtFQUNBLGVBQUE7QUMzQ0o7QUQ2Q0U7RUFDRSxrQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLFNBQUE7RUFDQSxVQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsZUFBQTtBQzNDSjtBRDhDSTtFQUNFLGtDQUFBO0VBQ0EsZ0JBQUE7RUFDQSxnQkFBQTtFQUNBLGVBQUE7RUFDQSxjQUFBO0FDNUNOO0FEaURBO0VBQ0UsZUFBQTtFQUNBLFVBQUE7QUMvQ0Y7QURrREE7RUFDRSxZQUFBO0VBQ0EsWUFBQTtFQUNBLHlCQUFBO0VBQ0EsY0FBQTtFQUNBLHVCQUFBO0VBQ0EsU0FBQTtFQUNBLG1CQUFBO0VBQ0EsYUFBQTtBQ2hERjtBRG1EQTtFQUNFLGVBQUE7QUNqREY7QURvREE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLFVBQUE7RUFDQSxrQkFBQTtBQ2xERjtBRDRDQTtFQVFJLGNBQUE7RUFDQSxlQUFBO0FDakRKO0FEd0NBO0VBWUksb0JBQUE7RUFBQSxhQUFBO0VBQ0EsWUFBQTtFQUNBLFlBQUE7RUFDQSxlQUFBO0VBQ0EsY0FBQTtFQUNBLG1CQUFBO0FDakRKO0FEcURBO0VBQ0U7O0lBQ0UsVUFBQTtFQ2xERjtFRG9EQTtJQUNFLFVBQUE7RUNsREY7RURvREE7SUFDRSxXQUFBO0VDbERGO0VEb0RBOztJQUNFLGFBQUE7RUNqREY7RURtREE7SUFDRSxXQUFBO0lBQ0EsMEJBQUE7RUNqREY7QUFDRiIsImZpbGUiOiJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLy4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzLmxlc3NcIjtcblxuLmdkLW1vZGFsLXRhYmxlIHtcbiAgd2lkdGg6IDEwMCU7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG59XG5cbiNnZC1icm93c2Utc2VjdGlvbiB7XG4gIHdpZHRoOiAxMDM2cHg7XG4gIGhlaWdodDogNTYxcHg7XG4gIG92ZXJmbG93LXk6IGF1dG87XG59XG5cbi5saXN0LWZpbGVzLWhlYWRlciB7XG4gIGhlaWdodDogNjBweDtcbiAgY29sb3I6IEBkb3ZlLWdyYXk7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG4gIG1hcmdpbi10b3A6IDI0cHg7XG4gICYudXBsb2FkLXVybCB7XG4gICAgbWFyZ2luLXRvcDogMjBweDtcbiAgfVxufVxuXG4uaGVhZGVyLW5hbWUge1xuICBwYWRkaW5nLWxlZnQ6IDY4cHg7XG4gIHdpZHRoOiA5MCU7XG4gIGxpbmUtaGVpZ2h0OiA2MHB4O1xufVxuLmhlYWRlci1zaXplIHtcbiAgcGFkZGluZy1yaWdodDogODRweDtcbiAgbGluZS1oZWlnaHQ6IDYwcHg7XG4gIC8vIFRPRE86IGFkZCBvdmVyZmxvdy15OiBzY3JvbGwgaWYgc2Nyb2xsLWJhciBpbiBmaWxlcyBhcHBlYXJzXG59XG5cbi5oZWFkZXItc2l6ZSwgLmZpbGUtc2l6ZSB7XG4gIHdpZHRoOiA3JTtcbiAgY29sb3I6ICM3Nzc3Nzc7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG59XG5cbi5maWxlLXNpemUge1xuICBmb250LXNpemU6IDEycHg7XG4gIHdpZHRoOiA3JTtcbiAgbGluZS1oZWlnaHQ6IDc5cHg7XG59XG5cbi5maWxlLWRlc2NyaXB0aW9uIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDkwJTtcbiAgcGFkZGluZzogMThweCAwcHggMThweCAwcHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgZmxleDogMTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAgLm5nLWZhLWljb24ge1xuICBmb250LXNpemU6IDMycHg7XG59XG5cbi5nZC1tb2RhbC1zcGlubmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMjBweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBmb250LXNpemU6IDE2cHg7XG59XG5cbi5nZC1jYW5jZWwtYnV0dG9uIHtcbiAgcGFkZGluZzogN3B4O1xuICBiYWNrZ3JvdW5kOiBub25lO1xuICB3aWR0aDogMjhweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cblxuLmdkLWNhbmNlbC1idXR0b24gaSB7XG4gIGZvbnQtc2l6ZTogMjFweDtcbn1cblxuLmdkLWZpbGUtbmFtZSB7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbn1cblxuLnVwbG9hZC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgd2lkdGg6IDEwMCU7XG4gIG1hcmdpbi10b3A6IDI0cHg7XG4gIG1hcmdpbi1yaWdodDogMjRweDtcblxuICAuc2VsZWN0LWFsbHtcbiAgICBoZWlnaHQ6IDM3cHg7XG4gICAgbWFyZ2luOiAwcHggMTZweCAwcHggMTVweDtcbiAgICB3aWR0aDogMzdweDtcbiAgICBsaW5lLWhlaWdodDogNDRweDtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIH1cblxuICAuY29udGV4dHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgbWFyZ2luLXJpZ2h0OiAyNHB4O1xuICAgIC5jb250ZXh0LWFjdGlvbnN7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgKjpsYXN0LWNoaWxke1xuICAgICAgICBtYXJnaW4tcmlnaHQ6IDBweDtcbiAgICAgIH1cbiAgICAgIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICAgICAgaGVpZ2h0OiAzN3B4O1xuICAgICAgICB3aWR0aDogOTZweDtcbiAgICAgICAgcGFkZGluZzogMHB4O1xuICAgICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgICAgICA6Om5nLWRlZXAgLnRleHQge1xuICAgICAgICAgIGZvbnQtc2l6ZTogMTBweDtcbiAgICAgICAgfVxuICAgICAgICAmLnByaW1hcnkge1xuICAgICAgICAgIHdpZHRoOiAxMTdweDtcbiAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAZm9sZGVyO1xuICAgICAgICAgICYuaW5hY3RpdmUge1xuICAgICAgICAgICAgd2lkdGg6IDEwNnB4O1xuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogQHJlZ2VudC1ncmF5O1xuICAgICAgICAgICAgL2RlZXAvIC50ZXh0IHtcbiAgICAgICAgICAgICAgY29sb3I6IEBwcmltYXJ5O1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgL2RlZXAvIGZhLWljb24ge1xuICAgICAgICAgICAgICBjb2xvcjogQHByaW1hcnlcbiAgICAgICAgICAgIH1cbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gICAgLmNvbnRleHQtcGFuZWx7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgbWFyZ2luLXRvcDogMjBweDtcbiAgICAgIC51cGxvYWQtdXJsIHtcbiAgICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgICAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICAgIC51cmwtaW5wdXQge1xuICAgICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgICAgIGhlaWdodDogMjdweDtcbiAgICAgICAgICBib3JkZXI6IDFweCBzb2xpZCBAYnJhbmQ7XG4gICAgICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgICAgICAgIHBhZGRpbmctbGVmdDogNnB4O1xuICAgICAgICB9XG4gICAgICAgIC51cmwtY2hlY2sge1xuICAgICAgICAgIHdpZHRoOiAzMXB4O1xuICAgICAgICAgIGhlaWdodDogMzFweDtcbiAgICAgICAgICBjb2xvcjogI0ZGRkZGRjtcbiAgICAgICAgICBmb250LXNpemU6IDE1cHg7XG4gICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogQGJyYW5kO1xuICAgICAgICB9XG4gICAgICAgIC51cmwtY2hlY2sgLm5nLWZhLWljb24ge1xuICAgICAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgICAgIHBhZGRpbmc6IDhweDtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIGdkLWRyb3AtZG93bntcbiAgICBtYXJnaW4tcmlnaHQ6IDEwcHg7XG4gICAgL2RlZXAvIC5kcm9wLWRvd24taXRlbSB7XG4gICAgICAudGV4dCB7XG4gICAgICAgIG1hcmdpbi1sZWZ0OiA3cHg7XG4gICAgICAgIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gICAgICAgIGNvbG9yOiBAZG92ZS1ncmF5O1xuICAgICAgfVxuICAgICAgJjpob3ZlcntcbiAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogQGZvbGRlcjtcbiAgICAgICAgKntcbiAgICAgICAgICBjb2xvcjogI0ZGRjtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgfVxufVxuXG4ubGlzdC1maWxlcy1saW5lcywgLmxpc3QtZmlsZXMtaGVhZGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDEwMCU7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2Vlbjtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogQHBkZjtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS13b3JkIHtcbiAgY29sb3I6IEB3b3JkO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogQHBvd2VycG9pbnQ7XG59XG5cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtZXhjZWwge1xuICBjb2xvcjogQGV4Y2VsO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6IEBpbWFnZTtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIsXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLFxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1hbHQge1xuICBjb2xvcjogQGZvbGRlcjtcbn1cblxuLmdvLXVwIHtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBkaXNwbGF5OiBmbGV4O1xuICBmb250LXNpemU6IDI2cHg7XG4gIGNvbG9yOiBAZm9sZGVyO1xuICBoZWlnaHQ6IDc5cHg7XG59XG5cbi5nby11cC1kb3RzIHtcbiAgbWFyZ2luLWxlZnQ6IDIwcHg7XG4gIG1hcmdpbi10b3A6IDIycHg7XG4gIGZvbnQtc2l6ZTogMTZweDtcbn1cblxuLmdvLXVwLWljb24ge1xuICBkaXNwbGF5OiBibG9jaztcbiAgcGFkZGluZzogMThweCAwcHggMThweCA2OHB4O1xufVxuXG4uZmlsZS1uYW1lIHtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBjb2xvcjogQGRvdmUtZ3JheTtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG59XG5cbi5maWxlLW5hbWUtZm9ybWF0IHtcbiAgcGFkZGluZy1sZWZ0OiAxMXB4O1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuXG4uZmlsZS1mb3JtYXQge1xuICBmb250LXNpemU6IDEwcHg7XG4gIHBhZGRpbmctdG9wOiAzcHg7XG4gIGNvbG9yOiBAc2lsdmVyLWNoYWxpY2U7XG59XG5cbi5saXN0LWZpbGVzLWxpbmVzLCAuZ28tdXAge1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgQG1lcmN1cnk7XG59XG5cbi5saXN0LWZpbGVzLWxpbmVzIHtcbiAgJjpob3ZlciB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQG5hdi1hY2NlbnQtYmFja2dyb3VuZDtcbiAgfVxufVxuXG4uZ2QtZG5kLXdyYXAge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBjdXJzb3I6IGRlZmF1bHQ7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gNjBweCk7XG4gIGJhY2tncm91bmQ6IHJnYmEoMjU1LDI1NSwyNTUsMC43KTtcbiAgei1pbmRleDogMTtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5nZC1kcmFnLW4tZHJvcC1pY29uIHtcbiAgbWFyZ2luLXRvcDogLTUwcHg7XG59XG5cbi5nZC1kcmFnLW4tZHJvcC1pY29uIC5mYS1jbG91ZC1kb3dubG9hZC1hbHQge1xuICBjb2xvcjogI0QxRDFEMTtcbiAgZm9udC1zaXplOiAxMTBweDtcbn1cblxuLmdkLWZpbGUtY2hlY2tib3gge1xuICBoZWlnaHQ6IDM3cHg7XG4gIG1hcmdpbjogMjFweCAxNnB4IDIxcHggMTVweDtcbiAgd2lkdGg6IDM3cHg7XG4gIGxpbmUtaGVpZ2h0OiA0NHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG5cbi5nZC1maWxlLWNoZWNrYm94LmVtcHR5IHtcbiAgd2lkdGg6IDM3cHg7XG59XG5cbi5maWxlLWZvcm1hdC1zZWxlY3Qge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMzZweDtcbiAgbWFyZ2luLXJpZ2h0OiAyNHB4O1xuICA6Om5nLWRlZXAgLmJ1dHRvbntcbiAgICBwYWRkaW5nOiAwcHg7XG4gICAgd2lkdGg6IDM2cHg7XG4gICAgbWFyZ2luOiAwcHg7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuICAgIC50ZXh0IHtcbiAgICAgIHBhZGRpbmc6IDBweDtcbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLnNob3cgLmJ1dHRvbntcbiAgICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICB9XG5cbiAgZ2QtZHJvcC1kb3due1xuICAgIC9kZWVwLyAuZHJvcC1kb3duLWl0ZW0ge1xuICAgICAgd2lkdGg6IDk2cHg7XG4gICAgICAudGV4dCB7XG4gICAgICAgIHBhZGRpbmctbGVmdDogN3B4O1xuICAgICAgICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICAgICAgICBjb2xvcjogQGRvdmUtZ3JheTtcbiAgICAgIH1cbiAgICAgICY6aG92ZXJ7XG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6IEBmb2xkZXI7XG4gICAgICAgICp7XG4gICAgICAgICAgY29sb3I6ICNGRkY7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuLmdkLWNoZWNrYm94IHtcbiAgd2lkdGg6IDE5cHg7XG4gIGhlaWdodDogMTlweDtcbiAgbWFyZ2luOiAwcHg7XG4gICY6YmVmb3JlIHtcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICB3aWR0aDogMTdweDtcbiAgICBoZWlnaHQ6IDE3cHg7XG4gICAgYm9yZGVyOiAxcHggc29saWQgIzcwNzA3MDtcbiAgICBjb250ZW50OiBcIlwiO1xuICAgIGJhY2tncm91bmQ6ICNGRkZGRkY7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICB9XG4gICY6YWZ0ZXIge1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGxlZnQ6IDFweDtcbiAgICB0b3A6IC0xOHB4O1xuICAgIHdpZHRoOiAxNnB4O1xuICAgIGhlaWdodDogMTZweDtcbiAgICBjb250ZW50OiBcIlwiO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgfVxuICAmOmNoZWNrZWQge1xuICAgICY6YWZ0ZXIge1xuICAgICAgZm9udC1mYW1pbHk6IFwiRm9udCBBd2Vzb21lIDUgRnJlZVwiO1xuICAgICAgY29udGVudDogXCJcXGYwMGNcIjtcbiAgICAgIGZvbnQtd2VpZ2h0OiA5MDA7XG4gICAgICBmb250LXNpemU6IDE2cHg7XG4gICAgICBjb2xvcjogIzZFNkU2RTtcbiAgICB9XG4gIH1cbn1cblxuLmdkLWFkZC1zZWxlY3RlZC5hY3RpdmUge1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIG9wYWNpdHk6IDE7XG59XG5cbi5nZC1hZGQtc2VsZWN0ZWQge1xuICB3aWR0aDogMTQwcHg7XG4gIGhlaWdodDogMzZweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNFNEU1QTtcbiAgY29sb3I6ICNGRkZGRkY7XG4gIG1hcmdpbjogMHB4IDhweCAwcHggMHB4O1xuICBib3JkZXI6IDA7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQ7XG4gIG9wYWNpdHk6IDAuNDM7XG59XG5cbi5nZC1mb2xkZXItbmFtZSB7XG4gIG1hcmdpbi10b3A6IDhweDtcbn1cblxuLmRuZC13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIHRvcDogMjU5cHg7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgLnRleHQge1xuICAgIGNvbG9yOiBAZG92ZS1ncmF5O1xuICAgIGZvbnQtc2l6ZTogMTRweDtcbiAgfVxuICAuaWNvbiB7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICB3aWR0aDogMTEzcHg7XG4gICAgaGVpZ2h0OiA5MHB4O1xuICAgIGZvbnQtc2l6ZTogOTBweDtcbiAgICBjb2xvcjogQHByaW1hcnk7XG4gICAgbWFyZ2luLWJvdHRvbTogMzBweDtcbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuaGVhZGVyLXNpemUsIC5maWxlLXNpemUge1xuICAgIHdpZHRoOiAxOCU7XG4gIH1cbiAgLmdkLWRuZC13cmFwIHtcbiAgICB3aWR0aDogOTUlO1xuICB9XG4gICNnZC1icm93c2Utc2VjdGlvbntcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxuICAubGlzdC1maWxlcy1oZWFkZXIsIC5maWxlLXNpemV7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuICAjZ2QtYnJvd3NlLXNlY3Rpb257XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiBjYWxjKDEwMCUgLSAxNDZweCk7XG4gIH1cbn1cbiIsIi5nZC1tb2RhbC10YWJsZSB7XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xufVxuI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgd2lkdGg6IDEwMzZweDtcbiAgaGVpZ2h0OiA1NjFweDtcbiAgb3ZlcmZsb3cteTogYXV0bztcbn1cbi5saXN0LWZpbGVzLWhlYWRlciB7XG4gIGhlaWdodDogNjBweDtcbiAgY29sb3I6ICM2ZTZlNmU7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmNGY0ZjQ7XG4gIG1hcmdpbi10b3A6IDI0cHg7XG59XG4ubGlzdC1maWxlcy1oZWFkZXIudXBsb2FkLXVybCB7XG4gIG1hcmdpbi10b3A6IDIwcHg7XG59XG4uaGVhZGVyLW5hbWUge1xuICBwYWRkaW5nLWxlZnQ6IDY4cHg7XG4gIHdpZHRoOiA5MCU7XG4gIGxpbmUtaGVpZ2h0OiA2MHB4O1xufVxuLmhlYWRlci1zaXplIHtcbiAgcGFkZGluZy1yaWdodDogODRweDtcbiAgbGluZS1oZWlnaHQ6IDYwcHg7XG59XG4uaGVhZGVyLXNpemUsXG4uZmlsZS1zaXplIHtcbiAgd2lkdGg6IDclO1xuICBjb2xvcjogIzc3Nzc3NztcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cbi5maWxlLXNpemUge1xuICBmb250LXNpemU6IDEycHg7XG4gIHdpZHRoOiA3JTtcbiAgbGluZS1oZWlnaHQ6IDc5cHg7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiA5MCU7XG4gIHBhZGRpbmc6IDE4cHggMHB4IDE4cHggMHB4O1xuICBmb250LXNpemU6IDE0cHg7XG4gIGZsZXg6IDE7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xufVxuLmdkLW1vZGFsLXNwaW5uZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAyMHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGZvbnQtc2l6ZTogMTZweDtcbn1cbi5nZC1jYW5jZWwtYnV0dG9uIHtcbiAgcGFkZGluZzogN3B4O1xuICBiYWNrZ3JvdW5kOiBub25lO1xuICB3aWR0aDogMjhweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cbi5nZC1jYW5jZWwtYnV0dG9uIGkge1xuICBmb250LXNpemU6IDIxcHg7XG59XG4uZ2QtZmlsZS1uYW1lIHtcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgd2lkdGg6IDEwMCU7XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xufVxuLnVwbG9hZC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgd2lkdGg6IDEwMCU7XG4gIG1hcmdpbi10b3A6IDI0cHg7XG4gIG1hcmdpbi1yaWdodDogMjRweDtcbn1cbi51cGxvYWQtcGFuZWwgLnNlbGVjdC1hbGwge1xuICBoZWlnaHQ6IDM3cHg7XG4gIG1hcmdpbjogMHB4IDE2cHggMHB4IDE1cHg7XG4gIHdpZHRoOiAzN3B4O1xuICBsaW5lLWhlaWdodDogNDRweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiAxMDAlO1xuICBtYXJnaW4tcmlnaHQ6IDI0cHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICB3aWR0aDogMTAwJTtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyAqOmxhc3QtY2hpbGQge1xuICBtYXJnaW4tcmlnaHQ6IDBweDtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIGhlaWdodDogMzdweDtcbiAgd2lkdGg6IDk2cHg7XG4gIHBhZGRpbmc6IDBweDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyA6Om5nLWRlZXAgLmJ1dHRvbiA6Om5nLWRlZXAgLnRleHQge1xuICBmb250LXNpemU6IDEwcHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgOjpuZy1kZWVwIC5idXR0b24ucHJpbWFyeSB7XG4gIHdpZHRoOiAxMTdweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzRiNTY2Yztcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyA6Om5nLWRlZXAgLmJ1dHRvbi5wcmltYXJ5LmluYWN0aXZlIHtcbiAgd2lkdGg6IDEwNnB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjOTU5ZGE1O1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1hY3Rpb25zIDo6bmctZGVlcCAuYnV0dG9uLnByaW1hcnkuaW5hY3RpdmUgL2RlZXAvIC50ZXh0IHtcbiAgY29sb3I6ICMzRTRFNUE7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgOjpuZy1kZWVwIC5idXR0b24ucHJpbWFyeS5pbmFjdGl2ZSAvZGVlcC8gZmEtaWNvbiB7XG4gIGNvbG9yOiAjM0U0RTVBO1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIHdpZHRoOiAxMDAlO1xuICBtYXJnaW4tdG9wOiAyMHB4O1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1wYW5lbCAudXBsb2FkLXVybCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1wYW5lbCAudXBsb2FkLXVybCAudXJsLWlucHV0IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMjdweDtcbiAgYm9yZGVyOiAxcHggc29saWQgIzI1YzJkNDtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBwYWRkaW5nLWxlZnQ6IDZweDtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtcGFuZWwgLnVwbG9hZC11cmwgLnVybC1jaGVjayB7XG4gIHdpZHRoOiAzMXB4O1xuICBoZWlnaHQ6IDMxcHg7XG4gIGNvbG9yOiAjRkZGRkZGO1xuICBmb250LXNpemU6IDE1cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNWMyZDQ7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LXBhbmVsIC51cGxvYWQtdXJsIC51cmwtY2hlY2sgLm5nLWZhLWljb24ge1xuICBkaXNwbGF5OiBibG9jaztcbiAgcGFkZGluZzogOHB4O1xufVxuLnVwbG9hZC1wYW5lbCBnZC1kcm9wLWRvd24ge1xuICBtYXJnaW4tcmlnaHQ6IDEwcHg7XG59XG4udXBsb2FkLXBhbmVsIGdkLWRyb3AtZG93biAvZGVlcC8gLmRyb3AtZG93bi1pdGVtIC50ZXh0IHtcbiAgbWFyZ2luLWxlZnQ6IDdweDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgY29sb3I6ICM2ZTZlNmU7XG59XG4udXBsb2FkLXBhbmVsIGdkLWRyb3AtZG93biAvZGVlcC8gLmRyb3AtZG93bi1pdGVtOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzRiNTY2Yztcbn1cbi51cGxvYWQtcGFuZWwgZ2QtZHJvcC1kb3duIC9kZWVwLyAuZHJvcC1kb3duLWl0ZW06aG92ZXIgKiB7XG4gIGNvbG9yOiAjRkZGO1xufVxuLmxpc3QtZmlsZXMtbGluZXMsXG4ubGlzdC1maWxlcy1oZWFkZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogI2UwNGU0ZTtcbn1cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtd29yZCB7XG4gIGNvbG9yOiAjNTM5Q0YwO1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1wb3dlcnBvaW50IHtcbiAgY29sb3I6ICNlMjllMWU7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWV4Y2VsIHtcbiAgY29sb3I6ICM3Y2JjNDY7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6ICNjMzc1ZWQ7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXRleHQgLmZhLWZvbGRlcixcbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUsXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWFsdCB7XG4gIGNvbG9yOiAjNGI1NjZjO1xufVxuLmdvLXVwIHtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBkaXNwbGF5OiBmbGV4O1xuICBmb250LXNpemU6IDI2cHg7XG4gIGNvbG9yOiAjNGI1NjZjO1xuICBoZWlnaHQ6IDc5cHg7XG59XG4uZ28tdXAtZG90cyB7XG4gIG1hcmdpbi1sZWZ0OiAyMHB4O1xuICBtYXJnaW4tdG9wOiAyMnB4O1xuICBmb250LXNpemU6IDE2cHg7XG59XG4uZ28tdXAtaWNvbiB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBwYWRkaW5nOiAxOHB4IDBweCAxOHB4IDY4cHg7XG59XG4uZmlsZS1uYW1lIHtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG59XG4uZmlsZS1uYW1lLWZvcm1hdCB7XG4gIHBhZGRpbmctbGVmdDogMTFweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cbi5maWxlLWZvcm1hdCB7XG4gIGZvbnQtc2l6ZTogMTBweDtcbiAgcGFkZGluZy10b3A6IDNweDtcbiAgY29sb3I6ICNhY2FjYWM7XG59XG4ubGlzdC1maWxlcy1saW5lcyxcbi5nby11cCB7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZTdlN2U3O1xufVxuLmxpc3QtZmlsZXMtbGluZXM6aG92ZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRTVFNUU1O1xufVxuLmdkLWRuZC13cmFwIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRjtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDYwcHgpO1xuICBiYWNrZ3JvdW5kOiByZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNyk7XG4gIHotaW5kZXg6IDE7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmdkLWRyYWctbi1kcm9wLWljb24ge1xuICBtYXJnaW4tdG9wOiAtNTBweDtcbn1cbi5nZC1kcmFnLW4tZHJvcC1pY29uIC5mYS1jbG91ZC1kb3dubG9hZC1hbHQge1xuICBjb2xvcjogI0QxRDFEMTtcbiAgZm9udC1zaXplOiAxMTBweDtcbn1cbi5nZC1maWxlLWNoZWNrYm94IHtcbiAgaGVpZ2h0OiAzN3B4O1xuICBtYXJnaW46IDIxcHggMTZweCAyMXB4IDE1cHg7XG4gIHdpZHRoOiAzN3B4O1xuICBsaW5lLWhlaWdodDogNDRweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuLmdkLWZpbGUtY2hlY2tib3guZW1wdHkge1xuICB3aWR0aDogMzdweDtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3Qge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMzZweDtcbiAgbWFyZ2luLXJpZ2h0OiAyNHB4O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIHBhZGRpbmc6IDBweDtcbiAgd2lkdGg6IDM2cHg7XG4gIG1hcmdpbjogMHB4O1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uZmlsZS1mb3JtYXQtc2VsZWN0IDo6bmctZGVlcCAuYnV0dG9uIC50ZXh0IHtcbiAgcGFkZGluZzogMHB4O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCA6Om5nLWRlZXAgLnNob3cgLmJ1dHRvbiB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCBnZC1kcm9wLWRvd24gL2RlZXAvIC5kcm9wLWRvd24taXRlbSB7XG4gIHdpZHRoOiA5NnB4O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCBnZC1kcm9wLWRvd24gL2RlZXAvIC5kcm9wLWRvd24taXRlbSAudGV4dCB7XG4gIHBhZGRpbmctbGVmdDogN3B4O1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICBjb2xvcjogIzZlNmU2ZTtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3QgZ2QtZHJvcC1kb3duIC9kZWVwLyAuZHJvcC1kb3duLWl0ZW06aG92ZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjNGI1NjZjO1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCBnZC1kcm9wLWRvd24gL2RlZXAvIC5kcm9wLWRvd24taXRlbTpob3ZlciAqIHtcbiAgY29sb3I6ICNGRkY7XG59XG4uZ2QtY2hlY2tib3gge1xuICB3aWR0aDogMTlweDtcbiAgaGVpZ2h0OiAxOXB4O1xuICBtYXJnaW46IDBweDtcbn1cbi5nZC1jaGVja2JveDpiZWZvcmUge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxN3B4O1xuICBoZWlnaHQ6IDE3cHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkICM3MDcwNzA7XG4gIGNvbnRlbnQ6IFwiXCI7XG4gIGJhY2tncm91bmQ6ICNGRkZGRkY7XG4gIGN1cnNvcjogcG9pbnRlcjtcbn1cbi5nZC1jaGVja2JveDphZnRlciB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgZGlzcGxheTogZmxleDtcbiAgbGVmdDogMXB4O1xuICB0b3A6IC0xOHB4O1xuICB3aWR0aDogMTZweDtcbiAgaGVpZ2h0OiAxNnB4O1xuICBjb250ZW50OiBcIlwiO1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtY2hlY2tib3g6Y2hlY2tlZDphZnRlciB7XG4gIGZvbnQtZmFtaWx5OiBcIkZvbnQgQXdlc29tZSA1IEZyZWVcIjtcbiAgY29udGVudDogXCJcXGYwMGNcIjtcbiAgZm9udC13ZWlnaHQ6IDkwMDtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBjb2xvcjogIzZFNkU2RTtcbn1cbi5nZC1hZGQtc2VsZWN0ZWQuYWN0aXZlIHtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBvcGFjaXR5OiAxO1xufVxuLmdkLWFkZC1zZWxlY3RlZCB7XG4gIHdpZHRoOiAxNDBweDtcbiAgaGVpZ2h0OiAzNnB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM0U0RTVBO1xuICBjb2xvcjogI0ZGRkZGRjtcbiAgbWFyZ2luOiAwcHggOHB4IDBweCAwcHg7XG4gIGJvcmRlcjogMDtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgb3BhY2l0eTogMC40Mztcbn1cbi5nZC1mb2xkZXItbmFtZSB7XG4gIG1hcmdpbi10b3A6IDhweDtcbn1cbi5kbmQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICB0b3A6IDI1OXB4O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG59XG4uZG5kLXdyYXBwZXIgLnRleHQge1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgZm9udC1zaXplOiAxNHB4O1xufVxuLmRuZC13cmFwcGVyIC5pY29uIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDExM3B4O1xuICBoZWlnaHQ6IDkwcHg7XG4gIGZvbnQtc2l6ZTogOTBweDtcbiAgY29sb3I6ICMzRTRFNUE7XG4gIG1hcmdpbi1ib3R0b206IDMwcHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5oZWFkZXItc2l6ZSxcbiAgLmZpbGUtc2l6ZSB7XG4gICAgd2lkdGg6IDE4JTtcbiAgfVxuICAuZ2QtZG5kLXdyYXAge1xuICAgIHdpZHRoOiA5NSU7XG4gIH1cbiAgI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxuICAubGlzdC1maWxlcy1oZWFkZXIsXG4gIC5maWxlLXNpemUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDE0NnB4KTtcbiAgfVxufVxuIl19 */\"","import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';\nimport { BrowseFilesModalComponent, UploadFilesService, FileModel, ModalService, CommonModals } from '@groupdocs.examples.angular/common-components';\nimport { ConversionService } from '../conversion.service';\nimport {ConversionItemModel, ExtendedFileModel} from \"../models\";\n\nexport interface Option {\n name: string;\n value: any;\n warning: boolean;\n}\n\n@Component({\n selector: 'gd-conversion-browse-files-modal',\n templateUrl: './conversion-browse-files-modal.component.html',\n styleUrls: ['./conversion-browse-files-modal.component.less']\n})\nexport class ConversionBrowseFilesModalComponent extends BrowseFilesModalComponent implements OnInit {\n private _format: string;\n formats;\n @Input() files: ExtendedFileModel[];\n @Output() selectAll = new EventEmitter();\n\n dynamicOptions: Option[] = [];\n\n constructor(_uploadService: UploadFilesService,\n private _conversionService: ConversionService,\n private _modalService: ModalService) {\n super(_uploadService);\n }\n\n selectDD(entry){\n console.log('SELECTED DD',entry);\n }\n\n selectAllItems(checked: boolean){\n this.selectAll.emit(checked);\n\n this.dynamicOptions = this.prepareMultipleConversionTypes();\n }\n\n selectSingleItem(checked: boolean, file: ExtendedFileModel){\n // TODO: refactor?\n const selectedFiles = this.files.filter(f => f.guid === file.guid);\n if (selectedFiles.length === 1){\n selectedFiles[0].selected = checked;\n }\n\n this.dynamicOptions = this.prepareMultipleConversionTypes();\n }\n\n getLabelString(){\n if (this.files && this.files.length > 0) {\n const selectedCount = this.files.filter(file => file.selected).length;\n if (selectedCount > 0) {\n return 'Add ' + selectedCount + ' selected'\n }\n else {\n return 'Add selected'\n }\n }\n }\n\n prepareMultipleConversionTypes() {\n const allTypes = [];\n\n this.files.filter(file => file.selected).forEach((f) => {\n if (f.conversionTypes.length > 0) {\n const types = Object.assign([], f.conversionTypes);\n allTypes.push(types);\n }\n });\n\n let longestArray = [];\n allTypes.forEach((item) => {\n if(item.length >= longestArray.length){\n longestArray = item;\n }\n });\n\n //add warnings\n allTypes.forEach(typesArr => {\n for (let i = 0; i < longestArray.length; i++) {\n const type = (longestArray[i].value) ? longestArray[i].value : longestArray[i];\n // TODO: reconsider second check\n if (typesArr.indexOf(type) === -1 && typesArr.filter(t => t.name === type).length === 0) {\n longestArray[i] = {\n value: type,\n name: type,\n warning: true,\n icon: this.getFormatIcon({name: 'dummyName.' + type, directory: false} as FileModel)\n };\n } else {\n if(!longestArray[i].warning) {\n longestArray[i] = {\n value: type,\n name: type,\n warning: false,\n icon: this.getFormatIcon({name: 'dummyName.' + type, directory: false} as FileModel)\n };\n }\n }\n }\n }); \n\n return longestArray;\n }\n\n selectFormat($event: any, file: ExtendedFileModel) {\n // the case when we selecting format inline on the single file\n if (file) {\n this.selectAll.emit(false);\n file.selected = true;\n }\n \n this._format = $event.value;\n const conversionItems = new Array();\n\n this.files.forEach((f) => {\n if (f.selected && !f.isDirectory && !f.directory){\n const extension = f.guid.replace(/^.*\\./, '');\n const destinationGuid = f.guid.replace(extension, this._format);\n const destinationFileName = destinationGuid.replace(/^.*[\\\\\\/]/, '');\n\n const conversionItem: ConversionItemModel = {\n guid: f.guid,\n directory: f.directory,\n size: f.size,\n name: f.name,\n destinationType: $event.value,\n isDirectory: f.isDirectory,\n sizeString: this.getSize(f.size),\n sourceIcon: this.getFormatIcon(f),\n sourceFormatName: this.getFormatName(f),\n destinationFileName: destinationFileName,\n destinationFormatName: this.getFormatName({name: destinationFileName, directory: false} as FileModel),\n destinationIcon: this.getFormatIcon({name: destinationFileName, directory: false} as FileModel),\n converted: false,\n // TODO: maybe there is a more beauty way?\n converting: false,\n warning: f.conversionTypes.indexOf(this._format) === -1 ? true : false\n };\n\n conversionItems.push(conversionItem);\n }\n })\n\n this._conversionService.selectItems(conversionItems);\n this._conversionService.selectFormat(this._format.toUpperCase());\n this._modalService.close(CommonModals.BrowseFiles);\n\n if ($event.warning){\n this._modalService.open(CommonModals.InformationMessage);\n }\n }\n\n createFormatOption(val: string) {\n return {\n value: val,\n name: val,\n icon: this.getFormatIcon({name: 'dummyName.' + val, directory: false} as FileModel)\n }\n }\n\n formatOptions(formats) {\n if (formats) {\n const allTypes = new Array();\n for (let i = 0; i < formats.length; i++) {\n allTypes.push(this.createFormatOption(formats[i]));\n }\n return allTypes;\n }\n }\n\n anyItemSelected() {\n // TODO: reconsider such checks\n if (this.files && this.files.length > 0) {\n return this.files.filter(file => file.selected).length > 0;\n }\n else return false;\n }\n\n allItemsSelected() {\n if (this.files && this.files.filter(file => !file.isDirectory && !file.directory).length > 0 && this.files.length > 0) {\n return this.files.filter(file => !file.isDirectory && !file.directory && file.selected).length \n === this.files.filter(file => !file.isDirectory && !file.directory).length;\n }\n else return false;\n }\n}\n","import {Injectable} from '@angular/core';\nimport {ConversionConfig} from \"./conversion-config\";\nimport {Api, ConfigService} from \"@groupdocs.examples.angular/common-components\";\nimport {HttpClient} from \"@angular/common/http\";\nimport {BehaviorSubject, Observable} from \"rxjs\";\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ConversionConfigService {\n private _conversionConfig: BehaviorSubject = new BehaviorSubject(new ConversionConfig());\n private _updatedConfig: Observable = this._conversionConfig.asObservable();\n\n constructor(private _http: HttpClient, private _config: ConfigService) {\n }\n\n get updatedConfig() {\n return this._updatedConfig;\n }\n\n load() {\n return new Promise((resolve, reject) => {\n const configEndpoint = this._config.getConfigEndpoint(Api.CONVERSION_APP);\n this._http.get(configEndpoint, Api.httpOptionsJson).toPromise().then((response: ConversionConfig) => {\n const conversionConfig = response;\n this._conversionConfig.next(conversionConfig);\n resolve();\n }).catch((response: any) => {\n reject(`Could not load conversion config: ${JSON.stringify(response)}`);\n });\n });\n }\n\n}\n","export class ConversionConfig {\n rewrite: boolean;\n pageSelector: boolean;\n download: boolean;\n upload: boolean;\n print: boolean;\n browse: boolean;\n enableRightClick: boolean;\n}\n","module.exports = \".gd-convert-item {\\n display: -webkit-box;\\n display: flex;\\n width: 100%;\\n height: 98px;\\n border-bottom: 1px solid #e7e7e7;\\n background-color: #fff;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-convert-remove {\\n font-size: 18px;\\n color: #6E6E6E;\\n margin: 0px 24px;\\n cursor: pointer;\\n}\\n.gd-convert-remove span {\\n width: 37px;\\n height: 37px;\\n display: block;\\n line-height: 37px;\\n text-align: center;\\n font-weight: bold;\\n}\\n.gd-convert-remove.disabled {\\n color: #959da5;\\n opacity: 0.4;\\n}\\n.gd-filequeue-name {\\n display: -webkit-box;\\n display: flex;\\n width: 671px;\\n}\\n.gd-filequeue-name fa-icon {\\n font-size: 32px;\\n margin: 19px 21px 0 0;\\n}\\n.gd-filequeue-name.disabled fa-icon {\\n color: #6e6e6e;\\n}\\n.gd-queue-name {\\n text-align: left;\\n cursor: default;\\n}\\n.gd-queue-size {\\n text-align: left;\\n font-size: 14px;\\n}\\n.gd-destination-file {\\n cursor: not-allowed;\\n}\\n.gd-destination-file .gd-queue-name {\\n cursor: inherit;\\n}\\n.gd-convert-status {\\n font-size: 32px;\\n color: #DBDBDB;\\n margin: 0 162px 0 111px;\\n}\\n.gd-conversion-complete {\\n color: #62A529;\\n margin-left: 5px;\\n}\\n.gd-conversion-progress {\\n position: inherit;\\n width: 32px;\\n height: 32px;\\n font-size: 32px !important;\\n line-height: 32px;\\n color: #007aff;\\n}\\n.gd-conversion-progress.mobile {\\n display: none;\\n}\\n.gd-convert-single,\\n.gd-download-single {\\n font-size: 16px;\\n color: #808080;\\n margin: 41px 36px 42px 11px;\\n cursor: pointer;\\n}\\n.gd-convert-single.mobile,\\n.gd-download-single.mobile {\\n display: none;\\n}\\n.gd-convert-single.disabled,\\n.gd-download-single.disabled {\\n color: #959da5;\\n opacity: 0.4;\\n}\\n.gd-file-format {\\n font-size: 10px;\\n color: #acacac;\\n padding-top: 4px;\\n}\\n.gd-file-format.mobile {\\n display: none;\\n}\\n.gd-file-size {\\n width: 112px;\\n color: #777777;\\n}\\n.disabled {\\n cursor: not-allowed !important;\\n}\\n.gd-convert-item .ng-fa-icon.fa-file-pdf {\\n color: #E21717;\\n}\\n.gd-convert-item .ng-fa-icon.fa-file-word {\\n color: #6979B9;\\n}\\n.gd-convert-item .ng-fa-icon.fa-file-powerpoint {\\n color: #E29417;\\n}\\n.gd-convert-item .ng-fa-icon.fa-file-excel {\\n color: #3FA300;\\n}\\n.gd-convert-item .ng-fa-icon.fa-file-image {\\n color: #E217DA;\\n}\\n.gd-convert-item .ng-fa-icon.fa-file-text .fa-folder {\\n color: #5D6A75;\\n}\\n.gd-filequeue-name .ng-fa-icon,\\n.gd-convert-status .ng-fa-icon,\\n.gd-destination-file .ng-fa-icon {\\n font-size: 33px;\\n}\\n.gd-filequeue-name fa-icon {\\n font-size: 32px;\\n margin: 0 11px 0 0;\\n}\\n@media (max-width: 1037px) {\\n .gd-file-size,\\n .gd-convert-status,\\n .gd-destination-file {\\n display: none;\\n }\\n .gd-conversion-progress.mobile {\\n display: block;\\n margin: 26px 24px 25px 11px;\\n }\\n .gd-convert-single.mobile {\\n display: block;\\n margin: 31px 24px 30px 0px;\\n cursor: pointer;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n min-width: 37px;\\n height: 37px;\\n }\\n .gd-convert-single:not(.mobile) {\\n display: none;\\n }\\n .gd-file-format {\\n font-size: 10px;\\n }\\n .gd-file-format.mobile {\\n display: block;\\n }\\n .gd-file-format.mobile > fa-icon {\\n color: #bebebe;\\n }\\n .gd-file-format.mobile fa-icon {\\n font-size: 10px;\\n margin-right: 2.1px;\\n }\\n .gd-file-format.mobile fa-icon:nth-child(1) {\\n margin-right: 6px;\\n }\\n .gd-file-format {\\n font-size: 11px;\\n }\\n .gd-file-format:not(.mobile) {\\n display: none;\\n }\\n .gd-filequeue-name {\\n white-space: nowrap;\\n overflow: hidden;\\n }\\n .gd-convert-remove {\\n margin: 0px 16px 0px 15px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb252ZXJzaW9uL3NyYy9saWIvY29udmVyc2lvbi1pdGVtL2NvbnZlcnNpb24taXRlbS5jb21wb25lbnQubGVzcyIsImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24taXRlbS9jb252ZXJzaW9uLWl0ZW0uY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGdDQUFBO0VBQ0Esc0JBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0FDREY7QURJQTtFQUNFLGVBQUE7RUFDQSxjQUFBO0VBQ0EsZ0JBQUE7RUFDQSxlQUFBO0FDRkY7QURGQTtFQU1JLFdBQUE7RUFDQSxZQUFBO0VBQ0EsY0FBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxpQkFBQTtBQ0RKO0FER0U7RUFDRSxjQUFBO0VBQ0EsWUFBQTtBQ0RKO0FES0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxZQUFBO0FDSEY7QURNQTtFQUNFLGVBQUE7RUFDQSxxQkFBQTtBQ0pGO0FET0E7RUFDRSxjQUFBO0FDTEY7QURRQTtFQUNFLGdCQUFBO0VBQ0EsZUFBQTtBQ05GO0FEU0E7RUFDRSxnQkFBQTtFQUNBLGVBQUE7QUNQRjtBRFVBO0VBQ0UsbUJBQUE7QUNSRjtBRFdBO0VBQ0UsZUFBQTtBQ1RGO0FEWUE7RUFDRSxlQUFBO0VBQ0EsY0FBQTtFQUNBLHVCQUFBO0FDVkY7QURhQTtFQUNFLGNBQUE7RUFDQSxnQkFBQTtBQ1hGO0FEY0E7RUFDRSxpQkFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EsMEJBQUE7RUFDQSxpQkFBQTtFQUNBLGNBQUE7QUNaRjtBRGFFO0VBQ0UsYUFBQTtBQ1hKO0FEZUE7O0VBQ0UsZUFBQTtFQUNBLGNBQUE7RUFDQSwyQkFBQTtFQUNBLGVBQUE7QUNaRjtBRGFFOztFQUNFLGFBQUE7QUNWSjtBRFlFOztFQUNFLGNBQUE7RUFDQSxZQUFBO0FDVEo7QURhQTtFQUNFLGVBQUE7RUFDQSxjQUFBO0VBQ0EsZ0JBQUE7QUNYRjtBRFlFO0VBQ0UsYUFBQTtBQ1ZKO0FEY0E7RUFDRSxZQUFBO0VBQ0EsY0FBQTtBQ1pGO0FEZUE7RUFDRSw4QkFBQTtBQ2JGO0FEZ0JBO0VBQ0UsY0FBQTtBQ2RGO0FEaUJBO0VBQ0UsY0FBQTtBQ2ZGO0FEa0JBO0VBQ0UsY0FBQTtBQ2hCRjtBRG1CQTtFQUNFLGNBQUE7QUNqQkY7QURvQkE7RUFDRSxjQUFBO0FDbEJGO0FEcUJBO0VBQ0UsY0FBQTtBQ25CRjtBRHNCQTs7O0VBQ0UsZUFBQTtBQ2xCRjtBRHFCQTtFQUNFLGVBQUE7RUFDQSxrQkFBQTtBQ25CRjtBRHNCQTtFQUNFOzs7SUFDSSxhQUFBO0VDbEJKO0VEc0JFO0lBQ0UsY0FBQTtJQUNBLDJCQUFBO0VDcEJKO0VEeUJFO0lBQ0UsY0FBQTtJQUNBLDBCQUFBO0lBQ0EsZUFBQTtJQUNBLG9CQUFBO0lBQUEsYUFBQTtJQUNBLHlCQUFBO1lBQUEsbUJBQUE7SUFDQSx3QkFBQTtZQUFBLHVCQUFBO0lBQ0EsZUFBQTtJQUNBLFlBQUE7RUN2Qko7RUQ0QkU7SUFDRSxhQUFBO0VDMUJKO0VEOEJBO0lBQ0UsZUFBQTtFQzVCRjtFRDZCRTtJQUNFLGNBQUE7RUMzQko7RUQwQkU7SUFHSSxjQUFBO0VDMUJOO0VEdUJFO0lBTUksZUFBQTtJQUNBLG1CQUFBO0VDMUJOO0VEbUJFO0lBVUksaUJBQUE7RUMxQk47RUQrQkE7SUFDRSxlQUFBO0VDN0JGO0VEOEJFO0lBQ0UsYUFBQTtFQzVCSjtFRGdDQTtJQUNFLG1CQUFBO0lBQ0EsZ0JBQUE7RUM5QkY7RURpQ0E7SUFDRSx5QkFBQTtFQy9CRjtBQUNGIiwiZmlsZSI6ImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24taXRlbS9jb252ZXJzaW9uLWl0ZW0uY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWNvbnZlcnQtaXRlbSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDk4cHg7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCBAbWVyY3VyeTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cblxuLmdkLWNvbnZlcnQtcmVtb3ZlIHtcbiAgZm9udC1zaXplOiAxOHB4O1xuICBjb2xvcjogIzZFNkU2RTtcbiAgbWFyZ2luOiAwcHggMjRweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBzcGFuIHtcbiAgICB3aWR0aDogMzdweDtcbiAgICBoZWlnaHQ6IDM3cHg7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gICAgbGluZS1oZWlnaHQ6IDM3cHg7XG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICB9XG4gICYuZGlzYWJsZWQge1xuICAgIGNvbG9yOiBAcmVnZW50LWdyYXk7XG4gICAgb3BhY2l0eTogMC40O1xuICB9XG59XG5cbi5nZC1maWxlcXVldWUtbmFtZSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiA2NzFweDtcbn1cblxuLmdkLWZpbGVxdWV1ZS1uYW1lIGZhLWljb24ge1xuICBmb250LXNpemU6IDMycHg7XG4gIG1hcmdpbjogMTlweCAyMXB4IDAgMDtcbn1cblxuLmdkLWZpbGVxdWV1ZS1uYW1lLmRpc2FibGVkIGZhLWljb24ge1xuICBjb2xvcjogQGRvdmUtZ3JheTtcbn1cblxuLmdkLXF1ZXVlLW5hbWUge1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBjdXJzb3I6IGRlZmF1bHQ7XG59XG5cbi5nZC1xdWV1ZS1zaXplIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZm9udC1zaXplOiAxNHB4O1xufVxuXG4uZ2QtZGVzdGluYXRpb24tZmlsZSB7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQ7XG59XG5cbi5nZC1kZXN0aW5hdGlvbi1maWxlIC5nZC1xdWV1ZS1uYW1lIHtcbiAgY3Vyc29yOiBpbmhlcml0O1xufVxuXG4uZ2QtY29udmVydC1zdGF0dXMge1xuICBmb250LXNpemU6IDMycHg7XG4gIGNvbG9yOiAjREJEQkRCO1xuICBtYXJnaW46IDAgMTYycHggMCAxMTFweDtcbn1cblxuLmdkLWNvbnZlcnNpb24tY29tcGxldGUge1xuICBjb2xvcjogIzYyQTUyOTtcbiAgbWFyZ2luLWxlZnQ6IDVweDtcbn1cblxuLmdkLWNvbnZlcnNpb24tcHJvZ3Jlc3Mge1xuICBwb3NpdGlvbjogaW5oZXJpdDtcbiAgd2lkdGg6IDMycHg7XG4gIGhlaWdodDogMzJweDtcbiAgZm9udC1zaXplOiAzMnB4ICFpbXBvcnRhbnQ7XG4gIGxpbmUtaGVpZ2h0OiAzMnB4O1xuICBjb2xvcjogIzAwN2FmZjtcbiAgJi5tb2JpbGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbn1cblxuLmdkLWNvbnZlcnQtc2luZ2xlLCAuZ2QtZG93bmxvYWQtc2luZ2xlIHtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBjb2xvcjogIzgwODA4MDtcbiAgbWFyZ2luOiA0MXB4IDM2cHggNDJweCAxMXB4O1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gICYubW9iaWxlIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG4gICYuZGlzYWJsZWQge1xuICAgIGNvbG9yOiBAcmVnZW50LWdyYXk7XG4gICAgb3BhY2l0eTogMC40O1xuICB9XG59XG5cbi5nZC1maWxlLWZvcm1hdCB7XG4gIGZvbnQtc2l6ZTogMTBweDtcbiAgY29sb3I6IEBzaWx2ZXItY2hhbGljZTtcbiAgcGFkZGluZy10b3A6IDRweDtcbiAgJi5tb2JpbGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbn1cbiAgXG4uZ2QtZmlsZS1zaXplIHtcbiAgd2lkdGg6IDExMnB4O1xuICBjb2xvcjogIzc3Nzc3Nztcbn1cblxuLmRpc2FibGVkIHtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZCAhaW1wb3J0YW50O1xufVxuXG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtcGRmIHtcbiAgY29sb3I6ICNFMjE3MTc7XG59XG5cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS13b3JkIHtcbiAgY29sb3I6ICM2OTc5Qjk7XG59XG5cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS1wb3dlcnBvaW50IHtcbiAgY29sb3I6ICNFMjk0MTc7XG59XG5cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS1leGNlbCB7XG4gIGNvbG9yOiAjM0ZBMzAwO1xufVxuXG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtaW1hZ2Uge1xuICBjb2xvcjogI0UyMTdEQTtcbn1cblxuLmdkLWNvbnZlcnQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLXRleHQgLmZhLWZvbGRlciB7XG4gIGNvbG9yOiAjNUQ2QTc1O1xufVxuXG4uZ2QtZmlsZXF1ZXVlLW5hbWUgLm5nLWZhLWljb24sIC5nZC1jb252ZXJ0LXN0YXR1cyAubmctZmEtaWNvbiwgLmdkLWRlc3RpbmF0aW9uLWZpbGUgLm5nLWZhLWljb257XG4gIGZvbnQtc2l6ZTogMzNweDtcbn1cblxuLmdkLWZpbGVxdWV1ZS1uYW1lIGZhLWljb24ge1xuICBmb250LXNpemU6IDMycHg7XG4gIG1hcmdpbjogMCAxMXB4IDAgMDtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLmdkLWZpbGUtc2l6ZSwgLmdkLWNvbnZlcnQtc3RhdHVzLCAuZ2QtZGVzdGluYXRpb24tZmlsZSB7XG4gICAgICBkaXNwbGF5OiBub25lO1xuICB9XG5cbiAgLmdkLWNvbnZlcnNpb24tcHJvZ3Jlc3Mge1xuICAgICYubW9iaWxlIHtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgbWFyZ2luOiAyNnB4IDI0cHggMjVweCAxMXB4O1xuICAgIH1cbiAgfVxuXG4gIC5nZC1jb252ZXJ0LXNpbmdsZSB7XG4gICAgJi5tb2JpbGUge1xuICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICBtYXJnaW46IDMxcHggMjRweCAzMHB4IDBweDtcbiAgICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgICBtaW4td2lkdGg6IDM3cHg7XG4gICAgICBoZWlnaHQ6IDM3cHg7XG4gICAgfVxuICB9XG5cbiAgLmdkLWNvbnZlcnQtc2luZ2xlIHtcbiAgICAmOm5vdCgubW9iaWxlKSB7XG4gICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cbiAgfVxuXG4gIC5nZC1maWxlLWZvcm1hdCB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuICAgICYubW9iaWxlIHtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgPiBmYS1pY29ue1xuICAgICAgICBjb2xvcjogI2JlYmViZTtcbiAgICAgIH1cbiAgICAgIGZhLWljb24ge1xuICAgICAgICBmb250LXNpemU6IDEwcHg7XG4gICAgICAgIG1hcmdpbi1yaWdodDogMi4xcHg7XG4gICAgICB9XG4gICAgICBmYS1pY29uOm50aC1jaGlsZCgxKXtcbiAgICAgICAgbWFyZ2luLXJpZ2h0OiA2cHg7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDExcHg7XG4gICAgJjpub3QoLm1vYmlsZSkge1xuICAgICAgZGlzcGxheTogbm9uZTtcbiAgICB9XG4gIH1cblxuICAuZ2QtZmlsZXF1ZXVlLW5hbWUge1xuICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgfVxuXG4gIC5nZC1jb252ZXJ0LXJlbW92ZSB7XG4gICAgbWFyZ2luOiAwcHggMTZweCAwcHggMTVweDtcbiAgfVxufSIsIi5nZC1jb252ZXJ0LWl0ZW0ge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiA5OHB4O1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI2U3ZTdlNztcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cbi5nZC1jb252ZXJ0LXJlbW92ZSB7XG4gIGZvbnQtc2l6ZTogMThweDtcbiAgY29sb3I6ICM2RTZFNkU7XG4gIG1hcmdpbjogMHB4IDI0cHg7XG4gIGN1cnNvcjogcG9pbnRlcjtcbn1cbi5nZC1jb252ZXJ0LXJlbW92ZSBzcGFuIHtcbiAgd2lkdGg6IDM3cHg7XG4gIGhlaWdodDogMzdweDtcbiAgZGlzcGxheTogYmxvY2s7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xufVxuLmdkLWNvbnZlcnQtcmVtb3ZlLmRpc2FibGVkIHtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIG9wYWNpdHk6IDAuNDtcbn1cbi5nZC1maWxlcXVldWUtbmFtZSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiA2NzFweDtcbn1cbi5nZC1maWxlcXVldWUtbmFtZSBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBtYXJnaW46IDE5cHggMjFweCAwIDA7XG59XG4uZ2QtZmlsZXF1ZXVlLW5hbWUuZGlzYWJsZWQgZmEtaWNvbiB7XG4gIGNvbG9yOiAjNmU2ZTZlO1xufVxuLmdkLXF1ZXVlLW5hbWUge1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBjdXJzb3I6IGRlZmF1bHQ7XG59XG4uZ2QtcXVldWUtc2l6ZSB7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi5nZC1kZXN0aW5hdGlvbi1maWxlIHtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbn1cbi5nZC1kZXN0aW5hdGlvbi1maWxlIC5nZC1xdWV1ZS1uYW1lIHtcbiAgY3Vyc29yOiBpbmhlcml0O1xufVxuLmdkLWNvbnZlcnQtc3RhdHVzIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBjb2xvcjogI0RCREJEQjtcbiAgbWFyZ2luOiAwIDE2MnB4IDAgMTExcHg7XG59XG4uZ2QtY29udmVyc2lvbi1jb21wbGV0ZSB7XG4gIGNvbG9yOiAjNjJBNTI5O1xuICBtYXJnaW4tbGVmdDogNXB4O1xufVxuLmdkLWNvbnZlcnNpb24tcHJvZ3Jlc3Mge1xuICBwb3NpdGlvbjogaW5oZXJpdDtcbiAgd2lkdGg6IDMycHg7XG4gIGhlaWdodDogMzJweDtcbiAgZm9udC1zaXplOiAzMnB4ICFpbXBvcnRhbnQ7XG4gIGxpbmUtaGVpZ2h0OiAzMnB4O1xuICBjb2xvcjogIzAwN2FmZjtcbn1cbi5nZC1jb252ZXJzaW9uLXByb2dyZXNzLm1vYmlsZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uZ2QtY29udmVydC1zaW5nbGUsXG4uZ2QtZG93bmxvYWQtc2luZ2xlIHtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBjb2xvcjogIzgwODA4MDtcbiAgbWFyZ2luOiA0MXB4IDM2cHggNDJweCAxMXB4O1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtY29udmVydC1zaW5nbGUubW9iaWxlLFxuLmdkLWRvd25sb2FkLXNpbmdsZS5tb2JpbGUge1xuICBkaXNwbGF5OiBub25lO1xufVxuLmdkLWNvbnZlcnQtc2luZ2xlLmRpc2FibGVkLFxuLmdkLWRvd25sb2FkLXNpbmdsZS5kaXNhYmxlZCB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xuICBvcGFjaXR5OiAwLjQ7XG59XG4uZ2QtZmlsZS1mb3JtYXQge1xuICBmb250LXNpemU6IDEwcHg7XG4gIGNvbG9yOiAjYWNhY2FjO1xuICBwYWRkaW5nLXRvcDogNHB4O1xufVxuLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uZ2QtZmlsZS1zaXplIHtcbiAgd2lkdGg6IDExMnB4O1xuICBjb2xvcjogIzc3Nzc3Nztcbn1cbi5kaXNhYmxlZCB7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQgIWltcG9ydGFudDtcbn1cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogI0UyMTcxNztcbn1cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS13b3JkIHtcbiAgY29sb3I6ICM2OTc5Qjk7XG59XG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtcG93ZXJwb2ludCB7XG4gIGNvbG9yOiAjRTI5NDE3O1xufVxuLmdkLWNvbnZlcnQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLWV4Y2VsIHtcbiAgY29sb3I6ICMzRkEzMDA7XG59XG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtaW1hZ2Uge1xuICBjb2xvcjogI0UyMTdEQTtcbn1cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIge1xuICBjb2xvcjogIzVENkE3NTtcbn1cbi5nZC1maWxlcXVldWUtbmFtZSAubmctZmEtaWNvbixcbi5nZC1jb252ZXJ0LXN0YXR1cyAubmctZmEtaWNvbixcbi5nZC1kZXN0aW5hdGlvbi1maWxlIC5uZy1mYS1pY29uIHtcbiAgZm9udC1zaXplOiAzM3B4O1xufVxuLmdkLWZpbGVxdWV1ZS1uYW1lIGZhLWljb24ge1xuICBmb250LXNpemU6IDMycHg7XG4gIG1hcmdpbjogMCAxMXB4IDAgMDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLWZpbGUtc2l6ZSxcbiAgLmdkLWNvbnZlcnQtc3RhdHVzLFxuICAuZ2QtZGVzdGluYXRpb24tZmlsZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuICAuZ2QtY29udmVyc2lvbi1wcm9ncmVzcy5tb2JpbGUge1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIG1hcmdpbjogMjZweCAyNHB4IDI1cHggMTFweDtcbiAgfVxuICAuZ2QtY29udmVydC1zaW5nbGUubW9iaWxlIHtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBtYXJnaW46IDMxcHggMjRweCAzMHB4IDBweDtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIG1pbi13aWR0aDogMzdweDtcbiAgICBoZWlnaHQ6IDM3cHg7XG4gIH1cbiAgLmdkLWNvbnZlcnQtc2luZ2xlOm5vdCgubW9iaWxlKSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuICAuZ2QtZmlsZS1mb3JtYXQge1xuICAgIGZvbnQtc2l6ZTogMTBweDtcbiAgfVxuICAuZ2QtZmlsZS1mb3JtYXQubW9iaWxlIHtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgfVxuICAuZ2QtZmlsZS1mb3JtYXQubW9iaWxlID4gZmEtaWNvbiB7XG4gICAgY29sb3I6ICNiZWJlYmU7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSBmYS1pY29uIHtcbiAgICBmb250LXNpemU6IDEwcHg7XG4gICAgbWFyZ2luLXJpZ2h0OiAyLjFweDtcbiAgfVxuICAuZ2QtZmlsZS1mb3JtYXQubW9iaWxlIGZhLWljb246bnRoLWNoaWxkKDEpIHtcbiAgICBtYXJnaW4tcmlnaHQ6IDZweDtcbiAgfVxuICAuZ2QtZmlsZS1mb3JtYXQge1xuICAgIGZvbnQtc2l6ZTogMTFweDtcbiAgfVxuICAuZ2QtZmlsZS1mb3JtYXQ6bm90KC5tb2JpbGUpIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG4gIC5nZC1maWxlcXVldWUtbmFtZSB7XG4gICAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuICB9XG4gIC5nZC1jb252ZXJ0LXJlbW92ZSB7XG4gICAgbWFyZ2luOiAwcHggMTZweCAwcHggMTVweDtcbiAgfVxufVxuIl19 */\"","import { Component, Input, OnInit } from '@angular/core';\nimport { ConversionItemModel } from '../models';\nimport {ConversionService} from \"../conversion.service\";\n\n@Component({\n selector: 'gd-conversion-item',\n templateUrl: './conversion-item.component.html',\n styleUrls: ['./conversion-item.component.less']\n})\n\nexport class ConversionItemComponent implements OnInit {\n @Input() item: ConversionItemModel;\n\n constructor(private _conversionService: ConversionService) {\n }\n \n ngOnInit(): void {\n }\n\n convert($event, item: ConversionItemModel) {\n $event.preventDefault();\n $event.stopPropagation();\n this._conversionService.selectedItemToConvert(item);\n }\n\n downloadFile(item: ConversionItemModel) {\n window.location.assign(this._conversionService.getDownloadUrl(item.destinationFileName));\n }\n\n removeItemFromQueue($event, item: ConversionItemModel) {\n $event.preventDefault();\n $event.stopPropagation();\n this._conversionService.selectedItemToRemove(item);\n }\n}\n","module.exports = \"#gd-convert-queue {\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n height: 100%;\\n background-color: #e7e7e7;\\n}\\n.gd-queue-header {\\n display: -webkit-box;\\n display: flex;\\n font-size: 13px;\\n text-transform: uppercase;\\n color: #6e6e6e;\\n width: 100%;\\n height: 60px;\\n background-color: #f4f4f4;\\n font-weight: bold;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-placeholder {\\n margin: 0px 42px 0 42px;\\n}\\n.gd-queue-header div:nth-child(2) {\\n width: 671px;\\n text-align: left;\\n display: -webkit-box;\\n display: flex;\\n}\\n.gd-queue-header div:nth-child(4) {\\n margin: 0 162px 0 111px;\\n width: 32px;\\n}\\n.gd-queue-header div:nth-child(3) {\\n width: 112px;\\n text-align: left;\\n}\\n.gd-queue-header div:nth-child(5) {\\n width: 644px;\\n text-align: left;\\n}\\n.gd-queue-last-placeholder {\\n margin: 0px 52px;\\n}\\n@media (max-width: 1037px) {\\n .gd-queue-header {\\n display: none;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb252ZXJzaW9uL3NyYy9saWIvY29udmVyc2lvbi1xdWV1ZS9jb252ZXJzaW9uLXF1ZXVlLmNvbXBvbmVudC5sZXNzIiwibGlicy9jb252ZXJzaW9uL3NyYy9saWIvY29udmVyc2lvbi1xdWV1ZS9jb252ZXJzaW9uLXF1ZXVlLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsWUFBQTtFQUNBLHlCQUFBO0FDREE7QURJQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGVBQUE7RUFDQSx5QkFBQTtFQUNBLGNBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLHlCQUFBO0VBQ0EsaUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0FDRkE7QURLQTtFQUNBLHVCQUFBO0FDSEE7QURNQTtFQUNBLFlBQUE7RUFDQSxnQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ0pBO0FET0E7RUFDQSx1QkFBQTtFQUNBLFdBQUE7QUNMQTtBRFFBO0VBQ0EsWUFBQTtFQUNBLGdCQUFBO0FDTkE7QURTQTtFQUNBLFlBQUE7RUFDQSxnQkFBQTtBQ1BBO0FEVUE7RUFDQSxnQkFBQTtBQ1JBO0FEV0E7RUFDSTtJQUNJLGFBQUE7RUNUTjtBQUNGIiwiZmlsZSI6ImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24tcXVldWUvY29udmVyc2lvbi1xdWV1ZS5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4jZ2QtY29udmVydC1xdWV1ZSB7XG5mbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuaGVpZ2h0OiAxMDAlO1xuYmFja2dyb3VuZC1jb2xvcjogQG1lcmN1cnk7XG59XG5cbi5nZC1xdWV1ZS1oZWFkZXIge1xuZGlzcGxheTogZmxleDtcbmZvbnQtc2l6ZTogMTNweDtcbnRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG5jb2xvcjogQGRvdmUtZ3JheTtcbndpZHRoOiAxMDAlO1xuaGVpZ2h0OiA2MHB4O1xuYmFja2dyb3VuZC1jb2xvcjogQHdpbGQtc2FuZDtcbmZvbnQtd2VpZ2h0OiBib2xkO1xuYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cblxuLmdkLXBsYWNlaG9sZGVyIHtcbm1hcmdpbjogMHB4IDQycHggMCA0MnB4O1xufVxuXG4uZ2QtcXVldWUtaGVhZGVyIGRpdjpudGgtY2hpbGQoMikge1xud2lkdGg6IDY3MXB4O1xudGV4dC1hbGlnbjogbGVmdDtcbmRpc3BsYXk6IGZsZXg7XG59XG5cbi5nZC1xdWV1ZS1oZWFkZXIgZGl2Om50aC1jaGlsZCg0KSB7XG5tYXJnaW46IDAgMTYycHggMCAxMTFweDtcbndpZHRoOiAzMnB4O1xufVxuXG4uZ2QtcXVldWUtaGVhZGVyIGRpdjpudGgtY2hpbGQoMykge1xud2lkdGg6IDExMnB4O1xudGV4dC1hbGlnbjogbGVmdDtcbn1cblxuLmdkLXF1ZXVlLWhlYWRlciBkaXY6bnRoLWNoaWxkKDUpe1xud2lkdGg6IDY0NHB4O1xudGV4dC1hbGlnbjogbGVmdDtcbn1cblxuLmdkLXF1ZXVlLWxhc3QtcGxhY2Vob2xkZXJ7XG5tYXJnaW46IDBweCA1MnB4O1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAgIC5nZC1xdWV1ZS1oZWFkZXIge1xuICAgICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cbn0iLCIjZ2QtY29udmVydC1xdWV1ZSB7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGhlaWdodDogMTAwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2U3ZTdlNztcbn1cbi5nZC1xdWV1ZS1oZWFkZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmb250LXNpemU6IDEzcHg7XG4gIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gIGNvbG9yOiAjNmU2ZTZlO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiA2MHB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZjRmNGY0O1xuICBmb250LXdlaWdodDogYm9sZDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cbi5nZC1wbGFjZWhvbGRlciB7XG4gIG1hcmdpbjogMHB4IDQycHggMCA0MnB4O1xufVxuLmdkLXF1ZXVlLWhlYWRlciBkaXY6bnRoLWNoaWxkKDIpIHtcbiAgd2lkdGg6IDY3MXB4O1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBkaXNwbGF5OiBmbGV4O1xufVxuLmdkLXF1ZXVlLWhlYWRlciBkaXY6bnRoLWNoaWxkKDQpIHtcbiAgbWFyZ2luOiAwIDE2MnB4IDAgMTExcHg7XG4gIHdpZHRoOiAzMnB4O1xufVxuLmdkLXF1ZXVlLWhlYWRlciBkaXY6bnRoLWNoaWxkKDMpIHtcbiAgd2lkdGg6IDExMnB4O1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xufVxuLmdkLXF1ZXVlLWhlYWRlciBkaXY6bnRoLWNoaWxkKDUpIHtcbiAgd2lkdGg6IDY0NHB4O1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xufVxuLmdkLXF1ZXVlLWxhc3QtcGxhY2Vob2xkZXIge1xuICBtYXJnaW46IDBweCA1MnB4O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAuZ2QtcXVldWUtaGVhZGVyIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG59XG4iXX0= */\"","import { Component, EventEmitter, Input, Output, OnInit } from '@angular/core';\nimport { ConversionItemModel } from '../models';\n\n@Component({\n selector: 'gd-conversion-queue',\n templateUrl: './conversion-queue.component.html',\n styleUrls: ['./conversion-queue.component.less']\n})\n\nexport class ConversionQueueComponent implements OnInit {\n @Input() items: ConversionItemModel[] = [];\n @Output() selectedItemToConvert = new EventEmitter();\n\n constructor() {\n }\n \n ngOnInit(): void {\n }\n\n convertSingleItem($event: ConversionItemModel) {\n this.selectedItemToConvert.emit($event);\n }\n}\n","import {APP_INITIALIZER, ModuleWithProviders, NgModule} from '@angular/core';\nimport {CommonModule} from '@angular/common';\nimport {\n Api,\n CommonComponentsModule,\n ConfigService,\n ErrorInterceptorService\n} from \"@groupdocs.examples.angular/common-components\";\nimport {HTTP_INTERCEPTORS, HttpClientModule} from \"@angular/common/http\";\nimport {ConversionService} from \"./conversion.service\";\nimport {ConversionConfigService} from \"./conversion-config.service\";\nimport {ConversionAppComponent} from \"./conversion-app.component\";\nimport { ConversionBrowseFilesModalComponent } from './conversion-browse-files-modal/conversion-browse-files-modal.component';\nimport { InformationModalComponent } from './information-modal/information-modal.component';\nimport {library} from '@fortawesome/fontawesome-svg-core';\nimport {fas} from '@fortawesome/free-solid-svg-icons';\nimport {far} from '@fortawesome/free-regular-svg-icons';\nimport {FontAwesomeModule} from '@fortawesome/angular-fontawesome';\nimport {ConversionQueueComponent} from './conversion-queue/conversion-queue.component';\nimport {ConversionItemComponent} from './conversion-item/conversion-item.component';\n\nexport function initializeApp(conversionConfigService: ConversionConfigService) {\n const result = () => conversionConfigService.load();\n return result;\n}\n\n@NgModule({\n declarations: [ConversionAppComponent, ConversionBrowseFilesModalComponent, InformationModalComponent, ConversionQueueComponent, ConversionItemComponent],\n exports: [ConversionAppComponent, ConversionBrowseFilesModalComponent, InformationModalComponent, ConversionQueueComponent],\n imports: [CommonModule,\n CommonComponentsModule,\n HttpClientModule,\n FontAwesomeModule],\n providers: [\n ConversionService,\n ConfigService,\n ConversionConfigService,\n {\n provide: HTTP_INTERCEPTORS,\n useClass: ErrorInterceptorService,\n multi: true\n },\n {\n provide: APP_INITIALIZER,\n useFactory: initializeApp,\n deps: [ConversionConfigService], multi: true\n }\n ]\n})\nexport class ConversionModule {\n constructor() {\n library.add(fas, far);\n }\n\n static forRoot(apiEndpoint: string): ModuleWithProviders {\n Api.DEFAULT_API_ENDPOINT = apiEndpoint;\n return {\n ngModule: ConversionModule\n };\n }\n}\n","import {Injectable} from '@angular/core';\nimport {HttpClient} from \"@angular/common/http\";\nimport {\n Api, ConfigService, FileCredentials, SaveFile, FileModel\n} from \"@groupdocs.examples.angular/common-components\";\nimport {Observable, BehaviorSubject, Observer} from \"rxjs\";\nimport { ConversionItemModel, ConversionRequestModel } from './models';\n\n@Injectable({\n providedIn: 'root'\n})\n\nexport class ConversionService {\n private _selectedItems: BehaviorSubject = new BehaviorSubject(new Array());\n private _selectItems: Observable = this._selectedItems.asObservable();\n private _selectedFormat: BehaviorSubject = new BehaviorSubject(null);\n private _selectFormat: Observable = this._selectedFormat.asObservable();\n\n private _itemToConvert = new BehaviorSubject(null);\n itemToConvert = this._itemToConvert.asObservable();\n\n private _itemToRemove = new BehaviorSubject(null);\n itemToRemove = this._itemToRemove.asObservable();\n\n constructor(private _http: HttpClient, private _config: ConfigService) {\n }\n\n get selectedItems() {\n return this._selectItems;\n }\n\n get selectedFormat() {\n return this._selectFormat;\n }\n\n selectItems(filesToConvert: ConversionItemModel[]) {\n this._selectedItems.next(filesToConvert);\n }\n\n selectFormat(selectedFormat: string) {\n this._selectedFormat.next(selectedFormat);\n }\n\n loadFiles(path: string) {\n return this._http.post(this._config.getConversionApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\n }\n\n upload(file: File, url: string, rewrite: boolean) {\n const formData = new FormData();\n formData.append(\"file\", file);\n formData.append('rewrite', String(rewrite));\n if (url) {\n formData.append(\"url\", url);\n }\n\n return this._http.post(this._config.getConversionApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\n }\n\n convert(file: ConversionItemModel) {\n const req = new ConversionRequestModel();\n req.added = true;\n req.destinationType = file.destinationType;\n req.guid = file.guid;\n req.size = file.size;\n return this._http.post(this._config.getConversionApiEndpoint() + Api.CONVERT_FILE, req);\n }\n\n getDownloadUrl(guid: string) {\n return this._config.getConversionApiEndpoint() + Api.DOWNLOAD_DOCUMENTS + '/?path=' + guid;\n }\n\n selectedItemToConvert(item: ConversionItemModel) {\n this._itemToConvert.next(item);\n }\n\n selectedItemToRemove(item: ConversionItemModel) {\n this._itemToRemove.next(item);\n }\n}\n","module.exports = \".gd-modal-information {\\n display: -webkit-inline-box;\\n display: inline-flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-flex: 1;\\n flex: 1;\\n}\\n.gd-modal-information .gd-modal-information-message {\\n font-size: 12px;\\n margin: 0px 24px 24px 0px;\\n word-break: break-word;\\n}\\n.gd-modal-information .gd-modal-information-title {\\n font-size: 16px;\\n font-weight: bold;\\n margin: 14px 0px 10px 0px;\\n}\\n#gd-information-section {\\n max-width: 468px;\\n max-height: 107px;\\n display: -webkit-box;\\n display: flex;\\n}\\n#gd-information-section fa-icon {\\n -webkit-box-flex: 1;\\n flex: 1;\\n color: #25c2d4;\\n font-size: 40px;\\n margin: 13px 23px 90px 23px;\\n text-align: center;\\n max-width: 46px;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb252ZXJzaW9uL3NyYy9saWIvaW5mb3JtYXRpb24tbW9kYWwvaW5mb3JtYXRpb24tbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9pbmZvcm1hdGlvbi1tb2RhbC9pbmZvcm1hdGlvbi1tb2RhbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLDJCQUFBO0VBQUEsb0JBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxtQkFBQTtVQUFBLE9BQUE7QUNERjtBREZBO0VBS0ksZUFBQTtFQUNBLHlCQUFBO0VBQ0Esc0JBQUE7QUNBSjtBRFBBO0VBVUksZUFBQTtFQUNBLGlCQUFBO0VBQ0EseUJBQUE7QUNBSjtBRElBO0VBQ0UsZ0JBQUE7RUFDQSxpQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ0ZGO0FEREE7RUFLSSxtQkFBQTtVQUFBLE9BQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtFQUNBLDJCQUFBO0VBQ0Esa0JBQUE7RUFDQSxlQUFBO0FDREoiLCJmaWxlIjoibGlicy9jb252ZXJzaW9uL3NyYy9saWIvaW5mb3JtYXRpb24tbW9kYWwvaW5mb3JtYXRpb24tbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi8uLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlcy5sZXNzXCI7XG5cbi5nZC1tb2RhbC1pbmZvcm1hdGlvbiB7XG4gIGRpc3BsYXk6IGlubGluZS1mbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBmbGV4OiAxO1xuICAuZ2QtbW9kYWwtaW5mb3JtYXRpb24tbWVzc2FnZSB7XG4gICAgZm9udC1zaXplOiAxMnB4O1xuICAgIG1hcmdpbjogMHB4IDI0cHggMjRweCAwcHg7XG4gICAgd29yZC1icmVhazogYnJlYWstd29yZDtcbiAgfVxuICAuZ2QtbW9kYWwtaW5mb3JtYXRpb24tdGl0bGUge1xuICAgIGZvbnQtc2l6ZTogMTZweDtcbiAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICBtYXJnaW46IDE0cHggMHB4IDEwcHggMHB4O1xuICB9XG59XG5cbiNnZC1pbmZvcm1hdGlvbi1zZWN0aW9uIHtcbiAgbWF4LXdpZHRoOiA0NjhweDtcbiAgbWF4LWhlaWdodDogMTA3cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZhLWljb24ge1xuICAgIGZsZXg6IDE7XG4gICAgY29sb3I6IEBicmFuZDtcbiAgICBmb250LXNpemU6IDQwcHg7XG4gICAgbWFyZ2luOiAxM3B4IDIzcHggOTBweCAyM3B4O1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBtYXgtd2lkdGg6IDQ2cHg7XG4gIH1cbn1cbiIsIi5nZC1tb2RhbC1pbmZvcm1hdGlvbiB7XG4gIGRpc3BsYXk6IGlubGluZS1mbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBmbGV4OiAxO1xufVxuLmdkLW1vZGFsLWluZm9ybWF0aW9uIC5nZC1tb2RhbC1pbmZvcm1hdGlvbi1tZXNzYWdlIHtcbiAgZm9udC1zaXplOiAxMnB4O1xuICBtYXJnaW46IDBweCAyNHB4IDI0cHggMHB4O1xuICB3b3JkLWJyZWFrOiBicmVhay13b3JkO1xufVxuLmdkLW1vZGFsLWluZm9ybWF0aW9uIC5nZC1tb2RhbC1pbmZvcm1hdGlvbi10aXRsZSB7XG4gIGZvbnQtc2l6ZTogMTZweDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIG1hcmdpbjogMTRweCAwcHggMTBweCAwcHg7XG59XG4jZ2QtaW5mb3JtYXRpb24tc2VjdGlvbiB7XG4gIG1heC13aWR0aDogNDY4cHg7XG4gIG1heC1oZWlnaHQ6IDEwN3B4O1xuICBkaXNwbGF5OiBmbGV4O1xufVxuI2dkLWluZm9ybWF0aW9uLXNlY3Rpb24gZmEtaWNvbiB7XG4gIGZsZXg6IDE7XG4gIGNvbG9yOiAjMjVjMmQ0O1xuICBmb250LXNpemU6IDQwcHg7XG4gIG1hcmdpbjogMTNweCAyM3B4IDkwcHggMjNweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBtYXgtd2lkdGg6IDQ2cHg7XG59XG4iXX0= */\"","import {Component, OnInit, Input} from '@angular/core';\n\n@Component({\n selector: 'gd-information-modal',\n templateUrl: './information-modal.component.html',\n styleUrls: ['./information-modal.component.less']\n})\nexport class InformationModalComponent implements OnInit {\n\n @Input() formatName: string;\n @Input() warningCount: number;\n\n constructor() {\n }\n\n ngOnInit() {\n }\n}\n","import {FileModel} from \"@groupdocs.examples.angular/common-components\";\n\nexport class ConversionRequestModel{\n added: boolean;\n destinationType: string;\n guid: string;\n size: number;\n}\n\nexport class ConversionItemModel implements FileModel {\n guid: string;\n directory: boolean;\n size: number;\n name: string;\n destinationType: string;\n sizeString: string;\n destinationFileName: string;\n destinationFormatName: string;\n sourceIcon: string;\n sourceFormatName: string;\n destinationIcon: string;\n converted: boolean;\n converting: boolean;\n isDirectory: boolean;\n warning: boolean;\n }\n\n export class ExtendedFileModel implements FileModel {\n guid: string;\n // TODO: fix dublicates below (question)\n directory: boolean;\n isDirectory: boolean;\n size: number;\n name: string;\n selected: boolean;\n conversionTypes: any;\n }\n","export * from './lib/editor.module';\nexport * from './lib/editor-app.component';\nexport * from './lib/editor-config.service';\nexport * from './lib/editor-config';\nexport * from './lib/editor.service';\nexport * from './lib/create.document-modal/create.document-modal.component'\n","module.exports = \".gd-create-wrap {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n margin: 24px;\\n}\\n.gd-create-wrap label {\\n font-size: 14px;\\n color: #acacac;\\n padding-bottom: 12px;\\n}\\n.gd-create-wrap input {\\n margin-bottom: 20px;\\n border: 1px solid #6e6e6e !important;\\n padding: 9px 0px 9px 10px;\\n font-size: 14px;\\n}\\n.gd-create-wrap gd-button {\\n align-self: flex-end;\\n}\\n.gd-create-wrap ::ng-deep .button ::ng-deep .text {\\n font-size: 10px !important;\\n}\\n#gd-create-document-section {\\n width: 468px;\\n}\\n::ng-deep .gd-select-format .dropdown-menu {\\n height: 167px;\\n overflow: hidden;\\n overflow-y: auto;\\n top: 239px !important;\\n min-width: 0 !important;\\n width: 65px;\\n border: none !important;\\n}\\n::ng-deep .gd-select-format .dropdown-menu .option {\\n font-size: 10px;\\n color: #6e6e6e;\\n}\\n::ng-deep .gd-select-format .dropdown-menu .option:hover {\\n background-color: #4b566c !important;\\n}\\n::ng-deep .select {\\n height: 35px;\\n width: 63px;\\n border: 1px solid #6e6e6e;\\n color: #6e6e6e !important;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n}\\n::ng-deep .select .selected-value {\\n padding: 9px 0px 9px 8px;\\n}\\n::ng-deep .select .nav-caret {\\n margin-right: 8px;\\n}\\n@media (max-width: 1037px) {\\n #gd-create-document-section {\\n width: 100%;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9lZGl0b3Ivc3JjL2xpYi9jcmVhdGUuZG9jdW1lbnQtbW9kYWwvY3JlYXRlLmRvY3VtZW50LW1vZGFsLmNvbXBvbmVudC5sZXNzIiwibGlicy9lZGl0b3Ivc3JjL2xpYi9jcmVhdGUuZG9jdW1lbnQtbW9kYWwvY3JlYXRlLmRvY3VtZW50LW1vZGFsLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsWUFBQTtBQ0RGO0FERkE7RUFLSSxlQUFBO0VBQ0EsY0FBQTtFQUNBLG9CQUFBO0FDQUo7QURQQTtFQVVJLG1CQUFBO0VBQ0Esb0NBQUE7RUFDQSx5QkFBQTtFQUNBLGVBQUE7QUNBSjtBRGJBO0VBZ0JJLG9CQUFBO0FDQUo7QURoQkE7RUFvQk0sMEJBQUE7QUNETjtBRE1BO0VBQ0UsWUFBQTtBQ0pGO0FET0E7RUFDRSxhQUFBO0VBQ0EsZ0JBQUE7RUFDQSxnQkFBQTtFQUNBLHFCQUFBO0VBQ0EsdUJBQUE7RUFDQSxXQUFBO0VBUUEsdUJBQUE7QUNaRjtBREZBO0VBUUksZUFBQTtFQUNBLGNBQUE7QUNISjtBRE5BO0VBWUksb0NBQUE7QUNISjtBRFFBO0VBQ0UsWUFBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtFQUNBLHlCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHlCQUFBO1VBQUEsOEJBQUE7QUNORjtBRERBO0VBU0ksd0JBQUE7QUNMSjtBREpBO0VBWUksaUJBQUE7QUNMSjtBRFNBO0VBQ0U7SUFDRSxXQUFBO0VDUEY7QUFDRiIsImZpbGUiOiJsaWJzL2VkaXRvci9zcmMvbGliL2NyZWF0ZS5kb2N1bWVudC1tb2RhbC9jcmVhdGUuZG9jdW1lbnQtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWNyZWF0ZS13cmFwIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgbWFyZ2luOiAyNHB4O1xuICBsYWJlbCB7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuICAgIGNvbG9yOiBAc2lsdmVyLWNoYWxpY2U7XG4gICAgcGFkZGluZy1ib3R0b206IDEycHg7XG4gIH1cbiAgaW5wdXQge1xuICAgIG1hcmdpbi1ib3R0b206IDIwcHg7XG4gICAgYm9yZGVyOiAxcHggc29saWQgIzZlNmU2ZSAhaW1wb3J0YW50O1xuICAgIHBhZGRpbmc6IDlweCAwcHggOXB4IDEwcHg7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuICB9XG4gIGdkLWJ1dHRvbiB7XG4gICAgYWxpZ24tc2VsZjogZmxleC1lbmQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5idXR0b24ge1xuICAgIDo6bmctZGVlcCAudGV4dCB7XG4gICAgICBmb250LXNpemU6IDEwcHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cbn1cblxuI2dkLWNyZWF0ZS1kb2N1bWVudC1zZWN0aW9uIHtcbiAgd2lkdGg6IDQ2OHB4O1xufVxuXG46Om5nLWRlZXAgLmdkLXNlbGVjdC1mb3JtYXQgLmRyb3Bkb3duLW1lbnUge1xuICBoZWlnaHQ6IDE2N3B4O1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICBvdmVyZmxvdy15OiBhdXRvO1xuICB0b3A6IDIzOXB4ICFpbXBvcnRhbnQ7XG4gIG1pbi13aWR0aDogMCAhaW1wb3J0YW50O1xuICB3aWR0aDogNjVweDtcbiAgLm9wdGlvbiB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuICAgIGNvbG9yOiBAZG92ZS1ncmF5O1xuICB9XG4gIC5vcHRpb246aG92ZXJ7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQGZvbGRlciAhaW1wb3J0YW50O1xuICB9XG4gIGJvcmRlcjogbm9uZSAhaW1wb3J0YW50O1xufVxuXG46Om5nLWRlZXAgLnNlbGVjdCB7XG4gIGhlaWdodDogMzVweDtcbiAgd2lkdGg6IDYzcHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkIEBkb3ZlLWdyYXk7XG4gIGNvbG9yOiBAZG92ZS1ncmF5ICFpbXBvcnRhbnQ7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcbiAgLnNlbGVjdGVkLXZhbHVlIHtcbiAgICBwYWRkaW5nOiA5cHggMHB4IDlweCA4cHg7XG4gIH1cbiAgLm5hdi1jYXJldCB7XG4gICAgbWFyZ2luLXJpZ2h0OiA4cHg7XG4gIH1cbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgI2dkLWNyZWF0ZS1kb2N1bWVudC1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxufVxuIiwiLmdkLWNyZWF0ZS13cmFwIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgbWFyZ2luOiAyNHB4O1xufVxuLmdkLWNyZWF0ZS13cmFwIGxhYmVsIHtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBjb2xvcjogI2FjYWNhYztcbiAgcGFkZGluZy1ib3R0b206IDEycHg7XG59XG4uZ2QtY3JlYXRlLXdyYXAgaW5wdXQge1xuICBtYXJnaW4tYm90dG9tOiAyMHB4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNmU2ZTZlICFpbXBvcnRhbnQ7XG4gIHBhZGRpbmc6IDlweCAwcHggOXB4IDEwcHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi5nZC1jcmVhdGUtd3JhcCBnZC1idXR0b24ge1xuICBhbGlnbi1zZWxmOiBmbGV4LWVuZDtcbn1cbi5nZC1jcmVhdGUtd3JhcCA6Om5nLWRlZXAgLmJ1dHRvbiA6Om5nLWRlZXAgLnRleHQge1xuICBmb250LXNpemU6IDEwcHggIWltcG9ydGFudDtcbn1cbiNnZC1jcmVhdGUtZG9jdW1lbnQtc2VjdGlvbiB7XG4gIHdpZHRoOiA0NjhweDtcbn1cbjo6bmctZGVlcCAuZ2Qtc2VsZWN0LWZvcm1hdCAuZHJvcGRvd24tbWVudSB7XG4gIGhlaWdodDogMTY3cHg7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIG92ZXJmbG93LXk6IGF1dG87XG4gIHRvcDogMjM5cHggIWltcG9ydGFudDtcbiAgbWluLXdpZHRoOiAwICFpbXBvcnRhbnQ7XG4gIHdpZHRoOiA2NXB4O1xuICBib3JkZXI6IG5vbmUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuZ2Qtc2VsZWN0LWZvcm1hdCAuZHJvcGRvd24tbWVudSAub3B0aW9uIHtcbiAgZm9udC1zaXplOiAxMHB4O1xuICBjb2xvcjogIzZlNmU2ZTtcbn1cbjo6bmctZGVlcCAuZ2Qtc2VsZWN0LWZvcm1hdCAuZHJvcGRvd24tbWVudSAub3B0aW9uOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzRiNTY2YyAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBoZWlnaHQ6IDM1cHg7XG4gIHdpZHRoOiA2M3B4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNmU2ZTZlO1xuICBjb2xvcjogIzZlNmU2ZSAhaW1wb3J0YW50O1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG59XG46Om5nLWRlZXAgLnNlbGVjdCAuc2VsZWN0ZWQtdmFsdWUge1xuICBwYWRkaW5nOiA5cHggMHB4IDlweCA4cHg7XG59XG46Om5nLWRlZXAgLnNlbGVjdCAubmF2LWNhcmV0IHtcbiAgbWFyZ2luLXJpZ2h0OiA4cHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gICNnZC1jcmVhdGUtZG9jdW1lbnQtc2VjdGlvbiB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbn1cbiJdfQ== */\"","import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';\nimport {\n CommonModals,\n ExceptionMessageService,\n FileCredentials,\n ModalService\n} from \"@groupdocs.examples.angular/common-components\";\nimport {EditorService} from \"../editor.service\";\n\n@Component({\n selector: 'gd-create-document-modal',\n templateUrl: './create.document-modal.component.html',\n styleUrls: ['./create.document-modal.component.less']\n})\nexport class CreateDocumentModalComponent implements OnInit {\n @Input() file: FileCredentials;\n @Output() savingFile: EventEmitter = new EventEmitter();\n @Output() closing = new EventEmitter();\n private _format: string;\n formats;\n FILE_NAME_REGEX = /^.*[\\\\\\/]/;\n\n constructor(private _editorService: EditorService,\n private _modalService: ModalService,\n private _excMessageService: ExceptionMessageService) {\n }\n\n get format() {\n return this._format;\n }\n\n ngOnInit() {\n this.loadFormats();\n }\n\n loadFormats() {\n this._editorService.getFormats().subscribe((formats: string[]) => {\n this.formats = this.formatOptions(formats);\n this._format = \"Docx\";\n }\n );\n }\n\n selectFormat($event: any) {\n this._format = $event.value;\n }\n\n createFormatOption(val: string) {\n return {value: val, name: val}\n }\n\n formatOptions(formats) {\n const allTypes = new Array();\n for (let i = 0; i < formats.length; i++) {\n allTypes.push(this.createFormatOption(formats[i]));\n }\n return allTypes;\n }\n\n save(name: string) {\n let fileName = \"\";\n if (name && name !== \"\") {\n fileName = name + \".\" + this._format;\n } else if (!this.file) {\n this._modalService.open(CommonModals.ErrorMessage);\n this._excMessageService.changeMessage(\"File name is empty\");\n }\n this._modalService.close(CommonModals.CreateDocument);\n const guid = fileName !== \"\" ? fileName : this.file.guid;\n const password = this.file ? this.file.password : '';\n this.savingFile.emit(new FileCredentials(guid, password));\n }\n\n refresh($event: boolean) {\n if (!$event) {\n this.closing.emit(true);\n }\n }\n}\n","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n.current-page-number {\\n margin: 0px 15px;\\n font-size: 14px;\\n color: #959da5;\\n}\\n* {\\n -webkit-user-select: none;\\n /* Chrome all / Safari all */\\n -moz-user-select: none;\\n /* Firefox all */\\n -ms-user-select: none;\\n /* IE 10+ */\\n user-select: text;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n/deep/ .gd-drag-n-drop-wrap.active {\\n z-index: 999;\\n}\\n/deep/ .gd-drag-n-drop-wrap.active .init-state-wrapper {\\n top: unset !important;\\n}\\n/deep/ .init-state-wrapper {\\n top: -90px !important;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: inherit;\\n}\\n.gd-document {\\n width: 100%;\\n height: calc(100% - 90px);\\n}\\n.top-panel {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 100%;\\n}\\n.toolbar-panel {\\n width: 100%;\\n}\\n/deep/ .gd-wrapper {\\n padding: 96px;\\n -webkit-user-select: text;\\n /* Chrome all / Safari all */\\n -moz-user-select: text;\\n /* Firefox all */\\n -ms-user-select: text;\\n /* IE 10+ */\\n user-select: text;\\n outline: none;\\n position: relative;\\n}\\n/deep/ .dropdown-menu {\\n min-width: unset !important;\\n}\\n.palette {\\n position: absolute;\\n top: 90px;\\n z-index: 100;\\n}\\n.background-color-picker {\\n left: 700px;\\n}\\n.color-picker {\\n left: 750px;\\n}\\n.bg-color-pic {\\n border-radius: 100%;\\n border: 1px solid #CCC;\\n position: absolute;\\n height: 8px;\\n width: 8px;\\n right: 6px;\\n bottom: 6px;\\n}\\n::ng-deep .tools .button {\\n color: #3E4E5A !important;\\n}\\n::ng-deep .tools .button .text {\\n padding: 0px !important;\\n}\\n::ng-deep .tools .button.inactive {\\n color: #959da5 !important;\\n opacity: 0.4;\\n}\\n::ng-deep .tools .dropdown-menu .option {\\n min-width: 61px;\\n color: #6e6e6e !important;\\n}\\n::ng-deep .tools .dropdown-menu .option:hover {\\n background-color: #4b566c !important;\\n}\\n::ng-deep .tools .icon-button {\\n margin: 0 0 0 7px !important;\\n}\\n::ng-deep .tools .select {\\n width: 65px;\\n height: 37px;\\n margin-left: 7px;\\n line-height: 37px;\\n text-align: center;\\n border: none !important;\\n}\\n::ng-deep .tools .select .nav-caret {\\n margin: 0 0 0 4px !important;\\n}\\n::ng-deep .gd-select-format .select {\\n -webkit-box-pack: justify !important;\\n justify-content: space-between !important;\\n}\\n/deep/ .tab-content .button .tooltip {\\n margin-top: 45px;\\n margin-left: -36px;\\n}\\n/deep/ .gd-edit.active {\\n background-color: #7E8991;\\n}\\n/deep/ .gd-edit.active i {\\n color: #FFFFFF;\\n}\\n/deep/ .page {\\n width: 800px;\\n height: 100% !important;\\n min-height: 842pt !important;\\n}\\n/deep/ .save-as-button-icon {\\n font-size: 11px;\\n left: 22px !important;\\n top: 13px !important;\\n}\\n.save-button {\\n position: absolute;\\n top: -5px;\\n left: 21px;\\n}\\ngd-tab.desktop-hide {\\n display: none;\\n}\\n@media (max-width: 1037px) {\\n /deep/ .panzoom {\\n zoom: 0.45;\\n margin-top: 130px;\\n }\\n ::ng-deep .gd-tab fa-icon {\\n height: 60px;\\n width: 60px;\\n font-size: 22px !important;\\n margin: unset !important;\\n }\\n gd-tab.desktop-hide {\\n display: block;\\n }\\n .mobile-hide {\\n display: none;\\n }\\n ::ng-deep .tools {\\n overflow-x: unset !important;\\n }\\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\\n margin: 0px !important;\\n }\\n ::ng-deep .tools .icon-button {\\n height: 60px !important;\\n width: 60px;\\n }\\n ::ng-deep #formatting-tab ::ng-deep .tools .icon-button,\\n ::ng-deep #paragraph-tab ::ng-deep .tools .icon-button {\\n margin: 0px !important;\\n }\\n ::ng-deep .bg-color-pic {\\n height: 13px !important;\\n width: 13px !important;\\n right: 9px !important;\\n bottom: 11px !important;\\n }\\n ::ng-deep .palette {\\n position: absolute;\\n top: 130px !important;\\n z-index: 100;\\n }\\n ::ng-deep .background-color-picker {\\n left: 0px !important;\\n }\\n ::ng-deep .color-picker {\\n left: 60px !important;\\n }\\n ::ng-deep .format-select.font-type {\\n width: 109px;\\n }\\n ::ng-deep .format-select.font-type ::ng-deep .dropdown-menu {\\n width: 109px !important;\\n top: 60px !important;\\n left: 0px !important;\\n }\\n ::ng-deep .format-select.font-size {\\n width: 81px;\\n }\\n ::ng-deep .format-select.font-size ::ng-deep .dropdown-menu {\\n width: 81px !important;\\n top: 60px !important;\\n left: 109px !important;\\n }\\n ::ng-deep .format-select .select {\\n width: unset !important;\\n height: 60px !important;\\n line-height: 60px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvZWRpdG9yL3NyYy9saWIvZWRpdG9yLWFwcC5jb21wb25lbnQubGVzcyIsIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9lZGl0b3Ivc3JjL2xpYi9lZGl0b3ItYXBwLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZFQ0NrQjtBQUNsQjtFQUNFLHNEQUFBO0FEQUY7QUNHQTtFQUNFLGdCQUFBO0VBQ0EsZUFBQTtFQUNBLGNBQUE7QURERjtBQ0dBO0VBQ0UseUJBQUE7RUREQSw0QkFBNEI7RUNFNUIsc0JBQUE7RURBQSxnQkFBZ0I7RUNDaEIscUJBQUE7RURDQSxXQUFXO0VDQVgsaUJBQUE7QURFRjtBQ0FBO0VBQ0UsMEJBQUE7VUFBQSxvQkFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsZUFBQTtFQUNBLE1BQUE7RUFDQSxTQUFBO0VBQ0EsT0FBQTtFQUNBLFFBQUE7QURFRjtBQ0NBO0VBQ0UsWUFBQTtBRENGO0FDRkE7RUFHSSxxQkFBQTtBREVKO0FDRUE7RUFDRSxxQkFBQTtBREFGO0FDR0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0FEREY7QUNJQTtFQUNFLFdBQUE7RUFDQSx5QkFBQTtBREZGO0FDS0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsV0FBQTtBREhGO0FDTUE7RUFDRSxXQUFBO0FESkY7QUNPQTtFQUNFLGFBQUE7RUFDQSx5QkFBQTtFRExBLDRCQUE0QjtFQ001QixzQkFBQTtFREpBLGdCQUFnQjtFQ0toQixxQkFBQTtFREhBLFdBQVc7RUNJWCxpQkFBQTtFQUNBLGFBQUE7RUFDQSxrQkFBQTtBREZGO0FDS0E7RUFDRSwyQkFBQTtBREhGO0FDTUE7RUFDRSxrQkFBQTtFQUNBLFNBQUE7RUFDQSxZQUFBO0FESkY7QUNPQTtFQUNFLFdBQUE7QURMRjtBQ1FBO0VBQ0UsV0FBQTtBRE5GO0FDU0E7RUFDRSxtQkFBQTtFQUNBLHNCQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0VBQ0EsVUFBQTtFQUNBLFVBQUE7RUFDQSxXQUFBO0FEUEY7QUNVQTtFQUVJLHlCQUFBO0FEVEo7QUNPQTtFQUlNLHVCQUFBO0FEUk47QUNVSTtFQUNFLHlCQUFBO0VBQ0EsWUFBQTtBRFJOO0FDQUE7RUFhTSxlQUFBO0VBQ0EseUJBQUE7QURWTjtBQ1dNO0VBQ0Usb0NBQUE7QURUUjtBQ1BBO0VBcUJJLDRCQUFBO0FEWEo7QUNWQTtFQXdCSSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGdCQUFBO0VBQ0EsaUJBQUE7RUFDQSxrQkFBQTtFQUNBLHVCQUFBO0FEWEo7QUNsQkE7RUErQk0sNEJBQUE7QURWTjtBQ2VBO0VBRUksb0NBQUE7VUFBQSx5Q0FBQTtBRGRKO0FDa0JBO0VBQ0UsZ0JBQUE7RUFDQSxrQkFBQTtBRGhCRjtBQ21CQTtFQUNFLHlCQUFBO0FEakJGO0FDb0JBO0VBQ0UsY0FBQTtBRGxCRjtBQ3FCQTtFQUNFLFlBQUE7RUFDQSx1QkFBQTtFQUNBLDRCQUFBO0FEbkJGO0FDc0JBO0VBQ0UsZUFBQTtFQUNBLHFCQUFBO0VBQ0Esb0JBQUE7QURwQkY7QUN1QkE7RUFDRSxrQkFBQTtFQUNBLFNBQUE7RUFDQSxVQUFBO0FEckJGO0FDeUJFO0VBQ0UsYUFBQTtBRHZCSjtBQzJCQTtHQUNFO0lBQ0UsVUFBQTtJQUNBLGlCQUFBO0VEekJGO0VDNEJBO0lBRUksWUFBQTtJQUNBLFdBQUE7SUFDQSwwQkFBQTtJQUNBLHdCQUFBO0VEM0JKO0VDZ0NFO0lBQ0UsY0FBQTtFRDlCSjtFQ2tDQTtJQUNFLGFBQUE7RURoQ0Y7RUNtQ0E7SUFDRSw0QkFBQTtFRGpDRjtFQ2dDQTtJQUdJLHNCQUFBO0VEaENKO0VDNkJBO0lBTUksdUJBQUE7SUFDQSxXQUFBO0VEaENKO0VDb0NBOztJQUdNLHNCQUFBO0VEbkNOO0VDd0NBO0lBQ0UsdUJBQUE7SUFDQSxzQkFBQTtJQUNBLHFCQUFBO0lBQ0EsdUJBQUE7RUR0Q0Y7RUN5Q0E7SUFDRSxrQkFBQTtJQUNBLHFCQUFBO0lBQ0EsWUFBQTtFRHZDRjtFQzBDQTtJQUNFLG9CQUFBO0VEeENGO0VDMkNBO0lBQ0UscUJBQUE7RUR6Q0Y7RUM2Q0U7SUFDRSxZQUFBO0VEM0NKO0VDMENFO0lBR0ksdUJBQUE7SUFDQSxvQkFBQTtJQUNBLG9CQUFBO0VEMUNOO0VDNkNFO0lBQ0UsV0FBQTtFRDNDSjtFQzBDRTtJQUdJLHNCQUFBO0lBQ0Esb0JBQUE7SUFDQSxzQkFBQTtFRDFDTjtFQzRCQTtJQWtCSSx1QkFBQTtJQUNBLHVCQUFBO0lBQ0EsaUJBQUE7RUQzQ0o7QUFDRiIsImZpbGUiOiJsaWJzL2VkaXRvci9zcmMvbGliL2VkaXRvci1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG4uY3VycmVudC1wYWdlLW51bWJlciB7XG4gIG1hcmdpbjogMHB4IDE1cHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgY29sb3I6ICM5NTlkYTU7XG59XG4qIHtcbiAgLXdlYmtpdC11c2VyLXNlbGVjdDogbm9uZTtcbiAgLyogQ2hyb21lIGFsbCAvIFNhZmFyaSBhbGwgKi9cbiAgLW1vei11c2VyLXNlbGVjdDogbm9uZTtcbiAgLyogRmlyZWZveCBhbGwgKi9cbiAgLW1zLXVzZXItc2VsZWN0OiBub25lO1xuICAvKiBJRSAxMCsgKi9cbiAgdXNlci1zZWxlY3Q6IHRleHQ7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbiAvZGVlcC8gLmdkLWRyYWctbi1kcm9wLXdyYXAuYWN0aXZlIHtcbiAgei1pbmRleDogOTk5O1xufVxuIC9kZWVwLyAuZ2QtZHJhZy1uLWRyb3Atd3JhcC5hY3RpdmUgLmluaXQtc3RhdGUtd3JhcHBlciB7XG4gIHRvcDogdW5zZXQgIWltcG9ydGFudDtcbn1cbiAvZGVlcC8gLmluaXQtc3RhdGUtd3JhcHBlciB7XG4gIHRvcDogLTkwcHggIWltcG9ydGFudDtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSA5MHB4KTtcbn1cbi50b3AtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMTAwJTtcbn1cbi50b29sYmFyLXBhbmVsIHtcbiAgd2lkdGg6IDEwMCU7XG59XG4gL2RlZXAvIC5nZC13cmFwcGVyIHtcbiAgcGFkZGluZzogOTZweDtcbiAgLXdlYmtpdC11c2VyLXNlbGVjdDogdGV4dDtcbiAgLyogQ2hyb21lIGFsbCAvIFNhZmFyaSBhbGwgKi9cbiAgLW1vei11c2VyLXNlbGVjdDogdGV4dDtcbiAgLyogRmlyZWZveCBhbGwgKi9cbiAgLW1zLXVzZXItc2VsZWN0OiB0ZXh0O1xuICAvKiBJRSAxMCsgKi9cbiAgdXNlci1zZWxlY3Q6IHRleHQ7XG4gIG91dGxpbmU6IG5vbmU7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cbiAvZGVlcC8gLmRyb3Bkb3duLW1lbnUge1xuICBtaW4td2lkdGg6IHVuc2V0ICFpbXBvcnRhbnQ7XG59XG4ucGFsZXR0ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiA5MHB4O1xuICB6LWluZGV4OiAxMDA7XG59XG4uYmFja2dyb3VuZC1jb2xvci1waWNrZXIge1xuICBsZWZ0OiA3MDBweDtcbn1cbi5jb2xvci1waWNrZXIge1xuICBsZWZ0OiA3NTBweDtcbn1cbi5iZy1jb2xvci1waWMge1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGhlaWdodDogOHB4O1xuICB3aWR0aDogOHB4O1xuICByaWdodDogNnB4O1xuICBib3R0b206IDZweDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbiB7XG4gIGNvbG9yOiAjM0U0RTVBICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24gLnRleHQge1xuICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbi5pbmFjdGl2ZSB7XG4gIGNvbG9yOiAjOTU5ZGE1ICFpbXBvcnRhbnQ7XG4gIG9wYWNpdHk6IDAuNDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbiB7XG4gIG1pbi13aWR0aDogNjFweDtcbiAgY29sb3I6ICM2ZTZlNmUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbjpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0YjU2NmMgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uIHtcbiAgbWFyZ2luOiAwIDAgMCA3cHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdCB7XG4gIHdpZHRoOiA2NXB4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIG1hcmdpbi1sZWZ0OiA3cHg7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGJvcmRlcjogbm9uZSAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC50b29scyAuc2VsZWN0IC5uYXYtY2FyZXQge1xuICBtYXJnaW46IDAgMCAwIDRweCAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5nZC1zZWxlY3QtZm9ybWF0IC5zZWxlY3Qge1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW4gIWltcG9ydGFudDtcbn1cbiAvZGVlcC8gLnRhYi1jb250ZW50IC5idXR0b24gLnRvb2x0aXAge1xuICBtYXJnaW4tdG9wOiA0NXB4O1xuICBtYXJnaW4tbGVmdDogLTM2cHg7XG59XG4gL2RlZXAvIC5nZC1lZGl0LmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM3RTg5OTE7XG59XG4gL2RlZXAvIC5nZC1lZGl0LmFjdGl2ZSBpIHtcbiAgY29sb3I6ICNGRkZGRkY7XG59XG4gL2RlZXAvIC5wYWdlIHtcbiAgd2lkdGg6IDgwMHB4O1xuICBoZWlnaHQ6IDEwMCUgIWltcG9ydGFudDtcbiAgbWluLWhlaWdodDogODQycHQgIWltcG9ydGFudDtcbn1cbiAvZGVlcC8gLnNhdmUtYXMtYnV0dG9uLWljb24ge1xuICBmb250LXNpemU6IDExcHg7XG4gIGxlZnQ6IDIycHggIWltcG9ydGFudDtcbiAgdG9wOiAxM3B4ICFpbXBvcnRhbnQ7XG59XG4uc2F2ZS1idXR0b24ge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogLTVweDtcbiAgbGVmdDogMjFweDtcbn1cbmdkLXRhYi5kZXNrdG9wLWhpZGUge1xuICBkaXNwbGF5OiBub25lO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAgL2RlZXAvIC5wYW56b29tIHtcbiAgICB6b29tOiAwLjQ1O1xuICAgIG1hcmdpbi10b3A6IDEzMHB4O1xuICB9XG4gIDo6bmctZGVlcCAuZ2QtdGFiIGZhLWljb24ge1xuICAgIGhlaWdodDogNjBweDtcbiAgICB3aWR0aDogNjBweDtcbiAgICBmb250LXNpemU6IDIycHggIWltcG9ydGFudDtcbiAgICBtYXJnaW46IHVuc2V0ICFpbXBvcnRhbnQ7XG4gIH1cbiAgZ2QtdGFiLmRlc2t0b3AtaGlkZSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cbiAgLm1vYmlsZS1oaWRlIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIG92ZXJmbG93LXg6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC50b29scyBnZC1idXR0b246bnRoLWNoaWxkKDEpID4gLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uIHtcbiAgICBoZWlnaHQ6IDYwcHggIWltcG9ydGFudDtcbiAgICB3aWR0aDogNjBweDtcbiAgfVxuICA6Om5nLWRlZXAgI2Zvcm1hdHRpbmctdGFiIDo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uLFxuICA6Om5nLWRlZXAgI3BhcmFncmFwaC10YWIgOjpuZy1kZWVwIC50b29scyAuaWNvbi1idXR0b24ge1xuICAgIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5iZy1jb2xvci1waWMge1xuICAgIGhlaWdodDogMTNweCAhaW1wb3J0YW50O1xuICAgIHdpZHRoOiAxM3B4ICFpbXBvcnRhbnQ7XG4gICAgcmlnaHQ6IDlweCAhaW1wb3J0YW50O1xuICAgIGJvdHRvbTogMTFweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAucGFsZXR0ZSB7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMTMwcHggIWltcG9ydGFudDtcbiAgICB6LWluZGV4OiAxMDA7XG4gIH1cbiAgOjpuZy1kZWVwIC5iYWNrZ3JvdW5kLWNvbG9yLXBpY2tlciB7XG4gICAgbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5jb2xvci1waWNrZXIge1xuICAgIGxlZnQ6IDYwcHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLmZvcm1hdC1zZWxlY3QuZm9udC10eXBlIHtcbiAgICB3aWR0aDogMTA5cHg7XG4gIH1cbiAgOjpuZy1kZWVwIC5mb3JtYXQtc2VsZWN0LmZvbnQtdHlwZSA6Om5nLWRlZXAgLmRyb3Bkb3duLW1lbnUge1xuICAgIHdpZHRoOiAxMDlweCAhaW1wb3J0YW50O1xuICAgIHRvcDogNjBweCAhaW1wb3J0YW50O1xuICAgIGxlZnQ6IDBweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAuZm9ybWF0LXNlbGVjdC5mb250LXNpemUge1xuICAgIHdpZHRoOiA4MXB4O1xuICB9XG4gIDo6bmctZGVlcCAuZm9ybWF0LXNlbGVjdC5mb250LXNpemUgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgICB3aWR0aDogODFweCAhaW1wb3J0YW50O1xuICAgIHRvcDogNjBweCAhaW1wb3J0YW50O1xuICAgIGxlZnQ6IDEwOXB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5mb3JtYXQtc2VsZWN0IC5zZWxlY3Qge1xuICAgIHdpZHRoOiB1bnNldCAhaW1wb3J0YW50O1xuICAgIGhlaWdodDogNjBweCAhaW1wb3J0YW50O1xuICAgIGxpbmUtaGVpZ2h0OiA2MHB4O1xuICB9XG59XG4iLCJAaW1wb3J0IFwiLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcbkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zJmRpc3BsYXk9c3dhcCcpO1xuOmhvc3QgKiB7XG4gIGZvbnQtZmFtaWx5OiAnT3BlbiBTYW5zJywgQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZjtcbn1cblxuLmN1cnJlbnQtcGFnZS1udW1iZXIge1xuICBtYXJnaW46IDBweCAxNXB4O1xuICBmb250LXNpemU6IDE0cHg7XG4gIGNvbG9yOiBAcmVnZW50LWdyYXk7XG59XG4qe1xuICAtd2Via2l0LXVzZXItc2VsZWN0OiBub25lOyAgLyogQ2hyb21lIGFsbCAvIFNhZmFyaSBhbGwgKi9cbiAgLW1vei11c2VyLXNlbGVjdDogbm9uZTsgICAgIC8qIEZpcmVmb3ggYWxsICovXG4gIC1tcy11c2VyLXNlbGVjdDogbm9uZTsgICAgICAvKiBJRSAxMCsgKi9cbiAgdXNlci1zZWxlY3Q6IHRleHQ7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cblxuL2RlZXAvIC5nZC1kcmFnLW4tZHJvcC13cmFwLmFjdGl2ZSB7XG4gIHotaW5kZXg6IDk5OTtcbiAgLmluaXQtc3RhdGUtd3JhcHBlciB7XG4gICAgdG9wOiB1bnNldCAhaW1wb3J0YW50O1xuICB9XG59XG5cbi9kZWVwLyAuaW5pdC1zdGF0ZS13cmFwcGVyIHtcbiAgdG9wOiAtOTBweCAhaW1wb3J0YW50O1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xufVxuXG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiB+XCJjYWxjKDEwMCUgLSBAe2VkaXRvci1uYXYtaGVpZ2h0fSlcIjtcbn1cblxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuXG4udG9vbGJhci1wYW5lbCB7XG4gIHdpZHRoOiAxMDAlO1xufVxuXG4vZGVlcC8gLmdkLXdyYXBwZXIge1xuICBwYWRkaW5nOiA5NnB4O1xuICAtd2Via2l0LXVzZXItc2VsZWN0OiB0ZXh0OyAgLyogQ2hyb21lIGFsbCAvIFNhZmFyaSBhbGwgKi9cbiAgLW1vei11c2VyLXNlbGVjdDogdGV4dDsgICAgIC8qIEZpcmVmb3ggYWxsICovXG4gIC1tcy11c2VyLXNlbGVjdDogdGV4dDsgICAgICAvKiBJRSAxMCsgKi9cbiAgdXNlci1zZWxlY3Q6IHRleHQ7XG4gIG91dGxpbmU6IG5vbmU7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cblxuL2RlZXAvIC5kcm9wZG93bi1tZW51IHtcbiAgbWluLXdpZHRoOiB1bnNldCAhaW1wb3J0YW50O1xufVxuXG4ucGFsZXR0ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiA5MHB4O1xuICB6LWluZGV4OiAxMDA7XG59XG5cbi5iYWNrZ3JvdW5kLWNvbG9yLXBpY2tlciB7XG4gIGxlZnQ6IDcwMHB4O1xufVxuXG4uY29sb3ItcGlja2VyIHtcbiAgbGVmdDogNzUwcHg7XG59XG5cbi5iZy1jb2xvci1waWMge1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGhlaWdodDogOHB4O1xuICB3aWR0aDogOHB4O1xuICByaWdodDogNnB4O1xuICBib3R0b206IDZweDtcbn1cblxuOjpuZy1kZWVwIC50b29scyB7XG4gIC5idXR0b24ge1xuICAgIGNvbG9yOiBAcHJpbWFyeSAhaW1wb3J0YW50O1xuICAgIC50ZXh0IHtcbiAgICAgIHBhZGRpbmc6IDBweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgICAmLmluYWN0aXZlIHtcbiAgICAgIGNvbG9yOiBAcmVnZW50LWdyYXkgIWltcG9ydGFudDtcbiAgICAgIG9wYWNpdHk6IDAuNDtcbiAgICB9XG4gIH1cbiAgLmRyb3Bkb3duLW1lbnUgeyBcbiAgICAub3B0aW9ue1xuICAgICAgbWluLXdpZHRoOiA2MXB4O1xuICAgICAgY29sb3I6IEBkb3ZlLWdyYXkgIWltcG9ydGFudDtcbiAgICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAZm9sZGVyICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuICB9XG4gIC5pY29uLWJ1dHRvbiB7XG4gICAgbWFyZ2luOiAwIDAgMCA3cHggIWltcG9ydGFudDtcbiAgfVxuICAuc2VsZWN0IHtcbiAgICB3aWR0aDogNjVweDtcbiAgICBoZWlnaHQ6IDM3cHg7XG4gICAgbWFyZ2luLWxlZnQ6IDdweDtcbiAgICBsaW5lLWhlaWdodDogMzdweDtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgYm9yZGVyOiBub25lICFpbXBvcnRhbnQ7XG4gICAgLm5hdi1jYXJldCB7XG4gICAgICBtYXJnaW46IDAgMCAwIDRweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxufVxuXG46Om5nLWRlZXAgLmdkLXNlbGVjdC1mb3JtYXQge1xuICAuc2VsZWN0IHtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW4gIWltcG9ydGFudDtcbiAgfVxufVxuXG4vZGVlcC8gLnRhYi1jb250ZW50IC5idXR0b24gLnRvb2x0aXAge1xuICBtYXJnaW4tdG9wOiA0NXB4O1xuICBtYXJnaW4tbGVmdDogLTM2cHg7XG59XG5cbi9kZWVwLyAuZ2QtZWRpdC5hY3RpdmUge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjN0U4OTkxO1xufVxuXG4vZGVlcC8gLmdkLWVkaXQuYWN0aXZlIGkge1xuICBjb2xvcjogI0ZGRkZGRjtcbn1cblxuL2RlZXAvIC5wYWdlIHtcbiAgd2lkdGg6IDgwMHB4O1xuICBoZWlnaHQ6IDEwMCUgIWltcG9ydGFudDtcbiAgbWluLWhlaWdodDogODQycHQgIWltcG9ydGFudDtcbn1cblxuL2RlZXAvIC5zYXZlLWFzLWJ1dHRvbi1pY29uIHtcbiAgZm9udC1zaXplOiAxMXB4O1xuICBsZWZ0OiAyMnB4ICFpbXBvcnRhbnQ7XG4gIHRvcDogMTNweCAhaW1wb3J0YW50O1xufVxuXG4uc2F2ZS1idXR0b24ge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogLTVweDtcbiAgbGVmdDogMjFweDtcbn1cblxuZ2QtdGFiIHtcbiAgJi5kZXNrdG9wLWhpZGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgL2RlZXAvIC5wYW56b29te1xuICAgIHpvb206IDAuNDU7XG4gICAgbWFyZ2luLXRvcDoxMzBweDtcbiAgfVxuXG4gIDo6bmctZGVlcCAuZ2QtdGFiIHtcbiAgICBmYS1pY29ue1xuICAgICAgaGVpZ2h0OiA2MHB4O1xuICAgICAgd2lkdGg6IDYwcHg7XG4gICAgICBmb250LXNpemU6IDIycHggIWltcG9ydGFudDtcbiAgICAgIG1hcmdpbjogdW5zZXQgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICBnZC10YWIge1xuICAgICYuZGVza3RvcC1oaWRlIHtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIH1cbiAgfVxuXG4gIC5tb2JpbGUtaGlkZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuXG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIG92ZXJmbG93LXg6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgZ2QtYnV0dG9uOm50aC1jaGlsZCgxKSA+IC5pY29uLWJ1dHRvbntcbiAgICAgIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuICAgIC5pY29uLWJ1dHRvbntcbiAgICAgIGhlaWdodDogNjBweCAhaW1wb3J0YW50O1xuICAgICAgd2lkdGg6IDYwcHg7XG4gICAgfVxuICB9XG5cbiAgOjpuZy1kZWVwICNmb3JtYXR0aW5nLXRhYiwgOjpuZy1kZWVwICNwYXJhZ3JhcGgtdGFiIHtcbiAgICA6Om5nLWRlZXAgLnRvb2xzIHtcbiAgICAgIC5pY29uLWJ1dHRvbntcbiAgICAgICAgbWFyZ2luOiAwcHggIWltcG9ydGFudDtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLmJnLWNvbG9yLXBpYyB7XG4gICAgaGVpZ2h0OiAxM3B4ICFpbXBvcnRhbnQ7XG4gICAgd2lkdGg6IDEzcHggIWltcG9ydGFudDtcbiAgICByaWdodDogOXB4ICFpbXBvcnRhbnQ7XG4gICAgYm90dG9tOiAxMXB4ICFpbXBvcnRhbnQ7XG4gIH1cblxuICA6Om5nLWRlZXAgLnBhbGV0dGUge1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDEzMHB4ICFpbXBvcnRhbnQ7XG4gICAgei1pbmRleDogMTAwO1xuICB9XG5cbiAgOjpuZy1kZWVwIC5iYWNrZ3JvdW5kLWNvbG9yLXBpY2tlciB7XG4gICAgbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgXG4gIDo6bmctZGVlcCAuY29sb3ItcGlja2VyIHtcbiAgICBsZWZ0OiA2MHB4ICFpbXBvcnRhbnQ7XG4gIH1cblxuICA6Om5nLWRlZXAgLmZvcm1hdC1zZWxlY3Qge1xuICAgICYuZm9udC10eXBlIHtcbiAgICAgIHdpZHRoOiAxMDlweDtcbiAgICAgIDo6bmctZGVlcCAuZHJvcGRvd24tbWVudSB7XG4gICAgICAgIHdpZHRoOiAxMDlweCAhaW1wb3J0YW50O1xuICAgICAgICB0b3A6IDYwcHggIWltcG9ydGFudDtcbiAgICAgICAgbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuICAgICYuZm9udC1zaXplIHtcbiAgICAgIHdpZHRoOiA4MXB4O1xuICAgICAgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgICAgICAgd2lkdGg6IDgxcHggIWltcG9ydGFudDtcbiAgICAgICAgdG9wOiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgICAgIGxlZnQ6IDEwOXB4ICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuICAgIC5zZWxlY3Qge1xuICAgICAgd2lkdGg6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgICBoZWlnaHQ6IDYwcHggIWltcG9ydGFudDtcbiAgICAgIGxpbmUtaGVpZ2h0OiA2MHB4O1xuICAgIH1cbiAgfVxufVxuIl19 */\"","import {Component, AfterViewInit, OnInit} from '@angular/core';\nimport {EditorService} from \"./editor.service\";\nimport {\n FileDescription,\n FileModel,\n ModalService,\n UploadFilesService,\n PasswordService,\n FileCredentials,\n CommonModals,\n PageModel,\n FormattingService,\n Formatting,\n BackFormattingService,\n OnCloseService,\n SaveFile,\n SelectionService,\n EditHtmlService,\n RenderPrintService,\n WindowService,\n LoadingMaskService, Option\n} from '@groupdocs.examples.angular/common-components';\nimport {EditorConfig} from \"./editor-config\";\nimport {EditorConfigService} from \"./editor-config.service\";\nimport * as jquery from 'jquery';\nconst $ = jquery;\n\n@Component({\n selector: 'gd-editor-angular-root',\n templateUrl: './editor-app.component.html',\n styleUrls: ['./editor-app.component.less']\n})\nexport class EditorAppComponent implements OnInit, AfterViewInit {\n title = 'editor';\n files: FileModel[] = [];\n file: FileDescription;\n editorConfig: EditorConfig;\n formatDisabled = !this.file;\n downloadDisabled = true;\n credentials: FileCredentials;\n browseFilesModal = CommonModals.BrowseFiles;\n isDesktop: boolean;\n formatting: Formatting = Formatting.default();\n fontSizeOptions = FormattingService.getFontSizeOptions();\n fontOptions = FormattingService.getFontOptions();\n bgColorPickerShow = false;\n colorPickerShow = false;\n active = false;\n private textBackup: string;\n private isIE = false;\n isLoading: boolean;\n fileWasDropped: false;\n selectFontShow = false;\n selectFontSizeShow = false;\n\n constructor(private _editorService: EditorService,\n private _modalService: ModalService,\n configService: EditorConfigService,\n uploadFilesService: UploadFilesService,\n passwordService: PasswordService,\n private _windowService: WindowService,\n private _formattingService: FormattingService,\n private _backFormattingService: BackFormattingService,\n private _onCloseService: OnCloseService,\n private _selectionService: SelectionService,\n private _htmlService: EditHtmlService,\n private _renderPrintService: RenderPrintService,\n private _loadingMaskService: LoadingMaskService,\n ) {\n this.isIE = /*@cc_on!@*/false || !!/(MSIE|Trident\\/|Edge\\/)/i.test(navigator.userAgent);\n configService.updatedConfig.subscribe((editorConfig) => {\n this.editorConfig = editorConfig;\n });\n\n uploadFilesService.uploadsChange.subscribe((uploads) => {\n if (uploads) {\n let i: number;\n for (i = 0; i < uploads.length; i++) {\n this._editorService.upload(uploads.item(i), '', this.editorConfig.rewrite).subscribe((obj: FileCredentials) => {\n this.fileWasDropped ? this.selectFile(obj.guid, '', '') : this.selectDir('');\n });\n }\n }\n });\n\n passwordService.passChange.subscribe((pass: string) => {\n this.selectFile(this.credentials.guid, pass, CommonModals.PasswordRequired);\n });\n\n this.isDesktop = _windowService.isDesktop();\n _windowService.onResize.subscribe((w) => {\n this.isDesktop = _windowService.isDesktop();\n });\n\n this._backFormattingService.formatBoldChange.subscribe((bold: boolean) => {\n this.formatting.bold = bold;\n });\n this._backFormattingService.formatItalicChange.subscribe((italic: boolean) => {\n this.formatting.italic = italic;\n });\n this._backFormattingService.formatUnderlineChange.subscribe((underline: boolean) => {\n this.formatting.underline = underline;\n });\n this._backFormattingService.formatColorChange.subscribe((color: string) => {\n this.formatting.color = color;\n });\n this._backFormattingService.formatBgColorChange.subscribe((bgcolor: string) => {\n this.formatting.bgColor = bgcolor;\n });\n this._backFormattingService.formatFontSizeChange.subscribe((fontSize: number) => {\n this.formatting.fontSize = fontSize;\n });\n\n this._backFormattingService.formatFontChange.subscribe((font: string) => {\n this.formatting.font = font;\n });\n\n this._backFormattingService.formatStrikeoutChange.subscribe((strikeout: boolean) => {\n this.formatting.strikeout = strikeout;\n });\n\n this._backFormattingService.formatAlignChange.subscribe((align: string) => {\n this.formatting.align = align;\n });\n\n this._backFormattingService.formatListChange.subscribe((list: string) => {\n this.formatting.list = list;\n });\n\n this._formattingService.formatBoldChange.subscribe((bold: boolean) => {\n this.formatting.bold = bold;\n });\n this._formattingService.formatItalicChange.subscribe((italic: boolean) => {\n this.formatting.italic = italic;\n });\n this._formattingService.formatUnderlineChange.subscribe((underline: boolean) => {\n this.formatting.underline = underline;\n });\n this._formattingService.formatColorChange.subscribe((color: string) => {\n this.formatting.color = color;\n });\n this._formattingService.formatBgColorChange.subscribe((bgcolor: string) => {\n this.formatting.bgColor = bgcolor;\n });\n this._formattingService.formatFontSizeChange.subscribe((fontSize: number) => {\n this.formatting.fontSize = fontSize;\n });\n\n this._formattingService.formatFontChange.subscribe((font: string) => {\n this.formatting.font = font;\n });\n\n this._formattingService.formatStrikeoutChange.subscribe((strikeout: boolean) => {\n this.formatting.strikeout = strikeout;\n });\n\n this._formattingService.formatAlignChange.subscribe((align: string) => {\n this.formatting.align = align;\n });\n\n this._formattingService.formatListChange.subscribe((list: string) => {\n this.formatting.list = list;\n });\n\n this._htmlService.htmlContent.subscribe((text: string) => {\n if (this.file && this.file.pages) {\n this.textBackup = text;\n }\n });\n }\n\n ngOnInit() {\n if (this.editorConfig.defaultDocument !== \"\"){\n this.isLoading = true;\n this.selectFile(this.editorConfig.defaultDocument, \"\", \"\");\n }\n }\n\n ngAfterViewInit() {\n this._loadingMaskService\n .onLoadingChanged\n .subscribe((loading: boolean) => this.isLoading = loading);\n }\n\n get rewriteConfig(): boolean {\n return this.editorConfig ? this.editorConfig.rewrite : true;\n }\n\n get downloadConfig(): boolean {\n return this.editorConfig ? this.editorConfig.download : true;\n }\n\n get uploadConfig(): boolean {\n return this.editorConfig ? this.editorConfig.upload : true;\n }\n\n get printConfig(): boolean {\n return this.editorConfig ? this.editorConfig.print : true;\n }\n\n get browseConfig(): boolean {\n return this.editorConfig ? this.editorConfig.browse : true;\n }\n\n get enableRightClickConfig(): boolean {\n return this.editorConfig ? this.editorConfig.enableRightClick : true;\n }\n\n get pageSelectorConfig(): boolean {\n return this.editorConfig ? this.editorConfig.pageSelector : true;\n }\n\n get createNewFileConfig(): boolean {\n return this.editorConfig ? this.editorConfig.createNewFile : true;\n }\n\n openModal(id: string) {\n if (this.file) {\n this.file.pages[0].editable = false;\n }\n this._modalService.open(id);\n }\n\n openSave() {\n if (!this.formatDisabled) {\n this.openModal(CommonModals.CreateDocument);\n }\n }\n\n selectDir($event: string) {\n this._editorService.loadFiles($event).subscribe((files: FileModel[]) => this.files = files || []);\n }\n\n private ptToPx(pt: number) {\n //pt * 96 / 72 = px.\n return pt * 96 / 72;\n }\n\n onRightClick($event: MouseEvent) {\n return this.enableRightClickConfig;\n }\n\n createFile() {\n this.file = new FileDescription();\n const page = new PageModel;\n page.width = 595;\n page.height = 842;\n page.data = '';\n page.number = 1;\n page.editable = true;\n this.file.pages = [];\n this.file.pages.push(page);\n this.file.guid = \"new document.docx\";\n this.credentials = new FileCredentials(\"new document.docx\", \"\");\n this.formatDisabled = false;\n this.downloadDisabled = true;\n }\n\n selectFile($event: string, password: string, modalId: string) {\n this.credentials = new FileCredentials($event, password);\n this._editorService.loadFile(this.credentials).subscribe((file: FileDescription) => {\n this.loadFile(file);\n const isIE = /*@cc_on!@*/false || !!/(MSIE|Trident\\/|Edge\\/)/i.test(navigator.userAgent);\n if(isIE) {\n const observer = new MutationObserver(function (mutations) {\n if($(\".documentMainContent\").length > 0 ){\n $(\".documentMainContent\").attr(\"contentEditable\", \"true\");\n observer.disconnect();\n }\n });\n observer.observe(document, {attributes: false, childList: true, characterData: false, subtree: true});\n }\n }\n );\n this.clearData();\n this._modalService.close(modalId);\n }\n\n fileDropped($event){\n this.fileWasDropped = $event;\n }\n\n private loadFile(file: FileDescription) {\n this.file = file;\n if (this.file && this.file.pages[0]) {\n this.file.pages[0].editable = true;\n this.file.pages[0].width = 595;\n this.file.pages[0].height = 842;\n this.textBackup = this.file.pages[0].data;\n }\n this.formatDisabled = !this.file;\n this.downloadDisabled = false;\n }\n\n private clearData() {\n if (!this.file || !this.file.pages) {\n return;\n }\n for (const page of this.file.pages) {\n page.data = null;\n }\n }\n\n upload($event: string) {\n this._editorService.upload(null, $event, this.rewriteConfig).subscribe(() => {\n this.selectDir('');\n });\n }\n\n selectFontSize($event: Option) {\n if (this.formatDisabled)\n return;\n $(\".gd-wrapper\").off(\"keyup\");\n if(this.isIE) {\n this._selectionService.restoreSelection();\n this._selectionService.captureSelection();\n }\n this._formattingService.changeFormatFontSize($event.value);\n $(\".gd-wrapper\").on(\"keyup\", () => {\n const fontElements = document.getElementsByTagName(\"font\");\n for (let i = 0, len = fontElements.length; i < len; ++i) {\n if (fontElements[i].getAttribute('size') === \"7\") {\n fontElements[i].removeAttribute(\"size\");\n fontElements[i].style.fontSize = $event + \"px\";\n }\n }\n });\n }\n\n selectFont($event: Option) {\n if (this.formatDisabled)\n return;\n event.preventDefault();\n event.stopPropagation();\n if(this.isIE) {\n this._selectionService.restoreSelection();\n this._selectionService.captureSelection();\n }\n this._formattingService.changeFormatFont($event.value);\n }\n\n toggleColorPicker($event, bg: boolean) {\n $event.preventDefault();\n $event.stopPropagation();\n if (this.formatDisabled) {\n return;\n }\n if(this.isIE) {\n this._selectionService.restoreSelection();\n this._selectionService.captureSelection();\n }\n if (bg) {\n this.bgColorPickerShow = !this.bgColorPickerShow;\n this.colorPickerShow = false;\n } else {\n this.colorPickerShow = !this.colorPickerShow;\n this.bgColorPickerShow = false;\n }\n }\n\n toggleFontSelect($event, isFontName: boolean) {\n $event.preventDefault();\n $event.stopPropagation();\n if (isFontName) {\n this.selectFontShow = !this.selectFontShow;\n this.selectFontSizeShow = false;\n } else {\n this.selectFontSizeShow = !this.selectFontSizeShow;\n this.selectFontShow = false;\n }\n }\n\n selectColor($event: string) {\n if(this.isIE) {\n this._selectionService.restoreSelection();\n this._selectionService.captureSelection();\n }\n if (this.bgColorPickerShow) {\n this.bgColorPickerShow = false;\n this._formattingService.changeFormatBgColor($event);\n } else {\n this.colorPickerShow = false;\n this._formattingService.changeFormatColor($event);\n }\n }\n\n toggleBold(event) {\n if (this.formatDisabled)\n return;\n event.preventDefault();\n event.stopPropagation();\n if(this.isIE) {\n this._selectionService.restoreSelection();\n this._selectionService.captureSelection();\n }\n this._formattingService.changeFormatBold(!this.formatting.bold);\n }\n\n toggleUndo() {\n if (this.formatDisabled)\n return;\n event.preventDefault();\n event.stopPropagation();\n this._formattingService.Undo();\n }\n\n toggleRedo() {\n if (this.formatDisabled)\n return;\n event.preventDefault();\n event.stopPropagation();\n this._formattingService.Redo();\n }\n\n toggleItalic(event) {\n if (this.formatDisabled)\n return;\n event.preventDefault();\n event.stopPropagation();\n if(this.isIE) {\n this._selectionService.restoreSelection();\n this._selectionService.captureSelection();\n }\n this._formattingService.changeFormatItalic(!this.formatting.italic);\n }\n\n toggleUnderline(event) {\n if (this.formatDisabled)\n return;\n event.preventDefault();\n event.stopPropagation();\n if(this.isIE) {\n this._selectionService.restoreSelection();\n this._selectionService.captureSelection();\n }\n this._formattingService.changeFormatUnderline(!this.formatting.underline);\n }\n\n hideAll($event) {\n if (($event.target.parentElement && $event.target.parentElement.attributes['name'] &&\n $event.target.parentElement.attributes['name'].value === 'button') ||\n ($event.target.parentElement.parentElement &&\n $event.target.parentElement.parentElement.attributes['name'] &&\n $event.target.parentElement.parentElement.attributes['name'].value === 'button')) {\n\n this._onCloseService.close(true);\n return;\n }\n this.colorPickerShow = false;\n this.bgColorPickerShow = false;\n this._onCloseService.close(true);\n }\n\n toggleStrikeout(event) {\n if (this.formatDisabled)\n return;\n event.preventDefault();\n event.stopPropagation();\n if(this.isIE) {\n this._selectionService.restoreSelection();\n this._selectionService.captureSelection();\n }\n this._formattingService.changeFormatStrikeout(!this.formatting.strikeout);\n }\n\n toggleAlign(align: string) {\n if (this.formatDisabled)\n return;\n event.preventDefault();\n event.stopPropagation();\n if (align === this.formatting.align) {\n align = 'full';\n }\n this._formattingService.changeFormatAlign(align);\n this.formatting.align = align;\n }\n\n toggleList(list: string) {\n if (this.formatDisabled)\n return;\n event.preventDefault();\n event.stopPropagation();\n\n if (list === this.formatting.list) {\n this.formatting.list = \"\";\n // to trigger changes in contentEditable\n this._formattingService.changeFormatList(list);\n // to clear the toggle status of the button only\n this._formattingService.changeFormatList(\"\");\n } else {\n this.formatting.list = list;\n this._formattingService.changeFormatList(list);\n }\n if(this.isIE) {\n this._selectionService.restoreSelection();\n this._selectionService.captureSelection();\n }\n }\n\n downloadFile() {\n if (this.downloadDisabled)\n return;\n window.location.assign(this._editorService.getDownloadUrl(this.credentials));\n }\n\n save(){\n if (this.formatDisabled)\n return;\n if(this.credentials) {\n if (this.file.guid === \"new document.docx\") {\n this.openModal(CommonModals.CreateDocument);\n } else {\n this.saveFile(this.credentials);\n }\n }\n }\n\n saveFile(credentials: FileCredentials) {\n if (!this.file || !this.file.pages)\n return;\n const saveFile = new SaveFile(credentials.guid, credentials.password, this.textBackup);\n this._editorService.save(saveFile).subscribe((loadFile: FileDescription) => {\n this.loadFile(loadFile);\n this.credentials = new FileCredentials(loadFile.guid, credentials.password);\n this._modalService.open(CommonModals.OperationSuccess);\n });\n }\n\n printFile() {\n if (this.formatDisabled)\n return;\n if(this.file.pages) {\n const page = new PageModel;\n page.width = 595;\n page.height = 842;\n // using of the replace is required to fix issue with padding for intire print content\n page.data = this.textBackup.replace('', 'body { padding: 96px; } ');\n const printHtml = [page];\n this._renderPrintService.changePages(printHtml);\n }\n }\n\n onCloseModal($event) {\n if (this.file && $event) {\n if(this.isIE) {\n $(\".documentMainContent\").attr(\"contentEditable\", \"true\");\n } else {\n this.file.pages[0].editable = true;\n }\n this._selectionService.restoreSelection();\n }\n }\n}\n","import {Injectable} from '@angular/core';\nimport {EditorConfig} from \"./editor-config\";\nimport {Api, ConfigService} from \"@groupdocs.examples.angular/common-components\";\nimport {HttpClient} from \"@angular/common/http\";\nimport {BehaviorSubject, Observable} from \"rxjs\";\n\n@Injectable({\n providedIn: 'root'\n})\nexport class EditorConfigService {\n private _editorConfig: BehaviorSubject = new BehaviorSubject(new EditorConfig());\n private _updatedConfig: Observable = this._editorConfig.asObservable();\n\n constructor(private _http: HttpClient, private _config: ConfigService) {\n\n }\n\n get updatedConfig() {\n return this._updatedConfig;\n }\n\n load() {\n return new Promise((resolve, reject) => {\n const configEndpoint = this._config.getConfigEndpoint(Api.EDITOR_APP);\n this._http.get(configEndpoint, Api.httpOptionsJson).toPromise().then((response: EditorConfig) => {\n const editorConfig = response;\n this._editorConfig.next(editorConfig);\n resolve();\n }).catch((response: any) => {\n reject(`Could not load editor config: ${JSON.stringify(response)}`);\n });\n });\n }\n\n}\n","export class EditorConfig {\n rewrite: boolean;\n pageSelector: boolean;\n download: boolean;\n upload: boolean;\n print: boolean;\n browse: boolean;\n enableRightClick: boolean;\n\n filesDirectory: string;\n fontsDirectory: string;\n defaultDocument: string;\n createNewFile: boolean;\n preloadPageCount: 0;\n}\n","import {BrowserModule} from '@angular/platform-browser';\nimport { APP_INITIALIZER, ModuleWithProviders, NgModule } from '@angular/core';\nimport {HTTP_INTERCEPTORS, HttpClientModule} from '@angular/common/http';\nimport {EditorAppComponent} from './editor-app.component';\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\nimport { library } from '@fortawesome/fontawesome-svg-core';\nimport { fas } from '@fortawesome/free-solid-svg-icons';\nimport { far } from '@fortawesome/free-regular-svg-icons';\nimport {CreateDocumentModalComponent} from './create.document-modal/create.document-modal.component';\nimport {EditorService} from \"./editor.service\";\nimport {\n CommonComponentsModule,\n ErrorInterceptorService,\n ConfigService,\n LoadingMaskService,\n LoadingMaskInterceptorService, Api\n} from '@groupdocs.examples.angular/common-components';\nimport {EditorConfigService} from \"./editor-config.service\";\n\nexport function initializeApp(editorConfigService: EditorConfigService) {\n const result = () => editorConfigService.load();\n return result;\n}\n\n// NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981\n// @dynamic\nexport function setupLoadingInterceptor(service: LoadingMaskService) {\n return new LoadingMaskInterceptorService(service);\n}\n\n@NgModule({\n declarations :[EditorAppComponent,CreateDocumentModalComponent],\n imports: [\n BrowserModule,\n CommonComponentsModule,\n HttpClientModule,\n FontAwesomeModule\n ],\n exports : [\n CreateDocumentModalComponent,\n EditorAppComponent,\n CommonComponentsModule\n ],\n providers: [\n EditorService,\n ConfigService,\n EditorConfigService,\n {\n provide: APP_INITIALIZER,\n useFactory: initializeApp,\n deps: [EditorConfigService],\n multi: true\n },\n {\n provide: HTTP_INTERCEPTORS,\n useClass: ErrorInterceptorService,\n multi: true\n },\n LoadingMaskService,\n {\n provide: HTTP_INTERCEPTORS,\n useFactory: setupLoadingInterceptor,\n multi: true,\n deps: [LoadingMaskService]\n }\n ]\n})\nexport class EditorModule {\n constructor(){\n library.add(fas,far);\n }\n static forRoot(apiEndpoint : string): ModuleWithProviders {\n Api.DEFAULT_API_ENDPOINT = apiEndpoint\n return {\n ngModule: EditorModule\n };\n }\n}\n","import {Injectable} from '@angular/core';\nimport {HttpClient} from \"@angular/common/http\";\nimport {\n Api, ConfigService, FileCredentials, SaveFile\n} from \"@groupdocs.examples.angular/common-components\"\n\n@Injectable({\n providedIn: 'root'\n})\nexport class EditorService {\n\n constructor(private _http: HttpClient, private _config: ConfigService) {\n }\n\n loadFiles(path: string) {\n return this._http.post(this._config.getEditorApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\n }\n\n getFormats() {\n return this._http.get(this._config.getEditorApiEndpoint() + Api.LOAD_FORMATS, Api.httpOptionsJson);\n }\n\n loadFile(credentials: FileCredentials) {\n return this._http.post(this._config.getEditorApiEndpoint() + Api.LOAD_DOCUMENT_DESCRIPTION, credentials, Api.httpOptionsJson);\n }\n\n upload(file: File, url: string, rewrite: boolean) {\n const formData = new FormData();\n formData.append(\"file\", file);\n formData.append('rewrite', String(rewrite));\n if (url) {\n formData.append(\"url\", url);\n }\n\n return this._http.post(this._config.getEditorApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\n }\n\n save(file: SaveFile) {\n return this._http.post(this._config.getEditorApiEndpoint() + Api.SAVE_FILE, file, Api.httpOptionsJson);\n }\n\n getDownloadUrl(credentials: FileCredentials) {\n return this._config.getEditorApiEndpoint() + Api.DOWNLOAD_DOCUMENTS + '/?path=' + credentials.guid;\n }\n}\n","export * from './lib/signature.module';\nexport * from './lib/signature-app.component';\nexport * from './lib/signature.service';\nexport * from './lib/signature-config.service';\nexport * from './lib/signature-list-panel/signature-list-panel.component'\nexport * from './lib/select-signature.service'\nexport * from './lib/remove-signature.service'\nexport * from './lib/copy-signature.service'\nexport * from './lib/active-signature.service'\nexport * from './lib/active-canvas.service'\nexport * from './lib/signatures-holder.service'\nexport * from './lib/signature-tab-activator.service'\nexport * from './lib/drag-signature.service'\n","import {Observable, Subject} from \"rxjs\";\n\nexport class ActiveCanvasService {\n private _observer: Subject = new Subject();\n private readonly _activeChange: Observable = this._observer.asObservable();\n\n constructor() {\n }\n\n get activeChange(): Observable {\n return this._activeChange;\n }\n\n changeActive(signId: number) {\n this._observer.next(signId);\n }\n}\n","import {Observable, Subject} from \"rxjs\";\n\nexport class ActiveSignatureService {\n private _observer: Subject = new Subject();\n private readonly _activeChange: Observable = this._observer.asObservable();\n\n constructor() {\n }\n\n get activeChange(): Observable {\n return this._activeChange;\n }\n\n changeActive(signId: number) {\n this._observer.next(signId);\n }\n}\n","module.exports = \".bc-paint-container {\\n width: 100%;\\n height: 100%;\\n}\\n.bc-paint-canvas-container {\\n width: 100%;\\n height: 100%;\\n}\\n@media (max-width: 1037px) {\\n .bc-paint-canvas-container > canvas {\\n width: 100%;\\n height: 100%;\\n border: 0;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9jYW52YXMvY2FudmFzLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9jYW52YXMvY2FudmFzLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UsV0FBQTtFQUNBLFlBQUE7QUNERjtBRElBO0VBQ0UsV0FBQTtFQUNBLFlBQUE7QUNGRjtBREtBO0VBQ0U7SUFDRSxXQUFBO0lBQ0EsWUFBQTtJQUNBLFNBQUE7RUNIRjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvY2FudmFzL2NhbnZhcy5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uYmMtcGFpbnQtY29udGFpbmVyIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbn1cblxuLmJjLXBhaW50LWNhbnZhcy1jb250YWluZXIge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuYmMtcGFpbnQtY2FudmFzLWNvbnRhaW5lciA+IGNhbnZhcyB7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiAxMDAlO1xuICAgIGJvcmRlcjogMDtcbiAgfVxufVxuIiwiLmJjLXBhaW50LWNvbnRhaW5lciB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG4uYmMtcGFpbnQtY2FudmFzLWNvbnRhaW5lciB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5iYy1wYWludC1jYW52YXMtY29udGFpbmVyID4gY2FudmFzIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgYm9yZGVyOiAwO1xuICB9XG59XG4iXX0= */\"","import {Component, ElementRef, Input, OnChanges, OnInit, SimpleChanges, ViewChild} from '@angular/core';\nimport {WindowService} from \"@groupdocs.examples.angular/common-components\";\n\n@Component({\n selector: 'gd-canvas',\n templateUrl: './canvas.component.html',\n styleUrls: ['./canvas.component.less']\n})\nexport class CanvasComponent implements OnInit, OnChanges {\n\n @Input() color: string;\n\n _ctx: CanvasRenderingContext2D;\n _isDragged = false;\n private isDesktop: boolean;\n\n @ViewChild('canvas', {static: true}) canvas: ElementRef;\n\n constructor(private _windowService: WindowService) {\n this.isDesktop = _windowService.isDesktop();\n _windowService.onResize.subscribe((w) => {\n this.isDesktop = _windowService.isDesktop();\n });\n }\n\n ngOnInit() {\n this._ctx = this.canvas.nativeElement.getContext('2d');\n }\n\n onMouseDown(e) {\n let pos;\n if (this.isDesktop) {\n pos = {x: e.offsetX, y: e.offsetY};\n } else {\n const wEvent: DragEvent = window.event;\n pos = {x: wEvent.offsetX, y: wEvent.offsetY};\n }\n e.preventDefault();\n this._isDragged = true;\n this._ctx.beginPath();\n this._ctx.moveTo(pos.x, pos.y);\n }\n\n onMouseUp(e) {\n e.preventDefault();\n this._isDragged = false;\n }\n\n onMouseMove(e) {\n let pos;\n if (this.isDesktop) {\n pos = {x: e.offsetX, y: e.offsetY};\n } else {\n const wEvent: DragEvent = window.event;\n pos = {x: wEvent.offsetX, y: wEvent.offsetY};\n }\n e.preventDefault();\n if (this._isDragged) {\n this._ctx.lineTo(pos.x, pos.y);\n this._ctx.stroke();\n }\n }\n\n setColor(color) {\n if (this._ctx) {\n this._ctx.strokeStyle = color;\n }\n }\n\n getImage(): string {\n return this.canvas.nativeElement.toDataURL('image/png');\n }\n\n clear() {\n this.canvas.nativeElement.width = this.canvas.nativeElement.width;\n }\n\n ngOnChanges(changes: SimpleChanges): void {\n this.setColor(this.color);\n }\n\n getWidth() {\n return this.isDesktop ? 1079 : this._windowService.getWidth();\n }\n\n getHeight() {\n return this.isDesktop ? 540 : this._windowService.getHeight();\n }\n}\n","import {Observable, Subject} from \"rxjs\";\nimport {CopyChanges, CopySign} from \"./signature-models\";\n\nexport class CopySignatureService {\n private _observer: Subject = new Subject();\n private readonly _copySignature: Observable = this._observer.asObservable();\n private _observerChanges: Subject = new Subject();\n private readonly _changesSignature: Observable = this._observerChanges.asObservable();\n\n constructor() {\n }\n\n get copySignature(): Observable {\n return this._copySignature;\n }\n\n copy(copySign: CopySign): void {\n this._observer.next(copySign);\n }\n\n get changesSignature(): Observable {\n return this._changesSignature;\n }\n\n notifyChanges(changes: CopyChanges): void {\n this._observerChanges.next(changes);\n }\n}\n","import {Directive, EventEmitter, HostListener, Output} from '@angular/core';\nimport {DndDirective, UploadFilesService} from \"@groupdocs.examples.angular/common-components\";\n\n@Directive({\n selector: '[gdDndSignature]'\n})\nexport class DndSignatureDirective extends DndDirective {\n @Output() files = new EventEmitter();\n\n constructor(_uploadFilesService: UploadFilesService) {\n super(_uploadFilesService);\n }\n\n @HostListener('drop', ['$event'])\n public onDrop(evt) {\n evt.preventDefault();\n evt.stopPropagation();\n const files = evt.dataTransfer.files;\n if (files.length > 0) {\n this.active = false;\n this.files.emit(files);\n }\n }\n\n}\n","import {DraggableSignature} from \"./signature-models\";\n\nexport class DragSignatureService {\n public sign: DraggableSignature;\n\n constructor() {\n }\n}\n","module.exports = \".paint-body {\\n width: 1036px;\\n height: 561px;\\n}\\n.paint-body ::ng-deep .button {\\n font-size: unset !important;\\n color: #3E4E5A !important;\\n}\\n.paint-body ::ng-deep .button ::ng-deep .text {\\n padding-left: 0px !important;\\n}\\n.gd-draw-image {\\n background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAhCAYAAAC4JqlRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA4UlEQVR4nO2WbQuDMAyE+///q0WhKiiacYFK7BeXK2OMJXC2SF8er2kwiTPO81St6yo5ZxmGQdsnYZwdi/6yLJICIAACIAAC4KcA6uYMgN34BmAX9QgA9atYuQGO47j6mMw4YDXPsyQ8PCqlaAsAuNAjdYC1DyDeY7MOQuoAY10L0CboO0KoAywA6NsFn26QBaUB6hFYAO8VrhEAAfC/APQ1tJXQC9CCXABsKQZAW1qpStgDwG7+kVL8dQBPAnYDQN4cwFgrvFOAfd/Fq23b9IdiHEeZpokWAF41ugKO5u7gN6EQAAAFZL5NAAAAAElFTkSuQmCC) !important;\\n position: absolute;\\n padding: 0 !important;\\n background-color: #fff;\\n overflow: hidden;\\n overflow-y: auto;\\n width: inherit;\\n}\\n.bc-paint-header {\\n height: 60px;\\n width: 100%;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.bg-color-pic {\\n border-radius: 100%;\\n border: 1px solid #CCC;\\n position: absolute;\\n height: 8px;\\n width: 8px;\\n right: 6px;\\n bottom: 6px;\\n}\\n::ng-deep .bcPicker-palette {\\n position: absolute;\\n}\\n.bc-paint-export {\\n background-color: #25c2d4;\\n margin-right: 10px;\\n width: 68px;\\n height: 37px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n color: #FFF;\\n -webkit-box-align: center;\\n align-items: center;\\n cursor: pointer;\\n}\\n.bc-paint-export .icon {\\n display: -webkit-box;\\n display: flex;\\n text-align: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-flex: 0;\\n flex: 0 0 27px;\\n}\\n.bc-paint-export .save-button {\\n font-size: 10px;\\n display: -webkit-box;\\n display: flex;\\n text-align: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-flex: 0;\\n flex: 0 0 40px;\\n}\\n@media (max-width: 1037px) {\\n .paint-body {\\n width: inherit;\\n height: inherit;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9oYW5kLW1vZGFsL2hhbmQtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL2hhbmQtbW9kYWwvaGFuZC1tb2RhbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLGFBQUE7RUFDQSxhQUFBO0FDREY7QUREQTtFQUtJLDJCQUFBO0VBQ0EseUJBQUE7QUNESjtBRExBO0VBU00sNEJBQUE7QUNETjtBRE1BO0VBQ0UsNGNBQUE7RUFDQSxrQkFBQTtFQUNBLHFCQUFBO0VBQ0Esc0JBQUE7RUFDQSxnQkFBQTtFQUNBLGdCQUFBO0VBQ0EsY0FBQTtBQ0pGO0FET0E7RUFDRSxZQUFBO0VBQ0EsV0FBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsOEJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0FDTEY7QURRQTtFQUNFLG1CQUFBO0VBQ0Esc0JBQUE7RUFDQSxrQkFBQTtFQUNBLFdBQUE7RUFDQSxVQUFBO0VBQ0EsVUFBQTtFQUNBLFdBQUE7QUNORjtBRFNBO0VBQ0Usa0JBQUE7QUNQRjtBRFVBO0VBQ0UseUJBQUE7RUFDQSxrQkFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSw4QkFBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsZUFBQTtBQ1JGO0FEREE7RUFZSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxrQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxtQkFBQTtVQUFBLGNBQUE7QUNSSjtBRFBBO0VBbUJJLGVBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxrQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxtQkFBQTtVQUFBLGNBQUE7QUNUSjtBRGFBO0VBQ0U7SUFDRSxjQUFBO0lBQ0EsZUFBQTtFQ1hGO0FBQ0YiLCJmaWxlIjoibGlicy9zaWduYXR1cmUvc3JjL2xpYi9oYW5kLW1vZGFsL2hhbmQtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLnBhaW50LWJvZHkge1xuICB3aWR0aDogMTAzNnB4O1xuICBoZWlnaHQ6IDU2MXB4O1xuXG4gIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICBmb250LXNpemU6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgY29sb3I6IEBwcmltYXJ5ICFpbXBvcnRhbnQ7XG5cbiAgICA6Om5nLWRlZXAgLnRleHQge1xuICAgICAgcGFkZGluZy1sZWZ0OiAwcHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cbn1cblxuLmdkLWRyYXctaW1hZ2Uge1xuICBiYWNrZ3JvdW5kLWltYWdlOiB1cmwoZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFDQUFBQUFoQ0FZQUFBQzRKcWxSQUFBQUNYQklXWE1BQUE3RUFBQU94QUdWS3c0YkFBQUE0VWxFUVZSNG5PMldiUXVETUF5RSsvLy9xMFdoS2lpYWNZRks3QmVYSzJPTUpYQzJTRjhlcjJrd2lUUE84MVN0NnlvNVp4bUdRZHNuWVp3ZGkvNnlMSklDSUFBQ0lBQUM0S2NBNnVZTWdOMzRCbUFYOVFnQTlhdFl1UUdPNDdqNm1NdzRZRFhQc3lROFBDcWxhQXNBdU5BamRZQzFEeURlWTdNT1F1b0FZMTBMMENib08wS29BeXdBNk5zRm4yNlFCYVVCNmhGWUFPOFZyaEVBQWZDL0FQUTF0SlhRQzlDQ1hBQnNLUVpBVzFxcFN0Z0R3Rzcra1ZMOGRRQlBBbllEUU40Y3dGZ3J2Rk9BZmQvRnEyM2I5SWRpSEVlWnBva1dBRjQxdWdLTzV1N2dONkVRQUFBRlpMNU5BQUFBQUVsRlRrU3VRbUNDKSAhaW1wb3J0YW50O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHBhZGRpbmc6IDAgIWltcG9ydGFudDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgb3ZlcmZsb3cteTogYXV0bztcbiAgd2lkdGg6IGluaGVyaXQ7XG59XG5cbi5iYy1wYWludC1oZWFkZXIge1xuICBoZWlnaHQ6IDYwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5iZy1jb2xvci1waWMge1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGhlaWdodDogOHB4O1xuICB3aWR0aDogOHB4O1xuICByaWdodDogNnB4O1xuICBib3R0b206IDZweDtcbn1cblxuOjpuZy1kZWVwIC5iY1BpY2tlci1wYWxldHRlIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xufVxuXG4uYmMtcGFpbnQtZXhwb3J0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogQGJyYW5kO1xuICBtYXJnaW4tcmlnaHQ6IDEwcHg7XG4gIHdpZHRoOiA2OHB4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcbiAgY29sb3I6ICNGRkY7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGN1cnNvcjogcG9pbnRlcjtcblxuICAuaWNvbiB7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgZmxleDogMCAwIDI3cHg7XG4gIH1cblxuICAuc2F2ZS1idXR0b24ge1xuICAgIGZvbnQtc2l6ZTogMTBweDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBmbGV4OiAwIDAgNDBweDtcbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAucGFpbnQtYm9keSB7XG4gICAgd2lkdGg6IGluaGVyaXQ7XG4gICAgaGVpZ2h0OiBpbmhlcml0O1xuICB9XG59XG4iLCIucGFpbnQtYm9keSB7XG4gIHdpZHRoOiAxMDM2cHg7XG4gIGhlaWdodDogNTYxcHg7XG59XG4ucGFpbnQtYm9keSA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIGZvbnQtc2l6ZTogdW5zZXQgIWltcG9ydGFudDtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbn1cbi5wYWludC1ib2R5IDo6bmctZGVlcCAuYnV0dG9uIDo6bmctZGVlcCAudGV4dCB7XG4gIHBhZGRpbmctbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG59XG4uZ2QtZHJhdy1pbWFnZSB7XG4gIGJhY2tncm91bmQtaW1hZ2U6IHVybChkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUNBQUFBQWhDQVlBQUFDNEpxbFJBQUFBQ1hCSVdYTUFBQTdFQUFBT3hBR1ZLdzRiQUFBQTRVbEVRVlI0bk8yV2JRdURNQXlFKy8vL3EwV2hLaWlhY1lGSzdCZVhLMk9NSlhDMlNGOGVyMmt3aVRQTzgxU3Q2eW81WnhtR1Fkc25ZWndkaS82eUxKSUNJQUFDSUFBQzRLY0E2dVlNZ04zNEJtQVg5UWdBOWF0WXVRR080N2o2bU13NFlEWFBzeVE4UENxbGFBc0F1TkFqZFlDMUR5RGVZN01PUXVvQVkxMEwwQ2JvTzBLb0F5d0E2TnNGbjI2UUJhVUI2aEZZQU84VnJoRUFBZkMvQVBRMXRKWFFDOUNDWEFCc0tRWkFXMXFwU3RnRHdHNytrVkw4ZFFCUEFuWURRTjRjd0ZncnZGT0FmZC9GcTIzYjlJZGlIRWVacG9rV0FGNDF1Z0tPNXU3Z042RVFBQUFGWkw1TkFBQUFBRWxGVGtTdVFtQ0MpICFpbXBvcnRhbnQ7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcGFkZGluZzogMCAhaW1wb3J0YW50O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmO1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICBvdmVyZmxvdy15OiBhdXRvO1xuICB3aWR0aDogaW5oZXJpdDtcbn1cbi5iYy1wYWludC1oZWFkZXIge1xuICBoZWlnaHQ6IDYwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uYmctY29sb3ItcGljIHtcbiAgYm9yZGVyLXJhZGl1czogMTAwJTtcbiAgYm9yZGVyOiAxcHggc29saWQgI0NDQztcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBoZWlnaHQ6IDhweDtcbiAgd2lkdGg6IDhweDtcbiAgcmlnaHQ6IDZweDtcbiAgYm90dG9tOiA2cHg7XG59XG46Om5nLWRlZXAgLmJjUGlja2VyLXBhbGV0dGUge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG59XG4uYmMtcGFpbnQtZXhwb3J0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzI1YzJkNDtcbiAgbWFyZ2luLXJpZ2h0OiAxMHB4O1xuICB3aWR0aDogNjhweDtcbiAgaGVpZ2h0OiAzN3B4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIGNvbG9yOiAjRkZGO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uYmMtcGFpbnQtZXhwb3J0IC5pY29uIHtcbiAgZGlzcGxheTogZmxleDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleDogMCAwIDI3cHg7XG59XG4uYmMtcGFpbnQtZXhwb3J0IC5zYXZlLWJ1dHRvbiB7XG4gIGZvbnQtc2l6ZTogMTBweDtcbiAgZGlzcGxheTogZmxleDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleDogMCAwIDQwcHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5wYWludC1ib2R5IHtcbiAgICB3aWR0aDogaW5oZXJpdDtcbiAgICBoZWlnaHQ6IGluaGVyaXQ7XG4gIH1cbn1cbiJdfQ== */\"","import {Component, OnInit} from '@angular/core';\nimport {SignatureService} from \"../signature.service\";\nimport {SignatureTabActivatorService} from \"../signature-tab-activator.service\"\nimport {CanvasComponent} from \"../canvas/canvas.component\";\nimport {SignatureType} from \"../signature-models\";\nimport {CommonModals, ModalService} from \"@groupdocs.examples.angular/common-components\";\n\n@Component({\n selector: 'gd-hand-modal',\n templateUrl: './hand-modal.component.html',\n styleUrls: ['./hand-modal.component.less']\n})\nexport class HandModalComponent implements OnInit {\n defaultColor = '#000000';\n selectedColor = this.defaultColor;\n colorPickerShow = false;\n\n constructor(private _signatureService: SignatureService,\n private _tabActivationService: SignatureTabActivatorService,\n private _modalService: ModalService) {\n }\n\n ngOnInit() {\n }\n\n selectColor(color: string) {\n this.selectedColor = color;\n this.colorPickerShow = false;\n }\n\n saveSign(canvasComponent: CanvasComponent) {\n const img = canvasComponent.getImage();\n this._signatureService.saveImage(img).subscribe(() => {\n this._tabActivationService.changeActiveTab(SignatureType.HAND.id);\n });\n this.clear(canvasComponent);\n this.close();\n }\n\n private close() {\n this._modalService.close(CommonModals.DrawHandSignature);\n }\n\n toggleColorPicker($event) {\n $event.preventDefault();\n $event.stopPropagation();\n this.colorPickerShow = !this.colorPickerShow;\n }\n\n closePicker($event) {\n this.colorPickerShow = !$event;\n }\n\n onCloseOpen(canvasComponent: CanvasComponent, $event) {\n this.clear(canvasComponent);\n }\n\n private clear(canvasComponent: CanvasComponent) {\n this.selectedColor = this.defaultColor;\n canvasComponent.clear();\n }\n}\n","module.exports = \".gd-sign-digital.active {\\n background-color: #3787F5;\\n}\\n.gd-sign-digital {\\n height: 27px;\\n background-color: #969696;\\n margin: 9px 8px 7px 8px;\\n text-align: center;\\n color: #ffffff;\\n font-size: 13px;\\n box-shadow: 0 0 3px #ddd;\\n cursor: pointer;\\n padding-top: 5px;\\n}\\n.gd-qr-container {\\n font-family: \\\"Open Sans\\\", \\\"Helvetica Neue\\\", Helvetica, Arial, sans-serif;\\n background-color: #e7e7e7;\\n}\\n.gd-qr-container input:focus {\\n border: 2px solid #00c4d7;\\n -webkit-transition: border-color 0.3s linear;\\n transition: border-color 0.3s linear;\\n}\\n.gd-qr-preview-container {\\n text-align: center;\\n background-color: #FFF;\\n margin-bottom: 1px;\\n height: 350px;\\n}\\n.gd-qr-preview-container .gd-empty-code {\\n color: #CCCCCC;\\n font-size: 60px;\\n width: 350px;\\n height: 350px;\\n -webkit-box-pack: center;\\n justify-content: center;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-qr-preview-container .gd-signature-thumbnail-image {\\n min-width: 41px;\\n width: 100%;\\n height: 100%;\\n margin: 0px;\\n}\\n.new-signature-input-group {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n -webkit-box-align: center;\\n align-items: center;\\n height: 70px;\\n background-color: #FFF;\\n -webkit-box-pack: center;\\n justify-content: center;\\n}\\n.gd-qr-property {\\n font-size: 12px;\\n width: 80%;\\n border: 2px solid #DDD;\\n padding: 5px;\\n outline: none;\\n color: #3a4e5b;\\n}\\n.gd-add-optical {\\n width: 32px;\\n height: 29px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n background-color: #3787F5;\\n cursor: pointer;\\n}\\n.gd-add-optical .icon {\\n color: white;\\n line-height: 28px;\\n}\\n.gd-add-optical.active {\\n background-color: #25c2d4;\\n}\\n.gd-add-optical.inactive {\\n background-color: #646464;\\n}\\n.gd-add-optical:hover {\\n box-shadow: rgba(0, 0, 0, 0) 0px 0px 3px;\\n}\\n@media (max-width: 1037px) {\\n .gd-qr-container {\\n margin: 0px 13px 0px 12px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9uZXctYmFyLXFyLWNvZGUvbmV3LWJhci1xci1jb2RlLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9uZXctYmFyLXFyLWNvZGUvbmV3LWJhci1xci1jb2RlLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UseUJBQUE7QUNERjtBRElBO0VBQ0UsWUFBQTtFQUNBLHlCQUFBO0VBQ0EsdUJBQUE7RUFDQSxrQkFBQTtFQUNBLGNBQUE7RUFDQSxlQUFBO0VBQ0Esd0JBQUE7RUFDQSxlQUFBO0VBQ0EsZ0JBQUE7QUNGRjtBREtBO0VBQ0Usd0VBQUE7RUFDQSx5QkFBQTtBQ0hGO0FETUE7RUFDRSx5QkFBQTtFQUNBLDRDQUFBO0VBQUEsb0NBQUE7QUNKRjtBRE9BO0VBQ0Usa0JBQUE7RUFDQSxzQkFBQTtFQUNBLGtCQUFBO0VBQ0EsYUFBQTtBQ0xGO0FEQ0E7RUFPSSxjQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QUNMSjtBRFJBO0VBaUJJLGVBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7QUNOSjtBRFVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLFlBQUE7RUFDQSxzQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7QUNSRjtBRFdBO0VBQ0UsZUFBQTtFQUNBLFVBQUE7RUFDQSxzQkFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0VBQ0EsY0FBQTtBQ1RGO0FEWUE7RUFDRSxXQUFBO0VBQ0EsWUFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0FDVkY7QURHQTtFQVVJLFlBQUE7RUFDQSxpQkFBQTtBQ1ZKO0FEYUU7RUFDRSx5QkFBQTtBQ1hKO0FEY0U7RUFDRSx5QkFBQTtBQ1pKO0FEZ0JBO0VBQ0Usd0NBQUE7QUNkRjtBRGlCQTtFQUNFO0lBQ0UseUJBQUE7RUNmRjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvbmV3LWJhci1xci1jb2RlL25ldy1iYXItcXItY29kZS5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uZ2Qtc2lnbi1kaWdpdGFsLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMzNzg3RjU7XG59XG5cbi5nZC1zaWduLWRpZ2l0YWwge1xuICBoZWlnaHQ6IDI3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICM5Njk2OTY7XG4gIG1hcmdpbjogOXB4IDhweCA3cHggOHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjZmZmZmZmO1xuICBmb250LXNpemU6IDEzcHg7XG4gIGJveC1zaGFkb3c6IDAgMCAzcHggI2RkZDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwYWRkaW5nLXRvcDogNXB4O1xufVxuXG4uZ2QtcXItY29udGFpbmVyIHtcbiAgZm9udC1mYW1pbHk6IFwiT3BlbiBTYW5zXCIsIFwiSGVsdmV0aWNhIE5ldWVcIiwgSGVsdmV0aWNhLCBBcmlhbCwgc2Fucy1zZXJpZjtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2U3ZTdlNztcbn1cblxuLmdkLXFyLWNvbnRhaW5lciBpbnB1dDpmb2N1cyB7XG4gIGJvcmRlcjogMnB4IHNvbGlkICMwMGM0ZDc7XG4gIHRyYW5zaXRpb246IGJvcmRlci1jb2xvciAwLjNzIGxpbmVhcjtcbn1cblxuLmdkLXFyLXByZXZpZXctY29udGFpbmVyIHtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBtYXJnaW4tYm90dG9tOiAxcHg7XG4gIGhlaWdodDogMzUwcHg7XG5cbiAgLmdkLWVtcHR5LWNvZGUge1xuICAgIGNvbG9yOiAjQ0NDQ0NDO1xuICAgIGZvbnQtc2l6ZTogNjBweDtcbiAgICB3aWR0aDogMzUwcHg7XG4gICAgaGVpZ2h0OiAzNTBweDtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gICAgbWluLXdpZHRoOiA0MXB4O1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogMTAwJTtcbiAgICBtYXJnaW46IDBweDtcbiAgfVxufVxuXG4ubmV3LXNpZ25hdHVyZS1pbnB1dC1ncm91cCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGhlaWdodDogNzBweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG59XG5cbi5nZC1xci1wcm9wZXJ0eSB7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgd2lkdGg6IDgwJTtcbiAgYm9yZGVyOiAycHggc29saWQgI0RERDtcbiAgcGFkZGluZzogNXB4O1xuICBvdXRsaW5lOiBub25lO1xuICBjb2xvcjogIzNhNGU1Yjtcbn1cblxuLmdkLWFkZC1vcHRpY2FsIHtcbiAgd2lkdGg6IDMycHg7XG4gIGhlaWdodDogMjlweDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGJhY2tncm91bmQtY29sb3I6ICMzNzg3RjU7XG4gIGN1cnNvcjogcG9pbnRlcjtcblxuICAuaWNvbiB7XG4gICAgY29sb3I6IHdoaXRlO1xuICAgIGxpbmUtaGVpZ2h0OiAyOHB4O1xuICB9XG5cbiAgJi5hY3RpdmUge1xuICAgIGJhY2tncm91bmQtY29sb3I6IEBuYXYtbG9nby1iYWNrZ3JvdW5kO1xuICB9XG5cbiAgJi5pbmFjdGl2ZSB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogIzY0NjQ2NDtcbiAgfVxufVxuXG4uZ2QtYWRkLW9wdGljYWw6aG92ZXIge1xuICBib3gtc2hhZG93OiByZ2JhKDAsIDAsIDAsIDApIDBweCAwcHggM3B4O1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuZ2QtcXItY29udGFpbmVyIHtcbiAgICBtYXJnaW46IDBweCAxM3B4IDBweCAxMnB4O1xuICB9XG5cbn1cbiIsIi5nZC1zaWduLWRpZ2l0YWwuYWN0aXZlIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzM3ODdGNTtcbn1cbi5nZC1zaWduLWRpZ2l0YWwge1xuICBoZWlnaHQ6IDI3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICM5Njk2OTY7XG4gIG1hcmdpbjogOXB4IDhweCA3cHggOHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjZmZmZmZmO1xuICBmb250LXNpemU6IDEzcHg7XG4gIGJveC1zaGFkb3c6IDAgMCAzcHggI2RkZDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwYWRkaW5nLXRvcDogNXB4O1xufVxuLmdkLXFyLWNvbnRhaW5lciB7XG4gIGZvbnQtZmFtaWx5OiBcIk9wZW4gU2Fuc1wiLCBcIkhlbHZldGljYSBOZXVlXCIsIEhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWY7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG59XG4uZ2QtcXItY29udGFpbmVyIGlucHV0OmZvY3VzIHtcbiAgYm9yZGVyOiAycHggc29saWQgIzAwYzRkNztcbiAgdHJhbnNpdGlvbjogYm9yZGVyLWNvbG9yIDAuM3MgbGluZWFyO1xufVxuLmdkLXFyLXByZXZpZXctY29udGFpbmVyIHtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBtYXJnaW4tYm90dG9tOiAxcHg7XG4gIGhlaWdodDogMzUwcHg7XG59XG4uZ2QtcXItcHJldmlldy1jb250YWluZXIgLmdkLWVtcHR5LWNvZGUge1xuICBjb2xvcjogI0NDQ0NDQztcbiAgZm9udC1zaXplOiA2MHB4O1xuICB3aWR0aDogMzUwcHg7XG4gIGhlaWdodDogMzUwcHg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmdkLXFyLXByZXZpZXctY29udGFpbmVyIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlIHtcbiAgbWluLXdpZHRoOiA0MXB4O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICBtYXJnaW46IDBweDtcbn1cbi5uZXctc2lnbmF0dXJlLWlucHV0LWdyb3VwIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgaGVpZ2h0OiA3MHB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbn1cbi5nZC1xci1wcm9wZXJ0eSB7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgd2lkdGg6IDgwJTtcbiAgYm9yZGVyOiAycHggc29saWQgI0RERDtcbiAgcGFkZGluZzogNXB4O1xuICBvdXRsaW5lOiBub25lO1xuICBjb2xvcjogIzNhNGU1Yjtcbn1cbi5nZC1hZGQtb3B0aWNhbCB7XG4gIHdpZHRoOiAzMnB4O1xuICBoZWlnaHQ6IDI5cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMzc4N0Y1O1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtYWRkLW9wdGljYWwgLmljb24ge1xuICBjb2xvcjogd2hpdGU7XG4gIGxpbmUtaGVpZ2h0OiAyOHB4O1xufVxuLmdkLWFkZC1vcHRpY2FsLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNWMyZDQ7XG59XG4uZ2QtYWRkLW9wdGljYWwuaW5hY3RpdmUge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjNjQ2NDY0O1xufVxuLmdkLWFkZC1vcHRpY2FsOmhvdmVyIHtcbiAgYm94LXNoYWRvdzogcmdiYSgwLCAwLCAwLCAwKSAwcHggMHB4IDNweDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLXFyLWNvbnRhaW5lciB7XG4gICAgbWFyZ2luOiAwcHggMTNweCAwcHggMTJweDtcbiAgfVxufVxuIl19 */\"","import {Component, ElementRef, EventEmitter, Input, OnInit, Output} from '@angular/core';\nimport {SignatureService} from \"../signature.service\";\nimport {OpticalCodeModel} from \"../signature-models\";\nimport {Subject} from \"rxjs\";\nimport {debounceTime} from \"rxjs/operators\";\n\n@Component({\n selector: 'gd-new-bar-qr-code',\n templateUrl: './new-bar-qr-code.component.html',\n styleUrls: ['./new-bar-qr-code.component.less']\n})\nexport class NewBarQrCodeComponent implements OnInit {\n @Input() type: string;\n @Input() icon: string;\n @Input() name: string;\n @Output() closePanel = new EventEmitter();\n encodedImage: string;\n\n private subject: Subject = new Subject();\n\n constructor(private _signatureService: SignatureService,\n private _elementRef: ElementRef) {\n this.subject.pipe(\n debounceTime(500)\n ).subscribe(text => {\n this.saveCode(text, true);\n });\n }\n\n private saveCode(text: string, temp: boolean) {\n if (text) {\n this._signatureService.getCode(text, temp, this.type).subscribe((data: OpticalCodeModel) => {\n this.encodedImage = data.encodedImage;\n if (!temp) {\n this.closePanel.emit(true);\n }\n });\n } else {\n this.clean();\n }\n }\n\n private clean() {\n this.encodedImage = null;\n }\n\n ngOnInit() {\n this.clean();\n setTimeout(() => {\n const element = this._elementRef.nativeElement.querySelector(\"#text-input\");\n element.focus();\n }, 100);\n }\n\n addSign(text: string) {\n this.saveCode(text, false);\n }\n\n saveTemp(text: string) {\n this.subject.next(text);\n }\n\n getData() {\n return 'data:image/png;base64,' + this.encodedImage;\n }\n}\n","import {Observable, Subject} from \"rxjs\";\n\nexport class RemoveCanvasService {\n private _observer: Subject = new Subject();\n private readonly _removeCanvas: Observable = this._observer.asObservable();\n\n constructor() {\n }\n\n get removeCanvas(): Observable {\n return this._removeCanvas;\n }\n\n remove(id: number): void {\n this._observer.next(id);\n }\n}\n","import {Observable, Subject} from \"rxjs\";\nimport {RemoveSign} from \"./signature-models\";\n\nexport class RemoveSignatureService {\n private _observer: Subject = new Subject();\n private readonly _removeSignature: Observable = this._observer.asObservable();\n\n constructor() {\n }\n\n get removeSignature(): Observable {\n return this._removeSignature;\n }\n\n remove(id: RemoveSign): void {\n this._observer.next(id);\n }\n}\n","import {Observable, Subject} from \"rxjs\";\nimport {DraggableSignature} from \"./signature-models\";\n\nexport class SelectSignatureService {\n private _observer: Subject = new Subject();\n private readonly _selectSignature: Observable = this._observer.asObservable();\n\n constructor() {\n }\n\n get selectSignature(): Observable {\n return this._selectSignature;\n }\n\n select(sign: DraggableSignature): void {\n this._observer.next(sign);\n }\n}\n","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n::ng-deep .page {\\n position: relative;\\n}\\n::ng-deep .gd-page-image {\\n width: unset;\\n height: unset;\\n}\\n::ng-deep .top-panel {\\n align-content: flex-start;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: inherit;\\n}\\n.gd-document {\\n width: 100%;\\n height: calc(100% - 90px);\\n}\\n.toolbar-panel {\\n width: 100%;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.signature-wrapper ::ng-deep .button {\\n color: #3E4E5A !important;\\n}\\n.signature-wrapper ::ng-deep .button .text {\\n padding: 0px !important;\\n}\\n@media (max-width: 1037px) {\\n ::ng-deep .panzoom {\\n -webkit-box-pack: unset !important;\\n justify-content: unset !important;\\n }\\n ::ng-deep .logo ::ng-deep .icon {\\n font-size: 24px !important;\\n }\\n ::ng-deep .top-panel {\\n height: 120px !important;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWFwcC5jb21wb25lbnQubGVzcyIsIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtYXBwLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZFQ0FrQjtBQUdsQjtFQUNFLHNEQUFBO0FEREY7QUNJQTtFQUNFLGtCQUFBO0FERkY7QUNLQTtFQUNFLFlBQUE7RUFDQSxhQUFBO0FESEY7QUNNQTtFQUNFLHlCQUFBO0FESkY7QUNPQTtFQUNFLDBCQUFBO1VBQUEsb0JBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7RUFDQSxNQUFBO0VBQ0EsU0FBQTtFQUNBLE9BQUE7RUFDQSxRQUFBO0FETEY7QUNRQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGVBQUE7QURORjtBQ1NBO0VBQ0UsV0FBQTtFQUNBLHlCQUFBO0FEUEY7QUNVQTtFQUNFLFdBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0FEUkY7QUNXQTtFQUVJLHlCQUFBO0FEVko7QUNRQTtFQUtNLHVCQUFBO0FEVk47QUNlQTtFQUNFO0lBQ0Usa0NBQUE7WUFBQSxpQ0FBQTtFRGJGO0VDZ0JBO0lBRUksMEJBQUE7RURmSjtFQ21CQTtJQUNFLHdCQUFBO0VEakJGO0FBQ0YiLCJmaWxlIjoibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtYXBwLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuOjpuZy1kZWVwIC5wYWdlIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuOjpuZy1kZWVwIC5nZC1wYWdlLWltYWdlIHtcbiAgd2lkdGg6IHVuc2V0O1xuICBoZWlnaHQ6IHVuc2V0O1xufVxuOjpuZy1kZWVwIC50b3AtcGFuZWwge1xuICBhbGlnbi1jb250ZW50OiBmbGV4LXN0YXJ0O1xufVxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0OiAxMDAlO1xuICB3aWR0aDogMTAwJTtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xufVxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gOTBweCk7XG59XG4udG9vbGJhci1wYW5lbCB7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLnNpZ25hdHVyZS13cmFwcGVyIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbn1cbi5zaWduYXR1cmUtd3JhcHBlciA6Om5nLWRlZXAgLmJ1dHRvbiAudGV4dCB7XG4gIHBhZGRpbmc6IDBweCAhaW1wb3J0YW50O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICA6Om5nLWRlZXAgLnBhbnpvb20ge1xuICAgIGp1c3RpZnktY29udGVudDogdW5zZXQgIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLmxvZ28gOjpuZy1kZWVwIC5pY29uIHtcbiAgICBmb250LXNpemU6IDI0cHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvcC1wYW5lbCB7XG4gICAgaGVpZ2h0OiAxMjBweCAhaW1wb3J0YW50O1xuICB9XG59XG4iLCJAaW1wb3J0IChjc3MpIHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbkBpbXBvcnQgXCIuLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuXG46Om5nLWRlZXAgLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG5cbjo6bmctZGVlcCAuZ2QtcGFnZS1pbWFnZSB7XG4gIHdpZHRoOiB1bnNldDtcbiAgaGVpZ2h0OiB1bnNldDtcbn1cblxuOjpuZy1kZWVwIC50b3AtcGFuZWwge1xuICBhbGlnbi1jb250ZW50OiBmbGV4LXN0YXJ0O1xufVxuXG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cblxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cblxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogflwiY2FsYygxMDAlIC0gQHtlZGl0b3ItbmF2LWhlaWdodH0pXCI7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5zaWduYXR1cmUtd3JhcHBlciB7XG4gIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICBjb2xvcjogQHByaW1hcnkgIWltcG9ydGFudDtcblxuICAgIC50ZXh0IHtcbiAgICAgIHBhZGRpbmc6IDBweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICA6Om5nLWRlZXAgLnBhbnpvb20ge1xuICAgIGp1c3RpZnktY29udGVudDogdW5zZXQgIWltcG9ydGFudDtcbiAgfVxuXG4gIDo6bmctZGVlcCAubG9nbyB7XG4gICAgOjpuZy1kZWVwIC5pY29uIHtcbiAgICAgIGZvbnQtc2l6ZTogMjRweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuXG4gIDo6bmctZGVlcCAudG9wLXBhbmVsIHtcbiAgICBoZWlnaHQ6IDEyMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuIl19 */\"","import {Component, ComponentRef, OnDestroy, OnInit} from '@angular/core';\nimport {SignatureService} from \"./signature.service\";\nimport {\n FileDescription,\n FileModel,\n ModalService,\n UploadFilesService,\n NavigateService,\n PagePreloadService,\n PageModel,\n ZoomService,\n RenderPrintService,\n FileUtil,\n PasswordService,\n FileCredentials,\n CommonModals,\n HostingDynamicComponentService,\n AddDynamicComponentService,\n OnCloseService,\n ExceptionMessageService,\n WindowService,\n Utils,\n TabActivatorService,\n TopTabActivatorService\n} from \"@groupdocs.examples.angular/common-components\";\nimport {SignatureConfig} from \"./signature-config\";\nimport {SignatureConfigService} from \"./signature-config.service\";\nimport {\n AddedSignature,\n CopyChanges,\n CopySign,\n DraggableSignature,\n Position, RemoveSign,\n SignatureData, SignatureProps,\n SignatureType\n} from \"./signature-models\";\nimport {SelectSignatureService} from \"./select-signature.service\";\nimport {Signature} from \"./signature/signature.component\";\nimport {DragSignatureService} from \"./drag-signature.service\";\nimport {RemoveSignatureService} from \"./remove-signature.service\";\nimport {ActiveSignatureService} from \"./active-signature.service\";\nimport {SignaturesHolderService} from \"./signatures-holder.service\";\nimport 'hammerjs';\nimport {CopySignatureService} from \"./copy-signature.service\";\nimport * as jquery from 'jquery';\n\nconst $ = jquery;\n\n@Component({\n selector: 'gd-signature',\n templateUrl: './signature-app.component.html',\n styleUrls: ['./signature-app.component.less']\n})\nexport class SignatureAppComponent implements OnDestroy, OnInit {\n title = 'signature';\n files: FileModel[] = [];\n file: FileDescription;\n signatureConfig: SignatureConfig;\n countPages = 0;\n formatDisabled = !this.file;\n credentials: FileCredentials;\n browseFilesModal = CommonModals.BrowseFiles;\n isDesktop: boolean;\n signatureTypes = [\n SignatureType.TEXT,\n SignatureType.IMAGE,\n SignatureType.DIGITAL,\n SignatureType.QR_CODE,\n SignatureType.BAR_CODE,\n SignatureType.STAMP,\n SignatureType.HAND,\n ];\n signatureTypeCodes = [\n SignatureType.QR_CODE,\n SignatureType.BAR_CODE,\n ];\n\n signatureComponents = new Map>();\n activeSignatureTab: string;\n isLoading: boolean;\n fileWasDropped = false;\n\n constructor(private _signatureService: SignatureService,\n private _modalService: ModalService,\n configService: SignatureConfigService,\n uploadFilesService: UploadFilesService,\n private _navigateService: NavigateService,\n private _zoomService: ZoomService,\n pagePreloadService: PagePreloadService,\n private _renderPrintService: RenderPrintService,\n passwordService: PasswordService,\n private _windowService: WindowService,\n private _selectSignatureService: SelectSignatureService,\n private _signatureTabActivationService: TopTabActivatorService,\n private _hostingComponentsService: HostingDynamicComponentService,\n private _addDynamicComponentService: AddDynamicComponentService,\n private _dragSignatureService: DragSignatureService,\n private _onCloseService: OnCloseService,\n removeSignatureService: RemoveSignatureService,\n private _activeSignatureService: ActiveSignatureService,\n private _excMessageService: ExceptionMessageService,\n private _signaturesHolderService: SignaturesHolderService,\n private _tabActivatorService: TabActivatorService,\n copySignatureService: CopySignatureService) {\n\n this._tabActivatorService.activeTabChange.subscribe((tabId: string) => {\n if (tabId === '1') {\n if (this.activeSignatureTab) {\n this._signatureTabActivationService.changeActiveTab(this.activeSignatureTab);\n }\n this.activeSignatureTab = null;\n }\n });\n\n copySignatureService.copySignature.subscribe((copySign: CopySign) => {\n const componentRef = this.signatureComponents.get(copySign.id);\n if (componentRef) {\n // @ts-ignore\n const comp = (componentRef).instance;\n const compPage = comp.data.number;\n comp.baseCopied = true;\n for (const page of this.file.pages) {\n if (page.number !== compPage) {\n const sign = this.createDraggableSign(comp, copySign, page);\n const addedSignature = this.createAddedSignature(copySign, comp, page);\n const id = this.addSignatureComponent(addedSignature, sign, page, true);\n this._signaturesHolderService.addId(sign.guid, id);\n }\n }\n }\n });\n\n copySignatureService.changesSignature.subscribe((copyChanges: CopyChanges) => {\n const componentRef = this.signatureComponents.get(copyChanges.id);\n if (componentRef) {\n const ids = this._signaturesHolderService.get(copyChanges.guid);\n for (const id of ids) {\n const compRef = this.signatureComponents.get(id);\n if (compRef) {\n // @ts-ignore\n const comp = (compRef).instance;\n if (comp.id !== copyChanges.id && (comp.copied || comp.baseCopied)) {\n comp.data.width = copyChanges.width;\n comp.data.height = copyChanges.height;\n comp.data.position = copyChanges.position;\n comp.data.props = copyChanges.props;\n }\n }\n }\n }\n });\n\n removeSignatureService.removeSignature.subscribe((del: RemoveSign) => {\n const ids = this._signaturesHolderService.get(del.guid);\n for (const id of ids) {\n if (del.type === SignatureType.DIGITAL.id || del.id === id) {\n const componentRef = this.signatureComponents.get(id);\n if (componentRef) {\n componentRef.destroy();\n }\n this.signatureComponents.delete(id);\n this._signaturesHolderService.remove(del.guid, id);\n }\n }\n });\n\n configService.updatedConfig.subscribe((signatureConfig) => {\n this.signatureConfig = signatureConfig;\n });\n\n uploadFilesService.uploadsChange.subscribe((uploads) => {\n if (uploads) {\n let i: number;\n for (i = 0; i < uploads.length; i++) {\n this._signatureService.upload(uploads.item(i), '', this.rewriteConfig, null).subscribe((obj: FileCredentials) => {\n this.fileWasDropped ? this.selectFile(obj.guid, '', '') : this.selectDir('');\n });\n }\n }\n });\n\n pagePreloadService.checkPreload.subscribe((page: number) => {\n if (this.preloadPageCountConfig !== 0) {\n for (let i = page; i < page + 2; i++) {\n if (i > 0 && i <= this.countPages && !this.file.pages[i - 1].data) {\n this.preloadPages(i, i);\n }\n }\n }\n });\n\n passwordService.passChange.subscribe((pass: string) => {\n this.selectFile(this.credentials.guid, pass, CommonModals.PasswordRequired);\n });\n\n _selectSignatureService.selectSignature.subscribe((sign: DraggableSignature) => {\n this.selectSignature(sign);\n });\n\n this.isDesktop = _windowService.isDesktop();\n _windowService.onResize.subscribe((w) => {\n this.isDesktop = _windowService.isDesktop();\n });\n\n }\n\n private createDraggableSign(comp, copySign: CopySign, page) {\n const sign = new DraggableSignature();\n sign.type = comp.type;\n sign.guid = copySign.guid;\n sign.position = comp.position;\n sign.pageNumber = page.number;\n return sign;\n }\n\n private createAddedSignature(copySign: CopySign, comp, page) {\n const addedSignature = new AddedSignature();\n addedSignature.guid = copySign.guid;\n addedSignature.data = comp.data.data;\n if (comp.data.props) {\n addedSignature.props = comp.data.props;\n }\n addedSignature.width = comp.data.width;\n addedSignature.height = comp.data.height;\n addedSignature.number = page.number;\n return addedSignature;\n }\n\n ngOnInit(): void {\n if (this.defaultDocumentConfig()) {\n this.isLoading = true;\n this.selectFile(this.defaultDocumentConfig(), \"\", \"\");\n }\n }\n\n get rewriteConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.rewrite : true;\n }\n\n get zoomConfig(): boolean {\n return false;\n }\n\n get pageSelectorConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.pageSelector : true;\n }\n\n get preloadPageCountConfig(): number {\n return this.signatureConfig ? this.signatureConfig.preloadPageCount : 0;\n }\n\n get downloadConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.download : true;\n }\n\n get downloadOriginalConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.downloadOriginal : true;\n }\n\n get downloadSingedConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.downloadSigned : true;\n }\n\n get uploadConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.upload : true;\n }\n\n private defaultDocumentConfig() {\n return this.signatureConfig ? this.signatureConfig.defaultDocument : \"\";\n }\n\n get printConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.print : true;\n }\n\n get browseConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.browse : true;\n }\n\n get htmlModeConfig(): boolean {\n return false;\n }\n\n get enableRightClickConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.enableRightClick : true;\n }\n\n get textSignatureConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.textSignature : true;\n }\n\n get imageSignatureConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.imageSignature : true;\n }\n\n get digitalSignatureConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.digitalSignature : true;\n }\n\n get qrCodeSignatureConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.qrCodeSignature : true;\n }\n\n get barCodeSignatureConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.barCodeSignature : true;\n }\n\n get stampSignatureConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.stampSignature : true;\n }\n\n get handSignatureConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.handSignature : true;\n }\n\n get currentPage(): number {\n return this._navigateService.currentPage;\n }\n\n openModal(id: string) {\n this._modalService.open(id);\n }\n\n closeModal(id: string) {\n this._modalService.close(id);\n }\n\n selectDir($event: string) {\n this._signatureService.loadFiles($event).subscribe((files: FileModel[]) => this.files = files || []);\n }\n\n selectFile($event: string, password: string, modalId: string) {\n this.credentials = {guid: $event, password: password};\n this.file = null;\n this._signatureService.loadFile(this.credentials).subscribe((file: FileDescription) => {\n this.file = file;\n this.formatDisabled = !this.file;\n if (file) {\n const preloadPageCount = this.preloadPageCountConfig;\n const countPages = file.pages ? file.pages.length : 0;\n if (preloadPageCount > 0) {\n this.preloadPages(1, preloadPageCount > countPages ? countPages : preloadPageCount);\n }\n this._navigateService.countPages = countPages;\n this._navigateService.currentPage = 1;\n this.countPages = countPages;\n this.cleanSignatures();\n }\n }\n );\n if (modalId) {\n this._modalService.close(modalId);\n }\n this.clearData();\n }\n\n preloadPages(start: number, end: number) {\n for (let i = start; i <= end; i++) {\n this._signatureService.loadPage(this.credentials, i).subscribe((page: PageModel) => {\n this.file.pages[i - 1] = page;\n });\n }\n }\n\n upload($event: string) {\n this._signatureService.upload(null, $event, this.rewriteConfig, null).subscribe(() => {\n this.selectDir('');\n });\n }\n\n downloadFile() {\n if (this.formatDisabled)\n return;\n window.location.assign(this._signatureService.getDownloadUrl(this.credentials));\n }\n\n private clearData() {\n if (!this.file || !this.file.pages) {\n return;\n }\n for (const page of this.file.pages) {\n page.data = null;\n }\n }\n\n onRightClick($event: MouseEvent) {\n return this.enableRightClickConfig;\n }\n\n getSignatureTypeConfig(id: string) {\n switch (id) {\n case SignatureType.TEXT.id:\n return this.textSignatureConfig;\n case SignatureType.IMAGE.id:\n return this.imageSignatureConfig;\n case SignatureType.DIGITAL.id:\n return this.digitalSignatureConfig;\n case SignatureType.QR_CODE.id:\n return this.qrCodeSignatureConfig;\n case SignatureType.BAR_CODE.id:\n return this.barCodeSignatureConfig;\n case SignatureType.STAMP.id:\n return this.stampSignatureConfig;\n case SignatureType.HAND.id:\n return this.handSignatureConfig;\n }\n }\n\n dragOver($event: DragEvent) {\n $event.preventDefault();\n $event.stopPropagation();\n }\n\n dropSignature($event: DragEvent) {\n $event.preventDefault();\n $event.stopPropagation();\n const position = Utils.getMousePosition($event);\n\n const currentPage = document.elementFromPoint(position.x, position.y);\n if (currentPage && $(currentPage).parent().parent() && $(currentPage).parent().parent().parent().hasClass(\"page\")) {\n const documentPage = $(currentPage).parent().parent()[0];\n const left = position.x - $(documentPage).offset().left;\n const top = position.y - $(documentPage).offset().top;\n const currentPosition = new Position(left, top);\n const sign = this._dragSignatureService.sign;\n if (sign) {\n const id = $(currentPage).parent().attr('id');\n if (id) {\n const split = id.split('-');\n sign.pageNumber = split.length === 2 ? parseInt(split[1], 10) : sign.pageNumber;\n }\n sign.position = currentPosition;\n this.selectSignature(sign);\n this._dragSignatureService.sign = null;\n }\n }\n }\n\n private selectSignature(sign: DraggableSignature) {\n if (sign.type === SignatureType.DIGITAL.id) {\n const addedSignature = new AddedSignature();\n addedSignature.digitalProps = sign.digitalProps;\n addedSignature.guid = sign.guid;\n addedSignature.number = sign.pageNumber;\n for (const page of this.file.pages) {\n const id = this.addSignatureComponent(addedSignature, sign, page);\n this._signaturesHolderService.addId(sign.guid, id);\n }\n this.closeTab(sign.type);\n } else {\n this._signatureService.loadSignatureImage(sign).subscribe((signature: AddedSignature) => {\n signature.number = sign.pageNumber;\n const pageModel = this.file.pages.find(function (p) {\n return p.number === sign.pageNumber;\n });\n const id = this.addSignatureComponent(signature, sign, pageModel);\n this._signaturesHolderService.addId(sign.guid, id);\n this.closeTab(sign.type);\n });\n }\n }\n\n private addSignatureComponent(addedSignature: AddedSignature, sign: DraggableSignature, page: PageModel, copied: boolean = false) {\n const dynamicDirective = this._hostingComponentsService.find(page.number);\n if (dynamicDirective) {\n const viewContainerRef = dynamicDirective.viewContainerRef;\n const selectSignature = this._addDynamicComponentService.addDynamicComponent(viewContainerRef, Signature);\n const id = this.signatureComponents.size + 1;\n while (addedSignature.width >= page.width || addedSignature.height >= page.height) {\n addedSignature.width = addedSignature.width / 2;\n addedSignature.height = addedSignature.height / 2;\n }\n (selectSignature.instance).id = id;\n (selectSignature.instance).copied = copied;\n (selectSignature.instance).data = addedSignature;\n (selectSignature.instance).position = sign.position;\n (selectSignature.instance).type = sign.type;\n (selectSignature.instance).pageWidth = page.width;\n (selectSignature.instance).pageHeight = page.height;\n this.signatureComponents.set(id, selectSignature);\n this._activeSignatureService.changeActive(id);\n return id;\n }\n return null;\n }\n\n private closeTab(type: string) {\n this._signatureTabActivationService.changeActiveTab(type);\n }\n\n hideAll($event) {\n if (($event.target.parentElement && $event.target.parentElement.attributes['name'] &&\n $event.target.parentElement.attributes['name'].value === 'button') ||\n ($event.target.parentElement &&\n $event.target.parentElement.parentElement &&\n $event.target.parentElement.parentElement.attributes['name'] &&\n $event.target.parentElement.parentElement.attributes['name'].value === 'button') ||\n ($event.target.parentElement &&\n $event.target.parentElement.parentElement &&\n $event.target.parentElement.parentElement.parentElement &&\n $event.target.parentElement.parentElement.parentElement.parentElement &&\n $event.target.parentElement.parentElement.parentElement.parentElement.attributes['name'] &&\n $event.target.parentElement.parentElement.parentElement.parentElement.attributes['name'].value === 'button')) {\n\n return;\n }\n this._onCloseService.close(true);\n }\n\n newSign($event: string) {\n if (SignatureType.HAND.id === $event) {\n this._modalService.open(CommonModals.DrawHandSignature);\n this._signatureTabActivationService.changeActiveTab(SignatureType.HAND.id);\n } else if (SignatureType.STAMP.id === $event) {\n this._modalService.open(CommonModals.DrawStampSignature);\n this._signatureTabActivationService.changeActiveTab(SignatureType.STAMP.id);\n } else if (SignatureType.TEXT.id === $event) {\n this.addTextSign();\n this._signatureTabActivationService.changeActiveTab(SignatureType.TEXT.id);\n }\n }\n\n private addTextSign() {\n const signature = new AddedSignature();\n signature.props = SignatureProps.getDefault();\n signature.guid = DraggableSignature.TEMP;\n const sign = new DraggableSignature();\n sign.guid = DraggableSignature.TEMP;\n sign.position = new Position(0, 0);\n sign.type = SignatureType.TEXT.id;\n const pageNumber = this._navigateService.currentPage;\n signature.number = pageNumber;\n sign.pageNumber = pageNumber;\n const pageModel = this.file.pages.find(function (p) {\n return p.number === pageNumber;\n });\n const id = this.addSignatureComponent(signature, sign, pageModel);\n this._signaturesHolderService.addId(sign.guid, id);\n }\n\n ngOnDestroy(): void {\n this.cleanSignatures();\n }\n\n private cleanSignatures() {\n for (const componentRef of this.signatureComponents.values()) {\n componentRef.destroy();\n }\n this.signatureComponents = new Map>();\n this._signaturesHolderService.clear();\n }\n\n sign() {\n const signatures = this.prepareSignaturesData();\n this._signatureService.sign(this.credentials, signatures).subscribe((ret: any) => {\n this._modalService.open(CommonModals.OperationSuccess);\n this.selectFile(ret.guid, null, CommonModals.OperationSuccess);\n });\n }\n\n public prepareSignaturesData() {\n const signatures = [];\n for (const ids of this._signaturesHolderService.values()) {\n for (const id of ids) {\n const componentRef = this.signatureComponents.get(id);\n // @ts-ignore\n const sign = (componentRef).instance;\n const data = sign.data;\n const position = sign.position;\n const type = sign.type;\n\n if (DraggableSignature.TEMP !== data.guid) {\n signatures.push(SignatureData.map(data, type, position));\n }\n\n if (SignatureType.DIGITAL.id === type) {\n break;\n }\n }\n }\n return signatures;\n }\n\n isPdf() {\n if (this.file) {\n if (FileUtil.find(this.file.guid, false).format === \"Portable Document Format\") {\n return true;\n }\n }\n return false;\n }\n\n codesConfig() {\n return this.getSignatureTypeConfig(SignatureType.BAR_CODE.id) || this.getSignatureTypeConfig(SignatureType.QR_CODE.id);\n }\n\n isVisible(id: string) {\n const notCode = id !== SignatureType.BAR_CODE.id && id !== SignatureType.QR_CODE.id;\n return this.getSignatureTypeConfig(id) && (this.isDesktop || notCode);\n }\n\n activeTab($event: string) {\n this.activeSignatureTab = $event;\n }\n\n fileDropped($event) {\n this.fileWasDropped = $event;\n }\n}\n","import {Injectable} from '@angular/core';\nimport {BehaviorSubject, Observable} from \"rxjs\";\nimport {HttpClient} from \"@angular/common/http\";\nimport {Api, ConfigService} from \"@groupdocs.examples.angular/common-components\";\nimport {SignatureConfig} from \"./signature-config\";\n\n@Injectable({\n providedIn: 'root'\n})\nexport class SignatureConfigService {\n\n private _signatureConfig: BehaviorSubject = new BehaviorSubject(new SignatureConfig());\n private _updatedConfig: Observable = this._signatureConfig.asObservable();\n\n constructor(private _http: HttpClient, private _config: ConfigService) {\n }\n\n get updatedConfig() {\n return this._updatedConfig;\n }\n\n load() {\n return new Promise((resolve, reject) => {\n const configEndpoint = this._config.getConfigEndpoint(Api.SIGNATURE_APP);\n this._http.get(configEndpoint, Api.httpOptionsJson).toPromise().then((response: SignatureConfig) => {\n const signatureConfig = response;\n this._signatureConfig.next(signatureConfig);\n resolve();\n }).catch((response: any) => {\n reject(`Could not load signature config: ${JSON.stringify(response)}`);\n });\n });\n }\n}\n","export class SignatureConfig {\n rewrite: boolean;\n pageSelector: boolean;\n download: boolean;\n upload: boolean;\n print: boolean;\n browse: boolean;\n enableRightClick: boolean;\n\n filesDirectory: string;\n fontsDirectory: string;\n defaultDocument: string;\n preloadPageCount: 0;\n textSignature: boolean;\n imageSignature: boolean;\n digitalSignature: boolean;\n qrCodeSignature: boolean;\n barCodeSignature: boolean;\n stampSignature: boolean;\n handSignature: boolean;\n downloadOriginal: boolean;\n downloadSigned: boolean\n}\n","module.exports = \"::ng-deep .left-panel {\\n width: 350px;\\n height: calc(100% - 90px);\\n}\\n::ng-deep .gd-left-bar-fade {\\n width: 350px !important;\\n}\\n.gd-signatures-scroll {\\n height: calc(100% - 60px);\\n}\\n.tab-content {\\n height: calc(100% - 90px);\\n line-height: unset;\\n position: absolute;\\n background-color: #FFFFFF;\\n}\\n.gd-signature-context-panel {\\n background-color: #F3F3F3;\\n width: 350px;\\n height: 100%;\\n position: absolute;\\n}\\n.gd-signature-context-upload-title,\\n.gd-signature-context-panel-title {\\n color: #AAAAAA;\\n font-size: 12px;\\n font-family: Helvetica;\\n font-weight: bold;\\n margin: 5px 12px 5px 12px;\\n}\\n.signature-title-block {\\n display: block;\\n}\\n.gd-signature-list-title {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n height: 70px;\\n}\\n.gd-signature-list-title .gd-signature-title-icon {\\n -webkit-box-flex: 0;\\n flex: 0 0 70px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n}\\n.gd-signature-list-title .gd-signature-title-icon .icon {\\n color: #707070;\\n cursor: pointer;\\n font-size: 12px;\\n}\\n.gd-signature-list-title .gd-signature-title-icon .icon.disabled {\\n color: #959da5;\\n}\\n.gd-signature-list-title .gd-signature-context-panel-title {\\n -webkit-box-flex: 1;\\n flex: 1;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: start;\\n justify-content: flex-start;\\n}\\n.gd-signature-context-pane-wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n height: inherit;\\n overflow: auto;\\n}\\n@media (max-width: 1037px) {\\n .tab-content {\\n width: 100%;\\n height: calc(100% - 120px) !important;\\n }\\n ::ng-deep .left-panel {\\n width: 100% !important;\\n overflow: auto !important;\\n height: calc(100% - 120px);\\n }\\n .gd-signature-context-panel {\\n left: 0px;\\n right: 0px;\\n width: auto;\\n }\\n .gd-signature-context-panel-title {\\n font-size: 12px;\\n line-height: 18px;\\n margin: 16px 0 14px 12px;\\n }\\n .gd-signature-context-panel-title,\\n .gd-signature-context-upload-title {\\n width: unset;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtbGVmdC1wYW5lbC9zaWduYXR1cmUtbGVmdC1wYW5lbC5jb21wb25lbnQubGVzcyIsImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWxlZnQtcGFuZWwvc2lnbmF0dXJlLWxlZnQtcGFuZWwuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxZQUFBO0VBQ0EseUJBQUE7QUNERjtBRElBO0VBQ0UsdUJBQUE7QUNGRjtBREtBO0VBQ0UseUJBQUE7QUNIRjtBRE1BO0VBQ0UseUJBQUE7RUFDQSxrQkFBQTtFQUNBLGtCQUFBO0VBQ0EseUJBQUE7QUNKRjtBRE9BO0VBQ0UseUJBQUE7RUFDQSxZQUFBO0VBQ0EsWUFBQTtFQUNBLGtCQUFBO0FDTEY7QURRQTs7RUFDRSxjQUFBO0VBQ0EsZUFBQTtFQUNBLHNCQUFBO0VBQ0EsaUJBQUE7RUFDQSx5QkFBQTtBQ0xGO0FEUUE7RUFDRSxjQUFBO0FDTkY7QURTQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtFQUNBLFlBQUE7QUNQRjtBRElBO0VBTUksbUJBQUE7VUFBQSxjQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7QUNQSjtBREZBO0VBWU0sY0FBQTtFQUNBLGVBQUE7RUFDQSxlQUFBO0FDUE47QURTTTtFQUNFLGNBQUE7QUNQUjtBRFZBO0VBdUJJLG1CQUFBO1VBQUEsT0FBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSx1QkFBQTtVQUFBLDJCQUFBO0FDVko7QURlQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLGVBQUE7RUFDQSxjQUFBO0FDYkY7QURnQkE7RUFDRTtJQUNFLFdBQUE7SUFDQSxxQ0FBQTtFQ2RGO0VEa0JBO0lBQ0Usc0JBQUE7SUFDQSx5QkFBQTtJQUNBLDBCQUFBO0VDaEJGO0VEbUJBO0lBQ0UsU0FBQTtJQUNBLFVBQUE7SUFDQSxXQUFBO0VDakJGO0VEb0JBO0lBQ0UsZUFBQTtJQUNBLGlCQUFBO0lBQ0Esd0JBQUE7RUNsQkY7RURxQkE7O0lBQ0UsWUFBQTtFQ2xCRjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWxlZnQtcGFuZWwvc2lnbmF0dXJlLWxlZnQtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuOjpuZy1kZWVwIC5sZWZ0LXBhbmVsIHtcbiAgd2lkdGg6IDM1MHB4O1xuICBoZWlnaHQ6IH5cImNhbGMoMTAwJSAtIEB7ZWRpdG9yLW5hdi1oZWlnaHR9KVwiO1xufVxuXG46Om5nLWRlZXAgLmdkLWxlZnQtYmFyLWZhZGUge1xuICB3aWR0aDogMzUwcHggIWltcG9ydGFudDtcbn1cblxuLmdkLXNpZ25hdHVyZXMtc2Nyb2xsIHtcbiAgaGVpZ2h0OiB+XCJjYWxjKDEwMCUgLSA2MHB4KVwiO1xufVxuXG4udGFiLWNvbnRlbnQge1xuICBoZWlnaHQ6IH5cImNhbGMoMTAwJSAtIEB7ZWRpdG9yLW5hdi1oZWlnaHR9KVwiO1xuICBsaW5lLWhlaWdodDogdW5zZXQ7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbn1cblxuLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0YzRjNGMztcbiAgd2lkdGg6IDM1MHB4O1xuICBoZWlnaHQ6IDEwMCU7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbn1cblxuLmdkLXNpZ25hdHVyZS1jb250ZXh0LXVwbG9hZC10aXRsZSwgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsLXRpdGxlIHtcbiAgY29sb3I6ICNBQUFBQUE7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgZm9udC1mYW1pbHk6IEhlbHZldGljYTtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIG1hcmdpbjogNXB4IDEycHggNXB4IDEycHg7XG59XG5cbi5zaWduYXR1cmUtdGl0bGUtYmxvY2sgeyAvLyBmb3Igc2FmYXJpXG4gIGRpc3BsYXk6IGJsb2NrO1xufVxuXG4uZ2Qtc2lnbmF0dXJlLWxpc3QtdGl0bGUge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBoZWlnaHQ6IDcwcHg7XG5cbiAgLmdkLXNpZ25hdHVyZS10aXRsZS1pY29uIHtcbiAgICBmbGV4OiAwIDAgNzBweDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG5cbiAgICAuaWNvbiB7XG4gICAgICBjb2xvcjogIzcwNzA3MDtcbiAgICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICAgIGZvbnQtc2l6ZTogMTJweDtcblxuICAgICAgJi5kaXNhYmxlZCB7XG4gICAgICAgIGNvbG9yOiAjOTU5ZGE1O1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lbC10aXRsZSB7XG4gICAgZmxleDogMTtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBmbGV4LXN0YXJ0O1xuICB9XG5cbn1cblxuLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmUtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGhlaWdodDogaW5oZXJpdDtcbiAgb3ZlcmZsb3c6IGF1dG87XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIC50YWItY29udGVudCB7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiB+XCJjYWxjKDEwMCUgLSAxMjBweClcIiAhaW1wb3J0YW50O1xuICB9XG5cblxuICA6Om5nLWRlZXAgLmxlZnQtcGFuZWwge1xuICAgIHdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG4gICAgb3ZlcmZsb3c6IGF1dG8gIWltcG9ydGFudDtcbiAgICBoZWlnaHQ6IH5cImNhbGMoMTAwJSAtIDEyMHB4KVwiO1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsIHtcbiAgICBsZWZ0OiAwcHg7XG4gICAgcmlnaHQ6IDBweDtcbiAgICB3aWR0aDogYXV0bztcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lbC10aXRsZSB7XG4gICAgZm9udC1zaXplOiAxMnB4O1xuICAgIGxpbmUtaGVpZ2h0OiAxOHB4O1xuICAgIG1hcmdpbjogMTZweCAwIDE0cHggMTJweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lbC10aXRsZSwgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXVwbG9hZC10aXRsZSB7XG4gICAgd2lkdGg6IHVuc2V0O1xuICB9XG59XG4iLCI6Om5nLWRlZXAgLmxlZnQtcGFuZWwge1xuICB3aWR0aDogMzUwcHg7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gOTBweCk7XG59XG46Om5nLWRlZXAgLmdkLWxlZnQtYmFyLWZhZGUge1xuICB3aWR0aDogMzUwcHggIWltcG9ydGFudDtcbn1cbi5nZC1zaWduYXR1cmVzLXNjcm9sbCB7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gNjBweCk7XG59XG4udGFiLWNvbnRlbnQge1xuICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDkwcHgpO1xuICBsaW5lLWhlaWdodDogdW5zZXQ7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbn1cbi5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lbCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGM0YzRjM7XG4gIHdpZHRoOiAzNTBweDtcbiAgaGVpZ2h0OiAxMDAlO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG59XG4uZ2Qtc2lnbmF0dXJlLWNvbnRleHQtdXBsb2FkLXRpdGxlLFxuLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsLXRpdGxlIHtcbiAgY29sb3I6ICNBQUFBQUE7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgZm9udC1mYW1pbHk6IEhlbHZldGljYTtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIG1hcmdpbjogNXB4IDEycHggNXB4IDEycHg7XG59XG4uc2lnbmF0dXJlLXRpdGxlLWJsb2NrIHtcbiAgZGlzcGxheTogYmxvY2s7XG59XG4uZ2Qtc2lnbmF0dXJlLWxpc3QtdGl0bGUge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBoZWlnaHQ6IDcwcHg7XG59XG4uZ2Qtc2lnbmF0dXJlLWxpc3QtdGl0bGUgLmdkLXNpZ25hdHVyZS10aXRsZS1pY29uIHtcbiAgZmxleDogMCAwIDcwcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xufVxuLmdkLXNpZ25hdHVyZS1saXN0LXRpdGxlIC5nZC1zaWduYXR1cmUtdGl0bGUtaWNvbiAuaWNvbiB7XG4gIGNvbG9yOiAjNzA3MDcwO1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIGZvbnQtc2l6ZTogMTJweDtcbn1cbi5nZC1zaWduYXR1cmUtbGlzdC10aXRsZSAuZ2Qtc2lnbmF0dXJlLXRpdGxlLWljb24gLmljb24uZGlzYWJsZWQge1xuICBjb2xvcjogIzk1OWRhNTtcbn1cbi5nZC1zaWduYXR1cmUtbGlzdC10aXRsZSAuZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZWwtdGl0bGUge1xuICBmbGV4OiAxO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG59XG4uZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZS13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgaGVpZ2h0OiBpbmhlcml0O1xuICBvdmVyZmxvdzogYXV0bztcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLnRhYi1jb250ZW50IHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDEyMHB4KSAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAubGVmdC1wYW5lbCB7XG4gICAgd2lkdGg6IDEwMCUgIWltcG9ydGFudDtcbiAgICBvdmVyZmxvdzogYXV0byAhaW1wb3J0YW50O1xuICAgIGhlaWdodDogY2FsYygxMDAlIC0gMTIwcHgpO1xuICB9XG4gIC5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lbCB7XG4gICAgbGVmdDogMHB4O1xuICAgIHJpZ2h0OiAwcHg7XG4gICAgd2lkdGg6IGF1dG87XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsLXRpdGxlIHtcbiAgICBmb250LXNpemU6IDEycHg7XG4gICAgbGluZS1oZWlnaHQ6IDE4cHg7XG4gICAgbWFyZ2luOiAxNnB4IDAgMTRweCAxMnB4O1xuICB9XG4gIC5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lbC10aXRsZSxcbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXVwbG9hZC10aXRsZSB7XG4gICAgd2lkdGg6IHVuc2V0O1xuICB9XG59XG4iXX0= */\"","import {Component, EventEmitter, Input, OnChanges, OnInit, Output, SimpleChanges} from '@angular/core';\nimport {Signature, SignatureType} from \"../signature-models\";\nimport {SignatureService} from \"../signature.service\";\n\n@Component({\n selector: 'gd-signature-left-panel',\n templateUrl: './signature-left-panel.component.html',\n styleUrls: ['./signature-left-panel.component.less']\n})\nexport class SignatureLeftPanelComponent implements OnInit, OnChanges {\n @Input() rewrite: boolean;\n @Input() isPdf: boolean;\n @Input() id: string;\n @Output() newSignatureEvent = new EventEmitter();\n public showNewCode = false;\n public showUpload = false;\n signatures: Signature[];\n loading = false;\n\n constructor(private _signatureService: SignatureService) {\n }\n\n getSignatures(tabId: string) {\n if (!this.loading) {\n this.loading = true;\n this._signatureService.getSignatures('', tabId).subscribe((signatures: Signature[]) => {\n this.signatures = signatures || [];\n this.loading = false;\n });\n }\n }\n\n ngOnInit() {\n this.init();\n }\n\n private init() {\n this.signatures = [];\n this.getSignatures(this.id);\n this.showNewCode = false;\n this.showUpload = false;\n }\n\n getTitleIcon() {\n return this.showUpload || this.showNewCode ? 'times' : 'plus';\n }\n\n getTitle() {\n if (!this.id) {\n return \"\";\n }\n const signatureType = SignatureType.getSignatureType(this.id);\n return (this.showUpload || this.showNewCode) ? signatureType.title : signatureType.name;\n }\n\n getName() {\n if (!this.id) {\n return \"\";\n }\n const signatureType = SignatureType.getSignatureType(this.id);\n return signatureType.name;\n }\n\n removeSignature($event: string, type: string) {\n this._signatureService.removeSignatures($event, type).subscribe(() => this.getSignatures(type));\n }\n\n closeUploadPanel($event: boolean) {\n this.showUpload = !$event;\n this.getSignatures(this.id);\n }\n\n closeCodePanel($event: boolean) {\n this.showNewCode = !$event;\n this.getSignatures(this.id);\n }\n\n getCodeName() {\n if (!this.id) {\n return \"\";\n }\n return SignatureType.QR_CODE.id === this.id ? 'Qr Code' : (SignatureType.BAR_CODE.id === this.id ? 'Bar Code' : '');\n }\n\n icon() {\n if (!this.id) {\n return \"\";\n }\n return SignatureType.getSignatureType(this.id).icon;\n }\n\n ngOnChanges(changes: SimpleChanges): void {\n this.init();\n }\n\n closeNewSignature() {\n if (SignatureType.DIGITAL.id === this.id || SignatureType.IMAGE.id === this.id) {\n this.showUpload = false;\n } else if (SignatureType.BAR_CODE.id === this.id || SignatureType.QR_CODE.id === this.id) {\n this.showNewCode = false;\n }\n }\n\n openNewSignature() {\n if (this.showUpload || this.showNewCode) {\n return;\n }\n if (SignatureType.DIGITAL.id === this.id || SignatureType.IMAGE.id === this.id) {\n this.showUpload = true;\n } else if (SignatureType.BAR_CODE.id === this.id || SignatureType.QR_CODE.id === this.id) {\n this.showNewCode = true;\n } else {\n this.newSignatureEvent.emit(this.id);\n }\n }\n}\n","module.exports = \".gd-signature-list-wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-flex: 1;\\n flex: 1;\\n overflow: auto;\\n height: 100%;\\n}\\n.gd-signature-list-scroll {\\n display: block;\\n overflow-x: hidden;\\n overflow-y: auto !important;\\n}\\n.gd-signature-item {\\n width: 100%;\\n cursor: pointer;\\n position: relative;\\n min-height: 68px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n background-color: rgba(255, 255, 255);\\n}\\n.gd-signature-item .icon {\\n font-size: 15px;\\n color: #676767;\\n cursor: pointer;\\n}\\n.gd-signature-item .gd-signature-trash-icon {\\n -webkit-box-flex: 0;\\n flex: 0 0 70px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n}\\n.gd-signature-item .gd-signature-name {\\n max-width: 130px;\\n font-size: 13px;\\n color: rgba(0, 0, 0, 0.36);\\n cursor: pointer;\\n text-overflow: ellipsis;\\n white-space: nowrap;\\n display: block;\\n overflow: hidden;\\n}\\n.gd-signature-item .gd-signature-thumbnail {\\n -webkit-box-flex: 0;\\n flex: 0 0 70px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n width: auto;\\n}\\n.gd-signature-item .gd-signature-thumbnail .icon {\\n font-size: 30px;\\n padding: 0;\\n margin: 0px;\\n opacity: 0.25;\\n}\\n.gd-signature-item .gd-signature-title {\\n -webkit-box-flex: 1;\\n flex: 1;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: start;\\n justify-content: flex-start;\\n padding-left: 7px;\\n}\\n.gd-signature-item .gd-signature-thumbnail-text,\\n.gd-signature-item .gd-signature-thumbnail-image,\\n.gd-signature-item .gd-signature-thumbnail-hand {\\n max-width: 70px;\\n height: 41px;\\n}\\n.gd-signature-item .gd-signature-thumbnail-image {\\n min-width: 41px;\\n max-width: 70px;\\n}\\n.gd-signature-item .gd-signature-thumbnail-image {\\n min-width: 41px;\\n max-width: 70px;\\n}\\n.gd-signature-item .gd-signature-thumbnail-qrCode,\\n.gd-signature-item .gd-signature-thumbnail-barCode {\\n max-width: 70px;\\n height: 44px;\\n}\\n.gd-signature-item .gd-signature-thumbnail-stamp {\\n max-width: 70px;\\n height: 48px;\\n}\\n.gd-signature-item .gd-signature-title.text {\\n padding-left: 16px;\\n}\\n.gd-signature-list {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n width: inherit;\\n background-color: #e7e7e7;\\n}\\n.gd-signature {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n width: 100%;\\n background-color: rgba(255, 255, 255, 0.75);\\n margin-bottom: 2px;\\n}\\n.gd-signature-empty-list {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n text-align: center;\\n color: #ACACAC;\\n -webkit-box-pack: center;\\n justify-content: center;\\n width: 350px;\\n height: 250px;\\n}\\n.gd-signature-empty-list .icon {\\n font-size: 60px;\\n}\\n.gd-signature-empty-list i {\\n font-size: 60px;\\n padding: 87px 97px 0px;\\n}\\n.gd-empty-list-text {\\n padding: 18px 38px 0px;\\n font-size: 12px;\\n}\\n.gd-digital-input-wrapper {\\n margin: 9px 8px 7px 8px;\\n display: -webkit-box;\\n display: flex;\\n border: 5px #DDD;\\n}\\n.gd-sign-digital {\\n height: 27px;\\n background-color: #969696;\\n margin: 9px 8px 7px 8px;\\n display: -webkit-box;\\n display: flex;\\n color: #ffffff;\\n font-size: 13px;\\n box-shadow: 0 0 3px #ddd;\\n cursor: pointer;\\n padding-top: 5px;\\n padding-left: 10px;\\n}\\n.digital-apply {\\n padding-left: 10px;\\n}\\n.gd-sign-digital.active {\\n background-color: #25c2d4;\\n}\\n.gd-digital-inputs input {\\n width: 100%;\\n height: 27px;\\n padding-left: 28px;\\n}\\n.gd-digital-inputs .icon {\\n position: absolute;\\n font-size: 12px;\\n margin: 7px 0px 7px 7px;\\n color: #ccc !important;\\n}\\n@media (max-width: 1037px) {\\n .gd-signature-thumbnail-text,\\n .gd-signature-thumbnail-image,\\n .gd-signature-thumbnail-hand {\\n margin: 0;\\n }\\n .gd-signature-thumbnail-image {\\n width: 44px;\\n height: 44px;\\n }\\n .gd-signature-item .gd-signature-name {\\n font-size: 13px;\\n }\\n .gd-signature-item .icon {\\n font-size: 15px;\\n }\\n .gd-signature-thumbnail-text,\\n .gd-signature-thumbnail-image,\\n .gd-signature-thumbnail-hand {\\n margin: 0;\\n }\\n .gd-signature-thumbnail-image {\\n width: 44px;\\n height: 44px;\\n }\\n .gd-signature-thumbnail-digital .icon {\\n font-size: 30px !important;\\n }\\n .gd-signature-thumbnail-digital .icon {\\n font-size: 30px !important;\\n }\\n .gd-digital-inputs .icon {\\n font-size: 13px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtbGlzdC1wYW5lbC9zaWduYXR1cmUtbGlzdC1wYW5lbC5jb21wb25lbnQubGVzcyIsImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWxpc3QtcGFuZWwvc2lnbmF0dXJlLWxpc3QtcGFuZWwuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxtQkFBQTtVQUFBLE9BQUE7RUFDQSxjQUFBO0VBQ0EsWUFBQTtBQ0RGO0FESUE7RUFDRSxjQUFBO0VBQ0Esa0JBQUE7RUFDQSwyQkFBQTtBQ0ZGO0FES0E7RUFDRSxXQUFBO0VBQ0EsZUFBQTtFQUNBLGtCQUFBO0VBQ0EsZ0JBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw4QkFBQTtFQUFBLDZCQUFBO1VBQUEsbUJBQUE7RUFDQSxxQ0FBQTtBQ0hGO0FESkE7RUFVSSxlQUFBO0VBQ0EsY0FBQTtFQUNBLGVBQUE7QUNISjtBRFRBO0VBZ0JJLG1CQUFBO1VBQUEsY0FBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0FDSko7QURmQTtFQXVCSSxnQkFBQTtFQUNBLGVBQUE7RUFDQSwwQkFBQTtFQUNBLGVBQUE7RUFDQSx1QkFBQTtFQUNBLG1CQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0FDTEo7QUR6QkE7RUFrQ0ksbUJBQUE7VUFBQSxjQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxXQUFBO0FDTko7QURoQ0E7RUF5Q00sZUFBQTtFQUNBLFVBQUE7RUFDQSxXQUFBO0VBQ0EsYUFBQTtBQ05OO0FEdENBO0VBaURJLG1CQUFBO1VBQUEsT0FBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSx1QkFBQTtVQUFBLDJCQUFBO0VBQ0EsaUJBQUE7QUNSSjtBRDdDQTs7O0VBeURJLGVBQUE7RUFDQSxZQUFBO0FDUEo7QURuREE7RUE4REksZUFBQTtFQUNBLGVBQUE7QUNSSjtBRHZEQTtFQW1FSSxlQUFBO0VBQ0EsZUFBQTtBQ1RKO0FEM0RBOztFQXdFSSxlQUFBO0VBQ0EsWUFBQTtBQ1RKO0FEaEVBO0VBNkVJLGVBQUE7RUFDQSxZQUFBO0FDVko7QURwRUE7RUFrRkksa0JBQUE7QUNYSjtBRGVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsY0FBQTtFQUNBLHlCQUFBO0FDYkY7QURnQkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxXQUFBO0VBQ0EsMkNBQUE7RUFDQSxrQkFBQTtBQ2RGO0FEaUJBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esa0JBQUE7RUFDQSxjQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0FDZkY7QURRQTtFQVVJLGVBQUE7QUNmSjtBRG1CQTtFQUNFLGVBQUE7RUFDQSxzQkFBQTtBQ2pCRjtBRG9CQTtFQUNFLHNCQUFBO0VBQ0EsZUFBQTtBQ2xCRjtBRHFCQTtFQUNFLHVCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsZ0JBQUE7QUNuQkY7QURzQkE7RUFDRSxZQUFBO0VBQ0EseUJBQUE7RUFDQSx1QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGNBQUE7RUFDQSxlQUFBO0VBQ0Esd0JBQUE7RUFDQSxlQUFBO0VBQ0EsZ0JBQUE7RUFDQSxrQkFBQTtBQ3BCRjtBRHVCQTtFQUNFLGtCQUFBO0FDckJGO0FEd0JBO0VBQ0UseUJBQUE7QUN0QkY7QUR5QkE7RUFDRSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGtCQUFBO0FDdkJGO0FEMEJBO0VBRUksa0JBQUE7RUFDQSxlQUFBO0VBQ0EsdUJBQUE7RUFDQSxzQkFBQTtBQ3pCSjtBRDZCQTtFQUNFOzs7SUFDRSxTQUFBO0VDekJGO0VENEJBO0lBQ0UsV0FBQTtJQUNBLFlBQUE7RUMxQkY7RUQ2QkE7SUFDRSxlQUFBO0VDM0JGO0VEOEJBO0lBQ0UsZUFBQTtFQzVCRjtFRCtCQTs7O0lBQ0UsU0FBQTtFQzNCRjtFRDhCQTtJQUNFLFdBQUE7SUFDQSxZQUFBO0VDNUJGO0VEK0JBO0lBQ0UsMEJBQUE7RUM3QkY7RURnQ0E7SUFFSSwwQkFBQTtFQy9CSjtFRG1DQTtJQUVJLGVBQUE7RUNsQ0o7QUFDRiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS1saXN0LXBhbmVsL3NpZ25hdHVyZS1saXN0LXBhbmVsLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbi5nZC1zaWduYXR1cmUtbGlzdC13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgZmxleDogMTtcbiAgb3ZlcmZsb3c6IGF1dG87XG4gIGhlaWdodDogMTAwJTtcbn1cblxuLmdkLXNpZ25hdHVyZS1saXN0LXNjcm9sbCB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBvdmVyZmxvdy14OiBoaWRkZW47XG4gIG92ZXJmbG93LXk6IGF1dG8gIWltcG9ydGFudDtcbn1cblxuLmdkLXNpZ25hdHVyZS1pdGVtIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICBtaW4taGVpZ2h0OiA2OHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDI1NSwgMjU1LCAyNTUpO1xuXG4gIC5pY29uIHtcbiAgICBmb250LXNpemU6IDE1cHg7XG4gICAgY29sb3I6ICM2NzY3Njc7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS10cmFzaC1pY29uIHtcbiAgICBmbGV4OiAwIDAgNzBweDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLW5hbWUge1xuICAgIG1heC13aWR0aDogMTMwcHg7XG4gICAgZm9udC1zaXplOiAxM3B4O1xuICAgIGNvbG9yOiByZ2JhKDAsIDAsIDAsIDAuMzYpO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbiAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbCB7XG4gICAgZmxleDogMCAwIDcwcHg7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIHdpZHRoOiBhdXRvO1xuXG4gICAgLmljb24ge1xuICAgICAgZm9udC1zaXplOiAzMHB4O1xuICAgICAgcGFkZGluZzogMDtcbiAgICAgIG1hcmdpbjogMHB4O1xuICAgICAgb3BhY2l0eTogMC4yNTtcbiAgICB9XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRpdGxlIHtcbiAgICBmbGV4OiAxO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG4gICAgcGFkZGluZy1sZWZ0OiA3cHg7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC10ZXh0LCAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSwgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaGFuZCB7XG4gICAgbWF4LXdpZHRoOiA3MHB4O1xuICAgIGhlaWdodDogNDFweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlIHtcbiAgICBtaW4td2lkdGg6IDQxcHg7XG4gICAgbWF4LXdpZHRoOiA3MHB4O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2Uge1xuICAgIG1pbi13aWR0aDogNDFweDtcbiAgICBtYXgtd2lkdGg6IDcwcHg7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1xckNvZGUsIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWJhckNvZGUge1xuICAgIG1heC13aWR0aDogNzBweDtcbiAgICBoZWlnaHQ6IDQ0cHg7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1zdGFtcCB7XG4gICAgbWF4LXdpZHRoOiA3MHB4O1xuICAgIGhlaWdodDogNDhweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGl0bGUudGV4dCB7XG4gICAgcGFkZGluZy1sZWZ0OiAxNnB4O1xuICB9XG59XG5cbi5nZC1zaWduYXR1cmUtbGlzdCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiBpbmhlcml0O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTdlN2U3O1xufVxuXG4uZ2Qtc2lnbmF0dXJlIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgd2lkdGg6IDEwMCU7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC43NSk7XG4gIG1hcmdpbi1ib3R0b206IDJweDtcbn1cblxuLmdkLXNpZ25hdHVyZS1lbXB0eS1saXN0IHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBjb2xvcjogI0FDQUNBQztcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIHdpZHRoOiAzNTBweDtcbiAgaGVpZ2h0OiAyNTBweDtcblxuICAuaWNvbiB7XG4gICAgZm9udC1zaXplOiA2MHB4O1xuICB9XG59XG5cbi5nZC1zaWduYXR1cmUtZW1wdHktbGlzdCBpIHtcbiAgZm9udC1zaXplOiA2MHB4O1xuICBwYWRkaW5nOiA4N3B4IDk3cHggMHB4O1xufVxuXG4uZ2QtZW1wdHktbGlzdC10ZXh0IHtcbiAgcGFkZGluZzogMThweCAzOHB4IDBweDtcbiAgZm9udC1zaXplOiAxMnB4O1xufVxuXG4uZ2QtZGlnaXRhbC1pbnB1dC13cmFwcGVyIHtcbiAgbWFyZ2luOiA5cHggOHB4IDdweCA4cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGJvcmRlcjogNXB4ICNEREQ7XG59XG5cbi5nZC1zaWduLWRpZ2l0YWwge1xuICBoZWlnaHQ6IDI3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICM5Njk2OTY7XG4gIG1hcmdpbjogOXB4IDhweCA3cHggOHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBjb2xvcjogI2ZmZmZmZjtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBib3gtc2hhZG93OiAwIDAgM3B4ICNkZGQ7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgcGFkZGluZy10b3A6IDVweDtcbiAgcGFkZGluZy1sZWZ0OiAxMHB4O1xufVxuXG4uZGlnaXRhbC1hcHBseSB7XG4gIHBhZGRpbmctbGVmdDogMTBweDtcbn1cblxuLmdkLXNpZ24tZGlnaXRhbC5hY3RpdmUge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAbmF2LWxvZ28tYmFja2dyb3VuZDtcbn1cblxuLmdkLWRpZ2l0YWwtaW5wdXRzIGlucHV0IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMjdweDtcbiAgcGFkZGluZy1sZWZ0OiAyOHB4O1xufVxuXG4uZ2QtZGlnaXRhbC1pbnB1dHMge1xuICAuaWNvbiB7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIGZvbnQtc2l6ZTogMTJweDtcbiAgICBtYXJnaW46IDdweCAwcHggN3B4IDdweDtcbiAgICBjb2xvcjogI2NjYyAhaW1wb3J0YW50O1xuICB9XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLXRleHQsIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlLCAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1oYW5kIHtcbiAgICBtYXJnaW46IDA7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gICAgd2lkdGg6IDQ0cHg7XG4gICAgaGVpZ2h0OiA0NHB4O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtbmFtZSB7XG4gICAgZm9udC1zaXplOiAxM3B4O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS1pdGVtIC5pY29uIHtcbiAgICBmb250LXNpemU6IDE1cHg7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC10ZXh0LCAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSwgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaGFuZCB7XG4gICAgbWFyZ2luOiAwO1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2Uge1xuICAgIHdpZHRoOiA0NHB4O1xuICAgIGhlaWdodDogNDRweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWRpZ2l0YWwgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMzBweCAhaW1wb3J0YW50O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtZGlnaXRhbCB7XG4gICAgLmljb24ge1xuICAgICAgZm9udC1zaXplOiAzMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG5cbiAgLmdkLWRpZ2l0YWwtaW5wdXRzIHtcbiAgICAuaWNvbiB7XG4gICAgICBmb250LXNpemU6IDEzcHg7XG4gICAgfVxuICB9XG5cbn1cbiIsIi5nZC1zaWduYXR1cmUtbGlzdC13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgZmxleDogMTtcbiAgb3ZlcmZsb3c6IGF1dG87XG4gIGhlaWdodDogMTAwJTtcbn1cbi5nZC1zaWduYXR1cmUtbGlzdC1zY3JvbGwge1xuICBkaXNwbGF5OiBibG9jaztcbiAgb3ZlcmZsb3cteDogaGlkZGVuO1xuICBvdmVyZmxvdy15OiBhdXRvICFpbXBvcnRhbnQ7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0ge1xuICB3aWR0aDogMTAwJTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIG1pbi1oZWlnaHQ6IDY4cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMjU1LCAyNTUsIDI1NSk7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmljb24ge1xuICBmb250LXNpemU6IDE1cHg7XG4gIGNvbG9yOiAjNjc2NzY3O1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS10cmFzaC1pY29uIHtcbiAgZmxleDogMCAwIDcwcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xufVxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtbmFtZSB7XG4gIG1heC13aWR0aDogMTMwcHg7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgY29sb3I6IHJnYmEoMCwgMCwgMCwgMC4zNik7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsIHtcbiAgZmxleDogMCAwIDcwcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICB3aWR0aDogYXV0bztcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbCAuaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzBweDtcbiAgcGFkZGluZzogMDtcbiAgbWFyZ2luOiAwcHg7XG4gIG9wYWNpdHk6IDAuMjU7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS10aXRsZSB7XG4gIGZsZXg6IDE7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogZmxleC1zdGFydDtcbiAgcGFkZGluZy1sZWZ0OiA3cHg7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtdGV4dCxcbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSxcbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1oYW5kIHtcbiAgbWF4LXdpZHRoOiA3MHB4O1xuICBoZWlnaHQ6IDQxcHg7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2Uge1xuICBtaW4td2lkdGg6IDQxcHg7XG4gIG1heC13aWR0aDogNzBweDtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gIG1pbi13aWR0aDogNDFweDtcbiAgbWF4LXdpZHRoOiA3MHB4O1xufVxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLXFyQ29kZSxcbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1iYXJDb2RlIHtcbiAgbWF4LXdpZHRoOiA3MHB4O1xuICBoZWlnaHQ6IDQ0cHg7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtc3RhbXAge1xuICBtYXgtd2lkdGg6IDcwcHg7XG4gIGhlaWdodDogNDhweDtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRpdGxlLnRleHQge1xuICBwYWRkaW5nLWxlZnQ6IDE2cHg7XG59XG4uZ2Qtc2lnbmF0dXJlLWxpc3Qge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aDogaW5oZXJpdDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2U3ZTdlNztcbn1cbi5nZC1zaWduYXR1cmUge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aDogMTAwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyNTUsIDI1NSwgMjU1LCAwLjc1KTtcbiAgbWFyZ2luLWJvdHRvbTogMnB4O1xufVxuLmdkLXNpZ25hdHVyZS1lbXB0eS1saXN0IHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBjb2xvcjogI0FDQUNBQztcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIHdpZHRoOiAzNTBweDtcbiAgaGVpZ2h0OiAyNTBweDtcbn1cbi5nZC1zaWduYXR1cmUtZW1wdHktbGlzdCAuaWNvbiB7XG4gIGZvbnQtc2l6ZTogNjBweDtcbn1cbi5nZC1zaWduYXR1cmUtZW1wdHktbGlzdCBpIHtcbiAgZm9udC1zaXplOiA2MHB4O1xuICBwYWRkaW5nOiA4N3B4IDk3cHggMHB4O1xufVxuLmdkLWVtcHR5LWxpc3QtdGV4dCB7XG4gIHBhZGRpbmc6IDE4cHggMzhweCAwcHg7XG4gIGZvbnQtc2l6ZTogMTJweDtcbn1cbi5nZC1kaWdpdGFsLWlucHV0LXdyYXBwZXIge1xuICBtYXJnaW46IDlweCA4cHggN3B4IDhweDtcbiAgZGlzcGxheTogZmxleDtcbiAgYm9yZGVyOiA1cHggI0RERDtcbn1cbi5nZC1zaWduLWRpZ2l0YWwge1xuICBoZWlnaHQ6IDI3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICM5Njk2OTY7XG4gIG1hcmdpbjogOXB4IDhweCA3cHggOHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBjb2xvcjogI2ZmZmZmZjtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBib3gtc2hhZG93OiAwIDAgM3B4ICNkZGQ7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgcGFkZGluZy10b3A6IDVweDtcbiAgcGFkZGluZy1sZWZ0OiAxMHB4O1xufVxuLmRpZ2l0YWwtYXBwbHkge1xuICBwYWRkaW5nLWxlZnQ6IDEwcHg7XG59XG4uZ2Qtc2lnbi1kaWdpdGFsLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNWMyZDQ7XG59XG4uZ2QtZGlnaXRhbC1pbnB1dHMgaW5wdXQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAyN3B4O1xuICBwYWRkaW5nLWxlZnQ6IDI4cHg7XG59XG4uZ2QtZGlnaXRhbC1pbnB1dHMgLmljb24ge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgbWFyZ2luOiA3cHggMHB4IDdweCA3cHg7XG4gIGNvbG9yOiAjY2NjICFpbXBvcnRhbnQ7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLXRleHQsXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlLFxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1oYW5kIHtcbiAgICBtYXJnaW46IDA7XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2Uge1xuICAgIHdpZHRoOiA0NHB4O1xuICAgIGhlaWdodDogNDRweDtcbiAgfVxuICAuZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS1uYW1lIHtcbiAgICBmb250LXNpemU6IDEzcHg7XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS1pdGVtIC5pY29uIHtcbiAgICBmb250LXNpemU6IDE1cHg7XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtdGV4dCxcbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2UsXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWhhbmQge1xuICAgIG1hcmdpbjogMDtcbiAgfVxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gICAgd2lkdGg6IDQ0cHg7XG4gICAgaGVpZ2h0OiA0NHB4O1xuICB9XG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWRpZ2l0YWwgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMzBweCAhaW1wb3J0YW50O1xuICB9XG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWRpZ2l0YWwgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMzBweCAhaW1wb3J0YW50O1xuICB9XG4gIC5nZC1kaWdpdGFsLWlucHV0cyAuaWNvbiB7XG4gICAgZm9udC1zaXplOiAxM3B4O1xuICB9XG59XG4iXX0= */\"","import {Component, EventEmitter, Input, OnChanges, OnInit, Output, SimpleChanges} from '@angular/core';\nimport {DigitalSign, DraggableSignature, Position, Signature, SignatureType} from \"../signature-models\";\nimport {NavigateService} from \"@groupdocs.examples.angular/common-components\";\nimport {SelectSignatureService} from \"../select-signature.service\";\nimport {DragSignatureService} from \"../drag-signature.service\";\nimport {DatePipe} from \"@angular/common\";\nimport {SignaturesHolderService} from \"../signatures-holder.service\";\n\n\n@Component({\n selector: 'gd-signature-list-panel',\n templateUrl: './signature-list-panel.component.html',\n styleUrls: ['./signature-list-panel.component.less']\n})\nexport class SignatureListPanelComponent implements OnInit, OnChanges {\n\n @Input() signatures: Signature[];\n @Input() icon: string;\n @Input() signatureType: string;\n @Input() isPdf: boolean;\n @Input() loading: boolean;\n @Output() removeSignatureEvent = new EventEmitter();\n showDigitalInputs = false;\n digitalProps = new DigitalSign();\n digitalId: string;\n\n constructor(private _navigateService: NavigateService,\n private _selectSignatureService: SelectSignatureService,\n private _dragSignatureService: DragSignatureService,\n private _datePipe: DatePipe,\n private _signaturesHolderService: SignaturesHolderService) {\n this.digitalProps.date = this._datePipe.transform(new Date(), 'dd-MM-yyyy');\n }\n\n ngOnInit() {\n }\n\n getImage(data: string) {\n const dataImagePngBase64 = 'data:image/png;base64,';\n return dataImagePngBase64 + data;\n }\n\n deleteSign(guid: string) {\n this.removeSignatureEvent.emit(guid);\n }\n\n isDigital() {\n return SignatureType.DIGITAL.id === this.signatureType;\n }\n\n private selectSignature(sign: DraggableSignature) {\n this._selectSignatureService.select(sign);\n }\n\n private getSign(guid: string): DraggableSignature {\n const sign = new DraggableSignature();\n sign.type = this.signatureType;\n sign.guid = guid;\n sign.position = new Position(0, 0);\n sign.pageNumber = this._navigateService.currentPage;\n return sign;\n }\n\n select(guid: string) {\n if (this.signatureType === SignatureType.DIGITAL.id) {\n this.showDigitalInputs = this.digitalId !== guid;\n this.digitalId = this.digitalId === guid ? null : guid;\n } else {\n const sign = this.getSign(guid);\n this.selectSignature(sign);\n }\n }\n\n dragOver($event: DragEvent) {\n $event.preventDefault();\n $event.stopPropagation();\n }\n\n dragLeave($event: DragEvent, guid: string) {\n this._dragSignatureService.sign = this.getSign(guid);\n }\n\n selectDigital(guid: string) {\n if (!this.isActive(guid)) {\n return;\n }\n const sign = this.getSign(guid);\n sign.digitalProps = this.digitalProps;\n this.selectSignature(sign);\n }\n\n parseDate(value) {\n return this._datePipe.transform(value, 'dd-MM-yyyy');\n }\n\n isActive(guid: string) {\n return !this._signaturesHolderService.has(guid);\n }\n\n dragStart($event: DragEvent) { // for ff\n $event.dataTransfer.setData('text', 'foo');\n }\n\n empty() {\n return !this.loading && (!this.signatures || this.signatures.length === 0);\n }\n\n ngOnChanges(changes: SimpleChanges): void {\n if (this.showDigitalInputs) {\n this.showDigitalInputs = this.signatureType === SignatureType.DIGITAL.id;\n }\n }\n\n drop($event: DragEvent) {\n $event.preventDefault();\n $event.stopPropagation();\n }\n}\n","import {Formatting} from \"@groupdocs.examples.angular/common-components\";\n\nexport class Signature {\n guid: string;\n image: string;\n name: string;\n text: string;\n fontColor: string;\n}\n\nexport class SignatureType {\n public static TEXT = {id: 'text', name: 'Text signatures', icon: 'font', title: ''};\n public static IMAGE = {id: 'image', name: 'Uploaded Images', icon: 'image', title: 'Add image signature'};\n public static QR_CODE = {id: 'qrCode', name: 'QR codes', icon: 'qrcode', title: 'New QR code'};\n public static BAR_CODE = {id: 'barCode', name: 'Bar codes', icon: 'barcode', title: 'New Bar code'};\n public static DIGITAL = {\n id: 'digital',\n name: 'Digital signatures',\n icon: 'fingerprint',\n title: 'New digital signature'\n };\n public static STAMP = {id: 'stamp', name: 'Stamps', icon: 'stamp', title: ''};\n public static HAND = {id: 'hand', name: 'Signatures', icon: 'signature', title: ''};\n\n public static getSignatureType(id: string) {\n switch (id) {\n case SignatureType.TEXT.id:\n return SignatureType.TEXT;\n case SignatureType.IMAGE.id:\n return SignatureType.IMAGE;\n case SignatureType.DIGITAL.id:\n return SignatureType.DIGITAL;\n case SignatureType.QR_CODE.id:\n return SignatureType.QR_CODE;\n case SignatureType.BAR_CODE.id:\n return SignatureType.BAR_CODE;\n case SignatureType.STAMP.id:\n return SignatureType.STAMP;\n case SignatureType.HAND.id:\n return SignatureType.HAND;\n }\n }\n}\n\nexport class FileListWithParams {\n fileList: FileList;\n signType: string;\n\n constructor(fileList: FileList, signType: string) {\n this.fileList = fileList;\n this.signType = signType;\n }\n}\n\nexport class OpticalCodeModel {\n encodedImage: string;\n text: string;\n temp: boolean;\n}\n\nexport class DraggableSignature {\n public static TEMP = \"temp\";\n guid: string;\n type: string;\n position: Position;\n pageNumber: number;\n digitalProps: DigitalSign;\n}\n\nexport class Position {\n left: number;\n top: number;\n\n constructor(left: number, top: number) {\n this.left = left;\n this.top = top;\n }\n}\n\nexport class SignatureData {\n reason: string;\n contact: string;\n address: string;\n date: string;\n signaturePassword: string;\n signatureGuid: string;\n signatureType: string;\n pageNumber: number;\n left: number;\n top: number;\n imageWidth: number;\n imageHeight: number;\n angle: number;\n\n public static map(data: AddedSignature, type: string, position: Position) {\n const ret = new SignatureData();\n ret.signatureType = type;\n ret.pageNumber = data.number;\n ret.left = position.left;\n ret.top = position.top;\n ret.signatureGuid = data.guid;\n ret.imageWidth = data.width;\n ret.imageHeight = data.height;\n if (data.digitalProps) {\n ret.reason = data.digitalProps.reason;\n ret.contact = data.digitalProps.contact;\n ret.address = data.digitalProps.address;\n ret.signaturePassword = data.digitalProps.signaturePassword;\n ret.date = data.digitalProps.date;\n }\n\n return ret;\n }\n}\n\nexport class DigitalSign {\n reason: string;\n contact: string;\n address: string;\n date: string;\n signaturePassword: string;\n}\n\nexport class AddedSignature {\n\n constructor() {\n this.height = 0;\n this.width = 0;\n }\n\n guid: string;\n props: SignatureProps;\n data: string;\n width: number;\n height: number;\n number: number;\n digitalProps: DigitalSign;\n}\n\nexport class SignatureProps {\n imageGuid: string;\n text: string;\n width: number;\n height: number;\n bold: boolean;\n italic: boolean;\n underline: boolean;\n font: string;\n fontSize: number;\n fontColor: string;\n\n public static getDefault(): SignatureProps {\n const props = new SignatureProps();\n props.text = \"\";\n const f = Formatting.default();\n props.fontColor = f.color;\n props.font = f.font;\n props.fontSize = f.fontSize;\n props.underline = f.underline;\n props.bold = f.bold;\n props.italic = f.italic;\n return props;\n }\n}\n\nexport class RemoveSign {\n guid: string;\n id: number;\n type: string;\n}\n\nexport class CopySign {\n guid: string;\n id: number;\n type: string;\n}\n\nexport class CopyChanges {\n guid: string;\n id: number;\n width: number;\n height: number;\n position: Position;\n props: SignatureProps;\n}\n\nexport class StampCanvasProps {\n id: number;\n text: string;\n width: number;\n height: number;\n zIndex: number;\n backgroundColor: string;\n strokeColor: string;\n strokeWidth: number;\n fontSize: number;\n font: string;\n textColor: string;\n radius: number;\n bold: boolean;\n italic: boolean;\n underline: boolean;\n textExpansion = 0.173;\n textRepeat = 1;\n\n constructor() {\n }\n\n init(isMobile) {\n this.text = \"\";\n this.width = isMobile ? 103 : 153;\n this.height = isMobile ? 103 : 153;\n this.zIndex = 10;\n this.backgroundColor = \"rgb(255, 255, 255)\";\n this.strokeColor = \"rgb(51, 51, 51)\";\n this.strokeWidth = 1;\n this.fontSize = 19;\n this.font = \"Arial\";\n this.textColor = \"rgb(51, 51, 51)\";\n this.radius = 76.5;\n this.bold = false;\n this.italic = false;\n this.underline = false;\n return this;\n }\n}\n\nexport class Border {\n public static widthOptions() {\n const ret = []\n for (let i = 1; i <= 10; i++) {\n ret.push(this.widthOption(i));\n }\n return ret;\n }\n\n public static widthOption(width: number) {\n return {value: width, name: width + 'px', separator: false}\n }\n}\n\nexport class Downloads {\n public static original = 'original';\n public static signed = 'signed';\n}\n","import {TabActivatorService} from \"@groupdocs.examples.angular/common-components\";\n\nexport class SignatureTabActivatorService extends TabActivatorService {\n\n constructor() {\n super();\n }\n}\n","module.exports = \".gd-tab {\\n font-size: 14px;\\n color: #3E4E5A;\\n cursor: pointer;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n min-width: 36px;\\n height: 36px;\\n text-align: center;\\n position: relative;\\n white-space: nowrap;\\n padding: 0 !important;\\n margin: 0 10px;\\n}\\n.gd-tab.active {\\n background-color: #ACACAC;\\n color: #FFFFFF !important;\\n font-weight: bold;\\n}\\n.gd-tab ::ng-deep .tooltip {\\n font-size: 12px;\\n margin: 20px -57px;\\n}\\n.gd-tab .title {\\n margin: auto 23px;\\n}\\n@media (max-width: 1037px) {\\n .gd-tab {\\n font-size: 20px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtdGFiL3NpZ25hdHVyZS10YWIuY29tcG9uZW50Lmxlc3MiLCJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS10YWIvc2lnbmF0dXJlLXRhYi5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLGVBQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtFQUNBLGtCQUFBO0VBQ0EsbUJBQUE7RUFDQSxxQkFBQTtFQUNBLGNBQUE7QUNERjtBREdFO0VBQ0UseUJBQUE7RUFDQSx5QkFBQTtFQUNBLGlCQUFBO0FDREo7QURqQkE7RUFzQkksZUFBQTtFQUNBLGtCQUFBO0FDRko7QURyQkE7RUEyQkksaUJBQUE7QUNISjtBRE9BO0VBQ0U7SUFDRSxlQUFBO0VDTEY7QUFDRiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS10YWIvc2lnbmF0dXJlLXRhYi5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uZ2QtdGFiIHtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBjb2xvcjogQHByaW1hcnk7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIG1pbi13aWR0aDogMzZweDtcbiAgaGVpZ2h0OiAzNnB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgcGFkZGluZzogMCAhaW1wb3J0YW50O1xuICBtYXJnaW46IDAgMTBweDtcblxuICAmLmFjdGl2ZSB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI0FDQUNBQztcbiAgICBjb2xvcjogI0ZGRkZGRiAhaW1wb3J0YW50O1xuICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICB9XG5cbiAgOjpuZy1kZWVwIC50b29sdGlwIHtcbiAgICBmb250LXNpemU6IDEycHg7XG4gICAgbWFyZ2luOiAyMHB4IC01N3B4O1xuICB9XG5cbiAgLnRpdGxlIHtcbiAgICBtYXJnaW46IGF1dG8gMjNweDtcbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuZ2QtdGFiIHtcbiAgICBmb250LXNpemU6IDIwcHg7XG4gIH1cbn1cbiIsIi5nZC10YWIge1xuICBmb250LXNpemU6IDE0cHg7XG4gIGNvbG9yOiAjM0U0RTVBO1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBtaW4td2lkdGg6IDM2cHg7XG4gIGhlaWdodDogMzZweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gIHBhZGRpbmc6IDAgIWltcG9ydGFudDtcbiAgbWFyZ2luOiAwIDEwcHg7XG59XG4uZ2QtdGFiLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNBQ0FDQUM7XG4gIGNvbG9yOiAjRkZGRkZGICFpbXBvcnRhbnQ7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xufVxuLmdkLXRhYiA6Om5nLWRlZXAgLnRvb2x0aXAge1xuICBmb250LXNpemU6IDEycHg7XG4gIG1hcmdpbjogMjBweCAtNTdweDtcbn1cbi5nZC10YWIgLnRpdGxlIHtcbiAgbWFyZ2luOiBhdXRvIDIzcHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5nZC10YWIge1xuICAgIGZvbnQtc2l6ZTogMjBweDtcbiAgfVxufVxuIl19 */\"","import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';\nimport {\n CommonModals,\n ExceptionMessageService, ModalService\n} from \"@groupdocs.examples.angular/common-components\";\nimport {SignatureTabActivatorService} from \"../signature-tab-activator.service\";\n\n@Component({\n selector: 'gd-signature-tab',\n templateUrl: './signature-tab.component.html',\n styleUrls: ['./signature-tab.component.less']\n})\nexport class SignatureTabComponent implements OnInit {\n @Input() id: string;\n @Input() icon: string;\n @Input() disabled = false;\n @Input() tooltip: string;\n @Output() activeTab = new EventEmitter();\n public active = false;\n public showToolTip = false;\n\n constructor(private _tabActivatorService: SignatureTabActivatorService,\n private _modalService: ModalService,\n private _excMessageService: ExceptionMessageService) {\n this._tabActivatorService.activeTabChange.subscribe((tabId: string) => {\n this.activation(tabId);\n });\n }\n\n private activation(tabId: string) {\n if (this.id === tabId) {\n this.active = !this.active;\n if (this.active) {\n this.activeTab.emit(this.id);\n } else {\n this.activeTab.emit(\"\");\n }\n } else {\n this.active = false;\n }\n }\n\n ngOnInit() {\n }\n\n toggleTab() {\n if (this.disabled) {\n this._modalService.open(CommonModals.ErrorMessage);\n this._excMessageService.changeMessage(\"Please open document first\");\n return;\n }\n this._tabActivatorService.changeActiveTab(this.id);\n }\n\n}\n","import {APP_INITIALIZER, ModuleWithProviders, NgModule} from '@angular/core';\nimport {CommonModule, DatePipe} from '@angular/common';\nimport {\n Api,\n CommonComponentsModule,\n ConfigService,\n ErrorInterceptorService,\n LoadingMaskInterceptorService,\n LoadingMaskService\n} from \"@groupdocs.examples.angular/common-components\";\nimport {HTTP_INTERCEPTORS, HttpClientModule} from \"@angular/common/http\";\nimport {SignatureService} from \"./signature.service\";\nimport {SignatureConfigService} from \"./signature-config.service\";\nimport {SignatureAppComponent} from \"./signature-app.component\";\nimport {SignatureListPanelComponent} from './signature-list-panel/signature-list-panel.component';\nimport {FontAwesomeModule} from '@fortawesome/angular-fontawesome';\nimport {library} from '@fortawesome/fontawesome-svg-core';\nimport {fas} from '@fortawesome/free-solid-svg-icons';\nimport {far} from '@fortawesome/free-regular-svg-icons';\nimport {SignatureTabComponent} from './signature-tab/signature-tab.component';\nimport {NewBarQrCodeComponent} from './new-bar-qr-code/new-bar-qr-code.component';\nimport {UploadSignatureComponent} from './upload-signature/upload-signature.component';\nimport {DndSignatureDirective} from './dnd-signature.directive';\nimport {Signature} from './signature/signature.component';\nimport {SelectSignatureService} from \"./select-signature.service\";\nimport {DragSignatureService} from \"./drag-signature.service\";\nimport {RemoveSignatureService} from \"./remove-signature.service\";\nimport {ActiveSignatureService} from \"./active-signature.service\";\nimport {CanvasComponent} from './canvas/canvas.component';\nimport {StampCanvasComponent} from './stamp-canvas/stamp-canvas.component';\nimport {ActiveCanvasService} from \"./active-canvas.service\";\nimport {RemoveCanvasService} from \"./remove-canvas.service\";\nimport {SignaturesHolderService} from \"./signatures-holder.service\";\nimport {SignatureTabActivatorService} from \"./signature-tab-activator.service\";\nimport {SignatureLeftPanelComponent} from './signature-left-panel/signature-left-panel.component';\nimport {HandModalComponent} from './hand-modal/hand-modal.component';\nimport {StampModalComponent} from './stamp-modal/stamp-modal.component';\nimport {CopySignatureService} from \"./copy-signature.service\";\nimport {ClickOutsideModule} from 'ng-click-outside';\n\nexport function initializeApp(signatureConfigService: SignatureConfigService) {\n const result = () => signatureConfigService.load();\n return result;\n}\n\n// NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981\n// @dynamic\nexport function setupLoadingInterceptor(service: LoadingMaskService) {\n return new LoadingMaskInterceptorService(service);\n}\n\n@NgModule({\n declarations: [SignatureAppComponent,\n SignatureListPanelComponent,\n SignatureTabComponent,\n NewBarQrCodeComponent,\n UploadSignatureComponent,\n DndSignatureDirective,\n Signature,\n CanvasComponent,\n StampCanvasComponent,\n SignatureLeftPanelComponent,\n HandModalComponent,\n StampModalComponent],\n exports: [SignatureAppComponent,\n SignatureListPanelComponent,\n SignatureTabComponent,\n NewBarQrCodeComponent,\n UploadSignatureComponent,\n DndSignatureDirective,\n Signature,\n CanvasComponent,\n StampCanvasComponent,\n SignatureLeftPanelComponent,\n HandModalComponent,\n StampModalComponent,\n CommonComponentsModule],\n imports: [CommonModule,\n CommonComponentsModule,\n HttpClientModule,\n FontAwesomeModule,\n ClickOutsideModule],\n providers: [\n SignatureService,\n ConfigService,\n SignatureConfigService,\n SelectSignatureService,\n DragSignatureService,\n RemoveSignatureService,\n ActiveSignatureService,\n ActiveCanvasService,\n RemoveCanvasService,\n DatePipe,\n SignaturesHolderService,\n SignatureTabActivatorService,\n CopySignatureService,\n {\n provide: HTTP_INTERCEPTORS,\n useClass: ErrorInterceptorService,\n multi: true\n },\n {\n provide: APP_INITIALIZER,\n useFactory: initializeApp,\n deps: [SignatureConfigService], multi: true\n },\n LoadingMaskService,\n {\n provide: HTTP_INTERCEPTORS,\n useFactory: setupLoadingInterceptor,\n multi: true,\n deps: [LoadingMaskService]\n }\n ],\n entryComponents: [\n Signature,\n StampCanvasComponent\n ]\n})\nexport class SignatureModule {\n constructor() {\n library.add(fas, far);\n }\n\n static forRoot(apiEndpoint: string): ModuleWithProviders {\n Api.DEFAULT_API_ENDPOINT = apiEndpoint;\n return {\n ngModule: SignatureModule\n };\n }\n}\n","import {Injectable} from '@angular/core';\nimport {HttpClient, HttpResponse} from \"@angular/common/http\";\nimport {Api, ConfigService, FileCredentials, FileUtil, Utils} from \"@groupdocs.examples.angular/common-components\";\nimport {AddedSignature, DraggableSignature, FileListWithParams, SignatureProps} from \"./signature-models\";\nimport {map} from \"rxjs/operators\";\n\n@Injectable({\n providedIn: 'root'\n})\nexport class SignatureService {\n\n constructor(private _http: HttpClient, private _config: ConfigService) {\n }\n\n loadFiles(path: string) {\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\n }\n\n loadFile(credentials: FileCredentials) {\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.LOAD_DOCUMENT_DESCRIPTION, credentials, Api.httpOptionsJson);\n }\n\n upload(file: File, url: string, rewrite: boolean, signType: string) {\n const formData = new FormData();\n formData.append(\"file\", file);\n formData.append('rewrite', String(rewrite));\n if (signType) {\n formData.append(\"signatureType\", signType);\n }\n if (url) {\n formData.append(\"url\", url);\n }\n\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\n }\n\n loadPage(credentials: FileCredentials, page: number) {\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.LOAD_DOCUMENT_PAGE, {\n 'guid': credentials.guid,\n 'password': credentials.password,\n 'page': page\n }, Api.httpOptionsJson);\n }\n\n getDownloadUrl(credentials: FileCredentials) {\n return this._config.getSignatureApiEndpoint() + Api.DOWNLOAD_DOCUMENTS + '/?path=' + credentials.guid;\n }\n\n loadPrint(credentials: FileCredentials) {\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.LOAD_PRINT, {\n 'guid': credentials.guid,\n 'password': credentials.password,\n }, Api.httpOptionsJson);\n }\n\n loadPrintPdf(credentials: FileCredentials) {\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.LOAD_PRINT_PDF, {\n 'guid': credentials.guid,\n 'password': credentials.password,\n }, Api.httpOptionsJsonResponseTypeBlob);\n }\n\n getSignatures(path: string, type: string) {\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.LOAD_FILE_TREE, {\n 'path': path,\n 'signatureType': type\n }, Api.httpOptionsJson);\n }\n\n removeSignatures(guid: string, type: string) {\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.DELETE_SIGNATURE_FILE, {\n 'guid': guid,\n 'signatureType': type\n }, Api.httpOptionsJson);\n }\n\n uploadSignature(data: FileListWithParams, rewrite: boolean) {\n if (data.fileList.length > 1) {\n for (let i = 0; i < data.fileList.length - 1; i++) {\n this.upload(data.fileList.item(i), '', rewrite, data.signType);\n }\n }\n return this.upload(data.fileList.item(data.fileList.length - 1), '', rewrite, data.signType);\n }\n\n getCode(text: string, temp: boolean, type: string) {\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.SAVE_OPTICAL_CODE, {\n 'properties': {'text': text, 'temp': temp},\n 'signatureType': type\n }, Api.httpOptionsJson);\n }\n\n loadSignatureImage(sign: DraggableSignature) {\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.LOAD_SIGNATURE_IMAGE, {\n 'guid': sign.guid,\n 'page': sign.pageNumber,\n 'signatureType': sign.type,\n 'password': ''\n }, Api.httpOptionsJson).pipe(\n map((props: AddedSignature) => {\n props.guid = sign.guid;\n return props;\n }));\n }\n\n saveTextSignature(data: AddedSignature) {\n const properties = data.props;\n properties.fontColor = Utils.toRgb(properties.fontColor);\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.SAVE_TEXT, {\n 'properties': properties\n }, Api.httpOptionsJson).pipe(\n map((props: SignatureProps) => {\n props.fontColor = Utils.toHex(props.fontColor);\n return props;\n }));\n }\n\n saveImage(img: string) {\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.SAVE_IMAGE, {\n 'image': img\n }, Api.httpOptionsJson);\n }\n\n saveStamp(img: string, props: any[]) {\n for (const properties of props) {\n properties.backgroundColor = Utils.toRgb(properties.backgroundColor);\n properties.strokeColor = Utils.toRgb(properties.strokeColor);\n properties.textColor = Utils.toRgb(properties.textColor);\n }\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.SAVE_STAMP, {\n 'image': img,\n 'stampData': props\n }, Api.httpOptionsJson);\n }\n\n sign(credentials: FileCredentials, signatures: any[]) {\n const docType = FileUtil.find(credentials.guid, false).format;\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.SIGN, {\n guid: credentials.guid,\n password: credentials.password ? credentials.password : \"\",\n signaturesData: signatures,\n documentType: docType\n }, Api.httpOptionsJson);\n }\n\n downloadSigned(credentials: FileCredentials, signatures: any[]) {\n const docType = FileUtil.find(credentials.guid, false).format;\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.DOWNLOAD_SIGNED, {\n guid: credentials.guid,\n password: credentials.password,\n signaturesData: signatures,\n documentType: docType\n }, Api.httpOptionsJsonResponseTypeBlob);\n }\n}\n","module.exports = \".gd-signature {\\n position: absolute !important;\\n}\\n.gd-signature .gd-signature-wrapper {\\n height: inherit;\\n outline: 1px solid #679FFA;\\n}\\n.gd-signature-image {\\n width: 100% !important;\\n height: inherit;\\n}\\n.gd-text {\\n width: inherit;\\n height: inherit;\\n border: none;\\n resize: none;\\n outline: none;\\n margin: 0px;\\n padding: 0px;\\n}\\n.gd-digital-marker {\\n background-color: #3787F5;\\n height: 16px;\\n width: 100%;\\n text-align: left;\\n display: -webkit-box;\\n display: flex;\\n position: absolute;\\n bottom: 0;\\n}\\n.gd-digital-marker .icon {\\n color: #FFFFFF;\\n font-size: 10px;\\n margin: 0px 5px 0px 3px;\\n}\\n.gd-digital-marker div {\\n -webkit-box-flex: 1;\\n flex-grow: 1;\\n font-size: 8px;\\n color: #FFFFFF;\\n margin-top: 1px;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUvc2lnbmF0dXJlLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUvc2lnbmF0dXJlLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0UsNkJBQUE7QUNDRjtBREZBO0VBSUksZUFBQTtFQUNBLDBCQUFBO0FDQ0o7QURHQTtFQUNFLHNCQUFBO0VBQ0EsZUFBQTtBQ0RGO0FESUE7RUFDRSxjQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxZQUFBO0VBQ0EsYUFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0FDRkY7QURLQTtFQUNFLHlCQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxnQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGtCQUFBO0VBQ0EsU0FBQTtBQ0hGO0FESkE7RUFVSSxjQUFBO0VBQ0EsZUFBQTtFQUNBLHVCQUFBO0FDSEo7QURUQTtFQWdCSSxtQkFBQTtVQUFBLFlBQUE7RUFDQSxjQUFBO0VBQ0EsY0FBQTtFQUNBLGVBQUE7QUNKSiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS9zaWduYXR1cmUuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyIuZ2Qtc2lnbmF0dXJlIHtcbiAgcG9zaXRpb246IGFic29sdXRlICFpbXBvcnRhbnQ7XG5cbiAgLmdkLXNpZ25hdHVyZS13cmFwcGVyIHtcbiAgICBoZWlnaHQ6IGluaGVyaXQ7XG4gICAgb3V0bGluZTogMXB4IHNvbGlkICM2NzlGRkE7XG4gIH1cbn1cblxuLmdkLXNpZ25hdHVyZS1pbWFnZSB7XG4gIHdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cblxuLmdkLXRleHQge1xuICB3aWR0aDogaW5oZXJpdDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xuICBib3JkZXI6IG5vbmU7XG4gIHJlc2l6ZTogbm9uZTtcbiAgb3V0bGluZTogbm9uZTtcbiAgbWFyZ2luOiAwcHg7XG4gIHBhZGRpbmc6IDBweDtcbn1cblxuLmdkLWRpZ2l0YWwtbWFya2VyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzM3ODdGNTtcbiAgaGVpZ2h0OiAxNnB4O1xuICB3aWR0aDogMTAwJTtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZGlzcGxheTogZmxleDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBib3R0b206IDA7XG5cbiAgLmljb24ge1xuICAgIGNvbG9yOiAjRkZGRkZGO1xuICAgIGZvbnQtc2l6ZTogMTBweDtcbiAgICBtYXJnaW46IDBweCA1cHggMHB4IDNweDtcbiAgfVxuXG4gIGRpdiB7XG4gICAgZmxleC1ncm93OiAxO1xuICAgIGZvbnQtc2l6ZTogOHB4O1xuICAgIGNvbG9yOiAjRkZGRkZGO1xuICAgIG1hcmdpbi10b3A6IDFweDtcbiAgfVxufVxuIiwiLmdkLXNpZ25hdHVyZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZSAhaW1wb3J0YW50O1xufVxuLmdkLXNpZ25hdHVyZSAuZ2Qtc2lnbmF0dXJlLXdyYXBwZXIge1xuICBoZWlnaHQ6IGluaGVyaXQ7XG4gIG91dGxpbmU6IDFweCBzb2xpZCAjNjc5RkZBO1xufVxuLmdkLXNpZ25hdHVyZS1pbWFnZSB7XG4gIHdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cbi5nZC10ZXh0IHtcbiAgd2lkdGg6IGluaGVyaXQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbiAgYm9yZGVyOiBub25lO1xuICByZXNpemU6IG5vbmU7XG4gIG91dGxpbmU6IG5vbmU7XG4gIG1hcmdpbjogMHB4O1xuICBwYWRkaW5nOiAwcHg7XG59XG4uZ2QtZGlnaXRhbC1tYXJrZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMzc4N0Y1O1xuICBoZWlnaHQ6IDE2cHg7XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBkaXNwbGF5OiBmbGV4O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJvdHRvbTogMDtcbn1cbi5nZC1kaWdpdGFsLW1hcmtlciAuaWNvbiB7XG4gIGNvbG9yOiAjRkZGRkZGO1xuICBmb250LXNpemU6IDEwcHg7XG4gIG1hcmdpbjogMHB4IDVweCAwcHggM3B4O1xufVxuLmdkLWRpZ2l0YWwtbWFya2VyIGRpdiB7XG4gIGZsZXgtZ3JvdzogMTtcbiAgZm9udC1zaXplOiA4cHg7XG4gIGNvbG9yOiAjRkZGRkZGO1xuICBtYXJnaW4tdG9wOiAxcHg7XG59XG4iXX0= */\"","import {AfterViewInit, Component, Input, OnInit} from '@angular/core';\nimport {\n Position,\n AddedSignature,\n SignatureType,\n SignatureProps,\n RemoveSign,\n DraggableSignature,\n CopySign,\n CopyChanges\n} from \"../signature-models\";\nimport {Formatting, Utils, MenuType} from \"@groupdocs.examples.angular/common-components\";\nimport {SignatureService} from \"../signature.service\";\nimport {RemoveSignatureService} from \"../remove-signature.service\";\nimport {ActiveSignatureService} from \"../active-signature.service\";\nimport * as jquery from 'jquery';\nimport {SignaturesHolderService} from \"../signatures-holder.service\";\nimport {CopySignatureService} from \"../copy-signature.service\";\nimport {Subject} from \"rxjs\";\nimport {debounceTime} from \"rxjs/operators\";\n\nconst $ = jquery;\n\n@Component({\n selector: 'gd-signature-component',\n templateUrl: './signature.component.html',\n styleUrls: ['./signature.component.less']\n})\nexport class Signature implements OnInit, AfterViewInit {\n @Input() id: number;\n @Input() data: AddedSignature;\n @Input() position: Position;\n @Input() type: string;\n @Input() pageWidth: number;\n @Input() pageHeight: number;\n active = true;\n unlock = true;\n copied = false;\n baseCopied = false;\n private oldPosition: { x: number; y: number };\n\n private subject: Subject = new Subject();\n\n constructor(private _signatureService: SignatureService,\n private _removeSignatureService: RemoveSignatureService,\n private _copySignatureService: CopySignatureService,\n private _activeSignatureService: ActiveSignatureService,\n private _signaturesHolderService: SignaturesHolderService) {\n\n this._activeSignatureService.activeChange.subscribe((id: number) => {\n if (this.id === id) {\n this.active = true;\n } else {\n this.active = false;\n }\n });\n\n this.subject.pipe(\n debounceTime(300)\n ).subscribe(text => {\n this.notifyChanges();\n this.sendSaveText();\n });\n }\n\n ngOnInit() {\n }\n\n getData() {\n return 'data:image/png;base64,' + this.data.data;\n }\n\n dragOver($event: DragEvent) {\n $event.preventDefault();\n $event.stopPropagation();\n }\n\n dragStart($event: DragEvent) {\n $event.preventDefault();\n this.oldPosition = Utils.getMousePosition($event);\n if ($event.dataTransfer) {\n $event.dataTransfer.setData('text', 'foo');\n }\n }\n\n dragging($event) {\n $event.preventDefault();\n const position = Utils.getMousePosition($event);\n if (position.x && position.y && this.isOnPage(position)) {\n const left = position.x - this.oldPosition.x;\n const top = position.y - this.oldPosition.y;\n this.position.left += left;\n this.position.top += top;\n this.correctPosition();\n this.oldPosition = position;\n }\n }\n\n isOnPage(position) {\n const currentPage = document.elementFromPoint(position.x, position.y);\n return currentPage && $(currentPage).parent().parent() &&\n ($(currentPage).parent().parent().parent().hasClass(\"page\") ||\n $(currentPage).parent().parent().parent().parent().parent().hasClass(\"page\"));\n }\n\n isText() {\n return SignatureType.TEXT.id === this.type;\n }\n\n getFormatting() {\n const f = this.data.props;\n const formatting = Formatting.default();\n if (f) {\n formatting.fontSize = f.fontSize;\n formatting.font = f.font;\n formatting.color = f.fontColor;\n formatting.bold = f.bold;\n formatting.underline = f.underline;\n formatting.italic = f.italic;\n }\n return formatting;\n }\n\n saveTextSignature($event: Formatting) {\n if (this.data.props) {\n this.fillFormatting($event);\n this.notifyChanges();\n this.sendSaveText();\n }\n }\n\n private fillFormatting(formatting: Formatting) {\n this.data.props.fontSize = formatting.fontSize;\n this.data.props.font = formatting.font;\n this.data.props.bold = formatting.bold;\n this.data.props.italic = formatting.italic;\n this.data.props.underline = formatting.underline;\n this.data.props.fontColor = formatting.color;\n }\n\n remove() {\n const del = new RemoveSign();\n del.guid = this.data.guid;\n del.id = this.id;\n del.type = this.type;\n this._removeSignatureService.remove(del);\n }\n\n activation() {\n this._activeSignatureService.changeActive(this.id);\n }\n\n isDigital() {\n return this.type === SignatureType.DIGITAL.id;\n }\n\n width($event) {\n this.data.width += $event;\n if (!this.unlock) {\n this.data.height += $event;\n }\n this.correctPosition();\n this.notifyChanges();\n }\n\n height($event) {\n this.data.height += $event;\n if (!this.unlock) {\n this.data.width += $event;\n }\n this.correctPosition();\n this.notifyChanges();\n }\n\n left($event) {\n if (this.unlock) {\n this.position.left += $event;\n }\n this.correctPosition();\n this.notifyChanges();\n }\n\n top($event) {\n if (this.unlock) {\n this.position.top += $event;\n }\n this.correctPosition();\n this.notifyChanges();\n }\n\n notifyChanges() {\n const changes = new CopyChanges();\n changes.guid = this.data.guid;\n changes.id = this.id;\n changes.position = this.position;\n changes.width = this.data.width;\n changes.height = this.data.height;\n changes.props = this.data.props;\n this._copySignatureService.notifyChanges(changes);\n }\n\n drop($event: DragEvent) {\n $event.stopPropagation();\n $event.preventDefault();\n }\n\n isInit() {\n return this.data.width === 0 && this.data.height === 0;\n }\n\n onCopySign() {\n const copy = new CopySign();\n copy.guid = this.data.guid;\n copy.id = this.id;\n copy.type = this.type;\n this._copySignatureService.copy(copy);\n }\n\n ngAfterViewInit(): void {\n if (this.type === SignatureType.TEXT.id) {\n setTimeout(() => {\n const element = $(\"#text\");\n if (element) {\n element.focus();\n }\n }, 100);\n }\n }\n\n private correctPosition() {\n if (this.position.left < 0) {\n this.position.left = 0;\n }\n if (this.position.top < 0) {\n this.position.top = 0;\n }\n if (this.position.top + this.data.height > this.pageHeight) {\n this.position.top = this.pageHeight - this.data.height;\n }\n if (this.position.left + this.data.width > this.pageWidth) {\n this.position.left = this.pageWidth - this.data.width;\n }\n }\n\n saveText(value: string) {\n this.data.props.text = value;\n this.subject.next(value);\n }\n\n private sendSaveText() {\n this._signatureService.saveTextSignature(this.data).subscribe((p: SignatureProps) => {\n if (DraggableSignature.TEMP === this.data.guid) {\n this._signaturesHolderService.changeTemp(p.imageGuid, this.id);\n this.data.guid = p.imageGuid;\n }\n this.data.props = p;\n });\n }\n\n hideMenu($event) {\n this._activeSignatureService.changeActive(null);\n }\n\n getMenuShift() {\n const menuWidth = this.type === SignatureType.TEXT.id ? 426 : 148;\n return this.data.width > menuWidth ? 0 : (this.data.width - menuWidth) * 0.5;\n }\n\n getMenuType() {\n return MenuType.FOR_SIGNATURE;\n }\n}\n","import {DraggableSignature} from \"./signature-models\";\n\nexport class SignaturesHolderService {\n\n private map = new Map();\n\n constructor() {\n }\n\n add(key: string) {\n this.map.set(key, []);\n }\n\n addId(key: string, id: number) {\n if (!this.map.has(key)) {\n this.add(key);\n }\n const item = this.map.get(key);\n item.push(id);\n }\n\n delete(key: string) {\n this.map.delete(key);\n }\n\n has(key: string) {\n return this.map.has(key);\n }\n\n clear() {\n this.map.clear();\n }\n\n values() {\n return this.map.values();\n }\n\n get(key: string) {\n return this.map.get(key);\n }\n\n remove(key: string, id: number) {\n const items = this.map.get(key);\n this.delete(key);\n if (items.length !== 1) {\n this.add(key);\n for (const elem of items) {\n if (elem !== id) {\n this.map.get(key).push(elem);\n }\n }\n }\n }\n\n changeTemp(imageGuid: string, id: number) {\n this.remove(DraggableSignature.TEMP, id);\n this.addId(imageGuid, id);\n }\n}\n","module.exports = \".gd-context-menu {\\n display: -webkit-box;\\n display: flex;\\n height: 37px;\\n top: -40px;\\n padding: 0;\\n background-color: #FFFFFF;\\n cursor: default;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n box-shadow: rgba(0, 0, 0, 0.52) 0px 0px 5px;\\n}\\n.gd-context-menu .icon {\\n font-size: 14px;\\n cursor: pointer;\\n color: #3E4E5A !important;\\n}\\n.gd-context-menu ::ng-deep .dropdown-menu {\\n top: -120px !important;\\n height: 120px;\\n overflow-y: auto;\\n}\\n.gd-context-menu ::ng-deep .icon-button {\\n margin: 0px !important;\\n}\\n.gd-stamp-box {\\n position: absolute;\\n}\\n.palette {\\n position: absolute;\\n top: -190px;\\n}\\n.csg-preview {\\n width: 100%;\\n height: 100%;\\n}\\n.csg-bounding-box {\\n position: absolute;\\n background-color: unset !important;\\n}\\n.csg-bounding-box.active {\\n border: 1px solid #679FFA;\\n}\\n.csg-border-width {\\n width: 37px !important;\\n height: 37px !important;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.bg-color-pic {\\n border-radius: 100%;\\n border: 1px solid #CCC;\\n position: absolute;\\n height: 8px;\\n width: 8px;\\n right: 6px;\\n bottom: 6px;\\n}\\n::ng-deep .select {\\n min-width: unset !important;\\n}\\n::ng-deep .selected-value {\\n font-size: 12px !important;\\n}\\n@media (max-width: 1037px) {\\n .gd-context-menu {\\n position: fixed;\\n bottom: 0;\\n left: 0;\\n top: unset;\\n right: 0;\\n width: 100%;\\n height: 60px;\\n -webkit-box-align: center;\\n align-items: center;\\n padding: 0px;\\n margin: 0px;\\n background-color: white;\\n border-top: 2px solid #707070;\\n }\\n .gd-context-menu .color-for-shape {\\n -webkit-box-flex: 1;\\n flex: 1;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: start;\\n justify-content: flex-start;\\n }\\n .gd-context-menu .stamp-trash {\\n -webkit-box-flex: 0;\\n flex: 0 0 37px;\\n margin-right: 8px;\\n }\\n .gd-context-menu ::ng-deep .button {\\n margin: 3px !important;\\n }\\n .gd-context-menu ::ng-deep .select {\\n margin: 3px !important;\\n }\\n .gd-context-menu .first-element {\\n margin-left: 8px;\\n }\\n .csg-border-width .select {\\n width: 21px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zdGFtcC1jYW52YXMvc3RhbXAtY2FudmFzLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zdGFtcC1jYW52YXMvc3RhbXAtY2FudmFzLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsWUFBQTtFQUNBLFVBQUE7RUFDQSxVQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EsMkNBQUE7QUNERjtBRFBBO0VBV0ksZUFBQTtFQUNBLGVBQUE7RUFDQSx5QkFBQTtBQ0RKO0FEWkE7RUFpQkksc0JBQUE7RUFDQSxhQUFBO0VBQ0EsZ0JBQUE7QUNGSjtBRGpCQTtFQXVCSSxzQkFBQTtBQ0hKO0FET0E7RUFDRSxrQkFBQTtBQ0xGO0FEUUE7RUFDRSxrQkFBQTtFQUNBLFdBQUE7QUNORjtBRFNBO0VBQ0UsV0FBQTtFQUNBLFlBQUE7QUNQRjtBRFVBO0VBQ0Usa0JBQUE7RUFDQSxrQ0FBQTtBQ1JGO0FEV0E7RUFDRSx5QkFBQTtBQ1RGO0FEWUE7RUFDRSxzQkFBQTtFQUNBLHVCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QUNWRjtBRGFBO0VBQ0UsbUJBQUE7RUFDQSxzQkFBQTtFQUNBLGtCQUFBO0VBQ0EsV0FBQTtFQUNBLFVBQUE7RUFDQSxVQUFBO0VBQ0EsV0FBQTtBQ1hGO0FEY0E7RUFDRSwyQkFBQTtBQ1pGO0FEZUE7RUFDRSwwQkFBQTtBQ2JGO0FEZ0JBO0VBQ0U7SUFDRSxlQUFBO0lBQ0EsU0FBQTtJQUNBLE9BQUE7SUFDQSxVQUFBO0lBQ0EsUUFBQTtJQUNBLFdBQUE7SUFDQSxZQUFBO0lBQ0EseUJBQUE7WUFBQSxtQkFBQTtJQUNBLFlBQUE7SUFDQSxXQUFBO0lBQ0EsdUJBQUE7SUFDQSw2QkFBQTtFQ2RGO0VERUE7SUFlSSxtQkFBQTtZQUFBLE9BQUE7SUFDQSxvQkFBQTtJQUFBLGFBQUE7SUFDQSx5QkFBQTtZQUFBLG1CQUFBO0lBQ0EsdUJBQUE7WUFBQSwyQkFBQTtFQ2RKO0VESkE7SUFzQkksbUJBQUE7WUFBQSxjQUFBO0lBQ0EsaUJBQUE7RUNmSjtFRFJBO0lBMkJJLHNCQUFBO0VDaEJKO0VEWEE7SUErQkksc0JBQUE7RUNqQko7RURkQTtJQW1DSSxnQkFBQTtFQ2xCSjtFRHNCQTtJQUdJLFdBQUE7RUN0Qko7QUFDRiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3N0YW1wLWNhbnZhcy9zdGFtcC1jYW52YXMuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWNvbnRleHQtbWVudSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogMzdweDtcbiAgdG9wOiAtNDBweDtcbiAgcGFkZGluZzogMDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBib3gtc2hhZG93OiByZ2JhKDAsIDAsIDAsIDAuNTIpIDBweCAwcHggNXB4O1xuXG4gIC5pY29uIHtcbiAgICBmb250LXNpemU6IDE0cHg7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIGNvbG9yOiBAcHJpbWFyeSAhaW1wb3J0YW50O1xuICB9XG5cbiAgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgICB0b3A6IC0xMjBweCAhaW1wb3J0YW50O1xuICAgIGhlaWdodDogMTIwcHg7XG4gICAgb3ZlcmZsb3cteTogYXV0bztcbiAgfVxuXG4gIDo6bmctZGVlcCAuaWNvbi1idXR0b24ge1xuICAgIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuLmdkLXN0YW1wLWJveCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbn1cblxuLnBhbGV0dGUge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogLTE5MHB4O1xufVxuXG4uY3NnLXByZXZpZXcge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4uY3NnLWJvdW5kaW5nLWJveCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgYmFja2dyb3VuZC1jb2xvcjogdW5zZXQgIWltcG9ydGFudDtcbn1cblxuLmNzZy1ib3VuZGluZy1ib3guYWN0aXZlIHtcbiAgYm9yZGVyOiAxcHggc29saWQgIzY3OUZGQTtcbn1cblxuLmNzZy1ib3JkZXItd2lkdGgge1xuICB3aWR0aDogMzdweCAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IDM3cHggIWltcG9ydGFudDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5iZy1jb2xvci1waWMge1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGhlaWdodDogOHB4O1xuICB3aWR0aDogOHB4O1xuICByaWdodDogNnB4O1xuICBib3R0b206IDZweDtcbn1cblxuOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBtaW4td2lkdGg6IHVuc2V0ICFpbXBvcnRhbnQ7XG59XG5cbjo6bmctZGVlcCAuc2VsZWN0ZWQtdmFsdWUge1xuICBmb250LXNpemU6IDEycHggIWltcG9ydGFudDtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLmdkLWNvbnRleHQtbWVudSB7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIGJvdHRvbTogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHRvcDogdW5zZXQ7XG4gICAgcmlnaHQ6IDA7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiA2MHB4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgcGFkZGluZzogMHB4O1xuICAgIG1hcmdpbjogMHB4O1xuICAgIGJhY2tncm91bmQtY29sb3I6IHdoaXRlO1xuICAgIGJvcmRlci10b3A6IDJweCBzb2xpZCAjNzA3MDcwO1xuXG4gICAgLmNvbG9yLWZvci1zaGFwZSB7XG4gICAgICBmbGV4OiAxO1xuICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG4gICAgfVxuXG4gICAgLnN0YW1wLXRyYXNoIHtcbiAgICAgIGZsZXg6IDAgMCAzN3B4O1xuICAgICAgbWFyZ2luLXJpZ2h0OiA4cHg7XG4gICAgfVxuXG4gICAgOjpuZy1kZWVwIC5idXR0b24ge1xuICAgICAgbWFyZ2luOiAzcHggIWltcG9ydGFudDtcbiAgICB9XG5cbiAgICA6Om5nLWRlZXAgLnNlbGVjdCB7XG4gICAgICBtYXJnaW46IDNweCAhaW1wb3J0YW50O1xuICAgIH1cblxuICAgIC5maXJzdC1lbGVtZW50IHtcbiAgICAgIG1hcmdpbi1sZWZ0OiA4cHg7XG4gICAgfVxuICB9XG5cbiAgLmNzZy1ib3JkZXItd2lkdGgge1xuXG4gICAgLnNlbGVjdCB7XG4gICAgICB3aWR0aDogMjFweDtcbiAgICB9XG4gIH1cblxufVxuIiwiLmdkLWNvbnRleHQtbWVudSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogMzdweDtcbiAgdG9wOiAtNDBweDtcbiAgcGFkZGluZzogMDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBib3gtc2hhZG93OiByZ2JhKDAsIDAsIDAsIDAuNTIpIDBweCAwcHggNXB4O1xufVxuLmdkLWNvbnRleHQtbWVudSAuaWNvbiB7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBjb2xvcjogIzNFNEU1QSAhaW1wb3J0YW50O1xufVxuLmdkLWNvbnRleHQtbWVudSA6Om5nLWRlZXAgLmRyb3Bkb3duLW1lbnUge1xuICB0b3A6IC0xMjBweCAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IDEyMHB4O1xuICBvdmVyZmxvdy15OiBhdXRvO1xufVxuLmdkLWNvbnRleHQtbWVudSA6Om5nLWRlZXAgLmljb24tYnV0dG9uIHtcbiAgbWFyZ2luOiAwcHggIWltcG9ydGFudDtcbn1cbi5nZC1zdGFtcC1ib3gge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG59XG4ucGFsZXR0ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAtMTkwcHg7XG59XG4uY3NnLXByZXZpZXcge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLmNzZy1ib3VuZGluZy1ib3gge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJhY2tncm91bmQtY29sb3I6IHVuc2V0ICFpbXBvcnRhbnQ7XG59XG4uY3NnLWJvdW5kaW5nLWJveC5hY3RpdmUge1xuICBib3JkZXI6IDFweCBzb2xpZCAjNjc5RkZBO1xufVxuLmNzZy1ib3JkZXItd2lkdGgge1xuICB3aWR0aDogMzdweCAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IDM3cHggIWltcG9ydGFudDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uYmctY29sb3ItcGljIHtcbiAgYm9yZGVyLXJhZGl1czogMTAwJTtcbiAgYm9yZGVyOiAxcHggc29saWQgI0NDQztcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBoZWlnaHQ6IDhweDtcbiAgd2lkdGg6IDhweDtcbiAgcmlnaHQ6IDZweDtcbiAgYm90dG9tOiA2cHg7XG59XG46Om5nLWRlZXAgLnNlbGVjdCB7XG4gIG1pbi13aWR0aDogdW5zZXQgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuc2VsZWN0ZWQtdmFsdWUge1xuICBmb250LXNpemU6IDEycHggIWltcG9ydGFudDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLWNvbnRleHQtbWVudSB7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIGJvdHRvbTogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHRvcDogdW5zZXQ7XG4gICAgcmlnaHQ6IDA7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiA2MHB4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgcGFkZGluZzogMHB4O1xuICAgIG1hcmdpbjogMHB4O1xuICAgIGJhY2tncm91bmQtY29sb3I6IHdoaXRlO1xuICAgIGJvcmRlci10b3A6IDJweCBzb2xpZCAjNzA3MDcwO1xuICB9XG4gIC5nZC1jb250ZXh0LW1lbnUgLmNvbG9yLWZvci1zaGFwZSB7XG4gICAgZmxleDogMTtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBmbGV4LXN0YXJ0O1xuICB9XG4gIC5nZC1jb250ZXh0LW1lbnUgLnN0YW1wLXRyYXNoIHtcbiAgICBmbGV4OiAwIDAgMzdweDtcbiAgICBtYXJnaW4tcmlnaHQ6IDhweDtcbiAgfVxuICAuZ2QtY29udGV4dC1tZW51IDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICBtYXJnaW46IDNweCAhaW1wb3J0YW50O1xuICB9XG4gIC5nZC1jb250ZXh0LW1lbnUgOjpuZy1kZWVwIC5zZWxlY3Qge1xuICAgIG1hcmdpbjogM3B4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgLmdkLWNvbnRleHQtbWVudSAuZmlyc3QtZWxlbWVudCB7XG4gICAgbWFyZ2luLWxlZnQ6IDhweDtcbiAgfVxuICAuY3NnLWJvcmRlci13aWR0aCAuc2VsZWN0IHtcbiAgICB3aWR0aDogMjFweDtcbiAgfVxufVxuIl19 */\"","import {AfterViewInit, Component, ElementRef, Input, OnInit, ViewChild} from '@angular/core';\nimport {Border, StampCanvasProps} from \"../signature-models\";\nimport {ActiveCanvasService} from \"../active-canvas.service\";\nimport {RemoveCanvasService} from \"../remove-canvas.service\";\nimport {OnCloseService, WindowService} from \"@groupdocs.examples.angular/common-components\";\n\n@Component({\n selector: 'gd-stamp-canvas',\n templateUrl: './stamp-canvas.component.html',\n styleUrls: ['./stamp-canvas.component.less']\n})\nexport class StampCanvasComponent implements OnInit, AfterViewInit {\n @Input() id: number;\n @Input() theFirst: boolean;\n @Input() active: boolean;\n @Input() props: StampCanvasProps;\n @Input() width: number;\n @Input() height: number;\n\n _ctx: CanvasRenderingContext2D;\n @ViewChild('canvas', {static: true}) canvas: ElementRef;\n colorPickerBG = false;\n colorPickerC = false;\n borderWidth = Border.widthOptions();\n isMobile: boolean;\n\n constructor(private _activeCanvasService: ActiveCanvasService,\n private _removeCanvas: RemoveCanvasService,\n private _onCloseService: OnCloseService,\n private _windowService: WindowService) {\n\n this._onCloseService.onClose.subscribe((c) => {\n this.colorPickerC = false;\n this.colorPickerBG = false;\n });\n\n this._activeCanvasService.activeChange.subscribe((id: number) => {\n this.active = this.id === id;\n });\n\n this.isMobile = _windowService.isMobile();\n _windowService.onResize.subscribe((w) => {\n this.isMobile = _windowService.isMobile();\n });\n }\n\n get ctx(): CanvasRenderingContext2D {\n return this._ctx;\n }\n\n activation() {\n this._activeCanvasService.changeActive(this.id);\n }\n\n ngOnInit() {\n }\n\n ngAfterViewInit(): void {\n this._ctx = this.canvas.nativeElement.getContext('2d');\n this.redrawCanvas();\n }\n\n redrawCanvas() {\n this.refreshRadius();\n this.drawCircle();\n if (this.props.text) {\n if (this.theFirst) {\n this._ctx.fillStyle = this.props.textColor;\n this._ctx.font = this.fontDecoration() + \" \" + this.props.fontSize + 'px ' + this.props.font;\n this._ctx.textAlign = 'center';\n this._ctx.fillText(this.props.text, this.props.width / 2, this.props.height / 2 + this.props.fontSize / 2);\n if (this.props.underline) {\n this.makeTextUnderline();\n }\n } else {\n this.drawTextCircle();\n }\n }\n }\n\n private fontDecoration(): string {\n const bold = (this.props.bold) ? \"bold\" : \"\";\n const italic = (this.props.italic) ? \"italic\" : \"\";\n return bold + \" \" + italic;\n }\n\n private makeTextUnderline() {\n const x = this.props.width / 2;\n const y = this.props.height / 2;\n const textWidth = this._ctx.measureText(this.props.text).width;\n const startY = y + this.props.fontSize;\n const endY = startY;\n let underlineHeight = this.props.fontSize / 15;\n if (underlineHeight < 1) {\n underlineHeight = 1;\n }\n this._ctx.beginPath();\n const startX = x - (textWidth / 2);\n const endX = x + (textWidth / 2);\n this._ctx.strokeStyle = this.props.textColor;\n this._ctx.lineWidth = underlineHeight;\n this._ctx.moveTo(startX, startY);\n this._ctx.lineTo(endX, endY);\n this._ctx.strokeStyle = 'blue';\n this._ctx.stroke();\n }\n\n private drawCircle() {\n const backgroundColor = (this.props.backgroundColor === \"\") ? \"rgb(255, 255, 255)\" : this.props.backgroundColor;\n const x = this.props.width / 2;\n const y = this.props.height / 2;\n this._ctx.beginPath();\n this._ctx.arc(x, y, this.props.radius, 0, 2 * Math.PI);\n this._ctx.lineWidth = this.props.strokeWidth;\n this._ctx.strokeStyle = this.props.strokeColor;\n this._ctx.stroke();\n this._ctx.fillStyle = backgroundColor;\n this._ctx.fill();\n this._ctx.closePath();\n };\n\n private drawTextCircle() {\n const x = this.props.width / 2;\n const y = this.props.height / 2;\n this._ctx.save();\n this._ctx.translate(x, y);\n this._ctx.rotate(Math.PI / 2);\n this._ctx.fillStyle = this.props.textColor;\n this._ctx.font = this.fontDecoration() + \" \" + this.props.fontSize + 'px ' + this.props.font;\n\n const num = this.props.textExpansion + (this.props.fontSize / 100);\n const rad = this.props.radius - (this.props.fontSize / 2);\n for (let i = 0; i < this.props.textRepeat; i++) {\n for (let j = 0; j < this.props.text.length; j++) {\n this._ctx.save();\n this._ctx.rotate(j * num + num * this.props.text.length * i);\n this._ctx.fillText(this.props.text[j], 0, -(rad));\n this._ctx.restore();\n }\n }\n this._ctx.restore();\n };\n\n private refreshRadius() {\n if (this.props.strokeWidth > 1) {\n this.props.radius = (this.props.width / 2) - (this.props.strokeWidth / 2);\n } else {\n this.props.radius = (this.props.width / 2);\n }\n }\n\n toggleColorPicker($event, bg: boolean) {\n $event.preventDefault();\n $event.stopPropagation();\n if (bg) {\n this.colorPickerBG = !this.colorPickerBG;\n } else {\n this.colorPickerC = !this.colorPickerC;\n }\n }\n\n selectColor(bg: boolean, $event) {\n if (bg) {\n this.props.backgroundColor = $event;\n this.colorPickerBG = false;\n } else {\n this.props.strokeColor = $event;\n this.colorPickerC = false;\n }\n this.redrawCanvas();\n }\n\n selectBorderWidth($event) {\n this.props.strokeWidth = $event.value;\n this.redrawCanvas();\n }\n\n deleteCanvas() {\n this._removeCanvas.remove(this.id);\n this.redrawCanvas();\n }\n\n getLeft() {\n return (this.width - this.props.width) / 2;\n }\n\n getTop() {\n return (this.height - (this.isMobile ? 62 : 0) - this.props.height) / 2 - this.calcDiff();\n }\n\n private calcDiff() {\n return (this.active && !this.isMobile) ? 37 : 0;\n }\n\n resize($event) {\n this.props.width += $event;\n this.props.height += $event;\n }\n\n closeColorPickerBG($event) {\n this.colorPickerBG = !$event;\n }\n\n closeColorPickerC($event) {\n this.colorPickerC = !$event;\n }\n\n getTranslation() {\n this.refreshRadius();\n const menuWidth = 148 * 0.5;\n return this.props.radius < menuWidth ? (menuWidth - this.props.radius) : (this.props.radius - menuWidth);\n }\n\n inactive($event: Event) {\n this._activeCanvasService.changeActive(null);\n }\n}\n","module.exports = \".stamp-body {\\n width: 1036px;\\n height: 561px;\\n}\\n.stamp-body ::ng-deep .button {\\n font-size: unset !important;\\n color: #3E4E5A !important;\\n}\\n.stamp-body ::ng-deep .button ::ng-deep .text {\\n padding-left: 0px !important;\\n}\\n.stamp-body .csg-text-input {\\n padding: 5px;\\n background-color: #e6e6e6;\\n position: absolute;\\n top: 120px;\\n left: 0px;\\n width: calc(100% - 10px);\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n display: -webkit-box;\\n display: flex;\\n z-index: 99999;\\n}\\n.stamp-body .csg-text-input::after {\\n content: \\\" \\\";\\n width: 0;\\n height: 0;\\n border-style: solid;\\n border-width: 0 4px 5px 4px;\\n border-color: transparent transparent #e6e6e6 transparent;\\n position: absolute;\\n top: -5px;\\n right: 110px;\\n}\\n.stamp-body .csg-text-input input {\\n height: 20px;\\n width: 100%;\\n padding: 0;\\n margin: 0px 10px 0px 0px;\\n}\\n.stamp-body .csg-insert-text {\\n width: 27px;\\n height: 27px;\\n background-color: #3787F5;\\n margin: 0px;\\n}\\n.stamp-body .csg-insert-text .icon {\\n padding: 5px;\\n color: white;\\n}\\n.stamp-header {\\n height: 60px;\\n width: 100%;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.header-buttons {\\n display: -webkit-box;\\n display: flex;\\n}\\n.header-buttons .plus {\\n font-size: 8px;\\n position: absolute;\\n height: 5px;\\n width: 5px;\\n right: 10px;\\n bottom: 10px;\\n}\\n.stamp-export {\\n background-color: #25c2d4;\\n margin-right: 10px;\\n width: 68px;\\n height: 37px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n color: #FFF;\\n -webkit-box-align: center;\\n align-items: center;\\n cursor: pointer;\\n}\\n.stamp-export .icon {\\n display: -webkit-box;\\n display: flex;\\n text-align: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-flex: 0;\\n flex: 0 0 27px;\\n}\\n.stamp-export .save-button {\\n font-size: 10px;\\n display: -webkit-box;\\n display: flex;\\n text-align: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-flex: 0;\\n flex: 0 0 40px;\\n}\\n.gd-draw-stamp {\\n background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAhCAYAAAC4JqlRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA4UlEQVR4nO2WbQuDMAyE+///q0WhKiiacYFK7BeXK2OMJXC2SF8er2kwiTPO81St6yo5ZxmGQdsnYZwdi/6yLJICIAACIAAC4KcA6uYMgN34BmAX9QgA9atYuQGO47j6mMw4YDXPsyQ8PCqlaAsAuNAjdYC1DyDeY7MOQuoAY10L0CboO0KoAywA6NsFn26QBaUB6hFYAO8VrhEAAfC/APQ1tJXQC9CCXABsKQZAW1qpStgDwG7+kVL8dQBPAnYDQN4cwFgrvFOAfd/Fq23b9IdiHEeZpokWAF41ugKO5u7gN6EQAAAFZL5NAAAAAElFTkSuQmCC) !important;\\n position: absolute;\\n padding: 0 !important;\\n background-color: #fff;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-draw-stamp input {\\n height: 30px;\\n outline: 2px solid #679FFA;\\n}\\n.gd-draw-stamp .gd-draw-stamp-text {\\n z-index: 99999;\\n}\\n.gd-draw-stamp .gd-text-menu-context {\\n height: 37px;\\n top: 180px;\\n padding: 0;\\n background-color: #FFFFFF;\\n cursor: default;\\n position: absolute;\\n box-shadow: rgba(0, 0, 0, 0.52) 0px 0px 5px;\\n}\\n.gd-draw-stamp .gd-text-menu-context ::ng-deep .color-for-text {\\n -webkit-box-flex: 1;\\n flex: 1;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: start;\\n justify-content: flex-start;\\n}\\n.gd-draw-stamp .gd-text-menu-context .stamp-trash {\\n -webkit-box-flex: 0;\\n flex: 0 0 37px;\\n margin-right: 8px;\\n}\\n.gd-draw-stamp .gd-text-menu-context ::ng-deep .first-component ::ng-deep .dropdown-menu {\\n left: 8px;\\n}\\n::ng-deep .select {\\n color: #3E4E5A !important;\\n}\\n::ng-deep gd-drop-down {\\n z-index: 999999 !important;\\n}\\n@media (max-width: 1037px) {\\n .stamp-body {\\n width: inherit;\\n height: inherit;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zdGFtcC1tb2RhbC9zdGFtcC1tb2RhbC5jb21wb25lbnQubGVzcyIsImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc3RhbXAtbW9kYWwvc3RhbXAtbW9kYWwuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxhQUFBO0VBQ0EsYUFBQTtBQ0RGO0FEREE7RUFLSSwyQkFBQTtFQUNBLHlCQUFBO0FDREo7QURMQTtFQVNNLDRCQUFBO0FDRE47QURSQTtFQWNJLFlBQUE7RUFDQSx5QkFBQTtFQUNBLGtCQUFBO0VBQ0EsVUFBQTtFQUNBLFNBQUE7RUFDQSx3QkFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGNBQUE7QUNISjtBRG5CQTtFQTBCSSxZQUFBO0VBQ0EsUUFBQTtFQUNBLFNBQUE7RUFDQSxtQkFBQTtFQUNBLDJCQUFBO0VBQ0EseURBQUE7RUFDQSxrQkFBQTtFQUNBLFNBQUE7RUFDQSxZQUFBO0FDSko7QUQ5QkE7RUFzQ0ksWUFBQTtFQUNBLFdBQUE7RUFDQSxVQUFBO0VBQ0Esd0JBQUE7QUNMSjtBRHBDQTtFQTZDSSxXQUFBO0VBQ0EsWUFBQTtFQUNBLHlCQUFBO0VBQ0EsV0FBQTtBQ05KO0FEMUNBO0VBbURNLFlBQUE7RUFDQSxZQUFBO0FDTk47QURXQTtFQUNFLFlBQUE7RUFDQSxXQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSw4QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QUNURjtBRFlBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0FDVkY7QURTQTtFQUlJLGNBQUE7RUFDQSxrQkFBQTtFQUNBLFdBQUE7RUFDQSxVQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7QUNWSjtBRGNBO0VBQ0UseUJBQUE7RUFDQSxrQkFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSw4QkFBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsZUFBQTtBQ1pGO0FER0E7RUFZSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxrQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxtQkFBQTtVQUFBLGNBQUE7QUNaSjtBREhBO0VBbUJJLGVBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxrQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxtQkFBQTtVQUFBLGNBQUE7QUNiSjtBRGlCQTtFQUNFLDRjQUFBO0VBQ0Esa0JBQUE7RUFDQSxxQkFBQTtFQUNBLHNCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QUNmRjtBRFFBO0VBVUksWUFBQTtFQUNBLDBCQUFBO0FDZko7QURJQTtFQWVJLGNBQUE7QUNoQko7QURDQTtFQW1CSSxZQUFBO0VBQ0EsVUFBQTtFQUNBLFVBQUE7RUFDQSx5QkFBQTtFQUNBLGVBQUE7RUFDQSxrQkFBQTtFQUNBLDJDQUFBO0FDakJKO0FEUkE7RUE0Qk0sbUJBQUE7VUFBQSxPQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHVCQUFBO1VBQUEsMkJBQUE7QUNqQk47QURkQTtFQW1DTSxtQkFBQTtVQUFBLGNBQUE7RUFDQSxpQkFBQTtBQ2xCTjtBRGxCQTtFQXlDUSxTQUFBO0FDcEJSO0FEMEJBO0VBQ0UseUJBQUE7QUN4QkY7QUQyQkE7RUFDRSwwQkFBQTtBQ3pCRjtBRDRCQTtFQUNFO0lBQ0UsY0FBQTtJQUNBLGVBQUE7RUMxQkY7QUFDRiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3N0YW1wLW1vZGFsL3N0YW1wLW1vZGFsLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbi5zdGFtcC1ib2R5IHtcbiAgd2lkdGg6IDEwMzZweDtcbiAgaGVpZ2h0OiA1NjFweDtcblxuICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgZm9udC1zaXplOiB1bnNldCAhaW1wb3J0YW50O1xuICAgIGNvbG9yOiBAcHJpbWFyeSAhaW1wb3J0YW50O1xuXG4gICAgOjpuZy1kZWVwIC50ZXh0IHtcbiAgICAgIHBhZGRpbmctbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG5cbiAgLmNzZy10ZXh0LWlucHV0IHtcbiAgICBwYWRkaW5nOiA1cHg7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI2U2ZTZlNjtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgdG9wOiAxMjBweDtcbiAgICBsZWZ0OiAwcHg7XG4gICAgd2lkdGg6IH5cImNhbGMoMTAwJSAtIDEwcHgpXCI7XG4gICAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIHotaW5kZXg6IDk5OTk5O1xuICB9XG5cbiAgLmNzZy10ZXh0LWlucHV0OjphZnRlciB7XG4gICAgY29udGVudDogXCIgXCI7XG4gICAgd2lkdGg6IDA7XG4gICAgaGVpZ2h0OiAwO1xuICAgIGJvcmRlci1zdHlsZTogc29saWQ7XG4gICAgYm9yZGVyLXdpZHRoOiAwIDRweCA1cHggNHB4O1xuICAgIGJvcmRlci1jb2xvcjogdHJhbnNwYXJlbnQgdHJhbnNwYXJlbnQgI2U2ZTZlNiB0cmFuc3BhcmVudDtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgdG9wOiAtNXB4O1xuICAgIHJpZ2h0OiAxMTBweDtcbiAgfVxuXG4gIC5jc2ctdGV4dC1pbnB1dCBpbnB1dCB7XG4gICAgaGVpZ2h0OiAyMHB4O1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIHBhZGRpbmc6IDA7XG4gICAgbWFyZ2luOiAwcHggMTBweCAwcHggMHB4O1xuICB9XG5cbiAgLmNzZy1pbnNlcnQtdGV4dCB7XG4gICAgd2lkdGg6IDI3cHg7XG4gICAgaGVpZ2h0OiAyN3B4O1xuICAgIGJhY2tncm91bmQtY29sb3I6ICMzNzg3RjU7XG4gICAgbWFyZ2luOiAwcHg7XG5cbiAgICAuaWNvbiB7XG4gICAgICBwYWRkaW5nOiA1cHg7XG4gICAgICBjb2xvcjogd2hpdGU7XG4gICAgfVxuICB9XG59XG5cbi5zdGFtcC1oZWFkZXIge1xuICBoZWlnaHQ6IDYwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5oZWFkZXItYnV0dG9ucyB7XG4gIGRpc3BsYXk6IGZsZXg7XG5cbiAgLnBsdXMge1xuICAgIGZvbnQtc2l6ZTogOHB4O1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICBoZWlnaHQ6IDVweDtcbiAgICB3aWR0aDogNXB4O1xuICAgIHJpZ2h0OiAxMHB4O1xuICAgIGJvdHRvbTogMTBweDtcbiAgfVxufVxuXG4uc3RhbXAtZXhwb3J0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogQGJyYW5kO1xuICBtYXJnaW4tcmlnaHQ6IDEwcHg7XG4gIHdpZHRoOiA2OHB4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcbiAgY29sb3I6ICNGRkY7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGN1cnNvcjogcG9pbnRlcjtcblxuICAuaWNvbiB7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgZmxleDogMCAwIDI3cHg7XG4gIH1cblxuICAuc2F2ZS1idXR0b24ge1xuICAgIGZvbnQtc2l6ZTogMTBweDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBmbGV4OiAwIDAgNDBweDtcbiAgfVxufVxuXG4uZ2QtZHJhdy1zdGFtcCB7XG4gIGJhY2tncm91bmQtaW1hZ2U6IHVybChkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUNBQUFBQWhDQVlBQUFDNEpxbFJBQUFBQ1hCSVdYTUFBQTdFQUFBT3hBR1ZLdzRiQUFBQTRVbEVRVlI0bk8yV2JRdURNQXlFKy8vL3EwV2hLaWlhY1lGSzdCZVhLMk9NSlhDMlNGOGVyMmt3aVRQTzgxU3Q2eW81WnhtR1Fkc25ZWndkaS82eUxKSUNJQUFDSUFBQzRLY0E2dVlNZ04zNEJtQVg5UWdBOWF0WXVRR080N2o2bU13NFlEWFBzeVE4UENxbGFBc0F1TkFqZFlDMUR5RGVZN01PUXVvQVkxMEwwQ2JvTzBLb0F5d0E2TnNGbjI2UUJhVUI2aEZZQU84VnJoRUFBZkMvQVBRMXRKWFFDOUNDWEFCc0tRWkFXMXFwU3RnRHdHNytrVkw4ZFFCUEFuWURRTjRjd0ZncnZGT0FmZC9GcTIzYjlJZGlIRWVacG9rV0FGNDF1Z0tPNXU3Z042RVFBQUFGWkw1TkFBQUFBRWxGVGtTdVFtQ0MpICFpbXBvcnRhbnQ7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcGFkZGluZzogMCAhaW1wb3J0YW50O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmO1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcblxuICBpbnB1dCB7XG4gICAgaGVpZ2h0OiAzMHB4O1xuICAgIG91dGxpbmU6IDJweCBzb2xpZCAjNjc5RkZBO1xuICB9XG5cbiAgLmdkLWRyYXctc3RhbXAtdGV4dCB7XG4gICAgei1pbmRleDogOTk5OTk7XG4gIH1cblxuICAuZ2QtdGV4dC1tZW51LWNvbnRleHQge1xuICAgIGhlaWdodDogMzdweDtcbiAgICB0b3A6IDE4MHB4O1xuICAgIHBhZGRpbmc6IDA7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgICBjdXJzb3I6IGRlZmF1bHQ7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIGJveC1zaGFkb3c6IHJnYmEoMCwgMCwgMCwgMC41MikgMHB4IDBweCA1cHg7XG5cbiAgICA6Om5nLWRlZXAgLmNvbG9yLWZvci10ZXh0IHtcbiAgICAgIGZsZXg6IDE7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICAgIGp1c3RpZnktY29udGVudDogZmxleC1zdGFydDtcbiAgICB9XG5cbiAgICAuc3RhbXAtdHJhc2gge1xuICAgICAgZmxleDogMCAwIDM3cHg7XG4gICAgICBtYXJnaW4tcmlnaHQ6IDhweDtcbiAgICB9XG5cbiAgICA6Om5nLWRlZXAgLmZpcnN0LWNvbXBvbmVudCB7XG4gICAgICA6Om5nLWRlZXAgLmRyb3Bkb3duLW1lbnUge1xuICAgICAgICBsZWZ0OiA4cHg7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbjo6bmctZGVlcCAuc2VsZWN0IHtcbiAgY29sb3I6IEBwcmltYXJ5ICFpbXBvcnRhbnQ7XG59XG5cbjo6bmctZGVlcCBnZC1kcm9wLWRvd24ge1xuICB6LWluZGV4OiA5OTk5OTkgIWltcG9ydGFudDtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLnN0YW1wLWJvZHkge1xuICAgIHdpZHRoOiBpbmhlcml0O1xuICAgIGhlaWdodDogaW5oZXJpdDtcbiAgfVxufVxuIiwiLnN0YW1wLWJvZHkge1xuICB3aWR0aDogMTAzNnB4O1xuICBoZWlnaHQ6IDU2MXB4O1xufVxuLnN0YW1wLWJvZHkgOjpuZy1kZWVwIC5idXR0b24ge1xuICBmb250LXNpemU6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gIGNvbG9yOiAjM0U0RTVBICFpbXBvcnRhbnQ7XG59XG4uc3RhbXAtYm9keSA6Om5nLWRlZXAgLmJ1dHRvbiA6Om5nLWRlZXAgLnRleHQge1xuICBwYWRkaW5nLWxlZnQ6IDBweCAhaW1wb3J0YW50O1xufVxuLnN0YW1wLWJvZHkgLmNzZy10ZXh0LWlucHV0IHtcbiAgcGFkZGluZzogNXB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTZlNmU2O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMTIwcHg7XG4gIGxlZnQ6IDBweDtcbiAgd2lkdGg6IGNhbGMoMTAwJSAtIDEwcHgpO1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBkaXNwbGF5OiBmbGV4O1xuICB6LWluZGV4OiA5OTk5OTtcbn1cbi5zdGFtcC1ib2R5IC5jc2ctdGV4dC1pbnB1dDo6YWZ0ZXIge1xuICBjb250ZW50OiBcIiBcIjtcbiAgd2lkdGg6IDA7XG4gIGhlaWdodDogMDtcbiAgYm9yZGVyLXN0eWxlOiBzb2xpZDtcbiAgYm9yZGVyLXdpZHRoOiAwIDRweCA1cHggNHB4O1xuICBib3JkZXItY29sb3I6IHRyYW5zcGFyZW50IHRyYW5zcGFyZW50ICNlNmU2ZTYgdHJhbnNwYXJlbnQ7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAtNXB4O1xuICByaWdodDogMTEwcHg7XG59XG4uc3RhbXAtYm9keSAuY3NnLXRleHQtaW5wdXQgaW5wdXQge1xuICBoZWlnaHQ6IDIwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICBwYWRkaW5nOiAwO1xuICBtYXJnaW46IDBweCAxMHB4IDBweCAwcHg7XG59XG4uc3RhbXAtYm9keSAuY3NnLWluc2VydC10ZXh0IHtcbiAgd2lkdGg6IDI3cHg7XG4gIGhlaWdodDogMjdweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzM3ODdGNTtcbiAgbWFyZ2luOiAwcHg7XG59XG4uc3RhbXAtYm9keSAuY3NnLWluc2VydC10ZXh0IC5pY29uIHtcbiAgcGFkZGluZzogNXB4O1xuICBjb2xvcjogd2hpdGU7XG59XG4uc3RhbXAtaGVhZGVyIHtcbiAgaGVpZ2h0OiA2MHB4O1xuICB3aWR0aDogMTAwJTtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmhlYWRlci1idXR0b25zIHtcbiAgZGlzcGxheTogZmxleDtcbn1cbi5oZWFkZXItYnV0dG9ucyAucGx1cyB7XG4gIGZvbnQtc2l6ZTogOHB4O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGhlaWdodDogNXB4O1xuICB3aWR0aDogNXB4O1xuICByaWdodDogMTBweDtcbiAgYm90dG9tOiAxMHB4O1xufVxuLnN0YW1wLWV4cG9ydCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNWMyZDQ7XG4gIG1hcmdpbi1yaWdodDogMTBweDtcbiAgd2lkdGg6IDY4cHg7XG4gIGhlaWdodDogMzdweDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICBjb2xvcjogI0ZGRjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgY3Vyc29yOiBwb2ludGVyO1xufVxuLnN0YW1wLWV4cG9ydCAuaWNvbiB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGZsZXg6IDAgMCAyN3B4O1xufVxuLnN0YW1wLWV4cG9ydCAuc2F2ZS1idXR0b24ge1xuICBmb250LXNpemU6IDEwcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGZsZXg6IDAgMCA0MHB4O1xufVxuLmdkLWRyYXctc3RhbXAge1xuICBiYWNrZ3JvdW5kLWltYWdlOiB1cmwoZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFDQUFBQUFoQ0FZQUFBQzRKcWxSQUFBQUNYQklXWE1BQUE3RUFBQU94QUdWS3c0YkFBQUE0VWxFUVZSNG5PMldiUXVETUF5RSsvLy9xMFdoS2lpYWNZRks3QmVYSzJPTUpYQzJTRjhlcjJrd2lUUE84MVN0NnlvNVp4bUdRZHNuWVp3ZGkvNnlMSklDSUFBQ0lBQUM0S2NBNnVZTWdOMzRCbUFYOVFnQTlhdFl1UUdPNDdqNm1NdzRZRFhQc3lROFBDcWxhQXNBdU5BamRZQzFEeURlWTdNT1F1b0FZMTBMMENib08wS29BeXdBNk5zRm4yNlFCYVVCNmhGWUFPOFZyaEVBQWZDL0FQUTF0SlhRQzlDQ1hBQnNLUVpBVzFxcFN0Z0R3Rzcra1ZMOGRRQlBBbllEUU40Y3dGZ3J2Rk9BZmQvRnEyM2I5SWRpSEVlWnBva1dBRjQxdWdLTzV1N2dONkVRQUFBRlpMNU5BQUFBQUVsRlRrU3VRbUNDKSAhaW1wb3J0YW50O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHBhZGRpbmc6IDAgIWltcG9ydGFudDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZ2QtZHJhdy1zdGFtcCBpbnB1dCB7XG4gIGhlaWdodDogMzBweDtcbiAgb3V0bGluZTogMnB4IHNvbGlkICM2NzlGRkE7XG59XG4uZ2QtZHJhdy1zdGFtcCAuZ2QtZHJhdy1zdGFtcC10ZXh0IHtcbiAgei1pbmRleDogOTk5OTk7XG59XG4uZ2QtZHJhdy1zdGFtcCAuZ2QtdGV4dC1tZW51LWNvbnRleHQge1xuICBoZWlnaHQ6IDM3cHg7XG4gIHRvcDogMTgwcHg7XG4gIHBhZGRpbmc6IDA7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkZGRkY7XG4gIGN1cnNvcjogZGVmYXVsdDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBib3gtc2hhZG93OiByZ2JhKDAsIDAsIDAsIDAuNTIpIDBweCAwcHggNXB4O1xufVxuLmdkLWRyYXctc3RhbXAgLmdkLXRleHQtbWVudS1jb250ZXh0IDo6bmctZGVlcCAuY29sb3ItZm9yLXRleHQge1xuICBmbGV4OiAxO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG59XG4uZ2QtZHJhdy1zdGFtcCAuZ2QtdGV4dC1tZW51LWNvbnRleHQgLnN0YW1wLXRyYXNoIHtcbiAgZmxleDogMCAwIDM3cHg7XG4gIG1hcmdpbi1yaWdodDogOHB4O1xufVxuLmdkLWRyYXctc3RhbXAgLmdkLXRleHQtbWVudS1jb250ZXh0IDo6bmctZGVlcCAuZmlyc3QtY29tcG9uZW50IDo6bmctZGVlcCAuZHJvcGRvd24tbWVudSB7XG4gIGxlZnQ6IDhweDtcbn1cbjo6bmctZGVlcCAuc2VsZWN0IHtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCBnZC1kcm9wLWRvd24ge1xuICB6LWluZGV4OiA5OTk5OTkgIWltcG9ydGFudDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLnN0YW1wLWJvZHkge1xuICAgIHdpZHRoOiBpbmhlcml0O1xuICAgIGhlaWdodDogaW5oZXJpdDtcbiAgfVxufVxuIl19 */\"","import {Component, ComponentRef, ElementRef, OnDestroy, OnInit, ViewChild} from '@angular/core';\nimport {SignatureType, StampCanvasProps} from \"../signature-models\";\nimport {ActiveCanvasService} from './../active-canvas.service'\nimport {SignatureService} from './../signature.service'\nimport {SignatureTabActivatorService} from \"./../signature-tab-activator.service\";\nimport {RemoveCanvasService} from \"../remove-canvas.service\";\nimport {StampCanvasComponent} from \"../stamp-canvas/stamp-canvas.component\";\nimport {\n AddDynamicComponentService, CommonModals, Formatting,\n HostDynamicDirective, ModalService,\n WindowService\n} from \"@groupdocs.examples.angular/common-components\";\nimport * as jquery from \"jquery\";\n\nconst $ = jquery;\n\n@Component({\n selector: 'gd-stamp-modal',\n templateUrl: './stamp-modal.component.html',\n styleUrls: ['./stamp-modal.component.less']\n})\nexport class StampModalComponent implements OnInit, OnDestroy {\n stampCircles = new Map>();\n textString = '';\n showText = false;\n\n @ViewChild(HostDynamicDirective, {static: true}) dynamicDirective: HostDynamicDirective;\n\n private isMobile: boolean;\n private sizeMagnifier = 40;\n private activeId: number;\n textProps = Formatting.default();\n\n constructor(private _addDynamicComponentService: AddDynamicComponentService,\n private _activeCanvasService: ActiveCanvasService,\n private _windowService: WindowService,\n private _removeCanvas: RemoveCanvasService,\n private _signatureService: SignatureService,\n private _tabActivationService: SignatureTabActivatorService,\n private _modalService: ModalService) {\n\n this._removeCanvas.removeCanvas.subscribe((id: number) => {\n const componentRef = this.stampCircles.get(id);\n componentRef.destroy();\n this.stampCircles.delete(id);\n });\n\n this.isMobile = _windowService.isMobile();\n _windowService.onResize.subscribe((w) => {\n this.isMobile = _windowService.isMobile();\n });\n\n this._activeCanvasService.activeChange.subscribe((id: number) => {\n this.activeId = id;\n });\n }\n\n ngOnInit() {\n }\n\n saveSign() {\n const componentRef = this.stampCircles.get(this.stampCircles.size);\n const canvasComponent = componentRef.instance;\n const lastProps = canvasComponent.props;\n const ctx = canvasComponent.ctx;\n const props = [];\n props.push(lastProps);\n for (let i = this.stampCircles.size - 1; i > 0; i--) {\n const comp = this.stampCircles.get(i).instance;\n const canvas = comp.canvas.nativeElement;\n let offset = lastProps.width - comp.props.width;\n if (offset !== 0) {\n offset = offset / 2;\n }\n ctx.drawImage(canvas, offset, offset);\n props.push(comp.props);\n }\n props.reverse();\n const img = canvasComponent.canvas.nativeElement.toDataURL(\"image/png\");\n this._signatureService.saveStamp(img, props).subscribe(() => {\n this._tabActivationService.changeActiveTab(SignatureType.STAMP.id);\n });\n this.close();\n }\n\n private close() {\n this._modalService.close(CommonModals.DrawStampSignature);\n }\n\n onCloseOpen($event) {\n if ($event) {\n this.textString = '';\n const props = new StampCanvasProps().init(this.isMobile);\n props.id = this.stampCircles.size + 1;\n this.addCircle(props, true);\n } else {\n this.clear();\n }\n }\n\n clear() {\n for (const comp of this.stampCircles.values()) {\n comp.destroy();\n }\n this.stampCircles = new Map>();\n this.showText = false;\n }\n\n private addCircle(props: StampCanvasProps, theFirst: boolean) {\n if (this.dynamicDirective) {\n const viewContainerRef = this.dynamicDirective.viewContainerRef;\n const stampCircle = this._addDynamicComponentService.addDynamicComponent(viewContainerRef, StampCanvasComponent);\n (stampCircle.instance).id = props.id;\n (stampCircle.instance).theFirst = theFirst;\n (stampCircle.instance).active = true;\n (stampCircle.instance).props = props;\n (stampCircle.instance).width = this.getWidth();\n (stampCircle.instance).height = this.getHeight();\n this.stampCircles.set(props.id, stampCircle);\n this._activeCanvasService.changeActive(props.id);\n }\n }\n\n addCanvas() {\n const props = new StampCanvasProps();\n props.init(this.isMobile);\n props.id = this.stampCircles.size + 1;\n const componentRef = this.stampCircles.get(this.stampCircles.size);\n if (componentRef) {\n const lastProps = (componentRef.instance).props;\n props.width = lastProps.width + this.sizeMagnifier;\n props.height = lastProps.height + this.sizeMagnifier;\n props.zIndex = lastProps.zIndex - 1;\n }\n this.addCircle(props, false);\n this.showText = false;\n }\n\n ngOnDestroy(): void {\n this.clear();\n }\n\n addText(value: string) {\n this.textString = value;\n const componentRef = this.stampCircles.get(1);\n if (this.textString && componentRef) {\n const props = (componentRef.instance).props;\n props.text = value;\n (componentRef.instance).redrawCanvas();\n this.showText = false;\n }\n }\n\n toggleText() {\n this.showText = !this.showText;\n if (this.showText) {\n this._activeCanvasService.changeActive(null);\n }\n if (this.showText) {\n setTimeout(() => {\n const element = $(\"#text-input\");\n if (element) {\n element.focus();\n }\n }, 100);\n }\n }\n\n toggleUnderline($event: boolean) {\n this.textProps.underline = $event;\n const componentRef = this.stampCircles.get(1);\n if (componentRef) {\n const props = (componentRef.instance).props;\n props.underline = $event;\n (componentRef.instance).redrawCanvas();\n }\n }\n\n toggleBold($event: boolean) {\n this.textProps.bold = $event;\n const componentRef = this.stampCircles.get(1);\n if (componentRef) {\n const props = (componentRef.instance).props;\n props.bold = $event;\n (componentRef.instance).redrawCanvas();\n }\n }\n\n toggleItalic($event: boolean) {\n this.textProps.italic = $event;\n const componentRef = this.stampCircles.get(1);\n if (componentRef) {\n const props = (componentRef.instance).props;\n props.italic = $event;\n (componentRef.instance).redrawCanvas();\n }\n }\n\n selectTextColor($event: string) {\n this.textProps.color = $event;\n const componentRef = this.stampCircles.get(1);\n if (componentRef) {\n const props = (componentRef.instance).props;\n props.textColor = $event;\n (componentRef.instance).redrawCanvas();\n }\n }\n\n selectFont($event: string) {\n this.textProps.font = $event;\n const componentRef = this.stampCircles.get(1);\n if (componentRef) {\n const props = (componentRef.instance).props;\n props.font = $event;\n (componentRef.instance).redrawCanvas();\n }\n }\n\n selectFontSize($event: number) {\n this.textProps.fontSize = $event;\n const componentRef = this.stampCircles.get(1);\n if (componentRef) {\n const props = (componentRef.instance).props;\n props.fontSize = $event;\n (componentRef.instance).redrawCanvas();\n }\n }\n\n getWidth() {\n return this.isMobile ? this._windowService.getWidth() : 1036;\n }\n\n getHeight() {\n return this.isMobile ? this._windowService.getHeight() : 501;\n }\n\n deleteText() {\n const componentRef = this.stampCircles.get(1);\n if (componentRef) {\n const props = (componentRef.instance).props;\n props.text = \"\";\n (componentRef.instance).redrawCanvas();\n this.showText = false;\n }\n }\n\n leaveText($event: Event) {\n this.showText = false;\n }\n\n getTextWidth() {\n const componentRef = this.stampCircles.get(1);\n if (componentRef) {\n const props = (componentRef.instance).props;\n return props.radius * 2;\n }\n return 100;\n }\n}\n","module.exports = \".gd-upload-inputs {\\n height: 350px;\\n text-align: center;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-pack: center;\\n justify-content: center;\\n align-content: center;\\n background-color: #FFF;\\n}\\n.gd-upload-inputs .icon {\\n font-size: 52px;\\n color: #959DA5;\\n}\\n.gd-upload-inputs input {\\n opacity: 0;\\n position: absolute;\\n cursor: pointer;\\n width: -webkit-fit-content;\\n width: -moz-fit-content;\\n width: fit-content;\\n height: 203px;\\n}\\n.gd-upload-title {\\n color: #bababa;\\n font-size: 13px;\\n margin: 10px 0px 0px 0px;\\n}\\n.text {\\n font-size: 12px;\\n text-align: center;\\n}\\n@media (max-width: 1037px) {\\n .gd-upload-inputs {\\n width: -webkit-fill-available;\\n }\\n .gd-upload-inputs input {\\n width: -webkit-fill-available;\\n height: 201px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi91cGxvYWQtc2lnbmF0dXJlL3VwbG9hZC1zaWduYXR1cmUuY29tcG9uZW50Lmxlc3MiLCJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3VwbG9hZC1zaWduYXR1cmUvdXBsb2FkLXNpZ25hdHVyZS5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLGFBQUE7RUFDQSxrQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxxQkFBQTtFQUNBLHNCQUFBO0FDREY7QUROQTtFQVVJLGVBQUE7RUFDQSxjQUFBO0FDREo7QURWQTtFQWVJLFVBQUE7RUFDQSxrQkFBQTtFQUNBLGVBQUE7RUFDQSwwQkFBQTtFQUFBLHVCQUFBO0VBQUEsa0JBQUE7RUFDQSxhQUFBO0FDRko7QURNQTtFQUNFLGNBQUE7RUFDQSxlQUFBO0VBQ0Esd0JBQUE7QUNKRjtBRE9BO0VBQ0UsZUFBQTtFQUNBLGtCQUFBO0FDTEY7QURRQTtFQUVFO0lBQ0UsNkJBQUE7RUNQRjtFRFVBO0lBQ0UsNkJBQUE7SUFDQSxhQUFBO0VDUkY7QUFDRiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3VwbG9hZC1zaWduYXR1cmUvdXBsb2FkLXNpZ25hdHVyZS5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uZ2QtdXBsb2FkLWlucHV0cyB7XG4gIGhlaWdodDogMzUwcHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRjtcblxuICAuaWNvbiB7XG4gICAgZm9udC1zaXplOiA1MnB4O1xuICAgIGNvbG9yOiAjOTU5REE1O1xuICB9XG5cbiAgaW5wdXQge1xuICAgIG9wYWNpdHk6IDA7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICB3aWR0aDogZml0LWNvbnRlbnQ7XG4gICAgaGVpZ2h0OiAyMDNweDtcbiAgfVxufVxuXG4uZ2QtdXBsb2FkLXRpdGxlIHtcbiAgY29sb3I6ICNiYWJhYmE7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgbWFyZ2luOiAxMHB4IDBweCAwcHggMHB4O1xufVxuXG4udGV4dCB7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuXG4gIC5nZC11cGxvYWQtaW5wdXRzIHtcbiAgICB3aWR0aDogLXdlYmtpdC1maWxsLWF2YWlsYWJsZTtcbiAgfVxuXG4gIC5nZC11cGxvYWQtaW5wdXRzIGlucHV0IHtcbiAgICB3aWR0aDogLXdlYmtpdC1maWxsLWF2YWlsYWJsZTtcbiAgICBoZWlnaHQ6IDIwMXB4O1xuICB9XG59XG4iLCIuZ2QtdXBsb2FkLWlucHV0cyB7XG4gIGhlaWdodDogMzUwcHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRjtcbn1cbi5nZC11cGxvYWQtaW5wdXRzIC5pY29uIHtcbiAgZm9udC1zaXplOiA1MnB4O1xuICBjb2xvcjogIzk1OURBNTtcbn1cbi5nZC11cGxvYWQtaW5wdXRzIGlucHV0IHtcbiAgb3BhY2l0eTogMDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIHdpZHRoOiBmaXQtY29udGVudDtcbiAgaGVpZ2h0OiAyMDNweDtcbn1cbi5nZC11cGxvYWQtdGl0bGUge1xuICBjb2xvcjogI2JhYmFiYTtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBtYXJnaW46IDEwcHggMHB4IDBweCAwcHg7XG59XG4udGV4dCB7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAuZ2QtdXBsb2FkLWlucHV0cyB7XG4gICAgd2lkdGg6IC13ZWJraXQtZmlsbC1hdmFpbGFibGU7XG4gIH1cbiAgLmdkLXVwbG9hZC1pbnB1dHMgaW5wdXQge1xuICAgIHdpZHRoOiAtd2Via2l0LWZpbGwtYXZhaWxhYmxlO1xuICAgIGhlaWdodDogMjAxcHg7XG4gIH1cbn1cbiJdfQ== */\"","import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';\nimport {FileListWithParams} from \"../signature-models\";\nimport {SignatureService} from \"../signature.service\";\n\n@Component({\n selector: 'gd-upload-signature',\n templateUrl: './upload-signature.component.html',\n styleUrls: ['./upload-signature.component.less']\n})\nexport class UploadSignatureComponent implements OnInit {\n @Input() signatureType: string;\n @Input() rewrite: boolean;\n @Output() closePanel = new EventEmitter();\n\n constructor(private _signatureService: SignatureService) {\n }\n\n ngOnInit() {\n }\n\n handleFileInput(files: FileList) {\n this.addFiles(files);\n }\n\n addFiles(files) {\n const data = new FileListWithParams(files, this.signatureType);\n this._signatureService.uploadSignature(data, this.rewrite).subscribe(() => {\n this.closePanel.emit(true);\n });\n }\n\n uploadFiles($event: any) {\n this.addFiles($event);\n }\n}\n","export * from './lib/viewer.module';\nexport * from './lib/viewer-app.component';\nexport * from './lib/viewer.service';\nexport * from './lib/viewer-config.service';\n","module.exports = \":host {\\n overflow: scroll;\\n width: 100%;\\n background-color: #e7e7e7;\\n}\\n.document {\\n width: 100%;\\n -webkit-transition: all 0.4s;\\n transition: all 0.4s;\\n padding: 0px;\\n margin: 0px;\\n position: relative;\\n}\\n.sheets {\\n background-color: #fff;\\n display: -webkit-box;\\n display: flex;\\n border-top: 1px solid #e7e7e7;\\n position: fixed;\\n bottom: 17px;\\n right: 17px;\\n width: 100%;\\n}\\n.sheets /deep/ gd-button.active .text {\\n background-color: #272727;\\n border-radius: 10px;\\n color: #eee;\\n}\\n.sheets /deep/ gd-button .text {\\n padding: 1px 12px;\\n color: #000;\\n}\\n.sheets /deep/ gd-button fa-icon {\\n display: none;\\n}\\n.sheets-wrapper {\\n margin-left: 29px;\\n display: -webkit-box;\\n display: flex;\\n}\\n.page {\\n position: relative;\\n display: inline-block;\\n background-color: #ffffff;\\n -webkit-transition: all 0.3s;\\n transition: all 0.3s;\\n}\\n.wait {\\n position: absolute;\\n top: 55px;\\n left: Calc(30%);\\n}\\n.panzoom {\\n -webkit-transform: none;\\n transform: none;\\n -webkit-backface-visibility: hidden;\\n backface-visibility: hidden;\\n -webkit-transform-origin: 50% 50% 0px;\\n transform-origin: 50% 50% 0px;\\n display: -webkit-box;\\n display: flex;\\n flex-wrap: wrap;\\n}\\n.gd-zoomed {\\n margin: 10px 98px;\\n}\\n.highlights {\\n position: absolute;\\n top: 0px;\\n left: 0px;\\n bottom: 0px;\\n right: 0px;\\n}\\n@media (max-width: 1037px) {\\n .document {\\n overflow-x: auto !important;\\n }\\n .panzoom {\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n }\\n .page {\\n min-width: unset !important;\\n min-height: unset !important;\\n margin: 5px 0px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy92aWV3ZXIvc3JjL2xpYi9leGNlbC1kb2N1bWVudC9leGNlbC1kb2N1bWVudC5jb21wb25lbnQubGVzcyIsImxpYnMvdmlld2VyL3NyYy9saWIvZXhjZWwtZG9jdW1lbnQvZXhjZWwtZG9jdW1lbnQuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxnQkFBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtBQ0RGO0FESUE7RUFDRSxXQUFBO0VBQ0EsNEJBQUE7RUFBQSxvQkFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0Esa0JBQUE7QUNGRjtBREtBO0VBQ0Usc0JBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw2QkFBQTtFQUNBLGVBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLFdBQUE7QUNIRjtBREtJO0VBRU0seUJBQUE7RUFDQSxtQkFBQTtFQUNBLFdBQUE7QUNKVjtBRFRBO0VBaUJNLGlCQUFBO0VBQ0EsV0FBQTtBQ0xOO0FEYkE7RUFxQk0sYUFBQTtBQ0xOO0FEVUE7RUFDRSxpQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ1JGO0FEV0E7RUFDRSxrQkFBQTtFQUNBLHFCQUFBO0VBQ0EseUJBQUE7RUFDQSw0QkFBQTtFQUFBLG9CQUFBO0FDVEY7QURZQTtFQUNFLGtCQUFBO0VBQ0EsU0FBQTtFQUNBLGVBQUE7QUNWRjtBRGFBO0VBQ0UsdUJBQUE7VUFBQSxlQUFBO0VBQ0EsbUNBQUE7VUFBQSwyQkFBQTtFQUNBLHFDQUFBO1VBQUEsNkJBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0FDWEY7QURjQTtFQUNFLGlCQUFBO0FDWkY7QURlQTtFQUNFLGtCQUFBO0VBQ0EsUUFBQTtFQUNBLFNBQUE7RUFDQSxXQUFBO0VBQ0EsVUFBQTtBQ2JGO0FEZ0JBO0VBQ0U7SUFDRSwyQkFBQTtFQ2RGO0VEaUJBO0lBQ0UsNEJBQUE7SUFBQSw2QkFBQTtZQUFBLHNCQUFBO0VDZkY7RURrQkE7SUFDRSwyQkFBQTtJQUNBLDRCQUFBO0lBQ0EsZUFBQTtFQ2hCRjtBQUNGIiwiZmlsZSI6ImxpYnMvdmlld2VyL3NyYy9saWIvZXhjZWwtZG9jdW1lbnQvZXhjZWwtZG9jdW1lbnQuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi8uLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlcy5sZXNzXCI7XG5cbjpob3N0IHtcbiAgb3ZlcmZsb3c6IHNjcm9sbDtcbiAgd2lkdGg6IDEwMCU7XG4gIGJhY2tncm91bmQtY29sb3I6IEBtZXJjdXJ5O1xufVxuXG4uZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgdHJhbnNpdGlvbjogYWxsIDAuNHM7XG4gIHBhZGRpbmc6IDBweDtcbiAgbWFyZ2luOiAwcHg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cblxuLnNoZWV0cyB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGJvcmRlci10b3A6IDFweCBzb2xpZCBAbWVyY3VyeTtcbiAgcG9zaXRpb246IGZpeGVkO1xuICBib3R0b206IDE3cHg7XG4gIHJpZ2h0OiAxN3B4O1xuICB3aWR0aDogMTAwJTtcbiAgL2RlZXAvIGdkLWJ1dHRvbiB7XG4gICAgJi5hY3RpdmUge1xuICAgICAgLnRleHQge1xuICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6ICMyNzI3Mjc7XG4gICAgICAgICAgYm9yZGVyLXJhZGl1czogMTBweDtcbiAgICAgICAgICBjb2xvcjogI2VlZTtcbiAgICAgIH1cbiAgICB9XG4gICAgLnRleHQge1xuICAgICAgcGFkZGluZzogMXB4IDEycHg7XG4gICAgICBjb2xvcjogIzAwMDtcbiAgICB9XG4gICAgZmEtaWNvbiB7XG4gICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cbiAgfVxufVxuXG4uc2hlZXRzLXdyYXBwZXIge1xuICBtYXJnaW4tbGVmdDogMjlweDtcbiAgZGlzcGxheTogZmxleDtcbn1cblxuLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgdHJhbnNpdGlvbjogYWxsIDAuM3M7XG59XG5cbi53YWl0IHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDU1cHg7XG4gIGxlZnQ6IENhbGMoNTAlIC0gMjBweCk7XG59XG5cbi5wYW56b29tIHtcbiAgdHJhbnNmb3JtOiBub25lO1xuICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47XG4gIHRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCUgMHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LXdyYXA6IHdyYXA7XG59XG5cbi5nZC16b29tZWQge1xuICBtYXJnaW46IDEwcHggOThweDtcbn1cblxuLmhpZ2hsaWdodHN7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwcHg7XG4gIGxlZnQ6IDBweDtcbiAgYm90dG9tOiAwcHg7XG4gIHJpZ2h0OiAwcHg7XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIC5kb2N1bWVudCB7XG4gICAgb3ZlcmZsb3cteDogYXV0byAhaW1wb3J0YW50O1xuICB9XG5cbiAgLnBhbnpvb20ge1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIH1cblxuICAucGFnZSB7XG4gICAgbWluLXdpZHRoOiB1bnNldCAhaW1wb3J0YW50O1xuICAgIG1pbi1oZWlnaHQ6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgbWFyZ2luOiA1cHggMHB4O1xuICB9XG59XG4iLCI6aG9zdCB7XG4gIG92ZXJmbG93OiBzY3JvbGw7XG4gIHdpZHRoOiAxMDAlO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTdlN2U3O1xufVxuLmRvY3VtZW50IHtcbiAgd2lkdGg6IDEwMCU7XG4gIHRyYW5zaXRpb246IGFsbCAwLjRzO1xuICBwYWRkaW5nOiAwcHg7XG4gIG1hcmdpbjogMHB4O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG4uc2hlZXRzIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgZGlzcGxheTogZmxleDtcbiAgYm9yZGVyLXRvcDogMXB4IHNvbGlkICNlN2U3ZTc7XG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgYm90dG9tOiAxN3B4O1xuICByaWdodDogMTdweDtcbiAgd2lkdGg6IDEwMCU7XG59XG4uc2hlZXRzIC9kZWVwLyBnZC1idXR0b24uYWN0aXZlIC50ZXh0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzI3MjcyNztcbiAgYm9yZGVyLXJhZGl1czogMTBweDtcbiAgY29sb3I6ICNlZWU7XG59XG4uc2hlZXRzIC9kZWVwLyBnZC1idXR0b24gLnRleHQge1xuICBwYWRkaW5nOiAxcHggMTJweDtcbiAgY29sb3I6ICMwMDA7XG59XG4uc2hlZXRzIC9kZWVwLyBnZC1idXR0b24gZmEtaWNvbiB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uc2hlZXRzLXdyYXBwZXIge1xuICBtYXJnaW4tbGVmdDogMjlweDtcbiAgZGlzcGxheTogZmxleDtcbn1cbi5wYWdlIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmZmZmY7XG4gIHRyYW5zaXRpb246IGFsbCAwLjNzO1xufVxuLndhaXQge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogNTVweDtcbiAgbGVmdDogQ2FsYygzMCUpO1xufVxuLnBhbnpvb20ge1xuICB0cmFuc2Zvcm06IG5vbmU7XG4gIGJhY2tmYWNlLXZpc2liaWxpdHk6IGhpZGRlbjtcbiAgdHJhbnNmb3JtLW9yaWdpbjogNTAlIDUwJSAwcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtd3JhcDogd3JhcDtcbn1cbi5nZC16b29tZWQge1xuICBtYXJnaW46IDEwcHggOThweDtcbn1cbi5oaWdobGlnaHRzIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDBweDtcbiAgbGVmdDogMHB4O1xuICBib3R0b206IDBweDtcbiAgcmlnaHQ6IDBweDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmRvY3VtZW50IHtcbiAgICBvdmVyZmxvdy14OiBhdXRvICFpbXBvcnRhbnQ7XG4gIH1cbiAgLnBhbnpvb20ge1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIH1cbiAgLnBhZ2Uge1xuICAgIG1pbi13aWR0aDogdW5zZXQgIWltcG9ydGFudDtcbiAgICBtaW4taGVpZ2h0OiB1bnNldCAhaW1wb3J0YW50O1xuICAgIG1hcmdpbjogNXB4IDBweDtcbiAgfVxufVxuIl19 */\"","import { Component, ElementRef, OnInit, ViewChildren, QueryList, AfterViewInit } from '@angular/core';\nimport { DocumentComponent, WindowService, NavigateService } from '@groupdocs.examples.angular/common-components';\nimport { ZoomService } from '@groupdocs.examples.angular/common-components';\nimport { ExcelPageComponent } from '../excel-page/excel-page.component';\n\n@Component({\n selector: 'gd-excel-document',\n templateUrl: './excel-document.component.html',\n styleUrls: ['./excel-document.component.less'],\n})\nexport class ExcelDocumentComponent extends DocumentComponent implements OnInit, AfterViewInit {\n @ViewChildren(ExcelPageComponent) pages: QueryList; \n \n currentPageNo: number;\n panzoom = null;\n\n constructor(_elementRef: ElementRef,\n zoomService: ZoomService,\n windowService: WindowService,\n private _navigateService: NavigateService) {\n super(_elementRef, zoomService, windowService);\n }\n\n ngOnInit(){\n this.currentPageNo = 1;\n }\n\n ngAfterViewInit() {\n this.refreshExcelDocHeight();\n this.pages.changes.subscribe(()=>{\n this.refreshExcelDocHeight();\n });\n\n this._navigateService.navigate.subscribe(((\n value => {\n this.selectSheet(value);\n })));\n }\n\n refreshExcelDocHeight() {\n // For current iteration we'll change actual height of .document\n this.doc = this._elementRef.nativeElement.children.item(0);\n this.panzoom = this._elementRef.nativeElement.children.item(0).children.item(0);\n // magic number 37 is the height of the bottom-bar with navigation between pages\n this.doc.style.height = this.panzoom.scrollHeight + 37 + \"px\";\n }\n\n selectSheet(number){\n this.currentPageNo = number;\n }\n}\n","import {Injectable} from '@angular/core';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ExcelPageService {\n constructor() {\n }\n\n getUpdatedPage(data) {\n const doc = new DOMParser().parseFromString(data, \"text/html\");\n const table = doc.querySelector('table');\n let numCellsInFirstRow = 0;\n const cellsFromFirstRow = doc.querySelectorAll('table > tbody > tr:first-child td');\n\n cellsFromFirstRow.forEach(elm => {\n numCellsInFirstRow += elm.attributes['colspan'] ? parseInt(elm.attributes['colspan'].value, 10) : 1;\n });\n \n const newTable = this.createHeader(numCellsInFirstRow, table);\n doc.querySelector('table').replaceWith(newTable);\n\n const resultData = new XMLSerializer().serializeToString(doc)\n // work-around for FF which is adds a0 namespace during serialization\n return resultData.replace(/a0:/g,\"\").replace(/:a0/g,\"\");\n }\n\n createHeader(numCols, table){\n const header = document.createElement('thead');\n header.append(document.createElement('tr'));\n\n for(let i = 0; i < numCols; ++i){\n const th = document.createElement('th');\n th.innerText = this.colName(i);\n header.querySelector(\"tr\").append(th);\n }\n \n const colgroup = table.querySelector('colgroup');\n const col = document.createElement('col');\n col.width = '80px';\n colgroup.prepend(col);\n \n table.prepend(header);\n\n let cnt = 0;\n table.querySelectorAll('tr').forEach(row => {\n const div = document.createElement('div');\n if (cnt !== 0) {\n const td = document.createElement('td');\n td.className = \"excel\"\n td.append(div);\n div.innerText = cnt.toString();\n row.prepend(td);\n }\n else {\n const th = document.createElement('th');\n th.append(div);\n row.prepend(th);\n }\n cnt++;\n });\n\n return table;\n }\n\n colName(n) {\n const ordA = 'a'.charCodeAt(0);\n const ordZ = 'z'.charCodeAt(0);\n const len = ordZ - ordA + 1;\n\n let s = \"\";\n while(n >= 0) {\n s = String.fromCharCode(n % len + ordA) + s;\n n = Math.floor(n / len) - 1;\n }\n return s;\n }\n}\n","module.exports = \".gd-page-spinner {\\n margin-top: 150px;\\n text-align: center;\\n}\\n.gd-wrapper {\\n width: inherit;\\n height: inherit;\\n}\\n.gd-wrapper div {\\n width: 100%;\\n}\\n/deep/ .gd-highlight {\\n background-color: yellow;\\n}\\n/deep/ .gd-highlight-select {\\n background-color: #ff9b00;\\n}\\n/deep/ th {\\n color: #959da5;\\n background-color: #f4f4f4;\\n font-weight: unset;\\n border: 1px solid #e7e7e7 !important;\\n text-transform: uppercase;\\n font-size: 14px;\\n overflow: hidden;\\n}\\n/deep/ td {\\n vertical-align: middle !important;\\n}\\n/deep/ .page-grid-lines td {\\n border: 1px solid #e7e7e7 !important;\\n}\\n/deep/ .page td:nth-child(1) {\\n border: 1px solid #e7e7e7 !important;\\n}\\n/deep/ tr td.excel:first-child {\\n color: #959da5;\\n background-color: #f4f4f4;\\n font-weight: unset;\\n width: 1%;\\n text-align: center;\\n}\\n/deep/ tr td.excel:first-child div {\\n width: 80px;\\n}\\n/deep/ tr th.excel:first-child {\\n background-color: #f4f4f4;\\n width: 1%;\\n}\\n/deep/ tr th.excel:first-child div {\\n width: 80px;\\n}\\n.gd-page-image {\\n height: 100% !important;\\n width: 100% !important;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy92aWV3ZXIvc3JjL2xpYi9leGNlbC1wYWdlL2V4Y2VsLXBhZ2UuY29tcG9uZW50Lmxlc3MiLCJsaWJzL3ZpZXdlci9zcmMvbGliL2V4Y2VsLXBhZ2UvZXhjZWwtcGFnZS5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLGlCQUFBO0VBQ0Esa0JBQUE7QUNERjtBRElBO0VBQ0UsY0FBQTtFQUNBLGVBQUE7QUNGRjtBREtBO0VBQ0UsV0FBQTtBQ0hGO0FETUE7RUFDRSx3QkFBQTtBQ0pGO0FET0E7RUFDRSx5QkFBQTtBQ0xGO0FEUUE7RUFDRSxjQUFBO0VBQ0EseUJBQUE7RUFDQSxrQkFBQTtFQUNBLG9DQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0VBQ0EsZ0JBQUE7QUNORjtBRFNBO0VBQ0UsaUNBQUE7QUNQRjtBRFVBO0VBQ0Usb0NBQUE7QUNSRjtBRFdBO0VBQ0Usb0NBQUE7QUNURjtBRFlBO0VBQ0UsY0FBQTtFQUNBLHlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxTQUFBO0VBQ0Esa0JBQUE7QUNWRjtBREtBO0VBT0ksV0FBQTtBQ1RKO0FEYUE7RUFDRSx5QkFBQTtFQUNBLFNBQUE7QUNYRjtBRFNBO0VBSUksV0FBQTtBQ1ZKO0FEZUE7RUFDRSx1QkFBQTtFQUNBLHNCQUFBO0FDYkYiLCJmaWxlIjoibGlicy92aWV3ZXIvc3JjL2xpYi9leGNlbC1wYWdlL2V4Y2VsLXBhZ2UuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLXBhZ2Utc3Bpbm5lciB7XG4gIG1hcmdpbi10b3A6IDE1MHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG5cbi5nZC13cmFwcGVyIHtcbiAgd2lkdGg6IGluaGVyaXQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cblxuLmdkLXdyYXBwZXIgZGl2IHtcbiAgd2lkdGg6IDEwMCU7XG59XG5cbi9kZWVwLyAuZ2QtaGlnaGxpZ2h0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogeWVsbG93O1xufVxuXG4vZGVlcC8gLmdkLWhpZ2hsaWdodC1zZWxlY3Qge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmY5YjAwO1xufVxuXG4vZGVlcC8gdGgge1xuICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAd2lsZC1zYW5kO1xuICBmb250LXdlaWdodDogdW5zZXQ7XG4gIGJvcmRlcjogMXB4IHNvbGlkIEBtZXJjdXJ5ICFpbXBvcnRhbnQ7XG4gIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cblxuL2RlZXAvIHRkIHtcbiAgdmVydGljYWwtYWxpZ246IG1pZGRsZSAhaW1wb3J0YW50O1xufVxuXG4vZGVlcC8gLnBhZ2UtZ3JpZC1saW5lcyB0ZCB7XG4gIGJvcmRlcjogMXB4IHNvbGlkIEBtZXJjdXJ5ICFpbXBvcnRhbnQ7XG59XG5cbi9kZWVwLyAucGFnZSB0ZDpudGgtY2hpbGQoMSkge1xuICBib3JkZXI6IDFweCBzb2xpZCBAbWVyY3VyeSAhaW1wb3J0YW50O1xufVxuXG4vZGVlcC8gdHIgdGQuZXhjZWw6Zmlyc3QtY2hpbGQge1xuICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAd2lsZC1zYW5kO1xuICBmb250LXdlaWdodDogdW5zZXQ7XG4gIHdpZHRoOiAxJTtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBkaXYge1xuICAgIHdpZHRoOiA4MHB4O1xuICB9XG59XG5cbi9kZWVwLyB0ciB0aC5leGNlbDpmaXJzdC1jaGlsZCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG4gIHdpZHRoOiAxJTtcbiAgZGl2IHtcbiAgICB3aWR0aDogODBweDtcbiAgfVxufVxuXG4vLyBUT0RPOiByZW1vdmUgdGhpcyBhZnRlciByZWxhdGVkIGlzc3VlIHdpbGwgYmUgZml4ZWRcbi5nZC1wYWdlLWltYWdlIHtcbiAgaGVpZ2h0OiAxMDAlICFpbXBvcnRhbnQ7XG4gIHdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG59IiwiLmdkLXBhZ2Utc3Bpbm5lciB7XG4gIG1hcmdpbi10b3A6IDE1MHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG4uZ2Qtd3JhcHBlciB7XG4gIHdpZHRoOiBpbmhlcml0O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uZ2Qtd3JhcHBlciBkaXYge1xuICB3aWR0aDogMTAwJTtcbn1cbiAvZGVlcC8gLmdkLWhpZ2hsaWdodCB7XG4gIGJhY2tncm91bmQtY29sb3I6IHllbGxvdztcbn1cbiAvZGVlcC8gLmdkLWhpZ2hsaWdodC1zZWxlY3Qge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmY5YjAwO1xufVxuIC9kZWVwLyB0aCB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZjRmNGY0O1xuICBmb250LXdlaWdodDogdW5zZXQ7XG4gIGJvcmRlcjogMXB4IHNvbGlkICNlN2U3ZTcgIWltcG9ydGFudDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuIC9kZWVwLyB0ZCB7XG4gIHZlcnRpY2FsLWFsaWduOiBtaWRkbGUgIWltcG9ydGFudDtcbn1cbiAvZGVlcC8gLnBhZ2UtZ3JpZC1saW5lcyB0ZCB7XG4gIGJvcmRlcjogMXB4IHNvbGlkICNlN2U3ZTcgIWltcG9ydGFudDtcbn1cbiAvZGVlcC8gLnBhZ2UgdGQ6bnRoLWNoaWxkKDEpIHtcbiAgYm9yZGVyOiAxcHggc29saWQgI2U3ZTdlNyAhaW1wb3J0YW50O1xufVxuIC9kZWVwLyB0ciB0ZC5leGNlbDpmaXJzdC1jaGlsZCB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZjRmNGY0O1xuICBmb250LXdlaWdodDogdW5zZXQ7XG4gIHdpZHRoOiAxJTtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuIC9kZWVwLyB0ciB0ZC5leGNlbDpmaXJzdC1jaGlsZCBkaXYge1xuICB3aWR0aDogODBweDtcbn1cbiAvZGVlcC8gdHIgdGguZXhjZWw6Zmlyc3QtY2hpbGQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZjRmNGY0O1xuICB3aWR0aDogMSU7XG59XG4gL2RlZXAvIHRyIHRoLmV4Y2VsOmZpcnN0LWNoaWxkIGRpdiB7XG4gIHdpZHRoOiA4MHB4O1xufVxuLmdkLXBhZ2UtaW1hZ2Uge1xuICBoZWlnaHQ6IDEwMCUgIWltcG9ydGFudDtcbiAgd2lkdGg6IDEwMCUgIWltcG9ydGFudDtcbn1cbiJdfQ== */\"","import {Component, Input, OnChanges, OnInit, SimpleChanges} from '@angular/core';\nimport { ExcelPageService } from '../excel-page.service';\n\n@Component({\n selector: 'gd-excel-page',\n templateUrl: './excel-page.component.html',\n styleUrls: ['./excel-page.component.less']\n})\nexport class ExcelPageComponent implements OnInit, OnChanges {\n\n @Input() angle: number;\n @Input() width: number;\n @Input() height: number;\n @Input() number: number;\n @Input() data: string;\n @Input() isHtml: boolean;\n @Input() editable: boolean;\n imgData: string;\n\n constructor(private _excelPageService: ExcelPageService) {\n }\n\n ngOnInit() {\n const isIE = /*@cc_on!@*/false || !!/(MSIE|Trident\\/|Edge\\/)/i.test(navigator.userAgent);\n if(isIE && this.number === 0){\n this.editable = false;\n }\n }\n\n ngOnChanges(changes: SimpleChanges): void {\n // TODO: this is temporary needed to remove unneeded spaces and BOM symbol \n // which leads to undesired spaces on the top of the docs pages\n this.data = this.data !== null ? this.data.replace(/>\\s+<').replace(/\\uFEFF/g,\"\") : null;\n const dataImagePngBase64 = 'data:image/png;base64,';\n this.imgData = dataImagePngBase64;\n if (!this.isHtml) {\n this.imgData += this.data;\n }\n\n this.data = this.data !== null ? this._excelPageService.getUpdatedPage(this.data) : null;\n }\n}","module.exports = \":host {\\n -webkit-box-flex: 0;\\n flex: 0 0 300px;\\n background: #f5f5f5;\\n color: #fff;\\n overflow-y: auto;\\n display: block;\\n -webkit-transition: margin-left 0.2s;\\n transition: margin-left 0.2s;\\n height: 100%;\\n}\\n.gd-page {\\n width: 272px;\\n height: 272px;\\n -webkit-transition: all 0.3s;\\n transition: all 0.3s;\\n background-color: #e7e7e7;\\n cursor: pointer;\\n margin: 14px 14px 0px 14px;\\n}\\n.gd-page:hover {\\n background-color: #c0c0c0;\\n}\\n.gd-wrapper {\\n -webkit-transform: translate(-50%, -50%);\\n transform: translate(-50%, -50%);\\n left: 50%;\\n top: 50%;\\n position: relative;\\n background-color: #ffffff;\\n box-shadow: 0px 4px 12px -4px rgba(0, 0, 0, 0.38);\\n}\\n.gd-wrapper /deep/ img {\\n width: inherit;\\n}\\n/* Make thumbnails sidebar scroll not visible */\\n.gd-thumbnails::-webkit-scrollbar {\\n width: 0px;\\n background-color: #F5F5F5;\\n}\\n.gd-thumbnails-panzoom > .gd-thumbnails-landscape {\\n margin: -134px 0px -1px 12px;\\n}\\n.gd-thumbnails .gd-page-image {\\n height: inherit;\\n margin-left: 153px !important;\\n}\\n.gd-thumbnails-landscape-image {\\n margin: -90px 0 -23px !important;\\n}\\n.gd-thumbnails-landscape-image-rotated {\\n margin: 126px 0 -3px -104px !important;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy92aWV3ZXIvc3JjL2xpYi90aHVtYm5haWxzL3RodW1ibmFpbHMuY29tcG9uZW50Lmxlc3MiLCJsaWJzL3ZpZXdlci9zcmMvbGliL3RodW1ibmFpbHMvdGh1bWJuYWlscy5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFHQTtFQUNFLG1CQUFBO1VBQUEsZUFBQTtFQUNBLG1CQUFBO0VBQ0EsV0FBQTtFQUNBLGdCQUFBO0VBQ0EsY0FBQTtFQUNBLG9DQUFBO0VBQUEsNEJBQUE7RUFDQSxZQUFBO0FDRkY7QURLQTtFQUNFLFlBQUE7RUFDQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSxvQkFBQTtFQUNBLHlCQUFBO0VBQ0EsZUFBQTtFQUNBLDBCQUFBO0FDSEY7QURLQTtFQUNFLHlCQUFBO0FDSEY7QURLQTtFQUNFLHdDQUFBO1VBQUEsZ0NBQUE7RUFDQSxTQUFBO0VBQ0EsUUFBQTtFQUNBLGtCQUFBO0VBQ0EseUJBQUE7RUFHQSxpREFBQTtBQ0hGO0FETEE7RUFVSSxjQUFBO0FDRko7QUFDQSwrQ0FBK0M7QURNL0M7RUFDRSxVQUFBO0VBQ0EseUJBQUE7QUNKRjtBRE9BO0VBQ0UsNEJBQUE7QUNMRjtBRFFBO0VBQ0UsZUFBQTtFQUNBLDZCQUFBO0FDTkY7QURTQTtFQUNFLGdDQUFBO0FDUEY7QURVQTtFQUNFLHNDQUFBO0FDUkYiLCJmaWxlIjoibGlicy92aWV3ZXIvc3JjL2xpYi90aHVtYm5haWxzL3RodW1ibmFpbHMuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJcbkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG46aG9zdCB7XG4gIGZsZXg6IDAgMCAzMDBweDtcbiAgYmFja2dyb3VuZDogI2Y1ZjVmNTtcbiAgY29sb3I6ICNmZmY7XG4gIG92ZXJmbG93LXk6IGF1dG87XG4gIGRpc3BsYXk6IGJsb2NrO1xuICB0cmFuc2l0aW9uOiBtYXJnaW4tbGVmdCAwLjJzO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi5nZC1wYWdlIHtcbiAgd2lkdGg6IDI3MnB4O1xuICBoZWlnaHQ6IDI3MnB4O1xuICB0cmFuc2l0aW9uOiBhbGwgMC4zcztcbiAgYmFja2dyb3VuZC1jb2xvcjogQG1lcmN1cnk7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgbWFyZ2luOiAxNHB4IDE0cHggMHB4IDE0cHg7XG59XG4uZ2QtcGFnZTpob3ZlcntcbiAgYmFja2dyb3VuZC1jb2xvcjogI2MwYzBjMDtcbn1cbi5nZC13cmFwcGVye1xuICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNTAlKTtcbiAgbGVmdDo1MCU7XG4gIHRvcDo1MCU7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgLXdlYmtpdC1ib3gtc2hhZG93OiAwcHggNHB4IDEycHggLTRweCByZ2JhKDAsMCwwLDAuMzgpO1xuICAtbW96LWJveC1zaGFkb3c6IDBweCA0cHggMTJweCAtNHB4IHJnYmEoMCwwLDAsMC4zOCk7XG4gIGJveC1zaGFkb3c6IDBweCA0cHggMTJweCAtNHB4IHJnYmEoMCwwLDAsMC4zOCk7XG4gIC9kZWVwLyBpbWcge1xuICAgIHdpZHRoOiBpbmhlcml0O1xuICB9XG59XG5cbi8qIE1ha2UgdGh1bWJuYWlscyBzaWRlYmFyIHNjcm9sbCBub3QgdmlzaWJsZSAqL1xuLmdkLXRodW1ibmFpbHM6Oi13ZWJraXQtc2Nyb2xsYmFyIHtcbiAgd2lkdGg6IDBweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0Y1RjVGNTtcbn1cblxuLmdkLXRodW1ibmFpbHMtcGFuem9vbSA+IC5nZC10aHVtYm5haWxzLWxhbmRzY2FwZSB7XG4gIG1hcmdpbjogLTEzNHB4IDBweCAtMXB4IDEycHg7XG59XG5cbi5nZC10aHVtYm5haWxzIC5nZC1wYWdlLWltYWdlIHtcbiAgaGVpZ2h0OiBpbmhlcml0O1xuICBtYXJnaW4tbGVmdDogMTUzcHggIWltcG9ydGFudDtcbn1cblxuLmdkLXRodW1ibmFpbHMtbGFuZHNjYXBlLWltYWdlIHtcbiAgbWFyZ2luOiAtOTBweCAwIC0yM3B4ICFpbXBvcnRhbnQ7XG59XG5cbi5nZC10aHVtYm5haWxzLWxhbmRzY2FwZS1pbWFnZS1yb3RhdGVkIHtcbiAgbWFyZ2luOiAxMjZweCAwIC0zcHggLTEwNHB4ICFpbXBvcnRhbnQ7XG59XG4iLCI6aG9zdCB7XG4gIGZsZXg6IDAgMCAzMDBweDtcbiAgYmFja2dyb3VuZDogI2Y1ZjVmNTtcbiAgY29sb3I6ICNmZmY7XG4gIG92ZXJmbG93LXk6IGF1dG87XG4gIGRpc3BsYXk6IGJsb2NrO1xuICB0cmFuc2l0aW9uOiBtYXJnaW4tbGVmdCAwLjJzO1xuICBoZWlnaHQ6IDEwMCU7XG59XG4uZ2QtcGFnZSB7XG4gIHdpZHRoOiAyNzJweDtcbiAgaGVpZ2h0OiAyNzJweDtcbiAgdHJhbnNpdGlvbjogYWxsIDAuM3M7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgbWFyZ2luOiAxNHB4IDE0cHggMHB4IDE0cHg7XG59XG4uZ2QtcGFnZTpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNjMGMwYzA7XG59XG4uZ2Qtd3JhcHBlciB7XG4gIHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIC01MCUpO1xuICBsZWZ0OiA1MCU7XG4gIHRvcDogNTAlO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmZmZmY7XG4gIC13ZWJraXQtYm94LXNoYWRvdzogMHB4IDRweCAxMnB4IC00cHggcmdiYSgwLCAwLCAwLCAwLjM4KTtcbiAgLW1vei1ib3gtc2hhZG93OiAwcHggNHB4IDEycHggLTRweCByZ2JhKDAsIDAsIDAsIDAuMzgpO1xuICBib3gtc2hhZG93OiAwcHggNHB4IDEycHggLTRweCByZ2JhKDAsIDAsIDAsIDAuMzgpO1xufVxuLmdkLXdyYXBwZXIgL2RlZXAvIGltZyB7XG4gIHdpZHRoOiBpbmhlcml0O1xufVxuLyogTWFrZSB0aHVtYm5haWxzIHNpZGViYXIgc2Nyb2xsIG5vdCB2aXNpYmxlICovXG4uZ2QtdGh1bWJuYWlsczo6LXdlYmtpdC1zY3JvbGxiYXIge1xuICB3aWR0aDogMHB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNUY1O1xufVxuLmdkLXRodW1ibmFpbHMtcGFuem9vbSA+IC5nZC10aHVtYm5haWxzLWxhbmRzY2FwZSB7XG4gIG1hcmdpbjogLTEzNHB4IDBweCAtMXB4IDEycHg7XG59XG4uZ2QtdGh1bWJuYWlscyAuZ2QtcGFnZS1pbWFnZSB7XG4gIGhlaWdodDogaW5oZXJpdDtcbiAgbWFyZ2luLWxlZnQ6IDE1M3B4ICFpbXBvcnRhbnQ7XG59XG4uZ2QtdGh1bWJuYWlscy1sYW5kc2NhcGUtaW1hZ2Uge1xuICBtYXJnaW46IC05MHB4IDAgLTIzcHggIWltcG9ydGFudDtcbn1cbi5nZC10aHVtYm5haWxzLWxhbmRzY2FwZS1pbWFnZS1yb3RhdGVkIHtcbiAgbWFyZ2luOiAxMjZweCAwIC0zcHggLTEwNHB4ICFpbXBvcnRhbnQ7XG59XG4iXX0= */\"","import {Component, Input, OnInit, OnDestroy, AfterViewInit, OnChanges} from '@angular/core';\nimport {NavigateService, PageModel, ZoomService, FileUtil} from \"@groupdocs.examples.angular/common-components\";\n\n@Component({\n selector: 'gd-thumbnails',\n templateUrl: './thumbnails.component.html',\n styleUrls: ['./thumbnails.component.less']\n})\nexport class ThumbnailsComponent implements OnInit, OnChanges, AfterViewInit, OnDestroy {\n\n @Input() pages: PageModel[];\n @Input() guid: string;\n @Input() mode: boolean;\n @Input() isHtmlMode: boolean;\n\n constructor(private _navigateService: NavigateService, private _zoomService: ZoomService) {\n }\n\n ngOnInit() {\n }\n\n ngOnChanges() {\n // TODO: this is temporary needed to remove unneeded spaces and BOM symbol \n // which leads to undesired spaces on the top of the docs pages\n this.pages.forEach(page => {\n page.data = page.data.replace(/>\\s+<').replace(/\\uFEFF/g,\"\");\n });\n }\n\n ngAfterViewInit() {\n this._zoomService.changeZoom(this._zoomService.zoom);\n }\n\n ngOnDestroy() {\n this._zoomService.changeZoom(this._zoomService.zoom);\n }\n\n imgData(data: string) {\n const dataImagePngBase64 = 'data:image/png;base64,';\n if (!this.isHtmlMode) {\n return dataImagePngBase64 + data;\n }\n return dataImagePngBase64;\n }\n\n getScale(x: number, y: number) {\n return Math.min(190 / x, 190 / y);\n }\n\n openPage(pageNumber: number) {\n this._navigateService.navigateTo(pageNumber);\n }\n\n // TODO: consider placing in one service\n getDimensionWithUnit(value: number) {\n return value + FileUtil.find(this.guid, false).unit;\n }\n}\n","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n.gd-document,\\n /deep/ .document {\\n -webkit-user-select: text !important;\\n -moz-user-select: text !important;\\n -ms-user-select: text !important;\\n user-select: text !important;\\n}\\n.current-page-number {\\n margin-left: 7px;\\n font-size: 14px;\\n color: #959da5;\\n width: 37px;\\n height: 37px;\\n line-height: 37px;\\n text-align: center;\\n}\\n.current-page-number.active {\\n color: #fff;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: calc(100vh - 60px);\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n}\\n.thumbnails-button {\\n position: absolute;\\n right: 3px;\\n}\\n.top-panel {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 100%;\\n}\\n.toolbar-panel {\\n background-color: #3e4e5a;\\n width: 100%;\\n}\\n::ng-deep .tools .button,\\n::ng-deep .tools .selected-value,\\n::ng-deep .tools .nav-caret {\\n color: #fff !important;\\n}\\n::ng-deep .tools .button.inactive,\\n::ng-deep .tools .selected-value.inactive,\\n::ng-deep .tools .nav-caret.inactive {\\n color: #959da5 !important;\\n}\\n::ng-deep .tools .button {\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-flow: column;\\n}\\n::ng-deep .tools .dropdown-menu .option {\\n color: #6e6e6e !important;\\n}\\n::ng-deep .tools .dropdown-menu .option:hover {\\n background-color: #4b566c !important;\\n}\\n::ng-deep .tools .icon-button {\\n margin: 0px 0px 0px 7px !important;\\n}\\n::ng-deep .tools .select {\\n width: 65px;\\n height: 37px;\\n margin-left: 7px;\\n line-height: 37px;\\n text-align: center;\\n}\\n@media (max-width: 1037px) {\\n .mobile-hide,\\n .current-page-number {\\n display: none;\\n }\\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\\n margin: 0px 0px 0px 10px !important;\\n }\\n ::ng-deep .tools .icon-button {\\n height: 60px;\\n width: 60px;\\n }\\n ::ng-deep .tools .gd-nav-search-btn .icon-button {\\n height: 37px;\\n width: 37px;\\n }\\n ::ng-deep .tools .gd-nav-search-btn .button {\\n font-size: 14px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvdmlld2VyL3NyYy9saWIvdmlld2VyLWFwcC5jb21wb25lbnQubGVzcyIsIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy92aWV3ZXIvc3JjL2xpYi92aWV3ZXItYXBwLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZFQ0FrQjtBQUVsQjtFQUNFLHNEQUFBO0FEQUY7QUNJQTs7RUFDRSxvQ0FBQTtLQUFBLGlDQUFBO01BQUEsZ0NBQUE7VUFBQSw0QkFBQTtBRERGO0FDSUE7RUFDRSxnQkFBQTtFQUNBLGVBQUE7RUFDQSxjQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxpQkFBQTtFQUNBLGtCQUFBO0FERkY7QUNHRTtFQUNFLFdBQUE7QURESjtBQ0tBO0VBQ0UsMEJBQUE7VUFBQSxvQkFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsZUFBQTtFQUNBLE1BQUE7RUFDQSxTQUFBO0VBQ0EsT0FBQTtFQUNBLFFBQUE7QURIRjtBQ01BO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsMEJBQUE7RUFDQSw4QkFBQTtFQUFBLDZCQUFBO1VBQUEsbUJBQUE7QURKRjtBQ09BO0VBQ0Usa0JBQUE7RUFDQSxVQUFBO0FETEY7QUNRQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0FETkY7QUNTQTtFQUNFLHlCQUFBO0VBQ0EsV0FBQTtBRFBGO0FDVUE7OztFQUVJLHNCQUFBO0FEUEo7QUNRSTs7O0VBQ0UseUJBQUE7QURKTjtBQ0FBO0VBUUksNEJBQUE7RUFBQSw2QkFBQTtVQUFBLGlCQUFBO0FETEo7QUNIQTtFQVdJLHlCQUFBO0FETEo7QUNOQTtFQWNJLG9DQUFBO0FETEo7QUNUQTtFQWlCSSxrQ0FBQTtBRExKO0FDWkE7RUFvQkksV0FBQTtFQUNBLFlBQUE7RUFDQSxnQkFBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7QURMSjtBQ1NBO0VBQ0U7O0lBQ0UsYUFBQTtFRE5GO0VDU0E7SUFFSSxtQ0FBQTtFRFJKO0VDTUE7SUFLSSxZQUFBO0lBQ0EsV0FBQTtFRFJKO0VDRUE7SUFVTSxZQUFBO0lBQ0EsV0FBQTtFRFROO0VDRkE7SUFjTSxlQUFBO0VEVE47QUFDRiIsImZpbGUiOiJsaWJzL3ZpZXdlci9zcmMvbGliL3ZpZXdlci1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG4uZ2QtZG9jdW1lbnQsXG4gL2RlZXAvIC5kb2N1bWVudCB7XG4gIHVzZXItc2VsZWN0OiB0ZXh0ICFpbXBvcnRhbnQ7XG59XG4uY3VycmVudC1wYWdlLW51bWJlciB7XG4gIG1hcmdpbi1sZWZ0OiA3cHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIHdpZHRoOiAzN3B4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG4uY3VycmVudC1wYWdlLW51bWJlci5hY3RpdmUge1xuICBjb2xvcjogI2ZmZjtcbn1cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgdG9wOiAwO1xuICBib3R0b206IDA7XG4gIGxlZnQ6IDA7XG4gIHJpZ2h0OiAwO1xufVxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogY2FsYygxMDB2aCAtIDYwcHgpO1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xufVxuLnRodW1ibmFpbHMtYnV0dG9uIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICByaWdodDogM3B4O1xufVxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnRvb2xiYXItcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM2U0ZTVhO1xuICB3aWR0aDogMTAwJTtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbixcbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdGVkLXZhbHVlLFxuOjpuZy1kZWVwIC50b29scyAubmF2LWNhcmV0IHtcbiAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbi5pbmFjdGl2ZSxcbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdGVkLXZhbHVlLmluYWN0aXZlLFxuOjpuZy1kZWVwIC50b29scyAubmF2LWNhcmV0LmluYWN0aXZlIHtcbiAgY29sb3I6ICM5NTlkYTUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbiB7XG4gIGZsZXgtZmxvdzogY29sdW1uO1xufVxuOjpuZy1kZWVwIC50b29scyAuZHJvcGRvd24tbWVudSAub3B0aW9uIHtcbiAgY29sb3I6ICM2ZTZlNmUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbjpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0YjU2NmMgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uIHtcbiAgbWFyZ2luOiAwcHggMHB4IDBweCA3cHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdCB7XG4gIHdpZHRoOiA2NXB4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIG1hcmdpbi1sZWZ0OiA3cHg7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5tb2JpbGUtaGlkZSxcbiAgLmN1cnJlbnQtcGFnZS1udW1iZXIge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgOjpuZy1kZWVwIC50b29scyBnZC1idXR0b246bnRoLWNoaWxkKDEpID4gLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAwcHggMHB4IDEwcHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gICAgaGVpZ2h0OiA2MHB4O1xuICAgIHdpZHRoOiA2MHB4O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgLmdkLW5hdi1zZWFyY2gtYnRuIC5pY29uLWJ1dHRvbiB7XG4gICAgaGVpZ2h0OiAzN3B4O1xuICAgIHdpZHRoOiAzN3B4O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgLmdkLW5hdi1zZWFyY2gtYnRuIC5idXR0b24ge1xuICAgIGZvbnQtc2l6ZTogMTRweDtcbiAgfVxufVxuIiwiQGltcG9ydCAoY3NzKSB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG5AaW1wb3J0IFwiLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG5cbi8vIFRPRE86IHRoaXMgd2FzIGFkZGVkIHRvIGdldCByaWQgb2YgYHVzZXItc2VsZWN0OiBub25lYCBhZGRlZCBieSBoYW1tZXJqc1xuLmdkLWRvY3VtZW50LCAvZGVlcC8gLmRvY3VtZW50IHtcbiAgdXNlci1zZWxlY3Q6IHRleHQgIWltcG9ydGFudDtcbn1cblxuLmN1cnJlbnQtcGFnZS1udW1iZXIge1xuICBtYXJnaW4tbGVmdDogN3B4O1xuICBmb250LXNpemU6IDE0cHg7XG4gIGNvbG9yOiBAcmVnZW50LWdyYXk7XG4gIHdpZHRoOiAzN3B4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICYuYWN0aXZle1xuICAgIGNvbG9yOiAjZmZmO1xuICB9XG59XG5cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgdG9wOiAwO1xuICBib3R0b206IDA7XG4gIGxlZnQ6IDA7XG4gIHJpZ2h0OiAwO1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBjYWxjKDEwMHZoIC0gNjBweCk7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG59XG5cbi50aHVtYm5haWxzLWJ1dHRvbiB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcmlnaHQ6IDNweDtcbn1cblxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuXG4udG9vbGJhci1wYW5lbCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEBuYXYtbWFpbi1iYWNrZ3JvdW5kO1xuICB3aWR0aDogMTAwJTtcbn1cblxuOjpuZy1kZWVwIC50b29scyB7XG4gIC5idXR0b24sIC5zZWxlY3RlZC12YWx1ZSwgLm5hdi1jYXJldCB7XG4gICAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbiAgICAmLmluYWN0aXZle1xuICAgICAgY29sb3I6IEByZWdlbnQtZ3JheSAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuICAuYnV0dG9uIHtcbiAgICBmbGV4LWZsb3c6IGNvbHVtbjtcbiAgfVxuICAuZHJvcGRvd24tbWVudSAub3B0aW9ue1xuICAgIGNvbG9yOiBAZG92ZS1ncmF5ICFpbXBvcnRhbnQ7XG4gIH1cbiAgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbjpob3ZlcntcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAZm9sZGVyICFpbXBvcnRhbnQ7XG4gIH1cbiAgLmljb24tYnV0dG9ue1xuICAgIG1hcmdpbjogMHB4IDBweCAwcHggN3B4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgLnNlbGVjdCB7XG4gICAgd2lkdGg6IDY1cHg7XG4gICAgaGVpZ2h0OiAzN3B4O1xuICAgIG1hcmdpbi1sZWZ0OiA3cHg7XG4gICAgbGluZS1oZWlnaHQ6IDM3cHg7XG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICB9XG59XG5cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLm1vYmlsZS1oaWRlLCAuY3VycmVudC1wYWdlLW51bWJlciB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuXG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIGdkLWJ1dHRvbjpudGgtY2hpbGQoMSkgPiAuaWNvbi1idXR0b257XG4gICAgICBtYXJnaW46IDBweCAwcHggMHB4IDEwcHggIWltcG9ydGFudDtcbiAgICB9XG4gICAgLmljb24tYnV0dG9ue1xuICAgICAgaGVpZ2h0OiA2MHB4O1xuICAgICAgd2lkdGg6IDYwcHg7XG4gICAgfVxuICAgIC5nZC1uYXYtc2VhcmNoLWJ0biB7XG4gICAgICAuaWNvbi1idXR0b24ge1xuICAgICAgICBoZWlnaHQ6IDM3cHg7XG4gICAgICAgIHdpZHRoOiAzN3B4O1xuICAgICAgfVxuICAgICAgLmJ1dHRvbiB7XG4gICAgICAgIGZvbnQtc2l6ZTogMTRweDtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuIl19 */\"","import {AfterViewInit, Component, ElementRef, ViewChildren, QueryList, OnInit} from '@angular/core';\nimport {ViewerService} from \"./viewer.service\";\nimport {\n FileDescription,\n FileModel,\n ModalService,\n UploadFilesService,\n NavigateService,\n PagePreloadService,\n PageModel,\n ZoomService,\n RotatedPage,\n RenderPrintService,\n FileUtil,\n PasswordService,\n FileCredentials, CommonModals, LoadingMaskService\n} from \"@groupdocs.examples.angular/common-components\";\nimport {ViewerConfig} from \"./viewer-config\";\nimport {ViewerConfigService} from \"./viewer-config.service\";\nimport {WindowService} from \"@groupdocs.examples.angular/common-components\";\n//import * as Hammer from 'hammerjs';\n\n@Component({\n selector: 'gd-viewer',\n templateUrl: './viewer-app.component.html',\n styleUrls: ['./viewer-app.component.less']\n})\nexport class ViewerAppComponent implements OnInit, AfterViewInit {\n title = 'viewer';\n files: FileModel[] = [];\n file: FileDescription;\n viewerConfig: ViewerConfig;\n countPages = 0;\n formatDisabled = !this.file;\n showThumbnails = false;\n credentials: FileCredentials;\n browseFilesModal = CommonModals.BrowseFiles;\n showSearch = false;\n isDesktop: boolean;\n isLoading: boolean;\n\n _zoom = 100;\n _pageWidth: number;\n _pageHeight: number;\n options;\n //@ViewChildren('docPanel') docPanelComponent: QueryList;\n fileWasDropped = false;\n formatIcon: string;\n\n constructor(private _viewerService: ViewerService,\n private _modalService: ModalService,\n configService: ViewerConfigService,\n uploadFilesService: UploadFilesService,\n private _navigateService: NavigateService,\n private _zoomService: ZoomService,\n pagePreloadService: PagePreloadService,\n private _renderPrintService: RenderPrintService,\n passwordService: PasswordService,\n private _windowService: WindowService,\n private _loadingMaskService: LoadingMaskService) {\n\n configService.updatedConfig.subscribe((viewerConfig) => {\n this.viewerConfig = viewerConfig;\n });\n\n uploadFilesService.uploadsChange.subscribe((uploads) => {\n if (uploads) {\n let i: number;\n for (i = 0; i < uploads.length; i++) {\n this._viewerService.upload(uploads.item(i), '', this.viewerConfig.rewrite).subscribe((obj: FileCredentials) => {\n this.fileWasDropped ? this.selectFile(obj.guid, '', '') : this.selectDir('');\n });\n }\n }\n });\n\n pagePreloadService.checkPreload.subscribe((page: number) => {\n if (this.viewerConfig.preloadPageCount !== 0) {\n for (let i = page; i < page + 2; i++) {\n if (i > 0 && i <= this.countPages && !this.file.pages[i - 1].data) {\n this.preloadPages(i, i);\n }\n }\n }\n });\n\n passwordService.passChange.subscribe((pass: string) => {\n this.selectFile(this.credentials.guid, pass, CommonModals.PasswordRequired);\n });\n\n this.isDesktop = _windowService.isDesktop();\n _windowService.onResize.subscribe((w) => {\n this.isDesktop = _windowService.isDesktop();\n this.refreshZoom();\n });\n }\n\n ngOnInit() {\n if (this.viewerConfig.defaultDocument !== \"\"){\n this.isLoading = true;\n this.selectFile(this.viewerConfig.defaultDocument, \"\", \"\");\n }\n }\n\n ngAfterViewInit() {\n this._loadingMaskService\n .onLoadingChanged\n .subscribe((loading: boolean) => this.isLoading = loading);\n\n this.refreshZoom();\n\n // this.docPanelComponent.changes.subscribe((comps: QueryList) =>\n // {\n // comps.toArray().forEach((item) => {\n // const hammer = new Hammer(item.nativeElement);\n // hammer.get('pinch').set({ enable: true });\n // });\n // });\n }\n\n get rewriteConfig(): boolean {\n return this.viewerConfig ? this.viewerConfig.rewrite : true;\n }\n\n get zoomConfig(): boolean {\n return this.viewerConfig ? this.viewerConfig.zoom : true;\n }\n\n get pageSelectorConfig(): boolean {\n return this.viewerConfig ? this.viewerConfig.pageSelector : true;\n }\n\n get searchConfig(): boolean {\n return this.viewerConfig ? this.viewerConfig.search : true;\n }\n\n get thumbnailsConfig(): boolean {\n return this.viewerConfig ? this.viewerConfig.thumbnails : true;\n }\n\n get rotateConfig(): boolean {\n return this.viewerConfig ? this.viewerConfig.rotate : true;\n }\n\n get downloadConfig(): boolean {\n return this.viewerConfig ? this.viewerConfig.download : true;\n }\n\n get uploadConfig(): boolean {\n return this.viewerConfig ? this.viewerConfig.upload : true;\n }\n\n get printConfig(): boolean {\n return this.viewerConfig ? this.viewerConfig.print : true;\n }\n\n get browseConfig(): boolean {\n return this.viewerConfig ? this.viewerConfig.browse : true;\n }\n\n get htmlModeConfig(): boolean {\n return this.viewerConfig ? this.viewerConfig.htmlMode : true;\n }\n\n get saveRotateStateConfig(): boolean {\n return this.viewerConfig ? this.viewerConfig.saveRotateState : true;\n }\n\n get enableRightClickConfig(): boolean {\n return this.viewerConfig ? this.viewerConfig.enableRightClick : true;\n }\n\n get currentPage(): number {\n return this._navigateService.currentPage;\n }\n\n openModal(id: string) {\n this._modalService.open(id);\n }\n\n closeModal(id: string) {\n this._modalService.close(id);\n }\n\n selectDir($event: string) {\n this._viewerService.loadFiles($event).subscribe((files: FileModel[]) => this.files = files || []);\n }\n\n selectFile($event: string, password: string, modalId: string) {\n this.credentials = {guid: $event, password: password};\n this.file = null;\n this._viewerService.loadFile(this.credentials).subscribe((file: FileDescription) => {\n this.file = file;\n this.formatDisabled = !this.file;\n if (file) {\n if (file.pages && file.pages[0]) {\n this._pageHeight = file.pages[0].height;\n this._pageWidth = file.pages[0].width;\n this.options = this.zoomOptions();\n this.refreshZoom();\n }\n const preloadPageCount = this.viewerConfig.preloadPageCount;\n const countPages = file.pages ? file.pages.length : 0;\n if (preloadPageCount > 0) {\n this.preloadPages(1, preloadPageCount > countPages ? countPages : preloadPageCount);\n }\n this._navigateService.countPages = countPages;\n this._navigateService.currentPage = 1;\n this.countPages = countPages;\n }\n }\n );\n if (modalId) {\n this._modalService.close(modalId);\n }\n this.clearData();\n }\n\n preloadPages(start: number, end: number) {\n for (let i = start; i <= end; i++) {\n this._viewerService.loadPage(this.credentials, i).subscribe((page: PageModel) => {\n this.file.pages[i - 1] = page;\n });\n }\n }\n\n upload($event: string) {\n this._viewerService.upload(null, $event, this.rewriteConfig).subscribe(() => {\n this.selectDir('');\n });\n }\n\n nextPage() {\n if (this.formatDisabled)\n return;\n this._navigateService.nextPage();\n }\n\n prevPage() {\n if (this.formatDisabled)\n return;\n this._navigateService.prevPage();\n }\n\n toLastPage() {\n if (this.formatDisabled)\n return;\n this._navigateService.toLastPage();\n }\n\n toFirstPage() {\n if (this.formatDisabled)\n return;\n this._navigateService.toFirstPage();\n }\n\n navigateToPage(page: number) {\n if (this.formatDisabled)\n return;\n this._navigateService.navigateTo(page);\n }\n\n zoomIn() {\n if (this.formatDisabled)\n return;\n if (this._zoom < 490) {\n this.zoom = this._zoom + 10;\n }\n }\n\n zoomOut() {\n if (this.formatDisabled)\n return;\n if (this._zoom > 30) {\n this.zoom = this._zoom - 10;\n }\n }\n\n fileDropped($event){\n this.fileWasDropped = $event;\n }\n\n private ptToPx(pt: number) {\n //pt * 96 / 72 = px.\n return pt * 96 / 72;\n }\n\n private getFitToWidth() {\n // Images and Excel-related files receiving dimensions in px from server\n const pageWidth = this.formatIcon && (this.formatIcon === \"file-excel\" || this.formatIcon === \"file-image\") ? this._pageWidth : this.ptToPx(this._pageWidth);\n const pageHeight = this.formatIcon && (this.formatIcon === \"file-excel\" || this.formatIcon === \"file-image\") ? this._pageHeight : this.ptToPx(this._pageHeight);\n const offsetWidth = pageWidth ? pageWidth : window.innerWidth;\n\n return (pageHeight > pageWidth && Math.round(offsetWidth / window.innerWidth) < 2) ? 200 - Math.round(offsetWidth * 100 / window.innerWidth) : Math.round(window.innerWidth * 100 / offsetWidth);\n }\n\n private getFitToHeight() {\n const pageWidth = this.formatIcon && (this.formatIcon === \"file-excel\" || this.formatIcon === \"file-image\") ? this._pageWidth : this.ptToPx(this._pageWidth);\n const pageHeight = this.formatIcon && (this.formatIcon === \"file-excel\" || this.formatIcon === \"file-image\") ? this._pageHeight : this.ptToPx(this._pageHeight);\n const windowHeight = (pageHeight > pageWidth) ? window.innerHeight - 100 : window.innerHeight + 100;\n const offsetHeight = pageHeight ? pageHeight : windowHeight;\n\n return (pageHeight > pageWidth) ? Math.round(windowHeight * 100 / offsetHeight) : Math.round(offsetHeight * 100 / windowHeight);\n }\n\n zoomOptions() {\n const width = this.getFitToWidth();\n const height = this.getFitToHeight();\n return this._zoomService.zoomOptions(width, height);\n }\n\n set zoom(zoom) {\n this._zoom = zoom;\n this._zoomService.changeZoom(this._zoom);\n }\n\n get zoom() {\n return this._zoom;\n }\n\n selectZoom($event: any) {\n this.zoom = $event.value;\n }\n\n rotate(deg: number) {\n if (this.formatDisabled)\n return;\n const pageNumber = this._navigateService.currentPage;\n\n if (this.saveRotateStateConfig && this.file) {\n this._viewerService.rotate(this.credentials, deg, pageNumber).subscribe((data: RotatedPage[]) => {\n for (const page of data) {\n const pageModel = this.file.pages[page.pageNumber - 1];\n if (this.file && this.file.pages && pageModel) {\n this.changeAngle(pageModel, page.angle);\n }\n }\n })\n } else {\n const pageModel = this.file.pages[pageNumber - 1];\n if (this.file && this.file.pages && pageModel) {\n const angle = pageModel.angle + deg;\n if (angle > 360) {\n this.changeAngle(pageModel, 90);\n } else if (angle < -360) {\n this.changeAngle(pageModel, -90);\n } else {\n this.changeAngle(pageModel, angle);\n }\n }\n }\n }\n\n private changeAngle(page: PageModel, angle: number) {\n page.angle = angle;\n }\n\n downloadFile() {\n if (this.formatDisabled)\n return;\n window.location.assign(this._viewerService.getDownloadUrl(this.credentials));\n }\n\n printFile() {\n if (this.formatDisabled)\n return;\n if (this.viewerConfig.preloadPageCount !== 0) {\n if (FileUtil.find(this.file.guid, false).format === \"Portable Document Format\") {\n this._viewerService.loadPrintPdf(this.credentials).subscribe(blob => {\n const file = new Blob([blob], {type: 'application/pdf'});\n this._renderPrintService.changeBlob(file);\n });\n } else {\n this._viewerService.loadPrint(this.credentials).subscribe((data: FileDescription) => {\n this.file.pages = data.pages;\n this._renderPrintService.changePages(this.file.pages);\n });\n }\n } else {\n this._renderPrintService.changePages(this.file.pages);\n }\n }\n\n openThumbnails() {\n if (this.formatDisabled)\n return;\n\n if (this.showThumbnails) {\n this.showThumbnails = false;\n return;\n }\n\n if (this.viewerConfig.preloadPageCount === 0) {\n this.showThumbnails = true;\n } else {\n this._viewerService.loadThumbnails(this.credentials).subscribe((data: FileDescription) => {\n this.file.pages = data.pages;\n this.showThumbnails = true;\n })\n }\n }\n\n private clearData() {\n if (!this.file || !this.file.pages) {\n return;\n }\n for (const page of this.file.pages) {\n page.data = null;\n }\n }\n\n onRightClick($event: MouseEvent) {\n return this.enableRightClickConfig;\n }\n\n openSearch() {\n if (this.formatDisabled)\n return;\n this.showSearch = !this.showSearch;\n }\n\n // onPinchIn($event){\n // this.zoomOut();\n // }\n\n // onPinchOut($event){\n // this.zoomIn();\n // }\n\n private refreshZoom() {\n this.formatIcon = this.file ? FileUtil.find(this.file.guid, false).icon : null;\n this.zoom = this._windowService.isDesktop() ? 100 : this.getFitToWidth();\n }\n}\n","import {Injectable} from '@angular/core';\nimport {ViewerConfig} from \"./viewer-config\";\nimport {Api, ConfigService} from \"@groupdocs.examples.angular/common-components\";\nimport {HttpClient} from \"@angular/common/http\";\nimport {BehaviorSubject, Observable} from \"rxjs\";\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ViewerConfigService {\n private _viewerConfig: BehaviorSubject = new BehaviorSubject(new ViewerConfig());\n private _updatedConfig: Observable = this._viewerConfig.asObservable();\n\n constructor(private _http: HttpClient, private _config: ConfigService) {\n }\n\n get updatedConfig() {\n return this._updatedConfig;\n }\n\n load() {\n return new Promise((resolve, reject) => {\n const configEndpoint = this._config.getConfigEndpoint(Api.VIEWER_APP);\n this._http.get(configEndpoint, Api.httpOptionsJson).toPromise().then((response: ViewerConfig) => {\n const viewerConfig = response;\n this._viewerConfig.next(viewerConfig);\n resolve();\n }).catch((response: any) => {\n reject(`Could not load viewer config: ${JSON.stringify(response)}`);\n });\n });\n }\n\n}\n","export class ViewerConfig {\n rewrite: boolean;\n pageSelector: boolean;\n download: boolean;\n upload: boolean;\n print: boolean;\n browse: boolean;\n enableRightClick: boolean;\n\n filesDirectory: string;\n fontsDirectory: string;\n defaultDocument: string;\n htmlMode: boolean;\n preloadPageCount: 0;\n zoom: boolean;\n search: boolean;\n thumbnails: boolean;\n rotate: boolean;\n cache: boolean;\n saveRotateState: boolean;\n watermarkText: string;\n printAllowed: boolean;\n showGridLines: boolean;\n}\n","import {BrowserModule} from '@angular/platform-browser';\nimport { APP_INITIALIZER, ModuleWithProviders, NgModule } from '@angular/core';\nimport {HTTP_INTERCEPTORS, HttpClientModule} from '@angular/common/http';\nimport {ViewerAppComponent} from './viewer-app.component';\nimport {\n Api,\n CommonComponentsModule,\n ErrorInterceptorService, LoadingMaskInterceptorService,\n LoadingMaskService\n} from '@groupdocs.examples.angular/common-components';\nimport {ViewerService} from \"./viewer.service\";\nimport {ConfigService} from \"@groupdocs.examples.angular/common-components\";\nimport {ViewerConfigService} from \"./viewer-config.service\";\nimport {ThumbnailsComponent} from './thumbnails/thumbnails.component';\nimport {ExcelDocumentComponent} from './excel-document/excel-document.component';\nimport {ExcelPageComponent} from './excel-page/excel-page.component';\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\n\nexport function initializeApp(viewerConfigService: ViewerConfigService) {\n const result = () => viewerConfigService.load();\n return result;\n}\n\n// NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981\n// @dynamic\nexport function setupLoadingInterceptor(service: LoadingMaskService) {\n return new LoadingMaskInterceptorService(service);\n}\n\n@NgModule({\n declarations: [\n ViewerAppComponent,\n ThumbnailsComponent,\n ExcelDocumentComponent,\n ExcelPageComponent],\n imports: [\n BrowserModule,\n CommonComponentsModule,\n HttpClientModule,\n FontAwesomeModule\n ],\n exports : [\n ViewerAppComponent,\n ThumbnailsComponent,\n ExcelDocumentComponent,\n ExcelPageComponent,\n CommonComponentsModule\n ],\n providers: [\n ViewerService,\n ConfigService,\n ViewerConfigService,\n {\n provide: HTTP_INTERCEPTORS,\n useClass: ErrorInterceptorService,\n multi: true\n },\n {\n provide: APP_INITIALIZER,\n useFactory: initializeApp,\n deps: [ViewerConfigService], multi: true\n },\n LoadingMaskService,\n {\n provide: HTTP_INTERCEPTORS,\n useFactory: setupLoadingInterceptor,\n multi: true,\n deps: [LoadingMaskService]\n }\n ]\n})\nexport class ViewerModule {\n static forRoot(apiEndpoint : string): ModuleWithProviders {\n Api.DEFAULT_API_ENDPOINT = apiEndpoint\n return {\n ngModule: ViewerModule\n };\n }\n}\n","import {Injectable} from '@angular/core';\nimport {HttpClient} from \"@angular/common/http\";\nimport {Api, ConfigService, FileCredentials} from \"@groupdocs.examples.angular/common-components\";\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ViewerService {\n\n constructor(private _http: HttpClient, private _config: ConfigService) {\n }\n\n loadFiles(path: string) {\n return this._http.post(this._config.getViewerApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\n }\n\n loadFile(credentials: FileCredentials) {\n return this._http.post(this._config.getViewerApiEndpoint() + Api.LOAD_DOCUMENT_DESCRIPTION, credentials, Api.httpOptionsJson);\n }\n\n upload(file: File, url: string, rewrite: boolean) {\n const formData = new FormData();\n formData.append(\"file\", file);\n formData.append('rewrite', String(rewrite));\n if (url) {\n formData.append(\"url\", url);\n }\n\n return this._http.post(this._config.getViewerApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\n }\n\n loadPage(credentials: FileCredentials, page: number) {\n return this._http.post(this._config.getViewerApiEndpoint() + Api.LOAD_DOCUMENT_PAGE, {\n 'guid': credentials.guid,\n 'password': credentials.password,\n 'page': page\n }, Api.httpOptionsJson);\n }\n\n rotate(credentials: FileCredentials, angle: number, page: number) {\n return this._http.post(this._config.getViewerApiEndpoint() + Api.ROTATE_DOCUMENT_PAGE, {\n 'guid': credentials.guid,\n 'password': credentials.password,\n 'pages': [page],\n 'angle': angle\n }, Api.httpOptionsJson);\n }\n\n getDownloadUrl(credentials: FileCredentials) {\n return this._config.getViewerApiEndpoint() + Api.DOWNLOAD_DOCUMENTS + '/?path=' + credentials.guid;\n }\n\n loadPrint(credentials: FileCredentials) {\n return this._http.post(this._config.getViewerApiEndpoint() + Api.LOAD_PRINT, {\n 'guid': credentials.guid,\n 'password': credentials.password,\n }, Api.httpOptionsJson);\n }\n\n loadPrintPdf(credentials: FileCredentials) {\n return this._http.post(this._config.getViewerApiEndpoint() + Api.LOAD_PRINT_PDF, {\n 'guid': credentials.guid,\n 'password': credentials.password,\n }, Api.httpOptionsJsonResponseTypeBlob);\n }\n\n loadThumbnails(credentials: FileCredentials) {\n return this._http.post(this._config.getViewerApiEndpoint() + Api.LOAD_THUMBNAILS, {\n 'guid': credentials.guid,\n 'password': credentials.password,\n }, Api.httpOptionsJson);\n }\n}\n","module.exports = \"\\n
    \\n
    \\n \\n \\n \\n
    \\n \\n\\n \\n \\n\\n
    \\n
    \\n \\n
    \\n
    \\n \\n \\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n \\n \\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n \\n \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n
    \\n \\n \\n\\n \\n Click\\n \\n to open file
    \\n Or drop file here\\n
    \\n
    \\n \\n\\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n
    \\n\"","module.exports = \"
    \\n
    \\n \\n
    \\n \\n
    \\n \\n
    \\n
    \\n\\n \\n
    \\n\\n \\n \\n \\n {{ distanceValue }}\\n \\n \\n \\n {{ distanceValue }}\\n \\n \\n\\n\"","module.exports = \"
    \\n
    \\n \\n Comments\\n \\n
    \\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n \\n
    \\n \\n No comments yet. Be the first one,
    \\n
    \\n add comment.\\n
    \\n
    \\n
    \\n\"","module.exports = \"
    \\n
    \\n \\n {{comment.userName}}\\n
    \\n {{comment.text}}\\n {{getTime()}}\\n
    \\n\"","module.exports = \"
    \\n \\n \\n
    \\n \\n Cancel\\n \\n \\n Reply\\n \\n
    \\n
    \\n\"","module.exports = \"
    \\n
    \\n \\n \\n
    \\n \\n {{fileName}}\\n \\n \\n
    \\n\"","module.exports = \"\\n
    \\n
    \\n
    \\n
    \\n \\n \\n \\n \\n
    \\n
    \\n \\n \\n \\n \\n \\n \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n \\n \\n \\n
    \\n  \\n Loading... Please wait.\\n
    \\n \\n \\n
    \\n
    \\n \\n \\n \\n \\n
    \\n  \\n Loading... Please wait.\\n
    \\n \\n \\n
    \\n
    \\n
    \\n
    \\n  \\n Loading... Please wait.\\n
    \\n \\n \\n
    \\n
    \\n \\n \\n \\n \\n
    \\n \\n \\n \\n \\n
    \\n\"","module.exports = \"\\n\\n
    \\n\\n\"","module.exports = \"
    \\n
    \\n \\n \\n
    \\n
    Text edited
    \\n
    {{change.text}}
    \\n
    \\n
    \\n \\n \\n
    \\n
    Text added
    \\n
    {{change.text}}
    \\n
    \\n
    \\n \\n \\n
    \\n
    Text deleted
    \\n
    {{change.text}}
    \\n
    \\n
    \\n \\n \\n
    \\n
    Text added
    \\n
    {{change.text}}
    \\n
    \\n
    \\n \\n \\n
    \\n
    Style changed
    \\n
    \\n \\n
    \\n \\n →\\n \\n Highlight Color\\n
    \\n
    \\n \\n →\\n \\n Color\\n
    \\n
    \\n {{style.oldValue}} → {{style.newValue}}\\n Font size\\n
    \\n
    \\n {{change.text}}{{change.text}}\\n Bold\\n
    \\n
    \\n {{change.text}}{{change.text}}\\n Italic\\n
    \\n
    \\n {{change.text}}{{change.text}}\\n Underline\\n
    \\n
    \\n
    \\n
    \\n
    \\n
    Page {{change.pageInfo.id + 1}}
    \\n
    \\n
    \\n\"","module.exports = \"
    \\n \\n
    \\n\"","module.exports = \"
    Please wait...
    \\n
    \\n
    \\n
    \\n \\n
    \\n \\n \\n
    \\n
    \\n
    \\n
    \\n\"","module.exports = \"
    \\n
    \\n \\n \\n Click to open file
    \\n Or drop file here\\n
    \\n
    \\n
    \\n \\n Drop file here to upload\\n
    \\n
    \\n\"","module.exports = \"
    \\n
    \\n \\n \\n \\n\\n \\n\\n \\n
    \\n\\n \\n Click to open file
    \\n Or drop file here\\n
    \\n\\n \\n\\n \\n\\n \\n \\n \\n
    \\n\"","module.exports = \"\\n
    \\n
    \\n \\n Drop file here to upload\\n
    \\n
    \\n
    \\n \\n\\n
    \\n \\n
    \\n
    \\n
    \\n \\n \\n \\n {{getLabelString()}}\\n \\n \\n \\n \\n
    {{item.name}}
    \\n
    \\n \\n
    \\n
    \\n
    \\n
    \\n \\n \\n \\n Upload file\\n \\n \\n \\n \\n \\n
    {{item.name}}
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n
    \\n \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    FILE
    \\n
    SIZE
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n
    \\n
    ..
    \\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n \\n
    \\n
    {{file?.name}}
    \\n
    {{getFormatName(file)}}
    \\n
    \\n
    \\n
    {{getSize(file?.size)}}
    \\n
    \\n \\n \\n \\n \\n \\n \\n \\n
    {{item.name}}
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n  Loading... Please wait.\\n
    \\n
    \\n
    \\n\"","module.exports = \"
    \\n
    \\n ×\\n
    \\n
    \\n \\n
    {{item.name}}\\n
    {{item.sourceFormatName}}
    \\n
    \\n \\n {{item.destinationFileName}}\\n
    \\n
    \\n
    \\n
    {{item.sizeString}}
    \\n
    \\n \\n \\n \\n
    \\n
    \\n \\n
    {{item.destinationFileName}}
    {{item.destinationFormatName}}
    \\n
    \\n
    \\n \\n
    \\n
    \\n \\n
    \\n \\n
    \\n \\n
    \\n
    \"","module.exports = \"
    \\n
    \\n
    \\n
    Source
    \\n
    Size
    \\n
    State
    \\n
    Target
    \\n
    \\n
    \\n
    \\n \\n
    \\n
    \"","module.exports = \"\\n
    \\n \\n
    \\n
    Incompatible formats
    \\n
    {{warningCount}} selected {{warningCount == 1 ? 'file' : 'files'}} can't be converted to {{formatName}} format. Incompatible files will not be added to conversion queue.
    \\n
    \\n
    \\n
    \\n\"","module.exports = \"\\n
    \\n
    \\n \\n \\n \\n \\n Save\\n
    \\n
    \\n
    \\n\"","module.exports = \"\\n
    \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n
    \\n
    \\n \\n
    \\n
    \\n
    \\n
    \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n
    \\n
    \\n \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n
    \\n \\n \\n
    \\n \\n Click to open file
    \\n Or drop file here\\n
    \\n \\n \\n \\n \\n \\n
    \\n\"","module.exports = \"
    \\n
    \\n \\n
    \\n
    \\n\"","module.exports = \"\\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n \\n
    \\n
    \\n \\n Save\\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n
    \\n\"","module.exports = \"
    \\n
    \\n \\n
    \\n \\n
    \\n
    \\n
    \\n \\n
    \\n \\n
    \\n
    \\n
    \\n\"","module.exports = \"\\n
    \\n
    \\n \\n \\n \\n
    \\n \\n\\n \\n \\n\\n
    \\n
    \\n \\n
    \\n
    \\n \\n \\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n \\n \\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n \\n
    \\n \\n
    \\n\\n \\n Click\\n \\n to open file
    \\n Or drop file here\\n
    \\n \\n \\n
    \\n \\n\\n \\n \\n \\n
    \\n\"","module.exports = \"\\n
    \\n
    \\n
    \\n
    \\n
    \\n
    {{getTitle()}}
    \\n
    \\n \\n
    \\n
    \\n
    \\n \\n \\n
    \\n
    \\n
    {{getName()}}
    \\n
    \\n \\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n
    \\n
    \\n\"","module.exports = \"
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n \\\"\\\"\\n
    \\n
    \\n \\n
    \\n
    \\n \\n
    \\n
    \\n
    \\n
    \\n \\n \\n
    \\n
    \\n \\n \\n
    \\n
    \\n \\n \\n
    \\n
    \\n \\n \\n
    \\n
    \\n \\n \\n
    \\n
    \\n \\n Apply\\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n There is no entries yet\\n
    \\n
    \\n\"","module.exports = \"
    \\n \\n \\n
    \\n\"","module.exports = \"
    \\n
    \\n \\n \\n \\n
    \\n \\n
    \\n
    \\n \\n
    Digitally signed : {{data.digitalProps.contact ? data.digitalProps.contact : data.digitalProps.reason}}
    \\n \\n
    \\n\"","module.exports = \"
    \\n
    \\n
    \\n \\n
    \\n
    \\n \\n \\n \\n
    \\n
    \\n \\n \\n \\n
    \\n
    \\n \\n \\n
    \\n
    \\n
    \\n\"","module.exports = \"\\n
    \\n
    \\n
    \\n \\n \\n \\n \\n \\n \\n
    \\n
    \\n \\n Save\\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n \\n \\n
    \\n \\n
    \\n
    \\n
    \\n
    \\n\"","module.exports = \"
    \\n
    \\n \\n \\n
    \\n

    Click\\n \\n to open file\\n

    \\n

    Or drop file here

    \\n
    \\n
    \\n
    \\n\"","module.exports = \"
    Please wait...
    \\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n Sheet {{page.number}}\\n
    \\n
    \\n
    \\n\"","module.exports = \"
    \\n
    \\n \\\"\\\"\\n\\n
    \\n \\n  Loading... Please wait.\\n
    \\n
    \\n\"","module.exports = \"
    \\n
    \\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n
    \\n
    \\n\"","module.exports = \"\\n
    \\n
    \\n \\n \\n \\n\\n \\n \\n \\n\\n \\n \\n
    {{currentPage}}/{{countPages}}
    \\n \\n \\n\\n \\n \\n\\n \\n \\n\\n \\n \\n\\n \\n
    \\n
    \\n
    \\n \\n\\n \\n \\n
    \\n\\n \\n Click to open file
    \\n Or drop file here\\n
    \\n\\n \\n\\n \\n \\n
    \\n\"","module.exports = \"
    \\n Back\\n \\n
    \\n\"","module.exports = \"\\n\"","module.exports = \"
    \\n
    \\n

    GroupDocs.Total Angular Example

    \\n

    Manipulate documents within your desktop solutions and web apps without requiring any other commercial\\n application through GroupDocs APIs

    \\n
    \\n \\n
    \\n\"","function webpackEmptyAsyncContext(req) {\n\t// Here Promise.resolve().then() is used instead of new Promise() to prevent\n\t// uncaught exception popping up in devtools\n\treturn Promise.resolve().then(function() {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t});\n}\nwebpackEmptyAsyncContext.keys = function() { return []; };\nwebpackEmptyAsyncContext.resolve = webpackEmptyAsyncContext;\nmodule.exports = webpackEmptyAsyncContext;\nwebpackEmptyAsyncContext.id = \"./$$_lazy_route_resource lazy recursive\";","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n.wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n height: 100%;\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL2FwcC5jb21wb25lbnQubGVzcyIsIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvYXBwcy90b3RhbC1hbmd1bGFyL3NyYy9hcHAvYXBwLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDhFQ0FrQjtBQUNsQjtFQUNFLHNEQUFBO0FEQ0Y7QUNDQTtFQUNJLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsU0FBQTtFQUNBLFVBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRENKIiwiZmlsZSI6ImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL2FwcC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9TW9udHNlcnJhdCZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG4ud3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIG1hcmdpbjogMDtcbiAgcGFkZGluZzogMDtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG4iLCJAaW1wb3J0IChjc3MpIHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU1vbnRzZXJyYXQmZGlzcGxheT1zd2FwJyk7XG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuLndyYXBwZXIge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgbWFyZ2luOiAwO1xuICAgIHBhZGRpbmc6IDA7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIHRvcDogMDtcbiAgICBib3R0b206IDA7XG4gICAgbGVmdDogMDtcbiAgICByaWdodDogMDtcbiAgfVxuIl19 */\"","import { Component } from '@angular/core';\nimport {ActivationEnd, Router} from \"@angular/router\";\nimport {filter} from \"rxjs/operators\";\n\n@Component({\n selector: 'gd-total',\n templateUrl: './app.component.html',\n styleUrls: ['./app.component.less']\n})\nexport class AppComponent {\n title = 'total-angular';\n total = true;\n\n constructor(private router: Router) {\n }\n\n OnInit() {\n this.router.events.pipe(filter((event: any) => (event instanceof ActivationEnd)))\n .subscribe(event => {\n this.onNavigate(\"/\" === this.router.url);\n });\n }\n\n onNavigate(home: boolean) {\n this.total = home;\n }\n}\n","import {BrowserModule} from '@angular/platform-browser';\nimport {NgModule} from '@angular/core';\nimport {TotalNavComponent} from './total-nav/total-nav.component';\nimport {AppComponent} from './app.component';\nimport {RouterModule} from '@angular/router';\nimport {TotalViewComponent} from './total-view/total-view.component';\nimport {ViewerModule, ViewerAppComponent} from '@groupdocs.examples.angular/viewer';\nimport {EditorModule, EditorAppComponent} from '@groupdocs.examples.angular/editor';\nimport {ComparisonModule, ComparisonAppComponent} from '@groupdocs.examples.angular/comparison';\nimport {SignatureModule, SignatureAppComponent} from \"@groupdocs.examples.angular/signature\";\nimport {ConversionModule, ConversionAppComponent} from \"@groupdocs.examples.angular/conversion\";\nimport {AnnotationModule, AnnotationAppComponent} from \"@groupdocs.examples.angular/annotation\";\n\n@NgModule({\n declarations: [AppComponent, TotalNavComponent, TotalViewComponent],\n imports: [\n BrowserModule,\n ViewerModule.forRoot(\"http://localhost:8080\"),\n EditorModule.forRoot(\"http://localhost:8080\"),\n ComparisonModule.forRoot(\"http://localhost:8080\"),\n ConversionModule.forRoot(\"http://localhost:8080\"),\n SignatureModule.forRoot(\"http://localhost:8080\"),\n AnnotationModule.forRoot(\"http://localhost:8080\"),\n RouterModule.forRoot([\n {path: '', component: TotalViewComponent},\n {path: 'viewer', component: ViewerAppComponent},\n {path: 'editor', component: EditorAppComponent},\n {path: 'comparison', component: ComparisonAppComponent},\n {path: 'conversion', component: ConversionAppComponent},\n {path: 'signature', component: SignatureAppComponent},\n {path: 'annotation', component: AnnotationAppComponent},\n ], {initialNavigation: 'enabled'})\n ],\n providers: [],\n exports: [\n TotalViewComponent\n ],\n bootstrap: [\n AppComponent\n ]\n})\nexport class AppModule {\n}\n","module.exports = \".wrapper {\\n padding: 50px;\\n font-family: \\\"proxima-nova-soft\\\", \\\"Proxima Nova Soft\\\", Helvetica, Arial, sans-serif;\\n width: inherit;\\n height: 100%;\\n}\\n\\n.wrapper > ul {\\n width: 100%;\\n height: 100%;\\n}\\n\\n.wrapper > ul > li {\\n display: inline-block;\\n margin: 10px;\\n padding: 20px;\\n}\\n\\n.wrapper > ul a {\\n color: #6f6f6f;\\n text-decoration: none;\\n}\\n\\n.wrapper > ul img {\\n width: 48px;\\n height: 48px;\\n display: inline-block;\\n}\\n\\n.wrapper > ul > li > a > div {\\n width: 120px;\\n padding-top: 12px;\\n padding-left: 10px;\\n vertical-align: top;\\n display: inline-block;\\n}\\n\\n.wrapper > ul > li > a > .coming-soon {\\n color: #d2d2d2;\\n}\\n\\n.wrapper > ul h5 {\\n font-weight: 600;\\n font-size: 14px;\\n text-transform: uppercase;\\n margin: 0px;\\n}\\n\\n.wrapper > ul h6 {\\n font-weight: 300;\\n font-size: 12px;\\n text-transform: uppercase;\\n margin: 0px;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL3RvdGFsLW5hdi90b3RhbC1uYXYuY29tcG9uZW50LmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFLGFBQWE7RUFDYixtRkFBbUY7RUFDbkYsY0FBYztFQUNkLFlBQVk7QUFDZDs7QUFFQTtFQUNFLFdBQVc7RUFDWCxZQUFZO0FBQ2Q7O0FBRUE7RUFDRSxxQkFBcUI7RUFDckIsWUFBWTtFQUNaLGFBQWE7QUFDZjs7QUFFQTtFQUNFLGNBQWM7RUFDZCxxQkFBcUI7QUFDdkI7O0FBRUE7RUFDRSxXQUFXO0VBQ1gsWUFBWTtFQUNaLHFCQUFxQjtBQUN2Qjs7QUFFQTtFQUNFLFlBQVk7RUFDWixpQkFBaUI7RUFDakIsa0JBQWtCO0VBQ2xCLG1CQUFtQjtFQUNuQixxQkFBcUI7QUFDdkI7O0FBRUE7RUFDRSxjQUFjO0FBQ2hCOztBQUVBO0VBQ0UsZ0JBQWdCO0VBQ2hCLGVBQWU7RUFDZix5QkFBeUI7RUFDekIsV0FBVztBQUNiOztBQUVBO0VBQ0UsZ0JBQWdCO0VBQ2hCLGVBQWU7RUFDZix5QkFBeUI7RUFDekIsV0FBVztBQUNiIiwiZmlsZSI6ImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL3RvdGFsLW5hdi90b3RhbC1uYXYuY29tcG9uZW50LmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi53cmFwcGVyIHtcbiAgcGFkZGluZzogNTBweDtcbiAgZm9udC1mYW1pbHk6IFwicHJveGltYS1ub3ZhLXNvZnRcIiwgXCJQcm94aW1hIE5vdmEgU29mdFwiLCBIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmO1xuICB3aWR0aDogaW5oZXJpdDtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4ud3JhcHBlciA+IHVsIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbn1cblxuLndyYXBwZXIgPiB1bCA+IGxpIHtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICBtYXJnaW46IDEwcHg7XG4gIHBhZGRpbmc6IDIwcHg7XG59XG5cbi53cmFwcGVyID4gdWwgYSB7XG4gIGNvbG9yOiAjNmY2ZjZmO1xuICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XG59XG5cbi53cmFwcGVyID4gdWwgaW1nIHtcbiAgd2lkdGg6IDQ4cHg7XG4gIGhlaWdodDogNDhweDtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xufVxuXG4ud3JhcHBlciA+IHVsID4gbGkgPiBhID4gZGl2IHtcbiAgd2lkdGg6IDEyMHB4O1xuICBwYWRkaW5nLXRvcDogMTJweDtcbiAgcGFkZGluZy1sZWZ0OiAxMHB4O1xuICB2ZXJ0aWNhbC1hbGlnbjogdG9wO1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG59XG5cbi53cmFwcGVyID4gdWwgPiBsaSA+IGEgPiAuY29taW5nLXNvb24ge1xuICBjb2xvcjogI2QyZDJkMjtcbn1cblxuLndyYXBwZXIgPiB1bCBoNSB7XG4gIGZvbnQtd2VpZ2h0OiA2MDA7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgbWFyZ2luOiAwcHg7XG59XG5cbi53cmFwcGVyID4gdWwgaDYge1xuICBmb250LXdlaWdodDogMzAwO1xuICBmb250LXNpemU6IDEycHg7XG4gIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gIG1hcmdpbjogMHB4O1xufVxuIl19 */\"","import {Component, OnInit} from '@angular/core';\n\n@Component({\n selector: 'gd-total-nav',\n templateUrl: './total-nav.component.html',\n styleUrls: ['./total-nav.component.css']\n})\nexport class TotalNavComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit() {\n }\n\n}\n","module.exports = \".wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n height: 100%;\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n\\n.header {\\n width: 100%;\\n height: 170px;\\n background-color: #eeeeee;\\n margin: 0;\\n padding: 0;\\n}\\n\\n.header > h2 {\\n font-weight: 400;\\n font-size: 20px;\\n padding-top: 80px;\\n padding-left: 50px;\\n margin: 0;\\n}\\n\\n.header > h3 {\\n font-weight: 300;\\n font-size: 14px;\\n padding: 5px 50px;\\n color: #6b6b6b;\\n margin: 0;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL3RvdGFsLXZpZXcvdG90YWwtdmlldy5jb21wb25lbnQuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0Usb0JBQWE7RUFBYixhQUFhO0VBQ2IsNEJBQXNCO0VBQXRCLDZCQUFzQjtVQUF0QixzQkFBc0I7RUFDdEIsWUFBWTtFQUNaLFdBQVc7RUFDWCxTQUFTO0VBQ1QsVUFBVTtFQUNWLGVBQWU7RUFDZixNQUFNO0VBQ04sU0FBUztFQUNULE9BQU87RUFDUCxRQUFRO0FBQ1Y7O0FBRUE7RUFDRSxXQUFXO0VBQ1gsYUFBYTtFQUNiLHlCQUF5QjtFQUN6QixTQUFTO0VBQ1QsVUFBVTtBQUNaOztBQUVBO0VBQ0UsZ0JBQWdCO0VBQ2hCLGVBQWU7RUFDZixpQkFBaUI7RUFDakIsa0JBQWtCO0VBQ2xCLFNBQVM7QUFDWDs7QUFFQTtFQUNFLGdCQUFnQjtFQUNoQixlQUFlO0VBQ2YsaUJBQWlCO0VBQ2pCLGNBQWM7RUFDZCxTQUFTO0FBQ1giLCJmaWxlIjoiYXBwcy90b3RhbC1hbmd1bGFyL3NyYy9hcHAvdG90YWwtdmlldy90b3RhbC12aWV3LmNvbXBvbmVudC5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyIud3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIG1hcmdpbjogMDtcbiAgcGFkZGluZzogMDtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG5cbi5oZWFkZXIge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxNzBweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2VlZWVlZTtcbiAgbWFyZ2luOiAwO1xuICBwYWRkaW5nOiAwO1xufVxuXG4uaGVhZGVyID4gaDIge1xuICBmb250LXdlaWdodDogNDAwO1xuICBmb250LXNpemU6IDIwcHg7XG4gIHBhZGRpbmctdG9wOiA4MHB4O1xuICBwYWRkaW5nLWxlZnQ6IDUwcHg7XG4gIG1hcmdpbjogMDtcbn1cblxuLmhlYWRlciA+IGgzIHtcbiAgZm9udC13ZWlnaHQ6IDMwMDtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBwYWRkaW5nOiA1cHggNTBweDtcbiAgY29sb3I6ICM2YjZiNmI7XG4gIG1hcmdpbjogMDtcbn1cbiJdfQ== */\"","import {Component} from '@angular/core';\n\n@Component({\n selector: 'gd-total-view',\n templateUrl: './total-view.component.html',\n styleUrls: ['./total-view.component.css']\n})\nexport class TotalViewComponent {\n\n constructor() {\n }\n\n}\n","// This file can be replaced during build by using the `fileReplacements` array.\n// `ng build --prod` replaces `environment.ts` with `environment.prod.ts`.\n// The list of file replacements can be found in `angular.json`.\n\nexport const environment = {\n production: false\n};\n\n/*\n * For easier debugging in development mode, you can import the following file\n * to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`.\n *\n * This import should be commented out in production mode because it will have a negative impact\n * on performance if an error is thrown.\n */\n// import 'zone.js/dist/zone-error'; // Included with Angular CLI.\n","import { enableProdMode } from '@angular/core';\nimport { platformBrowserDynamic } from '@angular/platform-browser-dynamic';\n\nimport { AppModule } from './app/app.module';\nimport { environment } from './environments/environment';\n\nif (environment.production) {\n enableProdMode();\n}\n\nplatformBrowserDynamic()\n .bootstrapModule(AppModule)\n .catch(err => console.error(err));\n"],"sourceRoot":""} \ No newline at end of file +{"version":3,"sources":["webpack:///C:/Sources/GroupDocs.Total.Angular/dist/libs/common-components/fesm2015/groupdocs.examples.angular-common-components.js","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/index.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/active-annotation.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation-app.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation-app.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation-config.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation-config.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation-models.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation.module.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation/annotation.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation/annotation.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/comment-annotation.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/comment-panel/comment-panel.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/comment-panel/comment-panel.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/comment/comment.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/comment/comment.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/create-comment/create-comment.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/create-comment/create-comment.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/remove-annotation.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/common-components/src/lib/config.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/index.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/add-file-panel/add-file-panel.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/add-file-panel/add-file-panel.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/comparison-app.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/comparison-app.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/comparison-config.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/comparison-config.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/comparison.module.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/comparison.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/difference-highlight/difference-highlight.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/difference-highlight/difference-highlight.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/difference/difference.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/difference/difference.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/differences.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/differences/differences.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/differences/differences.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/models.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/result-document/result-document.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/result-document/result-document.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/index.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-app.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-app.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-config.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-config.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-item/conversion-item.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-item/conversion-item.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-queue/conversion-queue.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-queue/conversion-queue.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion.module.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/information-modal/information-modal.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/information-modal/information-modal.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/models.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/editor/src/index.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/create.document-modal/create.document-modal.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/create.document-modal/create.document-modal.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/editor-app.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/editor-app.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/editor-config.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/editor-config.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/editor.module.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/editor.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/index.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/accordion.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/accordion/accordion-group/accordion-group.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/accordion/accordion-group/accordion-group.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/accordion/accordion.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/accordion/accordion.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata-app.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata-app.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata-config.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata-config.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata-models.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata.module.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/index.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/active-field.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/app-models.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/confirmation-modal/confirmation-modal.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/confirmation-modal/confirmation-modal.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/field/field.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/field/field.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/parser-app.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/parser-app.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/parser.module.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/parser.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/surface/surface.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/surface/surface.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/template-browser/template-browser.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/template-browser/template-browser.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/template-name/template-name.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/template-name/template-name.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/index.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/indexed-file/indexed-file.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/indexed-file/indexed-file.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/indexed-files-list/indexed-files-list.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/indexed-files-list/indexed-files-list.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-app.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-app.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-browse-files-modal/search-browse-files-modal.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-browse-files-modal/search-browse-files-modal.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-config.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-config.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-models.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-panel/search-panel.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-panel/search-panel.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-result-item/search-result-item.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-result-item/search-result-item.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-result-summary/search-result-summary.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-result-summary/search-result-summary.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search.module.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/index.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/active-canvas.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/active-signature.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/canvas/canvas.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/canvas/canvas.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/copy-signature.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/dnd-signature.directive.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/drag-signature.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/hand-modal/hand-modal.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/hand-modal/hand-modal.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/remove-canvas.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/remove-signature.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/select-signature.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-app.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-app.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-config.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-config.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-left-panel/signature-left-panel.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-left-panel/signature-left-panel.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-list-panel/signature-list-panel.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-list-panel/signature-list-panel.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-models.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-tab-activator.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature.module.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature/signature.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature/signature.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signatures-holder.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/stamp-canvas/stamp-canvas.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/stamp-canvas/stamp-canvas.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/stamp-modal/stamp-modal.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/stamp-modal/stamp-modal.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/upload-signature/upload-signature.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/upload-signature/upload-signature.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/index.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/excel-document/excel-document.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/excel-document/excel-document.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/excel-page.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/excel-page/excel-page.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/excel-page/excel-page.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/thumbnails/thumbnails.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/thumbnails/thumbnails.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/viewer-app.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/viewer-app.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/viewer-config.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/viewer-config.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/viewer.module.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/viewer.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation-app.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation/annotation.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/comment-panel/comment-panel.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/comment/comment.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/create-comment/create-comment.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/add-file-panel/add-file-panel.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/comparison-app.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/difference-highlight/difference-highlight.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/difference/difference.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/differences/differences.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/result-document/result-document.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-app.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-item/conversion-item.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-queue/conversion-queue.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/information-modal/information-modal.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/create.document-modal/create.document-modal.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/editor-app.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/accordion/accordion-group/accordion-group.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata-app.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/confirmation-modal/confirmation-modal.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/field/field.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/parser-app.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/surface/surface.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/template-browser/template-browser.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/template-name/template-name.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/indexed-file/indexed-file.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/indexed-files-list/indexed-files-list.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-app.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-browse-files-modal/search-browse-files-modal.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-panel/search-panel.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-result-item/search-result-item.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-result-summary/search-result-summary.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/canvas/canvas.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/hand-modal/hand-modal.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-app.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-left-panel/signature-left-panel.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-list-panel/signature-list-panel.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature/signature.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/stamp-canvas/stamp-canvas.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/stamp-modal/stamp-modal.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/upload-signature/upload-signature.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/excel-document/excel-document.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/excel-page/excel-page.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/thumbnails/thumbnails.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/viewer-app.component.html","webpack:///./src/app/app.component.html","webpack:///./src/app/total-nav/total-nav.component.html","webpack:///./src/app/total-view/total-view.component.html","webpack:///./$_lazy_route_resource lazy namespace object","webpack:///./src/app/app.component.less","webpack:///./src/app/app.component.ts","webpack:///./src/app/app.module.ts","webpack:///./src/app/total-nav/total-nav.component.css","webpack:///./src/app/total-nav/total-nav.component.ts","webpack:///./src/app/total-view/total-view.component.css","webpack:///./src/app/total-view/total-view.component.ts","webpack:///./src/environments/environment.ts","webpack:///./src/main.ts"],"names":[],"mappings":"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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB,gEAAW;AAC5B;AACA,KAAK;AACL;AACA;AACA,iBAAiB,gEAAW;AAC5B;AACA,KAAK;AACL,8BAA8B,EAAE;AAChC;AACA,WAAW,EAuFV;AACD;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,wDAAU;AACtB;AACA;AACA;AACA,WAAW,EAMV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,EAiBV;AACD;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,EAMV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA,2BAA2B,0DAAY;AACvC,0BAA0B,0DAAY;AACtC;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,oDAAoD,EAAE;AACtD;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,qGAAqG,uPAAuP,gBAAgB,oDAAoD,OAAO;AACva,uGAAuG,QAAQ,mDAAmD,UAAU,gBAAgB,eAAe,MAAM,QAAQ,SAAS,OAAO,aAAa,iCAAiC,UAAU,gCAAgC,iBAAiB,0BAA0B,eAAe,SAAS,QAAQ,uCAAuC,+BAA+B,aAAa,mCAAmC,mCAAmC,sCAAsC,+BAA+B,kBAAkB,sBAAsB,YAAY,oBAAoB,aAAa,4BAA4B,6BAA6B,sBAAsB,iBAAiB,YAAY,sBAAsB,yBAAyB,gBAAgB,kBAAkB,WAAW,SAAS,eAAe,WAAW,WAAW,YAAY,kBAAkB,qBAAqB,eAAe,gBAAgB,YAAY,WAAW,iBAAiB,gBAAgB,eAAe,gBAAgB,iBAAiB,oBAAoB,SAAS,WAAW,eAAe,sBAAsB,gBAAgB,gBAAgB,yBAAyB,iBAAiB,YAAY,sBAAsB,YAAY,iBAAiB,kBAAkB,eAAe,eAAe,0BAA0B,iBAAiB,WAAW,YAAY,eAAe,aAAa;AACn9C,aAAa;AACb;AACA;AACA;AACA,KAAK,qBAAqB;AAC1B,KAAK,OAAO,wDAAU;AACtB;AACA;AACA,UAAU,OAAO,mDAAK,EAAE;AACxB,aAAa,OAAO,mDAAK,EAAE;AAC3B,eAAe,OAAO,oDAAM,EAAE;AAC9B,cAAc,OAAO,oDAAM,EAAE;AAC7B;AACA,WAAW,EAqBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,WAAW,EAaV;AACD;AACA;AACA,WAAW,EAKV;AACD;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,EAKV;AACD;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,EAGV;AACD;AACA;AACA;AACA;AACA;AACA,WAAW,EAWV;AACD;AACA;AACA,WAAW,EAWV;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,EAeV;AACD;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,mCAAmC,EAAE;AACrC,mBAAmB,EAAE;AACrB;AACA,iHAAiH;AACjH;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA,8BAA8B;AAC9B;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB,oCAAoC,EAAE,UAAU,EAAE,UAAU,EAAE;AAC9D;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,kCAAkC,EAAE,UAAU,EAAE;AAChD;AACA;AACA;AACA,2CAA2C,IAAI,YAAY,IAAI,YAAY,IAAI;AAC/E,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB,wBAAwB;AACxB;AACA;AACA;AACA,yDAAyD,SAAS;AAClE;AACA;AACA;AACA;AACA,aAAa;AACb;AACA,2BAA2B,EAAE;AAC7B;AACA,2BAA2B,EAAE;AAC7B;AACA,2BAA2B,EAAE;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,iCAAiC;AAChD,YAAY,yEAAyE;AACrF,YAAY,gEAAgE;AAC5E,aAAa,gEAAgE;AAC7E,aAAa,gEAAgE;AAC7E,YAAY,gEAAgE;AAC5E,aAAa,gEAAgE;AAC7E,aAAa,gEAAgE;AAC7E,YAAY,kEAAkE;AAC9E,aAAa,kEAAkE;AAC/E,aAAa,kEAAkE;AAC/E,aAAa,kEAAkE;AAC/E,gBAAgB,kEAAkE;AAClF,aAAa,kEAAkE;AAC/E,aAAa,kEAAkE;AAC/E,YAAY,4EAA4E;AACxF,aAAa,4EAA4E;AACzF,YAAY,4EAA4E;AACxF,aAAa,4EAA4E;AACzF,YAAY,iEAAiE;AAC7E,YAAY,iEAAiE;AAC7E,YAAY,iEAAiE;AAC7E,YAAY,iEAAiE;AAC7E,YAAY,iEAAiE;AAC7E,YAAY,iEAAiE;AAC7E,aAAa,iEAAiE;AAC9E,YAAY,iEAAiE;AAC7E,aAAa,iEAAiE;AAC9E,aAAa,iEAAiE;AAC9E,YAAY,kEAAkE;AAC9E,YAAY,kEAAkE;AAC9E,YAAY,kEAAkE;AAC9E,YAAY,kEAAkE;AAC9E,aAAa,kEAAkE;AAC/E,YAAY,mEAAmE;AAC/E,YAAY,oEAAoE;AAChF,YAAY,6EAA6E;AACzF,YAAY,4EAA4E;AACxF,YAAY,kFAAkF;AAC9F,YAAY,kFAAkF;AAC9F,YAAY,kFAAkF;AAC9F,aAAa,kFAAkF;AAC/F,aAAa,kFAAkF;AAC/F,aAAa,kFAAkF;AAC/F,aAAa,kFAAkF;AAC/F,YAAY,iEAAiE;AAC7E,YAAY,gEAAgE;AAC5E,YAAY,yEAAyE;AACrF,aAAa,2EAA2E;AACxF,YAAY,2EAA2E;AACvF,cAAc,2EAA2E;AACzF,YAAY,4EAA4E;AACxF,YAAY,yEAAyE;AACrF,YAAY,8EAA8E;AAC1F,YAAY,8EAA8E;AAC1F,YAAY,iEAAiE;AAC7E,YAAY,8EAA8E;AAC1F,YAAY,mFAAmF;AAC/F,YAAY,mFAAmF;AAC/F,aAAa,mFAAmF;AAChG,aAAa,mFAAmF;AAChG,YAAY,4EAA4E;AACxF,aAAa,2EAA2E;AACxF,YAAY,2EAA2E;AACvF,YAAY,2EAA2E;AACvF,YAAY,2EAA2E;AACvF,YAAY,2EAA2E;AACvF,aAAa,uEAAuE;AACpF,YAAY,+DAA+D;AAC3E,aAAa,mEAAmE;AAChF,aAAa,iEAAiE;AAC9E,YAAY,sEAAsE;AAClF,aAAa,yEAAyE;AACtF,gBAAgB,2DAA2D;AAC3E;AACA,WAAW,EAGV;AACD;AACA;AACA;AACA;;AAEA;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,kCAAkC,+CAAU;AAC5C,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,UAAU,mCAAM;AAChB,WAAW,EAAE;AACb;AACA,WAAW,EAAE;AACb;AACA,WAAW,EAAE;AACb,0BAA0B,iCAAiC,GAAG,iCAAiC;AAC/F;AACA;AACA,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA,oCAAoC,0DAAY;AAChD,qCAAqC,0DAAY;AACjD,gCAAgC,0DAAY;AAC5C,2BAA2B,0DAAY;AACvC;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,2jBAA2jB,2lBAA2lB,WAAW,ujBAAujB,4BAA4B,4KAA4K,6bAA6b,mQAAmQ,YAAY,mDAAmD,qBAAqB,iGAAiG,qBAAqB,+OAA+O;AACzhG,0CAA0C,WAAW,gBAAgB,mBAAmB,aAAa,aAAa,gBAAgB,mBAAmB,YAAY,cAAc,eAAe,gBAAgB,yBAAyB,gBAAgB,8BAA8B,gBAAgB,aAAa,kBAAkB,UAAU,iBAAiB,aAAa,mBAAmB,iBAAiB,wBAAwB,UAAU,WAAW,iBAAiB,kBAAkB,oBAAoB,aAAa,UAAU,yBAAyB,eAAe,mBAAmB,OAAO,eAAe,gBAAgB,WAAW,eAAe,mBAAmB,UAAU,iBAAiB,qCAAqC,oBAAoB,aAAa,WAAW,yBAAyB,8BAA8B,kBAAkB,sBAAsB,WAAW,YAAY,kBAAkB,eAAe,kBAAkB,YAAY,eAAe,WAAW,gBAAgB,oBAAoB,eAAe,cAAc,mBAAmB,gBAAgB,WAAW,uBAAuB,OAAO,oBAAoB,aAAa,eAAe,eAAe,cAAc,YAAY,YAAY,iBAAiB,gBAAgB,eAAe,YAAY,cAAc,yBAAyB,cAAc,oBAAoB,aAAa,kBAAkB,WAAW,uBAAuB,oBAAoB,aAAa,4BAA4B,6BAA6B,sBAAsB,WAAW,iBAAiB,gBAAgB,kBAAkB,wCAAwC,oBAAoB,aAAa,8BAA8B,6BAA6B,mBAAmB,WAAW,oDAAoD,eAAe,0DAA0D,YAAY,WAAW,UAAU,wBAAwB,uBAAuB,0EAA0E,eAAe,sCAAsC,oBAAoB,aAAa,8BAA8B,6BAA6B,mBAAmB,WAAW,gBAAgB,kDAAkD,oBAAoB,aAAa,8BAA8B,6BAA6B,mBAAmB,WAAW,6DAA6D,WAAW,YAAY,yBAAyB,eAAe,iBAAiB,6DAA6D,WAAW,YAAY,WAAW,eAAe,yBAAyB,yEAAyE,cAAc,YAAY,2BAA2B,kBAAkB,0CAA0C,cAAc,2CAA2C,cAAc,iDAAiD,cAAc,4CAA4C,cAAc,4CAA4C,cAAc,sIAAsI,cAAc,8BAA8B,eAAe,WAAW,eAAe,cAAc,gBAAgB,uBAAuB,kBAAkB,kBAAkB,gBAAgB,aAAa,eAAe,gBAAgB,cAAc,yBAAyB,gCAAgC,wBAAwB,yBAAyB,aAAa,sBAAsB,eAAe,kBAAkB,WAAW,yBAAyB,gCAAgC,UAAU,oBAAoB,aAAa,wBAAwB,uBAAuB,yBAAyB,mBAAmB,aAAa,oBAAoB,aAAa,4BAA4B,6BAA6B,sBAAsB,yBAAyB,mBAAmB,wBAAwB,uBAAuB,UAAU,kBAAkB,mBAAmB,cAAc,eAAe,mBAAmB,oBAAoB,aAAa,YAAY,YAAY,eAAe,cAAc,mBAAmB,0BAA0B,wBAAwB,UAAU,aAAa,UAAU,mBAAmB,WAAW,2BAA2B;AACx0I,aAAa;AACb;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,aAAa,OAAO,mDAAK,EAAE;AAC3B,oBAAoB,OAAO,mDAAK,EAAE;AAClC,wBAAwB,OAAO,oDAAM,EAAE;AACvC,yBAAyB,OAAO,oDAAM,EAAE;AACxC,oBAAoB,OAAO,oDAAM,EAAE;AACnC,eAAe,OAAO,oDAAM,EAAE;AAC9B;AACA,WAAW,EA6BV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,6BAA6B,4CAAO;AACpC;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,GAAG;AAClB,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,EAgBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,iCAAiC,+CAAU;AAC3C,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA,6BAA6B,+CAAU;AACvC,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,wDAAU;AACtB;AACA,aAAa;AACb;AACA;AACA;AACA,KAAK;AACL;AACA,qDAAqD,wEAAkB,EAAE,8CAA8C,4BAA4B,8DAAQ,sBAAsB,EAAE,8CAA8C;AACjO,WAAW,EA0BV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,YAAY,mCAAM;AAClB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA;AACA,yBAAyB,0DAAY;AACrC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,qBAAqB,EAAE;AACvB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,2BAA2B,sCAAM;AACjC;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,sDAAsD;AACtD;AACA;AACA,2BAA2B;AAC3B;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA,sCAAsC;AACtC;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,E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AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,kDAAI,UAAU,oBAAoB;AAC9C;;AAEA;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB;AACA;AACA;AACA,+BAA+B,0DAAY;AAC3C;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,+RAA+R,sRAAsR;AACrjB,+CAA+C,uBAAuB,yBAAyB,kBAAkB,eAAe,kBAAkB,6BAA6B,SAAS,oBAAoB,aAAa,qBAAqB,4BAA4B,6BAA6B,sBAAsB,wBAAwB,uBAAuB,WAAW,UAAU,wBAAwB,cAAc,aAAa,eAAe,gBAAgB,wBAAwB,cAAc,gBAAgB,eAAe,mBAAmB,4CAA4C,cAAc,gBAAgB,0BAA0B,iBAAiB,6BAA6B,YAAY,YAAY,cAAc,eAAe,gBAAgB,2BAA2B,gBAAgB,kBAAkB;AAC/zB,aAAa;AACb;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,mBAAmB,OAAO,oDAAM,EAAE;AAClC;AACA,WAAW,EAQV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB;AACA;AACA;AACA,2BAA2B,0DAAY;AACvC,2BAA2B,0DAAY;AACvC,2BAA2B,0DAAY;AACvC;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,aAAa;AACb;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,eAAe,OAAO,oDAAM,EAAE;AAC9B,eAAe,OAAO,oDAAM,EAAE;AAC9B,eAAe,OAAO,oDAAM,EAAE;AAC9B,cAAc,OAAO,yDAAW,2BAA2B;AAC3D,mBAAmB,OAAO,0DAAY,oCAAoC;AAC1E,kBAAkB,OAAO,0DAAY,mCAAmC;AACxE,mBAAmB,OAAO,0DAAY,oCAAoC;AAC1E,cAAc,OAAO,0DAAY,+BAA+B;AAChE,eAAe,OAAO,0DAAY,gCAAgC;AAClE;AACA,WAAW,EAmBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,YAAY,mCAAM;AAClB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,GAAG;AAClB,eAAe,GAAG;AAClB,eAAe,GAAG;AAClB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,wDAAU;AACtB;AACA,aAAa;AACb;AACA;AACA;AACA,qDAAqD,wEAAkB,EAAE,8CAA8C,8BAA8B,EAAE,8CAA8C;;AAErM;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,YAAY,mCAAM;AAClB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,uBAAuB,wBAAwB;AAC/C,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,sBAAsB,sCAAsC;AAC5D,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,aAAa;AACb;AACA;AACA;AACA,KAAK,OAAO,wDAAU,EAAE;AACxB,KAAK,wBAAwB;AAC7B,KAAK,2BAA2B;AAChC,KAAK,oBAAoB;AACzB,KAAK,sBAAsB;AAC3B,KAAK;AACL;AACA;AACA,iBAAiB,OAAO,0DAAY,qBAAqB;AACzD,gBAAgB,OAAO,0DAAY,4BAA4B;AAC/D;AACA,WAAW,EA8CV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,YAAY,mCAAM;AAClB;AACA;AACA,gCAAgC,0DAAY;AAC5C,kCAAkC,0DAAY;AAC9C;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,aAAa;AACb;AACA;AACA,oBAAoB,OAAO,oDAAM,EAAE;AACnC,sBAAsB,OAAO,oDAAM,EAAE;AACrC,0BAA0B,OAAO,0DAAY,qCAAqC;AAClF,2BAA2B,OAAO,0DAAY,yCAAyC;AACvF,sBAAsB,OAAO,0DAAY,uCAAuC;AAChF;AACA,WAAW,EAKV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,aAAa;AACb;AACA;AACA;AACA,KAAK,oBAAoB;AACzB,KAAK,sBAAsB;AAC3B,KAAK,OAAO,wDAAU;AACtB;AACA;AACA,kBAAkB,OAAO,mDAAK,EAAE;AAChC,YAAY,OAAO,mDAAK,EAAE;AAC1B,eAAe,OAAO,yDAAW,yBAAyB;AAC1D,iBAAiB,OAAO,yDAAW,8BAA8B;AACjE,uBAAuB,OAAO,yDAAW,qCAAqC;AAC9E,aAAa,OAAO,yDAAW,0BAA0B;AACzD,cAAc,OAAO,yDAAW,2BAA2B;AAC3D,gBAAgB,OAAO,yDAAW,8BAA8B;AAChE;AACA,WAAW,EA6BV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,6BAA6B,4CAAO;AACpC;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,wDAAU;AACtB;AACA,aAAa;AACb;AACA;AACA;AACA,oDAAoD,wEAAkB,EAAE,6CAA6C,6BAA6B,EAAE,6CAA6C;AACjM,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA,mBAAmB;AACnB,WAAW,EAOV;AACD;AACA;AACA,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA,4BAA4B,0DAAY;AACxC;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,6RAA6R,oBAAoB,oUAAoU,aAAa;AACloB,kCAAkC,eAAe,oBAAoB,aAAa,8B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C;AACA,WAAW,EASV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,2BAA2B,+CAAU;AACrC,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA,+BAA+B,+CAAU;AACzC,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,WAAW,EAqBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gIAAgI;AAChI;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,uBAAuB,EAAE;AACzB;AACA,6CAA6C,aAAa,WAAW,aAAa;AAClF;AACA,iDAAiD,iCAAiC;AAClF;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,uBAAuB,gBAAgB,yBAAyB,0BAA0B,EAAE;AAC5F,mCAAmC,wBAAwB;AAC3D;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,aAAa;AACb;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,gBAAgB,OAAO,mDAAK,EAAE;AAC9B;AACA,WAAW,EAQV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,6BAA6B,oDAAe;AAC5C;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,oVAAoV,+CAA+C;AACnY,0CAA0C,2BAA2B,oBAAoB,4BAA4B,6BAA6B,sBAAsB,mBAAmB,OAAO,wCAAwC,eAAe,qBAAqB,sBAAsB,sCAAsC,eAAe,gBAAgB,mBAAmB,kBAAkB,gBAAgB,iBAAiB,oBAAoB,aAAa,0BAA0B,mBAAmB,OAAO,cAAc,eAAe,sBAAsB,kBAAkB,eAAe;AACxlB,aAAa;AACb;AACA;AACA;AACA,KAAK;AACL;AACA,WAAW,EAGV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,6BAA6B,4CAAO;AACpC;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,YAAY,mCAAM;AAClB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA,+BAA+B,0DAAY;AAC3C;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA,wBAAwB;AACxB;AACA;AACA,2BAA2B,EAAE;AAC7B;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,4WAA4W,iBAAiB,6HAA6H,SAAS;AACngB,+CAA+C,YAAY,aAAa,kBAAkB,oBAAoB,aAAa,4BAA4B,6BAA6B,sBAAsB,YAAY,wBAAwB,eAAe,cAAc,oBAAoB,wBAAwB,YAAY,yBAAyB,8BAA8B,qBAAqB,4BAA4B,oBAAoB,oCAAoC,YAAY,WAAW,UAAU,wBAAwB,uBAAuB,oDAAoD,yBAAyB,mBAAmB,cAAc,oBAAoB,YAAY,iBAAiB,eAAe,0BAA0B,qBAAqB,iBAAiB;AACjyB,aAAa;AACb;AACA;AACA;AACA,KAAK,gCAAgC;AACrC,KAAK;AACL;AACA;AACA,mBAAmB,OAAO,oDAAM,EAAE;AAClC;AACA,WAAW,EAUV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB,8CAA8C;AAC9C;AACA,kBAAkB,0DAAG;AACrB,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS,IAAI,iEAAU;AACvB,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA,qCAAqC,sEAAiB;AACtD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,uDAAU;AAC7B,SAAS;AACT;AACA;AACA;AACA,KAAK,OAAO,wDAAU;AACtB;AACA,aAAa;AACb;AACA;AACA;AACA,KAAK,qBAAqB;AAC1B,KAAK;AACL;AACA,6DAA6D,wEAAkB,EAAE,sDAAsD,oCAAoC,8DAAQ,gBAAgB,8DAAQ,2BAA2B,EAAE,sDAAsD;AAC9R,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,6BAA6B,4CAAO;AACpC;AACA,oCAAoC,4CAAO;AAC3C;AACA,kCAAkC,4CAAO;AACzC;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,WAAW,EA+BV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB;AACA;AACA;AACA,6BAA6B,0DAAY;AACzC;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,4NAA4N,SAAS,MAAM,OAAO;AAClP,6CAA6C,iBAAiB,sBAAsB,WAAW,eAAe,WAAW,iBAAiB,cAAc,eAAe,kBAAkB,YAAY,SAAS,yBAAyB,yBAAyB,YAAY,eAAe,SAAS,SAAS,UAAU,oCAAoC,4BAA4B,oBAAoB,aAAa,iBAAiB,WAAW,YAAY,YAAY,eAAe,cAAc,yBAAyB,qBAAqB,sBAAsB,sBAAsB,4BAA4B,aAAa,0BAA0B,iBAAiB,YAAY,YAAY,qBAAqB,iBAAiB,kBAAkB,WAAW,SAAS,yBAAyB,YAAY;AAChyB,aAAa;AACb;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,iBAAiB,OAAO,oDAAM,EAAE;AAChC,mBAAmB,OAAO,uDAAS;AACnC;AACA,iBAAiB,IAAI;AACrB;AACA,WAAW,EAcV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,YAAY,mCAAM;AAClB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA,2BAA2B,EAAE;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA,uBAAuB,EAAE;AACzB,wBAAwB;AACxB;AACA;AACA;AACA,aAAa;AACb,uBAAuB,EAAE;AACzB;AACA;AACA;AACA,2BAA2B,EAAE;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,oBAAoB;AACpB;AACA;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB,4CAA4C,EAAE,uCAAuC,EAAE;AACvF;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,oBAAoB;AACpB;AACA;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,uBAAuB,uBAAuB;AAC9C,uBAAuB,EAAE;AACzB;AACA,6CAA6C,EAAE;AAC/C;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,aAAa;AACb;AACA;AACA;AACA,KAAK,OAAO,wDAAU,EAAE;AACxB,KAAK,sBAAsB;AAC3B,KAAK,4BAA4B;AACjC,KAAK;AACL;AACA,WAAW,EAgCV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA;AACA,qCAAqC,mBAAmB,oBAAoB,aAAa,WAAW,YAAY,2BAA2B,YAAY,eAAe,0BAA0B,WAAW,YAAY,2BAA2B,aAAa;AAC/P,aAAa;AACb;AACA;AACA;AACA;AACA,YAAY,OAAO,mDAAK,EAAE;AAC1B,YAAY,OAAO,mDAAK,EAAE;AAC1B;AACA,WAAW,EAKV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,6BAA6B,4CAAO;AACpC;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,8JAA8J,UAAU;AACxK,uCAAuC,YAAY,kBAAkB,sBAAsB,WAAW,OAAO,iBAAiB,aAAa,UAAU,sCAAsC,YAAY,oBAAoB,oBAAoB,aAAa,QAAQ,kBAAkB,eAAe,cAAc,YAAY,iBAAiB,eAAe,oBAAoB,aAAa,yBAAyB,mBAAmB,wBAAwB,uBAAuB,cAAc,aAAa,eAAe,eAAe,iBAAiB,eAAe,sBAAsB,cAAc,gBAAgB,0BAA0B,QAAQ,YAAY,iBAAiB,WAAW,eAAe,aAAa,cAAc,cAAc,gBAAgB;AAC1vB,aAAa;AACb;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,UAAU,OAAO,mDAAK,EAAE;AACxB,gBAAgB,OAAO,mDAAK,EAAE;AAC9B,YAAY,OAAO,mDAAK,EAAE;AAC1B,gBAAgB,OAAO,mDAAK,EAAE;AAC9B,cAAc,OAAO,mDAAK,EAAE;AAC5B,eAAe,OAAO,mDAAK,EAAE;AAC7B;AACA,WAAW,EAkBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA;AACA,mCAAmC,oBAAoB,aAAa;AACpE,aAAa;AACb;AACA;AACA;;AAEA;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,WAAW,EAqBV;AACD;AACA;AACA,iCAAiC,4CAAO;AACxC;AACA,sCAAsC,4CAAO;AAC7C;AACA,iCAAiC,4CAAO;AACxC;AACA,iCAAiC,4CAAO;AACxC;AACA,mCAAmC,4CAAO;AAC1C;AACA,kCAAkC,4CAAO;AACzC;AACA,oCAAoC,4CAAO;AAC3C;AACA,qCAAqC,4CAAO;AAC5C;AACA,iCAAiC,4CAAO;AACxC;AACA,sCAAsC,4CAAO;AAC7C;AACA,kCAAkC,4CAAO;AACzC;AACA,iCAAiC,4CAAO;AACxC;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,WAAW,EAyHV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC,0DAAY;AAC7C,gCAAgC,0DAAY;AAC5C;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA;AACA,2CAA2C,WAAW,mBAAmB,kBAAkB,YAAY,yBAAyB,YAAY,2BAA2B,oBAAoB,aAAa,eAAe,wBAAwB,uBAAuB,kCAAkC,WAAW,YAAY,WAAW,eAAe;AACzV,aAAa;AACb;AACA;AACA;AACA;AACA,cAAc,OAAO,mDAAK,EAAE;AAC5B,qBAAqB,OAAO,oDAAM,EAAE;AACpC,oBAAoB,OAAO,oDAAM,EAAE;AACnC;AACA,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,wDAAU;AACtB;AACA,aAAa;AACb;AACA;AACA;AACA,2DAA2D,wEAAkB,EAAE,oDAAoD,oCAAoC,EAAE,oDAAoD;;AAE7N;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,oBAAoB,MAAK;AACzB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,wDAAU;AACtB;AACA,aAAa;AACb;AACA,sDAAsD,wEAAkB,EAAE,+CAA+C,+BAA+B,EAAE,+CAA+C;AACzM,WAAW,EAKV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,YAAY,mCAAM;AAClB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC,MAAK;AACtC;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,uBAAuB,EAAE;AACzB,yEAAyE,2BAA2B,wCAAwC;AAC5I;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,aAAa;AACb;AACA;AACA;AACA,KAAK,0BAA0B;AAC/B,KAAK,8BAA8B;AACnC,KAAK;AACL;AACA;AACA,eAAe,OAAO,0DAAY,sBAAsB;AACxD;AACA,WAAW,EAkEV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA,mBAAmB;AACnB;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA;AACA,sCAAsC,iBAAiB,SAAS,WAAW,YAAY,sBAAsB,kBAAkB,UAAU,kBAAkB,uBAAuB,kBAAkB,oBAAoB,aAAa,gBAAgB,YAAY,aAAa,oBAAoB,qBAAqB,8BAA8B,sBAAsB,uDAAuD,WAAW,kBAAkB,WAAW,aAAa,gBAAgB,4BAA4B,8BAA8B,SAAS,WAAW,iCAAiC,yBAAyB,mCAAmC,2BAA2B,2BAA2B,8BAA8B,UAAU,UAAU,iCAAiC,yBAAyB,gCAAgC,wBAAwB,oCAAoC,WAAW,YAAY,oCAAoC,kBAAkB,uBAAuB,kBAAkB,UAAU,SAAS,UAAU,4BAA4B,UAAU,YAAY,sBAAsB,kBAAkB,UAAU,QAAQ,UAAU,iCAAiC,yBAAyB,mCAAmC,kDAAkD,0CAA0C,mBAAmB,yCAAyC,iCAAiC,oBAAoB,0CAA0C,kCAAkC,sCAAsC,OAAO,QAAQ,WAAW,SAAS,IAAI,WAAW,QAAQ,SAAS,KAAK,WAAW,UAAU,UAAU,qCAAqC,OAAO,QAAQ,SAAS,SAAS,IAAI,WAAW,UAAU,SAAS,IAAI,WAAW,UAAU,SAAS,KAAK,WAAW,UAAU,UAAU,6BAA6B,OAAO,QAAQ,SAAS,SAAS,IAAI,WAAW,UAAU,SAAS,IAAI,WAAW,UAAU,SAAS,KAAK,WAAW,UAAU,UAAU,8BAA8B,OAAO,QAAQ,WAAW,SAAS,IAAI,WAAW,QAAQ,SAAS,KAAK,WAAW,UAAU,UAAU,6BAA6B,WAAW,yBAAyB,cAAc,kBAAkB,kBAAkB,UAAU,oCAAoC,WAAW,UAAU,SAAS,gCAAgC,wBAAwB,qCAAqC,WAAW,UAAU,SAAS,iCAAiC,yBAAyB,qCAAqC,MAAM,yBAAyB,iCAAiC,SAAS,0BAA0B,mCAAmC,6BAA6B,MAAM,yBAAyB,iCAAiC,SAAS,0BAA0B,mCAAmC,0BAA0B,kBAAkB,SAAS,QAAQ,kBAAkB,uCAAuC,gCAAgC;AAC78F,aAAa;AACb;AACA;AACA;;AAEA;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,6BAA6B,4CAAO;AACpC;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,wDAAU;AACtB;AACA,aAAa;AACb;AACA;AACA;AACA,qDAAqD,wEAAkB,EAAE,8CAA8C,8BAA8B,EAAE,8CAA8C;AACrM,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA,oBAAoB,MAAK;AACzB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,2BAA2B,EAAE;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,aAAa;AACb;AACA;AACA;AACA,KAAK,yBAAyB;AAC9B,KAAK;AACL;AACA;AACA,YAAY,OAAO,mDAAK,EAAE;AAC1B,eAAe,OAAO,0DAAY,gCAAgC;AAClE,oBAAoB,OAAO,0DAAY,qCAAqC;AAC5E,cAAc,OAAO,0DAAY,+BAA+B;AAChE;AACA,WAAW,EAkBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,oCAAoC,0DAAY;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,wDAAU;AACtB;AACA;AACA;AACA,WAAW,EAaV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,2MAA2M;AAC3M,2CAA2C,0BAA0B,WAAW,YAAY,eAAe,WAAW,eAAe,MAAM,OAAO,cAAc,iBAAiB,kBAAkB,SAAS,QAAQ,uCAAuC,+BAA+B;AAC1R,aAAa;AACb;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,mBAAmB,OAAO,mDAAK,EAAE;AACjC;AACA,WAAW,EAQV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,oBAAoB;AACpB;AACA;AACA,qCAAqC,+DAAQ;AAC7C;AACA;AACA;AACA,KAAK,OAAO,wDAAU;AACtB;AACA,aAAa;AACb;AACA;AACA;AACA,KAAK;AACL;AACA,mEAAmE,wEAAkB,EAAE,4DAA4D,0CAA0C,8DAAQ,sBAAsB,EAAE,4DAA4D;AACzR,WAAW,EAMV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA,WAAW,EAAE;AACb;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA,K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;AACA;AACA,KAAK,OAAO,sEAAwB,EAAE;AACtC,KAAK,OAAO,4DAAc;AAC1B;AACA,gEAAgE,wEAAkB,EAAE,yDAAyD,uCAAuC,8DAAQ,CAAC,sEAAwB,GAAG,8DAAQ,CAAC,4DAAc,GAAG,EAAE,yDAAyD;AAC7S,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,WAAW,EAMV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,aAAa;AACb;AACA;AACA;AACA,KAAK,OAAO,8DAAgB,EAAE;AAC9B,KAAK;AACL;AACA;AACA,aAAa,OAAO,mDAAK,EAAE;AAC3B;AACA,WAAW,EAUV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,YAAY,mCAAM;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,0DAAY;AACvC,2BAA2B,0DAAY;AACvC,6BAA6B,0DAAY;AACzC,8BAA8B,0DAAY;AAC1C,2BAA2B,0DAAY;AACvC;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB;AACxB;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA,kCAAkC;AAClC;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,kFAAkF,IAAI,iWAAiW,IAAI,gWAAgW,IAAI,gWAAgW,IAAI;AACnoC,+CAA+C,yBAAyB,UAAU,WAAW,mBAAmB,kBAAkB,eAAe,cAAc,WAAW,YAAY,WAAW,iBAAiB,WAAW,SAAS,WAAW,iBAAiB,WAAW,YAAY,UAAU,iBAAiB,WAAW,SAAS,UAAU,iBAAiB;AACnW,aAAa;AACb;AACA;AACA;AACA;AACA,YAAY,OAAO,mDAAK,EAAE;AAC1B,UAAU,OAAO,mDAAK,EAAE;AACxB,UAAU,OAAO,mDAAK,EAAE;AACxB,UAAU,OAAO,mDAAK,EAAE;AACxB,UAAU,OAAO,mDAAK,EAAE;AACxB,UAAU,OAAO,mDAAK,EAAE;AACxB,iBAAiB,OAAO,mDAAK,EAAE;AAC/B,kBAAkB,OAAO,mDAAK,EAAE;AAChC,eAAe,OAAO,oDAAM,EAAE;AAC9B,eAAe,OAAO,oDAAM,EAAE;AAC9B,iBAAiB,OAAO,oDAAM,EAAE;AAChC,kBAAkB,OAAO,oDAAM,EAAE;AACjC,eAAe,OAAO,oDAAM,EAAE;AAC9B;AACA,WAAW,EA6CV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA;AACA,6BAA6B,0DAAY;AACzC;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA;AACA,kCAAkC,eAAe,cAAc,eAAe,oBAAoB,aAAa,4BAA4B,6BAA6B,sBAAsB,yBAAyB,mBAAmB,qBAAqB,wBAAwB,uBAAuB,eAAe,YAAY,kBAAkB,kBAAkB,mBAAmB,oBAAoB,cAAc,wBAAwB,oBAAoB,aAAa,4BAA4B,6BAA6B,sBAAsB,mBAAmB,eAAe,yBAAyB,qBAAqB,gBAAgB,iBAAiB,mBAAmB,WAAW,2BAA2B,eAAe,kBAAkB,eAAe,iBAAiB,0BAA0B,QAAQ,gBAAgB;AACv0B,aAAa;AACb;AACA;AACA;AACA,KAAK,+BAA+B;AACpC,KAAK,qBAAqB;AAC1B,KAAK;AACL;AACA;AACA,UAAU,OAAO,mDAAK,EAAE;AACxB,YAAY,OAAO,mDAAK,EAAE;AAC1B,gBAAgB,OAAO,mDAAK,EAAE;AAC9B,eAAe,OAAO,mDAAK,EAAE;AAC7B,iBAAiB,OAAO,oDAAM,EAAE;AAChC,uBAAuB,OAAO,mDAAK,EAAE;AACrC;AACA,WAAW,EAgCV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,YAAY,mCAAM;AAClB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,0DAAY;AAC3C,2BAA2B,0DAAY;AACvC,2BAA2B,0DAAY;AACvC,6BAA6B,0DAAY;AACzC,gCAAgC,0DAAY;AAC5C,4BAA4B,0DAAY;AACxC;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA,uBAAuB,EAAE;AACzB;AACA,sDAAsD,SAAS;AAC/D;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,wNAAwN,0BAA0B,wKAAwK,yCAAyC;AACnc,4CAA4C,yBAAyB,cAAc,oBAAoB,aAAa,8BAA8B,6BAA6B,mBAAmB,6BAA6B,YAAY,oBAAoB,aAAa,wBAAwB,uBAAuB,yBAAyB,mBAAmB,eAAe,aAAa,+BAA+B,gBAAgB,uCAAuC,mBAAmB,aAAa,gBAAgB,qCAAqC,mBAAmB,cAAc,mBAAmB,sBAAsB,kBAAkB,WAAW,UAAU,UAAU,WAAW,SAAS,kBAAkB,SAAS,WAAW,YAAY,0BAA0B,cAAc,eAAe,OAAO,QAAQ,cAAc,YAAY,yBAAyB,mBAAmB,UAAU,SAAS,sBAAsB,6BAA6B,kCAAkC,0BAA0B,aAAa,wCAAwC,6BAA6B,qBAAqB,oBAAoB,WAAW,aAAa,0CAA0C,YAAY,WAAW,uBAAuB,UAAU,YAAY,WAAW,UAAU,uCAAuC,YAAY,oBAAoB,kEAAkE,OAAO,gCAAgC,sBAAsB;AACz9C,aAAa;AACb;AACA;AACA;AACA,KAAK,uBAAuB;AAC5B,KAAK,oBAAoB;AACzB,KAAK,sBAAsB;AAC3B,KAAK,OAAO,wDAAU,EAAE;AACxB,KAAK,OAAO,uDAAS;AACrB;AACA;AACA,YAAY,OAAO,mDAAK,EAAE;AAC1B,gBAAgB,OAAO,mDAAK,EAAE;AAC9B,YAAY,OAAO,mDAAK,EAAE;AAC1B,YAAY,OAAO,mDAAK,EAAE;AAC1B,cAAc,OAAO,mDAAK,EAAE;AAC5B,iBAAiB,OAAO,mDAAK,EAAE;AAC/B,aAAa,OAAO,mDAAK,EAAE;AAC3B,kBAAkB,OAAO,mDAAK,EAAE;AAChC,oBAAoB,OAAO,mDAAK,EAAE;AAClC,mBAAmB,OAAO,oDAAM,EAAE;AAClC,eAAe,OAAO,oDAAM,EAAE;AAC9B,eAAe,OAAO,oDAAM,EAAE;AAC9B,iBAAiB,OAAO,oDAAM,EAAE;AAChC,oBAAoB,OAAO,oDAAM,EAAE;AACnC,gBAAgB,OAAO,oDAAM,EAAE;AAC/B;AACA,WAAW,EAgEV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA,WAAW,EAKV;AACD;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oCAAoC,0DAAY;AAChD,8BAA8B,0DAAY;AAC1C,4BAA4B,0DAAY;AACxC,2BAA2B,0DAAY;AACvC,2BAA2B,0DAAY;AACvC;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,OAAO,uDAAS;AACrB;AACA,yFAAyF,+CAA+C;AACxI,+CAA+C,UAAU,wBAAwB,aAAa,iBAAiB,mCAAmC,sBAAsB,kBAAkB,OAAO,QAAQ,YAAY,eAAe,kBAAkB,uBAAuB,0BAA0B,oBAAoB,aAAa,8BAA8B,6BAA6B,mBAAmB,YAAY,yBAAyB,YAAY,mCAAmC,yBAAyB,wCAAwC,mBAAmB,0BAA0B,qBAAqB,UAAU,uCAAuC,gCAAgC;AAC9rB,aAAa;AACb;AACA;AACA;AACA,KAAK,sBAAsB;AAC3B,KAAK,oBAAoB;AACzB,KAAK,OAAO,wDAAU,EAAE;AACxB,KAAK,OAAO,uDAAS;AACrB;AACA;AACA,kBAAkB,OAAO,mDAAK,EAAE;AAChC,gBAAgB,OAAO,mDAAK,EAAE;AAC9B,mBAAmB,OAAO,mDAAK,EAAE;AACjC,YAAY,OAAO,mDAAK,EAAE;AAC1B,mBAAmB,OAAO,mDAAK,EAAE;AACjC,gBAAgB,OAAO,mDAAK,EAAE;AAC9B,wBAAwB,OAAO,oDAAM,EAAE;AACvC,kBAAkB,OAAO,oDAAM,EAAE;AACjC,gBAAgB,OAAO,oDAAM,EAAE;AAC/B,eAAe,OAAO,oDAAM,EAAE;AAC9B,eAAe,OAAO,oDAAM,EAAE;AAC9B;AACA,WAAW,EA6CV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ,yEAAO,KAAK,qEAAG,EAAE,uEAAG;AAC5B;AACA;AACA;AACA,KAAK,OAAO,sDAAQ;AACpB,0BAA0B,4DAAY,EAAE,kFAAiB,EAAE,oEAAkB;AAC7E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;;AAEA;AACA;AACA,cAAc,uFAAuF;AACrG;;AAEA;AACA;AACA,cAAc,uFAAuF;AACrG;;AAE2lD;AAC3lD;;;;;;;;;;;;;AC7kOA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAwC;AACO;AACA;AACP;AACO;AACC;AACD;;;;;;;;;;;;;ACN/C;AAAA;AAAA;AAAyC;AAElC,MAAM,uBAAuB;IAIlC;QAHQ,cAAS,GAAoB,IAAI,4CAAO,EAAE,CAAC;QAClC,kBAAa,GAAuB,IAAI,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC;IAGnF,CAAC;IAED,IAAI,YAAY;QACd,OAAO,IAAI,CAAC,aAAa,CAAC;IAC5B,CAAC;IAED,YAAY,CAAC,KAAa;QACxB,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IAC7B,CAAC;CACF;;;;;;;;;;;;AChBD,gGAAgG,WAAW,2DAA2D,GAAG,mBAAmB,uBAAuB,GAAG,4BAA4B,iBAAiB,kBAAkB,GAAG,wBAAwB,8BAA8B,GAAG,YAAY,+BAA+B,iCAAiC,iBAAiB,gBAAgB,oBAAoB,WAA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","file":"main-es2015.js","sourcesContent":["import { Component, EventEmitter, Input, Output, Injectable, ElementRef, ɵɵdefineInjectable, ɵɵinject, Pipe, Directive, HostBinding, HostListener, ViewChild, ViewEncapsulation, Inject, forwardRef, ComponentFactoryResolver, ApplicationRef, ViewContainerRef, Renderer2, NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { Subject, fromEvent, Observable, BehaviorSubject, throwError } from 'rxjs';\r\nimport { debounceTime, distinctUntilChanged, startWith, tap, map, catchError, finalize } from 'rxjs/operators';\r\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\r\nimport { library } from '@fortawesome/fontawesome-svg-core';\r\nimport { fas } from '@fortawesome/free-solid-svg-icons';\r\nimport { far } from '@fortawesome/free-regular-svg-icons';\r\nimport { HttpHeaders, HttpErrorResponse } from '@angular/common/http';\r\nimport * as jquery from 'jquery';\r\nimport * as Hammer from 'hammerjs';\r\nimport { DomSanitizer } from '@angular/platform-browser';\r\nimport { ClickOutsideModule } from 'ng-click-outside';\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass TopToolbarComponent {\r\n constructor() {\r\n }\r\n}\r\nTopToolbarComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-top-toolbar',\r\n template: \"
    \\n
    \\n \\n
    \\n
    \\n\",\r\n styles: [\".top-toolbar{width:100%;height:60px;z-index:999;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.tools{width:100%;height:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}@media (max-width:1037px){.top-toolbar{height:60px}.tools{height:100%;overflow-x:auto;overflow-scrolling:touch;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.tools::-webkit-scrollbar{width:0;height:0;background-color:#3e4e5a}}\"]\r\n }] }\r\n];\r\n/** @nocollapse */\r\nTopToolbarComponent.ctorParameters = () => [];\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass SidePanelComponent {\r\n constructor() {\r\n this.closable = true;\r\n this.saveable = true;\r\n this.hideSidePanel = new EventEmitter();\r\n this.saveInSidePanel = new EventEmitter();\r\n this.onlyTitle = false;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n closeSidePanel() {\r\n this.hideSidePanel.emit(true);\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n saveBySidePanel() {\r\n this.saveInSidePanel.emit(true);\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n toggleTitleMode() {\r\n if (this.closable && !this.saveable) {\r\n this.onlyTitle = !this.onlyTitle;\r\n }\r\n }\r\n}\r\nSidePanelComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-side-panel',\r\n template: \"
    \\n
    \\n \\n
    {{title}}
    \\n
    \\n \\n
    \\n
    \\n \\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n\",\r\n styles: [\".gd-side-panel-wrapper{margin-right:0;width:334px;z-index:999;background-color:#fff;-webkit-transition:margin-right .2s;transition:margin-right .2s;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;height:100vh}.gd-side-panel-wrapper .gd-side-panel-header{height:60px;background-color:#222e35;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:nowrap}.gd-side-panel-wrapper .gd-side-panel-header .icon{font-size:24px;color:#959da5;margin:18px;line-height:24px}.gd-side-panel-wrapper .gd-side-panel-header .title{font-size:13px;font-weight:700;color:#edf0f2;opacity:.57;margin-top:20px;width:100%}.gd-side-panel-wrapper .gd-side-panel-header .close,.gd-side-panel-wrapper .gd-side-panel-header .save{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.gd-side-panel-wrapper .gd-side-panel-header ::ng-deep gd-button .text{padding:0}.gd-side-panel-wrapper .gd-side-panel-body{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;overflow:visible;overflow-y:auto;overflow-x:hidden;height:100%}@media (max-width:1037px){.gd-side-panel-wrapper{width:100%;position:absolute;left:0;right:0;top:0;bottom:0}.gd-side-panel-wrapper.only-title{height:60px!important}}\"]\r\n }] }\r\n];\r\n/** @nocollapse */\r\nSidePanelComponent.ctorParameters = () => [];\r\nSidePanelComponent.propDecorators = {\r\n title: [{ type: Input }],\r\n icon: [{ type: Input }],\r\n closable: [{ type: Input }],\r\n saveable: [{ type: Input }],\r\n hideSidePanel: [{ type: Output }],\r\n saveInSidePanel: [{ type: Output }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n SidePanelComponent.prototype.title;\r\n /** @type {?} */\r\n SidePanelComponent.prototype.icon;\r\n /** @type {?} */\r\n SidePanelComponent.prototype.closable;\r\n /** @type {?} */\r\n SidePanelComponent.prototype.saveable;\r\n /** @type {?} */\r\n SidePanelComponent.prototype.hideSidePanel;\r\n /** @type {?} */\r\n SidePanelComponent.prototype.saveInSidePanel;\r\n /** @type {?} */\r\n SidePanelComponent.prototype.onlyTitle;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/** @type {?} */\r\nconst MOBILE_MAX_WIDTH = 425;\r\n/** @type {?} */\r\nconst TABLET_MAX_WIDTH = 1024;\r\nclass WindowService {\r\n constructor() {\r\n this.resizeSubject = new Subject();\r\n this.width = window.innerWidth;\r\n this.height = window.innerHeight;\r\n this._resize$ = fromEvent(window, 'resize')\r\n .pipe(debounceTime(200), distinctUntilChanged(), startWith({ target: { innerWidth: window.innerWidth, innerHeight: window.innerHeight } }), tap((/**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n event => {\r\n this.resizeSubject.next((/** @type {?} */ (event.target)));\r\n this.width = ((/** @type {?} */ (event.target))).innerWidth;\r\n this.height = ((/** @type {?} */ (event.target))).innerHeight;\r\n })));\r\n this._resize$.subscribe();\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get onResize() {\r\n return this.resizeSubject.asObservable();\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n isMobile() {\r\n return this.width <= MOBILE_MAX_WIDTH;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n isTablet() {\r\n return this.width <= TABLET_MAX_WIDTH;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n isDesktop() {\r\n return !this.isMobile() && !this.isTablet();\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n getWidth() {\r\n return this.width;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n getHeight() {\r\n return this.height;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n isEdge() {\r\n return window.navigator.userAgent.toLowerCase().indexOf('edge') > -1;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n isFirefox() {\r\n return navigator.userAgent.toLowerCase().indexOf('firefox') > -1;\r\n }\r\n}\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n WindowService.prototype.resizeSubject;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n WindowService.prototype._resize$;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n WindowService.prototype.width;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n WindowService.prototype.height;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass ButtonComponent {\r\n /**\r\n * @param {?} windowService\r\n */\r\n constructor(windowService) {\r\n this.iconOnly = true;\r\n this.intent = 'default';\r\n this.disabled = false;\r\n this.toggle = false;\r\n this.iconRegular = false;\r\n this.elementPosition = 0;\r\n this.showToolTip = false;\r\n this.isDesktop = windowService.isDesktop();\r\n windowService.onResize.subscribe((/**\r\n * @param {?} w\r\n * @return {?}\r\n */\r\n (w) => {\r\n this.isDesktop = windowService.isDesktop();\r\n }));\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n iconButtonClass() {\r\n return this.iconOnly ? 'icon-button' : '';\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n onHovering() {\r\n if (this.isDesktop && !this.disabled) {\r\n this.className += ' active';\r\n }\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n onUnhovering() {\r\n if (this.isDesktop && !this.disabled) {\r\n this.className = this.cleanAll(this.className, ' active');\r\n }\r\n }\r\n /**\r\n * @private\r\n * @param {?} str\r\n * @param {?} val\r\n * @return {?}\r\n */\r\n cleanAll(str, val) {\r\n while (str && str.indexOf(val) !== -1) {\r\n str = str.replace(val, '');\r\n }\r\n return str;\r\n }\r\n}\r\nButtonComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-button',\r\n template: \"
    \\n \\n \\n
    \\n \\n
    \\n
    \\n\",\r\n styles: [\".icon-button{padding:0!important;margin:0 7px}.button{padding:0 10px;font-size:14px;color:#959da5;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;align-content:center;-webkit-box-pack:center;justify-content:center;min-width:37px;height:37px;text-align:center;position:relative;white-space:nowrap}.button.inactive{cursor:not-allowed;opacity:.4}.button.active *{color:#ccd0d4}.button.primary{background-color:#3e4e5a;color:#fff}.button.primary.active{color:#fff;background-color:#688296}.button.brand{background-color:#25c2d4;color:#fff}.button.brand.active{color:#fff;background-color:#688296}.button .text{font-size:13px;padding-left:10px}.button .button-tooltip{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}@media (max-width:1037px){.button{font-size:22px}.arrow-button{margin:5px}}\"]\r\n }] }\r\n];\r\n/** @nocollapse */\r\nButtonComponent.ctorParameters = () => [\r\n { type: WindowService }\r\n];\r\nButtonComponent.propDecorators = {\r\n iconOnly: [{ type: Input }],\r\n intent: [{ type: Input }],\r\n disabled: [{ type: Input }],\r\n icon: [{ type: Input }],\r\n iconClass: [{ type: Input }],\r\n tooltip: [{ type: Input }],\r\n className: [{ type: Input }],\r\n toggle: [{ type: Input }],\r\n iconSize: [{ type: Input }],\r\n iconRegular: [{ type: Input }],\r\n elementPosition: [{ type: Input }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n ButtonComponent.prototype.iconOnly;\r\n /** @type {?} */\r\n ButtonComponent.prototype.intent;\r\n /** @type {?} */\r\n ButtonComponent.prototype.disabled;\r\n /** @type {?} */\r\n ButtonComponent.prototype.icon;\r\n /** @type {?} */\r\n ButtonComponent.prototype.iconClass;\r\n /** @type {?} */\r\n ButtonComponent.prototype.tooltip;\r\n /** @type {?} */\r\n ButtonComponent.prototype.className;\r\n /** @type {?} */\r\n ButtonComponent.prototype.toggle;\r\n /** @type {?} */\r\n ButtonComponent.prototype.iconSize;\r\n /** @type {?} */\r\n ButtonComponent.prototype.iconRegular;\r\n /** @type {?} */\r\n ButtonComponent.prototype.elementPosition;\r\n /** @type {?} */\r\n ButtonComponent.prototype.showToolTip;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ButtonComponent.prototype.isDesktop;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass LogoComponent {\r\n constructor() { }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnInit() {\r\n }\r\n}\r\nLogoComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-logo',\r\n template: \"
    \\n \\n \\n
    \\n\\n\",\r\n styles: [\".logo{background-color:#25c2d4;height:60px;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.text{color:#fff;font-size:15px;text-transform:uppercase;margin:0 14px}.icon{display:none;font-size:32px;color:rgba(255,255,255,.5);margin:14px}@media (max-width:1037px){.logo{width:60px;height:60px}.logo .text{display:none}.logo .icon{display:block}}\"]\r\n }] }\r\n];\r\n/** @nocollapse */\r\nLogoComponent.ctorParameters = () => [];\r\nLogoComponent.propDecorators = {\r\n logo: [{ type: Input }],\r\n icon: [{ type: Input }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n LogoComponent.prototype.logo;\r\n /** @type {?} */\r\n LogoComponent.prototype.icon;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass TooltipComponent {\r\n constructor() {\r\n this.position = 0;\r\n this.visibility = 'hidden';\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n getClass() {\r\n if (this.position === 0) {\r\n return 'tooltip';\r\n }\r\n return 'tooltip ' + (this.position > 0 ? 'last-element' : 'first-element');\r\n }\r\n /**\r\n * @param {?} value\r\n * @return {?}\r\n */\r\n set show(value) {\r\n this.visibility = value ? 'shown' : 'hidden';\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnInit() {\r\n }\r\n}\r\nTooltipComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-tooltip',\r\n template: \"\\n\",\r\n styles: [\".tooltip{position:absolute;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:#000;color:#fff;text-align:center;border-radius:0;padding:5px;z-index:1;font-size:10px;height:11px;line-height:11px;-ms-grid-row-align:center;align-self:center;margin:0!important}.first-element{margin-left:10px!important}.last-element{margin-left:-10px!important}.tooltip.hidden{visibility:hidden}.tooltip.shown{visibility:visible}.shown:after{content:\\\" \\\";position:absolute;bottom:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-bottom-color:#000}\"]\r\n }] }\r\n];\r\n/** @nocollapse */\r\nTooltipComponent.ctorParameters = () => [];\r\nTooltipComponent.propDecorators = {\r\n text: [{ type: Input }],\r\n position: [{ type: Input }],\r\n show: [{ type: Input }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n TooltipComponent.prototype.text;\r\n /** @type {?} */\r\n TooltipComponent.prototype.position;\r\n /** @type {?} */\r\n TooltipComponent.prototype.visibility;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass Api {\r\n}\r\nApi.VIEWER_APP = '/viewer';\r\nApi.SIGNATURE_APP = '/signature';\r\nApi.ANNOTATION_APP = '/annotation';\r\nApi.SEARCH_APP = '/search';\r\nApi.EDITOR_APP = '/editor';\r\nApi.COMPARISON_APP = '/comparison';\r\nApi.CONVERSION_APP = '/conversion';\r\nApi.METADATA_APP = '/metadata';\r\nApi.DEFAULT_API_ENDPOINT = window.location.href;\r\nApi.LOAD_FILE_TREE = '/loadFileTree';\r\nApi.LOAD_CONFIG = '/loadConfig';\r\nApi.LOAD_DOCUMENT_DESCRIPTION = '/loadDocumentDescription';\r\nApi.LOAD_DOCUMENT_PAGE = '/loadDocumentPage';\r\nApi.LOAD_DOCUMENT_PROPERTIES = '/loadProperties';\r\nApi.LOAD_DOCUMENT_PROPERTIES_NAMES = '/loadPropertiesNames';\r\nApi.SAVE_PROPERTY = '/saveProperty';\r\nApi.REMOVE_PROPERTY = '/removeProperty';\r\nApi.ROTATE_DOCUMENT_PAGE = '/rotateDocumentPages';\r\nApi.UPLOAD_DOCUMENTS = '/uploadDocument';\r\nApi.DOWNLOAD_DOCUMENTS = '/downloadDocument';\r\nApi.LOAD_PRINT = '/loadPrint';\r\nApi.LOAD_PRINT_PDF = '/printPdf';\r\nApi.LOAD_THUMBNAILS = '/loadThumbnails';\r\nApi.LOAD_FORMATS = '/loadFormats';\r\nApi.SAVE_FILE = '/saveFile';\r\nApi.CREATE_FILE = '/createFile';\r\nApi.COMPARE_FILES = '/compare';\r\nApi.CONVERT_FILE = '/convert';\r\nApi.DELETE_SIGNATURE_FILE = '/deleteSignatureFile';\r\nApi.REMOVE_FROM_INDEX = '/removeFromIndex';\r\nApi.GET_FILE_STATUS = '/getFileStatus';\r\nApi.SAVE_OPTICAL_CODE = '/saveOpticalCode';\r\nApi.SAVE_TEXT = '/saveText';\r\nApi.SAVE_IMAGE = '/saveImage';\r\nApi.SAVE_STAMP = '/saveStamp';\r\nApi.SIGN = '/sign';\r\nApi.DOWNLOAD_SIGNED = '/downloadSigned';\r\nApi.LOAD_SIGNATURE_IMAGE = '/loadSignatureImage';\r\nApi.ANNOTATE = '/annotate';\r\nApi.SEARCH = '/search';\r\nApi.ADD_FILES_TO_INDEX = '/addFilesToIndex';\r\nApi.httpOptionsJson = {\r\n headers: new HttpHeaders({\r\n 'Content-Type': 'application/json',\r\n })\r\n};\r\nApi.httpOptionsJsonResponseTypeBlob = {\r\n headers: new HttpHeaders({\r\n 'Content-Type': 'application/json',\r\n }),\r\n responseType: (/** @type {?} */ ('blob'))\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n Api.VIEWER_APP;\r\n /** @type {?} */\r\n Api.SIGNATURE_APP;\r\n /** @type {?} */\r\n Api.ANNOTATION_APP;\r\n /** @type {?} */\r\n Api.SEARCH_APP;\r\n /** @type {?} */\r\n Api.EDITOR_APP;\r\n /** @type {?} */\r\n Api.COMPARISON_APP;\r\n /** @type {?} */\r\n Api.CONVERSION_APP;\r\n /** @type {?} */\r\n Api.METADATA_APP;\r\n /** @type {?} */\r\n Api.DEFAULT_API_ENDPOINT;\r\n /** @type {?} */\r\n Api.LOAD_FILE_TREE;\r\n /** @type {?} */\r\n Api.LOAD_CONFIG;\r\n /** @type {?} */\r\n Api.LOAD_DOCUMENT_DESCRIPTION;\r\n /** @type {?} */\r\n Api.LOAD_DOCUMENT_PAGE;\r\n /** @type {?} */\r\n Api.LOAD_DOCUMENT_PROPERTIES;\r\n /** @type {?} */\r\n Api.LOAD_DOCUMENT_PROPERTIES_NAMES;\r\n /** @type {?} */\r\n Api.SAVE_PROPERTY;\r\n /** @type {?} */\r\n Api.REMOVE_PROPERTY;\r\n /** @type {?} */\r\n Api.ROTATE_DOCUMENT_PAGE;\r\n /** @type {?} */\r\n Api.UPLOAD_DOCUMENTS;\r\n /** @type {?} */\r\n Api.DOWNLOAD_DOCUMENTS;\r\n /** @type {?} */\r\n Api.LOAD_PRINT;\r\n /** @type {?} */\r\n Api.LOAD_PRINT_PDF;\r\n /** @type {?} */\r\n Api.LOAD_THUMBNAILS;\r\n /** @type {?} */\r\n Api.LOAD_FORMATS;\r\n /** @type {?} */\r\n Api.SAVE_FILE;\r\n /** @type {?} */\r\n Api.CREATE_FILE;\r\n /** @type {?} */\r\n Api.COMPARE_FILES;\r\n /** @type {?} */\r\n Api.CONVERT_FILE;\r\n /** @type {?} */\r\n Api.DELETE_SIGNATURE_FILE;\r\n /** @type {?} */\r\n Api.REMOVE_FROM_INDEX;\r\n /** @type {?} */\r\n Api.GET_FILE_STATUS;\r\n /** @type {?} */\r\n Api.SAVE_OPTICAL_CODE;\r\n /** @type {?} */\r\n Api.SAVE_TEXT;\r\n /** @type {?} */\r\n Api.SAVE_IMAGE;\r\n /** @type {?} */\r\n Api.SAVE_STAMP;\r\n /** @type {?} */\r\n Api.SIGN;\r\n /** @type {?} */\r\n Api.DOWNLOAD_SIGNED;\r\n /** @type {?} */\r\n Api.LOAD_SIGNATURE_IMAGE;\r\n /** @type {?} */\r\n Api.ANNOTATE;\r\n /** @type {?} */\r\n Api.SEARCH;\r\n /** @type {?} */\r\n Api.ADD_FILES_TO_INDEX;\r\n /** @type {?} */\r\n Api.httpOptionsJson;\r\n /** @type {?} */\r\n Api.httpOptionsJsonResponseTypeBlob;\r\n}\r\nclass ConfigService {\r\n constructor() {\r\n this.apiEndpoint = Api.DEFAULT_API_ENDPOINT;\r\n }\r\n /**\r\n * @param {?} url\r\n * @return {?}\r\n */\r\n set apiEndpoint(url) {\r\n this._apiEndpoint = url && url.trim().endsWith('/') ? url.substring(0, url.length - 1) : url;\r\n }\r\n /**\r\n * @param {?} app\r\n * @return {?}\r\n */\r\n getConfigEndpoint(app) {\r\n return (this.apiEndpoint.endsWith(app) ? this.apiEndpoint : this.apiEndpoint + app) + Api.LOAD_CONFIG;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n getViewerApiEndpoint() {\r\n return this._apiEndpoint.endsWith(Api.VIEWER_APP) ? this._apiEndpoint : this._apiEndpoint + Api.VIEWER_APP;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n getEditorApiEndpoint() {\r\n return this._apiEndpoint.trim().endsWith(Api.EDITOR_APP) ? this._apiEndpoint : this._apiEndpoint + Api.EDITOR_APP;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n getComparisonApiEndpoint() {\r\n return this._apiEndpoint.trim().endsWith(Api.COMPARISON_APP) ? this._apiEndpoint : this._apiEndpoint + Api.COMPARISON_APP;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n getConversionApiEndpoint() {\r\n return this._apiEndpoint.trim().endsWith(Api.CONVERSION_APP) ? this._apiEndpoint : this._apiEndpoint + Api.CONVERSION_APP;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n getMetadataApiEndpoint() {\r\n return this._apiEndpoint.trim().endsWith(Api.METADATA_APP) ? this._apiEndpoint : this._apiEndpoint + Api.METADATA_APP;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get apiEndpoint() {\r\n return this._apiEndpoint;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n getSignatureApiEndpoint() {\r\n return this._apiEndpoint.endsWith(Api.SIGNATURE_APP) ? this._apiEndpoint : this._apiEndpoint + Api.SIGNATURE_APP;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n getAnnotationApiEndpoint() {\r\n return this._apiEndpoint.endsWith(Api.ANNOTATION_APP) ? this._apiEndpoint : this._apiEndpoint + Api.ANNOTATION_APP;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n getSearchApiEndpoint() {\r\n return this._apiEndpoint.endsWith(Api.SEARCH_APP) ? this._apiEndpoint : this._apiEndpoint + Api.SEARCH_APP;\r\n }\r\n}\r\nConfigService.decorators = [\r\n { type: Injectable }\r\n];\r\n/** @nocollapse */\r\nConfigService.ctorParameters = () => [];\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ConfigService.prototype._apiEndpoint;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass CommonModals {\r\n}\r\nCommonModals.PasswordRequired = \"gd-password-required\";\r\nCommonModals.ErrorMessage = \"gd-error-message\";\r\nCommonModals.BrowseFiles = \"gd-browse-files\";\r\nCommonModals.CreateDocument = \"gd-create-document\";\r\nCommonModals.OperationSuccess = \"gd-success-modal\";\r\nCommonModals.DrawHandSignature = \"gd-draw-hand-signature\";\r\nCommonModals.DrawStampSignature = \"gd-draw-stamp-signature\";\r\nCommonModals.InformationMessage = \"gd-information-message\";\r\nif (false) {\r\n /** @type {?} */\r\n CommonModals.PasswordRequired;\r\n /** @type {?} */\r\n CommonModals.ErrorMessage;\r\n /** @type {?} */\r\n CommonModals.BrowseFiles;\r\n /** @type {?} */\r\n CommonModals.CreateDocument;\r\n /** @type {?} */\r\n CommonModals.OperationSuccess;\r\n /** @type {?} */\r\n CommonModals.DrawHandSignature;\r\n /** @type {?} */\r\n CommonModals.DrawStampSignature;\r\n /** @type {?} */\r\n CommonModals.InformationMessage;\r\n}\r\nclass ModalService {\r\n constructor() {\r\n this.modals = [];\r\n }\r\n /**\r\n * @param {?} modal\r\n * @return {?}\r\n */\r\n add(modal) {\r\n this.modals.push(modal);\r\n }\r\n /**\r\n * @param {?} id\r\n * @return {?}\r\n */\r\n remove(id) {\r\n this.modals = this.modals.filter((/**\r\n * @param {?} x\r\n * @return {?}\r\n */\r\n x => x.id !== id));\r\n }\r\n /**\r\n * @param {?} id\r\n * @return {?}\r\n */\r\n open(id) {\r\n /** @type {?} */\r\n const modal = this.modals.filter((/**\r\n * @param {?} x\r\n * @return {?}\r\n */\r\n x => x.id === id))[0];\r\n if (modal) {\r\n modal.open();\r\n }\r\n }\r\n /**\r\n * @param {?} id\r\n * @return {?}\r\n */\r\n close(id) {\r\n /** @type {?} */\r\n const modal = this.modals.filter((/**\r\n * @param {?} x\r\n * @return {?}\r\n */\r\n x => x.id === id))[0];\r\n if (modal) {\r\n modal.close();\r\n }\r\n }\r\n}\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ModalService.prototype.modals;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass ModalComponent {\r\n /**\r\n * @param {?} modalService\r\n * @param {?} el\r\n */\r\n constructor(modalService, el) {\r\n this.modalService = modalService;\r\n this.visible = new EventEmitter();\r\n this.cancel = new EventEmitter();\r\n this.visibility = false;\r\n this.element = el.nativeElement;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnInit() {\r\n if (!this.id) {\r\n console.error('modal must have an id');\r\n return;\r\n }\r\n document.body.appendChild(this.element);\r\n this.modalService.add(this);\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnDestroy() {\r\n this.modalService.remove(this.id);\r\n this.element.remove();\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n open() {\r\n this.visibility = true;\r\n this.visible.emit(true);\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n close() {\r\n event.preventDefault();\r\n event.stopPropagation();\r\n this.visibility = false;\r\n this.visible.emit(false);\r\n }\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n onClose($event) {\r\n $event.stopPropagation();\r\n if ($event && $event.target && ((/** @type {?} */ ($event.target))).id === 'modalDialog') {\r\n this.close();\r\n }\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n cancelClose() {\r\n this.cancel.emit(false);\r\n this.close();\r\n }\r\n}\r\nModalComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-modal',\r\n template: \"
    \\n
    \\n
    \\n
    \\n\\n
    \\n
    ×
    \\n

    {{title}}

    \\n
    \\n\\n
    \\n \\n
    \\n\\n
    \\n\\n
    \\n
    \\n
    \\n\\n\\n\",\r\n styles: [\"@import url(https://fonts.googleapis.com/css?family=Montserrat&display=swap);:host *{font-family:'Open Sans',Arial,Helvetica,sans-serif}.gd-modal{overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0;background-color:rgba(0,0,0,.5)}.gd-modal-dialog{box-shadow:#0005 0 0 10px;position:fixed;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1051}.gd-modal-dialog ::ng-deep .button{-webkit-box-orient:unset!important;-webkit-box-direction:unset!important;flex-direction:unset!important}.gd-modal-content{background-color:#fff;height:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.gd-modal-header{height:60px;padding:0 12px 0 24px;background-color:#3e4e5a}.gd-modal-close{position:absolute;right:12px;top:12px;cursor:pointer;color:#fff;width:37px;height:37px;text-align:center}.gd-modal-close span{font-size:18px;font-weight:900;height:19px;width:10px;line-height:36px}.gd-modal-title{font-size:16px;font-weight:400;padding-top:17px;padding-bottom:22px;margin:0;color:#fff}.gd-modal-body{background-color:#fff;overflow:hidden;overflow-y:auto;height:calc(100% - 75px)}.gd-modal-footer{height:auto}.gd-modal-footer>.btn{float:right;margin:20px 15px;padding:10px 20px;cursor:pointer;font-size:12px}@media (max-width:1037px){.gd-modal-dialog{width:100%;height:100%}.gd-modal-body{height:100%}}\"]\r\n }] }\r\n];\r\n/** @nocollapse */\r\nModalComponent.ctorParameters = () => [\r\n { type: ModalService },\r\n { type: ElementRef }\r\n];\r\nModalComponent.propDecorators = {\r\n id: [{ type: Input }],\r\n title: [{ type: Input }],\r\n visible: [{ type: Output }],\r\n cancel: [{ type: Output }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n ModalComponent.prototype.id;\r\n /** @type {?} */\r\n ModalComponent.prototype.title;\r\n /** @type {?} */\r\n ModalComponent.prototype.visible;\r\n /** @type {?} */\r\n ModalComponent.prototype.cancel;\r\n /** @type {?} */\r\n ModalComponent.prototype.visibility;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ModalComponent.prototype.element;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ModalComponent.prototype.modalService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass PageModel {\r\n}\r\nif (false) {\r\n /** @type {?} */\r\n PageModel.prototype.data;\r\n /** @type {?} */\r\n PageModel.prototype.angle;\r\n /** @type {?} */\r\n PageModel.prototype.width;\r\n /** @type {?} */\r\n PageModel.prototype.height;\r\n /** @type {?} */\r\n PageModel.prototype.number;\r\n /** @type {?} */\r\n PageModel.prototype.editable;\r\n}\r\nclass RotatedPage {\r\n}\r\nif (false) {\r\n /** @type {?} */\r\n RotatedPage.prototype.pageNumber;\r\n /** @type {?} */\r\n RotatedPage.prototype.angle;\r\n}\r\nclass FileCredentials {\r\n /**\r\n * @param {?} guid\r\n * @param {?} password\r\n */\r\n constructor(guid, password) {\r\n this.guid = guid;\r\n this.password = password;\r\n }\r\n}\r\nif (false) {\r\n /** @type {?} */\r\n FileCredentials.prototype.guid;\r\n /** @type {?} */\r\n FileCredentials.prototype.password;\r\n}\r\nclass SaveFile extends FileCredentials {\r\n /**\r\n * @param {?} guid\r\n * @param {?} password\r\n * @param {?} content\r\n */\r\n constructor(guid, password, content) {\r\n super(guid, password);\r\n this.content = content;\r\n }\r\n}\r\nif (false) {\r\n /** @type {?} */\r\n SaveFile.prototype.content;\r\n}\r\nclass FileDescription {\r\n constructor() {\r\n this.printAllowed = true;\r\n }\r\n}\r\nif (false) {\r\n /** @type {?} */\r\n FileDescription.prototype.guid;\r\n /** @type {?} */\r\n FileDescription.prototype.pages;\r\n /** @type {?} */\r\n FileDescription.prototype.printAllowed;\r\n /** @type {?} */\r\n FileDescription.prototype.showGridLines;\r\n /** @type {?} */\r\n FileDescription.prototype.thumbnails;\r\n}\r\nclass FileModel {\r\n}\r\nif (false) {\r\n /** @type {?} */\r\n FileModel.prototype.guid;\r\n /** @type {?} */\r\n FileModel.prototype.name;\r\n /** @type {?} */\r\n FileModel.prototype.directory;\r\n /** @type {?} */\r\n FileModel.prototype.size;\r\n /** @type {?} */\r\n FileModel.prototype.isDirectory;\r\n}\r\nclass HttpError {\r\n}\r\nHttpError.BadRequest = 400;\r\nHttpError.Unauthorized = 401;\r\nHttpError.Forbidden = 403;\r\nHttpError.NotFound = 404;\r\nHttpError.TimeOut = 408;\r\nHttpError.Conflict = 409;\r\nHttpError.InternalServerError = 500;\r\nif (false) {\r\n /** @type {?} */\r\n HttpError.BadRequest;\r\n /** @type {?} */\r\n HttpError.Unauthorized;\r\n /** @type {?} */\r\n HttpError.Forbidden;\r\n /** @type {?} */\r\n HttpError.NotFound;\r\n /** @type {?} */\r\n HttpError.TimeOut;\r\n /** @type {?} */\r\n HttpError.Conflict;\r\n /** @type {?} */\r\n HttpError.InternalServerError;\r\n}\r\nclass Utils {\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n static getMousePosition(event) {\r\n /** @type {?} */\r\n const mouse = {\r\n x: 0,\r\n y: 0\r\n };\r\n /** @type {?} */\r\n const wEvent = (/** @type {?} */ (window.event));\r\n /** @type {?} */\r\n const ev = event || wEvent;\r\n if (ev.pageX || wEvent.pageX || wEvent.screenX || (ev.touches && ev.touches[0] && ev.touches[0].pageX)) { //Moz\r\n //Moz\r\n /** @type {?} */\r\n const pageX = typeof ev.pageX !== \"undefined\" && ev.pageX !== 0 ? ev.pageX : wEvent.pageX;\r\n /** @type {?} */\r\n const pageY = typeof ev.pageY !== \"undefined\" && ev.pageY !== 0 ? ev.pageY : wEvent.pageY;\r\n /** @type {?} */\r\n const screenX = typeof wEvent.screenX !== \"undefined\" && wEvent.screenY !== 0;\r\n /** @type {?} */\r\n const screenY = typeof wEvent.screenY !== \"undefined\" && wEvent.screenY !== 0;\r\n mouse.x = pageX ? pageX : (screenX ? wEvent.screenX : ev.touches[0].pageX);\r\n mouse.y = pageY ? pageY : (screenY ? wEvent.screenY : ev.touches[0].pageY);\r\n }\r\n else if (ev.clientX) { //IE\r\n mouse.x = ev.clientX + document.body.scrollLeft;\r\n mouse.y = ev.clientY + document.body.scrollTop;\r\n }\r\n return mouse;\r\n }\r\n /**\r\n * @param {?} color\r\n * @return {?}\r\n */\r\n static toRgb(color) {\r\n /** @type {?} */\r\n const result = /^#?([a-f\\d]{2})([a-f\\d]{2})([a-f\\d]{2})$/i.exec(color);\r\n if (result) {\r\n /** @type {?} */\r\n const r = parseInt(result[1], 16);\r\n /** @type {?} */\r\n const g = parseInt(result[2], 16);\r\n /** @type {?} */\r\n const b = parseInt(result[3], 16);\r\n return result ? 'rgb(' + r + ',' + g + ',' + b + ')' : '';\r\n }\r\n return color;\r\n }\r\n /**\r\n * @param {?} color\r\n * @return {?}\r\n */\r\n static toHex(color) {\r\n // check if color is standard hex value\r\n if (color.match(/[0-9A-F]{6}|[0-9A-F]{3}$/i)) {\r\n return (color.charAt(0) === \"#\") ? color : (\"#\" + color);\r\n // check if color is RGB value -> convert to hex\r\n }\r\n else if (color.match(/^rgb\\(\\s*(\\d{1,3})\\s*,\\s*(\\d{1,3})\\s*,\\s*(\\d{1,3})\\s*\\)$/)) {\r\n /** @type {?} */\r\n const c = ([parseInt(RegExp.$1, 10), parseInt(RegExp.$2, 10), parseInt(RegExp.$3, 10)]);\r\n /** @type {?} */\r\n const pad = (/**\r\n * @param {?} str\r\n * @return {?}\r\n */\r\n function (str) {\r\n if (str.length < 2) {\r\n for (let i = 0, len = 2 - str.length; i < len; i++) {\r\n str = '0' + str;\r\n }\r\n }\r\n return str;\r\n });\r\n if (c.length === 3) {\r\n /** @type {?} */\r\n const r = pad(c[0].toString(16));\r\n /** @type {?} */\r\n const g = pad(c[1].toString(16));\r\n /** @type {?} */\r\n const b = pad(c[2].toString(16));\r\n return '#' + r + g + b;\r\n }\r\n // else do nothing\r\n }\r\n else {\r\n return '';\r\n }\r\n }\r\n}\r\nclass FileUtil {\r\n /**\r\n * @param {?} filename\r\n * @param {?} isDirectory\r\n * @return {?}\r\n */\r\n static find(filename, isDirectory) {\r\n if (filename && !isDirectory) {\r\n /** @type {?} */\r\n const strings = filename.split('.');\r\n /** @type {?} */\r\n const name = strings.pop().toLowerCase();\r\n if (typeof FileUtil.map[name] === \"undefined\") {\r\n return strings.length > 0 ? FileUtil.map['unknown'] : FileUtil.map['folder'];\r\n }\r\n else {\r\n return FileUtil.map[name];\r\n }\r\n }\r\n else {\r\n return FileUtil.map['folder'];\r\n }\r\n }\r\n}\r\nFileUtil.map = {\r\n 'folder': { 'format': '', 'icon': 'folder' },\r\n 'pdf': { 'format': 'Portable Document Format', 'icon': 'file-pdf', 'unit': 'pt' },\r\n 'doc': { 'format': 'Microsoft Word', 'icon': 'file-word', 'unit': 'pt' },\r\n 'docx': { 'format': 'Microsoft Word', 'icon': 'file-word', 'unit': 'pt' },\r\n 'docm': { 'format': 'Microsoft Word', 'icon': 'file-word', 'unit': 'pt' },\r\n 'dot': { 'format': 'Microsoft Word', 'icon': 'file-word', 'unit': 'pt' },\r\n 'dotx': { 'format': 'Microsoft Word', 'icon': 'file-word', 'unit': 'pt' },\r\n 'dotm': { 'format': 'Microsoft Word', 'icon': 'file-word', 'unit': 'pt' },\r\n 'xls': { 'format': 'Microsoft Excel', 'icon': 'file-excel', 'unit': 'px' },\r\n 'xlsx': { 'format': 'Microsoft Excel', 'icon': 'file-excel', 'unit': 'px' },\r\n 'xlsm': { 'format': 'Microsoft Excel', 'icon': 'file-excel', 'unit': 'px' },\r\n 'xlsb': { 'format': 'Microsoft Excel', 'icon': 'file-excel', 'unit': 'px' },\r\n 'xls2003': { 'format': 'Microsoft Excel', 'icon': 'file-excel', 'unit': 'px' },\r\n 'xltx': { 'format': 'Microsoft Excel', 'icon': 'file-excel', 'unit': 'px' },\r\n 'xltm': { 'format': 'Microsoft Excel', 'icon': 'file-excel', 'unit': 'px' },\r\n 'ppt': { 'format': 'Microsoft PowerPoint', 'icon': 'file-powerpoint', 'unit': 'pt' },\r\n 'pptx': { 'format': 'Microsoft PowerPoint', 'icon': 'file-powerpoint', 'unit': 'pt' },\r\n 'pps': { 'format': 'Microsoft PowerPoint', 'icon': 'file-powerpoint', 'unit': 'pt' },\r\n 'ppsx': { 'format': 'Microsoft PowerPoint', 'icon': 'file-powerpoint', 'unit': 'pt' },\r\n 'vsd': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\r\n 'vdx': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\r\n 'vss': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\r\n 'vsx': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\r\n 'vst': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\r\n 'vtx': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\r\n 'vsdx': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\r\n 'vdw': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\r\n 'vstx': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\r\n 'vssx': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\r\n 'mpp': { 'format': 'Microsoft Project', 'icon': 'file-alt', 'unit': 'pt' },\r\n 'mpt': { 'format': 'Microsoft Project', 'icon': 'file-alt', 'unit': 'pt' },\r\n 'msg': { 'format': 'Microsoft Outlook', 'icon': 'file-alt', 'unit': 'pt' },\r\n 'eml': { 'format': 'Microsoft Outlook', 'icon': 'file-alt', 'unit': 'pt' },\r\n 'emlx': { 'format': 'Microsoft Outlook', 'icon': 'file-alt', 'unit': 'pt' },\r\n 'one': { 'format': 'Microsoft OneNote', 'icon': 'file-word', 'unit': 'pt' },\r\n 'odt': { 'format': 'Open Document Text', 'icon': 'file-word', 'unit': 'pt' },\r\n 'ott': { 'format': 'Open Document Text Template', 'icon': 'file-word', 'unit': 'pt' },\r\n 'ods': { 'format': 'Open Document Spreadsheet', 'icon': 'file-excel', 'unit': 'px' },\r\n 'odp': { 'format': 'Open Document Presentation', 'icon': 'file-powerpoint', 'unit': 'pt' },\r\n 'otp': { 'format': 'Open Document Presentation', 'icon': 'file-powerpoint', 'unit': 'pt' },\r\n 'ots': { 'format': 'Open Document Presentation', 'icon': 'file-powerpoint', 'unit': 'pt' },\r\n 'potx': { 'format': 'Open Document Presentation', 'icon': 'file-powerpoint', 'unit': 'pt' },\r\n 'potm': { 'format': 'Open Document Presentation', 'icon': 'file-powerpoint', 'unit': 'pt' },\r\n 'pptm': { 'format': 'Open Document Presentation', 'icon': 'file-powerpoint', 'unit': 'pt' },\r\n 'ppsm': { 'format': 'Open Document Presentation', 'icon': 'file-powerpoint', 'unit': 'pt' },\r\n 'rtf': { 'format': 'Rich Text Format', 'icon': 'file-alt', 'unit': 'pt' },\r\n 'txt': { 'format': 'Plain Text File', 'icon': 'file-alt', 'unit': 'pt' },\r\n 'csv': { 'format': 'Comma-Separated Values', 'icon': 'file-excel', 'unit': 'px' },\r\n 'html': { 'format': 'HyperText Markup Language', 'icon': 'file-word', 'unit': 'pt' },\r\n 'mht': { 'format': 'HyperText Markup Language', 'icon': 'file-word', 'unit': 'pt' },\r\n 'mhtml': { 'format': 'HyperText Markup Language', 'icon': 'file-word', 'unit': 'pt' },\r\n 'xml': { 'format': 'Extensible Markup Language', 'icon': 'file-word', 'unit': 'pt' },\r\n 'xps': { 'format': 'XML Paper Specification', 'icon': 'file-word', 'unit': 'pt' },\r\n 'dxf': { 'format': 'AutoCAD Drawing File Format', 'icon': 'file-image', 'unit': 'px' },\r\n 'dwg': { 'format': 'AutoCAD Drawing File Format', 'icon': 'file-image', 'unit': 'px' },\r\n 'bmp': { 'format': 'Bitmap Picture', 'icon': 'file-image', 'unit': 'px' },\r\n 'gif': { 'format': 'Graphics Interchange Format', 'icon': 'file-image', 'unit': 'px' },\r\n 'jpg': { 'format': 'Joint Photographic Experts Group', 'icon': 'file-image', 'unit': 'px' },\r\n 'jpe': { 'format': 'Joint Photographic Experts Group', 'icon': 'file-image', 'unit': 'px' },\r\n 'jpeg': { 'format': 'Joint Photographic Experts Group', 'icon': 'file-image', 'unit': 'px' },\r\n 'jfif': { 'format': 'Joint Photographic Experts Group', 'icon': 'file-image', 'unit': 'px' },\r\n 'png': { 'format': 'Portable Network Graphics', 'icon': 'file-image', 'unit': 'px' },\r\n 'tiff': { 'format': 'Tagged Image File Format', 'icon': 'file-image', 'unit': 'px' },\r\n 'tif': { 'format': 'Tagged Image File Format', 'icon': 'file-image', 'unit': 'px' },\r\n 'psd': { 'format': 'Tagged Image File Format', 'icon': 'file-image', 'unit': 'px' },\r\n 'svg': { 'format': 'Tagged Image File Format', 'icon': 'file-image', 'unit': 'px' },\r\n 'jp2': { 'format': 'Tagged Image File Format', 'icon': 'file-image', 'unit': 'px' },\r\n 'epub': { 'format': 'Electronic Publication', 'icon': 'file-pdf', 'unit': 'pt' },\r\n 'ico': { 'format': 'Windows Icon', 'icon': 'file-image', 'unit': 'px' },\r\n 'webp': { 'format': 'Compressed Image', 'icon': 'file-image', 'unit': 'px' },\r\n 'mobi': { 'format': 'Mobipocket eBook', 'icon': 'file-pdf', 'unit': 'pt' },\r\n 'tex': { 'format': 'LaTeX Source Document', 'icon': 'file-pdf', 'unit': 'pt' },\r\n 'djvu': { 'format': 'Multi-Layer Raster Image', 'icon': 'file-alt', 'unit': 'pt' },\r\n 'unknown': { 'format': 'This format is not supported', 'icon': 'file' },\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n FileUtil.map;\r\n}\r\nclass FileService {\r\n constructor() {\r\n }\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass UploadFilesService {\r\n constructor() {\r\n this._uploadsChange = new Observable((/**\r\n * @param {?} observer\r\n * @return {?}\r\n */\r\n observer => this._observer = observer));\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get uploadsChange() {\r\n return this._uploadsChange;\r\n }\r\n /**\r\n * @param {?} filesList\r\n * @return {?}\r\n */\r\n changeFilesList(filesList) {\r\n this._observer.next(filesList);\r\n }\r\n}\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n UploadFilesService.prototype._uploadsChange;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n UploadFilesService.prototype._observer;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/** @type {?} */\r\nconst $ = jquery;\r\n/** @type {?} */\r\nconst upload_disc = 'Disc';\r\n/** @type {?} */\r\nconst upload_url = 'URL';\r\n/** @type {?} */\r\nconst uploads_choices = [{ name: upload_disc, icon: 'hdd' }, { name: upload_url, icon: 'link' }];\r\nclass BrowseFilesModalComponent {\r\n /**\r\n * @param {?} _uploadService\r\n */\r\n constructor(_uploadService) {\r\n this._uploadService = _uploadService;\r\n this.uploads = uploads_choices;\r\n this.selectedFileGuid = new EventEmitter();\r\n this.selectedDirectory = new EventEmitter();\r\n this.urlForUpload = new EventEmitter();\r\n this.closing = new EventEmitter();\r\n this.showUploadUrl = false;\r\n this.showUploadFile = false;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnInit() {\r\n }\r\n /**\r\n * @param {?} size\r\n * @return {?}\r\n */\r\n getSize(size) {\r\n /** @type {?} */\r\n const mb = size / 1024 / 1024;\r\n if (mb > 1) {\r\n return (Math.round(mb * 100) / 100) + ' MB';\r\n }\r\n else {\r\n /** @type {?} */\r\n const kb = size / 1024;\r\n if (kb > 1) {\r\n return (Math.round(kb * 100) / 100) + ' KB';\r\n }\r\n }\r\n return size + ' Bytes';\r\n }\r\n /**\r\n * @param {?} file\r\n * @return {?}\r\n */\r\n getFormatName(file) {\r\n return FileUtil.find(file.name, file.directory).format;\r\n }\r\n /**\r\n * @param {?} file\r\n * @return {?}\r\n */\r\n getFormatIcon(file) {\r\n return FileUtil.find(file.name, file.directory).icon;\r\n }\r\n /**\r\n * @param {?} file\r\n * @return {?}\r\n */\r\n choose(file) {\r\n this.selectedFile = file;\r\n if (file.directory || file.isDirectory) {\r\n this.selectedDirectory.emit(file.name);\r\n }\r\n else {\r\n this.selectedFileGuid.emit(file.guid);\r\n }\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n goUp() {\r\n if (this.selectedFile) {\r\n /** @type {?} */\r\n let guid = this.selectedFile.guid;\r\n if (guid.length > 0 && guid.indexOf('/') === -1) {\r\n guid = '';\r\n }\r\n else {\r\n guid = guid.replace(/\\/[^\\/]+\\/?$/, '');\r\n }\r\n this.selectedDirectory.emit(guid);\r\n }\r\n }\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n selectUpload($event) {\r\n if (upload_url === $event) {\r\n this.showUploadUrl = true;\r\n }\r\n else {\r\n this.showUploadUrl = false;\r\n $(\"#gd-upload-input\").trigger('click');\r\n }\r\n }\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n refresh($event) {\r\n if ($event) {\r\n this.files = null;\r\n this.selectedDirectory.emit('');\r\n this.showUploadUrl = false;\r\n this.selectedFile = null;\r\n }\r\n else {\r\n this.closing.emit(true);\r\n }\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n showSpinner() {\r\n return !this.files;\r\n }\r\n /**\r\n * @param {?} url\r\n * @return {?}\r\n */\r\n uploadUrl(url) {\r\n if (url) {\r\n this.urlForUpload.emit(url);\r\n this.cleanUpload();\r\n }\r\n }\r\n /**\r\n * @param {?} files\r\n * @return {?}\r\n */\r\n handleFileInput(files) {\r\n this._uploadService.changeFilesList(files);\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n cleanUpload() {\r\n this.showUploadFile = false;\r\n this.showUploadUrl = false;\r\n }\r\n}\r\nBrowseFilesModalComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-browse-files-modal',\r\n template: \"\\n
    \\n
    \\n \\n Drop file here to upload\\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n \\n \\n \\n Upload file\\n \\n \\n \\n \\n \\n
    {{item.name}}
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n
    \\n \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    FILE
    \\n
    SIZE
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n
    \\n
    ..
    \\n
    \\n
    \\n
    \\n \\n
    \\n
    {{file?.name}}
    \\n
    {{getFormatName(file)}}
    \\n
    \\n
    \\n
    \\n {{getSize(file?.size)}}\\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n  Loading... Please wait.\\n
    \\n
    \\n
    \\n\",\r\n styles: [\".gd-modal-table{width:100%;text-align:left}#gd-browse-section{width:1036px;height:561px;overflow-y:auto}.list-files-header{height:60px;color:#6e6e6e;font-size:13px;font-weight:700;background-color:#f4f4f4;margin-top:24px}.list-files-header.upload-url{margin-top:20px}.header-name{padding-left:24px;width:90%;line-height:60px}.header-size{padding-right:27px;line-height:60px}.file-size,.header-size{width:10%;color:#777;text-align:right}.file-description{display:-webkit-box;display:flex;width:90%;padding:18px 0 18px 24px;font-size:14px;-webkit-box-flex:1;flex:1;cursor:pointer;overflow:hidden}.file-size{font-size:12px;padding:0 27px 0 0;width:10%;line-height:79px}.list-files-header,.list-files-lines{display:-webkit-box;display:flex;width:100%;-webkit-box-pack:justify;justify-content:space-between}.gd-modal-spinner{background-color:#fff;width:100%;height:20px;text-align:center;font-size:16px}.gd-cancel-button{padding:7px;background:0 0;width:28px;overflow:hidden}.gd-cancel-button i{font-size:21px}.gd-file-name{white-space:nowrap;overflow:hidden;width:100%;text-overflow:ellipsis}.go-up{display:-webkit-box;display:flex;font-size:26px;cursor:pointer;color:#4b566c;height:79px}.go-up-dots{margin-left:20px;margin-top:22px;font-size:16px}.go-up-icon{display:block;padding:18px 0 18px 24px}.upload-panel{display:-webkit-box;display:flex;position:relative;width:100%}.upload-panel .context{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:100%;margin-left:24px;margin-top:24px;margin-right:24px}.upload-panel .context .context-actions{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;width:100%}.upload-panel .context .context-actions :last-child{margin-right:0}.upload-panel .context .context-actions ::ng-deep .button{height:37px;width:96px;padding:0;-webkit-box-pack:center;justify-content:center}.upload-panel .context .context-actions ::ng-deep .button ::ng-deep .text{font-size:10px}.upload-panel .context .context-panel{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;width:100%;margin-top:20px}.upload-panel .context .context-panel .upload-url{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;width:100%}.upload-panel .context .context-panel .upload-url .url-input{width:100%;height:27px;border:1px solid #25c2d4;font-size:14px;padding-left:6px}.upload-panel .context .context-panel .upload-url .url-check{width:31px;height:31px;color:#fff;font-size:15px;background-color:#25c2d4}.upload-panel .context .context-panel .upload-url .url-check .ng-fa-icon{display:block;padding:8px}.upload-panel gd-drop-down{margin-right:10px}.file-description .ng-fa-icon.fa-file-pdf{color:#e04e4e}.file-description .ng-fa-icon.fa-file-word{color:#539cf0}.file-description .ng-fa-icon.fa-file-powerpoint{color:#e29e1e}.file-description .ng-fa-icon.fa-file-excel{color:#7cbc46}.file-description .ng-fa-icon.fa-file-image{color:#c375ed}.file-description .ng-fa-icon.fa-file,.file-description .ng-fa-icon.fa-file-alt,.file-description .ng-fa-icon.fa-file-text .fa-folder{color:#4b566c}.file-description .ng-fa-icon{font-size:32px}.file-name{font-size:16px;color:#6e6e6e;overflow:hidden;text-overflow:ellipsis}.file-name-format{padding-left:11px;overflow:hidden}.file-format{font-size:10px;padding-top:3px;color:#acacac}.go-up,.list-files-lines{border-bottom:1px solid #e7e7e7}.list-files-lines:hover{background-color:#e5e5e5}.gd-dnd-wrap{background-color:#fff;cursor:default;position:absolute;width:100%;height:calc(100% - 60px);background:rgba(255,255,255,.7);z-index:1;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.dnd-wrapper{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;top:259px;position:absolute}.dnd-wrapper .text{color:#6e6e6e;font-size:14px}.dnd-wrapper .icon{display:-webkit-box;display:flex;width:113px;height:90px;font-size:90px;color:#3e4e5a;margin-bottom:30px}@media (max-width:1037px){.file-size,.header-size{width:18%}.gd-dnd-wrap{width:95%}#gd-browse-section{width:100%;height:calc(100% - 146px)}}\"]\r\n }] }\r\n];\r\n/** @nocollapse */\r\nBrowseFilesModalComponent.ctorParameters = () => [\r\n { type: UploadFilesService }\r\n];\r\nBrowseFilesModalComponent.propDecorators = {\r\n files: [{ type: Input }],\r\n uploadConfig: [{ type: Input }],\r\n selectedFileGuid: [{ type: Output }],\r\n selectedDirectory: [{ type: Output }],\r\n urlForUpload: [{ type: Output }],\r\n closing: [{ type: Output }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n BrowseFilesModalComponent.prototype.uploads;\r\n /** @type {?} */\r\n BrowseFilesModalComponent.prototype.files;\r\n /** @type {?} */\r\n BrowseFilesModalComponent.prototype.uploadConfig;\r\n /** @type {?} */\r\n BrowseFilesModalComponent.prototype.selectedFileGuid;\r\n /** @type {?} */\r\n BrowseFilesModalComponent.prototype.selectedDirectory;\r\n /** @type {?} */\r\n BrowseFilesModalComponent.prototype.urlForUpload;\r\n /** @type {?} */\r\n BrowseFilesModalComponent.prototype.closing;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n BrowseFilesModalComponent.prototype.selectedFile;\r\n /** @type {?} */\r\n BrowseFilesModalComponent.prototype.showUploadUrl;\r\n /** @type {?} */\r\n BrowseFilesModalComponent.prototype.showUploadFile;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n BrowseFilesModalComponent.prototype._uploadService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass ZoomService {\r\n constructor() {\r\n this._observer = new Subject();\r\n this._zoomChange = this._observer.asObservable();\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get zoom() {\r\n return this._zoom;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get zoomChange() {\r\n return this._zoomChange;\r\n }\r\n /**\r\n * @param {?} zoom\r\n * @return {?}\r\n */\r\n changeZoom(zoom) {\r\n this._zoom = zoom;\r\n this._observer.next(zoom);\r\n }\r\n /**\r\n * @private\r\n * @param {?} val\r\n * @param {?} name\r\n * @param {?=} sep\r\n * @return {?}\r\n */\r\n createZoomOption(val, name, sep = false) {\r\n return { value: val, name: name, separator: sep };\r\n }\r\n /**\r\n * @param {?} width\r\n * @param {?} height\r\n * @return {?}\r\n */\r\n zoomOptions(width, height) {\r\n return [this.createZoomOption(25, '25%'),\r\n this.createZoomOption(50, '50%'),\r\n this.createZoomOption(100, '100%'),\r\n this.createZoomOption(150, '150%'),\r\n this.createZoomOption(200, '200%'),\r\n this.createZoomOption(300, '300%'),\r\n this.createZoomOption(0, '', true),\r\n this.createZoomOption(width, 'Fit Width'),\r\n this.createZoomOption(height, 'Fit Height')];\r\n }\r\n}\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ZoomService.prototype._observer;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ZoomService.prototype._zoomChange;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ZoomService.prototype._zoom;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass PagePreloadService {\r\n constructor() {\r\n this._checkPreload = new Observable((/**\r\n * @param {?} observer\r\n * @return {?}\r\n */\r\n observer => this._observer = observer));\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get checkPreload() {\r\n return this._checkPreload;\r\n }\r\n /**\r\n * @param {?} page\r\n * @return {?}\r\n */\r\n changeLastPageInView(page) {\r\n if (this._observer) {\r\n this._observer.next(page);\r\n }\r\n }\r\n}\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n PagePreloadService.prototype._checkPreload;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n PagePreloadService.prototype._observer;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass NavigateService {\r\n /**\r\n * @param {?} _pagePreloadService\r\n */\r\n constructor(_pagePreloadService) {\r\n this._pagePreloadService = _pagePreloadService;\r\n this._currentPage = 0;\r\n this._countPages = 0;\r\n this._navigate = new Observable((/**\r\n * @param {?} observer\r\n * @return {?}\r\n */\r\n observer => this._observer = observer));\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get navigate() {\r\n return this._navigate;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get countPages() {\r\n return this._countPages;\r\n }\r\n /**\r\n * @param {?} value\r\n * @return {?}\r\n */\r\n set countPages(value) {\r\n this._countPages = value;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get currentPage() {\r\n return this._currentPage;\r\n }\r\n /**\r\n * @param {?} value\r\n * @return {?}\r\n */\r\n set currentPage(value) {\r\n this._currentPage = value;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n nextPage() {\r\n if (this._currentPage < this._countPages) {\r\n this._currentPage++;\r\n this.navigateTo(this._currentPage);\r\n }\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n prevPage() {\r\n if (this._currentPage > 1) {\r\n this._currentPage--;\r\n this.navigateTo(this._currentPage);\r\n }\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n toLastPage() {\r\n this._currentPage = this._countPages;\r\n this.navigateTo(this._currentPage);\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n toFirstPage() {\r\n this._currentPage = 1;\r\n this.navigateTo(this._currentPage);\r\n }\r\n /**\r\n * @param {?} page\r\n * @return {?}\r\n */\r\n navigateTo(page) {\r\n this.currentPage = page;\r\n this._pagePreloadService.changeLastPageInView(page);\r\n this._observer.next(page);\r\n }\r\n}\r\nNavigateService.decorators = [\r\n { type: Injectable, args: [{\r\n providedIn: 'root'\r\n },] }\r\n];\r\n/** @nocollapse */\r\nNavigateService.ctorParameters = () => [\r\n { type: PagePreloadService }\r\n];\r\n/** @nocollapse */ NavigateService.ngInjectableDef = ɵɵdefineInjectable({ factory: function NavigateService_Factory() { return new NavigateService(ɵɵinject(PagePreloadService)); }, token: NavigateService, providedIn: \"root\" });\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n NavigateService.prototype._currentPage;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n NavigateService.prototype._countPages;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n NavigateService.prototype._navigate;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n NavigateService.prototype._observer;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n NavigateService.prototype._pagePreloadService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/** @type {?} */\r\nconst $$1 = jquery;\r\nclass DocumentComponent {\r\n /**\r\n * @param {?} _elementRef\r\n * @param {?} _zoomService\r\n * @param {?} _windowService\r\n * @param {?} _navigateService\r\n */\r\n constructor(_elementRef, _zoomService, _windowService, _navigateService) {\r\n this._elementRef = _elementRef;\r\n this._zoomService = _zoomService;\r\n this._windowService = _windowService;\r\n this._navigateService = _navigateService;\r\n this.onpan = new EventEmitter();\r\n this.wait = false;\r\n this.docWidth = null;\r\n this.docHeight = null;\r\n this.viewportWidth = null;\r\n this.viewportHeight = null;\r\n this.scale = null;\r\n this.lastScale = null;\r\n this.container = null;\r\n this.doc = null;\r\n this.x = 0;\r\n this.lastX = 0;\r\n this.y = 0;\r\n this.lastY = 0;\r\n this.pinchCenter = null;\r\n this.pinchCenterOffset = null;\r\n this.curWidth = 0;\r\n this.curHeight = 0;\r\n _zoomService.zoomChange.subscribe((/**\r\n * @param {?} val\r\n * @return {?}\r\n */\r\n (val) => {\r\n this.zoom = val;\r\n }));\r\n this.isDesktop = _windowService.isDesktop();\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnInit() {\r\n if (this.ifPresentation()) {\r\n this.selectedPage = 1;\r\n }\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnChanges() {\r\n /** @type {?} */\r\n const panzoom = this._elementRef.nativeElement.children.item(0).children.item(0);\r\n ((/** @type {?} */ (panzoom))).style.transform = '';\r\n // TODO: this intersects with zooming by zoom directive, but still needed\r\n // for flush previous settings before opening another file\r\n //this._zoomService.changeZoom(100);\r\n //this.scale = 1;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngAfterViewInit() {\r\n // For current iteration we take .panzoom as a document\r\n this.doc = this._elementRef.nativeElement.children.item(0).children.item(0);\r\n // For current iteration we take .gd-document as a container\r\n this.container = this._elementRef.nativeElement;\r\n this.docWidth = this.doc.clientWidth;\r\n this.docHeight = this.doc.clientHeight;\r\n this.viewportWidth = this.doc.offsetWidth;\r\n // For cases where we already have zoom defined we should include it\r\n this.scale = (this.viewportWidth / this.docWidth) * this._zoomService.zoom / 100;\r\n this.lastScale = this.scale;\r\n this.viewportHeight = this.container.offsetHeight;\r\n this.curWidth = this.docWidth * this.scale;\r\n this.curHeight = this.docHeight * this.scale;\r\n /** @type {?} */\r\n const hammer = new Hammer(this.container);\r\n }\r\n // TODO: this temporary crutch for Excel files should be documented\r\n /**\r\n * @return {?}\r\n */\r\n ifExcel() {\r\n return FileUtil.find(this.file.guid, false).format === \"Microsoft Excel\";\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ifPresentation() {\r\n return FileUtil.find(this.file.guid, false).format === \"Microsoft PowerPoint\";\r\n }\r\n /**\r\n * @param {?} value\r\n * @param {?} pageNumber\r\n * @return {?}\r\n */\r\n getDimensionWithUnit(value, pageNumber) {\r\n return this.ifPresentation() && !this.isVisible(pageNumber) ? 0 : value + (this.mode ? FileUtil.find(this.file.guid, false).unit : 'px');\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ifEdge() {\r\n return navigator.userAgent.toLowerCase().indexOf('edge') > -1;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngAfterViewChecked() {\r\n /** @type {?} */\r\n const elementNodeListOf = this._elementRef.nativeElement.querySelectorAll('.gd-wrapper');\r\n /** @type {?} */\r\n const element = elementNodeListOf.item(0);\r\n if (element) {\r\n $$1(element).trigger('focus');\r\n }\r\n }\r\n /**\r\n * @param {?} el\r\n * @return {?}\r\n */\r\n absolutePosition(el) {\r\n /** @type {?} */\r\n let x = 0;\r\n /** @type {?} */\r\n let y = 0;\r\n while (el !== null) {\r\n x += el.offsetLeft;\r\n y += el.offsetTop;\r\n el = el.offsetParent;\r\n }\r\n return { x: x, y: y };\r\n }\r\n ;\r\n /**\r\n * @param {?} pos\r\n * @param {?} viewportDim\r\n * @param {?} docDim\r\n * @return {?}\r\n */\r\n restrictRawPos(pos, viewportDim, docDim) {\r\n if (pos < viewportDim / this.scale - docDim) { // too far left/up?\r\n pos = viewportDim / this.scale - docDim;\r\n }\r\n else if (pos > 0) { // too far right/down?\r\n pos = 0;\r\n }\r\n return pos;\r\n }\r\n ;\r\n /**\r\n * @return {?}\r\n */\r\n updateLastPos() {\r\n this.lastX = this.x;\r\n this.lastY = this.y;\r\n }\r\n ;\r\n /**\r\n * @param {?} deltaX\r\n * @param {?} deltaY\r\n * @return {?}\r\n */\r\n translate(deltaX, deltaY) {\r\n // We restrict to the min of the viewport width/height or current width/height as the\r\n // current width/height may be smaller than the viewport width/height\r\n /** @type {?} */\r\n const newX = this.restrictRawPos(this.lastX + deltaX / this.scale, Math.min(this.viewportWidth, this.curWidth), this.docWidth);\r\n this.x = newX;\r\n // TODO: value here and in the similar line below changes to positive to take any effect\r\n this.container.scrollLeft = -Math.ceil(newX * this.scale);\r\n /** @type {?} */\r\n const newY = this.restrictRawPos(this.lastY + deltaY / this.scale, Math.min(this.viewportHeight, this.curHeight), this.docHeight);\r\n this.y = newY;\r\n this.container.scrollTop = -Math.ceil(newY * this.scale);\r\n this.doc.style.transform = 'scale(' + this.scale + ')';\r\n }\r\n ;\r\n /**\r\n * @param {?} scaleBy\r\n * @return {?}\r\n */\r\n startZoom(scaleBy) {\r\n this.scale = this.lastScale * scaleBy;\r\n this.curWidth = this.docWidth * this.scale;\r\n this.curHeight = this.docHeight * this.scale;\r\n // Adjust margins to make sure that we aren't out of bounds\r\n this.translate(0, 0);\r\n }\r\n ;\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n rawCenter($event) {\r\n /** @type {?} */\r\n const pos = this.absolutePosition(this.container);\r\n // We need to account for the scroll position\r\n /** @type {?} */\r\n const scrollLeft = window.pageXOffset ? window.pageXOffset : document.body.scrollLeft;\r\n /** @type {?} */\r\n const scrollTop = window.pageYOffset ? window.pageYOffset : document.body.scrollTop;\r\n /** @type {?} */\r\n const zoomX = -this.x + ($event.center.x - pos.x + scrollLeft) / this.scale;\r\n /** @type {?} */\r\n const zoomY = -this.y + ($event.center.y - pos.y + scrollTop) / this.scale;\r\n return { x: zoomX, y: zoomY };\r\n }\r\n ;\r\n /**\r\n * @return {?}\r\n */\r\n updateLastScale() {\r\n this.lastScale = this.scale;\r\n }\r\n ;\r\n /**\r\n * @param {?} scaleBy\r\n * @param {?} rawZoomX\r\n * @param {?} rawZoomY\r\n * @param {?} doNotUpdateLast\r\n * @return {?}\r\n */\r\n zoomAround(scaleBy, rawZoomX, rawZoomY, doNotUpdateLast) {\r\n // Zoom\r\n this.startZoom(scaleBy);\r\n // New raw center of viewport\r\n /** @type {?} */\r\n const rawCenterX = -this.x + Math.min(this.viewportWidth, this.curWidth) / 2 / this.scale;\r\n /** @type {?} */\r\n const rawCenterY = -this.y + Math.min(this.viewportHeight, this.curHeight) / 2 / this.scale;\r\n // Delta\r\n /** @type {?} */\r\n const deltaX = (rawCenterX - rawZoomX) * this.scale;\r\n /** @type {?} */\r\n const deltaY = (rawCenterY - rawZoomY) * this.scale;\r\n // Translate back to zoom center\r\n this.translate(deltaX, deltaY);\r\n if (!doNotUpdateLast) {\r\n this.updateLastScale();\r\n this.updateLastPos();\r\n }\r\n }\r\n ;\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n onPinch($event) {\r\n if (this.pinchCenter === null) {\r\n this.pinchCenter = this.rawCenter($event);\r\n /** @type {?} */\r\n const offsetX = this.pinchCenter.x * this.scale - (-this.x * this.scale + Math.min(this.viewportWidth, this.curWidth) / 2);\r\n /** @type {?} */\r\n const offsetY = this.pinchCenter.y * this.scale - (-this.y * this.scale + Math.min(this.viewportHeight, this.curHeight) / 2);\r\n this.pinchCenterOffset = { x: offsetX, y: offsetY };\r\n }\r\n /** @type {?} */\r\n const newScale = this.scale * $event.scale;\r\n /** @type {?} */\r\n const zoomX = this.pinchCenter.x * newScale - this.pinchCenterOffset.x;\r\n /** @type {?} */\r\n const zoomY = this.pinchCenter.y * newScale - this.pinchCenterOffset.y;\r\n /** @type {?} */\r\n const zoomCenter = { x: zoomX / newScale, y: zoomY / newScale };\r\n this.zoomAround($event.scale, zoomCenter.x, zoomCenter.y, true);\r\n }\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n onPinchEnd($event) {\r\n this.updateLastScale();\r\n this.updateLastPos();\r\n this.pinchCenter = null;\r\n }\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n onPan($event) {\r\n // TODO: looks like native pan works better\r\n // if (!this.isDesktop) {\r\n // this.translate($event.deltaX, $event.deltaY);\r\n // }\r\n this.onpan.emit($event);\r\n }\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n onPanEnd($event) {\r\n // if (!this.isDesktop) {\r\n // this.updateLastPos();\r\n // }\r\n }\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n onDoubleTap($event) {\r\n if (!this.isDesktop) {\r\n if ($event.tapCount === 2) {\r\n /** @type {?} */\r\n const c = this.rawCenter($event);\r\n this.zoomAround(2, c.x, c.y, false);\r\n }\r\n }\r\n }\r\n /**\r\n * @param {?} pageNumber\r\n * @return {?}\r\n */\r\n isVisible(pageNumber) {\r\n if (this.ifPresentation()) {\r\n return pageNumber === this.selectedPage ? true : false;\r\n }\r\n else {\r\n return true;\r\n }\r\n }\r\n}\r\nDocumentComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-document',\r\n template: \"
    Please wait...
    \\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n \\n
    \\n\",\r\n styles: [\":host{-webkit-box-flex:1;flex:1;-webkit-transition:.4s;transition:.4s;background-color:#e7e7e7;height:100%;overflow:scroll;touch-action:auto!important}:host .document{-webkit-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important;user-select:text!important;touch-action:auto!important}.page{display:inline-block;background-color:#fff;margin:20px;box-shadow:0 3px 6px rgba(0,0,0,.16);-webkit-transition:.3s;transition:.3s}.page.excel{overflow:auto}.page.presentation{margin:0;-webkit-transition:unset;transition:unset}.page.presentation.active{margin:20px}.wait{position:absolute;top:55px;left:Calc(30%)}.panzoom{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;-webkit-box-pack:center;justify-content:center;align-content:flex-start}@media (max-width:1037px){.page{min-width:unset!important;min-height:unset!important;margin:5px 0}}\"]\r\n }] }\r\n];\r\n/** @nocollapse */\r\nDocumentComponent.ctorParameters = () => [\r\n { type: ElementRef },\r\n { type: ZoomService },\r\n { type: WindowService },\r\n { type: NavigateService }\r\n];\r\nDocumentComponent.propDecorators = {\r\n mode: [{ type: Input }],\r\n preloadPageCount: [{ type: Input }],\r\n file: [{ type: Input }],\r\n selectedPage: [{ type: Input }],\r\n onpan: [{ type: Output }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n DocumentComponent.prototype.mode;\r\n /** @type {?} */\r\n DocumentComponent.prototype.preloadPageCount;\r\n /** @type {?} */\r\n DocumentComponent.prototype.file;\r\n /** @type {?} */\r\n DocumentComponent.prototype.selectedPage;\r\n /** @type {?} */\r\n DocumentComponent.prototype.onpan;\r\n /** @type {?} */\r\n DocumentComponent.prototype.wait;\r\n /** @type {?} */\r\n DocumentComponent.prototype.zoom;\r\n /** @type {?} */\r\n DocumentComponent.prototype.docWidth;\r\n /** @type {?} */\r\n DocumentComponent.prototype.docHeight;\r\n /** @type {?} */\r\n DocumentComponent.prototype.viewportWidth;\r\n /** @type {?} */\r\n DocumentComponent.prototype.viewportHeight;\r\n /** @type {?} */\r\n DocumentComponent.prototype.scale;\r\n /** @type {?} */\r\n DocumentComponent.prototype.lastScale;\r\n /** @type {?} */\r\n DocumentComponent.prototype.container;\r\n /** @type {?} */\r\n DocumentComponent.prototype.doc;\r\n /** @type {?} */\r\n DocumentComponent.prototype.x;\r\n /** @type {?} */\r\n DocumentComponent.prototype.lastX;\r\n /** @type {?} */\r\n DocumentComponent.prototype.y;\r\n /** @type {?} */\r\n DocumentComponent.prototype.lastY;\r\n /** @type {?} */\r\n DocumentComponent.prototype.pinchCenter;\r\n /** @type {?} */\r\n DocumentComponent.prototype.pinchCenterOffset;\r\n /** @type {?} */\r\n DocumentComponent.prototype.curWidth;\r\n /** @type {?} */\r\n DocumentComponent.prototype.curHeight;\r\n /** @type {?} */\r\n DocumentComponent.prototype.isDesktop;\r\n /**\r\n * @type {?}\r\n * @protected\r\n */\r\n DocumentComponent.prototype._elementRef;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n DocumentComponent.prototype._zoomService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n DocumentComponent.prototype._windowService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n DocumentComponent.prototype._navigateService;\r\n /* Skipping unhandled member: ;*/\r\n /* Skipping unhandled member: ;*/\r\n /* Skipping unhandled member: ;*/\r\n /* Skipping unhandled member: ;*/\r\n /* Skipping unhandled member: ;*/\r\n /* Skipping unhandled member: ;*/\r\n /* Skipping unhandled member: ;*/\r\n /* Skipping unhandled member: ;*/\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass PageComponent {\r\n constructor() {\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnInit() {\r\n /** @type {?} */\r\n const isIE = /*@cc_on!@*/ false || !!/(MSIE|Trident\\/|Edge\\/)/i.test(navigator.userAgent);\r\n if (isIE && this.number === 0) {\r\n this.editable = false;\r\n }\r\n }\r\n /**\r\n * @param {?} changes\r\n * @return {?}\r\n */\r\n ngOnChanges(changes) {\r\n // TODO: this is temporary needed to remove unneeded spaces and BOM symbol \r\n // which leads to undesired spaces on the top of the docs pages\r\n this.data = this.data !== null ? this.data.replace(/>\\s+<')\r\n .replace(/\\uFEFF/g, \"\")\r\n .replace(/href=\"\\/viewer/g, 'href=\"http://localhost:8080/viewer')\r\n .replace(/src=\"\\/viewer/g, 'src=\"http://localhost:8080/viewer')\r\n .replace(/data=\"\\/viewer/g, 'data=\"http://localhost:8080/viewer')\r\n : null;\r\n /** @type {?} */\r\n const dataImagePngBase64 = 'data:image/png;base64,';\r\n this.imgData = dataImagePngBase64;\r\n if (!this.isHtml) {\r\n this.imgData += this.data;\r\n }\r\n }\r\n}\r\nPageComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-page',\r\n template: \"
    \\n
    \\n \\\"\\\"\\n\\n
    \\n \\n  Loading... Please wait.\\n
    \\n
    \\n\",\r\n styles: [\".gd-page-spinner{margin-top:150px;text-align:center}.gd-wrapper{width:inherit;height:inherit}.gd-wrapper div{width:100%}::ng-deep .gd-highlight{background-color:#ff0}::ng-deep .gd-highlight-select{background-color:#ff9b00}\"]\r\n }] }\r\n];\r\n/** @nocollapse */\r\nPageComponent.ctorParameters = () => [];\r\nPageComponent.propDecorators = {\r\n angle: [{ type: Input }],\r\n width: [{ type: Input }],\r\n height: [{ type: Input }],\r\n number: [{ type: Input }],\r\n data: [{ type: Input }],\r\n isHtml: [{ type: Input }],\r\n editable: [{ type: Input }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n PageComponent.prototype.angle;\r\n /** @type {?} */\r\n PageComponent.prototype.width;\r\n /** @type {?} */\r\n PageComponent.prototype.height;\r\n /** @type {?} */\r\n PageComponent.prototype.number;\r\n /** @type {?} */\r\n PageComponent.prototype.data;\r\n /** @type {?} */\r\n PageComponent.prototype.isHtml;\r\n /** @type {?} */\r\n PageComponent.prototype.editable;\r\n /** @type {?} */\r\n PageComponent.prototype.imgData;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass SanitizeHtmlPipe {\r\n /**\r\n * @param {?} sanitizer\r\n */\r\n constructor(sanitizer) {\r\n this.sanitizer = sanitizer;\r\n }\r\n /**\r\n * @param {?} html\r\n * @return {?}\r\n */\r\n transform(html) {\r\n return this.sanitizer.bypassSecurityTrustHtml(html);\r\n }\r\n}\r\nSanitizeHtmlPipe.decorators = [\r\n { type: Pipe, args: [{ name: 'safeHtml' },] }\r\n];\r\n/** @nocollapse */\r\nSanitizeHtmlPipe.ctorParameters = () => [\r\n { type: DomSanitizer }\r\n];\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SanitizeHtmlPipe.prototype.sanitizer;\r\n}\r\nclass SanitizeResourceHtmlPipe {\r\n /**\r\n * @param {?} sanitizer\r\n */\r\n constructor(sanitizer) {\r\n this.sanitizer = sanitizer;\r\n }\r\n /**\r\n * @param {?} html\r\n * @return {?}\r\n */\r\n transform(html) {\r\n return this.sanitizer.bypassSecurityTrustResourceUrl(html);\r\n }\r\n}\r\nSanitizeResourceHtmlPipe.decorators = [\r\n { type: Pipe, args: [{ name: 'safeResourceHtml' },] }\r\n];\r\n/** @nocollapse */\r\nSanitizeResourceHtmlPipe.ctorParameters = () => [\r\n { type: DomSanitizer }\r\n];\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SanitizeResourceHtmlPipe.prototype.sanitizer;\r\n}\r\nclass SanitizeStylePipe {\r\n /**\r\n * @param {?} sanitizer\r\n */\r\n constructor(sanitizer) {\r\n this.sanitizer = sanitizer;\r\n }\r\n /**\r\n * @param {?} html\r\n * @return {?}\r\n */\r\n transform(html) {\r\n return this.sanitizer.bypassSecurityTrustStyle(html);\r\n }\r\n}\r\nSanitizeStylePipe.decorators = [\r\n { type: Pipe, args: [{ name: 'safeStyle' },] }\r\n];\r\n/** @nocollapse */\r\nSanitizeStylePipe.ctorParameters = () => [\r\n { type: DomSanitizer }\r\n];\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SanitizeStylePipe.prototype.sanitizer;\r\n}\r\nclass HighlightSearchPipe {\r\n /**\r\n * @param {?} value\r\n * @param {?} args\r\n * @return {?}\r\n */\r\n transform(value, args) {\r\n if (!args) {\r\n return value;\r\n }\r\n /** @type {?} */\r\n const re = new RegExp(args, 'gi');\r\n return value.replace(re, \"$&\");\r\n }\r\n}\r\nHighlightSearchPipe.decorators = [\r\n { type: Pipe, args: [{ name: 'highlight' },] }\r\n];\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass UploadFileZoneComponent {\r\n /**\r\n * @param {?} _uploadService\r\n */\r\n constructor(_uploadService) {\r\n this._uploadService = _uploadService;\r\n this.closeUpload = new EventEmitter();\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnInit() {\r\n }\r\n /**\r\n * @param {?} files\r\n * @return {?}\r\n */\r\n handleFileInput(files) {\r\n this._uploadService.changeFilesList(files);\r\n this.onCloseUpload();\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n onCloseUpload() {\r\n this.closeUpload.emit(true);\r\n }\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n close($event) {\r\n if ($event.target.id === 'gd-dropZone') {\r\n this.onCloseUpload();\r\n }\r\n }\r\n}\r\nUploadFileZoneComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-upload-file-zone',\r\n template: \"
    \\n
    \\n \\n
    \\n

    Drag & Drop your files here

    \\n

    OR

    \\n
    \\n \\n
    \\n
    \\n\",\r\n styles: [\".gd-drag-n-drop-wrap{border:2px dashed #ccc;background-color:#f8f8f8;text-align:center;cursor:default;position:absolute;width:-webkit-fill-available;left:1px;display:-webkit-box;display:flex;align-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;opacity:.9;z-index:1}.gd-drag-n-drop-wrap h2{color:#959da5;margin:5px 0;font-size:15px;font-weight:300}.gd-drag-n-drop-wrap h4{color:#cacaca;font-weight:300;font-size:12px;margin:10px 0 15px}.gd-drag-n-drop-icon .fa-cloud-download-alt{color:#d1d1d1;font-size:110px}.gd-drag-n-drop-buttons i{margin-right:5px}.gd-drag-n-drop-buttons .btn{width:134px;height:35px;margin:0 10px;font-size:12px;font-weight:400}.gd-drag-n-drop-wrap.hover{background:#ddd;border-color:#aaa}\"]\r\n }] }\r\n];\r\n/** @nocollapse */\r\nUploadFileZoneComponent.ctorParameters = () => [\r\n { type: UploadFilesService }\r\n];\r\nUploadFileZoneComponent.propDecorators = {\r\n closeUpload: [{ type: Output }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n UploadFileZoneComponent.prototype.closeUpload;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n UploadFileZoneComponent.prototype._uploadService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass DndDirective {\r\n /**\r\n * @param {?} _uploadFilesService\r\n */\r\n constructor(_uploadFilesService) {\r\n this._uploadFilesService = _uploadFilesService;\r\n this.closing = new EventEmitter();\r\n this.opening = new EventEmitter();\r\n this.dropped = new EventEmitter();\r\n this.active = false;\r\n this.dragCounter = 0;\r\n }\r\n /**\r\n * @param {?} evt\r\n * @return {?}\r\n */\r\n onDragEnter(evt) {\r\n evt.preventDefault();\r\n evt.stopPropagation();\r\n this.dragCounter++;\r\n this.active = true;\r\n this.opening.emit(true);\r\n }\r\n /**\r\n * @param {?} evt\r\n * @return {?}\r\n */\r\n onDragOver(evt) {\r\n evt.preventDefault();\r\n evt.stopPropagation();\r\n return false;\r\n }\r\n /**\r\n * @param {?} evt\r\n * @return {?}\r\n */\r\n onDragLeave(evt) {\r\n evt.preventDefault();\r\n evt.stopPropagation();\r\n this.dragCounter--;\r\n if (this.dragCounter === 0) {\r\n this.active = false;\r\n this.closeArea();\r\n }\r\n }\r\n /**\r\n * @param {?} evt\r\n * @return {?}\r\n */\r\n onDrop(evt) {\r\n evt.preventDefault();\r\n evt.stopPropagation();\r\n /** @type {?} */\r\n const files = evt.dataTransfer.files;\r\n if (files.length > 0) {\r\n this.active = false;\r\n this.dropped.emit(true);\r\n this._uploadFilesService.changeFilesList(files);\r\n this.closeArea();\r\n }\r\n }\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n onClick(event) {\r\n this.closeArea();\r\n }\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n closeArea() {\r\n this.closing.emit(true);\r\n this.opening.emit(false);\r\n }\r\n}\r\nDndDirective.decorators = [\r\n { type: Directive, args: [{\r\n selector: '[gdDnd]'\r\n },] }\r\n];\r\n/** @nocollapse */\r\nDndDirective.ctorParameters = () => [\r\n { type: UploadFilesService }\r\n];\r\nDndDirective.propDecorators = {\r\n closing: [{ type: Output }],\r\n opening: [{ type: Output }],\r\n dropped: [{ type: Output }],\r\n active: [{ type: HostBinding, args: ['class.active',] }],\r\n onDragEnter: [{ type: HostListener, args: ['dragenter', ['$event'],] }],\r\n onDragOver: [{ type: HostListener, args: ['dragover', ['$event'],] }],\r\n onDragLeave: [{ type: HostListener, args: ['dragleave', ['$event'],] }],\r\n onDrop: [{ type: HostListener, args: ['drop', ['$event'],] }],\r\n onClick: [{ type: HostListener, args: ['click', ['$event'],] }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n DndDirective.prototype.closing;\r\n /** @type {?} */\r\n DndDirective.prototype.opening;\r\n /** @type {?} */\r\n DndDirective.prototype.dropped;\r\n /** @type {?} */\r\n DndDirective.prototype.active;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n DndDirective.prototype.dragCounter;\r\n /**\r\n * @type {?}\r\n * @protected\r\n */\r\n DndDirective.prototype._uploadFilesService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/** @type {?} */\r\nconst $$2 = jquery;\r\nclass ViewportService {\r\n constructor() {\r\n }\r\n /**\r\n * @param {?} el\r\n * @param {?=} zoom\r\n * @param {?=} leftOffset\r\n * @param {?=} deltaX\r\n * @return {?}\r\n */\r\n checkInViewport(el, zoom = 100, leftOffset = 0, deltaX = 0.5) {\r\n if (!el) {\r\n return false;\r\n }\r\n /** @type {?} */\r\n const x = deltaX;\r\n /** @type {?} */\r\n const y = 0.5;\r\n /** @type {?} */\r\n const win = $$2(window);\r\n /** @type {?} */\r\n const viewport = {\r\n top: win.scrollTop(),\r\n left: win.scrollLeft() + leftOffset,\r\n right: win.scrollLeft() + win.width() - 10,\r\n bottom: win.scrollTop() + win.height()\r\n };\r\n if (isNaN(zoom)) {\r\n zoom = 100;\r\n }\r\n /** @type {?} */\r\n const zoomN = zoom / 100;\r\n /** @type {?} */\r\n const height = $$2(el).outerHeight() * (zoomN);\r\n /** @type {?} */\r\n const width = $$2(el).outerWidth() * (zoomN);\r\n if (!width || !height) {\r\n return false;\r\n }\r\n /** @type {?} */\r\n const bounds = $$2(el).offset();\r\n /** @type {?} */\r\n const right = (bounds.left * (zoomN)) + width;\r\n /** @type {?} */\r\n const bottom = (bounds.top * (zoomN)) + height;\r\n /** @type {?} */\r\n const visible = (!(viewport.right < (bounds.left * (zoomN)) || viewport.left > right || viewport.bottom < (bounds.top * (zoomN)) || viewport.top > bottom));\r\n if (!visible) {\r\n return false;\r\n }\r\n /** @type {?} */\r\n const deltas = {\r\n top: parseFloat(Math.min(1, (bottom - viewport.top) / height).toFixed(2)),\r\n bottom: parseFloat(Math.min(1, (viewport.bottom - (bounds.top * (zoomN))) / height).toFixed(2)),\r\n left: parseFloat(Math.min(1, (right - viewport.left) / width).toFixed(2)),\r\n right: parseFloat(Math.min(1, (viewport.right - (bounds.left * (zoomN))) / width).toFixed(2))\r\n };\r\n return (deltas.left * deltas.right) >= x && (deltas.top * deltas.bottom) >= y;\r\n }\r\n}\r\nViewportService.decorators = [\r\n { type: Injectable, args: [{\r\n providedIn: 'root'\r\n },] }\r\n];\r\n/** @nocollapse */\r\nViewportService.ctorParameters = () => [];\r\n/** @nocollapse */ ViewportService.ngInjectableDef = ɵɵdefineInjectable({ factory: function ViewportService_Factory() { return new ViewportService(); }, token: ViewportService, providedIn: \"root\" });\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/** @type {?} */\r\nconst $$3 = jquery;\r\nclass ScrollableDirective {\r\n /**\r\n * @param {?} _elementRef\r\n * @param {?} _navigateService\r\n * @param {?} _pagePreloadService\r\n * @param {?} _zoomService\r\n * @param {?} _windowService\r\n * @param {?} _viewportService\r\n */\r\n constructor(_elementRef, _navigateService, _pagePreloadService, _zoomService, _windowService, _viewportService) {\r\n this._elementRef = _elementRef;\r\n this._navigateService = _navigateService;\r\n this._pagePreloadService = _pagePreloadService;\r\n this._zoomService = _zoomService;\r\n this._windowService = _windowService;\r\n this._viewportService = _viewportService;\r\n this.zoom = 100;\r\n this.loadedPagesSet = new Set();\r\n this.zoom = _zoomService.zoom ? _zoomService.zoom : this.zoom;\r\n _zoomService.zoomChange.subscribe((/**\r\n * @param {?} val\r\n * @return {?}\r\n */\r\n (val) => {\r\n this.zoom = val ? val : this.zoom;\r\n this.refresh();\r\n }));\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngAfterViewInit() {\r\n this.zoom = this._zoomService.zoom ? this._zoomService.zoom : this.zoom;\r\n this._navigateService.navigate.subscribe(((/**\r\n * @param {?} value\r\n * @return {?}\r\n */\r\n value => {\r\n this.currentPage = value;\r\n this.scrollToPage(value);\r\n })));\r\n this.refresh();\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n scrolling() {\r\n this.refresh();\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n resizing() {\r\n this.refresh();\r\n }\r\n /**\r\n * @param {?} pageNumber\r\n * @return {?}\r\n */\r\n scrollToPage(pageNumber) {\r\n /** @type {?} */\r\n const el = this._elementRef.nativeElement;\r\n /** @type {?} */\r\n const page = this.getPage(pageNumber);\r\n /** @type {?} */\r\n const prev = pageNumber > 0 ? this.getPage(pageNumber - 1) : null;\r\n /** @type {?} */\r\n const isSameTop = (prev && $$3(prev).offset().top === $$3(page).offset().top);\r\n if (this._viewportService.checkInViewport(page, this.zoom) && isSameTop) {\r\n return;\r\n }\r\n /** @type {?} */\r\n const pagesHeight = this.calculateOffset(pageNumber);\r\n /** @type {?} */\r\n const options = {\r\n left: 0,\r\n top: pagesHeight\r\n };\r\n if (el) {\r\n // using polyfill\r\n el.scroll(options);\r\n }\r\n }\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n getChildren() {\r\n /** @type {?} */\r\n const el = this._elementRef ? this._elementRef.nativeElement : null;\r\n if (el) {\r\n // here and in the similar line below we getting the document pages\r\n return el.children.item(0).children.item(0).children;\r\n }\r\n }\r\n /**\r\n * @private\r\n * @param {?} pageNumber\r\n * @return {?}\r\n */\r\n getPage(pageNumber) {\r\n /** @type {?} */\r\n const el = this._elementRef ? this._elementRef.nativeElement : null;\r\n if (el) {\r\n return el.children.item(0).children.item(0).children.item(pageNumber - 1);\r\n }\r\n }\r\n /**\r\n * @private\r\n * @param {?} pageNumber\r\n * @return {?}\r\n */\r\n calculateOffset(pageNumber) {\r\n /** @type {?} */\r\n const count = this._windowService.isFirefox() ? 1 : this.countPagesOnWidth();\r\n /** @type {?} */\r\n const margin = this._windowService.isDesktop() ? 40 : 10;\r\n /** @type {?} */\r\n let pagesHeight = 0;\r\n for (let i = 1; i < pageNumber / count; i++) {\r\n /** @type {?} */\r\n const item = this.getPage(i);\r\n /** @type {?} */\r\n const clientHeight = item ? item.clientHeight : 0;\r\n pagesHeight += clientHeight > 0 ? clientHeight * this.getZoom() + margin : 0;\r\n }\r\n return pagesHeight;\r\n }\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n countPagesOnWidth() {\r\n /** @type {?} */\r\n const pageEl = this.getPage(1);\r\n /** @type {?} */\r\n const offset = 150;\r\n /** @type {?} */\r\n const count = Math.floor((this.getWidth() - offset) / (pageEl.getBoundingClientRect().width * this.getZoom()));\r\n return count === 0 ? 1 : count;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n refresh() {\r\n /** @type {?} */\r\n let page;\r\n /** @type {?} */\r\n let currentPageSet = false;\r\n /** @type {?} */\r\n const pageElem = this.getPage(this.currentPage);\r\n /** @type {?} */\r\n const currentPageRect = this.currentPage && pageElem ? pageElem.getBoundingClientRect() : null;\r\n for (page = 1; page < this.getChildren().length + 1; page++) {\r\n /** @type {?} */\r\n const element = this.getPage(page);\r\n if (this._viewportService.checkInViewport(element, this.zoom)) {\r\n if (!currentPageSet) {\r\n if (!this.currentPage || !pageElem || (this.currentPage && currentPageRect && element.getBoundingClientRect().top !== currentPageRect.top)) {\r\n this.currentPage = page;\r\n this._navigateService.currentPage = page;\r\n }\r\n currentPageSet = true;\r\n }\r\n if (!this.loadedPagesSet.has(page)) {\r\n this._pagePreloadService.changeLastPageInView(page);\r\n this.loadedPagesSet.add(page);\r\n }\r\n }\r\n }\r\n }\r\n /**\r\n * @param {?} changes\r\n * @return {?}\r\n */\r\n ngOnChanges(changes) {\r\n this.refresh();\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnInit() {\r\n this.zoom = this._zoomService.zoom ? this._zoomService.zoom : this.zoom;\r\n }\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n getWidth() {\r\n return this._elementRef ? this._elementRef.nativeElement.offsetWidth : window.innerWidth;\r\n }\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n getZoom() {\r\n return this.zoom / 100;\r\n }\r\n}\r\nScrollableDirective.decorators = [\r\n { type: Directive, args: [{\r\n selector: '[gdScrollable]'\r\n },] }\r\n];\r\n/** @nocollapse */\r\nScrollableDirective.ctorParameters = () => [\r\n { type: ElementRef },\r\n { type: NavigateService },\r\n { type: PagePreloadService },\r\n { type: ZoomService },\r\n { type: WindowService },\r\n { type: ViewportService }\r\n];\r\nScrollableDirective.propDecorators = {\r\n scrolling: [{ type: HostListener, args: ['scroll',] }],\r\n resizing: [{ type: HostListener, args: ['window:resize',] }]\r\n};\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ScrollableDirective.prototype.currentPage;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ScrollableDirective.prototype.zoom;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ScrollableDirective.prototype.loadedPagesSet;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ScrollableDirective.prototype._elementRef;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ScrollableDirective.prototype._navigateService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ScrollableDirective.prototype._pagePreloadService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ScrollableDirective.prototype._zoomService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ScrollableDirective.prototype._windowService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ScrollableDirective.prototype._viewportService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/** @type {?} */\r\nconst $$4 = jquery;\r\nclass MouseWheelDirective {\r\n constructor() {\r\n this.mouseWheelUp = new EventEmitter();\r\n this.mouseWheelDown = new EventEmitter();\r\n }\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n onMouseWheelChrome(event) {\r\n this.mouseWheelFunc(event);\r\n }\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n onMouseWheelFirefox(event) {\r\n this.mouseWheelFunc(event);\r\n }\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n onMouseWheelIE(event) {\r\n this.mouseWheelFunc(event);\r\n }\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n mouseWheelFunc(event) {\r\n event = window.event;\r\n /** @type {?} */\r\n const delta = Math.max(-1, Math.min(1, (event.wheelDelta || -event.detail)));\r\n if (delta > 0) {\r\n this.mouseWheelUp.emit(event);\r\n }\r\n else if (delta < 0) {\r\n this.mouseWheelDown.emit(event);\r\n }\r\n }\r\n}\r\nMouseWheelDirective.decorators = [\r\n { type: Directive, args: [{\r\n selector: '[gdMouseWheel]'\r\n },] }\r\n];\r\nMouseWheelDirective.propDecorators = {\r\n mouseWheelUp: [{ type: Output }],\r\n mouseWheelDown: [{ type: Output }],\r\n onMouseWheelChrome: [{ type: HostListener, args: ['mousewheel', ['$event'],] }],\r\n onMouseWheelFirefox: [{ type: HostListener, args: ['DOMMouseScroll', ['$event'],] }],\r\n onMouseWheelIE: [{ type: HostListener, args: ['onmousewheel', ['$event'],] }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n MouseWheelDirective.prototype.mouseWheelUp;\r\n /** @type {?} */\r\n MouseWheelDirective.prototype.mouseWheelDown;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass ZoomDirective {\r\n /**\r\n * @param {?} _zoomService\r\n * @param {?} _windowService\r\n * @param {?} el\r\n */\r\n constructor(_zoomService, _windowService, el) {\r\n this._zoomService = _zoomService;\r\n this._windowService = _windowService;\r\n this.zoomActive = true;\r\n this.el = el;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnDestroy() {\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnChanges() {\r\n this.setStyles(this._zoomService.zoom);\r\n this.resizePages(this._zoomService.zoom);\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnInit() {\r\n if (!this.zoomActive) {\r\n return;\r\n }\r\n this.setStyles(this._zoomService.zoom);\r\n this._zoomService.zoomChange.subscribe((/**\r\n * @param {?} zoom\r\n * @return {?}\r\n */\r\n (zoom) => {\r\n this.setStyles(zoom);\r\n this.resizePages(zoom);\r\n }));\r\n }\r\n /**\r\n * @private\r\n * @param {?} zoom\r\n * @return {?}\r\n */\r\n setStyles(zoom) {\r\n if (!this.zoomActive) {\r\n return;\r\n }\r\n /** @type {?} */\r\n const zoomInt = zoom === 100 ? 1 : zoom / 100;\r\n if (this._windowService.isEdge()) {\r\n this.zoomInt = zoomInt;\r\n }\r\n else {\r\n this.zoomInt = null;\r\n }\r\n if (!this._windowService.isEdge()) {\r\n this.transform = 'scale(' + zoomInt + ')';\r\n this.transformOrigin = 'top left';\r\n }\r\n else {\r\n this.transform = \"\";\r\n this.transformOrigin = \"\";\r\n }\r\n /** @type {?} */\r\n let maxWidth = 0;\r\n this.file.pages.forEach((/**\r\n * @param {?} page\r\n * @return {?}\r\n */\r\n page => {\r\n {\r\n if (page.width > maxWidth) {\r\n maxWidth = page.width;\r\n }\r\n }\r\n }));\r\n // Images and Excel-related files receiving dimensions in px from server\r\n this.minWidth = maxWidth + FileUtil.find(this.file.guid, false).unit;\r\n }\r\n /**\r\n * @private\r\n * @param {?} elm\r\n * @return {?}\r\n */\r\n getScrollWidth(elm) {\r\n return elm.offsetWidth - elm.clientWidth;\r\n }\r\n /**\r\n * @private\r\n * @param {?} elm\r\n * @return {?}\r\n */\r\n getScrollHeight(elm) {\r\n return elm.offsetHeight - elm.clientHeight;\r\n }\r\n /**\r\n * @private\r\n * @param {?} zoom\r\n * @return {?}\r\n */\r\n resizePages(zoom) {\r\n /** @type {?} */\r\n const zoomInt = zoom === 100 ? 1 : zoom / 100;\r\n /** @type {?} */\r\n const viewPortWidth = this.el.nativeElement.parentElement.offsetWidth;\r\n /** @type {?} */\r\n const viewPortHeight = this.el.nativeElement.parentElement.offsetHeight;\r\n /** @type {?} */\r\n const scrollWidth = this.getScrollWidth(this.el.nativeElement.parentElement);\r\n /** @type {?} */\r\n const scrollHeight = this.getScrollHeight(this.el.nativeElement.parentElement);\r\n this.width = (viewPortWidth / zoomInt - scrollWidth / zoomInt) + 'px';\r\n this.height = (viewPortHeight / zoomInt - scrollHeight / zoomInt) + 'px';\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngAfterViewInit() {\r\n this.setStyles(this._zoomService.zoom);\r\n }\r\n}\r\nZoomDirective.decorators = [\r\n { type: Directive, args: [{\r\n selector: '[gdZoom]'\r\n },] }\r\n];\r\n/** @nocollapse */\r\nZoomDirective.ctorParameters = () => [\r\n { type: ZoomService },\r\n { type: WindowService },\r\n { type: ElementRef }\r\n];\r\nZoomDirective.propDecorators = {\r\n zoomActive: [{ type: Input }],\r\n file: [{ type: Input }],\r\n zoomInt: [{ type: HostBinding, args: ['style.zoom',] }],\r\n transform: [{ type: HostBinding, args: ['style.transform',] }],\r\n transformOrigin: [{ type: HostBinding, args: ['style.transform-origin',] }],\r\n width: [{ type: HostBinding, args: ['style.width',] }],\r\n height: [{ type: HostBinding, args: ['style.height',] }],\r\n minWidth: [{ type: HostBinding, args: ['style.min-width',] }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n ZoomDirective.prototype.zoomActive;\r\n /** @type {?} */\r\n ZoomDirective.prototype.file;\r\n /** @type {?} */\r\n ZoomDirective.prototype.zoomInt;\r\n /** @type {?} */\r\n ZoomDirective.prototype.transform;\r\n /** @type {?} */\r\n ZoomDirective.prototype.transformOrigin;\r\n /** @type {?} */\r\n ZoomDirective.prototype.width;\r\n /** @type {?} */\r\n ZoomDirective.prototype.height;\r\n /** @type {?} */\r\n ZoomDirective.prototype.minWidth;\r\n /** @type {?} */\r\n ZoomDirective.prototype.el;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ZoomDirective.prototype._zoomService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ZoomDirective.prototype._windowService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass OnCloseService {\r\n constructor() {\r\n this._observer = new Subject();\r\n this._onClose = this._observer.asObservable();\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get onClose() {\r\n return this._onClose;\r\n }\r\n /**\r\n * @param {?} close\r\n * @return {?}\r\n */\r\n close(close) {\r\n this._observer.next(close);\r\n }\r\n}\r\nOnCloseService.decorators = [\r\n { type: Injectable, args: [{\r\n providedIn: 'root'\r\n },] }\r\n];\r\n/** @nocollapse */\r\nOnCloseService.ctorParameters = () => [];\r\n/** @nocollapse */ OnCloseService.ngInjectableDef = ɵɵdefineInjectable({ factory: function OnCloseService_Factory() { return new OnCloseService(); }, token: OnCloseService, providedIn: \"root\" });\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n OnCloseService.prototype._observer;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n OnCloseService.prototype._onClose;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/**\r\n * @record\r\n */\r\nfunction Option() { }\r\nif (false) {\r\n /** @type {?} */\r\n Option.prototype.name;\r\n /** @type {?} */\r\n Option.prototype.value;\r\n /** @type {?} */\r\n Option.prototype.separator;\r\n}\r\nclass SelectComponent {\r\n /**\r\n * @param {?} _onCloseService\r\n */\r\n constructor(_onCloseService) {\r\n this._onCloseService = _onCloseService;\r\n this.disabled = false;\r\n this.selected = new EventEmitter();\r\n this.isOpen = false;\r\n _onCloseService.onClose.subscribe((/**\r\n * @return {?}\r\n */\r\n () => {\r\n this.close();\r\n }));\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n open() {\r\n if (!this.disabled) {\r\n this.isOpen = true;\r\n }\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n close() {\r\n this.isOpen = false;\r\n }\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n onClickOutside(event) {\r\n this.close();\r\n }\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n toggle($event) {\r\n // TODO: following lines were uncommented due to needness in signature app\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n if (!this.disabled) {\r\n this.isOpen = !this.isOpen;\r\n }\r\n }\r\n /**\r\n * @param {?} $event\r\n * @param {?} value\r\n * @return {?}\r\n */\r\n select($event, value) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n this.selected.emit(value);\r\n this.close();\r\n }\r\n}\r\nSelectComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-select',\r\n template: \"
    \\n
    \\n {{showSelected?.name}}\\n
    \\n \\n
    \\n
    \\n
    {{option.name}}
    \\n
    \\n
    \\n
    \\n
    \\n\",\r\n styles: [\".select{min-width:50px;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;color:#959da5}.selected-value{font-size:14px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:clip;max-width:70px}.selected-value.inactive{cursor:not-allowed;color:#ccc}.nav-caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent;cursor:pointer}.nav-caret.inactive{cursor:not-allowed;color:#ccc}.dropdown-menu{position:absolute;top:49px;z-index:1000;float:left;min-width:96px;list-style:none;font-size:13px;text-align:left;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.3);background-clip:padding-box}.dropdown-menu .option{display:block;padding:7px 0 7px 7px;clear:both;font-weight:400;line-height:1.42857143;white-space:nowrap;cursor:pointer;font-size:10px}.dropdown-menu .option:hover{background-color:#25c2d4;color:#fff!important}.dropdown-menu-separator{height:1px;overflow:hidden;background-color:#f4f4f4;padding:0!important}\"]\r\n }] }\r\n];\r\n/** @nocollapse */\r\nSelectComponent.ctorParameters = () => [\r\n { type: OnCloseService }\r\n];\r\nSelectComponent.propDecorators = {\r\n options: [{ type: Input }],\r\n disabled: [{ type: Input }],\r\n showSelected: [{ type: Input }],\r\n selected: [{ type: Output }],\r\n isOpen: [{ type: Input }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n SelectComponent.prototype.options;\r\n /** @type {?} */\r\n SelectComponent.prototype.disabled;\r\n /** @type {?} */\r\n SelectComponent.prototype.showSelected;\r\n /** @type {?} */\r\n SelectComponent.prototype.selected;\r\n /** @type {?} */\r\n SelectComponent.prototype.isOpen;\r\n /**\r\n * @type {?}\r\n * @protected\r\n */\r\n SelectComponent.prototype._onCloseService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass DisabledCursorDirective {\r\n constructor() {\r\n }\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n updateCursor() {\r\n this.cursor = this.dis ? true : false;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnInit() {\r\n this.updateCursor();\r\n }\r\n /**\r\n * @param {?} changes\r\n * @return {?}\r\n */\r\n ngOnChanges(changes) {\r\n this.updateCursor();\r\n }\r\n}\r\nDisabledCursorDirective.decorators = [\r\n { type: Directive, args: [{\r\n selector: '[gdDisabledCursor]'\r\n },] }\r\n];\r\n/** @nocollapse */\r\nDisabledCursorDirective.ctorParameters = () => [];\r\nDisabledCursorDirective.propDecorators = {\r\n dis: [{ type: Input }],\r\n cursor: [{ type: HostBinding, args: ['class.inactive',] }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n DisabledCursorDirective.prototype.dis;\r\n /** @type {?} */\r\n DisabledCursorDirective.prototype.cursor;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass RotationDirective {\r\n constructor() {\r\n this.withMargin = true;\r\n }\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n updateCursor() {\r\n if (typeof this.angle === \"string\") {\r\n this.angle = parseInt(this.angle, 10);\r\n }\r\n if (this.angle) {\r\n this.animation = 'none';\r\n this.transition = 'none';\r\n this.transform = 'rotate(' + this.angle + 'deg)';\r\n }\r\n else if (this.angle === 0 && this.animation) {\r\n this.animation = null;\r\n this.transition = null;\r\n this.transform = null;\r\n }\r\n if (this.withMargin) {\r\n if (this.angle === 90 || this.angle === 270 || this.angle === -90 || this.angle === -270) {\r\n if (this.isHtmlMode) {\r\n if (this.isLandscape()) {\r\n this.margin = '164px 254px';\r\n }\r\n else {\r\n this.margin = '-111px 254px';\r\n }\r\n }\r\n else {\r\n if (this.isLandscape()) {\r\n this.margin = '129px 100px -79px';\r\n }\r\n else {\r\n this.margin = '-72px 100px -79px';\r\n }\r\n }\r\n }\r\n else if (this.angle === -180 || this.angle === 180) {\r\n this.margin = '280px';\r\n }\r\n else {\r\n this.margin = null;\r\n }\r\n }\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n isLandscape() {\r\n return this.width > this.height;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnInit() {\r\n this.updateCursor();\r\n }\r\n /**\r\n * @param {?} changes\r\n * @return {?}\r\n */\r\n ngOnChanges(changes) {\r\n this.updateCursor();\r\n }\r\n}\r\nRotationDirective.decorators = [\r\n { type: Directive, args: [{\r\n selector: '[gdRotation]'\r\n },] }\r\n];\r\n/** @nocollapse */\r\nRotationDirective.ctorParameters = () => [];\r\nRotationDirective.propDecorators = {\r\n angle: [{ type: Input }],\r\n isHtmlMode: [{ type: Input }],\r\n width: [{ type: Input }],\r\n height: [{ type: Input }],\r\n withMargin: [{ type: Input }],\r\n animation: [{ type: HostBinding, args: ['style.animation',] }],\r\n transition: [{ type: HostBinding, args: ['style.transition-property',] }],\r\n transform: [{ type: HostBinding, args: ['style.transform',] }],\r\n margin: [{ type: HostBinding, args: ['style.margin',] }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n RotationDirective.prototype.angle;\r\n /** @type {?} */\r\n RotationDirective.prototype.isHtmlMode;\r\n /** @type {?} */\r\n RotationDirective.prototype.width;\r\n /** @type {?} */\r\n RotationDirective.prototype.height;\r\n /** @type {?} */\r\n RotationDirective.prototype.withMargin;\r\n /** @type {?} */\r\n RotationDirective.prototype.animation;\r\n /** @type {?} */\r\n RotationDirective.prototype.transition;\r\n /** @type {?} */\r\n RotationDirective.prototype.transform;\r\n /** @type {?} */\r\n RotationDirective.prototype.margin;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass InitStateComponent {\r\n constructor() {\r\n this.fileDropped = new EventEmitter();\r\n this.showUploadFile = false;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnInit() {\r\n }\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n dropped($event) {\r\n if ($event) {\r\n this.fileDropped.emit($event);\r\n this.showUploadFile = false;\r\n }\r\n }\r\n}\r\nInitStateComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-init-state',\r\n template: \"
    \\n
    \\n \\n \\n \\n \\n
    \\n
    \\n \\n {{text}}\\n
    \\n
    \\n\",\r\n styles: [\".wrapper{color:#959da5;background-color:#e7e7e7;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;width:100%;height:100%}.icon{font-size:65px;margin-bottom:43px;display:-webkit-box;display:flex;color:#959da5}.start{font-size:15px;text-align:center;color:#959da5}.gd-drag-n-drop-wrap.active{background-color:#fff;position:fixed;top:0;background:rgba(255,255,255,.8)}.gd-drag-n-drop-wrap.active .init-state-wrapper{position:absolute;opacity:.2;top:unset}.gd-drag-n-drop-wrap.active .init-state-dnd-wrapper{top:0;z-index:999}.gd-drag-n-drop-wrap.active .init-state-dnd-wrapper .icon{width:113px;height:90px;font-size:90px;color:#3e4e5a;margin-bottom:30px}.gd-drag-n-drop-wrap.active .text{color:#6e6e6e;font-size:14px}.init-state-dnd-wrapper,.init-state-wrapper{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:250px;height:250px;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.init-state-wrapper{top:-60px;position:relative}\"]\r\n }] }\r\n];\r\n/** @nocollapse */\r\nInitStateComponent.ctorParameters = () => [];\r\nInitStateComponent.propDecorators = {\r\n icon: [{ type: Input }],\r\n text: [{ type: Input }],\r\n fileDropped: [{ type: Output }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n InitStateComponent.prototype.icon;\r\n /** @type {?} */\r\n InitStateComponent.prototype.text;\r\n /** @type {?} */\r\n InitStateComponent.prototype.fileDropped;\r\n /** @type {?} */\r\n InitStateComponent.prototype.showUploadFile;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass RenderPrintService {\r\n constructor() {\r\n this._render = new Observable((/**\r\n * @param {?} observer\r\n * @return {?}\r\n */\r\n observer => this._observer = observer));\r\n this._renderBlob = new Observable((/**\r\n * @param {?} observer\r\n * @return {?}\r\n */\r\n observer => this._observerBlob = observer));\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get renderPrint() {\r\n return this._render;\r\n }\r\n /**\r\n * @param {?} pages\r\n * @return {?}\r\n */\r\n changePages(pages) {\r\n this._observer.next(pages);\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get renderPrintBlob() {\r\n return this._renderBlob;\r\n }\r\n /**\r\n * @param {?} file\r\n * @return {?}\r\n */\r\n changeBlob(file) {\r\n this._observerBlob.next(file);\r\n }\r\n}\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n RenderPrintService.prototype._render;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n RenderPrintService.prototype._observer;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n RenderPrintService.prototype._renderBlob;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n RenderPrintService.prototype._observerBlob;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass RenderPrintDirective {\r\n /**\r\n * @param {?} _renderService\r\n */\r\n constructor(_renderService) {\r\n this._renderService = _renderService;\r\n _renderService.renderPrint.subscribe((/**\r\n * @param {?} pages\r\n * @return {?}\r\n */\r\n pages => {\r\n this.renderPrint(pages);\r\n }));\r\n _renderService.renderPrintBlob.subscribe((/**\r\n * @param {?} file\r\n * @return {?}\r\n */\r\n file => {\r\n this.renderPrintBlob(file);\r\n }));\r\n }\r\n /**\r\n * @private\r\n * @param {?} pages\r\n * @return {?}\r\n */\r\n renderPrint(pages) {\r\n /** @type {?} */\r\n let pagesHtml = '';\r\n if (this.htmlMode) {\r\n for (const page of pages) {\r\n pagesHtml += '
    ' +\r\n '
    ' + page.data + '
    ' +\r\n '
    ';\r\n }\r\n }\r\n else {\r\n for (const page of pages) {\r\n pagesHtml += '
    ' +\r\n '
    ' +\r\n '
    ';\r\n }\r\n }\r\n this.openWindow(pagesHtml, pages[0].width, pages[0].height);\r\n }\r\n /**\r\n * @private\r\n * @param {?} pagesHtml\r\n * @param {?} width\r\n * @param {?} height\r\n * @return {?}\r\n */\r\n openWindow(pagesHtml, width, height) {\r\n /** @type {?} */\r\n const a4Height = 842;\r\n /** @type {?} */\r\n const a4Width = 595;\r\n /** @type {?} */\r\n let imageA4Adjusted = '';\r\n if (width > a4Width && height > a4Height) {\r\n /** @type {?} */\r\n const zoom = Math.round(height / a4Height) / 100;\r\n imageA4Adjusted = '.gd-page img { width: 100%; margin: 0; padding: 0;}';\r\n if (navigator.userAgent.toLowerCase().indexOf('firefox') > -1) {\r\n imageA4Adjusted = '.gd-page img { transform: scale(' + zoom + ');}';\r\n }\r\n }\r\n /** @type {?} */\r\n let cssPrint = '';\r\n /** @type {?} */\r\n const windowObject = window.open('', \"PrintWindow\", \"width=750,height=650,top=50,left=50,toolbars=yes,scrollbars=yes,status=yes,resizable=yes\");\r\n windowObject.focus();\r\n windowObject.document.writeln(cssPrint);\r\n windowObject.document.writeln(pagesHtml);\r\n windowObject.document.close();\r\n windowObject.focus();\r\n windowObject.print();\r\n windowObject.close();\r\n }\r\n /**\r\n * @private\r\n * @param {?} file\r\n * @return {?}\r\n */\r\n renderPrintBlob(file) {\r\n /** @type {?} */\r\n const fileURL = URL.createObjectURL(file);\r\n /** @type {?} */\r\n const windowObject = window.open(fileURL, \"PrintWindow\", \"width=750,height=650,top=50,left=50,toolbars=yes,scrollbars=yes,status=yes,resizable=yes\");\r\n windowObject.focus();\r\n windowObject.print();\r\n windowObject.close();\r\n }\r\n}\r\nRenderPrintDirective.decorators = [\r\n { type: Directive, args: [{\r\n selector: '[gdRenderPrint]'\r\n },] }\r\n];\r\n/** @nocollapse */\r\nRenderPrintDirective.ctorParameters = () => [\r\n { type: RenderPrintService }\r\n];\r\nRenderPrintDirective.propDecorators = {\r\n htmlMode: [{ type: Input }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n RenderPrintDirective.prototype.htmlMode;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n RenderPrintDirective.prototype._renderService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass ExceptionMessageService {\r\n constructor() {\r\n this._observer = new BehaviorSubject('Server is not available');\r\n this._messageChange = this._observer.asObservable();\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get messageChange() {\r\n return this._messageChange;\r\n }\r\n /**\r\n * @param {?} message\r\n * @return {?}\r\n */\r\n changeMessage(message) {\r\n this._observer.next(message);\r\n }\r\n}\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ExceptionMessageService.prototype._observer;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ExceptionMessageService.prototype._messageChange;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass ErrorModalComponent {\r\n /**\r\n * @param {?} messageService\r\n */\r\n constructor(messageService) {\r\n messageService.messageChange.subscribe((/**\r\n * @param {?} message\r\n * @return {?}\r\n */\r\n message => this.message = message));\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnInit() {\r\n }\r\n}\r\nErrorModalComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-error-modal',\r\n template: \"\\n
    \\n \\n
    \\n
    Something went wrong
    \\n
    {{message ? message : 'Server is not available'}}
    \\n
    \\n
    \\n
    \\n\",\r\n styles: [\".gd-modal-error{display:-webkit-inline-box;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-flex:1;flex:1}.gd-modal-error .gd-modal-error-message{font-size:12px;margin:0 24px 24px 0;word-break:break-word}.gd-modal-error .gd-modal-error-title{font-size:16px;font-weight:700;margin:14px 0 10px}#gd-error-section{max-width:468px;max-height:204px;display:-webkit-box;display:flex}#gd-error-section fa-icon{-webkit-box-flex:1;flex:1;color:#e04e4e;font-size:40px;margin:13px 23px 90px;text-align:center;max-width:46px}\"]\r\n }] }\r\n];\r\n/** @nocollapse */\r\nErrorModalComponent.ctorParameters = () => [\r\n { type: ExceptionMessageService }\r\n];\r\nif (false) {\r\n /** @type {?} */\r\n ErrorModalComponent.prototype.message;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass PasswordService {\r\n constructor() {\r\n this._observer = new Subject();\r\n this._passChange = this._observer.asObservable();\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get passChange() {\r\n return this._passChange;\r\n }\r\n /**\r\n * @param {?} pass\r\n * @return {?}\r\n */\r\n setPassword(pass) {\r\n this._observer.next(pass);\r\n }\r\n}\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n PasswordService.prototype._observer;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n PasswordService.prototype._passChange;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/** @type {?} */\r\nconst $$5 = jquery;\r\nclass PasswordRequiredComponent {\r\n /**\r\n * @param {?} messageService\r\n * @param {?} _passwordService\r\n */\r\n constructor(messageService, _passwordService) {\r\n this._passwordService = _passwordService;\r\n this.cancelEvent = new EventEmitter();\r\n messageService.messageChange.subscribe((/**\r\n * @param {?} message\r\n * @return {?}\r\n */\r\n message => this.message = message));\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnInit() {\r\n }\r\n /**\r\n * @param {?} value\r\n * @return {?}\r\n */\r\n setPassword(value) {\r\n this._passwordService.setPassword(value);\r\n }\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n onCloseOpen($event) {\r\n if ($event) {\r\n setTimeout((/**\r\n * @return {?}\r\n */\r\n () => {\r\n /** @type {?} */\r\n const element = $$5(\"#password\");\r\n if (element) {\r\n element.focus();\r\n }\r\n }), 100);\r\n }\r\n else {\r\n $$5(\"#password\").val(\"\");\r\n }\r\n }\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n cancel($event) {\r\n $$5(\"#password\").val(\"\");\r\n this.cancelEvent.emit(true);\r\n }\r\n}\r\nPasswordRequiredComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-password-required',\r\n template: \"\\n
    \\n
    \\n \\n \\n {{message}}\\n \\n Open\\n \\n
    \\n
    \\n
    \\n\",\r\n styles: [\"#gd-password-section{width:375px;height:164px}.gd-password-wrap{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin:24px}.gd-password-wrap label{font-size:14px;color:#acacac;padding-bottom:12px}.gd-password-wrap input{height:30px;border:1px solid #25c2d4}.gd-password-wrap input.error{border-color:#e04e4e}.gd-password-wrap gd-button{align-self:flex-end}.gd-password-wrap ::ng-deep .button{height:37px;width:72px;padding:0;-webkit-box-pack:center;justify-content:center}.gd-password-wrap ::ng-deep .button ::ng-deep .text{font-size:10px!important}.gd-password-error{color:#e04e4e;padding:10px 0 12px;height:12px;line-height:12px;font-size:12px}@media (max-width:1037px){#gd-password-section{min-width:375px}}\"]\r\n }] }\r\n];\r\n/** @nocollapse */\r\nPasswordRequiredComponent.ctorParameters = () => [\r\n { type: ExceptionMessageService },\r\n { type: PasswordService }\r\n];\r\nPasswordRequiredComponent.propDecorators = {\r\n cancelEvent: [{ type: Output }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n PasswordRequiredComponent.prototype.message;\r\n /** @type {?} */\r\n PasswordRequiredComponent.prototype.cancelEvent;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n PasswordRequiredComponent.prototype._passwordService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass ErrorInterceptorService {\r\n /**\r\n * @param {?} _modalService\r\n * @param {?} _messageService\r\n */\r\n constructor(_modalService, _messageService) {\r\n this._modalService = _modalService;\r\n this._messageService = _messageService;\r\n }\r\n /**\r\n * @param {?} req\r\n * @param {?} next\r\n * @return {?}\r\n */\r\n intercept(req, next) {\r\n /** @type {?} */\r\n const logFormat = 'background: maroon; color: white';\r\n return next.handle(req)\r\n .pipe(map((/**\r\n * @param {?} data\r\n * @return {?}\r\n */\r\n data => {\r\n return data;\r\n })), catchError((/**\r\n * @param {?} exception\r\n * @return {?}\r\n */\r\n (exception) => {\r\n if (exception instanceof HttpErrorResponse) {\r\n switch (exception.status) {\r\n case HttpError.BadRequest:\r\n console.error('%c Bad Request 400', logFormat);\r\n break;\r\n case HttpError.Unauthorized:\r\n console.error('%c Unauthorized 401', logFormat);\r\n break;\r\n case HttpError.NotFound:\r\n console.error('%c Not Found 404', logFormat);\r\n break;\r\n case HttpError.TimeOut:\r\n console.error('%c TimeOut 408', logFormat);\r\n break;\r\n case HttpError.InternalServerError:\r\n console.error('%c big bad 500', logFormat);\r\n this._messageService.changeMessage(exception.error.message);\r\n this._modalService.open(CommonModals.ErrorMessage);\r\n break;\r\n case HttpError.Forbidden:\r\n console.error('%c Forbidden 403', logFormat);\r\n this._messageService.changeMessage(exception.error.message);\r\n this._modalService.open(CommonModals.PasswordRequired);\r\n break;\r\n }\r\n }\r\n return throwError(exception);\r\n })));\r\n }\r\n}\r\nErrorInterceptorService.decorators = [\r\n { type: Injectable, args: [{\r\n providedIn: 'root'\r\n },] }\r\n];\r\n/** @nocollapse */\r\nErrorInterceptorService.ctorParameters = () => [\r\n { type: ModalService },\r\n { type: ExceptionMessageService }\r\n];\r\n/** @nocollapse */ ErrorInterceptorService.ngInjectableDef = ɵɵdefineInjectable({ factory: function ErrorInterceptorService_Factory() { return new ErrorInterceptorService(ɵɵinject(ModalService), ɵɵinject(ExceptionMessageService)); }, token: ErrorInterceptorService, providedIn: \"root\" });\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ErrorInterceptorService.prototype._modalService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ErrorInterceptorService.prototype._messageService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass SearchService {\r\n constructor() {\r\n this._observer = new Subject();\r\n this._textChange = this._observer.asObservable();\r\n this._observerCurrent = new Subject();\r\n this._currentChange = this._observerCurrent.asObservable();\r\n this._observerTotal = new Subject();\r\n this._totalChange = this._observerTotal.asObservable();\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get textChange() {\r\n return this._textChange;\r\n }\r\n /**\r\n * @param {?} text\r\n * @return {?}\r\n */\r\n setText(text) {\r\n this._observer.next(text);\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get currentChange() {\r\n return this._currentChange;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get totalChange() {\r\n return this._totalChange;\r\n }\r\n /**\r\n * @param {?} current\r\n * @return {?}\r\n */\r\n setCurrent(current) {\r\n this._observerCurrent.next(current);\r\n }\r\n /**\r\n * @param {?} total\r\n * @return {?}\r\n */\r\n setTotal(total) {\r\n this._observerTotal.next(total);\r\n }\r\n}\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SearchService.prototype._observer;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SearchService.prototype._textChange;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SearchService.prototype._observerCurrent;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SearchService.prototype._currentChange;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SearchService.prototype._observerTotal;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SearchService.prototype._totalChange;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass SearchComponent {\r\n /**\r\n * @param {?} _searchService\r\n */\r\n constructor(_searchService) {\r\n this._searchService = _searchService;\r\n this.hidePanel = new EventEmitter(false);\r\n this.current = 0;\r\n this.total = 0;\r\n _searchService.totalChange.subscribe((/**\r\n * @param {?} total\r\n * @return {?}\r\n */\r\n (total) => {\r\n this.total = total;\r\n if (total !== 0) {\r\n this.current = 1;\r\n }\r\n else {\r\n this.current = 0;\r\n }\r\n this._searchService.setCurrent(this.current);\r\n }));\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnInit() {\r\n }\r\n /**\r\n * @param {?} text\r\n * @return {?}\r\n */\r\n setText(text) {\r\n this._searchService.setText(text);\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n hide() {\r\n this.setText('');\r\n this.hidePanel.emit(true);\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n prev() {\r\n if (this.current > 1) {\r\n this.current--;\r\n this._searchService.setCurrent(this.current);\r\n }\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n next() {\r\n if (this.current < this.total) {\r\n this.current++;\r\n this._searchService.setCurrent(this.current);\r\n }\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngAfterViewInit() {\r\n this.textElement.nativeElement.focus();\r\n }\r\n}\r\nSearchComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-search',\r\n template: \"
    \\n \\n
    {{current}} of {{total}}
    \\n \\n \\n \\n \\n \\n \\n
    \\n\",\r\n styles: [\".gd-nav-search-btn{margin:3px 0 4px}.gd-nav-search-cancel{color:#fff;font-size:14px;width:37px}.gd-search-count{color:#959da5;font-size:12px;position:absolute;right:148px;top:14px}.gd-nav-search-container{background-color:#3e4e5a;width:410px;position:fixed;left:50%;top:60px;z-index:2;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);display:-webkit-box;display:flex}.gd-search-input{float:left;height:30px;width:267px;font-size:14px;color:#6e6e6e;border:1px solid #25c2d4;margin:7px 0 7px 7px;box-sizing:border-box;padding:6px 0 5px 9px}input[type=text]::-ms-clear{display:none}@media (max-width:1037px){.gd-search-input{width:231px;height:30px;margin:7px 0 7px 5px}.gd-search-count{position:absolute;left:193px;top:15px}.gd-nav-search-container{width:100%}}\"]\r\n }] }\r\n];\r\n/** @nocollapse */\r\nSearchComponent.ctorParameters = () => [\r\n { type: SearchService }\r\n];\r\nSearchComponent.propDecorators = {\r\n hidePanel: [{ type: Output }],\r\n textElement: [{ type: ViewChild, args: ['text', {\r\n static: true\r\n },] }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n SearchComponent.prototype.hidePanel;\r\n /** @type {?} */\r\n SearchComponent.prototype.current;\r\n /** @type {?} */\r\n SearchComponent.prototype.total;\r\n /** @type {?} */\r\n SearchComponent.prototype.textElement;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SearchComponent.prototype._searchService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/** @type {?} */\r\nconst $$6 = jquery;\r\nclass SearchableDirective {\r\n /**\r\n * @param {?} _elementRef\r\n * @param {?} _searchService\r\n * @param {?} _highlight\r\n * @param {?} _zoomService\r\n */\r\n constructor(_elementRef, _searchService, _highlight, _zoomService) {\r\n this._elementRef = _elementRef;\r\n this._searchService = _searchService;\r\n this._highlight = _highlight;\r\n this._zoomService = _zoomService;\r\n this.current = 0;\r\n this.total = 0;\r\n this.zoom = 100;\r\n _searchService.currentChange.subscribe((/**\r\n * @param {?} current\r\n * @return {?}\r\n */\r\n (current) => {\r\n this.current = current;\r\n if (this.current !== 0) {\r\n this.moveToCurrent();\r\n }\r\n }));\r\n _searchService.textChange.subscribe((/**\r\n * @param {?} text\r\n * @return {?}\r\n */\r\n (text) => {\r\n this.text = text;\r\n this.highlightSearch();\r\n }));\r\n this.zoom = _zoomService.zoom ? _zoomService.zoom : this.zoom;\r\n _zoomService.zoomChange.subscribe((/**\r\n * @param {?} val\r\n * @return {?}\r\n */\r\n (val) => {\r\n this.zoom = val ? val : this.zoom;\r\n }));\r\n }\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n highlightSearch() {\r\n /** @type {?} */\r\n const el = this._elementRef ? this._elementRef.nativeElement : null;\r\n if (el) {\r\n this.cleanHighlight(el);\r\n if (this.text) {\r\n this.highlightEl(el);\r\n /** @type {?} */\r\n const count = el.querySelectorAll('.gd-highlight').length;\r\n this.total = count;\r\n }\r\n else {\r\n this.total = 0;\r\n }\r\n this._searchService.setTotal(this.total);\r\n }\r\n }\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n moveToCurrent() {\r\n if (this.current === 0) {\r\n return;\r\n }\r\n /** @type {?} */\r\n const currentZoom = this.getZoom();\r\n /** @type {?} */\r\n const el = this._elementRef ? this._elementRef.nativeElement : null;\r\n if (el) {\r\n el.querySelectorAll('.gd-highlight-select').forEach((/**\r\n * @param {?} value\r\n * @return {?}\r\n */\r\n function (value) {\r\n $$6(value).removeClass('gd-highlight-select');\r\n }));\r\n /** @type {?} */\r\n const currentEl = el.querySelectorAll('.gd-highlight')[this.current - 1];\r\n $$6(currentEl).addClass('gd-highlight-select');\r\n if (currentEl) {\r\n /** @type {?} */\r\n const options = {\r\n left: 0,\r\n top: ($$6(currentEl).offset().top) + el.parentElement.parentElement.scrollTop - 150,\r\n };\r\n // using polyfill\r\n el.parentElement.parentElement.scroll(options);\r\n }\r\n }\r\n }\r\n /**\r\n * @private\r\n * @param {?} el\r\n * @return {?}\r\n */\r\n highlightEl(el) {\r\n /** @type {?} */\r\n const textNodes = $$6(el).find('*').contents().filter((/**\r\n * @return {?}\r\n */\r\n function () {\r\n /** @type {?} */\r\n const nodeName = this.parentElement.nodeName.toLowerCase();\r\n /** @type {?} */\r\n const checkClass = ((/** @type {?} */ (this))).classList ? !((/** @type {?} */ (this))).classList.contains('gd-highlight') : true;\r\n return this.nodeType === 3 &&\r\n this.textContent.trim().length !== 0 &&\r\n nodeName !== 'style' &&\r\n nodeName !== 'title' &&\r\n nodeName !== 'body' &&\r\n nodeName !== 'script' &&\r\n checkClass;\r\n }));\r\n /** @type {?} */\r\n const text = this.text;\r\n /** @type {?} */\r\n const highlight = this._highlight;\r\n textNodes.each((/**\r\n * @return {?}\r\n */\r\n function () {\r\n /** @type {?} */\r\n const $this = $$6(this);\r\n /** @type {?} */\r\n let content = $this.text();\r\n content = highlight.transform(content, text);\r\n $this.replaceWith(content);\r\n }));\r\n el.normalize();\r\n }\r\n /**\r\n * @private\r\n * @param {?} el\r\n * @return {?}\r\n */\r\n cleanHighlight(el) {\r\n /** @type {?} */\r\n const nodeListOf = el.querySelectorAll('.gd-highlight');\r\n for (let i = 0; i < nodeListOf.length; i++) {\r\n /** @type {?} */\r\n const element = nodeListOf.item(i);\r\n element.replaceWith(((/** @type {?} */ (element))).innerText);\r\n }\r\n el.normalize();\r\n }\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n getZoom() {\r\n return this.zoom / 100;\r\n }\r\n}\r\nSearchableDirective.decorators = [\r\n { type: Directive, args: [{\r\n selector: '[gdSearchable]'\r\n },] }\r\n];\r\n/** @nocollapse */\r\nSearchableDirective.ctorParameters = () => [\r\n { type: ElementRef },\r\n { type: SearchService },\r\n { type: HighlightSearchPipe },\r\n { type: ZoomService }\r\n];\r\nif (false) {\r\n /** @type {?} */\r\n SearchableDirective.prototype.text;\r\n /** @type {?} */\r\n SearchableDirective.prototype.current;\r\n /** @type {?} */\r\n SearchableDirective.prototype.total;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SearchableDirective.prototype.zoom;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SearchableDirective.prototype._elementRef;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SearchableDirective.prototype._searchService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SearchableDirective.prototype._highlight;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SearchableDirective.prototype._zoomService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass TabbedToolbarsComponent {\r\n constructor() {\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnInit() {\r\n }\r\n}\r\nTabbedToolbarsComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-tabbed-toolbars',\r\n template: \"
    \\n \\n \\n
    \\n\",\r\n styles: [\".top-panel{background:#3e4e5a;display:-webkit-box;display:flex;width:100%;height:90px}.top-panel ::ng-deep .logo{height:30px;font-size:16px}@media (max-width:1037px){.top-panel{height:60px}.top-panel ::ng-deep .logo{height:60px}}\"]\r\n }] }\r\n];\r\n/** @nocollapse */\r\nTabbedToolbarsComponent.ctorParameters = () => [];\r\nTabbedToolbarsComponent.propDecorators = {\r\n logo: [{ type: Input }],\r\n icon: [{ type: Input }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n TabbedToolbarsComponent.prototype.logo;\r\n /** @type {?} */\r\n TabbedToolbarsComponent.prototype.icon;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass TabActivatorService {\r\n constructor() {\r\n this._observer = new Subject();\r\n this._activeTabChange = this._observer.asObservable();\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get activeTabChange() {\r\n return this._activeTabChange;\r\n }\r\n /**\r\n * @param {?} tabId\r\n * @return {?}\r\n */\r\n changeActiveTab(tabId) {\r\n this._observer.next(tabId);\r\n }\r\n}\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n TabActivatorService.prototype._observer;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n TabActivatorService.prototype._activeTabChange;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass TabComponent {\r\n /**\r\n * @param {?} _tabActivatorService\r\n */\r\n constructor(_tabActivatorService) {\r\n this._tabActivatorService = _tabActivatorService;\r\n this.disabled = false;\r\n this.active = false;\r\n this.content = true;\r\n this._tabActivatorService.activeTabChange.subscribe((/**\r\n * @param {?} tabId\r\n * @return {?}\r\n */\r\n (tabId) => {\r\n this.activation(tabId);\r\n }));\r\n }\r\n /**\r\n * @private\r\n * @param {?} tabId\r\n * @return {?}\r\n */\r\n activation(tabId) {\r\n if (this.id === tabId) {\r\n this.active = true;\r\n }\r\n else {\r\n this.active = false;\r\n }\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnInit() {\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n selectTab() {\r\n if (this.disabled) {\r\n return;\r\n }\r\n this._tabActivatorService.changeActiveTab(this.id);\r\n }\r\n}\r\nTabComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-tab',\r\n template: \"
    \\n
    {{tabTitle}}
    \\n \\n
    \\n
    \\n \\n
    \\n\",\r\n styles: [\".tab-content{height:60px;position:absolute;background-color:#fff;width:100%;left:0;line-height:60px;display:none;z-index:9}.tab-content ::ng-deep .toolbar-panel{height:60px}.tab-content.active{display:-webkit-box;display:flex}.gd-tab{text-align:center;font-size:11px;color:#e5e5e5;height:30px;line-height:30px;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.gd-tab .icon{display:none;font-size:14px}.gd-tab .title{margin:auto 23px}.gd-tab.active{background-color:#fff;color:#3e4e5a;font-weight:700}@media (max-width:1037px){.gd-tab{height:60px;line-height:60px;width:60px}.gd-tab .title{display:none}.gd-tab .icon{display:block;font-size:22px}}\"]\r\n }] }\r\n];\r\n/** @nocollapse */\r\nTabComponent.ctorParameters = () => [\r\n { type: TabActivatorService }\r\n];\r\nTabComponent.propDecorators = {\r\n id: [{ type: Input }],\r\n tabTitle: [{ type: Input }],\r\n icon: [{ type: Input }],\r\n disabled: [{ type: Input }],\r\n active: [{ type: Input }],\r\n content: [{ type: Input }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n TabComponent.prototype.id;\r\n /** @type {?} */\r\n TabComponent.prototype.tabTitle;\r\n /** @type {?} */\r\n TabComponent.prototype.icon;\r\n /** @type {?} */\r\n TabComponent.prototype.disabled;\r\n /** @type {?} */\r\n TabComponent.prototype.active;\r\n /** @type {?} */\r\n TabComponent.prototype.content;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n TabComponent.prototype._tabActivatorService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass TabsComponent {\r\n constructor() {\r\n }\r\n}\r\nTabsComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-tabs',\r\n template: \"
    \\n \\n
    \\n\",\r\n styles: [\".gd-tabs{display:-webkit-box;display:flex}\"]\r\n }] }\r\n];\r\n/** @nocollapse */\r\nTabsComponent.ctorParameters = () => [];\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass Formatting {\r\n /**\r\n * @param {?} fontSize\r\n * @param {?} color\r\n * @param {?} bgColor\r\n * @param {?} bold\r\n * @param {?} italic\r\n * @param {?} underline\r\n * @param {?} font\r\n * @param {?} strikeout\r\n * @param {?} align\r\n * @param {?} list\r\n */\r\n constructor(fontSize, color, bgColor, bold, italic, underline, font, strikeout, align, list) {\r\n this.fontSize = fontSize;\r\n this.color = color;\r\n this.bgColor = bgColor;\r\n this.bold = bold;\r\n this.italic = italic;\r\n this.underline = underline;\r\n this.font = font;\r\n this.strikeout = strikeout;\r\n this.align = align;\r\n this.list = list;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n static default() {\r\n return new Formatting(10, '#000000', '#FFFFFF', false, false, false, 'Arial', false, \"\", \"\");\r\n }\r\n}\r\nif (false) {\r\n /** @type {?} */\r\n Formatting.prototype.bold;\r\n /** @type {?} */\r\n Formatting.prototype.italic;\r\n /** @type {?} */\r\n Formatting.prototype.underline;\r\n /** @type {?} */\r\n Formatting.prototype.fontSize;\r\n /** @type {?} */\r\n Formatting.prototype.color;\r\n /** @type {?} */\r\n Formatting.prototype.bgColor;\r\n /** @type {?} */\r\n Formatting.prototype.font;\r\n /** @type {?} */\r\n Formatting.prototype.strikeout;\r\n /** @type {?} */\r\n Formatting.prototype.align;\r\n /** @type {?} */\r\n Formatting.prototype.list;\r\n}\r\nclass FormattingService {\r\n constructor() {\r\n this._observerBold = new Subject();\r\n this._formatBoldChange = this._observerBold.asObservable();\r\n this._observerUnderline = new Subject();\r\n this._formatUnderlineChange = this._observerUnderline.asObservable();\r\n this._observerUndo = new Subject();\r\n this._undo = this._observerUndo.asObservable();\r\n this._observerRedo = new Subject();\r\n this._redo = this._observerRedo.asObservable();\r\n this._observerItalic = new Subject();\r\n this._formatItalicChange = this._observerItalic.asObservable();\r\n this._observerColor = new Subject();\r\n this._formatColorChange = this._observerColor.asObservable();\r\n this._observerBgColor = new Subject();\r\n this._formatBgColorChange = this._observerBgColor.asObservable();\r\n this._observerFontSize = new Subject();\r\n this._formatFontSizeChange = this._observerFontSize.asObservable();\r\n this._observerFont = new Subject();\r\n this._formatFontChange = this._observerFont.asObservable();\r\n this._observerStrikeout = new Subject();\r\n this._formatStrikeoutChange = this._observerStrikeout.asObservable();\r\n this._observerAlign = new Subject();\r\n this._formatAlignChange = this._observerAlign.asObservable();\r\n this._observerList = new Subject();\r\n this._formatListChange = this._observerList.asObservable();\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get formatBoldChange() {\r\n return this._formatBoldChange;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get formatUnderlineChange() {\r\n return this._formatUnderlineChange;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get formatColorChange() {\r\n return this._formatColorChange;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get formatBgColorChange() {\r\n return this._formatBgColorChange;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get formatFontSizeChange() {\r\n return this._formatFontSizeChange;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get formatFontChange() {\r\n return this._formatFontChange;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get undo() {\r\n return this._undo;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get redo() {\r\n return this._redo;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get formatItalicChange() {\r\n return this._formatItalicChange;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get formatStrikeoutChange() {\r\n return this._formatStrikeoutChange;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get formatAlignChange() {\r\n return this._formatAlignChange;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get formatListChange() {\r\n return this._formatListChange;\r\n }\r\n /**\r\n * @param {?} val\r\n * @return {?}\r\n */\r\n static createFontSizeOption(val) {\r\n return { value: val, name: val + 'px', separator: false };\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n static getFontSizeOptions() {\r\n return [\r\n FormattingService.createFontSizeOption(8),\r\n FormattingService.createFontSizeOption(10),\r\n FormattingService.createFontSizeOption(12),\r\n FormattingService.createFontSizeOption(14),\r\n FormattingService.createFontSizeOption(16),\r\n FormattingService.createFontSizeOption(18),\r\n FormattingService.createFontSizeOption(20),\r\n FormattingService.createFontSizeOption(22),\r\n FormattingService.createFontSizeOption(24),\r\n ];\r\n }\r\n /**\r\n * @param {?} val\r\n * @return {?}\r\n */\r\n static createFontOption(val) {\r\n return { value: val, name: val, separator: false };\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n static getFontOptions() {\r\n /** @type {?} */\r\n const fonts = [\"Arial\", \"Calibri\", \"Century Gothic\", \"Comic Sans\", \"Consolas\", \"Courier\", \"Dejavu Sans\", \"Dejavu Serif\", \"Georgia\", \"Gill Sans\", \"Helvetica\", \"Impact\", \"Lucida Sans\",\r\n \"Myriad Pro\", \"Open Sans\", \"Palatino\", \"Tahoma\", \"Times New Roman\", \"Trebuchet\"];\r\n /** @type {?} */\r\n const fontOptions = [];\r\n fonts.forEach((/**\r\n * @param {?} font\r\n * @return {?}\r\n */\r\n font => {\r\n fontOptions.push(this.createFontOption(font));\r\n }));\r\n return fontOptions;\r\n }\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n changeFormatFontSize($event) {\r\n this._observerFontSize.next($event);\r\n }\r\n /**\r\n * @param {?} bold\r\n * @return {?}\r\n */\r\n changeFormatBold(bold) {\r\n this._observerBold.next(bold);\r\n }\r\n /**\r\n * @param {?} underline\r\n * @return {?}\r\n */\r\n changeFormatUnderline(underline) {\r\n this._observerUnderline.next(underline);\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n Undo() {\r\n this._observerUndo.next();\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n Redo() {\r\n this._observerRedo.next();\r\n }\r\n /**\r\n * @param {?} italic\r\n * @return {?}\r\n */\r\n changeFormatItalic(italic) {\r\n this._observerItalic.next(italic);\r\n }\r\n /**\r\n * @param {?} color\r\n * @return {?}\r\n */\r\n changeFormatColor(color) {\r\n this._observerColor.next(color);\r\n }\r\n /**\r\n * @param {?} bgcolor\r\n * @return {?}\r\n */\r\n changeFormatBgColor(bgcolor) {\r\n this._observerBgColor.next(bgcolor);\r\n }\r\n /**\r\n * @param {?} font\r\n * @return {?}\r\n */\r\n changeFormatFont(font) {\r\n this._observerFont.next(font);\r\n }\r\n /**\r\n * @param {?} strikeout\r\n * @return {?}\r\n */\r\n changeFormatStrikeout(strikeout) {\r\n this._observerStrikeout.next(strikeout);\r\n }\r\n /**\r\n * @param {?} align\r\n * @return {?}\r\n */\r\n changeFormatAlign(align) {\r\n this._observerAlign.next(align);\r\n }\r\n /**\r\n * @param {?} list\r\n * @return {?}\r\n */\r\n changeFormatList(list) {\r\n this._observerList.next(list);\r\n }\r\n}\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._observerBold;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._formatBoldChange;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._observerUnderline;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._formatUnderlineChange;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._observerUndo;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._undo;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._observerRedo;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._redo;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._observerItalic;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._formatItalicChange;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._observerColor;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._formatColorChange;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._observerBgColor;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._formatBgColorChange;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._observerFontSize;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._formatFontSizeChange;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._observerFont;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._formatFontChange;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._observerStrikeout;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._formatStrikeoutChange;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._observerAlign;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._formatAlignChange;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._observerList;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._formatListChange;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/** @type {?} */\r\nconst DEFAULT_COLORS = [\r\n '#000000', '#434343', '#666666', '#999999', '#B7B7B7', '#CCCCCC', '#D9D9D9', '#EFEFEF', '#F3F3F3', '#FFFFFF',\r\n '#980000', '#FF0000', '#FF9900', '#FFFF00', '#00FF00', '#00FFFF', '#4986E8', '#0000FF', '#9900FF', '#FF00FF',\r\n '#E6B8AF', '#F4CCCC', '#FDE5CD', '#FFF2CC', '#D9EAD3', '#D0E0E2', '#C9DAF8', '#CFE2F3', '#D9D2E9', '#EAD1DC',\r\n '#DD7E6B', '#EA9899', '#F9CB9C', '#FFE59A', '#B7D7A8', '#A2C4C9', '#A4C2F4', '#9FC5E8', '#B4A7D7', '#D5A6BD',\r\n '#CC4125', '#E06666', '#F6B26B', '#FFD966', '#92C47D', '#75A5AF', '#6D9EEB', '#6FA9DB', '#8E7CC3', '#C27BA0',\r\n '#A61C00', '#CC0000', '#E69138', '#F2C131', '#6AA84F', '#45818E', '#3C78D8', '#3C85C6', '#674EA7', '#A64D79',\r\n '#85200B', '#990000', '#B45F05', '#BF9000', '#37761D', '#144F5C', '#1254CC', '#0A5394', '#351C75', '#741B47',\r\n '#5B0F00', '#660000', '#783F03', '#7F6000', '#284E13', '#0B343D', '#1B4586', '#063763', '#20124D', '#4C1030',\r\n];\r\nclass ColorPickerComponent {\r\n constructor() {\r\n this.isOpen = false;\r\n this.selectedColor = new EventEmitter();\r\n this.closeOutside = new EventEmitter();\r\n this.colors = DEFAULT_COLORS;\r\n this.white = '#FFFFFF';\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnInit() {\r\n }\r\n /**\r\n * @param {?} $event\r\n * @param {?} color\r\n * @return {?}\r\n */\r\n select($event, color) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n this.selectedColor.emit(color);\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n close() {\r\n this.isOpen = false;\r\n this.closeOutside.emit(true);\r\n }\r\n}\r\nColorPickerComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-color-picker',\r\n template: \"
    \\n
    \\n
    \\n
    \\n
    \\n\",\r\n styles: [\".bcPicker-picker{border:1px;border-radius:100%}.bcPicker-palette{width:250px;background-color:#fdfdfd;z-index:999;box-shadow:0 0 5px #efefef;display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-pack:center;justify-content:center}.bcPicker-palette>.bcPicker-color{width:18px;height:18px;margin:2px;cursor:pointer}\"]\r\n }] }\r\n];\r\n/** @nocollapse */\r\nColorPickerComponent.ctorParameters = () => [];\r\nColorPickerComponent.propDecorators = {\r\n isOpen: [{ type: Input }],\r\n selectedColor: [{ type: Output }],\r\n closeOutside: [{ type: Output }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n ColorPickerComponent.prototype.isOpen;\r\n /** @type {?} */\r\n ColorPickerComponent.prototype.selectedColor;\r\n /** @type {?} */\r\n ColorPickerComponent.prototype.closeOutside;\r\n /** @type {?} */\r\n ColorPickerComponent.prototype.colors;\r\n /** @type {?} */\r\n ColorPickerComponent.prototype.white;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass BackFormattingService extends FormattingService {\r\n constructor() {\r\n super();\r\n }\r\n}\r\nBackFormattingService.decorators = [\r\n { type: Injectable, args: [{\r\n providedIn: 'root'\r\n },] }\r\n];\r\n/** @nocollapse */\r\nBackFormattingService.ctorParameters = () => [];\r\n/** @nocollapse */ BackFormattingService.ngInjectableDef = ɵɵdefineInjectable({ factory: function BackFormattingService_Factory() { return new BackFormattingService(); }, token: BackFormattingService, providedIn: \"root\" });\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass SelectionService {\r\n constructor() {\r\n this.isIE = false || !!/(MSIE|Trident\\/|Edge\\/)/i.test(navigator.userAgent);\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n restoreSelection() {\r\n if (this.selection && !this.selection.collapsed || this.isIE) {\r\n this.putSelection(this.selection);\r\n }\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n captureSelection() {\r\n /** @type {?} */\r\n const selection = window.getSelection();\r\n if (selection.rangeCount > 0) {\r\n this.selection = selection.getRangeAt(0);\r\n }\r\n }\r\n /**\r\n * @private\r\n * @param {?} selection\r\n * @return {?}\r\n */\r\n putSelection(selection) {\r\n /** @type {?} */\r\n const sel = window.getSelection();\r\n sel.removeAllRanges();\r\n sel.addRange(selection.cloneRange());\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n refreshSelection() {\r\n this.captureSelection();\r\n this.restoreSelection();\r\n }\r\n}\r\nSelectionService.decorators = [\r\n { type: Injectable, args: [{\r\n providedIn: 'root'\r\n },] }\r\n];\r\n/** @nocollapse */ SelectionService.ngInjectableDef = ɵɵdefineInjectable({ factory: function SelectionService_Factory() { return new SelectionService(); }, token: SelectionService, providedIn: \"root\" });\r\nif (false) {\r\n /** @type {?} */\r\n SelectionService.prototype.selection;\r\n /** @type {?} */\r\n SelectionService.prototype.isIE;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/** @type {?} */\r\nconst $$7 = jquery;\r\nclass FormattingDirective {\r\n /**\r\n * @param {?} _formattingService\r\n * @param {?} _backFormattingService\r\n * @param {?} _selectionService\r\n */\r\n constructor(_formattingService, _backFormattingService, _selectionService) {\r\n this._formattingService = _formattingService;\r\n this._backFormattingService = _backFormattingService;\r\n this._selectionService = _selectionService;\r\n this.bold = false;\r\n this.italic = false;\r\n this.underline = false;\r\n this.strikeout = false;\r\n this.isIE = false;\r\n this.isIE = /*@cc_on!@*/ false || !!/(MSIE|Trident\\/|Edge\\/)/i.test(navigator.userAgent);\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n mouseup() {\r\n this.bold = document.queryCommandState(\"bold\");\r\n this.strikeout = document.queryCommandState(\"strikeThrough\");\r\n this.italic = document.queryCommandState(\"italic\");\r\n this.bgColor = document.queryCommandValue(\"backColor\");\r\n this.underline = document.queryCommandState(\"underline\");\r\n this.align = this.checkJustify();\r\n this.list = this.checkList();\r\n //fix required by FireFox to get correct background color\r\n if (this.bgColor === \"transparent\") {\r\n this.bgColor = $$7(window.getSelection().focusNode.parentNode).css('background-color').toString();\r\n }\r\n this.font = document.queryCommandValue(\"FontName\").replace(/\"/g, '');\r\n if (this.font.split(\",\").length > 1) {\r\n this.font = this.font.split(\",\")[0];\r\n }\r\n this.color = document.queryCommandValue(\"foreColor\");\r\n this._backFormattingService.changeFormatBold(this.bold);\r\n this._backFormattingService.changeFormatUnderline(this.underline);\r\n this._backFormattingService.changeFormatItalic(this.italic);\r\n this._backFormattingService.changeFormatColor(this.color);\r\n this._backFormattingService.changeFormatBgColor(this.bgColor);\r\n this._backFormattingService.changeFormatFontSize(this.reportFontSize());\r\n this._backFormattingService.changeFormatFont(this.font);\r\n this._backFormattingService.changeFormatStrikeout(this.strikeout);\r\n this._backFormattingService.changeFormatAlign(this.align);\r\n this._backFormattingService.changeFormatList(this.list);\r\n }\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n checkJustify() {\r\n /** @type {?} */\r\n let align = \"\";\r\n align = document.queryCommandState(\"justifyCenter\") ? \"center\" : align;\r\n align = document.queryCommandState(\"justifyFull\") ? \"full\" : align;\r\n align = document.queryCommandState(\"justifyLeft\") ? \"left\" : align;\r\n align = document.queryCommandState(\"justifyRight\") ? \"right\" : align;\r\n return align;\r\n }\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n checkList() {\r\n /** @type {?} */\r\n let list = \"\";\r\n list = document.queryCommandState(\"insertUnorderedList\") ? \"unordered\" : list;\r\n list = document.queryCommandState(\"insertOrderedList\") ? \"ordered\" : list;\r\n return list;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n reportFontSize() {\r\n /** @type {?} */\r\n let containerEl;\r\n /** @type {?} */\r\n let sel;\r\n if (window.getSelection) {\r\n sel = window.getSelection();\r\n if (sel.rangeCount) {\r\n containerEl = sel.getRangeAt(0).commonAncestorContainer;\r\n // Make sure we have an element rather than a text node\r\n if (containerEl.nodeType === 3) {\r\n containerEl = containerEl.parentNode;\r\n }\r\n }\r\n }\r\n else if ((sel = document.getSelection()) && sel.type !== \"Control\") {\r\n containerEl = sel.createRange().parentElement();\r\n }\r\n if (containerEl) {\r\n return parseInt(this.getComputedStyleProperty(containerEl, \"fontSize\").replace(\"px\", \"\"), 10);\r\n }\r\n }\r\n /**\r\n * @param {?} el\r\n * @param {?} propName\r\n * @return {?}\r\n */\r\n getComputedStyleProperty(el, propName) {\r\n if (window.getComputedStyle) {\r\n return window.getComputedStyle(el, null)[propName];\r\n }\r\n else if (el.currentStyle) {\r\n return el.currentStyle[propName];\r\n }\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnInit() {\r\n this._formattingService.undo.subscribe((/**\r\n * @return {?}\r\n */\r\n () => {\r\n this.toggleUndo();\r\n }));\r\n this._formattingService.redo.subscribe((/**\r\n * @return {?}\r\n */\r\n () => {\r\n this.toggleRedo();\r\n }));\r\n this._formattingService.formatBoldChange.subscribe((/**\r\n * @param {?} bold\r\n * @return {?}\r\n */\r\n (bold) => {\r\n this.bold = bold;\r\n this.toggleBold();\r\n }));\r\n this._formattingService.formatUnderlineChange.subscribe((/**\r\n * @param {?} underline\r\n * @return {?}\r\n */\r\n (underline) => {\r\n this.underline = underline;\r\n this.toggleUnderline();\r\n }));\r\n this._formattingService.formatItalicChange.subscribe((/**\r\n * @param {?} italic\r\n * @return {?}\r\n */\r\n (italic) => {\r\n this.italic = italic;\r\n this.toggleItalic();\r\n }));\r\n this._formattingService.formatColorChange.subscribe(((/**\r\n * @param {?} color\r\n * @return {?}\r\n */\r\n (color) => {\r\n this.color = color;\r\n this.setColor(color);\r\n })));\r\n this._formattingService.formatBgColorChange.subscribe(((/**\r\n * @param {?} bgcolor\r\n * @return {?}\r\n */\r\n (bgcolor) => {\r\n this.bgColor = bgcolor;\r\n this.setBgColor(bgcolor);\r\n })));\r\n this._formattingService.formatFontSizeChange.subscribe(((/**\r\n * @param {?} fontSize\r\n * @return {?}\r\n */\r\n (fontSize) => {\r\n this.setFontSize(fontSize);\r\n })));\r\n this._formattingService.formatFontChange.subscribe(((/**\r\n * @param {?} font\r\n * @return {?}\r\n */\r\n (font) => {\r\n this.font = font;\r\n this.setFont(font);\r\n })));\r\n this._formattingService.formatStrikeoutChange.subscribe((/**\r\n * @param {?} strikeout\r\n * @return {?}\r\n */\r\n (strikeout) => {\r\n this.strikeout = strikeout;\r\n this.toggleStrikeout();\r\n }));\r\n this._formattingService.formatAlignChange.subscribe((/**\r\n * @param {?} align\r\n * @return {?}\r\n */\r\n (align) => {\r\n this.align = align;\r\n this.toggleAlign(this.align);\r\n }));\r\n this._formattingService.formatListChange.subscribe((/**\r\n * @param {?} list\r\n * @return {?}\r\n */\r\n (list) => {\r\n /** @type {?} */\r\n const remove = this.list === list;\r\n this.list = list;\r\n this.toggleList(this.list, remove);\r\n }));\r\n }\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n toggleBold() {\r\n document.execCommand(\"bold\");\r\n this._selectionService.refreshSelection();\r\n }\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n toggleUnderline() {\r\n document.execCommand(\"underline\");\r\n this._selectionService.refreshSelection();\r\n }\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n toggleItalic() {\r\n document.execCommand(\"italic\");\r\n this._selectionService.refreshSelection();\r\n }\r\n /**\r\n * @private\r\n * @param {?} bgColor\r\n * @return {?}\r\n */\r\n setBgColor(bgColor) {\r\n document.execCommand(\"backColor\", false, bgColor);\r\n this._selectionService.refreshSelection();\r\n }\r\n /**\r\n * @private\r\n * @param {?} color\r\n * @return {?}\r\n */\r\n setColor(color) {\r\n document.execCommand(\"foreColor\", false, color);\r\n this._selectionService.refreshSelection();\r\n }\r\n /**\r\n * @private\r\n * @param {?} fontSize\r\n * @return {?}\r\n */\r\n setFontSize(fontSize) {\r\n if (document.getSelection().toString()) {\r\n /** @type {?} */\r\n let spanString = \"\" +\r\n document.getSelection() + \"\";\r\n if (this.bold) {\r\n spanString = \"\" + spanString + \"\";\r\n }\r\n if (this.italic) {\r\n spanString = \"\" + spanString + \"\";\r\n }\r\n if (this.underline) {\r\n spanString = \"\" + spanString + \"\";\r\n }\r\n if (this.strikeout) {\r\n spanString = \"\" + spanString + \"\";\r\n }\r\n document.execCommand('insertHTML', false, spanString);\r\n }\r\n else {\r\n document.execCommand(\"fontsize\", false, \"7\");\r\n }\r\n this._selectionService.refreshSelection();\r\n }\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n toggleUndo() {\r\n document.execCommand(\"undo\");\r\n }\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n toggleRedo() {\r\n document.execCommand(\"redo\");\r\n }\r\n /**\r\n * @private\r\n * @param {?} font\r\n * @return {?}\r\n */\r\n setFont(font) {\r\n document.execCommand(\"fontName\", false, font);\r\n this._selectionService.refreshSelection();\r\n }\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n toggleStrikeout() {\r\n document.execCommand(\"strikeThrough\");\r\n this._selectionService.refreshSelection();\r\n }\r\n /**\r\n * @private\r\n * @param {?} align\r\n * @return {?}\r\n */\r\n toggleAlign(align) {\r\n if (this.isIE) {\r\n this.toggleAlignIE(align);\r\n return;\r\n }\r\n document.execCommand(\"styleWithCSS\", false, 'true');\r\n switch (align) {\r\n case 'center':\r\n document.execCommand('justifyCenter');\r\n break;\r\n case 'full':\r\n document.execCommand('justifyFull');\r\n break;\r\n case 'left':\r\n document.execCommand('justifyLeft');\r\n break;\r\n case 'right':\r\n document.execCommand('justifyRight');\r\n break;\r\n }\r\n this._selectionService.refreshSelection();\r\n }\r\n /**\r\n * @private\r\n * @param {?} align\r\n * @return {?}\r\n */\r\n toggleAlignIE(align) {\r\n this._selectionService.restoreSelection();\r\n this._selectionService.captureSelection();\r\n /** @type {?} */\r\n const selection = window.getSelection().focusNode.parentNode.parentNode;\r\n if (align === \"full\") {\r\n align = \"justify\";\r\n }\r\n $$7(selection).css(\"text-align\", align);\r\n this._selectionService.refreshSelection();\r\n }\r\n /**\r\n * @private\r\n * @param {?} list\r\n * @param {?} remove\r\n * @return {?}\r\n */\r\n toggleList(list, remove) {\r\n switch (list) {\r\n case 'unordered':\r\n document.execCommand('insertUnorderedList', remove);\r\n break;\r\n case 'ordered':\r\n document.execCommand('insertOrderedList', remove);\r\n break;\r\n }\r\n this._selectionService.refreshSelection();\r\n }\r\n}\r\nFormattingDirective.decorators = [\r\n { type: Directive, args: [{\r\n selector: '[gdFormatting]'\r\n },] }\r\n];\r\n/** @nocollapse */\r\nFormattingDirective.ctorParameters = () => [\r\n { type: FormattingService },\r\n { type: BackFormattingService },\r\n { type: SelectionService }\r\n];\r\nFormattingDirective.propDecorators = {\r\n mouseup: [{ type: HostListener, args: ['mouseup',] }]\r\n};\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingDirective.prototype.bold;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingDirective.prototype.italic;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingDirective.prototype.underline;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingDirective.prototype.color;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingDirective.prototype.bgColor;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingDirective.prototype.font;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingDirective.prototype.strikeout;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingDirective.prototype.align;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingDirective.prototype.list;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingDirective.prototype.isIE;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingDirective.prototype._formattingService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingDirective.prototype._backFormattingService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingDirective.prototype._selectionService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass SuccessModalComponent {\r\n constructor() { }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnInit() {\r\n }\r\n}\r\nSuccessModalComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-success-modal',\r\n template: \"\\n
    \\n
    \\n \\n \\n
    \\n
    \\n
    \\n
    \\n
    \\n\",\r\n styles: [\".check_mark{margin:47px auto}.sa-icon{width:80px;height:80px;border:4px solid gray;border-radius:50%;padding:0;position:relative;box-sizing:content-box}#gd-modal-success{display:-webkit-box;display:flex;overflow:hidden;width:469px;height:183px}.sa-icon.sa-success{border-color:#4caf50;-webkit-transform:scale(1.18);transform:scale(1.18)}.sa-icon.sa-success::after,.sa-icon.sa-success::before{content:'';position:absolute;width:60px;height:120px;background:#fff}.sa-icon.sa-success::before{border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;transform-origin:60px 60px}.sa-icon.sa-success::after{border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 60px;transform-origin:0 60px}.sa-icon.sa-success .sa-placeholder{width:80px;height:80px;border:4px solid rgba(76,175,80,.5);border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}.sa-icon.sa-success .sa-fix{width:5px;height:90px;background-color:#fff;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sa-icon.sa-success.animate::after{-webkit-animation:4.25s ease-in rotatePlaceholder;animation:4.25s ease-in rotatePlaceholder}.animateSuccessTip{-webkit-animation:.75s animateSuccessTip;animation:.75s animateSuccessTip}.animateSuccessLong{-webkit-animation:.75s animateSuccessLong;animation:.75s animateSuccessLong}@-webkit-keyframes animateSuccessLong{0%,65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@-webkit-keyframes animateSuccessTip{0%,54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@keyframes animateSuccessTip{0%,54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@keyframes animateSuccessLong{0%,65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}.sa-icon.sa-success .sa-line{height:5px;background-color:#4caf50;display:block;border-radius:2px;position:absolute;z-index:2}.sa-icon.sa-success .sa-line.sa-tip{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sa-icon.sa-success .sa-line.sa-long{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}@-webkit-keyframes rotatePlaceholder{0%,5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}100%,12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}}@keyframes rotatePlaceholder{0%,5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}100%,12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}}@media (max-width:1037px){#gd-modal-success{left:50%;top:50%;position:relative;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}\"]\r\n }] }\r\n];\r\n/** @nocollapse */\r\nSuccessModalComponent.ctorParameters = () => [];\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass EditHtmlService {\r\n constructor() {\r\n this._observer = new Subject();\r\n this._htmlContent = this._observer.asObservable();\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get observer() {\r\n return this._observer;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get htmlContent() {\r\n return this._htmlContent;\r\n }\r\n}\r\nEditHtmlService.decorators = [\r\n { type: Injectable, args: [{\r\n providedIn: 'root'\r\n },] }\r\n];\r\n/** @nocollapse */\r\nEditHtmlService.ctorParameters = () => [];\r\n/** @nocollapse */ EditHtmlService.ngInjectableDef = ɵɵdefineInjectable({ factory: function EditHtmlService_Factory() { return new EditHtmlService(); }, token: EditHtmlService, providedIn: \"root\" });\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n EditHtmlService.prototype._observer;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n EditHtmlService.prototype._htmlContent;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass EditorDirective {\r\n /**\r\n * @param {?} _selectionService\r\n * @param {?} _htmlService\r\n */\r\n constructor(_selectionService, _htmlService) {\r\n this._selectionService = _selectionService;\r\n this._htmlService = _htmlService;\r\n this.isIE = false || !!/(MSIE|Trident\\/|Edge\\/)/i.test(navigator.userAgent);\r\n }\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n onInput(event) {\r\n this.text = event.target;\r\n if (this.isIE) {\r\n if (this.text.innerHTML) {\r\n /** @type {?} */\r\n const html = this.text.innerHTML.toString();\r\n this._htmlService.observer.next(html);\r\n }\r\n }\r\n }\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n onMouseleave(event) {\r\n this._selectionService.captureSelection();\r\n // this code is required to fix IE11 issue - it doesn't trigger blur event, since that we need to save updated HTML here\r\n if (this.isIE) {\r\n this._htmlService.observer.next(event.target.innerHTML.toString());\r\n }\r\n }\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n onBlur(event) {\r\n event.preventDefault();\r\n this._selectionService.restoreSelection();\r\n if (this.text.innerHTML) {\r\n /** @type {?} */\r\n const html = this.text.innerHTML.toString();\r\n this._htmlService.observer.next(html);\r\n }\r\n else {\r\n this._htmlService.observer.next(event.target.innerHTML.toString());\r\n }\r\n }\r\n}\r\nEditorDirective.decorators = [\r\n { type: Directive, args: [{\r\n selector: '[gdEditor]'\r\n },] }\r\n];\r\n/** @nocollapse */\r\nEditorDirective.ctorParameters = () => [\r\n { type: SelectionService },\r\n { type: EditHtmlService }\r\n];\r\nEditorDirective.propDecorators = {\r\n text: [{ type: Input }],\r\n onInput: [{ type: HostListener, args: ['keyup', ['$event'],] }],\r\n onMouseleave: [{ type: HostListener, args: ['mouseleave', ['$event'],] }],\r\n onBlur: [{ type: HostListener, args: ['blur', ['$event'],] }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n EditorDirective.prototype.text;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n EditorDirective.prototype.isIE;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n EditorDirective.prototype._selectionService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n EditorDirective.prototype._htmlService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass LoadingMaskService {\r\n constructor() {\r\n this.onLoadingChanged = new EventEmitter();\r\n this.stopList = [];\r\n this.requests = [];\r\n this.stopList.push(Api.SAVE_TEXT);\r\n this.stopList.push(Api.SAVE_OPTICAL_CODE);\r\n this.stopList.push(Api.LOAD_DOCUMENT_PAGE);\r\n this.stopList.push(Api.LOAD_THUMBNAILS);\r\n this.stopList.push(Api.GET_FILE_STATUS);\r\n }\r\n /**\r\n * @param {?} req\r\n * @return {?}\r\n */\r\n onRequestStart(req) {\r\n /** @type {?} */\r\n const stop = this.stopList.find((/**\r\n * @param {?} x\r\n * @return {?}\r\n */\r\n x => req.url.includes(x)));\r\n if (!stop) {\r\n this.requests.push(req);\r\n this.notify();\r\n }\r\n }\r\n /**\r\n * @param {?} req\r\n * @return {?}\r\n */\r\n onRequestFinish(req) {\r\n /** @type {?} */\r\n const index = this.requests.indexOf(req);\r\n if (index !== -1) {\r\n this.requests.splice(index, 1);\r\n }\r\n this.notify();\r\n }\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n notify() {\r\n this.onLoadingChanged.emit(this.requests.length !== 0);\r\n }\r\n}\r\nLoadingMaskService.decorators = [\r\n { type: Injectable }\r\n];\r\n/** @nocollapse */\r\nLoadingMaskService.ctorParameters = () => [];\r\nif (false) {\r\n /** @type {?} */\r\n LoadingMaskService.prototype.onLoadingChanged;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n LoadingMaskService.prototype.stopList;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n LoadingMaskService.prototype.requests;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass LoadingMaskComponent {\r\n /**\r\n * @param {?} _loadingMaskService\r\n */\r\n constructor(_loadingMaskService) {\r\n this._loadingMaskService = _loadingMaskService;\r\n this.loadingMask = false;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnInit() {\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngAfterViewInit() {\r\n this._loadingMaskService\r\n .onLoadingChanged\r\n .subscribe((/**\r\n * @param {?} loading\r\n * @return {?}\r\n */\r\n (loading) => this.loadingMask = loading));\r\n }\r\n}\r\nLoadingMaskComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-loading-mask',\r\n template: \"
    \\n
    \\n  Loading... Please wait.\\n
    \\n
    \\n\",\r\n styles: [\".loading-wrapper{background:rgba(0,0,0,.5);width:100%;height:100%;font-size:14px;color:#fff;position:fixed;top:0;left:0;z-index:99999}.loading-message{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}\"]\r\n }] }\r\n];\r\n/** @nocollapse */\r\nLoadingMaskComponent.ctorParameters = () => [\r\n { type: LoadingMaskService }\r\n];\r\nLoadingMaskComponent.propDecorators = {\r\n loadingMask: [{ type: Input }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n LoadingMaskComponent.prototype.loadingMask;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n LoadingMaskComponent.prototype._loadingMaskService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass LoadingMaskInterceptorService {\r\n /**\r\n * @param {?} _loadingMaskService\r\n */\r\n constructor(_loadingMaskService) {\r\n this._loadingMaskService = _loadingMaskService;\r\n }\r\n /**\r\n * @param {?} req\r\n * @param {?} next\r\n * @return {?}\r\n */\r\n intercept(req, next) {\r\n this._loadingMaskService.onRequestStart(req);\r\n /** @type {?} */\r\n const callback = (/**\r\n * @return {?}\r\n */\r\n () => this._loadingMaskService.onRequestFinish(req));\r\n return next.handle(req).pipe(finalize(callback));\r\n }\r\n}\r\nLoadingMaskInterceptorService.decorators = [\r\n { type: Injectable, args: [{\r\n providedIn: 'root'\r\n },] }\r\n];\r\n/** @nocollapse */\r\nLoadingMaskInterceptorService.ctorParameters = () => [\r\n { type: LoadingMaskService }\r\n];\r\n/** @nocollapse */ LoadingMaskInterceptorService.ngInjectableDef = ɵɵdefineInjectable({ factory: function LoadingMaskInterceptorService_Factory() { return new LoadingMaskInterceptorService(ɵɵinject(LoadingMaskService)); }, token: LoadingMaskInterceptorService, providedIn: \"root\" });\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n LoadingMaskInterceptorService.prototype._loadingMaskService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/** @type {?} */\r\nconst horizontalAlignment = {\r\n center: {\r\n right: 'auto'\r\n },\r\n left: {\r\n right: '100%'\r\n },\r\n right: {\r\n right: '-100%'\r\n }\r\n};\r\n/** @type {?} */\r\nconst verticalAlignment = {\r\n center: {\r\n top: '0px',\r\n },\r\n top: {\r\n top: '-100%',\r\n right: '100%'\r\n },\r\n bottom: {\r\n top: 'autos'\r\n }\r\n};\r\n/**\r\n * DropDownToggleComponent\r\n */\r\nclass DropDownToggleComponent {\r\n /**\r\n * @param {?} dropdown\r\n */\r\n constructor(dropdown) {\r\n this.dropdown = dropdown;\r\n this.click = (/**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n (event) => this.dropdown.toggle(event));\r\n }\r\n}\r\nDropDownToggleComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-drop-down-toggle',\r\n template: '',\r\n encapsulation: ViewEncapsulation.None,\r\n styles: [\".drop-down{position:relative}.show .drop-down-items{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;position:absolute;z-index:1000;min-width:100%;max-height:300px;padding:0;background-color:#fff;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box;overflow-y:auto;overflow-x:hidden}.show .drop-down-items .drop-down-item,.show .drop-down-items gd-drop-down-item{color:#959da5;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between;cursor:pointer;font-size:10px;line-height:28px;min-height:28px;width:100%}.show .drop-down-items .drop-down-item fa-icon svg,.show .drop-down-items gd-drop-down-item fa-icon svg{margin:0 10px;color:#959da5}.show .drop-down-items .drop-down-item .text,.show .drop-down-items gd-drop-down-item .text{width:100%;margin-right:10px}.show .drop-down-items .drop-down-item:hover,.show .drop-down-items gd-drop-down-item:hover{background-color:#25c2d4}.show .drop-down-items .drop-down-item:hover *,.show .drop-down-items gd-drop-down-item:hover *{color:#fff}.drop-down-items{display:none}\"]\r\n }] }\r\n];\r\n/** @nocollapse */\r\nDropDownToggleComponent.ctorParameters = () => [\r\n { type: undefined, decorators: [{ type: Inject, args: [forwardRef((/**\r\n * @return {?}\r\n */\r\n () => DropDownComponent)),] }] }\r\n];\r\nDropDownToggleComponent.propDecorators = {\r\n click: [{ type: HostListener, args: ['click', ['$event'],] }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n DropDownToggleComponent.prototype.click;\r\n /** @type {?} */\r\n DropDownToggleComponent.prototype.dropdown;\r\n}\r\n/**\r\n * DropDownItemsComponent\r\n */\r\nclass DropDownItemsComponent {\r\n /**\r\n * @param {?} dropdown\r\n */\r\n constructor(dropdown) {\r\n this.dropdown = dropdown;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get horizontalAlign() {\r\n return horizontalAlignment[this.dropdown.getPlacement().h].right;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get verticalAlign() {\r\n return verticalAlignment[this.dropdown.getPlacement().v].top;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n get isOpen() {\r\n return this.dropdown.open;\r\n }\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n onClickOutside(event) {\r\n this.dropdown.close();\r\n }\r\n}\r\nDropDownItemsComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-drop-down-items',\r\n template: '
    ',\r\n encapsulation: ViewEncapsulation.None,\r\n styles: [\".drop-down{position:relative}.show .drop-down-items{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;position:absolute;z-index:1000;min-width:100%;max-height:300px;padding:0;background-color:#fff;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box;overflow-y:auto;overflow-x:hidden}.show .drop-down-items .drop-down-item,.show .drop-down-items gd-drop-down-item{color:#959da5;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between;cursor:pointer;font-size:10px;line-height:28px;min-height:28px;width:100%}.show .drop-down-items .drop-down-item fa-icon svg,.show .drop-down-items gd-drop-down-item fa-icon svg{margin:0 10px;color:#959da5}.show .drop-down-items .drop-down-item .text,.show .drop-down-items gd-drop-down-item .text{width:100%;margin-right:10px}.show .drop-down-items .drop-down-item:hover,.show .drop-down-items gd-drop-down-item:hover{background-color:#25c2d4}.show .drop-down-items .drop-down-item:hover *,.show .drop-down-items gd-drop-down-item:hover *{color:#fff}.drop-down-items{display:none}\"]\r\n }] }\r\n];\r\n/** @nocollapse */\r\nDropDownItemsComponent.ctorParameters = () => [\r\n { type: undefined, decorators: [{ type: Inject, args: [forwardRef((/**\r\n * @return {?}\r\n */\r\n () => DropDownComponent)),] }] }\r\n];\r\nif (false) {\r\n /** @type {?} */\r\n DropDownItemsComponent.prototype.dropdown;\r\n}\r\n/**\r\n * DropDownItemComponent\r\n */\r\nclass DropDownItemComponent {\r\n /**\r\n * @param {?} dropdown\r\n */\r\n constructor(dropdown) {\r\n this.dropdown = dropdown;\r\n this.class = 'drop-down-item';\r\n this.selected = new EventEmitter();\r\n this.click = (/**\r\n * @return {?}\r\n */\r\n () => this.selectEntry());\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n selectEntry() {\r\n this.selected.next();\r\n this.dropdown.close();\r\n }\r\n}\r\nDropDownItemComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-drop-down-item',\r\n template: '
    ',\r\n styles: [\".drop-down{position:relative}.show .drop-down-items{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;position:absolute;z-index:1000;min-width:100%;max-height:300px;padding:0;background-color:#fff;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box;overflow-y:auto;overflow-x:hidden}.show .drop-down-items .drop-down-item,.show .drop-down-items gd-drop-down-item{color:#959da5;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between;cursor:pointer;font-size:10px;line-height:28px;min-height:28px;width:100%}.show .drop-down-items .drop-down-item fa-icon svg,.show .drop-down-items gd-drop-down-item fa-icon svg{margin:0 10px;color:#959da5}.show .drop-down-items .drop-down-item .text,.show .drop-down-items gd-drop-down-item .text{width:100%;margin-right:10px}.show .drop-down-items .drop-down-item:hover,.show .drop-down-items gd-drop-down-item:hover{background-color:#25c2d4}.show .drop-down-items .drop-down-item:hover *,.show .drop-down-items gd-drop-down-item:hover *{color:#fff}.drop-down-items{display:none}\"]\r\n }] }\r\n];\r\n/** @nocollapse */\r\nDropDownItemComponent.ctorParameters = () => [\r\n { type: undefined, decorators: [{ type: Inject, args: [forwardRef((/**\r\n * @return {?}\r\n */\r\n () => DropDownComponent)),] }] }\r\n];\r\nDropDownItemComponent.propDecorators = {\r\n class: [{ type: HostBinding, args: ['class',] }],\r\n selected: [{ type: Output }],\r\n click: [{ type: HostListener, args: ['click',] }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n DropDownItemComponent.prototype.class;\r\n /** @type {?} */\r\n DropDownItemComponent.prototype.selected;\r\n /** @type {?} */\r\n DropDownItemComponent.prototype.click;\r\n /** @type {?} */\r\n DropDownItemComponent.prototype.dropdown;\r\n}\r\n/**\r\n * DropDownComponent\r\n */\r\nclass DropDownComponent {\r\n constructor() {\r\n this.placement = {\r\n h: \"center\",\r\n v: \"bottom\"\r\n };\r\n this.open = false;\r\n this.class = 'drop-down';\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n close() {\r\n this.open = false;\r\n }\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n toggle(event) {\r\n event.stopPropagation();\r\n this.open = !this.open;\r\n document.body.click();\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n getPlacement() {\r\n return this.placement;\r\n }\r\n}\r\nDropDownComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-drop-down',\r\n template: '
    ',\r\n encapsulation: ViewEncapsulation.None,\r\n styles: [\".drop-down{position:relative}.show .drop-down-items{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;position:absolute;z-index:1000;min-width:100%;max-height:300px;padding:0;background-color:#fff;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box;overflow-y:auto;overflow-x:hidden}.show .drop-down-items .drop-down-item,.show .drop-down-items gd-drop-down-item{color:#959da5;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between;cursor:pointer;font-size:10px;line-height:28px;min-height:28px;width:100%}.show .drop-down-items .drop-down-item fa-icon svg,.show .drop-down-items gd-drop-down-item fa-icon svg{margin:0 10px;color:#959da5}.show .drop-down-items .drop-down-item .text,.show .drop-down-items gd-drop-down-item .text{width:100%;margin-right:10px}.show .drop-down-items .drop-down-item:hover,.show .drop-down-items gd-drop-down-item:hover{background-color:#25c2d4}.show .drop-down-items .drop-down-item:hover *,.show .drop-down-items gd-drop-down-item:hover *{color:#fff}.drop-down-items{display:none}\"]\r\n }] }\r\n];\r\nDropDownComponent.propDecorators = {\r\n placement: [{ type: Input }],\r\n open: [{ type: Input }, { type: HostBinding, args: ['class.show',] }],\r\n class: [{ type: HostBinding, args: ['class',] }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n DropDownComponent.prototype.placement;\r\n /** @type {?} */\r\n DropDownComponent.prototype.open;\r\n /** @type {?} */\r\n DropDownComponent.prototype.class;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass LeftSideBarComponent {\r\n constructor() {\r\n this.showSpinner = false;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnInit() {\r\n }\r\n}\r\nLeftSideBarComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-left-side-bar',\r\n template: \"
    \\n
    \\n
     Loading...\\n
    \\n
    \\n \\n
    \\n\",\r\n styles: [\".left-panel{border-radius:0;float:left}.gd-left-bar-fade{margin:auto;overflow:hidden;-webkit-overflow-scrolling:touch;-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;width:100%;height:100%;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;position:fixed;z-index:1000}@media (max-width:1037px){.gd-left-bar-fade{top:100px;right:0}.gd-left-bar-spinner{top:20%}}\"]\r\n }] }\r\n];\r\n/** @nocollapse */\r\nLeftSideBarComponent.ctorParameters = () => [];\r\nLeftSideBarComponent.propDecorators = {\r\n showSpinner: [{ type: Input }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n LeftSideBarComponent.prototype.showSpinner;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass TooltipDirective {\r\n constructor() {\r\n this.showToolTip = new EventEmitter();\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n onHovering() {\r\n this.showToolTip.emit(true);\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n onUnhovering() {\r\n this.showToolTip.emit(false);\r\n }\r\n}\r\nTooltipDirective.decorators = [\r\n { type: Directive, args: [{\r\n selector: '[gdTooltip]'\r\n },] }\r\n];\r\n/** @nocollapse */\r\nTooltipDirective.ctorParameters = () => [];\r\nTooltipDirective.propDecorators = {\r\n showToolTip: [{ type: Output }],\r\n onHovering: [{ type: HostListener, args: ['mouseenter',] }],\r\n onUnhovering: [{ type: HostListener, args: ['mouseleave',] }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n TooltipDirective.prototype.showToolTip;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass AddDynamicComponentService {\r\n /**\r\n * @param {?} _factoryResolver\r\n * @param {?} _appRef\r\n */\r\n constructor(_factoryResolver, _appRef) {\r\n this._factoryResolver = _factoryResolver;\r\n this._appRef = _appRef;\r\n }\r\n /**\r\n * @param {?} viewContainerRef\r\n * @param {?} component\r\n * @return {?}\r\n */\r\n addDynamicComponent(viewContainerRef, component) {\r\n /** @type {?} */\r\n const factory = this._factoryResolver.resolveComponentFactory(component);\r\n /** @type {?} */\r\n const componentRef = viewContainerRef.createComponent(factory);\r\n componentRef.onDestroy((/**\r\n * @return {?}\r\n */\r\n () => {\r\n this._appRef.detachView(componentRef.hostView);\r\n }));\r\n return componentRef;\r\n }\r\n}\r\nAddDynamicComponentService.decorators = [\r\n { type: Injectable, args: [{\r\n providedIn: 'root'\r\n },] }\r\n];\r\n/** @nocollapse */\r\nAddDynamicComponentService.ctorParameters = () => [\r\n { type: ComponentFactoryResolver },\r\n { type: ApplicationRef }\r\n];\r\n/** @nocollapse */ AddDynamicComponentService.ngInjectableDef = ɵɵdefineInjectable({ factory: function AddDynamicComponentService_Factory() { return new AddDynamicComponentService(ɵɵinject(ComponentFactoryResolver), ɵɵinject(ApplicationRef)); }, token: AddDynamicComponentService, providedIn: \"root\" });\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n AddDynamicComponentService.prototype._factoryResolver;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n AddDynamicComponentService.prototype._appRef;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass HostingDynamicComponentService {\r\n constructor() {\r\n this.hosts = [];\r\n }\r\n /**\r\n * @param {?} host\r\n * @return {?}\r\n */\r\n add(host) {\r\n this.hosts = this.hosts.filter((/**\r\n * @param {?} h\r\n * @return {?}\r\n */\r\n function (h) {\r\n return h.ident !== host.ident;\r\n }));\r\n this.hosts.push(host);\r\n }\r\n /**\r\n * @param {?} host\r\n * @return {?}\r\n */\r\n remove(host) {\r\n this.hosts = this.hosts.filter((/**\r\n * @param {?} h\r\n * @return {?}\r\n */\r\n function (h) {\r\n return h.ident !== host.ident;\r\n }));\r\n }\r\n /**\r\n * @param {?} ident\r\n * @return {?}\r\n */\r\n find(ident) {\r\n return this.hosts.find((/**\r\n * @param {?} h\r\n * @return {?}\r\n */\r\n function (h) {\r\n return h.ident === ident;\r\n }));\r\n }\r\n}\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n HostingDynamicComponentService.prototype.hosts;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass HostDynamicDirective {\r\n /**\r\n * @param {?} viewContainerRef\r\n * @param {?} _hostingService\r\n */\r\n constructor(viewContainerRef, _hostingService) {\r\n this.viewContainerRef = viewContainerRef;\r\n this._hostingService = _hostingService;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngAfterViewInit() {\r\n this._hostingService.add(this);\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnDestroy() {\r\n this._hostingService.remove(this);\r\n this.viewContainerRef.clear();\r\n }\r\n}\r\nHostDynamicDirective.decorators = [\r\n { type: Directive, args: [{\r\n selector: '[gdHostDynamic]'\r\n },] }\r\n];\r\n/** @nocollapse */\r\nHostDynamicDirective.ctorParameters = () => [\r\n { type: ViewContainerRef },\r\n { type: HostingDynamicComponentService }\r\n];\r\nHostDynamicDirective.propDecorators = {\r\n ident: [{ type: Input }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n HostDynamicDirective.prototype.ident;\r\n /** @type {?} */\r\n HostDynamicDirective.prototype.viewContainerRef;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n HostDynamicDirective.prototype._hostingService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/** @type {?} */\r\nconst $$8 = jquery;\r\nclass ResizingComponent {\r\n constructor() {\r\n this.se = false;\r\n this.ne = false;\r\n this.sw = false;\r\n this.nw = false;\r\n this.SE = 'se';\r\n this.NE = 'ne';\r\n this.SW = 'sw';\r\n this.NW = 'nw';\r\n this.offsetX = new EventEmitter();\r\n this.offsetY = new EventEmitter();\r\n this.offsetTop = new EventEmitter();\r\n this.offsetLeft = new EventEmitter();\r\n this.release = new EventEmitter();\r\n this.grab = false;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngAfterViewInit() {\r\n /** @type {?} */\r\n const elSE = $$8(this.getElementId(this.SE));\r\n /** @type {?} */\r\n const elNW = $$8(this.getElementId(this.NW));\r\n if (this.init && elSE && elNW && elSE.offset() && elNW.offset()) {\r\n /** @type {?} */\r\n let width = elSE.offset().left - elNW.offset().left;\r\n /** @type {?} */\r\n let height = elSE.offset().top - elNW.offset().top;\r\n while (width >= this.pageWidth || height >= this.pageHeight) {\r\n width = width / 2;\r\n height = height / 2;\r\n }\r\n setTimeout((/**\r\n * @return {?}\r\n */\r\n () => {\r\n this.offsetX.emit(width);\r\n this.offsetY.emit(height);\r\n }), 100);\r\n }\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnInit() {\r\n }\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n catchUp($event) {\r\n // ff\r\n $event.preventDefault();\r\n if ($event.dataTransfer) { // ff\r\n $event.dataTransfer.setData('text', 'foo');\r\n }\r\n this.grab = true;\r\n this.oldPosition = Utils.getMousePosition($event);\r\n }\r\n /**\r\n * @param {?} $event\r\n * @param {?} el\r\n * @return {?}\r\n */\r\n resize($event, el) {\r\n if (!this.grab) {\r\n return;\r\n }\r\n /** @type {?} */\r\n const position = Utils.getMousePosition($event);\r\n if (position.x === 0 && position.y === 0) {\r\n return;\r\n }\r\n /** @type {?} */\r\n const notSW = this.NE === el || this.NW === el;\r\n /** @type {?} */\r\n const notNE = this.SW === el || this.NW === el;\r\n this.setOffsets(position, notNE, notSW);\r\n if (notSW) {\r\n this.offsetTop.emit(position.y - this.oldPosition.y);\r\n }\r\n if (notNE) {\r\n this.offsetLeft.emit(position.x - this.oldPosition.x);\r\n }\r\n this.oldPosition = position;\r\n }\r\n /**\r\n * @private\r\n * @param {?} position\r\n * @param {?} x\r\n * @param {?} y\r\n * @return {?}\r\n */\r\n setOffsets(position, x, y) {\r\n /** @type {?} */\r\n const offsetX = x ? this.oldPosition.x - position.x : position.x - this.oldPosition.x;\r\n /** @type {?} */\r\n const offsetY = y ? this.oldPosition.y - position.y : position.y - this.oldPosition.y;\r\n this.offsetX.emit(offsetX);\r\n this.offsetY.emit(offsetY);\r\n }\r\n /**\r\n * @param {?} $event\r\n * @param {?} el\r\n * @return {?}\r\n */\r\n end($event, el) {\r\n // ff\r\n this.resize($event, el);\r\n this.release.emit(true);\r\n this.grab = false;\r\n }\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n start($event) {\r\n this.drop($event);\r\n }\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n drop($event) {\r\n $event.stopPropagation();\r\n $event.preventDefault();\r\n }\r\n /**\r\n * @private\r\n * @param {?} el\r\n * @return {?}\r\n */\r\n getElementId(el) {\r\n return \"#\" + el + \"-\" + this.id;\r\n }\r\n}\r\nResizingComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-resizing',\r\n template: \"
    \\n\\n
    \\n\\n
    \\n\\n
    \\n\",\r\n styles: [\".ui-resizable-handle{background-color:#679ffa;width:8px;height:8px;border-radius:100%;position:absolute;font-size:.1px;display:block}.se-resize{bottom:-5px;right:-5px;cursor:se-resize}.ne-resize{top:-5px;right:-5px;cursor:ne-resize}.sw-resize{bottom:-5px;left:-5px;cursor:sw-resize}.nw-resize{top:-5px;left:-5px;cursor:nw-resize}\"]\r\n }] }\r\n];\r\n/** @nocollapse */\r\nResizingComponent.ctorParameters = () => [];\r\nResizingComponent.propDecorators = {\r\n init: [{ type: Input }],\r\n id: [{ type: Input }],\r\n se: [{ type: Input }],\r\n ne: [{ type: Input }],\r\n sw: [{ type: Input }],\r\n nw: [{ type: Input }],\r\n pageWidth: [{ type: Input }],\r\n pageHeight: [{ type: Input }],\r\n offsetX: [{ type: Output }],\r\n offsetY: [{ type: Output }],\r\n offsetTop: [{ type: Output }],\r\n offsetLeft: [{ type: Output }],\r\n release: [{ type: Output }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n ResizingComponent.prototype.init;\r\n /** @type {?} */\r\n ResizingComponent.prototype.id;\r\n /** @type {?} */\r\n ResizingComponent.prototype.se;\r\n /** @type {?} */\r\n ResizingComponent.prototype.ne;\r\n /** @type {?} */\r\n ResizingComponent.prototype.sw;\r\n /** @type {?} */\r\n ResizingComponent.prototype.nw;\r\n /** @type {?} */\r\n ResizingComponent.prototype.pageWidth;\r\n /** @type {?} */\r\n ResizingComponent.prototype.pageHeight;\r\n /** @type {?} */\r\n ResizingComponent.prototype.SE;\r\n /** @type {?} */\r\n ResizingComponent.prototype.NE;\r\n /** @type {?} */\r\n ResizingComponent.prototype.SW;\r\n /** @type {?} */\r\n ResizingComponent.prototype.NW;\r\n /** @type {?} */\r\n ResizingComponent.prototype.offsetX;\r\n /** @type {?} */\r\n ResizingComponent.prototype.offsetY;\r\n /** @type {?} */\r\n ResizingComponent.prototype.offsetTop;\r\n /** @type {?} */\r\n ResizingComponent.prototype.offsetLeft;\r\n /** @type {?} */\r\n ResizingComponent.prototype.release;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ResizingComponent.prototype.grab;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ResizingComponent.prototype.oldPosition;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass TopTabActivatorService extends TabActivatorService {\r\n constructor() {\r\n super();\r\n }\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass TopTabComponent {\r\n /**\r\n * @param {?} _tabActivatorService\r\n * @param {?} _modalService\r\n * @param {?} _excMessageService\r\n */\r\n constructor(_tabActivatorService, _modalService, _excMessageService) {\r\n this._tabActivatorService = _tabActivatorService;\r\n this._modalService = _modalService;\r\n this._excMessageService = _excMessageService;\r\n this.disabled = false;\r\n this.activeTab = new EventEmitter();\r\n this.elementPosition = 0;\r\n this.active = false;\r\n this.showToolTip = false;\r\n this._tabActivatorService.activeTabChange.subscribe((/**\r\n * @param {?} tabId\r\n * @return {?}\r\n */\r\n (tabId) => {\r\n this.activation(tabId);\r\n if (tabId === null) {\r\n this.activeTab.emit(\"\");\r\n }\r\n }));\r\n }\r\n /**\r\n * @private\r\n * @param {?} tabId\r\n * @return {?}\r\n */\r\n activation(tabId) {\r\n if (this.id === tabId) {\r\n this.active = !this.active;\r\n if (this.active) {\r\n this.activeTab.emit(this.id);\r\n }\r\n else {\r\n this.activeTab.emit(\"\");\r\n }\r\n }\r\n else {\r\n this.active = false;\r\n }\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnInit() {\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n toggleTab() {\r\n if (this.disabled) {\r\n this._modalService.open(CommonModals.ErrorMessage);\r\n this._excMessageService.changeMessage(\"Please open document first\");\r\n return;\r\n }\r\n this._tabActivatorService.changeActiveTab(this.id);\r\n }\r\n}\r\nTopTabComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-top-tab',\r\n template: \"
    \\n \\n \\n
    \\n\",\r\n styles: [\".gd-tab{font-size:14px;color:#3e4e5a;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;align-content:center;-webkit-box-pack:center;justify-content:center;min-width:36px;height:36px;text-align:center;position:relative;white-space:nowrap;padding:0!important;margin:0 10px}.gd-tab .gd-tab-tooltip{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin:0!important}.gd-tab.active{background-color:#acacac;color:#fff!important;font-weight:700}.gd-tab.disabled{cursor:not-allowed;opacity:.4}.gd-tab ::ng-deep .tooltip{font-size:12px;margin:20px -57px}.gd-tab .title{margin:auto 23px}@media (max-width:1037px){.gd-tab{font-size:20px}}\"]\r\n }] }\r\n];\r\n/** @nocollapse */\r\nTopTabComponent.ctorParameters = () => [\r\n { type: TopTabActivatorService },\r\n { type: ModalService },\r\n { type: ExceptionMessageService }\r\n];\r\nTopTabComponent.propDecorators = {\r\n id: [{ type: Input }],\r\n icon: [{ type: Input }],\r\n disabled: [{ type: Input }],\r\n tooltip: [{ type: Input }],\r\n activeTab: [{ type: Output }],\r\n elementPosition: [{ type: Input }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n TopTabComponent.prototype.id;\r\n /** @type {?} */\r\n TopTabComponent.prototype.icon;\r\n /** @type {?} */\r\n TopTabComponent.prototype.disabled;\r\n /** @type {?} */\r\n TopTabComponent.prototype.tooltip;\r\n /** @type {?} */\r\n TopTabComponent.prototype.activeTab;\r\n /** @type {?} */\r\n TopTabComponent.prototype.elementPosition;\r\n /** @type {?} */\r\n TopTabComponent.prototype.active;\r\n /** @type {?} */\r\n TopTabComponent.prototype.showToolTip;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n TopTabComponent.prototype._tabActivatorService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n TopTabComponent.prototype._modalService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n TopTabComponent.prototype._excMessageService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/** @type {?} */\r\nconst $$9 = jquery;\r\nclass TextMenuComponent {\r\n /**\r\n * @param {?} _onCloseService\r\n * @param {?} _zoomService\r\n * @param {?} _windowService\r\n * @param {?} _elementRef\r\n * @param {?} renderer\r\n */\r\n constructor(_onCloseService, _zoomService, _windowService, _elementRef, renderer) {\r\n this._onCloseService = _onCloseService;\r\n this._zoomService = _zoomService;\r\n this._windowService = _windowService;\r\n this._elementRef = _elementRef;\r\n this.renderer = renderer;\r\n this.decoration = true;\r\n this.showTooltips = true;\r\n this.outFontSize = new EventEmitter();\r\n this.outFont = new EventEmitter();\r\n this.outBold = new EventEmitter();\r\n this.outItalic = new EventEmitter();\r\n this.outUnderline = new EventEmitter();\r\n this.outColor = new EventEmitter();\r\n this.fontSizeOptions = FormattingService.getFontSizeOptions();\r\n this.fontOptions = FormattingService.getFontOptions();\r\n this.colorPickerShow = false;\r\n _onCloseService.onClose.subscribe((/**\r\n * @return {?}\r\n */\r\n () => {\r\n this.colorPickerShow = false;\r\n }));\r\n this.isMobile = _windowService.isMobile();\r\n _windowService.onResize.subscribe((/**\r\n * @param {?} w\r\n * @return {?}\r\n */\r\n (w) => {\r\n this.isMobile = _windowService.isMobile();\r\n }));\r\n _zoomService.zoomChange.subscribe((/**\r\n * @param {?} val\r\n * @return {?}\r\n */\r\n (val) => {\r\n if (this.isMobile) {\r\n this.changePosition(val);\r\n }\r\n }));\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnInit() {\r\n }\r\n /**\r\n * @param {?} val\r\n * @return {?}\r\n */\r\n changePosition(val) {\r\n /** @type {?} */\r\n const top = (window.innerHeight - 24 - this._elementRef.nativeElement.parentElement.getBoundingClientRect().top - this._elementRef.nativeElement.parentElement.getBoundingClientRect().height);\r\n /** @type {?} */\r\n const left = this._elementRef.nativeElement.parentElement.getBoundingClientRect().left;\r\n this.renderer.setStyle(this._elementRef.nativeElement.querySelector('.gd-text-menu'), 'width', window.innerWidth + 'px');\r\n this.renderer.setStyle(this._elementRef.nativeElement.querySelector('.gd-text-menu'), 'top', top + 'px');\r\n this.renderer.setStyle(this._elementRef.nativeElement.querySelector('.gd-text-menu'), 'left', -left + 'px');\r\n }\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n selectFontSize($event) {\r\n $$9(\".gd-wrapper\").off(\"keyup\");\r\n this.outFontSize.emit($event.value);\r\n $$9(\".gd-wrapper\").on(\"keyup\", (/**\r\n * @return {?}\r\n */\r\n () => {\r\n /** @type {?} */\r\n const fontElements = document.getElementsByTagName(\"font\");\r\n for (let i = 0, len = fontElements.length; i < len; ++i) {\r\n if (fontElements[i].getAttribute('size') === \"7\") {\r\n fontElements[i].removeAttribute(\"size\");\r\n fontElements[i].style.fontSize = $event + \"px\";\r\n }\r\n }\r\n }));\r\n }\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n selectFont($event) {\r\n event.preventDefault();\r\n event.stopPropagation();\r\n this.outFont.emit($event.value);\r\n }\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n toggleColorPicker($event) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n this.colorPickerShow = !this.colorPickerShow;\r\n }\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n selectColor($event) {\r\n this.colorPickerShow = false;\r\n this.outColor.emit($event);\r\n }\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n toggleBold(event) {\r\n event.preventDefault();\r\n event.stopPropagation();\r\n this.outBold.emit(!this.bold);\r\n }\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n toggleItalic(event) {\r\n event.preventDefault();\r\n event.stopPropagation();\r\n this.outItalic.emit(!this.italic);\r\n }\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n toggleUnderline(event) {\r\n event.preventDefault();\r\n event.stopPropagation();\r\n this.outUnderline.emit(!this.underline);\r\n }\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n closePicker($event) {\r\n this.colorPickerShow = !$event;\r\n }\r\n}\r\nTextMenuComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-text-menu',\r\n template: \"
    \\n \\n \\n \\n \\n \\n \\n
    \\n
    \\n \\n \\n
    \\n\",\r\n styles: [\"::ng-deep .active{background-color:#e7e7e7}.gd-text-menu{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.gd-text-menu .format-select{height:37px;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;max-width:80px;margin:0 3px}.gd-text-menu .first-component{margin-left:8px}.gd-text-menu ::ng-deep .dropdown-menu{top:40px!important;height:120px;overflow-y:auto}.gd-text-menu ::ng-deep .icon-button{margin:0!important}.bg-color-pic{border-radius:100%;border:1px solid #ccc;position:absolute;height:8px;width:8px;right:6px;bottom:6px}.palette{position:relative;top:40px;left:-55px;z-index:100}@media (max-width:1037px){.gd-text-menu{position:fixed;left:0;right:0;width:inherit;height:60px;-webkit-box-align:center;align-items:center;padding:0;margin:0;background-color:#fff;border-top:2px solid #707070;-webkit-transform-origin:top left;transform-origin:top left;z-index:1000}.gd-text-menu ::ng-deep .selected-value{white-space:normal!important;word-wrap:break-word}.gd-text-menu .icon{color:#fff;margin:0 9px}.gd-text-menu ::ng-deep .bcPicker-palette{left:-200px;top:-185px}.gd-text-menu .palette{top:unset;bottom:40px;left:unset;right:5px}.gd-text-menu ::ng-deep .dropdown-menu{bottom:40px;top:unset!important}.gd-text-menu ::ng-deep .first-component ::ng-deep .dropdown-menu{left:0}.gd-text-menu ::ng-deep .button{margin:3px!important}}\"]\r\n }] }\r\n];\r\n/** @nocollapse */\r\nTextMenuComponent.ctorParameters = () => [\r\n { type: OnCloseService },\r\n { type: ZoomService },\r\n { type: WindowService },\r\n { type: ElementRef },\r\n { type: Renderer2 }\r\n];\r\nTextMenuComponent.propDecorators = {\r\n blur: [{ type: Input }],\r\n fontSize: [{ type: Input }],\r\n font: [{ type: Input }],\r\n bold: [{ type: Input }],\r\n italic: [{ type: Input }],\r\n underline: [{ type: Input }],\r\n color: [{ type: Input }],\r\n decoration: [{ type: Input }],\r\n showTooltips: [{ type: Input }],\r\n outFontSize: [{ type: Output }],\r\n outFont: [{ type: Output }],\r\n outBold: [{ type: Output }],\r\n outItalic: [{ type: Output }],\r\n outUnderline: [{ type: Output }],\r\n outColor: [{ type: Output }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n TextMenuComponent.prototype.blur;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.fontSize;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.font;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.bold;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.italic;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.underline;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.color;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.decoration;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.showTooltips;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.outFontSize;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.outFont;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.outBold;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.outItalic;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.outUnderline;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.outColor;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.fontSizeOptions;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.fontOptions;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.colorPickerShow;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.isMobile;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n TextMenuComponent.prototype._onCloseService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n TextMenuComponent.prototype._zoomService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n TextMenuComponent.prototype._windowService;\r\n /**\r\n * @type {?}\r\n * @protected\r\n */\r\n TextMenuComponent.prototype._elementRef;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n TextMenuComponent.prototype.renderer;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nclass MenuType {\r\n}\r\nMenuType.FOR_SIGNATURE = \"signature\";\r\nMenuType.FOR_ANNOTATION = \"annotation\";\r\nif (false) {\r\n /** @type {?} */\r\n MenuType.FOR_SIGNATURE;\r\n /** @type {?} */\r\n MenuType.FOR_ANNOTATION;\r\n}\r\nclass ContextMenuComponent {\r\n /**\r\n * @param {?} _windowService\r\n * @param {?} _zoomService\r\n * @param {?} _elementRef\r\n * @param {?} renderer\r\n */\r\n constructor(_windowService, _zoomService, _elementRef, renderer) {\r\n this._windowService = _windowService;\r\n this._zoomService = _zoomService;\r\n this._elementRef = _elementRef;\r\n this.renderer = renderer;\r\n this.formatting = Formatting.default();\r\n this.lock = false;\r\n this.translation = 0;\r\n this.changeFormatting = new EventEmitter();\r\n this.removeItem = new EventEmitter();\r\n this.copySign = new EventEmitter();\r\n this.lockOut = new EventEmitter();\r\n this.comment = new EventEmitter();\r\n this.isMobile = _windowService.isMobile();\r\n _windowService.onResize.subscribe((/**\r\n * @param {?} w\r\n * @return {?}\r\n */\r\n (w) => {\r\n this.isMobile = _windowService.isMobile();\r\n }));\r\n _zoomService.zoomChange.subscribe((/**\r\n * @param {?} val\r\n * @return {?}\r\n */\r\n (val) => {\r\n if (this.isMobile) {\r\n this.changeScale(val);\r\n }\r\n }));\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ngOnInit() {\r\n }\r\n /**\r\n * @param {?} val\r\n * @return {?}\r\n */\r\n changeScale(val) {\r\n this.renderer.setStyle(this._elementRef.nativeElement.querySelector('.gd-context-menu'), 'transform', 'scale(' + 1 / (val / 100) + ')');\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n saveChanges() {\r\n this.changeFormatting.emit(this.formatting);\r\n }\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n selectFontSize($event) {\r\n this.formatting.fontSize = $event;\r\n this.saveChanges();\r\n }\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n selectFont($event) {\r\n this.formatting.font = $event;\r\n this.saveChanges();\r\n }\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n selectColor($event) {\r\n this.formatting.color = $event;\r\n this.saveChanges();\r\n }\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n toggleBold($event) {\r\n this.formatting.bold = $event;\r\n this.saveChanges();\r\n }\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n toggleItalic($event) {\r\n this.formatting.italic = $event;\r\n this.saveChanges();\r\n }\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n toggleUnderline($event) {\r\n this.formatting.underline = $event;\r\n this.saveChanges();\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n deleteItem() {\r\n this.removeItem.emit(true);\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n toggleLock() {\r\n this.lock = !this.lock;\r\n this.lockOut.emit(this.lock);\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n onCopySign() {\r\n this.copySign.emit(true);\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n isSignature() {\r\n return this.menuType === MenuType.FOR_SIGNATURE;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n isAnnotation() {\r\n return this.menuType === MenuType.FOR_ANNOTATION;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n addComment() {\r\n this.comment.emit(true);\r\n }\r\n}\r\nContextMenuComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-context-menu',\r\n template: \"
    10 ? 'gd-context-menu-top' : 'gd-context-menu-bottom'\\\">\\n \\n \\n \\n \\n \\n \\n
    \\n\",\r\n styles: [\".gd-context-menu-top{top:-44px}.gd-context-menu-bottom{bottom:-40px}.gd-context-menu{box-shadow:rgba(0,0,0,.52) 0 0 5px;background-color:#fff;position:absolute;left:0;right:0;margin:auto;cursor:default;width:max-content;width:-moz-max-content;width:-webkit-max-content;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;z-index:999}.gd-context-menu .arrows{cursor:move}.gd-context-menu ::ng-deep .active{background-color:#e7e7e7}.gd-context-menu ::ng-deep .icon-button{margin:0!important}@media (max-width:1037px){.gd-context-menu-top{top:-42px;-webkit-transform-origin:bottom center;transform-origin:bottom center}}\"]\r\n }] }\r\n];\r\n/** @nocollapse */\r\nContextMenuComponent.ctorParameters = () => [\r\n { type: WindowService },\r\n { type: ZoomService },\r\n { type: ElementRef },\r\n { type: Renderer2 }\r\n];\r\nContextMenuComponent.propDecorators = {\r\n formatting: [{ type: Input }],\r\n textMenu: [{ type: Input }],\r\n topPosition: [{ type: Input }],\r\n lock: [{ type: Input }],\r\n translation: [{ type: Input }],\r\n menuType: [{ type: Input }],\r\n changeFormatting: [{ type: Output }],\r\n removeItem: [{ type: Output }],\r\n copySign: [{ type: Output }],\r\n lockOut: [{ type: Output }],\r\n comment: [{ type: Output }]\r\n};\r\nif (false) {\r\n /** @type {?} */\r\n ContextMenuComponent.prototype.formatting;\r\n /** @type {?} */\r\n ContextMenuComponent.prototype.textMenu;\r\n /** @type {?} */\r\n ContextMenuComponent.prototype.topPosition;\r\n /** @type {?} */\r\n ContextMenuComponent.prototype.lock;\r\n /** @type {?} */\r\n ContextMenuComponent.prototype.translation;\r\n /** @type {?} */\r\n ContextMenuComponent.prototype.menuType;\r\n /** @type {?} */\r\n ContextMenuComponent.prototype.changeFormatting;\r\n /** @type {?} */\r\n ContextMenuComponent.prototype.removeItem;\r\n /** @type {?} */\r\n ContextMenuComponent.prototype.copySign;\r\n /** @type {?} */\r\n ContextMenuComponent.prototype.lockOut;\r\n /** @type {?} */\r\n ContextMenuComponent.prototype.comment;\r\n /** @type {?} */\r\n ContextMenuComponent.prototype.isMobile;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ContextMenuComponent.prototype._windowService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ContextMenuComponent.prototype._zoomService;\r\n /**\r\n * @type {?}\r\n * @protected\r\n */\r\n ContextMenuComponent.prototype._elementRef;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ContextMenuComponent.prototype.renderer;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/** @type {?} */\r\nconst providers = [ConfigService,\r\n Api,\r\n ModalService,\r\n FileService,\r\n FileModel,\r\n FileUtil,\r\n Utils,\r\n SanitizeHtmlPipe,\r\n SanitizeResourceHtmlPipe,\r\n SanitizeStylePipe,\r\n HighlightSearchPipe,\r\n UploadFilesService,\r\n RenderPrintService,\r\n NavigateService,\r\n PagePreloadService,\r\n ZoomService,\r\n ExceptionMessageService,\r\n PasswordService,\r\n ErrorInterceptorService,\r\n SearchService,\r\n WindowService,\r\n ViewportService,\r\n FormattingService,\r\n BackFormattingService,\r\n OnCloseService,\r\n LoadingMaskInterceptorService,\r\n LoadingMaskService,\r\n TabActivatorService,\r\n AddDynamicComponentService,\r\n HostingDynamicComponentService,\r\n TopTabActivatorService];\r\nclass CommonComponentsModule {\r\n constructor() {\r\n library.add(fas, far);\r\n }\r\n}\r\nCommonComponentsModule.decorators = [\r\n { type: NgModule, args: [{\r\n imports: [CommonModule, FontAwesomeModule, ClickOutsideModule],\r\n declarations: [\r\n TopToolbarComponent,\r\n SidePanelComponent,\r\n ButtonComponent,\r\n LogoComponent,\r\n TooltipComponent,\r\n ModalComponent,\r\n BrowseFilesModalComponent,\r\n DocumentComponent,\r\n PageComponent,\r\n SanitizeHtmlPipe,\r\n SanitizeResourceHtmlPipe,\r\n SanitizeStylePipe,\r\n HighlightSearchPipe,\r\n UploadFileZoneComponent,\r\n DndDirective,\r\n ScrollableDirective,\r\n MouseWheelDirective,\r\n ZoomDirective,\r\n SelectComponent,\r\n DisabledCursorDirective,\r\n RotationDirective,\r\n InitStateComponent,\r\n RenderPrintDirective,\r\n ErrorModalComponent,\r\n PasswordRequiredComponent,\r\n SearchComponent,\r\n SearchableDirective,\r\n TabbedToolbarsComponent,\r\n TabComponent,\r\n TabsComponent,\r\n ColorPickerComponent,\r\n FormattingDirective,\r\n SuccessModalComponent,\r\n EditorDirective,\r\n LoadingMaskComponent,\r\n DropDownComponent,\r\n DropDownItemComponent,\r\n DropDownItemsComponent,\r\n DropDownToggleComponent,\r\n LeftSideBarComponent,\r\n TooltipDirective,\r\n HostDynamicDirective,\r\n ResizingComponent,\r\n TopTabComponent,\r\n TextMenuComponent,\r\n ContextMenuComponent\r\n ],\r\n exports: [\r\n TopToolbarComponent,\r\n SidePanelComponent,\r\n ButtonComponent,\r\n LogoComponent,\r\n TooltipComponent,\r\n ModalComponent,\r\n BrowseFilesModalComponent,\r\n DocumentComponent,\r\n PageComponent,\r\n SanitizeResourceHtmlPipe,\r\n SanitizeStylePipe,\r\n HighlightSearchPipe,\r\n SanitizeHtmlPipe,\r\n UploadFileZoneComponent,\r\n ScrollableDirective,\r\n MouseWheelDirective,\r\n SelectComponent,\r\n RotationDirective,\r\n InitStateComponent,\r\n RenderPrintDirective,\r\n ErrorModalComponent,\r\n PasswordRequiredComponent,\r\n SearchComponent,\r\n SearchableDirective,\r\n TabbedToolbarsComponent,\r\n TabComponent,\r\n TabsComponent,\r\n ColorPickerComponent,\r\n FormattingDirective,\r\n SuccessModalComponent,\r\n LoadingMaskComponent,\r\n DndDirective,\r\n DropDownComponent,\r\n DropDownItemComponent,\r\n DropDownItemsComponent,\r\n DropDownToggleComponent,\r\n ZoomDirective,\r\n DropDownToggleComponent,\r\n LeftSideBarComponent,\r\n TooltipDirective,\r\n HostDynamicDirective,\r\n ResizingComponent,\r\n TopTabComponent,\r\n TextMenuComponent,\r\n ContextMenuComponent\r\n ],\r\n providers: providers\r\n },] }\r\n];\r\n/** @nocollapse */\r\nCommonComponentsModule.ctorParameters = () => [];\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n\r\nexport { AddDynamicComponentService, Api, BackFormattingService, BrowseFilesModalComponent, ButtonComponent, ColorPickerComponent, CommonComponentsModule, CommonModals, ConfigService, ContextMenuComponent, DisabledCursorDirective, DndDirective, DocumentComponent, DropDownComponent, DropDownItemComponent, DropDownItemsComponent, DropDownToggleComponent, EditHtmlService, EditorDirective, ErrorInterceptorService, ErrorModalComponent, ExceptionMessageService, FileCredentials, FileDescription, FileModel, FileService, FileUtil, Formatting, FormattingDirective, FormattingService, HighlightSearchPipe, HostDynamicDirective, HostingDynamicComponentService, HttpError, InitStateComponent, LeftSideBarComponent, LoadingMaskComponent, LoadingMaskInterceptorService, LoadingMaskService, LogoComponent, MenuType, ModalComponent, ModalService, MouseWheelDirective, NavigateService, OnCloseService, PageComponent, PageModel, PagePreloadService, PasswordRequiredComponent, PasswordService, RenderPrintDirective, RenderPrintService, RotatedPage, RotationDirective, SanitizeHtmlPipe, SanitizeResourceHtmlPipe, SanitizeStylePipe, SaveFile, ScrollableDirective, SearchComponent, SearchService, SearchableDirective, SelectComponent, SelectionService, SidePanelComponent, SuccessModalComponent, TabActivatorService, TabComponent, TabbedToolbarsComponent, TextMenuComponent, TooltipComponent, TopTabActivatorService, TopToolbarComponent, UploadFileZoneComponent, UploadFilesService, Utils, ViewportService, WindowService, ZoomDirective, ZoomService, TabsComponent as ɵa, TooltipDirective as ɵb, ResizingComponent as ɵc, TopTabComponent as ɵd };\r\n//# sourceMappingURL=groupdocs.examples.angular-common-components.js.map\r\n","export * from './lib/annotation.module';\r\nexport * from './lib/annotation-app.component';\r\nexport * from './lib/active-annotation.service'\r\nexport * from './lib/annotation.service'\r\nexport * from './lib/annotation-config.service'\r\nexport * from './lib/comment-annotation.service'\r\nexport * from './lib/remove-annotation.service'\r\n","import {Observable, Subject} from \"rxjs\";\r\n\r\nexport class ActiveAnnotationService {\r\n private _observer: Subject = new Subject();\r\n private readonly _activeChange: Observable = this._observer.asObservable();\r\n\r\n constructor() {\r\n }\r\n\r\n get activeChange(): Observable {\r\n return this._activeChange;\r\n }\r\n\r\n changeActive(annId: number) {\r\n this._observer.next(annId);\r\n }\r\n}\r\n\r\n","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n::ng-deep .page {\\n position: relative;\\n}\\n::ng-deep .gd-page-image {\\n width: unset;\\n height: unset;\\n}\\n::ng-deep .top-panel {\\n align-content: flex-start;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: inherit;\\n}\\n.gd-document {\\n width: 100%;\\n height: calc(100% - 90px);\\n}\\n.toolbar-panel {\\n width: 100%;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.annotation-wrapper ::ng-deep .button {\\n color: #3E4E5A !important;\\n}\\n.annotation-wrapper ::ng-deep .button .text {\\n padding: 0px !important;\\n}\\n.annotation-wrapper ::ng-deep .select {\\n color: #3E4E5A !important;\\n}\\n.desktop-hide {\\n display: none;\\n}\\n@media (max-width: 1037px) {\\n ::ng-deep .logo ::ng-deep .icon {\\n font-size: 24px !important;\\n }\\n ::ng-deep .top-panel {\\n height: 120px !important;\\n }\\n ::ng-deep .toolbar-panel ::ng-deep .button,\\n ::ng-deep .toolbar-panel .gd-tab {\\n height: 60px;\\n line-height: 60px;\\n width: 60px;\\n margin: 0px !important;\\n }\\n .desktop-hide {\\n display: block;\\n }\\n .gd-document {\\n height: calc(100% - 120px);\\n }\\n ::ng-deep .bcPicker-palette {\\n position: absolute;\\n left: -80px !important;\\n top: -170px !important;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2Fubm90YXRpb24tYXBwLmNvbXBvbmVudC5sZXNzIiwibGlicy9hbm5vdGF0aW9uL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2Fubm90YXRpb24vc3JjL2xpYi9hbm5vdGF0aW9uLWFwcC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSw2RUNBa0I7QUFHbEI7RUFDRSxzREFBQTtBRERGO0FDSUE7RUFDRSxrQkFBQTtBREZGO0FDS0E7RUFDRSxZQUFBO0VBQ0EsYUFBQTtBREhGO0FDTUE7RUFDRSx5QkFBQTtBREpGO0FDT0E7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRExGO0FDUUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0FETkY7QUNTQTtFQUNFLFdBQUE7RUFDQSx5QkFBQTtBRFBGO0FDVUE7RUFDRSxXQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBRFJGO0FDV0E7RUFFSSx5QkFBQTtBRFZKO0FDUUE7RUFLTSx1QkFBQTtBRFZOO0FDS0E7RUFVSSx5QkFBQTtBRFpKO0FDZ0JBO0VBQ0UsYUFBQTtBRGRGO0FDaUJBO0VBQ0U7SUFFSSwwQkFBQTtFRGhCSjtFQ29CQTtJQUNFLHdCQUFBO0VEbEJGO0VDcUJBOztJQUVJLFlBQUE7SUFDQSxpQkFBQTtJQUNBLFdBQUE7SUFDQSxzQkFBQTtFRG5CSjtFQ3VCQTtJQUNFLGNBQUE7RURyQkY7RUN3QkE7SUFDRSwwQkFBQTtFRHRCRjtFQ3lCQTtJQUNFLGtCQUFBO0lBQ0Esc0JBQUE7SUFDQSxzQkFBQTtFRHZCRjtBQUNGIiwiZmlsZSI6ImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2Fubm90YXRpb24tYXBwLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuOjpuZy1kZWVwIC5wYWdlIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuOjpuZy1kZWVwIC5nZC1wYWdlLWltYWdlIHtcbiAgd2lkdGg6IHVuc2V0O1xuICBoZWlnaHQ6IHVuc2V0O1xufVxuOjpuZy1kZWVwIC50b3AtcGFuZWwge1xuICBhbGlnbi1jb250ZW50OiBmbGV4LXN0YXJ0O1xufVxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0OiAxMDAlO1xuICB3aWR0aDogMTAwJTtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xufVxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gOTBweCk7XG59XG4udG9vbGJhci1wYW5lbCB7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmFubm90YXRpb24td3JhcHBlciA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIGNvbG9yOiAjM0U0RTVBICFpbXBvcnRhbnQ7XG59XG4uYW5ub3RhdGlvbi13cmFwcGVyIDo6bmctZGVlcCAuYnV0dG9uIC50ZXh0IHtcbiAgcGFkZGluZzogMHB4ICFpbXBvcnRhbnQ7XG59XG4uYW5ub3RhdGlvbi13cmFwcGVyIDo6bmctZGVlcCAuc2VsZWN0IHtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbn1cbi5kZXNrdG9wLWhpZGUge1xuICBkaXNwbGF5OiBub25lO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICA6Om5nLWRlZXAgLmxvZ28gOjpuZy1kZWVwIC5pY29uIHtcbiAgICBmb250LXNpemU6IDI0cHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvcC1wYW5lbCB7XG4gICAgaGVpZ2h0OiAxMjBweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbGJhci1wYW5lbCA6Om5nLWRlZXAgLmJ1dHRvbixcbiAgOjpuZy1kZWVwIC50b29sYmFyLXBhbmVsIC5nZC10YWIge1xuICAgIGhlaWdodDogNjBweDtcbiAgICBsaW5lLWhlaWdodDogNjBweDtcbiAgICB3aWR0aDogNjBweDtcbiAgICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xuICB9XG4gIC5kZXNrdG9wLWhpZGUge1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICB9XG4gIC5nZC1kb2N1bWVudCB7XG4gICAgaGVpZ2h0OiBjYWxjKDEwMCUgLSAxMjBweCk7XG4gIH1cbiAgOjpuZy1kZWVwIC5iY1BpY2tlci1wYWxldHRlIHtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgbGVmdDogLTgwcHggIWltcG9ydGFudDtcbiAgICB0b3A6IC0xNzBweCAhaW1wb3J0YW50O1xuICB9XG59XG4iLCJAaW1wb3J0IChjc3MpIHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbkBpbXBvcnQgXCIuLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuXG46Om5nLWRlZXAgLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG5cbjo6bmctZGVlcCAuZ2QtcGFnZS1pbWFnZSB7XG4gIHdpZHRoIDogdW5zZXQ7XG4gIGhlaWdodDogdW5zZXQ7XG59XG5cbjo6bmctZGVlcCAudG9wLXBhbmVsIHtcbiAgYWxpZ24tY29udGVudDogZmxleC1zdGFydDtcbn1cblxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0ICAgICA6IDEwMCU7XG4gIHdpZHRoICAgICAgOiAxMDAlO1xuICBwb3NpdGlvbiAgIDogZml4ZWQ7XG4gIHRvcCAgICAgICAgOiAwO1xuICBib3R0b20gICAgIDogMDtcbiAgbGVmdCAgICAgICA6IDA7XG4gIHJpZ2h0ICAgICAgOiAwO1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0IDogaW5oZXJpdDtcbn1cblxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGggOiAxMDAlO1xuICBoZWlnaHQ6flwiY2FsYygxMDAlIC0gQHtlZGl0b3ItbmF2LWhlaWdodH0pXCI7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgd2lkdGggICAgICA6IDEwMCU7XG4gIGRpc3BsYXkgICAgOiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuXG4uYW5ub3RhdGlvbi13cmFwcGVyIHtcbiAgOjpuZy1kZWVwIC5idXR0b24ge1xuICAgIGNvbG9yOiBAcHJpbWFyeSAgIWltcG9ydGFudDtcblxuICAgIC50ZXh0IHtcbiAgICAgIHBhZGRpbmc6IDBweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuXG4gIDo6bmctZGVlcCAuc2VsZWN0IHtcbiAgICBjb2xvcjogQHByaW1hcnkgICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuLmRlc2t0b3AtaGlkZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIDo6bmctZGVlcCAubG9nbyB7XG4gICAgOjpuZy1kZWVwIC5pY29uIHtcbiAgICAgIGZvbnQtc2l6ZTogMjRweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuXG4gIDo6bmctZGVlcCAudG9wLXBhbmVsIHtcbiAgICBoZWlnaHQ6IDEyMHB4ICFpbXBvcnRhbnQ7XG4gIH1cblxuICA6Om5nLWRlZXAgLnRvb2xiYXItcGFuZWwge1xuICAgIDo6bmctZGVlcCAuYnV0dG9uLCAuZ2QtdGFiIHtcbiAgICAgIGhlaWdodDogNjBweDtcbiAgICAgIGxpbmUtaGVpZ2h0OiA2MHB4O1xuICAgICAgd2lkdGg6IDYwcHg7XG4gICAgICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuXG4gIC5kZXNrdG9wLWhpZGUge1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICB9XG5cbiAgLmdkLWRvY3VtZW50IHtcbiAgICBoZWlnaHQ6flwiY2FsYygxMDAlIC0gMTIwcHgpXCI7XG4gIH1cblxuICA6Om5nLWRlZXAgLmJjUGlja2VyLXBhbGV0dGUge1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICBsZWZ0OiAtODBweCAhaW1wb3J0YW50O1xuICAgIHRvcDogLTE3MHB4ICFpbXBvcnRhbnQ7XG4gIH1cbn0iXX0= */\"","import {Component, ComponentRef, OnInit} from '@angular/core';\r\nimport {AnnotationConfig} from \"./annotation-config\";\r\nimport {AnnotationService} from \"./annotation.service\";\r\nimport {\r\n AddDynamicComponentService,\r\n CommonModals,\r\n FileCredentials,\r\n FileModel, Formatting,\r\n HostingDynamicComponentService,\r\n ModalService,\r\n NavigateService, PagePreloadService, PasswordService,\r\n TopTabActivatorService, UploadFilesService,\r\n Utils,\r\n WindowService,\r\n ZoomService\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport {\r\n AnnotationType,\r\n CommentAnnotation,\r\n Position,\r\n RemoveAnnotation,\r\n Comment,\r\n FileAnnotationDescription, PageAnnotationModel, AnnotationData, Dimension\r\n} from \"./annotation-models\";\r\nimport {AnnotationComponent} from \"./annotation/annotation.component\";\r\nimport {ActiveAnnotationService} from \"./active-annotation.service\";\r\nimport * as jquery from 'jquery';\r\nimport {RemoveAnnotationService} from \"./remove-annotation.service\";\r\nimport {CommentAnnotationService} from \"./comment-annotation.service\";\r\nimport { AnnotationConfigService } from \"./annotation-config.service\";\r\n\r\nconst $ = jquery;\r\n\r\n@Component({\r\n selector: 'gd-annotation-app',\r\n templateUrl: './annotation-app.component.html',\r\n styleUrls: ['./annotation-app.component.less']\r\n})\r\nexport class AnnotationAppComponent implements OnInit {\r\n title = 'annotation';\r\n files: FileModel[] = [];\r\n file: FileAnnotationDescription;\r\n isLoading: boolean;\r\n annotationConfig: AnnotationConfig;\r\n browseFilesModal = CommonModals.BrowseFiles;\r\n formatDisabled = !this.file;\r\n public credentials: FileCredentials;\r\n annotationTypes = [\r\n AnnotationType.TEXT,\r\n AnnotationType.TEXT_STRIKEOUT,\r\n AnnotationType.TEXT_UNDERLINE,\r\n AnnotationType.TEXT_REPLACEMENT,\r\n AnnotationType.TEXT_REDACTION,\r\n AnnotationType.POLYLINE,\r\n AnnotationType.ARROW,\r\n AnnotationType.DISTANCE,\r\n AnnotationType.AREA,\r\n AnnotationType.TEXT_FIELD,\r\n AnnotationType.WATERMARK,\r\n AnnotationType.POINT,\r\n ];\r\n isDesktop: boolean;\r\n annotationTypeFirst = [\r\n AnnotationType.TEXT,\r\n AnnotationType.TEXT_UNDERLINE,\r\n AnnotationType.TEXT_REDACTION,\r\n AnnotationType.TEXT_REPLACEMENT,\r\n AnnotationType.TEXT_STRIKEOUT,\r\n ];\r\n annotationTypeSecond = [\r\n AnnotationType.POLYLINE,\r\n AnnotationType.ARROW,\r\n AnnotationType.DISTANCE,\r\n AnnotationType.AREA,\r\n AnnotationType.POINT\r\n ];\r\n annotationTypeThird = [\r\n AnnotationType.TEXT_FIELD,\r\n AnnotationType.WATERMARK,\r\n ];\r\n countPages = 0;\r\n commentOpenedId: number;\r\n comments = new Map();\r\n _zoom = 100;\r\n _pageWidth: number;\r\n _pageHeight: number;\r\n\r\n private activeAnnotationTab: string;\r\n private fileWasDropped = false;\r\n public annotations = new Map>();\r\n private creatingAnnotationId: number;\r\n private activeAnnotationId: number;\r\n\r\n constructor(private _annotationService: AnnotationService,\r\n private _modalService: ModalService,\r\n private _navigateService: NavigateService,\r\n private _tabActivatorService: TopTabActivatorService,\r\n private _hostingComponentsService: HostingDynamicComponentService,\r\n private _addDynamicComponentService: AddDynamicComponentService,\r\n private _activeAnnotationService: ActiveAnnotationService,\r\n private _removeAnnotationService: RemoveAnnotationService,\r\n public _commentAnnotationService: CommentAnnotationService,\r\n uploadFilesService: UploadFilesService,\r\n pagePreloadService: PagePreloadService,\r\n passwordService: PasswordService,\r\n private _windowService: WindowService,\r\n private _zoomService: ZoomService,\r\n configService: AnnotationConfigService) {\r\n\r\n configService.updatedConfig.subscribe((annotationConfig) => {\r\n this.annotationConfig = annotationConfig;\r\n });\r\n\r\n this.isDesktop = _windowService.isDesktop();\r\n _windowService.onResize.subscribe((w) => {\r\n this.isDesktop = _windowService.isDesktop();\r\n if (!this.isDesktop) {\r\n this.refreshZoom();\r\n }\r\n });\r\n\r\n this._activeAnnotationService.activeChange.subscribe((id: number) => {\r\n if (this.activeAnnotationId !== id) {\r\n this.commentOpenedId = null;\r\n this.activeAnnotationId = id;\r\n }\r\n });\r\n\r\n this._commentAnnotationService.commentAnnotation.subscribe((commentAnnotation: CommentAnnotation) => {\r\n this.commentOpenedId = commentAnnotation.id;\r\n if (!this.comments.get(this.commentOpenedId)) {\r\n this.comments.set(this.commentOpenedId, []);\r\n }\r\n });\r\n\r\n this._commentAnnotationService.addCommentObserve.subscribe((comment: Comment) => {\r\n this.comments.get(this.commentOpenedId).push(comment);\r\n });\r\n\r\n this._removeAnnotationService.removeAnnotation.subscribe((removeAnnotation: RemoveAnnotation) => {\r\n const componentRef = this.annotations.get(removeAnnotation.id);\r\n if (componentRef) {\r\n componentRef.destroy();\r\n }\r\n this.annotations.delete(removeAnnotation.id);\r\n if (this.commentOpenedId === removeAnnotation.id) {\r\n this.commentOpenedId = null;\r\n }\r\n this.comments.delete(removeAnnotation.id);\r\n });\r\n\r\n uploadFilesService.uploadsChange.subscribe((uploads) => {\r\n if (uploads) {\r\n let i: number;\r\n for (i = 0; i < uploads.length; i++) {\r\n this._annotationService.upload(uploads.item(i), '', this.rewriteConfig).subscribe((obj: FileCredentials) => {\r\n this.fileWasDropped ? this.selectFile(obj.guid, '', '') : this.selectDir('');\r\n });\r\n }\r\n }\r\n });\r\n\r\n pagePreloadService.checkPreload.subscribe((page: number) => {\r\n if (this.preloadPageCountConfig !== 0) {\r\n for (let i = page; i < page + 2; i++) {\r\n if (i > 0 && i <= this.countPages && !this.file.pages[i - 1].data) {\r\n this.preloadPages(i, i);\r\n }\r\n }\r\n }\r\n });\r\n\r\n passwordService.passChange.subscribe((pass: string) => {\r\n this.selectFile(this.credentials.guid, pass, CommonModals.PasswordRequired);\r\n });\r\n\r\n this.isDesktop = _windowService.isDesktop();\r\n _windowService.onResize.subscribe((w) => {\r\n this.isDesktop = _windowService.isDesktop();\r\n });\r\n }\r\n\r\n getComments() {\r\n return this.comments.get(this.commentOpenedId);\r\n }\r\n\r\n get rewriteConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.rewrite : true;\r\n }\r\n\r\n get zoomConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.zoom : false;\r\n }\r\n\r\n get pageSelectorConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.pageSelector : true;\r\n }\r\n\r\n get preloadPageCountConfig(): number {\r\n return this.annotationConfig ? this.annotationConfig.preloadPageCount : 0;\r\n }\r\n\r\n get downloadConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.download : true;\r\n }\r\n\r\n get downloadOriginalConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.downloadOriginal : true;\r\n }\r\n\r\n get downloadAnnotatedConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.downloadAnnotated : true;\r\n }\r\n\r\n get uploadConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.upload : true;\r\n }\r\n\r\n private defaultDocumentConfig() {\r\n return this.annotationConfig ? this.annotationConfig.defaultDocument : \"\";\r\n }\r\n\r\n get printConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.print : true;\r\n }\r\n\r\n get browseConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.browse : true;\r\n }\r\n\r\n get htmlModeConfig(): boolean {\r\n return false;\r\n }\r\n\r\n get enableRightClickConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.enableRightClick : true;\r\n }\r\n\r\n get textAnnotationConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.textAnnotation : true;\r\n }\r\n\r\n get areaAnnotationConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.areaAnnotation : true;\r\n }\r\n\r\n get pointAnnotationConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.pointAnnotation : true;\r\n }\r\n\r\n get textStrikeoutAnnotationConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.textStrikeoutAnnotation : true;\r\n }\r\n\r\n get polylineAnnotationConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.polylineAnnotation : true;\r\n }\r\n\r\n get textFieldAnnotationConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.textFieldAnnotation : true;\r\n }\r\n\r\n get watermarkAnnotationConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.watermarkAnnotation : true;\r\n }\r\n\r\n get textReplacementAnnotationConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.textReplacementAnnotation : true;\r\n }\r\n\r\n get arrowAnnotationConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.arrowAnnotation : true;\r\n }\r\n\r\n get textRedactionAnnotationConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.textRedactionAnnotation : true;\r\n }\r\n\r\n get textUnderlineAnnotationConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.textUnderlineAnnotation : true;\r\n }\r\n\r\n get distanceAnnotationConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.distanceAnnotation : true;\r\n }\r\n\r\n ngOnInit() {\r\n if (this.annotationConfig.defaultDocument !== \"\"){\r\n this.isLoading = true;\r\n this.selectFile(this.annotationConfig.defaultDocument, \"\", \"\");\r\n }\r\n }\r\n\r\n private ptToPx(pt: number) {\r\n //pt * 96 / 72 = px.\r\n return pt * 96 / 72;\r\n }\r\n\r\n private getFitToWidth() {\r\n // Images and Excel-related files receiving dimensions in px from server\r\n const pageWidth = this.ptToPx(this._pageWidth);\r\n const pageHeight = this.ptToPx(this._pageHeight);\r\n const offsetWidth = pageWidth ? pageWidth : window.innerWidth;\r\n\r\n return (pageHeight > pageWidth && Math.round(offsetWidth / window.innerWidth) < 2) ? 200 - Math.round(offsetWidth * 100 / window.innerWidth) : Math.round(window.innerWidth * 100 / offsetWidth);\r\n }\r\n\r\n set zoom(zoom) {\r\n this._zoom = zoom;\r\n this._zoomService.changeZoom(this._zoom);\r\n }\r\n\r\n get zoom() {\r\n return this._zoom;\r\n }\r\n\r\n private refreshZoom() {\r\n this.zoom = this._windowService.isDesktop() ? 100 : this.getFitToWidth();\r\n }\r\n\r\n zoomIn() {\r\n if (this.formatDisabled)\r\n return;\r\n if (this._zoom < 490) {\r\n this.zoom = this._zoom + 10;\r\n }\r\n }\r\n\r\n zoomOut() {\r\n if (this.formatDisabled)\r\n return;\r\n if (this._zoom > 30) {\r\n this.zoom = this._zoom - 10;\r\n }\r\n }\r\n\r\n openModal(id: string) {\r\n this._modalService.open(id);\r\n }\r\n\r\n closeModal(id: string) {\r\n this._modalService.close(id);\r\n }\r\n\r\n selectDir($event: string) {\r\n this._annotationService.loadFiles($event).subscribe((files: FileModel[]) => this.files = files || []);\r\n }\r\n\r\n selectFile($event: string, password: string, modalId: string) {\r\n this.credentials = new FileCredentials($event, password);\r\n this.file = null;\r\n this.commentOpenedId = null;\r\n this._annotationService.loadFile(this.credentials).subscribe((file: FileAnnotationDescription) => {\r\n this.cleanAnnotations();\r\n this.file = file;\r\n this.formatDisabled = !this.file;\r\n if (file) {\r\n if (!this.isDesktop && file.pages && file.pages[0]) {\r\n this._pageHeight = file.pages[0].height;\r\n this._pageWidth = file.pages[0].width;\r\n this.refreshZoom();\r\n }\r\n const preloadPageCount = this.preloadPageCountConfig;\r\n const countPages = file.pages ? file.pages.length : 0;\r\n if (preloadPageCount > 0) {\r\n this.preloadPages(1, preloadPageCount > countPages ? countPages : preloadPageCount);\r\n } else {\r\n setTimeout(() => {\r\n for (const page of this.file.pages) {\r\n this.importAnnotations(page.annotations ? page.annotations : []);\r\n }\r\n }, 100);\r\n }\r\n this._navigateService.countPages = countPages;\r\n this._navigateService.currentPage = 1;\r\n this.countPages = countPages;\r\n }\r\n }\r\n );\r\n if (modalId) {\r\n this._modalService.close(modalId);\r\n }\r\n this.clearData();\r\n }\r\n\r\n preloadPages(start: number, end: number) {\r\n for (let i = start; i <= end; i++) {\r\n this._annotationService.loadPage(this.credentials, i).subscribe((page: PageAnnotationModel) => {\r\n this.file.pages[i - 1] = page;\r\n setTimeout(() => {\r\n this.importAnnotations(page.annotations ? page.annotations : []);\r\n }, 100);\r\n });\r\n }\r\n }\r\n\r\n private importAnnotations(annotations: AnnotationData[]) {\r\n for (const annotation of annotations) {\r\n const position = new Position(annotation.left, annotation.top);\r\n const id = this.addAnnotationComponent(annotation.pageNumber, position, annotation);\r\n this.comments.set(id, annotation.comments);\r\n this._activeAnnotationService.changeActive(id);\r\n }\r\n }\r\n\r\n upload($event: string) {\r\n this._annotationService.upload(null, $event, this.rewriteConfig).subscribe(() => {\r\n this.selectDir('');\r\n });\r\n }\r\n\r\n onRightClick($event: MouseEvent) {\r\n return this.enableRightClickConfig;\r\n }\r\n\r\n downloadFile() {\r\n if (this.formatDisabled)\r\n return;\r\n window.location.assign(this._annotationService.getDownloadUrl(this.credentials));\r\n }\r\n\r\n annotate() {\r\n const annotationsData = this.prepareAnnotationsData();\r\n\r\n this._annotationService.annotate(this.credentials, annotationsData, false).subscribe((ret: any) => {\r\n this._modalService.open(CommonModals.OperationSuccess);\r\n this.selectFile(ret.guid, this.credentials.password, CommonModals.OperationSuccess);\r\n });\r\n }\r\n\r\n public prepareAnnotationsData(){\r\n const annotationsData = [];\r\n for (const annotation of this.annotations.values()) {\r\n const annotationData = (annotation.instance).getAnnotationData();\r\n annotationData.comments = this.comments.get(annotationData.id);\r\n annotationsData.push(annotationData);\r\n }\r\n return annotationsData;\r\n }\r\n\r\n isVisible(id: string) {\r\n const supported = !this.file || (this.file && this.file.supportedAnnotations &&\r\n this.file.supportedAnnotations.find(function (value: string) {\r\n return id === value;\r\n }));\r\n return this.getAnnotationTypeConfig(id) && supported;\r\n }\r\n\r\n activeTab($event) {\r\n this.activeAnnotationTab = $event;\r\n }\r\n\r\n codesConfigFirst() {\r\n return this.checkConfig(this.annotationTypeFirst);\r\n }\r\n\r\n codesConfigSecond() {\r\n return this.checkConfig(this.annotationTypeSecond);\r\n }\r\n\r\n private checkConfig(annotationList) {\r\n for (const annotationType of annotationList) {\r\n if (this.getAnnotationTypeConfig(annotationType.id)) {\r\n return true;\r\n }\r\n }\r\n return false;\r\n }\r\n\r\n codesConfigThird() {\r\n return this.getAnnotationTypeConfig(AnnotationType.TEXT_FIELD.id) && this.getAnnotationTypeConfig(AnnotationType.WATERMARK.id);\r\n }\r\n\r\n private getAnnotationTypeConfig(id: string) {\r\n switch (id) {\r\n case AnnotationType.TEXT.id:\r\n return this.textAnnotationConfig;\r\n case AnnotationType.AREA.id:\r\n return this.areaAnnotationConfig;\r\n case AnnotationType.POINT.id:\r\n return this.pointAnnotationConfig;\r\n case AnnotationType.TEXT_STRIKEOUT.id:\r\n return this.textStrikeoutAnnotationConfig;\r\n case AnnotationType.POLYLINE.id:\r\n return this.polylineAnnotationConfig;\r\n case AnnotationType.TEXT_FIELD.id:\r\n return this.textFieldAnnotationConfig;\r\n case AnnotationType.WATERMARK.id:\r\n return this.watermarkAnnotationConfig;\r\n case AnnotationType.TEXT_REPLACEMENT.id:\r\n return this.textReplacementAnnotationConfig;\r\n case AnnotationType.ARROW.id:\r\n return this.arrowAnnotationConfig;\r\n case AnnotationType.TEXT_REDACTION.id:\r\n return this.textRedactionAnnotationConfig;\r\n case AnnotationType.TEXT_UNDERLINE.id:\r\n return this.textUnderlineAnnotationConfig;\r\n case AnnotationType.DISTANCE.id:\r\n return this.distanceAnnotationConfig;\r\n }\r\n }\r\n\r\n fileDropped($event) {\r\n this.fileWasDropped = $event;\r\n }\r\n\r\n private cleanAnnotations() {\r\n for (const componentRef of this.annotations.values()) {\r\n componentRef.destroy();\r\n }\r\n this.annotations = new Map>();\r\n this.comments = new Map();\r\n }\r\n\r\n private clearData() {\r\n if (!this.file || !this.file.pages) {\r\n return;\r\n }\r\n for (const page of this.file.pages) {\r\n page.data = null;\r\n }\r\n }\r\n\r\n createAnnotation($event: MouseEvent) {\r\n if (this.activeAnnotationTab)\r\n {\r\n $event.preventDefault();\r\n } \r\n\r\n if (this.activeAnnotationTab) {\r\n const position = Utils.getMousePosition($event);\r\n\r\n const elements = document.elementsFromPoint(position.x, position.y);\r\n const currentPage = elements.find(x => x.id && x.id.startsWith(\"page-\"));\r\n if (currentPage) {\r\n const documentPage = $(currentPage).parent().parent()[0];\r\n const currentPosition = this.getCurrentPosition(position, $(documentPage));\r\n const pageId = currentPage.id;\r\n let pageNumber = 1;\r\n if (pageId) {\r\n const split = pageId.split('-');\r\n pageNumber = split.length === 2 ? parseInt(split[1], 10) : pageNumber;\r\n }\r\n const id = this.addAnnotationComponent(pageNumber, currentPosition, null);\r\n this._activeAnnotationService.changeActive(id);\r\n this.creatingAnnotationId = id;\r\n this._tabActivatorService.changeActiveTab(null);\r\n }\r\n }\r\n }\r\n\r\n private addAnnotationComponent(pageNumber: number, currentPosition: Position, data: AnnotationData) {\r\n const dynamicDirective = this._hostingComponentsService.find(pageNumber);\r\n if (dynamicDirective) {\r\n const viewContainerRef = dynamicDirective.viewContainerRef;\r\n const annotationComponent = this._addDynamicComponentService.addDynamicComponent(viewContainerRef, AnnotationComponent);\r\n const id = this.getNextId();\r\n (annotationComponent.instance).id = id;\r\n (annotationComponent.instance).position = currentPosition;\r\n (annotationComponent.instance).pageNumber = pageNumber;\r\n if (data) {\r\n const dimension = new Dimension(data.width, data.height);\r\n const type = AnnotationType.getAnnotationType(data.type);\r\n const formatting = Formatting.default();\r\n formatting.fontSize = data.fontSize;\r\n if (data.fontColor) {\r\n formatting.color = \"#\" + data.fontColor.toString(16);\r\n }\r\n formatting.font = data.font;\r\n (annotationComponent.instance).type = type ? type.id : data.type;\r\n (annotationComponent.instance).dimension = dimension;\r\n (annotationComponent.instance).svgPath = data.svgPath;\r\n (annotationComponent.instance).textValue = data.text;\r\n if (formatting) {\r\n (annotationComponent.instance).saveFormatting(formatting);\r\n }\r\n } else {\r\n (annotationComponent.instance).type = this.activeAnnotationTab;\r\n }\r\n const pageModel = this.file.pages.find(function (p) {\r\n return p.number === pageNumber;\r\n });\r\n (annotationComponent.instance).pageWidth = pageModel.width;\r\n (annotationComponent.instance).pageHeight = pageModel.height;\r\n this.annotations.set(id, annotationComponent);\r\n return id;\r\n }\r\n return null;\r\n }\r\n\r\n resizingCreatingAnnotation($event: MouseEvent) {\r\n if (this.activeAnnotationTab)\r\n {\r\n $event.preventDefault();\r\n } \r\n\r\n if (this.creatingAnnotationId) {\r\n const position = Utils.getMousePosition($event);\r\n const annotationComponent = this.annotations.get(this.creatingAnnotationId);\r\n const type = (annotationComponent.instance).type;\r\n const pageNumber = (annotationComponent.instance).pageNumber;\r\n const currentPosition = this.getCurrentPosition(position, $(\"#page-\" + pageNumber));\r\n if (type === AnnotationType.POLYLINE.id || type === AnnotationType.DISTANCE.id || type === AnnotationType.ARROW.id) {\r\n (annotationComponent.instance).draw(currentPosition);\r\n } else if (type !== AnnotationType.POINT.id) {\r\n (annotationComponent.instance).calcDimensions(currentPosition);\r\n }\r\n }\r\n }\r\n\r\n private getCurrentPosition(position, page) {\r\n const left = (position.x - page.offset().left)/(this.zoom/100);\r\n const top = (position.y - page.offset().top)/(this.zoom/100);\r\n return new Position(left, top);\r\n }\r\n\r\n finishCreatingAnnotation($event: MouseEvent) {\r\n if (this.activeAnnotationTab)\r\n {\r\n $event.preventDefault();\r\n } \r\n\r\n if (this.creatingAnnotationId) {\r\n this._activeAnnotationService.changeActive(this.creatingAnnotationId);\r\n this.creatingAnnotationId = null;\r\n }\r\n }\r\n\r\n closeComments() {\r\n this.commentOpenedId = null;\r\n }\r\n\r\n onPan($event)\r\n {\r\n this._zoomService.changeZoom(this._zoom);\r\n }\r\n\r\n private getNextId() {\r\n let maxId = 0;\r\n for (const annId of this.annotations.keys()) {\r\n if (annId > maxId){\r\n maxId = annId;\r\n }\r\n }\r\n const id = maxId + 1;\r\n return id;\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {BehaviorSubject, Observable} from \"rxjs\";\r\nimport {HttpClient} from \"@angular/common/http\";\r\nimport {Api, ConfigService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {AnnotationConfig} from \"./annotation-config\";\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class AnnotationConfigService {\r\n\r\n private _annotationConfig: BehaviorSubject = new BehaviorSubject(new AnnotationConfig());\r\n private _updatedConfig: Observable = this._annotationConfig.asObservable();\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n get updatedConfig() {\r\n return this._updatedConfig;\r\n }\r\n\r\n load() {\r\n return new Promise((resolve, reject) => {\r\n const configEndpoint = this._config.getConfigEndpoint(Api.ANNOTATION_APP);\r\n this._http.get(configEndpoint, Api.httpOptionsJson).toPromise().then((response: AnnotationConfig) => {\r\n const annotationConfig = response;\r\n this._annotationConfig.next(annotationConfig);\r\n resolve();\r\n }).catch((response: any) => {\r\n reject(`Could not load annotation config: ${JSON.stringify(response)}`);\r\n });\r\n });\r\n }\r\n}\r\n","export class AnnotationConfig {\r\n rewrite: boolean;\r\n pageSelector: boolean;\r\n download: boolean;\r\n upload: boolean;\r\n print: boolean;\r\n browse: boolean;\r\n enableRightClick: boolean;\r\n\r\n filesDirectory: string;\r\n fontsDirectory: string;\r\n defaultDocument: string;\r\n preloadPageCount: 0;\r\n\r\n textAnnotation: boolean;\r\n areaAnnotation: boolean;\r\n pointAnnotation: boolean;\r\n textStrikeoutAnnotation: boolean;\r\n polylineAnnotation: boolean;\r\n textFieldAnnotation: boolean;\r\n watermarkAnnotation: boolean;\r\n textReplacementAnnotation: boolean;\r\n arrowAnnotation: boolean;\r\n textRedactionAnnotation: boolean;\r\n textUnderlineAnnotation: boolean;\r\n distanceAnnotation: boolean;\r\n downloadOriginal: boolean;\r\n downloadAnnotated: boolean;\r\n\r\n zoom: boolean;\r\n}\r\n","import {PageModel} from \"@groupdocs.examples.angular/common-components\";\r\n\r\nexport class AnnotationType {\r\n public static TEXT = {id: 'textHighlight', name: 'Text', icon: 'highlighter'};\r\n public static AREA = {id: 'area', name: 'Area', icon: 'vector-square'};\r\n public static POINT = {id: 'point', name: 'Point', icon: 'thumbtack'};\r\n public static TEXT_STRIKEOUT = {id: 'textStrikeout', name: 'Text strikeout', icon: 'strikethrough',};\r\n public static POLYLINE = {id: 'polyline', name: 'Polyline', icon: 'signature'};\r\n public static TEXT_FIELD = {id: 'textField', name: 'Text field', icon: 'i-cursor'};\r\n public static WATERMARK = {id: 'watermark', name: 'Watermark', icon: 'tint'};\r\n public static TEXT_REPLACEMENT = {id: 'textReplacement', name: 'Text replacement', icon: 'edit'};\r\n public static ARROW = {id: 'arrow', name: 'Arrow', icon: 'mouse-pointer'};\r\n public static TEXT_REDACTION = {id: 'textRedaction', name: 'Text redaction', icon: 'brush'};\r\n public static TEXT_UNDERLINE = {id: 'textUnderline', name: 'Text underline', icon: 'underline'};\r\n public static DISTANCE = {id: 'distance', name: 'Distance', icon: 'ruler'};\r\n\r\n public static getAnnotationType(id: string) {\r\n switch (id) {\r\n case AnnotationType.TEXT.id:\r\n return AnnotationType.TEXT;\r\n case AnnotationType.AREA.id:\r\n return AnnotationType.AREA;\r\n case AnnotationType.POINT.id:\r\n return AnnotationType.POINT;\r\n case AnnotationType.TEXT_STRIKEOUT.id:\r\n return AnnotationType.TEXT_STRIKEOUT;\r\n case AnnotationType.POLYLINE.id:\r\n return AnnotationType.POLYLINE;\r\n case AnnotationType.TEXT_FIELD.id:\r\n return AnnotationType.TEXT_FIELD;\r\n case AnnotationType.WATERMARK.id:\r\n return AnnotationType.WATERMARK;\r\n case AnnotationType.TEXT_REPLACEMENT.id:\r\n return AnnotationType.TEXT_REPLACEMENT;\r\n case AnnotationType.ARROW.id:\r\n return AnnotationType.ARROW;\r\n case AnnotationType.TEXT_REDACTION.id:\r\n return AnnotationType.TEXT_REDACTION;\r\n case AnnotationType.TEXT_UNDERLINE.id:\r\n return AnnotationType.TEXT_UNDERLINE;\r\n case AnnotationType.DISTANCE.id:\r\n return AnnotationType.DISTANCE;\r\n }\r\n }\r\n}\r\n\r\nexport class FileAnnotationDescription {\r\n guid: string;\r\n pages: PageAnnotationModel[];\r\n supportedAnnotations: string[];\r\n}\r\n\r\nexport class PageAnnotationModel extends PageModel {\r\n annotations: AnnotationData[];\r\n}\r\n\r\nexport class Position {\r\n left: number;\r\n top: number;\r\n\r\n constructor(left: number, top: number) {\r\n this.left = left;\r\n this.top = top;\r\n }\r\n\r\n static clone(position: Position) {\r\n return new Position(position.left, position.top);\r\n }\r\n}\r\n\r\nexport class Dimension {\r\n width: number;\r\n height: number;\r\n\r\n constructor(width: number, height: number) {\r\n this.width = width;\r\n this.height = height;\r\n }\r\n\r\n isNone() {\r\n return this.width === 0 && this.height === 0;\r\n }\r\n}\r\n\r\nexport class AnnotationData {\r\n\r\n constructor() {\r\n this.text = \"\";\r\n this.fontColor = 8421375;\r\n }\r\n\r\n id: number;\r\n comments: Comment[];\r\n text: string;\r\n font: string;\r\n fontSize: number;\r\n fontColor: number;\r\n height: number;\r\n width: number;\r\n left: number;\r\n top: number;\r\n pageNumber: number;\r\n svgPath: string;\r\n type: string;\r\n}\r\n\r\nexport class CommentAnnotation {\r\n constructor(id: number) {\r\n this.id = id;\r\n }\r\n\r\n id: number;\r\n}\r\n\r\nexport class Comment {\r\n\r\n id: number;\r\n text: string;\r\n userName: string;\r\n time: number;\r\n\r\n constructor(id: number) {\r\n this.id = id;\r\n this.time = Date.now();\r\n this.text = \"\";\r\n this.userName = \"\";\r\n }\r\n\r\n static create(comment) {\r\n const ret = new Comment(comment.id);\r\n ret.text = comment.text;\r\n ret.userName = comment.userName;\r\n ret.time = comment.time;\r\n return ret;\r\n }\r\n}\r\n\r\nexport class RemoveAnnotation {\r\n constructor(id: number) {\r\n this.id = id;\r\n }\r\n\r\n id: number;\r\n}\r\n","import {APP_INITIALIZER, ModuleWithProviders, NgModule} from '@angular/core';\r\nimport {CommonModule} from '@angular/common';\r\nimport {\r\n Api,\r\n CommonComponentsModule,\r\n ConfigService,\r\n ErrorInterceptorService, LoadingMaskInterceptorService, LoadingMaskService\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport {AnnotationConfigService} from \"./annotation-config.service\";\r\nimport {HTTP_INTERCEPTORS, HttpClientModule} from \"@angular/common/http\";\r\nimport {FontAwesomeModule} from \"@fortawesome/angular-fontawesome\";\r\nimport {ClickOutsideModule} from \"ng-click-outside\";\r\nimport {AnnotationAppComponent} from './annotation-app.component';\r\nimport {library} from \"@fortawesome/fontawesome-svg-core\";\r\nimport {fas} from \"@fortawesome/free-solid-svg-icons\";\r\nimport {far} from \"@fortawesome/free-regular-svg-icons\";\r\nimport {AnnotationComponent} from './annotation/annotation.component';\r\nimport {ActiveAnnotationService} from \"./active-annotation.service\";\r\nimport {RemoveAnnotationService} from \"./remove-annotation.service\";\r\nimport {CommentAnnotationService} from \"./comment-annotation.service\";\r\nimport {CommentPanelComponent} from './comment-panel/comment-panel.component';\r\nimport {CommentComponent} from './comment/comment.component';\r\nimport {CreateCommentComponent} from './create-comment/create-comment.component';\r\n\r\nexport function initializeApp(annotationConfigService: AnnotationConfigService) {\r\n const result = () => annotationConfigService.load();\r\n return result;\r\n}\r\n\r\n// NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981\r\n// @dynamic\r\nexport function setupLoadingInterceptor(service: LoadingMaskService) {\r\n return new LoadingMaskInterceptorService(service);\r\n}\r\n\r\n@NgModule({\r\n declarations: [AnnotationAppComponent, AnnotationComponent, CommentPanelComponent, CommentComponent, CreateCommentComponent,\r\n ],\r\n exports: [CommonComponentsModule, AnnotationAppComponent, AnnotationComponent, CommentPanelComponent, CommentComponent, CreateCommentComponent],\r\n imports:\r\n [CommonModule,\r\n CommonComponentsModule,\r\n HttpClientModule,\r\n FontAwesomeModule,\r\n ClickOutsideModule],\r\n providers:\r\n [\r\n ConfigService,\r\n AnnotationConfigService,\r\n ActiveAnnotationService,\r\n RemoveAnnotationService,\r\n CommentAnnotationService,\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useClass: ErrorInterceptorService,\r\n multi: true\r\n },\r\n {\r\n provide: APP_INITIALIZER,\r\n useFactory: initializeApp,\r\n deps: [AnnotationConfigService], multi: true\r\n },\r\n LoadingMaskService,\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useFactory: setupLoadingInterceptor,\r\n multi: true,\r\n deps: [LoadingMaskService]\r\n }\r\n ],\r\n entryComponents: [AnnotationComponent],\r\n})\r\n\r\nexport class AnnotationModule {\r\n constructor() {\r\n library.add(fas, far);\r\n }\r\n\r\n static forRoot(apiEndpoint: string): ModuleWithProviders {\r\n Api.DEFAULT_API_ENDPOINT = apiEndpoint;\r\n return {\r\n ngModule: AnnotationModule\r\n };\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {HttpClient} from \"@angular/common/http\";\r\nimport {Api, ConfigService, FileCredentials, FileUtil} from \"@groupdocs.examples.angular/common-components\";\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class AnnotationService {\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n loadFiles(path: string) {\r\n return this._http.post(this._config.getAnnotationApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\r\n }\r\n\r\n loadFile(credentials: FileCredentials) {\r\n return this._http.post(this._config.getAnnotationApiEndpoint() + Api.LOAD_DOCUMENT_DESCRIPTION, credentials, Api.httpOptionsJson);\r\n }\r\n\r\n upload(file: File, url: string, rewrite: boolean) {\r\n const formData = new FormData();\r\n formData.append(\"file\", file);\r\n formData.append('rewrite', String(rewrite));\r\n if (url) {\r\n formData.append(\"url\", url);\r\n }\r\n\r\n return this._http.post(this._config.getAnnotationApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\r\n }\r\n\r\n loadPage(credentials: FileCredentials, page: number) {\r\n return this._http.post(this._config.getAnnotationApiEndpoint() + Api.LOAD_DOCUMENT_PAGE, {\r\n 'guid': credentials.guid,\r\n 'password': credentials.password,\r\n 'page': page\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n getDownloadUrl(credentials: FileCredentials) {\r\n return this._config.getAnnotationApiEndpoint() + Api.DOWNLOAD_DOCUMENTS + '/?path=' + credentials.guid;\r\n }\r\n\r\n annotate(credentials: FileCredentials, annotationsData: any, print: boolean) {\r\n const data = {\r\n 'guid': credentials.guid,\r\n 'password': credentials.password,\r\n 'annotationsData': annotationsData,\r\n 'documentType': FileUtil.find(credentials.guid, false).format,\r\n 'print': print\r\n };\r\n return this._http.post(this._config.getAnnotationApiEndpoint() + Api.ANNOTATE, data, Api.httpOptionsJson);\r\n }\r\n}\r\n","module.exports = \".gd-annotation {\\n position: absolute !important;\\n cursor: pointer;\\n z-index: 9;\\n}\\n.gd-annotation .gd-annotation-wrapper-border {\\n outline: 1px solid #679FFA;\\n display: -webkit-box;\\n}\\n.gd-annotation .gd-annotation-wrapper {\\n height: inherit;\\n z-index: 9;\\n}\\n.gd-annotation .gd-annotation-wrapper ::ng-deep .palette {\\n width: 0px;\\n height: 37px;\\n}\\n.gd-annotation .gd-annotation-wrapper .gd-text-strikeout-line {\\n background-color: #E04E4E;\\n height: 2px;\\n width: 100%;\\n}\\n.gd-annotation .gd-annotation-wrapper .gd-text {\\n border: none;\\n outline: none;\\n margin: 0px;\\n padding: 0px;\\n overflow: hidden;\\n background-color: transparent;\\n min-width: 1em;\\n min-height: 1em;\\n}\\n.gd-annotation .gd-annotation-wrapper .gd-point {\\n background-color: #7CBC46;\\n width: 41px;\\n height: 41px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n color: white;\\n border-radius: 50%;\\n -moz-border-radius: 50%;\\n -webkit-border-radius: 50%;\\n -khtml-border-radius: 50%;\\n box-shadow: 0px 1px 1px 1px #bbb;\\n -moz-box-shadow: 0px 1px 1px 1px #bbb;\\n -webkit-box-shadow: 0px 1px 1px 1px #bbb;\\n}\\n.gd-annotation .gd-text-annotation {\\n background-color: rgba(151, 151, 240, 0.51);\\n}\\n.gd-annotation .gd-text-strikeout-annotation {\\n align-items: center;\\n -webkit-box-align: center;\\n}\\n.gd-annotation .gd-text-underline-annotation {\\n align-items: end;\\n -webkit-box-align: end;\\n}\\n.gd-annotation .gd-text-redaction-annotation {\\n background-color: #000;\\n}\\n.gd-annotation .gd-text-replacement-annotation {\\n background-color: #FFFFFF;\\n}\\n.svg {\\n z-index: 1;\\n position: absolute;\\n top: 0;\\n left: 0;\\n width: 100%;\\n height: 100%;\\n}\\n.annotation-svg {\\n position: absolute;\\n cursor: pointer;\\n z-index: 2;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2Fubm90YXRpb24vQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2Fubm90YXRpb24vc3JjL2xpYi9hbm5vdGF0aW9uL2Fubm90YXRpb24uY29tcG9uZW50Lmxlc3MiLCJsaWJzL2Fubm90YXRpb24vc3JjL2xpYi9hbm5vdGF0aW9uL2Fubm90YXRpb24uY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7RUFDRSw2QkFBQTtFQUNBLGVBQUE7RUFDQSxVQUFBO0FDQ0Y7QURKQTtFQU1JLDBCQUFBO0VBQ0Esb0JBQUE7QUNDSjtBRFJBO0VBV0ksZUFBQTtFQUNBLFVBQUE7QUNBSjtBRFpBO0VBZU0sVUFBQTtFQUNBLFlBQUE7QUNBTjtBRGhCQTtFQW9CTSx5QkFBQTtFQUNBLFdBQUE7RUFDQSxXQUFBO0FDRE47QURyQkE7RUEwQk0sWUFBQTtFQUNBLGFBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGdCQUFBO0VBQ0EsNkJBQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtBQ0ZOO0FEL0JBO0VBcUNNLHlCQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtFQUNBLHVCQUFBO0VBQ0EsMEJBQUE7RUFDQSx5QkFBQTtFQUNBLGdDQUFBO0VBQ0EscUNBQUE7RUFDQSx3Q0FBQTtBQ0hOO0FEL0NBO0VBdURJLDJDQUFBO0FDTEo7QURsREE7RUEyREksbUJBQUE7RUFDQSx5QkFBQTtBQ05KO0FEdERBO0VBZ0VJLGdCQUFBO0VBQ0Esc0JBQUE7QUNQSjtBRDFEQTtFQXFFSSxzQkFBQTtBQ1JKO0FEN0RBO0VBeUVJLHlCQUFBO0FDVEo7QURhQTtFQUNFLFVBQUE7RUFDQSxrQkFBQTtFQUNBLE1BQUE7RUFDQSxPQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7QUNYRjtBRGNBO0VBQ0Usa0JBQUE7RUFDQSxlQUFBO0VBQ0EsVUFBQTtBQ1pGIiwiZmlsZSI6ImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2Fubm90YXRpb24vYW5ub3RhdGlvbi5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIi5nZC1hbm5vdGF0aW9uIHtcbiAgcG9zaXRpb246IGFic29sdXRlICFpbXBvcnRhbnQ7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgei1pbmRleDogOTtcblxuICAuZ2QtYW5ub3RhdGlvbi13cmFwcGVyLWJvcmRlciB7XG4gICAgb3V0bGluZTogMXB4IHNvbGlkICM2NzlGRkE7XG4gICAgZGlzcGxheTogLXdlYmtpdC1ib3g7XG4gIH1cblxuICAuZ2QtYW5ub3RhdGlvbi13cmFwcGVyIHtcbiAgICBoZWlnaHQ6IGluaGVyaXQ7XG4gICAgei1pbmRleDogOTtcblxuICAgIDo6bmctZGVlcCAucGFsZXR0ZSB7XG4gICAgICB3aWR0aDogMHB4O1xuICAgICAgaGVpZ2h0OiAzN3B4O1xuICAgIH1cblxuICAgIC5nZC10ZXh0LXN0cmlrZW91dC1saW5lIHtcbiAgICAgIGJhY2tncm91bmQtY29sb3I6ICNFMDRFNEU7XG4gICAgICBoZWlnaHQ6IDJweDtcbiAgICAgIHdpZHRoOiAxMDAlO1xuICAgIH1cblxuICAgIC5nZC10ZXh0IHtcbiAgICAgIGJvcmRlcjogbm9uZTtcbiAgICAgIG91dGxpbmU6IG5vbmU7XG4gICAgICBtYXJnaW46IDBweDtcbiAgICAgIHBhZGRpbmc6IDBweDtcbiAgICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB0cmFuc3BhcmVudDtcbiAgICAgIG1pbi13aWR0aDogMWVtO1xuICAgICAgbWluLWhlaWdodDogMWVtO1xuICAgIH1cblxuICAgIC5nZC1wb2ludCB7XG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjN0NCQzQ2O1xuICAgICAgd2lkdGg6IDQxcHg7XG4gICAgICBoZWlnaHQ6IDQxcHg7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgICAgY29sb3I6IHdoaXRlO1xuICAgICAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAgICAgLW1vei1ib3JkZXItcmFkaXVzOiA1MCU7XG4gICAgICAtd2Via2l0LWJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICAgIC1raHRtbC1ib3JkZXItcmFkaXVzOiA1MCU7XG4gICAgICBib3gtc2hhZG93OiAwcHggMXB4IDFweCAxcHggI2JiYjtcbiAgICAgIC1tb3otYm94LXNoYWRvdzogMHB4IDFweCAxcHggMXB4ICNiYmI7XG4gICAgICAtd2Via2l0LWJveC1zaGFkb3c6IDBweCAxcHggMXB4IDFweCAjYmJiO1xuICAgIH1cbiAgfVxuXG4gIC5nZC10ZXh0LWFubm90YXRpb24ge1xuICAgIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMTUxLCAxNTEsIDI0MCwgMC41MSk7XG4gIH1cblxuICAuZ2QtdGV4dC1zdHJpa2VvdXQtYW5ub3RhdGlvbiB7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICAtd2Via2l0LWJveC1hbGlnbjogY2VudGVyO1xuICB9XG5cbiAgLmdkLXRleHQtdW5kZXJsaW5lLWFubm90YXRpb24ge1xuICAgIGFsaWduLWl0ZW1zOiBlbmQ7XG4gICAgLXdlYmtpdC1ib3gtYWxpZ246IGVuZDtcbiAgfVxuXG4gIC5nZC10ZXh0LXJlZGFjdGlvbi1hbm5vdGF0aW9uIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjMDAwO1xuICB9XG5cbiAgLmdkLXRleHQtcmVwbGFjZW1lbnQtYW5ub3RhdGlvbiB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgfVxufVxuXG4uc3ZnIHtcbiAgei1pbmRleDogMTtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDA7XG4gIGxlZnQ6IDA7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi5hbm5vdGF0aW9uLXN2ZyB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiAyO1xufVxuIiwiLmdkLWFubm90YXRpb24ge1xuICBwb3NpdGlvbjogYWJzb2x1dGUgIWltcG9ydGFudDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiA5O1xufVxuLmdkLWFubm90YXRpb24gLmdkLWFubm90YXRpb24td3JhcHBlci1ib3JkZXIge1xuICBvdXRsaW5lOiAxcHggc29saWQgIzY3OUZGQTtcbiAgZGlzcGxheTogLXdlYmtpdC1ib3g7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtYW5ub3RhdGlvbi13cmFwcGVyIHtcbiAgaGVpZ2h0OiBpbmhlcml0O1xuICB6LWluZGV4OiA5O1xufVxuLmdkLWFubm90YXRpb24gLmdkLWFubm90YXRpb24td3JhcHBlciA6Om5nLWRlZXAgLnBhbGV0dGUge1xuICB3aWR0aDogMHB4O1xuICBoZWlnaHQ6IDM3cHg7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtYW5ub3RhdGlvbi13cmFwcGVyIC5nZC10ZXh0LXN0cmlrZW91dC1saW5lIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0UwNEU0RTtcbiAgaGVpZ2h0OiAycHg7XG4gIHdpZHRoOiAxMDAlO1xufVxuLmdkLWFubm90YXRpb24gLmdkLWFubm90YXRpb24td3JhcHBlciAuZ2QtdGV4dCB7XG4gIGJvcmRlcjogbm9uZTtcbiAgb3V0bGluZTogbm9uZTtcbiAgbWFyZ2luOiAwcHg7XG4gIHBhZGRpbmc6IDBweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgYmFja2dyb3VuZC1jb2xvcjogdHJhbnNwYXJlbnQ7XG4gIG1pbi13aWR0aDogMWVtO1xuICBtaW4taGVpZ2h0OiAxZW07XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtYW5ub3RhdGlvbi13cmFwcGVyIC5nZC1wb2ludCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM3Q0JDNDY7XG4gIHdpZHRoOiA0MXB4O1xuICBoZWlnaHQ6IDQxcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBjb2xvcjogd2hpdGU7XG4gIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgLW1vei1ib3JkZXItcmFkaXVzOiA1MCU7XG4gIC13ZWJraXQtYm9yZGVyLXJhZGl1czogNTAlO1xuICAta2h0bWwtYm9yZGVyLXJhZGl1czogNTAlO1xuICBib3gtc2hhZG93OiAwcHggMXB4IDFweCAxcHggI2JiYjtcbiAgLW1vei1ib3gtc2hhZG93OiAwcHggMXB4IDFweCAxcHggI2JiYjtcbiAgLXdlYmtpdC1ib3gtc2hhZG93OiAwcHggMXB4IDFweCAxcHggI2JiYjtcbn1cbi5nZC1hbm5vdGF0aW9uIC5nZC10ZXh0LWFubm90YXRpb24ge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDE1MSwgMTUxLCAyNDAsIDAuNTEpO1xufVxuLmdkLWFubm90YXRpb24gLmdkLXRleHQtc3RyaWtlb3V0LWFubm90YXRpb24ge1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAtd2Via2l0LWJveC1hbGlnbjogY2VudGVyO1xufVxuLmdkLWFubm90YXRpb24gLmdkLXRleHQtdW5kZXJsaW5lLWFubm90YXRpb24ge1xuICBhbGlnbi1pdGVtczogZW5kO1xuICAtd2Via2l0LWJveC1hbGlnbjogZW5kO1xufVxuLmdkLWFubm90YXRpb24gLmdkLXRleHQtcmVkYWN0aW9uLWFubm90YXRpb24ge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMDAwO1xufVxuLmdkLWFubm90YXRpb24gLmdkLXRleHQtcmVwbGFjZW1lbnQtYW5ub3RhdGlvbiB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkZGRkY7XG59XG4uc3ZnIHtcbiAgei1pbmRleDogMTtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDA7XG4gIGxlZnQ6IDA7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG4uYW5ub3RhdGlvbi1zdmcge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgei1pbmRleDogMjtcbn1cbiJdfQ== */\"","import {AfterViewInit, Component, OnInit, AfterViewChecked} from '@angular/core';\r\nimport {\r\n AnnotationData,\r\n AnnotationType,\r\n CommentAnnotation,\r\n Dimension,\r\n Position,\r\n RemoveAnnotation\r\n} from \"../annotation-models\";\r\nimport {ActiveAnnotationService} from \"../active-annotation.service\";\r\nimport {Formatting, Utils, MenuType, ZoomService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {RemoveAnnotationService} from \"../remove-annotation.service\";\r\nimport {CommentAnnotationService} from \"../comment-annotation.service\";\r\nimport * as jquery from 'jquery';\r\n\r\nconst $ = jquery;\r\n\r\n@Component({\r\n selector: 'gd-annotation',\r\n templateUrl: './annotation.component.html',\r\n styleUrls: ['./annotation.component.less']\r\n})\r\nexport class AnnotationComponent implements OnInit, AfterViewInit, AfterViewChecked {\r\n\r\n id: number;\r\n position: Position;\r\n leftTop: Position;\r\n type: string;\r\n pageWidth: number;\r\n pageHeight: number;\r\n active = true;\r\n dimension = new Dimension(0, 0);\r\n pageNumber: number;\r\n textValue = \"\";\r\n pathValue: string;\r\n distanceValue = '0px';\r\n pointsValue = \"\";\r\n svgPath = \"\";\r\n formatting = Formatting.default();\r\n\r\n private oldPosition: { x: number; y: number };\r\n private points = [];\r\n private endPosition: Position;\r\n\r\n constructor(private _activeAnnotationService: ActiveAnnotationService,\r\n private _removeAnnotationService: RemoveAnnotationService,\r\n private _commentAnnotationService: CommentAnnotationService,\r\n private _zoomService: ZoomService) {\r\n this._activeAnnotationService.activeChange.subscribe((id: number) => {\r\n this.active = this.id === id;\r\n if (this.active) {\r\n this.setTextFocus();\r\n }\r\n });\r\n }\r\n\r\n static isOnPage(position) {\r\n const currentPage = document.elementFromPoint(position.x, position.y);\r\n return currentPage && $(currentPage).parent().parent() &&\r\n ($(currentPage).parent().parent().parent().hasClass(\"page\") ||\r\n $(currentPage).parent().parent().parent().parent().parent().hasClass(\"page\"));\r\n }\r\n\r\n ngOnInit() {\r\n this.leftTop = Position.clone(this.position);\r\n if (this.isPolyline()) {\r\n if (this.svgPath) {\r\n const parsedPoints = this.svgPath.replace(\"M\", \"\").split('L');\r\n let x = parseFloat(parsedPoints[0].split(\",\")[0]);\r\n let y = parseFloat(parsedPoints[0].split(\",\")[1]);\r\n const comp = this;\r\n parsedPoints.forEach(function (point, index) {\r\n if (index !== 0) {\r\n if (point !== \"\") {\r\n comp.addPoint(new Position(x, y));\r\n x = (x + parseFloat(point.split(\",\")[0]));\r\n y = (y + parseFloat(point.split(\",\")[1]));\r\n }\r\n }\r\n });\r\n } else {\r\n this.addPoint(this.position);\r\n }\r\n } else if (this.isPath()) {\r\n if (this.svgPath || (this.type === AnnotationType.ARROW.id && !this.dimension.isNone())) {\r\n const end = new Position(this.position.left + this.dimension.width, this.position.top + this.dimension.height);\r\n this.setEndPosition(end);\r\n if (this.dimension.height < 0) {\r\n this.leftTop.top += this.dimension.height;\r\n this.dimension.height = this.dimension.height * (-1);\r\n }\r\n if (this.dimension.width < 0) {\r\n this.leftTop.left += this.dimension.width;\r\n this.dimension.width = this.dimension.width * (-1);\r\n }\r\n } else {\r\n this.setEndPosition(this.position);\r\n }\r\n this.distanceValue = this.getDistance() + \"px\";\r\n } else if (this.type === AnnotationType.POINT.id) {\r\n this.initPoint();\r\n } else {\r\n this.setEndPosition(this.position);\r\n }\r\n }\r\n\r\n ngAfterViewInit(): void {\r\n this.setTextFocus();\r\n }\r\n\r\n ngAfterViewChecked() {\r\n this._zoomService.changeZoom(this._zoomService.zoom);\r\n }\r\n\r\n activation() {\r\n this._activeAnnotationService.changeActive(this.id);\r\n }\r\n\r\n width($event) {\r\n if (this.checkDragging($event, 0)) {\r\n this.dimension.width += $event;\r\n }\r\n }\r\n\r\n height($event) {\r\n if (this.checkDragging(0, $event)) {\r\n this.dimension.height += $event;\r\n }\r\n }\r\n\r\n left($event) {\r\n this.position.left += $event;\r\n this.correctPosition();\r\n this.refreshLeftTop();\r\n }\r\n\r\n top($event) {\r\n this.position.top += $event;\r\n this.correctPosition();\r\n this.refreshLeftTop();\r\n }\r\n\r\n private refreshLeftTop() {\r\n this.leftTop.left = this.position.left;\r\n this.leftTop.top = this.position.top;\r\n }\r\n\r\n private correctPosition() {\r\n if (this.position.left < 0) {\r\n this.position.left = 0;\r\n }\r\n if (this.position.top < 0) {\r\n this.position.top = 0;\r\n }\r\n if (this.position.top + this.dimension.height > this.pageHeight) {\r\n this.position.top = this.pageHeight - this.dimension.height;\r\n }\r\n if (this.position.left + this.dimension.width > this.pageWidth) {\r\n this.position.left = this.pageWidth - this.dimension.width;\r\n }\r\n }\r\n\r\n dragOver($event: DragEvent) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n }\r\n\r\n dragStart($event: DragEvent) {\r\n $event.preventDefault();\r\n this.oldPosition = Utils.getMousePosition($event);\r\n if ($event.dataTransfer) {\r\n $event.dataTransfer.setData('text', 'foo');\r\n }\r\n }\r\n\r\n initPoint() {\r\n this.dimension = new Dimension(40, 40);\r\n this.position.left = this.position.left - 20;\r\n this.position.top = this.position.top - 20;\r\n this.leftTop = Position.clone(this.position);\r\n }\r\n\r\n dragging($event) {\r\n $event.preventDefault();\r\n const position = Utils.getMousePosition($event);\r\n if (position.x && position.y && AnnotationComponent.isOnPage(position)) {\r\n const left = position.x - this.oldPosition.x;\r\n const top = position.y - this.oldPosition.y;\r\n if (this.isPolyline()) {\r\n if (!this.checkDragging(left, top)) {\r\n return;\r\n }\r\n this.pointsValue = \"\";\r\n for (const point of this.points) {\r\n point.left = point.left + left;\r\n point.top = point.top + top;\r\n this.pointsValue += point.left + \",\" + point.top + \" \";\r\n }\r\n this.leftTop.left += left;\r\n this.leftTop.top += top;\r\n } else if (this.isPath()) {\r\n if (!this.checkDragging(left, top)) {\r\n return;\r\n }\r\n this.position.left += left;\r\n this.position.top += top;\r\n this.endPosition.left += left;\r\n this.endPosition.top += top;\r\n this.pathValue = \"M\" + this.position.left + \",\" + this.position.top + \" L\" + this.endPosition.left + \",\" + this.endPosition.top;\r\n this.distanceValue = this.getDistance() + \"px\";\r\n this.leftTop.left += left;\r\n this.leftTop.top += top;\r\n } else {\r\n this.position.left += left;\r\n this.position.top += top;\r\n this.correctPosition();\r\n this.refreshLeftTop();\r\n }\r\n this.oldPosition = position;\r\n }\r\n }\r\n\r\n getAnnotationClass() {\r\n switch (this.type) {\r\n case AnnotationType.TEXT.id:\r\n return \"gd-annotation-wrapper-border gd-text-annotation\";\r\n case AnnotationType.TEXT_STRIKEOUT.id:\r\n return \"gd-annotation-wrapper-border gd-text-annotation gd-text-strikeout-annotation\";\r\n case AnnotationType.TEXT_UNDERLINE.id:\r\n return \"gd-annotation-wrapper-border gd-text-annotation gd-text-underline-annotation\";\r\n case AnnotationType.TEXT_REDACTION.id:\r\n return \"gd-annotation-wrapper-border gd-text-redaction-annotation\";\r\n case AnnotationType.TEXT_REPLACEMENT.id:\r\n return \"gd-annotation-wrapper-border gd-text-replacement-annotation\";\r\n case AnnotationType.POINT.id:\r\n return \"\";\r\n default:\r\n return \"gd-annotation-wrapper-border\";\r\n }\r\n }\r\n\r\n isStrikeoutOrUnderline() {\r\n return this.type === AnnotationType.TEXT_STRIKEOUT.id || this.type === AnnotationType.TEXT_UNDERLINE.id;\r\n }\r\n\r\n isTextReplacement() {\r\n return this.type === AnnotationType.TEXT_REPLACEMENT.id;\r\n }\r\n\r\n saveText(value: string) {\r\n this.textValue = value;\r\n }\r\n\r\n draw(position: Position) {\r\n if (this.onPage(position)) {\r\n if (this.isPolyline()) {\r\n this.addPoint(position);\r\n } else if (this.isPath()) {\r\n this.setEndPosition(position);\r\n this.distanceValue = this.getDistance() + \"px\";\r\n }\r\n this.calcPositionAndDimension();\r\n }\r\n }\r\n\r\n setStyles() {\r\n return {\r\n 'stroke': '#579AF0',\r\n 'stroke-width': 2,\r\n 'fill-opacity': 0,\r\n 'id': (this.isPolyline() ? 'gd-polyline-annotation-' : (this.isDistance() ? 'gd-distance-annotation-' : 'gd-arrow-annotation-')) + this.id,\r\n 'class': 'annotation-svg',\r\n };\r\n }\r\n\r\n isPolyline() {\r\n return this.type === AnnotationType.POLYLINE.id;\r\n }\r\n\r\n private calcPositionAndDimension() {\r\n const leftTop = new Position(Number.MAX_VALUE, Number.MAX_VALUE);\r\n const rightBottom = new Position(Number.MIN_VALUE, Number.MIN_VALUE);\r\n if (this.isPolyline()) {\r\n for (const point of this.points) {\r\n leftTop.left = Math.min(point.left, leftTop.left);\r\n leftTop.top = Math.min(point.top, leftTop.top);\r\n rightBottom.left = Math.max(point.left, rightBottom.left);\r\n rightBottom.top = Math.max(point.top, rightBottom.top);\r\n }\r\n } else {\r\n leftTop.left = Math.min(this.position.left, this.endPosition.left);\r\n leftTop.top = Math.min(this.position.top, this.endPosition.top);\r\n rightBottom.left = Math.max(this.position.left, this.endPosition.left);\r\n rightBottom.top = Math.max(this.position.top, this.endPosition.top);\r\n }\r\n this.dimension.width = rightBottom.left - leftTop.left;\r\n this.dimension.height = rightBottom.top - leftTop.top;\r\n this.leftTop = leftTop;\r\n }\r\n\r\n calcDimensions(currentPosition: Position) {\r\n if (currentPosition.left <= this.pageWidth && currentPosition.left >= 0) {\r\n this.dimension.width = currentPosition.left - this.position.left;\r\n }\r\n if (currentPosition.top <= this.pageHeight && currentPosition.top >= 0) {\r\n this.dimension.height = currentPosition.top - this.position.top;\r\n }\r\n }\r\n\r\n getHeight() {\r\n return this.dimension.height === undefined ? undefined : Math.abs(this.dimension.height);\r\n }\r\n\r\n getWidth() {\r\n return this.dimension.width === undefined ? undefined : Math.abs(this.dimension.width);\r\n }\r\n\r\n private checkDragging(left: number, top: number) {\r\n return !(this.leftTop.left + left < 0 || this.leftTop.top + top < 0 ||\r\n this.leftTop.top + top + this.dimension.height > this.pageHeight ||\r\n this.leftTop.left + left + this.dimension.width > this.pageWidth);\r\n }\r\n\r\n isPoint() {\r\n return this.type === AnnotationType.POINT.id;\r\n }\r\n\r\n isSVG() {\r\n return this.type === AnnotationType.POLYLINE.id ||\r\n this.type === AnnotationType.DISTANCE.id ||\r\n this.type === AnnotationType.ARROW.id;\r\n }\r\n\r\n isDistance() {\r\n return this.type === AnnotationType.DISTANCE.id;\r\n }\r\n\r\n distanceTextOptions() {\r\n return {'font-size': \"12px\"}\r\n }\r\n\r\n isPath() {\r\n return this.type === AnnotationType.DISTANCE.id ||\r\n this.type === AnnotationType.ARROW.id;\r\n }\r\n\r\n private setEndPosition(position: Position) {\r\n this.endPosition = Position.clone(position);\r\n this.pathValue = \"M\" + this.position.left + \",\" + this.position.top + \" L\" + this.endPosition.left + \",\" + this.endPosition.top;\r\n }\r\n\r\n private addPoint(position: Position) {\r\n this.points.push(position);\r\n this.pointsValue += position.left + \",\" + position.top + \" \";\r\n }\r\n\r\n private getDistance() {\r\n const xs = this.position.left - this.endPosition.left;\r\n const ys = this.position.top - this.endPosition.top;\r\n return Math.round(Math.sqrt(xs * xs + ys * ys));\r\n }\r\n\r\n bottom() {\r\n return 'url(' + window.location + '#end)';\r\n }\r\n\r\n head() {\r\n return this.isDistance() ? 'url(' + window.location + '#start)' : \"\";\r\n }\r\n\r\n getTextX() {\r\n return this.getDistance() / 2;\r\n }\r\n\r\n isText() {\r\n return this.type === AnnotationType.TEXT_FIELD.id || this.type === AnnotationType.WATERMARK.id;\r\n }\r\n\r\n getFormatting() {\r\n const f = this.formatting;\r\n const formatting = Formatting.default();\r\n if (f) {\r\n formatting.fontSize = f.fontSize;\r\n formatting.font = f.font;\r\n formatting.color = f.color;\r\n }\r\n return formatting;\r\n }\r\n\r\n saveFormatting($event: Formatting) {\r\n this.formatting.fontSize = $event.fontSize;\r\n this.formatting.font = $event.font;\r\n this.formatting.color = $event.color;\r\n }\r\n\r\n remove() {\r\n this._removeAnnotationService.remove(new RemoveAnnotation(this.id));\r\n }\r\n\r\n getMenuShift() {\r\n const menuWidth = this.isText() ? 265 : 111;\r\n return this.dimension.width > menuWidth ? 0 : (this.dimension.width - menuWidth) * 0.5;\r\n }\r\n\r\n getMenuType() {\r\n return MenuType.FOR_ANNOTATION;\r\n }\r\n\r\n addComment() {\r\n this._commentAnnotationService.comment(new CommentAnnotation(this.id));\r\n }\r\n\r\n private setTextFocus() {\r\n if (this.isText() || this.isTextReplacement()) {\r\n setTimeout(() => {\r\n const element = $(\"#text-\" + this.id);\r\n if (element) {\r\n element.focus();\r\n }\r\n }, 100);\r\n }\r\n }\r\n\r\n textAreaHeight(key: any, textarea: any) {\r\n this.dimension.height = \"Enter\" === key ? textarea.scrollHeight + this.formatting.fontSize : textarea.scrollHeight;\r\n this.dimension.width = textarea.scrollWidth;\r\n }\r\n\r\n hideMenu($event: Event) {\r\n this._activeAnnotationService.changeActive(null);\r\n }\r\n\r\n getAnnotationData(): AnnotationData {\r\n const annotationData = new AnnotationData();\r\n annotationData.id = this.id;\r\n annotationData.text = this.textValue;\r\n annotationData.fontColor = parseInt(Utils.toHex(this.formatting.color).replace(\"#\", \"\"), 16);\r\n annotationData.fontSize = this.formatting.fontSize;\r\n annotationData.font = this.formatting.font;\r\n if (this.type === AnnotationType.POINT.id) {\r\n annotationData.left = this.leftTop.left + 20;\r\n annotationData.top = this.leftTop.top + 20;\r\n annotationData.height = 0;\r\n annotationData.width = 0;\r\n } else {\r\n annotationData.left = this.leftTop.left;\r\n annotationData.top = this.leftTop.top;\r\n annotationData.height = this.dimension.height;\r\n annotationData.width = this.dimension.width;\r\n }\r\n annotationData.pageNumber = this.pageNumber;\r\n annotationData.type = this.type;\r\n annotationData.svgPath = this.getSvgPath();\r\n return annotationData;\r\n }\r\n\r\n private getSvgPath() {\r\n let svgPath = \"M\";\r\n if (this.type === AnnotationType.POLYLINE.id) {\r\n let index = 0;\r\n let previousX = 0, previousY = 0;\r\n for (const point of this.points) {\r\n if (index === 0) {\r\n svgPath += point.left + \",\" + point.top + \"l\";\r\n index = 1;\r\n } else {\r\n previousX = point.left - previousX;\r\n previousY = point.top - previousY;\r\n svgPath += previousX + \",\" + previousY + \"l\";\r\n }\r\n previousX = point.left;\r\n previousY = point.top;\r\n }\r\n } else if (this.type === AnnotationType.DISTANCE.id || this.type === AnnotationType.ARROW.id) {\r\n svgPath += this.position.left + \",\" + this.position.top + \" \";\r\n svgPath += this.endPosition.left + \",\" + this.endPosition.top + \" \";\r\n } else {\r\n svgPath = \"\";\r\n }\r\n return svgPath;\r\n }\r\n\r\n private onPage(position: Position) {\r\n return position.left <= this.pageWidth && position.top <= this.pageHeight &&\r\n position.left >= 0 && position.top >= 0;\r\n }\r\n}\r\n","import {Observable, Subject} from \"rxjs\";\r\nimport {CommentAnnotation, Comment} from \"./annotation-models\";\r\n\r\nexport class CommentAnnotationService {\r\n private _observer: Subject = new Subject();\r\n private readonly _commentAnnotation: Observable = this._observer.asObservable();\r\n private _observerAddComment: Subject = new Subject();\r\n private readonly _addCommentObserve: Observable = this._observerAddComment.asObservable();\r\n\r\n constructor() {\r\n }\r\n\r\n get commentAnnotation(): Observable {\r\n return this._commentAnnotation;\r\n }\r\n\r\n comment(id: CommentAnnotation): void {\r\n this._observer.next(id);\r\n }\r\n\r\n get addCommentObserve(): Observable {\r\n return this._addCommentObserve;\r\n }\r\n\r\n addComment(comment: Comment) {\r\n this._observerAddComment.next(comment);\r\n }\r\n\r\n}\r\n","module.exports = \".gd-comments-panel {\\n position: absolute;\\n right: 0;\\n top: 30px;\\n overflow: auto !important;\\n width: 334px;\\n display: -webkit-box;\\n display: flex;\\n height: 100%;\\n z-index: 9;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n}\\n.gd-comments-panel .gd-comments-head {\\n height: 60px;\\n width: 334px;\\n display: -webkit-box;\\n display: flex;\\n background-color: #222E35;\\n color: #959DA5;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-comments-panel .gd-comments-head > fa-icon:nth-child(1) {\\n font-size: 24px;\\n}\\n.gd-comments-panel .gd-comments-head .icon {\\n -webkit-box-flex: 0;\\n flex: 0 0 40px;\\n margin-left: 20px;\\n cursor: pointer;\\n}\\n.gd-comments-panel .gd-comments-head .gd-comments-title {\\n -webkit-box-flex: 1;\\n flex: 1;\\n font-size: 13px;\\n font-weight: bold;\\n}\\n.gd-comments-panel .gd-comments-body {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-align: center;\\n align-items: center;\\n background-color: #F4F4F4;\\n height: calc(100% - 90px);\\n}\\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n color: #959DA5;\\n width: 250px;\\n height: 250px;\\n margin-top: 40px;\\n}\\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list .icon {\\n font-size: 65px;\\n margin-bottom: 40px;\\n}\\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list .gd-empty-text {\\n font-size: 15px;\\n}\\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list .gd-empty-bold-text {\\n font-weight: bold;\\n}\\n@media (max-width: 1037px) {\\n .gd-comments-panel {\\n top: 0;\\n width: 100%;\\n }\\n .gd-comments-panel .gd-comments-body {\\n height: 100% !important;\\n -webkit-box-align: initial;\\n align-items: initial;\\n width: calc(100% - 40px);\\n padding: 0 20px;\\n }\\n .gd-comments-panel .gd-comments-head {\\n width: 100%;\\n line-height: 60px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2NvbW1lbnQtcGFuZWwvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2Fubm90YXRpb24vc3JjL2xpYi9jb21tZW50LXBhbmVsL2NvbW1lbnQtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2Fubm90YXRpb24vc3JjL2xpYi9jb21tZW50LXBhbmVsL2NvbW1lbnQtcGFuZWwuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxrQkFBQTtFQUNBLFFBQUE7RUFDQSxTQUFBO0VBQ0EseUJBQUE7RUFDQSxZQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsWUFBQTtFQUNBLFVBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7QUNERjtBRFJBO0VBWUksWUFBQTtFQUNBLFlBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtFQUNBLGNBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0FDREo7QURoQkE7RUFvQk0sZUFBQTtBQ0ROO0FEbkJBO0VBd0JNLG1CQUFBO1VBQUEsY0FBQTtFQUNBLGlCQUFBO0VBQ0EsZUFBQTtBQ0ZOO0FEeEJBO0VBOEJNLG1CQUFBO1VBQUEsT0FBQTtFQUNBLGVBQUE7RUFDQSxpQkFBQTtBQ0hOO0FEN0JBO0VBcUNJLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSx5QkFBQTtFQUNBLHlCQUFBO0FDTEo7QURwQ0E7RUE0Q00sb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxjQUFBO0VBQ0EsWUFBQTtFQUNBLGFBQUE7RUFDQSxnQkFBQTtBQ0xOO0FEOUNBO0VBc0RRLGVBQUE7RUFDQSxtQkFBQTtBQ0xSO0FEbERBO0VBMkRRLGVBQUE7QUNOUjtBRHJEQTtFQStEUSxpQkFBQTtBQ1BSO0FEYUE7RUFDRTtJQWFFLE1BQUE7SUFDQSxXQUFBO0VDdkJGO0VEU0E7SUFFSSx1QkFBQTtJQUNBLDBCQUFBO1lBQUEsb0JBQUE7SUFDQSx3QkFBQTtJQUNBLGVBQUE7RUNSSjtFREdBO0lBU0ksV0FBQTtJQUNBLGlCQUFBO0VDVEo7QUFDRiIsImZpbGUiOiJsaWJzL2Fubm90YXRpb24vc3JjL2xpYi9jb21tZW50LXBhbmVsL2NvbW1lbnQtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWNvbW1lbnRzLXBhbmVsIHtcbiAgcG9zaXRpb24gICAgICA6IGFic29sdXRlO1xuICByaWdodCAgICAgICAgIDogMDtcbiAgdG9wICAgICAgICAgICA6IDMwcHg7XG4gIG92ZXJmbG93ICAgICAgOiBhdXRvICFpbXBvcnRhbnQ7XG4gIHdpZHRoICAgICAgICAgOiAzMzRweDtcbiAgZGlzcGxheSAgICAgICA6IGZsZXg7XG4gIGhlaWdodCAgICAgICAgOiAxMDAlO1xuICB6LWluZGV4ICAgICAgIDogOTtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcblxuICAuZ2QtY29tbWVudHMtaGVhZCB7XG4gICAgaGVpZ2h0ICAgICAgICAgIDogNjBweDtcbiAgICB3aWR0aCAgICAgICAgICAgOiAzMzRweDtcbiAgICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICAgIGJhY2tncm91bmQtY29sb3I6ICMyMjJFMzU7XG4gICAgY29sb3IgICAgICAgICAgIDogIzk1OURBNTtcbiAgICBhbGlnbi1pdGVtcyAgICAgOiBjZW50ZXI7XG5cbiAgICA+ZmEtaWNvbjpudGgtY2hpbGQoMSkge1xuICAgICAgZm9udC1zaXplOiAyNHB4O1xuICAgIH1cblxuICAgIC5pY29uIHtcbiAgICAgIGZsZXggICAgICAgOiAwIDAgNDBweDtcbiAgICAgIG1hcmdpbi1sZWZ0OiAyMHB4O1xuICAgICAgY3Vyc29yICAgICA6IHBvaW50ZXI7XG4gICAgfVxuXG4gICAgLmdkLWNvbW1lbnRzLXRpdGxlIHtcbiAgICAgIGZsZXggICAgICAgOiAxO1xuICAgICAgZm9udC1zaXplICA6IDEzcHg7XG4gICAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICB9XG4gIH1cblxuICAuZ2QtY29tbWVudHMtYm9keSB7XG4gICAgZGlzcGxheSAgICAgICAgIDogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbiAgOiBjb2x1bW47XG4gICAgYWxpZ24taXRlbXMgICAgIDogY2VudGVyO1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNGNEY0RjQ7XG4gICAgaGVpZ2h0ICAgICAgICAgIDogflwiY2FsYygxMDAlIC0gOTBweClcIjtcblxuICAgIC5nZC1lbXB0eS1jb21tZW50cy1saXN0IHtcbiAgICAgIGRpc3BsYXkgICAgICAgIDogZmxleDtcbiAgICAgIGZsZXgtZGlyZWN0aW9uIDogY29sdW1uO1xuICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgICBhbGlnbi1pdGVtcyAgICA6IGNlbnRlcjtcbiAgICAgIGNvbG9yICAgICAgICAgIDogIzk1OURBNTtcbiAgICAgIHdpZHRoICAgICAgICAgIDogMjUwcHg7XG4gICAgICBoZWlnaHQgICAgICAgICA6IDI1MHB4O1xuICAgICAgbWFyZ2luLXRvcCAgICAgOiA0MHB4O1xuXG4gICAgICAuaWNvbiB7XG4gICAgICAgIGZvbnQtc2l6ZSAgICA6IDY1cHg7XG4gICAgICAgIG1hcmdpbi1ib3R0b206IDQwcHg7XG4gICAgICB9XG5cbiAgICAgIC5nZC1lbXB0eS10ZXh0IHtcbiAgICAgICAgZm9udC1zaXplOiAxNXB4O1xuICAgICAgfVxuXG4gICAgICAuZ2QtZW1wdHktYm9sZC10ZXh0IHtcbiAgICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIC5nZC1jb21tZW50cy1wYW5lbCB7XG4gICAgLmdkLWNvbW1lbnRzLWJvZHkge1xuICAgICAgaGVpZ2h0OiAxMDAlICFpbXBvcnRhbnQ7XG4gICAgICBhbGlnbi1pdGVtczogaW5pdGlhbDtcbiAgICAgIHdpZHRoOiBjYWxjKDEwMCUgLSA0MHB4KTtcbiAgICAgIHBhZGRpbmc6IDAgMjBweDtcbiAgICB9XG5cbiAgICAuZ2QtY29tbWVudHMtaGVhZCB7XG4gICAgICB3aWR0aDogMTAwJTtcbiAgICAgIGxpbmUtaGVpZ2h0OiA2MHB4O1xuICAgIH1cblxuICAgIHRvcCAgOiAwO1xuICAgIHdpZHRoOiAxMDAlO1xuICB9XG59IiwiLmdkLWNvbW1lbnRzLXBhbmVsIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICByaWdodDogMDtcbiAgdG9wOiAzMHB4O1xuICBvdmVyZmxvdzogYXV0byAhaW1wb3J0YW50O1xuICB3aWR0aDogMzM0cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogMTAwJTtcbiAgei1pbmRleDogOTtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtaGVhZCB7XG4gIGhlaWdodDogNjBweDtcbiAgd2lkdGg6IDMzNHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMjIyRTM1O1xuICBjb2xvcjogIzk1OURBNTtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtaGVhZCA+IGZhLWljb246bnRoLWNoaWxkKDEpIHtcbiAgZm9udC1zaXplOiAyNHB4O1xufVxuLmdkLWNvbW1lbnRzLXBhbmVsIC5nZC1jb21tZW50cy1oZWFkIC5pY29uIHtcbiAgZmxleDogMCAwIDQwcHg7XG4gIG1hcmdpbi1sZWZ0OiAyMHB4O1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtY29tbWVudHMtcGFuZWwgLmdkLWNvbW1lbnRzLWhlYWQgLmdkLWNvbW1lbnRzLXRpdGxlIHtcbiAgZmxleDogMTtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBmb250LXdlaWdodDogYm9sZDtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtYm9keSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGNEY0RjQ7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gOTBweCk7XG59XG4uZ2QtY29tbWVudHMtcGFuZWwgLmdkLWNvbW1lbnRzLWJvZHkgLmdkLWVtcHR5LWNvbW1lbnRzLWxpc3Qge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgY29sb3I6ICM5NTlEQTU7XG4gIHdpZHRoOiAyNTBweDtcbiAgaGVpZ2h0OiAyNTBweDtcbiAgbWFyZ2luLXRvcDogNDBweDtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtYm9keSAuZ2QtZW1wdHktY29tbWVudHMtbGlzdCAuaWNvbiB7XG4gIGZvbnQtc2l6ZTogNjVweDtcbiAgbWFyZ2luLWJvdHRvbTogNDBweDtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtYm9keSAuZ2QtZW1wdHktY29tbWVudHMtbGlzdCAuZ2QtZW1wdHktdGV4dCB7XG4gIGZvbnQtc2l6ZTogMTVweDtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtYm9keSAuZ2QtZW1wdHktY29tbWVudHMtbGlzdCAuZ2QtZW1wdHktYm9sZC10ZXh0IHtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5nZC1jb21tZW50cy1wYW5lbCB7XG4gICAgdG9wOiAwO1xuICAgIHdpZHRoOiAxMDAlO1xuICB9XG4gIC5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtYm9keSB7XG4gICAgaGVpZ2h0OiAxMDAlICFpbXBvcnRhbnQ7XG4gICAgYWxpZ24taXRlbXM6IGluaXRpYWw7XG4gICAgd2lkdGg6IGNhbGMoMTAwJSAtIDQwcHgpO1xuICAgIHBhZGRpbmc6IDAgMjBweDtcbiAgfVxuICAuZ2QtY29tbWVudHMtcGFuZWwgLmdkLWNvbW1lbnRzLWhlYWQge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGxpbmUtaGVpZ2h0OiA2MHB4O1xuICB9XG59XG4iXX0= */\"","import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';\r\nimport {CommentAnnotationService} from \"../comment-annotation.service\";\r\nimport {Comment} from '../annotation-models'\r\n\r\n@Component({\r\n selector: 'gd-comment-panel',\r\n templateUrl: './comment-panel.component.html',\r\n styleUrls: ['./comment-panel.component.less']\r\n})\r\nexport class CommentPanelComponent implements OnInit {\r\n @Input() comments: [];\r\n @Input() annotationId: number;\r\n\r\n @Output() closeComments = new EventEmitter();\r\n\r\n currentComment: Comment;\r\n\r\n constructor(private _commentAnnotationService: CommentAnnotationService) {\r\n }\r\n\r\n ngOnInit() {\r\n }\r\n\r\n closePanel() {\r\n this.closeComments.emit(true);\r\n }\r\n\r\n newComment() {\r\n this.currentComment = new Comment(this.annotationId);\r\n }\r\n\r\n clearComment() {\r\n this.currentComment = null;\r\n }\r\n\r\n addComment() {\r\n this._commentAnnotationService.addComment(Comment.create(this.currentComment));\r\n this.currentComment = null;\r\n }\r\n}\r\n","module.exports = \".gd-comment {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n width: 294px;\\n font-size: 13px;\\n color: #3E4E5A;\\n padding-top: 20px;\\n}\\n.gd-comment .gd-comment-head {\\n display: -webkit-box;\\n display: flex;\\n}\\n.gd-comment .gd-comment-head .icon {\\n -webkit-box-flex: 0;\\n flex: 0 0 30px;\\n font-size: 18px;\\n}\\n.gd-comment .gd-comment-head .gd-name {\\n font-weight: bold;\\n line-height: 21px;\\n}\\n.gd-comment .gd-message {\\n padding-top: 5px;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n}\\n.gd-comment .gd-time {\\n color: #ACACAC;\\n padding-top: 5px;\\n}\\n@media (max-width: 1037px) {\\n .gd-comment {\\n width: 100%;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2NvbW1lbnQvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2Fubm90YXRpb24vc3JjL2xpYi9jb21tZW50L2NvbW1lbnQuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2Fubm90YXRpb24vc3JjL2xpYi9jb21tZW50L2NvbW1lbnQuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxZQUFBO0VBQ0EsZUFBQTtFQUNBLGNBQUE7RUFDQSxpQkFBQTtBQ0RGO0FETEE7RUFTSSxvQkFBQTtFQUFBLGFBQUE7QUNESjtBRFJBO0VBWU0sbUJBQUE7VUFBQSxjQUFBO0VBQ0EsZUFBQTtBQ0ROO0FEWkE7RUFpQk0saUJBQUE7RUFDQSxpQkFBQTtBQ0ZOO0FEaEJBO0VBdUJJLGdCQUFBO0VBQ0EsZ0JBQUE7RUFDQSx1QkFBQTtBQ0pKO0FEckJBO0VBNkJJLGNBQUE7RUFDQSxnQkFBQTtBQ0xKO0FEU0E7RUFDRTtJQUNFLFdBQUE7RUNQRjtBQUNGIiwiZmlsZSI6ImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2NvbW1lbnQvY29tbWVudC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uZ2QtY29tbWVudCB7XG4gIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aCAgICAgICAgIDogMjk0cHg7XG4gIGZvbnQtc2l6ZSAgICAgOiAxM3B4O1xuICBjb2xvciAgICAgICAgIDogIzNFNEU1QTtcbiAgcGFkZGluZy10b3AgICA6IDIwcHg7XG5cbiAgLmdkLWNvbW1lbnQtaGVhZCB7XG4gICAgZGlzcGxheTogZmxleDtcblxuICAgIC5pY29uIHtcbiAgICAgIGZsZXggICAgIDogMCAwIDMwcHg7XG4gICAgICBmb250LXNpemU6IDE4cHg7XG4gICAgfVxuXG4gICAgLmdkLW5hbWUge1xuICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgICBsaW5lLWhlaWdodDogMjFweDtcbiAgICB9XG4gIH1cblxuICAuZ2QtbWVzc2FnZSB7XG4gICAgcGFkZGluZy10b3A6IDVweDtcbiAgICBvdmVyZmxvdyAgICAgOiBoaWRkZW47XG4gICAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG4gIH1cblxuICAuZ2QtdGltZSB7XG4gICAgY29sb3IgICAgICA6ICNBQ0FDQUM7XG4gICAgcGFkZGluZy10b3A6IDVweDtcbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuZ2QtY29tbWVudCB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbn0iLCIuZ2QtY29tbWVudCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiAyOTRweDtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBjb2xvcjogIzNFNEU1QTtcbiAgcGFkZGluZy10b3A6IDIwcHg7XG59XG4uZ2QtY29tbWVudCAuZ2QtY29tbWVudC1oZWFkIHtcbiAgZGlzcGxheTogZmxleDtcbn1cbi5nZC1jb21tZW50IC5nZC1jb21tZW50LWhlYWQgLmljb24ge1xuICBmbGV4OiAwIDAgMzBweDtcbiAgZm9udC1zaXplOiAxOHB4O1xufVxuLmdkLWNvbW1lbnQgLmdkLWNvbW1lbnQtaGVhZCAuZ2QtbmFtZSB7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xuICBsaW5lLWhlaWdodDogMjFweDtcbn1cbi5nZC1jb21tZW50IC5nZC1tZXNzYWdlIHtcbiAgcGFkZGluZy10b3A6IDVweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG59XG4uZ2QtY29tbWVudCAuZ2QtdGltZSB7XG4gIGNvbG9yOiAjQUNBQ0FDO1xuICBwYWRkaW5nLXRvcDogNXB4O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAuZ2QtY29tbWVudCB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbn1cbiJdfQ== */\"","import {Component, Input, OnInit} from '@angular/core';\r\nimport {Comment} from '../annotation-models'\r\n\r\n@Component({\r\n selector: 'gd-comment',\r\n templateUrl: './comment.component.html',\r\n styleUrls: ['./comment.component.less']\r\n})\r\nexport class CommentComponent implements OnInit {\r\n\r\n @Input() comment: Comment;\r\n\r\n constructor() {\r\n }\r\n\r\n ngOnInit() {\r\n }\r\n\r\n getTime() {\r\n const time = Date.now() - this.comment.time;\r\n const hours = Math.round(time / (60 * 60 * 1000));\r\n if (hours > 1) {\r\n return 'about ' + hours + ' hours ago';\r\n }\r\n const min = Math.round(time / (60 * 1000));\r\n if (min > 1) {\r\n return 'about ' + min + ' minutes ago';\r\n }\r\n const sec = Math.round(time / 1000);\r\n if (sec > 1) {\r\n return 'about ' + sec + ' seconds ago';\r\n }\r\n return this.comment.time;\r\n }\r\n}\r\n","module.exports = \".gd-new-comment {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n padding-top: 20px;\\n width: 294px;\\n font-size: 14px;\\n}\\n.gd-new-comment ::ng-deep .button {\\n padding: 0px !important;\\n width: 96px;\\n}\\n.gd-new-comment ::ng-deep .button .text {\\n font-size: 12px !important;\\n}\\n.gd-new-comment ::ng-deep .button fa-icon {\\n font-size: 14px;\\n}\\n.gd-new-comment .gd-buttons {\\n display: -webkit-box;\\n display: flex;\\n margin-top: 20px;\\n width: 294px;\\n -webkit-box-pack: end;\\n justify-content: flex-end;\\n}\\n.gd-new-comment .gd-buttons .gd-add-comment {\\n background-color: #4B566C !important;\\n margin-left: 10px;\\n border: 1px solid #707070;\\n}\\n.gd-new-comment .gd-buttons .gd-add-comment ::ng-deep .button {\\n color: #FFFFFF !important;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n -webkit-box-pack: start;\\n justify-content: flex-start;\\n}\\n.gd-new-comment .gd-buttons .gd-add-comment ::ng-deep .button fa-icon {\\n padding: 0 11px;\\n}\\n.gd-new-comment .gd-buttons .gd-cancel-comment {\\n background-color: transparent;\\n border: 1px solid #707070;\\n}\\n.gd-new-comment .gd-buttons .gd-cancel-comment ::ng-deep .button {\\n color: #ACACAC !important;\\n}\\n.gd-new-comment .gd-name {\\n width: 100%;\\n height: 37px;\\n border: 1px solid #6E6E6E;\\n box-sizing: border-box;\\n}\\n.gd-new-comment .gd-text {\\n width: 100%;\\n height: 100px;\\n border: 1px solid #6E6E6E;\\n margin-top: 20px;\\n box-sizing: border-box;\\n}\\n@media (max-width: 1037px) {\\n .gd-new-comment {\\n width: 100%;\\n padding-bottom: 20px;\\n }\\n .gd-new-comment .gd-buttons {\\n width: 100%;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2NyZWF0ZS1jb21tZW50L0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9hbm5vdGF0aW9uL3NyYy9saWIvY3JlYXRlLWNvbW1lbnQvY3JlYXRlLWNvbW1lbnQuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2Fubm90YXRpb24vc3JjL2xpYi9jcmVhdGUtY29tbWVudC9jcmVhdGUtY29tbWVudC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsaUJBQUE7RUFDQSxZQUFBO0VBQ0EsZUFBQTtBQ0RGO0FETkE7RUFVSSx1QkFBQTtFQUNBLFdBQUE7QUNESjtBRFZBO0VBY00sMEJBQUE7QUNETjtBRGJBO0VBa0JNLGVBQUE7QUNGTjtBRGhCQTtFQXVCSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxnQkFBQTtFQUNBLFlBQUE7RUFDQSxxQkFBQTtVQUFBLHlCQUFBO0FDSko7QUR0QkE7RUE2Qk0sb0NBQUE7RUFDQSxpQkFBQTtFQUNBLHlCQUFBO0FDSk47QUQzQkE7RUFrQ1EseUJBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw4QkFBQTtFQUFBLDZCQUFBO1VBQUEsbUJBQUE7RUFDQSx1QkFBQTtVQUFBLDJCQUFBO0FDSlI7QURqQ0E7RUF3Q1UsZUFBQTtBQ0pWO0FEcENBO0VBOENNLDZCQUFBO0VBQ0EseUJBQUE7QUNQTjtBRHhDQTtFQWtEUSx5QkFBQTtBQ1BSO0FEM0NBO0VBd0RJLFdBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7RUFDQSxzQkFBQTtBQ1ZKO0FEakRBO0VBK0RJLFdBQUE7RUFDQSxhQUFBO0VBQ0EseUJBQUE7RUFDQSxnQkFBQTtFQUNBLHNCQUFBO0FDWEo7QURlQTtFQUNFO0lBQ0UsV0FBQTtJQUNBLG9CQUFBO0VDYkY7RURXQTtJQUtJLFdBQUE7RUNiSjtBQUNGIiwiZmlsZSI6ImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2NyZWF0ZS1jb21tZW50L2NyZWF0ZS1jb21tZW50LmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbi5nZC1uZXctY29tbWVudCB7XG4gIGRpc3BsYXkgICAgICAgIDogZmxleDtcbiAgZmxleC1kaXJlY3Rpb24gOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtcyAgICA6IGNlbnRlcjtcbiAgcGFkZGluZy10b3AgICAgOiAyMHB4O1xuICB3aWR0aCAgICAgICAgICA6IDI5NHB4O1xuICBmb250LXNpemUgICAgICA6IDE0cHg7XG5cbiAgOjpuZy1kZWVwIC5idXR0b24ge1xuICAgIHBhZGRpbmc6IDBweCAhaW1wb3J0YW50O1xuICAgIHdpZHRoICA6IDk2cHg7XG5cbiAgICAudGV4dCB7XG4gICAgICBmb250LXNpemU6IDEycHggIWltcG9ydGFudDtcbiAgICB9XG5cbiAgICBmYS1pY29uIHtcbiAgICAgIGZvbnQtc2l6ZTogMTRweDtcbiAgICB9XG4gIH1cblxuICAuZ2QtYnV0dG9ucyB7XG4gICAgZGlzcGxheSAgICAgICAgOiBmbGV4O1xuICAgIG1hcmdpbi10b3AgICAgIDogMjBweDtcbiAgICB3aWR0aCAgICAgICAgICA6IDI5NHB4O1xuICAgIGp1c3RpZnktY29udGVudDogZmxleC1lbmQ7XG5cbiAgICAuZ2QtYWRkLWNvbW1lbnQge1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzRCNTY2QyAhaW1wb3J0YW50O1xuICAgICAgbWFyZ2luLWxlZnQgICAgIDogMTBweDtcbiAgICAgIGJvcmRlciAgICAgICAgICA6IDFweCBzb2xpZCAjNzA3MDcwO1xuXG4gICAgICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgICAgIGNvbG9yICAgICAgICAgIDogI0ZGRkZGRiAhaW1wb3J0YW50O1xuICAgICAgICBkaXNwbGF5ICAgICAgICA6IGZsZXg7XG4gICAgICAgIGZsZXgtZGlyZWN0aW9uIDogcm93O1xuICAgICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG5cbiAgICAgICAgZmEtaWNvbiB7XG4gICAgICAgICAgcGFkZGluZzogMCAxMXB4O1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuXG4gICAgLmdkLWNhbmNlbC1jb21tZW50IHtcbiAgICAgIGJhY2tncm91bmQtY29sb3I6IHRyYW5zcGFyZW50O1xuICAgICAgYm9yZGVyICAgICAgICAgIDogMXB4IHNvbGlkICM3MDcwNzA7XG5cbiAgICAgIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICAgICAgY29sb3I6ICNBQ0FDQUMgIWltcG9ydGFudDtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICAuZ2QtbmFtZSB7XG4gICAgd2lkdGggOiAxMDAlO1xuICAgIGhlaWdodDogMzdweDtcbiAgICBib3JkZXI6IDFweCBzb2xpZCAjNkU2RTZFO1xuICAgIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG4gIH1cblxuICAuZ2QtdGV4dCB7XG4gICAgd2lkdGggICAgIDogMTAwJTtcbiAgICBoZWlnaHQgICAgOiAxMDBweDtcbiAgICBib3JkZXIgICAgOiAxcHggc29saWQgIzZFNkU2RTtcbiAgICBtYXJnaW4tdG9wOiAyMHB4O1xuICAgIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG4gIH1cbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLmdkLW5ldy1jb21tZW50IHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBwYWRkaW5nLWJvdHRvbTogMjBweDtcblxuICAgIC5nZC1idXR0b25zIHtcbiAgICAgIHdpZHRoOiAxMDAlO1xuICAgIH1cbiAgfVxufSIsIi5nZC1uZXctY29tbWVudCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBwYWRkaW5nLXRvcDogMjBweDtcbiAgd2lkdGg6IDI5NHB4O1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uZ2QtbmV3LWNvbW1lbnQgOjpuZy1kZWVwIC5idXR0b24ge1xuICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbiAgd2lkdGg6IDk2cHg7XG59XG4uZ2QtbmV3LWNvbW1lbnQgOjpuZy1kZWVwIC5idXR0b24gLnRleHQge1xuICBmb250LXNpemU6IDEycHggIWltcG9ydGFudDtcbn1cbi5nZC1uZXctY29tbWVudCA6Om5nLWRlZXAgLmJ1dHRvbiBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAxNHB4O1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIHtcbiAgZGlzcGxheTogZmxleDtcbiAgbWFyZ2luLXRvcDogMjBweDtcbiAgd2lkdGg6IDI5NHB4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtZW5kO1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIC5nZC1hZGQtY29tbWVudCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0QjU2NkMgIWltcG9ydGFudDtcbiAgbWFyZ2luLWxlZnQ6IDEwcHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkICM3MDcwNzA7XG59XG4uZ2QtbmV3LWNvbW1lbnQgLmdkLWJ1dHRvbnMgLmdkLWFkZC1jb21tZW50IDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgY29sb3I6ICNGRkZGRkYgIWltcG9ydGFudDtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAganVzdGlmeS1jb250ZW50OiBmbGV4LXN0YXJ0O1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIC5nZC1hZGQtY29tbWVudCA6Om5nLWRlZXAgLmJ1dHRvbiBmYS1pY29uIHtcbiAgcGFkZGluZzogMCAxMXB4O1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIC5nZC1jYW5jZWwtY29tbWVudCB7XG4gIGJhY2tncm91bmQtY29sb3I6IHRyYW5zcGFyZW50O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNzA3MDcwO1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIC5nZC1jYW5jZWwtY29tbWVudCA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIGNvbG9yOiAjQUNBQ0FDICFpbXBvcnRhbnQ7XG59XG4uZ2QtbmV3LWNvbW1lbnQgLmdkLW5hbWUge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAzN3B4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNkU2RTZFO1xuICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC10ZXh0IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwcHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkICM2RTZFNkU7XG4gIG1hcmdpbi10b3A6IDIwcHg7XG4gIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5nZC1uZXctY29tbWVudCB7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgcGFkZGluZy1ib3R0b206IDIwcHg7XG4gIH1cbiAgLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxufVxuIl19 */\"","import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';\r\nimport {Comment} from '../annotation-models'\r\nimport * as jquery from 'jquery';\r\n\r\nconst $ = jquery;\r\n\r\n@Component({\r\n selector: 'gd-create-comment',\r\n templateUrl: './create-comment.component.html',\r\n styleUrls: ['./create-comment.component.less']\r\n})\r\nexport class CreateCommentComponent implements OnInit {\r\n @Input() comment: Comment;\r\n\r\n @Output() addComment = new EventEmitter();\r\n @Output() removeComment = new EventEmitter();\r\n\r\n constructor() {\r\n }\r\n\r\n ngOnInit() {\r\n setTimeout(() => {\r\n const element = $(\"#name\");\r\n if (element) {\r\n element.focus();\r\n }\r\n }, 100);\r\n }\r\n\r\n onAddComment() {\r\n this.addComment.emit(this.comment);\r\n }\r\n\r\n clearComment() {\r\n this.removeComment.emit(true);\r\n }\r\n\r\n saveText(value: string) {\r\n this.comment.text = value;\r\n }\r\n\r\n saveName(value: string) {\r\n this.comment.userName = value;\r\n }\r\n}\r\n","import {Observable, Subject} from \"rxjs\";\r\nimport {RemoveAnnotation} from \"./annotation-models\";\r\n\r\nexport class RemoveAnnotationService {\r\n private _observer: Subject = new Subject();\r\n private readonly _removeAnnotation: Observable = this._observer.asObservable();\r\n\r\n constructor() {\r\n }\r\n\r\n get removeAnnotation(): Observable {\r\n return this._removeAnnotation;\r\n }\r\n\r\n remove(id: RemoveAnnotation): void {\r\n this._observer.next(id);\r\n }\r\n}\r\n","import {HttpHeaders} from \"@angular/common/http\";\r\nimport {Injectable} from \"@angular/core\";\r\n\r\nexport class Api {\r\n public static VIEWER_APP = '/viewer';\r\n public static SIGNATURE_APP = '/signature';\r\n public static ANNOTATION_APP = '/annotation';\r\n public static SEARCH_APP = '/search';\r\n public static EDITOR_APP = '/editor';\r\n public static COMPARISON_APP = '/comparison';\r\n public static CONVERSION_APP = '/conversion';\r\n public static METADATA_APP = '/metadata';\r\n public static PARSER_APP = '/parser';\r\n public static DEFAULT_API_ENDPOINT = window.location.href;\r\n public static LOAD_FILE_TREE = '/loadFileTree';\r\n public static LOAD_CONFIG = '/loadConfig';\r\n public static LOAD_DOCUMENT_DESCRIPTION = '/loadDocumentDescription';\r\n public static LOAD_DOCUMENT_PAGE = '/loadDocumentPage';\r\n public static LOAD_DOCUMENT_PROPERTIES = '/loadProperties';\r\n public static LOAD_DOCUMENT_PROPERTIES_NAMES = '/loadPropertiesNames';\r\n public static SAVE_PROPERTY = '/saveProperty';\r\n public static REMOVE_PROPERTY = '/removeProperty';\r\n public static ROTATE_DOCUMENT_PAGE = '/rotateDocumentPages';\r\n public static UPLOAD_DOCUMENTS = '/uploadDocument';\r\n public static DOWNLOAD_DOCUMENTS = '/downloadDocument';\r\n public static LOAD_PRINT = '/loadPrint';\r\n public static LOAD_PRINT_PDF = '/printPdf';\r\n public static LOAD_THUMBNAILS = '/loadThumbnails';\r\n public static LOAD_FORMATS = '/loadFormats';\r\n public static SAVE_FILE = '/saveFile';\r\n public static CREATE_FILE = '/createFile';\r\n public static COMPARE_FILES = '/compare';\r\n public static CONVERT_FILE = '/convert';\r\n public static DELETE_SIGNATURE_FILE = '/deleteSignatureFile';\r\n public static REMOVE_FROM_INDEX = '/removeFromIndex';\r\n public static GET_FILE_STATUS = '/getFileStatus';\r\n public static SAVE_OPTICAL_CODE = '/saveOpticalCode';\r\n public static SAVE_TEXT = '/saveText';\r\n public static SAVE_IMAGE = '/saveImage';\r\n public static SAVE_STAMP = '/saveStamp';\r\n public static SIGN = '/sign';\r\n public static DOWNLOAD_SIGNED = '/downloadSigned';\r\n public static LOAD_SIGNATURE_IMAGE = '/loadSignatureImage';\r\n public static ANNOTATE = '/annotate';\r\n public static SEARCH = '/search';\r\n public static ADD_FILES_TO_INDEX = '/addFilesToIndex';\r\n\r\n public static httpOptionsJson = {\r\n headers: new HttpHeaders({\r\n 'Content-Type': 'application/json',\r\n })\r\n };\r\n public static httpOptionsJsonResponseTypeBlob = {\r\n headers: new HttpHeaders({\r\n 'Content-Type': 'application/json',\r\n }),\r\n responseType: 'blob' as 'blob'\r\n };\r\n}\r\n\r\n@Injectable()\r\nexport class ConfigService {\r\n\r\n private _apiEndpoint: string;\r\n\r\n constructor() {\r\n this.apiEndpoint = Api.DEFAULT_API_ENDPOINT;\r\n }\r\n\r\n set apiEndpoint(url: string) {\r\n this._apiEndpoint = url && url.trim().endsWith('/') ? url.substring(0, url.length - 1) : url;\r\n }\r\n\r\n getConfigEndpoint(app) {\r\n return (this.apiEndpoint.endsWith(app) ? this.apiEndpoint : this.apiEndpoint + app) + Api.LOAD_CONFIG;\r\n }\r\n\r\n getViewerApiEndpoint() {\r\n return this._apiEndpoint.endsWith(Api.VIEWER_APP) ? this._apiEndpoint : this._apiEndpoint + Api.VIEWER_APP;\r\n }\r\n\r\n getEditorApiEndpoint() {\r\n return this._apiEndpoint.trim().endsWith(Api.EDITOR_APP) ? this._apiEndpoint : this._apiEndpoint + Api.EDITOR_APP;\r\n }\r\n\r\n getComparisonApiEndpoint() {\r\n return this._apiEndpoint.trim().endsWith(Api.COMPARISON_APP) ? this._apiEndpoint : this._apiEndpoint + Api.COMPARISON_APP;\r\n }\r\n\r\n getConversionApiEndpoint() {\r\n return this._apiEndpoint.trim().endsWith(Api.CONVERSION_APP) ? this._apiEndpoint : this._apiEndpoint + Api.CONVERSION_APP;\r\n }\r\n\r\n getMetadataApiEndpoint() {\r\n return this._apiEndpoint.trim().endsWith(Api.METADATA_APP) ? this._apiEndpoint : this._apiEndpoint + Api.METADATA_APP;\r\n }\r\n \r\n getParserApiEndpoint() {\r\n return this._apiEndpoint.trim().endsWith(Api.PARSER_APP) ? this._apiEndpoint : this._apiEndpoint + Api.PARSER_APP;\r\n }\r\n\r\n get apiEndpoint() {\r\n return this._apiEndpoint;\r\n }\r\n\r\n getSignatureApiEndpoint() {\r\n return this._apiEndpoint.endsWith(Api.SIGNATURE_APP) ? this._apiEndpoint : this._apiEndpoint + Api.SIGNATURE_APP;\r\n }\r\n\r\n getAnnotationApiEndpoint() {\r\n return this._apiEndpoint.endsWith(Api.ANNOTATION_APP) ? this._apiEndpoint : this._apiEndpoint + Api.ANNOTATION_APP;\r\n }\r\n\r\n getSearchApiEndpoint() {\r\n return this._apiEndpoint.endsWith(Api.SEARCH_APP) ? this._apiEndpoint : this._apiEndpoint + Api.SEARCH_APP;\r\n }\r\n}\r\n","export * from './lib/comparison.module';\r\nexport * from './lib/comparison-app.component';\r\nexport * from './lib/comparison-config.service';\r\nexport * from './lib/comparison-config';\r\nexport * from './lib/comparison.service';\r\nexport * from './lib/models';\r\n\r\n","module.exports = \":host {\\n border-bottom: 1px solid #CCC;\\n}\\n:host ::ng-deep gd-button .button {\\n font-size: 14px !important;\\n}\\n.wrapper {\\n height: 37px;\\n background-color: #FFFFFF;\\n display: -webkit-box;\\n display: flex;\\n}\\n.upload-wrapper {\\n display: -webkit-box;\\n display: flex;\\n width: 100%;\\n}\\n.url-input {\\n border: 0;\\n height: 37px;\\n width: 100%;\\n padding-left: 5px;\\n margin: 0px;\\n padding-top: 0px;\\n padding-bottom: 0px;\\n outline: none;\\n color: #959da5;\\n opacity: 0.5;\\n font-style: italic;\\n}\\n.compare-file-name {\\n color: #6e6e6e;\\n margin: 8px 8px 8px 0px;\\n width: 100%;\\n text-align: left;\\n font-size: 13px;\\n opacity: 0.5;\\n}\\n.ng-fa-icon {\\n color: #959da5;\\n margin: 9px 15px 0px 13px;\\n font-size: 14px;\\n}\\n.compare-file {\\n width: 100%;\\n border-right: 2px solid #ddd;\\n}\\n.wrapper .ng-fa-icon.fa-file-pdf {\\n color: #e04e4e;\\n}\\n.wrapper .ng-fa-icon.fa-file-word {\\n color: #539CF0;\\n}\\n.wrapper .ng-fa-icon.fa-file-powerpoint {\\n color: #e29e1e;\\n}\\n.wrapper .ng-fa-icon.fa-file-excel {\\n color: #7cbc46;\\n}\\n.wrapper .ng-fa-icon.fa-file-image {\\n color: #c375ed;\\n}\\n.wrapper .ng-fa-icon.fa-file-text .fa-folder,\\n.wrapper .ng-fa-icon.fa-file,\\n.wrapper .ng-fa-icon.fa-file-alt {\\n color: #4b566c;\\n}\\n.wrapper ::ng-deep gd-button .button fa-icon {\\n color: #6e6e6e;\\n}\\n::ng-deep gd-tab .gd-tab .title {\\n font-size: 13px;\\n font-weight: bold;\\n color: #959da5;\\n opacity: 0.4;\\n}\\n::ng-deep gd-tab .gd-tab.active .title {\\n color: #3E4E5A !important;\\n opacity: 1;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2FkZC1maWxlLXBhbmVsL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvYWRkLWZpbGUtcGFuZWwvYWRkLWZpbGUtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9hZGQtZmlsZS1wYW5lbC9hZGQtZmlsZS1wYW5lbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLDZCQUFBO0FDREY7QURBQTtFQUtNLDBCQUFBO0FDRk47QURPQTtFQUNFLFlBQUE7RUFDQSx5QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ0xGO0FEUUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxXQUFBO0FDTkY7QURTQTtFQUNFLFNBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGlCQUFBO0VBQ0EsV0FBQTtFQUNBLGdCQUFBO0VBQ0EsbUJBQUE7RUFDQSxhQUFBO0VBQ0EsY0FBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtBQ1BGO0FEVUE7RUFDRSxjQUFBO0VBQ0EsdUJBQUE7RUFDQSxXQUFBO0VBQ0EsZ0JBQUE7RUFDQSxlQUFBO0VBQ0EsWUFBQTtBQ1JGO0FEV0E7RUFDRSxjQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0FDVEY7QURZQTtFQUNFLFdBQUE7RUFDQSw0QkFBQTtBQ1ZGO0FEYUE7RUFDRSxjQUFBO0FDWEY7QURjQTtFQUNFLGNBQUE7QUNaRjtBRGVBO0VBQ0UsY0FBQTtBQ2JGO0FEZ0JBO0VBQ0UsY0FBQTtBQ2RGO0FEaUJBO0VBQ0UsY0FBQTtBQ2ZGO0FEa0JBOzs7RUFHRSxjQUFBO0FDaEJGO0FEbUJBO0VBSVEsY0FBQTtBQ3BCUjtBRDBCQTtFQUdNLGVBQUE7RUFDQSxpQkFBQTtFQUNBLGNBQUE7RUFDQSxZQUFBO0FDMUJOO0FEOEJJO0VBRUkseUJBQUE7RUFDQSxVQUFBO0FDN0JSIiwiZmlsZSI6ImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2FkZC1maWxlLXBhbmVsL2FkZC1maWxlLXBhbmVsLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzLmxlc3NcIjtcblxuOmhvc3Qge1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0NDQztcblxuICA6Om5nLWRlZXAgZ2QtYnV0dG9uIHtcbiAgICAuYnV0dG9uIHtcbiAgICAgIGZvbnQtc2l6ZTogMTRweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxufVxuXG4ud3JhcHBlciB7XG4gIGhlaWdodCAgICAgICAgICA6IDM3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkZGRkY7XG4gIGRpc3BsYXkgICAgICAgICA6IGZsZXg7XG59XG5cbi51cGxvYWQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoICA6IDEwMCU7XG59XG5cbi51cmwtaW5wdXQge1xuICBib3JkZXIgICAgICAgIDogMDtcbiAgaGVpZ2h0ICAgICAgICA6IDM3cHg7XG4gIHdpZHRoICAgICAgICAgOiAxMDAlO1xuICBwYWRkaW5nLWxlZnQgIDogNXB4O1xuICBtYXJnaW4gICAgICAgIDogMHB4O1xuICBwYWRkaW5nLXRvcCAgIDogMHB4O1xuICBwYWRkaW5nLWJvdHRvbTogMHB4O1xuICBvdXRsaW5lICAgICAgIDogbm9uZTtcbiAgY29sb3IgICAgICAgICA6IEByZWdlbnQtZ3JheTtcbiAgb3BhY2l0eSAgICAgICA6IDAuNTtcbiAgZm9udC1zdHlsZSAgICA6IGl0YWxpYztcbn1cblxuLmNvbXBhcmUtZmlsZS1uYW1lIHtcbiAgY29sb3IgICAgIDogQGRvdmUtZ3JheTtcbiAgbWFyZ2luICAgIDogOHB4IDhweCA4cHggMHB4O1xuICB3aWR0aCAgICAgOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBmb250LXNpemUgOiAxM3B4O1xuICBvcGFjaXR5ICAgOiAwLjU7XG59XG5cbi5uZy1mYS1pY29uIHtcbiAgY29sb3IgICAgOiBAcmVnZW50LWdyYXk7XG4gIG1hcmdpbiAgIDogOXB4IDE1cHggMHB4IDEzcHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cblxuLmNvbXBhcmUtZmlsZSB7XG4gIHdpZHRoICAgICAgIDogMTAwJTtcbiAgYm9yZGVyLXJpZ2h0OiAycHggc29saWQgI2RkZDtcbn1cblxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogQHBkZjtcbn1cblxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS13b3JkIHtcbiAgY29sb3I6IEB3b3JkO1xufVxuXG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogQHBvd2VycG9pbnQ7XG59XG5cbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtZXhjZWwge1xuICBjb2xvcjogQGV4Y2VsO1xufVxuXG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6IEBpbWFnZTtcbn1cblxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIsXG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLFxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS1hbHQge1xuICBjb2xvcjogQGZvbGRlcjtcbn1cblxuLndyYXBwZXIge1xuICA6Om5nLWRlZXAgZ2QtYnV0dG9uIHtcbiAgICAuYnV0dG9uIHtcbiAgICAgIGZhLWljb24ge1xuICAgICAgICBjb2xvcjogQGRvdmUtZ3JheTtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuOjpuZy1kZWVwIGdkLXRhYiB7XG4gIC5nZC10YWIge1xuICAgIC50aXRsZSB7XG4gICAgICBmb250LXNpemUgIDogMTNweDtcbiAgICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICAgICAgY29sb3IgICAgICA6IEByZWdlbnQtZ3JheTtcbiAgICAgIG9wYWNpdHkgICAgOiAwLjQ7XG5cbiAgICB9XG5cbiAgICAmLmFjdGl2ZSB7XG4gICAgICAudGl0bGUge1xuICAgICAgICBjb2xvciAgOiBAcHJpbWFyeSAgIWltcG9ydGFudDtcbiAgICAgICAgb3BhY2l0eTogMTtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn0iLCI6aG9zdCB7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjQ0NDO1xufVxuOmhvc3QgOjpuZy1kZWVwIGdkLWJ1dHRvbiAuYnV0dG9uIHtcbiAgZm9udC1zaXplOiAxNHB4ICFpbXBvcnRhbnQ7XG59XG4ud3JhcHBlciB7XG4gIGhlaWdodDogMzdweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgZGlzcGxheTogZmxleDtcbn1cbi51cGxvYWQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnVybC1pbnB1dCB7XG4gIGJvcmRlcjogMDtcbiAgaGVpZ2h0OiAzN3B4O1xuICB3aWR0aDogMTAwJTtcbiAgcGFkZGluZy1sZWZ0OiA1cHg7XG4gIG1hcmdpbjogMHB4O1xuICBwYWRkaW5nLXRvcDogMHB4O1xuICBwYWRkaW5nLWJvdHRvbTogMHB4O1xuICBvdXRsaW5lOiBub25lO1xuICBjb2xvcjogIzk1OWRhNTtcbiAgb3BhY2l0eTogMC41O1xuICBmb250LXN0eWxlOiBpdGFsaWM7XG59XG4uY29tcGFyZS1maWxlLW5hbWUge1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgbWFyZ2luOiA4cHggOHB4IDhweCAwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBmb250LXNpemU6IDEzcHg7XG4gIG9wYWNpdHk6IDAuNTtcbn1cbi5uZy1mYS1pY29uIHtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIG1hcmdpbjogOXB4IDE1cHggMHB4IDEzcHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi5jb21wYXJlLWZpbGUge1xuICB3aWR0aDogMTAwJTtcbiAgYm9yZGVyLXJpZ2h0OiAycHggc29saWQgI2RkZDtcbn1cbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtcGRmIHtcbiAgY29sb3I6ICNlMDRlNGU7XG59XG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLXdvcmQge1xuICBjb2xvcjogIzUzOUNGMDtcbn1cbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtcG93ZXJwb2ludCB7XG4gIGNvbG9yOiAjZTI5ZTFlO1xufVxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS1leGNlbCB7XG4gIGNvbG9yOiAjN2NiYzQ2O1xufVxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS1pbWFnZSB7XG4gIGNvbG9yOiAjYzM3NWVkO1xufVxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIsXG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLFxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS1hbHQge1xuICBjb2xvcjogIzRiNTY2Yztcbn1cbi53cmFwcGVyIDo6bmctZGVlcCBnZC1idXR0b24gLmJ1dHRvbiBmYS1pY29uIHtcbiAgY29sb3I6ICM2ZTZlNmU7XG59XG46Om5nLWRlZXAgZ2QtdGFiIC5nZC10YWIgLnRpdGxlIHtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBmb250LXdlaWdodDogYm9sZDtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIG9wYWNpdHk6IDAuNDtcbn1cbjo6bmctZGVlcCBnZC10YWIgLmdkLXRhYi5hY3RpdmUgLnRpdGxlIHtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbiAgb3BhY2l0eTogMTtcbn1cbiJdfQ== */\"","import {Component, EventEmitter, Input, OnChanges, OnInit, Output, SimpleChanges} from '@angular/core';\r\nimport {\r\n CommonModals,\r\n ExceptionMessageService,\r\n FileUtil,\r\n ModalService\r\n} from \"@groupdocs.examples.angular/common-components\";\r\n\r\nexport class States {\r\n static Empty = 'empty';\r\n static Opened = 'opened';\r\n}\r\n\r\n@Component({\r\n selector: 'gd-add-file-panel',\r\n templateUrl: './add-file-panel.component.html',\r\n styleUrls: ['./add-file-panel.component.less']\r\n})\r\nexport class AddFilePanelComponent implements OnInit, OnChanges {\r\n @Input() panel: string;\r\n @Output() active = new EventEmitter();\r\n @Output() urlForUpload = new EventEmitter();\r\n @Output() cleanPanel = new EventEmitter();\r\n state = States.Empty;\r\n @Input() fileName: string;\r\n uploadDisabled = true;\r\n\r\n constructor(private _modalService: ModalService,\r\n private _excMessageService: ExceptionMessageService) {\r\n }\r\n\r\n ngOnInit() {\r\n }\r\n\r\n getFormatIcon() {\r\n return FileUtil.find(this.fileName, false).icon;\r\n }\r\n\r\n openModal() {\r\n this.active.emit(this.panel);\r\n this._modalService.open(CommonModals.BrowseFiles);\r\n }\r\n\r\n isEmpty() {\r\n return this.state === States.Empty;\r\n }\r\n\r\n cleanFile() {\r\n this.active.emit(this.panel);\r\n this.cleanPanel.emit(true);\r\n }\r\n\r\n uploadUrl(url: string) {\r\n if(this.uploadDisabled){\r\n return\r\n }\r\n if (url && (url.startsWith('http') || url.startsWith('file') || url.startsWith('ftp'))) {\r\n this.active.emit(this.panel);\r\n this.urlForUpload.emit(url);\r\n } else {\r\n this._modalService.open(CommonModals.ErrorMessage);\r\n this._excMessageService.changeMessage(\"Wrong url\");\r\n }\r\n }\r\n\r\n checkDisabled(url: string) {\r\n this.uploadDisabled = url ? url.length === 0 : true;\r\n }\r\n\r\n ngOnChanges(changes: SimpleChanges): void {\r\n if (this.fileName) {\r\n this.state = States.Opened;\r\n } else {\r\n this.state = States.Empty;\r\n }\r\n }\r\n}\r\n","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n::ng-deep .tools .button {\\n color: #fff !important;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-flow: column;\\n}\\n::ng-deep .tools .button.inactive {\\n color: #959da5 !important;\\n}\\n::ng-deep .tools .icon-button {\\n margin: 0px 0px 0px 7px !important;\\n}\\n::ng-deep .compare-file .icon-button {\\n margin: 0px !important;\\n}\\n::ng-deep .compare-file .icon-button .text {\\n padding: 0px !important;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n.loader {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n height: 100%;\\n}\\n.upload-compare-file {\\n height: 100%;\\n width: 50%;\\n border-right: 1px solid #CCC;\\n display: -webkit-box;\\n display: flex;\\n align-content: center;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n text-align: center;\\n -webkit-box-flex: 0;\\n flex-grow: 0;\\n}\\n.open-file-panel {\\n display: -webkit-box;\\n display: flex;\\n width: 100%;\\n}\\n.files-panel {\\n background-color: #e7e7e7;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n width: 100%;\\n height: 100%;\\n}\\n.result-panel {\\n background-color: #e7e7e7;\\n width: 100%;\\n height: 100%;\\n display: -webkit-box;\\n display: flex;\\n align-content: center;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-pack: center;\\n justify-content: center;\\n text-align: center;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: inherit;\\n}\\n.gd-document {\\n width: 100%;\\n height: 100%;\\n}\\n.top-panel {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 100%;\\n}\\n.toolbar-panel {\\n background-color: #3e4e5a;\\n width: 100%;\\n}\\n.row {\\n display: -webkit-box;\\n display: flex;\\n height: inherit;\\n}\\n.column {\\n width: 100%;\\n}\\n.tabs-wrapper {\\n display: -webkit-box;\\n display: flex;\\n justify-self: flex-end;\\n align-self: flex-end;\\n width: 100%;\\n -webkit-box-pack: end;\\n justify-content: flex-end;\\n}\\n.tabs {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: end;\\n align-items: flex-end;\\n -webkit-box-pack: end;\\n justify-content: flex-end;\\n}\\n::ng-deep .button.brand fa-icon {\\n color: #fff !important;\\n}\\n@media (max-width: 1037px) {\\n .files-panel {\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n height: calc(100% - 60px);\\n }\\n .files-panel .upload-compare-file {\\n width: 100%;\\n height: 50%;\\n border-bottom: 1px solid #CCC;\\n }\\n ::ng-deep .gd-side-panel-wrapper {\\n height: 50% !important;\\n top: inherit !important;\\n bottom: 0px !important;\\n }\\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\\n margin: 0px 0px 0px 10px !important;\\n }\\n ::ng-deep .tools .icon-button {\\n height: 60px !important;\\n width: 60px;\\n }\\n ::ng-deep .tabs-wrapper .gd-tab .icon {\\n font-size: 22px !important;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2NvbXBhcmlzb24tYXBwLmNvbXBvbmVudC5sZXNzIiwibGlicy9jb21wYXJpc29uL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2NvbXBhcmlzb24vc3JjL2xpYi9jb21wYXJpc29uLWFwcC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSwrRkNDa0I7QUFFbEI7RUFDRSxzREFBQTtBRERGO0FDSUE7RUFFSSxzQkFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxpQkFBQTtBREhKO0FDS0k7RUFDRSx5QkFBQTtBREhOO0FDSEE7RUFXSSxrQ0FBQTtBRExKO0FDU0E7RUFFSSxzQkFBQTtBRFJKO0FDTUE7RUFLTSx1QkFBQTtBRFJOO0FDYUE7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRFhGO0FDY0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLFlBQUE7QURaRjtBQ2VBO0VBQ0UsWUFBQTtFQUNBLFVBQUE7RUFDQSw0QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHFCQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esa0JBQUE7RUFDQSxtQkFBQTtVQUFBLFlBQUE7QURiRjtBQ2dCQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLFdBQUE7QURkRjtBQ2lCQTtFQUNFLHlCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7QURmRjtBQ2tCQTtFQUNFLHlCQUFBO0VBRUEsV0FBQTtFQUNBLFlBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxxQkFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxrQkFBQTtBRGpCRjtBQ29CQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGVBQUE7QURsQkY7QUNxQkE7RUFDRSxXQUFBO0VBQ0EsWUFBQTtBRG5CRjtBQ3NCQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0FEcEJGO0FDdUJBO0VBQ0UseUJBQUE7RUFDQSxXQUFBO0FEckJGO0FDd0JBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsZUFBQTtBRHRCRjtBQ3lCQTtFQUNFLFdBQUE7QUR2QkY7QUMwQkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxzQkFBQTtFQUNBLG9CQUFBO0VBQ0EsV0FBQTtFQUNBLHFCQUFBO1VBQUEseUJBQUE7QUR4QkY7QUMyQkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxzQkFBQTtVQUFBLHFCQUFBO0VBQ0EscUJBQUE7VUFBQSx5QkFBQTtBRHpCRjtBQzRCQTtFQUVJLHNCQUFBO0FEM0JKO0FDK0JBO0VBQ0U7SUFDRSw0QkFBQTtJQUFBLDZCQUFBO1lBQUEsc0JBQUE7SUFDQSx5QkFBQTtFRDdCRjtFQzJCQTtJQUtJLFdBQUE7SUFDQSxXQUFBO0lBQ0EsNkJBQUE7RUQ3Qko7RUNpQ0E7SUFDRSxzQkFBQTtJQUNBLHVCQUFBO0lBQ0Esc0JBQUE7RUQvQkY7RUNrQ0E7SUFFSSxtQ0FBQTtFRGpDSjtFQytCQTtJQU1JLHVCQUFBO0lBQ0EsV0FBQTtFRGxDSjtFQ3NDQTtJQUdNLDBCQUFBO0VEdENOO0FBQ0YiLCJmaWxlIjoibGlicy9jb21wYXJpc29uL3NyYy9saWIvY29tcGFyaXNvbi1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2Fuczo0MDAsNDAwaSw3MDAsNzAwaSZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24ge1xuICBjb2xvcjogI2ZmZiAhaW1wb3J0YW50O1xuICBmbGV4LWZsb3c6IGNvbHVtbjtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbi5pbmFjdGl2ZSB7XG4gIGNvbG9yOiAjOTU5ZGE1ICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gIG1hcmdpbjogMHB4IDBweCAwcHggN3B4ICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLmNvbXBhcmUtZmlsZSAuaWNvbi1idXR0b24ge1xuICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5jb21wYXJlLWZpbGUgLmljb24tYnV0dG9uIC50ZXh0IHtcbiAgcGFkZGluZzogMHB4ICFpbXBvcnRhbnQ7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbi5sb2FkZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnVwbG9hZC1jb21wYXJlLWZpbGUge1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiA1MCU7XG4gIGJvcmRlci1yaWdodDogMXB4IHNvbGlkICNDQ0M7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBmbGV4LWdyb3c6IDA7XG59XG4ub3Blbi1maWxlLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDEwMCU7XG59XG4uZmlsZXMtcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTdlN2U3O1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnJlc3VsdC1wYW5lbCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnRvb2xiYXItcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM2U0ZTVhO1xuICB3aWR0aDogMTAwJTtcbn1cbi5yb3cge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uY29sdW1uIHtcbiAgd2lkdGg6IDEwMCU7XG59XG4udGFicy13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1zZWxmOiBmbGV4LWVuZDtcbiAgYWxpZ24tc2VsZjogZmxleC1lbmQ7XG4gIHdpZHRoOiAxMDAlO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtZW5kO1xufVxuLnRhYnMge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogZmxleC1lbmQ7XG4gIGp1c3RpZnktY29udGVudDogZmxleC1lbmQ7XG59XG46Om5nLWRlZXAgLmJ1dHRvbi5icmFuZCBmYS1pY29uIHtcbiAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmZpbGVzLXBhbmVsIHtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIGhlaWdodDogY2FsYygxMDAlIC0gNjBweCk7XG4gIH1cbiAgLmZpbGVzLXBhbmVsIC51cGxvYWQtY29tcGFyZS1maWxlIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDUwJTtcbiAgICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0NDQztcbiAgfVxuICA6Om5nLWRlZXAgLmdkLXNpZGUtcGFuZWwtd3JhcHBlciB7XG4gICAgaGVpZ2h0OiA1MCUgIWltcG9ydGFudDtcbiAgICB0b3A6IGluaGVyaXQgIWltcG9ydGFudDtcbiAgICBib3R0b206IDBweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgZ2QtYnV0dG9uOm50aC1jaGlsZCgxKSA+IC5pY29uLWJ1dHRvbiB7XG4gICAgbWFyZ2luOiAwcHggMHB4IDBweCAxMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC50b29scyAuaWNvbi1idXR0b24ge1xuICAgIGhlaWdodDogNjBweCAhaW1wb3J0YW50O1xuICAgIHdpZHRoOiA2MHB4O1xuICB9XG4gIDo6bmctZGVlcCAudGFicy13cmFwcGVyIC5nZC10YWIgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMjJweCAhaW1wb3J0YW50O1xuICB9XG59XG4iLCJAaW1wb3J0IFwiLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcbkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zOjQwMCw0MDBpLDcwMCw3MDBpJmRpc3BsYXk9c3dhcCcpO1xuXG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuXG46Om5nLWRlZXAgLnRvb2xzIHtcbiAgLmJ1dHRvbiB7XG4gICAgY29sb3IgICAgOiAjZmZmICFpbXBvcnRhbnQ7XG4gICAgZmxleC1mbG93OiBjb2x1bW47XG5cbiAgICAmLmluYWN0aXZlIHtcbiAgICAgIGNvbG9yOiBAcmVnZW50LWdyYXkgICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG5cbiAgLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAwcHggMHB4IDdweCAhaW1wb3J0YW50O1xuICB9XG59XG5cbjo6bmctZGVlcCAuY29tcGFyZS1maWxlIHtcbiAgLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xuXG4gICAgLnRleHQge1xuICAgICAgcGFkZGluZzogMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG59XG5cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodCAgICAgOiAxMDAlO1xuICB3aWR0aCAgICAgIDogMTAwJTtcbiAgcG9zaXRpb24gICA6IGZpeGVkO1xuICB0b3AgICAgICAgIDogMDtcbiAgYm90dG9tICAgICA6IDA7XG4gIGxlZnQgICAgICAgOiAwO1xuICByaWdodCAgICAgIDogMDtcbn1cblxuLmxvYWRlciB7XG4gIGRpc3BsYXkgICAgICAgIDogZmxleDtcbiAgZmxleC1kaXJlY3Rpb24gOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtcyAgICA6IGNlbnRlcjtcbiAgaGVpZ2h0ICAgICAgICAgOiAxMDAlO1xufVxuXG4udXBsb2FkLWNvbXBhcmUtZmlsZSB7XG4gIGhlaWdodCAgICAgICAgOiAxMDAlO1xuICB3aWR0aCAgICAgICAgIDogNTAlO1xuICBib3JkZXItcmlnaHQgIDogMXB4IHNvbGlkICNDQ0M7XG4gIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICBhbGlnbi1jb250ZW50IDogY2VudGVyO1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB0ZXh0LWFsaWduICAgIDogY2VudGVyO1xuICBmbGV4LWdyb3cgICAgIDogMDtcbn1cblxuLm9wZW4tZmlsZS1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoICA6IDEwMCU7XG59XG5cbi5maWxlcy1wYW5lbCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEBtZXJjdXJ5O1xuICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbiAgOiByb3c7XG4gIHdpZHRoICAgICAgICAgICA6IDEwMCU7XG4gIGhlaWdodCAgICAgICAgICA6IDEwMCU7XG59XG5cbi5yZXN1bHQtcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAbWVyY3VyeTtcbiAgZGlzcGxheSAgICAgICAgIDogZmxleDtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbiAgaGVpZ2h0ICAgICAgICAgIDogMTAwJTtcbiAgZGlzcGxheSAgICAgICAgIDogZmxleDtcbiAgYWxpZ24tY29udGVudCAgIDogY2VudGVyO1xuICBmbGV4LWRpcmVjdGlvbiAgOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudCA6IGNlbnRlcjtcbiAgdGV4dC1hbGlnbiAgICAgIDogY2VudGVyO1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0IDogaW5oZXJpdDtcbn1cblxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGggOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi50b3AtcGFuZWwge1xuICBkaXNwbGF5ICAgIDogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgd2lkdGggICAgICA6IDEwMCU7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNlNGU1YTtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbn1cblxuLnJvdyB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodCA6IGluaGVyaXQ7XG59XG5cbi5jb2x1bW4ge1xuICB3aWR0aDogMTAwJTtcbn1cblxuLnRhYnMtd3JhcHBlciB7XG4gIGRpc3BsYXkgICAgICAgIDogZmxleDtcbiAganVzdGlmeS1zZWxmICAgOiBmbGV4LWVuZDtcbiAgYWxpZ24tc2VsZiAgICAgOiBmbGV4LWVuZDtcbiAgd2lkdGggICAgICAgICAgOiAxMDAlO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtZW5kO1xufVxuXG4udGFicyB7XG4gIGRpc3BsYXkgICAgICAgIDogZmxleDtcbiAgYWxpZ24taXRlbXMgICAgOiBmbGV4LWVuZDtcbiAganVzdGlmeS1jb250ZW50OiBmbGV4LWVuZDtcbn1cblxuOjpuZy1kZWVwIC5idXR0b24uYnJhbmQge1xuICBmYS1pY29uIHtcbiAgICBjb2xvcjogI2ZmZiAhaW1wb3J0YW50O1xuICB9XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIC5maWxlcy1wYW5lbCB7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBoZWlnaHQgICAgICAgIDogY2FsYygxMDAlIC0gNjBweCk7XG5cbiAgICAudXBsb2FkLWNvbXBhcmUtZmlsZSB7XG4gICAgICB3aWR0aCAgICAgICAgOiAxMDAlO1xuICAgICAgaGVpZ2h0ICAgICAgIDogNTAlO1xuICAgICAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNDQ0M7XG4gICAgfVxuICB9XG5cbiAgOjpuZy1kZWVwIC5nZC1zaWRlLXBhbmVsLXdyYXBwZXIge1xuICAgIGhlaWdodDogNTAlICFpbXBvcnRhbnQ7XG4gICAgdG9wICAgOiBpbmhlcml0ICFpbXBvcnRhbnQ7XG4gICAgYm90dG9tOiAwcHggIWltcG9ydGFudDtcbiAgfVxuXG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIGdkLWJ1dHRvbjpudGgtY2hpbGQoMSk+Lmljb24tYnV0dG9uIHtcbiAgICAgIG1hcmdpbjogMHB4IDBweCAwcHggMTBweCAhaW1wb3J0YW50O1xuICAgIH1cblxuICAgIC5pY29uLWJ1dHRvbiB7XG4gICAgICBoZWlnaHQ6IDYwcHggIWltcG9ydGFudDtcbiAgICAgIHdpZHRoIDogNjBweDtcbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLnRhYnMtd3JhcHBlciB7XG4gICAgLmdkLXRhYiB7XG4gICAgICAuaWNvbiB7XG4gICAgICAgIGZvbnQtc2l6ZTogMjJweCAhaW1wb3J0YW50O1xuICAgICAgfVxuICAgIH1cbiAgfVxufSJdfQ== */\"","import {Component, ElementRef} from '@angular/core';\r\nimport * as jquery from 'jquery';\r\nimport {\r\n CommonModals,\r\n FileCredentials,\r\n FileDescription,\r\n FileModel,\r\n ModalService, PageModel, PagePreloadService, TabActivatorService, UploadFilesService, PasswordService\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport {ComparisonConfigService} from \"./comparison-config.service\";\r\nimport {ComparisonService} from \"./comparison.service\";\r\nimport {ComparisonConfig} from \"./comparison-config\";\r\nimport {CompareResult} from \"./models\";\r\n\r\nconst $ = jquery;\r\n\r\nexport class Files {\r\n static FIRST = 'first';\r\n static SECOND = 'second';\r\n}\r\n\r\nexport class Highlight {\r\n id: string;\r\n active = false;\r\n}\r\n\r\n@Component({\r\n selector: 'gd-comparison',\r\n templateUrl: './comparison-app.component.html',\r\n styleUrls: ['./comparison-app.component.less']\r\n})\r\nexport class ComparisonAppComponent {\r\n files: FileModel[] = [];\r\n browseFilesModal = CommonModals.BrowseFiles;\r\n credentials: Map = new Map();\r\n file: Map = new Map();\r\n comparisonConfig: ComparisonConfig;\r\n activePanel: string;\r\n first = Files.FIRST;\r\n second = Files.SECOND;\r\n firstFileName: string = undefined;\r\n secondFileName: string = undefined;\r\n loadingFirstPanel = false;\r\n loadingSecondPanel = false;\r\n countPages = 0;\r\n result: CompareResult;\r\n filesTab = 'files';\r\n resultTab = 'result';\r\n activeTab = this.filesTab;\r\n resultTabDisabled = true;\r\n\r\n constructor(private _comparisonService: ComparisonService,\r\n private configService: ComparisonConfigService,\r\n uploadFilesService: UploadFilesService,\r\n pagePreloadService: PagePreloadService,\r\n private _modalService: ModalService,\r\n private _tabActivatorService: TabActivatorService,\r\n private _elementRef: ElementRef,\r\n passwordService: PasswordService) {\r\n configService.updatedConfig.subscribe((config) => {\r\n this.comparisonConfig = config;\r\n });\r\n\r\n pagePreloadService.checkPreload.subscribe((page: number) => {\r\n if (this.comparisonConfig.preloadResultPageCount !== 0) {\r\n this.checkPreload(this.first, page);\r\n this.checkPreload(this.second, page);\r\n }\r\n });\r\n\r\n uploadFilesService.uploadsChange.subscribe((uploads) => {\r\n const active = this.activePanel;\r\n this.setLoading(active, true);\r\n if (uploads) {\r\n let i: number;\r\n for (i = 0; i < uploads.length; i++) {\r\n this._comparisonService.upload(uploads.item(i), '', this.rewriteConfig).subscribe((obj: FileCredentials) => {\r\n this.getFile(obj.guid, '', active);\r\n this.selectDir('');\r\n });\r\n }\r\n }\r\n });\r\n\r\n _tabActivatorService.activeTabChange.subscribe((tabId: string) => {\r\n this.activeTab = tabId;\r\n });\r\n\r\n passwordService.passChange.subscribe((pass: string) => {\r\n let activePanelFileGuid = \"\";\r\n if (this.credentials.get(this.first)) {\r\n activePanelFileGuid = this.credentials.get(this.first).guid;\r\n } else if (this.credentials.get(this.second)) {\r\n activePanelFileGuid = this.credentials.get(this.second).guid;\r\n }\r\n this.selectFile(activePanelFileGuid, pass, CommonModals.PasswordRequired, this.activePanel);\r\n });\r\n }\r\n\r\n get uploadConfig(): boolean {\r\n return this.comparisonConfig ? this.comparisonConfig.upload : true;\r\n }\r\n\r\n private setLoading(panel: string, flag: boolean) {\r\n if (panel === this.first) {\r\n this.loadingFirstPanel = flag;\r\n } else {\r\n this.loadingSecondPanel = flag;\r\n }\r\n }\r\n\r\n get rewriteConfig(): boolean {\r\n return this.comparisonConfig ? this.comparisonConfig.rewrite : true;\r\n }\r\n\r\n selectDir($event: string) {\r\n this._comparisonService.loadFiles($event).subscribe((files: FileModel[]) => {\r\n let nameExt: string;\r\n if (this.credentials.get(this.first)) {\r\n nameExt = this.credentials.get(this.first).guid.split('.').pop();\r\n } else if (this.credentials.get(this.second)) {\r\n nameExt = this.credentials.get(this.second).guid.split('.').pop();\r\n }\r\n\r\n if (nameExt) {\r\n files = files.filter(function (value) {\r\n return value.directory || value.guid.split('.').pop() === nameExt;\r\n });\r\n }\r\n this.files = files || [];\r\n });\r\n }\r\n\r\n selectFile($event: string, password: string, modalId: string, param: string) {\r\n this.setLoading(param, true);\r\n this.getFile($event, password, param);\r\n this.selectDir('');\r\n this._modalService.close(modalId);\r\n this.clearData(param);\r\n }\r\n\r\n private getFile($event: string, password: string, param: string) {\r\n const credentials = {guid: $event, password: password};\r\n this.credentials.set(param, credentials);\r\n this._comparisonService.loadFile(credentials).subscribe((file: FileDescription) => {\r\n this.file.set(param, file);\r\n if (file) {\r\n const preloadResultPageCount = this.comparisonConfig.preloadResultPageCount;\r\n this.countPages = file.pages ? file.pages.length : 0;\r\n if (preloadResultPageCount > 0) {\r\n this.preloadPages(param, 1, preloadResultPageCount > this.countPages ? this.countPages : preloadResultPageCount);\r\n }\r\n }\r\n this.updateFileNames();\r\n this.setLoading(param, false);\r\n }\r\n );\r\n }\r\n\r\n clearFile(param: string) {\r\n this.clearData(param);\r\n this.credentials.delete(param);\r\n this.result = null;\r\n this.resultTabDisabled = true;\r\n this._tabActivatorService.changeActiveTab(this.filesTab);\r\n }\r\n\r\n private clearData(param) {\r\n if (!this.file || !this.file.size) {\r\n return;\r\n }\r\n this.file.delete(param);\r\n if (param === this.first) {\r\n this.firstFileName = undefined;\r\n } else {\r\n this.secondFileName = undefined;\r\n }\r\n }\r\n\r\n preloadPages(param: string, start: number, end: number) {\r\n for (let i = start; i <= end; i++) {\r\n this._comparisonService.loadPage(this.credentials.get(param), i).subscribe((page: PageModel) => {\r\n this.file.get(param).pages[i - 1] = page;\r\n });\r\n }\r\n }\r\n\r\n upload($event: string) {\r\n const active = this.activePanel;\r\n this._comparisonService.upload(null, $event, this.rewriteConfig).subscribe((obj: FileCredentials) => {\r\n this.getFile(obj.guid, '', active);\r\n this.selectDir('');\r\n });\r\n }\r\n\r\n updateFileNames() {\r\n this.firstFileName = this.getFirstFileName();\r\n this.secondFileName = this.getSecondFileName();\r\n }\r\n\r\n getSecondFileName() {\r\n const fileCredentials = this.credentials ? this.credentials.get(this.second) : undefined;\r\n return fileCredentials ? fileCredentials.guid.replace(/^.*[\\\\\\/]/, '') : '';\r\n }\r\n\r\n getFirstFileName() {\r\n const fileCredentials = this.credentials ? this.credentials.get(this.first) : undefined;\r\n return fileCredentials ? fileCredentials.guid.replace(/^.*[\\\\\\/]/, '') : '';\r\n }\r\n\r\n private checkPreload(panel: string, page: number) {\r\n if (!this.file.get(panel)) {\r\n return\r\n }\r\n for (let i = page; i < page + 2; i++) {\r\n if (i > 0 && i <= this.countPages && !this.file.get(panel).pages[i - 1].data) {\r\n this.preloadPages(panel, i, i);\r\n }\r\n }\r\n }\r\n\r\n compare() {\r\n if (this.credentials.size !== 2) {\r\n return;\r\n }\r\n this.resultTabDisabled = false;\r\n const arr = [];\r\n arr.push(this.credentials.get(this.first));\r\n arr.push(this.credentials.get(this.second));\r\n this._comparisonService.compare(arr).subscribe((result: CompareResult) => {\r\n this.result = result;\r\n\r\n const isZeroBasedPageId = this.result.changes.find((change) => change.pageInfo.pageNumber === 0);\r\n\r\n this.result.changes.forEach( (change) => {\r\n change.id = this.generateRandomInteger();\r\n const zeroBasedId = isZeroBasedPageId ? change.pageInfo.pageNumber : change.pageInfo.pageNumber - 1;\r\n change.pageInfo.pageNumber = isZeroBasedPageId ? change.pageInfo.pageNumber : change.pageInfo.pageNumber - 1;\r\n if(!this.result.pages[zeroBasedId].changes){\r\n this.result.pages[zeroBasedId].changes = [];\r\n }\r\n this.result.pages[zeroBasedId].changes.push(change);\r\n change.normalized = {\r\n x : this.pxToPt(change.box.x) * 100 / change.pageInfo.width,\r\n y : this.pxToPt(change.box.y) * 100 / change.pageInfo.height,\r\n width: this.pxToPt(change.box.width) * 100 / change.pageInfo.width,\r\n height: this.pxToPt(change.box.height) * 100 / change.pageInfo.height,\r\n };\r\n });\r\n }, (err => {\r\n this.resultTabDisabled = true;\r\n this._tabActivatorService.changeActiveTab(this.filesTab);\r\n }));\r\n this._tabActivatorService.changeActiveTab(this.resultTab);\r\n }\r\n\r\n pxToPt(px: number) {\r\n return px * 72 / 96;\r\n }\r\n\r\n generateRandomInteger() {\r\n function _p8(s) {\r\n const p = (Math.random().toString(16) + \"000000000\").substr(2, 8);\r\n return s ? \"-\" + p.substr(0, 4) + \"-\" + p.substr(4, 4) : p;\r\n }\r\n return _p8(null) + _p8(true) + _p8(true) + _p8(null);\r\n }\r\n\r\n download() {\r\n if (!this.result) {\r\n return;\r\n }\r\n const credentials = {'guid': this.result.guid, 'password': ''};\r\n window.location.assign(this._comparisonService.getDownloadUrl(credentials));\r\n }\r\n\r\n hideSidePanel($event) {\r\n this.activeTab = $event ? this.filesTab : this.resultTab;\r\n this._tabActivatorService.changeActiveTab(this.filesTab);\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {ComparisonConfig} from \"./comparison-config\";\r\nimport {Api, ConfigService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {HttpClient} from \"@angular/common/http\";\r\nimport {BehaviorSubject, Observable} from \"rxjs\";\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class ComparisonConfigService {\r\n private _comparisonConfig: BehaviorSubject = new BehaviorSubject(new ComparisonConfig());\r\n private _updatedConfig: Observable = this._comparisonConfig.asObservable();\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n get updatedConfig() {\r\n return this._updatedConfig;\r\n }\r\n\r\n load() {\r\n return new Promise((resolve, reject) => {\r\n const configEndpoint = this._config.getConfigEndpoint(Api.COMPARISON_APP);\r\n this._http.get(configEndpoint, Api.httpOptionsJson).toPromise().then((response: ComparisonConfig) => {\r\n const comparisonConfig = response;\r\n this._comparisonConfig.next(comparisonConfig);\r\n resolve();\r\n }).catch((response: any) => {\r\n reject(`Could not load comparison config: ${JSON.stringify(response)}`);\r\n });\r\n });\r\n }\r\n\r\n}\r\n","export class ComparisonConfig {\r\n rewrite: boolean;\r\n pageSelector: boolean;\r\n download: boolean;\r\n upload: boolean;\r\n print: boolean;\r\n browse: boolean;\r\n enableRightClick: boolean;\r\n\r\n filesDirectory: string;\r\n fontsDirectory: string;\r\n defaultDocument: string;\r\n preloadResultPageCount: 0;\r\n}\r\n","import {BrowserModule} from '@angular/platform-browser';\r\nimport {APP_INITIALIZER, ModuleWithProviders, NgModule} from '@angular/core';\r\nimport {HTTP_INTERCEPTORS, HttpClientModule} from '@angular/common/http';\r\nimport {ComparisonAppComponent} from './comparison-app.component';\r\nimport {FontAwesomeModule} from '@fortawesome/angular-fontawesome';\r\nimport {library} from '@fortawesome/fontawesome-svg-core';\r\nimport {fas} from '@fortawesome/free-solid-svg-icons';\r\nimport {far} from '@fortawesome/free-regular-svg-icons';\r\nimport {ComparisonService} from \"./comparison.service\";\r\nimport {\r\n CommonComponentsModule,\r\n ErrorInterceptorService,\r\n ConfigService,\r\n LoadingMaskService,\r\n LoadingMaskInterceptorService,\r\n Api\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport {ComparisonConfigService} from \"./comparison-config.service\";\r\nimport {AddFilePanelComponent} from './add-file-panel/add-file-panel.component';\r\nimport {UploadFilePanelComponent} from './upload-file-panel/upload-file-panel.component';\r\nimport {DifferenceComponent} from './difference/difference.component';\r\nimport {DifferenceHighlightComponent} from './difference-highlight/difference-highlight.component';\r\nimport {ResultDocumentComponent} from './result-document/result-document.component';\r\nimport {DifferencesComponent} from './differences/differences.component';\r\nimport {DifferencesService} from './differences.service';\r\nimport {ClickOutsideModule} from 'ng-click-outside';\r\n\r\nexport function initializeApp(comparisonConfigService: ComparisonConfigService) {\r\n const result = () => comparisonConfigService.load();\r\n return result;\r\n}\r\n\r\n// NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981\r\n// @dynamic\r\nexport function setupLoadingInterceptor(service: LoadingMaskService) {\r\n return new LoadingMaskInterceptorService(service);\r\n}\r\n\r\n@NgModule({\r\n declarations: [ComparisonAppComponent, AddFilePanelComponent, UploadFilePanelComponent, DifferenceComponent, DifferenceHighlightComponent, ResultDocumentComponent, DifferencesComponent],\r\n imports: [\r\n BrowserModule,\r\n CommonComponentsModule,\r\n HttpClientModule,\r\n FontAwesomeModule,\r\n ClickOutsideModule\r\n ],\r\n exports: [\r\n ComparisonAppComponent,\r\n CommonComponentsModule,\r\n ResultDocumentComponent,\r\n DifferencesComponent\r\n ],\r\n providers: [\r\n ComparisonService,\r\n ConfigService,\r\n DifferencesService,\r\n ComparisonConfigService,\r\n {\r\n provide: APP_INITIALIZER,\r\n useFactory: initializeApp,\r\n deps: [ComparisonConfigService],\r\n multi: true\r\n },\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useClass: ErrorInterceptorService,\r\n multi: true\r\n },\r\n LoadingMaskService,\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useFactory: setupLoadingInterceptor,\r\n multi: true,\r\n deps: [LoadingMaskService]\r\n }\r\n ]\r\n})\r\nexport class ComparisonModule {\r\n constructor() {\r\n library.add(fas, far);\r\n }\r\n\r\n static forRoot(apiEndpoint: string): ModuleWithProviders {\r\n Api.DEFAULT_API_ENDPOINT = apiEndpoint;\r\n return {\r\n ngModule: ComparisonModule\r\n };\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {HttpClient} from \"@angular/common/http\";\r\nimport {\r\n Api, ConfigService, FileCredentials, SaveFile\r\n} from \"@groupdocs.examples.angular/common-components\"\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class ComparisonService {\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n loadFiles(path: string) {\r\n return this._http.post(this._config.getComparisonApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\r\n }\r\n\r\n getFormats() {\r\n return this._http.get(this._config.getComparisonApiEndpoint() + Api.LOAD_FORMATS, Api.httpOptionsJson);\r\n }\r\n\r\n loadFile(credentials: FileCredentials) {\r\n return this._http.post(this._config.getComparisonApiEndpoint() + Api.LOAD_DOCUMENT_DESCRIPTION, credentials, Api.httpOptionsJson);\r\n }\r\n\r\n upload(file: File, url: string, rewrite: boolean) {\r\n const formData = new FormData();\r\n formData.append(\"file\", file);\r\n formData.append('rewrite', String(rewrite));\r\n if (url) {\r\n formData.append(\"url\", url);\r\n }\r\n\r\n return this._http.post(this._config.getComparisonApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\r\n }\r\n\r\n save(file: SaveFile) {\r\n return this._http.post(this._config.getComparisonApiEndpoint() + Api.SAVE_FILE, file, Api.httpOptionsJson);\r\n }\r\n\r\n getDownloadUrl(credentials: FileCredentials) {\r\n return this._config.getComparisonApiEndpoint() + Api.DOWNLOAD_DOCUMENTS + '/?guid=' + credentials.guid;\r\n }\r\n\r\n loadPage(credentials: FileCredentials, page: number) {\r\n return this._http.post(this._config.getComparisonApiEndpoint() + Api.LOAD_DOCUMENT_PAGE, {\r\n 'guid': credentials.guid,\r\n 'password': credentials.password,\r\n 'page': page\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n compare(arr: FileCredentials[]) {\r\n return this._http.post(this._config.getComparisonApiEndpoint() + Api.COMPARE_FILES, {'guids': arr}, Api.httpOptionsJson);\r\n }\r\n}\r\n","module.exports = \".highlight-difference {\\n position: absolute;\\n cursor: pointer;\\n z-index: 1;\\n}\\n.highlight-difference.active {\\n box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);\\n z-index: 999;\\n}\\n.gd-difference.active {\\n box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);\\n z-index: 999;\\n}\\n.gd-difference-1 {\\n background-color: rgba(0, 122, 255, 0.4);\\n}\\n.gd-difference-2,\\n.gd-difference-4 {\\n background-color: rgba(46, 237, 0, 0.4);\\n}\\n.gd-difference-3 {\\n background-color: rgba(237, 0, 0, 0.4);\\n}\\n.gd-difference-6 {\\n background-color: rgba(215, 224, 0, 0.4);\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2RpZmZlcmVuY2UtaGlnaGxpZ2h0L0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvZGlmZmVyZW5jZS1oaWdobGlnaHQvZGlmZmVyZW5jZS1oaWdobGlnaHQuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlLWhpZ2hsaWdodC9kaWZmZXJlbmNlLWhpZ2hsaWdodC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFLGtCQUFBO0VBQ0EsZUFBQTtFQUNGLFVBQUE7QUNDQTtBREVBO0VBQ0UsMkNBQUE7RUFDQSxZQUFBO0FDQUY7QURHQTtFQUNFLDJDQUFBO0VBQ0EsWUFBQTtBQ0RGO0FESUE7RUFDRSx3Q0FBQTtBQ0ZGO0FES0E7O0VBQ0UsdUNBQUE7QUNGRjtBREtBO0VBQ0Usc0NBQUE7QUNIRjtBRE1BO0VBQ0Usd0NBQUE7QUNKRiIsImZpbGUiOiJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlLWhpZ2hsaWdodC9kaWZmZXJlbmNlLWhpZ2hsaWdodC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIi5oaWdobGlnaHQtZGlmZmVyZW5jZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuei1pbmRleDogMTtcbn1cblxuLmhpZ2hsaWdodC1kaWZmZXJlbmNlLmFjdGl2ZSB7XG4gIGJveC1zaGFkb3c6IDAgMCAwIDk5OTlweCByZ2JhKDAsIDAsIDAsIDAuNSk7XG4gIHotaW5kZXg6IDk5OTtcbn1cblxuLmdkLWRpZmZlcmVuY2UuYWN0aXZlIHtcbiAgYm94LXNoYWRvdzogMCAwIDAgOTk5OXB4IHJnYmEoMCwgMCwgMCwgMC41KTtcbiAgei1pbmRleDogOTk5O1xufVxuXG4uZ2QtZGlmZmVyZW5jZS0xIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgwLCAxMjIsIDI1NSwgMC40KTtcbn1cblxuLmdkLWRpZmZlcmVuY2UtMiwgLmdkLWRpZmZlcmVuY2UtNCB7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoNDYsIDIzNywgMCwgMC40KTtcbn1cblxuLmdkLWRpZmZlcmVuY2UtMyB7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMjM3LCAwLCAwLCAwLjQpO1xufVxuXG4uZ2QtZGlmZmVyZW5jZS02IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyMTUsIDIyNCwgMCwgMC40KTtcbn1cbiIsIi5oaWdobGlnaHQtZGlmZmVyZW5jZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiAxO1xufVxuLmhpZ2hsaWdodC1kaWZmZXJlbmNlLmFjdGl2ZSB7XG4gIGJveC1zaGFkb3c6IDAgMCAwIDk5OTlweCByZ2JhKDAsIDAsIDAsIDAuNSk7XG4gIHotaW5kZXg6IDk5OTtcbn1cbi5nZC1kaWZmZXJlbmNlLmFjdGl2ZSB7XG4gIGJveC1zaGFkb3c6IDAgMCAwIDk5OTlweCByZ2JhKDAsIDAsIDAsIDAuNSk7XG4gIHotaW5kZXg6IDk5OTtcbn1cbi5nZC1kaWZmZXJlbmNlLTEge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDAsIDEyMiwgMjU1LCAwLjQpO1xufVxuLmdkLWRpZmZlcmVuY2UtMixcbi5nZC1kaWZmZXJlbmNlLTQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDQ2LCAyMzcsIDAsIDAuNCk7XG59XG4uZ2QtZGlmZmVyZW5jZS0zIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyMzcsIDAsIDAsIDAuNCk7XG59XG4uZ2QtZGlmZmVyZW5jZS02IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyMTUsIDIyNCwgMCwgMC40KTtcbn1cbiJdfQ== */\"","import { Component, Input, OnInit } from '@angular/core';\r\nimport {ChangeInfo} from \"../models\";\r\nimport { DifferencesService } from '../differences.service';\r\nimport * as jquery from \"jquery\";\r\nconst $ = jquery;\r\n\r\n@Component({\r\n selector: 'gd-difference-highlight',\r\n templateUrl: './difference-highlight.component.html',\r\n styleUrls: ['./difference-highlight.component.less']\r\n})\r\nexport class DifferenceHighlightComponent implements OnInit{\r\n @Input() change: ChangeInfo;\r\n @Input() active: boolean;\r\n private changesService : DifferencesService;\r\n\r\n constructor(changeService : DifferencesService) {\r\n this.changesService = changeService;\r\n }\r\n ngOnInit(){\r\n this.changesService.activeChange.subscribe(activeID => this.active = this.change.id === activeID);\r\n }\r\n\r\n close(event: Event){\r\n this.changesService.setActiveChange(null);\r\n }\r\n\r\n highlight(id : string){\r\n this.changesService.setActiveChange(id);\r\n }\r\n}\r\n","module.exports = \".gd-difference {\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-flow: row wrap;\\n border-bottom: 1px solid #eee;\\n cursor: pointer;\\n}\\n.gd-difference.active {\\n background-color: #f2f2f2;\\n}\\n.gd-difference:hover {\\n background-color: #e5e5e5;\\n}\\n.gd-difference .gd-difference-title-wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n align-content: stretch;\\n padding: 14px 21px 17px 24px;\\n}\\n.gd-difference .gd-difference-title-wrapper fa-icon {\\n font-size: 14px;\\n}\\n.gd-difference .gd-difference-title-wrapper .fa-arrow-right {\\n color: #16B901;\\n}\\n.gd-difference .gd-difference-title-wrapper .fa-pencil-alt {\\n color: #CED600;\\n}\\n.gd-difference .gd-difference-title-wrapper .fa-times {\\n color: #B96401;\\n}\\n.gd-difference .gd-difference-title-wrapper .gd-difference-body {\\n width: 100%;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n padding-left: 24.6px;\\n}\\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-difference-title {\\n color: #222E35;\\n font-size: 13px;\\n font-weight: bold;\\n}\\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-differentce-comment {\\n color: #959da5;\\n font-size: 13px;\\n padding-top: 10px;\\n overflow: hidden;\\n /*prevent text from being shown outside the border */\\n text-overflow: ellipsis;\\n}\\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-differentce-comment .color {\\n vertical-align: text-bottom;\\n width: 14px;\\n height: 14px;\\n display: inline-block;\\n border: 1px solid #CCC;\\n border-radius: 100%;\\n}\\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-differentce-comment .property {\\n padding-left: 1em;\\n}\\n.gd-difference .gd-difference-title-wrapper .gd-difference-page {\\n color: rgba(149, 157, 165, 0.48);\\n font-size: 11px;\\n white-space: nowrap;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2RpZmZlcmVuY2UvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlL2RpZmZlcmVuY2UuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlL2RpZmZlcmVuY2UuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSw4QkFBQTtFQUFBLDZCQUFBO1VBQUEsbUJBQUE7RUFDQSw2QkFBQTtFQUNBLGVBQUE7QUNERjtBREdFO0VBQ0UseUJBQUE7QUNESjtBRElFO0VBQ0UseUJBQUE7QUNGSjtBRFJBO0VBZUksb0JBQUE7RUFBQSxhQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0Esc0JBQUE7RUFDQSw0QkFBQTtBQ0pKO0FEZEE7RUFxQk0sZUFBQTtBQ0pOO0FEakJBO0VBd0JNLGNBQUE7QUNKTjtBRHBCQTtFQTJCTSxjQUFBO0FDSk47QUR2QkE7RUE4Qk0sY0FBQTtBQ0pOO0FEMUJBO0VBa0NNLFdBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxvQkFBQTtBQ0xOO0FEaENBO0VBd0NRLGNBQUE7RUFDQSxlQUFBO0VBQ0EsaUJBQUE7QUNMUjtBRHJDQTtFQThDUSxjQUFBO0VBQ0EsZUFBQTtFQUNBLGlCQUFBO0VBQ0EsZ0JBQUE7RUNOTixvREFBb0Q7RURPOUMsdUJBQUE7QUNMUjtBRDdDQTtFQXFEVSwyQkFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EscUJBQUE7RUFDQSxzQkFBQTtFQUNBLG1CQUFBO0FDTFY7QURyREE7RUE2RFUsaUJBQUE7QUNMVjtBRHhEQTtFQWtFTSxnQ0FBQTtFQUNBLGVBQUE7RUFDQSxtQkFBQTtBQ1BOIiwiZmlsZSI6ImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2RpZmZlcmVuY2UvZGlmZmVyZW5jZS5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uZ2QtZGlmZmVyZW5jZSB7XG4gIGZsZXgtZmxvdzogcm93IHdyYXA7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZWVlO1xuICBjdXJzb3I6IHBvaW50ZXI7XG5cbiAgJi5hY3RpdmV7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI2YyZjJmMjtcbiAgfVxuXG4gICY6aG92ZXJ7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI2U1ZTVlNTtcbiAgfVxuXG5cbiAgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlcntcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gICAgYWxpZ24tY29udGVudDogc3RyZXRjaDtcbiAgICBwYWRkaW5nOiAxNHB4IDIxcHggMTdweCAyNHB4O1xuXG4gICAgZmEtaWNvbiB7XG4gICAgICBmb250LXNpemU6IDE0cHg7XG4gICAgfVxuICAgIC5mYS1hcnJvdy1yaWdodCB7XG4gICAgICBjb2xvcjogIzE2QjkwMTtcbiAgICB9XG4gICAgLmZhLXBlbmNpbC1hbHQge1xuICAgICAgY29sb3I6ICNDRUQ2MDA7XG4gICAgfVxuICAgIC5mYS10aW1lcyB7XG4gICAgICBjb2xvcjogI0I5NjQwMTtcbiAgICB9XG5cbiAgICAuZ2QtZGlmZmVyZW5jZS1ib2R5e1xuICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICAgIHBhZGRpbmctbGVmdDogMjQuNnB4O1xuXG4gICAgICAuZ2QtZGlmZmVyZW5jZS10aXRsZSB7XG4gICAgICAgIGNvbG9yOiAjMjIyRTM1O1xuICAgICAgICBmb250LXNpemU6IDEzcHg7XG4gICAgICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICAgICAgfVxuXG4gICAgICAuZ2QtZGlmZmVyZW50Y2UtY29tbWVudCB7XG4gICAgICAgIGNvbG9yOiBAcmVnZW50LWdyYXk7XG4gICAgICAgIGZvbnQtc2l6ZTogMTNweDtcbiAgICAgICAgcGFkZGluZy10b3A6IDEwcHg7XG4gICAgICAgIG92ZXJmbG93OiBoaWRkZW47IC8qcHJldmVudCB0ZXh0IGZyb20gYmVpbmcgc2hvd24gb3V0c2lkZSB0aGUgYm9yZGVyICovXG4gICAgICAgIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuXG4gICAgICAgIC5jb2xvcntcbiAgICAgICAgICB2ZXJ0aWNhbC1hbGlnbjogdGV4dC1ib3R0b207XG4gICAgICAgICAgd2lkdGg6IDE0cHg7XG4gICAgICAgICAgaGVpZ2h0OiAxNHB4O1xuICAgICAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICAgICAgICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDEwMCU7XG4gICAgICAgIH1cbiAgICAgICAgLnByb3BlcnR5e1xuICAgICAgICAgIHBhZGRpbmctbGVmdDogMWVtO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICAgIC5nZC1kaWZmZXJlbmNlLXBhZ2Uge1xuICAgICAgY29sb3I6IHJnYmEoMTQ5LCAxNTcsIDE2NSwgMC40OCk7XG4gICAgICBmb250LXNpemU6IDExcHg7XG4gICAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICAgIH1cbiAgfVxufVxuXG5cbiIsIi5nZC1kaWZmZXJlbmNlIHtcbiAgZmxleC1mbG93OiByb3cgd3JhcDtcbiAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNlZWU7XG4gIGN1cnNvcjogcG9pbnRlcjtcbn1cbi5nZC1kaWZmZXJlbmNlLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmMmYyZjI7XG59XG4uZ2QtZGlmZmVyZW5jZTpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlNWU1ZTU7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgYWxpZ24tY29udGVudDogc3RyZXRjaDtcbiAgcGFkZGluZzogMTRweCAyMXB4IDE3cHggMjRweDtcbn1cbi5nZC1kaWZmZXJlbmNlIC5nZC1kaWZmZXJlbmNlLXRpdGxlLXdyYXBwZXIgZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi5nZC1kaWZmZXJlbmNlIC5nZC1kaWZmZXJlbmNlLXRpdGxlLXdyYXBwZXIgLmZhLWFycm93LXJpZ2h0IHtcbiAgY29sb3I6ICMxNkI5MDE7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIC5mYS1wZW5jaWwtYWx0IHtcbiAgY29sb3I6ICNDRUQ2MDA7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIC5mYS10aW1lcyB7XG4gIGNvbG9yOiAjQjk2NDAxO1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZ2QtZGlmZmVyZW5jZS1ib2R5IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHBhZGRpbmctbGVmdDogMjQuNnB4O1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZ2QtZGlmZmVyZW5jZS1ib2R5IC5nZC1kaWZmZXJlbmNlLXRpdGxlIHtcbiAgY29sb3I6ICMyMjJFMzU7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIC5nZC1kaWZmZXJlbmNlLWJvZHkgLmdkLWRpZmZlcmVudGNlLWNvbW1lbnQge1xuICBjb2xvcjogIzk1OWRhNTtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBwYWRkaW5nLXRvcDogMTBweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgLypwcmV2ZW50IHRleHQgZnJvbSBiZWluZyBzaG93biBvdXRzaWRlIHRoZSBib3JkZXIgKi9cbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIC5nZC1kaWZmZXJlbmNlLWJvZHkgLmdkLWRpZmZlcmVudGNlLWNvbW1lbnQgLmNvbG9yIHtcbiAgdmVydGljYWwtYWxpZ246IHRleHQtYm90dG9tO1xuICB3aWR0aDogMTRweDtcbiAgaGVpZ2h0OiAxNHB4O1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gIGJvcmRlcjogMXB4IHNvbGlkICNDQ0M7XG4gIGJvcmRlci1yYWRpdXM6IDEwMCU7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIC5nZC1kaWZmZXJlbmNlLWJvZHkgLmdkLWRpZmZlcmVudGNlLWNvbW1lbnQgLnByb3BlcnR5IHtcbiAgcGFkZGluZy1sZWZ0OiAxZW07XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIC5nZC1kaWZmZXJlbmNlLXBhZ2Uge1xuICBjb2xvcjogcmdiYSgxNDksIDE1NywgMTY1LCAwLjQ4KTtcbiAgZm9udC1zaXplOiAxMXB4O1xuICB3aGl0ZS1zcGFjZTogbm93cmFwO1xufVxuIl19 */\"","import { Component, Input, OnInit } from '@angular/core';\r\nimport { ChangeInfo, StyleChange } from '../models';\r\nimport { DifferencesService } from '../differences.service';\r\n\r\n@Component({\r\n selector: 'gd-comparison-difference',\r\n templateUrl: './difference.component.html',\r\n styleUrls: ['./difference.component.less']\r\n})\r\nexport class DifferenceComponent implements OnInit {\r\n @Input() change: ChangeInfo;\r\n active: boolean;\r\n\r\n private changesService : DifferencesService;\r\n\r\n constructor(changeService : DifferencesService) {\r\n this.changesService = changeService;\r\n }\r\n\r\n ngOnInit() {\r\n this.changesService.activeChange.subscribe(activeID => this.active = this.change.id === activeID)\r\n }\r\n\r\n getRgbaColor(value){\r\n return `rgba(${value.red},${value.green},${value.blue},${value.alpha})`;\r\n }\r\n}\r\n","import { Injectable } from '@angular/core';\r\nimport { BehaviorSubject} from 'rxjs';\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class DifferencesService {\r\n\r\n private _activeChange = new BehaviorSubject(null);\r\n activeChange = this._activeChange.asObservable();\r\n\r\n constructor() {\r\n }\r\n\r\n setActiveChange(id : string){\r\n this._activeChange.next(id);\r\n }\r\n}\r\n","module.exports = \"\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlcy9kaWZmZXJlbmNlcy5jb21wb25lbnQubGVzcyJ9 */\"","import { Component, Input, OnInit } from '@angular/core';\r\nimport { ChangeInfo } from './../models';\r\nimport { DifferencesService } from '../differences.service';\r\nimport { NavigateService } from '@groupdocs.examples.angular/common-components';\r\n\r\n@Component({\r\n selector: 'gd-differences',\r\n templateUrl: './differences.component.html',\r\n styleUrls: ['./differences.component.less']\r\n})\r\nexport class DifferencesComponent implements OnInit {\r\n\r\n @Input() changes : ChangeInfo[] = [];\r\n private changesService : DifferencesService;\r\n private navigateService;\r\n\r\n constructor(changeService : DifferencesService,navigateService: NavigateService,) {\r\n this.changesService = changeService;\r\n this.navigateService = navigateService;\r\n }\r\n\r\n ngOnInit() {}\r\n\r\n\r\n highlightDifference(id: string,page: number,event : MouseEvent){\r\n event.stopPropagation();\r\n this.changesService.setActiveChange(id);\r\n this.navigateService.navigateTo(page+1);\r\n }\r\n}\r\n","import {PageModel} from \"@groupdocs.examples.angular/common-components\";\r\n\r\nexport class ComparedPageModel extends PageModel{\r\n changes: ChangeInfo[]\r\n}\r\n\r\nexport class CompareResult {\r\n changes: ChangeInfo[];\r\n pages: ComparedPageModel[];\r\n guid: string;\r\n}\r\n\r\nexport class ChangeInfo {\r\n pageInfo: PageInfo;\r\n text: string;\r\n type: number;\r\n box: Rectangle;\r\n id: string;\r\n styleChanges: StyleChange[];\r\n normalized: Rectangle;\r\n active: boolean;\r\n}\r\n\r\nexport class StyleChange {\r\n changedProperty: string;\r\n newValue: string;\r\n oldValue: string;\r\n}\r\n\r\nexport class Rectangle {\r\n x: number;\r\n y: number;\r\n width: number;\r\n height: number\r\n}\r\n\r\nexport class PageInfo {\r\n width: number;\r\n height: number;\r\n changes: ChangeInfo[];\r\n pageNumber: number;\r\n}\r\n\r\n","module.exports = \":host {\\n overflow: scroll;\\n}\\n.document {\\n background-color: #e7e7e7;\\n width: 100%;\\n height: 100%;\\n -webkit-transition: all 0.4s;\\n transition: all 0.4s;\\n padding: 0px;\\n margin: 0px;\\n position: relative;\\n}\\n.page {\\n position: relative;\\n display: inline-block;\\n background-color: #ffffff;\\n margin: 20px;\\n box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);\\n -webkit-transition: all 0.3s;\\n transition: all 0.3s;\\n}\\n.wait {\\n position: absolute;\\n top: 55px;\\n left: Calc(30%);\\n}\\n.panzoom {\\n -webkit-transform: none;\\n transform: none;\\n -webkit-backface-visibility: hidden;\\n backface-visibility: hidden;\\n -webkit-transform-origin: 50% 50% 0px;\\n transform-origin: 50% 50% 0px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: center;\\n justify-content: center;\\n flex-wrap: wrap;\\n}\\n.gd-zoomed {\\n margin: 10px 98px;\\n}\\n.highlights {\\n position: absolute;\\n top: 0px;\\n left: 0px;\\n bottom: 0px;\\n right: 0px;\\n}\\n@media (max-width: 1037px) {\\n .panzoom {\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n }\\n .page {\\n min-width: unset !important;\\n min-height: unset !important;\\n margin: 5px 0px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL3Jlc3VsdC1kb2N1bWVudC9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvY29tcGFyaXNvbi9zcmMvbGliL3Jlc3VsdC1kb2N1bWVudC9yZXN1bHQtZG9jdW1lbnQuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9yZXN1bHQtZG9jdW1lbnQvcmVzdWx0LWRvY3VtZW50LmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UsZ0JBQUE7QUNERjtBRElBO0VBQ0UseUJBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLDRCQUFBO0VBQUEsb0JBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGtCQUFBO0FDRkY7QURLQTtFQUNFLGtCQUFBO0VBQ0EscUJBQUE7RUFDQSx5QkFBQTtFQUNBLFlBQUE7RUFHQSwyQ0FBQTtFQUNBLDRCQUFBO0VBQUEsb0JBQUE7QUNIRjtBRE1BO0VBQ0Usa0JBQUE7RUFDQSxTQUFBO0VBQ0EsZUFBQTtBQ0pGO0FET0E7RUFDRSx1QkFBQTtVQUFBLGVBQUE7RUFDQSxtQ0FBQTtVQUFBLDJCQUFBO0VBQ0EscUNBQUE7VUFBQSw2QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxlQUFBO0FDTEY7QURRQTtFQUNFLGlCQUFBO0FDTkY7QURTQTtFQUNFLGtCQUFBO0VBQ0EsUUFBQTtFQUNBLFNBQUE7RUFDQSxXQUFBO0VBQ0EsVUFBQTtBQ1BGO0FEVUE7RUFLRTtJQUNFLDRCQUFBO0lBQUEsNkJBQUE7WUFBQSxzQkFBQTtFQ1pGO0VEZUE7SUFDRSwyQkFBQTtJQUNBLDRCQUFBO0lBQ0EsZUFBQTtFQ2JGO0FBQ0YiLCJmaWxlIjoibGlicy9jb21wYXJpc29uL3NyYy9saWIvcmVzdWx0LWRvY3VtZW50L3Jlc3VsdC1kb2N1bWVudC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLy4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzLmxlc3NcIjtcblxuOmhvc3Qge1xuICBvdmVyZmxvdzogc2Nyb2xsO1xufVxuXG4uZG9jdW1lbnQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAbWVyY3VyeTtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbiAgdHJhbnNpdGlvbjogYWxsIDAuNHM7XG4gIHBhZGRpbmc6IDBweDtcbiAgbWFyZ2luOiAwcHg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cblxuLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgbWFyZ2luOiAyMHB4O1xuICAtd2Via2l0LWJveC1zaGFkb3c6IDBweCAzcHggNnB4IHJnYmEoMCwgMCwgMCwgMC4xNik7XG4gIC1tb3otYm94LXNoYWRvdzogMHB4IDNweCA2cHggcmdiYSgwLCAwLCAwLCAwLjE2KTtcbiAgYm94LXNoYWRvdzogMHB4IDNweCA2cHggcmdiYSgwLCAwLCAwLCAwLjE2KTtcbiAgdHJhbnNpdGlvbjogYWxsIDAuM3M7XG59XG5cbi53YWl0IHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDU1cHg7XG4gIGxlZnQ6IENhbGMoNTAlIC0gMjBweCk7XG59XG5cbi5wYW56b29tIHtcbiAgdHJhbnNmb3JtOiBub25lO1xuICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47XG4gIHRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCUgMHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleC13cmFwOiB3cmFwO1xufVxuXG4uZ2Qtem9vbWVkIHtcbiAgbWFyZ2luOiAxMHB4IDk4cHg7XG59XG5cbi5oaWdobGlnaHRze1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMHB4O1xuICBsZWZ0OiAwcHg7XG4gIGJvdHRvbTogMHB4O1xuICByaWdodDogMHB4O1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuZG9jdW1lbnQge1xuICAgIC8vb3ZlcmZsb3cteDogYXV0byAhaW1wb3J0YW50O1xuICB9XG5cbiAgLnBhbnpvb20ge1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIH1cblxuICAucGFnZSB7XG4gICAgbWluLXdpZHRoOiB1bnNldCAhaW1wb3J0YW50O1xuICAgIG1pbi1oZWlnaHQ6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgbWFyZ2luOiA1cHggMHB4O1xuICB9XG59XG4iLCI6aG9zdCB7XG4gIG92ZXJmbG93OiBzY3JvbGw7XG59XG4uZG9jdW1lbnQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTdlN2U3O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICB0cmFuc2l0aW9uOiBhbGwgMC40cztcbiAgcGFkZGluZzogMHB4O1xuICBtYXJnaW46IDBweDtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgbWFyZ2luOiAyMHB4O1xuICAtd2Via2l0LWJveC1zaGFkb3c6IDBweCAzcHggNnB4IHJnYmEoMCwgMCwgMCwgMC4xNik7XG4gIC1tb3otYm94LXNoYWRvdzogMHB4IDNweCA2cHggcmdiYSgwLCAwLCAwLCAwLjE2KTtcbiAgYm94LXNoYWRvdzogMHB4IDNweCA2cHggcmdiYSgwLCAwLCAwLCAwLjE2KTtcbiAgdHJhbnNpdGlvbjogYWxsIDAuM3M7XG59XG4ud2FpdCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiA1NXB4O1xuICBsZWZ0OiBDYWxjKDMwJSk7XG59XG4ucGFuem9vbSB7XG4gIHRyYW5zZm9ybTogbm9uZTtcbiAgYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuO1xuICB0cmFuc2Zvcm0tb3JpZ2luOiA1MCUgNTAlIDBweDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGZsZXgtd3JhcDogd3JhcDtcbn1cbi5nZC16b29tZWQge1xuICBtYXJnaW46IDEwcHggOThweDtcbn1cbi5oaWdobGlnaHRzIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDBweDtcbiAgbGVmdDogMHB4O1xuICBib3R0b206IDBweDtcbiAgcmlnaHQ6IDBweDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLnBhbnpvb20ge1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIH1cbiAgLnBhZ2Uge1xuICAgIG1pbi13aWR0aDogdW5zZXQgIWltcG9ydGFudDtcbiAgICBtaW4taGVpZ2h0OiB1bnNldCAhaW1wb3J0YW50O1xuICAgIG1hcmdpbjogNXB4IDBweDtcbiAgfVxufVxuIl19 */\"","import { Component, ElementRef, Input, OnInit } from '@angular/core';\r\nimport { DocumentComponent, NavigateService, WindowService } from '@groupdocs.examples.angular/common-components';\r\nimport {ZoomService,ZoomDirective} from '@groupdocs.examples.angular/common-components';\r\nimport * as jquery from 'jquery';\r\nimport { DifferencesService } from '../differences.service';\r\nconst $ = jquery;\r\n\r\n@Component({\r\n selector: 'gd-result-document',\r\n templateUrl: './result-document.component.html',\r\n styleUrls: ['./result-document.component.less'], // @TODO: this is replicated from base component until styles inheritance supported added to angular\r\n providers : [ZoomService],\r\n viewProviders : [ZoomDirective]\r\n})\r\nexport class ResultDocumentComponent extends DocumentComponent implements OnInit {\r\n private changesService : DifferencesService;\r\n\r\n constructor(_elementRef: ElementRef,\r\n zoomService: ZoomService,\r\n changeService : DifferencesService,\r\n windowService: WindowService,\r\n navigateService: NavigateService) {\r\n super(_elementRef, zoomService, windowService, navigateService);\r\n this.changesService = changeService;\r\n }\r\n\r\n close(){\r\n this.changesService.setActiveChange(null)\r\n }\r\n\r\n ngOnInit(){\r\n }\r\n}\r\n","module.exports = \":host {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n align-content: center;\\n height: 100%;\\n border-bottom: 1px solid #CCC;\\n}\\n.wrapper {\\n color: #959da5;\\n background-color: #e7e7e7;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 100%;\\n height: 100%;\\n}\\n.icon {\\n font-size: 65px;\\n margin-bottom: 43px;\\n display: -webkit-box;\\n display: flex;\\n color: #959da5;\\n}\\n.start {\\n font-size: 15px;\\n text-align: center;\\n color: #959da5;\\n}\\n.gd-drag-n-drop-wrap.active {\\n background-color: #fff;\\n position: fixed;\\n top: 60px;\\n width: 50%;\\n background: rgba(255, 255, 255, 0.8);\\n}\\n.gd-drag-n-drop-wrap.active .init-state-wrapper {\\n position: absolute;\\n opacity: 0.2;\\n top: unset;\\n margin-top: -11px;\\n}\\n.gd-drag-n-drop-wrap.active .init-state-dnd-wrapper {\\n top: 0px;\\n z-index: 999;\\n margin-top: -11px;\\n}\\n.gd-drag-n-drop-wrap.active .init-state-dnd-wrapper .icon {\\n width: 113px;\\n height: 90px;\\n font-size: 90px;\\n color: #3E4E5A;\\n margin-bottom: 30px;\\n}\\n.gd-drag-n-drop-wrap.active .text {\\n color: #6e6e6e;\\n font-size: 14px;\\n}\\n.init-state-wrapper,\\n.init-state-dnd-wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n width: 250px;\\n height: 250px;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n}\\n.init-state-wrapper {\\n top: -30px;\\n position: relative;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL3VwbG9hZC1maWxlLXBhbmVsL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvdXBsb2FkLWZpbGUtcGFuZWwvdXBsb2FkLWZpbGUtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi91cGxvYWQtZmlsZS1wYW5lbC91cGxvYWQtZmlsZS1wYW5lbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EscUJBQUE7RUFDQSxZQUFBO0VBQ0EsNkJBQUE7QUNERjtBRElBO0VBQ0UsY0FBQTtFQUNBLHlCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtBQ0ZGO0FES0E7RUFDRSxlQUFBO0VBQ0EsbUJBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxjQUFBO0FDSEY7QURNQTtFQUNFLGVBQUE7RUFDQSxrQkFBQTtFQUNBLGNBQUE7QUNKRjtBRFFFO0VBQ0Usc0JBQUE7RUFDQSxlQUFBO0VBQ0EsU0FBQTtFQUNBLFVBQUE7RUFDQSxvQ0FBQTtBQ05KO0FEQ0U7RUFPSSxrQkFBQTtFQUNBLFlBQUE7RUFDQSxVQUFBO0VBQ0EsaUJBQUE7QUNMTjtBRExFO0VBYUksUUFBQTtFQUNBLFlBQUE7RUFDQSxpQkFBQTtBQ0xOO0FEVkU7RUFpQk0sWUFBQTtFQUNBLFlBQUE7RUFDQSxlQUFBO0VBQ0EsY0FBQTtFQUNBLG1CQUFBO0FDSlI7QURqQkU7RUF5QkksY0FBQTtFQUNBLGVBQUE7QUNMTjtBRFVBOztFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7QUNQRjtBRFVBO0VBQ0UsVUFBQTtFQUNBLGtCQUFBO0FDUkYiLCJmaWxlIjoibGlicy9jb21wYXJpc29uL3NyYy9saWIvdXBsb2FkLWZpbGUtcGFuZWwvdXBsb2FkLWZpbGUtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuOmhvc3R7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBhbGlnbi1jb250ZW50OiBjZW50ZXI7XG4gIGhlaWdodDogMTAwJTtcbiAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNDQ0M7XG59XG5cbi53cmFwcGVyIHtcbiAgY29sb3I6IEByZWdlbnQtZ3JheTtcbiAgYmFja2dyb3VuZC1jb2xvcjogQG1lcmN1cnk7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4uaWNvbiB7XG4gIGZvbnQtc2l6ZTogNjVweDtcbiAgbWFyZ2luLWJvdHRvbTogNDNweDtcbiAgZGlzcGxheTogZmxleDtcbiAgY29sb3I6IEByZWdlbnQtZ3JheTtcbn1cblxuLnN0YXJ0IHtcbiAgZm9udC1zaXplOiAxNXB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiBAcmVnZW50LWdyYXk7XG59XG5cbi5nZC1kcmFnLW4tZHJvcC13cmFwIHtcbiAgJi5hY3RpdmUge1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIHRvcDogNjBweDtcbiAgICB3aWR0aDogNTAlO1xuICAgIGJhY2tncm91bmQ6IHJnYmEoMjU1LDI1NSwyNTUsMC44KTtcbiAgICAuaW5pdC1zdGF0ZS13cmFwcGVyIHtcbiAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgIG9wYWNpdHk6IC4yO1xuICAgICAgdG9wOiB1bnNldDtcbiAgICAgIG1hcmdpbi10b3A6IC0xMXB4O1xuICAgIH1cbiAgICAuaW5pdC1zdGF0ZS1kbmQtd3JhcHBlciB7XG4gICAgICB0b3A6IDBweDtcbiAgICAgIHotaW5kZXg6IDk5OTtcbiAgICAgIG1hcmdpbi10b3A6IC0xMXB4O1xuICAgICAgLmljb24ge1xuICAgICAgICB3aWR0aDogMTEzcHg7XG4gICAgICAgIGhlaWdodDogOTBweDtcbiAgICAgICAgZm9udC1zaXplOiA5MHB4O1xuICAgICAgICBjb2xvcjogQHByaW1hcnk7XG4gICAgICAgIG1hcmdpbi1ib3R0b206IDMwcHg7XG4gICAgICB9XG4gICAgfVxuICAgIC50ZXh0IHtcbiAgICAgIGNvbG9yOiBAZG92ZS1ncmF5O1xuICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgIH1cbiAgfVxufVxuXG4uaW5pdC1zdGF0ZS13cmFwcGVyLCAuaW5pdC1zdGF0ZS1kbmQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiAyNTBweDtcbiAgaGVpZ2h0OiAyNTBweDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG59XG5cbi5pbml0LXN0YXRlLXdyYXBwZXIge1xuICB0b3A6IC0zMHB4O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG5cbiIsIjpob3N0IHtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgaGVpZ2h0OiAxMDAlO1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0NDQztcbn1cbi53cmFwcGVyIHtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLmljb24ge1xuICBmb250LXNpemU6IDY1cHg7XG4gIG1hcmdpbi1ib3R0b206IDQzcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGNvbG9yOiAjOTU5ZGE1O1xufVxuLnN0YXJ0IHtcbiAgZm9udC1zaXplOiAxNXB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjOTU5ZGE1O1xufVxuLmdkLWRyYWctbi1kcm9wLXdyYXAuYWN0aXZlIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDYwcHg7XG4gIHdpZHRoOiA1MCU7XG4gIGJhY2tncm91bmQ6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC44KTtcbn1cbi5nZC1kcmFnLW4tZHJvcC13cmFwLmFjdGl2ZSAuaW5pdC1zdGF0ZS13cmFwcGVyIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBvcGFjaXR5OiAwLjI7XG4gIHRvcDogdW5zZXQ7XG4gIG1hcmdpbi10b3A6IC0xMXB4O1xufVxuLmdkLWRyYWctbi1kcm9wLXdyYXAuYWN0aXZlIC5pbml0LXN0YXRlLWRuZC13cmFwcGVyIHtcbiAgdG9wOiAwcHg7XG4gIHotaW5kZXg6IDk5OTtcbiAgbWFyZ2luLXRvcDogLTExcHg7XG59XG4uZ2QtZHJhZy1uLWRyb3Atd3JhcC5hY3RpdmUgLmluaXQtc3RhdGUtZG5kLXdyYXBwZXIgLmljb24ge1xuICB3aWR0aDogMTEzcHg7XG4gIGhlaWdodDogOTBweDtcbiAgZm9udC1zaXplOiA5MHB4O1xuICBjb2xvcjogIzNFNEU1QTtcbiAgbWFyZ2luLWJvdHRvbTogMzBweDtcbn1cbi5nZC1kcmFnLW4tZHJvcC13cmFwLmFjdGl2ZSAudGV4dCB7XG4gIGNvbG9yOiAjNmU2ZTZlO1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uaW5pdC1zdGF0ZS13cmFwcGVyLFxuLmluaXQtc3RhdGUtZG5kLXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aDogMjUwcHg7XG4gIGhlaWdodDogMjUwcHg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xufVxuLmluaXQtc3RhdGUtd3JhcHBlciB7XG4gIHRvcDogLTMwcHg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cbiJdfQ== */\"","import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';\r\nimport {CommonModals, ModalService, UploadFilesService} from \"@groupdocs.examples.angular/common-components\";\r\n\r\n@Component({\r\n selector: 'gd-upload-file-panel',\r\n templateUrl: './upload-file-panel.component.html',\r\n styleUrls: ['./upload-file-panel.component.less']\r\n})\r\nexport class UploadFilePanelComponent implements OnInit {\r\n\r\n @Input() panel: string;\r\n @Output() active = new EventEmitter();\r\n showUploadFile = false;\r\n\r\n constructor(private _uploadService: UploadFilesService,\r\n private _modalService: ModalService) {\r\n }\r\n\r\n ngOnInit() {\r\n }\r\n\r\n openModal() {\r\n this.active.emit(this.panel);\r\n this._modalService.open(CommonModals.BrowseFiles);\r\n }\r\n\r\n dropped($event) {\r\n if ($event) {\r\n this.active.emit(this.panel);\r\n this.showUploadFile = false;\r\n }\r\n }\r\n}\r\n","export * from './lib/conversion.module';\r\nexport * from './lib/conversion-app.component';\r\nexport * from './lib/conversion.service';\r\nexport * from './lib/conversion-config.service';\r\nexport * from './lib/models';","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n::ng-deep .tools .button {\\n color: #fff !important;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-flow: column;\\n}\\n::ng-deep .tools .button.inactive {\\n color: #959da5 !important;\\n}\\n::ng-deep .tools .icon-button {\\n margin: 0px 0px 0px 7px !important;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: inherit;\\n}\\n.gd-document {\\n width: 100%;\\n height: 100%;\\n}\\n.top-panel {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 100%;\\n}\\n.toolbar-panel {\\n background-color: #3e4e5a;\\n width: 100%;\\n}\\n@media (max-width: 1037px) {\\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\\n margin: 0px 0px 0px 10px !important;\\n }\\n ::ng-deep .tools .icon-button {\\n height: 60px !important;\\n width: 60px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24tYXBwLmNvbXBvbmVudC5sZXNzIiwibGlicy9jb252ZXJzaW9uL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWFwcC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSw2RUNBa0I7QUFHbEI7RUFDRSxzREFBQTtBRERGO0FDSUE7RUFFSSxzQkFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxpQkFBQTtBREhKO0FDS0k7RUFDRSx5QkFBQTtBREhOO0FDSEE7RUFXSSxrQ0FBQTtBRExKO0FDU0E7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRFBGO0FDVUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0FEUkY7QUNXQTtFQUNFLFdBQUE7RUFDQSxZQUFBO0FEVEY7QUNZQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0FEVkY7QUNhQTtFQUNFLHlCQUFBO0VBQ0EsV0FBQTtBRFhGO0FDY0E7RUFDRTtJQUVJLG1DQUFBO0VEYko7RUNXQTtJQU1JLHVCQUFBO0lBQ0EsV0FBQTtFRGRKO0FBQ0YiLCJmaWxlIjoibGlicy9jb252ZXJzaW9uL3NyYy9saWIvY29udmVyc2lvbi1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24ge1xuICBjb2xvcjogI2ZmZiAhaW1wb3J0YW50O1xuICBmbGV4LWZsb3c6IGNvbHVtbjtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbi5pbmFjdGl2ZSB7XG4gIGNvbG9yOiAjOTU5ZGE1ICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gIG1hcmdpbjogMHB4IDBweCAwcHggN3B4ICFpbXBvcnRhbnQ7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnRvb2xiYXItcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM2U0ZTVhO1xuICB3aWR0aDogMTAwJTtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgOjpuZy1kZWVwIC50b29scyBnZC1idXR0b246bnRoLWNoaWxkKDEpID4gLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAwcHggMHB4IDEwcHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gICAgaGVpZ2h0OiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgd2lkdGg6IDYwcHg7XG4gIH1cbn1cbiIsIkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zJmRpc3BsYXk9c3dhcCcpO1xuQGltcG9ydCBcIi4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG5cbjo6bmctZGVlcCAudG9vbHMge1xuICAuYnV0dG9uIHtcbiAgICBjb2xvciAgICA6ICNmZmYgIWltcG9ydGFudDtcbiAgICBmbGV4LWZsb3c6IGNvbHVtbjtcblxuICAgICYuaW5hY3RpdmUge1xuICAgICAgY29sb3I6IEByZWdlbnQtZ3JheSAgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICAuaWNvbi1idXR0b24ge1xuICAgIG1hcmdpbjogMHB4IDBweCAwcHggN3B4ICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0ICAgICA6IDEwMCU7XG4gIHdpZHRoICAgICAgOiAxMDAlO1xuICBwb3NpdGlvbiAgIDogZml4ZWQ7XG4gIHRvcCAgICAgICAgOiAwO1xuICBib3R0b20gICAgIDogMDtcbiAgbGVmdCAgICAgICA6IDA7XG4gIHJpZ2h0ICAgICAgOiAwO1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0IDogaW5oZXJpdDtcbn1cblxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGggOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi50b3AtcGFuZWwge1xuICBkaXNwbGF5ICAgIDogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgd2lkdGggICAgICA6IDEwMCU7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNlNGU1YTtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgOjpuZy1kZWVwIC50b29scyB7XG4gICAgZ2QtYnV0dG9uOm50aC1jaGlsZCgxKT4uaWNvbi1idXR0b24ge1xuICAgICAgbWFyZ2luOiAwcHggMHB4IDBweCAxMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuXG4gICAgLmljb24tYnV0dG9uIHtcbiAgICAgIGhlaWdodDogNjBweCAhaW1wb3J0YW50O1xuICAgICAgd2lkdGggOiA2MHB4O1xuICAgIH1cbiAgfVxufSJdfQ== */\"","import {Component} from '@angular/core';\r\nimport {ConversionConfigService} from \"./conversion-config.service\";\r\nimport {ConversionService} from \"./conversion.service\";\r\nimport { ModalService,\r\n CommonModals,\r\n UploadFilesService\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport {ConversionConfig} from \"./conversion-config\";\r\nimport {ConversionItemModel, ExtendedFileModel} from \"./models\"\r\n\r\n@Component({\r\n selector: 'gd-conversion',\r\n templateUrl: './conversion-app.component.html',\r\n styleUrls: ['./conversion-app.component.less']\r\n})\r\nexport class ConversionAppComponent {\r\n title = 'conversion';\r\n files: ExtendedFileModel[] = [];\r\n conversionItems: ConversionItemModel[] = [];\r\n browseFilesModal = CommonModals.BrowseFiles;\r\n isDesktop: boolean;\r\n leftBarOpen = false;\r\n conversionConfig: ConversionConfig;\r\n result: any;\r\n selectedFormat: string;\r\n warningItems = 0;\r\n\r\n constructor(private _modalService: ModalService,\r\n private _conversionService: ConversionService,\r\n configService: ConversionConfigService,\r\n uploadFilesService: UploadFilesService) {\r\n\r\n configService.updatedConfig.subscribe((config) => {\r\n this.conversionConfig = config;\r\n });\r\n\r\n uploadFilesService.uploadsChange.subscribe((uploads) => {\r\n if (uploads) {\r\n let i: number;\r\n for (i = 0; i < uploads.length; i++) {\r\n this._conversionService.upload(uploads.item(i), '', this.conversionConfig.rewrite).subscribe(() => {\r\n this.selectDir('');\r\n });\r\n }\r\n }\r\n });\r\n\r\n _conversionService.selectedItems.subscribe((selectedItems) => {\r\n selectedItems.forEach((selectedItem) => {\r\n if (selectedItem.warning) this.warningItems++;\r\n if (Object.keys(selectedItem).length > 0 && !this.itemAlreadyAdded(selectedItem)) {\r\n this.conversionItems.push(selectedItem as ConversionItemModel);\r\n }\r\n });\r\n });\r\n\r\n _conversionService.selectedFormat.subscribe((selectedFormat) => {\r\n this.selectedFormat = selectedFormat;\r\n });\r\n\r\n _conversionService.itemToConvert.subscribe(item => {\r\n if (item) this.convertSingleItem(item);\r\n });\r\n\r\n _conversionService.itemToRemove.subscribe(item => {\r\n if (item) this.removeItemFromQueue(item);\r\n });\r\n }\r\n\r\n get rewriteConfig(): boolean {\r\n return this.conversionConfig ? this.conversionConfig.rewrite : true;\r\n }\r\n\r\n get browseConfig(): boolean {\r\n return this.conversionConfig ? this.conversionConfig.browse : true;\r\n }\r\n\r\n get uploadConfig(): boolean {\r\n return this.conversionConfig ? this.conversionConfig.upload : true;\r\n }\r\n\r\n fileDropped($event) {\r\n if ($event) {\r\n this._modalService.open(CommonModals.BrowseFiles);\r\n }\r\n }\r\n\r\n openModal(id: string) {\r\n this._modalService.open(id);\r\n }\r\n\r\n closeModal(id: string) {\r\n this._modalService.close(id);\r\n }\r\n\r\n upload($event: string) {\r\n this._conversionService.upload(null, $event, this.rewriteConfig).subscribe(() => {\r\n this.selectDir('');\r\n });\r\n }\r\n\r\n selectDir($event: string) {\r\n this._conversionService.loadFiles($event).subscribe((files: ExtendedFileModel[]) => this.files = files || []);\r\n }\r\n\r\n convertSingleItem(item) {\r\n const workItem = this.conversionItems.find(x => x.guid === item.guid \r\n && x.destinationType === item.destinationType);\r\n workItem.converting = true;\r\n this._conversionService.convert(item).subscribe(() => {\r\n workItem.converting = false;\r\n workItem.converted = true;\r\n }, (() => {\r\n // TODO: add error handling?\r\n workItem.converting = false;\r\n }));\r\n }\r\n\r\n convertAll(){\r\n this.conversionItems.forEach((item) => {\r\n if (!item.converted && !item.converting) {\r\n this.convertSingleItem(item);\r\n }\r\n });\r\n }\r\n\r\n convertAllUnavailable(){\r\n return this.conversionItems.length === 0 || this.conversionItems.filter(ci => ci.converted !== true).length === 0;\r\n }\r\n\r\n removeItemFromQueue(item: ConversionItemModel): void {\r\n if (this.conversionItems.length > 0) {\r\n this.conversionItems.forEach( (ci, index) => {\r\n if(ci.guid === item.guid && ci.destinationType === item.destinationType) this.conversionItems.splice(index, 1);\r\n });\r\n }\r\n }\r\n\r\n selectAllItems(checked: boolean) {\r\n this.files.forEach( (f) => {\r\n if (!f.isDirectory && !f.directory) f.selected = checked;\r\n });\r\n }\r\n\r\n itemAlreadyAdded(selectedItem: ConversionItemModel) : boolean {\r\n return this.conversionItems.filter(ci => ci.destinationType === selectedItem.destinationType \r\n && ci.guid === selectedItem.guid).length === 1;\r\n }\r\n\r\n isLeftBarOpen() {\r\n return this.isDesktop ? true : this.leftBarOpen;\r\n }\r\n}\r\n","module.exports = \".gd-modal-table {\\n width: 100%;\\n text-align: left;\\n}\\n#gd-browse-section {\\n width: 1036px;\\n height: 561px;\\n overflow-y: auto;\\n}\\n.list-files-header {\\n height: 60px;\\n color: #6e6e6e;\\n font-size: 13px;\\n font-weight: bold;\\n background-color: #f4f4f4;\\n margin-top: 24px;\\n}\\n.list-files-header.upload-url {\\n margin-top: 20px;\\n}\\n.header-name {\\n padding-left: 68px;\\n width: 90%;\\n line-height: 60px;\\n}\\n.header-size {\\n padding-right: 84px;\\n line-height: 60px;\\n}\\n.header-size,\\n.file-size {\\n width: 7%;\\n color: #777777;\\n text-align: left;\\n}\\n.file-size {\\n font-size: 12px;\\n width: 7%;\\n line-height: 79px;\\n}\\n.file-description {\\n display: -webkit-box;\\n display: flex;\\n width: 90%;\\n padding: 18px 0px 18px 0px;\\n font-size: 14px;\\n -webkit-box-flex: 1;\\n flex: 1;\\n cursor: pointer;\\n overflow: hidden;\\n}\\n.file-description .ng-fa-icon {\\n font-size: 32px;\\n}\\n.gd-modal-spinner {\\n background-color: #ffffff;\\n width: 100%;\\n height: 20px;\\n text-align: center;\\n font-size: 16px;\\n}\\n.gd-cancel-button {\\n padding: 7px;\\n background: none;\\n width: 28px;\\n overflow: hidden;\\n}\\n.gd-cancel-button i {\\n font-size: 21px;\\n}\\n.gd-file-name {\\n white-space: nowrap;\\n overflow: hidden;\\n width: 100%;\\n text-overflow: ellipsis;\\n}\\n.upload-panel {\\n display: -webkit-box;\\n display: flex;\\n position: relative;\\n width: 100%;\\n margin-top: 24px;\\n margin-right: 24px;\\n}\\n.upload-panel .select-all {\\n height: 37px;\\n margin: 0px 16px 0px 15px;\\n width: 37px;\\n line-height: 44px;\\n text-align: center;\\n}\\n.upload-panel .context {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n width: 100%;\\n margin-right: 24px;\\n}\\n.upload-panel .context .context-actions {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n width: 100%;\\n}\\n.upload-panel .context .context-actions *:last-child {\\n margin-right: 0px;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button {\\n height: 37px;\\n width: 96px;\\n padding: 0px;\\n -webkit-box-pack: center;\\n justify-content: center;\\n font-size: 14px;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button ::ng-deep .text {\\n font-size: 10px;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button.primary {\\n width: 117px;\\n background-color: #4b566c;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive {\\n width: 106px;\\n background-color: #959da5;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive ::ng-deep .text {\\n color: #3E4E5A;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive ::ng-deep fa-icon {\\n color: #3E4E5A;\\n}\\n.upload-panel .context .context-panel {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n width: 100%;\\n margin-top: 20px;\\n}\\n.upload-panel .context .context-panel .upload-url {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n width: 100%;\\n}\\n.upload-panel .context .context-panel .upload-url .url-input {\\n width: 100%;\\n height: 27px;\\n border: 1px solid #25c2d4;\\n font-size: 14px;\\n padding-left: 6px;\\n}\\n.upload-panel .context .context-panel .upload-url .url-check {\\n width: 31px;\\n height: 31px;\\n color: #FFFFFF;\\n font-size: 15px;\\n background-color: #25c2d4;\\n}\\n.upload-panel .context .context-panel .upload-url .url-check .ng-fa-icon {\\n display: block;\\n padding: 8px;\\n}\\n.upload-panel gd-drop-down {\\n margin-right: 10px;\\n}\\n.upload-panel gd-drop-down ::ng-deep .drop-down-item .text {\\n margin-left: 7px;\\n text-transform: uppercase;\\n color: #6e6e6e;\\n}\\n.upload-panel gd-drop-down ::ng-deep .drop-down-item:hover {\\n background-color: #4b566c;\\n}\\n.upload-panel gd-drop-down ::ng-deep .drop-down-item:hover * {\\n color: #FFF;\\n}\\n.list-files-lines,\\n.list-files-header {\\n display: -webkit-box;\\n display: flex;\\n width: 100%;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n}\\n.file-description .ng-fa-icon.fa-file-pdf {\\n color: #e04e4e;\\n}\\n.file-description .ng-fa-icon.fa-file-word {\\n color: #539CF0;\\n}\\n.file-description .ng-fa-icon.fa-file-powerpoint {\\n color: #e29e1e;\\n}\\n.file-description .ng-fa-icon.fa-file-excel {\\n color: #7cbc46;\\n}\\n.file-description .ng-fa-icon.fa-file-image {\\n color: #c375ed;\\n}\\n.file-description .ng-fa-icon.fa-file-text .fa-folder,\\n.file-description .ng-fa-icon.fa-file,\\n.file-description .ng-fa-icon.fa-file-alt {\\n color: #4b566c;\\n}\\n.go-up {\\n cursor: pointer;\\n display: -webkit-box;\\n display: flex;\\n font-size: 26px;\\n color: #4b566c;\\n height: 79px;\\n}\\n.go-up-dots {\\n margin-left: 20px;\\n margin-top: 22px;\\n font-size: 16px;\\n}\\n.go-up-icon {\\n display: block;\\n padding: 18px 0px 18px 68px;\\n}\\n.file-name {\\n font-size: 16px;\\n color: #6e6e6e;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n}\\n.file-name-format {\\n padding-left: 11px;\\n overflow: hidden;\\n}\\n.file-format {\\n font-size: 10px;\\n padding-top: 3px;\\n color: #acacac;\\n}\\n.list-files-lines,\\n.go-up {\\n border-bottom: 1px solid #e7e7e7;\\n}\\n.list-files-lines:hover {\\n background-color: #E5E5E5;\\n}\\n.gd-dnd-wrap {\\n background-color: #FFF;\\n cursor: default;\\n position: absolute;\\n width: 100%;\\n height: calc(100% - 60px);\\n background: rgba(255, 255, 255, 0.7);\\n z-index: 1;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-drag-n-drop-icon {\\n margin-top: -50px;\\n}\\n.gd-drag-n-drop-icon .fa-cloud-download-alt {\\n color: #D1D1D1;\\n font-size: 110px;\\n}\\n.gd-file-checkbox {\\n height: 37px;\\n margin: 21px 16px 21px 15px;\\n width: 37px;\\n line-height: 44px;\\n text-align: center;\\n}\\n.gd-file-checkbox.empty {\\n width: 37px;\\n}\\n.file-format-select {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 36px;\\n margin-right: 24px;\\n}\\n.file-format-select ::ng-deep .button {\\n padding: 0px;\\n width: 36px;\\n margin: 0px;\\n font-size: 14px;\\n}\\n.file-format-select ::ng-deep .button .text {\\n padding: 0px;\\n}\\n.file-format-select ::ng-deep .show .button {\\n color: #959da5;\\n}\\n.file-format-select gd-drop-down ::ng-deep .drop-down-item {\\n width: 96px;\\n}\\n.file-format-select gd-drop-down ::ng-deep .drop-down-item .text {\\n padding-left: 7px;\\n text-transform: uppercase;\\n color: #6e6e6e;\\n}\\n.file-format-select gd-drop-down ::ng-deep .drop-down-item:hover {\\n background-color: #4b566c;\\n}\\n.file-format-select gd-drop-down ::ng-deep .drop-down-item:hover * {\\n color: #FFF;\\n}\\n.gd-checkbox {\\n width: 19px;\\n height: 19px;\\n margin: 0px;\\n}\\n.gd-checkbox:before {\\n position: relative;\\n display: -webkit-box;\\n display: flex;\\n width: 17px;\\n height: 17px;\\n border: 1px solid #707070;\\n content: \\\"\\\";\\n background: #FFFFFF;\\n cursor: pointer;\\n}\\n.gd-checkbox:after {\\n position: relative;\\n display: -webkit-box;\\n display: flex;\\n left: 1px;\\n top: -18px;\\n width: 16px;\\n height: 16px;\\n content: \\\"\\\";\\n cursor: pointer;\\n}\\n.gd-checkbox:checked:after {\\n font-family: \\\"Font Awesome 5 Free\\\";\\n content: \\\"\\\\f00c\\\";\\n font-weight: 900;\\n font-size: 16px;\\n color: #6E6E6E;\\n}\\n.gd-add-selected.active {\\n cursor: pointer;\\n opacity: 1;\\n}\\n.gd-add-selected {\\n width: 140px;\\n height: 36px;\\n background-color: #3E4E5A;\\n color: #FFFFFF;\\n margin: 0px 8px 0px 0px;\\n border: 0;\\n cursor: not-allowed;\\n opacity: 0.43;\\n}\\n.gd-folder-name {\\n margin-top: 8px;\\n}\\n.dnd-wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n top: 259px;\\n position: absolute;\\n}\\n.dnd-wrapper .text {\\n color: #6e6e6e;\\n font-size: 14px;\\n}\\n.dnd-wrapper .icon {\\n display: -webkit-box;\\n display: flex;\\n width: 113px;\\n height: 90px;\\n font-size: 90px;\\n color: #3E4E5A;\\n margin-bottom: 30px;\\n}\\n@media (max-width: 1037px) {\\n .header-size,\\n .file-size {\\n width: 18%;\\n }\\n .gd-dnd-wrap {\\n width: 95%;\\n }\\n #gd-browse-section {\\n width: 100%;\\n }\\n .list-files-header,\\n .file-size {\\n display: none;\\n }\\n #gd-browse-section {\\n width: 100%;\\n height: calc(100% - 146px);\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24tYnJvd3NlLWZpbGVzLW1vZGFsL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9jb252ZXJzaW9uL3NyYy9saWIvY29udmVyc2lvbi1icm93c2UtZmlsZXMtbW9kYWwvY29udmVyc2lvbi1icm93c2UtZmlsZXMtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLFdBQUE7RUFDQSxnQkFBQTtBQ0RGO0FESUE7RUFDRSxhQUFBO0VBQ0EsYUFBQTtFQUNBLGdCQUFBO0FDRkY7QURLQTtFQUNFLFlBQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtFQUNBLGlCQUFBO0VBQ0EseUJBQUE7RUFDQSxnQkFBQTtBQ0hGO0FES0U7RUFDRSxnQkFBQTtBQ0hKO0FET0E7RUFDRSxrQkFBQTtFQUNBLFVBQUE7RUFDQSxpQkFBQTtBQ0xGO0FEUUE7RUFDRSxtQkFBQTtFQUNBLGlCQUFBO0FDTkY7QURVQTs7RUFFRSxTQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0FDUkY7QURXQTtFQUNFLGVBQUE7RUFDQSxTQUFBO0VBQ0EsaUJBQUE7QUNURjtBRFlBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsVUFBQTtFQUNBLDBCQUFBO0VBQ0EsZUFBQTtFQUNBLG1CQUFBO1VBQUEsT0FBQTtFQUNBLGVBQUE7RUFDQSxnQkFBQTtBQ1ZGO0FEYUE7RUFDRSxlQUFBO0FDWEY7QURjQTtFQUNFLHlCQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtFQUNBLGVBQUE7QUNaRjtBRGVBO0VBQ0UsWUFBQTtFQUNBLGdCQUFBO0VBQ0EsV0FBQTtFQUNBLGdCQUFBO0FDYkY7QURnQkE7RUFDRSxlQUFBO0FDZEY7QURpQkE7RUFDRSxtQkFBQTtFQUNBLGdCQUFBO0VBQ0EsV0FBQTtFQUNBLHVCQUFBO0FDZkY7QURrQkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxrQkFBQTtFQUNBLFdBQUE7RUFDQSxnQkFBQTtFQUNBLGtCQUFBO0FDaEJGO0FEV0E7RUFRSSxZQUFBO0VBQ0EseUJBQUE7RUFDQSxXQUFBO0VBQ0EsaUJBQUE7RUFDQSxrQkFBQTtBQ2hCSjtBRElBO0VBZ0JJLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLFdBQUE7RUFDQSxrQkFBQTtBQ2pCSjtBREZBO0VBc0JNLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtFQUNBLFdBQUE7QUNqQk47QURQQTtFQTJCUSxpQkFBQTtBQ2pCUjtBRFZBO0VBK0JRLFlBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxlQUFBO0FDbEJSO0FEakJBO0VBc0NVLGVBQUE7QUNsQlY7QURxQlE7RUFDRSxZQUFBO0VBQ0EseUJBQUE7QUNuQlY7QURxQlU7RUFDRSxZQUFBO0VBQ0EseUJBQUE7QUNuQlo7QURpQlU7RUFLSSxjQUFBO0FDbkJkO0FEY1U7RUFTSSxjQUFBO0FDcEJkO0FEbENBO0VBOERNLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtFQUNBLFdBQUE7RUFDQSxnQkFBQTtBQ3pCTjtBRHhDQTtFQW9FUSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw4QkFBQTtFQUFBLDZCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0FDekJSO0FEN0NBO0VBeUVVLFdBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0VBQ0EsaUJBQUE7QUN6QlY7QURwREE7RUFpRlUsV0FBQTtFQUNBLFlBQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtFQUNBLHlCQUFBO0FDMUJWO0FEM0RBO0VBeUZVLGNBQUE7RUFDQSxZQUFBO0FDM0JWO0FEL0RBO0VBaUdJLGtCQUFBO0FDL0JKO0FEbEVBO0VBcUdRLGdCQUFBO0VBQ0EseUJBQUE7RUFDQSxjQUFBO0FDaENSO0FEbUNNO0VBQ0UseUJBQUE7QUNqQ1I7QURnQ007RUFJSSxXQUFBO0FDakNWO0FEd0NBOztFQUVFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtVQUFBLDhCQUFBO0FDdENGO0FEeUNBO0VBQ0UsY0FBQTtBQ3ZDRjtBRDBDQTtFQUNFLGNBQUE7QUN4Q0Y7QUQyQ0E7RUFDRSxjQUFBO0FDekNGO0FENENBO0VBQ0UsY0FBQTtBQzFDRjtBRDZDQTtFQUNFLGNBQUE7QUMzQ0Y7QUQ4Q0E7OztFQUdFLGNBQUE7QUM1Q0Y7QUQrQ0E7RUFDRSxlQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsZUFBQTtFQUNBLGNBQUE7RUFDQSxZQUFBO0FDN0NGO0FEZ0RBO0VBQ0UsaUJBQUE7RUFDQSxnQkFBQTtFQUNBLGVBQUE7QUM5Q0Y7QURpREE7RUFDRSxjQUFBO0VBQ0EsMkJBQUE7QUMvQ0Y7QURrREE7RUFDRSxlQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0VBQ0EsdUJBQUE7QUNoREY7QURtREE7RUFDRSxrQkFBQTtFQUNBLGdCQUFBO0FDakRGO0FEb0RBO0VBQ0UsZUFBQTtFQUNBLGdCQUFBO0VBQ0EsY0FBQTtBQ2xERjtBRHFEQTs7RUFFRSxnQ0FBQTtBQ25ERjtBRHVERTtFQUNFLHlCQUFBO0FDckRKO0FEeURBO0VBQ0Usc0JBQUE7RUFDQSxlQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0VBQ0EseUJBQUE7RUFDQSxvQ0FBQTtFQUNBLFVBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ3ZERjtBRDBEQTtFQUNFLGlCQUFBO0FDeERGO0FEMkRBO0VBQ0UsY0FBQTtFQUNBLGdCQUFBO0FDekRGO0FENERBO0VBQ0UsWUFBQTtFQUNBLDJCQUFBO0VBQ0EsV0FBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7QUMxREY7QUQ2REE7RUFDRSxXQUFBO0FDM0RGO0FEOERBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLFdBQUE7RUFDQSxrQkFBQTtBQzVERjtBRHdEQTtFQU9JLFlBQUE7RUFDQSxXQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7QUM1REo7QURrREE7RUFhTSxZQUFBO0FDNUROO0FEK0NBO0VBa0JJLGNBQUE7QUM5REo7QUQ0Q0E7RUF1Qk0sV0FBQTtBQ2hFTjtBRHlDQTtFQTBCUSxpQkFBQTtFQUNBLHlCQUFBO0VBQ0EsY0FBQTtBQ2hFUjtBRG1FTTtFQUNFLHlCQUFBO0FDakVSO0FEZ0VNO0VBSUksV0FBQTtBQ2pFVjtBRHdFQTtFQUNFLFdBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtBQ3RFRjtBRHdFRTtFQUNFLGtCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSx5QkFBQTtFQUNBLFdBQUE7RUFDQSxtQkFBQTtFQUNBLGVBQUE7QUN0RUo7QUR5RUU7RUFDRSxrQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLFNBQUE7RUFDQSxVQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsZUFBQTtBQ3ZFSjtBRDJFSTtFQUNFLGtDQUFBO0VBQ0EsZ0JBQUE7RUFDQSxnQkFBQTtFQUNBLGVBQUE7RUFDQSxjQUFBO0FDekVOO0FEOEVBO0VBQ0UsZUFBQTtFQUNBLFVBQUE7QUM1RUY7QUQrRUE7RUFDRSxZQUFBO0VBQ0EsWUFBQTtFQUNBLHlCQUFBO0VBQ0EsY0FBQTtFQUNBLHVCQUFBO0VBQ0EsU0FBQTtFQUNBLG1CQUFBO0VBQ0EsYUFBQTtBQzdFRjtBRGdGQTtFQUNFLGVBQUE7QUM5RUY7QURpRkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLFVBQUE7RUFDQSxrQkFBQTtBQy9FRjtBRHlFQTtFQVNJLGNBQUE7RUFDQSxlQUFBO0FDL0VKO0FEcUVBO0VBY0ksb0JBQUE7RUFBQSxhQUFBO0VBQ0EsWUFBQTtFQUNBLFlBQUE7RUFDQSxlQUFBO0VBQ0EsY0FBQTtFQUNBLG1CQUFBO0FDaEZKO0FEb0ZBO0VBRUU7O0lBRUUsVUFBQTtFQ25GRjtFRHNGQTtJQUNFLFVBQUE7RUNwRkY7RUR1RkE7SUFDRSxXQUFBO0VDckZGO0VEd0ZBOztJQUVFLGFBQUE7RUN0RkY7RUR5RkE7SUFDRSxXQUFBO0lBQ0EsMEJBQUE7RUN2RkY7QUFDRiIsImZpbGUiOiJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLy4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzLmxlc3NcIjtcblxuLmdkLW1vZGFsLXRhYmxlIHtcbiAgd2lkdGggICAgIDogMTAwJTtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cblxuI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgd2lkdGggICAgIDogMTAzNnB4O1xuICBoZWlnaHQgICAgOiA1NjFweDtcbiAgb3ZlcmZsb3cteTogYXV0bztcbn1cblxuLmxpc3QtZmlsZXMtaGVhZGVyIHtcbiAgaGVpZ2h0ICAgICAgICAgIDogNjBweDtcbiAgY29sb3IgICAgICAgICAgIDogQGRvdmUtZ3JheTtcbiAgZm9udC1zaXplICAgICAgIDogMTNweDtcbiAgZm9udC13ZWlnaHQgICAgIDogYm9sZDtcbiAgYmFja2dyb3VuZC1jb2xvcjogQHdpbGQtc2FuZDtcbiAgbWFyZ2luLXRvcCAgICAgIDogMjRweDtcblxuICAmLnVwbG9hZC11cmwge1xuICAgIG1hcmdpbi10b3A6IDIwcHg7XG4gIH1cbn1cblxuLmhlYWRlci1uYW1lIHtcbiAgcGFkZGluZy1sZWZ0OiA2OHB4O1xuICB3aWR0aCAgICAgICA6IDkwJTtcbiAgbGluZS1oZWlnaHQgOiA2MHB4O1xufVxuXG4uaGVhZGVyLXNpemUge1xuICBwYWRkaW5nLXJpZ2h0OiA4NHB4O1xuICBsaW5lLWhlaWdodCAgOiA2MHB4O1xuICAvLyBUT0RPOiBhZGQgb3ZlcmZsb3cteTogc2Nyb2xsIGlmIHNjcm9sbC1iYXIgaW4gZmlsZXMgYXBwZWFyc1xufVxuXG4uaGVhZGVyLXNpemUsXG4uZmlsZS1zaXplIHtcbiAgd2lkdGggICAgIDogNyU7XG4gIGNvbG9yICAgICA6ICM3Nzc3Nzc7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG59XG5cbi5maWxlLXNpemUge1xuICBmb250LXNpemUgIDogMTJweDtcbiAgd2lkdGggICAgICA6IDclO1xuICBsaW5lLWhlaWdodDogNzlweDtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24ge1xuICBkaXNwbGF5ICA6IGZsZXg7XG4gIHdpZHRoICAgIDogOTAlO1xuICBwYWRkaW5nICA6IDE4cHggMHB4IDE4cHggMHB4O1xuICBmb250LXNpemU6IDE0cHg7XG4gIGZsZXggICAgIDogMTtcbiAgY3Vyc29yICAgOiBwb2ludGVyO1xuICBvdmVyZmxvdyA6IGhpZGRlbjtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24ge1xuICBmb250LXNpemU6IDMycHg7XG59XG5cbi5nZC1tb2RhbC1zcGlubmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbiAgaGVpZ2h0ICAgICAgICAgIDogMjBweDtcbiAgdGV4dC1hbGlnbiAgICAgIDogY2VudGVyO1xuICBmb250LXNpemUgICAgICAgOiAxNnB4O1xufVxuXG4uZ2QtY2FuY2VsLWJ1dHRvbiB7XG4gIHBhZGRpbmcgICA6IDdweDtcbiAgYmFja2dyb3VuZDogbm9uZTtcbiAgd2lkdGggICAgIDogMjhweDtcbiAgb3ZlcmZsb3cgIDogaGlkZGVuO1xufVxuXG4uZ2QtY2FuY2VsLWJ1dHRvbiBpIHtcbiAgZm9udC1zaXplOiAyMXB4O1xufVxuXG4uZ2QtZmlsZS1uYW1lIHtcbiAgd2hpdGUtc3BhY2UgIDogbm93cmFwO1xuICBvdmVyZmxvdyAgICAgOiBoaWRkZW47XG4gIHdpZHRoICAgICAgICA6IDEwMCU7XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xufVxuXG4udXBsb2FkLXBhbmVsIHtcbiAgZGlzcGxheSAgICAgOiBmbGV4O1xuICBwb3NpdGlvbiAgICA6IHJlbGF0aXZlO1xuICB3aWR0aCAgICAgICA6IDEwMCU7XG4gIG1hcmdpbi10b3AgIDogMjRweDtcbiAgbWFyZ2luLXJpZ2h0OiAyNHB4O1xuXG4gIC5zZWxlY3QtYWxsIHtcbiAgICBoZWlnaHQgICAgIDogMzdweDtcbiAgICBtYXJnaW4gICAgIDogMHB4IDE2cHggMHB4IDE1cHg7XG4gICAgd2lkdGggICAgICA6IDM3cHg7XG4gICAgbGluZS1oZWlnaHQ6IDQ0cHg7XG4gICAgdGV4dC1hbGlnbiA6IGNlbnRlcjtcbiAgfVxuXG4gIC5jb250ZXh0IHtcbiAgICBkaXNwbGF5ICAgICAgIDogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIHdpZHRoICAgICAgICAgOiAxMDAlO1xuICAgIG1hcmdpbi1yaWdodCAgOiAyNHB4O1xuXG4gICAgLmNvbnRleHQtYWN0aW9ucyB7XG4gICAgICBkaXNwbGF5ICAgICAgIDogZmxleDtcbiAgICAgIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gICAgICB3aWR0aCAgICAgICAgIDogMTAwJTtcblxuICAgICAgKjpsYXN0LWNoaWxkIHtcbiAgICAgICAgbWFyZ2luLXJpZ2h0OiAwcHg7XG4gICAgICB9XG5cbiAgICAgIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICAgICAgaGVpZ2h0ICAgICAgICAgOiAzN3B4O1xuICAgICAgICB3aWR0aCAgICAgICAgICA6IDk2cHg7XG4gICAgICAgIHBhZGRpbmcgICAgICAgIDogMHB4O1xuICAgICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICAgICAgZm9udC1zaXplICAgICAgOiAxNHB4O1xuXG4gICAgICAgIDo6bmctZGVlcCAudGV4dCB7XG4gICAgICAgICAgZm9udC1zaXplOiAxMHB4O1xuICAgICAgICB9XG5cbiAgICAgICAgJi5wcmltYXJ5IHtcbiAgICAgICAgICB3aWR0aCAgICAgICAgICAgOiAxMTdweDtcbiAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAZm9sZGVyO1xuXG4gICAgICAgICAgJi5pbmFjdGl2ZSB7XG4gICAgICAgICAgICB3aWR0aCAgICAgICAgICAgOiAxMDZweDtcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IEByZWdlbnQtZ3JheTtcblxuICAgICAgICAgICAgOjpuZy1kZWVwIC50ZXh0IHtcbiAgICAgICAgICAgICAgY29sb3I6IEBwcmltYXJ5O1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICA6Om5nLWRlZXAgZmEtaWNvbiB7XG4gICAgICAgICAgICAgIGNvbG9yOiBAcHJpbWFyeVxuICAgICAgICAgICAgfVxuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cblxuICAgIC5jb250ZXh0LXBhbmVsIHtcbiAgICAgIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICAgICAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgICAgIHdpZHRoICAgICAgICAgOiAxMDAlO1xuICAgICAgbWFyZ2luLXRvcCAgICA6IDIwcHg7XG5cbiAgICAgIC51cGxvYWQtdXJsIHtcbiAgICAgICAgZGlzcGxheSAgICAgICA6IGZsZXg7XG4gICAgICAgIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gICAgICAgIHdpZHRoICAgICAgICAgOiAxMDAlO1xuXG4gICAgICAgIC51cmwtaW5wdXQge1xuICAgICAgICAgIHdpZHRoICAgICAgIDogMTAwJTtcbiAgICAgICAgICBoZWlnaHQgICAgICA6IDI3cHg7XG4gICAgICAgICAgYm9yZGVyICAgICAgOiAxcHggc29saWQgQGJyYW5kO1xuICAgICAgICAgIGZvbnQtc2l6ZSAgIDogMTRweDtcbiAgICAgICAgICBwYWRkaW5nLWxlZnQ6IDZweDtcbiAgICAgICAgfVxuXG4gICAgICAgIC51cmwtY2hlY2sge1xuICAgICAgICAgIHdpZHRoICAgICAgICAgICA6IDMxcHg7XG4gICAgICAgICAgaGVpZ2h0ICAgICAgICAgIDogMzFweDtcbiAgICAgICAgICBjb2xvciAgICAgICAgICAgOiAjRkZGRkZGO1xuICAgICAgICAgIGZvbnQtc2l6ZSAgICAgICA6IDE1cHg7XG4gICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogQGJyYW5kO1xuICAgICAgICB9XG5cbiAgICAgICAgLnVybC1jaGVjayAubmctZmEtaWNvbiB7XG4gICAgICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICAgICAgcGFkZGluZzogOHB4O1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgZ2QtZHJvcC1kb3duIHtcbiAgICBtYXJnaW4tcmlnaHQ6IDEwcHg7XG5cbiAgICA6Om5nLWRlZXAgLmRyb3AtZG93bi1pdGVtIHtcbiAgICAgIC50ZXh0IHtcbiAgICAgICAgbWFyZ2luLWxlZnQgICA6IDdweDtcbiAgICAgICAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgICAgICAgY29sb3IgICAgICAgICA6IEBkb3ZlLWdyYXk7XG4gICAgICB9XG5cbiAgICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAZm9sZGVyO1xuXG4gICAgICAgICoge1xuICAgICAgICAgIGNvbG9yOiAjRkZGO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi5saXN0LWZpbGVzLWxpbmVzLFxuLmxpc3QtZmlsZXMtaGVhZGVyIHtcbiAgZGlzcGxheSAgICAgICAgOiBmbGV4O1xuICB3aWR0aCAgICAgICAgICA6IDEwMCU7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2Vlbjtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogQHBkZjtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS13b3JkIHtcbiAgY29sb3I6IEB3b3JkO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogQHBvd2VycG9pbnQ7XG59XG5cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtZXhjZWwge1xuICBjb2xvcjogQGV4Y2VsO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6IEBpbWFnZTtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIsXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLFxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1hbHQge1xuICBjb2xvcjogQGZvbGRlcjtcbn1cblxuLmdvLXVwIHtcbiAgY3Vyc29yICAgOiBwb2ludGVyO1xuICBkaXNwbGF5ICA6IGZsZXg7XG4gIGZvbnQtc2l6ZTogMjZweDtcbiAgY29sb3IgICAgOiBAZm9sZGVyO1xuICBoZWlnaHQgICA6IDc5cHg7XG59XG5cbi5nby11cC1kb3RzIHtcbiAgbWFyZ2luLWxlZnQ6IDIwcHg7XG4gIG1hcmdpbi10b3AgOiAyMnB4O1xuICBmb250LXNpemUgIDogMTZweDtcbn1cblxuLmdvLXVwLWljb24ge1xuICBkaXNwbGF5OiBibG9jaztcbiAgcGFkZGluZzogMThweCAwcHggMThweCA2OHB4O1xufVxuXG4uZmlsZS1uYW1lIHtcbiAgZm9udC1zaXplICAgIDogMTZweDtcbiAgY29sb3IgICAgICAgIDogQGRvdmUtZ3JheTtcbiAgb3ZlcmZsb3cgICAgIDogaGlkZGVuO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbn1cblxuLmZpbGUtbmFtZS1mb3JtYXQge1xuICBwYWRkaW5nLWxlZnQ6IDExcHg7XG4gIG92ZXJmbG93ICAgIDogaGlkZGVuO1xufVxuXG4uZmlsZS1mb3JtYXQge1xuICBmb250LXNpemUgIDogMTBweDtcbiAgcGFkZGluZy10b3A6IDNweDtcbiAgY29sb3IgICAgICA6IEBzaWx2ZXItY2hhbGljZTtcbn1cblxuLmxpc3QtZmlsZXMtbGluZXMsXG4uZ28tdXAge1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgQG1lcmN1cnk7XG59XG5cbi5saXN0LWZpbGVzLWxpbmVzIHtcbiAgJjpob3ZlciB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQG5hdi1hY2NlbnQtYmFja2dyb3VuZDtcbiAgfVxufVxuXG4uZ2QtZG5kLXdyYXAge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBjdXJzb3IgICAgICAgICAgOiBkZWZhdWx0O1xuICBwb3NpdGlvbiAgICAgICAgOiBhYnNvbHV0ZTtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbiAgaGVpZ2h0ICAgICAgICAgIDogY2FsYygxMDAlIC0gNjBweCk7XG4gIGJhY2tncm91bmQgICAgICA6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC43KTtcbiAgei1pbmRleCAgICAgICAgIDogMTtcbiAgZGlzcGxheSAgICAgICAgIDogZmxleDtcbiAganVzdGlmeS1jb250ZW50IDogY2VudGVyO1xuICBhbGlnbi1pdGVtcyAgICAgOiBjZW50ZXI7XG59XG5cbi5nZC1kcmFnLW4tZHJvcC1pY29uIHtcbiAgbWFyZ2luLXRvcDogLTUwcHg7XG59XG5cbi5nZC1kcmFnLW4tZHJvcC1pY29uIC5mYS1jbG91ZC1kb3dubG9hZC1hbHQge1xuICBjb2xvciAgICA6ICNEMUQxRDE7XG4gIGZvbnQtc2l6ZTogMTEwcHg7XG59XG5cbi5nZC1maWxlLWNoZWNrYm94IHtcbiAgaGVpZ2h0ICAgICA6IDM3cHg7XG4gIG1hcmdpbiAgICAgOiAyMXB4IDE2cHggMjFweCAxNXB4O1xuICB3aWR0aCAgICAgIDogMzdweDtcbiAgbGluZS1oZWlnaHQ6IDQ0cHg7XG4gIHRleHQtYWxpZ24gOiBjZW50ZXI7XG59XG5cbi5nZC1maWxlLWNoZWNrYm94LmVtcHR5IHtcbiAgd2lkdGg6IDM3cHg7XG59XG5cbi5maWxlLWZvcm1hdC1zZWxlY3Qge1xuICBkaXNwbGF5ICAgICA6IGZsZXg7XG4gIGFsaWduLWl0ZW1zIDogY2VudGVyO1xuICB3aWR0aCAgICAgICA6IDM2cHg7XG4gIG1hcmdpbi1yaWdodDogMjRweDtcblxuICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgcGFkZGluZyAgOiAwcHg7XG4gICAgd2lkdGggICAgOiAzNnB4O1xuICAgIG1hcmdpbiAgIDogMHB4O1xuICAgIGZvbnQtc2l6ZTogMTRweDtcblxuICAgIC50ZXh0IHtcbiAgICAgIHBhZGRpbmc6IDBweDtcbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLnNob3cgLmJ1dHRvbiB7XG4gICAgY29sb3I6IEByZWdlbnQtZ3JheTtcbiAgfVxuXG4gIGdkLWRyb3AtZG93biB7XG4gICAgOjpuZy1kZWVwIC5kcm9wLWRvd24taXRlbSB7XG4gICAgICB3aWR0aDogOTZweDtcblxuICAgICAgLnRleHQge1xuICAgICAgICBwYWRkaW5nLWxlZnQgIDogN3B4O1xuICAgICAgICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICAgICAgICBjb2xvciAgICAgICAgIDogQGRvdmUtZ3JheTtcbiAgICAgIH1cblxuICAgICAgJjpob3ZlciB7XG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6IEBmb2xkZXI7XG5cbiAgICAgICAgKiB7XG4gICAgICAgICAgY29sb3I6ICNGRkY7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuLmdkLWNoZWNrYm94IHtcbiAgd2lkdGggOiAxOXB4O1xuICBoZWlnaHQ6IDE5cHg7XG4gIG1hcmdpbjogMHB4O1xuXG4gICY6YmVmb3JlIHtcbiAgICBwb3NpdGlvbiAgOiByZWxhdGl2ZTtcbiAgICBkaXNwbGF5ICAgOiBmbGV4O1xuICAgIHdpZHRoICAgICA6IDE3cHg7XG4gICAgaGVpZ2h0ICAgIDogMTdweDtcbiAgICBib3JkZXIgICAgOiAxcHggc29saWQgIzcwNzA3MDtcbiAgICBjb250ZW50ICAgOiBcIlwiO1xuICAgIGJhY2tncm91bmQ6ICNGRkZGRkY7XG4gICAgY3Vyc29yICAgIDogcG9pbnRlcjtcbiAgfVxuXG4gICY6YWZ0ZXIge1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICBkaXNwbGF5IDogZmxleDtcbiAgICBsZWZ0ICAgIDogMXB4O1xuICAgIHRvcCAgICAgOiAtMThweDtcbiAgICB3aWR0aCAgIDogMTZweDtcbiAgICBoZWlnaHQgIDogMTZweDtcbiAgICBjb250ZW50IDogXCJcIjtcbiAgICBjdXJzb3IgIDogcG9pbnRlcjtcbiAgfVxuXG4gICY6Y2hlY2tlZCB7XG4gICAgJjphZnRlciB7XG4gICAgICBmb250LWZhbWlseTogXCJGb250IEF3ZXNvbWUgNSBGcmVlXCI7XG4gICAgICBjb250ZW50ICAgIDogXCJcXGYwMGNcIjtcbiAgICAgIGZvbnQtd2VpZ2h0OiA5MDA7XG4gICAgICBmb250LXNpemUgIDogMTZweDtcbiAgICAgIGNvbG9yICAgICAgOiAjNkU2RTZFO1xuICAgIH1cbiAgfVxufVxuXG4uZ2QtYWRkLXNlbGVjdGVkLmFjdGl2ZSB7XG4gIGN1cnNvciA6IHBvaW50ZXI7XG4gIG9wYWNpdHk6IDE7XG59XG5cbi5nZC1hZGQtc2VsZWN0ZWQge1xuICB3aWR0aCAgICAgICAgICAgOiAxNDBweDtcbiAgaGVpZ2h0ICAgICAgICAgIDogMzZweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNFNEU1QTtcbiAgY29sb3IgICAgICAgICAgIDogI0ZGRkZGRjtcbiAgbWFyZ2luICAgICAgICAgIDogMHB4IDhweCAwcHggMHB4O1xuICBib3JkZXIgICAgICAgICAgOiAwO1xuICBjdXJzb3IgICAgICAgICAgOiBub3QtYWxsb3dlZDtcbiAgb3BhY2l0eSAgICAgICAgIDogMC40Mztcbn1cblxuLmdkLWZvbGRlci1uYW1lIHtcbiAgbWFyZ2luLXRvcDogOHB4O1xufVxuXG4uZG5kLXdyYXBwZXIge1xuICBkaXNwbGF5ICAgICAgICA6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uIDogY29sdW1uO1xuICBhbGlnbi1pdGVtcyAgICA6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIHRvcCAgICAgICAgICAgIDogMjU5cHg7XG4gIHBvc2l0aW9uICAgICAgIDogYWJzb2x1dGU7XG5cbiAgLnRleHQge1xuICAgIGNvbG9yICAgIDogQGRvdmUtZ3JheTtcbiAgICBmb250LXNpemU6IDE0cHg7XG4gIH1cblxuICAuaWNvbiB7XG4gICAgZGlzcGxheSAgICAgIDogZmxleDtcbiAgICB3aWR0aCAgICAgICAgOiAxMTNweDtcbiAgICBoZWlnaHQgICAgICAgOiA5MHB4O1xuICAgIGZvbnQtc2l6ZSAgICA6IDkwcHg7XG4gICAgY29sb3IgICAgICAgIDogQHByaW1hcnk7XG4gICAgbWFyZ2luLWJvdHRvbTogMzBweDtcbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuXG4gIC5oZWFkZXItc2l6ZSxcbiAgLmZpbGUtc2l6ZSB7XG4gICAgd2lkdGg6IDE4JTtcbiAgfVxuXG4gIC5nZC1kbmQtd3JhcCB7XG4gICAgd2lkdGg6IDk1JTtcbiAgfVxuXG4gICNnZC1icm93c2Utc2VjdGlvbiB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cblxuICAubGlzdC1maWxlcy1oZWFkZXIsXG4gIC5maWxlLXNpemUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cblxuICAjZ2QtYnJvd3NlLXNlY3Rpb24ge1xuICAgIHdpZHRoIDogMTAwJTtcbiAgICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDE0NnB4KTtcbiAgfVxufSIsIi5nZC1tb2RhbC10YWJsZSB7XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xufVxuI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgd2lkdGg6IDEwMzZweDtcbiAgaGVpZ2h0OiA1NjFweDtcbiAgb3ZlcmZsb3cteTogYXV0bztcbn1cbi5saXN0LWZpbGVzLWhlYWRlciB7XG4gIGhlaWdodDogNjBweDtcbiAgY29sb3I6ICM2ZTZlNmU7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmNGY0ZjQ7XG4gIG1hcmdpbi10b3A6IDI0cHg7XG59XG4ubGlzdC1maWxlcy1oZWFkZXIudXBsb2FkLXVybCB7XG4gIG1hcmdpbi10b3A6IDIwcHg7XG59XG4uaGVhZGVyLW5hbWUge1xuICBwYWRkaW5nLWxlZnQ6IDY4cHg7XG4gIHdpZHRoOiA5MCU7XG4gIGxpbmUtaGVpZ2h0OiA2MHB4O1xufVxuLmhlYWRlci1zaXplIHtcbiAgcGFkZGluZy1yaWdodDogODRweDtcbiAgbGluZS1oZWlnaHQ6IDYwcHg7XG59XG4uaGVhZGVyLXNpemUsXG4uZmlsZS1zaXplIHtcbiAgd2lkdGg6IDclO1xuICBjb2xvcjogIzc3Nzc3NztcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cbi5maWxlLXNpemUge1xuICBmb250LXNpemU6IDEycHg7XG4gIHdpZHRoOiA3JTtcbiAgbGluZS1oZWlnaHQ6IDc5cHg7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiA5MCU7XG4gIHBhZGRpbmc6IDE4cHggMHB4IDE4cHggMHB4O1xuICBmb250LXNpemU6IDE0cHg7XG4gIGZsZXg6IDE7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xufVxuLmdkLW1vZGFsLXNwaW5uZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAyMHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGZvbnQtc2l6ZTogMTZweDtcbn1cbi5nZC1jYW5jZWwtYnV0dG9uIHtcbiAgcGFkZGluZzogN3B4O1xuICBiYWNrZ3JvdW5kOiBub25lO1xuICB3aWR0aDogMjhweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cbi5nZC1jYW5jZWwtYnV0dG9uIGkge1xuICBmb250LXNpemU6IDIxcHg7XG59XG4uZ2QtZmlsZS1uYW1lIHtcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgd2lkdGg6IDEwMCU7XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xufVxuLnVwbG9hZC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgd2lkdGg6IDEwMCU7XG4gIG1hcmdpbi10b3A6IDI0cHg7XG4gIG1hcmdpbi1yaWdodDogMjRweDtcbn1cbi51cGxvYWQtcGFuZWwgLnNlbGVjdC1hbGwge1xuICBoZWlnaHQ6IDM3cHg7XG4gIG1hcmdpbjogMHB4IDE2cHggMHB4IDE1cHg7XG4gIHdpZHRoOiAzN3B4O1xuICBsaW5lLWhlaWdodDogNDRweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiAxMDAlO1xuICBtYXJnaW4tcmlnaHQ6IDI0cHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICB3aWR0aDogMTAwJTtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyAqOmxhc3QtY2hpbGQge1xuICBtYXJnaW4tcmlnaHQ6IDBweDtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIGhlaWdodDogMzdweDtcbiAgd2lkdGg6IDk2cHg7XG4gIHBhZGRpbmc6IDBweDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyA6Om5nLWRlZXAgLmJ1dHRvbiA6Om5nLWRlZXAgLnRleHQge1xuICBmb250LXNpemU6IDEwcHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgOjpuZy1kZWVwIC5idXR0b24ucHJpbWFyeSB7XG4gIHdpZHRoOiAxMTdweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzRiNTY2Yztcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyA6Om5nLWRlZXAgLmJ1dHRvbi5wcmltYXJ5LmluYWN0aXZlIHtcbiAgd2lkdGg6IDEwNnB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjOTU5ZGE1O1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1hY3Rpb25zIDo6bmctZGVlcCAuYnV0dG9uLnByaW1hcnkuaW5hY3RpdmUgOjpuZy1kZWVwIC50ZXh0IHtcbiAgY29sb3I6ICMzRTRFNUE7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgOjpuZy1kZWVwIC5idXR0b24ucHJpbWFyeS5pbmFjdGl2ZSA6Om5nLWRlZXAgZmEtaWNvbiB7XG4gIGNvbG9yOiAjM0U0RTVBO1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIHdpZHRoOiAxMDAlO1xuICBtYXJnaW4tdG9wOiAyMHB4O1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1wYW5lbCAudXBsb2FkLXVybCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1wYW5lbCAudXBsb2FkLXVybCAudXJsLWlucHV0IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMjdweDtcbiAgYm9yZGVyOiAxcHggc29saWQgIzI1YzJkNDtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBwYWRkaW5nLWxlZnQ6IDZweDtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtcGFuZWwgLnVwbG9hZC11cmwgLnVybC1jaGVjayB7XG4gIHdpZHRoOiAzMXB4O1xuICBoZWlnaHQ6IDMxcHg7XG4gIGNvbG9yOiAjRkZGRkZGO1xuICBmb250LXNpemU6IDE1cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNWMyZDQ7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LXBhbmVsIC51cGxvYWQtdXJsIC51cmwtY2hlY2sgLm5nLWZhLWljb24ge1xuICBkaXNwbGF5OiBibG9jaztcbiAgcGFkZGluZzogOHB4O1xufVxuLnVwbG9hZC1wYW5lbCBnZC1kcm9wLWRvd24ge1xuICBtYXJnaW4tcmlnaHQ6IDEwcHg7XG59XG4udXBsb2FkLXBhbmVsIGdkLWRyb3AtZG93biA6Om5nLWRlZXAgLmRyb3AtZG93bi1pdGVtIC50ZXh0IHtcbiAgbWFyZ2luLWxlZnQ6IDdweDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgY29sb3I6ICM2ZTZlNmU7XG59XG4udXBsb2FkLXBhbmVsIGdkLWRyb3AtZG93biA6Om5nLWRlZXAgLmRyb3AtZG93bi1pdGVtOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzRiNTY2Yztcbn1cbi51cGxvYWQtcGFuZWwgZ2QtZHJvcC1kb3duIDo6bmctZGVlcCAuZHJvcC1kb3duLWl0ZW06aG92ZXIgKiB7XG4gIGNvbG9yOiAjRkZGO1xufVxuLmxpc3QtZmlsZXMtbGluZXMsXG4ubGlzdC1maWxlcy1oZWFkZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogI2UwNGU0ZTtcbn1cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtd29yZCB7XG4gIGNvbG9yOiAjNTM5Q0YwO1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1wb3dlcnBvaW50IHtcbiAgY29sb3I6ICNlMjllMWU7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWV4Y2VsIHtcbiAgY29sb3I6ICM3Y2JjNDY7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6ICNjMzc1ZWQ7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXRleHQgLmZhLWZvbGRlcixcbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUsXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWFsdCB7XG4gIGNvbG9yOiAjNGI1NjZjO1xufVxuLmdvLXVwIHtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBkaXNwbGF5OiBmbGV4O1xuICBmb250LXNpemU6IDI2cHg7XG4gIGNvbG9yOiAjNGI1NjZjO1xuICBoZWlnaHQ6IDc5cHg7XG59XG4uZ28tdXAtZG90cyB7XG4gIG1hcmdpbi1sZWZ0OiAyMHB4O1xuICBtYXJnaW4tdG9wOiAyMnB4O1xuICBmb250LXNpemU6IDE2cHg7XG59XG4uZ28tdXAtaWNvbiB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBwYWRkaW5nOiAxOHB4IDBweCAxOHB4IDY4cHg7XG59XG4uZmlsZS1uYW1lIHtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG59XG4uZmlsZS1uYW1lLWZvcm1hdCB7XG4gIHBhZGRpbmctbGVmdDogMTFweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cbi5maWxlLWZvcm1hdCB7XG4gIGZvbnQtc2l6ZTogMTBweDtcbiAgcGFkZGluZy10b3A6IDNweDtcbiAgY29sb3I6ICNhY2FjYWM7XG59XG4ubGlzdC1maWxlcy1saW5lcyxcbi5nby11cCB7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZTdlN2U3O1xufVxuLmxpc3QtZmlsZXMtbGluZXM6aG92ZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRTVFNUU1O1xufVxuLmdkLWRuZC13cmFwIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRjtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDYwcHgpO1xuICBiYWNrZ3JvdW5kOiByZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNyk7XG4gIHotaW5kZXg6IDE7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmdkLWRyYWctbi1kcm9wLWljb24ge1xuICBtYXJnaW4tdG9wOiAtNTBweDtcbn1cbi5nZC1kcmFnLW4tZHJvcC1pY29uIC5mYS1jbG91ZC1kb3dubG9hZC1hbHQge1xuICBjb2xvcjogI0QxRDFEMTtcbiAgZm9udC1zaXplOiAxMTBweDtcbn1cbi5nZC1maWxlLWNoZWNrYm94IHtcbiAgaGVpZ2h0OiAzN3B4O1xuICBtYXJnaW46IDIxcHggMTZweCAyMXB4IDE1cHg7XG4gIHdpZHRoOiAzN3B4O1xuICBsaW5lLWhlaWdodDogNDRweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuLmdkLWZpbGUtY2hlY2tib3guZW1wdHkge1xuICB3aWR0aDogMzdweDtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3Qge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMzZweDtcbiAgbWFyZ2luLXJpZ2h0OiAyNHB4O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIHBhZGRpbmc6IDBweDtcbiAgd2lkdGg6IDM2cHg7XG4gIG1hcmdpbjogMHB4O1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uZmlsZS1mb3JtYXQtc2VsZWN0IDo6bmctZGVlcCAuYnV0dG9uIC50ZXh0IHtcbiAgcGFkZGluZzogMHB4O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCA6Om5nLWRlZXAgLnNob3cgLmJ1dHRvbiB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCBnZC1kcm9wLWRvd24gOjpuZy1kZWVwIC5kcm9wLWRvd24taXRlbSB7XG4gIHdpZHRoOiA5NnB4O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCBnZC1kcm9wLWRvd24gOjpuZy1kZWVwIC5kcm9wLWRvd24taXRlbSAudGV4dCB7XG4gIHBhZGRpbmctbGVmdDogN3B4O1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICBjb2xvcjogIzZlNmU2ZTtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3QgZ2QtZHJvcC1kb3duIDo6bmctZGVlcCAuZHJvcC1kb3duLWl0ZW06aG92ZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjNGI1NjZjO1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCBnZC1kcm9wLWRvd24gOjpuZy1kZWVwIC5kcm9wLWRvd24taXRlbTpob3ZlciAqIHtcbiAgY29sb3I6ICNGRkY7XG59XG4uZ2QtY2hlY2tib3gge1xuICB3aWR0aDogMTlweDtcbiAgaGVpZ2h0OiAxOXB4O1xuICBtYXJnaW46IDBweDtcbn1cbi5nZC1jaGVja2JveDpiZWZvcmUge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxN3B4O1xuICBoZWlnaHQ6IDE3cHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkICM3MDcwNzA7XG4gIGNvbnRlbnQ6IFwiXCI7XG4gIGJhY2tncm91bmQ6ICNGRkZGRkY7XG4gIGN1cnNvcjogcG9pbnRlcjtcbn1cbi5nZC1jaGVja2JveDphZnRlciB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgZGlzcGxheTogZmxleDtcbiAgbGVmdDogMXB4O1xuICB0b3A6IC0xOHB4O1xuICB3aWR0aDogMTZweDtcbiAgaGVpZ2h0OiAxNnB4O1xuICBjb250ZW50OiBcIlwiO1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtY2hlY2tib3g6Y2hlY2tlZDphZnRlciB7XG4gIGZvbnQtZmFtaWx5OiBcIkZvbnQgQXdlc29tZSA1IEZyZWVcIjtcbiAgY29udGVudDogXCJcXGYwMGNcIjtcbiAgZm9udC13ZWlnaHQ6IDkwMDtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBjb2xvcjogIzZFNkU2RTtcbn1cbi5nZC1hZGQtc2VsZWN0ZWQuYWN0aXZlIHtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBvcGFjaXR5OiAxO1xufVxuLmdkLWFkZC1zZWxlY3RlZCB7XG4gIHdpZHRoOiAxNDBweDtcbiAgaGVpZ2h0OiAzNnB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM0U0RTVBO1xuICBjb2xvcjogI0ZGRkZGRjtcbiAgbWFyZ2luOiAwcHggOHB4IDBweCAwcHg7XG4gIGJvcmRlcjogMDtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgb3BhY2l0eTogMC40Mztcbn1cbi5nZC1mb2xkZXItbmFtZSB7XG4gIG1hcmdpbi10b3A6IDhweDtcbn1cbi5kbmQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICB0b3A6IDI1OXB4O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG59XG4uZG5kLXdyYXBwZXIgLnRleHQge1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgZm9udC1zaXplOiAxNHB4O1xufVxuLmRuZC13cmFwcGVyIC5pY29uIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDExM3B4O1xuICBoZWlnaHQ6IDkwcHg7XG4gIGZvbnQtc2l6ZTogOTBweDtcbiAgY29sb3I6ICMzRTRFNUE7XG4gIG1hcmdpbi1ib3R0b206IDMwcHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5oZWFkZXItc2l6ZSxcbiAgLmZpbGUtc2l6ZSB7XG4gICAgd2lkdGg6IDE4JTtcbiAgfVxuICAuZ2QtZG5kLXdyYXAge1xuICAgIHdpZHRoOiA5NSU7XG4gIH1cbiAgI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxuICAubGlzdC1maWxlcy1oZWFkZXIsXG4gIC5maWxlLXNpemUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDE0NnB4KTtcbiAgfVxufVxuIl19 */\"","import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';\r\nimport { BrowseFilesModalComponent, UploadFilesService, FileModel, ModalService, CommonModals } from '@groupdocs.examples.angular/common-components';\r\nimport { ConversionService } from '../conversion.service';\r\nimport {ConversionItemModel, ExtendedFileModel} from \"../models\";\r\n\r\nexport interface Option {\r\n name: string;\r\n value: any;\r\n warning: boolean;\r\n}\r\n\r\n@Component({\r\n selector: 'gd-conversion-browse-files-modal',\r\n templateUrl: './conversion-browse-files-modal.component.html',\r\n styleUrls: ['./conversion-browse-files-modal.component.less']\r\n})\r\nexport class ConversionBrowseFilesModalComponent extends BrowseFilesModalComponent implements OnInit {\r\n private _format: string;\r\n formats;\r\n @Input() files: ExtendedFileModel[];\r\n @Output() selectAll = new EventEmitter();\r\n\r\n dynamicOptions: Option[] = [];\r\n\r\n constructor(_uploadService: UploadFilesService,\r\n private _conversionService: ConversionService,\r\n private _modalService: ModalService) {\r\n super(_uploadService);\r\n }\r\n\r\n selectAllItems(checked: boolean){\r\n this.selectAll.emit(checked);\r\n\r\n this.dynamicOptions = this.prepareMultipleConversionTypes();\r\n }\r\n\r\n selectSingleItem(checked: boolean, file: ExtendedFileModel){\r\n // TODO: refactor?\r\n const selectedFiles = this.files.filter(f => f.guid === file.guid);\r\n if (selectedFiles.length === 1){\r\n selectedFiles[0].selected = checked;\r\n }\r\n\r\n this.dynamicOptions = this.prepareMultipleConversionTypes();\r\n }\r\n\r\n getLabelString(){\r\n const label = 'Add selected'\r\n\r\n if (this.files && this.files.length > 0) {\r\n const selectedCount = this.files.filter(file => file.selected).length;\r\n return selectedCount > 0 ? 'Add ' + selectedCount + ' selected' : label;\r\n }\r\n else\r\n {\r\n return label;\r\n }\r\n }\r\n\r\n prepareMultipleConversionTypes() {\r\n const allTypes = [];\r\n\r\n this.files.filter(file => file.selected).forEach((f) => {\r\n if (f.conversionTypes.length > 0) {\r\n const types = Object.assign([], f.conversionTypes);\r\n allTypes.push(types);\r\n }\r\n });\r\n\r\n let longestArray = [];\r\n allTypes.forEach((item) => {\r\n if(item.length >= longestArray.length){\r\n longestArray = item;\r\n }\r\n });\r\n\r\n //add warnings\r\n allTypes.forEach(typesArr => {\r\n for (let i = 0; i < longestArray.length; i++) {\r\n const type = (longestArray[i].value) ? longestArray[i].value : longestArray[i];\r\n // TODO: reconsider second check\r\n if (typesArr.indexOf(type) === -1 && typesArr.filter(t => t.name === type).length === 0) {\r\n longestArray[i] = {\r\n value: type,\r\n name: type,\r\n warning: true,\r\n icon: this.getFormatIcon({name: 'dummyName.' + type, directory: false} as FileModel)\r\n };\r\n } else {\r\n if(!longestArray[i].warning) {\r\n longestArray[i] = {\r\n value: type,\r\n name: type,\r\n warning: false,\r\n icon: this.getFormatIcon({name: 'dummyName.' + type, directory: false} as FileModel)\r\n };\r\n }\r\n }\r\n }\r\n }); \r\n\r\n return longestArray;\r\n }\r\n\r\n selectFormat($event: any, file: ExtendedFileModel) {\r\n // the case when we selecting format inline on the single file\r\n if (file) {\r\n this.selectAll.emit(false);\r\n file.selected = true;\r\n }\r\n \r\n this._format = $event.value;\r\n const conversionItems = new Array();\r\n\r\n this.files.forEach((f) => {\r\n if (f.selected && !f.isDirectory && !f.directory){\r\n const extension = f.guid.replace(/^.*\\./, '');\r\n const destinationGuid = f.guid.replace(extension, this._format);\r\n const destinationFileName = destinationGuid.replace(/^.*[\\\\\\/]/, '');\r\n\r\n const conversionItem: ConversionItemModel = {\r\n guid: f.guid,\r\n directory: f.directory,\r\n size: f.size,\r\n name: f.name,\r\n destinationType: $event.value,\r\n isDirectory: f.isDirectory,\r\n sizeString: this.getSize(f.size),\r\n sourceIcon: this.getFormatIcon(f),\r\n sourceFormatName: this.getFormatName(f),\r\n destinationFileName: destinationFileName,\r\n destinationFormatName: this.getFormatName({name: destinationFileName, directory: false} as FileModel),\r\n destinationIcon: this.getFormatIcon({name: destinationFileName, directory: false} as FileModel),\r\n converted: false,\r\n // TODO: maybe there is a more beauty way?\r\n converting: false,\r\n warning: f.conversionTypes.indexOf(this._format) === -1 ? true : false\r\n };\r\n\r\n conversionItems.push(conversionItem);\r\n }\r\n })\r\n\r\n this._conversionService.selectItems(conversionItems);\r\n this._conversionService.selectFormat(this._format.toUpperCase());\r\n this._modalService.close(CommonModals.BrowseFiles);\r\n\r\n if ($event.warning){\r\n this._modalService.open(CommonModals.InformationMessage);\r\n }\r\n }\r\n\r\n createFormatOption(val: string) {\r\n return {\r\n value: val,\r\n name: val,\r\n icon: this.getFormatIcon({name: 'dummyName.' + val, directory: false} as FileModel)\r\n }\r\n }\r\n\r\n formatOptions(formats) {\r\n if (formats) {\r\n const allTypes = new Array();\r\n for (let i = 0; i < formats.length; i++) {\r\n allTypes.push(this.createFormatOption(formats[i]));\r\n }\r\n return allTypes;\r\n }\r\n }\r\n\r\n anyItemSelected() {\r\n // TODO: reconsider such checks\r\n if (this.files && this.files.length > 0) {\r\n return this.files.filter(file => file.selected).length > 0;\r\n }\r\n else return false;\r\n }\r\n\r\n allItemsSelected() {\r\n if (this.files && this.files.filter(file => !file.isDirectory && !file.directory).length > 0 && this.files.length > 0) {\r\n return this.files.filter(file => !file.isDirectory && !file.directory && file.selected).length \r\n === this.files.filter(file => !file.isDirectory && !file.directory).length;\r\n }\r\n else return false;\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {ConversionConfig} from \"./conversion-config\";\r\nimport {Api, ConfigService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {HttpClient} from \"@angular/common/http\";\r\nimport {BehaviorSubject, Observable} from \"rxjs\";\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class ConversionConfigService {\r\n private _conversionConfig: BehaviorSubject = new BehaviorSubject(new ConversionConfig());\r\n private _updatedConfig: Observable = this._conversionConfig.asObservable();\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n get updatedConfig() {\r\n return this._updatedConfig;\r\n }\r\n\r\n load() {\r\n return new Promise((resolve, reject) => {\r\n const configEndpoint = this._config.getConfigEndpoint(Api.CONVERSION_APP);\r\n this._http.get(configEndpoint, Api.httpOptionsJson).toPromise().then((response: ConversionConfig) => {\r\n const conversionConfig = response;\r\n this._conversionConfig.next(conversionConfig);\r\n resolve();\r\n }).catch((response: any) => {\r\n reject(`Could not load conversion config: ${JSON.stringify(response)}`);\r\n });\r\n });\r\n }\r\n\r\n}\r\n","export class ConversionConfig {\r\n rewrite: boolean;\r\n pageSelector: boolean;\r\n download: boolean;\r\n upload: boolean;\r\n print: boolean;\r\n browse: boolean;\r\n enableRightClick: boolean;\r\n}\r\n","module.exports = \".gd-convert-item {\\n display: -webkit-box;\\n display: flex;\\n width: 100%;\\n height: 98px;\\n border-bottom: 1px solid #e7e7e7;\\n background-color: #fff;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-convert-remove {\\n font-size: 24px;\\n color: #6E6E6E;\\n margin: 0px 24px;\\n cursor: pointer;\\n}\\n.gd-convert-remove span {\\n width: 37px;\\n height: 37px;\\n display: block;\\n line-height: 37px;\\n text-align: center;\\n font-weight: bold;\\n}\\n.gd-convert-remove.disabled {\\n color: #959da5;\\n opacity: 0.4;\\n}\\n.gd-filequeue-name {\\n display: -webkit-box;\\n display: flex;\\n width: 671px;\\n}\\n.gd-filequeue-name fa-icon {\\n font-size: 32px;\\n margin: 19px 21px 0 0;\\n}\\n.gd-filequeue-name.disabled fa-icon {\\n color: #6e6e6e;\\n}\\n.gd-queue-name {\\n text-align: left;\\n cursor: default;\\n}\\n.gd-queue-size {\\n text-align: left;\\n font-size: 14px;\\n}\\n.gd-destination-file {\\n cursor: not-allowed;\\n}\\n.gd-destination-file .gd-queue-name {\\n cursor: inherit;\\n}\\n.gd-convert-status {\\n font-size: 32px;\\n color: #DBDBDB;\\n margin: 0 162px 0 111px;\\n}\\n.gd-conversion-complete {\\n color: #62A529;\\n margin-left: 5px;\\n}\\n.gd-conversion-progress {\\n position: inherit;\\n width: 32px;\\n height: 32px;\\n font-size: 32px !important;\\n line-height: 32px;\\n color: #007aff;\\n}\\n.gd-conversion-progress.mobile {\\n display: none;\\n}\\n.gd-convert-single,\\n.gd-download-single {\\n font-size: 16px;\\n color: #808080;\\n margin: 41px 36px 42px 11px;\\n cursor: pointer;\\n}\\n.gd-convert-single.mobile,\\n.gd-download-single.mobile {\\n display: none;\\n}\\n.gd-convert-single.disabled,\\n.gd-download-single.disabled {\\n color: #959da5;\\n opacity: 0.4;\\n}\\n.gd-file-format {\\n font-size: 10px;\\n color: #acacac;\\n padding-top: 4px;\\n}\\n.gd-file-format.mobile {\\n display: none;\\n}\\n.gd-file-size {\\n width: 112px;\\n color: #777777;\\n}\\n.disabled {\\n cursor: not-allowed !important;\\n}\\n.gd-convert-item .ng-fa-icon.fa-file-pdf {\\n color: #E21717;\\n}\\n.gd-convert-item .ng-fa-icon.fa-file-word {\\n color: #6979B9;\\n}\\n.gd-convert-item .ng-fa-icon.fa-file-powerpoint {\\n color: #E29417;\\n}\\n.gd-convert-item .ng-fa-icon.fa-file-excel {\\n color: #3FA300;\\n}\\n.gd-convert-item .ng-fa-icon.fa-file-image {\\n color: #E217DA;\\n}\\n.gd-convert-item .ng-fa-icon.fa-file-text .fa-folder {\\n color: #5D6A75;\\n}\\n.gd-filequeue-name .ng-fa-icon,\\n.gd-convert-status .ng-fa-icon,\\n.gd-destination-file .ng-fa-icon {\\n font-size: 33px;\\n}\\n.gd-filequeue-name fa-icon {\\n font-size: 32px;\\n margin: 0 11px 0 0;\\n}\\n@media (max-width: 1037px) {\\n .gd-file-size,\\n .gd-convert-status,\\n .gd-destination-file {\\n display: none;\\n }\\n .gd-conversion-progress.mobile {\\n display: block;\\n margin: 26px 24px 25px 11px;\\n }\\n .gd-convert-single.mobile {\\n display: block;\\n margin: 31px 24px 30px 0px;\\n cursor: pointer;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n min-width: 37px;\\n height: 37px;\\n }\\n .gd-convert-single:not(.mobile) {\\n display: none;\\n }\\n .gd-file-format {\\n font-size: 10px;\\n }\\n .gd-file-format.mobile {\\n display: block;\\n }\\n .gd-file-format.mobile > fa-icon {\\n color: #bebebe;\\n }\\n .gd-file-format.mobile fa-icon {\\n font-size: 10px;\\n margin-right: 2.1px;\\n }\\n .gd-file-format.mobile fa-icon:nth-child(1) {\\n margin-right: 6px;\\n }\\n .gd-file-format {\\n font-size: 11px;\\n }\\n .gd-file-format:not(.mobile) {\\n display: none;\\n }\\n .gd-filequeue-name {\\n white-space: nowrap;\\n overflow: hidden;\\n }\\n .gd-convert-remove {\\n margin: 0px 16px 0px 15px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24taXRlbS9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24taXRlbS9jb252ZXJzaW9uLWl0ZW0uY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWl0ZW0vY29udmVyc2lvbi1pdGVtLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxnQ0FBQTtFQUNBLHNCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ0RGO0FESUE7RUFDRSxlQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0VBQ0EsZUFBQTtBQ0ZGO0FERkE7RUFNSSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGNBQUE7RUFDQSxpQkFBQTtFQUNBLGtCQUFBO0VBQ0EsaUJBQUE7QUNESjtBREdFO0VBQ0UsY0FBQTtFQUNBLFlBQUE7QUNESjtBREtBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsWUFBQTtBQ0hGO0FETUE7RUFDRSxlQUFBO0VBQ0EscUJBQUE7QUNKRjtBRE9BO0VBQ0UsY0FBQTtBQ0xGO0FEUUE7RUFDRSxnQkFBQTtFQUNBLGVBQUE7QUNORjtBRFNBO0VBQ0UsZ0JBQUE7RUFDQSxlQUFBO0FDUEY7QURVQTtFQUNFLG1CQUFBO0FDUkY7QURXQTtFQUNFLGVBQUE7QUNURjtBRFlBO0VBQ0UsZUFBQTtFQUNBLGNBQUE7RUFDQSx1QkFBQTtBQ1ZGO0FEYUE7RUFDRSxjQUFBO0VBQ0EsZ0JBQUE7QUNYRjtBRGNBO0VBQ0UsaUJBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLDBCQUFBO0VBQ0EsaUJBQUE7RUFDQSxjQUFBO0FDWkY7QURhRTtFQUNFLGFBQUE7QUNYSjtBRGVBOztFQUNFLGVBQUE7RUFDQSxjQUFBO0VBQ0EsMkJBQUE7RUFDQSxlQUFBO0FDWkY7QURhRTs7RUFDRSxhQUFBO0FDVko7QURZRTs7RUFDRSxjQUFBO0VBQ0EsWUFBQTtBQ1RKO0FEYUE7RUFDRSxlQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0FDWEY7QURZRTtFQUNFLGFBQUE7QUNWSjtBRGNBO0VBQ0UsWUFBQTtFQUNBLGNBQUE7QUNaRjtBRGVBO0VBQ0UsOEJBQUE7QUNiRjtBRGdCQTtFQUNFLGNBQUE7QUNkRjtBRGlCQTtFQUNFLGNBQUE7QUNmRjtBRGtCQTtFQUNFLGNBQUE7QUNoQkY7QURtQkE7RUFDRSxjQUFBO0FDakJGO0FEb0JBO0VBQ0UsY0FBQTtBQ2xCRjtBRHFCQTtFQUNFLGNBQUE7QUNuQkY7QURzQkE7OztFQUNFLGVBQUE7QUNsQkY7QURxQkE7RUFDRSxlQUFBO0VBQ0Esa0JBQUE7QUNuQkY7QURzQkE7RUFDRTs7O0lBQ0ksYUFBQTtFQ2xCSjtFRHNCRTtJQUNFLGNBQUE7SUFDQSwyQkFBQTtFQ3BCSjtFRHlCRTtJQUNFLGNBQUE7SUFDQSwwQkFBQTtJQUNBLGVBQUE7SUFDQSxvQkFBQTtJQUFBLGFBQUE7SUFDQSx5QkFBQTtZQUFBLG1CQUFBO0lBQ0Esd0JBQUE7WUFBQSx1QkFBQTtJQUNBLGVBQUE7SUFDQSxZQUFBO0VDdkJKO0VENEJFO0lBQ0UsYUFBQTtFQzFCSjtFRDhCQTtJQUNFLGVBQUE7RUM1QkY7RUQ2QkU7SUFDRSxjQUFBO0VDM0JKO0VEMEJFO0lBR0ksY0FBQTtFQzFCTjtFRHVCRTtJQU1JLGVBQUE7SUFDQSxtQkFBQTtFQzFCTjtFRG1CRTtJQVVJLGlCQUFBO0VDMUJOO0VEK0JBO0lBQ0UsZUFBQTtFQzdCRjtFRDhCRTtJQUNFLGFBQUE7RUM1Qko7RURnQ0E7SUFDRSxtQkFBQTtJQUNBLGdCQUFBO0VDOUJGO0VEaUNBO0lBQ0UseUJBQUE7RUMvQkY7QUFDRiIsImZpbGUiOiJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWl0ZW0vY29udmVyc2lvbi1pdGVtLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbi5nZC1jb252ZXJ0LWl0ZW0ge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiA5OHB4O1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgQG1lcmN1cnk7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5nZC1jb252ZXJ0LXJlbW92ZSB7XG4gIGZvbnQtc2l6ZTogMjRweDtcbiAgY29sb3I6ICM2RTZFNkU7XG4gIG1hcmdpbjogMHB4IDI0cHg7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgc3BhbiB7XG4gICAgd2lkdGg6IDM3cHg7XG4gICAgaGVpZ2h0OiAzN3B4O1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBmb250LXdlaWdodDogYm9sZDtcbiAgfVxuICAmLmRpc2FibGVkIHtcbiAgICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICAgIG9wYWNpdHk6IDAuNDtcbiAgfVxufVxuXG4uZ2QtZmlsZXF1ZXVlLW5hbWUge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogNjcxcHg7XG59XG5cbi5nZC1maWxlcXVldWUtbmFtZSBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBtYXJnaW46IDE5cHggMjFweCAwIDA7XG59XG5cbi5nZC1maWxlcXVldWUtbmFtZS5kaXNhYmxlZCBmYS1pY29uIHtcbiAgY29sb3I6IEBkb3ZlLWdyYXk7XG59XG5cbi5nZC1xdWV1ZS1uYW1lIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgY3Vyc29yOiBkZWZhdWx0O1xufVxuXG4uZ2QtcXVldWUtc2l6ZSB7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cblxuLmdkLWRlc3RpbmF0aW9uLWZpbGUge1xuICBjdXJzb3I6IG5vdC1hbGxvd2VkO1xufVxuXG4uZ2QtZGVzdGluYXRpb24tZmlsZSAuZ2QtcXVldWUtbmFtZSB7XG4gIGN1cnNvcjogaW5oZXJpdDtcbn1cblxuLmdkLWNvbnZlcnQtc3RhdHVzIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBjb2xvcjogI0RCREJEQjtcbiAgbWFyZ2luOiAwIDE2MnB4IDAgMTExcHg7XG59XG5cbi5nZC1jb252ZXJzaW9uLWNvbXBsZXRlIHtcbiAgY29sb3I6ICM2MkE1Mjk7XG4gIG1hcmdpbi1sZWZ0OiA1cHg7XG59XG5cbi5nZC1jb252ZXJzaW9uLXByb2dyZXNzIHtcbiAgcG9zaXRpb246IGluaGVyaXQ7XG4gIHdpZHRoOiAzMnB4O1xuICBoZWlnaHQ6IDMycHg7XG4gIGZvbnQtc2l6ZTogMzJweCAhaW1wb3J0YW50O1xuICBsaW5lLWhlaWdodDogMzJweDtcbiAgY29sb3I6ICMwMDdhZmY7XG4gICYubW9iaWxlIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG59XG5cbi5nZC1jb252ZXJ0LXNpbmdsZSwgLmdkLWRvd25sb2FkLXNpbmdsZSB7XG4gIGZvbnQtc2l6ZTogMTZweDtcbiAgY29sb3I6ICM4MDgwODA7XG4gIG1hcmdpbjogNDFweCAzNnB4IDQycHggMTFweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICAmLm1vYmlsZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuICAmLmRpc2FibGVkIHtcbiAgICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICAgIG9wYWNpdHk6IDAuNDtcbiAgfVxufVxuXG4uZ2QtZmlsZS1mb3JtYXQge1xuICBmb250LXNpemU6IDEwcHg7XG4gIGNvbG9yOiBAc2lsdmVyLWNoYWxpY2U7XG4gIHBhZGRpbmctdG9wOiA0cHg7XG4gICYubW9iaWxlIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG59XG4gIFxuLmdkLWZpbGUtc2l6ZSB7XG4gIHdpZHRoOiAxMTJweDtcbiAgY29sb3I6ICM3Nzc3Nzc7XG59XG5cbi5kaXNhYmxlZCB7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQgIWltcG9ydGFudDtcbn1cblxuLmdkLWNvbnZlcnQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLXBkZiB7XG4gIGNvbG9yOiAjRTIxNzE3O1xufVxuXG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtd29yZCB7XG4gIGNvbG9yOiAjNjk3OUI5O1xufVxuXG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtcG93ZXJwb2ludCB7XG4gIGNvbG9yOiAjRTI5NDE3O1xufVxuXG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtZXhjZWwge1xuICBjb2xvcjogIzNGQTMwMDtcbn1cblxuLmdkLWNvbnZlcnQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6ICNFMjE3REE7XG59XG5cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIge1xuICBjb2xvcjogIzVENkE3NTtcbn1cblxuLmdkLWZpbGVxdWV1ZS1uYW1lIC5uZy1mYS1pY29uLCAuZ2QtY29udmVydC1zdGF0dXMgLm5nLWZhLWljb24sIC5nZC1kZXN0aW5hdGlvbi1maWxlIC5uZy1mYS1pY29ue1xuICBmb250LXNpemU6IDMzcHg7XG59XG5cbi5nZC1maWxlcXVldWUtbmFtZSBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBtYXJnaW46IDAgMTFweCAwIDA7XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIC5nZC1maWxlLXNpemUsIC5nZC1jb252ZXJ0LXN0YXR1cywgLmdkLWRlc3RpbmF0aW9uLWZpbGUge1xuICAgICAgZGlzcGxheTogbm9uZTtcbiAgfVxuXG4gIC5nZC1jb252ZXJzaW9uLXByb2dyZXNzIHtcbiAgICAmLm1vYmlsZSB7XG4gICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgIG1hcmdpbjogMjZweCAyNHB4IDI1cHggMTFweDtcbiAgICB9XG4gIH1cblxuICAuZ2QtY29udmVydC1zaW5nbGUge1xuICAgICYubW9iaWxlIHtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgbWFyZ2luOiAzMXB4IDI0cHggMzBweCAwcHg7XG4gICAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgICAgbWluLXdpZHRoOiAzN3B4O1xuICAgICAgaGVpZ2h0OiAzN3B4O1xuICAgIH1cbiAgfVxuXG4gIC5nZC1jb252ZXJ0LXNpbmdsZSB7XG4gICAgJjpub3QoLm1vYmlsZSkge1xuICAgICAgZGlzcGxheTogbm9uZTtcbiAgICB9XG4gIH1cblxuICAuZ2QtZmlsZS1mb3JtYXQge1xuICAgIGZvbnQtc2l6ZTogMTBweDtcbiAgICAmLm1vYmlsZSB7XG4gICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgID4gZmEtaWNvbntcbiAgICAgICAgY29sb3I6ICNiZWJlYmU7XG4gICAgICB9XG4gICAgICBmYS1pY29uIHtcbiAgICAgICAgZm9udC1zaXplOiAxMHB4O1xuICAgICAgICBtYXJnaW4tcmlnaHQ6IDIuMXB4O1xuICAgICAgfVxuICAgICAgZmEtaWNvbjpudGgtY2hpbGQoMSl7XG4gICAgICAgIG1hcmdpbi1yaWdodDogNnB4O1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC5nZC1maWxlLWZvcm1hdCB7XG4gICAgZm9udC1zaXplOiAxMXB4O1xuICAgICY6bm90KC5tb2JpbGUpIHtcbiAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgfVxuICB9XG5cbiAgLmdkLWZpbGVxdWV1ZS1uYW1lIHtcbiAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gIH1cblxuICAuZ2QtY29udmVydC1yZW1vdmUge1xuICAgIG1hcmdpbjogMHB4IDE2cHggMHB4IDE1cHg7XG4gIH1cbn0iLCIuZ2QtY29udmVydC1pdGVtIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogOThweDtcbiAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNlN2U3ZTc7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZ2QtY29udmVydC1yZW1vdmUge1xuICBmb250LXNpemU6IDI0cHg7XG4gIGNvbG9yOiAjNkU2RTZFO1xuICBtYXJnaW46IDBweCAyNHB4O1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtY29udmVydC1yZW1vdmUgc3BhbiB7XG4gIHdpZHRoOiAzN3B4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBsaW5lLWhlaWdodDogMzdweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBmb250LXdlaWdodDogYm9sZDtcbn1cbi5nZC1jb252ZXJ0LXJlbW92ZS5kaXNhYmxlZCB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xuICBvcGFjaXR5OiAwLjQ7XG59XG4uZ2QtZmlsZXF1ZXVlLW5hbWUge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogNjcxcHg7XG59XG4uZ2QtZmlsZXF1ZXVlLW5hbWUgZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzJweDtcbiAgbWFyZ2luOiAxOXB4IDIxcHggMCAwO1xufVxuLmdkLWZpbGVxdWV1ZS1uYW1lLmRpc2FibGVkIGZhLWljb24ge1xuICBjb2xvcjogIzZlNmU2ZTtcbn1cbi5nZC1xdWV1ZS1uYW1lIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgY3Vyc29yOiBkZWZhdWx0O1xufVxuLmdkLXF1ZXVlLXNpemUge1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uZ2QtZGVzdGluYXRpb24tZmlsZSB7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQ7XG59XG4uZ2QtZGVzdGluYXRpb24tZmlsZSAuZ2QtcXVldWUtbmFtZSB7XG4gIGN1cnNvcjogaW5oZXJpdDtcbn1cbi5nZC1jb252ZXJ0LXN0YXR1cyB7XG4gIGZvbnQtc2l6ZTogMzJweDtcbiAgY29sb3I6ICNEQkRCREI7XG4gIG1hcmdpbjogMCAxNjJweCAwIDExMXB4O1xufVxuLmdkLWNvbnZlcnNpb24tY29tcGxldGUge1xuICBjb2xvcjogIzYyQTUyOTtcbiAgbWFyZ2luLWxlZnQ6IDVweDtcbn1cbi5nZC1jb252ZXJzaW9uLXByb2dyZXNzIHtcbiAgcG9zaXRpb246IGluaGVyaXQ7XG4gIHdpZHRoOiAzMnB4O1xuICBoZWlnaHQ6IDMycHg7XG4gIGZvbnQtc2l6ZTogMzJweCAhaW1wb3J0YW50O1xuICBsaW5lLWhlaWdodDogMzJweDtcbiAgY29sb3I6ICMwMDdhZmY7XG59XG4uZ2QtY29udmVyc2lvbi1wcm9ncmVzcy5tb2JpbGUge1xuICBkaXNwbGF5OiBub25lO1xufVxuLmdkLWNvbnZlcnQtc2luZ2xlLFxuLmdkLWRvd25sb2FkLXNpbmdsZSB7XG4gIGZvbnQtc2l6ZTogMTZweDtcbiAgY29sb3I6ICM4MDgwODA7XG4gIG1hcmdpbjogNDFweCAzNnB4IDQycHggMTFweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xufVxuLmdkLWNvbnZlcnQtc2luZ2xlLm1vYmlsZSxcbi5nZC1kb3dubG9hZC1zaW5nbGUubW9iaWxlIHtcbiAgZGlzcGxheTogbm9uZTtcbn1cbi5nZC1jb252ZXJ0LXNpbmdsZS5kaXNhYmxlZCxcbi5nZC1kb3dubG9hZC1zaW5nbGUuZGlzYWJsZWQge1xuICBjb2xvcjogIzk1OWRhNTtcbiAgb3BhY2l0eTogMC40O1xufVxuLmdkLWZpbGUtZm9ybWF0IHtcbiAgZm9udC1zaXplOiAxMHB4O1xuICBjb2xvcjogI2FjYWNhYztcbiAgcGFkZGluZy10b3A6IDRweDtcbn1cbi5nZC1maWxlLWZvcm1hdC5tb2JpbGUge1xuICBkaXNwbGF5OiBub25lO1xufVxuLmdkLWZpbGUtc2l6ZSB7XG4gIHdpZHRoOiAxMTJweDtcbiAgY29sb3I6ICM3Nzc3Nzc7XG59XG4uZGlzYWJsZWQge1xuICBjdXJzb3I6IG5vdC1hbGxvd2VkICFpbXBvcnRhbnQ7XG59XG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtcGRmIHtcbiAgY29sb3I6ICNFMjE3MTc7XG59XG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtd29yZCB7XG4gIGNvbG9yOiAjNjk3OUI5O1xufVxuLmdkLWNvbnZlcnQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogI0UyOTQxNztcbn1cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS1leGNlbCB7XG4gIGNvbG9yOiAjM0ZBMzAwO1xufVxuLmdkLWNvbnZlcnQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6ICNFMjE3REE7XG59XG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtdGV4dCAuZmEtZm9sZGVyIHtcbiAgY29sb3I6ICM1RDZBNzU7XG59XG4uZ2QtZmlsZXF1ZXVlLW5hbWUgLm5nLWZhLWljb24sXG4uZ2QtY29udmVydC1zdGF0dXMgLm5nLWZhLWljb24sXG4uZ2QtZGVzdGluYXRpb24tZmlsZSAubmctZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzNweDtcbn1cbi5nZC1maWxlcXVldWUtbmFtZSBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBtYXJnaW46IDAgMTFweCAwIDA7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5nZC1maWxlLXNpemUsXG4gIC5nZC1jb252ZXJ0LXN0YXR1cyxcbiAgLmdkLWRlc3RpbmF0aW9uLWZpbGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgLmdkLWNvbnZlcnNpb24tcHJvZ3Jlc3MubW9iaWxlIHtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBtYXJnaW46IDI2cHggMjRweCAyNXB4IDExcHg7XG4gIH1cbiAgLmdkLWNvbnZlcnQtc2luZ2xlLm1vYmlsZSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gICAgbWFyZ2luOiAzMXB4IDI0cHggMzBweCAwcHg7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBtaW4td2lkdGg6IDM3cHg7XG4gICAgaGVpZ2h0OiAzN3B4O1xuICB9XG4gIC5nZC1jb252ZXJ0LXNpbmdsZTpub3QoLm1vYmlsZSkge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDEwcHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSA+IGZhLWljb24ge1xuICAgIGNvbG9yOiAjYmViZWJlO1xuICB9XG4gIC5nZC1maWxlLWZvcm1hdC5tb2JpbGUgZmEtaWNvbiB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuICAgIG1hcmdpbi1yaWdodDogMi4xcHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSBmYS1pY29uOm50aC1jaGlsZCgxKSB7XG4gICAgbWFyZ2luLXJpZ2h0OiA2cHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDExcHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Om5vdCgubW9iaWxlKSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuICAuZ2QtZmlsZXF1ZXVlLW5hbWUge1xuICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgfVxuICAuZ2QtY29udmVydC1yZW1vdmUge1xuICAgIG1hcmdpbjogMHB4IDE2cHggMHB4IDE1cHg7XG4gIH1cbn1cbiJdfQ== */\"","import { Component, Input, OnInit } from '@angular/core';\r\nimport { ConversionItemModel } from '../models';\r\nimport {ConversionService} from \"../conversion.service\";\r\n\r\n@Component({\r\n selector: 'gd-conversion-item',\r\n templateUrl: './conversion-item.component.html',\r\n styleUrls: ['./conversion-item.component.less']\r\n})\r\n\r\nexport class ConversionItemComponent implements OnInit {\r\n @Input() item: ConversionItemModel;\r\n\r\n constructor(private _conversionService: ConversionService) {\r\n }\r\n \r\n ngOnInit(): void {\r\n }\r\n\r\n convert($event, item: ConversionItemModel) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n this._conversionService.selectedItemToConvert(item);\r\n }\r\n\r\n downloadFile(item: ConversionItemModel) {\r\n window.location.assign(this._conversionService.getDownloadUrl(item.destinationFileName));\r\n }\r\n\r\n removeItemFromQueue($event, item: ConversionItemModel) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n this._conversionService.selectedItemToRemove(item);\r\n }\r\n}\r\n","module.exports = \"#gd-convert-queue {\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n height: 100%;\\n background-color: #e7e7e7;\\n}\\n.gd-queue-header {\\n display: -webkit-box;\\n display: flex;\\n font-size: 13px;\\n text-transform: uppercase;\\n color: #6e6e6e;\\n width: 100%;\\n height: 60px;\\n background-color: #f4f4f4;\\n font-weight: bold;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-placeholder {\\n margin: 0px 42px 0 42px;\\n}\\n.gd-queue-header div:nth-child(2) {\\n width: 671px;\\n text-align: left;\\n display: -webkit-box;\\n display: flex;\\n}\\n.gd-queue-header div:nth-child(4) {\\n margin: 0 162px 0 111px;\\n width: 32px;\\n}\\n.gd-queue-header div:nth-child(3) {\\n width: 112px;\\n text-align: left;\\n}\\n.gd-queue-header div:nth-child(5) {\\n width: 644px;\\n text-align: left;\\n}\\n.gd-queue-body {\\n overflow-y: scroll;\\n height: calc(100% - 120px);\\n}\\n.gd-queue-last-placeholder {\\n margin: 0px 52px;\\n}\\n@media (max-width: 1037px) {\\n .gd-queue-header {\\n display: none;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24tcXVldWUvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLXF1ZXVlL2NvbnZlcnNpb24tcXVldWUuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLXF1ZXVlL2NvbnZlcnNpb24tcXVldWUuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDSSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7QUNESjtBRElBO0VBQ0ksb0JBQUE7RUFBQSxhQUFBO0VBQ0EsZUFBQTtFQUNBLHlCQUFBO0VBQ0EsY0FBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7RUFDQSxpQkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QUNGSjtBREtBO0VBQ0ksdUJBQUE7QUNISjtBRE1BO0VBQ0ksWUFBQTtFQUNBLGdCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0FDSko7QURPQTtFQUNJLHVCQUFBO0VBQ0EsV0FBQTtBQ0xKO0FEUUE7RUFDSSxZQUFBO0VBQ0EsZ0JBQUE7QUNOSjtBRFNBO0VBQ0ksWUFBQTtFQUNBLGdCQUFBO0FDUEo7QURVQTtFQUNJLGtCQUFBO0VBQ0EsMEJBQUE7QUNSSjtBRFdBO0VBQ0ksZ0JBQUE7QUNUSjtBRFlBO0VBQ0k7SUFDSSxhQUFBO0VDVk47QUFDRiIsImZpbGUiOiJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLXF1ZXVlL2NvbnZlcnNpb24tcXVldWUuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuI2dkLWNvbnZlcnQtcXVldWUge1xuICAgIGZsZXgtZGlyZWN0aW9uICA6IGNvbHVtbjtcbiAgICBoZWlnaHQgICAgICAgICAgOiAxMDAlO1xuICAgIGJhY2tncm91bmQtY29sb3I6IEBtZXJjdXJ5O1xufVxuXG4uZ2QtcXVldWUtaGVhZGVyIHtcbiAgICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICAgIGZvbnQtc2l6ZSAgICAgICA6IDEzcHg7XG4gICAgdGV4dC10cmFuc2Zvcm0gIDogdXBwZXJjYXNlO1xuICAgIGNvbG9yICAgICAgICAgICA6IEBkb3ZlLWdyYXk7XG4gICAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbiAgICBoZWlnaHQgICAgICAgICAgOiA2MHB4O1xuICAgIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG4gICAgZm9udC13ZWlnaHQgICAgIDogYm9sZDtcbiAgICBhbGlnbi1pdGVtcyAgICAgOiBjZW50ZXI7XG59XG5cbi5nZC1wbGFjZWhvbGRlciB7XG4gICAgbWFyZ2luOiAwcHggNDJweCAwIDQycHg7XG59XG5cbi5nZC1xdWV1ZS1oZWFkZXIgZGl2Om50aC1jaGlsZCgyKSB7XG4gICAgd2lkdGggICAgIDogNjcxcHg7XG4gICAgdGV4dC1hbGlnbjogbGVmdDtcbiAgICBkaXNwbGF5ICAgOiBmbGV4O1xufVxuXG4uZ2QtcXVldWUtaGVhZGVyIGRpdjpudGgtY2hpbGQoNCkge1xuICAgIG1hcmdpbjogMCAxNjJweCAwIDExMXB4O1xuICAgIHdpZHRoIDogMzJweDtcbn1cblxuLmdkLXF1ZXVlLWhlYWRlciBkaXY6bnRoLWNoaWxkKDMpIHtcbiAgICB3aWR0aCAgICAgOiAxMTJweDtcbiAgICB0ZXh0LWFsaWduOiBsZWZ0O1xufVxuXG4uZ2QtcXVldWUtaGVhZGVyIGRpdjpudGgtY2hpbGQoNSkge1xuICAgIHdpZHRoICAgICA6IDY0NHB4O1xuICAgIHRleHQtYWxpZ246IGxlZnQ7XG59XG5cbi5nZC1xdWV1ZS1ib2R5IHtcbiAgICBvdmVyZmxvdy15OiBzY3JvbGw7XG4gICAgaGVpZ2h0ICAgIDogY2FsYygxMDAlIC0gMTIwcHgpO1xufVxuXG4uZ2QtcXVldWUtbGFzdC1wbGFjZWhvbGRlciB7XG4gICAgbWFyZ2luOiAwcHggNTJweDtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgICAuZ2QtcXVldWUtaGVhZGVyIHtcbiAgICAgICAgZGlzcGxheTogbm9uZTtcbiAgICB9XG59IiwiI2dkLWNvbnZlcnQtcXVldWUge1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBoZWlnaHQ6IDEwMCU7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG59XG4uZ2QtcXVldWUtaGVhZGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZm9udC1zaXplOiAxM3B4O1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogNjBweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2Y0ZjRmNDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZ2QtcGxhY2Vob2xkZXIge1xuICBtYXJnaW46IDBweCA0MnB4IDAgNDJweDtcbn1cbi5nZC1xdWV1ZS1oZWFkZXIgZGl2Om50aC1jaGlsZCgyKSB7XG4gIHdpZHRoOiA2NzFweDtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZGlzcGxheTogZmxleDtcbn1cbi5nZC1xdWV1ZS1oZWFkZXIgZGl2Om50aC1jaGlsZCg0KSB7XG4gIG1hcmdpbjogMCAxNjJweCAwIDExMXB4O1xuICB3aWR0aDogMzJweDtcbn1cbi5nZC1xdWV1ZS1oZWFkZXIgZGl2Om50aC1jaGlsZCgzKSB7XG4gIHdpZHRoOiAxMTJweDtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cbi5nZC1xdWV1ZS1oZWFkZXIgZGl2Om50aC1jaGlsZCg1KSB7XG4gIHdpZHRoOiA2NDRweDtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cbi5nZC1xdWV1ZS1ib2R5IHtcbiAgb3ZlcmZsb3cteTogc2Nyb2xsO1xuICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDEyMHB4KTtcbn1cbi5nZC1xdWV1ZS1sYXN0LXBsYWNlaG9sZGVyIHtcbiAgbWFyZ2luOiAwcHggNTJweDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLXF1ZXVlLWhlYWRlciB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxufVxuIl19 */\"","import { Component, EventEmitter, Input, Output, OnInit } from '@angular/core';\r\nimport { ConversionItemModel } from '../models';\r\n\r\n@Component({\r\n selector: 'gd-conversion-queue',\r\n templateUrl: './conversion-queue.component.html',\r\n styleUrls: ['./conversion-queue.component.less']\r\n})\r\n\r\nexport class ConversionQueueComponent implements OnInit {\r\n @Input() items: ConversionItemModel[] = [];\r\n @Output() selectedItemToConvert = new EventEmitter();\r\n\r\n constructor() {\r\n }\r\n \r\n ngOnInit(): void {\r\n }\r\n\r\n convertSingleItem($event: ConversionItemModel) {\r\n this.selectedItemToConvert.emit($event);\r\n }\r\n}\r\n","import {APP_INITIALIZER, ModuleWithProviders, NgModule} from '@angular/core';\r\nimport {CommonModule} from '@angular/common';\r\nimport {\r\n Api,\r\n CommonComponentsModule,\r\n ConfigService,\r\n ErrorInterceptorService\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport {HTTP_INTERCEPTORS, HttpClientModule} from \"@angular/common/http\";\r\nimport {ConversionService} from \"./conversion.service\";\r\nimport {ConversionConfigService} from \"./conversion-config.service\";\r\nimport {ConversionAppComponent} from \"./conversion-app.component\";\r\nimport { ConversionBrowseFilesModalComponent } from './conversion-browse-files-modal/conversion-browse-files-modal.component';\r\nimport { InformationModalComponent } from './information-modal/information-modal.component';\r\nimport {library} from '@fortawesome/fontawesome-svg-core';\r\nimport {fas} from '@fortawesome/free-solid-svg-icons';\r\nimport {far} from '@fortawesome/free-regular-svg-icons';\r\nimport {FontAwesomeModule} from '@fortawesome/angular-fontawesome';\r\nimport {ConversionQueueComponent} from './conversion-queue/conversion-queue.component';\r\nimport {ConversionItemComponent} from './conversion-item/conversion-item.component';\r\n\r\nexport function initializeApp(conversionConfigService: ConversionConfigService) {\r\n const result = () => conversionConfigService.load();\r\n return result;\r\n}\r\n\r\n@NgModule({\r\n declarations: [ConversionAppComponent, ConversionBrowseFilesModalComponent, InformationModalComponent, ConversionQueueComponent, ConversionItemComponent],\r\n exports: [ConversionAppComponent, ConversionBrowseFilesModalComponent, InformationModalComponent, ConversionQueueComponent],\r\n imports: [CommonModule,\r\n CommonComponentsModule,\r\n HttpClientModule,\r\n FontAwesomeModule],\r\n providers: [\r\n ConversionService,\r\n ConfigService,\r\n ConversionConfigService,\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useClass: ErrorInterceptorService,\r\n multi: true\r\n },\r\n {\r\n provide: APP_INITIALIZER,\r\n useFactory: initializeApp,\r\n deps: [ConversionConfigService], multi: true\r\n }\r\n ]\r\n})\r\nexport class ConversionModule {\r\n constructor() {\r\n library.add(fas, far);\r\n }\r\n\r\n static forRoot(apiEndpoint: string): ModuleWithProviders {\r\n Api.DEFAULT_API_ENDPOINT = apiEndpoint;\r\n return {\r\n ngModule: ConversionModule\r\n };\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {HttpClient} from \"@angular/common/http\";\r\nimport {\r\n Api, ConfigService, FileCredentials, SaveFile, FileModel, FileUtil\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport {Observable, BehaviorSubject, Observer} from \"rxjs\";\r\nimport { ConversionItemModel, ConversionRequestModel } from './models';\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\n\r\nexport class ConversionService {\r\n private _selectedItems: BehaviorSubject = new BehaviorSubject(new Array());\r\n private _selectItems: Observable = this._selectedItems.asObservable();\r\n private _selectedFormat: BehaviorSubject = new BehaviorSubject(null);\r\n private _selectFormat: Observable = this._selectedFormat.asObservable();\r\n\r\n private _itemToConvert = new BehaviorSubject(null);\r\n itemToConvert = this._itemToConvert.asObservable();\r\n\r\n private _itemToRemove = new BehaviorSubject(null);\r\n itemToRemove = this._itemToRemove.asObservable();\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n get selectedItems() {\r\n return this._selectItems;\r\n }\r\n\r\n get selectedFormat() {\r\n return this._selectFormat;\r\n }\r\n\r\n selectItems(filesToConvert: ConversionItemModel[]) {\r\n this._selectedItems.next(filesToConvert);\r\n }\r\n\r\n selectFormat(selectedFormat: string) {\r\n this._selectedFormat.next(selectedFormat);\r\n }\r\n\r\n loadFiles(path: string) {\r\n return this._http.post(this._config.getConversionApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\r\n }\r\n\r\n upload(file: File, url: string, rewrite: boolean) {\r\n const formData = new FormData();\r\n formData.append(\"file\", file);\r\n formData.append('rewrite', String(rewrite));\r\n if (url) {\r\n formData.append(\"url\", url);\r\n }\r\n\r\n return this._http.post(this._config.getConversionApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\r\n }\r\n\r\n convert(file: ConversionItemModel) {\r\n const req = new ConversionRequestModel();\r\n req.added = true;\r\n req.destinationType = file.destinationType;\r\n req.guid = file.guid;\r\n req.size = file.size;\r\n req.destDocumentType = FileUtil.find(file.destinationType, false).format;\r\n return this._http.post(this._config.getConversionApiEndpoint() + Api.CONVERT_FILE, req);\r\n }\r\n\r\n getDownloadUrl(guid: string) {\r\n return this._config.getConversionApiEndpoint() + Api.DOWNLOAD_DOCUMENTS + '/?path=' + guid;\r\n }\r\n\r\n selectedItemToConvert(item: ConversionItemModel) {\r\n this._itemToConvert.next(item);\r\n }\r\n\r\n selectedItemToRemove(item: ConversionItemModel) {\r\n this._itemToRemove.next(item);\r\n }\r\n}\r\n","module.exports = \".gd-modal-information {\\n display: -webkit-inline-box;\\n display: inline-flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-flex: 1;\\n flex: 1;\\n}\\n.gd-modal-information .gd-modal-information-message {\\n font-size: 12px;\\n margin: 0px 24px 24px 0px;\\n word-break: break-word;\\n}\\n.gd-modal-information .gd-modal-information-title {\\n font-size: 16px;\\n font-weight: bold;\\n margin: 14px 0px 10px 0px;\\n}\\n#gd-information-section {\\n max-width: 468px;\\n max-height: 107px;\\n display: -webkit-box;\\n display: flex;\\n}\\n#gd-information-section fa-icon {\\n -webkit-box-flex: 1;\\n flex: 1;\\n color: #25c2d4;\\n font-size: 40px;\\n margin: 13px 23px 90px 23px;\\n text-align: center;\\n max-width: 46px;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2luZm9ybWF0aW9uLW1vZGFsL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9jb252ZXJzaW9uL3NyYy9saWIvaW5mb3JtYXRpb24tbW9kYWwvaW5mb3JtYXRpb24tbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9pbmZvcm1hdGlvbi1tb2RhbC9pbmZvcm1hdGlvbi1tb2RhbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLDJCQUFBO0VBQUEsb0JBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxtQkFBQTtVQUFBLE9BQUE7QUNERjtBREZBO0VBS0ksZUFBQTtFQUNBLHlCQUFBO0VBQ0Esc0JBQUE7QUNBSjtBRFBBO0VBVUksZUFBQTtFQUNBLGlCQUFBO0VBQ0EseUJBQUE7QUNBSjtBRElBO0VBQ0UsZ0JBQUE7RUFDQSxpQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ0ZGO0FEREE7RUFLSSxtQkFBQTtVQUFBLE9BQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtFQUNBLDJCQUFBO0VBQ0Esa0JBQUE7RUFDQSxlQUFBO0FDREoiLCJmaWxlIjoibGlicy9jb252ZXJzaW9uL3NyYy9saWIvaW5mb3JtYXRpb24tbW9kYWwvaW5mb3JtYXRpb24tbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi8uLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlcy5sZXNzXCI7XG5cbi5nZC1tb2RhbC1pbmZvcm1hdGlvbiB7XG4gIGRpc3BsYXk6IGlubGluZS1mbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBmbGV4OiAxO1xuICAuZ2QtbW9kYWwtaW5mb3JtYXRpb24tbWVzc2FnZSB7XG4gICAgZm9udC1zaXplOiAxMnB4O1xuICAgIG1hcmdpbjogMHB4IDI0cHggMjRweCAwcHg7XG4gICAgd29yZC1icmVhazogYnJlYWstd29yZDtcbiAgfVxuICAuZ2QtbW9kYWwtaW5mb3JtYXRpb24tdGl0bGUge1xuICAgIGZvbnQtc2l6ZTogMTZweDtcbiAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICBtYXJnaW46IDE0cHggMHB4IDEwcHggMHB4O1xuICB9XG59XG5cbiNnZC1pbmZvcm1hdGlvbi1zZWN0aW9uIHtcbiAgbWF4LXdpZHRoOiA0NjhweDtcbiAgbWF4LWhlaWdodDogMTA3cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZhLWljb24ge1xuICAgIGZsZXg6IDE7XG4gICAgY29sb3I6IEBicmFuZDtcbiAgICBmb250LXNpemU6IDQwcHg7XG4gICAgbWFyZ2luOiAxM3B4IDIzcHggOTBweCAyM3B4O1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBtYXgtd2lkdGg6IDQ2cHg7XG4gIH1cbn1cbiIsIi5nZC1tb2RhbC1pbmZvcm1hdGlvbiB7XG4gIGRpc3BsYXk6IGlubGluZS1mbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBmbGV4OiAxO1xufVxuLmdkLW1vZGFsLWluZm9ybWF0aW9uIC5nZC1tb2RhbC1pbmZvcm1hdGlvbi1tZXNzYWdlIHtcbiAgZm9udC1zaXplOiAxMnB4O1xuICBtYXJnaW46IDBweCAyNHB4IDI0cHggMHB4O1xuICB3b3JkLWJyZWFrOiBicmVhay13b3JkO1xufVxuLmdkLW1vZGFsLWluZm9ybWF0aW9uIC5nZC1tb2RhbC1pbmZvcm1hdGlvbi10aXRsZSB7XG4gIGZvbnQtc2l6ZTogMTZweDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIG1hcmdpbjogMTRweCAwcHggMTBweCAwcHg7XG59XG4jZ2QtaW5mb3JtYXRpb24tc2VjdGlvbiB7XG4gIG1heC13aWR0aDogNDY4cHg7XG4gIG1heC1oZWlnaHQ6IDEwN3B4O1xuICBkaXNwbGF5OiBmbGV4O1xufVxuI2dkLWluZm9ybWF0aW9uLXNlY3Rpb24gZmEtaWNvbiB7XG4gIGZsZXg6IDE7XG4gIGNvbG9yOiAjMjVjMmQ0O1xuICBmb250LXNpemU6IDQwcHg7XG4gIG1hcmdpbjogMTNweCAyM3B4IDkwcHggMjNweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBtYXgtd2lkdGg6IDQ2cHg7XG59XG4iXX0= */\"","import {Component, OnInit, Input} from '@angular/core';\r\n\r\n@Component({\r\n selector: 'gd-information-modal',\r\n templateUrl: './information-modal.component.html',\r\n styleUrls: ['./information-modal.component.less']\r\n})\r\nexport class InformationModalComponent implements OnInit {\r\n\r\n @Input() formatName: string;\r\n @Input() warningCount: number;\r\n\r\n constructor() {\r\n }\r\n\r\n ngOnInit() {\r\n }\r\n}\r\n","import {FileModel} from \"@groupdocs.examples.angular/common-components\";\r\n\r\nexport class ConversionRequestModel{\r\n added: boolean;\r\n destinationType: string;\r\n guid: string;\r\n size: number;\r\n destDocumentType: number;\r\n}\r\n\r\nexport class ConversionItemModel implements FileModel {\r\n guid: string;\r\n directory: boolean;\r\n size: number;\r\n name: string;\r\n destinationType: string;\r\n sizeString: string;\r\n destinationFileName: string;\r\n destinationFormatName: string;\r\n sourceIcon: string;\r\n sourceFormatName: string;\r\n destinationIcon: string;\r\n converted: boolean;\r\n converting: boolean;\r\n isDirectory: boolean;\r\n warning: boolean;\r\n }\r\n\r\n export class ExtendedFileModel implements FileModel {\r\n guid: string;\r\n // TODO: fix dublicates below (question)\r\n directory: boolean;\r\n isDirectory: boolean;\r\n size: number;\r\n name: string;\r\n selected: boolean;\r\n conversionTypes: any;\r\n }\r\n","export * from './lib/editor.module';\r\nexport * from './lib/editor-app.component';\r\nexport * from './lib/editor-config.service';\r\nexport * from './lib/editor-config';\r\nexport * from './lib/editor.service';\r\nexport * from './lib/create.document-modal/create.document-modal.component'\r\n","module.exports = \".gd-create-wrap {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n margin: 24px;\\n}\\n.gd-create-wrap label {\\n font-size: 14px;\\n color: #acacac;\\n padding-bottom: 12px;\\n}\\n.gd-create-wrap input {\\n margin-bottom: 20px;\\n border: 1px solid #6e6e6e !important;\\n padding: 9px 0px 9px 10px;\\n font-size: 14px;\\n}\\n.gd-create-wrap gd-button {\\n align-self: flex-end;\\n}\\n.gd-create-wrap ::ng-deep .button ::ng-deep .text {\\n font-size: 10px !important;\\n}\\n#gd-create-document-section {\\n width: 468px;\\n}\\n::ng-deep .gd-select-format .dropdown-menu {\\n height: 167px;\\n overflow: hidden;\\n overflow-y: auto;\\n top: 241px !important;\\n min-width: 0 !important;\\n width: 70px;\\n border: none !important;\\n}\\n::ng-deep .gd-select-format .dropdown-menu .option {\\n font-size: 10px;\\n color: #6e6e6e;\\n}\\n::ng-deep .gd-select-format .dropdown-menu .option:hover {\\n background-color: #4b566c !important;\\n}\\n::ng-deep .select {\\n height: 37px;\\n width: 70px;\\n border: 1px solid #6e6e6e;\\n color: #6e6e6e !important;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n}\\n::ng-deep .select .selected-value {\\n padding: 9px 0px 9px 8px;\\n}\\n::ng-deep .select .nav-caret {\\n margin-right: 8px;\\n}\\n@media (max-width: 1037px) {\\n #gd-create-document-section {\\n width: 100%;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvZWRpdG9yL3NyYy9saWIvY3JlYXRlLmRvY3VtZW50LW1vZGFsL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9lZGl0b3Ivc3JjL2xpYi9jcmVhdGUuZG9jdW1lbnQtbW9kYWwvY3JlYXRlLmRvY3VtZW50LW1vZGFsLmNvbXBvbmVudC5sZXNzIiwibGlicy9lZGl0b3Ivc3JjL2xpYi9jcmVhdGUuZG9jdW1lbnQtbW9kYWwvY3JlYXRlLmRvY3VtZW50LW1vZGFsLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsWUFBQTtBQ0RGO0FERkE7RUFLSSxlQUFBO0VBQ0EsY0FBQTtFQUNBLG9CQUFBO0FDQUo7QURQQTtFQVVJLG1CQUFBO0VBQ0Esb0NBQUE7RUFDQSx5QkFBQTtFQUNBLGVBQUE7QUNBSjtBRGJBO0VBZ0JJLG9CQUFBO0FDQUo7QURoQkE7RUFvQk0sMEJBQUE7QUNETjtBRE1BO0VBQ0UsWUFBQTtBQ0pGO0FET0E7RUFDRSxhQUFBO0VBQ0EsZ0JBQUE7RUFDQSxnQkFBQTtFQUNBLHFCQUFBO0VBQ0EsdUJBQUE7RUFDQSxXQUFBO0VBUUEsdUJBQUE7QUNaRjtBREZBO0VBUUksZUFBQTtFQUNBLGNBQUE7QUNISjtBRE5BO0VBWUksb0NBQUE7QUNISjtBRFFBO0VBQ0UsWUFBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtFQUNBLHlCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHlCQUFBO1VBQUEsOEJBQUE7QUNORjtBRERBO0VBU0ksd0JBQUE7QUNMSjtBREpBO0VBWUksaUJBQUE7QUNMSjtBRFNBO0VBQ0U7SUFDRSxXQUFBO0VDUEY7QUFDRiIsImZpbGUiOiJsaWJzL2VkaXRvci9zcmMvbGliL2NyZWF0ZS5kb2N1bWVudC1tb2RhbC9jcmVhdGUuZG9jdW1lbnQtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWNyZWF0ZS13cmFwIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgbWFyZ2luOiAyNHB4O1xuICBsYWJlbCB7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuICAgIGNvbG9yOiBAc2lsdmVyLWNoYWxpY2U7XG4gICAgcGFkZGluZy1ib3R0b206IDEycHg7XG4gIH1cbiAgaW5wdXQge1xuICAgIG1hcmdpbi1ib3R0b206IDIwcHg7XG4gICAgYm9yZGVyOiAxcHggc29saWQgIzZlNmU2ZSAhaW1wb3J0YW50O1xuICAgIHBhZGRpbmc6IDlweCAwcHggOXB4IDEwcHg7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuICB9XG4gIGdkLWJ1dHRvbiB7XG4gICAgYWxpZ24tc2VsZjogZmxleC1lbmQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5idXR0b24ge1xuICAgIDo6bmctZGVlcCAudGV4dCB7XG4gICAgICBmb250LXNpemU6IDEwcHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cbn1cblxuI2dkLWNyZWF0ZS1kb2N1bWVudC1zZWN0aW9uIHtcbiAgd2lkdGg6IDQ2OHB4O1xufVxuXG46Om5nLWRlZXAgLmdkLXNlbGVjdC1mb3JtYXQgLmRyb3Bkb3duLW1lbnUge1xuICBoZWlnaHQ6IDE2N3B4O1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICBvdmVyZmxvdy15OiBhdXRvO1xuICB0b3A6IDI0MXB4ICFpbXBvcnRhbnQ7XG4gIG1pbi13aWR0aDogMCAhaW1wb3J0YW50O1xuICB3aWR0aDogNzBweDtcbiAgLm9wdGlvbiB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuICAgIGNvbG9yOiBAZG92ZS1ncmF5O1xuICB9XG4gIC5vcHRpb246aG92ZXJ7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQGZvbGRlciAhaW1wb3J0YW50O1xuICB9XG4gIGJvcmRlcjogbm9uZSAhaW1wb3J0YW50O1xufVxuXG46Om5nLWRlZXAgLnNlbGVjdCB7XG4gIGhlaWdodDogMzdweDtcbiAgd2lkdGg6IDcwcHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkIEBkb3ZlLWdyYXk7XG4gIGNvbG9yOiBAZG92ZS1ncmF5ICFpbXBvcnRhbnQ7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcbiAgLnNlbGVjdGVkLXZhbHVlIHtcbiAgICBwYWRkaW5nOiA5cHggMHB4IDlweCA4cHg7XG4gIH1cbiAgLm5hdi1jYXJldCB7XG4gICAgbWFyZ2luLXJpZ2h0OiA4cHg7XG4gIH1cbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgI2dkLWNyZWF0ZS1kb2N1bWVudC1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxufVxuIiwiLmdkLWNyZWF0ZS13cmFwIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgbWFyZ2luOiAyNHB4O1xufVxuLmdkLWNyZWF0ZS13cmFwIGxhYmVsIHtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBjb2xvcjogI2FjYWNhYztcbiAgcGFkZGluZy1ib3R0b206IDEycHg7XG59XG4uZ2QtY3JlYXRlLXdyYXAgaW5wdXQge1xuICBtYXJnaW4tYm90dG9tOiAyMHB4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNmU2ZTZlICFpbXBvcnRhbnQ7XG4gIHBhZGRpbmc6IDlweCAwcHggOXB4IDEwcHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi5nZC1jcmVhdGUtd3JhcCBnZC1idXR0b24ge1xuICBhbGlnbi1zZWxmOiBmbGV4LWVuZDtcbn1cbi5nZC1jcmVhdGUtd3JhcCA6Om5nLWRlZXAgLmJ1dHRvbiA6Om5nLWRlZXAgLnRleHQge1xuICBmb250LXNpemU6IDEwcHggIWltcG9ydGFudDtcbn1cbiNnZC1jcmVhdGUtZG9jdW1lbnQtc2VjdGlvbiB7XG4gIHdpZHRoOiA0NjhweDtcbn1cbjo6bmctZGVlcCAuZ2Qtc2VsZWN0LWZvcm1hdCAuZHJvcGRvd24tbWVudSB7XG4gIGhlaWdodDogMTY3cHg7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIG92ZXJmbG93LXk6IGF1dG87XG4gIHRvcDogMjQxcHggIWltcG9ydGFudDtcbiAgbWluLXdpZHRoOiAwICFpbXBvcnRhbnQ7XG4gIHdpZHRoOiA3MHB4O1xuICBib3JkZXI6IG5vbmUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuZ2Qtc2VsZWN0LWZvcm1hdCAuZHJvcGRvd24tbWVudSAub3B0aW9uIHtcbiAgZm9udC1zaXplOiAxMHB4O1xuICBjb2xvcjogIzZlNmU2ZTtcbn1cbjo6bmctZGVlcCAuZ2Qtc2VsZWN0LWZvcm1hdCAuZHJvcGRvd24tbWVudSAub3B0aW9uOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzRiNTY2YyAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBoZWlnaHQ6IDM3cHg7XG4gIHdpZHRoOiA3MHB4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNmU2ZTZlO1xuICBjb2xvcjogIzZlNmU2ZSAhaW1wb3J0YW50O1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG59XG46Om5nLWRlZXAgLnNlbGVjdCAuc2VsZWN0ZWQtdmFsdWUge1xuICBwYWRkaW5nOiA5cHggMHB4IDlweCA4cHg7XG59XG46Om5nLWRlZXAgLnNlbGVjdCAubmF2LWNhcmV0IHtcbiAgbWFyZ2luLXJpZ2h0OiA4cHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gICNnZC1jcmVhdGUtZG9jdW1lbnQtc2VjdGlvbiB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbn1cbiJdfQ== */\"","import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';\r\nimport {\r\n CommonModals,\r\n ExceptionMessageService,\r\n FileCredentials,\r\n ModalService\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport {EditorService} from \"../editor.service\";\r\n\r\n@Component({\r\n selector: 'gd-create-document-modal',\r\n templateUrl: './create.document-modal.component.html',\r\n styleUrls: ['./create.document-modal.component.less']\r\n})\r\nexport class CreateDocumentModalComponent implements OnInit {\r\n @Input() file: FileCredentials;\r\n @Output() savingFile: EventEmitter = new EventEmitter();\r\n @Output() closing = new EventEmitter();\r\n private _format: string;\r\n formats;\r\n FILE_NAME_REGEX = /^.*[\\\\\\/]/;\r\n\r\n constructor(private _editorService: EditorService,\r\n private _modalService: ModalService,\r\n private _excMessageService: ExceptionMessageService) {\r\n }\r\n\r\n get format() {\r\n return this._format;\r\n }\r\n\r\n ngOnInit() {\r\n this.loadFormats();\r\n }\r\n\r\n loadFormats() {\r\n this._editorService.getFormats().subscribe((formats: string[]) => {\r\n this.formats = this.formatOptions(formats);\r\n this._format = \"DOCX\";\r\n }\r\n );\r\n }\r\n\r\n selectFormat($event: any) {\r\n this._format = $event.name;\r\n }\r\n\r\n createFormatOption(val: string) {\r\n return {value: val, name: val.toUpperCase()}\r\n }\r\n\r\n formatOptions(formats) {\r\n const allTypes = new Array();\r\n for (let i = 0; i < formats.length; i++) {\r\n allTypes.push(this.createFormatOption(formats[i]));\r\n }\r\n return allTypes;\r\n }\r\n\r\n save(name: string) {\r\n let fileName = \"\";\r\n if (name && name !== \"\") {\r\n fileName = name + \".\" + this._format.toLowerCase();\r\n } else if (!this.file) {\r\n this._modalService.open(CommonModals.ErrorMessage);\r\n this._excMessageService.changeMessage(\"File name is empty\");\r\n }\r\n this._modalService.close(CommonModals.CreateDocument);\r\n const guid = fileName !== \"\" ? fileName : this.file.guid;\r\n const password = this.file ? this.file.password : '';\r\n this.savingFile.emit(new FileCredentials(guid, password));\r\n }\r\n\r\n refresh($event: boolean) {\r\n if (!$event) {\r\n this.closing.emit(true);\r\n }\r\n }\r\n}\r\n","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n.current-page-number {\\n margin: 0px 15px;\\n font-size: 14px;\\n color: #959da5;\\n}\\n* {\\n -webkit-user-select: none;\\n /* Chrome all / Safari all */\\n -moz-user-select: none;\\n /* Firefox all */\\n -ms-user-select: none;\\n /* IE 10+ */\\n user-select: text;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n::ng-deep .gd-drag-n-drop-wrap.active {\\n z-index: 999;\\n}\\n::ng-deep .gd-drag-n-drop-wrap.active .init-state-wrapper {\\n top: unset !important;\\n}\\n::ng-deep .init-state-wrapper {\\n top: -90px !important;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: inherit;\\n}\\n.gd-document {\\n width: 100%;\\n height: calc(100% - 90px);\\n}\\n.top-panel {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 100%;\\n}\\n.toolbar-panel {\\n width: 100%;\\n}\\n::ng-deep .gd-wrapper {\\n -webkit-user-select: text;\\n /* Chrome all / Safari all */\\n -moz-user-select: text;\\n /* Firefox all */\\n -ms-user-select: text;\\n /* IE 10+ */\\n user-select: text;\\n outline: none;\\n position: relative;\\n}\\n::ng-deep .dropdown-menu {\\n min-width: unset !important;\\n}\\n.palette {\\n position: absolute;\\n top: 90px;\\n z-index: 100;\\n}\\n.background-color-picker {\\n left: 700px;\\n}\\n.color-picker {\\n left: 750px;\\n}\\n.bg-color-pic {\\n border-radius: 100%;\\n border: 1px solid #CCC;\\n position: absolute;\\n height: 8px;\\n width: 8px;\\n right: 6px;\\n bottom: 6px;\\n}\\n::ng-deep .tools .button {\\n color: #3E4E5A !important;\\n}\\n::ng-deep .tools .button .text {\\n padding: 0px !important;\\n}\\n::ng-deep .tools .button.inactive {\\n color: #959da5 !important;\\n opacity: 0.4;\\n}\\n::ng-deep .tools .dropdown-menu .option {\\n min-width: 61px;\\n color: #6e6e6e !important;\\n}\\n::ng-deep .tools .dropdown-menu .option:hover {\\n background-color: #4b566c !important;\\n}\\n::ng-deep .tools .icon-button {\\n margin: 0 0 0 7px !important;\\n}\\n::ng-deep .tools .select {\\n width: 65px;\\n height: 37px;\\n margin-left: 7px;\\n line-height: 37px;\\n text-align: center;\\n border: none !important;\\n}\\n::ng-deep .tools .select .nav-caret {\\n margin: 0 0 0 4px !important;\\n}\\n::ng-deep .gd-select-format .select {\\n -webkit-box-pack: justify !important;\\n justify-content: space-between !important;\\n}\\n::ng-deep .tab-content .button .tooltip {\\n margin-top: 45px;\\n margin-left: -36px;\\n}\\n::ng-deep .gd-edit.active {\\n background-color: #7E8991;\\n}\\n::ng-deep .gd-edit.active i {\\n color: #FFFFFF;\\n}\\n::ng-deep .page {\\n width: auto !important;\\n height: auto !important;\\n}\\n::ng-deep .page ::ng-deep .gd-document .page {\\n width: auto !important;\\n height: auto !important;\\n}\\n::ng-deep .slide {\\n margin: 0px !important;\\n}\\n::ng-deep .documentMainContent.newfile {\\n width: 595px !important;\\n height: 842px !important;\\n}\\n::ng-deep .gd-document.new-file .page {\\n width: 595pt !important;\\n height: 842pt !important;\\n}\\n::ng-deep .slide {\\n margin: 0px !important;\\n}\\n::ng-deep #page-0 {\\n height: calc(100% - 2 * 20px);\\n}\\n::ng-deep .save-as-button-icon {\\n font-size: 11px;\\n left: 22px !important;\\n top: 13px !important;\\n}\\n::ng-deep .documentMainContent .section {\\n margin: 0px !important;\\n}\\n::ng-deep .documentMainContent > div {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-pack: end;\\n justify-content: flex-end;\\n}\\n::ng-deep .documentMainContent > div .footer-1 {\\n position: absolute;\\n bottom: 0;\\n width: calc(100% - 2 * 96px);\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n}\\n::ng-deep .documentMainContent > div .footer-1 .Normal {\\n margin: 0 0 0 auto;\\n}\\n::ng-deep .documentMainContent > div .footer-1 p {\\n width: -webkit-fit-content;\\n width: -moz-fit-content;\\n width: fit-content;\\n}\\n::ng-deep .documentMainContent > div .header-0 {\\n padding-bottom: 10px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n}\\n::ng-deep .documentMainContent > div .header-0 .Normal,\\n::ng-deep .documentMainContent > div .header-0 .Header {\\n margin: 0 0 0 auto;\\n}\\n::ng-deep .documentMainContent > div .header-0 p {\\n width: -webkit-fit-content;\\n width: -moz-fit-content;\\n width: fit-content;\\n}\\n::ng-deep .documentMainContent > div .header-0 p:last-of-type {\\n margin: 0 !important;\\n}\\n.save-button {\\n position: absolute;\\n top: -5px;\\n left: 21px;\\n}\\ngd-tab.desktop-hide {\\n display: none;\\n}\\n@media (max-width: 1037px) {\\n ::ng-deep .panzoom {\\n zoom: 0.45;\\n margin-top: 130px;\\n }\\n ::ng-deep .gd-tab fa-icon {\\n height: 60px;\\n width: 60px;\\n font-size: 22px !important;\\n margin: unset !important;\\n }\\n gd-tab.desktop-hide {\\n display: block;\\n }\\n .mobile-hide {\\n display: none;\\n }\\n ::ng-deep .tools {\\n overflow-x: unset !important;\\n }\\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\\n margin: 0px !important;\\n }\\n ::ng-deep .tools .icon-button {\\n height: 60px !important;\\n width: 60px;\\n }\\n ::ng-deep #formatting-tab ::ng-deep .tools .icon-button,\\n ::ng-deep #paragraph-tab ::ng-deep .tools .icon-button {\\n margin: 0px !important;\\n }\\n ::ng-deep .bg-color-pic {\\n height: 13px !important;\\n width: 13px !important;\\n right: 9px !important;\\n bottom: 11px !important;\\n }\\n ::ng-deep .palette {\\n position: absolute;\\n top: 130px !important;\\n z-index: 100;\\n }\\n ::ng-deep .background-color-picker {\\n left: 0px !important;\\n }\\n ::ng-deep .color-picker {\\n left: 60px !important;\\n }\\n ::ng-deep .format-select.font-type {\\n width: 109px;\\n }\\n ::ng-deep .format-select.font-type ::ng-deep .dropdown-menu {\\n width: 109px !important;\\n top: 60px !important;\\n left: 0px !important;\\n }\\n ::ng-deep .format-select.font-size {\\n width: 81px;\\n }\\n ::ng-deep .format-select.font-size ::ng-deep .dropdown-menu {\\n width: 81px !important;\\n top: 60px !important;\\n left: 109px !important;\\n }\\n ::ng-deep .format-select .select {\\n width: unset !important;\\n height: 60px !important;\\n line-height: 60px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvZWRpdG9yL3NyYy9saWIvZWRpdG9yLWFwcC5jb21wb25lbnQubGVzcyIsImxpYnMvZWRpdG9yL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2VkaXRvci9zcmMvbGliL2VkaXRvci1hcHAuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsNkVDQ2tCO0FBRWxCO0VBQ0Usc0RBQUE7QURERjtBQ0lBO0VBQ0UsZ0JBQUE7RUFDQSxlQUFBO0VBQ0EsY0FBQTtBREZGO0FDS0E7RUFDRSx5QkFBQTtFREhBLDRCQUE0QjtFQ0s1QixzQkFBQTtFREhBLGdCQUFnQjtFQ0toQixxQkFBQTtFREhBLFdBQVc7RUNLWCxpQkFBQTtBREhGO0FDTUE7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBREpGO0FDT0E7RUFDRSxZQUFBO0FETEY7QUNJQTtFQUlJLHFCQUFBO0FETEo7QUNTQTtFQUNFLHFCQUFBO0FEUEY7QUNVQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGVBQUE7QURSRjtBQ1dBO0VBQ0UsV0FBQTtFQUNBLHlCQUFBO0FEVEY7QUNZQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0FEVkY7QUNhQTtFQUNFLFdBQUE7QURYRjtBQ2NBO0VBQ0UseUJBQUE7RURaQSw0QkFBNEI7RUNjNUIsc0JBQUE7RURaQSxnQkFBZ0I7RUNjaEIscUJBQUE7RURaQSxXQUFXO0VDY1gsaUJBQUE7RUFDQSxhQUFBO0VBQ0Esa0JBQUE7QURaRjtBQ2VBO0VBQ0UsMkJBQUE7QURiRjtBQ2dCQTtFQUNFLGtCQUFBO0VBQ0EsU0FBQTtFQUNBLFlBQUE7QURkRjtBQ2lCQTtFQUNFLFdBQUE7QURmRjtBQ2tCQTtFQUNFLFdBQUE7QURoQkY7QUNtQkE7RUFDRSxtQkFBQTtFQUNBLHNCQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0VBQ0EsVUFBQTtFQUNBLFVBQUE7RUFDQSxXQUFBO0FEakJGO0FDb0JBO0VBRUkseUJBQUE7QURuQko7QUNpQkE7RUFLTSx1QkFBQTtBRG5CTjtBQ3NCSTtFQUNFLHlCQUFBO0VBQ0EsWUFBQTtBRHBCTjtBQ1VBO0VBZ0JNLGVBQUE7RUFDQSx5QkFBQTtBRHZCTjtBQ3lCTTtFQUNFLG9DQUFBO0FEdkJSO0FDR0E7RUEwQkksNEJBQUE7QUQxQko7QUNBQTtFQThCSSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGdCQUFBO0VBQ0EsaUJBQUE7RUFDQSxrQkFBQTtFQUNBLHVCQUFBO0FEM0JKO0FDUkE7RUFzQ00sNEJBQUE7QUQzQk47QUNnQ0E7RUFFSSxvQ0FBQTtVQUFBLHlDQUFBO0FEL0JKO0FDbUNBO0VBQ0UsZ0JBQUE7RUFDQSxrQkFBQTtBRGpDRjtBQ29DQTtFQUNFLHlCQUFBO0FEbENGO0FDcUNBO0VBQ0UsY0FBQTtBRG5DRjtBQ3NDQTtFQUNFLHNCQUFBO0VBQ0EsdUJBQUE7QURwQ0Y7QUNrQ0E7RUFNTSxzQkFBQTtFQUNBLHVCQUFBO0FEckNOO0FDMENBO0VBQ0Usc0JBQUE7QUR4Q0Y7QUMyQ0E7RUFDRSx1QkFBQTtFQUNBLHdCQUFBO0FEekNGO0FDNENBO0VBRUksdUJBQUE7RUFDQSx3QkFBQTtBRDNDSjtBQytDQTtFQUNFLHNCQUFBO0FEN0NGO0FDZ0RBO0VBQ0UsNkJBQUE7QUQ5Q0Y7QUNpREE7RUFDRSxlQUFBO0VBQ0EscUJBQUE7RUFDQSxvQkFBQTtBRC9DRjtBQ2tEQTtFQUVJLHNCQUFBO0FEakRKO0FDK0NBO0VBTUksb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EscUJBQUE7VUFBQSx5QkFBQTtBRGxESjtBQzBDQTtFQVdNLGtCQUFBO0VBQ0EsU0FBQTtFQUNBLDRCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSw4QkFBQTtBRGxETjtBQ21DQTtFQWtCUSxrQkFBQTtBRGxEUjtBQ2dDQTtFQXNCUSwwQkFBQTtFQUFBLHVCQUFBO0VBQUEsa0JBQUE7QURuRFI7QUM2QkE7RUEyQk0sb0JBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLDhCQUFBO0FEckROO0FDd0JBOztFQWlDUSxrQkFBQTtBRHJEUjtBQ29CQTtFQXFDUSwwQkFBQTtFQUFBLHVCQUFBO0VBQUEsa0JBQUE7QUR0RFI7QUN3RFE7RUFDRSxvQkFBQTtBRHREVjtBQzZEQTtFQUNFLGtCQUFBO0VBQ0EsU0FBQTtFQUNBLFVBQUE7QUQzREY7QUMrREU7RUFDRSxhQUFBO0FEN0RKO0FDaUVBO0VBQ0U7SUFDRSxVQUFBO0lBQ0EsaUJBQUE7RUQvREY7RUNrRUE7SUFFSSxZQUFBO0lBQ0EsV0FBQTtJQUNBLDBCQUFBO0lBQ0Esd0JBQUE7RURqRUo7RUNzRUU7SUFDRSxjQUFBO0VEcEVKO0VDd0VBO0lBQ0UsYUFBQTtFRHRFRjtFQ3lFQTtJQUNFLDRCQUFBO0VEdkVGO0VDc0VBO0lBSUksc0JBQUE7RUR2RUo7RUNtRUE7SUFRSSx1QkFBQTtJQUNBLFdBQUE7RUR4RUo7RUM0RUE7O0lBSU0sc0JBQUE7RUQ1RU47RUNpRkE7SUFDRSx1QkFBQTtJQUNBLHNCQUFBO0lBQ0EscUJBQUE7SUFDQSx1QkFBQTtFRC9FRjtFQ2tGQTtJQUNFLGtCQUFBO0lBQ0EscUJBQUE7SUFDQSxZQUFBO0VEaEZGO0VDbUZBO0lBQ0Usb0JBQUE7RURqRkY7RUNvRkE7SUFDRSxxQkFBQTtFRGxGRjtFQ3NGRTtJQUNFLFlBQUE7RURwRko7RUNtRkU7SUFJSSx1QkFBQTtJQUNBLG9CQUFBO0lBQ0Esb0JBQUE7RURwRk47RUN3RkU7SUFDRSxXQUFBO0VEdEZKO0VDcUZFO0lBSUksc0JBQUE7SUFDQSxvQkFBQTtJQUNBLHNCQUFBO0VEdEZOO0VDcUVBO0lBc0JJLHVCQUFBO0lBQ0EsdUJBQUE7SUFDQSxpQkFBQTtFRHhGSjtBQUNGIiwiZmlsZSI6ImxpYnMvZWRpdG9yL3NyYy9saWIvZWRpdG9yLWFwcC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zJmRpc3BsYXk9c3dhcCcpO1xuOmhvc3QgKiB7XG4gIGZvbnQtZmFtaWx5OiAnT3BlbiBTYW5zJywgQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZjtcbn1cbi5jdXJyZW50LXBhZ2UtbnVtYmVyIHtcbiAgbWFyZ2luOiAwcHggMTVweDtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBjb2xvcjogIzk1OWRhNTtcbn1cbioge1xuICAtd2Via2l0LXVzZXItc2VsZWN0OiBub25lO1xuICAvKiBDaHJvbWUgYWxsIC8gU2FmYXJpIGFsbCAqL1xuICAtbW96LXVzZXItc2VsZWN0OiBub25lO1xuICAvKiBGaXJlZm94IGFsbCAqL1xuICAtbXMtdXNlci1zZWxlY3Q6IG5vbmU7XG4gIC8qIElFIDEwKyAqL1xuICB1c2VyLXNlbGVjdDogdGV4dDtcbn1cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgdG9wOiAwO1xuICBib3R0b206IDA7XG4gIGxlZnQ6IDA7XG4gIHJpZ2h0OiAwO1xufVxuOjpuZy1kZWVwIC5nZC1kcmFnLW4tZHJvcC13cmFwLmFjdGl2ZSB7XG4gIHotaW5kZXg6IDk5OTtcbn1cbjo6bmctZGVlcCAuZ2QtZHJhZy1uLWRyb3Atd3JhcC5hY3RpdmUgLmluaXQtc3RhdGUtd3JhcHBlciB7XG4gIHRvcDogdW5zZXQgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuaW5pdC1zdGF0ZS13cmFwcGVyIHtcbiAgdG9wOiAtOTBweCAhaW1wb3J0YW50O1xufVxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cbi5nZC1kb2N1bWVudCB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDkwcHgpO1xufVxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnRvb2xiYXItcGFuZWwge1xuICB3aWR0aDogMTAwJTtcbn1cbjo6bmctZGVlcCAuZ2Qtd3JhcHBlciB7XG4gIC13ZWJraXQtdXNlci1zZWxlY3Q6IHRleHQ7XG4gIC8qIENocm9tZSBhbGwgLyBTYWZhcmkgYWxsICovXG4gIC1tb3otdXNlci1zZWxlY3Q6IHRleHQ7XG4gIC8qIEZpcmVmb3ggYWxsICovXG4gIC1tcy11c2VyLXNlbGVjdDogdGV4dDtcbiAgLyogSUUgMTArICovXG4gIHVzZXItc2VsZWN0OiB0ZXh0O1xuICBvdXRsaW5lOiBub25lO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG46Om5nLWRlZXAgLmRyb3Bkb3duLW1lbnUge1xuICBtaW4td2lkdGg6IHVuc2V0ICFpbXBvcnRhbnQ7XG59XG4ucGFsZXR0ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiA5MHB4O1xuICB6LWluZGV4OiAxMDA7XG59XG4uYmFja2dyb3VuZC1jb2xvci1waWNrZXIge1xuICBsZWZ0OiA3MDBweDtcbn1cbi5jb2xvci1waWNrZXIge1xuICBsZWZ0OiA3NTBweDtcbn1cbi5iZy1jb2xvci1waWMge1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGhlaWdodDogOHB4O1xuICB3aWR0aDogOHB4O1xuICByaWdodDogNnB4O1xuICBib3R0b206IDZweDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbiB7XG4gIGNvbG9yOiAjM0U0RTVBICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24gLnRleHQge1xuICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbi5pbmFjdGl2ZSB7XG4gIGNvbG9yOiAjOTU5ZGE1ICFpbXBvcnRhbnQ7XG4gIG9wYWNpdHk6IDAuNDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbiB7XG4gIG1pbi13aWR0aDogNjFweDtcbiAgY29sb3I6ICM2ZTZlNmUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbjpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0YjU2NmMgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uIHtcbiAgbWFyZ2luOiAwIDAgMCA3cHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdCB7XG4gIHdpZHRoOiA2NXB4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIG1hcmdpbi1sZWZ0OiA3cHg7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGJvcmRlcjogbm9uZSAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC50b29scyAuc2VsZWN0IC5uYXYtY2FyZXQge1xuICBtYXJnaW46IDAgMCAwIDRweCAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5nZC1zZWxlY3QtZm9ybWF0IC5zZWxlY3Qge1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW4gIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudGFiLWNvbnRlbnQgLmJ1dHRvbiAudG9vbHRpcCB7XG4gIG1hcmdpbi10b3A6IDQ1cHg7XG4gIG1hcmdpbi1sZWZ0OiAtMzZweDtcbn1cbjo6bmctZGVlcCAuZ2QtZWRpdC5hY3RpdmUge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjN0U4OTkxO1xufVxuOjpuZy1kZWVwIC5nZC1lZGl0LmFjdGl2ZSBpIHtcbiAgY29sb3I6ICNGRkZGRkY7XG59XG46Om5nLWRlZXAgLnBhZ2Uge1xuICB3aWR0aDogYXV0byAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IGF1dG8gIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAucGFnZSA6Om5nLWRlZXAgLmdkLWRvY3VtZW50IC5wYWdlIHtcbiAgd2lkdGg6IGF1dG8gIWltcG9ydGFudDtcbiAgaGVpZ2h0OiBhdXRvICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnNsaWRlIHtcbiAgbWFyZ2luOiAwcHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuZG9jdW1lbnRNYWluQ29udGVudC5uZXdmaWxlIHtcbiAgd2lkdGg6IDU5NXB4ICFpbXBvcnRhbnQ7XG4gIGhlaWdodDogODQycHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuZ2QtZG9jdW1lbnQubmV3LWZpbGUgLnBhZ2Uge1xuICB3aWR0aDogNTk1cHQgIWltcG9ydGFudDtcbiAgaGVpZ2h0OiA4NDJwdCAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5zbGlkZSB7XG4gIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgI3BhZ2UtMCB7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gMiAqIDIwcHgpO1xufVxuOjpuZy1kZWVwIC5zYXZlLWFzLWJ1dHRvbi1pY29uIHtcbiAgZm9udC1zaXplOiAxMXB4O1xuICBsZWZ0OiAyMnB4ICFpbXBvcnRhbnQ7XG4gIHRvcDogMTNweCAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5kb2N1bWVudE1haW5Db250ZW50IC5zZWN0aW9uIHtcbiAgbWFyZ2luOiAwcHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuZG9jdW1lbnRNYWluQ29udGVudCA+IGRpdiB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogZmxleC1lbmQ7XG59XG46Om5nLWRlZXAgLmRvY3VtZW50TWFpbkNvbnRlbnQgPiBkaXYgLmZvb3Rlci0xIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBib3R0b206IDA7XG4gIHdpZHRoOiBjYWxjKDEwMCUgLSAyICogOTZweCk7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2Vlbjtcbn1cbjo6bmctZGVlcCAuZG9jdW1lbnRNYWluQ29udGVudCA+IGRpdiAuZm9vdGVyLTEgLk5vcm1hbCB7XG4gIG1hcmdpbjogMCAwIDAgYXV0bztcbn1cbjo6bmctZGVlcCAuZG9jdW1lbnRNYWluQ29udGVudCA+IGRpdiAuZm9vdGVyLTEgcCB7XG4gIHdpZHRoOiBmaXQtY29udGVudDtcbn1cbjo6bmctZGVlcCAuZG9jdW1lbnRNYWluQ29udGVudCA+IGRpdiAuaGVhZGVyLTAge1xuICBwYWRkaW5nLWJvdHRvbTogMTBweDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xufVxuOjpuZy1kZWVwIC5kb2N1bWVudE1haW5Db250ZW50ID4gZGl2IC5oZWFkZXItMCAuTm9ybWFsLFxuOjpuZy1kZWVwIC5kb2N1bWVudE1haW5Db250ZW50ID4gZGl2IC5oZWFkZXItMCAuSGVhZGVyIHtcbiAgbWFyZ2luOiAwIDAgMCBhdXRvO1xufVxuOjpuZy1kZWVwIC5kb2N1bWVudE1haW5Db250ZW50ID4gZGl2IC5oZWFkZXItMCBwIHtcbiAgd2lkdGg6IGZpdC1jb250ZW50O1xufVxuOjpuZy1kZWVwIC5kb2N1bWVudE1haW5Db250ZW50ID4gZGl2IC5oZWFkZXItMCBwOmxhc3Qtb2YtdHlwZSB7XG4gIG1hcmdpbjogMCAhaW1wb3J0YW50O1xufVxuLnNhdmUtYnV0dG9uIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IC01cHg7XG4gIGxlZnQ6IDIxcHg7XG59XG5nZC10YWIuZGVza3RvcC1oaWRlIHtcbiAgZGlzcGxheTogbm9uZTtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgOjpuZy1kZWVwIC5wYW56b29tIHtcbiAgICB6b29tOiAwLjQ1O1xuICAgIG1hcmdpbi10b3A6IDEzMHB4O1xuICB9XG4gIDo6bmctZGVlcCAuZ2QtdGFiIGZhLWljb24ge1xuICAgIGhlaWdodDogNjBweDtcbiAgICB3aWR0aDogNjBweDtcbiAgICBmb250LXNpemU6IDIycHggIWltcG9ydGFudDtcbiAgICBtYXJnaW46IHVuc2V0ICFpbXBvcnRhbnQ7XG4gIH1cbiAgZ2QtdGFiLmRlc2t0b3AtaGlkZSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cbiAgLm1vYmlsZS1oaWRlIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIG92ZXJmbG93LXg6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC50b29scyBnZC1idXR0b246bnRoLWNoaWxkKDEpID4gLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uIHtcbiAgICBoZWlnaHQ6IDYwcHggIWltcG9ydGFudDtcbiAgICB3aWR0aDogNjBweDtcbiAgfVxuICA6Om5nLWRlZXAgI2Zvcm1hdHRpbmctdGFiIDo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uLFxuICA6Om5nLWRlZXAgI3BhcmFncmFwaC10YWIgOjpuZy1kZWVwIC50b29scyAuaWNvbi1idXR0b24ge1xuICAgIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5iZy1jb2xvci1waWMge1xuICAgIGhlaWdodDogMTNweCAhaW1wb3J0YW50O1xuICAgIHdpZHRoOiAxM3B4ICFpbXBvcnRhbnQ7XG4gICAgcmlnaHQ6IDlweCAhaW1wb3J0YW50O1xuICAgIGJvdHRvbTogMTFweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAucGFsZXR0ZSB7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMTMwcHggIWltcG9ydGFudDtcbiAgICB6LWluZGV4OiAxMDA7XG4gIH1cbiAgOjpuZy1kZWVwIC5iYWNrZ3JvdW5kLWNvbG9yLXBpY2tlciB7XG4gICAgbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5jb2xvci1waWNrZXIge1xuICAgIGxlZnQ6IDYwcHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLmZvcm1hdC1zZWxlY3QuZm9udC10eXBlIHtcbiAgICB3aWR0aDogMTA5cHg7XG4gIH1cbiAgOjpuZy1kZWVwIC5mb3JtYXQtc2VsZWN0LmZvbnQtdHlwZSA6Om5nLWRlZXAgLmRyb3Bkb3duLW1lbnUge1xuICAgIHdpZHRoOiAxMDlweCAhaW1wb3J0YW50O1xuICAgIHRvcDogNjBweCAhaW1wb3J0YW50O1xuICAgIGxlZnQ6IDBweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAuZm9ybWF0LXNlbGVjdC5mb250LXNpemUge1xuICAgIHdpZHRoOiA4MXB4O1xuICB9XG4gIDo6bmctZGVlcCAuZm9ybWF0LXNlbGVjdC5mb250LXNpemUgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgICB3aWR0aDogODFweCAhaW1wb3J0YW50O1xuICAgIHRvcDogNjBweCAhaW1wb3J0YW50O1xuICAgIGxlZnQ6IDEwOXB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5mb3JtYXQtc2VsZWN0IC5zZWxlY3Qge1xuICAgIHdpZHRoOiB1bnNldCAhaW1wb3J0YW50O1xuICAgIGhlaWdodDogNjBweCAhaW1wb3J0YW50O1xuICAgIGxpbmUtaGVpZ2h0OiA2MHB4O1xuICB9XG59XG4iLCJAaW1wb3J0IFwiLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcbkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zJmRpc3BsYXk9c3dhcCcpO1xuXG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuXG4uY3VycmVudC1wYWdlLW51bWJlciB7XG4gIG1hcmdpbiAgIDogMHB4IDE1cHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgY29sb3IgICAgOiBAcmVnZW50LWdyYXk7XG59XG5cbioge1xuICAtd2Via2l0LXVzZXItc2VsZWN0OiBub25lO1xuICAvKiBDaHJvbWUgYWxsIC8gU2FmYXJpIGFsbCAqL1xuICAtbW96LXVzZXItc2VsZWN0ICAgOiBub25lO1xuICAvKiBGaXJlZm94IGFsbCAqL1xuICAtbXMtdXNlci1zZWxlY3QgICAgOiBub25lO1xuICAvKiBJRSAxMCsgKi9cbiAgdXNlci1zZWxlY3QgICAgICAgIDogdGV4dDtcbn1cblxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0ICAgICA6IDEwMCU7XG4gIHdpZHRoICAgICAgOiAxMDAlO1xuICBwb3NpdGlvbiAgIDogZml4ZWQ7XG4gIHRvcCAgICAgICAgOiAwO1xuICBib3R0b20gICAgIDogMDtcbiAgbGVmdCAgICAgICA6IDA7XG4gIHJpZ2h0ICAgICAgOiAwO1xufVxuXG46Om5nLWRlZXAgLmdkLWRyYWctbi1kcm9wLXdyYXAuYWN0aXZlIHtcbiAgei1pbmRleDogOTk5O1xuXG4gIC5pbml0LXN0YXRlLXdyYXBwZXIge1xuICAgIHRvcDogdW5zZXQgIWltcG9ydGFudDtcbiAgfVxufVxuXG46Om5nLWRlZXAgLmluaXQtc3RhdGUtd3JhcHBlciB7XG4gIHRvcDogLTkwcHggIWltcG9ydGFudDtcbn1cblxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodCA6IGluaGVyaXQ7XG59XG5cbi5nZC1kb2N1bWVudCB7XG4gIHdpZHRoIDogMTAwJTtcbiAgaGVpZ2h0On5cImNhbGMoMTAwJSAtIEB7ZWRpdG9yLW5hdi1oZWlnaHR9KVwiO1xufVxuXG4udG9wLXBhbmVsIHtcbiAgZGlzcGxheSAgICA6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoICAgICAgOiAxMDAlO1xufVxuXG4udG9vbGJhci1wYW5lbCB7XG4gIHdpZHRoOiAxMDAlO1xufVxuXG46Om5nLWRlZXAgLmdkLXdyYXBwZXIge1xuICAtd2Via2l0LXVzZXItc2VsZWN0OiB0ZXh0O1xuICAvKiBDaHJvbWUgYWxsIC8gU2FmYXJpIGFsbCAqL1xuICAtbW96LXVzZXItc2VsZWN0ICAgOiB0ZXh0O1xuICAvKiBGaXJlZm94IGFsbCAqL1xuICAtbXMtdXNlci1zZWxlY3QgICAgOiB0ZXh0O1xuICAvKiBJRSAxMCsgKi9cbiAgdXNlci1zZWxlY3QgICAgICAgIDogdGV4dDtcbiAgb3V0bGluZSAgICAgICAgICAgIDogbm9uZTtcbiAgcG9zaXRpb24gICAgICAgICAgIDogcmVsYXRpdmU7XG59XG5cbjo6bmctZGVlcCAuZHJvcGRvd24tbWVudSB7XG4gIG1pbi13aWR0aDogdW5zZXQgIWltcG9ydGFudDtcbn1cblxuLnBhbGV0dGUge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcCAgICAgOiA5MHB4O1xuICB6LWluZGV4IDogMTAwO1xufVxuXG4uYmFja2dyb3VuZC1jb2xvci1waWNrZXIge1xuICBsZWZ0OiA3MDBweDtcbn1cblxuLmNvbG9yLXBpY2tlciB7XG4gIGxlZnQ6IDc1MHB4O1xufVxuXG4uYmctY29sb3ItcGljIHtcbiAgYm9yZGVyLXJhZGl1czogMTAwJTtcbiAgYm9yZGVyICAgICAgIDogMXB4IHNvbGlkICNDQ0M7XG4gIHBvc2l0aW9uICAgICA6IGFic29sdXRlO1xuICBoZWlnaHQgICAgICAgOiA4cHg7XG4gIHdpZHRoICAgICAgICA6IDhweDtcbiAgcmlnaHQgICAgICAgIDogNnB4O1xuICBib3R0b20gICAgICAgOiA2cHg7XG59XG5cbjo6bmctZGVlcCAudG9vbHMge1xuICAuYnV0dG9uIHtcbiAgICBjb2xvcjogQHByaW1hcnkgICFpbXBvcnRhbnQ7XG5cbiAgICAudGV4dCB7XG4gICAgICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbiAgICB9XG5cbiAgICAmLmluYWN0aXZlIHtcbiAgICAgIGNvbG9yICA6IEByZWdlbnQtZ3JheSAgIWltcG9ydGFudDtcbiAgICAgIG9wYWNpdHk6IDAuNDtcbiAgICB9XG4gIH1cblxuICAuZHJvcGRvd24tbWVudSB7XG4gICAgLm9wdGlvbiB7XG4gICAgICBtaW4td2lkdGg6IDYxcHg7XG4gICAgICBjb2xvciAgICA6IEBkb3ZlLWdyYXkgICFpbXBvcnRhbnQ7XG5cbiAgICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAZm9sZGVyICAhaW1wb3J0YW50O1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC5pY29uLWJ1dHRvbiB7XG4gICAgbWFyZ2luOiAwIDAgMCA3cHggIWltcG9ydGFudDtcbiAgfVxuXG4gIC5zZWxlY3Qge1xuICAgIHdpZHRoICAgICAgOiA2NXB4O1xuICAgIGhlaWdodCAgICAgOiAzN3B4O1xuICAgIG1hcmdpbi1sZWZ0OiA3cHg7XG4gICAgbGluZS1oZWlnaHQ6IDM3cHg7XG4gICAgdGV4dC1hbGlnbiA6IGNlbnRlcjtcbiAgICBib3JkZXIgICAgIDogbm9uZSAhaW1wb3J0YW50O1xuXG4gICAgLm5hdi1jYXJldCB7XG4gICAgICBtYXJnaW46IDAgMCAwIDRweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxufVxuXG46Om5nLWRlZXAgLmdkLXNlbGVjdC1mb3JtYXQge1xuICAuc2VsZWN0IHtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW4gIWltcG9ydGFudDtcbiAgfVxufVxuXG46Om5nLWRlZXAgLnRhYi1jb250ZW50IC5idXR0b24gLnRvb2x0aXAge1xuICBtYXJnaW4tdG9wIDogNDVweDtcbiAgbWFyZ2luLWxlZnQ6IC0zNnB4O1xufVxuXG46Om5nLWRlZXAgLmdkLWVkaXQuYWN0aXZlIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzdFODk5MTtcbn1cblxuOjpuZy1kZWVwIC5nZC1lZGl0LmFjdGl2ZSBpIHtcbiAgY29sb3I6ICNGRkZGRkY7XG59XG5cbjo6bmctZGVlcCAucGFnZSB7XG4gIHdpZHRoIDogYXV0byAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IGF1dG8gIWltcG9ydGFudDtcblxuICA6Om5nLWRlZXAgLmdkLWRvY3VtZW50IHtcbiAgICAucGFnZSB7XG4gICAgICB3aWR0aCA6IGF1dG8gIWltcG9ydGFudDtcbiAgICAgIGhlaWdodDogYXV0byAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxufVxuXG46Om5nLWRlZXAgLnNsaWRlIHtcbiAgbWFyZ2luOiAwcHggIWltcG9ydGFudDtcbn1cblxuOjpuZy1kZWVwIC5kb2N1bWVudE1haW5Db250ZW50Lm5ld2ZpbGUge1xuICB3aWR0aCA6IDU5NXB4ICFpbXBvcnRhbnQ7XG4gIGhlaWdodDogODQycHggIWltcG9ydGFudDtcbn1cblxuOjpuZy1kZWVwIC5nZC1kb2N1bWVudC5uZXctZmlsZSB7XG4gIC5wYWdlIHtcbiAgICB3aWR0aCA6IDU5NXB0ICFpbXBvcnRhbnQ7XG4gICAgaGVpZ2h0OiA4NDJwdCAhaW1wb3J0YW50O1xuICB9XG59XG5cbjo6bmctZGVlcCAuc2xpZGUge1xuICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xufVxuXG46Om5nLWRlZXAgI3BhZ2UtMCB7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gMiAqIDIwcHgpO1xufVxuXG46Om5nLWRlZXAgLnNhdmUtYXMtYnV0dG9uLWljb24ge1xuICBmb250LXNpemU6IDExcHg7XG4gIGxlZnQgICAgIDogMjJweCAhaW1wb3J0YW50O1xuICB0b3AgICAgICA6IDEzcHggIWltcG9ydGFudDtcbn1cblxuOjpuZy1kZWVwIC5kb2N1bWVudE1haW5Db250ZW50IHtcbiAgLnNlY3Rpb24ge1xuICAgIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cblxuICA+ZGl2IHtcbiAgICBkaXNwbGF5ICAgICAgICA6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb24gOiBjb2x1bW47XG4gICAganVzdGlmeS1jb250ZW50OiBmbGV4LWVuZDtcblxuICAgIC5mb290ZXItMSB7XG4gICAgICBwb3NpdGlvbiAgICAgICA6IGFic29sdXRlO1xuICAgICAgYm90dG9tICAgICAgICAgOiAwO1xuICAgICAgd2lkdGggICAgICAgICAgOiBjYWxjKDEwMCUgLSAyICogOTZweCk7XG4gICAgICBkaXNwbGF5ICAgICAgICA6IGZsZXg7XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG5cbiAgICAgIC5Ob3JtYWwge1xuICAgICAgICBtYXJnaW46IDAgMCAwIGF1dG87XG4gICAgICB9XG5cbiAgICAgIHAge1xuICAgICAgICB3aWR0aDogZml0LWNvbnRlbnQ7XG4gICAgICB9XG4gICAgfVxuXG4gICAgLmhlYWRlci0wIHtcbiAgICAgIHBhZGRpbmctYm90dG9tIDogMTBweDtcbiAgICAgIGRpc3BsYXkgICAgICAgIDogZmxleDtcbiAgICAgIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcblxuICAgICAgLk5vcm1hbCxcbiAgICAgIC5IZWFkZXIge1xuICAgICAgICBtYXJnaW46IDAgMCAwIGF1dG87XG4gICAgICB9XG5cbiAgICAgIHAge1xuICAgICAgICB3aWR0aDogZml0LWNvbnRlbnQ7XG5cbiAgICAgICAgJjpsYXN0LW9mLXR5cGUge1xuICAgICAgICAgIG1hcmdpbjogMCAhaW1wb3J0YW50O1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi5zYXZlLWJ1dHRvbiB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wICAgICA6IC01cHg7XG4gIGxlZnQgICAgOiAyMXB4O1xufVxuXG5nZC10YWIge1xuICAmLmRlc2t0b3AtaGlkZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICA6Om5nLWRlZXAgLnBhbnpvb20ge1xuICAgIHpvb20gICAgICA6IDAuNDU7XG4gICAgbWFyZ2luLXRvcDogMTMwcHg7XG4gIH1cblxuICA6Om5nLWRlZXAgLmdkLXRhYiB7XG4gICAgZmEtaWNvbiB7XG4gICAgICBoZWlnaHQgICA6IDYwcHg7XG4gICAgICB3aWR0aCAgICA6IDYwcHg7XG4gICAgICBmb250LXNpemU6IDIycHggIWltcG9ydGFudDtcbiAgICAgIG1hcmdpbiAgIDogdW5zZXQgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICBnZC10YWIge1xuICAgICYuZGVza3RvcC1oaWRlIHtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIH1cbiAgfVxuXG4gIC5tb2JpbGUtaGlkZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuXG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIG92ZXJmbG93LXg6IHVuc2V0ICFpbXBvcnRhbnQ7XG5cbiAgICBnZC1idXR0b246bnRoLWNoaWxkKDEpPi5pY29uLWJ1dHRvbiB7XG4gICAgICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xuICAgIH1cblxuICAgIC5pY29uLWJ1dHRvbiB7XG4gICAgICBoZWlnaHQ6IDYwcHggIWltcG9ydGFudDtcbiAgICAgIHdpZHRoIDogNjBweDtcbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgI2Zvcm1hdHRpbmctdGFiLFxuICA6Om5nLWRlZXAgI3BhcmFncmFwaC10YWIge1xuICAgIDo6bmctZGVlcCAudG9vbHMge1xuICAgICAgLmljb24tYnV0dG9uIHtcbiAgICAgICAgbWFyZ2luOiAwcHggIWltcG9ydGFudDtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLmJnLWNvbG9yLXBpYyB7XG4gICAgaGVpZ2h0OiAxM3B4ICFpbXBvcnRhbnQ7XG4gICAgd2lkdGggOiAxM3B4ICFpbXBvcnRhbnQ7XG4gICAgcmlnaHQgOiA5cHggIWltcG9ydGFudDtcbiAgICBib3R0b206IDExcHggIWltcG9ydGFudDtcbiAgfVxuXG4gIDo6bmctZGVlcCAucGFsZXR0ZSB7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcCAgICAgOiAxMzBweCAhaW1wb3J0YW50O1xuICAgIHotaW5kZXggOiAxMDA7XG4gIH1cblxuICA6Om5nLWRlZXAgLmJhY2tncm91bmQtY29sb3ItcGlja2VyIHtcbiAgICBsZWZ0OiAwcHggIWltcG9ydGFudDtcbiAgfVxuXG4gIDo6bmctZGVlcCAuY29sb3ItcGlja2VyIHtcbiAgICBsZWZ0OiA2MHB4ICFpbXBvcnRhbnQ7XG4gIH1cblxuICA6Om5nLWRlZXAgLmZvcm1hdC1zZWxlY3Qge1xuICAgICYuZm9udC10eXBlIHtcbiAgICAgIHdpZHRoOiAxMDlweDtcblxuICAgICAgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgICAgICAgd2lkdGg6IDEwOXB4ICFpbXBvcnRhbnQ7XG4gICAgICAgIHRvcCAgOiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgICAgIGxlZnQgOiAwcHggIWltcG9ydGFudDtcbiAgICAgIH1cbiAgICB9XG5cbiAgICAmLmZvbnQtc2l6ZSB7XG4gICAgICB3aWR0aDogODFweDtcblxuICAgICAgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgICAgICAgd2lkdGg6IDgxcHggIWltcG9ydGFudDtcbiAgICAgICAgdG9wICA6IDYwcHggIWltcG9ydGFudDtcbiAgICAgICAgbGVmdCA6IDEwOXB4ICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuXG4gICAgLnNlbGVjdCB7XG4gICAgICB3aWR0aCAgICAgIDogdW5zZXQgIWltcG9ydGFudDtcbiAgICAgIGhlaWdodCAgICAgOiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgICBsaW5lLWhlaWdodDogNjBweDtcbiAgICB9XG4gIH1cbn0iXX0= */\"","import {Component, AfterViewInit, OnInit} from '@angular/core';\r\nimport {EditorService} from \"./editor.service\";\r\nimport {\r\n FileDescription,\r\n FileModel,\r\n ModalService,\r\n UploadFilesService,\r\n PasswordService,\r\n FileCredentials,\r\n CommonModals,\r\n PageModel,\r\n FormattingService,\r\n Formatting,\r\n BackFormattingService,\r\n OnCloseService,\r\n SaveFile,\r\n SelectionService,\r\n EditHtmlService,\r\n RenderPrintService,\r\n WindowService,\r\n LoadingMaskService, Option\r\n} from '@groupdocs.examples.angular/common-components';\r\nimport {EditorConfig} from \"./editor-config\";\r\nimport {EditorConfigService} from \"./editor-config.service\";\r\nimport * as jquery from 'jquery';\r\nconst $ = jquery;\r\n\r\n@Component({\r\n selector: 'gd-editor-angular-root',\r\n templateUrl: './editor-app.component.html',\r\n styleUrls: ['./editor-app.component.less']\r\n})\r\nexport class EditorAppComponent implements OnInit, AfterViewInit {\r\n title = 'editor';\r\n files: FileModel[] = [];\r\n file: FileDescription;\r\n editorConfig: EditorConfig;\r\n formatDisabled = !this.file;\r\n downloadDisabled = true;\r\n credentials: FileCredentials;\r\n browseFilesModal = CommonModals.BrowseFiles;\r\n isDesktop: boolean;\r\n formatting: Formatting = Formatting.default();\r\n fontSizeOptions = FormattingService.getFontSizeOptions();\r\n fontOptions = FormattingService.getFontOptions();\r\n bgColorPickerShow = false;\r\n colorPickerShow = false;\r\n active = false;\r\n public textBackup: string;\r\n private isIE = false;\r\n isLoading: boolean;\r\n fileWasDropped: false;\r\n selectFontShow = false;\r\n selectFontSizeShow = false;\r\n newFile = false;\r\n\r\n constructor(private _editorService: EditorService,\r\n private _modalService: ModalService,\r\n configService: EditorConfigService,\r\n uploadFilesService: UploadFilesService,\r\n passwordService: PasswordService,\r\n private _windowService: WindowService,\r\n private _formattingService: FormattingService,\r\n private _backFormattingService: BackFormattingService,\r\n private _onCloseService: OnCloseService,\r\n private _selectionService: SelectionService,\r\n private _htmlService: EditHtmlService,\r\n private _renderPrintService: RenderPrintService,\r\n private _loadingMaskService: LoadingMaskService,\r\n ) {\r\n this.isIE = /*@cc_on!@*/false || !!/(MSIE|Trident\\/|Edge\\/)/i.test(navigator.userAgent);\r\n configService.updatedConfig.subscribe((editorConfig) => {\r\n this.editorConfig = editorConfig;\r\n });\r\n\r\n uploadFilesService.uploadsChange.subscribe((uploads) => {\r\n if (uploads) {\r\n let i: number;\r\n for (i = 0; i < uploads.length; i++) {\r\n this._editorService.upload(uploads.item(i), '', this.editorConfig.rewrite).subscribe((obj: FileCredentials) => {\r\n this.fileWasDropped ? this.selectFile(obj.guid, '', '') : this.selectDir('');\r\n });\r\n }\r\n }\r\n });\r\n\r\n passwordService.passChange.subscribe((pass: string) => {\r\n this.selectFile(this.credentials.guid, pass, CommonModals.PasswordRequired);\r\n });\r\n\r\n this.isDesktop = _windowService.isDesktop();\r\n _windowService.onResize.subscribe((w) => {\r\n this.isDesktop = _windowService.isDesktop();\r\n });\r\n\r\n this._backFormattingService.formatBoldChange.subscribe((bold: boolean) => {\r\n this.formatting.bold = bold;\r\n });\r\n this._backFormattingService.formatItalicChange.subscribe((italic: boolean) => {\r\n this.formatting.italic = italic;\r\n });\r\n this._backFormattingService.formatUnderlineChange.subscribe((underline: boolean) => {\r\n this.formatting.underline = underline;\r\n });\r\n this._backFormattingService.formatColorChange.subscribe((color: string) => {\r\n this.formatting.color = color;\r\n });\r\n this._backFormattingService.formatBgColorChange.subscribe((bgcolor: string) => {\r\n this.formatting.bgColor = bgcolor;\r\n });\r\n this._backFormattingService.formatFontSizeChange.subscribe((fontSize: number) => {\r\n this.formatting.fontSize = fontSize;\r\n });\r\n\r\n this._backFormattingService.formatFontChange.subscribe((font: string) => {\r\n this.formatting.font = font;\r\n });\r\n\r\n this._backFormattingService.formatStrikeoutChange.subscribe((strikeout: boolean) => {\r\n this.formatting.strikeout = strikeout;\r\n });\r\n\r\n this._backFormattingService.formatAlignChange.subscribe((align: string) => {\r\n this.formatting.align = align;\r\n });\r\n\r\n this._backFormattingService.formatListChange.subscribe((list: string) => {\r\n this.formatting.list = list;\r\n });\r\n\r\n this._formattingService.formatBoldChange.subscribe((bold: boolean) => {\r\n this.formatting.bold = bold;\r\n });\r\n this._formattingService.formatItalicChange.subscribe((italic: boolean) => {\r\n this.formatting.italic = italic;\r\n });\r\n this._formattingService.formatUnderlineChange.subscribe((underline: boolean) => {\r\n this.formatting.underline = underline;\r\n });\r\n this._formattingService.formatColorChange.subscribe((color: string) => {\r\n this.formatting.color = color;\r\n });\r\n this._formattingService.formatBgColorChange.subscribe((bgcolor: string) => {\r\n this.formatting.bgColor = bgcolor;\r\n });\r\n this._formattingService.formatFontSizeChange.subscribe((fontSize: number) => {\r\n this.formatting.fontSize = fontSize;\r\n });\r\n\r\n this._formattingService.formatFontChange.subscribe((font: string) => {\r\n this.formatting.font = font;\r\n });\r\n\r\n this._formattingService.formatStrikeoutChange.subscribe((strikeout: boolean) => {\r\n this.formatting.strikeout = strikeout;\r\n });\r\n\r\n this._formattingService.formatAlignChange.subscribe((align: string) => {\r\n this.formatting.align = align;\r\n });\r\n\r\n this._formattingService.formatListChange.subscribe((list: string) => {\r\n this.formatting.list = list;\r\n });\r\n\r\n this._htmlService.htmlContent.subscribe((text: string) => {\r\n if (this.file && this.file.pages) {\r\n this.textBackup = text;\r\n }\r\n });\r\n }\r\n\r\n ngOnInit() {\r\n if (this.editorConfig.defaultDocument !== \"\"){\r\n this.isLoading = true;\r\n this.selectFile(this.editorConfig.defaultDocument, \"\", \"\");\r\n }\r\n }\r\n\r\n ngAfterViewInit() {\r\n this._loadingMaskService\r\n .onLoadingChanged\r\n .subscribe((loading: boolean) => this.isLoading = loading);\r\n }\r\n\r\n get rewriteConfig(): boolean {\r\n return this.editorConfig ? this.editorConfig.rewrite : true;\r\n }\r\n\r\n get downloadConfig(): boolean {\r\n return this.editorConfig ? this.editorConfig.download : true;\r\n }\r\n\r\n get uploadConfig(): boolean {\r\n return this.editorConfig ? this.editorConfig.upload : true;\r\n }\r\n\r\n get printConfig(): boolean {\r\n return this.editorConfig ? this.editorConfig.print : true;\r\n }\r\n\r\n get browseConfig(): boolean {\r\n return this.editorConfig ? this.editorConfig.browse : true;\r\n }\r\n\r\n get enableRightClickConfig(): boolean {\r\n return this.editorConfig ? this.editorConfig.enableRightClick : true;\r\n }\r\n\r\n get pageSelectorConfig(): boolean {\r\n return this.editorConfig ? this.editorConfig.pageSelector : true;\r\n }\r\n\r\n get createNewFileConfig(): boolean {\r\n return this.editorConfig ? this.editorConfig.createNewFile : true;\r\n }\r\n\r\n openModal(id: string) {\r\n if (this.file) {\r\n this.file.pages[0].editable = false;\r\n }\r\n this._modalService.open(id);\r\n }\r\n\r\n openSave() {\r\n if (!this.formatDisabled) {\r\n this.openModal(CommonModals.CreateDocument);\r\n }\r\n }\r\n\r\n selectDir($event: string) {\r\n this._editorService.loadFiles($event).subscribe((files: FileModel[]) => this.files = files || []);\r\n }\r\n\r\n private ptToPx(pt: number) {\r\n //pt * 96 / 72 = px.\r\n return pt * 96 / 72;\r\n }\r\n\r\n onRightClick($event: MouseEvent) {\r\n return this.enableRightClickConfig;\r\n }\r\n\r\n createFile() {\r\n this.newFile = true;\r\n this.file = new FileDescription();\r\n const page = new PageModel;\r\n page.width = 595;\r\n page.height = 842;\r\n page.data = '';\r\n page.number = 1;\r\n page.editable = true;\r\n this.file.pages = [];\r\n this.file.pages.push(page);\r\n this.file.guid = \"new document.docx\";\r\n this.credentials = new FileCredentials(\"new document.docx\", \"\");\r\n this.formatDisabled = false;\r\n this.downloadDisabled = true;\r\n }\r\n\r\n selectFile($event: string, password: string, modalId: string) {\r\n this.credentials = new FileCredentials($event, password);\r\n this._editorService.loadFile(this.credentials).subscribe((file: FileDescription) => {\r\n this.loadFile(file);\r\n const isIE = /*@cc_on!@*/false || !!/(MSIE|Trident\\/|Edge\\/)/i.test(navigator.userAgent);\r\n if(isIE) {\r\n const observer = new MutationObserver(function (mutations) {\r\n if($(\".documentMainContent\").length > 0 ){\r\n $(\".documentMainContent\").attr(\"contentEditable\", \"true\");\r\n observer.disconnect();\r\n }\r\n });\r\n observer.observe(document, {attributes: false, childList: true, characterData: false, subtree: true});\r\n }\r\n }\r\n );\r\n this.clearData();\r\n this._modalService.close(modalId);\r\n }\r\n\r\n fileDropped($event){\r\n this.fileWasDropped = $event;\r\n }\r\n\r\n private loadFile(file: FileDescription) {\r\n this.file = file;\r\n if (this.file && this.file.pages[0]) {\r\n this.file.pages[0].editable = true;\r\n this.file.pages[0].width = 595;\r\n this.file.pages[0].height = 842;\r\n this.textBackup = this.file.pages[0].data;\r\n }\r\n this.formatDisabled = !this.file;\r\n this.downloadDisabled = false;\r\n }\r\n\r\n private clearData() {\r\n if (!this.file || !this.file.pages) {\r\n return;\r\n }\r\n for (const page of this.file.pages) {\r\n page.data = null;\r\n }\r\n }\r\n\r\n upload($event: string) {\r\n this._editorService.upload(null, $event, this.rewriteConfig).subscribe(() => {\r\n this.selectDir('');\r\n });\r\n }\r\n\r\n selectFontSize($event: Option) {\r\n if (this.formatDisabled)\r\n return;\r\n $(\".gd-wrapper\").off(\"keyup\");\r\n if(this.isIE) {\r\n this._selectionService.restoreSelection();\r\n this._selectionService.captureSelection();\r\n }\r\n this._formattingService.changeFormatFontSize($event.value);\r\n $(\".gd-wrapper\").on(\"keyup\", () => {\r\n const fontElements = document.getElementsByTagName(\"font\");\r\n for (let i = 0, len = fontElements.length; i < len; ++i) {\r\n if (fontElements[i].getAttribute('size') === \"7\") {\r\n fontElements[i].removeAttribute(\"size\");\r\n fontElements[i].style.fontSize = $event + \"px\";\r\n }\r\n }\r\n });\r\n }\r\n\r\n selectFont($event: Option) {\r\n if (this.formatDisabled)\r\n return;\r\n event.preventDefault();\r\n event.stopPropagation();\r\n if(this.isIE) {\r\n this._selectionService.restoreSelection();\r\n this._selectionService.captureSelection();\r\n }\r\n this._formattingService.changeFormatFont($event.value);\r\n }\r\n\r\n toggleColorPicker($event, bg: boolean) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n if (this.formatDisabled) {\r\n return;\r\n }\r\n if(this.isIE) {\r\n this._selectionService.restoreSelection();\r\n this._selectionService.captureSelection();\r\n }\r\n if (bg) {\r\n this.bgColorPickerShow = !this.bgColorPickerShow;\r\n this.colorPickerShow = false;\r\n } else {\r\n this.colorPickerShow = !this.colorPickerShow;\r\n this.bgColorPickerShow = false;\r\n }\r\n }\r\n\r\n toggleFontSelect($event, isFontName: boolean) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n if (isFontName) {\r\n this.selectFontShow = !this.selectFontShow;\r\n this.selectFontSizeShow = false;\r\n } else {\r\n this.selectFontSizeShow = !this.selectFontSizeShow;\r\n this.selectFontShow = false;\r\n }\r\n }\r\n\r\n selectColor($event: string) {\r\n if(this.isIE) {\r\n this._selectionService.restoreSelection();\r\n this._selectionService.captureSelection();\r\n }\r\n if (this.bgColorPickerShow) {\r\n this.bgColorPickerShow = false;\r\n this._formattingService.changeFormatBgColor($event);\r\n } else {\r\n this.colorPickerShow = false;\r\n this._formattingService.changeFormatColor($event);\r\n }\r\n }\r\n\r\n toggleBold(event) {\r\n if (this.formatDisabled)\r\n return;\r\n event.preventDefault();\r\n event.stopPropagation();\r\n if(this.isIE) {\r\n this._selectionService.restoreSelection();\r\n this._selectionService.captureSelection();\r\n }\r\n this._formattingService.changeFormatBold(!this.formatting.bold);\r\n }\r\n\r\n toggleUndo() {\r\n if (this.formatDisabled)\r\n return;\r\n event.preventDefault();\r\n event.stopPropagation();\r\n this._formattingService.Undo();\r\n }\r\n\r\n toggleRedo() {\r\n if (this.formatDisabled)\r\n return;\r\n event.preventDefault();\r\n event.stopPropagation();\r\n this._formattingService.Redo();\r\n }\r\n\r\n toggleItalic(event) {\r\n if (this.formatDisabled)\r\n return;\r\n event.preventDefault();\r\n event.stopPropagation();\r\n if(this.isIE) {\r\n this._selectionService.restoreSelection();\r\n this._selectionService.captureSelection();\r\n }\r\n this._formattingService.changeFormatItalic(!this.formatting.italic);\r\n }\r\n\r\n toggleUnderline(event) {\r\n if (this.formatDisabled)\r\n return;\r\n event.preventDefault();\r\n event.stopPropagation();\r\n if(this.isIE) {\r\n this._selectionService.restoreSelection();\r\n this._selectionService.captureSelection();\r\n }\r\n this._formattingService.changeFormatUnderline(!this.formatting.underline);\r\n }\r\n\r\n hideAll($event) {\r\n if (($event.target.parentElement && $event.target.parentElement.attributes['name'] &&\r\n $event.target.parentElement.attributes['name'].value === 'button') ||\r\n ($event.target.parentElement.parentElement &&\r\n $event.target.parentElement.parentElement.attributes['name'] &&\r\n $event.target.parentElement.parentElement.attributes['name'].value === 'button')) {\r\n\r\n this._onCloseService.close(true);\r\n return;\r\n }\r\n this.colorPickerShow = false;\r\n this.bgColorPickerShow = false;\r\n this._onCloseService.close(true);\r\n }\r\n\r\n toggleStrikeout(event) {\r\n if (this.formatDisabled)\r\n return;\r\n event.preventDefault();\r\n event.stopPropagation();\r\n if(this.isIE) {\r\n this._selectionService.restoreSelection();\r\n this._selectionService.captureSelection();\r\n }\r\n this._formattingService.changeFormatStrikeout(!this.formatting.strikeout);\r\n }\r\n\r\n toggleAlign(align: string) {\r\n if (this.formatDisabled)\r\n return;\r\n event.preventDefault();\r\n event.stopPropagation();\r\n if (align === this.formatting.align) {\r\n align = 'full';\r\n }\r\n this._formattingService.changeFormatAlign(align);\r\n this.formatting.align = align;\r\n }\r\n\r\n toggleList(list: string) {\r\n if (this.formatDisabled)\r\n return;\r\n event.preventDefault();\r\n event.stopPropagation();\r\n\r\n if (list === this.formatting.list) {\r\n this.formatting.list = \"\";\r\n // to trigger changes in contentEditable\r\n this._formattingService.changeFormatList(list);\r\n // to clear the toggle status of the button only\r\n this._formattingService.changeFormatList(\"\");\r\n } else {\r\n this.formatting.list = list;\r\n this._formattingService.changeFormatList(list);\r\n }\r\n if(this.isIE) {\r\n this._selectionService.restoreSelection();\r\n this._selectionService.captureSelection();\r\n }\r\n }\r\n\r\n downloadFile() {\r\n if (this.downloadDisabled)\r\n return;\r\n window.location.assign(this._editorService.getDownloadUrl(this.credentials));\r\n }\r\n\r\n save(){\r\n if (this.formatDisabled)\r\n return;\r\n if(this.credentials) {\r\n if (this.file.guid === \"new document.docx\") {\r\n this.openModal(CommonModals.CreateDocument);\r\n } else {\r\n this.saveFile(this.credentials);\r\n }\r\n }\r\n }\r\n\r\n saveFile(credentials: FileCredentials) {\r\n if (!this.file || !this.file.pages)\r\n return;\r\n \r\n this.textBackup = this.getPageWithRootTags(this.textBackup, credentials.guid);\r\n\r\n const saveFile = new SaveFile(credentials.guid, credentials.password, this.textBackup);\r\n this._editorService.save(saveFile).subscribe((loadFile: FileDescription) => {\r\n this.loadFile(loadFile);\r\n this.credentials = new FileCredentials(loadFile.guid, credentials.password);\r\n this._modalService.open(CommonModals.OperationSuccess);\r\n });\r\n }\r\n\r\n saveNewFile(credentials: FileCredentials) {\r\n if (!this.file || !this.file.pages)\r\n {\r\n return;\r\n }\r\n\r\n this.textBackup = this.getPageWithRootTags(this.textBackup, credentials.guid);\r\n\r\n const saveFile = new SaveFile(credentials.guid, credentials.password, this.textBackup);\r\n this._editorService.create(saveFile).subscribe((loadFile: FileDescription) => {\r\n this.loadFile(loadFile);\r\n this.credentials = new FileCredentials(loadFile.guid, credentials.password);\r\n this._modalService.open(CommonModals.OperationSuccess);\r\n this.newFile = false;\r\n });\r\n }\r\n\r\n // Returns root-tags in the HTML-markup which previously were removed by innerHTML.\r\n getPageWithRootTags(data, guid) {\r\n const pptFormats = [\"ppt\", \"pptx\", \"pptm\", \"pps\", \"ppsx\", \"ppsm\", \"pot\", \"potx\", \"potm\", \"odp\", \"otp\"];\r\n let resultData = \"\" + data + \"\";\r\n \r\n if (this.newFile)\r\n {\r\n resultData = resultData.replace('', '');\r\n if (pptFormats.includes(guid.split('.').pop()))\r\n {\r\n resultData = resultData.replace('', '
    ');\r\n }\r\n else \r\n {\r\n resultData = resultData.replace('', '
    ');\r\n }\r\n\r\n resultData = resultData.replace('', '
    ');\r\n }\r\n else \r\n {\r\n // for Word files\r\n resultData = resultData.replace('
    ', '
    ');\r\n // for Presentations files\r\n resultData = resultData.replace('
    ', '
    ');\r\n return resultData;\r\n }\r\n\r\n printFile() {\r\n if (this.formatDisabled)\r\n return;\r\n if(this.file.pages) {\r\n const page = new PageModel;\r\n page.width = 595;\r\n page.height = 842;\r\n // using of the replace is required to fix issue with padding for intire print content\r\n page.data = this.textBackup.replace('', 'body { padding: 96px; } ');\r\n const printHtml = [page];\r\n this._renderPrintService.changePages(printHtml);\r\n }\r\n }\r\n\r\n onCloseModal($event) {\r\n if (this.file && $event) {\r\n if(this.isIE) {\r\n $(\".documentMainContent\").attr(\"contentEditable\", \"true\");\r\n } else {\r\n this.file.pages[0].editable = true;\r\n }\r\n this._selectionService.restoreSelection();\r\n }\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {EditorConfig} from \"./editor-config\";\r\nimport {Api, ConfigService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {HttpClient} from \"@angular/common/http\";\r\nimport {BehaviorSubject, Observable} from \"rxjs\";\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class EditorConfigService {\r\n private _editorConfig: BehaviorSubject = new BehaviorSubject(new EditorConfig());\r\n private _updatedConfig: Observable = this._editorConfig.asObservable();\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n\r\n }\r\n\r\n get updatedConfig() {\r\n return this._updatedConfig;\r\n }\r\n\r\n load() {\r\n return new Promise((resolve, reject) => {\r\n const configEndpoint = this._config.getConfigEndpoint(Api.EDITOR_APP);\r\n this._http.get(configEndpoint, Api.httpOptionsJson).toPromise().then((response: EditorConfig) => {\r\n const editorConfig = response;\r\n this._editorConfig.next(editorConfig);\r\n resolve();\r\n }).catch((response: any) => {\r\n reject(`Could not load editor config: ${JSON.stringify(response)}`);\r\n });\r\n });\r\n }\r\n\r\n}\r\n","export class EditorConfig {\r\n rewrite: boolean;\r\n pageSelector: boolean;\r\n download: boolean;\r\n upload: boolean;\r\n print: boolean;\r\n browse: boolean;\r\n enableRightClick: boolean;\r\n\r\n filesDirectory: string;\r\n fontsDirectory: string;\r\n defaultDocument: string;\r\n createNewFile: boolean;\r\n preloadPageCount: 0;\r\n}\r\n","import {BrowserModule} from '@angular/platform-browser';\r\nimport { APP_INITIALIZER, ModuleWithProviders, NgModule } from '@angular/core';\r\nimport {HTTP_INTERCEPTORS, HttpClientModule} from '@angular/common/http';\r\nimport {EditorAppComponent} from './editor-app.component';\r\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\r\nimport { library } from '@fortawesome/fontawesome-svg-core';\r\nimport { fas } from '@fortawesome/free-solid-svg-icons';\r\nimport { far } from '@fortawesome/free-regular-svg-icons';\r\nimport {CreateDocumentModalComponent} from './create.document-modal/create.document-modal.component';\r\nimport {EditorService} from \"./editor.service\";\r\nimport {\r\n CommonComponentsModule,\r\n ErrorInterceptorService,\r\n ConfigService,\r\n LoadingMaskService,\r\n LoadingMaskInterceptorService, Api\r\n} from '@groupdocs.examples.angular/common-components';\r\nimport {EditorConfigService} from \"./editor-config.service\";\r\n\r\nexport function initializeApp(editorConfigService: EditorConfigService) {\r\n const result = () => editorConfigService.load();\r\n return result;\r\n}\r\n\r\n// NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981\r\n// @dynamic\r\nexport function setupLoadingInterceptor(service: LoadingMaskService) {\r\n return new LoadingMaskInterceptorService(service);\r\n}\r\n\r\n@NgModule({\r\n declarations :[EditorAppComponent,CreateDocumentModalComponent],\r\n imports: [\r\n BrowserModule,\r\n CommonComponentsModule,\r\n HttpClientModule,\r\n FontAwesomeModule\r\n ],\r\n exports : [\r\n CreateDocumentModalComponent,\r\n EditorAppComponent,\r\n CommonComponentsModule\r\n ],\r\n providers: [\r\n EditorService,\r\n ConfigService,\r\n EditorConfigService,\r\n {\r\n provide: APP_INITIALIZER,\r\n useFactory: initializeApp,\r\n deps: [EditorConfigService],\r\n multi: true\r\n },\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useClass: ErrorInterceptorService,\r\n multi: true\r\n },\r\n LoadingMaskService,\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useFactory: setupLoadingInterceptor,\r\n multi: true,\r\n deps: [LoadingMaskService]\r\n }\r\n ]\r\n})\r\nexport class EditorModule {\r\n constructor(){\r\n library.add(fas,far);\r\n }\r\n static forRoot(apiEndpoint : string): ModuleWithProviders {\r\n Api.DEFAULT_API_ENDPOINT = apiEndpoint\r\n return {\r\n ngModule: EditorModule\r\n };\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {HttpClient} from \"@angular/common/http\";\r\nimport {\r\n Api, ConfigService, FileCredentials, SaveFile\r\n} from \"@groupdocs.examples.angular/common-components\"\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class EditorService {\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n loadFiles(path: string) {\r\n return this._http.post(this._config.getEditorApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\r\n }\r\n\r\n getFormats() {\r\n return this._http.get(this._config.getEditorApiEndpoint() + Api.LOAD_FORMATS, Api.httpOptionsJson);\r\n }\r\n\r\n loadFile(credentials: FileCredentials) {\r\n return this._http.post(this._config.getEditorApiEndpoint() + Api.LOAD_DOCUMENT_DESCRIPTION, credentials, Api.httpOptionsJson);\r\n }\r\n\r\n upload(file: File, url: string, rewrite: boolean) {\r\n const formData = new FormData();\r\n formData.append(\"file\", file);\r\n formData.append('rewrite', String(rewrite));\r\n if (url) {\r\n formData.append(\"url\", url);\r\n }\r\n\r\n return this._http.post(this._config.getEditorApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\r\n }\r\n\r\n save(file: SaveFile) {\r\n return this._http.post(this._config.getEditorApiEndpoint() + Api.SAVE_FILE, file, Api.httpOptionsJson);\r\n }\r\n\r\n create(file: SaveFile) {\r\n return this._http.post(this._config.getEditorApiEndpoint() + Api.CREATE_FILE, file, Api.httpOptionsJson);\r\n }\r\n\r\n getDownloadUrl(credentials: FileCredentials) {\r\n return this._config.getEditorApiEndpoint() + Api.DOWNLOAD_DOCUMENTS + '/?path=' + credentials.guid;\r\n }\r\n}\r\n","export * from './lib/metadata.module';\r\nexport * from './lib/metadata-app.component';\r\nexport * from './lib/metadata.service';\r\nexport * from './lib/metadata-config.service';\r\nexport * from './lib/accordion.service';\r\nexport * from './lib/metadata-models';\r\n","import { Injectable } from '@angular/core';\r\nimport { BehaviorSubject, Observable } from \"rxjs\";\r\nimport { FilePropertyModel } from './metadata-models';\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\n\r\nexport class AccordionService {\r\n private _addingObserver: BehaviorSubject = new BehaviorSubject(null);\r\n private _addedProperty: Observable = this._addingObserver.asObservable();\r\n\r\n constructor() {\r\n }\r\n\r\n get addedProperty(): Observable {\r\n return this._addedProperty;\r\n }\r\n\r\n addProperty(addedProperty: FilePropertyModel) {\r\n this._addingObserver.next(addedProperty);\r\n }\r\n}","module.exports = \".accordion-wrapper {\\n background-color: white;\\n}\\n.accordion-wrapper .title {\\n width: 100%;\\n cursor: pointer;\\n border-bottom: 1px solid #6e6e6e;\\n background-color: #539CF0;\\n color: #f4f4f4;\\n font-weight: bold;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n height: 37px;\\n line-height: 37px;\\n font-size: 13px;\\n}\\n.accordion-wrapper .title .text {\\n width: 100%;\\n}\\n.chevron {\\n padding: 0px 16px 0px 15px;\\n}\\n.plus {\\n margin-left: auto;\\n}\\n::ng-deep .title .button {\\n color: white !important;\\n display: block !important;\\n margin-right: 0px !important;\\n}\\n::ng-deep .title .button.active fa-icon {\\n color: white !important;\\n}\\n.trash.hidden {\\n display: none;\\n}\\n.accordion-wrapper .body.hidden {\\n display: none;\\n}\\n.property-wrapper {\\n display: -webkit-box;\\n display: flex;\\n height: 35px;\\n font-size: 12px;\\n border-bottom: 1px solid #e7e7e7;\\n line-height: 35px;\\n}\\n.property-wrapper.disabled {\\n cursor: not-allowed;\\n color: #acacac;\\n}\\n.property-name {\\n width: 216px;\\n text-transform: uppercase;\\n font-weight: bold;\\n padding-left: 15px;\\n border-right: 1px solid #e7e7e7;\\n text-overflow: ellipsis;\\n word-wrap: break-word;\\n}\\n.property-name ::ng-deep .select {\\n height: 35px;\\n line-height: 37px;\\n text-align: center;\\n -webkit-box-pack: unset;\\n justify-content: unset;\\n position: relative;\\n}\\n.property-name ::ng-deep .select .nav-caret {\\n display: none;\\n}\\n.property-name ::ng-deep .select .selected-value {\\n max-width: none;\\n font-size: unset;\\n text-transform: none;\\n font-weight: normal;\\n}\\n.property-name ::ng-deep .select .dropdown-menu {\\n width: 216px;\\n margin-left: -15px;\\n top: 36px;\\n}\\n.property-value {\\n font-family: 'Courier New', Courier, monospace;\\n padding-left: 12px;\\n text-overflow: ellipsis;\\n width: 216px;\\n white-space: nowrap;\\n overflow: hidden;\\n word-wrap: break-word;\\n display: inline-block;\\n}\\n.property-value.desktop-hide {\\n display: none;\\n}\\n.input-wrapper input {\\n height: 30px;\\n border: 0px;\\n font-size: 12px;\\n}\\n.input-wrapper input.hidden {\\n display: none;\\n}\\n.input-wrapper input[type=datetime-local]::-webkit-inner-spin-button,\\n.input-wrapper input[type=datetime-local]::-webkit-clear-button {\\n -webkit-appearance: none;\\n display: none;\\n}\\n.selected {\\n background-color: #3E4E5A;\\n color: white;\\n}\\n::ng-deep .default .property-name {\\n color: #acacac;\\n}\\n@media (max-width: 1037px) {\\n .property-value {\\n width: 194px !important;\\n }\\n .property-name {\\n width: 150px !important;\\n }\\n .property-value.mobile-hide {\\n display: none;\\n }\\n .input-wrapper {\\n width: 185px !important;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvbWV0YWRhdGEvc3JjL2xpYi9hY2NvcmRpb24vYWNjb3JkaW9uLWdyb3VwL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9tZXRhZGF0YS9zcmMvbGliL2FjY29yZGlvbi9hY2NvcmRpb24tZ3JvdXAvYWNjb3JkaW9uLWdyb3VwLmNvbXBvbmVudC5sZXNzIiwibGlicy9tZXRhZGF0YS9zcmMvbGliL2FjY29yZGlvbi9hY2NvcmRpb24tZ3JvdXAvYWNjb3JkaW9uLWdyb3VwLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UsdUJBQUE7QUNERjtBRElBO0VBQ0UsV0FBQTtFQUNBLGVBQUE7RUFDQSxnQ0FBQTtFQUNBLHlCQUFBO0VBQ0EsY0FBQTtFQUNBLGlCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EsWUFBQTtFQUNBLGlCQUFBO0VBQ0EsZUFBQTtBQ0ZGO0FEVEE7RUFjSSxXQUFBO0FDRko7QURNQTtFQUNFLDBCQUFBO0FDSkY7QURPQTtFQUNFLGlCQUFBO0FDTEY7QURRQTtFQUVJLHVCQUFBO0VBQ0EseUJBQUE7RUFDQSw0QkFBQTtBQ1BKO0FEU0k7RUFFSSx1QkFBQTtBQ1JSO0FEZUU7RUFDRSxhQUFBO0FDYko7QURpQkE7RUFDRSxhQUFBO0FDZkY7QURrQkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxZQUFBO0VBQ0EsZUFBQTtFQUNBLGdDQUFBO0VBQ0EsaUJBQUE7QUNoQkY7QURrQkU7RUFDRSxtQkFBQTtFQUNBLGNBQUE7QUNoQko7QURvQkE7RUFDRSxZQUFBO0VBQ0EseUJBQUE7RUFDQSxpQkFBQTtFQUNBLGtCQUFBO0VBQ0EsK0JBQUE7RUFDQSx1QkFBQTtFQUNBLHFCQUFBO0FDbEJGO0FEV0E7RUFVSSxZQUFBO0VBQ0EsaUJBQUE7RUFDQSxrQkFBQTtFQUNBLHVCQUFBO1VBQUEsc0JBQUE7RUFDQSxrQkFBQTtBQ2xCSjtBRElBO0VBaUJNLGFBQUE7QUNsQk47QURDQTtFQXFCTSxlQUFBO0VBQ0EsZ0JBQUE7RUFDQSxvQkFBQTtFQUNBLG1CQUFBO0FDbkJOO0FETEE7RUE0Qk0sWUFBQTtFQUNBLGtCQUFBO0VBQ0EsU0FBQTtBQ3BCTjtBRHlCQTtFQUNFLDhDQUFBO0VBQ0Esa0JBQUE7RUFDQSx1QkFBQTtFQUNBLFlBQUE7RUFDQSxtQkFBQTtFQUNBLGdCQUFBO0VBQ0EscUJBQUE7RUFDQSxxQkFBQTtBQ3ZCRjtBRHlCRTtFQUNFLGFBQUE7QUN2Qko7QUQyQkE7RUFFSSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7QUMxQko7QUQ0Qkk7RUFDRSxhQUFBO0FDMUJOO0FENkJJOztFQUVFLHdCQUFBO0VBQ0EsYUFBQTtBQzNCTjtBRGdDQTtFQUNFLHlCQUFBO0VBQ0EsWUFBQTtBQzlCRjtBRGlDQTtFQUVJLGNBQUE7QUNoQ0o7QURvQ0E7RUFDRTtJQUNFLHVCQUFBO0VDbENGO0VEcUNBO0lBQ0UsdUJBQUE7RUNuQ0Y7RUR1Q0U7SUFDRSxhQUFBO0VDckNKO0VEeUNBO0lBQ0UsdUJBQUE7RUN2Q0Y7QUFDRiIsImZpbGUiOiJsaWJzL21ldGFkYXRhL3NyYy9saWIvYWNjb3JkaW9uL2FjY29yZGlvbi1ncm91cC9hY2NvcmRpb24tZ3JvdXAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi8uLi8uLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlcy5sZXNzXCI7XG5cbi5hY2NvcmRpb24td3JhcHBlciB7XG4gIGJhY2tncm91bmQtY29sb3I6IHdoaXRlO1xufVxuXG4uYWNjb3JkaW9uLXdyYXBwZXIgLnRpdGxlIHtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbiAgY3Vyc29yICAgICAgICAgIDogcG9pbnRlcjtcbiAgYm9yZGVyLWJvdHRvbSAgIDogMXB4IHNvbGlkIEBkb3ZlLWdyYXk7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3b3JkO1xuICBjb2xvciAgICAgICAgICAgOiBAd2lsZC1zYW5kO1xuICBmb250LXdlaWdodCAgICAgOiBib2xkO1xuICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbiAgOiByb3c7XG4gIGhlaWdodCAgICAgICAgICA6IDM3cHg7XG4gIGxpbmUtaGVpZ2h0ICAgICA6IDM3cHg7XG4gIGZvbnQtc2l6ZSAgICAgICA6IDEzcHg7XG5cbiAgLnRleHQge1xuICAgIHdpZHRoOiAxMDAlO1xuICB9XG59XG5cbi5jaGV2cm9uIHtcbiAgcGFkZGluZzogMHB4IDE2cHggMHB4IDE1cHg7XG59XG5cbi5wbHVzIHtcbiAgbWFyZ2luLWxlZnQ6IGF1dG87XG59XG5cbjo6bmctZGVlcCAudGl0bGUge1xuICAuYnV0dG9uIHtcbiAgICBjb2xvciAgICAgICA6IHdoaXRlICFpbXBvcnRhbnQ7XG4gICAgZGlzcGxheSAgICAgOiBibG9jayAhaW1wb3J0YW50O1xuICAgIG1hcmdpbi1yaWdodDogMHB4ICFpbXBvcnRhbnQ7XG5cbiAgICAmLmFjdGl2ZSB7XG4gICAgICBmYS1pY29uIHtcbiAgICAgICAgY29sb3I6IHdoaXRlICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi50cmFzaCB7XG4gICYuaGlkZGVuIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG59XG5cbi5hY2NvcmRpb24td3JhcHBlciAuYm9keS5oaWRkZW4ge1xuICBkaXNwbGF5OiBub25lO1xufVxuXG4ucHJvcGVydHktd3JhcHBlciB7XG4gIGRpc3BsYXkgICAgICA6IGZsZXg7XG4gIGhlaWdodCAgICAgICA6IDM1cHg7XG4gIGZvbnQtc2l6ZSAgICA6IDEycHg7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCBAbWVyY3VyeTtcbiAgbGluZS1oZWlnaHQgIDogMzVweDtcblxuICAmLmRpc2FibGVkIHtcbiAgICBjdXJzb3I6IG5vdC1hbGxvd2VkO1xuICAgIGNvbG9yIDogQHNpbHZlci1jaGFsaWNlO1xuICB9XG59XG5cbi5wcm9wZXJ0eS1uYW1lIHtcbiAgd2lkdGggICAgICAgICA6IDIxNnB4O1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICBmb250LXdlaWdodCAgIDogYm9sZDtcbiAgcGFkZGluZy1sZWZ0ICA6IDE1cHg7XG4gIGJvcmRlci1yaWdodCAgOiAxcHggc29saWQgQG1lcmN1cnk7XG4gIHRleHQtb3ZlcmZsb3cgOiBlbGxpcHNpcztcbiAgd29yZC13cmFwICAgICA6IGJyZWFrLXdvcmQ7XG5cbiAgOjpuZy1kZWVwIC5zZWxlY3Qge1xuICAgIGhlaWdodCAgICAgICAgIDogMzVweDtcbiAgICBsaW5lLWhlaWdodCAgICA6IDM3cHg7XG4gICAgdGV4dC1hbGlnbiAgICAgOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiB1bnNldDtcbiAgICBwb3NpdGlvbiAgICAgICA6IHJlbGF0aXZlO1xuXG4gICAgLm5hdi1jYXJldCB7XG4gICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cblxuICAgIC5zZWxlY3RlZC12YWx1ZSB7XG4gICAgICBtYXgtd2lkdGggICAgIDogbm9uZTtcbiAgICAgIGZvbnQtc2l6ZSAgICAgOiB1bnNldDtcbiAgICAgIHRleHQtdHJhbnNmb3JtOiBub25lO1xuICAgICAgZm9udC13ZWlnaHQgICA6IG5vcm1hbDtcbiAgICB9XG5cbiAgICAuZHJvcGRvd24tbWVudSB7XG4gICAgICB3aWR0aCAgICAgIDogMjE2cHg7XG4gICAgICBtYXJnaW4tbGVmdDogLTE1cHg7XG4gICAgICB0b3AgICAgICAgIDogMzZweDtcbiAgICB9XG4gIH1cbn1cblxuLnByb3BlcnR5LXZhbHVlIHtcbiAgZm9udC1mYW1pbHkgIDogJ0NvdXJpZXIgTmV3JywgQ291cmllciwgbW9ub3NwYWNlO1xuICBwYWRkaW5nLWxlZnQgOiAxMnB4O1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbiAgd2lkdGggICAgICAgIDogMjE2cHg7XG4gIHdoaXRlLXNwYWNlICA6IG5vd3JhcDtcbiAgb3ZlcmZsb3cgICAgIDogaGlkZGVuO1xuICB3b3JkLXdyYXAgICAgOiBicmVhay13b3JkO1xuICBkaXNwbGF5ICAgICAgOiBpbmxpbmUtYmxvY2s7XG5cbiAgJi5kZXNrdG9wLWhpZGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbn1cblxuLmlucHV0LXdyYXBwZXIge1xuICBpbnB1dCB7XG4gICAgaGVpZ2h0ICAgOiAzMHB4O1xuICAgIGJvcmRlciAgIDogMHB4O1xuICAgIGZvbnQtc2l6ZTogMTJweDtcblxuICAgICYuaGlkZGVuIHtcbiAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgfVxuXG4gICAgJlt0eXBlPWRhdGV0aW1lLWxvY2FsXTo6LXdlYmtpdC1pbm5lci1zcGluLWJ1dHRvbixcbiAgICAmW3R5cGU9ZGF0ZXRpbWUtbG9jYWxdOjotd2Via2l0LWNsZWFyLWJ1dHRvbiB7XG4gICAgICAtd2Via2l0LWFwcGVhcmFuY2U6IG5vbmU7XG4gICAgICBkaXNwbGF5ICAgICAgICAgICA6IG5vbmU7XG4gICAgfVxuICB9XG59XG5cbi5zZWxlY3RlZCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEBwcmltYXJ5O1xuICBjb2xvciAgICAgICAgICAgOiB3aGl0ZTtcbn1cblxuOjpuZy1kZWVwIC5kZWZhdWx0IHtcbiAgLnByb3BlcnR5LW5hbWUge1xuICAgIGNvbG9yOiBAc2lsdmVyLWNoYWxpY2U7XG4gIH1cbn1cblxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAucHJvcGVydHktdmFsdWUge1xuICAgIHdpZHRoOiAxOTRweCAhaW1wb3J0YW50O1xuICB9XG5cbiAgLnByb3BlcnR5LW5hbWUge1xuICAgIHdpZHRoOiAxNTBweCAhaW1wb3J0YW50O1xuICB9XG5cbiAgLnByb3BlcnR5LXZhbHVlIHtcbiAgICAmLm1vYmlsZS1oaWRlIHtcbiAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgfVxuICB9XG5cbiAgLmlucHV0LXdyYXBwZXIge1xuICAgIHdpZHRoOiAxODVweCAhaW1wb3J0YW50O1xuICB9XG59IiwiLmFjY29yZGlvbi13cmFwcGVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogd2hpdGU7XG59XG4uYWNjb3JkaW9uLXdyYXBwZXIgLnRpdGxlIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICM2ZTZlNmU7XG4gIGJhY2tncm91bmQtY29sb3I6ICM1MzlDRjA7XG4gIGNvbG9yOiAjZjRmNGY0O1xuICBmb250LXdlaWdodDogYm9sZDtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgaGVpZ2h0OiAzN3B4O1xuICBsaW5lLWhlaWdodDogMzdweDtcbiAgZm9udC1zaXplOiAxM3B4O1xufVxuLmFjY29yZGlvbi13cmFwcGVyIC50aXRsZSAudGV4dCB7XG4gIHdpZHRoOiAxMDAlO1xufVxuLmNoZXZyb24ge1xuICBwYWRkaW5nOiAwcHggMTZweCAwcHggMTVweDtcbn1cbi5wbHVzIHtcbiAgbWFyZ2luLWxlZnQ6IGF1dG87XG59XG46Om5nLWRlZXAgLnRpdGxlIC5idXR0b24ge1xuICBjb2xvcjogd2hpdGUgIWltcG9ydGFudDtcbiAgZGlzcGxheTogYmxvY2sgIWltcG9ydGFudDtcbiAgbWFyZ2luLXJpZ2h0OiAwcHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudGl0bGUgLmJ1dHRvbi5hY3RpdmUgZmEtaWNvbiB7XG4gIGNvbG9yOiB3aGl0ZSAhaW1wb3J0YW50O1xufVxuLnRyYXNoLmhpZGRlbiB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uYWNjb3JkaW9uLXdyYXBwZXIgLmJvZHkuaGlkZGVuIHtcbiAgZGlzcGxheTogbm9uZTtcbn1cbi5wcm9wZXJ0eS13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiAzNXB4O1xuICBmb250LXNpemU6IDEycHg7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZTdlN2U3O1xuICBsaW5lLWhlaWdodDogMzVweDtcbn1cbi5wcm9wZXJ0eS13cmFwcGVyLmRpc2FibGVkIHtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgY29sb3I6ICNhY2FjYWM7XG59XG4ucHJvcGVydHktbmFtZSB7XG4gIHdpZHRoOiAyMTZweDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIHBhZGRpbmctbGVmdDogMTVweDtcbiAgYm9yZGVyLXJpZ2h0OiAxcHggc29saWQgI2U3ZTdlNztcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG4gIHdvcmQtd3JhcDogYnJlYWstd29yZDtcbn1cbi5wcm9wZXJ0eS1uYW1lIDo6bmctZGVlcCAuc2VsZWN0IHtcbiAgaGVpZ2h0OiAzNXB4O1xuICBsaW5lLWhlaWdodDogMzdweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHVuc2V0O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG4ucHJvcGVydHktbmFtZSA6Om5nLWRlZXAgLnNlbGVjdCAubmF2LWNhcmV0IHtcbiAgZGlzcGxheTogbm9uZTtcbn1cbi5wcm9wZXJ0eS1uYW1lIDo6bmctZGVlcCAuc2VsZWN0IC5zZWxlY3RlZC12YWx1ZSB7XG4gIG1heC13aWR0aDogbm9uZTtcbiAgZm9udC1zaXplOiB1bnNldDtcbiAgdGV4dC10cmFuc2Zvcm06IG5vbmU7XG4gIGZvbnQtd2VpZ2h0OiBub3JtYWw7XG59XG4ucHJvcGVydHktbmFtZSA6Om5nLWRlZXAgLnNlbGVjdCAuZHJvcGRvd24tbWVudSB7XG4gIHdpZHRoOiAyMTZweDtcbiAgbWFyZ2luLWxlZnQ6IC0xNXB4O1xuICB0b3A6IDM2cHg7XG59XG4ucHJvcGVydHktdmFsdWUge1xuICBmb250LWZhbWlseTogJ0NvdXJpZXIgTmV3JywgQ291cmllciwgbW9ub3NwYWNlO1xuICBwYWRkaW5nLWxlZnQ6IDEycHg7XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuICB3aWR0aDogMjE2cHg7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIHdvcmQtd3JhcDogYnJlYWstd29yZDtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xufVxuLnByb3BlcnR5LXZhbHVlLmRlc2t0b3AtaGlkZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uaW5wdXQtd3JhcHBlciBpbnB1dCB7XG4gIGhlaWdodDogMzBweDtcbiAgYm9yZGVyOiAwcHg7XG4gIGZvbnQtc2l6ZTogMTJweDtcbn1cbi5pbnB1dC13cmFwcGVyIGlucHV0LmhpZGRlbiB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uaW5wdXQtd3JhcHBlciBpbnB1dFt0eXBlPWRhdGV0aW1lLWxvY2FsXTo6LXdlYmtpdC1pbm5lci1zcGluLWJ1dHRvbixcbi5pbnB1dC13cmFwcGVyIGlucHV0W3R5cGU9ZGF0ZXRpbWUtbG9jYWxdOjotd2Via2l0LWNsZWFyLWJ1dHRvbiB7XG4gIC13ZWJraXQtYXBwZWFyYW5jZTogbm9uZTtcbiAgZGlzcGxheTogbm9uZTtcbn1cbi5zZWxlY3RlZCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMzRTRFNUE7XG4gIGNvbG9yOiB3aGl0ZTtcbn1cbjo6bmctZGVlcCAuZGVmYXVsdCAucHJvcGVydHktbmFtZSB7XG4gIGNvbG9yOiAjYWNhY2FjO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAucHJvcGVydHktdmFsdWUge1xuICAgIHdpZHRoOiAxOTRweCAhaW1wb3J0YW50O1xuICB9XG4gIC5wcm9wZXJ0eS1uYW1lIHtcbiAgICB3aWR0aDogMTUwcHggIWltcG9ydGFudDtcbiAgfVxuICAucHJvcGVydHktdmFsdWUubW9iaWxlLWhpZGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgLmlucHV0LXdyYXBwZXIge1xuICAgIHdpZHRoOiAxODVweCAhaW1wb3J0YW50O1xuICB9XG59XG4iXX0= */\"","import { Component, Input, Output, EventEmitter, QueryList, ViewChildren, AfterViewInit } from '@angular/core';\r\nimport { WindowService } from '@groupdocs.examples.angular/common-components';\r\nimport { AccordionService } from './../../accordion.service';\r\nimport {DatePipe} from \"@angular/common\";\r\nimport { FilePropertyModel } from '../../metadata-models';\r\n\r\n@Component({\r\n selector: 'gd-accordion-group',\r\n templateUrl: './accordion-group.component.html',\r\n styleUrls: ['./accordion-group.component.less']\r\n})\r\n\r\nexport class AccordionGroupComponent implements AfterViewInit {\r\n @Input() opened = false;\r\n @Input() title: string;\r\n @Input() addDisabled: boolean;\r\n @Input() addHidden: boolean;\r\n @Input() properties: FilePropertyModel[];\r\n @Input() propertiesNames: string[];\r\n @Output() toggle: EventEmitter = new EventEmitter();\r\n @Output() removeProperty = new EventEmitter();\r\n @ViewChildren('textinput') textinput: QueryList;\r\n isDesktop: boolean;\r\n\r\n constructor(private _accordionService: AccordionService,\r\n private _datePipe: DatePipe,\r\n private _windowService: WindowService) {\r\n this.isDesktop = _windowService.isDesktop();\r\n _windowService.onResize.subscribe((w) => {\r\n this.isDesktop = _windowService.isDesktop();\r\n });\r\n }\r\n\r\n ngAfterViewInit() {\r\n this.textinput.changes.subscribe((i: QueryList)=>{\r\n if (i.length) {\r\n i.first.nativeElement.focus();\r\n }\r\n });\r\n }\r\n\r\n resetProperties(onlyEditing: boolean = false) {\r\n if (!onlyEditing) {\r\n this.properties.forEach(p => p.selected = false);\r\n }\r\n this.properties.forEach(p => p.editing = false);\r\n }\r\n\r\n addProperty($event: Event) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n\r\n this.resetProperties();\r\n\r\n if (!this.addDisabled) {\r\n const addedProperty = new FilePropertyModel();\r\n addedProperty.original = false;\r\n this._accordionService.addProperty(addedProperty);\r\n }\r\n }\r\n\r\n selectProperty(property: FilePropertyModel){\r\n if (property.category === 0 && !property.disabled) {\r\n this.resetProperties(true);\r\n\r\n const selectedProperty = this.properties.filter(p => p.name.toLocaleLowerCase() === property.name.toLocaleLowerCase())[0];\r\n selectedProperty.selected = !selectedProperty.selected;\r\n this.properties.filter(p => p.name === property.name)[0].selected = selectedProperty.selected;\r\n }\r\n }\r\n\r\n editProperty(property: FilePropertyModel){\r\n // we can edit only first group props\r\n if (property.category === 0 && !property.disabled) {\r\n this.resetProperties();\r\n\r\n const selectedProperty = this.properties.filter(p => p.name.toLocaleLowerCase() === property.name.toLocaleLowerCase())[0];\r\n selectedProperty.editing = !selectedProperty.editing;\r\n this.properties.filter(p => p.name === property.name)[0].editing = selectedProperty.editing;\r\n this.properties.filter(p => p.name === property.name)[0].edited = true;\r\n }\r\n }\r\n\r\n delete($event: Event) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n const selectedProperty = this.properties.filter(p => p.selected)[0];\r\n this.removeProperty.emit(selectedProperty);\r\n }\r\n\r\n wasSelected() {\r\n if (this.properties && this.properties.length > 0) {\r\n return this.properties.filter(p => p.selected).length === 1;\r\n }\r\n else return false;\r\n }\r\n\r\n selectPropName($event: any, property: FilePropertyModel) {\r\n property.type = $event.type;\r\n property.name = $event.name;\r\n if ($event.type === 3) {\r\n property.value = new Date().toISOString().slice(0, 19);\r\n }\r\n else {\r\n property.value = \"\";\r\n }\r\n }\r\n\r\n formatDateTime(property: FilePropertyModel, value: string){\r\n if (value) {\r\n const dateTime = new Date(value);\r\n property.value = dateTime.toISOString().slice(0, 19);\r\n }\r\n }\r\n\r\n formatValue(property: FilePropertyModel){\r\n switch (property.type) {\r\n case 3:\r\n return this.isDesktop ? this._datePipe.transform(new Date(property.value), 'MM/dd/yy, h:mm:ss a')\r\n : this._datePipe.transform(new Date(property.value), 'MM/dd/yy, h:mm a');\r\n default:\r\n return property.value;\r\n }\r\n }\r\n}","module.exports = \"\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJsaWJzL21ldGFkYXRhL3NyYy9saWIvYWNjb3JkaW9uL2FjY29yZGlvbi5jb21wb25lbnQubGVzcyJ9 */\"","import { Component, ContentChildren, QueryList, AfterContentInit } from '@angular/core';\r\nimport { AccordionGroupComponent } from './accordion-group/accordion-group.component';\r\n\r\n@Component({\r\n selector: 'gd-accordion',\r\n template: `\r\n \r\n`,\r\n styleUrls: ['./accordion.component.less']\r\n})\r\n\r\nexport class AccordionComponent implements AfterContentInit {\r\n @ContentChildren(AccordionGroupComponent)\r\n groups: QueryList;\r\n\r\n ngAfterContentInit() {\r\n this.groups.toArray().forEach((group) => {\r\n group.opened = true;\r\n\r\n group.toggle.subscribe(($event) => {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n this.openGroup(group);\r\n });\r\n });\r\n }\r\n\r\n openGroup(group: AccordionGroupComponent) {\r\n group.opened = !group.opened;\r\n }\r\n}\r\n","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: calc(100vh - 60px);\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n}\\n.top-panel {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 100%;\\n}\\n.toolbar-panel {\\n background-color: #3e4e5a;\\n width: 100%;\\n}\\n::ng-deep .tools .button {\\n color: #fff !important;\\n}\\n::ng-deep .tools .button.inactive {\\n color: #959da5 !important;\\n}\\n::ng-deep .tools .button {\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-flow: column;\\n}\\n::ng-deep .tools .icon-button {\\n margin: 0px 0px 0px 7px !important;\\n}\\n.row {\\n display: -webkit-box;\\n display: flex;\\n}\\n.column {\\n width: 100%;\\n}\\n::ng-deep .gd-side-panel-body {\\n background-color: #f4f4f4;\\n}\\n::ng-deep .gd-side-panel-wrapper {\\n width: 464px !important;\\n}\\n::ng-deep .page.excel {\\n overflow: unset !important;\\n}\\n@media (max-width: 1037px) {\\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\\n margin: 0px 0px 0px 10px !important;\\n }\\n ::ng-deep .tools .icon-button {\\n height: 60px;\\n width: 60px;\\n }\\n ::ng-deep .gd-side-panel-wrapper {\\n width: 375px !important;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvbWV0YWRhdGEvc3JjL2xpYi9tZXRhZGF0YS1hcHAuY29tcG9uZW50Lmxlc3MiLCJsaWJzL21ldGFkYXRhL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL21ldGFkYXRhL3NyYy9saWIvbWV0YWRhdGEtYXBwLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZFQ0FrQjtBQUdsQjtFQUNFLHNEQUFBO0FEREY7QUNJQTtFQUNFLDBCQUFBO1VBQUEsb0JBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7RUFDQSxNQUFBO0VBQ0EsU0FBQTtFQUNBLE9BQUE7RUFDQSxRQUFBO0FERkY7QUNLQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDBCQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0FESEY7QUNNQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0FESkY7QUNPQTtFQUNFLHlCQUFBO0VBQ0EsV0FBQTtBRExGO0FDUUE7RUFFSSxzQkFBQTtBRFBKO0FDU0k7RUFDRSx5QkFBQTtBRFBOO0FDRUE7RUFVSSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsaUJBQUE7QURUSjtBQ0RBO0VBY0ksa0NBQUE7QURWSjtBQ2NBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0FEWkY7QUNlQTtFQUNFLFdBQUE7QURiRjtBQ2dCQTtFQUNFLHlCQUFBO0FEZEY7QUNpQkE7RUFDRSx1QkFBQTtBRGZGO0FDbUJFO0VBQ0UsMEJBQUE7QURqQko7QUNxQkE7RUFDRTtJQUVJLG1DQUFBO0VEcEJKO0VDa0JBO0lBTUksWUFBQTtJQUNBLFdBQUE7RURyQko7RUN5QkE7SUFDRSx1QkFBQTtFRHZCRjtBQUNGIiwiZmlsZSI6ImxpYnMvbWV0YWRhdGEvc3JjL2xpYi9tZXRhZGF0YS1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGNhbGMoMTAwdmggLSA2MHB4KTtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbn1cbi50b3AtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMTAwJTtcbn1cbi50b29sYmFyLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNlNGU1YTtcbiAgd2lkdGg6IDEwMCU7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24ge1xuICBjb2xvcjogI2ZmZiAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC50b29scyAuYnV0dG9uLmluYWN0aXZlIHtcbiAgY29sb3I6ICM5NTlkYTUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbiB7XG4gIGZsZXgtZmxvdzogY29sdW1uO1xufVxuOjpuZy1kZWVwIC50b29scyAuaWNvbi1idXR0b24ge1xuICBtYXJnaW46IDBweCAwcHggMHB4IDdweCAhaW1wb3J0YW50O1xufVxuLnJvdyB7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG4uY29sdW1uIHtcbiAgd2lkdGg6IDEwMCU7XG59XG46Om5nLWRlZXAgLmdkLXNpZGUtcGFuZWwtYm9keSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmNGY0ZjQ7XG59XG46Om5nLWRlZXAgLmdkLXNpZGUtcGFuZWwtd3JhcHBlciB7XG4gIHdpZHRoOiA0NjRweCAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5wYWdlLmV4Y2VsIHtcbiAgb3ZlcmZsb3c6IHVuc2V0ICFpbXBvcnRhbnQ7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIDo6bmctZGVlcCAudG9vbHMgZ2QtYnV0dG9uOm50aC1jaGlsZCgxKSA+IC5pY29uLWJ1dHRvbiB7XG4gICAgbWFyZ2luOiAwcHggMHB4IDBweCAxMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC50b29scyAuaWNvbi1idXR0b24ge1xuICAgIGhlaWdodDogNjBweDtcbiAgICB3aWR0aDogNjBweDtcbiAgfVxuICA6Om5nLWRlZXAgLmdkLXNpZGUtcGFuZWwtd3JhcHBlciB7XG4gICAgd2lkdGg6IDM3NXB4ICFpbXBvcnRhbnQ7XG4gIH1cbn1cbiIsIkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zJmRpc3BsYXk9c3dhcCcpO1xuQGltcG9ydCBcIi4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG5cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodCAgICAgOiAxMDAlO1xuICB3aWR0aCAgICAgIDogMTAwJTtcbiAgcG9zaXRpb24gICA6IGZpeGVkO1xuICB0b3AgICAgICAgIDogMDtcbiAgYm90dG9tICAgICA6IDA7XG4gIGxlZnQgICAgICAgOiAwO1xuICByaWdodCAgICAgIDogMDtcbn1cblxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICBoZWlnaHQgICAgICAgIDogY2FsYygxMDB2aCAtIDYwcHgpO1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xufVxuXG4udG9wLXBhbmVsIHtcbiAgZGlzcGxheSAgICA6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoICAgICAgOiAxMDAlO1xufVxuXG4udG9vbGJhci1wYW5lbCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEBuYXYtbWFpbi1iYWNrZ3JvdW5kO1xuICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xufVxuXG46Om5nLWRlZXAgLnRvb2xzIHtcbiAgLmJ1dHRvbiB7XG4gICAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcblxuICAgICYuaW5hY3RpdmUge1xuICAgICAgY29sb3I6IEByZWdlbnQtZ3JheSAgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICAuYnV0dG9uIHtcbiAgICBmbGV4LWZsb3c6IGNvbHVtbjtcbiAgfVxuXG4gIC5pY29uLWJ1dHRvbiB7XG4gICAgbWFyZ2luOiAwcHggMHB4IDBweCA3cHggIWltcG9ydGFudDtcbiAgfVxufVxuXG4ucm93IHtcbiAgZGlzcGxheTogZmxleDtcbn1cblxuLmNvbHVtbiB7XG4gIHdpZHRoOiAxMDAlO1xufVxuXG46Om5nLWRlZXAgLmdkLXNpZGUtcGFuZWwtYm9keSB7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG59XG5cbjo6bmctZGVlcCAuZ2Qtc2lkZS1wYW5lbC13cmFwcGVyIHtcbiAgd2lkdGg6IDQ2NHB4ICFpbXBvcnRhbnQ7XG59XG5cbjo6bmctZGVlcCAucGFnZSB7XG4gICYuZXhjZWwge1xuICAgIG92ZXJmbG93OiB1bnNldCAhaW1wb3J0YW50O1xuICB9XG59XG5cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgOjpuZy1kZWVwIC50b29scyB7XG4gICAgZ2QtYnV0dG9uOm50aC1jaGlsZCgxKT4uaWNvbi1idXR0b24ge1xuICAgICAgbWFyZ2luOiAwcHggMHB4IDBweCAxMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuXG4gICAgLmljb24tYnV0dG9uIHtcbiAgICAgIGhlaWdodDogNjBweDtcbiAgICAgIHdpZHRoIDogNjBweDtcbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLmdkLXNpZGUtcGFuZWwtd3JhcHBlciB7XG4gICAgd2lkdGg6IDM3NXB4ICFpbXBvcnRhbnQ7XG4gIH1cbn0iXX0= */\"","import {AfterViewInit, Component, OnInit} from '@angular/core';\r\nimport {MetadataService, MetadataFileDescription} from \"./metadata.service\";\r\nimport {\r\n FileDescription,\r\n FileModel,\r\n ModalService,\r\n ZoomService,\r\n UploadFilesService,\r\n NavigateService,\r\n PagePreloadService,\r\n PageModel,\r\n PasswordService,\r\n FileCredentials, CommonModals, LoadingMaskService\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport {MetadataConfig} from \"./metadata-config\";\r\nimport {MetadataConfigService} from \"./metadata-config.service\";\r\nimport {WindowService} from \"@groupdocs.examples.angular/common-components\";\r\nimport { AccordionService } from './accordion.service';\r\nimport { FilePropertyModel, FilePropertyCategory } from './metadata-models';\r\n\r\n@Component({\r\n selector: 'gd-metadata',\r\n templateUrl: './metadata-app.component.html',\r\n styleUrls: ['./metadata-app.component.less']\r\n})\r\n\r\nexport class MetadataAppComponent implements OnInit, AfterViewInit {\r\n title = 'metadata';\r\n files: FileModel[] = [];\r\n file: FileDescription;\r\n metadataConfig: MetadataConfig;\r\n countPages = 0;\r\n formatDisabled = !this.file;\r\n credentials: FileCredentials;\r\n browseFilesModal = CommonModals.BrowseFiles;\r\n isLoading: boolean;\r\n\r\n _zoom = 100;\r\n _pageWidth: number;\r\n _pageHeight: number;\r\n options;\r\n fileWasDropped = false;\r\n public buildInProperties: FilePropertyModel[];\r\n public defaultProperties: FilePropertyModel[];\r\n public addedProperty: FilePropertyModel;\r\n public removedProperty: FilePropertyModel;\r\n public filePropertiesNames: string[];\r\n disabled = false;\r\n isDesktop: boolean;\r\n showSidePanel = true;\r\n disabledProperties: string[] = [\"generator\", \"producer\", \"creator\"];\r\n\r\n constructor(private _metadataService: MetadataService,\r\n private _modalService: ModalService,\r\n configService: MetadataConfigService,\r\n uploadFilesService: UploadFilesService,\r\n private _navigateService: NavigateService,\r\n private _zoomService: ZoomService,\r\n pagePreloadService: PagePreloadService,\r\n passwordService: PasswordService,\r\n private _loadingMaskService: LoadingMaskService,\r\n private _accrodionService: AccordionService,\r\n private _windowService: WindowService) {\r\n\r\n this.isDesktop = _windowService.isDesktop();\r\n _windowService.onResize.subscribe((w) => {\r\n this.isDesktop = _windowService.isDesktop();\r\n this.refreshZoom();\r\n });\r\n\r\n configService.updatedConfig.subscribe((metadataConfig) => {\r\n this.metadataConfig = metadataConfig;\r\n });\r\n\r\n uploadFilesService.uploadsChange.subscribe((uploads) => {\r\n if (uploads) {\r\n let i: number;\r\n for (i = 0; i < uploads.length; i++) {\r\n this._metadataService.upload(uploads.item(i), '', this.metadataConfig.rewrite).subscribe((obj: FileCredentials) => {\r\n this.fileWasDropped ? this.selectFile(obj.guid, '', '') : this.selectDir('');\r\n });\r\n }\r\n }\r\n });\r\n\r\n pagePreloadService.checkPreload.subscribe((page: number) => {\r\n if (this.metadataConfig.preloadPageCount !== 0) {\r\n for (let i = page; i < page + 2; i++) {\r\n if (i > 0 && i <= this.countPages && !this.file.pages[i - 1].data) {\r\n this.preloadPages(i, i);\r\n }\r\n }\r\n }\r\n });\r\n\r\n passwordService.passChange.subscribe((pass: string) => {\r\n this.selectFile(this.credentials.guid, pass, CommonModals.PasswordRequired);\r\n });\r\n\r\n _accrodionService.addedProperty.subscribe(addedProperty => {\r\n if (addedProperty) {\r\n this.addedProperty = addedProperty;\r\n const propObject = {\r\n original: addedProperty.original,\r\n name: \"Select property\",\r\n value: \"\",\r\n category: 0,\r\n type: 1,\r\n selected: false,\r\n editing: false,\r\n edited: false,\r\n disabled: false\r\n };\r\n if (this.buildInProperties) {\r\n this.buildInProperties.push(propObject);\r\n }\r\n }\r\n });\r\n }\r\n\r\n ngOnInit() {\r\n if (this.metadataConfig.defaultDocument !== \"\"){\r\n this.isLoading = true;\r\n this.selectFile(this.metadataConfig.defaultDocument, \"\", \"\");\r\n }\r\n }\r\n\r\n ngAfterViewInit() {\r\n this._loadingMaskService\r\n .onLoadingChanged\r\n .subscribe((loading: boolean) => this.isLoading = loading);\r\n\r\n this.refreshZoom();\r\n }\r\n\r\n get rewriteConfig(): boolean {\r\n return this.metadataConfig ? this.metadataConfig.rewrite : true;\r\n }\r\n\r\n get downloadConfig(): boolean {\r\n return this.metadataConfig ? this.metadataConfig.download : true;\r\n }\r\n\r\n get uploadConfig(): boolean {\r\n return this.metadataConfig ? this.metadataConfig.upload : true;\r\n }\r\n\r\n get browseConfig(): boolean {\r\n return this.metadataConfig ? this.metadataConfig.browse : true;\r\n }\r\n\r\n openModal(id: string) {\r\n this._modalService.open(id);\r\n }\r\n\r\n closeModal(id: string) {\r\n this._modalService.close(id);\r\n }\r\n\r\n selectDir($event: string) {\r\n this._metadataService.loadFiles($event).subscribe((files: FileModel[]) => this.files = files || []);\r\n }\r\n\r\n selectFile($event: string, password: string, modalId: string) {\r\n this.credentials = {guid: $event, password: password};\r\n this.file = null;\r\n this._metadataService.loadFile(this.credentials).subscribe((file: FileDescription) => {\r\n this.file = file;\r\n this.formatDisabled = !this.file;\r\n if (file) {\r\n if (file.pages && file.pages[0]) {\r\n this._pageHeight = file.pages[0].height;\r\n this._pageWidth = file.pages[0].width;\r\n this.options = this.zoomOptions();\r\n this.refreshZoom();\r\n }\r\n const preloadPageCount = this.metadataConfig.preloadPageCount;\r\n const countPages = file.pages ? file.pages.length : 0;\r\n if (preloadPageCount > 0) {\r\n this.preloadPages(1, preloadPageCount > countPages ? countPages : preloadPageCount);\r\n }\r\n this._navigateService.countPages = countPages;\r\n this._navigateService.currentPage = 1;\r\n this.countPages = countPages;\r\n\r\n this.loadProperties();\r\n }\r\n }\r\n );\r\n if (modalId) {\r\n this._modalService.close(modalId);\r\n }\r\n this.clearData();\r\n }\r\n\r\n preloadPages(start: number, end: number) {\r\n for (let i = start; i <= end; i++) {\r\n this._metadataService.loadPage(this.credentials, i).subscribe((page: PageModel) => {\r\n this.file.pages[i - 1] = page;\r\n });\r\n }\r\n }\r\n\r\n upload($event: string) {\r\n this._metadataService.upload(null, $event, this.rewriteConfig).subscribe(() => {\r\n this.selectDir('');\r\n });\r\n }\r\n\r\n fileDropped($event){\r\n this.fileWasDropped = $event;\r\n }\r\n\r\n private ptToPx(pt: number) {\r\n //pt * 96 / 72 = px.\r\n return pt * 96 / 72;\r\n }\r\n\r\n private getFitToWidth() {\r\n // Images and Excel-related files receiving dimensions in px from server\r\n const pageWidth = this.ptToPx(this._pageWidth);\r\n const pageHeight = this.ptToPx(this._pageHeight);\r\n const offsetWidth = pageWidth ? pageWidth : window.innerWidth;\r\n\r\n return (pageHeight > pageWidth && Math.round(offsetWidth / window.innerWidth) < 2) ? 200 - Math.round(offsetWidth * 100 / window.innerWidth) : Math.round(window.innerWidth * 100 / offsetWidth);\r\n }\r\n\r\n private getFitToHeight() {\r\n const pageWidth = this.ptToPx(this._pageWidth);\r\n const pageHeight = this.ptToPx(this._pageHeight);\r\n const windowHeight = (pageHeight > pageWidth) ? window.innerHeight - 100 : window.innerHeight + 100;\r\n const offsetHeight = pageHeight ? pageHeight : windowHeight;\r\n\r\n return (pageHeight > pageWidth) ? Math.round(windowHeight * 100 / offsetHeight) : Math.round(offsetHeight * 100 / windowHeight);\r\n }\r\n\r\n zoomOptions() {\r\n const width = this.getFitToWidth();\r\n const height = this.getFitToHeight();\r\n return this._zoomService.zoomOptions(width, height);\r\n }\r\n\r\n set zoom(zoom) {\r\n this._zoom = zoom;\r\n this._zoomService.changeZoom(this._zoom);\r\n }\r\n\r\n get zoom() {\r\n return this._zoom;\r\n }\r\n\r\n private refreshZoom() {\r\n this.zoom = this._windowService.isDesktop() ? 100 : this.getFitToWidth();\r\n }\r\n\r\n downloadFile() {\r\n if (this.formatDisabled)\r\n return;\r\n window.location.assign(this._metadataService.getDownloadUrl(this.credentials));\r\n }\r\n\r\n private clearData() {\r\n if (!this.file || !this.file.pages) {\r\n return;\r\n }\r\n for (const page of this.file.pages) {\r\n page.data = null;\r\n }\r\n }\r\n\r\n isDisabled() {\r\n return !this.file || this.disabled;\r\n }\r\n\r\n save() {\r\n if (!this.file || !this.file.pages)\r\n return;\r\n const savingProperty = this.buildInProperties.filter(p => !p.original || p.edited);\r\n const savingFile = new MetadataFileDescription();\r\n savingFile.guid = this.file.guid;\r\n savingFile.properties = savingProperty;\r\n this._metadataService.saveProperty(savingFile).subscribe((loadFile: FileDescription) => {\r\n this.loadProperties();\r\n this.disabled = false;\r\n this._modalService.open(CommonModals.OperationSuccess);\r\n });\r\n }\r\n\r\n loadProperties() {\r\n this._metadataService.loadProperties(this.credentials).subscribe((fileProperties: FilePropertyModel[]) => {\r\n this.buildInProperties = fileProperties.filter(p => p.category === FilePropertyCategory.BuildIn);\r\n this.buildInProperties.forEach(p => \r\n {\r\n if (this.disabledProperties.some(dp => dp === p.name.toLowerCase()))\r\n {\r\n p.disabled = true;\r\n }\r\n }\r\n );\r\n this.defaultProperties = fileProperties.filter(p => p.category === FilePropertyCategory.Default);\r\n\r\n this._metadataService.loadPropertiesNames(this.credentials).subscribe((filePropertiesNames: string[]) => {\r\n this.filePropertiesNames = filePropertiesNames;\r\n });\r\n });\r\n\r\n if (!this.showSidePanel) {\r\n this.showSidePanel = true;\r\n }\r\n }\r\n\r\n hideSidePanel($event: Event) {\r\n this.showSidePanel = !this.showSidePanel;\r\n }\r\n\r\n removeProperty($event: FilePropertyModel) {\r\n const removedProperty = $event;\r\n\r\n if (this.file) {\r\n const metadataFile = new MetadataFileDescription();\r\n metadataFile.guid = this.file.guid;\r\n metadataFile.properties = [removedProperty];\r\n this._metadataService.removeProperty(metadataFile).subscribe(() => {\r\n this.loadProperties();\r\n this._modalService.open(CommonModals.OperationSuccess);\r\n });\r\n }\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {MetadataConfig} from \"./metadata-config\";\r\nimport {Api, ConfigService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {HttpClient} from \"@angular/common/http\";\r\nimport {BehaviorSubject, Observable} from \"rxjs\";\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class MetadataConfigService {\r\n private _metadataConfig: BehaviorSubject = new BehaviorSubject(new MetadataConfig());\r\n private _updatedConfig: Observable = this._metadataConfig.asObservable();\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n get updatedConfig() {\r\n return this._updatedConfig;\r\n }\r\n\r\n load() {\r\n return new Promise((resolve, reject) => {\r\n const configEndpoint = this._config.getConfigEndpoint(Api.METADATA_APP);\r\n this._http.get(configEndpoint, Api.httpOptionsJson).toPromise().then((response: MetadataConfig) => {\r\n const metadataConfig = response;\r\n this._metadataConfig.next(metadataConfig);\r\n resolve();\r\n }).catch((response: any) => {\r\n reject(`Could not load metadata config: ${JSON.stringify(response)}`);\r\n });\r\n });\r\n }\r\n}\r\n","export class MetadataConfig {\r\n rewrite: boolean;\r\n download: boolean;\r\n upload: boolean;\r\n browse: boolean;\r\n\r\n filesDirectory: string;\r\n defaultDocument: string;\r\n preloadPageCount: 0;\r\n cache: boolean;\r\n}\r\n","export enum FilePropertyCategory {\r\n BuildIn,\r\n Default\r\n }\r\n \r\n export class FilePropertyModel {\r\n category: FilePropertyCategory;\r\n name: string;\r\n value: any;\r\n type: number;\r\n original: boolean;\r\n selected: boolean;\r\n editing: boolean;\r\n edited: boolean;\r\n disabled: boolean;\r\n }","import {BrowserModule} from '@angular/platform-browser';\r\nimport { APP_INITIALIZER, ModuleWithProviders, NgModule } from '@angular/core';\r\nimport {DatePipe} from '@angular/common';\r\nimport {HTTP_INTERCEPTORS, HttpClientModule} from '@angular/common/http';\r\nimport {MetadataAppComponent} from './metadata-app.component';\r\nimport {\r\n Api,\r\n CommonComponentsModule,\r\n ErrorInterceptorService, LoadingMaskInterceptorService,\r\n LoadingMaskService\r\n} from '@groupdocs.examples.angular/common-components';\r\nimport {MetadataService} from \"./metadata.service\";\r\nimport {ConfigService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {MetadataConfigService} from \"./metadata-config.service\";\r\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\r\nimport { AccordionComponent} from \"./accordion/accordion.component\";\r\nimport { AccordionGroupComponent} from \"./accordion/accordion-group/accordion-group.component\";\r\nimport { FormsModule } from '@angular/forms';\r\nimport { AccordionService } from './accordion.service';\r\n\r\nexport function initializeApp(metadataConfigService: MetadataConfigService) {\r\n const result = () => metadataConfigService.load();\r\n return result;\r\n}\r\n\r\n// NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981\r\n// @dynamic\r\nexport function setupLoadingInterceptor(service: LoadingMaskService) {\r\n return new LoadingMaskInterceptorService(service);\r\n}\r\n\r\n@NgModule({\r\n declarations: [\r\n MetadataAppComponent,\r\n AccordionComponent,\r\n AccordionGroupComponent],\r\n imports: [\r\n BrowserModule,\r\n CommonComponentsModule,\r\n HttpClientModule,\r\n FontAwesomeModule,\r\n FormsModule\r\n ],\r\n exports : [\r\n MetadataAppComponent,\r\n CommonComponentsModule,\r\n AccordionComponent,\r\n AccordionGroupComponent\r\n ],\r\n providers: [\r\n MetadataService,\r\n AccordionService,\r\n ConfigService,\r\n DatePipe,\r\n MetadataConfigService,\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useClass: ErrorInterceptorService,\r\n multi: true\r\n },\r\n {\r\n provide: APP_INITIALIZER,\r\n useFactory: initializeApp,\r\n deps: [MetadataConfigService], multi: true\r\n },\r\n LoadingMaskService,\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useFactory: setupLoadingInterceptor,\r\n multi: true,\r\n deps: [LoadingMaskService]\r\n }\r\n ]\r\n})\r\nexport class MetadataModule {\r\n static forRoot(apiEndpoint : string): ModuleWithProviders {\r\n Api.DEFAULT_API_ENDPOINT = apiEndpoint\r\n return {\r\n ngModule: MetadataModule\r\n };\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {HttpClient} from \"@angular/common/http\";\r\nimport {Api, ConfigService, FileCredentials} from \"@groupdocs.examples.angular/common-components\";\r\nimport { FilePropertyModel } from './metadata-models';\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\n\r\nexport class MetadataService {\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n loadFiles(path: string) {\r\n return this._http.post(this._config.getMetadataApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\r\n }\r\n\r\n loadFile(credentials: FileCredentials) {\r\n return this._http.post(this._config.getMetadataApiEndpoint() + Api.LOAD_DOCUMENT_DESCRIPTION, credentials, Api.httpOptionsJson);\r\n }\r\n\r\n loadProperties(credentials: FileCredentials) {\r\n return this._http.post(this._config.getMetadataApiEndpoint() + Api.LOAD_DOCUMENT_PROPERTIES, credentials, Api.httpOptionsJson);\r\n }\r\n\r\n loadPropertiesNames(credentials: FileCredentials) {\r\n return this._http.post(this._config.getMetadataApiEndpoint() + Api.LOAD_DOCUMENT_PROPERTIES_NAMES, credentials, Api.httpOptionsJson);\r\n }\r\n\r\n saveProperty(metadataFile: MetadataFileDescription) {\r\n return this._http.post(this._config.getMetadataApiEndpoint() + Api.SAVE_PROPERTY, metadataFile, Api.httpOptionsJson);\r\n }\r\n\r\n removeProperty(metadataFile: MetadataFileDescription) {\r\n return this._http.post(this._config.getMetadataApiEndpoint() + Api.REMOVE_PROPERTY, metadataFile, Api.httpOptionsJson);\r\n }\r\n\r\n upload(file: File, url: string, rewrite: boolean) {\r\n const formData = new FormData();\r\n formData.append(\"file\", file);\r\n formData.append('rewrite', String(rewrite));\r\n if (url) {\r\n formData.append(\"url\", url);\r\n }\r\n\r\n return this._http.post(this._config.getMetadataApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\r\n }\r\n\r\n loadPage(credentials: FileCredentials, page: number) {\r\n return this._http.post(this._config.getMetadataApiEndpoint() + Api.LOAD_DOCUMENT_PAGE, {\r\n 'guid': credentials.guid,\r\n 'password': credentials.password,\r\n 'page': page\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n getDownloadUrl(credentials: FileCredentials) {\r\n return this._config.getMetadataApiEndpoint() + Api.DOWNLOAD_DOCUMENTS + '/?path=' + credentials.guid;\r\n }\r\n\r\n loadPrint(credentials: FileCredentials) {\r\n return this._http.post(this._config.getMetadataApiEndpoint() + Api.LOAD_PRINT, {\r\n 'guid': credentials.guid,\r\n 'password': credentials.password,\r\n }, Api.httpOptionsJson);\r\n }\r\n}\r\n\r\nexport class MetadataFileDescription {\r\n guid: string;\r\n properties: FilePropertyModel[];\r\n}\r\n","export * from './lib/parser.module';\r\nexport * from './lib/parser-app.component';\r\n","import {Observable, Subject} from \"rxjs\";\r\n\r\nexport class ActiveFieldService {\r\n private changeSubject: Subject = new Subject();\r\n readonly changed: Observable = this.changeSubject.asObservable();\r\n\r\n constructor() {\r\n }\r\n\r\n changeActive(id: number) {\r\n this.changeSubject.next(id);\r\n }\r\n}","import { EventEmitter } from \"events\";\r\nimport { Observable, Subject } from 'rxjs';\r\nimport { PageModel } from \"@groupdocs.examples.angular/common-components\";\r\n\r\nexport class FileDescription {\r\n guid: string;\r\n pages: PageModel[];\r\n}\r\n\r\nexport class Point {\r\n readonly x: number;\r\n readonly y: number;\r\n\r\n constructor(x: number, y: number) {\r\n this.x = x;\r\n this.y = y;\r\n }\r\n}\r\n\r\nexport class Size {\r\n readonly width: number;\r\n readonly height: number;\r\n\r\n constructor(width: number, height: number) {\r\n this.width = width;\r\n this.height = height;\r\n }\r\n}\r\n\r\nexport interface TemplateId {\r\n readonly id: string;\r\n name: string;\r\n}\r\n\r\nexport class Template implements TemplateId {\r\n private _id: string = null;\r\n private _name: string = \"template name\";\r\n\r\n private fields = new Array();\r\n private addSubject: Subject = new Subject();\r\n private removeSubject: Subject = new Subject();\r\n\r\n readonly added: Observable = this.addSubject.asObservable();\r\n readonly removed: Observable = this.removeSubject.asObservable();\r\n\r\n isStored() {\r\n return this.id != null;\r\n }\r\n\r\n get id() {\r\n return this._id;\r\n }\r\n\r\n get name() {\r\n return this._name;\r\n }\r\n\r\n set name(name: string) {\r\n this._name = name;\r\n this.save();\r\n }\r\n\r\n addField(field: TemplateField) {\r\n this.fields.push(field);\r\n this.save();\r\n\r\n this.addSubject.next(field);\r\n }\r\n\r\n removeField(field: TemplateField) {\r\n var index = this.fields.indexOf(field);\r\n if (index > -1) {\r\n this.fields.splice(index, 1);\r\n }\r\n\r\n this.save();\r\n\r\n this.removeSubject.next(field);\r\n }\r\n\r\n getFields() {\r\n return this.fields;\r\n }\r\n\r\n static readonly TEMPLATE_MAX_ID = \"TEMPLATEMAXID\";\r\n static readonly TEMPLATE_PREFIX = \"TEMPLATE_\";\r\n static readonly FIELD_PREFIX = \"FIELD_\";\r\n\r\n static getTemplateIds(): Array {\r\n let ids = new Array();\r\n\r\n let i: number;\r\n for (i = 0; i < localStorage.length; i++) {\r\n const key = localStorage.key(i);\r\n if (key.startsWith(Template.TEMPLATE_PREFIX)) {\r\n const id: TemplateId = {\r\n id : key.substr(Template.TEMPLATE_PREFIX.length),\r\n name : localStorage.getItem(key)\r\n }\r\n\r\n ids.push(id);\r\n }\r\n }\r\n\r\n return ids;\r\n }\r\n\r\n static load(id: string): Template {\r\n let template = new Template();\r\n template._id = id;\r\n template._name = localStorage[Template.TEMPLATE_PREFIX + id]\r\n\r\n const fieldPrefix = Template.FIELD_PREFIX + id;\r\n\r\n let i: number;\r\n for (i = 0; i < localStorage.length; i++) {\r\n const key = localStorage.key(i);\r\n if (key.startsWith(fieldPrefix)) {\r\n const data = JSON.parse(localStorage.getItem(key));\r\n\r\n let field = new TemplateField(template);\r\n field.id = data.id;\r\n field.name = data.name;\r\n field.pageNumber = data.pageNumber;\r\n field.position = data.position;\r\n field.size = data.size;\r\n\r\n template.fields.push(field);\r\n };\r\n }\r\n\r\n return template;\r\n }\r\n\r\n save() {\r\n if (this.id != null) {\r\n this.remove();\r\n } else {\r\n const maxId = Number.parseInt(localStorage[Template.TEMPLATE_MAX_ID]);\r\n\r\n this._id = ((isNaN(maxId) ? 0 : maxId) + 1).toString();\r\n localStorage[Template.TEMPLATE_MAX_ID] = this._id;\r\n }\r\n\r\n localStorage[Template.TEMPLATE_PREFIX + this.id] = this.name;\r\n const fieldPrefix = Template.FIELD_PREFIX + this.id;\r\n\r\n this.fields.forEach(field => {\r\n localStorage.setItem(fieldPrefix + field.id, JSON.stringify(field));\r\n });\r\n }\r\n\r\n remove() {\r\n localStorage.removeItem(Template.TEMPLATE_PREFIX + this.id);\r\n const fieldPrefix = Template.FIELD_PREFIX + this.id;\r\n\r\n let i: number;\r\n for (i = 0; i < localStorage.length; i++) {\r\n const key = localStorage.key(i);\r\n\r\n if (key.startsWith(fieldPrefix)) {\r\n localStorage.removeItem(key);\r\n }\r\n }\r\n\r\n if (localStorage.length == 1) {\r\n localStorage.removeItem(Template.TEMPLATE_MAX_ID);\r\n }\r\n }\r\n}\r\n\r\nexport class TemplateField {\r\n id: number;\r\n name: string;\r\n pageNumber: number;\r\n position: Point;\r\n size: Size;\r\n\r\n constructor(private template: Template) {\r\n }\r\n\r\n remove() {\r\n this.template.removeField(this);\r\n }\r\n\r\n update() {\r\n this.template.save();\r\n }\r\n\r\n toJSON() {\r\n return {\r\n id: this.id,\r\n name: this.name,\r\n pageNumber: this.pageNumber,\r\n position: this.position,\r\n size: this.size\r\n };\r\n }\r\n}","module.exports = \"#gd-confirmation-section {\\n width: 375px;\\n}\\n.gd-confirmation-wrap {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n margin: 24px;\\n}\\n.gd-confirmation-wrap div {\\n font-size: 14px;\\n color: #acacac;\\n padding-bottom: 12px;\\n}\\n.gd-confirmation-wrap gd-button {\\n align-self: flex-end;\\n}\\n.gd-confirmation-wrap ::ng-deep .button {\\n height: 37px;\\n width: 72px;\\n padding: 0px;\\n -webkit-box-pack: center;\\n justify-content: center;\\n}\\n.gd-confirmation-wrap ::ng-deep .button ::ng-deep .text {\\n font-size: 10px !important;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvcGFyc2VyL3NyYy9saWIvY29uZmlybWF0aW9uLW1vZGFsL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9wYXJzZXIvc3JjL2xpYi9jb25maXJtYXRpb24tbW9kYWwvY29uZmlybWF0aW9uLW1vZGFsLmNvbXBvbmVudC5sZXNzIiwibGlicy9wYXJzZXIvc3JjL2xpYi9jb25maXJtYXRpb24tbW9kYWwvY29uZmlybWF0aW9uLW1vZGFsLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UsWUFBQTtBQ0RGO0FES0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxZQUFBO0FDSEY7QURBQTtFQUtJLGVBQUE7RUFDQSxjQUFBO0VBQ0Esb0JBQUE7QUNGSjtBRExBO0VBVUksb0JBQUE7QUNGSjtBRFJBO0VBYUksWUFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtBQ0ZKO0FEZEE7RUFrQk0sMEJBQUE7QUNETiIsImZpbGUiOiJsaWJzL3BhcnNlci9zcmMvbGliL2NvbmZpcm1hdGlvbi1tb2RhbC9jb25maXJtYXRpb24tbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi8uLi8uLi9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbiNnZC1jb25maXJtYXRpb24tc2VjdGlvbiB7XG4gIHdpZHRoOiAzNzVweDtcbiAvLyBoZWlnaHQ6IDE2NHB4O1xufVxuXG4uZ2QtY29uZmlybWF0aW9uLXdyYXAge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBtYXJnaW46IDI0cHg7XG4gIGRpdiB7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuICAgIGNvbG9yOiBAc2lsdmVyLWNoYWxpY2U7XG4gICAgcGFkZGluZy1ib3R0b206IDEycHg7XG4gIH1cbiAgZ2QtYnV0dG9uIHtcbiAgICBhbGlnbi1zZWxmOiBmbGV4LWVuZDtcbiAgfVxuICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgaGVpZ2h0OiAzN3B4O1xuICAgIHdpZHRoOiA3MnB4O1xuICAgIHBhZGRpbmc6IDBweDtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICA6Om5nLWRlZXAgLnRleHQge1xuICAgICAgZm9udC1zaXplOiAxMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG59IiwiI2dkLWNvbmZpcm1hdGlvbi1zZWN0aW9uIHtcbiAgd2lkdGg6IDM3NXB4O1xufVxuLmdkLWNvbmZpcm1hdGlvbi13cmFwIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgbWFyZ2luOiAyNHB4O1xufVxuLmdkLWNvbmZpcm1hdGlvbi13cmFwIGRpdiB7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgY29sb3I6ICNhY2FjYWM7XG4gIHBhZGRpbmctYm90dG9tOiAxMnB4O1xufVxuLmdkLWNvbmZpcm1hdGlvbi13cmFwIGdkLWJ1dHRvbiB7XG4gIGFsaWduLXNlbGY6IGZsZXgtZW5kO1xufVxuLmdkLWNvbmZpcm1hdGlvbi13cmFwIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgaGVpZ2h0OiAzN3B4O1xuICB3aWR0aDogNzJweDtcbiAgcGFkZGluZzogMHB4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbn1cbi5nZC1jb25maXJtYXRpb24td3JhcCA6Om5nLWRlZXAgLmJ1dHRvbiA6Om5nLWRlZXAgLnRleHQge1xuICBmb250LXNpemU6IDEwcHggIWltcG9ydGFudDtcbn1cbiJdfQ== */\"","import { Component, Input, OnInit, Output, EventEmitter } from '@angular/core';\n\n@Component({\n selector: 'app-confirmation-modal',\n templateUrl: './confirmation-modal.component.html',\n styleUrls: ['./confirmation-modal.component.less']\n})\nexport class ConfirmationModalComponent implements OnInit {\n @Input() modalId : string;\n @Input() id : any;\n @Input() title : string = \"Confirmation\";\n @Input() text : string;\n @Input() actionText : string = \"Ok\";\n @Input() actionIcon : string = \"\";\n @Output() confirmEvent = new EventEmitter();\n\n constructor() { }\n\n ngOnInit() {\n }\n\n confirmClick() {\n this.confirmEvent.emit(this.id);\n }\n\n}\n","module.exports = \"/* {\\n z-index: 1;\\n position: absolute;\\n top: 0;\\n left: 0;\\n width: 100%;\\n height: 100%;\\n \\n }*/\\n.gd-field {\\n position: absolute !important;\\n cursor: move;\\n z-index: 9;\\n}\\n.gd-field .gd-field-wrapper-border {\\n z-index: 9;\\n width: 100%;\\n height: 100%;\\n opacity: 70%;\\n outline: 1px solid #679FFA;\\n background-color: silver;\\n text-overflow: clip;\\n white-space: nowrap;\\n overflow: hidden;\\n}\\n.gd-field .gd-field-wrapper {\\n height: inherit;\\n top: 0px;\\n z-index: 9;\\n outline: 1px solid #679FFA;\\n}\\n.gd-field .gd-field-wrapper ::ng-deep .palette {\\n width: 0px;\\n height: 37px;\\n}\\n.ui-resizable-handle {\\n background-color: #679FFA;\\n width: 8px;\\n height: 8px;\\n border-radius: 100%;\\n position: absolute;\\n font-size: 0.1px;\\n display: block;\\n}\\n.se-resize {\\n bottom: -5px;\\n right: -5px;\\n cursor: se-resize;\\n}\\n.ne-resize {\\n top: -5px;\\n right: -5px;\\n cursor: ne-resize;\\n}\\n.sw-resize {\\n bottom: -5px;\\n left: -5px;\\n cursor: sw-resize;\\n}\\n.nw-resize {\\n top: -5px;\\n left: -5px;\\n cursor: nw-resize;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvcGFyc2VyL3NyYy9saWIvZmllbGQvZmllbGQuY29tcG9uZW50Lmxlc3MiLCJsaWJzL3BhcnNlci9zcmMvbGliL2ZpZWxkL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9wYXJzZXIvc3JjL2xpYi9maWVsZC9maWVsZC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7SUFRSTtBQ0VKO0VBQ0UsNkJBQUE7RUFDQSxZQUFBO0VBQ0EsVUFBQTtBREFGO0FDSEE7RUFNSSxVQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxZQUFBO0VBQ0EsMEJBQUE7RUFDQSx3QkFBQTtFQUNBLG1CQUFBO0VBQ0EsbUJBQUE7RUFDQSxnQkFBQTtBREFKO0FDZEE7RUFrQkksZUFBQTtFQUNBLFFBQUE7RUFDQSxVQUFBO0VBQ0EsMEJBQUE7QURESjtBQ3BCQTtFQXdCTSxVQUFBO0VBQ0EsWUFBQTtBREROO0FDTUE7RUFDRSx5QkFBQTtFQUNBLFVBQUE7RUFDQSxXQUFBO0VBQ0EsbUJBQUE7RUFDQSxrQkFBQTtFQUNBLGdCQUFBO0VBQ0EsY0FBQTtBREpGO0FDT0E7RUFDRSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGlCQUFBO0FETEY7QUNRQTtFQUNFLFNBQUE7RUFDQSxXQUFBO0VBQ0EsaUJBQUE7QURORjtBQ1NBO0VBQ0UsWUFBQTtFQUNBLFVBQUE7RUFDQSxpQkFBQTtBRFBGO0FDVUE7RUFDRSxTQUFBO0VBQ0EsVUFBQTtFQUNBLGlCQUFBO0FEUkYiLCJmaWxlIjoibGlicy9wYXJzZXIvc3JjL2xpYi9maWVsZC9maWVsZC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIi8qIHtcbiAgICB6LWluZGV4OiAxO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDA7XG4gICAgbGVmdDogMDtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgXG4gIH0qL1xuLmdkLWZpZWxkIHtcbiAgcG9zaXRpb246IGFic29sdXRlICFpbXBvcnRhbnQ7XG4gIGN1cnNvcjogbW92ZTtcbiAgei1pbmRleDogOTtcbn1cbi5nZC1maWVsZCAuZ2QtZmllbGQtd3JhcHBlci1ib3JkZXIge1xuICB6LWluZGV4OiA5O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICBvcGFjaXR5OiA3MCU7XG4gIG91dGxpbmU6IDFweCBzb2xpZCAjNjc5RkZBO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBzaWx2ZXI7XG4gIHRleHQtb3ZlcmZsb3c6IGNsaXA7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gIG92ZXJmbG93OiBoaWRkZW47XG59XG4uZ2QtZmllbGQgLmdkLWZpZWxkLXdyYXBwZXIge1xuICBoZWlnaHQ6IGluaGVyaXQ7XG4gIHRvcDogMHB4O1xuICB6LWluZGV4OiA5O1xuICBvdXRsaW5lOiAxcHggc29saWQgIzY3OUZGQTtcbn1cbi5nZC1maWVsZCAuZ2QtZmllbGQtd3JhcHBlciA6Om5nLWRlZXAgLnBhbGV0dGUge1xuICB3aWR0aDogMHB4O1xuICBoZWlnaHQ6IDM3cHg7XG59XG4udWktcmVzaXphYmxlLWhhbmRsZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM2NzlGRkE7XG4gIHdpZHRoOiA4cHg7XG4gIGhlaWdodDogOHB4O1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGZvbnQtc2l6ZTogMC4xcHg7XG4gIGRpc3BsYXk6IGJsb2NrO1xufVxuLnNlLXJlc2l6ZSB7XG4gIGJvdHRvbTogLTVweDtcbiAgcmlnaHQ6IC01cHg7XG4gIGN1cnNvcjogc2UtcmVzaXplO1xufVxuLm5lLXJlc2l6ZSB7XG4gIHRvcDogLTVweDtcbiAgcmlnaHQ6IC01cHg7XG4gIGN1cnNvcjogbmUtcmVzaXplO1xufVxuLnN3LXJlc2l6ZSB7XG4gIGJvdHRvbTogLTVweDtcbiAgbGVmdDogLTVweDtcbiAgY3Vyc29yOiBzdy1yZXNpemU7XG59XG4ubnctcmVzaXplIHtcbiAgdG9wOiAtNXB4O1xuICBsZWZ0OiAtNXB4O1xuICBjdXJzb3I6IG53LXJlc2l6ZTtcbn1cbiIsIi8qIHtcbiAgICB6LWluZGV4OiAxO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDA7XG4gICAgbGVmdDogMDtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgXG4gIH0qL1xuXG4uZ2QtZmllbGQge1xuICBwb3NpdGlvbjogYWJzb2x1dGUgIWltcG9ydGFudDtcbiAgY3Vyc29yOiBtb3ZlO1xuICB6LWluZGV4OiA5O1xuXG4gIC5nZC1maWVsZC13cmFwcGVyLWJvcmRlciB7XG4gICAgei1pbmRleDogOTtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgb3BhY2l0eTogNzAlO1xuICAgIG91dGxpbmU6IDFweCBzb2xpZCAjNjc5RkZBO1xuICAgIGJhY2tncm91bmQtY29sb3I6IHNpbHZlcjtcbiAgICB0ZXh0LW92ZXJmbG93OiBjbGlwO1xuICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gICAgb3ZlcmZsb3c6aGlkZGVuOyBcbiAgIH1cbiAgXG4gIC5nZC1maWVsZC13cmFwcGVyIHtcbiAgICBoZWlnaHQ6IGluaGVyaXQ7XG4gICAgdG9wOiAwcHg7XG4gICAgei1pbmRleDogOTtcbiAgICBvdXRsaW5lOiAxcHggc29saWQgIzY3OUZGQTtcblxuICAgIDo6bmctZGVlcCAucGFsZXR0ZSB7XG4gICAgICB3aWR0aDogMHB4O1xuICAgICAgaGVpZ2h0OiAzN3B4O1xuICAgIH1cbiAgfVxufVxuXG4udWktcmVzaXphYmxlLWhhbmRsZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM2NzlGRkE7XG4gIHdpZHRoOiA4cHg7XG4gIGhlaWdodDogOHB4O1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGZvbnQtc2l6ZTogMC4xcHg7XG4gIGRpc3BsYXk6IGJsb2NrO1xufVxuXG4uc2UtcmVzaXplIHtcbiAgYm90dG9tOiAtNXB4O1xuICByaWdodDogLTVweDtcbiAgY3Vyc29yOiBzZS1yZXNpemU7XG59XG5cbi5uZS1yZXNpemUge1xuICB0b3A6IC01cHg7XG4gIHJpZ2h0OiAtNXB4O1xuICBjdXJzb3I6IG5lLXJlc2l6ZTtcbn1cblxuLnN3LXJlc2l6ZSB7XG4gIGJvdHRvbTogLTVweDtcbiAgbGVmdDogLTVweDtcbiAgY3Vyc29yOiBzdy1yZXNpemU7XG59XG5cbi5udy1yZXNpemUge1xuICB0b3A6IC01cHg7XG4gIGxlZnQ6IC01cHg7XG4gIGN1cnNvcjogbnctcmVzaXplO1xufSJdfQ== */\"","import { Component, HostListener, OnDestroy, OnInit } from '@angular/core';\r\nimport { Utils } from '@groupdocs.examples.angular/common-components';\r\nimport { Point, Size, TemplateField } from '../app-models';\r\n\r\nimport * as jquery from 'jquery';\r\nimport { ActiveFieldService } from '../active-field.service';\r\nimport { Subscription } from 'rxjs';\r\nconst $ = jquery;\r\n\r\n@Component({\r\n selector: 'app-field',\r\n templateUrl: './field.component.html',\r\n styleUrls: ['./field.component.less']\r\n})\r\nexport class FieldComponent implements OnInit, OnDestroy {\r\n id: number;\r\n pageSize: Size;\r\n\r\n private field: TemplateField\r\n\r\n private left: number;\r\n private top: number;\r\n private right: number;\r\n private bottom: number;\r\n private active = false;\r\n private editMode = false;\r\n\r\n private mouseMoveParameters: MouseMoveParameters = null;\r\n\r\n private activeFieldSubscribtion: Subscription;\r\n\r\n constructor(private activeFieldService: ActiveFieldService) {\r\n this.activeFieldSubscribtion = activeFieldService.changed.subscribe(id => {\r\n const isActive = this.id == id;\r\n if (!isActive && this.active) {\r\n this.deactivate();\r\n }\r\n\r\n this.active = isActive;\r\n });\r\n }\r\n\r\n ngOnInit(): void {\r\n }\r\n\r\n ngOnDestroy(): void {\r\n if (this.activeFieldSubscribtion) {\r\n this.activeFieldSubscribtion.unsubscribe();\r\n }\r\n }\r\n\r\n setField(field: TemplateField) {\r\n this.field = field;\r\n\r\n this.left = this.field.position.x;\r\n this.top = this.field.position.y;\r\n\r\n this.right = this.left + this.field.size.width;\r\n this.bottom = this.top + this.field.size.height;\r\n }\r\n\r\n getField() {\r\n return this.field;\r\n }\r\n\r\n getLeft() {\r\n return this.left;\r\n }\r\n\r\n getTop() {\r\n return this.top;\r\n }\r\n\r\n getHeight() {\r\n return this.bottom - this.top;\r\n }\r\n\r\n getWidth() {\r\n return this.right - this.left;\r\n }\r\n\r\n isActive() {\r\n return this.active;\r\n }\r\n\r\n isEditMode() {\r\n return this.editMode;\r\n }\r\n\r\n deactivate() {\r\n this.active = false;\r\n this.editMode = false;\r\n }\r\n\r\n deactivateEditMode() {\r\n this.editMode = false;\r\n this.field.update();\r\n }\r\n\r\n activateEditMode() {\r\n this.editMode = true; \r\n }\r\n\r\n @HostListener('document:mousemove', ['$event'])\r\n onMouseMove($event: MouseEvent) {\r\n this.mouseMove($event);\r\n }\r\n\r\n @HostListener('document:mouseup', ['$event'])\r\n onMouseUp($event: MouseEvent) {\r\n this.mouseUp($event);\r\n }\r\n\r\n @HostListener(\"document:keyup\", ['$event'])\r\n onKey($event: KeyboardEvent) {\r\n if (!this.isActive()) {\r\n return;\r\n }\r\n\r\n if ($event.key == \"Enter\" && this.isEditMode()) {\r\n this.deactivateEditMode();\r\n }\r\n\r\n if ($event.key == \"Delete\" && !this.isEditMode()) {\r\n this.field.remove();\r\n }\r\n }\r\n\r\n mouseDown($event: MouseEvent, mode: string) {\r\n let mouseMoveMode = MouseMoveMode[mode];\r\n if (mouseMoveMode === undefined) {\r\n return;\r\n }\r\n\r\n let position: Point;\r\n switch (mouseMoveMode) {\r\n case MouseMoveMode.Move:\r\n position = this.field.position;\r\n break;\r\n\r\n case MouseMoveMode.NW:\r\n position = this.field.position;\r\n break;\r\n\r\n case MouseMoveMode.NE:\r\n position = new Point(this.right, this.top);\r\n break;\r\n\r\n case MouseMoveMode.SE:\r\n position = new Point(this.right, this.bottom);\r\n break;\r\n\r\n case MouseMoveMode.SW:\r\n position = new Point(this.left, this.bottom);\r\n break;\r\n\r\n default:\r\n return;\r\n }\r\n\r\n $event.preventDefault();\r\n\r\n this.activeFieldService.changeActive(this.id);\r\n this.mouseMoveParameters = new MouseMoveParameters(\r\n Utils.getMousePosition($event),\r\n position,\r\n mouseMoveMode,\r\n );\r\n }\r\n\r\n mouseUp($event: MouseEvent) {\r\n if (!this.mouseMoveParameters) {\r\n return;\r\n }\r\n\r\n $event.preventDefault();\r\n this.mouseMoveParameters = null;\r\n this.field.position = new Point(this.left, this.top);\r\n this.field.size = new Size(this.getWidth(), this.getHeight());\r\n\r\n this.field.update();\r\n }\r\n\r\n mouseMove($event: MouseEvent) {\r\n if (!this.mouseMoveParameters) {\r\n return;\r\n }\r\n\r\n const minWidth = 40;\r\n const minHeight = 10;\r\n\r\n const newMousePosition = Utils.getMousePosition($event);\r\n const newFieldPosition = this.mouseMoveParameters.getNewPosition(newMousePosition);\r\n\r\n switch (this.mouseMoveParameters.mode) {\r\n case MouseMoveMode.Move:\r\n this.left = Math.min(this.pageSize.width - this.field.size.width, Math.max(0, newFieldPosition.x));\r\n this.top = Math.min(this.pageSize.height - this.field.size.height, Math.max(0, newFieldPosition.y));\r\n this.right = this.left + this.field.size.width;\r\n this.bottom = this.top + this.field.size.height;\r\n break;\r\n\r\n case MouseMoveMode.NW:\r\n this.left = Math.min(this.right - minWidth, Math.max(0, newFieldPosition.x));\r\n this.top = Math.min(this.bottom - minHeight, Math.max(0, newFieldPosition.y));\r\n break;\r\n\r\n case MouseMoveMode.NE:\r\n this.right = Math.max(this.left + minWidth, Math.min(this.pageSize.width, newFieldPosition.x));\r\n this.top = Math.min(this.bottom - minHeight, Math.max(0, newFieldPosition.y));\r\n break;\r\n\r\n case MouseMoveMode.SE:\r\n this.right = Math.max(this.left + minWidth, Math.min(this.pageSize.width, newFieldPosition.x));\r\n this.bottom = Math.max(this.top + minHeight, Math.min(this.pageSize.height, newFieldPosition.y));\r\n break;\r\n\r\n case MouseMoveMode.SW:\r\n this.left = Math.min(this.right - minWidth, Math.max(0, newFieldPosition.x));\r\n this.bottom = Math.max(this.top + minHeight, Math.min(this.pageSize.height, newFieldPosition.y));\r\n break;\r\n }\r\n }\r\n}\r\n\r\nclass MouseMoveParameters {\r\n private deltaX: number;\r\n private deltaY: number;\r\n readonly position: Point;\r\n readonly mode: MouseMoveMode;\r\n\r\n constructor(mousePosition: Point, position: Point, mode: MouseMoveMode) {\r\n this.position = position;\r\n this.mode = mode;\r\n\r\n this.deltaX = mousePosition.x - position.x;\r\n this.deltaY = mousePosition.y - position.y;\r\n }\r\n\r\n getNewPosition(newMousePosition: Point): Point {\r\n return new Point(\r\n newMousePosition.x - this.deltaX,\r\n newMousePosition.y - this.deltaY\r\n );\r\n }\r\n}\r\n\r\nenum MouseMoveMode {\r\n Move,\r\n NE,\r\n NW,\r\n SW,\r\n SE\r\n}","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\\n.parser-wrapper {\\n z-index: 100;\\n}\\n.parser-wrapper ::ng-deep .button {\\n color: #3E4E5A !important;\\n}\\n.parser-wrapper ::ng-deep .button .text {\\n padding: 0px !important;\\n}\\n.parser-wrapper ::ng-deep .select {\\n color: #3E4E5A !important;\\n}\\n.toolbar-panel {\\n width: 100%;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n padding-left: 10px;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvcGFyc2VyL3NyYy9saWIvcGFyc2VyLWFwcC5jb21wb25lbnQubGVzcyIsImxpYnMvcGFyc2VyL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3BhcnNlci9zcmMvbGliL3BhcnNlci1hcHAuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsNkVDQWtCO0FBR2xCO0VBQ0ksWUFBQTtBRERKO0FDQUE7RUFHTSx5QkFBQTtBREFOO0FDSEE7RUFNUSx1QkFBQTtBREFSO0FDTkE7RUFXTSx5QkFBQTtBREZOO0FDTUE7RUFDSSxXQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLGtCQUFBO0FESko7QUNPQTtFQUNFLDBCQUFBO1VBQUEsb0JBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7RUFDQSxNQUFBO0VBQ0EsU0FBQTtFQUNBLE9BQUE7RUFDQSxRQUFBO0FETEYiLCJmaWxlIjoibGlicy9wYXJzZXIvc3JjL2xpYi9wYXJzZXItYXBwLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG4ucGFyc2VyLXdyYXBwZXIge1xuICB6LWluZGV4OiAxMDA7XG59XG4ucGFyc2VyLXdyYXBwZXIgOjpuZy1kZWVwIC5idXR0b24ge1xuICBjb2xvcjogIzNFNEU1QSAhaW1wb3J0YW50O1xufVxuLnBhcnNlci13cmFwcGVyIDo6bmctZGVlcCAuYnV0dG9uIC50ZXh0IHtcbiAgcGFkZGluZzogMHB4ICFpbXBvcnRhbnQ7XG59XG4ucGFyc2VyLXdyYXBwZXIgOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBjb2xvcjogIzNFNEU1QSAhaW1wb3J0YW50O1xufVxuLnRvb2xiYXItcGFuZWwge1xuICB3aWR0aDogMTAwJTtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgcGFkZGluZy1sZWZ0OiAxMHB4O1xufVxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0OiAxMDAlO1xuICB3aWR0aDogMTAwJTtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG4iLCJAaW1wb3J0IChjc3MpIHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbkBpbXBvcnQgXCIuLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4ucGFyc2VyLXdyYXBwZXIge1xuICAgIHotaW5kZXg6IDEwMDtcbiAgICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgICBjb2xvcjogQHByaW1hcnkgICFpbXBvcnRhbnQ7XG4gIFxuICAgICAgLnRleHQge1xuICAgICAgICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbiAgICAgIH1cbiAgICB9XG4gIFxuICAgIDo6bmctZGVlcCAuc2VsZWN0IHtcbiAgICAgIGNvbG9yOiBAcHJpbWFyeSAgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuLnRvb2xiYXItcGFuZWwge1xuICAgIHdpZHRoICAgICAgOiAxMDAlO1xuICAgIGRpc3BsYXkgICAgOiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgcGFkZGluZy1sZWZ0OiAxMHB4O1xufVxuXG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQgICAgIDogMTAwJTtcbiAgd2lkdGggICAgICA6IDEwMCU7XG4gIHBvc2l0aW9uICAgOiBmaXhlZDtcbiAgdG9wICAgICAgICA6IDA7XG4gIGJvdHRvbSAgICAgOiAwO1xuICBsZWZ0ICAgICAgIDogMDtcbiAgcmlnaHQgICAgICA6IDA7XG59Il19 */\"","import { Component, OnInit } from '@angular/core';\nimport {\n AddDynamicComponentService,\n CommonModals,\n FileCredentials,\n FileModel, Formatting,\n HostingDynamicComponentService,\n ModalService,\n NavigateService, PagePreloadService, PasswordService,\n TopTabActivatorService, UploadFilesService,\n Utils,\n WindowService,\n ZoomService\n} from \"@groupdocs.examples.angular/common-components\";\nimport { FileDescription, Template, TemplateId } from './app-models';\nimport { ParserService } from './parser.service';\nimport { ParserConfig } from './parser-config';\n\n\n@Component({\n selector: 'gd-app-parser',\n templateUrl: './parser-app.component.html',\n styleUrls: ['./parser-app.component.less']\n})\nexport class ParserAppComponent implements OnInit {\n template: Template;\n parserConfig: ParserConfig;\n\n constructor(\n private _modalService: ModalService,\n private _parserService: ParserService,\n uploadFilesService: UploadFilesService) {\n\n uploadFilesService.uploadsChange.subscribe((uploads) => {\n if (uploads) {\n let i: number;\n for (i = 0; i < uploads.length; i++) {\n this._parserService.upload(uploads.item(i), '', this.rewriteConfig).subscribe((obj: FileCredentials) => {\n this.selectDir('');\n });\n }\n }\n });\n }\n\n ngOnInit(): void {\n this.createTemplate();\n }\n\n changeTemplateName(name: string) {\n if (name == this.template.name) {\n return;\n }\n\n this.template.name = name;\n }\n\n createTemplate() {\n this.template = new Template();\n }\n\n loadTemplate(id: TemplateId) {\n this.template = Template.load(id.id);\n this._modalService.close(\"gd-browse-templates\");\n }\n\n selectTemplate() {\n this._modalService.open(\"gd-browse-templates\");\n }\n\n deleteTemplate() {\n if (this.template.isStored()) {\n this._modalService.open(\"id-delete-template-modal\");\n }\n }\n\n deleteTemplateById(id: TemplateId) {\n this._modalService.close(\"id-delete-template-modal\");\n if (this.template.isStored()) {\n this.template.remove();\n this.createTemplate();\n }\n }\n\n parseByTemplate() {\n this._parserService.parseByTemplate(this.file.guid, this.template);\n }\n\n // File Browser\n private _file: FileDescription;\n\n files: FileModel[] = [];\n credentials: FileCredentials;\n browseFilesModal = CommonModals.BrowseFiles;\n\n set file(file: FileDescription) {\n this._file = file;\n this.createTemplate();\n }\n\n get file() {\n return this._file;\n }\n\n get uploadConfig(): boolean {\n return this.parserConfig ? this.parserConfig.upload : true;\n }\n\n get browseConfig(): boolean {\n return this.parserConfig ? this.parserConfig.browse : true;\n }\n\n get rewriteConfig(): boolean {\n return this.parserConfig ? this.parserConfig.rewrite : true;\n }\n\n openModal(id: string) {\n this._modalService.open(id);\n }\n\n upload($event: string) {\n this._parserService.upload(null, $event, this.rewriteConfig).subscribe(() => {\n this.selectDir('');\n });\n }\n\n selectDir($event: string) {\n this._parserService.loadFiles($event).subscribe((files: FileModel[]) => this.files = files || []);\n }\n\n selectFile($event: string, password: string, modalId: string) {\n this.credentials = new FileCredentials($event, password);\n this.file = null;\n this._parserService.loadFile(this.credentials).subscribe((file: FileDescription) => {\n this.file = file;\n }\n );\n if (modalId) {\n this._modalService.close(modalId);\n }\n }\n}\n","import {APP_INITIALIZER, ModuleWithProviders, NgModule} from '@angular/core';\nimport {CommonModule} from '@angular/common';\nimport {\n CommonComponentsModule,\n ErrorInterceptorService, LoadingMaskInterceptorService, LoadingMaskService\n} from \"@groupdocs.examples.angular/common-components\";\n\nimport {library} from \"@fortawesome/fontawesome-svg-core\";\nimport {fas} from \"@fortawesome/free-solid-svg-icons\";\nimport {far} from \"@fortawesome/free-regular-svg-icons\";\nimport { BrowserModule } from '@angular/platform-browser';\nimport { ClickOutsideModule } from \"ng-click-outside\";\nimport { ParserAppComponent } from './parser-app.component';\nimport { SurfaceComponent } from './surface/surface.component';\nimport { FieldComponent } from './field/field.component';\nimport { ActiveFieldService } from './active-field.service';\nimport { TemplateNameComponent } from './template-name/template-name.component';\nimport { TemplateBrowserComponent } from './template-browser/template-browser.component';\nimport { ConfirmationModalComponent } from './confirmation-modal/confirmation-modal.component';\nimport { Api, ConfigService } from \"../../../common-components/src/lib/config.service\";\n\n@NgModule({\n declarations: [ParserAppComponent, SurfaceComponent, FieldComponent, TemplateNameComponent, TemplateBrowserComponent, ConfirmationModalComponent],\n imports: [\n BrowserModule,\n CommonComponentsModule, \n ClickOutsideModule\n ],\n providers: [ ActiveFieldService, ConfigService ],\n exports: [ ParserAppComponent, FieldComponent ],\n entryComponents: [ FieldComponent ],\n})\nexport class ParserModule { \n constructor() {\n library.add(fas, far);\n }\n\n static forRoot(apiEndpoint: string): ModuleWithProviders {\n Api.DEFAULT_API_ENDPOINT = apiEndpoint;\n return {\n ngModule: ParserModule\n };\n }\n\n}\n","import { Injectable } from '@angular/core';\nimport { HttpClient, HttpHeaders } from \"@angular/common/http\";\n\nimport { FileCredentials, FileUtil } from \"@groupdocs.examples.angular/common-components\";\nimport { ConfigService } from \"../../../common-components/src/lib/config.service\";\nimport { Template } from './app-models';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ParserService {\n\n constructor(private _http: HttpClient, private _config: ConfigService) { }\n\n loadFiles(path: string) {\n return this._http.post(this._config.getParserApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\n }\n\n loadFile(credentials: FileCredentials) {\n return this._http.post(this._config.getParserApiEndpoint() + Api.LOAD_DOCUMENT_DESCRIPTION, credentials, Api.httpOptionsJson);\n }\n\n upload(file: File, url: string, rewrite: boolean) {\n const formData = new FormData();\n formData.append(\"file\", file);\n formData.append('rewrite', String(rewrite));\n if (url) {\n formData.append(\"url\", url);\n }\n\n return this._http.post(this._config.getParserApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\n }\n\n parseByTemplate(documentGuid : string, template : Template){\n const formData = new FormData();\n formData.append(\"documentGuid\", documentGuid);\n\n const txt = template.getFields().toString();\n\n return this._http.post(this._config.getParserApiEndpoint() + Api.PARSE_BY_TEMPLATE, formData);\n }\n}\n\nclass Api {\n public static VIEWER_APP = '/viewer';\n public static SIGNATURE_APP = '/signature';\n public static ANNOTATION_APP = '/annotation';\n public static SEARCH_APP = '/search';\n public static EDITOR_APP = '/editor';\n public static COMPARISON_APP = '/comparison';\n public static CONVERSION_APP = '/conversion';\n public static METADATA_APP = '/metadata';\n public static PARSER_APP = '/parser';\n public static DEFAULT_API_ENDPOINT = window.location.href;\n public static LOAD_FILE_TREE = '/loadFileTree';\n public static LOAD_CONFIG = '/loadConfig';\n public static LOAD_DOCUMENT_DESCRIPTION = '/loadDocumentDescription';\n public static LOAD_DOCUMENT_PAGE = '/loadDocumentPage';\n public static LOAD_DOCUMENT_PROPERTIES = '/loadProperties';\n public static LOAD_DOCUMENT_PROPERTIES_NAMES = '/loadPropertiesNames';\n public static SAVE_PROPERTY = '/saveProperty';\n public static REMOVE_PROPERTY = '/removeProperty';\n public static ROTATE_DOCUMENT_PAGE = '/rotateDocumentPages';\n public static UPLOAD_DOCUMENTS = '/uploadDocument';\n public static DOWNLOAD_DOCUMENTS = '/downloadDocument';\n public static LOAD_PRINT = '/loadPrint';\n public static LOAD_PRINT_PDF = '/printPdf';\n public static LOAD_THUMBNAILS = '/loadThumbnails';\n public static LOAD_FORMATS = '/loadFormats';\n public static SAVE_FILE = '/saveFile';\n public static CREATE_FILE = '/createFile';\n public static COMPARE_FILES = '/compare';\n public static CONVERT_FILE = '/convert';\n public static DELETE_SIGNATURE_FILE = '/deleteSignatureFile';\n public static REMOVE_FROM_INDEX = '/removeFromIndex';\n public static GET_FILE_STATUS = '/getFileStatus';\n public static SAVE_OPTICAL_CODE = '/saveOpticalCode';\n public static SAVE_TEXT = '/saveText';\n public static SAVE_IMAGE = '/saveImage';\n public static SAVE_STAMP = '/saveStamp';\n public static SIGN = '/sign';\n public static DOWNLOAD_SIGNED = '/downloadSigned';\n public static LOAD_SIGNATURE_IMAGE = '/loadSignatureImage';\n public static ANNOTATE = '/annotate';\n public static SEARCH = '/search';\n public static ADD_FILES_TO_INDEX = '/addFilesToIndex';\n public static PARSE_BY_TEMPLATE = '/parseByTemplate';\n\n public static httpOptionsJson = {\n headers: new HttpHeaders({\n 'Content-Type': 'application/json',\n })\n };\n public static httpOptionsJsonResponseTypeBlob = {\n headers: new HttpHeaders({\n 'Content-Type': 'application/json',\n }),\n responseType: 'blob' as 'blob'\n };\n}\n","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n::ng-deep .page {\\n position: relative;\\n}\\n::ng-deep .gd-page-image {\\n width: unset;\\n height: unset;\\n}\\n::ng-deep .top-panel {\\n align-content: flex-start;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: inherit;\\n}\\n.gd-document {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n width: 100%;\\n position: fixed;\\n top: \\\"calc(90px)\\\";\\n bottom: 0;\\n left: 0;\\n right: 0;\\n height: calc(100% - 90px);\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvcGFyc2VyL3NyYy9saWIvc3VyZmFjZS9zdXJmYWNlLmNvbXBvbmVudC5sZXNzIiwibGlicy9wYXJzZXIvc3JjL2xpYi9zdXJmYWNlL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9wYXJzZXIvc3JjL2xpYi9zdXJmYWNlL3N1cmZhY2UuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsNkVDQWtCO0FBR2xCO0VBQ0ksc0RBQUE7QURESjtBQ0lBO0VBQ0Usa0JBQUE7QURGRjtBQ0tBO0VBQ0UsWUFBQTtFQUNBLGFBQUE7QURIRjtBQ01BO0VBQ0UseUJBQUE7QURKRjtBQ09BO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsZUFBQTtBRExGO0FDU0E7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7RUFDQSxpQkFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtFQUNBLHlCQUFBO0FEUEYiLCJmaWxlIjoibGlicy9wYXJzZXIvc3JjL2xpYi9zdXJmYWNlL3N1cmZhY2UuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG46Om5nLWRlZXAgLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG46Om5nLWRlZXAgLmdkLXBhZ2UtaW1hZ2Uge1xuICB3aWR0aDogdW5zZXQ7XG4gIGhlaWdodDogdW5zZXQ7XG59XG46Om5nLWRlZXAgLnRvcC1wYW5lbCB7XG4gIGFsaWduLWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG59XG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xufVxuLmdkLWRvY3VtZW50IHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogXCJjYWxjKDkwcHgpXCI7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gOTBweCk7XG59XG4iLCJAaW1wb3J0IChjc3MpIHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG46aG9zdCAqIHtcbiAgICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG4gIH1cbiAgXG46Om5nLWRlZXAgLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG5cbjo6bmctZGVlcCAuZ2QtcGFnZS1pbWFnZSB7XG4gIHdpZHRoIDogdW5zZXQ7XG4gIGhlaWdodDogdW5zZXQ7XG59XG5cbjo6bmctZGVlcCAudG9wLXBhbmVsIHtcbiAgYWxpZ24tY29udGVudDogZmxleC1zdGFydDtcbn1cblxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodCA6IGluaGVyaXQ7XG59XG5cblxuLmdkLWRvY3VtZW50IHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIHdpZHRoICAgICAgOiAxMDAlO1xuICBwb3NpdGlvbiAgIDogZml4ZWQ7XG4gIHRvcCAgICAgICAgOiBcImNhbGMoQHtlZGl0b3ItbmF2LWhlaWdodH0pXCI7XG4gIGJvdHRvbSAgICAgOiAwO1xuICBsZWZ0ICAgICAgIDogMDtcbiAgcmlnaHQgICAgICA6IDA7XG4gIGhlaWdodDp+XCJjYWxjKDEwMCUgLSBAe2VkaXRvci1uYXYtaGVpZ2h0fSlcIjtcbn0iXX0= */\"","import { Component, ComponentRef, Input, OnDestroy, OnInit } from '@angular/core';\r\nimport {\r\n AddDynamicComponentService,\r\n CommonModals,\r\n FileCredentials,\r\n FileModel, Formatting,\r\n HostingDynamicComponentService,\r\n LogoComponent,\r\n ModalService,\r\n NavigateService, PagePreloadService, PasswordService,\r\n TopTabActivatorService, UploadFilesService,\r\n Utils,\r\n WindowService,\r\n ZoomService\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport { FileDescription, Point, Size, Template, TemplateField } from '../app-models';\r\nimport { FieldComponent } from \"../field/field.component\";\r\n\r\nimport * as jquery from 'jquery';\r\nimport { Subscription } from 'rxjs';\r\nimport { ActiveFieldService } from '../active-field.service';\r\n\r\nconst $ = jquery;\r\n\r\n\r\n@Component({\r\n selector: 'app-surface',\r\n templateUrl: './surface.component.html',\r\n styleUrls: ['./surface.component.less']\r\n})\r\nexport class SurfaceComponent implements OnInit, OnDestroy {\r\n\r\n addMode: boolean = false;\r\n\r\n private _file: FileDescription;\r\n\r\n private _template: Template;\r\n private fieldAddedSubscription: Subscription;\r\n private fieldRemovedSubscription: Subscription;\r\n\r\n private lastId = -1;\r\n private fieldComponentRefs = new Map>();\r\n\r\n @Input() set file(file: FileDescription) {\r\n this._file = file;\r\n }\r\n\r\n get file() {\r\n return this._file;\r\n }\r\n\r\n @Input() set template(template: Template) {\r\n this._template = template;\r\n\r\n if (this.fieldAddedSubscription) {\r\n this.fieldAddedSubscription.unsubscribe();\r\n }\r\n\r\n if (this.fieldRemovedSubscription) {\r\n this.fieldRemovedSubscription.unsubscribe();\r\n }\r\n\r\n this.fieldAddedSubscription = this._template.added.subscribe(field => this.addField(field));\r\n this.fieldRemovedSubscription = this._template.removed.subscribe(field => this.removeField(field));\r\n\r\n this.removeFields();\r\n this.lastId = -1;\r\n this._template = template;\r\n this._template.getFields().forEach(field => {\r\n this.addField(field);\r\n this.lastId = Math.max(this.lastId, field.id);\r\n });\r\n }\r\n\r\n addField(field: TemplateField) {\r\n const dynamicDirective = this.hostingComponentsService.find(field.pageNumber);\r\n if (dynamicDirective) {\r\n\r\n const viewContainerRef = dynamicDirective.viewContainerRef;\r\n const fieldComponent = this.addDynamicComponentService.addDynamicComponent(viewContainerRef, FieldComponent);\r\n\r\n (fieldComponent.instance).id = field.id;\r\n (fieldComponent.instance).setField(field);\r\n\r\n const pageModel = this.file.pages.find(function (p) {\r\n return p.number === field.pageNumber;\r\n });\r\n (fieldComponent.instance).pageSize = new Size(pageModel.width, pageModel.height);\r\n\r\n this.fieldComponentRefs.set(field, fieldComponent);\r\n }\r\n }\r\n\r\n removeFields() {\r\n this.fieldComponentRefs.forEach(cRef => {\r\n cRef.destroy();\r\n });\r\n\r\n this.fieldComponentRefs.clear();\r\n }\r\n\r\n removeField(field: TemplateField) {\r\n const componentRef = this.fieldComponentRefs.get(field);\r\n if (componentRef) {\r\n componentRef.destroy();\r\n }\r\n this.fieldComponentRefs.delete(field);\r\n }\r\n\r\n createField($event: MouseEvent) {\r\n if (!$event.altKey) {\r\n return;\r\n }\r\n\r\n $event.preventDefault();\r\n\r\n const position = Utils.getMousePosition($event);\r\n\r\n const elements = document.elementsFromPoint(position.x, position.y);\r\n const currentPage = elements.find(x => x.id && x.id.startsWith(\"page-\"));\r\n if (currentPage) {\r\n const documentPage = $(currentPage).parent().parent()[0];\r\n const currentPosition = this.getCurrentPosition(position, $(documentPage));\r\n const pageId = currentPage.id;\r\n let pageNumber = 1;\r\n if (pageId) {\r\n const split = pageId.split('-');\r\n pageNumber = split.length === 2 ? parseInt(split[1], 10) : pageNumber;\r\n }\r\n\r\n const field = new TemplateField(this.template);\r\n const id = this.getNextId();\r\n field.name = \"field\" + id;\r\n field.id = id;\r\n field.pageNumber = pageNumber;\r\n field.position = new Point(currentPosition.x, currentPosition.y);\r\n field.size = new Size(60, 20);\r\n\r\n this._template.addField(field);\r\n }\r\n }\r\n\r\n private getCurrentPosition(position, page) {\r\n const x = (position.x - page.offset().left);\r\n const y = (position.y - page.offset().top);\r\n return new Point(x, y);\r\n }\r\n\r\n private getNextId() {\r\n this.lastId++;\r\n return this.lastId;\r\n }\r\n\r\n ngOnInit(): void {\r\n }\r\n\r\n ngOnDestroy(): void {\r\n if (this.fieldAddedSubscription) {\r\n this.fieldAddedSubscription.unsubscribe();\r\n }\r\n\r\n if (this.fieldRemovedSubscription) {\r\n this.fieldRemovedSubscription.unsubscribe();\r\n }\r\n }\r\n\r\n constructor(\r\n private hostingComponentsService: HostingDynamicComponentService,\r\n private addDynamicComponentService: AddDynamicComponentService,\r\n private activeFieldService: ActiveFieldService) {\r\n\r\n }\r\n\r\n}\r\n","module.exports = \"#gd-templatebrowser-section {\\n width: 640px;\\n height: 480px;\\n overflow-y: auto;\\n}\\n.gd-modal-table {\\n width: 100%;\\n text-align: left;\\n}\\n.list-template-header {\\n height: 60px;\\n color: #6e6e6e;\\n font-size: 13px;\\n font-weight: bold;\\n background-color: #f4f4f4;\\n margin-top: 24px;\\n}\\n.header-name {\\n padding-left: 24px;\\n width: 90%;\\n line-height: 60px;\\n}\\n.list-template-lines,\\n.list-template-header {\\n display: -webkit-box;\\n display: flex;\\n width: 100%;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n}\\n.list-template-lines {\\n border-bottom: 1px solid #e7e7e7;\\n}\\n.gd-template-name {\\n white-space: nowrap;\\n overflow: hidden;\\n width: 100%;\\n text-overflow: ellipsis;\\n}\\n.template-description {\\n display: -webkit-box;\\n display: flex;\\n width: 90%;\\n padding: 18px 0px 18px 24px;\\n font-size: 14px;\\n -webkit-box-flex: 1;\\n flex: 1;\\n cursor: pointer;\\n overflow: hidden;\\n}\\n.template-name {\\n font-size: 16px;\\n color: #6e6e6e;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n}\\n.list-template-lines:hover {\\n background-color: #E5E5E5;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvcGFyc2VyL3NyYy9saWIvdGVtcGxhdGUtYnJvd3Nlci9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvcGFyc2VyL3NyYy9saWIvdGVtcGxhdGUtYnJvd3Nlci90ZW1wbGF0ZS1icm93c2VyLmNvbXBvbmVudC5sZXNzIiwibGlicy9wYXJzZXIvc3JjL2xpYi90ZW1wbGF0ZS1icm93c2VyL3RlbXBsYXRlLWJyb3dzZXIuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0E7RUFDSSxZQUFBO0VBQ0EsYUFBQTtFQUNBLGdCQUFBO0FDQUo7QURHQTtFQUNJLFdBQUE7RUFDQSxnQkFBQTtBQ0RKO0FESUE7RUFDSSxZQUFBO0VBQ0EsY0FBQTtFQUNBLGVBQUE7RUFDQSxpQkFBQTtFQUNBLHlCQUFBO0VBQ0EsZ0JBQUE7QUNGSjtBREtBO0VBQ0ksa0JBQUE7RUFDQSxVQUFBO0VBQ0EsaUJBQUE7QUNISjtBRE1BOztFQUNJLG9CQUFBO0VBQUEsYUFBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtVQUFBLDhCQUFBO0FDSEo7QURNQTtFQUNJLGdDQUFBO0FDSko7QURPQTtFQUNJLG1CQUFBO0VBQ0EsZ0JBQUE7RUFDQSxXQUFBO0VBQ0EsdUJBQUE7QUNMSjtBRFFBO0VBQ0ksb0JBQUE7RUFBQSxhQUFBO0VBQ0EsVUFBQTtFQUNBLDJCQUFBO0VBQ0EsZUFBQTtFQUNBLG1CQUFBO1VBQUEsT0FBQTtFQUNBLGVBQUE7RUFDQSxnQkFBQTtBQ05KO0FEU0E7RUFDSSxlQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0VBQ0EsdUJBQUE7QUNQSjtBRFVBO0VBQ0kseUJBQUE7QUNSSiIsImZpbGUiOiJsaWJzL3BhcnNlci9zcmMvbGliL3RlbXBsYXRlLWJyb3dzZXIvdGVtcGxhdGUtYnJvd3Nlci5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLy4uLy4uL3N0eWxlcy92YXJpYWJsZXNcIjtcbiNnZC10ZW1wbGF0ZWJyb3dzZXItc2VjdGlvbiB7XG4gICAgd2lkdGg6IDY0MHB4O1xuICAgIGhlaWdodDogNDgwcHg7XG4gICAgb3ZlcmZsb3cteTogYXV0bztcbiAgfVxuXG4uZ2QtbW9kYWwtdGFibGUge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIHRleHQtYWxpZ246IGxlZnQ7XG59XG5cbi5saXN0LXRlbXBsYXRlLWhlYWRlciB7XG4gICAgaGVpZ2h0OiA2MHB4O1xuICAgIGNvbG9yOiBAZG92ZS1ncmF5O1xuICAgIGZvbnQtc2l6ZTogMTNweDtcbiAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAd2lsZC1zYW5kO1xuICAgIG1hcmdpbi10b3A6IDI0cHg7XG4gIH1cblxuLmhlYWRlci1uYW1lIHtcbiAgICBwYWRkaW5nLWxlZnQ6IDI0cHg7XG4gICAgd2lkdGg6IDkwJTtcbiAgICBsaW5lLWhlaWdodDogNjBweDtcbiAgfVxuXG4ubGlzdC10ZW1wbGF0ZS1saW5lcywgLmxpc3QtdGVtcGxhdGUtaGVhZGVyIHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcbiAgfSAgXG5cbi5saXN0LXRlbXBsYXRlLWxpbmVzIHtcbiAgICBib3JkZXItYm90dG9tOiAxcHggc29saWQgQG1lcmN1cnk7XG4gIH1cblxuLmdkLXRlbXBsYXRlLW5hbWUge1xuICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgICB3aWR0aDogMTAwJTtcbiAgICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbiAgfVxuXG4udGVtcGxhdGUtZGVzY3JpcHRpb24ge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgd2lkdGg6IDkwJTtcbiAgICBwYWRkaW5nOiAxOHB4IDBweCAxOHB4IDI0cHg7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuICAgIGZsZXg6IDE7ICAgIFxuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuICB9ICBcblxuLnRlbXBsYXRlLW5hbWUge1xuICAgIGZvbnQtc2l6ZTogMTZweDtcbiAgICBjb2xvcjogQGRvdmUtZ3JheTtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuICAgIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuICB9XG4gIFxuLmxpc3QtdGVtcGxhdGUtbGluZXM6aG92ZXJ7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQG5hdi1hY2NlbnQtYmFja2dyb3VuZDtcbiAgfSIsIiNnZC10ZW1wbGF0ZWJyb3dzZXItc2VjdGlvbiB7XG4gIHdpZHRoOiA2NDBweDtcbiAgaGVpZ2h0OiA0ODBweDtcbiAgb3ZlcmZsb3cteTogYXV0bztcbn1cbi5nZC1tb2RhbC10YWJsZSB7XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xufVxuLmxpc3QtdGVtcGxhdGUtaGVhZGVyIHtcbiAgaGVpZ2h0OiA2MHB4O1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBmb250LXdlaWdodDogYm9sZDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2Y0ZjRmNDtcbiAgbWFyZ2luLXRvcDogMjRweDtcbn1cbi5oZWFkZXItbmFtZSB7XG4gIHBhZGRpbmctbGVmdDogMjRweDtcbiAgd2lkdGg6IDkwJTtcbiAgbGluZS1oZWlnaHQ6IDYwcHg7XG59XG4ubGlzdC10ZW1wbGF0ZS1saW5lcyxcbi5saXN0LXRlbXBsYXRlLWhlYWRlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxMDAlO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG59XG4ubGlzdC10ZW1wbGF0ZS1saW5lcyB7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZTdlN2U3O1xufVxuLmdkLXRlbXBsYXRlLW5hbWUge1xuICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICB3aWR0aDogMTAwJTtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG59XG4udGVtcGxhdGUtZGVzY3JpcHRpb24ge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogOTAlO1xuICBwYWRkaW5nOiAxOHB4IDBweCAxOHB4IDI0cHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgZmxleDogMTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuLnRlbXBsYXRlLW5hbWUge1xuICBmb250LXNpemU6IDE2cHg7XG4gIGNvbG9yOiAjNmU2ZTZlO1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbn1cbi5saXN0LXRlbXBsYXRlLWxpbmVzOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0U1RTVFNTtcbn1cbiJdfQ== */\"","import { Component, OnInit, EventEmitter, Output } from '@angular/core';\nimport { Template, TemplateId } from '../app-models';\n\n@Component({\n selector: 'app-template-browser',\n templateUrl: './template-browser.component.html',\n styleUrls: ['./template-browser.component.less']\n})\nexport class TemplateBrowserComponent implements OnInit {\n\n @Output() choosed = new EventEmitter();\n\n ids: Array;\n\n constructor() {\n this.loadIds();\n }\n\n ngOnInit() {\n }\n\n loadIds() {\n this.ids = Template.getTemplateIds();\n }\n\n refresh($event) {\n if ($event) {\n this.loadIds();\n }\n }\n\n choose(id: TemplateId) {\n this.choosed.emit(id);\n }\n\n getTemplateIds(): Array {\n return Template.getTemplateIds();\n }\n\n}\n","module.exports = \"\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJsaWJzL3BhcnNlci9zcmMvbGliL3RlbXBsYXRlLW5hbWUvdGVtcGxhdGUtbmFtZS5jb21wb25lbnQubGVzcyJ9 */\"","import { Component, Input, OnInit, EventEmitter, Output } from '@angular/core';\n\n@Component({\n selector: 'app-template-name',\n templateUrl: './template-name.component.html',\n styleUrls: ['./template-name.component.less']\n})\nexport class TemplateNameComponent implements OnInit {\n\n private _name = \"\";\n private editorMode = false;\n\n @Output() nameChanged = new EventEmitter();\n\n constructor() { }\n\n ngOnInit() {\n }\n\n @Input() set name(name: string) {\n this.setName(name);\n }\n\n setName(name: string) {\n this._name = name;\n }\n\n getName() {\n return this._name;\n }\n\n isEditorMode() {\n return this.editorMode;\n }\n\n openEditor() {\n this.editorMode = true;\n }\n\n closeEditor() {\n this.editorMode = false;\n this.confirmNameChanged();\n }\n\n confirmNameChanged() {\n this.nameChanged.emit(this._name);\n }\n\n keyUp($event: KeyboardEvent) {\n if ($event.key == \"Enter\" && this.isEditorMode()) {\n this.closeEditor();\n }\n }\n}\n","export * from './lib/search.module';\r\nexport * from './lib/search-app.component';\r\nexport * from './lib/search.service';\r\nexport * from './lib/search-config.service';\r\n","module.exports = \".gd-indexed-file {\\n display: -webkit-box;\\n display: flex;\\n width: 100%;\\n height: 98px;\\n border-bottom: 1px solid #e7e7e7;\\n background-color: #fff;\\n -webkit-box-align: center;\\n align-items: center;\\n position: relative;\\n}\\n.gd-indexed-file-remove {\\n font-size: 18px;\\n color: #6E6E6E;\\n margin: 0px 24px;\\n cursor: pointer;\\n}\\n.gd-indexed-file-remove span {\\n width: 37px;\\n height: 37px;\\n display: block;\\n line-height: 37px;\\n text-align: center;\\n font-weight: bold;\\n}\\n.gd-indexed-file-remove.disabled {\\n color: #959da5;\\n opacity: 0.4;\\n}\\n.gd-indexed-file-name {\\n display: -webkit-box;\\n display: flex;\\n}\\n.gd-indexed-file-name fa-icon {\\n font-size: 32px;\\n margin: 19px 21px 0 0;\\n}\\n.gd-indexed-file-name.disabled fa-icon {\\n color: #6e6e6e;\\n}\\n.gd-file-name {\\n text-align: left;\\n cursor: default;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n}\\n.gd-indexed-file-size {\\n width: 70px;\\n color: #777777;\\n text-align: left;\\n font-size: 12px;\\n right: 265px;\\n position: absolute;\\n}\\n.gd-indexed-file-status-wrapper {\\n color: #777777;\\n font-size: 12px;\\n right: 104px;\\n position: absolute;\\n width: 70px;\\n}\\n.gd-indexed-file-status {\\n display: -webkit-box;\\n display: flex;\\n}\\n.gd-indexed-file-status fa-icon {\\n padding-right: 7px;\\n}\\n.gd-file-format {\\n font-size: 10px;\\n color: #acacac;\\n padding-top: 4px;\\n}\\n.gd-file-format.mobile {\\n display: none;\\n}\\n.disabled {\\n cursor: not-allowed !important;\\n}\\n.gd-indexed-file .ng-fa-icon.fa-file-pdf {\\n color: #E21717;\\n}\\n.gd-indexed-file .ng-fa-icon.fa-file-word {\\n color: #6979B9;\\n}\\n.gd-indexed-file .ng-fa-icon.fa-file-powerpoint {\\n color: #E29417;\\n}\\n.gd-indexed-file .ng-fa-icon.fa-file-excel {\\n color: #3FA300;\\n}\\n.gd-indexed-file .ng-fa-icon.fa-file-image {\\n color: #E217DA;\\n}\\n.gd-indexed-file .ng-fa-icon.fa-file-text .fa-folder {\\n color: #5D6A75;\\n}\\n.gd-indexed-file-name .ng-fa-icon {\\n font-size: 33px;\\n}\\n.gd-indexed-file-name fa-icon {\\n font-size: 32px;\\n margin: 0 11px 0 0;\\n}\\n@media (max-width: 1037px) {\\n .gd-indexed-file-size {\\n display: none;\\n }\\n .gd-file-format {\\n font-size: 10px;\\n }\\n .gd-file-format.mobile {\\n display: block;\\n }\\n .gd-file-format.mobile > fa-icon {\\n color: #bebebe;\\n }\\n .gd-file-format.mobile fa-icon {\\n font-size: 10px;\\n margin-right: 2.1px;\\n }\\n .gd-file-format.mobile fa-icon:nth-child(1) {\\n margin-right: 6px;\\n }\\n .gd-file-format {\\n font-size: 11px;\\n }\\n .gd-indexed-file-name {\\n white-space: nowrap;\\n overflow: hidden;\\n width: 65%;\\n }\\n .gd-indexed-file-status-wrapper {\\n right: 45px;\\n width: unset;\\n }\\n .gd-indexed-file-status-wrapper .gd-indexed-file-status fa-icon {\\n padding-right: unset;\\n font-size: 16px;\\n }\\n .gd-indexed-file-remove {\\n margin: 0px 16px 0px 15px;\\n font-size: 24px;\\n }\\n .mobile-hide {\\n display: none;\\n }\\n .gd-indexed-file {\\n height: 85px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2VhcmNoL3NyYy9saWIvaW5kZXhlZC1maWxlL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zZWFyY2gvc3JjL2xpYi9pbmRleGVkLWZpbGUvaW5kZXhlZC1maWxlLmNvbXBvbmVudC5sZXNzIiwibGlicy9zZWFyY2gvc3JjL2xpYi9pbmRleGVkLWZpbGUvaW5kZXhlZC1maWxlLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxnQ0FBQTtFQUNBLHNCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLGtCQUFBO0FDREY7QURJQTtFQUNFLGVBQUE7RUFDQSxjQUFBO0VBQ0EsZ0JBQUE7RUFDQSxlQUFBO0FDRkY7QURGQTtFQU9JLFdBQUE7RUFDQSxZQUFBO0VBQ0EsY0FBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxpQkFBQTtBQ0ZKO0FES0U7RUFDRSxjQUFBO0VBQ0EsWUFBQTtBQ0hKO0FET0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7QUNMRjtBRFFBO0VBQ0UsZUFBQTtFQUNBLHFCQUFBO0FDTkY7QURTQTtFQUNFLGNBQUE7QUNQRjtBRFVBO0VBQ0UsZ0JBQUE7RUFDQSxlQUFBO0VBQ0EsZ0JBQUE7RUFDQSx1QkFBQTtBQ1JGO0FEV0E7RUFDRSxXQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtBQ1RGO0FEWUE7RUFDRSxjQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtFQUNBLFdBQUE7QUNWRjtBRGFBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0FDWEY7QURVQTtFQUlJLGtCQUFBO0FDWEo7QURlQTtFQUNFLGVBQUE7RUFDQSxjQUFBO0VBQ0EsZ0JBQUE7QUNiRjtBRGVFO0VBQ0UsYUFBQTtBQ2JKO0FEaUJBO0VBQ0UsOEJBQUE7QUNmRjtBRGtCQTtFQUNFLGNBQUE7QUNoQkY7QURtQkE7RUFDRSxjQUFBO0FDakJGO0FEb0JBO0VBQ0UsY0FBQTtBQ2xCRjtBRHFCQTtFQUNFLGNBQUE7QUNuQkY7QURzQkE7RUFDRSxjQUFBO0FDcEJGO0FEdUJBO0VBQ0UsY0FBQTtBQ3JCRjtBRHdCQTtFQUNFLGVBQUE7QUN0QkY7QUR5QkE7RUFDRSxlQUFBO0VBQ0Esa0JBQUE7QUN2QkY7QUQwQkE7RUFFRTtJQUNFLGFBQUE7RUN6QkY7RUQ0QkE7SUFDRSxlQUFBO0VDMUJGO0VENEJFO0lBQ0UsY0FBQTtFQzFCSjtFRHlCRTtJQUlJLGNBQUE7RUMxQk47RURzQkU7SUFRSSxlQUFBO0lBQ0EsbUJBQUE7RUMzQk47RURrQkU7SUFhSSxpQkFBQTtFQzVCTjtFRGlDQTtJQUNFLGVBQUE7RUMvQkY7RURrQ0E7SUFDRSxtQkFBQTtJQUNBLGdCQUFBO0lBQ0EsVUFBQTtFQ2hDRjtFRG1DQTtJQUNFLFdBQUE7SUFDQSxZQUFBO0VDakNGO0VEK0JBO0lBTU0sb0JBQUE7SUFDQSxlQUFBO0VDbENOO0VEdUNBO0lBQ0UseUJBQUE7SUFDQSxlQUFBO0VDckNGO0VEd0NBO0lBQ0UsYUFBQTtFQ3RDRjtFRHlDQTtJQUNFLFlBQUE7RUN2Q0Y7QUFDRiIsImZpbGUiOiJsaWJzL3NlYXJjaC9zcmMvbGliL2luZGV4ZWQtZmlsZS9pbmRleGVkLWZpbGUuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWluZGV4ZWQtZmlsZSB7XG4gIGRpc3BsYXkgICAgICAgICA6IGZsZXg7XG4gIHdpZHRoICAgICAgICAgICA6IDEwMCU7XG4gIGhlaWdodCAgICAgICAgICA6IDk4cHg7XG4gIGJvcmRlci1ib3R0b20gICA6IDFweCBzb2xpZCBAbWVyY3VyeTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgYWxpZ24taXRlbXMgICAgIDogY2VudGVyO1xuICBwb3NpdGlvbiAgICAgICAgOiByZWxhdGl2ZTtcbn1cblxuLmdkLWluZGV4ZWQtZmlsZS1yZW1vdmUge1xuICBmb250LXNpemU6IDE4cHg7XG4gIGNvbG9yICAgIDogIzZFNkU2RTtcbiAgbWFyZ2luICAgOiAwcHggMjRweDtcbiAgY3Vyc29yICAgOiBwb2ludGVyO1xuXG4gIHNwYW4ge1xuICAgIHdpZHRoICAgICAgOiAzN3B4O1xuICAgIGhlaWdodCAgICAgOiAzN3B4O1xuICAgIGRpc3BsYXkgICAgOiBibG9jaztcbiAgICBsaW5lLWhlaWdodDogMzdweDtcbiAgICB0ZXh0LWFsaWduIDogY2VudGVyO1xuICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICB9XG5cbiAgJi5kaXNhYmxlZCB7XG4gICAgY29sb3IgIDogQHJlZ2VudC1ncmF5O1xuICAgIG9wYWNpdHk6IDAuNDtcbiAgfVxufVxuXG4uZ2QtaW5kZXhlZC1maWxlLW5hbWUge1xuICBkaXNwbGF5OiBmbGV4O1xufVxuXG4uZ2QtaW5kZXhlZC1maWxlLW5hbWUgZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzJweDtcbiAgbWFyZ2luICAgOiAxOXB4IDIxcHggMCAwO1xufVxuXG4uZ2QtaW5kZXhlZC1maWxlLW5hbWUuZGlzYWJsZWQgZmEtaWNvbiB7XG4gIGNvbG9yOiBAZG92ZS1ncmF5O1xufVxuXG4uZ2QtZmlsZS1uYW1lIHtcbiAgdGV4dC1hbGlnbiAgIDogbGVmdDtcbiAgY3Vyc29yICAgICAgIDogZGVmYXVsdDtcbiAgb3ZlcmZsb3cgICAgIDogaGlkZGVuO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbn1cblxuLmdkLWluZGV4ZWQtZmlsZS1zaXplIHtcbiAgd2lkdGggICAgIDogNzBweDtcbiAgY29sb3IgICAgIDogIzc3Nzc3NztcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZm9udC1zaXplIDogMTJweDtcbiAgcmlnaHQgICAgIDogMjY1cHg7XG4gIHBvc2l0aW9uICA6IGFic29sdXRlO1xufVxuXG4uZ2QtaW5kZXhlZC1maWxlLXN0YXR1cy13cmFwcGVyIHtcbiAgY29sb3IgICAgOiAjNzc3Nzc3O1xuICBmb250LXNpemU6IDEycHg7XG4gIHJpZ2h0ICAgIDogMTA0cHg7XG4gIHBvc2l0aW9uIDogYWJzb2x1dGU7XG4gIHdpZHRoICAgIDogNzBweDtcbn1cblxuLmdkLWluZGV4ZWQtZmlsZS1zdGF0dXMge1xuICBkaXNwbGF5OiBmbGV4O1xuXG4gIGZhLWljb24ge1xuICAgIHBhZGRpbmctcmlnaHQ6IDdweDtcbiAgfVxufVxuXG4uZ2QtZmlsZS1mb3JtYXQge1xuICBmb250LXNpemUgIDogMTBweDtcbiAgY29sb3IgICAgICA6IEBzaWx2ZXItY2hhbGljZTtcbiAgcGFkZGluZy10b3A6IDRweDtcblxuICAmLm1vYmlsZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxufVxuXG4uZGlzYWJsZWQge1xuICBjdXJzb3I6IG5vdC1hbGxvd2VkICFpbXBvcnRhbnQ7XG59XG5cbi5nZC1pbmRleGVkLWZpbGUgLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogI0UyMTcxNztcbn1cblxuLmdkLWluZGV4ZWQtZmlsZSAubmctZmEtaWNvbi5mYS1maWxlLXdvcmQge1xuICBjb2xvcjogIzY5NzlCOTtcbn1cblxuLmdkLWluZGV4ZWQtZmlsZSAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogI0UyOTQxNztcbn1cblxuLmdkLWluZGV4ZWQtZmlsZSAubmctZmEtaWNvbi5mYS1maWxlLWV4Y2VsIHtcbiAgY29sb3I6ICMzRkEzMDA7XG59XG5cbi5nZC1pbmRleGVkLWZpbGUgLm5nLWZhLWljb24uZmEtZmlsZS1pbWFnZSB7XG4gIGNvbG9yOiAjRTIxN0RBO1xufVxuXG4uZ2QtaW5kZXhlZC1maWxlIC5uZy1mYS1pY29uLmZhLWZpbGUtdGV4dCAuZmEtZm9sZGVyIHtcbiAgY29sb3I6ICM1RDZBNzU7XG59XG5cbi5nZC1pbmRleGVkLWZpbGUtbmFtZSAubmctZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzNweDtcbn1cblxuLmdkLWluZGV4ZWQtZmlsZS1uYW1lIGZhLWljb24ge1xuICBmb250LXNpemU6IDMycHg7XG4gIG1hcmdpbiAgIDogMCAxMXB4IDAgMDtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcblxuICAuZ2QtaW5kZXhlZC1maWxlLXNpemUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cblxuICAuZ2QtZmlsZS1mb3JtYXQge1xuICAgIGZvbnQtc2l6ZTogMTBweDtcblxuICAgICYubW9iaWxlIHtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuXG4gICAgICA+ZmEtaWNvbiB7XG4gICAgICAgIGNvbG9yOiAjYmViZWJlO1xuICAgICAgfVxuXG4gICAgICBmYS1pY29uIHtcbiAgICAgICAgZm9udC1zaXplICAgOiAxMHB4O1xuICAgICAgICBtYXJnaW4tcmlnaHQ6IDIuMXB4O1xuICAgICAgfVxuXG4gICAgICBmYS1pY29uOm50aC1jaGlsZCgxKSB7XG4gICAgICAgIG1hcmdpbi1yaWdodDogNnB4O1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC5nZC1maWxlLWZvcm1hdCB7XG4gICAgZm9udC1zaXplOiAxMXB4O1xuICB9XG5cbiAgLmdkLWluZGV4ZWQtZmlsZS1uYW1lIHtcbiAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICAgIG92ZXJmbG93ICAgOiBoaWRkZW47XG4gICAgd2lkdGggICAgICA6IDY1JTtcbiAgfVxuXG4gIC5nZC1pbmRleGVkLWZpbGUtc3RhdHVzLXdyYXBwZXIge1xuICAgIHJpZ2h0OiA0NXB4O1xuICAgIHdpZHRoOiB1bnNldDtcblxuICAgIC5nZC1pbmRleGVkLWZpbGUtc3RhdHVzIHtcbiAgICAgIGZhLWljb24ge1xuICAgICAgICBwYWRkaW5nLXJpZ2h0OiB1bnNldDtcbiAgICAgICAgZm9udC1zaXplICAgIDogMTZweDtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICAuZ2QtaW5kZXhlZC1maWxlLXJlbW92ZSB7XG4gICAgbWFyZ2luICAgOiAwcHggMTZweCAwcHggMTVweDtcbiAgICBmb250LXNpemU6IDI0cHg7XG4gIH1cblxuICAubW9iaWxlLWhpZGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cblxuICAuZ2QtaW5kZXhlZC1maWxlIHtcbiAgICBoZWlnaHQ6IDg1cHg7XG4gIH1cbn0iLCIuZ2QtaW5kZXhlZC1maWxlIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogOThweDtcbiAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNlN2U3ZTc7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cbi5nZC1pbmRleGVkLWZpbGUtcmVtb3ZlIHtcbiAgZm9udC1zaXplOiAxOHB4O1xuICBjb2xvcjogIzZFNkU2RTtcbiAgbWFyZ2luOiAwcHggMjRweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xufVxuLmdkLWluZGV4ZWQtZmlsZS1yZW1vdmUgc3BhbiB7XG4gIHdpZHRoOiAzN3B4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBsaW5lLWhlaWdodDogMzdweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBmb250LXdlaWdodDogYm9sZDtcbn1cbi5nZC1pbmRleGVkLWZpbGUtcmVtb3ZlLmRpc2FibGVkIHtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIG9wYWNpdHk6IDAuNDtcbn1cbi5nZC1pbmRleGVkLWZpbGUtbmFtZSB7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG4uZ2QtaW5kZXhlZC1maWxlLW5hbWUgZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzJweDtcbiAgbWFyZ2luOiAxOXB4IDIxcHggMCAwO1xufVxuLmdkLWluZGV4ZWQtZmlsZS1uYW1lLmRpc2FibGVkIGZhLWljb24ge1xuICBjb2xvcjogIzZlNmU2ZTtcbn1cbi5nZC1maWxlLW5hbWUge1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBjdXJzb3I6IGRlZmF1bHQ7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xufVxuLmdkLWluZGV4ZWQtZmlsZS1zaXplIHtcbiAgd2lkdGg6IDcwcHg7XG4gIGNvbG9yOiAjNzc3Nzc3O1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBmb250LXNpemU6IDEycHg7XG4gIHJpZ2h0OiAyNjVweDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xufVxuLmdkLWluZGV4ZWQtZmlsZS1zdGF0dXMtd3JhcHBlciB7XG4gIGNvbG9yOiAjNzc3Nzc3O1xuICBmb250LXNpemU6IDEycHg7XG4gIHJpZ2h0OiAxMDRweDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB3aWR0aDogNzBweDtcbn1cbi5nZC1pbmRleGVkLWZpbGUtc3RhdHVzIHtcbiAgZGlzcGxheTogZmxleDtcbn1cbi5nZC1pbmRleGVkLWZpbGUtc3RhdHVzIGZhLWljb24ge1xuICBwYWRkaW5nLXJpZ2h0OiA3cHg7XG59XG4uZ2QtZmlsZS1mb3JtYXQge1xuICBmb250LXNpemU6IDEwcHg7XG4gIGNvbG9yOiAjYWNhY2FjO1xuICBwYWRkaW5nLXRvcDogNHB4O1xufVxuLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uZGlzYWJsZWQge1xuICBjdXJzb3I6IG5vdC1hbGxvd2VkICFpbXBvcnRhbnQ7XG59XG4uZ2QtaW5kZXhlZC1maWxlIC5uZy1mYS1pY29uLmZhLWZpbGUtcGRmIHtcbiAgY29sb3I6ICNFMjE3MTc7XG59XG4uZ2QtaW5kZXhlZC1maWxlIC5uZy1mYS1pY29uLmZhLWZpbGUtd29yZCB7XG4gIGNvbG9yOiAjNjk3OUI5O1xufVxuLmdkLWluZGV4ZWQtZmlsZSAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogI0UyOTQxNztcbn1cbi5nZC1pbmRleGVkLWZpbGUgLm5nLWZhLWljb24uZmEtZmlsZS1leGNlbCB7XG4gIGNvbG9yOiAjM0ZBMzAwO1xufVxuLmdkLWluZGV4ZWQtZmlsZSAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6ICNFMjE3REE7XG59XG4uZ2QtaW5kZXhlZC1maWxlIC5uZy1mYS1pY29uLmZhLWZpbGUtdGV4dCAuZmEtZm9sZGVyIHtcbiAgY29sb3I6ICM1RDZBNzU7XG59XG4uZ2QtaW5kZXhlZC1maWxlLW5hbWUgLm5nLWZhLWljb24ge1xuICBmb250LXNpemU6IDMzcHg7XG59XG4uZ2QtaW5kZXhlZC1maWxlLW5hbWUgZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzJweDtcbiAgbWFyZ2luOiAwIDExcHggMCAwO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAuZ2QtaW5kZXhlZC1maWxlLXNpemUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDEwcHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSA+IGZhLWljb24ge1xuICAgIGNvbG9yOiAjYmViZWJlO1xuICB9XG4gIC5nZC1maWxlLWZvcm1hdC5tb2JpbGUgZmEtaWNvbiB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuICAgIG1hcmdpbi1yaWdodDogMi4xcHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSBmYS1pY29uOm50aC1jaGlsZCgxKSB7XG4gICAgbWFyZ2luLXJpZ2h0OiA2cHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDExcHg7XG4gIH1cbiAgLmdkLWluZGV4ZWQtZmlsZS1uYW1lIHtcbiAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgd2lkdGg6IDY1JTtcbiAgfVxuICAuZ2QtaW5kZXhlZC1maWxlLXN0YXR1cy13cmFwcGVyIHtcbiAgICByaWdodDogNDVweDtcbiAgICB3aWR0aDogdW5zZXQ7XG4gIH1cbiAgLmdkLWluZGV4ZWQtZmlsZS1zdGF0dXMtd3JhcHBlciAuZ2QtaW5kZXhlZC1maWxlLXN0YXR1cyBmYS1pY29uIHtcbiAgICBwYWRkaW5nLXJpZ2h0OiB1bnNldDtcbiAgICBmb250LXNpemU6IDE2cHg7XG4gIH1cbiAgLmdkLWluZGV4ZWQtZmlsZS1yZW1vdmUge1xuICAgIG1hcmdpbjogMHB4IDE2cHggMHB4IDE1cHg7XG4gICAgZm9udC1zaXplOiAyNHB4O1xuICB9XG4gIC5tb2JpbGUtaGlkZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuICAuZ2QtaW5kZXhlZC1maWxlIHtcbiAgICBoZWlnaHQ6IDg1cHg7XG4gIH1cbn1cbiJdfQ== */\"","import { Component, Input, OnInit } from '@angular/core';\r\nimport { SearchService } from \"../search.service\";\r\nimport { FileModel, FileUtil } from '@groupdocs.examples.angular/common-components';\r\nimport { IndexedFileModel, FileIndexingStatus } from '../search-models';\r\n\r\n@Component({\r\n selector: 'gd-indexed-file',\r\n templateUrl: './indexed-file.component.html',\r\n styleUrls: ['./indexed-file.component.less']\r\n})\r\n\r\nexport class IndexedFileComponent implements OnInit {\r\n @Input() file: IndexedFileModel;\r\n\r\n constructor(private _searchService: SearchService) {\r\n }\r\n \r\n ngOnInit(): void {\r\n }\r\n\r\n removeFile($event, file: FileModel) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n this._searchService.selectedItemToRemove(file);\r\n }\r\n\r\n getSizeString(size: number) {\r\n const mb = size / 1024 / 1024;\r\n if (mb > 1) {\r\n return (Math.round(mb * 100) / 100) + ' MB';\r\n } else {\r\n const kb = size / 1024;\r\n if (kb > 1) {\r\n return (Math.round(kb * 100) / 100) + ' KB';\r\n }\r\n }\r\n return size + ' Bytes';\r\n }\r\n\r\n getFormatIcon() {\r\n return FileUtil.find(this.file.name, this.file.directory).icon;\r\n }\r\n\r\n getFormatName() {\r\n return FileUtil.find(this.file.name, this.file.directory).format;\r\n }\r\n\r\n getStatusIcon() {\r\n switch (this.file.documentStatus) {\r\n case FileIndexingStatus.Indexing:\r\n case FileIndexingStatus.PasswordRequired:\r\n return \"circle-notch\";\r\n case FileIndexingStatus.SuccessfullyProcessed:\r\n return \"check\";\r\n case FileIndexingStatus.ProcessedWithError:\r\n return \"times\";\r\n case FileIndexingStatus.Skipped:\r\n return \"forward\";\r\n default:\r\n return \"times\";\r\n }\r\n }\r\n\r\n getStatusTitle() {\r\n switch (this.file.documentStatus) {\r\n case FileIndexingStatus.Indexing:\r\n case FileIndexingStatus.PasswordRequired:\r\n return \"Indexing\";\r\n case FileIndexingStatus.SuccessfullyProcessed:\r\n return \"Indexed\";\r\n case FileIndexingStatus.ProcessedWithError:\r\n return \"Error\"\r\n case FileIndexingStatus.Skipped:\r\n return \"Skipped\";\r\n default:\r\n return \"times\";\r\n }\r\n }\r\n}\r\n","module.exports = \"#gd-indexed-files-list {\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n height: 100%;\\n background-color: #e7e7e7;\\n top: 120px;\\n position: absolute;\\n width: 100%;\\n}\\n.gd-indexed-files-list-header {\\n display: -webkit-box;\\n display: flex;\\n font-size: 13px;\\n text-transform: uppercase;\\n color: #6e6e6e;\\n width: 100%;\\n height: 60px;\\n background-color: #f4f4f4;\\n font-weight: bold;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-placeholder {\\n margin: 0px 42px 0 42px;\\n}\\n.gd-indexed-files-list-header div:nth-child(2) {\\n text-align: left;\\n display: -webkit-box;\\n display: flex;\\n}\\n.gd-indexed-files-list-header div:nth-child(3) {\\n position: absolute;\\n right: 325px;\\n}\\n.gd-indexed-files-list-header div:nth-child(4) {\\n position: absolute;\\n right: 153px;\\n}\\n.gd-indexed-files-list-body {\\n overflow-y: scroll;\\n height: calc(100% - 180px);\\n}\\n.gd-last-placeholder {\\n margin: 0px 52px;\\n}\\n@media (max-width: 1037px) {\\n .gd-indexed-files-size {\\n display: none;\\n }\\n .gd-placeholder {\\n margin: 0px 34px 0 34px;\\n }\\n .gd-indexed-files-list-header div:nth-child(4) {\\n right: 30px;\\n }\\n .gd-indexed-file-wrapper {\\n padding: 5px 5px 0 5px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2VhcmNoL3NyYy9saWIvaW5kZXhlZC1maWxlcy1saXN0L0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zZWFyY2gvc3JjL2xpYi9pbmRleGVkLWZpbGVzLWxpc3QvaW5kZXhlZC1maWxlcy1saXN0LmNvbXBvbmVudC5sZXNzIiwibGlicy9zZWFyY2gvc3JjL2xpYi9pbmRleGVkLWZpbGVzLWxpc3QvaW5kZXhlZC1maWxlcy1saXN0LmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0ksNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsWUFBQTtFQUNBLHlCQUFBO0VBQ0EsVUFBQTtFQUNBLGtCQUFBO0VBQ0EsV0FBQTtBQ0RKO0FESUE7RUFDSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0VBQ0EseUJBQUE7RUFDQSxjQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSx5QkFBQTtFQUNBLGlCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ0ZKO0FES0E7RUFDSSx1QkFBQTtBQ0hKO0FETUE7RUFDSSxnQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ0pKO0FET0E7RUFDSSxrQkFBQTtFQUNBLFlBQUE7QUNMSjtBRFFBO0VBQ0ksa0JBQUE7RUFDQSxZQUFBO0FDTko7QURTQTtFQUNJLGtCQUFBO0VBQ0EsMEJBQUE7QUNQSjtBRFVBO0VBQ0ksZ0JBQUE7QUNSSjtBRFdBO0VBQ0k7SUFDSSxhQUFBO0VDVE47RURZRTtJQUNJLHVCQUFBO0VDVk47RURhRTtJQUNJLFdBQUE7RUNYTjtFRGNFO0lBQ0ksc0JBQUE7RUNaTjtBQUNGIiwiZmlsZSI6ImxpYnMvc2VhcmNoL3NyYy9saWIvaW5kZXhlZC1maWxlcy1saXN0L2luZGV4ZWQtZmlsZXMtbGlzdC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4jZ2QtaW5kZXhlZC1maWxlcy1saXN0IHtcbiAgICBmbGV4LWRpcmVjdGlvbiAgOiBjb2x1bW47XG4gICAgaGVpZ2h0ICAgICAgICAgIDogMTAwJTtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAbWVyY3VyeTtcbiAgICB0b3AgICAgICAgICAgICAgOiAxMjBweDtcbiAgICBwb3NpdGlvbiAgICAgICAgOiBhYnNvbHV0ZTtcbiAgICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xufVxuXG4uZ2QtaW5kZXhlZC1maWxlcy1saXN0LWhlYWRlciB7XG4gICAgZGlzcGxheSAgICAgICAgIDogZmxleDtcbiAgICBmb250LXNpemUgICAgICAgOiAxM3B4O1xuICAgIHRleHQtdHJhbnNmb3JtICA6IHVwcGVyY2FzZTtcbiAgICBjb2xvciAgICAgICAgICAgOiBAZG92ZS1ncmF5O1xuICAgIHdpZHRoICAgICAgICAgICA6IDEwMCU7XG4gICAgaGVpZ2h0ICAgICAgICAgIDogNjBweDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAd2lsZC1zYW5kO1xuICAgIGZvbnQtd2VpZ2h0ICAgICA6IGJvbGQ7XG4gICAgYWxpZ24taXRlbXMgICAgIDogY2VudGVyO1xufVxuXG4uZ2QtcGxhY2Vob2xkZXIge1xuICAgIG1hcmdpbjogMHB4IDQycHggMCA0MnB4O1xufVxuXG4uZ2QtaW5kZXhlZC1maWxlcy1saXN0LWhlYWRlciBkaXY6bnRoLWNoaWxkKDIpIHtcbiAgICB0ZXh0LWFsaWduOiBsZWZ0O1xuICAgIGRpc3BsYXkgICA6IGZsZXg7XG59XG5cbi5nZC1pbmRleGVkLWZpbGVzLWxpc3QtaGVhZGVyIGRpdjpudGgtY2hpbGQoMykge1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICByaWdodCAgIDogMzI1cHg7XG59XG5cbi5nZC1pbmRleGVkLWZpbGVzLWxpc3QtaGVhZGVyIGRpdjpudGgtY2hpbGQoNCkge1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICByaWdodCAgIDogMTUzcHg7XG59XG5cbi5nZC1pbmRleGVkLWZpbGVzLWxpc3QtYm9keSB7XG4gICAgb3ZlcmZsb3cteTogc2Nyb2xsO1xuICAgIGhlaWdodCAgICA6IGNhbGMoMTAwJSAtIDE4MHB4KTtcbn1cblxuLmdkLWxhc3QtcGxhY2Vob2xkZXIge1xuICAgIG1hcmdpbjogMHB4IDUycHg7XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gICAgLmdkLWluZGV4ZWQtZmlsZXMtc2l6ZSB7XG4gICAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgfVxuXG4gICAgLmdkLXBsYWNlaG9sZGVyIHtcbiAgICAgICAgbWFyZ2luOiAwcHggMzRweCAwIDM0cHg7XG4gICAgfVxuXG4gICAgLmdkLWluZGV4ZWQtZmlsZXMtbGlzdC1oZWFkZXIgZGl2Om50aC1jaGlsZCg0KSB7XG4gICAgICAgIHJpZ2h0OiAzMHB4O1xuICAgIH1cblxuICAgIC5nZC1pbmRleGVkLWZpbGUtd3JhcHBlciB7XG4gICAgICAgIHBhZGRpbmc6IDVweCA1cHggMCA1cHg7XG4gICAgfVxufSIsIiNnZC1pbmRleGVkLWZpbGVzLWxpc3Qge1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBoZWlnaHQ6IDEwMCU7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG4gIHRvcDogMTIwcHg7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgd2lkdGg6IDEwMCU7XG59XG4uZ2QtaW5kZXhlZC1maWxlcy1saXN0LWhlYWRlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgY29sb3I6ICM2ZTZlNmU7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDYwcHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmNGY0ZjQ7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmdkLXBsYWNlaG9sZGVyIHtcbiAgbWFyZ2luOiAwcHggNDJweCAwIDQycHg7XG59XG4uZ2QtaW5kZXhlZC1maWxlcy1saXN0LWhlYWRlciBkaXY6bnRoLWNoaWxkKDIpIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZGlzcGxheTogZmxleDtcbn1cbi5nZC1pbmRleGVkLWZpbGVzLWxpc3QtaGVhZGVyIGRpdjpudGgtY2hpbGQoMykge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHJpZ2h0OiAzMjVweDtcbn1cbi5nZC1pbmRleGVkLWZpbGVzLWxpc3QtaGVhZGVyIGRpdjpudGgtY2hpbGQoNCkge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHJpZ2h0OiAxNTNweDtcbn1cbi5nZC1pbmRleGVkLWZpbGVzLWxpc3QtYm9keSB7XG4gIG92ZXJmbG93LXk6IHNjcm9sbDtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSAxODBweCk7XG59XG4uZ2QtbGFzdC1wbGFjZWhvbGRlciB7XG4gIG1hcmdpbjogMHB4IDUycHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5nZC1pbmRleGVkLWZpbGVzLXNpemUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgLmdkLXBsYWNlaG9sZGVyIHtcbiAgICBtYXJnaW46IDBweCAzNHB4IDAgMzRweDtcbiAgfVxuICAuZ2QtaW5kZXhlZC1maWxlcy1saXN0LWhlYWRlciBkaXY6bnRoLWNoaWxkKDQpIHtcbiAgICByaWdodDogMzBweDtcbiAgfVxuICAuZ2QtaW5kZXhlZC1maWxlLXdyYXBwZXIge1xuICAgIHBhZGRpbmc6IDVweCA1cHggMCA1cHg7XG4gIH1cbn1cbiJdfQ== */\"","import { Component, Input, OnInit } from '@angular/core';\r\nimport { FileModel } from '@groupdocs.examples.angular/common-components';\r\n\r\n@Component({\r\n selector: 'gd-indexed-files-list',\r\n templateUrl: './indexed-files-list.component.html',\r\n styleUrls: ['./indexed-files-list.component.less']\r\n})\r\n\r\nexport class IndexedFilesListComponent implements OnInit {\r\n @Input() files: FileModel[] = [];\r\n\r\n constructor() {\r\n }\r\n \r\n ngOnInit(): void {\r\n }\r\n}","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n.gd-document,\\n /deep/ .document {\\n -webkit-user-select: text !important;\\n -moz-user-select: text !important;\\n -ms-user-select: text !important;\\n user-select: text !important;\\n}\\n.current-page-number {\\n margin-left: 7px;\\n font-size: 14px;\\n color: #959da5;\\n width: 37px;\\n height: 37px;\\n line-height: 37px;\\n text-align: center;\\n}\\n.current-page-number.active {\\n color: #fff;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: calc(100vh - 60px);\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n}\\n.thumbnails-button {\\n position: absolute;\\n right: 3px;\\n}\\n.top-panel {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 100%;\\n}\\n.toolbar-panel {\\n background-color: #3e4e5a;\\n width: 100%;\\n}\\n::ng-deep .tools .button,\\n::ng-deep .tools .selected-value,\\n::ng-deep .tools .nav-caret {\\n color: #fff !important;\\n}\\n::ng-deep .tools .button.inactive,\\n::ng-deep .tools .selected-value.inactive,\\n::ng-deep .tools .nav-caret.inactive {\\n color: #959da5 !important;\\n}\\n::ng-deep .tools .button {\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-flow: column;\\n}\\n::ng-deep .tools .dropdown-menu .option {\\n color: #6e6e6e !important;\\n}\\n::ng-deep .tools .dropdown-menu .option:hover {\\n background-color: #4b566c !important;\\n}\\n::ng-deep .tools .icon-button {\\n margin: 0px 0px 0px 7px !important;\\n}\\n::ng-deep .tools .select {\\n width: 65px;\\n height: 37px;\\n margin-left: 7px;\\n line-height: 37px;\\n text-align: center;\\n}\\n@media (max-width: 1037px) {\\n .mobile-hide,\\n .current-page-number {\\n display: none;\\n }\\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\\n margin: 0px 0px 0px 10px !important;\\n }\\n ::ng-deep .tools .icon-button {\\n height: 60px;\\n width: 60px;\\n }\\n ::ng-deep .tools .gd-nav-search-btn .icon-button {\\n height: 37px;\\n width: 37px;\\n }\\n ::ng-deep .tools .gd-nav-search-btn .button {\\n font-size: 14px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2VhcmNoL3NyYy9saWIvc2VhcmNoLWFwcC5jb21wb25lbnQubGVzcyIsImxpYnMvc2VhcmNoL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3NlYXJjaC9zcmMvbGliL3NlYXJjaC1hcHAuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsNkVDQWtCO0FBR2xCO0VBQ0Usc0RBQUE7QURERjtBQ0tBOztFQUVFLG9DQUFBO0tBQUEsaUNBQUE7TUFBQSxnQ0FBQTtVQUFBLDRCQUFBO0FESEY7QUNNQTtFQUNFLGdCQUFBO0VBQ0EsZUFBQTtFQUNBLGNBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7QURKRjtBQ01FO0VBQ0UsV0FBQTtBREpKO0FDUUE7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRE5GO0FDU0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSwwQkFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtBRFBGO0FDVUE7RUFDRSxrQkFBQTtFQUNBLFVBQUE7QURSRjtBQ1dBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLFdBQUE7QURURjtBQ1lBO0VBQ0UseUJBQUE7RUFDQSxXQUFBO0FEVkY7QUNhQTs7O0VBS0ksc0JBQUE7QURiSjtBQ2VJOzs7RUFDRSx5QkFBQTtBRFhOO0FDR0E7RUFhSSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsaUJBQUE7QURiSjtBQ0FBO0VBaUJJLHlCQUFBO0FEZEo7QUNIQTtFQXFCSSxvQ0FBQTtBRGZKO0FDTkE7RUF5Qkksa0NBQUE7QURoQko7QUNUQTtFQTZCSSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGdCQUFBO0VBQ0EsaUJBQUE7RUFDQSxrQkFBQTtBRGpCSjtBQ3FCQTtFQUVFOztJQUVFLGFBQUE7RURwQkY7RUN1QkE7SUFFSSxtQ0FBQTtFRHRCSjtFQ29CQTtJQU1JLFlBQUE7SUFDQSxXQUFBO0VEdkJKO0VDZ0JBO0lBWU0sWUFBQTtJQUNBLFdBQUE7RUR6Qk47RUNZQTtJQWlCTSxlQUFBO0VEMUJOO0FBQ0YiLCJmaWxlIjoibGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtYXBwLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuLmdkLWRvY3VtZW50LFxuIC9kZWVwLyAuZG9jdW1lbnQge1xuICB1c2VyLXNlbGVjdDogdGV4dCAhaW1wb3J0YW50O1xufVxuLmN1cnJlbnQtcGFnZS1udW1iZXIge1xuICBtYXJnaW4tbGVmdDogN3B4O1xuICBmb250LXNpemU6IDE0cHg7XG4gIGNvbG9yOiAjOTU5ZGE1O1xuICB3aWR0aDogMzdweDtcbiAgaGVpZ2h0OiAzN3B4O1xuICBsaW5lLWhlaWdodDogMzdweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuLmN1cnJlbnQtcGFnZS1udW1iZXIuYWN0aXZlIHtcbiAgY29sb3I6ICNmZmY7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGNhbGMoMTAwdmggLSA2MHB4KTtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbn1cbi50aHVtYm5haWxzLWJ1dHRvbiB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcmlnaHQ6IDNweDtcbn1cbi50b3AtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMTAwJTtcbn1cbi50b29sYmFyLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNlNGU1YTtcbiAgd2lkdGg6IDEwMCU7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24sXG46Om5nLWRlZXAgLnRvb2xzIC5zZWxlY3RlZC12YWx1ZSxcbjo6bmctZGVlcCAudG9vbHMgLm5hdi1jYXJldCB7XG4gIGNvbG9yOiAjZmZmICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24uaW5hY3RpdmUsXG46Om5nLWRlZXAgLnRvb2xzIC5zZWxlY3RlZC12YWx1ZS5pbmFjdGl2ZSxcbjo6bmctZGVlcCAudG9vbHMgLm5hdi1jYXJldC5pbmFjdGl2ZSB7XG4gIGNvbG9yOiAjOTU5ZGE1ICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24ge1xuICBmbGV4LWZsb3c6IGNvbHVtbjtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbiB7XG4gIGNvbG9yOiAjNmU2ZTZlICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5kcm9wZG93bi1tZW51IC5vcHRpb246aG92ZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjNGI1NjZjICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gIG1hcmdpbjogMHB4IDBweCAwcHggN3B4ICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5zZWxlY3Qge1xuICB3aWR0aDogNjVweDtcbiAgaGVpZ2h0OiAzN3B4O1xuICBtYXJnaW4tbGVmdDogN3B4O1xuICBsaW5lLWhlaWdodDogMzdweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAubW9iaWxlLWhpZGUsXG4gIC5jdXJyZW50LXBhZ2UtbnVtYmVyIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgZ2QtYnV0dG9uOm50aC1jaGlsZCgxKSA+IC5pY29uLWJ1dHRvbiB7XG4gICAgbWFyZ2luOiAwcHggMHB4IDBweCAxMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC50b29scyAuaWNvbi1idXR0b24ge1xuICAgIGhlaWdodDogNjBweDtcbiAgICB3aWR0aDogNjBweDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvb2xzIC5nZC1uYXYtc2VhcmNoLWJ0biAuaWNvbi1idXR0b24ge1xuICAgIGhlaWdodDogMzdweDtcbiAgICB3aWR0aDogMzdweDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvb2xzIC5nZC1uYXYtc2VhcmNoLWJ0biAuYnV0dG9uIHtcbiAgICBmb250LXNpemU6IDE0cHg7XG4gIH1cbn1cbiIsIkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zJmRpc3BsYXk9c3dhcCcpO1xuQGltcG9ydCBcIi4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG5cbi8vIFRPRE86IHRoaXMgd2FzIGFkZGVkIHRvIGdldCByaWQgb2YgYHVzZXItc2VsZWN0OiBub25lYCBhZGRlZCBieSBoYW1tZXJqc1xuLmdkLWRvY3VtZW50LFxuL2RlZXAvIC5kb2N1bWVudCB7XG4gIHVzZXItc2VsZWN0OiB0ZXh0ICFpbXBvcnRhbnQ7XG59XG5cbi5jdXJyZW50LXBhZ2UtbnVtYmVyIHtcbiAgbWFyZ2luLWxlZnQ6IDdweDtcbiAgZm9udC1zaXplICA6IDE0cHg7XG4gIGNvbG9yICAgICAgOiBAcmVnZW50LWdyYXk7XG4gIHdpZHRoICAgICAgOiAzN3B4O1xuICBoZWlnaHQgICAgIDogMzdweDtcbiAgbGluZS1oZWlnaHQ6IDM3cHg7XG4gIHRleHQtYWxpZ24gOiBjZW50ZXI7XG5cbiAgJi5hY3RpdmUge1xuICAgIGNvbG9yOiAjZmZmO1xuICB9XG59XG5cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodCAgICAgOiAxMDAlO1xuICB3aWR0aCAgICAgIDogMTAwJTtcbiAgcG9zaXRpb24gICA6IGZpeGVkO1xuICB0b3AgICAgICAgIDogMDtcbiAgYm90dG9tICAgICA6IDA7XG4gIGxlZnQgICAgICAgOiAwO1xuICByaWdodCAgICAgIDogMDtcbn1cblxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICBoZWlnaHQgICAgICAgIDogY2FsYygxMDB2aCAtIDYwcHgpO1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xufVxuXG4udGh1bWJuYWlscy1idXR0b24ge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHJpZ2h0ICAgOiAzcHg7XG59XG5cbi50b3AtcGFuZWwge1xuICBkaXNwbGF5ICAgIDogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgd2lkdGggICAgICA6IDEwMCU7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogQG5hdi1tYWluLWJhY2tncm91bmQ7XG4gIHdpZHRoICAgICAgICAgICA6IDEwMCU7XG59XG5cbjo6bmctZGVlcCAudG9vbHMge1xuXG4gIC5idXR0b24sXG4gIC5zZWxlY3RlZC12YWx1ZSxcbiAgLm5hdi1jYXJldCB7XG4gICAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcblxuICAgICYuaW5hY3RpdmUge1xuICAgICAgY29sb3I6IEByZWdlbnQtZ3JheSAgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICAuYnV0dG9uIHtcbiAgICBmbGV4LWZsb3c6IGNvbHVtbjtcbiAgfVxuXG4gIC5kcm9wZG93bi1tZW51IC5vcHRpb24ge1xuICAgIGNvbG9yOiBAZG92ZS1ncmF5ICAhaW1wb3J0YW50O1xuICB9XG5cbiAgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbjpob3ZlciB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQGZvbGRlciAgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5pY29uLWJ1dHRvbiB7XG4gICAgbWFyZ2luOiAwcHggMHB4IDBweCA3cHggIWltcG9ydGFudDtcbiAgfVxuXG4gIC5zZWxlY3Qge1xuICAgIHdpZHRoICAgICAgOiA2NXB4O1xuICAgIGhlaWdodCAgICAgOiAzN3B4O1xuICAgIG1hcmdpbi1sZWZ0OiA3cHg7XG4gICAgbGluZS1oZWlnaHQ6IDM3cHg7XG4gICAgdGV4dC1hbGlnbiA6IGNlbnRlcjtcbiAgfVxufVxuXG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG5cbiAgLm1vYmlsZS1oaWRlLFxuICAuY3VycmVudC1wYWdlLW51bWJlciB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuXG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIGdkLWJ1dHRvbjpudGgtY2hpbGQoMSk+Lmljb24tYnV0dG9uIHtcbiAgICAgIG1hcmdpbjogMHB4IDBweCAwcHggMTBweCAhaW1wb3J0YW50O1xuICAgIH1cblxuICAgIC5pY29uLWJ1dHRvbiB7XG4gICAgICBoZWlnaHQ6IDYwcHg7XG4gICAgICB3aWR0aCA6IDYwcHg7XG4gICAgfVxuXG4gICAgLmdkLW5hdi1zZWFyY2gtYnRuIHtcbiAgICAgIC5pY29uLWJ1dHRvbiB7XG4gICAgICAgIGhlaWdodDogMzdweDtcbiAgICAgICAgd2lkdGggOiAzN3B4O1xuICAgICAgfVxuXG4gICAgICAuYnV0dG9uIHtcbiAgICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgICAgfVxuICAgIH1cbiAgfVxufSJdfQ== */\"","import {AfterViewInit, Component, OnInit} from '@angular/core';\r\nimport {SearchService} from \"./search.service\";\r\nimport {\r\n FileModel,\r\n ModalService,\r\n UploadFilesService,\r\n PasswordService,\r\n FileCredentials, CommonModals, LoadingMaskService\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport {SearchConfig} from \"./search-config\";\r\nimport {SearchConfigService} from \"./search-config.service\";\r\nimport {WindowService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {\r\n IndexedFileModel,\r\n SearchResult,\r\n SearchResultItemModel,\r\n ExtendedFileModel,\r\n FileIndexingStatus\r\n} from \"./search-models\";\r\n\r\n@Component({\r\n selector: 'gd-search-app',\r\n templateUrl: './search-app.component.html',\r\n styleUrls: ['./search-app.component.less']\r\n})\r\nexport class SearchAppComponent implements OnInit, AfterViewInit {\r\n title = 'search';\r\n files: ExtendedFileModel[] = [];\r\n searchResultItems: SearchResultItemModel[] = [];\r\n indexedFiles: IndexedFileModel[] = [];\r\n searchConfig: SearchConfig;\r\n credentials: FileCredentials;\r\n browseFilesModal = CommonModals.BrowseFiles;\r\n isDesktop: boolean;\r\n isLoading: boolean;\r\n skipPasswordProtected: boolean;\r\n firstSearchPerformed: boolean;\r\n searchResult: SearchResult;\r\n\r\n fileWasDropped = false;\r\n\r\n constructor(private _searchService: SearchService,\r\n private _modalService: ModalService,\r\n configService: SearchConfigService,\r\n uploadFilesService: UploadFilesService,\r\n passwordService: PasswordService,\r\n private _windowService: WindowService,\r\n private _loadingMaskService: LoadingMaskService) {\r\n\r\n configService.updatedConfig.subscribe((searchConfig) => {\r\n this.searchConfig = searchConfig;\r\n });\r\n\r\n uploadFilesService.uploadsChange.subscribe((uploads) => {\r\n if (uploads) {\r\n let i: number;\r\n for (i = 0; i < uploads.length; i++) {\r\n this._searchService.upload(uploads.item(i), '', this.searchConfig.rewrite).subscribe((obj: FileCredentials) => {\r\n if (!this.fileWasDropped) \r\n {\r\n this.selectDir('');\r\n }\r\n });\r\n }\r\n }\r\n });\r\n\r\n passwordService.passChange.subscribe((pass: string) => {\r\n this.closeModal(CommonModals.PasswordRequired);\r\n\r\n const passwordRequiredFile = this.indexedFiles.filter(f => f.documentStatus === FileIndexingStatus.PasswordRequired)[0];\r\n passwordRequiredFile.password = pass;\r\n this._searchService.addFilesToIndex([passwordRequiredFile]).subscribe(() => {\r\n this.loadIndexedFiles(true);\r\n });\r\n });\r\n\r\n this.isDesktop = _windowService.isDesktop();\r\n _windowService.onResize.subscribe((w) => {\r\n this.isDesktop = _windowService.isDesktop();\r\n });\r\n\r\n _searchService.itemToRemove.subscribe(file => {\r\n if (file) {\r\n this._searchService.removeFile(file).subscribe(() => {\r\n this.removeFileFromList(file);\r\n });\r\n }\r\n });\r\n }\r\n\r\n ngOnInit() {\r\n }\r\n\r\n ngAfterViewInit() {\r\n this._loadingMaskService\r\n .onLoadingChanged\r\n .subscribe((loading: boolean) => this.isLoading = loading);\r\n }\r\n\r\n get rewriteConfig(): boolean {\r\n return this.searchConfig ? this.searchConfig.rewrite : true;\r\n }\r\n\r\n get uploadConfig(): boolean {\r\n return this.searchConfig ? this.searchConfig.upload : true;\r\n }\r\n\r\n get browseConfig(): boolean {\r\n return this.searchConfig ? this.searchConfig.browse : true;\r\n }\r\n\r\n openModal(id: string) {\r\n this._modalService.open(id);\r\n }\r\n\r\n closeModal(id: string) {\r\n this._modalService.close(id);\r\n }\r\n\r\n selectDir($event: string) {\r\n this._searchService.loadFiles($event).subscribe((files: ExtendedFileModel[]) => this.files = files || []);\r\n }\r\n\r\n clearSearchResult() {\r\n this.searchResult = null;\r\n\r\n if (this.firstSearchPerformed && this.indexedFiles.length === 0) {\r\n this.loadIndexedFiles(true);\r\n }\r\n }\r\n\r\n selectAllItems(checked: boolean) {\r\n this.files.forEach( (f) => {\r\n if (!f.isDirectory && !f.directory) f.selected = checked;\r\n });\r\n }\r\n\r\n loadIndexedFiles($event) {\r\n if (!$event) return;\r\n\r\n this._searchService.loadFiles(this.searchConfig.indexedFilesDirectory).subscribe((indexingFiles: IndexedFileModel[]) => \r\n {\r\n if (indexingFiles && this.skipPasswordProtected && indexingFiles.filter(f => f.documentStatus === FileIndexingStatus.PasswordRequired).length > 0)\r\n {\r\n indexingFiles.filter(f => f.documentStatus === FileIndexingStatus.PasswordRequired)[0].documentStatus = FileIndexingStatus.Skipped;\r\n }\r\n\r\n this.indexedFiles = indexingFiles || [];\r\n if (this.indexedFiles.filter(f => f.documentStatus === FileIndexingStatus.Indexing).length > 0 ||\r\n (!this.skipPasswordProtected && this.indexedFiles.filter(f => f.documentStatus === FileIndexingStatus.PasswordRequired).length > 0))\r\n {\r\n const timerId = setInterval(() => \r\n {\r\n this._searchService.getDocumentStatus(this.indexedFiles.filter(f => f.documentStatus === FileIndexingStatus.Indexing ||\r\n (!this.skipPasswordProtected && f.documentStatus === FileIndexingStatus.PasswordRequired))).toPromise().then((searchIndexFiles: IndexedFileModel[]) => \r\n {\r\n searchIndexFiles.forEach((searchFile) => {\r\n if (searchFile.documentStatus !== FileIndexingStatus.Indexing)\r\n {\r\n this.indexedFiles.filter(f => f.guid === searchFile.guid)[0].documentStatus = searchFile.documentStatus;\r\n }\r\n });\r\n\r\n if (this.indexedFiles.filter(f => f.documentStatus === FileIndexingStatus.Indexing).length === 0)\r\n {\r\n clearInterval(timerId);\r\n }\r\n }).catch((response: any) => {\r\n clearInterval(timerId);\r\n });\r\n }, 1000);\r\n }\r\n });\r\n }\r\n\r\n cancel($event) {\r\n this.indexedFiles.filter(f => f.documentStatus === FileIndexingStatus.PasswordRequired)[0].documentStatus = FileIndexingStatus.Skipped;\r\n this.skipPasswordProtected = true;\r\n this.loadIndexedFiles(true);\r\n }\r\n\r\n upload($event: string) {\r\n this._searchService.upload(null, $event, this.rewriteConfig).subscribe(() => {\r\n this.selectDir('');\r\n });\r\n }\r\n\r\n fileDropped($event, reloadFiles = false) {\r\n this.fileWasDropped = $event;\r\n\r\n if (reloadFiles)\r\n {\r\n this._searchService.loadFiles('').subscribe((files: ExtendedFileModel[]) => this.files = files || []);\r\n }\r\n }\r\n\r\n removeFileFromList(file: FileModel) {\r\n if (this.indexedFiles.length > 0) {\r\n this.indexedFiles.forEach( (f, index) => {\r\n if(f.guid === file.guid) this.indexedFiles.splice(index, 1);\r\n });\r\n }\r\n }\r\n\r\n search($event: string) {\r\n if ($event === \"\") return;\r\n const creds = [];\r\n creds.push(this.credentials);\r\n this._searchService.search(creds, $event).subscribe((result: SearchResult) => {\r\n this.searchResult = result;\r\n this.firstSearchPerformed = true;\r\n });\r\n }\r\n}\r\n","module.exports = \".gd-modal-table {\\n width: 100%;\\n text-align: left;\\n}\\n#gd-browse-section {\\n width: 1036px;\\n height: 561px;\\n overflow-y: auto;\\n}\\n.list-files-header {\\n height: 60px;\\n color: #6e6e6e;\\n font-size: 13px;\\n font-weight: bold;\\n background-color: #f4f4f4;\\n margin-top: 24px;\\n}\\n.list-files-header.upload-url {\\n margin-top: 20px;\\n}\\n.header-name {\\n padding-left: 68px;\\n width: 90%;\\n line-height: 60px;\\n}\\n.header-size {\\n line-height: 60px;\\n}\\n.header-size,\\n.file-size {\\n width: 7%;\\n color: #777777;\\n text-align: left;\\n}\\n.file-size {\\n font-size: 12px;\\n width: 7%;\\n line-height: 79px;\\n}\\n.file-description {\\n display: -webkit-box;\\n display: flex;\\n width: 90%;\\n padding: 18px 0px 18px 0px;\\n font-size: 14px;\\n -webkit-box-flex: 1;\\n flex: 1;\\n cursor: pointer;\\n overflow: hidden;\\n}\\n.file-description .ng-fa-icon {\\n font-size: 32px;\\n}\\n.gd-modal-spinner {\\n background-color: #ffffff;\\n width: 100%;\\n height: 20px;\\n text-align: center;\\n font-size: 16px;\\n}\\n.gd-file-name {\\n white-space: nowrap;\\n overflow: hidden;\\n width: 100%;\\n text-overflow: ellipsis;\\n}\\n.upload-panel {\\n display: -webkit-box;\\n display: flex;\\n position: relative;\\n width: 100%;\\n margin-top: 24px;\\n margin-right: 24px;\\n}\\n.upload-panel .select-all {\\n height: 37px;\\n margin: 0px 16px 0px 15px;\\n width: 37px;\\n line-height: 44px;\\n text-align: center;\\n}\\n.upload-panel .context {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n width: 100%;\\n margin-right: 24px;\\n}\\n.upload-panel .context .context-actions {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n width: 100%;\\n}\\n.upload-panel .context .context-actions > gd-button {\\n margin-right: 10px;\\n}\\n.upload-panel .context .context-actions *:last-child {\\n margin-right: 0px;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button {\\n height: 37px;\\n width: 96px;\\n padding: 0px;\\n -webkit-box-pack: center;\\n justify-content: center;\\n font-size: 14px;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button ::ng-deep .text {\\n font-size: 10px;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button.primary {\\n width: 117px;\\n background-color: #4b566c;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive {\\n width: 106px;\\n background-color: #959da5;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive /deep/ .text {\\n color: #3E4E5A;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive /deep/ fa-icon {\\n color: #3E4E5A;\\n}\\n.upload-panel .context .context-panel {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n width: 100%;\\n margin-top: 20px;\\n}\\n.upload-panel .context .context-panel .upload-url {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n width: 100%;\\n}\\n.upload-panel .context .context-panel .upload-url .url-input {\\n width: 100%;\\n height: 27px;\\n border: 1px solid #25c2d4;\\n font-size: 14px;\\n padding-left: 6px;\\n}\\n.upload-panel .context .context-panel .upload-url .url-check {\\n width: 31px;\\n height: 31px;\\n color: #FFFFFF;\\n font-size: 15px;\\n background-color: #25c2d4;\\n}\\n.upload-panel .context .context-panel .upload-url .url-check .ng-fa-icon {\\n display: block;\\n padding: 8px;\\n}\\n.upload-panel gd-drop-down {\\n margin-right: 10px;\\n}\\n.upload-panel gd-drop-down /deep/ .drop-down-item .text {\\n margin-left: 7px;\\n text-transform: uppercase;\\n color: #6e6e6e;\\n}\\n.upload-panel gd-drop-down /deep/ .drop-down-item:hover {\\n background-color: #4b566c;\\n}\\n.upload-panel gd-drop-down /deep/ .drop-down-item:hover * {\\n color: #FFF;\\n}\\n.list-files-lines,\\n.list-files-header {\\n display: -webkit-box;\\n display: flex;\\n width: 100%;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n}\\n.file-description .ng-fa-icon.fa-file-pdf {\\n color: #e04e4e;\\n}\\n.file-description .ng-fa-icon.fa-file-word {\\n color: #539CF0;\\n}\\n.file-description .ng-fa-icon.fa-file-powerpoint {\\n color: #e29e1e;\\n}\\n.file-description .ng-fa-icon.fa-file-excel {\\n color: #7cbc46;\\n}\\n.file-description .ng-fa-icon.fa-file-image {\\n color: #c375ed;\\n}\\n.file-description .ng-fa-icon.fa-file-text .fa-folder,\\n.file-description .ng-fa-icon.fa-file,\\n.file-description .ng-fa-icon.fa-file-alt {\\n color: #4b566c;\\n}\\n.go-up {\\n cursor: pointer;\\n display: -webkit-box;\\n display: flex;\\n font-size: 26px;\\n color: #4b566c;\\n height: 79px;\\n}\\n.go-up-dots {\\n margin-left: 20px;\\n margin-top: 22px;\\n font-size: 16px;\\n}\\n.go-up-icon {\\n display: block;\\n padding: 18px 0px 18px 68px;\\n}\\n.file-name {\\n font-size: 16px;\\n color: #6e6e6e;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n}\\n.file-name-format {\\n padding-left: 11px;\\n overflow: hidden;\\n}\\n.file-format {\\n font-size: 10px;\\n padding-top: 3px;\\n color: #acacac;\\n}\\n.list-files-lines,\\n.go-up {\\n border-bottom: 1px solid #e7e7e7;\\n}\\n.list-files-lines:hover {\\n background-color: #E5E5E5;\\n}\\n.gd-dnd-wrap {\\n background-color: #FFF;\\n cursor: default;\\n position: absolute;\\n width: 100%;\\n height: calc(100% - 60px);\\n background: rgba(255, 255, 255, 0.7);\\n z-index: 1;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-drag-n-drop-icon {\\n margin-top: -50px;\\n}\\n.gd-drag-n-drop-icon .fa-cloud-download-alt {\\n color: #D1D1D1;\\n font-size: 110px;\\n}\\n.gd-file-checkbox {\\n height: 37px;\\n margin: 21px 16px 21px 15px;\\n width: 37px;\\n line-height: 44px;\\n text-align: center;\\n}\\n.gd-file-checkbox.empty {\\n width: 37px;\\n}\\n.file-format-select {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 36px;\\n margin-right: 24px;\\n}\\n.file-format-select ::ng-deep .button {\\n padding: 0px;\\n width: 36px;\\n margin: 0px;\\n font-size: 14px;\\n}\\n.file-format-select ::ng-deep .button .text {\\n padding: 0px;\\n}\\n.file-format-select ::ng-deep .show .button {\\n color: #959da5;\\n}\\n.file-format-select gd-drop-down /deep/ .drop-down-item {\\n width: 96px;\\n}\\n.file-format-select gd-drop-down /deep/ .drop-down-item .text {\\n padding-left: 7px;\\n text-transform: uppercase;\\n color: #6e6e6e;\\n}\\n.file-format-select gd-drop-down /deep/ .drop-down-item:hover {\\n background-color: #4b566c;\\n}\\n.file-format-select gd-drop-down /deep/ .drop-down-item:hover * {\\n color: #FFF;\\n}\\n.gd-checkbox {\\n width: 19px;\\n height: 19px;\\n margin: 0px;\\n}\\n.gd-checkbox:before {\\n position: relative;\\n display: -webkit-box;\\n display: flex;\\n width: 17px;\\n height: 17px;\\n border: 1px solid #707070;\\n content: \\\"\\\";\\n background: #FFFFFF;\\n cursor: pointer;\\n}\\n.gd-checkbox:after {\\n position: relative;\\n display: -webkit-box;\\n display: flex;\\n left: 1px;\\n top: -18px;\\n width: 16px;\\n height: 16px;\\n content: \\\"\\\";\\n cursor: pointer;\\n}\\n.gd-checkbox:checked:after {\\n font-family: \\\"Font Awesome 5 Free\\\";\\n content: \\\"\\\\f00c\\\";\\n font-weight: 900;\\n font-size: 16px;\\n color: #6E6E6E;\\n}\\n.gd-add-selected.active {\\n cursor: pointer;\\n opacity: 1;\\n}\\n.gd-add-selected {\\n width: 140px;\\n height: 36px;\\n background-color: #3E4E5A;\\n color: #FFFFFF;\\n margin: 0px 8px 0px 0px;\\n border: 0;\\n cursor: not-allowed;\\n opacity: 0.43;\\n}\\n.gd-folder-name {\\n margin-top: 8px;\\n}\\n.dnd-wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n top: 259px;\\n position: absolute;\\n}\\n.dnd-wrapper .text {\\n color: #6e6e6e;\\n font-size: 14px;\\n}\\n.dnd-wrapper .icon {\\n display: -webkit-box;\\n display: flex;\\n width: 113px;\\n height: 90px;\\n font-size: 90px;\\n color: #3E4E5A;\\n margin-bottom: 30px;\\n}\\n@media (max-width: 1037px) {\\n .header-size,\\n .file-size {\\n width: 18%;\\n }\\n .gd-dnd-wrap {\\n width: 95%;\\n }\\n #gd-browse-section {\\n width: 100%;\\n }\\n #gd-browse-section {\\n width: 100%;\\n height: calc(100% - 146px);\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2VhcmNoL3NyYy9saWIvc2VhcmNoLWJyb3dzZS1maWxlcy1tb2RhbC9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvc2VhcmNoL3NyYy9saWIvc2VhcmNoLWJyb3dzZS1maWxlcy1tb2RhbC9zZWFyY2gtYnJvd3NlLWZpbGVzLW1vZGFsLmNvbXBvbmVudC5sZXNzIiwibGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtYnJvd3NlLWZpbGVzLW1vZGFsL3NlYXJjaC1icm93c2UtZmlsZXMtbW9kYWwuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxXQUFBO0VBQ0EsZ0JBQUE7QUNERjtBRElBO0VBQ0UsYUFBQTtFQUNBLGFBQUE7RUFDQSxnQkFBQTtBQ0ZGO0FES0E7RUFDRSxZQUFBO0VBQ0EsY0FBQTtFQUNBLGVBQUE7RUFDQSxpQkFBQTtFQUNBLHlCQUFBO0VBQ0EsZ0JBQUE7QUNIRjtBREtFO0VBQ0UsZ0JBQUE7QUNISjtBRE9BO0VBQ0Usa0JBQUE7RUFDQSxVQUFBO0VBQ0EsaUJBQUE7QUNMRjtBRFFBO0VBQ0UsaUJBQUE7QUNORjtBRFVBOztFQUVFLFNBQUE7RUFDQSxjQUFBO0VBQ0EsZ0JBQUE7QUNSRjtBRFdBO0VBQ0UsZUFBQTtFQUNBLFNBQUE7RUFDQSxpQkFBQTtBQ1RGO0FEWUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxVQUFBO0VBQ0EsMEJBQUE7RUFDQSxlQUFBO0VBQ0EsbUJBQUE7VUFBQSxPQUFBO0VBQ0EsZUFBQTtFQUNBLGdCQUFBO0FDVkY7QURhQTtFQUNFLGVBQUE7QUNYRjtBRGNBO0VBQ0UseUJBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGtCQUFBO0VBQ0EsZUFBQTtBQ1pGO0FEZUE7RUFDRSxtQkFBQTtFQUNBLGdCQUFBO0VBQ0EsV0FBQTtFQUNBLHVCQUFBO0FDYkY7QURnQkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxrQkFBQTtFQUNB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QUE7RUFBQSxhQUFBO0VBQ0EsWUFBQTtFQUNBLFlBQUE7RUFDQSxlQUFBO0VBQ0EsY0FBQTtFQUNBLG1CQUFBO0FDL0VKO0FEbUZBO0VBRUU7O0lBRUUsVUFBQTtFQ2xGRjtFRHFGQTtJQUNFLFVBQUE7RUNuRkY7RURzRkE7SUFDRSxXQUFBO0VDcEZGO0VEdUZBO0lBQ0UsV0FBQTtJQUNBLDBCQUFBO0VDckZGO0FBQ0YiLCJmaWxlIjoibGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtYnJvd3NlLWZpbGVzLW1vZGFsL3NlYXJjaC1icm93c2UtZmlsZXMtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi8uLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlcy5sZXNzXCI7XG5cbi5nZC1tb2RhbC10YWJsZSB7XG4gIHdpZHRoICAgICA6IDEwMCU7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG59XG5cbiNnZC1icm93c2Utc2VjdGlvbiB7XG4gIHdpZHRoICAgICA6IDEwMzZweDtcbiAgaGVpZ2h0ICAgIDogNTYxcHg7XG4gIG92ZXJmbG93LXk6IGF1dG87XG59XG5cbi5saXN0LWZpbGVzLWhlYWRlciB7XG4gIGhlaWdodCAgICAgICAgICA6IDYwcHg7XG4gIGNvbG9yICAgICAgICAgICA6IEBkb3ZlLWdyYXk7XG4gIGZvbnQtc2l6ZSAgICAgICA6IDEzcHg7XG4gIGZvbnQtd2VpZ2h0ICAgICA6IGJvbGQ7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG4gIG1hcmdpbi10b3AgICAgICA6IDI0cHg7XG5cbiAgJi51cGxvYWQtdXJsIHtcbiAgICBtYXJnaW4tdG9wOiAyMHB4O1xuICB9XG59XG5cbi5oZWFkZXItbmFtZSB7XG4gIHBhZGRpbmctbGVmdDogNjhweDtcbiAgd2lkdGggICAgICAgOiA5MCU7XG4gIGxpbmUtaGVpZ2h0IDogNjBweDtcbn1cblxuLmhlYWRlci1zaXplIHtcbiAgbGluZS1oZWlnaHQ6IDYwcHg7XG4gIC8vIFRPRE86IGFkZCBvdmVyZmxvdy15OiBzY3JvbGwgaWYgc2Nyb2xsLWJhciBpbiBmaWxlcyBhcHBlYXJzXG59XG5cbi5oZWFkZXItc2l6ZSxcbi5maWxlLXNpemUge1xuICB3aWR0aCAgICAgOiA3JTtcbiAgY29sb3IgICAgIDogIzc3Nzc3NztcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cblxuLmZpbGUtc2l6ZSB7XG4gIGZvbnQtc2l6ZSAgOiAxMnB4O1xuICB3aWR0aCAgICAgIDogNyU7XG4gIGxpbmUtaGVpZ2h0OiA3OXB4O1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiB7XG4gIGRpc3BsYXkgIDogZmxleDtcbiAgd2lkdGggICAgOiA5MCU7XG4gIHBhZGRpbmcgIDogMThweCAwcHggMThweCAwcHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgZmxleCAgICAgOiAxO1xuICBjdXJzb3IgICA6IHBvaW50ZXI7XG4gIG92ZXJmbG93IDogaGlkZGVuO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzJweDtcbn1cblxuLmdkLW1vZGFsLXNwaW5uZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xuICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xuICBoZWlnaHQgICAgICAgICAgOiAyMHB4O1xuICB0ZXh0LWFsaWduICAgICAgOiBjZW50ZXI7XG4gIGZvbnQtc2l6ZSAgICAgICA6IDE2cHg7XG59XG5cbi5nZC1maWxlLW5hbWUge1xuICB3aGl0ZS1zcGFjZSAgOiBub3dyYXA7XG4gIG92ZXJmbG93ICAgICA6IGhpZGRlbjtcbiAgd2lkdGggICAgICAgIDogMTAwJTtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG59XG5cbi51cGxvYWQtcGFuZWwge1xuICBkaXNwbGF5ICAgICA6IGZsZXg7XG4gIHBvc2l0aW9uICAgIDogcmVsYXRpdmU7XG4gIHdpZHRoICAgICAgIDogMTAwJTtcbiAgbWFyZ2luLXRvcCAgOiAyNHB4O1xuICBtYXJnaW4tcmlnaHQ6IDI0cHg7XG5cbiAgLnNlbGVjdC1hbGwge1xuICAgIGhlaWdodCAgICAgOiAzN3B4O1xuICAgIG1hcmdpbiAgICAgOiAwcHggMTZweCAwcHggMTVweDtcbiAgICB3aWR0aCAgICAgIDogMzdweDtcbiAgICBsaW5lLWhlaWdodDogNDRweDtcbiAgICB0ZXh0LWFsaWduIDogY2VudGVyO1xuICB9XG5cbiAgLmNvbnRleHQge1xuICAgIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgd2lkdGggICAgICAgICA6IDEwMCU7XG4gICAgbWFyZ2luLXJpZ2h0ICA6IDI0cHg7XG5cbiAgICAuY29udGV4dC1hY3Rpb25zIHtcbiAgICAgIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICAgICAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgICAgIHdpZHRoICAgICAgICAgOiAxMDAlO1xuXG4gICAgICA+Z2QtYnV0dG9uIHtcbiAgICAgICAgbWFyZ2luLXJpZ2h0OiAxMHB4O1xuICAgICAgfVxuXG4gICAgICAqOmxhc3QtY2hpbGQge1xuICAgICAgICBtYXJnaW4tcmlnaHQ6IDBweDtcbiAgICAgIH1cblxuICAgICAgOjpuZy1kZWVwIC5idXR0b24ge1xuICAgICAgICBoZWlnaHQgICAgICAgICA6IDM3cHg7XG4gICAgICAgIHdpZHRoICAgICAgICAgIDogOTZweDtcbiAgICAgICAgcGFkZGluZyAgICAgICAgOiAwcHg7XG4gICAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgICAgICBmb250LXNpemUgICAgICA6IDE0cHg7XG5cbiAgICAgICAgOjpuZy1kZWVwIC50ZXh0IHtcbiAgICAgICAgICBmb250LXNpemU6IDEwcHg7XG4gICAgICAgIH1cblxuICAgICAgICAmLnByaW1hcnkge1xuICAgICAgICAgIHdpZHRoICAgICAgICAgICA6IDExN3B4O1xuICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IEBmb2xkZXI7XG5cbiAgICAgICAgICAmLmluYWN0aXZlIHtcbiAgICAgICAgICAgIHdpZHRoICAgICAgICAgICA6IDEwNnB4O1xuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogQHJlZ2VudC1ncmF5O1xuXG4gICAgICAgICAgICAvZGVlcC8gLnRleHQge1xuICAgICAgICAgICAgICBjb2xvcjogQHByaW1hcnk7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgIC9kZWVwLyBmYS1pY29uIHtcbiAgICAgICAgICAgICAgY29sb3I6IEBwcmltYXJ5XG4gICAgICAgICAgICB9XG4gICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuXG4gICAgLmNvbnRleHQtcGFuZWwge1xuICAgICAgZGlzcGxheSAgICAgICA6IGZsZXg7XG4gICAgICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICAgICAgd2lkdGggICAgICAgICA6IDEwMCU7XG4gICAgICBtYXJnaW4tdG9wICAgIDogMjBweDtcblxuICAgICAgLnVwbG9hZC11cmwge1xuICAgICAgICBkaXNwbGF5ICAgICAgIDogZmxleDtcbiAgICAgICAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgICAgICAgd2lkdGggICAgICAgICA6IDEwMCU7XG5cbiAgICAgICAgLnVybC1pbnB1dCB7XG4gICAgICAgICAgd2lkdGggICAgICAgOiAxMDAlO1xuICAgICAgICAgIGhlaWdodCAgICAgIDogMjdweDtcbiAgICAgICAgICBib3JkZXIgICAgICA6IDFweCBzb2xpZCBAYnJhbmQ7XG4gICAgICAgICAgZm9udC1zaXplICAgOiAxNHB4O1xuICAgICAgICAgIHBhZGRpbmctbGVmdDogNnB4O1xuICAgICAgICB9XG5cbiAgICAgICAgLnVybC1jaGVjayB7XG4gICAgICAgICAgd2lkdGggICAgICAgICAgIDogMzFweDtcbiAgICAgICAgICBoZWlnaHQgICAgICAgICAgOiAzMXB4O1xuICAgICAgICAgIGNvbG9yICAgICAgICAgICA6ICNGRkZGRkY7XG4gICAgICAgICAgZm9udC1zaXplICAgICAgIDogMTVweDtcbiAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAYnJhbmQ7XG4gICAgICAgIH1cblxuICAgICAgICAudXJsLWNoZWNrIC5uZy1mYS1pY29uIHtcbiAgICAgICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgICAgICBwYWRkaW5nOiA4cHg7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICBnZC1kcm9wLWRvd24ge1xuICAgIG1hcmdpbi1yaWdodDogMTBweDtcblxuICAgIC9kZWVwLyAuZHJvcC1kb3duLWl0ZW0ge1xuICAgICAgLnRleHQge1xuICAgICAgICBtYXJnaW4tbGVmdCAgIDogN3B4O1xuICAgICAgICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICAgICAgICBjb2xvciAgICAgICAgIDogQGRvdmUtZ3JheTtcbiAgICAgIH1cblxuICAgICAgJjpob3ZlciB7XG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6IEBmb2xkZXI7XG5cbiAgICAgICAgKiB7XG4gICAgICAgICAgY29sb3I6ICNGRkY7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuLmxpc3QtZmlsZXMtbGluZXMsXG4ubGlzdC1maWxlcy1oZWFkZXIge1xuICBkaXNwbGF5ICAgICAgICA6IGZsZXg7XG4gIHdpZHRoICAgICAgICAgIDogMTAwJTtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXBkZiB7XG4gIGNvbG9yOiBAcGRmO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXdvcmQge1xuICBjb2xvcjogQHdvcmQ7XG59XG5cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtcG93ZXJwb2ludCB7XG4gIGNvbG9yOiBAcG93ZXJwb2ludDtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1leGNlbCB7XG4gIGNvbG9yOiBAZXhjZWw7XG59XG5cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtaW1hZ2Uge1xuICBjb2xvcjogQGltYWdlO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXRleHQgLmZhLWZvbGRlcixcbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUsXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWFsdCB7XG4gIGNvbG9yOiBAZm9sZGVyO1xufVxuXG4uZ28tdXAge1xuICBjdXJzb3IgICA6IHBvaW50ZXI7XG4gIGRpc3BsYXkgIDogZmxleDtcbiAgZm9udC1zaXplOiAyNnB4O1xuICBjb2xvciAgICA6IEBmb2xkZXI7XG4gIGhlaWdodCAgIDogNzlweDtcbn1cblxuLmdvLXVwLWRvdHMge1xuICBtYXJnaW4tbGVmdDogMjBweDtcbiAgbWFyZ2luLXRvcCA6IDIycHg7XG4gIGZvbnQtc2l6ZSAgOiAxNnB4O1xufVxuXG4uZ28tdXAtaWNvbiB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBwYWRkaW5nOiAxOHB4IDBweCAxOHB4IDY4cHg7XG59XG5cbi5maWxlLW5hbWUge1xuICBmb250LXNpemUgICAgOiAxNnB4O1xuICBjb2xvciAgICAgICAgOiBAZG92ZS1ncmF5O1xuICBvdmVyZmxvdyAgICAgOiBoaWRkZW47XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xufVxuXG4uZmlsZS1uYW1lLWZvcm1hdCB7XG4gIHBhZGRpbmctbGVmdDogMTFweDtcbiAgb3ZlcmZsb3cgICAgOiBoaWRkZW47XG59XG5cbi5maWxlLWZvcm1hdCB7XG4gIGZvbnQtc2l6ZSAgOiAxMHB4O1xuICBwYWRkaW5nLXRvcDogM3B4O1xuICBjb2xvciAgICAgIDogQHNpbHZlci1jaGFsaWNlO1xufVxuXG4ubGlzdC1maWxlcy1saW5lcyxcbi5nby11cCB7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCBAbWVyY3VyeTtcbn1cblxuLmxpc3QtZmlsZXMtbGluZXMge1xuICAmOmhvdmVyIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAbmF2LWFjY2VudC1iYWNrZ3JvdW5kO1xuICB9XG59XG5cbi5nZC1kbmQtd3JhcCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkY7XG4gIGN1cnNvciAgICAgICAgICA6IGRlZmF1bHQ7XG4gIHBvc2l0aW9uICAgICAgICA6IGFic29sdXRlO1xuICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xuICBoZWlnaHQgICAgICAgICAgOiBjYWxjKDEwMCUgLSA2MHB4KTtcbiAgYmFja2dyb3VuZCAgICAgIDogcmdiYSgyNTUsIDI1NSwgMjU1LCAwLjcpO1xuICB6LWluZGV4ICAgICAgICAgOiAxO1xuICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQgOiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zICAgICA6IGNlbnRlcjtcbn1cblxuLmdkLWRyYWctbi1kcm9wLWljb24ge1xuICBtYXJnaW4tdG9wOiAtNTBweDtcbn1cblxuLmdkLWRyYWctbi1kcm9wLWljb24gLmZhLWNsb3VkLWRvd25sb2FkLWFsdCB7XG4gIGNvbG9yICAgIDogI0QxRDFEMTtcbiAgZm9udC1zaXplOiAxMTBweDtcbn1cblxuLmdkLWZpbGUtY2hlY2tib3gge1xuICBoZWlnaHQgICAgIDogMzdweDtcbiAgbWFyZ2luICAgICA6IDIxcHggMTZweCAyMXB4IDE1cHg7XG4gIHdpZHRoICAgICAgOiAzN3B4O1xuICBsaW5lLWhlaWdodDogNDRweDtcbiAgdGV4dC1hbGlnbiA6IGNlbnRlcjtcbn1cblxuLmdkLWZpbGUtY2hlY2tib3guZW1wdHkge1xuICB3aWR0aDogMzdweDtcbn1cblxuLmZpbGUtZm9ybWF0LXNlbGVjdCB7XG4gIGRpc3BsYXkgICAgIDogZmxleDtcbiAgYWxpZ24taXRlbXMgOiBjZW50ZXI7XG4gIHdpZHRoICAgICAgIDogMzZweDtcbiAgbWFyZ2luLXJpZ2h0OiAyNHB4O1xuXG4gIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICBwYWRkaW5nICA6IDBweDtcbiAgICB3aWR0aCAgICA6IDM2cHg7XG4gICAgbWFyZ2luICAgOiAwcHg7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuXG4gICAgLnRleHQge1xuICAgICAgcGFkZGluZzogMHB4O1xuICAgIH1cbiAgfVxuXG4gIDo6bmctZGVlcCAuc2hvdyAuYnV0dG9uIHtcbiAgICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICB9XG5cbiAgZ2QtZHJvcC1kb3duIHtcbiAgICAvZGVlcC8gLmRyb3AtZG93bi1pdGVtIHtcbiAgICAgIHdpZHRoOiA5NnB4O1xuXG4gICAgICAudGV4dCB7XG4gICAgICAgIHBhZGRpbmctbGVmdCAgOiA3cHg7XG4gICAgICAgIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gICAgICAgIGNvbG9yICAgICAgICAgOiBAZG92ZS1ncmF5O1xuICAgICAgfVxuXG4gICAgICAmOmhvdmVyIHtcbiAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogQGZvbGRlcjtcblxuICAgICAgICAqIHtcbiAgICAgICAgICBjb2xvcjogI0ZGRjtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgfVxufVxuXG4uZ2QtY2hlY2tib3gge1xuICB3aWR0aCA6IDE5cHg7XG4gIGhlaWdodDogMTlweDtcbiAgbWFyZ2luOiAwcHg7XG5cbiAgJjpiZWZvcmUge1xuICAgIHBvc2l0aW9uICA6IHJlbGF0aXZlO1xuICAgIGRpc3BsYXkgICA6IGZsZXg7XG4gICAgd2lkdGggICAgIDogMTdweDtcbiAgICBoZWlnaHQgICAgOiAxN3B4O1xuICAgIGJvcmRlciAgICA6IDFweCBzb2xpZCAjNzA3MDcwO1xuICAgIGNvbnRlbnQgICA6IFwiXCI7XG4gICAgYmFja2dyb3VuZDogI0ZGRkZGRjtcbiAgICBjdXJzb3IgICAgOiBwb2ludGVyO1xuICB9XG5cbiAgJjphZnRlciB7XG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIGRpc3BsYXkgOiBmbGV4O1xuICAgIGxlZnQgICAgOiAxcHg7XG4gICAgdG9wICAgICA6IC0xOHB4O1xuICAgIHdpZHRoICAgOiAxNnB4O1xuICAgIGhlaWdodCAgOiAxNnB4O1xuICAgIGNvbnRlbnQgOiBcIlwiO1xuICAgIGN1cnNvciAgOiBwb2ludGVyO1xuICB9XG5cbiAgJjpjaGVja2VkIHtcbiAgICAmOmFmdGVyIHtcbiAgICAgIGZvbnQtZmFtaWx5OiBcIkZvbnQgQXdlc29tZSA1IEZyZWVcIjtcbiAgICAgIGNvbnRlbnQgICAgOiBcIlxcZjAwY1wiO1xuICAgICAgZm9udC13ZWlnaHQ6IDkwMDtcbiAgICAgIGZvbnQtc2l6ZSAgOiAxNnB4O1xuICAgICAgY29sb3IgICAgICA6ICM2RTZFNkU7XG4gICAgfVxuICB9XG59XG5cbi5nZC1hZGQtc2VsZWN0ZWQuYWN0aXZlIHtcbiAgY3Vyc29yIDogcG9pbnRlcjtcbiAgb3BhY2l0eTogMTtcbn1cblxuLmdkLWFkZC1zZWxlY3RlZCB7XG4gIHdpZHRoICAgICAgICAgICA6IDE0MHB4O1xuICBoZWlnaHQgICAgICAgICAgOiAzNnB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM0U0RTVBO1xuICBjb2xvciAgICAgICAgICAgOiAjRkZGRkZGO1xuICBtYXJnaW4gICAgICAgICAgOiAwcHggOHB4IDBweCAwcHg7XG4gIGJvcmRlciAgICAgICAgICA6IDA7XG4gIGN1cnNvciAgICAgICAgICA6IG5vdC1hbGxvd2VkO1xuICBvcGFjaXR5ICAgICAgICAgOiAwLjQzO1xufVxuXG4uZ2QtZm9sZGVyLW5hbWUge1xuICBtYXJnaW4tdG9wOiA4cHg7XG59XG5cbi5kbmQtd3JhcHBlciB7XG4gIGRpc3BsYXkgICAgICAgIDogZmxleDtcbiAgZmxleC1kaXJlY3Rpb24gOiBjb2x1bW47XG4gIGFsaWduLWl0ZW1zICAgIDogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgdG9wICAgICAgICAgICAgOiAyNTlweDtcbiAgcG9zaXRpb24gICAgICAgOiBhYnNvbHV0ZTtcblxuICAudGV4dCB7XG4gICAgY29sb3IgICAgOiBAZG92ZS1ncmF5O1xuICAgIGZvbnQtc2l6ZTogMTRweDtcbiAgfVxuXG4gIC5pY29uIHtcbiAgICBkaXNwbGF5ICAgICAgOiBmbGV4O1xuICAgIHdpZHRoICAgICAgICA6IDExM3B4O1xuICAgIGhlaWdodCAgICAgICA6IDkwcHg7XG4gICAgZm9udC1zaXplICAgIDogOTBweDtcbiAgICBjb2xvciAgICAgICAgOiBAcHJpbWFyeTtcbiAgICBtYXJnaW4tYm90dG9tOiAzMHB4O1xuICB9XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG5cbiAgLmhlYWRlci1zaXplLFxuICAuZmlsZS1zaXplIHtcbiAgICB3aWR0aDogMTglO1xuICB9XG5cbiAgLmdkLWRuZC13cmFwIHtcbiAgICB3aWR0aDogOTUlO1xuICB9XG5cbiAgI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxuXG4gICNnZC1icm93c2Utc2VjdGlvbiB7XG4gICAgd2lkdGggOiAxMDAlO1xuICAgIGhlaWdodDogY2FsYygxMDAlIC0gMTQ2cHgpO1xuICB9XG59IiwiLmdkLW1vZGFsLXRhYmxlIHtcbiAgd2lkdGg6IDEwMCU7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG59XG4jZ2QtYnJvd3NlLXNlY3Rpb24ge1xuICB3aWR0aDogMTAzNnB4O1xuICBoZWlnaHQ6IDU2MXB4O1xuICBvdmVyZmxvdy15OiBhdXRvO1xufVxuLmxpc3QtZmlsZXMtaGVhZGVyIHtcbiAgaGVpZ2h0OiA2MHB4O1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBmb250LXdlaWdodDogYm9sZDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2Y0ZjRmNDtcbiAgbWFyZ2luLXRvcDogMjRweDtcbn1cbi5saXN0LWZpbGVzLWhlYWRlci51cGxvYWQtdXJsIHtcbiAgbWFyZ2luLXRvcDogMjBweDtcbn1cbi5oZWFkZXItbmFtZSB7XG4gIHBhZGRpbmctbGVmdDogNjhweDtcbiAgd2lkdGg6IDkwJTtcbiAgbGluZS1oZWlnaHQ6IDYwcHg7XG59XG4uaGVhZGVyLXNpemUge1xuICBsaW5lLWhlaWdodDogNjBweDtcbn1cbi5oZWFkZXItc2l6ZSxcbi5maWxlLXNpemUge1xuICB3aWR0aDogNyU7XG4gIGNvbG9yOiAjNzc3Nzc3O1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xufVxuLmZpbGUtc2l6ZSB7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgd2lkdGg6IDclO1xuICBsaW5lLWhlaWdodDogNzlweDtcbn1cbi5maWxlLWRlc2NyaXB0aW9uIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDkwJTtcbiAgcGFkZGluZzogMThweCAwcHggMThweCAwcHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgZmxleDogMTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24ge1xuICBmb250LXNpemU6IDMycHg7XG59XG4uZ2QtbW9kYWwtc3Bpbm5lciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmZmZmY7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDIwcHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgZm9udC1zaXplOiAxNnB4O1xufVxuLmdkLWZpbGUtbmFtZSB7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbn1cbi51cGxvYWQtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIHdpZHRoOiAxMDAlO1xuICBtYXJnaW4tdG9wOiAyNHB4O1xuICBtYXJnaW4tcmlnaHQ6IDI0cHg7XG59XG4udXBsb2FkLXBhbmVsIC5zZWxlY3QtYWxsIHtcbiAgaGVpZ2h0OiAzN3B4O1xuICBtYXJnaW46IDBweCAxNnB4IDBweCAxNXB4O1xuICB3aWR0aDogMzdweDtcbiAgbGluZS1oZWlnaHQ6IDQ0cHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aDogMTAwJTtcbiAgbWFyZ2luLXJpZ2h0OiAyNHB4O1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1hY3Rpb25zIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgd2lkdGg6IDEwMCU7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgPiBnZC1idXR0b24ge1xuICBtYXJnaW4tcmlnaHQ6IDEwcHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgKjpsYXN0LWNoaWxkIHtcbiAgbWFyZ2luLXJpZ2h0OiAwcHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgOjpuZy1kZWVwIC5idXR0b24ge1xuICBoZWlnaHQ6IDM3cHg7XG4gIHdpZHRoOiA5NnB4O1xuICBwYWRkaW5nOiAwcHg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBmb250LXNpemU6IDE0cHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgOjpuZy1kZWVwIC5idXR0b24gOjpuZy1kZWVwIC50ZXh0IHtcbiAgZm9udC1zaXplOiAxMHB4O1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1hY3Rpb25zIDo6bmctZGVlcCAuYnV0dG9uLnByaW1hcnkge1xuICB3aWR0aDogMTE3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0YjU2NmM7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgOjpuZy1kZWVwIC5idXR0b24ucHJpbWFyeS5pbmFjdGl2ZSB7XG4gIHdpZHRoOiAxMDZweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzk1OWRhNTtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyA6Om5nLWRlZXAgLmJ1dHRvbi5wcmltYXJ5LmluYWN0aXZlIC9kZWVwLyAudGV4dCB7XG4gIGNvbG9yOiAjM0U0RTVBO1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1hY3Rpb25zIDo6bmctZGVlcCAuYnV0dG9uLnByaW1hcnkuaW5hY3RpdmUgL2RlZXAvIGZhLWljb24ge1xuICBjb2xvcjogIzNFNEU1QTtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICB3aWR0aDogMTAwJTtcbiAgbWFyZ2luLXRvcDogMjBweDtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtcGFuZWwgLnVwbG9hZC11cmwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICB3aWR0aDogMTAwJTtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtcGFuZWwgLnVwbG9hZC11cmwgLnVybC1pbnB1dCB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDI3cHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkICMyNWMyZDQ7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgcGFkZGluZy1sZWZ0OiA2cHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LXBhbmVsIC51cGxvYWQtdXJsIC51cmwtY2hlY2sge1xuICB3aWR0aDogMzFweDtcbiAgaGVpZ2h0OiAzMXB4O1xuICBjb2xvcjogI0ZGRkZGRjtcbiAgZm9udC1zaXplOiAxNXB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMjVjMmQ0O1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1wYW5lbCAudXBsb2FkLXVybCAudXJsLWNoZWNrIC5uZy1mYS1pY29uIHtcbiAgZGlzcGxheTogYmxvY2s7XG4gIHBhZGRpbmc6IDhweDtcbn1cbi51cGxvYWQtcGFuZWwgZ2QtZHJvcC1kb3duIHtcbiAgbWFyZ2luLXJpZ2h0OiAxMHB4O1xufVxuLnVwbG9hZC1wYW5lbCBnZC1kcm9wLWRvd24gL2RlZXAvIC5kcm9wLWRvd24taXRlbSAudGV4dCB7XG4gIG1hcmdpbi1sZWZ0OiA3cHg7XG4gIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gIGNvbG9yOiAjNmU2ZTZlO1xufVxuLnVwbG9hZC1wYW5lbCBnZC1kcm9wLWRvd24gL2RlZXAvIC5kcm9wLWRvd24taXRlbTpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0YjU2NmM7XG59XG4udXBsb2FkLXBhbmVsIGdkLWRyb3AtZG93biAvZGVlcC8gLmRyb3AtZG93bi1pdGVtOmhvdmVyICoge1xuICBjb2xvcjogI0ZGRjtcbn1cbi5saXN0LWZpbGVzLWxpbmVzLFxuLmxpc3QtZmlsZXMtaGVhZGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDEwMCU7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2Vlbjtcbn1cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtcGRmIHtcbiAgY29sb3I6ICNlMDRlNGU7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXdvcmQge1xuICBjb2xvcjogIzUzOUNGMDtcbn1cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtcG93ZXJwb2ludCB7XG4gIGNvbG9yOiAjZTI5ZTFlO1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1leGNlbCB7XG4gIGNvbG9yOiAjN2NiYzQ2O1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1pbWFnZSB7XG4gIGNvbG9yOiAjYzM3NWVkO1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIsXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLFxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1hbHQge1xuICBjb2xvcjogIzRiNTY2Yztcbn1cbi5nby11cCB7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgZGlzcGxheTogZmxleDtcbiAgZm9udC1zaXplOiAyNnB4O1xuICBjb2xvcjogIzRiNTY2YztcbiAgaGVpZ2h0OiA3OXB4O1xufVxuLmdvLXVwLWRvdHMge1xuICBtYXJnaW4tbGVmdDogMjBweDtcbiAgbWFyZ2luLXRvcDogMjJweDtcbiAgZm9udC1zaXplOiAxNnB4O1xufVxuLmdvLXVwLWljb24ge1xuICBkaXNwbGF5OiBibG9jaztcbiAgcGFkZGluZzogMThweCAwcHggMThweCA2OHB4O1xufVxuLmZpbGUtbmFtZSB7XG4gIGZvbnQtc2l6ZTogMTZweDtcbiAgY29sb3I6ICM2ZTZlNmU7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xufVxuLmZpbGUtbmFtZS1mb3JtYXQge1xuICBwYWRkaW5nLWxlZnQ6IDExcHg7XG4gIG92ZXJmbG93OiBoaWRkZW47XG59XG4uZmlsZS1mb3JtYXQge1xuICBmb250LXNpemU6IDEwcHg7XG4gIHBhZGRpbmctdG9wOiAzcHg7XG4gIGNvbG9yOiAjYWNhY2FjO1xufVxuLmxpc3QtZmlsZXMtbGluZXMsXG4uZ28tdXAge1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI2U3ZTdlNztcbn1cbi5saXN0LWZpbGVzLWxpbmVzOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0U1RTVFNTtcbn1cbi5nZC1kbmQtd3JhcCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkY7XG4gIGN1cnNvcjogZGVmYXVsdDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSA2MHB4KTtcbiAgYmFja2dyb3VuZDogcmdiYSgyNTUsIDI1NSwgMjU1LCAwLjcpO1xuICB6LWluZGV4OiAxO1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cbi5nZC1kcmFnLW4tZHJvcC1pY29uIHtcbiAgbWFyZ2luLXRvcDogLTUwcHg7XG59XG4uZ2QtZHJhZy1uLWRyb3AtaWNvbiAuZmEtY2xvdWQtZG93bmxvYWQtYWx0IHtcbiAgY29sb3I6ICNEMUQxRDE7XG4gIGZvbnQtc2l6ZTogMTEwcHg7XG59XG4uZ2QtZmlsZS1jaGVja2JveCB7XG4gIGhlaWdodDogMzdweDtcbiAgbWFyZ2luOiAyMXB4IDE2cHggMjFweCAxNXB4O1xuICB3aWR0aDogMzdweDtcbiAgbGluZS1oZWlnaHQ6IDQ0cHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbi5nZC1maWxlLWNoZWNrYm94LmVtcHR5IHtcbiAgd2lkdGg6IDM3cHg7XG59XG4uZmlsZS1mb3JtYXQtc2VsZWN0IHtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgd2lkdGg6IDM2cHg7XG4gIG1hcmdpbi1yaWdodDogMjRweDtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3QgOjpuZy1kZWVwIC5idXR0b24ge1xuICBwYWRkaW5nOiAwcHg7XG4gIHdpZHRoOiAzNnB4O1xuICBtYXJnaW46IDBweDtcbiAgZm9udC1zaXplOiAxNHB4O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCA6Om5nLWRlZXAgLmJ1dHRvbiAudGV4dCB7XG4gIHBhZGRpbmc6IDBweDtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3QgOjpuZy1kZWVwIC5zaG93IC5idXR0b24ge1xuICBjb2xvcjogIzk1OWRhNTtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3QgZ2QtZHJvcC1kb3duIC9kZWVwLyAuZHJvcC1kb3duLWl0ZW0ge1xuICB3aWR0aDogOTZweDtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3QgZ2QtZHJvcC1kb3duIC9kZWVwLyAuZHJvcC1kb3duLWl0ZW0gLnRleHQge1xuICBwYWRkaW5nLWxlZnQ6IDdweDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgY29sb3I6ICM2ZTZlNmU7XG59XG4uZmlsZS1mb3JtYXQtc2VsZWN0IGdkLWRyb3AtZG93biAvZGVlcC8gLmRyb3AtZG93bi1pdGVtOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzRiNTY2Yztcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3QgZ2QtZHJvcC1kb3duIC9kZWVwLyAuZHJvcC1kb3duLWl0ZW06aG92ZXIgKiB7XG4gIGNvbG9yOiAjRkZGO1xufVxuLmdkLWNoZWNrYm94IHtcbiAgd2lkdGg6IDE5cHg7XG4gIGhlaWdodDogMTlweDtcbiAgbWFyZ2luOiAwcHg7XG59XG4uZ2QtY2hlY2tib3g6YmVmb3JlIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTdweDtcbiAgaGVpZ2h0OiAxN3B4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNzA3MDcwO1xuICBjb250ZW50OiBcIlwiO1xuICBiYWNrZ3JvdW5kOiAjRkZGRkZGO1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtY2hlY2tib3g6YWZ0ZXIge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGxlZnQ6IDFweDtcbiAgdG9wOiAtMThweDtcbiAgd2lkdGg6IDE2cHg7XG4gIGhlaWdodDogMTZweDtcbiAgY29udGVudDogXCJcIjtcbiAgY3Vyc29yOiBwb2ludGVyO1xufVxuLmdkLWNoZWNrYm94OmNoZWNrZWQ6YWZ0ZXIge1xuICBmb250LWZhbWlseTogXCJGb250IEF3ZXNvbWUgNSBGcmVlXCI7XG4gIGNvbnRlbnQ6IFwiXFxmMDBjXCI7XG4gIGZvbnQtd2VpZ2h0OiA5MDA7XG4gIGZvbnQtc2l6ZTogMTZweDtcbiAgY29sb3I6ICM2RTZFNkU7XG59XG4uZ2QtYWRkLXNlbGVjdGVkLmFjdGl2ZSB7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgb3BhY2l0eTogMTtcbn1cbi5nZC1hZGQtc2VsZWN0ZWQge1xuICB3aWR0aDogMTQwcHg7XG4gIGhlaWdodDogMzZweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNFNEU1QTtcbiAgY29sb3I6ICNGRkZGRkY7XG4gIG1hcmdpbjogMHB4IDhweCAwcHggMHB4O1xuICBib3JkZXI6IDA7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQ7XG4gIG9wYWNpdHk6IDAuNDM7XG59XG4uZ2QtZm9sZGVyLW5hbWUge1xuICBtYXJnaW4tdG9wOiA4cHg7XG59XG4uZG5kLXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgdG9wOiAyNTlweDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xufVxuLmRuZC13cmFwcGVyIC50ZXh0IHtcbiAgY29sb3I6ICM2ZTZlNmU7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi5kbmQtd3JhcHBlciAuaWNvbiB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxMTNweDtcbiAgaGVpZ2h0OiA5MHB4O1xuICBmb250LXNpemU6IDkwcHg7XG4gIGNvbG9yOiAjM0U0RTVBO1xuICBtYXJnaW4tYm90dG9tOiAzMHB4O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAuaGVhZGVyLXNpemUsXG4gIC5maWxlLXNpemUge1xuICAgIHdpZHRoOiAxOCU7XG4gIH1cbiAgLmdkLWRuZC13cmFwIHtcbiAgICB3aWR0aDogOTUlO1xuICB9XG4gICNnZC1icm93c2Utc2VjdGlvbiB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbiAgI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDE0NnB4KTtcbiAgfVxufVxuIl19 */\"","import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core';\r\nimport { BrowseFilesModalComponent, UploadFilesService, ModalService, CommonModals } from '@groupdocs.examples.angular/common-components';\r\nimport { SearchService } from '../search.service';\r\nimport { ExtendedFileModel } from \"../search-models\";\r\n\r\nexport interface Option {\r\n name: string;\r\n value: any;\r\n warning: boolean;\r\n}\r\n\r\n@Component({\r\n selector: 'gd-search-browse-files-modal',\r\n templateUrl: './search-browse-files-modal.component.html',\r\n styleUrls: ['./search-browse-files-modal.component.less']\r\n})\r\n\r\nexport class SearchBrowseFilesModalComponent extends BrowseFilesModalComponent implements OnInit {\r\n @Input() files: ExtendedFileModel[];\r\n @Output() selectAll = new EventEmitter();\r\n @Output() filesAddedToIndex = new EventEmitter();\r\n @Output() fileDropped = new EventEmitter();\r\n\r\n constructor(_uploadService: UploadFilesService,\r\n private _searchService: SearchService,\r\n private _modalService: ModalService) {\r\n super(_uploadService);\r\n }\r\n\r\n selectAllItems(checked: boolean){\r\n this.selectAll.emit(checked);\r\n }\r\n\r\n selectSingleItem(checked: boolean, file: ExtendedFileModel){\r\n const selectedFiles = this.files.filter(f => f.guid === file.guid);\r\n if (selectedFiles.length === 1){\r\n selectedFiles[0].selected = checked;\r\n }\r\n }\r\n\r\n getLabelString(){\r\n const label = 'Add to index'\r\n\r\n if (this.files && this.files.length > 0) {\r\n const selectedCount = this.files.filter(file => file.selected).length;\r\n return selectedCount > 0 ? 'Add ' + selectedCount + ' to index' : label;\r\n }\r\n else\r\n {\r\n return label;\r\n }\r\n }\r\n\r\n anyItemSelected() {\r\n if (this.files && this.files.length > 0) {\r\n return this.files.filter(file => file.selected).length > 0;\r\n }\r\n else return false;\r\n }\r\n\r\n allItemsSelected() {\r\n if (this.files && this.files.filter(file => !file.isDirectory && !file.directory).length > 0 && this.files.length > 0) {\r\n return this.files.filter(file => !file.isDirectory && !file.directory && file.selected).length \r\n === this.files.filter(file => !file.isDirectory && !file.directory).length;\r\n }\r\n else return false;\r\n }\r\n\r\n addSelectedToIndex() {\r\n const itemsToIndex = new Array();\r\n\r\n this.files.forEach((f) => {\r\n if (f.selected && !f.isDirectory && !f.directory){\r\n itemsToIndex.push(f);\r\n }\r\n });\r\n\r\n this._searchService.addFilesToIndex(itemsToIndex).subscribe(() => {\r\n this.filesAddedToIndex.emit(true);\r\n });\r\n\r\n this._modalService.close(CommonModals.BrowseFiles);\r\n }\r\n\r\n dropped($event) {\r\n if ($event) {\r\n this.fileDropped.emit($event);\r\n }\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {SearchConfig} from \"./search-config\";\r\nimport {Api, ConfigService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {HttpClient} from \"@angular/common/http\";\r\nimport {BehaviorSubject, Observable} from \"rxjs\";\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class SearchConfigService {\r\n private _searchConfig: BehaviorSubject = new BehaviorSubject(new SearchConfig());\r\n private _updatedConfig: Observable = this._searchConfig.asObservable();\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n get updatedConfig() {\r\n return this._updatedConfig;\r\n }\r\n\r\n load() {\r\n return new Promise((resolve, reject) => {\r\n const configEndpoint = this._config.getConfigEndpoint(Api.SEARCH_APP);\r\n this._http.get(configEndpoint, Api.httpOptionsJson).toPromise().then((response: SearchConfig) => {\r\n const searchConfig = response;\r\n this._searchConfig.next(searchConfig);\r\n resolve();\r\n }).catch((response: any) => {\r\n reject(`Could not load search config: ${JSON.stringify(response)}`);\r\n });\r\n });\r\n }\r\n\r\n}\r\n","export class SearchConfig {\r\n rewrite: boolean;\r\n upload: boolean;\r\n browse: boolean;\r\n filesDirectory: string;\r\n indexedFilesDirectory: string;\r\n defaultDocument: string;\r\n}\r\n","import { FileModel } from \"@groupdocs.examples.angular/common-components\";\r\n\r\nexport class IndexedFileModel extends FileModel {\r\n documentStatus: string;\r\n password: string;\r\n}\r\n\r\nexport class SearchResult {\r\n foundFiles: SearchResultItemModel[];\r\n filePath: string;\r\n searchDuration: string;\r\n totalFiles: number;\r\n totalOccurences: number;\r\n indexedFiles: number;\r\n}\r\n\r\nexport class SearchResultItemModel implements FileModel {\r\n directory: boolean;\r\n occurrences: number;\r\n size: number;\r\n guid: string;\r\n name: string;\r\n isDirectory: boolean;\r\n showPhrases: boolean;\r\n foundPhrases: string;\r\n}\r\n\r\nexport class ExtendedFileModel implements FileModel {\r\n guid: string;\r\n directory: boolean;\r\n isDirectory: boolean;\r\n size: number;\r\n name: string;\r\n selected: boolean;\r\n}\r\n\r\nexport enum FileIndexingStatus {\r\n Indexing = \"Indexing\",\r\n SuccessfullyProcessed = \"SuccessfullyProcessed\",\r\n Skipped = \"Skipped\",\r\n ProcessedWithError = \"ProcessedWithError\",\r\n PasswordRequired = \"PasswordRequired\"\r\n}","module.exports = \".gd-search-panel {\\n position: absolute;\\n display: -webkit-box;\\n display: flex;\\n left: 0;\\n top: 60px;\\n width: 100%;\\n background-color: #e7e7e7;\\n -webkit-box-align: center;\\n align-items: center;\\n height: 60px;\\n}\\n.gd-search-panel .gd-search-input {\\n float: left;\\n height: 37px;\\n width: 100%;\\n font-size: 14px;\\n border: 1px solid #6e6e6e;\\n box-sizing: border-box;\\n padding: 6px 0px 5px 9px;\\n margin-left: 20px;\\n}\\n.gd-search-panel .gd-search-btn {\\n background-color: #3E4E5A;\\n margin-right: 20px;\\n width: 37px;\\n height: 37px;\\n padding: 0 !important;\\n}\\n.gd-search-panel .gd-search-btn ::ng-deep .button {\\n padding: 0 !important;\\n}\\n.gd-search-panel .gd-clear-btn {\\n position: absolute;\\n right: 50px;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2VhcmNoL3NyYy9saWIvc2VhcmNoLXBhbmVsL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtcGFuZWwvc2VhcmNoLXBhbmVsLmNvbXBvbmVudC5sZXNzIiwibGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtcGFuZWwvc2VhcmNoLXBhbmVsLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usa0JBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxPQUFBO0VBQ0EsU0FBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxZQUFBO0FDREY7QURQQTtFQVdJLFdBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7RUFDQSx5QkFBQTtFQUNBLHNCQUFBO0VBQ0Esd0JBQUE7RUFDQSxpQkFBQTtBQ0RKO0FEakJBO0VBc0JJLHlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLHFCQUFBO0FDRko7QUR4QkE7RUE2Qk0scUJBQUE7QUNGTjtBRDNCQTtFQWtDSSxrQkFBQTtFQUNBLFdBQUE7QUNKSiIsImZpbGUiOiJsaWJzL3NlYXJjaC9zcmMvbGliL3NlYXJjaC1wYW5lbC9zZWFyY2gtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLXNlYXJjaC1wYW5lbCB7XG4gIHBvc2l0aW9uICAgICAgICA6IGFic29sdXRlO1xuICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICBsZWZ0ICAgICAgICAgICAgOiAwO1xuICB0b3AgICAgICAgICAgICAgOiA2MHB4O1xuICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAbWVyY3VyeTtcbiAgYWxpZ24taXRlbXMgICAgIDogY2VudGVyO1xuICBoZWlnaHQgICAgICAgICAgOiA2MHB4O1xuXG4gIC5nZC1zZWFyY2gtaW5wdXQge1xuICAgIGZsb2F0ICAgICAgOiBsZWZ0O1xuICAgIGhlaWdodCAgICAgOiAzN3B4O1xuICAgIHdpZHRoICAgICAgOiAxMDAlO1xuICAgIGZvbnQtc2l6ZSAgOiAxNHB4O1xuICAgIGJvcmRlciAgICAgOiAxcHggc29saWQgQGRvdmUtZ3JheTtcbiAgICBib3gtc2l6aW5nIDogYm9yZGVyLWJveDtcbiAgICBwYWRkaW5nICAgIDogNnB4IDBweCA1cHggOXB4O1xuICAgIG1hcmdpbi1sZWZ0OiAyMHB4O1xuICB9XG5cbiAgLmdkLXNlYXJjaC1idG4ge1xuICAgIGJhY2tncm91bmQtY29sb3I6IEBwcmltYXJ5O1xuICAgIG1hcmdpbi1yaWdodCAgICA6IDIwcHg7XG4gICAgd2lkdGggICAgICAgICAgIDogMzdweDtcbiAgICBoZWlnaHQgICAgICAgICAgOiAzN3B4O1xuICAgIHBhZGRpbmcgICAgICAgICA6IDAgIWltcG9ydGFudDtcblxuICAgIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICAgIHBhZGRpbmc6IDAgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICAuZ2QtY2xlYXItYnRuIHtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgcmlnaHQgICA6IDUwcHg7XG4gIH1cbn0iLCIuZ2Qtc2VhcmNoLXBhbmVsIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBsZWZ0OiAwO1xuICB0b3A6IDYwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTdlN2U3O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBoZWlnaHQ6IDYwcHg7XG59XG4uZ2Qtc2VhcmNoLXBhbmVsIC5nZC1zZWFyY2gtaW5wdXQge1xuICBmbG9hdDogbGVmdDtcbiAgaGVpZ2h0OiAzN3B4O1xuICB3aWR0aDogMTAwJTtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNmU2ZTZlO1xuICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuICBwYWRkaW5nOiA2cHggMHB4IDVweCA5cHg7XG4gIG1hcmdpbi1sZWZ0OiAyMHB4O1xufVxuLmdkLXNlYXJjaC1wYW5lbCAuZ2Qtc2VhcmNoLWJ0biB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMzRTRFNUE7XG4gIG1hcmdpbi1yaWdodDogMjBweDtcbiAgd2lkdGg6IDM3cHg7XG4gIGhlaWdodDogMzdweDtcbiAgcGFkZGluZzogMCAhaW1wb3J0YW50O1xufVxuLmdkLXNlYXJjaC1wYW5lbCAuZ2Qtc2VhcmNoLWJ0biA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIHBhZGRpbmc6IDAgIWltcG9ydGFudDtcbn1cbi5nZC1zZWFyY2gtcGFuZWwgLmdkLWNsZWFyLWJ0biB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcmlnaHQ6IDUwcHg7XG59XG4iXX0= */\"","import {Component, EventEmitter, OnInit, Output, ElementRef, ViewChild} from '@angular/core';\r\n\r\n@Component({\r\n selector: 'gd-search-panel',\r\n templateUrl: './search-panel.component.html',\r\n styleUrls: ['./search-panel.component.less']\r\n})\r\nexport class SearchPanelComponent implements OnInit {\r\n\r\n @ViewChild('text',{\r\n static : true\r\n }) textElement: ElementRef;\r\n\r\n private text = \"\";\r\n @Output() searchText = new EventEmitter();\r\n @Output() clearQuery = new EventEmitter();\r\n\r\n constructor() {\r\n }\r\n\r\n ngOnInit() {\r\n }\r\n\r\n search() {\r\n this.searchText.emit(this.text);\r\n }\r\n\r\n setText(value: string) {\r\n this.text = value;\r\n if (value === \"\")\r\n {\r\n this.clearQueryString();\r\n }\r\n }\r\n\r\n clearQueryString() {\r\n this.text = \"\"\r\n this.textElement.nativeElement.value = '';\r\n this.clearQuery.emit(\"\");\r\n }\r\n}\r\n","module.exports = \".gd-search-result-item {\\n display: -webkit-box;\\n display: flex;\\n width: 100%;\\n height: 98px;\\n border-bottom: 1px solid #e7e7e7;\\n background-color: #fff;\\n -webkit-box-align: center;\\n align-items: center;\\n position: relative;\\n}\\n.gd-search-result-phrase {\\n display: -webkit-box;\\n display: flex;\\n width: 100%;\\n height: 40px;\\n border-bottom: 1px solid #e7e7e7;\\n background-color: #fff;\\n -webkit-box-align: center;\\n align-items: center;\\n font-size: 13px;\\n padding-left: 17px;\\n overflow: hidden;\\n}\\n.gd-search-result-phrase ::ng-deep span {\\n font-weight: bold;\\n}\\n.gd-found-phrases-title {\\n display: -webkit-box;\\n display: flex;\\n font-size: 13px;\\n text-transform: uppercase;\\n color: #3E4E5A;\\n width: calc(100% + 17px);\\n height: 60px;\\n background-color: #f4f4f4;\\n font-weight: bold;\\n -webkit-box-align: center;\\n align-items: center;\\n position: relative;\\n}\\n.gd-found-phrases-title .gd-close-btn {\\n position: absolute;\\n right: 30px;\\n}\\n.gd-vertical-bar {\\n width: 17px;\\n background-color: #3E4E5A;\\n}\\n.gd-found-phrases-content-wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n width: calc(100% - 34px);\\n}\\n.gd-found-phrases-wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n}\\n.gd-found-file-name {\\n display: -webkit-box;\\n display: flex;\\n width: 253px;\\n padding-left: 17px;\\n}\\n.gd-found-file-name fa-icon {\\n font-size: 32px;\\n margin: 19px 21px 0 0;\\n}\\n.gd-search-result-name {\\n text-align: left;\\n cursor: default;\\n white-space: nowrap;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n width: 100%;\\n}\\n.gd-search-result-size {\\n text-align: left;\\n font-size: 12px;\\n}\\n.gd-file-size {\\n width: 60px;\\n color: #777777;\\n position: absolute;\\n right: 65px;\\n}\\n.gd-file-format {\\n font-size: 10px;\\n color: #acacac;\\n padding-top: 4px;\\n}\\n.gd-file-format.mobile {\\n display: none;\\n}\\n.gd-file-occurrences {\\n color: #777777;\\n}\\n.gd-search-result-item .ng-fa-icon.fa-file-pdf {\\n color: #E21717;\\n}\\n.gd-search-result-item .ng-fa-icon.fa-file-word {\\n color: #6979B9;\\n}\\n.gd-search-result-item .ng-fa-icon.fa-file-powerpoint {\\n color: #E29417;\\n}\\n.gd-search-result-item .ng-fa-icon.fa-file-excel {\\n color: #3FA300;\\n}\\n.gd-search-result-item .ng-fa-icon.fa-file-image {\\n color: #E217DA;\\n}\\n.gd-search-result-item .ng-fa-icon.fa-file-text .fa-folder {\\n color: #5D6A75;\\n}\\n.gd-found-file-name .ng-fa-icon {\\n font-size: 33px;\\n}\\n.gd-found-file-name fa-icon {\\n font-size: 32px;\\n margin: 0 11px 0 0;\\n}\\n.gd-search-result-occurrences {\\n text-decoration: underline;\\n cursor: pointer;\\n}\\n@media (max-width: 1037px) {\\n .gd-file-size {\\n display: none;\\n }\\n .gd-file-format {\\n font-size: 10px;\\n }\\n .gd-file-format.mobile {\\n display: block;\\n }\\n .gd-file-format.mobile > fa-icon {\\n color: #bebebe;\\n }\\n .gd-file-format.mobile fa-icon {\\n font-size: 10px;\\n margin-right: 2.1px;\\n }\\n .gd-file-format.mobile fa-icon:nth-child(1) {\\n margin-right: 6px;\\n }\\n .gd-file-format {\\n font-size: 11px;\\n }\\n .gd-found-file-name {\\n white-space: nowrap;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n width: 100%;\\n }\\n .gd-file-occurrences {\\n width: 94px;\\n position: absolute;\\n right: 15px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2VhcmNoL3NyYy9saWIvc2VhcmNoLXJlc3VsdC1pdGVtL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtcmVzdWx0LWl0ZW0vc2VhcmNoLXJlc3VsdC1pdGVtLmNvbXBvbmVudC5sZXNzIiwibGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtcmVzdWx0LWl0ZW0vc2VhcmNoLXJlc3VsdC1pdGVtLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxnQ0FBQTtFQUNBLHNCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLGtCQUFBO0FDREY7QURJQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EsZ0NBQUE7RUFDQSxzQkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxlQUFBO0VBQ0Esa0JBQUE7RUFDQSxnQkFBQTtBQ0ZGO0FEUEE7RUFZSSxpQkFBQTtBQ0ZKO0FETUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0VBQ0EseUJBQUE7RUFDQSxjQUFBO0VBQ0Esd0JBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7RUFDQSxpQkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxrQkFBQTtBQ0pGO0FETkE7RUFhSSxrQkFBQTtFQUNBLFdBQUE7QUNKSjtBRFFBO0VBQ0UsV0FBQTtFQUNBLHlCQUFBO0FDTkY7QURTQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHdCQUFBO0FDUEY7QURVQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtBQ1JGO0FEV0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxZQUFBO0VBQ0Esa0JBQUE7QUNURjtBRFlBO0VBQ0UsZUFBQTtFQUNBLHFCQUFBO0FDVkY7QURhQTtFQUNFLGdCQUFBO0VBQ0EsZUFBQTtFQUNBLG1CQUFBO0VBQ0EsZ0JBQUE7RUFDQSx1QkFBQTtFQUNBLFdBQUE7QUNYRjtBRGNBO0VBQ0UsZ0JBQUE7RUFDQSxlQUFBO0FDWkY7QURlQTtFQUNFLFdBQUE7RUFDQSxjQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0FDYkY7QURnQkE7RUFDRSxlQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0FDZEY7QURnQkU7RUFDRSxhQUFBO0FDZEo7QURrQkE7RUFDRSxjQUFBO0FDaEJGO0FEbUJBO0VBQ0UsY0FBQTtBQ2pCRjtBRG9CQTtFQUNFLGNBQUE7QUNsQkY7QURxQkE7RUFDRSxjQUFBO0FDbkJGO0FEc0JBO0VBQ0UsY0FBQTtBQ3BCRjtBRHVCQTtFQUNFLGNBQUE7QUNyQkY7QUR3QkE7RUFDRSxjQUFBO0FDdEJGO0FEeUJBO0VBQ0UsZUFBQTtBQ3ZCRjtBRDBCQTtFQUNFLGVBQUE7RUFDQSxrQkFBQTtBQ3hCRjtBRDJCQTtFQUNFLDBCQUFBO0VBQ0EsZUFBQTtBQ3pCRjtBRDRCQTtFQUNFO0lBQ0UsYUFBQTtFQzFCRjtFRDZCQTtJQUNFLGVBQUE7RUMzQkY7RUQ2QkU7SUFDRSxjQUFBO0VDM0JKO0VEMEJFO0lBSUksY0FBQTtFQzNCTjtFRHVCRTtJQVFJLGVBQUE7SUFDQSxtQkFBQTtFQzVCTjtFRG1CRTtJQWFJLGlCQUFBO0VDN0JOO0VEa0NBO0lBQ0UsZUFBQTtFQ2hDRjtFRG1DQTtJQUNFLG1CQUFBO0lBQ0EsZ0JBQUE7SUFDQSx1QkFBQTtJQUNBLFdBQUE7RUNqQ0Y7RURvQ0E7SUFDRSxXQUFBO0lBQ0Esa0JBQUE7SUFDQSxXQUFBO0VDbENGO0FBQ0YiLCJmaWxlIjoibGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtcmVzdWx0LWl0ZW0vc2VhcmNoLXJlc3VsdC1pdGVtLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbi5nZC1zZWFyY2gtcmVzdWx0LWl0ZW0ge1xuICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xuICBoZWlnaHQgICAgICAgICAgOiA5OHB4O1xuICBib3JkZXItYm90dG9tICAgOiAxcHggc29saWQgQG1lcmN1cnk7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIGFsaWduLWl0ZW1zICAgICA6IGNlbnRlcjtcbiAgcG9zaXRpb24gICAgICAgIDogcmVsYXRpdmU7XG59XG5cbi5nZC1zZWFyY2gtcmVzdWx0LXBocmFzZSB7XG4gIGRpc3BsYXkgICAgICAgICA6IGZsZXg7XG4gIHdpZHRoICAgICAgICAgICA6IDEwMCU7XG4gIGhlaWdodCAgICAgICAgICA6IDQwcHg7XG4gIGJvcmRlci1ib3R0b20gICA6IDFweCBzb2xpZCBAbWVyY3VyeTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgYWxpZ24taXRlbXMgICAgIDogY2VudGVyO1xuICBmb250LXNpemUgICAgICAgOiAxM3B4O1xuICBwYWRkaW5nLWxlZnQgICAgOiAxN3B4O1xuICBvdmVyZmxvdyAgICAgICAgOiBoaWRkZW47XG5cbiAgOjpuZy1kZWVwIHNwYW4ge1xuICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICB9XG59XG5cbi5nZC1mb3VuZC1waHJhc2VzLXRpdGxlIHtcbiAgZGlzcGxheSAgICAgICAgIDogZmxleDtcbiAgZm9udC1zaXplICAgICAgIDogMTNweDtcbiAgdGV4dC10cmFuc2Zvcm0gIDogdXBwZXJjYXNlO1xuICBjb2xvciAgICAgICAgICAgOiBAcHJpbWFyeTtcbiAgd2lkdGggICAgICAgICAgIDogY2FsYygxMDAlICsgMTdweCk7XG4gIGhlaWdodCAgICAgICAgICA6IDYwcHg7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG4gIGZvbnQtd2VpZ2h0ICAgICA6IGJvbGQ7XG4gIGFsaWduLWl0ZW1zICAgICA6IGNlbnRlcjtcbiAgcG9zaXRpb24gICAgICAgIDogcmVsYXRpdmU7XG5cbiAgLmdkLWNsb3NlLWJ0biB7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHJpZ2h0ICAgOiAzMHB4O1xuICB9XG59XG5cbi5nZC12ZXJ0aWNhbC1iYXIge1xuICB3aWR0aCAgICAgICAgICAgOiAxN3B4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAcHJpbWFyeTtcbn1cblxuLmdkLWZvdW5kLXBocmFzZXMtY29udGVudC13cmFwcGVyIHtcbiAgZGlzcGxheSAgICAgICA6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoICAgICAgICAgOiBjYWxjKDEwMCUgLSAzNHB4KTtcbn1cblxuLmdkLWZvdW5kLXBocmFzZXMtd3JhcHBlciB7XG4gIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xufVxuXG4uZ2QtZm91bmQtZmlsZS1uYW1lIHtcbiAgZGlzcGxheSAgICAgOiBmbGV4O1xuICB3aWR0aCAgICAgICA6IDI1M3B4O1xuICBwYWRkaW5nLWxlZnQ6IDE3cHg7XG59XG5cbi5nZC1mb3VuZC1maWxlLW5hbWUgZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzJweDtcbiAgbWFyZ2luICAgOiAxOXB4IDIxcHggMCAwO1xufVxuXG4uZ2Qtc2VhcmNoLXJlc3VsdC1uYW1lIHtcbiAgdGV4dC1hbGlnbiAgIDogbGVmdDtcbiAgY3Vyc29yICAgICAgIDogZGVmYXVsdDtcbiAgd2hpdGUtc3BhY2UgIDogbm93cmFwO1xuICBvdmVyZmxvdyAgICAgOiBoaWRkZW47XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuICB3aWR0aCAgICAgICAgOiAxMDAlO1xufVxuXG4uZ2Qtc2VhcmNoLXJlc3VsdC1zaXplIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZm9udC1zaXplIDogMTJweDtcbn1cblxuLmdkLWZpbGUtc2l6ZSB7XG4gIHdpZHRoICAgOiA2MHB4O1xuICBjb2xvciAgIDogIzc3Nzc3NztcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICByaWdodCAgIDogNjVweDtcbn1cblxuLmdkLWZpbGUtZm9ybWF0IHtcbiAgZm9udC1zaXplICA6IDEwcHg7XG4gIGNvbG9yICAgICAgOiBAc2lsdmVyLWNoYWxpY2U7XG4gIHBhZGRpbmctdG9wOiA0cHg7XG5cbiAgJi5tb2JpbGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbn1cblxuLmdkLWZpbGUtb2NjdXJyZW5jZXMge1xuICBjb2xvcjogIzc3Nzc3Nztcbn1cblxuLmdkLXNlYXJjaC1yZXN1bHQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLXBkZiB7XG4gIGNvbG9yOiAjRTIxNzE3O1xufVxuXG4uZ2Qtc2VhcmNoLXJlc3VsdC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtd29yZCB7XG4gIGNvbG9yOiAjNjk3OUI5O1xufVxuXG4uZ2Qtc2VhcmNoLXJlc3VsdC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtcG93ZXJwb2ludCB7XG4gIGNvbG9yOiAjRTI5NDE3O1xufVxuXG4uZ2Qtc2VhcmNoLXJlc3VsdC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtZXhjZWwge1xuICBjb2xvcjogIzNGQTMwMDtcbn1cblxuLmdkLXNlYXJjaC1yZXN1bHQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6ICNFMjE3REE7XG59XG5cbi5nZC1zZWFyY2gtcmVzdWx0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIge1xuICBjb2xvcjogIzVENkE3NTtcbn1cblxuLmdkLWZvdW5kLWZpbGUtbmFtZSAubmctZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzNweDtcbn1cblxuLmdkLWZvdW5kLWZpbGUtbmFtZSBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBtYXJnaW4gICA6IDAgMTFweCAwIDA7XG59XG5cbi5nZC1zZWFyY2gtcmVzdWx0LW9jY3VycmVuY2VzIHtcbiAgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7XG4gIGN1cnNvciAgICAgICAgIDogcG9pbnRlcjtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLmdkLWZpbGUtc2l6ZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuXG4gIC5nZC1maWxlLWZvcm1hdCB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuXG4gICAgJi5tb2JpbGUge1xuICAgICAgZGlzcGxheTogYmxvY2s7XG5cbiAgICAgID5mYS1pY29uIHtcbiAgICAgICAgY29sb3I6ICNiZWJlYmU7XG4gICAgICB9XG5cbiAgICAgIGZhLWljb24ge1xuICAgICAgICBmb250LXNpemUgICA6IDEwcHg7XG4gICAgICAgIG1hcmdpbi1yaWdodDogMi4xcHg7XG4gICAgICB9XG5cbiAgICAgIGZhLWljb246bnRoLWNoaWxkKDEpIHtcbiAgICAgICAgbWFyZ2luLXJpZ2h0OiA2cHg7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDExcHg7XG4gIH1cblxuICAuZ2QtZm91bmQtZmlsZS1uYW1lIHtcbiAgICB3aGl0ZS1zcGFjZSAgOiBub3dyYXA7XG4gICAgb3ZlcmZsb3cgICAgIDogaGlkZGVuO1xuICAgIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuICAgIHdpZHRoICAgICAgICA6IDEwMCU7XG4gIH1cblxuICAuZ2QtZmlsZS1vY2N1cnJlbmNlcyB7XG4gICAgd2lkdGggICA6IDk0cHg7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHJpZ2h0ICAgOiAxNXB4O1xuICB9XG59IiwiLmdkLXNlYXJjaC1yZXN1bHQtaXRlbSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDk4cHg7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZTdlN2U3O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1waHJhc2Uge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiA0MHB4O1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI2U3ZTdlNztcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBwYWRkaW5nLWxlZnQ6IDE3cHg7XG4gIG92ZXJmbG93OiBoaWRkZW47XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1waHJhc2UgOjpuZy1kZWVwIHNwYW4ge1xuICBmb250LXdlaWdodDogYm9sZDtcbn1cbi5nZC1mb3VuZC1waHJhc2VzLXRpdGxlIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZm9udC1zaXplOiAxM3B4O1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICBjb2xvcjogIzNFNEU1QTtcbiAgd2lkdGg6IGNhbGMoMTAwJSArIDE3cHgpO1xuICBoZWlnaHQ6IDYwcHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmNGY0ZjQ7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG4uZ2QtZm91bmQtcGhyYXNlcy10aXRsZSAuZ2QtY2xvc2UtYnRuIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICByaWdodDogMzBweDtcbn1cbi5nZC12ZXJ0aWNhbC1iYXIge1xuICB3aWR0aDogMTdweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNFNEU1QTtcbn1cbi5nZC1mb3VuZC1waHJhc2VzLWNvbnRlbnQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiBjYWxjKDEwMCUgLSAzNHB4KTtcbn1cbi5nZC1mb3VuZC1waHJhc2VzLXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xufVxuLmdkLWZvdW5kLWZpbGUtbmFtZSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAyNTNweDtcbiAgcGFkZGluZy1sZWZ0OiAxN3B4O1xufVxuLmdkLWZvdW5kLWZpbGUtbmFtZSBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBtYXJnaW46IDE5cHggMjFweCAwIDA7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1uYW1lIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbiAgd2lkdGg6IDEwMCU7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1zaXplIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZm9udC1zaXplOiAxMnB4O1xufVxuLmdkLWZpbGUtc2l6ZSB7XG4gIHdpZHRoOiA2MHB4O1xuICBjb2xvcjogIzc3Nzc3NztcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICByaWdodDogNjVweDtcbn1cbi5nZC1maWxlLWZvcm1hdCB7XG4gIGZvbnQtc2l6ZTogMTBweDtcbiAgY29sb3I6ICNhY2FjYWM7XG4gIHBhZGRpbmctdG9wOiA0cHg7XG59XG4uZ2QtZmlsZS1mb3JtYXQubW9iaWxlIHtcbiAgZGlzcGxheTogbm9uZTtcbn1cbi5nZC1maWxlLW9jY3VycmVuY2VzIHtcbiAgY29sb3I6ICM3Nzc3Nzc7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtcGRmIHtcbiAgY29sb3I6ICNFMjE3MTc7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtd29yZCB7XG4gIGNvbG9yOiAjNjk3OUI5O1xufVxuLmdkLXNlYXJjaC1yZXN1bHQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogI0UyOTQxNztcbn1cbi5nZC1zZWFyY2gtcmVzdWx0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS1leGNlbCB7XG4gIGNvbG9yOiAjM0ZBMzAwO1xufVxuLmdkLXNlYXJjaC1yZXN1bHQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6ICNFMjE3REE7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtdGV4dCAuZmEtZm9sZGVyIHtcbiAgY29sb3I6ICM1RDZBNzU7XG59XG4uZ2QtZm91bmQtZmlsZS1uYW1lIC5uZy1mYS1pY29uIHtcbiAgZm9udC1zaXplOiAzM3B4O1xufVxuLmdkLWZvdW5kLWZpbGUtbmFtZSBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBtYXJnaW46IDAgMTFweCAwIDA7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1vY2N1cnJlbmNlcyB7XG4gIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lO1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5nZC1maWxlLXNpemUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDEwcHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSA+IGZhLWljb24ge1xuICAgIGNvbG9yOiAjYmViZWJlO1xuICB9XG4gIC5nZC1maWxlLWZvcm1hdC5tb2JpbGUgZmEtaWNvbiB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuICAgIG1hcmdpbi1yaWdodDogMi4xcHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSBmYS1pY29uOm50aC1jaGlsZCgxKSB7XG4gICAgbWFyZ2luLXJpZ2h0OiA2cHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDExcHg7XG4gIH1cbiAgLmdkLWZvdW5kLWZpbGUtbmFtZSB7XG4gICAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuICAgIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuICAgIHdpZHRoOiAxMDAlO1xuICB9XG4gIC5nZC1maWxlLW9jY3VycmVuY2VzIHtcbiAgICB3aWR0aDogOTRweDtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgcmlnaHQ6IDE1cHg7XG4gIH1cbn1cbiJdfQ== */\"","import { Component, Input, OnInit } from '@angular/core';\r\nimport { SearchResultItemModel } from '../search-models';\r\nimport { FileModel, FileUtil } from \"@groupdocs.examples.angular/common-components\";\r\n\r\n@Component({\r\n selector: 'gd-search-result-item',\r\n templateUrl: './search-result-item.component.html',\r\n styleUrls: ['./search-result-item.component.less']\r\n})\r\n\r\nexport class SearchResultItemComponent implements OnInit {\r\n @Input() item: SearchResultItemModel;\r\n\r\n constructor() {\r\n }\r\n \r\n ngOnInit(): void {\r\n }\r\n\r\n getSizeString(size: number) {\r\n const mb = size / 1024 / 1024;\r\n if (mb > 1) {\r\n return (Math.round(mb * 100) / 100) + ' MB';\r\n } else {\r\n const kb = size / 1024;\r\n if (kb > 1) {\r\n return (Math.round(kb * 100) / 100) + ' KB';\r\n }\r\n }\r\n return size + ' Bytes';\r\n }\r\n\r\n getFormatIcon(file: FileModel) {\r\n return FileUtil.find(file.name, file.directory).icon;\r\n }\r\n\r\n getFormatName(file: FileModel) {\r\n return FileUtil.find(file.name, file.directory).format;\r\n }\r\n\r\n getOccurrencesMessage(occurrences: number) {\r\n return \"Found \" + occurrences + \" occurrences\"\r\n }\r\n\r\n togglePhrases(item) {\r\n item.showPhrases = !item.showPhrases;\r\n }\r\n}\r\n","module.exports = \"#gd-search-result-summary {\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n height: 100%;\\n background-color: #e7e7e7;\\n top: 120px;\\n position: absolute;\\n width: 100%;\\n}\\n.gd-search-result-summary-header {\\n display: -webkit-box;\\n display: flex;\\n font-size: 13px;\\n text-transform: uppercase;\\n color: #6e6e6e;\\n width: 100%;\\n height: 60px;\\n background-color: #f4f4f4;\\n font-weight: bold;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-search-result-summary-status {\\n display: -webkit-box;\\n display: flex;\\n font-size: 12px;\\n color: white;\\n width: 100%;\\n height: 30px;\\n background-color: #25c2d4;\\n -webkit-box-align: center;\\n align-items: center;\\n padding-left: 17px;\\n}\\n.gd-total-occurrences {\\n padding-left: 8px;\\n padding-right: 17px;\\n}\\n.gd-search-duration {\\n padding-left: 8px;\\n}\\n.gd-indexed-files {\\n right: 18px;\\n position: absolute;\\n}\\n.gd-search-result-summary-header div:nth-child(1) {\\n width: 253px;\\n text-align: left;\\n display: -webkit-box;\\n display: flex;\\n padding-left: 17px;\\n}\\n.gd-search-result-summary-header div:nth-child(2) {\\n text-align: left;\\n display: -webkit-box;\\n display: flex;\\n}\\n.gd-search-result-summary-header div:nth-child(3) {\\n width: 30px;\\n position: fixed;\\n right: 111px;\\n text-align: left;\\n}\\n.gd-search-result-summary-body {\\n overflow-y: scroll;\\n height: calc(100% - 210px);\\n}\\n.gd-search-result-last-placeholder {\\n margin: 0px 52px;\\n}\\n@media (max-width: 1037px) {\\n .gd-search-result-header {\\n display: none;\\n }\\n .gd-indexed-files {\\n display: none;\\n }\\n .gd-search-result-summary-header div:nth-child(3) {\\n display: none;\\n }\\n .gd-search-result-summary-header div:nth-child(2) {\\n position: absolute;\\n right: 18px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2VhcmNoL3NyYy9saWIvc2VhcmNoLXJlc3VsdC1zdW1tYXJ5L0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtcmVzdWx0LXN1bW1hcnkvc2VhcmNoLXJlc3VsdC1zdW1tYXJ5LmNvbXBvbmVudC5sZXNzIiwibGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtcmVzdWx0LXN1bW1hcnkvc2VhcmNoLXJlc3VsdC1zdW1tYXJ5LmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0ksNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsWUFBQTtFQUNBLHlCQUFBO0VBQ0EsVUFBQTtFQUNBLGtCQUFBO0VBQ0EsV0FBQTtBQ0RKO0FESUE7RUFDSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0VBQ0EseUJBQUE7RUFDQSxjQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSx5QkFBQTtFQUNBLGlCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ0ZKO0FES0E7RUFDSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0Esa0JBQUE7QUNISjtBRE1BO0VBQ0ksaUJBQUE7RUFDQSxtQkFBQTtBQ0pKO0FET0E7RUFDSSxpQkFBQTtBQ0xKO0FEUUE7RUFDSSxXQUFBO0VBQ0Esa0JBQUE7QUNOSjtBRFNBO0VBQ0ksWUFBQTtFQUNBLGdCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0Esa0JBQUE7QUNQSjtBRFVBO0VBQ0ksZ0JBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7QUNSSjtBRFdBO0VBQ0ksV0FBQTtFQUNBLGVBQUE7RUFDQSxZQUFBO0VBQ0EsZ0JBQUE7QUNUSjtBRFlBO0VBQ0ksa0JBQUE7RUFDQSwwQkFBQTtBQ1ZKO0FEYUE7RUFDSSxnQkFBQTtBQ1hKO0FEY0E7RUFDSTtJQUNJLGFBQUE7RUNaTjtFRGVFO0lBQ0ksYUFBQTtFQ2JOO0VEZ0JFO0lBQ0ksYUFBQTtFQ2ROO0VEaUJFO0lBQ0ksa0JBQUE7SUFDQSxXQUFBO0VDZk47QUFDRiIsImZpbGUiOiJsaWJzL3NlYXJjaC9zcmMvbGliL3NlYXJjaC1yZXN1bHQtc3VtbWFyeS9zZWFyY2gtcmVzdWx0LXN1bW1hcnkuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuI2dkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeSB7XG4gICAgZmxleC1kaXJlY3Rpb24gIDogY29sdW1uO1xuICAgIGhlaWdodCAgICAgICAgICA6IDEwMCU7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQG1lcmN1cnk7XG4gICAgdG9wICAgICAgICAgICAgIDogMTIwcHg7XG4gICAgcG9zaXRpb24gICAgICAgIDogYWJzb2x1dGU7XG4gICAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbn1cblxuLmdkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeS1oZWFkZXIge1xuICAgIGRpc3BsYXkgICAgICAgICA6IGZsZXg7XG4gICAgZm9udC1zaXplICAgICAgIDogMTNweDtcbiAgICB0ZXh0LXRyYW5zZm9ybSAgOiB1cHBlcmNhc2U7XG4gICAgY29sb3IgICAgICAgICAgIDogQGRvdmUtZ3JheTtcbiAgICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xuICAgIGhlaWdodCAgICAgICAgICA6IDYwcHg7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQHdpbGQtc2FuZDtcbiAgICBmb250LXdlaWdodCAgICAgOiBib2xkO1xuICAgIGFsaWduLWl0ZW1zICAgICA6IGNlbnRlcjtcbn1cblxuLmdkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeS1zdGF0dXMge1xuICAgIGRpc3BsYXkgICAgICAgICA6IGZsZXg7XG4gICAgZm9udC1zaXplICAgICAgIDogMTJweDtcbiAgICBjb2xvciAgICAgICAgICAgOiB3aGl0ZTtcbiAgICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xuICAgIGhlaWdodCAgICAgICAgICA6IDMwcHg7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQGJyYW5kO1xuICAgIGFsaWduLWl0ZW1zICAgICA6IGNlbnRlcjtcbiAgICBwYWRkaW5nLWxlZnQgICAgOiAxN3B4O1xufVxuXG4uZ2QtdG90YWwtb2NjdXJyZW5jZXMge1xuICAgIHBhZGRpbmctbGVmdCA6IDhweDtcbiAgICBwYWRkaW5nLXJpZ2h0OiAxN3B4O1xufVxuXG4uZ2Qtc2VhcmNoLWR1cmF0aW9uIHtcbiAgICBwYWRkaW5nLWxlZnQ6IDhweDtcbn1cblxuLmdkLWluZGV4ZWQtZmlsZXMge1xuICAgIHJpZ2h0ICAgOiAxOHB4O1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbn1cblxuLmdkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeS1oZWFkZXIgZGl2Om50aC1jaGlsZCgxKSB7XG4gICAgd2lkdGggICAgICAgOiAyNTNweDtcbiAgICB0ZXh0LWFsaWduICA6IGxlZnQ7XG4gICAgZGlzcGxheSAgICAgOiBmbGV4O1xuICAgIHBhZGRpbmctbGVmdDogMTdweDtcbn1cblxuLmdkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeS1oZWFkZXIgZGl2Om50aC1jaGlsZCgyKSB7XG4gICAgdGV4dC1hbGlnbjogbGVmdDtcbiAgICBkaXNwbGF5ICAgOiBmbGV4O1xufVxuXG4uZ2Qtc2VhcmNoLXJlc3VsdC1zdW1tYXJ5LWhlYWRlciBkaXY6bnRoLWNoaWxkKDMpIHtcbiAgICB3aWR0aCAgICAgOiAzMHB4O1xuICAgIHBvc2l0aW9uICA6IGZpeGVkO1xuICAgIHJpZ2h0ICAgICA6IDExMXB4O1xuICAgIHRleHQtYWxpZ246IGxlZnQ7XG59XG5cbi5nZC1zZWFyY2gtcmVzdWx0LXN1bW1hcnktYm9keSB7XG4gICAgb3ZlcmZsb3cteTogc2Nyb2xsO1xuICAgIGhlaWdodCAgICA6IGNhbGMoMTAwJSAtIDIxMHB4KTtcbn1cblxuLmdkLXNlYXJjaC1yZXN1bHQtbGFzdC1wbGFjZWhvbGRlciB7XG4gICAgbWFyZ2luOiAwcHggNTJweDtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgICAuZ2Qtc2VhcmNoLXJlc3VsdC1oZWFkZXIge1xuICAgICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cblxuICAgIC5nZC1pbmRleGVkLWZpbGVzIHtcbiAgICAgICAgZGlzcGxheTogbm9uZTtcbiAgICB9XG5cbiAgICAuZ2Qtc2VhcmNoLXJlc3VsdC1zdW1tYXJ5LWhlYWRlciBkaXY6bnRoLWNoaWxkKDMpIHtcbiAgICAgICAgZGlzcGxheTogbm9uZTtcbiAgICB9XG5cbiAgICAuZ2Qtc2VhcmNoLXJlc3VsdC1zdW1tYXJ5LWhlYWRlciBkaXY6bnRoLWNoaWxkKDIpIHtcbiAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgICByaWdodCAgIDogMThweDtcbiAgICB9XG59IiwiI2dkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeSB7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGhlaWdodDogMTAwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2U3ZTdlNztcbiAgdG9wOiAxMjBweDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB3aWR0aDogMTAwJTtcbn1cbi5nZC1zZWFyY2gtcmVzdWx0LXN1bW1hcnktaGVhZGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZm9udC1zaXplOiAxM3B4O1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogNjBweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2Y0ZjRmNDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1zdW1tYXJ5LXN0YXR1cyB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgY29sb3I6IHdoaXRlO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAzMHB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMjVjMmQ0O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBwYWRkaW5nLWxlZnQ6IDE3cHg7XG59XG4uZ2QtdG90YWwtb2NjdXJyZW5jZXMge1xuICBwYWRkaW5nLWxlZnQ6IDhweDtcbiAgcGFkZGluZy1yaWdodDogMTdweDtcbn1cbi5nZC1zZWFyY2gtZHVyYXRpb24ge1xuICBwYWRkaW5nLWxlZnQ6IDhweDtcbn1cbi5nZC1pbmRleGVkLWZpbGVzIHtcbiAgcmlnaHQ6IDE4cHg7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbn1cbi5nZC1zZWFyY2gtcmVzdWx0LXN1bW1hcnktaGVhZGVyIGRpdjpudGgtY2hpbGQoMSkge1xuICB3aWR0aDogMjUzcHg7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHBhZGRpbmctbGVmdDogMTdweDtcbn1cbi5nZC1zZWFyY2gtcmVzdWx0LXN1bW1hcnktaGVhZGVyIGRpdjpudGgtY2hpbGQoMikge1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBkaXNwbGF5OiBmbGV4O1xufVxuLmdkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeS1oZWFkZXIgZGl2Om50aC1jaGlsZCgzKSB7XG4gIHdpZHRoOiAzMHB4O1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHJpZ2h0OiAxMTFweDtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cbi5nZC1zZWFyY2gtcmVzdWx0LXN1bW1hcnktYm9keSB7XG4gIG92ZXJmbG93LXk6IHNjcm9sbDtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSAyMTBweCk7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1sYXN0LXBsYWNlaG9sZGVyIHtcbiAgbWFyZ2luOiAwcHggNTJweDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLXNlYXJjaC1yZXN1bHQtaGVhZGVyIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG4gIC5nZC1pbmRleGVkLWZpbGVzIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG4gIC5nZC1zZWFyY2gtcmVzdWx0LXN1bW1hcnktaGVhZGVyIGRpdjpudGgtY2hpbGQoMykge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgLmdkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeS1oZWFkZXIgZGl2Om50aC1jaGlsZCgyKSB7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHJpZ2h0OiAxOHB4O1xuICB9XG59XG4iXX0= */\"","import { Component, EventEmitter, Input, Output, OnInit } from '@angular/core';\r\nimport { SearchResultItemModel, SearchResult } from '../search-models';\r\n\r\n@Component({\r\n selector: 'gd-search-result-summary',\r\n templateUrl: './search-result-summary.component.html',\r\n styleUrls: ['./search-result-summary.component.less']\r\n})\r\n\r\nexport class SearchResultSummaryComponent implements OnInit {\r\n @Input() searchResult: SearchResult;\r\n\r\n constructor() {\r\n }\r\n \r\n ngOnInit(): void {\r\n }\r\n\r\n getTotalOccurrencesMessage() {\r\n const message = \"Nothing found\";\r\n\r\n if (this.searchResult) {\r\n if (this.searchResult.totalOccurences === 0)\r\n {\r\n return message;\r\n }\r\n\r\n return \"Found \" + this.searchResult.totalOccurences + \" occurrences \" + this.searchResult.totalFiles + \" files\";\r\n }\r\n\r\n return message;\r\n }\r\n\r\n getIndexedFilesMessage() {\r\n if (this.searchResult) {\r\n return \"\" + this.searchResult.indexedFiles + \" files indexed\";\r\n }\r\n }\r\n\r\n getSearchDuration() {\r\n if (this.searchResult) {\r\n return this.searchResult.searchDuration;\r\n }\r\n }\r\n}\r\n","import {BrowserModule} from '@angular/platform-browser';\r\nimport {APP_INITIALIZER, ModuleWithProviders, NgModule} from '@angular/core';\r\nimport {HTTP_INTERCEPTORS, HttpClientModule} from '@angular/common/http';\r\nimport {SearchAppComponent} from './search-app.component';\r\nimport {\r\n Api,\r\n CommonComponentsModule,\r\n ErrorInterceptorService, LoadingMaskInterceptorService,\r\n LoadingMaskService\r\n} from '@groupdocs.examples.angular/common-components';\r\nimport {SearchService} from \"./search.service\";\r\nimport {ConfigService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {SearchConfigService} from \"./search-config.service\";\r\nimport {FontAwesomeModule} from '@fortawesome/angular-fontawesome';\r\nimport {SearchPanelComponent} from './search-panel/search-panel.component';\r\nimport {SearchResultSummaryComponent} from './search-result-summary/search-result-summary.component';\r\nimport {SearchResultItemComponent} from './search-result-item/search-result-item.component';\r\nimport {IndexedFilesListComponent} from './indexed-files-list/indexed-files-list.component';\r\nimport {IndexedFileComponent} from './indexed-file/indexed-file.component';\r\nimport {SearchBrowseFilesModalComponent} from './search-browse-files-modal/search-browse-files-modal.component';\r\n\r\nexport function initializeApp(searchConfigService: SearchConfigService) {\r\n const result = () => searchConfigService.load();\r\n return result;\r\n}\r\n\r\n// NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981\r\n// @dynamic\r\nexport function setupLoadingInterceptor(service: LoadingMaskService) {\r\n return new LoadingMaskInterceptorService(service);\r\n}\r\n\r\n@NgModule({\r\n declarations: [\r\n SearchAppComponent,\r\n SearchPanelComponent,\r\n SearchResultSummaryComponent,\r\n SearchResultItemComponent,\r\n IndexedFilesListComponent,\r\n IndexedFileComponent,\r\n SearchBrowseFilesModalComponent\r\n ],\r\n imports: [\r\n BrowserModule,\r\n CommonComponentsModule,\r\n HttpClientModule,\r\n FontAwesomeModule\r\n ],\r\n exports: [\r\n SearchAppComponent,\r\n CommonComponentsModule,\r\n SearchPanelComponent,\r\n SearchResultSummaryComponent,\r\n SearchResultItemComponent,\r\n IndexedFilesListComponent,\r\n IndexedFileComponent,\r\n SearchBrowseFilesModalComponent\r\n ],\r\n providers: [\r\n SearchService,\r\n ConfigService,\r\n SearchConfigService,\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useClass: ErrorInterceptorService,\r\n multi: true\r\n },\r\n {\r\n provide: APP_INITIALIZER,\r\n useFactory: initializeApp,\r\n deps: [SearchConfigService], multi: true\r\n },\r\n LoadingMaskService,\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useFactory: setupLoadingInterceptor,\r\n multi: true,\r\n deps: [LoadingMaskService]\r\n }\r\n ]\r\n})\r\nexport class SearchModule {\r\n static forRoot(apiEndpoint: string): ModuleWithProviders {\r\n Api.DEFAULT_API_ENDPOINT = apiEndpoint;\r\n return {\r\n ngModule: SearchModule\r\n };\r\n }\r\n}\r\n","import { Injectable } from '@angular/core';\r\nimport { HttpClient } from \"@angular/common/http\";\r\nimport { Api, ConfigService, FileCredentials, FileModel } from \"@groupdocs.examples.angular/common-components\";\r\nimport { BehaviorSubject } from 'rxjs';\r\nimport { IndexedFileModel } from './search-models';\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\n\r\nexport class SearchService {\r\n private _itemToRemove = new BehaviorSubject(null);\r\n itemToRemove = this._itemToRemove.asObservable();\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n addFilesToIndex(filesToIndex: FileModel[]) {\r\n return this._http.post(this._config.getSearchApiEndpoint() + Api.ADD_FILES_TO_INDEX, filesToIndex, Api.httpOptionsJson);\r\n }\r\n\r\n loadFiles(path: string) {\r\n return this._http.post(this._config.getSearchApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\r\n }\r\n\r\n loadFile(credentials: FileCredentials) {\r\n return this._http.post(this._config.getSearchApiEndpoint() + Api.LOAD_DOCUMENT_DESCRIPTION, credentials, Api.httpOptionsJson);\r\n }\r\n\r\n upload(file: File, url: string, rewrite: boolean) {\r\n const formData = new FormData();\r\n formData.append(\"file\", file);\r\n formData.append('rewrite', String(rewrite));\r\n if (url) {\r\n formData.append(\"url\", url);\r\n }\r\n\r\n return this._http.post(this._config.getSearchApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\r\n }\r\n\r\n search(credentials: FileCredentials[], query: string) {\r\n return this._http.post(this._config.getSearchApiEndpoint() + Api.SEARCH, {\r\n 'query': query\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n removeFile(file: FileModel) {\r\n return this._http.post(this._config.getSearchApiEndpoint() + Api.REMOVE_FROM_INDEX, file, Api.httpOptionsJson);\r\n }\r\n\r\n selectedItemToRemove(file: FileModel) {\r\n this._itemToRemove.next(file);\r\n }\r\n\r\n getDocumentStatus(files: IndexedFileModel[]) {\r\n return this._http.post(this._config.getSearchApiEndpoint() + Api.GET_FILE_STATUS, files, Api.httpOptionsJson);\r\n }\r\n}\r\n","export * from './lib/signature.module';\r\nexport * from './lib/signature-app.component';\r\nexport * from './lib/signature.service';\r\nexport * from './lib/signature-config.service';\r\nexport * from './lib/signature-list-panel/signature-list-panel.component'\r\nexport * from './lib/select-signature.service'\r\nexport * from './lib/remove-signature.service'\r\nexport * from './lib/copy-signature.service'\r\nexport * from './lib/active-signature.service'\r\nexport * from './lib/active-canvas.service'\r\nexport * from './lib/signatures-holder.service'\r\nexport * from './lib/signature-tab-activator.service'\r\nexport * from './lib/drag-signature.service'\r\n","import {Observable, Subject} from \"rxjs\";\r\n\r\nexport class ActiveCanvasService {\r\n private _observer: Subject = new Subject();\r\n private readonly _activeChange: Observable = this._observer.asObservable();\r\n\r\n constructor() {\r\n }\r\n\r\n get activeChange(): Observable {\r\n return this._activeChange;\r\n }\r\n\r\n changeActive(signId: number) {\r\n this._observer.next(signId);\r\n }\r\n}\r\n","import {Observable, Subject} from \"rxjs\";\r\n\r\nexport class ActiveSignatureService {\r\n private _observer: Subject = new Subject();\r\n private readonly _activeChange: Observable = this._observer.asObservable();\r\n\r\n constructor() {\r\n }\r\n\r\n get activeChange(): Observable {\r\n return this._activeChange;\r\n }\r\n\r\n changeActive(signId: number) {\r\n this._observer.next(signId);\r\n }\r\n}\r\n","module.exports = \".bc-paint-container {\\n width: 100%;\\n height: 100%;\\n}\\n.bc-paint-canvas-container {\\n width: 100%;\\n height: 100%;\\n}\\n@media (max-width: 1037px) {\\n .bc-paint-canvas-container > canvas {\\n width: 100%;\\n height: 100%;\\n border: 0;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvY2FudmFzL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9jYW52YXMvY2FudmFzLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9jYW52YXMvY2FudmFzLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UsV0FBQTtFQUNBLFlBQUE7QUNERjtBRElBO0VBQ0UsV0FBQTtFQUNBLFlBQUE7QUNGRjtBREtBO0VBQ0U7SUFDRSxXQUFBO0lBQ0EsWUFBQTtJQUNBLFNBQUE7RUNIRjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvY2FudmFzL2NhbnZhcy5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uYmMtcGFpbnQtY29udGFpbmVyIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbn1cblxuLmJjLXBhaW50LWNhbnZhcy1jb250YWluZXIge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuYmMtcGFpbnQtY2FudmFzLWNvbnRhaW5lciA+IGNhbnZhcyB7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiAxMDAlO1xuICAgIGJvcmRlcjogMDtcbiAgfVxufVxuIiwiLmJjLXBhaW50LWNvbnRhaW5lciB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG4uYmMtcGFpbnQtY2FudmFzLWNvbnRhaW5lciB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5iYy1wYWludC1jYW52YXMtY29udGFpbmVyID4gY2FudmFzIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgYm9yZGVyOiAwO1xuICB9XG59XG4iXX0= */\"","import {Component, ElementRef, Input, OnChanges, OnInit, SimpleChanges, ViewChild} from '@angular/core';\r\nimport {WindowService} from \"@groupdocs.examples.angular/common-components\";\r\n\r\n@Component({\r\n selector: 'gd-canvas',\r\n templateUrl: './canvas.component.html',\r\n styleUrls: ['./canvas.component.less']\r\n})\r\nexport class CanvasComponent implements OnInit, OnChanges {\r\n\r\n @Input() color: string;\r\n\r\n _ctx: CanvasRenderingContext2D;\r\n _isDragged = false;\r\n private isDesktop: boolean;\r\n\r\n @ViewChild('canvas', {static: true}) canvas: ElementRef;\r\n\r\n constructor(private _windowService: WindowService) {\r\n this.isDesktop = _windowService.isDesktop();\r\n _windowService.onResize.subscribe((w) => {\r\n this.isDesktop = _windowService.isDesktop();\r\n });\r\n }\r\n\r\n ngOnInit() {\r\n this._ctx = this.canvas.nativeElement.getContext('2d');\r\n }\r\n\r\n onMouseDown(e) {\r\n let pos;\r\n if (this.isDesktop) {\r\n pos = {x: e.offsetX, y: e.offsetY};\r\n } else {\r\n const wEvent: DragEvent = window.event;\r\n pos = {x: wEvent.offsetX, y: wEvent.offsetY};\r\n }\r\n e.preventDefault();\r\n this._isDragged = true;\r\n this._ctx.beginPath();\r\n this._ctx.moveTo(pos.x, pos.y);\r\n }\r\n\r\n onMouseUp(e) {\r\n e.preventDefault();\r\n this._isDragged = false;\r\n }\r\n\r\n onMouseMove(e) {\r\n let pos;\r\n if (this.isDesktop) {\r\n pos = {x: e.offsetX, y: e.offsetY};\r\n } else {\r\n const wEvent: DragEvent = window.event;\r\n pos = {x: wEvent.offsetX, y: wEvent.offsetY};\r\n }\r\n e.preventDefault();\r\n if (this._isDragged) {\r\n this._ctx.lineTo(pos.x, pos.y);\r\n this._ctx.stroke();\r\n }\r\n }\r\n\r\n setColor(color) {\r\n if (this._ctx) {\r\n this._ctx.strokeStyle = color;\r\n }\r\n }\r\n\r\n getImage(): string {\r\n return this.canvas.nativeElement.toDataURL('image/png');\r\n }\r\n\r\n clear() {\r\n this.canvas.nativeElement.width = this.canvas.nativeElement.width;\r\n }\r\n\r\n ngOnChanges(changes: SimpleChanges): void {\r\n this.setColor(this.color);\r\n }\r\n\r\n getWidth() {\r\n return this.isDesktop ? 1079 : this._windowService.getWidth();\r\n }\r\n\r\n getHeight() {\r\n return this.isDesktop ? 540 : this._windowService.getHeight();\r\n }\r\n}\r\n","import {Observable, Subject} from \"rxjs\";\r\nimport {CopyChanges, CopySign} from \"./signature-models\";\r\n\r\nexport class CopySignatureService {\r\n private _observer: Subject = new Subject();\r\n private readonly _copySignature: Observable = this._observer.asObservable();\r\n private _observerChanges: Subject = new Subject();\r\n private readonly _changesSignature: Observable = this._observerChanges.asObservable();\r\n\r\n constructor() {\r\n }\r\n\r\n get copySignature(): Observable {\r\n return this._copySignature;\r\n }\r\n\r\n copy(copySign: CopySign): void {\r\n this._observer.next(copySign);\r\n }\r\n\r\n get changesSignature(): Observable {\r\n return this._changesSignature;\r\n }\r\n\r\n notifyChanges(changes: CopyChanges): void {\r\n this._observerChanges.next(changes);\r\n }\r\n}\r\n","import {Directive, EventEmitter, HostListener, Output} from '@angular/core';\r\nimport {DndDirective, UploadFilesService} from \"@groupdocs.examples.angular/common-components\";\r\n\r\n@Directive({\r\n selector: '[gdDndSignature]'\r\n})\r\nexport class DndSignatureDirective extends DndDirective {\r\n @Output() files = new EventEmitter();\r\n\r\n constructor(_uploadFilesService: UploadFilesService) {\r\n super(_uploadFilesService);\r\n }\r\n\r\n @HostListener('drop', ['$event'])\r\n public onDrop(evt) {\r\n evt.preventDefault();\r\n evt.stopPropagation();\r\n const files = evt.dataTransfer.files;\r\n if (files.length > 0) {\r\n this.active = false;\r\n this.files.emit(files);\r\n }\r\n }\r\n\r\n}\r\n","import {DraggableSignature} from \"./signature-models\";\r\n\r\nexport class DragSignatureService {\r\n public sign: DraggableSignature;\r\n\r\n constructor() {\r\n }\r\n}\r\n","module.exports = \".paint-body {\\n width: 1036px;\\n height: 561px;\\n}\\n.paint-body ::ng-deep .button {\\n font-size: unset !important;\\n color: #3E4E5A !important;\\n}\\n.paint-body ::ng-deep .button ::ng-deep .text {\\n padding-left: 0px !important;\\n}\\n.gd-draw-image {\\n background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAhCAYAAAC4JqlRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA4UlEQVR4nO2WbQuDMAyE+///q0WhKiiacYFK7BeXK2OMJXC2SF8er2kwiTPO81St6yo5ZxmGQdsnYZwdi/6yLJICIAACIAAC4KcA6uYMgN34BmAX9QgA9atYuQGO47j6mMw4YDXPsyQ8PCqlaAsAuNAjdYC1DyDeY7MOQuoAY10L0CboO0KoAywA6NsFn26QBaUB6hFYAO8VrhEAAfC/APQ1tJXQC9CCXABsKQZAW1qpStgDwG7+kVL8dQBPAnYDQN4cwFgrvFOAfd/Fq23b9IdiHEeZpokWAF41ugKO5u7gN6EQAAAFZL5NAAAAAElFTkSuQmCC) !important;\\n position: absolute;\\n padding: 0 !important;\\n background-color: #fff;\\n overflow: hidden;\\n overflow-y: auto;\\n width: inherit;\\n}\\n.bc-paint-header {\\n height: 60px;\\n width: 100%;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.bg-color-pic {\\n border-radius: 100%;\\n border: 1px solid #CCC;\\n position: absolute;\\n height: 8px;\\n width: 8px;\\n right: 6px;\\n bottom: 6px;\\n}\\n::ng-deep .bcPicker-palette {\\n position: absolute;\\n}\\n.bc-paint-export {\\n background-color: #25c2d4;\\n margin-right: 10px;\\n width: 68px;\\n height: 37px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n color: #FFF;\\n -webkit-box-align: center;\\n align-items: center;\\n cursor: pointer;\\n}\\n.bc-paint-export .icon {\\n display: -webkit-box;\\n display: flex;\\n text-align: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-flex: 0;\\n flex: 0 0 27px;\\n}\\n.bc-paint-export .save-button {\\n font-size: 10px;\\n display: -webkit-box;\\n display: flex;\\n text-align: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-flex: 0;\\n flex: 0 0 40px;\\n}\\n@media (max-width: 1037px) {\\n .paint-body {\\n width: inherit;\\n height: inherit;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvaGFuZC1tb2RhbC9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvc2lnbmF0dXJlL3NyYy9saWIvaGFuZC1tb2RhbC9oYW5kLW1vZGFsLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9oYW5kLW1vZGFsL2hhbmQtbW9kYWwuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxhQUFBO0VBQ0EsYUFBQTtBQ0RGO0FEREE7RUFLSSwyQkFBQTtFQUNBLHlCQUFBO0FDREo7QURMQTtFQVNNLDRCQUFBO0FDRE47QURNQTtFQUNFLDRjQUFBO0VBQ0Esa0JBQUE7RUFDQSxxQkFBQTtFQUNBLHNCQUFBO0VBQ0EsZ0JBQUE7RUFDQSxnQkFBQTtFQUNBLGNBQUE7QUNKRjtBRE9BO0VBQ0UsWUFBQTtFQUNBLFdBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLDhCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ0xGO0FEUUE7RUFDRSxtQkFBQTtFQUNBLHNCQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0VBQ0EsVUFBQTtFQUNBLFVBQUE7RUFDQSxXQUFBO0FDTkY7QURTQTtFQUNFLGtCQUFBO0FDUEY7QURVQTtFQUNFLHlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsOEJBQUE7RUFDQSxXQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLGVBQUE7QUNSRjtBRERBO0VBWUksb0JBQUE7RUFBQSxhQUFBO0VBQ0Esa0JBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EsbUJBQUE7VUFBQSxjQUFBO0FDUko7QURQQTtFQW1CSSxlQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0Esa0JBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EsbUJBQUE7VUFBQSxjQUFBO0FDVEo7QURhQTtFQUNFO0lBQ0UsY0FBQTtJQUNBLGVBQUE7RUNYRjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvaGFuZC1tb2RhbC9oYW5kLW1vZGFsLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbi5wYWludC1ib2R5IHtcbiAgd2lkdGg6IDEwMzZweDtcbiAgaGVpZ2h0OiA1NjFweDtcblxuICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgZm9udC1zaXplOiB1bnNldCAhaW1wb3J0YW50O1xuICAgIGNvbG9yOiBAcHJpbWFyeSAhaW1wb3J0YW50O1xuXG4gICAgOjpuZy1kZWVwIC50ZXh0IHtcbiAgICAgIHBhZGRpbmctbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG59XG5cbi5nZC1kcmF3LWltYWdlIHtcbiAgYmFja2dyb3VuZC1pbWFnZTogdXJsKGRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQ0FBQUFBaENBWUFBQUM0SnFsUkFBQUFDWEJJV1hNQUFBN0VBQUFPeEFHVkt3NGJBQUFBNFVsRVFWUjRuTzJXYlF1RE1BeUUrLy8vcTBXaEtpaWFjWUZLN0JlWEsyT01KWEMyU0Y4ZXIya3dpVFBPODFTdDZ5bzVaeG1HUWRzbllad2RpLzZ5TEpJQ0lBQUNJQUFDNEtjQTZ1WU1nTjM0Qm1BWDlRZ0E5YXRZdVFHTzQ3ajZtTXc0WURYUHN5UThQQ3FsYUFzQXVOQWpkWUMxRHlEZVk3TU9RdW9BWTEwTDBDYm9PMEtvQXl3QTZOc0ZuMjZRQmFVQjZoRllBTzhWcmhFQUFmQy9BUFExdEpYUUM5Q0NYQUJzS1FaQVcxcXBTdGdEd0c3K2tWTDhkUUJQQW5ZRFFONGN3RmdydkZPQWZkL0ZxMjNiOUlkaUhFZVpwb2tXQUY0MXVnS081dTdnTjZFUUFBQUZaTDVOQUFBQUFFbEZUa1N1UW1DQykgIWltcG9ydGFudDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBwYWRkaW5nOiAwICFpbXBvcnRhbnQ7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIG92ZXJmbG93LXk6IGF1dG87XG4gIHdpZHRoOiBpbmhlcml0O1xufVxuXG4uYmMtcGFpbnQtaGVhZGVyIHtcbiAgaGVpZ2h0OiA2MHB4O1xuICB3aWR0aDogMTAwJTtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuXG4uYmctY29sb3ItcGljIHtcbiAgYm9yZGVyLXJhZGl1czogMTAwJTtcbiAgYm9yZGVyOiAxcHggc29saWQgI0NDQztcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBoZWlnaHQ6IDhweDtcbiAgd2lkdGg6IDhweDtcbiAgcmlnaHQ6IDZweDtcbiAgYm90dG9tOiA2cHg7XG59XG5cbjo6bmctZGVlcCAuYmNQaWNrZXItcGFsZXR0ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbn1cblxuLmJjLXBhaW50LWV4cG9ydCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEBicmFuZDtcbiAgbWFyZ2luLXJpZ2h0OiAxMHB4O1xuICB3aWR0aDogNjhweDtcbiAgaGVpZ2h0OiAzN3B4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIGNvbG9yOiAjRkZGO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBjdXJzb3I6IHBvaW50ZXI7XG5cbiAgLmljb24ge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIGZsZXg6IDAgMCAyN3B4O1xuICB9XG5cbiAgLnNhdmUtYnV0dG9uIHtcbiAgICBmb250LXNpemU6IDEwcHg7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgZmxleDogMCAwIDQwcHg7XG4gIH1cbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLnBhaW50LWJvZHkge1xuICAgIHdpZHRoOiBpbmhlcml0O1xuICAgIGhlaWdodDogaW5oZXJpdDtcbiAgfVxufVxuIiwiLnBhaW50LWJvZHkge1xuICB3aWR0aDogMTAzNnB4O1xuICBoZWlnaHQ6IDU2MXB4O1xufVxuLnBhaW50LWJvZHkgOjpuZy1kZWVwIC5idXR0b24ge1xuICBmb250LXNpemU6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gIGNvbG9yOiAjM0U0RTVBICFpbXBvcnRhbnQ7XG59XG4ucGFpbnQtYm9keSA6Om5nLWRlZXAgLmJ1dHRvbiA6Om5nLWRlZXAgLnRleHQge1xuICBwYWRkaW5nLWxlZnQ6IDBweCAhaW1wb3J0YW50O1xufVxuLmdkLWRyYXctaW1hZ2Uge1xuICBiYWNrZ3JvdW5kLWltYWdlOiB1cmwoZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFDQUFBQUFoQ0FZQUFBQzRKcWxSQUFBQUNYQklXWE1BQUE3RUFBQU94QUdWS3c0YkFBQUE0VWxFUVZSNG5PMldiUXVETUF5RSsvLy9xMFdoS2lpYWNZRks3QmVYSzJPTUpYQzJTRjhlcjJrd2lUUE84MVN0NnlvNVp4bUdRZHNuWVp3ZGkvNnlMSklDSUFBQ0lBQUM0S2NBNnVZTWdOMzRCbUFYOVFnQTlhdFl1UUdPNDdqNm1NdzRZRFhQc3lROFBDcWxhQXNBdU5BamRZQzFEeURlWTdNT1F1b0FZMTBMMENib08wS29BeXdBNk5zRm4yNlFCYVVCNmhGWUFPOFZyaEVBQWZDL0FQUTF0SlhRQzlDQ1hBQnNLUVpBVzFxcFN0Z0R3Rzcra1ZMOGRRQlBBbllEUU40Y3dGZ3J2Rk9BZmQvRnEyM2I5SWRpSEVlWnBva1dBRjQxdWdLTzV1N2dONkVRQUFBRlpMNU5BQUFBQUVsRlRrU3VRbUNDKSAhaW1wb3J0YW50O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHBhZGRpbmc6IDAgIWltcG9ydGFudDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgb3ZlcmZsb3cteTogYXV0bztcbiAgd2lkdGg6IGluaGVyaXQ7XG59XG4uYmMtcGFpbnQtaGVhZGVyIHtcbiAgaGVpZ2h0OiA2MHB4O1xuICB3aWR0aDogMTAwJTtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmJnLWNvbG9yLXBpYyB7XG4gIGJvcmRlci1yYWRpdXM6IDEwMCU7XG4gIGJvcmRlcjogMXB4IHNvbGlkICNDQ0M7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgaGVpZ2h0OiA4cHg7XG4gIHdpZHRoOiA4cHg7XG4gIHJpZ2h0OiA2cHg7XG4gIGJvdHRvbTogNnB4O1xufVxuOjpuZy1kZWVwIC5iY1BpY2tlci1wYWxldHRlIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xufVxuLmJjLXBhaW50LWV4cG9ydCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNWMyZDQ7XG4gIG1hcmdpbi1yaWdodDogMTBweDtcbiAgd2lkdGg6IDY4cHg7XG4gIGhlaWdodDogMzdweDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICBjb2xvcjogI0ZGRjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgY3Vyc29yOiBwb2ludGVyO1xufVxuLmJjLXBhaW50LWV4cG9ydCAuaWNvbiB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGZsZXg6IDAgMCAyN3B4O1xufVxuLmJjLXBhaW50LWV4cG9ydCAuc2F2ZS1idXR0b24ge1xuICBmb250LXNpemU6IDEwcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGZsZXg6IDAgMCA0MHB4O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAucGFpbnQtYm9keSB7XG4gICAgd2lkdGg6IGluaGVyaXQ7XG4gICAgaGVpZ2h0OiBpbmhlcml0O1xuICB9XG59XG4iXX0= */\"","import {Component, OnInit} from '@angular/core';\r\nimport {SignatureService} from \"../signature.service\";\r\nimport {SignatureTabActivatorService} from \"../signature-tab-activator.service\"\r\nimport {CanvasComponent} from \"../canvas/canvas.component\";\r\nimport {SignatureType} from \"../signature-models\";\r\nimport {CommonModals, ModalService} from \"@groupdocs.examples.angular/common-components\";\r\n\r\n@Component({\r\n selector: 'gd-hand-modal',\r\n templateUrl: './hand-modal.component.html',\r\n styleUrls: ['./hand-modal.component.less']\r\n})\r\nexport class HandModalComponent implements OnInit {\r\n defaultColor = '#000000';\r\n selectedColor = this.defaultColor;\r\n colorPickerShow = false;\r\n\r\n constructor(private _signatureService: SignatureService,\r\n private _tabActivationService: SignatureTabActivatorService,\r\n private _modalService: ModalService) {\r\n }\r\n\r\n ngOnInit() {\r\n }\r\n\r\n selectColor(color: string) {\r\n this.selectedColor = color;\r\n this.colorPickerShow = false;\r\n }\r\n\r\n saveSign(canvasComponent: CanvasComponent) {\r\n const img = canvasComponent.getImage();\r\n this._signatureService.saveImage(img).subscribe(() => {\r\n this._tabActivationService.changeActiveTab(SignatureType.HAND.id);\r\n this._signatureService.refreshSignatures();\r\n });\r\n this.clear(canvasComponent);\r\n this.close();\r\n }\r\n\r\n private close() {\r\n this._modalService.close(CommonModals.DrawHandSignature);\r\n }\r\n\r\n toggleColorPicker($event) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n this.colorPickerShow = !this.colorPickerShow;\r\n }\r\n\r\n closePicker($event) {\r\n this.colorPickerShow = !$event;\r\n }\r\n\r\n onCloseOpen(canvasComponent: CanvasComponent, $event) {\r\n this.clear(canvasComponent);\r\n }\r\n\r\n private clear(canvasComponent: CanvasComponent) {\r\n this.selectedColor = this.defaultColor;\r\n canvasComponent.clear();\r\n }\r\n}\r\n","module.exports = \".gd-sign-digital.active {\\n background-color: #3787F5;\\n}\\n.gd-sign-digital {\\n height: 27px;\\n background-color: #969696;\\n margin: 9px 8px 7px 8px;\\n text-align: center;\\n color: #ffffff;\\n font-size: 13px;\\n box-shadow: 0 0 3px #ddd;\\n cursor: pointer;\\n padding-top: 5px;\\n}\\n.gd-qr-container {\\n font-family: \\\"Open Sans\\\", \\\"Helvetica Neue\\\", Helvetica, Arial, sans-serif;\\n background-color: #e7e7e7;\\n}\\n.gd-qr-container input:focus {\\n border: 2px solid #00c4d7;\\n -webkit-transition: border-color 0.3s linear;\\n transition: border-color 0.3s linear;\\n}\\n.gd-qr-preview-container {\\n text-align: center;\\n background-color: #FFF;\\n margin-bottom: 1px;\\n height: 350px;\\n}\\n.gd-qr-preview-container .gd-empty-code {\\n color: #CCCCCC;\\n font-size: 60px;\\n width: 350px;\\n height: 350px;\\n -webkit-box-pack: center;\\n justify-content: center;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-qr-preview-container .gd-signature-thumbnail-image {\\n min-width: 41px;\\n width: 100%;\\n height: 100%;\\n margin: 0px;\\n}\\n.new-signature-input-group {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n -webkit-box-align: center;\\n align-items: center;\\n height: 70px;\\n background-color: #FFF;\\n -webkit-box-pack: center;\\n justify-content: center;\\n}\\n.gd-qr-property {\\n font-size: 12px;\\n width: 80%;\\n border: 2px solid #DDD;\\n padding: 5px;\\n outline: none;\\n color: #3a4e5b;\\n}\\n.gd-add-optical {\\n width: 32px;\\n height: 29px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n background-color: #3787F5;\\n cursor: pointer;\\n}\\n.gd-add-optical .icon {\\n color: white;\\n line-height: 28px;\\n}\\n.gd-add-optical.active {\\n background-color: #25c2d4;\\n}\\n.gd-add-optical.inactive {\\n background-color: #646464;\\n}\\n.gd-add-optical:hover {\\n box-shadow: rgba(0, 0, 0, 0) 0px 0px 3px;\\n}\\n@media (max-width: 1037px) {\\n .gd-qr-container {\\n margin: 0px 13px 0px 12px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvbmV3LWJhci1xci1jb2RlL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9uZXctYmFyLXFyLWNvZGUvbmV3LWJhci1xci1jb2RlLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9uZXctYmFyLXFyLWNvZGUvbmV3LWJhci1xci1jb2RlLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UseUJBQUE7QUNERjtBRElBO0VBQ0UsWUFBQTtFQUNBLHlCQUFBO0VBQ0EsdUJBQUE7RUFDQSxrQkFBQTtFQUNBLGNBQUE7RUFDQSxlQUFBO0VBQ0Esd0JBQUE7RUFDQSxlQUFBO0VBQ0EsZ0JBQUE7QUNGRjtBREtBO0VBQ0Usd0VBQUE7RUFDQSx5QkFBQTtBQ0hGO0FETUE7RUFDRSx5QkFBQTtFQUNBLDRDQUFBO0VBQUEsb0NBQUE7QUNKRjtBRE9BO0VBQ0Usa0JBQUE7RUFDQSxzQkFBQTtFQUNBLGtCQUFBO0VBQ0EsYUFBQTtBQ0xGO0FEQ0E7RUFPSSxjQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QUNMSjtBRFJBO0VBaUJJLGVBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7QUNOSjtBRFVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLFlBQUE7RUFDQSxzQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7QUNSRjtBRFdBO0VBQ0UsZUFBQTtFQUNBLFVBQUE7RUFDQSxzQkFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0VBQ0EsY0FBQTtBQ1RGO0FEWUE7RUFDRSxXQUFBO0VBQ0EsWUFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0FDVkY7QURHQTtFQVVJLFlBQUE7RUFDQSxpQkFBQTtBQ1ZKO0FEYUU7RUFDRSx5QkFBQTtBQ1hKO0FEY0U7RUFDRSx5QkFBQTtBQ1pKO0FEZ0JBO0VBQ0Usd0NBQUE7QUNkRjtBRGlCQTtFQUNFO0lBQ0UseUJBQUE7RUNmRjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvbmV3LWJhci1xci1jb2RlL25ldy1iYXItcXItY29kZS5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uZ2Qtc2lnbi1kaWdpdGFsLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMzNzg3RjU7XG59XG5cbi5nZC1zaWduLWRpZ2l0YWwge1xuICBoZWlnaHQ6IDI3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICM5Njk2OTY7XG4gIG1hcmdpbjogOXB4IDhweCA3cHggOHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjZmZmZmZmO1xuICBmb250LXNpemU6IDEzcHg7XG4gIGJveC1zaGFkb3c6IDAgMCAzcHggI2RkZDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwYWRkaW5nLXRvcDogNXB4O1xufVxuXG4uZ2QtcXItY29udGFpbmVyIHtcbiAgZm9udC1mYW1pbHk6IFwiT3BlbiBTYW5zXCIsIFwiSGVsdmV0aWNhIE5ldWVcIiwgSGVsdmV0aWNhLCBBcmlhbCwgc2Fucy1zZXJpZjtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2U3ZTdlNztcbn1cblxuLmdkLXFyLWNvbnRhaW5lciBpbnB1dDpmb2N1cyB7XG4gIGJvcmRlcjogMnB4IHNvbGlkICMwMGM0ZDc7XG4gIHRyYW5zaXRpb246IGJvcmRlci1jb2xvciAwLjNzIGxpbmVhcjtcbn1cblxuLmdkLXFyLXByZXZpZXctY29udGFpbmVyIHtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBtYXJnaW4tYm90dG9tOiAxcHg7XG4gIGhlaWdodDogMzUwcHg7XG5cbiAgLmdkLWVtcHR5LWNvZGUge1xuICAgIGNvbG9yOiAjQ0NDQ0NDO1xuICAgIGZvbnQtc2l6ZTogNjBweDtcbiAgICB3aWR0aDogMzUwcHg7XG4gICAgaGVpZ2h0OiAzNTBweDtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gICAgbWluLXdpZHRoOiA0MXB4O1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogMTAwJTtcbiAgICBtYXJnaW46IDBweDtcbiAgfVxufVxuXG4ubmV3LXNpZ25hdHVyZS1pbnB1dC1ncm91cCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGhlaWdodDogNzBweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG59XG5cbi5nZC1xci1wcm9wZXJ0eSB7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgd2lkdGg6IDgwJTtcbiAgYm9yZGVyOiAycHggc29saWQgI0RERDtcbiAgcGFkZGluZzogNXB4O1xuICBvdXRsaW5lOiBub25lO1xuICBjb2xvcjogIzNhNGU1Yjtcbn1cblxuLmdkLWFkZC1vcHRpY2FsIHtcbiAgd2lkdGg6IDMycHg7XG4gIGhlaWdodDogMjlweDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGJhY2tncm91bmQtY29sb3I6ICMzNzg3RjU7XG4gIGN1cnNvcjogcG9pbnRlcjtcblxuICAuaWNvbiB7XG4gICAgY29sb3I6IHdoaXRlO1xuICAgIGxpbmUtaGVpZ2h0OiAyOHB4O1xuICB9XG5cbiAgJi5hY3RpdmUge1xuICAgIGJhY2tncm91bmQtY29sb3I6IEBuYXYtbG9nby1iYWNrZ3JvdW5kO1xuICB9XG5cbiAgJi5pbmFjdGl2ZSB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogIzY0NjQ2NDtcbiAgfVxufVxuXG4uZ2QtYWRkLW9wdGljYWw6aG92ZXIge1xuICBib3gtc2hhZG93OiByZ2JhKDAsIDAsIDAsIDApIDBweCAwcHggM3B4O1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuZ2QtcXItY29udGFpbmVyIHtcbiAgICBtYXJnaW46IDBweCAxM3B4IDBweCAxMnB4O1xuICB9XG5cbn1cbiIsIi5nZC1zaWduLWRpZ2l0YWwuYWN0aXZlIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzM3ODdGNTtcbn1cbi5nZC1zaWduLWRpZ2l0YWwge1xuICBoZWlnaHQ6IDI3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICM5Njk2OTY7XG4gIG1hcmdpbjogOXB4IDhweCA3cHggOHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjZmZmZmZmO1xuICBmb250LXNpemU6IDEzcHg7XG4gIGJveC1zaGFkb3c6IDAgMCAzcHggI2RkZDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwYWRkaW5nLXRvcDogNXB4O1xufVxuLmdkLXFyLWNvbnRhaW5lciB7XG4gIGZvbnQtZmFtaWx5OiBcIk9wZW4gU2Fuc1wiLCBcIkhlbHZldGljYSBOZXVlXCIsIEhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWY7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG59XG4uZ2QtcXItY29udGFpbmVyIGlucHV0OmZvY3VzIHtcbiAgYm9yZGVyOiAycHggc29saWQgIzAwYzRkNztcbiAgdHJhbnNpdGlvbjogYm9yZGVyLWNvbG9yIDAuM3MgbGluZWFyO1xufVxuLmdkLXFyLXByZXZpZXctY29udGFpbmVyIHtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBtYXJnaW4tYm90dG9tOiAxcHg7XG4gIGhlaWdodDogMzUwcHg7XG59XG4uZ2QtcXItcHJldmlldy1jb250YWluZXIgLmdkLWVtcHR5LWNvZGUge1xuICBjb2xvcjogI0NDQ0NDQztcbiAgZm9udC1zaXplOiA2MHB4O1xuICB3aWR0aDogMzUwcHg7XG4gIGhlaWdodDogMzUwcHg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmdkLXFyLXByZXZpZXctY29udGFpbmVyIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlIHtcbiAgbWluLXdpZHRoOiA0MXB4O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICBtYXJnaW46IDBweDtcbn1cbi5uZXctc2lnbmF0dXJlLWlucHV0LWdyb3VwIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgaGVpZ2h0OiA3MHB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbn1cbi5nZC1xci1wcm9wZXJ0eSB7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgd2lkdGg6IDgwJTtcbiAgYm9yZGVyOiAycHggc29saWQgI0RERDtcbiAgcGFkZGluZzogNXB4O1xuICBvdXRsaW5lOiBub25lO1xuICBjb2xvcjogIzNhNGU1Yjtcbn1cbi5nZC1hZGQtb3B0aWNhbCB7XG4gIHdpZHRoOiAzMnB4O1xuICBoZWlnaHQ6IDI5cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMzc4N0Y1O1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtYWRkLW9wdGljYWwgLmljb24ge1xuICBjb2xvcjogd2hpdGU7XG4gIGxpbmUtaGVpZ2h0OiAyOHB4O1xufVxuLmdkLWFkZC1vcHRpY2FsLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNWMyZDQ7XG59XG4uZ2QtYWRkLW9wdGljYWwuaW5hY3RpdmUge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjNjQ2NDY0O1xufVxuLmdkLWFkZC1vcHRpY2FsOmhvdmVyIHtcbiAgYm94LXNoYWRvdzogcmdiYSgwLCAwLCAwLCAwKSAwcHggMHB4IDNweDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLXFyLWNvbnRhaW5lciB7XG4gICAgbWFyZ2luOiAwcHggMTNweCAwcHggMTJweDtcbiAgfVxufVxuIl19 */\"","import {Component, ElementRef, EventEmitter, Input, OnInit, Output} from '@angular/core';\r\nimport {SignatureService} from \"../signature.service\";\r\nimport {OpticalCodeModel} from \"../signature-models\";\r\nimport {Subject} from \"rxjs\";\r\nimport {debounceTime} from \"rxjs/operators\";\r\n\r\n@Component({\r\n selector: 'gd-new-bar-qr-code',\r\n templateUrl: './new-bar-qr-code.component.html',\r\n styleUrls: ['./new-bar-qr-code.component.less']\r\n})\r\nexport class NewBarQrCodeComponent implements OnInit {\r\n @Input() type: string;\r\n @Input() icon: string;\r\n @Input() name: string;\r\n @Output() closePanel = new EventEmitter();\r\n encodedImage: string;\r\n\r\n private subject: Subject = new Subject();\r\n\r\n constructor(private _signatureService: SignatureService,\r\n private _elementRef: ElementRef) {\r\n this.subject.pipe(\r\n debounceTime(500)\r\n ).subscribe(text => {\r\n this.saveCode(text, true);\r\n });\r\n }\r\n\r\n private saveCode(text: string, temp: boolean) {\r\n if (text) {\r\n this._signatureService.getCode(text, temp, this.type).subscribe((data: OpticalCodeModel) => {\r\n this.encodedImage = data.encodedImage;\r\n if (!temp) {\r\n this.closePanel.emit(true);\r\n }\r\n });\r\n } else {\r\n this.clean();\r\n }\r\n }\r\n\r\n private clean() {\r\n this.encodedImage = null;\r\n }\r\n\r\n ngOnInit() {\r\n this.clean();\r\n setTimeout(() => {\r\n const element = this._elementRef.nativeElement.querySelector(\"#text-input\");\r\n element.focus();\r\n }, 100);\r\n }\r\n\r\n addSign(text: string) {\r\n this.saveCode(text, false);\r\n }\r\n\r\n saveTemp(text: string) {\r\n this.subject.next(text);\r\n }\r\n\r\n getData() {\r\n return 'data:image/png;base64,' + this.encodedImage;\r\n }\r\n}\r\n","import {Observable, Subject} from \"rxjs\";\r\n\r\nexport class RemoveCanvasService {\r\n private _observer: Subject = new Subject();\r\n private readonly _removeCanvas: Observable = this._observer.asObservable();\r\n\r\n constructor() {\r\n }\r\n\r\n get removeCanvas(): Observable {\r\n return this._removeCanvas;\r\n }\r\n\r\n remove(id: number): void {\r\n this._observer.next(id);\r\n }\r\n}\r\n","import {Observable, Subject} from \"rxjs\";\r\nimport {RemoveSign} from \"./signature-models\";\r\n\r\nexport class RemoveSignatureService {\r\n private _observer: Subject = new Subject();\r\n private readonly _removeSignature: Observable = this._observer.asObservable();\r\n\r\n constructor() {\r\n }\r\n\r\n get removeSignature(): Observable {\r\n return this._removeSignature;\r\n }\r\n\r\n remove(id: RemoveSign): void {\r\n this._observer.next(id);\r\n }\r\n}\r\n","import {Observable, Subject} from \"rxjs\";\r\nimport {DraggableSignature} from \"./signature-models\";\r\n\r\nexport class SelectSignatureService {\r\n private _observer: Subject = new Subject();\r\n private readonly _selectSignature: Observable = this._observer.asObservable();\r\n\r\n constructor() {\r\n }\r\n\r\n get selectSignature(): Observable {\r\n return this._selectSignature;\r\n }\r\n\r\n select(sign: DraggableSignature): void {\r\n this._observer.next(sign);\r\n }\r\n}\r\n","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n::ng-deep .page {\\n position: relative;\\n}\\n::ng-deep .gd-page-image {\\n width: unset;\\n height: unset;\\n}\\n::ng-deep .top-panel {\\n align-content: flex-start;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: inherit;\\n}\\n.gd-document {\\n width: 100%;\\n height: calc(100% - 90px);\\n}\\n.toolbar-panel {\\n width: 100%;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.signature-wrapper ::ng-deep .button {\\n color: #3E4E5A !important;\\n}\\n.signature-wrapper ::ng-deep .button .text {\\n padding: 0px !important;\\n}\\n.desktop-hide {\\n display: none;\\n}\\n@media (max-width: 1037px) {\\n ::ng-deep .logo ::ng-deep .icon {\\n font-size: 24px !important;\\n }\\n ::ng-deep .top-panel {\\n height: 120px !important;\\n }\\n .desktop-hide {\\n display: block;\\n }\\n .gd-document {\\n height: calc(100% - 120px);\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWFwcC5jb21wb25lbnQubGVzcyIsImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS1hcHAuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsNkVDQWtCO0FBR2xCO0VBQ0Usc0RBQUE7QURERjtBQ0lBO0VBQ0Usa0JBQUE7QURGRjtBQ0tBO0VBQ0UsWUFBQTtFQUNBLGFBQUE7QURIRjtBQ01BO0VBQ0UseUJBQUE7QURKRjtBQ09BO0VBQ0UsMEJBQUE7VUFBQSxvQkFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsZUFBQTtFQUNBLE1BQUE7RUFDQSxTQUFBO0VBQ0EsT0FBQTtFQUNBLFFBQUE7QURMRjtBQ1FBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsZUFBQTtBRE5GO0FDU0E7RUFDRSxXQUFBO0VBQ0EseUJBQUE7QURQRjtBQ1VBO0VBQ0UsV0FBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QURSRjtBQ1dBO0VBRUkseUJBQUE7QURWSjtBQ1FBO0VBS00sdUJBQUE7QURWTjtBQ2VBO0VBQ0UsYUFBQTtBRGJGO0FDZ0JBO0VBRUU7SUFFSSwwQkFBQTtFRGhCSjtFQ29CQTtJQUNFLHdCQUFBO0VEbEJGO0VDcUJBO0lBQ0UsY0FBQTtFRG5CRjtFQ3NCQTtJQUNFLDBCQUFBO0VEcEJGO0FBQ0YiLCJmaWxlIjoibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtYXBwLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuOjpuZy1kZWVwIC5wYWdlIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuOjpuZy1kZWVwIC5nZC1wYWdlLWltYWdlIHtcbiAgd2lkdGg6IHVuc2V0O1xuICBoZWlnaHQ6IHVuc2V0O1xufVxuOjpuZy1kZWVwIC50b3AtcGFuZWwge1xuICBhbGlnbi1jb250ZW50OiBmbGV4LXN0YXJ0O1xufVxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0OiAxMDAlO1xuICB3aWR0aDogMTAwJTtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xufVxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gOTBweCk7XG59XG4udG9vbGJhci1wYW5lbCB7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLnNpZ25hdHVyZS13cmFwcGVyIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbn1cbi5zaWduYXR1cmUtd3JhcHBlciA6Om5nLWRlZXAgLmJ1dHRvbiAudGV4dCB7XG4gIHBhZGRpbmc6IDBweCAhaW1wb3J0YW50O1xufVxuLmRlc2t0b3AtaGlkZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIDo6bmctZGVlcCAubG9nbyA6Om5nLWRlZXAgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMjRweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAudG9wLXBhbmVsIHtcbiAgICBoZWlnaHQ6IDEyMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgLmRlc2t0b3AtaGlkZSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cbiAgLmdkLWRvY3VtZW50IHtcbiAgICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDEyMHB4KTtcbiAgfVxufVxuIiwiQGltcG9ydCAoY3NzKSB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG5AaW1wb3J0IFwiLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuOmhvc3QgKiB7XG4gIGZvbnQtZmFtaWx5OiAnT3BlbiBTYW5zJywgQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZjtcbn1cblxuOjpuZy1kZWVwIC5wYWdlIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuXG46Om5nLWRlZXAgLmdkLXBhZ2UtaW1hZ2Uge1xuICB3aWR0aDogdW5zZXQ7XG4gIGhlaWdodDogdW5zZXQ7XG59XG5cbjo6bmctZGVlcCAudG9wLXBhbmVsIHtcbiAgYWxpZ24tY29udGVudDogZmxleC1zdGFydDtcbn1cblxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0OiAxMDAlO1xuICB3aWR0aDogMTAwJTtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG5cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG5cbi5nZC1kb2N1bWVudCB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IH5cImNhbGMoMTAwJSAtIEB7ZWRpdG9yLW5hdi1oZWlnaHR9KVwiO1xufVxuXG4udG9vbGJhci1wYW5lbCB7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuXG4uc2lnbmF0dXJlLXdyYXBwZXIge1xuICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgY29sb3I6IEBwcmltYXJ5ICFpbXBvcnRhbnQ7XG5cbiAgICAudGV4dCB7XG4gICAgICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cbn1cblxuLmRlc2t0b3AtaGlkZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG5cbiAgOjpuZy1kZWVwIC5sb2dvIHtcbiAgICA6Om5nLWRlZXAgLmljb24ge1xuICAgICAgZm9udC1zaXplOiAyNHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG5cbiAgOjpuZy1kZWVwIC50b3AtcGFuZWwge1xuICAgIGhlaWdodDogMTIwcHggIWltcG9ydGFudDtcbiAgfVxuXG4gIC5kZXNrdG9wLWhpZGUge1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICB9XG5cbiAgLmdkLWRvY3VtZW50IHtcbiAgICBoZWlnaHQ6IH5cImNhbGMoMTAwJSAtIDEyMHB4KVwiO1xuICB9XG59XG5cbiJdfQ== */\"","import {Component, ComponentRef, OnDestroy, OnInit} from '@angular/core';\r\nimport {SignatureService} from \"./signature.service\";\r\nimport {\r\n FileDescription,\r\n FileModel,\r\n ModalService,\r\n UploadFilesService,\r\n NavigateService,\r\n PagePreloadService,\r\n PageModel,\r\n ZoomService,\r\n RenderPrintService,\r\n FileUtil,\r\n PasswordService,\r\n FileCredentials,\r\n CommonModals,\r\n HostingDynamicComponentService,\r\n AddDynamicComponentService,\r\n OnCloseService,\r\n ExceptionMessageService,\r\n WindowService,\r\n Utils,\r\n TabActivatorService,\r\n TopTabActivatorService\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport {SignatureConfig} from \"./signature-config\";\r\nimport {SignatureConfigService} from \"./signature-config.service\";\r\nimport {\r\n AddedSignature,\r\n CopyChanges,\r\n CopySign,\r\n DraggableSignature,\r\n Position, RemoveSign,\r\n SignatureData, SignatureProps,\r\n SignatureType\r\n} from \"./signature-models\";\r\nimport {SelectSignatureService} from \"./select-signature.service\";\r\nimport {Signature} from \"./signature/signature.component\";\r\nimport {DragSignatureService} from \"./drag-signature.service\";\r\nimport {RemoveSignatureService} from \"./remove-signature.service\";\r\nimport {ActiveSignatureService} from \"./active-signature.service\";\r\nimport {SignaturesHolderService} from \"./signatures-holder.service\";\r\nimport 'hammerjs';\r\nimport {CopySignatureService} from \"./copy-signature.service\";\r\nimport * as jquery from 'jquery';\r\n\r\nconst $ = jquery;\r\n\r\n@Component({\r\n selector: 'gd-signature',\r\n templateUrl: './signature-app.component.html',\r\n styleUrls: ['./signature-app.component.less']\r\n})\r\nexport class SignatureAppComponent implements OnDestroy, OnInit {\r\n title = 'signature';\r\n files: FileModel[] = [];\r\n file: FileDescription;\r\n signatureConfig: SignatureConfig;\r\n countPages = 0;\r\n formatDisabled = !this.file;\r\n credentials: FileCredentials;\r\n browseFilesModal = CommonModals.BrowseFiles;\r\n isDesktop: boolean;\r\n signatureTypes = [\r\n SignatureType.TEXT,\r\n SignatureType.IMAGE,\r\n SignatureType.DIGITAL,\r\n SignatureType.QR_CODE,\r\n SignatureType.BAR_CODE,\r\n SignatureType.STAMP,\r\n SignatureType.HAND,\r\n ];\r\n signatureTypeCodes = [\r\n SignatureType.QR_CODE,\r\n SignatureType.BAR_CODE,\r\n ];\r\n\r\n signatureComponents = new Map>();\r\n activeSignatureTab: string;\r\n isLoading: boolean;\r\n fileWasDropped = false;\r\n\r\n _zoom = 100;\r\n _pageWidth: number;\r\n _pageHeight: number;\r\n\r\n constructor(private _signatureService: SignatureService,\r\n private _modalService: ModalService,\r\n configService: SignatureConfigService,\r\n uploadFilesService: UploadFilesService,\r\n private _navigateService: NavigateService,\r\n private _zoomService: ZoomService,\r\n pagePreloadService: PagePreloadService,\r\n private _renderPrintService: RenderPrintService,\r\n passwordService: PasswordService,\r\n private _windowService: WindowService,\r\n private _selectSignatureService: SelectSignatureService,\r\n private _signatureTabActivationService: TopTabActivatorService,\r\n private _hostingComponentsService: HostingDynamicComponentService,\r\n private _addDynamicComponentService: AddDynamicComponentService,\r\n private _dragSignatureService: DragSignatureService,\r\n private _onCloseService: OnCloseService,\r\n removeSignatureService: RemoveSignatureService,\r\n private _activeSignatureService: ActiveSignatureService,\r\n private _excMessageService: ExceptionMessageService,\r\n private _signaturesHolderService: SignaturesHolderService,\r\n private _tabActivatorService: TabActivatorService,\r\n copySignatureService: CopySignatureService) {\r\n\r\n this._tabActivatorService.activeTabChange.subscribe((tabId: string) => {\r\n if (tabId === '1') {\r\n if (this.activeSignatureTab) {\r\n this._signatureTabActivationService.changeActiveTab(this.activeSignatureTab);\r\n }\r\n this.activeSignatureTab = null;\r\n }\r\n });\r\n\r\n this.isDesktop = _windowService.isDesktop();\r\n _windowService.onResize.subscribe((w) => {\r\n this.isDesktop = _windowService.isDesktop();\r\n if (!this.isDesktop) {\r\n this.refreshZoom();\r\n }\r\n });\r\n\r\n copySignatureService.copySignature.subscribe((copySign: CopySign) => {\r\n const componentRef = this.signatureComponents.get(copySign.id);\r\n if (componentRef) {\r\n // @ts-ignore\r\n const comp = (componentRef).instance;\r\n const compPage = comp.data.number;\r\n comp.baseCopied = true;\r\n for (const page of this.file.pages) {\r\n if (page.number !== compPage) {\r\n const sign = this.createDraggableSign(comp, copySign, page);\r\n const addedSignature = this.createAddedSignature(copySign, comp, page);\r\n const id = this.addSignatureComponent(addedSignature, sign, page, true);\r\n this._signaturesHolderService.addId(sign.guid, id);\r\n }\r\n }\r\n }\r\n });\r\n\r\n copySignatureService.changesSignature.subscribe((copyChanges: CopyChanges) => {\r\n const componentRef = this.signatureComponents.get(copyChanges.id);\r\n if (componentRef) {\r\n const ids = this._signaturesHolderService.get(copyChanges.guid);\r\n for (const id of ids) {\r\n const compRef = this.signatureComponents.get(id);\r\n if (compRef) {\r\n // @ts-ignore\r\n const comp = (compRef).instance;\r\n if (comp.id !== copyChanges.id && (comp.copied || comp.baseCopied)) {\r\n comp.data.width = copyChanges.width;\r\n comp.data.height = copyChanges.height;\r\n comp.data.position = copyChanges.position;\r\n comp.data.props = copyChanges.props;\r\n }\r\n }\r\n }\r\n }\r\n });\r\n\r\n removeSignatureService.removeSignature.subscribe((del: RemoveSign) => {\r\n const ids = this._signaturesHolderService.get(del.guid);\r\n for (const id of ids) {\r\n if (del.type === SignatureType.DIGITAL.id || del.id === id) {\r\n const componentRef = this.signatureComponents.get(id);\r\n if (componentRef) {\r\n componentRef.destroy();\r\n }\r\n this.signatureComponents.delete(id);\r\n this._signaturesHolderService.remove(del.guid, id);\r\n }\r\n }\r\n });\r\n\r\n configService.updatedConfig.subscribe((signatureConfig) => {\r\n this.signatureConfig = signatureConfig;\r\n });\r\n\r\n uploadFilesService.uploadsChange.subscribe((uploads) => {\r\n if (uploads) {\r\n let i: number;\r\n for (i = 0; i < uploads.length; i++) {\r\n this._signatureService.upload(uploads.item(i), '', this.rewriteConfig, null).subscribe((obj: FileCredentials) => {\r\n this.fileWasDropped ? this.selectFile(obj.guid, '', '') : this.selectDir('');\r\n });\r\n }\r\n }\r\n });\r\n\r\n pagePreloadService.checkPreload.subscribe((page: number) => {\r\n if (this.preloadPageCountConfig !== 0) {\r\n for (let i = page; i < page + 2; i++) {\r\n if (i > 0 && i <= this.countPages && !this.file.pages[i - 1].data) {\r\n this.preloadPages(i, i);\r\n }\r\n }\r\n }\r\n });\r\n\r\n passwordService.passChange.subscribe((pass: string) => {\r\n this.selectFile(this.credentials.guid, pass, CommonModals.PasswordRequired);\r\n });\r\n\r\n _selectSignatureService.selectSignature.subscribe((sign: DraggableSignature) => {\r\n this.selectSignature(sign);\r\n });\r\n\r\n this.isDesktop = _windowService.isDesktop();\r\n _windowService.onResize.subscribe((w) => {\r\n this.isDesktop = _windowService.isDesktop();\r\n });\r\n }\r\n\r\n private createDraggableSign(comp, copySign: CopySign, page) {\r\n const sign = new DraggableSignature();\r\n sign.type = comp.type;\r\n sign.guid = copySign.guid;\r\n sign.position = comp.position;\r\n sign.pageNumber = page.number;\r\n return sign;\r\n }\r\n\r\n private createAddedSignature(copySign: CopySign, comp, page) {\r\n const addedSignature = new AddedSignature();\r\n addedSignature.guid = copySign.guid;\r\n addedSignature.data = comp.data.data;\r\n if (comp.data.props) {\r\n addedSignature.props = comp.data.props;\r\n }\r\n addedSignature.width = comp.data.width;\r\n addedSignature.height = comp.data.height;\r\n addedSignature.number = page.number;\r\n return addedSignature;\r\n }\r\n\r\n ngOnInit(): void {\r\n if (this.defaultDocumentConfig()) {\r\n this.isLoading = true;\r\n this.selectFile(this.defaultDocumentConfig(), \"\", \"\");\r\n }\r\n }\r\n\r\n private ptToPx(pt: number) {\r\n //pt * 96 / 72 = px.\r\n return pt * 96 / 72;\r\n }\r\n\r\n private getFitToWidth() {\r\n // Images and Excel-related files receiving dimensions in px from server\r\n const pageWidth = this.ptToPx(this._pageWidth);\r\n const pageHeight = this.ptToPx(this._pageHeight);\r\n const offsetWidth = pageWidth ? pageWidth : window.innerWidth;\r\n\r\n return (pageHeight > pageWidth && Math.round(offsetWidth / window.innerWidth) < 2) ? 200 - Math.round(offsetWidth * 100 / window.innerWidth) : Math.round(window.innerWidth * 100 / offsetWidth);\r\n }\r\n\r\n set zoom(zoom) {\r\n this._zoom = zoom;\r\n this._zoomService.changeZoom(this._zoom);\r\n }\r\n\r\n get zoom() {\r\n return this._zoom;\r\n }\r\n\r\n private refreshZoom() {\r\n this.zoom = this._windowService.isDesktop() ? 100 : this.getFitToWidth();\r\n }\r\n\r\n zoomIn() {\r\n if (this.formatDisabled)\r\n return;\r\n if (this._zoom < 490) {\r\n this.zoom = this._zoom + 10;\r\n }\r\n }\r\n\r\n zoomOut() {\r\n if (this.formatDisabled)\r\n return;\r\n if (this._zoom > 30) {\r\n this.zoom = this._zoom - 10;\r\n }\r\n }\r\n\r\n get rewriteConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.rewrite : true;\r\n }\r\n\r\n get zoomConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.zoom : true;\r\n }\r\n\r\n get pageSelectorConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.pageSelector : true;\r\n }\r\n\r\n get preloadPageCountConfig(): number {\r\n return this.signatureConfig ? this.signatureConfig.preloadPageCount : 0;\r\n }\r\n\r\n get downloadConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.download : true;\r\n }\r\n\r\n get downloadOriginalConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.downloadOriginal : true;\r\n }\r\n\r\n get downloadSingedConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.downloadSigned : true;\r\n }\r\n\r\n get uploadConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.upload : true;\r\n }\r\n\r\n private defaultDocumentConfig() {\r\n return this.signatureConfig ? this.signatureConfig.defaultDocument : \"\";\r\n }\r\n\r\n get printConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.print : true;\r\n }\r\n\r\n get browseConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.browse : true;\r\n }\r\n\r\n get htmlModeConfig(): boolean {\r\n return false;\r\n }\r\n\r\n get enableRightClickConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.enableRightClick : true;\r\n }\r\n\r\n get textSignatureConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.textSignature : true;\r\n }\r\n\r\n get imageSignatureConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.imageSignature : true;\r\n }\r\n\r\n get digitalSignatureConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.digitalSignature : true;\r\n }\r\n\r\n get qrCodeSignatureConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.qrCodeSignature : true;\r\n }\r\n\r\n get barCodeSignatureConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.barCodeSignature : true;\r\n }\r\n\r\n get stampSignatureConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.stampSignature : true;\r\n }\r\n\r\n get handSignatureConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.handSignature : true;\r\n }\r\n\r\n get currentPage(): number {\r\n return this._navigateService.currentPage;\r\n }\r\n\r\n openModal(id: string) {\r\n this._modalService.open(id);\r\n }\r\n\r\n closeModal(id: string) {\r\n this._modalService.close(id);\r\n }\r\n\r\n selectDir($event: string) {\r\n this._signatureService.loadFiles($event).subscribe((files: FileModel[]) => this.files = files || []);\r\n }\r\n\r\n selectFile($event: string, password: string, modalId: string) {\r\n this.credentials = {guid: $event, password: password};\r\n this.file = null;\r\n this._signatureService.loadFile(this.credentials).subscribe((file: FileDescription) => {\r\n this.file = file;\r\n this.formatDisabled = !this.file;\r\n if (file) {\r\n if (!this.isDesktop && file.pages && file.pages[0]) {\r\n this._pageHeight = file.pages[0].height;\r\n this._pageWidth = file.pages[0].width;\r\n this.refreshZoom();\r\n }\r\n const preloadPageCount = this.preloadPageCountConfig;\r\n const countPages = file.pages ? file.pages.length : 0;\r\n if (preloadPageCount > 0) {\r\n this.preloadPages(1, preloadPageCount > countPages ? countPages : preloadPageCount);\r\n }\r\n this._navigateService.countPages = countPages;\r\n this._navigateService.currentPage = 1;\r\n this.countPages = countPages;\r\n this.cleanSignatures();\r\n }\r\n }\r\n );\r\n if (modalId) {\r\n this._modalService.close(modalId);\r\n }\r\n this.clearData();\r\n }\r\n\r\n preloadPages(start: number, end: number) {\r\n for (let i = start; i <= end; i++) {\r\n this._signatureService.loadPage(this.credentials, i).subscribe((page: PageModel) => {\r\n this.file.pages[i - 1] = page;\r\n });\r\n }\r\n }\r\n\r\n upload($event: string) {\r\n this._signatureService.upload(null, $event, this.rewriteConfig, null).subscribe(() => {\r\n this.selectDir('');\r\n });\r\n }\r\n\r\n downloadFile() {\r\n if (this.formatDisabled)\r\n return;\r\n window.location.assign(this._signatureService.getDownloadUrl(this.credentials));\r\n }\r\n\r\n private clearData() {\r\n if (!this.file || !this.file.pages) {\r\n return;\r\n }\r\n for (const page of this.file.pages) {\r\n page.data = null;\r\n }\r\n }\r\n\r\n onRightClick($event: MouseEvent) {\r\n return this.enableRightClickConfig;\r\n }\r\n\r\n getSignatureTypeConfig(id: string) {\r\n switch (id) {\r\n case SignatureType.TEXT.id:\r\n return this.textSignatureConfig;\r\n case SignatureType.IMAGE.id:\r\n return this.imageSignatureConfig;\r\n case SignatureType.DIGITAL.id:\r\n return this.digitalSignatureConfig;\r\n case SignatureType.QR_CODE.id:\r\n return this.qrCodeSignatureConfig;\r\n case SignatureType.BAR_CODE.id:\r\n return this.barCodeSignatureConfig;\r\n case SignatureType.STAMP.id:\r\n return this.stampSignatureConfig;\r\n case SignatureType.HAND.id:\r\n return this.handSignatureConfig;\r\n }\r\n }\r\n\r\n dragOver($event: DragEvent) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n }\r\n\r\n dropSignature($event: DragEvent) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n const position = Utils.getMousePosition($event);\r\n\r\n const currentPage = document.elementFromPoint(position.x, position.y);\r\n if (currentPage && $(currentPage).parent().parent() && $(currentPage).parent().parent().parent().hasClass(\"page\")) {\r\n const documentPage = $(currentPage).parent().parent()[0];\r\n const left = (position.x - $(documentPage).offset().left)/(this.zoom/100);\r\n const top = (position.y - $(documentPage).offset().top)/(this.zoom/100);\r\n const currentPosition = new Position(left, top);\r\n const sign = this._dragSignatureService.sign;\r\n if (sign) {\r\n const id = $(currentPage).parent().attr('id');\r\n if (id) {\r\n const split = id.split('-');\r\n sign.pageNumber = split.length === 2 ? parseInt(split[1], 10) : sign.pageNumber;\r\n }\r\n sign.position = currentPosition;\r\n this.selectSignature(sign);\r\n this._dragSignatureService.sign = null;\r\n }\r\n }\r\n }\r\n\r\n private selectSignature(sign: DraggableSignature) {\r\n if (sign.type === SignatureType.DIGITAL.id) {\r\n const addedSignature = new AddedSignature();\r\n addedSignature.digitalProps = sign.digitalProps;\r\n addedSignature.guid = sign.guid;\r\n addedSignature.number = sign.pageNumber;\r\n for (const page of this.file.pages) {\r\n const id = this.addSignatureComponent(addedSignature, sign, page);\r\n this._signaturesHolderService.addId(sign.guid, id);\r\n }\r\n this.closeTab(sign.type);\r\n } else {\r\n this._signatureService.loadSignatureImage(sign).subscribe((signature: AddedSignature) => {\r\n signature.number = sign.pageNumber;\r\n const pageModel = this.file.pages.find(function (p) {\r\n return p.number === sign.pageNumber;\r\n });\r\n const id = this.addSignatureComponent(signature, sign, pageModel);\r\n this._signaturesHolderService.addId(sign.guid, id);\r\n this.closeTab(sign.type);\r\n });\r\n }\r\n }\r\n\r\n private addSignatureComponent(addedSignature: AddedSignature, sign: DraggableSignature, page: PageModel, copied: boolean = false) {\r\n const dynamicDirective = this._hostingComponentsService.find(page.number);\r\n if (dynamicDirective) {\r\n const viewContainerRef = dynamicDirective.viewContainerRef;\r\n const selectSignature = this._addDynamicComponentService.addDynamicComponent(viewContainerRef, Signature);\r\n const id = this.getNextId();\r\n while (addedSignature.width >= page.width || addedSignature.height >= page.height) {\r\n addedSignature.width = addedSignature.width / 2;\r\n addedSignature.height = addedSignature.height / 2;\r\n }\r\n (selectSignature.instance).id = id;\r\n (selectSignature.instance).copied = copied;\r\n (selectSignature.instance).data = addedSignature;\r\n (selectSignature.instance).position = sign.position;\r\n (selectSignature.instance).type = sign.type;\r\n (selectSignature.instance).pageWidth = page.width;\r\n (selectSignature.instance).pageHeight = page.height;\r\n this.signatureComponents.set(id, selectSignature);\r\n this._activeSignatureService.changeActive(id);\r\n return id;\r\n }\r\n return null;\r\n }\r\n\r\n private getNextId() {\r\n let maxId = 0;\r\n for (const annId of this.signatureComponents.keys()) {\r\n if (annId > maxId) {\r\n maxId = annId;\r\n }\r\n }\r\n const id = maxId + 1;\r\n return id;\r\n }\r\n\r\n private closeTab(type: string) {\r\n this._signatureTabActivationService.changeActiveTab(type);\r\n }\r\n\r\n hideAll($event) {\r\n if (($event.target.parentElement && $event.target.parentElement.attributes['name'] &&\r\n $event.target.parentElement.attributes['name'].value === 'button') ||\r\n ($event.target.parentElement &&\r\n $event.target.parentElement.parentElement &&\r\n $event.target.parentElement.parentElement.attributes['name'] &&\r\n $event.target.parentElement.parentElement.attributes['name'].value === 'button') ||\r\n ($event.target.parentElement &&\r\n $event.target.parentElement.parentElement &&\r\n $event.target.parentElement.parentElement.parentElement &&\r\n $event.target.parentElement.parentElement.parentElement.parentElement &&\r\n $event.target.parentElement.parentElement.parentElement.parentElement.attributes['name'] &&\r\n $event.target.parentElement.parentElement.parentElement.parentElement.attributes['name'].value === 'button')) {\r\n\r\n return;\r\n }\r\n this._onCloseService.close(true);\r\n }\r\n\r\n newSign($event: string) {\r\n if (SignatureType.HAND.id === $event) {\r\n this._modalService.open(CommonModals.DrawHandSignature);\r\n } else if (SignatureType.STAMP.id === $event) {\r\n this._modalService.open(CommonModals.DrawStampSignature);\r\n } else if (SignatureType.TEXT.id === $event) {\r\n this.addTextSign();\r\n this._signatureTabActivationService.changeActiveTab(SignatureType.TEXT.id);\r\n }\r\n }\r\n\r\n private addTextSign() {\r\n const signature = new AddedSignature();\r\n signature.props = SignatureProps.getDefault();\r\n signature.guid = DraggableSignature.TEMP;\r\n const sign = new DraggableSignature();\r\n sign.guid = DraggableSignature.TEMP;\r\n sign.position = new Position(0, 0);\r\n sign.type = SignatureType.TEXT.id;\r\n const pageNumber = this._navigateService.currentPage;\r\n signature.number = pageNumber;\r\n sign.pageNumber = pageNumber;\r\n const pageModel = this.file.pages.find(function (p) {\r\n return p.number === pageNumber;\r\n });\r\n const id = this.addSignatureComponent(signature, sign, pageModel);\r\n this._signaturesHolderService.addId(sign.guid, id);\r\n }\r\n\r\n ngOnDestroy(): void {\r\n this.cleanSignatures();\r\n }\r\n\r\n private cleanSignatures() {\r\n for (const componentRef of this.signatureComponents.values()) {\r\n componentRef.destroy();\r\n }\r\n this.signatureComponents = new Map>();\r\n this._signaturesHolderService.clear();\r\n }\r\n\r\n sign() {\r\n const signatures = this.prepareSignaturesData();\r\n this._signatureService.sign(this.credentials, signatures).subscribe((ret: any) => {\r\n this._modalService.open(CommonModals.OperationSuccess);\r\n this.selectFile(ret.guid, null, CommonModals.OperationSuccess);\r\n });\r\n }\r\n\r\n public prepareSignaturesData() {\r\n const signatures = [];\r\n for (const ids of this._signaturesHolderService.values()) {\r\n for (const id of ids) {\r\n const componentRef = this.signatureComponents.get(id);\r\n // @ts-ignore\r\n const sign = (componentRef).instance;\r\n const data = sign.data;\r\n const position = sign.position;\r\n const type = sign.type;\r\n\r\n if (DraggableSignature.TEMP !== data.guid) {\r\n signatures.push(SignatureData.map(data, type, position));\r\n }\r\n\r\n if (SignatureType.DIGITAL.id === type) {\r\n break;\r\n }\r\n }\r\n }\r\n return signatures;\r\n }\r\n\r\n isPdf() {\r\n if (this.file) {\r\n if (FileUtil.find(this.file.guid, false).format === \"Portable Document Format\") {\r\n return true;\r\n }\r\n }\r\n return false;\r\n }\r\n\r\n codesConfig() {\r\n return this.getSignatureTypeConfig(SignatureType.BAR_CODE.id) || this.getSignatureTypeConfig(SignatureType.QR_CODE.id);\r\n }\r\n\r\n isVisible(id: string) {\r\n const notCode = id !== SignatureType.BAR_CODE.id && id !== SignatureType.QR_CODE.id;\r\n return this.getSignatureTypeConfig(id) && (this.isDesktop || notCode);\r\n }\r\n\r\n activeTab($event: string) {\r\n this.activeSignatureTab = $event;\r\n }\r\n\r\n fileDropped($event) {\r\n this.fileWasDropped = $event;\r\n }\r\n\r\n isFirstTab(signatureType: { name: string; icon: string; id: string; title: string }) {\r\n if ((signatureType.id === SignatureType.TEXT.id) || (!this.isDesktop && signatureType.id === SignatureType.QR_CODE.id)) {\r\n return -1;\r\n }\r\n if ((signatureType.id === SignatureType.HAND.id) || (!this.isDesktop && signatureType.id === SignatureType.BAR_CODE.id)) {\r\n return 1;\r\n }\r\n return 0;\r\n }\r\n\r\n onPan($event)\r\n {\r\n this._zoomService.changeZoom(this._zoom);\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {BehaviorSubject, Observable} from \"rxjs\";\r\nimport {HttpClient} from \"@angular/common/http\";\r\nimport {Api, ConfigService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {SignatureConfig} from \"./signature-config\";\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class SignatureConfigService {\r\n\r\n private _signatureConfig: BehaviorSubject = new BehaviorSubject(new SignatureConfig());\r\n private _updatedConfig: Observable = this._signatureConfig.asObservable();\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n get updatedConfig() {\r\n return this._updatedConfig;\r\n }\r\n\r\n load() {\r\n return new Promise((resolve, reject) => {\r\n const configEndpoint = this._config.getConfigEndpoint(Api.SIGNATURE_APP);\r\n this._http.get(configEndpoint, Api.httpOptionsJson).toPromise().then((response: SignatureConfig) => {\r\n const signatureConfig = response;\r\n this._signatureConfig.next(signatureConfig);\r\n resolve();\r\n }).catch((response: any) => {\r\n reject(`Could not load signature config: ${JSON.stringify(response)}`);\r\n });\r\n });\r\n }\r\n}\r\n","export class SignatureConfig {\r\n rewrite: boolean;\r\n pageSelector: boolean;\r\n download: boolean;\r\n upload: boolean;\r\n print: boolean;\r\n browse: boolean;\r\n enableRightClick: boolean;\r\n\r\n filesDirectory: string;\r\n fontsDirectory: string;\r\n defaultDocument: string;\r\n preloadPageCount: 0;\r\n textSignature: boolean;\r\n imageSignature: boolean;\r\n digitalSignature: boolean;\r\n qrCodeSignature: boolean;\r\n barCodeSignature: boolean;\r\n stampSignature: boolean;\r\n handSignature: boolean;\r\n downloadOriginal: boolean;\r\n downloadSigned: boolean;\r\n\r\n zoom: boolean;\r\n}\r\n","module.exports = \"::ng-deep .left-panel {\\n width: 350px;\\n height: calc(100% - 90px);\\n}\\n::ng-deep .gd-left-bar-fade {\\n width: 350px !important;\\n}\\n.gd-signatures-scroll {\\n height: calc(100% - 60px);\\n}\\n.tab-content {\\n height: calc(100% - 90px);\\n line-height: unset;\\n position: absolute;\\n background-color: #FFFFFF;\\n}\\n.gd-signature-context-panel {\\n background-color: #F3F3F3;\\n width: 350px;\\n height: 100%;\\n position: absolute;\\n}\\n.gd-signature-context-upload-title,\\n.gd-signature-context-panel-title {\\n color: #AAAAAA;\\n font-size: 12px;\\n font-family: Helvetica;\\n font-weight: bold;\\n margin: 5px 12px 5px 12px;\\n}\\n.signature-title-block {\\n display: block;\\n}\\n.gd-signature-list-title {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n height: 70px;\\n}\\n.gd-signature-list-title .gd-signature-title-icon {\\n -webkit-box-flex: 0;\\n flex: 0 0 70px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n}\\n.gd-signature-list-title .gd-signature-title-icon .icon {\\n color: #707070;\\n cursor: pointer;\\n font-size: 12px;\\n}\\n.gd-signature-list-title .gd-signature-title-icon .icon.disabled {\\n color: #959da5;\\n}\\n.gd-signature-list-title .gd-signature-context-panel-title {\\n -webkit-box-flex: 1;\\n flex: 1;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: start;\\n justify-content: flex-start;\\n}\\n.gd-signature-context-pane-wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n height: inherit;\\n overflow: auto;\\n}\\n@media (max-width: 1037px) {\\n .tab-content {\\n width: 100%;\\n height: calc(100% - 120px) !important;\\n }\\n ::ng-deep .left-panel {\\n width: 100% !important;\\n overflow: auto !important;\\n height: calc(100% - 120px);\\n }\\n .gd-signature-context-panel {\\n left: 0px;\\n right: 0px;\\n width: auto;\\n }\\n .gd-signature-context-panel-title {\\n font-size: 12px;\\n line-height: 18px;\\n margin: 16px 0 14px 12px;\\n }\\n .gd-signature-context-panel-title,\\n .gd-signature-context-upload-title {\\n width: unset;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWxlZnQtcGFuZWwvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS1sZWZ0LXBhbmVsL3NpZ25hdHVyZS1sZWZ0LXBhbmVsLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtbGVmdC1wYW5lbC9zaWduYXR1cmUtbGVmdC1wYW5lbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLFlBQUE7RUFDQSx5QkFBQTtBQ0RGO0FESUE7RUFDRSx1QkFBQTtBQ0ZGO0FES0E7RUFDRSx5QkFBQTtBQ0hGO0FETUE7RUFDRSx5QkFBQTtFQUNBLGtCQUFBO0VBQ0Esa0JBQUE7RUFDQSx5QkFBQTtBQ0pGO0FET0E7RUFDRSx5QkFBQTtFQUNBLFlBQUE7RUFDQSxZQUFBO0VBQ0Esa0JBQUE7QUNMRjtBRFFBOztFQUNFLGNBQUE7RUFDQSxlQUFBO0VBQ0Esc0JBQUE7RUFDQSxpQkFBQTtFQUNBLHlCQUFBO0FDTEY7QURRQTtFQUNFLGNBQUE7QUNORjtBRFNBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EsWUFBQTtBQ1BGO0FESUE7RUFNSSxtQkFBQTtVQUFBLGNBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtBQ1BKO0FERkE7RUFZTSxjQUFBO0VBQ0EsZUFBQTtFQUNBLGVBQUE7QUNQTjtBRFNNO0VBQ0UsY0FBQTtBQ1BSO0FEVkE7RUF1QkksbUJBQUE7VUFBQSxPQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHVCQUFBO1VBQUEsMkJBQUE7QUNWSjtBRGVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsZUFBQTtFQUNBLGNBQUE7QUNiRjtBRGdCQTtFQUNFO0lBQ0UsV0FBQTtJQUNBLHFDQUFBO0VDZEY7RURrQkE7SUFDRSxzQkFBQTtJQUNBLHlCQUFBO0lBQ0EsMEJBQUE7RUNoQkY7RURtQkE7SUFDRSxTQUFBO0lBQ0EsVUFBQTtJQUNBLFdBQUE7RUNqQkY7RURvQkE7SUFDRSxlQUFBO0lBQ0EsaUJBQUE7SUFDQSx3QkFBQTtFQ2xCRjtFRHFCQTs7SUFDRSxZQUFBO0VDbEJGO0FBQ0YiLCJmaWxlIjoibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtbGVmdC1wYW5lbC9zaWduYXR1cmUtbGVmdC1wYW5lbC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG46Om5nLWRlZXAgLmxlZnQtcGFuZWwge1xuICB3aWR0aDogMzUwcHg7XG4gIGhlaWdodDogflwiY2FsYygxMDAlIC0gQHtlZGl0b3ItbmF2LWhlaWdodH0pXCI7XG59XG5cbjo6bmctZGVlcCAuZ2QtbGVmdC1iYXItZmFkZSB7XG4gIHdpZHRoOiAzNTBweCAhaW1wb3J0YW50O1xufVxuXG4uZ2Qtc2lnbmF0dXJlcy1zY3JvbGwge1xuICBoZWlnaHQ6IH5cImNhbGMoMTAwJSAtIDYwcHgpXCI7XG59XG5cbi50YWItY29udGVudCB7XG4gIGhlaWdodDogflwiY2FsYygxMDAlIC0gQHtlZGl0b3ItbmF2LWhlaWdodH0pXCI7XG4gIGxpbmUtaGVpZ2h0OiB1bnNldDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGRkZGO1xufVxuXG4uZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRjNGM0YzO1xuICB3aWR0aDogMzUwcHg7XG4gIGhlaWdodDogMTAwJTtcbiAgcG9zaXRpb246IGFic29sdXRlO1xufVxuXG4uZ2Qtc2lnbmF0dXJlLWNvbnRleHQtdXBsb2FkLXRpdGxlLCAuZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZWwtdGl0bGUge1xuICBjb2xvcjogI0FBQUFBQTtcbiAgZm9udC1zaXplOiAxMnB4O1xuICBmb250LWZhbWlseTogSGVsdmV0aWNhO1xuICBmb250LXdlaWdodDogYm9sZDtcbiAgbWFyZ2luOiA1cHggMTJweCA1cHggMTJweDtcbn1cblxuLnNpZ25hdHVyZS10aXRsZS1ibG9jayB7IC8vIGZvciBzYWZhcmlcbiAgZGlzcGxheTogYmxvY2s7XG59XG5cbi5nZC1zaWduYXR1cmUtbGlzdC10aXRsZSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGhlaWdodDogNzBweDtcblxuICAuZ2Qtc2lnbmF0dXJlLXRpdGxlLWljb24ge1xuICAgIGZsZXg6IDAgMCA3MHB4O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcblxuICAgIC5pY29uIHtcbiAgICAgIGNvbG9yOiAjNzA3MDcwO1xuICAgICAgY3Vyc29yOiBwb2ludGVyO1xuICAgICAgZm9udC1zaXplOiAxMnB4O1xuXG4gICAgICAmLmRpc2FibGVkIHtcbiAgICAgICAgY29sb3I6ICM5NTlkYTU7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsLXRpdGxlIHtcbiAgICBmbGV4OiAxO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG4gIH1cblxufVxuXG4uZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZS13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgaGVpZ2h0OiBpbmhlcml0O1xuICBvdmVyZmxvdzogYXV0bztcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLnRhYi1jb250ZW50IHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IH5cImNhbGMoMTAwJSAtIDEyMHB4KVwiICFpbXBvcnRhbnQ7XG4gIH1cblxuXG4gIDo6bmctZGVlcCAubGVmdC1wYW5lbCB7XG4gICAgd2lkdGg6IDEwMCUgIWltcG9ydGFudDtcbiAgICBvdmVyZmxvdzogYXV0byAhaW1wb3J0YW50O1xuICAgIGhlaWdodDogflwiY2FsYygxMDAlIC0gMTIwcHgpXCI7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZWwge1xuICAgIGxlZnQ6IDBweDtcbiAgICByaWdodDogMHB4O1xuICAgIHdpZHRoOiBhdXRvO1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsLXRpdGxlIHtcbiAgICBmb250LXNpemU6IDEycHg7XG4gICAgbGluZS1oZWlnaHQ6IDE4cHg7XG4gICAgbWFyZ2luOiAxNnB4IDAgMTRweCAxMnB4O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsLXRpdGxlLCAuZ2Qtc2lnbmF0dXJlLWNvbnRleHQtdXBsb2FkLXRpdGxlIHtcbiAgICB3aWR0aDogdW5zZXQ7XG4gIH1cbn1cbiIsIjo6bmctZGVlcCAubGVmdC1wYW5lbCB7XG4gIHdpZHRoOiAzNTBweDtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSA5MHB4KTtcbn1cbjo6bmctZGVlcCAuZ2QtbGVmdC1iYXItZmFkZSB7XG4gIHdpZHRoOiAzNTBweCAhaW1wb3J0YW50O1xufVxuLmdkLXNpZ25hdHVyZXMtc2Nyb2xsIHtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSA2MHB4KTtcbn1cbi50YWItY29udGVudCB7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gOTBweCk7XG4gIGxpbmUtaGVpZ2h0OiB1bnNldDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGRkZGO1xufVxuLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0YzRjNGMztcbiAgd2lkdGg6IDM1MHB4O1xuICBoZWlnaHQ6IDEwMCU7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbn1cbi5nZC1zaWduYXR1cmUtY29udGV4dC11cGxvYWQtdGl0bGUsXG4uZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZWwtdGl0bGUge1xuICBjb2xvcjogI0FBQUFBQTtcbiAgZm9udC1zaXplOiAxMnB4O1xuICBmb250LWZhbWlseTogSGVsdmV0aWNhO1xuICBmb250LXdlaWdodDogYm9sZDtcbiAgbWFyZ2luOiA1cHggMTJweCA1cHggMTJweDtcbn1cbi5zaWduYXR1cmUtdGl0bGUtYmxvY2sge1xuICBkaXNwbGF5OiBibG9jaztcbn1cbi5nZC1zaWduYXR1cmUtbGlzdC10aXRsZSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGhlaWdodDogNzBweDtcbn1cbi5nZC1zaWduYXR1cmUtbGlzdC10aXRsZSAuZ2Qtc2lnbmF0dXJlLXRpdGxlLWljb24ge1xuICBmbGV4OiAwIDAgNzBweDtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG59XG4uZ2Qtc2lnbmF0dXJlLWxpc3QtdGl0bGUgLmdkLXNpZ25hdHVyZS10aXRsZS1pY29uIC5pY29uIHtcbiAgY29sb3I6ICM3MDcwNzA7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgZm9udC1zaXplOiAxMnB4O1xufVxuLmdkLXNpZ25hdHVyZS1saXN0LXRpdGxlIC5nZC1zaWduYXR1cmUtdGl0bGUtaWNvbiAuaWNvbi5kaXNhYmxlZCB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xufVxuLmdkLXNpZ25hdHVyZS1saXN0LXRpdGxlIC5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lbC10aXRsZSB7XG4gIGZsZXg6IDE7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogZmxleC1zdGFydDtcbn1cbi5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lLXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBoZWlnaHQ6IGluaGVyaXQ7XG4gIG92ZXJmbG93OiBhdXRvO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAudGFiLWNvbnRlbnQge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogY2FsYygxMDAlIC0gMTIwcHgpICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5sZWZ0LXBhbmVsIHtcbiAgICB3aWR0aDogMTAwJSAhaW1wb3J0YW50O1xuICAgIG92ZXJmbG93OiBhdXRvICFpbXBvcnRhbnQ7XG4gICAgaGVpZ2h0OiBjYWxjKDEwMCUgLSAxMjBweCk7XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsIHtcbiAgICBsZWZ0OiAwcHg7XG4gICAgcmlnaHQ6IDBweDtcbiAgICB3aWR0aDogYXV0bztcbiAgfVxuICAuZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZWwtdGl0bGUge1xuICAgIGZvbnQtc2l6ZTogMTJweDtcbiAgICBsaW5lLWhlaWdodDogMThweDtcbiAgICBtYXJnaW46IDE2cHggMCAxNHB4IDEycHg7XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsLXRpdGxlLFxuICAuZ2Qtc2lnbmF0dXJlLWNvbnRleHQtdXBsb2FkLXRpdGxlIHtcbiAgICB3aWR0aDogdW5zZXQ7XG4gIH1cbn1cbiJdfQ== */\"","import {Component, EventEmitter, Input, OnChanges, OnInit, Output, SimpleChanges} from '@angular/core';\r\nimport {Signature, SignatureType} from \"../signature-models\";\r\nimport {SignatureService} from \"../signature.service\";\r\n\r\n@Component({\r\n selector: 'gd-signature-left-panel',\r\n templateUrl: './signature-left-panel.component.html',\r\n styleUrls: ['./signature-left-panel.component.less']\r\n})\r\nexport class SignatureLeftPanelComponent implements OnInit, OnChanges {\r\n @Input() rewrite: boolean;\r\n @Input() isPdf: boolean;\r\n @Input() id: string;\r\n @Output() newSignatureEvent = new EventEmitter();\r\n public showNewCode = false;\r\n public showUpload = false;\r\n signatures: Signature[];\r\n loading = false;\r\n\r\n constructor(private _signatureService: SignatureService) {\r\n _signatureService.getRefreshSignatures.subscribe(() => {\r\n this.getSignatures(this.id);\r\n });\r\n }\r\n\r\n getSignatures(tabId: string) {\r\n if (!this.loading) {\r\n this.loading = true;\r\n this._signatureService.getSignatures('', tabId).subscribe((signatures: Signature[]) => {\r\n this.signatures = signatures || [];\r\n this.loading = false;\r\n });\r\n }\r\n }\r\n\r\n ngOnInit() {\r\n this.init();\r\n }\r\n\r\n private init() {\r\n this.signatures = [];\r\n this.getSignatures(this.id);\r\n this.showNewCode = false;\r\n this.showUpload = false;\r\n }\r\n\r\n getTitleIcon() {\r\n return this.showUpload || this.showNewCode ? 'times' : 'plus';\r\n }\r\n\r\n getTitle() {\r\n if (!this.id) {\r\n return \"\";\r\n }\r\n const signatureType = SignatureType.getSignatureType(this.id);\r\n return (this.showUpload || this.showNewCode) ? signatureType.title : signatureType.name;\r\n }\r\n\r\n getName() {\r\n if (!this.id) {\r\n return \"\";\r\n }\r\n const signatureType = SignatureType.getSignatureType(this.id);\r\n return signatureType.name;\r\n }\r\n\r\n removeSignature($event: string, type: string) {\r\n this._signatureService.removeSignatures($event, type).subscribe(() => this.getSignatures(type));\r\n }\r\n\r\n closeUploadPanel($event: boolean) {\r\n this.showUpload = !$event;\r\n this.getSignatures(this.id);\r\n }\r\n\r\n closeCodePanel($event: boolean) {\r\n this.showNewCode = !$event;\r\n this.getSignatures(this.id);\r\n }\r\n\r\n getCodeName() {\r\n if (!this.id) {\r\n return \"\";\r\n }\r\n return SignatureType.QR_CODE.id === this.id ? 'Qr Code' : (SignatureType.BAR_CODE.id === this.id ? 'Bar Code' : '');\r\n }\r\n\r\n icon() {\r\n if (!this.id) {\r\n return \"\";\r\n }\r\n return SignatureType.getSignatureType(this.id).icon;\r\n }\r\n\r\n ngOnChanges(changes: SimpleChanges): void {\r\n this.init();\r\n }\r\n\r\n closeNewSignature() {\r\n if (SignatureType.DIGITAL.id === this.id || SignatureType.IMAGE.id === this.id) {\r\n this.showUpload = false;\r\n } else if (SignatureType.BAR_CODE.id === this.id || SignatureType.QR_CODE.id === this.id) {\r\n this.showNewCode = false;\r\n }\r\n }\r\n\r\n openNewSignature() {\r\n if (this.showUpload || this.showNewCode) {\r\n return;\r\n }\r\n if (SignatureType.DIGITAL.id === this.id || SignatureType.IMAGE.id === this.id) {\r\n this.showUpload = true;\r\n } else if (SignatureType.BAR_CODE.id === this.id || SignatureType.QR_CODE.id === this.id) {\r\n this.showNewCode = true;\r\n } else {\r\n this.newSignatureEvent.emit(this.id);\r\n }\r\n }\r\n}\r\n","module.exports = \".gd-signature-list-wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-flex: 1;\\n flex: 1;\\n overflow: auto;\\n height: 100%;\\n}\\n.gd-signature-list-scroll {\\n display: block;\\n overflow-x: hidden;\\n overflow-y: auto !important;\\n}\\n.gd-signature-item {\\n width: 100%;\\n cursor: pointer;\\n position: relative;\\n min-height: 68px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n background-color: rgba(255, 255, 255);\\n}\\n.gd-signature-item .icon {\\n font-size: 15px;\\n color: #676767;\\n cursor: pointer;\\n}\\n.gd-signature-item .gd-signature-trash-icon {\\n -webkit-box-flex: 0;\\n flex: 0 0 70px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n}\\n.gd-signature-item .gd-signature-name {\\n max-width: 130px;\\n font-size: 13px;\\n color: rgba(0, 0, 0, 0.36);\\n cursor: pointer;\\n text-overflow: ellipsis;\\n white-space: nowrap;\\n display: block;\\n overflow: hidden;\\n}\\n.gd-signature-item .gd-signature-thumbnail {\\n -webkit-box-flex: 0;\\n flex: 0 0 70px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n width: auto;\\n}\\n.gd-signature-item .gd-signature-thumbnail .icon {\\n font-size: 30px;\\n padding: 0;\\n margin: 0px;\\n opacity: 0.25;\\n}\\n.gd-signature-item .gd-signature-title {\\n -webkit-box-flex: 1;\\n flex: 1;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: start;\\n justify-content: flex-start;\\n padding-left: 7px;\\n}\\n.gd-signature-item .gd-signature-thumbnail-text,\\n.gd-signature-item .gd-signature-thumbnail-image,\\n.gd-signature-item .gd-signature-thumbnail-hand {\\n max-width: 70px;\\n height: 41px;\\n}\\n.gd-signature-item .gd-signature-thumbnail-image {\\n min-width: 41px;\\n max-width: 70px;\\n}\\n.gd-signature-item .gd-signature-thumbnail-image {\\n min-width: 41px;\\n max-width: 70px;\\n}\\n.gd-signature-item .gd-signature-thumbnail-qrCode,\\n.gd-signature-item .gd-signature-thumbnail-barCode {\\n max-width: 70px;\\n height: 44px;\\n}\\n.gd-signature-item .gd-signature-thumbnail-stamp {\\n max-width: 70px;\\n height: 48px;\\n}\\n.gd-signature-item .gd-signature-title.text {\\n padding-left: 16px;\\n}\\n.gd-signature-list {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n width: inherit;\\n background-color: #e7e7e7;\\n}\\n.gd-signature {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n width: 100%;\\n background-color: rgba(255, 255, 255, 0.75);\\n margin-bottom: 2px;\\n}\\n.gd-signature-empty-list {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n text-align: center;\\n color: #ACACAC;\\n -webkit-box-pack: center;\\n justify-content: center;\\n width: 350px;\\n height: 250px;\\n}\\n.gd-signature-empty-list .icon {\\n font-size: 60px;\\n}\\n.gd-signature-empty-list i {\\n font-size: 60px;\\n padding: 87px 97px 0px;\\n}\\n.gd-empty-list-text {\\n padding: 18px 38px 0px;\\n font-size: 12px;\\n}\\n.gd-digital-input-wrapper {\\n margin: 9px 8px 7px 8px;\\n display: -webkit-box;\\n display: flex;\\n border: 5px #DDD;\\n}\\n.gd-sign-digital {\\n height: 27px;\\n background-color: #969696;\\n margin: 9px 8px 7px 8px;\\n display: -webkit-box;\\n display: flex;\\n color: #ffffff;\\n font-size: 13px;\\n box-shadow: 0 0 3px #ddd;\\n cursor: pointer;\\n padding-top: 5px;\\n padding-left: 10px;\\n}\\n.digital-apply {\\n padding-left: 10px;\\n}\\n.gd-sign-digital.active {\\n background-color: #25c2d4;\\n}\\n.gd-digital-inputs input {\\n width: 100%;\\n height: 27px;\\n padding-left: 28px;\\n}\\n.gd-digital-inputs .icon {\\n position: absolute;\\n font-size: 12px;\\n margin: 7px 0px 7px 7px;\\n color: #ccc !important;\\n}\\n@media (max-width: 1037px) {\\n .gd-signature-thumbnail-text,\\n .gd-signature-thumbnail-image,\\n .gd-signature-thumbnail-hand {\\n margin: 0;\\n }\\n .gd-signature-thumbnail-image {\\n width: 44px;\\n height: 44px;\\n }\\n .gd-signature-item .gd-signature-name {\\n font-size: 13px;\\n }\\n .gd-signature-item .icon {\\n font-size: 15px;\\n }\\n .gd-signature-thumbnail-text,\\n .gd-signature-thumbnail-image,\\n .gd-signature-thumbnail-hand {\\n margin: 0;\\n }\\n .gd-signature-thumbnail-image {\\n width: 44px;\\n height: 44px;\\n }\\n .gd-signature-thumbnail-digital .icon {\\n font-size: 30px !important;\\n }\\n .gd-signature-thumbnail-digital .icon {\\n font-size: 30px !important;\\n }\\n .gd-digital-inputs .icon {\\n font-size: 13px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWxpc3QtcGFuZWwvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS1saXN0LXBhbmVsL3NpZ25hdHVyZS1saXN0LXBhbmVsLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtbGlzdC1wYW5lbC9zaWduYXR1cmUtbGlzdC1wYW5lbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLG1CQUFBO1VBQUEsT0FBQTtFQUNBLGNBQUE7RUFDQSxZQUFBO0FDREY7QURJQTtFQUNFLGNBQUE7RUFDQSxrQkFBQTtFQUNBLDJCQUFBO0FDRkY7QURLQTtFQUNFLFdBQUE7RUFDQSxlQUFBO0VBQ0Esa0JBQUE7RUFDQSxnQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtFQUNBLHFDQUFBO0FDSEY7QURKQTtFQVVJLGVBQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtBQ0hKO0FEVEE7RUFnQkksbUJBQUE7VUFBQSxjQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7QUNKSjtBRGZBO0VBdUJJLGdCQUFBO0VBQ0EsZUFBQTtFQUNBLDBCQUFBO0VBQ0EsZUFBQTtFQUNBLHVCQUFBO0VBQ0EsbUJBQUE7RUFDQSxjQUFBO0VBQ0EsZ0JBQUE7QUNMSjtBRHpCQTtFQWtDSSxtQkFBQTtVQUFBLGNBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLFdBQUE7QUNOSjtBRGhDQTtFQXlDTSxlQUFBO0VBQ0EsVUFBQTtFQUNBLFdBQUE7RUFDQSxhQUFBO0FDTk47QUR0Q0E7RUFpREksbUJBQUE7VUFBQSxPQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHVCQUFBO1VBQUEsMkJBQUE7RUFDQSxpQkFBQTtBQ1JKO0FEN0NBOzs7RUF5REksZUFBQTtFQUNBLFlBQUE7QUNQSjtBRG5EQTtFQThESSxlQUFBO0VBQ0EsZUFBQTtBQ1JKO0FEdkRBO0VBbUVJLGVBQUE7RUFDQSxlQUFBO0FDVEo7QUQzREE7O0VBd0VJLGVBQUE7RUFDQSxZQUFBO0FDVEo7QURoRUE7RUE2RUksZUFBQTtFQUNBLFlBQUE7QUNWSjtBRHBFQTtFQWtGSSxrQkFBQTtBQ1hKO0FEZUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxjQUFBO0VBQ0EseUJBQUE7QUNiRjtBRGdCQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLFdBQUE7RUFDQSwyQ0FBQTtFQUNBLGtCQUFBO0FDZEY7QURpQkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxrQkFBQTtFQUNBLGNBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EsWUFBQTtFQUNBLGFBQUE7QUNmRjtBRFFBO0VBVUksZUFBQTtBQ2ZKO0FEbUJBO0VBQ0UsZUFBQTtFQUNBLHNCQUFBO0FDakJGO0FEb0JBO0VBQ0Usc0JBQUE7RUFDQSxlQUFBO0FDbEJGO0FEcUJBO0VBQ0UsdUJBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxnQkFBQTtBQ25CRjtBRHNCQTtFQUNFLFlBQUE7RUFDQSx5QkFBQTtFQUNBLHVCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsY0FBQTtFQUNBLGVBQUE7RUFDQSx3QkFBQTtFQUNBLGVBQUE7RUFDQSxnQkFBQTtFQUNBLGtCQUFBO0FDcEJGO0FEdUJBO0VBQ0Usa0JBQUE7QUNyQkY7QUR3QkE7RUFDRSx5QkFBQTtBQ3RCRjtBRHlCQTtFQUNFLFdBQUE7RUFDQSxZQUFBO0VBQ0Esa0JBQUE7QUN2QkY7QUQwQkE7RUFFSSxrQkFBQTtFQUNBLGVBQUE7RUFDQSx1QkFBQTtFQUNBLHNCQUFBO0FDekJKO0FENkJBO0VBQ0U7OztJQUNFLFNBQUE7RUN6QkY7RUQ0QkE7SUFDRSxXQUFBO0lBQ0EsWUFBQTtFQzFCRjtFRDZCQTtJQUNFLGVBQUE7RUMzQkY7RUQ4QkE7SUFDRSxlQUFBO0VDNUJGO0VEK0JBOzs7SUFDRSxTQUFBO0VDM0JGO0VEOEJBO0lBQ0UsV0FBQTtJQUNBLFlBQUE7RUM1QkY7RUQrQkE7SUFDRSwwQkFBQTtFQzdCRjtFRGdDQTtJQUVJLDBCQUFBO0VDL0JKO0VEbUNBO0lBRUksZUFBQTtFQ2xDSjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWxpc3QtcGFuZWwvc2lnbmF0dXJlLWxpc3QtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLXNpZ25hdHVyZS1saXN0LXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBmbGV4OiAxO1xuICBvdmVyZmxvdzogYXV0bztcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4uZ2Qtc2lnbmF0dXJlLWxpc3Qtc2Nyb2xsIHtcbiAgZGlzcGxheTogYmxvY2s7XG4gIG92ZXJmbG93LXg6IGhpZGRlbjtcbiAgb3ZlcmZsb3cteTogYXV0byAhaW1wb3J0YW50O1xufVxuXG4uZ2Qtc2lnbmF0dXJlLWl0ZW0ge1xuICB3aWR0aDogMTAwJTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIG1pbi1oZWlnaHQ6IDY4cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMjU1LCAyNTUsIDI1NSk7XG5cbiAgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMTVweDtcbiAgICBjb2xvcjogIzY3Njc2NztcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRyYXNoLWljb24ge1xuICAgIGZsZXg6IDAgMCA3MHB4O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtbmFtZSB7XG4gICAgbWF4LXdpZHRoOiAxMzBweDtcbiAgICBmb250LXNpemU6IDEzcHg7XG4gICAgY29sb3I6IHJnYmEoMCwgMCwgMCwgMC4zNik7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsIHtcbiAgICBmbGV4OiAwIDAgNzBweDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgd2lkdGg6IGF1dG87XG5cbiAgICAuaWNvbiB7XG4gICAgICBmb250LXNpemU6IDMwcHg7XG4gICAgICBwYWRkaW5nOiAwO1xuICAgICAgbWFyZ2luOiAwcHg7XG4gICAgICBvcGFjaXR5OiAwLjI1O1xuICAgIH1cbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGl0bGUge1xuICAgIGZsZXg6IDE7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGp1c3RpZnktY29udGVudDogZmxleC1zdGFydDtcbiAgICBwYWRkaW5nLWxlZnQ6IDdweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLXRleHQsIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlLCAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1oYW5kIHtcbiAgICBtYXgtd2lkdGg6IDcwcHg7XG4gICAgaGVpZ2h0OiA0MXB4O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2Uge1xuICAgIG1pbi13aWR0aDogNDFweDtcbiAgICBtYXgtd2lkdGg6IDcwcHg7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gICAgbWluLXdpZHRoOiA0MXB4O1xuICAgIG1heC13aWR0aDogNzBweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLXFyQ29kZSwgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtYmFyQ29kZSB7XG4gICAgbWF4LXdpZHRoOiA3MHB4O1xuICAgIGhlaWdodDogNDRweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLXN0YW1wIHtcbiAgICBtYXgtd2lkdGg6IDcwcHg7XG4gICAgaGVpZ2h0OiA0OHB4O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS10aXRsZS50ZXh0IHtcbiAgICBwYWRkaW5nLWxlZnQ6IDE2cHg7XG4gIH1cbn1cblxuLmdkLXNpZ25hdHVyZS1saXN0IHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgd2lkdGg6IGluaGVyaXQ7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG59XG5cbi5nZC1zaWduYXR1cmUge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aDogMTAwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyNTUsIDI1NSwgMjU1LCAwLjc1KTtcbiAgbWFyZ2luLWJvdHRvbTogMnB4O1xufVxuXG4uZ2Qtc2lnbmF0dXJlLWVtcHR5LWxpc3Qge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjQUNBQ0FDO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgd2lkdGg6IDM1MHB4O1xuICBoZWlnaHQ6IDI1MHB4O1xuXG4gIC5pY29uIHtcbiAgICBmb250LXNpemU6IDYwcHg7XG4gIH1cbn1cblxuLmdkLXNpZ25hdHVyZS1lbXB0eS1saXN0IGkge1xuICBmb250LXNpemU6IDYwcHg7XG4gIHBhZGRpbmc6IDg3cHggOTdweCAwcHg7XG59XG5cbi5nZC1lbXB0eS1saXN0LXRleHQge1xuICBwYWRkaW5nOiAxOHB4IDM4cHggMHB4O1xuICBmb250LXNpemU6IDEycHg7XG59XG5cbi5nZC1kaWdpdGFsLWlucHV0LXdyYXBwZXIge1xuICBtYXJnaW46IDlweCA4cHggN3B4IDhweDtcbiAgZGlzcGxheTogZmxleDtcbiAgYm9yZGVyOiA1cHggI0RERDtcbn1cblxuLmdkLXNpZ24tZGlnaXRhbCB7XG4gIGhlaWdodDogMjdweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzk2OTY5NjtcbiAgbWFyZ2luOiA5cHggOHB4IDdweCA4cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGNvbG9yOiAjZmZmZmZmO1xuICBmb250LXNpemU6IDEzcHg7XG4gIGJveC1zaGFkb3c6IDAgMCAzcHggI2RkZDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwYWRkaW5nLXRvcDogNXB4O1xuICBwYWRkaW5nLWxlZnQ6IDEwcHg7XG59XG5cbi5kaWdpdGFsLWFwcGx5IHtcbiAgcGFkZGluZy1sZWZ0OiAxMHB4O1xufVxuXG4uZ2Qtc2lnbi1kaWdpdGFsLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6IEBuYXYtbG9nby1iYWNrZ3JvdW5kO1xufVxuXG4uZ2QtZGlnaXRhbC1pbnB1dHMgaW5wdXQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAyN3B4O1xuICBwYWRkaW5nLWxlZnQ6IDI4cHg7XG59XG5cbi5nZC1kaWdpdGFsLWlucHV0cyB7XG4gIC5pY29uIHtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgZm9udC1zaXplOiAxMnB4O1xuICAgIG1hcmdpbjogN3B4IDBweCA3cHggN3B4O1xuICAgIGNvbG9yOiAjY2NjICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtdGV4dCwgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2UsIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWhhbmQge1xuICAgIG1hcmdpbjogMDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlIHtcbiAgICB3aWR0aDogNDRweDtcbiAgICBoZWlnaHQ6IDQ0cHg7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS1uYW1lIHtcbiAgICBmb250LXNpemU6IDEzcHg7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLWl0ZW0gLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMTVweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLXRleHQsIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlLCAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1oYW5kIHtcbiAgICBtYXJnaW46IDA7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gICAgd2lkdGg6IDQ0cHg7XG4gICAgaGVpZ2h0OiA0NHB4O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtZGlnaXRhbCAuaWNvbiB7XG4gICAgZm9udC1zaXplOiAzMHB4ICFpbXBvcnRhbnQ7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1kaWdpdGFsIHtcbiAgICAuaWNvbiB7XG4gICAgICBmb250LXNpemU6IDMwcHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICAuZ2QtZGlnaXRhbC1pbnB1dHMge1xuICAgIC5pY29uIHtcbiAgICAgIGZvbnQtc2l6ZTogMTNweDtcbiAgICB9XG4gIH1cblxufVxuIiwiLmdkLXNpZ25hdHVyZS1saXN0LXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBmbGV4OiAxO1xuICBvdmVyZmxvdzogYXV0bztcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLmdkLXNpZ25hdHVyZS1saXN0LXNjcm9sbCB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBvdmVyZmxvdy14OiBoaWRkZW47XG4gIG92ZXJmbG93LXk6IGF1dG8gIWltcG9ydGFudDtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSB7XG4gIHdpZHRoOiAxMDAlO1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgbWluLWhlaWdodDogNjhweDtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyNTUsIDI1NSwgMjU1KTtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuaWNvbiB7XG4gIGZvbnQtc2l6ZTogMTVweDtcbiAgY29sb3I6ICM2NzY3Njc7XG4gIGN1cnNvcjogcG9pbnRlcjtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRyYXNoLWljb24ge1xuICBmbGV4OiAwIDAgNzBweDtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS1uYW1lIHtcbiAgbWF4LXdpZHRoOiAxMzBweDtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBjb2xvcjogcmdiYSgwLCAwLCAwLCAwLjM2KTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgZGlzcGxheTogYmxvY2s7XG4gIG92ZXJmbG93OiBoaWRkZW47XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS10aHVtYm5haWwge1xuICBmbGV4OiAwIDAgNzBweDtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIHdpZHRoOiBhdXRvO1xufVxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsIC5pY29uIHtcbiAgZm9udC1zaXplOiAzMHB4O1xuICBwYWRkaW5nOiAwO1xuICBtYXJnaW46IDBweDtcbiAgb3BhY2l0eTogMC4yNTtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRpdGxlIHtcbiAgZmxleDogMTtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBmbGV4LXN0YXJ0O1xuICBwYWRkaW5nLWxlZnQ6IDdweDtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC10ZXh0LFxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlLFxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWhhbmQge1xuICBtYXgtd2lkdGg6IDcwcHg7XG4gIGhlaWdodDogNDFweDtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gIG1pbi13aWR0aDogNDFweDtcbiAgbWF4LXdpZHRoOiA3MHB4O1xufVxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlIHtcbiAgbWluLXdpZHRoOiA0MXB4O1xuICBtYXgtd2lkdGg6IDcwcHg7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtcXJDb2RlLFxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWJhckNvZGUge1xuICBtYXgtd2lkdGg6IDcwcHg7XG4gIGhlaWdodDogNDRweDtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1zdGFtcCB7XG4gIG1heC13aWR0aDogNzBweDtcbiAgaGVpZ2h0OiA0OHB4O1xufVxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGl0bGUudGV4dCB7XG4gIHBhZGRpbmctbGVmdDogMTZweDtcbn1cbi5nZC1zaWduYXR1cmUtbGlzdCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiBpbmhlcml0O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTdlN2U3O1xufVxuLmdkLXNpZ25hdHVyZSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiAxMDAlO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNzUpO1xuICBtYXJnaW4tYm90dG9tOiAycHg7XG59XG4uZ2Qtc2lnbmF0dXJlLWVtcHR5LWxpc3Qge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjQUNBQ0FDO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgd2lkdGg6IDM1MHB4O1xuICBoZWlnaHQ6IDI1MHB4O1xufVxuLmdkLXNpZ25hdHVyZS1lbXB0eS1saXN0IC5pY29uIHtcbiAgZm9udC1zaXplOiA2MHB4O1xufVxuLmdkLXNpZ25hdHVyZS1lbXB0eS1saXN0IGkge1xuICBmb250LXNpemU6IDYwcHg7XG4gIHBhZGRpbmc6IDg3cHggOTdweCAwcHg7XG59XG4uZ2QtZW1wdHktbGlzdC10ZXh0IHtcbiAgcGFkZGluZzogMThweCAzOHB4IDBweDtcbiAgZm9udC1zaXplOiAxMnB4O1xufVxuLmdkLWRpZ2l0YWwtaW5wdXQtd3JhcHBlciB7XG4gIG1hcmdpbjogOXB4IDhweCA3cHggOHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBib3JkZXI6IDVweCAjREREO1xufVxuLmdkLXNpZ24tZGlnaXRhbCB7XG4gIGhlaWdodDogMjdweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzk2OTY5NjtcbiAgbWFyZ2luOiA5cHggOHB4IDdweCA4cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGNvbG9yOiAjZmZmZmZmO1xuICBmb250LXNpemU6IDEzcHg7XG4gIGJveC1zaGFkb3c6IDAgMCAzcHggI2RkZDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwYWRkaW5nLXRvcDogNXB4O1xuICBwYWRkaW5nLWxlZnQ6IDEwcHg7XG59XG4uZGlnaXRhbC1hcHBseSB7XG4gIHBhZGRpbmctbGVmdDogMTBweDtcbn1cbi5nZC1zaWduLWRpZ2l0YWwuYWN0aXZlIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzI1YzJkNDtcbn1cbi5nZC1kaWdpdGFsLWlucHV0cyBpbnB1dCB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDI3cHg7XG4gIHBhZGRpbmctbGVmdDogMjhweDtcbn1cbi5nZC1kaWdpdGFsLWlucHV0cyAuaWNvbiB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgZm9udC1zaXplOiAxMnB4O1xuICBtYXJnaW46IDdweCAwcHggN3B4IDdweDtcbiAgY29sb3I6ICNjY2MgIWltcG9ydGFudDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtdGV4dCxcbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2UsXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWhhbmQge1xuICAgIG1hcmdpbjogMDtcbiAgfVxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gICAgd2lkdGg6IDQ0cHg7XG4gICAgaGVpZ2h0OiA0NHB4O1xuICB9XG4gIC5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLW5hbWUge1xuICAgIGZvbnQtc2l6ZTogMTNweDtcbiAgfVxuICAuZ2Qtc2lnbmF0dXJlLWl0ZW0gLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMTVweDtcbiAgfVxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC10ZXh0LFxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSxcbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaGFuZCB7XG4gICAgbWFyZ2luOiAwO1xuICB9XG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlIHtcbiAgICB3aWR0aDogNDRweDtcbiAgICBoZWlnaHQ6IDQ0cHg7XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtZGlnaXRhbCAuaWNvbiB7XG4gICAgZm9udC1zaXplOiAzMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtZGlnaXRhbCAuaWNvbiB7XG4gICAgZm9udC1zaXplOiAzMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgLmdkLWRpZ2l0YWwtaW5wdXRzIC5pY29uIHtcbiAgICBmb250LXNpemU6IDEzcHg7XG4gIH1cbn1cbiJdfQ== */\"","import {Component, EventEmitter, Input, OnChanges, OnInit, Output, SimpleChanges} from '@angular/core';\r\nimport {DigitalSign, DraggableSignature, Position, Signature, SignatureType} from \"../signature-models\";\r\nimport {NavigateService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {SelectSignatureService} from \"../select-signature.service\";\r\nimport {DragSignatureService} from \"../drag-signature.service\";\r\nimport {DatePipe} from \"@angular/common\";\r\nimport {SignaturesHolderService} from \"../signatures-holder.service\";\r\n\r\n\r\n@Component({\r\n selector: 'gd-signature-list-panel',\r\n templateUrl: './signature-list-panel.component.html',\r\n styleUrls: ['./signature-list-panel.component.less']\r\n})\r\nexport class SignatureListPanelComponent implements OnInit, OnChanges {\r\n\r\n @Input() signatures: Signature[];\r\n @Input() icon: string;\r\n @Input() signatureType: string;\r\n @Input() isPdf: boolean;\r\n @Input() loading: boolean;\r\n @Output() removeSignatureEvent = new EventEmitter();\r\n showDigitalInputs = false;\r\n digitalProps = new DigitalSign();\r\n digitalId: string;\r\n\r\n constructor(private _navigateService: NavigateService,\r\n private _selectSignatureService: SelectSignatureService,\r\n private _dragSignatureService: DragSignatureService,\r\n private _datePipe: DatePipe,\r\n private _signaturesHolderService: SignaturesHolderService) {\r\n this.digitalProps.date = this._datePipe.transform(new Date(), 'dd-MM-yyyy');\r\n }\r\n\r\n ngOnInit() {\r\n }\r\n\r\n getImage(data: string) {\r\n const dataImagePngBase64 = 'data:image/png;base64,';\r\n return dataImagePngBase64 + data;\r\n }\r\n\r\n deleteSign(guid: string) {\r\n this.removeSignatureEvent.emit(guid);\r\n }\r\n\r\n isDigital() {\r\n return SignatureType.DIGITAL.id === this.signatureType;\r\n }\r\n\r\n private selectSignature(sign: DraggableSignature) {\r\n this._selectSignatureService.select(sign);\r\n }\r\n\r\n private getSign(guid: string): DraggableSignature {\r\n const sign = new DraggableSignature();\r\n sign.type = this.signatureType;\r\n sign.guid = guid;\r\n sign.position = new Position(0, 0);\r\n sign.pageNumber = this._navigateService.currentPage;\r\n return sign;\r\n }\r\n\r\n select(guid: string) {\r\n if (this.signatureType === SignatureType.DIGITAL.id) {\r\n this.showDigitalInputs = this.digitalId !== guid;\r\n this.digitalId = this.digitalId === guid ? null : guid;\r\n } else {\r\n const sign = this.getSign(guid);\r\n this.selectSignature(sign);\r\n }\r\n }\r\n\r\n dragOver($event: DragEvent) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n }\r\n\r\n dragLeave($event: DragEvent, guid: string) {\r\n this._dragSignatureService.sign = this.getSign(guid);\r\n }\r\n\r\n selectDigital(guid: string) {\r\n if (!this.isActive(guid)) {\r\n return;\r\n }\r\n const sign = this.getSign(guid);\r\n sign.digitalProps = this.digitalProps;\r\n this.selectSignature(sign);\r\n }\r\n\r\n parseDate(value) {\r\n return this._datePipe.transform(value, 'dd-MM-yyyy');\r\n }\r\n\r\n isActive(guid: string) {\r\n return !this._signaturesHolderService.has(guid);\r\n }\r\n\r\n dragStart($event: DragEvent) { // for ff\r\n $event.dataTransfer.setData('text', 'foo');\r\n }\r\n\r\n empty() {\r\n return !this.loading && (!this.signatures || this.signatures.length === 0);\r\n }\r\n\r\n ngOnChanges(changes: SimpleChanges): void {\r\n if (this.showDigitalInputs) {\r\n this.showDigitalInputs = this.signatureType === SignatureType.DIGITAL.id;\r\n }\r\n }\r\n\r\n drop($event: DragEvent) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n }\r\n}\r\n","import {Formatting} from \"@groupdocs.examples.angular/common-components\";\r\n\r\nexport class Signature {\r\n guid: string;\r\n image: string;\r\n name: string;\r\n text: string;\r\n fontColor: string;\r\n}\r\n\r\nexport class SignatureType {\r\n public static TEXT = {id: 'text', name: 'Text signatures', icon: 'font', title: ''};\r\n public static IMAGE = {id: 'image', name: 'Uploaded Images', icon: 'image', title: 'Add image signature'};\r\n public static QR_CODE = {id: 'qrCode', name: 'QR codes', icon: 'qrcode', title: 'New QR code'};\r\n public static BAR_CODE = {id: 'barCode', name: 'Bar codes', icon: 'barcode', title: 'New Bar code'};\r\n public static DIGITAL = {\r\n id: 'digital',\r\n name: 'Digital signatures',\r\n icon: 'fingerprint',\r\n title: 'New digital signature'\r\n };\r\n public static STAMP = {id: 'stamp', name: 'Stamps', icon: 'stamp', title: ''};\r\n public static HAND = {id: 'hand', name: 'Signatures', icon: 'signature', title: ''};\r\n\r\n public static getSignatureType(id: string) {\r\n switch (id) {\r\n case SignatureType.TEXT.id:\r\n return SignatureType.TEXT;\r\n case SignatureType.IMAGE.id:\r\n return SignatureType.IMAGE;\r\n case SignatureType.DIGITAL.id:\r\n return SignatureType.DIGITAL;\r\n case SignatureType.QR_CODE.id:\r\n return SignatureType.QR_CODE;\r\n case SignatureType.BAR_CODE.id:\r\n return SignatureType.BAR_CODE;\r\n case SignatureType.STAMP.id:\r\n return SignatureType.STAMP;\r\n case SignatureType.HAND.id:\r\n return SignatureType.HAND;\r\n }\r\n }\r\n}\r\n\r\nexport class FileListWithParams {\r\n fileList: FileList;\r\n signType: string;\r\n\r\n constructor(fileList: FileList, signType: string) {\r\n this.fileList = fileList;\r\n this.signType = signType;\r\n }\r\n}\r\n\r\nexport class OpticalCodeModel {\r\n encodedImage: string;\r\n text: string;\r\n temp: boolean;\r\n}\r\n\r\nexport class DraggableSignature {\r\n public static TEMP = \"temp\";\r\n guid: string;\r\n type: string;\r\n position: Position;\r\n pageNumber: number;\r\n digitalProps: DigitalSign;\r\n}\r\n\r\nexport class Position {\r\n left: number;\r\n top: number;\r\n\r\n constructor(left: number, top: number) {\r\n this.left = left;\r\n this.top = top;\r\n }\r\n}\r\n\r\nexport class SignatureData {\r\n reason: string;\r\n contact: string;\r\n address: string;\r\n date: string;\r\n signaturePassword: string;\r\n signatureGuid: string;\r\n signatureType: string;\r\n pageNumber: number;\r\n left: number;\r\n top: number;\r\n imageWidth: number;\r\n imageHeight: number;\r\n angle: number;\r\n\r\n public static map(data: AddedSignature, type: string, position: Position) {\r\n const ret = new SignatureData();\r\n ret.signatureType = type;\r\n ret.pageNumber = data.number;\r\n ret.left = position.left;\r\n ret.top = position.top;\r\n ret.signatureGuid = data.guid;\r\n ret.imageWidth = data.width;\r\n ret.imageHeight = data.height;\r\n if (data.digitalProps) {\r\n ret.reason = data.digitalProps.reason;\r\n ret.contact = data.digitalProps.contact;\r\n ret.address = data.digitalProps.address;\r\n ret.signaturePassword = data.digitalProps.signaturePassword;\r\n ret.date = data.digitalProps.date;\r\n }\r\n\r\n return ret;\r\n }\r\n}\r\n\r\nexport class DigitalSign {\r\n reason: string;\r\n contact: string;\r\n address: string;\r\n date: string;\r\n signaturePassword: string;\r\n}\r\n\r\nexport class AddedSignature {\r\n\r\n constructor() {\r\n this.height = 0;\r\n this.width = 0;\r\n }\r\n\r\n guid: string;\r\n props: SignatureProps;\r\n data: string;\r\n width: number;\r\n height: number;\r\n number: number;\r\n digitalProps: DigitalSign;\r\n}\r\n\r\nexport class SignatureProps {\r\n imageGuid: string;\r\n text: string;\r\n width: number;\r\n height: number;\r\n bold: boolean;\r\n italic: boolean;\r\n underline: boolean;\r\n font: string;\r\n fontSize: number;\r\n fontColor: string;\r\n\r\n public static getDefault(): SignatureProps {\r\n const props = new SignatureProps();\r\n props.text = \"\";\r\n const f = Formatting.default();\r\n props.fontColor = f.color;\r\n props.font = f.font;\r\n props.fontSize = f.fontSize;\r\n props.underline = f.underline;\r\n props.bold = f.bold;\r\n props.italic = f.italic;\r\n return props;\r\n }\r\n}\r\n\r\nexport class RemoveSign {\r\n guid: string;\r\n id: number;\r\n type: string;\r\n}\r\n\r\nexport class CopySign {\r\n guid: string;\r\n id: number;\r\n type: string;\r\n}\r\n\r\nexport class CopyChanges {\r\n guid: string;\r\n id: number;\r\n width: number;\r\n height: number;\r\n position: Position;\r\n props: SignatureProps;\r\n}\r\n\r\nexport class StampCanvasProps {\r\n id: number;\r\n text: string;\r\n width: number;\r\n height: number;\r\n zIndex: number;\r\n backgroundColor: string;\r\n strokeColor: string;\r\n strokeWidth: number;\r\n fontSize: number;\r\n font: string;\r\n textColor: string;\r\n radius: number;\r\n bold: boolean;\r\n italic: boolean;\r\n underline: boolean;\r\n textExpansion = 0.173;\r\n textRepeat = 1;\r\n\r\n constructor() {\r\n }\r\n\r\n init(isMobile) {\r\n this.text = \"\";\r\n this.width = isMobile ? 103 : 153;\r\n this.height = isMobile ? 103 : 153;\r\n this.zIndex = 10;\r\n this.backgroundColor = \"rgb(255, 255, 255)\";\r\n this.strokeColor = \"rgb(51, 51, 51)\";\r\n this.strokeWidth = 1;\r\n this.fontSize = 19;\r\n this.font = \"Arial\";\r\n this.textColor = \"rgb(51, 51, 51)\";\r\n this.radius = 76.5;\r\n this.bold = false;\r\n this.italic = false;\r\n this.underline = false;\r\n return this;\r\n }\r\n}\r\n\r\nexport class Border {\r\n public static widthOptions() {\r\n const ret = []\r\n for (let i = 1; i <= 10; i++) {\r\n ret.push(this.widthOption(i));\r\n }\r\n return ret;\r\n }\r\n\r\n public static widthOption(width: number) {\r\n return {value: width, name: width + 'px', separator: false}\r\n }\r\n}\r\n\r\nexport class Downloads {\r\n public static original = 'original';\r\n public static signed = 'signed';\r\n}\r\n","import {TabActivatorService} from \"@groupdocs.examples.angular/common-components\";\r\n\r\nexport class SignatureTabActivatorService extends TabActivatorService {\r\n\r\n constructor() {\r\n super();\r\n }\r\n}\r\n","import {APP_INITIALIZER, ModuleWithProviders, NgModule} from '@angular/core';\r\nimport {CommonModule, DatePipe} from '@angular/common';\r\nimport {\r\n Api,\r\n CommonComponentsModule,\r\n ConfigService,\r\n ErrorInterceptorService,\r\n LoadingMaskInterceptorService,\r\n LoadingMaskService\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport {HTTP_INTERCEPTORS, HttpClientModule} from \"@angular/common/http\";\r\nimport {SignatureService} from \"./signature.service\";\r\nimport {SignatureConfigService} from \"./signature-config.service\";\r\nimport {SignatureAppComponent} from \"./signature-app.component\";\r\nimport {SignatureListPanelComponent} from './signature-list-panel/signature-list-panel.component';\r\nimport {FontAwesomeModule} from '@fortawesome/angular-fontawesome';\r\nimport {library} from '@fortawesome/fontawesome-svg-core';\r\nimport {fas} from '@fortawesome/free-solid-svg-icons';\r\nimport {far} from '@fortawesome/free-regular-svg-icons';\r\nimport {NewBarQrCodeComponent} from './new-bar-qr-code/new-bar-qr-code.component';\r\nimport {UploadSignatureComponent} from './upload-signature/upload-signature.component';\r\nimport {DndSignatureDirective} from './dnd-signature.directive';\r\nimport {Signature} from './signature/signature.component';\r\nimport {SelectSignatureService} from \"./select-signature.service\";\r\nimport {DragSignatureService} from \"./drag-signature.service\";\r\nimport {RemoveSignatureService} from \"./remove-signature.service\";\r\nimport {ActiveSignatureService} from \"./active-signature.service\";\r\nimport {CanvasComponent} from './canvas/canvas.component';\r\nimport {StampCanvasComponent} from './stamp-canvas/stamp-canvas.component';\r\nimport {ActiveCanvasService} from \"./active-canvas.service\";\r\nimport {RemoveCanvasService} from \"./remove-canvas.service\";\r\nimport {SignaturesHolderService} from \"./signatures-holder.service\";\r\nimport {SignatureTabActivatorService} from \"./signature-tab-activator.service\";\r\nimport {SignatureLeftPanelComponent} from './signature-left-panel/signature-left-panel.component';\r\nimport {HandModalComponent} from './hand-modal/hand-modal.component';\r\nimport {StampModalComponent} from './stamp-modal/stamp-modal.component';\r\nimport {CopySignatureService} from \"./copy-signature.service\";\r\nimport {ClickOutsideModule} from 'ng-click-outside';\r\n\r\nexport function initializeApp(signatureConfigService: SignatureConfigService) {\r\n const result = () => signatureConfigService.load();\r\n return result;\r\n}\r\n\r\n// NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981\r\n// @dynamic\r\nexport function setupLoadingInterceptor(service: LoadingMaskService) {\r\n return new LoadingMaskInterceptorService(service);\r\n}\r\n\r\n@NgModule({\r\n declarations: [SignatureAppComponent,\r\n SignatureListPanelComponent,\r\n NewBarQrCodeComponent,\r\n UploadSignatureComponent,\r\n DndSignatureDirective,\r\n Signature,\r\n CanvasComponent,\r\n StampCanvasComponent,\r\n SignatureLeftPanelComponent,\r\n HandModalComponent,\r\n StampModalComponent],\r\n exports: [SignatureAppComponent,\r\n SignatureListPanelComponent,\r\n NewBarQrCodeComponent,\r\n UploadSignatureComponent,\r\n DndSignatureDirective,\r\n Signature,\r\n CanvasComponent,\r\n StampCanvasComponent,\r\n SignatureLeftPanelComponent,\r\n HandModalComponent,\r\n StampModalComponent,\r\n CommonComponentsModule],\r\n imports: [CommonModule,\r\n CommonComponentsModule,\r\n HttpClientModule,\r\n FontAwesomeModule,\r\n ClickOutsideModule],\r\n providers: [\r\n SignatureService,\r\n ConfigService,\r\n SignatureConfigService,\r\n SelectSignatureService,\r\n DragSignatureService,\r\n RemoveSignatureService,\r\n ActiveSignatureService,\r\n ActiveCanvasService,\r\n RemoveCanvasService,\r\n DatePipe,\r\n SignaturesHolderService,\r\n SignatureTabActivatorService,\r\n CopySignatureService,\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useClass: ErrorInterceptorService,\r\n multi: true\r\n },\r\n {\r\n provide: APP_INITIALIZER,\r\n useFactory: initializeApp,\r\n deps: [SignatureConfigService], multi: true\r\n },\r\n LoadingMaskService,\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useFactory: setupLoadingInterceptor,\r\n multi: true,\r\n deps: [LoadingMaskService]\r\n }\r\n ],\r\n entryComponents: [\r\n Signature,\r\n StampCanvasComponent\r\n ]\r\n})\r\nexport class SignatureModule {\r\n constructor() {\r\n library.add(fas, far);\r\n }\r\n\r\n static forRoot(apiEndpoint: string): ModuleWithProviders {\r\n Api.DEFAULT_API_ENDPOINT = apiEndpoint;\r\n return {\r\n ngModule: SignatureModule\r\n };\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {HttpClient, HttpResponse} from \"@angular/common/http\";\r\nimport {Api, ConfigService, FileCredentials, FileUtil, Utils} from \"@groupdocs.examples.angular/common-components\";\r\nimport {AddedSignature, DraggableSignature, FileListWithParams, SignatureProps} from \"./signature-models\";\r\nimport {map} from \"rxjs/operators\";\r\nimport { Subject, Observable } from 'rxjs';\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class SignatureService {\r\n private _observer: Subject = new Subject();\r\n private readonly _refreshSignatures: Observable = this._observer.asObservable();\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n get getRefreshSignatures(): Observable {\r\n return this._refreshSignatures;\r\n }\r\n\r\n loadFiles(path: string) {\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\r\n }\r\n\r\n loadFile(credentials: FileCredentials) {\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.LOAD_DOCUMENT_DESCRIPTION, credentials, Api.httpOptionsJson);\r\n }\r\n\r\n upload(file: File, url: string, rewrite: boolean, signType: string) {\r\n const formData = new FormData();\r\n formData.append(\"file\", file);\r\n formData.append('rewrite', String(rewrite));\r\n if (signType) {\r\n formData.append(\"signatureType\", signType);\r\n }\r\n if (url) {\r\n formData.append(\"url\", url);\r\n }\r\n\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\r\n }\r\n\r\n loadPage(credentials: FileCredentials, page: number) {\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.LOAD_DOCUMENT_PAGE, {\r\n 'guid': credentials.guid,\r\n 'password': credentials.password,\r\n 'page': page\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n getDownloadUrl(credentials: FileCredentials) {\r\n return this._config.getSignatureApiEndpoint() + Api.DOWNLOAD_DOCUMENTS + '/?path=' + credentials.guid;\r\n }\r\n\r\n loadPrint(credentials: FileCredentials) {\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.LOAD_PRINT, {\r\n 'guid': credentials.guid,\r\n 'password': credentials.password,\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n loadPrintPdf(credentials: FileCredentials) {\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.LOAD_PRINT_PDF, {\r\n 'guid': credentials.guid,\r\n 'password': credentials.password,\r\n }, Api.httpOptionsJsonResponseTypeBlob);\r\n }\r\n\r\n getSignatures(path: string, type: string) {\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.LOAD_FILE_TREE, {\r\n 'path': path,\r\n 'signatureType': type\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n removeSignatures(guid: string, type: string) {\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.DELETE_SIGNATURE_FILE, {\r\n 'guid': guid,\r\n 'signatureType': type\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n uploadSignature(data: FileListWithParams, rewrite: boolean) {\r\n if (data.fileList.length > 1) {\r\n for (let i = 0; i < data.fileList.length - 1; i++) {\r\n this.upload(data.fileList.item(i), '', rewrite, data.signType);\r\n }\r\n }\r\n return this.upload(data.fileList.item(data.fileList.length - 1), '', rewrite, data.signType);\r\n }\r\n\r\n getCode(text: string, temp: boolean, type: string) {\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.SAVE_OPTICAL_CODE, {\r\n 'properties': {'text': text, 'temp': temp},\r\n 'signatureType': type\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n loadSignatureImage(sign: DraggableSignature) {\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.LOAD_SIGNATURE_IMAGE, {\r\n 'guid': sign.guid,\r\n 'page': sign.pageNumber,\r\n 'signatureType': sign.type,\r\n 'password': ''\r\n }, Api.httpOptionsJson).pipe(\r\n map((props: AddedSignature) => {\r\n props.guid = sign.guid;\r\n return props;\r\n }));\r\n }\r\n\r\n saveTextSignature(data: AddedSignature) {\r\n const properties = data.props;\r\n properties.fontColor = Utils.toRgb(properties.fontColor);\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.SAVE_TEXT, {\r\n 'properties': properties\r\n }, Api.httpOptionsJson).pipe(\r\n map((props: SignatureProps) => {\r\n props.fontColor = Utils.toHex(props.fontColor);\r\n return props;\r\n }));\r\n }\r\n\r\n saveImage(img: string) {\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.SAVE_IMAGE, {\r\n 'image': img\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n saveStamp(img: string, props: any[]) {\r\n for (const properties of props) {\r\n properties.backgroundColor = Utils.toRgb(properties.backgroundColor);\r\n properties.strokeColor = Utils.toRgb(properties.strokeColor);\r\n properties.textColor = Utils.toRgb(properties.textColor);\r\n }\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.SAVE_STAMP, {\r\n 'image': img,\r\n 'stampData': props\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n sign(credentials: FileCredentials, signatures: any[]) {\r\n const docType = FileUtil.find(credentials.guid, false).format;\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.SIGN, {\r\n guid: credentials.guid,\r\n password: credentials.password ? credentials.password : \"\",\r\n signaturesData: signatures,\r\n documentType: docType\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n downloadSigned(credentials: FileCredentials, signatures: any[]) {\r\n const docType = FileUtil.find(credentials.guid, false).format;\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.DOWNLOAD_SIGNED, {\r\n guid: credentials.guid,\r\n password: credentials.password,\r\n signaturesData: signatures,\r\n documentType: docType\r\n }, Api.httpOptionsJsonResponseTypeBlob);\r\n }\r\n\r\n refreshSignatures() {\r\n this._observer.next();\r\n }\r\n}\r\n","module.exports = \".gd-signature {\\n position: absolute !important;\\n}\\n.gd-signature .gd-signature-wrapper {\\n height: inherit;\\n outline: 1px solid #679FFA;\\n}\\n.gd-signature-image {\\n width: 100% !important;\\n height: inherit;\\n}\\n.gd-text {\\n width: inherit;\\n height: inherit;\\n border: none;\\n resize: none;\\n outline: none;\\n margin: 0px;\\n padding: 0px;\\n}\\n.gd-digital-marker {\\n background-color: #3787F5;\\n height: 16px;\\n width: 100%;\\n text-align: left;\\n display: -webkit-box;\\n display: flex;\\n position: absolute;\\n bottom: 0;\\n}\\n.gd-digital-marker .icon {\\n color: #FFFFFF;\\n font-size: 10px;\\n margin: 0px 5px 0px 3px;\\n}\\n.gd-digital-marker div {\\n -webkit-box-flex: 1;\\n flex-grow: 1;\\n font-size: 8px;\\n color: #FFFFFF;\\n margin-top: 1px;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUvc2lnbmF0dXJlLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUvc2lnbmF0dXJlLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0UsNkJBQUE7QUNDRjtBREZBO0VBSUksZUFBQTtFQUNBLDBCQUFBO0FDQ0o7QURHQTtFQUNFLHNCQUFBO0VBQ0EsZUFBQTtBQ0RGO0FESUE7RUFDRSxjQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxZQUFBO0VBQ0EsYUFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0FDRkY7QURLQTtFQUNFLHlCQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxnQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGtCQUFBO0VBQ0EsU0FBQTtBQ0hGO0FESkE7RUFVSSxjQUFBO0VBQ0EsZUFBQTtFQUNBLHVCQUFBO0FDSEo7QURUQTtFQWdCSSxtQkFBQTtVQUFBLFlBQUE7RUFDQSxjQUFBO0VBQ0EsY0FBQTtFQUNBLGVBQUE7QUNKSiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS9zaWduYXR1cmUuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyIuZ2Qtc2lnbmF0dXJlIHtcbiAgcG9zaXRpb246IGFic29sdXRlICFpbXBvcnRhbnQ7XG5cbiAgLmdkLXNpZ25hdHVyZS13cmFwcGVyIHtcbiAgICBoZWlnaHQ6IGluaGVyaXQ7XG4gICAgb3V0bGluZTogMXB4IHNvbGlkICM2NzlGRkE7XG4gIH1cbn1cblxuLmdkLXNpZ25hdHVyZS1pbWFnZSB7XG4gIHdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cblxuLmdkLXRleHQge1xuICB3aWR0aDogaW5oZXJpdDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xuICBib3JkZXI6IG5vbmU7XG4gIHJlc2l6ZTogbm9uZTtcbiAgb3V0bGluZTogbm9uZTtcbiAgbWFyZ2luOiAwcHg7XG4gIHBhZGRpbmc6IDBweDtcbn1cblxuLmdkLWRpZ2l0YWwtbWFya2VyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzM3ODdGNTtcbiAgaGVpZ2h0OiAxNnB4O1xuICB3aWR0aDogMTAwJTtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZGlzcGxheTogZmxleDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBib3R0b206IDA7XG5cbiAgLmljb24ge1xuICAgIGNvbG9yOiAjRkZGRkZGO1xuICAgIGZvbnQtc2l6ZTogMTBweDtcbiAgICBtYXJnaW46IDBweCA1cHggMHB4IDNweDtcbiAgfVxuXG4gIGRpdiB7XG4gICAgZmxleC1ncm93OiAxO1xuICAgIGZvbnQtc2l6ZTogOHB4O1xuICAgIGNvbG9yOiAjRkZGRkZGO1xuICAgIG1hcmdpbi10b3A6IDFweDtcbiAgfVxufVxuIiwiLmdkLXNpZ25hdHVyZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZSAhaW1wb3J0YW50O1xufVxuLmdkLXNpZ25hdHVyZSAuZ2Qtc2lnbmF0dXJlLXdyYXBwZXIge1xuICBoZWlnaHQ6IGluaGVyaXQ7XG4gIG91dGxpbmU6IDFweCBzb2xpZCAjNjc5RkZBO1xufVxuLmdkLXNpZ25hdHVyZS1pbWFnZSB7XG4gIHdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cbi5nZC10ZXh0IHtcbiAgd2lkdGg6IGluaGVyaXQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbiAgYm9yZGVyOiBub25lO1xuICByZXNpemU6IG5vbmU7XG4gIG91dGxpbmU6IG5vbmU7XG4gIG1hcmdpbjogMHB4O1xuICBwYWRkaW5nOiAwcHg7XG59XG4uZ2QtZGlnaXRhbC1tYXJrZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMzc4N0Y1O1xuICBoZWlnaHQ6IDE2cHg7XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBkaXNwbGF5OiBmbGV4O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJvdHRvbTogMDtcbn1cbi5nZC1kaWdpdGFsLW1hcmtlciAuaWNvbiB7XG4gIGNvbG9yOiAjRkZGRkZGO1xuICBmb250LXNpemU6IDEwcHg7XG4gIG1hcmdpbjogMHB4IDVweCAwcHggM3B4O1xufVxuLmdkLWRpZ2l0YWwtbWFya2VyIGRpdiB7XG4gIGZsZXgtZ3JvdzogMTtcbiAgZm9udC1zaXplOiA4cHg7XG4gIGNvbG9yOiAjRkZGRkZGO1xuICBtYXJnaW4tdG9wOiAxcHg7XG59XG4iXX0= */\"","import {AfterViewInit, Component, Input, OnInit, AfterViewChecked} from '@angular/core';\r\nimport {\r\n Position,\r\n AddedSignature,\r\n SignatureType,\r\n SignatureProps,\r\n RemoveSign,\r\n DraggableSignature,\r\n CopySign,\r\n CopyChanges\r\n} from \"../signature-models\";\r\nimport {Formatting, Utils, MenuType, ZoomService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {SignatureService} from \"../signature.service\";\r\nimport {RemoveSignatureService} from \"../remove-signature.service\";\r\nimport {ActiveSignatureService} from \"../active-signature.service\";\r\nimport * as jquery from 'jquery';\r\nimport {SignaturesHolderService} from \"../signatures-holder.service\";\r\nimport {CopySignatureService} from \"../copy-signature.service\";\r\nimport {Subject} from \"rxjs\";\r\nimport {debounceTime} from \"rxjs/operators\";\r\n\r\nconst $ = jquery;\r\n\r\n@Component({\r\n selector: 'gd-signature-component',\r\n templateUrl: './signature.component.html',\r\n styleUrls: ['./signature.component.less']\r\n})\r\nexport class Signature implements OnInit, AfterViewInit, AfterViewChecked {\r\n @Input() id: number;\r\n @Input() data: AddedSignature;\r\n @Input() position: Position;\r\n @Input() type: string;\r\n @Input() pageWidth: number;\r\n @Input() pageHeight: number;\r\n active = true;\r\n unlock = true;\r\n copied = false;\r\n baseCopied = false;\r\n private oldPosition: { x: number; y: number };\r\n\r\n private subject: Subject = new Subject();\r\n\r\n constructor(private _signatureService: SignatureService,\r\n private _removeSignatureService: RemoveSignatureService,\r\n private _copySignatureService: CopySignatureService,\r\n private _activeSignatureService: ActiveSignatureService,\r\n private _signaturesHolderService: SignaturesHolderService,\r\n private _zoomService: ZoomService) {\r\n\r\n this._activeSignatureService.activeChange.subscribe((id: number) => {\r\n if (this.id === id) {\r\n this.active = true;\r\n } else {\r\n this.active = false;\r\n }\r\n });\r\n\r\n this.subject.pipe(\r\n debounceTime(300)\r\n ).subscribe(text => {\r\n this.notifyChanges();\r\n this.sendSaveText();\r\n });\r\n }\r\n\r\n ngOnInit() {\r\n }\r\n\r\n ngAfterViewChecked() {\r\n this._zoomService.changeZoom(this._zoomService.zoom);\r\n }\r\n\r\n getData() {\r\n return 'data:image/png;base64,' + this.data.data;\r\n }\r\n\r\n dragOver($event: DragEvent) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n }\r\n\r\n dragStart($event: DragEvent) {\r\n $event.preventDefault();\r\n this.oldPosition = Utils.getMousePosition($event);\r\n if ($event.dataTransfer) {\r\n $event.dataTransfer.setData('text', 'foo');\r\n }\r\n }\r\n\r\n dragging($event) {\r\n $event.preventDefault();\r\n const position = Utils.getMousePosition($event);\r\n if (position.x && position.y && this.isOnPage(position)) {\r\n const left = position.x - this.oldPosition.x;\r\n const top = position.y - this.oldPosition.y;\r\n this.position.left += left;\r\n this.position.top += top;\r\n this.correctPosition();\r\n this.oldPosition = position;\r\n }\r\n }\r\n\r\n isOnPage(position) {\r\n const currentPage = document.elementFromPoint(position.x, position.y);\r\n return currentPage && $(currentPage).parent().parent() &&\r\n ($(currentPage).parent().parent().parent().hasClass(\"page\") ||\r\n $(currentPage).parent().parent().parent().parent().parent().hasClass(\"page\"));\r\n }\r\n\r\n isText() {\r\n return SignatureType.TEXT.id === this.type;\r\n }\r\n\r\n getFormatting() {\r\n const f = this.data.props;\r\n const formatting = Formatting.default();\r\n if (f) {\r\n formatting.fontSize = f.fontSize;\r\n formatting.font = f.font;\r\n formatting.color = f.fontColor;\r\n formatting.bold = f.bold;\r\n formatting.underline = f.underline;\r\n formatting.italic = f.italic;\r\n }\r\n return formatting;\r\n }\r\n\r\n saveTextSignature($event: Formatting) {\r\n if (this.data.props) {\r\n this.fillFormatting($event);\r\n this.notifyChanges();\r\n this.sendSaveText();\r\n }\r\n }\r\n\r\n private fillFormatting(formatting: Formatting) {\r\n this.data.props.fontSize = formatting.fontSize;\r\n this.data.props.font = formatting.font;\r\n this.data.props.bold = formatting.bold;\r\n this.data.props.italic = formatting.italic;\r\n this.data.props.underline = formatting.underline;\r\n this.data.props.fontColor = formatting.color;\r\n }\r\n\r\n remove() {\r\n const del = new RemoveSign();\r\n del.guid = this.data.guid;\r\n del.id = this.id;\r\n del.type = this.type;\r\n this._removeSignatureService.remove(del);\r\n }\r\n\r\n activation() {\r\n this._activeSignatureService.changeActive(this.id);\r\n }\r\n\r\n isDigital() {\r\n return this.type === SignatureType.DIGITAL.id;\r\n }\r\n\r\n width($event) {\r\n this.data.width += $event;\r\n if (!this.unlock) {\r\n this.data.height += $event;\r\n }\r\n this.correctPosition();\r\n this.notifyChanges();\r\n }\r\n\r\n height($event) {\r\n this.data.height += $event;\r\n if (!this.unlock) {\r\n this.data.width += $event;\r\n }\r\n this.correctPosition();\r\n this.notifyChanges();\r\n }\r\n\r\n left($event) {\r\n if (this.unlock) {\r\n this.position.left += $event;\r\n }\r\n this.correctPosition();\r\n this.notifyChanges();\r\n }\r\n\r\n top($event) {\r\n if (this.unlock) {\r\n this.position.top += $event;\r\n }\r\n this.correctPosition();\r\n this.notifyChanges();\r\n }\r\n\r\n notifyChanges() {\r\n const changes = new CopyChanges();\r\n changes.guid = this.data.guid;\r\n changes.id = this.id;\r\n changes.position = this.position;\r\n changes.width = this.data.width;\r\n changes.height = this.data.height;\r\n changes.props = this.data.props;\r\n this._copySignatureService.notifyChanges(changes);\r\n }\r\n\r\n drop($event: DragEvent) {\r\n $event.stopPropagation();\r\n $event.preventDefault();\r\n }\r\n\r\n isInit() {\r\n return this.data.width === 0 && this.data.height === 0;\r\n }\r\n\r\n onCopySign() {\r\n const copy = new CopySign();\r\n copy.guid = this.data.guid;\r\n copy.id = this.id;\r\n copy.type = this.type;\r\n this._copySignatureService.copy(copy);\r\n }\r\n\r\n ngAfterViewInit(): void {\r\n if (this.type === SignatureType.TEXT.id) {\r\n setTimeout(() => {\r\n const element = $(\"#text\");\r\n if (element) {\r\n element.focus();\r\n }\r\n }, 100);\r\n }\r\n }\r\n\r\n private correctPosition() {\r\n if (this.position.left < 0) {\r\n this.position.left = 0;\r\n }\r\n if (this.position.top < 0) {\r\n this.position.top = 0;\r\n }\r\n if (this.position.top + this.data.height > this.pageHeight) {\r\n this.position.top = this.pageHeight - this.data.height;\r\n }\r\n if (this.position.left + this.data.width > this.pageWidth) {\r\n this.position.left = this.pageWidth - this.data.width;\r\n }\r\n }\r\n\r\n saveText(value: string) {\r\n this.data.props.text = value;\r\n this.subject.next(value);\r\n }\r\n\r\n private sendSaveText() {\r\n this._signatureService.saveTextSignature(this.data).subscribe((p: SignatureProps) => {\r\n if (DraggableSignature.TEMP === this.data.guid) {\r\n this._signaturesHolderService.changeTemp(p.imageGuid, this.id);\r\n this.data.guid = p.imageGuid;\r\n }\r\n this.data.props = p;\r\n });\r\n }\r\n\r\n hideMenu($event) {\r\n this._activeSignatureService.changeActive(null);\r\n }\r\n\r\n getMenuShift() {\r\n const menuWidth = this.type === SignatureType.TEXT.id ? 426 : 148;\r\n let shift = this.data.width > menuWidth ? 0 : (this.data.width - menuWidth) * 0.5;\r\n if (this.position.left - (menuWidth - this.data.width) / 2 < 0) {\r\n shift -= (this.position.left - (menuWidth - this.data.width) / 2);\r\n }\r\n if (this.position.left + (menuWidth + this.data.width) / 2 > this.pageWidth) {\r\n shift -= (this.position.left + (menuWidth + this.data.width) / 2 - this.pageWidth);\r\n }\r\n return shift;\r\n }\r\n\r\n getMenuType() {\r\n return MenuType.FOR_SIGNATURE;\r\n }\r\n}\r\n","import {DraggableSignature} from \"./signature-models\";\r\n\r\nexport class SignaturesHolderService {\r\n\r\n private map = new Map();\r\n\r\n constructor() {\r\n }\r\n\r\n add(key: string) {\r\n this.map.set(key, []);\r\n }\r\n\r\n addId(key: string, id: number) {\r\n if (!this.map.has(key)) {\r\n this.add(key);\r\n }\r\n const item = this.map.get(key);\r\n item.push(id);\r\n }\r\n\r\n delete(key: string) {\r\n this.map.delete(key);\r\n }\r\n\r\n has(key: string) {\r\n return this.map.has(key);\r\n }\r\n\r\n clear() {\r\n this.map.clear();\r\n }\r\n\r\n values() {\r\n return this.map.values();\r\n }\r\n\r\n get(key: string) {\r\n return this.map.get(key);\r\n }\r\n\r\n remove(key: string, id: number) {\r\n const items = this.map.get(key);\r\n this.delete(key);\r\n if (items.length !== 1) {\r\n this.add(key);\r\n for (const elem of items) {\r\n if (elem !== id) {\r\n this.map.get(key).push(elem);\r\n }\r\n }\r\n }\r\n }\r\n\r\n changeTemp(imageGuid: string, id: number) {\r\n this.remove(DraggableSignature.TEMP, id);\r\n this.addId(imageGuid, id);\r\n }\r\n}\r\n","module.exports = \".gd-context-menu {\\n display: -webkit-box;\\n display: flex;\\n height: 37px;\\n top: -40px;\\n padding: 0;\\n background-color: #FFFFFF;\\n cursor: default;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n box-shadow: rgba(0, 0, 0, 0.52) 0px 0px 5px;\\n}\\n.gd-context-menu .icon {\\n font-size: 14px;\\n cursor: pointer;\\n color: #3E4E5A !important;\\n}\\n.gd-context-menu ::ng-deep .dropdown-menu {\\n top: -120px !important;\\n height: 120px;\\n overflow-y: auto;\\n}\\n.gd-context-menu ::ng-deep .icon-button {\\n margin: 0px !important;\\n}\\n.gd-stamp-box {\\n position: absolute;\\n}\\n.palette {\\n position: absolute;\\n top: -190px;\\n}\\n.csg-preview {\\n width: 100%;\\n height: 100%;\\n}\\n.csg-bounding-box {\\n position: absolute;\\n background-color: unset !important;\\n}\\n.csg-bounding-box.active {\\n border: 1px solid #679FFA;\\n}\\n.csg-border-width {\\n width: 37px !important;\\n height: 37px !important;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.bg-color-pic {\\n border-radius: 100%;\\n border: 1px solid #CCC;\\n position: absolute;\\n height: 8px;\\n width: 8px;\\n right: 6px;\\n bottom: 6px;\\n}\\n::ng-deep .select {\\n min-width: unset !important;\\n}\\n::ng-deep .selected-value {\\n font-size: 12px !important;\\n}\\n@media (max-width: 1037px) {\\n .gd-context-menu {\\n position: fixed;\\n bottom: 0;\\n left: 0;\\n top: unset;\\n right: 0;\\n width: 100%;\\n height: 60px;\\n -webkit-box-align: center;\\n align-items: center;\\n padding: 0px;\\n margin: 0px;\\n background-color: white;\\n border-top: 2px solid #707070;\\n }\\n .gd-context-menu .color-for-shape {\\n -webkit-box-flex: 1;\\n flex: 1;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: start;\\n justify-content: flex-start;\\n }\\n .gd-context-menu .stamp-trash {\\n -webkit-box-flex: 0;\\n flex: 0 0 37px;\\n margin-right: 8px;\\n }\\n .gd-context-menu ::ng-deep .button {\\n margin: 3px !important;\\n }\\n .gd-context-menu ::ng-deep .select {\\n margin: 3px !important;\\n }\\n .gd-context-menu .first-element {\\n margin-left: 8px;\\n }\\n .csg-border-width .select {\\n width: 21px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc3RhbXAtY2FudmFzL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zdGFtcC1jYW52YXMvc3RhbXAtY2FudmFzLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zdGFtcC1jYW52YXMvc3RhbXAtY2FudmFzLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsWUFBQTtFQUNBLFVBQUE7RUFDQSxVQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EsMkNBQUE7QUNERjtBRFBBO0VBV0ksZUFBQTtFQUNBLGVBQUE7RUFDQSx5QkFBQTtBQ0RKO0FEWkE7RUFpQkksc0JBQUE7RUFDQSxhQUFBO0VBQ0EsZ0JBQUE7QUNGSjtBRGpCQTtFQXVCSSxzQkFBQTtBQ0hKO0FET0E7RUFDRSxrQkFBQTtBQ0xGO0FEUUE7RUFDRSxrQkFBQTtFQUNBLFdBQUE7QUNORjtBRFNBO0VBQ0UsV0FBQTtFQUNBLFlBQUE7QUNQRjtBRFVBO0VBQ0Usa0JBQUE7RUFDQSxrQ0FBQTtBQ1JGO0FEV0E7RUFDRSx5QkFBQTtBQ1RGO0FEWUE7RUFDRSxzQkFBQTtFQUNBLHVCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QUNWRjtBRGFBO0VBQ0UsbUJBQUE7RUFDQSxzQkFBQTtFQUNBLGtCQUFBO0VBQ0EsV0FBQTtFQUNBLFVBQUE7RUFDQSxVQUFBO0VBQ0EsV0FBQTtBQ1hGO0FEY0E7RUFDRSwyQkFBQTtBQ1pGO0FEZUE7RUFDRSwwQkFBQTtBQ2JGO0FEZ0JBO0VBQ0U7SUFDRSxlQUFBO0lBQ0EsU0FBQTtJQUNBLE9BQUE7SUFDQSxVQUFBO0lBQ0EsUUFBQTtJQUNBLFdBQUE7SUFDQSxZQUFBO0lBQ0EseUJBQUE7WUFBQSxtQkFBQTtJQUNBLFlBQUE7SUFDQSxXQUFBO0lBQ0EsdUJBQUE7SUFDQSw2QkFBQTtFQ2RGO0VERUE7SUFlSSxtQkFBQTtZQUFBLE9BQUE7SUFDQSxvQkFBQTtJQUFBLGFBQUE7SUFDQSx5QkFBQTtZQUFBLG1CQUFBO0lBQ0EsdUJBQUE7WUFBQSwyQkFBQTtFQ2RKO0VESkE7SUFzQkksbUJBQUE7WUFBQSxjQUFBO0lBQ0EsaUJBQUE7RUNmSjtFRFJBO0lBMkJJLHNCQUFBO0VDaEJKO0VEWEE7SUErQkksc0JBQUE7RUNqQko7RURkQTtJQW1DSSxnQkFBQTtFQ2xCSjtFRHNCQTtJQUdJLFdBQUE7RUN0Qko7QUFDRiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3N0YW1wLWNhbnZhcy9zdGFtcC1jYW52YXMuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWNvbnRleHQtbWVudSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogMzdweDtcbiAgdG9wOiAtNDBweDtcbiAgcGFkZGluZzogMDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBib3gtc2hhZG93OiByZ2JhKDAsIDAsIDAsIDAuNTIpIDBweCAwcHggNXB4O1xuXG4gIC5pY29uIHtcbiAgICBmb250LXNpemU6IDE0cHg7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIGNvbG9yOiBAcHJpbWFyeSAhaW1wb3J0YW50O1xuICB9XG5cbiAgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgICB0b3A6IC0xMjBweCAhaW1wb3J0YW50O1xuICAgIGhlaWdodDogMTIwcHg7XG4gICAgb3ZlcmZsb3cteTogYXV0bztcbiAgfVxuXG4gIDo6bmctZGVlcCAuaWNvbi1idXR0b24ge1xuICAgIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuLmdkLXN0YW1wLWJveCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbn1cblxuLnBhbGV0dGUge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogLTE5MHB4O1xufVxuXG4uY3NnLXByZXZpZXcge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4uY3NnLWJvdW5kaW5nLWJveCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgYmFja2dyb3VuZC1jb2xvcjogdW5zZXQgIWltcG9ydGFudDtcbn1cblxuLmNzZy1ib3VuZGluZy1ib3guYWN0aXZlIHtcbiAgYm9yZGVyOiAxcHggc29saWQgIzY3OUZGQTtcbn1cblxuLmNzZy1ib3JkZXItd2lkdGgge1xuICB3aWR0aDogMzdweCAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IDM3cHggIWltcG9ydGFudDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5iZy1jb2xvci1waWMge1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGhlaWdodDogOHB4O1xuICB3aWR0aDogOHB4O1xuICByaWdodDogNnB4O1xuICBib3R0b206IDZweDtcbn1cblxuOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBtaW4td2lkdGg6IHVuc2V0ICFpbXBvcnRhbnQ7XG59XG5cbjo6bmctZGVlcCAuc2VsZWN0ZWQtdmFsdWUge1xuICBmb250LXNpemU6IDEycHggIWltcG9ydGFudDtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLmdkLWNvbnRleHQtbWVudSB7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIGJvdHRvbTogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHRvcDogdW5zZXQ7XG4gICAgcmlnaHQ6IDA7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiA2MHB4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgcGFkZGluZzogMHB4O1xuICAgIG1hcmdpbjogMHB4O1xuICAgIGJhY2tncm91bmQtY29sb3I6IHdoaXRlO1xuICAgIGJvcmRlci10b3A6IDJweCBzb2xpZCAjNzA3MDcwO1xuXG4gICAgLmNvbG9yLWZvci1zaGFwZSB7XG4gICAgICBmbGV4OiAxO1xuICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG4gICAgfVxuXG4gICAgLnN0YW1wLXRyYXNoIHtcbiAgICAgIGZsZXg6IDAgMCAzN3B4O1xuICAgICAgbWFyZ2luLXJpZ2h0OiA4cHg7XG4gICAgfVxuXG4gICAgOjpuZy1kZWVwIC5idXR0b24ge1xuICAgICAgbWFyZ2luOiAzcHggIWltcG9ydGFudDtcbiAgICB9XG5cbiAgICA6Om5nLWRlZXAgLnNlbGVjdCB7XG4gICAgICBtYXJnaW46IDNweCAhaW1wb3J0YW50O1xuICAgIH1cblxuICAgIC5maXJzdC1lbGVtZW50IHtcbiAgICAgIG1hcmdpbi1sZWZ0OiA4cHg7XG4gICAgfVxuICB9XG5cbiAgLmNzZy1ib3JkZXItd2lkdGgge1xuXG4gICAgLnNlbGVjdCB7XG4gICAgICB3aWR0aDogMjFweDtcbiAgICB9XG4gIH1cblxufVxuIiwiLmdkLWNvbnRleHQtbWVudSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogMzdweDtcbiAgdG9wOiAtNDBweDtcbiAgcGFkZGluZzogMDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBib3gtc2hhZG93OiByZ2JhKDAsIDAsIDAsIDAuNTIpIDBweCAwcHggNXB4O1xufVxuLmdkLWNvbnRleHQtbWVudSAuaWNvbiB7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBjb2xvcjogIzNFNEU1QSAhaW1wb3J0YW50O1xufVxuLmdkLWNvbnRleHQtbWVudSA6Om5nLWRlZXAgLmRyb3Bkb3duLW1lbnUge1xuICB0b3A6IC0xMjBweCAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IDEyMHB4O1xuICBvdmVyZmxvdy15OiBhdXRvO1xufVxuLmdkLWNvbnRleHQtbWVudSA6Om5nLWRlZXAgLmljb24tYnV0dG9uIHtcbiAgbWFyZ2luOiAwcHggIWltcG9ydGFudDtcbn1cbi5nZC1zdGFtcC1ib3gge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG59XG4ucGFsZXR0ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAtMTkwcHg7XG59XG4uY3NnLXByZXZpZXcge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLmNzZy1ib3VuZGluZy1ib3gge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJhY2tncm91bmQtY29sb3I6IHVuc2V0ICFpbXBvcnRhbnQ7XG59XG4uY3NnLWJvdW5kaW5nLWJveC5hY3RpdmUge1xuICBib3JkZXI6IDFweCBzb2xpZCAjNjc5RkZBO1xufVxuLmNzZy1ib3JkZXItd2lkdGgge1xuICB3aWR0aDogMzdweCAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IDM3cHggIWltcG9ydGFudDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uYmctY29sb3ItcGljIHtcbiAgYm9yZGVyLXJhZGl1czogMTAwJTtcbiAgYm9yZGVyOiAxcHggc29saWQgI0NDQztcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBoZWlnaHQ6IDhweDtcbiAgd2lkdGg6IDhweDtcbiAgcmlnaHQ6IDZweDtcbiAgYm90dG9tOiA2cHg7XG59XG46Om5nLWRlZXAgLnNlbGVjdCB7XG4gIG1pbi13aWR0aDogdW5zZXQgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuc2VsZWN0ZWQtdmFsdWUge1xuICBmb250LXNpemU6IDEycHggIWltcG9ydGFudDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLWNvbnRleHQtbWVudSB7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIGJvdHRvbTogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHRvcDogdW5zZXQ7XG4gICAgcmlnaHQ6IDA7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiA2MHB4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgcGFkZGluZzogMHB4O1xuICAgIG1hcmdpbjogMHB4O1xuICAgIGJhY2tncm91bmQtY29sb3I6IHdoaXRlO1xuICAgIGJvcmRlci10b3A6IDJweCBzb2xpZCAjNzA3MDcwO1xuICB9XG4gIC5nZC1jb250ZXh0LW1lbnUgLmNvbG9yLWZvci1zaGFwZSB7XG4gICAgZmxleDogMTtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBmbGV4LXN0YXJ0O1xuICB9XG4gIC5nZC1jb250ZXh0LW1lbnUgLnN0YW1wLXRyYXNoIHtcbiAgICBmbGV4OiAwIDAgMzdweDtcbiAgICBtYXJnaW4tcmlnaHQ6IDhweDtcbiAgfVxuICAuZ2QtY29udGV4dC1tZW51IDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICBtYXJnaW46IDNweCAhaW1wb3J0YW50O1xuICB9XG4gIC5nZC1jb250ZXh0LW1lbnUgOjpuZy1kZWVwIC5zZWxlY3Qge1xuICAgIG1hcmdpbjogM3B4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgLmdkLWNvbnRleHQtbWVudSAuZmlyc3QtZWxlbWVudCB7XG4gICAgbWFyZ2luLWxlZnQ6IDhweDtcbiAgfVxuICAuY3NnLWJvcmRlci13aWR0aCAuc2VsZWN0IHtcbiAgICB3aWR0aDogMjFweDtcbiAgfVxufVxuIl19 */\"","import {AfterViewInit, Component, ElementRef, Input, OnInit, ViewChild} from '@angular/core';\r\nimport {Border, StampCanvasProps} from \"../signature-models\";\r\nimport {ActiveCanvasService} from \"../active-canvas.service\";\r\nimport {RemoveCanvasService} from \"../remove-canvas.service\";\r\nimport {OnCloseService, WindowService} from \"@groupdocs.examples.angular/common-components\";\r\n\r\n@Component({\r\n selector: 'gd-stamp-canvas',\r\n templateUrl: './stamp-canvas.component.html',\r\n styleUrls: ['./stamp-canvas.component.less']\r\n})\r\nexport class StampCanvasComponent implements OnInit, AfterViewInit {\r\n @Input() id: number;\r\n @Input() theFirst: boolean;\r\n @Input() active: boolean;\r\n @Input() props: StampCanvasProps;\r\n @Input() width: number;\r\n @Input() height: number;\r\n\r\n _ctx: CanvasRenderingContext2D;\r\n @ViewChild('canvas', {static: true}) canvas: ElementRef;\r\n colorPickerBG = false;\r\n colorPickerC = false;\r\n borderWidth = Border.widthOptions();\r\n isMobile: boolean;\r\n\r\n constructor(private _activeCanvasService: ActiveCanvasService,\r\n private _removeCanvas: RemoveCanvasService,\r\n private _onCloseService: OnCloseService,\r\n private _windowService: WindowService) {\r\n\r\n this._onCloseService.onClose.subscribe((c) => {\r\n this.colorPickerC = false;\r\n this.colorPickerBG = false;\r\n });\r\n\r\n this._activeCanvasService.activeChange.subscribe((id: number) => {\r\n this.active = this.id === id;\r\n });\r\n\r\n this.isMobile = _windowService.isMobile();\r\n _windowService.onResize.subscribe((w) => {\r\n this.isMobile = _windowService.isMobile();\r\n });\r\n }\r\n\r\n get ctx(): CanvasRenderingContext2D {\r\n return this._ctx;\r\n }\r\n\r\n activation() {\r\n this._activeCanvasService.changeActive(this.id);\r\n }\r\n\r\n ngOnInit() {\r\n }\r\n\r\n ngAfterViewInit(): void {\r\n this._ctx = this.canvas.nativeElement.getContext('2d');\r\n this.redrawCanvas();\r\n }\r\n\r\n redrawCanvas() {\r\n this.refreshRadius();\r\n this.drawCircle();\r\n if (this.props.text) {\r\n if (this.theFirst) {\r\n this._ctx.fillStyle = this.props.textColor;\r\n this._ctx.font = this.fontDecoration() + \" \" + this.props.fontSize + 'px ' + this.props.font;\r\n this._ctx.textAlign = 'center';\r\n this._ctx.fillText(this.props.text, this.props.width / 2, this.props.height / 2 + this.props.fontSize / 2);\r\n if (this.props.underline) {\r\n this.makeTextUnderline();\r\n }\r\n } else {\r\n this.drawTextCircle();\r\n }\r\n }\r\n }\r\n\r\n private fontDecoration(): string {\r\n const bold = (this.props.bold) ? \"bold\" : \"\";\r\n const italic = (this.props.italic) ? \"italic\" : \"\";\r\n return bold + \" \" + italic;\r\n }\r\n\r\n private makeTextUnderline() {\r\n const x = this.props.width / 2;\r\n const y = this.props.height / 2;\r\n const textWidth = this._ctx.measureText(this.props.text).width;\r\n const startY = y + this.props.fontSize;\r\n const endY = startY;\r\n let underlineHeight = this.props.fontSize / 15;\r\n if (underlineHeight < 1) {\r\n underlineHeight = 1;\r\n }\r\n this._ctx.beginPath();\r\n const startX = x - (textWidth / 2);\r\n const endX = x + (textWidth / 2);\r\n this._ctx.strokeStyle = this.props.textColor;\r\n this._ctx.lineWidth = underlineHeight;\r\n this._ctx.moveTo(startX, startY);\r\n this._ctx.lineTo(endX, endY);\r\n this._ctx.strokeStyle = 'blue';\r\n this._ctx.stroke();\r\n }\r\n\r\n private drawCircle() {\r\n const backgroundColor = (this.props.backgroundColor === \"\") ? \"rgb(255, 255, 255)\" : this.props.backgroundColor;\r\n const x = this.props.width / 2;\r\n const y = this.props.height / 2;\r\n this._ctx.beginPath();\r\n this._ctx.arc(x, y, this.props.radius, 0, 2 * Math.PI);\r\n this._ctx.lineWidth = this.props.strokeWidth;\r\n this._ctx.strokeStyle = this.props.strokeColor;\r\n this._ctx.stroke();\r\n this._ctx.fillStyle = backgroundColor;\r\n this._ctx.fill();\r\n this._ctx.closePath();\r\n };\r\n\r\n private drawTextCircle() {\r\n const x = this.props.width / 2;\r\n const y = this.props.height / 2;\r\n this._ctx.save();\r\n this._ctx.translate(x, y);\r\n this._ctx.rotate(Math.PI / 2);\r\n this._ctx.fillStyle = this.props.textColor;\r\n this._ctx.font = this.fontDecoration() + \" \" + this.props.fontSize + 'px ' + this.props.font;\r\n\r\n const num = this.props.textExpansion + (this.props.fontSize / 100);\r\n const rad = this.props.radius - (this.props.fontSize / 2);\r\n for (let i = 0; i < this.props.textRepeat; i++) {\r\n for (let j = 0; j < this.props.text.length; j++) {\r\n this._ctx.save();\r\n this._ctx.rotate(j * num + num * this.props.text.length * i);\r\n this._ctx.fillText(this.props.text[j], 0, -(rad));\r\n this._ctx.restore();\r\n }\r\n }\r\n this._ctx.restore();\r\n };\r\n\r\n private refreshRadius() {\r\n if (this.props.strokeWidth > 1) {\r\n this.props.radius = (this.props.width / 2) - (this.props.strokeWidth / 2) - 1;\r\n } else {\r\n this.props.radius = (this.props.width / 2) - 1;\r\n }\r\n }\r\n\r\n toggleColorPicker($event, bg: boolean) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n if (bg) {\r\n this.colorPickerBG = !this.colorPickerBG;\r\n } else {\r\n this.colorPickerC = !this.colorPickerC;\r\n }\r\n }\r\n\r\n selectColor(bg: boolean, $event) {\r\n if (bg) {\r\n this.props.backgroundColor = $event;\r\n this.colorPickerBG = false;\r\n } else {\r\n this.props.strokeColor = $event;\r\n this.colorPickerC = false;\r\n }\r\n this.redrawCanvas();\r\n }\r\n\r\n selectBorderWidth($event) {\r\n this.props.strokeWidth = $event.value;\r\n this.redrawCanvas();\r\n }\r\n\r\n deleteCanvas() {\r\n this._removeCanvas.remove(this.id);\r\n this.redrawCanvas();\r\n }\r\n\r\n getLeft() {\r\n return (this.width - this.props.width) / 2;\r\n }\r\n\r\n getTop() {\r\n return (this.height - (this.isMobile ? 62 : 0) - this.props.height) / 2 - this.calcDiff();\r\n }\r\n\r\n private calcDiff() {\r\n return (this.active && !this.isMobile) ? 37 : 0;\r\n }\r\n\r\n resize($event) {\r\n this.props.width += $event;\r\n this.props.height += $event;\r\n }\r\n\r\n closeColorPickerBG($event) {\r\n this.colorPickerBG = !$event;\r\n }\r\n\r\n closeColorPickerC($event) {\r\n this.colorPickerC = !$event;\r\n }\r\n\r\n getTranslation() {\r\n this.refreshRadius();\r\n const menuWidth = 148 * 0.5;\r\n return this.props.radius < menuWidth ? (menuWidth - this.props.radius) : (this.props.radius - menuWidth);\r\n }\r\n\r\n inactive($event: Event) {\r\n this._activeCanvasService.changeActive(null);\r\n }\r\n}\r\n","module.exports = \".stamp-body {\\n width: 1036px;\\n height: 561px;\\n}\\n.stamp-body ::ng-deep .button {\\n font-size: unset !important;\\n color: #3E4E5A !important;\\n}\\n.stamp-body ::ng-deep .button ::ng-deep .text {\\n padding-left: 0px !important;\\n}\\n.stamp-body .csg-text-input {\\n padding: 5px;\\n background-color: #e6e6e6;\\n position: absolute;\\n top: 120px;\\n left: 0px;\\n width: calc(100% - 10px);\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n display: -webkit-box;\\n display: flex;\\n z-index: 99999;\\n}\\n.stamp-body .csg-text-input::after {\\n content: \\\" \\\";\\n width: 0;\\n height: 0;\\n border-style: solid;\\n border-width: 0 4px 5px 4px;\\n border-color: transparent transparent #e6e6e6 transparent;\\n position: absolute;\\n top: -5px;\\n right: 110px;\\n}\\n.stamp-body .csg-text-input input {\\n height: 20px;\\n width: 100%;\\n padding: 0;\\n margin: 0px 10px 0px 0px;\\n}\\n.stamp-body .csg-insert-text {\\n width: 27px;\\n height: 27px;\\n background-color: #3787F5;\\n margin: 0px;\\n}\\n.stamp-body .csg-insert-text .icon {\\n padding: 5px;\\n color: white;\\n}\\n.stamp-header {\\n height: 60px;\\n width: 100%;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.header-buttons {\\n display: -webkit-box;\\n display: flex;\\n}\\n.header-buttons .plus {\\n font-size: 8px;\\n position: absolute;\\n height: 5px;\\n width: 5px;\\n right: 10px;\\n bottom: 10px;\\n}\\n.stamp-export {\\n background-color: #25c2d4;\\n margin-right: 10px;\\n width: 68px;\\n height: 37px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n color: #FFF;\\n -webkit-box-align: center;\\n align-items: center;\\n cursor: pointer;\\n}\\n.stamp-export .icon {\\n display: -webkit-box;\\n display: flex;\\n text-align: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-flex: 0;\\n flex: 0 0 27px;\\n}\\n.stamp-export .save-button {\\n font-size: 10px;\\n display: -webkit-box;\\n display: flex;\\n text-align: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-flex: 0;\\n flex: 0 0 40px;\\n}\\n.gd-draw-stamp {\\n background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAhCAYAAAC4JqlRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA4UlEQVR4nO2WbQuDMAyE+///q0WhKiiacYFK7BeXK2OMJXC2SF8er2kwiTPO81St6yo5ZxmGQdsnYZwdi/6yLJICIAACIAAC4KcA6uYMgN34BmAX9QgA9atYuQGO47j6mMw4YDXPsyQ8PCqlaAsAuNAjdYC1DyDeY7MOQuoAY10L0CboO0KoAywA6NsFn26QBaUB6hFYAO8VrhEAAfC/APQ1tJXQC9CCXABsKQZAW1qpStgDwG7+kVL8dQBPAnYDQN4cwFgrvFOAfd/Fq23b9IdiHEeZpokWAF41ugKO5u7gN6EQAAAFZL5NAAAAAElFTkSuQmCC) !important;\\n position: absolute;\\n padding: 0 !important;\\n background-color: #fff;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-draw-stamp input {\\n height: 30px;\\n outline: 2px solid #679FFA;\\n}\\n.gd-draw-stamp .gd-draw-stamp-text {\\n z-index: 99999;\\n}\\n.gd-draw-stamp .gd-text-menu-context {\\n height: 37px;\\n top: 180px;\\n padding: 0;\\n background-color: #FFFFFF;\\n cursor: default;\\n position: absolute;\\n box-shadow: rgba(0, 0, 0, 0.52) 0px 0px 5px;\\n}\\n.gd-draw-stamp .gd-text-menu-context ::ng-deep .color-for-text {\\n -webkit-box-flex: 1;\\n flex: 1;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: start;\\n justify-content: flex-start;\\n}\\n.gd-draw-stamp .gd-text-menu-context .stamp-trash {\\n -webkit-box-flex: 0;\\n flex: 0 0 37px;\\n margin-right: 8px;\\n}\\n.gd-draw-stamp .gd-text-menu-context ::ng-deep .first-component ::ng-deep .dropdown-menu {\\n left: 8px;\\n}\\n::ng-deep .select {\\n color: #3E4E5A !important;\\n}\\n::ng-deep gd-drop-down {\\n z-index: 999999 !important;\\n}\\n@media (max-width: 1037px) {\\n .stamp-body {\\n width: inherit;\\n height: inherit;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc3RhbXAtbW9kYWwvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3NpZ25hdHVyZS9zcmMvbGliL3N0YW1wLW1vZGFsL3N0YW1wLW1vZGFsLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zdGFtcC1tb2RhbC9zdGFtcC1tb2RhbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLGFBQUE7RUFDQSxhQUFBO0FDREY7QUREQTtFQUtJLDJCQUFBO0VBQ0EseUJBQUE7QUNESjtBRExBO0VBU00sNEJBQUE7QUNETjtBRFJBO0VBY0ksWUFBQTtFQUNBLHlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxVQUFBO0VBQ0EsU0FBQTtFQUNBLHdCQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsY0FBQTtBQ0hKO0FEbkJBO0VBMEJJLFlBQUE7RUFDQSxRQUFBO0VBQ0EsU0FBQTtFQUNBLG1CQUFBO0VBQ0EsMkJBQUE7RUFDQSx5REFBQTtFQUNBLGtCQUFBO0VBQ0EsU0FBQTtFQUNBLFlBQUE7QUNKSjtBRDlCQTtFQXNDSSxZQUFBO0VBQ0EsV0FBQTtFQUNBLFVBQUE7RUFDQSx3QkFBQTtBQ0xKO0FEcENBO0VBNkNJLFdBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7RUFDQSxXQUFBO0FDTko7QUQxQ0E7RUFtRE0sWUFBQTtFQUNBLFlBQUE7QUNOTjtBRFdBO0VBQ0UsWUFBQTtFQUNBLFdBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLDhCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ1RGO0FEWUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7QUNWRjtBRFNBO0VBSUksY0FBQTtFQUNBLGtCQUFBO0VBQ0EsV0FBQTtFQUNBLFVBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtBQ1ZKO0FEY0E7RUFDRSx5QkFBQTtFQUNBLGtCQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLDhCQUFBO0VBQ0EsV0FBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxlQUFBO0FDWkY7QURHQTtFQVlJLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGtCQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLG1CQUFBO1VBQUEsY0FBQTtBQ1pKO0FESEE7RUFtQkksZUFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGtCQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLG1CQUFBO1VBQUEsY0FBQTtBQ2JKO0FEaUJBO0VBQ0UsNGNBQUE7RUFDQSxrQkFBQTtFQUNBLHFCQUFBO0VBQ0Esc0JBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ2ZGO0FEUUE7RUFVSSxZQUFBO0VBQ0EsMEJBQUE7QUNmSjtBRElBO0VBZUksY0FBQTtBQ2hCSjtBRENBO0VBbUJJLFlBQUE7RUFDQSxVQUFBO0VBQ0EsVUFBQTtFQUNBLHlCQUFBO0VBQ0EsZUFBQTtFQUNBLGtCQUFBO0VBQ0EsMkNBQUE7QUNqQko7QURSQTtFQTRCTSxtQkFBQTtVQUFBLE9BQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsdUJBQUE7VUFBQSwyQkFBQTtBQ2pCTjtBRGRBO0VBbUNNLG1CQUFBO1VBQUEsY0FBQTtFQUNBLGlCQUFBO0FDbEJOO0FEbEJBO0VBeUNRLFNBQUE7QUNwQlI7QUQwQkE7RUFDRSx5QkFBQTtBQ3hCRjtBRDJCQTtFQUNFLDBCQUFBO0FDekJGO0FENEJBO0VBQ0U7SUFDRSxjQUFBO0lBQ0EsZUFBQTtFQzFCRjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc3RhbXAtbW9kYWwvc3RhbXAtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLnN0YW1wLWJvZHkge1xuICB3aWR0aDogMTAzNnB4O1xuICBoZWlnaHQ6IDU2MXB4O1xuXG4gIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICBmb250LXNpemU6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgY29sb3I6IEBwcmltYXJ5ICFpbXBvcnRhbnQ7XG5cbiAgICA6Om5nLWRlZXAgLnRleHQge1xuICAgICAgcGFkZGluZy1sZWZ0OiAwcHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICAuY3NnLXRleHQtaW5wdXQge1xuICAgIHBhZGRpbmc6IDVweDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTZlNmU2O1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDEyMHB4O1xuICAgIGxlZnQ6IDBweDtcbiAgICB3aWR0aDogflwiY2FsYygxMDAlIC0gMTBweClcIjtcbiAgICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgei1pbmRleDogOTk5OTk7XG4gIH1cblxuICAuY3NnLXRleHQtaW5wdXQ6OmFmdGVyIHtcbiAgICBjb250ZW50OiBcIiBcIjtcbiAgICB3aWR0aDogMDtcbiAgICBoZWlnaHQ6IDA7XG4gICAgYm9yZGVyLXN0eWxlOiBzb2xpZDtcbiAgICBib3JkZXItd2lkdGg6IDAgNHB4IDVweCA0cHg7XG4gICAgYm9yZGVyLWNvbG9yOiB0cmFuc3BhcmVudCB0cmFuc3BhcmVudCAjZTZlNmU2IHRyYW5zcGFyZW50O1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IC01cHg7XG4gICAgcmlnaHQ6IDExMHB4O1xuICB9XG5cbiAgLmNzZy10ZXh0LWlucHV0IGlucHV0IHtcbiAgICBoZWlnaHQ6IDIwcHg7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgcGFkZGluZzogMDtcbiAgICBtYXJnaW46IDBweCAxMHB4IDBweCAwcHg7XG4gIH1cblxuICAuY3NnLWluc2VydC10ZXh0IHtcbiAgICB3aWR0aDogMjdweDtcbiAgICBoZWlnaHQ6IDI3cHg7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogIzM3ODdGNTtcbiAgICBtYXJnaW46IDBweDtcblxuICAgIC5pY29uIHtcbiAgICAgIHBhZGRpbmc6IDVweDtcbiAgICAgIGNvbG9yOiB3aGl0ZTtcbiAgICB9XG4gIH1cbn1cblxuLnN0YW1wLWhlYWRlciB7XG4gIGhlaWdodDogNjBweDtcbiAgd2lkdGg6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cblxuLmhlYWRlci1idXR0b25zIHtcbiAgZGlzcGxheTogZmxleDtcblxuICAucGx1cyB7XG4gICAgZm9udC1zaXplOiA4cHg7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIGhlaWdodDogNXB4O1xuICAgIHdpZHRoOiA1cHg7XG4gICAgcmlnaHQ6IDEwcHg7XG4gICAgYm90dG9tOiAxMHB4O1xuICB9XG59XG5cbi5zdGFtcC1leHBvcnQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAYnJhbmQ7XG4gIG1hcmdpbi1yaWdodDogMTBweDtcbiAgd2lkdGg6IDY4cHg7XG4gIGhlaWdodDogMzdweDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICBjb2xvcjogI0ZGRjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgY3Vyc29yOiBwb2ludGVyO1xuXG4gIC5pY29uIHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBmbGV4OiAwIDAgMjdweDtcbiAgfVxuXG4gIC5zYXZlLWJ1dHRvbiB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIGZsZXg6IDAgMCA0MHB4O1xuICB9XG59XG5cbi5nZC1kcmF3LXN0YW1wIHtcbiAgYmFja2dyb3VuZC1pbWFnZTogdXJsKGRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQ0FBQUFBaENBWUFBQUM0SnFsUkFBQUFDWEJJV1hNQUFBN0VBQUFPeEFHVkt3NGJBQUFBNFVsRVFWUjRuTzJXYlF1RE1BeUUrLy8vcTBXaEtpaWFjWUZLN0JlWEsyT01KWEMyU0Y4ZXIya3dpVFBPODFTdDZ5bzVaeG1HUWRzbllad2RpLzZ5TEpJQ0lBQUNJQUFDNEtjQTZ1WU1nTjM0Qm1BWDlRZ0E5YXRZdVFHTzQ3ajZtTXc0WURYUHN5UThQQ3FsYUFzQXVOQWpkWUMxRHlEZVk3TU9RdW9BWTEwTDBDYm9PMEtvQXl3QTZOc0ZuMjZRQmFVQjZoRllBTzhWcmhFQUFmQy9BUFExdEpYUUM5Q0NYQUJzS1FaQVcxcXBTdGdEd0c3K2tWTDhkUUJQQW5ZRFFONGN3RmdydkZPQWZkL0ZxMjNiOUlkaUhFZVpwb2tXQUY0MXVnS081dTdnTjZFUUFBQUZaTDVOQUFBQUFFbEZUa1N1UW1DQykgIWltcG9ydGFudDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBwYWRkaW5nOiAwICFpbXBvcnRhbnQ7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuXG4gIGlucHV0IHtcbiAgICBoZWlnaHQ6IDMwcHg7XG4gICAgb3V0bGluZTogMnB4IHNvbGlkICM2NzlGRkE7XG4gIH1cblxuICAuZ2QtZHJhdy1zdGFtcC10ZXh0IHtcbiAgICB6LWluZGV4OiA5OTk5OTtcbiAgfVxuXG4gIC5nZC10ZXh0LW1lbnUtY29udGV4dCB7XG4gICAgaGVpZ2h0OiAzN3B4O1xuICAgIHRvcDogMTgwcHg7XG4gICAgcGFkZGluZzogMDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGRkZGO1xuICAgIGN1cnNvcjogZGVmYXVsdDtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgYm94LXNoYWRvdzogcmdiYSgwLCAwLCAwLCAwLjUyKSAwcHggMHB4IDVweDtcblxuICAgIDo6bmctZGVlcCAuY29sb3ItZm9yLXRleHQge1xuICAgICAgZmxleDogMTtcbiAgICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgICAganVzdGlmeS1jb250ZW50OiBmbGV4LXN0YXJ0O1xuICAgIH1cblxuICAgIC5zdGFtcC10cmFzaCB7XG4gICAgICBmbGV4OiAwIDAgMzdweDtcbiAgICAgIG1hcmdpbi1yaWdodDogOHB4O1xuICAgIH1cblxuICAgIDo6bmctZGVlcCAuZmlyc3QtY29tcG9uZW50IHtcbiAgICAgIDo6bmctZGVlcCAuZHJvcGRvd24tbWVudSB7XG4gICAgICAgIGxlZnQ6IDhweDtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBjb2xvcjogQHByaW1hcnkgIWltcG9ydGFudDtcbn1cblxuOjpuZy1kZWVwIGdkLWRyb3AtZG93biB7XG4gIHotaW5kZXg6IDk5OTk5OSAhaW1wb3J0YW50O1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuc3RhbXAtYm9keSB7XG4gICAgd2lkdGg6IGluaGVyaXQ7XG4gICAgaGVpZ2h0OiBpbmhlcml0O1xuICB9XG59XG4iLCIuc3RhbXAtYm9keSB7XG4gIHdpZHRoOiAxMDM2cHg7XG4gIGhlaWdodDogNTYxcHg7XG59XG4uc3RhbXAtYm9keSA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIGZvbnQtc2l6ZTogdW5zZXQgIWltcG9ydGFudDtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbn1cbi5zdGFtcC1ib2R5IDo6bmctZGVlcCAuYnV0dG9uIDo6bmctZGVlcCAudGV4dCB7XG4gIHBhZGRpbmctbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG59XG4uc3RhbXAtYm9keSAuY3NnLXRleHQtaW5wdXQge1xuICBwYWRkaW5nOiA1cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlNmU2ZTY7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAxMjBweDtcbiAgbGVmdDogMHB4O1xuICB3aWR0aDogY2FsYygxMDAlIC0gMTBweCk7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHotaW5kZXg6IDk5OTk5O1xufVxuLnN0YW1wLWJvZHkgLmNzZy10ZXh0LWlucHV0OjphZnRlciB7XG4gIGNvbnRlbnQ6IFwiIFwiO1xuICB3aWR0aDogMDtcbiAgaGVpZ2h0OiAwO1xuICBib3JkZXItc3R5bGU6IHNvbGlkO1xuICBib3JkZXItd2lkdGg6IDAgNHB4IDVweCA0cHg7XG4gIGJvcmRlci1jb2xvcjogdHJhbnNwYXJlbnQgdHJhbnNwYXJlbnQgI2U2ZTZlNiB0cmFuc3BhcmVudDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IC01cHg7XG4gIHJpZ2h0OiAxMTBweDtcbn1cbi5zdGFtcC1ib2R5IC5jc2ctdGV4dC1pbnB1dCBpbnB1dCB7XG4gIGhlaWdodDogMjBweDtcbiAgd2lkdGg6IDEwMCU7XG4gIHBhZGRpbmc6IDA7XG4gIG1hcmdpbjogMHB4IDEwcHggMHB4IDBweDtcbn1cbi5zdGFtcC1ib2R5IC5jc2ctaW5zZXJ0LXRleHQge1xuICB3aWR0aDogMjdweDtcbiAgaGVpZ2h0OiAyN3B4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMzc4N0Y1O1xuICBtYXJnaW46IDBweDtcbn1cbi5zdGFtcC1ib2R5IC5jc2ctaW5zZXJ0LXRleHQgLmljb24ge1xuICBwYWRkaW5nOiA1cHg7XG4gIGNvbG9yOiB3aGl0ZTtcbn1cbi5zdGFtcC1oZWFkZXIge1xuICBoZWlnaHQ6IDYwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uaGVhZGVyLWJ1dHRvbnMge1xuICBkaXNwbGF5OiBmbGV4O1xufVxuLmhlYWRlci1idXR0b25zIC5wbHVzIHtcbiAgZm9udC1zaXplOiA4cHg7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgaGVpZ2h0OiA1cHg7XG4gIHdpZHRoOiA1cHg7XG4gIHJpZ2h0OiAxMHB4O1xuICBib3R0b206IDEwcHg7XG59XG4uc3RhbXAtZXhwb3J0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzI1YzJkNDtcbiAgbWFyZ2luLXJpZ2h0OiAxMHB4O1xuICB3aWR0aDogNjhweDtcbiAgaGVpZ2h0OiAzN3B4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIGNvbG9yOiAjRkZGO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uc3RhbXAtZXhwb3J0IC5pY29uIHtcbiAgZGlzcGxheTogZmxleDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleDogMCAwIDI3cHg7XG59XG4uc3RhbXAtZXhwb3J0IC5zYXZlLWJ1dHRvbiB7XG4gIGZvbnQtc2l6ZTogMTBweDtcbiAgZGlzcGxheTogZmxleDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleDogMCAwIDQwcHg7XG59XG4uZ2QtZHJhdy1zdGFtcCB7XG4gIGJhY2tncm91bmQtaW1hZ2U6IHVybChkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUNBQUFBQWhDQVlBQUFDNEpxbFJBQUFBQ1hCSVdYTUFBQTdFQUFBT3hBR1ZLdzRiQUFBQTRVbEVRVlI0bk8yV2JRdURNQXlFKy8vL3EwV2hLaWlhY1lGSzdCZVhLMk9NSlhDMlNGOGVyMmt3aVRQTzgxU3Q2eW81WnhtR1Fkc25ZWndkaS82eUxKSUNJQUFDSUFBQzRLY0E2dVlNZ04zNEJtQVg5UWdBOWF0WXVRR080N2o2bU13NFlEWFBzeVE4UENxbGFBc0F1TkFqZFlDMUR5RGVZN01PUXVvQVkxMEwwQ2JvTzBLb0F5d0E2TnNGbjI2UUJhVUI2aEZZQU84VnJoRUFBZkMvQVBRMXRKWFFDOUNDWEFCc0tRWkFXMXFwU3RnRHdHNytrVkw4ZFFCUEFuWURRTjRjd0ZncnZGT0FmZC9GcTIzYjlJZGlIRWVacG9rV0FGNDF1Z0tPNXU3Z042RVFBQUFGWkw1TkFBQUFBRWxGVGtTdVFtQ0MpICFpbXBvcnRhbnQ7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcGFkZGluZzogMCAhaW1wb3J0YW50O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmO1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cbi5nZC1kcmF3LXN0YW1wIGlucHV0IHtcbiAgaGVpZ2h0OiAzMHB4O1xuICBvdXRsaW5lOiAycHggc29saWQgIzY3OUZGQTtcbn1cbi5nZC1kcmF3LXN0YW1wIC5nZC1kcmF3LXN0YW1wLXRleHQge1xuICB6LWluZGV4OiA5OTk5OTtcbn1cbi5nZC1kcmF3LXN0YW1wIC5nZC10ZXh0LW1lbnUtY29udGV4dCB7XG4gIGhlaWdodDogMzdweDtcbiAgdG9wOiAxODBweDtcbiAgcGFkZGluZzogMDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJveC1zaGFkb3c6IHJnYmEoMCwgMCwgMCwgMC41MikgMHB4IDBweCA1cHg7XG59XG4uZ2QtZHJhdy1zdGFtcCAuZ2QtdGV4dC1tZW51LWNvbnRleHQgOjpuZy1kZWVwIC5jb2xvci1mb3ItdGV4dCB7XG4gIGZsZXg6IDE7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogZmxleC1zdGFydDtcbn1cbi5nZC1kcmF3LXN0YW1wIC5nZC10ZXh0LW1lbnUtY29udGV4dCAuc3RhbXAtdHJhc2gge1xuICBmbGV4OiAwIDAgMzdweDtcbiAgbWFyZ2luLXJpZ2h0OiA4cHg7XG59XG4uZ2QtZHJhdy1zdGFtcCAuZ2QtdGV4dC1tZW51LWNvbnRleHQgOjpuZy1kZWVwIC5maXJzdC1jb21wb25lbnQgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgbGVmdDogOHB4O1xufVxuOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBjb2xvcjogIzNFNEU1QSAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIGdkLWRyb3AtZG93biB7XG4gIHotaW5kZXg6IDk5OTk5OSAhaW1wb3J0YW50O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAuc3RhbXAtYm9keSB7XG4gICAgd2lkdGg6IGluaGVyaXQ7XG4gICAgaGVpZ2h0OiBpbmhlcml0O1xuICB9XG59XG4iXX0= */\"","import {Component, ComponentRef, ElementRef, OnDestroy, OnInit, ViewChild} from '@angular/core';\r\nimport {SignatureType, StampCanvasProps} from \"../signature-models\";\r\nimport {ActiveCanvasService} from './../active-canvas.service'\r\nimport {SignatureService} from './../signature.service'\r\nimport {SignatureTabActivatorService} from \"./../signature-tab-activator.service\";\r\nimport {RemoveCanvasService} from \"../remove-canvas.service\";\r\nimport {StampCanvasComponent} from \"../stamp-canvas/stamp-canvas.component\";\r\nimport {\r\n AddDynamicComponentService, CommonModals, Formatting,\r\n HostDynamicDirective, ModalService,\r\n WindowService\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport * as jquery from \"jquery\";\r\n\r\nconst $ = jquery;\r\n\r\n@Component({\r\n selector: 'gd-stamp-modal',\r\n templateUrl: './stamp-modal.component.html',\r\n styleUrls: ['./stamp-modal.component.less']\r\n})\r\nexport class StampModalComponent implements OnInit, OnDestroy {\r\n stampCircles = new Map>();\r\n textString = '';\r\n showText = false;\r\n\r\n @ViewChild(HostDynamicDirective, {static: true}) dynamicDirective: HostDynamicDirective;\r\n\r\n private isMobile: boolean;\r\n private sizeMagnifier = 40;\r\n private activeId: number;\r\n textProps = Formatting.default();\r\n\r\n constructor(private _addDynamicComponentService: AddDynamicComponentService,\r\n private _activeCanvasService: ActiveCanvasService,\r\n private _windowService: WindowService,\r\n private _removeCanvas: RemoveCanvasService,\r\n private _signatureService: SignatureService,\r\n private _tabActivationService: SignatureTabActivatorService,\r\n private _modalService: ModalService) {\r\n\r\n this._removeCanvas.removeCanvas.subscribe((id: number) => {\r\n const componentRef = this.stampCircles.get(id);\r\n componentRef.destroy();\r\n this.stampCircles.delete(id);\r\n });\r\n\r\n this.isMobile = _windowService.isMobile();\r\n _windowService.onResize.subscribe((w) => {\r\n this.isMobile = _windowService.isMobile();\r\n });\r\n\r\n this._activeCanvasService.activeChange.subscribe((id: number) => {\r\n this.activeId = id;\r\n });\r\n }\r\n\r\n ngOnInit() {\r\n }\r\n\r\n saveSign() {\r\n const componentRef = this.stampCircles.get(this.stampCircles.size);\r\n const canvasComponent = componentRef.instance;\r\n const lastProps = canvasComponent.props;\r\n const ctx = canvasComponent.ctx;\r\n const props = [];\r\n props.push(lastProps);\r\n for (let i = this.stampCircles.size - 1; i > 0; i--) {\r\n const comp = this.stampCircles.get(i).instance;\r\n const canvas = comp.canvas.nativeElement;\r\n let offset = lastProps.width - comp.props.width;\r\n if (offset !== 0) {\r\n offset = offset / 2;\r\n }\r\n ctx.drawImage(canvas, offset, offset);\r\n props.push(comp.props);\r\n }\r\n props.reverse();\r\n const img = canvasComponent.canvas.nativeElement.toDataURL(\"image/png\");\r\n this._signatureService.saveStamp(img, props).subscribe(() => {\r\n this._tabActivationService.changeActiveTab(SignatureType.STAMP.id);\r\n this._signatureService.refreshSignatures();\r\n });\r\n this.close();\r\n }\r\n\r\n private close() {\r\n this._modalService.close(CommonModals.DrawStampSignature);\r\n }\r\n\r\n onCloseOpen($event) {\r\n if ($event) {\r\n this.textString = '';\r\n const props = new StampCanvasProps().init(this.isMobile);\r\n props.id = this.stampCircles.size + 1;\r\n this.addCircle(props, true);\r\n } else {\r\n this.clear();\r\n }\r\n }\r\n\r\n clear() {\r\n for (const comp of this.stampCircles.values()) {\r\n comp.destroy();\r\n }\r\n this.stampCircles = new Map>();\r\n this.showText = false;\r\n }\r\n\r\n private addCircle(props: StampCanvasProps, theFirst: boolean) {\r\n if (this.dynamicDirective) {\r\n const viewContainerRef = this.dynamicDirective.viewContainerRef;\r\n const stampCircle = this._addDynamicComponentService.addDynamicComponent(viewContainerRef, StampCanvasComponent);\r\n (stampCircle.instance).id = props.id;\r\n (stampCircle.instance).theFirst = theFirst;\r\n (stampCircle.instance).active = true;\r\n (stampCircle.instance).props = props;\r\n (stampCircle.instance).width = this.getWidth();\r\n (stampCircle.instance).height = this.getHeight();\r\n this.stampCircles.set(props.id, stampCircle);\r\n this._activeCanvasService.changeActive(props.id);\r\n }\r\n }\r\n\r\n addCanvas() {\r\n const props = new StampCanvasProps();\r\n props.init(this.isMobile);\r\n props.id = this.stampCircles.size + 1;\r\n const componentRef = this.stampCircles.get(this.stampCircles.size);\r\n if (componentRef) {\r\n const lastProps = (componentRef.instance).props;\r\n props.width = lastProps.width + this.sizeMagnifier;\r\n props.height = lastProps.height + this.sizeMagnifier;\r\n props.zIndex = lastProps.zIndex - 1;\r\n }\r\n this.addCircle(props, false);\r\n this.showText = false;\r\n }\r\n\r\n ngOnDestroy(): void {\r\n this.clear();\r\n }\r\n\r\n addText(value: string) {\r\n this.textString = value;\r\n const componentRef = this.stampCircles.get(1);\r\n if (this.textString && componentRef) {\r\n const props = (componentRef.instance).props;\r\n props.text = value;\r\n (componentRef.instance).redrawCanvas();\r\n this.showText = false;\r\n }\r\n }\r\n\r\n toggleText() {\r\n this.showText = !this.showText;\r\n if (this.showText) {\r\n this._activeCanvasService.changeActive(null);\r\n }\r\n if (this.showText) {\r\n setTimeout(() => {\r\n const element = $(\"#text-input\");\r\n if (element) {\r\n element.focus();\r\n }\r\n }, 100);\r\n }\r\n }\r\n\r\n toggleUnderline($event: boolean) {\r\n this.textProps.underline = $event;\r\n const componentRef = this.stampCircles.get(1);\r\n if (componentRef) {\r\n const props = (componentRef.instance).props;\r\n props.underline = $event;\r\n (componentRef.instance).redrawCanvas();\r\n }\r\n }\r\n\r\n toggleBold($event: boolean) {\r\n this.textProps.bold = $event;\r\n const componentRef = this.stampCircles.get(1);\r\n if (componentRef) {\r\n const props = (componentRef.instance).props;\r\n props.bold = $event;\r\n (componentRef.instance).redrawCanvas();\r\n }\r\n }\r\n\r\n toggleItalic($event: boolean) {\r\n this.textProps.italic = $event;\r\n const componentRef = this.stampCircles.get(1);\r\n if (componentRef) {\r\n const props = (componentRef.instance).props;\r\n props.italic = $event;\r\n (componentRef.instance).redrawCanvas();\r\n }\r\n }\r\n\r\n selectTextColor($event: string) {\r\n this.textProps.color = $event;\r\n const componentRef = this.stampCircles.get(1);\r\n if (componentRef) {\r\n const props = (componentRef.instance).props;\r\n props.textColor = $event;\r\n (componentRef.instance).redrawCanvas();\r\n }\r\n }\r\n\r\n selectFont($event: string) {\r\n this.textProps.font = $event;\r\n const componentRef = this.stampCircles.get(1);\r\n if (componentRef) {\r\n const props = (componentRef.instance).props;\r\n props.font = $event;\r\n (componentRef.instance).redrawCanvas();\r\n }\r\n }\r\n\r\n selectFontSize($event: number) {\r\n this.textProps.fontSize = $event;\r\n const componentRef = this.stampCircles.get(1);\r\n if (componentRef) {\r\n const props = (componentRef.instance).props;\r\n props.fontSize = $event;\r\n (componentRef.instance).redrawCanvas();\r\n }\r\n }\r\n\r\n getWidth() {\r\n return this.isMobile ? this._windowService.getWidth() : 1036;\r\n }\r\n\r\n getHeight() {\r\n return this.isMobile ? this._windowService.getHeight() : 501;\r\n }\r\n\r\n deleteText() {\r\n const componentRef = this.stampCircles.get(1);\r\n if (componentRef) {\r\n const props = (componentRef.instance).props;\r\n props.text = \"\";\r\n (componentRef.instance).redrawCanvas();\r\n this.showText = false;\r\n }\r\n }\r\n\r\n leaveText($event: Event) {\r\n this.showText = false;\r\n }\r\n\r\n getTextWidth() {\r\n const componentRef = this.stampCircles.get(1);\r\n if (componentRef) {\r\n const props = (componentRef.instance).props;\r\n return props.radius * 2;\r\n }\r\n return 100;\r\n }\r\n}\r\n","module.exports = \".gd-upload-inputs {\\n height: 350px;\\n text-align: center;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-pack: center;\\n justify-content: center;\\n align-content: center;\\n background-color: #FFF;\\n}\\n.gd-upload-inputs .icon {\\n font-size: 52px;\\n color: #959DA5;\\n}\\n.gd-upload-inputs input {\\n opacity: 0;\\n position: absolute;\\n cursor: pointer;\\n width: -webkit-fit-content;\\n width: -moz-fit-content;\\n width: fit-content;\\n height: 203px;\\n}\\n.gd-upload-title {\\n color: #bababa;\\n font-size: 13px;\\n margin: 10px 0px 0px 0px;\\n}\\n.text {\\n font-size: 12px;\\n text-align: center;\\n}\\n@media (max-width: 1037px) {\\n .gd-upload-inputs {\\n width: -webkit-fill-available;\\n }\\n .gd-upload-inputs input {\\n width: -webkit-fill-available;\\n height: 201px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvdXBsb2FkLXNpZ25hdHVyZS9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvc2lnbmF0dXJlL3NyYy9saWIvdXBsb2FkLXNpZ25hdHVyZS91cGxvYWQtc2lnbmF0dXJlLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi91cGxvYWQtc2lnbmF0dXJlL3VwbG9hZC1zaWduYXR1cmUuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxhQUFBO0VBQ0Esa0JBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EscUJBQUE7RUFDQSxzQkFBQTtBQ0RGO0FETkE7RUFVSSxlQUFBO0VBQ0EsY0FBQTtBQ0RKO0FEVkE7RUFlSSxVQUFBO0VBQ0Esa0JBQUE7RUFDQSxlQUFBO0VBQ0EsMEJBQUE7RUFBQSx1QkFBQTtFQUFBLGtCQUFBO0VBQ0EsYUFBQTtBQ0ZKO0FETUE7RUFDRSxjQUFBO0VBQ0EsZUFBQTtFQUNBLHdCQUFBO0FDSkY7QURPQTtFQUNFLGVBQUE7RUFDQSxrQkFBQTtBQ0xGO0FEUUE7RUFFRTtJQUNFLDZCQUFBO0VDUEY7RURVQTtJQUNFLDZCQUFBO0lBQ0EsYUFBQTtFQ1JGO0FBQ0YiLCJmaWxlIjoibGlicy9zaWduYXR1cmUvc3JjL2xpYi91cGxvYWQtc2lnbmF0dXJlL3VwbG9hZC1zaWduYXR1cmUuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLXVwbG9hZC1pbnB1dHMge1xuICBoZWlnaHQ6IDM1MHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1jb250ZW50OiBjZW50ZXI7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkY7XG5cbiAgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogNTJweDtcbiAgICBjb2xvcjogIzk1OURBNTtcbiAgfVxuXG4gIGlucHV0IHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgd2lkdGg6IGZpdC1jb250ZW50O1xuICAgIGhlaWdodDogMjAzcHg7XG4gIH1cbn1cblxuLmdkLXVwbG9hZC10aXRsZSB7XG4gIGNvbG9yOiAjYmFiYWJhO1xuICBmb250LXNpemU6IDEzcHg7XG4gIG1hcmdpbjogMTBweCAwcHggMHB4IDBweDtcbn1cblxuLnRleHQge1xuICBmb250LXNpemU6IDEycHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcblxuICAuZ2QtdXBsb2FkLWlucHV0cyB7XG4gICAgd2lkdGg6IC13ZWJraXQtZmlsbC1hdmFpbGFibGU7XG4gIH1cblxuICAuZ2QtdXBsb2FkLWlucHV0cyBpbnB1dCB7XG4gICAgd2lkdGg6IC13ZWJraXQtZmlsbC1hdmFpbGFibGU7XG4gICAgaGVpZ2h0OiAyMDFweDtcbiAgfVxufVxuIiwiLmdkLXVwbG9hZC1pbnB1dHMge1xuICBoZWlnaHQ6IDM1MHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1jb250ZW50OiBjZW50ZXI7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkY7XG59XG4uZ2QtdXBsb2FkLWlucHV0cyAuaWNvbiB7XG4gIGZvbnQtc2l6ZTogNTJweDtcbiAgY29sb3I6ICM5NTlEQTU7XG59XG4uZ2QtdXBsb2FkLWlucHV0cyBpbnB1dCB7XG4gIG9wYWNpdHk6IDA7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB3aWR0aDogZml0LWNvbnRlbnQ7XG4gIGhlaWdodDogMjAzcHg7XG59XG4uZ2QtdXBsb2FkLXRpdGxlIHtcbiAgY29sb3I6ICNiYWJhYmE7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgbWFyZ2luOiAxMHB4IDBweCAwcHggMHB4O1xufVxuLnRleHQge1xuICBmb250LXNpemU6IDEycHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLXVwbG9hZC1pbnB1dHMge1xuICAgIHdpZHRoOiAtd2Via2l0LWZpbGwtYXZhaWxhYmxlO1xuICB9XG4gIC5nZC11cGxvYWQtaW5wdXRzIGlucHV0IHtcbiAgICB3aWR0aDogLXdlYmtpdC1maWxsLWF2YWlsYWJsZTtcbiAgICBoZWlnaHQ6IDIwMXB4O1xuICB9XG59XG4iXX0= */\"","import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';\r\nimport {FileListWithParams} from \"../signature-models\";\r\nimport {SignatureService} from \"../signature.service\";\r\n\r\n@Component({\r\n selector: 'gd-upload-signature',\r\n templateUrl: './upload-signature.component.html',\r\n styleUrls: ['./upload-signature.component.less']\r\n})\r\nexport class UploadSignatureComponent implements OnInit {\r\n @Input() signatureType: string;\r\n @Input() rewrite: boolean;\r\n @Output() closePanel = new EventEmitter();\r\n\r\n constructor(private _signatureService: SignatureService) {\r\n }\r\n\r\n ngOnInit() {\r\n }\r\n\r\n handleFileInput(files: FileList) {\r\n this.addFiles(files);\r\n }\r\n\r\n addFiles(files) {\r\n const data = new FileListWithParams(files, this.signatureType);\r\n this._signatureService.uploadSignature(data, this.rewrite).subscribe(() => {\r\n this.closePanel.emit(true);\r\n });\r\n }\r\n\r\n uploadFiles($event: any) {\r\n this.addFiles($event);\r\n }\r\n}\r\n","export * from './lib/viewer.module';\r\nexport * from './lib/viewer-app.component';\r\nexport * from './lib/viewer.service';\r\nexport * from './lib/viewer-config.service';\r\n","module.exports = \":host {\\n overflow: scroll;\\n width: 100%;\\n background-color: #e7e7e7;\\n}\\n.document {\\n width: 100%;\\n -webkit-transition: all 0.4s;\\n transition: all 0.4s;\\n padding: 0px;\\n margin: 0px;\\n position: relative;\\n}\\n.sheets {\\n background-color: #fff;\\n display: -webkit-box;\\n display: flex;\\n border-top: 1px solid #e7e7e7;\\n position: fixed;\\n bottom: 17px;\\n right: 17px;\\n width: 100%;\\n}\\n.sheets ::ng-deep gd-button.active .text {\\n background-color: #272727;\\n border-radius: 10px;\\n color: #eee;\\n}\\n.sheets ::ng-deep gd-button .text {\\n padding: 1px 12px;\\n color: #000;\\n}\\n.sheets ::ng-deep gd-button fa-icon {\\n display: none;\\n}\\n.sheets-wrapper {\\n margin-left: 29px;\\n display: -webkit-box;\\n display: flex;\\n}\\n.page {\\n position: relative;\\n display: inline-block;\\n background-color: #ffffff;\\n -webkit-transition: all 0.3s;\\n transition: all 0.3s;\\n}\\n.wait {\\n position: absolute;\\n top: 55px;\\n left: Calc(30%);\\n}\\n.panzoom {\\n -webkit-transform: none;\\n transform: none;\\n -webkit-backface-visibility: hidden;\\n backface-visibility: hidden;\\n -webkit-transform-origin: 50% 50% 0px;\\n transform-origin: 50% 50% 0px;\\n display: -webkit-box;\\n display: flex;\\n flex-wrap: wrap;\\n}\\n.gd-zoomed {\\n margin: 10px 98px;\\n}\\n.highlights {\\n position: absolute;\\n top: 0px;\\n left: 0px;\\n bottom: 0px;\\n right: 0px;\\n}\\n.page-grid-lines {\\n background-color: white;\\n}\\n@media (max-width: 1037px) {\\n .document {\\n overflow-x: auto !important;\\n }\\n .panzoom {\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n }\\n .page {\\n min-width: unset !important;\\n min-height: unset !important;\\n margin: 5px 0px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvdmlld2VyL3NyYy9saWIvZXhjZWwtZG9jdW1lbnQvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3ZpZXdlci9zcmMvbGliL2V4Y2VsLWRvY3VtZW50L2V4Y2VsLWRvY3VtZW50LmNvbXBvbmVudC5sZXNzIiwibGlicy92aWV3ZXIvc3JjL2xpYi9leGNlbC1kb2N1bWVudC9leGNlbC1kb2N1bWVudC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLGdCQUFBO0VBQ0EsV0FBQTtFQUNBLHlCQUFBO0FDREY7QURJQTtFQUNFLFdBQUE7RUFDQSw0QkFBQTtFQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxrQkFBQTtBQ0ZGO0FES0E7RUFDRSxzQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDZCQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsV0FBQTtBQ0hGO0FETUk7RUFFSSx5QkFBQTtFQUNBLG1CQUFBO0VBQ0EsV0FBQTtBQ0xSO0FEVEE7RUFtQk0saUJBQUE7RUFDQSxXQUFBO0FDUE47QURiQTtFQXdCTSxhQUFBO0FDUk47QURhQTtFQUNFLGlCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0FDWEY7QURjQTtFQUNFLGtCQUFBO0VBQ0EscUJBQUE7RUFDQSx5QkFBQTtFQUNBLDRCQUFBO0VBQUEsb0JBQUE7QUNaRjtBRGVBO0VBQ0Usa0JBQUE7RUFDQSxTQUFBO0VBQ0EsZUFBQTtBQ2JGO0FEZ0JBO0VBQ0UsdUJBQUE7VUFBQSxlQUFBO0VBQ0EsbUNBQUE7VUFBQSwyQkFBQTtFQUNBLHFDQUFBO1VBQUEsNkJBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0FDZEY7QURpQkE7RUFDRSxpQkFBQTtBQ2ZGO0FEa0JBO0VBQ0Usa0JBQUE7RUFDQSxRQUFBO0VBQ0EsU0FBQTtFQUNBLFdBQUE7RUFDQSxVQUFBO0FDaEJGO0FEbUJBO0VBQ0UsdUJBQUE7QUNqQkY7QURvQkE7RUFDRTtJQUNFLDJCQUFBO0VDbEJGO0VEcUJBO0lBQ0UsNEJBQUE7SUFBQSw2QkFBQTtZQUFBLHNCQUFBO0VDbkJGO0VEc0JBO0lBQ0UsMkJBQUE7SUFDQSw0QkFBQTtJQUNBLGVBQUE7RUNwQkY7QUFDRiIsImZpbGUiOiJsaWJzL3ZpZXdlci9zcmMvbGliL2V4Y2VsLWRvY3VtZW50L2V4Y2VsLWRvY3VtZW50LmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4vLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXMubGVzc1wiO1xuXG46aG9zdCB7XG4gIG92ZXJmbG93ICAgICAgICA6IHNjcm9sbDtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogQG1lcmN1cnk7XG59XG5cbi5kb2N1bWVudCB7XG4gIHdpZHRoICAgICA6IDEwMCU7XG4gIHRyYW5zaXRpb246IGFsbCAwLjRzO1xuICBwYWRkaW5nICAgOiAwcHg7XG4gIG1hcmdpbiAgICA6IDBweDtcbiAgcG9zaXRpb24gIDogcmVsYXRpdmU7XG59XG5cbi5zaGVldHMge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmO1xuICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICBib3JkZXItdG9wICAgICAgOiAxcHggc29saWQgQG1lcmN1cnk7XG4gIHBvc2l0aW9uICAgICAgICA6IGZpeGVkO1xuICBib3R0b20gICAgICAgICAgOiAxN3B4O1xuICByaWdodCAgICAgICAgICAgOiAxN3B4O1xuICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xuXG4gIDo6bmctZGVlcCBnZC1idXR0b24ge1xuICAgICYuYWN0aXZlIHtcbiAgICAgIC50ZXh0IHtcbiAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzI3MjcyNztcbiAgICAgICAgYm9yZGVyLXJhZGl1cyAgIDogMTBweDtcbiAgICAgICAgY29sb3IgICAgICAgICAgIDogI2VlZTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICAudGV4dCB7XG4gICAgICBwYWRkaW5nOiAxcHggMTJweDtcbiAgICAgIGNvbG9yICA6ICMwMDA7XG4gICAgfVxuXG4gICAgZmEtaWNvbiB7XG4gICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cbiAgfVxufVxuXG4uc2hlZXRzLXdyYXBwZXIge1xuICBtYXJnaW4tbGVmdDogMjlweDtcbiAgZGlzcGxheSAgICA6IGZsZXg7XG59XG5cbi5wYWdlIHtcbiAgcG9zaXRpb24gICAgICAgIDogcmVsYXRpdmU7XG4gIGRpc3BsYXkgICAgICAgICA6IGlubGluZS1ibG9jaztcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgdHJhbnNpdGlvbiAgICAgIDogYWxsIDAuM3M7XG59XG5cbi53YWl0IHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3AgICAgIDogNTVweDtcbiAgbGVmdCAgICA6IENhbGMoNTAlIC0gMjBweCk7XG59XG5cbi5wYW56b29tIHtcbiAgdHJhbnNmb3JtICAgICAgICAgIDogbm9uZTtcbiAgYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuO1xuICB0cmFuc2Zvcm0tb3JpZ2luICAgOiA1MCUgNTAlIDBweDtcbiAgZGlzcGxheSAgICAgICAgICAgIDogZmxleDtcbiAgZmxleC13cmFwICAgICAgICAgIDogd3JhcDtcbn1cblxuLmdkLXpvb21lZCB7XG4gIG1hcmdpbjogMTBweCA5OHB4O1xufVxuXG4uaGlnaGxpZ2h0cyB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wICAgICA6IDBweDtcbiAgbGVmdCAgICA6IDBweDtcbiAgYm90dG9tICA6IDBweDtcbiAgcmlnaHQgICA6IDBweDtcbn1cblxuLnBhZ2UtZ3JpZC1saW5lcyB7XG4gIGJhY2tncm91bmQtY29sb3I6IHdoaXRlO1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuZG9jdW1lbnQge1xuICAgIG92ZXJmbG93LXg6IGF1dG8gIWltcG9ydGFudDtcbiAgfVxuXG4gIC5wYW56b29tIHtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB9XG5cbiAgLnBhZ2Uge1xuICAgIG1pbi13aWR0aCA6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgbWluLWhlaWdodDogdW5zZXQgIWltcG9ydGFudDtcbiAgICBtYXJnaW4gICAgOiA1cHggMHB4O1xuICB9XG59IiwiOmhvc3Qge1xuICBvdmVyZmxvdzogc2Nyb2xsO1xuICB3aWR0aDogMTAwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2U3ZTdlNztcbn1cbi5kb2N1bWVudCB7XG4gIHdpZHRoOiAxMDAlO1xuICB0cmFuc2l0aW9uOiBhbGwgMC40cztcbiAgcGFkZGluZzogMHB4O1xuICBtYXJnaW46IDBweDtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuLnNoZWV0cyB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGJvcmRlci10b3A6IDFweCBzb2xpZCAjZTdlN2U3O1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIGJvdHRvbTogMTdweDtcbiAgcmlnaHQ6IDE3cHg7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnNoZWV0cyA6Om5nLWRlZXAgZ2QtYnV0dG9uLmFjdGl2ZSAudGV4dCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNzI3Mjc7XG4gIGJvcmRlci1yYWRpdXM6IDEwcHg7XG4gIGNvbG9yOiAjZWVlO1xufVxuLnNoZWV0cyA6Om5nLWRlZXAgZ2QtYnV0dG9uIC50ZXh0IHtcbiAgcGFkZGluZzogMXB4IDEycHg7XG4gIGNvbG9yOiAjMDAwO1xufVxuLnNoZWV0cyA6Om5nLWRlZXAgZ2QtYnV0dG9uIGZhLWljb24ge1xuICBkaXNwbGF5OiBub25lO1xufVxuLnNoZWV0cy13cmFwcGVyIHtcbiAgbWFyZ2luLWxlZnQ6IDI5cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG4ucGFnZSB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xuICB0cmFuc2l0aW9uOiBhbGwgMC4zcztcbn1cbi53YWl0IHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDU1cHg7XG4gIGxlZnQ6IENhbGMoMzAlKTtcbn1cbi5wYW56b29tIHtcbiAgdHJhbnNmb3JtOiBub25lO1xuICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47XG4gIHRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCUgMHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LXdyYXA6IHdyYXA7XG59XG4uZ2Qtem9vbWVkIHtcbiAgbWFyZ2luOiAxMHB4IDk4cHg7XG59XG4uaGlnaGxpZ2h0cyB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwcHg7XG4gIGxlZnQ6IDBweDtcbiAgYm90dG9tOiAwcHg7XG4gIHJpZ2h0OiAwcHg7XG59XG4ucGFnZS1ncmlkLWxpbmVzIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogd2hpdGU7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5kb2N1bWVudCB7XG4gICAgb3ZlcmZsb3cteDogYXV0byAhaW1wb3J0YW50O1xuICB9XG4gIC5wYW56b29tIHtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB9XG4gIC5wYWdlIHtcbiAgICBtaW4td2lkdGg6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgbWluLWhlaWdodDogdW5zZXQgIWltcG9ydGFudDtcbiAgICBtYXJnaW46IDVweCAwcHg7XG4gIH1cbn1cbiJdfQ== */\"","import { Component, ElementRef, OnInit, ViewChildren, QueryList, AfterViewInit } from '@angular/core';\r\nimport { DocumentComponent, WindowService, NavigateService } from '@groupdocs.examples.angular/common-components';\r\nimport { ZoomService } from '@groupdocs.examples.angular/common-components';\r\nimport { ExcelPageComponent } from '../excel-page/excel-page.component';\r\n\r\n@Component({\r\n selector: 'gd-excel-document',\r\n templateUrl: './excel-document.component.html',\r\n styleUrls: ['./excel-document.component.less'],\r\n})\r\nexport class ExcelDocumentComponent extends DocumentComponent implements OnInit, AfterViewInit {\r\n @ViewChildren(ExcelPageComponent) pages: QueryList; \r\n \r\n currentPageNo: number;\r\n panzoom = null;\r\n navigateService: NavigateService;\r\n\r\n constructor(_elementRef: ElementRef,\r\n zoomService: ZoomService,\r\n windowService: WindowService,\r\n navigateService: NavigateService) {\r\n super(_elementRef, zoomService, windowService, navigateService);\r\n this.navigateService = navigateService;\r\n }\r\n\r\n ngOnInit(){\r\n this.currentPageNo = 1;\r\n }\r\n\r\n ngAfterViewInit() {\r\n this.refreshExcelDocHeight();\r\n this.pages.changes.subscribe(()=>{\r\n this.refreshExcelDocHeight();\r\n });\r\n\r\n this.navigateService.navigate.subscribe(((\r\n value => {\r\n this.selectSheet(value);\r\n })));\r\n }\r\n\r\n refreshExcelDocHeight() {\r\n // For current iteration we'll change actual height of .document\r\n this.doc = this._elementRef.nativeElement.children.item(0);\r\n this.panzoom = this._elementRef.nativeElement.children.item(0).children.item(0);\r\n // magic number 37 is the height of the bottom-bar with navigation between pages\r\n this.doc.style.height = this.panzoom.scrollHeight + 37 + \"px\";\r\n }\r\n\r\n selectSheet(number){\r\n this.currentPageNo = number;\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class ExcelPageService {\r\n constructor() {\r\n }\r\n\r\n getUpdatedPage(data) {\r\n const doc = new DOMParser().parseFromString(data, \"text/html\");\r\n const table = doc.querySelector('table');\r\n let numCellsInFirstRow = 0;\r\n const cellsFromFirstRow = doc.querySelectorAll('table > tbody > tr:first-child td');\r\n\r\n cellsFromFirstRow.forEach(elm => {\r\n numCellsInFirstRow += elm.attributes['colspan'] ? parseInt(elm.attributes['colspan'].value, 10) : 1;\r\n });\r\n \r\n const newTable = this.createHeader(numCellsInFirstRow, table);\r\n doc.querySelector('table').replaceWith(newTable);\r\n\r\n const resultData = new XMLSerializer().serializeToString(doc)\r\n // work-around for FF which is adds a0 namespace during serialization\r\n return resultData.replace(/a0:/g,\"\").replace(/:a0/g,\"\");\r\n }\r\n\r\n createHeader(numCols, table){\r\n const header = document.createElement('thead');\r\n header.append(document.createElement('tr'));\r\n\r\n for(let i = 0; i < numCols; ++i){\r\n const th = document.createElement('th');\r\n th.innerText = this.colName(i);\r\n header.querySelector(\"tr\").append(th);\r\n }\r\n \r\n const colgroup = table.querySelector('colgroup');\r\n const col = document.createElement('col');\r\n col.width = '80px';\r\n colgroup.prepend(col);\r\n \r\n table.prepend(header);\r\n\r\n let cnt = 0;\r\n table.querySelectorAll('tr').forEach(row => {\r\n const div = document.createElement('div');\r\n if (cnt !== 0) {\r\n const td = document.createElement('td');\r\n td.className = \"excel\"\r\n td.append(div);\r\n div.innerText = cnt.toString();\r\n row.prepend(td);\r\n }\r\n else {\r\n const th = document.createElement('th');\r\n th.append(div);\r\n row.prepend(th);\r\n }\r\n cnt++;\r\n });\r\n\r\n return table;\r\n }\r\n\r\n colName(n) {\r\n const ordA = 'a'.charCodeAt(0);\r\n const ordZ = 'z'.charCodeAt(0);\r\n const len = ordZ - ordA + 1;\r\n\r\n let s = \"\";\r\n while(n >= 0) {\r\n s = String.fromCharCode(n % len + ordA) + s;\r\n n = Math.floor(n / len) - 1;\r\n }\r\n return s;\r\n }\r\n}\r\n","module.exports = \".gd-page-spinner {\\n margin-top: 150px;\\n text-align: center;\\n}\\n.gd-wrapper {\\n width: inherit;\\n height: inherit;\\n}\\n.gd-wrapper div {\\n width: 100%;\\n}\\n::ng-deep .gd-highlight {\\n background-color: yellow;\\n}\\n::ng-deep .gd-highlight-select {\\n background-color: #ff9b00;\\n}\\n::ng-deep th {\\n color: #959da5;\\n background-color: #f4f4f4;\\n font-weight: unset;\\n border: 1px solid #e7e7e7 !important;\\n text-transform: uppercase;\\n font-size: 14px;\\n overflow: hidden;\\n}\\n::ng-deep td {\\n vertical-align: middle !important;\\n}\\n::ng-deep .page-grid-lines td {\\n border: 1px solid #e7e7e7 !important;\\n}\\n::ng-deep .page td:nth-child(1) {\\n border: 1px solid #e7e7e7 !important;\\n}\\n::ng-deep tr td.excel:first-child {\\n color: #959da5;\\n background-color: #f4f4f4;\\n font-weight: unset;\\n width: 1%;\\n text-align: center;\\n}\\n::ng-deep tr td.excel:first-child div {\\n width: 80px;\\n}\\n::ng-deep tr th.excel:first-child {\\n background-color: #f4f4f4;\\n width: 1%;\\n}\\n::ng-deep tr th.excel:first-child div {\\n width: 80px;\\n}\\n.gd-page-image {\\n height: 100% !important;\\n width: 100% !important;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvdmlld2VyL3NyYy9saWIvZXhjZWwtcGFnZS9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvdmlld2VyL3NyYy9saWIvZXhjZWwtcGFnZS9leGNlbC1wYWdlLmNvbXBvbmVudC5sZXNzIiwibGlicy92aWV3ZXIvc3JjL2xpYi9leGNlbC1wYWdlL2V4Y2VsLXBhZ2UuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxpQkFBQTtFQUNBLGtCQUFBO0FDREY7QURJQTtFQUNFLGNBQUE7RUFDQSxlQUFBO0FDRkY7QURLQTtFQUNFLFdBQUE7QUNIRjtBRE1BO0VBQ0Usd0JBQUE7QUNKRjtBRE9BO0VBQ0UseUJBQUE7QUNMRjtBRFFBO0VBQ0UsY0FBQTtFQUNBLHlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxvQ0FBQTtFQUNBLHlCQUFBO0VBQ0EsZUFBQTtFQUNBLGdCQUFBO0FDTkY7QURTQTtFQUNFLGlDQUFBO0FDUEY7QURVQTtFQUNFLG9DQUFBO0FDUkY7QURXQTtFQUNFLG9DQUFBO0FDVEY7QURZQTtFQUNFLGNBQUE7RUFDQSx5QkFBQTtFQUNBLGtCQUFBO0VBQ0EsU0FBQTtFQUNBLGtCQUFBO0FDVkY7QURLQTtFQVFJLFdBQUE7QUNWSjtBRGNBO0VBQ0UseUJBQUE7RUFDQSxTQUFBO0FDWkY7QURVQTtFQUtJLFdBQUE7QUNaSjtBRGlCQTtFQUNFLHVCQUFBO0VBQ0Esc0JBQUE7QUNmRiIsImZpbGUiOiJsaWJzL3ZpZXdlci9zcmMvbGliL2V4Y2VsLXBhZ2UvZXhjZWwtcGFnZS5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uZ2QtcGFnZS1zcGlubmVyIHtcbiAgbWFyZ2luLXRvcDogMTUwcHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cblxuLmdkLXdyYXBwZXIge1xuICB3aWR0aCA6IGluaGVyaXQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cblxuLmdkLXdyYXBwZXIgZGl2IHtcbiAgd2lkdGg6IDEwMCU7XG59XG5cbjo6bmctZGVlcCAuZ2QtaGlnaGxpZ2h0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogeWVsbG93O1xufVxuXG46Om5nLWRlZXAgLmdkLWhpZ2hsaWdodC1zZWxlY3Qge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmY5YjAwO1xufVxuXG46Om5nLWRlZXAgdGgge1xuICBjb2xvciAgICAgICAgICAgOiBAcmVnZW50LWdyYXk7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG4gIGZvbnQtd2VpZ2h0ICAgICA6IHVuc2V0O1xuICBib3JkZXIgICAgICAgICAgOiAxcHggc29saWQgQG1lcmN1cnkgICFpbXBvcnRhbnQ7XG4gIHRleHQtdHJhbnNmb3JtICA6IHVwcGVyY2FzZTtcbiAgZm9udC1zaXplICAgICAgIDogMTRweDtcbiAgb3ZlcmZsb3cgICAgICAgIDogaGlkZGVuO1xufVxuXG46Om5nLWRlZXAgdGQge1xuICB2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlICFpbXBvcnRhbnQ7XG59XG5cbjo6bmctZGVlcCAucGFnZS1ncmlkLWxpbmVzIHRkIHtcbiAgYm9yZGVyOiAxcHggc29saWQgQG1lcmN1cnkgICFpbXBvcnRhbnQ7XG59XG5cbjo6bmctZGVlcCAucGFnZSB0ZDpudGgtY2hpbGQoMSkge1xuICBib3JkZXI6IDFweCBzb2xpZCBAbWVyY3VyeSAgIWltcG9ydGFudDtcbn1cblxuOjpuZy1kZWVwIHRyIHRkLmV4Y2VsOmZpcnN0LWNoaWxkIHtcbiAgY29sb3IgICAgICAgICAgIDogQHJlZ2VudC1ncmF5O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAd2lsZC1zYW5kO1xuICBmb250LXdlaWdodCAgICAgOiB1bnNldDtcbiAgd2lkdGggICAgICAgICAgIDogMSU7XG4gIHRleHQtYWxpZ24gICAgICA6IGNlbnRlcjtcblxuICBkaXYge1xuICAgIHdpZHRoOiA4MHB4O1xuICB9XG59XG5cbjo6bmctZGVlcCB0ciB0aC5leGNlbDpmaXJzdC1jaGlsZCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG4gIHdpZHRoICAgICAgICAgICA6IDElO1xuXG4gIGRpdiB7XG4gICAgd2lkdGg6IDgwcHg7XG4gIH1cbn1cblxuLy8gVE9ETzogcmVtb3ZlIHRoaXMgYWZ0ZXIgcmVsYXRlZCBpc3N1ZSB3aWxsIGJlIGZpeGVkXG4uZ2QtcGFnZS1pbWFnZSB7XG4gIGhlaWdodDogMTAwJSAhaW1wb3J0YW50O1xuICB3aWR0aCA6IDEwMCUgIWltcG9ydGFudDtcbn0iLCIuZ2QtcGFnZS1zcGlubmVyIHtcbiAgbWFyZ2luLXRvcDogMTUwcHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbi5nZC13cmFwcGVyIHtcbiAgd2lkdGg6IGluaGVyaXQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cbi5nZC13cmFwcGVyIGRpdiB7XG4gIHdpZHRoOiAxMDAlO1xufVxuOjpuZy1kZWVwIC5nZC1oaWdobGlnaHQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiB5ZWxsb3c7XG59XG46Om5nLWRlZXAgLmdkLWhpZ2hsaWdodC1zZWxlY3Qge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmY5YjAwO1xufVxuOjpuZy1kZWVwIHRoIHtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmNGY0ZjQ7XG4gIGZvbnQtd2VpZ2h0OiB1bnNldDtcbiAgYm9yZGVyOiAxcHggc29saWQgI2U3ZTdlNyAhaW1wb3J0YW50O1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICBmb250LXNpemU6IDE0cHg7XG4gIG92ZXJmbG93OiBoaWRkZW47XG59XG46Om5nLWRlZXAgdGQge1xuICB2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnBhZ2UtZ3JpZC1saW5lcyB0ZCB7XG4gIGJvcmRlcjogMXB4IHNvbGlkICNlN2U3ZTcgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAucGFnZSB0ZDpudGgtY2hpbGQoMSkge1xuICBib3JkZXI6IDFweCBzb2xpZCAjZTdlN2U3ICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgdHIgdGQuZXhjZWw6Zmlyc3QtY2hpbGQge1xuICBjb2xvcjogIzk1OWRhNTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2Y0ZjRmNDtcbiAgZm9udC13ZWlnaHQ6IHVuc2V0O1xuICB3aWR0aDogMSU7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbjo6bmctZGVlcCB0ciB0ZC5leGNlbDpmaXJzdC1jaGlsZCBkaXYge1xuICB3aWR0aDogODBweDtcbn1cbjo6bmctZGVlcCB0ciB0aC5leGNlbDpmaXJzdC1jaGlsZCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmNGY0ZjQ7XG4gIHdpZHRoOiAxJTtcbn1cbjo6bmctZGVlcCB0ciB0aC5leGNlbDpmaXJzdC1jaGlsZCBkaXYge1xuICB3aWR0aDogODBweDtcbn1cbi5nZC1wYWdlLWltYWdlIHtcbiAgaGVpZ2h0OiAxMDAlICFpbXBvcnRhbnQ7XG4gIHdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG59XG4iXX0= */\"","import {Component, Input, OnChanges, OnInit, SimpleChanges} from '@angular/core';\r\nimport { ExcelPageService } from '../excel-page.service';\r\n\r\n@Component({\r\n selector: 'gd-excel-page',\r\n templateUrl: './excel-page.component.html',\r\n styleUrls: ['./excel-page.component.less']\r\n})\r\nexport class ExcelPageComponent implements OnInit, OnChanges {\r\n\r\n @Input() angle: number;\r\n @Input() width: number;\r\n @Input() height: number;\r\n @Input() number: number;\r\n @Input() data: string;\r\n @Input() isHtml: boolean;\r\n @Input() editable: boolean;\r\n imgData: string;\r\n\r\n constructor(private _excelPageService: ExcelPageService) {\r\n }\r\n\r\n ngOnInit() {\r\n const isIE = /*@cc_on!@*/false || !!/(MSIE|Trident\\/|Edge\\/)/i.test(navigator.userAgent);\r\n if(isIE && this.number === 0){\r\n this.editable = false;\r\n }\r\n }\r\n\r\n ngOnChanges(changes: SimpleChanges): void {\r\n // TODO: this is temporary needed to remove unneeded spaces and BOM symbol \r\n // which leads to undesired spaces on the top of the docs pages\r\n this.data = this.data !== null ? this.data.replace(/>\\s+<')\r\n .replace(/\\uFEFF/g,\"\")\r\n .replace(/href=\"\\/viewer/g, 'href=\"http://localhost:8080/viewer')\r\n .replace(/src=\"\\/viewer/g, 'src=\"http://localhost:8080/viewer')\r\n .replace(/data=\"\\/viewer/g, 'data=\"http://localhost:8080/viewer')\r\n : null;\r\n const dataImagePngBase64 = 'data:image/png;base64,';\r\n this.imgData = dataImagePngBase64;\r\n if (!this.isHtml) {\r\n this.imgData += this.data;\r\n }\r\n\r\n this.data = this.data !== null ? this._excelPageService.getUpdatedPage(this.data) : null;\r\n }\r\n}","module.exports = \":host {\\n -webkit-box-flex: 0;\\n flex: 0 0 300px;\\n background: #f5f5f5;\\n color: #fff;\\n overflow-y: auto;\\n display: block;\\n -webkit-transition: margin-left 0.2s;\\n transition: margin-left 0.2s;\\n height: 100%;\\n}\\n.gd-page {\\n width: 272px;\\n height: 272px;\\n -webkit-transition: all 0.3s;\\n transition: all 0.3s;\\n background-color: #e7e7e7;\\n cursor: pointer;\\n margin: 14px 14px 0px 14px;\\n}\\n.gd-page:hover {\\n background-color: #c0c0c0;\\n}\\n.gd-wrapper {\\n -webkit-transform: translate(-50%, -50%);\\n transform: translate(-50%, -50%);\\n left: 50%;\\n top: 50%;\\n position: relative;\\n background-color: #ffffff;\\n box-shadow: 0px 4px 12px -4px rgba(0, 0, 0, 0.38);\\n pointer-events: none;\\n}\\n.gd-wrapper ::ng-deep img {\\n width: inherit;\\n}\\n/* Make thumbnails sidebar scroll not visible */\\n.gd-thumbnails::-webkit-scrollbar {\\n width: 0px;\\n background-color: #F5F5F5;\\n}\\n.gd-thumbnails-panzoom > .gd-thumbnails-landscape {\\n margin: -134px 0px -1px 12px;\\n}\\n.gd-thumbnails .gd-page-image {\\n height: inherit;\\n}\\n.gd-thumbnails-landscape-image {\\n margin: -90px 0 -23px !important;\\n}\\n.gd-thumbnails-landscape-image-rotated {\\n margin: 126px 0 -3px -104px !important;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvdmlld2VyL3NyYy9saWIvdGh1bWJuYWlscy9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvdmlld2VyL3NyYy9saWIvdGh1bWJuYWlscy90aHVtYm5haWxzLmNvbXBvbmVudC5sZXNzIiwibGlicy92aWV3ZXIvc3JjL2xpYi90aHVtYm5haWxzL3RodW1ibmFpbHMuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxtQkFBQTtVQUFBLGVBQUE7RUFDQSxtQkFBQTtFQUNBLFdBQUE7RUFDQSxnQkFBQTtFQUNBLGNBQUE7RUFDQSxvQ0FBQTtFQUFBLDRCQUFBO0VBQ0EsWUFBQTtBQ0RGO0FESUE7RUFDRSxZQUFBO0VBQ0EsYUFBQTtFQUNBLDRCQUFBO0VBQUEsb0JBQUE7RUFDQSx5QkFBQTtFQUNBLGVBQUE7RUFDQSwwQkFBQTtBQ0ZGO0FES0E7RUFDRSx5QkFBQTtBQ0hGO0FETUE7RUFDRSx3Q0FBQTtVQUFBLGdDQUFBO0VBQ0EsU0FBQTtFQUNBLFFBQUE7RUFDQSxrQkFBQTtFQUNBLHlCQUFBO0VBR0EsaURBQUE7RUFDQSxvQkFBQTtBQ0pGO0FETEE7RUFZSSxjQUFBO0FDSko7QUFDQSwrQ0FBK0M7QURRL0M7RUFDRSxVQUFBO0VBQ0EseUJBQUE7QUNORjtBRFNBO0VBQ0UsNEJBQUE7QUNQRjtBRFVBO0VBQ0UsZUFBQTtBQ1JGO0FEV0E7RUFDRSxnQ0FBQTtBQ1RGO0FEWUE7RUFDRSxzQ0FBQTtBQ1ZGIiwiZmlsZSI6ImxpYnMvdmlld2VyL3NyYy9saWIvdGh1bWJuYWlscy90aHVtYm5haWxzLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbjpob3N0IHtcbiAgZmxleCAgICAgIDogMCAwIDMwMHB4O1xuICBiYWNrZ3JvdW5kOiAjZjVmNWY1O1xuICBjb2xvciAgICAgOiAjZmZmO1xuICBvdmVyZmxvdy15OiBhdXRvO1xuICBkaXNwbGF5ICAgOiBibG9jaztcbiAgdHJhbnNpdGlvbjogbWFyZ2luLWxlZnQgMC4ycztcbiAgaGVpZ2h0ICAgIDogMTAwJTtcbn1cblxuLmdkLXBhZ2Uge1xuICB3aWR0aCAgICAgICAgICAgOiAyNzJweDtcbiAgaGVpZ2h0ICAgICAgICAgIDogMjcycHg7XG4gIHRyYW5zaXRpb24gICAgICA6IGFsbCAwLjNzO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAbWVyY3VyeTtcbiAgY3Vyc29yICAgICAgICAgIDogcG9pbnRlcjtcbiAgbWFyZ2luICAgICAgICAgIDogMTRweCAxNHB4IDBweCAxNHB4O1xufVxuXG4uZ2QtcGFnZTpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNjMGMwYzA7XG59XG5cbi5nZC13cmFwcGVyIHtcbiAgdHJhbnNmb3JtICAgICAgICAgOiB0cmFuc2xhdGUoLTUwJSwgLTUwJSk7XG4gIGxlZnQgICAgICAgICAgICAgIDogNTAlO1xuICB0b3AgICAgICAgICAgICAgICA6IDUwJTtcbiAgcG9zaXRpb24gICAgICAgICAgOiByZWxhdGl2ZTtcbiAgYmFja2dyb3VuZC1jb2xvciAgOiAjZmZmZmZmO1xuICAtd2Via2l0LWJveC1zaGFkb3c6IDBweCA0cHggMTJweCAtNHB4IHJnYmEoMCwgMCwgMCwgMC4zOCk7XG4gIC1tb3otYm94LXNoYWRvdyAgIDogMHB4IDRweCAxMnB4IC00cHggcmdiYSgwLCAwLCAwLCAwLjM4KTtcbiAgYm94LXNoYWRvdyAgICAgICAgOiAwcHggNHB4IDEycHggLTRweCByZ2JhKDAsIDAsIDAsIDAuMzgpO1xuICBwb2ludGVyLWV2ZW50cyAgICA6IG5vbmU7XG5cbiAgOjpuZy1kZWVwIGltZyB7XG4gICAgd2lkdGg6IGluaGVyaXQ7XG4gIH1cbn1cblxuLyogTWFrZSB0aHVtYm5haWxzIHNpZGViYXIgc2Nyb2xsIG5vdCB2aXNpYmxlICovXG4uZ2QtdGh1bWJuYWlsczo6LXdlYmtpdC1zY3JvbGxiYXIge1xuICB3aWR0aCAgICAgICAgICAgOiAwcHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGNUY1RjU7XG59XG5cbi5nZC10aHVtYm5haWxzLXBhbnpvb20+LmdkLXRodW1ibmFpbHMtbGFuZHNjYXBlIHtcbiAgbWFyZ2luOiAtMTM0cHggMHB4IC0xcHggMTJweDtcbn1cblxuLmdkLXRodW1ibmFpbHMgLmdkLXBhZ2UtaW1hZ2Uge1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG5cbi5nZC10aHVtYm5haWxzLWxhbmRzY2FwZS1pbWFnZSB7XG4gIG1hcmdpbjogLTkwcHggMCAtMjNweCAhaW1wb3J0YW50O1xufVxuXG4uZ2QtdGh1bWJuYWlscy1sYW5kc2NhcGUtaW1hZ2Utcm90YXRlZCB7XG4gIG1hcmdpbjogMTI2cHggMCAtM3B4IC0xMDRweCAhaW1wb3J0YW50O1xufSIsIjpob3N0IHtcbiAgZmxleDogMCAwIDMwMHB4O1xuICBiYWNrZ3JvdW5kOiAjZjVmNWY1O1xuICBjb2xvcjogI2ZmZjtcbiAgb3ZlcmZsb3cteTogYXV0bztcbiAgZGlzcGxheTogYmxvY2s7XG4gIHRyYW5zaXRpb246IG1hcmdpbi1sZWZ0IDAuMnM7XG4gIGhlaWdodDogMTAwJTtcbn1cbi5nZC1wYWdlIHtcbiAgd2lkdGg6IDI3MnB4O1xuICBoZWlnaHQ6IDI3MnB4O1xuICB0cmFuc2l0aW9uOiBhbGwgMC4zcztcbiAgYmFja2dyb3VuZC1jb2xvcjogI2U3ZTdlNztcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBtYXJnaW46IDE0cHggMTRweCAwcHggMTRweDtcbn1cbi5nZC1wYWdlOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2MwYzBjMDtcbn1cbi5nZC13cmFwcGVyIHtcbiAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgLTUwJSk7XG4gIGxlZnQ6IDUwJTtcbiAgdG9wOiA1MCU7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgLXdlYmtpdC1ib3gtc2hhZG93OiAwcHggNHB4IDEycHggLTRweCByZ2JhKDAsIDAsIDAsIDAuMzgpO1xuICAtbW96LWJveC1zaGFkb3c6IDBweCA0cHggMTJweCAtNHB4IHJnYmEoMCwgMCwgMCwgMC4zOCk7XG4gIGJveC1zaGFkb3c6IDBweCA0cHggMTJweCAtNHB4IHJnYmEoMCwgMCwgMCwgMC4zOCk7XG4gIHBvaW50ZXItZXZlbnRzOiBub25lO1xufVxuLmdkLXdyYXBwZXIgOjpuZy1kZWVwIGltZyB7XG4gIHdpZHRoOiBpbmhlcml0O1xufVxuLyogTWFrZSB0aHVtYm5haWxzIHNpZGViYXIgc2Nyb2xsIG5vdCB2aXNpYmxlICovXG4uZ2QtdGh1bWJuYWlsczo6LXdlYmtpdC1zY3JvbGxiYXIge1xuICB3aWR0aDogMHB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNUY1O1xufVxuLmdkLXRodW1ibmFpbHMtcGFuem9vbSA+IC5nZC10aHVtYm5haWxzLWxhbmRzY2FwZSB7XG4gIG1hcmdpbjogLTEzNHB4IDBweCAtMXB4IDEycHg7XG59XG4uZ2QtdGh1bWJuYWlscyAuZ2QtcGFnZS1pbWFnZSB7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cbi5nZC10aHVtYm5haWxzLWxhbmRzY2FwZS1pbWFnZSB7XG4gIG1hcmdpbjogLTkwcHggMCAtMjNweCAhaW1wb3J0YW50O1xufVxuLmdkLXRodW1ibmFpbHMtbGFuZHNjYXBlLWltYWdlLXJvdGF0ZWQge1xuICBtYXJnaW46IDEyNnB4IDAgLTNweCAtMTA0cHggIWltcG9ydGFudDtcbn1cbiJdfQ== */\"","import {Component, Input, OnInit, OnDestroy, AfterViewInit, OnChanges, Output, EventEmitter} from '@angular/core';\r\nimport {NavigateService, PageModel, ZoomService, FileUtil} from \"@groupdocs.examples.angular/common-components\";\r\n\r\n@Component({\r\n selector: 'gd-thumbnails',\r\n templateUrl: './thumbnails.component.html',\r\n styleUrls: ['./thumbnails.component.less']\r\n})\r\nexport class ThumbnailsComponent implements OnInit, OnChanges, AfterViewInit, OnDestroy {\r\n\r\n @Input() pages: PageModel[];\r\n @Input() guid: string;\r\n @Input() mode: boolean;\r\n @Input() isHtmlMode: boolean;\r\n @Output() selectedPage = new EventEmitter();\r\n\r\n constructor(private _navigateService: NavigateService, private _zoomService: ZoomService) {\r\n }\r\n\r\n ngOnInit() {\r\n }\r\n\r\n ngOnChanges() {\r\n // TODO: this is temporary needed to remove unneeded spaces and BOM symbol \r\n // which leads to undesired spaces on the top of the docs pages\r\n if (this.pages) {\r\n this.pages.forEach(page => {\r\n if (page.data) {\r\n page.data = page.data.replace(/>\\s+<')\r\n .replace(/\\uFEFF/g,\"\")\r\n .replace(/href=\"\\/viewer/g, 'href=\"http://localhost:8080/viewer')\r\n .replace(/src=\"\\/viewer/g, 'src=\"http://localhost:8080/viewer')\r\n .replace(/data=\"\\/viewer/g, 'data=\"http://localhost:8080/viewer');\r\n }\r\n });\r\n }\r\n }\r\n\r\n ngAfterViewInit() {\r\n this._zoomService.changeZoom(this._zoomService.zoom);\r\n }\r\n\r\n ngOnDestroy() {\r\n this._zoomService.changeZoom(this._zoomService.zoom);\r\n }\r\n\r\n imgData(data: string) {\r\n const dataImagePngBase64 = 'data:image/png;base64,';\r\n if (!this.isHtmlMode) {\r\n return dataImagePngBase64 + data;\r\n }\r\n return dataImagePngBase64;\r\n }\r\n\r\n getScale(x: number, y: number) {\r\n return Math.min(190 / x, 190 / y);\r\n }\r\n\r\n openPage(pageNumber: number) {\r\n this.selectedPage.emit(pageNumber);\r\n this._navigateService.navigateTo(pageNumber);\r\n }\r\n\r\n // TODO: consider placing in one service\r\n getDimensionWithUnit(value: number) {\r\n return value + FileUtil.find(this.guid, false).unit;\r\n }\r\n}\r\n","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n.current-page-number {\\n margin-left: 7px;\\n font-size: 14px;\\n color: #959da5;\\n width: 37px;\\n height: 37px;\\n line-height: 37px;\\n text-align: center;\\n}\\n.current-page-number.active {\\n color: #fff;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: calc(100vh - 60px);\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n}\\n.thumbnails-button {\\n position: absolute;\\n right: 3px;\\n}\\n.top-panel {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 100%;\\n}\\n.toolbar-panel {\\n background-color: #3e4e5a;\\n width: 100%;\\n}\\n::ng-deep .tools .button,\\n::ng-deep .tools .selected-value,\\n::ng-deep .tools .nav-caret {\\n color: #fff !important;\\n}\\n::ng-deep .tools .button.inactive,\\n::ng-deep .tools .selected-value.inactive,\\n::ng-deep .tools .nav-caret.inactive {\\n color: #959da5 !important;\\n}\\n::ng-deep .tools .button {\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-flow: column;\\n}\\n::ng-deep .tools .dropdown-menu .option {\\n color: #6e6e6e !important;\\n}\\n::ng-deep .tools .dropdown-menu .option:hover {\\n background-color: #4b566c !important;\\n}\\n::ng-deep .tools .icon-button {\\n margin: 0px 0px 0px 7px !important;\\n}\\n::ng-deep .tools .select {\\n width: 65px;\\n height: 37px;\\n margin-left: 7px;\\n line-height: 37px;\\n text-align: center;\\n}\\n@media (max-width: 1037px) {\\n .mobile-hide,\\n .current-page-number {\\n display: none;\\n }\\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\\n margin: 0px 0px 0px 10px !important;\\n }\\n ::ng-deep .tools .icon-button {\\n height: 60px;\\n width: 60px;\\n }\\n ::ng-deep .tools .gd-nav-search-btn .icon-button {\\n height: 37px;\\n width: 37px;\\n }\\n ::ng-deep .tools .gd-nav-search-btn .button {\\n font-size: 14px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvdmlld2VyL3NyYy9saWIvdmlld2VyLWFwcC5jb21wb25lbnQubGVzcyIsImxpYnMvdmlld2VyL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3ZpZXdlci9zcmMvbGliL3ZpZXdlci1hcHAuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsNkVDQWtCO0FBR2xCO0VBQ0Usc0RBQUE7QURERjtBQ0lBO0VBQ0UsZ0JBQUE7RUFDQSxlQUFBO0VBQ0EsY0FBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EsaUJBQUE7RUFDQSxrQkFBQTtBREZGO0FDSUU7RUFDRSxXQUFBO0FERko7QUNNQTtFQUNFLDBCQUFBO1VBQUEsb0JBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7RUFDQSxNQUFBO0VBQ0EsU0FBQTtFQUNBLE9BQUE7RUFDQSxRQUFBO0FESkY7QUNPQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDBCQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0FETEY7QUNRQTtFQUNFLGtCQUFBO0VBQ0EsVUFBQTtBRE5GO0FDU0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsV0FBQTtBRFBGO0FDVUE7RUFDRSx5QkFBQTtFQUNBLFdBQUE7QURSRjtBQ1dBOzs7RUFLSSxzQkFBQTtBRFhKO0FDYUk7OztFQUNFLHlCQUFBO0FEVE47QUNDQTtFQWFJLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxpQkFBQTtBRFhKO0FDRkE7RUFpQkkseUJBQUE7QURaSjtBQ0xBO0VBcUJJLG9DQUFBO0FEYko7QUNSQTtFQXlCSSxrQ0FBQTtBRGRKO0FDWEE7RUE2QkksV0FBQTtFQUNBLFlBQUE7RUFDQSxnQkFBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7QURmSjtBQ21CQTtFQUVFOztJQUVFLGFBQUE7RURsQkY7RUNxQkE7SUFFSSxtQ0FBQTtFRHBCSjtFQ2tCQTtJQU1JLFlBQUE7SUFDQSxXQUFBO0VEckJKO0VDY0E7SUFZTSxZQUFBO0lBQ0EsV0FBQTtFRHZCTjtFQ1VBO0lBaUJNLGVBQUE7RUR4Qk47QUFDRiIsImZpbGUiOiJsaWJzL3ZpZXdlci9zcmMvbGliL3ZpZXdlci1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG4uY3VycmVudC1wYWdlLW51bWJlciB7XG4gIG1hcmdpbi1sZWZ0OiA3cHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIHdpZHRoOiAzN3B4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG4uY3VycmVudC1wYWdlLW51bWJlci5hY3RpdmUge1xuICBjb2xvcjogI2ZmZjtcbn1cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgdG9wOiAwO1xuICBib3R0b206IDA7XG4gIGxlZnQ6IDA7XG4gIHJpZ2h0OiAwO1xufVxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogY2FsYygxMDB2aCAtIDYwcHgpO1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xufVxuLnRodW1ibmFpbHMtYnV0dG9uIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICByaWdodDogM3B4O1xufVxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnRvb2xiYXItcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM2U0ZTVhO1xuICB3aWR0aDogMTAwJTtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbixcbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdGVkLXZhbHVlLFxuOjpuZy1kZWVwIC50b29scyAubmF2LWNhcmV0IHtcbiAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbi5pbmFjdGl2ZSxcbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdGVkLXZhbHVlLmluYWN0aXZlLFxuOjpuZy1kZWVwIC50b29scyAubmF2LWNhcmV0LmluYWN0aXZlIHtcbiAgY29sb3I6ICM5NTlkYTUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbiB7XG4gIGZsZXgtZmxvdzogY29sdW1uO1xufVxuOjpuZy1kZWVwIC50b29scyAuZHJvcGRvd24tbWVudSAub3B0aW9uIHtcbiAgY29sb3I6ICM2ZTZlNmUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbjpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0YjU2NmMgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uIHtcbiAgbWFyZ2luOiAwcHggMHB4IDBweCA3cHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdCB7XG4gIHdpZHRoOiA2NXB4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIG1hcmdpbi1sZWZ0OiA3cHg7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5tb2JpbGUtaGlkZSxcbiAgLmN1cnJlbnQtcGFnZS1udW1iZXIge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgOjpuZy1kZWVwIC50b29scyBnZC1idXR0b246bnRoLWNoaWxkKDEpID4gLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAwcHggMHB4IDEwcHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gICAgaGVpZ2h0OiA2MHB4O1xuICAgIHdpZHRoOiA2MHB4O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgLmdkLW5hdi1zZWFyY2gtYnRuIC5pY29uLWJ1dHRvbiB7XG4gICAgaGVpZ2h0OiAzN3B4O1xuICAgIHdpZHRoOiAzN3B4O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgLmdkLW5hdi1zZWFyY2gtYnRuIC5idXR0b24ge1xuICAgIGZvbnQtc2l6ZTogMTRweDtcbiAgfVxufVxuIiwiQGltcG9ydCAoY3NzKSB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG5AaW1wb3J0IFwiLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuOmhvc3QgKiB7XG4gIGZvbnQtZmFtaWx5OiAnT3BlbiBTYW5zJywgQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZjtcbn1cblxuLmN1cnJlbnQtcGFnZS1udW1iZXIge1xuICBtYXJnaW4tbGVmdDogN3B4O1xuICBmb250LXNpemUgIDogMTRweDtcbiAgY29sb3IgICAgICA6IEByZWdlbnQtZ3JheTtcbiAgd2lkdGggICAgICA6IDM3cHg7XG4gIGhlaWdodCAgICAgOiAzN3B4O1xuICBsaW5lLWhlaWdodDogMzdweDtcbiAgdGV4dC1hbGlnbiA6IGNlbnRlcjtcblxuICAmLmFjdGl2ZSB7XG4gICAgY29sb3I6ICNmZmY7XG4gIH1cbn1cblxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0ICAgICA6IDEwMCU7XG4gIHdpZHRoICAgICAgOiAxMDAlO1xuICBwb3NpdGlvbiAgIDogZml4ZWQ7XG4gIHRvcCAgICAgICAgOiAwO1xuICBib3R0b20gICAgIDogMDtcbiAgbGVmdCAgICAgICA6IDA7XG4gIHJpZ2h0ICAgICAgOiAwO1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheSAgICAgICA6IGZsZXg7XG4gIGhlaWdodCAgICAgICAgOiBjYWxjKDEwMHZoIC0gNjBweCk7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG59XG5cbi50aHVtYm5haWxzLWJ1dHRvbiB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcmlnaHQgICA6IDNweDtcbn1cblxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXkgICAgOiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aCAgICAgIDogMTAwJTtcbn1cblxuLnRvb2xiYXItcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAbmF2LW1haW4tYmFja2dyb3VuZDtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbn1cblxuOjpuZy1kZWVwIC50b29scyB7XG5cbiAgLmJ1dHRvbixcbiAgLnNlbGVjdGVkLXZhbHVlLFxuICAubmF2LWNhcmV0IHtcbiAgICBjb2xvcjogI2ZmZiAhaW1wb3J0YW50O1xuXG4gICAgJi5pbmFjdGl2ZSB7XG4gICAgICBjb2xvcjogQHJlZ2VudC1ncmF5ICAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuXG4gIC5idXR0b24ge1xuICAgIGZsZXgtZmxvdzogY29sdW1uO1xuICB9XG5cbiAgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbiB7XG4gICAgY29sb3I6IEBkb3ZlLWdyYXkgICFpbXBvcnRhbnQ7XG4gIH1cblxuICAuZHJvcGRvd24tbWVudSAub3B0aW9uOmhvdmVyIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAZm9sZGVyICAhaW1wb3J0YW50O1xuICB9XG5cbiAgLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAwcHggMHB4IDdweCAhaW1wb3J0YW50O1xuICB9XG5cbiAgLnNlbGVjdCB7XG4gICAgd2lkdGggICAgICA6IDY1cHg7XG4gICAgaGVpZ2h0ICAgICA6IDM3cHg7XG4gICAgbWFyZ2luLWxlZnQ6IDdweDtcbiAgICBsaW5lLWhlaWdodDogMzdweDtcbiAgICB0ZXh0LWFsaWduIDogY2VudGVyO1xuICB9XG59XG5cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcblxuICAubW9iaWxlLWhpZGUsXG4gIC5jdXJyZW50LXBhZ2UtbnVtYmVyIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG5cbiAgOjpuZy1kZWVwIC50b29scyB7XG4gICAgZ2QtYnV0dG9uOm50aC1jaGlsZCgxKT4uaWNvbi1idXR0b24ge1xuICAgICAgbWFyZ2luOiAwcHggMHB4IDBweCAxMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuXG4gICAgLmljb24tYnV0dG9uIHtcbiAgICAgIGhlaWdodDogNjBweDtcbiAgICAgIHdpZHRoIDogNjBweDtcbiAgICB9XG5cbiAgICAuZ2QtbmF2LXNlYXJjaC1idG4ge1xuICAgICAgLmljb24tYnV0dG9uIHtcbiAgICAgICAgaGVpZ2h0OiAzN3B4O1xuICAgICAgICB3aWR0aCA6IDM3cHg7XG4gICAgICB9XG5cbiAgICAgIC5idXR0b24ge1xuICAgICAgICBmb250LXNpemU6IDE0cHg7XG4gICAgICB9XG4gICAgfVxuICB9XG59Il19 */\"","import {AfterViewInit, Component, ElementRef, ViewChildren, QueryList, OnInit} from '@angular/core';\r\nimport {ViewerService} from \"./viewer.service\";\r\nimport {\r\n FileDescription,\r\n FileModel,\r\n ModalService,\r\n UploadFilesService,\r\n NavigateService,\r\n PagePreloadService,\r\n PageModel,\r\n ZoomService,\r\n RotatedPage,\r\n RenderPrintService,\r\n FileUtil,\r\n PasswordService,\r\n FileCredentials, CommonModals, LoadingMaskService\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport {ViewerConfig} from \"./viewer-config\";\r\nimport {ViewerConfigService} from \"./viewer-config.service\";\r\nimport {WindowService} from \"@groupdocs.examples.angular/common-components\";\r\nimport { Subscription } from 'rxjs';\r\n//import * as Hammer from 'hammerjs';\r\n\r\n@Component({\r\n selector: 'gd-viewer',\r\n templateUrl: './viewer-app.component.html',\r\n styleUrls: ['./viewer-app.component.less']\r\n})\r\nexport class ViewerAppComponent implements OnInit, AfterViewInit {\r\n title = 'viewer';\r\n files: FileModel[] = [];\r\n file: FileDescription;\r\n viewerConfig: ViewerConfig;\r\n countPages = 0;\r\n formatDisabled = !this.file;\r\n showThumbnails = false;\r\n credentials: FileCredentials;\r\n browseFilesModal = CommonModals.BrowseFiles;\r\n showSearch = false;\r\n isDesktop: boolean;\r\n isLoading: boolean;\r\n\r\n _zoom = 100;\r\n _pageWidth: number;\r\n _pageHeight: number;\r\n options;\r\n //@ViewChildren('docPanel') docPanelComponent: QueryList;\r\n fileWasDropped = false;\r\n formatIcon: string;\r\n\r\n fileParam: string;\r\n querySubscription: Subscription;\r\n selectedPageNumber: number;\r\n\r\n constructor(private _viewerService: ViewerService,\r\n private _modalService: ModalService,\r\n configService: ViewerConfigService,\r\n uploadFilesService: UploadFilesService,\r\n private _navigateService: NavigateService,\r\n private _zoomService: ZoomService,\r\n pagePreloadService: PagePreloadService,\r\n private _renderPrintService: RenderPrintService,\r\n passwordService: PasswordService,\r\n private _windowService: WindowService,\r\n private _loadingMaskService: LoadingMaskService) {\r\n\r\n configService.updatedConfig.subscribe((viewerConfig) => {\r\n this.viewerConfig = viewerConfig;\r\n });\r\n\r\n uploadFilesService.uploadsChange.subscribe((uploads) => {\r\n if (uploads) {\r\n let i: number;\r\n for (i = 0; i < uploads.length; i++) {\r\n this._viewerService.upload(uploads.item(i), '', this.viewerConfig.rewrite).subscribe((obj: FileCredentials) => {\r\n this.fileWasDropped ? this.selectFile(obj.guid, '', '') : this.selectDir('');\r\n });\r\n }\r\n }\r\n });\r\n\r\n pagePreloadService.checkPreload.subscribe((page: number) => {\r\n if (this.viewerConfig.preloadPageCount !== 0) {\r\n for (let i = page; i < page + 2; i++) {\r\n if (i > 0 && i <= this.countPages && !this.file.pages[i - 1].data) {\r\n this.preloadPages(i, i);\r\n }\r\n }\r\n }\r\n });\r\n\r\n passwordService.passChange.subscribe((pass: string) => {\r\n this.selectFile(this.credentials.guid, pass, CommonModals.PasswordRequired);\r\n });\r\n\r\n this.isDesktop = _windowService.isDesktop();\r\n _windowService.onResize.subscribe((w) => {\r\n this.isDesktop = _windowService.isDesktop();\r\n this.refreshZoom();\r\n });\r\n }\r\n\r\n ngOnInit() {\r\n if (this.viewerConfig.defaultDocument !== \"\"){\r\n this.isLoading = true;\r\n this.selectFile(this.viewerConfig.defaultDocument, \"\", \"\");\r\n }\r\n\r\n const queryString = window.location.search;\r\n if (queryString) {\r\n this.TryOpenFileByUrl(queryString);\r\n }\r\n\r\n this.selectedPageNumber = 1;\r\n }\r\n\r\n ngAfterViewInit() {\r\n this._loadingMaskService\r\n .onLoadingChanged\r\n .subscribe((loading: boolean) => this.isLoading = loading);\r\n\r\n this.refreshZoom();\r\n\r\n // this.docPanelComponent.changes.subscribe((comps: QueryList) =>\r\n // {\r\n // comps.toArray().forEach((item) => {\r\n // const hammer = new Hammer(item.nativeElement);\r\n // hammer.get('pinch').set({ enable: true });\r\n // });\r\n // });\r\n }\r\n\r\n get rewriteConfig(): boolean {\r\n return this.viewerConfig ? this.viewerConfig.rewrite : true;\r\n }\r\n\r\n get zoomConfig(): boolean {\r\n return this.viewerConfig ? this.viewerConfig.zoom : true;\r\n }\r\n\r\n get pageSelectorConfig(): boolean {\r\n return this.viewerConfig ? this.viewerConfig.pageSelector : true;\r\n }\r\n\r\n get searchConfig(): boolean {\r\n return this.viewerConfig ? this.viewerConfig.search : true;\r\n }\r\n\r\n get thumbnailsConfig(): boolean {\r\n return this.viewerConfig ? this.viewerConfig.thumbnails : true;\r\n }\r\n\r\n get rotateConfig(): boolean {\r\n return this.viewerConfig ? this.viewerConfig.rotate : true;\r\n }\r\n\r\n get downloadConfig(): boolean {\r\n return this.viewerConfig ? this.viewerConfig.download : true;\r\n }\r\n\r\n get uploadConfig(): boolean {\r\n return this.viewerConfig ? this.viewerConfig.upload : true;\r\n }\r\n\r\n get printConfig(): boolean {\r\n return this.viewerConfig ? this.viewerConfig.print : true;\r\n }\r\n\r\n get browseConfig(): boolean {\r\n return this.viewerConfig ? this.viewerConfig.browse : true;\r\n }\r\n\r\n get htmlModeConfig(): boolean {\r\n return this.viewerConfig ? this.viewerConfig.htmlMode : true;\r\n }\r\n\r\n get saveRotateStateConfig(): boolean {\r\n return this.viewerConfig ? this.viewerConfig.saveRotateState : true;\r\n }\r\n\r\n get enableRightClickConfig(): boolean {\r\n return this.viewerConfig ? this.viewerConfig.enableRightClick : true;\r\n }\r\n\r\n get currentPage(): number {\r\n return this._navigateService.currentPage;\r\n }\r\n\r\n ifPresentation() {\r\n return this.file ? FileUtil.find(this.file.guid, false).format === \"Microsoft PowerPoint\" : false;\r\n }\r\n\r\n validURL(str) {\r\n const pattern = new RegExp('^(https?:\\\\/\\\\/)?'+ // protocol\r\n '((([a-z\\\\d]([a-z\\\\d-]*[a-z\\\\d])*)\\\\.)+[a-z]{2,}|'+ // domain name\r\n '((\\\\d{1,3}\\\\.){3}\\\\d{1,3}))'+ // OR ip (v4) address\r\n '(\\\\:\\\\d+)?(\\\\/[-a-z\\\\d%_.~+]*)*'+ // port and path\r\n '(\\\\?[;&a-z\\\\d%_.~+=-]*)?'+ // query string\r\n '(\\\\#[-a-z\\\\d_]*)?$','i'); // fragment locator\r\n return !!pattern.test(str);\r\n }\r\n\r\n openModal(id: string) {\r\n this._modalService.open(id);\r\n }\r\n\r\n closeModal(id: string) {\r\n this._modalService.close(id);\r\n }\r\n\r\n selectDir($event: string) {\r\n this._viewerService.loadFiles($event).subscribe((files: FileModel[]) => this.files = files || []);\r\n }\r\n\r\n selectFile($event: string, password: string, modalId: string) {\r\n this.credentials = {guid: $event, password: password};\r\n this.file = null;\r\n this._viewerService.loadFile(this.credentials).subscribe((file: FileDescription) => {\r\n this.file = file;\r\n this.formatDisabled = !this.file;\r\n if (file) {\r\n if (file.pages && file.pages[0]) {\r\n this._pageHeight = file.pages[0].height;\r\n this._pageWidth = file.pages[0].width;\r\n this.options = this.zoomOptions();\r\n this.refreshZoom();\r\n }\r\n const preloadPageCount = !this.ifPresentation() ? this.viewerConfig.preloadPageCount \r\n : (this.viewerConfig.preloadPageCount !== 0\r\n && this.viewerConfig.preloadPageCount < 3 ? 3\r\n : this.viewerConfig.preloadPageCount);\r\n const countPages = file.pages ? file.pages.length : 0;\r\n if (preloadPageCount > 0) {\r\n if (this.ifPresentation()) {\r\n this.file.thumbnails = file.pages.slice();\r\n }\r\n this.preloadPages(1, preloadPageCount > countPages ? countPages : preloadPageCount);\r\n\r\n if (!this.ifPresentation()) {\r\n this._viewerService.loadThumbnails(this.credentials).subscribe((data: FileDescription) => {\r\n this.file.thumbnails = data.pages;\r\n })\r\n }\r\n }\r\n this._navigateService.countPages = countPages;\r\n this._navigateService.currentPage = 1;\r\n this.countPages = countPages;\r\n\r\n if (this.ifPresentation()) {\r\n this.showThumbnails = true;\r\n }\r\n else {\r\n this.showThumbnails = false;\r\n }\r\n }\r\n }\r\n );\r\n if (modalId) {\r\n this._modalService.close(modalId);\r\n }\r\n this.clearData();\r\n }\r\n\r\n preloadPages(start: number, end: number) {\r\n for (let i = start; i <= end; i++) {\r\n this._viewerService.loadPage(this.credentials, i).subscribe((page: PageModel) => {\r\n this.file.pages[i - 1] = page;\r\n if (this.ifPresentation() && this.file.thumbnails && !this.file.thumbnails[i - 1].data) {\r\n if (page.data) {\r\n page.data = page.data.replace(/>\\s+<')\r\n .replace(/\\uFEFF/g, \"\")\r\n .replace(/href=\"\\/viewer/g, 'href=\"http://localhost:8080/viewer')\r\n .replace(/src=\"\\/viewer/g, 'src=\"http://localhost:8080/viewer')\r\n .replace(/data=\"\\/viewer/g, 'data=\"http://localhost:8080/viewer');\r\n }\r\n this.file.thumbnails[i - 1].data = page.data;\r\n }\r\n });\r\n }\r\n }\r\n\r\n upload($event: string) {\r\n this._viewerService.upload(null, $event, this.rewriteConfig).subscribe((uploadedDocument: any) => {\r\n if (this.fileParam !== '') {\r\n this.selectFile(uploadedDocument.guid, '', '');\r\n this.fileParam = '';\r\n }\r\n else {\r\n this.selectDir('');\r\n }\r\n });\r\n }\r\n\r\n nextPage() {\r\n if (this.formatDisabled)\r\n return;\r\n this._navigateService.nextPage();\r\n }\r\n\r\n prevPage() {\r\n if (this.formatDisabled)\r\n return;\r\n this._navigateService.prevPage();\r\n }\r\n\r\n toLastPage() {\r\n if (this.formatDisabled)\r\n return;\r\n this._navigateService.toLastPage();\r\n }\r\n\r\n toFirstPage() {\r\n if (this.formatDisabled)\r\n return;\r\n this._navigateService.toFirstPage();\r\n }\r\n\r\n navigateToPage(page: number) {\r\n if (this.formatDisabled)\r\n return;\r\n this._navigateService.navigateTo(page);\r\n }\r\n\r\n zoomIn() {\r\n if (this.formatDisabled)\r\n return;\r\n if (this._zoom < 490) {\r\n this.zoom = this._zoom + 10;\r\n }\r\n }\r\n\r\n zoomOut() {\r\n if (this.formatDisabled)\r\n return;\r\n if (this._zoom > 30) {\r\n this.zoom = this._zoom - 10;\r\n }\r\n }\r\n\r\n fileDropped($event){\r\n this.fileWasDropped = $event;\r\n }\r\n\r\n private ptToPx(pt: number) {\r\n //pt * 96 / 72 = px.\r\n return pt * 96 / 72;\r\n }\r\n\r\n private getFitToWidth() {\r\n // Images and Excel-related files receiving dimensions in px from server\r\n const pageWidth = this.formatIcon && (this.formatIcon === \"file-excel\" || this.formatIcon === \"file-image\") ? this._pageWidth : this.ptToPx(this._pageWidth);\r\n const pageHeight = this.formatIcon && (this.formatIcon === \"file-excel\" || this.formatIcon === \"file-image\") ? this._pageHeight : this.ptToPx(this._pageHeight);\r\n const offsetWidth = pageWidth ? pageWidth : window.innerWidth;\r\n\r\n return (pageHeight > pageWidth && Math.round(offsetWidth / window.innerWidth) < 2) ? 200 - Math.round(offsetWidth * 100 / window.innerWidth) : Math.round(window.innerWidth * 100 / offsetWidth);\r\n }\r\n\r\n private getFitToHeight() {\r\n const pageWidth = this.formatIcon && (this.formatIcon === \"file-excel\" || this.formatIcon === \"file-image\") ? this._pageWidth : this.ptToPx(this._pageWidth);\r\n const pageHeight = this.formatIcon && (this.formatIcon === \"file-excel\" || this.formatIcon === \"file-image\") ? this._pageHeight : this.ptToPx(this._pageHeight);\r\n const windowHeight = (pageHeight > pageWidth) ? window.innerHeight - 100 : window.innerHeight + 100;\r\n const offsetHeight = pageHeight ? pageHeight : windowHeight;\r\n\r\n return (pageHeight > pageWidth) ? Math.round(windowHeight * 100 / offsetHeight) : Math.round(offsetHeight * 100 / windowHeight);\r\n }\r\n\r\n zoomOptions() {\r\n const width = this.getFitToWidth();\r\n const height = this.getFitToHeight();\r\n return this._zoomService.zoomOptions(width, height);\r\n }\r\n\r\n set zoom(zoom) {\r\n this._zoom = zoom;\r\n this._zoomService.changeZoom(this._zoom);\r\n }\r\n\r\n get zoom() {\r\n return this._zoom;\r\n }\r\n\r\n selectZoom($event: any) {\r\n this.zoom = $event.value;\r\n }\r\n\r\n rotate(deg: number) {\r\n if (this.formatDisabled)\r\n return;\r\n const pageNumber = this._navigateService.currentPage;\r\n const pageModel = this.file.pages[pageNumber - 1];\r\n\r\n if (this.saveRotateStateConfig && this.file) {\r\n this._viewerService.rotate(this.credentials, deg, pageNumber).subscribe((page: PageModel) => {\r\n this.file.pages[pageNumber - 1] = page;\r\n\r\n if (this.file && this.file.pages && pageModel) {\r\n const angle = pageModel.angle + deg;\r\n if (angle > 360) {\r\n this.changeAngle(pageModel, 90);\r\n } else if (angle < -360) {\r\n this.changeAngle(pageModel, -90);\r\n } else {\r\n this.changeAngle(pageModel, angle);\r\n }\r\n }\r\n })\r\n }\r\n }\r\n\r\n private changeAngle(page: PageModel, angle: number) {\r\n page.angle = angle;\r\n }\r\n\r\n downloadFile() {\r\n if (this.formatDisabled)\r\n return;\r\n window.location.assign(this._viewerService.getDownloadUrl(this.credentials));\r\n }\r\n\r\n printFile() {\r\n if (this.formatDisabled)\r\n return;\r\n if (this.viewerConfig.preloadPageCount !== 0) {\r\n this._viewerService.loadPrint(this.credentials).subscribe((data: FileDescription) => {\r\n this.file.pages = data.pages;\r\n this._renderPrintService.changePages(this.file.pages);\r\n });\r\n } else {\r\n this._renderPrintService.changePages(this.file.pages);\r\n }\r\n }\r\n\r\n openThumbnails() {\r\n if (this.formatDisabled)\r\n return;\r\n\r\n if (this.showThumbnails) {\r\n this.showThumbnails = false;\r\n return;\r\n }\r\n\r\n if (this.viewerConfig.preloadPageCount === 0) {\r\n this.showThumbnails = true;\r\n } else {\r\n if (this.file.thumbnails.filter(t => !t.data).length > 0) {\r\n this._viewerService.loadThumbnails(this.credentials).subscribe((data: FileDescription) => {\r\n this.file.thumbnails = data.pages;\r\n this.showThumbnails = true;\r\n })\r\n }\r\n else {\r\n this.showThumbnails = true;\r\n }\r\n }\r\n }\r\n\r\n private clearData() {\r\n if (!this.file || !this.file.pages) {\r\n return;\r\n }\r\n for (const page of this.file.pages) {\r\n page.data = null;\r\n }\r\n }\r\n\r\n onRightClick($event: MouseEvent) {\r\n return this.enableRightClickConfig;\r\n }\r\n\r\n openSearch() {\r\n if (this.formatDisabled)\r\n return;\r\n this.showSearch = !this.showSearch;\r\n }\r\n\r\n // onPinchIn($event){\r\n // this.zoomOut();\r\n // }\r\n\r\n // onPinchOut($event){\r\n // this.zoomIn();\r\n // }\r\n\r\n private refreshZoom() {\r\n this.formatIcon = this.file ? FileUtil.find(this.file.guid, false).icon : null;\r\n this.zoom = this._windowService.isDesktop() ? 100 : this.getFitToWidth();\r\n }\r\n\r\n selectCurrentPage(pageNumber)\r\n {\r\n this.selectedPageNumber = pageNumber;\r\n }\r\n\r\n onMouseWheelUp($event)\r\n {\r\n if (this.ifPresentation() && this.selectedPageNumber !== 1) {\r\n this.selectedPageNumber = this.selectedPageNumber - 1;\r\n }\r\n }\r\n\r\n onMouseWheelDown($event)\r\n {\r\n if (this.ifPresentation() && this.selectedPageNumber !== this.file.pages.length) {\r\n if (this.file.pages[this.selectedPageNumber] && !this.file.pages[this.selectedPageNumber].data) {\r\n this.preloadPages(this.selectedPageNumber, this.selectedPageNumber + 1);\r\n this.selectedPageNumber = this.selectedPageNumber + 1;\r\n }\r\n else {\r\n this.selectedPageNumber = this.selectedPageNumber + 1;\r\n }\r\n }\r\n }\r\n\r\n private TryOpenFileByUrl(queryString: string) {\r\n const urlParams = new URLSearchParams(queryString);\r\n this.fileParam = urlParams.get('file');\r\n\r\n if (this.fileParam) {\r\n this.isLoading = true;\r\n if (this.validURL(this.fileParam)) {\r\n this.upload(this.fileParam);\r\n }\r\n else {\r\n this.selectFile(this.fileParam, '', '');\r\n }\r\n }\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {ViewerConfig} from \"./viewer-config\";\r\nimport {Api, ConfigService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {HttpClient} from \"@angular/common/http\";\r\nimport {BehaviorSubject, Observable} from \"rxjs\";\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class ViewerConfigService {\r\n private _viewerConfig: BehaviorSubject = new BehaviorSubject(new ViewerConfig());\r\n private _updatedConfig: Observable = this._viewerConfig.asObservable();\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n get updatedConfig() {\r\n return this._updatedConfig;\r\n }\r\n\r\n load() {\r\n return new Promise((resolve, reject) => {\r\n const configEndpoint = this._config.getConfigEndpoint(Api.VIEWER_APP);\r\n this._http.get(configEndpoint, Api.httpOptionsJson).toPromise().then((response: ViewerConfig) => {\r\n const viewerConfig = response;\r\n this._viewerConfig.next(viewerConfig);\r\n resolve();\r\n }).catch((response: any) => {\r\n reject(`Could not load viewer config: ${JSON.stringify(response)}`);\r\n });\r\n });\r\n }\r\n\r\n}\r\n","export class ViewerConfig {\r\n rewrite: boolean;\r\n pageSelector: boolean;\r\n download: boolean;\r\n upload: boolean;\r\n print: boolean;\r\n browse: boolean;\r\n enableRightClick: boolean;\r\n\r\n filesDirectory: string;\r\n fontsDirectory: string;\r\n defaultDocument: string;\r\n htmlMode: boolean;\r\n preloadPageCount: 0;\r\n zoom: boolean;\r\n search: boolean;\r\n thumbnails: boolean;\r\n rotate: boolean;\r\n cache: boolean;\r\n saveRotateState: boolean;\r\n watermarkText: string;\r\n printAllowed: boolean;\r\n showGridLines: boolean;\r\n}\r\n","import {BrowserModule} from '@angular/platform-browser';\r\nimport { APP_INITIALIZER, ModuleWithProviders, NgModule } from '@angular/core';\r\nimport {HTTP_INTERCEPTORS, HttpClientModule} from '@angular/common/http';\r\nimport {ViewerAppComponent} from './viewer-app.component';\r\nimport {\r\n Api,\r\n CommonComponentsModule,\r\n ErrorInterceptorService, LoadingMaskInterceptorService,\r\n LoadingMaskService\r\n} from '@groupdocs.examples.angular/common-components';\r\nimport {ViewerService} from \"./viewer.service\";\r\nimport {ConfigService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {ViewerConfigService} from \"./viewer-config.service\";\r\nimport {ThumbnailsComponent} from './thumbnails/thumbnails.component';\r\nimport {ExcelDocumentComponent} from './excel-document/excel-document.component';\r\nimport {ExcelPageComponent} from './excel-page/excel-page.component';\r\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\r\n\r\nexport function initializeApp(viewerConfigService: ViewerConfigService) {\r\n const result = () => viewerConfigService.load();\r\n return result;\r\n}\r\n\r\nexport function endPoint() {\r\n const config = new ConfigService();\r\n config.apiEndpoint = \"http://localhost:8080\";\r\n return config;\r\n}\r\n\r\n// NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981\r\n// @dynamic\r\nexport function setupLoadingInterceptor(service: LoadingMaskService) {\r\n return new LoadingMaskInterceptorService(service);\r\n}\r\n\r\n@NgModule({\r\n declarations: [\r\n ViewerAppComponent,\r\n ThumbnailsComponent,\r\n ExcelDocumentComponent,\r\n ExcelPageComponent],\r\n imports: [\r\n BrowserModule,\r\n CommonComponentsModule,\r\n HttpClientModule,\r\n FontAwesomeModule\r\n ],\r\n exports : [\r\n ViewerAppComponent,\r\n ThumbnailsComponent,\r\n ExcelDocumentComponent,\r\n ExcelPageComponent,\r\n CommonComponentsModule\r\n ],\r\n providers: [\r\n ViewerService,\r\n {\r\n provide: ConfigService,\r\n useFactory: endPoint\r\n },\r\n ViewerConfigService,\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useClass: ErrorInterceptorService,\r\n multi: true\r\n },\r\n {\r\n provide: APP_INITIALIZER,\r\n useFactory: initializeApp,\r\n deps: [ViewerConfigService], multi: true\r\n },\r\n LoadingMaskService,\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useFactory: setupLoadingInterceptor,\r\n multi: true,\r\n deps: [LoadingMaskService]\r\n }\r\n ]\r\n})\r\nexport class ViewerModule {\r\n static forRoot(apiEndpoint : string): ModuleWithProviders {\r\n Api.DEFAULT_API_ENDPOINT = apiEndpoint\r\n return {\r\n ngModule: ViewerModule\r\n };\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {HttpClient} from \"@angular/common/http\";\r\nimport {Api, ConfigService, FileCredentials} from \"@groupdocs.examples.angular/common-components\";\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class ViewerService {\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n loadFiles(path: string) {\r\n return this._http.post(this._config.getViewerApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\r\n }\r\n\r\n loadFile(credentials: FileCredentials) {\r\n return this._http.post(this._config.getViewerApiEndpoint() + Api.LOAD_DOCUMENT_DESCRIPTION, credentials, Api.httpOptionsJson);\r\n }\r\n\r\n upload(file: File, url: string, rewrite: boolean) {\r\n const formData = new FormData();\r\n formData.append(\"file\", file);\r\n formData.append('rewrite', String(rewrite));\r\n if (url) {\r\n formData.append(\"url\", url);\r\n }\r\n\r\n return this._http.post(this._config.getViewerApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\r\n }\r\n\r\n loadPage(credentials: FileCredentials, page: number) {\r\n return this._http.post(this._config.getViewerApiEndpoint() + Api.LOAD_DOCUMENT_PAGE, {\r\n 'guid': credentials.guid,\r\n 'password': credentials.password,\r\n 'page': page\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n rotate(credentials: FileCredentials, angle: number, page: number) {\r\n return this._http.post(this._config.getViewerApiEndpoint() + Api.ROTATE_DOCUMENT_PAGE, {\r\n 'guid': credentials.guid,\r\n 'password': credentials.password,\r\n 'pages': [page],\r\n 'angle': angle\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n getDownloadUrl(credentials: FileCredentials) {\r\n return this._config.getViewerApiEndpoint() + Api.DOWNLOAD_DOCUMENTS + '/?path=' + credentials.guid;\r\n }\r\n\r\n loadPrint(credentials: FileCredentials) {\r\n return this._http.post(this._config.getViewerApiEndpoint() + Api.LOAD_PRINT, {\r\n 'guid': credentials.guid,\r\n 'password': credentials.password,\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n loadPrintPdf(credentials: FileCredentials) {\r\n return this._http.post(this._config.getViewerApiEndpoint() + Api.LOAD_PRINT_PDF, {\r\n 'guid': credentials.guid,\r\n 'password': credentials.password,\r\n }, Api.httpOptionsJsonResponseTypeBlob);\r\n }\r\n\r\n loadThumbnails(credentials: FileCredentials) {\r\n return this._http.post(this._config.getViewerApiEndpoint() + Api.LOAD_THUMBNAILS, {\r\n 'guid': credentials.guid,\r\n 'password': credentials.password,\r\n }, Api.httpOptionsJson);\r\n }\r\n}\r\n","module.exports = \"\\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n \\r\\n\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n \\r\\n\\r\\n \\r\\n Click\\r\\n \\r\\n to open file
    \\r\\n Or drop file here\\r\\n
    \\r\\n
    \\r\\n \\r\\n\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n\\r\\n \\r\\n
    \\r\\n\\r\\n \\r\\n \\r\\n \\r\\n {{ distanceValue }}\\r\\n \\r\\n \\r\\n \\r\\n {{ distanceValue }}\\r\\n \\r\\n \\r\\n\\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n Comments\\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n No comments yet. Be the first one,
    \\r\\n
    \\r\\n add comment.\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n {{comment.userName}}\\r\\n
    \\r\\n {{comment.text}}\\r\\n {{getTime()}}\\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n \\r\\n \\r\\n
    \\r\\n \\r\\n Cancel\\r\\n \\r\\n \\r\\n Reply\\r\\n \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n \\r\\n {{fileName}}\\r\\n \\r\\n \\r\\n
    \\r\\n\"","module.exports = \"\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n  \\r\\n Loading... Please wait.\\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n  \\r\\n Loading... Please wait.\\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n  \\r\\n Loading... Please wait.\\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n\"","module.exports = \"\\r\\n\\r\\n
    \\r\\n\\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    Text edited
    \\r\\n
    {{change.text}}
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    Text added
    \\r\\n
    {{change.text}}
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    Text deleted
    \\r\\n
    {{change.text}}
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    Text added
    \\r\\n
    {{change.text}}
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    Style changed
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n →\\r\\n \\r\\n Highlight Color\\r\\n
    \\r\\n
    \\r\\n \\r\\n →\\r\\n \\r\\n Color\\r\\n
    \\r\\n
    \\r\\n {{style.oldValue}} → {{style.newValue}}\\r\\n Font size\\r\\n
    \\r\\n
    \\r\\n {{change.text}}{{change.text}}\\r\\n Bold\\r\\n
    \\r\\n
    \\r\\n {{change.text}}{{change.text}}\\r\\n Italic\\r\\n
    \\r\\n
    \\r\\n {{change.text}}{{change.text}}\\r\\n Underline\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    Page {{change.pageInfo.pageNumber + 1}}
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n \\r\\n
    \\r\\n\"","module.exports = \"
    Please wait...
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n \\r\\n Click to open file
    \\r\\n Or drop file here\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n Drop file here to upload\\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n\\r\\n \\r\\n\\r\\n \\r\\n
    \\r\\n\\r\\n \\r\\n Click to open file
    \\r\\n Or drop file here\\r\\n
    \\r\\n\\r\\n \\r\\n\\r\\n \\r\\n\\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n\"","module.exports = \"\\r\\n
    \\r\\n
    \\r\\n \\r\\n Drop file here to upload\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n\\r\\n
    \\r\\n 0)\\\" class=\\\"gd-checkbox\\\" [checked]=\\\"allItemsSelected()\\\"\\r\\n (change)=\\\"selectAllItems($event.target.checked);\\\">\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n {{getLabelString()}}\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    {{item.name}}
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n Upload file\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    {{item.name}}
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    FILE
    \\r\\n
    SIZE
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    ..
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    {{file?.name}}
    \\r\\n
    {{getFormatName(file)}}
    \\r\\n
    \\r\\n
    \\r\\n
    {{getSize(file?.size)}}
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    {{item.name}}
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n  Loading... Please wait.\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n ×\\r\\n
    \\r\\n
    \\r\\n \\r\\n
    {{item.name}}\\r\\n
    {{item.sourceFormatName}}
    \\r\\n
    \\r\\n \\r\\n {{item.destinationFileName}}\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    {{item.sizeString}}
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    {{item.destinationFileName}}
    {{item.destinationFormatName}}
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \"","module.exports = \"
    \\r\\n
    \\r\\n
    \\r\\n
    Source
    \\r\\n
    Size
    \\r\\n
    State
    \\r\\n
    Target
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \"","module.exports = \"\\r\\n
    \\r\\n \\r\\n
    \\r\\n
    Incompatible formats
    \\r\\n
    {{warningCount}} selected {{warningCount == 1 ? 'file' : 'files'}} can't be converted to {{formatName}} format. Incompatible files will not be added to conversion queue.
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"\\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Save\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"\\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n \\r\\n Click to open file
    \\r\\n Or drop file here\\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    {{title}}
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    {{property.name}}
    \\r\\n \\r\\n
    {{formatValue(property)}}
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \"","module.exports = \"\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n \\r\\n Click to open file
    \\r\\n Or drop file here\\r\\n
    \\r\\n \\r\\n\\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n\"","module.exports = \"\\n
    \\n
    \\n
    {{ text }}
    \\n \\n {{ actionText }}\\n \\n
    \\n
    \\n
    \\n\"","module.exports = \"
    \\r\\n\\r\\n
    \\r\\n {{ getField().name }} \\r\\n
    \\r\\n \\r\\n \\r\\n\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n\\r\\n \\r\\n\\r\\n \\r\\n \\r\\n \\r\\n\\r\\n \\r\\n \\r\\n
    \"","module.exports = \"
    \\r\\n \\r\\n
    \"","module.exports = \"\\n
    \\n
    Select the template:
    \\n
    \\n\\n
    \\n
    \\n
    \\n
    \\n
    \\n
    {{id?.name}}
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n\\n
    \"","module.exports = \"
    \\n
    \\n {{ getName() }}\\n
    \\n\\n \\n
    \"","module.exports = \"
    \\r\\n
    \\r\\n ×\\r\\n
    \\r\\n
    \\r\\n \\r\\n
    {{file.name}}\\r\\n
    {{getFormatName()}}
    \\r\\n
    \\r\\n
    \\r\\n
    {{getSizeString(file.size)}}
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n {{getStatusTitle()}}\\r\\n
    \\r\\n
    \\r\\n
    \"","module.exports = \"
    \\r\\n
    \\r\\n
    \\r\\n
    File
    \\r\\n
    Size
    \\r\\n
    State
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \"","module.exports = \"\\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n\\r\\n \\r\\n Click to open file
    \\r\\n Or drop file here\\r\\n
    \\r\\n\\r\\n 0 && !searchResult\\\">\\r\\n\\r\\n \\r\\n\\r\\n \\r\\n\\r\\n \\r\\n \\r\\n
    \\r\\n\"","module.exports = \"\\r\\n
    \\r\\n
    \\r\\n \\r\\n Drop file here to upload\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n 0)\\\" class=\\\"gd-checkbox\\\" [checked]=\\\"allItemsSelected()\\\"\\r\\n (change)=\\\"selectAllItems($event.target.checked);\\\">\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n {{getLabelString()}}\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Upload file\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    {{item.name}}
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    FILE
    \\r\\n
    SIZE
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    ..
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    {{file?.name}}
    \\r\\n
    {{getFormatName(file)}}
    \\r\\n
    \\r\\n
    \\r\\n
    {{getSize(file?.size)}}
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n  Loading... Please wait.\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n
    {{item.name}}\\r\\n
    {{getFormatName(item)}}
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    {{getSizeString(item.size)}}
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    Found phrases
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n
    {{getSearchDuration()}} sec
    \\r\\n
    \\r\\n
    \\r\\n
    0\\\" class=\\\"gd-search-result-summary-header\\\">\\r\\n
    File
    \\r\\n
    Occurrences
    \\r\\n
    Size
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n Save\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"\\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n \\r\\n\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n \\r\\n
    \\r\\n\\r\\n \\r\\n Click\\r\\n \\r\\n to open file
    \\r\\n Or drop file here\\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n \\r\\n\\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n\"","module.exports = \"\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    {{getTitle()}}
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    {{getName()}}
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\\"\\\"\\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n Apply\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n There is no entries yet\\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    Digitally signed : {{data.digitalProps.contact ? data.digitalProps.contact : data.digitalProps.reason}}
    \\r\\n \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n Save\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n

    Click\\r\\n \\r\\n to open file\\r\\n

    \\r\\n

    Or drop file here

    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"
    Please wait...
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n Sheet {{page.number}}\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n \\\"\\\"\\r\\n\\r\\n
    \\r\\n \\r\\n  Loading... Please wait.\\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"\\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n\\r\\n \\r\\n \\r\\n \\r\\n\\r\\n \\r\\n \\r\\n
    {{currentPage}}/{{countPages}}
    \\r\\n \\r\\n \\r\\n\\r\\n \\r\\n \\r\\n\\r\\n \\r\\n \\r\\n\\r\\n \\r\\n \\r\\n\\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n\\r\\n \\r\\n \\r\\n
    \\r\\n\\r\\n \\r\\n Click to open file
    \\r\\n Or drop file here\\r\\n
    \\r\\n\\r\\n \\r\\n\\r\\n \\r\\n \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n Back\\r\\n \\r\\n
    \\r\\n\"","module.exports = \"\\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n

    GroupDocs.Total Angular Example

    \\r\\n

    Manipulate documents within your desktop solutions and web apps without requiring any other commercial\\r\\n application through GroupDocs APIs

    \\r\\n
    \\r\\n \\r\\n
    \\r\\n\"","function webpackEmptyAsyncContext(req) {\n\t// Here Promise.resolve().then() is used instead of new Promise() to prevent\n\t// uncaught exception popping up in devtools\n\treturn Promise.resolve().then(function() {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t});\n}\nwebpackEmptyAsyncContext.keys = function() { return []; };\nwebpackEmptyAsyncContext.resolve = webpackEmptyAsyncContext;\nmodule.exports = webpackEmptyAsyncContext;\nwebpackEmptyAsyncContext.id = \"./$$_lazy_route_resource lazy recursive\";","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n.wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n height: 100%;\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL2FwcC5jb21wb25lbnQubGVzcyIsImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvYXBwcy90b3RhbC1hbmd1bGFyL3NyYy9hcHAvYXBwLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDhFQ0FrQjtBQUNsQjtFQUNFLHNEQUFBO0FEQ0Y7QUNDQTtFQUNJLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsU0FBQTtFQUNBLFVBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRENKIiwiZmlsZSI6ImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL2FwcC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9TW9udHNlcnJhdCZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG4ud3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIG1hcmdpbjogMDtcbiAgcGFkZGluZzogMDtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG4iLCJAaW1wb3J0IChjc3MpIHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU1vbnRzZXJyYXQmZGlzcGxheT1zd2FwJyk7XG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuLndyYXBwZXIge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgbWFyZ2luOiAwO1xuICAgIHBhZGRpbmc6IDA7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIHRvcDogMDtcbiAgICBib3R0b206IDA7XG4gICAgbGVmdDogMDtcbiAgICByaWdodDogMDtcbiAgfVxuIl19 */\"","import { Component } from '@angular/core';\r\nimport {ActivationEnd, Router} from \"@angular/router\";\r\nimport {filter} from \"rxjs/operators\";\r\n\r\n@Component({\r\n selector: 'gd-total',\r\n templateUrl: './app.component.html',\r\n styleUrls: ['./app.component.less']\r\n})\r\nexport class AppComponent {\r\n title = 'total-angular';\r\n total = true;\r\n\r\n constructor(private router: Router) {\r\n }\r\n\r\n OnInit() {\r\n this.router.events.pipe(filter((event: any) => (event instanceof ActivationEnd)))\r\n .subscribe(event => {\r\n this.onNavigate(\"/\" === this.router.url);\r\n });\r\n }\r\n\r\n onNavigate(home: boolean) {\r\n this.total = home;\r\n }\r\n}\r\n","import {BrowserModule} from '@angular/platform-browser';\r\nimport {NgModule} from '@angular/core';\r\nimport {TotalNavComponent} from './total-nav/total-nav.component';\r\nimport {AppComponent} from './app.component';\r\nimport {RouterModule} from '@angular/router';\r\nimport {TotalViewComponent} from './total-view/total-view.component';\r\nimport {ViewerModule, ViewerAppComponent} from '@groupdocs.examples.angular/viewer';\r\nimport {EditorModule, EditorAppComponent} from '@groupdocs.examples.angular/editor';\r\nimport {ComparisonModule, ComparisonAppComponent} from '@groupdocs.examples.angular/comparison';\r\nimport {SignatureModule, SignatureAppComponent} from \"@groupdocs.examples.angular/signature\";\r\nimport {ConversionModule, ConversionAppComponent} from \"@groupdocs.examples.angular/conversion\";\r\nimport {AnnotationModule, AnnotationAppComponent} from \"@groupdocs.examples.angular/annotation\";\r\nimport {MetadataModule, MetadataAppComponent} from \"@groupdocs.examples.angular/metadata\";\r\nimport {SearchAppComponent, SearchModule} from \"@groupdocs.examples.angular/search\";\r\nimport {ParserAppComponent, ParserModule} from \"@groupdocs.examples.angular/parser\";\r\n\r\n@NgModule({\r\n declarations: [AppComponent, TotalNavComponent, TotalViewComponent],\r\n imports: [\r\n BrowserModule,\r\n ViewerModule.forRoot(\"http://localhost:8080\"),\r\n EditorModule.forRoot(\"http://localhost:8080\"),\r\n ComparisonModule.forRoot(\"http://localhost:8080\"),\r\n ConversionModule.forRoot(\"http://localhost:8080\"),\r\n SignatureModule.forRoot(\"http://localhost:8080\"),\r\n AnnotationModule.forRoot(\"http://localhost:8080\"),\r\n MetadataModule.forRoot(\"http://localhost:8080\"),\r\n SearchModule.forRoot(\"http://localhost:8080\"),\r\n ParserModule.forRoot(\"http://localhost:8080\"),\r\n RouterModule.forRoot([\r\n {path: '', component: TotalViewComponent},\r\n {path: 'viewer', component: ViewerAppComponent},\r\n {path: 'editor', component: EditorAppComponent},\r\n {path: 'comparison', component: ComparisonAppComponent},\r\n {path: 'conversion', component: ConversionAppComponent},\r\n {path: 'signature', component: SignatureAppComponent},\r\n {path: 'annotation', component: AnnotationAppComponent},\r\n {path: 'metadata', component: MetadataAppComponent},\r\n {path: 'search', component: SearchAppComponent},\r\n {path: 'parser', component: ParserAppComponent}, \r\n\t], {initialNavigation: 'enabled'})\r\n ],\r\n providers: [],\r\n exports: [\r\n TotalViewComponent\r\n ],\r\n bootstrap: [\r\n AppComponent\r\n ]\r\n})\r\nexport class AppModule {\r\n}\r\n","module.exports = \".wrapper {\\r\\n padding: 50px;\\r\\n font-family: \\\"proxima-nova-soft\\\", \\\"Proxima Nova Soft\\\", Helvetica, Arial, sans-serif;\\r\\n width: inherit;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.wrapper > ul {\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.wrapper > ul > li {\\r\\n display: inline-block;\\r\\n margin: 10px;\\r\\n padding: 20px;\\r\\n}\\r\\n\\r\\n.wrapper > ul a {\\r\\n color: #6f6f6f;\\r\\n text-decoration: none;\\r\\n}\\r\\n\\r\\n.wrapper > ul img {\\r\\n width: 48px;\\r\\n height: 48px;\\r\\n display: inline-block;\\r\\n}\\r\\n\\r\\n.wrapper > ul > li > a > div {\\r\\n width: 120px;\\r\\n padding-top: 12px;\\r\\n padding-left: 10px;\\r\\n vertical-align: top;\\r\\n display: inline-block;\\r\\n}\\r\\n\\r\\n.wrapper > ul > li > a > .coming-soon {\\r\\n color: #d2d2d2;\\r\\n}\\r\\n\\r\\n.wrapper > ul h5 {\\r\\n font-weight: 600;\\r\\n font-size: 14px;\\r\\n text-transform: uppercase;\\r\\n margin: 0px;\\r\\n}\\r\\n\\r\\n.wrapper > ul h6 {\\r\\n font-weight: 300;\\r\\n font-size: 12px;\\r\\n text-transform: uppercase;\\r\\n margin: 0px;\\r\\n}\\r\\n\\r\\n@media (max-width: 1037px) {\\r\\n .wrapper {\\r\\n padding: 5px;\\r\\n }\\r\\n\\r\\n .wrapper > ul {\\r\\n padding-left: 15px;\\r\\n }\\r\\n\\r\\n .wrapper > ul > li {\\r\\n display: inline-block;\\r\\n margin: 10px;\\r\\n padding: 0px !important;\\r\\n }\\r\\n}\\r\\n\\r\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL3RvdGFsLW5hdi90b3RhbC1uYXYuY29tcG9uZW50LmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFLGFBQWE7RUFDYixtRkFBbUY7RUFDbkYsY0FBYztFQUNkLFlBQVk7QUFDZDs7QUFFQTtFQUNFLFdBQVc7RUFDWCxZQUFZO0FBQ2Q7O0FBRUE7RUFDRSxxQkFBcUI7RUFDckIsWUFBWTtFQUNaLGFBQWE7QUFDZjs7QUFFQTtFQUNFLGNBQWM7RUFDZCxxQkFBcUI7QUFDdkI7O0FBRUE7RUFDRSxXQUFXO0VBQ1gsWUFBWTtFQUNaLHFCQUFxQjtBQUN2Qjs7QUFFQTtFQUNFLFlBQVk7RUFDWixpQkFBaUI7RUFDakIsa0JBQWtCO0VBQ2xCLG1CQUFtQjtFQUNuQixxQkFBcUI7QUFDdkI7O0FBRUE7RUFDRSxjQUFjO0FBQ2hCOztBQUVBO0VBQ0UsZ0JBQWdCO0VBQ2hCLGVBQWU7RUFDZix5QkFBeUI7RUFDekIsV0FBVztBQUNiOztBQUVBO0VBQ0UsZ0JBQWdCO0VBQ2hCLGVBQWU7RUFDZix5QkFBeUI7RUFDekIsV0FBVztBQUNiOztBQUVBO0VBQ0U7SUFDRSxZQUFZO0VBQ2Q7O0VBRUE7SUFDRSxrQkFBa0I7RUFDcEI7O0VBRUE7SUFDRSxxQkFBcUI7SUFDckIsWUFBWTtJQUNaLHVCQUF1QjtFQUN6QjtBQUNGIiwiZmlsZSI6ImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL3RvdGFsLW5hdi90b3RhbC1uYXYuY29tcG9uZW50LmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi53cmFwcGVyIHtcclxuICBwYWRkaW5nOiA1MHB4O1xyXG4gIGZvbnQtZmFtaWx5OiBcInByb3hpbWEtbm92YS1zb2Z0XCIsIFwiUHJveGltYSBOb3ZhIFNvZnRcIiwgSGVsdmV0aWNhLCBBcmlhbCwgc2Fucy1zZXJpZjtcclxuICB3aWR0aDogaW5oZXJpdDtcclxuICBoZWlnaHQ6IDEwMCU7XHJcbn1cclxuXHJcbi53cmFwcGVyID4gdWwge1xyXG4gIHdpZHRoOiAxMDAlO1xyXG4gIGhlaWdodDogMTAwJTtcclxufVxyXG5cclxuLndyYXBwZXIgPiB1bCA+IGxpIHtcclxuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcbiAgbWFyZ2luOiAxMHB4O1xyXG4gIHBhZGRpbmc6IDIwcHg7XHJcbn1cclxuXHJcbi53cmFwcGVyID4gdWwgYSB7XHJcbiAgY29sb3I6ICM2ZjZmNmY7XHJcbiAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xyXG59XHJcblxyXG4ud3JhcHBlciA+IHVsIGltZyB7XHJcbiAgd2lkdGg6IDQ4cHg7XHJcbiAgaGVpZ2h0OiA0OHB4O1xyXG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcclxufVxyXG5cclxuLndyYXBwZXIgPiB1bCA+IGxpID4gYSA+IGRpdiB7XHJcbiAgd2lkdGg6IDEyMHB4O1xyXG4gIHBhZGRpbmctdG9wOiAxMnB4O1xyXG4gIHBhZGRpbmctbGVmdDogMTBweDtcclxuICB2ZXJ0aWNhbC1hbGlnbjogdG9wO1xyXG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcclxufVxyXG5cclxuLndyYXBwZXIgPiB1bCA+IGxpID4gYSA+IC5jb21pbmctc29vbiB7XHJcbiAgY29sb3I6ICNkMmQyZDI7XHJcbn1cclxuXHJcbi53cmFwcGVyID4gdWwgaDUge1xyXG4gIGZvbnQtd2VpZ2h0OiA2MDA7XHJcbiAgZm9udC1zaXplOiAxNHB4O1xyXG4gIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XHJcbiAgbWFyZ2luOiAwcHg7XHJcbn1cclxuXHJcbi53cmFwcGVyID4gdWwgaDYge1xyXG4gIGZvbnQtd2VpZ2h0OiAzMDA7XHJcbiAgZm9udC1zaXplOiAxMnB4O1xyXG4gIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XHJcbiAgbWFyZ2luOiAwcHg7XHJcbn1cclxuXHJcbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcclxuICAud3JhcHBlciB7XHJcbiAgICBwYWRkaW5nOiA1cHg7XHJcbiAgfVxyXG5cclxuICAud3JhcHBlciA+IHVsIHtcclxuICAgIHBhZGRpbmctbGVmdDogMTVweDtcclxuICB9XHJcblxyXG4gIC53cmFwcGVyID4gdWwgPiBsaSB7XHJcbiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcbiAgICBtYXJnaW46IDEwcHg7XHJcbiAgICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcclxuICB9XHJcbn1cclxuIl19 */\"","import {Component, OnInit} from '@angular/core';\r\n\r\n@Component({\r\n selector: 'gd-total-nav',\r\n templateUrl: './total-nav.component.html',\r\n styleUrls: ['./total-nav.component.css']\r\n})\r\nexport class TotalNavComponent implements OnInit {\r\n\r\n constructor() { }\r\n\r\n ngOnInit() {\r\n }\r\n\r\n}\r\n","module.exports = \".wrapper {\\r\\n display: -webkit-box;\\r\\n display: flex;\\r\\n -webkit-box-orient: vertical;\\r\\n -webkit-box-direction: normal;\\r\\n flex-direction: column;\\r\\n height: 100%;\\r\\n width: 100%;\\r\\n margin: 0;\\r\\n padding: 0;\\r\\n position: fixed;\\r\\n top: 0;\\r\\n bottom: 0;\\r\\n left: 0;\\r\\n right: 0;\\r\\n}\\r\\n\\r\\n.header {\\r\\n width: 100%;\\r\\n height: 170px;\\r\\n background-color: #eeeeee;\\r\\n margin: 0;\\r\\n padding: 0;\\r\\n}\\r\\n\\r\\n.header > h2 {\\r\\n font-weight: 400;\\r\\n font-size: 20px;\\r\\n padding-top: 80px;\\r\\n padding-left: 50px;\\r\\n margin: 0;\\r\\n}\\r\\n\\r\\n.header > h3 {\\r\\n font-weight: 300;\\r\\n font-size: 14px;\\r\\n padding: 5px 50px;\\r\\n color: #6b6b6b;\\r\\n margin: 0;\\r\\n}\\r\\n\\r\\n@media (max-width: 1037px) {\\r\\n .header > h2 {\\r\\n padding-top: 30px;\\r\\n padding-left: 30px;\\r\\n }\\r\\n\\r\\n .header > h3 {\\r\\n padding: 5px 30px 15px 30px;\\r\\n }\\r\\n\\r\\n .header {\\r\\n height: auto;\\r\\n }\\r\\n\\r\\n .wrapper {\\r\\n overflow-y: auto;\\r\\n }\\r\\n}\\r\\n\\r\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL3RvdGFsLXZpZXcvdG90YWwtdmlldy5jb21wb25lbnQuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0Usb0JBQWE7RUFBYixhQUFhO0VBQ2IsNEJBQXNCO0VBQXRCLDZCQUFzQjtVQUF0QixzQkFBc0I7RUFDdEIsWUFBWTtFQUNaLFdBQVc7RUFDWCxTQUFTO0VBQ1QsVUFBVTtFQUNWLGVBQWU7RUFDZixNQUFNO0VBQ04sU0FBUztFQUNULE9BQU87RUFDUCxRQUFRO0FBQ1Y7O0FBRUE7RUFDRSxXQUFXO0VBQ1gsYUFBYTtFQUNiLHlCQUF5QjtFQUN6QixTQUFTO0VBQ1QsVUFBVTtBQUNaOztBQUVBO0VBQ0UsZ0JBQWdCO0VBQ2hCLGVBQWU7RUFDZixpQkFBaUI7RUFDakIsa0JBQWtCO0VBQ2xCLFNBQVM7QUFDWDs7QUFFQTtFQUNFLGdCQUFnQjtFQUNoQixlQUFlO0VBQ2YsaUJBQWlCO0VBQ2pCLGNBQWM7RUFDZCxTQUFTO0FBQ1g7O0FBRUE7RUFDRTtJQUNFLGlCQUFpQjtJQUNqQixrQkFBa0I7RUFDcEI7O0VBRUE7SUFDRSwyQkFBMkI7RUFDN0I7O0VBRUE7SUFDRSxZQUFZO0VBQ2Q7O0VBRUE7SUFDRSxnQkFBZ0I7RUFDbEI7QUFDRiIsImZpbGUiOiJhcHBzL3RvdGFsLWFuZ3VsYXIvc3JjL2FwcC90b3RhbC12aWV3L3RvdGFsLXZpZXcuY29tcG9uZW50LmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi53cmFwcGVyIHtcclxuICBkaXNwbGF5OiBmbGV4O1xyXG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XHJcbiAgaGVpZ2h0OiAxMDAlO1xyXG4gIHdpZHRoOiAxMDAlO1xyXG4gIG1hcmdpbjogMDtcclxuICBwYWRkaW5nOiAwO1xyXG4gIHBvc2l0aW9uOiBmaXhlZDtcclxuICB0b3A6IDA7XHJcbiAgYm90dG9tOiAwO1xyXG4gIGxlZnQ6IDA7XHJcbiAgcmlnaHQ6IDA7XHJcbn1cclxuXHJcbi5oZWFkZXIge1xyXG4gIHdpZHRoOiAxMDAlO1xyXG4gIGhlaWdodDogMTcwcHg7XHJcbiAgYmFja2dyb3VuZC1jb2xvcjogI2VlZWVlZTtcclxuICBtYXJnaW46IDA7XHJcbiAgcGFkZGluZzogMDtcclxufVxyXG5cclxuLmhlYWRlciA+IGgyIHtcclxuICBmb250LXdlaWdodDogNDAwO1xyXG4gIGZvbnQtc2l6ZTogMjBweDtcclxuICBwYWRkaW5nLXRvcDogODBweDtcclxuICBwYWRkaW5nLWxlZnQ6IDUwcHg7XHJcbiAgbWFyZ2luOiAwO1xyXG59XHJcblxyXG4uaGVhZGVyID4gaDMge1xyXG4gIGZvbnQtd2VpZ2h0OiAzMDA7XHJcbiAgZm9udC1zaXplOiAxNHB4O1xyXG4gIHBhZGRpbmc6IDVweCA1MHB4O1xyXG4gIGNvbG9yOiAjNmI2YjZiO1xyXG4gIG1hcmdpbjogMDtcclxufVxyXG5cclxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xyXG4gIC5oZWFkZXIgPiBoMiB7XHJcbiAgICBwYWRkaW5nLXRvcDogMzBweDtcclxuICAgIHBhZGRpbmctbGVmdDogMzBweDtcclxuICB9XHJcblxyXG4gIC5oZWFkZXIgPiBoMyB7XHJcbiAgICBwYWRkaW5nOiA1cHggMzBweCAxNXB4IDMwcHg7XHJcbiAgfVxyXG5cclxuICAuaGVhZGVyIHtcclxuICAgIGhlaWdodDogYXV0bztcclxuICB9XHJcblxyXG4gIC53cmFwcGVyIHtcclxuICAgIG92ZXJmbG93LXk6IGF1dG87XHJcbiAgfVxyXG59XHJcbiJdfQ== */\"","import {Component} from '@angular/core';\r\n\r\n@Component({\r\n selector: 'gd-total-view',\r\n templateUrl: './total-view.component.html',\r\n styleUrls: ['./total-view.component.css']\r\n})\r\nexport class TotalViewComponent {\r\n\r\n constructor() {\r\n }\r\n\r\n}\r\n","// This file can be replaced during build by using the `fileReplacements` array.\r\n// `ng build --prod` replaces `environment.ts` with `environment.prod.ts`.\r\n// The list of file replacements can be found in `angular.json`.\r\n\r\nexport const environment = {\r\n production: false\r\n};\r\n\r\n/*\r\n * For easier debugging in development mode, you can import the following file\r\n * to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`.\r\n *\r\n * This import should be commented out in production mode because it will have a negative impact\r\n * on performance if an error is thrown.\r\n */\r\n// import 'zone.js/dist/zone-error'; // Included with Angular CLI.\r\n","import { enableProdMode } from '@angular/core';\r\nimport { platformBrowserDynamic } from '@angular/platform-browser-dynamic';\r\n\r\nimport { AppModule } from './app/app.module';\r\nimport { environment } from './environments/environment';\r\n\r\nif (environment.production) {\r\n enableProdMode();\r\n}\r\n\r\nplatformBrowserDynamic()\r\n .bootstrapModule(AppModule)\r\n .catch(err => console.error(err));\r\n"],"sourceRoot":""} \ No newline at end of file diff --git a/dist/apps/total-angular/main-es5.js b/dist/apps/total-angular/main-es5.js index 4cc2f5519..6eaf06029 100644 --- a/dist/apps/total-angular/main-es5.js +++ b/dist/apps/total-angular/main-es5.js @@ -1,10 +1,10 @@ (window["webpackJsonp"] = window["webpackJsonp"] || []).push([["main"],{ /***/ "../../dist/libs/common-components/fesm5/groupdocs.examples.angular-common-components.js": -/*!****************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/dist/libs/common-components/fesm5/groupdocs.examples.angular-common-components.js ***! - \****************************************************************************************************************************************/ -/*! exports provided: AddDynamicComponentService, Api, BackFormattingService, BrowseFilesModalComponent, ButtonComponent, ColorPickerComponent, CommonComponentsModule, CommonModals, ConfigService, ContextMenuComponent, DisabledCursorDirective, DndDirective, DocumentComponent, DropDownComponent, DropDownItemComponent, DropDownItemsComponent, DropDownToggleComponent, EditHtmlService, EditorDirective, ErrorInterceptorService, ErrorModalComponent, ExceptionMessageService, FileCredentials, FileDescription, FileModel, FileService, FileUtil, Formatting, FormattingDirective, FormattingService, HighlightSearchPipe, HostDynamicDirective, HostingDynamicComponentService, HttpError, InitStateComponent, LeftSideBarComponent, LoadingMaskComponent, LoadingMaskInterceptorService, LoadingMaskService, LogoComponent, MenuType, ModalComponent, ModalService, NavigateService, OnCloseService, PageComponent, PageModel, PagePreloadService, PasswordRequiredComponent, PasswordService, RenderPrintDirective, RenderPrintService, RotatedPage, RotationDirective, SanitizeHtmlPipe, SanitizeResourceHtmlPipe, SanitizeStylePipe, SaveFile, ScrollableDirective, SearchComponent, SearchService, SearchableDirective, SelectComponent, SelectionService, SidePanelComponent, SuccessModalComponent, TabActivatorService, TabComponent, TabbedToolbarsComponent, TextMenuComponent, TooltipComponent, TopTabActivatorService, TopToolbarComponent, UploadFileZoneComponent, UploadFilesService, Utils, ViewportService, WindowService, ZoomDirective, ZoomService, ɵa, ɵb, ɵc, ɵd */ +/*!****************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/dist/libs/common-components/fesm5/groupdocs.examples.angular-common-components.js ***! + \****************************************************************************************************************************/ +/*! exports provided: AddDynamicComponentService, Api, BackFormattingService, BrowseFilesModalComponent, ButtonComponent, ColorPickerComponent, CommonComponentsModule, CommonModals, ConfigService, ContextMenuComponent, DisabledCursorDirective, DndDirective, DocumentComponent, DropDownComponent, DropDownItemComponent, DropDownItemsComponent, DropDownToggleComponent, EditHtmlService, EditorDirective, ErrorInterceptorService, ErrorModalComponent, ExceptionMessageService, FileCredentials, FileDescription, FileModel, FileService, FileUtil, Formatting, FormattingDirective, FormattingService, HighlightSearchPipe, HostDynamicDirective, HostingDynamicComponentService, HttpError, InitStateComponent, LeftSideBarComponent, LoadingMaskComponent, LoadingMaskInterceptorService, LoadingMaskService, LogoComponent, MenuType, ModalComponent, ModalService, MouseWheelDirective, NavigateService, OnCloseService, PageComponent, PageModel, PagePreloadService, PasswordRequiredComponent, PasswordService, RenderPrintDirective, RenderPrintService, RotatedPage, RotationDirective, SanitizeHtmlPipe, SanitizeResourceHtmlPipe, SanitizeStylePipe, SaveFile, ScrollableDirective, SearchComponent, SearchService, SearchableDirective, SelectComponent, SelectionService, SidePanelComponent, SuccessModalComponent, TabActivatorService, TabComponent, TabbedToolbarsComponent, TextMenuComponent, TooltipComponent, TopTabActivatorService, TopToolbarComponent, UploadFileZoneComponent, UploadFilesService, Utils, ViewportService, WindowService, ZoomDirective, ZoomService, ɵa, ɵb, ɵc, ɵd */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -52,6 +52,7 @@ __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MenuType", function() { return MenuType; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ModalComponent", function() { return ModalComponent; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ModalService", function() { return ModalService; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MouseWheelDirective", function() { return MouseWheelDirective; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NavigateService", function() { return NavigateService; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "OnCloseService", function() { return OnCloseService; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PageComponent", function() { return PageComponent; }); @@ -150,18 +151,30 @@ var TopToolbarComponent = /** @class */ (function () { */ var SidePanelComponent = /** @class */ (function () { function SidePanelComponent() { + this.closable = true; + this.saveable = true; this.hideSidePanel = new _angular_core__WEBPACK_IMPORTED_MODULE_0__["EventEmitter"](); + this.saveInSidePanel = new _angular_core__WEBPACK_IMPORTED_MODULE_0__["EventEmitter"](); this.onlyTitle = false; } /** * @return {?} */ - SidePanelComponent.prototype.openSidePanel = /** + SidePanelComponent.prototype.closeSidePanel = /** * @return {?} */ function () { this.hideSidePanel.emit(true); }; + /** + * @return {?} + */ + SidePanelComponent.prototype.saveBySidePanel = /** + * @return {?} + */ + function () { + this.saveInSidePanel.emit(true); + }; /** * @return {?} */ @@ -169,13 +182,15 @@ var SidePanelComponent = /** @class */ (function () { * @return {?} */ function () { - this.onlyTitle = !this.onlyTitle; + if (this.closable && !this.saveable) { + this.onlyTitle = !this.onlyTitle; + } }; SidePanelComponent.decorators = [ { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'gd-side-panel', - template: "
    \n
    \n \n
    {{title}}
    \n
    \n \n
    \n
    \n
    \n \n
    \n
    \n", - styles: [".gd-side-panel-wrapper{margin-right:0;width:334px;z-index:999;background-color:#fff;-webkit-transition:margin-right .2s;transition:margin-right .2s;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;height:100vh}.gd-side-panel-wrapper .gd-side-panel-header{height:60px;background-color:#222e35;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:nowrap}.gd-side-panel-wrapper .gd-side-panel-header .icon{font-size:24px;color:#959da5;margin:18px;line-height:24px}.gd-side-panel-wrapper .gd-side-panel-header .title{font-size:13px;font-weight:700;color:#edf0f2;opacity:.57;margin-top:20px;width:100%}.gd-side-panel-wrapper .gd-side-panel-header .close{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.gd-side-panel-wrapper .gd-side-panel-header /deep/ gd-button .text{padding:0}.gd-side-panel-wrapper .gd-side-panel-body{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;overflow:visible;overflow-y:auto;overflow-x:hidden;height:100%}@media (max-width:1037px){.gd-side-panel-wrapper{width:100%;position:absolute;left:0;right:0;top:0;bottom:0}.gd-side-panel-wrapper.only-title{height:60px!important}}"] + template: "
    \n
    \n \n
    {{title}}
    \n
    \n \n
    \n
    \n \n
    \n
    \n
    \n \n
    \n
    \n", + styles: [".gd-side-panel-wrapper{margin-right:0;width:334px;z-index:999;background-color:#fff;-webkit-transition:margin-right .2s;transition:margin-right .2s;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;height:100vh}.gd-side-panel-wrapper .gd-side-panel-header{height:60px;background-color:#222e35;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:nowrap}.gd-side-panel-wrapper .gd-side-panel-header .icon{font-size:24px;color:#959da5;margin:18px;line-height:24px}.gd-side-panel-wrapper .gd-side-panel-header .title{font-size:13px;font-weight:700;color:#edf0f2;opacity:.57;margin-top:20px;width:100%}.gd-side-panel-wrapper .gd-side-panel-header .close,.gd-side-panel-wrapper .gd-side-panel-header .save{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.gd-side-panel-wrapper .gd-side-panel-header ::ng-deep gd-button .text{padding:0}.gd-side-panel-wrapper .gd-side-panel-body{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;overflow:visible;overflow-y:auto;overflow-x:hidden;height:100%}@media (max-width:1037px){.gd-side-panel-wrapper{width:100%;position:absolute;left:0;right:0;top:0;bottom:0}.gd-side-panel-wrapper.only-title{height:60px!important}}"] }] } ]; /** @nocollapse */ @@ -183,7 +198,10 @@ var SidePanelComponent = /** @class */ (function () { SidePanelComponent.propDecorators = { title: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], icon: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], - hideSidePanel: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Output"] }] + closable: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], + saveable: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], + hideSidePanel: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Output"] }], + saveInSidePanel: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Output"] }] }; return SidePanelComponent; }()); @@ -304,6 +322,7 @@ var ButtonComponent = /** @class */ (function () { this.disabled = false; this.toggle = false; this.iconRegular = false; + this.elementPosition = 0; this.showToolTip = false; this.isDesktop = windowService.isDesktop(); windowService.onResize.subscribe((/** @@ -366,8 +385,8 @@ var ButtonComponent = /** @class */ (function () { ButtonComponent.decorators = [ { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'gd-button', - template: "
    \n \n \n
    \n \n
    \n
    \n", - styles: [".icon-button{padding:0!important;margin:0 7px}.button{padding:0 10px;font-size:14px;color:#959da5;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;min-width:37px;height:37px;text-align:center;position:relative;white-space:nowrap}.button.inactive{cursor:not-allowed;opacity:.4}.button.active *{color:#ccd0d4}.button.primary{background-color:#3e4e5a;color:#fff}.button.primary.active{color:#fff;background-color:#688296}.button.brand{background-color:#25c2d4;color:#fff}.button.brand.active{color:#fff;background-color:#688296}.button .text{font-size:13px;padding-left:10px}@media (max-width:1037px){.button{font-size:22px}.arrow-button{margin:5px}}"] + template: "
    \n \n \n
    \n \n
    \n
    \n", + styles: [".icon-button{padding:0!important;margin:0 7px}.button{padding:0 10px;font-size:14px;color:#959da5;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;align-content:center;-webkit-box-pack:center;justify-content:center;min-width:37px;height:37px;text-align:center;position:relative;white-space:nowrap}.button.inactive{cursor:not-allowed;opacity:.4}.button.active *{color:#ccd0d4}.button.primary{background-color:#3e4e5a;color:#fff}.button.primary.active{color:#fff;background-color:#688296}.button.brand{background-color:#25c2d4;color:#fff}.button.brand.active{color:#fff;background-color:#688296}.button .text{font-size:13px;padding-left:10px}.button .button-tooltip{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}@media (max-width:1037px){.button{font-size:22px}.arrow-button{margin:5px}}"] }] } ]; /** @nocollapse */ @@ -384,7 +403,8 @@ var ButtonComponent = /** @class */ (function () { className: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], toggle: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], iconSize: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], - iconRegular: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }] + iconRegular: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], + elementPosition: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }] }; return ButtonComponent; }()); @@ -428,8 +448,21 @@ if (false) {} */ var TooltipComponent = /** @class */ (function () { function TooltipComponent() { + this.position = 0; this.visibility = 'hidden'; } + /** + * @return {?} + */ + TooltipComponent.prototype.getClass = /** + * @return {?} + */ + function () { + if (this.position === 0) { + return 'tooltip'; + } + return 'tooltip ' + (this.position > 0 ? 'last-element' : 'first-element'); + }; Object.defineProperty(TooltipComponent.prototype, "show", { set: /** * @param {?} value @@ -452,14 +485,15 @@ var TooltipComponent = /** @class */ (function () { TooltipComponent.decorators = [ { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'gd-tooltip', - template: "\n", - styles: [".tooltip{position:absolute;margin-top:37px;width:100px;background-color:#000;color:#fff;text-align:center;border-radius:0;padding:5px 0;z-index:1;margin-left:-66px;font-size:10px;height:11px;line-height:11px}.tooltip.hidden{visibility:hidden}.tooltip.shown{visibility:visible}.shown:after{content:\" \";position:absolute;bottom:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-bottom-color:#000}"] + template: "\n", + styles: [".tooltip{position:absolute;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:#000;color:#fff;text-align:center;border-radius:0;padding:5px;z-index:1;font-size:10px;height:11px;line-height:11px;-ms-grid-row-align:center;align-self:center;margin:0!important}.first-element{margin-left:10px!important}.last-element{margin-left:-10px!important}.tooltip.hidden{visibility:hidden}.tooltip.shown{visibility:visible}.shown:after{content:\" \";position:absolute;bottom:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-bottom-color:#000}"] }] } ]; /** @nocollapse */ TooltipComponent.ctorParameters = function () { return []; }; TooltipComponent.propDecorators = { text: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], + position: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], show: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }] }; return TooltipComponent; @@ -476,14 +510,20 @@ var Api = /** @class */ (function () { Api.VIEWER_APP = '/viewer'; Api.SIGNATURE_APP = '/signature'; Api.ANNOTATION_APP = '/annotation'; + Api.SEARCH_APP = '/search'; Api.EDITOR_APP = '/editor'; Api.COMPARISON_APP = '/comparison'; Api.CONVERSION_APP = '/conversion'; + Api.METADATA_APP = '/metadata'; Api.DEFAULT_API_ENDPOINT = window.location.href; Api.LOAD_FILE_TREE = '/loadFileTree'; Api.LOAD_CONFIG = '/loadConfig'; Api.LOAD_DOCUMENT_DESCRIPTION = '/loadDocumentDescription'; Api.LOAD_DOCUMENT_PAGE = '/loadDocumentPage'; + Api.LOAD_DOCUMENT_PROPERTIES = '/loadProperties'; + Api.LOAD_DOCUMENT_PROPERTIES_NAMES = '/loadPropertiesNames'; + Api.SAVE_PROPERTY = '/saveProperty'; + Api.REMOVE_PROPERTY = '/removeProperty'; Api.ROTATE_DOCUMENT_PAGE = '/rotateDocumentPages'; Api.UPLOAD_DOCUMENTS = '/uploadDocument'; Api.DOWNLOAD_DOCUMENTS = '/downloadDocument'; @@ -492,9 +532,12 @@ var Api = /** @class */ (function () { Api.LOAD_THUMBNAILS = '/loadThumbnails'; Api.LOAD_FORMATS = '/loadFormats'; Api.SAVE_FILE = '/saveFile'; + Api.CREATE_FILE = '/createFile'; Api.COMPARE_FILES = '/compare'; Api.CONVERT_FILE = '/convert'; Api.DELETE_SIGNATURE_FILE = '/deleteSignatureFile'; + Api.REMOVE_FROM_INDEX = '/removeFromIndex'; + Api.GET_FILE_STATUS = '/getFileStatus'; Api.SAVE_OPTICAL_CODE = '/saveOpticalCode'; Api.SAVE_TEXT = '/saveText'; Api.SAVE_IMAGE = '/saveImage'; @@ -503,6 +546,8 @@ var Api = /** @class */ (function () { Api.DOWNLOAD_SIGNED = '/downloadSigned'; Api.LOAD_SIGNATURE_IMAGE = '/loadSignatureImage'; Api.ANNOTATE = '/annotate'; + Api.SEARCH = '/search'; + Api.ADD_FILES_TO_INDEX = '/addFilesToIndex'; Api.httpOptionsJson = { headers: new _angular_common_http__WEBPACK_IMPORTED_MODULE_8__["HttpHeaders"]({ 'Content-Type': 'application/json', @@ -585,6 +630,15 @@ var ConfigService = /** @class */ (function () { function () { return this._apiEndpoint.trim().endsWith(Api.CONVERSION_APP) ? this._apiEndpoint : this._apiEndpoint + Api.CONVERSION_APP; }; + /** + * @return {?} + */ + ConfigService.prototype.getMetadataApiEndpoint = /** + * @return {?} + */ + function () { + return this._apiEndpoint.trim().endsWith(Api.METADATA_APP) ? this._apiEndpoint : this._apiEndpoint + Api.METADATA_APP; + }; /** * @return {?} */ @@ -603,6 +657,15 @@ var ConfigService = /** @class */ (function () { function () { return this._apiEndpoint.endsWith(Api.ANNOTATION_APP) ? this._apiEndpoint : this._apiEndpoint + Api.ANNOTATION_APP; }; + /** + * @return {?} + */ + ConfigService.prototype.getSearchApiEndpoint = /** + * @return {?} + */ + function () { + return this._apiEndpoint.endsWith(Api.SEARCH_APP) ? this._apiEndpoint : this._apiEndpoint + Api.SEARCH_APP; + }; ConfigService.decorators = [ { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Injectable"] } ]; @@ -788,7 +851,7 @@ var ModalComponent = /** @class */ (function () { { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'gd-modal', template: "
    \n
    \n
    \n
    \n\n
    \n
    ×
    \n

    {{title}}

    \n
    \n\n
    \n \n
    \n\n
    \n\n
    \n
    \n
    \n\n\n", - styles: ["@import url(https://fonts.googleapis.com/css?family=Montserrat&display=swap);:host *{font-family:'Open Sans',Arial,Helvetica,sans-serif}.gd-modal{overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0;background-color:rgba(0,0,0,.5)}.gd-modal-dialog{box-shadow:#0005 0 0 10px;position:fixed;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1051}.gd-modal-content{background-color:#fff;height:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.gd-modal-header{height:60px;padding:0 12px 0 24px;background-color:#3e4e5a}.gd-modal-close{position:absolute;right:12px;top:12px;cursor:pointer;color:#fff;width:37px;height:37px;text-align:center}.gd-modal-close span{font-size:18px;font-weight:900;height:19px;width:10px;line-height:36px}.gd-modal-title{font-size:16px;font-weight:400;padding-top:17px;padding-bottom:22px;margin:0;color:#fff}.gd-modal-body{background-color:#fff;overflow:hidden;overflow-y:auto;height:calc(100% - 75px)}.gd-modal-footer{height:auto}.gd-modal-footer>.btn{float:right;margin:20px 15px;padding:10px 20px;cursor:pointer;font-size:12px}@media (max-width:1037px){.gd-modal-dialog{width:100%;height:100%}.gd-modal-body{height:100%}}"] + styles: ["@import url(https://fonts.googleapis.com/css?family=Montserrat&display=swap);:host *{font-family:'Open Sans',Arial,Helvetica,sans-serif}.gd-modal{overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0;background-color:rgba(0,0,0,.5)}.gd-modal-dialog{box-shadow:#0005 0 0 10px;position:fixed;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1051}.gd-modal-dialog ::ng-deep .button{-webkit-box-orient:unset!important;-webkit-box-direction:unset!important;flex-direction:unset!important}.gd-modal-content{background-color:#fff;height:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.gd-modal-header{height:60px;padding:0 12px 0 24px;background-color:#3e4e5a}.gd-modal-close{position:absolute;right:12px;top:12px;cursor:pointer;color:#fff;width:37px;height:37px;text-align:center}.gd-modal-close span{font-size:18px;font-weight:900;height:19px;width:10px;line-height:36px}.gd-modal-title{font-size:16px;font-weight:400;padding-top:17px;padding-bottom:22px;margin:0;color:#fff}.gd-modal-body{background-color:#fff;overflow:hidden;overflow-y:auto;height:calc(100% - 75px)}.gd-modal-footer{height:auto}.gd-modal-footer>.btn{float:right;margin:20px 15px;padding:10px 20px;cursor:pointer;font-size:12px}@media (max-width:1037px){.gd-modal-dialog{width:100%;height:100%}.gd-modal-body{height:100%}}"] }] } ]; /** @nocollapse */ @@ -1429,6 +1492,181 @@ var ZoomService = /** @class */ (function () { }()); if (false) {} +/** + * @fileoverview added by tsickle + * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc + */ +var PagePreloadService = /** @class */ (function () { + function PagePreloadService() { + var _this = this; + this._checkPreload = new rxjs__WEBPACK_IMPORTED_MODULE_2__["Observable"]((/** + * @param {?} observer + * @return {?} + */ + function (observer) { + return _this._observer = observer; + })); + } + Object.defineProperty(PagePreloadService.prototype, "checkPreload", { + get: /** + * @return {?} + */ + function () { + return this._checkPreload; + }, + enumerable: true, + configurable: true + }); + /** + * @param {?} page + * @return {?} + */ + PagePreloadService.prototype.changeLastPageInView = /** + * @param {?} page + * @return {?} + */ + function (page) { + if (this._observer) { + this._observer.next(page); + } + }; + return PagePreloadService; +}()); +if (false) {} + +/** + * @fileoverview added by tsickle + * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc + */ +var NavigateService = /** @class */ (function () { + function NavigateService(_pagePreloadService) { + var _this = this; + this._pagePreloadService = _pagePreloadService; + this._currentPage = 0; + this._countPages = 0; + this._navigate = new rxjs__WEBPACK_IMPORTED_MODULE_2__["Observable"]((/** + * @param {?} observer + * @return {?} + */ + function (observer) { + return _this._observer = observer; + })); + } + Object.defineProperty(NavigateService.prototype, "navigate", { + get: /** + * @return {?} + */ + function () { + return this._navigate; + }, + enumerable: true, + configurable: true + }); + Object.defineProperty(NavigateService.prototype, "countPages", { + get: /** + * @return {?} + */ + function () { + return this._countPages; + }, + set: /** + * @param {?} value + * @return {?} + */ + function (value) { + this._countPages = value; + }, + enumerable: true, + configurable: true + }); + Object.defineProperty(NavigateService.prototype, "currentPage", { + get: /** + * @return {?} + */ + function () { + return this._currentPage; + }, + set: /** + * @param {?} value + * @return {?} + */ + function (value) { + this._currentPage = value; + }, + enumerable: true, + configurable: true + }); + /** + * @return {?} + */ + NavigateService.prototype.nextPage = /** + * @return {?} + */ + function () { + if (this._currentPage < this._countPages) { + this._currentPage++; + this.navigateTo(this._currentPage); + } + }; + /** + * @return {?} + */ + NavigateService.prototype.prevPage = /** + * @return {?} + */ + function () { + if (this._currentPage > 1) { + this._currentPage--; + this.navigateTo(this._currentPage); + } + }; + /** + * @return {?} + */ + NavigateService.prototype.toLastPage = /** + * @return {?} + */ + function () { + this._currentPage = this._countPages; + this.navigateTo(this._currentPage); + }; + /** + * @return {?} + */ + NavigateService.prototype.toFirstPage = /** + * @return {?} + */ + function () { + this._currentPage = 1; + this.navigateTo(this._currentPage); + }; + /** + * @param {?} page + * @return {?} + */ + NavigateService.prototype.navigateTo = /** + * @param {?} page + * @return {?} + */ + function (page) { + this.currentPage = page; + this._pagePreloadService.changeLastPageInView(page); + this._observer.next(page); + }; + NavigateService.decorators = [ + { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Injectable"], args: [{ + providedIn: 'root' + },] } + ]; + /** @nocollapse */ + NavigateService.ctorParameters = function () { return [ + { type: PagePreloadService } + ]; }; + /** @nocollapse */ NavigateService.ngInjectableDef = Object(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineInjectable"])({ factory: function NavigateService_Factory() { return new NavigateService(Object(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵinject"])(PagePreloadService)); }, token: NavigateService, providedIn: "root" }); + return NavigateService; +}()); +if (false) {} + /** * @fileoverview added by tsickle * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc @@ -1436,11 +1674,13 @@ if (false) {} /** @type {?} */ var $$1 = jquery__WEBPACK_IMPORTED_MODULE_10__; var DocumentComponent = /** @class */ (function () { - function DocumentComponent(_elementRef, _zoomService, _windowService) { + function DocumentComponent(_elementRef, _zoomService, _windowService, _navigateService) { var _this = this; this._elementRef = _elementRef; this._zoomService = _zoomService; this._windowService = _windowService; + this._navigateService = _navigateService; + this.onpan = new _angular_core__WEBPACK_IMPORTED_MODULE_0__["EventEmitter"](); this.wait = false; this.docWidth = null; this.docHeight = null; @@ -1474,6 +1714,9 @@ var DocumentComponent = /** @class */ (function () { * @return {?} */ function () { + if (this.ifPresentation()) { + this.selectedPage = 1; + } }; /** * @return {?} @@ -1526,16 +1769,27 @@ var DocumentComponent = /** @class */ (function () { function () { return FileUtil.find(this.file.guid, false).format === "Microsoft Excel"; }; + /** + * @return {?} + */ + DocumentComponent.prototype.ifPresentation = /** + * @return {?} + */ + function () { + return FileUtil.find(this.file.guid, false).format === "Microsoft PowerPoint"; + }; /** * @param {?} value + * @param {?} pageNumber * @return {?} */ DocumentComponent.prototype.getDimensionWithUnit = /** * @param {?} value + * @param {?} pageNumber * @return {?} */ - function (value) { - return value + (this.mode ? FileUtil.find(this.file.guid, false).unit : 'px'); + function (value, pageNumber) { + return this.ifPresentation() && !this.isVisible(pageNumber) ? 0 : value + (this.mode ? FileUtil.find(this.file.guid, false).unit : 'px'); }; /** * @return {?} @@ -1777,6 +2031,7 @@ var DocumentComponent = /** @class */ (function () { // if (!this.isDesktop) { // this.translate($event.deltaX, $event.deltaY); // } + this.onpan.emit($event); }; /** * @param {?} $event @@ -1808,23 +2063,42 @@ var DocumentComponent = /** @class */ (function () { } } }; + /** + * @param {?} pageNumber + * @return {?} + */ + DocumentComponent.prototype.isVisible = /** + * @param {?} pageNumber + * @return {?} + */ + function (pageNumber) { + if (this.ifPresentation()) { + return pageNumber === this.selectedPage ? true : false; + } + else { + return true; + } + }; DocumentComponent.decorators = [ { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'gd-document', - template: "
    Please wait...
    \n
    \n
    \n
    \n \n
    \n
    \n \n
    \n", - styles: [":host{-webkit-box-flex:1;flex:1;-webkit-transition:.4s;transition:.4s;background-color:#e7e7e7;height:100%;overflow:scroll}.page{display:inline-block;background-color:#fff;margin:20px;box-shadow:0 3px 6px rgba(0,0,0,.16);-webkit-transition:.3s;transition:.3s}.page.excel{overflow:auto}.wait{position:absolute;top:55px;left:Calc(30%)}.panzoom{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;-webkit-box-pack:center;justify-content:center;align-content:flex-start}@media (max-width:1037px){.page{min-width:unset!important;min-height:unset!important;margin:5px 0}}"] + template: "
    Please wait...
    \n
    \n
    \n
    \n \n
    \n
    \n \n
    \n", + styles: [":host{-webkit-box-flex:1;flex:1;-webkit-transition:.4s;transition:.4s;background-color:#e7e7e7;height:100%;overflow:scroll;touch-action:auto!important}:host .document{-webkit-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important;user-select:text!important;touch-action:auto!important}.page{display:inline-block;background-color:#fff;margin:20px;box-shadow:0 3px 6px rgba(0,0,0,.16);-webkit-transition:.3s;transition:.3s}.page.excel{overflow:auto}.page.presentation{margin:0;-webkit-transition:unset;transition:unset}.page.presentation.active{margin:20px}.wait{position:absolute;top:55px;left:Calc(30%)}.panzoom{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;-webkit-box-pack:center;justify-content:center;align-content:flex-start}@media (max-width:1037px){.page{min-width:unset!important;min-height:unset!important;margin:5px 0}}"] }] } ]; /** @nocollapse */ DocumentComponent.ctorParameters = function () { return [ { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["ElementRef"] }, { type: ZoomService }, - { type: WindowService } + { type: WindowService }, + { type: NavigateService } ]; }; DocumentComponent.propDecorators = { mode: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], preloadPageCount: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], - file: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }] + file: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], + selectedPage: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], + onpan: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Output"] }] }; return DocumentComponent; }()); @@ -1861,7 +2135,12 @@ var PageComponent = /** @class */ (function () { function (changes) { // TODO: this is temporary needed to remove unneeded spaces and BOM symbol // which leads to undesired spaces on the top of the docs pages - this.data = this.data !== null ? this.data.replace(/>\s+<').replace(/\uFEFF/g, "") : null; + this.data = this.data !== null ? this.data.replace(/>\s+<') + .replace(/\uFEFF/g, "") + .replace(/href="\/viewer/g, 'href="http://localhost:8080/viewer') + .replace(/src="\/viewer/g, 'src="http://localhost:8080/viewer') + .replace(/data="\/viewer/g, 'data="http://localhost:8080/viewer') + : null; /** @type {?} */ var dataImagePngBase64 = 'data:image/png;base64,'; this.imgData = dataImagePngBase64; @@ -1873,7 +2152,7 @@ var PageComponent = /** @class */ (function () { { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'gd-page', template: "
    \n
    \n \"\"\n\n
    \n \n  Loading... Please wait.\n
    \n
    \n", - styles: [".gd-page-spinner{margin-top:150px;text-align:center}.gd-wrapper{width:inherit;height:inherit}.gd-wrapper div{width:100%}/deep/ .gd-highlight{background-color:#ff0}/deep/ .gd-highlight-select{background-color:#ff9b00}"] + styles: [".gd-page-spinner{margin-top:150px;text-align:center}.gd-wrapper{width:inherit;height:inherit}.gd-wrapper div{width:100%}::ng-deep .gd-highlight{background-color:#ff0}::ng-deep .gd-highlight-select{background-color:#ff9b00}"] }] } ]; /** @nocollapse */ @@ -2195,185 +2474,10 @@ if (false) {} * @fileoverview added by tsickle * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ -var PagePreloadService = /** @class */ (function () { - function PagePreloadService() { - var _this = this; - this._checkPreload = new rxjs__WEBPACK_IMPORTED_MODULE_2__["Observable"]((/** - * @param {?} observer - * @return {?} - */ - function (observer) { - return _this._observer = observer; - })); - } - Object.defineProperty(PagePreloadService.prototype, "checkPreload", { - get: /** - * @return {?} - */ - function () { - return this._checkPreload; - }, - enumerable: true, - configurable: true - }); - /** - * @param {?} page - * @return {?} - */ - PagePreloadService.prototype.changeLastPageInView = /** - * @param {?} page - * @return {?} - */ - function (page) { - if (this._observer) { - this._observer.next(page); - } - }; - return PagePreloadService; -}()); -if (false) {} - -/** - * @fileoverview added by tsickle - * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc - */ -var NavigateService = /** @class */ (function () { - function NavigateService(_pagePreloadService) { - var _this = this; - this._pagePreloadService = _pagePreloadService; - this._currentPage = 0; - this._countPages = 0; - this._navigate = new rxjs__WEBPACK_IMPORTED_MODULE_2__["Observable"]((/** - * @param {?} observer - * @return {?} - */ - function (observer) { - return _this._observer = observer; - })); - } - Object.defineProperty(NavigateService.prototype, "navigate", { - get: /** - * @return {?} - */ - function () { - return this._navigate; - }, - enumerable: true, - configurable: true - }); - Object.defineProperty(NavigateService.prototype, "countPages", { - get: /** - * @return {?} - */ - function () { - return this._countPages; - }, - set: /** - * @param {?} value - * @return {?} - */ - function (value) { - this._countPages = value; - }, - enumerable: true, - configurable: true - }); - Object.defineProperty(NavigateService.prototype, "currentPage", { - get: /** - * @return {?} - */ - function () { - return this._currentPage; - }, - set: /** - * @param {?} value - * @return {?} - */ - function (value) { - this._currentPage = value; - }, - enumerable: true, - configurable: true - }); - /** - * @return {?} - */ - NavigateService.prototype.nextPage = /** - * @return {?} - */ - function () { - if (this._currentPage < this._countPages) { - this._currentPage++; - this.navigateTo(this._currentPage); - } - }; - /** - * @return {?} - */ - NavigateService.prototype.prevPage = /** - * @return {?} - */ - function () { - if (this._currentPage > 1) { - this._currentPage--; - this.navigateTo(this._currentPage); - } - }; - /** - * @return {?} - */ - NavigateService.prototype.toLastPage = /** - * @return {?} - */ - function () { - this._currentPage = this._countPages; - this.navigateTo(this._currentPage); - }; - /** - * @return {?} - */ - NavigateService.prototype.toFirstPage = /** - * @return {?} - */ - function () { - this._currentPage = 1; - this.navigateTo(this._currentPage); - }; - /** - * @param {?} page - * @return {?} - */ - NavigateService.prototype.navigateTo = /** - * @param {?} page - * @return {?} - */ - function (page) { - this.currentPage = page; - this._pagePreloadService.changeLastPageInView(page); - this._observer.next(page); - }; - NavigateService.decorators = [ - { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Injectable"], args: [{ - providedIn: 'root' - },] } - ]; - /** @nocollapse */ - NavigateService.ctorParameters = function () { return [ - { type: PagePreloadService } - ]; }; - /** @nocollapse */ NavigateService.ngInjectableDef = Object(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineInjectable"])({ factory: function NavigateService_Factory() { return new NavigateService(Object(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵinject"])(PagePreloadService)); }, token: NavigateService, providedIn: "root" }); - return NavigateService; -}()); -if (false) {} - -/** - * @fileoverview added by tsickle - * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc - */ -/** @type {?} */ -var $$2 = jquery__WEBPACK_IMPORTED_MODULE_10__; -var ViewportService = /** @class */ (function () { - function ViewportService() { +/** @type {?} */ +var $$2 = jquery__WEBPACK_IMPORTED_MODULE_10__; +var ViewportService = /** @class */ (function () { + function ViewportService() { } /** * @param {?} el @@ -2468,6 +2572,7 @@ var ScrollableDirective = /** @class */ (function () { this._windowService = _windowService; this._viewportService = _viewportService; this.zoom = 100; + this.loadedPagesSet = new Set(); this.zoom = _zoomService.zoom ? _zoomService.zoom : this.zoom; _zoomService.zoomChange.subscribe((/** * @param {?} val @@ -2649,7 +2754,10 @@ var ScrollableDirective = /** @class */ (function () { } currentPageSet = true; } - this._pagePreloadService.changeLastPageInView(page); + if (!this.loadedPagesSet.has(page)) { + this._pagePreloadService.changeLastPageInView(page); + this.loadedPagesSet.add(page); + } } } }; @@ -2717,6 +2825,85 @@ var ScrollableDirective = /** @class */ (function () { }()); if (false) {} +/** + * @fileoverview added by tsickle + * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc + */ +/** @type {?} */ +var $$4 = jquery__WEBPACK_IMPORTED_MODULE_10__; +var MouseWheelDirective = /** @class */ (function () { + function MouseWheelDirective() { + this.mouseWheelUp = new _angular_core__WEBPACK_IMPORTED_MODULE_0__["EventEmitter"](); + this.mouseWheelDown = new _angular_core__WEBPACK_IMPORTED_MODULE_0__["EventEmitter"](); + } + /** + * @param {?} event + * @return {?} + */ + MouseWheelDirective.prototype.onMouseWheelChrome = /** + * @param {?} event + * @return {?} + */ + function (event) { + this.mouseWheelFunc(event); + }; + /** + * @param {?} event + * @return {?} + */ + MouseWheelDirective.prototype.onMouseWheelFirefox = /** + * @param {?} event + * @return {?} + */ + function (event) { + this.mouseWheelFunc(event); + }; + /** + * @param {?} event + * @return {?} + */ + MouseWheelDirective.prototype.onMouseWheelIE = /** + * @param {?} event + * @return {?} + */ + function (event) { + this.mouseWheelFunc(event); + }; + /** + * @param {?} event + * @return {?} + */ + MouseWheelDirective.prototype.mouseWheelFunc = /** + * @param {?} event + * @return {?} + */ + function (event) { + event = window.event; + /** @type {?} */ + var delta = Math.max(-1, Math.min(1, (event.wheelDelta || -event.detail))); + if (delta > 0) { + this.mouseWheelUp.emit(event); + } + else if (delta < 0) { + this.mouseWheelDown.emit(event); + } + }; + MouseWheelDirective.decorators = [ + { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Directive"], args: [{ + selector: '[gdMouseWheel]' + },] } + ]; + MouseWheelDirective.propDecorators = { + mouseWheelUp: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Output"] }], + mouseWheelDown: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Output"] }], + onMouseWheelChrome: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["HostListener"], args: ['mousewheel', ['$event'],] }], + onMouseWheelFirefox: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["HostListener"], args: ['DOMMouseScroll', ['$event'],] }], + onMouseWheelIE: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["HostListener"], args: ['onmousewheel', ['$event'],] }] + }; + return MouseWheelDirective; +}()); +if (false) {} + /** * @fileoverview added by tsickle * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc @@ -2826,6 +3013,19 @@ var ZoomDirective = /** @class */ (function () { function (elm) { return elm.offsetWidth - elm.clientWidth; }; + /** + * @private + * @param {?} elm + * @return {?} + */ + ZoomDirective.prototype.getScrollHeight = /** + * @private + * @param {?} elm + * @return {?} + */ + function (elm) { + return elm.offsetHeight - elm.clientHeight; + }; /** * @private * @param {?} zoom @@ -2842,8 +3042,13 @@ var ZoomDirective = /** @class */ (function () { /** @type {?} */ var viewPortWidth = this.el.nativeElement.parentElement.offsetWidth; /** @type {?} */ + var viewPortHeight = this.el.nativeElement.parentElement.offsetHeight; + /** @type {?} */ var scrollWidth = this.getScrollWidth(this.el.nativeElement.parentElement); + /** @type {?} */ + var scrollHeight = this.getScrollHeight(this.el.nativeElement.parentElement); this.width = (viewPortWidth / zoomInt - scrollWidth / zoomInt) + 'px'; + this.height = (viewPortHeight / zoomInt - scrollHeight / zoomInt) + 'px'; }; /** * @return {?} @@ -2872,6 +3077,7 @@ var ZoomDirective = /** @class */ (function () { transform: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["HostBinding"], args: ['style.transform',] }], transformOrigin: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["HostBinding"], args: ['style.transform-origin',] }], width: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["HostBinding"], args: ['style.width',] }], + height: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["HostBinding"], args: ['style.height',] }], minWidth: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["HostBinding"], args: ['style.min-width',] }] }; return ZoomDirective; @@ -3009,7 +3215,7 @@ var SelectComponent = /** @class */ (function () { SelectComponent.decorators = [ { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'gd-select', - template: "
    \n
    \n {{showSelected?.name}}\n
    \n \n
    \n
    \n
    {{option.name}}
    \n
    \n
    \n
    \n
    \n", + template: "
    \n
    \n {{showSelected?.name}}\n
    \n \n
    \n
    \n
    {{option.name}}
    \n
    \n
    \n
    \n
    \n", styles: [".select{min-width:50px;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;color:#959da5}.selected-value{font-size:14px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:clip;max-width:70px}.selected-value.inactive{cursor:not-allowed;color:#ccc}.nav-caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent;cursor:pointer}.nav-caret.inactive{cursor:not-allowed;color:#ccc}.dropdown-menu{position:absolute;top:49px;z-index:1000;float:left;min-width:96px;list-style:none;font-size:13px;text-align:left;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.3);background-clip:padding-box}.dropdown-menu .option{display:block;padding:7px 0 7px 7px;clear:both;font-weight:400;line-height:1.42857143;white-space:nowrap;cursor:pointer;font-size:10px}.dropdown-menu .option:hover{background-color:#25c2d4;color:#fff!important}.dropdown-menu-separator{height:1px;overflow:hidden;background-color:#f4f4f4;padding:0!important}"] }] } ]; @@ -3567,7 +3773,7 @@ if (false) {} * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ /** @type {?} */ -var $$4 = jquery__WEBPACK_IMPORTED_MODULE_10__; +var $$5 = jquery__WEBPACK_IMPORTED_MODULE_10__; var PasswordRequiredComponent = /** @class */ (function () { function PasswordRequiredComponent(messageService, _passwordService) { var _this = this; @@ -3613,14 +3819,14 @@ var PasswordRequiredComponent = /** @class */ (function () { */ function () { /** @type {?} */ - var element = $$4("#password"); + var element = $$5("#password"); if (element) { element.focus(); } }), 100); } else { - $$4("#password").val(""); + $$5("#password").val(""); } }; /** @@ -3632,14 +3838,14 @@ var PasswordRequiredComponent = /** @class */ (function () { * @return {?} */ function ($event) { - $$4("#password").val(""); + $$5("#password").val(""); this.cancelEvent.emit(true); }; PasswordRequiredComponent.decorators = [ { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'gd-password-required', template: "\n
    \n
    \n \n \n {{message}}\n \n Open\n \n
    \n
    \n
    \n", - styles: ["#gd-password-section{width:468px;height:164px}.gd-password-wrap{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin:24px}.gd-password-wrap label{font-size:14px;color:#acacac;padding-bottom:12px}.gd-password-wrap input{height:30px;border:1px solid #25c2d4}.gd-password-wrap input.error{border-color:#e04e4e}.gd-password-wrap gd-button{align-self:flex-end}.gd-password-wrap ::ng-deep .button{height:37px;width:72px;padding:0;-webkit-box-pack:center;justify-content:center}.gd-password-wrap ::ng-deep .button ::ng-deep .text{font-size:10px!important}.gd-password-error{color:#e04e4e;padding:10px 0 12px;height:12px;line-height:12px;font-size:12px}@media (max-width:1037px){#gd-password-section{min-width:375px}}"] + styles: ["#gd-password-section{width:375px;height:164px}.gd-password-wrap{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin:24px}.gd-password-wrap label{font-size:14px;color:#acacac;padding-bottom:12px}.gd-password-wrap input{height:30px;border:1px solid #25c2d4}.gd-password-wrap input.error{border-color:#e04e4e}.gd-password-wrap gd-button{align-self:flex-end}.gd-password-wrap ::ng-deep .button{height:37px;width:72px;padding:0;-webkit-box-pack:center;justify-content:center}.gd-password-wrap ::ng-deep .button ::ng-deep .text{font-size:10px!important}.gd-password-error{color:#e04e4e;padding:10px 0 12px;height:12px;line-height:12px;font-size:12px}@media (max-width:1037px){#gd-password-section{min-width:375px}}"] }] } ]; /** @nocollapse */ @@ -3927,7 +4133,7 @@ if (false) {} * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ /** @type {?} */ -var $$5 = jquery__WEBPACK_IMPORTED_MODULE_10__; +var $$6 = jquery__WEBPACK_IMPORTED_MODULE_10__; var SearchableDirective = /** @class */ (function () { function SearchableDirective(_elementRef, _searchService, _highlight, _zoomService) { var _this = this; @@ -4012,16 +4218,16 @@ var SearchableDirective = /** @class */ (function () { * @return {?} */ function (value) { - $$5(value).removeClass('gd-highlight-select'); + $$6(value).removeClass('gd-highlight-select'); })); /** @type {?} */ var currentEl = el.querySelectorAll('.gd-highlight')[this.current - 1]; - $$5(currentEl).addClass('gd-highlight-select'); + $$6(currentEl).addClass('gd-highlight-select'); if (currentEl) { /** @type {?} */ var options = { left: 0, - top: ($$5(currentEl).offset().top) + el.parentElement.parentElement.scrollTop - 150, + top: ($$6(currentEl).offset().top) + el.parentElement.parentElement.scrollTop - 150, }; // using polyfill el.parentElement.parentElement.scroll(options); @@ -4040,7 +4246,7 @@ var SearchableDirective = /** @class */ (function () { */ function (el) { /** @type {?} */ - var textNodes = $$5(el).find('*').contents().filter((/** + var textNodes = $$6(el).find('*').contents().filter((/** * @return {?} */ function () { @@ -4065,7 +4271,7 @@ var SearchableDirective = /** @class */ (function () { */ function () { /** @type {?} */ - var $this = $$5(this); + var $this = $$6(this); /** @type {?} */ var content = $this.text(); content = highlight.transform(content, text); @@ -4247,7 +4453,7 @@ var TabComponent = /** @class */ (function () { { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'gd-tab', template: "
    \n
    {{tabTitle}}
    \n \n
    \n
    \n \n
    \n", - styles: [".tab-content{height:60px;position:absolute;background-color:#fff;width:100%;left:0;line-height:60px;display:none;z-index:9}.tab-content ::ng-deep .toolbar-panel{height:60px}.tab-content.active{display:-webkit-box;display:flex}.gd-tab{text-align:center;font-size:11px;color:#e5e5e5;height:30px;line-height:30px;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.gd-tab .icon{display:none;font-size:14px;margin:auto 23px}.gd-tab .title{margin:auto 23px}.gd-tab.active{background-color:#fff;color:#3e4e5a;font-weight:700}@media (max-width:1037px){.gd-tab{height:60px;line-height:60px}.gd-tab .title{display:none}.gd-tab .icon{display:block}}"] + styles: [".tab-content{height:60px;position:absolute;background-color:#fff;width:100%;left:0;line-height:60px;display:none;z-index:9}.tab-content ::ng-deep .toolbar-panel{height:60px}.tab-content.active{display:-webkit-box;display:flex}.gd-tab{text-align:center;font-size:11px;color:#e5e5e5;height:30px;line-height:30px;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.gd-tab .icon{display:none;font-size:14px}.gd-tab .title{margin:auto 23px}.gd-tab.active{background-color:#fff;color:#3e4e5a;font-weight:700}@media (max-width:1037px){.gd-tab{height:60px;line-height:60px;width:60px}.gd-tab .title{display:none}.gd-tab .icon{display:block;font-size:22px}}"] }] } ]; /** @nocollapse */ @@ -4715,7 +4921,7 @@ var ColorPickerComponent = /** @class */ (function () { ColorPickerComponent.decorators = [ { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'gd-color-picker', - template: "
    \n
    \n
    \n
    \n
    \n", + template: "
    \n
    \n
    \n
    \n
    \n", styles: [".bcPicker-picker{border:1px;border-radius:100%}.bcPicker-palette{width:250px;background-color:#fdfdfd;z-index:999;box-shadow:0 0 5px #efefef;display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-pack:center;justify-content:center}.bcPicker-palette>.bcPicker-color{width:18px;height:18px;margin:2px;cursor:pointer}"] }] } ]; @@ -4823,7 +5029,7 @@ if (false) {} * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ /** @type {?} */ -var $$6 = jquery__WEBPACK_IMPORTED_MODULE_10__; +var $$7 = jquery__WEBPACK_IMPORTED_MODULE_10__; var FormattingDirective = /** @class */ (function () { function FormattingDirective(_formattingService, _backFormattingService, _selectionService) { this._formattingService = _formattingService; @@ -4852,7 +5058,7 @@ var FormattingDirective = /** @class */ (function () { this.list = this.checkList(); //fix required by FireFox to get correct background color if (this.bgColor === "transparent") { - this.bgColor = $$6(window.getSelection().focusNode.parentNode).css('background-color').toString(); + this.bgColor = $$7(window.getSelection().focusNode.parentNode).css('background-color').toString(); } this.font = document.queryCommandValue("FontName").replace(/"/g, ''); if (this.font.split(",").length > 1) { @@ -5246,7 +5452,7 @@ var FormattingDirective = /** @class */ (function () { if (align === "full") { align = "justify"; } - $$6(selection).css("text-align", align); + $$7(selection).css("text-align", align); this._selectionService.refreshSelection(); }; /** @@ -5452,6 +5658,9 @@ var LoadingMaskService = /** @class */ (function () { this.requests = []; this.stopList.push(Api.SAVE_TEXT); this.stopList.push(Api.SAVE_OPTICAL_CODE); + this.stopList.push(Api.LOAD_DOCUMENT_PAGE); + this.stopList.push(Api.LOAD_THUMBNAILS); + this.stopList.push(Api.GET_FILE_STATUS); } /** * @param {?} req @@ -6073,7 +6282,7 @@ if (false) {} * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ /** @type {?} */ -var $$7 = jquery__WEBPACK_IMPORTED_MODULE_10__; +var $$8 = jquery__WEBPACK_IMPORTED_MODULE_10__; var ResizingComponent = /** @class */ (function () { function ResizingComponent() { this.se = false; @@ -6100,9 +6309,9 @@ var ResizingComponent = /** @class */ (function () { function () { var _this = this; /** @type {?} */ - var elSE = $$7(this.getElementId(this.SE)); + var elSE = $$8(this.getElementId(this.SE)); /** @type {?} */ - var elNW = $$7(this.getElementId(this.NW)); + var elNW = $$8(this.getElementId(this.NW)); if (this.init && elSE && elNW && elSE.offset() && elNW.offset()) { /** @type {?} */ var width_1 = elSE.offset().left - elNW.offset().left; @@ -6304,6 +6513,7 @@ var TopTabComponent = /** @class */ (function () { this._excMessageService = _excMessageService; this.disabled = false; this.activeTab = new _angular_core__WEBPACK_IMPORTED_MODULE_0__["EventEmitter"](); + this.elementPosition = 0; this.active = false; this.showToolTip = false; this._tabActivatorService.activeTabChange.subscribe((/** @@ -6366,8 +6576,8 @@ var TopTabComponent = /** @class */ (function () { TopTabComponent.decorators = [ { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'gd-top-tab', - template: "
    \n \n \n
    \n", - styles: [".gd-tab{font-size:14px;color:#3e4e5a;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;min-width:36px;height:36px;text-align:center;position:relative;white-space:nowrap;padding:0!important;margin:0 10px}.gd-tab.active{background-color:#acacac;color:#fff!important;font-weight:700}.gd-tab.disabled{cursor:not-allowed;opacity:.4}.gd-tab ::ng-deep .tooltip{font-size:12px;margin:20px -57px}.gd-tab .title{margin:auto 23px}@media (max-width:1037px){.gd-tab{font-size:20px}}"] + template: "
    \n \n \n
    \n", + styles: [".gd-tab{font-size:14px;color:#3e4e5a;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;align-content:center;-webkit-box-pack:center;justify-content:center;min-width:36px;height:36px;text-align:center;position:relative;white-space:nowrap;padding:0!important;margin:0 10px}.gd-tab .gd-tab-tooltip{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin:0!important}.gd-tab.active{background-color:#acacac;color:#fff!important;font-weight:700}.gd-tab.disabled{cursor:not-allowed;opacity:.4}.gd-tab ::ng-deep .tooltip{font-size:12px;margin:20px -57px}.gd-tab .title{margin:auto 23px}@media (max-width:1037px){.gd-tab{font-size:20px}}"] }] } ]; /** @nocollapse */ @@ -6381,7 +6591,8 @@ var TopTabComponent = /** @class */ (function () { icon: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], disabled: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], tooltip: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], - activeTab: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Output"] }] + activeTab: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Output"] }], + elementPosition: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }] }; return TopTabComponent; }()); @@ -6392,12 +6603,17 @@ if (false) {} * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ /** @type {?} */ -var $$8 = jquery__WEBPACK_IMPORTED_MODULE_10__; +var $$9 = jquery__WEBPACK_IMPORTED_MODULE_10__; var TextMenuComponent = /** @class */ (function () { - function TextMenuComponent(_onCloseService) { + function TextMenuComponent(_onCloseService, _zoomService, _windowService, _elementRef, renderer) { var _this = this; this._onCloseService = _onCloseService; + this._zoomService = _zoomService; + this._windowService = _windowService; + this._elementRef = _elementRef; + this.renderer = renderer; this.decoration = true; + this.showTooltips = true; this.outFontSize = new _angular_core__WEBPACK_IMPORTED_MODULE_0__["EventEmitter"](); this.outFont = new _angular_core__WEBPACK_IMPORTED_MODULE_0__["EventEmitter"](); this.outBold = new _angular_core__WEBPACK_IMPORTED_MODULE_0__["EventEmitter"](); @@ -6413,6 +6629,23 @@ var TextMenuComponent = /** @class */ (function () { function () { _this.colorPickerShow = false; })); + this.isMobile = _windowService.isMobile(); + _windowService.onResize.subscribe((/** + * @param {?} w + * @return {?} + */ + function (w) { + _this.isMobile = _windowService.isMobile(); + })); + _zoomService.zoomChange.subscribe((/** + * @param {?} val + * @return {?} + */ + function (val) { + if (_this.isMobile) { + _this.changePosition(val); + } + })); } /** * @return {?} @@ -6423,7 +6656,24 @@ var TextMenuComponent = /** @class */ (function () { function () { }; /** - * @param {?} $event + * @param {?} val + * @return {?} + */ + TextMenuComponent.prototype.changePosition = /** + * @param {?} val + * @return {?} + */ + function (val) { + /** @type {?} */ + var top = (window.innerHeight - 24 - this._elementRef.nativeElement.parentElement.getBoundingClientRect().top - this._elementRef.nativeElement.parentElement.getBoundingClientRect().height); + /** @type {?} */ + var left = this._elementRef.nativeElement.parentElement.getBoundingClientRect().left; + this.renderer.setStyle(this._elementRef.nativeElement.querySelector('.gd-text-menu'), 'width', window.innerWidth + 'px'); + this.renderer.setStyle(this._elementRef.nativeElement.querySelector('.gd-text-menu'), 'top', top + 'px'); + this.renderer.setStyle(this._elementRef.nativeElement.querySelector('.gd-text-menu'), 'left', -left + 'px'); + }; + /** + * @param {?} $event * @return {?} */ TextMenuComponent.prototype.selectFontSize = /** @@ -6431,9 +6681,9 @@ var TextMenuComponent = /** @class */ (function () { * @return {?} */ function ($event) { - $$8(".gd-wrapper").off("keyup"); + $$9(".gd-wrapper").off("keyup"); this.outFontSize.emit($event.value); - $$8(".gd-wrapper").on("keyup", (/** + $$9(".gd-wrapper").on("keyup", (/** * @return {?} */ function () { @@ -6538,13 +6788,17 @@ var TextMenuComponent = /** @class */ (function () { TextMenuComponent.decorators = [ { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'gd-text-menu', - template: "
    \n \n \n \n \n \n \n
    \n
    \n \n \n
    \n", - styles: ["::ng-deep .active{background-color:#e7e7e7}.gd-text-menu{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.gd-text-menu .format-select{height:37px;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;max-width:80px;margin:0 3px}.gd-text-menu .first-component{margin-left:8px}.gd-text-menu ::ng-deep .dropdown-menu{top:40px!important;height:120px;overflow-y:auto}.gd-text-menu ::ng-deep .icon-button{margin:0!important}.bg-color-pic{border-radius:100%;border:1px solid #ccc;position:absolute;height:8px;width:8px;right:6px;bottom:6px}.palette{position:relative;top:40px;left:-55px;z-index:100}@media (max-width:1037px){.gd-text-menu{position:fixed;bottom:0;left:0;right:0;width:100%;height:60px;-webkit-box-align:center;align-items:center;padding:0;margin:0;background-color:#fff;border-top:2px solid #707070}.gd-text-menu ::ng-deep .selected-value{white-space:normal!important;word-wrap:break-word}.gd-text-menu .icon{color:#fff;margin:0 9px}.gd-text-menu ::ng-deep .bcPicker-palette{left:-200px;top:-200px}.gd-text-menu .palette{top:unset;bottom:40px;left:unset;right:5px}.gd-text-menu ::ng-deep .dropdown-menu{bottom:40px;top:unset!important}.gd-text-menu ::ng-deep .button{margin:3px!important}}"] + template: "
    \n \n \n \n \n \n \n
    \n
    \n \n \n
    \n", + styles: ["::ng-deep .active{background-color:#e7e7e7}.gd-text-menu{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.gd-text-menu .format-select{height:37px;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;max-width:80px;margin:0 3px}.gd-text-menu .first-component{margin-left:8px}.gd-text-menu ::ng-deep .dropdown-menu{top:40px!important;height:120px;overflow-y:auto}.gd-text-menu ::ng-deep .icon-button{margin:0!important}.bg-color-pic{border-radius:100%;border:1px solid #ccc;position:absolute;height:8px;width:8px;right:6px;bottom:6px}.palette{position:relative;top:40px;left:-55px;z-index:100}@media (max-width:1037px){.gd-text-menu{position:fixed;left:0;right:0;width:inherit;height:60px;-webkit-box-align:center;align-items:center;padding:0;margin:0;background-color:#fff;border-top:2px solid #707070;-webkit-transform-origin:top left;transform-origin:top left;z-index:1000}.gd-text-menu ::ng-deep .selected-value{white-space:normal!important;word-wrap:break-word}.gd-text-menu .icon{color:#fff;margin:0 9px}.gd-text-menu ::ng-deep .bcPicker-palette{left:-200px;top:-185px}.gd-text-menu .palette{top:unset;bottom:40px;left:unset;right:5px}.gd-text-menu ::ng-deep .dropdown-menu{bottom:40px;top:unset!important}.gd-text-menu ::ng-deep .first-component ::ng-deep .dropdown-menu{left:0}.gd-text-menu ::ng-deep .button{margin:3px!important}}"] }] } ]; /** @nocollapse */ TextMenuComponent.ctorParameters = function () { return [ - { type: OnCloseService } + { type: OnCloseService }, + { type: ZoomService }, + { type: WindowService }, + { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["ElementRef"] }, + { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Renderer2"] } ]; }; TextMenuComponent.propDecorators = { blur: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], @@ -6555,6 +6809,7 @@ var TextMenuComponent = /** @class */ (function () { underline: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], color: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], decoration: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], + showTooltips: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], outFontSize: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Output"] }], outFont: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Output"] }], outBold: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Output"] }], @@ -6579,9 +6834,12 @@ var MenuType = /** @class */ (function () { }()); if (false) {} var ContextMenuComponent = /** @class */ (function () { - function ContextMenuComponent(_windowService) { + function ContextMenuComponent(_windowService, _zoomService, _elementRef, renderer) { var _this = this; this._windowService = _windowService; + this._zoomService = _zoomService; + this._elementRef = _elementRef; + this.renderer = renderer; this.formatting = Formatting.default(); this.lock = false; this.translation = 0; @@ -6598,6 +6856,15 @@ var ContextMenuComponent = /** @class */ (function () { function (w) { _this.isMobile = _windowService.isMobile(); })); + _zoomService.zoomChange.subscribe((/** + * @param {?} val + * @return {?} + */ + function (val) { + if (_this.isMobile) { + _this.changeScale(val); + } + })); } /** * @return {?} @@ -6607,6 +6874,17 @@ var ContextMenuComponent = /** @class */ (function () { */ function () { }; + /** + * @param {?} val + * @return {?} + */ + ContextMenuComponent.prototype.changeScale = /** + * @param {?} val + * @return {?} + */ + function (val) { + this.renderer.setStyle(this._elementRef.nativeElement.querySelector('.gd-context-menu'), 'transform', 'scale(' + 1 / (val / 100) + ')'); + }; /** * @return {?} */ @@ -6746,13 +7024,16 @@ var ContextMenuComponent = /** @class */ (function () { ContextMenuComponent.decorators = [ { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'gd-context-menu', - template: "
    10 ? 'gd-context-menu-top' : 'gd-context-menu-bottom'\">\n \n \n \n \n \n \n
    \n", - styles: [".gd-context-menu-top{top:-44px}.gd-context-menu-bottom{bottom:-40px}.gd-context-menu{box-shadow:rgba(0,0,0,.52) 0 0 5px;background-color:#fff;position:absolute;left:0;right:0;margin:auto;cursor:default;width:max-content;width:-moz-max-content;width:-webkit-max-content;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;z-index:999}.gd-context-menu .arrows{cursor:move}.gd-context-menu ::ng-deep .active{background-color:#e7e7e7}.gd-context-menu ::ng-deep .icon-button{margin:0!important}@media (max-width:1037px){.gd-context-menu-top{top:-34px}}"] + template: "
    10 ? 'gd-context-menu-top' : 'gd-context-menu-bottom'\">\n \n \n \n \n \n \n
    \n", + styles: [".gd-context-menu-top{top:-44px}.gd-context-menu-bottom{bottom:-40px}.gd-context-menu{box-shadow:rgba(0,0,0,.52) 0 0 5px;background-color:#fff;position:absolute;left:0;right:0;margin:auto;cursor:default;width:max-content;width:-moz-max-content;width:-webkit-max-content;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;z-index:999}.gd-context-menu .arrows{cursor:move}.gd-context-menu ::ng-deep .active{background-color:#e7e7e7}.gd-context-menu ::ng-deep .icon-button{margin:0!important}@media (max-width:1037px){.gd-context-menu-top{top:-42px;-webkit-transform-origin:bottom center;transform-origin:bottom center}}"] }] } ]; /** @nocollapse */ ContextMenuComponent.ctorParameters = function () { return [ - { type: WindowService } + { type: WindowService }, + { type: ZoomService }, + { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["ElementRef"] }, + { type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Renderer2"] } ]; }; ContextMenuComponent.propDecorators = { formatting: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], @@ -6831,6 +7112,7 @@ var CommonComponentsModule = /** @class */ (function () { UploadFileZoneComponent, DndDirective, ScrollableDirective, + MouseWheelDirective, ZoomDirective, SelectComponent, DisabledCursorDirective, @@ -6877,6 +7159,7 @@ var CommonComponentsModule = /** @class */ (function () { SanitizeHtmlPipe, UploadFileZoneComponent, ScrollableDirective, + MouseWheelDirective, SelectComponent, RotationDirective, InitStateComponent, @@ -6932,9 +7215,9 @@ var CommonComponentsModule = /** @class */ (function () { /***/ }), /***/ "../../libs/annotation/src/index.ts": -/*!***********************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/index.ts ***! - \***********************************************************************************/ +/*!***********************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/index.ts ***! + \***********************************************************************/ /*! exports provided: initializeApp, setupLoadingInterceptor, AnnotationModule, AnnotationAppComponent, ActiveAnnotationService, AnnotationService, AnnotationConfigService, CommentAnnotationService, RemoveAnnotationService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -6977,9 +7260,9 @@ __webpack_require__.r(__webpack_exports__); /***/ }), /***/ "../../libs/annotation/src/lib/active-annotation.service.ts": -/*!***********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/active-annotation.service.ts ***! - \***********************************************************************************************************/ +/*!***********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/active-annotation.service.ts ***! + \***********************************************************************************************/ /*! exports provided: ActiveAnnotationService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -7011,20 +7294,20 @@ var ActiveAnnotationService = /** @class */ (function () { /***/ }), /***/ "../../libs/annotation/src/lib/annotation-app.component.less": -/*!************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation-app.component.less ***! - \************************************************************************************************************/ +/*!************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation-app.component.less ***! + \************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n::ng-deep .page {\n position: relative;\n}\n::ng-deep .gd-page-image {\n width: unset;\n height: unset;\n}\n::ng-deep .top-panel {\n align-content: flex-start;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: inherit;\n}\n.gd-document {\n width: 100%;\n height: calc(100% - 90px);\n}\n.toolbar-panel {\n width: 100%;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n}\n.annotation-wrapper ::ng-deep .button {\n color: #3E4E5A !important;\n}\n.annotation-wrapper ::ng-deep .button .text {\n padding: 0px !important;\n}\n.annotation-wrapper ::ng-deep .select {\n color: #3E4E5A !important;\n}\n@media (max-width: 1037px) {\n ::ng-deep .panzoom {\n -webkit-box-pack: unset !important;\n justify-content: unset !important;\n }\n ::ng-deep .logo ::ng-deep .icon {\n font-size: 24px !important;\n }\n ::ng-deep .top-panel {\n height: 120px !important;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2Fubm90YXRpb24tYXBwLmNvbXBvbmVudC5sZXNzIiwiL1VzZXJzL2VsZW5rby9wcm9qZWN0cy9Hcm91cERvY3MuVG90YWwtQW5ndWxhci9saWJzL2Fubm90YXRpb24vc3JjL2xpYi9hbm5vdGF0aW9uLWFwcC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSw2RUNBa0I7QUFHbEI7RUFDRSxzREFBQTtBRERGO0FDSUE7RUFDRSxrQkFBQTtBREZGO0FDS0E7RUFDRSxZQUFBO0VBQ0EsYUFBQTtBREhGO0FDTUE7RUFDRSx5QkFBQTtBREpGO0FDT0E7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRExGO0FDUUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0FETkY7QUNTQTtFQUNFLFdBQUE7RUFDQSx5QkFBQTtBRFBGO0FDVUE7RUFDRSxXQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBRFJGO0FDV0E7RUFFSSx5QkFBQTtBRFZKO0FDUUE7RUFLTSx1QkFBQTtBRFZOO0FDS0E7RUFVSSx5QkFBQTtBRFpKO0FDZ0JBO0VBQ0U7SUFDRSxrQ0FBQTtZQUFBLGlDQUFBO0VEZEY7RUNpQkE7SUFFSSwwQkFBQTtFRGhCSjtFQ29CQTtJQUNFLHdCQUFBO0VEbEJGO0FBQ0YiLCJmaWxlIjoibGlicy9hbm5vdGF0aW9uL3NyYy9saWIvYW5ub3RhdGlvbi1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG46Om5nLWRlZXAgLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG46Om5nLWRlZXAgLmdkLXBhZ2UtaW1hZ2Uge1xuICB3aWR0aDogdW5zZXQ7XG4gIGhlaWdodDogdW5zZXQ7XG59XG46Om5nLWRlZXAgLnRvcC1wYW5lbCB7XG4gIGFsaWduLWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSA5MHB4KTtcbn1cbi50b29sYmFyLXBhbmVsIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uYW5ub3RhdGlvbi13cmFwcGVyIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbn1cbi5hbm5vdGF0aW9uLXdyYXBwZXIgOjpuZy1kZWVwIC5idXR0b24gLnRleHQge1xuICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbn1cbi5hbm5vdGF0aW9uLXdyYXBwZXIgOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBjb2xvcjogIzNFNEU1QSAhaW1wb3J0YW50O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICA6Om5nLWRlZXAgLnBhbnpvb20ge1xuICAgIGp1c3RpZnktY29udGVudDogdW5zZXQgIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLmxvZ28gOjpuZy1kZWVwIC5pY29uIHtcbiAgICBmb250LXNpemU6IDI0cHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvcC1wYW5lbCB7XG4gICAgaGVpZ2h0OiAxMjBweCAhaW1wb3J0YW50O1xuICB9XG59XG4iLCJAaW1wb3J0IChjc3MpIHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbkBpbXBvcnQgXCIuLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuXG46Om5nLWRlZXAgLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG5cbjo6bmctZGVlcCAuZ2QtcGFnZS1pbWFnZSB7XG4gIHdpZHRoOiB1bnNldDtcbiAgaGVpZ2h0OiB1bnNldDtcbn1cblxuOjpuZy1kZWVwIC50b3AtcGFuZWwge1xuICBhbGlnbi1jb250ZW50OiBmbGV4LXN0YXJ0O1xufVxuXG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cblxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cblxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogflwiY2FsYygxMDAlIC0gQHtlZGl0b3ItbmF2LWhlaWdodH0pXCI7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5hbm5vdGF0aW9uLXdyYXBwZXIge1xuICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgY29sb3I6IEBwcmltYXJ5ICFpbXBvcnRhbnQ7XG5cbiAgICAudGV4dCB7XG4gICAgICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLnNlbGVjdCB7XG4gICAgY29sb3I6IEBwcmltYXJ5ICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgOjpuZy1kZWVwIC5wYW56b29tIHtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gIH1cblxuICA6Om5nLWRlZXAgLmxvZ28ge1xuICAgIDo6bmctZGVlcCAuaWNvbiB7XG4gICAgICBmb250LXNpemU6IDI0cHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLnRvcC1wYW5lbCB7XG4gICAgaGVpZ2h0OiAxMjBweCAhaW1wb3J0YW50O1xuICB9XG59XG5cbiJdfQ== */" +module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n::ng-deep .page {\n position: relative;\n}\n::ng-deep .gd-page-image {\n width: unset;\n height: unset;\n}\n::ng-deep .top-panel {\n align-content: flex-start;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: inherit;\n}\n.gd-document {\n width: 100%;\n height: calc(100% - 90px);\n}\n.toolbar-panel {\n width: 100%;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n}\n.annotation-wrapper ::ng-deep .button {\n color: #3E4E5A !important;\n}\n.annotation-wrapper ::ng-deep .button .text {\n padding: 0px !important;\n}\n.annotation-wrapper ::ng-deep .select {\n color: #3E4E5A !important;\n}\n.desktop-hide {\n display: none;\n}\n@media (max-width: 1037px) {\n ::ng-deep .logo ::ng-deep .icon {\n font-size: 24px !important;\n }\n ::ng-deep .top-panel {\n height: 120px !important;\n }\n ::ng-deep .toolbar-panel ::ng-deep .button,\n ::ng-deep .toolbar-panel .gd-tab {\n height: 60px;\n line-height: 60px;\n width: 60px;\n margin: 0px !important;\n }\n .desktop-hide {\n display: block;\n }\n .gd-document {\n height: calc(100% - 120px);\n }\n ::ng-deep .bcPicker-palette {\n position: absolute;\n left: -80px !important;\n top: -170px !important;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2Fubm90YXRpb24tYXBwLmNvbXBvbmVudC5sZXNzIiwibGlicy9hbm5vdGF0aW9uL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2Fubm90YXRpb24vc3JjL2xpYi9hbm5vdGF0aW9uLWFwcC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSw2RUNBa0I7QUFHbEI7RUFDRSxzREFBQTtBRERGO0FDSUE7RUFDRSxrQkFBQTtBREZGO0FDS0E7RUFDRSxZQUFBO0VBQ0EsYUFBQTtBREhGO0FDTUE7RUFDRSx5QkFBQTtBREpGO0FDT0E7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRExGO0FDUUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0FETkY7QUNTQTtFQUNFLFdBQUE7RUFDQSx5QkFBQTtBRFBGO0FDVUE7RUFDRSxXQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBRFJGO0FDV0E7RUFFSSx5QkFBQTtBRFZKO0FDUUE7RUFLTSx1QkFBQTtBRFZOO0FDS0E7RUFVSSx5QkFBQTtBRFpKO0FDZ0JBO0VBQ0UsYUFBQTtBRGRGO0FDaUJBO0VBQ0U7SUFFSSwwQkFBQTtFRGhCSjtFQ29CQTtJQUNFLHdCQUFBO0VEbEJGO0VDcUJBOztJQUVJLFlBQUE7SUFDQSxpQkFBQTtJQUNBLFdBQUE7SUFDQSxzQkFBQTtFRG5CSjtFQ3VCQTtJQUNFLGNBQUE7RURyQkY7RUN3QkE7SUFDRSwwQkFBQTtFRHRCRjtFQ3lCQTtJQUNFLGtCQUFBO0lBQ0Esc0JBQUE7SUFDQSxzQkFBQTtFRHZCRjtBQUNGIiwiZmlsZSI6ImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2Fubm90YXRpb24tYXBwLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuOjpuZy1kZWVwIC5wYWdlIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuOjpuZy1kZWVwIC5nZC1wYWdlLWltYWdlIHtcbiAgd2lkdGg6IHVuc2V0O1xuICBoZWlnaHQ6IHVuc2V0O1xufVxuOjpuZy1kZWVwIC50b3AtcGFuZWwge1xuICBhbGlnbi1jb250ZW50OiBmbGV4LXN0YXJ0O1xufVxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0OiAxMDAlO1xuICB3aWR0aDogMTAwJTtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xufVxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gOTBweCk7XG59XG4udG9vbGJhci1wYW5lbCB7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmFubm90YXRpb24td3JhcHBlciA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIGNvbG9yOiAjM0U0RTVBICFpbXBvcnRhbnQ7XG59XG4uYW5ub3RhdGlvbi13cmFwcGVyIDo6bmctZGVlcCAuYnV0dG9uIC50ZXh0IHtcbiAgcGFkZGluZzogMHB4ICFpbXBvcnRhbnQ7XG59XG4uYW5ub3RhdGlvbi13cmFwcGVyIDo6bmctZGVlcCAuc2VsZWN0IHtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbn1cbi5kZXNrdG9wLWhpZGUge1xuICBkaXNwbGF5OiBub25lO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICA6Om5nLWRlZXAgLmxvZ28gOjpuZy1kZWVwIC5pY29uIHtcbiAgICBmb250LXNpemU6IDI0cHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvcC1wYW5lbCB7XG4gICAgaGVpZ2h0OiAxMjBweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbGJhci1wYW5lbCA6Om5nLWRlZXAgLmJ1dHRvbixcbiAgOjpuZy1kZWVwIC50b29sYmFyLXBhbmVsIC5nZC10YWIge1xuICAgIGhlaWdodDogNjBweDtcbiAgICBsaW5lLWhlaWdodDogNjBweDtcbiAgICB3aWR0aDogNjBweDtcbiAgICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xuICB9XG4gIC5kZXNrdG9wLWhpZGUge1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICB9XG4gIC5nZC1kb2N1bWVudCB7XG4gICAgaGVpZ2h0OiBjYWxjKDEwMCUgLSAxMjBweCk7XG4gIH1cbiAgOjpuZy1kZWVwIC5iY1BpY2tlci1wYWxldHRlIHtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgbGVmdDogLTgwcHggIWltcG9ydGFudDtcbiAgICB0b3A6IC0xNzBweCAhaW1wb3J0YW50O1xuICB9XG59XG4iLCJAaW1wb3J0IChjc3MpIHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbkBpbXBvcnQgXCIuLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuXG46Om5nLWRlZXAgLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG5cbjo6bmctZGVlcCAuZ2QtcGFnZS1pbWFnZSB7XG4gIHdpZHRoIDogdW5zZXQ7XG4gIGhlaWdodDogdW5zZXQ7XG59XG5cbjo6bmctZGVlcCAudG9wLXBhbmVsIHtcbiAgYWxpZ24tY29udGVudDogZmxleC1zdGFydDtcbn1cblxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0ICAgICA6IDEwMCU7XG4gIHdpZHRoICAgICAgOiAxMDAlO1xuICBwb3NpdGlvbiAgIDogZml4ZWQ7XG4gIHRvcCAgICAgICAgOiAwO1xuICBib3R0b20gICAgIDogMDtcbiAgbGVmdCAgICAgICA6IDA7XG4gIHJpZ2h0ICAgICAgOiAwO1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0IDogaW5oZXJpdDtcbn1cblxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGggOiAxMDAlO1xuICBoZWlnaHQ6flwiY2FsYygxMDAlIC0gQHtlZGl0b3ItbmF2LWhlaWdodH0pXCI7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgd2lkdGggICAgICA6IDEwMCU7XG4gIGRpc3BsYXkgICAgOiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuXG4uYW5ub3RhdGlvbi13cmFwcGVyIHtcbiAgOjpuZy1kZWVwIC5idXR0b24ge1xuICAgIGNvbG9yOiBAcHJpbWFyeSAgIWltcG9ydGFudDtcblxuICAgIC50ZXh0IHtcbiAgICAgIHBhZGRpbmc6IDBweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuXG4gIDo6bmctZGVlcCAuc2VsZWN0IHtcbiAgICBjb2xvcjogQHByaW1hcnkgICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuLmRlc2t0b3AtaGlkZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIDo6bmctZGVlcCAubG9nbyB7XG4gICAgOjpuZy1kZWVwIC5pY29uIHtcbiAgICAgIGZvbnQtc2l6ZTogMjRweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuXG4gIDo6bmctZGVlcCAudG9wLXBhbmVsIHtcbiAgICBoZWlnaHQ6IDEyMHB4ICFpbXBvcnRhbnQ7XG4gIH1cblxuICA6Om5nLWRlZXAgLnRvb2xiYXItcGFuZWwge1xuICAgIDo6bmctZGVlcCAuYnV0dG9uLCAuZ2QtdGFiIHtcbiAgICAgIGhlaWdodDogNjBweDtcbiAgICAgIGxpbmUtaGVpZ2h0OiA2MHB4O1xuICAgICAgd2lkdGg6IDYwcHg7XG4gICAgICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuXG4gIC5kZXNrdG9wLWhpZGUge1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICB9XG5cbiAgLmdkLWRvY3VtZW50IHtcbiAgICBoZWlnaHQ6flwiY2FsYygxMDAlIC0gMTIwcHgpXCI7XG4gIH1cblxuICA6Om5nLWRlZXAgLmJjUGlja2VyLXBhbGV0dGUge1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICBsZWZ0OiAtODBweCAhaW1wb3J0YW50O1xuICAgIHRvcDogLTE3MHB4ICFpbXBvcnRhbnQ7XG4gIH1cbn0iXX0= */" /***/ }), /***/ "../../libs/annotation/src/lib/annotation-app.component.ts": -/*!**********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation-app.component.ts ***! - \**********************************************************************************************************/ +/*!**********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation-app.component.ts ***! + \**********************************************************************************************/ /*! exports provided: AnnotationAppComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -7042,6 +7325,8 @@ __webpack_require__.r(__webpack_exports__); /* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_7__); /* harmony import */ var _remove_annotation_service__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./remove-annotation.service */ "../../libs/annotation/src/lib/remove-annotation.service.ts"); /* harmony import */ var _comment_annotation_service__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./comment-annotation.service */ "../../libs/annotation/src/lib/comment-annotation.service.ts"); +/* harmony import */ var _annotation_config_service__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./annotation-config.service */ "../../libs/annotation/src/lib/annotation-config.service.ts"); + @@ -7054,7 +7339,7 @@ __webpack_require__.r(__webpack_exports__); var $ = jquery__WEBPACK_IMPORTED_MODULE_7__; var AnnotationAppComponent = /** @class */ (function () { - function AnnotationAppComponent(_annotationService, _modalService, _navigateService, _tabActivatorService, _hostingComponentsService, _addDynamicComponentService, _activeAnnotationService, _removeAnnotationService, _commentAnnotationService, uploadFilesService, pagePreloadService, passwordService, _windowService) { + function AnnotationAppComponent(_annotationService, _modalService, _navigateService, _tabActivatorService, _hostingComponentsService, _addDynamicComponentService, _activeAnnotationService, _removeAnnotationService, _commentAnnotationService, uploadFilesService, pagePreloadService, passwordService, _windowService, _zoomService, configService) { var _this = this; this._annotationService = _annotationService; this._modalService = _modalService; @@ -7066,6 +7351,7 @@ var AnnotationAppComponent = /** @class */ (function () { this._removeAnnotationService = _removeAnnotationService; this._commentAnnotationService = _commentAnnotationService; this._windowService = _windowService; + this._zoomService = _zoomService; this.title = 'annotation'; this.files = []; this.browseFilesModal = _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].BrowseFiles; @@ -7104,8 +7390,19 @@ var AnnotationAppComponent = /** @class */ (function () { ]; this.countPages = 0; this.comments = new Map(); + this._zoom = 100; this.fileWasDropped = false; this.annotations = new Map(); + configService.updatedConfig.subscribe(function (annotationConfig) { + _this.annotationConfig = annotationConfig; + }); + this.isDesktop = _windowService.isDesktop(); + _windowService.onResize.subscribe(function (w) { + _this.isDesktop = _windowService.isDesktop(); + if (!_this.isDesktop) { + _this.refreshZoom(); + } + }); this._activeAnnotationService.activeChange.subscribe(function (id) { if (_this.activeAnnotationId !== id) { _this.commentOpenedId = null; @@ -7127,6 +7424,10 @@ var AnnotationAppComponent = /** @class */ (function () { componentRef.destroy(); } _this.annotations.delete(removeAnnotation.id); + if (_this.commentOpenedId === removeAnnotation.id) { + _this.commentOpenedId = null; + } + _this.comments.delete(removeAnnotation.id); }); uploadFilesService.uploadsChange.subscribe(function (uploads) { if (uploads) { @@ -7330,6 +7631,49 @@ var AnnotationAppComponent = /** @class */ (function () { configurable: true }); AnnotationAppComponent.prototype.ngOnInit = function () { + if (this.annotationConfig.defaultDocument !== "") { + this.isLoading = true; + this.selectFile(this.annotationConfig.defaultDocument, "", ""); + } + }; + AnnotationAppComponent.prototype.ptToPx = function (pt) { + //pt * 96 / 72 = px. + return pt * 96 / 72; + }; + AnnotationAppComponent.prototype.getFitToWidth = function () { + // Images and Excel-related files receiving dimensions in px from server + var pageWidth = this.ptToPx(this._pageWidth); + var pageHeight = this.ptToPx(this._pageHeight); + var offsetWidth = pageWidth ? pageWidth : window.innerWidth; + return (pageHeight > pageWidth && Math.round(offsetWidth / window.innerWidth) < 2) ? 200 - Math.round(offsetWidth * 100 / window.innerWidth) : Math.round(window.innerWidth * 100 / offsetWidth); + }; + Object.defineProperty(AnnotationAppComponent.prototype, "zoom", { + get: function () { + return this._zoom; + }, + set: function (zoom) { + this._zoom = zoom; + this._zoomService.changeZoom(this._zoom); + }, + enumerable: true, + configurable: true + }); + AnnotationAppComponent.prototype.refreshZoom = function () { + this.zoom = this._windowService.isDesktop() ? 100 : this.getFitToWidth(); + }; + AnnotationAppComponent.prototype.zoomIn = function () { + if (this.formatDisabled) + return; + if (this._zoom < 490) { + this.zoom = this._zoom + 10; + } + }; + AnnotationAppComponent.prototype.zoomOut = function () { + if (this.formatDisabled) + return; + if (this._zoom > 30) { + this.zoom = this._zoom - 10; + } }; AnnotationAppComponent.prototype.openModal = function (id) { this._modalService.open(id); @@ -7345,11 +7689,17 @@ var AnnotationAppComponent = /** @class */ (function () { var _this = this; this.credentials = new _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["FileCredentials"]($event, password); this.file = null; + this.commentOpenedId = null; this._annotationService.loadFile(this.credentials).subscribe(function (file) { _this.cleanAnnotations(); _this.file = file; _this.formatDisabled = !_this.file; if (file) { + if (!_this.isDesktop && file.pages && file.pages[0]) { + _this._pageHeight = file.pages[0].height; + _this._pageWidth = file.pages[0].width; + _this.refreshZoom(); + } var preloadPageCount = _this.preloadPageCountConfig; var countPages = file.pages ? file.pages.length : 0; if (preloadPageCount > 0) { @@ -7388,7 +7738,9 @@ var AnnotationAppComponent = /** @class */ (function () { var _loop_1 = function (i) { this_1._annotationService.loadPage(this_1.credentials, i).subscribe(function (page) { _this.file.pages[i - 1] = page; - _this.importAnnotations(page.annotations ? page.annotations : []); + setTimeout(function () { + _this.importAnnotations(page.annotations ? page.annotations : []); + }, 100); }); }; var this_1 = this; @@ -7404,6 +7756,7 @@ var AnnotationAppComponent = /** @class */ (function () { var position = new _annotation_models__WEBPACK_IMPORTED_MODULE_4__["Position"](annotation.left, annotation.top); var id = this.addAnnotationComponent(annotation.pageNumber, position, annotation); this.comments.set(id, annotation.comments); + this._activeAnnotationService.changeActive(id); } } catch (e_2_1) { e_2 = { error: e_2_1 }; } @@ -7430,6 +7783,13 @@ var AnnotationAppComponent = /** @class */ (function () { }; AnnotationAppComponent.prototype.annotate = function () { var _this = this; + var annotationsData = this.prepareAnnotationsData(); + this._annotationService.annotate(this.credentials, annotationsData, false).subscribe(function (ret) { + _this._modalService.open(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].OperationSuccess); + _this.selectFile(ret.guid, _this.credentials.password, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].OperationSuccess); + }); + }; + AnnotationAppComponent.prototype.prepareAnnotationsData = function () { var e_3, _a; var annotationsData = []; try { @@ -7447,15 +7807,13 @@ var AnnotationAppComponent = /** @class */ (function () { } finally { if (e_3) throw e_3.error; } } - this._annotationService.annotate(this.credentials, annotationsData, false).subscribe(function (ret) { - _this._modalService.open(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].OperationSuccess); - _this.selectFile(ret.guid, null, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].OperationSuccess); - }); + return annotationsData; }; AnnotationAppComponent.prototype.isVisible = function (id) { - var supported = !this.file || (this.file && this.file.supportedAnnotations.find(function (value) { - return id === value; - })); + var supported = !this.file || (this.file && this.file.supportedAnnotations && + this.file.supportedAnnotations.find(function (value) { + return id === value; + })); return this.getAnnotationTypeConfig(id) && supported; }; AnnotationAppComponent.prototype.activeTab = function ($event) { @@ -7558,8 +7916,9 @@ var AnnotationAppComponent = /** @class */ (function () { } }; AnnotationAppComponent.prototype.createAnnotation = function ($event) { - $event.preventDefault(); - $event.stopPropagation(); + if (this.activeAnnotationTab) { + $event.preventDefault(); + } if (this.activeAnnotationTab) { var position = _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Utils"].getMousePosition($event); var elements = document.elementsFromPoint(position.x, position.y); @@ -7585,7 +7944,7 @@ var AnnotationAppComponent = /** @class */ (function () { if (dynamicDirective) { var viewContainerRef = dynamicDirective.viewContainerRef; var annotationComponent = this._addDynamicComponentService.addDynamicComponent(viewContainerRef, _annotation_annotation_component__WEBPACK_IMPORTED_MODULE_5__["AnnotationComponent"]); - var id = this.annotations.size + 1; + var id = this.getNextId(); annotationComponent.instance.id = id; annotationComponent.instance.position = currentPosition; annotationComponent.instance.pageNumber = pageNumber; @@ -7620,8 +7979,9 @@ var AnnotationAppComponent = /** @class */ (function () { return null; }; AnnotationAppComponent.prototype.resizingCreatingAnnotation = function ($event) { - $event.preventDefault(); - $event.stopPropagation(); + if (this.activeAnnotationTab) { + $event.preventDefault(); + } if (this.creatingAnnotationId) { var position = _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Utils"].getMousePosition($event); var annotationComponent = this.annotations.get(this.creatingAnnotationId); @@ -7631,22 +7991,52 @@ var AnnotationAppComponent = /** @class */ (function () { if (type === _annotation_models__WEBPACK_IMPORTED_MODULE_4__["AnnotationType"].POLYLINE.id || type === _annotation_models__WEBPACK_IMPORTED_MODULE_4__["AnnotationType"].DISTANCE.id || type === _annotation_models__WEBPACK_IMPORTED_MODULE_4__["AnnotationType"].ARROW.id) { annotationComponent.instance.draw(currentPosition); } - else { + else if (type !== _annotation_models__WEBPACK_IMPORTED_MODULE_4__["AnnotationType"].POINT.id) { annotationComponent.instance.calcDimensions(currentPosition); } } }; AnnotationAppComponent.prototype.getCurrentPosition = function (position, page) { - var left = position.x - page.offset().left; - var top = position.y - page.offset().top; + var left = (position.x - page.offset().left) / (this.zoom / 100); + var top = (position.y - page.offset().top) / (this.zoom / 100); return new _annotation_models__WEBPACK_IMPORTED_MODULE_4__["Position"](left, top); }; AnnotationAppComponent.prototype.finishCreatingAnnotation = function ($event) { - this.creatingAnnotationId = null; + if (this.activeAnnotationTab) { + $event.preventDefault(); + } + if (this.creatingAnnotationId) { + this._activeAnnotationService.changeActive(this.creatingAnnotationId); + this.creatingAnnotationId = null; + } }; AnnotationAppComponent.prototype.closeComments = function () { this.commentOpenedId = null; }; + AnnotationAppComponent.prototype.onPan = function ($event) { + this._zoomService.changeZoom(this._zoom); + }; + AnnotationAppComponent.prototype.getNextId = function () { + var e_7, _a; + var maxId = 0; + try { + for (var _b = tslib__WEBPACK_IMPORTED_MODULE_0__["__values"](this.annotations.keys()), _c = _b.next(); !_c.done; _c = _b.next()) { + var annId = _c.value; + if (annId > maxId) { + maxId = annId; + } + } + } + catch (e_7_1) { e_7 = { error: e_7_1 }; } + finally { + try { + if (_c && !_c.done && (_a = _b.return)) _a.call(_b); + } + finally { if (e_7) throw e_7.error; } + } + var id = maxId + 1; + return id; + }; AnnotationAppComponent.ctorParameters = function () { return [ { type: _annotation_service__WEBPACK_IMPORTED_MODULE_2__["AnnotationService"] }, { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ModalService"] }, @@ -7660,7 +8050,9 @@ var AnnotationAppComponent = /** @class */ (function () { { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["UploadFilesService"] }, { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["PagePreloadService"] }, { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["PasswordService"] }, - { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["WindowService"] } + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["WindowService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ZoomService"] }, + { type: _annotation_config_service__WEBPACK_IMPORTED_MODULE_10__["AnnotationConfigService"] } ]; }; AnnotationAppComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ @@ -7680,7 +8072,9 @@ var AnnotationAppComponent = /** @class */ (function () { _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["UploadFilesService"], _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["PagePreloadService"], _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["PasswordService"], - _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["WindowService"]]) + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["WindowService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ZoomService"], + _annotation_config_service__WEBPACK_IMPORTED_MODULE_10__["AnnotationConfigService"]]) ], AnnotationAppComponent); return AnnotationAppComponent; }()); @@ -7690,9 +8084,9 @@ var AnnotationAppComponent = /** @class */ (function () { /***/ }), /***/ "../../libs/annotation/src/lib/annotation-config.service.ts": -/*!***********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation-config.service.ts ***! - \***********************************************************************************************************/ +/*!***********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation-config.service.ts ***! + \***********************************************************************************************/ /*! exports provided: AnnotationConfigService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -7756,9 +8150,9 @@ var AnnotationConfigService = /** @class */ (function () { /***/ }), /***/ "../../libs/annotation/src/lib/annotation-config.ts": -/*!***************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation-config.ts ***! - \***************************************************************************************************/ +/*!***************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation-config.ts ***! + \***************************************************************************************/ /*! exports provided: AnnotationConfig */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -7776,9 +8170,9 @@ var AnnotationConfig = /** @class */ (function () { /***/ }), /***/ "../../libs/annotation/src/lib/annotation-models.ts": -/*!***************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation-models.ts ***! - \***************************************************************************************************/ +/*!***************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation-models.ts ***! + \***************************************************************************************/ /*! exports provided: AnnotationType, FileAnnotationDescription, PageAnnotationModel, Position, Dimension, AnnotationData, CommentAnnotation, Comment, RemoveAnnotation */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -7828,7 +8222,7 @@ var AnnotationType = /** @class */ (function () { return AnnotationType.DISTANCE; } }; - AnnotationType.TEXT = { id: 'text', name: 'Text', icon: 'highlighter' }; + AnnotationType.TEXT = { id: 'textHighlight', name: 'Text', icon: 'highlighter' }; AnnotationType.AREA = { id: 'area', name: 'Area', icon: 'vector-square' }; AnnotationType.POINT = { id: 'point', name: 'Point', icon: 'thumbtack' }; AnnotationType.TEXT_STRIKEOUT = { id: 'textStrikeout', name: 'Text strikeout', icon: 'strikethrough', }; @@ -7940,9 +8334,9 @@ var RemoveAnnotation = /** @class */ (function () { /***/ }), /***/ "../../libs/annotation/src/lib/annotation.module.ts": -/*!***************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation.module.ts ***! - \***************************************************************************************************/ +/*!***************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation.module.ts ***! + \***************************************************************************************/ /*! exports provided: initializeApp, setupLoadingInterceptor, AnnotationModule */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -8057,9 +8451,9 @@ var AnnotationModule = /** @class */ (function () { /***/ }), /***/ "../../libs/annotation/src/lib/annotation.service.ts": -/*!****************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation.service.ts ***! - \****************************************************************************************************/ +/*!****************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation.service.ts ***! + \****************************************************************************************/ /*! exports provided: AnnotationService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -8132,20 +8526,20 @@ var AnnotationService = /** @class */ (function () { /***/ }), /***/ "../../libs/annotation/src/lib/annotation/annotation.component.less": -/*!*******************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation/annotation.component.less ***! - \*******************************************************************************************************************/ +/*!*******************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation/annotation.component.less ***! + \*******************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-annotation {\n position: absolute !important;\n cursor: pointer;\n z-index: 9;\n}\n.gd-annotation .gd-annotation-wrapper-border {\n outline: 1px solid #679FFA;\n display: -webkit-box;\n display: flex;\n}\n.gd-annotation .gd-annotation-wrapper {\n height: inherit;\n z-index: 9;\n}\n.gd-annotation .gd-annotation-wrapper ::ng-deep .palette {\n width: 0px;\n height: 37px;\n}\n.gd-annotation .gd-annotation-wrapper .gd-text-strikeout-line {\n background-color: #E04E4E;\n height: 2px;\n width: 100%;\n}\n.gd-annotation .gd-annotation-wrapper .gd-text {\n border: none;\n outline: none;\n margin: 0px;\n padding: 0px;\n overflow: hidden;\n background-color: transparent;\n min-width: 1em;\n min-height: 1em;\n}\n.gd-annotation .gd-annotation-wrapper .gd-point {\n background-color: #7CBC46;\n width: 41px;\n height: 41px;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n color: white;\n border-radius: 50%;\n -moz-border-radius: 50%;\n -webkit-border-radius: 50%;\n -khtml-border-radius: 50%;\n box-shadow: 0px 1px 1px 1px #bbb;\n -moz-box-shadow: 0px 1px 1px 1px #bbb;\n -webkit-box-shadow: 0px 1px 1px 1px #bbb;\n}\n.gd-annotation .gd-text-annotation {\n background-color: rgba(151, 151, 240, 0.51);\n}\n.gd-annotation .gd-text-strikeout-annotation {\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-annotation .gd-text-underline-annotation {\n -webkit-box-align: end;\n align-items: end;\n}\n.gd-annotation .gd-text-redaction-annotation {\n background-color: #000;\n}\n.gd-annotation .gd-text-replacement-annotation {\n background-color: #FFFFFF;\n}\n.svg {\n z-index: 1;\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n.annotation-svg {\n position: absolute;\n cursor: pointer;\n z-index: 2;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9hbm5vdGF0aW9uL3NyYy9saWIvYW5ub3RhdGlvbi9hbm5vdGF0aW9uLmNvbXBvbmVudC5sZXNzIiwibGlicy9hbm5vdGF0aW9uL3NyYy9saWIvYW5ub3RhdGlvbi9hbm5vdGF0aW9uLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0UsNkJBQUE7RUFDQSxlQUFBO0VBQ0EsVUFBQTtBQ0NGO0FESkE7RUFNSSwwQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ0NKO0FEUkE7RUFXSSxlQUFBO0VBQ0EsVUFBQTtBQ0FKO0FEWkE7RUFlTSxVQUFBO0VBQ0EsWUFBQTtBQ0FOO0FEaEJBO0VBb0JNLHlCQUFBO0VBQ0EsV0FBQTtFQUNBLFdBQUE7QUNETjtBRHJCQTtFQTBCTSxZQUFBO0VBQ0EsYUFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EsZ0JBQUE7RUFDQSw2QkFBQTtFQUNBLGNBQUE7RUFDQSxlQUFBO0FDRk47QUQvQkE7RUFxQ00seUJBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EsWUFBQTtFQUNBLGtCQUFBO0VBQ0EsdUJBQUE7RUFDQSwwQkFBQTtFQUNBLHlCQUFBO0VBQ0EsZ0NBQUE7RUFDQSxxQ0FBQTtFQUNBLHdDQUFBO0FDSE47QUQvQ0E7RUF1REksMkNBQUE7QUNMSjtBRGxEQTtFQTJESSx5QkFBQTtVQUFBLG1CQUFBO0FDTko7QURyREE7RUErREksc0JBQUE7VUFBQSxnQkFBQTtBQ1BKO0FEeERBO0VBbUVJLHNCQUFBO0FDUko7QUQzREE7RUF1RUkseUJBQUE7QUNUSjtBRGFBO0VBQ0UsVUFBQTtFQUNBLGtCQUFBO0VBQ0EsTUFBQTtFQUNBLE9BQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtBQ1hGO0FEY0E7RUFDRSxrQkFBQTtFQUNBLGVBQUE7RUFDQSxVQUFBO0FDWkYiLCJmaWxlIjoibGlicy9hbm5vdGF0aW9uL3NyYy9saWIvYW5ub3RhdGlvbi9hbm5vdGF0aW9uLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiLmdkLWFubm90YXRpb24ge1xuICBwb3NpdGlvbjogYWJzb2x1dGUgIWltcG9ydGFudDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiA5O1xuXG4gIC5nZC1hbm5vdGF0aW9uLXdyYXBwZXItYm9yZGVyIHtcbiAgICBvdXRsaW5lOiAxcHggc29saWQgIzY3OUZGQTtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICB9XG5cbiAgLmdkLWFubm90YXRpb24td3JhcHBlciB7XG4gICAgaGVpZ2h0OiBpbmhlcml0O1xuICAgIHotaW5kZXg6IDk7XG5cbiAgICA6Om5nLWRlZXAgLnBhbGV0dGUge1xuICAgICAgd2lkdGg6IDBweDtcbiAgICAgIGhlaWdodDogMzdweDtcbiAgICB9XG5cbiAgICAuZ2QtdGV4dC1zdHJpa2VvdXQtbGluZSB7XG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjRTA0RTRFO1xuICAgICAgaGVpZ2h0OiAycHg7XG4gICAgICB3aWR0aDogMTAwJTtcbiAgICB9XG5cbiAgICAuZ2QtdGV4dCB7XG4gICAgICBib3JkZXI6IG5vbmU7XG4gICAgICBvdXRsaW5lOiBub25lO1xuICAgICAgbWFyZ2luOiAwcHg7XG4gICAgICBwYWRkaW5nOiAwcHg7XG4gICAgICBvdmVyZmxvdzogaGlkZGVuO1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogdHJhbnNwYXJlbnQ7XG4gICAgICBtaW4td2lkdGg6IDFlbTtcbiAgICAgIG1pbi1oZWlnaHQ6IDFlbTtcbiAgICB9XG5cbiAgICAuZ2QtcG9pbnQge1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzdDQkM0NjtcbiAgICAgIHdpZHRoOiA0MXB4O1xuICAgICAgaGVpZ2h0OiA0MXB4O1xuICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICAgIGNvbG9yOiB3aGl0ZTtcbiAgICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICAgIC1tb3otYm9yZGVyLXJhZGl1czogNTAlO1xuICAgICAgLXdlYmtpdC1ib3JkZXItcmFkaXVzOiA1MCU7XG4gICAgICAta2h0bWwtYm9yZGVyLXJhZGl1czogNTAlO1xuICAgICAgYm94LXNoYWRvdzogMHB4IDFweCAxcHggMXB4ICNiYmI7XG4gICAgICAtbW96LWJveC1zaGFkb3c6IDBweCAxcHggMXB4IDFweCAjYmJiO1xuICAgICAgLXdlYmtpdC1ib3gtc2hhZG93OiAwcHggMXB4IDFweCAxcHggI2JiYjtcbiAgICB9XG4gIH1cblxuICAuZ2QtdGV4dC1hbm5vdGF0aW9uIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDE1MSwgMTUxLCAyNDAsIDAuNTEpO1xuICB9XG5cbiAgLmdkLXRleHQtc3RyaWtlb3V0LWFubm90YXRpb24ge1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIH1cblxuICAuZ2QtdGV4dC11bmRlcmxpbmUtYW5ub3RhdGlvbiB7XG4gICAgYWxpZ24taXRlbXM6IGVuZDtcbiAgfVxuXG4gIC5nZC10ZXh0LXJlZGFjdGlvbi1hbm5vdGF0aW9uIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjMDAwO1xuICB9XG5cbiAgLmdkLXRleHQtcmVwbGFjZW1lbnQtYW5ub3RhdGlvbiB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgfVxufVxuXG4uc3ZnIHtcbiAgei1pbmRleDogMTtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDA7XG4gIGxlZnQ6IDA7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi5hbm5vdGF0aW9uLXN2ZyB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiAyO1xufVxuIiwiLmdkLWFubm90YXRpb24ge1xuICBwb3NpdGlvbjogYWJzb2x1dGUgIWltcG9ydGFudDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiA5O1xufVxuLmdkLWFubm90YXRpb24gLmdkLWFubm90YXRpb24td3JhcHBlci1ib3JkZXIge1xuICBvdXRsaW5lOiAxcHggc29saWQgIzY3OUZGQTtcbiAgZGlzcGxheTogZmxleDtcbn1cbi5nZC1hbm5vdGF0aW9uIC5nZC1hbm5vdGF0aW9uLXdyYXBwZXIge1xuICBoZWlnaHQ6IGluaGVyaXQ7XG4gIHotaW5kZXg6IDk7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtYW5ub3RhdGlvbi13cmFwcGVyIDo6bmctZGVlcCAucGFsZXR0ZSB7XG4gIHdpZHRoOiAwcHg7XG4gIGhlaWdodDogMzdweDtcbn1cbi5nZC1hbm5vdGF0aW9uIC5nZC1hbm5vdGF0aW9uLXdyYXBwZXIgLmdkLXRleHQtc3RyaWtlb3V0LWxpbmUge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRTA0RTRFO1xuICBoZWlnaHQ6IDJweDtcbiAgd2lkdGg6IDEwMCU7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtYW5ub3RhdGlvbi13cmFwcGVyIC5nZC10ZXh0IHtcbiAgYm9yZGVyOiBub25lO1xuICBvdXRsaW5lOiBub25lO1xuICBtYXJnaW46IDBweDtcbiAgcGFkZGluZzogMHB4O1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiB0cmFuc3BhcmVudDtcbiAgbWluLXdpZHRoOiAxZW07XG4gIG1pbi1oZWlnaHQ6IDFlbTtcbn1cbi5nZC1hbm5vdGF0aW9uIC5nZC1hbm5vdGF0aW9uLXdyYXBwZXIgLmdkLXBvaW50IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzdDQkM0NjtcbiAgd2lkdGg6IDQxcHg7XG4gIGhlaWdodDogNDFweDtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGNvbG9yOiB3aGl0ZTtcbiAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAtbW96LWJvcmRlci1yYWRpdXM6IDUwJTtcbiAgLXdlYmtpdC1ib3JkZXItcmFkaXVzOiA1MCU7XG4gIC1raHRtbC1ib3JkZXItcmFkaXVzOiA1MCU7XG4gIGJveC1zaGFkb3c6IDBweCAxcHggMXB4IDFweCAjYmJiO1xuICAtbW96LWJveC1zaGFkb3c6IDBweCAxcHggMXB4IDFweCAjYmJiO1xuICAtd2Via2l0LWJveC1zaGFkb3c6IDBweCAxcHggMXB4IDFweCAjYmJiO1xufVxuLmdkLWFubm90YXRpb24gLmdkLXRleHQtYW5ub3RhdGlvbiB7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMTUxLCAxNTEsIDI0MCwgMC41MSk7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtdGV4dC1zdHJpa2VvdXQtYW5ub3RhdGlvbiB7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtdGV4dC11bmRlcmxpbmUtYW5ub3RhdGlvbiB7XG4gIGFsaWduLWl0ZW1zOiBlbmQ7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtdGV4dC1yZWRhY3Rpb24tYW5ub3RhdGlvbiB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMwMDA7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtdGV4dC1yZXBsYWNlbWVudC1hbm5vdGF0aW9uIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbn1cbi5zdmcge1xuICB6LWluZGV4OiAxO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbn1cbi5hbm5vdGF0aW9uLXN2ZyB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiAyO1xufVxuIl19 */" +module.exports = ".gd-annotation {\n position: absolute !important;\n cursor: pointer;\n z-index: 9;\n}\n.gd-annotation .gd-annotation-wrapper-border {\n outline: 1px solid #679FFA;\n display: -webkit-box;\n}\n.gd-annotation .gd-annotation-wrapper {\n height: inherit;\n z-index: 9;\n}\n.gd-annotation .gd-annotation-wrapper ::ng-deep .palette {\n width: 0px;\n height: 37px;\n}\n.gd-annotation .gd-annotation-wrapper .gd-text-strikeout-line {\n background-color: #E04E4E;\n height: 2px;\n width: 100%;\n}\n.gd-annotation .gd-annotation-wrapper .gd-text {\n border: none;\n outline: none;\n margin: 0px;\n padding: 0px;\n overflow: hidden;\n background-color: transparent;\n min-width: 1em;\n min-height: 1em;\n}\n.gd-annotation .gd-annotation-wrapper .gd-point {\n background-color: #7CBC46;\n width: 41px;\n height: 41px;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n color: white;\n border-radius: 50%;\n -moz-border-radius: 50%;\n -webkit-border-radius: 50%;\n -khtml-border-radius: 50%;\n box-shadow: 0px 1px 1px 1px #bbb;\n -moz-box-shadow: 0px 1px 1px 1px #bbb;\n -webkit-box-shadow: 0px 1px 1px 1px #bbb;\n}\n.gd-annotation .gd-text-annotation {\n background-color: rgba(151, 151, 240, 0.51);\n}\n.gd-annotation .gd-text-strikeout-annotation {\n align-items: center;\n -webkit-box-align: center;\n}\n.gd-annotation .gd-text-underline-annotation {\n align-items: end;\n -webkit-box-align: end;\n}\n.gd-annotation .gd-text-redaction-annotation {\n background-color: #000;\n}\n.gd-annotation .gd-text-replacement-annotation {\n background-color: #FFFFFF;\n}\n.svg {\n z-index: 1;\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n.annotation-svg {\n position: absolute;\n cursor: pointer;\n z-index: 2;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2Fubm90YXRpb24vQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2Fubm90YXRpb24vc3JjL2xpYi9hbm5vdGF0aW9uL2Fubm90YXRpb24uY29tcG9uZW50Lmxlc3MiLCJsaWJzL2Fubm90YXRpb24vc3JjL2xpYi9hbm5vdGF0aW9uL2Fubm90YXRpb24uY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7RUFDRSw2QkFBQTtFQUNBLGVBQUE7RUFDQSxVQUFBO0FDQ0Y7QURKQTtFQU1JLDBCQUFBO0VBQ0Esb0JBQUE7QUNDSjtBRFJBO0VBV0ksZUFBQTtFQUNBLFVBQUE7QUNBSjtBRFpBO0VBZU0sVUFBQTtFQUNBLFlBQUE7QUNBTjtBRGhCQTtFQW9CTSx5QkFBQTtFQUNBLFdBQUE7RUFDQSxXQUFBO0FDRE47QURyQkE7RUEwQk0sWUFBQTtFQUNBLGFBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGdCQUFBO0VBQ0EsNkJBQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtBQ0ZOO0FEL0JBO0VBcUNNLHlCQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtFQUNBLHVCQUFBO0VBQ0EsMEJBQUE7RUFDQSx5QkFBQTtFQUNBLGdDQUFBO0VBQ0EscUNBQUE7RUFDQSx3Q0FBQTtBQ0hOO0FEL0NBO0VBdURJLDJDQUFBO0FDTEo7QURsREE7RUEyREksbUJBQUE7RUFDQSx5QkFBQTtBQ05KO0FEdERBO0VBZ0VJLGdCQUFBO0VBQ0Esc0JBQUE7QUNQSjtBRDFEQTtFQXFFSSxzQkFBQTtBQ1JKO0FEN0RBO0VBeUVJLHlCQUFBO0FDVEo7QURhQTtFQUNFLFVBQUE7RUFDQSxrQkFBQTtFQUNBLE1BQUE7RUFDQSxPQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7QUNYRjtBRGNBO0VBQ0Usa0JBQUE7RUFDQSxlQUFBO0VBQ0EsVUFBQTtBQ1pGIiwiZmlsZSI6ImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2Fubm90YXRpb24vYW5ub3RhdGlvbi5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIi5nZC1hbm5vdGF0aW9uIHtcbiAgcG9zaXRpb246IGFic29sdXRlICFpbXBvcnRhbnQ7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgei1pbmRleDogOTtcblxuICAuZ2QtYW5ub3RhdGlvbi13cmFwcGVyLWJvcmRlciB7XG4gICAgb3V0bGluZTogMXB4IHNvbGlkICM2NzlGRkE7XG4gICAgZGlzcGxheTogLXdlYmtpdC1ib3g7XG4gIH1cblxuICAuZ2QtYW5ub3RhdGlvbi13cmFwcGVyIHtcbiAgICBoZWlnaHQ6IGluaGVyaXQ7XG4gICAgei1pbmRleDogOTtcblxuICAgIDo6bmctZGVlcCAucGFsZXR0ZSB7XG4gICAgICB3aWR0aDogMHB4O1xuICAgICAgaGVpZ2h0OiAzN3B4O1xuICAgIH1cblxuICAgIC5nZC10ZXh0LXN0cmlrZW91dC1saW5lIHtcbiAgICAgIGJhY2tncm91bmQtY29sb3I6ICNFMDRFNEU7XG4gICAgICBoZWlnaHQ6IDJweDtcbiAgICAgIHdpZHRoOiAxMDAlO1xuICAgIH1cblxuICAgIC5nZC10ZXh0IHtcbiAgICAgIGJvcmRlcjogbm9uZTtcbiAgICAgIG91dGxpbmU6IG5vbmU7XG4gICAgICBtYXJnaW46IDBweDtcbiAgICAgIHBhZGRpbmc6IDBweDtcbiAgICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB0cmFuc3BhcmVudDtcbiAgICAgIG1pbi13aWR0aDogMWVtO1xuICAgICAgbWluLWhlaWdodDogMWVtO1xuICAgIH1cblxuICAgIC5nZC1wb2ludCB7XG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjN0NCQzQ2O1xuICAgICAgd2lkdGg6IDQxcHg7XG4gICAgICBoZWlnaHQ6IDQxcHg7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgICAgY29sb3I6IHdoaXRlO1xuICAgICAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAgICAgLW1vei1ib3JkZXItcmFkaXVzOiA1MCU7XG4gICAgICAtd2Via2l0LWJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICAgIC1raHRtbC1ib3JkZXItcmFkaXVzOiA1MCU7XG4gICAgICBib3gtc2hhZG93OiAwcHggMXB4IDFweCAxcHggI2JiYjtcbiAgICAgIC1tb3otYm94LXNoYWRvdzogMHB4IDFweCAxcHggMXB4ICNiYmI7XG4gICAgICAtd2Via2l0LWJveC1zaGFkb3c6IDBweCAxcHggMXB4IDFweCAjYmJiO1xuICAgIH1cbiAgfVxuXG4gIC5nZC10ZXh0LWFubm90YXRpb24ge1xuICAgIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMTUxLCAxNTEsIDI0MCwgMC41MSk7XG4gIH1cblxuICAuZ2QtdGV4dC1zdHJpa2VvdXQtYW5ub3RhdGlvbiB7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICAtd2Via2l0LWJveC1hbGlnbjogY2VudGVyO1xuICB9XG5cbiAgLmdkLXRleHQtdW5kZXJsaW5lLWFubm90YXRpb24ge1xuICAgIGFsaWduLWl0ZW1zOiBlbmQ7XG4gICAgLXdlYmtpdC1ib3gtYWxpZ246IGVuZDtcbiAgfVxuXG4gIC5nZC10ZXh0LXJlZGFjdGlvbi1hbm5vdGF0aW9uIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjMDAwO1xuICB9XG5cbiAgLmdkLXRleHQtcmVwbGFjZW1lbnQtYW5ub3RhdGlvbiB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgfVxufVxuXG4uc3ZnIHtcbiAgei1pbmRleDogMTtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDA7XG4gIGxlZnQ6IDA7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi5hbm5vdGF0aW9uLXN2ZyB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiAyO1xufVxuIiwiLmdkLWFubm90YXRpb24ge1xuICBwb3NpdGlvbjogYWJzb2x1dGUgIWltcG9ydGFudDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiA5O1xufVxuLmdkLWFubm90YXRpb24gLmdkLWFubm90YXRpb24td3JhcHBlci1ib3JkZXIge1xuICBvdXRsaW5lOiAxcHggc29saWQgIzY3OUZGQTtcbiAgZGlzcGxheTogLXdlYmtpdC1ib3g7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtYW5ub3RhdGlvbi13cmFwcGVyIHtcbiAgaGVpZ2h0OiBpbmhlcml0O1xuICB6LWluZGV4OiA5O1xufVxuLmdkLWFubm90YXRpb24gLmdkLWFubm90YXRpb24td3JhcHBlciA6Om5nLWRlZXAgLnBhbGV0dGUge1xuICB3aWR0aDogMHB4O1xuICBoZWlnaHQ6IDM3cHg7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtYW5ub3RhdGlvbi13cmFwcGVyIC5nZC10ZXh0LXN0cmlrZW91dC1saW5lIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0UwNEU0RTtcbiAgaGVpZ2h0OiAycHg7XG4gIHdpZHRoOiAxMDAlO1xufVxuLmdkLWFubm90YXRpb24gLmdkLWFubm90YXRpb24td3JhcHBlciAuZ2QtdGV4dCB7XG4gIGJvcmRlcjogbm9uZTtcbiAgb3V0bGluZTogbm9uZTtcbiAgbWFyZ2luOiAwcHg7XG4gIHBhZGRpbmc6IDBweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgYmFja2dyb3VuZC1jb2xvcjogdHJhbnNwYXJlbnQ7XG4gIG1pbi13aWR0aDogMWVtO1xuICBtaW4taGVpZ2h0OiAxZW07XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtYW5ub3RhdGlvbi13cmFwcGVyIC5nZC1wb2ludCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM3Q0JDNDY7XG4gIHdpZHRoOiA0MXB4O1xuICBoZWlnaHQ6IDQxcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBjb2xvcjogd2hpdGU7XG4gIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgLW1vei1ib3JkZXItcmFkaXVzOiA1MCU7XG4gIC13ZWJraXQtYm9yZGVyLXJhZGl1czogNTAlO1xuICAta2h0bWwtYm9yZGVyLXJhZGl1czogNTAlO1xuICBib3gtc2hhZG93OiAwcHggMXB4IDFweCAxcHggI2JiYjtcbiAgLW1vei1ib3gtc2hhZG93OiAwcHggMXB4IDFweCAxcHggI2JiYjtcbiAgLXdlYmtpdC1ib3gtc2hhZG93OiAwcHggMXB4IDFweCAxcHggI2JiYjtcbn1cbi5nZC1hbm5vdGF0aW9uIC5nZC10ZXh0LWFubm90YXRpb24ge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDE1MSwgMTUxLCAyNDAsIDAuNTEpO1xufVxuLmdkLWFubm90YXRpb24gLmdkLXRleHQtc3RyaWtlb3V0LWFubm90YXRpb24ge1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAtd2Via2l0LWJveC1hbGlnbjogY2VudGVyO1xufVxuLmdkLWFubm90YXRpb24gLmdkLXRleHQtdW5kZXJsaW5lLWFubm90YXRpb24ge1xuICBhbGlnbi1pdGVtczogZW5kO1xuICAtd2Via2l0LWJveC1hbGlnbjogZW5kO1xufVxuLmdkLWFubm90YXRpb24gLmdkLXRleHQtcmVkYWN0aW9uLWFubm90YXRpb24ge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMDAwO1xufVxuLmdkLWFubm90YXRpb24gLmdkLXRleHQtcmVwbGFjZW1lbnQtYW5ub3RhdGlvbiB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkZGRkY7XG59XG4uc3ZnIHtcbiAgei1pbmRleDogMTtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDA7XG4gIGxlZnQ6IDA7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG4uYW5ub3RhdGlvbi1zdmcge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgei1pbmRleDogMjtcbn1cbiJdfQ== */" /***/ }), /***/ "../../libs/annotation/src/lib/annotation/annotation.component.ts": -/*!*****************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation/annotation.component.ts ***! - \*****************************************************************************************************************/ +/*!*****************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation/annotation.component.ts ***! + \*****************************************************************************************************/ /*! exports provided: AnnotationComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -8171,19 +8565,20 @@ __webpack_require__.r(__webpack_exports__); var $ = jquery__WEBPACK_IMPORTED_MODULE_7__; var AnnotationComponent = /** @class */ (function () { - function AnnotationComponent(_activeAnnotationService, _removeAnnotationService, _commentAnnotationService) { + function AnnotationComponent(_activeAnnotationService, _removeAnnotationService, _commentAnnotationService, _zoomService) { var _this = this; this._activeAnnotationService = _activeAnnotationService; this._removeAnnotationService = _removeAnnotationService; this._commentAnnotationService = _commentAnnotationService; + this._zoomService = _zoomService; this.active = true; this.dimension = new _annotation_models__WEBPACK_IMPORTED_MODULE_2__["Dimension"](0, 0); this.textValue = ""; this.distanceValue = '0px'; this.pointsValue = ""; this.svgPath = ""; - this.points = []; this.formatting = _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_4__["Formatting"].default(); + this.points = []; this._activeAnnotationService.activeChange.subscribe(function (id) { _this.active = _this.id === id; if (_this.active) { @@ -8238,6 +8633,9 @@ var AnnotationComponent = /** @class */ (function () { } this.distanceValue = this.getDistance() + "px"; } + else if (this.type === _annotation_models__WEBPACK_IMPORTED_MODULE_2__["AnnotationType"].POINT.id) { + this.initPoint(); + } else { this.setEndPosition(this.position); } @@ -8245,24 +8643,35 @@ var AnnotationComponent = /** @class */ (function () { AnnotationComponent.prototype.ngAfterViewInit = function () { this.setTextFocus(); }; + AnnotationComponent.prototype.ngAfterViewChecked = function () { + this._zoomService.changeZoom(this._zoomService.zoom); + }; AnnotationComponent.prototype.activation = function () { this._activeAnnotationService.changeActive(this.id); }; AnnotationComponent.prototype.width = function ($event) { - this.dimension.width += $event; - this.correctPosition(); + if (this.checkDragging($event, 0)) { + this.dimension.width += $event; + } }; AnnotationComponent.prototype.height = function ($event) { - this.dimension.height += $event; - this.correctPosition(); + if (this.checkDragging(0, $event)) { + this.dimension.height += $event; + } }; AnnotationComponent.prototype.left = function ($event) { this.position.left += $event; this.correctPosition(); + this.refreshLeftTop(); }; AnnotationComponent.prototype.top = function ($event) { this.position.top += $event; this.correctPosition(); + this.refreshLeftTop(); + }; + AnnotationComponent.prototype.refreshLeftTop = function () { + this.leftTop.left = this.position.left; + this.leftTop.top = this.position.top; }; AnnotationComponent.prototype.correctPosition = function () { if (this.position.left < 0) { @@ -8289,6 +8698,12 @@ var AnnotationComponent = /** @class */ (function () { $event.dataTransfer.setData('text', 'foo'); } }; + AnnotationComponent.prototype.initPoint = function () { + this.dimension = new _annotation_models__WEBPACK_IMPORTED_MODULE_2__["Dimension"](40, 40); + this.position.left = this.position.left - 20; + this.position.top = this.position.top - 20; + this.leftTop = _annotation_models__WEBPACK_IMPORTED_MODULE_2__["Position"].clone(this.position); + }; AnnotationComponent.prototype.dragging = function ($event) { var e_1, _a; $event.preventDefault(); @@ -8316,6 +8731,8 @@ var AnnotationComponent = /** @class */ (function () { } finally { if (e_1) throw e_1.error; } } + this.leftTop.left += left; + this.leftTop.top += top_1; } else if (this.isPath()) { if (!this.checkDragging(left, top_1)) { @@ -8327,14 +8744,15 @@ var AnnotationComponent = /** @class */ (function () { this.endPosition.top += top_1; this.pathValue = "M" + this.position.left + "," + this.position.top + " L" + this.endPosition.left + "," + this.endPosition.top; this.distanceValue = this.getDistance() + "px"; + this.leftTop.left += left; + this.leftTop.top += top_1; } else { this.position.left += left; this.position.top += top_1; this.correctPosition(); + this.refreshLeftTop(); } - this.leftTop.left += left; - this.leftTop.top += top_1; this.oldPosition = position; } }; @@ -8366,14 +8784,16 @@ var AnnotationComponent = /** @class */ (function () { this.textValue = value; }; AnnotationComponent.prototype.draw = function (position) { - if (this.isPolyline()) { - this.addPoint(position); - } - else if (this.isPath()) { - this.setEndPosition(position); - this.distanceValue = this.getDistance() + "px"; + if (this.onPage(position)) { + if (this.isPolyline()) { + this.addPoint(position); + } + else if (this.isPath()) { + this.setEndPosition(position); + this.distanceValue = this.getDistance() + "px"; + } + this.calcPositionAndDimension(); } - this.calcPositionAndDimension(); }; AnnotationComponent.prototype.setStyles = function () { return { @@ -8420,8 +8840,12 @@ var AnnotationComponent = /** @class */ (function () { this.leftTop = leftTop; }; AnnotationComponent.prototype.calcDimensions = function (currentPosition) { - this.dimension.width = currentPosition.left - this.position.left; - this.dimension.height = currentPosition.top - this.position.top; + if (currentPosition.left <= this.pageWidth && currentPosition.left >= 0) { + this.dimension.width = currentPosition.left - this.position.left; + } + if (currentPosition.top <= this.pageHeight && currentPosition.top >= 0) { + this.dimension.height = currentPosition.top - this.position.top; + } }; AnnotationComponent.prototype.getHeight = function () { return this.dimension.height === undefined ? undefined : Math.abs(this.dimension.height); @@ -8496,7 +8920,7 @@ var AnnotationComponent = /** @class */ (function () { this._removeAnnotationService.remove(new _annotation_models__WEBPACK_IMPORTED_MODULE_2__["RemoveAnnotation"](this.id)); }; AnnotationComponent.prototype.getMenuShift = function () { - var menuWidth = this.isText() ? 265 : 148; + var menuWidth = this.isText() ? 265 : 111; return this.dimension.width > menuWidth ? 0 : (this.dimension.width - menuWidth) * 0.5; }; AnnotationComponent.prototype.getMenuType = function () { @@ -8506,9 +8930,10 @@ var AnnotationComponent = /** @class */ (function () { this._commentAnnotationService.comment(new _annotation_models__WEBPACK_IMPORTED_MODULE_2__["CommentAnnotation"](this.id)); }; AnnotationComponent.prototype.setTextFocus = function () { + var _this = this; if (this.isText() || this.isTextReplacement()) { setTimeout(function () { - var element = $("#text"); + var element = $("#text-" + _this.id); if (element) { element.focus(); } @@ -8529,10 +8954,18 @@ var AnnotationComponent = /** @class */ (function () { annotationData.fontColor = parseInt(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_4__["Utils"].toHex(this.formatting.color).replace("#", ""), 16); annotationData.fontSize = this.formatting.fontSize; annotationData.font = this.formatting.font; - annotationData.left = this.leftTop.left; - annotationData.top = this.leftTop.top; - annotationData.height = this.dimension.height; - annotationData.width = this.dimension.width; + if (this.type === _annotation_models__WEBPACK_IMPORTED_MODULE_2__["AnnotationType"].POINT.id) { + annotationData.left = this.leftTop.left + 20; + annotationData.top = this.leftTop.top + 20; + annotationData.height = 0; + annotationData.width = 0; + } + else { + annotationData.left = this.leftTop.left; + annotationData.top = this.leftTop.top; + annotationData.height = this.dimension.height; + annotationData.width = this.dimension.width; + } annotationData.pageNumber = this.pageNumber; annotationData.type = this.type; annotationData.svgPath = this.getSvgPath(); @@ -8577,11 +9010,16 @@ var AnnotationComponent = /** @class */ (function () { } return svgPath; }; + AnnotationComponent.prototype.onPage = function (position) { + return position.left <= this.pageWidth && position.top <= this.pageHeight && + position.left >= 0 && position.top >= 0; + }; var AnnotationComponent_1; AnnotationComponent.ctorParameters = function () { return [ { type: _active_annotation_service__WEBPACK_IMPORTED_MODULE_3__["ActiveAnnotationService"] }, { type: _remove_annotation_service__WEBPACK_IMPORTED_MODULE_5__["RemoveAnnotationService"] }, - { type: _comment_annotation_service__WEBPACK_IMPORTED_MODULE_6__["CommentAnnotationService"] } + { type: _comment_annotation_service__WEBPACK_IMPORTED_MODULE_6__["CommentAnnotationService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_4__["ZoomService"] } ]; }; AnnotationComponent = AnnotationComponent_1 = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ @@ -8591,7 +9029,8 @@ var AnnotationComponent = /** @class */ (function () { }), tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_active_annotation_service__WEBPACK_IMPORTED_MODULE_3__["ActiveAnnotationService"], _remove_annotation_service__WEBPACK_IMPORTED_MODULE_5__["RemoveAnnotationService"], - _comment_annotation_service__WEBPACK_IMPORTED_MODULE_6__["CommentAnnotationService"]]) + _comment_annotation_service__WEBPACK_IMPORTED_MODULE_6__["CommentAnnotationService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_4__["ZoomService"]]) ], AnnotationComponent); return AnnotationComponent; }()); @@ -8601,9 +9040,9 @@ var AnnotationComponent = /** @class */ (function () { /***/ }), /***/ "../../libs/annotation/src/lib/comment-annotation.service.ts": -/*!************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/comment-annotation.service.ts ***! - \************************************************************************************************************/ +/*!************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/comment-annotation.service.ts ***! + \************************************************************************************************/ /*! exports provided: CommentAnnotationService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -8647,20 +9086,20 @@ var CommentAnnotationService = /** @class */ (function () { /***/ }), /***/ "../../libs/annotation/src/lib/comment-panel/comment-panel.component.less": -/*!*************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/comment-panel/comment-panel.component.less ***! - \*************************************************************************************************************************/ +/*!*************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/comment-panel/comment-panel.component.less ***! + \*************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-comments-panel {\n position: absolute;\n right: 0;\n top: 30px;\n overflow: auto !important;\n width: 334px;\n display: -webkit-box;\n display: flex;\n height: 100%;\n z-index: 9;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n}\n.gd-comments-panel .gd-comments-head {\n height: 60px;\n width: 334px;\n display: -webkit-box;\n display: flex;\n background-color: #222E35;\n color: #959DA5;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-comments-panel .gd-comments-head .icon {\n -webkit-box-flex: 0;\n flex: 0 0 40px;\n margin-left: 20px;\n cursor: pointer;\n}\n.gd-comments-panel .gd-comments-head .gd-comments-title {\n -webkit-box-flex: 1;\n flex: 1;\n font-size: 13px;\n font-weight: bold;\n}\n.gd-comments-panel .gd-comments-body {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-align: center;\n align-items: center;\n background-color: #F4F4F4;\n height: calc(100% - 90px);\n}\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n color: #959DA5;\n width: 250px;\n height: 250px;\n margin-top: 40px;\n}\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list .icon {\n font-size: 65px;\n margin-bottom: 40px;\n}\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list .gd-empty-text {\n font-size: 15px;\n}\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list .gd-empty-bold-text {\n font-weight: bold;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9hbm5vdGF0aW9uL3NyYy9saWIvY29tbWVudC1wYW5lbC9jb21tZW50LXBhbmVsLmNvbXBvbmVudC5sZXNzIiwibGlicy9hbm5vdGF0aW9uL3NyYy9saWIvY29tbWVudC1wYW5lbC9jb21tZW50LXBhbmVsLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0Usa0JBQUE7RUFDQSxRQUFBO0VBQ0EsU0FBQTtFQUNBLHlCQUFBO0VBQ0EsWUFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLFlBQUE7RUFDQSxVQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0FDQ0Y7QURWQTtFQVlJLFlBQUE7RUFDQSxZQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7RUFDQSxjQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ0NKO0FEbEJBO0VBb0JNLG1CQUFBO1VBQUEsY0FBQTtFQUNBLGlCQUFBO0VBQ0EsZUFBQTtBQ0NOO0FEdkJBO0VBMEJNLG1CQUFBO1VBQUEsT0FBQTtFQUNBLGVBQUE7RUFDQSxpQkFBQTtBQ0FOO0FENUJBO0VBaUNJLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSx5QkFBQTtFQUNBLHlCQUFBO0FDRko7QURuQ0E7RUF3Q00sb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxjQUFBO0VBQ0EsWUFBQTtFQUNBLGFBQUE7RUFDQSxnQkFBQTtBQ0ZOO0FEN0NBO0VBa0RRLGVBQUE7RUFDQSxtQkFBQTtBQ0ZSO0FEakRBO0VBdURRLGVBQUE7QUNIUjtBRHBEQTtFQTJEUSxpQkFBQTtBQ0pSIiwiZmlsZSI6ImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2NvbW1lbnQtcGFuZWwvY29tbWVudC1wYW5lbC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIi5nZC1jb21tZW50cy1wYW5lbCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcmlnaHQ6IDA7XG4gIHRvcDogMzBweDtcbiAgb3ZlcmZsb3c6IGF1dG8gIWltcG9ydGFudDtcbiAgd2lkdGg6IDMzNHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IDEwMCU7XG4gIHotaW5kZXg6IDk7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG5cbiAgLmdkLWNvbW1lbnRzLWhlYWQge1xuICAgIGhlaWdodDogNjBweDtcbiAgICB3aWR0aDogMzM0cHg7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjMjIyRTM1O1xuICAgIGNvbG9yOiAjOTU5REE1O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG5cbiAgICAuaWNvbiB7XG4gICAgICBmbGV4OiAwIDAgNDBweDtcbiAgICAgIG1hcmdpbi1sZWZ0OiAyMHB4O1xuICAgICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIH1cblxuICAgIC5nZC1jb21tZW50cy10aXRsZSB7XG4gICAgICBmbGV4OiAxO1xuICAgICAgZm9udC1zaXplOiAxM3B4O1xuICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgfVxuICB9XG5cbiAgLmdkLWNvbW1lbnRzLWJvZHkge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNGNEY0RjQ7XG4gICAgaGVpZ2h0OiB+XCJjYWxjKDEwMCUgLSA5MHB4KVwiO1xuXG4gICAgLmdkLWVtcHR5LWNvbW1lbnRzLWxpc3Qge1xuICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgICBjb2xvcjogIzk1OURBNTtcbiAgICAgIHdpZHRoOiAyNTBweDtcbiAgICAgIGhlaWdodDogMjUwcHg7XG4gICAgICBtYXJnaW4tdG9wOiA0MHB4O1xuXG4gICAgICAuaWNvbiB7XG4gICAgICAgIGZvbnQtc2l6ZTogNjVweDtcbiAgICAgICAgbWFyZ2luLWJvdHRvbTogNDBweDtcbiAgICAgIH1cblxuICAgICAgLmdkLWVtcHR5LXRleHQge1xuICAgICAgICBmb250LXNpemU6IDE1cHg7XG4gICAgICB9XG5cbiAgICAgIC5nZC1lbXB0eS1ib2xkLXRleHQge1xuICAgICAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cbiIsIi5nZC1jb21tZW50cy1wYW5lbCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcmlnaHQ6IDA7XG4gIHRvcDogMzBweDtcbiAgb3ZlcmZsb3c6IGF1dG8gIWltcG9ydGFudDtcbiAgd2lkdGg6IDMzNHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IDEwMCU7XG4gIHotaW5kZXg6IDk7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG59XG4uZ2QtY29tbWVudHMtcGFuZWwgLmdkLWNvbW1lbnRzLWhlYWQge1xuICBoZWlnaHQ6IDYwcHg7XG4gIHdpZHRoOiAzMzRweDtcbiAgZGlzcGxheTogZmxleDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzIyMkUzNTtcbiAgY29sb3I6ICM5NTlEQTU7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZ2QtY29tbWVudHMtcGFuZWwgLmdkLWNvbW1lbnRzLWhlYWQgLmljb24ge1xuICBmbGV4OiAwIDAgNDBweDtcbiAgbWFyZ2luLWxlZnQ6IDIwcHg7XG4gIGN1cnNvcjogcG9pbnRlcjtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtaGVhZCAuZ2QtY29tbWVudHMtdGl0bGUge1xuICBmbGV4OiAxO1xuICBmb250LXNpemU6IDEzcHg7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xufVxuLmdkLWNvbW1lbnRzLXBhbmVsIC5nZC1jb21tZW50cy1ib2R5IHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0Y0RjRGNDtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSA5MHB4KTtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtYm9keSAuZ2QtZW1wdHktY29tbWVudHMtbGlzdCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBjb2xvcjogIzk1OURBNTtcbiAgd2lkdGg6IDI1MHB4O1xuICBoZWlnaHQ6IDI1MHB4O1xuICBtYXJnaW4tdG9wOiA0MHB4O1xufVxuLmdkLWNvbW1lbnRzLXBhbmVsIC5nZC1jb21tZW50cy1ib2R5IC5nZC1lbXB0eS1jb21tZW50cy1saXN0IC5pY29uIHtcbiAgZm9udC1zaXplOiA2NXB4O1xuICBtYXJnaW4tYm90dG9tOiA0MHB4O1xufVxuLmdkLWNvbW1lbnRzLXBhbmVsIC5nZC1jb21tZW50cy1ib2R5IC5nZC1lbXB0eS1jb21tZW50cy1saXN0IC5nZC1lbXB0eS10ZXh0IHtcbiAgZm9udC1zaXplOiAxNXB4O1xufVxuLmdkLWNvbW1lbnRzLXBhbmVsIC5nZC1jb21tZW50cy1ib2R5IC5nZC1lbXB0eS1jb21tZW50cy1saXN0IC5nZC1lbXB0eS1ib2xkLXRleHQge1xuICBmb250LXdlaWdodDogYm9sZDtcbn1cbiJdfQ== */" +module.exports = ".gd-comments-panel {\n position: absolute;\n right: 0;\n top: 30px;\n overflow: auto !important;\n width: 334px;\n display: -webkit-box;\n display: flex;\n height: 100%;\n z-index: 9;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n}\n.gd-comments-panel .gd-comments-head {\n height: 60px;\n width: 334px;\n display: -webkit-box;\n display: flex;\n background-color: #222E35;\n color: #959DA5;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-comments-panel .gd-comments-head > fa-icon:nth-child(1) {\n font-size: 24px;\n}\n.gd-comments-panel .gd-comments-head .icon {\n -webkit-box-flex: 0;\n flex: 0 0 40px;\n margin-left: 20px;\n cursor: pointer;\n}\n.gd-comments-panel .gd-comments-head .gd-comments-title {\n -webkit-box-flex: 1;\n flex: 1;\n font-size: 13px;\n font-weight: bold;\n}\n.gd-comments-panel .gd-comments-body {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-align: center;\n align-items: center;\n background-color: #F4F4F4;\n height: calc(100% - 90px);\n}\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n color: #959DA5;\n width: 250px;\n height: 250px;\n margin-top: 40px;\n}\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list .icon {\n font-size: 65px;\n margin-bottom: 40px;\n}\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list .gd-empty-text {\n font-size: 15px;\n}\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list .gd-empty-bold-text {\n font-weight: bold;\n}\n@media (max-width: 1037px) {\n .gd-comments-panel {\n top: 0;\n width: 100%;\n }\n .gd-comments-panel .gd-comments-body {\n height: 100% !important;\n -webkit-box-align: initial;\n align-items: initial;\n width: calc(100% - 40px);\n padding: 0 20px;\n }\n .gd-comments-panel .gd-comments-head {\n width: 100%;\n line-height: 60px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2NvbW1lbnQtcGFuZWwvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2Fubm90YXRpb24vc3JjL2xpYi9jb21tZW50LXBhbmVsL2NvbW1lbnQtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2Fubm90YXRpb24vc3JjL2xpYi9jb21tZW50LXBhbmVsL2NvbW1lbnQtcGFuZWwuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxrQkFBQTtFQUNBLFFBQUE7RUFDQSxTQUFBO0VBQ0EseUJBQUE7RUFDQSxZQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsWUFBQTtFQUNBLFVBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7QUNERjtBRFJBO0VBWUksWUFBQTtFQUNBLFlBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtFQUNBLGNBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0FDREo7QURoQkE7RUFvQk0sZUFBQTtBQ0ROO0FEbkJBO0VBd0JNLG1CQUFBO1VBQUEsY0FBQTtFQUNBLGlCQUFBO0VBQ0EsZUFBQTtBQ0ZOO0FEeEJBO0VBOEJNLG1CQUFBO1VBQUEsT0FBQTtFQUNBLGVBQUE7RUFDQSxpQkFBQTtBQ0hOO0FEN0JBO0VBcUNJLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSx5QkFBQTtFQUNBLHlCQUFBO0FDTEo7QURwQ0E7RUE0Q00sb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxjQUFBO0VBQ0EsWUFBQTtFQUNBLGFBQUE7RUFDQSxnQkFBQTtBQ0xOO0FEOUNBO0VBc0RRLGVBQUE7RUFDQSxtQkFBQTtBQ0xSO0FEbERBO0VBMkRRLGVBQUE7QUNOUjtBRHJEQTtFQStEUSxpQkFBQTtBQ1BSO0FEYUE7RUFDRTtJQWFFLE1BQUE7SUFDQSxXQUFBO0VDdkJGO0VEU0E7SUFFSSx1QkFBQTtJQUNBLDBCQUFBO1lBQUEsb0JBQUE7SUFDQSx3QkFBQTtJQUNBLGVBQUE7RUNSSjtFREdBO0lBU0ksV0FBQTtJQUNBLGlCQUFBO0VDVEo7QUFDRiIsImZpbGUiOiJsaWJzL2Fubm90YXRpb24vc3JjL2xpYi9jb21tZW50LXBhbmVsL2NvbW1lbnQtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWNvbW1lbnRzLXBhbmVsIHtcbiAgcG9zaXRpb24gICAgICA6IGFic29sdXRlO1xuICByaWdodCAgICAgICAgIDogMDtcbiAgdG9wICAgICAgICAgICA6IDMwcHg7XG4gIG92ZXJmbG93ICAgICAgOiBhdXRvICFpbXBvcnRhbnQ7XG4gIHdpZHRoICAgICAgICAgOiAzMzRweDtcbiAgZGlzcGxheSAgICAgICA6IGZsZXg7XG4gIGhlaWdodCAgICAgICAgOiAxMDAlO1xuICB6LWluZGV4ICAgICAgIDogOTtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcblxuICAuZ2QtY29tbWVudHMtaGVhZCB7XG4gICAgaGVpZ2h0ICAgICAgICAgIDogNjBweDtcbiAgICB3aWR0aCAgICAgICAgICAgOiAzMzRweDtcbiAgICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICAgIGJhY2tncm91bmQtY29sb3I6ICMyMjJFMzU7XG4gICAgY29sb3IgICAgICAgICAgIDogIzk1OURBNTtcbiAgICBhbGlnbi1pdGVtcyAgICAgOiBjZW50ZXI7XG5cbiAgICA+ZmEtaWNvbjpudGgtY2hpbGQoMSkge1xuICAgICAgZm9udC1zaXplOiAyNHB4O1xuICAgIH1cblxuICAgIC5pY29uIHtcbiAgICAgIGZsZXggICAgICAgOiAwIDAgNDBweDtcbiAgICAgIG1hcmdpbi1sZWZ0OiAyMHB4O1xuICAgICAgY3Vyc29yICAgICA6IHBvaW50ZXI7XG4gICAgfVxuXG4gICAgLmdkLWNvbW1lbnRzLXRpdGxlIHtcbiAgICAgIGZsZXggICAgICAgOiAxO1xuICAgICAgZm9udC1zaXplICA6IDEzcHg7XG4gICAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICB9XG4gIH1cblxuICAuZ2QtY29tbWVudHMtYm9keSB7XG4gICAgZGlzcGxheSAgICAgICAgIDogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbiAgOiBjb2x1bW47XG4gICAgYWxpZ24taXRlbXMgICAgIDogY2VudGVyO1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNGNEY0RjQ7XG4gICAgaGVpZ2h0ICAgICAgICAgIDogflwiY2FsYygxMDAlIC0gOTBweClcIjtcblxuICAgIC5nZC1lbXB0eS1jb21tZW50cy1saXN0IHtcbiAgICAgIGRpc3BsYXkgICAgICAgIDogZmxleDtcbiAgICAgIGZsZXgtZGlyZWN0aW9uIDogY29sdW1uO1xuICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgICBhbGlnbi1pdGVtcyAgICA6IGNlbnRlcjtcbiAgICAgIGNvbG9yICAgICAgICAgIDogIzk1OURBNTtcbiAgICAgIHdpZHRoICAgICAgICAgIDogMjUwcHg7XG4gICAgICBoZWlnaHQgICAgICAgICA6IDI1MHB4O1xuICAgICAgbWFyZ2luLXRvcCAgICAgOiA0MHB4O1xuXG4gICAgICAuaWNvbiB7XG4gICAgICAgIGZvbnQtc2l6ZSAgICA6IDY1cHg7XG4gICAgICAgIG1hcmdpbi1ib3R0b206IDQwcHg7XG4gICAgICB9XG5cbiAgICAgIC5nZC1lbXB0eS10ZXh0IHtcbiAgICAgICAgZm9udC1zaXplOiAxNXB4O1xuICAgICAgfVxuXG4gICAgICAuZ2QtZW1wdHktYm9sZC10ZXh0IHtcbiAgICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIC5nZC1jb21tZW50cy1wYW5lbCB7XG4gICAgLmdkLWNvbW1lbnRzLWJvZHkge1xuICAgICAgaGVpZ2h0OiAxMDAlICFpbXBvcnRhbnQ7XG4gICAgICBhbGlnbi1pdGVtczogaW5pdGlhbDtcbiAgICAgIHdpZHRoOiBjYWxjKDEwMCUgLSA0MHB4KTtcbiAgICAgIHBhZGRpbmc6IDAgMjBweDtcbiAgICB9XG5cbiAgICAuZ2QtY29tbWVudHMtaGVhZCB7XG4gICAgICB3aWR0aDogMTAwJTtcbiAgICAgIGxpbmUtaGVpZ2h0OiA2MHB4O1xuICAgIH1cblxuICAgIHRvcCAgOiAwO1xuICAgIHdpZHRoOiAxMDAlO1xuICB9XG59IiwiLmdkLWNvbW1lbnRzLXBhbmVsIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICByaWdodDogMDtcbiAgdG9wOiAzMHB4O1xuICBvdmVyZmxvdzogYXV0byAhaW1wb3J0YW50O1xuICB3aWR0aDogMzM0cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogMTAwJTtcbiAgei1pbmRleDogOTtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtaGVhZCB7XG4gIGhlaWdodDogNjBweDtcbiAgd2lkdGg6IDMzNHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMjIyRTM1O1xuICBjb2xvcjogIzk1OURBNTtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtaGVhZCA+IGZhLWljb246bnRoLWNoaWxkKDEpIHtcbiAgZm9udC1zaXplOiAyNHB4O1xufVxuLmdkLWNvbW1lbnRzLXBhbmVsIC5nZC1jb21tZW50cy1oZWFkIC5pY29uIHtcbiAgZmxleDogMCAwIDQwcHg7XG4gIG1hcmdpbi1sZWZ0OiAyMHB4O1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtY29tbWVudHMtcGFuZWwgLmdkLWNvbW1lbnRzLWhlYWQgLmdkLWNvbW1lbnRzLXRpdGxlIHtcbiAgZmxleDogMTtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBmb250LXdlaWdodDogYm9sZDtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtYm9keSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGNEY0RjQ7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gOTBweCk7XG59XG4uZ2QtY29tbWVudHMtcGFuZWwgLmdkLWNvbW1lbnRzLWJvZHkgLmdkLWVtcHR5LWNvbW1lbnRzLWxpc3Qge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgY29sb3I6ICM5NTlEQTU7XG4gIHdpZHRoOiAyNTBweDtcbiAgaGVpZ2h0OiAyNTBweDtcbiAgbWFyZ2luLXRvcDogNDBweDtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtYm9keSAuZ2QtZW1wdHktY29tbWVudHMtbGlzdCAuaWNvbiB7XG4gIGZvbnQtc2l6ZTogNjVweDtcbiAgbWFyZ2luLWJvdHRvbTogNDBweDtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtYm9keSAuZ2QtZW1wdHktY29tbWVudHMtbGlzdCAuZ2QtZW1wdHktdGV4dCB7XG4gIGZvbnQtc2l6ZTogMTVweDtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtYm9keSAuZ2QtZW1wdHktY29tbWVudHMtbGlzdCAuZ2QtZW1wdHktYm9sZC10ZXh0IHtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5nZC1jb21tZW50cy1wYW5lbCB7XG4gICAgdG9wOiAwO1xuICAgIHdpZHRoOiAxMDAlO1xuICB9XG4gIC5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtYm9keSB7XG4gICAgaGVpZ2h0OiAxMDAlICFpbXBvcnRhbnQ7XG4gICAgYWxpZ24taXRlbXM6IGluaXRpYWw7XG4gICAgd2lkdGg6IGNhbGMoMTAwJSAtIDQwcHgpO1xuICAgIHBhZGRpbmc6IDAgMjBweDtcbiAgfVxuICAuZ2QtY29tbWVudHMtcGFuZWwgLmdkLWNvbW1lbnRzLWhlYWQge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGxpbmUtaGVpZ2h0OiA2MHB4O1xuICB9XG59XG4iXX0= */" /***/ }), /***/ "../../libs/annotation/src/lib/comment-panel/comment-panel.component.ts": -/*!***********************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/comment-panel/comment-panel.component.ts ***! - \***********************************************************************************************************************/ +/*!***********************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/comment-panel/comment-panel.component.ts ***! + \***********************************************************************************************************/ /*! exports provided: CommentPanelComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -8726,20 +9165,20 @@ var CommentPanelComponent = /** @class */ (function () { /***/ }), /***/ "../../libs/annotation/src/lib/comment/comment.component.less": -/*!*************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/comment/comment.component.less ***! - \*************************************************************************************************************/ +/*!*************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/comment/comment.component.less ***! + \*************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-comment {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n width: 294px;\n font-size: 13px;\n color: #3E4E5A;\n padding-top: 20px;\n}\n.gd-comment .gd-comment-head {\n display: -webkit-box;\n display: flex;\n}\n.gd-comment .gd-comment-head .icon {\n -webkit-box-flex: 0;\n flex: 0 0 30px;\n}\n.gd-comment .gd-comment-head .gd-name {\n font-weight: bold;\n}\n.gd-comment .gd-message {\n padding-top: 5px;\n}\n.gd-comment .gd-time {\n color: #ACACAC;\n padding-top: 5px;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9hbm5vdGF0aW9uL3NyYy9saWIvY29tbWVudC9jb21tZW50LmNvbXBvbmVudC5sZXNzIiwibGlicy9hbm5vdGF0aW9uL3NyYy9saWIvY29tbWVudC9jb21tZW50LmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsWUFBQTtFQUNBLGVBQUE7RUFDQSxjQUFBO0VBQ0EsaUJBQUE7QUNDRjtBRFBBO0VBU0ksb0JBQUE7RUFBQSxhQUFBO0FDQ0o7QURWQTtFQVlNLG1CQUFBO1VBQUEsY0FBQTtBQ0NOO0FEYkE7RUFnQk0saUJBQUE7QUNBTjtBRGhCQTtFQXFCSSxnQkFBQTtBQ0ZKO0FEbkJBO0VBeUJJLGNBQUE7RUFDQSxnQkFBQTtBQ0hKIiwiZmlsZSI6ImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2NvbW1lbnQvY29tbWVudC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIi5nZC1jb21tZW50IHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgd2lkdGg6IDI5NHB4O1xuICBmb250LXNpemU6IDEzcHg7XG4gIGNvbG9yOiAjM0U0RTVBO1xuICBwYWRkaW5nLXRvcDogMjBweDtcblxuICAuZ2QtY29tbWVudC1oZWFkIHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuXG4gICAgLmljb24ge1xuICAgICAgZmxleDogMCAwIDMwcHg7XG4gICAgfVxuXG4gICAgLmdkLW5hbWUge1xuICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgfVxuICB9XG5cbiAgLmdkLW1lc3NhZ2Uge1xuICAgIHBhZGRpbmctdG9wOiA1cHg7XG4gIH1cblxuICAuZ2QtdGltZSB7XG4gICAgY29sb3I6ICNBQ0FDQUM7XG4gICAgcGFkZGluZy10b3A6IDVweDtcbiAgfVxufVxuIiwiLmdkLWNvbW1lbnQge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aDogMjk0cHg7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgY29sb3I6ICMzRTRFNUE7XG4gIHBhZGRpbmctdG9wOiAyMHB4O1xufVxuLmdkLWNvbW1lbnQgLmdkLWNvbW1lbnQtaGVhZCB7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG4uZ2QtY29tbWVudCAuZ2QtY29tbWVudC1oZWFkIC5pY29uIHtcbiAgZmxleDogMCAwIDMwcHg7XG59XG4uZ2QtY29tbWVudCAuZ2QtY29tbWVudC1oZWFkIC5nZC1uYW1lIHtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG59XG4uZ2QtY29tbWVudCAuZ2QtbWVzc2FnZSB7XG4gIHBhZGRpbmctdG9wOiA1cHg7XG59XG4uZ2QtY29tbWVudCAuZ2QtdGltZSB7XG4gIGNvbG9yOiAjQUNBQ0FDO1xuICBwYWRkaW5nLXRvcDogNXB4O1xufVxuIl19 */" +module.exports = ".gd-comment {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n width: 294px;\n font-size: 13px;\n color: #3E4E5A;\n padding-top: 20px;\n}\n.gd-comment .gd-comment-head {\n display: -webkit-box;\n display: flex;\n}\n.gd-comment .gd-comment-head .icon {\n -webkit-box-flex: 0;\n flex: 0 0 30px;\n font-size: 18px;\n}\n.gd-comment .gd-comment-head .gd-name {\n font-weight: bold;\n line-height: 21px;\n}\n.gd-comment .gd-message {\n padding-top: 5px;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.gd-comment .gd-time {\n color: #ACACAC;\n padding-top: 5px;\n}\n@media (max-width: 1037px) {\n .gd-comment {\n width: 100%;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2NvbW1lbnQvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2Fubm90YXRpb24vc3JjL2xpYi9jb21tZW50L2NvbW1lbnQuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2Fubm90YXRpb24vc3JjL2xpYi9jb21tZW50L2NvbW1lbnQuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxZQUFBO0VBQ0EsZUFBQTtFQUNBLGNBQUE7RUFDQSxpQkFBQTtBQ0RGO0FETEE7RUFTSSxvQkFBQTtFQUFBLGFBQUE7QUNESjtBRFJBO0VBWU0sbUJBQUE7VUFBQSxjQUFBO0VBQ0EsZUFBQTtBQ0ROO0FEWkE7RUFpQk0saUJBQUE7RUFDQSxpQkFBQTtBQ0ZOO0FEaEJBO0VBdUJJLGdCQUFBO0VBQ0EsZ0JBQUE7RUFDQSx1QkFBQTtBQ0pKO0FEckJBO0VBNkJJLGNBQUE7RUFDQSxnQkFBQTtBQ0xKO0FEU0E7RUFDRTtJQUNFLFdBQUE7RUNQRjtBQUNGIiwiZmlsZSI6ImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2NvbW1lbnQvY29tbWVudC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uZ2QtY29tbWVudCB7XG4gIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aCAgICAgICAgIDogMjk0cHg7XG4gIGZvbnQtc2l6ZSAgICAgOiAxM3B4O1xuICBjb2xvciAgICAgICAgIDogIzNFNEU1QTtcbiAgcGFkZGluZy10b3AgICA6IDIwcHg7XG5cbiAgLmdkLWNvbW1lbnQtaGVhZCB7XG4gICAgZGlzcGxheTogZmxleDtcblxuICAgIC5pY29uIHtcbiAgICAgIGZsZXggICAgIDogMCAwIDMwcHg7XG4gICAgICBmb250LXNpemU6IDE4cHg7XG4gICAgfVxuXG4gICAgLmdkLW5hbWUge1xuICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgICBsaW5lLWhlaWdodDogMjFweDtcbiAgICB9XG4gIH1cblxuICAuZ2QtbWVzc2FnZSB7XG4gICAgcGFkZGluZy10b3A6IDVweDtcbiAgICBvdmVyZmxvdyAgICAgOiBoaWRkZW47XG4gICAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG4gIH1cblxuICAuZ2QtdGltZSB7XG4gICAgY29sb3IgICAgICA6ICNBQ0FDQUM7XG4gICAgcGFkZGluZy10b3A6IDVweDtcbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuZ2QtY29tbWVudCB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbn0iLCIuZ2QtY29tbWVudCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiAyOTRweDtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBjb2xvcjogIzNFNEU1QTtcbiAgcGFkZGluZy10b3A6IDIwcHg7XG59XG4uZ2QtY29tbWVudCAuZ2QtY29tbWVudC1oZWFkIHtcbiAgZGlzcGxheTogZmxleDtcbn1cbi5nZC1jb21tZW50IC5nZC1jb21tZW50LWhlYWQgLmljb24ge1xuICBmbGV4OiAwIDAgMzBweDtcbiAgZm9udC1zaXplOiAxOHB4O1xufVxuLmdkLWNvbW1lbnQgLmdkLWNvbW1lbnQtaGVhZCAuZ2QtbmFtZSB7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xuICBsaW5lLWhlaWdodDogMjFweDtcbn1cbi5nZC1jb21tZW50IC5nZC1tZXNzYWdlIHtcbiAgcGFkZGluZy10b3A6IDVweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG59XG4uZ2QtY29tbWVudCAuZ2QtdGltZSB7XG4gIGNvbG9yOiAjQUNBQ0FDO1xuICBwYWRkaW5nLXRvcDogNXB4O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAuZ2QtY29tbWVudCB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbn1cbiJdfQ== */" /***/ }), /***/ "../../libs/annotation/src/lib/comment/comment.component.ts": -/*!***********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/comment/comment.component.ts ***! - \***********************************************************************************************************/ +/*!***********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/comment/comment.component.ts ***! + \***********************************************************************************************/ /*! exports provided: CommentComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -8793,20 +9232,20 @@ var CommentComponent = /** @class */ (function () { /***/ }), /***/ "../../libs/annotation/src/lib/create-comment/create-comment.component.less": -/*!***************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/create-comment/create-comment.component.less ***! - \***************************************************************************************************************************/ +/*!***************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/create-comment/create-comment.component.less ***! + \***************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-new-comment {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n padding-top: 20px;\n width: 294px;\n font-size: 14px;\n}\n.gd-new-comment .gd-buttons {\n display: -webkit-box;\n display: flex;\n margin-top: 20px;\n width: 294px;\n -webkit-box-pack: end;\n justify-content: flex-end;\n}\n.gd-new-comment .gd-buttons .gd-add-comment {\n background-color: #4B566C !important;\n margin-left: 10px;\n border: 1px solid #707070;\n}\n.gd-new-comment .gd-buttons .gd-add-comment ::ng-deep .button {\n color: #FFFFFF !important;\n}\n.gd-new-comment .gd-buttons .gd-cancel-comment {\n background-color: transparent;\n border: 1px solid #707070;\n}\n.gd-new-comment .gd-buttons .gd-cancel-comment ::ng-deep .button {\n color: #ACACAC !important;\n}\n.gd-new-comment .gd-name {\n width: 100%;\n height: 37px;\n border: 1px solid #6E6E6E;\n}\n.gd-new-comment .gd-text {\n width: 100%;\n height: 100px;\n border: 1px solid #6E6E6E;\n margin-top: 20px;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9hbm5vdGF0aW9uL3NyYy9saWIvY3JlYXRlLWNvbW1lbnQvY3JlYXRlLWNvbW1lbnQuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2Fubm90YXRpb24vc3JjL2xpYi9jcmVhdGUtY29tbWVudC9jcmVhdGUtY29tbWVudC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsaUJBQUE7RUFDQSxZQUFBO0VBQ0EsZUFBQTtBQ0NGO0FEUkE7RUFVSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxnQkFBQTtFQUNBLFlBQUE7RUFDQSxxQkFBQTtVQUFBLHlCQUFBO0FDQ0o7QURkQTtFQWdCTSxvQ0FBQTtFQUNBLGlCQUFBO0VBQ0EseUJBQUE7QUNDTjtBRG5CQTtFQXFCUSx5QkFBQTtBQ0NSO0FEdEJBO0VBMEJNLDZCQUFBO0VBQ0EseUJBQUE7QUNETjtBRDFCQTtFQThCUSx5QkFBQTtBQ0RSO0FEN0JBO0VBb0NJLFdBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7QUNKSjtBRGxDQTtFQTBDSSxXQUFBO0VBQ0EsYUFBQTtFQUNBLHlCQUFBO0VBQ0EsZ0JBQUE7QUNMSiIsImZpbGUiOiJsaWJzL2Fubm90YXRpb24vc3JjL2xpYi9jcmVhdGUtY29tbWVudC9jcmVhdGUtY29tbWVudC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIi5nZC1uZXctY29tbWVudCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBwYWRkaW5nLXRvcDogMjBweDtcbiAgd2lkdGg6IDI5NHB4O1xuICBmb250LXNpemU6IDE0cHg7XG5cbiAgLmdkLWJ1dHRvbnMge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgbWFyZ2luLXRvcDogMjBweDtcbiAgICB3aWR0aDogMjk0cHg7XG4gICAganVzdGlmeS1jb250ZW50OiBmbGV4LWVuZDtcblxuICAgIC5nZC1hZGQtY29tbWVudCB7XG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjNEI1NjZDICFpbXBvcnRhbnQ7XG4gICAgICBtYXJnaW4tbGVmdDogMTBweDtcbiAgICAgIGJvcmRlcjogMXB4IHNvbGlkICM3MDcwNzA7XG5cbiAgICAgIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICAgICAgY29sb3I6ICNGRkZGRkYgIWltcG9ydGFudDtcbiAgICAgIH1cbiAgICB9XG5cbiAgICAuZ2QtY2FuY2VsLWNvbW1lbnQge1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogdHJhbnNwYXJlbnQ7XG4gICAgICBib3JkZXI6IDFweCBzb2xpZCAjNzA3MDcwO1xuXG4gICAgICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgICAgIGNvbG9yOiAjQUNBQ0FDICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgLmdkLW5hbWUge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogMzdweDtcbiAgICBib3JkZXI6IDFweCBzb2xpZCAjNkU2RTZFO1xuICB9XG5cbiAgLmdkLXRleHQge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogMTAwcHg7XG4gICAgYm9yZGVyOiAxcHggc29saWQgIzZFNkU2RTtcbiAgICBtYXJnaW4tdG9wOiAyMHB4O1xuICB9XG59XG4iLCIuZ2QtbmV3LWNvbW1lbnQge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgcGFkZGluZy10b3A6IDIwcHg7XG4gIHdpZHRoOiAyOTRweDtcbiAgZm9udC1zaXplOiAxNHB4O1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIHtcbiAgZGlzcGxheTogZmxleDtcbiAgbWFyZ2luLXRvcDogMjBweDtcbiAgd2lkdGg6IDI5NHB4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtZW5kO1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIC5nZC1hZGQtY29tbWVudCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0QjU2NkMgIWltcG9ydGFudDtcbiAgbWFyZ2luLWxlZnQ6IDEwcHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkICM3MDcwNzA7XG59XG4uZ2QtbmV3LWNvbW1lbnQgLmdkLWJ1dHRvbnMgLmdkLWFkZC1jb21tZW50IDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgY29sb3I6ICNGRkZGRkYgIWltcG9ydGFudDtcbn1cbi5nZC1uZXctY29tbWVudCAuZ2QtYnV0dG9ucyAuZ2QtY2FuY2VsLWNvbW1lbnQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiB0cmFuc3BhcmVudDtcbiAgYm9yZGVyOiAxcHggc29saWQgIzcwNzA3MDtcbn1cbi5nZC1uZXctY29tbWVudCAuZ2QtYnV0dG9ucyAuZ2QtY2FuY2VsLWNvbW1lbnQgOjpuZy1kZWVwIC5idXR0b24ge1xuICBjb2xvcjogI0FDQUNBQyAhaW1wb3J0YW50O1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1uYW1lIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMzdweDtcbiAgYm9yZGVyOiAxcHggc29saWQgIzZFNkU2RTtcbn1cbi5nZC1uZXctY29tbWVudCAuZ2QtdGV4dCB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMHB4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNkU2RTZFO1xuICBtYXJnaW4tdG9wOiAyMHB4O1xufVxuIl19 */" +module.exports = ".gd-new-comment {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n padding-top: 20px;\n width: 294px;\n font-size: 14px;\n}\n.gd-new-comment ::ng-deep .button {\n padding: 0px !important;\n width: 96px;\n}\n.gd-new-comment ::ng-deep .button .text {\n font-size: 12px !important;\n}\n.gd-new-comment ::ng-deep .button fa-icon {\n font-size: 14px;\n}\n.gd-new-comment .gd-buttons {\n display: -webkit-box;\n display: flex;\n margin-top: 20px;\n width: 294px;\n -webkit-box-pack: end;\n justify-content: flex-end;\n}\n.gd-new-comment .gd-buttons .gd-add-comment {\n background-color: #4B566C !important;\n margin-left: 10px;\n border: 1px solid #707070;\n}\n.gd-new-comment .gd-buttons .gd-add-comment ::ng-deep .button {\n color: #FFFFFF !important;\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n -webkit-box-pack: start;\n justify-content: flex-start;\n}\n.gd-new-comment .gd-buttons .gd-add-comment ::ng-deep .button fa-icon {\n padding: 0 11px;\n}\n.gd-new-comment .gd-buttons .gd-cancel-comment {\n background-color: transparent;\n border: 1px solid #707070;\n}\n.gd-new-comment .gd-buttons .gd-cancel-comment ::ng-deep .button {\n color: #ACACAC !important;\n}\n.gd-new-comment .gd-name {\n width: 100%;\n height: 37px;\n border: 1px solid #6E6E6E;\n box-sizing: border-box;\n}\n.gd-new-comment .gd-text {\n width: 100%;\n height: 100px;\n border: 1px solid #6E6E6E;\n margin-top: 20px;\n box-sizing: border-box;\n}\n@media (max-width: 1037px) {\n .gd-new-comment {\n width: 100%;\n padding-bottom: 20px;\n }\n .gd-new-comment .gd-buttons {\n width: 100%;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2NyZWF0ZS1jb21tZW50L0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9hbm5vdGF0aW9uL3NyYy9saWIvY3JlYXRlLWNvbW1lbnQvY3JlYXRlLWNvbW1lbnQuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2Fubm90YXRpb24vc3JjL2xpYi9jcmVhdGUtY29tbWVudC9jcmVhdGUtY29tbWVudC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsaUJBQUE7RUFDQSxZQUFBO0VBQ0EsZUFBQTtBQ0RGO0FETkE7RUFVSSx1QkFBQTtFQUNBLFdBQUE7QUNESjtBRFZBO0VBY00sMEJBQUE7QUNETjtBRGJBO0VBa0JNLGVBQUE7QUNGTjtBRGhCQTtFQXVCSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxnQkFBQTtFQUNBLFlBQUE7RUFDQSxxQkFBQTtVQUFBLHlCQUFBO0FDSko7QUR0QkE7RUE2Qk0sb0NBQUE7RUFDQSxpQkFBQTtFQUNBLHlCQUFBO0FDSk47QUQzQkE7RUFrQ1EseUJBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw4QkFBQTtFQUFBLDZCQUFBO1VBQUEsbUJBQUE7RUFDQSx1QkFBQTtVQUFBLDJCQUFBO0FDSlI7QURqQ0E7RUF3Q1UsZUFBQTtBQ0pWO0FEcENBO0VBOENNLDZCQUFBO0VBQ0EseUJBQUE7QUNQTjtBRHhDQTtFQWtEUSx5QkFBQTtBQ1BSO0FEM0NBO0VBd0RJLFdBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7RUFDQSxzQkFBQTtBQ1ZKO0FEakRBO0VBK0RJLFdBQUE7RUFDQSxhQUFBO0VBQ0EseUJBQUE7RUFDQSxnQkFBQTtFQUNBLHNCQUFBO0FDWEo7QURlQTtFQUNFO0lBQ0UsV0FBQTtJQUNBLG9CQUFBO0VDYkY7RURXQTtJQUtJLFdBQUE7RUNiSjtBQUNGIiwiZmlsZSI6ImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2NyZWF0ZS1jb21tZW50L2NyZWF0ZS1jb21tZW50LmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbi5nZC1uZXctY29tbWVudCB7XG4gIGRpc3BsYXkgICAgICAgIDogZmxleDtcbiAgZmxleC1kaXJlY3Rpb24gOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtcyAgICA6IGNlbnRlcjtcbiAgcGFkZGluZy10b3AgICAgOiAyMHB4O1xuICB3aWR0aCAgICAgICAgICA6IDI5NHB4O1xuICBmb250LXNpemUgICAgICA6IDE0cHg7XG5cbiAgOjpuZy1kZWVwIC5idXR0b24ge1xuICAgIHBhZGRpbmc6IDBweCAhaW1wb3J0YW50O1xuICAgIHdpZHRoICA6IDk2cHg7XG5cbiAgICAudGV4dCB7XG4gICAgICBmb250LXNpemU6IDEycHggIWltcG9ydGFudDtcbiAgICB9XG5cbiAgICBmYS1pY29uIHtcbiAgICAgIGZvbnQtc2l6ZTogMTRweDtcbiAgICB9XG4gIH1cblxuICAuZ2QtYnV0dG9ucyB7XG4gICAgZGlzcGxheSAgICAgICAgOiBmbGV4O1xuICAgIG1hcmdpbi10b3AgICAgIDogMjBweDtcbiAgICB3aWR0aCAgICAgICAgICA6IDI5NHB4O1xuICAgIGp1c3RpZnktY29udGVudDogZmxleC1lbmQ7XG5cbiAgICAuZ2QtYWRkLWNvbW1lbnQge1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzRCNTY2QyAhaW1wb3J0YW50O1xuICAgICAgbWFyZ2luLWxlZnQgICAgIDogMTBweDtcbiAgICAgIGJvcmRlciAgICAgICAgICA6IDFweCBzb2xpZCAjNzA3MDcwO1xuXG4gICAgICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgICAgIGNvbG9yICAgICAgICAgIDogI0ZGRkZGRiAhaW1wb3J0YW50O1xuICAgICAgICBkaXNwbGF5ICAgICAgICA6IGZsZXg7XG4gICAgICAgIGZsZXgtZGlyZWN0aW9uIDogcm93O1xuICAgICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG5cbiAgICAgICAgZmEtaWNvbiB7XG4gICAgICAgICAgcGFkZGluZzogMCAxMXB4O1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuXG4gICAgLmdkLWNhbmNlbC1jb21tZW50IHtcbiAgICAgIGJhY2tncm91bmQtY29sb3I6IHRyYW5zcGFyZW50O1xuICAgICAgYm9yZGVyICAgICAgICAgIDogMXB4IHNvbGlkICM3MDcwNzA7XG5cbiAgICAgIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICAgICAgY29sb3I6ICNBQ0FDQUMgIWltcG9ydGFudDtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICAuZ2QtbmFtZSB7XG4gICAgd2lkdGggOiAxMDAlO1xuICAgIGhlaWdodDogMzdweDtcbiAgICBib3JkZXI6IDFweCBzb2xpZCAjNkU2RTZFO1xuICAgIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG4gIH1cblxuICAuZ2QtdGV4dCB7XG4gICAgd2lkdGggICAgIDogMTAwJTtcbiAgICBoZWlnaHQgICAgOiAxMDBweDtcbiAgICBib3JkZXIgICAgOiAxcHggc29saWQgIzZFNkU2RTtcbiAgICBtYXJnaW4tdG9wOiAyMHB4O1xuICAgIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG4gIH1cbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLmdkLW5ldy1jb21tZW50IHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBwYWRkaW5nLWJvdHRvbTogMjBweDtcblxuICAgIC5nZC1idXR0b25zIHtcbiAgICAgIHdpZHRoOiAxMDAlO1xuICAgIH1cbiAgfVxufSIsIi5nZC1uZXctY29tbWVudCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBwYWRkaW5nLXRvcDogMjBweDtcbiAgd2lkdGg6IDI5NHB4O1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uZ2QtbmV3LWNvbW1lbnQgOjpuZy1kZWVwIC5idXR0b24ge1xuICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbiAgd2lkdGg6IDk2cHg7XG59XG4uZ2QtbmV3LWNvbW1lbnQgOjpuZy1kZWVwIC5idXR0b24gLnRleHQge1xuICBmb250LXNpemU6IDEycHggIWltcG9ydGFudDtcbn1cbi5nZC1uZXctY29tbWVudCA6Om5nLWRlZXAgLmJ1dHRvbiBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAxNHB4O1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIHtcbiAgZGlzcGxheTogZmxleDtcbiAgbWFyZ2luLXRvcDogMjBweDtcbiAgd2lkdGg6IDI5NHB4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtZW5kO1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIC5nZC1hZGQtY29tbWVudCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0QjU2NkMgIWltcG9ydGFudDtcbiAgbWFyZ2luLWxlZnQ6IDEwcHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkICM3MDcwNzA7XG59XG4uZ2QtbmV3LWNvbW1lbnQgLmdkLWJ1dHRvbnMgLmdkLWFkZC1jb21tZW50IDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgY29sb3I6ICNGRkZGRkYgIWltcG9ydGFudDtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAganVzdGlmeS1jb250ZW50OiBmbGV4LXN0YXJ0O1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIC5nZC1hZGQtY29tbWVudCA6Om5nLWRlZXAgLmJ1dHRvbiBmYS1pY29uIHtcbiAgcGFkZGluZzogMCAxMXB4O1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIC5nZC1jYW5jZWwtY29tbWVudCB7XG4gIGJhY2tncm91bmQtY29sb3I6IHRyYW5zcGFyZW50O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNzA3MDcwO1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIC5nZC1jYW5jZWwtY29tbWVudCA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIGNvbG9yOiAjQUNBQ0FDICFpbXBvcnRhbnQ7XG59XG4uZ2QtbmV3LWNvbW1lbnQgLmdkLW5hbWUge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAzN3B4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNkU2RTZFO1xuICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC10ZXh0IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwcHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkICM2RTZFNkU7XG4gIG1hcmdpbi10b3A6IDIwcHg7XG4gIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5nZC1uZXctY29tbWVudCB7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgcGFkZGluZy1ib3R0b206IDIwcHg7XG4gIH1cbiAgLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxufVxuIl19 */" /***/ }), /***/ "../../libs/annotation/src/lib/create-comment/create-comment.component.ts": -/*!*************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/create-comment/create-comment.component.ts ***! - \*************************************************************************************************************************/ +/*!*************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/create-comment/create-comment.component.ts ***! + \*************************************************************************************************************/ /*! exports provided: CreateCommentComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -8876,9 +9315,9 @@ var CreateCommentComponent = /** @class */ (function () { /***/ }), /***/ "../../libs/annotation/src/lib/remove-annotation.service.ts": -/*!***********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/remove-annotation.service.ts ***! - \***********************************************************************************************************/ +/*!***********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/remove-annotation.service.ts ***! + \***********************************************************************************************/ /*! exports provided: RemoveAnnotationService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -8909,50 +9348,181 @@ var RemoveAnnotationService = /** @class */ (function () { /***/ }), -/***/ "../../libs/comparison/src/index.ts": -/*!***********************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/index.ts ***! - \***********************************************************************************/ -/*! exports provided: initializeApp, setupLoadingInterceptor, ComparisonModule, Files, Highlight, ComparisonAppComponent, ComparisonConfigService, ComparisonConfig, ComparisonService, ComparedPageModel, CompareResult, ChangeInfo, StyleChange, Rectangle, PageInfo */ +/***/ "../../libs/common-components/src/lib/config.service.ts": +/*!*******************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/common-components/src/lib/config.service.ts ***! + \*******************************************************************************************/ +/*! exports provided: Api, ConfigService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); -/* harmony import */ var _lib_comparison_module__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./lib/comparison.module */ "../../libs/comparison/src/lib/comparison.module.ts"); -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "initializeApp", function() { return _lib_comparison_module__WEBPACK_IMPORTED_MODULE_0__["initializeApp"]; }); - -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "setupLoadingInterceptor", function() { return _lib_comparison_module__WEBPACK_IMPORTED_MODULE_0__["setupLoadingInterceptor"]; }); - -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ComparisonModule", function() { return _lib_comparison_module__WEBPACK_IMPORTED_MODULE_0__["ComparisonModule"]; }); - -/* harmony import */ var _lib_comparison_app_component__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./lib/comparison-app.component */ "../../libs/comparison/src/lib/comparison-app.component.ts"); -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Files", function() { return _lib_comparison_app_component__WEBPACK_IMPORTED_MODULE_1__["Files"]; }); - -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Highlight", function() { return _lib_comparison_app_component__WEBPACK_IMPORTED_MODULE_1__["Highlight"]; }); - -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ComparisonAppComponent", function() { return _lib_comparison_app_component__WEBPACK_IMPORTED_MODULE_1__["ComparisonAppComponent"]; }); - -/* harmony import */ var _lib_comparison_config_service__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./lib/comparison-config.service */ "../../libs/comparison/src/lib/comparison-config.service.ts"); -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ComparisonConfigService", function() { return _lib_comparison_config_service__WEBPACK_IMPORTED_MODULE_2__["ComparisonConfigService"]; }); - -/* harmony import */ var _lib_comparison_config__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./lib/comparison-config */ "../../libs/comparison/src/lib/comparison-config.ts"); -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ComparisonConfig", function() { return _lib_comparison_config__WEBPACK_IMPORTED_MODULE_3__["ComparisonConfig"]; }); - -/* harmony import */ var _lib_comparison_service__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./lib/comparison.service */ "../../libs/comparison/src/lib/comparison.service.ts"); -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ComparisonService", function() { return _lib_comparison_service__WEBPACK_IMPORTED_MODULE_4__["ComparisonService"]; }); - -/* harmony import */ var _lib_models__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./lib/models */ "../../libs/comparison/src/lib/models.ts"); -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ComparedPageModel", function() { return _lib_models__WEBPACK_IMPORTED_MODULE_5__["ComparedPageModel"]; }); - -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CompareResult", function() { return _lib_models__WEBPACK_IMPORTED_MODULE_5__["CompareResult"]; }); - -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ChangeInfo", function() { return _lib_models__WEBPACK_IMPORTED_MODULE_5__["ChangeInfo"]; }); - -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "StyleChange", function() { return _lib_models__WEBPACK_IMPORTED_MODULE_5__["StyleChange"]; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Api", function() { return Api; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ConfigService", function() { return ConfigService; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_common_http__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/common/http */ "../../node_modules/@angular/common/fesm5/http.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Rectangle", function() { return _lib_models__WEBPACK_IMPORTED_MODULE_5__["Rectangle"]; }); -/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PageInfo", function() { return _lib_models__WEBPACK_IMPORTED_MODULE_5__["PageInfo"]; }); + +var Api = /** @class */ (function () { + function Api() { + } + Api.VIEWER_APP = '/viewer'; + Api.SIGNATURE_APP = '/signature'; + Api.ANNOTATION_APP = '/annotation'; + Api.SEARCH_APP = '/search'; + Api.EDITOR_APP = '/editor'; + Api.COMPARISON_APP = '/comparison'; + Api.CONVERSION_APP = '/conversion'; + Api.METADATA_APP = '/metadata'; + Api.PARSER_APP = '/parser'; + Api.DEFAULT_API_ENDPOINT = window.location.href; + Api.LOAD_FILE_TREE = '/loadFileTree'; + Api.LOAD_CONFIG = '/loadConfig'; + Api.LOAD_DOCUMENT_DESCRIPTION = '/loadDocumentDescription'; + Api.LOAD_DOCUMENT_PAGE = '/loadDocumentPage'; + Api.LOAD_DOCUMENT_PROPERTIES = '/loadProperties'; + Api.LOAD_DOCUMENT_PROPERTIES_NAMES = '/loadPropertiesNames'; + Api.SAVE_PROPERTY = '/saveProperty'; + Api.REMOVE_PROPERTY = '/removeProperty'; + Api.ROTATE_DOCUMENT_PAGE = '/rotateDocumentPages'; + Api.UPLOAD_DOCUMENTS = '/uploadDocument'; + Api.DOWNLOAD_DOCUMENTS = '/downloadDocument'; + Api.LOAD_PRINT = '/loadPrint'; + Api.LOAD_PRINT_PDF = '/printPdf'; + Api.LOAD_THUMBNAILS = '/loadThumbnails'; + Api.LOAD_FORMATS = '/loadFormats'; + Api.SAVE_FILE = '/saveFile'; + Api.CREATE_FILE = '/createFile'; + Api.COMPARE_FILES = '/compare'; + Api.CONVERT_FILE = '/convert'; + Api.DELETE_SIGNATURE_FILE = '/deleteSignatureFile'; + Api.REMOVE_FROM_INDEX = '/removeFromIndex'; + Api.GET_FILE_STATUS = '/getFileStatus'; + Api.SAVE_OPTICAL_CODE = '/saveOpticalCode'; + Api.SAVE_TEXT = '/saveText'; + Api.SAVE_IMAGE = '/saveImage'; + Api.SAVE_STAMP = '/saveStamp'; + Api.SIGN = '/sign'; + Api.DOWNLOAD_SIGNED = '/downloadSigned'; + Api.LOAD_SIGNATURE_IMAGE = '/loadSignatureImage'; + Api.ANNOTATE = '/annotate'; + Api.SEARCH = '/search'; + Api.ADD_FILES_TO_INDEX = '/addFilesToIndex'; + Api.httpOptionsJson = { + headers: new _angular_common_http__WEBPACK_IMPORTED_MODULE_1__["HttpHeaders"]({ + 'Content-Type': 'application/json', + }) + }; + Api.httpOptionsJsonResponseTypeBlob = { + headers: new _angular_common_http__WEBPACK_IMPORTED_MODULE_1__["HttpHeaders"]({ + 'Content-Type': 'application/json', + }), + responseType: 'blob' + }; + return Api; +}()); + +var ConfigService = /** @class */ (function () { + function ConfigService() { + this.apiEndpoint = Api.DEFAULT_API_ENDPOINT; + } + Object.defineProperty(ConfigService.prototype, "apiEndpoint", { + get: function () { + return this._apiEndpoint; + }, + set: function (url) { + this._apiEndpoint = url && url.trim().endsWith('/') ? url.substring(0, url.length - 1) : url; + }, + enumerable: true, + configurable: true + }); + ConfigService.prototype.getConfigEndpoint = function (app) { + return (this.apiEndpoint.endsWith(app) ? this.apiEndpoint : this.apiEndpoint + app) + Api.LOAD_CONFIG; + }; + ConfigService.prototype.getViewerApiEndpoint = function () { + return this._apiEndpoint.endsWith(Api.VIEWER_APP) ? this._apiEndpoint : this._apiEndpoint + Api.VIEWER_APP; + }; + ConfigService.prototype.getEditorApiEndpoint = function () { + return this._apiEndpoint.trim().endsWith(Api.EDITOR_APP) ? this._apiEndpoint : this._apiEndpoint + Api.EDITOR_APP; + }; + ConfigService.prototype.getComparisonApiEndpoint = function () { + return this._apiEndpoint.trim().endsWith(Api.COMPARISON_APP) ? this._apiEndpoint : this._apiEndpoint + Api.COMPARISON_APP; + }; + ConfigService.prototype.getConversionApiEndpoint = function () { + return this._apiEndpoint.trim().endsWith(Api.CONVERSION_APP) ? this._apiEndpoint : this._apiEndpoint + Api.CONVERSION_APP; + }; + ConfigService.prototype.getMetadataApiEndpoint = function () { + return this._apiEndpoint.trim().endsWith(Api.METADATA_APP) ? this._apiEndpoint : this._apiEndpoint + Api.METADATA_APP; + }; + ConfigService.prototype.getParserApiEndpoint = function () { + return this._apiEndpoint.trim().endsWith(Api.PARSER_APP) ? this._apiEndpoint : this._apiEndpoint + Api.PARSER_APP; + }; + ConfigService.prototype.getSignatureApiEndpoint = function () { + return this._apiEndpoint.endsWith(Api.SIGNATURE_APP) ? this._apiEndpoint : this._apiEndpoint + Api.SIGNATURE_APP; + }; + ConfigService.prototype.getAnnotationApiEndpoint = function () { + return this._apiEndpoint.endsWith(Api.ANNOTATION_APP) ? this._apiEndpoint : this._apiEndpoint + Api.ANNOTATION_APP; + }; + ConfigService.prototype.getSearchApiEndpoint = function () { + return this._apiEndpoint.endsWith(Api.SEARCH_APP) ? this._apiEndpoint : this._apiEndpoint + Api.SEARCH_APP; + }; + ConfigService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_2__["Injectable"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", []) + ], ConfigService); + return ConfigService; +}()); + + + +/***/ }), + +/***/ "../../libs/comparison/src/index.ts": +/*!***********************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/index.ts ***! + \***********************************************************************/ +/*! exports provided: initializeApp, setupLoadingInterceptor, ComparisonModule, Files, Highlight, ComparisonAppComponent, ComparisonConfigService, ComparisonConfig, ComparisonService, ComparedPageModel, CompareResult, ChangeInfo, StyleChange, Rectangle, PageInfo */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _lib_comparison_module__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./lib/comparison.module */ "../../libs/comparison/src/lib/comparison.module.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "initializeApp", function() { return _lib_comparison_module__WEBPACK_IMPORTED_MODULE_0__["initializeApp"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "setupLoadingInterceptor", function() { return _lib_comparison_module__WEBPACK_IMPORTED_MODULE_0__["setupLoadingInterceptor"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ComparisonModule", function() { return _lib_comparison_module__WEBPACK_IMPORTED_MODULE_0__["ComparisonModule"]; }); + +/* harmony import */ var _lib_comparison_app_component__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./lib/comparison-app.component */ "../../libs/comparison/src/lib/comparison-app.component.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Files", function() { return _lib_comparison_app_component__WEBPACK_IMPORTED_MODULE_1__["Files"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Highlight", function() { return _lib_comparison_app_component__WEBPACK_IMPORTED_MODULE_1__["Highlight"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ComparisonAppComponent", function() { return _lib_comparison_app_component__WEBPACK_IMPORTED_MODULE_1__["ComparisonAppComponent"]; }); + +/* harmony import */ var _lib_comparison_config_service__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./lib/comparison-config.service */ "../../libs/comparison/src/lib/comparison-config.service.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ComparisonConfigService", function() { return _lib_comparison_config_service__WEBPACK_IMPORTED_MODULE_2__["ComparisonConfigService"]; }); + +/* harmony import */ var _lib_comparison_config__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./lib/comparison-config */ "../../libs/comparison/src/lib/comparison-config.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ComparisonConfig", function() { return _lib_comparison_config__WEBPACK_IMPORTED_MODULE_3__["ComparisonConfig"]; }); + +/* harmony import */ var _lib_comparison_service__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./lib/comparison.service */ "../../libs/comparison/src/lib/comparison.service.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ComparisonService", function() { return _lib_comparison_service__WEBPACK_IMPORTED_MODULE_4__["ComparisonService"]; }); + +/* harmony import */ var _lib_models__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./lib/models */ "../../libs/comparison/src/lib/models.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ComparedPageModel", function() { return _lib_models__WEBPACK_IMPORTED_MODULE_5__["ComparedPageModel"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CompareResult", function() { return _lib_models__WEBPACK_IMPORTED_MODULE_5__["CompareResult"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ChangeInfo", function() { return _lib_models__WEBPACK_IMPORTED_MODULE_5__["ChangeInfo"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "StyleChange", function() { return _lib_models__WEBPACK_IMPORTED_MODULE_5__["StyleChange"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Rectangle", function() { return _lib_models__WEBPACK_IMPORTED_MODULE_5__["Rectangle"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PageInfo", function() { return _lib_models__WEBPACK_IMPORTED_MODULE_5__["PageInfo"]; }); @@ -8965,20 +9535,20 @@ __webpack_require__.r(__webpack_exports__); /***/ }), /***/ "../../libs/comparison/src/lib/add-file-panel/add-file-panel.component.less": -/*!***************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/add-file-panel/add-file-panel.component.less ***! - \***************************************************************************************************************************/ +/*!***************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/add-file-panel/add-file-panel.component.less ***! + \***************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ":host {\n border-bottom: 1px solid #CCC;\n}\n:host /deep/ gd-button .button {\n font-size: 14px !important;\n}\n.wrapper {\n height: 37px;\n background-color: #FFFFFF;\n display: -webkit-box;\n display: flex;\n}\n.upload-wrapper {\n display: -webkit-box;\n display: flex;\n width: 100%;\n}\n.url-input {\n border: 0;\n height: 37px;\n width: 100%;\n padding-left: 5px;\n margin: 0px;\n padding-top: 0px;\n padding-bottom: 0px;\n outline: none;\n color: #959da5;\n opacity: 0.5;\n font-style: italic;\n}\n.compare-file-name {\n color: #6e6e6e;\n margin: 8px 8px 8px 0px;\n width: 100%;\n text-align: left;\n font-size: 13px;\n opacity: 0.5;\n}\n.ng-fa-icon {\n color: #959da5;\n margin: 9px 15px 0px 13px;\n font-size: 14px;\n}\n.compare-file {\n width: 100%;\n border-right: 2px solid #ddd;\n}\n.wrapper .ng-fa-icon.fa-file-pdf {\n color: #e04e4e;\n}\n.wrapper .ng-fa-icon.fa-file-word {\n color: #539CF0;\n}\n.wrapper .ng-fa-icon.fa-file-powerpoint {\n color: #e29e1e;\n}\n.wrapper .ng-fa-icon.fa-file-excel {\n color: #7cbc46;\n}\n.wrapper .ng-fa-icon.fa-file-image {\n color: #c375ed;\n}\n.wrapper .ng-fa-icon.fa-file-text .fa-folder,\n.wrapper .ng-fa-icon.fa-file,\n.wrapper .ng-fa-icon.fa-file-alt {\n color: #4b566c;\n}\n.wrapper /deep/ gd-button .button fa-icon {\n color: #6e6e6e;\n}\n/deep/ gd-tab .gd-tab .title {\n font-size: 13px;\n font-weight: bold;\n color: #959da5;\n opacity: 0.4;\n}\n/deep/ gd-tab .gd-tab.active .title {\n color: #3E4E5A !important;\n opacity: 1;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvYWRkLWZpbGUtcGFuZWwvYWRkLWZpbGUtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9hZGQtZmlsZS1wYW5lbC9hZGQtZmlsZS1wYW5lbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLDZCQUFBO0FDREY7QURBQTtFQUlNLDBCQUFBO0FDRE47QURNQTtFQUNFLFlBQUE7RUFDQSx5QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ0pGO0FET0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxXQUFBO0FDTEY7QURRQTtFQUNFLFNBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGlCQUFBO0VBQ0EsV0FBQTtFQUNBLGdCQUFBO0VBQ0EsbUJBQUE7RUFDQSxhQUFBO0VBQ0EsY0FBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtBQ05GO0FEU0E7RUFDRSxjQUFBO0VBQ0EsdUJBQUE7RUFDQSxXQUFBO0VBQ0EsZ0JBQUE7RUFDQSxlQUFBO0VBQ0EsWUFBQTtBQ1BGO0FEVUE7RUFDRSxjQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0FDUkY7QURXQTtFQUNFLFdBQUE7RUFDQSw0QkFBQTtBQ1RGO0FEWUE7RUFDRSxjQUFBO0FDVkY7QURhQTtFQUNFLGNBQUE7QUNYRjtBRGNBO0VBQ0UsY0FBQTtBQ1pGO0FEZUE7RUFDRSxjQUFBO0FDYkY7QURnQkE7RUFDRSxjQUFBO0FDZEY7QURpQkE7OztFQUdFLGNBQUE7QUNmRjtBRGtCQTtFQUlRLGNBQUE7QUNuQlI7QUR5QkE7RUFHTSxlQUFBO0VBQ0EsaUJBQUE7RUFDQSxjQUFBO0VBQ0EsWUFBQTtBQ3pCTjtBRDRCSTtFQUVJLHlCQUFBO0VBQ0EsVUFBQTtBQzNCUiIsImZpbGUiOiJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9hZGQtZmlsZS1wYW5lbC9hZGQtZmlsZS1wYW5lbC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlcy5sZXNzXCI7XG5cbjpob3N0e1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0NDQztcbiAgL2RlZXAvIGdkLWJ1dHRvbiB7XG4gICAgLmJ1dHRvbiB7XG4gICAgICBmb250LXNpemU6IDE0cHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cbn1cblxuLndyYXBwZXIge1xuICBoZWlnaHQ6IDM3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkZGRkY7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG5cbi51cGxvYWQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxMDAlO1xufVxuXG4udXJsLWlucHV0IHtcbiAgYm9yZGVyOiAwO1xuICBoZWlnaHQ6IDM3cHg7XG4gIHdpZHRoOiAxMDAlO1xuICBwYWRkaW5nLWxlZnQ6IDVweDtcbiAgbWFyZ2luOiAwcHg7XG4gIHBhZGRpbmctdG9wOiAwcHg7XG4gIHBhZGRpbmctYm90dG9tOiAwcHg7XG4gIG91dGxpbmU6IG5vbmU7XG4gIGNvbG9yOiBAcmVnZW50LWdyYXk7XG4gIG9wYWNpdHk6IDAuNTtcbiAgZm9udC1zdHlsZTogaXRhbGljO1xufVxuXG4uY29tcGFyZS1maWxlLW5hbWUge1xuICBjb2xvcjogQGRvdmUtZ3JheTtcbiAgbWFyZ2luOiA4cHggOHB4IDhweCAwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBmb250LXNpemU6IDEzcHg7XG4gIG9wYWNpdHk6IDAuNTtcbn1cblxuLm5nLWZhLWljb24ge1xuICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICBtYXJnaW46IDlweCAxNXB4IDBweCAxM3B4O1xuICBmb250LXNpemU6IDE0cHg7XG59XG5cbi5jb21wYXJlLWZpbGUge1xuICB3aWR0aDogMTAwJTtcbiAgYm9yZGVyLXJpZ2h0OiAycHggc29saWQgI2RkZDtcbn1cblxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogQHBkZjtcbn1cblxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS13b3JkIHtcbiAgY29sb3I6IEB3b3JkO1xufVxuXG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogQHBvd2VycG9pbnQ7XG59XG5cbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtZXhjZWwge1xuICBjb2xvcjogQGV4Y2VsO1xufVxuXG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6IEBpbWFnZTtcbn1cblxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIsXG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLFxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS1hbHQge1xuICBjb2xvcjogQGZvbGRlcjtcbn1cblxuLndyYXBwZXIge1xuICAvZGVlcC8gZ2QtYnV0dG9uIHtcbiAgICAuYnV0dG9uIHtcbiAgICAgIGZhLWljb24ge1xuICAgICAgICBjb2xvcjogQGRvdmUtZ3JheTtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuL2RlZXAvIGdkLXRhYiB7XG4gIC5nZC10YWIge1xuICAgIC50aXRsZSB7XG4gICAgICBmb250LXNpemU6IDEzcHg7XG4gICAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICAgIGNvbG9yOiBAcmVnZW50LWdyYXk7XG4gICAgICBvcGFjaXR5OiAwLjQ7XG4gICAgICBcbiAgICB9XG4gICAgJi5hY3RpdmUge1xuICAgICAgLnRpdGxlIHtcbiAgICAgICAgY29sb3I6IEBwcmltYXJ5ICFpbXBvcnRhbnQ7XG4gICAgICAgIG9wYWNpdHk6IDE7XG4gICAgICB9XG4gICAgfVxuICB9XG59IiwiOmhvc3Qge1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0NDQztcbn1cbjpob3N0IC9kZWVwLyBnZC1idXR0b24gLmJ1dHRvbiB7XG4gIGZvbnQtc2l6ZTogMTRweCAhaW1wb3J0YW50O1xufVxuLndyYXBwZXIge1xuICBoZWlnaHQ6IDM3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkZGRkY7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG4udXBsb2FkLXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbn1cbi51cmwtaW5wdXQge1xuICBib3JkZXI6IDA7XG4gIGhlaWdodDogMzdweDtcbiAgd2lkdGg6IDEwMCU7XG4gIHBhZGRpbmctbGVmdDogNXB4O1xuICBtYXJnaW46IDBweDtcbiAgcGFkZGluZy10b3A6IDBweDtcbiAgcGFkZGluZy1ib3R0b206IDBweDtcbiAgb3V0bGluZTogbm9uZTtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIG9wYWNpdHk6IDAuNTtcbiAgZm9udC1zdHlsZTogaXRhbGljO1xufVxuLmNvbXBhcmUtZmlsZS1uYW1lIHtcbiAgY29sb3I6ICM2ZTZlNmU7XG4gIG1hcmdpbjogOHB4IDhweCA4cHggMHB4O1xuICB3aWR0aDogMTAwJTtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBvcGFjaXR5OiAwLjU7XG59XG4ubmctZmEtaWNvbiB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xuICBtYXJnaW46IDlweCAxNXB4IDBweCAxM3B4O1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uY29tcGFyZS1maWxlIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGJvcmRlci1yaWdodDogMnB4IHNvbGlkICNkZGQ7XG59XG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLXBkZiB7XG4gIGNvbG9yOiAjZTA0ZTRlO1xufVxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS13b3JkIHtcbiAgY29sb3I6ICM1MzlDRjA7XG59XG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogI2UyOWUxZTtcbn1cbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtZXhjZWwge1xuICBjb2xvcjogIzdjYmM0Njtcbn1cbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtaW1hZ2Uge1xuICBjb2xvcjogI2MzNzVlZDtcbn1cbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtdGV4dCAuZmEtZm9sZGVyLFxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZSxcbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtYWx0IHtcbiAgY29sb3I6ICM0YjU2NmM7XG59XG4ud3JhcHBlciAvZGVlcC8gZ2QtYnV0dG9uIC5idXR0b24gZmEtaWNvbiB7XG4gIGNvbG9yOiAjNmU2ZTZlO1xufVxuIC9kZWVwLyBnZC10YWIgLmdkLXRhYiAudGl0bGUge1xuICBmb250LXNpemU6IDEzcHg7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xuICBjb2xvcjogIzk1OWRhNTtcbiAgb3BhY2l0eTogMC40O1xufVxuIC9kZWVwLyBnZC10YWIgLmdkLXRhYi5hY3RpdmUgLnRpdGxlIHtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbiAgb3BhY2l0eTogMTtcbn1cbiJdfQ== */" +module.exports = ":host {\n border-bottom: 1px solid #CCC;\n}\n:host ::ng-deep gd-button .button {\n font-size: 14px !important;\n}\n.wrapper {\n height: 37px;\n background-color: #FFFFFF;\n display: -webkit-box;\n display: flex;\n}\n.upload-wrapper {\n display: -webkit-box;\n display: flex;\n width: 100%;\n}\n.url-input {\n border: 0;\n height: 37px;\n width: 100%;\n padding-left: 5px;\n margin: 0px;\n padding-top: 0px;\n padding-bottom: 0px;\n outline: none;\n color: #959da5;\n opacity: 0.5;\n font-style: italic;\n}\n.compare-file-name {\n color: #6e6e6e;\n margin: 8px 8px 8px 0px;\n width: 100%;\n text-align: left;\n font-size: 13px;\n opacity: 0.5;\n}\n.ng-fa-icon {\n color: #959da5;\n margin: 9px 15px 0px 13px;\n font-size: 14px;\n}\n.compare-file {\n width: 100%;\n border-right: 2px solid #ddd;\n}\n.wrapper .ng-fa-icon.fa-file-pdf {\n color: #e04e4e;\n}\n.wrapper .ng-fa-icon.fa-file-word {\n color: #539CF0;\n}\n.wrapper .ng-fa-icon.fa-file-powerpoint {\n color: #e29e1e;\n}\n.wrapper .ng-fa-icon.fa-file-excel {\n color: #7cbc46;\n}\n.wrapper .ng-fa-icon.fa-file-image {\n color: #c375ed;\n}\n.wrapper .ng-fa-icon.fa-file-text .fa-folder,\n.wrapper .ng-fa-icon.fa-file,\n.wrapper .ng-fa-icon.fa-file-alt {\n color: #4b566c;\n}\n.wrapper ::ng-deep gd-button .button fa-icon {\n color: #6e6e6e;\n}\n::ng-deep gd-tab .gd-tab .title {\n font-size: 13px;\n font-weight: bold;\n color: #959da5;\n opacity: 0.4;\n}\n::ng-deep gd-tab .gd-tab.active .title {\n color: #3E4E5A !important;\n opacity: 1;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2FkZC1maWxlLXBhbmVsL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvYWRkLWZpbGUtcGFuZWwvYWRkLWZpbGUtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9hZGQtZmlsZS1wYW5lbC9hZGQtZmlsZS1wYW5lbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLDZCQUFBO0FDREY7QURBQTtFQUtNLDBCQUFBO0FDRk47QURPQTtFQUNFLFlBQUE7RUFDQSx5QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ0xGO0FEUUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxXQUFBO0FDTkY7QURTQTtFQUNFLFNBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGlCQUFBO0VBQ0EsV0FBQTtFQUNBLGdCQUFBO0VBQ0EsbUJBQUE7RUFDQSxhQUFBO0VBQ0EsY0FBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtBQ1BGO0FEVUE7RUFDRSxjQUFBO0VBQ0EsdUJBQUE7RUFDQSxXQUFBO0VBQ0EsZ0JBQUE7RUFDQSxlQUFBO0VBQ0EsWUFBQTtBQ1JGO0FEV0E7RUFDRSxjQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0FDVEY7QURZQTtFQUNFLFdBQUE7RUFDQSw0QkFBQTtBQ1ZGO0FEYUE7RUFDRSxjQUFBO0FDWEY7QURjQTtFQUNFLGNBQUE7QUNaRjtBRGVBO0VBQ0UsY0FBQTtBQ2JGO0FEZ0JBO0VBQ0UsY0FBQTtBQ2RGO0FEaUJBO0VBQ0UsY0FBQTtBQ2ZGO0FEa0JBOzs7RUFHRSxjQUFBO0FDaEJGO0FEbUJBO0VBSVEsY0FBQTtBQ3BCUjtBRDBCQTtFQUdNLGVBQUE7RUFDQSxpQkFBQTtFQUNBLGNBQUE7RUFDQSxZQUFBO0FDMUJOO0FEOEJJO0VBRUkseUJBQUE7RUFDQSxVQUFBO0FDN0JSIiwiZmlsZSI6ImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2FkZC1maWxlLXBhbmVsL2FkZC1maWxlLXBhbmVsLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzLmxlc3NcIjtcblxuOmhvc3Qge1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0NDQztcblxuICA6Om5nLWRlZXAgZ2QtYnV0dG9uIHtcbiAgICAuYnV0dG9uIHtcbiAgICAgIGZvbnQtc2l6ZTogMTRweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxufVxuXG4ud3JhcHBlciB7XG4gIGhlaWdodCAgICAgICAgICA6IDM3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkZGRkY7XG4gIGRpc3BsYXkgICAgICAgICA6IGZsZXg7XG59XG5cbi51cGxvYWQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoICA6IDEwMCU7XG59XG5cbi51cmwtaW5wdXQge1xuICBib3JkZXIgICAgICAgIDogMDtcbiAgaGVpZ2h0ICAgICAgICA6IDM3cHg7XG4gIHdpZHRoICAgICAgICAgOiAxMDAlO1xuICBwYWRkaW5nLWxlZnQgIDogNXB4O1xuICBtYXJnaW4gICAgICAgIDogMHB4O1xuICBwYWRkaW5nLXRvcCAgIDogMHB4O1xuICBwYWRkaW5nLWJvdHRvbTogMHB4O1xuICBvdXRsaW5lICAgICAgIDogbm9uZTtcbiAgY29sb3IgICAgICAgICA6IEByZWdlbnQtZ3JheTtcbiAgb3BhY2l0eSAgICAgICA6IDAuNTtcbiAgZm9udC1zdHlsZSAgICA6IGl0YWxpYztcbn1cblxuLmNvbXBhcmUtZmlsZS1uYW1lIHtcbiAgY29sb3IgICAgIDogQGRvdmUtZ3JheTtcbiAgbWFyZ2luICAgIDogOHB4IDhweCA4cHggMHB4O1xuICB3aWR0aCAgICAgOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBmb250LXNpemUgOiAxM3B4O1xuICBvcGFjaXR5ICAgOiAwLjU7XG59XG5cbi5uZy1mYS1pY29uIHtcbiAgY29sb3IgICAgOiBAcmVnZW50LWdyYXk7XG4gIG1hcmdpbiAgIDogOXB4IDE1cHggMHB4IDEzcHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cblxuLmNvbXBhcmUtZmlsZSB7XG4gIHdpZHRoICAgICAgIDogMTAwJTtcbiAgYm9yZGVyLXJpZ2h0OiAycHggc29saWQgI2RkZDtcbn1cblxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogQHBkZjtcbn1cblxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS13b3JkIHtcbiAgY29sb3I6IEB3b3JkO1xufVxuXG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogQHBvd2VycG9pbnQ7XG59XG5cbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtZXhjZWwge1xuICBjb2xvcjogQGV4Y2VsO1xufVxuXG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6IEBpbWFnZTtcbn1cblxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIsXG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLFxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS1hbHQge1xuICBjb2xvcjogQGZvbGRlcjtcbn1cblxuLndyYXBwZXIge1xuICA6Om5nLWRlZXAgZ2QtYnV0dG9uIHtcbiAgICAuYnV0dG9uIHtcbiAgICAgIGZhLWljb24ge1xuICAgICAgICBjb2xvcjogQGRvdmUtZ3JheTtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuOjpuZy1kZWVwIGdkLXRhYiB7XG4gIC5nZC10YWIge1xuICAgIC50aXRsZSB7XG4gICAgICBmb250LXNpemUgIDogMTNweDtcbiAgICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICAgICAgY29sb3IgICAgICA6IEByZWdlbnQtZ3JheTtcbiAgICAgIG9wYWNpdHkgICAgOiAwLjQ7XG5cbiAgICB9XG5cbiAgICAmLmFjdGl2ZSB7XG4gICAgICAudGl0bGUge1xuICAgICAgICBjb2xvciAgOiBAcHJpbWFyeSAgIWltcG9ydGFudDtcbiAgICAgICAgb3BhY2l0eTogMTtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn0iLCI6aG9zdCB7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjQ0NDO1xufVxuOmhvc3QgOjpuZy1kZWVwIGdkLWJ1dHRvbiAuYnV0dG9uIHtcbiAgZm9udC1zaXplOiAxNHB4ICFpbXBvcnRhbnQ7XG59XG4ud3JhcHBlciB7XG4gIGhlaWdodDogMzdweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgZGlzcGxheTogZmxleDtcbn1cbi51cGxvYWQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnVybC1pbnB1dCB7XG4gIGJvcmRlcjogMDtcbiAgaGVpZ2h0OiAzN3B4O1xuICB3aWR0aDogMTAwJTtcbiAgcGFkZGluZy1sZWZ0OiA1cHg7XG4gIG1hcmdpbjogMHB4O1xuICBwYWRkaW5nLXRvcDogMHB4O1xuICBwYWRkaW5nLWJvdHRvbTogMHB4O1xuICBvdXRsaW5lOiBub25lO1xuICBjb2xvcjogIzk1OWRhNTtcbiAgb3BhY2l0eTogMC41O1xuICBmb250LXN0eWxlOiBpdGFsaWM7XG59XG4uY29tcGFyZS1maWxlLW5hbWUge1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgbWFyZ2luOiA4cHggOHB4IDhweCAwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBmb250LXNpemU6IDEzcHg7XG4gIG9wYWNpdHk6IDAuNTtcbn1cbi5uZy1mYS1pY29uIHtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIG1hcmdpbjogOXB4IDE1cHggMHB4IDEzcHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi5jb21wYXJlLWZpbGUge1xuICB3aWR0aDogMTAwJTtcbiAgYm9yZGVyLXJpZ2h0OiAycHggc29saWQgI2RkZDtcbn1cbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtcGRmIHtcbiAgY29sb3I6ICNlMDRlNGU7XG59XG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLXdvcmQge1xuICBjb2xvcjogIzUzOUNGMDtcbn1cbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtcG93ZXJwb2ludCB7XG4gIGNvbG9yOiAjZTI5ZTFlO1xufVxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS1leGNlbCB7XG4gIGNvbG9yOiAjN2NiYzQ2O1xufVxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS1pbWFnZSB7XG4gIGNvbG9yOiAjYzM3NWVkO1xufVxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIsXG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLFxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS1hbHQge1xuICBjb2xvcjogIzRiNTY2Yztcbn1cbi53cmFwcGVyIDo6bmctZGVlcCBnZC1idXR0b24gLmJ1dHRvbiBmYS1pY29uIHtcbiAgY29sb3I6ICM2ZTZlNmU7XG59XG46Om5nLWRlZXAgZ2QtdGFiIC5nZC10YWIgLnRpdGxlIHtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBmb250LXdlaWdodDogYm9sZDtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIG9wYWNpdHk6IDAuNDtcbn1cbjo6bmctZGVlcCBnZC10YWIgLmdkLXRhYi5hY3RpdmUgLnRpdGxlIHtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbiAgb3BhY2l0eTogMTtcbn1cbiJdfQ== */" /***/ }), /***/ "../../libs/comparison/src/lib/add-file-panel/add-file-panel.component.ts": -/*!*************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/add-file-panel/add-file-panel.component.ts ***! - \*************************************************************************************************************************/ +/*!*************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/add-file-panel/add-file-panel.component.ts ***! + \*************************************************************************************************************/ /*! exports provided: States, AddFilePanelComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -9091,20 +9661,20 @@ var AddFilePanelComponent = /** @class */ (function () { /***/ }), /***/ "../../libs/comparison/src/lib/comparison-app.component.less": -/*!************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/comparison-app.component.less ***! - \************************************************************************************************************/ +/*!************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/comparison-app.component.less ***! + \************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n/deep/ .tools .button {\n color: #fff !important;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-flow: column;\n}\n/deep/ .tools .button.inactive {\n color: #959da5 !important;\n}\n/deep/ .tools .icon-button {\n margin: 0px 0px 0px 7px !important;\n}\n/deep/ .compare-file .icon-button {\n margin: 0px !important;\n}\n/deep/ .compare-file .icon-button .text {\n padding: 0px !important;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n.loader {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n height: 100%;\n}\n.upload-compare-file {\n height: 100%;\n width: 50%;\n border-right: 1px solid #CCC;\n display: -webkit-box;\n display: flex;\n align-content: center;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n text-align: center;\n -webkit-box-flex: 0;\n flex-grow: 0;\n}\n.open-file-panel {\n display: -webkit-box;\n display: flex;\n width: 100%;\n}\n.files-panel {\n background-color: #e7e7e7;\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n width: 100%;\n height: 100%;\n}\n.result-panel {\n background-color: #e7e7e7;\n width: 100%;\n height: 100%;\n display: -webkit-box;\n display: flex;\n align-content: center;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-pack: center;\n justify-content: center;\n text-align: center;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: inherit;\n}\n.gd-document {\n width: 100%;\n height: 100%;\n}\n.top-panel {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n width: 100%;\n}\n.toolbar-panel {\n background-color: #3e4e5a;\n width: 100%;\n}\n.row {\n display: -webkit-box;\n display: flex;\n height: inherit;\n}\n.column {\n width: 100%;\n}\n.tabs-wrapper {\n display: -webkit-box;\n display: flex;\n justify-self: flex-end;\n align-self: flex-end;\n width: 100%;\n -webkit-box-pack: end;\n justify-content: flex-end;\n}\n.tabs {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: end;\n align-items: flex-end;\n -webkit-box-pack: end;\n justify-content: flex-end;\n}\n/deep/ .button.brand fa-icon {\n color: #fff !important;\n}\n@media (max-width: 1037px) {\n .files-panel {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n }\n .files-panel .upload-compare-file {\n width: 100%;\n border-bottom: 1px solid #CCC;\n }\n /deep/ .gd-side-panel-wrapper {\n height: 50% !important;\n top: inherit !important;\n bottom: 0px !important;\n }\n /deep/ .tools gd-button:nth-child(1) > .icon-button {\n margin: 0px 0px 0px 10px !important;\n }\n /deep/ .tools .icon-button {\n height: 60px !important;\n width: 60px;\n }\n /deep/ .tabs-wrapper .gd-tab .icon {\n font-size: 22px !important;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2NvbXBhcmlzb24tYXBwLmNvbXBvbmVudC5sZXNzIiwiL1VzZXJzL2VsZW5rby9wcm9qZWN0cy9Hcm91cERvY3MuVG90YWwtQW5ndWxhci9saWJzL2NvbXBhcmlzb24vc3JjL2xpYi9jb21wYXJpc29uLWFwcC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSwrRkNDa0I7QUFFbEI7RUFDRSxzREFBQTtBRERGO0FDSUE7RUFFSSxzQkFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxpQkFBQTtBREhKO0FDSUk7RUFDRSx5QkFBQTtBREZOO0FDSEE7RUFTSSxrQ0FBQTtBREhKO0FDT0E7RUFFSSxzQkFBQTtBRE5KO0FDSUE7RUFJTSx1QkFBQTtBRExOO0FDVUE7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRFJGO0FDV0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLFlBQUE7QURURjtBQ1lBO0VBQ0UsWUFBQTtFQUNBLFVBQUE7RUFDQSw0QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHFCQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esa0JBQUE7RUFDQSxtQkFBQTtVQUFBLFlBQUE7QURWRjtBQ2FBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsV0FBQTtBRFhGO0FDY0E7RUFDRSx5QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0FEWkY7QUNlQTtFQUNFLHlCQUFBO0VBRUEsV0FBQTtFQUNBLFlBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxxQkFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxrQkFBQTtBRGRGO0FDaUJBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsZUFBQTtBRGZGO0FDa0JBO0VBQ0UsV0FBQTtFQUNBLFlBQUE7QURoQkY7QUNtQkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsV0FBQTtBRGpCRjtBQ29CQTtFQUNFLHlCQUFBO0VBQ0EsV0FBQTtBRGxCRjtBQ3FCQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGVBQUE7QURuQkY7QUNzQkE7RUFDRSxXQUFBO0FEcEJGO0FDdUJBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0Esc0JBQUE7RUFDQSxvQkFBQTtFQUNBLFdBQUE7RUFDQSxxQkFBQTtVQUFBLHlCQUFBO0FEckJGO0FDd0JBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0Esc0JBQUE7VUFBQSxxQkFBQTtFQUNBLHFCQUFBO1VBQUEseUJBQUE7QUR0QkY7QUN5QkE7RUFFSSxzQkFBQTtBRHhCSjtBQzRCQTtFQUNFO0lBQ0UsNEJBQUE7SUFBQSw2QkFBQTtZQUFBLHNCQUFBO0VEMUJGO0VDeUJBO0lBR0ksV0FBQTtJQUNBLDZCQUFBO0VEekJKO0dDNkJBO0lBQ0ksc0JBQUE7SUFDQSx1QkFBQTtJQUNBLHNCQUFBO0VEM0JKO0dDOEJBO0lBRUksbUNBQUE7RUQ3Qko7R0MyQkE7SUFLSSx1QkFBQTtJQUNBLFdBQUE7RUQ3Qko7R0NpQ0E7SUFHTSwwQkFBQTtFRGpDTjtBQUNGIiwiZmlsZSI6ImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2NvbXBhcmlzb24tYXBwLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnM6NDAwLDQwMGksNzAwLDcwMGkmZGlzcGxheT1zd2FwJyk7XG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuIC9kZWVwLyAudG9vbHMgLmJ1dHRvbiB7XG4gIGNvbG9yOiAjZmZmICFpbXBvcnRhbnQ7XG4gIGZsZXgtZmxvdzogY29sdW1uO1xufVxuIC9kZWVwLyAudG9vbHMgLmJ1dHRvbi5pbmFjdGl2ZSB7XG4gIGNvbG9yOiAjOTU5ZGE1ICFpbXBvcnRhbnQ7XG59XG4gL2RlZXAvIC50b29scyAuaWNvbi1idXR0b24ge1xuICBtYXJnaW46IDBweCAwcHggMHB4IDdweCAhaW1wb3J0YW50O1xufVxuIC9kZWVwLyAuY29tcGFyZS1maWxlIC5pY29uLWJ1dHRvbiB7XG4gIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG59XG4gL2RlZXAvIC5jb21wYXJlLWZpbGUgLmljb24tYnV0dG9uIC50ZXh0IHtcbiAgcGFkZGluZzogMHB4ICFpbXBvcnRhbnQ7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbi5sb2FkZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnVwbG9hZC1jb21wYXJlLWZpbGUge1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiA1MCU7XG4gIGJvcmRlci1yaWdodDogMXB4IHNvbGlkICNDQ0M7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBmbGV4LWdyb3c6IDA7XG59XG4ub3Blbi1maWxlLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDEwMCU7XG59XG4uZmlsZXMtcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTdlN2U3O1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnJlc3VsdC1wYW5lbCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnRvb2xiYXItcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM2U0ZTVhO1xuICB3aWR0aDogMTAwJTtcbn1cbi5yb3cge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uY29sdW1uIHtcbiAgd2lkdGg6IDEwMCU7XG59XG4udGFicy13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1zZWxmOiBmbGV4LWVuZDtcbiAgYWxpZ24tc2VsZjogZmxleC1lbmQ7XG4gIHdpZHRoOiAxMDAlO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtZW5kO1xufVxuLnRhYnMge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogZmxleC1lbmQ7XG4gIGp1c3RpZnktY29udGVudDogZmxleC1lbmQ7XG59XG4gL2RlZXAvIC5idXR0b24uYnJhbmQgZmEtaWNvbiB7XG4gIGNvbG9yOiAjZmZmICFpbXBvcnRhbnQ7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5maWxlcy1wYW5lbCB7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgfVxuICAuZmlsZXMtcGFuZWwgLnVwbG9hZC1jb21wYXJlLWZpbGUge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjQ0NDO1xuICB9XG4gICAvZGVlcC8gLmdkLXNpZGUtcGFuZWwtd3JhcHBlciB7XG4gICAgaGVpZ2h0OiA1MCUgIWltcG9ydGFudDtcbiAgICB0b3A6IGluaGVyaXQgIWltcG9ydGFudDtcbiAgICBib3R0b206IDBweCAhaW1wb3J0YW50O1xuICB9XG4gICAvZGVlcC8gLnRvb2xzIGdkLWJ1dHRvbjpudGgtY2hpbGQoMSkgPiAuaWNvbi1idXR0b24ge1xuICAgIG1hcmdpbjogMHB4IDBweCAwcHggMTBweCAhaW1wb3J0YW50O1xuICB9XG4gICAvZGVlcC8gLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gICAgaGVpZ2h0OiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgd2lkdGg6IDYwcHg7XG4gIH1cbiAgIC9kZWVwLyAudGFicy13cmFwcGVyIC5nZC10YWIgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMjJweCAhaW1wb3J0YW50O1xuICB9XG59XG4iLCJAaW1wb3J0IFwiLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcbkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zOjQwMCw0MDBpLDcwMCw3MDBpJmRpc3BsYXk9c3dhcCcpO1xuXG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuXG4vZGVlcC8gLnRvb2xzIHtcbiAgLmJ1dHRvbiB7XG4gICAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbiAgICBmbGV4LWZsb3c6IGNvbHVtbjtcbiAgICAmLmluYWN0aXZle1xuICAgICAgY29sb3I6IEByZWdlbnQtZ3JheSAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuICAuaWNvbi1idXR0b257XG4gICAgbWFyZ2luOiAwcHggMHB4IDBweCA3cHggIWltcG9ydGFudDtcbiAgfVxufVxuXG4vZGVlcC8gLmNvbXBhcmUtZmlsZSB7XG4gIC5pY29uLWJ1dHRvbntcbiAgICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xuICAgIC50ZXh0IHtcbiAgICAgIHBhZGRpbmc6IDBweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxufVxuXG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cblxuLmxvYWRlcntcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGhlaWdodDogMTAwJTtcbn1cblxuLnVwbG9hZC1jb21wYXJlLWZpbGUge1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiA1MCU7XG4gIGJvcmRlci1yaWdodDogMXB4IHNvbGlkICNDQ0M7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBmbGV4LWdyb3c6IDA7XG59XG5cbi5vcGVuLWZpbGUtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbn1cblxuLmZpbGVzLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogQG1lcmN1cnk7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi5yZXN1bHQtcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAbWVyY3VyeTtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24tY29udGVudDogY2VudGVyO1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xufVxuXG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4udG9wLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgd2lkdGg6IDEwMCU7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNlNGU1YTtcbiAgd2lkdGg6IDEwMCU7XG59XG5cbi5yb3cge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG5cbi5jb2x1bW4ge1xuICB3aWR0aDogMTAwJTtcbn1cblxuLnRhYnMtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktc2VsZjogZmxleC1lbmQ7XG4gIGFsaWduLXNlbGY6IGZsZXgtZW5kO1xuICB3aWR0aDogMTAwJTtcbiAganVzdGlmeS1jb250ZW50OiBmbGV4LWVuZDtcbn1cblxuLnRhYnMge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogZmxleC1lbmQ7XG4gIGp1c3RpZnktY29udGVudDogZmxleC1lbmQ7XG59XG5cbi9kZWVwLyAuYnV0dG9uLmJyYW5kIHtcbiAgZmEtaWNvbiB7XG4gICAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuZmlsZXMtcGFuZWwge1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgLnVwbG9hZC1jb21wYXJlLWZpbGV7XG4gICAgICB3aWR0aDogMTAwJTtcbiAgICAgIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjQ0NDO1xuICAgIH1cbiAgfVxuXG4gIC9kZWVwLyAuZ2Qtc2lkZS1wYW5lbC13cmFwcGVye1xuICAgICAgaGVpZ2h0OiA1MCUgIWltcG9ydGFudDtcbiAgICAgIHRvcDogaW5oZXJpdCAhaW1wb3J0YW50O1xuICAgICAgYm90dG9tOiAwcHggIWltcG9ydGFudDtcbiAgfVxuXG4gIC9kZWVwLyAudG9vbHMge1xuICAgIGdkLWJ1dHRvbjpudGgtY2hpbGQoMSkgPiAuaWNvbi1idXR0b257XG4gICAgICBtYXJnaW46IDBweCAwcHggMHB4IDEwcHggIWltcG9ydGFudDtcbiAgICB9XG4gICAgLmljb24tYnV0dG9ue1xuICAgICAgaGVpZ2h0OiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgICB3aWR0aDogNjBweDtcbiAgICB9XG4gIH1cblxuICAvZGVlcC8gLnRhYnMtd3JhcHBlciB7XG4gICAgLmdkLXRhYiB7XG4gICAgICAuaWNvbiB7XG4gICAgICAgIGZvbnQtc2l6ZTogMjJweCAhaW1wb3J0YW50O1xuICAgICAgfVxuICAgIH1cbiAgfVxufVxuIl19 */" +module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n::ng-deep .tools .button {\n color: #fff !important;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-flow: column;\n}\n::ng-deep .tools .button.inactive {\n color: #959da5 !important;\n}\n::ng-deep .tools .icon-button {\n margin: 0px 0px 0px 7px !important;\n}\n::ng-deep .compare-file .icon-button {\n margin: 0px !important;\n}\n::ng-deep .compare-file .icon-button .text {\n padding: 0px !important;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n.loader {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n height: 100%;\n}\n.upload-compare-file {\n height: 100%;\n width: 50%;\n border-right: 1px solid #CCC;\n display: -webkit-box;\n display: flex;\n align-content: center;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n text-align: center;\n -webkit-box-flex: 0;\n flex-grow: 0;\n}\n.open-file-panel {\n display: -webkit-box;\n display: flex;\n width: 100%;\n}\n.files-panel {\n background-color: #e7e7e7;\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n width: 100%;\n height: 100%;\n}\n.result-panel {\n background-color: #e7e7e7;\n width: 100%;\n height: 100%;\n display: -webkit-box;\n display: flex;\n align-content: center;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-pack: center;\n justify-content: center;\n text-align: center;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: inherit;\n}\n.gd-document {\n width: 100%;\n height: 100%;\n}\n.top-panel {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n width: 100%;\n}\n.toolbar-panel {\n background-color: #3e4e5a;\n width: 100%;\n}\n.row {\n display: -webkit-box;\n display: flex;\n height: inherit;\n}\n.column {\n width: 100%;\n}\n.tabs-wrapper {\n display: -webkit-box;\n display: flex;\n justify-self: flex-end;\n align-self: flex-end;\n width: 100%;\n -webkit-box-pack: end;\n justify-content: flex-end;\n}\n.tabs {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: end;\n align-items: flex-end;\n -webkit-box-pack: end;\n justify-content: flex-end;\n}\n::ng-deep .button.brand fa-icon {\n color: #fff !important;\n}\n@media (max-width: 1037px) {\n .files-panel {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n height: calc(100% - 60px);\n }\n .files-panel .upload-compare-file {\n width: 100%;\n height: 50%;\n border-bottom: 1px solid #CCC;\n }\n ::ng-deep .gd-side-panel-wrapper {\n height: 50% !important;\n top: inherit !important;\n bottom: 0px !important;\n }\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\n margin: 0px 0px 0px 10px !important;\n }\n ::ng-deep .tools .icon-button {\n height: 60px !important;\n width: 60px;\n }\n ::ng-deep .tabs-wrapper .gd-tab .icon {\n font-size: 22px !important;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2NvbXBhcmlzb24tYXBwLmNvbXBvbmVudC5sZXNzIiwibGlicy9jb21wYXJpc29uL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2NvbXBhcmlzb24vc3JjL2xpYi9jb21wYXJpc29uLWFwcC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSwrRkNDa0I7QUFFbEI7RUFDRSxzREFBQTtBRERGO0FDSUE7RUFFSSxzQkFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxpQkFBQTtBREhKO0FDS0k7RUFDRSx5QkFBQTtBREhOO0FDSEE7RUFXSSxrQ0FBQTtBRExKO0FDU0E7RUFFSSxzQkFBQTtBRFJKO0FDTUE7RUFLTSx1QkFBQTtBRFJOO0FDYUE7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRFhGO0FDY0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLFlBQUE7QURaRjtBQ2VBO0VBQ0UsWUFBQTtFQUNBLFVBQUE7RUFDQSw0QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHFCQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esa0JBQUE7RUFDQSxtQkFBQTtVQUFBLFlBQUE7QURiRjtBQ2dCQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLFdBQUE7QURkRjtBQ2lCQTtFQUNFLHlCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7QURmRjtBQ2tCQTtFQUNFLHlCQUFBO0VBRUEsV0FBQTtFQUNBLFlBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxxQkFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxrQkFBQTtBRGpCRjtBQ29CQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGVBQUE7QURsQkY7QUNxQkE7RUFDRSxXQUFBO0VBQ0EsWUFBQTtBRG5CRjtBQ3NCQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0FEcEJGO0FDdUJBO0VBQ0UseUJBQUE7RUFDQSxXQUFBO0FEckJGO0FDd0JBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsZUFBQTtBRHRCRjtBQ3lCQTtFQUNFLFdBQUE7QUR2QkY7QUMwQkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxzQkFBQTtFQUNBLG9CQUFBO0VBQ0EsV0FBQTtFQUNBLHFCQUFBO1VBQUEseUJBQUE7QUR4QkY7QUMyQkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxzQkFBQTtVQUFBLHFCQUFBO0VBQ0EscUJBQUE7VUFBQSx5QkFBQTtBRHpCRjtBQzRCQTtFQUVJLHNCQUFBO0FEM0JKO0FDK0JBO0VBQ0U7SUFDRSw0QkFBQTtJQUFBLDZCQUFBO1lBQUEsc0JBQUE7SUFDQSx5QkFBQTtFRDdCRjtFQzJCQTtJQUtJLFdBQUE7SUFDQSxXQUFBO0lBQ0EsNkJBQUE7RUQ3Qko7RUNpQ0E7SUFDRSxzQkFBQTtJQUNBLHVCQUFBO0lBQ0Esc0JBQUE7RUQvQkY7RUNrQ0E7SUFFSSxtQ0FBQTtFRGpDSjtFQytCQTtJQU1JLHVCQUFBO0lBQ0EsV0FBQTtFRGxDSjtFQ3NDQTtJQUdNLDBCQUFBO0VEdENOO0FBQ0YiLCJmaWxlIjoibGlicy9jb21wYXJpc29uL3NyYy9saWIvY29tcGFyaXNvbi1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2Fuczo0MDAsNDAwaSw3MDAsNzAwaSZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24ge1xuICBjb2xvcjogI2ZmZiAhaW1wb3J0YW50O1xuICBmbGV4LWZsb3c6IGNvbHVtbjtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbi5pbmFjdGl2ZSB7XG4gIGNvbG9yOiAjOTU5ZGE1ICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gIG1hcmdpbjogMHB4IDBweCAwcHggN3B4ICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLmNvbXBhcmUtZmlsZSAuaWNvbi1idXR0b24ge1xuICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5jb21wYXJlLWZpbGUgLmljb24tYnV0dG9uIC50ZXh0IHtcbiAgcGFkZGluZzogMHB4ICFpbXBvcnRhbnQ7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbi5sb2FkZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnVwbG9hZC1jb21wYXJlLWZpbGUge1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiA1MCU7XG4gIGJvcmRlci1yaWdodDogMXB4IHNvbGlkICNDQ0M7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBmbGV4LWdyb3c6IDA7XG59XG4ub3Blbi1maWxlLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDEwMCU7XG59XG4uZmlsZXMtcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTdlN2U3O1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnJlc3VsdC1wYW5lbCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnRvb2xiYXItcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM2U0ZTVhO1xuICB3aWR0aDogMTAwJTtcbn1cbi5yb3cge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uY29sdW1uIHtcbiAgd2lkdGg6IDEwMCU7XG59XG4udGFicy13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1zZWxmOiBmbGV4LWVuZDtcbiAgYWxpZ24tc2VsZjogZmxleC1lbmQ7XG4gIHdpZHRoOiAxMDAlO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtZW5kO1xufVxuLnRhYnMge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogZmxleC1lbmQ7XG4gIGp1c3RpZnktY29udGVudDogZmxleC1lbmQ7XG59XG46Om5nLWRlZXAgLmJ1dHRvbi5icmFuZCBmYS1pY29uIHtcbiAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmZpbGVzLXBhbmVsIHtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIGhlaWdodDogY2FsYygxMDAlIC0gNjBweCk7XG4gIH1cbiAgLmZpbGVzLXBhbmVsIC51cGxvYWQtY29tcGFyZS1maWxlIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDUwJTtcbiAgICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0NDQztcbiAgfVxuICA6Om5nLWRlZXAgLmdkLXNpZGUtcGFuZWwtd3JhcHBlciB7XG4gICAgaGVpZ2h0OiA1MCUgIWltcG9ydGFudDtcbiAgICB0b3A6IGluaGVyaXQgIWltcG9ydGFudDtcbiAgICBib3R0b206IDBweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgZ2QtYnV0dG9uOm50aC1jaGlsZCgxKSA+IC5pY29uLWJ1dHRvbiB7XG4gICAgbWFyZ2luOiAwcHggMHB4IDBweCAxMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC50b29scyAuaWNvbi1idXR0b24ge1xuICAgIGhlaWdodDogNjBweCAhaW1wb3J0YW50O1xuICAgIHdpZHRoOiA2MHB4O1xuICB9XG4gIDo6bmctZGVlcCAudGFicy13cmFwcGVyIC5nZC10YWIgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMjJweCAhaW1wb3J0YW50O1xuICB9XG59XG4iLCJAaW1wb3J0IFwiLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcbkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zOjQwMCw0MDBpLDcwMCw3MDBpJmRpc3BsYXk9c3dhcCcpO1xuXG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuXG46Om5nLWRlZXAgLnRvb2xzIHtcbiAgLmJ1dHRvbiB7XG4gICAgY29sb3IgICAgOiAjZmZmICFpbXBvcnRhbnQ7XG4gICAgZmxleC1mbG93OiBjb2x1bW47XG5cbiAgICAmLmluYWN0aXZlIHtcbiAgICAgIGNvbG9yOiBAcmVnZW50LWdyYXkgICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG5cbiAgLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAwcHggMHB4IDdweCAhaW1wb3J0YW50O1xuICB9XG59XG5cbjo6bmctZGVlcCAuY29tcGFyZS1maWxlIHtcbiAgLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xuXG4gICAgLnRleHQge1xuICAgICAgcGFkZGluZzogMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG59XG5cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodCAgICAgOiAxMDAlO1xuICB3aWR0aCAgICAgIDogMTAwJTtcbiAgcG9zaXRpb24gICA6IGZpeGVkO1xuICB0b3AgICAgICAgIDogMDtcbiAgYm90dG9tICAgICA6IDA7XG4gIGxlZnQgICAgICAgOiAwO1xuICByaWdodCAgICAgIDogMDtcbn1cblxuLmxvYWRlciB7XG4gIGRpc3BsYXkgICAgICAgIDogZmxleDtcbiAgZmxleC1kaXJlY3Rpb24gOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtcyAgICA6IGNlbnRlcjtcbiAgaGVpZ2h0ICAgICAgICAgOiAxMDAlO1xufVxuXG4udXBsb2FkLWNvbXBhcmUtZmlsZSB7XG4gIGhlaWdodCAgICAgICAgOiAxMDAlO1xuICB3aWR0aCAgICAgICAgIDogNTAlO1xuICBib3JkZXItcmlnaHQgIDogMXB4IHNvbGlkICNDQ0M7XG4gIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICBhbGlnbi1jb250ZW50IDogY2VudGVyO1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB0ZXh0LWFsaWduICAgIDogY2VudGVyO1xuICBmbGV4LWdyb3cgICAgIDogMDtcbn1cblxuLm9wZW4tZmlsZS1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoICA6IDEwMCU7XG59XG5cbi5maWxlcy1wYW5lbCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEBtZXJjdXJ5O1xuICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbiAgOiByb3c7XG4gIHdpZHRoICAgICAgICAgICA6IDEwMCU7XG4gIGhlaWdodCAgICAgICAgICA6IDEwMCU7XG59XG5cbi5yZXN1bHQtcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAbWVyY3VyeTtcbiAgZGlzcGxheSAgICAgICAgIDogZmxleDtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbiAgaGVpZ2h0ICAgICAgICAgIDogMTAwJTtcbiAgZGlzcGxheSAgICAgICAgIDogZmxleDtcbiAgYWxpZ24tY29udGVudCAgIDogY2VudGVyO1xuICBmbGV4LWRpcmVjdGlvbiAgOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudCA6IGNlbnRlcjtcbiAgdGV4dC1hbGlnbiAgICAgIDogY2VudGVyO1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0IDogaW5oZXJpdDtcbn1cblxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGggOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi50b3AtcGFuZWwge1xuICBkaXNwbGF5ICAgIDogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgd2lkdGggICAgICA6IDEwMCU7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNlNGU1YTtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbn1cblxuLnJvdyB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodCA6IGluaGVyaXQ7XG59XG5cbi5jb2x1bW4ge1xuICB3aWR0aDogMTAwJTtcbn1cblxuLnRhYnMtd3JhcHBlciB7XG4gIGRpc3BsYXkgICAgICAgIDogZmxleDtcbiAganVzdGlmeS1zZWxmICAgOiBmbGV4LWVuZDtcbiAgYWxpZ24tc2VsZiAgICAgOiBmbGV4LWVuZDtcbiAgd2lkdGggICAgICAgICAgOiAxMDAlO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtZW5kO1xufVxuXG4udGFicyB7XG4gIGRpc3BsYXkgICAgICAgIDogZmxleDtcbiAgYWxpZ24taXRlbXMgICAgOiBmbGV4LWVuZDtcbiAganVzdGlmeS1jb250ZW50OiBmbGV4LWVuZDtcbn1cblxuOjpuZy1kZWVwIC5idXR0b24uYnJhbmQge1xuICBmYS1pY29uIHtcbiAgICBjb2xvcjogI2ZmZiAhaW1wb3J0YW50O1xuICB9XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIC5maWxlcy1wYW5lbCB7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBoZWlnaHQgICAgICAgIDogY2FsYygxMDAlIC0gNjBweCk7XG5cbiAgICAudXBsb2FkLWNvbXBhcmUtZmlsZSB7XG4gICAgICB3aWR0aCAgICAgICAgOiAxMDAlO1xuICAgICAgaGVpZ2h0ICAgICAgIDogNTAlO1xuICAgICAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNDQ0M7XG4gICAgfVxuICB9XG5cbiAgOjpuZy1kZWVwIC5nZC1zaWRlLXBhbmVsLXdyYXBwZXIge1xuICAgIGhlaWdodDogNTAlICFpbXBvcnRhbnQ7XG4gICAgdG9wICAgOiBpbmhlcml0ICFpbXBvcnRhbnQ7XG4gICAgYm90dG9tOiAwcHggIWltcG9ydGFudDtcbiAgfVxuXG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIGdkLWJ1dHRvbjpudGgtY2hpbGQoMSk+Lmljb24tYnV0dG9uIHtcbiAgICAgIG1hcmdpbjogMHB4IDBweCAwcHggMTBweCAhaW1wb3J0YW50O1xuICAgIH1cblxuICAgIC5pY29uLWJ1dHRvbiB7XG4gICAgICBoZWlnaHQ6IDYwcHggIWltcG9ydGFudDtcbiAgICAgIHdpZHRoIDogNjBweDtcbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLnRhYnMtd3JhcHBlciB7XG4gICAgLmdkLXRhYiB7XG4gICAgICAuaWNvbiB7XG4gICAgICAgIGZvbnQtc2l6ZTogMjJweCAhaW1wb3J0YW50O1xuICAgICAgfVxuICAgIH1cbiAgfVxufSJdfQ== */" /***/ }), /***/ "../../libs/comparison/src/lib/comparison-app.component.ts": -/*!**********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/comparison-app.component.ts ***! - \**********************************************************************************************************/ +/*!**********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/comparison-app.component.ts ***! + \**********************************************************************************************/ /*! exports provided: Files, Highlight, ComparisonAppComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -9337,20 +9907,20 @@ var ComparisonAppComponent = /** @class */ (function () { arr.push(this.credentials.get(this.second)); this._comparisonService.compare(arr).subscribe(function (result) { _this.result = result; - var isZeroBasedPageId = _this.result.changes.find(function (change) { return change.pageInfo.id === 0; }); + var isZeroBasedPageId = _this.result.changes.find(function (change) { return change.pageInfo.pageNumber === 0; }); _this.result.changes.forEach(function (change) { change.id = _this.generateRandomInteger(); - var zeroBasedId = isZeroBasedPageId ? change.pageInfo.id : change.pageInfo.id - 1; - change.pageInfo.id = isZeroBasedPageId ? change.pageInfo.id : change.pageInfo.id - 1; + var zeroBasedId = isZeroBasedPageId ? change.pageInfo.pageNumber : change.pageInfo.pageNumber - 1; + change.pageInfo.pageNumber = isZeroBasedPageId ? change.pageInfo.pageNumber : change.pageInfo.pageNumber - 1; if (!_this.result.pages[zeroBasedId].changes) { _this.result.pages[zeroBasedId].changes = []; } _this.result.pages[zeroBasedId].changes.push(change); change.normalized = { - x: change.box.x * 100 / change.pageInfo.width, - y: change.box.y * 100 / change.pageInfo.height, - width: change.box.width * 100 / change.pageInfo.width, - height: change.box.height * 100 / change.pageInfo.height, + x: _this.pxToPt(change.box.x) * 100 / change.pageInfo.width, + y: _this.pxToPt(change.box.y) * 100 / change.pageInfo.height, + width: _this.pxToPt(change.box.width) * 100 / change.pageInfo.width, + height: _this.pxToPt(change.box.height) * 100 / change.pageInfo.height, }; }); }, (function (err) { @@ -9359,6 +9929,9 @@ var ComparisonAppComponent = /** @class */ (function () { })); this._tabActivatorService.changeActiveTab(this.resultTab); }; + ComparisonAppComponent.prototype.pxToPt = function (px) { + return px * 72 / 96; + }; ComparisonAppComponent.prototype.generateRandomInteger = function () { function _p8(s) { var p = (Math.random().toString(16) + "000000000").substr(2, 8); @@ -9410,9 +9983,9 @@ var ComparisonAppComponent = /** @class */ (function () { /***/ }), /***/ "../../libs/comparison/src/lib/comparison-config.service.ts": -/*!***********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/comparison-config.service.ts ***! - \***********************************************************************************************************/ +/*!***********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/comparison-config.service.ts ***! + \***********************************************************************************************/ /*! exports provided: ComparisonConfigService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -9476,9 +10049,9 @@ var ComparisonConfigService = /** @class */ (function () { /***/ }), /***/ "../../libs/comparison/src/lib/comparison-config.ts": -/*!***************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/comparison-config.ts ***! - \***************************************************************************************************/ +/*!***************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/comparison-config.ts ***! + \***************************************************************************************/ /*! exports provided: ComparisonConfig */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -9496,9 +10069,9 @@ var ComparisonConfig = /** @class */ (function () { /***/ }), /***/ "../../libs/comparison/src/lib/comparison.module.ts": -/*!***************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/comparison.module.ts ***! - \***************************************************************************************************/ +/*!***************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/comparison.module.ts ***! + \***************************************************************************************/ /*! exports provided: initializeApp, setupLoadingInterceptor, ComparisonModule */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -9620,9 +10193,9 @@ var ComparisonModule = /** @class */ (function () { /***/ }), /***/ "../../libs/comparison/src/lib/comparison.service.ts": -/*!****************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/comparison.service.ts ***! - \****************************************************************************************************/ +/*!****************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/comparison.service.ts ***! + \****************************************************************************************/ /*! exports provided: ComparisonService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -9694,20 +10267,20 @@ var ComparisonService = /** @class */ (function () { /***/ }), /***/ "../../libs/comparison/src/lib/difference-highlight/difference-highlight.component.less": -/*!***************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/difference-highlight/difference-highlight.component.less ***! - \***************************************************************************************************************************************/ +/*!***************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/difference-highlight/difference-highlight.component.less ***! + \***************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".highlight-difference {\n position: absolute;\n cursor: pointer;\n z-index: 1;\n}\n.highlight-difference.active {\n box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);\n z-index: 999;\n}\n.gd-difference.active {\n box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);\n z-index: 999;\n}\n.gd-difference-1 {\n background-color: rgba(0, 122, 255, 0.4);\n}\n.gd-difference-2,\n.gd-difference-4 {\n background-color: rgba(46, 237, 0, 0.4);\n}\n.gd-difference-3 {\n background-color: rgba(237, 0, 0, 0.4);\n}\n.gd-difference-6 {\n background-color: rgba(215, 224, 0, 0.4);\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvZGlmZmVyZW5jZS1oaWdobGlnaHQvZGlmZmVyZW5jZS1oaWdobGlnaHQuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlLWhpZ2hsaWdodC9kaWZmZXJlbmNlLWhpZ2hsaWdodC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFLGtCQUFBO0VBQ0EsZUFBQTtFQUNGLFVBQUE7QUNDQTtBREVBO0VBQ0UsMkNBQUE7RUFDQSxZQUFBO0FDQUY7QURHQTtFQUNFLDJDQUFBO0VBQ0EsWUFBQTtBQ0RGO0FESUE7RUFDRSx3Q0FBQTtBQ0ZGO0FES0E7O0VBQ0UsdUNBQUE7QUNGRjtBREtBO0VBQ0Usc0NBQUE7QUNIRjtBRE1BO0VBQ0Usd0NBQUE7QUNKRiIsImZpbGUiOiJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlLWhpZ2hsaWdodC9kaWZmZXJlbmNlLWhpZ2hsaWdodC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIi5oaWdobGlnaHQtZGlmZmVyZW5jZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuei1pbmRleDogMTtcbn1cblxuLmhpZ2hsaWdodC1kaWZmZXJlbmNlLmFjdGl2ZSB7XG4gIGJveC1zaGFkb3c6IDAgMCAwIDk5OTlweCByZ2JhKDAsIDAsIDAsIDAuNSk7XG4gIHotaW5kZXg6IDk5OTtcbn1cblxuLmdkLWRpZmZlcmVuY2UuYWN0aXZlIHtcbiAgYm94LXNoYWRvdzogMCAwIDAgOTk5OXB4IHJnYmEoMCwgMCwgMCwgMC41KTtcbiAgei1pbmRleDogOTk5O1xufVxuXG4uZ2QtZGlmZmVyZW5jZS0xIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgwLCAxMjIsIDI1NSwgMC40KTtcbn1cblxuLmdkLWRpZmZlcmVuY2UtMiwgLmdkLWRpZmZlcmVuY2UtNCB7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoNDYsIDIzNywgMCwgMC40KTtcbn1cblxuLmdkLWRpZmZlcmVuY2UtMyB7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMjM3LCAwLCAwLCAwLjQpO1xufVxuXG4uZ2QtZGlmZmVyZW5jZS02IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyMTUsIDIyNCwgMCwgMC40KTtcbn1cbiIsIi5oaWdobGlnaHQtZGlmZmVyZW5jZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiAxO1xufVxuLmhpZ2hsaWdodC1kaWZmZXJlbmNlLmFjdGl2ZSB7XG4gIGJveC1zaGFkb3c6IDAgMCAwIDk5OTlweCByZ2JhKDAsIDAsIDAsIDAuNSk7XG4gIHotaW5kZXg6IDk5OTtcbn1cbi5nZC1kaWZmZXJlbmNlLmFjdGl2ZSB7XG4gIGJveC1zaGFkb3c6IDAgMCAwIDk5OTlweCByZ2JhKDAsIDAsIDAsIDAuNSk7XG4gIHotaW5kZXg6IDk5OTtcbn1cbi5nZC1kaWZmZXJlbmNlLTEge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDAsIDEyMiwgMjU1LCAwLjQpO1xufVxuLmdkLWRpZmZlcmVuY2UtMixcbi5nZC1kaWZmZXJlbmNlLTQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDQ2LCAyMzcsIDAsIDAuNCk7XG59XG4uZ2QtZGlmZmVyZW5jZS0zIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyMzcsIDAsIDAsIDAuNCk7XG59XG4uZ2QtZGlmZmVyZW5jZS02IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyMTUsIDIyNCwgMCwgMC40KTtcbn1cbiJdfQ== */" +module.exports = ".highlight-difference {\n position: absolute;\n cursor: pointer;\n z-index: 1;\n}\n.highlight-difference.active {\n box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);\n z-index: 999;\n}\n.gd-difference.active {\n box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);\n z-index: 999;\n}\n.gd-difference-1 {\n background-color: rgba(0, 122, 255, 0.4);\n}\n.gd-difference-2,\n.gd-difference-4 {\n background-color: rgba(46, 237, 0, 0.4);\n}\n.gd-difference-3 {\n background-color: rgba(237, 0, 0, 0.4);\n}\n.gd-difference-6 {\n background-color: rgba(215, 224, 0, 0.4);\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2RpZmZlcmVuY2UtaGlnaGxpZ2h0L0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvZGlmZmVyZW5jZS1oaWdobGlnaHQvZGlmZmVyZW5jZS1oaWdobGlnaHQuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlLWhpZ2hsaWdodC9kaWZmZXJlbmNlLWhpZ2hsaWdodC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFLGtCQUFBO0VBQ0EsZUFBQTtFQUNGLFVBQUE7QUNDQTtBREVBO0VBQ0UsMkNBQUE7RUFDQSxZQUFBO0FDQUY7QURHQTtFQUNFLDJDQUFBO0VBQ0EsWUFBQTtBQ0RGO0FESUE7RUFDRSx3Q0FBQTtBQ0ZGO0FES0E7O0VBQ0UsdUNBQUE7QUNGRjtBREtBO0VBQ0Usc0NBQUE7QUNIRjtBRE1BO0VBQ0Usd0NBQUE7QUNKRiIsImZpbGUiOiJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlLWhpZ2hsaWdodC9kaWZmZXJlbmNlLWhpZ2hsaWdodC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIi5oaWdobGlnaHQtZGlmZmVyZW5jZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuei1pbmRleDogMTtcbn1cblxuLmhpZ2hsaWdodC1kaWZmZXJlbmNlLmFjdGl2ZSB7XG4gIGJveC1zaGFkb3c6IDAgMCAwIDk5OTlweCByZ2JhKDAsIDAsIDAsIDAuNSk7XG4gIHotaW5kZXg6IDk5OTtcbn1cblxuLmdkLWRpZmZlcmVuY2UuYWN0aXZlIHtcbiAgYm94LXNoYWRvdzogMCAwIDAgOTk5OXB4IHJnYmEoMCwgMCwgMCwgMC41KTtcbiAgei1pbmRleDogOTk5O1xufVxuXG4uZ2QtZGlmZmVyZW5jZS0xIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgwLCAxMjIsIDI1NSwgMC40KTtcbn1cblxuLmdkLWRpZmZlcmVuY2UtMiwgLmdkLWRpZmZlcmVuY2UtNCB7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoNDYsIDIzNywgMCwgMC40KTtcbn1cblxuLmdkLWRpZmZlcmVuY2UtMyB7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMjM3LCAwLCAwLCAwLjQpO1xufVxuXG4uZ2QtZGlmZmVyZW5jZS02IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyMTUsIDIyNCwgMCwgMC40KTtcbn1cbiIsIi5oaWdobGlnaHQtZGlmZmVyZW5jZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiAxO1xufVxuLmhpZ2hsaWdodC1kaWZmZXJlbmNlLmFjdGl2ZSB7XG4gIGJveC1zaGFkb3c6IDAgMCAwIDk5OTlweCByZ2JhKDAsIDAsIDAsIDAuNSk7XG4gIHotaW5kZXg6IDk5OTtcbn1cbi5nZC1kaWZmZXJlbmNlLmFjdGl2ZSB7XG4gIGJveC1zaGFkb3c6IDAgMCAwIDk5OTlweCByZ2JhKDAsIDAsIDAsIDAuNSk7XG4gIHotaW5kZXg6IDk5OTtcbn1cbi5nZC1kaWZmZXJlbmNlLTEge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDAsIDEyMiwgMjU1LCAwLjQpO1xufVxuLmdkLWRpZmZlcmVuY2UtMixcbi5nZC1kaWZmZXJlbmNlLTQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDQ2LCAyMzcsIDAsIDAuNCk7XG59XG4uZ2QtZGlmZmVyZW5jZS0zIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyMzcsIDAsIDAsIDAuNCk7XG59XG4uZ2QtZGlmZmVyZW5jZS02IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyMTUsIDIyNCwgMCwgMC40KTtcbn1cbiJdfQ== */" /***/ }), /***/ "../../libs/comparison/src/lib/difference-highlight/difference-highlight.component.ts": -/*!*************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/difference-highlight/difference-highlight.component.ts ***! - \*************************************************************************************************************************************/ +/*!*************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/difference-highlight/difference-highlight.component.ts ***! + \*************************************************************************************************************************/ /*! exports provided: DifferenceHighlightComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -9767,20 +10340,20 @@ var DifferenceHighlightComponent = /** @class */ (function () { /***/ }), /***/ "../../libs/comparison/src/lib/difference/difference.component.less": -/*!*******************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/difference/difference.component.less ***! - \*******************************************************************************************************************/ +/*!*******************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/difference/difference.component.less ***! + \*******************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-difference {\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-flow: row wrap;\n border-bottom: 1px solid #eee;\n cursor: pointer;\n}\n.gd-difference.active {\n background-color: #f2f2f2;\n}\n.gd-difference:hover {\n background-color: #e5e5e5;\n}\n.gd-difference .gd-difference-title-wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n align-content: stretch;\n padding: 14px 21px 17px 24px;\n}\n.gd-difference .gd-difference-title-wrapper fa-icon {\n font-size: 14px;\n}\n.gd-difference .gd-difference-title-wrapper .fa-arrow-right {\n color: #16B901;\n}\n.gd-difference .gd-difference-title-wrapper .fa-pencil-alt {\n color: #CED600;\n}\n.gd-difference .gd-difference-title-wrapper .fa-times {\n color: #B96401;\n}\n.gd-difference .gd-difference-title-wrapper .gd-difference-body {\n width: 100%;\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n padding-left: 24.6px;\n}\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-difference-title {\n color: #222E35;\n font-size: 13px;\n font-weight: bold;\n}\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-differentce-comment {\n color: #959da5;\n font-size: 13px;\n padding-top: 10px;\n overflow: hidden;\n /*prevent text from being shown outside the border */\n text-overflow: ellipsis;\n}\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-differentce-comment .color {\n vertical-align: text-bottom;\n width: 14px;\n height: 14px;\n display: inline-block;\n border: 1px solid #CCC;\n border-radius: 100%;\n}\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-differentce-comment .property {\n padding-left: 1em;\n}\n.gd-difference .gd-difference-title-wrapper .gd-difference-page {\n color: rgba(149, 157, 165, 0.48);\n font-size: 11px;\n white-space: nowrap;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvZGlmZmVyZW5jZS9kaWZmZXJlbmNlLmNvbXBvbmVudC5sZXNzIiwibGlicy9jb21wYXJpc29uL3NyYy9saWIvZGlmZmVyZW5jZS9kaWZmZXJlbmNlLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EsNkJBQUE7RUFDQSxlQUFBO0FDREY7QURHRTtFQUNFLHlCQUFBO0FDREo7QURJRTtFQUNFLHlCQUFBO0FDRko7QURSQTtFQWVJLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtFQUNBLHNCQUFBO0VBQ0EsNEJBQUE7QUNKSjtBRGRBO0VBcUJNLGVBQUE7QUNKTjtBRGpCQTtFQXdCTSxjQUFBO0FDSk47QURwQkE7RUEyQk0sY0FBQTtBQ0pOO0FEdkJBO0VBOEJNLGNBQUE7QUNKTjtBRDFCQTtFQWtDTSxXQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esb0JBQUE7QUNMTjtBRGhDQTtFQXdDUSxjQUFBO0VBQ0EsZUFBQTtFQUNBLGlCQUFBO0FDTFI7QURyQ0E7RUE4Q1EsY0FBQTtFQUNBLGVBQUE7RUFDQSxpQkFBQTtFQUNBLGdCQUFBO0VDTk4sb0RBQW9EO0VETzlDLHVCQUFBO0FDTFI7QUQ3Q0E7RUFxRFUsMkJBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLHFCQUFBO0VBQ0Esc0JBQUE7RUFDQSxtQkFBQTtBQ0xWO0FEckRBO0VBNkRVLGlCQUFBO0FDTFY7QUR4REE7RUFrRU0sZ0NBQUE7RUFDQSxlQUFBO0VBQ0EsbUJBQUE7QUNQTiIsImZpbGUiOiJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlL2RpZmZlcmVuY2UuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWRpZmZlcmVuY2Uge1xuICBmbGV4LWZsb3c6IHJvdyB3cmFwO1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI2VlZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuXG4gICYuYWN0aXZle1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNmMmYyZjI7XG4gIH1cblxuICAmOmhvdmVye1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNlNWU1ZTU7XG4gIH1cblxuXG4gIC5nZC1kaWZmZXJlbmNlLXRpdGxlLXdyYXBwZXJ7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICAgIGFsaWduLWNvbnRlbnQ6IHN0cmV0Y2g7XG4gICAgcGFkZGluZzogMTRweCAyMXB4IDE3cHggMjRweDtcblxuICAgIGZhLWljb24ge1xuICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgIH1cbiAgICAuZmEtYXJyb3ctcmlnaHQge1xuICAgICAgY29sb3I6ICMxNkI5MDE7XG4gICAgfVxuICAgIC5mYS1wZW5jaWwtYWx0IHtcbiAgICAgIGNvbG9yOiAjQ0VENjAwO1xuICAgIH1cbiAgICAuZmEtdGltZXMge1xuICAgICAgY29sb3I6ICNCOTY0MDE7XG4gICAgfVxuXG4gICAgLmdkLWRpZmZlcmVuY2UtYm9keXtcbiAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgICBwYWRkaW5nLWxlZnQ6IDI0LjZweDtcblxuICAgICAgLmdkLWRpZmZlcmVuY2UtdGl0bGUge1xuICAgICAgICBjb2xvcjogIzIyMkUzNTtcbiAgICAgICAgZm9udC1zaXplOiAxM3B4O1xuICAgICAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICAgIH1cblxuICAgICAgLmdkLWRpZmZlcmVudGNlLWNvbW1lbnQge1xuICAgICAgICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICAgICAgICBmb250LXNpemU6IDEzcHg7XG4gICAgICAgIHBhZGRpbmctdG9wOiAxMHB4O1xuICAgICAgICBvdmVyZmxvdzogaGlkZGVuOyAvKnByZXZlbnQgdGV4dCBmcm9tIGJlaW5nIHNob3duIG91dHNpZGUgdGhlIGJvcmRlciAqL1xuICAgICAgICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcblxuICAgICAgICAuY29sb3J7XG4gICAgICAgICAgdmVydGljYWwtYWxpZ246IHRleHQtYm90dG9tO1xuICAgICAgICAgIHdpZHRoOiAxNHB4O1xuICAgICAgICAgIGhlaWdodDogMTRweDtcbiAgICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgICAgICAgYm9yZGVyOiAxcHggc29saWQgI0NDQztcbiAgICAgICAgICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICAgICAgICB9XG4gICAgICAgIC5wcm9wZXJ0eXtcbiAgICAgICAgICBwYWRkaW5nLWxlZnQ6IDFlbTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgICAuZ2QtZGlmZmVyZW5jZS1wYWdlIHtcbiAgICAgIGNvbG9yOiByZ2JhKDE0OSwgMTU3LCAxNjUsIDAuNDgpO1xuICAgICAgZm9udC1zaXplOiAxMXB4O1xuICAgICAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgICB9XG4gIH1cbn1cblxuXG4iLCIuZ2QtZGlmZmVyZW5jZSB7XG4gIGZsZXgtZmxvdzogcm93IHdyYXA7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZWVlO1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtZGlmZmVyZW5jZS5hY3RpdmUge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZjJmMmYyO1xufVxuLmdkLWRpZmZlcmVuY2U6aG92ZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTVlNWU1O1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGFsaWduLWNvbnRlbnQ6IHN0cmV0Y2g7XG4gIHBhZGRpbmc6IDE0cHggMjFweCAxN3B4IDI0cHg7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIGZhLWljb24ge1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIC5mYS1hcnJvdy1yaWdodCB7XG4gIGNvbG9yOiAjMTZCOTAxO1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZmEtcGVuY2lsLWFsdCB7XG4gIGNvbG9yOiAjQ0VENjAwO1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZmEtdGltZXMge1xuICBjb2xvcjogI0I5NjQwMTtcbn1cbi5nZC1kaWZmZXJlbmNlIC5nZC1kaWZmZXJlbmNlLXRpdGxlLXdyYXBwZXIgLmdkLWRpZmZlcmVuY2UtYm9keSB7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBwYWRkaW5nLWxlZnQ6IDI0LjZweDtcbn1cbi5nZC1kaWZmZXJlbmNlIC5nZC1kaWZmZXJlbmNlLXRpdGxlLXdyYXBwZXIgLmdkLWRpZmZlcmVuY2UtYm9keSAuZ2QtZGlmZmVyZW5jZS10aXRsZSB7XG4gIGNvbG9yOiAjMjIyRTM1O1xuICBmb250LXNpemU6IDEzcHg7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZ2QtZGlmZmVyZW5jZS1ib2R5IC5nZC1kaWZmZXJlbnRjZS1jb21tZW50IHtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgcGFkZGluZy10b3A6IDEwcHg7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIC8qcHJldmVudCB0ZXh0IGZyb20gYmVpbmcgc2hvd24gb3V0c2lkZSB0aGUgYm9yZGVyICovXG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZ2QtZGlmZmVyZW5jZS1ib2R5IC5nZC1kaWZmZXJlbnRjZS1jb21tZW50IC5jb2xvciB7XG4gIHZlcnRpY2FsLWFsaWduOiB0ZXh0LWJvdHRvbTtcbiAgd2lkdGg6IDE0cHg7XG4gIGhlaWdodDogMTRweDtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZ2QtZGlmZmVyZW5jZS1ib2R5IC5nZC1kaWZmZXJlbnRjZS1jb21tZW50IC5wcm9wZXJ0eSB7XG4gIHBhZGRpbmctbGVmdDogMWVtO1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZ2QtZGlmZmVyZW5jZS1wYWdlIHtcbiAgY29sb3I6IHJnYmEoMTQ5LCAxNTcsIDE2NSwgMC40OCk7XG4gIGZvbnQtc2l6ZTogMTFweDtcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbn1cbiJdfQ== */" +module.exports = ".gd-difference {\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-flow: row wrap;\n border-bottom: 1px solid #eee;\n cursor: pointer;\n}\n.gd-difference.active {\n background-color: #f2f2f2;\n}\n.gd-difference:hover {\n background-color: #e5e5e5;\n}\n.gd-difference .gd-difference-title-wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n align-content: stretch;\n padding: 14px 21px 17px 24px;\n}\n.gd-difference .gd-difference-title-wrapper fa-icon {\n font-size: 14px;\n}\n.gd-difference .gd-difference-title-wrapper .fa-arrow-right {\n color: #16B901;\n}\n.gd-difference .gd-difference-title-wrapper .fa-pencil-alt {\n color: #CED600;\n}\n.gd-difference .gd-difference-title-wrapper .fa-times {\n color: #B96401;\n}\n.gd-difference .gd-difference-title-wrapper .gd-difference-body {\n width: 100%;\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n padding-left: 24.6px;\n}\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-difference-title {\n color: #222E35;\n font-size: 13px;\n font-weight: bold;\n}\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-differentce-comment {\n color: #959da5;\n font-size: 13px;\n padding-top: 10px;\n overflow: hidden;\n /*prevent text from being shown outside the border */\n text-overflow: ellipsis;\n}\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-differentce-comment .color {\n vertical-align: text-bottom;\n width: 14px;\n height: 14px;\n display: inline-block;\n border: 1px solid #CCC;\n border-radius: 100%;\n}\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-differentce-comment .property {\n padding-left: 1em;\n}\n.gd-difference .gd-difference-title-wrapper .gd-difference-page {\n color: rgba(149, 157, 165, 0.48);\n font-size: 11px;\n white-space: nowrap;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2RpZmZlcmVuY2UvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlL2RpZmZlcmVuY2UuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlL2RpZmZlcmVuY2UuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSw4QkFBQTtFQUFBLDZCQUFBO1VBQUEsbUJBQUE7RUFDQSw2QkFBQTtFQUNBLGVBQUE7QUNERjtBREdFO0VBQ0UseUJBQUE7QUNESjtBRElFO0VBQ0UseUJBQUE7QUNGSjtBRFJBO0VBZUksb0JBQUE7RUFBQSxhQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0Esc0JBQUE7RUFDQSw0QkFBQTtBQ0pKO0FEZEE7RUFxQk0sZUFBQTtBQ0pOO0FEakJBO0VBd0JNLGNBQUE7QUNKTjtBRHBCQTtFQTJCTSxjQUFBO0FDSk47QUR2QkE7RUE4Qk0sY0FBQTtBQ0pOO0FEMUJBO0VBa0NNLFdBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxvQkFBQTtBQ0xOO0FEaENBO0VBd0NRLGNBQUE7RUFDQSxlQUFBO0VBQ0EsaUJBQUE7QUNMUjtBRHJDQTtFQThDUSxjQUFBO0VBQ0EsZUFBQTtFQUNBLGlCQUFBO0VBQ0EsZ0JBQUE7RUNOTixvREFBb0Q7RURPOUMsdUJBQUE7QUNMUjtBRDdDQTtFQXFEVSwyQkFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EscUJBQUE7RUFDQSxzQkFBQTtFQUNBLG1CQUFBO0FDTFY7QURyREE7RUE2RFUsaUJBQUE7QUNMVjtBRHhEQTtFQWtFTSxnQ0FBQTtFQUNBLGVBQUE7RUFDQSxtQkFBQTtBQ1BOIiwiZmlsZSI6ImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2RpZmZlcmVuY2UvZGlmZmVyZW5jZS5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uZ2QtZGlmZmVyZW5jZSB7XG4gIGZsZXgtZmxvdzogcm93IHdyYXA7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZWVlO1xuICBjdXJzb3I6IHBvaW50ZXI7XG5cbiAgJi5hY3RpdmV7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI2YyZjJmMjtcbiAgfVxuXG4gICY6aG92ZXJ7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI2U1ZTVlNTtcbiAgfVxuXG5cbiAgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlcntcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gICAgYWxpZ24tY29udGVudDogc3RyZXRjaDtcbiAgICBwYWRkaW5nOiAxNHB4IDIxcHggMTdweCAyNHB4O1xuXG4gICAgZmEtaWNvbiB7XG4gICAgICBmb250LXNpemU6IDE0cHg7XG4gICAgfVxuICAgIC5mYS1hcnJvdy1yaWdodCB7XG4gICAgICBjb2xvcjogIzE2QjkwMTtcbiAgICB9XG4gICAgLmZhLXBlbmNpbC1hbHQge1xuICAgICAgY29sb3I6ICNDRUQ2MDA7XG4gICAgfVxuICAgIC5mYS10aW1lcyB7XG4gICAgICBjb2xvcjogI0I5NjQwMTtcbiAgICB9XG5cbiAgICAuZ2QtZGlmZmVyZW5jZS1ib2R5e1xuICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICAgIHBhZGRpbmctbGVmdDogMjQuNnB4O1xuXG4gICAgICAuZ2QtZGlmZmVyZW5jZS10aXRsZSB7XG4gICAgICAgIGNvbG9yOiAjMjIyRTM1O1xuICAgICAgICBmb250LXNpemU6IDEzcHg7XG4gICAgICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICAgICAgfVxuXG4gICAgICAuZ2QtZGlmZmVyZW50Y2UtY29tbWVudCB7XG4gICAgICAgIGNvbG9yOiBAcmVnZW50LWdyYXk7XG4gICAgICAgIGZvbnQtc2l6ZTogMTNweDtcbiAgICAgICAgcGFkZGluZy10b3A6IDEwcHg7XG4gICAgICAgIG92ZXJmbG93OiBoaWRkZW47IC8qcHJldmVudCB0ZXh0IGZyb20gYmVpbmcgc2hvd24gb3V0c2lkZSB0aGUgYm9yZGVyICovXG4gICAgICAgIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuXG4gICAgICAgIC5jb2xvcntcbiAgICAgICAgICB2ZXJ0aWNhbC1hbGlnbjogdGV4dC1ib3R0b207XG4gICAgICAgICAgd2lkdGg6IDE0cHg7XG4gICAgICAgICAgaGVpZ2h0OiAxNHB4O1xuICAgICAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICAgICAgICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDEwMCU7XG4gICAgICAgIH1cbiAgICAgICAgLnByb3BlcnR5e1xuICAgICAgICAgIHBhZGRpbmctbGVmdDogMWVtO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICAgIC5nZC1kaWZmZXJlbmNlLXBhZ2Uge1xuICAgICAgY29sb3I6IHJnYmEoMTQ5LCAxNTcsIDE2NSwgMC40OCk7XG4gICAgICBmb250LXNpemU6IDExcHg7XG4gICAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICAgIH1cbiAgfVxufVxuXG5cbiIsIi5nZC1kaWZmZXJlbmNlIHtcbiAgZmxleC1mbG93OiByb3cgd3JhcDtcbiAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNlZWU7XG4gIGN1cnNvcjogcG9pbnRlcjtcbn1cbi5nZC1kaWZmZXJlbmNlLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmMmYyZjI7XG59XG4uZ2QtZGlmZmVyZW5jZTpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlNWU1ZTU7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgYWxpZ24tY29udGVudDogc3RyZXRjaDtcbiAgcGFkZGluZzogMTRweCAyMXB4IDE3cHggMjRweDtcbn1cbi5nZC1kaWZmZXJlbmNlIC5nZC1kaWZmZXJlbmNlLXRpdGxlLXdyYXBwZXIgZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi5nZC1kaWZmZXJlbmNlIC5nZC1kaWZmZXJlbmNlLXRpdGxlLXdyYXBwZXIgLmZhLWFycm93LXJpZ2h0IHtcbiAgY29sb3I6ICMxNkI5MDE7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIC5mYS1wZW5jaWwtYWx0IHtcbiAgY29sb3I6ICNDRUQ2MDA7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIC5mYS10aW1lcyB7XG4gIGNvbG9yOiAjQjk2NDAxO1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZ2QtZGlmZmVyZW5jZS1ib2R5IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHBhZGRpbmctbGVmdDogMjQuNnB4O1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZ2QtZGlmZmVyZW5jZS1ib2R5IC5nZC1kaWZmZXJlbmNlLXRpdGxlIHtcbiAgY29sb3I6ICMyMjJFMzU7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIC5nZC1kaWZmZXJlbmNlLWJvZHkgLmdkLWRpZmZlcmVudGNlLWNvbW1lbnQge1xuICBjb2xvcjogIzk1OWRhNTtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBwYWRkaW5nLXRvcDogMTBweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgLypwcmV2ZW50IHRleHQgZnJvbSBiZWluZyBzaG93biBvdXRzaWRlIHRoZSBib3JkZXIgKi9cbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIC5nZC1kaWZmZXJlbmNlLWJvZHkgLmdkLWRpZmZlcmVudGNlLWNvbW1lbnQgLmNvbG9yIHtcbiAgdmVydGljYWwtYWxpZ246IHRleHQtYm90dG9tO1xuICB3aWR0aDogMTRweDtcbiAgaGVpZ2h0OiAxNHB4O1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gIGJvcmRlcjogMXB4IHNvbGlkICNDQ0M7XG4gIGJvcmRlci1yYWRpdXM6IDEwMCU7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIC5nZC1kaWZmZXJlbmNlLWJvZHkgLmdkLWRpZmZlcmVudGNlLWNvbW1lbnQgLnByb3BlcnR5IHtcbiAgcGFkZGluZy1sZWZ0OiAxZW07XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIC5nZC1kaWZmZXJlbmNlLXBhZ2Uge1xuICBjb2xvcjogcmdiYSgxNDksIDE1NywgMTY1LCAwLjQ4KTtcbiAgZm9udC1zaXplOiAxMXB4O1xuICB3aGl0ZS1zcGFjZTogbm93cmFwO1xufVxuIl19 */" /***/ }), /***/ "../../libs/comparison/src/lib/difference/difference.component.ts": -/*!*****************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/difference/difference.component.ts ***! - \*****************************************************************************************************************/ +/*!*****************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/difference/difference.component.ts ***! + \*****************************************************************************************************/ /*! exports provided: DifferenceComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -9829,9 +10402,9 @@ var DifferenceComponent = /** @class */ (function () { /***/ }), /***/ "../../libs/comparison/src/lib/differences.service.ts": -/*!*****************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/differences.service.ts ***! - \*****************************************************************************************************/ +/*!*****************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/differences.service.ts ***! + \*****************************************************************************************/ /*! exports provided: DifferencesService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -9866,9 +10439,9 @@ var DifferencesService = /** @class */ (function () { /***/ }), /***/ "../../libs/comparison/src/lib/differences/differences.component.less": -/*!*********************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/differences/differences.component.less ***! - \*********************************************************************************************************************/ +/*!*********************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/differences/differences.component.less ***! + \*********************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -9877,9 +10450,9 @@ module.exports = "\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW /***/ }), /***/ "../../libs/comparison/src/lib/differences/differences.component.ts": -/*!*******************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/differences/differences.component.ts ***! - \*******************************************************************************************************************/ +/*!*******************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/differences/differences.component.ts ***! + \*******************************************************************************************************/ /*! exports provided: DifferencesComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -9930,9 +10503,9 @@ var DifferencesComponent = /** @class */ (function () { /***/ }), /***/ "../../libs/comparison/src/lib/models.ts": -/*!****************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/models.ts ***! - \****************************************************************************************/ +/*!****************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/models.ts ***! + \****************************************************************************/ /*! exports provided: ComparedPageModel, CompareResult, ChangeInfo, StyleChange, Rectangle, PageInfo */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -9991,20 +10564,20 @@ var PageInfo = /** @class */ (function () { /***/ }), /***/ "../../libs/comparison/src/lib/result-document/result-document.component.less": -/*!*****************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/result-document/result-document.component.less ***! - \*****************************************************************************************************************************/ +/*!*****************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/result-document/result-document.component.less ***! + \*****************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ":host {\n overflow: scroll;\n}\n.document {\n background-color: #e7e7e7;\n width: 100%;\n height: 100%;\n -webkit-transition: all 0.4s;\n transition: all 0.4s;\n padding: 0px;\n margin: 0px;\n position: relative;\n}\n.page {\n position: relative;\n display: inline-block;\n background-color: #ffffff;\n margin: 20px;\n box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);\n -webkit-transition: all 0.3s;\n transition: all 0.3s;\n}\n.wait {\n position: absolute;\n top: 55px;\n left: Calc(30%);\n}\n.panzoom {\n -webkit-transform: none;\n transform: none;\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n -webkit-transform-origin: 50% 50% 0px;\n transform-origin: 50% 50% 0px;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: center;\n justify-content: center;\n flex-wrap: wrap;\n}\n.gd-zoomed {\n margin: 10px 98px;\n}\n.highlights {\n position: absolute;\n top: 0px;\n left: 0px;\n bottom: 0px;\n right: 0px;\n}\n@media (max-width: 1037px) {\n .panzoom {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n }\n .page {\n min-width: unset !important;\n min-height: unset !important;\n margin: 5px 0px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvcmVzdWx0LWRvY3VtZW50L3Jlc3VsdC1kb2N1bWVudC5jb21wb25lbnQubGVzcyIsImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL3Jlc3VsdC1kb2N1bWVudC9yZXN1bHQtZG9jdW1lbnQuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxnQkFBQTtBQ0RGO0FESUE7RUFDRSx5QkFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EsNEJBQUE7RUFBQSxvQkFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0Esa0JBQUE7QUNGRjtBREtBO0VBQ0Usa0JBQUE7RUFDQSxxQkFBQTtFQUNBLHlCQUFBO0VBQ0EsWUFBQTtFQUdBLDJDQUFBO0VBQ0EsNEJBQUE7RUFBQSxvQkFBQTtBQ0hGO0FETUE7RUFDRSxrQkFBQTtFQUNBLFNBQUE7RUFDQSxlQUFBO0FDSkY7QURPQTtFQUNFLHVCQUFBO1VBQUEsZUFBQTtFQUNBLG1DQUFBO1VBQUEsMkJBQUE7RUFDQSxxQ0FBQTtVQUFBLDZCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLGVBQUE7QUNMRjtBRFFBO0VBQ0UsaUJBQUE7QUNORjtBRFNBO0VBQ0Usa0JBQUE7RUFDQSxRQUFBO0VBQ0EsU0FBQTtFQUNBLFdBQUE7RUFDQSxVQUFBO0FDUEY7QURVQTtFQUtFO0lBQ0UsNEJBQUE7SUFBQSw2QkFBQTtZQUFBLHNCQUFBO0VDWkY7RURlQTtJQUNFLDJCQUFBO0lBQ0EsNEJBQUE7SUFDQSxlQUFBO0VDYkY7QUFDRiIsImZpbGUiOiJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9yZXN1bHQtZG9jdW1lbnQvcmVzdWx0LWRvY3VtZW50LmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4vLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXMubGVzc1wiO1xuXG46aG9zdCB7XG4gIG92ZXJmbG93OiBzY3JvbGw7XG59XG5cbi5kb2N1bWVudCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEBtZXJjdXJ5O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICB0cmFuc2l0aW9uOiBhbGwgMC40cztcbiAgcGFkZGluZzogMHB4O1xuICBtYXJnaW46IDBweDtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuXG4ucGFnZSB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xuICBtYXJnaW46IDIwcHg7XG4gIC13ZWJraXQtYm94LXNoYWRvdzogMHB4IDNweCA2cHggcmdiYSgwLCAwLCAwLCAwLjE2KTtcbiAgLW1vei1ib3gtc2hhZG93OiAwcHggM3B4IDZweCByZ2JhKDAsIDAsIDAsIDAuMTYpO1xuICBib3gtc2hhZG93OiAwcHggM3B4IDZweCByZ2JhKDAsIDAsIDAsIDAuMTYpO1xuICB0cmFuc2l0aW9uOiBhbGwgMC4zcztcbn1cblxuLndhaXQge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogNTVweDtcbiAgbGVmdDogQ2FsYyg1MCUgLSAyMHB4KTtcbn1cblxuLnBhbnpvb20ge1xuICB0cmFuc2Zvcm06IG5vbmU7XG4gIGJhY2tmYWNlLXZpc2liaWxpdHk6IGhpZGRlbjtcbiAgdHJhbnNmb3JtLW9yaWdpbjogNTAlIDUwJSAwcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBmbGV4LXdyYXA6IHdyYXA7XG59XG5cbi5nZC16b29tZWQge1xuICBtYXJnaW46IDEwcHggOThweDtcbn1cblxuLmhpZ2hsaWdodHN7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwcHg7XG4gIGxlZnQ6IDBweDtcbiAgYm90dG9tOiAwcHg7XG4gIHJpZ2h0OiAwcHg7XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIC5kb2N1bWVudCB7XG4gICAgLy9vdmVyZmxvdy14OiBhdXRvICFpbXBvcnRhbnQ7XG4gIH1cblxuICAucGFuem9vbSB7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgfVxuXG4gIC5wYWdlIHtcbiAgICBtaW4td2lkdGg6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgbWluLWhlaWdodDogdW5zZXQgIWltcG9ydGFudDtcbiAgICBtYXJnaW46IDVweCAwcHg7XG4gIH1cbn1cbiIsIjpob3N0IHtcbiAgb3ZlcmZsb3c6IHNjcm9sbDtcbn1cbi5kb2N1bWVudCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHRyYW5zaXRpb246IGFsbCAwLjRzO1xuICBwYWRkaW5nOiAwcHg7XG4gIG1hcmdpbjogMHB4O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG4ucGFnZSB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xuICBtYXJnaW46IDIwcHg7XG4gIC13ZWJraXQtYm94LXNoYWRvdzogMHB4IDNweCA2cHggcmdiYSgwLCAwLCAwLCAwLjE2KTtcbiAgLW1vei1ib3gtc2hhZG93OiAwcHggM3B4IDZweCByZ2JhKDAsIDAsIDAsIDAuMTYpO1xuICBib3gtc2hhZG93OiAwcHggM3B4IDZweCByZ2JhKDAsIDAsIDAsIDAuMTYpO1xuICB0cmFuc2l0aW9uOiBhbGwgMC4zcztcbn1cbi53YWl0IHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDU1cHg7XG4gIGxlZnQ6IENhbGMoMzAlKTtcbn1cbi5wYW56b29tIHtcbiAgdHJhbnNmb3JtOiBub25lO1xuICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47XG4gIHRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCUgMHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleC13cmFwOiB3cmFwO1xufVxuLmdkLXpvb21lZCB7XG4gIG1hcmdpbjogMTBweCA5OHB4O1xufVxuLmhpZ2hsaWdodHMge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMHB4O1xuICBsZWZ0OiAwcHg7XG4gIGJvdHRvbTogMHB4O1xuICByaWdodDogMHB4O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAucGFuem9vbSB7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgfVxuICAucGFnZSB7XG4gICAgbWluLXdpZHRoOiB1bnNldCAhaW1wb3J0YW50O1xuICAgIG1pbi1oZWlnaHQ6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgbWFyZ2luOiA1cHggMHB4O1xuICB9XG59XG4iXX0= */" +module.exports = ":host {\n overflow: scroll;\n}\n.document {\n background-color: #e7e7e7;\n width: 100%;\n height: 100%;\n -webkit-transition: all 0.4s;\n transition: all 0.4s;\n padding: 0px;\n margin: 0px;\n position: relative;\n}\n.page {\n position: relative;\n display: inline-block;\n background-color: #ffffff;\n margin: 20px;\n box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);\n -webkit-transition: all 0.3s;\n transition: all 0.3s;\n}\n.wait {\n position: absolute;\n top: 55px;\n left: Calc(30%);\n}\n.panzoom {\n -webkit-transform: none;\n transform: none;\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n -webkit-transform-origin: 50% 50% 0px;\n transform-origin: 50% 50% 0px;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: center;\n justify-content: center;\n flex-wrap: wrap;\n}\n.gd-zoomed {\n margin: 10px 98px;\n}\n.highlights {\n position: absolute;\n top: 0px;\n left: 0px;\n bottom: 0px;\n right: 0px;\n}\n@media (max-width: 1037px) {\n .panzoom {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n }\n .page {\n min-width: unset !important;\n min-height: unset !important;\n margin: 5px 0px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL3Jlc3VsdC1kb2N1bWVudC9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvY29tcGFyaXNvbi9zcmMvbGliL3Jlc3VsdC1kb2N1bWVudC9yZXN1bHQtZG9jdW1lbnQuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9yZXN1bHQtZG9jdW1lbnQvcmVzdWx0LWRvY3VtZW50LmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UsZ0JBQUE7QUNERjtBRElBO0VBQ0UseUJBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLDRCQUFBO0VBQUEsb0JBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGtCQUFBO0FDRkY7QURLQTtFQUNFLGtCQUFBO0VBQ0EscUJBQUE7RUFDQSx5QkFBQTtFQUNBLFlBQUE7RUFHQSwyQ0FBQTtFQUNBLDRCQUFBO0VBQUEsb0JBQUE7QUNIRjtBRE1BO0VBQ0Usa0JBQUE7RUFDQSxTQUFBO0VBQ0EsZUFBQTtBQ0pGO0FET0E7RUFDRSx1QkFBQTtVQUFBLGVBQUE7RUFDQSxtQ0FBQTtVQUFBLDJCQUFBO0VBQ0EscUNBQUE7VUFBQSw2QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxlQUFBO0FDTEY7QURRQTtFQUNFLGlCQUFBO0FDTkY7QURTQTtFQUNFLGtCQUFBO0VBQ0EsUUFBQTtFQUNBLFNBQUE7RUFDQSxXQUFBO0VBQ0EsVUFBQTtBQ1BGO0FEVUE7RUFLRTtJQUNFLDRCQUFBO0lBQUEsNkJBQUE7WUFBQSxzQkFBQTtFQ1pGO0VEZUE7SUFDRSwyQkFBQTtJQUNBLDRCQUFBO0lBQ0EsZUFBQTtFQ2JGO0FBQ0YiLCJmaWxlIjoibGlicy9jb21wYXJpc29uL3NyYy9saWIvcmVzdWx0LWRvY3VtZW50L3Jlc3VsdC1kb2N1bWVudC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLy4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzLmxlc3NcIjtcblxuOmhvc3Qge1xuICBvdmVyZmxvdzogc2Nyb2xsO1xufVxuXG4uZG9jdW1lbnQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAbWVyY3VyeTtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbiAgdHJhbnNpdGlvbjogYWxsIDAuNHM7XG4gIHBhZGRpbmc6IDBweDtcbiAgbWFyZ2luOiAwcHg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cblxuLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgbWFyZ2luOiAyMHB4O1xuICAtd2Via2l0LWJveC1zaGFkb3c6IDBweCAzcHggNnB4IHJnYmEoMCwgMCwgMCwgMC4xNik7XG4gIC1tb3otYm94LXNoYWRvdzogMHB4IDNweCA2cHggcmdiYSgwLCAwLCAwLCAwLjE2KTtcbiAgYm94LXNoYWRvdzogMHB4IDNweCA2cHggcmdiYSgwLCAwLCAwLCAwLjE2KTtcbiAgdHJhbnNpdGlvbjogYWxsIDAuM3M7XG59XG5cbi53YWl0IHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDU1cHg7XG4gIGxlZnQ6IENhbGMoNTAlIC0gMjBweCk7XG59XG5cbi5wYW56b29tIHtcbiAgdHJhbnNmb3JtOiBub25lO1xuICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47XG4gIHRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCUgMHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleC13cmFwOiB3cmFwO1xufVxuXG4uZ2Qtem9vbWVkIHtcbiAgbWFyZ2luOiAxMHB4IDk4cHg7XG59XG5cbi5oaWdobGlnaHRze1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMHB4O1xuICBsZWZ0OiAwcHg7XG4gIGJvdHRvbTogMHB4O1xuICByaWdodDogMHB4O1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuZG9jdW1lbnQge1xuICAgIC8vb3ZlcmZsb3cteDogYXV0byAhaW1wb3J0YW50O1xuICB9XG5cbiAgLnBhbnpvb20ge1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIH1cblxuICAucGFnZSB7XG4gICAgbWluLXdpZHRoOiB1bnNldCAhaW1wb3J0YW50O1xuICAgIG1pbi1oZWlnaHQ6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgbWFyZ2luOiA1cHggMHB4O1xuICB9XG59XG4iLCI6aG9zdCB7XG4gIG92ZXJmbG93OiBzY3JvbGw7XG59XG4uZG9jdW1lbnQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTdlN2U3O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICB0cmFuc2l0aW9uOiBhbGwgMC40cztcbiAgcGFkZGluZzogMHB4O1xuICBtYXJnaW46IDBweDtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgbWFyZ2luOiAyMHB4O1xuICAtd2Via2l0LWJveC1zaGFkb3c6IDBweCAzcHggNnB4IHJnYmEoMCwgMCwgMCwgMC4xNik7XG4gIC1tb3otYm94LXNoYWRvdzogMHB4IDNweCA2cHggcmdiYSgwLCAwLCAwLCAwLjE2KTtcbiAgYm94LXNoYWRvdzogMHB4IDNweCA2cHggcmdiYSgwLCAwLCAwLCAwLjE2KTtcbiAgdHJhbnNpdGlvbjogYWxsIDAuM3M7XG59XG4ud2FpdCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiA1NXB4O1xuICBsZWZ0OiBDYWxjKDMwJSk7XG59XG4ucGFuem9vbSB7XG4gIHRyYW5zZm9ybTogbm9uZTtcbiAgYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuO1xuICB0cmFuc2Zvcm0tb3JpZ2luOiA1MCUgNTAlIDBweDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGZsZXgtd3JhcDogd3JhcDtcbn1cbi5nZC16b29tZWQge1xuICBtYXJnaW46IDEwcHggOThweDtcbn1cbi5oaWdobGlnaHRzIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDBweDtcbiAgbGVmdDogMHB4O1xuICBib3R0b206IDBweDtcbiAgcmlnaHQ6IDBweDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLnBhbnpvb20ge1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIH1cbiAgLnBhZ2Uge1xuICAgIG1pbi13aWR0aDogdW5zZXQgIWltcG9ydGFudDtcbiAgICBtaW4taGVpZ2h0OiB1bnNldCAhaW1wb3J0YW50O1xuICAgIG1hcmdpbjogNXB4IDBweDtcbiAgfVxufVxuIl19 */" /***/ }), /***/ "../../libs/comparison/src/lib/result-document/result-document.component.ts": -/*!***************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/result-document/result-document.component.ts ***! - \***************************************************************************************************************************/ +/*!***************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/result-document/result-document.component.ts ***! + \***************************************************************************************************************/ /*! exports provided: ResultDocumentComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -10026,8 +10599,8 @@ __webpack_require__.r(__webpack_exports__); var $ = jquery__WEBPACK_IMPORTED_MODULE_3__; var ResultDocumentComponent = /** @class */ (function (_super) { tslib__WEBPACK_IMPORTED_MODULE_0__["__extends"](ResultDocumentComponent, _super); - function ResultDocumentComponent(_elementRef, zoomService, changeService, windowService) { - var _this = _super.call(this, _elementRef, zoomService, windowService) || this; + function ResultDocumentComponent(_elementRef, zoomService, changeService, windowService, navigateService) { + var _this = _super.call(this, _elementRef, zoomService, windowService, navigateService) || this; _this.changesService = changeService; return _this; } @@ -10040,7 +10613,8 @@ var ResultDocumentComponent = /** @class */ (function (_super) { { type: _angular_core__WEBPACK_IMPORTED_MODULE_1__["ElementRef"] }, { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["ZoomService"] }, { type: _differences_service__WEBPACK_IMPORTED_MODULE_4__["DifferencesService"] }, - { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["WindowService"] } + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["WindowService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["NavigateService"] } ]; }; ResultDocumentComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ @@ -10053,7 +10627,8 @@ var ResultDocumentComponent = /** @class */ (function (_super) { tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_angular_core__WEBPACK_IMPORTED_MODULE_1__["ElementRef"], _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["ZoomService"], _differences_service__WEBPACK_IMPORTED_MODULE_4__["DifferencesService"], - _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["WindowService"]]) + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["WindowService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["NavigateService"]]) ], ResultDocumentComponent); return ResultDocumentComponent; }(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["DocumentComponent"])); @@ -10063,20 +10638,20 @@ var ResultDocumentComponent = /** @class */ (function (_super) { /***/ }), /***/ "../../libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.less": -/*!*********************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.less ***! - \*********************************************************************************************************************************/ +/*!*********************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.less ***! + \*********************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ":host {\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n align-content: center;\n height: 100%;\n border-bottom: 1px solid #CCC;\n}\n.wrapper {\n color: #959da5;\n background-color: #e7e7e7;\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n width: 100%;\n height: 100%;\n}\n.icon {\n font-size: 65px;\n margin-bottom: 43px;\n display: -webkit-box;\n display: flex;\n color: #959da5;\n}\n.start {\n font-size: 15px;\n text-align: center;\n color: #959da5;\n}\n.gd-drag-n-drop-wrap.active {\n background-color: #fff;\n position: fixed;\n top: 60px;\n width: 50%;\n background: rgba(255, 255, 255, 0.8);\n}\n.gd-drag-n-drop-wrap.active .init-state-wrapper {\n position: absolute;\n opacity: 0.2;\n top: unset;\n margin-top: -11px;\n}\n.gd-drag-n-drop-wrap.active .init-state-dnd-wrapper {\n top: 0px;\n z-index: 999;\n margin-top: -11px;\n}\n.gd-drag-n-drop-wrap.active .init-state-dnd-wrapper .icon {\n width: 113px;\n height: 90px;\n font-size: 90px;\n color: #3E4E5A;\n margin-bottom: 30px;\n}\n.gd-drag-n-drop-wrap.active .text {\n color: #6e6e6e;\n font-size: 14px;\n}\n.init-state-wrapper,\n.init-state-dnd-wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n width: 250px;\n height: 250px;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n}\n.init-state-wrapper {\n top: -30px;\n position: relative;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvdXBsb2FkLWZpbGUtcGFuZWwvdXBsb2FkLWZpbGUtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi91cGxvYWQtZmlsZS1wYW5lbC91cGxvYWQtZmlsZS1wYW5lbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EscUJBQUE7RUFDQSxZQUFBO0VBQ0EsNkJBQUE7QUNERjtBRElBO0VBQ0UsY0FBQTtFQUNBLHlCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtBQ0ZGO0FES0E7RUFDRSxlQUFBO0VBQ0EsbUJBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxjQUFBO0FDSEY7QURNQTtFQUNFLGVBQUE7RUFDQSxrQkFBQTtFQUNBLGNBQUE7QUNKRjtBRFFFO0VBQ0Usc0JBQUE7RUFDQSxlQUFBO0VBQ0EsU0FBQTtFQUNBLFVBQUE7RUFDQSxvQ0FBQTtBQ05KO0FEQ0U7RUFPSSxrQkFBQTtFQUNBLFlBQUE7RUFDQSxVQUFBO0VBQ0EsaUJBQUE7QUNMTjtBRExFO0VBYUksUUFBQTtFQUNBLFlBQUE7RUFDQSxpQkFBQTtBQ0xOO0FEVkU7RUFpQk0sWUFBQTtFQUNBLFlBQUE7RUFDQSxlQUFBO0VBQ0EsY0FBQTtFQUNBLG1CQUFBO0FDSlI7QURqQkU7RUF5QkksY0FBQTtFQUNBLGVBQUE7QUNMTjtBRFVBOztFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7QUNQRjtBRFVBO0VBQ0UsVUFBQTtFQUNBLGtCQUFBO0FDUkYiLCJmaWxlIjoibGlicy9jb21wYXJpc29uL3NyYy9saWIvdXBsb2FkLWZpbGUtcGFuZWwvdXBsb2FkLWZpbGUtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuOmhvc3R7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBhbGlnbi1jb250ZW50OiBjZW50ZXI7XG4gIGhlaWdodDogMTAwJTtcbiAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNDQ0M7XG59XG5cbi53cmFwcGVyIHtcbiAgY29sb3I6IEByZWdlbnQtZ3JheTtcbiAgYmFja2dyb3VuZC1jb2xvcjogQG1lcmN1cnk7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4uaWNvbiB7XG4gIGZvbnQtc2l6ZTogNjVweDtcbiAgbWFyZ2luLWJvdHRvbTogNDNweDtcbiAgZGlzcGxheTogZmxleDtcbiAgY29sb3I6IEByZWdlbnQtZ3JheTtcbn1cblxuLnN0YXJ0IHtcbiAgZm9udC1zaXplOiAxNXB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiBAcmVnZW50LWdyYXk7XG59XG5cbi5nZC1kcmFnLW4tZHJvcC13cmFwIHtcbiAgJi5hY3RpdmUge1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIHRvcDogNjBweDtcbiAgICB3aWR0aDogNTAlO1xuICAgIGJhY2tncm91bmQ6IHJnYmEoMjU1LDI1NSwyNTUsMC44KTtcbiAgICAuaW5pdC1zdGF0ZS13cmFwcGVyIHtcbiAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgIG9wYWNpdHk6IC4yO1xuICAgICAgdG9wOiB1bnNldDtcbiAgICAgIG1hcmdpbi10b3A6IC0xMXB4O1xuICAgIH1cbiAgICAuaW5pdC1zdGF0ZS1kbmQtd3JhcHBlciB7XG4gICAgICB0b3A6IDBweDtcbiAgICAgIHotaW5kZXg6IDk5OTtcbiAgICAgIG1hcmdpbi10b3A6IC0xMXB4O1xuICAgICAgLmljb24ge1xuICAgICAgICB3aWR0aDogMTEzcHg7XG4gICAgICAgIGhlaWdodDogOTBweDtcbiAgICAgICAgZm9udC1zaXplOiA5MHB4O1xuICAgICAgICBjb2xvcjogQHByaW1hcnk7XG4gICAgICAgIG1hcmdpbi1ib3R0b206IDMwcHg7XG4gICAgICB9XG4gICAgfVxuICAgIC50ZXh0IHtcbiAgICAgIGNvbG9yOiBAZG92ZS1ncmF5O1xuICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgIH1cbiAgfVxufVxuXG4uaW5pdC1zdGF0ZS13cmFwcGVyLCAuaW5pdC1zdGF0ZS1kbmQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiAyNTBweDtcbiAgaGVpZ2h0OiAyNTBweDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG59XG5cbi5pbml0LXN0YXRlLXdyYXBwZXIge1xuICB0b3A6IC0zMHB4O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG5cbiIsIjpob3N0IHtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgaGVpZ2h0OiAxMDAlO1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0NDQztcbn1cbi53cmFwcGVyIHtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLmljb24ge1xuICBmb250LXNpemU6IDY1cHg7XG4gIG1hcmdpbi1ib3R0b206IDQzcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGNvbG9yOiAjOTU5ZGE1O1xufVxuLnN0YXJ0IHtcbiAgZm9udC1zaXplOiAxNXB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjOTU5ZGE1O1xufVxuLmdkLWRyYWctbi1kcm9wLXdyYXAuYWN0aXZlIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDYwcHg7XG4gIHdpZHRoOiA1MCU7XG4gIGJhY2tncm91bmQ6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC44KTtcbn1cbi5nZC1kcmFnLW4tZHJvcC13cmFwLmFjdGl2ZSAuaW5pdC1zdGF0ZS13cmFwcGVyIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBvcGFjaXR5OiAwLjI7XG4gIHRvcDogdW5zZXQ7XG4gIG1hcmdpbi10b3A6IC0xMXB4O1xufVxuLmdkLWRyYWctbi1kcm9wLXdyYXAuYWN0aXZlIC5pbml0LXN0YXRlLWRuZC13cmFwcGVyIHtcbiAgdG9wOiAwcHg7XG4gIHotaW5kZXg6IDk5OTtcbiAgbWFyZ2luLXRvcDogLTExcHg7XG59XG4uZ2QtZHJhZy1uLWRyb3Atd3JhcC5hY3RpdmUgLmluaXQtc3RhdGUtZG5kLXdyYXBwZXIgLmljb24ge1xuICB3aWR0aDogMTEzcHg7XG4gIGhlaWdodDogOTBweDtcbiAgZm9udC1zaXplOiA5MHB4O1xuICBjb2xvcjogIzNFNEU1QTtcbiAgbWFyZ2luLWJvdHRvbTogMzBweDtcbn1cbi5nZC1kcmFnLW4tZHJvcC13cmFwLmFjdGl2ZSAudGV4dCB7XG4gIGNvbG9yOiAjNmU2ZTZlO1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uaW5pdC1zdGF0ZS13cmFwcGVyLFxuLmluaXQtc3RhdGUtZG5kLXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aDogMjUwcHg7XG4gIGhlaWdodDogMjUwcHg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xufVxuLmluaXQtc3RhdGUtd3JhcHBlciB7XG4gIHRvcDogLTMwcHg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cbiJdfQ== */" +module.exports = ":host {\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n align-content: center;\n height: 100%;\n border-bottom: 1px solid #CCC;\n}\n.wrapper {\n color: #959da5;\n background-color: #e7e7e7;\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n width: 100%;\n height: 100%;\n}\n.icon {\n font-size: 65px;\n margin-bottom: 43px;\n display: -webkit-box;\n display: flex;\n color: #959da5;\n}\n.start {\n font-size: 15px;\n text-align: center;\n color: #959da5;\n}\n.gd-drag-n-drop-wrap.active {\n background-color: #fff;\n position: fixed;\n top: 60px;\n width: 50%;\n background: rgba(255, 255, 255, 0.8);\n}\n.gd-drag-n-drop-wrap.active .init-state-wrapper {\n position: absolute;\n opacity: 0.2;\n top: unset;\n margin-top: -11px;\n}\n.gd-drag-n-drop-wrap.active .init-state-dnd-wrapper {\n top: 0px;\n z-index: 999;\n margin-top: -11px;\n}\n.gd-drag-n-drop-wrap.active .init-state-dnd-wrapper .icon {\n width: 113px;\n height: 90px;\n font-size: 90px;\n color: #3E4E5A;\n margin-bottom: 30px;\n}\n.gd-drag-n-drop-wrap.active .text {\n color: #6e6e6e;\n font-size: 14px;\n}\n.init-state-wrapper,\n.init-state-dnd-wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n width: 250px;\n height: 250px;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n}\n.init-state-wrapper {\n top: -30px;\n position: relative;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL3VwbG9hZC1maWxlLXBhbmVsL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvdXBsb2FkLWZpbGUtcGFuZWwvdXBsb2FkLWZpbGUtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi91cGxvYWQtZmlsZS1wYW5lbC91cGxvYWQtZmlsZS1wYW5lbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EscUJBQUE7RUFDQSxZQUFBO0VBQ0EsNkJBQUE7QUNERjtBRElBO0VBQ0UsY0FBQTtFQUNBLHlCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtBQ0ZGO0FES0E7RUFDRSxlQUFBO0VBQ0EsbUJBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxjQUFBO0FDSEY7QURNQTtFQUNFLGVBQUE7RUFDQSxrQkFBQTtFQUNBLGNBQUE7QUNKRjtBRFFFO0VBQ0Usc0JBQUE7RUFDQSxlQUFBO0VBQ0EsU0FBQTtFQUNBLFVBQUE7RUFDQSxvQ0FBQTtBQ05KO0FEQ0U7RUFPSSxrQkFBQTtFQUNBLFlBQUE7RUFDQSxVQUFBO0VBQ0EsaUJBQUE7QUNMTjtBRExFO0VBYUksUUFBQTtFQUNBLFlBQUE7RUFDQSxpQkFBQTtBQ0xOO0FEVkU7RUFpQk0sWUFBQTtFQUNBLFlBQUE7RUFDQSxlQUFBO0VBQ0EsY0FBQTtFQUNBLG1CQUFBO0FDSlI7QURqQkU7RUF5QkksY0FBQTtFQUNBLGVBQUE7QUNMTjtBRFVBOztFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7QUNQRjtBRFVBO0VBQ0UsVUFBQTtFQUNBLGtCQUFBO0FDUkYiLCJmaWxlIjoibGlicy9jb21wYXJpc29uL3NyYy9saWIvdXBsb2FkLWZpbGUtcGFuZWwvdXBsb2FkLWZpbGUtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuOmhvc3R7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBhbGlnbi1jb250ZW50OiBjZW50ZXI7XG4gIGhlaWdodDogMTAwJTtcbiAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNDQ0M7XG59XG5cbi53cmFwcGVyIHtcbiAgY29sb3I6IEByZWdlbnQtZ3JheTtcbiAgYmFja2dyb3VuZC1jb2xvcjogQG1lcmN1cnk7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4uaWNvbiB7XG4gIGZvbnQtc2l6ZTogNjVweDtcbiAgbWFyZ2luLWJvdHRvbTogNDNweDtcbiAgZGlzcGxheTogZmxleDtcbiAgY29sb3I6IEByZWdlbnQtZ3JheTtcbn1cblxuLnN0YXJ0IHtcbiAgZm9udC1zaXplOiAxNXB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiBAcmVnZW50LWdyYXk7XG59XG5cbi5nZC1kcmFnLW4tZHJvcC13cmFwIHtcbiAgJi5hY3RpdmUge1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIHRvcDogNjBweDtcbiAgICB3aWR0aDogNTAlO1xuICAgIGJhY2tncm91bmQ6IHJnYmEoMjU1LDI1NSwyNTUsMC44KTtcbiAgICAuaW5pdC1zdGF0ZS13cmFwcGVyIHtcbiAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgIG9wYWNpdHk6IC4yO1xuICAgICAgdG9wOiB1bnNldDtcbiAgICAgIG1hcmdpbi10b3A6IC0xMXB4O1xuICAgIH1cbiAgICAuaW5pdC1zdGF0ZS1kbmQtd3JhcHBlciB7XG4gICAgICB0b3A6IDBweDtcbiAgICAgIHotaW5kZXg6IDk5OTtcbiAgICAgIG1hcmdpbi10b3A6IC0xMXB4O1xuICAgICAgLmljb24ge1xuICAgICAgICB3aWR0aDogMTEzcHg7XG4gICAgICAgIGhlaWdodDogOTBweDtcbiAgICAgICAgZm9udC1zaXplOiA5MHB4O1xuICAgICAgICBjb2xvcjogQHByaW1hcnk7XG4gICAgICAgIG1hcmdpbi1ib3R0b206IDMwcHg7XG4gICAgICB9XG4gICAgfVxuICAgIC50ZXh0IHtcbiAgICAgIGNvbG9yOiBAZG92ZS1ncmF5O1xuICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgIH1cbiAgfVxufVxuXG4uaW5pdC1zdGF0ZS13cmFwcGVyLCAuaW5pdC1zdGF0ZS1kbmQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiAyNTBweDtcbiAgaGVpZ2h0OiAyNTBweDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG59XG5cbi5pbml0LXN0YXRlLXdyYXBwZXIge1xuICB0b3A6IC0zMHB4O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG5cbiIsIjpob3N0IHtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgaGVpZ2h0OiAxMDAlO1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0NDQztcbn1cbi53cmFwcGVyIHtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLmljb24ge1xuICBmb250LXNpemU6IDY1cHg7XG4gIG1hcmdpbi1ib3R0b206IDQzcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGNvbG9yOiAjOTU5ZGE1O1xufVxuLnN0YXJ0IHtcbiAgZm9udC1zaXplOiAxNXB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjOTU5ZGE1O1xufVxuLmdkLWRyYWctbi1kcm9wLXdyYXAuYWN0aXZlIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDYwcHg7XG4gIHdpZHRoOiA1MCU7XG4gIGJhY2tncm91bmQ6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC44KTtcbn1cbi5nZC1kcmFnLW4tZHJvcC13cmFwLmFjdGl2ZSAuaW5pdC1zdGF0ZS13cmFwcGVyIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBvcGFjaXR5OiAwLjI7XG4gIHRvcDogdW5zZXQ7XG4gIG1hcmdpbi10b3A6IC0xMXB4O1xufVxuLmdkLWRyYWctbi1kcm9wLXdyYXAuYWN0aXZlIC5pbml0LXN0YXRlLWRuZC13cmFwcGVyIHtcbiAgdG9wOiAwcHg7XG4gIHotaW5kZXg6IDk5OTtcbiAgbWFyZ2luLXRvcDogLTExcHg7XG59XG4uZ2QtZHJhZy1uLWRyb3Atd3JhcC5hY3RpdmUgLmluaXQtc3RhdGUtZG5kLXdyYXBwZXIgLmljb24ge1xuICB3aWR0aDogMTEzcHg7XG4gIGhlaWdodDogOTBweDtcbiAgZm9udC1zaXplOiA5MHB4O1xuICBjb2xvcjogIzNFNEU1QTtcbiAgbWFyZ2luLWJvdHRvbTogMzBweDtcbn1cbi5nZC1kcmFnLW4tZHJvcC13cmFwLmFjdGl2ZSAudGV4dCB7XG4gIGNvbG9yOiAjNmU2ZTZlO1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uaW5pdC1zdGF0ZS13cmFwcGVyLFxuLmluaXQtc3RhdGUtZG5kLXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aDogMjUwcHg7XG4gIGhlaWdodDogMjUwcHg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xufVxuLmluaXQtc3RhdGUtd3JhcHBlciB7XG4gIHRvcDogLTMwcHg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cbiJdfQ== */" /***/ }), /***/ "../../libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.ts": -/*!*******************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.ts ***! - \*******************************************************************************************************************************/ +/*!*******************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.ts ***! + \*******************************************************************************************************************/ /*! exports provided: UploadFilePanelComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -10137,9 +10712,9 @@ var UploadFilePanelComponent = /** @class */ (function () { /***/ }), /***/ "../../libs/conversion/src/index.ts": -/*!***********************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/index.ts ***! - \***********************************************************************************/ +/*!***********************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/index.ts ***! + \***********************************************************************/ /*! exports provided: initializeApp, ConversionModule, ConversionAppComponent, ConversionService, ConversionConfigService, ConversionRequestModel, ConversionItemModel, ExtendedFileModel */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -10176,20 +10751,20 @@ __webpack_require__.r(__webpack_exports__); /***/ }), /***/ "../../libs/conversion/src/lib/conversion-app.component.less": -/*!************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-app.component.less ***! - \************************************************************************************************************/ +/*!************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-app.component.less ***! + \************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n/deep/ .tools .button {\n color: #fff !important;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-flow: column;\n}\n/deep/ .tools .button.inactive {\n color: #959da5 !important;\n}\n/deep/ .tools .icon-button {\n margin: 0px 0px 0px 7px !important;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: inherit;\n}\n.gd-document {\n width: 100%;\n height: 100%;\n}\n.top-panel {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n width: 100%;\n}\n.toolbar-panel {\n background-color: #3e4e5a;\n width: 100%;\n}\n@media (max-width: 1037px) {\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\n margin: 0px 0px 0px 10px !important;\n }\n ::ng-deep .tools .icon-button {\n height: 60px !important;\n width: 60px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24tYXBwLmNvbXBvbmVudC5sZXNzIiwiL1VzZXJzL2VsZW5rby9wcm9qZWN0cy9Hcm91cERvY3MuVG90YWwtQW5ndWxhci9saWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWFwcC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSw2RUNBa0I7QUFHbEI7RUFDRSxzREFBQTtBRERGO0FDSUE7RUFFSSxzQkFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxpQkFBQTtBREhKO0FDSUk7RUFDRSx5QkFBQTtBREZOO0FDSEE7RUFTSSxrQ0FBQTtBREhKO0FDT0E7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRExGO0FDUUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0FETkY7QUNTQTtFQUNFLFdBQUE7RUFDQSxZQUFBO0FEUEY7QUNVQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0FEUkY7QUNXQTtFQUNFLHlCQUFBO0VBQ0EsV0FBQTtBRFRGO0FDWUE7RUFDRTtJQUVJLG1DQUFBO0VEWEo7RUNTQTtJQUtJLHVCQUFBO0lBQ0EsV0FBQTtFRFhKO0FBQ0YiLCJmaWxlIjoibGlicy9jb252ZXJzaW9uL3NyYy9saWIvY29udmVyc2lvbi1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG4gL2RlZXAvIC50b29scyAuYnV0dG9uIHtcbiAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbiAgZmxleC1mbG93OiBjb2x1bW47XG59XG4gL2RlZXAvIC50b29scyAuYnV0dG9uLmluYWN0aXZlIHtcbiAgY29sb3I6ICM5NTlkYTUgIWltcG9ydGFudDtcbn1cbiAvZGVlcC8gLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gIG1hcmdpbjogMHB4IDBweCAwcHggN3B4ICFpbXBvcnRhbnQ7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnRvb2xiYXItcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM2U0ZTVhO1xuICB3aWR0aDogMTAwJTtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgOjpuZy1kZWVwIC50b29scyBnZC1idXR0b246bnRoLWNoaWxkKDEpID4gLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAwcHggMHB4IDEwcHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gICAgaGVpZ2h0OiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgd2lkdGg6IDYwcHg7XG4gIH1cbn1cbiIsIkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zJmRpc3BsYXk9c3dhcCcpO1xuQGltcG9ydCBcIi4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG5cbi9kZWVwLyAudG9vbHMge1xuICAuYnV0dG9uIHtcbiAgICBjb2xvcjogI2ZmZiAhaW1wb3J0YW50O1xuICAgIGZsZXgtZmxvdzogY29sdW1uO1xuICAgICYuaW5hY3RpdmV7XG4gICAgICBjb2xvcjogQHJlZ2VudC1ncmF5ICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG4gIC5pY29uLWJ1dHRvbntcbiAgICBtYXJnaW46IDBweCAwcHggMHB4IDdweCAhaW1wb3J0YW50O1xuICB9XG59XG5cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgdG9wOiAwO1xuICBib3R0b206IDA7XG4gIGxlZnQ6IDA7XG4gIHJpZ2h0OiAwO1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xufVxuXG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4udG9wLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgd2lkdGg6IDEwMCU7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNlNGU1YTtcbiAgd2lkdGg6IDEwMCU7XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIGdkLWJ1dHRvbjpudGgtY2hpbGQoMSkgPiAuaWNvbi1idXR0b257XG4gICAgICBtYXJnaW46IDBweCAwcHggMHB4IDEwcHggIWltcG9ydGFudDtcbiAgICB9XG4gICAgLmljb24tYnV0dG9ue1xuICAgICAgaGVpZ2h0OiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgICB3aWR0aDogNjBweDtcbiAgICB9XG4gIH1cbn0iXX0= */" +module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n::ng-deep .tools .button {\n color: #fff !important;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-flow: column;\n}\n::ng-deep .tools .button.inactive {\n color: #959da5 !important;\n}\n::ng-deep .tools .icon-button {\n margin: 0px 0px 0px 7px !important;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: inherit;\n}\n.gd-document {\n width: 100%;\n height: 100%;\n}\n.top-panel {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n width: 100%;\n}\n.toolbar-panel {\n background-color: #3e4e5a;\n width: 100%;\n}\n@media (max-width: 1037px) {\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\n margin: 0px 0px 0px 10px !important;\n }\n ::ng-deep .tools .icon-button {\n height: 60px !important;\n width: 60px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24tYXBwLmNvbXBvbmVudC5sZXNzIiwibGlicy9jb252ZXJzaW9uL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWFwcC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSw2RUNBa0I7QUFHbEI7RUFDRSxzREFBQTtBRERGO0FDSUE7RUFFSSxzQkFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxpQkFBQTtBREhKO0FDS0k7RUFDRSx5QkFBQTtBREhOO0FDSEE7RUFXSSxrQ0FBQTtBRExKO0FDU0E7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRFBGO0FDVUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0FEUkY7QUNXQTtFQUNFLFdBQUE7RUFDQSxZQUFBO0FEVEY7QUNZQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0FEVkY7QUNhQTtFQUNFLHlCQUFBO0VBQ0EsV0FBQTtBRFhGO0FDY0E7RUFDRTtJQUVJLG1DQUFBO0VEYko7RUNXQTtJQU1JLHVCQUFBO0lBQ0EsV0FBQTtFRGRKO0FBQ0YiLCJmaWxlIjoibGlicy9jb252ZXJzaW9uL3NyYy9saWIvY29udmVyc2lvbi1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24ge1xuICBjb2xvcjogI2ZmZiAhaW1wb3J0YW50O1xuICBmbGV4LWZsb3c6IGNvbHVtbjtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbi5pbmFjdGl2ZSB7XG4gIGNvbG9yOiAjOTU5ZGE1ICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gIG1hcmdpbjogMHB4IDBweCAwcHggN3B4ICFpbXBvcnRhbnQ7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnRvb2xiYXItcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM2U0ZTVhO1xuICB3aWR0aDogMTAwJTtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgOjpuZy1kZWVwIC50b29scyBnZC1idXR0b246bnRoLWNoaWxkKDEpID4gLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAwcHggMHB4IDEwcHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gICAgaGVpZ2h0OiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgd2lkdGg6IDYwcHg7XG4gIH1cbn1cbiIsIkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zJmRpc3BsYXk9c3dhcCcpO1xuQGltcG9ydCBcIi4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG5cbjo6bmctZGVlcCAudG9vbHMge1xuICAuYnV0dG9uIHtcbiAgICBjb2xvciAgICA6ICNmZmYgIWltcG9ydGFudDtcbiAgICBmbGV4LWZsb3c6IGNvbHVtbjtcblxuICAgICYuaW5hY3RpdmUge1xuICAgICAgY29sb3I6IEByZWdlbnQtZ3JheSAgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICAuaWNvbi1idXR0b24ge1xuICAgIG1hcmdpbjogMHB4IDBweCAwcHggN3B4ICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0ICAgICA6IDEwMCU7XG4gIHdpZHRoICAgICAgOiAxMDAlO1xuICBwb3NpdGlvbiAgIDogZml4ZWQ7XG4gIHRvcCAgICAgICAgOiAwO1xuICBib3R0b20gICAgIDogMDtcbiAgbGVmdCAgICAgICA6IDA7XG4gIHJpZ2h0ICAgICAgOiAwO1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0IDogaW5oZXJpdDtcbn1cblxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGggOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi50b3AtcGFuZWwge1xuICBkaXNwbGF5ICAgIDogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgd2lkdGggICAgICA6IDEwMCU7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNlNGU1YTtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgOjpuZy1kZWVwIC50b29scyB7XG4gICAgZ2QtYnV0dG9uOm50aC1jaGlsZCgxKT4uaWNvbi1idXR0b24ge1xuICAgICAgbWFyZ2luOiAwcHggMHB4IDBweCAxMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuXG4gICAgLmljb24tYnV0dG9uIHtcbiAgICAgIGhlaWdodDogNjBweCAhaW1wb3J0YW50O1xuICAgICAgd2lkdGggOiA2MHB4O1xuICAgIH1cbiAgfVxufSJdfQ== */" /***/ }), /***/ "../../libs/conversion/src/lib/conversion-app.component.ts": -/*!**********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-app.component.ts ***! - \**********************************************************************************************************/ +/*!**********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-app.component.ts ***! + \**********************************************************************************************/ /*! exports provided: ConversionAppComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -10294,7 +10869,8 @@ var ConversionAppComponent = /** @class */ (function () { this._conversionService.loadFiles($event).subscribe(function (files) { return _this.files = files || []; }); }; ConversionAppComponent.prototype.convertSingleItem = function (item) { - var workItem = this.conversionItems.find(function (x) { return x.guid === item.guid; }); + var workItem = this.conversionItems.find(function (x) { return x.guid === item.guid + && x.destinationType === item.destinationType; }); workItem.converting = true; this._conversionService.convert(item).subscribe(function () { workItem.converting = false; @@ -10362,20 +10938,20 @@ var ConversionAppComponent = /** @class */ (function () { /***/ }), /***/ "../../libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.less": -/*!*********************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.less ***! - \*********************************************************************************************************************************************************/ +/*!*********************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.less ***! + \*********************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-modal-table {\n width: 100%;\n text-align: left;\n}\n#gd-browse-section {\n width: 1036px;\n height: 561px;\n overflow-y: auto;\n}\n.list-files-header {\n height: 60px;\n color: #6e6e6e;\n font-size: 13px;\n font-weight: bold;\n background-color: #f4f4f4;\n margin-top: 24px;\n}\n.list-files-header.upload-url {\n margin-top: 20px;\n}\n.header-name {\n padding-left: 68px;\n width: 90%;\n line-height: 60px;\n}\n.header-size {\n padding-right: 84px;\n line-height: 60px;\n}\n.header-size,\n.file-size {\n width: 7%;\n color: #777777;\n text-align: left;\n}\n.file-size {\n font-size: 12px;\n width: 7%;\n line-height: 79px;\n}\n.file-description {\n display: -webkit-box;\n display: flex;\n width: 90%;\n padding: 18px 0px 18px 0px;\n font-size: 14px;\n -webkit-box-flex: 1;\n flex: 1;\n cursor: pointer;\n overflow: hidden;\n}\n.file-description .ng-fa-icon {\n font-size: 32px;\n}\n.gd-modal-spinner {\n background-color: #ffffff;\n width: 100%;\n height: 20px;\n text-align: center;\n font-size: 16px;\n}\n.gd-cancel-button {\n padding: 7px;\n background: none;\n width: 28px;\n overflow: hidden;\n}\n.gd-cancel-button i {\n font-size: 21px;\n}\n.gd-file-name {\n white-space: nowrap;\n overflow: hidden;\n width: 100%;\n text-overflow: ellipsis;\n}\n.upload-panel {\n display: -webkit-box;\n display: flex;\n position: relative;\n width: 100%;\n margin-top: 24px;\n margin-right: 24px;\n}\n.upload-panel .select-all {\n height: 37px;\n margin: 0px 16px 0px 15px;\n width: 37px;\n line-height: 44px;\n text-align: center;\n}\n.upload-panel .context {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n width: 100%;\n margin-right: 24px;\n}\n.upload-panel .context .context-actions {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n width: 100%;\n}\n.upload-panel .context .context-actions *:last-child {\n margin-right: 0px;\n}\n.upload-panel .context .context-actions ::ng-deep .button {\n height: 37px;\n width: 96px;\n padding: 0px;\n -webkit-box-pack: center;\n justify-content: center;\n font-size: 14px;\n}\n.upload-panel .context .context-actions ::ng-deep .button ::ng-deep .text {\n font-size: 10px;\n}\n.upload-panel .context .context-actions ::ng-deep .button.primary {\n width: 117px;\n background-color: #4b566c;\n}\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive {\n width: 106px;\n background-color: #959da5;\n}\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive /deep/ .text {\n color: #3E4E5A;\n}\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive /deep/ fa-icon {\n color: #3E4E5A;\n}\n.upload-panel .context .context-panel {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n width: 100%;\n margin-top: 20px;\n}\n.upload-panel .context .context-panel .upload-url {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n width: 100%;\n}\n.upload-panel .context .context-panel .upload-url .url-input {\n width: 100%;\n height: 27px;\n border: 1px solid #25c2d4;\n font-size: 14px;\n padding-left: 6px;\n}\n.upload-panel .context .context-panel .upload-url .url-check {\n width: 31px;\n height: 31px;\n color: #FFFFFF;\n font-size: 15px;\n background-color: #25c2d4;\n}\n.upload-panel .context .context-panel .upload-url .url-check .ng-fa-icon {\n display: block;\n padding: 8px;\n}\n.upload-panel gd-drop-down {\n margin-right: 10px;\n}\n.upload-panel gd-drop-down /deep/ .drop-down-item .text {\n margin-left: 7px;\n text-transform: uppercase;\n color: #6e6e6e;\n}\n.upload-panel gd-drop-down /deep/ .drop-down-item:hover {\n background-color: #4b566c;\n}\n.upload-panel gd-drop-down /deep/ .drop-down-item:hover * {\n color: #FFF;\n}\n.list-files-lines,\n.list-files-header {\n display: -webkit-box;\n display: flex;\n width: 100%;\n -webkit-box-pack: justify;\n justify-content: space-between;\n}\n.file-description .ng-fa-icon.fa-file-pdf {\n color: #e04e4e;\n}\n.file-description .ng-fa-icon.fa-file-word {\n color: #539CF0;\n}\n.file-description .ng-fa-icon.fa-file-powerpoint {\n color: #e29e1e;\n}\n.file-description .ng-fa-icon.fa-file-excel {\n color: #7cbc46;\n}\n.file-description .ng-fa-icon.fa-file-image {\n color: #c375ed;\n}\n.file-description .ng-fa-icon.fa-file-text .fa-folder,\n.file-description .ng-fa-icon.fa-file,\n.file-description .ng-fa-icon.fa-file-alt {\n color: #4b566c;\n}\n.go-up {\n cursor: pointer;\n display: -webkit-box;\n display: flex;\n font-size: 26px;\n color: #4b566c;\n height: 79px;\n}\n.go-up-dots {\n margin-left: 20px;\n margin-top: 22px;\n font-size: 16px;\n}\n.go-up-icon {\n display: block;\n padding: 18px 0px 18px 68px;\n}\n.file-name {\n font-size: 16px;\n color: #6e6e6e;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-name-format {\n padding-left: 11px;\n overflow: hidden;\n}\n.file-format {\n font-size: 10px;\n padding-top: 3px;\n color: #acacac;\n}\n.list-files-lines,\n.go-up {\n border-bottom: 1px solid #e7e7e7;\n}\n.list-files-lines:hover {\n background-color: #E5E5E5;\n}\n.gd-dnd-wrap {\n background-color: #FFF;\n cursor: default;\n position: absolute;\n width: 100%;\n height: calc(100% - 60px);\n background: rgba(255, 255, 255, 0.7);\n z-index: 1;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-drag-n-drop-icon {\n margin-top: -50px;\n}\n.gd-drag-n-drop-icon .fa-cloud-download-alt {\n color: #D1D1D1;\n font-size: 110px;\n}\n.gd-file-checkbox {\n height: 37px;\n margin: 21px 16px 21px 15px;\n width: 37px;\n line-height: 44px;\n text-align: center;\n}\n.gd-file-checkbox.empty {\n width: 37px;\n}\n.file-format-select {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n width: 36px;\n margin-right: 24px;\n}\n.file-format-select ::ng-deep .button {\n padding: 0px;\n width: 36px;\n margin: 0px;\n font-size: 14px;\n}\n.file-format-select ::ng-deep .button .text {\n padding: 0px;\n}\n.file-format-select ::ng-deep .show .button {\n color: #959da5;\n}\n.file-format-select gd-drop-down /deep/ .drop-down-item {\n width: 96px;\n}\n.file-format-select gd-drop-down /deep/ .drop-down-item .text {\n padding-left: 7px;\n text-transform: uppercase;\n color: #6e6e6e;\n}\n.file-format-select gd-drop-down /deep/ .drop-down-item:hover {\n background-color: #4b566c;\n}\n.file-format-select gd-drop-down /deep/ .drop-down-item:hover * {\n color: #FFF;\n}\n.gd-checkbox {\n width: 19px;\n height: 19px;\n margin: 0px;\n}\n.gd-checkbox:before {\n position: relative;\n display: -webkit-box;\n display: flex;\n width: 17px;\n height: 17px;\n border: 1px solid #707070;\n content: \"\";\n background: #FFFFFF;\n cursor: pointer;\n}\n.gd-checkbox:after {\n position: relative;\n display: -webkit-box;\n display: flex;\n left: 1px;\n top: -18px;\n width: 16px;\n height: 16px;\n content: \"\";\n cursor: pointer;\n}\n.gd-checkbox:checked:after {\n font-family: \"Font Awesome 5 Free\";\n content: \"\\f00c\";\n font-weight: 900;\n font-size: 16px;\n color: #6E6E6E;\n}\n.gd-add-selected.active {\n cursor: pointer;\n opacity: 1;\n}\n.gd-add-selected {\n width: 140px;\n height: 36px;\n background-color: #3E4E5A;\n color: #FFFFFF;\n margin: 0px 8px 0px 0px;\n border: 0;\n cursor: not-allowed;\n opacity: 0.43;\n}\n.gd-folder-name {\n margin-top: 8px;\n}\n.dnd-wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n top: 259px;\n position: absolute;\n}\n.dnd-wrapper .text {\n color: #6e6e6e;\n font-size: 14px;\n}\n.dnd-wrapper .icon {\n display: -webkit-box;\n display: flex;\n width: 113px;\n height: 90px;\n font-size: 90px;\n color: #3E4E5A;\n margin-bottom: 30px;\n}\n@media (max-width: 1037px) {\n .header-size,\n .file-size {\n width: 18%;\n }\n .gd-dnd-wrap {\n width: 95%;\n }\n #gd-browse-section {\n width: 100%;\n }\n .list-files-header,\n .file-size {\n display: none;\n }\n #gd-browse-section {\n width: 100%;\n height: calc(100% - 146px);\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb252ZXJzaW9uL3NyYy9saWIvY29udmVyc2lvbi1icm93c2UtZmlsZXMtbW9kYWwvY29udmVyc2lvbi1icm93c2UtZmlsZXMtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLFdBQUE7RUFDQSxnQkFBQTtBQ0RGO0FESUE7RUFDRSxhQUFBO0VBQ0EsYUFBQTtFQUNBLGdCQUFBO0FDRkY7QURLQTtFQUNFLFlBQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtFQUNBLGlCQUFBO0VBQ0EseUJBQUE7RUFDQSxnQkFBQTtBQ0hGO0FESUU7RUFDRSxnQkFBQTtBQ0ZKO0FETUE7RUFDRSxrQkFBQTtFQUNBLFVBQUE7RUFDQSxpQkFBQTtBQ0pGO0FETUE7RUFDRSxtQkFBQTtFQUNBLGlCQUFBO0FDSkY7QURRQTs7RUFDRSxTQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0FDTEY7QURRQTtFQUNFLGVBQUE7RUFDQSxTQUFBO0VBQ0EsaUJBQUE7QUNORjtBRFNBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsVUFBQTtFQUNBLDBCQUFBO0VBQ0EsZUFBQTtFQUNBLG1CQUFBO1VBQUEsT0FBQTtFQUNBLGVBQUE7RUFDQSxnQkFBQTtBQ1BGO0FEVUE7RUFDRSxlQUFBO0FDUkY7QURXQTtFQUNFLHlCQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtFQUNBLGVBQUE7QUNURjtBRFlBO0VBQ0UsWUFBQTtFQUNBLGdCQUFBO0VBQ0EsV0FBQTtFQUNBLGdCQUFBO0FDVkY7QURhQTtFQUNFLGVBQUE7QUNYRjtBRGNBO0VBQ0UsbUJBQUE7RUFDQSxnQkFBQTtFQUNBLFdBQUE7RUFDQSx1QkFBQTtBQ1pGO0FEZUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxrQkFBQTtFQUNBLFdBQUE7RUFDQSxnQkFBQTtFQUNBLGtCQUFBO0FDYkY7QURRQTtFQVFJLFlBQUE7RUFDQSx5QkFBQTtFQUNBLFdBQUE7RUFDQSxpQkFBQTtFQUNBLGtCQUFBO0FDYko7QURDQTtFQWdCSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxXQUFBO0VBQ0Esa0JBQUE7QUNkSjtBRExBO0VBcUJNLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtFQUNBLFdBQUE7QUNiTjtBRFZBO0VBeUJRLGlCQUFBO0FDWlI7QURiQTtFQTRCUSxZQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EsZUFBQTtBQ1pSO0FEcEJBO0VBa0NVLGVBQUE7QUNYVjtBRGFRO0VBQ0UsWUFBQTtFQUNBLHlCQUFBO0FDWFY7QURZVTtFQUNFLFlBQUE7RUFDQSx5QkFBQTtBQ1ZaO0FEUVU7RUFJSSxjQUFBO0FDVGQ7QURLVTtFQU9JLGNBQUE7QUNUZDtBRHJDQTtFQXFETSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw4QkFBQTtFQUFBLDZCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0VBQ0EsZ0JBQUE7QUNiTjtBRDNDQTtFQTBEUSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw4QkFBQTtFQUFBLDZCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0FDWlI7QURoREE7RUE4RFUsV0FBQTtFQUNBLFlBQUE7RUFDQSx5QkFBQTtFQUNBLGVBQUE7RUFDQSxpQkFBQTtBQ1hWO0FEdkRBO0VBcUVVLFdBQUE7RUFDQSxZQUFBO0VBQ0EsY0FBQTtFQUNBLGVBQUE7RUFDQSx5QkFBQTtBQ1hWO0FEOURBO0VBNEVVLGNBQUE7RUFDQSxZQUFBO0FDWFY7QURsRUE7RUFvRkksa0JBQUE7QUNmSjtBRHJFQTtFQXVGUSxnQkFBQTtFQUNBLHlCQUFBO0VBQ0EsY0FBQTtBQ2ZSO0FEaUJNO0VBQ0UseUJBQUE7QUNmUjtBRGNNO0VBR0ksV0FBQTtBQ2RWO0FEcUJBOztFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtVQUFBLDhCQUFBO0FDbEJGO0FEcUJBO0VBQ0UsY0FBQTtBQ25CRjtBRHNCQTtFQUNFLGNBQUE7QUNwQkY7QUR1QkE7RUFDRSxjQUFBO0FDckJGO0FEd0JBO0VBQ0UsY0FBQTtBQ3RCRjtBRHlCQTtFQUNFLGNBQUE7QUN2QkY7QUQwQkE7OztFQUdFLGNBQUE7QUN4QkY7QUQyQkE7RUFDRSxlQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsZUFBQTtFQUNBLGNBQUE7RUFDQSxZQUFBO0FDekJGO0FENEJBO0VBQ0UsaUJBQUE7RUFDQSxnQkFBQTtFQUNBLGVBQUE7QUMxQkY7QUQ2QkE7RUFDRSxjQUFBO0VBQ0EsMkJBQUE7QUMzQkY7QUQ4QkE7RUFDRSxlQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0VBQ0EsdUJBQUE7QUM1QkY7QUQrQkE7RUFDRSxrQkFBQTtFQUNBLGdCQUFBO0FDN0JGO0FEZ0NBO0VBQ0UsZUFBQTtFQUNBLGdCQUFBO0VBQ0EsY0FBQTtBQzlCRjtBRGlDQTs7RUFDRSxnQ0FBQTtBQzlCRjtBRGtDRTtFQUNFLHlCQUFBO0FDaENKO0FEb0NBO0VBQ0Usc0JBQUE7RUFDQSxlQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0VBQ0EseUJBQUE7RUFDQSxvQ0FBQTtFQUNBLFVBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ2xDRjtBRHFDQTtFQUNFLGlCQUFBO0FDbkNGO0FEc0NBO0VBQ0UsY0FBQTtFQUNBLGdCQUFBO0FDcENGO0FEdUNBO0VBQ0UsWUFBQTtFQUNBLDJCQUFBO0VBQ0EsV0FBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7QUNyQ0Y7QUR3Q0E7RUFDRSxXQUFBO0FDdENGO0FEeUNBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLFdBQUE7RUFDQSxrQkFBQTtBQ3ZDRjtBRG1DQTtFQU1JLFlBQUE7RUFDQSxXQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7QUN0Q0o7QUQ2QkE7RUFXTSxZQUFBO0FDckNOO0FEMEJBO0VBZ0JJLGNBQUE7QUN2Q0o7QUR1QkE7RUFxQk0sV0FBQTtBQ3pDTjtBRG9CQTtFQXVCUSxpQkFBQTtFQUNBLHlCQUFBO0VBQ0EsY0FBQTtBQ3hDUjtBRDBDTTtFQUNFLHlCQUFBO0FDeENSO0FEdUNNO0VBR0ksV0FBQTtBQ3ZDVjtBRDhDQTtFQUNFLFdBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtBQzVDRjtBRDZDRTtFQUNFLGtCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSx5QkFBQTtFQUNBLFdBQUE7RUFDQSxtQkFBQTtFQUNBLGVBQUE7QUMzQ0o7QUQ2Q0U7RUFDRSxrQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLFNBQUE7RUFDQSxVQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsZUFBQTtBQzNDSjtBRDhDSTtFQUNFLGtDQUFBO0VBQ0EsZ0JBQUE7RUFDQSxnQkFBQTtFQUNBLGVBQUE7RUFDQSxjQUFBO0FDNUNOO0FEaURBO0VBQ0UsZUFBQTtFQUNBLFVBQUE7QUMvQ0Y7QURrREE7RUFDRSxZQUFBO0VBQ0EsWUFBQTtFQUNBLHlCQUFBO0VBQ0EsY0FBQTtFQUNBLHVCQUFBO0VBQ0EsU0FBQTtFQUNBLG1CQUFBO0VBQ0EsYUFBQTtBQ2hERjtBRG1EQTtFQUNFLGVBQUE7QUNqREY7QURvREE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLFVBQUE7RUFDQSxrQkFBQTtBQ2xERjtBRDRDQTtFQVFJLGNBQUE7RUFDQSxlQUFBO0FDakRKO0FEd0NBO0VBWUksb0JBQUE7RUFBQSxhQUFBO0VBQ0EsWUFBQTtFQUNBLFlBQUE7RUFDQSxlQUFBO0VBQ0EsY0FBQTtFQUNBLG1CQUFBO0FDakRKO0FEcURBO0VBQ0U7O0lBQ0UsVUFBQTtFQ2xERjtFRG9EQTtJQUNFLFVBQUE7RUNsREY7RURvREE7SUFDRSxXQUFBO0VDbERGO0VEb0RBOztJQUNFLGFBQUE7RUNqREY7RURtREE7SUFDRSxXQUFBO0lBQ0EsMEJBQUE7RUNqREY7QUFDRiIsImZpbGUiOiJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLy4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzLmxlc3NcIjtcblxuLmdkLW1vZGFsLXRhYmxlIHtcbiAgd2lkdGg6IDEwMCU7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG59XG5cbiNnZC1icm93c2Utc2VjdGlvbiB7XG4gIHdpZHRoOiAxMDM2cHg7XG4gIGhlaWdodDogNTYxcHg7XG4gIG92ZXJmbG93LXk6IGF1dG87XG59XG5cbi5saXN0LWZpbGVzLWhlYWRlciB7XG4gIGhlaWdodDogNjBweDtcbiAgY29sb3I6IEBkb3ZlLWdyYXk7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG4gIG1hcmdpbi10b3A6IDI0cHg7XG4gICYudXBsb2FkLXVybCB7XG4gICAgbWFyZ2luLXRvcDogMjBweDtcbiAgfVxufVxuXG4uaGVhZGVyLW5hbWUge1xuICBwYWRkaW5nLWxlZnQ6IDY4cHg7XG4gIHdpZHRoOiA5MCU7XG4gIGxpbmUtaGVpZ2h0OiA2MHB4O1xufVxuLmhlYWRlci1zaXplIHtcbiAgcGFkZGluZy1yaWdodDogODRweDtcbiAgbGluZS1oZWlnaHQ6IDYwcHg7XG4gIC8vIFRPRE86IGFkZCBvdmVyZmxvdy15OiBzY3JvbGwgaWYgc2Nyb2xsLWJhciBpbiBmaWxlcyBhcHBlYXJzXG59XG5cbi5oZWFkZXItc2l6ZSwgLmZpbGUtc2l6ZSB7XG4gIHdpZHRoOiA3JTtcbiAgY29sb3I6ICM3Nzc3Nzc7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG59XG5cbi5maWxlLXNpemUge1xuICBmb250LXNpemU6IDEycHg7XG4gIHdpZHRoOiA3JTtcbiAgbGluZS1oZWlnaHQ6IDc5cHg7XG59XG5cbi5maWxlLWRlc2NyaXB0aW9uIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDkwJTtcbiAgcGFkZGluZzogMThweCAwcHggMThweCAwcHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgZmxleDogMTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAgLm5nLWZhLWljb24ge1xuICBmb250LXNpemU6IDMycHg7XG59XG5cbi5nZC1tb2RhbC1zcGlubmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMjBweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBmb250LXNpemU6IDE2cHg7XG59XG5cbi5nZC1jYW5jZWwtYnV0dG9uIHtcbiAgcGFkZGluZzogN3B4O1xuICBiYWNrZ3JvdW5kOiBub25lO1xuICB3aWR0aDogMjhweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cblxuLmdkLWNhbmNlbC1idXR0b24gaSB7XG4gIGZvbnQtc2l6ZTogMjFweDtcbn1cblxuLmdkLWZpbGUtbmFtZSB7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbn1cblxuLnVwbG9hZC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgd2lkdGg6IDEwMCU7XG4gIG1hcmdpbi10b3A6IDI0cHg7XG4gIG1hcmdpbi1yaWdodDogMjRweDtcblxuICAuc2VsZWN0LWFsbHtcbiAgICBoZWlnaHQ6IDM3cHg7XG4gICAgbWFyZ2luOiAwcHggMTZweCAwcHggMTVweDtcbiAgICB3aWR0aDogMzdweDtcbiAgICBsaW5lLWhlaWdodDogNDRweDtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIH1cblxuICAuY29udGV4dHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgbWFyZ2luLXJpZ2h0OiAyNHB4O1xuICAgIC5jb250ZXh0LWFjdGlvbnN7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgKjpsYXN0LWNoaWxke1xuICAgICAgICBtYXJnaW4tcmlnaHQ6IDBweDtcbiAgICAgIH1cbiAgICAgIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICAgICAgaGVpZ2h0OiAzN3B4O1xuICAgICAgICB3aWR0aDogOTZweDtcbiAgICAgICAgcGFkZGluZzogMHB4O1xuICAgICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgICAgICA6Om5nLWRlZXAgLnRleHQge1xuICAgICAgICAgIGZvbnQtc2l6ZTogMTBweDtcbiAgICAgICAgfVxuICAgICAgICAmLnByaW1hcnkge1xuICAgICAgICAgIHdpZHRoOiAxMTdweDtcbiAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAZm9sZGVyO1xuICAgICAgICAgICYuaW5hY3RpdmUge1xuICAgICAgICAgICAgd2lkdGg6IDEwNnB4O1xuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogQHJlZ2VudC1ncmF5O1xuICAgICAgICAgICAgL2RlZXAvIC50ZXh0IHtcbiAgICAgICAgICAgICAgY29sb3I6IEBwcmltYXJ5O1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgL2RlZXAvIGZhLWljb24ge1xuICAgICAgICAgICAgICBjb2xvcjogQHByaW1hcnlcbiAgICAgICAgICAgIH1cbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gICAgLmNvbnRleHQtcGFuZWx7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgbWFyZ2luLXRvcDogMjBweDtcbiAgICAgIC51cGxvYWQtdXJsIHtcbiAgICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgICAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICAgIC51cmwtaW5wdXQge1xuICAgICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgICAgIGhlaWdodDogMjdweDtcbiAgICAgICAgICBib3JkZXI6IDFweCBzb2xpZCBAYnJhbmQ7XG4gICAgICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgICAgICAgIHBhZGRpbmctbGVmdDogNnB4O1xuICAgICAgICB9XG4gICAgICAgIC51cmwtY2hlY2sge1xuICAgICAgICAgIHdpZHRoOiAzMXB4O1xuICAgICAgICAgIGhlaWdodDogMzFweDtcbiAgICAgICAgICBjb2xvcjogI0ZGRkZGRjtcbiAgICAgICAgICBmb250LXNpemU6IDE1cHg7XG4gICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogQGJyYW5kO1xuICAgICAgICB9XG4gICAgICAgIC51cmwtY2hlY2sgLm5nLWZhLWljb24ge1xuICAgICAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgICAgIHBhZGRpbmc6IDhweDtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIGdkLWRyb3AtZG93bntcbiAgICBtYXJnaW4tcmlnaHQ6IDEwcHg7XG4gICAgL2RlZXAvIC5kcm9wLWRvd24taXRlbSB7XG4gICAgICAudGV4dCB7XG4gICAgICAgIG1hcmdpbi1sZWZ0OiA3cHg7XG4gICAgICAgIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gICAgICAgIGNvbG9yOiBAZG92ZS1ncmF5O1xuICAgICAgfVxuICAgICAgJjpob3ZlcntcbiAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogQGZvbGRlcjtcbiAgICAgICAgKntcbiAgICAgICAgICBjb2xvcjogI0ZGRjtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgfVxufVxuXG4ubGlzdC1maWxlcy1saW5lcywgLmxpc3QtZmlsZXMtaGVhZGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDEwMCU7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2Vlbjtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogQHBkZjtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS13b3JkIHtcbiAgY29sb3I6IEB3b3JkO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogQHBvd2VycG9pbnQ7XG59XG5cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtZXhjZWwge1xuICBjb2xvcjogQGV4Y2VsO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6IEBpbWFnZTtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIsXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLFxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1hbHQge1xuICBjb2xvcjogQGZvbGRlcjtcbn1cblxuLmdvLXVwIHtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBkaXNwbGF5OiBmbGV4O1xuICBmb250LXNpemU6IDI2cHg7XG4gIGNvbG9yOiBAZm9sZGVyO1xuICBoZWlnaHQ6IDc5cHg7XG59XG5cbi5nby11cC1kb3RzIHtcbiAgbWFyZ2luLWxlZnQ6IDIwcHg7XG4gIG1hcmdpbi10b3A6IDIycHg7XG4gIGZvbnQtc2l6ZTogMTZweDtcbn1cblxuLmdvLXVwLWljb24ge1xuICBkaXNwbGF5OiBibG9jaztcbiAgcGFkZGluZzogMThweCAwcHggMThweCA2OHB4O1xufVxuXG4uZmlsZS1uYW1lIHtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBjb2xvcjogQGRvdmUtZ3JheTtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG59XG5cbi5maWxlLW5hbWUtZm9ybWF0IHtcbiAgcGFkZGluZy1sZWZ0OiAxMXB4O1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuXG4uZmlsZS1mb3JtYXQge1xuICBmb250LXNpemU6IDEwcHg7XG4gIHBhZGRpbmctdG9wOiAzcHg7XG4gIGNvbG9yOiBAc2lsdmVyLWNoYWxpY2U7XG59XG5cbi5saXN0LWZpbGVzLWxpbmVzLCAuZ28tdXAge1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgQG1lcmN1cnk7XG59XG5cbi5saXN0LWZpbGVzLWxpbmVzIHtcbiAgJjpob3ZlciB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQG5hdi1hY2NlbnQtYmFja2dyb3VuZDtcbiAgfVxufVxuXG4uZ2QtZG5kLXdyYXAge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBjdXJzb3I6IGRlZmF1bHQ7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gNjBweCk7XG4gIGJhY2tncm91bmQ6IHJnYmEoMjU1LDI1NSwyNTUsMC43KTtcbiAgei1pbmRleDogMTtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5nZC1kcmFnLW4tZHJvcC1pY29uIHtcbiAgbWFyZ2luLXRvcDogLTUwcHg7XG59XG5cbi5nZC1kcmFnLW4tZHJvcC1pY29uIC5mYS1jbG91ZC1kb3dubG9hZC1hbHQge1xuICBjb2xvcjogI0QxRDFEMTtcbiAgZm9udC1zaXplOiAxMTBweDtcbn1cblxuLmdkLWZpbGUtY2hlY2tib3gge1xuICBoZWlnaHQ6IDM3cHg7XG4gIG1hcmdpbjogMjFweCAxNnB4IDIxcHggMTVweDtcbiAgd2lkdGg6IDM3cHg7XG4gIGxpbmUtaGVpZ2h0OiA0NHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG5cbi5nZC1maWxlLWNoZWNrYm94LmVtcHR5IHtcbiAgd2lkdGg6IDM3cHg7XG59XG5cbi5maWxlLWZvcm1hdC1zZWxlY3Qge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMzZweDtcbiAgbWFyZ2luLXJpZ2h0OiAyNHB4O1xuICA6Om5nLWRlZXAgLmJ1dHRvbntcbiAgICBwYWRkaW5nOiAwcHg7XG4gICAgd2lkdGg6IDM2cHg7XG4gICAgbWFyZ2luOiAwcHg7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuICAgIC50ZXh0IHtcbiAgICAgIHBhZGRpbmc6IDBweDtcbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLnNob3cgLmJ1dHRvbntcbiAgICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICB9XG5cbiAgZ2QtZHJvcC1kb3due1xuICAgIC9kZWVwLyAuZHJvcC1kb3duLWl0ZW0ge1xuICAgICAgd2lkdGg6IDk2cHg7XG4gICAgICAudGV4dCB7XG4gICAgICAgIHBhZGRpbmctbGVmdDogN3B4O1xuICAgICAgICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICAgICAgICBjb2xvcjogQGRvdmUtZ3JheTtcbiAgICAgIH1cbiAgICAgICY6aG92ZXJ7XG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6IEBmb2xkZXI7XG4gICAgICAgICp7XG4gICAgICAgICAgY29sb3I6ICNGRkY7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuLmdkLWNoZWNrYm94IHtcbiAgd2lkdGg6IDE5cHg7XG4gIGhlaWdodDogMTlweDtcbiAgbWFyZ2luOiAwcHg7XG4gICY6YmVmb3JlIHtcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICB3aWR0aDogMTdweDtcbiAgICBoZWlnaHQ6IDE3cHg7XG4gICAgYm9yZGVyOiAxcHggc29saWQgIzcwNzA3MDtcbiAgICBjb250ZW50OiBcIlwiO1xuICAgIGJhY2tncm91bmQ6ICNGRkZGRkY7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICB9XG4gICY6YWZ0ZXIge1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGxlZnQ6IDFweDtcbiAgICB0b3A6IC0xOHB4O1xuICAgIHdpZHRoOiAxNnB4O1xuICAgIGhlaWdodDogMTZweDtcbiAgICBjb250ZW50OiBcIlwiO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgfVxuICAmOmNoZWNrZWQge1xuICAgICY6YWZ0ZXIge1xuICAgICAgZm9udC1mYW1pbHk6IFwiRm9udCBBd2Vzb21lIDUgRnJlZVwiO1xuICAgICAgY29udGVudDogXCJcXGYwMGNcIjtcbiAgICAgIGZvbnQtd2VpZ2h0OiA5MDA7XG4gICAgICBmb250LXNpemU6IDE2cHg7XG4gICAgICBjb2xvcjogIzZFNkU2RTtcbiAgICB9XG4gIH1cbn1cblxuLmdkLWFkZC1zZWxlY3RlZC5hY3RpdmUge1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIG9wYWNpdHk6IDE7XG59XG5cbi5nZC1hZGQtc2VsZWN0ZWQge1xuICB3aWR0aDogMTQwcHg7XG4gIGhlaWdodDogMzZweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNFNEU1QTtcbiAgY29sb3I6ICNGRkZGRkY7XG4gIG1hcmdpbjogMHB4IDhweCAwcHggMHB4O1xuICBib3JkZXI6IDA7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQ7XG4gIG9wYWNpdHk6IDAuNDM7XG59XG5cbi5nZC1mb2xkZXItbmFtZSB7XG4gIG1hcmdpbi10b3A6IDhweDtcbn1cblxuLmRuZC13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIHRvcDogMjU5cHg7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgLnRleHQge1xuICAgIGNvbG9yOiBAZG92ZS1ncmF5O1xuICAgIGZvbnQtc2l6ZTogMTRweDtcbiAgfVxuICAuaWNvbiB7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICB3aWR0aDogMTEzcHg7XG4gICAgaGVpZ2h0OiA5MHB4O1xuICAgIGZvbnQtc2l6ZTogOTBweDtcbiAgICBjb2xvcjogQHByaW1hcnk7XG4gICAgbWFyZ2luLWJvdHRvbTogMzBweDtcbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuaGVhZGVyLXNpemUsIC5maWxlLXNpemUge1xuICAgIHdpZHRoOiAxOCU7XG4gIH1cbiAgLmdkLWRuZC13cmFwIHtcbiAgICB3aWR0aDogOTUlO1xuICB9XG4gICNnZC1icm93c2Utc2VjdGlvbntcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxuICAubGlzdC1maWxlcy1oZWFkZXIsIC5maWxlLXNpemV7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuICAjZ2QtYnJvd3NlLXNlY3Rpb257XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiBjYWxjKDEwMCUgLSAxNDZweCk7XG4gIH1cbn1cbiIsIi5nZC1tb2RhbC10YWJsZSB7XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xufVxuI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgd2lkdGg6IDEwMzZweDtcbiAgaGVpZ2h0OiA1NjFweDtcbiAgb3ZlcmZsb3cteTogYXV0bztcbn1cbi5saXN0LWZpbGVzLWhlYWRlciB7XG4gIGhlaWdodDogNjBweDtcbiAgY29sb3I6ICM2ZTZlNmU7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmNGY0ZjQ7XG4gIG1hcmdpbi10b3A6IDI0cHg7XG59XG4ubGlzdC1maWxlcy1oZWFkZXIudXBsb2FkLXVybCB7XG4gIG1hcmdpbi10b3A6IDIwcHg7XG59XG4uaGVhZGVyLW5hbWUge1xuICBwYWRkaW5nLWxlZnQ6IDY4cHg7XG4gIHdpZHRoOiA5MCU7XG4gIGxpbmUtaGVpZ2h0OiA2MHB4O1xufVxuLmhlYWRlci1zaXplIHtcbiAgcGFkZGluZy1yaWdodDogODRweDtcbiAgbGluZS1oZWlnaHQ6IDYwcHg7XG59XG4uaGVhZGVyLXNpemUsXG4uZmlsZS1zaXplIHtcbiAgd2lkdGg6IDclO1xuICBjb2xvcjogIzc3Nzc3NztcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cbi5maWxlLXNpemUge1xuICBmb250LXNpemU6IDEycHg7XG4gIHdpZHRoOiA3JTtcbiAgbGluZS1oZWlnaHQ6IDc5cHg7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiA5MCU7XG4gIHBhZGRpbmc6IDE4cHggMHB4IDE4cHggMHB4O1xuICBmb250LXNpemU6IDE0cHg7XG4gIGZsZXg6IDE7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xufVxuLmdkLW1vZGFsLXNwaW5uZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAyMHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGZvbnQtc2l6ZTogMTZweDtcbn1cbi5nZC1jYW5jZWwtYnV0dG9uIHtcbiAgcGFkZGluZzogN3B4O1xuICBiYWNrZ3JvdW5kOiBub25lO1xuICB3aWR0aDogMjhweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cbi5nZC1jYW5jZWwtYnV0dG9uIGkge1xuICBmb250LXNpemU6IDIxcHg7XG59XG4uZ2QtZmlsZS1uYW1lIHtcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgd2lkdGg6IDEwMCU7XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xufVxuLnVwbG9hZC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgd2lkdGg6IDEwMCU7XG4gIG1hcmdpbi10b3A6IDI0cHg7XG4gIG1hcmdpbi1yaWdodDogMjRweDtcbn1cbi51cGxvYWQtcGFuZWwgLnNlbGVjdC1hbGwge1xuICBoZWlnaHQ6IDM3cHg7XG4gIG1hcmdpbjogMHB4IDE2cHggMHB4IDE1cHg7XG4gIHdpZHRoOiAzN3B4O1xuICBsaW5lLWhlaWdodDogNDRweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiAxMDAlO1xuICBtYXJnaW4tcmlnaHQ6IDI0cHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICB3aWR0aDogMTAwJTtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyAqOmxhc3QtY2hpbGQge1xuICBtYXJnaW4tcmlnaHQ6IDBweDtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIGhlaWdodDogMzdweDtcbiAgd2lkdGg6IDk2cHg7XG4gIHBhZGRpbmc6IDBweDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyA6Om5nLWRlZXAgLmJ1dHRvbiA6Om5nLWRlZXAgLnRleHQge1xuICBmb250LXNpemU6IDEwcHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgOjpuZy1kZWVwIC5idXR0b24ucHJpbWFyeSB7XG4gIHdpZHRoOiAxMTdweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzRiNTY2Yztcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyA6Om5nLWRlZXAgLmJ1dHRvbi5wcmltYXJ5LmluYWN0aXZlIHtcbiAgd2lkdGg6IDEwNnB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjOTU5ZGE1O1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1hY3Rpb25zIDo6bmctZGVlcCAuYnV0dG9uLnByaW1hcnkuaW5hY3RpdmUgL2RlZXAvIC50ZXh0IHtcbiAgY29sb3I6ICMzRTRFNUE7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgOjpuZy1kZWVwIC5idXR0b24ucHJpbWFyeS5pbmFjdGl2ZSAvZGVlcC8gZmEtaWNvbiB7XG4gIGNvbG9yOiAjM0U0RTVBO1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIHdpZHRoOiAxMDAlO1xuICBtYXJnaW4tdG9wOiAyMHB4O1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1wYW5lbCAudXBsb2FkLXVybCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1wYW5lbCAudXBsb2FkLXVybCAudXJsLWlucHV0IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMjdweDtcbiAgYm9yZGVyOiAxcHggc29saWQgIzI1YzJkNDtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBwYWRkaW5nLWxlZnQ6IDZweDtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtcGFuZWwgLnVwbG9hZC11cmwgLnVybC1jaGVjayB7XG4gIHdpZHRoOiAzMXB4O1xuICBoZWlnaHQ6IDMxcHg7XG4gIGNvbG9yOiAjRkZGRkZGO1xuICBmb250LXNpemU6IDE1cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNWMyZDQ7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LXBhbmVsIC51cGxvYWQtdXJsIC51cmwtY2hlY2sgLm5nLWZhLWljb24ge1xuICBkaXNwbGF5OiBibG9jaztcbiAgcGFkZGluZzogOHB4O1xufVxuLnVwbG9hZC1wYW5lbCBnZC1kcm9wLWRvd24ge1xuICBtYXJnaW4tcmlnaHQ6IDEwcHg7XG59XG4udXBsb2FkLXBhbmVsIGdkLWRyb3AtZG93biAvZGVlcC8gLmRyb3AtZG93bi1pdGVtIC50ZXh0IHtcbiAgbWFyZ2luLWxlZnQ6IDdweDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgY29sb3I6ICM2ZTZlNmU7XG59XG4udXBsb2FkLXBhbmVsIGdkLWRyb3AtZG93biAvZGVlcC8gLmRyb3AtZG93bi1pdGVtOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzRiNTY2Yztcbn1cbi51cGxvYWQtcGFuZWwgZ2QtZHJvcC1kb3duIC9kZWVwLyAuZHJvcC1kb3duLWl0ZW06aG92ZXIgKiB7XG4gIGNvbG9yOiAjRkZGO1xufVxuLmxpc3QtZmlsZXMtbGluZXMsXG4ubGlzdC1maWxlcy1oZWFkZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogI2UwNGU0ZTtcbn1cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtd29yZCB7XG4gIGNvbG9yOiAjNTM5Q0YwO1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1wb3dlcnBvaW50IHtcbiAgY29sb3I6ICNlMjllMWU7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWV4Y2VsIHtcbiAgY29sb3I6ICM3Y2JjNDY7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6ICNjMzc1ZWQ7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXRleHQgLmZhLWZvbGRlcixcbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUsXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWFsdCB7XG4gIGNvbG9yOiAjNGI1NjZjO1xufVxuLmdvLXVwIHtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBkaXNwbGF5OiBmbGV4O1xuICBmb250LXNpemU6IDI2cHg7XG4gIGNvbG9yOiAjNGI1NjZjO1xuICBoZWlnaHQ6IDc5cHg7XG59XG4uZ28tdXAtZG90cyB7XG4gIG1hcmdpbi1sZWZ0OiAyMHB4O1xuICBtYXJnaW4tdG9wOiAyMnB4O1xuICBmb250LXNpemU6IDE2cHg7XG59XG4uZ28tdXAtaWNvbiB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBwYWRkaW5nOiAxOHB4IDBweCAxOHB4IDY4cHg7XG59XG4uZmlsZS1uYW1lIHtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG59XG4uZmlsZS1uYW1lLWZvcm1hdCB7XG4gIHBhZGRpbmctbGVmdDogMTFweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cbi5maWxlLWZvcm1hdCB7XG4gIGZvbnQtc2l6ZTogMTBweDtcbiAgcGFkZGluZy10b3A6IDNweDtcbiAgY29sb3I6ICNhY2FjYWM7XG59XG4ubGlzdC1maWxlcy1saW5lcyxcbi5nby11cCB7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZTdlN2U3O1xufVxuLmxpc3QtZmlsZXMtbGluZXM6aG92ZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRTVFNUU1O1xufVxuLmdkLWRuZC13cmFwIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRjtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDYwcHgpO1xuICBiYWNrZ3JvdW5kOiByZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNyk7XG4gIHotaW5kZXg6IDE7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmdkLWRyYWctbi1kcm9wLWljb24ge1xuICBtYXJnaW4tdG9wOiAtNTBweDtcbn1cbi5nZC1kcmFnLW4tZHJvcC1pY29uIC5mYS1jbG91ZC1kb3dubG9hZC1hbHQge1xuICBjb2xvcjogI0QxRDFEMTtcbiAgZm9udC1zaXplOiAxMTBweDtcbn1cbi5nZC1maWxlLWNoZWNrYm94IHtcbiAgaGVpZ2h0OiAzN3B4O1xuICBtYXJnaW46IDIxcHggMTZweCAyMXB4IDE1cHg7XG4gIHdpZHRoOiAzN3B4O1xuICBsaW5lLWhlaWdodDogNDRweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuLmdkLWZpbGUtY2hlY2tib3guZW1wdHkge1xuICB3aWR0aDogMzdweDtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3Qge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMzZweDtcbiAgbWFyZ2luLXJpZ2h0OiAyNHB4O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIHBhZGRpbmc6IDBweDtcbiAgd2lkdGg6IDM2cHg7XG4gIG1hcmdpbjogMHB4O1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uZmlsZS1mb3JtYXQtc2VsZWN0IDo6bmctZGVlcCAuYnV0dG9uIC50ZXh0IHtcbiAgcGFkZGluZzogMHB4O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCA6Om5nLWRlZXAgLnNob3cgLmJ1dHRvbiB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCBnZC1kcm9wLWRvd24gL2RlZXAvIC5kcm9wLWRvd24taXRlbSB7XG4gIHdpZHRoOiA5NnB4O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCBnZC1kcm9wLWRvd24gL2RlZXAvIC5kcm9wLWRvd24taXRlbSAudGV4dCB7XG4gIHBhZGRpbmctbGVmdDogN3B4O1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICBjb2xvcjogIzZlNmU2ZTtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3QgZ2QtZHJvcC1kb3duIC9kZWVwLyAuZHJvcC1kb3duLWl0ZW06aG92ZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjNGI1NjZjO1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCBnZC1kcm9wLWRvd24gL2RlZXAvIC5kcm9wLWRvd24taXRlbTpob3ZlciAqIHtcbiAgY29sb3I6ICNGRkY7XG59XG4uZ2QtY2hlY2tib3gge1xuICB3aWR0aDogMTlweDtcbiAgaGVpZ2h0OiAxOXB4O1xuICBtYXJnaW46IDBweDtcbn1cbi5nZC1jaGVja2JveDpiZWZvcmUge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxN3B4O1xuICBoZWlnaHQ6IDE3cHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkICM3MDcwNzA7XG4gIGNvbnRlbnQ6IFwiXCI7XG4gIGJhY2tncm91bmQ6ICNGRkZGRkY7XG4gIGN1cnNvcjogcG9pbnRlcjtcbn1cbi5nZC1jaGVja2JveDphZnRlciB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgZGlzcGxheTogZmxleDtcbiAgbGVmdDogMXB4O1xuICB0b3A6IC0xOHB4O1xuICB3aWR0aDogMTZweDtcbiAgaGVpZ2h0OiAxNnB4O1xuICBjb250ZW50OiBcIlwiO1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtY2hlY2tib3g6Y2hlY2tlZDphZnRlciB7XG4gIGZvbnQtZmFtaWx5OiBcIkZvbnQgQXdlc29tZSA1IEZyZWVcIjtcbiAgY29udGVudDogXCJcXGYwMGNcIjtcbiAgZm9udC13ZWlnaHQ6IDkwMDtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBjb2xvcjogIzZFNkU2RTtcbn1cbi5nZC1hZGQtc2VsZWN0ZWQuYWN0aXZlIHtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBvcGFjaXR5OiAxO1xufVxuLmdkLWFkZC1zZWxlY3RlZCB7XG4gIHdpZHRoOiAxNDBweDtcbiAgaGVpZ2h0OiAzNnB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM0U0RTVBO1xuICBjb2xvcjogI0ZGRkZGRjtcbiAgbWFyZ2luOiAwcHggOHB4IDBweCAwcHg7XG4gIGJvcmRlcjogMDtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgb3BhY2l0eTogMC40Mztcbn1cbi5nZC1mb2xkZXItbmFtZSB7XG4gIG1hcmdpbi10b3A6IDhweDtcbn1cbi5kbmQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICB0b3A6IDI1OXB4O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG59XG4uZG5kLXdyYXBwZXIgLnRleHQge1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgZm9udC1zaXplOiAxNHB4O1xufVxuLmRuZC13cmFwcGVyIC5pY29uIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDExM3B4O1xuICBoZWlnaHQ6IDkwcHg7XG4gIGZvbnQtc2l6ZTogOTBweDtcbiAgY29sb3I6ICMzRTRFNUE7XG4gIG1hcmdpbi1ib3R0b206IDMwcHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5oZWFkZXItc2l6ZSxcbiAgLmZpbGUtc2l6ZSB7XG4gICAgd2lkdGg6IDE4JTtcbiAgfVxuICAuZ2QtZG5kLXdyYXAge1xuICAgIHdpZHRoOiA5NSU7XG4gIH1cbiAgI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxuICAubGlzdC1maWxlcy1oZWFkZXIsXG4gIC5maWxlLXNpemUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDE0NnB4KTtcbiAgfVxufVxuIl19 */" +module.exports = ".gd-modal-table {\n width: 100%;\n text-align: left;\n}\n#gd-browse-section {\n width: 1036px;\n height: 561px;\n overflow-y: auto;\n}\n.list-files-header {\n height: 60px;\n color: #6e6e6e;\n font-size: 13px;\n font-weight: bold;\n background-color: #f4f4f4;\n margin-top: 24px;\n}\n.list-files-header.upload-url {\n margin-top: 20px;\n}\n.header-name {\n padding-left: 68px;\n width: 90%;\n line-height: 60px;\n}\n.header-size {\n padding-right: 84px;\n line-height: 60px;\n}\n.header-size,\n.file-size {\n width: 7%;\n color: #777777;\n text-align: left;\n}\n.file-size {\n font-size: 12px;\n width: 7%;\n line-height: 79px;\n}\n.file-description {\n display: -webkit-box;\n display: flex;\n width: 90%;\n padding: 18px 0px 18px 0px;\n font-size: 14px;\n -webkit-box-flex: 1;\n flex: 1;\n cursor: pointer;\n overflow: hidden;\n}\n.file-description .ng-fa-icon {\n font-size: 32px;\n}\n.gd-modal-spinner {\n background-color: #ffffff;\n width: 100%;\n height: 20px;\n text-align: center;\n font-size: 16px;\n}\n.gd-cancel-button {\n padding: 7px;\n background: none;\n width: 28px;\n overflow: hidden;\n}\n.gd-cancel-button i {\n font-size: 21px;\n}\n.gd-file-name {\n white-space: nowrap;\n overflow: hidden;\n width: 100%;\n text-overflow: ellipsis;\n}\n.upload-panel {\n display: -webkit-box;\n display: flex;\n position: relative;\n width: 100%;\n margin-top: 24px;\n margin-right: 24px;\n}\n.upload-panel .select-all {\n height: 37px;\n margin: 0px 16px 0px 15px;\n width: 37px;\n line-height: 44px;\n text-align: center;\n}\n.upload-panel .context {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n width: 100%;\n margin-right: 24px;\n}\n.upload-panel .context .context-actions {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n width: 100%;\n}\n.upload-panel .context .context-actions *:last-child {\n margin-right: 0px;\n}\n.upload-panel .context .context-actions ::ng-deep .button {\n height: 37px;\n width: 96px;\n padding: 0px;\n -webkit-box-pack: center;\n justify-content: center;\n font-size: 14px;\n}\n.upload-panel .context .context-actions ::ng-deep .button ::ng-deep .text {\n font-size: 10px;\n}\n.upload-panel .context .context-actions ::ng-deep .button.primary {\n width: 117px;\n background-color: #4b566c;\n}\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive {\n width: 106px;\n background-color: #959da5;\n}\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive ::ng-deep .text {\n color: #3E4E5A;\n}\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive ::ng-deep fa-icon {\n color: #3E4E5A;\n}\n.upload-panel .context .context-panel {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n width: 100%;\n margin-top: 20px;\n}\n.upload-panel .context .context-panel .upload-url {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n width: 100%;\n}\n.upload-panel .context .context-panel .upload-url .url-input {\n width: 100%;\n height: 27px;\n border: 1px solid #25c2d4;\n font-size: 14px;\n padding-left: 6px;\n}\n.upload-panel .context .context-panel .upload-url .url-check {\n width: 31px;\n height: 31px;\n color: #FFFFFF;\n font-size: 15px;\n background-color: #25c2d4;\n}\n.upload-panel .context .context-panel .upload-url .url-check .ng-fa-icon {\n display: block;\n padding: 8px;\n}\n.upload-panel gd-drop-down {\n margin-right: 10px;\n}\n.upload-panel gd-drop-down ::ng-deep .drop-down-item .text {\n margin-left: 7px;\n text-transform: uppercase;\n color: #6e6e6e;\n}\n.upload-panel gd-drop-down ::ng-deep .drop-down-item:hover {\n background-color: #4b566c;\n}\n.upload-panel gd-drop-down ::ng-deep .drop-down-item:hover * {\n color: #FFF;\n}\n.list-files-lines,\n.list-files-header {\n display: -webkit-box;\n display: flex;\n width: 100%;\n -webkit-box-pack: justify;\n justify-content: space-between;\n}\n.file-description .ng-fa-icon.fa-file-pdf {\n color: #e04e4e;\n}\n.file-description .ng-fa-icon.fa-file-word {\n color: #539CF0;\n}\n.file-description .ng-fa-icon.fa-file-powerpoint {\n color: #e29e1e;\n}\n.file-description .ng-fa-icon.fa-file-excel {\n color: #7cbc46;\n}\n.file-description .ng-fa-icon.fa-file-image {\n color: #c375ed;\n}\n.file-description .ng-fa-icon.fa-file-text .fa-folder,\n.file-description .ng-fa-icon.fa-file,\n.file-description .ng-fa-icon.fa-file-alt {\n color: #4b566c;\n}\n.go-up {\n cursor: pointer;\n display: -webkit-box;\n display: flex;\n font-size: 26px;\n color: #4b566c;\n height: 79px;\n}\n.go-up-dots {\n margin-left: 20px;\n margin-top: 22px;\n font-size: 16px;\n}\n.go-up-icon {\n display: block;\n padding: 18px 0px 18px 68px;\n}\n.file-name {\n font-size: 16px;\n color: #6e6e6e;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-name-format {\n padding-left: 11px;\n overflow: hidden;\n}\n.file-format {\n font-size: 10px;\n padding-top: 3px;\n color: #acacac;\n}\n.list-files-lines,\n.go-up {\n border-bottom: 1px solid #e7e7e7;\n}\n.list-files-lines:hover {\n background-color: #E5E5E5;\n}\n.gd-dnd-wrap {\n background-color: #FFF;\n cursor: default;\n position: absolute;\n width: 100%;\n height: calc(100% - 60px);\n background: rgba(255, 255, 255, 0.7);\n z-index: 1;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-drag-n-drop-icon {\n margin-top: -50px;\n}\n.gd-drag-n-drop-icon .fa-cloud-download-alt {\n color: #D1D1D1;\n font-size: 110px;\n}\n.gd-file-checkbox {\n height: 37px;\n margin: 21px 16px 21px 15px;\n width: 37px;\n line-height: 44px;\n text-align: center;\n}\n.gd-file-checkbox.empty {\n width: 37px;\n}\n.file-format-select {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n width: 36px;\n margin-right: 24px;\n}\n.file-format-select ::ng-deep .button {\n padding: 0px;\n width: 36px;\n margin: 0px;\n font-size: 14px;\n}\n.file-format-select ::ng-deep .button .text {\n padding: 0px;\n}\n.file-format-select ::ng-deep .show .button {\n color: #959da5;\n}\n.file-format-select gd-drop-down ::ng-deep .drop-down-item {\n width: 96px;\n}\n.file-format-select gd-drop-down ::ng-deep .drop-down-item .text {\n padding-left: 7px;\n text-transform: uppercase;\n color: #6e6e6e;\n}\n.file-format-select gd-drop-down ::ng-deep .drop-down-item:hover {\n background-color: #4b566c;\n}\n.file-format-select gd-drop-down ::ng-deep .drop-down-item:hover * {\n color: #FFF;\n}\n.gd-checkbox {\n width: 19px;\n height: 19px;\n margin: 0px;\n}\n.gd-checkbox:before {\n position: relative;\n display: -webkit-box;\n display: flex;\n width: 17px;\n height: 17px;\n border: 1px solid #707070;\n content: \"\";\n background: #FFFFFF;\n cursor: pointer;\n}\n.gd-checkbox:after {\n position: relative;\n display: -webkit-box;\n display: flex;\n left: 1px;\n top: -18px;\n width: 16px;\n height: 16px;\n content: \"\";\n cursor: pointer;\n}\n.gd-checkbox:checked:after {\n font-family: \"Font Awesome 5 Free\";\n content: \"\\f00c\";\n font-weight: 900;\n font-size: 16px;\n color: #6E6E6E;\n}\n.gd-add-selected.active {\n cursor: pointer;\n opacity: 1;\n}\n.gd-add-selected {\n width: 140px;\n height: 36px;\n background-color: #3E4E5A;\n color: #FFFFFF;\n margin: 0px 8px 0px 0px;\n border: 0;\n cursor: not-allowed;\n opacity: 0.43;\n}\n.gd-folder-name {\n margin-top: 8px;\n}\n.dnd-wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n top: 259px;\n position: absolute;\n}\n.dnd-wrapper .text {\n color: #6e6e6e;\n font-size: 14px;\n}\n.dnd-wrapper .icon {\n display: -webkit-box;\n display: flex;\n width: 113px;\n height: 90px;\n font-size: 90px;\n color: #3E4E5A;\n margin-bottom: 30px;\n}\n@media (max-width: 1037px) {\n .header-size,\n .file-size {\n width: 18%;\n }\n .gd-dnd-wrap {\n width: 95%;\n }\n #gd-browse-section {\n width: 100%;\n }\n .list-files-header,\n .file-size {\n display: none;\n }\n #gd-browse-section {\n width: 100%;\n height: calc(100% - 146px);\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24tYnJvd3NlLWZpbGVzLW1vZGFsL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9jb252ZXJzaW9uL3NyYy9saWIvY29udmVyc2lvbi1icm93c2UtZmlsZXMtbW9kYWwvY29udmVyc2lvbi1icm93c2UtZmlsZXMtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLFdBQUE7RUFDQSxnQkFBQTtBQ0RGO0FESUE7RUFDRSxhQUFBO0VBQ0EsYUFBQTtFQUNBLGdCQUFBO0FDRkY7QURLQTtFQUNFLFlBQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtFQUNBLGlCQUFBO0VBQ0EseUJBQUE7RUFDQSxnQkFBQTtBQ0hGO0FES0U7RUFDRSxnQkFBQTtBQ0hKO0FET0E7RUFDRSxrQkFBQTtFQUNBLFVBQUE7RUFDQSxpQkFBQTtBQ0xGO0FEUUE7RUFDRSxtQkFBQTtFQUNBLGlCQUFBO0FDTkY7QURVQTs7RUFFRSxTQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0FDUkY7QURXQTtFQUNFLGVBQUE7RUFDQSxTQUFBO0VBQ0EsaUJBQUE7QUNURjtBRFlBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsVUFBQTtFQUNBLDBCQUFBO0VBQ0EsZUFBQTtFQUNBLG1CQUFBO1VBQUEsT0FBQTtFQUNBLGVBQUE7RUFDQSxnQkFBQTtBQ1ZGO0FEYUE7RUFDRSxlQUFBO0FDWEY7QURjQTtFQUNFLHlCQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtFQUNBLGVBQUE7QUNaRjtBRGVBO0VBQ0UsWUFBQTtFQUNBLGdCQUFBO0VBQ0EsV0FBQTtFQUNBLGdCQUFBO0FDYkY7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QUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLFVBQUE7RUFDQSxrQkFBQTtBQy9FRjtBRHlFQTtFQVNJLGNBQUE7RUFDQSxlQUFBO0FDL0VKO0FEcUVBO0VBY0ksb0JBQUE7RUFBQSxhQUFBO0VBQ0EsWUFBQTtFQUNBLFlBQUE7RUFDQSxlQUFBO0VBQ0EsY0FBQTtFQUNBLG1CQUFBO0FDaEZKO0FEb0ZBO0VBRUU7O0lBRUUsVUFBQTtFQ25GRjtFRHNGQTtJQUNFLFVBQUE7RUNwRkY7RUR1RkE7SUFDRSxXQUFBO0VDckZGO0VEd0ZBOztJQUVFLGFBQUE7RUN0RkY7RUR5RkE7SUFDRSxXQUFBO0lBQ0EsMEJBQUE7RUN2RkY7QUFDRiIsImZpbGUiOiJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLy4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzLmxlc3NcIjtcblxuLmdkLW1vZGFsLXRhYmxlIHtcbiAgd2lkdGggICAgIDogMTAwJTtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cblxuI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgd2lkdGggICAgIDogMTAzNnB4O1xuICBoZWlnaHQgICAgOiA1NjFweDtcbiAgb3ZlcmZsb3cteTogYXV0bztcbn1cblxuLmxpc3QtZmlsZXMtaGVhZGVyIHtcbiAgaGVpZ2h0ICAgICAgICAgIDogNjBweDtcbiAgY29sb3IgICAgICAgICAgIDogQGRvdmUtZ3JheTtcbiAgZm9udC1zaXplICAgICAgIDogMTNweDtcbiAgZm9udC13ZWlnaHQgICAgIDogYm9sZDtcbiAgYmFja2dyb3VuZC1jb2xvcjogQHdpbGQtc2FuZDtcbiAgbWFyZ2luLXRvcCAgICAgIDogMjRweDtcblxuICAmLnVwbG9hZC11cmwge1xuICAgIG1hcmdpbi10b3A6IDIwcHg7XG4gIH1cbn1cblxuLmhlYWRlci1uYW1lIHtcbiAgcGFkZGluZy1sZWZ0OiA2OHB4O1xuICB3aWR0aCAgICAgICA6IDkwJTtcbiAgbGluZS1oZWlnaHQgOiA2MHB4O1xufVxuXG4uaGVhZGVyLXNpemUge1xuICBwYWRkaW5nLXJpZ2h0OiA4NHB4O1xuICBsaW5lLWhlaWdodCAgOiA2MHB4O1xuICAvLyBUT0RPOiBhZGQgb3ZlcmZsb3cteTogc2Nyb2xsIGlmIHNjcm9sbC1iYXIgaW4gZmlsZXMgYXBwZWFyc1xufVxuXG4uaGVhZGVyLXNpemUsXG4uZmlsZS1zaXplIHtcbiAgd2lkdGggICAgIDogNyU7XG4gIGNvbG9yICAgICA6ICM3Nzc3Nzc7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG59XG5cbi5maWxlLXNpemUge1xuICBmb250LXNpemUgIDogMTJweDtcbiAgd2lkdGggICAgICA6IDclO1xuICBsaW5lLWhlaWdodDogNzlweDtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24ge1xuICBkaXNwbGF5ICA6IGZsZXg7XG4gIHdpZHRoICAgIDogOTAlO1xuICBwYWRkaW5nICA6IDE4cHggMHB4IDE4cHggMHB4O1xuICBmb250LXNpemU6IDE0cHg7XG4gIGZsZXggICAgIDogMTtcbiAgY3Vyc29yICAgOiBwb2ludGVyO1xuICBvdmVyZmxvdyA6IGhpZGRlbjtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24ge1xuICBmb250LXNpemU6IDMycHg7XG59XG5cbi5nZC1tb2RhbC1zcGlubmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbiAgaGVpZ2h0ICAgICAgICAgIDogMjBweDtcbiAgdGV4dC1hbGlnbiAgICAgIDogY2VudGVyO1xuICBmb250LXNpemUgICAgICAgOiAxNnB4O1xufVxuXG4uZ2QtY2FuY2VsLWJ1dHRvbiB7XG4gIHBhZGRpbmcgICA6IDdweDtcbiAgYmFja2dyb3VuZDogbm9uZTtcbiAgd2lkdGggICAgIDogMjhweDtcbiAgb3ZlcmZsb3cgIDogaGlkZGVuO1xufVxuXG4uZ2QtY2FuY2VsLWJ1dHRvbiBpIHtcbiAgZm9udC1zaXplOiAyMXB4O1xufVxuXG4uZ2QtZmlsZS1uYW1lIHtcbiAgd2hpdGUtc3BhY2UgIDogbm93cmFwO1xuICBvdmVyZmxvdyAgICAgOiBoaWRkZW47XG4gIHdpZHRoICAgICAgICA6IDEwMCU7XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xufVxuXG4udXBsb2FkLXBhbmVsIHtcbiAgZGlzcGxheSAgICAgOiBmbGV4O1xuICBwb3NpdGlvbiAgICA6IHJlbGF0aXZlO1xuICB3aWR0aCAgICAgICA6IDEwMCU7XG4gIG1hcmdpbi10b3AgIDogMjRweDtcbiAgbWFyZ2luLXJpZ2h0OiAyNHB4O1xuXG4gIC5zZWxlY3QtYWxsIHtcbiAgICBoZWlnaHQgICAgIDogMzdweDtcbiAgICBtYXJnaW4gICAgIDogMHB4IDE2cHggMHB4IDE1cHg7XG4gICAgd2lkdGggICAgICA6IDM3cHg7XG4gICAgbGluZS1oZWlnaHQ6IDQ0cHg7XG4gICAgdGV4dC1hbGlnbiA6IGNlbnRlcjtcbiAgfVxuXG4gIC5jb250ZXh0IHtcbiAgICBkaXNwbGF5ICAgICAgIDogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIHdpZHRoICAgICAgICAgOiAxMDAlO1xuICAgIG1hcmdpbi1yaWdodCAgOiAyNHB4O1xuXG4gICAgLmNvbnRleHQtYWN0aW9ucyB7XG4gICAgICBkaXNwbGF5ICAgICAgIDogZmxleDtcbiAgICAgIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gICAgICB3aWR0aCAgICAgICAgIDogMTAwJTtcblxuICAgICAgKjpsYXN0LWNoaWxkIHtcbiAgICAgICAgbWFyZ2luLXJpZ2h0OiAwcHg7XG4gICAgICB9XG5cbiAgICAgIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICAgICAgaGVpZ2h0ICAgICAgICAgOiAzN3B4O1xuICAgICAgICB3aWR0aCAgICAgICAgICA6IDk2cHg7XG4gICAgICAgIHBhZGRpbmcgICAgICAgIDogMHB4O1xuICAgICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICAgICAgZm9udC1zaXplICAgICAgOiAxNHB4O1xuXG4gICAgICAgIDo6bmctZGVlcCAudGV4dCB7XG4gICAgICAgICAgZm9udC1zaXplOiAxMHB4O1xuICAgICAgICB9XG5cbiAgICAgICAgJi5wcmltYXJ5IHtcbiAgICAgICAgICB3aWR0aCAgICAgICAgICAgOiAxMTdweDtcbiAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAZm9sZGVyO1xuXG4gICAgICAgICAgJi5pbmFjdGl2ZSB7XG4gICAgICAgICAgICB3aWR0aCAgICAgICAgICAgOiAxMDZweDtcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IEByZWdlbnQtZ3JheTtcblxuICAgICAgICAgICAgOjpuZy1kZWVwIC50ZXh0IHtcbiAgICAgICAgICAgICAgY29sb3I6IEBwcmltYXJ5O1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICA6Om5nLWRlZXAgZmEtaWNvbiB7XG4gICAgICAgICAgICAgIGNvbG9yOiBAcHJpbWFyeVxuICAgICAgICAgICAgfVxuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cblxuICAgIC5jb250ZXh0LXBhbmVsIHtcbiAgICAgIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICAgICAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgICAgIHdpZHRoICAgICAgICAgOiAxMDAlO1xuICAgICAgbWFyZ2luLXRvcCAgICA6IDIwcHg7XG5cbiAgICAgIC51cGxvYWQtdXJsIHtcbiAgICAgICAgZGlzcGxheSAgICAgICA6IGZsZXg7XG4gICAgICAgIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gICAgICAgIHdpZHRoICAgICAgICAgOiAxMDAlO1xuXG4gICAgICAgIC51cmwtaW5wdXQge1xuICAgICAgICAgIHdpZHRoICAgICAgIDogMTAwJTtcbiAgICAgICAgICBoZWlnaHQgICAgICA6IDI3cHg7XG4gICAgICAgICAgYm9yZGVyICAgICAgOiAxcHggc29saWQgQGJyYW5kO1xuICAgICAgICAgIGZvbnQtc2l6ZSAgIDogMTRweDtcbiAgICAgICAgICBwYWRkaW5nLWxlZnQ6IDZweDtcbiAgICAgICAgfVxuXG4gICAgICAgIC51cmwtY2hlY2sge1xuICAgICAgICAgIHdpZHRoICAgICAgICAgICA6IDMxcHg7XG4gICAgICAgICAgaGVpZ2h0ICAgICAgICAgIDogMzFweDtcbiAgICAgICAgICBjb2xvciAgICAgICAgICAgOiAjRkZGRkZGO1xuICAgICAgICAgIGZvbnQtc2l6ZSAgICAgICA6IDE1cHg7XG4gICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogQGJyYW5kO1xuICAgICAgICB9XG5cbiAgICAgICAgLnVybC1jaGVjayAubmctZmEtaWNvbiB7XG4gICAgICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICAgICAgcGFkZGluZzogOHB4O1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgZ2QtZHJvcC1kb3duIHtcbiAgICBtYXJnaW4tcmlnaHQ6IDEwcHg7XG5cbiAgICA6Om5nLWRlZXAgLmRyb3AtZG93bi1pdGVtIHtcbiAgICAgIC50ZXh0IHtcbiAgICAgICAgbWFyZ2luLWxlZnQgICA6IDdweDtcbiAgICAgICAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgICAgICAgY29sb3IgICAgICAgICA6IEBkb3ZlLWdyYXk7XG4gICAgICB9XG5cbiAgICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAZm9sZGVyO1xuXG4gICAgICAgICoge1xuICAgICAgICAgIGNvbG9yOiAjRkZGO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi5saXN0LWZpbGVzLWxpbmVzLFxuLmxpc3QtZmlsZXMtaGVhZGVyIHtcbiAgZGlzcGxheSAgICAgICAgOiBmbGV4O1xuICB3aWR0aCAgICAgICAgICA6IDEwMCU7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2Vlbjtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogQHBkZjtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS13b3JkIHtcbiAgY29sb3I6IEB3b3JkO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogQHBvd2VycG9pbnQ7XG59XG5cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtZXhjZWwge1xuICBjb2xvcjogQGV4Y2VsO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6IEBpbWFnZTtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIsXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLFxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1hbHQge1xuICBjb2xvcjogQGZvbGRlcjtcbn1cblxuLmdvLXVwIHtcbiAgY3Vyc29yICAgOiBwb2ludGVyO1xuICBkaXNwbGF5ICA6IGZsZXg7XG4gIGZvbnQtc2l6ZTogMjZweDtcbiAgY29sb3IgICAgOiBAZm9sZGVyO1xuICBoZWlnaHQgICA6IDc5cHg7XG59XG5cbi5nby11cC1kb3RzIHtcbiAgbWFyZ2luLWxlZnQ6IDIwcHg7XG4gIG1hcmdpbi10b3AgOiAyMnB4O1xuICBmb250LXNpemUgIDogMTZweDtcbn1cblxuLmdvLXVwLWljb24ge1xuICBkaXNwbGF5OiBibG9jaztcbiAgcGFkZGluZzogMThweCAwcHggMThweCA2OHB4O1xufVxuXG4uZmlsZS1uYW1lIHtcbiAgZm9udC1zaXplICAgIDogMTZweDtcbiAgY29sb3IgICAgICAgIDogQGRvdmUtZ3JheTtcbiAgb3ZlcmZsb3cgICAgIDogaGlkZGVuO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbn1cblxuLmZpbGUtbmFtZS1mb3JtYXQge1xuICBwYWRkaW5nLWxlZnQ6IDExcHg7XG4gIG92ZXJmbG93ICAgIDogaGlkZGVuO1xufVxuXG4uZmlsZS1mb3JtYXQge1xuICBmb250LXNpemUgIDogMTBweDtcbiAgcGFkZGluZy10b3A6IDNweDtcbiAgY29sb3IgICAgICA6IEBzaWx2ZXItY2hhbGljZTtcbn1cblxuLmxpc3QtZmlsZXMtbGluZXMsXG4uZ28tdXAge1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgQG1lcmN1cnk7XG59XG5cbi5saXN0LWZpbGVzLWxpbmVzIHtcbiAgJjpob3ZlciB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQG5hdi1hY2NlbnQtYmFja2dyb3VuZDtcbiAgfVxufVxuXG4uZ2QtZG5kLXdyYXAge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBjdXJzb3IgICAgICAgICAgOiBkZWZhdWx0O1xuICBwb3NpdGlvbiAgICAgICAgOiBhYnNvbHV0ZTtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbiAgaGVpZ2h0ICAgICAgICAgIDogY2FsYygxMDAlIC0gNjBweCk7XG4gIGJhY2tncm91bmQgICAgICA6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC43KTtcbiAgei1pbmRleCAgICAgICAgIDogMTtcbiAgZGlzcGxheSAgICAgICAgIDogZmxleDtcbiAganVzdGlmeS1jb250ZW50IDogY2VudGVyO1xuICBhbGlnbi1pdGVtcyAgICAgOiBjZW50ZXI7XG59XG5cbi5nZC1kcmFnLW4tZHJvcC1pY29uIHtcbiAgbWFyZ2luLXRvcDogLTUwcHg7XG59XG5cbi5nZC1kcmFnLW4tZHJvcC1pY29uIC5mYS1jbG91ZC1kb3dubG9hZC1hbHQge1xuICBjb2xvciAgICA6ICNEMUQxRDE7XG4gIGZvbnQtc2l6ZTogMTEwcHg7XG59XG5cbi5nZC1maWxlLWNoZWNrYm94IHtcbiAgaGVpZ2h0ICAgICA6IDM3cHg7XG4gIG1hcmdpbiAgICAgOiAyMXB4IDE2cHggMjFweCAxNXB4O1xuICB3aWR0aCAgICAgIDogMzdweDtcbiAgbGluZS1oZWlnaHQ6IDQ0cHg7XG4gIHRleHQtYWxpZ24gOiBjZW50ZXI7XG59XG5cbi5nZC1maWxlLWNoZWNrYm94LmVtcHR5IHtcbiAgd2lkdGg6IDM3cHg7XG59XG5cbi5maWxlLWZvcm1hdC1zZWxlY3Qge1xuICBkaXNwbGF5ICAgICA6IGZsZXg7XG4gIGFsaWduLWl0ZW1zIDogY2VudGVyO1xuICB3aWR0aCAgICAgICA6IDM2cHg7XG4gIG1hcmdpbi1yaWdodDogMjRweDtcblxuICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgcGFkZGluZyAgOiAwcHg7XG4gICAgd2lkdGggICAgOiAzNnB4O1xuICAgIG1hcmdpbiAgIDogMHB4O1xuICAgIGZvbnQtc2l6ZTogMTRweDtcblxuICAgIC50ZXh0IHtcbiAgICAgIHBhZGRpbmc6IDBweDtcbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLnNob3cgLmJ1dHRvbiB7XG4gICAgY29sb3I6IEByZWdlbnQtZ3JheTtcbiAgfVxuXG4gIGdkLWRyb3AtZG93biB7XG4gICAgOjpuZy1kZWVwIC5kcm9wLWRvd24taXRlbSB7XG4gICAgICB3aWR0aDogOTZweDtcblxuICAgICAgLnRleHQge1xuICAgICAgICBwYWRkaW5nLWxlZnQgIDogN3B4O1xuICAgICAgICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICAgICAgICBjb2xvciAgICAgICAgIDogQGRvdmUtZ3JheTtcbiAgICAgIH1cblxuICAgICAgJjpob3ZlciB7XG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6IEBmb2xkZXI7XG5cbiAgICAgICAgKiB7XG4gICAgICAgICAgY29sb3I6ICNGRkY7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuLmdkLWNoZWNrYm94IHtcbiAgd2lkdGggOiAxOXB4O1xuICBoZWlnaHQ6IDE5cHg7XG4gIG1hcmdpbjogMHB4O1xuXG4gICY6YmVmb3JlIHtcbiAgICBwb3NpdGlvbiAgOiByZWxhdGl2ZTtcbiAgICBkaXNwbGF5ICAgOiBmbGV4O1xuICAgIHdpZHRoICAgICA6IDE3cHg7XG4gICAgaGVpZ2h0ICAgIDogMTdweDtcbiAgICBib3JkZXIgICAgOiAxcHggc29saWQgIzcwNzA3MDtcbiAgICBjb250ZW50ICAgOiBcIlwiO1xuICAgIGJhY2tncm91bmQ6ICNGRkZGRkY7XG4gICAgY3Vyc29yICAgIDogcG9pbnRlcjtcbiAgfVxuXG4gICY6YWZ0ZXIge1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICBkaXNwbGF5IDogZmxleDtcbiAgICBsZWZ0ICAgIDogMXB4O1xuICAgIHRvcCAgICAgOiAtMThweDtcbiAgICB3aWR0aCAgIDogMTZweDtcbiAgICBoZWlnaHQgIDogMTZweDtcbiAgICBjb250ZW50IDogXCJcIjtcbiAgICBjdXJzb3IgIDogcG9pbnRlcjtcbiAgfVxuXG4gICY6Y2hlY2tlZCB7XG4gICAgJjphZnRlciB7XG4gICAgICBmb250LWZhbWlseTogXCJGb250IEF3ZXNvbWUgNSBGcmVlXCI7XG4gICAgICBjb250ZW50ICAgIDogXCJcXGYwMGNcIjtcbiAgICAgIGZvbnQtd2VpZ2h0OiA5MDA7XG4gICAgICBmb250LXNpemUgIDogMTZweDtcbiAgICAgIGNvbG9yICAgICAgOiAjNkU2RTZFO1xuICAgIH1cbiAgfVxufVxuXG4uZ2QtYWRkLXNlbGVjdGVkLmFjdGl2ZSB7XG4gIGN1cnNvciA6IHBvaW50ZXI7XG4gIG9wYWNpdHk6IDE7XG59XG5cbi5nZC1hZGQtc2VsZWN0ZWQge1xuICB3aWR0aCAgICAgICAgICAgOiAxNDBweDtcbiAgaGVpZ2h0ICAgICAgICAgIDogMzZweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNFNEU1QTtcbiAgY29sb3IgICAgICAgICAgIDogI0ZGRkZGRjtcbiAgbWFyZ2luICAgICAgICAgIDogMHB4IDhweCAwcHggMHB4O1xuICBib3JkZXIgICAgICAgICAgOiAwO1xuICBjdXJzb3IgICAgICAgICAgOiBub3QtYWxsb3dlZDtcbiAgb3BhY2l0eSAgICAgICAgIDogMC40Mztcbn1cblxuLmdkLWZvbGRlci1uYW1lIHtcbiAgbWFyZ2luLXRvcDogOHB4O1xufVxuXG4uZG5kLXdyYXBwZXIge1xuICBkaXNwbGF5ICAgICAgICA6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uIDogY29sdW1uO1xuICBhbGlnbi1pdGVtcyAgICA6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIHRvcCAgICAgICAgICAgIDogMjU5cHg7XG4gIHBvc2l0aW9uICAgICAgIDogYWJzb2x1dGU7XG5cbiAgLnRleHQge1xuICAgIGNvbG9yICAgIDogQGRvdmUtZ3JheTtcbiAgICBmb250LXNpemU6IDE0cHg7XG4gIH1cblxuICAuaWNvbiB7XG4gICAgZGlzcGxheSAgICAgIDogZmxleDtcbiAgICB3aWR0aCAgICAgICAgOiAxMTNweDtcbiAgICBoZWlnaHQgICAgICAgOiA5MHB4O1xuICAgIGZvbnQtc2l6ZSAgICA6IDkwcHg7XG4gICAgY29sb3IgICAgICAgIDogQHByaW1hcnk7XG4gICAgbWFyZ2luLWJvdHRvbTogMzBweDtcbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuXG4gIC5oZWFkZXItc2l6ZSxcbiAgLmZpbGUtc2l6ZSB7XG4gICAgd2lkdGg6IDE4JTtcbiAgfVxuXG4gIC5nZC1kbmQtd3JhcCB7XG4gICAgd2lkdGg6IDk1JTtcbiAgfVxuXG4gICNnZC1icm93c2Utc2VjdGlvbiB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cblxuICAubGlzdC1maWxlcy1oZWFkZXIsXG4gIC5maWxlLXNpemUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cblxuICAjZ2QtYnJvd3NlLXNlY3Rpb24ge1xuICAgIHdpZHRoIDogMTAwJTtcbiAgICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDE0NnB4KTtcbiAgfVxufSIsIi5nZC1tb2RhbC10YWJsZSB7XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xufVxuI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgd2lkdGg6IDEwMzZweDtcbiAgaGVpZ2h0OiA1NjFweDtcbiAgb3ZlcmZsb3cteTogYXV0bztcbn1cbi5saXN0LWZpbGVzLWhlYWRlciB7XG4gIGhlaWdodDogNjBweDtcbiAgY29sb3I6ICM2ZTZlNmU7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmNGY0ZjQ7XG4gIG1hcmdpbi10b3A6IDI0cHg7XG59XG4ubGlzdC1maWxlcy1oZWFkZXIudXBsb2FkLXVybCB7XG4gIG1hcmdpbi10b3A6IDIwcHg7XG59XG4uaGVhZGVyLW5hbWUge1xuICBwYWRkaW5nLWxlZnQ6IDY4cHg7XG4gIHdpZHRoOiA5MCU7XG4gIGxpbmUtaGVpZ2h0OiA2MHB4O1xufVxuLmhlYWRlci1zaXplIHtcbiAgcGFkZGluZy1yaWdodDogODRweDtcbiAgbGluZS1oZWlnaHQ6IDYwcHg7XG59XG4uaGVhZGVyLXNpemUsXG4uZmlsZS1zaXplIHtcbiAgd2lkdGg6IDclO1xuICBjb2xvcjogIzc3Nzc3NztcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cbi5maWxlLXNpemUge1xuICBmb250LXNpemU6IDEycHg7XG4gIHdpZHRoOiA3JTtcbiAgbGluZS1oZWlnaHQ6IDc5cHg7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiA5MCU7XG4gIHBhZGRpbmc6IDE4cHggMHB4IDE4cHggMHB4O1xuICBmb250LXNpemU6IDE0cHg7XG4gIGZsZXg6IDE7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xufVxuLmdkLW1vZGFsLXNwaW5uZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAyMHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGZvbnQtc2l6ZTogMTZweDtcbn1cbi5nZC1jYW5jZWwtYnV0dG9uIHtcbiAgcGFkZGluZzogN3B4O1xuICBiYWNrZ3JvdW5kOiBub25lO1xuICB3aWR0aDogMjhweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cbi5nZC1jYW5jZWwtYnV0dG9uIGkge1xuICBmb250LXNpemU6IDIxcHg7XG59XG4uZ2QtZmlsZS1uYW1lIHtcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgd2lkdGg6IDEwMCU7XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xufVxuLnVwbG9hZC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgd2lkdGg6IDEwMCU7XG4gIG1hcmdpbi10b3A6IDI0cHg7XG4gIG1hcmdpbi1yaWdodDogMjRweDtcbn1cbi51cGxvYWQtcGFuZWwgLnNlbGVjdC1hbGwge1xuICBoZWlnaHQ6IDM3cHg7XG4gIG1hcmdpbjogMHB4IDE2cHggMHB4IDE1cHg7XG4gIHdpZHRoOiAzN3B4O1xuICBsaW5lLWhlaWdodDogNDRweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiAxMDAlO1xuICBtYXJnaW4tcmlnaHQ6IDI0cHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICB3aWR0aDogMTAwJTtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyAqOmxhc3QtY2hpbGQge1xuICBtYXJnaW4tcmlnaHQ6IDBweDtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIGhlaWdodDogMzdweDtcbiAgd2lkdGg6IDk2cHg7XG4gIHBhZGRpbmc6IDBweDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyA6Om5nLWRlZXAgLmJ1dHRvbiA6Om5nLWRlZXAgLnRleHQge1xuICBmb250LXNpemU6IDEwcHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgOjpuZy1kZWVwIC5idXR0b24ucHJpbWFyeSB7XG4gIHdpZHRoOiAxMTdweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzRiNTY2Yztcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyA6Om5nLWRlZXAgLmJ1dHRvbi5wcmltYXJ5LmluYWN0aXZlIHtcbiAgd2lkdGg6IDEwNnB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjOTU5ZGE1O1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1hY3Rpb25zIDo6bmctZGVlcCAuYnV0dG9uLnByaW1hcnkuaW5hY3RpdmUgOjpuZy1kZWVwIC50ZXh0IHtcbiAgY29sb3I6ICMzRTRFNUE7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgOjpuZy1kZWVwIC5idXR0b24ucHJpbWFyeS5pbmFjdGl2ZSA6Om5nLWRlZXAgZmEtaWNvbiB7XG4gIGNvbG9yOiAjM0U0RTVBO1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIHdpZHRoOiAxMDAlO1xuICBtYXJnaW4tdG9wOiAyMHB4O1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1wYW5lbCAudXBsb2FkLXVybCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1wYW5lbCAudXBsb2FkLXVybCAudXJsLWlucHV0IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMjdweDtcbiAgYm9yZGVyOiAxcHggc29saWQgIzI1YzJkNDtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBwYWRkaW5nLWxlZnQ6IDZweDtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtcGFuZWwgLnVwbG9hZC11cmwgLnVybC1jaGVjayB7XG4gIHdpZHRoOiAzMXB4O1xuICBoZWlnaHQ6IDMxcHg7XG4gIGNvbG9yOiAjRkZGRkZGO1xuICBmb250LXNpemU6IDE1cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNWMyZDQ7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LXBhbmVsIC51cGxvYWQtdXJsIC51cmwtY2hlY2sgLm5nLWZhLWljb24ge1xuICBkaXNwbGF5OiBibG9jaztcbiAgcGFkZGluZzogOHB4O1xufVxuLnVwbG9hZC1wYW5lbCBnZC1kcm9wLWRvd24ge1xuICBtYXJnaW4tcmlnaHQ6IDEwcHg7XG59XG4udXBsb2FkLXBhbmVsIGdkLWRyb3AtZG93biA6Om5nLWRlZXAgLmRyb3AtZG93bi1pdGVtIC50ZXh0IHtcbiAgbWFyZ2luLWxlZnQ6IDdweDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgY29sb3I6ICM2ZTZlNmU7XG59XG4udXBsb2FkLXBhbmVsIGdkLWRyb3AtZG93biA6Om5nLWRlZXAgLmRyb3AtZG93bi1pdGVtOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzRiNTY2Yztcbn1cbi51cGxvYWQtcGFuZWwgZ2QtZHJvcC1kb3duIDo6bmctZGVlcCAuZHJvcC1kb3duLWl0ZW06aG92ZXIgKiB7XG4gIGNvbG9yOiAjRkZGO1xufVxuLmxpc3QtZmlsZXMtbGluZXMsXG4ubGlzdC1maWxlcy1oZWFkZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogI2UwNGU0ZTtcbn1cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtd29yZCB7XG4gIGNvbG9yOiAjNTM5Q0YwO1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1wb3dlcnBvaW50IHtcbiAgY29sb3I6ICNlMjllMWU7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWV4Y2VsIHtcbiAgY29sb3I6ICM3Y2JjNDY7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6ICNjMzc1ZWQ7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXRleHQgLmZhLWZvbGRlcixcbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUsXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWFsdCB7XG4gIGNvbG9yOiAjNGI1NjZjO1xufVxuLmdvLXVwIHtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBkaXNwbGF5OiBmbGV4O1xuICBmb250LXNpemU6IDI2cHg7XG4gIGNvbG9yOiAjNGI1NjZjO1xuICBoZWlnaHQ6IDc5cHg7XG59XG4uZ28tdXAtZG90cyB7XG4gIG1hcmdpbi1sZWZ0OiAyMHB4O1xuICBtYXJnaW4tdG9wOiAyMnB4O1xuICBmb250LXNpemU6IDE2cHg7XG59XG4uZ28tdXAtaWNvbiB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBwYWRkaW5nOiAxOHB4IDBweCAxOHB4IDY4cHg7XG59XG4uZmlsZS1uYW1lIHtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG59XG4uZmlsZS1uYW1lLWZvcm1hdCB7XG4gIHBhZGRpbmctbGVmdDogMTFweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cbi5maWxlLWZvcm1hdCB7XG4gIGZvbnQtc2l6ZTogMTBweDtcbiAgcGFkZGluZy10b3A6IDNweDtcbiAgY29sb3I6ICNhY2FjYWM7XG59XG4ubGlzdC1maWxlcy1saW5lcyxcbi5nby11cCB7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZTdlN2U3O1xufVxuLmxpc3QtZmlsZXMtbGluZXM6aG92ZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRTVFNUU1O1xufVxuLmdkLWRuZC13cmFwIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRjtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDYwcHgpO1xuICBiYWNrZ3JvdW5kOiByZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNyk7XG4gIHotaW5kZXg6IDE7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmdkLWRyYWctbi1kcm9wLWljb24ge1xuICBtYXJnaW4tdG9wOiAtNTBweDtcbn1cbi5nZC1kcmFnLW4tZHJvcC1pY29uIC5mYS1jbG91ZC1kb3dubG9hZC1hbHQge1xuICBjb2xvcjogI0QxRDFEMTtcbiAgZm9udC1zaXplOiAxMTBweDtcbn1cbi5nZC1maWxlLWNoZWNrYm94IHtcbiAgaGVpZ2h0OiAzN3B4O1xuICBtYXJnaW46IDIxcHggMTZweCAyMXB4IDE1cHg7XG4gIHdpZHRoOiAzN3B4O1xuICBsaW5lLWhlaWdodDogNDRweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuLmdkLWZpbGUtY2hlY2tib3guZW1wdHkge1xuICB3aWR0aDogMzdweDtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3Qge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMzZweDtcbiAgbWFyZ2luLXJpZ2h0OiAyNHB4O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIHBhZGRpbmc6IDBweDtcbiAgd2lkdGg6IDM2cHg7XG4gIG1hcmdpbjogMHB4O1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uZmlsZS1mb3JtYXQtc2VsZWN0IDo6bmctZGVlcCAuYnV0dG9uIC50ZXh0IHtcbiAgcGFkZGluZzogMHB4O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCA6Om5nLWRlZXAgLnNob3cgLmJ1dHRvbiB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCBnZC1kcm9wLWRvd24gOjpuZy1kZWVwIC5kcm9wLWRvd24taXRlbSB7XG4gIHdpZHRoOiA5NnB4O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCBnZC1kcm9wLWRvd24gOjpuZy1kZWVwIC5kcm9wLWRvd24taXRlbSAudGV4dCB7XG4gIHBhZGRpbmctbGVmdDogN3B4O1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICBjb2xvcjogIzZlNmU2ZTtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3QgZ2QtZHJvcC1kb3duIDo6bmctZGVlcCAuZHJvcC1kb3duLWl0ZW06aG92ZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjNGI1NjZjO1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCBnZC1kcm9wLWRvd24gOjpuZy1kZWVwIC5kcm9wLWRvd24taXRlbTpob3ZlciAqIHtcbiAgY29sb3I6ICNGRkY7XG59XG4uZ2QtY2hlY2tib3gge1xuICB3aWR0aDogMTlweDtcbiAgaGVpZ2h0OiAxOXB4O1xuICBtYXJnaW46IDBweDtcbn1cbi5nZC1jaGVja2JveDpiZWZvcmUge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxN3B4O1xuICBoZWlnaHQ6IDE3cHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkICM3MDcwNzA7XG4gIGNvbnRlbnQ6IFwiXCI7XG4gIGJhY2tncm91bmQ6ICNGRkZGRkY7XG4gIGN1cnNvcjogcG9pbnRlcjtcbn1cbi5nZC1jaGVja2JveDphZnRlciB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgZGlzcGxheTogZmxleDtcbiAgbGVmdDogMXB4O1xuICB0b3A6IC0xOHB4O1xuICB3aWR0aDogMTZweDtcbiAgaGVpZ2h0OiAxNnB4O1xuICBjb250ZW50OiBcIlwiO1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtY2hlY2tib3g6Y2hlY2tlZDphZnRlciB7XG4gIGZvbnQtZmFtaWx5OiBcIkZvbnQgQXdlc29tZSA1IEZyZWVcIjtcbiAgY29udGVudDogXCJcXGYwMGNcIjtcbiAgZm9udC13ZWlnaHQ6IDkwMDtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBjb2xvcjogIzZFNkU2RTtcbn1cbi5nZC1hZGQtc2VsZWN0ZWQuYWN0aXZlIHtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBvcGFjaXR5OiAxO1xufVxuLmdkLWFkZC1zZWxlY3RlZCB7XG4gIHdpZHRoOiAxNDBweDtcbiAgaGVpZ2h0OiAzNnB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM0U0RTVBO1xuICBjb2xvcjogI0ZGRkZGRjtcbiAgbWFyZ2luOiAwcHggOHB4IDBweCAwcHg7XG4gIGJvcmRlcjogMDtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgb3BhY2l0eTogMC40Mztcbn1cbi5nZC1mb2xkZXItbmFtZSB7XG4gIG1hcmdpbi10b3A6IDhweDtcbn1cbi5kbmQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICB0b3A6IDI1OXB4O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG59XG4uZG5kLXdyYXBwZXIgLnRleHQge1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgZm9udC1zaXplOiAxNHB4O1xufVxuLmRuZC13cmFwcGVyIC5pY29uIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDExM3B4O1xuICBoZWlnaHQ6IDkwcHg7XG4gIGZvbnQtc2l6ZTogOTBweDtcbiAgY29sb3I6ICMzRTRFNUE7XG4gIG1hcmdpbi1ib3R0b206IDMwcHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5oZWFkZXItc2l6ZSxcbiAgLmZpbGUtc2l6ZSB7XG4gICAgd2lkdGg6IDE4JTtcbiAgfVxuICAuZ2QtZG5kLXdyYXAge1xuICAgIHdpZHRoOiA5NSU7XG4gIH1cbiAgI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxuICAubGlzdC1maWxlcy1oZWFkZXIsXG4gIC5maWxlLXNpemUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDE0NnB4KTtcbiAgfVxufVxuIl19 */" /***/ }), /***/ "../../libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.ts": -/*!*******************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.ts ***! - \*******************************************************************************************************************************************************/ +/*!*******************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.ts ***! + \*******************************************************************************************************************************************/ /*! exports provided: ConversionBrowseFilesModalComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -10400,9 +10976,6 @@ var ConversionBrowseFilesModalComponent = /** @class */ (function (_super) { _this.dynamicOptions = []; return _this; } - ConversionBrowseFilesModalComponent.prototype.selectDD = function (entry) { - console.log('SELECTED DD', entry); - }; ConversionBrowseFilesModalComponent.prototype.selectAllItems = function (checked) { this.selectAll.emit(checked); this.dynamicOptions = this.prepareMultipleConversionTypes(); @@ -10416,14 +10989,13 @@ var ConversionBrowseFilesModalComponent = /** @class */ (function (_super) { this.dynamicOptions = this.prepareMultipleConversionTypes(); }; ConversionBrowseFilesModalComponent.prototype.getLabelString = function () { + var label = 'Add selected'; if (this.files && this.files.length > 0) { var selectedCount = this.files.filter(function (file) { return file.selected; }).length; - if (selectedCount > 0) { - return 'Add ' + selectedCount + ' selected'; - } - else { - return 'Add selected'; - } + return selectedCount > 0 ? 'Add ' + selectedCount + ' selected' : label; + } + else { + return label; } }; ConversionBrowseFilesModalComponent.prototype.prepareMultipleConversionTypes = function () { @@ -10576,9 +11148,9 @@ var ConversionBrowseFilesModalComponent = /** @class */ (function (_super) { /***/ }), /***/ "../../libs/conversion/src/lib/conversion-config.service.ts": -/*!***********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-config.service.ts ***! - \***********************************************************************************************************/ +/*!***********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-config.service.ts ***! + \***********************************************************************************************/ /*! exports provided: ConversionConfigService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -10642,9 +11214,9 @@ var ConversionConfigService = /** @class */ (function () { /***/ }), /***/ "../../libs/conversion/src/lib/conversion-config.ts": -/*!***************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-config.ts ***! - \***************************************************************************************************/ +/*!***************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-config.ts ***! + \***************************************************************************************/ /*! exports provided: ConversionConfig */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -10662,20 +11234,20 @@ var ConversionConfig = /** @class */ (function () { /***/ }), /***/ "../../libs/conversion/src/lib/conversion-item/conversion-item.component.less": -/*!*****************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-item/conversion-item.component.less ***! - \*****************************************************************************************************************************/ +/*!*****************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-item/conversion-item.component.less ***! + \*****************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-convert-item {\n display: -webkit-box;\n display: flex;\n width: 100%;\n height: 98px;\n border-bottom: 1px solid #e7e7e7;\n background-color: #fff;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-convert-remove {\n font-size: 18px;\n color: #6E6E6E;\n margin: 0px 24px;\n cursor: pointer;\n}\n.gd-convert-remove span {\n width: 37px;\n height: 37px;\n display: block;\n line-height: 37px;\n text-align: center;\n font-weight: bold;\n}\n.gd-convert-remove.disabled {\n color: #959da5;\n opacity: 0.4;\n}\n.gd-filequeue-name {\n display: -webkit-box;\n display: flex;\n width: 671px;\n}\n.gd-filequeue-name fa-icon {\n font-size: 32px;\n margin: 19px 21px 0 0;\n}\n.gd-filequeue-name.disabled fa-icon {\n color: #6e6e6e;\n}\n.gd-queue-name {\n text-align: left;\n cursor: default;\n}\n.gd-queue-size {\n text-align: left;\n font-size: 14px;\n}\n.gd-destination-file {\n cursor: not-allowed;\n}\n.gd-destination-file .gd-queue-name {\n cursor: inherit;\n}\n.gd-convert-status {\n font-size: 32px;\n color: #DBDBDB;\n margin: 0 162px 0 111px;\n}\n.gd-conversion-complete {\n color: #62A529;\n margin-left: 5px;\n}\n.gd-conversion-progress {\n position: inherit;\n width: 32px;\n height: 32px;\n font-size: 32px !important;\n line-height: 32px;\n color: #007aff;\n}\n.gd-conversion-progress.mobile {\n display: none;\n}\n.gd-convert-single,\n.gd-download-single {\n font-size: 16px;\n color: #808080;\n margin: 41px 36px 42px 11px;\n cursor: pointer;\n}\n.gd-convert-single.mobile,\n.gd-download-single.mobile {\n display: none;\n}\n.gd-convert-single.disabled,\n.gd-download-single.disabled {\n color: #959da5;\n opacity: 0.4;\n}\n.gd-file-format {\n font-size: 10px;\n color: #acacac;\n padding-top: 4px;\n}\n.gd-file-format.mobile {\n display: none;\n}\n.gd-file-size {\n width: 112px;\n color: #777777;\n}\n.disabled {\n cursor: not-allowed !important;\n}\n.gd-convert-item .ng-fa-icon.fa-file-pdf {\n color: #E21717;\n}\n.gd-convert-item .ng-fa-icon.fa-file-word {\n color: #6979B9;\n}\n.gd-convert-item .ng-fa-icon.fa-file-powerpoint {\n color: #E29417;\n}\n.gd-convert-item .ng-fa-icon.fa-file-excel {\n color: #3FA300;\n}\n.gd-convert-item .ng-fa-icon.fa-file-image {\n color: #E217DA;\n}\n.gd-convert-item .ng-fa-icon.fa-file-text .fa-folder {\n color: #5D6A75;\n}\n.gd-filequeue-name .ng-fa-icon,\n.gd-convert-status .ng-fa-icon,\n.gd-destination-file .ng-fa-icon {\n font-size: 33px;\n}\n.gd-filequeue-name fa-icon {\n font-size: 32px;\n margin: 0 11px 0 0;\n}\n@media (max-width: 1037px) {\n .gd-file-size,\n .gd-convert-status,\n .gd-destination-file {\n display: none;\n }\n .gd-conversion-progress.mobile {\n display: block;\n margin: 26px 24px 25px 11px;\n }\n .gd-convert-single.mobile {\n display: block;\n margin: 31px 24px 30px 0px;\n cursor: pointer;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n min-width: 37px;\n height: 37px;\n }\n .gd-convert-single:not(.mobile) {\n display: none;\n }\n .gd-file-format {\n font-size: 10px;\n }\n .gd-file-format.mobile {\n display: block;\n }\n .gd-file-format.mobile > fa-icon {\n color: #bebebe;\n }\n .gd-file-format.mobile fa-icon {\n font-size: 10px;\n margin-right: 2.1px;\n }\n .gd-file-format.mobile fa-icon:nth-child(1) {\n margin-right: 6px;\n }\n .gd-file-format {\n font-size: 11px;\n }\n .gd-file-format:not(.mobile) {\n display: none;\n }\n .gd-filequeue-name {\n white-space: nowrap;\n overflow: hidden;\n }\n .gd-convert-remove {\n margin: 0px 16px 0px 15px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb252ZXJzaW9uL3NyYy9saWIvY29udmVyc2lvbi1pdGVtL2NvbnZlcnNpb24taXRlbS5jb21wb25lbnQubGVzcyIsImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24taXRlbS9jb252ZXJzaW9uLWl0ZW0uY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGdDQUFBO0VBQ0Esc0JBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0FDREY7QURJQTtFQUNFLGVBQUE7RUFDQSxjQUFBO0VBQ0EsZ0JBQUE7RUFDQSxlQUFBO0FDRkY7QURGQTtFQU1JLFdBQUE7RUFDQSxZQUFBO0VBQ0EsY0FBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxpQkFBQTtBQ0RKO0FER0U7RUFDRSxjQUFBO0VBQ0EsWUFBQTtBQ0RKO0FES0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxZQUFBO0FDSEY7QURNQTtFQUNFLGVBQUE7RUFDQSxxQkFBQTtBQ0pGO0FET0E7RUFDRSxjQUFBO0FDTEY7QURRQTtFQUNFLGdCQUFBO0VBQ0EsZUFBQTtBQ05GO0FEU0E7RUFDRSxnQkFBQTtFQUNBLGVBQUE7QUNQRjtBRFVBO0VBQ0UsbUJBQUE7QUNSRjtBRFdBO0VBQ0UsZUFBQTtBQ1RGO0FEWUE7RUFDRSxlQUFBO0VBQ0EsY0FBQTtFQUNBLHVCQUFBO0FDVkY7QURhQTtFQUNFLGNBQUE7RUFDQSxnQkFBQTtBQ1hGO0FEY0E7RUFDRSxpQkFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EsMEJBQUE7RUFDQSxpQkFBQTtFQUNBLGNBQUE7QUNaRjtBRGFFO0VBQ0UsYUFBQTtBQ1hKO0FEZUE7O0VBQ0UsZUFBQTtFQUNBLGNBQUE7RUFDQSwyQkFBQTtFQUNBLGVBQUE7QUNaRjtBRGFFOztFQUNFLGFBQUE7QUNWSjtBRFlFOztFQUNFLGNBQUE7RUFDQSxZQUFBO0FDVEo7QURhQTtFQUNFLGVBQUE7RUFDQSxjQUFBO0VBQ0EsZ0JBQUE7QUNYRjtBRFlFO0VBQ0UsYUFBQTtBQ1ZKO0FEY0E7RUFDRSxZQUFBO0VBQ0EsY0FBQTtBQ1pGO0FEZUE7RUFDRSw4QkFBQTtBQ2JGO0FEZ0JBO0VBQ0UsY0FBQTtBQ2RGO0FEaUJBO0VBQ0UsY0FBQTtBQ2ZGO0FEa0JBO0VBQ0UsY0FBQTtBQ2hCRjtBRG1CQTtFQUNFLGNBQUE7QUNqQkY7QURvQkE7RUFDRSxjQUFBO0FDbEJGO0FEcUJBO0VBQ0UsY0FBQTtBQ25CRjtBRHNCQTs7O0VBQ0UsZUFBQTtBQ2xCRjtBRHFCQTtFQUNFLGVBQUE7RUFDQSxrQkFBQTtBQ25CRjtBRHNCQTtFQUNFOzs7SUFDSSxhQUFBO0VDbEJKO0VEc0JFO0lBQ0UsY0FBQTtJQUNBLDJCQUFBO0VDcEJKO0VEeUJFO0lBQ0UsY0FBQTtJQUNBLDBCQUFBO0lBQ0EsZUFBQTtJQUNBLG9CQUFBO0lBQUEsYUFBQTtJQUNBLHlCQUFBO1lBQUEsbUJBQUE7SUFDQSx3QkFBQTtZQUFBLHVCQUFBO0lBQ0EsZUFBQTtJQUNBLFlBQUE7RUN2Qko7RUQ0QkU7SUFDRSxhQUFBO0VDMUJKO0VEOEJBO0lBQ0UsZUFBQTtFQzVCRjtFRDZCRTtJQUNFLGNBQUE7RUMzQko7RUQwQkU7SUFHSSxjQUFBO0VDMUJOO0VEdUJFO0lBTUksZUFBQTtJQUNBLG1CQUFBO0VDMUJOO0VEbUJFO0lBVUksaUJBQUE7RUMxQk47RUQrQkE7SUFDRSxlQUFBO0VDN0JGO0VEOEJFO0lBQ0UsYUFBQTtFQzVCSjtFRGdDQTtJQUNFLG1CQUFBO0lBQ0EsZ0JBQUE7RUM5QkY7RURpQ0E7SUFDRSx5QkFBQTtFQy9CRjtBQUNGIiwiZmlsZSI6ImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24taXRlbS9jb252ZXJzaW9uLWl0ZW0uY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWNvbnZlcnQtaXRlbSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDk4cHg7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCBAbWVyY3VyeTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cblxuLmdkLWNvbnZlcnQtcmVtb3ZlIHtcbiAgZm9udC1zaXplOiAxOHB4O1xuICBjb2xvcjogIzZFNkU2RTtcbiAgbWFyZ2luOiAwcHggMjRweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBzcGFuIHtcbiAgICB3aWR0aDogMzdweDtcbiAgICBoZWlnaHQ6IDM3cHg7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gICAgbGluZS1oZWlnaHQ6IDM3cHg7XG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICB9XG4gICYuZGlzYWJsZWQge1xuICAgIGNvbG9yOiBAcmVnZW50LWdyYXk7XG4gICAgb3BhY2l0eTogMC40O1xuICB9XG59XG5cbi5nZC1maWxlcXVldWUtbmFtZSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiA2NzFweDtcbn1cblxuLmdkLWZpbGVxdWV1ZS1uYW1lIGZhLWljb24ge1xuICBmb250LXNpemU6IDMycHg7XG4gIG1hcmdpbjogMTlweCAyMXB4IDAgMDtcbn1cblxuLmdkLWZpbGVxdWV1ZS1uYW1lLmRpc2FibGVkIGZhLWljb24ge1xuICBjb2xvcjogQGRvdmUtZ3JheTtcbn1cblxuLmdkLXF1ZXVlLW5hbWUge1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBjdXJzb3I6IGRlZmF1bHQ7XG59XG5cbi5nZC1xdWV1ZS1zaXplIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZm9udC1zaXplOiAxNHB4O1xufVxuXG4uZ2QtZGVzdGluYXRpb24tZmlsZSB7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQ7XG59XG5cbi5nZC1kZXN0aW5hdGlvbi1maWxlIC5nZC1xdWV1ZS1uYW1lIHtcbiAgY3Vyc29yOiBpbmhlcml0O1xufVxuXG4uZ2QtY29udmVydC1zdGF0dXMge1xuICBmb250LXNpemU6IDMycHg7XG4gIGNvbG9yOiAjREJEQkRCO1xuICBtYXJnaW46IDAgMTYycHggMCAxMTFweDtcbn1cblxuLmdkLWNvbnZlcnNpb24tY29tcGxldGUge1xuICBjb2xvcjogIzYyQTUyOTtcbiAgbWFyZ2luLWxlZnQ6IDVweDtcbn1cblxuLmdkLWNvbnZlcnNpb24tcHJvZ3Jlc3Mge1xuICBwb3NpdGlvbjogaW5oZXJpdDtcbiAgd2lkdGg6IDMycHg7XG4gIGhlaWdodDogMzJweDtcbiAgZm9udC1zaXplOiAzMnB4ICFpbXBvcnRhbnQ7XG4gIGxpbmUtaGVpZ2h0OiAzMnB4O1xuICBjb2xvcjogIzAwN2FmZjtcbiAgJi5tb2JpbGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbn1cblxuLmdkLWNvbnZlcnQtc2luZ2xlLCAuZ2QtZG93bmxvYWQtc2luZ2xlIHtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBjb2xvcjogIzgwODA4MDtcbiAgbWFyZ2luOiA0MXB4IDM2cHggNDJweCAxMXB4O1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gICYubW9iaWxlIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG4gICYuZGlzYWJsZWQge1xuICAgIGNvbG9yOiBAcmVnZW50LWdyYXk7XG4gICAgb3BhY2l0eTogMC40O1xuICB9XG59XG5cbi5nZC1maWxlLWZvcm1hdCB7XG4gIGZvbnQtc2l6ZTogMTBweDtcbiAgY29sb3I6IEBzaWx2ZXItY2hhbGljZTtcbiAgcGFkZGluZy10b3A6IDRweDtcbiAgJi5tb2JpbGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbn1cbiAgXG4uZ2QtZmlsZS1zaXplIHtcbiAgd2lkdGg6IDExMnB4O1xuICBjb2xvcjogIzc3Nzc3Nztcbn1cblxuLmRpc2FibGVkIHtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZCAhaW1wb3J0YW50O1xufVxuXG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtcGRmIHtcbiAgY29sb3I6ICNFMjE3MTc7XG59XG5cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS13b3JkIHtcbiAgY29sb3I6ICM2OTc5Qjk7XG59XG5cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS1wb3dlcnBvaW50IHtcbiAgY29sb3I6ICNFMjk0MTc7XG59XG5cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS1leGNlbCB7XG4gIGNvbG9yOiAjM0ZBMzAwO1xufVxuXG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtaW1hZ2Uge1xuICBjb2xvcjogI0UyMTdEQTtcbn1cblxuLmdkLWNvbnZlcnQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLXRleHQgLmZhLWZvbGRlciB7XG4gIGNvbG9yOiAjNUQ2QTc1O1xufVxuXG4uZ2QtZmlsZXF1ZXVlLW5hbWUgLm5nLWZhLWljb24sIC5nZC1jb252ZXJ0LXN0YXR1cyAubmctZmEtaWNvbiwgLmdkLWRlc3RpbmF0aW9uLWZpbGUgLm5nLWZhLWljb257XG4gIGZvbnQtc2l6ZTogMzNweDtcbn1cblxuLmdkLWZpbGVxdWV1ZS1uYW1lIGZhLWljb24ge1xuICBmb250LXNpemU6IDMycHg7XG4gIG1hcmdpbjogMCAxMXB4IDAgMDtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLmdkLWZpbGUtc2l6ZSwgLmdkLWNvbnZlcnQtc3RhdHVzLCAuZ2QtZGVzdGluYXRpb24tZmlsZSB7XG4gICAgICBkaXNwbGF5OiBub25lO1xuICB9XG5cbiAgLmdkLWNvbnZlcnNpb24tcHJvZ3Jlc3Mge1xuICAgICYubW9iaWxlIHtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgbWFyZ2luOiAyNnB4IDI0cHggMjVweCAxMXB4O1xuICAgIH1cbiAgfVxuXG4gIC5nZC1jb252ZXJ0LXNpbmdsZSB7XG4gICAgJi5tb2JpbGUge1xuICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICBtYXJnaW46IDMxcHggMjRweCAzMHB4IDBweDtcbiAgICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgICBtaW4td2lkdGg6IDM3cHg7XG4gICAgICBoZWlnaHQ6IDM3cHg7XG4gICAgfVxuICB9XG5cbiAgLmdkLWNvbnZlcnQtc2luZ2xlIHtcbiAgICAmOm5vdCgubW9iaWxlKSB7XG4gICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cbiAgfVxuXG4gIC5nZC1maWxlLWZvcm1hdCB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuICAgICYubW9iaWxlIHtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgPiBmYS1pY29ue1xuICAgICAgICBjb2xvcjogI2JlYmViZTtcbiAgICAgIH1cbiAgICAgIGZhLWljb24ge1xuICAgICAgICBmb250LXNpemU6IDEwcHg7XG4gICAgICAgIG1hcmdpbi1yaWdodDogMi4xcHg7XG4gICAgICB9XG4gICAgICBmYS1pY29uOm50aC1jaGlsZCgxKXtcbiAgICAgICAgbWFyZ2luLXJpZ2h0OiA2cHg7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDExcHg7XG4gICAgJjpub3QoLm1vYmlsZSkge1xuICAgICAgZGlzcGxheTogbm9uZTtcbiAgICB9XG4gIH1cblxuICAuZ2QtZmlsZXF1ZXVlLW5hbWUge1xuICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgfVxuXG4gIC5nZC1jb252ZXJ0LXJlbW92ZSB7XG4gICAgbWFyZ2luOiAwcHggMTZweCAwcHggMTVweDtcbiAgfVxufSIsIi5nZC1jb252ZXJ0LWl0ZW0ge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiA5OHB4O1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI2U3ZTdlNztcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cbi5nZC1jb252ZXJ0LXJlbW92ZSB7XG4gIGZvbnQtc2l6ZTogMThweDtcbiAgY29sb3I6ICM2RTZFNkU7XG4gIG1hcmdpbjogMHB4IDI0cHg7XG4gIGN1cnNvcjogcG9pbnRlcjtcbn1cbi5nZC1jb252ZXJ0LXJlbW92ZSBzcGFuIHtcbiAgd2lkdGg6IDM3cHg7XG4gIGhlaWdodDogMzdweDtcbiAgZGlzcGxheTogYmxvY2s7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xufVxuLmdkLWNvbnZlcnQtcmVtb3ZlLmRpc2FibGVkIHtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIG9wYWNpdHk6IDAuNDtcbn1cbi5nZC1maWxlcXVldWUtbmFtZSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiA2NzFweDtcbn1cbi5nZC1maWxlcXVldWUtbmFtZSBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBtYXJnaW46IDE5cHggMjFweCAwIDA7XG59XG4uZ2QtZmlsZXF1ZXVlLW5hbWUuZGlzYWJsZWQgZmEtaWNvbiB7XG4gIGNvbG9yOiAjNmU2ZTZlO1xufVxuLmdkLXF1ZXVlLW5hbWUge1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBjdXJzb3I6IGRlZmF1bHQ7XG59XG4uZ2QtcXVldWUtc2l6ZSB7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi5nZC1kZXN0aW5hdGlvbi1maWxlIHtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbn1cbi5nZC1kZXN0aW5hdGlvbi1maWxlIC5nZC1xdWV1ZS1uYW1lIHtcbiAgY3Vyc29yOiBpbmhlcml0O1xufVxuLmdkLWNvbnZlcnQtc3RhdHVzIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBjb2xvcjogI0RCREJEQjtcbiAgbWFyZ2luOiAwIDE2MnB4IDAgMTExcHg7XG59XG4uZ2QtY29udmVyc2lvbi1jb21wbGV0ZSB7XG4gIGNvbG9yOiAjNjJBNTI5O1xuICBtYXJnaW4tbGVmdDogNXB4O1xufVxuLmdkLWNvbnZlcnNpb24tcHJvZ3Jlc3Mge1xuICBwb3NpdGlvbjogaW5oZXJpdDtcbiAgd2lkdGg6IDMycHg7XG4gIGhlaWdodDogMzJweDtcbiAgZm9udC1zaXplOiAzMnB4ICFpbXBvcnRhbnQ7XG4gIGxpbmUtaGVpZ2h0OiAzMnB4O1xuICBjb2xvcjogIzAwN2FmZjtcbn1cbi5nZC1jb252ZXJzaW9uLXByb2dyZXNzLm1vYmlsZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uZ2QtY29udmVydC1zaW5nbGUsXG4uZ2QtZG93bmxvYWQtc2luZ2xlIHtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBjb2xvcjogIzgwODA4MDtcbiAgbWFyZ2luOiA0MXB4IDM2cHggNDJweCAxMXB4O1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtY29udmVydC1zaW5nbGUubW9iaWxlLFxuLmdkLWRvd25sb2FkLXNpbmdsZS5tb2JpbGUge1xuICBkaXNwbGF5OiBub25lO1xufVxuLmdkLWNvbnZlcnQtc2luZ2xlLmRpc2FibGVkLFxuLmdkLWRvd25sb2FkLXNpbmdsZS5kaXNhYmxlZCB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xuICBvcGFjaXR5OiAwLjQ7XG59XG4uZ2QtZmlsZS1mb3JtYXQge1xuICBmb250LXNpemU6IDEwcHg7XG4gIGNvbG9yOiAjYWNhY2FjO1xuICBwYWRkaW5nLXRvcDogNHB4O1xufVxuLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uZ2QtZmlsZS1zaXplIHtcbiAgd2lkdGg6IDExMnB4O1xuICBjb2xvcjogIzc3Nzc3Nztcbn1cbi5kaXNhYmxlZCB7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQgIWltcG9ydGFudDtcbn1cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogI0UyMTcxNztcbn1cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS13b3JkIHtcbiAgY29sb3I6ICM2OTc5Qjk7XG59XG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtcG93ZXJwb2ludCB7XG4gIGNvbG9yOiAjRTI5NDE3O1xufVxuLmdkLWNvbnZlcnQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLWV4Y2VsIHtcbiAgY29sb3I6ICMzRkEzMDA7XG59XG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtaW1hZ2Uge1xuICBjb2xvcjogI0UyMTdEQTtcbn1cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIge1xuICBjb2xvcjogIzVENkE3NTtcbn1cbi5nZC1maWxlcXVldWUtbmFtZSAubmctZmEtaWNvbixcbi5nZC1jb252ZXJ0LXN0YXR1cyAubmctZmEtaWNvbixcbi5nZC1kZXN0aW5hdGlvbi1maWxlIC5uZy1mYS1pY29uIHtcbiAgZm9udC1zaXplOiAzM3B4O1xufVxuLmdkLWZpbGVxdWV1ZS1uYW1lIGZhLWljb24ge1xuICBmb250LXNpemU6IDMycHg7XG4gIG1hcmdpbjogMCAxMXB4IDAgMDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLWZpbGUtc2l6ZSxcbiAgLmdkLWNvbnZlcnQtc3RhdHVzLFxuICAuZ2QtZGVzdGluYXRpb24tZmlsZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuICAuZ2QtY29udmVyc2lvbi1wcm9ncmVzcy5tb2JpbGUge1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIG1hcmdpbjogMjZweCAyNHB4IDI1cHggMTFweDtcbiAgfVxuICAuZ2QtY29udmVydC1zaW5nbGUubW9iaWxlIHtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBtYXJnaW46IDMxcHggMjRweCAzMHB4IDBweDtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIG1pbi13aWR0aDogMzdweDtcbiAgICBoZWlnaHQ6IDM3cHg7XG4gIH1cbiAgLmdkLWNvbnZlcnQtc2luZ2xlOm5vdCgubW9iaWxlKSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuICAuZ2QtZmlsZS1mb3JtYXQge1xuICAgIGZvbnQtc2l6ZTogMTBweDtcbiAgfVxuICAuZ2QtZmlsZS1mb3JtYXQubW9iaWxlIHtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgfVxuICAuZ2QtZmlsZS1mb3JtYXQubW9iaWxlID4gZmEtaWNvbiB7XG4gICAgY29sb3I6ICNiZWJlYmU7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSBmYS1pY29uIHtcbiAgICBmb250LXNpemU6IDEwcHg7XG4gICAgbWFyZ2luLXJpZ2h0OiAyLjFweDtcbiAgfVxuICAuZ2QtZmlsZS1mb3JtYXQubW9iaWxlIGZhLWljb246bnRoLWNoaWxkKDEpIHtcbiAgICBtYXJnaW4tcmlnaHQ6IDZweDtcbiAgfVxuICAuZ2QtZmlsZS1mb3JtYXQge1xuICAgIGZvbnQtc2l6ZTogMTFweDtcbiAgfVxuICAuZ2QtZmlsZS1mb3JtYXQ6bm90KC5tb2JpbGUpIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG4gIC5nZC1maWxlcXVldWUtbmFtZSB7XG4gICAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuICB9XG4gIC5nZC1jb252ZXJ0LXJlbW92ZSB7XG4gICAgbWFyZ2luOiAwcHggMTZweCAwcHggMTVweDtcbiAgfVxufVxuIl19 */" +module.exports = ".gd-convert-item {\n display: -webkit-box;\n display: flex;\n width: 100%;\n height: 98px;\n border-bottom: 1px solid #e7e7e7;\n background-color: #fff;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-convert-remove {\n font-size: 24px;\n color: #6E6E6E;\n margin: 0px 24px;\n cursor: pointer;\n}\n.gd-convert-remove span {\n width: 37px;\n height: 37px;\n display: block;\n line-height: 37px;\n text-align: center;\n font-weight: bold;\n}\n.gd-convert-remove.disabled {\n color: #959da5;\n opacity: 0.4;\n}\n.gd-filequeue-name {\n display: -webkit-box;\n display: flex;\n width: 671px;\n}\n.gd-filequeue-name fa-icon {\n font-size: 32px;\n margin: 19px 21px 0 0;\n}\n.gd-filequeue-name.disabled fa-icon {\n color: #6e6e6e;\n}\n.gd-queue-name {\n text-align: left;\n cursor: default;\n}\n.gd-queue-size {\n text-align: left;\n font-size: 14px;\n}\n.gd-destination-file {\n cursor: not-allowed;\n}\n.gd-destination-file .gd-queue-name {\n cursor: inherit;\n}\n.gd-convert-status {\n font-size: 32px;\n color: #DBDBDB;\n margin: 0 162px 0 111px;\n}\n.gd-conversion-complete {\n color: #62A529;\n margin-left: 5px;\n}\n.gd-conversion-progress {\n position: inherit;\n width: 32px;\n height: 32px;\n font-size: 32px !important;\n line-height: 32px;\n color: #007aff;\n}\n.gd-conversion-progress.mobile {\n display: none;\n}\n.gd-convert-single,\n.gd-download-single {\n font-size: 16px;\n color: #808080;\n margin: 41px 36px 42px 11px;\n cursor: pointer;\n}\n.gd-convert-single.mobile,\n.gd-download-single.mobile {\n display: none;\n}\n.gd-convert-single.disabled,\n.gd-download-single.disabled {\n color: #959da5;\n opacity: 0.4;\n}\n.gd-file-format {\n font-size: 10px;\n color: #acacac;\n padding-top: 4px;\n}\n.gd-file-format.mobile {\n display: none;\n}\n.gd-file-size {\n width: 112px;\n color: #777777;\n}\n.disabled {\n cursor: not-allowed !important;\n}\n.gd-convert-item .ng-fa-icon.fa-file-pdf {\n color: #E21717;\n}\n.gd-convert-item .ng-fa-icon.fa-file-word {\n color: #6979B9;\n}\n.gd-convert-item .ng-fa-icon.fa-file-powerpoint {\n color: #E29417;\n}\n.gd-convert-item .ng-fa-icon.fa-file-excel {\n color: #3FA300;\n}\n.gd-convert-item .ng-fa-icon.fa-file-image {\n color: #E217DA;\n}\n.gd-convert-item .ng-fa-icon.fa-file-text .fa-folder {\n color: #5D6A75;\n}\n.gd-filequeue-name .ng-fa-icon,\n.gd-convert-status .ng-fa-icon,\n.gd-destination-file .ng-fa-icon {\n font-size: 33px;\n}\n.gd-filequeue-name fa-icon {\n font-size: 32px;\n margin: 0 11px 0 0;\n}\n@media (max-width: 1037px) {\n .gd-file-size,\n .gd-convert-status,\n .gd-destination-file {\n display: none;\n }\n .gd-conversion-progress.mobile {\n display: block;\n margin: 26px 24px 25px 11px;\n }\n .gd-convert-single.mobile {\n display: block;\n margin: 31px 24px 30px 0px;\n cursor: pointer;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n min-width: 37px;\n height: 37px;\n }\n .gd-convert-single:not(.mobile) {\n display: none;\n }\n .gd-file-format {\n font-size: 10px;\n }\n .gd-file-format.mobile {\n display: block;\n }\n .gd-file-format.mobile > fa-icon {\n color: #bebebe;\n }\n .gd-file-format.mobile fa-icon {\n font-size: 10px;\n margin-right: 2.1px;\n }\n .gd-file-format.mobile fa-icon:nth-child(1) {\n margin-right: 6px;\n }\n .gd-file-format {\n font-size: 11px;\n }\n .gd-file-format:not(.mobile) {\n display: none;\n }\n .gd-filequeue-name {\n white-space: nowrap;\n overflow: hidden;\n }\n .gd-convert-remove {\n margin: 0px 16px 0px 15px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24taXRlbS9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24taXRlbS9jb252ZXJzaW9uLWl0ZW0uY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWl0ZW0vY29udmVyc2lvbi1pdGVtLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxnQ0FBQTtFQUNBLHNCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ0RGO0FESUE7RUFDRSxlQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0VBQ0EsZUFBQTtBQ0ZGO0FERkE7RUFNSSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGNBQUE7RUFDQSxpQkFBQTtFQUNBLGtCQUFBO0VBQ0EsaUJBQUE7QUNESjtBREdFO0VBQ0UsY0FBQTtFQUNBLFlBQUE7QUNESjtBREtBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsWUFBQTtBQ0hGO0FETUE7RUFDRSxlQUFBO0VBQ0EscUJBQUE7QUNKRjtBRE9BO0VBQ0UsY0FBQTtBQ0xGO0FEUUE7RUFDRSxnQkFBQTtFQUNBLGVBQUE7QUNORjtBRFNBO0VBQ0UsZ0JBQUE7RUFDQSxlQUFBO0FDUEY7QURVQTtFQUNFLG1CQUFBO0FDUkY7QURXQTtFQUNFLGVBQUE7QUNURjtBRFlBO0VBQ0UsZUFBQTtFQUNBLGNBQUE7RUFDQSx1QkFBQTtBQ1ZGO0FEYUE7RUFDRSxjQUFBO0VBQ0EsZ0JBQUE7QUNYRjtBRGNBO0VBQ0UsaUJBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLDBCQUFBO0VBQ0EsaUJBQUE7RUFDQSxjQUFBO0FDWkY7QURhRTtFQUNFLGFBQUE7QUNYSjtBRGVBOztFQUNFLGVBQUE7RUFDQSxjQUFBO0VBQ0EsMkJBQUE7RUFDQSxlQUFBO0FDWkY7QURhRTs7RUFDRSxhQUFBO0FDVko7QURZRTs7RUFDRSxjQUFBO0VBQ0EsWUFBQTtBQ1RKO0FEYUE7RUFDRSxlQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0FDWEY7QURZRTtFQUNFLGFBQUE7QUNWSjtBRGNBO0VBQ0UsWUFBQTtFQUNBLGNBQUE7QUNaRjtBRGVBO0VBQ0UsOEJBQUE7QUNiRjtBRGdCQTtFQUNFLGNBQUE7QUNkRjtBRGlCQTtFQUNFLGNBQUE7QUNmRjtBRGtCQTtFQUNFLGNBQUE7QUNoQkY7QURtQkE7RUFDRSxjQUFBO0FDakJGO0FEb0JBO0VBQ0UsY0FBQTtBQ2xCRjtBRHFCQTtFQUNFLGNBQUE7QUNuQkY7QURzQkE7OztFQUNFLGVBQUE7QUNsQkY7QURxQkE7RUFDRSxlQUFBO0VBQ0Esa0JBQUE7QUNuQkY7QURzQkE7RUFDRTs7O0lBQ0ksYUFBQTtFQ2xCSjtFRHNCRTtJQUNFLGNBQUE7SUFDQSwyQkFBQTtFQ3BCSjtFRHlCRTtJQUNFLGNBQUE7SUFDQSwwQkFBQTtJQUNBLGVBQUE7SUFDQSxvQkFBQTtJQUFBLGFBQUE7SUFDQSx5QkFBQTtZQUFBLG1CQUFBO0lBQ0Esd0JBQUE7WUFBQSx1QkFBQTtJQUNBLGVBQUE7SUFDQSxZQUFBO0VDdkJKO0VENEJFO0lBQ0UsYUFBQTtFQzFCSjtFRDhCQTtJQUNFLGVBQUE7RUM1QkY7RUQ2QkU7SUFDRSxjQUFBO0VDM0JKO0VEMEJFO0lBR0ksY0FBQTtFQzFCTjtFRHVCRTtJQU1JLGVBQUE7SUFDQSxtQkFBQTtFQzFCTjtFRG1CRTtJQVVJLGlCQUFBO0VDMUJOO0VEK0JBO0lBQ0UsZUFBQTtFQzdCRjtFRDhCRTtJQUNFLGFBQUE7RUM1Qko7RURnQ0E7SUFDRSxtQkFBQTtJQUNBLGdCQUFBO0VDOUJGO0VEaUNBO0lBQ0UseUJBQUE7RUMvQkY7QUFDRiIsImZpbGUiOiJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWl0ZW0vY29udmVyc2lvbi1pdGVtLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbi5nZC1jb252ZXJ0LWl0ZW0ge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiA5OHB4O1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgQG1lcmN1cnk7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5nZC1jb252ZXJ0LXJlbW92ZSB7XG4gIGZvbnQtc2l6ZTogMjRweDtcbiAgY29sb3I6ICM2RTZFNkU7XG4gIG1hcmdpbjogMHB4IDI0cHg7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgc3BhbiB7XG4gICAgd2lkdGg6IDM3cHg7XG4gICAgaGVpZ2h0OiAzN3B4O1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBmb250LXdlaWdodDogYm9sZDtcbiAgfVxuICAmLmRpc2FibGVkIHtcbiAgICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICAgIG9wYWNpdHk6IDAuNDtcbiAgfVxufVxuXG4uZ2QtZmlsZXF1ZXVlLW5hbWUge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogNjcxcHg7XG59XG5cbi5nZC1maWxlcXVldWUtbmFtZSBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBtYXJnaW46IDE5cHggMjFweCAwIDA7XG59XG5cbi5nZC1maWxlcXVldWUtbmFtZS5kaXNhYmxlZCBmYS1pY29uIHtcbiAgY29sb3I6IEBkb3ZlLWdyYXk7XG59XG5cbi5nZC1xdWV1ZS1uYW1lIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgY3Vyc29yOiBkZWZhdWx0O1xufVxuXG4uZ2QtcXVldWUtc2l6ZSB7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cblxuLmdkLWRlc3RpbmF0aW9uLWZpbGUge1xuICBjdXJzb3I6IG5vdC1hbGxvd2VkO1xufVxuXG4uZ2QtZGVzdGluYXRpb24tZmlsZSAuZ2QtcXVldWUtbmFtZSB7XG4gIGN1cnNvcjogaW5oZXJpdDtcbn1cblxuLmdkLWNvbnZlcnQtc3RhdHVzIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBjb2xvcjogI0RCREJEQjtcbiAgbWFyZ2luOiAwIDE2MnB4IDAgMTExcHg7XG59XG5cbi5nZC1jb252ZXJzaW9uLWNvbXBsZXRlIHtcbiAgY29sb3I6ICM2MkE1Mjk7XG4gIG1hcmdpbi1sZWZ0OiA1cHg7XG59XG5cbi5nZC1jb252ZXJzaW9uLXByb2dyZXNzIHtcbiAgcG9zaXRpb246IGluaGVyaXQ7XG4gIHdpZHRoOiAzMnB4O1xuICBoZWlnaHQ6IDMycHg7XG4gIGZvbnQtc2l6ZTogMzJweCAhaW1wb3J0YW50O1xuICBsaW5lLWhlaWdodDogMzJweDtcbiAgY29sb3I6ICMwMDdhZmY7XG4gICYubW9iaWxlIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG59XG5cbi5nZC1jb252ZXJ0LXNpbmdsZSwgLmdkLWRvd25sb2FkLXNpbmdsZSB7XG4gIGZvbnQtc2l6ZTogMTZweDtcbiAgY29sb3I6ICM4MDgwODA7XG4gIG1hcmdpbjogNDFweCAzNnB4IDQycHggMTFweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICAmLm1vYmlsZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuICAmLmRpc2FibGVkIHtcbiAgICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICAgIG9wYWNpdHk6IDAuNDtcbiAgfVxufVxuXG4uZ2QtZmlsZS1mb3JtYXQge1xuICBmb250LXNpemU6IDEwcHg7XG4gIGNvbG9yOiBAc2lsdmVyLWNoYWxpY2U7XG4gIHBhZGRpbmctdG9wOiA0cHg7XG4gICYubW9iaWxlIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG59XG4gIFxuLmdkLWZpbGUtc2l6ZSB7XG4gIHdpZHRoOiAxMTJweDtcbiAgY29sb3I6ICM3Nzc3Nzc7XG59XG5cbi5kaXNhYmxlZCB7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQgIWltcG9ydGFudDtcbn1cblxuLmdkLWNvbnZlcnQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLXBkZiB7XG4gIGNvbG9yOiAjRTIxNzE3O1xufVxuXG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtd29yZCB7XG4gIGNvbG9yOiAjNjk3OUI5O1xufVxuXG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtcG93ZXJwb2ludCB7XG4gIGNvbG9yOiAjRTI5NDE3O1xufVxuXG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtZXhjZWwge1xuICBjb2xvcjogIzNGQTMwMDtcbn1cblxuLmdkLWNvbnZlcnQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6ICNFMjE3REE7XG59XG5cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIge1xuICBjb2xvcjogIzVENkE3NTtcbn1cblxuLmdkLWZpbGVxdWV1ZS1uYW1lIC5uZy1mYS1pY29uLCAuZ2QtY29udmVydC1zdGF0dXMgLm5nLWZhLWljb24sIC5nZC1kZXN0aW5hdGlvbi1maWxlIC5uZy1mYS1pY29ue1xuICBmb250LXNpemU6IDMzcHg7XG59XG5cbi5nZC1maWxlcXVldWUtbmFtZSBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBtYXJnaW46IDAgMTFweCAwIDA7XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIC5nZC1maWxlLXNpemUsIC5nZC1jb252ZXJ0LXN0YXR1cywgLmdkLWRlc3RpbmF0aW9uLWZpbGUge1xuICAgICAgZGlzcGxheTogbm9uZTtcbiAgfVxuXG4gIC5nZC1jb252ZXJzaW9uLXByb2dyZXNzIHtcbiAgICAmLm1vYmlsZSB7XG4gICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgIG1hcmdpbjogMjZweCAyNHB4IDI1cHggMTFweDtcbiAgICB9XG4gIH1cblxuICAuZ2QtY29udmVydC1zaW5nbGUge1xuICAgICYubW9iaWxlIHtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgbWFyZ2luOiAzMXB4IDI0cHggMzBweCAwcHg7XG4gICAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgICAgbWluLXdpZHRoOiAzN3B4O1xuICAgICAgaGVpZ2h0OiAzN3B4O1xuICAgIH1cbiAgfVxuXG4gIC5nZC1jb252ZXJ0LXNpbmdsZSB7XG4gICAgJjpub3QoLm1vYmlsZSkge1xuICAgICAgZGlzcGxheTogbm9uZTtcbiAgICB9XG4gIH1cblxuICAuZ2QtZmlsZS1mb3JtYXQge1xuICAgIGZvbnQtc2l6ZTogMTBweDtcbiAgICAmLm1vYmlsZSB7XG4gICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgID4gZmEtaWNvbntcbiAgICAgICAgY29sb3I6ICNiZWJlYmU7XG4gICAgICB9XG4gICAgICBmYS1pY29uIHtcbiAgICAgICAgZm9udC1zaXplOiAxMHB4O1xuICAgICAgICBtYXJnaW4tcmlnaHQ6IDIuMXB4O1xuICAgICAgfVxuICAgICAgZmEtaWNvbjpudGgtY2hpbGQoMSl7XG4gICAgICAgIG1hcmdpbi1yaWdodDogNnB4O1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC5nZC1maWxlLWZvcm1hdCB7XG4gICAgZm9udC1zaXplOiAxMXB4O1xuICAgICY6bm90KC5tb2JpbGUpIHtcbiAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgfVxuICB9XG5cbiAgLmdkLWZpbGVxdWV1ZS1uYW1lIHtcbiAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gIH1cblxuICAuZ2QtY29udmVydC1yZW1vdmUge1xuICAgIG1hcmdpbjogMHB4IDE2cHggMHB4IDE1cHg7XG4gIH1cbn0iLCIuZ2QtY29udmVydC1pdGVtIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogOThweDtcbiAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNlN2U3ZTc7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZ2QtY29udmVydC1yZW1vdmUge1xuICBmb250LXNpemU6IDI0cHg7XG4gIGNvbG9yOiAjNkU2RTZFO1xuICBtYXJnaW46IDBweCAyNHB4O1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtY29udmVydC1yZW1vdmUgc3BhbiB7XG4gIHdpZHRoOiAzN3B4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBsaW5lLWhlaWdodDogMzdweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBmb250LXdlaWdodDogYm9sZDtcbn1cbi5nZC1jb252ZXJ0LXJlbW92ZS5kaXNhYmxlZCB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xuICBvcGFjaXR5OiAwLjQ7XG59XG4uZ2QtZmlsZXF1ZXVlLW5hbWUge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogNjcxcHg7XG59XG4uZ2QtZmlsZXF1ZXVlLW5hbWUgZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzJweDtcbiAgbWFyZ2luOiAxOXB4IDIxcHggMCAwO1xufVxuLmdkLWZpbGVxdWV1ZS1uYW1lLmRpc2FibGVkIGZhLWljb24ge1xuICBjb2xvcjogIzZlNmU2ZTtcbn1cbi5nZC1xdWV1ZS1uYW1lIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgY3Vyc29yOiBkZWZhdWx0O1xufVxuLmdkLXF1ZXVlLXNpemUge1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uZ2QtZGVzdGluYXRpb24tZmlsZSB7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQ7XG59XG4uZ2QtZGVzdGluYXRpb24tZmlsZSAuZ2QtcXVldWUtbmFtZSB7XG4gIGN1cnNvcjogaW5oZXJpdDtcbn1cbi5nZC1jb252ZXJ0LXN0YXR1cyB7XG4gIGZvbnQtc2l6ZTogMzJweDtcbiAgY29sb3I6ICNEQkRCREI7XG4gIG1hcmdpbjogMCAxNjJweCAwIDExMXB4O1xufVxuLmdkLWNvbnZlcnNpb24tY29tcGxldGUge1xuICBjb2xvcjogIzYyQTUyOTtcbiAgbWFyZ2luLWxlZnQ6IDVweDtcbn1cbi5nZC1jb252ZXJzaW9uLXByb2dyZXNzIHtcbiAgcG9zaXRpb246IGluaGVyaXQ7XG4gIHdpZHRoOiAzMnB4O1xuICBoZWlnaHQ6IDMycHg7XG4gIGZvbnQtc2l6ZTogMzJweCAhaW1wb3J0YW50O1xuICBsaW5lLWhlaWdodDogMzJweDtcbiAgY29sb3I6ICMwMDdhZmY7XG59XG4uZ2QtY29udmVyc2lvbi1wcm9ncmVzcy5tb2JpbGUge1xuICBkaXNwbGF5OiBub25lO1xufVxuLmdkLWNvbnZlcnQtc2luZ2xlLFxuLmdkLWRvd25sb2FkLXNpbmdsZSB7XG4gIGZvbnQtc2l6ZTogMTZweDtcbiAgY29sb3I6ICM4MDgwODA7XG4gIG1hcmdpbjogNDFweCAzNnB4IDQycHggMTFweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xufVxuLmdkLWNvbnZlcnQtc2luZ2xlLm1vYmlsZSxcbi5nZC1kb3dubG9hZC1zaW5nbGUubW9iaWxlIHtcbiAgZGlzcGxheTogbm9uZTtcbn1cbi5nZC1jb252ZXJ0LXNpbmdsZS5kaXNhYmxlZCxcbi5nZC1kb3dubG9hZC1zaW5nbGUuZGlzYWJsZWQge1xuICBjb2xvcjogIzk1OWRhNTtcbiAgb3BhY2l0eTogMC40O1xufVxuLmdkLWZpbGUtZm9ybWF0IHtcbiAgZm9udC1zaXplOiAxMHB4O1xuICBjb2xvcjogI2FjYWNhYztcbiAgcGFkZGluZy10b3A6IDRweDtcbn1cbi5nZC1maWxlLWZvcm1hdC5tb2JpbGUge1xuICBkaXNwbGF5OiBub25lO1xufVxuLmdkLWZpbGUtc2l6ZSB7XG4gIHdpZHRoOiAxMTJweDtcbiAgY29sb3I6ICM3Nzc3Nzc7XG59XG4uZGlzYWJsZWQge1xuICBjdXJzb3I6IG5vdC1hbGxvd2VkICFpbXBvcnRhbnQ7XG59XG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtcGRmIHtcbiAgY29sb3I6ICNFMjE3MTc7XG59XG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtd29yZCB7XG4gIGNvbG9yOiAjNjk3OUI5O1xufVxuLmdkLWNvbnZlcnQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogI0UyOTQxNztcbn1cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS1leGNlbCB7XG4gIGNvbG9yOiAjM0ZBMzAwO1xufVxuLmdkLWNvbnZlcnQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6ICNFMjE3REE7XG59XG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtdGV4dCAuZmEtZm9sZGVyIHtcbiAgY29sb3I6ICM1RDZBNzU7XG59XG4uZ2QtZmlsZXF1ZXVlLW5hbWUgLm5nLWZhLWljb24sXG4uZ2QtY29udmVydC1zdGF0dXMgLm5nLWZhLWljb24sXG4uZ2QtZGVzdGluYXRpb24tZmlsZSAubmctZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzNweDtcbn1cbi5nZC1maWxlcXVldWUtbmFtZSBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBtYXJnaW46IDAgMTFweCAwIDA7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5nZC1maWxlLXNpemUsXG4gIC5nZC1jb252ZXJ0LXN0YXR1cyxcbiAgLmdkLWRlc3RpbmF0aW9uLWZpbGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgLmdkLWNvbnZlcnNpb24tcHJvZ3Jlc3MubW9iaWxlIHtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBtYXJnaW46IDI2cHggMjRweCAyNXB4IDExcHg7XG4gIH1cbiAgLmdkLWNvbnZlcnQtc2luZ2xlLm1vYmlsZSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gICAgbWFyZ2luOiAzMXB4IDI0cHggMzBweCAwcHg7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBtaW4td2lkdGg6IDM3cHg7XG4gICAgaGVpZ2h0OiAzN3B4O1xuICB9XG4gIC5nZC1jb252ZXJ0LXNpbmdsZTpub3QoLm1vYmlsZSkge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDEwcHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSA+IGZhLWljb24ge1xuICAgIGNvbG9yOiAjYmViZWJlO1xuICB9XG4gIC5nZC1maWxlLWZvcm1hdC5tb2JpbGUgZmEtaWNvbiB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuICAgIG1hcmdpbi1yaWdodDogMi4xcHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSBmYS1pY29uOm50aC1jaGlsZCgxKSB7XG4gICAgbWFyZ2luLXJpZ2h0OiA2cHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDExcHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Om5vdCgubW9iaWxlKSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuICAuZ2QtZmlsZXF1ZXVlLW5hbWUge1xuICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgfVxuICAuZ2QtY29udmVydC1yZW1vdmUge1xuICAgIG1hcmdpbjogMHB4IDE2cHggMHB4IDE1cHg7XG4gIH1cbn1cbiJdfQ== */" /***/ }), /***/ "../../libs/conversion/src/lib/conversion-item/conversion-item.component.ts": -/*!***************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-item/conversion-item.component.ts ***! - \***************************************************************************************************************************/ +/*!***************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-item/conversion-item.component.ts ***! + \***************************************************************************************************************/ /*! exports provided: ConversionItemComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -10732,20 +11304,20 @@ var ConversionItemComponent = /** @class */ (function () { /***/ }), /***/ "../../libs/conversion/src/lib/conversion-queue/conversion-queue.component.less": -/*!*******************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-queue/conversion-queue.component.less ***! - \*******************************************************************************************************************************/ +/*!*******************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-queue/conversion-queue.component.less ***! + \*******************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "#gd-convert-queue {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n height: 100%;\n background-color: #e7e7e7;\n}\n.gd-queue-header {\n display: -webkit-box;\n display: flex;\n font-size: 13px;\n text-transform: uppercase;\n color: #6e6e6e;\n width: 100%;\n height: 60px;\n background-color: #f4f4f4;\n font-weight: bold;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-placeholder {\n margin: 0px 42px 0 42px;\n}\n.gd-queue-header div:nth-child(2) {\n width: 671px;\n text-align: left;\n display: -webkit-box;\n display: flex;\n}\n.gd-queue-header div:nth-child(4) {\n margin: 0 162px 0 111px;\n width: 32px;\n}\n.gd-queue-header div:nth-child(3) {\n width: 112px;\n text-align: left;\n}\n.gd-queue-header div:nth-child(5) {\n width: 644px;\n text-align: left;\n}\n.gd-queue-last-placeholder {\n margin: 0px 52px;\n}\n@media (max-width: 1037px) {\n .gd-queue-header {\n display: none;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb252ZXJzaW9uL3NyYy9saWIvY29udmVyc2lvbi1xdWV1ZS9jb252ZXJzaW9uLXF1ZXVlLmNvbXBvbmVudC5sZXNzIiwibGlicy9jb252ZXJzaW9uL3NyYy9saWIvY29udmVyc2lvbi1xdWV1ZS9jb252ZXJzaW9uLXF1ZXVlLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsWUFBQTtFQUNBLHlCQUFBO0FDREE7QURJQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGVBQUE7RUFDQSx5QkFBQTtFQUNBLGNBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLHlCQUFBO0VBQ0EsaUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0FDRkE7QURLQTtFQUNBLHVCQUFBO0FDSEE7QURNQTtFQUNBLFlBQUE7RUFDQSxnQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ0pBO0FET0E7RUFDQSx1QkFBQTtFQUNBLFdBQUE7QUNMQTtBRFFBO0VBQ0EsWUFBQTtFQUNBLGdCQUFBO0FDTkE7QURTQTtFQUNBLFlBQUE7RUFDQSxnQkFBQTtBQ1BBO0FEVUE7RUFDQSxnQkFBQTtBQ1JBO0FEV0E7RUFDSTtJQUNJLGFBQUE7RUNUTjtBQUNGIiwiZmlsZSI6ImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24tcXVldWUvY29udmVyc2lvbi1xdWV1ZS5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4jZ2QtY29udmVydC1xdWV1ZSB7XG5mbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuaGVpZ2h0OiAxMDAlO1xuYmFja2dyb3VuZC1jb2xvcjogQG1lcmN1cnk7XG59XG5cbi5nZC1xdWV1ZS1oZWFkZXIge1xuZGlzcGxheTogZmxleDtcbmZvbnQtc2l6ZTogMTNweDtcbnRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG5jb2xvcjogQGRvdmUtZ3JheTtcbndpZHRoOiAxMDAlO1xuaGVpZ2h0OiA2MHB4O1xuYmFja2dyb3VuZC1jb2xvcjogQHdpbGQtc2FuZDtcbmZvbnQtd2VpZ2h0OiBib2xkO1xuYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cblxuLmdkLXBsYWNlaG9sZGVyIHtcbm1hcmdpbjogMHB4IDQycHggMCA0MnB4O1xufVxuXG4uZ2QtcXVldWUtaGVhZGVyIGRpdjpudGgtY2hpbGQoMikge1xud2lkdGg6IDY3MXB4O1xudGV4dC1hbGlnbjogbGVmdDtcbmRpc3BsYXk6IGZsZXg7XG59XG5cbi5nZC1xdWV1ZS1oZWFkZXIgZGl2Om50aC1jaGlsZCg0KSB7XG5tYXJnaW46IDAgMTYycHggMCAxMTFweDtcbndpZHRoOiAzMnB4O1xufVxuXG4uZ2QtcXVldWUtaGVhZGVyIGRpdjpudGgtY2hpbGQoMykge1xud2lkdGg6IDExMnB4O1xudGV4dC1hbGlnbjogbGVmdDtcbn1cblxuLmdkLXF1ZXVlLWhlYWRlciBkaXY6bnRoLWNoaWxkKDUpe1xud2lkdGg6IDY0NHB4O1xudGV4dC1hbGlnbjogbGVmdDtcbn1cblxuLmdkLXF1ZXVlLWxhc3QtcGxhY2Vob2xkZXJ7XG5tYXJnaW46IDBweCA1MnB4O1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAgIC5nZC1xdWV1ZS1oZWFkZXIge1xuICAgICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cbn0iLCIjZ2QtY29udmVydC1xdWV1ZSB7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGhlaWdodDogMTAwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2U3ZTdlNztcbn1cbi5nZC1xdWV1ZS1oZWFkZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmb250LXNpemU6IDEzcHg7XG4gIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gIGNvbG9yOiAjNmU2ZTZlO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiA2MHB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZjRmNGY0O1xuICBmb250LXdlaWdodDogYm9sZDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cbi5nZC1wbGFjZWhvbGRlciB7XG4gIG1hcmdpbjogMHB4IDQycHggMCA0MnB4O1xufVxuLmdkLXF1ZXVlLWhlYWRlciBkaXY6bnRoLWNoaWxkKDIpIHtcbiAgd2lkdGg6IDY3MXB4O1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBkaXNwbGF5OiBmbGV4O1xufVxuLmdkLXF1ZXVlLWhlYWRlciBkaXY6bnRoLWNoaWxkKDQpIHtcbiAgbWFyZ2luOiAwIDE2MnB4IDAgMTExcHg7XG4gIHdpZHRoOiAzMnB4O1xufVxuLmdkLXF1ZXVlLWhlYWRlciBkaXY6bnRoLWNoaWxkKDMpIHtcbiAgd2lkdGg6IDExMnB4O1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xufVxuLmdkLXF1ZXVlLWhlYWRlciBkaXY6bnRoLWNoaWxkKDUpIHtcbiAgd2lkdGg6IDY0NHB4O1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xufVxuLmdkLXF1ZXVlLWxhc3QtcGxhY2Vob2xkZXIge1xuICBtYXJnaW46IDBweCA1MnB4O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAuZ2QtcXVldWUtaGVhZGVyIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG59XG4iXX0= */" +module.exports = "#gd-convert-queue {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n height: 100%;\n background-color: #e7e7e7;\n}\n.gd-queue-header {\n display: -webkit-box;\n display: flex;\n font-size: 13px;\n text-transform: uppercase;\n color: #6e6e6e;\n width: 100%;\n height: 60px;\n background-color: #f4f4f4;\n font-weight: bold;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-placeholder {\n margin: 0px 42px 0 42px;\n}\n.gd-queue-header div:nth-child(2) {\n width: 671px;\n text-align: left;\n display: -webkit-box;\n display: flex;\n}\n.gd-queue-header div:nth-child(4) {\n margin: 0 162px 0 111px;\n width: 32px;\n}\n.gd-queue-header div:nth-child(3) {\n width: 112px;\n text-align: left;\n}\n.gd-queue-header div:nth-child(5) {\n width: 644px;\n text-align: left;\n}\n.gd-queue-body {\n overflow-y: scroll;\n height: calc(100% - 120px);\n}\n.gd-queue-last-placeholder {\n margin: 0px 52px;\n}\n@media (max-width: 1037px) {\n .gd-queue-header {\n display: none;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24tcXVldWUvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLXF1ZXVlL2NvbnZlcnNpb24tcXVldWUuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLXF1ZXVlL2NvbnZlcnNpb24tcXVldWUuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDSSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7QUNESjtBRElBO0VBQ0ksb0JBQUE7RUFBQSxhQUFBO0VBQ0EsZUFBQTtFQUNBLHlCQUFBO0VBQ0EsY0FBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7RUFDQSxpQkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QUNGSjtBREtBO0VBQ0ksdUJBQUE7QUNISjtBRE1BO0VBQ0ksWUFBQTtFQUNBLGdCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0FDSko7QURPQTtFQUNJLHVCQUFBO0VBQ0EsV0FBQTtBQ0xKO0FEUUE7RUFDSSxZQUFBO0VBQ0EsZ0JBQUE7QUNOSjtBRFNBO0VBQ0ksWUFBQTtFQUNBLGdCQUFBO0FDUEo7QURVQTtFQUNJLGtCQUFBO0VBQ0EsMEJBQUE7QUNSSjtBRFdBO0VBQ0ksZ0JBQUE7QUNUSjtBRFlBO0VBQ0k7SUFDSSxhQUFBO0VDVk47QUFDRiIsImZpbGUiOiJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLXF1ZXVlL2NvbnZlcnNpb24tcXVldWUuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuI2dkLWNvbnZlcnQtcXVldWUge1xuICAgIGZsZXgtZGlyZWN0aW9uICA6IGNvbHVtbjtcbiAgICBoZWlnaHQgICAgICAgICAgOiAxMDAlO1xuICAgIGJhY2tncm91bmQtY29sb3I6IEBtZXJjdXJ5O1xufVxuXG4uZ2QtcXVldWUtaGVhZGVyIHtcbiAgICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICAgIGZvbnQtc2l6ZSAgICAgICA6IDEzcHg7XG4gICAgdGV4dC10cmFuc2Zvcm0gIDogdXBwZXJjYXNlO1xuICAgIGNvbG9yICAgICAgICAgICA6IEBkb3ZlLWdyYXk7XG4gICAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbiAgICBoZWlnaHQgICAgICAgICAgOiA2MHB4O1xuICAgIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG4gICAgZm9udC13ZWlnaHQgICAgIDogYm9sZDtcbiAgICBhbGlnbi1pdGVtcyAgICAgOiBjZW50ZXI7XG59XG5cbi5nZC1wbGFjZWhvbGRlciB7XG4gICAgbWFyZ2luOiAwcHggNDJweCAwIDQycHg7XG59XG5cbi5nZC1xdWV1ZS1oZWFkZXIgZGl2Om50aC1jaGlsZCgyKSB7XG4gICAgd2lkdGggICAgIDogNjcxcHg7XG4gICAgdGV4dC1hbGlnbjogbGVmdDtcbiAgICBkaXNwbGF5ICAgOiBmbGV4O1xufVxuXG4uZ2QtcXVldWUtaGVhZGVyIGRpdjpudGgtY2hpbGQoNCkge1xuICAgIG1hcmdpbjogMCAxNjJweCAwIDExMXB4O1xuICAgIHdpZHRoIDogMzJweDtcbn1cblxuLmdkLXF1ZXVlLWhlYWRlciBkaXY6bnRoLWNoaWxkKDMpIHtcbiAgICB3aWR0aCAgICAgOiAxMTJweDtcbiAgICB0ZXh0LWFsaWduOiBsZWZ0O1xufVxuXG4uZ2QtcXVldWUtaGVhZGVyIGRpdjpudGgtY2hpbGQoNSkge1xuICAgIHdpZHRoICAgICA6IDY0NHB4O1xuICAgIHRleHQtYWxpZ246IGxlZnQ7XG59XG5cbi5nZC1xdWV1ZS1ib2R5IHtcbiAgICBvdmVyZmxvdy15OiBzY3JvbGw7XG4gICAgaGVpZ2h0ICAgIDogY2FsYygxMDAlIC0gMTIwcHgpO1xufVxuXG4uZ2QtcXVldWUtbGFzdC1wbGFjZWhvbGRlciB7XG4gICAgbWFyZ2luOiAwcHggNTJweDtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgICAuZ2QtcXVldWUtaGVhZGVyIHtcbiAgICAgICAgZGlzcGxheTogbm9uZTtcbiAgICB9XG59IiwiI2dkLWNvbnZlcnQtcXVldWUge1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBoZWlnaHQ6IDEwMCU7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG59XG4uZ2QtcXVldWUtaGVhZGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZm9udC1zaXplOiAxM3B4O1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogNjBweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2Y0ZjRmNDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZ2QtcGxhY2Vob2xkZXIge1xuICBtYXJnaW46IDBweCA0MnB4IDAgNDJweDtcbn1cbi5nZC1xdWV1ZS1oZWFkZXIgZGl2Om50aC1jaGlsZCgyKSB7XG4gIHdpZHRoOiA2NzFweDtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZGlzcGxheTogZmxleDtcbn1cbi5nZC1xdWV1ZS1oZWFkZXIgZGl2Om50aC1jaGlsZCg0KSB7XG4gIG1hcmdpbjogMCAxNjJweCAwIDExMXB4O1xuICB3aWR0aDogMzJweDtcbn1cbi5nZC1xdWV1ZS1oZWFkZXIgZGl2Om50aC1jaGlsZCgzKSB7XG4gIHdpZHRoOiAxMTJweDtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cbi5nZC1xdWV1ZS1oZWFkZXIgZGl2Om50aC1jaGlsZCg1KSB7XG4gIHdpZHRoOiA2NDRweDtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cbi5nZC1xdWV1ZS1ib2R5IHtcbiAgb3ZlcmZsb3cteTogc2Nyb2xsO1xuICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDEyMHB4KTtcbn1cbi5nZC1xdWV1ZS1sYXN0LXBsYWNlaG9sZGVyIHtcbiAgbWFyZ2luOiAwcHggNTJweDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLXF1ZXVlLWhlYWRlciB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxufVxuIl19 */" /***/ }), /***/ "../../libs/conversion/src/lib/conversion-queue/conversion-queue.component.ts": -/*!*****************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-queue/conversion-queue.component.ts ***! - \*****************************************************************************************************************************/ +/*!*****************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-queue/conversion-queue.component.ts ***! + \*****************************************************************************************************************/ /*! exports provided: ConversionQueueComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -10790,9 +11362,9 @@ var ConversionQueueComponent = /** @class */ (function () { /***/ }), /***/ "../../libs/conversion/src/lib/conversion.module.ts": -/*!***************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion.module.ts ***! - \***************************************************************************************************/ +/*!***************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion.module.ts ***! + \***************************************************************************************/ /*! exports provided: initializeApp, ConversionModule */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -10882,9 +11454,9 @@ var ConversionModule = /** @class */ (function () { /***/ }), /***/ "../../libs/conversion/src/lib/conversion.service.ts": -/*!****************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion.service.ts ***! - \****************************************************************************************************/ +/*!****************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion.service.ts ***! + \****************************************************************************************/ /*! exports provided: ConversionService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -10954,6 +11526,7 @@ var ConversionService = /** @class */ (function () { req.destinationType = file.destinationType; req.guid = file.guid; req.size = file.size; + req.destDocumentType = _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["FileUtil"].find(file.destinationType, false).format; return this._http.post(this._config.getConversionApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].CONVERT_FILE, req); }; ConversionService.prototype.getDownloadUrl = function (guid) { @@ -10983,20 +11556,20 @@ var ConversionService = /** @class */ (function () { /***/ }), /***/ "../../libs/conversion/src/lib/information-modal/information-modal.component.less": -/*!*********************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/information-modal/information-modal.component.less ***! - \*********************************************************************************************************************************/ +/*!*********************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/information-modal/information-modal.component.less ***! + \*********************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-modal-information {\n display: -webkit-inline-box;\n display: inline-flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-flex: 1;\n flex: 1;\n}\n.gd-modal-information .gd-modal-information-message {\n font-size: 12px;\n margin: 0px 24px 24px 0px;\n word-break: break-word;\n}\n.gd-modal-information .gd-modal-information-title {\n font-size: 16px;\n font-weight: bold;\n margin: 14px 0px 10px 0px;\n}\n#gd-information-section {\n max-width: 468px;\n max-height: 107px;\n display: -webkit-box;\n display: flex;\n}\n#gd-information-section fa-icon {\n -webkit-box-flex: 1;\n flex: 1;\n color: #25c2d4;\n font-size: 40px;\n margin: 13px 23px 90px 23px;\n text-align: center;\n max-width: 46px;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb252ZXJzaW9uL3NyYy9saWIvaW5mb3JtYXRpb24tbW9kYWwvaW5mb3JtYXRpb24tbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9pbmZvcm1hdGlvbi1tb2RhbC9pbmZvcm1hdGlvbi1tb2RhbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLDJCQUFBO0VBQUEsb0JBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxtQkFBQTtVQUFBLE9BQUE7QUNERjtBREZBO0VBS0ksZUFBQTtFQUNBLHlCQUFBO0VBQ0Esc0JBQUE7QUNBSjtBRFBBO0VBVUksZUFBQTtFQUNBLGlCQUFBO0VBQ0EseUJBQUE7QUNBSjtBRElBO0VBQ0UsZ0JBQUE7RUFDQSxpQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ0ZGO0FEREE7RUFLSSxtQkFBQTtVQUFBLE9BQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtFQUNBLDJCQUFBO0VBQ0Esa0JBQUE7RUFDQSxlQUFBO0FDREoiLCJmaWxlIjoibGlicy9jb252ZXJzaW9uL3NyYy9saWIvaW5mb3JtYXRpb24tbW9kYWwvaW5mb3JtYXRpb24tbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi8uLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlcy5sZXNzXCI7XG5cbi5nZC1tb2RhbC1pbmZvcm1hdGlvbiB7XG4gIGRpc3BsYXk6IGlubGluZS1mbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBmbGV4OiAxO1xuICAuZ2QtbW9kYWwtaW5mb3JtYXRpb24tbWVzc2FnZSB7XG4gICAgZm9udC1zaXplOiAxMnB4O1xuICAgIG1hcmdpbjogMHB4IDI0cHggMjRweCAwcHg7XG4gICAgd29yZC1icmVhazogYnJlYWstd29yZDtcbiAgfVxuICAuZ2QtbW9kYWwtaW5mb3JtYXRpb24tdGl0bGUge1xuICAgIGZvbnQtc2l6ZTogMTZweDtcbiAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICBtYXJnaW46IDE0cHggMHB4IDEwcHggMHB4O1xuICB9XG59XG5cbiNnZC1pbmZvcm1hdGlvbi1zZWN0aW9uIHtcbiAgbWF4LXdpZHRoOiA0NjhweDtcbiAgbWF4LWhlaWdodDogMTA3cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZhLWljb24ge1xuICAgIGZsZXg6IDE7XG4gICAgY29sb3I6IEBicmFuZDtcbiAgICBmb250LXNpemU6IDQwcHg7XG4gICAgbWFyZ2luOiAxM3B4IDIzcHggOTBweCAyM3B4O1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBtYXgtd2lkdGg6IDQ2cHg7XG4gIH1cbn1cbiIsIi5nZC1tb2RhbC1pbmZvcm1hdGlvbiB7XG4gIGRpc3BsYXk6IGlubGluZS1mbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBmbGV4OiAxO1xufVxuLmdkLW1vZGFsLWluZm9ybWF0aW9uIC5nZC1tb2RhbC1pbmZvcm1hdGlvbi1tZXNzYWdlIHtcbiAgZm9udC1zaXplOiAxMnB4O1xuICBtYXJnaW46IDBweCAyNHB4IDI0cHggMHB4O1xuICB3b3JkLWJyZWFrOiBicmVhay13b3JkO1xufVxuLmdkLW1vZGFsLWluZm9ybWF0aW9uIC5nZC1tb2RhbC1pbmZvcm1hdGlvbi10aXRsZSB7XG4gIGZvbnQtc2l6ZTogMTZweDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIG1hcmdpbjogMTRweCAwcHggMTBweCAwcHg7XG59XG4jZ2QtaW5mb3JtYXRpb24tc2VjdGlvbiB7XG4gIG1heC13aWR0aDogNDY4cHg7XG4gIG1heC1oZWlnaHQ6IDEwN3B4O1xuICBkaXNwbGF5OiBmbGV4O1xufVxuI2dkLWluZm9ybWF0aW9uLXNlY3Rpb24gZmEtaWNvbiB7XG4gIGZsZXg6IDE7XG4gIGNvbG9yOiAjMjVjMmQ0O1xuICBmb250LXNpemU6IDQwcHg7XG4gIG1hcmdpbjogMTNweCAyM3B4IDkwcHggMjNweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBtYXgtd2lkdGg6IDQ2cHg7XG59XG4iXX0= */" +module.exports = ".gd-modal-information {\n display: -webkit-inline-box;\n display: inline-flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-flex: 1;\n flex: 1;\n}\n.gd-modal-information .gd-modal-information-message {\n font-size: 12px;\n margin: 0px 24px 24px 0px;\n word-break: break-word;\n}\n.gd-modal-information .gd-modal-information-title {\n font-size: 16px;\n font-weight: bold;\n margin: 14px 0px 10px 0px;\n}\n#gd-information-section {\n max-width: 468px;\n max-height: 107px;\n display: -webkit-box;\n display: flex;\n}\n#gd-information-section fa-icon {\n -webkit-box-flex: 1;\n flex: 1;\n color: #25c2d4;\n font-size: 40px;\n margin: 13px 23px 90px 23px;\n text-align: center;\n max-width: 46px;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2luZm9ybWF0aW9uLW1vZGFsL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9jb252ZXJzaW9uL3NyYy9saWIvaW5mb3JtYXRpb24tbW9kYWwvaW5mb3JtYXRpb24tbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9pbmZvcm1hdGlvbi1tb2RhbC9pbmZvcm1hdGlvbi1tb2RhbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLDJCQUFBO0VBQUEsb0JBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxtQkFBQTtVQUFBLE9BQUE7QUNERjtBREZBO0VBS0ksZUFBQTtFQUNBLHlCQUFBO0VBQ0Esc0JBQUE7QUNBSjtBRFBBO0VBVUksZUFBQTtFQUNBLGlCQUFBO0VBQ0EseUJBQUE7QUNBSjtBRElBO0VBQ0UsZ0JBQUE7RUFDQSxpQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ0ZGO0FEREE7RUFLSSxtQkFBQTtVQUFBLE9BQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtFQUNBLDJCQUFBO0VBQ0Esa0JBQUE7RUFDQSxlQUFBO0FDREoiLCJmaWxlIjoibGlicy9jb252ZXJzaW9uL3NyYy9saWIvaW5mb3JtYXRpb24tbW9kYWwvaW5mb3JtYXRpb24tbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi8uLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlcy5sZXNzXCI7XG5cbi5nZC1tb2RhbC1pbmZvcm1hdGlvbiB7XG4gIGRpc3BsYXk6IGlubGluZS1mbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBmbGV4OiAxO1xuICAuZ2QtbW9kYWwtaW5mb3JtYXRpb24tbWVzc2FnZSB7XG4gICAgZm9udC1zaXplOiAxMnB4O1xuICAgIG1hcmdpbjogMHB4IDI0cHggMjRweCAwcHg7XG4gICAgd29yZC1icmVhazogYnJlYWstd29yZDtcbiAgfVxuICAuZ2QtbW9kYWwtaW5mb3JtYXRpb24tdGl0bGUge1xuICAgIGZvbnQtc2l6ZTogMTZweDtcbiAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICBtYXJnaW46IDE0cHggMHB4IDEwcHggMHB4O1xuICB9XG59XG5cbiNnZC1pbmZvcm1hdGlvbi1zZWN0aW9uIHtcbiAgbWF4LXdpZHRoOiA0NjhweDtcbiAgbWF4LWhlaWdodDogMTA3cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZhLWljb24ge1xuICAgIGZsZXg6IDE7XG4gICAgY29sb3I6IEBicmFuZDtcbiAgICBmb250LXNpemU6IDQwcHg7XG4gICAgbWFyZ2luOiAxM3B4IDIzcHggOTBweCAyM3B4O1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBtYXgtd2lkdGg6IDQ2cHg7XG4gIH1cbn1cbiIsIi5nZC1tb2RhbC1pbmZvcm1hdGlvbiB7XG4gIGRpc3BsYXk6IGlubGluZS1mbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBmbGV4OiAxO1xufVxuLmdkLW1vZGFsLWluZm9ybWF0aW9uIC5nZC1tb2RhbC1pbmZvcm1hdGlvbi1tZXNzYWdlIHtcbiAgZm9udC1zaXplOiAxMnB4O1xuICBtYXJnaW46IDBweCAyNHB4IDI0cHggMHB4O1xuICB3b3JkLWJyZWFrOiBicmVhay13b3JkO1xufVxuLmdkLW1vZGFsLWluZm9ybWF0aW9uIC5nZC1tb2RhbC1pbmZvcm1hdGlvbi10aXRsZSB7XG4gIGZvbnQtc2l6ZTogMTZweDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIG1hcmdpbjogMTRweCAwcHggMTBweCAwcHg7XG59XG4jZ2QtaW5mb3JtYXRpb24tc2VjdGlvbiB7XG4gIG1heC13aWR0aDogNDY4cHg7XG4gIG1heC1oZWlnaHQ6IDEwN3B4O1xuICBkaXNwbGF5OiBmbGV4O1xufVxuI2dkLWluZm9ybWF0aW9uLXNlY3Rpb24gZmEtaWNvbiB7XG4gIGZsZXg6IDE7XG4gIGNvbG9yOiAjMjVjMmQ0O1xuICBmb250LXNpemU6IDQwcHg7XG4gIG1hcmdpbjogMTNweCAyM3B4IDkwcHggMjNweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBtYXgtd2lkdGg6IDQ2cHg7XG59XG4iXX0= */" /***/ }), /***/ "../../libs/conversion/src/lib/information-modal/information-modal.component.ts": -/*!*******************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/information-modal/information-modal.component.ts ***! - \*******************************************************************************************************************************/ +/*!*******************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/information-modal/information-modal.component.ts ***! + \*******************************************************************************************************************/ /*! exports provided: InformationModalComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -11036,9 +11609,9 @@ var InformationModalComponent = /** @class */ (function () { /***/ }), /***/ "../../libs/conversion/src/lib/models.ts": -/*!****************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/models.ts ***! - \****************************************************************************************/ +/*!****************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/models.ts ***! + \****************************************************************************/ /*! exports provided: ConversionRequestModel, ConversionItemModel, ExtendedFileModel */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -11070,9 +11643,9 @@ var ExtendedFileModel = /** @class */ (function () { /***/ }), /***/ "../../libs/editor/src/index.ts": -/*!*******************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/index.ts ***! - \*******************************************************************************/ +/*!*******************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/editor/src/index.ts ***! + \*******************************************************************/ /*! exports provided: initializeApp, setupLoadingInterceptor, EditorModule, EditorAppComponent, EditorConfigService, EditorConfig, EditorService, CreateDocumentModalComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -11111,20 +11684,20 @@ __webpack_require__.r(__webpack_exports__); /***/ }), /***/ "../../libs/editor/src/lib/create.document-modal/create.document-modal.component.less": -/*!*************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/create.document-modal/create.document-modal.component.less ***! - \*************************************************************************************************************************************/ +/*!*************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/create.document-modal/create.document-modal.component.less ***! + \*************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-create-wrap {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n margin: 24px;\n}\n.gd-create-wrap label {\n font-size: 14px;\n color: #acacac;\n padding-bottom: 12px;\n}\n.gd-create-wrap input {\n margin-bottom: 20px;\n border: 1px solid #6e6e6e !important;\n padding: 9px 0px 9px 10px;\n font-size: 14px;\n}\n.gd-create-wrap gd-button {\n align-self: flex-end;\n}\n.gd-create-wrap ::ng-deep .button ::ng-deep .text {\n font-size: 10px !important;\n}\n#gd-create-document-section {\n width: 468px;\n}\n::ng-deep .gd-select-format .dropdown-menu {\n height: 167px;\n overflow: hidden;\n overflow-y: auto;\n top: 239px !important;\n min-width: 0 !important;\n width: 65px;\n border: none !important;\n}\n::ng-deep .gd-select-format .dropdown-menu .option {\n font-size: 10px;\n color: #6e6e6e;\n}\n::ng-deep .gd-select-format .dropdown-menu .option:hover {\n background-color: #4b566c !important;\n}\n::ng-deep .select {\n height: 35px;\n width: 63px;\n border: 1px solid #6e6e6e;\n color: #6e6e6e !important;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: justify;\n justify-content: space-between;\n}\n::ng-deep .select .selected-value {\n padding: 9px 0px 9px 8px;\n}\n::ng-deep .select .nav-caret {\n margin-right: 8px;\n}\n@media (max-width: 1037px) {\n #gd-create-document-section {\n width: 100%;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9lZGl0b3Ivc3JjL2xpYi9jcmVhdGUuZG9jdW1lbnQtbW9kYWwvY3JlYXRlLmRvY3VtZW50LW1vZGFsLmNvbXBvbmVudC5sZXNzIiwibGlicy9lZGl0b3Ivc3JjL2xpYi9jcmVhdGUuZG9jdW1lbnQtbW9kYWwvY3JlYXRlLmRvY3VtZW50LW1vZGFsLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsWUFBQTtBQ0RGO0FERkE7RUFLSSxlQUFBO0VBQ0EsY0FBQTtFQUNBLG9CQUFBO0FDQUo7QURQQTtFQVVJLG1CQUFBO0VBQ0Esb0NBQUE7RUFDQSx5QkFBQTtFQUNBLGVBQUE7QUNBSjtBRGJBO0VBZ0JJLG9CQUFBO0FDQUo7QURoQkE7RUFvQk0sMEJBQUE7QUNETjtBRE1BO0VBQ0UsWUFBQTtBQ0pGO0FET0E7RUFDRSxhQUFBO0VBQ0EsZ0JBQUE7RUFDQSxnQkFBQTtFQUNBLHFCQUFBO0VBQ0EsdUJBQUE7RUFDQSxXQUFBO0VBUUEsdUJBQUE7QUNaRjtBREZBO0VBUUksZUFBQTtFQUNBLGNBQUE7QUNISjtBRE5BO0VBWUksb0NBQUE7QUNISjtBRFFBO0VBQ0UsWUFBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtFQUNBLHlCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHlCQUFBO1VBQUEsOEJBQUE7QUNORjtBRERBO0VBU0ksd0JBQUE7QUNMSjtBREpBO0VBWUksaUJBQUE7QUNMSjtBRFNBO0VBQ0U7SUFDRSxXQUFBO0VDUEY7QUFDRiIsImZpbGUiOiJsaWJzL2VkaXRvci9zcmMvbGliL2NyZWF0ZS5kb2N1bWVudC1tb2RhbC9jcmVhdGUuZG9jdW1lbnQtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWNyZWF0ZS13cmFwIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgbWFyZ2luOiAyNHB4O1xuICBsYWJlbCB7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuICAgIGNvbG9yOiBAc2lsdmVyLWNoYWxpY2U7XG4gICAgcGFkZGluZy1ib3R0b206IDEycHg7XG4gIH1cbiAgaW5wdXQge1xuICAgIG1hcmdpbi1ib3R0b206IDIwcHg7XG4gICAgYm9yZGVyOiAxcHggc29saWQgIzZlNmU2ZSAhaW1wb3J0YW50O1xuICAgIHBhZGRpbmc6IDlweCAwcHggOXB4IDEwcHg7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuICB9XG4gIGdkLWJ1dHRvbiB7XG4gICAgYWxpZ24tc2VsZjogZmxleC1lbmQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5idXR0b24ge1xuICAgIDo6bmctZGVlcCAudGV4dCB7XG4gICAgICBmb250LXNpemU6IDEwcHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cbn1cblxuI2dkLWNyZWF0ZS1kb2N1bWVudC1zZWN0aW9uIHtcbiAgd2lkdGg6IDQ2OHB4O1xufVxuXG46Om5nLWRlZXAgLmdkLXNlbGVjdC1mb3JtYXQgLmRyb3Bkb3duLW1lbnUge1xuICBoZWlnaHQ6IDE2N3B4O1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICBvdmVyZmxvdy15OiBhdXRvO1xuICB0b3A6IDIzOXB4ICFpbXBvcnRhbnQ7XG4gIG1pbi13aWR0aDogMCAhaW1wb3J0YW50O1xuICB3aWR0aDogNjVweDtcbiAgLm9wdGlvbiB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuICAgIGNvbG9yOiBAZG92ZS1ncmF5O1xuICB9XG4gIC5vcHRpb246aG92ZXJ7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQGZvbGRlciAhaW1wb3J0YW50O1xuICB9XG4gIGJvcmRlcjogbm9uZSAhaW1wb3J0YW50O1xufVxuXG46Om5nLWRlZXAgLnNlbGVjdCB7XG4gIGhlaWdodDogMzVweDtcbiAgd2lkdGg6IDYzcHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkIEBkb3ZlLWdyYXk7XG4gIGNvbG9yOiBAZG92ZS1ncmF5ICFpbXBvcnRhbnQ7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcbiAgLnNlbGVjdGVkLXZhbHVlIHtcbiAgICBwYWRkaW5nOiA5cHggMHB4IDlweCA4cHg7XG4gIH1cbiAgLm5hdi1jYXJldCB7XG4gICAgbWFyZ2luLXJpZ2h0OiA4cHg7XG4gIH1cbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgI2dkLWNyZWF0ZS1kb2N1bWVudC1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxufVxuIiwiLmdkLWNyZWF0ZS13cmFwIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgbWFyZ2luOiAyNHB4O1xufVxuLmdkLWNyZWF0ZS13cmFwIGxhYmVsIHtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBjb2xvcjogI2FjYWNhYztcbiAgcGFkZGluZy1ib3R0b206IDEycHg7XG59XG4uZ2QtY3JlYXRlLXdyYXAgaW5wdXQge1xuICBtYXJnaW4tYm90dG9tOiAyMHB4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNmU2ZTZlICFpbXBvcnRhbnQ7XG4gIHBhZGRpbmc6IDlweCAwcHggOXB4IDEwcHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi5nZC1jcmVhdGUtd3JhcCBnZC1idXR0b24ge1xuICBhbGlnbi1zZWxmOiBmbGV4LWVuZDtcbn1cbi5nZC1jcmVhdGUtd3JhcCA6Om5nLWRlZXAgLmJ1dHRvbiA6Om5nLWRlZXAgLnRleHQge1xuICBmb250LXNpemU6IDEwcHggIWltcG9ydGFudDtcbn1cbiNnZC1jcmVhdGUtZG9jdW1lbnQtc2VjdGlvbiB7XG4gIHdpZHRoOiA0NjhweDtcbn1cbjo6bmctZGVlcCAuZ2Qtc2VsZWN0LWZvcm1hdCAuZHJvcGRvd24tbWVudSB7XG4gIGhlaWdodDogMTY3cHg7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIG92ZXJmbG93LXk6IGF1dG87XG4gIHRvcDogMjM5cHggIWltcG9ydGFudDtcbiAgbWluLXdpZHRoOiAwICFpbXBvcnRhbnQ7XG4gIHdpZHRoOiA2NXB4O1xuICBib3JkZXI6IG5vbmUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuZ2Qtc2VsZWN0LWZvcm1hdCAuZHJvcGRvd24tbWVudSAub3B0aW9uIHtcbiAgZm9udC1zaXplOiAxMHB4O1xuICBjb2xvcjogIzZlNmU2ZTtcbn1cbjo6bmctZGVlcCAuZ2Qtc2VsZWN0LWZvcm1hdCAuZHJvcGRvd24tbWVudSAub3B0aW9uOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzRiNTY2YyAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBoZWlnaHQ6IDM1cHg7XG4gIHdpZHRoOiA2M3B4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNmU2ZTZlO1xuICBjb2xvcjogIzZlNmU2ZSAhaW1wb3J0YW50O1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG59XG46Om5nLWRlZXAgLnNlbGVjdCAuc2VsZWN0ZWQtdmFsdWUge1xuICBwYWRkaW5nOiA5cHggMHB4IDlweCA4cHg7XG59XG46Om5nLWRlZXAgLnNlbGVjdCAubmF2LWNhcmV0IHtcbiAgbWFyZ2luLXJpZ2h0OiA4cHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gICNnZC1jcmVhdGUtZG9jdW1lbnQtc2VjdGlvbiB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbn1cbiJdfQ== */" +module.exports = ".gd-create-wrap {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n margin: 24px;\n}\n.gd-create-wrap label {\n font-size: 14px;\n color: #acacac;\n padding-bottom: 12px;\n}\n.gd-create-wrap input {\n margin-bottom: 20px;\n border: 1px solid #6e6e6e !important;\n padding: 9px 0px 9px 10px;\n font-size: 14px;\n}\n.gd-create-wrap gd-button {\n align-self: flex-end;\n}\n.gd-create-wrap ::ng-deep .button ::ng-deep .text {\n font-size: 10px !important;\n}\n#gd-create-document-section {\n width: 468px;\n}\n::ng-deep .gd-select-format .dropdown-menu {\n height: 167px;\n overflow: hidden;\n overflow-y: auto;\n top: 241px !important;\n min-width: 0 !important;\n width: 70px;\n border: none !important;\n}\n::ng-deep .gd-select-format .dropdown-menu .option {\n font-size: 10px;\n color: #6e6e6e;\n}\n::ng-deep .gd-select-format .dropdown-menu .option:hover {\n background-color: #4b566c !important;\n}\n::ng-deep .select {\n height: 37px;\n width: 70px;\n border: 1px solid #6e6e6e;\n color: #6e6e6e !important;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: justify;\n justify-content: space-between;\n}\n::ng-deep .select .selected-value {\n padding: 9px 0px 9px 8px;\n}\n::ng-deep .select .nav-caret {\n margin-right: 8px;\n}\n@media (max-width: 1037px) {\n #gd-create-document-section {\n width: 100%;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvZWRpdG9yL3NyYy9saWIvY3JlYXRlLmRvY3VtZW50LW1vZGFsL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9lZGl0b3Ivc3JjL2xpYi9jcmVhdGUuZG9jdW1lbnQtbW9kYWwvY3JlYXRlLmRvY3VtZW50LW1vZGFsLmNvbXBvbmVudC5sZXNzIiwibGlicy9lZGl0b3Ivc3JjL2xpYi9jcmVhdGUuZG9jdW1lbnQtbW9kYWwvY3JlYXRlLmRvY3VtZW50LW1vZGFsLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsWUFBQTtBQ0RGO0FERkE7RUFLSSxlQUFBO0VBQ0EsY0FBQTtFQUNBLG9CQUFBO0FDQUo7QURQQTtFQVVJLG1CQUFBO0VBQ0Esb0NBQUE7RUFDQSx5QkFBQTtFQUNBLGVBQUE7QUNBSjtBRGJBO0VBZ0JJLG9CQUFBO0FDQUo7QURoQkE7RUFvQk0sMEJBQUE7QUNETjtBRE1BO0VBQ0UsWUFBQTtBQ0pGO0FET0E7RUFDRSxhQUFBO0VBQ0EsZ0JBQUE7RUFDQSxnQkFBQTtFQUNBLHFCQUFBO0VBQ0EsdUJBQUE7RUFDQSxXQUFBO0VBUUEsdUJBQUE7QUNaRjtBREZBO0VBUUksZUFBQTtFQUNBLGNBQUE7QUNISjtBRE5BO0VBWUksb0NBQUE7QUNISjtBRFFBO0VBQ0UsWUFBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtFQUNBLHlCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHlCQUFBO1VBQUEsOEJBQUE7QUNORjtBRERBO0VBU0ksd0JBQUE7QUNMSjtBREpBO0VBWUksaUJBQUE7QUNMSjtBRFNBO0VBQ0U7SUFDRSxXQUFBO0VDUEY7QUFDRiIsImZpbGUiOiJsaWJzL2VkaXRvci9zcmMvbGliL2NyZWF0ZS5kb2N1bWVudC1tb2RhbC9jcmVhdGUuZG9jdW1lbnQtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWNyZWF0ZS13cmFwIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgbWFyZ2luOiAyNHB4O1xuICBsYWJlbCB7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuICAgIGNvbG9yOiBAc2lsdmVyLWNoYWxpY2U7XG4gICAgcGFkZGluZy1ib3R0b206IDEycHg7XG4gIH1cbiAgaW5wdXQge1xuICAgIG1hcmdpbi1ib3R0b206IDIwcHg7XG4gICAgYm9yZGVyOiAxcHggc29saWQgIzZlNmU2ZSAhaW1wb3J0YW50O1xuICAgIHBhZGRpbmc6IDlweCAwcHggOXB4IDEwcHg7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuICB9XG4gIGdkLWJ1dHRvbiB7XG4gICAgYWxpZ24tc2VsZjogZmxleC1lbmQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5idXR0b24ge1xuICAgIDo6bmctZGVlcCAudGV4dCB7XG4gICAgICBmb250LXNpemU6IDEwcHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cbn1cblxuI2dkLWNyZWF0ZS1kb2N1bWVudC1zZWN0aW9uIHtcbiAgd2lkdGg6IDQ2OHB4O1xufVxuXG46Om5nLWRlZXAgLmdkLXNlbGVjdC1mb3JtYXQgLmRyb3Bkb3duLW1lbnUge1xuICBoZWlnaHQ6IDE2N3B4O1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICBvdmVyZmxvdy15OiBhdXRvO1xuICB0b3A6IDI0MXB4ICFpbXBvcnRhbnQ7XG4gIG1pbi13aWR0aDogMCAhaW1wb3J0YW50O1xuICB3aWR0aDogNzBweDtcbiAgLm9wdGlvbiB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuICAgIGNvbG9yOiBAZG92ZS1ncmF5O1xuICB9XG4gIC5vcHRpb246aG92ZXJ7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQGZvbGRlciAhaW1wb3J0YW50O1xuICB9XG4gIGJvcmRlcjogbm9uZSAhaW1wb3J0YW50O1xufVxuXG46Om5nLWRlZXAgLnNlbGVjdCB7XG4gIGhlaWdodDogMzdweDtcbiAgd2lkdGg6IDcwcHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkIEBkb3ZlLWdyYXk7XG4gIGNvbG9yOiBAZG92ZS1ncmF5ICFpbXBvcnRhbnQ7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcbiAgLnNlbGVjdGVkLXZhbHVlIHtcbiAgICBwYWRkaW5nOiA5cHggMHB4IDlweCA4cHg7XG4gIH1cbiAgLm5hdi1jYXJldCB7XG4gICAgbWFyZ2luLXJpZ2h0OiA4cHg7XG4gIH1cbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgI2dkLWNyZWF0ZS1kb2N1bWVudC1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxufVxuIiwiLmdkLWNyZWF0ZS13cmFwIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgbWFyZ2luOiAyNHB4O1xufVxuLmdkLWNyZWF0ZS13cmFwIGxhYmVsIHtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBjb2xvcjogI2FjYWNhYztcbiAgcGFkZGluZy1ib3R0b206IDEycHg7XG59XG4uZ2QtY3JlYXRlLXdyYXAgaW5wdXQge1xuICBtYXJnaW4tYm90dG9tOiAyMHB4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNmU2ZTZlICFpbXBvcnRhbnQ7XG4gIHBhZGRpbmc6IDlweCAwcHggOXB4IDEwcHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi5nZC1jcmVhdGUtd3JhcCBnZC1idXR0b24ge1xuICBhbGlnbi1zZWxmOiBmbGV4LWVuZDtcbn1cbi5nZC1jcmVhdGUtd3JhcCA6Om5nLWRlZXAgLmJ1dHRvbiA6Om5nLWRlZXAgLnRleHQge1xuICBmb250LXNpemU6IDEwcHggIWltcG9ydGFudDtcbn1cbiNnZC1jcmVhdGUtZG9jdW1lbnQtc2VjdGlvbiB7XG4gIHdpZHRoOiA0NjhweDtcbn1cbjo6bmctZGVlcCAuZ2Qtc2VsZWN0LWZvcm1hdCAuZHJvcGRvd24tbWVudSB7XG4gIGhlaWdodDogMTY3cHg7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIG92ZXJmbG93LXk6IGF1dG87XG4gIHRvcDogMjQxcHggIWltcG9ydGFudDtcbiAgbWluLXdpZHRoOiAwICFpbXBvcnRhbnQ7XG4gIHdpZHRoOiA3MHB4O1xuICBib3JkZXI6IG5vbmUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuZ2Qtc2VsZWN0LWZvcm1hdCAuZHJvcGRvd24tbWVudSAub3B0aW9uIHtcbiAgZm9udC1zaXplOiAxMHB4O1xuICBjb2xvcjogIzZlNmU2ZTtcbn1cbjo6bmctZGVlcCAuZ2Qtc2VsZWN0LWZvcm1hdCAuZHJvcGRvd24tbWVudSAub3B0aW9uOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzRiNTY2YyAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBoZWlnaHQ6IDM3cHg7XG4gIHdpZHRoOiA3MHB4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNmU2ZTZlO1xuICBjb2xvcjogIzZlNmU2ZSAhaW1wb3J0YW50O1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG59XG46Om5nLWRlZXAgLnNlbGVjdCAuc2VsZWN0ZWQtdmFsdWUge1xuICBwYWRkaW5nOiA5cHggMHB4IDlweCA4cHg7XG59XG46Om5nLWRlZXAgLnNlbGVjdCAubmF2LWNhcmV0IHtcbiAgbWFyZ2luLXJpZ2h0OiA4cHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gICNnZC1jcmVhdGUtZG9jdW1lbnQtc2VjdGlvbiB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbn1cbiJdfQ== */" /***/ }), /***/ "../../libs/editor/src/lib/create.document-modal/create.document-modal.component.ts": -/*!***********************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/create.document-modal/create.document-modal.component.ts ***! - \***********************************************************************************************************************************/ +/*!***********************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/create.document-modal/create.document-modal.component.ts ***! + \***********************************************************************************************************************/ /*! exports provided: CreateDocumentModalComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -11162,14 +11735,14 @@ var CreateDocumentModalComponent = /** @class */ (function () { var _this = this; this._editorService.getFormats().subscribe(function (formats) { _this.formats = _this.formatOptions(formats); - _this._format = "Docx"; + _this._format = "DOCX"; }); }; CreateDocumentModalComponent.prototype.selectFormat = function ($event) { - this._format = $event.value; + this._format = $event.name; }; CreateDocumentModalComponent.prototype.createFormatOption = function (val) { - return { value: val, name: val }; + return { value: val, name: val.toUpperCase() }; }; CreateDocumentModalComponent.prototype.formatOptions = function (formats) { var allTypes = new Array(); @@ -11181,7 +11754,7 @@ var CreateDocumentModalComponent = /** @class */ (function () { CreateDocumentModalComponent.prototype.save = function (name) { var fileName = ""; if (name && name !== "") { - fileName = name + "." + this._format; + fileName = name + "." + this._format.toLowerCase(); } else if (!this.file) { this._modalService.open(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["CommonModals"].ErrorMessage); @@ -11232,20 +11805,20 @@ var CreateDocumentModalComponent = /** @class */ (function () { /***/ }), /***/ "../../libs/editor/src/lib/editor-app.component.less": -/*!****************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/editor-app.component.less ***! - \****************************************************************************************************/ +/*!****************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/editor-app.component.less ***! + \****************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n.current-page-number {\n margin: 0px 15px;\n font-size: 14px;\n color: #959da5;\n}\n* {\n -webkit-user-select: none;\n /* Chrome all / Safari all */\n -moz-user-select: none;\n /* Firefox all */\n -ms-user-select: none;\n /* IE 10+ */\n user-select: text;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n/deep/ .gd-drag-n-drop-wrap.active {\n z-index: 999;\n}\n/deep/ .gd-drag-n-drop-wrap.active .init-state-wrapper {\n top: unset !important;\n}\n/deep/ .init-state-wrapper {\n top: -90px !important;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: inherit;\n}\n.gd-document {\n width: 100%;\n height: calc(100% - 90px);\n}\n.top-panel {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n width: 100%;\n}\n.toolbar-panel {\n width: 100%;\n}\n/deep/ .gd-wrapper {\n padding: 96px;\n -webkit-user-select: text;\n /* Chrome all / Safari all */\n -moz-user-select: text;\n /* Firefox all */\n -ms-user-select: text;\n /* IE 10+ */\n user-select: text;\n outline: none;\n position: relative;\n}\n/deep/ .dropdown-menu {\n min-width: unset !important;\n}\n.palette {\n position: absolute;\n top: 90px;\n z-index: 100;\n}\n.background-color-picker {\n left: 700px;\n}\n.color-picker {\n left: 750px;\n}\n.bg-color-pic {\n border-radius: 100%;\n border: 1px solid #CCC;\n position: absolute;\n height: 8px;\n width: 8px;\n right: 6px;\n bottom: 6px;\n}\n::ng-deep .tools .button {\n color: #3E4E5A !important;\n}\n::ng-deep .tools .button .text {\n padding: 0px !important;\n}\n::ng-deep .tools .button.inactive {\n color: #959da5 !important;\n opacity: 0.4;\n}\n::ng-deep .tools .dropdown-menu .option {\n min-width: 61px;\n color: #6e6e6e !important;\n}\n::ng-deep .tools .dropdown-menu .option:hover {\n background-color: #4b566c !important;\n}\n::ng-deep .tools .icon-button {\n margin: 0 0 0 7px !important;\n}\n::ng-deep .tools .select {\n width: 65px;\n height: 37px;\n margin-left: 7px;\n line-height: 37px;\n text-align: center;\n border: none !important;\n}\n::ng-deep .tools .select .nav-caret {\n margin: 0 0 0 4px !important;\n}\n::ng-deep .gd-select-format .select {\n -webkit-box-pack: justify !important;\n justify-content: space-between !important;\n}\n/deep/ .tab-content .button .tooltip {\n margin-top: 45px;\n margin-left: -36px;\n}\n/deep/ .gd-edit.active {\n background-color: #7E8991;\n}\n/deep/ .gd-edit.active i {\n color: #FFFFFF;\n}\n/deep/ .page {\n width: 800px;\n height: 100% !important;\n min-height: 842pt !important;\n}\n/deep/ .save-as-button-icon {\n font-size: 11px;\n left: 22px !important;\n top: 13px !important;\n}\n.save-button {\n position: absolute;\n top: -5px;\n left: 21px;\n}\ngd-tab.desktop-hide {\n display: none;\n}\n@media (max-width: 1037px) {\n /deep/ .panzoom {\n zoom: 0.45;\n margin-top: 130px;\n }\n ::ng-deep .gd-tab fa-icon {\n height: 60px;\n width: 60px;\n font-size: 22px !important;\n margin: unset !important;\n }\n gd-tab.desktop-hide {\n display: block;\n }\n .mobile-hide {\n display: none;\n }\n ::ng-deep .tools {\n overflow-x: unset !important;\n }\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\n margin: 0px !important;\n }\n ::ng-deep .tools .icon-button {\n height: 60px !important;\n width: 60px;\n }\n ::ng-deep #formatting-tab ::ng-deep .tools .icon-button,\n ::ng-deep #paragraph-tab ::ng-deep .tools .icon-button {\n margin: 0px !important;\n }\n ::ng-deep .bg-color-pic {\n height: 13px !important;\n width: 13px !important;\n right: 9px !important;\n bottom: 11px !important;\n }\n ::ng-deep .palette {\n position: absolute;\n top: 130px !important;\n z-index: 100;\n }\n ::ng-deep .background-color-picker {\n left: 0px !important;\n }\n ::ng-deep .color-picker {\n left: 60px !important;\n }\n ::ng-deep .format-select.font-type {\n width: 109px;\n }\n ::ng-deep .format-select.font-type ::ng-deep .dropdown-menu {\n width: 109px !important;\n top: 60px !important;\n left: 0px !important;\n }\n ::ng-deep .format-select.font-size {\n width: 81px;\n }\n ::ng-deep .format-select.font-size ::ng-deep .dropdown-menu {\n width: 81px !important;\n top: 60px !important;\n left: 109px !important;\n }\n ::ng-deep .format-select .select {\n width: unset !important;\n height: 60px !important;\n line-height: 60px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvZWRpdG9yL3NyYy9saWIvZWRpdG9yLWFwcC5jb21wb25lbnQubGVzcyIsIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9lZGl0b3Ivc3JjL2xpYi9lZGl0b3ItYXBwLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZFQ0NrQjtBQUNsQjtFQUNFLHNEQUFBO0FEQUY7QUNHQTtFQUNFLGdCQUFBO0VBQ0EsZUFBQTtFQUNBLGNBQUE7QURERjtBQ0dBO0VBQ0UseUJBQUE7RUREQSw0QkFBNEI7RUNFNUIsc0JBQUE7RURBQSxnQkFBZ0I7RUNDaEIscUJBQUE7RURDQSxXQUFXO0VDQVgsaUJBQUE7QURFRjtBQ0FBO0VBQ0UsMEJBQUE7VUFBQSxvQkFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsZUFBQTtFQUNBLE1BQUE7RUFDQSxTQUFBO0VBQ0EsT0FBQTtFQUNBLFFBQUE7QURFRjtBQ0NBO0VBQ0UsWUFBQTtBRENGO0FDRkE7RUFHSSxxQkFBQTtBREVKO0FDRUE7RUFDRSxxQkFBQTtBREFGO0FDR0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0FEREY7QUNJQTtFQUNFLFdBQUE7RUFDQSx5QkFBQTtBREZGO0FDS0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsV0FBQTtBREhGO0FDTUE7RUFDRSxXQUFBO0FESkY7QUNPQTtFQUNFLGFBQUE7RUFDQSx5QkFBQTtFRExBLDRCQUE0QjtFQ001QixzQkFBQTtFREpBLGdCQUFnQjtFQ0toQixxQkFBQTtFREhBLFdBQVc7RUNJWCxpQkFBQTtFQUNBLGFBQUE7RUFDQSxrQkFBQTtBREZGO0FDS0E7RUFDRSwyQkFBQTtBREhGO0FDTUE7RUFDRSxrQkFBQTtFQUNBLFNBQUE7RUFDQSxZQUFBO0FESkY7QUNPQTtFQUNFLFdBQUE7QURMRjtBQ1FBO0VBQ0UsV0FBQTtBRE5GO0FDU0E7RUFDRSxtQkFBQTtFQUNBLHNCQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0VBQ0EsVUFBQTtFQUNBLFVBQUE7RUFDQSxXQUFBO0FEUEY7QUNVQTtFQUVJLHlCQUFBO0FEVEo7QUNPQTtFQUlNLHVCQUFBO0FEUk47QUNVSTtFQUNFLHlCQUFBO0VBQ0EsWUFBQTtBRFJOO0FDQUE7RUFhTSxlQUFBO0VBQ0EseUJBQUE7QURWTjtBQ1dNO0VBQ0Usb0NBQUE7QURUUjtBQ1BBO0VBcUJJLDRCQUFBO0FEWEo7QUNWQTtFQXdCSSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGdCQUFBO0VBQ0EsaUJBQUE7RUFDQSxrQkFBQTtFQUNBLHVCQUFBO0FEWEo7QUNsQkE7RUErQk0sNEJBQUE7QURWTjtBQ2VBO0VBRUksb0NBQUE7VUFBQSx5Q0FBQTtBRGRKO0FDa0JBO0VBQ0UsZ0JBQUE7RUFDQSxrQkFBQTtBRGhCRjtBQ21CQTtFQUNFLHlCQUFBO0FEakJGO0FDb0JBO0VBQ0UsY0FBQTtBRGxCRjtBQ3FCQTtFQUNFLFlBQUE7RUFDQSx1QkFBQTtFQUNBLDRCQUFBO0FEbkJGO0FDc0JBO0VBQ0UsZUFBQTtFQUNBLHFCQUFBO0VBQ0Esb0JBQUE7QURwQkY7QUN1QkE7RUFDRSxrQkFBQTtFQUNBLFNBQUE7RUFDQSxVQUFBO0FEckJGO0FDeUJFO0VBQ0UsYUFBQTtBRHZCSjtBQzJCQTtHQUNFO0lBQ0UsVUFBQTtJQUNBLGlCQUFBO0VEekJGO0VDNEJBO0lBRUksWUFBQTtJQUNBLFdBQUE7SUFDQSwwQkFBQTtJQUNBLHdCQUFBO0VEM0JKO0VDZ0NFO0lBQ0UsY0FBQTtFRDlCSjtFQ2tDQTtJQUNFLGFBQUE7RURoQ0Y7RUNtQ0E7SUFDRSw0QkFBQTtFRGpDRjtFQ2dDQTtJQUdJLHNCQUFBO0VEaENKO0VDNkJBO0lBTUksdUJBQUE7SUFDQSxXQUFBO0VEaENKO0VDb0NBOztJQUdNLHNCQUFBO0VEbkNOO0VDd0NBO0lBQ0UsdUJBQUE7SUFDQSxzQkFBQTtJQUNBLHFCQUFBO0lBQ0EsdUJBQUE7RUR0Q0Y7RUN5Q0E7SUFDRSxrQkFBQTtJQUNBLHFCQUFBO0lBQ0EsWUFBQTtFRHZDRjtFQzBDQTtJQUNFLG9CQUFBO0VEeENGO0VDMkNBO0lBQ0UscUJBQUE7RUR6Q0Y7RUM2Q0U7SUFDRSxZQUFBO0VEM0NKO0VDMENFO0lBR0ksdUJBQUE7SUFDQSxvQkFBQTtJQUNBLG9CQUFBO0VEMUNOO0VDNkNFO0lBQ0UsV0FBQTtFRDNDSjtFQzBDRTtJQUdJLHNCQUFBO0lBQ0Esb0JBQUE7SUFDQSxzQkFBQTtFRDFDTjtFQzRCQTtJQWtCSSx1QkFBQTtJQUNBLHVCQUFBO0lBQ0EsaUJBQUE7RUQzQ0o7QUFDRiIsImZpbGUiOiJsaWJzL2VkaXRvci9zcmMvbGliL2VkaXRvci1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG4uY3VycmVudC1wYWdlLW51bWJlciB7XG4gIG1hcmdpbjogMHB4IDE1cHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgY29sb3I6ICM5NTlkYTU7XG59XG4qIHtcbiAgLXdlYmtpdC11c2VyLXNlbGVjdDogbm9uZTtcbiAgLyogQ2hyb21lIGFsbCAvIFNhZmFyaSBhbGwgKi9cbiAgLW1vei11c2VyLXNlbGVjdDogbm9uZTtcbiAgLyogRmlyZWZveCBhbGwgKi9cbiAgLW1zLXVzZXItc2VsZWN0OiBub25lO1xuICAvKiBJRSAxMCsgKi9cbiAgdXNlci1zZWxlY3Q6IHRleHQ7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbiAvZGVlcC8gLmdkLWRyYWctbi1kcm9wLXdyYXAuYWN0aXZlIHtcbiAgei1pbmRleDogOTk5O1xufVxuIC9kZWVwLyAuZ2QtZHJhZy1uLWRyb3Atd3JhcC5hY3RpdmUgLmluaXQtc3RhdGUtd3JhcHBlciB7XG4gIHRvcDogdW5zZXQgIWltcG9ydGFudDtcbn1cbiAvZGVlcC8gLmluaXQtc3RhdGUtd3JhcHBlciB7XG4gIHRvcDogLTkwcHggIWltcG9ydGFudDtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSA5MHB4KTtcbn1cbi50b3AtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMTAwJTtcbn1cbi50b29sYmFyLXBhbmVsIHtcbiAgd2lkdGg6IDEwMCU7XG59XG4gL2RlZXAvIC5nZC13cmFwcGVyIHtcbiAgcGFkZGluZzogOTZweDtcbiAgLXdlYmtpdC11c2VyLXNlbGVjdDogdGV4dDtcbiAgLyogQ2hyb21lIGFsbCAvIFNhZmFyaSBhbGwgKi9cbiAgLW1vei11c2VyLXNlbGVjdDogdGV4dDtcbiAgLyogRmlyZWZveCBhbGwgKi9cbiAgLW1zLXVzZXItc2VsZWN0OiB0ZXh0O1xuICAvKiBJRSAxMCsgKi9cbiAgdXNlci1zZWxlY3Q6IHRleHQ7XG4gIG91dGxpbmU6IG5vbmU7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cbiAvZGVlcC8gLmRyb3Bkb3duLW1lbnUge1xuICBtaW4td2lkdGg6IHVuc2V0ICFpbXBvcnRhbnQ7XG59XG4ucGFsZXR0ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiA5MHB4O1xuICB6LWluZGV4OiAxMDA7XG59XG4uYmFja2dyb3VuZC1jb2xvci1waWNrZXIge1xuICBsZWZ0OiA3MDBweDtcbn1cbi5jb2xvci1waWNrZXIge1xuICBsZWZ0OiA3NTBweDtcbn1cbi5iZy1jb2xvci1waWMge1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGhlaWdodDogOHB4O1xuICB3aWR0aDogOHB4O1xuICByaWdodDogNnB4O1xuICBib3R0b206IDZweDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbiB7XG4gIGNvbG9yOiAjM0U0RTVBICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24gLnRleHQge1xuICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbi5pbmFjdGl2ZSB7XG4gIGNvbG9yOiAjOTU5ZGE1ICFpbXBvcnRhbnQ7XG4gIG9wYWNpdHk6IDAuNDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbiB7XG4gIG1pbi13aWR0aDogNjFweDtcbiAgY29sb3I6ICM2ZTZlNmUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbjpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0YjU2NmMgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uIHtcbiAgbWFyZ2luOiAwIDAgMCA3cHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdCB7XG4gIHdpZHRoOiA2NXB4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIG1hcmdpbi1sZWZ0OiA3cHg7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGJvcmRlcjogbm9uZSAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC50b29scyAuc2VsZWN0IC5uYXYtY2FyZXQge1xuICBtYXJnaW46IDAgMCAwIDRweCAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5nZC1zZWxlY3QtZm9ybWF0IC5zZWxlY3Qge1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW4gIWltcG9ydGFudDtcbn1cbiAvZGVlcC8gLnRhYi1jb250ZW50IC5idXR0b24gLnRvb2x0aXAge1xuICBtYXJnaW4tdG9wOiA0NXB4O1xuICBtYXJnaW4tbGVmdDogLTM2cHg7XG59XG4gL2RlZXAvIC5nZC1lZGl0LmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM3RTg5OTE7XG59XG4gL2RlZXAvIC5nZC1lZGl0LmFjdGl2ZSBpIHtcbiAgY29sb3I6ICNGRkZGRkY7XG59XG4gL2RlZXAvIC5wYWdlIHtcbiAgd2lkdGg6IDgwMHB4O1xuICBoZWlnaHQ6IDEwMCUgIWltcG9ydGFudDtcbiAgbWluLWhlaWdodDogODQycHQgIWltcG9ydGFudDtcbn1cbiAvZGVlcC8gLnNhdmUtYXMtYnV0dG9uLWljb24ge1xuICBmb250LXNpemU6IDExcHg7XG4gIGxlZnQ6IDIycHggIWltcG9ydGFudDtcbiAgdG9wOiAxM3B4ICFpbXBvcnRhbnQ7XG59XG4uc2F2ZS1idXR0b24ge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogLTVweDtcbiAgbGVmdDogMjFweDtcbn1cbmdkLXRhYi5kZXNrdG9wLWhpZGUge1xuICBkaXNwbGF5OiBub25lO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAgL2RlZXAvIC5wYW56b29tIHtcbiAgICB6b29tOiAwLjQ1O1xuICAgIG1hcmdpbi10b3A6IDEzMHB4O1xuICB9XG4gIDo6bmctZGVlcCAuZ2QtdGFiIGZhLWljb24ge1xuICAgIGhlaWdodDogNjBweDtcbiAgICB3aWR0aDogNjBweDtcbiAgICBmb250LXNpemU6IDIycHggIWltcG9ydGFudDtcbiAgICBtYXJnaW46IHVuc2V0ICFpbXBvcnRhbnQ7XG4gIH1cbiAgZ2QtdGFiLmRlc2t0b3AtaGlkZSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cbiAgLm1vYmlsZS1oaWRlIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIG92ZXJmbG93LXg6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC50b29scyBnZC1idXR0b246bnRoLWNoaWxkKDEpID4gLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uIHtcbiAgICBoZWlnaHQ6IDYwcHggIWltcG9ydGFudDtcbiAgICB3aWR0aDogNjBweDtcbiAgfVxuICA6Om5nLWRlZXAgI2Zvcm1hdHRpbmctdGFiIDo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uLFxuICA6Om5nLWRlZXAgI3BhcmFncmFwaC10YWIgOjpuZy1kZWVwIC50b29scyAuaWNvbi1idXR0b24ge1xuICAgIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5iZy1jb2xvci1waWMge1xuICAgIGhlaWdodDogMTNweCAhaW1wb3J0YW50O1xuICAgIHdpZHRoOiAxM3B4ICFpbXBvcnRhbnQ7XG4gICAgcmlnaHQ6IDlweCAhaW1wb3J0YW50O1xuICAgIGJvdHRvbTogMTFweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAucGFsZXR0ZSB7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMTMwcHggIWltcG9ydGFudDtcbiAgICB6LWluZGV4OiAxMDA7XG4gIH1cbiAgOjpuZy1kZWVwIC5iYWNrZ3JvdW5kLWNvbG9yLXBpY2tlciB7XG4gICAgbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5jb2xvci1waWNrZXIge1xuICAgIGxlZnQ6IDYwcHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLmZvcm1hdC1zZWxlY3QuZm9udC10eXBlIHtcbiAgICB3aWR0aDogMTA5cHg7XG4gIH1cbiAgOjpuZy1kZWVwIC5mb3JtYXQtc2VsZWN0LmZvbnQtdHlwZSA6Om5nLWRlZXAgLmRyb3Bkb3duLW1lbnUge1xuICAgIHdpZHRoOiAxMDlweCAhaW1wb3J0YW50O1xuICAgIHRvcDogNjBweCAhaW1wb3J0YW50O1xuICAgIGxlZnQ6IDBweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAuZm9ybWF0LXNlbGVjdC5mb250LXNpemUge1xuICAgIHdpZHRoOiA4MXB4O1xuICB9XG4gIDo6bmctZGVlcCAuZm9ybWF0LXNlbGVjdC5mb250LXNpemUgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgICB3aWR0aDogODFweCAhaW1wb3J0YW50O1xuICAgIHRvcDogNjBweCAhaW1wb3J0YW50O1xuICAgIGxlZnQ6IDEwOXB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5mb3JtYXQtc2VsZWN0IC5zZWxlY3Qge1xuICAgIHdpZHRoOiB1bnNldCAhaW1wb3J0YW50O1xuICAgIGhlaWdodDogNjBweCAhaW1wb3J0YW50O1xuICAgIGxpbmUtaGVpZ2h0OiA2MHB4O1xuICB9XG59XG4iLCJAaW1wb3J0IFwiLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcbkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zJmRpc3BsYXk9c3dhcCcpO1xuOmhvc3QgKiB7XG4gIGZvbnQtZmFtaWx5OiAnT3BlbiBTYW5zJywgQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZjtcbn1cblxuLmN1cnJlbnQtcGFnZS1udW1iZXIge1xuICBtYXJnaW46IDBweCAxNXB4O1xuICBmb250LXNpemU6IDE0cHg7XG4gIGNvbG9yOiBAcmVnZW50LWdyYXk7XG59XG4qe1xuICAtd2Via2l0LXVzZXItc2VsZWN0OiBub25lOyAgLyogQ2hyb21lIGFsbCAvIFNhZmFyaSBhbGwgKi9cbiAgLW1vei11c2VyLXNlbGVjdDogbm9uZTsgICAgIC8qIEZpcmVmb3ggYWxsICovXG4gIC1tcy11c2VyLXNlbGVjdDogbm9uZTsgICAgICAvKiBJRSAxMCsgKi9cbiAgdXNlci1zZWxlY3Q6IHRleHQ7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cblxuL2RlZXAvIC5nZC1kcmFnLW4tZHJvcC13cmFwLmFjdGl2ZSB7XG4gIHotaW5kZXg6IDk5OTtcbiAgLmluaXQtc3RhdGUtd3JhcHBlciB7XG4gICAgdG9wOiB1bnNldCAhaW1wb3J0YW50O1xuICB9XG59XG5cbi9kZWVwLyAuaW5pdC1zdGF0ZS13cmFwcGVyIHtcbiAgdG9wOiAtOTBweCAhaW1wb3J0YW50O1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xufVxuXG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiB+XCJjYWxjKDEwMCUgLSBAe2VkaXRvci1uYXYtaGVpZ2h0fSlcIjtcbn1cblxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuXG4udG9vbGJhci1wYW5lbCB7XG4gIHdpZHRoOiAxMDAlO1xufVxuXG4vZGVlcC8gLmdkLXdyYXBwZXIge1xuICBwYWRkaW5nOiA5NnB4O1xuICAtd2Via2l0LXVzZXItc2VsZWN0OiB0ZXh0OyAgLyogQ2hyb21lIGFsbCAvIFNhZmFyaSBhbGwgKi9cbiAgLW1vei11c2VyLXNlbGVjdDogdGV4dDsgICAgIC8qIEZpcmVmb3ggYWxsICovXG4gIC1tcy11c2VyLXNlbGVjdDogdGV4dDsgICAgICAvKiBJRSAxMCsgKi9cbiAgdXNlci1zZWxlY3Q6IHRleHQ7XG4gIG91dGxpbmU6IG5vbmU7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cblxuL2RlZXAvIC5kcm9wZG93bi1tZW51IHtcbiAgbWluLXdpZHRoOiB1bnNldCAhaW1wb3J0YW50O1xufVxuXG4ucGFsZXR0ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiA5MHB4O1xuICB6LWluZGV4OiAxMDA7XG59XG5cbi5iYWNrZ3JvdW5kLWNvbG9yLXBpY2tlciB7XG4gIGxlZnQ6IDcwMHB4O1xufVxuXG4uY29sb3ItcGlja2VyIHtcbiAgbGVmdDogNzUwcHg7XG59XG5cbi5iZy1jb2xvci1waWMge1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGhlaWdodDogOHB4O1xuICB3aWR0aDogOHB4O1xuICByaWdodDogNnB4O1xuICBib3R0b206IDZweDtcbn1cblxuOjpuZy1kZWVwIC50b29scyB7XG4gIC5idXR0b24ge1xuICAgIGNvbG9yOiBAcHJpbWFyeSAhaW1wb3J0YW50O1xuICAgIC50ZXh0IHtcbiAgICAgIHBhZGRpbmc6IDBweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgICAmLmluYWN0aXZlIHtcbiAgICAgIGNvbG9yOiBAcmVnZW50LWdyYXkgIWltcG9ydGFudDtcbiAgICAgIG9wYWNpdHk6IDAuNDtcbiAgICB9XG4gIH1cbiAgLmRyb3Bkb3duLW1lbnUgeyBcbiAgICAub3B0aW9ue1xuICAgICAgbWluLXdpZHRoOiA2MXB4O1xuICAgICAgY29sb3I6IEBkb3ZlLWdyYXkgIWltcG9ydGFudDtcbiAgICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAZm9sZGVyICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuICB9XG4gIC5pY29uLWJ1dHRvbiB7XG4gICAgbWFyZ2luOiAwIDAgMCA3cHggIWltcG9ydGFudDtcbiAgfVxuICAuc2VsZWN0IHtcbiAgICB3aWR0aDogNjVweDtcbiAgICBoZWlnaHQ6IDM3cHg7XG4gICAgbWFyZ2luLWxlZnQ6IDdweDtcbiAgICBsaW5lLWhlaWdodDogMzdweDtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgYm9yZGVyOiBub25lICFpbXBvcnRhbnQ7XG4gICAgLm5hdi1jYXJldCB7XG4gICAgICBtYXJnaW46IDAgMCAwIDRweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxufVxuXG46Om5nLWRlZXAgLmdkLXNlbGVjdC1mb3JtYXQge1xuICAuc2VsZWN0IHtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW4gIWltcG9ydGFudDtcbiAgfVxufVxuXG4vZGVlcC8gLnRhYi1jb250ZW50IC5idXR0b24gLnRvb2x0aXAge1xuICBtYXJnaW4tdG9wOiA0NXB4O1xuICBtYXJnaW4tbGVmdDogLTM2cHg7XG59XG5cbi9kZWVwLyAuZ2QtZWRpdC5hY3RpdmUge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjN0U4OTkxO1xufVxuXG4vZGVlcC8gLmdkLWVkaXQuYWN0aXZlIGkge1xuICBjb2xvcjogI0ZGRkZGRjtcbn1cblxuL2RlZXAvIC5wYWdlIHtcbiAgd2lkdGg6IDgwMHB4O1xuICBoZWlnaHQ6IDEwMCUgIWltcG9ydGFudDtcbiAgbWluLWhlaWdodDogODQycHQgIWltcG9ydGFudDtcbn1cblxuL2RlZXAvIC5zYXZlLWFzLWJ1dHRvbi1pY29uIHtcbiAgZm9udC1zaXplOiAxMXB4O1xuICBsZWZ0OiAyMnB4ICFpbXBvcnRhbnQ7XG4gIHRvcDogMTNweCAhaW1wb3J0YW50O1xufVxuXG4uc2F2ZS1idXR0b24ge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogLTVweDtcbiAgbGVmdDogMjFweDtcbn1cblxuZ2QtdGFiIHtcbiAgJi5kZXNrdG9wLWhpZGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgL2RlZXAvIC5wYW56b29te1xuICAgIHpvb206IDAuNDU7XG4gICAgbWFyZ2luLXRvcDoxMzBweDtcbiAgfVxuXG4gIDo6bmctZGVlcCAuZ2QtdGFiIHtcbiAgICBmYS1pY29ue1xuICAgICAgaGVpZ2h0OiA2MHB4O1xuICAgICAgd2lkdGg6IDYwcHg7XG4gICAgICBmb250LXNpemU6IDIycHggIWltcG9ydGFudDtcbiAgICAgIG1hcmdpbjogdW5zZXQgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICBnZC10YWIge1xuICAgICYuZGVza3RvcC1oaWRlIHtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIH1cbiAgfVxuXG4gIC5tb2JpbGUtaGlkZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuXG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIG92ZXJmbG93LXg6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgZ2QtYnV0dG9uOm50aC1jaGlsZCgxKSA+IC5pY29uLWJ1dHRvbntcbiAgICAgIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuICAgIC5pY29uLWJ1dHRvbntcbiAgICAgIGhlaWdodDogNjBweCAhaW1wb3J0YW50O1xuICAgICAgd2lkdGg6IDYwcHg7XG4gICAgfVxuICB9XG5cbiAgOjpuZy1kZWVwICNmb3JtYXR0aW5nLXRhYiwgOjpuZy1kZWVwICNwYXJhZ3JhcGgtdGFiIHtcbiAgICA6Om5nLWRlZXAgLnRvb2xzIHtcbiAgICAgIC5pY29uLWJ1dHRvbntcbiAgICAgICAgbWFyZ2luOiAwcHggIWltcG9ydGFudDtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLmJnLWNvbG9yLXBpYyB7XG4gICAgaGVpZ2h0OiAxM3B4ICFpbXBvcnRhbnQ7XG4gICAgd2lkdGg6IDEzcHggIWltcG9ydGFudDtcbiAgICByaWdodDogOXB4ICFpbXBvcnRhbnQ7XG4gICAgYm90dG9tOiAxMXB4ICFpbXBvcnRhbnQ7XG4gIH1cblxuICA6Om5nLWRlZXAgLnBhbGV0dGUge1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDEzMHB4ICFpbXBvcnRhbnQ7XG4gICAgei1pbmRleDogMTAwO1xuICB9XG5cbiAgOjpuZy1kZWVwIC5iYWNrZ3JvdW5kLWNvbG9yLXBpY2tlciB7XG4gICAgbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgXG4gIDo6bmctZGVlcCAuY29sb3ItcGlja2VyIHtcbiAgICBsZWZ0OiA2MHB4ICFpbXBvcnRhbnQ7XG4gIH1cblxuICA6Om5nLWRlZXAgLmZvcm1hdC1zZWxlY3Qge1xuICAgICYuZm9udC10eXBlIHtcbiAgICAgIHdpZHRoOiAxMDlweDtcbiAgICAgIDo6bmctZGVlcCAuZHJvcGRvd24tbWVudSB7XG4gICAgICAgIHdpZHRoOiAxMDlweCAhaW1wb3J0YW50O1xuICAgICAgICB0b3A6IDYwcHggIWltcG9ydGFudDtcbiAgICAgICAgbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuICAgICYuZm9udC1zaXplIHtcbiAgICAgIHdpZHRoOiA4MXB4O1xuICAgICAgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgICAgICAgd2lkdGg6IDgxcHggIWltcG9ydGFudDtcbiAgICAgICAgdG9wOiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgICAgIGxlZnQ6IDEwOXB4ICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuICAgIC5zZWxlY3Qge1xuICAgICAgd2lkdGg6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgICBoZWlnaHQ6IDYwcHggIWltcG9ydGFudDtcbiAgICAgIGxpbmUtaGVpZ2h0OiA2MHB4O1xuICAgIH1cbiAgfVxufVxuIl19 */" +module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n.current-page-number {\n margin: 0px 15px;\n font-size: 14px;\n color: #959da5;\n}\n* {\n -webkit-user-select: none;\n /* Chrome all / Safari all */\n -moz-user-select: none;\n /* Firefox all */\n -ms-user-select: none;\n /* IE 10+ */\n user-select: text;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n::ng-deep .gd-drag-n-drop-wrap.active {\n z-index: 999;\n}\n::ng-deep .gd-drag-n-drop-wrap.active .init-state-wrapper {\n top: unset !important;\n}\n::ng-deep .init-state-wrapper {\n top: -90px !important;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: inherit;\n}\n.gd-document {\n width: 100%;\n height: calc(100% - 90px);\n}\n.top-panel {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n width: 100%;\n}\n.toolbar-panel {\n width: 100%;\n}\n::ng-deep .gd-wrapper {\n -webkit-user-select: text;\n /* Chrome all / Safari all */\n -moz-user-select: text;\n /* Firefox all */\n -ms-user-select: text;\n /* IE 10+ */\n user-select: text;\n outline: none;\n position: relative;\n}\n::ng-deep .dropdown-menu {\n min-width: unset !important;\n}\n.palette {\n position: absolute;\n top: 90px;\n z-index: 100;\n}\n.background-color-picker {\n left: 700px;\n}\n.color-picker {\n left: 750px;\n}\n.bg-color-pic {\n border-radius: 100%;\n border: 1px solid #CCC;\n position: absolute;\n height: 8px;\n width: 8px;\n right: 6px;\n bottom: 6px;\n}\n::ng-deep .tools .button {\n color: #3E4E5A !important;\n}\n::ng-deep .tools .button .text {\n padding: 0px !important;\n}\n::ng-deep .tools .button.inactive {\n color: #959da5 !important;\n opacity: 0.4;\n}\n::ng-deep .tools .dropdown-menu .option {\n min-width: 61px;\n color: #6e6e6e !important;\n}\n::ng-deep .tools .dropdown-menu .option:hover {\n background-color: #4b566c !important;\n}\n::ng-deep .tools .icon-button {\n margin: 0 0 0 7px !important;\n}\n::ng-deep .tools .select {\n width: 65px;\n height: 37px;\n margin-left: 7px;\n line-height: 37px;\n text-align: center;\n border: none !important;\n}\n::ng-deep .tools .select .nav-caret {\n margin: 0 0 0 4px !important;\n}\n::ng-deep .gd-select-format .select {\n -webkit-box-pack: justify !important;\n justify-content: space-between !important;\n}\n::ng-deep .tab-content .button .tooltip {\n margin-top: 45px;\n margin-left: -36px;\n}\n::ng-deep .gd-edit.active {\n background-color: #7E8991;\n}\n::ng-deep .gd-edit.active i {\n color: #FFFFFF;\n}\n::ng-deep .page {\n width: auto !important;\n height: auto !important;\n}\n::ng-deep .page ::ng-deep .gd-document .page {\n width: auto !important;\n height: auto !important;\n}\n::ng-deep .slide {\n margin: 0px !important;\n}\n::ng-deep .documentMainContent.newfile {\n width: 595px !important;\n height: 842px !important;\n}\n::ng-deep .gd-document.new-file .page {\n width: 595pt !important;\n height: 842pt !important;\n}\n::ng-deep .slide {\n margin: 0px !important;\n}\n::ng-deep #page-0 {\n height: calc(100% - 2 * 20px);\n}\n::ng-deep .save-as-button-icon {\n font-size: 11px;\n left: 22px !important;\n top: 13px !important;\n}\n::ng-deep .documentMainContent .section {\n margin: 0px !important;\n}\n::ng-deep .documentMainContent > div {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-pack: end;\n justify-content: flex-end;\n}\n::ng-deep .documentMainContent > div .footer-1 {\n position: absolute;\n bottom: 0;\n width: calc(100% - 2 * 96px);\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: justify;\n justify-content: space-between;\n}\n::ng-deep .documentMainContent > div .footer-1 .Normal {\n margin: 0 0 0 auto;\n}\n::ng-deep .documentMainContent > div .footer-1 p {\n width: -webkit-fit-content;\n width: -moz-fit-content;\n width: fit-content;\n}\n::ng-deep .documentMainContent > div .header-0 {\n padding-bottom: 10px;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: justify;\n justify-content: space-between;\n}\n::ng-deep .documentMainContent > div .header-0 .Normal,\n::ng-deep .documentMainContent > div .header-0 .Header {\n margin: 0 0 0 auto;\n}\n::ng-deep .documentMainContent > div .header-0 p {\n width: -webkit-fit-content;\n width: -moz-fit-content;\n width: fit-content;\n}\n::ng-deep .documentMainContent > div .header-0 p:last-of-type {\n margin: 0 !important;\n}\n.save-button {\n position: absolute;\n top: -5px;\n left: 21px;\n}\ngd-tab.desktop-hide {\n display: none;\n}\n@media (max-width: 1037px) {\n ::ng-deep .panzoom {\n zoom: 0.45;\n margin-top: 130px;\n }\n ::ng-deep .gd-tab fa-icon {\n height: 60px;\n width: 60px;\n font-size: 22px !important;\n margin: unset !important;\n }\n gd-tab.desktop-hide {\n display: block;\n }\n .mobile-hide {\n display: none;\n }\n ::ng-deep .tools {\n overflow-x: unset !important;\n }\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\n margin: 0px !important;\n }\n ::ng-deep .tools .icon-button {\n height: 60px !important;\n width: 60px;\n }\n ::ng-deep #formatting-tab ::ng-deep .tools .icon-button,\n ::ng-deep #paragraph-tab ::ng-deep .tools .icon-button {\n margin: 0px !important;\n }\n ::ng-deep .bg-color-pic {\n height: 13px !important;\n width: 13px !important;\n right: 9px !important;\n bottom: 11px !important;\n }\n ::ng-deep .palette {\n position: absolute;\n top: 130px !important;\n z-index: 100;\n }\n ::ng-deep .background-color-picker {\n left: 0px !important;\n }\n ::ng-deep .color-picker {\n left: 60px !important;\n }\n ::ng-deep .format-select.font-type {\n width: 109px;\n }\n ::ng-deep .format-select.font-type ::ng-deep .dropdown-menu {\n width: 109px !important;\n top: 60px !important;\n left: 0px !important;\n }\n ::ng-deep .format-select.font-size {\n width: 81px;\n }\n ::ng-deep .format-select.font-size ::ng-deep .dropdown-menu {\n width: 81px !important;\n top: 60px !important;\n left: 109px !important;\n }\n ::ng-deep .format-select .select {\n width: unset !important;\n height: 60px !important;\n line-height: 60px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvZWRpdG9yL3NyYy9saWIvZWRpdG9yLWFwcC5jb21wb25lbnQubGVzcyIsImxpYnMvZWRpdG9yL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2VkaXRvci9zcmMvbGliL2VkaXRvci1hcHAuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsNkVDQ2tCO0FBRWxCO0VBQ0Usc0RBQUE7QURERjtBQ0lBO0VBQ0UsZ0JBQUE7RUFDQSxlQUFBO0VBQ0EsY0FBQTtBREZGO0FDS0E7RUFDRSx5QkFBQTtFREhBLDRCQUE0QjtFQ0s1QixzQkFBQTtFREhBLGdCQUFnQjtFQ0toQixxQkFBQTtFREhBLFdBQVc7RUNLWCxpQkFBQTtBREhGO0FDTUE7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBREpGO0FDT0E7RUFDRSxZQUFBO0FETEY7QUNJQTtFQUlJLHFCQUFBO0FETEo7QUNTQTtFQUNFLHFCQUFBO0FEUEY7QUNVQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGVBQUE7QURSRjtBQ1dBO0VBQ0UsV0FBQTtFQUNBLHlCQUFBO0FEVEY7QUNZQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0FEVkY7QUNhQTtFQUNFLFdBQUE7QURYRjtBQ2NBO0VBQ0UseUJBQUE7RURaQSw0QkFBNEI7RUNjNUIsc0JBQUE7RURaQSxnQkFBZ0I7RUNjaEIscUJBQUE7RURaQSxXQUFXO0VDY1gsaUJBQUE7RUFDQSxhQUFBO0VBQ0Esa0JBQUE7QURaRjtBQ2VBO0VBQ0UsMkJBQUE7QURiRjtBQ2dCQTtFQUNFLGtCQUFBO0VBQ0EsU0FBQTtFQUNBLFlBQUE7QURkRjtBQ2lCQTtFQUNFLFdBQUE7QURmRjtBQ2tCQTtFQUNFLFdBQUE7QURoQkY7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dG9yLWFwcC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zJmRpc3BsYXk9c3dhcCcpO1xuOmhvc3QgKiB7XG4gIGZvbnQtZmFtaWx5OiAnT3BlbiBTYW5zJywgQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZjtcbn1cbi5jdXJyZW50LXBhZ2UtbnVtYmVyIHtcbiAgbWFyZ2luOiAwcHggMTVweDtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBjb2xvcjogIzk1OWRhNTtcbn1cbioge1xuICAtd2Via2l0LXVzZXItc2VsZWN0OiBub25lO1xuICAvKiBDaHJvbWUgYWxsIC8gU2FmYXJpIGFsbCAqL1xuICAtbW96LXVzZXItc2VsZWN0OiBub25lO1xuICAvKiBGaXJlZm94IGFsbCAqL1xuICAtbXMtdXNlci1zZWxlY3Q6IG5vbmU7XG4gIC8qIElFIDEwKyAqL1xuICB1c2VyLXNlbGVjdDogdGV4dDtcbn1cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgdG9wOiAwO1xuICBib3R0b206IDA7XG4gIGxlZnQ6IDA7XG4gIHJpZ2h0OiAwO1xufVxuOjpuZy1kZWVwIC5nZC1kcmFnLW4tZHJvcC13cmFwLmFjdGl2ZSB7XG4gIHotaW5kZXg6IDk5OTtcbn1cbjo6bmctZGVlcCAuZ2QtZHJhZy1uLWRyb3Atd3JhcC5hY3RpdmUgLmluaXQtc3RhdGUtd3JhcHBlciB7XG4gIHRvcDogdW5zZXQgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuaW5pdC1zdGF0ZS13cmFwcGVyIHtcbiAgdG9wOiAtOTBweCAhaW1wb3J0YW50O1xufVxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cbi5nZC1kb2N1bWVudCB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDkwcHgpO1xufVxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnRvb2xiYXItcGFuZWwge1xuICB3aWR0aDogMTAwJTtcbn1cbjo6bmctZGVlcCAuZ2Qtd3JhcHBlciB7XG4gIC13ZWJraXQtdXNlci1zZWxlY3Q6IHRleHQ7XG4gIC8qIENocm9tZSBhbGwgLyBTYWZhcmkgYWxsICovXG4gIC1tb3otdXNlci1zZWxlY3Q6IHRleHQ7XG4gIC8qIEZpcmVmb3ggYWxsICovXG4gIC1tcy11c2VyLXNlbGVjdDogdGV4dDtcbiAgLyogSUUgMTArICovXG4gIHVzZXItc2VsZWN0OiB0ZXh0O1xuICBvdXRsaW5lOiBub25lO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG46Om5nLWRlZXAgLmRyb3Bkb3duLW1lbnUge1xuICBtaW4td2lkdGg6IHVuc2V0ICFpbXBvcnRhbnQ7XG59XG4ucGFsZXR0ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiA5MHB4O1xuICB6LWluZGV4OiAxMDA7XG59XG4uYmFja2dyb3VuZC1jb2xvci1waWNrZXIge1xuICBsZWZ0OiA3MDBweDtcbn1cbi5jb2xvci1waWNrZXIge1xuICBsZWZ0OiA3NTBweDtcbn1cbi5iZy1jb2xvci1waWMge1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGhlaWdodDogOHB4O1xuICB3aWR0aDogOHB4O1xuICByaWdodDogNnB4O1xuICBib3R0b206IDZweDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbiB7XG4gIGNvbG9yOiAjM0U0RTVBICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24gLnRleHQge1xuICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbi5pbmFjdGl2ZSB7XG4gIGNvbG9yOiAjOTU5ZGE1ICFpbXBvcnRhbnQ7XG4gIG9wYWNpdHk6IDAuNDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbiB7XG4gIG1pbi13aWR0aDogNjFweDtcbiAgY29sb3I6ICM2ZTZlNmUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbjpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0YjU2NmMgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uIHtcbiAgbWFyZ2luOiAwIDAgMCA3cHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdCB7XG4gIHdpZHRoOiA2NXB4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIG1hcmdpbi1sZWZ0OiA3cHg7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGJvcmRlcjogbm9uZSAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC50b29scyAuc2VsZWN0IC5uYXYtY2FyZXQge1xuICBtYXJnaW46IDAgMCAwIDRweCAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5nZC1zZWxlY3QtZm9ybWF0IC5zZWxlY3Qge1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW4gIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudGFiLWNvbnRlbnQgLmJ1dHRvbiAudG9vbHRpcCB7XG4gIG1hcmdpbi10b3A6IDQ1cHg7XG4gIG1hcmdpbi1sZWZ0OiAtMzZweDtcbn1cbjo6bmctZGVlcCAuZ2QtZWRpdC5hY3RpdmUge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjN0U4OTkxO1xufVxuOjpuZy1kZWVwIC5nZC1lZGl0LmFjdGl2ZSBpIHtcbiAgY29sb3I6ICNGRkZGRkY7XG59XG46Om5nLWRlZXAgLnBhZ2Uge1xuICB3aWR0aDogYXV0byAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IGF1dG8gIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAucGFnZSA6Om5nLWRlZXAgLmdkLWRvY3VtZW50IC5wYWdlIHtcbiAgd2lkdGg6IGF1dG8gIWltcG9ydGFudDtcbiAgaGVpZ2h0OiBhdXRvICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnNsaWRlIHtcbiAgbWFyZ2luOiAwcHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuZG9jdW1lbnRNYWluQ29udGVudC5uZXdmaWxlIHtcbiAgd2lkdGg6IDU5NXB4ICFpbXBvcnRhbnQ7XG4gIGhlaWdodDogODQycHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuZ2QtZG9jdW1lbnQubmV3LWZpbGUgLnBhZ2Uge1xuICB3aWR0aDogNTk1cHQgIWltcG9ydGFudDtcbiAgaGVpZ2h0OiA4NDJwdCAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5zbGlkZSB7XG4gIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgI3BhZ2UtMCB7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gMiAqIDIwcHgpO1xufVxuOjpuZy1kZWVwIC5zYXZlLWFzLWJ1dHRvbi1pY29uIHtcbiAgZm9udC1zaXplOiAxMXB4O1xuICBsZWZ0OiAyMnB4ICFpbXBvcnRhbnQ7XG4gIHRvcDogMTNweCAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5kb2N1bWVudE1haW5Db250ZW50IC5zZWN0aW9uIHtcbiAgbWFyZ2luOiAwcHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuZG9jdW1lbnRNYWluQ29udGVudCA+IGRpdiB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogZmxleC1lbmQ7XG59XG46Om5nLWRlZXAgLmRvY3VtZW50TWFpbkNvbnRlbnQgPiBkaXYgLmZvb3Rlci0xIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBib3R0b206IDA7XG4gIHdpZHRoOiBjYWxjKDEwMCUgLSAyICogOTZweCk7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2Vlbjtcbn1cbjo6bmctZGVlcCAuZG9jdW1lbnRNYWluQ29udGVudCA+IGRpdiAuZm9vdGVyLTEgLk5vcm1hbCB7XG4gIG1hcmdpbjogMCAwIDAgYXV0bztcbn1cbjo6bmctZGVlcCAuZG9jdW1lbnRNYWluQ29udGVudCA+IGRpdiAuZm9vdGVyLTEgcCB7XG4gIHdpZHRoOiBmaXQtY29udGVudDtcbn1cbjo6bmctZGVlcCAuZG9jdW1lbnRNYWluQ29udGVudCA+IGRpdiAuaGVhZGVyLTAge1xuICBwYWRkaW5nLWJvdHRvbTogMTBweDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xufVxuOjpuZy1kZWVwIC5kb2N1bWVudE1haW5Db250ZW50ID4gZGl2IC5oZWFkZXItMCAuTm9ybWFsLFxuOjpuZy1kZWVwIC5kb2N1bWVudE1haW5Db250ZW50ID4gZGl2IC5oZWFkZXItMCAuSGVhZGVyIHtcbiAgbWFyZ2luOiAwIDAgMCBhdXRvO1xufVxuOjpuZy1kZWVwIC5kb2N1bWVudE1haW5Db250ZW50ID4gZGl2IC5oZWFkZXItMCBwIHtcbiAgd2lkdGg6IGZpdC1jb250ZW50O1xufVxuOjpuZy1kZWVwIC5kb2N1bWVudE1haW5Db250ZW50ID4gZGl2IC5oZWFkZXItMCBwOmxhc3Qtb2YtdHlwZSB7XG4gIG1hcmdpbjogMCAhaW1wb3J0YW50O1xufVxuLnNhdmUtYnV0dG9uIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IC01cHg7XG4gIGxlZnQ6IDIxcHg7XG59XG5nZC10YWIuZGVza3RvcC1oaWRlIHtcbiAgZGlzcGxheTogbm9uZTtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgOjpuZy1kZWVwIC5wYW56b29tIHtcbiAgICB6b29tOiAwLjQ1O1xuICAgIG1hcmdpbi10b3A6IDEzMHB4O1xuICB9XG4gIDo6bmctZGVlcCAuZ2QtdGFiIGZhLWljb24ge1xuICAgIGhlaWdodDogNjBweDtcbiAgICB3aWR0aDogNjBweDtcbiAgICBmb250LXNpemU6IDIycHggIWltcG9ydGFudDtcbiAgICBtYXJnaW46IHVuc2V0ICFpbXBvcnRhbnQ7XG4gIH1cbiAgZ2QtdGFiLmRlc2t0b3AtaGlkZSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cbiAgLm1vYmlsZS1oaWRlIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIG92ZXJmbG93LXg6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC50b29scyBnZC1idXR0b246bnRoLWNoaWxkKDEpID4gLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uIHtcbiAgICBoZWlnaHQ6IDYwcHggIWltcG9ydGFudDtcbiAgICB3aWR0aDogNjBweDtcbiAgfVxuICA6Om5nLWRlZXAgI2Zvcm1hdHRpbmctdGFiIDo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uLFxuICA6Om5nLWRlZXAgI3BhcmFncmFwaC10YWIgOjpuZy1kZWVwIC50b29scyAuaWNvbi1idXR0b24ge1xuICAgIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5iZy1jb2xvci1waWMge1xuICAgIGhlaWdodDogMTNweCAhaW1wb3J0YW50O1xuICAgIHdpZHRoOiAxM3B4ICFpbXBvcnRhbnQ7XG4gICAgcmlnaHQ6IDlweCAhaW1wb3J0YW50O1xuICAgIGJvdHRvbTogMTFweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAucGFsZXR0ZSB7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMTMwcHggIWltcG9ydGFudDtcbiAgICB6LWluZGV4OiAxMDA7XG4gIH1cbiAgOjpuZy1kZWVwIC5iYWNrZ3JvdW5kLWNvbG9yLXBpY2tlciB7XG4gICAgbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5jb2xvci1waWNrZXIge1xuICAgIGxlZnQ6IDYwcHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLmZvcm1hdC1zZWxlY3QuZm9udC10eXBlIHtcbiAgICB3aWR0aDogMTA5cHg7XG4gIH1cbiAgOjpuZy1kZWVwIC5mb3JtYXQtc2VsZWN0LmZvbnQtdHlwZSA6Om5nLWRlZXAgLmRyb3Bkb3duLW1lbnUge1xuICAgIHdpZHRoOiAxMDlweCAhaW1wb3J0YW50O1xuICAgIHRvcDogNjBweCAhaW1wb3J0YW50O1xuICAgIGxlZnQ6IDBweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAuZm9ybWF0LXNlbGVjdC5mb250LXNpemUge1xuICAgIHdpZHRoOiA4MXB4O1xuICB9XG4gIDo6bmctZGVlcCAuZm9ybWF0LXNlbGVjdC5mb250LXNpemUgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgICB3aWR0aDogODFweCAhaW1wb3J0YW50O1xuICAgIHRvcDogNjBweCAhaW1wb3J0YW50O1xuICAgIGxlZnQ6IDEwOXB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5mb3JtYXQtc2VsZWN0IC5zZWxlY3Qge1xuICAgIHdpZHRoOiB1bnNldCAhaW1wb3J0YW50O1xuICAgIGhlaWdodDogNjBweCAhaW1wb3J0YW50O1xuICAgIGxpbmUtaGVpZ2h0OiA2MHB4O1xuICB9XG59XG4iLCJAaW1wb3J0IFwiLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcbkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zJmRpc3BsYXk9c3dhcCcpO1xuXG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuXG4uY3VycmVudC1wYWdlLW51bWJlciB7XG4gIG1hcmdpbiAgIDogMHB4IDE1cHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgY29sb3IgICAgOiBAcmVnZW50LWdyYXk7XG59XG5cbioge1xuICAtd2Via2l0LXVzZXItc2VsZWN0OiBub25lO1xuICAvKiBDaHJvbWUgYWxsIC8gU2FmYXJpIGFsbCAqL1xuICAtbW96LXVzZXItc2VsZWN0ICAgOiBub25lO1xuICAvKiBGaXJlZm94IGFsbCAqL1xuICAtbXMtdXNlci1zZWxlY3QgICAgOiBub25lO1xuICAvKiBJRSAxMCsgKi9cbiAgdXNlci1zZWxlY3QgICAgICAgIDogdGV4dDtcbn1cblxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0ICAgICA6IDEwMCU7XG4gIHdpZHRoICAgICAgOiAxMDAlO1xuICBwb3NpdGlvbiAgIDogZml4ZWQ7XG4gIHRvcCAgICAgICAgOiAwO1xuICBib3R0b20gICAgIDogMDtcbiAgbGVmdCAgICAgICA6IDA7XG4gIHJpZ2h0ICAgICAgOiAwO1xufVxuXG46Om5nLWRlZXAgLmdkLWRyYWctbi1kcm9wLXdyYXAuYWN0aXZlIHtcbiAgei1pbmRleDogOTk5O1xuXG4gIC5pbml0LXN0YXRlLXdyYXBwZXIge1xuICAgIHRvcDogdW5zZXQgIWltcG9ydGFudDtcbiAgfVxufVxuXG46Om5nLWRlZXAgLmluaXQtc3RhdGUtd3JhcHBlciB7XG4gIHRvcDogLTkwcHggIWltcG9ydGFudDtcbn1cblxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodCA6IGluaGVyaXQ7XG59XG5cbi5nZC1kb2N1bWVudCB7XG4gIHdpZHRoIDogMTAwJTtcbiAgaGVpZ2h0On5cImNhbGMoMTAwJSAtIEB7ZWRpdG9yLW5hdi1oZWlnaHR9KVwiO1xufVxuXG4udG9wLXBhbmVsIHtcbiAgZGlzcGxheSAgICA6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoICAgICAgOiAxMDAlO1xufVxuXG4udG9vbGJhci1wYW5lbCB7XG4gIHdpZHRoOiAxMDAlO1xufVxuXG46Om5nLWRlZXAgLmdkLXdyYXBwZXIge1xuICAtd2Via2l0LXVzZXItc2VsZWN0OiB0ZXh0O1xuICAvKiBDaHJvbWUgYWxsIC8gU2FmYXJpIGFsbCAqL1xuICAtbW96LXVzZXItc2VsZWN0ICAgOiB0ZXh0O1xuICAvKiBGaXJlZm94IGFsbCAqL1xuICAtbXMtdXNlci1zZWxlY3QgICAgOiB0ZXh0O1xuICAvKiBJRSAxMCsgKi9cbiAgdXNlci1zZWxlY3QgICAgICAgIDogdGV4dDtcbiAgb3V0bGluZSAgICAgICAgICAgIDogbm9uZTtcbiAgcG9zaXRpb24gICAgICAgICAgIDogcmVsYXRpdmU7XG59XG5cbjo6bmctZGVlcCAuZHJvcGRvd24tbWVudSB7XG4gIG1pbi13aWR0aDogdW5zZXQgIWltcG9ydGFudDtcbn1cblxuLnBhbGV0dGUge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcCAgICAgOiA5MHB4O1xuICB6LWluZGV4IDogMTAwO1xufVxuXG4uYmFja2dyb3VuZC1jb2xvci1waWNrZXIge1xuICBsZWZ0OiA3MDBweDtcbn1cblxuLmNvbG9yLXBpY2tlciB7XG4gIGxlZnQ6IDc1MHB4O1xufVxuXG4uYmctY29sb3ItcGljIHtcbiAgYm9yZGVyLXJhZGl1czogMTAwJTtcbiAgYm9yZGVyICAgICAgIDogMXB4IHNvbGlkICNDQ0M7XG4gIHBvc2l0aW9uICAgICA6IGFic29sdXRlO1xuICBoZWlnaHQgICAgICAgOiA4cHg7XG4gIHdpZHRoICAgICAgICA6IDhweDtcbiAgcmlnaHQgICAgICAgIDogNnB4O1xuICBib3R0b20gICAgICAgOiA2cHg7XG59XG5cbjo6bmctZGVlcCAudG9vbHMge1xuICAuYnV0dG9uIHtcbiAgICBjb2xvcjogQHByaW1hcnkgICFpbXBvcnRhbnQ7XG5cbiAgICAudGV4dCB7XG4gICAgICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbiAgICB9XG5cbiAgICAmLmluYWN0aXZlIHtcbiAgICAgIGNvbG9yICA6IEByZWdlbnQtZ3JheSAgIWltcG9ydGFudDtcbiAgICAgIG9wYWNpdHk6IDAuNDtcbiAgICB9XG4gIH1cblxuICAuZHJvcGRvd24tbWVudSB7XG4gICAgLm9wdGlvbiB7XG4gICAgICBtaW4td2lkdGg6IDYxcHg7XG4gICAgICBjb2xvciAgICA6IEBkb3ZlLWdyYXkgICFpbXBvcnRhbnQ7XG5cbiAgICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAZm9sZGVyICAhaW1wb3J0YW50O1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC5pY29uLWJ1dHRvbiB7XG4gICAgbWFyZ2luOiAwIDAgMCA3cHggIWltcG9ydGFudDtcbiAgfVxuXG4gIC5zZWxlY3Qge1xuICAgIHdpZHRoICAgICAgOiA2NXB4O1xuICAgIGhlaWdodCAgICAgOiAzN3B4O1xuICAgIG1hcmdpbi1sZWZ0OiA3cHg7XG4gICAgbGluZS1oZWlnaHQ6IDM3cHg7XG4gICAgdGV4dC1hbGlnbiA6IGNlbnRlcjtcbiAgICBib3JkZXIgICAgIDogbm9uZSAhaW1wb3J0YW50O1xuXG4gICAgLm5hdi1jYXJldCB7XG4gICAgICBtYXJnaW46IDAgMCAwIDRweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxufVxuXG46Om5nLWRlZXAgLmdkLXNlbGVjdC1mb3JtYXQge1xuICAuc2VsZWN0IHtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW4gIWltcG9ydGFudDtcbiAgfVxufVxuXG46Om5nLWRlZXAgLnRhYi1jb250ZW50IC5idXR0b24gLnRvb2x0aXAge1xuICBtYXJnaW4tdG9wIDogNDVweDtcbiAgbWFyZ2luLWxlZnQ6IC0zNnB4O1xufVxuXG46Om5nLWRlZXAgLmdkLWVkaXQuYWN0aXZlIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzdFODk5MTtcbn1cblxuOjpuZy1kZWVwIC5nZC1lZGl0LmFjdGl2ZSBpIHtcbiAgY29sb3I6ICNGRkZGRkY7XG59XG5cbjo6bmctZGVlcCAucGFnZSB7XG4gIHdpZHRoIDogYXV0byAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IGF1dG8gIWltcG9ydGFudDtcblxuICA6Om5nLWRlZXAgLmdkLWRvY3VtZW50IHtcbiAgICAucGFnZSB7XG4gICAgICB3aWR0aCA6IGF1dG8gIWltcG9ydGFudDtcbiAgICAgIGhlaWdodDogYXV0byAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxufVxuXG46Om5nLWRlZXAgLnNsaWRlIHtcbiAgbWFyZ2luOiAwcHggIWltcG9ydGFudDtcbn1cblxuOjpuZy1kZWVwIC5kb2N1bWVudE1haW5Db250ZW50Lm5ld2ZpbGUge1xuICB3aWR0aCA6IDU5NXB4ICFpbXBvcnRhbnQ7XG4gIGhlaWdodDogODQycHggIWltcG9ydGFudDtcbn1cblxuOjpuZy1kZWVwIC5nZC1kb2N1bWVudC5uZXctZmlsZSB7XG4gIC5wYWdlIHtcbiAgICB3aWR0aCA6IDU5NXB0ICFpbXBvcnRhbnQ7XG4gICAgaGVpZ2h0OiA4NDJwdCAhaW1wb3J0YW50O1xuICB9XG59XG5cbjo6bmctZGVlcCAuc2xpZGUge1xuICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xufVxuXG46Om5nLWRlZXAgI3BhZ2UtMCB7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gMiAqIDIwcHgpO1xufVxuXG46Om5nLWRlZXAgLnNhdmUtYXMtYnV0dG9uLWljb24ge1xuICBmb250LXNpemU6IDExcHg7XG4gIGxlZnQgICAgIDogMjJweCAhaW1wb3J0YW50O1xuICB0b3AgICAgICA6IDEzcHggIWltcG9ydGFudDtcbn1cblxuOjpuZy1kZWVwIC5kb2N1bWVudE1haW5Db250ZW50IHtcbiAgLnNlY3Rpb24ge1xuICAgIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cblxuICA+ZGl2IHtcbiAgICBkaXNwbGF5ICAgICAgICA6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb24gOiBjb2x1bW47XG4gICAganVzdGlmeS1jb250ZW50OiBmbGV4LWVuZDtcblxuICAgIC5mb290ZXItMSB7XG4gICAgICBwb3NpdGlvbiAgICAgICA6IGFic29sdXRlO1xuICAgICAgYm90dG9tICAgICAgICAgOiAwO1xuICAgICAgd2lkdGggICAgICAgICAgOiBjYWxjKDEwMCUgLSAyICogOTZweCk7XG4gICAgICBkaXNwbGF5ICAgICAgICA6IGZsZXg7XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG5cbiAgICAgIC5Ob3JtYWwge1xuICAgICAgICBtYXJnaW46IDAgMCAwIGF1dG87XG4gICAgICB9XG5cbiAgICAgIHAge1xuICAgICAgICB3aWR0aDogZml0LWNvbnRlbnQ7XG4gICAgICB9XG4gICAgfVxuXG4gICAgLmhlYWRlci0wIHtcbiAgICAgIHBhZGRpbmctYm90dG9tIDogMTBweDtcbiAgICAgIGRpc3BsYXkgICAgICAgIDogZmxleDtcbiAgICAgIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcblxuICAgICAgLk5vcm1hbCxcbiAgICAgIC5IZWFkZXIge1xuICAgICAgICBtYXJnaW46IDAgMCAwIGF1dG87XG4gICAgICB9XG5cbiAgICAgIHAge1xuICAgICAgICB3aWR0aDogZml0LWNvbnRlbnQ7XG5cbiAgICAgICAgJjpsYXN0LW9mLXR5cGUge1xuICAgICAgICAgIG1hcmdpbjogMCAhaW1wb3J0YW50O1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi5zYXZlLWJ1dHRvbiB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wICAgICA6IC01cHg7XG4gIGxlZnQgICAgOiAyMXB4O1xufVxuXG5nZC10YWIge1xuICAmLmRlc2t0b3AtaGlkZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICA6Om5nLWRlZXAgLnBhbnpvb20ge1xuICAgIHpvb20gICAgICA6IDAuNDU7XG4gICAgbWFyZ2luLXRvcDogMTMwcHg7XG4gIH1cblxuICA6Om5nLWRlZXAgLmdkLXRhYiB7XG4gICAgZmEtaWNvbiB7XG4gICAgICBoZWlnaHQgICA6IDYwcHg7XG4gICAgICB3aWR0aCAgICA6IDYwcHg7XG4gICAgICBmb250LXNpemU6IDIycHggIWltcG9ydGFudDtcbiAgICAgIG1hcmdpbiAgIDogdW5zZXQgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICBnZC10YWIge1xuICAgICYuZGVza3RvcC1oaWRlIHtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIH1cbiAgfVxuXG4gIC5tb2JpbGUtaGlkZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuXG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIG92ZXJmbG93LXg6IHVuc2V0ICFpbXBvcnRhbnQ7XG5cbiAgICBnZC1idXR0b246bnRoLWNoaWxkKDEpPi5pY29uLWJ1dHRvbiB7XG4gICAgICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xuICAgIH1cblxuICAgIC5pY29uLWJ1dHRvbiB7XG4gICAgICBoZWlnaHQ6IDYwcHggIWltcG9ydGFudDtcbiAgICAgIHdpZHRoIDogNjBweDtcbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgI2Zvcm1hdHRpbmctdGFiLFxuICA6Om5nLWRlZXAgI3BhcmFncmFwaC10YWIge1xuICAgIDo6bmctZGVlcCAudG9vbHMge1xuICAgICAgLmljb24tYnV0dG9uIHtcbiAgICAgICAgbWFyZ2luOiAwcHggIWltcG9ydGFudDtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLmJnLWNvbG9yLXBpYyB7XG4gICAgaGVpZ2h0OiAxM3B4ICFpbXBvcnRhbnQ7XG4gICAgd2lkdGggOiAxM3B4ICFpbXBvcnRhbnQ7XG4gICAgcmlnaHQgOiA5cHggIWltcG9ydGFudDtcbiAgICBib3R0b206IDExcHggIWltcG9ydGFudDtcbiAgfVxuXG4gIDo6bmctZGVlcCAucGFsZXR0ZSB7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcCAgICAgOiAxMzBweCAhaW1wb3J0YW50O1xuICAgIHotaW5kZXggOiAxMDA7XG4gIH1cblxuICA6Om5nLWRlZXAgLmJhY2tncm91bmQtY29sb3ItcGlja2VyIHtcbiAgICBsZWZ0OiAwcHggIWltcG9ydGFudDtcbiAgfVxuXG4gIDo6bmctZGVlcCAuY29sb3ItcGlja2VyIHtcbiAgICBsZWZ0OiA2MHB4ICFpbXBvcnRhbnQ7XG4gIH1cblxuICA6Om5nLWRlZXAgLmZvcm1hdC1zZWxlY3Qge1xuICAgICYuZm9udC10eXBlIHtcbiAgICAgIHdpZHRoOiAxMDlweDtcblxuICAgICAgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgICAgICAgd2lkdGg6IDEwOXB4ICFpbXBvcnRhbnQ7XG4gICAgICAgIHRvcCAgOiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgICAgIGxlZnQgOiAwcHggIWltcG9ydGFudDtcbiAgICAgIH1cbiAgICB9XG5cbiAgICAmLmZvbnQtc2l6ZSB7XG4gICAgICB3aWR0aDogODFweDtcblxuICAgICAgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgICAgICAgd2lkdGg6IDgxcHggIWltcG9ydGFudDtcbiAgICAgICAgdG9wICA6IDYwcHggIWltcG9ydGFudDtcbiAgICAgICAgbGVmdCA6IDEwOXB4ICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuXG4gICAgLnNlbGVjdCB7XG4gICAgICB3aWR0aCAgICAgIDogdW5zZXQgIWltcG9ydGFudDtcbiAgICAgIGhlaWdodCAgICAgOiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgICBsaW5lLWhlaWdodDogNjBweDtcbiAgICB9XG4gIH1cbn0iXX0= */" /***/ }), /***/ "../../libs/editor/src/lib/editor-app.component.ts": -/*!**************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/editor-app.component.ts ***! - \**************************************************************************************************/ +/*!**************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/editor-app.component.ts ***! + \**************************************************************************************/ /*! exports provided: EditorAppComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -11293,6 +11866,7 @@ var EditorAppComponent = /** @class */ (function () { this.isIE = false; this.selectFontShow = false; this.selectFontSizeShow = false; + this.newFile = false; this.isIE = /*@cc_on!@*/ false || !!/(MSIE|Trident\/|Edge\/)/i.test(navigator.userAgent); configService.updatedConfig.subscribe(function (editorConfig) { _this.editorConfig = editorConfig; @@ -11471,11 +12045,12 @@ var EditorAppComponent = /** @class */ (function () { return this.enableRightClickConfig; }; EditorAppComponent.prototype.createFile = function () { + this.newFile = true; this.file = new _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["FileDescription"](); var page = new _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["PageModel"]; page.width = 595; page.height = 842; - page.data = ''; + page.data = ''; page.number = 1; page.editable = true; this.file.pages = []; @@ -11742,6 +12317,7 @@ var EditorAppComponent = /** @class */ (function () { var _this = this; if (!this.file || !this.file.pages) return; + this.textBackup = this.getPageWithRootTags(this.textBackup, credentials.guid); var saveFile = new _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["SaveFile"](credentials.guid, credentials.password, this.textBackup); this._editorService.save(saveFile).subscribe(function (loadFile) { _this.loadFile(loadFile); @@ -11749,8 +12325,47 @@ var EditorAppComponent = /** @class */ (function () { _this._modalService.open(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].OperationSuccess); }); }; - EditorAppComponent.prototype.printFile = function () { - if (this.formatDisabled) + EditorAppComponent.prototype.saveNewFile = function (credentials) { + var _this = this; + if (!this.file || !this.file.pages) { + return; + } + this.textBackup = this.getPageWithRootTags(this.textBackup, credentials.guid); + var saveFile = new _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["SaveFile"](credentials.guid, credentials.password, this.textBackup); + this._editorService.create(saveFile).subscribe(function (loadFile) { + _this.loadFile(loadFile); + _this.credentials = new _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["FileCredentials"](loadFile.guid, credentials.password); + _this._modalService.open(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].OperationSuccess); + _this.newFile = false; + }); + }; + // Returns root-tags in the HTML-markup which previously were removed by innerHTML. + EditorAppComponent.prototype.getPageWithRootTags = function (data, guid) { + var pptFormats = ["ppt", "pptx", "pptm", "pps", "ppsx", "ppsm", "pot", "potx", "potm", "odp", "otp"]; + var resultData = "" + data + ""; + if (this.newFile) { + resultData = resultData.replace('', ''); + if (pptFormats.includes(guid.split('.').pop())) { + resultData = resultData.replace('', '
    '); + } + else { + resultData = resultData.replace('', '
    '); + } + resultData = resultData.replace('', '
    '); + } + else { + // for Word files + resultData = resultData.replace('
    ', '
    '); + // for Presentations files + resultData = resultData.replace('
    ', '
    '); + return resultData; + }; + EditorAppComponent.prototype.printFile = function () { + if (this.formatDisabled) return; if (this.file.pages) { var page = new _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["PageModel"]; @@ -11790,142 +12405,3515 @@ var EditorAppComponent = /** @class */ (function () { ]; }; EditorAppComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ - selector: 'gd-editor-angular-root', - template: __webpack_require__(/*! raw-loader!./editor-app.component.html */ "../../node_modules/raw-loader/index.js!../../libs/editor/src/lib/editor-app.component.html"), - styles: [__webpack_require__(/*! ./editor-app.component.less */ "../../libs/editor/src/lib/editor-app.component.less")] + selector: 'gd-editor-angular-root', + template: __webpack_require__(/*! raw-loader!./editor-app.component.html */ "../../node_modules/raw-loader/index.js!../../libs/editor/src/lib/editor-app.component.html"), + styles: [__webpack_require__(/*! ./editor-app.component.less */ "../../libs/editor/src/lib/editor-app.component.less")] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_editor_service__WEBPACK_IMPORTED_MODULE_2__["EditorService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ModalService"], + _editor_config_service__WEBPACK_IMPORTED_MODULE_4__["EditorConfigService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["UploadFilesService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["PasswordService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["WindowService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["FormattingService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["BackFormattingService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["OnCloseService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["SelectionService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["EditHtmlService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["RenderPrintService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["LoadingMaskService"]]) + ], EditorAppComponent); + return EditorAppComponent; +}()); + + + +/***/ }), + +/***/ "../../libs/editor/src/lib/editor-config.service.ts": +/*!***************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/editor-config.service.ts ***! + \***************************************************************************************/ +/*! exports provided: EditorConfigService */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EditorConfigService", function() { return EditorConfigService; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); +/* harmony import */ var _editor_config__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./editor-config */ "../../libs/editor/src/lib/editor-config.ts"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm5/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var _angular_common_http__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @angular/common/http */ "../../node_modules/@angular/common/fesm5/http.js"); +/* harmony import */ var rxjs__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! rxjs */ "../../node_modules/rxjs/_esm5/index.js"); + + + + + + +var EditorConfigService = /** @class */ (function () { + function EditorConfigService(_http, _config) { + this._http = _http; + this._config = _config; + this._editorConfig = new rxjs__WEBPACK_IMPORTED_MODULE_5__["BehaviorSubject"](new _editor_config__WEBPACK_IMPORTED_MODULE_2__["EditorConfig"]()); + this._updatedConfig = this._editorConfig.asObservable(); + } + Object.defineProperty(EditorConfigService.prototype, "updatedConfig", { + get: function () { + return this._updatedConfig; + }, + enumerable: true, + configurable: true + }); + EditorConfigService.prototype.load = function () { + var _this = this; + return new Promise(function (resolve, reject) { + var configEndpoint = _this._config.getConfigEndpoint(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].EDITOR_APP); + _this._http.get(configEndpoint, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson).toPromise().then(function (response) { + var editorConfig = response; + _this._editorConfig.next(editorConfig); + resolve(); + }).catch(function (response) { + reject("Could not load editor config: " + JSON.stringify(response)); + }); + }); + }; + EditorConfigService.ctorParameters = function () { return [ + { type: _angular_common_http__WEBPACK_IMPORTED_MODULE_4__["HttpClient"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ConfigService"] } + ]; }; + EditorConfigService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Injectable"])({ + providedIn: 'root' + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_angular_common_http__WEBPACK_IMPORTED_MODULE_4__["HttpClient"], _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ConfigService"]]) + ], EditorConfigService); + return EditorConfigService; +}()); + + + +/***/ }), + +/***/ "../../libs/editor/src/lib/editor-config.ts": +/*!*******************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/editor-config.ts ***! + \*******************************************************************************/ +/*! exports provided: EditorConfig */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EditorConfig", function() { return EditorConfig; }); +var EditorConfig = /** @class */ (function () { + function EditorConfig() { + } + return EditorConfig; +}()); + + + +/***/ }), + +/***/ "../../libs/editor/src/lib/editor.module.ts": +/*!*******************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/editor.module.ts ***! + \*******************************************************************************/ +/*! exports provided: initializeApp, setupLoadingInterceptor, EditorModule */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "initializeApp", function() { return initializeApp; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "setupLoadingInterceptor", function() { return setupLoadingInterceptor; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EditorModule", function() { return EditorModule; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_platform_browser__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/platform-browser */ "../../node_modules/@angular/platform-browser/fesm5/platform-browser.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); +/* harmony import */ var _angular_common_http__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @angular/common/http */ "../../node_modules/@angular/common/fesm5/http.js"); +/* harmony import */ var _editor_app_component__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./editor-app.component */ "../../libs/editor/src/lib/editor-app.component.ts"); +/* harmony import */ var _fortawesome_angular_fontawesome__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @fortawesome/angular-fontawesome */ "../../node_modules/@fortawesome/angular-fontawesome/fesm5/angular-fontawesome.js"); +/* harmony import */ var _fortawesome_fontawesome_svg_core__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @fortawesome/fontawesome-svg-core */ "../../node_modules/@fortawesome/fontawesome-svg-core/index.es.js"); +/* harmony import */ var _fortawesome_free_solid_svg_icons__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @fortawesome/free-solid-svg-icons */ "../../node_modules/@fortawesome/free-solid-svg-icons/index.es.js"); +/* harmony import */ var _fortawesome_free_regular_svg_icons__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @fortawesome/free-regular-svg-icons */ "../../node_modules/@fortawesome/free-regular-svg-icons/index.es.js"); +/* harmony import */ var _create_document_modal_create_document_modal_component__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./create.document-modal/create.document-modal.component */ "../../libs/editor/src/lib/create.document-modal/create.document-modal.component.ts"); +/* harmony import */ var _editor_service__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./editor.service */ "../../libs/editor/src/lib/editor.service.ts"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm5/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var _editor_config_service__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./editor-config.service */ "../../libs/editor/src/lib/editor-config.service.ts"); + + + + + + + + + + + + + +function initializeApp(editorConfigService) { + var result = function () { return editorConfigService.load(); }; + return result; +} +// NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981 +// @dynamic +function setupLoadingInterceptor(service) { + return new _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_11__["LoadingMaskInterceptorService"](service); +} +var EditorModule = /** @class */ (function () { + function EditorModule() { + _fortawesome_fontawesome_svg_core__WEBPACK_IMPORTED_MODULE_6__["library"].add(_fortawesome_free_solid_svg_icons__WEBPACK_IMPORTED_MODULE_7__["fas"], _fortawesome_free_regular_svg_icons__WEBPACK_IMPORTED_MODULE_8__["far"]); + } + EditorModule_1 = EditorModule; + EditorModule.forRoot = function (apiEndpoint) { + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_11__["Api"].DEFAULT_API_ENDPOINT = apiEndpoint; + return { + ngModule: EditorModule_1 + }; + }; + var EditorModule_1; + EditorModule = EditorModule_1 = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_2__["NgModule"])({ + declarations: [_editor_app_component__WEBPACK_IMPORTED_MODULE_4__["EditorAppComponent"], _create_document_modal_create_document_modal_component__WEBPACK_IMPORTED_MODULE_9__["CreateDocumentModalComponent"]], + imports: [ + _angular_platform_browser__WEBPACK_IMPORTED_MODULE_1__["BrowserModule"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_11__["CommonComponentsModule"], + _angular_common_http__WEBPACK_IMPORTED_MODULE_3__["HttpClientModule"], + _fortawesome_angular_fontawesome__WEBPACK_IMPORTED_MODULE_5__["FontAwesomeModule"] + ], + exports: [ + _create_document_modal_create_document_modal_component__WEBPACK_IMPORTED_MODULE_9__["CreateDocumentModalComponent"], + _editor_app_component__WEBPACK_IMPORTED_MODULE_4__["EditorAppComponent"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_11__["CommonComponentsModule"] + ], + providers: [ + _editor_service__WEBPACK_IMPORTED_MODULE_10__["EditorService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_11__["ConfigService"], + _editor_config_service__WEBPACK_IMPORTED_MODULE_12__["EditorConfigService"], + { + provide: _angular_core__WEBPACK_IMPORTED_MODULE_2__["APP_INITIALIZER"], + useFactory: initializeApp, + deps: [_editor_config_service__WEBPACK_IMPORTED_MODULE_12__["EditorConfigService"]], + multi: true + }, + { + provide: _angular_common_http__WEBPACK_IMPORTED_MODULE_3__["HTTP_INTERCEPTORS"], + useClass: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_11__["ErrorInterceptorService"], + multi: true + }, + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_11__["LoadingMaskService"], + { + provide: _angular_common_http__WEBPACK_IMPORTED_MODULE_3__["HTTP_INTERCEPTORS"], + useFactory: setupLoadingInterceptor, + multi: true, + deps: [_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_11__["LoadingMaskService"]] + } + ] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", []) + ], EditorModule); + return EditorModule; +}()); + + + +/***/ }), + +/***/ "../../libs/editor/src/lib/editor.service.ts": +/*!********************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/editor.service.ts ***! + \********************************************************************************/ +/*! exports provided: EditorService */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EditorService", function() { return EditorService; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); +/* harmony import */ var _angular_common_http__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/common/http */ "../../node_modules/@angular/common/fesm5/http.js"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm5/groupdocs.examples.angular-common-components.js"); + + + + +var EditorService = /** @class */ (function () { + function EditorService(_http, _config) { + this._http = _http; + this._config = _config; + } + EditorService.prototype.loadFiles = function (path) { + return this._http.post(this._config.getEditorApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].LOAD_FILE_TREE, { 'path': path }, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + }; + EditorService.prototype.getFormats = function () { + return this._http.get(this._config.getEditorApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].LOAD_FORMATS, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + }; + EditorService.prototype.loadFile = function (credentials) { + return this._http.post(this._config.getEditorApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].LOAD_DOCUMENT_DESCRIPTION, credentials, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + }; + EditorService.prototype.upload = function (file, url, rewrite) { + var formData = new FormData(); + formData.append("file", file); + formData.append('rewrite', String(rewrite)); + if (url) { + formData.append("url", url); + } + return this._http.post(this._config.getEditorApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].UPLOAD_DOCUMENTS, formData); + }; + EditorService.prototype.save = function (file) { + return this._http.post(this._config.getEditorApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].SAVE_FILE, file, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + }; + EditorService.prototype.create = function (file) { + return this._http.post(this._config.getEditorApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].CREATE_FILE, file, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + }; + EditorService.prototype.getDownloadUrl = function (credentials) { + return this._config.getEditorApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].DOWNLOAD_DOCUMENTS + '/?path=' + credentials.guid; + }; + EditorService.ctorParameters = function () { return [ + { type: _angular_common_http__WEBPACK_IMPORTED_MODULE_2__["HttpClient"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ConfigService"] } + ]; }; + EditorService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Injectable"])({ + providedIn: 'root' + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_angular_common_http__WEBPACK_IMPORTED_MODULE_2__["HttpClient"], _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ConfigService"]]) + ], EditorService); + return EditorService; +}()); + + + +/***/ }), + +/***/ "../../libs/metadata/src/index.ts": +/*!*********************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/index.ts ***! + \*********************************************************************/ +/*! exports provided: initializeApp, setupLoadingInterceptor, MetadataModule, MetadataAppComponent, MetadataService, MetadataFileDescription, MetadataConfigService, AccordionService, FilePropertyCategory, FilePropertyModel */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _lib_metadata_module__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./lib/metadata.module */ "../../libs/metadata/src/lib/metadata.module.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "initializeApp", function() { return _lib_metadata_module__WEBPACK_IMPORTED_MODULE_0__["initializeApp"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "setupLoadingInterceptor", function() { return _lib_metadata_module__WEBPACK_IMPORTED_MODULE_0__["setupLoadingInterceptor"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MetadataModule", function() { return _lib_metadata_module__WEBPACK_IMPORTED_MODULE_0__["MetadataModule"]; }); + +/* harmony import */ var _lib_metadata_app_component__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./lib/metadata-app.component */ "../../libs/metadata/src/lib/metadata-app.component.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MetadataAppComponent", function() { return _lib_metadata_app_component__WEBPACK_IMPORTED_MODULE_1__["MetadataAppComponent"]; }); + +/* harmony import */ var _lib_metadata_service__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./lib/metadata.service */ "../../libs/metadata/src/lib/metadata.service.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MetadataService", function() { return _lib_metadata_service__WEBPACK_IMPORTED_MODULE_2__["MetadataService"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MetadataFileDescription", function() { return _lib_metadata_service__WEBPACK_IMPORTED_MODULE_2__["MetadataFileDescription"]; }); + +/* harmony import */ var _lib_metadata_config_service__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./lib/metadata-config.service */ "../../libs/metadata/src/lib/metadata-config.service.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MetadataConfigService", function() { return _lib_metadata_config_service__WEBPACK_IMPORTED_MODULE_3__["MetadataConfigService"]; }); + +/* harmony import */ var _lib_accordion_service__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./lib/accordion.service */ "../../libs/metadata/src/lib/accordion.service.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "AccordionService", function() { return _lib_accordion_service__WEBPACK_IMPORTED_MODULE_4__["AccordionService"]; }); + +/* harmony import */ var _lib_metadata_models__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./lib/metadata-models */ "../../libs/metadata/src/lib/metadata-models.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "FilePropertyCategory", function() { return _lib_metadata_models__WEBPACK_IMPORTED_MODULE_5__["FilePropertyCategory"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "FilePropertyModel", function() { return _lib_metadata_models__WEBPACK_IMPORTED_MODULE_5__["FilePropertyModel"]; }); + + + + + + + + + +/***/ }), + +/***/ "../../libs/metadata/src/lib/accordion.service.ts": +/*!*************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/accordion.service.ts ***! + \*************************************************************************************/ +/*! exports provided: AccordionService */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AccordionService", function() { return AccordionService; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); +/* harmony import */ var rxjs__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! rxjs */ "../../node_modules/rxjs/_esm5/index.js"); + + + +var AccordionService = /** @class */ (function () { + function AccordionService() { + this._addingObserver = new rxjs__WEBPACK_IMPORTED_MODULE_2__["BehaviorSubject"](null); + this._addedProperty = this._addingObserver.asObservable(); + } + Object.defineProperty(AccordionService.prototype, "addedProperty", { + get: function () { + return this._addedProperty; + }, + enumerable: true, + configurable: true + }); + AccordionService.prototype.addProperty = function (addedProperty) { + this._addingObserver.next(addedProperty); + }; + AccordionService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Injectable"])({ + providedIn: 'root' + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", []) + ], AccordionService); + return AccordionService; +}()); + + + +/***/ }), + +/***/ "../../libs/metadata/src/lib/accordion/accordion-group/accordion-group.component.less": +/*!*************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/accordion/accordion-group/accordion-group.component.less ***! + \*************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = ".accordion-wrapper {\n background-color: white;\n}\n.accordion-wrapper .title {\n width: 100%;\n cursor: pointer;\n border-bottom: 1px solid #6e6e6e;\n background-color: #539CF0;\n color: #f4f4f4;\n font-weight: bold;\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n height: 37px;\n line-height: 37px;\n font-size: 13px;\n}\n.accordion-wrapper .title .text {\n width: 100%;\n}\n.chevron {\n padding: 0px 16px 0px 15px;\n}\n.plus {\n margin-left: auto;\n}\n::ng-deep .title .button {\n color: white !important;\n display: block !important;\n margin-right: 0px !important;\n}\n::ng-deep .title .button.active fa-icon {\n color: white !important;\n}\n.trash.hidden {\n display: none;\n}\n.accordion-wrapper .body.hidden {\n display: none;\n}\n.property-wrapper {\n display: -webkit-box;\n display: flex;\n height: 35px;\n font-size: 12px;\n border-bottom: 1px solid #e7e7e7;\n line-height: 35px;\n}\n.property-wrapper.disabled {\n cursor: not-allowed;\n color: #acacac;\n}\n.property-name {\n width: 216px;\n text-transform: uppercase;\n font-weight: bold;\n padding-left: 15px;\n border-right: 1px solid #e7e7e7;\n text-overflow: ellipsis;\n word-wrap: break-word;\n}\n.property-name ::ng-deep .select {\n height: 35px;\n line-height: 37px;\n text-align: center;\n -webkit-box-pack: unset;\n justify-content: unset;\n position: relative;\n}\n.property-name ::ng-deep .select .nav-caret {\n display: none;\n}\n.property-name ::ng-deep .select .selected-value {\n max-width: none;\n font-size: unset;\n text-transform: none;\n font-weight: normal;\n}\n.property-name ::ng-deep .select .dropdown-menu {\n width: 216px;\n margin-left: -15px;\n top: 36px;\n}\n.property-value {\n font-family: 'Courier New', Courier, monospace;\n padding-left: 12px;\n text-overflow: ellipsis;\n width: 216px;\n white-space: nowrap;\n overflow: hidden;\n word-wrap: break-word;\n display: inline-block;\n}\n.property-value.desktop-hide {\n display: none;\n}\n.input-wrapper input {\n height: 30px;\n border: 0px;\n font-size: 12px;\n}\n.input-wrapper input.hidden {\n display: none;\n}\n.input-wrapper input[type=datetime-local]::-webkit-inner-spin-button,\n.input-wrapper input[type=datetime-local]::-webkit-clear-button {\n -webkit-appearance: none;\n display: none;\n}\n.selected {\n background-color: #3E4E5A;\n color: white;\n}\n::ng-deep .default .property-name {\n color: #acacac;\n}\n@media (max-width: 1037px) {\n .property-value {\n width: 194px !important;\n }\n .property-name {\n width: 150px !important;\n }\n .property-value.mobile-hide {\n display: none;\n }\n .input-wrapper {\n width: 185px !important;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvbWV0YWRhdGEvc3JjL2xpYi9hY2NvcmRpb24vYWNjb3JkaW9uLWdyb3VwL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9tZXRhZGF0YS9zcmMvbGliL2FjY29yZGlvbi9hY2NvcmRpb24tZ3JvdXAvYWNjb3JkaW9uLWdyb3VwLmNvbXBvbmVudC5sZXNzIiwibGlicy9tZXRhZGF0YS9zcmMvbGliL2FjY29yZGlvbi9hY2NvcmRpb24tZ3JvdXAvYWNjb3JkaW9uLWdyb3VwLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UsdUJBQUE7QUNERjtBRElBO0VBQ0UsV0FBQTtFQUNBLGVBQUE7RUFDQSxnQ0FBQTtFQUNBLHlCQUFBO0VBQ0EsY0FBQTtFQUNBLGlCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EsWUFBQTtFQUNBLGlCQUFBO0VBQ0EsZUFBQTtBQ0ZGO0FEVEE7RUFjSSxXQUFBO0FDRko7QURNQTtFQUNFLDBCQUFBO0FDSkY7QURPQTtFQUNFLGlCQUFBO0FDTEY7QURRQTtFQUVJLHVCQUFBO0VBQ0EseUJBQUE7RUFDQSw0QkFBQTtBQ1BKO0FEU0k7RUFFSSx1QkFBQTtBQ1JSO0FEZUU7RUFDRSxhQUFBO0FDYko7QURpQkE7RUFDRSxhQUFBO0FDZkY7QURrQkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxZQUFBO0VBQ0EsZUFBQTtFQUNBLGdDQUFBO0VBQ0EsaUJBQUE7QUNoQkY7QURrQkU7RUFDRSxtQkFBQTtFQUNBLGNBQUE7QUNoQko7QURvQkE7RUFDRSxZQUFBO0VBQ0EseUJBQUE7RUFDQSxpQkFBQTtFQUNBLGtCQUFBO0VBQ0EsK0JBQUE7RUFDQSx1QkFBQTtFQUNBLHFCQUFBO0FDbEJGO0FEV0E7RUFVSSxZQUFBO0VBQ0EsaUJBQUE7RUFDQSxrQkFBQTtFQUNBLHVCQUFBO1VBQUEsc0JBQUE7RUFDQSxrQkFBQTtBQ2xCSjtBRElBO0VBaUJNLGFBQUE7QUNsQk47QURDQTtFQXFCTSxlQUFBO0VBQ0EsZ0JBQUE7RUFDQSxvQkFBQTtFQUNBLG1CQUFBO0FDbkJOO0FETEE7RUE0Qk0sWUFBQTtFQUNBLGtCQUFBO0VBQ0EsU0FBQTtBQ3BCTjtBRHlCQTtFQUNFLDhDQUFBO0VBQ0Esa0JBQUE7RUFDQSx1QkFBQTtFQUNBLFlBQUE7RUFDQSxtQkFBQTtFQUNBLGdCQUFBO0VBQ0EscUJBQUE7RUFDQSxxQkFBQTtBQ3ZCRjtBRHlCRTtFQUNFLGFBQUE7QUN2Qko7QUQyQkE7RUFFSSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7QUMxQko7QUQ0Qkk7RUFDRSxhQUFBO0FDMUJOO0FENkJJOztFQUVFLHdCQUFBO0VBQ0EsYUFBQTtBQzNCTjtBRGdDQTtFQUNFLHlCQUFBO0VBQ0EsWUFBQTtBQzlCRjtBRGlDQTtFQUVJLGNBQUE7QUNoQ0o7QURvQ0E7RUFDRTtJQUNFLHVCQUFBO0VDbENGO0VEcUNBO0lBQ0UsdUJBQUE7RUNuQ0Y7RUR1Q0U7SUFDRSxhQUFBO0VDckNKO0VEeUNBO0lBQ0UsdUJBQUE7RUN2Q0Y7QUFDRiIsImZpbGUiOiJsaWJzL21ldGFkYXRhL3NyYy9saWIvYWNjb3JkaW9uL2FjY29yZGlvbi1ncm91cC9hY2NvcmRpb24tZ3JvdXAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi8uLi8uLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlcy5sZXNzXCI7XG5cbi5hY2NvcmRpb24td3JhcHBlciB7XG4gIGJhY2tncm91bmQtY29sb3I6IHdoaXRlO1xufVxuXG4uYWNjb3JkaW9uLXdyYXBwZXIgLnRpdGxlIHtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbiAgY3Vyc29yICAgICAgICAgIDogcG9pbnRlcjtcbiAgYm9yZGVyLWJvdHRvbSAgIDogMXB4IHNvbGlkIEBkb3ZlLWdyYXk7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3b3JkO1xuICBjb2xvciAgICAgICAgICAgOiBAd2lsZC1zYW5kO1xuICBmb250LXdlaWdodCAgICAgOiBib2xkO1xuICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbiAgOiByb3c7XG4gIGhlaWdodCAgICAgICAgICA6IDM3cHg7XG4gIGxpbmUtaGVpZ2h0ICAgICA6IDM3cHg7XG4gIGZvbnQtc2l6ZSAgICAgICA6IDEzcHg7XG5cbiAgLnRleHQge1xuICAgIHdpZHRoOiAxMDAlO1xuICB9XG59XG5cbi5jaGV2cm9uIHtcbiAgcGFkZGluZzogMHB4IDE2cHggMHB4IDE1cHg7XG59XG5cbi5wbHVzIHtcbiAgbWFyZ2luLWxlZnQ6IGF1dG87XG59XG5cbjo6bmctZGVlcCAudGl0bGUge1xuICAuYnV0dG9uIHtcbiAgICBjb2xvciAgICAgICA6IHdoaXRlICFpbXBvcnRhbnQ7XG4gICAgZGlzcGxheSAgICAgOiBibG9jayAhaW1wb3J0YW50O1xuICAgIG1hcmdpbi1yaWdodDogMHB4ICFpbXBvcnRhbnQ7XG5cbiAgICAmLmFjdGl2ZSB7XG4gICAgICBmYS1pY29uIHtcbiAgICAgICAgY29sb3I6IHdoaXRlICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi50cmFzaCB7XG4gICYuaGlkZGVuIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG59XG5cbi5hY2NvcmRpb24td3JhcHBlciAuYm9keS5oaWRkZW4ge1xuICBkaXNwbGF5OiBub25lO1xufVxuXG4ucHJvcGVydHktd3JhcHBlciB7XG4gIGRpc3BsYXkgICAgICA6IGZsZXg7XG4gIGhlaWdodCAgICAgICA6IDM1cHg7XG4gIGZvbnQtc2l6ZSAgICA6IDEycHg7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCBAbWVyY3VyeTtcbiAgbGluZS1oZWlnaHQgIDogMzVweDtcblxuICAmLmRpc2FibGVkIHtcbiAgICBjdXJzb3I6IG5vdC1hbGxvd2VkO1xuICAgIGNvbG9yIDogQHNpbHZlci1jaGFsaWNlO1xuICB9XG59XG5cbi5wcm9wZXJ0eS1uYW1lIHtcbiAgd2lkdGggICAgICAgICA6IDIxNnB4O1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICBmb250LXdlaWdodCAgIDogYm9sZDtcbiAgcGFkZGluZy1sZWZ0ICA6IDE1cHg7XG4gIGJvcmRlci1yaWdodCAgOiAxcHggc29saWQgQG1lcmN1cnk7XG4gIHRleHQtb3ZlcmZsb3cgOiBlbGxpcHNpcztcbiAgd29yZC13cmFwICAgICA6IGJyZWFrLXdvcmQ7XG5cbiAgOjpuZy1kZWVwIC5zZWxlY3Qge1xuICAgIGhlaWdodCAgICAgICAgIDogMzVweDtcbiAgICBsaW5lLWhlaWdodCAgICA6IDM3cHg7XG4gICAgdGV4dC1hbGlnbiAgICAgOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiB1bnNldDtcbiAgICBwb3NpdGlvbiAgICAgICA6IHJlbGF0aXZlO1xuXG4gICAgLm5hdi1jYXJldCB7XG4gICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cblxuICAgIC5zZWxlY3RlZC12YWx1ZSB7XG4gICAgICBtYXgtd2lkdGggICAgIDogbm9uZTtcbiAgICAgIGZvbnQtc2l6ZSAgICAgOiB1bnNldDtcbiAgICAgIHRleHQtdHJhbnNmb3JtOiBub25lO1xuICAgICAgZm9udC13ZWlnaHQgICA6IG5vcm1hbDtcbiAgICB9XG5cbiAgICAuZHJvcGRvd24tbWVudSB7XG4gICAgICB3aWR0aCAgICAgIDogMjE2cHg7XG4gICAgICBtYXJnaW4tbGVmdDogLTE1cHg7XG4gICAgICB0b3AgICAgICAgIDogMzZweDtcbiAgICB9XG4gIH1cbn1cblxuLnByb3BlcnR5LXZhbHVlIHtcbiAgZm9udC1mYW1pbHkgIDogJ0NvdXJpZXIgTmV3JywgQ291cmllciwgbW9ub3NwYWNlO1xuICBwYWRkaW5nLWxlZnQgOiAxMnB4O1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbiAgd2lkdGggICAgICAgIDogMjE2cHg7XG4gIHdoaXRlLXNwYWNlICA6IG5vd3JhcDtcbiAgb3ZlcmZsb3cgICAgIDogaGlkZGVuO1xuICB3b3JkLXdyYXAgICAgOiBicmVhay13b3JkO1xuICBkaXNwbGF5ICAgICAgOiBpbmxpbmUtYmxvY2s7XG5cbiAgJi5kZXNrdG9wLWhpZGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbn1cblxuLmlucHV0LXdyYXBwZXIge1xuICBpbnB1dCB7XG4gICAgaGVpZ2h0ICAgOiAzMHB4O1xuICAgIGJvcmRlciAgIDogMHB4O1xuICAgIGZvbnQtc2l6ZTogMTJweDtcblxuICAgICYuaGlkZGVuIHtcbiAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgfVxuXG4gICAgJlt0eXBlPWRhdGV0aW1lLWxvY2FsXTo6LXdlYmtpdC1pbm5lci1zcGluLWJ1dHRvbixcbiAgICAmW3R5cGU9ZGF0ZXRpbWUtbG9jYWxdOjotd2Via2l0LWNsZWFyLWJ1dHRvbiB7XG4gICAgICAtd2Via2l0LWFwcGVhcmFuY2U6IG5vbmU7XG4gICAgICBkaXNwbGF5ICAgICAgICAgICA6IG5vbmU7XG4gICAgfVxuICB9XG59XG5cbi5zZWxlY3RlZCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEBwcmltYXJ5O1xuICBjb2xvciAgICAgICAgICAgOiB3aGl0ZTtcbn1cblxuOjpuZy1kZWVwIC5kZWZhdWx0IHtcbiAgLnByb3BlcnR5LW5hbWUge1xuICAgIGNvbG9yOiBAc2lsdmVyLWNoYWxpY2U7XG4gIH1cbn1cblxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAucHJvcGVydHktdmFsdWUge1xuICAgIHdpZHRoOiAxOTRweCAhaW1wb3J0YW50O1xuICB9XG5cbiAgLnByb3BlcnR5LW5hbWUge1xuICAgIHdpZHRoOiAxNTBweCAhaW1wb3J0YW50O1xuICB9XG5cbiAgLnByb3BlcnR5LXZhbHVlIHtcbiAgICAmLm1vYmlsZS1oaWRlIHtcbiAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgfVxuICB9XG5cbiAgLmlucHV0LXdyYXBwZXIge1xuICAgIHdpZHRoOiAxODVweCAhaW1wb3J0YW50O1xuICB9XG59IiwiLmFjY29yZGlvbi13cmFwcGVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogd2hpdGU7XG59XG4uYWNjb3JkaW9uLXdyYXBwZXIgLnRpdGxlIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICM2ZTZlNmU7XG4gIGJhY2tncm91bmQtY29sb3I6ICM1MzlDRjA7XG4gIGNvbG9yOiAjZjRmNGY0O1xuICBmb250LXdlaWdodDogYm9sZDtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgaGVpZ2h0OiAzN3B4O1xuICBsaW5lLWhlaWdodDogMzdweDtcbiAgZm9udC1zaXplOiAxM3B4O1xufVxuLmFjY29yZGlvbi13cmFwcGVyIC50aXRsZSAudGV4dCB7XG4gIHdpZHRoOiAxMDAlO1xufVxuLmNoZXZyb24ge1xuICBwYWRkaW5nOiAwcHggMTZweCAwcHggMTVweDtcbn1cbi5wbHVzIHtcbiAgbWFyZ2luLWxlZnQ6IGF1dG87XG59XG46Om5nLWRlZXAgLnRpdGxlIC5idXR0b24ge1xuICBjb2xvcjogd2hpdGUgIWltcG9ydGFudDtcbiAgZGlzcGxheTogYmxvY2sgIWltcG9ydGFudDtcbiAgbWFyZ2luLXJpZ2h0OiAwcHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudGl0bGUgLmJ1dHRvbi5hY3RpdmUgZmEtaWNvbiB7XG4gIGNvbG9yOiB3aGl0ZSAhaW1wb3J0YW50O1xufVxuLnRyYXNoLmhpZGRlbiB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uYWNjb3JkaW9uLXdyYXBwZXIgLmJvZHkuaGlkZGVuIHtcbiAgZGlzcGxheTogbm9uZTtcbn1cbi5wcm9wZXJ0eS13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiAzNXB4O1xuICBmb250LXNpemU6IDEycHg7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZTdlN2U3O1xuICBsaW5lLWhlaWdodDogMzVweDtcbn1cbi5wcm9wZXJ0eS13cmFwcGVyLmRpc2FibGVkIHtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgY29sb3I6ICNhY2FjYWM7XG59XG4ucHJvcGVydHktbmFtZSB7XG4gIHdpZHRoOiAyMTZweDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIHBhZGRpbmctbGVmdDogMTVweDtcbiAgYm9yZGVyLXJpZ2h0OiAxcHggc29saWQgI2U3ZTdlNztcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG4gIHdvcmQtd3JhcDogYnJlYWstd29yZDtcbn1cbi5wcm9wZXJ0eS1uYW1lIDo6bmctZGVlcCAuc2VsZWN0IHtcbiAgaGVpZ2h0OiAzNXB4O1xuICBsaW5lLWhlaWdodDogMzdweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHVuc2V0O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG4ucHJvcGVydHktbmFtZSA6Om5nLWRlZXAgLnNlbGVjdCAubmF2LWNhcmV0IHtcbiAgZGlzcGxheTogbm9uZTtcbn1cbi5wcm9wZXJ0eS1uYW1lIDo6bmctZGVlcCAuc2VsZWN0IC5zZWxlY3RlZC12YWx1ZSB7XG4gIG1heC13aWR0aDogbm9uZTtcbiAgZm9udC1zaXplOiB1bnNldDtcbiAgdGV4dC10cmFuc2Zvcm06IG5vbmU7XG4gIGZvbnQtd2VpZ2h0OiBub3JtYWw7XG59XG4ucHJvcGVydHktbmFtZSA6Om5nLWRlZXAgLnNlbGVjdCAuZHJvcGRvd24tbWVudSB7XG4gIHdpZHRoOiAyMTZweDtcbiAgbWFyZ2luLWxlZnQ6IC0xNXB4O1xuICB0b3A6IDM2cHg7XG59XG4ucHJvcGVydHktdmFsdWUge1xuICBmb250LWZhbWlseTogJ0NvdXJpZXIgTmV3JywgQ291cmllciwgbW9ub3NwYWNlO1xuICBwYWRkaW5nLWxlZnQ6IDEycHg7XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuICB3aWR0aDogMjE2cHg7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIHdvcmQtd3JhcDogYnJlYWstd29yZDtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xufVxuLnByb3BlcnR5LXZhbHVlLmRlc2t0b3AtaGlkZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uaW5wdXQtd3JhcHBlciBpbnB1dCB7XG4gIGhlaWdodDogMzBweDtcbiAgYm9yZGVyOiAwcHg7XG4gIGZvbnQtc2l6ZTogMTJweDtcbn1cbi5pbnB1dC13cmFwcGVyIGlucHV0LmhpZGRlbiB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uaW5wdXQtd3JhcHBlciBpbnB1dFt0eXBlPWRhdGV0aW1lLWxvY2FsXTo6LXdlYmtpdC1pbm5lci1zcGluLWJ1dHRvbixcbi5pbnB1dC13cmFwcGVyIGlucHV0W3R5cGU9ZGF0ZXRpbWUtbG9jYWxdOjotd2Via2l0LWNsZWFyLWJ1dHRvbiB7XG4gIC13ZWJraXQtYXBwZWFyYW5jZTogbm9uZTtcbiAgZGlzcGxheTogbm9uZTtcbn1cbi5zZWxlY3RlZCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMzRTRFNUE7XG4gIGNvbG9yOiB3aGl0ZTtcbn1cbjo6bmctZGVlcCAuZGVmYXVsdCAucHJvcGVydHktbmFtZSB7XG4gIGNvbG9yOiAjYWNhY2FjO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAucHJvcGVydHktdmFsdWUge1xuICAgIHdpZHRoOiAxOTRweCAhaW1wb3J0YW50O1xuICB9XG4gIC5wcm9wZXJ0eS1uYW1lIHtcbiAgICB3aWR0aDogMTUwcHggIWltcG9ydGFudDtcbiAgfVxuICAucHJvcGVydHktdmFsdWUubW9iaWxlLWhpZGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgLmlucHV0LXdyYXBwZXIge1xuICAgIHdpZHRoOiAxODVweCAhaW1wb3J0YW50O1xuICB9XG59XG4iXX0= */" + +/***/ }), + +/***/ "../../libs/metadata/src/lib/accordion/accordion-group/accordion-group.component.ts": +/*!***********************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/accordion/accordion-group/accordion-group.component.ts ***! + \***********************************************************************************************************************/ +/*! exports provided: AccordionGroupComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AccordionGroupComponent", function() { return AccordionGroupComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm5/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var _accordion_service__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./../../accordion.service */ "../../libs/metadata/src/lib/accordion.service.ts"); +/* harmony import */ var _angular_common__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @angular/common */ "../../node_modules/@angular/common/fesm5/common.js"); +/* harmony import */ var _metadata_models__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../metadata-models */ "../../libs/metadata/src/lib/metadata-models.ts"); + + + + + + +var AccordionGroupComponent = /** @class */ (function () { + function AccordionGroupComponent(_accordionService, _datePipe, _windowService) { + var _this = this; + this._accordionService = _accordionService; + this._datePipe = _datePipe; + this._windowService = _windowService; + this.opened = false; + this.toggle = new _angular_core__WEBPACK_IMPORTED_MODULE_1__["EventEmitter"](); + this.removeProperty = new _angular_core__WEBPACK_IMPORTED_MODULE_1__["EventEmitter"](); + this.isDesktop = _windowService.isDesktop(); + _windowService.onResize.subscribe(function (w) { + _this.isDesktop = _windowService.isDesktop(); + }); + } + AccordionGroupComponent.prototype.ngAfterViewInit = function () { + this.textinput.changes.subscribe(function (i) { + if (i.length) { + i.first.nativeElement.focus(); + } + }); + }; + AccordionGroupComponent.prototype.resetProperties = function (onlyEditing) { + if (onlyEditing === void 0) { onlyEditing = false; } + if (!onlyEditing) { + this.properties.forEach(function (p) { return p.selected = false; }); + } + this.properties.forEach(function (p) { return p.editing = false; }); + }; + AccordionGroupComponent.prototype.addProperty = function ($event) { + $event.preventDefault(); + $event.stopPropagation(); + this.resetProperties(); + if (!this.addDisabled) { + var addedProperty = new _metadata_models__WEBPACK_IMPORTED_MODULE_5__["FilePropertyModel"](); + addedProperty.original = false; + this._accordionService.addProperty(addedProperty); + } + }; + AccordionGroupComponent.prototype.selectProperty = function (property) { + if (property.category === 0 && !property.disabled) { + this.resetProperties(true); + var selectedProperty = this.properties.filter(function (p) { return p.name.toLocaleLowerCase() === property.name.toLocaleLowerCase(); })[0]; + selectedProperty.selected = !selectedProperty.selected; + this.properties.filter(function (p) { return p.name === property.name; })[0].selected = selectedProperty.selected; + } + }; + AccordionGroupComponent.prototype.editProperty = function (property) { + // we can edit only first group props + if (property.category === 0 && !property.disabled) { + this.resetProperties(); + var selectedProperty = this.properties.filter(function (p) { return p.name.toLocaleLowerCase() === property.name.toLocaleLowerCase(); })[0]; + selectedProperty.editing = !selectedProperty.editing; + this.properties.filter(function (p) { return p.name === property.name; })[0].editing = selectedProperty.editing; + this.properties.filter(function (p) { return p.name === property.name; })[0].edited = true; + } + }; + AccordionGroupComponent.prototype.delete = function ($event) { + $event.preventDefault(); + $event.stopPropagation(); + var selectedProperty = this.properties.filter(function (p) { return p.selected; })[0]; + this.removeProperty.emit(selectedProperty); + }; + AccordionGroupComponent.prototype.wasSelected = function () { + if (this.properties && this.properties.length > 0) { + return this.properties.filter(function (p) { return p.selected; }).length === 1; + } + else + return false; + }; + AccordionGroupComponent.prototype.selectPropName = function ($event, property) { + property.type = $event.type; + property.name = $event.name; + if ($event.type === 3) { + property.value = new Date().toISOString().slice(0, 19); + } + else { + property.value = ""; + } + }; + AccordionGroupComponent.prototype.formatDateTime = function (property, value) { + if (value) { + var dateTime = new Date(value); + property.value = dateTime.toISOString().slice(0, 19); + } + }; + AccordionGroupComponent.prototype.formatValue = function (property) { + switch (property.type) { + case 3: + return this.isDesktop ? this._datePipe.transform(new Date(property.value), 'MM/dd/yy, h:mm:ss a') + : this._datePipe.transform(new Date(property.value), 'MM/dd/yy, h:mm a'); + default: + return property.value; + } + }; + AccordionGroupComponent.ctorParameters = function () { return [ + { type: _accordion_service__WEBPACK_IMPORTED_MODULE_3__["AccordionService"] }, + { type: _angular_common__WEBPACK_IMPORTED_MODULE_4__["DatePipe"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["WindowService"] } + ]; }; + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Object) + ], AccordionGroupComponent.prototype, "opened", void 0); + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", String) + ], AccordionGroupComponent.prototype, "title", void 0); + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Boolean) + ], AccordionGroupComponent.prototype, "addDisabled", void 0); + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Boolean) + ], AccordionGroupComponent.prototype, "addHidden", void 0); + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Array) + ], AccordionGroupComponent.prototype, "properties", void 0); + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Array) + ], AccordionGroupComponent.prototype, "propertiesNames", void 0); + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Output"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", _angular_core__WEBPACK_IMPORTED_MODULE_1__["EventEmitter"]) + ], AccordionGroupComponent.prototype, "toggle", void 0); + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Output"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Object) + ], AccordionGroupComponent.prototype, "removeProperty", void 0); + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["ViewChildren"])('textinput'), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", _angular_core__WEBPACK_IMPORTED_MODULE_1__["QueryList"]) + ], AccordionGroupComponent.prototype, "textinput", void 0); + AccordionGroupComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'gd-accordion-group', + template: __webpack_require__(/*! raw-loader!./accordion-group.component.html */ "../../node_modules/raw-loader/index.js!../../libs/metadata/src/lib/accordion/accordion-group/accordion-group.component.html"), + styles: [__webpack_require__(/*! ./accordion-group.component.less */ "../../libs/metadata/src/lib/accordion/accordion-group/accordion-group.component.less")] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_accordion_service__WEBPACK_IMPORTED_MODULE_3__["AccordionService"], + _angular_common__WEBPACK_IMPORTED_MODULE_4__["DatePipe"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["WindowService"]]) + ], AccordionGroupComponent); + return AccordionGroupComponent; +}()); + + + +/***/ }), + +/***/ "../../libs/metadata/src/lib/accordion/accordion.component.less": +/*!***************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/accordion/accordion.component.less ***! + \***************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJsaWJzL21ldGFkYXRhL3NyYy9saWIvYWNjb3JkaW9uL2FjY29yZGlvbi5jb21wb25lbnQubGVzcyJ9 */" + +/***/ }), + +/***/ "../../libs/metadata/src/lib/accordion/accordion.component.ts": +/*!*************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/accordion/accordion.component.ts ***! + \*************************************************************************************************/ +/*! exports provided: AccordionComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AccordionComponent", function() { return AccordionComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); +/* harmony import */ var _accordion_group_accordion_group_component__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./accordion-group/accordion-group.component */ "../../libs/metadata/src/lib/accordion/accordion-group/accordion-group.component.ts"); + + + +var AccordionComponent = /** @class */ (function () { + function AccordionComponent() { + } + AccordionComponent.prototype.ngAfterContentInit = function () { + var _this = this; + this.groups.toArray().forEach(function (group) { + group.opened = true; + group.toggle.subscribe(function ($event) { + $event.preventDefault(); + $event.stopPropagation(); + _this.openGroup(group); + }); + }); + }; + AccordionComponent.prototype.openGroup = function (group) { + group.opened = !group.opened; + }; + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["ContentChildren"])(_accordion_group_accordion_group_component__WEBPACK_IMPORTED_MODULE_2__["AccordionGroupComponent"]), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", _angular_core__WEBPACK_IMPORTED_MODULE_1__["QueryList"]) + ], AccordionComponent.prototype, "groups", void 0); + AccordionComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'gd-accordion', + template: "\n \n", + styles: [__webpack_require__(/*! ./accordion.component.less */ "../../libs/metadata/src/lib/accordion/accordion.component.less")] + }) + ], AccordionComponent); + return AccordionComponent; +}()); + + + +/***/ }), + +/***/ "../../libs/metadata/src/lib/metadata-app.component.less": +/*!********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata-app.component.less ***! + \********************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: calc(100vh - 60px);\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n}\n.top-panel {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n width: 100%;\n}\n.toolbar-panel {\n background-color: #3e4e5a;\n width: 100%;\n}\n::ng-deep .tools .button {\n color: #fff !important;\n}\n::ng-deep .tools .button.inactive {\n color: #959da5 !important;\n}\n::ng-deep .tools .button {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-flow: column;\n}\n::ng-deep .tools .icon-button {\n margin: 0px 0px 0px 7px !important;\n}\n.row {\n display: -webkit-box;\n display: flex;\n}\n.column {\n width: 100%;\n}\n::ng-deep .gd-side-panel-body {\n background-color: #f4f4f4;\n}\n::ng-deep .gd-side-panel-wrapper {\n width: 464px !important;\n}\n::ng-deep .page.excel {\n overflow: unset !important;\n}\n@media (max-width: 1037px) {\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\n margin: 0px 0px 0px 10px !important;\n }\n ::ng-deep .tools .icon-button {\n height: 60px;\n width: 60px;\n }\n ::ng-deep .gd-side-panel-wrapper {\n width: 375px !important;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvbWV0YWRhdGEvc3JjL2xpYi9tZXRhZGF0YS1hcHAuY29tcG9uZW50Lmxlc3MiLCJsaWJzL21ldGFkYXRhL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL21ldGFkYXRhL3NyYy9saWIvbWV0YWRhdGEtYXBwLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZFQ0FrQjtBQUdsQjtFQUNFLHNEQUFBO0FEREY7QUNJQTtFQUNFLDBCQUFBO1VBQUEsb0JBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7RUFDQSxNQUFBO0VBQ0EsU0FBQTtFQUNBLE9BQUE7RUFDQSxRQUFBO0FERkY7QUNLQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDBCQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0FESEY7QUNNQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0FESkY7QUNPQTtFQUNFLHlCQUFBO0VBQ0EsV0FBQTtBRExGO0FDUUE7RUFFSSxzQkFBQTtBRFBKO0FDU0k7RUFDRSx5QkFBQTtBRFBOO0FDRUE7RUFVSSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsaUJBQUE7QURUSjtBQ0RBO0VBY0ksa0NBQUE7QURWSjtBQ2NBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0FEWkY7QUNlQTtFQUNFLFdBQUE7QURiRjtBQ2dCQTtFQUNFLHlCQUFBO0FEZEY7QUNpQkE7RUFDRSx1QkFBQTtBRGZGO0FDbUJFO0VBQ0UsMEJBQUE7QURqQko7QUNxQkE7RUFDRTtJQUVJLG1DQUFBO0VEcEJKO0VDa0JBO0lBTUksWUFBQTtJQUNBLFdBQUE7RURyQko7RUN5QkE7SUFDRSx1QkFBQTtFRHZCRjtBQUNGIiwiZmlsZSI6ImxpYnMvbWV0YWRhdGEvc3JjL2xpYi9tZXRhZGF0YS1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGNhbGMoMTAwdmggLSA2MHB4KTtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbn1cbi50b3AtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMTAwJTtcbn1cbi50b29sYmFyLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNlNGU1YTtcbiAgd2lkdGg6IDEwMCU7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24ge1xuICBjb2xvcjogI2ZmZiAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC50b29scyAuYnV0dG9uLmluYWN0aXZlIHtcbiAgY29sb3I6ICM5NTlkYTUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbiB7XG4gIGZsZXgtZmxvdzogY29sdW1uO1xufVxuOjpuZy1kZWVwIC50b29scyAuaWNvbi1idXR0b24ge1xuICBtYXJnaW46IDBweCAwcHggMHB4IDdweCAhaW1wb3J0YW50O1xufVxuLnJvdyB7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG4uY29sdW1uIHtcbiAgd2lkdGg6IDEwMCU7XG59XG46Om5nLWRlZXAgLmdkLXNpZGUtcGFuZWwtYm9keSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmNGY0ZjQ7XG59XG46Om5nLWRlZXAgLmdkLXNpZGUtcGFuZWwtd3JhcHBlciB7XG4gIHdpZHRoOiA0NjRweCAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5wYWdlLmV4Y2VsIHtcbiAgb3ZlcmZsb3c6IHVuc2V0ICFpbXBvcnRhbnQ7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIDo6bmctZGVlcCAudG9vbHMgZ2QtYnV0dG9uOm50aC1jaGlsZCgxKSA+IC5pY29uLWJ1dHRvbiB7XG4gICAgbWFyZ2luOiAwcHggMHB4IDBweCAxMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC50b29scyAuaWNvbi1idXR0b24ge1xuICAgIGhlaWdodDogNjBweDtcbiAgICB3aWR0aDogNjBweDtcbiAgfVxuICA6Om5nLWRlZXAgLmdkLXNpZGUtcGFuZWwtd3JhcHBlciB7XG4gICAgd2lkdGg6IDM3NXB4ICFpbXBvcnRhbnQ7XG4gIH1cbn1cbiIsIkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zJmRpc3BsYXk9c3dhcCcpO1xuQGltcG9ydCBcIi4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG5cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodCAgICAgOiAxMDAlO1xuICB3aWR0aCAgICAgIDogMTAwJTtcbiAgcG9zaXRpb24gICA6IGZpeGVkO1xuICB0b3AgICAgICAgIDogMDtcbiAgYm90dG9tICAgICA6IDA7XG4gIGxlZnQgICAgICAgOiAwO1xuICByaWdodCAgICAgIDogMDtcbn1cblxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICBoZWlnaHQgICAgICAgIDogY2FsYygxMDB2aCAtIDYwcHgpO1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xufVxuXG4udG9wLXBhbmVsIHtcbiAgZGlzcGxheSAgICA6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoICAgICAgOiAxMDAlO1xufVxuXG4udG9vbGJhci1wYW5lbCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEBuYXYtbWFpbi1iYWNrZ3JvdW5kO1xuICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xufVxuXG46Om5nLWRlZXAgLnRvb2xzIHtcbiAgLmJ1dHRvbiB7XG4gICAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcblxuICAgICYuaW5hY3RpdmUge1xuICAgICAgY29sb3I6IEByZWdlbnQtZ3JheSAgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICAuYnV0dG9uIHtcbiAgICBmbGV4LWZsb3c6IGNvbHVtbjtcbiAgfVxuXG4gIC5pY29uLWJ1dHRvbiB7XG4gICAgbWFyZ2luOiAwcHggMHB4IDBweCA3cHggIWltcG9ydGFudDtcbiAgfVxufVxuXG4ucm93IHtcbiAgZGlzcGxheTogZmxleDtcbn1cblxuLmNvbHVtbiB7XG4gIHdpZHRoOiAxMDAlO1xufVxuXG46Om5nLWRlZXAgLmdkLXNpZGUtcGFuZWwtYm9keSB7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG59XG5cbjo6bmctZGVlcCAuZ2Qtc2lkZS1wYW5lbC13cmFwcGVyIHtcbiAgd2lkdGg6IDQ2NHB4ICFpbXBvcnRhbnQ7XG59XG5cbjo6bmctZGVlcCAucGFnZSB7XG4gICYuZXhjZWwge1xuICAgIG92ZXJmbG93OiB1bnNldCAhaW1wb3J0YW50O1xuICB9XG59XG5cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgOjpuZy1kZWVwIC50b29scyB7XG4gICAgZ2QtYnV0dG9uOm50aC1jaGlsZCgxKT4uaWNvbi1idXR0b24ge1xuICAgICAgbWFyZ2luOiAwcHggMHB4IDBweCAxMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuXG4gICAgLmljb24tYnV0dG9uIHtcbiAgICAgIGhlaWdodDogNjBweDtcbiAgICAgIHdpZHRoIDogNjBweDtcbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLmdkLXNpZGUtcGFuZWwtd3JhcHBlciB7XG4gICAgd2lkdGg6IDM3NXB4ICFpbXBvcnRhbnQ7XG4gIH1cbn0iXX0= */" + +/***/ }), + +/***/ "../../libs/metadata/src/lib/metadata-app.component.ts": +/*!******************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata-app.component.ts ***! + \******************************************************************************************/ +/*! exports provided: MetadataAppComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MetadataAppComponent", function() { return MetadataAppComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); +/* harmony import */ var _metadata_service__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./metadata.service */ "../../libs/metadata/src/lib/metadata.service.ts"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm5/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var _metadata_config_service__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./metadata-config.service */ "../../libs/metadata/src/lib/metadata-config.service.ts"); +/* harmony import */ var _accordion_service__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./accordion.service */ "../../libs/metadata/src/lib/accordion.service.ts"); +/* harmony import */ var _metadata_models__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./metadata-models */ "../../libs/metadata/src/lib/metadata-models.ts"); + + + + + + + + +var MetadataAppComponent = /** @class */ (function () { + function MetadataAppComponent(_metadataService, _modalService, configService, uploadFilesService, _navigateService, _zoomService, pagePreloadService, passwordService, _loadingMaskService, _accrodionService, _windowService) { + var _this = this; + this._metadataService = _metadataService; + this._modalService = _modalService; + this._navigateService = _navigateService; + this._zoomService = _zoomService; + this._loadingMaskService = _loadingMaskService; + this._accrodionService = _accrodionService; + this._windowService = _windowService; + this.title = 'metadata'; + this.files = []; + this.countPages = 0; + this.formatDisabled = !this.file; + this.browseFilesModal = _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].BrowseFiles; + this._zoom = 100; + this.fileWasDropped = false; + this.disabled = false; + this.showSidePanel = true; + this.disabledProperties = ["generator", "producer", "creator"]; + this.isDesktop = _windowService.isDesktop(); + _windowService.onResize.subscribe(function (w) { + _this.isDesktop = _windowService.isDesktop(); + _this.refreshZoom(); + }); + configService.updatedConfig.subscribe(function (metadataConfig) { + _this.metadataConfig = metadataConfig; + }); + uploadFilesService.uploadsChange.subscribe(function (uploads) { + if (uploads) { + var i = void 0; + for (i = 0; i < uploads.length; i++) { + _this._metadataService.upload(uploads.item(i), '', _this.metadataConfig.rewrite).subscribe(function (obj) { + _this.fileWasDropped ? _this.selectFile(obj.guid, '', '') : _this.selectDir(''); + }); + } + } + }); + pagePreloadService.checkPreload.subscribe(function (page) { + if (_this.metadataConfig.preloadPageCount !== 0) { + for (var i = page; i < page + 2; i++) { + if (i > 0 && i <= _this.countPages && !_this.file.pages[i - 1].data) { + _this.preloadPages(i, i); + } + } + } + }); + passwordService.passChange.subscribe(function (pass) { + _this.selectFile(_this.credentials.guid, pass, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].PasswordRequired); + }); + _accrodionService.addedProperty.subscribe(function (addedProperty) { + if (addedProperty) { + _this.addedProperty = addedProperty; + var propObject = { + original: addedProperty.original, + name: "Select property", + value: "", + category: 0, + type: 1, + selected: false, + editing: false, + edited: false, + disabled: false + }; + if (_this.buildInProperties) { + _this.buildInProperties.push(propObject); + } + } + }); + } + MetadataAppComponent.prototype.ngOnInit = function () { + if (this.metadataConfig.defaultDocument !== "") { + this.isLoading = true; + this.selectFile(this.metadataConfig.defaultDocument, "", ""); + } + }; + MetadataAppComponent.prototype.ngAfterViewInit = function () { + var _this = this; + this._loadingMaskService + .onLoadingChanged + .subscribe(function (loading) { return _this.isLoading = loading; }); + this.refreshZoom(); + }; + Object.defineProperty(MetadataAppComponent.prototype, "rewriteConfig", { + get: function () { + return this.metadataConfig ? this.metadataConfig.rewrite : true; + }, + enumerable: true, + configurable: true + }); + Object.defineProperty(MetadataAppComponent.prototype, "downloadConfig", { + get: function () { + return this.metadataConfig ? this.metadataConfig.download : true; + }, + enumerable: true, + configurable: true + }); + Object.defineProperty(MetadataAppComponent.prototype, "uploadConfig", { + get: function () { + return this.metadataConfig ? this.metadataConfig.upload : true; + }, + enumerable: true, + configurable: true + }); + Object.defineProperty(MetadataAppComponent.prototype, "browseConfig", { + get: function () { + return this.metadataConfig ? this.metadataConfig.browse : true; + }, + enumerable: true, + configurable: true + }); + MetadataAppComponent.prototype.openModal = function (id) { + this._modalService.open(id); + }; + MetadataAppComponent.prototype.closeModal = function (id) { + this._modalService.close(id); + }; + MetadataAppComponent.prototype.selectDir = function ($event) { + var _this = this; + this._metadataService.loadFiles($event).subscribe(function (files) { return _this.files = files || []; }); + }; + MetadataAppComponent.prototype.selectFile = function ($event, password, modalId) { + var _this = this; + this.credentials = { guid: $event, password: password }; + this.file = null; + this._metadataService.loadFile(this.credentials).subscribe(function (file) { + _this.file = file; + _this.formatDisabled = !_this.file; + if (file) { + if (file.pages && file.pages[0]) { + _this._pageHeight = file.pages[0].height; + _this._pageWidth = file.pages[0].width; + _this.options = _this.zoomOptions(); + _this.refreshZoom(); + } + var preloadPageCount = _this.metadataConfig.preloadPageCount; + var countPages = file.pages ? file.pages.length : 0; + if (preloadPageCount > 0) { + _this.preloadPages(1, preloadPageCount > countPages ? countPages : preloadPageCount); + } + _this._navigateService.countPages = countPages; + _this._navigateService.currentPage = 1; + _this.countPages = countPages; + _this.loadProperties(); + } + }); + if (modalId) { + this._modalService.close(modalId); + } + this.clearData(); + }; + MetadataAppComponent.prototype.preloadPages = function (start, end) { + var _this = this; + var _loop_1 = function (i) { + this_1._metadataService.loadPage(this_1.credentials, i).subscribe(function (page) { + _this.file.pages[i - 1] = page; + }); + }; + var this_1 = this; + for (var i = start; i <= end; i++) { + _loop_1(i); + } + }; + MetadataAppComponent.prototype.upload = function ($event) { + var _this = this; + this._metadataService.upload(null, $event, this.rewriteConfig).subscribe(function () { + _this.selectDir(''); + }); + }; + MetadataAppComponent.prototype.fileDropped = function ($event) { + this.fileWasDropped = $event; + }; + MetadataAppComponent.prototype.ptToPx = function (pt) { + //pt * 96 / 72 = px. + return pt * 96 / 72; + }; + MetadataAppComponent.prototype.getFitToWidth = function () { + // Images and Excel-related files receiving dimensions in px from server + var pageWidth = this.ptToPx(this._pageWidth); + var pageHeight = this.ptToPx(this._pageHeight); + var offsetWidth = pageWidth ? pageWidth : window.innerWidth; + return (pageHeight > pageWidth && Math.round(offsetWidth / window.innerWidth) < 2) ? 200 - Math.round(offsetWidth * 100 / window.innerWidth) : Math.round(window.innerWidth * 100 / offsetWidth); + }; + MetadataAppComponent.prototype.getFitToHeight = function () { + var pageWidth = this.ptToPx(this._pageWidth); + var pageHeight = this.ptToPx(this._pageHeight); + var windowHeight = (pageHeight > pageWidth) ? window.innerHeight - 100 : window.innerHeight + 100; + var offsetHeight = pageHeight ? pageHeight : windowHeight; + return (pageHeight > pageWidth) ? Math.round(windowHeight * 100 / offsetHeight) : Math.round(offsetHeight * 100 / windowHeight); + }; + MetadataAppComponent.prototype.zoomOptions = function () { + var width = this.getFitToWidth(); + var height = this.getFitToHeight(); + return this._zoomService.zoomOptions(width, height); + }; + Object.defineProperty(MetadataAppComponent.prototype, "zoom", { + get: function () { + return this._zoom; + }, + set: function (zoom) { + this._zoom = zoom; + this._zoomService.changeZoom(this._zoom); + }, + enumerable: true, + configurable: true + }); + MetadataAppComponent.prototype.refreshZoom = function () { + this.zoom = this._windowService.isDesktop() ? 100 : this.getFitToWidth(); + }; + MetadataAppComponent.prototype.downloadFile = function () { + if (this.formatDisabled) + return; + window.location.assign(this._metadataService.getDownloadUrl(this.credentials)); + }; + MetadataAppComponent.prototype.clearData = function () { + var e_1, _a; + if (!this.file || !this.file.pages) { + return; + } + try { + for (var _b = tslib__WEBPACK_IMPORTED_MODULE_0__["__values"](this.file.pages), _c = _b.next(); !_c.done; _c = _b.next()) { + var page = _c.value; + page.data = null; + } + } + catch (e_1_1) { e_1 = { error: e_1_1 }; } + finally { + try { + if (_c && !_c.done && (_a = _b.return)) _a.call(_b); + } + finally { if (e_1) throw e_1.error; } + } + }; + MetadataAppComponent.prototype.isDisabled = function () { + return !this.file || this.disabled; + }; + MetadataAppComponent.prototype.save = function () { + var _this = this; + if (!this.file || !this.file.pages) + return; + var savingProperty = this.buildInProperties.filter(function (p) { return !p.original || p.edited; }); + var savingFile = new _metadata_service__WEBPACK_IMPORTED_MODULE_2__["MetadataFileDescription"](); + savingFile.guid = this.file.guid; + savingFile.properties = savingProperty; + this._metadataService.saveProperty(savingFile).subscribe(function (loadFile) { + _this.loadProperties(); + _this.disabled = false; + _this._modalService.open(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].OperationSuccess); + }); + }; + MetadataAppComponent.prototype.loadProperties = function () { + var _this = this; + this._metadataService.loadProperties(this.credentials).subscribe(function (fileProperties) { + _this.buildInProperties = fileProperties.filter(function (p) { return p.category === _metadata_models__WEBPACK_IMPORTED_MODULE_6__["FilePropertyCategory"].BuildIn; }); + _this.buildInProperties.forEach(function (p) { + if (_this.disabledProperties.some(function (dp) { return dp === p.name.toLowerCase(); })) { + p.disabled = true; + } + }); + _this.defaultProperties = fileProperties.filter(function (p) { return p.category === _metadata_models__WEBPACK_IMPORTED_MODULE_6__["FilePropertyCategory"].Default; }); + _this._metadataService.loadPropertiesNames(_this.credentials).subscribe(function (filePropertiesNames) { + _this.filePropertiesNames = filePropertiesNames; + }); + }); + if (!this.showSidePanel) { + this.showSidePanel = true; + } + }; + MetadataAppComponent.prototype.hideSidePanel = function ($event) { + this.showSidePanel = !this.showSidePanel; + }; + MetadataAppComponent.prototype.removeProperty = function ($event) { + var _this = this; + var removedProperty = $event; + if (this.file) { + var metadataFile = new _metadata_service__WEBPACK_IMPORTED_MODULE_2__["MetadataFileDescription"](); + metadataFile.guid = this.file.guid; + metadataFile.properties = [removedProperty]; + this._metadataService.removeProperty(metadataFile).subscribe(function () { + _this.loadProperties(); + _this._modalService.open(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].OperationSuccess); + }); + } + }; + MetadataAppComponent.ctorParameters = function () { return [ + { type: _metadata_service__WEBPACK_IMPORTED_MODULE_2__["MetadataService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ModalService"] }, + { type: _metadata_config_service__WEBPACK_IMPORTED_MODULE_4__["MetadataConfigService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["UploadFilesService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["NavigateService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ZoomService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["PagePreloadService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["PasswordService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["LoadingMaskService"] }, + { type: _accordion_service__WEBPACK_IMPORTED_MODULE_5__["AccordionService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["WindowService"] } + ]; }; + MetadataAppComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'gd-metadata', + template: __webpack_require__(/*! raw-loader!./metadata-app.component.html */ "../../node_modules/raw-loader/index.js!../../libs/metadata/src/lib/metadata-app.component.html"), + styles: [__webpack_require__(/*! ./metadata-app.component.less */ "../../libs/metadata/src/lib/metadata-app.component.less")] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_metadata_service__WEBPACK_IMPORTED_MODULE_2__["MetadataService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ModalService"], + _metadata_config_service__WEBPACK_IMPORTED_MODULE_4__["MetadataConfigService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["UploadFilesService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["NavigateService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ZoomService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["PagePreloadService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["PasswordService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["LoadingMaskService"], + _accordion_service__WEBPACK_IMPORTED_MODULE_5__["AccordionService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["WindowService"]]) + ], MetadataAppComponent); + return MetadataAppComponent; +}()); + + + +/***/ }), + +/***/ "../../libs/metadata/src/lib/metadata-config.service.ts": +/*!*******************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata-config.service.ts ***! + \*******************************************************************************************/ +/*! exports provided: MetadataConfigService */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MetadataConfigService", function() { return MetadataConfigService; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); +/* harmony import */ var _metadata_config__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./metadata-config */ "../../libs/metadata/src/lib/metadata-config.ts"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm5/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var _angular_common_http__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @angular/common/http */ "../../node_modules/@angular/common/fesm5/http.js"); +/* harmony import */ var rxjs__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! rxjs */ "../../node_modules/rxjs/_esm5/index.js"); + + + + + + +var MetadataConfigService = /** @class */ (function () { + function MetadataConfigService(_http, _config) { + this._http = _http; + this._config = _config; + this._metadataConfig = new rxjs__WEBPACK_IMPORTED_MODULE_5__["BehaviorSubject"](new _metadata_config__WEBPACK_IMPORTED_MODULE_2__["MetadataConfig"]()); + this._updatedConfig = this._metadataConfig.asObservable(); + } + Object.defineProperty(MetadataConfigService.prototype, "updatedConfig", { + get: function () { + return this._updatedConfig; + }, + enumerable: true, + configurable: true + }); + MetadataConfigService.prototype.load = function () { + var _this = this; + return new Promise(function (resolve, reject) { + var configEndpoint = _this._config.getConfigEndpoint(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].METADATA_APP); + _this._http.get(configEndpoint, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson).toPromise().then(function (response) { + var metadataConfig = response; + _this._metadataConfig.next(metadataConfig); + resolve(); + }).catch(function (response) { + reject("Could not load metadata config: " + JSON.stringify(response)); + }); + }); + }; + MetadataConfigService.ctorParameters = function () { return [ + { type: _angular_common_http__WEBPACK_IMPORTED_MODULE_4__["HttpClient"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ConfigService"] } + ]; }; + MetadataConfigService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Injectable"])({ + providedIn: 'root' + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_angular_common_http__WEBPACK_IMPORTED_MODULE_4__["HttpClient"], _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ConfigService"]]) + ], MetadataConfigService); + return MetadataConfigService; +}()); + + + +/***/ }), + +/***/ "../../libs/metadata/src/lib/metadata-config.ts": +/*!***********************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata-config.ts ***! + \***********************************************************************************/ +/*! exports provided: MetadataConfig */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MetadataConfig", function() { return MetadataConfig; }); +var MetadataConfig = /** @class */ (function () { + function MetadataConfig() { + } + return MetadataConfig; +}()); + + + +/***/ }), + +/***/ "../../libs/metadata/src/lib/metadata-models.ts": +/*!***********************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata-models.ts ***! + \***********************************************************************************/ +/*! exports provided: FilePropertyCategory, FilePropertyModel */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FilePropertyCategory", function() { return FilePropertyCategory; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FilePropertyModel", function() { return FilePropertyModel; }); +var FilePropertyCategory; +(function (FilePropertyCategory) { + FilePropertyCategory[FilePropertyCategory["BuildIn"] = 0] = "BuildIn"; + FilePropertyCategory[FilePropertyCategory["Default"] = 1] = "Default"; +})(FilePropertyCategory || (FilePropertyCategory = {})); +var FilePropertyModel = /** @class */ (function () { + function FilePropertyModel() { + } + return FilePropertyModel; +}()); + + + +/***/ }), + +/***/ "../../libs/metadata/src/lib/metadata.module.ts": +/*!***********************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata.module.ts ***! + \***********************************************************************************/ +/*! exports provided: initializeApp, setupLoadingInterceptor, MetadataModule */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "initializeApp", function() { return initializeApp; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "setupLoadingInterceptor", function() { return setupLoadingInterceptor; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MetadataModule", function() { return MetadataModule; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_platform_browser__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/platform-browser */ "../../node_modules/@angular/platform-browser/fesm5/platform-browser.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); +/* harmony import */ var _angular_common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @angular/common */ "../../node_modules/@angular/common/fesm5/common.js"); +/* harmony import */ var _angular_common_http__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @angular/common/http */ "../../node_modules/@angular/common/fesm5/http.js"); +/* harmony import */ var _metadata_app_component__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./metadata-app.component */ "../../libs/metadata/src/lib/metadata-app.component.ts"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm5/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var _metadata_service__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./metadata.service */ "../../libs/metadata/src/lib/metadata.service.ts"); +/* harmony import */ var _metadata_config_service__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./metadata-config.service */ "../../libs/metadata/src/lib/metadata-config.service.ts"); +/* harmony import */ var _fortawesome_angular_fontawesome__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @fortawesome/angular-fontawesome */ "../../node_modules/@fortawesome/angular-fontawesome/fesm5/angular-fontawesome.js"); +/* harmony import */ var _accordion_accordion_component__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./accordion/accordion.component */ "../../libs/metadata/src/lib/accordion/accordion.component.ts"); +/* harmony import */ var _accordion_accordion_group_accordion_group_component__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./accordion/accordion-group/accordion-group.component */ "../../libs/metadata/src/lib/accordion/accordion-group/accordion-group.component.ts"); +/* harmony import */ var _angular_forms__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! @angular/forms */ "../../node_modules/@angular/forms/fesm5/forms.js"); +/* harmony import */ var _accordion_service__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./accordion.service */ "../../libs/metadata/src/lib/accordion.service.ts"); + + + + + + + + + + + + + + + +function initializeApp(metadataConfigService) { + var result = function () { return metadataConfigService.load(); }; + return result; +} +// NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981 +// @dynamic +function setupLoadingInterceptor(service) { + return new _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_6__["LoadingMaskInterceptorService"](service); +} +var MetadataModule = /** @class */ (function () { + function MetadataModule() { + } + MetadataModule_1 = MetadataModule; + MetadataModule.forRoot = function (apiEndpoint) { + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_6__["Api"].DEFAULT_API_ENDPOINT = apiEndpoint; + return { + ngModule: MetadataModule_1 + }; + }; + var MetadataModule_1; + MetadataModule = MetadataModule_1 = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_2__["NgModule"])({ + declarations: [ + _metadata_app_component__WEBPACK_IMPORTED_MODULE_5__["MetadataAppComponent"], + _accordion_accordion_component__WEBPACK_IMPORTED_MODULE_10__["AccordionComponent"], + _accordion_accordion_group_accordion_group_component__WEBPACK_IMPORTED_MODULE_11__["AccordionGroupComponent"] + ], + imports: [ + _angular_platform_browser__WEBPACK_IMPORTED_MODULE_1__["BrowserModule"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_6__["CommonComponentsModule"], + _angular_common_http__WEBPACK_IMPORTED_MODULE_4__["HttpClientModule"], + _fortawesome_angular_fontawesome__WEBPACK_IMPORTED_MODULE_9__["FontAwesomeModule"], + _angular_forms__WEBPACK_IMPORTED_MODULE_12__["FormsModule"] + ], + exports: [ + _metadata_app_component__WEBPACK_IMPORTED_MODULE_5__["MetadataAppComponent"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_6__["CommonComponentsModule"], + _accordion_accordion_component__WEBPACK_IMPORTED_MODULE_10__["AccordionComponent"], + _accordion_accordion_group_accordion_group_component__WEBPACK_IMPORTED_MODULE_11__["AccordionGroupComponent"] + ], + providers: [ + _metadata_service__WEBPACK_IMPORTED_MODULE_7__["MetadataService"], + _accordion_service__WEBPACK_IMPORTED_MODULE_13__["AccordionService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_6__["ConfigService"], + _angular_common__WEBPACK_IMPORTED_MODULE_3__["DatePipe"], + _metadata_config_service__WEBPACK_IMPORTED_MODULE_8__["MetadataConfigService"], + { + provide: _angular_common_http__WEBPACK_IMPORTED_MODULE_4__["HTTP_INTERCEPTORS"], + useClass: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_6__["ErrorInterceptorService"], + multi: true + }, + { + provide: _angular_core__WEBPACK_IMPORTED_MODULE_2__["APP_INITIALIZER"], + useFactory: initializeApp, + deps: [_metadata_config_service__WEBPACK_IMPORTED_MODULE_8__["MetadataConfigService"]], multi: true + }, + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_6__["LoadingMaskService"], + { + provide: _angular_common_http__WEBPACK_IMPORTED_MODULE_4__["HTTP_INTERCEPTORS"], + useFactory: setupLoadingInterceptor, + multi: true, + deps: [_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_6__["LoadingMaskService"]] + } + ] + }) + ], MetadataModule); + return MetadataModule; +}()); + + + +/***/ }), + +/***/ "../../libs/metadata/src/lib/metadata.service.ts": +/*!************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata.service.ts ***! + \************************************************************************************/ +/*! exports provided: MetadataService, MetadataFileDescription */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MetadataService", function() { return MetadataService; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MetadataFileDescription", function() { return MetadataFileDescription; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); +/* harmony import */ var _angular_common_http__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/common/http */ "../../node_modules/@angular/common/fesm5/http.js"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm5/groupdocs.examples.angular-common-components.js"); + + + + +var MetadataService = /** @class */ (function () { + function MetadataService(_http, _config) { + this._http = _http; + this._config = _config; + } + MetadataService.prototype.loadFiles = function (path) { + return this._http.post(this._config.getMetadataApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].LOAD_FILE_TREE, { 'path': path }, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + }; + MetadataService.prototype.loadFile = function (credentials) { + return this._http.post(this._config.getMetadataApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].LOAD_DOCUMENT_DESCRIPTION, credentials, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + }; + MetadataService.prototype.loadProperties = function (credentials) { + return this._http.post(this._config.getMetadataApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].LOAD_DOCUMENT_PROPERTIES, credentials, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + }; + MetadataService.prototype.loadPropertiesNames = function (credentials) { + return this._http.post(this._config.getMetadataApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].LOAD_DOCUMENT_PROPERTIES_NAMES, credentials, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + }; + MetadataService.prototype.saveProperty = function (metadataFile) { + return this._http.post(this._config.getMetadataApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].SAVE_PROPERTY, metadataFile, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + }; + MetadataService.prototype.removeProperty = function (metadataFile) { + return this._http.post(this._config.getMetadataApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].REMOVE_PROPERTY, metadataFile, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + }; + MetadataService.prototype.upload = function (file, url, rewrite) { + var formData = new FormData(); + formData.append("file", file); + formData.append('rewrite', String(rewrite)); + if (url) { + formData.append("url", url); + } + return this._http.post(this._config.getMetadataApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].UPLOAD_DOCUMENTS, formData); + }; + MetadataService.prototype.loadPage = function (credentials, page) { + return this._http.post(this._config.getMetadataApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].LOAD_DOCUMENT_PAGE, { + 'guid': credentials.guid, + 'password': credentials.password, + 'page': page + }, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + }; + MetadataService.prototype.getDownloadUrl = function (credentials) { + return this._config.getMetadataApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].DOWNLOAD_DOCUMENTS + '/?path=' + credentials.guid; + }; + MetadataService.prototype.loadPrint = function (credentials) { + return this._http.post(this._config.getMetadataApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].LOAD_PRINT, { + 'guid': credentials.guid, + 'password': credentials.password, + }, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + }; + MetadataService.ctorParameters = function () { return [ + { type: _angular_common_http__WEBPACK_IMPORTED_MODULE_2__["HttpClient"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ConfigService"] } + ]; }; + MetadataService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Injectable"])({ + providedIn: 'root' + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_angular_common_http__WEBPACK_IMPORTED_MODULE_2__["HttpClient"], _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ConfigService"]]) + ], MetadataService); + return MetadataService; +}()); + +var MetadataFileDescription = /** @class */ (function () { + function MetadataFileDescription() { + } + return MetadataFileDescription; +}()); + + + +/***/ }), + +/***/ "../../libs/parser/src/index.ts": +/*!*******************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/index.ts ***! + \*******************************************************************/ +/*! exports provided: ParserModule, ParserAppComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _lib_parser_module__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./lib/parser.module */ "../../libs/parser/src/lib/parser.module.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ParserModule", function() { return _lib_parser_module__WEBPACK_IMPORTED_MODULE_0__["ParserModule"]; }); + +/* harmony import */ var _lib_parser_app_component__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./lib/parser-app.component */ "../../libs/parser/src/lib/parser-app.component.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ParserAppComponent", function() { return _lib_parser_app_component__WEBPACK_IMPORTED_MODULE_1__["ParserAppComponent"]; }); + + + + + +/***/ }), + +/***/ "../../libs/parser/src/lib/active-field.service.ts": +/*!**************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/active-field.service.ts ***! + \**************************************************************************************/ +/*! exports provided: ActiveFieldService */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ActiveFieldService", function() { return ActiveFieldService; }); +/* harmony import */ var rxjs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! rxjs */ "../../node_modules/rxjs/_esm5/index.js"); + +var ActiveFieldService = /** @class */ (function () { + function ActiveFieldService() { + this.changeSubject = new rxjs__WEBPACK_IMPORTED_MODULE_0__["Subject"](); + this.changed = this.changeSubject.asObservable(); + } + ActiveFieldService.prototype.changeActive = function (id) { + this.changeSubject.next(id); + }; + return ActiveFieldService; +}()); + + + +/***/ }), + +/***/ "../../libs/parser/src/lib/app-models.ts": +/*!****************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/app-models.ts ***! + \****************************************************************************/ +/*! exports provided: FileDescription, Point, Size, Template, TemplateField */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FileDescription", function() { return FileDescription; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Point", function() { return Point; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Size", function() { return Size; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Template", function() { return Template; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "TemplateField", function() { return TemplateField; }); +/* harmony import */ var rxjs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! rxjs */ "../../node_modules/rxjs/_esm5/index.js"); + +var FileDescription = /** @class */ (function () { + function FileDescription() { + } + return FileDescription; +}()); + +var Point = /** @class */ (function () { + function Point(x, y) { + this.x = x; + this.y = y; + } + Point.ctorParameters = function () { return [ + { type: Number }, + { type: Number } + ]; }; + return Point; +}()); + +var Size = /** @class */ (function () { + function Size(width, height) { + this.width = width; + this.height = height; + } + Size.ctorParameters = function () { return [ + { type: Number }, + { type: Number } + ]; }; + return Size; +}()); + +var Template = /** @class */ (function () { + function Template() { + this._id = null; + this._name = "template name"; + this.fields = new Array(); + this.addSubject = new rxjs__WEBPACK_IMPORTED_MODULE_0__["Subject"](); + this.removeSubject = new rxjs__WEBPACK_IMPORTED_MODULE_0__["Subject"](); + this.added = this.addSubject.asObservable(); + this.removed = this.removeSubject.asObservable(); + } + Template.prototype.isStored = function () { + return this.id != null; + }; + Object.defineProperty(Template.prototype, "id", { + get: function () { + return this._id; + }, + enumerable: true, + configurable: true + }); + Object.defineProperty(Template.prototype, "name", { + get: function () { + return this._name; + }, + set: function (name) { + this._name = name; + this.save(); + }, + enumerable: true, + configurable: true + }); + Template.prototype.addField = function (field) { + this.fields.push(field); + this.save(); + this.addSubject.next(field); + }; + Template.prototype.removeField = function (field) { + var index = this.fields.indexOf(field); + if (index > -1) { + this.fields.splice(index, 1); + } + this.save(); + this.removeSubject.next(field); + }; + Template.prototype.getFields = function () { + return this.fields; + }; + Template.getTemplateIds = function () { + var ids = new Array(); + var i; + for (i = 0; i < localStorage.length; i++) { + var key = localStorage.key(i); + if (key.startsWith(Template.TEMPLATE_PREFIX)) { + var id = { + id: key.substr(Template.TEMPLATE_PREFIX.length), + name: localStorage.getItem(key) + }; + ids.push(id); + } + } + return ids; + }; + Template.load = function (id) { + var template = new Template(); + template._id = id; + template._name = localStorage[Template.TEMPLATE_PREFIX + id]; + var fieldPrefix = Template.FIELD_PREFIX + id; + var i; + for (i = 0; i < localStorage.length; i++) { + var key = localStorage.key(i); + if (key.startsWith(fieldPrefix)) { + var data = JSON.parse(localStorage.getItem(key)); + var field = new TemplateField(template); + field.id = data.id; + field.name = data.name; + field.pageNumber = data.pageNumber; + field.position = data.position; + field.size = data.size; + template.fields.push(field); + } + ; + } + return template; + }; + Template.prototype.save = function () { + if (this.id != null) { + this.remove(); + } + else { + var maxId = Number.parseInt(localStorage[Template.TEMPLATE_MAX_ID]); + this._id = ((isNaN(maxId) ? 0 : maxId) + 1).toString(); + localStorage[Template.TEMPLATE_MAX_ID] = this._id; + } + localStorage[Template.TEMPLATE_PREFIX + this.id] = this.name; + var fieldPrefix = Template.FIELD_PREFIX + this.id; + this.fields.forEach(function (field) { + localStorage.setItem(fieldPrefix + field.id, JSON.stringify(field)); + }); + }; + Template.prototype.remove = function () { + localStorage.removeItem(Template.TEMPLATE_PREFIX + this.id); + var fieldPrefix = Template.FIELD_PREFIX + this.id; + var i; + for (i = 0; i < localStorage.length; i++) { + var key = localStorage.key(i); + if (key.startsWith(fieldPrefix)) { + localStorage.removeItem(key); + } + } + if (localStorage.length == 1) { + localStorage.removeItem(Template.TEMPLATE_MAX_ID); + } + }; + Template.TEMPLATE_MAX_ID = "TEMPLATEMAXID"; + Template.TEMPLATE_PREFIX = "TEMPLATE_"; + Template.FIELD_PREFIX = "FIELD_"; + return Template; +}()); + +var TemplateField = /** @class */ (function () { + function TemplateField(template) { + this.template = template; + } + TemplateField.prototype.remove = function () { + this.template.removeField(this); + }; + TemplateField.prototype.update = function () { + this.template.save(); + }; + TemplateField.prototype.toJSON = function () { + return { + id: this.id, + name: this.name, + pageNumber: this.pageNumber, + position: this.position, + size: this.size + }; + }; + TemplateField.ctorParameters = function () { return [ + { type: Template } + ]; }; + return TemplateField; +}()); + + + +/***/ }), + +/***/ "../../libs/parser/src/lib/confirmation-modal/confirmation-modal.component.less": +/*!*******************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/confirmation-modal/confirmation-modal.component.less ***! + \*******************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "#gd-confirmation-section {\n width: 375px;\n}\n.gd-confirmation-wrap {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n margin: 24px;\n}\n.gd-confirmation-wrap div {\n font-size: 14px;\n color: #acacac;\n padding-bottom: 12px;\n}\n.gd-confirmation-wrap gd-button {\n align-self: flex-end;\n}\n.gd-confirmation-wrap ::ng-deep .button {\n height: 37px;\n width: 72px;\n padding: 0px;\n -webkit-box-pack: center;\n justify-content: center;\n}\n.gd-confirmation-wrap ::ng-deep .button ::ng-deep .text {\n font-size: 10px !important;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvcGFyc2VyL3NyYy9saWIvY29uZmlybWF0aW9uLW1vZGFsL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9wYXJzZXIvc3JjL2xpYi9jb25maXJtYXRpb24tbW9kYWwvY29uZmlybWF0aW9uLW1vZGFsLmNvbXBvbmVudC5sZXNzIiwibGlicy9wYXJzZXIvc3JjL2xpYi9jb25maXJtYXRpb24tbW9kYWwvY29uZmlybWF0aW9uLW1vZGFsLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UsWUFBQTtBQ0RGO0FES0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxZQUFBO0FDSEY7QURBQTtFQUtJLGVBQUE7RUFDQSxjQUFBO0VBQ0Esb0JBQUE7QUNGSjtBRExBO0VBVUksb0JBQUE7QUNGSjtBRFJBO0VBYUksWUFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtBQ0ZKO0FEZEE7RUFrQk0sMEJBQUE7QUNETiIsImZpbGUiOiJsaWJzL3BhcnNlci9zcmMvbGliL2NvbmZpcm1hdGlvbi1tb2RhbC9jb25maXJtYXRpb24tbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi8uLi8uLi9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbiNnZC1jb25maXJtYXRpb24tc2VjdGlvbiB7XG4gIHdpZHRoOiAzNzVweDtcbiAvLyBoZWlnaHQ6IDE2NHB4O1xufVxuXG4uZ2QtY29uZmlybWF0aW9uLXdyYXAge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBtYXJnaW46IDI0cHg7XG4gIGRpdiB7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuICAgIGNvbG9yOiBAc2lsdmVyLWNoYWxpY2U7XG4gICAgcGFkZGluZy1ib3R0b206IDEycHg7XG4gIH1cbiAgZ2QtYnV0dG9uIHtcbiAgICBhbGlnbi1zZWxmOiBmbGV4LWVuZDtcbiAgfVxuICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgaGVpZ2h0OiAzN3B4O1xuICAgIHdpZHRoOiA3MnB4O1xuICAgIHBhZGRpbmc6IDBweDtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICA6Om5nLWRlZXAgLnRleHQge1xuICAgICAgZm9udC1zaXplOiAxMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG59IiwiI2dkLWNvbmZpcm1hdGlvbi1zZWN0aW9uIHtcbiAgd2lkdGg6IDM3NXB4O1xufVxuLmdkLWNvbmZpcm1hdGlvbi13cmFwIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgbWFyZ2luOiAyNHB4O1xufVxuLmdkLWNvbmZpcm1hdGlvbi13cmFwIGRpdiB7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgY29sb3I6ICNhY2FjYWM7XG4gIHBhZGRpbmctYm90dG9tOiAxMnB4O1xufVxuLmdkLWNvbmZpcm1hdGlvbi13cmFwIGdkLWJ1dHRvbiB7XG4gIGFsaWduLXNlbGY6IGZsZXgtZW5kO1xufVxuLmdkLWNvbmZpcm1hdGlvbi13cmFwIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgaGVpZ2h0OiAzN3B4O1xuICB3aWR0aDogNzJweDtcbiAgcGFkZGluZzogMHB4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbn1cbi5nZC1jb25maXJtYXRpb24td3JhcCA6Om5nLWRlZXAgLmJ1dHRvbiA6Om5nLWRlZXAgLnRleHQge1xuICBmb250LXNpemU6IDEwcHggIWltcG9ydGFudDtcbn1cbiJdfQ== */" + +/***/ }), + +/***/ "../../libs/parser/src/lib/confirmation-modal/confirmation-modal.component.ts": +/*!*****************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/confirmation-modal/confirmation-modal.component.ts ***! + \*****************************************************************************************************************/ +/*! exports provided: ConfirmationModalComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ConfirmationModalComponent", function() { return ConfirmationModalComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); + + +var ConfirmationModalComponent = /** @class */ (function () { + function ConfirmationModalComponent() { + this.title = "Confirmation"; + this.actionText = "Ok"; + this.actionIcon = ""; + this.confirmEvent = new _angular_core__WEBPACK_IMPORTED_MODULE_1__["EventEmitter"](); + } + ConfirmationModalComponent.prototype.ngOnInit = function () { + }; + ConfirmationModalComponent.prototype.confirmClick = function () { + this.confirmEvent.emit(this.id); + }; + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", String) + ], ConfirmationModalComponent.prototype, "modalId", void 0); + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Object) + ], ConfirmationModalComponent.prototype, "id", void 0); + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", String) + ], ConfirmationModalComponent.prototype, "title", void 0); + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", String) + ], ConfirmationModalComponent.prototype, "text", void 0); + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", String) + ], ConfirmationModalComponent.prototype, "actionText", void 0); + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", String) + ], ConfirmationModalComponent.prototype, "actionIcon", void 0); + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Output"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Object) + ], ConfirmationModalComponent.prototype, "confirmEvent", void 0); + ConfirmationModalComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'app-confirmation-modal', + template: __webpack_require__(/*! raw-loader!./confirmation-modal.component.html */ "../../node_modules/raw-loader/index.js!../../libs/parser/src/lib/confirmation-modal/confirmation-modal.component.html"), + styles: [__webpack_require__(/*! ./confirmation-modal.component.less */ "../../libs/parser/src/lib/confirmation-modal/confirmation-modal.component.less")] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", []) + ], ConfirmationModalComponent); + return ConfirmationModalComponent; +}()); + + + +/***/ }), + +/***/ "../../libs/parser/src/lib/field/field.component.less": +/*!*****************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/field/field.component.less ***! + \*****************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "/* {\n z-index: 1;\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n \n }*/\n.gd-field {\n position: absolute !important;\n cursor: move;\n z-index: 9;\n}\n.gd-field .gd-field-wrapper-border {\n z-index: 9;\n width: 100%;\n height: 100%;\n opacity: 70%;\n outline: 1px solid #679FFA;\n background-color: silver;\n text-overflow: clip;\n white-space: nowrap;\n overflow: hidden;\n}\n.gd-field .gd-field-wrapper {\n height: inherit;\n top: 0px;\n z-index: 9;\n outline: 1px solid #679FFA;\n}\n.gd-field .gd-field-wrapper ::ng-deep .palette {\n width: 0px;\n height: 37px;\n}\n.ui-resizable-handle {\n background-color: #679FFA;\n width: 8px;\n height: 8px;\n border-radius: 100%;\n position: absolute;\n font-size: 0.1px;\n display: block;\n}\n.se-resize {\n bottom: -5px;\n right: -5px;\n cursor: se-resize;\n}\n.ne-resize {\n top: -5px;\n right: -5px;\n cursor: ne-resize;\n}\n.sw-resize {\n bottom: -5px;\n left: -5px;\n cursor: sw-resize;\n}\n.nw-resize {\n top: -5px;\n left: -5px;\n cursor: nw-resize;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvcGFyc2VyL3NyYy9saWIvZmllbGQvZmllbGQuY29tcG9uZW50Lmxlc3MiLCJsaWJzL3BhcnNlci9zcmMvbGliL2ZpZWxkL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9wYXJzZXIvc3JjL2xpYi9maWVsZC9maWVsZC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7SUFRSTtBQ0VKO0VBQ0UsNkJBQUE7RUFDQSxZQUFBO0VBQ0EsVUFBQTtBREFGO0FDSEE7RUFNSSxVQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxZQUFBO0VBQ0EsMEJBQUE7RUFDQSx3QkFBQTtFQUNBLG1CQUFBO0VBQ0EsbUJBQUE7RUFDQSxnQkFBQTtBREFKO0FDZEE7RUFrQkksZUFBQTtFQUNBLFFBQUE7RUFDQSxVQUFBO0VBQ0EsMEJBQUE7QURESjtBQ3BCQTtFQXdCTSxVQUFBO0VBQ0EsWUFBQTtBREROO0FDTUE7RUFDRSx5QkFBQTtFQUNBLFVBQUE7RUFDQSxXQUFBO0VBQ0EsbUJBQUE7RUFDQSxrQkFBQTtFQUNBLGdCQUFBO0VBQ0EsY0FBQTtBREpGO0FDT0E7RUFDRSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGlCQUFBO0FETEY7QUNRQTtFQUNFLFNBQUE7RUFDQSxXQUFBO0VBQ0EsaUJBQUE7QURORjtBQ1NBO0VBQ0UsWUFBQTtFQUNBLFVBQUE7RUFDQSxpQkFBQTtBRFBGO0FDVUE7RUFDRSxTQUFBO0VBQ0EsVUFBQTtFQUNBLGlCQUFBO0FEUkYiLCJmaWxlIjoibGlicy9wYXJzZXIvc3JjL2xpYi9maWVsZC9maWVsZC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIi8qIHtcbiAgICB6LWluZGV4OiAxO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDA7XG4gICAgbGVmdDogMDtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgXG4gIH0qL1xuLmdkLWZpZWxkIHtcbiAgcG9zaXRpb246IGFic29sdXRlICFpbXBvcnRhbnQ7XG4gIGN1cnNvcjogbW92ZTtcbiAgei1pbmRleDogOTtcbn1cbi5nZC1maWVsZCAuZ2QtZmllbGQtd3JhcHBlci1ib3JkZXIge1xuICB6LWluZGV4OiA5O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICBvcGFjaXR5OiA3MCU7XG4gIG91dGxpbmU6IDFweCBzb2xpZCAjNjc5RkZBO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBzaWx2ZXI7XG4gIHRleHQtb3ZlcmZsb3c6IGNsaXA7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gIG92ZXJmbG93OiBoaWRkZW47XG59XG4uZ2QtZmllbGQgLmdkLWZpZWxkLXdyYXBwZXIge1xuICBoZWlnaHQ6IGluaGVyaXQ7XG4gIHRvcDogMHB4O1xuICB6LWluZGV4OiA5O1xuICBvdXRsaW5lOiAxcHggc29saWQgIzY3OUZGQTtcbn1cbi5nZC1maWVsZCAuZ2QtZmllbGQtd3JhcHBlciA6Om5nLWRlZXAgLnBhbGV0dGUge1xuICB3aWR0aDogMHB4O1xuICBoZWlnaHQ6IDM3cHg7XG59XG4udWktcmVzaXphYmxlLWhhbmRsZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM2NzlGRkE7XG4gIHdpZHRoOiA4cHg7XG4gIGhlaWdodDogOHB4O1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGZvbnQtc2l6ZTogMC4xcHg7XG4gIGRpc3BsYXk6IGJsb2NrO1xufVxuLnNlLXJlc2l6ZSB7XG4gIGJvdHRvbTogLTVweDtcbiAgcmlnaHQ6IC01cHg7XG4gIGN1cnNvcjogc2UtcmVzaXplO1xufVxuLm5lLXJlc2l6ZSB7XG4gIHRvcDogLTVweDtcbiAgcmlnaHQ6IC01cHg7XG4gIGN1cnNvcjogbmUtcmVzaXplO1xufVxuLnN3LXJlc2l6ZSB7XG4gIGJvdHRvbTogLTVweDtcbiAgbGVmdDogLTVweDtcbiAgY3Vyc29yOiBzdy1yZXNpemU7XG59XG4ubnctcmVzaXplIHtcbiAgdG9wOiAtNXB4O1xuICBsZWZ0OiAtNXB4O1xuICBjdXJzb3I6IG53LXJlc2l6ZTtcbn1cbiIsIi8qIHtcbiAgICB6LWluZGV4OiAxO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDA7XG4gICAgbGVmdDogMDtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgXG4gIH0qL1xuXG4uZ2QtZmllbGQge1xuICBwb3NpdGlvbjogYWJzb2x1dGUgIWltcG9ydGFudDtcbiAgY3Vyc29yOiBtb3ZlO1xuICB6LWluZGV4OiA5O1xuXG4gIC5nZC1maWVsZC13cmFwcGVyLWJvcmRlciB7XG4gICAgei1pbmRleDogOTtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgb3BhY2l0eTogNzAlO1xuICAgIG91dGxpbmU6IDFweCBzb2xpZCAjNjc5RkZBO1xuICAgIGJhY2tncm91bmQtY29sb3I6IHNpbHZlcjtcbiAgICB0ZXh0LW92ZXJmbG93OiBjbGlwO1xuICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gICAgb3ZlcmZsb3c6aGlkZGVuOyBcbiAgIH1cbiAgXG4gIC5nZC1maWVsZC13cmFwcGVyIHtcbiAgICBoZWlnaHQ6IGluaGVyaXQ7XG4gICAgdG9wOiAwcHg7XG4gICAgei1pbmRleDogOTtcbiAgICBvdXRsaW5lOiAxcHggc29saWQgIzY3OUZGQTtcblxuICAgIDo6bmctZGVlcCAucGFsZXR0ZSB7XG4gICAgICB3aWR0aDogMHB4O1xuICAgICAgaGVpZ2h0OiAzN3B4O1xuICAgIH1cbiAgfVxufVxuXG4udWktcmVzaXphYmxlLWhhbmRsZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM2NzlGRkE7XG4gIHdpZHRoOiA4cHg7XG4gIGhlaWdodDogOHB4O1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGZvbnQtc2l6ZTogMC4xcHg7XG4gIGRpc3BsYXk6IGJsb2NrO1xufVxuXG4uc2UtcmVzaXplIHtcbiAgYm90dG9tOiAtNXB4O1xuICByaWdodDogLTVweDtcbiAgY3Vyc29yOiBzZS1yZXNpemU7XG59XG5cbi5uZS1yZXNpemUge1xuICB0b3A6IC01cHg7XG4gIHJpZ2h0OiAtNXB4O1xuICBjdXJzb3I6IG5lLXJlc2l6ZTtcbn1cblxuLnN3LXJlc2l6ZSB7XG4gIGJvdHRvbTogLTVweDtcbiAgbGVmdDogLTVweDtcbiAgY3Vyc29yOiBzdy1yZXNpemU7XG59XG5cbi5udy1yZXNpemUge1xuICB0b3A6IC01cHg7XG4gIGxlZnQ6IC01cHg7XG4gIGN1cnNvcjogbnctcmVzaXplO1xufSJdfQ== */" + +/***/ }), + +/***/ "../../libs/parser/src/lib/field/field.component.ts": +/*!***************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/field/field.component.ts ***! + \***************************************************************************************/ +/*! exports provided: FieldComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FieldComponent", function() { return FieldComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm5/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var _app_models__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../app-models */ "../../libs/parser/src/lib/app-models.ts"); +/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! jquery */ "../../node_modules/jquery/dist/jquery.js"); +/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_4__); +/* harmony import */ var _active_field_service__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../active-field.service */ "../../libs/parser/src/lib/active-field.service.ts"); + + + + + + +var $ = jquery__WEBPACK_IMPORTED_MODULE_4__; +var FieldComponent = /** @class */ (function () { + function FieldComponent(activeFieldService) { + var _this = this; + this.activeFieldService = activeFieldService; + this.active = false; + this.editMode = false; + this.mouseMoveParameters = null; + this.activeFieldSubscribtion = activeFieldService.changed.subscribe(function (id) { + var isActive = _this.id == id; + if (!isActive && _this.active) { + _this.deactivate(); + } + _this.active = isActive; + }); + } + FieldComponent.prototype.ngOnInit = function () { + }; + FieldComponent.prototype.ngOnDestroy = function () { + if (this.activeFieldSubscribtion) { + this.activeFieldSubscribtion.unsubscribe(); + } + }; + FieldComponent.prototype.setField = function (field) { + this.field = field; + this.left = this.field.position.x; + this.top = this.field.position.y; + this.right = this.left + this.field.size.width; + this.bottom = this.top + this.field.size.height; + }; + FieldComponent.prototype.getField = function () { + return this.field; + }; + FieldComponent.prototype.getLeft = function () { + return this.left; + }; + FieldComponent.prototype.getTop = function () { + return this.top; + }; + FieldComponent.prototype.getHeight = function () { + return this.bottom - this.top; + }; + FieldComponent.prototype.getWidth = function () { + return this.right - this.left; + }; + FieldComponent.prototype.isActive = function () { + return this.active; + }; + FieldComponent.prototype.isEditMode = function () { + return this.editMode; + }; + FieldComponent.prototype.deactivate = function () { + this.active = false; + this.editMode = false; + }; + FieldComponent.prototype.deactivateEditMode = function () { + this.editMode = false; + this.field.update(); + }; + FieldComponent.prototype.activateEditMode = function () { + this.editMode = true; + }; + FieldComponent.prototype.onMouseMove = function ($event) { + this.mouseMove($event); + }; + FieldComponent.prototype.onMouseUp = function ($event) { + this.mouseUp($event); + }; + FieldComponent.prototype.onKey = function ($event) { + if (!this.isActive()) { + return; + } + if ($event.key == "Enter" && this.isEditMode()) { + this.deactivateEditMode(); + } + if ($event.key == "Delete" && !this.isEditMode()) { + this.field.remove(); + } + }; + FieldComponent.prototype.mouseDown = function ($event, mode) { + var mouseMoveMode = MouseMoveMode[mode]; + if (mouseMoveMode === undefined) { + return; + } + var position; + switch (mouseMoveMode) { + case MouseMoveMode.Move: + position = this.field.position; + break; + case MouseMoveMode.NW: + position = this.field.position; + break; + case MouseMoveMode.NE: + position = new _app_models__WEBPACK_IMPORTED_MODULE_3__["Point"](this.right, this.top); + break; + case MouseMoveMode.SE: + position = new _app_models__WEBPACK_IMPORTED_MODULE_3__["Point"](this.right, this.bottom); + break; + case MouseMoveMode.SW: + position = new _app_models__WEBPACK_IMPORTED_MODULE_3__["Point"](this.left, this.bottom); + break; + default: + return; + } + $event.preventDefault(); + this.activeFieldService.changeActive(this.id); + this.mouseMoveParameters = new MouseMoveParameters(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["Utils"].getMousePosition($event), position, mouseMoveMode); + }; + FieldComponent.prototype.mouseUp = function ($event) { + if (!this.mouseMoveParameters) { + return; + } + $event.preventDefault(); + this.mouseMoveParameters = null; + this.field.position = new _app_models__WEBPACK_IMPORTED_MODULE_3__["Point"](this.left, this.top); + this.field.size = new _app_models__WEBPACK_IMPORTED_MODULE_3__["Size"](this.getWidth(), this.getHeight()); + this.field.update(); + }; + FieldComponent.prototype.mouseMove = function ($event) { + if (!this.mouseMoveParameters) { + return; + } + var minWidth = 40; + var minHeight = 10; + var newMousePosition = _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["Utils"].getMousePosition($event); + var newFieldPosition = this.mouseMoveParameters.getNewPosition(newMousePosition); + switch (this.mouseMoveParameters.mode) { + case MouseMoveMode.Move: + this.left = Math.min(this.pageSize.width - this.field.size.width, Math.max(0, newFieldPosition.x)); + this.top = Math.min(this.pageSize.height - this.field.size.height, Math.max(0, newFieldPosition.y)); + this.right = this.left + this.field.size.width; + this.bottom = this.top + this.field.size.height; + break; + case MouseMoveMode.NW: + this.left = Math.min(this.right - minWidth, Math.max(0, newFieldPosition.x)); + this.top = Math.min(this.bottom - minHeight, Math.max(0, newFieldPosition.y)); + break; + case MouseMoveMode.NE: + this.right = Math.max(this.left + minWidth, Math.min(this.pageSize.width, newFieldPosition.x)); + this.top = Math.min(this.bottom - minHeight, Math.max(0, newFieldPosition.y)); + break; + case MouseMoveMode.SE: + this.right = Math.max(this.left + minWidth, Math.min(this.pageSize.width, newFieldPosition.x)); + this.bottom = Math.max(this.top + minHeight, Math.min(this.pageSize.height, newFieldPosition.y)); + break; + case MouseMoveMode.SW: + this.left = Math.min(this.right - minWidth, Math.max(0, newFieldPosition.x)); + this.bottom = Math.max(this.top + minHeight, Math.min(this.pageSize.height, newFieldPosition.y)); + break; + } + }; + FieldComponent.ctorParameters = function () { return [ + { type: _active_field_service__WEBPACK_IMPORTED_MODULE_5__["ActiveFieldService"] } + ]; }; + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["HostListener"])('document:mousemove', ['$event']), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Function), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [MouseEvent]), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:returntype", void 0) + ], FieldComponent.prototype, "onMouseMove", null); + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["HostListener"])('document:mouseup', ['$event']), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Function), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [MouseEvent]), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:returntype", void 0) + ], FieldComponent.prototype, "onMouseUp", null); + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["HostListener"])("document:keyup", ['$event']), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Function), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [KeyboardEvent]), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:returntype", void 0) + ], FieldComponent.prototype, "onKey", null); + FieldComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'app-field', + template: __webpack_require__(/*! raw-loader!./field.component.html */ "../../node_modules/raw-loader/index.js!../../libs/parser/src/lib/field/field.component.html"), + styles: [__webpack_require__(/*! ./field.component.less */ "../../libs/parser/src/lib/field/field.component.less")] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_active_field_service__WEBPACK_IMPORTED_MODULE_5__["ActiveFieldService"]]) + ], FieldComponent); + return FieldComponent; +}()); + +var MouseMoveParameters = /** @class */ (function () { + function MouseMoveParameters(mousePosition, position, mode) { + this.position = position; + this.mode = mode; + this.deltaX = mousePosition.x - position.x; + this.deltaY = mousePosition.y - position.y; + } + MouseMoveParameters.prototype.getNewPosition = function (newMousePosition) { + return new _app_models__WEBPACK_IMPORTED_MODULE_3__["Point"](newMousePosition.x - this.deltaX, newMousePosition.y - this.deltaY); + }; + MouseMoveParameters.ctorParameters = function () { return [ + { type: _app_models__WEBPACK_IMPORTED_MODULE_3__["Point"] }, + { type: _app_models__WEBPACK_IMPORTED_MODULE_3__["Point"] }, + { type: undefined } + ]; }; + return MouseMoveParameters; +}()); +var MouseMoveMode; +(function (MouseMoveMode) { + MouseMoveMode[MouseMoveMode["Move"] = 0] = "Move"; + MouseMoveMode[MouseMoveMode["NE"] = 1] = "NE"; + MouseMoveMode[MouseMoveMode["NW"] = 2] = "NW"; + MouseMoveMode[MouseMoveMode["SW"] = 3] = "SW"; + MouseMoveMode[MouseMoveMode["SE"] = 4] = "SE"; +})(MouseMoveMode || (MouseMoveMode = {})); + + +/***/ }), + +/***/ "../../libs/parser/src/lib/parser-app.component.less": +/*!****************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/parser-app.component.less ***! + \****************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\n.parser-wrapper {\n z-index: 100;\n}\n.parser-wrapper ::ng-deep .button {\n color: #3E4E5A !important;\n}\n.parser-wrapper ::ng-deep .button .text {\n padding: 0px !important;\n}\n.parser-wrapper ::ng-deep .select {\n color: #3E4E5A !important;\n}\n.toolbar-panel {\n width: 100%;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n padding-left: 10px;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvcGFyc2VyL3NyYy9saWIvcGFyc2VyLWFwcC5jb21wb25lbnQubGVzcyIsImxpYnMvcGFyc2VyL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3BhcnNlci9zcmMvbGliL3BhcnNlci1hcHAuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsNkVDQWtCO0FBR2xCO0VBQ0ksWUFBQTtBRERKO0FDQUE7RUFHTSx5QkFBQTtBREFOO0FDSEE7RUFNUSx1QkFBQTtBREFSO0FDTkE7RUFXTSx5QkFBQTtBREZOO0FDTUE7RUFDSSxXQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLGtCQUFBO0FESko7QUNPQTtFQUNFLDBCQUFBO1VBQUEsb0JBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7RUFDQSxNQUFBO0VBQ0EsU0FBQTtFQUNBLE9BQUE7RUFDQSxRQUFBO0FETEYiLCJmaWxlIjoibGlicy9wYXJzZXIvc3JjL2xpYi9wYXJzZXItYXBwLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG4ucGFyc2VyLXdyYXBwZXIge1xuICB6LWluZGV4OiAxMDA7XG59XG4ucGFyc2VyLXdyYXBwZXIgOjpuZy1kZWVwIC5idXR0b24ge1xuICBjb2xvcjogIzNFNEU1QSAhaW1wb3J0YW50O1xufVxuLnBhcnNlci13cmFwcGVyIDo6bmctZGVlcCAuYnV0dG9uIC50ZXh0IHtcbiAgcGFkZGluZzogMHB4ICFpbXBvcnRhbnQ7XG59XG4ucGFyc2VyLXdyYXBwZXIgOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBjb2xvcjogIzNFNEU1QSAhaW1wb3J0YW50O1xufVxuLnRvb2xiYXItcGFuZWwge1xuICB3aWR0aDogMTAwJTtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgcGFkZGluZy1sZWZ0OiAxMHB4O1xufVxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0OiAxMDAlO1xuICB3aWR0aDogMTAwJTtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG4iLCJAaW1wb3J0IChjc3MpIHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbkBpbXBvcnQgXCIuLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4ucGFyc2VyLXdyYXBwZXIge1xuICAgIHotaW5kZXg6IDEwMDtcbiAgICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgICBjb2xvcjogQHByaW1hcnkgICFpbXBvcnRhbnQ7XG4gIFxuICAgICAgLnRleHQge1xuICAgICAgICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbiAgICAgIH1cbiAgICB9XG4gIFxuICAgIDo6bmctZGVlcCAuc2VsZWN0IHtcbiAgICAgIGNvbG9yOiBAcHJpbWFyeSAgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuLnRvb2xiYXItcGFuZWwge1xuICAgIHdpZHRoICAgICAgOiAxMDAlO1xuICAgIGRpc3BsYXkgICAgOiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgcGFkZGluZy1sZWZ0OiAxMHB4O1xufVxuXG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQgICAgIDogMTAwJTtcbiAgd2lkdGggICAgICA6IDEwMCU7XG4gIHBvc2l0aW9uICAgOiBmaXhlZDtcbiAgdG9wICAgICAgICA6IDA7XG4gIGJvdHRvbSAgICAgOiAwO1xuICBsZWZ0ICAgICAgIDogMDtcbiAgcmlnaHQgICAgICA6IDA7XG59Il19 */" + +/***/ }), + +/***/ "../../libs/parser/src/lib/parser-app.component.ts": +/*!**************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/parser-app.component.ts ***! + \**************************************************************************************/ +/*! exports provided: ParserAppComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ParserAppComponent", function() { return ParserAppComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm5/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var _app_models__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./app-models */ "../../libs/parser/src/lib/app-models.ts"); +/* harmony import */ var _parser_service__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./parser.service */ "../../libs/parser/src/lib/parser.service.ts"); + + + + + +var ParserAppComponent = /** @class */ (function () { + function ParserAppComponent(_modalService, _parserService, uploadFilesService) { + var _this = this; + this._modalService = _modalService; + this._parserService = _parserService; + this.files = []; + this.browseFilesModal = _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["CommonModals"].BrowseFiles; + uploadFilesService.uploadsChange.subscribe(function (uploads) { + if (uploads) { + var i = void 0; + for (i = 0; i < uploads.length; i++) { + _this._parserService.upload(uploads.item(i), '', _this.rewriteConfig).subscribe(function (obj) { + _this.selectDir(''); + }); + } + } + }); + } + ParserAppComponent.prototype.ngOnInit = function () { + this.createTemplate(); + }; + ParserAppComponent.prototype.changeTemplateName = function (name) { + if (name == this.template.name) { + return; + } + this.template.name = name; + }; + ParserAppComponent.prototype.createTemplate = function () { + this.template = new _app_models__WEBPACK_IMPORTED_MODULE_3__["Template"](); + }; + ParserAppComponent.prototype.loadTemplate = function (id) { + this.template = _app_models__WEBPACK_IMPORTED_MODULE_3__["Template"].load(id.id); + this._modalService.close("gd-browse-templates"); + }; + ParserAppComponent.prototype.selectTemplate = function () { + this._modalService.open("gd-browse-templates"); + }; + ParserAppComponent.prototype.deleteTemplate = function () { + if (this.template.isStored()) { + this._modalService.open("id-delete-template-modal"); + } + }; + ParserAppComponent.prototype.deleteTemplateById = function (id) { + this._modalService.close("id-delete-template-modal"); + if (this.template.isStored()) { + this.template.remove(); + this.createTemplate(); + } + }; + ParserAppComponent.prototype.parseByTemplate = function () { + this._parserService.parseByTemplate(this.file.guid, this.template); + }; + Object.defineProperty(ParserAppComponent.prototype, "file", { + get: function () { + return this._file; + }, + set: function (file) { + this._file = file; + this.createTemplate(); + }, + enumerable: true, + configurable: true + }); + Object.defineProperty(ParserAppComponent.prototype, "uploadConfig", { + get: function () { + return this.parserConfig ? this.parserConfig.upload : true; + }, + enumerable: true, + configurable: true + }); + Object.defineProperty(ParserAppComponent.prototype, "browseConfig", { + get: function () { + return this.parserConfig ? this.parserConfig.browse : true; + }, + enumerable: true, + configurable: true + }); + Object.defineProperty(ParserAppComponent.prototype, "rewriteConfig", { + get: function () { + return this.parserConfig ? this.parserConfig.rewrite : true; + }, + enumerable: true, + configurable: true + }); + ParserAppComponent.prototype.openModal = function (id) { + this._modalService.open(id); + }; + ParserAppComponent.prototype.upload = function ($event) { + var _this = this; + this._parserService.upload(null, $event, this.rewriteConfig).subscribe(function () { + _this.selectDir(''); + }); + }; + ParserAppComponent.prototype.selectDir = function ($event) { + var _this = this; + this._parserService.loadFiles($event).subscribe(function (files) { return _this.files = files || []; }); + }; + ParserAppComponent.prototype.selectFile = function ($event, password, modalId) { + var _this = this; + this.credentials = new _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["FileCredentials"]($event, password); + this.file = null; + this._parserService.loadFile(this.credentials).subscribe(function (file) { + _this.file = file; + }); + if (modalId) { + this._modalService.close(modalId); + } + }; + ParserAppComponent.ctorParameters = function () { return [ + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["ModalService"] }, + { type: _parser_service__WEBPACK_IMPORTED_MODULE_4__["ParserService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["UploadFilesService"] } + ]; }; + ParserAppComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'gd-app-parser', + template: __webpack_require__(/*! raw-loader!./parser-app.component.html */ "../../node_modules/raw-loader/index.js!../../libs/parser/src/lib/parser-app.component.html"), + styles: [__webpack_require__(/*! ./parser-app.component.less */ "../../libs/parser/src/lib/parser-app.component.less")] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["ModalService"], + _parser_service__WEBPACK_IMPORTED_MODULE_4__["ParserService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["UploadFilesService"]]) + ], ParserAppComponent); + return ParserAppComponent; +}()); + + + +/***/ }), + +/***/ "../../libs/parser/src/lib/parser.module.ts": +/*!*******************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/parser.module.ts ***! + \*******************************************************************************/ +/*! exports provided: ParserModule */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ParserModule", function() { return ParserModule; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm5/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var _fortawesome_fontawesome_svg_core__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @fortawesome/fontawesome-svg-core */ "../../node_modules/@fortawesome/fontawesome-svg-core/index.es.js"); +/* harmony import */ var _fortawesome_free_solid_svg_icons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @fortawesome/free-solid-svg-icons */ "../../node_modules/@fortawesome/free-solid-svg-icons/index.es.js"); +/* harmony import */ var _fortawesome_free_regular_svg_icons__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @fortawesome/free-regular-svg-icons */ "../../node_modules/@fortawesome/free-regular-svg-icons/index.es.js"); +/* harmony import */ var _angular_platform_browser__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @angular/platform-browser */ "../../node_modules/@angular/platform-browser/fesm5/platform-browser.js"); +/* harmony import */ var ng_click_outside__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ng-click-outside */ "../../node_modules/ng-click-outside/lib/index.js"); +/* harmony import */ var ng_click_outside__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(ng_click_outside__WEBPACK_IMPORTED_MODULE_7__); +/* harmony import */ var _parser_app_component__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./parser-app.component */ "../../libs/parser/src/lib/parser-app.component.ts"); +/* harmony import */ var _surface_surface_component__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./surface/surface.component */ "../../libs/parser/src/lib/surface/surface.component.ts"); +/* harmony import */ var _field_field_component__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./field/field.component */ "../../libs/parser/src/lib/field/field.component.ts"); +/* harmony import */ var _active_field_service__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./active-field.service */ "../../libs/parser/src/lib/active-field.service.ts"); +/* harmony import */ var _template_name_template_name_component__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./template-name/template-name.component */ "../../libs/parser/src/lib/template-name/template-name.component.ts"); +/* harmony import */ var _template_browser_template_browser_component__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./template-browser/template-browser.component */ "../../libs/parser/src/lib/template-browser/template-browser.component.ts"); +/* harmony import */ var _confirmation_modal_confirmation_modal_component__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./confirmation-modal/confirmation-modal.component */ "../../libs/parser/src/lib/confirmation-modal/confirmation-modal.component.ts"); +/* harmony import */ var _common_components_src_lib_config_service__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../../common-components/src/lib/config.service */ "../../libs/common-components/src/lib/config.service.ts"); + + + + + + + + + + + + + + + + +var ParserModule = /** @class */ (function () { + function ParserModule() { + _fortawesome_fontawesome_svg_core__WEBPACK_IMPORTED_MODULE_3__["library"].add(_fortawesome_free_solid_svg_icons__WEBPACK_IMPORTED_MODULE_4__["fas"], _fortawesome_free_regular_svg_icons__WEBPACK_IMPORTED_MODULE_5__["far"]); + } + ParserModule_1 = ParserModule; + ParserModule.forRoot = function (apiEndpoint) { + _common_components_src_lib_config_service__WEBPACK_IMPORTED_MODULE_15__["Api"].DEFAULT_API_ENDPOINT = apiEndpoint; + return { + ngModule: ParserModule_1 + }; + }; + var ParserModule_1; + ParserModule = ParserModule_1 = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["NgModule"])({ + declarations: [_parser_app_component__WEBPACK_IMPORTED_MODULE_8__["ParserAppComponent"], _surface_surface_component__WEBPACK_IMPORTED_MODULE_9__["SurfaceComponent"], _field_field_component__WEBPACK_IMPORTED_MODULE_10__["FieldComponent"], _template_name_template_name_component__WEBPACK_IMPORTED_MODULE_12__["TemplateNameComponent"], _template_browser_template_browser_component__WEBPACK_IMPORTED_MODULE_13__["TemplateBrowserComponent"], _confirmation_modal_confirmation_modal_component__WEBPACK_IMPORTED_MODULE_14__["ConfirmationModalComponent"]], + imports: [ + _angular_platform_browser__WEBPACK_IMPORTED_MODULE_6__["BrowserModule"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["CommonComponentsModule"], + ng_click_outside__WEBPACK_IMPORTED_MODULE_7__["ClickOutsideModule"] + ], + providers: [_active_field_service__WEBPACK_IMPORTED_MODULE_11__["ActiveFieldService"], _common_components_src_lib_config_service__WEBPACK_IMPORTED_MODULE_15__["ConfigService"]], + exports: [_parser_app_component__WEBPACK_IMPORTED_MODULE_8__["ParserAppComponent"], _field_field_component__WEBPACK_IMPORTED_MODULE_10__["FieldComponent"]], + entryComponents: [_field_field_component__WEBPACK_IMPORTED_MODULE_10__["FieldComponent"]], + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", []) + ], ParserModule); + return ParserModule; +}()); + + + +/***/ }), + +/***/ "../../libs/parser/src/lib/parser.service.ts": +/*!********************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/parser.service.ts ***! + \********************************************************************************/ +/*! exports provided: ParserService */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ParserService", function() { return ParserService; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); +/* harmony import */ var _angular_common_http__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/common/http */ "../../node_modules/@angular/common/fesm5/http.js"); +/* harmony import */ var _common_components_src_lib_config_service__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../common-components/src/lib/config.service */ "../../libs/common-components/src/lib/config.service.ts"); + + + + +var ParserService = /** @class */ (function () { + function ParserService(_http, _config) { + this._http = _http; + this._config = _config; + } + ParserService.prototype.loadFiles = function (path) { + return this._http.post(this._config.getParserApiEndpoint() + Api.LOAD_FILE_TREE, { 'path': path }, Api.httpOptionsJson); + }; + ParserService.prototype.loadFile = function (credentials) { + return this._http.post(this._config.getParserApiEndpoint() + Api.LOAD_DOCUMENT_DESCRIPTION, credentials, Api.httpOptionsJson); + }; + ParserService.prototype.upload = function (file, url, rewrite) { + var formData = new FormData(); + formData.append("file", file); + formData.append('rewrite', String(rewrite)); + if (url) { + formData.append("url", url); + } + return this._http.post(this._config.getParserApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData); + }; + ParserService.prototype.parseByTemplate = function (documentGuid, template) { + var formData = new FormData(); + formData.append("documentGuid", documentGuid); + var txt = template.getFields().toString(); + return this._http.post(this._config.getParserApiEndpoint() + Api.PARSE_BY_TEMPLATE, formData); + }; + ParserService.ctorParameters = function () { return [ + { type: _angular_common_http__WEBPACK_IMPORTED_MODULE_2__["HttpClient"] }, + { type: _common_components_src_lib_config_service__WEBPACK_IMPORTED_MODULE_3__["ConfigService"] } + ]; }; + ParserService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Injectable"])({ + providedIn: 'root' + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_angular_common_http__WEBPACK_IMPORTED_MODULE_2__["HttpClient"], _common_components_src_lib_config_service__WEBPACK_IMPORTED_MODULE_3__["ConfigService"]]) + ], ParserService); + return ParserService; +}()); + +var Api = /** @class */ (function () { + function Api() { + } + Api.VIEWER_APP = '/viewer'; + Api.SIGNATURE_APP = '/signature'; + Api.ANNOTATION_APP = '/annotation'; + Api.SEARCH_APP = '/search'; + Api.EDITOR_APP = '/editor'; + Api.COMPARISON_APP = '/comparison'; + Api.CONVERSION_APP = '/conversion'; + Api.METADATA_APP = '/metadata'; + Api.PARSER_APP = '/parser'; + Api.DEFAULT_API_ENDPOINT = window.location.href; + Api.LOAD_FILE_TREE = '/loadFileTree'; + Api.LOAD_CONFIG = '/loadConfig'; + Api.LOAD_DOCUMENT_DESCRIPTION = '/loadDocumentDescription'; + Api.LOAD_DOCUMENT_PAGE = '/loadDocumentPage'; + Api.LOAD_DOCUMENT_PROPERTIES = '/loadProperties'; + Api.LOAD_DOCUMENT_PROPERTIES_NAMES = '/loadPropertiesNames'; + Api.SAVE_PROPERTY = '/saveProperty'; + Api.REMOVE_PROPERTY = '/removeProperty'; + Api.ROTATE_DOCUMENT_PAGE = '/rotateDocumentPages'; + Api.UPLOAD_DOCUMENTS = '/uploadDocument'; + Api.DOWNLOAD_DOCUMENTS = '/downloadDocument'; + Api.LOAD_PRINT = '/loadPrint'; + Api.LOAD_PRINT_PDF = '/printPdf'; + Api.LOAD_THUMBNAILS = '/loadThumbnails'; + Api.LOAD_FORMATS = '/loadFormats'; + Api.SAVE_FILE = '/saveFile'; + Api.CREATE_FILE = '/createFile'; + Api.COMPARE_FILES = '/compare'; + Api.CONVERT_FILE = '/convert'; + Api.DELETE_SIGNATURE_FILE = '/deleteSignatureFile'; + Api.REMOVE_FROM_INDEX = '/removeFromIndex'; + Api.GET_FILE_STATUS = '/getFileStatus'; + Api.SAVE_OPTICAL_CODE = '/saveOpticalCode'; + Api.SAVE_TEXT = '/saveText'; + Api.SAVE_IMAGE = '/saveImage'; + Api.SAVE_STAMP = '/saveStamp'; + Api.SIGN = '/sign'; + Api.DOWNLOAD_SIGNED = '/downloadSigned'; + Api.LOAD_SIGNATURE_IMAGE = '/loadSignatureImage'; + Api.ANNOTATE = '/annotate'; + Api.SEARCH = '/search'; + Api.ADD_FILES_TO_INDEX = '/addFilesToIndex'; + Api.PARSE_BY_TEMPLATE = '/parseByTemplate'; + Api.httpOptionsJson = { + headers: new _angular_common_http__WEBPACK_IMPORTED_MODULE_2__["HttpHeaders"]({ + 'Content-Type': 'application/json', + }) + }; + Api.httpOptionsJsonResponseTypeBlob = { + headers: new _angular_common_http__WEBPACK_IMPORTED_MODULE_2__["HttpHeaders"]({ + 'Content-Type': 'application/json', + }), + responseType: 'blob' + }; + return Api; +}()); + + +/***/ }), + +/***/ "../../libs/parser/src/lib/surface/surface.component.less": +/*!*********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/surface/surface.component.less ***! + \*********************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n::ng-deep .page {\n position: relative;\n}\n::ng-deep .gd-page-image {\n width: unset;\n height: unset;\n}\n::ng-deep .top-panel {\n align-content: flex-start;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: inherit;\n}\n.gd-document {\n -webkit-box-align: stretch;\n align-items: stretch;\n width: 100%;\n position: fixed;\n top: \"calc(90px)\";\n bottom: 0;\n left: 0;\n right: 0;\n height: calc(100% - 90px);\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvcGFyc2VyL3NyYy9saWIvc3VyZmFjZS9zdXJmYWNlLmNvbXBvbmVudC5sZXNzIiwibGlicy9wYXJzZXIvc3JjL2xpYi9zdXJmYWNlL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9wYXJzZXIvc3JjL2xpYi9zdXJmYWNlL3N1cmZhY2UuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsNkVDQWtCO0FBR2xCO0VBQ0ksc0RBQUE7QURESjtBQ0lBO0VBQ0Usa0JBQUE7QURGRjtBQ0tBO0VBQ0UsWUFBQTtFQUNBLGFBQUE7QURIRjtBQ01BO0VBQ0UseUJBQUE7QURKRjtBQ09BO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsZUFBQTtBRExGO0FDU0E7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7RUFDQSxpQkFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtFQUNBLHlCQUFBO0FEUEYiLCJmaWxlIjoibGlicy9wYXJzZXIvc3JjL2xpYi9zdXJmYWNlL3N1cmZhY2UuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG46Om5nLWRlZXAgLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG46Om5nLWRlZXAgLmdkLXBhZ2UtaW1hZ2Uge1xuICB3aWR0aDogdW5zZXQ7XG4gIGhlaWdodDogdW5zZXQ7XG59XG46Om5nLWRlZXAgLnRvcC1wYW5lbCB7XG4gIGFsaWduLWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG59XG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xufVxuLmdkLWRvY3VtZW50IHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogXCJjYWxjKDkwcHgpXCI7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gOTBweCk7XG59XG4iLCJAaW1wb3J0IChjc3MpIHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG46aG9zdCAqIHtcbiAgICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG4gIH1cbiAgXG46Om5nLWRlZXAgLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG5cbjo6bmctZGVlcCAuZ2QtcGFnZS1pbWFnZSB7XG4gIHdpZHRoIDogdW5zZXQ7XG4gIGhlaWdodDogdW5zZXQ7XG59XG5cbjo6bmctZGVlcCAudG9wLXBhbmVsIHtcbiAgYWxpZ24tY29udGVudDogZmxleC1zdGFydDtcbn1cblxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodCA6IGluaGVyaXQ7XG59XG5cblxuLmdkLWRvY3VtZW50IHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIHdpZHRoICAgICAgOiAxMDAlO1xuICBwb3NpdGlvbiAgIDogZml4ZWQ7XG4gIHRvcCAgICAgICAgOiBcImNhbGMoQHtlZGl0b3ItbmF2LWhlaWdodH0pXCI7XG4gIGJvdHRvbSAgICAgOiAwO1xuICBsZWZ0ICAgICAgIDogMDtcbiAgcmlnaHQgICAgICA6IDA7XG4gIGhlaWdodDp+XCJjYWxjKDEwMCUgLSBAe2VkaXRvci1uYXYtaGVpZ2h0fSlcIjtcbn0iXX0= */" + +/***/ }), + +/***/ "../../libs/parser/src/lib/surface/surface.component.ts": +/*!*******************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/surface/surface.component.ts ***! + \*******************************************************************************************/ +/*! exports provided: SurfaceComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SurfaceComponent", function() { return SurfaceComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm5/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var _app_models__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../app-models */ "../../libs/parser/src/lib/app-models.ts"); +/* harmony import */ var _field_field_component__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../field/field.component */ "../../libs/parser/src/lib/field/field.component.ts"); +/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! jquery */ "../../node_modules/jquery/dist/jquery.js"); +/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_5__); +/* harmony import */ var _active_field_service__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../active-field.service */ "../../libs/parser/src/lib/active-field.service.ts"); + + + + + + + +var $ = jquery__WEBPACK_IMPORTED_MODULE_5__; +var SurfaceComponent = /** @class */ (function () { + function SurfaceComponent(hostingComponentsService, addDynamicComponentService, activeFieldService) { + this.hostingComponentsService = hostingComponentsService; + this.addDynamicComponentService = addDynamicComponentService; + this.activeFieldService = activeFieldService; + this.addMode = false; + this.lastId = -1; + this.fieldComponentRefs = new Map(); + } + Object.defineProperty(SurfaceComponent.prototype, "file", { + get: function () { + return this._file; + }, + set: function (file) { + this._file = file; + }, + enumerable: true, + configurable: true + }); + Object.defineProperty(SurfaceComponent.prototype, "template", { + set: function (template) { + var _this = this; + this._template = template; + if (this.fieldAddedSubscription) { + this.fieldAddedSubscription.unsubscribe(); + } + if (this.fieldRemovedSubscription) { + this.fieldRemovedSubscription.unsubscribe(); + } + this.fieldAddedSubscription = this._template.added.subscribe(function (field) { return _this.addField(field); }); + this.fieldRemovedSubscription = this._template.removed.subscribe(function (field) { return _this.removeField(field); }); + this.removeFields(); + this.lastId = -1; + this._template = template; + this._template.getFields().forEach(function (field) { + _this.addField(field); + _this.lastId = Math.max(_this.lastId, field.id); + }); + }, + enumerable: true, + configurable: true + }); + SurfaceComponent.prototype.addField = function (field) { + var dynamicDirective = this.hostingComponentsService.find(field.pageNumber); + if (dynamicDirective) { + var viewContainerRef = dynamicDirective.viewContainerRef; + var fieldComponent = this.addDynamicComponentService.addDynamicComponent(viewContainerRef, _field_field_component__WEBPACK_IMPORTED_MODULE_4__["FieldComponent"]); + fieldComponent.instance.id = field.id; + fieldComponent.instance.setField(field); + var pageModel = this.file.pages.find(function (p) { + return p.number === field.pageNumber; + }); + fieldComponent.instance.pageSize = new _app_models__WEBPACK_IMPORTED_MODULE_3__["Size"](pageModel.width, pageModel.height); + this.fieldComponentRefs.set(field, fieldComponent); + } + }; + SurfaceComponent.prototype.removeFields = function () { + this.fieldComponentRefs.forEach(function (cRef) { + cRef.destroy(); + }); + this.fieldComponentRefs.clear(); + }; + SurfaceComponent.prototype.removeField = function (field) { + var componentRef = this.fieldComponentRefs.get(field); + if (componentRef) { + componentRef.destroy(); + } + this.fieldComponentRefs.delete(field); + }; + SurfaceComponent.prototype.createField = function ($event) { + if (!$event.altKey) { + return; + } + $event.preventDefault(); + var position = _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["Utils"].getMousePosition($event); + var elements = document.elementsFromPoint(position.x, position.y); + var currentPage = elements.find(function (x) { return x.id && x.id.startsWith("page-"); }); + if (currentPage) { + var documentPage = $(currentPage).parent().parent()[0]; + var currentPosition = this.getCurrentPosition(position, $(documentPage)); + var pageId = currentPage.id; + var pageNumber = 1; + if (pageId) { + var split = pageId.split('-'); + pageNumber = split.length === 2 ? parseInt(split[1], 10) : pageNumber; + } + var field = new _app_models__WEBPACK_IMPORTED_MODULE_3__["TemplateField"](this.template); + var id = this.getNextId(); + field.name = "field" + id; + field.id = id; + field.pageNumber = pageNumber; + field.position = new _app_models__WEBPACK_IMPORTED_MODULE_3__["Point"](currentPosition.x, currentPosition.y); + field.size = new _app_models__WEBPACK_IMPORTED_MODULE_3__["Size"](60, 20); + this._template.addField(field); + } + }; + SurfaceComponent.prototype.getCurrentPosition = function (position, page) { + var x = (position.x - page.offset().left); + var y = (position.y - page.offset().top); + return new _app_models__WEBPACK_IMPORTED_MODULE_3__["Point"](x, y); + }; + SurfaceComponent.prototype.getNextId = function () { + this.lastId++; + return this.lastId; + }; + SurfaceComponent.prototype.ngOnInit = function () { + }; + SurfaceComponent.prototype.ngOnDestroy = function () { + if (this.fieldAddedSubscription) { + this.fieldAddedSubscription.unsubscribe(); + } + if (this.fieldRemovedSubscription) { + this.fieldRemovedSubscription.unsubscribe(); + } + }; + SurfaceComponent.ctorParameters = function () { return [ + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["HostingDynamicComponentService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["AddDynamicComponentService"] }, + { type: _active_field_service__WEBPACK_IMPORTED_MODULE_6__["ActiveFieldService"] } + ]; }; + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", _app_models__WEBPACK_IMPORTED_MODULE_3__["FileDescription"]), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_app_models__WEBPACK_IMPORTED_MODULE_3__["FileDescription"]]) + ], SurfaceComponent.prototype, "file", null); + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", _app_models__WEBPACK_IMPORTED_MODULE_3__["Template"]), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_app_models__WEBPACK_IMPORTED_MODULE_3__["Template"]]) + ], SurfaceComponent.prototype, "template", null); + SurfaceComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'app-surface', + template: __webpack_require__(/*! raw-loader!./surface.component.html */ "../../node_modules/raw-loader/index.js!../../libs/parser/src/lib/surface/surface.component.html"), + styles: [__webpack_require__(/*! ./surface.component.less */ "../../libs/parser/src/lib/surface/surface.component.less")] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["HostingDynamicComponentService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["AddDynamicComponentService"], + _active_field_service__WEBPACK_IMPORTED_MODULE_6__["ActiveFieldService"]]) + ], SurfaceComponent); + return SurfaceComponent; +}()); + + + +/***/ }), + +/***/ "../../libs/parser/src/lib/template-browser/template-browser.component.less": +/*!***************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/template-browser/template-browser.component.less ***! + \***************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "#gd-templatebrowser-section {\n width: 640px;\n height: 480px;\n overflow-y: auto;\n}\n.gd-modal-table {\n width: 100%;\n text-align: left;\n}\n.list-template-header {\n height: 60px;\n color: #6e6e6e;\n font-size: 13px;\n font-weight: bold;\n background-color: #f4f4f4;\n margin-top: 24px;\n}\n.header-name {\n padding-left: 24px;\n width: 90%;\n line-height: 60px;\n}\n.list-template-lines,\n.list-template-header {\n display: -webkit-box;\n display: flex;\n width: 100%;\n -webkit-box-pack: justify;\n justify-content: space-between;\n}\n.list-template-lines {\n border-bottom: 1px solid #e7e7e7;\n}\n.gd-template-name {\n white-space: nowrap;\n overflow: hidden;\n width: 100%;\n text-overflow: ellipsis;\n}\n.template-description {\n display: -webkit-box;\n display: flex;\n width: 90%;\n padding: 18px 0px 18px 24px;\n font-size: 14px;\n -webkit-box-flex: 1;\n flex: 1;\n cursor: pointer;\n overflow: hidden;\n}\n.template-name {\n font-size: 16px;\n color: #6e6e6e;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.list-template-lines:hover {\n background-color: #E5E5E5;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvcGFyc2VyL3NyYy9saWIvdGVtcGxhdGUtYnJvd3Nlci9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvcGFyc2VyL3NyYy9saWIvdGVtcGxhdGUtYnJvd3Nlci90ZW1wbGF0ZS1icm93c2VyLmNvbXBvbmVudC5sZXNzIiwibGlicy9wYXJzZXIvc3JjL2xpYi90ZW1wbGF0ZS1icm93c2VyL3RlbXBsYXRlLWJyb3dzZXIuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0E7RUFDSSxZQUFBO0VBQ0EsYUFBQTtFQUNBLGdCQUFBO0FDQUo7QURHQTtFQUNJLFdBQUE7RUFDQSxnQkFBQTtBQ0RKO0FESUE7RUFDSSxZQUFBO0VBQ0EsY0FBQTtFQUNBLGVBQUE7RUFDQSxpQkFBQTtFQUNBLHlCQUFBO0VBQ0EsZ0JBQUE7QUNGSjtBREtBO0VBQ0ksa0JBQUE7RUFDQSxVQUFBO0VBQ0EsaUJBQUE7QUNISjtBRE1BOztFQUNJLG9CQUFBO0VBQUEsYUFBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtVQUFBLDhCQUFBO0FDSEo7QURNQTtFQUNJLGdDQUFBO0FDSko7QURPQTtFQUNJLG1CQUFBO0VBQ0EsZ0JBQUE7RUFDQSxXQUFBO0VBQ0EsdUJBQUE7QUNMSjtBRFFBO0VBQ0ksb0JBQUE7RUFBQSxhQUFBO0VBQ0EsVUFBQTtFQUNBLDJCQUFBO0VBQ0EsZUFBQTtFQUNBLG1CQUFBO1VBQUEsT0FBQTtFQUNBLGVBQUE7RUFDQSxnQkFBQTtBQ05KO0FEU0E7RUFDSSxlQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0VBQ0EsdUJBQUE7QUNQSjtBRFVBO0VBQ0kseUJBQUE7QUNSSiIsImZpbGUiOiJsaWJzL3BhcnNlci9zcmMvbGliL3RlbXBsYXRlLWJyb3dzZXIvdGVtcGxhdGUtYnJvd3Nlci5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLy4uLy4uL3N0eWxlcy92YXJpYWJsZXNcIjtcbiNnZC10ZW1wbGF0ZWJyb3dzZXItc2VjdGlvbiB7XG4gICAgd2lkdGg6IDY0MHB4O1xuICAgIGhlaWdodDogNDgwcHg7XG4gICAgb3ZlcmZsb3cteTogYXV0bztcbiAgfVxuXG4uZ2QtbW9kYWwtdGFibGUge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIHRleHQtYWxpZ246IGxlZnQ7XG59XG5cbi5saXN0LXRlbXBsYXRlLWhlYWRlciB7XG4gICAgaGVpZ2h0OiA2MHB4O1xuICAgIGNvbG9yOiBAZG92ZS1ncmF5O1xuICAgIGZvbnQtc2l6ZTogMTNweDtcbiAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAd2lsZC1zYW5kO1xuICAgIG1hcmdpbi10b3A6IDI0cHg7XG4gIH1cblxuLmhlYWRlci1uYW1lIHtcbiAgICBwYWRkaW5nLWxlZnQ6IDI0cHg7XG4gICAgd2lkdGg6IDkwJTtcbiAgICBsaW5lLWhlaWdodDogNjBweDtcbiAgfVxuXG4ubGlzdC10ZW1wbGF0ZS1saW5lcywgLmxpc3QtdGVtcGxhdGUtaGVhZGVyIHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcbiAgfSAgXG5cbi5saXN0LXRlbXBsYXRlLWxpbmVzIHtcbiAgICBib3JkZXItYm90dG9tOiAxcHggc29saWQgQG1lcmN1cnk7XG4gIH1cblxuLmdkLXRlbXBsYXRlLW5hbWUge1xuICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgICB3aWR0aDogMTAwJTtcbiAgICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbiAgfVxuXG4udGVtcGxhdGUtZGVzY3JpcHRpb24ge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgd2lkdGg6IDkwJTtcbiAgICBwYWRkaW5nOiAxOHB4IDBweCAxOHB4IDI0cHg7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuICAgIGZsZXg6IDE7ICAgIFxuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuICB9ICBcblxuLnRlbXBsYXRlLW5hbWUge1xuICAgIGZvbnQtc2l6ZTogMTZweDtcbiAgICBjb2xvcjogQGRvdmUtZ3JheTtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuICAgIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuICB9XG4gIFxuLmxpc3QtdGVtcGxhdGUtbGluZXM6aG92ZXJ7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQG5hdi1hY2NlbnQtYmFja2dyb3VuZDtcbiAgfSIsIiNnZC10ZW1wbGF0ZWJyb3dzZXItc2VjdGlvbiB7XG4gIHdpZHRoOiA2NDBweDtcbiAgaGVpZ2h0OiA0ODBweDtcbiAgb3ZlcmZsb3cteTogYXV0bztcbn1cbi5nZC1tb2RhbC10YWJsZSB7XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xufVxuLmxpc3QtdGVtcGxhdGUtaGVhZGVyIHtcbiAgaGVpZ2h0OiA2MHB4O1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBmb250LXdlaWdodDogYm9sZDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2Y0ZjRmNDtcbiAgbWFyZ2luLXRvcDogMjRweDtcbn1cbi5oZWFkZXItbmFtZSB7XG4gIHBhZGRpbmctbGVmdDogMjRweDtcbiAgd2lkdGg6IDkwJTtcbiAgbGluZS1oZWlnaHQ6IDYwcHg7XG59XG4ubGlzdC10ZW1wbGF0ZS1saW5lcyxcbi5saXN0LXRlbXBsYXRlLWhlYWRlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxMDAlO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG59XG4ubGlzdC10ZW1wbGF0ZS1saW5lcyB7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZTdlN2U3O1xufVxuLmdkLXRlbXBsYXRlLW5hbWUge1xuICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICB3aWR0aDogMTAwJTtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG59XG4udGVtcGxhdGUtZGVzY3JpcHRpb24ge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogOTAlO1xuICBwYWRkaW5nOiAxOHB4IDBweCAxOHB4IDI0cHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgZmxleDogMTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuLnRlbXBsYXRlLW5hbWUge1xuICBmb250LXNpemU6IDE2cHg7XG4gIGNvbG9yOiAjNmU2ZTZlO1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbn1cbi5saXN0LXRlbXBsYXRlLWxpbmVzOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0U1RTVFNTtcbn1cbiJdfQ== */" + +/***/ }), + +/***/ "../../libs/parser/src/lib/template-browser/template-browser.component.ts": +/*!*************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/template-browser/template-browser.component.ts ***! + \*************************************************************************************************************/ +/*! exports provided: TemplateBrowserComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "TemplateBrowserComponent", function() { return TemplateBrowserComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); +/* harmony import */ var _app_models__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../app-models */ "../../libs/parser/src/lib/app-models.ts"); + + + +var TemplateBrowserComponent = /** @class */ (function () { + function TemplateBrowserComponent() { + this.choosed = new _angular_core__WEBPACK_IMPORTED_MODULE_1__["EventEmitter"](); + this.loadIds(); + } + TemplateBrowserComponent.prototype.ngOnInit = function () { + }; + TemplateBrowserComponent.prototype.loadIds = function () { + this.ids = _app_models__WEBPACK_IMPORTED_MODULE_2__["Template"].getTemplateIds(); + }; + TemplateBrowserComponent.prototype.refresh = function ($event) { + if ($event) { + this.loadIds(); + } + }; + TemplateBrowserComponent.prototype.choose = function (id) { + this.choosed.emit(id); + }; + TemplateBrowserComponent.prototype.getTemplateIds = function () { + return _app_models__WEBPACK_IMPORTED_MODULE_2__["Template"].getTemplateIds(); + }; + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Output"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Object) + ], TemplateBrowserComponent.prototype, "choosed", void 0); + TemplateBrowserComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'app-template-browser', + template: __webpack_require__(/*! raw-loader!./template-browser.component.html */ "../../node_modules/raw-loader/index.js!../../libs/parser/src/lib/template-browser/template-browser.component.html"), + styles: [__webpack_require__(/*! ./template-browser.component.less */ "../../libs/parser/src/lib/template-browser/template-browser.component.less")] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", []) + ], TemplateBrowserComponent); + return TemplateBrowserComponent; +}()); + + + +/***/ }), + +/***/ "../../libs/parser/src/lib/template-name/template-name.component.less": +/*!*********************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/template-name/template-name.component.less ***! + \*********************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJsaWJzL3BhcnNlci9zcmMvbGliL3RlbXBsYXRlLW5hbWUvdGVtcGxhdGUtbmFtZS5jb21wb25lbnQubGVzcyJ9 */" + +/***/ }), + +/***/ "../../libs/parser/src/lib/template-name/template-name.component.ts": +/*!*******************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/template-name/template-name.component.ts ***! + \*******************************************************************************************************/ +/*! exports provided: TemplateNameComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "TemplateNameComponent", function() { return TemplateNameComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); + + +var TemplateNameComponent = /** @class */ (function () { + function TemplateNameComponent() { + this._name = ""; + this.editorMode = false; + this.nameChanged = new _angular_core__WEBPACK_IMPORTED_MODULE_1__["EventEmitter"](); + } + TemplateNameComponent.prototype.ngOnInit = function () { + }; + Object.defineProperty(TemplateNameComponent.prototype, "name", { + set: function (name) { + this.setName(name); + }, + enumerable: true, + configurable: true + }); + TemplateNameComponent.prototype.setName = function (name) { + this._name = name; + }; + TemplateNameComponent.prototype.getName = function () { + return this._name; + }; + TemplateNameComponent.prototype.isEditorMode = function () { + return this.editorMode; + }; + TemplateNameComponent.prototype.openEditor = function () { + this.editorMode = true; + }; + TemplateNameComponent.prototype.closeEditor = function () { + this.editorMode = false; + this.confirmNameChanged(); + }; + TemplateNameComponent.prototype.confirmNameChanged = function () { + this.nameChanged.emit(this._name); + }; + TemplateNameComponent.prototype.keyUp = function ($event) { + if ($event.key == "Enter" && this.isEditorMode()) { + this.closeEditor(); + } + }; + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Output"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Object) + ], TemplateNameComponent.prototype, "nameChanged", void 0); + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", String), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [String]) + ], TemplateNameComponent.prototype, "name", null); + TemplateNameComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'app-template-name', + template: __webpack_require__(/*! raw-loader!./template-name.component.html */ "../../node_modules/raw-loader/index.js!../../libs/parser/src/lib/template-name/template-name.component.html"), + styles: [__webpack_require__(/*! ./template-name.component.less */ "../../libs/parser/src/lib/template-name/template-name.component.less")] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", []) + ], TemplateNameComponent); + return TemplateNameComponent; +}()); + + + +/***/ }), + +/***/ "../../libs/search/src/index.ts": +/*!*******************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/index.ts ***! + \*******************************************************************/ +/*! exports provided: initializeApp, setupLoadingInterceptor, SearchModule, SearchAppComponent, SearchService, SearchConfigService */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _lib_search_module__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./lib/search.module */ "../../libs/search/src/lib/search.module.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "initializeApp", function() { return _lib_search_module__WEBPACK_IMPORTED_MODULE_0__["initializeApp"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "setupLoadingInterceptor", function() { return _lib_search_module__WEBPACK_IMPORTED_MODULE_0__["setupLoadingInterceptor"]; }); + +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchModule", function() { return _lib_search_module__WEBPACK_IMPORTED_MODULE_0__["SearchModule"]; }); + +/* harmony import */ var _lib_search_app_component__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./lib/search-app.component */ "../../libs/search/src/lib/search-app.component.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchAppComponent", function() { return _lib_search_app_component__WEBPACK_IMPORTED_MODULE_1__["SearchAppComponent"]; }); + +/* harmony import */ var _lib_search_service__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./lib/search.service */ "../../libs/search/src/lib/search.service.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchService", function() { return _lib_search_service__WEBPACK_IMPORTED_MODULE_2__["SearchService"]; }); + +/* harmony import */ var _lib_search_config_service__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./lib/search-config.service */ "../../libs/search/src/lib/search-config.service.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchConfigService", function() { return _lib_search_config_service__WEBPACK_IMPORTED_MODULE_3__["SearchConfigService"]; }); + + + + + + + +/***/ }), + +/***/ "../../libs/search/src/lib/indexed-file/indexed-file.component.less": +/*!*******************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/indexed-file/indexed-file.component.less ***! + \*******************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = ".gd-indexed-file {\n display: -webkit-box;\n display: flex;\n width: 100%;\n height: 98px;\n border-bottom: 1px solid #e7e7e7;\n background-color: #fff;\n -webkit-box-align: center;\n align-items: center;\n position: relative;\n}\n.gd-indexed-file-remove {\n font-size: 18px;\n color: #6E6E6E;\n margin: 0px 24px;\n cursor: pointer;\n}\n.gd-indexed-file-remove span {\n width: 37px;\n height: 37px;\n display: block;\n line-height: 37px;\n text-align: center;\n font-weight: bold;\n}\n.gd-indexed-file-remove.disabled {\n color: #959da5;\n opacity: 0.4;\n}\n.gd-indexed-file-name {\n display: -webkit-box;\n display: flex;\n}\n.gd-indexed-file-name fa-icon {\n font-size: 32px;\n margin: 19px 21px 0 0;\n}\n.gd-indexed-file-name.disabled fa-icon {\n color: #6e6e6e;\n}\n.gd-file-name {\n text-align: left;\n cursor: default;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.gd-indexed-file-size {\n width: 70px;\n color: #777777;\n text-align: left;\n font-size: 12px;\n right: 265px;\n position: absolute;\n}\n.gd-indexed-file-status-wrapper {\n color: #777777;\n font-size: 12px;\n right: 104px;\n position: absolute;\n width: 70px;\n}\n.gd-indexed-file-status {\n display: -webkit-box;\n display: flex;\n}\n.gd-indexed-file-status fa-icon {\n padding-right: 7px;\n}\n.gd-file-format {\n font-size: 10px;\n color: #acacac;\n padding-top: 4px;\n}\n.gd-file-format.mobile {\n display: none;\n}\n.disabled {\n cursor: not-allowed !important;\n}\n.gd-indexed-file .ng-fa-icon.fa-file-pdf {\n color: #E21717;\n}\n.gd-indexed-file .ng-fa-icon.fa-file-word {\n color: #6979B9;\n}\n.gd-indexed-file .ng-fa-icon.fa-file-powerpoint {\n color: #E29417;\n}\n.gd-indexed-file .ng-fa-icon.fa-file-excel {\n color: #3FA300;\n}\n.gd-indexed-file .ng-fa-icon.fa-file-image {\n color: #E217DA;\n}\n.gd-indexed-file .ng-fa-icon.fa-file-text .fa-folder {\n color: #5D6A75;\n}\n.gd-indexed-file-name .ng-fa-icon {\n font-size: 33px;\n}\n.gd-indexed-file-name fa-icon {\n font-size: 32px;\n margin: 0 11px 0 0;\n}\n@media (max-width: 1037px) {\n .gd-indexed-file-size {\n display: none;\n }\n .gd-file-format {\n font-size: 10px;\n }\n .gd-file-format.mobile {\n display: block;\n }\n .gd-file-format.mobile > fa-icon {\n color: #bebebe;\n }\n .gd-file-format.mobile fa-icon {\n font-size: 10px;\n margin-right: 2.1px;\n }\n .gd-file-format.mobile fa-icon:nth-child(1) {\n margin-right: 6px;\n }\n .gd-file-format {\n font-size: 11px;\n }\n .gd-indexed-file-name {\n white-space: nowrap;\n overflow: hidden;\n width: 65%;\n }\n .gd-indexed-file-status-wrapper {\n right: 45px;\n width: unset;\n }\n .gd-indexed-file-status-wrapper .gd-indexed-file-status fa-icon {\n padding-right: unset;\n font-size: 16px;\n }\n .gd-indexed-file-remove {\n margin: 0px 16px 0px 15px;\n font-size: 24px;\n }\n .mobile-hide {\n display: none;\n }\n .gd-indexed-file {\n height: 85px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2VhcmNoL3NyYy9saWIvaW5kZXhlZC1maWxlL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zZWFyY2gvc3JjL2xpYi9pbmRleGVkLWZpbGUvaW5kZXhlZC1maWxlLmNvbXBvbmVudC5sZXNzIiwibGlicy9zZWFyY2gvc3JjL2xpYi9pbmRleGVkLWZpbGUvaW5kZXhlZC1maWxlLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxnQ0FBQTtFQUNBLHNCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLGtCQUFBO0FDREY7QURJQTtFQUNFLGVBQUE7RUFDQSxjQUFBO0VBQ0EsZ0JBQUE7RUFDQSxlQUFBO0FDRkY7QURGQTtFQU9JLFdBQUE7RUFDQSxZQUFBO0VBQ0EsY0FBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxpQkFBQTtBQ0ZKO0FES0U7RUFDRSxjQUFBO0VBQ0EsWUFBQTtBQ0hKO0FET0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7QUNMRjtBRFFBO0VBQ0UsZUFBQTtFQUNBLHFCQUFBO0FDTkY7QURTQTtFQUNFLGNBQUE7QUNQRjtBRFVBO0VBQ0UsZ0JBQUE7RUFDQSxlQUFBO0VBQ0EsZ0JBQUE7RUFDQSx1QkFBQTtBQ1JGO0FEV0E7RUFDRSxXQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtBQ1RGO0FEWUE7RUFDRSxjQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtFQUNBLFdBQUE7QUNWRjtBRGFBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0FDWEY7QURVQTtFQUlJLGtCQUFBO0FDWEo7QURlQTtFQUNFLGVBQUE7RUFDQSxjQUFBO0VBQ0EsZ0JBQUE7QUNiRjtBRGVFO0VBQ0UsYUFBQTtBQ2JKO0FEaUJBO0VBQ0UsOEJBQUE7QUNmRjtBRGtCQTtFQUNFLGNBQUE7QUNoQkY7QURtQkE7RUFDRSxjQUFBO0FDakJGO0FEb0JBO0VBQ0UsY0FBQTtBQ2xCRjtBRHFCQTtFQUNFLGNBQUE7QUNuQkY7QURzQkE7RUFDRSxjQUFBO0FDcEJGO0FEdUJBO0VBQ0UsY0FBQTtBQ3JCRjtBRHdCQTtFQUNFLGVBQUE7QUN0QkY7QUR5QkE7RUFDRSxlQUFBO0VBQ0Esa0JBQUE7QUN2QkY7QUQwQkE7RUFFRTtJQUNFLGFBQUE7RUN6QkY7RUQ0QkE7SUFDRSxlQUFBO0VDMUJGO0VENEJFO0lBQ0UsY0FBQTtFQzFCSjtFRHlCRTtJQUlJLGNBQUE7RUMxQk47RURzQkU7SUFRSSxlQUFBO0lBQ0EsbUJBQUE7RUMzQk47RURrQkU7SUFhSSxpQkFBQTtFQzVCTjtFRGlDQTtJQUNFLGVBQUE7RUMvQkY7RURrQ0E7SUFDRSxtQkFBQTtJQUNBLGdCQUFBO0lBQ0EsVUFBQTtFQ2hDRjtFRG1DQTtJQUNFLFdBQUE7SUFDQSxZQUFBO0VDakNGO0VEK0JBO0lBTU0sb0JBQUE7SUFDQSxlQUFBO0VDbENOO0VEdUNBO0lBQ0UseUJBQUE7SUFDQSxlQUFBO0VDckNGO0VEd0NBO0lBQ0UsYUFBQTtFQ3RDRjtFRHlDQTtJQUNFLFlBQUE7RUN2Q0Y7QUFDRiIsImZpbGUiOiJsaWJzL3NlYXJjaC9zcmMvbGliL2luZGV4ZWQtZmlsZS9pbmRleGVkLWZpbGUuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWluZGV4ZWQtZmlsZSB7XG4gIGRpc3BsYXkgICAgICAgICA6IGZsZXg7XG4gIHdpZHRoICAgICAgICAgICA6IDEwMCU7XG4gIGhlaWdodCAgICAgICAgICA6IDk4cHg7XG4gIGJvcmRlci1ib3R0b20gICA6IDFweCBzb2xpZCBAbWVyY3VyeTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgYWxpZ24taXRlbXMgICAgIDogY2VudGVyO1xuICBwb3NpdGlvbiAgICAgICAgOiByZWxhdGl2ZTtcbn1cblxuLmdkLWluZGV4ZWQtZmlsZS1yZW1vdmUge1xuICBmb250LXNpemU6IDE4cHg7XG4gIGNvbG9yICAgIDogIzZFNkU2RTtcbiAgbWFyZ2luICAgOiAwcHggMjRweDtcbiAgY3Vyc29yICAgOiBwb2ludGVyO1xuXG4gIHNwYW4ge1xuICAgIHdpZHRoICAgICAgOiAzN3B4O1xuICAgIGhlaWdodCAgICAgOiAzN3B4O1xuICAgIGRpc3BsYXkgICAgOiBibG9jaztcbiAgICBsaW5lLWhlaWdodDogMzdweDtcbiAgICB0ZXh0LWFsaWduIDogY2VudGVyO1xuICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICB9XG5cbiAgJi5kaXNhYmxlZCB7XG4gICAgY29sb3IgIDogQHJlZ2VudC1ncmF5O1xuICAgIG9wYWNpdHk6IDAuNDtcbiAgfVxufVxuXG4uZ2QtaW5kZXhlZC1maWxlLW5hbWUge1xuICBkaXNwbGF5OiBmbGV4O1xufVxuXG4uZ2QtaW5kZXhlZC1maWxlLW5hbWUgZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzJweDtcbiAgbWFyZ2luICAgOiAxOXB4IDIxcHggMCAwO1xufVxuXG4uZ2QtaW5kZXhlZC1maWxlLW5hbWUuZGlzYWJsZWQgZmEtaWNvbiB7XG4gIGNvbG9yOiBAZG92ZS1ncmF5O1xufVxuXG4uZ2QtZmlsZS1uYW1lIHtcbiAgdGV4dC1hbGlnbiAgIDogbGVmdDtcbiAgY3Vyc29yICAgICAgIDogZGVmYXVsdDtcbiAgb3ZlcmZsb3cgICAgIDogaGlkZGVuO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbn1cblxuLmdkLWluZGV4ZWQtZmlsZS1zaXplIHtcbiAgd2lkdGggICAgIDogNzBweDtcbiAgY29sb3IgICAgIDogIzc3Nzc3NztcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZm9udC1zaXplIDogMTJweDtcbiAgcmlnaHQgICAgIDogMjY1cHg7XG4gIHBvc2l0aW9uICA6IGFic29sdXRlO1xufVxuXG4uZ2QtaW5kZXhlZC1maWxlLXN0YXR1cy13cmFwcGVyIHtcbiAgY29sb3IgICAgOiAjNzc3Nzc3O1xuICBmb250LXNpemU6IDEycHg7XG4gIHJpZ2h0ICAgIDogMTA0cHg7XG4gIHBvc2l0aW9uIDogYWJzb2x1dGU7XG4gIHdpZHRoICAgIDogNzBweDtcbn1cblxuLmdkLWluZGV4ZWQtZmlsZS1zdGF0dXMge1xuICBkaXNwbGF5OiBmbGV4O1xuXG4gIGZhLWljb24ge1xuICAgIHBhZGRpbmctcmlnaHQ6IDdweDtcbiAgfVxufVxuXG4uZ2QtZmlsZS1mb3JtYXQge1xuICBmb250LXNpemUgIDogMTBweDtcbiAgY29sb3IgICAgICA6IEBzaWx2ZXItY2hhbGljZTtcbiAgcGFkZGluZy10b3A6IDRweDtcblxuICAmLm1vYmlsZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxufVxuXG4uZGlzYWJsZWQge1xuICBjdXJzb3I6IG5vdC1hbGxvd2VkICFpbXBvcnRhbnQ7XG59XG5cbi5nZC1pbmRleGVkLWZpbGUgLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogI0UyMTcxNztcbn1cblxuLmdkLWluZGV4ZWQtZmlsZSAubmctZmEtaWNvbi5mYS1maWxlLXdvcmQge1xuICBjb2xvcjogIzY5NzlCOTtcbn1cblxuLmdkLWluZGV4ZWQtZmlsZSAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogI0UyOTQxNztcbn1cblxuLmdkLWluZGV4ZWQtZmlsZSAubmctZmEtaWNvbi5mYS1maWxlLWV4Y2VsIHtcbiAgY29sb3I6ICMzRkEzMDA7XG59XG5cbi5nZC1pbmRleGVkLWZpbGUgLm5nLWZhLWljb24uZmEtZmlsZS1pbWFnZSB7XG4gIGNvbG9yOiAjRTIxN0RBO1xufVxuXG4uZ2QtaW5kZXhlZC1maWxlIC5uZy1mYS1pY29uLmZhLWZpbGUtdGV4dCAuZmEtZm9sZGVyIHtcbiAgY29sb3I6ICM1RDZBNzU7XG59XG5cbi5nZC1pbmRleGVkLWZpbGUtbmFtZSAubmctZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzNweDtcbn1cblxuLmdkLWluZGV4ZWQtZmlsZS1uYW1lIGZhLWljb24ge1xuICBmb250LXNpemU6IDMycHg7XG4gIG1hcmdpbiAgIDogMCAxMXB4IDAgMDtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcblxuICAuZ2QtaW5kZXhlZC1maWxlLXNpemUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cblxuICAuZ2QtZmlsZS1mb3JtYXQge1xuICAgIGZvbnQtc2l6ZTogMTBweDtcblxuICAgICYubW9iaWxlIHtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuXG4gICAgICA+ZmEtaWNvbiB7XG4gICAgICAgIGNvbG9yOiAjYmViZWJlO1xuICAgICAgfVxuXG4gICAgICBmYS1pY29uIHtcbiAgICAgICAgZm9udC1zaXplICAgOiAxMHB4O1xuICAgICAgICBtYXJnaW4tcmlnaHQ6IDIuMXB4O1xuICAgICAgfVxuXG4gICAgICBmYS1pY29uOm50aC1jaGlsZCgxKSB7XG4gICAgICAgIG1hcmdpbi1yaWdodDogNnB4O1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC5nZC1maWxlLWZvcm1hdCB7XG4gICAgZm9udC1zaXplOiAxMXB4O1xuICB9XG5cbiAgLmdkLWluZGV4ZWQtZmlsZS1uYW1lIHtcbiAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICAgIG92ZXJmbG93ICAgOiBoaWRkZW47XG4gICAgd2lkdGggICAgICA6IDY1JTtcbiAgfVxuXG4gIC5nZC1pbmRleGVkLWZpbGUtc3RhdHVzLXdyYXBwZXIge1xuICAgIHJpZ2h0OiA0NXB4O1xuICAgIHdpZHRoOiB1bnNldDtcblxuICAgIC5nZC1pbmRleGVkLWZpbGUtc3RhdHVzIHtcbiAgICAgIGZhLWljb24ge1xuICAgICAgICBwYWRkaW5nLXJpZ2h0OiB1bnNldDtcbiAgICAgICAgZm9udC1zaXplICAgIDogMTZweDtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICAuZ2QtaW5kZXhlZC1maWxlLXJlbW92ZSB7XG4gICAgbWFyZ2luICAgOiAwcHggMTZweCAwcHggMTVweDtcbiAgICBmb250LXNpemU6IDI0cHg7XG4gIH1cblxuICAubW9iaWxlLWhpZGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cblxuICAuZ2QtaW5kZXhlZC1maWxlIHtcbiAgICBoZWlnaHQ6IDg1cHg7XG4gIH1cbn0iLCIuZ2QtaW5kZXhlZC1maWxlIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogOThweDtcbiAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNlN2U3ZTc7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cbi5nZC1pbmRleGVkLWZpbGUtcmVtb3ZlIHtcbiAgZm9udC1zaXplOiAxOHB4O1xuICBjb2xvcjogIzZFNkU2RTtcbiAgbWFyZ2luOiAwcHggMjRweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xufVxuLmdkLWluZGV4ZWQtZmlsZS1yZW1vdmUgc3BhbiB7XG4gIHdpZHRoOiAzN3B4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBsaW5lLWhlaWdodDogMzdweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBmb250LXdlaWdodDogYm9sZDtcbn1cbi5nZC1pbmRleGVkLWZpbGUtcmVtb3ZlLmRpc2FibGVkIHtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIG9wYWNpdHk6IDAuNDtcbn1cbi5nZC1pbmRleGVkLWZpbGUtbmFtZSB7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG4uZ2QtaW5kZXhlZC1maWxlLW5hbWUgZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzJweDtcbiAgbWFyZ2luOiAxOXB4IDIxcHggMCAwO1xufVxuLmdkLWluZGV4ZWQtZmlsZS1uYW1lLmRpc2FibGVkIGZhLWljb24ge1xuICBjb2xvcjogIzZlNmU2ZTtcbn1cbi5nZC1maWxlLW5hbWUge1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBjdXJzb3I6IGRlZmF1bHQ7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xufVxuLmdkLWluZGV4ZWQtZmlsZS1zaXplIHtcbiAgd2lkdGg6IDcwcHg7XG4gIGNvbG9yOiAjNzc3Nzc3O1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBmb250LXNpemU6IDEycHg7XG4gIHJpZ2h0OiAyNjVweDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xufVxuLmdkLWluZGV4ZWQtZmlsZS1zdGF0dXMtd3JhcHBlciB7XG4gIGNvbG9yOiAjNzc3Nzc3O1xuICBmb250LXNpemU6IDEycHg7XG4gIHJpZ2h0OiAxMDRweDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB3aWR0aDogNzBweDtcbn1cbi5nZC1pbmRleGVkLWZpbGUtc3RhdHVzIHtcbiAgZGlzcGxheTogZmxleDtcbn1cbi5nZC1pbmRleGVkLWZpbGUtc3RhdHVzIGZhLWljb24ge1xuICBwYWRkaW5nLXJpZ2h0OiA3cHg7XG59XG4uZ2QtZmlsZS1mb3JtYXQge1xuICBmb250LXNpemU6IDEwcHg7XG4gIGNvbG9yOiAjYWNhY2FjO1xuICBwYWRkaW5nLXRvcDogNHB4O1xufVxuLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uZGlzYWJsZWQge1xuICBjdXJzb3I6IG5vdC1hbGxvd2VkICFpbXBvcnRhbnQ7XG59XG4uZ2QtaW5kZXhlZC1maWxlIC5uZy1mYS1pY29uLmZhLWZpbGUtcGRmIHtcbiAgY29sb3I6ICNFMjE3MTc7XG59XG4uZ2QtaW5kZXhlZC1maWxlIC5uZy1mYS1pY29uLmZhLWZpbGUtd29yZCB7XG4gIGNvbG9yOiAjNjk3OUI5O1xufVxuLmdkLWluZGV4ZWQtZmlsZSAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogI0UyOTQxNztcbn1cbi5nZC1pbmRleGVkLWZpbGUgLm5nLWZhLWljb24uZmEtZmlsZS1leGNlbCB7XG4gIGNvbG9yOiAjM0ZBMzAwO1xufVxuLmdkLWluZGV4ZWQtZmlsZSAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6ICNFMjE3REE7XG59XG4uZ2QtaW5kZXhlZC1maWxlIC5uZy1mYS1pY29uLmZhLWZpbGUtdGV4dCAuZmEtZm9sZGVyIHtcbiAgY29sb3I6ICM1RDZBNzU7XG59XG4uZ2QtaW5kZXhlZC1maWxlLW5hbWUgLm5nLWZhLWljb24ge1xuICBmb250LXNpemU6IDMzcHg7XG59XG4uZ2QtaW5kZXhlZC1maWxlLW5hbWUgZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzJweDtcbiAgbWFyZ2luOiAwIDExcHggMCAwO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAuZ2QtaW5kZXhlZC1maWxlLXNpemUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDEwcHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSA+IGZhLWljb24ge1xuICAgIGNvbG9yOiAjYmViZWJlO1xuICB9XG4gIC5nZC1maWxlLWZvcm1hdC5tb2JpbGUgZmEtaWNvbiB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuICAgIG1hcmdpbi1yaWdodDogMi4xcHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSBmYS1pY29uOm50aC1jaGlsZCgxKSB7XG4gICAgbWFyZ2luLXJpZ2h0OiA2cHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDExcHg7XG4gIH1cbiAgLmdkLWluZGV4ZWQtZmlsZS1uYW1lIHtcbiAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgd2lkdGg6IDY1JTtcbiAgfVxuICAuZ2QtaW5kZXhlZC1maWxlLXN0YXR1cy13cmFwcGVyIHtcbiAgICByaWdodDogNDVweDtcbiAgICB3aWR0aDogdW5zZXQ7XG4gIH1cbiAgLmdkLWluZGV4ZWQtZmlsZS1zdGF0dXMtd3JhcHBlciAuZ2QtaW5kZXhlZC1maWxlLXN0YXR1cyBmYS1pY29uIHtcbiAgICBwYWRkaW5nLXJpZ2h0OiB1bnNldDtcbiAgICBmb250LXNpemU6IDE2cHg7XG4gIH1cbiAgLmdkLWluZGV4ZWQtZmlsZS1yZW1vdmUge1xuICAgIG1hcmdpbjogMHB4IDE2cHggMHB4IDE1cHg7XG4gICAgZm9udC1zaXplOiAyNHB4O1xuICB9XG4gIC5tb2JpbGUtaGlkZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuICAuZ2QtaW5kZXhlZC1maWxlIHtcbiAgICBoZWlnaHQ6IDg1cHg7XG4gIH1cbn1cbiJdfQ== */" + +/***/ }), + +/***/ "../../libs/search/src/lib/indexed-file/indexed-file.component.ts": +/*!*****************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/indexed-file/indexed-file.component.ts ***! + \*****************************************************************************************************/ +/*! exports provided: IndexedFileComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "IndexedFileComponent", function() { return IndexedFileComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); +/* harmony import */ var _search_service__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../search.service */ "../../libs/search/src/lib/search.service.ts"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm5/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var _search_models__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../search-models */ "../../libs/search/src/lib/search-models.ts"); + + + + + +var IndexedFileComponent = /** @class */ (function () { + function IndexedFileComponent(_searchService) { + this._searchService = _searchService; + } + IndexedFileComponent.prototype.ngOnInit = function () { + }; + IndexedFileComponent.prototype.removeFile = function ($event, file) { + $event.preventDefault(); + $event.stopPropagation(); + this._searchService.selectedItemToRemove(file); + }; + IndexedFileComponent.prototype.getSizeString = function (size) { + var mb = size / 1024 / 1024; + if (mb > 1) { + return (Math.round(mb * 100) / 100) + ' MB'; + } + else { + var kb = size / 1024; + if (kb > 1) { + return (Math.round(kb * 100) / 100) + ' KB'; + } + } + return size + ' Bytes'; + }; + IndexedFileComponent.prototype.getFormatIcon = function () { + return _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["FileUtil"].find(this.file.name, this.file.directory).icon; + }; + IndexedFileComponent.prototype.getFormatName = function () { + return _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["FileUtil"].find(this.file.name, this.file.directory).format; + }; + IndexedFileComponent.prototype.getStatusIcon = function () { + switch (this.file.documentStatus) { + case _search_models__WEBPACK_IMPORTED_MODULE_4__["FileIndexingStatus"].Indexing: + case _search_models__WEBPACK_IMPORTED_MODULE_4__["FileIndexingStatus"].PasswordRequired: + return "circle-notch"; + case _search_models__WEBPACK_IMPORTED_MODULE_4__["FileIndexingStatus"].SuccessfullyProcessed: + return "check"; + case _search_models__WEBPACK_IMPORTED_MODULE_4__["FileIndexingStatus"].ProcessedWithError: + return "times"; + case _search_models__WEBPACK_IMPORTED_MODULE_4__["FileIndexingStatus"].Skipped: + return "forward"; + default: + return "times"; + } + }; + IndexedFileComponent.prototype.getStatusTitle = function () { + switch (this.file.documentStatus) { + case _search_models__WEBPACK_IMPORTED_MODULE_4__["FileIndexingStatus"].Indexing: + case _search_models__WEBPACK_IMPORTED_MODULE_4__["FileIndexingStatus"].PasswordRequired: + return "Indexing"; + case _search_models__WEBPACK_IMPORTED_MODULE_4__["FileIndexingStatus"].SuccessfullyProcessed: + return "Indexed"; + case _search_models__WEBPACK_IMPORTED_MODULE_4__["FileIndexingStatus"].ProcessedWithError: + return "Error"; + case _search_models__WEBPACK_IMPORTED_MODULE_4__["FileIndexingStatus"].Skipped: + return "Skipped"; + default: + return "times"; + } + }; + IndexedFileComponent.ctorParameters = function () { return [ + { type: _search_service__WEBPACK_IMPORTED_MODULE_2__["SearchService"] } + ]; }; + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", _search_models__WEBPACK_IMPORTED_MODULE_4__["IndexedFileModel"]) + ], IndexedFileComponent.prototype, "file", void 0); + IndexedFileComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'gd-indexed-file', + template: __webpack_require__(/*! raw-loader!./indexed-file.component.html */ "../../node_modules/raw-loader/index.js!../../libs/search/src/lib/indexed-file/indexed-file.component.html"), + styles: [__webpack_require__(/*! ./indexed-file.component.less */ "../../libs/search/src/lib/indexed-file/indexed-file.component.less")] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_search_service__WEBPACK_IMPORTED_MODULE_2__["SearchService"]]) + ], IndexedFileComponent); + return IndexedFileComponent; +}()); + + + +/***/ }), + +/***/ "../../libs/search/src/lib/indexed-files-list/indexed-files-list.component.less": +/*!*******************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/indexed-files-list/indexed-files-list.component.less ***! + \*******************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "#gd-indexed-files-list {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n height: 100%;\n background-color: #e7e7e7;\n top: 120px;\n position: absolute;\n width: 100%;\n}\n.gd-indexed-files-list-header {\n display: -webkit-box;\n display: flex;\n font-size: 13px;\n text-transform: uppercase;\n color: #6e6e6e;\n width: 100%;\n height: 60px;\n background-color: #f4f4f4;\n font-weight: bold;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-placeholder {\n margin: 0px 42px 0 42px;\n}\n.gd-indexed-files-list-header div:nth-child(2) {\n text-align: left;\n display: -webkit-box;\n display: flex;\n}\n.gd-indexed-files-list-header div:nth-child(3) {\n position: absolute;\n right: 325px;\n}\n.gd-indexed-files-list-header div:nth-child(4) {\n position: absolute;\n right: 153px;\n}\n.gd-indexed-files-list-body {\n overflow-y: scroll;\n height: calc(100% - 180px);\n}\n.gd-last-placeholder {\n margin: 0px 52px;\n}\n@media (max-width: 1037px) {\n .gd-indexed-files-size {\n display: none;\n }\n .gd-placeholder {\n margin: 0px 34px 0 34px;\n }\n .gd-indexed-files-list-header div:nth-child(4) {\n right: 30px;\n }\n .gd-indexed-file-wrapper {\n padding: 5px 5px 0 5px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2VhcmNoL3NyYy9saWIvaW5kZXhlZC1maWxlcy1saXN0L0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zZWFyY2gvc3JjL2xpYi9pbmRleGVkLWZpbGVzLWxpc3QvaW5kZXhlZC1maWxlcy1saXN0LmNvbXBvbmVudC5sZXNzIiwibGlicy9zZWFyY2gvc3JjL2xpYi9pbmRleGVkLWZpbGVzLWxpc3QvaW5kZXhlZC1maWxlcy1saXN0LmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0ksNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsWUFBQTtFQUNBLHlCQUFBO0VBQ0EsVUFBQTtFQUNBLGtCQUFBO0VBQ0EsV0FBQTtBQ0RKO0FESUE7RUFDSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0VBQ0EseUJBQUE7RUFDQSxjQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSx5QkFBQTtFQUNBLGlCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ0ZKO0FES0E7RUFDSSx1QkFBQTtBQ0hKO0FETUE7RUFDSSxnQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ0pKO0FET0E7RUFDSSxrQkFBQTtFQUNBLFlBQUE7QUNMSjtBRFFBO0VBQ0ksa0JBQUE7RUFDQSxZQUFBO0FDTko7QURTQTtFQUNJLGtCQUFBO0VBQ0EsMEJBQUE7QUNQSjtBRFVBO0VBQ0ksZ0JBQUE7QUNSSjtBRFdBO0VBQ0k7SUFDSSxhQUFBO0VDVE47RURZRTtJQUNJLHVCQUFBO0VDVk47RURhRTtJQUNJLFdBQUE7RUNYTjtFRGNFO0lBQ0ksc0JBQUE7RUNaTjtBQUNGIiwiZmlsZSI6ImxpYnMvc2VhcmNoL3NyYy9saWIvaW5kZXhlZC1maWxlcy1saXN0L2luZGV4ZWQtZmlsZXMtbGlzdC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4jZ2QtaW5kZXhlZC1maWxlcy1saXN0IHtcbiAgICBmbGV4LWRpcmVjdGlvbiAgOiBjb2x1bW47XG4gICAgaGVpZ2h0ICAgICAgICAgIDogMTAwJTtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAbWVyY3VyeTtcbiAgICB0b3AgICAgICAgICAgICAgOiAxMjBweDtcbiAgICBwb3NpdGlvbiAgICAgICAgOiBhYnNvbHV0ZTtcbiAgICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xufVxuXG4uZ2QtaW5kZXhlZC1maWxlcy1saXN0LWhlYWRlciB7XG4gICAgZGlzcGxheSAgICAgICAgIDogZmxleDtcbiAgICBmb250LXNpemUgICAgICAgOiAxM3B4O1xuICAgIHRleHQtdHJhbnNmb3JtICA6IHVwcGVyY2FzZTtcbiAgICBjb2xvciAgICAgICAgICAgOiBAZG92ZS1ncmF5O1xuICAgIHdpZHRoICAgICAgICAgICA6IDEwMCU7XG4gICAgaGVpZ2h0ICAgICAgICAgIDogNjBweDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAd2lsZC1zYW5kO1xuICAgIGZvbnQtd2VpZ2h0ICAgICA6IGJvbGQ7XG4gICAgYWxpZ24taXRlbXMgICAgIDogY2VudGVyO1xufVxuXG4uZ2QtcGxhY2Vob2xkZXIge1xuICAgIG1hcmdpbjogMHB4IDQycHggMCA0MnB4O1xufVxuXG4uZ2QtaW5kZXhlZC1maWxlcy1saXN0LWhlYWRlciBkaXY6bnRoLWNoaWxkKDIpIHtcbiAgICB0ZXh0LWFsaWduOiBsZWZ0O1xuICAgIGRpc3BsYXkgICA6IGZsZXg7XG59XG5cbi5nZC1pbmRleGVkLWZpbGVzLWxpc3QtaGVhZGVyIGRpdjpudGgtY2hpbGQoMykge1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICByaWdodCAgIDogMzI1cHg7XG59XG5cbi5nZC1pbmRleGVkLWZpbGVzLWxpc3QtaGVhZGVyIGRpdjpudGgtY2hpbGQoNCkge1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICByaWdodCAgIDogMTUzcHg7XG59XG5cbi5nZC1pbmRleGVkLWZpbGVzLWxpc3QtYm9keSB7XG4gICAgb3ZlcmZsb3cteTogc2Nyb2xsO1xuICAgIGhlaWdodCAgICA6IGNhbGMoMTAwJSAtIDE4MHB4KTtcbn1cblxuLmdkLWxhc3QtcGxhY2Vob2xkZXIge1xuICAgIG1hcmdpbjogMHB4IDUycHg7XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gICAgLmdkLWluZGV4ZWQtZmlsZXMtc2l6ZSB7XG4gICAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgfVxuXG4gICAgLmdkLXBsYWNlaG9sZGVyIHtcbiAgICAgICAgbWFyZ2luOiAwcHggMzRweCAwIDM0cHg7XG4gICAgfVxuXG4gICAgLmdkLWluZGV4ZWQtZmlsZXMtbGlzdC1oZWFkZXIgZGl2Om50aC1jaGlsZCg0KSB7XG4gICAgICAgIHJpZ2h0OiAzMHB4O1xuICAgIH1cblxuICAgIC5nZC1pbmRleGVkLWZpbGUtd3JhcHBlciB7XG4gICAgICAgIHBhZGRpbmc6IDVweCA1cHggMCA1cHg7XG4gICAgfVxufSIsIiNnZC1pbmRleGVkLWZpbGVzLWxpc3Qge1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBoZWlnaHQ6IDEwMCU7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG4gIHRvcDogMTIwcHg7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgd2lkdGg6IDEwMCU7XG59XG4uZ2QtaW5kZXhlZC1maWxlcy1saXN0LWhlYWRlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgY29sb3I6ICM2ZTZlNmU7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDYwcHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmNGY0ZjQ7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmdkLXBsYWNlaG9sZGVyIHtcbiAgbWFyZ2luOiAwcHggNDJweCAwIDQycHg7XG59XG4uZ2QtaW5kZXhlZC1maWxlcy1saXN0LWhlYWRlciBkaXY6bnRoLWNoaWxkKDIpIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZGlzcGxheTogZmxleDtcbn1cbi5nZC1pbmRleGVkLWZpbGVzLWxpc3QtaGVhZGVyIGRpdjpudGgtY2hpbGQoMykge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHJpZ2h0OiAzMjVweDtcbn1cbi5nZC1pbmRleGVkLWZpbGVzLWxpc3QtaGVhZGVyIGRpdjpudGgtY2hpbGQoNCkge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHJpZ2h0OiAxNTNweDtcbn1cbi5nZC1pbmRleGVkLWZpbGVzLWxpc3QtYm9keSB7XG4gIG92ZXJmbG93LXk6IHNjcm9sbDtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSAxODBweCk7XG59XG4uZ2QtbGFzdC1wbGFjZWhvbGRlciB7XG4gIG1hcmdpbjogMHB4IDUycHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5nZC1pbmRleGVkLWZpbGVzLXNpemUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgLmdkLXBsYWNlaG9sZGVyIHtcbiAgICBtYXJnaW46IDBweCAzNHB4IDAgMzRweDtcbiAgfVxuICAuZ2QtaW5kZXhlZC1maWxlcy1saXN0LWhlYWRlciBkaXY6bnRoLWNoaWxkKDQpIHtcbiAgICByaWdodDogMzBweDtcbiAgfVxuICAuZ2QtaW5kZXhlZC1maWxlLXdyYXBwZXIge1xuICAgIHBhZGRpbmc6IDVweCA1cHggMCA1cHg7XG4gIH1cbn1cbiJdfQ== */" + +/***/ }), + +/***/ "../../libs/search/src/lib/indexed-files-list/indexed-files-list.component.ts": +/*!*****************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/indexed-files-list/indexed-files-list.component.ts ***! + \*****************************************************************************************************************/ +/*! exports provided: IndexedFilesListComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "IndexedFilesListComponent", function() { return IndexedFilesListComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); + + +var IndexedFilesListComponent = /** @class */ (function () { + function IndexedFilesListComponent() { + this.files = []; + } + IndexedFilesListComponent.prototype.ngOnInit = function () { + }; + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Array) + ], IndexedFilesListComponent.prototype, "files", void 0); + IndexedFilesListComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'gd-indexed-files-list', + template: __webpack_require__(/*! raw-loader!./indexed-files-list.component.html */ "../../node_modules/raw-loader/index.js!../../libs/search/src/lib/indexed-files-list/indexed-files-list.component.html"), + styles: [__webpack_require__(/*! ./indexed-files-list.component.less */ "../../libs/search/src/lib/indexed-files-list/indexed-files-list.component.less")] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", []) + ], IndexedFilesListComponent); + return IndexedFilesListComponent; +}()); + + + +/***/ }), + +/***/ "../../libs/search/src/lib/search-app.component.less": +/*!****************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-app.component.less ***! + \****************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n.gd-document,\n /deep/ .document {\n -webkit-user-select: text !important;\n -moz-user-select: text !important;\n -ms-user-select: text !important;\n user-select: text !important;\n}\n.current-page-number {\n margin-left: 7px;\n font-size: 14px;\n color: #959da5;\n width: 37px;\n height: 37px;\n line-height: 37px;\n text-align: center;\n}\n.current-page-number.active {\n color: #fff;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: calc(100vh - 60px);\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n}\n.thumbnails-button {\n position: absolute;\n right: 3px;\n}\n.top-panel {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n width: 100%;\n}\n.toolbar-panel {\n background-color: #3e4e5a;\n width: 100%;\n}\n::ng-deep .tools .button,\n::ng-deep .tools .selected-value,\n::ng-deep .tools .nav-caret {\n color: #fff !important;\n}\n::ng-deep .tools .button.inactive,\n::ng-deep .tools .selected-value.inactive,\n::ng-deep .tools .nav-caret.inactive {\n color: #959da5 !important;\n}\n::ng-deep .tools .button {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-flow: column;\n}\n::ng-deep .tools .dropdown-menu .option {\n color: #6e6e6e !important;\n}\n::ng-deep .tools .dropdown-menu .option:hover {\n background-color: #4b566c !important;\n}\n::ng-deep .tools .icon-button {\n margin: 0px 0px 0px 7px !important;\n}\n::ng-deep .tools .select {\n width: 65px;\n height: 37px;\n margin-left: 7px;\n line-height: 37px;\n text-align: center;\n}\n@media (max-width: 1037px) {\n .mobile-hide,\n .current-page-number {\n display: none;\n }\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\n margin: 0px 0px 0px 10px !important;\n }\n ::ng-deep .tools .icon-button {\n height: 60px;\n width: 60px;\n }\n ::ng-deep .tools .gd-nav-search-btn .icon-button {\n height: 37px;\n width: 37px;\n }\n ::ng-deep .tools .gd-nav-search-btn .button {\n font-size: 14px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2VhcmNoL3NyYy9saWIvc2VhcmNoLWFwcC5jb21wb25lbnQubGVzcyIsImxpYnMvc2VhcmNoL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3NlYXJjaC9zcmMvbGliL3NlYXJjaC1hcHAuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsNkVDQWtCO0FBR2xCO0VBQ0Usc0RBQUE7QURERjtBQ0tBOztFQUVFLG9DQUFBO0tBQUEsaUNBQUE7TUFBQSxnQ0FBQTtVQUFBLDRCQUFBO0FESEY7QUNNQTtFQUNFLGdCQUFBO0VBQ0EsZUFBQTtFQUNBLGNBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7QURKRjtBQ01FO0VBQ0UsV0FBQTtBREpKO0FDUUE7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRE5GO0FDU0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSwwQkFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtBRFBGO0FDVUE7RUFDRSxrQkFBQTtFQUNBLFVBQUE7QURSRjtBQ1dBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLFdBQUE7QURURjtBQ1lBO0VBQ0UseUJBQUE7RUFDQSxXQUFBO0FEVkY7QUNhQTs7O0VBS0ksc0JBQUE7QURiSjtBQ2VJOzs7RUFDRSx5QkFBQTtBRFhOO0FDR0E7RUFhSSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsaUJBQUE7QURiSjtBQ0FBO0VBaUJJLHlCQUFBO0FEZEo7QUNIQTtFQXFCSSxvQ0FBQTtBRGZKO0FDTkE7RUF5Qkksa0NBQUE7QURoQko7QUNUQTtFQTZCSSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGdCQUFBO0VBQ0EsaUJBQUE7RUFDQSxrQkFBQTtBRGpCSjtBQ3FCQTtFQUVFOztJQUVFLGFBQUE7RURwQkY7RUN1QkE7SUFFSSxtQ0FBQTtFRHRCSjtFQ29CQTtJQU1JLFlBQUE7SUFDQSxXQUFBO0VEdkJKO0VDZ0JBO0lBWU0sWUFBQTtJQUNBLFdBQUE7RUR6Qk47RUNZQTtJQWlCTSxlQUFBO0VEMUJOO0FBQ0YiLCJmaWxlIjoibGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtYXBwLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuLmdkLWRvY3VtZW50LFxuIC9kZWVwLyAuZG9jdW1lbnQge1xuICB1c2VyLXNlbGVjdDogdGV4dCAhaW1wb3J0YW50O1xufVxuLmN1cnJlbnQtcGFnZS1udW1iZXIge1xuICBtYXJnaW4tbGVmdDogN3B4O1xuICBmb250LXNpemU6IDE0cHg7XG4gIGNvbG9yOiAjOTU5ZGE1O1xuICB3aWR0aDogMzdweDtcbiAgaGVpZ2h0OiAzN3B4O1xuICBsaW5lLWhlaWdodDogMzdweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuLmN1cnJlbnQtcGFnZS1udW1iZXIuYWN0aXZlIHtcbiAgY29sb3I6ICNmZmY7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGNhbGMoMTAwdmggLSA2MHB4KTtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbn1cbi50aHVtYm5haWxzLWJ1dHRvbiB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcmlnaHQ6IDNweDtcbn1cbi50b3AtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMTAwJTtcbn1cbi50b29sYmFyLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNlNGU1YTtcbiAgd2lkdGg6IDEwMCU7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24sXG46Om5nLWRlZXAgLnRvb2xzIC5zZWxlY3RlZC12YWx1ZSxcbjo6bmctZGVlcCAudG9vbHMgLm5hdi1jYXJldCB7XG4gIGNvbG9yOiAjZmZmICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24uaW5hY3RpdmUsXG46Om5nLWRlZXAgLnRvb2xzIC5zZWxlY3RlZC12YWx1ZS5pbmFjdGl2ZSxcbjo6bmctZGVlcCAudG9vbHMgLm5hdi1jYXJldC5pbmFjdGl2ZSB7XG4gIGNvbG9yOiAjOTU5ZGE1ICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24ge1xuICBmbGV4LWZsb3c6IGNvbHVtbjtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbiB7XG4gIGNvbG9yOiAjNmU2ZTZlICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5kcm9wZG93bi1tZW51IC5vcHRpb246aG92ZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjNGI1NjZjICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gIG1hcmdpbjogMHB4IDBweCAwcHggN3B4ICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5zZWxlY3Qge1xuICB3aWR0aDogNjVweDtcbiAgaGVpZ2h0OiAzN3B4O1xuICBtYXJnaW4tbGVmdDogN3B4O1xuICBsaW5lLWhlaWdodDogMzdweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAubW9iaWxlLWhpZGUsXG4gIC5jdXJyZW50LXBhZ2UtbnVtYmVyIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgZ2QtYnV0dG9uOm50aC1jaGlsZCgxKSA+IC5pY29uLWJ1dHRvbiB7XG4gICAgbWFyZ2luOiAwcHggMHB4IDBweCAxMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC50b29scyAuaWNvbi1idXR0b24ge1xuICAgIGhlaWdodDogNjBweDtcbiAgICB3aWR0aDogNjBweDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvb2xzIC5nZC1uYXYtc2VhcmNoLWJ0biAuaWNvbi1idXR0b24ge1xuICAgIGhlaWdodDogMzdweDtcbiAgICB3aWR0aDogMzdweDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvb2xzIC5nZC1uYXYtc2VhcmNoLWJ0biAuYnV0dG9uIHtcbiAgICBmb250LXNpemU6IDE0cHg7XG4gIH1cbn1cbiIsIkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zJmRpc3BsYXk9c3dhcCcpO1xuQGltcG9ydCBcIi4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG5cbi8vIFRPRE86IHRoaXMgd2FzIGFkZGVkIHRvIGdldCByaWQgb2YgYHVzZXItc2VsZWN0OiBub25lYCBhZGRlZCBieSBoYW1tZXJqc1xuLmdkLWRvY3VtZW50LFxuL2RlZXAvIC5kb2N1bWVudCB7XG4gIHVzZXItc2VsZWN0OiB0ZXh0ICFpbXBvcnRhbnQ7XG59XG5cbi5jdXJyZW50LXBhZ2UtbnVtYmVyIHtcbiAgbWFyZ2luLWxlZnQ6IDdweDtcbiAgZm9udC1zaXplICA6IDE0cHg7XG4gIGNvbG9yICAgICAgOiBAcmVnZW50LWdyYXk7XG4gIHdpZHRoICAgICAgOiAzN3B4O1xuICBoZWlnaHQgICAgIDogMzdweDtcbiAgbGluZS1oZWlnaHQ6IDM3cHg7XG4gIHRleHQtYWxpZ24gOiBjZW50ZXI7XG5cbiAgJi5hY3RpdmUge1xuICAgIGNvbG9yOiAjZmZmO1xuICB9XG59XG5cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodCAgICAgOiAxMDAlO1xuICB3aWR0aCAgICAgIDogMTAwJTtcbiAgcG9zaXRpb24gICA6IGZpeGVkO1xuICB0b3AgICAgICAgIDogMDtcbiAgYm90dG9tICAgICA6IDA7XG4gIGxlZnQgICAgICAgOiAwO1xuICByaWdodCAgICAgIDogMDtcbn1cblxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICBoZWlnaHQgICAgICAgIDogY2FsYygxMDB2aCAtIDYwcHgpO1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xufVxuXG4udGh1bWJuYWlscy1idXR0b24ge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHJpZ2h0ICAgOiAzcHg7XG59XG5cbi50b3AtcGFuZWwge1xuICBkaXNwbGF5ICAgIDogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgd2lkdGggICAgICA6IDEwMCU7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogQG5hdi1tYWluLWJhY2tncm91bmQ7XG4gIHdpZHRoICAgICAgICAgICA6IDEwMCU7XG59XG5cbjo6bmctZGVlcCAudG9vbHMge1xuXG4gIC5idXR0b24sXG4gIC5zZWxlY3RlZC12YWx1ZSxcbiAgLm5hdi1jYXJldCB7XG4gICAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcblxuICAgICYuaW5hY3RpdmUge1xuICAgICAgY29sb3I6IEByZWdlbnQtZ3JheSAgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICAuYnV0dG9uIHtcbiAgICBmbGV4LWZsb3c6IGNvbHVtbjtcbiAgfVxuXG4gIC5kcm9wZG93bi1tZW51IC5vcHRpb24ge1xuICAgIGNvbG9yOiBAZG92ZS1ncmF5ICAhaW1wb3J0YW50O1xuICB9XG5cbiAgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbjpob3ZlciB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQGZvbGRlciAgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5pY29uLWJ1dHRvbiB7XG4gICAgbWFyZ2luOiAwcHggMHB4IDBweCA3cHggIWltcG9ydGFudDtcbiAgfVxuXG4gIC5zZWxlY3Qge1xuICAgIHdpZHRoICAgICAgOiA2NXB4O1xuICAgIGhlaWdodCAgICAgOiAzN3B4O1xuICAgIG1hcmdpbi1sZWZ0OiA3cHg7XG4gICAgbGluZS1oZWlnaHQ6IDM3cHg7XG4gICAgdGV4dC1hbGlnbiA6IGNlbnRlcjtcbiAgfVxufVxuXG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG5cbiAgLm1vYmlsZS1oaWRlLFxuICAuY3VycmVudC1wYWdlLW51bWJlciB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuXG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIGdkLWJ1dHRvbjpudGgtY2hpbGQoMSk+Lmljb24tYnV0dG9uIHtcbiAgICAgIG1hcmdpbjogMHB4IDBweCAwcHggMTBweCAhaW1wb3J0YW50O1xuICAgIH1cblxuICAgIC5pY29uLWJ1dHRvbiB7XG4gICAgICBoZWlnaHQ6IDYwcHg7XG4gICAgICB3aWR0aCA6IDYwcHg7XG4gICAgfVxuXG4gICAgLmdkLW5hdi1zZWFyY2gtYnRuIHtcbiAgICAgIC5pY29uLWJ1dHRvbiB7XG4gICAgICAgIGhlaWdodDogMzdweDtcbiAgICAgICAgd2lkdGggOiAzN3B4O1xuICAgICAgfVxuXG4gICAgICAuYnV0dG9uIHtcbiAgICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgICAgfVxuICAgIH1cbiAgfVxufSJdfQ== */" + +/***/ }), + +/***/ "../../libs/search/src/lib/search-app.component.ts": +/*!**************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-app.component.ts ***! + \**************************************************************************************/ +/*! exports provided: SearchAppComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchAppComponent", function() { return SearchAppComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); +/* harmony import */ var _search_service__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./search.service */ "../../libs/search/src/lib/search.service.ts"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm5/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var _search_config_service__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./search-config.service */ "../../libs/search/src/lib/search-config.service.ts"); +/* harmony import */ var _search_models__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./search-models */ "../../libs/search/src/lib/search-models.ts"); + + + + + + + +var SearchAppComponent = /** @class */ (function () { + function SearchAppComponent(_searchService, _modalService, configService, uploadFilesService, passwordService, _windowService, _loadingMaskService) { + var _this = this; + this._searchService = _searchService; + this._modalService = _modalService; + this._windowService = _windowService; + this._loadingMaskService = _loadingMaskService; + this.title = 'search'; + this.files = []; + this.searchResultItems = []; + this.indexedFiles = []; + this.browseFilesModal = _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].BrowseFiles; + this.fileWasDropped = false; + configService.updatedConfig.subscribe(function (searchConfig) { + _this.searchConfig = searchConfig; + }); + uploadFilesService.uploadsChange.subscribe(function (uploads) { + if (uploads) { + var i = void 0; + for (i = 0; i < uploads.length; i++) { + _this._searchService.upload(uploads.item(i), '', _this.searchConfig.rewrite).subscribe(function (obj) { + if (!_this.fileWasDropped) { + _this.selectDir(''); + } + }); + } + } + }); + passwordService.passChange.subscribe(function (pass) { + _this.closeModal(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].PasswordRequired); + var passwordRequiredFile = _this.indexedFiles.filter(function (f) { return f.documentStatus === _search_models__WEBPACK_IMPORTED_MODULE_5__["FileIndexingStatus"].PasswordRequired; })[0]; + passwordRequiredFile.password = pass; + _this._searchService.addFilesToIndex([passwordRequiredFile]).subscribe(function () { + _this.loadIndexedFiles(true); + }); + }); + this.isDesktop = _windowService.isDesktop(); + _windowService.onResize.subscribe(function (w) { + _this.isDesktop = _windowService.isDesktop(); + }); + _searchService.itemToRemove.subscribe(function (file) { + if (file) { + _this._searchService.removeFile(file).subscribe(function () { + _this.removeFileFromList(file); + }); + } + }); + } + SearchAppComponent.prototype.ngOnInit = function () { + }; + SearchAppComponent.prototype.ngAfterViewInit = function () { + var _this = this; + this._loadingMaskService + .onLoadingChanged + .subscribe(function (loading) { return _this.isLoading = loading; }); + }; + Object.defineProperty(SearchAppComponent.prototype, "rewriteConfig", { + get: function () { + return this.searchConfig ? this.searchConfig.rewrite : true; + }, + enumerable: true, + configurable: true + }); + Object.defineProperty(SearchAppComponent.prototype, "uploadConfig", { + get: function () { + return this.searchConfig ? this.searchConfig.upload : true; + }, + enumerable: true, + configurable: true + }); + Object.defineProperty(SearchAppComponent.prototype, "browseConfig", { + get: function () { + return this.searchConfig ? this.searchConfig.browse : true; + }, + enumerable: true, + configurable: true + }); + SearchAppComponent.prototype.openModal = function (id) { + this._modalService.open(id); + }; + SearchAppComponent.prototype.closeModal = function (id) { + this._modalService.close(id); + }; + SearchAppComponent.prototype.selectDir = function ($event) { + var _this = this; + this._searchService.loadFiles($event).subscribe(function (files) { return _this.files = files || []; }); + }; + SearchAppComponent.prototype.clearSearchResult = function () { + this.searchResult = null; + if (this.firstSearchPerformed && this.indexedFiles.length === 0) { + this.loadIndexedFiles(true); + } + }; + SearchAppComponent.prototype.selectAllItems = function (checked) { + this.files.forEach(function (f) { + if (!f.isDirectory && !f.directory) + f.selected = checked; + }); + }; + SearchAppComponent.prototype.loadIndexedFiles = function ($event) { + var _this = this; + if (!$event) + return; + this._searchService.loadFiles(this.searchConfig.indexedFilesDirectory).subscribe(function (indexingFiles) { + if (indexingFiles && _this.skipPasswordProtected && indexingFiles.filter(function (f) { return f.documentStatus === _search_models__WEBPACK_IMPORTED_MODULE_5__["FileIndexingStatus"].PasswordRequired; }).length > 0) { + indexingFiles.filter(function (f) { return f.documentStatus === _search_models__WEBPACK_IMPORTED_MODULE_5__["FileIndexingStatus"].PasswordRequired; })[0].documentStatus = _search_models__WEBPACK_IMPORTED_MODULE_5__["FileIndexingStatus"].Skipped; + } + _this.indexedFiles = indexingFiles || []; + if (_this.indexedFiles.filter(function (f) { return f.documentStatus === _search_models__WEBPACK_IMPORTED_MODULE_5__["FileIndexingStatus"].Indexing; }).length > 0 || + (!_this.skipPasswordProtected && _this.indexedFiles.filter(function (f) { return f.documentStatus === _search_models__WEBPACK_IMPORTED_MODULE_5__["FileIndexingStatus"].PasswordRequired; }).length > 0)) { + var timerId_1 = setInterval(function () { + _this._searchService.getDocumentStatus(_this.indexedFiles.filter(function (f) { return f.documentStatus === _search_models__WEBPACK_IMPORTED_MODULE_5__["FileIndexingStatus"].Indexing || + (!_this.skipPasswordProtected && f.documentStatus === _search_models__WEBPACK_IMPORTED_MODULE_5__["FileIndexingStatus"].PasswordRequired); })).toPromise().then(function (searchIndexFiles) { + searchIndexFiles.forEach(function (searchFile) { + if (searchFile.documentStatus !== _search_models__WEBPACK_IMPORTED_MODULE_5__["FileIndexingStatus"].Indexing) { + _this.indexedFiles.filter(function (f) { return f.guid === searchFile.guid; })[0].documentStatus = searchFile.documentStatus; + } + }); + if (_this.indexedFiles.filter(function (f) { return f.documentStatus === _search_models__WEBPACK_IMPORTED_MODULE_5__["FileIndexingStatus"].Indexing; }).length === 0) { + clearInterval(timerId_1); + } + }).catch(function (response) { + clearInterval(timerId_1); + }); + }, 1000); + } + }); + }; + SearchAppComponent.prototype.cancel = function ($event) { + this.indexedFiles.filter(function (f) { return f.documentStatus === _search_models__WEBPACK_IMPORTED_MODULE_5__["FileIndexingStatus"].PasswordRequired; })[0].documentStatus = _search_models__WEBPACK_IMPORTED_MODULE_5__["FileIndexingStatus"].Skipped; + this.skipPasswordProtected = true; + this.loadIndexedFiles(true); + }; + SearchAppComponent.prototype.upload = function ($event) { + var _this = this; + this._searchService.upload(null, $event, this.rewriteConfig).subscribe(function () { + _this.selectDir(''); + }); + }; + SearchAppComponent.prototype.fileDropped = function ($event, reloadFiles) { + var _this = this; + if (reloadFiles === void 0) { reloadFiles = false; } + this.fileWasDropped = $event; + if (reloadFiles) { + this._searchService.loadFiles('').subscribe(function (files) { return _this.files = files || []; }); + } + }; + SearchAppComponent.prototype.removeFileFromList = function (file) { + var _this = this; + if (this.indexedFiles.length > 0) { + this.indexedFiles.forEach(function (f, index) { + if (f.guid === file.guid) + _this.indexedFiles.splice(index, 1); + }); + } + }; + SearchAppComponent.prototype.search = function ($event) { + var _this = this; + if ($event === "") + return; + var creds = []; + creds.push(this.credentials); + this._searchService.search(creds, $event).subscribe(function (result) { + _this.searchResult = result; + _this.firstSearchPerformed = true; + }); + }; + SearchAppComponent.ctorParameters = function () { return [ + { type: _search_service__WEBPACK_IMPORTED_MODULE_2__["SearchService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ModalService"] }, + { type: _search_config_service__WEBPACK_IMPORTED_MODULE_4__["SearchConfigService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["UploadFilesService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["PasswordService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["WindowService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["LoadingMaskService"] } + ]; }; + SearchAppComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'gd-search-app', + template: __webpack_require__(/*! raw-loader!./search-app.component.html */ "../../node_modules/raw-loader/index.js!../../libs/search/src/lib/search-app.component.html"), + styles: [__webpack_require__(/*! ./search-app.component.less */ "../../libs/search/src/lib/search-app.component.less")] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_search_service__WEBPACK_IMPORTED_MODULE_2__["SearchService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ModalService"], + _search_config_service__WEBPACK_IMPORTED_MODULE_4__["SearchConfigService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["UploadFilesService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["PasswordService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["WindowService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["LoadingMaskService"]]) + ], SearchAppComponent); + return SearchAppComponent; +}()); + + + +/***/ }), + +/***/ "../../libs/search/src/lib/search-browse-files-modal/search-browse-files-modal.component.less": +/*!*********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-browse-files-modal/search-browse-files-modal.component.less ***! + \*********************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = ".gd-modal-table {\n width: 100%;\n text-align: left;\n}\n#gd-browse-section {\n width: 1036px;\n height: 561px;\n overflow-y: auto;\n}\n.list-files-header {\n height: 60px;\n color: #6e6e6e;\n font-size: 13px;\n font-weight: bold;\n background-color: #f4f4f4;\n margin-top: 24px;\n}\n.list-files-header.upload-url {\n margin-top: 20px;\n}\n.header-name {\n padding-left: 68px;\n width: 90%;\n line-height: 60px;\n}\n.header-size {\n line-height: 60px;\n}\n.header-size,\n.file-size {\n width: 7%;\n color: #777777;\n text-align: left;\n}\n.file-size {\n font-size: 12px;\n width: 7%;\n line-height: 79px;\n}\n.file-description {\n display: -webkit-box;\n display: flex;\n width: 90%;\n padding: 18px 0px 18px 0px;\n font-size: 14px;\n -webkit-box-flex: 1;\n flex: 1;\n cursor: pointer;\n overflow: hidden;\n}\n.file-description .ng-fa-icon {\n font-size: 32px;\n}\n.gd-modal-spinner {\n background-color: #ffffff;\n width: 100%;\n height: 20px;\n text-align: center;\n font-size: 16px;\n}\n.gd-file-name {\n white-space: nowrap;\n overflow: hidden;\n width: 100%;\n text-overflow: ellipsis;\n}\n.upload-panel {\n display: -webkit-box;\n display: flex;\n position: relative;\n width: 100%;\n margin-top: 24px;\n margin-right: 24px;\n}\n.upload-panel .select-all {\n height: 37px;\n margin: 0px 16px 0px 15px;\n width: 37px;\n line-height: 44px;\n text-align: center;\n}\n.upload-panel .context {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n width: 100%;\n margin-right: 24px;\n}\n.upload-panel .context .context-actions {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n width: 100%;\n}\n.upload-panel .context .context-actions > gd-button {\n margin-right: 10px;\n}\n.upload-panel .context .context-actions *:last-child {\n margin-right: 0px;\n}\n.upload-panel .context .context-actions ::ng-deep .button {\n height: 37px;\n width: 96px;\n padding: 0px;\n -webkit-box-pack: center;\n justify-content: center;\n font-size: 14px;\n}\n.upload-panel .context .context-actions ::ng-deep .button ::ng-deep .text {\n font-size: 10px;\n}\n.upload-panel .context .context-actions ::ng-deep .button.primary {\n width: 117px;\n background-color: #4b566c;\n}\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive {\n width: 106px;\n background-color: #959da5;\n}\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive /deep/ .text {\n color: #3E4E5A;\n}\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive /deep/ fa-icon {\n color: #3E4E5A;\n}\n.upload-panel .context .context-panel {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n width: 100%;\n margin-top: 20px;\n}\n.upload-panel .context .context-panel .upload-url {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n width: 100%;\n}\n.upload-panel .context .context-panel .upload-url .url-input {\n width: 100%;\n height: 27px;\n border: 1px solid #25c2d4;\n font-size: 14px;\n padding-left: 6px;\n}\n.upload-panel .context .context-panel .upload-url .url-check {\n width: 31px;\n height: 31px;\n color: #FFFFFF;\n font-size: 15px;\n background-color: #25c2d4;\n}\n.upload-panel .context .context-panel .upload-url .url-check .ng-fa-icon {\n display: block;\n padding: 8px;\n}\n.upload-panel gd-drop-down {\n margin-right: 10px;\n}\n.upload-panel gd-drop-down /deep/ .drop-down-item .text {\n margin-left: 7px;\n text-transform: uppercase;\n color: #6e6e6e;\n}\n.upload-panel gd-drop-down /deep/ .drop-down-item:hover {\n background-color: #4b566c;\n}\n.upload-panel gd-drop-down /deep/ .drop-down-item:hover * {\n color: #FFF;\n}\n.list-files-lines,\n.list-files-header {\n display: -webkit-box;\n display: flex;\n width: 100%;\n -webkit-box-pack: justify;\n justify-content: space-between;\n}\n.file-description .ng-fa-icon.fa-file-pdf {\n color: #e04e4e;\n}\n.file-description .ng-fa-icon.fa-file-word {\n color: #539CF0;\n}\n.file-description .ng-fa-icon.fa-file-powerpoint {\n color: #e29e1e;\n}\n.file-description .ng-fa-icon.fa-file-excel {\n color: #7cbc46;\n}\n.file-description .ng-fa-icon.fa-file-image {\n color: #c375ed;\n}\n.file-description .ng-fa-icon.fa-file-text .fa-folder,\n.file-description .ng-fa-icon.fa-file,\n.file-description .ng-fa-icon.fa-file-alt {\n color: #4b566c;\n}\n.go-up {\n cursor: pointer;\n display: -webkit-box;\n display: flex;\n font-size: 26px;\n color: #4b566c;\n height: 79px;\n}\n.go-up-dots {\n margin-left: 20px;\n margin-top: 22px;\n font-size: 16px;\n}\n.go-up-icon {\n display: block;\n padding: 18px 0px 18px 68px;\n}\n.file-name {\n font-size: 16px;\n color: #6e6e6e;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-name-format {\n padding-left: 11px;\n overflow: hidden;\n}\n.file-format {\n font-size: 10px;\n padding-top: 3px;\n color: #acacac;\n}\n.list-files-lines,\n.go-up {\n border-bottom: 1px solid #e7e7e7;\n}\n.list-files-lines:hover {\n background-color: #E5E5E5;\n}\n.gd-dnd-wrap {\n background-color: #FFF;\n cursor: default;\n position: absolute;\n width: 100%;\n height: calc(100% - 60px);\n background: rgba(255, 255, 255, 0.7);\n z-index: 1;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-drag-n-drop-icon {\n margin-top: -50px;\n}\n.gd-drag-n-drop-icon .fa-cloud-download-alt {\n color: #D1D1D1;\n font-size: 110px;\n}\n.gd-file-checkbox {\n height: 37px;\n margin: 21px 16px 21px 15px;\n width: 37px;\n line-height: 44px;\n text-align: center;\n}\n.gd-file-checkbox.empty {\n width: 37px;\n}\n.file-format-select {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n width: 36px;\n margin-right: 24px;\n}\n.file-format-select ::ng-deep .button {\n padding: 0px;\n width: 36px;\n margin: 0px;\n font-size: 14px;\n}\n.file-format-select ::ng-deep .button .text {\n padding: 0px;\n}\n.file-format-select ::ng-deep .show .button {\n color: #959da5;\n}\n.file-format-select gd-drop-down /deep/ .drop-down-item {\n width: 96px;\n}\n.file-format-select gd-drop-down /deep/ .drop-down-item .text {\n padding-left: 7px;\n text-transform: uppercase;\n color: #6e6e6e;\n}\n.file-format-select gd-drop-down /deep/ .drop-down-item:hover {\n background-color: #4b566c;\n}\n.file-format-select gd-drop-down /deep/ .drop-down-item:hover * {\n color: #FFF;\n}\n.gd-checkbox {\n width: 19px;\n height: 19px;\n margin: 0px;\n}\n.gd-checkbox:before {\n position: relative;\n display: -webkit-box;\n display: flex;\n width: 17px;\n height: 17px;\n border: 1px solid #707070;\n content: \"\";\n background: #FFFFFF;\n cursor: pointer;\n}\n.gd-checkbox:after {\n position: relative;\n display: -webkit-box;\n display: flex;\n left: 1px;\n top: -18px;\n width: 16px;\n height: 16px;\n content: \"\";\n cursor: pointer;\n}\n.gd-checkbox:checked:after {\n font-family: \"Font Awesome 5 Free\";\n content: \"\\f00c\";\n font-weight: 900;\n font-size: 16px;\n color: #6E6E6E;\n}\n.gd-add-selected.active {\n cursor: pointer;\n opacity: 1;\n}\n.gd-add-selected {\n width: 140px;\n height: 36px;\n background-color: #3E4E5A;\n color: #FFFFFF;\n margin: 0px 8px 0px 0px;\n border: 0;\n cursor: not-allowed;\n opacity: 0.43;\n}\n.gd-folder-name {\n margin-top: 8px;\n}\n.dnd-wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n top: 259px;\n position: absolute;\n}\n.dnd-wrapper .text {\n color: #6e6e6e;\n font-size: 14px;\n}\n.dnd-wrapper .icon {\n display: -webkit-box;\n display: flex;\n width: 113px;\n height: 90px;\n font-size: 90px;\n color: #3E4E5A;\n margin-bottom: 30px;\n}\n@media (max-width: 1037px) {\n .header-size,\n .file-size {\n width: 18%;\n }\n .gd-dnd-wrap {\n width: 95%;\n }\n #gd-browse-section {\n width: 100%;\n }\n #gd-browse-section {\n width: 100%;\n height: calc(100% - 146px);\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2VhcmNoL3NyYy9saWIvc2VhcmNoLWJyb3dzZS1maWxlcy1tb2RhbC9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvc2VhcmNoL3NyYy9saWIvc2VhcmNoLWJyb3dzZS1maWxlcy1tb2RhbC9zZWFyY2gtYnJvd3NlLWZpbGVzLW1vZGFsLmNvbXBvbmVudC5sZXNzIiwibGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtYnJvd3NlLWZpbGVzLW1vZGFsL3NlYXJjaC1icm93c2UtZmlsZXMtbW9kYWwuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxXQUFBO0VBQ0EsZ0JBQUE7QUNERjtBRElBO0VBQ0UsYUFBQTtFQUNBLGFBQUE7RUFDQSxnQkFBQTtBQ0ZGO0FES0E7RUFDRSxZQUFBO0VBQ0EsY0FBQTtFQUNBLGVBQUE7RUFDQSxpQkFBQTtFQUNBLHlCQUFBO0VBQ0EsZ0JBQUE7QUNIRjtBREtFO0VBQ0UsZ0JBQUE7QUNISjtBRE9BO0VBQ0Usa0JBQUE7RUFDQSxVQUFBO0VBQ0EsaUJBQUE7QUNMRjtBRFFBO0VBQ0UsaUJBQUE7QUNORjtBRFVBOztFQUVFLFNBQUE7RUFDQSxjQUFBO0VBQ0EsZ0JBQUE7QUNSRjtBRFdBO0VBQ0UsZUFBQTtFQUNBLFNBQUE7RUFDQSxpQkFBQTtBQ1RGO0FEWUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxVQUFBO0VBQ0EsMEJBQUE7RUFDQSxlQUFBO0VBQ0EsbUJBQUE7VUFBQSxPQUFBO0VBQ0EsZUFBQTtFQUNBLGdCQUFBO0FDVkY7QURhQTtFQUNFLGVBQUE7QUNYRjtBRGNBO0VBQ0UseUJBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGtCQUFBO0VBQ0EsZUFBQTtBQ1pGO0FEZUE7RUFDRSxtQkFBQTtFQUNBLGdCQUFBO0VBQ0EsV0FBQTtFQUNBLHVCQUFBO0FDYkY7QURnQkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxrQkFBQTtFQUNB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QUE7RUFBQSxhQUFBO0VBQ0EsWUFBQTtFQUNBLFlBQUE7RUFDQSxlQUFBO0VBQ0EsY0FBQTtFQUNBLG1CQUFBO0FDL0VKO0FEbUZBO0VBRUU7O0lBRUUsVUFBQTtFQ2xGRjtFRHFGQTtJQUNFLFVBQUE7RUNuRkY7RURzRkE7SUFDRSxXQUFBO0VDcEZGO0VEdUZBO0lBQ0UsV0FBQTtJQUNBLDBCQUFBO0VDckZGO0FBQ0YiLCJmaWxlIjoibGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtYnJvd3NlLWZpbGVzLW1vZGFsL3NlYXJjaC1icm93c2UtZmlsZXMtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi8uLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlcy5sZXNzXCI7XG5cbi5nZC1tb2RhbC10YWJsZSB7XG4gIHdpZHRoICAgICA6IDEwMCU7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG59XG5cbiNnZC1icm93c2Utc2VjdGlvbiB7XG4gIHdpZHRoICAgICA6IDEwMzZweDtcbiAgaGVpZ2h0ICAgIDogNTYxcHg7XG4gIG92ZXJmbG93LXk6IGF1dG87XG59XG5cbi5saXN0LWZpbGVzLWhlYWRlciB7XG4gIGhlaWdodCAgICAgICAgICA6IDYwcHg7XG4gIGNvbG9yICAgICAgICAgICA6IEBkb3ZlLWdyYXk7XG4gIGZvbnQtc2l6ZSAgICAgICA6IDEzcHg7XG4gIGZvbnQtd2VpZ2h0ICAgICA6IGJvbGQ7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG4gIG1hcmdpbi10b3AgICAgICA6IDI0cHg7XG5cbiAgJi51cGxvYWQtdXJsIHtcbiAgICBtYXJnaW4tdG9wOiAyMHB4O1xuICB9XG59XG5cbi5oZWFkZXItbmFtZSB7XG4gIHBhZGRpbmctbGVmdDogNjhweDtcbiAgd2lkdGggICAgICAgOiA5MCU7XG4gIGxpbmUtaGVpZ2h0IDogNjBweDtcbn1cblxuLmhlYWRlci1zaXplIHtcbiAgbGluZS1oZWlnaHQ6IDYwcHg7XG4gIC8vIFRPRE86IGFkZCBvdmVyZmxvdy15OiBzY3JvbGwgaWYgc2Nyb2xsLWJhciBpbiBmaWxlcyBhcHBlYXJzXG59XG5cbi5oZWFkZXItc2l6ZSxcbi5maWxlLXNpemUge1xuICB3aWR0aCAgICAgOiA3JTtcbiAgY29sb3IgICAgIDogIzc3Nzc3NztcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cblxuLmZpbGUtc2l6ZSB7XG4gIGZvbnQtc2l6ZSAgOiAxMnB4O1xuICB3aWR0aCAgICAgIDogNyU7XG4gIGxpbmUtaGVpZ2h0OiA3OXB4O1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiB7XG4gIGRpc3BsYXkgIDogZmxleDtcbiAgd2lkdGggICAgOiA5MCU7XG4gIHBhZGRpbmcgIDogMThweCAwcHggMThweCAwcHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgZmxleCAgICAgOiAxO1xuICBjdXJzb3IgICA6IHBvaW50ZXI7XG4gIG92ZXJmbG93IDogaGlkZGVuO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzJweDtcbn1cblxuLmdkLW1vZGFsLXNwaW5uZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xuICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xuICBoZWlnaHQgICAgICAgICAgOiAyMHB4O1xuICB0ZXh0LWFsaWduICAgICAgOiBjZW50ZXI7XG4gIGZvbnQtc2l6ZSAgICAgICA6IDE2cHg7XG59XG5cbi5nZC1maWxlLW5hbWUge1xuICB3aGl0ZS1zcGFjZSAgOiBub3dyYXA7XG4gIG92ZXJmbG93ICAgICA6IGhpZGRlbjtcbiAgd2lkdGggICAgICAgIDogMTAwJTtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG59XG5cbi51cGxvYWQtcGFuZWwge1xuICBkaXNwbGF5ICAgICA6IGZsZXg7XG4gIHBvc2l0aW9uICAgIDogcmVsYXRpdmU7XG4gIHdpZHRoICAgICAgIDogMTAwJTtcbiAgbWFyZ2luLXRvcCAgOiAyNHB4O1xuICBtYXJnaW4tcmlnaHQ6IDI0cHg7XG5cbiAgLnNlbGVjdC1hbGwge1xuICAgIGhlaWdodCAgICAgOiAzN3B4O1xuICAgIG1hcmdpbiAgICAgOiAwcHggMTZweCAwcHggMTVweDtcbiAgICB3aWR0aCAgICAgIDogMzdweDtcbiAgICBsaW5lLWhlaWdodDogNDRweDtcbiAgICB0ZXh0LWFsaWduIDogY2VudGVyO1xuICB9XG5cbiAgLmNvbnRleHQge1xuICAgIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgd2lkdGggICAgICAgICA6IDEwMCU7XG4gICAgbWFyZ2luLXJpZ2h0ICA6IDI0cHg7XG5cbiAgICAuY29udGV4dC1hY3Rpb25zIHtcbiAgICAgIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICAgICAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgICAgIHdpZHRoICAgICAgICAgOiAxMDAlO1xuXG4gICAgICA+Z2QtYnV0dG9uIHtcbiAgICAgICAgbWFyZ2luLXJpZ2h0OiAxMHB4O1xuICAgICAgfVxuXG4gICAgICAqOmxhc3QtY2hpbGQge1xuICAgICAgICBtYXJnaW4tcmlnaHQ6IDBweDtcbiAgICAgIH1cblxuICAgICAgOjpuZy1kZWVwIC5idXR0b24ge1xuICAgICAgICBoZWlnaHQgICAgICAgICA6IDM3cHg7XG4gICAgICAgIHdpZHRoICAgICAgICAgIDogOTZweDtcbiAgICAgICAgcGFkZGluZyAgICAgICAgOiAwcHg7XG4gICAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgICAgICBmb250LXNpemUgICAgICA6IDE0cHg7XG5cbiAgICAgICAgOjpuZy1kZWVwIC50ZXh0IHtcbiAgICAgICAgICBmb250LXNpemU6IDEwcHg7XG4gICAgICAgIH1cblxuICAgICAgICAmLnByaW1hcnkge1xuICAgICAgICAgIHdpZHRoICAgICAgICAgICA6IDExN3B4O1xuICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IEBmb2xkZXI7XG5cbiAgICAgICAgICAmLmluYWN0aXZlIHtcbiAgICAgICAgICAgIHdpZHRoICAgICAgICAgICA6IDEwNnB4O1xuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogQHJlZ2VudC1ncmF5O1xuXG4gICAgICAgICAgICAvZGVlcC8gLnRleHQge1xuICAgICAgICAgICAgICBjb2xvcjogQHByaW1hcnk7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgIC9kZWVwLyBmYS1pY29uIHtcbiAgICAgICAgICAgICAgY29sb3I6IEBwcmltYXJ5XG4gICAgICAgICAgICB9XG4gICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuXG4gICAgLmNvbnRleHQtcGFuZWwge1xuICAgICAgZGlzcGxheSAgICAgICA6IGZsZXg7XG4gICAgICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICAgICAgd2lkdGggICAgICAgICA6IDEwMCU7XG4gICAgICBtYXJnaW4tdG9wICAgIDogMjBweDtcblxuICAgICAgLnVwbG9hZC11cmwge1xuICAgICAgICBkaXNwbGF5ICAgICAgIDogZmxleDtcbiAgICAgICAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgICAgICAgd2lkdGggICAgICAgICA6IDEwMCU7XG5cbiAgICAgICAgLnVybC1pbnB1dCB7XG4gICAgICAgICAgd2lkdGggICAgICAgOiAxMDAlO1xuICAgICAgICAgIGhlaWdodCAgICAgIDogMjdweDtcbiAgICAgICAgICBib3JkZXIgICAgICA6IDFweCBzb2xpZCBAYnJhbmQ7XG4gICAgICAgICAgZm9udC1zaXplICAgOiAxNHB4O1xuICAgICAgICAgIHBhZGRpbmctbGVmdDogNnB4O1xuICAgICAgICB9XG5cbiAgICAgICAgLnVybC1jaGVjayB7XG4gICAgICAgICAgd2lkdGggICAgICAgICAgIDogMzFweDtcbiAgICAgICAgICBoZWlnaHQgICAgICAgICAgOiAzMXB4O1xuICAgICAgICAgIGNvbG9yICAgICAgICAgICA6ICNGRkZGRkY7XG4gICAgICAgICAgZm9udC1zaXplICAgICAgIDogMTVweDtcbiAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAYnJhbmQ7XG4gICAgICAgIH1cblxuICAgICAgICAudXJsLWNoZWNrIC5uZy1mYS1pY29uIHtcbiAgICAgICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgICAgICBwYWRkaW5nOiA4cHg7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICBnZC1kcm9wLWRvd24ge1xuICAgIG1hcmdpbi1yaWdodDogMTBweDtcblxuICAgIC9kZWVwLyAuZHJvcC1kb3duLWl0ZW0ge1xuICAgICAgLnRleHQge1xuICAgICAgICBtYXJnaW4tbGVmdCAgIDogN3B4O1xuICAgICAgICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICAgICAgICBjb2xvciAgICAgICAgIDogQGRvdmUtZ3JheTtcbiAgICAgIH1cblxuICAgICAgJjpob3ZlciB7XG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6IEBmb2xkZXI7XG5cbiAgICAgICAgKiB7XG4gICAgICAgICAgY29sb3I6ICNGRkY7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuLmxpc3QtZmlsZXMtbGluZXMsXG4ubGlzdC1maWxlcy1oZWFkZXIge1xuICBkaXNwbGF5ICAgICAgICA6IGZsZXg7XG4gIHdpZHRoICAgICAgICAgIDogMTAwJTtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXBkZiB7XG4gIGNvbG9yOiBAcGRmO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXdvcmQge1xuICBjb2xvcjogQHdvcmQ7XG59XG5cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtcG93ZXJwb2ludCB7XG4gIGNvbG9yOiBAcG93ZXJwb2ludDtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1leGNlbCB7XG4gIGNvbG9yOiBAZXhjZWw7XG59XG5cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtaW1hZ2Uge1xuICBjb2xvcjogQGltYWdlO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXRleHQgLmZhLWZvbGRlcixcbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUsXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWFsdCB7XG4gIGNvbG9yOiBAZm9sZGVyO1xufVxuXG4uZ28tdXAge1xuICBjdXJzb3IgICA6IHBvaW50ZXI7XG4gIGRpc3BsYXkgIDogZmxleDtcbiAgZm9udC1zaXplOiAyNnB4O1xuICBjb2xvciAgICA6IEBmb2xkZXI7XG4gIGhlaWdodCAgIDogNzlweDtcbn1cblxuLmdvLXVwLWRvdHMge1xuICBtYXJnaW4tbGVmdDogMjBweDtcbiAgbWFyZ2luLXRvcCA6IDIycHg7XG4gIGZvbnQtc2l6ZSAgOiAxNnB4O1xufVxuXG4uZ28tdXAtaWNvbiB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBwYWRkaW5nOiAxOHB4IDBweCAxOHB4IDY4cHg7XG59XG5cbi5maWxlLW5hbWUge1xuICBmb250LXNpemUgICAgOiAxNnB4O1xuICBjb2xvciAgICAgICAgOiBAZG92ZS1ncmF5O1xuICBvdmVyZmxvdyAgICAgOiBoaWRkZW47XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xufVxuXG4uZmlsZS1uYW1lLWZvcm1hdCB7XG4gIHBhZGRpbmctbGVmdDogMTFweDtcbiAgb3ZlcmZsb3cgICAgOiBoaWRkZW47XG59XG5cbi5maWxlLWZvcm1hdCB7XG4gIGZvbnQtc2l6ZSAgOiAxMHB4O1xuICBwYWRkaW5nLXRvcDogM3B4O1xuICBjb2xvciAgICAgIDogQHNpbHZlci1jaGFsaWNlO1xufVxuXG4ubGlzdC1maWxlcy1saW5lcyxcbi5nby11cCB7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCBAbWVyY3VyeTtcbn1cblxuLmxpc3QtZmlsZXMtbGluZXMge1xuICAmOmhvdmVyIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAbmF2LWFjY2VudC1iYWNrZ3JvdW5kO1xuICB9XG59XG5cbi5nZC1kbmQtd3JhcCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkY7XG4gIGN1cnNvciAgICAgICAgICA6IGRlZmF1bHQ7XG4gIHBvc2l0aW9uICAgICAgICA6IGFic29sdXRlO1xuICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xuICBoZWlnaHQgICAgICAgICAgOiBjYWxjKDEwMCUgLSA2MHB4KTtcbiAgYmFja2dyb3VuZCAgICAgIDogcmdiYSgyNTUsIDI1NSwgMjU1LCAwLjcpO1xuICB6LWluZGV4ICAgICAgICAgOiAxO1xuICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQgOiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zICAgICA6IGNlbnRlcjtcbn1cblxuLmdkLWRyYWctbi1kcm9wLWljb24ge1xuICBtYXJnaW4tdG9wOiAtNTBweDtcbn1cblxuLmdkLWRyYWctbi1kcm9wLWljb24gLmZhLWNsb3VkLWRvd25sb2FkLWFsdCB7XG4gIGNvbG9yICAgIDogI0QxRDFEMTtcbiAgZm9udC1zaXplOiAxMTBweDtcbn1cblxuLmdkLWZpbGUtY2hlY2tib3gge1xuICBoZWlnaHQgICAgIDogMzdweDtcbiAgbWFyZ2luICAgICA6IDIxcHggMTZweCAyMXB4IDE1cHg7XG4gIHdpZHRoICAgICAgOiAzN3B4O1xuICBsaW5lLWhlaWdodDogNDRweDtcbiAgdGV4dC1hbGlnbiA6IGNlbnRlcjtcbn1cblxuLmdkLWZpbGUtY2hlY2tib3guZW1wdHkge1xuICB3aWR0aDogMzdweDtcbn1cblxuLmZpbGUtZm9ybWF0LXNlbGVjdCB7XG4gIGRpc3BsYXkgICAgIDogZmxleDtcbiAgYWxpZ24taXRlbXMgOiBjZW50ZXI7XG4gIHdpZHRoICAgICAgIDogMzZweDtcbiAgbWFyZ2luLXJpZ2h0OiAyNHB4O1xuXG4gIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICBwYWRkaW5nICA6IDBweDtcbiAgICB3aWR0aCAgICA6IDM2cHg7XG4gICAgbWFyZ2luICAgOiAwcHg7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuXG4gICAgLnRleHQge1xuICAgICAgcGFkZGluZzogMHB4O1xuICAgIH1cbiAgfVxuXG4gIDo6bmctZGVlcCAuc2hvdyAuYnV0dG9uIHtcbiAgICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICB9XG5cbiAgZ2QtZHJvcC1kb3duIHtcbiAgICAvZGVlcC8gLmRyb3AtZG93bi1pdGVtIHtcbiAgICAgIHdpZHRoOiA5NnB4O1xuXG4gICAgICAudGV4dCB7XG4gICAgICAgIHBhZGRpbmctbGVmdCAgOiA3cHg7XG4gICAgICAgIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gICAgICAgIGNvbG9yICAgICAgICAgOiBAZG92ZS1ncmF5O1xuICAgICAgfVxuXG4gICAgICAmOmhvdmVyIHtcbiAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogQGZvbGRlcjtcblxuICAgICAgICAqIHtcbiAgICAgICAgICBjb2xvcjogI0ZGRjtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgfVxufVxuXG4uZ2QtY2hlY2tib3gge1xuICB3aWR0aCA6IDE5cHg7XG4gIGhlaWdodDogMTlweDtcbiAgbWFyZ2luOiAwcHg7XG5cbiAgJjpiZWZvcmUge1xuICAgIHBvc2l0aW9uICA6IHJlbGF0aXZlO1xuICAgIGRpc3BsYXkgICA6IGZsZXg7XG4gICAgd2lkdGggICAgIDogMTdweDtcbiAgICBoZWlnaHQgICAgOiAxN3B4O1xuICAgIGJvcmRlciAgICA6IDFweCBzb2xpZCAjNzA3MDcwO1xuICAgIGNvbnRlbnQgICA6IFwiXCI7XG4gICAgYmFja2dyb3VuZDogI0ZGRkZGRjtcbiAgICBjdXJzb3IgICAgOiBwb2ludGVyO1xuICB9XG5cbiAgJjphZnRlciB7XG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIGRpc3BsYXkgOiBmbGV4O1xuICAgIGxlZnQgICAgOiAxcHg7XG4gICAgdG9wICAgICA6IC0xOHB4O1xuICAgIHdpZHRoICAgOiAxNnB4O1xuICAgIGhlaWdodCAgOiAxNnB4O1xuICAgIGNvbnRlbnQgOiBcIlwiO1xuICAgIGN1cnNvciAgOiBwb2ludGVyO1xuICB9XG5cbiAgJjpjaGVja2VkIHtcbiAgICAmOmFmdGVyIHtcbiAgICAgIGZvbnQtZmFtaWx5OiBcIkZvbnQgQXdlc29tZSA1IEZyZWVcIjtcbiAgICAgIGNvbnRlbnQgICAgOiBcIlxcZjAwY1wiO1xuICAgICAgZm9udC13ZWlnaHQ6IDkwMDtcbiAgICAgIGZvbnQtc2l6ZSAgOiAxNnB4O1xuICAgICAgY29sb3IgICAgICA6ICM2RTZFNkU7XG4gICAgfVxuICB9XG59XG5cbi5nZC1hZGQtc2VsZWN0ZWQuYWN0aXZlIHtcbiAgY3Vyc29yIDogcG9pbnRlcjtcbiAgb3BhY2l0eTogMTtcbn1cblxuLmdkLWFkZC1zZWxlY3RlZCB7XG4gIHdpZHRoICAgICAgICAgICA6IDE0MHB4O1xuICBoZWlnaHQgICAgICAgICAgOiAzNnB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM0U0RTVBO1xuICBjb2xvciAgICAgICAgICAgOiAjRkZGRkZGO1xuICBtYXJnaW4gICAgICAgICAgOiAwcHggOHB4IDBweCAwcHg7XG4gIGJvcmRlciAgICAgICAgICA6IDA7XG4gIGN1cnNvciAgICAgICAgICA6IG5vdC1hbGxvd2VkO1xuICBvcGFjaXR5ICAgICAgICAgOiAwLjQzO1xufVxuXG4uZ2QtZm9sZGVyLW5hbWUge1xuICBtYXJnaW4tdG9wOiA4cHg7XG59XG5cbi5kbmQtd3JhcHBlciB7XG4gIGRpc3BsYXkgICAgICAgIDogZmxleDtcbiAgZmxleC1kaXJlY3Rpb24gOiBjb2x1bW47XG4gIGFsaWduLWl0ZW1zICAgIDogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgdG9wICAgICAgICAgICAgOiAyNTlweDtcbiAgcG9zaXRpb24gICAgICAgOiBhYnNvbHV0ZTtcblxuICAudGV4dCB7XG4gICAgY29sb3IgICAgOiBAZG92ZS1ncmF5O1xuICAgIGZvbnQtc2l6ZTogMTRweDtcbiAgfVxuXG4gIC5pY29uIHtcbiAgICBkaXNwbGF5ICAgICAgOiBmbGV4O1xuICAgIHdpZHRoICAgICAgICA6IDExM3B4O1xuICAgIGhlaWdodCAgICAgICA6IDkwcHg7XG4gICAgZm9udC1zaXplICAgIDogOTBweDtcbiAgICBjb2xvciAgICAgICAgOiBAcHJpbWFyeTtcbiAgICBtYXJnaW4tYm90dG9tOiAzMHB4O1xuICB9XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG5cbiAgLmhlYWRlci1zaXplLFxuICAuZmlsZS1zaXplIHtcbiAgICB3aWR0aDogMTglO1xuICB9XG5cbiAgLmdkLWRuZC13cmFwIHtcbiAgICB3aWR0aDogOTUlO1xuICB9XG5cbiAgI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxuXG4gICNnZC1icm93c2Utc2VjdGlvbiB7XG4gICAgd2lkdGggOiAxMDAlO1xuICAgIGhlaWdodDogY2FsYygxMDAlIC0gMTQ2cHgpO1xuICB9XG59IiwiLmdkLW1vZGFsLXRhYmxlIHtcbiAgd2lkdGg6IDEwMCU7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG59XG4jZ2QtYnJvd3NlLXNlY3Rpb24ge1xuICB3aWR0aDogMTAzNnB4O1xuICBoZWlnaHQ6IDU2MXB4O1xuICBvdmVyZmxvdy15OiBhdXRvO1xufVxuLmxpc3QtZmlsZXMtaGVhZGVyIHtcbiAgaGVpZ2h0OiA2MHB4O1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBmb250LXdlaWdodDogYm9sZDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2Y0ZjRmNDtcbiAgbWFyZ2luLXRvcDogMjRweDtcbn1cbi5saXN0LWZpbGVzLWhlYWRlci51cGxvYWQtdXJsIHtcbiAgbWFyZ2luLXRvcDogMjBweDtcbn1cbi5oZWFkZXItbmFtZSB7XG4gIHBhZGRpbmctbGVmdDogNjhweDtcbiAgd2lkdGg6IDkwJTtcbiAgbGluZS1oZWlnaHQ6IDYwcHg7XG59XG4uaGVhZGVyLXNpemUge1xuICBsaW5lLWhlaWdodDogNjBweDtcbn1cbi5oZWFkZXItc2l6ZSxcbi5maWxlLXNpemUge1xuICB3aWR0aDogNyU7XG4gIGNvbG9yOiAjNzc3Nzc3O1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xufVxuLmZpbGUtc2l6ZSB7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgd2lkdGg6IDclO1xuICBsaW5lLWhlaWdodDogNzlweDtcbn1cbi5maWxlLWRlc2NyaXB0aW9uIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDkwJTtcbiAgcGFkZGluZzogMThweCAwcHggMThweCAwcHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgZmxleDogMTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24ge1xuICBmb250LXNpemU6IDMycHg7XG59XG4uZ2QtbW9kYWwtc3Bpbm5lciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmZmZmY7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDIwcHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgZm9udC1zaXplOiAxNnB4O1xufVxuLmdkLWZpbGUtbmFtZSB7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbn1cbi51cGxvYWQtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIHdpZHRoOiAxMDAlO1xuICBtYXJnaW4tdG9wOiAyNHB4O1xuICBtYXJnaW4tcmlnaHQ6IDI0cHg7XG59XG4udXBsb2FkLXBhbmVsIC5zZWxlY3QtYWxsIHtcbiAgaGVpZ2h0OiAzN3B4O1xuICBtYXJnaW46IDBweCAxNnB4IDBweCAxNXB4O1xuICB3aWR0aDogMzdweDtcbiAgbGluZS1oZWlnaHQ6IDQ0cHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aDogMTAwJTtcbiAgbWFyZ2luLXJpZ2h0OiAyNHB4O1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1hY3Rpb25zIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgd2lkdGg6IDEwMCU7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgPiBnZC1idXR0b24ge1xuICBtYXJnaW4tcmlnaHQ6IDEwcHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgKjpsYXN0LWNoaWxkIHtcbiAgbWFyZ2luLXJpZ2h0OiAwcHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgOjpuZy1kZWVwIC5idXR0b24ge1xuICBoZWlnaHQ6IDM3cHg7XG4gIHdpZHRoOiA5NnB4O1xuICBwYWRkaW5nOiAwcHg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBmb250LXNpemU6IDE0cHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgOjpuZy1kZWVwIC5idXR0b24gOjpuZy1kZWVwIC50ZXh0IHtcbiAgZm9udC1zaXplOiAxMHB4O1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1hY3Rpb25zIDo6bmctZGVlcCAuYnV0dG9uLnByaW1hcnkge1xuICB3aWR0aDogMTE3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0YjU2NmM7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgOjpuZy1kZWVwIC5idXR0b24ucHJpbWFyeS5pbmFjdGl2ZSB7XG4gIHdpZHRoOiAxMDZweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzk1OWRhNTtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyA6Om5nLWRlZXAgLmJ1dHRvbi5wcmltYXJ5LmluYWN0aXZlIC9kZWVwLyAudGV4dCB7XG4gIGNvbG9yOiAjM0U0RTVBO1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1hY3Rpb25zIDo6bmctZGVlcCAuYnV0dG9uLnByaW1hcnkuaW5hY3RpdmUgL2RlZXAvIGZhLWljb24ge1xuICBjb2xvcjogIzNFNEU1QTtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICB3aWR0aDogMTAwJTtcbiAgbWFyZ2luLXRvcDogMjBweDtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtcGFuZWwgLnVwbG9hZC11cmwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICB3aWR0aDogMTAwJTtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtcGFuZWwgLnVwbG9hZC11cmwgLnVybC1pbnB1dCB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDI3cHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkICMyNWMyZDQ7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgcGFkZGluZy1sZWZ0OiA2cHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LXBhbmVsIC51cGxvYWQtdXJsIC51cmwtY2hlY2sge1xuICB3aWR0aDogMzFweDtcbiAgaGVpZ2h0OiAzMXB4O1xuICBjb2xvcjogI0ZGRkZGRjtcbiAgZm9udC1zaXplOiAxNXB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMjVjMmQ0O1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1wYW5lbCAudXBsb2FkLXVybCAudXJsLWNoZWNrIC5uZy1mYS1pY29uIHtcbiAgZGlzcGxheTogYmxvY2s7XG4gIHBhZGRpbmc6IDhweDtcbn1cbi51cGxvYWQtcGFuZWwgZ2QtZHJvcC1kb3duIHtcbiAgbWFyZ2luLXJpZ2h0OiAxMHB4O1xufVxuLnVwbG9hZC1wYW5lbCBnZC1kcm9wLWRvd24gL2RlZXAvIC5kcm9wLWRvd24taXRlbSAudGV4dCB7XG4gIG1hcmdpbi1sZWZ0OiA3cHg7XG4gIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gIGNvbG9yOiAjNmU2ZTZlO1xufVxuLnVwbG9hZC1wYW5lbCBnZC1kcm9wLWRvd24gL2RlZXAvIC5kcm9wLWRvd24taXRlbTpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0YjU2NmM7XG59XG4udXBsb2FkLXBhbmVsIGdkLWRyb3AtZG93biAvZGVlcC8gLmRyb3AtZG93bi1pdGVtOmhvdmVyICoge1xuICBjb2xvcjogI0ZGRjtcbn1cbi5saXN0LWZpbGVzLWxpbmVzLFxuLmxpc3QtZmlsZXMtaGVhZGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDEwMCU7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2Vlbjtcbn1cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtcGRmIHtcbiAgY29sb3I6ICNlMDRlNGU7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXdvcmQge1xuICBjb2xvcjogIzUzOUNGMDtcbn1cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtcG93ZXJwb2ludCB7XG4gIGNvbG9yOiAjZTI5ZTFlO1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1leGNlbCB7XG4gIGNvbG9yOiAjN2NiYzQ2O1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1pbWFnZSB7XG4gIGNvbG9yOiAjYzM3NWVkO1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIsXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLFxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1hbHQge1xuICBjb2xvcjogIzRiNTY2Yztcbn1cbi5nby11cCB7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgZGlzcGxheTogZmxleDtcbiAgZm9udC1zaXplOiAyNnB4O1xuICBjb2xvcjogIzRiNTY2YztcbiAgaGVpZ2h0OiA3OXB4O1xufVxuLmdvLXVwLWRvdHMge1xuICBtYXJnaW4tbGVmdDogMjBweDtcbiAgbWFyZ2luLXRvcDogMjJweDtcbiAgZm9udC1zaXplOiAxNnB4O1xufVxuLmdvLXVwLWljb24ge1xuICBkaXNwbGF5OiBibG9jaztcbiAgcGFkZGluZzogMThweCAwcHggMThweCA2OHB4O1xufVxuLmZpbGUtbmFtZSB7XG4gIGZvbnQtc2l6ZTogMTZweDtcbiAgY29sb3I6ICM2ZTZlNmU7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xufVxuLmZpbGUtbmFtZS1mb3JtYXQge1xuICBwYWRkaW5nLWxlZnQ6IDExcHg7XG4gIG92ZXJmbG93OiBoaWRkZW47XG59XG4uZmlsZS1mb3JtYXQge1xuICBmb250LXNpemU6IDEwcHg7XG4gIHBhZGRpbmctdG9wOiAzcHg7XG4gIGNvbG9yOiAjYWNhY2FjO1xufVxuLmxpc3QtZmlsZXMtbGluZXMsXG4uZ28tdXAge1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI2U3ZTdlNztcbn1cbi5saXN0LWZpbGVzLWxpbmVzOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0U1RTVFNTtcbn1cbi5nZC1kbmQtd3JhcCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkY7XG4gIGN1cnNvcjogZGVmYXVsdDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSA2MHB4KTtcbiAgYmFja2dyb3VuZDogcmdiYSgyNTUsIDI1NSwgMjU1LCAwLjcpO1xuICB6LWluZGV4OiAxO1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cbi5nZC1kcmFnLW4tZHJvcC1pY29uIHtcbiAgbWFyZ2luLXRvcDogLTUwcHg7XG59XG4uZ2QtZHJhZy1uLWRyb3AtaWNvbiAuZmEtY2xvdWQtZG93bmxvYWQtYWx0IHtcbiAgY29sb3I6ICNEMUQxRDE7XG4gIGZvbnQtc2l6ZTogMTEwcHg7XG59XG4uZ2QtZmlsZS1jaGVja2JveCB7XG4gIGhlaWdodDogMzdweDtcbiAgbWFyZ2luOiAyMXB4IDE2cHggMjFweCAxNXB4O1xuICB3aWR0aDogMzdweDtcbiAgbGluZS1oZWlnaHQ6IDQ0cHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbi5nZC1maWxlLWNoZWNrYm94LmVtcHR5IHtcbiAgd2lkdGg6IDM3cHg7XG59XG4uZmlsZS1mb3JtYXQtc2VsZWN0IHtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgd2lkdGg6IDM2cHg7XG4gIG1hcmdpbi1yaWdodDogMjRweDtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3QgOjpuZy1kZWVwIC5idXR0b24ge1xuICBwYWRkaW5nOiAwcHg7XG4gIHdpZHRoOiAzNnB4O1xuICBtYXJnaW46IDBweDtcbiAgZm9udC1zaXplOiAxNHB4O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCA6Om5nLWRlZXAgLmJ1dHRvbiAudGV4dCB7XG4gIHBhZGRpbmc6IDBweDtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3QgOjpuZy1kZWVwIC5zaG93IC5idXR0b24ge1xuICBjb2xvcjogIzk1OWRhNTtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3QgZ2QtZHJvcC1kb3duIC9kZWVwLyAuZHJvcC1kb3duLWl0ZW0ge1xuICB3aWR0aDogOTZweDtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3QgZ2QtZHJvcC1kb3duIC9kZWVwLyAuZHJvcC1kb3duLWl0ZW0gLnRleHQge1xuICBwYWRkaW5nLWxlZnQ6IDdweDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgY29sb3I6ICM2ZTZlNmU7XG59XG4uZmlsZS1mb3JtYXQtc2VsZWN0IGdkLWRyb3AtZG93biAvZGVlcC8gLmRyb3AtZG93bi1pdGVtOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzRiNTY2Yztcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3QgZ2QtZHJvcC1kb3duIC9kZWVwLyAuZHJvcC1kb3duLWl0ZW06aG92ZXIgKiB7XG4gIGNvbG9yOiAjRkZGO1xufVxuLmdkLWNoZWNrYm94IHtcbiAgd2lkdGg6IDE5cHg7XG4gIGhlaWdodDogMTlweDtcbiAgbWFyZ2luOiAwcHg7XG59XG4uZ2QtY2hlY2tib3g6YmVmb3JlIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTdweDtcbiAgaGVpZ2h0OiAxN3B4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNzA3MDcwO1xuICBjb250ZW50OiBcIlwiO1xuICBiYWNrZ3JvdW5kOiAjRkZGRkZGO1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtY2hlY2tib3g6YWZ0ZXIge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGxlZnQ6IDFweDtcbiAgdG9wOiAtMThweDtcbiAgd2lkdGg6IDE2cHg7XG4gIGhlaWdodDogMTZweDtcbiAgY29udGVudDogXCJcIjtcbiAgY3Vyc29yOiBwb2ludGVyO1xufVxuLmdkLWNoZWNrYm94OmNoZWNrZWQ6YWZ0ZXIge1xuICBmb250LWZhbWlseTogXCJGb250IEF3ZXNvbWUgNSBGcmVlXCI7XG4gIGNvbnRlbnQ6IFwiXFxmMDBjXCI7XG4gIGZvbnQtd2VpZ2h0OiA5MDA7XG4gIGZvbnQtc2l6ZTogMTZweDtcbiAgY29sb3I6ICM2RTZFNkU7XG59XG4uZ2QtYWRkLXNlbGVjdGVkLmFjdGl2ZSB7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgb3BhY2l0eTogMTtcbn1cbi5nZC1hZGQtc2VsZWN0ZWQge1xuICB3aWR0aDogMTQwcHg7XG4gIGhlaWdodDogMzZweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNFNEU1QTtcbiAgY29sb3I6ICNGRkZGRkY7XG4gIG1hcmdpbjogMHB4IDhweCAwcHggMHB4O1xuICBib3JkZXI6IDA7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQ7XG4gIG9wYWNpdHk6IDAuNDM7XG59XG4uZ2QtZm9sZGVyLW5hbWUge1xuICBtYXJnaW4tdG9wOiA4cHg7XG59XG4uZG5kLXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgdG9wOiAyNTlweDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xufVxuLmRuZC13cmFwcGVyIC50ZXh0IHtcbiAgY29sb3I6ICM2ZTZlNmU7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi5kbmQtd3JhcHBlciAuaWNvbiB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxMTNweDtcbiAgaGVpZ2h0OiA5MHB4O1xuICBmb250LXNpemU6IDkwcHg7XG4gIGNvbG9yOiAjM0U0RTVBO1xuICBtYXJnaW4tYm90dG9tOiAzMHB4O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAuaGVhZGVyLXNpemUsXG4gIC5maWxlLXNpemUge1xuICAgIHdpZHRoOiAxOCU7XG4gIH1cbiAgLmdkLWRuZC13cmFwIHtcbiAgICB3aWR0aDogOTUlO1xuICB9XG4gICNnZC1icm93c2Utc2VjdGlvbiB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbiAgI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDE0NnB4KTtcbiAgfVxufVxuIl19 */" + +/***/ }), + +/***/ "../../libs/search/src/lib/search-browse-files-modal/search-browse-files-modal.component.ts": +/*!*******************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-browse-files-modal/search-browse-files-modal.component.ts ***! + \*******************************************************************************************************************************/ +/*! exports provided: SearchBrowseFilesModalComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchBrowseFilesModalComponent", function() { return SearchBrowseFilesModalComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm5/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var _search_service__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../search.service */ "../../libs/search/src/lib/search.service.ts"); + + + + +var SearchBrowseFilesModalComponent = /** @class */ (function (_super) { + tslib__WEBPACK_IMPORTED_MODULE_0__["__extends"](SearchBrowseFilesModalComponent, _super); + function SearchBrowseFilesModalComponent(_uploadService, _searchService, _modalService) { + var _this = _super.call(this, _uploadService) || this; + _this._searchService = _searchService; + _this._modalService = _modalService; + _this.selectAll = new _angular_core__WEBPACK_IMPORTED_MODULE_1__["EventEmitter"](); + _this.filesAddedToIndex = new _angular_core__WEBPACK_IMPORTED_MODULE_1__["EventEmitter"](); + _this.fileDropped = new _angular_core__WEBPACK_IMPORTED_MODULE_1__["EventEmitter"](); + return _this; + } + SearchBrowseFilesModalComponent.prototype.selectAllItems = function (checked) { + this.selectAll.emit(checked); + }; + SearchBrowseFilesModalComponent.prototype.selectSingleItem = function (checked, file) { + var selectedFiles = this.files.filter(function (f) { return f.guid === file.guid; }); + if (selectedFiles.length === 1) { + selectedFiles[0].selected = checked; + } + }; + SearchBrowseFilesModalComponent.prototype.getLabelString = function () { + var label = 'Add to index'; + if (this.files && this.files.length > 0) { + var selectedCount = this.files.filter(function (file) { return file.selected; }).length; + return selectedCount > 0 ? 'Add ' + selectedCount + ' to index' : label; + } + else { + return label; + } + }; + SearchBrowseFilesModalComponent.prototype.anyItemSelected = function () { + if (this.files && this.files.length > 0) { + return this.files.filter(function (file) { return file.selected; }).length > 0; + } + else + return false; + }; + SearchBrowseFilesModalComponent.prototype.allItemsSelected = function () { + if (this.files && this.files.filter(function (file) { return !file.isDirectory && !file.directory; }).length > 0 && this.files.length > 0) { + return this.files.filter(function (file) { return !file.isDirectory && !file.directory && file.selected; }).length + === this.files.filter(function (file) { return !file.isDirectory && !file.directory; }).length; + } + else + return false; + }; + SearchBrowseFilesModalComponent.prototype.addSelectedToIndex = function () { + var _this = this; + var itemsToIndex = new Array(); + this.files.forEach(function (f) { + if (f.selected && !f.isDirectory && !f.directory) { + itemsToIndex.push(f); + } + }); + this._searchService.addFilesToIndex(itemsToIndex).subscribe(function () { + _this.filesAddedToIndex.emit(true); + }); + this._modalService.close(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["CommonModals"].BrowseFiles); + }; + SearchBrowseFilesModalComponent.prototype.dropped = function ($event) { + if ($event) { + this.fileDropped.emit($event); + } + }; + SearchBrowseFilesModalComponent.ctorParameters = function () { return [ + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["UploadFilesService"] }, + { type: _search_service__WEBPACK_IMPORTED_MODULE_3__["SearchService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["ModalService"] } + ]; }; + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Array) + ], SearchBrowseFilesModalComponent.prototype, "files", void 0); + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Output"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Object) + ], SearchBrowseFilesModalComponent.prototype, "selectAll", void 0); + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Output"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Object) + ], SearchBrowseFilesModalComponent.prototype, "filesAddedToIndex", void 0); + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Output"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Object) + ], SearchBrowseFilesModalComponent.prototype, "fileDropped", void 0); + SearchBrowseFilesModalComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'gd-search-browse-files-modal', + template: __webpack_require__(/*! raw-loader!./search-browse-files-modal.component.html */ "../../node_modules/raw-loader/index.js!../../libs/search/src/lib/search-browse-files-modal/search-browse-files-modal.component.html"), + styles: [__webpack_require__(/*! ./search-browse-files-modal.component.less */ "../../libs/search/src/lib/search-browse-files-modal/search-browse-files-modal.component.less")] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["UploadFilesService"], + _search_service__WEBPACK_IMPORTED_MODULE_3__["SearchService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["ModalService"]]) + ], SearchBrowseFilesModalComponent); + return SearchBrowseFilesModalComponent; +}(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["BrowseFilesModalComponent"])); + + + +/***/ }), + +/***/ "../../libs/search/src/lib/search-config.service.ts": +/*!***************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-config.service.ts ***! + \***************************************************************************************/ +/*! exports provided: SearchConfigService */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchConfigService", function() { return SearchConfigService; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); +/* harmony import */ var _search_config__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./search-config */ "../../libs/search/src/lib/search-config.ts"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm5/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var _angular_common_http__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @angular/common/http */ "../../node_modules/@angular/common/fesm5/http.js"); +/* harmony import */ var rxjs__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! rxjs */ "../../node_modules/rxjs/_esm5/index.js"); + + + + + + +var SearchConfigService = /** @class */ (function () { + function SearchConfigService(_http, _config) { + this._http = _http; + this._config = _config; + this._searchConfig = new rxjs__WEBPACK_IMPORTED_MODULE_5__["BehaviorSubject"](new _search_config__WEBPACK_IMPORTED_MODULE_2__["SearchConfig"]()); + this._updatedConfig = this._searchConfig.asObservable(); + } + Object.defineProperty(SearchConfigService.prototype, "updatedConfig", { + get: function () { + return this._updatedConfig; + }, + enumerable: true, + configurable: true + }); + SearchConfigService.prototype.load = function () { + var _this = this; + return new Promise(function (resolve, reject) { + var configEndpoint = _this._config.getConfigEndpoint(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].SEARCH_APP); + _this._http.get(configEndpoint, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson).toPromise().then(function (response) { + var searchConfig = response; + _this._searchConfig.next(searchConfig); + resolve(); + }).catch(function (response) { + reject("Could not load search config: " + JSON.stringify(response)); + }); + }); + }; + SearchConfigService.ctorParameters = function () { return [ + { type: _angular_common_http__WEBPACK_IMPORTED_MODULE_4__["HttpClient"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ConfigService"] } + ]; }; + SearchConfigService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Injectable"])({ + providedIn: 'root' + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_angular_common_http__WEBPACK_IMPORTED_MODULE_4__["HttpClient"], _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ConfigService"]]) + ], SearchConfigService); + return SearchConfigService; +}()); + + + +/***/ }), + +/***/ "../../libs/search/src/lib/search-config.ts": +/*!*******************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-config.ts ***! + \*******************************************************************************/ +/*! exports provided: SearchConfig */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchConfig", function() { return SearchConfig; }); +var SearchConfig = /** @class */ (function () { + function SearchConfig() { + } + return SearchConfig; +}()); + + + +/***/ }), + +/***/ "../../libs/search/src/lib/search-models.ts": +/*!*******************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-models.ts ***! + \*******************************************************************************/ +/*! exports provided: IndexedFileModel, SearchResult, SearchResultItemModel, ExtendedFileModel, FileIndexingStatus */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "IndexedFileModel", function() { return IndexedFileModel; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchResult", function() { return SearchResult; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchResultItemModel", function() { return SearchResultItemModel; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ExtendedFileModel", function() { return ExtendedFileModel; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FileIndexingStatus", function() { return FileIndexingStatus; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm5/groupdocs.examples.angular-common-components.js"); + + +var IndexedFileModel = /** @class */ (function (_super) { + tslib__WEBPACK_IMPORTED_MODULE_0__["__extends"](IndexedFileModel, _super); + function IndexedFileModel() { + return _super !== null && _super.apply(this, arguments) || this; + } + return IndexedFileModel; +}(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_1__["FileModel"])); + +var SearchResult = /** @class */ (function () { + function SearchResult() { + } + return SearchResult; +}()); + +var SearchResultItemModel = /** @class */ (function () { + function SearchResultItemModel() { + } + return SearchResultItemModel; +}()); + +var ExtendedFileModel = /** @class */ (function () { + function ExtendedFileModel() { + } + return ExtendedFileModel; +}()); + +var FileIndexingStatus; +(function (FileIndexingStatus) { + FileIndexingStatus["Indexing"] = "Indexing"; + FileIndexingStatus["SuccessfullyProcessed"] = "SuccessfullyProcessed"; + FileIndexingStatus["Skipped"] = "Skipped"; + FileIndexingStatus["ProcessedWithError"] = "ProcessedWithError"; + FileIndexingStatus["PasswordRequired"] = "PasswordRequired"; +})(FileIndexingStatus || (FileIndexingStatus = {})); + + +/***/ }), + +/***/ "../../libs/search/src/lib/search-panel/search-panel.component.less": +/*!*******************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-panel/search-panel.component.less ***! + \*******************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = ".gd-search-panel {\n position: absolute;\n display: -webkit-box;\n display: flex;\n left: 0;\n top: 60px;\n width: 100%;\n background-color: #e7e7e7;\n -webkit-box-align: center;\n align-items: center;\n height: 60px;\n}\n.gd-search-panel .gd-search-input {\n float: left;\n height: 37px;\n width: 100%;\n font-size: 14px;\n border: 1px solid #6e6e6e;\n box-sizing: border-box;\n padding: 6px 0px 5px 9px;\n margin-left: 20px;\n}\n.gd-search-panel .gd-search-btn {\n background-color: #3E4E5A;\n margin-right: 20px;\n width: 37px;\n height: 37px;\n padding: 0 !important;\n}\n.gd-search-panel .gd-search-btn ::ng-deep .button {\n padding: 0 !important;\n}\n.gd-search-panel .gd-clear-btn {\n position: absolute;\n right: 50px;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2VhcmNoL3NyYy9saWIvc2VhcmNoLXBhbmVsL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtcGFuZWwvc2VhcmNoLXBhbmVsLmNvbXBvbmVudC5sZXNzIiwibGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtcGFuZWwvc2VhcmNoLXBhbmVsLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usa0JBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxPQUFBO0VBQ0EsU0FBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxZQUFBO0FDREY7QURQQTtFQVdJLFdBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7RUFDQSx5QkFBQTtFQUNBLHNCQUFBO0VBQ0Esd0JBQUE7RUFDQSxpQkFBQTtBQ0RKO0FEakJBO0VBc0JJLHlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLHFCQUFBO0FDRko7QUR4QkE7RUE2Qk0scUJBQUE7QUNGTjtBRDNCQTtFQWtDSSxrQkFBQTtFQUNBLFdBQUE7QUNKSiIsImZpbGUiOiJsaWJzL3NlYXJjaC9zcmMvbGliL3NlYXJjaC1wYW5lbC9zZWFyY2gtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLXNlYXJjaC1wYW5lbCB7XG4gIHBvc2l0aW9uICAgICAgICA6IGFic29sdXRlO1xuICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICBsZWZ0ICAgICAgICAgICAgOiAwO1xuICB0b3AgICAgICAgICAgICAgOiA2MHB4O1xuICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAbWVyY3VyeTtcbiAgYWxpZ24taXRlbXMgICAgIDogY2VudGVyO1xuICBoZWlnaHQgICAgICAgICAgOiA2MHB4O1xuXG4gIC5nZC1zZWFyY2gtaW5wdXQge1xuICAgIGZsb2F0ICAgICAgOiBsZWZ0O1xuICAgIGhlaWdodCAgICAgOiAzN3B4O1xuICAgIHdpZHRoICAgICAgOiAxMDAlO1xuICAgIGZvbnQtc2l6ZSAgOiAxNHB4O1xuICAgIGJvcmRlciAgICAgOiAxcHggc29saWQgQGRvdmUtZ3JheTtcbiAgICBib3gtc2l6aW5nIDogYm9yZGVyLWJveDtcbiAgICBwYWRkaW5nICAgIDogNnB4IDBweCA1cHggOXB4O1xuICAgIG1hcmdpbi1sZWZ0OiAyMHB4O1xuICB9XG5cbiAgLmdkLXNlYXJjaC1idG4ge1xuICAgIGJhY2tncm91bmQtY29sb3I6IEBwcmltYXJ5O1xuICAgIG1hcmdpbi1yaWdodCAgICA6IDIwcHg7XG4gICAgd2lkdGggICAgICAgICAgIDogMzdweDtcbiAgICBoZWlnaHQgICAgICAgICAgOiAzN3B4O1xuICAgIHBhZGRpbmcgICAgICAgICA6IDAgIWltcG9ydGFudDtcblxuICAgIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICAgIHBhZGRpbmc6IDAgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICAuZ2QtY2xlYXItYnRuIHtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgcmlnaHQgICA6IDUwcHg7XG4gIH1cbn0iLCIuZ2Qtc2VhcmNoLXBhbmVsIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBsZWZ0OiAwO1xuICB0b3A6IDYwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTdlN2U3O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBoZWlnaHQ6IDYwcHg7XG59XG4uZ2Qtc2VhcmNoLXBhbmVsIC5nZC1zZWFyY2gtaW5wdXQge1xuICBmbG9hdDogbGVmdDtcbiAgaGVpZ2h0OiAzN3B4O1xuICB3aWR0aDogMTAwJTtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNmU2ZTZlO1xuICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuICBwYWRkaW5nOiA2cHggMHB4IDVweCA5cHg7XG4gIG1hcmdpbi1sZWZ0OiAyMHB4O1xufVxuLmdkLXNlYXJjaC1wYW5lbCAuZ2Qtc2VhcmNoLWJ0biB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMzRTRFNUE7XG4gIG1hcmdpbi1yaWdodDogMjBweDtcbiAgd2lkdGg6IDM3cHg7XG4gIGhlaWdodDogMzdweDtcbiAgcGFkZGluZzogMCAhaW1wb3J0YW50O1xufVxuLmdkLXNlYXJjaC1wYW5lbCAuZ2Qtc2VhcmNoLWJ0biA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIHBhZGRpbmc6IDAgIWltcG9ydGFudDtcbn1cbi5nZC1zZWFyY2gtcGFuZWwgLmdkLWNsZWFyLWJ0biB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcmlnaHQ6IDUwcHg7XG59XG4iXX0= */" + +/***/ }), + +/***/ "../../libs/search/src/lib/search-panel/search-panel.component.ts": +/*!*****************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-panel/search-panel.component.ts ***! + \*****************************************************************************************************/ +/*! exports provided: SearchPanelComponent */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchPanelComponent", function() { return SearchPanelComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); + + +var SearchPanelComponent = /** @class */ (function () { + function SearchPanelComponent() { + this.text = ""; + this.searchText = new _angular_core__WEBPACK_IMPORTED_MODULE_1__["EventEmitter"](); + this.clearQuery = new _angular_core__WEBPACK_IMPORTED_MODULE_1__["EventEmitter"](); + } + SearchPanelComponent.prototype.ngOnInit = function () { + }; + SearchPanelComponent.prototype.search = function () { + this.searchText.emit(this.text); + }; + SearchPanelComponent.prototype.setText = function (value) { + this.text = value; + if (value === "") { + this.clearQueryString(); + } + }; + SearchPanelComponent.prototype.clearQueryString = function () { + this.text = ""; + this.textElement.nativeElement.value = ''; + this.clearQuery.emit(""); + }; + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["ViewChild"])('text', { + static: true + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", _angular_core__WEBPACK_IMPORTED_MODULE_1__["ElementRef"]) + ], SearchPanelComponent.prototype, "textElement", void 0); + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Output"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Object) + ], SearchPanelComponent.prototype, "searchText", void 0); + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Output"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Object) + ], SearchPanelComponent.prototype, "clearQuery", void 0); + SearchPanelComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'gd-search-panel', + template: __webpack_require__(/*! raw-loader!./search-panel.component.html */ "../../node_modules/raw-loader/index.js!../../libs/search/src/lib/search-panel/search-panel.component.html"), + styles: [__webpack_require__(/*! ./search-panel.component.less */ "../../libs/search/src/lib/search-panel/search-panel.component.less")] }), - tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_editor_service__WEBPACK_IMPORTED_MODULE_2__["EditorService"], - _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ModalService"], - _editor_config_service__WEBPACK_IMPORTED_MODULE_4__["EditorConfigService"], - _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["UploadFilesService"], - _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["PasswordService"], - _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["WindowService"], - _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["FormattingService"], - _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["BackFormattingService"], - _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["OnCloseService"], - _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["SelectionService"], - _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["EditHtmlService"], - _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["RenderPrintService"], - _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["LoadingMaskService"]]) - ], EditorAppComponent); - return EditorAppComponent; + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", []) + ], SearchPanelComponent); + return SearchPanelComponent; }()); /***/ }), -/***/ "../../libs/editor/src/lib/editor-config.service.ts": -/*!***************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/editor-config.service.ts ***! - \***************************************************************************************************/ -/*! exports provided: EditorConfigService */ +/***/ "../../libs/search/src/lib/search-result-item/search-result-item.component.less": +/*!*******************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-result-item/search-result-item.component.less ***! + \*******************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = ".gd-search-result-item {\n display: -webkit-box;\n display: flex;\n width: 100%;\n height: 98px;\n border-bottom: 1px solid #e7e7e7;\n background-color: #fff;\n -webkit-box-align: center;\n align-items: center;\n position: relative;\n}\n.gd-search-result-phrase {\n display: -webkit-box;\n display: flex;\n width: 100%;\n height: 40px;\n border-bottom: 1px solid #e7e7e7;\n background-color: #fff;\n -webkit-box-align: center;\n align-items: center;\n font-size: 13px;\n padding-left: 17px;\n overflow: hidden;\n}\n.gd-search-result-phrase ::ng-deep span {\n font-weight: bold;\n}\n.gd-found-phrases-title {\n display: -webkit-box;\n display: flex;\n font-size: 13px;\n text-transform: uppercase;\n color: #3E4E5A;\n width: calc(100% + 17px);\n height: 60px;\n background-color: #f4f4f4;\n font-weight: bold;\n -webkit-box-align: center;\n align-items: center;\n position: relative;\n}\n.gd-found-phrases-title .gd-close-btn {\n position: absolute;\n right: 30px;\n}\n.gd-vertical-bar {\n width: 17px;\n background-color: #3E4E5A;\n}\n.gd-found-phrases-content-wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n width: calc(100% - 34px);\n}\n.gd-found-phrases-wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n}\n.gd-found-file-name {\n display: -webkit-box;\n display: flex;\n width: 253px;\n padding-left: 17px;\n}\n.gd-found-file-name fa-icon {\n font-size: 32px;\n margin: 19px 21px 0 0;\n}\n.gd-search-result-name {\n text-align: left;\n cursor: default;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n width: 100%;\n}\n.gd-search-result-size {\n text-align: left;\n font-size: 12px;\n}\n.gd-file-size {\n width: 60px;\n color: #777777;\n position: absolute;\n right: 65px;\n}\n.gd-file-format {\n font-size: 10px;\n color: #acacac;\n padding-top: 4px;\n}\n.gd-file-format.mobile {\n display: none;\n}\n.gd-file-occurrences {\n color: #777777;\n}\n.gd-search-result-item .ng-fa-icon.fa-file-pdf {\n color: #E21717;\n}\n.gd-search-result-item .ng-fa-icon.fa-file-word {\n color: #6979B9;\n}\n.gd-search-result-item .ng-fa-icon.fa-file-powerpoint {\n color: #E29417;\n}\n.gd-search-result-item .ng-fa-icon.fa-file-excel {\n color: #3FA300;\n}\n.gd-search-result-item .ng-fa-icon.fa-file-image {\n color: #E217DA;\n}\n.gd-search-result-item .ng-fa-icon.fa-file-text .fa-folder {\n color: #5D6A75;\n}\n.gd-found-file-name .ng-fa-icon {\n font-size: 33px;\n}\n.gd-found-file-name fa-icon {\n font-size: 32px;\n margin: 0 11px 0 0;\n}\n.gd-search-result-occurrences {\n text-decoration: underline;\n cursor: pointer;\n}\n@media (max-width: 1037px) {\n .gd-file-size {\n display: none;\n }\n .gd-file-format {\n font-size: 10px;\n }\n .gd-file-format.mobile {\n display: block;\n }\n .gd-file-format.mobile > fa-icon {\n color: #bebebe;\n }\n .gd-file-format.mobile fa-icon {\n font-size: 10px;\n margin-right: 2.1px;\n }\n .gd-file-format.mobile fa-icon:nth-child(1) {\n margin-right: 6px;\n }\n .gd-file-format {\n font-size: 11px;\n }\n .gd-found-file-name {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n width: 100%;\n }\n .gd-file-occurrences {\n width: 94px;\n position: absolute;\n right: 15px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2VhcmNoL3NyYy9saWIvc2VhcmNoLXJlc3VsdC1pdGVtL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtcmVzdWx0LWl0ZW0vc2VhcmNoLXJlc3VsdC1pdGVtLmNvbXBvbmVudC5sZXNzIiwibGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtcmVzdWx0LWl0ZW0vc2VhcmNoLXJlc3VsdC1pdGVtLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxnQ0FBQTtFQUNBLHNCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLGtCQUFBO0FDREY7QURJQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EsZ0NBQUE7RUFDQSxzQkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxlQUFBO0VBQ0Esa0JBQUE7RUFDQSxnQkFBQTtBQ0ZGO0FEUEE7RUFZSSxpQkFBQTtBQ0ZKO0FETUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0VBQ0EseUJBQUE7RUFDQSxjQUFBO0VBQ0Esd0JBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7RUFDQSxpQkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxrQkFBQTtBQ0pGO0FETkE7RUFhSSxrQkFBQTtFQUNBLFdBQUE7QUNKSjtBRFFBO0VBQ0UsV0FBQTtFQUNBLHlCQUFBO0FDTkY7QURTQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHdCQUFBO0FDUEY7QURVQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtBQ1JGO0FEV0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxZQUFBO0VBQ0Esa0JBQUE7QUNURjtBRFlBO0VBQ0UsZUFBQTtFQUNBLHFCQUFBO0FDVkY7QURhQTtFQUNFLGdCQUFBO0VBQ0EsZUFBQTtFQUNBLG1CQUFBO0VBQ0EsZ0JBQUE7RUFDQSx1QkFBQTtFQUNBLFdBQUE7QUNYRjtBRGNBO0VBQ0UsZ0JBQUE7RUFDQSxlQUFBO0FDWkY7QURlQTtFQUNFLFdBQUE7RUFDQSxjQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0FDYkY7QURnQkE7RUFDRSxlQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0FDZEY7QURnQkU7RUFDRSxhQUFBO0FDZEo7QURrQkE7RUFDRSxjQUFBO0FDaEJGO0FEbUJBO0VBQ0UsY0FBQTtBQ2pCRjtBRG9CQTtFQUNFLGNBQUE7QUNsQkY7QURxQkE7RUFDRSxjQUFBO0FDbkJGO0FEc0JBO0VBQ0UsY0FBQTtBQ3BCRjtBRHVCQTtFQUNFLGNBQUE7QUNyQkY7QUR3QkE7RUFDRSxjQUFBO0FDdEJGO0FEeUJBO0VBQ0UsZUFBQTtBQ3ZCRjtBRDBCQTtFQUNFLGVBQUE7RUFDQSxrQkFBQTtBQ3hCRjtBRDJCQTtFQUNFLDBCQUFBO0VBQ0EsZUFBQTtBQ3pCRjtBRDRCQTtFQUNFO0lBQ0UsYUFBQTtFQzFCRjtFRDZCQTtJQUNFLGVBQUE7RUMzQkY7RUQ2QkU7SUFDRSxjQUFBO0VDM0JKO0VEMEJFO0lBSUksY0FBQTtFQzNCTjtFRHVCRTtJQVFJLGVBQUE7SUFDQSxtQkFBQTtFQzVCTjtFRG1CRTtJQWFJLGlCQUFBO0VDN0JOO0VEa0NBO0lBQ0UsZUFBQTtFQ2hDRjtFRG1DQTtJQUNFLG1CQUFBO0lBQ0EsZ0JBQUE7SUFDQSx1QkFBQTtJQUNBLFdBQUE7RUNqQ0Y7RURvQ0E7SUFDRSxXQUFBO0lBQ0Esa0JBQUE7SUFDQSxXQUFBO0VDbENGO0FBQ0YiLCJmaWxlIjoibGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtcmVzdWx0LWl0ZW0vc2VhcmNoLXJlc3VsdC1pdGVtLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbi5nZC1zZWFyY2gtcmVzdWx0LWl0ZW0ge1xuICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xuICBoZWlnaHQgICAgICAgICAgOiA5OHB4O1xuICBib3JkZXItYm90dG9tICAgOiAxcHggc29saWQgQG1lcmN1cnk7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIGFsaWduLWl0ZW1zICAgICA6IGNlbnRlcjtcbiAgcG9zaXRpb24gICAgICAgIDogcmVsYXRpdmU7XG59XG5cbi5nZC1zZWFyY2gtcmVzdWx0LXBocmFzZSB7XG4gIGRpc3BsYXkgICAgICAgICA6IGZsZXg7XG4gIHdpZHRoICAgICAgICAgICA6IDEwMCU7XG4gIGhlaWdodCAgICAgICAgICA6IDQwcHg7XG4gIGJvcmRlci1ib3R0b20gICA6IDFweCBzb2xpZCBAbWVyY3VyeTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgYWxpZ24taXRlbXMgICAgIDogY2VudGVyO1xuICBmb250LXNpemUgICAgICAgOiAxM3B4O1xuICBwYWRkaW5nLWxlZnQgICAgOiAxN3B4O1xuICBvdmVyZmxvdyAgICAgICAgOiBoaWRkZW47XG5cbiAgOjpuZy1kZWVwIHNwYW4ge1xuICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICB9XG59XG5cbi5nZC1mb3VuZC1waHJhc2VzLXRpdGxlIHtcbiAgZGlzcGxheSAgICAgICAgIDogZmxleDtcbiAgZm9udC1zaXplICAgICAgIDogMTNweDtcbiAgdGV4dC10cmFuc2Zvcm0gIDogdXBwZXJjYXNlO1xuICBjb2xvciAgICAgICAgICAgOiBAcHJpbWFyeTtcbiAgd2lkdGggICAgICAgICAgIDogY2FsYygxMDAlICsgMTdweCk7XG4gIGhlaWdodCAgICAgICAgICA6IDYwcHg7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG4gIGZvbnQtd2VpZ2h0ICAgICA6IGJvbGQ7XG4gIGFsaWduLWl0ZW1zICAgICA6IGNlbnRlcjtcbiAgcG9zaXRpb24gICAgICAgIDogcmVsYXRpdmU7XG5cbiAgLmdkLWNsb3NlLWJ0biB7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHJpZ2h0ICAgOiAzMHB4O1xuICB9XG59XG5cbi5nZC12ZXJ0aWNhbC1iYXIge1xuICB3aWR0aCAgICAgICAgICAgOiAxN3B4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAcHJpbWFyeTtcbn1cblxuLmdkLWZvdW5kLXBocmFzZXMtY29udGVudC13cmFwcGVyIHtcbiAgZGlzcGxheSAgICAgICA6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoICAgICAgICAgOiBjYWxjKDEwMCUgLSAzNHB4KTtcbn1cblxuLmdkLWZvdW5kLXBocmFzZXMtd3JhcHBlciB7XG4gIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xufVxuXG4uZ2QtZm91bmQtZmlsZS1uYW1lIHtcbiAgZGlzcGxheSAgICAgOiBmbGV4O1xuICB3aWR0aCAgICAgICA6IDI1M3B4O1xuICBwYWRkaW5nLWxlZnQ6IDE3cHg7XG59XG5cbi5nZC1mb3VuZC1maWxlLW5hbWUgZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzJweDtcbiAgbWFyZ2luICAgOiAxOXB4IDIxcHggMCAwO1xufVxuXG4uZ2Qtc2VhcmNoLXJlc3VsdC1uYW1lIHtcbiAgdGV4dC1hbGlnbiAgIDogbGVmdDtcbiAgY3Vyc29yICAgICAgIDogZGVmYXVsdDtcbiAgd2hpdGUtc3BhY2UgIDogbm93cmFwO1xuICBvdmVyZmxvdyAgICAgOiBoaWRkZW47XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuICB3aWR0aCAgICAgICAgOiAxMDAlO1xufVxuXG4uZ2Qtc2VhcmNoLXJlc3VsdC1zaXplIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZm9udC1zaXplIDogMTJweDtcbn1cblxuLmdkLWZpbGUtc2l6ZSB7XG4gIHdpZHRoICAgOiA2MHB4O1xuICBjb2xvciAgIDogIzc3Nzc3NztcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICByaWdodCAgIDogNjVweDtcbn1cblxuLmdkLWZpbGUtZm9ybWF0IHtcbiAgZm9udC1zaXplICA6IDEwcHg7XG4gIGNvbG9yICAgICAgOiBAc2lsdmVyLWNoYWxpY2U7XG4gIHBhZGRpbmctdG9wOiA0cHg7XG5cbiAgJi5tb2JpbGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbn1cblxuLmdkLWZpbGUtb2NjdXJyZW5jZXMge1xuICBjb2xvcjogIzc3Nzc3Nztcbn1cblxuLmdkLXNlYXJjaC1yZXN1bHQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLXBkZiB7XG4gIGNvbG9yOiAjRTIxNzE3O1xufVxuXG4uZ2Qtc2VhcmNoLXJlc3VsdC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtd29yZCB7XG4gIGNvbG9yOiAjNjk3OUI5O1xufVxuXG4uZ2Qtc2VhcmNoLXJlc3VsdC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtcG93ZXJwb2ludCB7XG4gIGNvbG9yOiAjRTI5NDE3O1xufVxuXG4uZ2Qtc2VhcmNoLXJlc3VsdC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtZXhjZWwge1xuICBjb2xvcjogIzNGQTMwMDtcbn1cblxuLmdkLXNlYXJjaC1yZXN1bHQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6ICNFMjE3REE7XG59XG5cbi5nZC1zZWFyY2gtcmVzdWx0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIge1xuICBjb2xvcjogIzVENkE3NTtcbn1cblxuLmdkLWZvdW5kLWZpbGUtbmFtZSAubmctZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzNweDtcbn1cblxuLmdkLWZvdW5kLWZpbGUtbmFtZSBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBtYXJnaW4gICA6IDAgMTFweCAwIDA7XG59XG5cbi5nZC1zZWFyY2gtcmVzdWx0LW9jY3VycmVuY2VzIHtcbiAgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7XG4gIGN1cnNvciAgICAgICAgIDogcG9pbnRlcjtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLmdkLWZpbGUtc2l6ZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuXG4gIC5nZC1maWxlLWZvcm1hdCB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuXG4gICAgJi5tb2JpbGUge1xuICAgICAgZGlzcGxheTogYmxvY2s7XG5cbiAgICAgID5mYS1pY29uIHtcbiAgICAgICAgY29sb3I6ICNiZWJlYmU7XG4gICAgICB9XG5cbiAgICAgIGZhLWljb24ge1xuICAgICAgICBmb250LXNpemUgICA6IDEwcHg7XG4gICAgICAgIG1hcmdpbi1yaWdodDogMi4xcHg7XG4gICAgICB9XG5cbiAgICAgIGZhLWljb246bnRoLWNoaWxkKDEpIHtcbiAgICAgICAgbWFyZ2luLXJpZ2h0OiA2cHg7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDExcHg7XG4gIH1cblxuICAuZ2QtZm91bmQtZmlsZS1uYW1lIHtcbiAgICB3aGl0ZS1zcGFjZSAgOiBub3dyYXA7XG4gICAgb3ZlcmZsb3cgICAgIDogaGlkZGVuO1xuICAgIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuICAgIHdpZHRoICAgICAgICA6IDEwMCU7XG4gIH1cblxuICAuZ2QtZmlsZS1vY2N1cnJlbmNlcyB7XG4gICAgd2lkdGggICA6IDk0cHg7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHJpZ2h0ICAgOiAxNXB4O1xuICB9XG59IiwiLmdkLXNlYXJjaC1yZXN1bHQtaXRlbSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDk4cHg7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZTdlN2U3O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1waHJhc2Uge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiA0MHB4O1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI2U3ZTdlNztcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBwYWRkaW5nLWxlZnQ6IDE3cHg7XG4gIG92ZXJmbG93OiBoaWRkZW47XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1waHJhc2UgOjpuZy1kZWVwIHNwYW4ge1xuICBmb250LXdlaWdodDogYm9sZDtcbn1cbi5nZC1mb3VuZC1waHJhc2VzLXRpdGxlIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZm9udC1zaXplOiAxM3B4O1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICBjb2xvcjogIzNFNEU1QTtcbiAgd2lkdGg6IGNhbGMoMTAwJSArIDE3cHgpO1xuICBoZWlnaHQ6IDYwcHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmNGY0ZjQ7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG4uZ2QtZm91bmQtcGhyYXNlcy10aXRsZSAuZ2QtY2xvc2UtYnRuIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICByaWdodDogMzBweDtcbn1cbi5nZC12ZXJ0aWNhbC1iYXIge1xuICB3aWR0aDogMTdweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNFNEU1QTtcbn1cbi5nZC1mb3VuZC1waHJhc2VzLWNvbnRlbnQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiBjYWxjKDEwMCUgLSAzNHB4KTtcbn1cbi5nZC1mb3VuZC1waHJhc2VzLXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xufVxuLmdkLWZvdW5kLWZpbGUtbmFtZSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAyNTNweDtcbiAgcGFkZGluZy1sZWZ0OiAxN3B4O1xufVxuLmdkLWZvdW5kLWZpbGUtbmFtZSBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBtYXJnaW46IDE5cHggMjFweCAwIDA7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1uYW1lIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbiAgd2lkdGg6IDEwMCU7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1zaXplIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZm9udC1zaXplOiAxMnB4O1xufVxuLmdkLWZpbGUtc2l6ZSB7XG4gIHdpZHRoOiA2MHB4O1xuICBjb2xvcjogIzc3Nzc3NztcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICByaWdodDogNjVweDtcbn1cbi5nZC1maWxlLWZvcm1hdCB7XG4gIGZvbnQtc2l6ZTogMTBweDtcbiAgY29sb3I6ICNhY2FjYWM7XG4gIHBhZGRpbmctdG9wOiA0cHg7XG59XG4uZ2QtZmlsZS1mb3JtYXQubW9iaWxlIHtcbiAgZGlzcGxheTogbm9uZTtcbn1cbi5nZC1maWxlLW9jY3VycmVuY2VzIHtcbiAgY29sb3I6ICM3Nzc3Nzc7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtcGRmIHtcbiAgY29sb3I6ICNFMjE3MTc7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtd29yZCB7XG4gIGNvbG9yOiAjNjk3OUI5O1xufVxuLmdkLXNlYXJjaC1yZXN1bHQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogI0UyOTQxNztcbn1cbi5nZC1zZWFyY2gtcmVzdWx0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS1leGNlbCB7XG4gIGNvbG9yOiAjM0ZBMzAwO1xufVxuLmdkLXNlYXJjaC1yZXN1bHQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6ICNFMjE3REE7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtdGV4dCAuZmEtZm9sZGVyIHtcbiAgY29sb3I6ICM1RDZBNzU7XG59XG4uZ2QtZm91bmQtZmlsZS1uYW1lIC5uZy1mYS1pY29uIHtcbiAgZm9udC1zaXplOiAzM3B4O1xufVxuLmdkLWZvdW5kLWZpbGUtbmFtZSBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBtYXJnaW46IDAgMTFweCAwIDA7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1vY2N1cnJlbmNlcyB7XG4gIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lO1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5nZC1maWxlLXNpemUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDEwcHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSA+IGZhLWljb24ge1xuICAgIGNvbG9yOiAjYmViZWJlO1xuICB9XG4gIC5nZC1maWxlLWZvcm1hdC5tb2JpbGUgZmEtaWNvbiB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuICAgIG1hcmdpbi1yaWdodDogMi4xcHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSBmYS1pY29uOm50aC1jaGlsZCgxKSB7XG4gICAgbWFyZ2luLXJpZ2h0OiA2cHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDExcHg7XG4gIH1cbiAgLmdkLWZvdW5kLWZpbGUtbmFtZSB7XG4gICAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuICAgIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuICAgIHdpZHRoOiAxMDAlO1xuICB9XG4gIC5nZC1maWxlLW9jY3VycmVuY2VzIHtcbiAgICB3aWR0aDogOTRweDtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgcmlnaHQ6IDE1cHg7XG4gIH1cbn1cbiJdfQ== */" + +/***/ }), + +/***/ "../../libs/search/src/lib/search-result-item/search-result-item.component.ts": +/*!*****************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-result-item/search-result-item.component.ts ***! + \*****************************************************************************************************************/ +/*! exports provided: SearchResultItemComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); -/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EditorConfigService", function() { return EditorConfigService; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchResultItemComponent", function() { return SearchResultItemComponent; }); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); -/* harmony import */ var _editor_config__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./editor-config */ "../../libs/editor/src/lib/editor-config.ts"); +/* harmony import */ var _search_models__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../search-models */ "../../libs/search/src/lib/search-models.ts"); /* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm5/groupdocs.examples.angular-common-components.js"); -/* harmony import */ var _angular_common_http__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @angular/common/http */ "../../node_modules/@angular/common/fesm5/http.js"); -/* harmony import */ var rxjs__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! rxjs */ "../../node_modules/rxjs/_esm5/index.js"); - - -var EditorConfigService = /** @class */ (function () { - function EditorConfigService(_http, _config) { - this._http = _http; - this._config = _config; - this._editorConfig = new rxjs__WEBPACK_IMPORTED_MODULE_5__["BehaviorSubject"](new _editor_config__WEBPACK_IMPORTED_MODULE_2__["EditorConfig"]()); - this._updatedConfig = this._editorConfig.asObservable(); +var SearchResultItemComponent = /** @class */ (function () { + function SearchResultItemComponent() { } - Object.defineProperty(EditorConfigService.prototype, "updatedConfig", { - get: function () { - return this._updatedConfig; - }, - enumerable: true, - configurable: true - }); - EditorConfigService.prototype.load = function () { - var _this = this; - return new Promise(function (resolve, reject) { - var configEndpoint = _this._config.getConfigEndpoint(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].EDITOR_APP); - _this._http.get(configEndpoint, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson).toPromise().then(function (response) { - var editorConfig = response; - _this._editorConfig.next(editorConfig); - resolve(); - }).catch(function (response) { - reject("Could not load editor config: " + JSON.stringify(response)); - }); - }); + SearchResultItemComponent.prototype.ngOnInit = function () { }; - EditorConfigService.ctorParameters = function () { return [ - { type: _angular_common_http__WEBPACK_IMPORTED_MODULE_4__["HttpClient"] }, - { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ConfigService"] } - ]; }; - EditorConfigService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ - Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Injectable"])({ - providedIn: 'root' + SearchResultItemComponent.prototype.getSizeString = function (size) { + var mb = size / 1024 / 1024; + if (mb > 1) { + return (Math.round(mb * 100) / 100) + ' MB'; + } + else { + var kb = size / 1024; + if (kb > 1) { + return (Math.round(kb * 100) / 100) + ' KB'; + } + } + return size + ' Bytes'; + }; + SearchResultItemComponent.prototype.getFormatIcon = function (file) { + return _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["FileUtil"].find(file.name, file.directory).icon; + }; + SearchResultItemComponent.prototype.getFormatName = function (file) { + return _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["FileUtil"].find(file.name, file.directory).format; + }; + SearchResultItemComponent.prototype.getOccurrencesMessage = function (occurrences) { + return "Found " + occurrences + " occurrences"; + }; + SearchResultItemComponent.prototype.togglePhrases = function (item) { + item.showPhrases = !item.showPhrases; + }; + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", _search_models__WEBPACK_IMPORTED_MODULE_2__["SearchResultItemModel"]) + ], SearchResultItemComponent.prototype, "item", void 0); + SearchResultItemComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'gd-search-result-item', + template: __webpack_require__(/*! raw-loader!./search-result-item.component.html */ "../../node_modules/raw-loader/index.js!../../libs/search/src/lib/search-result-item/search-result-item.component.html"), + styles: [__webpack_require__(/*! ./search-result-item.component.less */ "../../libs/search/src/lib/search-result-item/search-result-item.component.less")] }), - tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_angular_common_http__WEBPACK_IMPORTED_MODULE_4__["HttpClient"], _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ConfigService"]]) - ], EditorConfigService); - return EditorConfigService; + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", []) + ], SearchResultItemComponent); + return SearchResultItemComponent; }()); /***/ }), -/***/ "../../libs/editor/src/lib/editor-config.ts": -/*!*******************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/editor-config.ts ***! - \*******************************************************************************************/ -/*! exports provided: EditorConfig */ +/***/ "../../libs/search/src/lib/search-result-summary/search-result-summary.component.less": +/*!*************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-result-summary/search-result-summary.component.less ***! + \*************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "#gd-search-result-summary {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n height: 100%;\n background-color: #e7e7e7;\n top: 120px;\n position: absolute;\n width: 100%;\n}\n.gd-search-result-summary-header {\n display: -webkit-box;\n display: flex;\n font-size: 13px;\n text-transform: uppercase;\n color: #6e6e6e;\n width: 100%;\n height: 60px;\n background-color: #f4f4f4;\n font-weight: bold;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-search-result-summary-status {\n display: -webkit-box;\n display: flex;\n font-size: 12px;\n color: white;\n width: 100%;\n height: 30px;\n background-color: #25c2d4;\n -webkit-box-align: center;\n align-items: center;\n padding-left: 17px;\n}\n.gd-total-occurrences {\n padding-left: 8px;\n padding-right: 17px;\n}\n.gd-search-duration {\n padding-left: 8px;\n}\n.gd-indexed-files {\n right: 18px;\n position: absolute;\n}\n.gd-search-result-summary-header div:nth-child(1) {\n width: 253px;\n text-align: left;\n display: -webkit-box;\n display: flex;\n padding-left: 17px;\n}\n.gd-search-result-summary-header div:nth-child(2) {\n text-align: left;\n display: -webkit-box;\n display: flex;\n}\n.gd-search-result-summary-header div:nth-child(3) {\n width: 30px;\n position: fixed;\n right: 111px;\n text-align: left;\n}\n.gd-search-result-summary-body {\n overflow-y: scroll;\n height: calc(100% - 210px);\n}\n.gd-search-result-last-placeholder {\n margin: 0px 52px;\n}\n@media (max-width: 1037px) {\n .gd-search-result-header {\n display: none;\n }\n .gd-indexed-files {\n display: none;\n }\n .gd-search-result-summary-header div:nth-child(3) {\n display: none;\n }\n .gd-search-result-summary-header div:nth-child(2) {\n position: absolute;\n right: 18px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2VhcmNoL3NyYy9saWIvc2VhcmNoLXJlc3VsdC1zdW1tYXJ5L0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtcmVzdWx0LXN1bW1hcnkvc2VhcmNoLXJlc3VsdC1zdW1tYXJ5LmNvbXBvbmVudC5sZXNzIiwibGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtcmVzdWx0LXN1bW1hcnkvc2VhcmNoLXJlc3VsdC1zdW1tYXJ5LmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0ksNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsWUFBQTtFQUNBLHlCQUFBO0VBQ0EsVUFBQTtFQUNBLGtCQUFBO0VBQ0EsV0FBQTtBQ0RKO0FESUE7RUFDSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0VBQ0EseUJBQUE7RUFDQSxjQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSx5QkFBQTtFQUNBLGlCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ0ZKO0FES0E7RUFDSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0Esa0JBQUE7QUNISjtBRE1BO0VBQ0ksaUJBQUE7RUFDQSxtQkFBQTtBQ0pKO0FET0E7RUFDSSxpQkFBQTtBQ0xKO0FEUUE7RUFDSSxXQUFBO0VBQ0Esa0JBQUE7QUNOSjtBRFNBO0VBQ0ksWUFBQTtFQUNBLGdCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0Esa0JBQUE7QUNQSjtBRFVBO0VBQ0ksZ0JBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7QUNSSjtBRFdBO0VBQ0ksV0FBQTtFQUNBLGVBQUE7RUFDQSxZQUFBO0VBQ0EsZ0JBQUE7QUNUSjtBRFlBO0VBQ0ksa0JBQUE7RUFDQSwwQkFBQTtBQ1ZKO0FEYUE7RUFDSSxnQkFBQTtBQ1hKO0FEY0E7RUFDSTtJQUNJLGFBQUE7RUNaTjtFRGVFO0lBQ0ksYUFBQTtFQ2JOO0VEZ0JFO0lBQ0ksYUFBQTtFQ2ROO0VEaUJFO0lBQ0ksa0JBQUE7SUFDQSxXQUFBO0VDZk47QUFDRiIsImZpbGUiOiJsaWJzL3NlYXJjaC9zcmMvbGliL3NlYXJjaC1yZXN1bHQtc3VtbWFyeS9zZWFyY2gtcmVzdWx0LXN1bW1hcnkuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuI2dkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeSB7XG4gICAgZmxleC1kaXJlY3Rpb24gIDogY29sdW1uO1xuICAgIGhlaWdodCAgICAgICAgICA6IDEwMCU7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQG1lcmN1cnk7XG4gICAgdG9wICAgICAgICAgICAgIDogMTIwcHg7XG4gICAgcG9zaXRpb24gICAgICAgIDogYWJzb2x1dGU7XG4gICAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbn1cblxuLmdkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeS1oZWFkZXIge1xuICAgIGRpc3BsYXkgICAgICAgICA6IGZsZXg7XG4gICAgZm9udC1zaXplICAgICAgIDogMTNweDtcbiAgICB0ZXh0LXRyYW5zZm9ybSAgOiB1cHBlcmNhc2U7XG4gICAgY29sb3IgICAgICAgICAgIDogQGRvdmUtZ3JheTtcbiAgICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xuICAgIGhlaWdodCAgICAgICAgICA6IDYwcHg7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQHdpbGQtc2FuZDtcbiAgICBmb250LXdlaWdodCAgICAgOiBib2xkO1xuICAgIGFsaWduLWl0ZW1zICAgICA6IGNlbnRlcjtcbn1cblxuLmdkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeS1zdGF0dXMge1xuICAgIGRpc3BsYXkgICAgICAgICA6IGZsZXg7XG4gICAgZm9udC1zaXplICAgICAgIDogMTJweDtcbiAgICBjb2xvciAgICAgICAgICAgOiB3aGl0ZTtcbiAgICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xuICAgIGhlaWdodCAgICAgICAgICA6IDMwcHg7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQGJyYW5kO1xuICAgIGFsaWduLWl0ZW1zICAgICA6IGNlbnRlcjtcbiAgICBwYWRkaW5nLWxlZnQgICAgOiAxN3B4O1xufVxuXG4uZ2QtdG90YWwtb2NjdXJyZW5jZXMge1xuICAgIHBhZGRpbmctbGVmdCA6IDhweDtcbiAgICBwYWRkaW5nLXJpZ2h0OiAxN3B4O1xufVxuXG4uZ2Qtc2VhcmNoLWR1cmF0aW9uIHtcbiAgICBwYWRkaW5nLWxlZnQ6IDhweDtcbn1cblxuLmdkLWluZGV4ZWQtZmlsZXMge1xuICAgIHJpZ2h0ICAgOiAxOHB4O1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbn1cblxuLmdkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeS1oZWFkZXIgZGl2Om50aC1jaGlsZCgxKSB7XG4gICAgd2lkdGggICAgICAgOiAyNTNweDtcbiAgICB0ZXh0LWFsaWduICA6IGxlZnQ7XG4gICAgZGlzcGxheSAgICAgOiBmbGV4O1xuICAgIHBhZGRpbmctbGVmdDogMTdweDtcbn1cblxuLmdkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeS1oZWFkZXIgZGl2Om50aC1jaGlsZCgyKSB7XG4gICAgdGV4dC1hbGlnbjogbGVmdDtcbiAgICBkaXNwbGF5ICAgOiBmbGV4O1xufVxuXG4uZ2Qtc2VhcmNoLXJlc3VsdC1zdW1tYXJ5LWhlYWRlciBkaXY6bnRoLWNoaWxkKDMpIHtcbiAgICB3aWR0aCAgICAgOiAzMHB4O1xuICAgIHBvc2l0aW9uICA6IGZpeGVkO1xuICAgIHJpZ2h0ICAgICA6IDExMXB4O1xuICAgIHRleHQtYWxpZ246IGxlZnQ7XG59XG5cbi5nZC1zZWFyY2gtcmVzdWx0LXN1bW1hcnktYm9keSB7XG4gICAgb3ZlcmZsb3cteTogc2Nyb2xsO1xuICAgIGhlaWdodCAgICA6IGNhbGMoMTAwJSAtIDIxMHB4KTtcbn1cblxuLmdkLXNlYXJjaC1yZXN1bHQtbGFzdC1wbGFjZWhvbGRlciB7XG4gICAgbWFyZ2luOiAwcHggNTJweDtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgICAuZ2Qtc2VhcmNoLXJlc3VsdC1oZWFkZXIge1xuICAgICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cblxuICAgIC5nZC1pbmRleGVkLWZpbGVzIHtcbiAgICAgICAgZGlzcGxheTogbm9uZTtcbiAgICB9XG5cbiAgICAuZ2Qtc2VhcmNoLXJlc3VsdC1zdW1tYXJ5LWhlYWRlciBkaXY6bnRoLWNoaWxkKDMpIHtcbiAgICAgICAgZGlzcGxheTogbm9uZTtcbiAgICB9XG5cbiAgICAuZ2Qtc2VhcmNoLXJlc3VsdC1zdW1tYXJ5LWhlYWRlciBkaXY6bnRoLWNoaWxkKDIpIHtcbiAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgICByaWdodCAgIDogMThweDtcbiAgICB9XG59IiwiI2dkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeSB7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGhlaWdodDogMTAwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2U3ZTdlNztcbiAgdG9wOiAxMjBweDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB3aWR0aDogMTAwJTtcbn1cbi5nZC1zZWFyY2gtcmVzdWx0LXN1bW1hcnktaGVhZGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZm9udC1zaXplOiAxM3B4O1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogNjBweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2Y0ZjRmNDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1zdW1tYXJ5LXN0YXR1cyB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgY29sb3I6IHdoaXRlO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAzMHB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMjVjMmQ0O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBwYWRkaW5nLWxlZnQ6IDE3cHg7XG59XG4uZ2QtdG90YWwtb2NjdXJyZW5jZXMge1xuICBwYWRkaW5nLWxlZnQ6IDhweDtcbiAgcGFkZGluZy1yaWdodDogMTdweDtcbn1cbi5nZC1zZWFyY2gtZHVyYXRpb24ge1xuICBwYWRkaW5nLWxlZnQ6IDhweDtcbn1cbi5nZC1pbmRleGVkLWZpbGVzIHtcbiAgcmlnaHQ6IDE4cHg7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbn1cbi5nZC1zZWFyY2gtcmVzdWx0LXN1bW1hcnktaGVhZGVyIGRpdjpudGgtY2hpbGQoMSkge1xuICB3aWR0aDogMjUzcHg7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHBhZGRpbmctbGVmdDogMTdweDtcbn1cbi5nZC1zZWFyY2gtcmVzdWx0LXN1bW1hcnktaGVhZGVyIGRpdjpudGgtY2hpbGQoMikge1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBkaXNwbGF5OiBmbGV4O1xufVxuLmdkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeS1oZWFkZXIgZGl2Om50aC1jaGlsZCgzKSB7XG4gIHdpZHRoOiAzMHB4O1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHJpZ2h0OiAxMTFweDtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cbi5nZC1zZWFyY2gtcmVzdWx0LXN1bW1hcnktYm9keSB7XG4gIG92ZXJmbG93LXk6IHNjcm9sbDtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSAyMTBweCk7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1sYXN0LXBsYWNlaG9sZGVyIHtcbiAgbWFyZ2luOiAwcHggNTJweDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLXNlYXJjaC1yZXN1bHQtaGVhZGVyIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG4gIC5nZC1pbmRleGVkLWZpbGVzIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG4gIC5nZC1zZWFyY2gtcmVzdWx0LXN1bW1hcnktaGVhZGVyIGRpdjpudGgtY2hpbGQoMykge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgLmdkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeS1oZWFkZXIgZGl2Om50aC1jaGlsZCgyKSB7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHJpZ2h0OiAxOHB4O1xuICB9XG59XG4iXX0= */" + +/***/ }), + +/***/ "../../libs/search/src/lib/search-result-summary/search-result-summary.component.ts": +/*!***********************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-result-summary/search-result-summary.component.ts ***! + \***********************************************************************************************************************/ +/*! exports provided: SearchResultSummaryComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); -/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EditorConfig", function() { return EditorConfig; }); -var EditorConfig = /** @class */ (function () { - function EditorConfig() { +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchResultSummaryComponent", function() { return SearchResultSummaryComponent; }); +/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); +/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); +/* harmony import */ var _search_models__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../search-models */ "../../libs/search/src/lib/search-models.ts"); + + + +var SearchResultSummaryComponent = /** @class */ (function () { + function SearchResultSummaryComponent() { } - return EditorConfig; + SearchResultSummaryComponent.prototype.ngOnInit = function () { + }; + SearchResultSummaryComponent.prototype.getTotalOccurrencesMessage = function () { + var message = "Nothing found"; + if (this.searchResult) { + if (this.searchResult.totalOccurences === 0) { + return message; + } + return "Found " + this.searchResult.totalOccurences + " occurrences " + this.searchResult.totalFiles + " files"; + } + return message; + }; + SearchResultSummaryComponent.prototype.getIndexedFilesMessage = function () { + if (this.searchResult) { + return "" + this.searchResult.indexedFiles + " files indexed"; + } + }; + SearchResultSummaryComponent.prototype.getSearchDuration = function () { + if (this.searchResult) { + return this.searchResult.searchDuration; + } + }; + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", _search_models__WEBPACK_IMPORTED_MODULE_2__["SearchResult"]) + ], SearchResultSummaryComponent.prototype, "searchResult", void 0); + SearchResultSummaryComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ + selector: 'gd-search-result-summary', + template: __webpack_require__(/*! raw-loader!./search-result-summary.component.html */ "../../node_modules/raw-loader/index.js!../../libs/search/src/lib/search-result-summary/search-result-summary.component.html"), + styles: [__webpack_require__(/*! ./search-result-summary.component.less */ "../../libs/search/src/lib/search-result-summary/search-result-summary.component.less")] + }), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", []) + ], SearchResultSummaryComponent); + return SearchResultSummaryComponent; }()); /***/ }), -/***/ "../../libs/editor/src/lib/editor.module.ts": -/*!*******************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/editor.module.ts ***! - \*******************************************************************************************/ -/*! exports provided: initializeApp, setupLoadingInterceptor, EditorModule */ +/***/ "../../libs/search/src/lib/search.module.ts": +/*!*******************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search.module.ts ***! + \*******************************************************************************/ +/*! exports provided: initializeApp, setupLoadingInterceptor, SearchModule */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "initializeApp", function() { return initializeApp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "setupLoadingInterceptor", function() { return setupLoadingInterceptor; }); -/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EditorModule", function() { return EditorModule; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchModule", function() { return SearchModule; }); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); /* harmony import */ var _angular_platform_browser__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/platform-browser */ "../../node_modules/@angular/platform-browser/fesm5/platform-browser.js"); /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); /* harmony import */ var _angular_common_http__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @angular/common/http */ "../../node_modules/@angular/common/fesm5/http.js"); -/* harmony import */ var _editor_app_component__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./editor-app.component */ "../../libs/editor/src/lib/editor-app.component.ts"); -/* harmony import */ var _fortawesome_angular_fontawesome__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @fortawesome/angular-fontawesome */ "../../node_modules/@fortawesome/angular-fontawesome/fesm5/angular-fontawesome.js"); -/* harmony import */ var _fortawesome_fontawesome_svg_core__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @fortawesome/fontawesome-svg-core */ "../../node_modules/@fortawesome/fontawesome-svg-core/index.es.js"); -/* harmony import */ var _fortawesome_free_solid_svg_icons__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @fortawesome/free-solid-svg-icons */ "../../node_modules/@fortawesome/free-solid-svg-icons/index.es.js"); -/* harmony import */ var _fortawesome_free_regular_svg_icons__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @fortawesome/free-regular-svg-icons */ "../../node_modules/@fortawesome/free-regular-svg-icons/index.es.js"); -/* harmony import */ var _create_document_modal_create_document_modal_component__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./create.document-modal/create.document-modal.component */ "../../libs/editor/src/lib/create.document-modal/create.document-modal.component.ts"); -/* harmony import */ var _editor_service__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./editor.service */ "../../libs/editor/src/lib/editor.service.ts"); -/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm5/groupdocs.examples.angular-common-components.js"); -/* harmony import */ var _editor_config_service__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./editor-config.service */ "../../libs/editor/src/lib/editor-config.service.ts"); +/* harmony import */ var _search_app_component__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./search-app.component */ "../../libs/search/src/lib/search-app.component.ts"); +/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm5/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var _search_service__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./search.service */ "../../libs/search/src/lib/search.service.ts"); +/* harmony import */ var _search_config_service__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./search-config.service */ "../../libs/search/src/lib/search-config.service.ts"); +/* harmony import */ var _fortawesome_angular_fontawesome__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @fortawesome/angular-fontawesome */ "../../node_modules/@fortawesome/angular-fontawesome/fesm5/angular-fontawesome.js"); +/* harmony import */ var _search_panel_search_panel_component__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./search-panel/search-panel.component */ "../../libs/search/src/lib/search-panel/search-panel.component.ts"); +/* harmony import */ var _search_result_summary_search_result_summary_component__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./search-result-summary/search-result-summary.component */ "../../libs/search/src/lib/search-result-summary/search-result-summary.component.ts"); +/* harmony import */ var _search_result_item_search_result_item_component__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./search-result-item/search-result-item.component */ "../../libs/search/src/lib/search-result-item/search-result-item.component.ts"); +/* harmony import */ var _indexed_files_list_indexed_files_list_component__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./indexed-files-list/indexed-files-list.component */ "../../libs/search/src/lib/indexed-files-list/indexed-files-list.component.ts"); +/* harmony import */ var _indexed_file_indexed_file_component__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./indexed-file/indexed-file.component */ "../../libs/search/src/lib/indexed-file/indexed-file.component.ts"); +/* harmony import */ var _search_browse_files_modal_search_browse_files_modal_component__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./search-browse-files-modal/search-browse-files-modal.component */ "../../libs/search/src/lib/search-browse-files-modal/search-browse-files-modal.component.ts"); @@ -11939,132 +15927,157 @@ __webpack_require__.r(__webpack_exports__); -function initializeApp(editorConfigService) { - var result = function () { return editorConfigService.load(); }; + + + +function initializeApp(searchConfigService) { + var result = function () { return searchConfigService.load(); }; return result; } // NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981 // @dynamic function setupLoadingInterceptor(service) { - return new _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_11__["LoadingMaskInterceptorService"](service); + return new _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_5__["LoadingMaskInterceptorService"](service); } -var EditorModule = /** @class */ (function () { - function EditorModule() { - _fortawesome_fontawesome_svg_core__WEBPACK_IMPORTED_MODULE_6__["library"].add(_fortawesome_free_solid_svg_icons__WEBPACK_IMPORTED_MODULE_7__["fas"], _fortawesome_free_regular_svg_icons__WEBPACK_IMPORTED_MODULE_8__["far"]); +var SearchModule = /** @class */ (function () { + function SearchModule() { } - EditorModule_1 = EditorModule; - EditorModule.forRoot = function (apiEndpoint) { - _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_11__["Api"].DEFAULT_API_ENDPOINT = apiEndpoint; + SearchModule_1 = SearchModule; + SearchModule.forRoot = function (apiEndpoint) { + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_5__["Api"].DEFAULT_API_ENDPOINT = apiEndpoint; return { - ngModule: EditorModule_1 + ngModule: SearchModule_1 }; }; - var EditorModule_1; - EditorModule = EditorModule_1 = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + var SearchModule_1; + SearchModule = SearchModule_1 = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ Object(_angular_core__WEBPACK_IMPORTED_MODULE_2__["NgModule"])({ - declarations: [_editor_app_component__WEBPACK_IMPORTED_MODULE_4__["EditorAppComponent"], _create_document_modal_create_document_modal_component__WEBPACK_IMPORTED_MODULE_9__["CreateDocumentModalComponent"]], + declarations: [ + _search_app_component__WEBPACK_IMPORTED_MODULE_4__["SearchAppComponent"], + _search_panel_search_panel_component__WEBPACK_IMPORTED_MODULE_9__["SearchPanelComponent"], + _search_result_summary_search_result_summary_component__WEBPACK_IMPORTED_MODULE_10__["SearchResultSummaryComponent"], + _search_result_item_search_result_item_component__WEBPACK_IMPORTED_MODULE_11__["SearchResultItemComponent"], + _indexed_files_list_indexed_files_list_component__WEBPACK_IMPORTED_MODULE_12__["IndexedFilesListComponent"], + _indexed_file_indexed_file_component__WEBPACK_IMPORTED_MODULE_13__["IndexedFileComponent"], + _search_browse_files_modal_search_browse_files_modal_component__WEBPACK_IMPORTED_MODULE_14__["SearchBrowseFilesModalComponent"] + ], imports: [ _angular_platform_browser__WEBPACK_IMPORTED_MODULE_1__["BrowserModule"], - _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_11__["CommonComponentsModule"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_5__["CommonComponentsModule"], _angular_common_http__WEBPACK_IMPORTED_MODULE_3__["HttpClientModule"], - _fortawesome_angular_fontawesome__WEBPACK_IMPORTED_MODULE_5__["FontAwesomeModule"] + _fortawesome_angular_fontawesome__WEBPACK_IMPORTED_MODULE_8__["FontAwesomeModule"] ], exports: [ - _create_document_modal_create_document_modal_component__WEBPACK_IMPORTED_MODULE_9__["CreateDocumentModalComponent"], - _editor_app_component__WEBPACK_IMPORTED_MODULE_4__["EditorAppComponent"], - _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_11__["CommonComponentsModule"] + _search_app_component__WEBPACK_IMPORTED_MODULE_4__["SearchAppComponent"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_5__["CommonComponentsModule"], + _search_panel_search_panel_component__WEBPACK_IMPORTED_MODULE_9__["SearchPanelComponent"], + _search_result_summary_search_result_summary_component__WEBPACK_IMPORTED_MODULE_10__["SearchResultSummaryComponent"], + _search_result_item_search_result_item_component__WEBPACK_IMPORTED_MODULE_11__["SearchResultItemComponent"], + _indexed_files_list_indexed_files_list_component__WEBPACK_IMPORTED_MODULE_12__["IndexedFilesListComponent"], + _indexed_file_indexed_file_component__WEBPACK_IMPORTED_MODULE_13__["IndexedFileComponent"], + _search_browse_files_modal_search_browse_files_modal_component__WEBPACK_IMPORTED_MODULE_14__["SearchBrowseFilesModalComponent"] ], providers: [ - _editor_service__WEBPACK_IMPORTED_MODULE_10__["EditorService"], - _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_11__["ConfigService"], - _editor_config_service__WEBPACK_IMPORTED_MODULE_12__["EditorConfigService"], + _search_service__WEBPACK_IMPORTED_MODULE_6__["SearchService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_5__["ConfigService"], + _search_config_service__WEBPACK_IMPORTED_MODULE_7__["SearchConfigService"], { - provide: _angular_core__WEBPACK_IMPORTED_MODULE_2__["APP_INITIALIZER"], - useFactory: initializeApp, - deps: [_editor_config_service__WEBPACK_IMPORTED_MODULE_12__["EditorConfigService"]], + provide: _angular_common_http__WEBPACK_IMPORTED_MODULE_3__["HTTP_INTERCEPTORS"], + useClass: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_5__["ErrorInterceptorService"], multi: true }, { - provide: _angular_common_http__WEBPACK_IMPORTED_MODULE_3__["HTTP_INTERCEPTORS"], - useClass: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_11__["ErrorInterceptorService"], - multi: true + provide: _angular_core__WEBPACK_IMPORTED_MODULE_2__["APP_INITIALIZER"], + useFactory: initializeApp, + deps: [_search_config_service__WEBPACK_IMPORTED_MODULE_7__["SearchConfigService"]], multi: true }, - _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_11__["LoadingMaskService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_5__["LoadingMaskService"], { provide: _angular_common_http__WEBPACK_IMPORTED_MODULE_3__["HTTP_INTERCEPTORS"], useFactory: setupLoadingInterceptor, multi: true, - deps: [_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_11__["LoadingMaskService"]] + deps: [_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_5__["LoadingMaskService"]] } ] - }), - tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", []) - ], EditorModule); - return EditorModule; + }) + ], SearchModule); + return SearchModule; }()); /***/ }), -/***/ "../../libs/editor/src/lib/editor.service.ts": -/*!********************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/editor.service.ts ***! - \********************************************************************************************/ -/*! exports provided: EditorService */ +/***/ "../../libs/search/src/lib/search.service.ts": +/*!********************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search.service.ts ***! + \********************************************************************************/ +/*! exports provided: SearchService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); -/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EditorService", function() { return EditorService; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchService", function() { return SearchService; }); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); /* harmony import */ var _angular_common_http__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/common/http */ "../../node_modules/@angular/common/fesm5/http.js"); /* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm5/groupdocs.examples.angular-common-components.js"); +/* harmony import */ var rxjs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! rxjs */ "../../node_modules/rxjs/_esm5/index.js"); -var EditorService = /** @class */ (function () { - function EditorService(_http, _config) { + +var SearchService = /** @class */ (function () { + function SearchService(_http, _config) { this._http = _http; this._config = _config; + this._itemToRemove = new rxjs__WEBPACK_IMPORTED_MODULE_4__["BehaviorSubject"](null); + this.itemToRemove = this._itemToRemove.asObservable(); } - EditorService.prototype.loadFiles = function (path) { - return this._http.post(this._config.getEditorApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].LOAD_FILE_TREE, { 'path': path }, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + SearchService.prototype.addFilesToIndex = function (filesToIndex) { + return this._http.post(this._config.getSearchApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].ADD_FILES_TO_INDEX, filesToIndex, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); }; - EditorService.prototype.getFormats = function () { - return this._http.get(this._config.getEditorApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].LOAD_FORMATS, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + SearchService.prototype.loadFiles = function (path) { + return this._http.post(this._config.getSearchApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].LOAD_FILE_TREE, { 'path': path }, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); }; - EditorService.prototype.loadFile = function (credentials) { - return this._http.post(this._config.getEditorApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].LOAD_DOCUMENT_DESCRIPTION, credentials, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + SearchService.prototype.loadFile = function (credentials) { + return this._http.post(this._config.getSearchApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].LOAD_DOCUMENT_DESCRIPTION, credentials, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); }; - EditorService.prototype.upload = function (file, url, rewrite) { + SearchService.prototype.upload = function (file, url, rewrite) { var formData = new FormData(); formData.append("file", file); formData.append('rewrite', String(rewrite)); if (url) { formData.append("url", url); } - return this._http.post(this._config.getEditorApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].UPLOAD_DOCUMENTS, formData); + return this._http.post(this._config.getSearchApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].UPLOAD_DOCUMENTS, formData); }; - EditorService.prototype.save = function (file) { - return this._http.post(this._config.getEditorApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].SAVE_FILE, file, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + SearchService.prototype.search = function (credentials, query) { + return this._http.post(this._config.getSearchApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].SEARCH, { + 'query': query + }, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); }; - EditorService.prototype.getDownloadUrl = function (credentials) { - return this._config.getEditorApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].DOWNLOAD_DOCUMENTS + '/?path=' + credentials.guid; + SearchService.prototype.removeFile = function (file) { + return this._http.post(this._config.getSearchApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].REMOVE_FROM_INDEX, file, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); }; - EditorService.ctorParameters = function () { return [ + SearchService.prototype.selectedItemToRemove = function (file) { + this._itemToRemove.next(file); + }; + SearchService.prototype.getDocumentStatus = function (files) { + return this._http.post(this._config.getSearchApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].GET_FILE_STATUS, files, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); + }; + SearchService.ctorParameters = function () { return [ { type: _angular_common_http__WEBPACK_IMPORTED_MODULE_2__["HttpClient"] }, { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ConfigService"] } ]; }; - EditorService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + SearchService = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Injectable"])({ providedIn: 'root' }), tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_angular_common_http__WEBPACK_IMPORTED_MODULE_2__["HttpClient"], _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ConfigService"]]) - ], EditorService); - return EditorService; + ], SearchService); + return SearchService; }()); @@ -12072,9 +16085,9 @@ var EditorService = /** @class */ (function () { /***/ }), /***/ "../../libs/signature/src/index.ts": -/*!**********************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/index.ts ***! - \**********************************************************************************/ +/*!**********************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/index.ts ***! + \**********************************************************************/ /*! exports provided: initializeApp, setupLoadingInterceptor, SignatureModule, SignatureAppComponent, SignatureService, SignatureConfigService, SignatureListPanelComponent, SelectSignatureService, RemoveSignatureService, CopySignatureService, ActiveSignatureService, ActiveCanvasService, SignaturesHolderService, SignatureTabActivatorService, DragSignatureService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -12141,9 +16154,9 @@ __webpack_require__.r(__webpack_exports__); /***/ }), /***/ "../../libs/signature/src/lib/active-canvas.service.ts": -/*!******************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/active-canvas.service.ts ***! - \******************************************************************************************************/ +/*!******************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/active-canvas.service.ts ***! + \******************************************************************************************/ /*! exports provided: ActiveCanvasService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -12175,9 +16188,9 @@ var ActiveCanvasService = /** @class */ (function () { /***/ }), /***/ "../../libs/signature/src/lib/active-signature.service.ts": -/*!*********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/active-signature.service.ts ***! - \*********************************************************************************************************/ +/*!*********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/active-signature.service.ts ***! + \*********************************************************************************************/ /*! exports provided: ActiveSignatureService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -12209,20 +16222,20 @@ var ActiveSignatureService = /** @class */ (function () { /***/ }), /***/ "../../libs/signature/src/lib/canvas/canvas.component.less": -/*!**********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/canvas/canvas.component.less ***! - \**********************************************************************************************************/ +/*!**********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/canvas/canvas.component.less ***! + \**********************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".bc-paint-container {\n width: 100%;\n height: 100%;\n}\n.bc-paint-canvas-container {\n width: 100%;\n height: 100%;\n}\n@media (max-width: 1037px) {\n .bc-paint-canvas-container > canvas {\n width: 100%;\n height: 100%;\n border: 0;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9jYW52YXMvY2FudmFzLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9jYW52YXMvY2FudmFzLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UsV0FBQTtFQUNBLFlBQUE7QUNERjtBRElBO0VBQ0UsV0FBQTtFQUNBLFlBQUE7QUNGRjtBREtBO0VBQ0U7SUFDRSxXQUFBO0lBQ0EsWUFBQTtJQUNBLFNBQUE7RUNIRjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvY2FudmFzL2NhbnZhcy5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uYmMtcGFpbnQtY29udGFpbmVyIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbn1cblxuLmJjLXBhaW50LWNhbnZhcy1jb250YWluZXIge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuYmMtcGFpbnQtY2FudmFzLWNvbnRhaW5lciA+IGNhbnZhcyB7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiAxMDAlO1xuICAgIGJvcmRlcjogMDtcbiAgfVxufVxuIiwiLmJjLXBhaW50LWNvbnRhaW5lciB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG4uYmMtcGFpbnQtY2FudmFzLWNvbnRhaW5lciB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5iYy1wYWludC1jYW52YXMtY29udGFpbmVyID4gY2FudmFzIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgYm9yZGVyOiAwO1xuICB9XG59XG4iXX0= */" +module.exports = ".bc-paint-container {\n width: 100%;\n height: 100%;\n}\n.bc-paint-canvas-container {\n width: 100%;\n height: 100%;\n}\n@media (max-width: 1037px) {\n .bc-paint-canvas-container > canvas {\n width: 100%;\n height: 100%;\n border: 0;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvY2FudmFzL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9jYW52YXMvY2FudmFzLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9jYW52YXMvY2FudmFzLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UsV0FBQTtFQUNBLFlBQUE7QUNERjtBRElBO0VBQ0UsV0FBQTtFQUNBLFlBQUE7QUNGRjtBREtBO0VBQ0U7SUFDRSxXQUFBO0lBQ0EsWUFBQTtJQUNBLFNBQUE7RUNIRjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvY2FudmFzL2NhbnZhcy5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uYmMtcGFpbnQtY29udGFpbmVyIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbn1cblxuLmJjLXBhaW50LWNhbnZhcy1jb250YWluZXIge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuYmMtcGFpbnQtY2FudmFzLWNvbnRhaW5lciA+IGNhbnZhcyB7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiAxMDAlO1xuICAgIGJvcmRlcjogMDtcbiAgfVxufVxuIiwiLmJjLXBhaW50LWNvbnRhaW5lciB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG4uYmMtcGFpbnQtY2FudmFzLWNvbnRhaW5lciB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5iYy1wYWludC1jYW52YXMtY29udGFpbmVyID4gY2FudmFzIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgYm9yZGVyOiAwO1xuICB9XG59XG4iXX0= */" /***/ }), /***/ "../../libs/signature/src/lib/canvas/canvas.component.ts": -/*!********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/canvas/canvas.component.ts ***! - \********************************************************************************************************/ +/*!********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/canvas/canvas.component.ts ***! + \********************************************************************************************/ /*! exports provided: CanvasComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -12328,9 +16341,9 @@ var CanvasComponent = /** @class */ (function () { /***/ }), /***/ "../../libs/signature/src/lib/copy-signature.service.ts": -/*!*******************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/copy-signature.service.ts ***! - \*******************************************************************************************************/ +/*!*******************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/copy-signature.service.ts ***! + \*******************************************************************************************/ /*! exports provided: CopySignatureService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -12373,10 +16386,10 @@ var CopySignatureService = /** @class */ (function () { /***/ }), -/***/ "../../libs/signature/src/lib/dnd-signature.directive.ts": -/*!********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/dnd-signature.directive.ts ***! - \********************************************************************************************************/ +/***/ "../../libs/signature/src/lib/dnd-signature.directive.ts": +/*!********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/dnd-signature.directive.ts ***! + \********************************************************************************************/ /*! exports provided: DndSignatureDirective */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -12432,9 +16445,9 @@ var DndSignatureDirective = /** @class */ (function (_super) { /***/ }), /***/ "../../libs/signature/src/lib/drag-signature.service.ts": -/*!*******************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/drag-signature.service.ts ***! - \*******************************************************************************************************/ +/*!*******************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/drag-signature.service.ts ***! + \*******************************************************************************************/ /*! exports provided: DragSignatureService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -12452,20 +16465,20 @@ var DragSignatureService = /** @class */ (function () { /***/ }), /***/ "../../libs/signature/src/lib/hand-modal/hand-modal.component.less": -/*!******************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/hand-modal/hand-modal.component.less ***! - \******************************************************************************************************************/ +/*!******************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/hand-modal/hand-modal.component.less ***! + \******************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".paint-body {\n width: 1036px;\n height: 561px;\n}\n.paint-body ::ng-deep .button {\n font-size: unset !important;\n color: #3E4E5A !important;\n}\n.paint-body ::ng-deep .button ::ng-deep .text {\n padding-left: 0px !important;\n}\n.gd-draw-image {\n background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAhCAYAAAC4JqlRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA4UlEQVR4nO2WbQuDMAyE+///q0WhKiiacYFK7BeXK2OMJXC2SF8er2kwiTPO81St6yo5ZxmGQdsnYZwdi/6yLJICIAACIAAC4KcA6uYMgN34BmAX9QgA9atYuQGO47j6mMw4YDXPsyQ8PCqlaAsAuNAjdYC1DyDeY7MOQuoAY10L0CboO0KoAywA6NsFn26QBaUB6hFYAO8VrhEAAfC/APQ1tJXQC9CCXABsKQZAW1qpStgDwG7+kVL8dQBPAnYDQN4cwFgrvFOAfd/Fq23b9IdiHEeZpokWAF41ugKO5u7gN6EQAAAFZL5NAAAAAElFTkSuQmCC) !important;\n position: absolute;\n padding: 0 !important;\n background-color: #fff;\n overflow: hidden;\n overflow-y: auto;\n width: inherit;\n}\n.bc-paint-header {\n height: 60px;\n width: 100%;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: justify;\n justify-content: space-between;\n -webkit-box-align: center;\n align-items: center;\n}\n.bg-color-pic {\n border-radius: 100%;\n border: 1px solid #CCC;\n position: absolute;\n height: 8px;\n width: 8px;\n right: 6px;\n bottom: 6px;\n}\n::ng-deep .bcPicker-palette {\n position: absolute;\n}\n.bc-paint-export {\n background-color: #25c2d4;\n margin-right: 10px;\n width: 68px;\n height: 37px;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: justify;\n justify-content: space-between;\n color: #FFF;\n -webkit-box-align: center;\n align-items: center;\n cursor: pointer;\n}\n.bc-paint-export .icon {\n display: -webkit-box;\n display: flex;\n text-align: center;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-flex: 0;\n flex: 0 0 27px;\n}\n.bc-paint-export .save-button {\n font-size: 10px;\n display: -webkit-box;\n display: flex;\n text-align: center;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-flex: 0;\n flex: 0 0 40px;\n}\n@media (max-width: 1037px) {\n .paint-body {\n width: inherit;\n height: inherit;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9oYW5kLW1vZGFsL2hhbmQtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL2hhbmQtbW9kYWwvaGFuZC1tb2RhbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLGFBQUE7RUFDQSxhQUFBO0FDREY7QUREQTtFQUtJLDJCQUFBO0VBQ0EseUJBQUE7QUNESjtBRExBO0VBU00sNEJBQUE7QUNETjtBRE1BO0VBQ0UsNGNBQUE7RUFDQSxrQkFBQTtFQUNBLHFCQUFBO0VBQ0Esc0JBQUE7RUFDQSxnQkFBQTtFQUNBLGdCQUFBO0VBQ0EsY0FBQTtBQ0pGO0FET0E7RUFDRSxZQUFBO0VBQ0EsV0FBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsOEJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0FDTEY7QURRQTtFQUNFLG1CQUFBO0VBQ0Esc0JBQUE7RUFDQSxrQkFBQTtFQUNBLFdBQUE7RUFDQSxVQUFBO0VBQ0EsVUFBQTtFQUNBLFdBQUE7QUNORjtBRFNBO0VBQ0Usa0JBQUE7QUNQRjtBRFVBO0VBQ0UseUJBQUE7RUFDQSxrQkFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSw4QkFBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsZUFBQTtBQ1JGO0FEREE7RUFZSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxrQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxtQkFBQTtVQUFBLGNBQUE7QUNSSjtBRFBBO0VBbUJJLGVBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxrQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxtQkFBQTtVQUFBLGNBQUE7QUNUSjtBRGFBO0VBQ0U7SUFDRSxjQUFBO0lBQ0EsZUFBQTtFQ1hGO0FBQ0YiLCJmaWxlIjoibGlicy9zaWduYXR1cmUvc3JjL2xpYi9oYW5kLW1vZGFsL2hhbmQtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLnBhaW50LWJvZHkge1xuICB3aWR0aDogMTAzNnB4O1xuICBoZWlnaHQ6IDU2MXB4O1xuXG4gIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICBmb250LXNpemU6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgY29sb3I6IEBwcmltYXJ5ICFpbXBvcnRhbnQ7XG5cbiAgICA6Om5nLWRlZXAgLnRleHQge1xuICAgICAgcGFkZGluZy1sZWZ0OiAwcHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cbn1cblxuLmdkLWRyYXctaW1hZ2Uge1xuICBiYWNrZ3JvdW5kLWltYWdlOiB1cmwoZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFDQUFBQUFoQ0FZQUFBQzRKcWxSQUFBQUNYQklXWE1BQUE3RUFBQU94QUdWS3c0YkFBQUE0VWxFUVZSNG5PMldiUXVETUF5RSsvLy9xMFdoS2lpYWNZRks3QmVYSzJPTUpYQzJTRjhlcjJrd2lUUE84MVN0NnlvNVp4bUdRZHNuWVp3ZGkvNnlMSklDSUFBQ0lBQUM0S2NBNnVZTWdOMzRCbUFYOVFnQTlhdFl1UUdPNDdqNm1NdzRZRFhQc3lROFBDcWxhQXNBdU5BamRZQzFEeURlWTdNT1F1b0FZMTBMMENib08wS29BeXdBNk5zRm4yNlFCYVVCNmhGWUFPOFZyaEVBQWZDL0FQUTF0SlhRQzlDQ1hBQnNLUVpBVzFxcFN0Z0R3Rzcra1ZMOGRRQlBBbllEUU40Y3dGZ3J2Rk9BZmQvRnEyM2I5SWRpSEVlWnBva1dBRjQxdWdLTzV1N2dONkVRQUFBRlpMNU5BQUFBQUVsRlRrU3VRbUNDKSAhaW1wb3J0YW50O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHBhZGRpbmc6IDAgIWltcG9ydGFudDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgb3ZlcmZsb3cteTogYXV0bztcbiAgd2lkdGg6IGluaGVyaXQ7XG59XG5cbi5iYy1wYWludC1oZWFkZXIge1xuICBoZWlnaHQ6IDYwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5iZy1jb2xvci1waWMge1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGhlaWdodDogOHB4O1xuICB3aWR0aDogOHB4O1xuICByaWdodDogNnB4O1xuICBib3R0b206IDZweDtcbn1cblxuOjpuZy1kZWVwIC5iY1BpY2tlci1wYWxldHRlIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xufVxuXG4uYmMtcGFpbnQtZXhwb3J0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogQGJyYW5kO1xuICBtYXJnaW4tcmlnaHQ6IDEwcHg7XG4gIHdpZHRoOiA2OHB4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcbiAgY29sb3I6ICNGRkY7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGN1cnNvcjogcG9pbnRlcjtcblxuICAuaWNvbiB7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgZmxleDogMCAwIDI3cHg7XG4gIH1cblxuICAuc2F2ZS1idXR0b24ge1xuICAgIGZvbnQtc2l6ZTogMTBweDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBmbGV4OiAwIDAgNDBweDtcbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAucGFpbnQtYm9keSB7XG4gICAgd2lkdGg6IGluaGVyaXQ7XG4gICAgaGVpZ2h0OiBpbmhlcml0O1xuICB9XG59XG4iLCIucGFpbnQtYm9keSB7XG4gIHdpZHRoOiAxMDM2cHg7XG4gIGhlaWdodDogNTYxcHg7XG59XG4ucGFpbnQtYm9keSA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIGZvbnQtc2l6ZTogdW5zZXQgIWltcG9ydGFudDtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbn1cbi5wYWludC1ib2R5IDo6bmctZGVlcCAuYnV0dG9uIDo6bmctZGVlcCAudGV4dCB7XG4gIHBhZGRpbmctbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG59XG4uZ2QtZHJhdy1pbWFnZSB7XG4gIGJhY2tncm91bmQtaW1hZ2U6IHVybChkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUNBQUFBQWhDQVlBQUFDNEpxbFJBQUFBQ1hCSVdYTUFBQTdFQUFBT3hBR1ZLdzRiQUFBQTRVbEVRVlI0bk8yV2JRdURNQXlFKy8vL3EwV2hLaWlhY1lGSzdCZVhLMk9NSlhDMlNGOGVyMmt3aVRQTzgxU3Q2eW81WnhtR1Fkc25ZWndkaS82eUxKSUNJQUFDSUFBQzRLY0E2dVlNZ04zNEJtQVg5UWdBOWF0WXVRR080N2o2bU13NFlEWFBzeVE4UENxbGFBc0F1TkFqZFlDMUR5RGVZN01PUXVvQVkxMEwwQ2JvTzBLb0F5d0E2TnNGbjI2UUJhVUI2aEZZQU84VnJoRUFBZkMvQVBRMXRKWFFDOUNDWEFCc0tRWkFXMXFwU3RnRHdHNytrVkw4ZFFCUEFuWURRTjRjd0ZncnZGT0FmZC9GcTIzYjlJZGlIRWVacG9rV0FGNDF1Z0tPNXU3Z042RVFBQUFGWkw1TkFBQUFBRWxGVGtTdVFtQ0MpICFpbXBvcnRhbnQ7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcGFkZGluZzogMCAhaW1wb3J0YW50O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmO1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICBvdmVyZmxvdy15OiBhdXRvO1xuICB3aWR0aDogaW5oZXJpdDtcbn1cbi5iYy1wYWludC1oZWFkZXIge1xuICBoZWlnaHQ6IDYwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uYmctY29sb3ItcGljIHtcbiAgYm9yZGVyLXJhZGl1czogMTAwJTtcbiAgYm9yZGVyOiAxcHggc29saWQgI0NDQztcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBoZWlnaHQ6IDhweDtcbiAgd2lkdGg6IDhweDtcbiAgcmlnaHQ6IDZweDtcbiAgYm90dG9tOiA2cHg7XG59XG46Om5nLWRlZXAgLmJjUGlja2VyLXBhbGV0dGUge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG59XG4uYmMtcGFpbnQtZXhwb3J0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzI1YzJkNDtcbiAgbWFyZ2luLXJpZ2h0OiAxMHB4O1xuICB3aWR0aDogNjhweDtcbiAgaGVpZ2h0OiAzN3B4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIGNvbG9yOiAjRkZGO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uYmMtcGFpbnQtZXhwb3J0IC5pY29uIHtcbiAgZGlzcGxheTogZmxleDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleDogMCAwIDI3cHg7XG59XG4uYmMtcGFpbnQtZXhwb3J0IC5zYXZlLWJ1dHRvbiB7XG4gIGZvbnQtc2l6ZTogMTBweDtcbiAgZGlzcGxheTogZmxleDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleDogMCAwIDQwcHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5wYWludC1ib2R5IHtcbiAgICB3aWR0aDogaW5oZXJpdDtcbiAgICBoZWlnaHQ6IGluaGVyaXQ7XG4gIH1cbn1cbiJdfQ== */" +module.exports = ".paint-body {\n width: 1036px;\n height: 561px;\n}\n.paint-body ::ng-deep .button {\n font-size: unset !important;\n color: #3E4E5A !important;\n}\n.paint-body ::ng-deep .button ::ng-deep .text {\n padding-left: 0px !important;\n}\n.gd-draw-image {\n background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAhCAYAAAC4JqlRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA4UlEQVR4nO2WbQuDMAyE+///q0WhKiiacYFK7BeXK2OMJXC2SF8er2kwiTPO81St6yo5ZxmGQdsnYZwdi/6yLJICIAACIAAC4KcA6uYMgN34BmAX9QgA9atYuQGO47j6mMw4YDXPsyQ8PCqlaAsAuNAjdYC1DyDeY7MOQuoAY10L0CboO0KoAywA6NsFn26QBaUB6hFYAO8VrhEAAfC/APQ1tJXQC9CCXABsKQZAW1qpStgDwG7+kVL8dQBPAnYDQN4cwFgrvFOAfd/Fq23b9IdiHEeZpokWAF41ugKO5u7gN6EQAAAFZL5NAAAAAElFTkSuQmCC) !important;\n position: absolute;\n padding: 0 !important;\n background-color: #fff;\n overflow: hidden;\n overflow-y: auto;\n width: inherit;\n}\n.bc-paint-header {\n height: 60px;\n width: 100%;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: justify;\n justify-content: space-between;\n -webkit-box-align: center;\n align-items: center;\n}\n.bg-color-pic {\n border-radius: 100%;\n border: 1px solid #CCC;\n position: absolute;\n height: 8px;\n width: 8px;\n right: 6px;\n bottom: 6px;\n}\n::ng-deep .bcPicker-palette {\n position: absolute;\n}\n.bc-paint-export {\n background-color: #25c2d4;\n margin-right: 10px;\n width: 68px;\n height: 37px;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: justify;\n justify-content: space-between;\n color: #FFF;\n -webkit-box-align: center;\n align-items: center;\n cursor: pointer;\n}\n.bc-paint-export .icon {\n display: -webkit-box;\n display: flex;\n text-align: center;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-flex: 0;\n flex: 0 0 27px;\n}\n.bc-paint-export .save-button {\n font-size: 10px;\n display: -webkit-box;\n display: flex;\n text-align: center;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-flex: 0;\n flex: 0 0 40px;\n}\n@media (max-width: 1037px) {\n .paint-body {\n width: inherit;\n height: inherit;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvaGFuZC1tb2RhbC9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvc2lnbmF0dXJlL3NyYy9saWIvaGFuZC1tb2RhbC9oYW5kLW1vZGFsLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9oYW5kLW1vZGFsL2hhbmQtbW9kYWwuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxhQUFBO0VBQ0EsYUFBQTtBQ0RGO0FEREE7RUFLSSwyQkFBQTtFQUNBLHlCQUFBO0FDREo7QURMQTtFQVNNLDRCQUFBO0FDRE47QURNQTtFQUNFLDRjQUFBO0VBQ0Esa0JBQUE7RUFDQSxxQkFBQTtFQUNBLHNCQUFBO0VBQ0EsZ0JBQUE7RUFDQSxnQkFBQTtFQUNBLGNBQUE7QUNKRjtBRE9BO0VBQ0UsWUFBQTtFQUNBLFdBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLDhCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ0xGO0FEUUE7RUFDRSxtQkFBQTtFQUNBLHNCQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0VBQ0EsVUFBQTtFQUNBLFVBQUE7RUFDQSxXQUFBO0FDTkY7QURTQTtFQUNFLGtCQUFBO0FDUEY7QURVQTtFQUNFLHlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsOEJBQUE7RUFDQSxXQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLGVBQUE7QUNSRjtBRERBO0VBWUksb0JBQUE7RUFBQSxhQUFBO0VBQ0Esa0JBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EsbUJBQUE7VUFBQSxjQUFBO0FDUko7QURQQTtFQW1CSSxlQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0Esa0JBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EsbUJBQUE7VUFBQSxjQUFBO0FDVEo7QURhQTtFQUNFO0lBQ0UsY0FBQTtJQUNBLGVBQUE7RUNYRjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvaGFuZC1tb2RhbC9oYW5kLW1vZGFsLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbi5wYWludC1ib2R5IHtcbiAgd2lkdGg6IDEwMzZweDtcbiAgaGVpZ2h0OiA1NjFweDtcblxuICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgZm9udC1zaXplOiB1bnNldCAhaW1wb3J0YW50O1xuICAgIGNvbG9yOiBAcHJpbWFyeSAhaW1wb3J0YW50O1xuXG4gICAgOjpuZy1kZWVwIC50ZXh0IHtcbiAgICAgIHBhZGRpbmctbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG59XG5cbi5nZC1kcmF3LWltYWdlIHtcbiAgYmFja2dyb3VuZC1pbWFnZTogdXJsKGRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQ0FBQUFBaENBWUFBQUM0SnFsUkFBQUFDWEJJV1hNQUFBN0VBQUFPeEFHVkt3NGJBQUFBNFVsRVFWUjRuTzJXYlF1RE1BeUUrLy8vcTBXaEtpaWFjWUZLN0JlWEsyT01KWEMyU0Y4ZXIya3dpVFBPODFTdDZ5bzVaeG1HUWRzbllad2RpLzZ5TEpJQ0lBQUNJQUFDNEtjQTZ1WU1nTjM0Qm1BWDlRZ0E5YXRZdVFHTzQ3ajZtTXc0WURYUHN5UThQQ3FsYUFzQXVOQWpkWUMxRHlEZVk3TU9RdW9BWTEwTDBDYm9PMEtvQXl3QTZOc0ZuMjZRQmFVQjZoRllBTzhWcmhFQUFmQy9BUFExdEpYUUM5Q0NYQUJzS1FaQVcxcXBTdGdEd0c3K2tWTDhkUUJQQW5ZRFFONGN3RmdydkZPQWZkL0ZxMjNiOUlkaUhFZVpwb2tXQUY0MXVnS081dTdnTjZFUUFBQUZaTDVOQUFBQUFFbEZUa1N1UW1DQykgIWltcG9ydGFudDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBwYWRkaW5nOiAwICFpbXBvcnRhbnQ7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIG92ZXJmbG93LXk6IGF1dG87XG4gIHdpZHRoOiBpbmhlcml0O1xufVxuXG4uYmMtcGFpbnQtaGVhZGVyIHtcbiAgaGVpZ2h0OiA2MHB4O1xuICB3aWR0aDogMTAwJTtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuXG4uYmctY29sb3ItcGljIHtcbiAgYm9yZGVyLXJhZGl1czogMTAwJTtcbiAgYm9yZGVyOiAxcHggc29saWQgI0NDQztcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBoZWlnaHQ6IDhweDtcbiAgd2lkdGg6IDhweDtcbiAgcmlnaHQ6IDZweDtcbiAgYm90dG9tOiA2cHg7XG59XG5cbjo6bmctZGVlcCAuYmNQaWNrZXItcGFsZXR0ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbn1cblxuLmJjLXBhaW50LWV4cG9ydCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEBicmFuZDtcbiAgbWFyZ2luLXJpZ2h0OiAxMHB4O1xuICB3aWR0aDogNjhweDtcbiAgaGVpZ2h0OiAzN3B4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIGNvbG9yOiAjRkZGO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBjdXJzb3I6IHBvaW50ZXI7XG5cbiAgLmljb24ge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIGZsZXg6IDAgMCAyN3B4O1xuICB9XG5cbiAgLnNhdmUtYnV0dG9uIHtcbiAgICBmb250LXNpemU6IDEwcHg7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgZmxleDogMCAwIDQwcHg7XG4gIH1cbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLnBhaW50LWJvZHkge1xuICAgIHdpZHRoOiBpbmhlcml0O1xuICAgIGhlaWdodDogaW5oZXJpdDtcbiAgfVxufVxuIiwiLnBhaW50LWJvZHkge1xuICB3aWR0aDogMTAzNnB4O1xuICBoZWlnaHQ6IDU2MXB4O1xufVxuLnBhaW50LWJvZHkgOjpuZy1kZWVwIC5idXR0b24ge1xuICBmb250LXNpemU6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gIGNvbG9yOiAjM0U0RTVBICFpbXBvcnRhbnQ7XG59XG4ucGFpbnQtYm9keSA6Om5nLWRlZXAgLmJ1dHRvbiA6Om5nLWRlZXAgLnRleHQge1xuICBwYWRkaW5nLWxlZnQ6IDBweCAhaW1wb3J0YW50O1xufVxuLmdkLWRyYXctaW1hZ2Uge1xuICBiYWNrZ3JvdW5kLWltYWdlOiB1cmwoZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFDQUFBQUFoQ0FZQUFBQzRKcWxSQUFBQUNYQklXWE1BQUE3RUFBQU94QUdWS3c0YkFBQUE0VWxFUVZSNG5PMldiUXVETUF5RSsvLy9xMFdoS2lpYWNZRks3QmVYSzJPTUpYQzJTRjhlcjJrd2lUUE84MVN0NnlvNVp4bUdRZHNuWVp3ZGkvNnlMSklDSUFBQ0lBQUM0S2NBNnVZTWdOMzRCbUFYOVFnQTlhdFl1UUdPNDdqNm1NdzRZRFhQc3lROFBDcWxhQXNBdU5BamRZQzFEeURlWTdNT1F1b0FZMTBMMENib08wS29BeXdBNk5zRm4yNlFCYVVCNmhGWUFPOFZyaEVBQWZDL0FQUTF0SlhRQzlDQ1hBQnNLUVpBVzFxcFN0Z0R3Rzcra1ZMOGRRQlBBbllEUU40Y3dGZ3J2Rk9BZmQvRnEyM2I5SWRpSEVlWnBva1dBRjQxdWdLTzV1N2dONkVRQUFBRlpMNU5BQUFBQUVsRlRrU3VRbUNDKSAhaW1wb3J0YW50O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHBhZGRpbmc6IDAgIWltcG9ydGFudDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgb3ZlcmZsb3cteTogYXV0bztcbiAgd2lkdGg6IGluaGVyaXQ7XG59XG4uYmMtcGFpbnQtaGVhZGVyIHtcbiAgaGVpZ2h0OiA2MHB4O1xuICB3aWR0aDogMTAwJTtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmJnLWNvbG9yLXBpYyB7XG4gIGJvcmRlci1yYWRpdXM6IDEwMCU7XG4gIGJvcmRlcjogMXB4IHNvbGlkICNDQ0M7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgaGVpZ2h0OiA4cHg7XG4gIHdpZHRoOiA4cHg7XG4gIHJpZ2h0OiA2cHg7XG4gIGJvdHRvbTogNnB4O1xufVxuOjpuZy1kZWVwIC5iY1BpY2tlci1wYWxldHRlIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xufVxuLmJjLXBhaW50LWV4cG9ydCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNWMyZDQ7XG4gIG1hcmdpbi1yaWdodDogMTBweDtcbiAgd2lkdGg6IDY4cHg7XG4gIGhlaWdodDogMzdweDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICBjb2xvcjogI0ZGRjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgY3Vyc29yOiBwb2ludGVyO1xufVxuLmJjLXBhaW50LWV4cG9ydCAuaWNvbiB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGZsZXg6IDAgMCAyN3B4O1xufVxuLmJjLXBhaW50LWV4cG9ydCAuc2F2ZS1idXR0b24ge1xuICBmb250LXNpemU6IDEwcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGZsZXg6IDAgMCA0MHB4O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAucGFpbnQtYm9keSB7XG4gICAgd2lkdGg6IGluaGVyaXQ7XG4gICAgaGVpZ2h0OiBpbmhlcml0O1xuICB9XG59XG4iXX0= */" /***/ }), /***/ "../../libs/signature/src/lib/hand-modal/hand-modal.component.ts": -/*!****************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/hand-modal/hand-modal.component.ts ***! - \****************************************************************************************************************/ +/*!****************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/hand-modal/hand-modal.component.ts ***! + \****************************************************************************************************/ /*! exports provided: HandModalComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -12504,6 +16517,7 @@ var HandModalComponent = /** @class */ (function () { var img = canvasComponent.getImage(); this._signatureService.saveImage(img).subscribe(function () { _this._tabActivationService.changeActiveTab(_signature_models__WEBPACK_IMPORTED_MODULE_4__["SignatureType"].HAND.id); + _this._signatureService.refreshSignatures(); }); this.clear(canvasComponent); this.close(); @@ -12549,20 +16563,20 @@ var HandModalComponent = /** @class */ (function () { /***/ }), /***/ "../../libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.less": -/*!****************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.less ***! - \****************************************************************************************************************************/ +/*!****************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.less ***! + \****************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-sign-digital.active {\n background-color: #3787F5;\n}\n.gd-sign-digital {\n height: 27px;\n background-color: #969696;\n margin: 9px 8px 7px 8px;\n text-align: center;\n color: #ffffff;\n font-size: 13px;\n box-shadow: 0 0 3px #ddd;\n cursor: pointer;\n padding-top: 5px;\n}\n.gd-qr-container {\n font-family: \"Open Sans\", \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n background-color: #e7e7e7;\n}\n.gd-qr-container input:focus {\n border: 2px solid #00c4d7;\n -webkit-transition: border-color 0.3s linear;\n transition: border-color 0.3s linear;\n}\n.gd-qr-preview-container {\n text-align: center;\n background-color: #FFF;\n margin-bottom: 1px;\n height: 350px;\n}\n.gd-qr-preview-container .gd-empty-code {\n color: #CCCCCC;\n font-size: 60px;\n width: 350px;\n height: 350px;\n -webkit-box-pack: center;\n justify-content: center;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-qr-preview-container .gd-signature-thumbnail-image {\n min-width: 41px;\n width: 100%;\n height: 100%;\n margin: 0px;\n}\n.new-signature-input-group {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n -webkit-box-align: center;\n align-items: center;\n height: 70px;\n background-color: #FFF;\n -webkit-box-pack: center;\n justify-content: center;\n}\n.gd-qr-property {\n font-size: 12px;\n width: 80%;\n border: 2px solid #DDD;\n padding: 5px;\n outline: none;\n color: #3a4e5b;\n}\n.gd-add-optical {\n width: 32px;\n height: 29px;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n background-color: #3787F5;\n cursor: pointer;\n}\n.gd-add-optical .icon {\n color: white;\n line-height: 28px;\n}\n.gd-add-optical.active {\n background-color: #25c2d4;\n}\n.gd-add-optical.inactive {\n background-color: #646464;\n}\n.gd-add-optical:hover {\n box-shadow: rgba(0, 0, 0, 0) 0px 0px 3px;\n}\n@media (max-width: 1037px) {\n .gd-qr-container {\n margin: 0px 13px 0px 12px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9uZXctYmFyLXFyLWNvZGUvbmV3LWJhci1xci1jb2RlLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9uZXctYmFyLXFyLWNvZGUvbmV3LWJhci1xci1jb2RlLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UseUJBQUE7QUNERjtBRElBO0VBQ0UsWUFBQTtFQUNBLHlCQUFBO0VBQ0EsdUJBQUE7RUFDQSxrQkFBQTtFQUNBLGNBQUE7RUFDQSxlQUFBO0VBQ0Esd0JBQUE7RUFDQSxlQUFBO0VBQ0EsZ0JBQUE7QUNGRjtBREtBO0VBQ0Usd0VBQUE7RUFDQSx5QkFBQTtBQ0hGO0FETUE7RUFDRSx5QkFBQTtFQUNBLDRDQUFBO0VBQUEsb0NBQUE7QUNKRjtBRE9BO0VBQ0Usa0JBQUE7RUFDQSxzQkFBQTtFQUNBLGtCQUFBO0VBQ0EsYUFBQTtBQ0xGO0FEQ0E7RUFPSSxjQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QUNMSjtBRFJBO0VBaUJJLGVBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7QUNOSjtBRFVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLFlBQUE7RUFDQSxzQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7QUNSRjtBRFdBO0VBQ0UsZUFBQTtFQUNBLFVBQUE7RUFDQSxzQkFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0VBQ0EsY0FBQTtBQ1RGO0FEWUE7RUFDRSxXQUFBO0VBQ0EsWUFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0FDVkY7QURHQTtFQVVJLFlBQUE7RUFDQSxpQkFBQTtBQ1ZKO0FEYUU7RUFDRSx5QkFBQTtBQ1hKO0FEY0U7RUFDRSx5QkFBQTtBQ1pKO0FEZ0JBO0VBQ0Usd0NBQUE7QUNkRjtBRGlCQTtFQUNFO0lBQ0UseUJBQUE7RUNmRjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvbmV3LWJhci1xci1jb2RlL25ldy1iYXItcXItY29kZS5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uZ2Qtc2lnbi1kaWdpdGFsLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMzNzg3RjU7XG59XG5cbi5nZC1zaWduLWRpZ2l0YWwge1xuICBoZWlnaHQ6IDI3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICM5Njk2OTY7XG4gIG1hcmdpbjogOXB4IDhweCA3cHggOHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjZmZmZmZmO1xuICBmb250LXNpemU6IDEzcHg7XG4gIGJveC1zaGFkb3c6IDAgMCAzcHggI2RkZDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwYWRkaW5nLXRvcDogNXB4O1xufVxuXG4uZ2QtcXItY29udGFpbmVyIHtcbiAgZm9udC1mYW1pbHk6IFwiT3BlbiBTYW5zXCIsIFwiSGVsdmV0aWNhIE5ldWVcIiwgSGVsdmV0aWNhLCBBcmlhbCwgc2Fucy1zZXJpZjtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2U3ZTdlNztcbn1cblxuLmdkLXFyLWNvbnRhaW5lciBpbnB1dDpmb2N1cyB7XG4gIGJvcmRlcjogMnB4IHNvbGlkICMwMGM0ZDc7XG4gIHRyYW5zaXRpb246IGJvcmRlci1jb2xvciAwLjNzIGxpbmVhcjtcbn1cblxuLmdkLXFyLXByZXZpZXctY29udGFpbmVyIHtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBtYXJnaW4tYm90dG9tOiAxcHg7XG4gIGhlaWdodDogMzUwcHg7XG5cbiAgLmdkLWVtcHR5LWNvZGUge1xuICAgIGNvbG9yOiAjQ0NDQ0NDO1xuICAgIGZvbnQtc2l6ZTogNjBweDtcbiAgICB3aWR0aDogMzUwcHg7XG4gICAgaGVpZ2h0OiAzNTBweDtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gICAgbWluLXdpZHRoOiA0MXB4O1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogMTAwJTtcbiAgICBtYXJnaW46IDBweDtcbiAgfVxufVxuXG4ubmV3LXNpZ25hdHVyZS1pbnB1dC1ncm91cCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGhlaWdodDogNzBweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG59XG5cbi5nZC1xci1wcm9wZXJ0eSB7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgd2lkdGg6IDgwJTtcbiAgYm9yZGVyOiAycHggc29saWQgI0RERDtcbiAgcGFkZGluZzogNXB4O1xuICBvdXRsaW5lOiBub25lO1xuICBjb2xvcjogIzNhNGU1Yjtcbn1cblxuLmdkLWFkZC1vcHRpY2FsIHtcbiAgd2lkdGg6IDMycHg7XG4gIGhlaWdodDogMjlweDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGJhY2tncm91bmQtY29sb3I6ICMzNzg3RjU7XG4gIGN1cnNvcjogcG9pbnRlcjtcblxuICAuaWNvbiB7XG4gICAgY29sb3I6IHdoaXRlO1xuICAgIGxpbmUtaGVpZ2h0OiAyOHB4O1xuICB9XG5cbiAgJi5hY3RpdmUge1xuICAgIGJhY2tncm91bmQtY29sb3I6IEBuYXYtbG9nby1iYWNrZ3JvdW5kO1xuICB9XG5cbiAgJi5pbmFjdGl2ZSB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogIzY0NjQ2NDtcbiAgfVxufVxuXG4uZ2QtYWRkLW9wdGljYWw6aG92ZXIge1xuICBib3gtc2hhZG93OiByZ2JhKDAsIDAsIDAsIDApIDBweCAwcHggM3B4O1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuZ2QtcXItY29udGFpbmVyIHtcbiAgICBtYXJnaW46IDBweCAxM3B4IDBweCAxMnB4O1xuICB9XG5cbn1cbiIsIi5nZC1zaWduLWRpZ2l0YWwuYWN0aXZlIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzM3ODdGNTtcbn1cbi5nZC1zaWduLWRpZ2l0YWwge1xuICBoZWlnaHQ6IDI3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICM5Njk2OTY7XG4gIG1hcmdpbjogOXB4IDhweCA3cHggOHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjZmZmZmZmO1xuICBmb250LXNpemU6IDEzcHg7XG4gIGJveC1zaGFkb3c6IDAgMCAzcHggI2RkZDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwYWRkaW5nLXRvcDogNXB4O1xufVxuLmdkLXFyLWNvbnRhaW5lciB7XG4gIGZvbnQtZmFtaWx5OiBcIk9wZW4gU2Fuc1wiLCBcIkhlbHZldGljYSBOZXVlXCIsIEhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWY7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG59XG4uZ2QtcXItY29udGFpbmVyIGlucHV0OmZvY3VzIHtcbiAgYm9yZGVyOiAycHggc29saWQgIzAwYzRkNztcbiAgdHJhbnNpdGlvbjogYm9yZGVyLWNvbG9yIDAuM3MgbGluZWFyO1xufVxuLmdkLXFyLXByZXZpZXctY29udGFpbmVyIHtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBtYXJnaW4tYm90dG9tOiAxcHg7XG4gIGhlaWdodDogMzUwcHg7XG59XG4uZ2QtcXItcHJldmlldy1jb250YWluZXIgLmdkLWVtcHR5LWNvZGUge1xuICBjb2xvcjogI0NDQ0NDQztcbiAgZm9udC1zaXplOiA2MHB4O1xuICB3aWR0aDogMzUwcHg7XG4gIGhlaWdodDogMzUwcHg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmdkLXFyLXByZXZpZXctY29udGFpbmVyIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlIHtcbiAgbWluLXdpZHRoOiA0MXB4O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICBtYXJnaW46IDBweDtcbn1cbi5uZXctc2lnbmF0dXJlLWlucHV0LWdyb3VwIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgaGVpZ2h0OiA3MHB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbn1cbi5nZC1xci1wcm9wZXJ0eSB7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgd2lkdGg6IDgwJTtcbiAgYm9yZGVyOiAycHggc29saWQgI0RERDtcbiAgcGFkZGluZzogNXB4O1xuICBvdXRsaW5lOiBub25lO1xuICBjb2xvcjogIzNhNGU1Yjtcbn1cbi5nZC1hZGQtb3B0aWNhbCB7XG4gIHdpZHRoOiAzMnB4O1xuICBoZWlnaHQ6IDI5cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMzc4N0Y1O1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtYWRkLW9wdGljYWwgLmljb24ge1xuICBjb2xvcjogd2hpdGU7XG4gIGxpbmUtaGVpZ2h0OiAyOHB4O1xufVxuLmdkLWFkZC1vcHRpY2FsLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNWMyZDQ7XG59XG4uZ2QtYWRkLW9wdGljYWwuaW5hY3RpdmUge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjNjQ2NDY0O1xufVxuLmdkLWFkZC1vcHRpY2FsOmhvdmVyIHtcbiAgYm94LXNoYWRvdzogcmdiYSgwLCAwLCAwLCAwKSAwcHggMHB4IDNweDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLXFyLWNvbnRhaW5lciB7XG4gICAgbWFyZ2luOiAwcHggMTNweCAwcHggMTJweDtcbiAgfVxufVxuIl19 */" +module.exports = ".gd-sign-digital.active {\n background-color: #3787F5;\n}\n.gd-sign-digital {\n height: 27px;\n background-color: #969696;\n margin: 9px 8px 7px 8px;\n text-align: center;\n color: #ffffff;\n font-size: 13px;\n box-shadow: 0 0 3px #ddd;\n cursor: pointer;\n padding-top: 5px;\n}\n.gd-qr-container {\n font-family: \"Open Sans\", \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n background-color: #e7e7e7;\n}\n.gd-qr-container input:focus {\n border: 2px solid #00c4d7;\n -webkit-transition: border-color 0.3s linear;\n transition: border-color 0.3s linear;\n}\n.gd-qr-preview-container {\n text-align: center;\n background-color: #FFF;\n margin-bottom: 1px;\n height: 350px;\n}\n.gd-qr-preview-container .gd-empty-code {\n color: #CCCCCC;\n font-size: 60px;\n width: 350px;\n height: 350px;\n -webkit-box-pack: center;\n justify-content: center;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-qr-preview-container .gd-signature-thumbnail-image {\n min-width: 41px;\n width: 100%;\n height: 100%;\n margin: 0px;\n}\n.new-signature-input-group {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n -webkit-box-align: center;\n align-items: center;\n height: 70px;\n background-color: #FFF;\n -webkit-box-pack: center;\n justify-content: center;\n}\n.gd-qr-property {\n font-size: 12px;\n width: 80%;\n border: 2px solid #DDD;\n padding: 5px;\n outline: none;\n color: #3a4e5b;\n}\n.gd-add-optical {\n width: 32px;\n height: 29px;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n background-color: #3787F5;\n cursor: pointer;\n}\n.gd-add-optical .icon {\n color: white;\n line-height: 28px;\n}\n.gd-add-optical.active {\n background-color: #25c2d4;\n}\n.gd-add-optical.inactive {\n background-color: #646464;\n}\n.gd-add-optical:hover {\n box-shadow: rgba(0, 0, 0, 0) 0px 0px 3px;\n}\n@media (max-width: 1037px) {\n .gd-qr-container {\n margin: 0px 13px 0px 12px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvbmV3LWJhci1xci1jb2RlL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9uZXctYmFyLXFyLWNvZGUvbmV3LWJhci1xci1jb2RlLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9uZXctYmFyLXFyLWNvZGUvbmV3LWJhci1xci1jb2RlLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UseUJBQUE7QUNERjtBRElBO0VBQ0UsWUFBQTtFQUNBLHlCQUFBO0VBQ0EsdUJBQUE7RUFDQSxrQkFBQTtFQUNBLGNBQUE7RUFDQSxlQUFBO0VBQ0Esd0JBQUE7RUFDQSxlQUFBO0VBQ0EsZ0JBQUE7QUNGRjtBREtBO0VBQ0Usd0VBQUE7RUFDQSx5QkFBQTtBQ0hGO0FETUE7RUFDRSx5QkFBQTtFQUNBLDRDQUFBO0VBQUEsb0NBQUE7QUNKRjtBRE9BO0VBQ0Usa0JBQUE7RUFDQSxzQkFBQTtFQUNBLGtCQUFBO0VBQ0EsYUFBQTtBQ0xGO0FEQ0E7RUFPSSxjQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QUNMSjtBRFJBO0VBaUJJLGVBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7QUNOSjtBRFVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLFlBQUE7RUFDQSxzQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7QUNSRjtBRFdBO0VBQ0UsZUFBQTtFQUNBLFVBQUE7RUFDQSxzQkFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0VBQ0EsY0FBQTtBQ1RGO0FEWUE7RUFDRSxXQUFBO0VBQ0EsWUFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0FDVkY7QURHQTtFQVVJLFlBQUE7RUFDQSxpQkFBQTtBQ1ZKO0FEYUU7RUFDRSx5QkFBQTtBQ1hKO0FEY0U7RUFDRSx5QkFBQTtBQ1pKO0FEZ0JBO0VBQ0Usd0NBQUE7QUNkRjtBRGlCQTtFQUNFO0lBQ0UseUJBQUE7RUNmRjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvbmV3LWJhci1xci1jb2RlL25ldy1iYXItcXItY29kZS5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uZ2Qtc2lnbi1kaWdpdGFsLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMzNzg3RjU7XG59XG5cbi5nZC1zaWduLWRpZ2l0YWwge1xuICBoZWlnaHQ6IDI3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICM5Njk2OTY7XG4gIG1hcmdpbjogOXB4IDhweCA3cHggOHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjZmZmZmZmO1xuICBmb250LXNpemU6IDEzcHg7XG4gIGJveC1zaGFkb3c6IDAgMCAzcHggI2RkZDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwYWRkaW5nLXRvcDogNXB4O1xufVxuXG4uZ2QtcXItY29udGFpbmVyIHtcbiAgZm9udC1mYW1pbHk6IFwiT3BlbiBTYW5zXCIsIFwiSGVsdmV0aWNhIE5ldWVcIiwgSGVsdmV0aWNhLCBBcmlhbCwgc2Fucy1zZXJpZjtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2U3ZTdlNztcbn1cblxuLmdkLXFyLWNvbnRhaW5lciBpbnB1dDpmb2N1cyB7XG4gIGJvcmRlcjogMnB4IHNvbGlkICMwMGM0ZDc7XG4gIHRyYW5zaXRpb246IGJvcmRlci1jb2xvciAwLjNzIGxpbmVhcjtcbn1cblxuLmdkLXFyLXByZXZpZXctY29udGFpbmVyIHtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBtYXJnaW4tYm90dG9tOiAxcHg7XG4gIGhlaWdodDogMzUwcHg7XG5cbiAgLmdkLWVtcHR5LWNvZGUge1xuICAgIGNvbG9yOiAjQ0NDQ0NDO1xuICAgIGZvbnQtc2l6ZTogNjBweDtcbiAgICB3aWR0aDogMzUwcHg7XG4gICAgaGVpZ2h0OiAzNTBweDtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gICAgbWluLXdpZHRoOiA0MXB4O1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogMTAwJTtcbiAgICBtYXJnaW46IDBweDtcbiAgfVxufVxuXG4ubmV3LXNpZ25hdHVyZS1pbnB1dC1ncm91cCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGhlaWdodDogNzBweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG59XG5cbi5nZC1xci1wcm9wZXJ0eSB7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgd2lkdGg6IDgwJTtcbiAgYm9yZGVyOiAycHggc29saWQgI0RERDtcbiAgcGFkZGluZzogNXB4O1xuICBvdXRsaW5lOiBub25lO1xuICBjb2xvcjogIzNhNGU1Yjtcbn1cblxuLmdkLWFkZC1vcHRpY2FsIHtcbiAgd2lkdGg6IDMycHg7XG4gIGhlaWdodDogMjlweDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGJhY2tncm91bmQtY29sb3I6ICMzNzg3RjU7XG4gIGN1cnNvcjogcG9pbnRlcjtcblxuICAuaWNvbiB7XG4gICAgY29sb3I6IHdoaXRlO1xuICAgIGxpbmUtaGVpZ2h0OiAyOHB4O1xuICB9XG5cbiAgJi5hY3RpdmUge1xuICAgIGJhY2tncm91bmQtY29sb3I6IEBuYXYtbG9nby1iYWNrZ3JvdW5kO1xuICB9XG5cbiAgJi5pbmFjdGl2ZSB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogIzY0NjQ2NDtcbiAgfVxufVxuXG4uZ2QtYWRkLW9wdGljYWw6aG92ZXIge1xuICBib3gtc2hhZG93OiByZ2JhKDAsIDAsIDAsIDApIDBweCAwcHggM3B4O1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuZ2QtcXItY29udGFpbmVyIHtcbiAgICBtYXJnaW46IDBweCAxM3B4IDBweCAxMnB4O1xuICB9XG5cbn1cbiIsIi5nZC1zaWduLWRpZ2l0YWwuYWN0aXZlIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzM3ODdGNTtcbn1cbi5nZC1zaWduLWRpZ2l0YWwge1xuICBoZWlnaHQ6IDI3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICM5Njk2OTY7XG4gIG1hcmdpbjogOXB4IDhweCA3cHggOHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjZmZmZmZmO1xuICBmb250LXNpemU6IDEzcHg7XG4gIGJveC1zaGFkb3c6IDAgMCAzcHggI2RkZDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwYWRkaW5nLXRvcDogNXB4O1xufVxuLmdkLXFyLWNvbnRhaW5lciB7XG4gIGZvbnQtZmFtaWx5OiBcIk9wZW4gU2Fuc1wiLCBcIkhlbHZldGljYSBOZXVlXCIsIEhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWY7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG59XG4uZ2QtcXItY29udGFpbmVyIGlucHV0OmZvY3VzIHtcbiAgYm9yZGVyOiAycHggc29saWQgIzAwYzRkNztcbiAgdHJhbnNpdGlvbjogYm9yZGVyLWNvbG9yIDAuM3MgbGluZWFyO1xufVxuLmdkLXFyLXByZXZpZXctY29udGFpbmVyIHtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBtYXJnaW4tYm90dG9tOiAxcHg7XG4gIGhlaWdodDogMzUwcHg7XG59XG4uZ2QtcXItcHJldmlldy1jb250YWluZXIgLmdkLWVtcHR5LWNvZGUge1xuICBjb2xvcjogI0NDQ0NDQztcbiAgZm9udC1zaXplOiA2MHB4O1xuICB3aWR0aDogMzUwcHg7XG4gIGhlaWdodDogMzUwcHg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmdkLXFyLXByZXZpZXctY29udGFpbmVyIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlIHtcbiAgbWluLXdpZHRoOiA0MXB4O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICBtYXJnaW46IDBweDtcbn1cbi5uZXctc2lnbmF0dXJlLWlucHV0LWdyb3VwIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgaGVpZ2h0OiA3MHB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbn1cbi5nZC1xci1wcm9wZXJ0eSB7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgd2lkdGg6IDgwJTtcbiAgYm9yZGVyOiAycHggc29saWQgI0RERDtcbiAgcGFkZGluZzogNXB4O1xuICBvdXRsaW5lOiBub25lO1xuICBjb2xvcjogIzNhNGU1Yjtcbn1cbi5nZC1hZGQtb3B0aWNhbCB7XG4gIHdpZHRoOiAzMnB4O1xuICBoZWlnaHQ6IDI5cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMzc4N0Y1O1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtYWRkLW9wdGljYWwgLmljb24ge1xuICBjb2xvcjogd2hpdGU7XG4gIGxpbmUtaGVpZ2h0OiAyOHB4O1xufVxuLmdkLWFkZC1vcHRpY2FsLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNWMyZDQ7XG59XG4uZ2QtYWRkLW9wdGljYWwuaW5hY3RpdmUge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjNjQ2NDY0O1xufVxuLmdkLWFkZC1vcHRpY2FsOmhvdmVyIHtcbiAgYm94LXNoYWRvdzogcmdiYSgwLCAwLCAwLCAwKSAwcHggMHB4IDNweDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLXFyLWNvbnRhaW5lciB7XG4gICAgbWFyZ2luOiAwcHggMTNweCAwcHggMTJweDtcbiAgfVxufVxuIl19 */" /***/ }), /***/ "../../libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.ts": -/*!**************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.ts ***! - \**************************************************************************************************************************/ +/*!**************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.ts ***! + \**************************************************************************************************************/ /*! exports provided: NewBarQrCodeComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -12661,9 +16675,9 @@ var NewBarQrCodeComponent = /** @class */ (function () { /***/ }), /***/ "../../libs/signature/src/lib/remove-canvas.service.ts": -/*!******************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/remove-canvas.service.ts ***! - \******************************************************************************************************/ +/*!******************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/remove-canvas.service.ts ***! + \******************************************************************************************/ /*! exports provided: RemoveCanvasService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -12695,9 +16709,9 @@ var RemoveCanvasService = /** @class */ (function () { /***/ }), /***/ "../../libs/signature/src/lib/remove-signature.service.ts": -/*!*********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/remove-signature.service.ts ***! - \*********************************************************************************************************/ +/*!*********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/remove-signature.service.ts ***! + \*********************************************************************************************/ /*! exports provided: RemoveSignatureService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -12729,9 +16743,9 @@ var RemoveSignatureService = /** @class */ (function () { /***/ }), /***/ "../../libs/signature/src/lib/select-signature.service.ts": -/*!*********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/select-signature.service.ts ***! - \*********************************************************************************************************/ +/*!*********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/select-signature.service.ts ***! + \*********************************************************************************************/ /*! exports provided: SelectSignatureService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -12763,20 +16777,20 @@ var SelectSignatureService = /** @class */ (function () { /***/ }), /***/ "../../libs/signature/src/lib/signature-app.component.less": -/*!**********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-app.component.less ***! - \**********************************************************************************************************/ +/*!**********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-app.component.less ***! + \**********************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n::ng-deep .page {\n position: relative;\n}\n::ng-deep .gd-page-image {\n width: unset;\n height: unset;\n}\n::ng-deep .top-panel {\n align-content: flex-start;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: inherit;\n}\n.gd-document {\n width: 100%;\n height: calc(100% - 90px);\n}\n.toolbar-panel {\n width: 100%;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n}\n.signature-wrapper ::ng-deep .button {\n color: #3E4E5A !important;\n}\n.signature-wrapper ::ng-deep .button .text {\n padding: 0px !important;\n}\n@media (max-width: 1037px) {\n ::ng-deep .panzoom {\n -webkit-box-pack: unset !important;\n justify-content: unset !important;\n }\n ::ng-deep .logo ::ng-deep .icon {\n font-size: 24px !important;\n }\n ::ng-deep .top-panel {\n height: 120px !important;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWFwcC5jb21wb25lbnQubGVzcyIsIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtYXBwLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZFQ0FrQjtBQUdsQjtFQUNFLHNEQUFBO0FEREY7QUNJQTtFQUNFLGtCQUFBO0FERkY7QUNLQTtFQUNFLFlBQUE7RUFDQSxhQUFBO0FESEY7QUNNQTtFQUNFLHlCQUFBO0FESkY7QUNPQTtFQUNFLDBCQUFBO1VBQUEsb0JBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7RUFDQSxNQUFBO0VBQ0EsU0FBQTtFQUNBLE9BQUE7RUFDQSxRQUFBO0FETEY7QUNRQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGVBQUE7QURORjtBQ1NBO0VBQ0UsV0FBQTtFQUNBLHlCQUFBO0FEUEY7QUNVQTtFQUNFLFdBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0FEUkY7QUNXQTtFQUVJLHlCQUFBO0FEVko7QUNRQTtFQUtNLHVCQUFBO0FEVk47QUNlQTtFQUNFO0lBQ0Usa0NBQUE7WUFBQSxpQ0FBQTtFRGJGO0VDZ0JBO0lBRUksMEJBQUE7RURmSjtFQ21CQTtJQUNFLHdCQUFBO0VEakJGO0FBQ0YiLCJmaWxlIjoibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtYXBwLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuOjpuZy1kZWVwIC5wYWdlIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuOjpuZy1kZWVwIC5nZC1wYWdlLWltYWdlIHtcbiAgd2lkdGg6IHVuc2V0O1xuICBoZWlnaHQ6IHVuc2V0O1xufVxuOjpuZy1kZWVwIC50b3AtcGFuZWwge1xuICBhbGlnbi1jb250ZW50OiBmbGV4LXN0YXJ0O1xufVxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0OiAxMDAlO1xuICB3aWR0aDogMTAwJTtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xufVxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gOTBweCk7XG59XG4udG9vbGJhci1wYW5lbCB7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLnNpZ25hdHVyZS13cmFwcGVyIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbn1cbi5zaWduYXR1cmUtd3JhcHBlciA6Om5nLWRlZXAgLmJ1dHRvbiAudGV4dCB7XG4gIHBhZGRpbmc6IDBweCAhaW1wb3J0YW50O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICA6Om5nLWRlZXAgLnBhbnpvb20ge1xuICAgIGp1c3RpZnktY29udGVudDogdW5zZXQgIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLmxvZ28gOjpuZy1kZWVwIC5pY29uIHtcbiAgICBmb250LXNpemU6IDI0cHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvcC1wYW5lbCB7XG4gICAgaGVpZ2h0OiAxMjBweCAhaW1wb3J0YW50O1xuICB9XG59XG4iLCJAaW1wb3J0IChjc3MpIHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbkBpbXBvcnQgXCIuLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuXG46Om5nLWRlZXAgLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG5cbjo6bmctZGVlcCAuZ2QtcGFnZS1pbWFnZSB7XG4gIHdpZHRoOiB1bnNldDtcbiAgaGVpZ2h0OiB1bnNldDtcbn1cblxuOjpuZy1kZWVwIC50b3AtcGFuZWwge1xuICBhbGlnbi1jb250ZW50OiBmbGV4LXN0YXJ0O1xufVxuXG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cblxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cblxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogflwiY2FsYygxMDAlIC0gQHtlZGl0b3ItbmF2LWhlaWdodH0pXCI7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5zaWduYXR1cmUtd3JhcHBlciB7XG4gIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICBjb2xvcjogQHByaW1hcnkgIWltcG9ydGFudDtcblxuICAgIC50ZXh0IHtcbiAgICAgIHBhZGRpbmc6IDBweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICA6Om5nLWRlZXAgLnBhbnpvb20ge1xuICAgIGp1c3RpZnktY29udGVudDogdW5zZXQgIWltcG9ydGFudDtcbiAgfVxuXG4gIDo6bmctZGVlcCAubG9nbyB7XG4gICAgOjpuZy1kZWVwIC5pY29uIHtcbiAgICAgIGZvbnQtc2l6ZTogMjRweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuXG4gIDo6bmctZGVlcCAudG9wLXBhbmVsIHtcbiAgICBoZWlnaHQ6IDEyMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuIl19 */" +module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n::ng-deep .page {\n position: relative;\n}\n::ng-deep .gd-page-image {\n width: unset;\n height: unset;\n}\n::ng-deep .top-panel {\n align-content: flex-start;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: inherit;\n}\n.gd-document {\n width: 100%;\n height: calc(100% - 90px);\n}\n.toolbar-panel {\n width: 100%;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n}\n.signature-wrapper ::ng-deep .button {\n color: #3E4E5A !important;\n}\n.signature-wrapper ::ng-deep .button .text {\n padding: 0px !important;\n}\n.desktop-hide {\n display: none;\n}\n@media (max-width: 1037px) {\n ::ng-deep .logo ::ng-deep .icon {\n font-size: 24px !important;\n }\n ::ng-deep .top-panel {\n height: 120px !important;\n }\n .desktop-hide {\n display: block;\n }\n .gd-document {\n height: calc(100% - 120px);\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWFwcC5jb21wb25lbnQubGVzcyIsImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS1hcHAuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsNkVDQWtCO0FBR2xCO0VBQ0Usc0RBQUE7QURERjtBQ0lBO0VBQ0Usa0JBQUE7QURGRjtBQ0tBO0VBQ0UsWUFBQTtFQUNBLGFBQUE7QURIRjtBQ01BO0VBQ0UseUJBQUE7QURKRjtBQ09BO0VBQ0UsMEJBQUE7VUFBQSxvQkFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsZUFBQTtFQUNBLE1BQUE7RUFDQSxTQUFBO0VBQ0EsT0FBQTtFQUNBLFFBQUE7QURMRjtBQ1FBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsZUFBQTtBRE5GO0FDU0E7RUFDRSxXQUFBO0VBQ0EseUJBQUE7QURQRjtBQ1VBO0VBQ0UsV0FBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QURSRjtBQ1dBO0VBRUkseUJBQUE7QURWSjtBQ1FBO0VBS00sdUJBQUE7QURWTjtBQ2VBO0VBQ0UsYUFBQTtBRGJGO0FDZ0JBO0VBRUU7SUFFSSwwQkFBQTtFRGhCSjtFQ29CQTtJQUNFLHdCQUFBO0VEbEJGO0VDcUJBO0lBQ0UsY0FBQTtFRG5CRjtFQ3NCQTtJQUNFLDBCQUFBO0VEcEJGO0FBQ0YiLCJmaWxlIjoibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtYXBwLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuOjpuZy1kZWVwIC5wYWdlIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuOjpuZy1kZWVwIC5nZC1wYWdlLWltYWdlIHtcbiAgd2lkdGg6IHVuc2V0O1xuICBoZWlnaHQ6IHVuc2V0O1xufVxuOjpuZy1kZWVwIC50b3AtcGFuZWwge1xuICBhbGlnbi1jb250ZW50OiBmbGV4LXN0YXJ0O1xufVxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0OiAxMDAlO1xuICB3aWR0aDogMTAwJTtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xufVxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gOTBweCk7XG59XG4udG9vbGJhci1wYW5lbCB7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLnNpZ25hdHVyZS13cmFwcGVyIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbn1cbi5zaWduYXR1cmUtd3JhcHBlciA6Om5nLWRlZXAgLmJ1dHRvbiAudGV4dCB7XG4gIHBhZGRpbmc6IDBweCAhaW1wb3J0YW50O1xufVxuLmRlc2t0b3AtaGlkZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIDo6bmctZGVlcCAubG9nbyA6Om5nLWRlZXAgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMjRweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAudG9wLXBhbmVsIHtcbiAgICBoZWlnaHQ6IDEyMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgLmRlc2t0b3AtaGlkZSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cbiAgLmdkLWRvY3VtZW50IHtcbiAgICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDEyMHB4KTtcbiAgfVxufVxuIiwiQGltcG9ydCAoY3NzKSB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG5AaW1wb3J0IFwiLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuOmhvc3QgKiB7XG4gIGZvbnQtZmFtaWx5OiAnT3BlbiBTYW5zJywgQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZjtcbn1cblxuOjpuZy1kZWVwIC5wYWdlIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuXG46Om5nLWRlZXAgLmdkLXBhZ2UtaW1hZ2Uge1xuICB3aWR0aDogdW5zZXQ7XG4gIGhlaWdodDogdW5zZXQ7XG59XG5cbjo6bmctZGVlcCAudG9wLXBhbmVsIHtcbiAgYWxpZ24tY29udGVudDogZmxleC1zdGFydDtcbn1cblxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0OiAxMDAlO1xuICB3aWR0aDogMTAwJTtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG5cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG5cbi5nZC1kb2N1bWVudCB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IH5cImNhbGMoMTAwJSAtIEB7ZWRpdG9yLW5hdi1oZWlnaHR9KVwiO1xufVxuXG4udG9vbGJhci1wYW5lbCB7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuXG4uc2lnbmF0dXJlLXdyYXBwZXIge1xuICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgY29sb3I6IEBwcmltYXJ5ICFpbXBvcnRhbnQ7XG5cbiAgICAudGV4dCB7XG4gICAgICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cbn1cblxuLmRlc2t0b3AtaGlkZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG5cbiAgOjpuZy1kZWVwIC5sb2dvIHtcbiAgICA6Om5nLWRlZXAgLmljb24ge1xuICAgICAgZm9udC1zaXplOiAyNHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG5cbiAgOjpuZy1kZWVwIC50b3AtcGFuZWwge1xuICAgIGhlaWdodDogMTIwcHggIWltcG9ydGFudDtcbiAgfVxuXG4gIC5kZXNrdG9wLWhpZGUge1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICB9XG5cbiAgLmdkLWRvY3VtZW50IHtcbiAgICBoZWlnaHQ6IH5cImNhbGMoMTAwJSAtIDEyMHB4KVwiO1xuICB9XG59XG5cbiJdfQ== */" /***/ }), /***/ "../../libs/signature/src/lib/signature-app.component.ts": -/*!********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-app.component.ts ***! - \********************************************************************************************************/ +/*!********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-app.component.ts ***! + \********************************************************************************************/ /*! exports provided: SignatureAppComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -12855,6 +16869,7 @@ var SignatureAppComponent = /** @class */ (function () { ]; this.signatureComponents = new Map(); this.fileWasDropped = false; + this._zoom = 100; this._tabActivatorService.activeTabChange.subscribe(function (tabId) { if (tabId === '1') { if (_this.activeSignatureTab) { @@ -12863,6 +16878,13 @@ var SignatureAppComponent = /** @class */ (function () { _this.activeSignatureTab = null; } }); + this.isDesktop = _windowService.isDesktop(); + _windowService.onResize.subscribe(function (w) { + _this.isDesktop = _windowService.isDesktop(); + if (!_this.isDesktop) { + _this.refreshZoom(); + } + }); copySignatureService.copySignature.subscribe(function (copySign) { var e_1, _a; var componentRef = _this.signatureComponents.get(copySign.id); @@ -13004,6 +17026,45 @@ var SignatureAppComponent = /** @class */ (function () { this.selectFile(this.defaultDocumentConfig(), "", ""); } }; + SignatureAppComponent.prototype.ptToPx = function (pt) { + //pt * 96 / 72 = px. + return pt * 96 / 72; + }; + SignatureAppComponent.prototype.getFitToWidth = function () { + // Images and Excel-related files receiving dimensions in px from server + var pageWidth = this.ptToPx(this._pageWidth); + var pageHeight = this.ptToPx(this._pageHeight); + var offsetWidth = pageWidth ? pageWidth : window.innerWidth; + return (pageHeight > pageWidth && Math.round(offsetWidth / window.innerWidth) < 2) ? 200 - Math.round(offsetWidth * 100 / window.innerWidth) : Math.round(window.innerWidth * 100 / offsetWidth); + }; + Object.defineProperty(SignatureAppComponent.prototype, "zoom", { + get: function () { + return this._zoom; + }, + set: function (zoom) { + this._zoom = zoom; + this._zoomService.changeZoom(this._zoom); + }, + enumerable: true, + configurable: true + }); + SignatureAppComponent.prototype.refreshZoom = function () { + this.zoom = this._windowService.isDesktop() ? 100 : this.getFitToWidth(); + }; + SignatureAppComponent.prototype.zoomIn = function () { + if (this.formatDisabled) + return; + if (this._zoom < 490) { + this.zoom = this._zoom + 10; + } + }; + SignatureAppComponent.prototype.zoomOut = function () { + if (this.formatDisabled) + return; + if (this._zoom > 30) { + this.zoom = this._zoom - 10; + } + }; Object.defineProperty(SignatureAppComponent.prototype, "rewriteConfig", { get: function () { return this.signatureConfig ? this.signatureConfig.rewrite : true; @@ -13013,7 +17074,7 @@ var SignatureAppComponent = /** @class */ (function () { }); Object.defineProperty(SignatureAppComponent.prototype, "zoomConfig", { get: function () { - return false; + return this.signatureConfig ? this.signatureConfig.zoom : true; }, enumerable: true, configurable: true @@ -13165,6 +17226,11 @@ var SignatureAppComponent = /** @class */ (function () { _this.file = file; _this.formatDisabled = !_this.file; if (file) { + if (!_this.isDesktop && file.pages && file.pages[0]) { + _this._pageHeight = file.pages[0].height; + _this._pageWidth = file.pages[0].width; + _this.refreshZoom(); + } var preloadPageCount = _this.preloadPageCountConfig; var countPages = file.pages ? file.pages.length : 0; if (preloadPageCount > 0) { @@ -13255,8 +17321,8 @@ var SignatureAppComponent = /** @class */ (function () { var currentPage = document.elementFromPoint(position.x, position.y); if (currentPage && $(currentPage).parent().parent() && $(currentPage).parent().parent().parent().hasClass("page")) { var documentPage = $(currentPage).parent().parent()[0]; - var left = position.x - $(documentPage).offset().left; - var top_1 = position.y - $(documentPage).offset().top; + var left = (position.x - $(documentPage).offset().left) / (this.zoom / 100); + var top_1 = (position.y - $(documentPage).offset().top) / (this.zoom / 100); var currentPosition = new _signature_models__WEBPACK_IMPORTED_MODULE_5__["Position"](left, top_1); var sign = this._dragSignatureService.sign; if (sign) { @@ -13313,7 +17379,7 @@ var SignatureAppComponent = /** @class */ (function () { if (dynamicDirective) { var viewContainerRef = dynamicDirective.viewContainerRef; var selectSignature = this._addDynamicComponentService.addDynamicComponent(viewContainerRef, _signature_signature_component__WEBPACK_IMPORTED_MODULE_7__["Signature"]); - var id = this.signatureComponents.size + 1; + var id = this.getNextId(); while (addedSignature.width >= page.width || addedSignature.height >= page.height) { addedSignature.width = addedSignature.width / 2; addedSignature.height = addedSignature.height / 2; @@ -13331,6 +17397,27 @@ var SignatureAppComponent = /** @class */ (function () { } return null; }; + SignatureAppComponent.prototype.getNextId = function () { + var e_6, _a; + var maxId = 0; + try { + for (var _b = tslib__WEBPACK_IMPORTED_MODULE_0__["__values"](this.signatureComponents.keys()), _c = _b.next(); !_c.done; _c = _b.next()) { + var annId = _c.value; + if (annId > maxId) { + maxId = annId; + } + } + } + catch (e_6_1) { e_6 = { error: e_6_1 }; } + finally { + try { + if (_c && !_c.done && (_a = _b.return)) _a.call(_b); + } + finally { if (e_6) throw e_6.error; } + } + var id = maxId + 1; + return id; + }; SignatureAppComponent.prototype.closeTab = function (type) { this._signatureTabActivationService.changeActiveTab(type); }; @@ -13354,11 +17441,9 @@ var SignatureAppComponent = /** @class */ (function () { SignatureAppComponent.prototype.newSign = function ($event) { if (_signature_models__WEBPACK_IMPORTED_MODULE_5__["SignatureType"].HAND.id === $event) { this._modalService.open(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].DrawHandSignature); - this._signatureTabActivationService.changeActiveTab(_signature_models__WEBPACK_IMPORTED_MODULE_5__["SignatureType"].HAND.id); } else if (_signature_models__WEBPACK_IMPORTED_MODULE_5__["SignatureType"].STAMP.id === $event) { this._modalService.open(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonModals"].DrawStampSignature); - this._signatureTabActivationService.changeActiveTab(_signature_models__WEBPACK_IMPORTED_MODULE_5__["SignatureType"].STAMP.id); } else if (_signature_models__WEBPACK_IMPORTED_MODULE_5__["SignatureType"].TEXT.id === $event) { this.addTextSign(); @@ -13386,19 +17471,19 @@ var SignatureAppComponent = /** @class */ (function () { this.cleanSignatures(); }; SignatureAppComponent.prototype.cleanSignatures = function () { - var e_6, _a; + var e_7, _a; try { for (var _b = tslib__WEBPACK_IMPORTED_MODULE_0__["__values"](this.signatureComponents.values()), _c = _b.next(); !_c.done; _c = _b.next()) { var componentRef = _c.value; componentRef.destroy(); } } - catch (e_6_1) { e_6 = { error: e_6_1 }; } + catch (e_7_1) { e_7 = { error: e_7_1 }; } finally { try { if (_c && !_c.done && (_a = _b.return)) _a.call(_b); } - finally { if (e_6) throw e_6.error; } + finally { if (e_7) throw e_7.error; } } this.signatureComponents = new Map(); this._signaturesHolderService.clear(); @@ -13412,7 +17497,7 @@ var SignatureAppComponent = /** @class */ (function () { }); }; SignatureAppComponent.prototype.prepareSignaturesData = function () { - var e_7, _a, e_8, _b; + var e_8, _a, e_9, _b; var signatures = []; try { for (var _c = tslib__WEBPACK_IMPORTED_MODULE_0__["__values"](this._signaturesHolderService.values()), _d = _c.next(); !_d.done; _d = _c.next()) { @@ -13434,21 +17519,21 @@ var SignatureAppComponent = /** @class */ (function () { } } } - catch (e_8_1) { e_8 = { error: e_8_1 }; } + catch (e_9_1) { e_9 = { error: e_9_1 }; } finally { try { if (ids_3_1 && !ids_3_1.done && (_b = ids_3.return)) _b.call(ids_3); } - finally { if (e_8) throw e_8.error; } + finally { if (e_9) throw e_9.error; } } } } - catch (e_7_1) { e_7 = { error: e_7_1 }; } + catch (e_8_1) { e_8 = { error: e_8_1 }; } finally { try { if (_d && !_d.done && (_a = _c.return)) _a.call(_c); } - finally { if (e_7) throw e_7.error; } + finally { if (e_8) throw e_8.error; } } return signatures; }; @@ -13473,6 +17558,18 @@ var SignatureAppComponent = /** @class */ (function () { SignatureAppComponent.prototype.fileDropped = function ($event) { this.fileWasDropped = $event; }; + SignatureAppComponent.prototype.isFirstTab = function (signatureType) { + if ((signatureType.id === _signature_models__WEBPACK_IMPORTED_MODULE_5__["SignatureType"].TEXT.id) || (!this.isDesktop && signatureType.id === _signature_models__WEBPACK_IMPORTED_MODULE_5__["SignatureType"].QR_CODE.id)) { + return -1; + } + if ((signatureType.id === _signature_models__WEBPACK_IMPORTED_MODULE_5__["SignatureType"].HAND.id) || (!this.isDesktop && signatureType.id === _signature_models__WEBPACK_IMPORTED_MODULE_5__["SignatureType"].BAR_CODE.id)) { + return 1; + } + return 0; + }; + SignatureAppComponent.prototype.onPan = function ($event) { + this._zoomService.changeZoom(this._zoom); + }; SignatureAppComponent.ctorParameters = function () { return [ { type: _signature_service__WEBPACK_IMPORTED_MODULE_2__["SignatureService"] }, { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ModalService"] }, @@ -13534,9 +17631,9 @@ var SignatureAppComponent = /** @class */ (function () { /***/ }), /***/ "../../libs/signature/src/lib/signature-config.service.ts": -/*!*********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-config.service.ts ***! - \*********************************************************************************************************/ +/*!*********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-config.service.ts ***! + \*********************************************************************************************/ /*! exports provided: SignatureConfigService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -13600,9 +17697,9 @@ var SignatureConfigService = /** @class */ (function () { /***/ }), /***/ "../../libs/signature/src/lib/signature-config.ts": -/*!*************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-config.ts ***! - \*************************************************************************************************/ +/*!*************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-config.ts ***! + \*************************************************************************************/ /*! exports provided: SignatureConfig */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -13620,20 +17717,20 @@ var SignatureConfig = /** @class */ (function () { /***/ }), /***/ "../../libs/signature/src/lib/signature-left-panel/signature-left-panel.component.less": -/*!**************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-left-panel/signature-left-panel.component.less ***! - \**************************************************************************************************************************************/ +/*!**************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-left-panel/signature-left-panel.component.less ***! + \**************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "::ng-deep .left-panel {\n width: 350px;\n height: calc(100% - 90px);\n}\n::ng-deep .gd-left-bar-fade {\n width: 350px !important;\n}\n.gd-signatures-scroll {\n height: calc(100% - 60px);\n}\n.tab-content {\n height: calc(100% - 90px);\n line-height: unset;\n position: absolute;\n background-color: #FFFFFF;\n}\n.gd-signature-context-panel {\n background-color: #F3F3F3;\n width: 350px;\n height: 100%;\n position: absolute;\n}\n.gd-signature-context-upload-title,\n.gd-signature-context-panel-title {\n color: #AAAAAA;\n font-size: 12px;\n font-family: Helvetica;\n font-weight: bold;\n margin: 5px 12px 5px 12px;\n}\n.signature-title-block {\n display: block;\n}\n.gd-signature-list-title {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n height: 70px;\n}\n.gd-signature-list-title .gd-signature-title-icon {\n -webkit-box-flex: 0;\n flex: 0 0 70px;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n}\n.gd-signature-list-title .gd-signature-title-icon .icon {\n color: #707070;\n cursor: pointer;\n font-size: 12px;\n}\n.gd-signature-list-title .gd-signature-title-icon .icon.disabled {\n color: #959da5;\n}\n.gd-signature-list-title .gd-signature-context-panel-title {\n -webkit-box-flex: 1;\n flex: 1;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: start;\n justify-content: flex-start;\n}\n.gd-signature-context-pane-wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n height: inherit;\n overflow: auto;\n}\n@media (max-width: 1037px) {\n .tab-content {\n width: 100%;\n height: calc(100% - 120px) !important;\n }\n ::ng-deep .left-panel {\n width: 100% !important;\n overflow: auto !important;\n height: calc(100% - 120px);\n }\n .gd-signature-context-panel {\n left: 0px;\n right: 0px;\n width: auto;\n }\n .gd-signature-context-panel-title {\n font-size: 12px;\n line-height: 18px;\n margin: 16px 0 14px 12px;\n }\n .gd-signature-context-panel-title,\n .gd-signature-context-upload-title {\n width: unset;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtbGVmdC1wYW5lbC9zaWduYXR1cmUtbGVmdC1wYW5lbC5jb21wb25lbnQubGVzcyIsImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWxlZnQtcGFuZWwvc2lnbmF0dXJlLWxlZnQtcGFuZWwuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxZQUFBO0VBQ0EseUJBQUE7QUNERjtBRElBO0VBQ0UsdUJBQUE7QUNGRjtBREtBO0VBQ0UseUJBQUE7QUNIRjtBRE1BO0VBQ0UseUJBQUE7RUFDQSxrQkFBQTtFQUNBLGtCQUFBO0VBQ0EseUJBQUE7QUNKRjtBRE9BO0VBQ0UseUJBQUE7RUFDQSxZQUFBO0VBQ0EsWUFBQTtFQUNBLGtCQUFBO0FDTEY7QURRQTs7RUFDRSxjQUFBO0VBQ0EsZUFBQTtFQUNBLHNCQUFBO0VBQ0EsaUJBQUE7RUFDQSx5QkFBQTtBQ0xGO0FEUUE7RUFDRSxjQUFBO0FDTkY7QURTQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtFQUNBLFlBQUE7QUNQRjtBRElBO0VBTUksbUJBQUE7VUFBQSxjQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7QUNQSjtBREZBO0VBWU0sY0FBQTtFQUNBLGVBQUE7RUFDQSxlQUFBO0FDUE47QURTTTtFQUNFLGNBQUE7QUNQUjtBRFZBO0VBdUJJLG1CQUFBO1VBQUEsT0FBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSx1QkFBQTtVQUFBLDJCQUFBO0FDVko7QURlQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLGVBQUE7RUFDQSxjQUFBO0FDYkY7QURnQkE7RUFDRTtJQUNFLFdBQUE7SUFDQSxxQ0FBQTtFQ2RGO0VEa0JBO0lBQ0Usc0JBQUE7SUFDQSx5QkFBQTtJQUNBLDBCQUFBO0VDaEJGO0VEbUJBO0lBQ0UsU0FBQTtJQUNBLFVBQUE7SUFDQSxXQUFBO0VDakJGO0VEb0JBO0lBQ0UsZUFBQTtJQUNBLGlCQUFBO0lBQ0Esd0JBQUE7RUNsQkY7RURxQkE7O0lBQ0UsWUFBQTtFQ2xCRjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWxlZnQtcGFuZWwvc2lnbmF0dXJlLWxlZnQtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuOjpuZy1kZWVwIC5sZWZ0LXBhbmVsIHtcbiAgd2lkdGg6IDM1MHB4O1xuICBoZWlnaHQ6IH5cImNhbGMoMTAwJSAtIEB7ZWRpdG9yLW5hdi1oZWlnaHR9KVwiO1xufVxuXG46Om5nLWRlZXAgLmdkLWxlZnQtYmFyLWZhZGUge1xuICB3aWR0aDogMzUwcHggIWltcG9ydGFudDtcbn1cblxuLmdkLXNpZ25hdHVyZXMtc2Nyb2xsIHtcbiAgaGVpZ2h0OiB+XCJjYWxjKDEwMCUgLSA2MHB4KVwiO1xufVxuXG4udGFiLWNvbnRlbnQge1xuICBoZWlnaHQ6IH5cImNhbGMoMTAwJSAtIEB7ZWRpdG9yLW5hdi1oZWlnaHR9KVwiO1xuICBsaW5lLWhlaWdodDogdW5zZXQ7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbn1cblxuLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0YzRjNGMztcbiAgd2lkdGg6IDM1MHB4O1xuICBoZWlnaHQ6IDEwMCU7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbn1cblxuLmdkLXNpZ25hdHVyZS1jb250ZXh0LXVwbG9hZC10aXRsZSwgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsLXRpdGxlIHtcbiAgY29sb3I6ICNBQUFBQUE7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgZm9udC1mYW1pbHk6IEhlbHZldGljYTtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIG1hcmdpbjogNXB4IDEycHggNXB4IDEycHg7XG59XG5cbi5zaWduYXR1cmUtdGl0bGUtYmxvY2sgeyAvLyBmb3Igc2FmYXJpXG4gIGRpc3BsYXk6IGJsb2NrO1xufVxuXG4uZ2Qtc2lnbmF0dXJlLWxpc3QtdGl0bGUge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBoZWlnaHQ6IDcwcHg7XG5cbiAgLmdkLXNpZ25hdHVyZS10aXRsZS1pY29uIHtcbiAgICBmbGV4OiAwIDAgNzBweDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG5cbiAgICAuaWNvbiB7XG4gICAgICBjb2xvcjogIzcwNzA3MDtcbiAgICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICAgIGZvbnQtc2l6ZTogMTJweDtcblxuICAgICAgJi5kaXNhYmxlZCB7XG4gICAgICAgIGNvbG9yOiAjOTU5ZGE1O1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lbC10aXRsZSB7XG4gICAgZmxleDogMTtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBmbGV4LXN0YXJ0O1xuICB9XG5cbn1cblxuLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmUtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGhlaWdodDogaW5oZXJpdDtcbiAgb3ZlcmZsb3c6IGF1dG87XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIC50YWItY29udGVudCB7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiB+XCJjYWxjKDEwMCUgLSAxMjBweClcIiAhaW1wb3J0YW50O1xuICB9XG5cblxuICA6Om5nLWRlZXAgLmxlZnQtcGFuZWwge1xuICAgIHdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG4gICAgb3ZlcmZsb3c6IGF1dG8gIWltcG9ydGFudDtcbiAgICBoZWlnaHQ6IH5cImNhbGMoMTAwJSAtIDEyMHB4KVwiO1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsIHtcbiAgICBsZWZ0OiAwcHg7XG4gICAgcmlnaHQ6IDBweDtcbiAgICB3aWR0aDogYXV0bztcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lbC10aXRsZSB7XG4gICAgZm9udC1zaXplOiAxMnB4O1xuICAgIGxpbmUtaGVpZ2h0OiAxOHB4O1xuICAgIG1hcmdpbjogMTZweCAwIDE0cHggMTJweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lbC10aXRsZSwgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXVwbG9hZC10aXRsZSB7XG4gICAgd2lkdGg6IHVuc2V0O1xuICB9XG59XG4iLCI6Om5nLWRlZXAgLmxlZnQtcGFuZWwge1xuICB3aWR0aDogMzUwcHg7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gOTBweCk7XG59XG46Om5nLWRlZXAgLmdkLWxlZnQtYmFyLWZhZGUge1xuICB3aWR0aDogMzUwcHggIWltcG9ydGFudDtcbn1cbi5nZC1zaWduYXR1cmVzLXNjcm9sbCB7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gNjBweCk7XG59XG4udGFiLWNvbnRlbnQge1xuICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDkwcHgpO1xuICBsaW5lLWhlaWdodDogdW5zZXQ7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbn1cbi5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lbCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGM0YzRjM7XG4gIHdpZHRoOiAzNTBweDtcbiAgaGVpZ2h0OiAxMDAlO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG59XG4uZ2Qtc2lnbmF0dXJlLWNvbnRleHQtdXBsb2FkLXRpdGxlLFxuLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsLXRpdGxlIHtcbiAgY29sb3I6ICNBQUFBQUE7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgZm9udC1mYW1pbHk6IEhlbHZldGljYTtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIG1hcmdpbjogNXB4IDEycHggNXB4IDEycHg7XG59XG4uc2lnbmF0dXJlLXRpdGxlLWJsb2NrIHtcbiAgZGlzcGxheTogYmxvY2s7XG59XG4uZ2Qtc2lnbmF0dXJlLWxpc3QtdGl0bGUge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBoZWlnaHQ6IDcwcHg7XG59XG4uZ2Qtc2lnbmF0dXJlLWxpc3QtdGl0bGUgLmdkLXNpZ25hdHVyZS10aXRsZS1pY29uIHtcbiAgZmxleDogMCAwIDcwcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xufVxuLmdkLXNpZ25hdHVyZS1saXN0LXRpdGxlIC5nZC1zaWduYXR1cmUtdGl0bGUtaWNvbiAuaWNvbiB7XG4gIGNvbG9yOiAjNzA3MDcwO1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIGZvbnQtc2l6ZTogMTJweDtcbn1cbi5nZC1zaWduYXR1cmUtbGlzdC10aXRsZSAuZ2Qtc2lnbmF0dXJlLXRpdGxlLWljb24gLmljb24uZGlzYWJsZWQge1xuICBjb2xvcjogIzk1OWRhNTtcbn1cbi5nZC1zaWduYXR1cmUtbGlzdC10aXRsZSAuZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZWwtdGl0bGUge1xuICBmbGV4OiAxO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG59XG4uZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZS13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgaGVpZ2h0OiBpbmhlcml0O1xuICBvdmVyZmxvdzogYXV0bztcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLnRhYi1jb250ZW50IHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDEyMHB4KSAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAubGVmdC1wYW5lbCB7XG4gICAgd2lkdGg6IDEwMCUgIWltcG9ydGFudDtcbiAgICBvdmVyZmxvdzogYXV0byAhaW1wb3J0YW50O1xuICAgIGhlaWdodDogY2FsYygxMDAlIC0gMTIwcHgpO1xuICB9XG4gIC5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lbCB7XG4gICAgbGVmdDogMHB4O1xuICAgIHJpZ2h0OiAwcHg7XG4gICAgd2lkdGg6IGF1dG87XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsLXRpdGxlIHtcbiAgICBmb250LXNpemU6IDEycHg7XG4gICAgbGluZS1oZWlnaHQ6IDE4cHg7XG4gICAgbWFyZ2luOiAxNnB4IDAgMTRweCAxMnB4O1xuICB9XG4gIC5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lbC10aXRsZSxcbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXVwbG9hZC10aXRsZSB7XG4gICAgd2lkdGg6IHVuc2V0O1xuICB9XG59XG4iXX0= */" +module.exports = "::ng-deep .left-panel {\n width: 350px;\n height: calc(100% - 90px);\n}\n::ng-deep .gd-left-bar-fade {\n width: 350px !important;\n}\n.gd-signatures-scroll {\n height: calc(100% - 60px);\n}\n.tab-content {\n height: calc(100% - 90px);\n line-height: unset;\n position: absolute;\n background-color: #FFFFFF;\n}\n.gd-signature-context-panel {\n background-color: #F3F3F3;\n width: 350px;\n height: 100%;\n position: absolute;\n}\n.gd-signature-context-upload-title,\n.gd-signature-context-panel-title {\n color: #AAAAAA;\n font-size: 12px;\n font-family: Helvetica;\n font-weight: bold;\n margin: 5px 12px 5px 12px;\n}\n.signature-title-block {\n display: block;\n}\n.gd-signature-list-title {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n height: 70px;\n}\n.gd-signature-list-title .gd-signature-title-icon {\n -webkit-box-flex: 0;\n flex: 0 0 70px;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n}\n.gd-signature-list-title .gd-signature-title-icon .icon {\n color: #707070;\n cursor: pointer;\n font-size: 12px;\n}\n.gd-signature-list-title .gd-signature-title-icon .icon.disabled {\n color: #959da5;\n}\n.gd-signature-list-title .gd-signature-context-panel-title {\n -webkit-box-flex: 1;\n flex: 1;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: start;\n justify-content: flex-start;\n}\n.gd-signature-context-pane-wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n height: inherit;\n overflow: auto;\n}\n@media (max-width: 1037px) {\n .tab-content {\n width: 100%;\n height: calc(100% - 120px) !important;\n }\n ::ng-deep .left-panel {\n width: 100% !important;\n overflow: auto !important;\n height: calc(100% - 120px);\n }\n .gd-signature-context-panel {\n left: 0px;\n right: 0px;\n width: auto;\n }\n .gd-signature-context-panel-title {\n font-size: 12px;\n line-height: 18px;\n margin: 16px 0 14px 12px;\n }\n .gd-signature-context-panel-title,\n .gd-signature-context-upload-title {\n width: unset;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWxlZnQtcGFuZWwvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS1sZWZ0LXBhbmVsL3NpZ25hdHVyZS1sZWZ0LXBhbmVsLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtbGVmdC1wYW5lbC9zaWduYXR1cmUtbGVmdC1wYW5lbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLFlBQUE7RUFDQSx5QkFBQTtBQ0RGO0FESUE7RUFDRSx1QkFBQTtBQ0ZGO0FES0E7RUFDRSx5QkFBQTtBQ0hGO0FETUE7RUFDRSx5QkFBQTtFQUNBLGtCQUFBO0VBQ0Esa0JBQUE7RUFDQSx5QkFBQTtBQ0pGO0FET0E7RUFDRSx5QkFBQTtFQUNBLFlBQUE7RUFDQSxZQUFBO0VBQ0Esa0JBQUE7QUNMRjtBRFFBOztFQUNFLGNBQUE7RUFDQSxlQUFBO0VBQ0Esc0JBQUE7RUFDQSxpQkFBQTtFQUNBLHlCQUFBO0FDTEY7QURRQTtFQUNFLGNBQUE7QUNORjtBRFNBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EsWUFBQTtBQ1BGO0FESUE7RUFNSSxtQkFBQTtVQUFBLGNBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtBQ1BKO0FERkE7RUFZTSxjQUFBO0VBQ0EsZUFBQTtFQUNBLGVBQUE7QUNQTjtBRFNNO0VBQ0UsY0FBQTtBQ1BSO0FEVkE7RUF1QkksbUJBQUE7VUFBQSxPQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHVCQUFBO1VBQUEsMkJBQUE7QUNWSjtBRGVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsZUFBQTtFQUNBLGNBQUE7QUNiRjtBRGdCQTtFQUNFO0lBQ0UsV0FBQTtJQUNBLHFDQUFBO0VDZEY7RURrQkE7SUFDRSxzQkFBQTtJQUNBLHlCQUFBO0lBQ0EsMEJBQUE7RUNoQkY7RURtQkE7SUFDRSxTQUFBO0lBQ0EsVUFBQTtJQUNBLFdBQUE7RUNqQkY7RURvQkE7SUFDRSxlQUFBO0lBQ0EsaUJBQUE7SUFDQSx3QkFBQTtFQ2xCRjtFRHFCQTs7SUFDRSxZQUFBO0VDbEJGO0FBQ0YiLCJmaWxlIjoibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtbGVmdC1wYW5lbC9zaWduYXR1cmUtbGVmdC1wYW5lbC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG46Om5nLWRlZXAgLmxlZnQtcGFuZWwge1xuICB3aWR0aDogMzUwcHg7XG4gIGhlaWdodDogflwiY2FsYygxMDAlIC0gQHtlZGl0b3ItbmF2LWhlaWdodH0pXCI7XG59XG5cbjo6bmctZGVlcCAuZ2QtbGVmdC1iYXItZmFkZSB7XG4gIHdpZHRoOiAzNTBweCAhaW1wb3J0YW50O1xufVxuXG4uZ2Qtc2lnbmF0dXJlcy1zY3JvbGwge1xuICBoZWlnaHQ6IH5cImNhbGMoMTAwJSAtIDYwcHgpXCI7XG59XG5cbi50YWItY29udGVudCB7XG4gIGhlaWdodDogflwiY2FsYygxMDAlIC0gQHtlZGl0b3ItbmF2LWhlaWdodH0pXCI7XG4gIGxpbmUtaGVpZ2h0OiB1bnNldDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGRkZGO1xufVxuXG4uZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRjNGM0YzO1xuICB3aWR0aDogMzUwcHg7XG4gIGhlaWdodDogMTAwJTtcbiAgcG9zaXRpb246IGFic29sdXRlO1xufVxuXG4uZ2Qtc2lnbmF0dXJlLWNvbnRleHQtdXBsb2FkLXRpdGxlLCAuZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZWwtdGl0bGUge1xuICBjb2xvcjogI0FBQUFBQTtcbiAgZm9udC1zaXplOiAxMnB4O1xuICBmb250LWZhbWlseTogSGVsdmV0aWNhO1xuICBmb250LXdlaWdodDogYm9sZDtcbiAgbWFyZ2luOiA1cHggMTJweCA1cHggMTJweDtcbn1cblxuLnNpZ25hdHVyZS10aXRsZS1ibG9jayB7IC8vIGZvciBzYWZhcmlcbiAgZGlzcGxheTogYmxvY2s7XG59XG5cbi5nZC1zaWduYXR1cmUtbGlzdC10aXRsZSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGhlaWdodDogNzBweDtcblxuICAuZ2Qtc2lnbmF0dXJlLXRpdGxlLWljb24ge1xuICAgIGZsZXg6IDAgMCA3MHB4O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcblxuICAgIC5pY29uIHtcbiAgICAgIGNvbG9yOiAjNzA3MDcwO1xuICAgICAgY3Vyc29yOiBwb2ludGVyO1xuICAgICAgZm9udC1zaXplOiAxMnB4O1xuXG4gICAgICAmLmRpc2FibGVkIHtcbiAgICAgICAgY29sb3I6ICM5NTlkYTU7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsLXRpdGxlIHtcbiAgICBmbGV4OiAxO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG4gIH1cblxufVxuXG4uZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZS13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgaGVpZ2h0OiBpbmhlcml0O1xuICBvdmVyZmxvdzogYXV0bztcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLnRhYi1jb250ZW50IHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IH5cImNhbGMoMTAwJSAtIDEyMHB4KVwiICFpbXBvcnRhbnQ7XG4gIH1cblxuXG4gIDo6bmctZGVlcCAubGVmdC1wYW5lbCB7XG4gICAgd2lkdGg6IDEwMCUgIWltcG9ydGFudDtcbiAgICBvdmVyZmxvdzogYXV0byAhaW1wb3J0YW50O1xuICAgIGhlaWdodDogflwiY2FsYygxMDAlIC0gMTIwcHgpXCI7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZWwge1xuICAgIGxlZnQ6IDBweDtcbiAgICByaWdodDogMHB4O1xuICAgIHdpZHRoOiBhdXRvO1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsLXRpdGxlIHtcbiAgICBmb250LXNpemU6IDEycHg7XG4gICAgbGluZS1oZWlnaHQ6IDE4cHg7XG4gICAgbWFyZ2luOiAxNnB4IDAgMTRweCAxMnB4O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsLXRpdGxlLCAuZ2Qtc2lnbmF0dXJlLWNvbnRleHQtdXBsb2FkLXRpdGxlIHtcbiAgICB3aWR0aDogdW5zZXQ7XG4gIH1cbn1cbiIsIjo6bmctZGVlcCAubGVmdC1wYW5lbCB7XG4gIHdpZHRoOiAzNTBweDtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSA5MHB4KTtcbn1cbjo6bmctZGVlcCAuZ2QtbGVmdC1iYXItZmFkZSB7XG4gIHdpZHRoOiAzNTBweCAhaW1wb3J0YW50O1xufVxuLmdkLXNpZ25hdHVyZXMtc2Nyb2xsIHtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSA2MHB4KTtcbn1cbi50YWItY29udGVudCB7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gOTBweCk7XG4gIGxpbmUtaGVpZ2h0OiB1bnNldDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGRkZGO1xufVxuLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0YzRjNGMztcbiAgd2lkdGg6IDM1MHB4O1xuICBoZWlnaHQ6IDEwMCU7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbn1cbi5nZC1zaWduYXR1cmUtY29udGV4dC11cGxvYWQtdGl0bGUsXG4uZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZWwtdGl0bGUge1xuICBjb2xvcjogI0FBQUFBQTtcbiAgZm9udC1zaXplOiAxMnB4O1xuICBmb250LWZhbWlseTogSGVsdmV0aWNhO1xuICBmb250LXdlaWdodDogYm9sZDtcbiAgbWFyZ2luOiA1cHggMTJweCA1cHggMTJweDtcbn1cbi5zaWduYXR1cmUtdGl0bGUtYmxvY2sge1xuICBkaXNwbGF5OiBibG9jaztcbn1cbi5nZC1zaWduYXR1cmUtbGlzdC10aXRsZSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGhlaWdodDogNzBweDtcbn1cbi5nZC1zaWduYXR1cmUtbGlzdC10aXRsZSAuZ2Qtc2lnbmF0dXJlLXRpdGxlLWljb24ge1xuICBmbGV4OiAwIDAgNzBweDtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG59XG4uZ2Qtc2lnbmF0dXJlLWxpc3QtdGl0bGUgLmdkLXNpZ25hdHVyZS10aXRsZS1pY29uIC5pY29uIHtcbiAgY29sb3I6ICM3MDcwNzA7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgZm9udC1zaXplOiAxMnB4O1xufVxuLmdkLXNpZ25hdHVyZS1saXN0LXRpdGxlIC5nZC1zaWduYXR1cmUtdGl0bGUtaWNvbiAuaWNvbi5kaXNhYmxlZCB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xufVxuLmdkLXNpZ25hdHVyZS1saXN0LXRpdGxlIC5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lbC10aXRsZSB7XG4gIGZsZXg6IDE7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogZmxleC1zdGFydDtcbn1cbi5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lLXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBoZWlnaHQ6IGluaGVyaXQ7XG4gIG92ZXJmbG93OiBhdXRvO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAudGFiLWNvbnRlbnQge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogY2FsYygxMDAlIC0gMTIwcHgpICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5sZWZ0LXBhbmVsIHtcbiAgICB3aWR0aDogMTAwJSAhaW1wb3J0YW50O1xuICAgIG92ZXJmbG93OiBhdXRvICFpbXBvcnRhbnQ7XG4gICAgaGVpZ2h0OiBjYWxjKDEwMCUgLSAxMjBweCk7XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsIHtcbiAgICBsZWZ0OiAwcHg7XG4gICAgcmlnaHQ6IDBweDtcbiAgICB3aWR0aDogYXV0bztcbiAgfVxuICAuZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZWwtdGl0bGUge1xuICAgIGZvbnQtc2l6ZTogMTJweDtcbiAgICBsaW5lLWhlaWdodDogMThweDtcbiAgICBtYXJnaW46IDE2cHggMCAxNHB4IDEycHg7XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsLXRpdGxlLFxuICAuZ2Qtc2lnbmF0dXJlLWNvbnRleHQtdXBsb2FkLXRpdGxlIHtcbiAgICB3aWR0aDogdW5zZXQ7XG4gIH1cbn1cbiJdfQ== */" /***/ }), /***/ "../../libs/signature/src/lib/signature-left-panel/signature-left-panel.component.ts": -/*!************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-left-panel/signature-left-panel.component.ts ***! - \************************************************************************************************************************************/ +/*!************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-left-panel/signature-left-panel.component.ts ***! + \************************************************************************************************************************/ /*! exports provided: SignatureLeftPanelComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -13650,11 +17747,15 @@ __webpack_require__.r(__webpack_exports__); var SignatureLeftPanelComponent = /** @class */ (function () { function SignatureLeftPanelComponent(_signatureService) { + var _this = this; this._signatureService = _signatureService; this.newSignatureEvent = new _angular_core__WEBPACK_IMPORTED_MODULE_1__["EventEmitter"](); this.showNewCode = false; this.showUpload = false; this.loading = false; + _signatureService.getRefreshSignatures.subscribe(function () { + _this.getSignatures(_this.id); + }); } SignatureLeftPanelComponent.prototype.getSignatures = function (tabId) { var _this = this; @@ -13776,20 +17877,20 @@ var SignatureLeftPanelComponent = /** @class */ (function () { /***/ }), /***/ "../../libs/signature/src/lib/signature-list-panel/signature-list-panel.component.less": -/*!**************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-list-panel/signature-list-panel.component.less ***! - \**************************************************************************************************************************************/ +/*!**************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-list-panel/signature-list-panel.component.less ***! + \**************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-signature-list-wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-flex: 1;\n flex: 1;\n overflow: auto;\n height: 100%;\n}\n.gd-signature-list-scroll {\n display: block;\n overflow-x: hidden;\n overflow-y: auto !important;\n}\n.gd-signature-item {\n width: 100%;\n cursor: pointer;\n position: relative;\n min-height: 68px;\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n background-color: rgba(255, 255, 255);\n}\n.gd-signature-item .icon {\n font-size: 15px;\n color: #676767;\n cursor: pointer;\n}\n.gd-signature-item .gd-signature-trash-icon {\n -webkit-box-flex: 0;\n flex: 0 0 70px;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n}\n.gd-signature-item .gd-signature-name {\n max-width: 130px;\n font-size: 13px;\n color: rgba(0, 0, 0, 0.36);\n cursor: pointer;\n text-overflow: ellipsis;\n white-space: nowrap;\n display: block;\n overflow: hidden;\n}\n.gd-signature-item .gd-signature-thumbnail {\n -webkit-box-flex: 0;\n flex: 0 0 70px;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n width: auto;\n}\n.gd-signature-item .gd-signature-thumbnail .icon {\n font-size: 30px;\n padding: 0;\n margin: 0px;\n opacity: 0.25;\n}\n.gd-signature-item .gd-signature-title {\n -webkit-box-flex: 1;\n flex: 1;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: start;\n justify-content: flex-start;\n padding-left: 7px;\n}\n.gd-signature-item .gd-signature-thumbnail-text,\n.gd-signature-item .gd-signature-thumbnail-image,\n.gd-signature-item .gd-signature-thumbnail-hand {\n max-width: 70px;\n height: 41px;\n}\n.gd-signature-item .gd-signature-thumbnail-image {\n min-width: 41px;\n max-width: 70px;\n}\n.gd-signature-item .gd-signature-thumbnail-image {\n min-width: 41px;\n max-width: 70px;\n}\n.gd-signature-item .gd-signature-thumbnail-qrCode,\n.gd-signature-item .gd-signature-thumbnail-barCode {\n max-width: 70px;\n height: 44px;\n}\n.gd-signature-item .gd-signature-thumbnail-stamp {\n max-width: 70px;\n height: 48px;\n}\n.gd-signature-item .gd-signature-title.text {\n padding-left: 16px;\n}\n.gd-signature-list {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n width: inherit;\n background-color: #e7e7e7;\n}\n.gd-signature {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n width: 100%;\n background-color: rgba(255, 255, 255, 0.75);\n margin-bottom: 2px;\n}\n.gd-signature-empty-list {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n text-align: center;\n color: #ACACAC;\n -webkit-box-pack: center;\n justify-content: center;\n width: 350px;\n height: 250px;\n}\n.gd-signature-empty-list .icon {\n font-size: 60px;\n}\n.gd-signature-empty-list i {\n font-size: 60px;\n padding: 87px 97px 0px;\n}\n.gd-empty-list-text {\n padding: 18px 38px 0px;\n font-size: 12px;\n}\n.gd-digital-input-wrapper {\n margin: 9px 8px 7px 8px;\n display: -webkit-box;\n display: flex;\n border: 5px #DDD;\n}\n.gd-sign-digital {\n height: 27px;\n background-color: #969696;\n margin: 9px 8px 7px 8px;\n display: -webkit-box;\n display: flex;\n color: #ffffff;\n font-size: 13px;\n box-shadow: 0 0 3px #ddd;\n cursor: pointer;\n padding-top: 5px;\n padding-left: 10px;\n}\n.digital-apply {\n padding-left: 10px;\n}\n.gd-sign-digital.active {\n background-color: #25c2d4;\n}\n.gd-digital-inputs input {\n width: 100%;\n height: 27px;\n padding-left: 28px;\n}\n.gd-digital-inputs .icon {\n position: absolute;\n font-size: 12px;\n margin: 7px 0px 7px 7px;\n color: #ccc !important;\n}\n@media (max-width: 1037px) {\n .gd-signature-thumbnail-text,\n .gd-signature-thumbnail-image,\n .gd-signature-thumbnail-hand {\n margin: 0;\n }\n .gd-signature-thumbnail-image {\n width: 44px;\n height: 44px;\n }\n .gd-signature-item .gd-signature-name {\n font-size: 13px;\n }\n .gd-signature-item .icon {\n font-size: 15px;\n }\n .gd-signature-thumbnail-text,\n .gd-signature-thumbnail-image,\n .gd-signature-thumbnail-hand {\n margin: 0;\n }\n .gd-signature-thumbnail-image {\n width: 44px;\n height: 44px;\n }\n .gd-signature-thumbnail-digital .icon {\n font-size: 30px !important;\n }\n .gd-signature-thumbnail-digital .icon {\n font-size: 30px !important;\n }\n .gd-digital-inputs .icon {\n font-size: 13px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtbGlzdC1wYW5lbC9zaWduYXR1cmUtbGlzdC1wYW5lbC5jb21wb25lbnQubGVzcyIsImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWxpc3QtcGFuZWwvc2lnbmF0dXJlLWxpc3QtcGFuZWwuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxtQkFBQTtVQUFBLE9BQUE7RUFDQSxjQUFBO0VBQ0EsWUFBQTtBQ0RGO0FESUE7RUFDRSxjQUFBO0VBQ0Esa0JBQUE7RUFDQSwyQkFBQTtBQ0ZGO0FES0E7RUFDRSxXQUFBO0VBQ0EsZUFBQTtFQUNBLGtCQUFBO0VBQ0EsZ0JBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw4QkFBQTtFQUFBLDZCQUFBO1VBQUEsbUJBQUE7RUFDQSxxQ0FBQTtBQ0hGO0FESkE7RUFVSSxlQUFBO0VBQ0EsY0FBQTtFQUNBLGVBQUE7QUNISjtBRFRBO0VBZ0JJLG1CQUFBO1VBQUEsY0FBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0FDSko7QURmQTtFQXVCSSxnQkFBQTtFQUNBLGVBQUE7RUFDQSwwQkFBQTtFQUNBLGVBQUE7RUFDQSx1QkFBQTtFQUNBLG1CQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0FDTEo7QUR6QkE7RUFrQ0ksbUJBQUE7VUFBQSxjQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxXQUFBO0FDTko7QURoQ0E7RUF5Q00sZUFBQTtFQUNBLFVBQUE7RUFDQSxXQUFBO0VBQ0EsYUFBQTtBQ05OO0FEdENBO0VBaURJLG1CQUFBO1VBQUEsT0FBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSx1QkFBQTtVQUFBLDJCQUFBO0VBQ0EsaUJBQUE7QUNSSjtBRDdDQTs7O0VBeURJLGVBQUE7RUFDQSxZQUFBO0FDUEo7QURuREE7RUE4REksZUFBQTtFQUNBLGVBQUE7QUNSSjtBRHZEQTtFQW1FSSxlQUFBO0VBQ0EsZUFBQTtBQ1RKO0FEM0RBOztFQXdFSSxlQUFBO0VBQ0EsWUFBQTtBQ1RKO0FEaEVBO0VBNkVJLGVBQUE7RUFDQSxZQUFBO0FDVko7QURwRUE7RUFrRkksa0JBQUE7QUNYSjtBRGVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsY0FBQTtFQUNBLHlCQUFBO0FDYkY7QURnQkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxXQUFBO0VBQ0EsMkNBQUE7RUFDQSxrQkFBQTtBQ2RGO0FEaUJBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esa0JBQUE7RUFDQSxjQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0FDZkY7QURRQTtFQVVJLGVBQUE7QUNmSjtBRG1CQTtFQUNFLGVBQUE7RUFDQSxzQkFBQTtBQ2pCRjtBRG9CQTtFQUNFLHNCQUFBO0VBQ0EsZUFBQTtBQ2xCRjtBRHFCQTtFQUNFLHVCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsZ0JBQUE7QUNuQkY7QURzQkE7RUFDRSxZQUFBO0VBQ0EseUJBQUE7RUFDQSx1QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGNBQUE7RUFDQSxlQUFBO0VBQ0Esd0JBQUE7RUFDQSxlQUFBO0VBQ0EsZ0JBQUE7RUFDQSxrQkFBQTtBQ3BCRjtBRHVCQTtFQUNFLGtCQUFBO0FDckJGO0FEd0JBO0VBQ0UseUJBQUE7QUN0QkY7QUR5QkE7RUFDRSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGtCQUFBO0FDdkJGO0FEMEJBO0VBRUksa0JBQUE7RUFDQSxlQUFBO0VBQ0EsdUJBQUE7RUFDQSxzQkFBQTtBQ3pCSjtBRDZCQTtFQUNFOzs7SUFDRSxTQUFBO0VDekJGO0VENEJBO0lBQ0UsV0FBQTtJQUNBLFlBQUE7RUMxQkY7RUQ2QkE7SUFDRSxlQUFBO0VDM0JGO0VEOEJBO0lBQ0UsZUFBQTtFQzVCRjtFRCtCQTs7O0lBQ0UsU0FBQTtFQzNCRjtFRDhCQTtJQUNFLFdBQUE7SUFDQSxZQUFBO0VDNUJGO0VEK0JBO0lBQ0UsMEJBQUE7RUM3QkY7RURnQ0E7SUFFSSwwQkFBQTtFQy9CSjtFRG1DQTtJQUVJLGVBQUE7RUNsQ0o7QUFDRiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS1saXN0LXBhbmVsL3NpZ25hdHVyZS1saXN0LXBhbmVsLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbi5nZC1zaWduYXR1cmUtbGlzdC13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgZmxleDogMTtcbiAgb3ZlcmZsb3c6IGF1dG87XG4gIGhlaWdodDogMTAwJTtcbn1cblxuLmdkLXNpZ25hdHVyZS1saXN0LXNjcm9sbCB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBvdmVyZmxvdy14OiBoaWRkZW47XG4gIG92ZXJmbG93LXk6IGF1dG8gIWltcG9ydGFudDtcbn1cblxuLmdkLXNpZ25hdHVyZS1pdGVtIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICBtaW4taGVpZ2h0OiA2OHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDI1NSwgMjU1LCAyNTUpO1xuXG4gIC5pY29uIHtcbiAgICBmb250LXNpemU6IDE1cHg7XG4gICAgY29sb3I6ICM2NzY3Njc7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS10cmFzaC1pY29uIHtcbiAgICBmbGV4OiAwIDAgNzBweDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLW5hbWUge1xuICAgIG1heC13aWR0aDogMTMwcHg7XG4gICAgZm9udC1zaXplOiAxM3B4O1xuICAgIGNvbG9yOiByZ2JhKDAsIDAsIDAsIDAuMzYpO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbiAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbCB7XG4gICAgZmxleDogMCAwIDcwcHg7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIHdpZHRoOiBhdXRvO1xuXG4gICAgLmljb24ge1xuICAgICAgZm9udC1zaXplOiAzMHB4O1xuICAgICAgcGFkZGluZzogMDtcbiAgICAgIG1hcmdpbjogMHB4O1xuICAgICAgb3BhY2l0eTogMC4yNTtcbiAgICB9XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRpdGxlIHtcbiAgICBmbGV4OiAxO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG4gICAgcGFkZGluZy1sZWZ0OiA3cHg7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC10ZXh0LCAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSwgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaGFuZCB7XG4gICAgbWF4LXdpZHRoOiA3MHB4O1xuICAgIGhlaWdodDogNDFweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlIHtcbiAgICBtaW4td2lkdGg6IDQxcHg7XG4gICAgbWF4LXdpZHRoOiA3MHB4O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2Uge1xuICAgIG1pbi13aWR0aDogNDFweDtcbiAgICBtYXgtd2lkdGg6IDcwcHg7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1xckNvZGUsIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWJhckNvZGUge1xuICAgIG1heC13aWR0aDogNzBweDtcbiAgICBoZWlnaHQ6IDQ0cHg7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1zdGFtcCB7XG4gICAgbWF4LXdpZHRoOiA3MHB4O1xuICAgIGhlaWdodDogNDhweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGl0bGUudGV4dCB7XG4gICAgcGFkZGluZy1sZWZ0OiAxNnB4O1xuICB9XG59XG5cbi5nZC1zaWduYXR1cmUtbGlzdCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiBpbmhlcml0O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTdlN2U3O1xufVxuXG4uZ2Qtc2lnbmF0dXJlIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgd2lkdGg6IDEwMCU7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC43NSk7XG4gIG1hcmdpbi1ib3R0b206IDJweDtcbn1cblxuLmdkLXNpZ25hdHVyZS1lbXB0eS1saXN0IHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBjb2xvcjogI0FDQUNBQztcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIHdpZHRoOiAzNTBweDtcbiAgaGVpZ2h0OiAyNTBweDtcblxuICAuaWNvbiB7XG4gICAgZm9udC1zaXplOiA2MHB4O1xuICB9XG59XG5cbi5nZC1zaWduYXR1cmUtZW1wdHktbGlzdCBpIHtcbiAgZm9udC1zaXplOiA2MHB4O1xuICBwYWRkaW5nOiA4N3B4IDk3cHggMHB4O1xufVxuXG4uZ2QtZW1wdHktbGlzdC10ZXh0IHtcbiAgcGFkZGluZzogMThweCAzOHB4IDBweDtcbiAgZm9udC1zaXplOiAxMnB4O1xufVxuXG4uZ2QtZGlnaXRhbC1pbnB1dC13cmFwcGVyIHtcbiAgbWFyZ2luOiA5cHggOHB4IDdweCA4cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGJvcmRlcjogNXB4ICNEREQ7XG59XG5cbi5nZC1zaWduLWRpZ2l0YWwge1xuICBoZWlnaHQ6IDI3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICM5Njk2OTY7XG4gIG1hcmdpbjogOXB4IDhweCA3cHggOHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBjb2xvcjogI2ZmZmZmZjtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBib3gtc2hhZG93OiAwIDAgM3B4ICNkZGQ7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgcGFkZGluZy10b3A6IDVweDtcbiAgcGFkZGluZy1sZWZ0OiAxMHB4O1xufVxuXG4uZGlnaXRhbC1hcHBseSB7XG4gIHBhZGRpbmctbGVmdDogMTBweDtcbn1cblxuLmdkLXNpZ24tZGlnaXRhbC5hY3RpdmUge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAbmF2LWxvZ28tYmFja2dyb3VuZDtcbn1cblxuLmdkLWRpZ2l0YWwtaW5wdXRzIGlucHV0IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMjdweDtcbiAgcGFkZGluZy1sZWZ0OiAyOHB4O1xufVxuXG4uZ2QtZGlnaXRhbC1pbnB1dHMge1xuICAuaWNvbiB7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIGZvbnQtc2l6ZTogMTJweDtcbiAgICBtYXJnaW46IDdweCAwcHggN3B4IDdweDtcbiAgICBjb2xvcjogI2NjYyAhaW1wb3J0YW50O1xuICB9XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLXRleHQsIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlLCAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1oYW5kIHtcbiAgICBtYXJnaW46IDA7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gICAgd2lkdGg6IDQ0cHg7XG4gICAgaGVpZ2h0OiA0NHB4O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtbmFtZSB7XG4gICAgZm9udC1zaXplOiAxM3B4O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS1pdGVtIC5pY29uIHtcbiAgICBmb250LXNpemU6IDE1cHg7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC10ZXh0LCAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSwgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaGFuZCB7XG4gICAgbWFyZ2luOiAwO1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2Uge1xuICAgIHdpZHRoOiA0NHB4O1xuICAgIGhlaWdodDogNDRweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWRpZ2l0YWwgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMzBweCAhaW1wb3J0YW50O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtZGlnaXRhbCB7XG4gICAgLmljb24ge1xuICAgICAgZm9udC1zaXplOiAzMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG5cbiAgLmdkLWRpZ2l0YWwtaW5wdXRzIHtcbiAgICAuaWNvbiB7XG4gICAgICBmb250LXNpemU6IDEzcHg7XG4gICAgfVxuICB9XG5cbn1cbiIsIi5nZC1zaWduYXR1cmUtbGlzdC13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgZmxleDogMTtcbiAgb3ZlcmZsb3c6IGF1dG87XG4gIGhlaWdodDogMTAwJTtcbn1cbi5nZC1zaWduYXR1cmUtbGlzdC1zY3JvbGwge1xuICBkaXNwbGF5OiBibG9jaztcbiAgb3ZlcmZsb3cteDogaGlkZGVuO1xuICBvdmVyZmxvdy15OiBhdXRvICFpbXBvcnRhbnQ7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0ge1xuICB3aWR0aDogMTAwJTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIG1pbi1oZWlnaHQ6IDY4cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMjU1LCAyNTUsIDI1NSk7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmljb24ge1xuICBmb250LXNpemU6IDE1cHg7XG4gIGNvbG9yOiAjNjc2NzY3O1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS10cmFzaC1pY29uIHtcbiAgZmxleDogMCAwIDcwcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xufVxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtbmFtZSB7XG4gIG1heC13aWR0aDogMTMwcHg7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgY29sb3I6IHJnYmEoMCwgMCwgMCwgMC4zNik7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsIHtcbiAgZmxleDogMCAwIDcwcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICB3aWR0aDogYXV0bztcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbCAuaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzBweDtcbiAgcGFkZGluZzogMDtcbiAgbWFyZ2luOiAwcHg7XG4gIG9wYWNpdHk6IDAuMjU7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS10aXRsZSB7XG4gIGZsZXg6IDE7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogZmxleC1zdGFydDtcbiAgcGFkZGluZy1sZWZ0OiA3cHg7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtdGV4dCxcbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSxcbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1oYW5kIHtcbiAgbWF4LXdpZHRoOiA3MHB4O1xuICBoZWlnaHQ6IDQxcHg7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2Uge1xuICBtaW4td2lkdGg6IDQxcHg7XG4gIG1heC13aWR0aDogNzBweDtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gIG1pbi13aWR0aDogNDFweDtcbiAgbWF4LXdpZHRoOiA3MHB4O1xufVxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLXFyQ29kZSxcbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1iYXJDb2RlIHtcbiAgbWF4LXdpZHRoOiA3MHB4O1xuICBoZWlnaHQ6IDQ0cHg7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtc3RhbXAge1xuICBtYXgtd2lkdGg6IDcwcHg7XG4gIGhlaWdodDogNDhweDtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRpdGxlLnRleHQge1xuICBwYWRkaW5nLWxlZnQ6IDE2cHg7XG59XG4uZ2Qtc2lnbmF0dXJlLWxpc3Qge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aDogaW5oZXJpdDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2U3ZTdlNztcbn1cbi5nZC1zaWduYXR1cmUge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aDogMTAwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyNTUsIDI1NSwgMjU1LCAwLjc1KTtcbiAgbWFyZ2luLWJvdHRvbTogMnB4O1xufVxuLmdkLXNpZ25hdHVyZS1lbXB0eS1saXN0IHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBjb2xvcjogI0FDQUNBQztcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIHdpZHRoOiAzNTBweDtcbiAgaGVpZ2h0OiAyNTBweDtcbn1cbi5nZC1zaWduYXR1cmUtZW1wdHktbGlzdCAuaWNvbiB7XG4gIGZvbnQtc2l6ZTogNjBweDtcbn1cbi5nZC1zaWduYXR1cmUtZW1wdHktbGlzdCBpIHtcbiAgZm9udC1zaXplOiA2MHB4O1xuICBwYWRkaW5nOiA4N3B4IDk3cHggMHB4O1xufVxuLmdkLWVtcHR5LWxpc3QtdGV4dCB7XG4gIHBhZGRpbmc6IDE4cHggMzhweCAwcHg7XG4gIGZvbnQtc2l6ZTogMTJweDtcbn1cbi5nZC1kaWdpdGFsLWlucHV0LXdyYXBwZXIge1xuICBtYXJnaW46IDlweCA4cHggN3B4IDhweDtcbiAgZGlzcGxheTogZmxleDtcbiAgYm9yZGVyOiA1cHggI0RERDtcbn1cbi5nZC1zaWduLWRpZ2l0YWwge1xuICBoZWlnaHQ6IDI3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICM5Njk2OTY7XG4gIG1hcmdpbjogOXB4IDhweCA3cHggOHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBjb2xvcjogI2ZmZmZmZjtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBib3gtc2hhZG93OiAwIDAgM3B4ICNkZGQ7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgcGFkZGluZy10b3A6IDVweDtcbiAgcGFkZGluZy1sZWZ0OiAxMHB4O1xufVxuLmRpZ2l0YWwtYXBwbHkge1xuICBwYWRkaW5nLWxlZnQ6IDEwcHg7XG59XG4uZ2Qtc2lnbi1kaWdpdGFsLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNWMyZDQ7XG59XG4uZ2QtZGlnaXRhbC1pbnB1dHMgaW5wdXQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAyN3B4O1xuICBwYWRkaW5nLWxlZnQ6IDI4cHg7XG59XG4uZ2QtZGlnaXRhbC1pbnB1dHMgLmljb24ge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgbWFyZ2luOiA3cHggMHB4IDdweCA3cHg7XG4gIGNvbG9yOiAjY2NjICFpbXBvcnRhbnQ7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLXRleHQsXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlLFxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1oYW5kIHtcbiAgICBtYXJnaW46IDA7XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2Uge1xuICAgIHdpZHRoOiA0NHB4O1xuICAgIGhlaWdodDogNDRweDtcbiAgfVxuICAuZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS1uYW1lIHtcbiAgICBmb250LXNpemU6IDEzcHg7XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS1pdGVtIC5pY29uIHtcbiAgICBmb250LXNpemU6IDE1cHg7XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtdGV4dCxcbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2UsXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWhhbmQge1xuICAgIG1hcmdpbjogMDtcbiAgfVxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gICAgd2lkdGg6IDQ0cHg7XG4gICAgaGVpZ2h0OiA0NHB4O1xuICB9XG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWRpZ2l0YWwgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMzBweCAhaW1wb3J0YW50O1xuICB9XG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWRpZ2l0YWwgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMzBweCAhaW1wb3J0YW50O1xuICB9XG4gIC5nZC1kaWdpdGFsLWlucHV0cyAuaWNvbiB7XG4gICAgZm9udC1zaXplOiAxM3B4O1xuICB9XG59XG4iXX0= */" +module.exports = ".gd-signature-list-wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-flex: 1;\n flex: 1;\n overflow: auto;\n height: 100%;\n}\n.gd-signature-list-scroll {\n display: block;\n overflow-x: hidden;\n overflow-y: auto !important;\n}\n.gd-signature-item {\n width: 100%;\n cursor: pointer;\n position: relative;\n min-height: 68px;\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n background-color: rgba(255, 255, 255);\n}\n.gd-signature-item .icon {\n font-size: 15px;\n color: #676767;\n cursor: pointer;\n}\n.gd-signature-item .gd-signature-trash-icon {\n -webkit-box-flex: 0;\n flex: 0 0 70px;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n}\n.gd-signature-item .gd-signature-name {\n max-width: 130px;\n font-size: 13px;\n color: rgba(0, 0, 0, 0.36);\n cursor: pointer;\n text-overflow: ellipsis;\n white-space: nowrap;\n display: block;\n overflow: hidden;\n}\n.gd-signature-item .gd-signature-thumbnail {\n -webkit-box-flex: 0;\n flex: 0 0 70px;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n width: auto;\n}\n.gd-signature-item .gd-signature-thumbnail .icon {\n font-size: 30px;\n padding: 0;\n margin: 0px;\n opacity: 0.25;\n}\n.gd-signature-item .gd-signature-title {\n -webkit-box-flex: 1;\n flex: 1;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: start;\n justify-content: flex-start;\n padding-left: 7px;\n}\n.gd-signature-item .gd-signature-thumbnail-text,\n.gd-signature-item .gd-signature-thumbnail-image,\n.gd-signature-item .gd-signature-thumbnail-hand {\n max-width: 70px;\n height: 41px;\n}\n.gd-signature-item .gd-signature-thumbnail-image {\n min-width: 41px;\n max-width: 70px;\n}\n.gd-signature-item .gd-signature-thumbnail-image {\n min-width: 41px;\n max-width: 70px;\n}\n.gd-signature-item .gd-signature-thumbnail-qrCode,\n.gd-signature-item .gd-signature-thumbnail-barCode {\n max-width: 70px;\n height: 44px;\n}\n.gd-signature-item .gd-signature-thumbnail-stamp {\n max-width: 70px;\n height: 48px;\n}\n.gd-signature-item .gd-signature-title.text {\n padding-left: 16px;\n}\n.gd-signature-list {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n width: inherit;\n background-color: #e7e7e7;\n}\n.gd-signature {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n width: 100%;\n background-color: rgba(255, 255, 255, 0.75);\n margin-bottom: 2px;\n}\n.gd-signature-empty-list {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n text-align: center;\n color: #ACACAC;\n -webkit-box-pack: center;\n justify-content: center;\n width: 350px;\n height: 250px;\n}\n.gd-signature-empty-list .icon {\n font-size: 60px;\n}\n.gd-signature-empty-list i {\n font-size: 60px;\n padding: 87px 97px 0px;\n}\n.gd-empty-list-text {\n padding: 18px 38px 0px;\n font-size: 12px;\n}\n.gd-digital-input-wrapper {\n margin: 9px 8px 7px 8px;\n display: -webkit-box;\n display: flex;\n border: 5px #DDD;\n}\n.gd-sign-digital {\n height: 27px;\n background-color: #969696;\n margin: 9px 8px 7px 8px;\n display: -webkit-box;\n display: flex;\n color: #ffffff;\n font-size: 13px;\n box-shadow: 0 0 3px #ddd;\n cursor: pointer;\n padding-top: 5px;\n padding-left: 10px;\n}\n.digital-apply {\n padding-left: 10px;\n}\n.gd-sign-digital.active {\n background-color: #25c2d4;\n}\n.gd-digital-inputs input {\n width: 100%;\n height: 27px;\n padding-left: 28px;\n}\n.gd-digital-inputs .icon {\n position: absolute;\n font-size: 12px;\n margin: 7px 0px 7px 7px;\n color: #ccc !important;\n}\n@media (max-width: 1037px) {\n .gd-signature-thumbnail-text,\n .gd-signature-thumbnail-image,\n .gd-signature-thumbnail-hand {\n margin: 0;\n }\n .gd-signature-thumbnail-image {\n width: 44px;\n height: 44px;\n }\n .gd-signature-item .gd-signature-name {\n font-size: 13px;\n }\n .gd-signature-item .icon {\n font-size: 15px;\n }\n .gd-signature-thumbnail-text,\n .gd-signature-thumbnail-image,\n .gd-signature-thumbnail-hand {\n margin: 0;\n }\n .gd-signature-thumbnail-image {\n width: 44px;\n height: 44px;\n }\n .gd-signature-thumbnail-digital .icon {\n font-size: 30px !important;\n }\n .gd-signature-thumbnail-digital .icon {\n font-size: 30px !important;\n }\n .gd-digital-inputs .icon {\n font-size: 13px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWxpc3QtcGFuZWwvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS1saXN0LXBhbmVsL3NpZ25hdHVyZS1saXN0LXBhbmVsLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtbGlzdC1wYW5lbC9zaWduYXR1cmUtbGlzdC1wYW5lbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLG1CQUFBO1VBQUEsT0FBQTtFQUNBLGNBQUE7RUFDQSxZQUFBO0FDREY7QURJQTtFQUNFLGNBQUE7RUFDQSxrQkFBQTtFQUNBLDJCQUFBO0FDRkY7QURLQTtFQUNFLFdBQUE7RUFDQSxlQUFBO0VBQ0Esa0JBQUE7RUFDQSxnQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtFQUNBLHFDQUFBO0FDSEY7QURKQTtFQVVJLGVBQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtBQ0hKO0FEVEE7RUFnQkksbUJBQUE7VUFBQSxjQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7QUNKSjtBRGZBO0VBdUJJLGdCQUFBO0VBQ0EsZUFBQTtFQUNBLDBCQUFBO0VBQ0EsZUFBQTtFQUNBLHVCQUFBO0VBQ0EsbUJBQUE7RUFDQSxjQUFBO0VBQ0EsZ0JBQUE7QUNMSjtBRHpCQTtFQWtDSSxtQkFBQTtVQUFBLGNBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLFdBQUE7QUNOSjtBRGhDQTtFQXlDTSxlQUFBO0VBQ0EsVUFBQTtFQUNBLFdBQUE7RUFDQSxhQUFBO0FDTk47QUR0Q0E7RUFpREksbUJBQUE7VUFBQSxPQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHVCQUFBO1VBQUEsMkJBQUE7RUFDQSxpQkFBQTtBQ1JKO0FEN0NBOzs7RUF5REksZUFBQTtFQUNBLFlBQUE7QUNQSjtBRG5EQTtFQThESSxlQUFBO0VBQ0EsZUFBQTtBQ1JKO0FEdkRBO0VBbUVJLGVBQUE7RUFDQSxlQUFBO0FDVEo7QUQzREE7O0VBd0VJLGVBQUE7RUFDQSxZQUFBO0FDVEo7QURoRUE7RUE2RUksZUFBQTtFQUNBLFlBQUE7QUNWSjtBRHBFQTtFQWtGSSxrQkFBQTtBQ1hKO0FEZUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxjQUFBO0VBQ0EseUJBQUE7QUNiRjtBRGdCQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLFdBQUE7RUFDQSwyQ0FBQTtFQUNBLGtCQUFBO0FDZEY7QURpQkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxrQkFBQTtFQUNBLGNBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EsWUFBQTtFQUNBLGFBQUE7QUNmRjtBRFFBO0VBVUksZUFBQTtBQ2ZKO0FEbUJBO0VBQ0UsZUFBQTtFQUNBLHNCQUFBO0FDakJGO0FEb0JBO0VBQ0Usc0JBQUE7RUFDQSxlQUFBO0FDbEJGO0FEcUJBO0VBQ0UsdUJBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxnQkFBQTtBQ25CRjtBRHNCQTtFQUNFLFlBQUE7RUFDQSx5QkFBQTtFQUNBLHVCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsY0FBQTtFQUNBLGVBQUE7RUFDQSx3QkFBQTtFQUNBLGVBQUE7RUFDQSxnQkFBQTtFQUNBLGtCQUFBO0FDcEJGO0FEdUJBO0VBQ0Usa0JBQUE7QUNyQkY7QUR3QkE7RUFDRSx5QkFBQTtBQ3RCRjtBRHlCQTtFQUNFLFdBQUE7RUFDQSxZQUFBO0VBQ0Esa0JBQUE7QUN2QkY7QUQwQkE7RUFFSSxrQkFBQTtFQUNBLGVBQUE7RUFDQSx1QkFBQTtFQUNBLHNCQUFBO0FDekJKO0FENkJBO0VBQ0U7OztJQUNFLFNBQUE7RUN6QkY7RUQ0QkE7SUFDRSxXQUFBO0lBQ0EsWUFBQTtFQzFCRjtFRDZCQTtJQUNFLGVBQUE7RUMzQkY7RUQ4QkE7SUFDRSxlQUFBO0VDNUJGO0VEK0JBOzs7SUFDRSxTQUFBO0VDM0JGO0VEOEJBO0lBQ0UsV0FBQTtJQUNBLFlBQUE7RUM1QkY7RUQrQkE7SUFDRSwwQkFBQTtFQzdCRjtFRGdDQTtJQUVJLDBCQUFBO0VDL0JKO0VEbUNBO0lBRUksZUFBQTtFQ2xDSjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWxpc3QtcGFuZWwvc2lnbmF0dXJlLWxpc3QtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLXNpZ25hdHVyZS1saXN0LXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBmbGV4OiAxO1xuICBvdmVyZmxvdzogYXV0bztcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4uZ2Qtc2lnbmF0dXJlLWxpc3Qtc2Nyb2xsIHtcbiAgZGlzcGxheTogYmxvY2s7XG4gIG92ZXJmbG93LXg6IGhpZGRlbjtcbiAgb3ZlcmZsb3cteTogYXV0byAhaW1wb3J0YW50O1xufVxuXG4uZ2Qtc2lnbmF0dXJlLWl0ZW0ge1xuICB3aWR0aDogMTAwJTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIG1pbi1oZWlnaHQ6IDY4cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMjU1LCAyNTUsIDI1NSk7XG5cbiAgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMTVweDtcbiAgICBjb2xvcjogIzY3Njc2NztcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRyYXNoLWljb24ge1xuICAgIGZsZXg6IDAgMCA3MHB4O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtbmFtZSB7XG4gICAgbWF4LXdpZHRoOiAxMzBweDtcbiAgICBmb250LXNpemU6IDEzcHg7XG4gICAgY29sb3I6IHJnYmEoMCwgMCwgMCwgMC4zNik7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsIHtcbiAgICBmbGV4OiAwIDAgNzBweDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgd2lkdGg6IGF1dG87XG5cbiAgICAuaWNvbiB7XG4gICAgICBmb250LXNpemU6IDMwcHg7XG4gICAgICBwYWRkaW5nOiAwO1xuICAgICAgbWFyZ2luOiAwcHg7XG4gICAgICBvcGFjaXR5OiAwLjI1O1xuICAgIH1cbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGl0bGUge1xuICAgIGZsZXg6IDE7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGp1c3RpZnktY29udGVudDogZmxleC1zdGFydDtcbiAgICBwYWRkaW5nLWxlZnQ6IDdweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLXRleHQsIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlLCAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1oYW5kIHtcbiAgICBtYXgtd2lkdGg6IDcwcHg7XG4gICAgaGVpZ2h0OiA0MXB4O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2Uge1xuICAgIG1pbi13aWR0aDogNDFweDtcbiAgICBtYXgtd2lkdGg6IDcwcHg7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gICAgbWluLXdpZHRoOiA0MXB4O1xuICAgIG1heC13aWR0aDogNzBweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLXFyQ29kZSwgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtYmFyQ29kZSB7XG4gICAgbWF4LXdpZHRoOiA3MHB4O1xuICAgIGhlaWdodDogNDRweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLXN0YW1wIHtcbiAgICBtYXgtd2lkdGg6IDcwcHg7XG4gICAgaGVpZ2h0OiA0OHB4O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS10aXRsZS50ZXh0IHtcbiAgICBwYWRkaW5nLWxlZnQ6IDE2cHg7XG4gIH1cbn1cblxuLmdkLXNpZ25hdHVyZS1saXN0IHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgd2lkdGg6IGluaGVyaXQ7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG59XG5cbi5nZC1zaWduYXR1cmUge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aDogMTAwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyNTUsIDI1NSwgMjU1LCAwLjc1KTtcbiAgbWFyZ2luLWJvdHRvbTogMnB4O1xufVxuXG4uZ2Qtc2lnbmF0dXJlLWVtcHR5LWxpc3Qge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjQUNBQ0FDO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgd2lkdGg6IDM1MHB4O1xuICBoZWlnaHQ6IDI1MHB4O1xuXG4gIC5pY29uIHtcbiAgICBmb250LXNpemU6IDYwcHg7XG4gIH1cbn1cblxuLmdkLXNpZ25hdHVyZS1lbXB0eS1saXN0IGkge1xuICBmb250LXNpemU6IDYwcHg7XG4gIHBhZGRpbmc6IDg3cHggOTdweCAwcHg7XG59XG5cbi5nZC1lbXB0eS1saXN0LXRleHQge1xuICBwYWRkaW5nOiAxOHB4IDM4cHggMHB4O1xuICBmb250LXNpemU6IDEycHg7XG59XG5cbi5nZC1kaWdpdGFsLWlucHV0LXdyYXBwZXIge1xuICBtYXJnaW46IDlweCA4cHggN3B4IDhweDtcbiAgZGlzcGxheTogZmxleDtcbiAgYm9yZGVyOiA1cHggI0RERDtcbn1cblxuLmdkLXNpZ24tZGlnaXRhbCB7XG4gIGhlaWdodDogMjdweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzk2OTY5NjtcbiAgbWFyZ2luOiA5cHggOHB4IDdweCA4cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGNvbG9yOiAjZmZmZmZmO1xuICBmb250LXNpemU6IDEzcHg7XG4gIGJveC1zaGFkb3c6IDAgMCAzcHggI2RkZDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwYWRkaW5nLXRvcDogNXB4O1xuICBwYWRkaW5nLWxlZnQ6IDEwcHg7XG59XG5cbi5kaWdpdGFsLWFwcGx5IHtcbiAgcGFkZGluZy1sZWZ0OiAxMHB4O1xufVxuXG4uZ2Qtc2lnbi1kaWdpdGFsLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6IEBuYXYtbG9nby1iYWNrZ3JvdW5kO1xufVxuXG4uZ2QtZGlnaXRhbC1pbnB1dHMgaW5wdXQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAyN3B4O1xuICBwYWRkaW5nLWxlZnQ6IDI4cHg7XG59XG5cbi5nZC1kaWdpdGFsLWlucHV0cyB7XG4gIC5pY29uIHtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgZm9udC1zaXplOiAxMnB4O1xuICAgIG1hcmdpbjogN3B4IDBweCA3cHggN3B4O1xuICAgIGNvbG9yOiAjY2NjICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtdGV4dCwgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2UsIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWhhbmQge1xuICAgIG1hcmdpbjogMDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlIHtcbiAgICB3aWR0aDogNDRweDtcbiAgICBoZWlnaHQ6IDQ0cHg7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS1uYW1lIHtcbiAgICBmb250LXNpemU6IDEzcHg7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLWl0ZW0gLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMTVweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLXRleHQsIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlLCAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1oYW5kIHtcbiAgICBtYXJnaW46IDA7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gICAgd2lkdGg6IDQ0cHg7XG4gICAgaGVpZ2h0OiA0NHB4O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtZGlnaXRhbCAuaWNvbiB7XG4gICAgZm9udC1zaXplOiAzMHB4ICFpbXBvcnRhbnQ7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1kaWdpdGFsIHtcbiAgICAuaWNvbiB7XG4gICAgICBmb250LXNpemU6IDMwcHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICAuZ2QtZGlnaXRhbC1pbnB1dHMge1xuICAgIC5pY29uIHtcbiAgICAgIGZvbnQtc2l6ZTogMTNweDtcbiAgICB9XG4gIH1cblxufVxuIiwiLmdkLXNpZ25hdHVyZS1saXN0LXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBmbGV4OiAxO1xuICBvdmVyZmxvdzogYXV0bztcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLmdkLXNpZ25hdHVyZS1saXN0LXNjcm9sbCB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBvdmVyZmxvdy14OiBoaWRkZW47XG4gIG92ZXJmbG93LXk6IGF1dG8gIWltcG9ydGFudDtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSB7XG4gIHdpZHRoOiAxMDAlO1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgbWluLWhlaWdodDogNjhweDtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyNTUsIDI1NSwgMjU1KTtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuaWNvbiB7XG4gIGZvbnQtc2l6ZTogMTVweDtcbiAgY29sb3I6ICM2NzY3Njc7XG4gIGN1cnNvcjogcG9pbnRlcjtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRyYXNoLWljb24ge1xuICBmbGV4OiAwIDAgNzBweDtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS1uYW1lIHtcbiAgbWF4LXdpZHRoOiAxMzBweDtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBjb2xvcjogcmdiYSgwLCAwLCAwLCAwLjM2KTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgZGlzcGxheTogYmxvY2s7XG4gIG92ZXJmbG93OiBoaWRkZW47XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS10aHVtYm5haWwge1xuICBmbGV4OiAwIDAgNzBweDtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIHdpZHRoOiBhdXRvO1xufVxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsIC5pY29uIHtcbiAgZm9udC1zaXplOiAzMHB4O1xuICBwYWRkaW5nOiAwO1xuICBtYXJnaW46IDBweDtcbiAgb3BhY2l0eTogMC4yNTtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRpdGxlIHtcbiAgZmxleDogMTtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBmbGV4LXN0YXJ0O1xuICBwYWRkaW5nLWxlZnQ6IDdweDtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC10ZXh0LFxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlLFxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWhhbmQge1xuICBtYXgtd2lkdGg6IDcwcHg7XG4gIGhlaWdodDogNDFweDtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gIG1pbi13aWR0aDogNDFweDtcbiAgbWF4LXdpZHRoOiA3MHB4O1xufVxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlIHtcbiAgbWluLXdpZHRoOiA0MXB4O1xuICBtYXgtd2lkdGg6IDcwcHg7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtcXJDb2RlLFxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWJhckNvZGUge1xuICBtYXgtd2lkdGg6IDcwcHg7XG4gIGhlaWdodDogNDRweDtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1zdGFtcCB7XG4gIG1heC13aWR0aDogNzBweDtcbiAgaGVpZ2h0OiA0OHB4O1xufVxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGl0bGUudGV4dCB7XG4gIHBhZGRpbmctbGVmdDogMTZweDtcbn1cbi5nZC1zaWduYXR1cmUtbGlzdCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiBpbmhlcml0O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTdlN2U3O1xufVxuLmdkLXNpZ25hdHVyZSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiAxMDAlO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNzUpO1xuICBtYXJnaW4tYm90dG9tOiAycHg7XG59XG4uZ2Qtc2lnbmF0dXJlLWVtcHR5LWxpc3Qge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjQUNBQ0FDO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgd2lkdGg6IDM1MHB4O1xuICBoZWlnaHQ6IDI1MHB4O1xufVxuLmdkLXNpZ25hdHVyZS1lbXB0eS1saXN0IC5pY29uIHtcbiAgZm9udC1zaXplOiA2MHB4O1xufVxuLmdkLXNpZ25hdHVyZS1lbXB0eS1saXN0IGkge1xuICBmb250LXNpemU6IDYwcHg7XG4gIHBhZGRpbmc6IDg3cHggOTdweCAwcHg7XG59XG4uZ2QtZW1wdHktbGlzdC10ZXh0IHtcbiAgcGFkZGluZzogMThweCAzOHB4IDBweDtcbiAgZm9udC1zaXplOiAxMnB4O1xufVxuLmdkLWRpZ2l0YWwtaW5wdXQtd3JhcHBlciB7XG4gIG1hcmdpbjogOXB4IDhweCA3cHggOHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBib3JkZXI6IDVweCAjREREO1xufVxuLmdkLXNpZ24tZGlnaXRhbCB7XG4gIGhlaWdodDogMjdweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzk2OTY5NjtcbiAgbWFyZ2luOiA5cHggOHB4IDdweCA4cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGNvbG9yOiAjZmZmZmZmO1xuICBmb250LXNpemU6IDEzcHg7XG4gIGJveC1zaGFkb3c6IDAgMCAzcHggI2RkZDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwYWRkaW5nLXRvcDogNXB4O1xuICBwYWRkaW5nLWxlZnQ6IDEwcHg7XG59XG4uZGlnaXRhbC1hcHBseSB7XG4gIHBhZGRpbmctbGVmdDogMTBweDtcbn1cbi5nZC1zaWduLWRpZ2l0YWwuYWN0aXZlIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzI1YzJkNDtcbn1cbi5nZC1kaWdpdGFsLWlucHV0cyBpbnB1dCB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDI3cHg7XG4gIHBhZGRpbmctbGVmdDogMjhweDtcbn1cbi5nZC1kaWdpdGFsLWlucHV0cyAuaWNvbiB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgZm9udC1zaXplOiAxMnB4O1xuICBtYXJnaW46IDdweCAwcHggN3B4IDdweDtcbiAgY29sb3I6ICNjY2MgIWltcG9ydGFudDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtdGV4dCxcbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2UsXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWhhbmQge1xuICAgIG1hcmdpbjogMDtcbiAgfVxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gICAgd2lkdGg6IDQ0cHg7XG4gICAgaGVpZ2h0OiA0NHB4O1xuICB9XG4gIC5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLW5hbWUge1xuICAgIGZvbnQtc2l6ZTogMTNweDtcbiAgfVxuICAuZ2Qtc2lnbmF0dXJlLWl0ZW0gLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMTVweDtcbiAgfVxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC10ZXh0LFxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSxcbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaGFuZCB7XG4gICAgbWFyZ2luOiAwO1xuICB9XG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlIHtcbiAgICB3aWR0aDogNDRweDtcbiAgICBoZWlnaHQ6IDQ0cHg7XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtZGlnaXRhbCAuaWNvbiB7XG4gICAgZm9udC1zaXplOiAzMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtZGlnaXRhbCAuaWNvbiB7XG4gICAgZm9udC1zaXplOiAzMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgLmdkLWRpZ2l0YWwtaW5wdXRzIC5pY29uIHtcbiAgICBmb250LXNpemU6IDEzcHg7XG4gIH1cbn1cbiJdfQ== */" /***/ }), /***/ "../../libs/signature/src/lib/signature-list-panel/signature-list-panel.component.ts": -/*!************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-list-panel/signature-list-panel.component.ts ***! - \************************************************************************************************************************************/ +/*!************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-list-panel/signature-list-panel.component.ts ***! + \************************************************************************************************************************/ /*! exports provided: SignatureListPanelComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -13944,9 +18045,9 @@ var SignatureListPanelComponent = /** @class */ (function () { /***/ }), /***/ "../../libs/signature/src/lib/signature-models.ts": -/*!*************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-models.ts ***! - \*************************************************************************************************/ +/*!*************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-models.ts ***! + \*************************************************************************************/ /*! exports provided: Signature, SignatureType, FileListWithParams, OpticalCodeModel, DraggableSignature, Position, SignatureData, DigitalSign, AddedSignature, SignatureProps, RemoveSign, CopySign, CopyChanges, StampCanvasProps, Border, Downloads */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -14177,9 +18278,9 @@ var Downloads = /** @class */ (function () { /***/ }), /***/ "../../libs/signature/src/lib/signature-tab-activator.service.ts": -/*!****************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-tab-activator.service.ts ***! - \****************************************************************************************************************/ +/*!****************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-tab-activator.service.ts ***! + \****************************************************************************************************/ /*! exports provided: SignatureTabActivatorService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -14200,121 +18301,12 @@ var SignatureTabActivatorService = /** @class */ (function (_super) { -/***/ }), - -/***/ "../../libs/signature/src/lib/signature-tab/signature-tab.component.less": -/*!************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-tab/signature-tab.component.less ***! - \************************************************************************************************************************/ -/*! no static exports found */ -/***/ (function(module, exports) { - -module.exports = ".gd-tab {\n font-size: 14px;\n color: #3E4E5A;\n cursor: pointer;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: center;\n justify-content: center;\n min-width: 36px;\n height: 36px;\n text-align: center;\n position: relative;\n white-space: nowrap;\n padding: 0 !important;\n margin: 0 10px;\n}\n.gd-tab.active {\n background-color: #ACACAC;\n color: #FFFFFF !important;\n font-weight: bold;\n}\n.gd-tab ::ng-deep .tooltip {\n font-size: 12px;\n margin: 20px -57px;\n}\n.gd-tab .title {\n margin: auto 23px;\n}\n@media (max-width: 1037px) {\n .gd-tab {\n font-size: 20px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtdGFiL3NpZ25hdHVyZS10YWIuY29tcG9uZW50Lmxlc3MiLCJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS10YWIvc2lnbmF0dXJlLXRhYi5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLGVBQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtFQUNBLGtCQUFBO0VBQ0EsbUJBQUE7RUFDQSxxQkFBQTtFQUNBLGNBQUE7QUNERjtBREdFO0VBQ0UseUJBQUE7RUFDQSx5QkFBQTtFQUNBLGlCQUFBO0FDREo7QURqQkE7RUFzQkksZUFBQTtFQUNBLGtCQUFBO0FDRko7QURyQkE7RUEyQkksaUJBQUE7QUNISjtBRE9BO0VBQ0U7SUFDRSxlQUFBO0VDTEY7QUFDRiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS10YWIvc2lnbmF0dXJlLXRhYi5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uZ2QtdGFiIHtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBjb2xvcjogQHByaW1hcnk7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIG1pbi13aWR0aDogMzZweDtcbiAgaGVpZ2h0OiAzNnB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgcGFkZGluZzogMCAhaW1wb3J0YW50O1xuICBtYXJnaW46IDAgMTBweDtcblxuICAmLmFjdGl2ZSB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI0FDQUNBQztcbiAgICBjb2xvcjogI0ZGRkZGRiAhaW1wb3J0YW50O1xuICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICB9XG5cbiAgOjpuZy1kZWVwIC50b29sdGlwIHtcbiAgICBmb250LXNpemU6IDEycHg7XG4gICAgbWFyZ2luOiAyMHB4IC01N3B4O1xuICB9XG5cbiAgLnRpdGxlIHtcbiAgICBtYXJnaW46IGF1dG8gMjNweDtcbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuZ2QtdGFiIHtcbiAgICBmb250LXNpemU6IDIwcHg7XG4gIH1cbn1cbiIsIi5nZC10YWIge1xuICBmb250LXNpemU6IDE0cHg7XG4gIGNvbG9yOiAjM0U0RTVBO1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBtaW4td2lkdGg6IDM2cHg7XG4gIGhlaWdodDogMzZweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gIHBhZGRpbmc6IDAgIWltcG9ydGFudDtcbiAgbWFyZ2luOiAwIDEwcHg7XG59XG4uZ2QtdGFiLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNBQ0FDQUM7XG4gIGNvbG9yOiAjRkZGRkZGICFpbXBvcnRhbnQ7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xufVxuLmdkLXRhYiA6Om5nLWRlZXAgLnRvb2x0aXAge1xuICBmb250LXNpemU6IDEycHg7XG4gIG1hcmdpbjogMjBweCAtNTdweDtcbn1cbi5nZC10YWIgLnRpdGxlIHtcbiAgbWFyZ2luOiBhdXRvIDIzcHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5nZC10YWIge1xuICAgIGZvbnQtc2l6ZTogMjBweDtcbiAgfVxufVxuIl19 */" - -/***/ }), - -/***/ "../../libs/signature/src/lib/signature-tab/signature-tab.component.ts": -/*!**********************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-tab/signature-tab.component.ts ***! - \**********************************************************************************************************************/ -/*! exports provided: SignatureTabComponent */ -/***/ (function(module, __webpack_exports__, __webpack_require__) { - -"use strict"; -__webpack_require__.r(__webpack_exports__); -/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SignatureTabComponent", function() { return SignatureTabComponent; }); -/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); -/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "../../node_modules/@angular/core/fesm5/core.js"); -/* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm5/groupdocs.examples.angular-common-components.js"); -/* harmony import */ var _signature_tab_activator_service__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../signature-tab-activator.service */ "../../libs/signature/src/lib/signature-tab-activator.service.ts"); - - - - -var SignatureTabComponent = /** @class */ (function () { - function SignatureTabComponent(_tabActivatorService, _modalService, _excMessageService) { - var _this = this; - this._tabActivatorService = _tabActivatorService; - this._modalService = _modalService; - this._excMessageService = _excMessageService; - this.disabled = false; - this.activeTab = new _angular_core__WEBPACK_IMPORTED_MODULE_1__["EventEmitter"](); - this.active = false; - this.showToolTip = false; - this._tabActivatorService.activeTabChange.subscribe(function (tabId) { - _this.activation(tabId); - }); - } - SignatureTabComponent.prototype.activation = function (tabId) { - if (this.id === tabId) { - this.active = !this.active; - if (this.active) { - this.activeTab.emit(this.id); - } - else { - this.activeTab.emit(""); - } - } - else { - this.active = false; - } - }; - SignatureTabComponent.prototype.ngOnInit = function () { - }; - SignatureTabComponent.prototype.toggleTab = function () { - if (this.disabled) { - this._modalService.open(_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["CommonModals"].ErrorMessage); - this._excMessageService.changeMessage("Please open document first"); - return; - } - this._tabActivatorService.changeActiveTab(this.id); - }; - SignatureTabComponent.ctorParameters = function () { return [ - { type: _signature_tab_activator_service__WEBPACK_IMPORTED_MODULE_3__["SignatureTabActivatorService"] }, - { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["ModalService"] }, - { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["ExceptionMessageService"] } - ]; }; - tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ - Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), - tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", String) - ], SignatureTabComponent.prototype, "id", void 0); - tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ - Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), - tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", String) - ], SignatureTabComponent.prototype, "icon", void 0); - tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ - Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), - tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Object) - ], SignatureTabComponent.prototype, "disabled", void 0); - tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ - Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), - tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", String) - ], SignatureTabComponent.prototype, "tooltip", void 0); - tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ - Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Output"])(), - tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Object) - ], SignatureTabComponent.prototype, "activeTab", void 0); - SignatureTabComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ - Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ - selector: 'gd-signature-tab', - template: __webpack_require__(/*! raw-loader!./signature-tab.component.html */ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/signature-tab/signature-tab.component.html"), - styles: [__webpack_require__(/*! ./signature-tab.component.less */ "../../libs/signature/src/lib/signature-tab/signature-tab.component.less")] - }), - tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", [_signature_tab_activator_service__WEBPACK_IMPORTED_MODULE_3__["SignatureTabActivatorService"], - _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["ModalService"], - _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_2__["ExceptionMessageService"]]) - ], SignatureTabComponent); - return SignatureTabComponent; -}()); - - - /***/ }), /***/ "../../libs/signature/src/lib/signature.module.ts": -/*!*************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature.module.ts ***! - \*************************************************************************************************/ +/*!*************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature.module.ts ***! + \*************************************************************************************/ /*! exports provided: initializeApp, setupLoadingInterceptor, SignatureModule */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -14336,28 +18328,26 @@ __webpack_require__.r(__webpack_exports__); /* harmony import */ var _fortawesome_fontawesome_svg_core__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! @fortawesome/fontawesome-svg-core */ "../../node_modules/@fortawesome/fontawesome-svg-core/index.es.js"); /* harmony import */ var _fortawesome_free_solid_svg_icons__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! @fortawesome/free-solid-svg-icons */ "../../node_modules/@fortawesome/free-solid-svg-icons/index.es.js"); /* harmony import */ var _fortawesome_free_regular_svg_icons__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! @fortawesome/free-regular-svg-icons */ "../../node_modules/@fortawesome/free-regular-svg-icons/index.es.js"); -/* harmony import */ var _signature_tab_signature_tab_component__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./signature-tab/signature-tab.component */ "../../libs/signature/src/lib/signature-tab/signature-tab.component.ts"); -/* harmony import */ var _new_bar_qr_code_new_bar_qr_code_component__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./new-bar-qr-code/new-bar-qr-code.component */ "../../libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.ts"); -/* harmony import */ var _upload_signature_upload_signature_component__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./upload-signature/upload-signature.component */ "../../libs/signature/src/lib/upload-signature/upload-signature.component.ts"); -/* harmony import */ var _dnd_signature_directive__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./dnd-signature.directive */ "../../libs/signature/src/lib/dnd-signature.directive.ts"); -/* harmony import */ var _signature_signature_component__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./signature/signature.component */ "../../libs/signature/src/lib/signature/signature.component.ts"); -/* harmony import */ var _select_signature_service__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./select-signature.service */ "../../libs/signature/src/lib/select-signature.service.ts"); -/* harmony import */ var _drag_signature_service__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./drag-signature.service */ "../../libs/signature/src/lib/drag-signature.service.ts"); -/* harmony import */ var _remove_signature_service__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./remove-signature.service */ "../../libs/signature/src/lib/remove-signature.service.ts"); -/* harmony import */ var _active_signature_service__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./active-signature.service */ "../../libs/signature/src/lib/active-signature.service.ts"); -/* harmony import */ var _canvas_canvas_component__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ./canvas/canvas.component */ "../../libs/signature/src/lib/canvas/canvas.component.ts"); -/* harmony import */ var _stamp_canvas_stamp_canvas_component__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./stamp-canvas/stamp-canvas.component */ "../../libs/signature/src/lib/stamp-canvas/stamp-canvas.component.ts"); -/* harmony import */ var _active_canvas_service__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ./active-canvas.service */ "../../libs/signature/src/lib/active-canvas.service.ts"); -/* harmony import */ var _remove_canvas_service__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ./remove-canvas.service */ "../../libs/signature/src/lib/remove-canvas.service.ts"); -/* harmony import */ var _signatures_holder_service__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ./signatures-holder.service */ "../../libs/signature/src/lib/signatures-holder.service.ts"); -/* harmony import */ var _signature_tab_activator_service__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ./signature-tab-activator.service */ "../../libs/signature/src/lib/signature-tab-activator.service.ts"); -/* harmony import */ var _signature_left_panel_signature_left_panel_component__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! ./signature-left-panel/signature-left-panel.component */ "../../libs/signature/src/lib/signature-left-panel/signature-left-panel.component.ts"); -/* harmony import */ var _hand_modal_hand_modal_component__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! ./hand-modal/hand-modal.component */ "../../libs/signature/src/lib/hand-modal/hand-modal.component.ts"); -/* harmony import */ var _stamp_modal_stamp_modal_component__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! ./stamp-modal/stamp-modal.component */ "../../libs/signature/src/lib/stamp-modal/stamp-modal.component.ts"); -/* harmony import */ var _copy_signature_service__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(/*! ./copy-signature.service */ "../../libs/signature/src/lib/copy-signature.service.ts"); -/* harmony import */ var ng_click_outside__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(/*! ng-click-outside */ "../../node_modules/ng-click-outside/lib/index.js"); -/* harmony import */ var ng_click_outside__WEBPACK_IMPORTED_MODULE_32___default = /*#__PURE__*/__webpack_require__.n(ng_click_outside__WEBPACK_IMPORTED_MODULE_32__); - +/* harmony import */ var _new_bar_qr_code_new_bar_qr_code_component__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./new-bar-qr-code/new-bar-qr-code.component */ "../../libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.ts"); +/* harmony import */ var _upload_signature_upload_signature_component__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./upload-signature/upload-signature.component */ "../../libs/signature/src/lib/upload-signature/upload-signature.component.ts"); +/* harmony import */ var _dnd_signature_directive__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./dnd-signature.directive */ "../../libs/signature/src/lib/dnd-signature.directive.ts"); +/* harmony import */ var _signature_signature_component__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./signature/signature.component */ "../../libs/signature/src/lib/signature/signature.component.ts"); +/* harmony import */ var _select_signature_service__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./select-signature.service */ "../../libs/signature/src/lib/select-signature.service.ts"); +/* harmony import */ var _drag_signature_service__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./drag-signature.service */ "../../libs/signature/src/lib/drag-signature.service.ts"); +/* harmony import */ var _remove_signature_service__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./remove-signature.service */ "../../libs/signature/src/lib/remove-signature.service.ts"); +/* harmony import */ var _active_signature_service__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./active-signature.service */ "../../libs/signature/src/lib/active-signature.service.ts"); +/* harmony import */ var _canvas_canvas_component__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./canvas/canvas.component */ "../../libs/signature/src/lib/canvas/canvas.component.ts"); +/* harmony import */ var _stamp_canvas_stamp_canvas_component__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ./stamp-canvas/stamp-canvas.component */ "../../libs/signature/src/lib/stamp-canvas/stamp-canvas.component.ts"); +/* harmony import */ var _active_canvas_service__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./active-canvas.service */ "../../libs/signature/src/lib/active-canvas.service.ts"); +/* harmony import */ var _remove_canvas_service__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ./remove-canvas.service */ "../../libs/signature/src/lib/remove-canvas.service.ts"); +/* harmony import */ var _signatures_holder_service__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ./signatures-holder.service */ "../../libs/signature/src/lib/signatures-holder.service.ts"); +/* harmony import */ var _signature_tab_activator_service__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ./signature-tab-activator.service */ "../../libs/signature/src/lib/signature-tab-activator.service.ts"); +/* harmony import */ var _signature_left_panel_signature_left_panel_component__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ./signature-left-panel/signature-left-panel.component */ "../../libs/signature/src/lib/signature-left-panel/signature-left-panel.component.ts"); +/* harmony import */ var _hand_modal_hand_modal_component__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! ./hand-modal/hand-modal.component */ "../../libs/signature/src/lib/hand-modal/hand-modal.component.ts"); +/* harmony import */ var _stamp_modal_stamp_modal_component__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! ./stamp-modal/stamp-modal.component */ "../../libs/signature/src/lib/stamp-modal/stamp-modal.component.ts"); +/* harmony import */ var _copy_signature_service__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! ./copy-signature.service */ "../../libs/signature/src/lib/copy-signature.service.ts"); +/* harmony import */ var ng_click_outside__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(/*! ng-click-outside */ "../../node_modules/ng-click-outside/lib/index.js"); +/* harmony import */ var ng_click_outside__WEBPACK_IMPORTED_MODULE_31___default = /*#__PURE__*/__webpack_require__.n(ng_click_outside__WEBPACK_IMPORTED_MODULE_31__); @@ -14415,48 +18405,46 @@ var SignatureModule = /** @class */ (function () { Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["NgModule"])({ declarations: [_signature_app_component__WEBPACK_IMPORTED_MODULE_7__["SignatureAppComponent"], _signature_list_panel_signature_list_panel_component__WEBPACK_IMPORTED_MODULE_8__["SignatureListPanelComponent"], - _signature_tab_signature_tab_component__WEBPACK_IMPORTED_MODULE_13__["SignatureTabComponent"], - _new_bar_qr_code_new_bar_qr_code_component__WEBPACK_IMPORTED_MODULE_14__["NewBarQrCodeComponent"], - _upload_signature_upload_signature_component__WEBPACK_IMPORTED_MODULE_15__["UploadSignatureComponent"], - _dnd_signature_directive__WEBPACK_IMPORTED_MODULE_16__["DndSignatureDirective"], - _signature_signature_component__WEBPACK_IMPORTED_MODULE_17__["Signature"], - _canvas_canvas_component__WEBPACK_IMPORTED_MODULE_22__["CanvasComponent"], - _stamp_canvas_stamp_canvas_component__WEBPACK_IMPORTED_MODULE_23__["StampCanvasComponent"], - _signature_left_panel_signature_left_panel_component__WEBPACK_IMPORTED_MODULE_28__["SignatureLeftPanelComponent"], - _hand_modal_hand_modal_component__WEBPACK_IMPORTED_MODULE_29__["HandModalComponent"], - _stamp_modal_stamp_modal_component__WEBPACK_IMPORTED_MODULE_30__["StampModalComponent"]], + _new_bar_qr_code_new_bar_qr_code_component__WEBPACK_IMPORTED_MODULE_13__["NewBarQrCodeComponent"], + _upload_signature_upload_signature_component__WEBPACK_IMPORTED_MODULE_14__["UploadSignatureComponent"], + _dnd_signature_directive__WEBPACK_IMPORTED_MODULE_15__["DndSignatureDirective"], + _signature_signature_component__WEBPACK_IMPORTED_MODULE_16__["Signature"], + _canvas_canvas_component__WEBPACK_IMPORTED_MODULE_21__["CanvasComponent"], + _stamp_canvas_stamp_canvas_component__WEBPACK_IMPORTED_MODULE_22__["StampCanvasComponent"], + _signature_left_panel_signature_left_panel_component__WEBPACK_IMPORTED_MODULE_27__["SignatureLeftPanelComponent"], + _hand_modal_hand_modal_component__WEBPACK_IMPORTED_MODULE_28__["HandModalComponent"], + _stamp_modal_stamp_modal_component__WEBPACK_IMPORTED_MODULE_29__["StampModalComponent"]], exports: [_signature_app_component__WEBPACK_IMPORTED_MODULE_7__["SignatureAppComponent"], _signature_list_panel_signature_list_panel_component__WEBPACK_IMPORTED_MODULE_8__["SignatureListPanelComponent"], - _signature_tab_signature_tab_component__WEBPACK_IMPORTED_MODULE_13__["SignatureTabComponent"], - _new_bar_qr_code_new_bar_qr_code_component__WEBPACK_IMPORTED_MODULE_14__["NewBarQrCodeComponent"], - _upload_signature_upload_signature_component__WEBPACK_IMPORTED_MODULE_15__["UploadSignatureComponent"], - _dnd_signature_directive__WEBPACK_IMPORTED_MODULE_16__["DndSignatureDirective"], - _signature_signature_component__WEBPACK_IMPORTED_MODULE_17__["Signature"], - _canvas_canvas_component__WEBPACK_IMPORTED_MODULE_22__["CanvasComponent"], - _stamp_canvas_stamp_canvas_component__WEBPACK_IMPORTED_MODULE_23__["StampCanvasComponent"], - _signature_left_panel_signature_left_panel_component__WEBPACK_IMPORTED_MODULE_28__["SignatureLeftPanelComponent"], - _hand_modal_hand_modal_component__WEBPACK_IMPORTED_MODULE_29__["HandModalComponent"], - _stamp_modal_stamp_modal_component__WEBPACK_IMPORTED_MODULE_30__["StampModalComponent"], + _new_bar_qr_code_new_bar_qr_code_component__WEBPACK_IMPORTED_MODULE_13__["NewBarQrCodeComponent"], + _upload_signature_upload_signature_component__WEBPACK_IMPORTED_MODULE_14__["UploadSignatureComponent"], + _dnd_signature_directive__WEBPACK_IMPORTED_MODULE_15__["DndSignatureDirective"], + _signature_signature_component__WEBPACK_IMPORTED_MODULE_16__["Signature"], + _canvas_canvas_component__WEBPACK_IMPORTED_MODULE_21__["CanvasComponent"], + _stamp_canvas_stamp_canvas_component__WEBPACK_IMPORTED_MODULE_22__["StampCanvasComponent"], + _signature_left_panel_signature_left_panel_component__WEBPACK_IMPORTED_MODULE_27__["SignatureLeftPanelComponent"], + _hand_modal_hand_modal_component__WEBPACK_IMPORTED_MODULE_28__["HandModalComponent"], + _stamp_modal_stamp_modal_component__WEBPACK_IMPORTED_MODULE_29__["StampModalComponent"], _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonComponentsModule"]], imports: [_angular_common__WEBPACK_IMPORTED_MODULE_2__["CommonModule"], _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["CommonComponentsModule"], _angular_common_http__WEBPACK_IMPORTED_MODULE_4__["HttpClientModule"], _fortawesome_angular_fontawesome__WEBPACK_IMPORTED_MODULE_9__["FontAwesomeModule"], - ng_click_outside__WEBPACK_IMPORTED_MODULE_32__["ClickOutsideModule"]], + ng_click_outside__WEBPACK_IMPORTED_MODULE_31__["ClickOutsideModule"]], providers: [ _signature_service__WEBPACK_IMPORTED_MODULE_5__["SignatureService"], _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ConfigService"], _signature_config_service__WEBPACK_IMPORTED_MODULE_6__["SignatureConfigService"], - _select_signature_service__WEBPACK_IMPORTED_MODULE_18__["SelectSignatureService"], - _drag_signature_service__WEBPACK_IMPORTED_MODULE_19__["DragSignatureService"], - _remove_signature_service__WEBPACK_IMPORTED_MODULE_20__["RemoveSignatureService"], - _active_signature_service__WEBPACK_IMPORTED_MODULE_21__["ActiveSignatureService"], - _active_canvas_service__WEBPACK_IMPORTED_MODULE_24__["ActiveCanvasService"], - _remove_canvas_service__WEBPACK_IMPORTED_MODULE_25__["RemoveCanvasService"], + _select_signature_service__WEBPACK_IMPORTED_MODULE_17__["SelectSignatureService"], + _drag_signature_service__WEBPACK_IMPORTED_MODULE_18__["DragSignatureService"], + _remove_signature_service__WEBPACK_IMPORTED_MODULE_19__["RemoveSignatureService"], + _active_signature_service__WEBPACK_IMPORTED_MODULE_20__["ActiveSignatureService"], + _active_canvas_service__WEBPACK_IMPORTED_MODULE_23__["ActiveCanvasService"], + _remove_canvas_service__WEBPACK_IMPORTED_MODULE_24__["RemoveCanvasService"], _angular_common__WEBPACK_IMPORTED_MODULE_2__["DatePipe"], - _signatures_holder_service__WEBPACK_IMPORTED_MODULE_26__["SignaturesHolderService"], - _signature_tab_activator_service__WEBPACK_IMPORTED_MODULE_27__["SignatureTabActivatorService"], - _copy_signature_service__WEBPACK_IMPORTED_MODULE_31__["CopySignatureService"], + _signatures_holder_service__WEBPACK_IMPORTED_MODULE_25__["SignaturesHolderService"], + _signature_tab_activator_service__WEBPACK_IMPORTED_MODULE_26__["SignatureTabActivatorService"], + _copy_signature_service__WEBPACK_IMPORTED_MODULE_30__["CopySignatureService"], { provide: _angular_common_http__WEBPACK_IMPORTED_MODULE_4__["HTTP_INTERCEPTORS"], useClass: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ErrorInterceptorService"], @@ -14476,8 +18464,8 @@ var SignatureModule = /** @class */ (function () { } ], entryComponents: [ - _signature_signature_component__WEBPACK_IMPORTED_MODULE_17__["Signature"], - _stamp_canvas_stamp_canvas_component__WEBPACK_IMPORTED_MODULE_23__["StampCanvasComponent"] + _signature_signature_component__WEBPACK_IMPORTED_MODULE_16__["Signature"], + _stamp_canvas_stamp_canvas_component__WEBPACK_IMPORTED_MODULE_22__["StampCanvasComponent"] ] }), tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:paramtypes", []) @@ -14490,9 +18478,9 @@ var SignatureModule = /** @class */ (function () { /***/ }), /***/ "../../libs/signature/src/lib/signature.service.ts": -/*!**************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature.service.ts ***! - \**************************************************************************************************/ +/*!**************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature.service.ts ***! + \**************************************************************************************/ /*! exports provided: SignatureService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -14504,6 +18492,8 @@ __webpack_require__.r(__webpack_exports__); /* harmony import */ var _angular_common_http__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/common/http */ "../../node_modules/@angular/common/fesm5/http.js"); /* harmony import */ var _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @groupdocs.examples.angular/common-components */ "../../dist/libs/common-components/fesm5/groupdocs.examples.angular-common-components.js"); /* harmony import */ var rxjs_operators__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! rxjs/operators */ "../../node_modules/rxjs/_esm5/operators/index.js"); +/* harmony import */ var rxjs__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! rxjs */ "../../node_modules/rxjs/_esm5/index.js"); + @@ -14513,7 +18503,16 @@ var SignatureService = /** @class */ (function () { function SignatureService(_http, _config) { this._http = _http; this._config = _config; + this._observer = new rxjs__WEBPACK_IMPORTED_MODULE_5__["Subject"](); + this._refreshSignatures = this._observer.asObservable(); } + Object.defineProperty(SignatureService.prototype, "getRefreshSignatures", { + get: function () { + return this._refreshSignatures; + }, + enumerable: true, + configurable: true + }); SignatureService.prototype.loadFiles = function (path) { return this._http.post(this._config.getSignatureApiEndpoint() + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].LOAD_FILE_TREE, { 'path': path }, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJson); }; @@ -14646,6 +18645,9 @@ var SignatureService = /** @class */ (function () { documentType: docType }, _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["Api"].httpOptionsJsonResponseTypeBlob); }; + SignatureService.prototype.refreshSignatures = function () { + this._observer.next(); + }; SignatureService.ctorParameters = function () { return [ { type: _angular_common_http__WEBPACK_IMPORTED_MODULE_2__["HttpClient"] }, { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ConfigService"] } @@ -14664,20 +18666,20 @@ var SignatureService = /** @class */ (function () { /***/ }), /***/ "../../libs/signature/src/lib/signature/signature.component.less": -/*!****************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature/signature.component.less ***! - \****************************************************************************************************************/ +/*!****************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature/signature.component.less ***! + \****************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-signature {\n position: absolute !important;\n}\n.gd-signature .gd-signature-wrapper {\n height: inherit;\n outline: 1px solid #679FFA;\n}\n.gd-signature-image {\n width: 100% !important;\n height: inherit;\n}\n.gd-text {\n width: inherit;\n height: inherit;\n border: none;\n resize: none;\n outline: none;\n margin: 0px;\n padding: 0px;\n}\n.gd-digital-marker {\n background-color: #3787F5;\n height: 16px;\n width: 100%;\n text-align: left;\n display: -webkit-box;\n display: flex;\n position: absolute;\n bottom: 0;\n}\n.gd-digital-marker .icon {\n color: #FFFFFF;\n font-size: 10px;\n margin: 0px 5px 0px 3px;\n}\n.gd-digital-marker div {\n -webkit-box-flex: 1;\n flex-grow: 1;\n font-size: 8px;\n color: #FFFFFF;\n margin-top: 1px;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUvc2lnbmF0dXJlLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUvc2lnbmF0dXJlLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0UsNkJBQUE7QUNDRjtBREZBO0VBSUksZUFBQTtFQUNBLDBCQUFBO0FDQ0o7QURHQTtFQUNFLHNCQUFBO0VBQ0EsZUFBQTtBQ0RGO0FESUE7RUFDRSxjQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxZQUFBO0VBQ0EsYUFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0FDRkY7QURLQTtFQUNFLHlCQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxnQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGtCQUFBO0VBQ0EsU0FBQTtBQ0hGO0FESkE7RUFVSSxjQUFBO0VBQ0EsZUFBQTtFQUNBLHVCQUFBO0FDSEo7QURUQTtFQWdCSSxtQkFBQTtVQUFBLFlBQUE7RUFDQSxjQUFBO0VBQ0EsY0FBQTtFQUNBLGVBQUE7QUNKSiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS9zaWduYXR1cmUuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyIuZ2Qtc2lnbmF0dXJlIHtcbiAgcG9zaXRpb246IGFic29sdXRlICFpbXBvcnRhbnQ7XG5cbiAgLmdkLXNpZ25hdHVyZS13cmFwcGVyIHtcbiAgICBoZWlnaHQ6IGluaGVyaXQ7XG4gICAgb3V0bGluZTogMXB4IHNvbGlkICM2NzlGRkE7XG4gIH1cbn1cblxuLmdkLXNpZ25hdHVyZS1pbWFnZSB7XG4gIHdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cblxuLmdkLXRleHQge1xuICB3aWR0aDogaW5oZXJpdDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xuICBib3JkZXI6IG5vbmU7XG4gIHJlc2l6ZTogbm9uZTtcbiAgb3V0bGluZTogbm9uZTtcbiAgbWFyZ2luOiAwcHg7XG4gIHBhZGRpbmc6IDBweDtcbn1cblxuLmdkLWRpZ2l0YWwtbWFya2VyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzM3ODdGNTtcbiAgaGVpZ2h0OiAxNnB4O1xuICB3aWR0aDogMTAwJTtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZGlzcGxheTogZmxleDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBib3R0b206IDA7XG5cbiAgLmljb24ge1xuICAgIGNvbG9yOiAjRkZGRkZGO1xuICAgIGZvbnQtc2l6ZTogMTBweDtcbiAgICBtYXJnaW46IDBweCA1cHggMHB4IDNweDtcbiAgfVxuXG4gIGRpdiB7XG4gICAgZmxleC1ncm93OiAxO1xuICAgIGZvbnQtc2l6ZTogOHB4O1xuICAgIGNvbG9yOiAjRkZGRkZGO1xuICAgIG1hcmdpbi10b3A6IDFweDtcbiAgfVxufVxuIiwiLmdkLXNpZ25hdHVyZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZSAhaW1wb3J0YW50O1xufVxuLmdkLXNpZ25hdHVyZSAuZ2Qtc2lnbmF0dXJlLXdyYXBwZXIge1xuICBoZWlnaHQ6IGluaGVyaXQ7XG4gIG91dGxpbmU6IDFweCBzb2xpZCAjNjc5RkZBO1xufVxuLmdkLXNpZ25hdHVyZS1pbWFnZSB7XG4gIHdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cbi5nZC10ZXh0IHtcbiAgd2lkdGg6IGluaGVyaXQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbiAgYm9yZGVyOiBub25lO1xuICByZXNpemU6IG5vbmU7XG4gIG91dGxpbmU6IG5vbmU7XG4gIG1hcmdpbjogMHB4O1xuICBwYWRkaW5nOiAwcHg7XG59XG4uZ2QtZGlnaXRhbC1tYXJrZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMzc4N0Y1O1xuICBoZWlnaHQ6IDE2cHg7XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBkaXNwbGF5OiBmbGV4O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJvdHRvbTogMDtcbn1cbi5nZC1kaWdpdGFsLW1hcmtlciAuaWNvbiB7XG4gIGNvbG9yOiAjRkZGRkZGO1xuICBmb250LXNpemU6IDEwcHg7XG4gIG1hcmdpbjogMHB4IDVweCAwcHggM3B4O1xufVxuLmdkLWRpZ2l0YWwtbWFya2VyIGRpdiB7XG4gIGZsZXgtZ3JvdzogMTtcbiAgZm9udC1zaXplOiA4cHg7XG4gIGNvbG9yOiAjRkZGRkZGO1xuICBtYXJnaW4tdG9wOiAxcHg7XG59XG4iXX0= */" +module.exports = ".gd-signature {\n position: absolute !important;\n}\n.gd-signature .gd-signature-wrapper {\n height: inherit;\n outline: 1px solid #679FFA;\n}\n.gd-signature-image {\n width: 100% !important;\n height: inherit;\n}\n.gd-text {\n width: inherit;\n height: inherit;\n border: none;\n resize: none;\n outline: none;\n margin: 0px;\n padding: 0px;\n}\n.gd-digital-marker {\n background-color: #3787F5;\n height: 16px;\n width: 100%;\n text-align: left;\n display: -webkit-box;\n display: flex;\n position: absolute;\n bottom: 0;\n}\n.gd-digital-marker .icon {\n color: #FFFFFF;\n font-size: 10px;\n margin: 0px 5px 0px 3px;\n}\n.gd-digital-marker div {\n -webkit-box-flex: 1;\n flex-grow: 1;\n font-size: 8px;\n color: #FFFFFF;\n margin-top: 1px;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUvc2lnbmF0dXJlLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUvc2lnbmF0dXJlLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0UsNkJBQUE7QUNDRjtBREZBO0VBSUksZUFBQTtFQUNBLDBCQUFBO0FDQ0o7QURHQTtFQUNFLHNCQUFBO0VBQ0EsZUFBQTtBQ0RGO0FESUE7RUFDRSxjQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxZQUFBO0VBQ0EsYUFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0FDRkY7QURLQTtFQUNFLHlCQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxnQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGtCQUFBO0VBQ0EsU0FBQTtBQ0hGO0FESkE7RUFVSSxjQUFBO0VBQ0EsZUFBQTtFQUNBLHVCQUFBO0FDSEo7QURUQTtFQWdCSSxtQkFBQTtVQUFBLFlBQUE7RUFDQSxjQUFBO0VBQ0EsY0FBQTtFQUNBLGVBQUE7QUNKSiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS9zaWduYXR1cmUuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyIuZ2Qtc2lnbmF0dXJlIHtcbiAgcG9zaXRpb246IGFic29sdXRlICFpbXBvcnRhbnQ7XG5cbiAgLmdkLXNpZ25hdHVyZS13cmFwcGVyIHtcbiAgICBoZWlnaHQ6IGluaGVyaXQ7XG4gICAgb3V0bGluZTogMXB4IHNvbGlkICM2NzlGRkE7XG4gIH1cbn1cblxuLmdkLXNpZ25hdHVyZS1pbWFnZSB7XG4gIHdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cblxuLmdkLXRleHQge1xuICB3aWR0aDogaW5oZXJpdDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xuICBib3JkZXI6IG5vbmU7XG4gIHJlc2l6ZTogbm9uZTtcbiAgb3V0bGluZTogbm9uZTtcbiAgbWFyZ2luOiAwcHg7XG4gIHBhZGRpbmc6IDBweDtcbn1cblxuLmdkLWRpZ2l0YWwtbWFya2VyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzM3ODdGNTtcbiAgaGVpZ2h0OiAxNnB4O1xuICB3aWR0aDogMTAwJTtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZGlzcGxheTogZmxleDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBib3R0b206IDA7XG5cbiAgLmljb24ge1xuICAgIGNvbG9yOiAjRkZGRkZGO1xuICAgIGZvbnQtc2l6ZTogMTBweDtcbiAgICBtYXJnaW46IDBweCA1cHggMHB4IDNweDtcbiAgfVxuXG4gIGRpdiB7XG4gICAgZmxleC1ncm93OiAxO1xuICAgIGZvbnQtc2l6ZTogOHB4O1xuICAgIGNvbG9yOiAjRkZGRkZGO1xuICAgIG1hcmdpbi10b3A6IDFweDtcbiAgfVxufVxuIiwiLmdkLXNpZ25hdHVyZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZSAhaW1wb3J0YW50O1xufVxuLmdkLXNpZ25hdHVyZSAuZ2Qtc2lnbmF0dXJlLXdyYXBwZXIge1xuICBoZWlnaHQ6IGluaGVyaXQ7XG4gIG91dGxpbmU6IDFweCBzb2xpZCAjNjc5RkZBO1xufVxuLmdkLXNpZ25hdHVyZS1pbWFnZSB7XG4gIHdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cbi5nZC10ZXh0IHtcbiAgd2lkdGg6IGluaGVyaXQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbiAgYm9yZGVyOiBub25lO1xuICByZXNpemU6IG5vbmU7XG4gIG91dGxpbmU6IG5vbmU7XG4gIG1hcmdpbjogMHB4O1xuICBwYWRkaW5nOiAwcHg7XG59XG4uZ2QtZGlnaXRhbC1tYXJrZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMzc4N0Y1O1xuICBoZWlnaHQ6IDE2cHg7XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBkaXNwbGF5OiBmbGV4O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJvdHRvbTogMDtcbn1cbi5nZC1kaWdpdGFsLW1hcmtlciAuaWNvbiB7XG4gIGNvbG9yOiAjRkZGRkZGO1xuICBmb250LXNpemU6IDEwcHg7XG4gIG1hcmdpbjogMHB4IDVweCAwcHggM3B4O1xufVxuLmdkLWRpZ2l0YWwtbWFya2VyIGRpdiB7XG4gIGZsZXgtZ3JvdzogMTtcbiAgZm9udC1zaXplOiA4cHg7XG4gIGNvbG9yOiAjRkZGRkZGO1xuICBtYXJnaW4tdG9wOiAxcHg7XG59XG4iXX0= */" /***/ }), /***/ "../../libs/signature/src/lib/signature/signature.component.ts": -/*!**************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature/signature.component.ts ***! - \**************************************************************************************************************/ +/*!**************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature/signature.component.ts ***! + \**************************************************************************************************/ /*! exports provided: Signature */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -14711,13 +18713,14 @@ __webpack_require__.r(__webpack_exports__); var $ = jquery__WEBPACK_IMPORTED_MODULE_7__; var Signature = /** @class */ (function () { - function Signature(_signatureService, _removeSignatureService, _copySignatureService, _activeSignatureService, _signaturesHolderService) { + function Signature(_signatureService, _removeSignatureService, _copySignatureService, _activeSignatureService, _signaturesHolderService, _zoomService) { var _this = this; this._signatureService = _signatureService; this._removeSignatureService = _removeSignatureService; this._copySignatureService = _copySignatureService; this._activeSignatureService = _activeSignatureService; this._signaturesHolderService = _signaturesHolderService; + this._zoomService = _zoomService; this.active = true; this.unlock = true; this.copied = false; @@ -14738,6 +18741,9 @@ var Signature = /** @class */ (function () { } Signature.prototype.ngOnInit = function () { }; + Signature.prototype.ngAfterViewChecked = function () { + this._zoomService.changeZoom(this._zoomService.zoom); + }; Signature.prototype.getData = function () { return 'data:image/png;base64,' + this.data.data; }; @@ -14911,7 +18917,14 @@ var Signature = /** @class */ (function () { }; Signature.prototype.getMenuShift = function () { var menuWidth = this.type === _signature_models__WEBPACK_IMPORTED_MODULE_2__["SignatureType"].TEXT.id ? 426 : 148; - return this.data.width > menuWidth ? 0 : (this.data.width - menuWidth) * 0.5; + var shift = this.data.width > menuWidth ? 0 : (this.data.width - menuWidth) * 0.5; + if (this.position.left - (menuWidth - this.data.width) / 2 < 0) { + shift -= (this.position.left - (menuWidth - this.data.width) / 2); + } + if (this.position.left + (menuWidth + this.data.width) / 2 > this.pageWidth) { + shift -= (this.position.left + (menuWidth + this.data.width) / 2 - this.pageWidth); + } + return shift; }; Signature.prototype.getMenuType = function () { return _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["MenuType"].FOR_SIGNATURE; @@ -14921,7 +18934,8 @@ var Signature = /** @class */ (function () { { type: _remove_signature_service__WEBPACK_IMPORTED_MODULE_5__["RemoveSignatureService"] }, { type: _copy_signature_service__WEBPACK_IMPORTED_MODULE_9__["CopySignatureService"] }, { type: _active_signature_service__WEBPACK_IMPORTED_MODULE_6__["ActiveSignatureService"] }, - { type: _signatures_holder_service__WEBPACK_IMPORTED_MODULE_8__["SignaturesHolderService"] } + { type: _signatures_holder_service__WEBPACK_IMPORTED_MODULE_8__["SignaturesHolderService"] }, + { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ZoomService"] } ]; }; tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), @@ -14957,7 +18971,8 @@ var Signature = /** @class */ (function () { _remove_signature_service__WEBPACK_IMPORTED_MODULE_5__["RemoveSignatureService"], _copy_signature_service__WEBPACK_IMPORTED_MODULE_9__["CopySignatureService"], _active_signature_service__WEBPACK_IMPORTED_MODULE_6__["ActiveSignatureService"], - _signatures_holder_service__WEBPACK_IMPORTED_MODULE_8__["SignaturesHolderService"]]) + _signatures_holder_service__WEBPACK_IMPORTED_MODULE_8__["SignaturesHolderService"], + _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ZoomService"]]) ], Signature); return Signature; }()); @@ -14967,9 +18982,9 @@ var Signature = /** @class */ (function () { /***/ }), /***/ "../../libs/signature/src/lib/signatures-holder.service.ts": -/*!**********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signatures-holder.service.ts ***! - \**********************************************************************************************************/ +/*!**********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signatures-holder.service.ts ***! + \**********************************************************************************************/ /*! exports provided: SignaturesHolderService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -15044,20 +19059,20 @@ var SignaturesHolderService = /** @class */ (function () { /***/ }), /***/ "../../libs/signature/src/lib/stamp-canvas/stamp-canvas.component.less": -/*!**********************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/stamp-canvas/stamp-canvas.component.less ***! - \**********************************************************************************************************************/ +/*!**********************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/stamp-canvas/stamp-canvas.component.less ***! + \**********************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-context-menu {\n display: -webkit-box;\n display: flex;\n height: 37px;\n top: -40px;\n padding: 0;\n background-color: #FFFFFF;\n cursor: default;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n box-shadow: rgba(0, 0, 0, 0.52) 0px 0px 5px;\n}\n.gd-context-menu .icon {\n font-size: 14px;\n cursor: pointer;\n color: #3E4E5A !important;\n}\n.gd-context-menu ::ng-deep .dropdown-menu {\n top: -120px !important;\n height: 120px;\n overflow-y: auto;\n}\n.gd-context-menu ::ng-deep .icon-button {\n margin: 0px !important;\n}\n.gd-stamp-box {\n position: absolute;\n}\n.palette {\n position: absolute;\n top: -190px;\n}\n.csg-preview {\n width: 100%;\n height: 100%;\n}\n.csg-bounding-box {\n position: absolute;\n background-color: unset !important;\n}\n.csg-bounding-box.active {\n border: 1px solid #679FFA;\n}\n.csg-border-width {\n width: 37px !important;\n height: 37px !important;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n}\n.bg-color-pic {\n border-radius: 100%;\n border: 1px solid #CCC;\n position: absolute;\n height: 8px;\n width: 8px;\n right: 6px;\n bottom: 6px;\n}\n::ng-deep .select {\n min-width: unset !important;\n}\n::ng-deep .selected-value {\n font-size: 12px !important;\n}\n@media (max-width: 1037px) {\n .gd-context-menu {\n position: fixed;\n bottom: 0;\n left: 0;\n top: unset;\n right: 0;\n width: 100%;\n height: 60px;\n -webkit-box-align: center;\n align-items: center;\n padding: 0px;\n margin: 0px;\n background-color: white;\n border-top: 2px solid #707070;\n }\n .gd-context-menu .color-for-shape {\n -webkit-box-flex: 1;\n flex: 1;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: start;\n justify-content: flex-start;\n }\n .gd-context-menu .stamp-trash {\n -webkit-box-flex: 0;\n flex: 0 0 37px;\n margin-right: 8px;\n }\n .gd-context-menu ::ng-deep .button {\n margin: 3px !important;\n }\n .gd-context-menu ::ng-deep .select {\n margin: 3px !important;\n }\n .gd-context-menu .first-element {\n margin-left: 8px;\n }\n .csg-border-width .select {\n width: 21px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zdGFtcC1jYW52YXMvc3RhbXAtY2FudmFzLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zdGFtcC1jYW52YXMvc3RhbXAtY2FudmFzLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsWUFBQTtFQUNBLFVBQUE7RUFDQSxVQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EsMkNBQUE7QUNERjtBRFBBO0VBV0ksZUFBQTtFQUNBLGVBQUE7RUFDQSx5QkFBQTtBQ0RKO0FEWkE7RUFpQkksc0JBQUE7RUFDQSxhQUFBO0VBQ0EsZ0JBQUE7QUNGSjtBRGpCQTtFQXVCSSxzQkFBQTtBQ0hKO0FET0E7RUFDRSxrQkFBQTtBQ0xGO0FEUUE7RUFDRSxrQkFBQTtFQUNBLFdBQUE7QUNORjtBRFNBO0VBQ0UsV0FBQTtFQUNBLFlBQUE7QUNQRjtBRFVBO0VBQ0Usa0JBQUE7RUFDQSxrQ0FBQTtBQ1JGO0FEV0E7RUFDRSx5QkFBQTtBQ1RGO0FEWUE7RUFDRSxzQkFBQTtFQUNBLHVCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QUNWRjtBRGFBO0VBQ0UsbUJBQUE7RUFDQSxzQkFBQTtFQUNBLGtCQUFBO0VBQ0EsV0FBQTtFQUNBLFVBQUE7RUFDQSxVQUFBO0VBQ0EsV0FBQTtBQ1hGO0FEY0E7RUFDRSwyQkFBQTtBQ1pGO0FEZUE7RUFDRSwwQkFBQTtBQ2JGO0FEZ0JBO0VBQ0U7SUFDRSxlQUFBO0lBQ0EsU0FBQTtJQUNBLE9BQUE7SUFDQSxVQUFBO0lBQ0EsUUFBQTtJQUNBLFdBQUE7SUFDQSxZQUFBO0lBQ0EseUJBQUE7WUFBQSxtQkFBQTtJQUNBLFlBQUE7SUFDQSxXQUFBO0lBQ0EsdUJBQUE7SUFDQSw2QkFBQTtFQ2RGO0VERUE7SUFlSSxtQkFBQTtZQUFBLE9BQUE7SUFDQSxvQkFBQTtJQUFBLGFBQUE7SUFDQSx5QkFBQTtZQUFBLG1CQUFBO0lBQ0EsdUJBQUE7WUFBQSwyQkFBQTtFQ2RKO0VESkE7SUFzQkksbUJBQUE7WUFBQSxjQUFBO0lBQ0EsaUJBQUE7RUNmSjtFRFJBO0lBMkJJLHNCQUFBO0VDaEJKO0VEWEE7SUErQkksc0JBQUE7RUNqQko7RURkQTtJQW1DSSxnQkFBQTtFQ2xCSjtFRHNCQTtJQUdJLFdBQUE7RUN0Qko7QUFDRiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3N0YW1wLWNhbnZhcy9zdGFtcC1jYW52YXMuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWNvbnRleHQtbWVudSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogMzdweDtcbiAgdG9wOiAtNDBweDtcbiAgcGFkZGluZzogMDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBib3gtc2hhZG93OiByZ2JhKDAsIDAsIDAsIDAuNTIpIDBweCAwcHggNXB4O1xuXG4gIC5pY29uIHtcbiAgICBmb250LXNpemU6IDE0cHg7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIGNvbG9yOiBAcHJpbWFyeSAhaW1wb3J0YW50O1xuICB9XG5cbiAgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgICB0b3A6IC0xMjBweCAhaW1wb3J0YW50O1xuICAgIGhlaWdodDogMTIwcHg7XG4gICAgb3ZlcmZsb3cteTogYXV0bztcbiAgfVxuXG4gIDo6bmctZGVlcCAuaWNvbi1idXR0b24ge1xuICAgIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuLmdkLXN0YW1wLWJveCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbn1cblxuLnBhbGV0dGUge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogLTE5MHB4O1xufVxuXG4uY3NnLXByZXZpZXcge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4uY3NnLWJvdW5kaW5nLWJveCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgYmFja2dyb3VuZC1jb2xvcjogdW5zZXQgIWltcG9ydGFudDtcbn1cblxuLmNzZy1ib3VuZGluZy1ib3guYWN0aXZlIHtcbiAgYm9yZGVyOiAxcHggc29saWQgIzY3OUZGQTtcbn1cblxuLmNzZy1ib3JkZXItd2lkdGgge1xuICB3aWR0aDogMzdweCAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IDM3cHggIWltcG9ydGFudDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5iZy1jb2xvci1waWMge1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGhlaWdodDogOHB4O1xuICB3aWR0aDogOHB4O1xuICByaWdodDogNnB4O1xuICBib3R0b206IDZweDtcbn1cblxuOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBtaW4td2lkdGg6IHVuc2V0ICFpbXBvcnRhbnQ7XG59XG5cbjo6bmctZGVlcCAuc2VsZWN0ZWQtdmFsdWUge1xuICBmb250LXNpemU6IDEycHggIWltcG9ydGFudDtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLmdkLWNvbnRleHQtbWVudSB7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIGJvdHRvbTogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHRvcDogdW5zZXQ7XG4gICAgcmlnaHQ6IDA7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiA2MHB4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgcGFkZGluZzogMHB4O1xuICAgIG1hcmdpbjogMHB4O1xuICAgIGJhY2tncm91bmQtY29sb3I6IHdoaXRlO1xuICAgIGJvcmRlci10b3A6IDJweCBzb2xpZCAjNzA3MDcwO1xuXG4gICAgLmNvbG9yLWZvci1zaGFwZSB7XG4gICAgICBmbGV4OiAxO1xuICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG4gICAgfVxuXG4gICAgLnN0YW1wLXRyYXNoIHtcbiAgICAgIGZsZXg6IDAgMCAzN3B4O1xuICAgICAgbWFyZ2luLXJpZ2h0OiA4cHg7XG4gICAgfVxuXG4gICAgOjpuZy1kZWVwIC5idXR0b24ge1xuICAgICAgbWFyZ2luOiAzcHggIWltcG9ydGFudDtcbiAgICB9XG5cbiAgICA6Om5nLWRlZXAgLnNlbGVjdCB7XG4gICAgICBtYXJnaW46IDNweCAhaW1wb3J0YW50O1xuICAgIH1cblxuICAgIC5maXJzdC1lbGVtZW50IHtcbiAgICAgIG1hcmdpbi1sZWZ0OiA4cHg7XG4gICAgfVxuICB9XG5cbiAgLmNzZy1ib3JkZXItd2lkdGgge1xuXG4gICAgLnNlbGVjdCB7XG4gICAgICB3aWR0aDogMjFweDtcbiAgICB9XG4gIH1cblxufVxuIiwiLmdkLWNvbnRleHQtbWVudSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogMzdweDtcbiAgdG9wOiAtNDBweDtcbiAgcGFkZGluZzogMDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBib3gtc2hhZG93OiByZ2JhKDAsIDAsIDAsIDAuNTIpIDBweCAwcHggNXB4O1xufVxuLmdkLWNvbnRleHQtbWVudSAuaWNvbiB7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBjb2xvcjogIzNFNEU1QSAhaW1wb3J0YW50O1xufVxuLmdkLWNvbnRleHQtbWVudSA6Om5nLWRlZXAgLmRyb3Bkb3duLW1lbnUge1xuICB0b3A6IC0xMjBweCAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IDEyMHB4O1xuICBvdmVyZmxvdy15OiBhdXRvO1xufVxuLmdkLWNvbnRleHQtbWVudSA6Om5nLWRlZXAgLmljb24tYnV0dG9uIHtcbiAgbWFyZ2luOiAwcHggIWltcG9ydGFudDtcbn1cbi5nZC1zdGFtcC1ib3gge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG59XG4ucGFsZXR0ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAtMTkwcHg7XG59XG4uY3NnLXByZXZpZXcge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLmNzZy1ib3VuZGluZy1ib3gge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJhY2tncm91bmQtY29sb3I6IHVuc2V0ICFpbXBvcnRhbnQ7XG59XG4uY3NnLWJvdW5kaW5nLWJveC5hY3RpdmUge1xuICBib3JkZXI6IDFweCBzb2xpZCAjNjc5RkZBO1xufVxuLmNzZy1ib3JkZXItd2lkdGgge1xuICB3aWR0aDogMzdweCAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IDM3cHggIWltcG9ydGFudDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uYmctY29sb3ItcGljIHtcbiAgYm9yZGVyLXJhZGl1czogMTAwJTtcbiAgYm9yZGVyOiAxcHggc29saWQgI0NDQztcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBoZWlnaHQ6IDhweDtcbiAgd2lkdGg6IDhweDtcbiAgcmlnaHQ6IDZweDtcbiAgYm90dG9tOiA2cHg7XG59XG46Om5nLWRlZXAgLnNlbGVjdCB7XG4gIG1pbi13aWR0aDogdW5zZXQgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuc2VsZWN0ZWQtdmFsdWUge1xuICBmb250LXNpemU6IDEycHggIWltcG9ydGFudDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLWNvbnRleHQtbWVudSB7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIGJvdHRvbTogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHRvcDogdW5zZXQ7XG4gICAgcmlnaHQ6IDA7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiA2MHB4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgcGFkZGluZzogMHB4O1xuICAgIG1hcmdpbjogMHB4O1xuICAgIGJhY2tncm91bmQtY29sb3I6IHdoaXRlO1xuICAgIGJvcmRlci10b3A6IDJweCBzb2xpZCAjNzA3MDcwO1xuICB9XG4gIC5nZC1jb250ZXh0LW1lbnUgLmNvbG9yLWZvci1zaGFwZSB7XG4gICAgZmxleDogMTtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBmbGV4LXN0YXJ0O1xuICB9XG4gIC5nZC1jb250ZXh0LW1lbnUgLnN0YW1wLXRyYXNoIHtcbiAgICBmbGV4OiAwIDAgMzdweDtcbiAgICBtYXJnaW4tcmlnaHQ6IDhweDtcbiAgfVxuICAuZ2QtY29udGV4dC1tZW51IDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICBtYXJnaW46IDNweCAhaW1wb3J0YW50O1xuICB9XG4gIC5nZC1jb250ZXh0LW1lbnUgOjpuZy1kZWVwIC5zZWxlY3Qge1xuICAgIG1hcmdpbjogM3B4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgLmdkLWNvbnRleHQtbWVudSAuZmlyc3QtZWxlbWVudCB7XG4gICAgbWFyZ2luLWxlZnQ6IDhweDtcbiAgfVxuICAuY3NnLWJvcmRlci13aWR0aCAuc2VsZWN0IHtcbiAgICB3aWR0aDogMjFweDtcbiAgfVxufVxuIl19 */" +module.exports = ".gd-context-menu {\n display: -webkit-box;\n display: flex;\n height: 37px;\n top: -40px;\n padding: 0;\n background-color: #FFFFFF;\n cursor: default;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n box-shadow: rgba(0, 0, 0, 0.52) 0px 0px 5px;\n}\n.gd-context-menu .icon {\n font-size: 14px;\n cursor: pointer;\n color: #3E4E5A !important;\n}\n.gd-context-menu ::ng-deep .dropdown-menu {\n top: -120px !important;\n height: 120px;\n overflow-y: auto;\n}\n.gd-context-menu ::ng-deep .icon-button {\n margin: 0px !important;\n}\n.gd-stamp-box {\n position: absolute;\n}\n.palette {\n position: absolute;\n top: -190px;\n}\n.csg-preview {\n width: 100%;\n height: 100%;\n}\n.csg-bounding-box {\n position: absolute;\n background-color: unset !important;\n}\n.csg-bounding-box.active {\n border: 1px solid #679FFA;\n}\n.csg-border-width {\n width: 37px !important;\n height: 37px !important;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n}\n.bg-color-pic {\n border-radius: 100%;\n border: 1px solid #CCC;\n position: absolute;\n height: 8px;\n width: 8px;\n right: 6px;\n bottom: 6px;\n}\n::ng-deep .select {\n min-width: unset !important;\n}\n::ng-deep .selected-value {\n font-size: 12px !important;\n}\n@media (max-width: 1037px) {\n .gd-context-menu {\n position: fixed;\n bottom: 0;\n left: 0;\n top: unset;\n right: 0;\n width: 100%;\n height: 60px;\n -webkit-box-align: center;\n align-items: center;\n padding: 0px;\n margin: 0px;\n background-color: white;\n border-top: 2px solid #707070;\n }\n .gd-context-menu .color-for-shape {\n -webkit-box-flex: 1;\n flex: 1;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: start;\n justify-content: flex-start;\n }\n .gd-context-menu .stamp-trash {\n -webkit-box-flex: 0;\n flex: 0 0 37px;\n margin-right: 8px;\n }\n .gd-context-menu ::ng-deep .button {\n margin: 3px !important;\n }\n .gd-context-menu ::ng-deep .select {\n margin: 3px !important;\n }\n .gd-context-menu .first-element {\n margin-left: 8px;\n }\n .csg-border-width .select {\n width: 21px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc3RhbXAtY2FudmFzL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zdGFtcC1jYW52YXMvc3RhbXAtY2FudmFzLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zdGFtcC1jYW52YXMvc3RhbXAtY2FudmFzLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsWUFBQTtFQUNBLFVBQUE7RUFDQSxVQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EsMkNBQUE7QUNERjtBRFBBO0VBV0ksZUFBQTtFQUNBLGVBQUE7RUFDQSx5QkFBQTtBQ0RKO0FEWkE7RUFpQkksc0JBQUE7RUFDQSxhQUFBO0VBQ0EsZ0JBQUE7QUNGSjtBRGpCQTtFQXVCSSxzQkFBQTtBQ0hKO0FET0E7RUFDRSxrQkFBQTtBQ0xGO0FEUUE7RUFDRSxrQkFBQTtFQUNBLFdBQUE7QUNORjtBRFNBO0VBQ0UsV0FBQTtFQUNBLFlBQUE7QUNQRjtBRFVBO0VBQ0Usa0JBQUE7RUFDQSxrQ0FBQTtBQ1JGO0FEV0E7RUFDRSx5QkFBQTtBQ1RGO0FEWUE7RUFDRSxzQkFBQTtFQUNBLHVCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QUNWRjtBRGFBO0VBQ0UsbUJBQUE7RUFDQSxzQkFBQTtFQUNBLGtCQUFBO0VBQ0EsV0FBQTtFQUNBLFVBQUE7RUFDQSxVQUFBO0VBQ0EsV0FBQTtBQ1hGO0FEY0E7RUFDRSwyQkFBQTtBQ1pGO0FEZUE7RUFDRSwwQkFBQTtBQ2JGO0FEZ0JBO0VBQ0U7SUFDRSxlQUFBO0lBQ0EsU0FBQTtJQUNBLE9BQUE7SUFDQSxVQUFBO0lBQ0EsUUFBQTtJQUNBLFdBQUE7SUFDQSxZQUFBO0lBQ0EseUJBQUE7WUFBQSxtQkFBQTtJQUNBLFlBQUE7SUFDQSxXQUFBO0lBQ0EsdUJBQUE7SUFDQSw2QkFBQTtFQ2RGO0VERUE7SUFlSSxtQkFBQTtZQUFBLE9BQUE7SUFDQSxvQkFBQTtJQUFBLGFBQUE7SUFDQSx5QkFBQTtZQUFBLG1CQUFBO0lBQ0EsdUJBQUE7WUFBQSwyQkFBQTtFQ2RKO0VESkE7SUFzQkksbUJBQUE7WUFBQSxjQUFBO0lBQ0EsaUJBQUE7RUNmSjtFRFJBO0lBMkJJLHNCQUFBO0VDaEJKO0VEWEE7SUErQkksc0JBQUE7RUNqQko7RURkQTtJQW1DSSxnQkFBQTtFQ2xCSjtFRHNCQTtJQUdJLFdBQUE7RUN0Qko7QUFDRiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3N0YW1wLWNhbnZhcy9zdGFtcC1jYW52YXMuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWNvbnRleHQtbWVudSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogMzdweDtcbiAgdG9wOiAtNDBweDtcbiAgcGFkZGluZzogMDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBib3gtc2hhZG93OiByZ2JhKDAsIDAsIDAsIDAuNTIpIDBweCAwcHggNXB4O1xuXG4gIC5pY29uIHtcbiAgICBmb250LXNpemU6IDE0cHg7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIGNvbG9yOiBAcHJpbWFyeSAhaW1wb3J0YW50O1xuICB9XG5cbiAgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgICB0b3A6IC0xMjBweCAhaW1wb3J0YW50O1xuICAgIGhlaWdodDogMTIwcHg7XG4gICAgb3ZlcmZsb3cteTogYXV0bztcbiAgfVxuXG4gIDo6bmctZGVlcCAuaWNvbi1idXR0b24ge1xuICAgIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuLmdkLXN0YW1wLWJveCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbn1cblxuLnBhbGV0dGUge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogLTE5MHB4O1xufVxuXG4uY3NnLXByZXZpZXcge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4uY3NnLWJvdW5kaW5nLWJveCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgYmFja2dyb3VuZC1jb2xvcjogdW5zZXQgIWltcG9ydGFudDtcbn1cblxuLmNzZy1ib3VuZGluZy1ib3guYWN0aXZlIHtcbiAgYm9yZGVyOiAxcHggc29saWQgIzY3OUZGQTtcbn1cblxuLmNzZy1ib3JkZXItd2lkdGgge1xuICB3aWR0aDogMzdweCAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IDM3cHggIWltcG9ydGFudDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5iZy1jb2xvci1waWMge1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGhlaWdodDogOHB4O1xuICB3aWR0aDogOHB4O1xuICByaWdodDogNnB4O1xuICBib3R0b206IDZweDtcbn1cblxuOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBtaW4td2lkdGg6IHVuc2V0ICFpbXBvcnRhbnQ7XG59XG5cbjo6bmctZGVlcCAuc2VsZWN0ZWQtdmFsdWUge1xuICBmb250LXNpemU6IDEycHggIWltcG9ydGFudDtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLmdkLWNvbnRleHQtbWVudSB7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIGJvdHRvbTogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHRvcDogdW5zZXQ7XG4gICAgcmlnaHQ6IDA7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiA2MHB4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgcGFkZGluZzogMHB4O1xuICAgIG1hcmdpbjogMHB4O1xuICAgIGJhY2tncm91bmQtY29sb3I6IHdoaXRlO1xuICAgIGJvcmRlci10b3A6IDJweCBzb2xpZCAjNzA3MDcwO1xuXG4gICAgLmNvbG9yLWZvci1zaGFwZSB7XG4gICAgICBmbGV4OiAxO1xuICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG4gICAgfVxuXG4gICAgLnN0YW1wLXRyYXNoIHtcbiAgICAgIGZsZXg6IDAgMCAzN3B4O1xuICAgICAgbWFyZ2luLXJpZ2h0OiA4cHg7XG4gICAgfVxuXG4gICAgOjpuZy1kZWVwIC5idXR0b24ge1xuICAgICAgbWFyZ2luOiAzcHggIWltcG9ydGFudDtcbiAgICB9XG5cbiAgICA6Om5nLWRlZXAgLnNlbGVjdCB7XG4gICAgICBtYXJnaW46IDNweCAhaW1wb3J0YW50O1xuICAgIH1cblxuICAgIC5maXJzdC1lbGVtZW50IHtcbiAgICAgIG1hcmdpbi1sZWZ0OiA4cHg7XG4gICAgfVxuICB9XG5cbiAgLmNzZy1ib3JkZXItd2lkdGgge1xuXG4gICAgLnNlbGVjdCB7XG4gICAgICB3aWR0aDogMjFweDtcbiAgICB9XG4gIH1cblxufVxuIiwiLmdkLWNvbnRleHQtbWVudSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogMzdweDtcbiAgdG9wOiAtNDBweDtcbiAgcGFkZGluZzogMDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBib3gtc2hhZG93OiByZ2JhKDAsIDAsIDAsIDAuNTIpIDBweCAwcHggNXB4O1xufVxuLmdkLWNvbnRleHQtbWVudSAuaWNvbiB7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBjb2xvcjogIzNFNEU1QSAhaW1wb3J0YW50O1xufVxuLmdkLWNvbnRleHQtbWVudSA6Om5nLWRlZXAgLmRyb3Bkb3duLW1lbnUge1xuICB0b3A6IC0xMjBweCAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IDEyMHB4O1xuICBvdmVyZmxvdy15OiBhdXRvO1xufVxuLmdkLWNvbnRleHQtbWVudSA6Om5nLWRlZXAgLmljb24tYnV0dG9uIHtcbiAgbWFyZ2luOiAwcHggIWltcG9ydGFudDtcbn1cbi5nZC1zdGFtcC1ib3gge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG59XG4ucGFsZXR0ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAtMTkwcHg7XG59XG4uY3NnLXByZXZpZXcge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLmNzZy1ib3VuZGluZy1ib3gge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJhY2tncm91bmQtY29sb3I6IHVuc2V0ICFpbXBvcnRhbnQ7XG59XG4uY3NnLWJvdW5kaW5nLWJveC5hY3RpdmUge1xuICBib3JkZXI6IDFweCBzb2xpZCAjNjc5RkZBO1xufVxuLmNzZy1ib3JkZXItd2lkdGgge1xuICB3aWR0aDogMzdweCAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IDM3cHggIWltcG9ydGFudDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uYmctY29sb3ItcGljIHtcbiAgYm9yZGVyLXJhZGl1czogMTAwJTtcbiAgYm9yZGVyOiAxcHggc29saWQgI0NDQztcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBoZWlnaHQ6IDhweDtcbiAgd2lkdGg6IDhweDtcbiAgcmlnaHQ6IDZweDtcbiAgYm90dG9tOiA2cHg7XG59XG46Om5nLWRlZXAgLnNlbGVjdCB7XG4gIG1pbi13aWR0aDogdW5zZXQgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuc2VsZWN0ZWQtdmFsdWUge1xuICBmb250LXNpemU6IDEycHggIWltcG9ydGFudDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLWNvbnRleHQtbWVudSB7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIGJvdHRvbTogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHRvcDogdW5zZXQ7XG4gICAgcmlnaHQ6IDA7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiA2MHB4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgcGFkZGluZzogMHB4O1xuICAgIG1hcmdpbjogMHB4O1xuICAgIGJhY2tncm91bmQtY29sb3I6IHdoaXRlO1xuICAgIGJvcmRlci10b3A6IDJweCBzb2xpZCAjNzA3MDcwO1xuICB9XG4gIC5nZC1jb250ZXh0LW1lbnUgLmNvbG9yLWZvci1zaGFwZSB7XG4gICAgZmxleDogMTtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBmbGV4LXN0YXJ0O1xuICB9XG4gIC5nZC1jb250ZXh0LW1lbnUgLnN0YW1wLXRyYXNoIHtcbiAgICBmbGV4OiAwIDAgMzdweDtcbiAgICBtYXJnaW4tcmlnaHQ6IDhweDtcbiAgfVxuICAuZ2QtY29udGV4dC1tZW51IDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICBtYXJnaW46IDNweCAhaW1wb3J0YW50O1xuICB9XG4gIC5nZC1jb250ZXh0LW1lbnUgOjpuZy1kZWVwIC5zZWxlY3Qge1xuICAgIG1hcmdpbjogM3B4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgLmdkLWNvbnRleHQtbWVudSAuZmlyc3QtZWxlbWVudCB7XG4gICAgbWFyZ2luLWxlZnQ6IDhweDtcbiAgfVxuICAuY3NnLWJvcmRlci13aWR0aCAuc2VsZWN0IHtcbiAgICB3aWR0aDogMjFweDtcbiAgfVxufVxuIl19 */" /***/ }), /***/ "../../libs/signature/src/lib/stamp-canvas/stamp-canvas.component.ts": -/*!********************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/stamp-canvas/stamp-canvas.component.ts ***! - \********************************************************************************************************************/ +/*!********************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/stamp-canvas/stamp-canvas.component.ts ***! + \********************************************************************************************************/ /*! exports provided: StampCanvasComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -15194,10 +19209,10 @@ var StampCanvasComponent = /** @class */ (function () { ; StampCanvasComponent.prototype.refreshRadius = function () { if (this.props.strokeWidth > 1) { - this.props.radius = (this.props.width / 2) - (this.props.strokeWidth / 2); + this.props.radius = (this.props.width / 2) - (this.props.strokeWidth / 2) - 1; } else { - this.props.radius = (this.props.width / 2); + this.props.radius = (this.props.width / 2) - 1; } }; StampCanvasComponent.prototype.toggleColorPicker = function ($event, bg) { @@ -15309,20 +19324,20 @@ var StampCanvasComponent = /** @class */ (function () { /***/ }), /***/ "../../libs/signature/src/lib/stamp-modal/stamp-modal.component.less": -/*!********************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/stamp-modal/stamp-modal.component.less ***! - \********************************************************************************************************************/ +/*!********************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/stamp-modal/stamp-modal.component.less ***! + \********************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".stamp-body {\n width: 1036px;\n height: 561px;\n}\n.stamp-body ::ng-deep .button {\n font-size: unset !important;\n color: #3E4E5A !important;\n}\n.stamp-body ::ng-deep .button ::ng-deep .text {\n padding-left: 0px !important;\n}\n.stamp-body .csg-text-input {\n padding: 5px;\n background-color: #e6e6e6;\n position: absolute;\n top: 120px;\n left: 0px;\n width: calc(100% - 10px);\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n display: -webkit-box;\n display: flex;\n z-index: 99999;\n}\n.stamp-body .csg-text-input::after {\n content: \" \";\n width: 0;\n height: 0;\n border-style: solid;\n border-width: 0 4px 5px 4px;\n border-color: transparent transparent #e6e6e6 transparent;\n position: absolute;\n top: -5px;\n right: 110px;\n}\n.stamp-body .csg-text-input input {\n height: 20px;\n width: 100%;\n padding: 0;\n margin: 0px 10px 0px 0px;\n}\n.stamp-body .csg-insert-text {\n width: 27px;\n height: 27px;\n background-color: #3787F5;\n margin: 0px;\n}\n.stamp-body .csg-insert-text .icon {\n padding: 5px;\n color: white;\n}\n.stamp-header {\n height: 60px;\n width: 100%;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: justify;\n justify-content: space-between;\n -webkit-box-align: center;\n align-items: center;\n}\n.header-buttons {\n display: -webkit-box;\n display: flex;\n}\n.header-buttons .plus {\n font-size: 8px;\n position: absolute;\n height: 5px;\n width: 5px;\n right: 10px;\n bottom: 10px;\n}\n.stamp-export {\n background-color: #25c2d4;\n margin-right: 10px;\n width: 68px;\n height: 37px;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: justify;\n justify-content: space-between;\n color: #FFF;\n -webkit-box-align: center;\n align-items: center;\n cursor: pointer;\n}\n.stamp-export .icon {\n display: -webkit-box;\n display: flex;\n text-align: center;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-flex: 0;\n flex: 0 0 27px;\n}\n.stamp-export .save-button {\n font-size: 10px;\n display: -webkit-box;\n display: flex;\n text-align: center;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-flex: 0;\n flex: 0 0 40px;\n}\n.gd-draw-stamp {\n background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAhCAYAAAC4JqlRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA4UlEQVR4nO2WbQuDMAyE+///q0WhKiiacYFK7BeXK2OMJXC2SF8er2kwiTPO81St6yo5ZxmGQdsnYZwdi/6yLJICIAACIAAC4KcA6uYMgN34BmAX9QgA9atYuQGO47j6mMw4YDXPsyQ8PCqlaAsAuNAjdYC1DyDeY7MOQuoAY10L0CboO0KoAywA6NsFn26QBaUB6hFYAO8VrhEAAfC/APQ1tJXQC9CCXABsKQZAW1qpStgDwG7+kVL8dQBPAnYDQN4cwFgrvFOAfd/Fq23b9IdiHEeZpokWAF41ugKO5u7gN6EQAAAFZL5NAAAAAElFTkSuQmCC) !important;\n position: absolute;\n padding: 0 !important;\n background-color: #fff;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-draw-stamp input {\n height: 30px;\n outline: 2px solid #679FFA;\n}\n.gd-draw-stamp .gd-draw-stamp-text {\n z-index: 99999;\n}\n.gd-draw-stamp .gd-text-menu-context {\n height: 37px;\n top: 180px;\n padding: 0;\n background-color: #FFFFFF;\n cursor: default;\n position: absolute;\n box-shadow: rgba(0, 0, 0, 0.52) 0px 0px 5px;\n}\n.gd-draw-stamp .gd-text-menu-context ::ng-deep .color-for-text {\n -webkit-box-flex: 1;\n flex: 1;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: start;\n justify-content: flex-start;\n}\n.gd-draw-stamp .gd-text-menu-context .stamp-trash {\n -webkit-box-flex: 0;\n flex: 0 0 37px;\n margin-right: 8px;\n}\n.gd-draw-stamp .gd-text-menu-context ::ng-deep .first-component ::ng-deep .dropdown-menu {\n left: 8px;\n}\n::ng-deep .select {\n color: #3E4E5A !important;\n}\n::ng-deep gd-drop-down {\n z-index: 999999 !important;\n}\n@media (max-width: 1037px) {\n .stamp-body {\n width: inherit;\n height: inherit;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zdGFtcC1tb2RhbC9zdGFtcC1tb2RhbC5jb21wb25lbnQubGVzcyIsImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc3RhbXAtbW9kYWwvc3RhbXAtbW9kYWwuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxhQUFBO0VBQ0EsYUFBQTtBQ0RGO0FEREE7RUFLSSwyQkFBQTtFQUNBLHlCQUFBO0FDREo7QURMQTtFQVNNLDRCQUFBO0FDRE47QURSQTtFQWNJLFlBQUE7RUFDQSx5QkFBQTtFQUNBLGtCQUFBO0VBQ0EsVUFBQTtFQUNBLFNBQUE7RUFDQSx3QkFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGNBQUE7QUNISjtBRG5CQTtFQTBCSSxZQUFBO0VBQ0EsUUFBQTtFQUNBLFNBQUE7RUFDQSxtQkFBQTtFQUNBLDJCQUFBO0VBQ0EseURBQUE7RUFDQSxrQkFBQTtFQUNBLFNBQUE7RUFDQSxZQUFBO0FDSko7QUQ5QkE7RUFzQ0ksWUFBQTtFQUNBLFdBQUE7RUFDQSxVQUFBO0VBQ0Esd0JBQUE7QUNMSjtBRHBDQTtFQTZDSSxXQUFBO0VBQ0EsWUFBQTtFQUNBLHlCQUFBO0VBQ0EsV0FBQTtBQ05KO0FEMUNBO0VBbURNLFlBQUE7RUFDQSxZQUFBO0FDTk47QURXQTtFQUNFLFlBQUE7RUFDQSxXQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSw4QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QUNURjtBRFlBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0FDVkY7QURTQTtFQUlJLGNBQUE7RUFDQSxrQkFBQTtFQUNBLFdBQUE7RUFDQSxVQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7QUNWSjtBRGNBO0VBQ0UseUJBQUE7RUFDQSxrQkFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSw4QkFBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsZUFBQTtBQ1pGO0FER0E7RUFZSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxrQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxtQkFBQTtVQUFBLGNBQUE7QUNaSjtBREhBO0VBbUJJLGVBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxrQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxtQkFBQTtVQUFBLGNBQUE7QUNiSjtBRGlCQTtFQUNFLDRjQUFBO0VBQ0Esa0JBQUE7RUFDQSxxQkFBQTtFQUNBLHNCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QUNmRjtBRFFBO0VBVUksWUFBQTtFQUNBLDBCQUFBO0FDZko7QURJQTtFQWVJLGNBQUE7QUNoQko7QURDQTtFQW1CSSxZQUFBO0VBQ0EsVUFBQTtFQUNBLFVBQUE7RUFDQSx5QkFBQTtFQUNBLGVBQUE7RUFDQSxrQkFBQTtFQUNBLDJDQUFBO0FDakJKO0FEUkE7RUE0Qk0sbUJBQUE7VUFBQSxPQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHVCQUFBO1VBQUEsMkJBQUE7QUNqQk47QURkQTtFQW1DTSxtQkFBQTtVQUFBLGNBQUE7RUFDQSxpQkFBQTtBQ2xCTjtBRGxCQTtFQXlDUSxTQUFBO0FDcEJSO0FEMEJBO0VBQ0UseUJBQUE7QUN4QkY7QUQyQkE7RUFDRSwwQkFBQTtBQ3pCRjtBRDRCQTtFQUNFO0lBQ0UsY0FBQTtJQUNBLGVBQUE7RUMxQkY7QUFDRiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3N0YW1wLW1vZGFsL3N0YW1wLW1vZGFsLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbi5zdGFtcC1ib2R5IHtcbiAgd2lkdGg6IDEwMzZweDtcbiAgaGVpZ2h0OiA1NjFweDtcblxuICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgZm9udC1zaXplOiB1bnNldCAhaW1wb3J0YW50O1xuICAgIGNvbG9yOiBAcHJpbWFyeSAhaW1wb3J0YW50O1xuXG4gICAgOjpuZy1kZWVwIC50ZXh0IHtcbiAgICAgIHBhZGRpbmctbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG5cbiAgLmNzZy10ZXh0LWlucHV0IHtcbiAgICBwYWRkaW5nOiA1cHg7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI2U2ZTZlNjtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgdG9wOiAxMjBweDtcbiAgICBsZWZ0OiAwcHg7XG4gICAgd2lkdGg6IH5cImNhbGMoMTAwJSAtIDEwcHgpXCI7XG4gICAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIHotaW5kZXg6IDk5OTk5O1xuICB9XG5cbiAgLmNzZy10ZXh0LWlucHV0OjphZnRlciB7XG4gICAgY29udGVudDogXCIgXCI7XG4gICAgd2lkdGg6IDA7XG4gICAgaGVpZ2h0OiAwO1xuICAgIGJvcmRlci1zdHlsZTogc29saWQ7XG4gICAgYm9yZGVyLXdpZHRoOiAwIDRweCA1cHggNHB4O1xuICAgIGJvcmRlci1jb2xvcjogdHJhbnNwYXJlbnQgdHJhbnNwYXJlbnQgI2U2ZTZlNiB0cmFuc3BhcmVudDtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgdG9wOiAtNXB4O1xuICAgIHJpZ2h0OiAxMTBweDtcbiAgfVxuXG4gIC5jc2ctdGV4dC1pbnB1dCBpbnB1dCB7XG4gICAgaGVpZ2h0OiAyMHB4O1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIHBhZGRpbmc6IDA7XG4gICAgbWFyZ2luOiAwcHggMTBweCAwcHggMHB4O1xuICB9XG5cbiAgLmNzZy1pbnNlcnQtdGV4dCB7XG4gICAgd2lkdGg6IDI3cHg7XG4gICAgaGVpZ2h0OiAyN3B4O1xuICAgIGJhY2tncm91bmQtY29sb3I6ICMzNzg3RjU7XG4gICAgbWFyZ2luOiAwcHg7XG5cbiAgICAuaWNvbiB7XG4gICAgICBwYWRkaW5nOiA1cHg7XG4gICAgICBjb2xvcjogd2hpdGU7XG4gICAgfVxuICB9XG59XG5cbi5zdGFtcC1oZWFkZXIge1xuICBoZWlnaHQ6IDYwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5oZWFkZXItYnV0dG9ucyB7XG4gIGRpc3BsYXk6IGZsZXg7XG5cbiAgLnBsdXMge1xuICAgIGZvbnQtc2l6ZTogOHB4O1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICBoZWlnaHQ6IDVweDtcbiAgICB3aWR0aDogNXB4O1xuICAgIHJpZ2h0OiAxMHB4O1xuICAgIGJvdHRvbTogMTBweDtcbiAgfVxufVxuXG4uc3RhbXAtZXhwb3J0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogQGJyYW5kO1xuICBtYXJnaW4tcmlnaHQ6IDEwcHg7XG4gIHdpZHRoOiA2OHB4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcbiAgY29sb3I6ICNGRkY7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGN1cnNvcjogcG9pbnRlcjtcblxuICAuaWNvbiB7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgZmxleDogMCAwIDI3cHg7XG4gIH1cblxuICAuc2F2ZS1idXR0b24ge1xuICAgIGZvbnQtc2l6ZTogMTBweDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBmbGV4OiAwIDAgNDBweDtcbiAgfVxufVxuXG4uZ2QtZHJhdy1zdGFtcCB7XG4gIGJhY2tncm91bmQtaW1hZ2U6IHVybChkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUNBQUFBQWhDQVlBQUFDNEpxbFJBQUFBQ1hCSVdYTUFBQTdFQUFBT3hBR1ZLdzRiQUFBQTRVbEVRVlI0bk8yV2JRdURNQXlFKy8vL3EwV2hLaWlhY1lGSzdCZVhLMk9NSlhDMlNGOGVyMmt3aVRQTzgxU3Q2eW81WnhtR1Fkc25ZWndkaS82eUxKSUNJQUFDSUFBQzRLY0E2dVlNZ04zNEJtQVg5UWdBOWF0WXVRR080N2o2bU13NFlEWFBzeVE4UENxbGFBc0F1TkFqZFlDMUR5RGVZN01PUXVvQVkxMEwwQ2JvTzBLb0F5d0E2TnNGbjI2UUJhVUI2aEZZQU84VnJoRUFBZkMvQVBRMXRKWFFDOUNDWEFCc0tRWkFXMXFwU3RnRHdHNytrVkw4ZFFCUEFuWURRTjRjd0ZncnZGT0FmZC9GcTIzYjlJZGlIRWVacG9rV0FGNDF1Z0tPNXU3Z042RVFBQUFGWkw1TkFBQUFBRWxGVGtTdVFtQ0MpICFpbXBvcnRhbnQ7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcGFkZGluZzogMCAhaW1wb3J0YW50O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmO1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcblxuICBpbnB1dCB7XG4gICAgaGVpZ2h0OiAzMHB4O1xuICAgIG91dGxpbmU6IDJweCBzb2xpZCAjNjc5RkZBO1xuICB9XG5cbiAgLmdkLWRyYXctc3RhbXAtdGV4dCB7XG4gICAgei1pbmRleDogOTk5OTk7XG4gIH1cblxuICAuZ2QtdGV4dC1tZW51LWNvbnRleHQge1xuICAgIGhlaWdodDogMzdweDtcbiAgICB0b3A6IDE4MHB4O1xuICAgIHBhZGRpbmc6IDA7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgICBjdXJzb3I6IGRlZmF1bHQ7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIGJveC1zaGFkb3c6IHJnYmEoMCwgMCwgMCwgMC41MikgMHB4IDBweCA1cHg7XG5cbiAgICA6Om5nLWRlZXAgLmNvbG9yLWZvci10ZXh0IHtcbiAgICAgIGZsZXg6IDE7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICAgIGp1c3RpZnktY29udGVudDogZmxleC1zdGFydDtcbiAgICB9XG5cbiAgICAuc3RhbXAtdHJhc2gge1xuICAgICAgZmxleDogMCAwIDM3cHg7XG4gICAgICBtYXJnaW4tcmlnaHQ6IDhweDtcbiAgICB9XG5cbiAgICA6Om5nLWRlZXAgLmZpcnN0LWNvbXBvbmVudCB7XG4gICAgICA6Om5nLWRlZXAgLmRyb3Bkb3duLW1lbnUge1xuICAgICAgICBsZWZ0OiA4cHg7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbjo6bmctZGVlcCAuc2VsZWN0IHtcbiAgY29sb3I6IEBwcmltYXJ5ICFpbXBvcnRhbnQ7XG59XG5cbjo6bmctZGVlcCBnZC1kcm9wLWRvd24ge1xuICB6LWluZGV4OiA5OTk5OTkgIWltcG9ydGFudDtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLnN0YW1wLWJvZHkge1xuICAgIHdpZHRoOiBpbmhlcml0O1xuICAgIGhlaWdodDogaW5oZXJpdDtcbiAgfVxufVxuIiwiLnN0YW1wLWJvZHkge1xuICB3aWR0aDogMTAzNnB4O1xuICBoZWlnaHQ6IDU2MXB4O1xufVxuLnN0YW1wLWJvZHkgOjpuZy1kZWVwIC5idXR0b24ge1xuICBmb250LXNpemU6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gIGNvbG9yOiAjM0U0RTVBICFpbXBvcnRhbnQ7XG59XG4uc3RhbXAtYm9keSA6Om5nLWRlZXAgLmJ1dHRvbiA6Om5nLWRlZXAgLnRleHQge1xuICBwYWRkaW5nLWxlZnQ6IDBweCAhaW1wb3J0YW50O1xufVxuLnN0YW1wLWJvZHkgLmNzZy10ZXh0LWlucHV0IHtcbiAgcGFkZGluZzogNXB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTZlNmU2O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMTIwcHg7XG4gIGxlZnQ6IDBweDtcbiAgd2lkdGg6IGNhbGMoMTAwJSAtIDEwcHgpO1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBkaXNwbGF5OiBmbGV4O1xuICB6LWluZGV4OiA5OTk5OTtcbn1cbi5zdGFtcC1ib2R5IC5jc2ctdGV4dC1pbnB1dDo6YWZ0ZXIge1xuICBjb250ZW50OiBcIiBcIjtcbiAgd2lkdGg6IDA7XG4gIGhlaWdodDogMDtcbiAgYm9yZGVyLXN0eWxlOiBzb2xpZDtcbiAgYm9yZGVyLXdpZHRoOiAwIDRweCA1cHggNHB4O1xuICBib3JkZXItY29sb3I6IHRyYW5zcGFyZW50IHRyYW5zcGFyZW50ICNlNmU2ZTYgdHJhbnNwYXJlbnQ7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAtNXB4O1xuICByaWdodDogMTEwcHg7XG59XG4uc3RhbXAtYm9keSAuY3NnLXRleHQtaW5wdXQgaW5wdXQge1xuICBoZWlnaHQ6IDIwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICBwYWRkaW5nOiAwO1xuICBtYXJnaW46IDBweCAxMHB4IDBweCAwcHg7XG59XG4uc3RhbXAtYm9keSAuY3NnLWluc2VydC10ZXh0IHtcbiAgd2lkdGg6IDI3cHg7XG4gIGhlaWdodDogMjdweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzM3ODdGNTtcbiAgbWFyZ2luOiAwcHg7XG59XG4uc3RhbXAtYm9keSAuY3NnLWluc2VydC10ZXh0IC5pY29uIHtcbiAgcGFkZGluZzogNXB4O1xuICBjb2xvcjogd2hpdGU7XG59XG4uc3RhbXAtaGVhZGVyIHtcbiAgaGVpZ2h0OiA2MHB4O1xuICB3aWR0aDogMTAwJTtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmhlYWRlci1idXR0b25zIHtcbiAgZGlzcGxheTogZmxleDtcbn1cbi5oZWFkZXItYnV0dG9ucyAucGx1cyB7XG4gIGZvbnQtc2l6ZTogOHB4O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGhlaWdodDogNXB4O1xuICB3aWR0aDogNXB4O1xuICByaWdodDogMTBweDtcbiAgYm90dG9tOiAxMHB4O1xufVxuLnN0YW1wLWV4cG9ydCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNWMyZDQ7XG4gIG1hcmdpbi1yaWdodDogMTBweDtcbiAgd2lkdGg6IDY4cHg7XG4gIGhlaWdodDogMzdweDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICBjb2xvcjogI0ZGRjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgY3Vyc29yOiBwb2ludGVyO1xufVxuLnN0YW1wLWV4cG9ydCAuaWNvbiB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGZsZXg6IDAgMCAyN3B4O1xufVxuLnN0YW1wLWV4cG9ydCAuc2F2ZS1idXR0b24ge1xuICBmb250LXNpemU6IDEwcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGZsZXg6IDAgMCA0MHB4O1xufVxuLmdkLWRyYXctc3RhbXAge1xuICBiYWNrZ3JvdW5kLWltYWdlOiB1cmwoZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFDQUFBQUFoQ0FZQUFBQzRKcWxSQUFBQUNYQklXWE1BQUE3RUFBQU94QUdWS3c0YkFBQUE0VWxFUVZSNG5PMldiUXVETUF5RSsvLy9xMFdoS2lpYWNZRks3QmVYSzJPTUpYQzJTRjhlcjJrd2lUUE84MVN0NnlvNVp4bUdRZHNuWVp3ZGkvNnlMSklDSUFBQ0lBQUM0S2NBNnVZTWdOMzRCbUFYOVFnQTlhdFl1UUdPNDdqNm1NdzRZRFhQc3lROFBDcWxhQXNBdU5BamRZQzFEeURlWTdNT1F1b0FZMTBMMENib08wS29BeXdBNk5zRm4yNlFCYVVCNmhGWUFPOFZyaEVBQWZDL0FQUTF0SlhRQzlDQ1hBQnNLUVpBVzFxcFN0Z0R3Rzcra1ZMOGRRQlBBbllEUU40Y3dGZ3J2Rk9BZmQvRnEyM2I5SWRpSEVlWnBva1dBRjQxdWdLTzV1N2dONkVRQUFBRlpMNU5BQUFBQUVsRlRrU3VRbUNDKSAhaW1wb3J0YW50O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHBhZGRpbmc6IDAgIWltcG9ydGFudDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZ2QtZHJhdy1zdGFtcCBpbnB1dCB7XG4gIGhlaWdodDogMzBweDtcbiAgb3V0bGluZTogMnB4IHNvbGlkICM2NzlGRkE7XG59XG4uZ2QtZHJhdy1zdGFtcCAuZ2QtZHJhdy1zdGFtcC10ZXh0IHtcbiAgei1pbmRleDogOTk5OTk7XG59XG4uZ2QtZHJhdy1zdGFtcCAuZ2QtdGV4dC1tZW51LWNvbnRleHQge1xuICBoZWlnaHQ6IDM3cHg7XG4gIHRvcDogMTgwcHg7XG4gIHBhZGRpbmc6IDA7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkZGRkY7XG4gIGN1cnNvcjogZGVmYXVsdDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBib3gtc2hhZG93OiByZ2JhKDAsIDAsIDAsIDAuNTIpIDBweCAwcHggNXB4O1xufVxuLmdkLWRyYXctc3RhbXAgLmdkLXRleHQtbWVudS1jb250ZXh0IDo6bmctZGVlcCAuY29sb3ItZm9yLXRleHQge1xuICBmbGV4OiAxO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG59XG4uZ2QtZHJhdy1zdGFtcCAuZ2QtdGV4dC1tZW51LWNvbnRleHQgLnN0YW1wLXRyYXNoIHtcbiAgZmxleDogMCAwIDM3cHg7XG4gIG1hcmdpbi1yaWdodDogOHB4O1xufVxuLmdkLWRyYXctc3RhbXAgLmdkLXRleHQtbWVudS1jb250ZXh0IDo6bmctZGVlcCAuZmlyc3QtY29tcG9uZW50IDo6bmctZGVlcCAuZHJvcGRvd24tbWVudSB7XG4gIGxlZnQ6IDhweDtcbn1cbjo6bmctZGVlcCAuc2VsZWN0IHtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCBnZC1kcm9wLWRvd24ge1xuICB6LWluZGV4OiA5OTk5OTkgIWltcG9ydGFudDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLnN0YW1wLWJvZHkge1xuICAgIHdpZHRoOiBpbmhlcml0O1xuICAgIGhlaWdodDogaW5oZXJpdDtcbiAgfVxufVxuIl19 */" +module.exports = ".stamp-body {\n width: 1036px;\n height: 561px;\n}\n.stamp-body ::ng-deep .button {\n font-size: unset !important;\n color: #3E4E5A !important;\n}\n.stamp-body ::ng-deep .button ::ng-deep .text {\n padding-left: 0px !important;\n}\n.stamp-body .csg-text-input {\n padding: 5px;\n background-color: #e6e6e6;\n position: absolute;\n top: 120px;\n left: 0px;\n width: calc(100% - 10px);\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n display: -webkit-box;\n display: flex;\n z-index: 99999;\n}\n.stamp-body .csg-text-input::after {\n content: \" \";\n width: 0;\n height: 0;\n border-style: solid;\n border-width: 0 4px 5px 4px;\n border-color: transparent transparent #e6e6e6 transparent;\n position: absolute;\n top: -5px;\n right: 110px;\n}\n.stamp-body .csg-text-input input {\n height: 20px;\n width: 100%;\n padding: 0;\n margin: 0px 10px 0px 0px;\n}\n.stamp-body .csg-insert-text {\n width: 27px;\n height: 27px;\n background-color: #3787F5;\n margin: 0px;\n}\n.stamp-body .csg-insert-text .icon {\n padding: 5px;\n color: white;\n}\n.stamp-header {\n height: 60px;\n width: 100%;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: justify;\n justify-content: space-between;\n -webkit-box-align: center;\n align-items: center;\n}\n.header-buttons {\n display: -webkit-box;\n display: flex;\n}\n.header-buttons .plus {\n font-size: 8px;\n position: absolute;\n height: 5px;\n width: 5px;\n right: 10px;\n bottom: 10px;\n}\n.stamp-export {\n background-color: #25c2d4;\n margin-right: 10px;\n width: 68px;\n height: 37px;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: justify;\n justify-content: space-between;\n color: #FFF;\n -webkit-box-align: center;\n align-items: center;\n cursor: pointer;\n}\n.stamp-export .icon {\n display: -webkit-box;\n display: flex;\n text-align: center;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-flex: 0;\n flex: 0 0 27px;\n}\n.stamp-export .save-button {\n font-size: 10px;\n display: -webkit-box;\n display: flex;\n text-align: center;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-flex: 0;\n flex: 0 0 40px;\n}\n.gd-draw-stamp {\n background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAhCAYAAAC4JqlRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA4UlEQVR4nO2WbQuDMAyE+///q0WhKiiacYFK7BeXK2OMJXC2SF8er2kwiTPO81St6yo5ZxmGQdsnYZwdi/6yLJICIAACIAAC4KcA6uYMgN34BmAX9QgA9atYuQGO47j6mMw4YDXPsyQ8PCqlaAsAuNAjdYC1DyDeY7MOQuoAY10L0CboO0KoAywA6NsFn26QBaUB6hFYAO8VrhEAAfC/APQ1tJXQC9CCXABsKQZAW1qpStgDwG7+kVL8dQBPAnYDQN4cwFgrvFOAfd/Fq23b9IdiHEeZpokWAF41ugKO5u7gN6EQAAAFZL5NAAAAAElFTkSuQmCC) !important;\n position: absolute;\n padding: 0 !important;\n background-color: #fff;\n display: -webkit-box;\n display: flex;\n -webkit-box-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n align-items: center;\n}\n.gd-draw-stamp input {\n height: 30px;\n outline: 2px solid #679FFA;\n}\n.gd-draw-stamp .gd-draw-stamp-text {\n z-index: 99999;\n}\n.gd-draw-stamp .gd-text-menu-context {\n height: 37px;\n top: 180px;\n padding: 0;\n background-color: #FFFFFF;\n cursor: default;\n position: absolute;\n box-shadow: rgba(0, 0, 0, 0.52) 0px 0px 5px;\n}\n.gd-draw-stamp .gd-text-menu-context ::ng-deep .color-for-text {\n -webkit-box-flex: 1;\n flex: 1;\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n -webkit-box-pack: start;\n justify-content: flex-start;\n}\n.gd-draw-stamp .gd-text-menu-context .stamp-trash {\n -webkit-box-flex: 0;\n flex: 0 0 37px;\n margin-right: 8px;\n}\n.gd-draw-stamp .gd-text-menu-context ::ng-deep .first-component ::ng-deep .dropdown-menu {\n left: 8px;\n}\n::ng-deep .select {\n color: #3E4E5A !important;\n}\n::ng-deep gd-drop-down {\n z-index: 999999 !important;\n}\n@media (max-width: 1037px) {\n .stamp-body {\n width: inherit;\n height: inherit;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc3RhbXAtbW9kYWwvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3NpZ25hdHVyZS9zcmMvbGliL3N0YW1wLW1vZGFsL3N0YW1wLW1vZGFsLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zdGFtcC1tb2RhbC9zdGFtcC1tb2RhbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLGFBQUE7RUFDQSxhQUFBO0FDREY7QUREQTtFQUtJLDJCQUFBO0VBQ0EseUJBQUE7QUNESjtBRExBO0VBU00sNEJBQUE7QUNETjtBRFJBO0VBY0ksWUFBQTtFQUNBLHlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxVQUFBO0VBQ0EsU0FBQTtFQUNBLHdCQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsY0FBQTtBQ0hKO0FEbkJBO0VBMEJJLFlBQUE7RUFDQSxRQUFBO0VBQ0EsU0FBQTtFQUNBLG1CQUFBO0VBQ0EsMkJBQUE7RUFDQSx5REFBQTtFQUNBLGtCQUFBO0VBQ0EsU0FBQTtFQUNBLFlBQUE7QUNKSjtBRDlCQTtFQXNDSSxZQUFBO0VBQ0EsV0FBQTtFQUNBLFVBQUE7RUFDQSx3QkFBQTtBQ0xKO0FEcENBO0VBNkNJLFdBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7RUFDQSxXQUFBO0FDTko7QUQxQ0E7RUFtRE0sWUFBQTtFQUNBLFlBQUE7QUNOTjtBRFdBO0VBQ0UsWUFBQTtFQUNBLFdBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLDhCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ1RGO0FEWUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7QUNWRjtBRFNBO0VBSUksY0FBQTtFQUNBLGtCQUFBO0VBQ0EsV0FBQTtFQUNBLFVBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtBQ1ZKO0FEY0E7RUFDRSx5QkFBQTtFQUNBLGtCQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLDhCQUFBO0VBQ0EsV0FBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxlQUFBO0FDWkY7QURHQTtFQVlJLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGtCQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLG1CQUFBO1VBQUEsY0FBQTtBQ1pKO0FESEE7RUFtQkksZUFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGtCQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLG1CQUFBO1VBQUEsY0FBQTtBQ2JKO0FEaUJBO0VBQ0UsNGNBQUE7RUFDQSxrQkFBQTtFQUNBLHFCQUFBO0VBQ0Esc0JBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ2ZGO0FEUUE7RUFVSSxZQUFBO0VBQ0EsMEJBQUE7QUNmSjtBRElBO0VBZUksY0FBQTtBQ2hCSjtBRENBO0VBbUJJLFlBQUE7RUFDQSxVQUFBO0VBQ0EsVUFBQTtFQUNBLHlCQUFBO0VBQ0EsZUFBQTtFQUNBLGtCQUFBO0VBQ0EsMkNBQUE7QUNqQko7QURSQTtFQTRCTSxtQkFBQTtVQUFBLE9BQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsdUJBQUE7VUFBQSwyQkFBQTtBQ2pCTjtBRGRBO0VBbUNNLG1CQUFBO1VBQUEsY0FBQTtFQUNBLGlCQUFBO0FDbEJOO0FEbEJBO0VBeUNRLFNBQUE7QUNwQlI7QUQwQkE7RUFDRSx5QkFBQTtBQ3hCRjtBRDJCQTtFQUNFLDBCQUFBO0FDekJGO0FENEJBO0VBQ0U7SUFDRSxjQUFBO0lBQ0EsZUFBQTtFQzFCRjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc3RhbXAtbW9kYWwvc3RhbXAtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLnN0YW1wLWJvZHkge1xuICB3aWR0aDogMTAzNnB4O1xuICBoZWlnaHQ6IDU2MXB4O1xuXG4gIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICBmb250LXNpemU6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgY29sb3I6IEBwcmltYXJ5ICFpbXBvcnRhbnQ7XG5cbiAgICA6Om5nLWRlZXAgLnRleHQge1xuICAgICAgcGFkZGluZy1sZWZ0OiAwcHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICAuY3NnLXRleHQtaW5wdXQge1xuICAgIHBhZGRpbmc6IDVweDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTZlNmU2O1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDEyMHB4O1xuICAgIGxlZnQ6IDBweDtcbiAgICB3aWR0aDogflwiY2FsYygxMDAlIC0gMTBweClcIjtcbiAgICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgei1pbmRleDogOTk5OTk7XG4gIH1cblxuICAuY3NnLXRleHQtaW5wdXQ6OmFmdGVyIHtcbiAgICBjb250ZW50OiBcIiBcIjtcbiAgICB3aWR0aDogMDtcbiAgICBoZWlnaHQ6IDA7XG4gICAgYm9yZGVyLXN0eWxlOiBzb2xpZDtcbiAgICBib3JkZXItd2lkdGg6IDAgNHB4IDVweCA0cHg7XG4gICAgYm9yZGVyLWNvbG9yOiB0cmFuc3BhcmVudCB0cmFuc3BhcmVudCAjZTZlNmU2IHRyYW5zcGFyZW50O1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IC01cHg7XG4gICAgcmlnaHQ6IDExMHB4O1xuICB9XG5cbiAgLmNzZy10ZXh0LWlucHV0IGlucHV0IHtcbiAgICBoZWlnaHQ6IDIwcHg7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgcGFkZGluZzogMDtcbiAgICBtYXJnaW46IDBweCAxMHB4IDBweCAwcHg7XG4gIH1cblxuICAuY3NnLWluc2VydC10ZXh0IHtcbiAgICB3aWR0aDogMjdweDtcbiAgICBoZWlnaHQ6IDI3cHg7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogIzM3ODdGNTtcbiAgICBtYXJnaW46IDBweDtcblxuICAgIC5pY29uIHtcbiAgICAgIHBhZGRpbmc6IDVweDtcbiAgICAgIGNvbG9yOiB3aGl0ZTtcbiAgICB9XG4gIH1cbn1cblxuLnN0YW1wLWhlYWRlciB7XG4gIGhlaWdodDogNjBweDtcbiAgd2lkdGg6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cblxuLmhlYWRlci1idXR0b25zIHtcbiAgZGlzcGxheTogZmxleDtcblxuICAucGx1cyB7XG4gICAgZm9udC1zaXplOiA4cHg7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIGhlaWdodDogNXB4O1xuICAgIHdpZHRoOiA1cHg7XG4gICAgcmlnaHQ6IDEwcHg7XG4gICAgYm90dG9tOiAxMHB4O1xuICB9XG59XG5cbi5zdGFtcC1leHBvcnQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAYnJhbmQ7XG4gIG1hcmdpbi1yaWdodDogMTBweDtcbiAgd2lkdGg6IDY4cHg7XG4gIGhlaWdodDogMzdweDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICBjb2xvcjogI0ZGRjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgY3Vyc29yOiBwb2ludGVyO1xuXG4gIC5pY29uIHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBmbGV4OiAwIDAgMjdweDtcbiAgfVxuXG4gIC5zYXZlLWJ1dHRvbiB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIGZsZXg6IDAgMCA0MHB4O1xuICB9XG59XG5cbi5nZC1kcmF3LXN0YW1wIHtcbiAgYmFja2dyb3VuZC1pbWFnZTogdXJsKGRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQ0FBQUFBaENBWUFBQUM0SnFsUkFBQUFDWEJJV1hNQUFBN0VBQUFPeEFHVkt3NGJBQUFBNFVsRVFWUjRuTzJXYlF1RE1BeUUrLy8vcTBXaEtpaWFjWUZLN0JlWEsyT01KWEMyU0Y4ZXIya3dpVFBPODFTdDZ5bzVaeG1HUWRzbllad2RpLzZ5TEpJQ0lBQUNJQUFDNEtjQTZ1WU1nTjM0Qm1BWDlRZ0E5YXRZdVFHTzQ3ajZtTXc0WURYUHN5UThQQ3FsYUFzQXVOQWpkWUMxRHlEZVk3TU9RdW9BWTEwTDBDYm9PMEtvQXl3QTZOc0ZuMjZRQmFVQjZoRllBTzhWcmhFQUFmQy9BUFExdEpYUUM5Q0NYQUJzS1FaQVcxcXBTdGdEd0c3K2tWTDhkUUJQQW5ZRFFONGN3RmdydkZPQWZkL0ZxMjNiOUlkaUhFZVpwb2tXQUY0MXVnS081dTdnTjZFUUFBQUZaTDVOQUFBQUFFbEZUa1N1UW1DQykgIWltcG9ydGFudDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBwYWRkaW5nOiAwICFpbXBvcnRhbnQ7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuXG4gIGlucHV0IHtcbiAgICBoZWlnaHQ6IDMwcHg7XG4gICAgb3V0bGluZTogMnB4IHNvbGlkICM2NzlGRkE7XG4gIH1cblxuICAuZ2QtZHJhdy1zdGFtcC10ZXh0IHtcbiAgICB6LWluZGV4OiA5OTk5OTtcbiAgfVxuXG4gIC5nZC10ZXh0LW1lbnUtY29udGV4dCB7XG4gICAgaGVpZ2h0OiAzN3B4O1xuICAgIHRvcDogMTgwcHg7XG4gICAgcGFkZGluZzogMDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGRkZGO1xuICAgIGN1cnNvcjogZGVmYXVsdDtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgYm94LXNoYWRvdzogcmdiYSgwLCAwLCAwLCAwLjUyKSAwcHggMHB4IDVweDtcblxuICAgIDo6bmctZGVlcCAuY29sb3ItZm9yLXRleHQge1xuICAgICAgZmxleDogMTtcbiAgICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgICAganVzdGlmeS1jb250ZW50OiBmbGV4LXN0YXJ0O1xuICAgIH1cblxuICAgIC5zdGFtcC10cmFzaCB7XG4gICAgICBmbGV4OiAwIDAgMzdweDtcbiAgICAgIG1hcmdpbi1yaWdodDogOHB4O1xuICAgIH1cblxuICAgIDo6bmctZGVlcCAuZmlyc3QtY29tcG9uZW50IHtcbiAgICAgIDo6bmctZGVlcCAuZHJvcGRvd24tbWVudSB7XG4gICAgICAgIGxlZnQ6IDhweDtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBjb2xvcjogQHByaW1hcnkgIWltcG9ydGFudDtcbn1cblxuOjpuZy1kZWVwIGdkLWRyb3AtZG93biB7XG4gIHotaW5kZXg6IDk5OTk5OSAhaW1wb3J0YW50O1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuc3RhbXAtYm9keSB7XG4gICAgd2lkdGg6IGluaGVyaXQ7XG4gICAgaGVpZ2h0OiBpbmhlcml0O1xuICB9XG59XG4iLCIuc3RhbXAtYm9keSB7XG4gIHdpZHRoOiAxMDM2cHg7XG4gIGhlaWdodDogNTYxcHg7XG59XG4uc3RhbXAtYm9keSA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIGZvbnQtc2l6ZTogdW5zZXQgIWltcG9ydGFudDtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbn1cbi5zdGFtcC1ib2R5IDo6bmctZGVlcCAuYnV0dG9uIDo6bmctZGVlcCAudGV4dCB7XG4gIHBhZGRpbmctbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG59XG4uc3RhbXAtYm9keSAuY3NnLXRleHQtaW5wdXQge1xuICBwYWRkaW5nOiA1cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlNmU2ZTY7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAxMjBweDtcbiAgbGVmdDogMHB4O1xuICB3aWR0aDogY2FsYygxMDAlIC0gMTBweCk7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHotaW5kZXg6IDk5OTk5O1xufVxuLnN0YW1wLWJvZHkgLmNzZy10ZXh0LWlucHV0OjphZnRlciB7XG4gIGNvbnRlbnQ6IFwiIFwiO1xuICB3aWR0aDogMDtcbiAgaGVpZ2h0OiAwO1xuICBib3JkZXItc3R5bGU6IHNvbGlkO1xuICBib3JkZXItd2lkdGg6IDAgNHB4IDVweCA0cHg7XG4gIGJvcmRlci1jb2xvcjogdHJhbnNwYXJlbnQgdHJhbnNwYXJlbnQgI2U2ZTZlNiB0cmFuc3BhcmVudDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IC01cHg7XG4gIHJpZ2h0OiAxMTBweDtcbn1cbi5zdGFtcC1ib2R5IC5jc2ctdGV4dC1pbnB1dCBpbnB1dCB7XG4gIGhlaWdodDogMjBweDtcbiAgd2lkdGg6IDEwMCU7XG4gIHBhZGRpbmc6IDA7XG4gIG1hcmdpbjogMHB4IDEwcHggMHB4IDBweDtcbn1cbi5zdGFtcC1ib2R5IC5jc2ctaW5zZXJ0LXRleHQge1xuICB3aWR0aDogMjdweDtcbiAgaGVpZ2h0OiAyN3B4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMzc4N0Y1O1xuICBtYXJnaW46IDBweDtcbn1cbi5zdGFtcC1ib2R5IC5jc2ctaW5zZXJ0LXRleHQgLmljb24ge1xuICBwYWRkaW5nOiA1cHg7XG4gIGNvbG9yOiB3aGl0ZTtcbn1cbi5zdGFtcC1oZWFkZXIge1xuICBoZWlnaHQ6IDYwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uaGVhZGVyLWJ1dHRvbnMge1xuICBkaXNwbGF5OiBmbGV4O1xufVxuLmhlYWRlci1idXR0b25zIC5wbHVzIHtcbiAgZm9udC1zaXplOiA4cHg7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgaGVpZ2h0OiA1cHg7XG4gIHdpZHRoOiA1cHg7XG4gIHJpZ2h0OiAxMHB4O1xuICBib3R0b206IDEwcHg7XG59XG4uc3RhbXAtZXhwb3J0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzI1YzJkNDtcbiAgbWFyZ2luLXJpZ2h0OiAxMHB4O1xuICB3aWR0aDogNjhweDtcbiAgaGVpZ2h0OiAzN3B4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIGNvbG9yOiAjRkZGO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uc3RhbXAtZXhwb3J0IC5pY29uIHtcbiAgZGlzcGxheTogZmxleDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleDogMCAwIDI3cHg7XG59XG4uc3RhbXAtZXhwb3J0IC5zYXZlLWJ1dHRvbiB7XG4gIGZvbnQtc2l6ZTogMTBweDtcbiAgZGlzcGxheTogZmxleDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleDogMCAwIDQwcHg7XG59XG4uZ2QtZHJhdy1zdGFtcCB7XG4gIGJhY2tncm91bmQtaW1hZ2U6IHVybChkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUNBQUFBQWhDQVlBQUFDNEpxbFJBQUFBQ1hCSVdYTUFBQTdFQUFBT3hBR1ZLdzRiQUFBQTRVbEVRVlI0bk8yV2JRdURNQXlFKy8vL3EwV2hLaWlhY1lGSzdCZVhLMk9NSlhDMlNGOGVyMmt3aVRQTzgxU3Q2eW81WnhtR1Fkc25ZWndkaS82eUxKSUNJQUFDSUFBQzRLY0E2dVlNZ04zNEJtQVg5UWdBOWF0WXVRR080N2o2bU13NFlEWFBzeVE4UENxbGFBc0F1TkFqZFlDMUR5RGVZN01PUXVvQVkxMEwwQ2JvTzBLb0F5d0E2TnNGbjI2UUJhVUI2aEZZQU84VnJoRUFBZkMvQVBRMXRKWFFDOUNDWEFCc0tRWkFXMXFwU3RnRHdHNytrVkw4ZFFCUEFuWURRTjRjd0ZncnZGT0FmZC9GcTIzYjlJZGlIRWVacG9rV0FGNDF1Z0tPNXU3Z042RVFBQUFGWkw1TkFBQUFBRWxGVGtTdVFtQ0MpICFpbXBvcnRhbnQ7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcGFkZGluZzogMCAhaW1wb3J0YW50O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmO1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cbi5nZC1kcmF3LXN0YW1wIGlucHV0IHtcbiAgaGVpZ2h0OiAzMHB4O1xuICBvdXRsaW5lOiAycHggc29saWQgIzY3OUZGQTtcbn1cbi5nZC1kcmF3LXN0YW1wIC5nZC1kcmF3LXN0YW1wLXRleHQge1xuICB6LWluZGV4OiA5OTk5OTtcbn1cbi5nZC1kcmF3LXN0YW1wIC5nZC10ZXh0LW1lbnUtY29udGV4dCB7XG4gIGhlaWdodDogMzdweDtcbiAgdG9wOiAxODBweDtcbiAgcGFkZGluZzogMDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJveC1zaGFkb3c6IHJnYmEoMCwgMCwgMCwgMC41MikgMHB4IDBweCA1cHg7XG59XG4uZ2QtZHJhdy1zdGFtcCAuZ2QtdGV4dC1tZW51LWNvbnRleHQgOjpuZy1kZWVwIC5jb2xvci1mb3ItdGV4dCB7XG4gIGZsZXg6IDE7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogZmxleC1zdGFydDtcbn1cbi5nZC1kcmF3LXN0YW1wIC5nZC10ZXh0LW1lbnUtY29udGV4dCAuc3RhbXAtdHJhc2gge1xuICBmbGV4OiAwIDAgMzdweDtcbiAgbWFyZ2luLXJpZ2h0OiA4cHg7XG59XG4uZ2QtZHJhdy1zdGFtcCAuZ2QtdGV4dC1tZW51LWNvbnRleHQgOjpuZy1kZWVwIC5maXJzdC1jb21wb25lbnQgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgbGVmdDogOHB4O1xufVxuOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBjb2xvcjogIzNFNEU1QSAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIGdkLWRyb3AtZG93biB7XG4gIHotaW5kZXg6IDk5OTk5OSAhaW1wb3J0YW50O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAuc3RhbXAtYm9keSB7XG4gICAgd2lkdGg6IGluaGVyaXQ7XG4gICAgaGVpZ2h0OiBpbmhlcml0O1xuICB9XG59XG4iXX0= */" /***/ }), /***/ "../../libs/signature/src/lib/stamp-modal/stamp-modal.component.ts": -/*!******************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/stamp-modal/stamp-modal.component.ts ***! - \******************************************************************************************************************/ +/*!******************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/stamp-modal/stamp-modal.component.ts ***! + \******************************************************************************************************/ /*! exports provided: StampModalComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -15403,6 +19418,7 @@ var StampModalComponent = /** @class */ (function () { var img = canvasComponent.canvas.nativeElement.toDataURL("image/png"); this._signatureService.saveStamp(img, props).subscribe(function () { _this._tabActivationService.changeActiveTab(_signature_models__WEBPACK_IMPORTED_MODULE_2__["SignatureType"].STAMP.id); + _this._signatureService.refreshSignatures(); }); this.close(); }; @@ -15608,20 +19624,20 @@ var StampModalComponent = /** @class */ (function () { /***/ }), /***/ "../../libs/signature/src/lib/upload-signature/upload-signature.component.less": -/*!******************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/upload-signature/upload-signature.component.less ***! - \******************************************************************************************************************************/ +/*!******************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/upload-signature/upload-signature.component.less ***! + \******************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-upload-inputs {\n height: 350px;\n text-align: center;\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-pack: center;\n justify-content: center;\n align-content: center;\n background-color: #FFF;\n}\n.gd-upload-inputs .icon {\n font-size: 52px;\n color: #959DA5;\n}\n.gd-upload-inputs input {\n opacity: 0;\n position: absolute;\n cursor: pointer;\n width: -webkit-fit-content;\n width: -moz-fit-content;\n width: fit-content;\n height: 203px;\n}\n.gd-upload-title {\n color: #bababa;\n font-size: 13px;\n margin: 10px 0px 0px 0px;\n}\n.text {\n font-size: 12px;\n text-align: center;\n}\n@media (max-width: 1037px) {\n .gd-upload-inputs {\n width: -webkit-fill-available;\n }\n .gd-upload-inputs input {\n width: -webkit-fill-available;\n height: 201px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi91cGxvYWQtc2lnbmF0dXJlL3VwbG9hZC1zaWduYXR1cmUuY29tcG9uZW50Lmxlc3MiLCJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3VwbG9hZC1zaWduYXR1cmUvdXBsb2FkLXNpZ25hdHVyZS5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLGFBQUE7RUFDQSxrQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxxQkFBQTtFQUNBLHNCQUFBO0FDREY7QUROQTtFQVVJLGVBQUE7RUFDQSxjQUFBO0FDREo7QURWQTtFQWVJLFVBQUE7RUFDQSxrQkFBQTtFQUNBLGVBQUE7RUFDQSwwQkFBQTtFQUFBLHVCQUFBO0VBQUEsa0JBQUE7RUFDQSxhQUFBO0FDRko7QURNQTtFQUNFLGNBQUE7RUFDQSxlQUFBO0VBQ0Esd0JBQUE7QUNKRjtBRE9BO0VBQ0UsZUFBQTtFQUNBLGtCQUFBO0FDTEY7QURRQTtFQUVFO0lBQ0UsNkJBQUE7RUNQRjtFRFVBO0lBQ0UsNkJBQUE7SUFDQSxhQUFBO0VDUkY7QUFDRiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3VwbG9hZC1zaWduYXR1cmUvdXBsb2FkLXNpZ25hdHVyZS5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uZ2QtdXBsb2FkLWlucHV0cyB7XG4gIGhlaWdodDogMzUwcHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRjtcblxuICAuaWNvbiB7XG4gICAgZm9udC1zaXplOiA1MnB4O1xuICAgIGNvbG9yOiAjOTU5REE1O1xuICB9XG5cbiAgaW5wdXQge1xuICAgIG9wYWNpdHk6IDA7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICB3aWR0aDogZml0LWNvbnRlbnQ7XG4gICAgaGVpZ2h0OiAyMDNweDtcbiAgfVxufVxuXG4uZ2QtdXBsb2FkLXRpdGxlIHtcbiAgY29sb3I6ICNiYWJhYmE7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgbWFyZ2luOiAxMHB4IDBweCAwcHggMHB4O1xufVxuXG4udGV4dCB7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuXG4gIC5nZC11cGxvYWQtaW5wdXRzIHtcbiAgICB3aWR0aDogLXdlYmtpdC1maWxsLWF2YWlsYWJsZTtcbiAgfVxuXG4gIC5nZC11cGxvYWQtaW5wdXRzIGlucHV0IHtcbiAgICB3aWR0aDogLXdlYmtpdC1maWxsLWF2YWlsYWJsZTtcbiAgICBoZWlnaHQ6IDIwMXB4O1xuICB9XG59XG4iLCIuZ2QtdXBsb2FkLWlucHV0cyB7XG4gIGhlaWdodDogMzUwcHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRjtcbn1cbi5nZC11cGxvYWQtaW5wdXRzIC5pY29uIHtcbiAgZm9udC1zaXplOiA1MnB4O1xuICBjb2xvcjogIzk1OURBNTtcbn1cbi5nZC11cGxvYWQtaW5wdXRzIGlucHV0IHtcbiAgb3BhY2l0eTogMDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIHdpZHRoOiBmaXQtY29udGVudDtcbiAgaGVpZ2h0OiAyMDNweDtcbn1cbi5nZC11cGxvYWQtdGl0bGUge1xuICBjb2xvcjogI2JhYmFiYTtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBtYXJnaW46IDEwcHggMHB4IDBweCAwcHg7XG59XG4udGV4dCB7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAuZ2QtdXBsb2FkLWlucHV0cyB7XG4gICAgd2lkdGg6IC13ZWJraXQtZmlsbC1hdmFpbGFibGU7XG4gIH1cbiAgLmdkLXVwbG9hZC1pbnB1dHMgaW5wdXQge1xuICAgIHdpZHRoOiAtd2Via2l0LWZpbGwtYXZhaWxhYmxlO1xuICAgIGhlaWdodDogMjAxcHg7XG4gIH1cbn1cbiJdfQ== */" +module.exports = ".gd-upload-inputs {\n height: 350px;\n text-align: center;\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n -webkit-box-pack: center;\n justify-content: center;\n align-content: center;\n background-color: #FFF;\n}\n.gd-upload-inputs .icon {\n font-size: 52px;\n color: #959DA5;\n}\n.gd-upload-inputs input {\n opacity: 0;\n position: absolute;\n cursor: pointer;\n width: -webkit-fit-content;\n width: -moz-fit-content;\n width: fit-content;\n height: 203px;\n}\n.gd-upload-title {\n color: #bababa;\n font-size: 13px;\n margin: 10px 0px 0px 0px;\n}\n.text {\n font-size: 12px;\n text-align: center;\n}\n@media (max-width: 1037px) {\n .gd-upload-inputs {\n width: -webkit-fill-available;\n }\n .gd-upload-inputs input {\n width: -webkit-fill-available;\n height: 201px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvdXBsb2FkLXNpZ25hdHVyZS9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvc2lnbmF0dXJlL3NyYy9saWIvdXBsb2FkLXNpZ25hdHVyZS91cGxvYWQtc2lnbmF0dXJlLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi91cGxvYWQtc2lnbmF0dXJlL3VwbG9hZC1zaWduYXR1cmUuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxhQUFBO0VBQ0Esa0JBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EscUJBQUE7RUFDQSxzQkFBQTtBQ0RGO0FETkE7RUFVSSxlQUFBO0VBQ0EsY0FBQTtBQ0RKO0FEVkE7RUFlSSxVQUFBO0VBQ0Esa0JBQUE7RUFDQSxlQUFBO0VBQ0EsMEJBQUE7RUFBQSx1QkFBQTtFQUFBLGtCQUFBO0VBQ0EsYUFBQTtBQ0ZKO0FETUE7RUFDRSxjQUFBO0VBQ0EsZUFBQTtFQUNBLHdCQUFBO0FDSkY7QURPQTtFQUNFLGVBQUE7RUFDQSxrQkFBQTtBQ0xGO0FEUUE7RUFFRTtJQUNFLDZCQUFBO0VDUEY7RURVQTtJQUNFLDZCQUFBO0lBQ0EsYUFBQTtFQ1JGO0FBQ0YiLCJmaWxlIjoibGlicy9zaWduYXR1cmUvc3JjL2xpYi91cGxvYWQtc2lnbmF0dXJlL3VwbG9hZC1zaWduYXR1cmUuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLXVwbG9hZC1pbnB1dHMge1xuICBoZWlnaHQ6IDM1MHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1jb250ZW50OiBjZW50ZXI7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkY7XG5cbiAgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogNTJweDtcbiAgICBjb2xvcjogIzk1OURBNTtcbiAgfVxuXG4gIGlucHV0IHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgd2lkdGg6IGZpdC1jb250ZW50O1xuICAgIGhlaWdodDogMjAzcHg7XG4gIH1cbn1cblxuLmdkLXVwbG9hZC10aXRsZSB7XG4gIGNvbG9yOiAjYmFiYWJhO1xuICBmb250LXNpemU6IDEzcHg7XG4gIG1hcmdpbjogMTBweCAwcHggMHB4IDBweDtcbn1cblxuLnRleHQge1xuICBmb250LXNpemU6IDEycHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcblxuICAuZ2QtdXBsb2FkLWlucHV0cyB7XG4gICAgd2lkdGg6IC13ZWJraXQtZmlsbC1hdmFpbGFibGU7XG4gIH1cblxuICAuZ2QtdXBsb2FkLWlucHV0cyBpbnB1dCB7XG4gICAgd2lkdGg6IC13ZWJraXQtZmlsbC1hdmFpbGFibGU7XG4gICAgaGVpZ2h0OiAyMDFweDtcbiAgfVxufVxuIiwiLmdkLXVwbG9hZC1pbnB1dHMge1xuICBoZWlnaHQ6IDM1MHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1jb250ZW50OiBjZW50ZXI7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkY7XG59XG4uZ2QtdXBsb2FkLWlucHV0cyAuaWNvbiB7XG4gIGZvbnQtc2l6ZTogNTJweDtcbiAgY29sb3I6ICM5NTlEQTU7XG59XG4uZ2QtdXBsb2FkLWlucHV0cyBpbnB1dCB7XG4gIG9wYWNpdHk6IDA7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB3aWR0aDogZml0LWNvbnRlbnQ7XG4gIGhlaWdodDogMjAzcHg7XG59XG4uZ2QtdXBsb2FkLXRpdGxlIHtcbiAgY29sb3I6ICNiYWJhYmE7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgbWFyZ2luOiAxMHB4IDBweCAwcHggMHB4O1xufVxuLnRleHQge1xuICBmb250LXNpemU6IDEycHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLXVwbG9hZC1pbnB1dHMge1xuICAgIHdpZHRoOiAtd2Via2l0LWZpbGwtYXZhaWxhYmxlO1xuICB9XG4gIC5nZC11cGxvYWQtaW5wdXRzIGlucHV0IHtcbiAgICB3aWR0aDogLXdlYmtpdC1maWxsLWF2YWlsYWJsZTtcbiAgICBoZWlnaHQ6IDIwMXB4O1xuICB9XG59XG4iXX0= */" /***/ }), /***/ "../../libs/signature/src/lib/upload-signature/upload-signature.component.ts": -/*!****************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/upload-signature/upload-signature.component.ts ***! - \****************************************************************************************************************************/ +/*!****************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/upload-signature/upload-signature.component.ts ***! + \****************************************************************************************************************/ /*! exports provided: UploadSignatureComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -15687,10 +19703,10 @@ var UploadSignatureComponent = /** @class */ (function () { /***/ }), /***/ "../../libs/viewer/src/index.ts": -/*!*******************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/index.ts ***! - \*******************************************************************************/ -/*! exports provided: initializeApp, setupLoadingInterceptor, ViewerModule, ViewerAppComponent, ViewerService, ViewerConfigService */ +/*!*******************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/index.ts ***! + \*******************************************************************/ +/*! exports provided: initializeApp, endPoint, setupLoadingInterceptor, ViewerModule, ViewerAppComponent, ViewerService, ViewerConfigService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -15698,6 +19714,8 @@ __webpack_require__.r(__webpack_exports__); /* harmony import */ var _lib_viewer_module__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./lib/viewer.module */ "../../libs/viewer/src/lib/viewer.module.ts"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "initializeApp", function() { return _lib_viewer_module__WEBPACK_IMPORTED_MODULE_0__["initializeApp"]; }); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "endPoint", function() { return _lib_viewer_module__WEBPACK_IMPORTED_MODULE_0__["endPoint"]; }); + /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "setupLoadingInterceptor", function() { return _lib_viewer_module__WEBPACK_IMPORTED_MODULE_0__["setupLoadingInterceptor"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ViewerModule", function() { return _lib_viewer_module__WEBPACK_IMPORTED_MODULE_0__["ViewerModule"]; }); @@ -15720,20 +19738,20 @@ __webpack_require__.r(__webpack_exports__); /***/ }), /***/ "../../libs/viewer/src/lib/excel-document/excel-document.component.less": -/*!***********************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/excel-document/excel-document.component.less ***! - \***********************************************************************************************************************/ +/*!***********************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/excel-document/excel-document.component.less ***! + \***********************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ":host {\n overflow: scroll;\n width: 100%;\n background-color: #e7e7e7;\n}\n.document {\n width: 100%;\n -webkit-transition: all 0.4s;\n transition: all 0.4s;\n padding: 0px;\n margin: 0px;\n position: relative;\n}\n.sheets {\n background-color: #fff;\n display: -webkit-box;\n display: flex;\n border-top: 1px solid #e7e7e7;\n position: fixed;\n bottom: 17px;\n right: 17px;\n width: 100%;\n}\n.sheets /deep/ gd-button.active .text {\n background-color: #272727;\n border-radius: 10px;\n color: #eee;\n}\n.sheets /deep/ gd-button .text {\n padding: 1px 12px;\n color: #000;\n}\n.sheets /deep/ gd-button fa-icon {\n display: none;\n}\n.sheets-wrapper {\n margin-left: 29px;\n display: -webkit-box;\n display: flex;\n}\n.page {\n position: relative;\n display: inline-block;\n background-color: #ffffff;\n -webkit-transition: all 0.3s;\n transition: all 0.3s;\n}\n.wait {\n position: absolute;\n top: 55px;\n left: Calc(30%);\n}\n.panzoom {\n -webkit-transform: none;\n transform: none;\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n -webkit-transform-origin: 50% 50% 0px;\n transform-origin: 50% 50% 0px;\n display: -webkit-box;\n display: flex;\n flex-wrap: wrap;\n}\n.gd-zoomed {\n margin: 10px 98px;\n}\n.highlights {\n position: absolute;\n top: 0px;\n left: 0px;\n bottom: 0px;\n right: 0px;\n}\n@media (max-width: 1037px) {\n .document {\n overflow-x: auto !important;\n }\n .panzoom {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n }\n .page {\n min-width: unset !important;\n min-height: unset !important;\n margin: 5px 0px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy92aWV3ZXIvc3JjL2xpYi9leGNlbC1kb2N1bWVudC9leGNlbC1kb2N1bWVudC5jb21wb25lbnQubGVzcyIsImxpYnMvdmlld2VyL3NyYy9saWIvZXhjZWwtZG9jdW1lbnQvZXhjZWwtZG9jdW1lbnQuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxnQkFBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtBQ0RGO0FESUE7RUFDRSxXQUFBO0VBQ0EsNEJBQUE7RUFBQSxvQkFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0Esa0JBQUE7QUNGRjtBREtBO0VBQ0Usc0JBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw2QkFBQTtFQUNBLGVBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLFdBQUE7QUNIRjtBREtJO0VBRU0seUJBQUE7RUFDQSxtQkFBQTtFQUNBLFdBQUE7QUNKVjtBRFRBO0VBaUJNLGlCQUFBO0VBQ0EsV0FBQTtBQ0xOO0FEYkE7RUFxQk0sYUFBQTtBQ0xOO0FEVUE7RUFDRSxpQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ1JGO0FEV0E7RUFDRSxrQkFBQTtFQUNBLHFCQUFBO0VBQ0EseUJBQUE7RUFDQSw0QkFBQTtFQUFBLG9CQUFBO0FDVEY7QURZQTtFQUNFLGtCQUFBO0VBQ0EsU0FBQTtFQUNBLGVBQUE7QUNWRjtBRGFBO0VBQ0UsdUJBQUE7VUFBQSxlQUFBO0VBQ0EsbUNBQUE7VUFBQSwyQkFBQTtFQUNBLHFDQUFBO1VBQUEsNkJBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0FDWEY7QURjQTtFQUNFLGlCQUFBO0FDWkY7QURlQTtFQUNFLGtCQUFBO0VBQ0EsUUFBQTtFQUNBLFNBQUE7RUFDQSxXQUFBO0VBQ0EsVUFBQTtBQ2JGO0FEZ0JBO0VBQ0U7SUFDRSwyQkFBQTtFQ2RGO0VEaUJBO0lBQ0UsNEJBQUE7SUFBQSw2QkFBQTtZQUFBLHNCQUFBO0VDZkY7RURrQkE7SUFDRSwyQkFBQTtJQUNBLDRCQUFBO0lBQ0EsZUFBQTtFQ2hCRjtBQUNGIiwiZmlsZSI6ImxpYnMvdmlld2VyL3NyYy9saWIvZXhjZWwtZG9jdW1lbnQvZXhjZWwtZG9jdW1lbnQuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi8uLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlcy5sZXNzXCI7XG5cbjpob3N0IHtcbiAgb3ZlcmZsb3c6IHNjcm9sbDtcbiAgd2lkdGg6IDEwMCU7XG4gIGJhY2tncm91bmQtY29sb3I6IEBtZXJjdXJ5O1xufVxuXG4uZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgdHJhbnNpdGlvbjogYWxsIDAuNHM7XG4gIHBhZGRpbmc6IDBweDtcbiAgbWFyZ2luOiAwcHg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cblxuLnNoZWV0cyB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGJvcmRlci10b3A6IDFweCBzb2xpZCBAbWVyY3VyeTtcbiAgcG9zaXRpb246IGZpeGVkO1xuICBib3R0b206IDE3cHg7XG4gIHJpZ2h0OiAxN3B4O1xuICB3aWR0aDogMTAwJTtcbiAgL2RlZXAvIGdkLWJ1dHRvbiB7XG4gICAgJi5hY3RpdmUge1xuICAgICAgLnRleHQge1xuICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6ICMyNzI3Mjc7XG4gICAgICAgICAgYm9yZGVyLXJhZGl1czogMTBweDtcbiAgICAgICAgICBjb2xvcjogI2VlZTtcbiAgICAgIH1cbiAgICB9XG4gICAgLnRleHQge1xuICAgICAgcGFkZGluZzogMXB4IDEycHg7XG4gICAgICBjb2xvcjogIzAwMDtcbiAgICB9XG4gICAgZmEtaWNvbiB7XG4gICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cbiAgfVxufVxuXG4uc2hlZXRzLXdyYXBwZXIge1xuICBtYXJnaW4tbGVmdDogMjlweDtcbiAgZGlzcGxheTogZmxleDtcbn1cblxuLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgdHJhbnNpdGlvbjogYWxsIDAuM3M7XG59XG5cbi53YWl0IHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDU1cHg7XG4gIGxlZnQ6IENhbGMoNTAlIC0gMjBweCk7XG59XG5cbi5wYW56b29tIHtcbiAgdHJhbnNmb3JtOiBub25lO1xuICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47XG4gIHRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCUgMHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LXdyYXA6IHdyYXA7XG59XG5cbi5nZC16b29tZWQge1xuICBtYXJnaW46IDEwcHggOThweDtcbn1cblxuLmhpZ2hsaWdodHN7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwcHg7XG4gIGxlZnQ6IDBweDtcbiAgYm90dG9tOiAwcHg7XG4gIHJpZ2h0OiAwcHg7XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIC5kb2N1bWVudCB7XG4gICAgb3ZlcmZsb3cteDogYXV0byAhaW1wb3J0YW50O1xuICB9XG5cbiAgLnBhbnpvb20ge1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIH1cblxuICAucGFnZSB7XG4gICAgbWluLXdpZHRoOiB1bnNldCAhaW1wb3J0YW50O1xuICAgIG1pbi1oZWlnaHQ6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgbWFyZ2luOiA1cHggMHB4O1xuICB9XG59XG4iLCI6aG9zdCB7XG4gIG92ZXJmbG93OiBzY3JvbGw7XG4gIHdpZHRoOiAxMDAlO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTdlN2U3O1xufVxuLmRvY3VtZW50IHtcbiAgd2lkdGg6IDEwMCU7XG4gIHRyYW5zaXRpb246IGFsbCAwLjRzO1xuICBwYWRkaW5nOiAwcHg7XG4gIG1hcmdpbjogMHB4O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG4uc2hlZXRzIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgZGlzcGxheTogZmxleDtcbiAgYm9yZGVyLXRvcDogMXB4IHNvbGlkICNlN2U3ZTc7XG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgYm90dG9tOiAxN3B4O1xuICByaWdodDogMTdweDtcbiAgd2lkdGg6IDEwMCU7XG59XG4uc2hlZXRzIC9kZWVwLyBnZC1idXR0b24uYWN0aXZlIC50ZXh0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzI3MjcyNztcbiAgYm9yZGVyLXJhZGl1czogMTBweDtcbiAgY29sb3I6ICNlZWU7XG59XG4uc2hlZXRzIC9kZWVwLyBnZC1idXR0b24gLnRleHQge1xuICBwYWRkaW5nOiAxcHggMTJweDtcbiAgY29sb3I6ICMwMDA7XG59XG4uc2hlZXRzIC9kZWVwLyBnZC1idXR0b24gZmEtaWNvbiB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uc2hlZXRzLXdyYXBwZXIge1xuICBtYXJnaW4tbGVmdDogMjlweDtcbiAgZGlzcGxheTogZmxleDtcbn1cbi5wYWdlIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmZmZmY7XG4gIHRyYW5zaXRpb246IGFsbCAwLjNzO1xufVxuLndhaXQge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogNTVweDtcbiAgbGVmdDogQ2FsYygzMCUpO1xufVxuLnBhbnpvb20ge1xuICB0cmFuc2Zvcm06IG5vbmU7XG4gIGJhY2tmYWNlLXZpc2liaWxpdHk6IGhpZGRlbjtcbiAgdHJhbnNmb3JtLW9yaWdpbjogNTAlIDUwJSAwcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtd3JhcDogd3JhcDtcbn1cbi5nZC16b29tZWQge1xuICBtYXJnaW46IDEwcHggOThweDtcbn1cbi5oaWdobGlnaHRzIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDBweDtcbiAgbGVmdDogMHB4O1xuICBib3R0b206IDBweDtcbiAgcmlnaHQ6IDBweDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmRvY3VtZW50IHtcbiAgICBvdmVyZmxvdy14OiBhdXRvICFpbXBvcnRhbnQ7XG4gIH1cbiAgLnBhbnpvb20ge1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIH1cbiAgLnBhZ2Uge1xuICAgIG1pbi13aWR0aDogdW5zZXQgIWltcG9ydGFudDtcbiAgICBtaW4taGVpZ2h0OiB1bnNldCAhaW1wb3J0YW50O1xuICAgIG1hcmdpbjogNXB4IDBweDtcbiAgfVxufVxuIl19 */" +module.exports = ":host {\n overflow: scroll;\n width: 100%;\n background-color: #e7e7e7;\n}\n.document {\n width: 100%;\n -webkit-transition: all 0.4s;\n transition: all 0.4s;\n padding: 0px;\n margin: 0px;\n position: relative;\n}\n.sheets {\n background-color: #fff;\n display: -webkit-box;\n display: flex;\n border-top: 1px solid #e7e7e7;\n position: fixed;\n bottom: 17px;\n right: 17px;\n width: 100%;\n}\n.sheets ::ng-deep gd-button.active .text {\n background-color: #272727;\n border-radius: 10px;\n color: #eee;\n}\n.sheets ::ng-deep gd-button .text {\n padding: 1px 12px;\n color: #000;\n}\n.sheets ::ng-deep gd-button fa-icon {\n display: none;\n}\n.sheets-wrapper {\n margin-left: 29px;\n display: -webkit-box;\n display: flex;\n}\n.page {\n position: relative;\n display: inline-block;\n background-color: #ffffff;\n -webkit-transition: all 0.3s;\n transition: all 0.3s;\n}\n.wait {\n position: absolute;\n top: 55px;\n left: Calc(30%);\n}\n.panzoom {\n -webkit-transform: none;\n transform: none;\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n -webkit-transform-origin: 50% 50% 0px;\n transform-origin: 50% 50% 0px;\n display: -webkit-box;\n display: flex;\n flex-wrap: wrap;\n}\n.gd-zoomed {\n margin: 10px 98px;\n}\n.highlights {\n position: absolute;\n top: 0px;\n left: 0px;\n bottom: 0px;\n right: 0px;\n}\n.page-grid-lines {\n background-color: white;\n}\n@media (max-width: 1037px) {\n .document {\n overflow-x: auto !important;\n }\n .panzoom {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n }\n .page {\n min-width: unset !important;\n min-height: unset !important;\n margin: 5px 0px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvdmlld2VyL3NyYy9saWIvZXhjZWwtZG9jdW1lbnQvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3ZpZXdlci9zcmMvbGliL2V4Y2VsLWRvY3VtZW50L2V4Y2VsLWRvY3VtZW50LmNvbXBvbmVudC5sZXNzIiwibGlicy92aWV3ZXIvc3JjL2xpYi9leGNlbC1kb2N1bWVudC9leGNlbC1kb2N1bWVudC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLGdCQUFBO0VBQ0EsV0FBQTtFQUNBLHlCQUFBO0FDREY7QURJQTtFQUNFLFdBQUE7RUFDQSw0QkFBQTtFQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxrQkFBQTtBQ0ZGO0FES0E7RUFDRSxzQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDZCQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsV0FBQTtBQ0hGO0FETUk7RUFFSSx5QkFBQTtFQUNBLG1CQUFBO0VBQ0EsV0FBQTtBQ0xSO0FEVEE7RUFtQk0saUJBQUE7RUFDQSxXQUFBO0FDUE47QURiQTtFQXdCTSxhQUFBO0FDUk47QURhQTtFQUNFLGlCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0FDWEY7QURjQTtFQUNFLGtCQUFBO0VBQ0EscUJBQUE7RUFDQSx5QkFBQTtFQUNBLDRCQUFBO0VBQUEsb0JBQUE7QUNaRjtBRGVBO0VBQ0Usa0JBQUE7RUFDQSxTQUFBO0VBQ0EsZUFBQTtBQ2JGO0FEZ0JBO0VBQ0UsdUJBQUE7VUFBQSxlQUFBO0VBQ0EsbUNBQUE7VUFBQSwyQkFBQTtFQUNBLHFDQUFBO1VBQUEsNkJBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0FDZEY7QURpQkE7RUFDRSxpQkFBQTtBQ2ZGO0FEa0JBO0VBQ0Usa0JBQUE7RUFDQSxRQUFBO0VBQ0EsU0FBQTtFQUNBLFdBQUE7RUFDQSxVQUFBO0FDaEJGO0FEbUJBO0VBQ0UsdUJBQUE7QUNqQkY7QURvQkE7RUFDRTtJQUNFLDJCQUFBO0VDbEJGO0VEcUJBO0lBQ0UsNEJBQUE7SUFBQSw2QkFBQTtZQUFBLHNCQUFBO0VDbkJGO0VEc0JBO0lBQ0UsMkJBQUE7SUFDQSw0QkFBQTtJQUNBLGVBQUE7RUNwQkY7QUFDRiIsImZpbGUiOiJsaWJzL3ZpZXdlci9zcmMvbGliL2V4Y2VsLWRvY3VtZW50L2V4Y2VsLWRvY3VtZW50LmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4vLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXMubGVzc1wiO1xuXG46aG9zdCB7XG4gIG92ZXJmbG93ICAgICAgICA6IHNjcm9sbDtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogQG1lcmN1cnk7XG59XG5cbi5kb2N1bWVudCB7XG4gIHdpZHRoICAgICA6IDEwMCU7XG4gIHRyYW5zaXRpb246IGFsbCAwLjRzO1xuICBwYWRkaW5nICAgOiAwcHg7XG4gIG1hcmdpbiAgICA6IDBweDtcbiAgcG9zaXRpb24gIDogcmVsYXRpdmU7XG59XG5cbi5zaGVldHMge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmO1xuICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICBib3JkZXItdG9wICAgICAgOiAxcHggc29saWQgQG1lcmN1cnk7XG4gIHBvc2l0aW9uICAgICAgICA6IGZpeGVkO1xuICBib3R0b20gICAgICAgICAgOiAxN3B4O1xuICByaWdodCAgICAgICAgICAgOiAxN3B4O1xuICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xuXG4gIDo6bmctZGVlcCBnZC1idXR0b24ge1xuICAgICYuYWN0aXZlIHtcbiAgICAgIC50ZXh0IHtcbiAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzI3MjcyNztcbiAgICAgICAgYm9yZGVyLXJhZGl1cyAgIDogMTBweDtcbiAgICAgICAgY29sb3IgICAgICAgICAgIDogI2VlZTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICAudGV4dCB7XG4gICAgICBwYWRkaW5nOiAxcHggMTJweDtcbiAgICAgIGNvbG9yICA6ICMwMDA7XG4gICAgfVxuXG4gICAgZmEtaWNvbiB7XG4gICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cbiAgfVxufVxuXG4uc2hlZXRzLXdyYXBwZXIge1xuICBtYXJnaW4tbGVmdDogMjlweDtcbiAgZGlzcGxheSAgICA6IGZsZXg7XG59XG5cbi5wYWdlIHtcbiAgcG9zaXRpb24gICAgICAgIDogcmVsYXRpdmU7XG4gIGRpc3BsYXkgICAgICAgICA6IGlubGluZS1ibG9jaztcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgdHJhbnNpdGlvbiAgICAgIDogYWxsIDAuM3M7XG59XG5cbi53YWl0IHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3AgICAgIDogNTVweDtcbiAgbGVmdCAgICA6IENhbGMoNTAlIC0gMjBweCk7XG59XG5cbi5wYW56b29tIHtcbiAgdHJhbnNmb3JtICAgICAgICAgIDogbm9uZTtcbiAgYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuO1xuICB0cmFuc2Zvcm0tb3JpZ2luICAgOiA1MCUgNTAlIDBweDtcbiAgZGlzcGxheSAgICAgICAgICAgIDogZmxleDtcbiAgZmxleC13cmFwICAgICAgICAgIDogd3JhcDtcbn1cblxuLmdkLXpvb21lZCB7XG4gIG1hcmdpbjogMTBweCA5OHB4O1xufVxuXG4uaGlnaGxpZ2h0cyB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wICAgICA6IDBweDtcbiAgbGVmdCAgICA6IDBweDtcbiAgYm90dG9tICA6IDBweDtcbiAgcmlnaHQgICA6IDBweDtcbn1cblxuLnBhZ2UtZ3JpZC1saW5lcyB7XG4gIGJhY2tncm91bmQtY29sb3I6IHdoaXRlO1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuZG9jdW1lbnQge1xuICAgIG92ZXJmbG93LXg6IGF1dG8gIWltcG9ydGFudDtcbiAgfVxuXG4gIC5wYW56b29tIHtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB9XG5cbiAgLnBhZ2Uge1xuICAgIG1pbi13aWR0aCA6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgbWluLWhlaWdodDogdW5zZXQgIWltcG9ydGFudDtcbiAgICBtYXJnaW4gICAgOiA1cHggMHB4O1xuICB9XG59IiwiOmhvc3Qge1xuICBvdmVyZmxvdzogc2Nyb2xsO1xuICB3aWR0aDogMTAwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2U3ZTdlNztcbn1cbi5kb2N1bWVudCB7XG4gIHdpZHRoOiAxMDAlO1xuICB0cmFuc2l0aW9uOiBhbGwgMC40cztcbiAgcGFkZGluZzogMHB4O1xuICBtYXJnaW46IDBweDtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuLnNoZWV0cyB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGJvcmRlci10b3A6IDFweCBzb2xpZCAjZTdlN2U3O1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIGJvdHRvbTogMTdweDtcbiAgcmlnaHQ6IDE3cHg7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnNoZWV0cyA6Om5nLWRlZXAgZ2QtYnV0dG9uLmFjdGl2ZSAudGV4dCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNzI3Mjc7XG4gIGJvcmRlci1yYWRpdXM6IDEwcHg7XG4gIGNvbG9yOiAjZWVlO1xufVxuLnNoZWV0cyA6Om5nLWRlZXAgZ2QtYnV0dG9uIC50ZXh0IHtcbiAgcGFkZGluZzogMXB4IDEycHg7XG4gIGNvbG9yOiAjMDAwO1xufVxuLnNoZWV0cyA6Om5nLWRlZXAgZ2QtYnV0dG9uIGZhLWljb24ge1xuICBkaXNwbGF5OiBub25lO1xufVxuLnNoZWV0cy13cmFwcGVyIHtcbiAgbWFyZ2luLWxlZnQ6IDI5cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG4ucGFnZSB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xuICB0cmFuc2l0aW9uOiBhbGwgMC4zcztcbn1cbi53YWl0IHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDU1cHg7XG4gIGxlZnQ6IENhbGMoMzAlKTtcbn1cbi5wYW56b29tIHtcbiAgdHJhbnNmb3JtOiBub25lO1xuICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47XG4gIHRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCUgMHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LXdyYXA6IHdyYXA7XG59XG4uZ2Qtem9vbWVkIHtcbiAgbWFyZ2luOiAxMHB4IDk4cHg7XG59XG4uaGlnaGxpZ2h0cyB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwcHg7XG4gIGxlZnQ6IDBweDtcbiAgYm90dG9tOiAwcHg7XG4gIHJpZ2h0OiAwcHg7XG59XG4ucGFnZS1ncmlkLWxpbmVzIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogd2hpdGU7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5kb2N1bWVudCB7XG4gICAgb3ZlcmZsb3cteDogYXV0byAhaW1wb3J0YW50O1xuICB9XG4gIC5wYW56b29tIHtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB9XG4gIC5wYWdlIHtcbiAgICBtaW4td2lkdGg6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgbWluLWhlaWdodDogdW5zZXQgIWltcG9ydGFudDtcbiAgICBtYXJnaW46IDVweCAwcHg7XG4gIH1cbn1cbiJdfQ== */" /***/ }), -/***/ "../../libs/viewer/src/lib/excel-document/excel-document.component.ts": -/*!*********************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/excel-document/excel-document.component.ts ***! - \*********************************************************************************************************************/ +/***/ "../../libs/viewer/src/lib/excel-document/excel-document.component.ts": +/*!*********************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/excel-document/excel-document.component.ts ***! + \*********************************************************************************************************/ /*! exports provided: ExcelDocumentComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -15751,10 +19769,10 @@ __webpack_require__.r(__webpack_exports__); var ExcelDocumentComponent = /** @class */ (function (_super) { tslib__WEBPACK_IMPORTED_MODULE_0__["__extends"](ExcelDocumentComponent, _super); - function ExcelDocumentComponent(_elementRef, zoomService, windowService, _navigateService) { - var _this = _super.call(this, _elementRef, zoomService, windowService) || this; - _this._navigateService = _navigateService; + function ExcelDocumentComponent(_elementRef, zoomService, windowService, navigateService) { + var _this = _super.call(this, _elementRef, zoomService, windowService, navigateService) || this; _this.panzoom = null; + _this.navigateService = navigateService; return _this; } ExcelDocumentComponent.prototype.ngOnInit = function () { @@ -15766,7 +19784,7 @@ var ExcelDocumentComponent = /** @class */ (function (_super) { this.pages.changes.subscribe(function () { _this.refreshExcelDocHeight(); }); - this._navigateService.navigate.subscribe(((function (value) { + this.navigateService.navigate.subscribe(((function (value) { _this.selectSheet(value); }))); }; @@ -15809,9 +19827,9 @@ var ExcelDocumentComponent = /** @class */ (function (_super) { /***/ }), /***/ "../../libs/viewer/src/lib/excel-page.service.ts": -/*!************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/excel-page.service.ts ***! - \************************************************************************************************/ +/*!************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/excel-page.service.ts ***! + \************************************************************************************/ /*! exports provided: ExcelPageService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -15896,20 +19914,20 @@ var ExcelPageService = /** @class */ (function () { /***/ }), /***/ "../../libs/viewer/src/lib/excel-page/excel-page.component.less": -/*!***************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/excel-page/excel-page.component.less ***! - \***************************************************************************************************************/ +/*!***************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/excel-page/excel-page.component.less ***! + \***************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".gd-page-spinner {\n margin-top: 150px;\n text-align: center;\n}\n.gd-wrapper {\n width: inherit;\n height: inherit;\n}\n.gd-wrapper div {\n width: 100%;\n}\n/deep/ .gd-highlight {\n background-color: yellow;\n}\n/deep/ .gd-highlight-select {\n background-color: #ff9b00;\n}\n/deep/ th {\n color: #959da5;\n background-color: #f4f4f4;\n font-weight: unset;\n border: 1px solid #e7e7e7 !important;\n text-transform: uppercase;\n font-size: 14px;\n overflow: hidden;\n}\n/deep/ td {\n vertical-align: middle !important;\n}\n/deep/ .page-grid-lines td {\n border: 1px solid #e7e7e7 !important;\n}\n/deep/ .page td:nth-child(1) {\n border: 1px solid #e7e7e7 !important;\n}\n/deep/ tr td.excel:first-child {\n color: #959da5;\n background-color: #f4f4f4;\n font-weight: unset;\n width: 1%;\n text-align: center;\n}\n/deep/ tr td.excel:first-child div {\n width: 80px;\n}\n/deep/ tr th.excel:first-child {\n background-color: #f4f4f4;\n width: 1%;\n}\n/deep/ tr th.excel:first-child div {\n width: 80px;\n}\n.gd-page-image {\n height: 100% !important;\n width: 100% !important;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy92aWV3ZXIvc3JjL2xpYi9leGNlbC1wYWdlL2V4Y2VsLXBhZ2UuY29tcG9uZW50Lmxlc3MiLCJsaWJzL3ZpZXdlci9zcmMvbGliL2V4Y2VsLXBhZ2UvZXhjZWwtcGFnZS5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLGlCQUFBO0VBQ0Esa0JBQUE7QUNERjtBRElBO0VBQ0UsY0FBQTtFQUNBLGVBQUE7QUNGRjtBREtBO0VBQ0UsV0FBQTtBQ0hGO0FETUE7RUFDRSx3QkFBQTtBQ0pGO0FET0E7RUFDRSx5QkFBQTtBQ0xGO0FEUUE7RUFDRSxjQUFBO0VBQ0EseUJBQUE7RUFDQSxrQkFBQTtFQUNBLG9DQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0VBQ0EsZ0JBQUE7QUNORjtBRFNBO0VBQ0UsaUNBQUE7QUNQRjtBRFVBO0VBQ0Usb0NBQUE7QUNSRjtBRFdBO0VBQ0Usb0NBQUE7QUNURjtBRFlBO0VBQ0UsY0FBQTtFQUNBLHlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxTQUFBO0VBQ0Esa0JBQUE7QUNWRjtBREtBO0VBT0ksV0FBQTtBQ1RKO0FEYUE7RUFDRSx5QkFBQTtFQUNBLFNBQUE7QUNYRjtBRFNBO0VBSUksV0FBQTtBQ1ZKO0FEZUE7RUFDRSx1QkFBQTtFQUNBLHNCQUFBO0FDYkYiLCJmaWxlIjoibGlicy92aWV3ZXIvc3JjL2xpYi9leGNlbC1wYWdlL2V4Y2VsLXBhZ2UuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLXBhZ2Utc3Bpbm5lciB7XG4gIG1hcmdpbi10b3A6IDE1MHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG5cbi5nZC13cmFwcGVyIHtcbiAgd2lkdGg6IGluaGVyaXQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cblxuLmdkLXdyYXBwZXIgZGl2IHtcbiAgd2lkdGg6IDEwMCU7XG59XG5cbi9kZWVwLyAuZ2QtaGlnaGxpZ2h0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogeWVsbG93O1xufVxuXG4vZGVlcC8gLmdkLWhpZ2hsaWdodC1zZWxlY3Qge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmY5YjAwO1xufVxuXG4vZGVlcC8gdGgge1xuICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAd2lsZC1zYW5kO1xuICBmb250LXdlaWdodDogdW5zZXQ7XG4gIGJvcmRlcjogMXB4IHNvbGlkIEBtZXJjdXJ5ICFpbXBvcnRhbnQ7XG4gIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cblxuL2RlZXAvIHRkIHtcbiAgdmVydGljYWwtYWxpZ246IG1pZGRsZSAhaW1wb3J0YW50O1xufVxuXG4vZGVlcC8gLnBhZ2UtZ3JpZC1saW5lcyB0ZCB7XG4gIGJvcmRlcjogMXB4IHNvbGlkIEBtZXJjdXJ5ICFpbXBvcnRhbnQ7XG59XG5cbi9kZWVwLyAucGFnZSB0ZDpudGgtY2hpbGQoMSkge1xuICBib3JkZXI6IDFweCBzb2xpZCBAbWVyY3VyeSAhaW1wb3J0YW50O1xufVxuXG4vZGVlcC8gdHIgdGQuZXhjZWw6Zmlyc3QtY2hpbGQge1xuICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAd2lsZC1zYW5kO1xuICBmb250LXdlaWdodDogdW5zZXQ7XG4gIHdpZHRoOiAxJTtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBkaXYge1xuICAgIHdpZHRoOiA4MHB4O1xuICB9XG59XG5cbi9kZWVwLyB0ciB0aC5leGNlbDpmaXJzdC1jaGlsZCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG4gIHdpZHRoOiAxJTtcbiAgZGl2IHtcbiAgICB3aWR0aDogODBweDtcbiAgfVxufVxuXG4vLyBUT0RPOiByZW1vdmUgdGhpcyBhZnRlciByZWxhdGVkIGlzc3VlIHdpbGwgYmUgZml4ZWRcbi5nZC1wYWdlLWltYWdlIHtcbiAgaGVpZ2h0OiAxMDAlICFpbXBvcnRhbnQ7XG4gIHdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG59IiwiLmdkLXBhZ2Utc3Bpbm5lciB7XG4gIG1hcmdpbi10b3A6IDE1MHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG4uZ2Qtd3JhcHBlciB7XG4gIHdpZHRoOiBpbmhlcml0O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uZ2Qtd3JhcHBlciBkaXYge1xuICB3aWR0aDogMTAwJTtcbn1cbiAvZGVlcC8gLmdkLWhpZ2hsaWdodCB7XG4gIGJhY2tncm91bmQtY29sb3I6IHllbGxvdztcbn1cbiAvZGVlcC8gLmdkLWhpZ2hsaWdodC1zZWxlY3Qge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmY5YjAwO1xufVxuIC9kZWVwLyB0aCB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZjRmNGY0O1xuICBmb250LXdlaWdodDogdW5zZXQ7XG4gIGJvcmRlcjogMXB4IHNvbGlkICNlN2U3ZTcgIWltcG9ydGFudDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuIC9kZWVwLyB0ZCB7XG4gIHZlcnRpY2FsLWFsaWduOiBtaWRkbGUgIWltcG9ydGFudDtcbn1cbiAvZGVlcC8gLnBhZ2UtZ3JpZC1saW5lcyB0ZCB7XG4gIGJvcmRlcjogMXB4IHNvbGlkICNlN2U3ZTcgIWltcG9ydGFudDtcbn1cbiAvZGVlcC8gLnBhZ2UgdGQ6bnRoLWNoaWxkKDEpIHtcbiAgYm9yZGVyOiAxcHggc29saWQgI2U3ZTdlNyAhaW1wb3J0YW50O1xufVxuIC9kZWVwLyB0ciB0ZC5leGNlbDpmaXJzdC1jaGlsZCB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZjRmNGY0O1xuICBmb250LXdlaWdodDogdW5zZXQ7XG4gIHdpZHRoOiAxJTtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuIC9kZWVwLyB0ciB0ZC5leGNlbDpmaXJzdC1jaGlsZCBkaXYge1xuICB3aWR0aDogODBweDtcbn1cbiAvZGVlcC8gdHIgdGguZXhjZWw6Zmlyc3QtY2hpbGQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZjRmNGY0O1xuICB3aWR0aDogMSU7XG59XG4gL2RlZXAvIHRyIHRoLmV4Y2VsOmZpcnN0LWNoaWxkIGRpdiB7XG4gIHdpZHRoOiA4MHB4O1xufVxuLmdkLXBhZ2UtaW1hZ2Uge1xuICBoZWlnaHQ6IDEwMCUgIWltcG9ydGFudDtcbiAgd2lkdGg6IDEwMCUgIWltcG9ydGFudDtcbn1cbiJdfQ== */" +module.exports = ".gd-page-spinner {\n margin-top: 150px;\n text-align: center;\n}\n.gd-wrapper {\n width: inherit;\n height: inherit;\n}\n.gd-wrapper div {\n width: 100%;\n}\n::ng-deep .gd-highlight {\n background-color: yellow;\n}\n::ng-deep .gd-highlight-select {\n background-color: #ff9b00;\n}\n::ng-deep th {\n color: #959da5;\n background-color: #f4f4f4;\n font-weight: unset;\n border: 1px solid #e7e7e7 !important;\n text-transform: uppercase;\n font-size: 14px;\n overflow: hidden;\n}\n::ng-deep td {\n vertical-align: middle !important;\n}\n::ng-deep .page-grid-lines td {\n border: 1px solid #e7e7e7 !important;\n}\n::ng-deep .page td:nth-child(1) {\n border: 1px solid #e7e7e7 !important;\n}\n::ng-deep tr td.excel:first-child {\n color: #959da5;\n background-color: #f4f4f4;\n font-weight: unset;\n width: 1%;\n text-align: center;\n}\n::ng-deep tr td.excel:first-child div {\n width: 80px;\n}\n::ng-deep tr th.excel:first-child {\n background-color: #f4f4f4;\n width: 1%;\n}\n::ng-deep tr th.excel:first-child div {\n width: 80px;\n}\n.gd-page-image {\n height: 100% !important;\n width: 100% !important;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvdmlld2VyL3NyYy9saWIvZXhjZWwtcGFnZS9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvdmlld2VyL3NyYy9saWIvZXhjZWwtcGFnZS9leGNlbC1wYWdlLmNvbXBvbmVudC5sZXNzIiwibGlicy92aWV3ZXIvc3JjL2xpYi9leGNlbC1wYWdlL2V4Y2VsLXBhZ2UuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxpQkFBQTtFQUNBLGtCQUFBO0FDREY7QURJQTtFQUNFLGNBQUE7RUFDQSxlQUFBO0FDRkY7QURLQTtFQUNFLFdBQUE7QUNIRjtBRE1BO0VBQ0Usd0JBQUE7QUNKRjtBRE9BO0VBQ0UseUJBQUE7QUNMRjtBRFFBO0VBQ0UsY0FBQTtFQUNBLHlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxvQ0FBQTtFQUNBLHlCQUFBO0VBQ0EsZUFBQTtFQUNBLGdCQUFBO0FDTkY7QURTQTtFQUNFLGlDQUFBO0FDUEY7QURVQTtFQUNFLG9DQUFBO0FDUkY7QURXQTtFQUNFLG9DQUFBO0FDVEY7QURZQTtFQUNFLGNBQUE7RUFDQSx5QkFBQTtFQUNBLGtCQUFBO0VBQ0EsU0FBQTtFQUNBLGtCQUFBO0FDVkY7QURLQTtFQVFJLFdBQUE7QUNWSjtBRGNBO0VBQ0UseUJBQUE7RUFDQSxTQUFBO0FDWkY7QURVQTtFQUtJLFdBQUE7QUNaSjtBRGlCQTtFQUNFLHVCQUFBO0VBQ0Esc0JBQUE7QUNmRiIsImZpbGUiOiJsaWJzL3ZpZXdlci9zcmMvbGliL2V4Y2VsLXBhZ2UvZXhjZWwtcGFnZS5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uZ2QtcGFnZS1zcGlubmVyIHtcbiAgbWFyZ2luLXRvcDogMTUwcHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cblxuLmdkLXdyYXBwZXIge1xuICB3aWR0aCA6IGluaGVyaXQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cblxuLmdkLXdyYXBwZXIgZGl2IHtcbiAgd2lkdGg6IDEwMCU7XG59XG5cbjo6bmctZGVlcCAuZ2QtaGlnaGxpZ2h0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogeWVsbG93O1xufVxuXG46Om5nLWRlZXAgLmdkLWhpZ2hsaWdodC1zZWxlY3Qge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmY5YjAwO1xufVxuXG46Om5nLWRlZXAgdGgge1xuICBjb2xvciAgICAgICAgICAgOiBAcmVnZW50LWdyYXk7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG4gIGZvbnQtd2VpZ2h0ICAgICA6IHVuc2V0O1xuICBib3JkZXIgICAgICAgICAgOiAxcHggc29saWQgQG1lcmN1cnkgICFpbXBvcnRhbnQ7XG4gIHRleHQtdHJhbnNmb3JtICA6IHVwcGVyY2FzZTtcbiAgZm9udC1zaXplICAgICAgIDogMTRweDtcbiAgb3ZlcmZsb3cgICAgICAgIDogaGlkZGVuO1xufVxuXG46Om5nLWRlZXAgdGQge1xuICB2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlICFpbXBvcnRhbnQ7XG59XG5cbjo6bmctZGVlcCAucGFnZS1ncmlkLWxpbmVzIHRkIHtcbiAgYm9yZGVyOiAxcHggc29saWQgQG1lcmN1cnkgICFpbXBvcnRhbnQ7XG59XG5cbjo6bmctZGVlcCAucGFnZSB0ZDpudGgtY2hpbGQoMSkge1xuICBib3JkZXI6IDFweCBzb2xpZCBAbWVyY3VyeSAgIWltcG9ydGFudDtcbn1cblxuOjpuZy1kZWVwIHRyIHRkLmV4Y2VsOmZpcnN0LWNoaWxkIHtcbiAgY29sb3IgICAgICAgICAgIDogQHJlZ2VudC1ncmF5O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAd2lsZC1zYW5kO1xuICBmb250LXdlaWdodCAgICAgOiB1bnNldDtcbiAgd2lkdGggICAgICAgICAgIDogMSU7XG4gIHRleHQtYWxpZ24gICAgICA6IGNlbnRlcjtcblxuICBkaXYge1xuICAgIHdpZHRoOiA4MHB4O1xuICB9XG59XG5cbjo6bmctZGVlcCB0ciB0aC5leGNlbDpmaXJzdC1jaGlsZCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG4gIHdpZHRoICAgICAgICAgICA6IDElO1xuXG4gIGRpdiB7XG4gICAgd2lkdGg6IDgwcHg7XG4gIH1cbn1cblxuLy8gVE9ETzogcmVtb3ZlIHRoaXMgYWZ0ZXIgcmVsYXRlZCBpc3N1ZSB3aWxsIGJlIGZpeGVkXG4uZ2QtcGFnZS1pbWFnZSB7XG4gIGhlaWdodDogMTAwJSAhaW1wb3J0YW50O1xuICB3aWR0aCA6IDEwMCUgIWltcG9ydGFudDtcbn0iLCIuZ2QtcGFnZS1zcGlubmVyIHtcbiAgbWFyZ2luLXRvcDogMTUwcHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbi5nZC13cmFwcGVyIHtcbiAgd2lkdGg6IGluaGVyaXQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cbi5nZC13cmFwcGVyIGRpdiB7XG4gIHdpZHRoOiAxMDAlO1xufVxuOjpuZy1kZWVwIC5nZC1oaWdobGlnaHQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiB5ZWxsb3c7XG59XG46Om5nLWRlZXAgLmdkLWhpZ2hsaWdodC1zZWxlY3Qge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmY5YjAwO1xufVxuOjpuZy1kZWVwIHRoIHtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmNGY0ZjQ7XG4gIGZvbnQtd2VpZ2h0OiB1bnNldDtcbiAgYm9yZGVyOiAxcHggc29saWQgI2U3ZTdlNyAhaW1wb3J0YW50O1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICBmb250LXNpemU6IDE0cHg7XG4gIG92ZXJmbG93OiBoaWRkZW47XG59XG46Om5nLWRlZXAgdGQge1xuICB2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnBhZ2UtZ3JpZC1saW5lcyB0ZCB7XG4gIGJvcmRlcjogMXB4IHNvbGlkICNlN2U3ZTcgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAucGFnZSB0ZDpudGgtY2hpbGQoMSkge1xuICBib3JkZXI6IDFweCBzb2xpZCAjZTdlN2U3ICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgdHIgdGQuZXhjZWw6Zmlyc3QtY2hpbGQge1xuICBjb2xvcjogIzk1OWRhNTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2Y0ZjRmNDtcbiAgZm9udC13ZWlnaHQ6IHVuc2V0O1xuICB3aWR0aDogMSU7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbjo6bmctZGVlcCB0ciB0ZC5leGNlbDpmaXJzdC1jaGlsZCBkaXYge1xuICB3aWR0aDogODBweDtcbn1cbjo6bmctZGVlcCB0ciB0aC5leGNlbDpmaXJzdC1jaGlsZCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmNGY0ZjQ7XG4gIHdpZHRoOiAxJTtcbn1cbjo6bmctZGVlcCB0ciB0aC5leGNlbDpmaXJzdC1jaGlsZCBkaXYge1xuICB3aWR0aDogODBweDtcbn1cbi5nZC1wYWdlLWltYWdlIHtcbiAgaGVpZ2h0OiAxMDAlICFpbXBvcnRhbnQ7XG4gIHdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG59XG4iXX0= */" /***/ }), /***/ "../../libs/viewer/src/lib/excel-page/excel-page.component.ts": -/*!*************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/excel-page/excel-page.component.ts ***! - \*************************************************************************************************************/ +/*!*************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/excel-page/excel-page.component.ts ***! + \*************************************************************************************************/ /*! exports provided: ExcelPageComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -15935,7 +19953,12 @@ var ExcelPageComponent = /** @class */ (function () { ExcelPageComponent.prototype.ngOnChanges = function (changes) { // TODO: this is temporary needed to remove unneeded spaces and BOM symbol // which leads to undesired spaces on the top of the docs pages - this.data = this.data !== null ? this.data.replace(/>\s+<').replace(/\uFEFF/g, "") : null; + this.data = this.data !== null ? this.data.replace(/>\s+<') + .replace(/\uFEFF/g, "") + .replace(/href="\/viewer/g, 'href="http://localhost:8080/viewer') + .replace(/src="\/viewer/g, 'src="http://localhost:8080/viewer') + .replace(/data="\/viewer/g, 'data="http://localhost:8080/viewer') + : null; var dataImagePngBase64 = 'data:image/png;base64,'; this.imgData = dataImagePngBase64; if (!this.isHtml) { @@ -15990,20 +20013,20 @@ var ExcelPageComponent = /** @class */ (function () { /***/ }), /***/ "../../libs/viewer/src/lib/thumbnails/thumbnails.component.less": -/*!***************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/thumbnails/thumbnails.component.less ***! - \***************************************************************************************************************/ +/*!***************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/thumbnails/thumbnails.component.less ***! + \***************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ":host {\n -webkit-box-flex: 0;\n flex: 0 0 300px;\n background: #f5f5f5;\n color: #fff;\n overflow-y: auto;\n display: block;\n -webkit-transition: margin-left 0.2s;\n transition: margin-left 0.2s;\n height: 100%;\n}\n.gd-page {\n width: 272px;\n height: 272px;\n -webkit-transition: all 0.3s;\n transition: all 0.3s;\n background-color: #e7e7e7;\n cursor: pointer;\n margin: 14px 14px 0px 14px;\n}\n.gd-page:hover {\n background-color: #c0c0c0;\n}\n.gd-wrapper {\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n left: 50%;\n top: 50%;\n position: relative;\n background-color: #ffffff;\n box-shadow: 0px 4px 12px -4px rgba(0, 0, 0, 0.38);\n}\n.gd-wrapper /deep/ img {\n width: inherit;\n}\n/* Make thumbnails sidebar scroll not visible */\n.gd-thumbnails::-webkit-scrollbar {\n width: 0px;\n background-color: #F5F5F5;\n}\n.gd-thumbnails-panzoom > .gd-thumbnails-landscape {\n margin: -134px 0px -1px 12px;\n}\n.gd-thumbnails .gd-page-image {\n height: inherit;\n margin-left: 153px !important;\n}\n.gd-thumbnails-landscape-image {\n margin: -90px 0 -23px !important;\n}\n.gd-thumbnails-landscape-image-rotated {\n margin: 126px 0 -3px -104px !important;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy92aWV3ZXIvc3JjL2xpYi90aHVtYm5haWxzL3RodW1ibmFpbHMuY29tcG9uZW50Lmxlc3MiLCJsaWJzL3ZpZXdlci9zcmMvbGliL3RodW1ibmFpbHMvdGh1bWJuYWlscy5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFHQTtFQUNFLG1CQUFBO1VBQUEsZUFBQTtFQUNBLG1CQUFBO0VBQ0EsV0FBQTtFQUNBLGdCQUFBO0VBQ0EsY0FBQTtFQUNBLG9DQUFBO0VBQUEsNEJBQUE7RUFDQSxZQUFBO0FDRkY7QURLQTtFQUNFLFlBQUE7RUFDQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSxvQkFBQTtFQUNBLHlCQUFBO0VBQ0EsZUFBQTtFQUNBLDBCQUFBO0FDSEY7QURLQTtFQUNFLHlCQUFBO0FDSEY7QURLQTtFQUNFLHdDQUFBO1VBQUEsZ0NBQUE7RUFDQSxTQUFBO0VBQ0EsUUFBQTtFQUNBLGtCQUFBO0VBQ0EseUJBQUE7RUFHQSxpREFBQTtBQ0hGO0FETEE7RUFVSSxjQUFBO0FDRko7QUFDQSwrQ0FBK0M7QURNL0M7RUFDRSxVQUFBO0VBQ0EseUJBQUE7QUNKRjtBRE9BO0VBQ0UsNEJBQUE7QUNMRjtBRFFBO0VBQ0UsZUFBQTtFQUNBLDZCQUFBO0FDTkY7QURTQTtFQUNFLGdDQUFBO0FDUEY7QURVQTtFQUNFLHNDQUFBO0FDUkYiLCJmaWxlIjoibGlicy92aWV3ZXIvc3JjL2xpYi90aHVtYm5haWxzL3RodW1ibmFpbHMuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJcbkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG46aG9zdCB7XG4gIGZsZXg6IDAgMCAzMDBweDtcbiAgYmFja2dyb3VuZDogI2Y1ZjVmNTtcbiAgY29sb3I6ICNmZmY7XG4gIG92ZXJmbG93LXk6IGF1dG87XG4gIGRpc3BsYXk6IGJsb2NrO1xuICB0cmFuc2l0aW9uOiBtYXJnaW4tbGVmdCAwLjJzO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi5nZC1wYWdlIHtcbiAgd2lkdGg6IDI3MnB4O1xuICBoZWlnaHQ6IDI3MnB4O1xuICB0cmFuc2l0aW9uOiBhbGwgMC4zcztcbiAgYmFja2dyb3VuZC1jb2xvcjogQG1lcmN1cnk7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgbWFyZ2luOiAxNHB4IDE0cHggMHB4IDE0cHg7XG59XG4uZ2QtcGFnZTpob3ZlcntcbiAgYmFja2dyb3VuZC1jb2xvcjogI2MwYzBjMDtcbn1cbi5nZC13cmFwcGVye1xuICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNTAlKTtcbiAgbGVmdDo1MCU7XG4gIHRvcDo1MCU7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgLXdlYmtpdC1ib3gtc2hhZG93OiAwcHggNHB4IDEycHggLTRweCByZ2JhKDAsMCwwLDAuMzgpO1xuICAtbW96LWJveC1zaGFkb3c6IDBweCA0cHggMTJweCAtNHB4IHJnYmEoMCwwLDAsMC4zOCk7XG4gIGJveC1zaGFkb3c6IDBweCA0cHggMTJweCAtNHB4IHJnYmEoMCwwLDAsMC4zOCk7XG4gIC9kZWVwLyBpbWcge1xuICAgIHdpZHRoOiBpbmhlcml0O1xuICB9XG59XG5cbi8qIE1ha2UgdGh1bWJuYWlscyBzaWRlYmFyIHNjcm9sbCBub3QgdmlzaWJsZSAqL1xuLmdkLXRodW1ibmFpbHM6Oi13ZWJraXQtc2Nyb2xsYmFyIHtcbiAgd2lkdGg6IDBweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0Y1RjVGNTtcbn1cblxuLmdkLXRodW1ibmFpbHMtcGFuem9vbSA+IC5nZC10aHVtYm5haWxzLWxhbmRzY2FwZSB7XG4gIG1hcmdpbjogLTEzNHB4IDBweCAtMXB4IDEycHg7XG59XG5cbi5nZC10aHVtYm5haWxzIC5nZC1wYWdlLWltYWdlIHtcbiAgaGVpZ2h0OiBpbmhlcml0O1xuICBtYXJnaW4tbGVmdDogMTUzcHggIWltcG9ydGFudDtcbn1cblxuLmdkLXRodW1ibmFpbHMtbGFuZHNjYXBlLWltYWdlIHtcbiAgbWFyZ2luOiAtOTBweCAwIC0yM3B4ICFpbXBvcnRhbnQ7XG59XG5cbi5nZC10aHVtYm5haWxzLWxhbmRzY2FwZS1pbWFnZS1yb3RhdGVkIHtcbiAgbWFyZ2luOiAxMjZweCAwIC0zcHggLTEwNHB4ICFpbXBvcnRhbnQ7XG59XG4iLCI6aG9zdCB7XG4gIGZsZXg6IDAgMCAzMDBweDtcbiAgYmFja2dyb3VuZDogI2Y1ZjVmNTtcbiAgY29sb3I6ICNmZmY7XG4gIG92ZXJmbG93LXk6IGF1dG87XG4gIGRpc3BsYXk6IGJsb2NrO1xuICB0cmFuc2l0aW9uOiBtYXJnaW4tbGVmdCAwLjJzO1xuICBoZWlnaHQ6IDEwMCU7XG59XG4uZ2QtcGFnZSB7XG4gIHdpZHRoOiAyNzJweDtcbiAgaGVpZ2h0OiAyNzJweDtcbiAgdHJhbnNpdGlvbjogYWxsIDAuM3M7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgbWFyZ2luOiAxNHB4IDE0cHggMHB4IDE0cHg7XG59XG4uZ2QtcGFnZTpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNjMGMwYzA7XG59XG4uZ2Qtd3JhcHBlciB7XG4gIHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIC01MCUpO1xuICBsZWZ0OiA1MCU7XG4gIHRvcDogNTAlO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmZmZmY7XG4gIC13ZWJraXQtYm94LXNoYWRvdzogMHB4IDRweCAxMnB4IC00cHggcmdiYSgwLCAwLCAwLCAwLjM4KTtcbiAgLW1vei1ib3gtc2hhZG93OiAwcHggNHB4IDEycHggLTRweCByZ2JhKDAsIDAsIDAsIDAuMzgpO1xuICBib3gtc2hhZG93OiAwcHggNHB4IDEycHggLTRweCByZ2JhKDAsIDAsIDAsIDAuMzgpO1xufVxuLmdkLXdyYXBwZXIgL2RlZXAvIGltZyB7XG4gIHdpZHRoOiBpbmhlcml0O1xufVxuLyogTWFrZSB0aHVtYm5haWxzIHNpZGViYXIgc2Nyb2xsIG5vdCB2aXNpYmxlICovXG4uZ2QtdGh1bWJuYWlsczo6LXdlYmtpdC1zY3JvbGxiYXIge1xuICB3aWR0aDogMHB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNUY1O1xufVxuLmdkLXRodW1ibmFpbHMtcGFuem9vbSA+IC5nZC10aHVtYm5haWxzLWxhbmRzY2FwZSB7XG4gIG1hcmdpbjogLTEzNHB4IDBweCAtMXB4IDEycHg7XG59XG4uZ2QtdGh1bWJuYWlscyAuZ2QtcGFnZS1pbWFnZSB7XG4gIGhlaWdodDogaW5oZXJpdDtcbiAgbWFyZ2luLWxlZnQ6IDE1M3B4ICFpbXBvcnRhbnQ7XG59XG4uZ2QtdGh1bWJuYWlscy1sYW5kc2NhcGUtaW1hZ2Uge1xuICBtYXJnaW46IC05MHB4IDAgLTIzcHggIWltcG9ydGFudDtcbn1cbi5nZC10aHVtYm5haWxzLWxhbmRzY2FwZS1pbWFnZS1yb3RhdGVkIHtcbiAgbWFyZ2luOiAxMjZweCAwIC0zcHggLTEwNHB4ICFpbXBvcnRhbnQ7XG59XG4iXX0= */" +module.exports = ":host {\n -webkit-box-flex: 0;\n flex: 0 0 300px;\n background: #f5f5f5;\n color: #fff;\n overflow-y: auto;\n display: block;\n -webkit-transition: margin-left 0.2s;\n transition: margin-left 0.2s;\n height: 100%;\n}\n.gd-page {\n width: 272px;\n height: 272px;\n -webkit-transition: all 0.3s;\n transition: all 0.3s;\n background-color: #e7e7e7;\n cursor: pointer;\n margin: 14px 14px 0px 14px;\n}\n.gd-page:hover {\n background-color: #c0c0c0;\n}\n.gd-wrapper {\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n left: 50%;\n top: 50%;\n position: relative;\n background-color: #ffffff;\n box-shadow: 0px 4px 12px -4px rgba(0, 0, 0, 0.38);\n pointer-events: none;\n}\n.gd-wrapper ::ng-deep img {\n width: inherit;\n}\n/* Make thumbnails sidebar scroll not visible */\n.gd-thumbnails::-webkit-scrollbar {\n width: 0px;\n background-color: #F5F5F5;\n}\n.gd-thumbnails-panzoom > .gd-thumbnails-landscape {\n margin: -134px 0px -1px 12px;\n}\n.gd-thumbnails .gd-page-image {\n height: inherit;\n}\n.gd-thumbnails-landscape-image {\n margin: -90px 0 -23px !important;\n}\n.gd-thumbnails-landscape-image-rotated {\n margin: 126px 0 -3px -104px !important;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvdmlld2VyL3NyYy9saWIvdGh1bWJuYWlscy9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvdmlld2VyL3NyYy9saWIvdGh1bWJuYWlscy90aHVtYm5haWxzLmNvbXBvbmVudC5sZXNzIiwibGlicy92aWV3ZXIvc3JjL2xpYi90aHVtYm5haWxzL3RodW1ibmFpbHMuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxtQkFBQTtVQUFBLGVBQUE7RUFDQSxtQkFBQTtFQUNBLFdBQUE7RUFDQSxnQkFBQTtFQUNBLGNBQUE7RUFDQSxvQ0FBQTtFQUFBLDRCQUFBO0VBQ0EsWUFBQTtBQ0RGO0FESUE7RUFDRSxZQUFBO0VBQ0EsYUFBQTtFQUNBLDRCQUFBO0VBQUEsb0JBQUE7RUFDQSx5QkFBQTtFQUNBLGVBQUE7RUFDQSwwQkFBQTtBQ0ZGO0FES0E7RUFDRSx5QkFBQTtBQ0hGO0FETUE7RUFDRSx3Q0FBQTtVQUFBLGdDQUFBO0VBQ0EsU0FBQTtFQUNBLFFBQUE7RUFDQSxrQkFBQTtFQUNBLHlCQUFBO0VBR0EsaURBQUE7RUFDQSxvQkFBQTtBQ0pGO0FETEE7RUFZSSxjQUFBO0FDSko7QUFDQSwrQ0FBK0M7QURRL0M7RUFDRSxVQUFBO0VBQ0EseUJBQUE7QUNORjtBRFNBO0VBQ0UsNEJBQUE7QUNQRjtBRFVBO0VBQ0UsZUFBQTtBQ1JGO0FEV0E7RUFDRSxnQ0FBQTtBQ1RGO0FEWUE7RUFDRSxzQ0FBQTtBQ1ZGIiwiZmlsZSI6ImxpYnMvdmlld2VyL3NyYy9saWIvdGh1bWJuYWlscy90aHVtYm5haWxzLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbjpob3N0IHtcbiAgZmxleCAgICAgIDogMCAwIDMwMHB4O1xuICBiYWNrZ3JvdW5kOiAjZjVmNWY1O1xuICBjb2xvciAgICAgOiAjZmZmO1xuICBvdmVyZmxvdy15OiBhdXRvO1xuICBkaXNwbGF5ICAgOiBibG9jaztcbiAgdHJhbnNpdGlvbjogbWFyZ2luLWxlZnQgMC4ycztcbiAgaGVpZ2h0ICAgIDogMTAwJTtcbn1cblxuLmdkLXBhZ2Uge1xuICB3aWR0aCAgICAgICAgICAgOiAyNzJweDtcbiAgaGVpZ2h0ICAgICAgICAgIDogMjcycHg7XG4gIHRyYW5zaXRpb24gICAgICA6IGFsbCAwLjNzO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAbWVyY3VyeTtcbiAgY3Vyc29yICAgICAgICAgIDogcG9pbnRlcjtcbiAgbWFyZ2luICAgICAgICAgIDogMTRweCAxNHB4IDBweCAxNHB4O1xufVxuXG4uZ2QtcGFnZTpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNjMGMwYzA7XG59XG5cbi5nZC13cmFwcGVyIHtcbiAgdHJhbnNmb3JtICAgICAgICAgOiB0cmFuc2xhdGUoLTUwJSwgLTUwJSk7XG4gIGxlZnQgICAgICAgICAgICAgIDogNTAlO1xuICB0b3AgICAgICAgICAgICAgICA6IDUwJTtcbiAgcG9zaXRpb24gICAgICAgICAgOiByZWxhdGl2ZTtcbiAgYmFja2dyb3VuZC1jb2xvciAgOiAjZmZmZmZmO1xuICAtd2Via2l0LWJveC1zaGFkb3c6IDBweCA0cHggMTJweCAtNHB4IHJnYmEoMCwgMCwgMCwgMC4zOCk7XG4gIC1tb3otYm94LXNoYWRvdyAgIDogMHB4IDRweCAxMnB4IC00cHggcmdiYSgwLCAwLCAwLCAwLjM4KTtcbiAgYm94LXNoYWRvdyAgICAgICAgOiAwcHggNHB4IDEycHggLTRweCByZ2JhKDAsIDAsIDAsIDAuMzgpO1xuICBwb2ludGVyLWV2ZW50cyAgICA6IG5vbmU7XG5cbiAgOjpuZy1kZWVwIGltZyB7XG4gICAgd2lkdGg6IGluaGVyaXQ7XG4gIH1cbn1cblxuLyogTWFrZSB0aHVtYm5haWxzIHNpZGViYXIgc2Nyb2xsIG5vdCB2aXNpYmxlICovXG4uZ2QtdGh1bWJuYWlsczo6LXdlYmtpdC1zY3JvbGxiYXIge1xuICB3aWR0aCAgICAgICAgICAgOiAwcHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGNUY1RjU7XG59XG5cbi5nZC10aHVtYm5haWxzLXBhbnpvb20+LmdkLXRodW1ibmFpbHMtbGFuZHNjYXBlIHtcbiAgbWFyZ2luOiAtMTM0cHggMHB4IC0xcHggMTJweDtcbn1cblxuLmdkLXRodW1ibmFpbHMgLmdkLXBhZ2UtaW1hZ2Uge1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG5cbi5nZC10aHVtYm5haWxzLWxhbmRzY2FwZS1pbWFnZSB7XG4gIG1hcmdpbjogLTkwcHggMCAtMjNweCAhaW1wb3J0YW50O1xufVxuXG4uZ2QtdGh1bWJuYWlscy1sYW5kc2NhcGUtaW1hZ2Utcm90YXRlZCB7XG4gIG1hcmdpbjogMTI2cHggMCAtM3B4IC0xMDRweCAhaW1wb3J0YW50O1xufSIsIjpob3N0IHtcbiAgZmxleDogMCAwIDMwMHB4O1xuICBiYWNrZ3JvdW5kOiAjZjVmNWY1O1xuICBjb2xvcjogI2ZmZjtcbiAgb3ZlcmZsb3cteTogYXV0bztcbiAgZGlzcGxheTogYmxvY2s7XG4gIHRyYW5zaXRpb246IG1hcmdpbi1sZWZ0IDAuMnM7XG4gIGhlaWdodDogMTAwJTtcbn1cbi5nZC1wYWdlIHtcbiAgd2lkdGg6IDI3MnB4O1xuICBoZWlnaHQ6IDI3MnB4O1xuICB0cmFuc2l0aW9uOiBhbGwgMC4zcztcbiAgYmFja2dyb3VuZC1jb2xvcjogI2U3ZTdlNztcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBtYXJnaW46IDE0cHggMTRweCAwcHggMTRweDtcbn1cbi5nZC1wYWdlOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2MwYzBjMDtcbn1cbi5nZC13cmFwcGVyIHtcbiAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgLTUwJSk7XG4gIGxlZnQ6IDUwJTtcbiAgdG9wOiA1MCU7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgLXdlYmtpdC1ib3gtc2hhZG93OiAwcHggNHB4IDEycHggLTRweCByZ2JhKDAsIDAsIDAsIDAuMzgpO1xuICAtbW96LWJveC1zaGFkb3c6IDBweCA0cHggMTJweCAtNHB4IHJnYmEoMCwgMCwgMCwgMC4zOCk7XG4gIGJveC1zaGFkb3c6IDBweCA0cHggMTJweCAtNHB4IHJnYmEoMCwgMCwgMCwgMC4zOCk7XG4gIHBvaW50ZXItZXZlbnRzOiBub25lO1xufVxuLmdkLXdyYXBwZXIgOjpuZy1kZWVwIGltZyB7XG4gIHdpZHRoOiBpbmhlcml0O1xufVxuLyogTWFrZSB0aHVtYm5haWxzIHNpZGViYXIgc2Nyb2xsIG5vdCB2aXNpYmxlICovXG4uZ2QtdGh1bWJuYWlsczo6LXdlYmtpdC1zY3JvbGxiYXIge1xuICB3aWR0aDogMHB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNUY1O1xufVxuLmdkLXRodW1ibmFpbHMtcGFuem9vbSA+IC5nZC10aHVtYm5haWxzLWxhbmRzY2FwZSB7XG4gIG1hcmdpbjogLTEzNHB4IDBweCAtMXB4IDEycHg7XG59XG4uZ2QtdGh1bWJuYWlscyAuZ2QtcGFnZS1pbWFnZSB7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cbi5nZC10aHVtYm5haWxzLWxhbmRzY2FwZS1pbWFnZSB7XG4gIG1hcmdpbjogLTkwcHggMCAtMjNweCAhaW1wb3J0YW50O1xufVxuLmdkLXRodW1ibmFpbHMtbGFuZHNjYXBlLWltYWdlLXJvdGF0ZWQge1xuICBtYXJnaW46IDEyNnB4IDAgLTNweCAtMTA0cHggIWltcG9ydGFudDtcbn1cbiJdfQ== */" /***/ }), /***/ "../../libs/viewer/src/lib/thumbnails/thumbnails.component.ts": -/*!*************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/thumbnails/thumbnails.component.ts ***! - \*************************************************************************************************************/ +/*!*************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/thumbnails/thumbnails.component.ts ***! + \*************************************************************************************************/ /*! exports provided: ThumbnailsComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -16020,15 +20043,24 @@ var ThumbnailsComponent = /** @class */ (function () { function ThumbnailsComponent(_navigateService, _zoomService) { this._navigateService = _navigateService; this._zoomService = _zoomService; + this.selectedPage = new _angular_core__WEBPACK_IMPORTED_MODULE_1__["EventEmitter"](); } ThumbnailsComponent.prototype.ngOnInit = function () { }; ThumbnailsComponent.prototype.ngOnChanges = function () { // TODO: this is temporary needed to remove unneeded spaces and BOM symbol // which leads to undesired spaces on the top of the docs pages - this.pages.forEach(function (page) { - page.data = page.data.replace(/>\s+<').replace(/\uFEFF/g, ""); - }); + if (this.pages) { + this.pages.forEach(function (page) { + if (page.data) { + page.data = page.data.replace(/>\s+<') + .replace(/\uFEFF/g, "") + .replace(/href="\/viewer/g, 'href="http://localhost:8080/viewer') + .replace(/src="\/viewer/g, 'src="http://localhost:8080/viewer') + .replace(/data="\/viewer/g, 'data="http://localhost:8080/viewer'); + } + }); + } }; ThumbnailsComponent.prototype.ngAfterViewInit = function () { this._zoomService.changeZoom(this._zoomService.zoom); @@ -16047,6 +20079,7 @@ var ThumbnailsComponent = /** @class */ (function () { return Math.min(190 / x, 190 / y); }; ThumbnailsComponent.prototype.openPage = function (pageNumber) { + this.selectedPage.emit(pageNumber); this._navigateService.navigateTo(pageNumber); }; // TODO: consider placing in one service @@ -16073,6 +20106,10 @@ var ThumbnailsComponent = /** @class */ (function () { Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Input"])(), tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Boolean) ], ThumbnailsComponent.prototype, "isHtmlMode", void 0); + tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ + Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Output"])(), + tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Object) + ], ThumbnailsComponent.prototype, "selectedPage", void 0); ThumbnailsComponent = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["Component"])({ selector: 'gd-thumbnails', @@ -16089,20 +20126,20 @@ var ThumbnailsComponent = /** @class */ (function () { /***/ }), /***/ "../../libs/viewer/src/lib/viewer-app.component.less": -/*!****************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/viewer-app.component.less ***! - \****************************************************************************************************/ +/*!****************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/viewer-app.component.less ***! + \****************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n.gd-document,\n /deep/ .document {\n -webkit-user-select: text !important;\n -moz-user-select: text !important;\n -ms-user-select: text !important;\n user-select: text !important;\n}\n.current-page-number {\n margin-left: 7px;\n font-size: 14px;\n color: #959da5;\n width: 37px;\n height: 37px;\n line-height: 37px;\n text-align: center;\n}\n.current-page-number.active {\n color: #fff;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: calc(100vh - 60px);\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n}\n.thumbnails-button {\n position: absolute;\n right: 3px;\n}\n.top-panel {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n width: 100%;\n}\n.toolbar-panel {\n background-color: #3e4e5a;\n width: 100%;\n}\n::ng-deep .tools .button,\n::ng-deep .tools .selected-value,\n::ng-deep .tools .nav-caret {\n color: #fff !important;\n}\n::ng-deep .tools .button.inactive,\n::ng-deep .tools .selected-value.inactive,\n::ng-deep .tools .nav-caret.inactive {\n color: #959da5 !important;\n}\n::ng-deep .tools .button {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-flow: column;\n}\n::ng-deep .tools .dropdown-menu .option {\n color: #6e6e6e !important;\n}\n::ng-deep .tools .dropdown-menu .option:hover {\n background-color: #4b566c !important;\n}\n::ng-deep .tools .icon-button {\n margin: 0px 0px 0px 7px !important;\n}\n::ng-deep .tools .select {\n width: 65px;\n height: 37px;\n margin-left: 7px;\n line-height: 37px;\n text-align: center;\n}\n@media (max-width: 1037px) {\n .mobile-hide,\n .current-page-number {\n display: none;\n }\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\n margin: 0px 0px 0px 10px !important;\n }\n ::ng-deep .tools .icon-button {\n height: 60px;\n width: 60px;\n }\n ::ng-deep .tools .gd-nav-search-btn .icon-button {\n height: 37px;\n width: 37px;\n }\n ::ng-deep .tools .gd-nav-search-btn .button {\n font-size: 14px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvdmlld2VyL3NyYy9saWIvdmlld2VyLWFwcC5jb21wb25lbnQubGVzcyIsIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy92aWV3ZXIvc3JjL2xpYi92aWV3ZXItYXBwLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZFQ0FrQjtBQUVsQjtFQUNFLHNEQUFBO0FEQUY7QUNJQTs7RUFDRSxvQ0FBQTtLQUFBLGlDQUFBO01BQUEsZ0NBQUE7VUFBQSw0QkFBQTtBRERGO0FDSUE7RUFDRSxnQkFBQTtFQUNBLGVBQUE7RUFDQSxjQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxpQkFBQTtFQUNBLGtCQUFBO0FERkY7QUNHRTtFQUNFLFdBQUE7QURESjtBQ0tBO0VBQ0UsMEJBQUE7VUFBQSxvQkFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsZUFBQTtFQUNBLE1BQUE7RUFDQSxTQUFBO0VBQ0EsT0FBQTtFQUNBLFFBQUE7QURIRjtBQ01BO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsMEJBQUE7RUFDQSw4QkFBQTtFQUFBLDZCQUFBO1VBQUEsbUJBQUE7QURKRjtBQ09BO0VBQ0Usa0JBQUE7RUFDQSxVQUFBO0FETEY7QUNRQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0FETkY7QUNTQTtFQUNFLHlCQUFBO0VBQ0EsV0FBQTtBRFBGO0FDVUE7OztFQUVJLHNCQUFBO0FEUEo7QUNRSTs7O0VBQ0UseUJBQUE7QURKTjtBQ0FBO0VBUUksNEJBQUE7RUFBQSw2QkFBQTtVQUFBLGlCQUFBO0FETEo7QUNIQTtFQVdJLHlCQUFBO0FETEo7QUNOQTtFQWNJLG9DQUFBO0FETEo7QUNUQTtFQWlCSSxrQ0FBQTtBRExKO0FDWkE7RUFvQkksV0FBQTtFQUNBLFlBQUE7RUFDQSxnQkFBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7QURMSjtBQ1NBO0VBQ0U7O0lBQ0UsYUFBQTtFRE5GO0VDU0E7SUFFSSxtQ0FBQTtFRFJKO0VDTUE7SUFLSSxZQUFBO0lBQ0EsV0FBQTtFRFJKO0VDRUE7SUFVTSxZQUFBO0lBQ0EsV0FBQTtFRFROO0VDRkE7SUFjTSxlQUFBO0VEVE47QUFDRiIsImZpbGUiOiJsaWJzL3ZpZXdlci9zcmMvbGliL3ZpZXdlci1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG4uZ2QtZG9jdW1lbnQsXG4gL2RlZXAvIC5kb2N1bWVudCB7XG4gIHVzZXItc2VsZWN0OiB0ZXh0ICFpbXBvcnRhbnQ7XG59XG4uY3VycmVudC1wYWdlLW51bWJlciB7XG4gIG1hcmdpbi1sZWZ0OiA3cHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIHdpZHRoOiAzN3B4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG4uY3VycmVudC1wYWdlLW51bWJlci5hY3RpdmUge1xuICBjb2xvcjogI2ZmZjtcbn1cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgdG9wOiAwO1xuICBib3R0b206IDA7XG4gIGxlZnQ6IDA7XG4gIHJpZ2h0OiAwO1xufVxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogY2FsYygxMDB2aCAtIDYwcHgpO1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xufVxuLnRodW1ibmFpbHMtYnV0dG9uIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICByaWdodDogM3B4O1xufVxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnRvb2xiYXItcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM2U0ZTVhO1xuICB3aWR0aDogMTAwJTtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbixcbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdGVkLXZhbHVlLFxuOjpuZy1kZWVwIC50b29scyAubmF2LWNhcmV0IHtcbiAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbi5pbmFjdGl2ZSxcbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdGVkLXZhbHVlLmluYWN0aXZlLFxuOjpuZy1kZWVwIC50b29scyAubmF2LWNhcmV0LmluYWN0aXZlIHtcbiAgY29sb3I6ICM5NTlkYTUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbiB7XG4gIGZsZXgtZmxvdzogY29sdW1uO1xufVxuOjpuZy1kZWVwIC50b29scyAuZHJvcGRvd24tbWVudSAub3B0aW9uIHtcbiAgY29sb3I6ICM2ZTZlNmUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbjpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0YjU2NmMgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uIHtcbiAgbWFyZ2luOiAwcHggMHB4IDBweCA3cHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdCB7XG4gIHdpZHRoOiA2NXB4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIG1hcmdpbi1sZWZ0OiA3cHg7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5tb2JpbGUtaGlkZSxcbiAgLmN1cnJlbnQtcGFnZS1udW1iZXIge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgOjpuZy1kZWVwIC50b29scyBnZC1idXR0b246bnRoLWNoaWxkKDEpID4gLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAwcHggMHB4IDEwcHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gICAgaGVpZ2h0OiA2MHB4O1xuICAgIHdpZHRoOiA2MHB4O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgLmdkLW5hdi1zZWFyY2gtYnRuIC5pY29uLWJ1dHRvbiB7XG4gICAgaGVpZ2h0OiAzN3B4O1xuICAgIHdpZHRoOiAzN3B4O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgLmdkLW5hdi1zZWFyY2gtYnRuIC5idXR0b24ge1xuICAgIGZvbnQtc2l6ZTogMTRweDtcbiAgfVxufVxuIiwiQGltcG9ydCAoY3NzKSB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG5AaW1wb3J0IFwiLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG5cbi8vIFRPRE86IHRoaXMgd2FzIGFkZGVkIHRvIGdldCByaWQgb2YgYHVzZXItc2VsZWN0OiBub25lYCBhZGRlZCBieSBoYW1tZXJqc1xuLmdkLWRvY3VtZW50LCAvZGVlcC8gLmRvY3VtZW50IHtcbiAgdXNlci1zZWxlY3Q6IHRleHQgIWltcG9ydGFudDtcbn1cblxuLmN1cnJlbnQtcGFnZS1udW1iZXIge1xuICBtYXJnaW4tbGVmdDogN3B4O1xuICBmb250LXNpemU6IDE0cHg7XG4gIGNvbG9yOiBAcmVnZW50LWdyYXk7XG4gIHdpZHRoOiAzN3B4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICYuYWN0aXZle1xuICAgIGNvbG9yOiAjZmZmO1xuICB9XG59XG5cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgdG9wOiAwO1xuICBib3R0b206IDA7XG4gIGxlZnQ6IDA7XG4gIHJpZ2h0OiAwO1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBjYWxjKDEwMHZoIC0gNjBweCk7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG59XG5cbi50aHVtYm5haWxzLWJ1dHRvbiB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcmlnaHQ6IDNweDtcbn1cblxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuXG4udG9vbGJhci1wYW5lbCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEBuYXYtbWFpbi1iYWNrZ3JvdW5kO1xuICB3aWR0aDogMTAwJTtcbn1cblxuOjpuZy1kZWVwIC50b29scyB7XG4gIC5idXR0b24sIC5zZWxlY3RlZC12YWx1ZSwgLm5hdi1jYXJldCB7XG4gICAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbiAgICAmLmluYWN0aXZle1xuICAgICAgY29sb3I6IEByZWdlbnQtZ3JheSAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuICAuYnV0dG9uIHtcbiAgICBmbGV4LWZsb3c6IGNvbHVtbjtcbiAgfVxuICAuZHJvcGRvd24tbWVudSAub3B0aW9ue1xuICAgIGNvbG9yOiBAZG92ZS1ncmF5ICFpbXBvcnRhbnQ7XG4gIH1cbiAgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbjpob3ZlcntcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAZm9sZGVyICFpbXBvcnRhbnQ7XG4gIH1cbiAgLmljb24tYnV0dG9ue1xuICAgIG1hcmdpbjogMHB4IDBweCAwcHggN3B4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgLnNlbGVjdCB7XG4gICAgd2lkdGg6IDY1cHg7XG4gICAgaGVpZ2h0OiAzN3B4O1xuICAgIG1hcmdpbi1sZWZ0OiA3cHg7XG4gICAgbGluZS1oZWlnaHQ6IDM3cHg7XG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICB9XG59XG5cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLm1vYmlsZS1oaWRlLCAuY3VycmVudC1wYWdlLW51bWJlciB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuXG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIGdkLWJ1dHRvbjpudGgtY2hpbGQoMSkgPiAuaWNvbi1idXR0b257XG4gICAgICBtYXJnaW46IDBweCAwcHggMHB4IDEwcHggIWltcG9ydGFudDtcbiAgICB9XG4gICAgLmljb24tYnV0dG9ue1xuICAgICAgaGVpZ2h0OiA2MHB4O1xuICAgICAgd2lkdGg6IDYwcHg7XG4gICAgfVxuICAgIC5nZC1uYXYtc2VhcmNoLWJ0biB7XG4gICAgICAuaWNvbi1idXR0b24ge1xuICAgICAgICBoZWlnaHQ6IDM3cHg7XG4gICAgICAgIHdpZHRoOiAzN3B4O1xuICAgICAgfVxuICAgICAgLmJ1dHRvbiB7XG4gICAgICAgIGZvbnQtc2l6ZTogMTRweDtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuIl19 */" +module.exports = "@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n.current-page-number {\n margin-left: 7px;\n font-size: 14px;\n color: #959da5;\n width: 37px;\n height: 37px;\n line-height: 37px;\n text-align: center;\n}\n.current-page-number.active {\n color: #fff;\n}\n.wrapper {\n -webkit-box-align: stretch;\n align-items: stretch;\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n.doc-panel {\n display: -webkit-box;\n display: flex;\n height: calc(100vh - 60px);\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n flex-direction: row;\n}\n.thumbnails-button {\n position: absolute;\n right: 3px;\n}\n.top-panel {\n display: -webkit-box;\n display: flex;\n -webkit-box-align: center;\n align-items: center;\n width: 100%;\n}\n.toolbar-panel {\n background-color: #3e4e5a;\n width: 100%;\n}\n::ng-deep .tools .button,\n::ng-deep .tools .selected-value,\n::ng-deep .tools .nav-caret {\n color: #fff !important;\n}\n::ng-deep .tools .button.inactive,\n::ng-deep .tools .selected-value.inactive,\n::ng-deep .tools .nav-caret.inactive {\n color: #959da5 !important;\n}\n::ng-deep .tools .button {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-flow: column;\n}\n::ng-deep .tools .dropdown-menu .option {\n color: #6e6e6e !important;\n}\n::ng-deep .tools .dropdown-menu .option:hover {\n background-color: #4b566c !important;\n}\n::ng-deep .tools .icon-button {\n margin: 0px 0px 0px 7px !important;\n}\n::ng-deep .tools .select {\n width: 65px;\n height: 37px;\n margin-left: 7px;\n line-height: 37px;\n text-align: center;\n}\n@media (max-width: 1037px) {\n .mobile-hide,\n .current-page-number {\n display: none;\n }\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\n margin: 0px 0px 0px 10px !important;\n }\n ::ng-deep .tools .icon-button {\n height: 60px;\n width: 60px;\n }\n ::ng-deep .tools .gd-nav-search-btn .icon-button {\n height: 37px;\n width: 37px;\n }\n ::ng-deep .tools .gd-nav-search-btn .button {\n font-size: 14px;\n }\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvdmlld2VyL3NyYy9saWIvdmlld2VyLWFwcC5jb21wb25lbnQubGVzcyIsImxpYnMvdmlld2VyL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3ZpZXdlci9zcmMvbGliL3ZpZXdlci1hcHAuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsNkVDQWtCO0FBR2xCO0VBQ0Usc0RBQUE7QURERjtBQ0lBO0VBQ0UsZ0JBQUE7RUFDQSxlQUFBO0VBQ0EsY0FBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EsaUJBQUE7RUFDQSxrQkFBQTtBREZGO0FDSUU7RUFDRSxXQUFBO0FERko7QUNNQTtFQUNFLDBCQUFBO1VBQUEsb0JBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7RUFDQSxNQUFBO0VBQ0EsU0FBQTtFQUNBLE9BQUE7RUFDQSxRQUFBO0FESkY7QUNPQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDBCQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0FETEY7QUNRQTtFQUNFLGtCQUFBO0VBQ0EsVUFBQTtBRE5GO0FDU0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsV0FBQTtBRFBGO0FDVUE7RUFDRSx5QkFBQTtFQUNBLFdBQUE7QURSRjtBQ1dBOzs7RUFLSSxzQkFBQTtBRFhKO0FDYUk7OztFQUNFLHlCQUFBO0FEVE47QUNDQTtFQWFJLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxpQkFBQTtBRFhKO0FDRkE7RUFpQkkseUJBQUE7QURaSjtBQ0xBO0VBcUJJLG9DQUFBO0FEYko7QUNSQTtFQXlCSSxrQ0FBQTtBRGRKO0FDWEE7RUE2QkksV0FBQTtFQUNBLFlBQUE7RUFDQSxnQkFBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7QURmSjtBQ21CQTtFQUVFOztJQUVFLGFBQUE7RURsQkY7RUNxQkE7SUFFSSxtQ0FBQTtFRHBCSjtFQ2tCQTtJQU1JLFlBQUE7SUFDQSxXQUFBO0VEckJKO0VDY0E7SUFZTSxZQUFBO0lBQ0EsV0FBQTtFRHZCTjtFQ1VBO0lBaUJNLGVBQUE7RUR4Qk47QUFDRiIsImZpbGUiOiJsaWJzL3ZpZXdlci9zcmMvbGliL3ZpZXdlci1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG4uY3VycmVudC1wYWdlLW51bWJlciB7XG4gIG1hcmdpbi1sZWZ0OiA3cHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIHdpZHRoOiAzN3B4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG4uY3VycmVudC1wYWdlLW51bWJlci5hY3RpdmUge1xuICBjb2xvcjogI2ZmZjtcbn1cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgdG9wOiAwO1xuICBib3R0b206IDA7XG4gIGxlZnQ6IDA7XG4gIHJpZ2h0OiAwO1xufVxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogY2FsYygxMDB2aCAtIDYwcHgpO1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xufVxuLnRodW1ibmFpbHMtYnV0dG9uIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICByaWdodDogM3B4O1xufVxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnRvb2xiYXItcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM2U0ZTVhO1xuICB3aWR0aDogMTAwJTtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbixcbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdGVkLXZhbHVlLFxuOjpuZy1kZWVwIC50b29scyAubmF2LWNhcmV0IHtcbiAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbi5pbmFjdGl2ZSxcbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdGVkLXZhbHVlLmluYWN0aXZlLFxuOjpuZy1kZWVwIC50b29scyAubmF2LWNhcmV0LmluYWN0aXZlIHtcbiAgY29sb3I6ICM5NTlkYTUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbiB7XG4gIGZsZXgtZmxvdzogY29sdW1uO1xufVxuOjpuZy1kZWVwIC50b29scyAuZHJvcGRvd24tbWVudSAub3B0aW9uIHtcbiAgY29sb3I6ICM2ZTZlNmUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbjpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0YjU2NmMgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uIHtcbiAgbWFyZ2luOiAwcHggMHB4IDBweCA3cHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdCB7XG4gIHdpZHRoOiA2NXB4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIG1hcmdpbi1sZWZ0OiA3cHg7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5tb2JpbGUtaGlkZSxcbiAgLmN1cnJlbnQtcGFnZS1udW1iZXIge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgOjpuZy1kZWVwIC50b29scyBnZC1idXR0b246bnRoLWNoaWxkKDEpID4gLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAwcHggMHB4IDEwcHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gICAgaGVpZ2h0OiA2MHB4O1xuICAgIHdpZHRoOiA2MHB4O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgLmdkLW5hdi1zZWFyY2gtYnRuIC5pY29uLWJ1dHRvbiB7XG4gICAgaGVpZ2h0OiAzN3B4O1xuICAgIHdpZHRoOiAzN3B4O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgLmdkLW5hdi1zZWFyY2gtYnRuIC5idXR0b24ge1xuICAgIGZvbnQtc2l6ZTogMTRweDtcbiAgfVxufVxuIiwiQGltcG9ydCAoY3NzKSB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG5AaW1wb3J0IFwiLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuOmhvc3QgKiB7XG4gIGZvbnQtZmFtaWx5OiAnT3BlbiBTYW5zJywgQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZjtcbn1cblxuLmN1cnJlbnQtcGFnZS1udW1iZXIge1xuICBtYXJnaW4tbGVmdDogN3B4O1xuICBmb250LXNpemUgIDogMTRweDtcbiAgY29sb3IgICAgICA6IEByZWdlbnQtZ3JheTtcbiAgd2lkdGggICAgICA6IDM3cHg7XG4gIGhlaWdodCAgICAgOiAzN3B4O1xuICBsaW5lLWhlaWdodDogMzdweDtcbiAgdGV4dC1hbGlnbiA6IGNlbnRlcjtcblxuICAmLmFjdGl2ZSB7XG4gICAgY29sb3I6ICNmZmY7XG4gIH1cbn1cblxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0ICAgICA6IDEwMCU7XG4gIHdpZHRoICAgICAgOiAxMDAlO1xuICBwb3NpdGlvbiAgIDogZml4ZWQ7XG4gIHRvcCAgICAgICAgOiAwO1xuICBib3R0b20gICAgIDogMDtcbiAgbGVmdCAgICAgICA6IDA7XG4gIHJpZ2h0ICAgICAgOiAwO1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheSAgICAgICA6IGZsZXg7XG4gIGhlaWdodCAgICAgICAgOiBjYWxjKDEwMHZoIC0gNjBweCk7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG59XG5cbi50aHVtYm5haWxzLWJ1dHRvbiB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcmlnaHQgICA6IDNweDtcbn1cblxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXkgICAgOiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aCAgICAgIDogMTAwJTtcbn1cblxuLnRvb2xiYXItcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAbmF2LW1haW4tYmFja2dyb3VuZDtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbn1cblxuOjpuZy1kZWVwIC50b29scyB7XG5cbiAgLmJ1dHRvbixcbiAgLnNlbGVjdGVkLXZhbHVlLFxuICAubmF2LWNhcmV0IHtcbiAgICBjb2xvcjogI2ZmZiAhaW1wb3J0YW50O1xuXG4gICAgJi5pbmFjdGl2ZSB7XG4gICAgICBjb2xvcjogQHJlZ2VudC1ncmF5ICAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuXG4gIC5idXR0b24ge1xuICAgIGZsZXgtZmxvdzogY29sdW1uO1xuICB9XG5cbiAgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbiB7XG4gICAgY29sb3I6IEBkb3ZlLWdyYXkgICFpbXBvcnRhbnQ7XG4gIH1cblxuICAuZHJvcGRvd24tbWVudSAub3B0aW9uOmhvdmVyIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAZm9sZGVyICAhaW1wb3J0YW50O1xuICB9XG5cbiAgLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAwcHggMHB4IDdweCAhaW1wb3J0YW50O1xuICB9XG5cbiAgLnNlbGVjdCB7XG4gICAgd2lkdGggICAgICA6IDY1cHg7XG4gICAgaGVpZ2h0ICAgICA6IDM3cHg7XG4gICAgbWFyZ2luLWxlZnQ6IDdweDtcbiAgICBsaW5lLWhlaWdodDogMzdweDtcbiAgICB0ZXh0LWFsaWduIDogY2VudGVyO1xuICB9XG59XG5cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcblxuICAubW9iaWxlLWhpZGUsXG4gIC5jdXJyZW50LXBhZ2UtbnVtYmVyIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG5cbiAgOjpuZy1kZWVwIC50b29scyB7XG4gICAgZ2QtYnV0dG9uOm50aC1jaGlsZCgxKT4uaWNvbi1idXR0b24ge1xuICAgICAgbWFyZ2luOiAwcHggMHB4IDBweCAxMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuXG4gICAgLmljb24tYnV0dG9uIHtcbiAgICAgIGhlaWdodDogNjBweDtcbiAgICAgIHdpZHRoIDogNjBweDtcbiAgICB9XG5cbiAgICAuZ2QtbmF2LXNlYXJjaC1idG4ge1xuICAgICAgLmljb24tYnV0dG9uIHtcbiAgICAgICAgaGVpZ2h0OiAzN3B4O1xuICAgICAgICB3aWR0aCA6IDM3cHg7XG4gICAgICB9XG5cbiAgICAgIC5idXR0b24ge1xuICAgICAgICBmb250LXNpemU6IDE0cHg7XG4gICAgICB9XG4gICAgfVxuICB9XG59Il19 */" /***/ }), /***/ "../../libs/viewer/src/lib/viewer-app.component.ts": -/*!**************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/viewer-app.component.ts ***! - \**************************************************************************************************/ +/*!**************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/viewer-app.component.ts ***! + \**************************************************************************************/ /*! exports provided: ViewerAppComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -16177,6 +20214,11 @@ var ViewerAppComponent = /** @class */ (function () { this.isLoading = true; this.selectFile(this.viewerConfig.defaultDocument, "", ""); } + var queryString = window.location.search; + if (queryString) { + this.TryOpenFileByUrl(queryString); + } + this.selectedPageNumber = 1; }; ViewerAppComponent.prototype.ngAfterViewInit = function () { var _this = this; @@ -16290,6 +20332,18 @@ var ViewerAppComponent = /** @class */ (function () { enumerable: true, configurable: true }); + ViewerAppComponent.prototype.ifPresentation = function () { + return this.file ? _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["FileUtil"].find(this.file.guid, false).format === "Microsoft PowerPoint" : false; + }; + ViewerAppComponent.prototype.validURL = function (str) { + var pattern = new RegExp('^(https?:\\/\\/)?' + // protocol + '((([a-z\\d]([a-z\\d-]*[a-z\\d])*)\\.)+[a-z]{2,}|' + // domain name + '((\\d{1,3}\\.){3}\\d{1,3}))' + // OR ip (v4) address + '(\\:\\d+)?(\\/[-a-z\\d%_.~+]*)*' + // port and path + '(\\?[;&a-z\\d%_.~+=-]*)?' + // query string + '(\\#[-a-z\\d_]*)?$', 'i'); // fragment locator + return !!pattern.test(str); + }; ViewerAppComponent.prototype.openModal = function (id) { this._modalService.open(id); }; @@ -16314,14 +20368,31 @@ var ViewerAppComponent = /** @class */ (function () { _this.options = _this.zoomOptions(); _this.refreshZoom(); } - var preloadPageCount = _this.viewerConfig.preloadPageCount; + var preloadPageCount = !_this.ifPresentation() ? _this.viewerConfig.preloadPageCount + : (_this.viewerConfig.preloadPageCount !== 0 + && _this.viewerConfig.preloadPageCount < 3 ? 3 + : _this.viewerConfig.preloadPageCount); var countPages = file.pages ? file.pages.length : 0; if (preloadPageCount > 0) { + if (_this.ifPresentation()) { + _this.file.thumbnails = file.pages.slice(); + } _this.preloadPages(1, preloadPageCount > countPages ? countPages : preloadPageCount); + if (!_this.ifPresentation()) { + _this._viewerService.loadThumbnails(_this.credentials).subscribe(function (data) { + _this.file.thumbnails = data.pages; + }); + } } _this._navigateService.countPages = countPages; _this._navigateService.currentPage = 1; _this.countPages = countPages; + if (_this.ifPresentation()) { + _this.showThumbnails = true; + } + else { + _this.showThumbnails = false; + } } }); if (modalId) { @@ -16334,6 +20405,16 @@ var ViewerAppComponent = /** @class */ (function () { var _loop_1 = function (i) { this_1._viewerService.loadPage(this_1.credentials, i).subscribe(function (page) { _this.file.pages[i - 1] = page; + if (_this.ifPresentation() && _this.file.thumbnails && !_this.file.thumbnails[i - 1].data) { + if (page.data) { + page.data = page.data.replace(/>\s+<') + .replace(/\uFEFF/g, "") + .replace(/href="\/viewer/g, 'href="http://localhost:8080/viewer') + .replace(/src="\/viewer/g, 'src="http://localhost:8080/viewer') + .replace(/data="\/viewer/g, 'data="http://localhost:8080/viewer'); + } + _this.file.thumbnails[i - 1].data = page.data; + } }); }; var this_1 = this; @@ -16343,8 +20424,14 @@ var ViewerAppComponent = /** @class */ (function () { }; ViewerAppComponent.prototype.upload = function ($event) { var _this = this; - this._viewerService.upload(null, $event, this.rewriteConfig).subscribe(function () { - _this.selectDir(''); + this._viewerService.upload(null, $event, this.rewriteConfig).subscribe(function (uploadedDocument) { + if (_this.fileParam !== '') { + _this.selectFile(uploadedDocument.guid, '', ''); + _this.fileParam = ''; + } + else { + _this.selectDir(''); + } }); }; ViewerAppComponent.prototype.nextPage = function () { @@ -16431,42 +20518,24 @@ var ViewerAppComponent = /** @class */ (function () { if (this.formatDisabled) return; var pageNumber = this._navigateService.currentPage; + var pageModel = this.file.pages[pageNumber - 1]; if (this.saveRotateStateConfig && this.file) { - this._viewerService.rotate(this.credentials, deg, pageNumber).subscribe(function (data) { - var e_1, _a; - try { - for (var data_1 = tslib__WEBPACK_IMPORTED_MODULE_0__["__values"](data), data_1_1 = data_1.next(); !data_1_1.done; data_1_1 = data_1.next()) { - var page = data_1_1.value; - var pageModel = _this.file.pages[page.pageNumber - 1]; - if (_this.file && _this.file.pages && pageModel) { - _this.changeAngle(pageModel, page.angle); - } + this._viewerService.rotate(this.credentials, deg, pageNumber).subscribe(function (page) { + _this.file.pages[pageNumber - 1] = page; + if (_this.file && _this.file.pages && pageModel) { + var angle = pageModel.angle + deg; + if (angle > 360) { + _this.changeAngle(pageModel, 90); } - } - catch (e_1_1) { e_1 = { error: e_1_1 }; } - finally { - try { - if (data_1_1 && !data_1_1.done && (_a = data_1.return)) _a.call(data_1); + else if (angle < -360) { + _this.changeAngle(pageModel, -90); + } + else { + _this.changeAngle(pageModel, angle); } - finally { if (e_1) throw e_1.error; } } }); } - else { - var pageModel = this.file.pages[pageNumber - 1]; - if (this.file && this.file.pages && pageModel) { - var angle = pageModel.angle + deg; - if (angle > 360) { - this.changeAngle(pageModel, 90); - } - else if (angle < -360) { - this.changeAngle(pageModel, -90); - } - else { - this.changeAngle(pageModel, angle); - } - } - } }; ViewerAppComponent.prototype.changeAngle = function (page, angle) { page.angle = angle; @@ -16481,18 +20550,10 @@ var ViewerAppComponent = /** @class */ (function () { if (this.formatDisabled) return; if (this.viewerConfig.preloadPageCount !== 0) { - if (_groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["FileUtil"].find(this.file.guid, false).format === "Portable Document Format") { - this._viewerService.loadPrintPdf(this.credentials).subscribe(function (blob) { - var file = new Blob([blob], { type: 'application/pdf' }); - _this._renderPrintService.changeBlob(file); - }); - } - else { - this._viewerService.loadPrint(this.credentials).subscribe(function (data) { - _this.file.pages = data.pages; - _this._renderPrintService.changePages(_this.file.pages); - }); - } + this._viewerService.loadPrint(this.credentials).subscribe(function (data) { + _this.file.pages = data.pages; + _this._renderPrintService.changePages(_this.file.pages); + }); } else { this._renderPrintService.changePages(this.file.pages); @@ -16510,14 +20571,19 @@ var ViewerAppComponent = /** @class */ (function () { this.showThumbnails = true; } else { - this._viewerService.loadThumbnails(this.credentials).subscribe(function (data) { - _this.file.pages = data.pages; - _this.showThumbnails = true; - }); + if (this.file.thumbnails.filter(function (t) { return !t.data; }).length > 0) { + this._viewerService.loadThumbnails(this.credentials).subscribe(function (data) { + _this.file.thumbnails = data.pages; + _this.showThumbnails = true; + }); + } + else { + this.showThumbnails = true; + } } }; ViewerAppComponent.prototype.clearData = function () { - var e_2, _a; + var e_1, _a; if (!this.file || !this.file.pages) { return; } @@ -16527,12 +20593,12 @@ var ViewerAppComponent = /** @class */ (function () { page.data = null; } } - catch (e_2_1) { e_2 = { error: e_2_1 }; } + catch (e_1_1) { e_1 = { error: e_1_1 }; } finally { try { if (_c && !_c.done && (_a = _b.return)) _a.call(_b); } - finally { if (e_2) throw e_2.error; } + finally { if (e_1) throw e_1.error; } } }; ViewerAppComponent.prototype.onRightClick = function ($event) { @@ -16553,6 +20619,38 @@ var ViewerAppComponent = /** @class */ (function () { this.formatIcon = this.file ? _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["FileUtil"].find(this.file.guid, false).icon : null; this.zoom = this._windowService.isDesktop() ? 100 : this.getFitToWidth(); }; + ViewerAppComponent.prototype.selectCurrentPage = function (pageNumber) { + this.selectedPageNumber = pageNumber; + }; + ViewerAppComponent.prototype.onMouseWheelUp = function ($event) { + if (this.ifPresentation() && this.selectedPageNumber !== 1) { + this.selectedPageNumber = this.selectedPageNumber - 1; + } + }; + ViewerAppComponent.prototype.onMouseWheelDown = function ($event) { + if (this.ifPresentation() && this.selectedPageNumber !== this.file.pages.length) { + if (this.file.pages[this.selectedPageNumber] && !this.file.pages[this.selectedPageNumber].data) { + this.preloadPages(this.selectedPageNumber, this.selectedPageNumber + 1); + this.selectedPageNumber = this.selectedPageNumber + 1; + } + else { + this.selectedPageNumber = this.selectedPageNumber + 1; + } + } + }; + ViewerAppComponent.prototype.TryOpenFileByUrl = function (queryString) { + var urlParams = new URLSearchParams(queryString); + this.fileParam = urlParams.get('file'); + if (this.fileParam) { + this.isLoading = true; + if (this.validURL(this.fileParam)) { + this.upload(this.fileParam); + } + else { + this.selectFile(this.fileParam, '', ''); + } + } + }; ViewerAppComponent.ctorParameters = function () { return [ { type: _viewer_service__WEBPACK_IMPORTED_MODULE_2__["ViewerService"] }, { type: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_3__["ModalService"] }, @@ -16592,9 +20690,9 @@ var ViewerAppComponent = /** @class */ (function () { /***/ }), /***/ "../../libs/viewer/src/lib/viewer-config.service.ts": -/*!***************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/viewer-config.service.ts ***! - \***************************************************************************************************/ +/*!***************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/viewer-config.service.ts ***! + \***************************************************************************************/ /*! exports provided: ViewerConfigService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -16658,9 +20756,9 @@ var ViewerConfigService = /** @class */ (function () { /***/ }), /***/ "../../libs/viewer/src/lib/viewer-config.ts": -/*!*******************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/viewer-config.ts ***! - \*******************************************************************************************/ +/*!*******************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/viewer-config.ts ***! + \*******************************************************************************/ /*! exports provided: ViewerConfig */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -16678,15 +20776,16 @@ var ViewerConfig = /** @class */ (function () { /***/ }), /***/ "../../libs/viewer/src/lib/viewer.module.ts": -/*!*******************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/viewer.module.ts ***! - \*******************************************************************************************/ -/*! exports provided: initializeApp, setupLoadingInterceptor, ViewerModule */ +/*!*******************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/viewer.module.ts ***! + \*******************************************************************************/ +/*! exports provided: initializeApp, endPoint, setupLoadingInterceptor, ViewerModule */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "initializeApp", function() { return initializeApp; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "endPoint", function() { return endPoint; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "setupLoadingInterceptor", function() { return setupLoadingInterceptor; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ViewerModule", function() { return ViewerModule; }); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js"); @@ -16718,6 +20817,11 @@ function initializeApp(viewerConfigService) { var result = function () { return viewerConfigService.load(); }; return result; } +function endPoint() { + var config = new _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_5__["ConfigService"](); + config.apiEndpoint = "http://localhost:8080"; + return config; +} // NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981 // @dynamic function setupLoadingInterceptor(service) { @@ -16757,7 +20861,10 @@ var ViewerModule = /** @class */ (function () { ], providers: [ _viewer_service__WEBPACK_IMPORTED_MODULE_6__["ViewerService"], - _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_5__["ConfigService"], + { + provide: _groupdocs_examples_angular_common_components__WEBPACK_IMPORTED_MODULE_5__["ConfigService"], + useFactory: endPoint + }, _viewer_config_service__WEBPACK_IMPORTED_MODULE_7__["ViewerConfigService"], { provide: _angular_common_http__WEBPACK_IMPORTED_MODULE_3__["HTTP_INTERCEPTORS"], @@ -16787,9 +20894,9 @@ var ViewerModule = /** @class */ (function () { /***/ }), /***/ "../../libs/viewer/src/lib/viewer.service.ts": -/*!********************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/viewer.service.ts ***! - \********************************************************************************************/ +/*!********************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/viewer.service.ts ***! + \********************************************************************************/ /*! exports provided: ViewerService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -16878,409 +20985,563 @@ var ViewerService = /** @class */ (function () { /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/annotation/src/lib/annotation-app.component.html": -/*!***********************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation-app.component.html ***! - \***********************************************************************************************************************************************************************************/ +/*!***********************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation-app.component.html ***! + \***********************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "\n
    \n
    \n \n \n \n
    \n \n\n \n \n\n
    \n
    \n \n
    \n
    \n \n \n
    \n
    \n
    \n \n
    \n
    \n \n \n
    \n
    \n
    \n \n
    \n
    \n \n \n
    \n
    \n
    \n
    \n
    \n
    \n \n
    \n \n \n\n \n Click\n \n to open file
    \n Or drop file here\n
    \n
    \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n" +module.exports = "\r\n
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n \r\n\r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n \r\n\r\n \r\n Click\r\n \r\n to open file
    \r\n Or drop file here\r\n
    \r\n
    \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/annotation/src/lib/annotation/annotation.component.html": -/*!******************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation/annotation.component.html ***! - \******************************************************************************************************************************************************************************************/ +/*!******************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation/annotation.component.html ***! + \******************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n \n
    \n \n
    \n \n
    \n
    \n\n \n
    \n\n \n \n \n {{ distanceValue }}\n \n \n \n {{ distanceValue }}\n \n \n\n" +module.exports = "
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n\r\n \r\n \r\n \r\n {{ distanceValue }}\r\n \r\n \r\n \r\n {{ distanceValue }}\r\n \r\n \r\n\r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/annotation/src/lib/comment-panel/comment-panel.component.html": -/*!************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/comment-panel/comment-panel.component.html ***! - \************************************************************************************************************************************************************************************************/ +/*!************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/comment-panel/comment-panel.component.html ***! + \************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n \n Comments\n \n
    \n
    \n
    \n
    \n \n
    \n
    \n \n
    \n \n No comments yet. Be the first one,
    \n
    \n add comment.\n
    \n
    \n
    \n" +module.exports = "
    \r\n
    \r\n \r\n Comments\r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n No comments yet. Be the first one,
    \r\n
    \r\n add comment.\r\n
    \r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/annotation/src/lib/comment/comment.component.html": -/*!************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/comment/comment.component.html ***! - \************************************************************************************************************************************************************************************/ +/*!************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/comment/comment.component.html ***! + \************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n \n {{comment.userName}}\n
    \n {{comment.text}}\n {{getTime()}}\n
    \n" +module.exports = "
    \r\n
    \r\n \r\n {{comment.userName}}\r\n
    \r\n {{comment.text}}\r\n {{getTime()}}\r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/annotation/src/lib/create-comment/create-comment.component.html": -/*!**************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/create-comment/create-comment.component.html ***! - \**************************************************************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/create-comment/create-comment.component.html ***! + \**************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n \n \n
    \n \n Cancel\n \n \n Reply\n \n
    \n
    \n" +module.exports = "
    \r\n \r\n \r\n
    \r\n \r\n Cancel\r\n \r\n \r\n Reply\r\n \r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/comparison/src/lib/add-file-panel/add-file-panel.component.html": -/*!**************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/add-file-panel/add-file-panel.component.html ***! - \**************************************************************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/add-file-panel/add-file-panel.component.html ***! + \**************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n \n \n
    \n \n {{fileName}}\n \n \n
    \n" +module.exports = "
    \r\n
    \r\n \r\n \r\n
    \r\n \r\n {{fileName}}\r\n \r\n \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/comparison/src/lib/comparison-app.component.html": -/*!***********************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/comparison-app.component.html ***! - \***********************************************************************************************************************************************************************************/ +/*!***********************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/comparison-app.component.html ***! + \***********************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "\n
    \n
    \n
    \n
    \n \n \n \n \n
    \n
    \n \n \n \n \n \n \n
    \n
    \n
    \n
    \n
    \n
    \n \n \n \n \n
    \n  \n Loading... Please wait.\n
    \n \n \n
    \n
    \n \n \n \n \n
    \n  \n Loading... Please wait.\n
    \n \n \n
    \n
    \n
    \n
    \n  \n Loading... Please wait.\n
    \n \n \n
    \n
    \n \n \n \n \n
    \n \n \n \n \n
    \n" +module.exports = "\r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n  \r\n Loading... Please wait.\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n  \r\n Loading... Please wait.\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n  \r\n Loading... Please wait.\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/comparison/src/lib/difference-highlight/difference-highlight.component.html": -/*!**************************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/difference-highlight/difference-highlight.component.html ***! - \**************************************************************************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/difference-highlight/difference-highlight.component.html ***! + \**************************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "\n\n
    \n\n" +module.exports = "\r\n\r\n
    \r\n\r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/comparison/src/lib/difference/difference.component.html": -/*!******************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/difference/difference.component.html ***! - \******************************************************************************************************************************************************************************************/ +/*!******************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/difference/difference.component.html ***! + \******************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n \n \n
    \n
    Text edited
    \n
    {{change.text}}
    \n
    \n
    \n \n \n
    \n
    Text added
    \n
    {{change.text}}
    \n
    \n
    \n \n \n
    \n
    Text deleted
    \n
    {{change.text}}
    \n
    \n
    \n \n \n
    \n
    Text added
    \n
    {{change.text}}
    \n
    \n
    \n \n \n
    \n
    Style changed
    \n
    \n \n
    \n \n →\n \n Highlight Color\n
    \n
    \n \n →\n \n Color\n
    \n
    \n {{style.oldValue}} → {{style.newValue}}\n Font size\n
    \n
    \n {{change.text}}{{change.text}}\n Bold\n
    \n
    \n {{change.text}}{{change.text}}\n Italic\n
    \n
    \n {{change.text}}{{change.text}}\n Underline\n
    \n
    \n
    \n
    \n
    \n
    Page {{change.pageInfo.id + 1}}
    \n
    \n
    \n" +module.exports = "
    \r\n
    \r\n \r\n \r\n
    \r\n
    Text edited
    \r\n
    {{change.text}}
    \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    Text added
    \r\n
    {{change.text}}
    \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    Text deleted
    \r\n
    {{change.text}}
    \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    Text added
    \r\n
    {{change.text}}
    \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    Style changed
    \r\n
    \r\n \r\n
    \r\n \r\n →\r\n \r\n Highlight Color\r\n
    \r\n
    \r\n \r\n →\r\n \r\n Color\r\n
    \r\n
    \r\n {{style.oldValue}} → {{style.newValue}}\r\n Font size\r\n
    \r\n
    \r\n {{change.text}}{{change.text}}\r\n Bold\r\n
    \r\n
    \r\n {{change.text}}{{change.text}}\r\n Italic\r\n
    \r\n
    \r\n {{change.text}}{{change.text}}\r\n Underline\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    Page {{change.pageInfo.pageNumber + 1}}
    \r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/comparison/src/lib/differences/differences.component.html": -/*!********************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/differences/differences.component.html ***! - \********************************************************************************************************************************************************************************************/ +/*!********************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/differences/differences.component.html ***! + \********************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n \n
    \n" +module.exports = "
    \r\n \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/comparison/src/lib/result-document/result-document.component.html": -/*!****************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/result-document/result-document.component.html ***! - \****************************************************************************************************************************************************************************************************/ +/*!****************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/result-document/result-document.component.html ***! + \****************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    Please wait...
    \n
    \n
    \n
    \n \n
    \n \n \n
    \n
    \n
    \n
    \n" +module.exports = "
    Please wait...
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.html": -/*!********************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.html ***! - \********************************************************************************************************************************************************************************************************/ +/*!********************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.html ***! + \********************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n \n \n Click to open file
    \n Or drop file here\n
    \n
    \n
    \n \n Drop file here to upload\n
    \n
    \n" +module.exports = "
    \r\n
    \r\n \r\n \r\n Click to open file
    \r\n Or drop file here\r\n
    \r\n
    \r\n
    \r\n \r\n Drop file here to upload\r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/conversion/src/lib/conversion-app.component.html": -/*!***********************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-app.component.html ***! - \***********************************************************************************************************************************************************************************/ +/*!***********************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-app.component.html ***! + \***********************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n \n \n \n\n \n\n \n
    \n\n \n Click to open file
    \n Or drop file here\n
    \n\n \n\n \n\n \n \n \n
    \n" +module.exports = "
    \r\n
    \r\n \r\n \r\n \r\n\r\n \r\n\r\n \r\n
    \r\n\r\n \r\n Click to open file
    \r\n Or drop file here\r\n
    \r\n\r\n \r\n\r\n \r\n\r\n \r\n \r\n \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.html": -/*!********************************************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.html ***! - \********************************************************************************************************************************************************************************************************************************/ +/*!********************************************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.html ***! + \********************************************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "\n
    \n
    \n \n Drop file here to upload\n
    \n
    \n
    \n \n\n
    \n \n
    \n
    \n
    \n \n \n \n {{getLabelString()}}\n \n \n \n \n
    {{item.name}}
    \n
    \n \n
    \n
    \n
    \n
    \n \n \n \n Upload file\n \n \n \n \n \n
    {{item.name}}
    \n
    \n
    \n
    \n
    \n
    \n
    \n \n
    \n \n
    \n
    \n
    \n
    \n
    \n
    \n
    FILE
    \n
    SIZE
    \n
    \n
    \n
    \n
    \n
    \n
    \n \n
    \n
    ..
    \n
    \n
    \n
    \n \n
    \n
    \n \n
    \n
    {{file?.name}}
    \n
    {{getFormatName(file)}}
    \n
    \n
    \n
    {{getSize(file?.size)}}
    \n
    \n \n \n \n \n \n \n \n
    {{item.name}}
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n \n  Loading... Please wait.\n
    \n
    \n
    \n" +module.exports = "\r\n
    \r\n
    \r\n \r\n Drop file here to upload\r\n
    \r\n
    \r\n
    \r\n \r\n\r\n
    \r\n 0)\" class=\"gd-checkbox\" [checked]=\"allItemsSelected()\"\r\n (change)=\"selectAllItems($event.target.checked);\">\r\n
    \r\n
    \r\n
    \r\n \r\n \r\n \r\n {{getLabelString()}}\r\n \r\n \r\n \r\n \r\n
    {{item.name}}
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n \r\n Upload file\r\n \r\n \r\n \r\n \r\n \r\n
    {{item.name}}
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    FILE
    \r\n
    SIZE
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    ..
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    {{file?.name}}
    \r\n
    {{getFormatName(file)}}
    \r\n
    \r\n
    \r\n
    {{getSize(file?.size)}}
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    {{item.name}}
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n  Loading... Please wait.\r\n
    \r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/conversion/src/lib/conversion-item/conversion-item.component.html": -/*!****************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-item/conversion-item.component.html ***! - \****************************************************************************************************************************************************************************************************/ +/*!****************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-item/conversion-item.component.html ***! + \****************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n ×\n
    \n
    \n \n
    {{item.name}}\n
    {{item.sourceFormatName}}
    \n
    \n \n {{item.destinationFileName}}\n
    \n
    \n
    \n
    {{item.sizeString}}
    \n
    \n \n \n \n
    \n
    \n \n
    {{item.destinationFileName}}
    {{item.destinationFormatName}}
    \n
    \n
    \n \n
    \n
    \n \n
    \n \n
    \n \n
    \n
    " +module.exports = "
    \r\n
    \r\n ×\r\n
    \r\n
    \r\n \r\n
    {{item.name}}\r\n
    {{item.sourceFormatName}}
    \r\n
    \r\n \r\n {{item.destinationFileName}}\r\n
    \r\n
    \r\n
    \r\n
    {{item.sizeString}}
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n
    {{item.destinationFileName}}
    {{item.destinationFormatName}}
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    " /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/conversion/src/lib/conversion-queue/conversion-queue.component.html": -/*!******************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-queue/conversion-queue.component.html ***! - \******************************************************************************************************************************************************************************************************/ +/*!******************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-queue/conversion-queue.component.html ***! + \******************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n
    \n
    Source
    \n
    Size
    \n
    State
    \n
    Target
    \n
    \n
    \n
    \n \n
    \n
    " +module.exports = "
    \r\n
    \r\n
    \r\n
    Source
    \r\n
    Size
    \r\n
    State
    \r\n
    Target
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    " /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/conversion/src/lib/information-modal/information-modal.component.html": -/*!********************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/information-modal/information-modal.component.html ***! - \********************************************************************************************************************************************************************************************************/ +/*!********************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/information-modal/information-modal.component.html ***! + \********************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "\n
    \n \n
    \n
    Incompatible formats
    \n
    {{warningCount}} selected {{warningCount == 1 ? 'file' : 'files'}} can't be converted to {{formatName}} format. Incompatible files will not be added to conversion queue.
    \n
    \n
    \n
    \n" +module.exports = "\r\n
    \r\n \r\n
    \r\n
    Incompatible formats
    \r\n
    {{warningCount}} selected {{warningCount == 1 ? 'file' : 'files'}} can't be converted to {{formatName}} format. Incompatible files will not be added to conversion queue.
    \r\n
    \r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/editor/src/lib/create.document-modal/create.document-modal.component.html": -/*!************************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/create.document-modal/create.document-modal.component.html ***! - \************************************************************************************************************************************************************************************************************/ +/*!************************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/create.document-modal/create.document-modal.component.html ***! + \************************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "\n
    \n
    \n \n \n \n \n Save\n
    \n
    \n
    \n" +module.exports = "\r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n Save\r\n
    \r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/editor/src/lib/editor-app.component.html": -/*!***************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/editor-app.component.html ***! - \***************************************************************************************************************************************************************************/ +/*!***************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/editor-app.component.html ***! + \***************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "\n
    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n
    \n \n
    \n
    \n
    \n
    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n
    \n \n
    \n \n \n
    \n \n Click to open file
    \n Or drop file here\n
    \n \n \n \n \n \n
    \n" +module.exports = "\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n \r\n
    \r\n \r\n Click to open file
    \r\n Or drop file here\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n" /***/ }), -/***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/canvas/canvas.component.html": -/*!*********************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/canvas/canvas.component.html ***! - \*********************************************************************************************************************************************************************************/ +/***/ "../../node_modules/raw-loader/index.js!../../libs/metadata/src/lib/accordion/accordion-group/accordion-group.component.html": +/*!************************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/accordion/accordion-group/accordion-group.component.html ***! + \************************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n \n
    \n
    \n" +module.exports = "
    \r\n
    \r\n \r\n \r\n
    {{title}}
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    {{property.name}}
    \r\n \r\n
    {{formatValue(property)}}
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    " /***/ }), -/***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/hand-modal/hand-modal.component.html": -/*!*****************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/hand-modal/hand-modal.component.html ***! - \*****************************************************************************************************************************************************************************************/ +/***/ "../../node_modules/raw-loader/index.js!../../libs/metadata/src/lib/metadata-app.component.html": +/*!*******************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata-app.component.html ***! + \*******************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "\n
    \n
    \n
    \n \n
    \n
    \n \n
    \n
    \n \n Save\n
    \n
    \n
    \n \n
    \n
    \n
    \n" +module.exports = "\r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n Click to open file
    \r\n Or drop file here\r\n
    \r\n \r\n\r\n \r\n \r\n \r\n
    \r\n" /***/ }), -/***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.html": -/*!***************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.html ***! - \***************************************************************************************************************************************************************************************************/ +/***/ "../../node_modules/raw-loader/index.js!../../libs/parser/src/lib/confirmation-modal/confirmation-modal.component.html": +/*!******************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/confirmation-modal/confirmation-modal.component.html ***! + \******************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n \n
    \n \n
    \n
    \n
    \n \n
    \n \n
    \n
    \n
    \n" +module.exports = "\n
    \n
    \n
    {{ text }}
    \n \n {{ actionText }}\n \n
    \n
    \n
    \n" /***/ }), -/***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/signature-app.component.html": -/*!*********************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-app.component.html ***! - \*********************************************************************************************************************************************************************************/ +/***/ "../../node_modules/raw-loader/index.js!../../libs/parser/src/lib/field/field.component.html": +/*!****************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/field/field.component.html ***! + \****************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "\n
    \n
    \n \n \n \n
    \n \n\n \n \n\n
    \n
    \n \n
    \n
    \n \n \n
    \n
    \n
    \n \n
    \n
    \n \n \n
    \n
    \n
    \n
    \n
    \n \n \n
    \n \n
    \n\n \n Click\n \n to open file
    \n Or drop file here\n
    \n \n \n
    \n \n\n \n \n \n
    \n" +module.exports = "
    \r\n\r\n
    \r\n {{ getField().name }} \r\n
    \r\n \r\n \r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    " /***/ }), -/***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/signature-left-panel/signature-left-panel.component.html": -/*!*************************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-left-panel/signature-left-panel.component.html ***! - \*************************************************************************************************************************************************************************************************************/ +/***/ "../../node_modules/raw-loader/index.js!../../libs/parser/src/lib/parser-app.component.html": +/*!***************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/parser-app.component.html ***! + \***************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "\n
    \n
    \n
    \n
    \n
    \n
    {{getTitle()}}
    \n
    \n \n
    \n
    \n
    \n \n \n
    \n
    \n
    {{getName()}}
    \n
    \n \n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n" +module.exports = "
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n\r\n \r\n\r\n \r\n \r\n \r\n\r\n \r\n \r\n
    " /***/ }), -/***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/signature-list-panel/signature-list-panel.component.html": -/*!*************************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-list-panel/signature-list-panel.component.html ***! - \*************************************************************************************************************************************************************************************************************/ +/***/ "../../node_modules/raw-loader/index.js!../../libs/parser/src/lib/surface/surface.component.html": +/*!********************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/surface/surface.component.html ***! + \********************************************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "
    \r\n \r\n
    " + +/***/ }), + +/***/ "../../node_modules/raw-loader/index.js!../../libs/parser/src/lib/template-browser/template-browser.component.html": +/*!**************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/template-browser/template-browser.component.html ***! + \**************************************************************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "\n
    \n
    Select the template:
    \n
    \n\n
    \n
    \n
    \n
    \n
    \n
    {{id?.name}}
    \n
    \n
    \n
    \n
    \n
    \n\n
    " + +/***/ }), + +/***/ "../../node_modules/raw-loader/index.js!../../libs/parser/src/lib/template-name/template-name.component.html": +/*!********************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/template-name/template-name.component.html ***! + \********************************************************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "
    \n
    \n {{ getName() }}\n
    \n\n \n
    " + +/***/ }), + +/***/ "../../node_modules/raw-loader/index.js!../../libs/search/src/lib/indexed-file/indexed-file.component.html": +/*!******************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/indexed-file/indexed-file.component.html ***! + \******************************************************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "
    \r\n
    \r\n ×\r\n
    \r\n
    \r\n \r\n
    {{file.name}}\r\n
    {{getFormatName()}}
    \r\n
    \r\n
    \r\n
    {{getSizeString(file.size)}}
    \r\n
    \r\n
    \r\n \r\n {{getStatusTitle()}}\r\n
    \r\n
    \r\n
    " + +/***/ }), + +/***/ "../../node_modules/raw-loader/index.js!../../libs/search/src/lib/indexed-files-list/indexed-files-list.component.html": +/*!******************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/indexed-files-list/indexed-files-list.component.html ***! + \******************************************************************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "
    \r\n
    \r\n
    \r\n
    File
    \r\n
    Size
    \r\n
    State
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    " + +/***/ }), + +/***/ "../../node_modules/raw-loader/index.js!../../libs/search/src/lib/search-app.component.html": +/*!***************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-app.component.html ***! + \***************************************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "\r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n\r\n \r\n Click to open file
    \r\n Or drop file here\r\n
    \r\n\r\n 0 && !searchResult\">\r\n\r\n \r\n\r\n \r\n\r\n \r\n \r\n
    \r\n" + +/***/ }), + +/***/ "../../node_modules/raw-loader/index.js!../../libs/search/src/lib/search-browse-files-modal/search-browse-files-modal.component.html": +/*!********************************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-browse-files-modal/search-browse-files-modal.component.html ***! + \********************************************************************************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "\r\n
    \r\n
    \r\n \r\n Drop file here to upload\r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n 0)\" class=\"gd-checkbox\" [checked]=\"allItemsSelected()\"\r\n (change)=\"selectAllItems($event.target.checked);\">\r\n
    \r\n
    \r\n
    \r\n \r\n {{getLabelString()}}\r\n \r\n \r\n \r\n \r\n Upload file\r\n \r\n \r\n \r\n \r\n \r\n
    {{item.name}}
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    FILE
    \r\n
    SIZE
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    ..
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    {{file?.name}}
    \r\n
    {{getFormatName(file)}}
    \r\n
    \r\n
    \r\n
    {{getSize(file?.size)}}
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n  Loading... Please wait.\r\n
    \r\n
    \r\n
    \r\n" + +/***/ }), + +/***/ "../../node_modules/raw-loader/index.js!../../libs/search/src/lib/search-panel/search-panel.component.html": +/*!******************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-panel/search-panel.component.html ***! + \******************************************************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "
    \r\n \r\n \r\n \r\n
    \r\n" + +/***/ }), + +/***/ "../../node_modules/raw-loader/index.js!../../libs/search/src/lib/search-result-item/search-result-item.component.html": +/*!******************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-result-item/search-result-item.component.html ***! + \******************************************************************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "
    \r\n
    \r\n \r\n
    {{item.name}}\r\n
    {{getFormatName(item)}}
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    {{getSizeString(item.size)}}
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    Found phrases
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    " + +/***/ }), + +/***/ "../../node_modules/raw-loader/index.js!../../libs/search/src/lib/search-result-summary/search-result-summary.component.html": +/*!************************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-result-summary/search-result-summary.component.html ***! + \************************************************************************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "
    \r\n
    \r\n \r\n
    \r\n \r\n
    {{getSearchDuration()}} sec
    \r\n
    \r\n
    \r\n
    0\" class=\"gd-search-result-summary-header\">\r\n
    File
    \r\n
    Occurrences
    \r\n
    Size
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    " + +/***/ }), + +/***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/canvas/canvas.component.html": +/*!*********************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/canvas/canvas.component.html ***! + \*********************************************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "
    \r\n
    \r\n \r\n
    \r\n
    \r\n" + +/***/ }), + +/***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/hand-modal/hand-modal.component.html": +/*!*****************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/hand-modal/hand-modal.component.html ***! + \*****************************************************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "\r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n Save\r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n" + +/***/ }), + +/***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.html": +/*!***************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.html ***! + \***************************************************************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n" + +/***/ }), + +/***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/signature-app.component.html": +/*!*********************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-app.component.html ***! + \*********************************************************************************************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = "\r\n
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n \r\n\r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n \r\n
    \r\n\r\n \r\n Click\r\n \r\n to open file
    \r\n Or drop file here\r\n
    \r\n \r\n \r\n
    \r\n \r\n\r\n \r\n \r\n \r\n
    \r\n" + +/***/ }), + +/***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/signature-left-panel/signature-left-panel.component.html": +/*!*************************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-left-panel/signature-left-panel.component.html ***! + \*************************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n
    \n
    \n
    \n
    \n \n
    \n
    \n \"\"\n
    \n
    \n \n
    \n
    \n \n
    \n
    \n
    \n
    \n \n \n
    \n
    \n \n \n
    \n
    \n \n \n
    \n
    \n \n \n
    \n
    \n \n \n
    \n
    \n \n Apply\n
    \n
    \n
    \n
    \n
    \n
    \n \n There is no entries yet\n
    \n
    \n" +module.exports = "\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    {{getTitle()}}
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    {{getName()}}
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n" /***/ }), -/***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/signature-tab/signature-tab.component.html": -/*!***********************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-tab/signature-tab.component.html ***! - \***********************************************************************************************************************************************************************************************/ +/***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/signature-list-panel/signature-list-panel.component.html": +/*!*************************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-list-panel/signature-list-panel.component.html ***! + \*************************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n \n \n
    \n" +module.exports = "
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \"\"\r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n Apply\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n There is no entries yet\r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/signature/signature.component.html": -/*!***************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature/signature.component.html ***! - \***************************************************************************************************************************************************************************************/ +/*!***************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature/signature.component.html ***! + \***************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n \n \n \n
    \n \n
    \n
    \n \n
    Digitally signed : {{data.digitalProps.contact ? data.digitalProps.contact : data.digitalProps.reason}}
    \n \n
    \n" +module.exports = "
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n
    Digitally signed : {{data.digitalProps.contact ? data.digitalProps.contact : data.digitalProps.reason}}
    \r\n \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/stamp-canvas/stamp-canvas.component.html": -/*!*********************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/stamp-canvas/stamp-canvas.component.html ***! - \*********************************************************************************************************************************************************************************************/ +/*!*********************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/stamp-canvas/stamp-canvas.component.html ***! + \*********************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n
    \n \n
    \n
    \n \n \n \n
    \n
    \n \n \n \n
    \n
    \n \n \n
    \n
    \n
    \n" +module.exports = "
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/stamp-modal/stamp-modal.component.html": -/*!*******************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/stamp-modal/stamp-modal.component.html ***! - \*******************************************************************************************************************************************************************************************/ +/*!*******************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/stamp-modal/stamp-modal.component.html ***! + \*******************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "\n
    \n
    \n
    \n \n \n \n \n \n \n
    \n
    \n \n Save\n
    \n
    \n
    \n
    \n
    \n
    \n \n \n \n
    \n \n
    \n
    \n
    \n
    \n" +module.exports = "\r\n
    \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n Save\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/signature/src/lib/upload-signature/upload-signature.component.html": -/*!*****************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/upload-signature/upload-signature.component.html ***! - \*****************************************************************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/upload-signature/upload-signature.component.html ***! + \*****************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n \n \n
    \n

    Click\n \n to open file\n

    \n

    Or drop file here

    \n
    \n
    \n
    \n" +module.exports = "
    \r\n
    \r\n \r\n \r\n
    \r\n

    Click\r\n \r\n to open file\r\n

    \r\n

    Or drop file here

    \r\n
    \r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/viewer/src/lib/excel-document/excel-document.component.html": -/*!**********************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/excel-document/excel-document.component.html ***! - \**********************************************************************************************************************************************************************************************/ +/*!**********************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/excel-document/excel-document.component.html ***! + \**********************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    Please wait...
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n
    \n Sheet {{page.number}}\n
    \n
    \n
    \n" +module.exports = "
    Please wait...
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n Sheet {{page.number}}\r\n
    \r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/viewer/src/lib/excel-page/excel-page.component.html": -/*!**************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/excel-page/excel-page.component.html ***! - \**************************************************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/excel-page/excel-page.component.html ***! + \**************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n \"\"\n\n
    \n \n  Loading... Please wait.\n
    \n
    \n" +module.exports = "
    \r\n
    \r\n \"\"\r\n\r\n
    \r\n \r\n  Loading... Please wait.\r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/viewer/src/lib/thumbnails/thumbnails.component.html": -/*!**************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/thumbnails/thumbnails.component.html ***! - \**************************************************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/thumbnails/thumbnails.component.html ***! + \**************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n" +module.exports = "
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!../../libs/viewer/src/lib/viewer-app.component.html": -/*!***************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!/Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/viewer-app.component.html ***! - \***************************************************************************************************************************************************************************/ +/*!***************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/viewer-app.component.html ***! + \***************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "\n
    \n
    \n \n \n \n\n \n \n \n\n \n \n
    {{currentPage}}/{{countPages}}
    \n \n \n\n \n \n\n \n \n\n \n \n\n \n
    \n
    \n
    \n \n\n \n \n
    \n\n \n Click to open file
    \n Or drop file here\n
    \n\n \n\n \n \n
    \n" +module.exports = "\r\n
    \r\n
    \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n\r\n \r\n \r\n
    {{currentPage}}/{{countPages}}
    \r\n \r\n \r\n\r\n \r\n \r\n\r\n \r\n \r\n\r\n \r\n \r\n\r\n \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n\r\n \r\n \r\n
    \r\n\r\n \r\n Click to open file
    \r\n Or drop file here\r\n
    \r\n\r\n \r\n\r\n \r\n \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!./src/app/app.component.html": -/*!***********************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!./src/app/app.component.html ***! - \***********************************************************************************************************/ +/*!***********************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!./src/app/app.component.html ***! + \***********************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n Back\n \n
    \n" +module.exports = "
    \r\n Back\r\n \r\n
    \r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!./src/app/total-nav/total-nav.component.html": -/*!***************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!./src/app/total-nav/total-nav.component.html ***! - \***************************************************************************************************************************/ +/*!***************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!./src/app/total-nav/total-nav.component.html ***! + \***************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "\n" +module.exports = "\r\n" /***/ }), /***/ "../../node_modules/raw-loader/index.js!./src/app/total-view/total-view.component.html": -/*!*****************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/raw-loader!./src/app/total-view/total-view.component.html ***! - \*****************************************************************************************************************************/ +/*!*****************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/raw-loader!./src/app/total-view/total-view.component.html ***! + \*****************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "
    \n
    \n

    GroupDocs.Total Angular Example

    \n

    Manipulate documents within your desktop solutions and web apps without requiring any other commercial\n application through GroupDocs APIs

    \n
    \n \n
    \n" +module.exports = "
    \r\n
    \r\n

    GroupDocs.Total Angular Example

    \r\n

    Manipulate documents within your desktop solutions and web apps without requiring any other commercial\r\n application through GroupDocs APIs

    \r\n
    \r\n \r\n
    \r\n" /***/ }), @@ -17314,7 +21575,7 @@ webpackEmptyAsyncContext.id = "./$$_lazy_route_resource lazy recursive"; /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n.wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n height: 100%;\n width: 100%;\n margin: 0;\n padding: 0;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL2FwcC5jb21wb25lbnQubGVzcyIsIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvYXBwcy90b3RhbC1hbmd1bGFyL3NyYy9hcHAvYXBwLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDhFQ0FrQjtBQUNsQjtFQUNFLHNEQUFBO0FEQ0Y7QUNDQTtFQUNJLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsU0FBQTtFQUNBLFVBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRENKIiwiZmlsZSI6ImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL2FwcC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9TW9udHNlcnJhdCZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG4ud3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIG1hcmdpbjogMDtcbiAgcGFkZGluZzogMDtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG4iLCJAaW1wb3J0IChjc3MpIHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU1vbnRzZXJyYXQmZGlzcGxheT1zd2FwJyk7XG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuLndyYXBwZXIge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgbWFyZ2luOiAwO1xuICAgIHBhZGRpbmc6IDA7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIHRvcDogMDtcbiAgICBib3R0b206IDA7XG4gICAgbGVmdDogMDtcbiAgICByaWdodDogMDtcbiAgfVxuIl19 */" +module.exports = "@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');\n:host * {\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\n}\n.wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n height: 100%;\n width: 100%;\n margin: 0;\n padding: 0;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL2FwcC5jb21wb25lbnQubGVzcyIsImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvYXBwcy90b3RhbC1hbmd1bGFyL3NyYy9hcHAvYXBwLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDhFQ0FrQjtBQUNsQjtFQUNFLHNEQUFBO0FEQ0Y7QUNDQTtFQUNJLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsU0FBQTtFQUNBLFVBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRENKIiwiZmlsZSI6ImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL2FwcC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9TW9udHNlcnJhdCZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG4ud3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIG1hcmdpbjogMDtcbiAgcGFkZGluZzogMDtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG4iLCJAaW1wb3J0IChjc3MpIHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU1vbnRzZXJyYXQmZGlzcGxheT1zd2FwJyk7XG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuLndyYXBwZXIge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgbWFyZ2luOiAwO1xuICAgIHBhZGRpbmc6IDA7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIHRvcDogMDtcbiAgICBib3R0b206IDA7XG4gICAgbGVmdDogMDtcbiAgICByaWdodDogMDtcbiAgfVxuIl19 */" /***/ }), @@ -17393,6 +21654,12 @@ __webpack_require__.r(__webpack_exports__); /* harmony import */ var _groupdocs_examples_angular_signature__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! @groupdocs.examples.angular/signature */ "../../libs/signature/src/index.ts"); /* harmony import */ var _groupdocs_examples_angular_conversion__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! @groupdocs.examples.angular/conversion */ "../../libs/conversion/src/index.ts"); /* harmony import */ var _groupdocs_examples_angular_annotation__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! @groupdocs.examples.angular/annotation */ "../../libs/annotation/src/index.ts"); +/* harmony import */ var _groupdocs_examples_angular_metadata__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! @groupdocs.examples.angular/metadata */ "../../libs/metadata/src/index.ts"); +/* harmony import */ var _groupdocs_examples_angular_search__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! @groupdocs.examples.angular/search */ "../../libs/search/src/index.ts"); +/* harmony import */ var _groupdocs_examples_angular_parser__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! @groupdocs.examples.angular/parser */ "../../libs/parser/src/index.ts"); + + + @@ -17420,6 +21687,9 @@ var AppModule = /** @class */ (function () { _groupdocs_examples_angular_conversion__WEBPACK_IMPORTED_MODULE_11__["ConversionModule"].forRoot("http://localhost:8080"), _groupdocs_examples_angular_signature__WEBPACK_IMPORTED_MODULE_10__["SignatureModule"].forRoot("http://localhost:8080"), _groupdocs_examples_angular_annotation__WEBPACK_IMPORTED_MODULE_12__["AnnotationModule"].forRoot("http://localhost:8080"), + _groupdocs_examples_angular_metadata__WEBPACK_IMPORTED_MODULE_13__["MetadataModule"].forRoot("http://localhost:8080"), + _groupdocs_examples_angular_search__WEBPACK_IMPORTED_MODULE_14__["SearchModule"].forRoot("http://localhost:8080"), + _groupdocs_examples_angular_parser__WEBPACK_IMPORTED_MODULE_15__["ParserModule"].forRoot("http://localhost:8080"), _angular_router__WEBPACK_IMPORTED_MODULE_5__["RouterModule"].forRoot([ { path: '', component: _total_view_total_view_component__WEBPACK_IMPORTED_MODULE_6__["TotalViewComponent"] }, { path: 'viewer', component: _groupdocs_examples_angular_viewer__WEBPACK_IMPORTED_MODULE_7__["ViewerAppComponent"] }, @@ -17428,6 +21698,9 @@ var AppModule = /** @class */ (function () { { path: 'conversion', component: _groupdocs_examples_angular_conversion__WEBPACK_IMPORTED_MODULE_11__["ConversionAppComponent"] }, { path: 'signature', component: _groupdocs_examples_angular_signature__WEBPACK_IMPORTED_MODULE_10__["SignatureAppComponent"] }, { path: 'annotation', component: _groupdocs_examples_angular_annotation__WEBPACK_IMPORTED_MODULE_12__["AnnotationAppComponent"] }, + { path: 'metadata', component: _groupdocs_examples_angular_metadata__WEBPACK_IMPORTED_MODULE_13__["MetadataAppComponent"] }, + { path: 'search', component: _groupdocs_examples_angular_search__WEBPACK_IMPORTED_MODULE_14__["SearchAppComponent"] }, + { path: 'parser', component: _groupdocs_examples_angular_parser__WEBPACK_IMPORTED_MODULE_15__["ParserAppComponent"] }, ], { initialNavigation: 'enabled' }) ], providers: [], @@ -17453,7 +21726,7 @@ var AppModule = /** @class */ (function () { /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".wrapper {\n padding: 50px;\n font-family: \"proxima-nova-soft\", \"Proxima Nova Soft\", Helvetica, Arial, sans-serif;\n width: inherit;\n height: 100%;\n}\n\n.wrapper > ul {\n width: 100%;\n height: 100%;\n}\n\n.wrapper > ul > li {\n display: inline-block;\n margin: 10px;\n padding: 20px;\n}\n\n.wrapper > ul a {\n color: #6f6f6f;\n text-decoration: none;\n}\n\n.wrapper > ul img {\n width: 48px;\n height: 48px;\n display: inline-block;\n}\n\n.wrapper > ul > li > a > div {\n width: 120px;\n padding-top: 12px;\n padding-left: 10px;\n vertical-align: top;\n display: inline-block;\n}\n\n.wrapper > ul > li > a > .coming-soon {\n color: #d2d2d2;\n}\n\n.wrapper > ul h5 {\n font-weight: 600;\n font-size: 14px;\n text-transform: uppercase;\n margin: 0px;\n}\n\n.wrapper > ul h6 {\n font-weight: 300;\n font-size: 12px;\n text-transform: uppercase;\n margin: 0px;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL3RvdGFsLW5hdi90b3RhbC1uYXYuY29tcG9uZW50LmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFLGFBQWE7RUFDYixtRkFBbUY7RUFDbkYsY0FBYztFQUNkLFlBQVk7QUFDZDs7QUFFQTtFQUNFLFdBQVc7RUFDWCxZQUFZO0FBQ2Q7O0FBRUE7RUFDRSxxQkFBcUI7RUFDckIsWUFBWTtFQUNaLGFBQWE7QUFDZjs7QUFFQTtFQUNFLGNBQWM7RUFDZCxxQkFBcUI7QUFDdkI7O0FBRUE7RUFDRSxXQUFXO0VBQ1gsWUFBWTtFQUNaLHFCQUFxQjtBQUN2Qjs7QUFFQTtFQUNFLFlBQVk7RUFDWixpQkFBaUI7RUFDakIsa0JBQWtCO0VBQ2xCLG1CQUFtQjtFQUNuQixxQkFBcUI7QUFDdkI7O0FBRUE7RUFDRSxjQUFjO0FBQ2hCOztBQUVBO0VBQ0UsZ0JBQWdCO0VBQ2hCLGVBQWU7RUFDZix5QkFBeUI7RUFDekIsV0FBVztBQUNiOztBQUVBO0VBQ0UsZ0JBQWdCO0VBQ2hCLGVBQWU7RUFDZix5QkFBeUI7RUFDekIsV0FBVztBQUNiIiwiZmlsZSI6ImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL3RvdGFsLW5hdi90b3RhbC1uYXYuY29tcG9uZW50LmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi53cmFwcGVyIHtcbiAgcGFkZGluZzogNTBweDtcbiAgZm9udC1mYW1pbHk6IFwicHJveGltYS1ub3ZhLXNvZnRcIiwgXCJQcm94aW1hIE5vdmEgU29mdFwiLCBIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmO1xuICB3aWR0aDogaW5oZXJpdDtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4ud3JhcHBlciA+IHVsIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbn1cblxuLndyYXBwZXIgPiB1bCA+IGxpIHtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICBtYXJnaW46IDEwcHg7XG4gIHBhZGRpbmc6IDIwcHg7XG59XG5cbi53cmFwcGVyID4gdWwgYSB7XG4gIGNvbG9yOiAjNmY2ZjZmO1xuICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XG59XG5cbi53cmFwcGVyID4gdWwgaW1nIHtcbiAgd2lkdGg6IDQ4cHg7XG4gIGhlaWdodDogNDhweDtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xufVxuXG4ud3JhcHBlciA+IHVsID4gbGkgPiBhID4gZGl2IHtcbiAgd2lkdGg6IDEyMHB4O1xuICBwYWRkaW5nLXRvcDogMTJweDtcbiAgcGFkZGluZy1sZWZ0OiAxMHB4O1xuICB2ZXJ0aWNhbC1hbGlnbjogdG9wO1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG59XG5cbi53cmFwcGVyID4gdWwgPiBsaSA+IGEgPiAuY29taW5nLXNvb24ge1xuICBjb2xvcjogI2QyZDJkMjtcbn1cblxuLndyYXBwZXIgPiB1bCBoNSB7XG4gIGZvbnQtd2VpZ2h0OiA2MDA7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgbWFyZ2luOiAwcHg7XG59XG5cbi53cmFwcGVyID4gdWwgaDYge1xuICBmb250LXdlaWdodDogMzAwO1xuICBmb250LXNpemU6IDEycHg7XG4gIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gIG1hcmdpbjogMHB4O1xufVxuIl19 */" +module.exports = ".wrapper {\r\n padding: 50px;\r\n font-family: \"proxima-nova-soft\", \"Proxima Nova Soft\", Helvetica, Arial, sans-serif;\r\n width: inherit;\r\n height: 100%;\r\n}\r\n\r\n.wrapper > ul {\r\n width: 100%;\r\n height: 100%;\r\n}\r\n\r\n.wrapper > ul > li {\r\n display: inline-block;\r\n margin: 10px;\r\n padding: 20px;\r\n}\r\n\r\n.wrapper > ul a {\r\n color: #6f6f6f;\r\n text-decoration: none;\r\n}\r\n\r\n.wrapper > ul img {\r\n width: 48px;\r\n height: 48px;\r\n display: inline-block;\r\n}\r\n\r\n.wrapper > ul > li > a > div {\r\n width: 120px;\r\n padding-top: 12px;\r\n padding-left: 10px;\r\n vertical-align: top;\r\n display: inline-block;\r\n}\r\n\r\n.wrapper > ul > li > a > .coming-soon {\r\n color: #d2d2d2;\r\n}\r\n\r\n.wrapper > ul h5 {\r\n font-weight: 600;\r\n font-size: 14px;\r\n text-transform: uppercase;\r\n margin: 0px;\r\n}\r\n\r\n.wrapper > ul h6 {\r\n font-weight: 300;\r\n font-size: 12px;\r\n text-transform: uppercase;\r\n margin: 0px;\r\n}\r\n\r\n@media (max-width: 1037px) {\r\n .wrapper {\r\n padding: 5px;\r\n }\r\n\r\n .wrapper > ul {\r\n padding-left: 15px;\r\n }\r\n\r\n .wrapper > ul > li {\r\n display: inline-block;\r\n margin: 10px;\r\n padding: 0px !important;\r\n }\r\n}\r\n\r\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL3RvdGFsLW5hdi90b3RhbC1uYXYuY29tcG9uZW50LmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFLGFBQWE7RUFDYixtRkFBbUY7RUFDbkYsY0FBYztFQUNkLFlBQVk7QUFDZDs7QUFFQTtFQUNFLFdBQVc7RUFDWCxZQUFZO0FBQ2Q7O0FBRUE7RUFDRSxxQkFBcUI7RUFDckIsWUFBWTtFQUNaLGFBQWE7QUFDZjs7QUFFQTtFQUNFLGNBQWM7RUFDZCxxQkFBcUI7QUFDdkI7O0FBRUE7RUFDRSxXQUFXO0VBQ1gsWUFBWTtFQUNaLHFCQUFxQjtBQUN2Qjs7QUFFQTtFQUNFLFlBQVk7RUFDWixpQkFBaUI7RUFDakIsa0JBQWtCO0VBQ2xCLG1CQUFtQjtFQUNuQixxQkFBcUI7QUFDdkI7O0FBRUE7RUFDRSxjQUFjO0FBQ2hCOztBQUVBO0VBQ0UsZ0JBQWdCO0VBQ2hCLGVBQWU7RUFDZix5QkFBeUI7RUFDekIsV0FBVztBQUNiOztBQUVBO0VBQ0UsZ0JBQWdCO0VBQ2hCLGVBQWU7RUFDZix5QkFBeUI7RUFDekIsV0FBVztBQUNiOztBQUVBO0VBQ0U7SUFDRSxZQUFZO0VBQ2Q7O0VBRUE7SUFDRSxrQkFBa0I7RUFDcEI7O0VBRUE7SUFDRSxxQkFBcUI7SUFDckIsWUFBWTtJQUNaLHVCQUF1QjtFQUN6QjtBQUNGIiwiZmlsZSI6ImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL3RvdGFsLW5hdi90b3RhbC1uYXYuY29tcG9uZW50LmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi53cmFwcGVyIHtcclxuICBwYWRkaW5nOiA1MHB4O1xyXG4gIGZvbnQtZmFtaWx5OiBcInByb3hpbWEtbm92YS1zb2Z0XCIsIFwiUHJveGltYSBOb3ZhIFNvZnRcIiwgSGVsdmV0aWNhLCBBcmlhbCwgc2Fucy1zZXJpZjtcclxuICB3aWR0aDogaW5oZXJpdDtcclxuICBoZWlnaHQ6IDEwMCU7XHJcbn1cclxuXHJcbi53cmFwcGVyID4gdWwge1xyXG4gIHdpZHRoOiAxMDAlO1xyXG4gIGhlaWdodDogMTAwJTtcclxufVxyXG5cclxuLndyYXBwZXIgPiB1bCA+IGxpIHtcclxuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcbiAgbWFyZ2luOiAxMHB4O1xyXG4gIHBhZGRpbmc6IDIwcHg7XHJcbn1cclxuXHJcbi53cmFwcGVyID4gdWwgYSB7XHJcbiAgY29sb3I6ICM2ZjZmNmY7XHJcbiAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xyXG59XHJcblxyXG4ud3JhcHBlciA+IHVsIGltZyB7XHJcbiAgd2lkdGg6IDQ4cHg7XHJcbiAgaGVpZ2h0OiA0OHB4O1xyXG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcclxufVxyXG5cclxuLndyYXBwZXIgPiB1bCA+IGxpID4gYSA+IGRpdiB7XHJcbiAgd2lkdGg6IDEyMHB4O1xyXG4gIHBhZGRpbmctdG9wOiAxMnB4O1xyXG4gIHBhZGRpbmctbGVmdDogMTBweDtcclxuICB2ZXJ0aWNhbC1hbGlnbjogdG9wO1xyXG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcclxufVxyXG5cclxuLndyYXBwZXIgPiB1bCA+IGxpID4gYSA+IC5jb21pbmctc29vbiB7XHJcbiAgY29sb3I6ICNkMmQyZDI7XHJcbn1cclxuXHJcbi53cmFwcGVyID4gdWwgaDUge1xyXG4gIGZvbnQtd2VpZ2h0OiA2MDA7XHJcbiAgZm9udC1zaXplOiAxNHB4O1xyXG4gIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XHJcbiAgbWFyZ2luOiAwcHg7XHJcbn1cclxuXHJcbi53cmFwcGVyID4gdWwgaDYge1xyXG4gIGZvbnQtd2VpZ2h0OiAzMDA7XHJcbiAgZm9udC1zaXplOiAxMnB4O1xyXG4gIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XHJcbiAgbWFyZ2luOiAwcHg7XHJcbn1cclxuXHJcbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcclxuICAud3JhcHBlciB7XHJcbiAgICBwYWRkaW5nOiA1cHg7XHJcbiAgfVxyXG5cclxuICAud3JhcHBlciA+IHVsIHtcclxuICAgIHBhZGRpbmctbGVmdDogMTVweDtcclxuICB9XHJcblxyXG4gIC53cmFwcGVyID4gdWwgPiBsaSB7XHJcbiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcbiAgICBtYXJnaW46IDEwcHg7XHJcbiAgICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcclxuICB9XHJcbn1cclxuIl19 */" /***/ }), @@ -17498,7 +21771,7 @@ var TotalNavComponent = /** @class */ (function () { /*! no static exports found */ /***/ (function(module, exports) { -module.exports = ".wrapper {\n display: -webkit-box;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n flex-direction: column;\n height: 100%;\n width: 100%;\n margin: 0;\n padding: 0;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n\n.header {\n width: 100%;\n height: 170px;\n background-color: #eeeeee;\n margin: 0;\n padding: 0;\n}\n\n.header > h2 {\n font-weight: 400;\n font-size: 20px;\n padding-top: 80px;\n padding-left: 50px;\n margin: 0;\n}\n\n.header > h3 {\n font-weight: 300;\n font-size: 14px;\n padding: 5px 50px;\n color: #6b6b6b;\n margin: 0;\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL3RvdGFsLXZpZXcvdG90YWwtdmlldy5jb21wb25lbnQuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0Usb0JBQWE7RUFBYixhQUFhO0VBQ2IsNEJBQXNCO0VBQXRCLDZCQUFzQjtVQUF0QixzQkFBc0I7RUFDdEIsWUFBWTtFQUNaLFdBQVc7RUFDWCxTQUFTO0VBQ1QsVUFBVTtFQUNWLGVBQWU7RUFDZixNQUFNO0VBQ04sU0FBUztFQUNULE9BQU87RUFDUCxRQUFRO0FBQ1Y7O0FBRUE7RUFDRSxXQUFXO0VBQ1gsYUFBYTtFQUNiLHlCQUF5QjtFQUN6QixTQUFTO0VBQ1QsVUFBVTtBQUNaOztBQUVBO0VBQ0UsZ0JBQWdCO0VBQ2hCLGVBQWU7RUFDZixpQkFBaUI7RUFDakIsa0JBQWtCO0VBQ2xCLFNBQVM7QUFDWDs7QUFFQTtFQUNFLGdCQUFnQjtFQUNoQixlQUFlO0VBQ2YsaUJBQWlCO0VBQ2pCLGNBQWM7RUFDZCxTQUFTO0FBQ1giLCJmaWxlIjoiYXBwcy90b3RhbC1hbmd1bGFyL3NyYy9hcHAvdG90YWwtdmlldy90b3RhbC12aWV3LmNvbXBvbmVudC5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyIud3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIG1hcmdpbjogMDtcbiAgcGFkZGluZzogMDtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG5cbi5oZWFkZXIge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxNzBweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2VlZWVlZTtcbiAgbWFyZ2luOiAwO1xuICBwYWRkaW5nOiAwO1xufVxuXG4uaGVhZGVyID4gaDIge1xuICBmb250LXdlaWdodDogNDAwO1xuICBmb250LXNpemU6IDIwcHg7XG4gIHBhZGRpbmctdG9wOiA4MHB4O1xuICBwYWRkaW5nLWxlZnQ6IDUwcHg7XG4gIG1hcmdpbjogMDtcbn1cblxuLmhlYWRlciA+IGgzIHtcbiAgZm9udC13ZWlnaHQ6IDMwMDtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBwYWRkaW5nOiA1cHggNTBweDtcbiAgY29sb3I6ICM2YjZiNmI7XG4gIG1hcmdpbjogMDtcbn1cbiJdfQ== */" +module.exports = ".wrapper {\r\n display: -webkit-box;\r\n display: flex;\r\n -webkit-box-orient: vertical;\r\n -webkit-box-direction: normal;\r\n flex-direction: column;\r\n height: 100%;\r\n width: 100%;\r\n margin: 0;\r\n padding: 0;\r\n position: fixed;\r\n top: 0;\r\n bottom: 0;\r\n left: 0;\r\n right: 0;\r\n}\r\n\r\n.header {\r\n width: 100%;\r\n height: 170px;\r\n background-color: #eeeeee;\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\n.header > h2 {\r\n font-weight: 400;\r\n font-size: 20px;\r\n padding-top: 80px;\r\n padding-left: 50px;\r\n margin: 0;\r\n}\r\n\r\n.header > h3 {\r\n font-weight: 300;\r\n font-size: 14px;\r\n padding: 5px 50px;\r\n color: #6b6b6b;\r\n margin: 0;\r\n}\r\n\r\n@media (max-width: 1037px) {\r\n .header > h2 {\r\n padding-top: 30px;\r\n padding-left: 30px;\r\n }\r\n\r\n .header > h3 {\r\n padding: 5px 30px 15px 30px;\r\n }\r\n\r\n .header {\r\n height: auto;\r\n }\r\n\r\n .wrapper {\r\n overflow-y: auto;\r\n }\r\n}\r\n\r\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL3RvdGFsLXZpZXcvdG90YWwtdmlldy5jb21wb25lbnQuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0Usb0JBQWE7RUFBYixhQUFhO0VBQ2IsNEJBQXNCO0VBQXRCLDZCQUFzQjtVQUF0QixzQkFBc0I7RUFDdEIsWUFBWTtFQUNaLFdBQVc7RUFDWCxTQUFTO0VBQ1QsVUFBVTtFQUNWLGVBQWU7RUFDZixNQUFNO0VBQ04sU0FBUztFQUNULE9BQU87RUFDUCxRQUFRO0FBQ1Y7O0FBRUE7RUFDRSxXQUFXO0VBQ1gsYUFBYTtFQUNiLHlCQUF5QjtFQUN6QixTQUFTO0VBQ1QsVUFBVTtBQUNaOztBQUVBO0VBQ0UsZ0JBQWdCO0VBQ2hCLGVBQWU7RUFDZixpQkFBaUI7RUFDakIsa0JBQWtCO0VBQ2xCLFNBQVM7QUFDWDs7QUFFQTtFQUNFLGdCQUFnQjtFQUNoQixlQUFlO0VBQ2YsaUJBQWlCO0VBQ2pCLGNBQWM7RUFDZCxTQUFTO0FBQ1g7O0FBRUE7RUFDRTtJQUNFLGlCQUFpQjtJQUNqQixrQkFBa0I7RUFDcEI7O0VBRUE7SUFDRSwyQkFBMkI7RUFDN0I7O0VBRUE7SUFDRSxZQUFZO0VBQ2Q7O0VBRUE7SUFDRSxnQkFBZ0I7RUFDbEI7QUFDRiIsImZpbGUiOiJhcHBzL3RvdGFsLWFuZ3VsYXIvc3JjL2FwcC90b3RhbC12aWV3L3RvdGFsLXZpZXcuY29tcG9uZW50LmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi53cmFwcGVyIHtcclxuICBkaXNwbGF5OiBmbGV4O1xyXG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XHJcbiAgaGVpZ2h0OiAxMDAlO1xyXG4gIHdpZHRoOiAxMDAlO1xyXG4gIG1hcmdpbjogMDtcclxuICBwYWRkaW5nOiAwO1xyXG4gIHBvc2l0aW9uOiBmaXhlZDtcclxuICB0b3A6IDA7XHJcbiAgYm90dG9tOiAwO1xyXG4gIGxlZnQ6IDA7XHJcbiAgcmlnaHQ6IDA7XHJcbn1cclxuXHJcbi5oZWFkZXIge1xyXG4gIHdpZHRoOiAxMDAlO1xyXG4gIGhlaWdodDogMTcwcHg7XHJcbiAgYmFja2dyb3VuZC1jb2xvcjogI2VlZWVlZTtcclxuICBtYXJnaW46IDA7XHJcbiAgcGFkZGluZzogMDtcclxufVxyXG5cclxuLmhlYWRlciA+IGgyIHtcclxuICBmb250LXdlaWdodDogNDAwO1xyXG4gIGZvbnQtc2l6ZTogMjBweDtcclxuICBwYWRkaW5nLXRvcDogODBweDtcclxuICBwYWRkaW5nLWxlZnQ6IDUwcHg7XHJcbiAgbWFyZ2luOiAwO1xyXG59XHJcblxyXG4uaGVhZGVyID4gaDMge1xyXG4gIGZvbnQtd2VpZ2h0OiAzMDA7XHJcbiAgZm9udC1zaXplOiAxNHB4O1xyXG4gIHBhZGRpbmc6IDVweCA1MHB4O1xyXG4gIGNvbG9yOiAjNmI2YjZiO1xyXG4gIG1hcmdpbjogMDtcclxufVxyXG5cclxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xyXG4gIC5oZWFkZXIgPiBoMiB7XHJcbiAgICBwYWRkaW5nLXRvcDogMzBweDtcclxuICAgIHBhZGRpbmctbGVmdDogMzBweDtcclxuICB9XHJcblxyXG4gIC5oZWFkZXIgPiBoMyB7XHJcbiAgICBwYWRkaW5nOiA1cHggMzBweCAxNXB4IDMwcHg7XHJcbiAgfVxyXG5cclxuICAuaGVhZGVyIHtcclxuICAgIGhlaWdodDogYXV0bztcclxuICB9XHJcblxyXG4gIC53cmFwcGVyIHtcclxuICAgIG92ZXJmbG93LXk6IGF1dG87XHJcbiAgfVxyXG59XHJcbiJdfQ== */" /***/ }), @@ -17596,7 +21869,7 @@ Object(_angular_platform_browser_dynamic__WEBPACK_IMPORTED_MODULE_1__["platformB /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { -module.exports = __webpack_require__(/*! /Users/elenko/projects/GroupDocs.Total-Angular/apps/total-angular/src/main.ts */"./src/main.ts"); +module.exports = __webpack_require__(/*! C:\Sources\GroupDocs.Total.Angular\apps\total-angular\src\main.ts */"./src/main.ts"); /***/ }) diff --git a/dist/apps/total-angular/main-es5.js.map b/dist/apps/total-angular/main-es5.js.map index b2da0ad89..3247ca8b8 100644 --- a/dist/apps/total-angular/main-es5.js.map +++ b/dist/apps/total-angular/main-es5.js.map @@ -1 +1 @@ -{"version":3,"sources":["webpack:////Users/elenko/projects/GroupDocs.Total-Angular/dist/libs/common-components/fesm5/groupdocs.examples.angular-common-components.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/index.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/active-annotation.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation-app.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation-app.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation-config.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation-config.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation-models.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation.module.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation/annotation.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation/annotation.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/comment-annotation.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/comment-panel/comment-panel.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/comment-panel/comment-panel.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/comment/comment.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/comment/comment.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/create-comment/create-comment.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/create-comment/create-comment.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/remove-annotation.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/index.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/add-file-panel/add-file-panel.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/add-file-panel/add-file-panel.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/comparison-app.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/comparison-app.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/comparison-config.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/comparison-config.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/comparison.module.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/comparison.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/difference-highlight/difference-highlight.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/difference-highlight/difference-highlight.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/difference/difference.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/difference/difference.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/differences.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/differences/differences.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/differences/differences.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/models.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/result-document/result-document.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/result-document/result-document.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/index.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-app.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-app.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-config.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-config.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-item/conversion-item.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-item/conversion-item.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-queue/conversion-queue.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-queue/conversion-queue.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion.module.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/information-modal/information-modal.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/information-modal/information-modal.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/models.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/index.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/create.document-modal/create.document-modal.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/create.document-modal/create.document-modal.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/editor-app.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/editor-app.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/editor-config.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/editor-config.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/editor.module.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/editor.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/index.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/active-canvas.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/active-signature.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/canvas/canvas.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/canvas/canvas.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/copy-signature.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/dnd-signature.directive.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/drag-signature.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/hand-modal/hand-modal.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/hand-modal/hand-modal.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/remove-canvas.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/remove-signature.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/select-signature.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-app.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-app.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-config.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-config.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-left-panel/signature-left-panel.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-left-panel/signature-left-panel.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-list-panel/signature-list-panel.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-list-panel/signature-list-panel.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-models.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-tab-activator.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-tab/signature-tab.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-tab/signature-tab.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature.module.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature/signature.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature/signature.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signatures-holder.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/stamp-canvas/stamp-canvas.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/stamp-canvas/stamp-canvas.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/stamp-modal/stamp-modal.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/stamp-modal/stamp-modal.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/upload-signature/upload-signature.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/upload-signature/upload-signature.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/index.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/excel-document/excel-document.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/excel-document/excel-document.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/excel-page.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/excel-page/excel-page.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/excel-page/excel-page.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/thumbnails/thumbnails.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/thumbnails/thumbnails.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/viewer-app.component.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/viewer-app.component.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/viewer-config.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/viewer-config.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/viewer.module.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/viewer.service.ts","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation-app.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/annotation/annotation.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/comment-panel/comment-panel.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/comment/comment.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/annotation/src/lib/create-comment/create-comment.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/add-file-panel/add-file-panel.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/comparison-app.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/difference-highlight/difference-highlight.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/difference/difference.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/differences/differences.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/result-document/result-document.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-app.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-item/conversion-item.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/conversion-queue/conversion-queue.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/conversion/src/lib/information-modal/information-modal.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/create.document-modal/create.document-modal.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/editor/src/lib/editor-app.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/canvas/canvas.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/hand-modal/hand-modal.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-app.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-left-panel/signature-left-panel.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-list-panel/signature-list-panel.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature-tab/signature-tab.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/signature/signature.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/stamp-canvas/stamp-canvas.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/stamp-modal/stamp-modal.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/signature/src/lib/upload-signature/upload-signature.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/excel-document/excel-document.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/excel-page/excel-page.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/thumbnails/thumbnails.component.html","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/libs/viewer/src/lib/viewer-app.component.html","webpack:///./src/app/app.component.html","webpack:///./src/app/total-nav/total-nav.component.html","webpack:///./src/app/total-view/total-view.component.html","webpack:///./$_lazy_route_resource lazy namespace object","webpack:///./src/app/app.component.less","webpack:///./src/app/app.component.ts","webpack:///./src/app/app.module.ts","webpack:///./src/app/total-nav/total-nav.component.css","webpack:///./src/app/total-nav/total-nav.component.ts","webpack:///./src/app/total-view/total-view.component.css","webpack:///./src/app/total-view/total-view.component.ts","webpack:///./src/environments/environment.ts","webpack:///./src/main.ts"],"names":[],"mappings":"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ACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAqBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,qDAAqD,QAAQ,GAAG,mBAAmB;AACnF,2CAA2C,oBAAoB,aAAa,QAAQ,eAAe,eAAe,cAAc,eAAe,oBAAoB,aAAa,yBAAyB,mBAAmB,wBAAwB,uBAAuB,eAAe,YAAY,kBAAkB,kBAAkB,mBAAmB,iBAAiB,mBAAmB,WAAW,iBAAiB,cAAc,gBAAgB,yBAAyB,WAAW,uBAAuB,WAAW,yBAAyB,cAAc,yBAAyB,WAAW,qBAAqB,WAAW,yBAAyB,cAAc,eAAe,kBAAkB,0BAA0B,QAAQ,eAAe,cAAc,YAAY;AAC/vB,iBAAiB;AACjB;AACA;AACA,kDAAkD;AAClD,SAAS;AACT,MAAM;AACN;AACA,oBAAoB,OAAO,mDAAK,EAAE;AAClC,kBAAkB,OAAO,mDAAK,EAAE;AAChC,oBAAoB,OAAO,mDAAK,EAAE;AAClC,gBAAgB,OAAO,mDAAK,EAAE;AAC9B,qBAAqB,OAAO,mDAAK,EAAE;AACnC,mBAAmB,OAAO,mDAAK,EAAE;AACjC,qBAAqB,OAAO,mDAAK,EAAE;AACnC,kBAAkB,OAAO,mDAAK,EAAE;AAChC,oBAAoB,OAAO,mDAAK,EAAE;AAClC,uBAAuB,OAAO,mDAAK,EAAE;AACrC;AACA;AACA,CAAC;AACD,WAAW,EA4BV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA;AACA,oCAAoC,yBAAyB,YAAY,oBAAoB,aAAa,yBAAyB,mBAAmB,wBAAwB,uBAAuB,MAAM,WAAW,eAAe,yBAAyB,cAAc,MAAM,aAAa,eAAe,2BAA2B,YAAY,0BAA0B,MAAM,WAAW,YAAY,YAAY,aAAa,YAAY,eAAe;AAChc,iBAAiB;AACjB;AACA;AACA,gDAAgD,WAAW;AAC3D;AACA,gBAAgB,OAAO,mDAAK,EAAE;AAC9B,gBAAgB,OAAO,mDAAK,EAAE;AAC9B;AACA;AACA,CAAC;AACD,WAAW,EAKV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA;AACA,uCAAuC,kBAAkB,gBAAgB,YAAY,sBAAsB,WAAW,kBAAkB,gBAAgB,cAAc,UAAU,kBAAkB,eAAe,YAAY,iBAAiB,gBAAgB,kBAAkB,eAAe,mBAAmB,aAAa,cAAc,kBAAkB,YAAY,SAAS,iBAAiB,6BAA6B,yBAAyB;AAC3b,iBAAiB;AACjB;AACA;AACA,mDAAmD,WAAW;AAC9D;AACA,gBAAgB,OAAO,mDAAK,EAAE;AAC9B,gBAAgB,OAAO,mDAAK,EAAE;AAC9B;AACA;AACA,CAAC;AACD,WAAW,EAKV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB,gEAAW;AAChC;AACA,SAAS;AACT;AACA;AACA,qBAAqB,gEAAW;AAChC;AACA,SAAS;AACT,kCAAkC,EAAE;AACpC;AACA;AACA,CAAC;AACD,WAAW,EAiEV;AACD;AACA;AACA;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,wDAAU;AAC1B;AACA;AACA,gDAAgD,WAAW;AAC3D;AACA,CAAC;AACD,WAAW,EAMV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAiBV;AACD;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA,sBAAsB,oBAAoB,EAAE;AAC5C;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA,sBAAsB,oBAAoB,EAAE;AAC5C;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA,sBAAsB,oBAAoB,EAAE;AAC5C;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAMV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA,2BAA2B,0DAAY;AACvC,0BAA0B,0DAAY;AACtC;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,oDAAoD,EAAE;AACtD;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,yGAAyG,uPAAuP,gBAAgB,oDAAoD,OAAO;AAC3a,2GAA2G,QAAQ,mDAAmD,UAAU,gBAAgB,eAAe,MAAM,QAAQ,SAAS,OAAO,aAAa,iCAAiC,UAAU,gCAAgC,iBAAiB,0BAA0B,eAAe,SAAS,QAAQ,uCAAuC,+BAA+B,aAAa,kBAAkB,sBAAsB,YAAY,oBAAoB,aAAa,4BAA4B,6BAA6B,sBAAsB,iBAAiB,YAAY,sBAAsB,yBAAyB,gBAAgB,kBAAkB,WAAW,SAAS,eAAe,WAAW,WAAW,YAAY,kBAAkB,qBAAqB,eAAe,gBAAgB,YAAY,WAAW,iBAAiB,gBAAgB,eAAe,gBAAgB,iBAAiB,oBAAoB,SAAS,WAAW,eAAe,sBAAsB,gBAAgB,gBAAgB,yBAAyB,iBAAiB,YAAY,sBAAsB,YAAY,iBAAiB,kBAAkB,eAAe,eAAe,0BAA0B,iBAAiB,WAAW,YAAY,eAAe,aAAa;AAC50C,iBAAiB;AACjB;AACA;AACA,iDAAiD;AACjD,SAAS,qBAAqB;AAC9B,SAAS,OAAO,wDAAU;AAC1B,MAAM;AACN;AACA,cAAc,OAAO,mDAAK,EAAE;AAC5B,iBAAiB,OAAO,mDAAK,EAAE;AAC/B,mBAAmB,OAAO,oDAAM,EAAE;AAClC,kBAAkB,OAAO,oDAAM,EAAE;AACjC;AACA;AACA,CAAC;AACD,WAAW,EAqBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAaV;AACD;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAKV;AACD;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAKV;AACD;AACA,IAAI,uDAAS;AACb;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAGV;AACD;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EASV;AACD;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAWV;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAeV;AACD;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,iCAAiC,EAAE;AACnC,mBAAmB,EAAE;AACrB;AACA,iHAAiH;AACjH;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA,8BAA8B;AAC9B;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB,kCAAkC,EAAE,UAAU,EAAE,UAAU,EAAE;AAC5D;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,kCAAkC,EAAE,UAAU,EAAE;AAChD;AACA;AACA;AACA,2CAA2C,IAAI,YAAY,IAAI,YAAY,IAAI;AAC/E,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB,wBAAwB;AACxB;AACA;AACA;AACA,yDAAyD,SAAS;AAClE;AACA;AACA;AACA;AACA,aAAa;AACb;AACA,2BAA2B,EAAE;AAC7B;AACA,2BAA2B,EAAE;AAC7B;AACA,2BAA2B,EAAE;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,uB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ACA;AACA;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,+jBAA+jB,2lBAA2lB,WAAW,ujBAAujB,4BAA4B,4KAA4K,6bAA6b,mQAAmQ,YAAY,mDAAmD,qBAAqB,iGAAi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B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,qBAAqB,EAAE;AACvB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,yBAAyB,sCAAM;AAC/B;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,sDAAsD;AACtD;AACA;AACA,2BAA2B;AAC3B;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAu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M,EAAE;AACtC;AACA;AACA,CAAC;AACD,WAAW,EAQV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA,2BAA2B,0DAAY;AACvC,2BAA2B,0DAAY;AACvC,2BAA2B,0DAAY;AACvC;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,iBAAiB;AACjB;AACA;AACA,+CAA+C;AAC/C,SAAS;AACT,MAAM;AACN;AACA,mBAAmB,OAAO,oDAAM,EAAE;AAClC,mBAAmB,OAAO,oDAAM,EAAE;AAClC,mBAAmB,OAAO,oDAAM,EAAE;AAClC,kBAAkB,OAAO,yDAAW,2BAA2B;AAC/D,uBAAuB,OAAO,0DAAY,oCAAoC;AAC9E,sBAAsB,OAAO,0DAAY,mCAAmC;AAC5E,uBAAuB,OAAO,0DAAY,oCAAoC;AAC9E,kBAAkB,OAAO,0DAAY,+BAA+B;AACpE,mBAAmB,OAAO,0DAAY,gCAAgC;AACtE;AACA;AACA,CAAC;AACD,WAAW,EAmBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA,iCAAiC,+CAAU;AAC3C,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6BAA6B,+CAAU;AACvC,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,wDAAU;AAC1B;AACA,iBAAiB;AACjB;AACA;AACA,kDAAkD;AAClD,SAAS;AACT,MAAM;AACN,yDAAyD,wEAAkB,EAAE,8CAA8C,4BAA4B,8DAAQ,sBAAsB,EAAE,8CAA8C;AACrO;AACA,CAAC;AACD,WAAW,EA0BV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,UAAU,oCAAM;AAChB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,GAAG;AAClB,eAAe,GAAG;AAClB,eAAe,GAAG;AAClB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,GAAG;AAClB,eAAe,GAAG;AAClB,eAAe,GAAG;AAClB,gBAAgB;AAChB;AACA;AACA,8BAA8B,YAAY;AAC1C,oCAAoC,gBAAgB;AACpD,gCAAgC,cAAc;AAC9C;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,wDAAU;AAC1B;AACA,iBAAiB;AACjB;AACA;AACA,kDAAkD,WAAW;AAC7D,yDAAyD,wEAAkB,EAAE,8CAA8C,8BAA8B,EAAE,8CAA8C;AACzM;AACA,CAAC;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,UAAU,oCAAM;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,uBAAuB,wBAAwB;AAC/C,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,sBAAsB,sCAAsC;AAC5D,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,iBAAiB;AACjB;AACA;AACA,sDAAsD;AACtD,SAAS,OAAO,wDAAU,EAAE;AAC5B,SAAS,wBAAwB;AACjC,SAAS,2BAA2B;AACpC,SAAS,oBAAoB;AAC7B,SAAS,sBAAsB;AAC/B,SAAS;AACT,MAAM;AACN;AACA,qBAAqB,OAAO,0DAAY,qBAAqB;AAC7D,oBAAoB,OAAO,0DAAY,4BAA4B;AACnE;AACA;AACA,CAAC;AACD,WAAW,EAyCV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,iBAAiB;AACjB;AACA;AACA,gDAAgD;AAChD,SAAS,oBAAoB;AAC7B,SAAS,sBAAsB;AAC/B,SAAS,OAAO,wDAAU;AAC1B,MAAM;AACN;AACA,sBAAsB,OAAO,mDAAK,EAAE;AACpC,gBAAgB,OAAO,mDAAK,EAAE;AAC9B,mBAAmB,OAAO,yDAAW,yBAAyB;AAC9D,qBAAqB,OAAO,yDAAW,8BAA8B;AACrE,2BAA2B,OAAO,yDAAW,qCAAqC;AAClF,iBAAiB,OAAO,yDAAW,0BAA0B;AAC7D,oBAAoB,OAAO,yDAAW,8BAA8B;AACpE;AACA;AACA,CAAC;AACD,WAAW,EA2BV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,6BAA6B,4CAAO;AACpC;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,wDAAU;AAC1B;AACA,iBAAiB;AACjB;AACA;AACA,iDAAiD,WAAW;AAC5D,wDAAwD,wEAAkB,EAAE,6CAA6C,6BAA6B,EAAE,6CAA6C;AACrM;AACA,CAAC;AACD,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA,mBAAmB;AACnB,WAAW,EAOV;AACD;AACA;AACA;AACA;AACA;AACA,4BAA4B,0DAAY;AACxC;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,2PAA2P,oBAAoB,gRAAgR,aAAa;AAC5iB,sCAAsC,eAAe,oBAAoB,aAAa,8BAA8B,6BAA6B,mBAAmB,wBAAwB,uBAAuB,yBAAyB,mBAAmB,cAAc,gBAAgB,eAAe,eAAe,mBAAmB,gBAAgB,mBAAmB,eAAe,yBAAyB,mBAAmB,WAAW,WAAW,qBAAqB,QAAQ,SAAS,gBAAgB,sBAAsB,sBAAsB,mCAAmC,kCAAkC,eAAe,oBAAoB,mBAAmB,WAAW,eAAe,kBAAkB,SAAS,aAAa,WAAW,eAAe,gBAAgB,eAAe,gBAAgB,sBAAsB,oCAAoC,4BAA4B,uBAAuB,cAAc,sBAAsB,WAAW,gBAAgB,uBAAuB,mBAAmB,eAAe,eAAe,6BAA6B,yBAAyB,qBAAqB,yBAAyB,WAAW,gBAAgB,yBAAyB,oBAAoB;AAC1sC,iBAAiB;AACjB;AACA;AACA,kDAAkD;AAClD,SAAS;AACT,MAAM;AACN;AACA,mBAAmB,OAAO,mDAAK,EAAE;AACjC,oBAAoB,OAAO,mDAAK,EAAE;AAClC,wBAAwB,OAAO,mDAAK,EAAE;AACtC,oBAAoB,OAAO,oDAAM,EAAE;AACnC,kBAAkB,OAAO,mDAAK,EAAE;AAChC;AACA;AACA,CAAC;AACD,WAAW,EAgBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,iBAAiB;AACjB;AACA;AACA,0DAA0D,WAAW;AACrE;AACA,eAAe,OAAO,mDAAK,EAAE;AAC7B,kBAAkB,OAAO,yDAAW,6BAA6B;AACjE;AACA;AACA,CAAC;AACD,WAAW,EAKV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,iBAAiB;AACjB;AACA;AACA,oDAAoD,WAAW;AAC/D;AACA,iBAAiB,OAAO,mDAAK,EAAE;AAC/B,sBAAsB,OAAO,mDAAK,EAAE;AACpC,iBAAiB,OAAO,mDAAK,EAAE;AAC/B,kBAAkB,OAAO,mDAAK,EAAE;AAChC,sBAAsB,OAAO,mDAAK,EAAE;AACpC,qBAAqB,OAAO,yDAAW,8BAA8B;AACrE,sBAAsB,OAAO,yDAAW,wCAAwC;AAChF,qBAAqB,OAAO,yDAAW,8BAA8B;AACrE,kBAAkB,OAAO,yDAAW,2BAA2B;AAC/D;AACA;AACA,CAAC;AACD,WAAW,EAmBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,+BAA+B,0DAAY;AAC3C;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,khBAAkhB,MAAM;AACxhB,uCAAuC,cAAc,yBAAyB,oBAAoB,aAAa,4BAA4B,6BAA6B,sBAAsB,wBAAwB,uBAAuB,yBAAyB,mBAAmB,WAAW,YAAY,MAAM,eAAe,mBAAmB,oBAAoB,aAAa,cAAc,OAAO,eAAe,kBAAkB,cAAc,4BAA4B,sBAAsB,eAAe,MAAM,gCAAgC,gDAAgD,kBAAkB,WAAW,UAAU,oDAAoD,MAAM,YAAY,0DAA0D,YAAY,YAAY,eAAe,cAAc,mBAAmB,kCAAkC,cAAc,eAAe,4CAA4C,oBAAoB,aAAa,4BAA4B,6BAA6B,sBAAsB,YAAY,aAAa,yBAAyB,mBAAmB,wBAAwB,uBAAuB,oBAAoB,UAAU,kBAAkB;AAClsC,iBAAiB;AACjB;AACA;AACA,qDAAqD,WAAW;AAChE;AACA,gBAAgB,OAAO,mDAAK,EAAE;AAC9B,gBAAgB,OAAO,mDAAK,EAAE;AAC9B,uBAAuB,OAAO,oDAAM,EAAE;AACtC;AACA;AACA,CAAC;AACD,WAAW,EASV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA,2BAA2B,+CAAU;AACrC,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT,+BAA+B,+CAAU;AACzC,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAqBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA,mCAAmC,sDAAQ,oCAAoC,iBAAiB;AAChG;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,QAAQ,gBAAgB;AACnD;AACA;AACA;AACA;AACA,yBAAyB,0BAA0B;AACnD;AACA;AACA;AACA;AACA,mCAAmC,sDAAQ,oCAAoC,iBAAiB;AAChG;AACA;AACA,oIAAoI;AACpI;AACA;AACA;AACA,2BAA2B,QAAQ,gBAAgB;AACnD;AACA;AACA;AACA;AACA,yBAAyB,0BAA0B;AACnD;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,uBAAuB,EAAE;AACzB;AACA,6CAA6C,aAAa,WAAW,aAAa;AAClF;AACA,iDAAiD,iCAAiC;AAClF;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,uBAAuB,gBAAgB,yBAAyB,0BAA0B,EAAE;AAC5F,mCAAmC,wBAAwB;AAC3D;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,iBAAiB;AACjB;AACA;AACA,uDAAuD;AACvD,SAAS;AACT,MAAM;AACN;AACA,oBAAoB,OAAO,mDAAK,EAAE;AAClC;AACA;AACA,CAAC;AACD,WAAW,EAQV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,6BAA6B,oDAAe;AAC5C;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA,4BAA4B,gCAAgC,EAAE;AAC9D;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,wVAAwV,+CAA+C;AACvY,8CAA8C,2BAA2B,oBAAoB,4BAA4B,6BAA6B,sBAAsB,mBAAmB,OAAO,wCAAwC,eAAe,qBAAqB,sBAAsB,sCAAsC,eAAe,gBAAgB,mBAAmB,kBAAkB,gBAAgB,iBAAiB,oBAAoB,aAAa,0BAA0B,mBAAmB,OAAO,cAAc,eAAe,sBAAsB,kBAAkB,eAAe;AAC5lB,iBAAiB;AACjB;AACA;AACA,sDAAsD;AACtD,SAAS;AACT,MAAM;AACN;AACA,CAAC;AACD,WAAW,EAGV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,6BAA6B,4CAAO;AACpC;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,UAAU,oCAAM;AAChB;AACA;AACA;AACA;AACA,+BAA+B,0DAAY;AAC3C;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA,4BAA4B,gCAAgC,EAAE;AAC9D;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA,wBAAwB;AACxB;AACA;AACA,2BAA2B,EAAE;AAC7B;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,gXAAgX,iBAAiB,6HAA6H,SAAS;AACvgB,mDAAmD,YAAY,aAAa,kBAAkB,oBAAoB,aAAa,4BAA4B,6BAA6B,sBAAsB,YAAY,wBAAwB,eAAe,cAAc,oBAAoB,wBAAwB,YAAY,yBAAyB,8BAA8B,qBAAqB,4BAA4B,oBAAoB,oCAAoC,YAAY,WAAW,UAAU,wBAAwB,uBAAuB,oDAAoD,yBAAyB,mBAAmB,cAAc,oBAAoB,YAAY,iBAAiB,eAAe,0BAA0B,qBAAqB,iBAAiB;AACryB,iBAAiB;AACjB;AACA;AACA,4DAA4D;AAC5D,SAAS,gCAAgC;AACzC,SAAS;AACT,MAAM;AACN;AACA,uBAAuB,OAAO,oDAAM,EAAE;AACtC;AACA;AACA,CAAC;AACD,WAAW,EAUV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,4CAA4C;AAC5C;AACA,kBAAkB,0DAAG;AACrB,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS,IAAI,iEAAU;AACvB,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA,qCAAqC,sEAAiB;AACtD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,uDAAU;AAC7B,SAAS;AACT;AACA;AACA,SAAS,OAAO,wDAAU;AAC1B;AACA,iBAAiB;AACjB;AACA;AACA,0DAA0D;AAC1D,SAAS,qBAAqB;AAC9B,SAAS;AACT,MAAM;AACN,iEAAiE,wEAAkB,EAAE,sDAAsD,oCAAoC,8DAAQ,gBAAgB,8DAAQ,2BAA2B,EAAE,sDAAsD;AAClS;AACA,CAAC;AACD,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,6BAA6B,4CAAO;AACpC;AACA,oCAAoC,4CAAO;AAC3C;AACA,kCAAkC,4CAAO;AACzC;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EA+BV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA,6BAA6B,0DAAY;AACzC;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,gOAAgO,SAAS,MAAM,OAAO;AACtP,iDAAiD,iBAAiB,sBAAsB,WAAW,eAAe,WAAW,iBAAiB,cAAc,eAAe,kBAAkB,YAAY,SAAS,yBAAyB,yBAAyB,YAAY,eAAe,SAAS,SAAS,UAAU,oCAAoC,4BAA4B,oBAAoB,aAAa,iBAAiB,WAAW,YAAY,YAAY,eAAe,cAAc,yBAAyB,qBAAqB,sBAAsB,sBAAsB,4BAA4B,aAAa,0BAA0B,iBAAiB,YAAY,YAAY,qBAAqB,iBAAiB,kBAAkB,WAAW,SAAS,yBAAyB,YAAY;AACpyB,iBAAiB;AACjB;AACA;AACA,kDAAkD;AAClD,SAAS;AACT,MAAM;AACN;AACA,qBAAqB,OAAO,oDAAM,EAAE;AACpC,uBAAuB,OAAO,uDAAS;AACvC;AACA,qBAAqB,IAAI;AACzB;AACA;AACA,CAAC;AACD,WAAW,EAcV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,UAAU,oCAAM;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA,2BAA2B,EAAE;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA,uBAAuB,EAAE;AACzB,wBAAwB;AACxB;AACA;AACA;AACA,aAAa;AACb,uBAAuB,EAAE;AACzB;AACA;AACA;AACA,2BAA2B,EAAE;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,oBAAoB;AACpB;AACA;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB,0CAA0C,EAAE,uCAAuC,EAAE;AACrF;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,oBAAoB;AACpB;AACA;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,uBAAuB,uBAAuB;AAC9C,uBAAuB,EAAE;AACzB;AACA,6CAA6C,EAAE;AAC/C;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,iBAAiB;AACjB;AACA;AACA,sDAAsD;AACtD,SAAS,OAAO,wDAAU,EAAE;AAC5B,SAAS,sBAAsB;AAC/B,SAAS,4BAA4B;AACrC,SAAS;AACT,MAAM;AACN;AACA,CAAC;AACD,WAAW,EAgCV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA;AACA,yCAAyC,mBAAmB,oBAAoB,aAAa,WAAW,YAAY,2BAA2B,YAAY,eAAe,0BAA0B,WAAW,YAAY,2BAA2B,aAAa;AACnQ,iBAAiB;AACjB;AACA;AACA,0DAA0D,WAAW;AACrE;AACA,gBAAgB,OAAO,mDAAK,EAAE;AAC9B,gBAAgB,OAAO,mDAAK,EAAE;AAC9B;AACA;AACA,CAAC;AACD,WAAW,EAKV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,6BAA6B,4CAAO;AACpC;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,kKAAkK,UAAU;AAC5K,2CAA2C,YAAY,kBAAkB,sBAAsB,WAAW,OAAO,iBAAiB,aAAa,UAAU,sCAAsC,YAAY,oBAAoB,oBAAoB,aAAa,QAAQ,kBAAkB,eAAe,cAAc,YAAY,iBAAiB,eAAe,oBAAoB,aAAa,yBAAyB,mBAAmB,wBAAwB,uBAAuB,cAAc,aAAa,eAAe,iBAAiB,eAAe,iBAAiB,eAAe,sBAAsB,cAAc,gBAAgB,0BAA0B,QAAQ,YAAY,iBAAiB,eAAe,aAAa,cAAc,eAAe;AACrvB,iBAAiB;AACjB;AACA;AACA,+CAA+C;AAC/C,SAAS;AACT,MAAM;AACN;AACA,cAAc,OAAO,mDAAK,EAAE;AAC5B,oBAAoB,OAAO,mDAAK,EAAE;AAClC,gBAAgB,OAAO,mDAAK,EAAE;AAC9B,oBAAoB,OAAO,mDAAK,EAAE;AAClC,kBAAkB,OAAO,mDAAK,EAAE;AAChC,mBAAmB,OAAO,mDAAK,EAAE;AACjC;AACA;AACA,CAAC;AACD,WAAW,EAkBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA;AACA,uCAAuC,oBAAoB,aAAa;AACxE,iBAAiB;AACjB;AACA;AACA,gDAAgD,WAAW;AAC3D;AACA,CAAC;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAqBV;AACD;AACA;AACA,iCAAiC,4CAAO;AACxC;AACA,sCAAsC,4CAAO;AAC7C;AACA,iCAAiC,4CAAO;AACxC;AACA,iCAAiC,4CAAO;AACxC;AACA,mCAAmC,4CAAO;AAC1C;AACA,kCAAkC,4CAAO;AACzC;AACA,oCAAoC,4CAAO;AAC3C;AACA,qCAAqC,4CAAO;AAC5C;AACA,iCAAiC,4CAAO;AACxC;AACA,sCAAsC,4CAAO;AAC7C;AACA,kCAAkC,4CAAO;AACzC;AACA,iCAAiC,4CAAO;AACxC;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAyHV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC,0DAAY;AAC7C,gCAAgC,0DAAY;AAC5C;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA;AACA,+CAA+C,WAAW,mBAAmB,kBAAkB,YAAY,yBAAyB,YAAY,2BAA2B,oBAAoB,aAAa,eAAe,wBAAwB,uBAAuB,kCAAkC,WAAW,YAAY,WAAW,eAAe;AAC7V,iBAAiB;AACjB;AACA;AACA,uDAAuD,WAAW;AAClE;AACA,kBAAkB,OAAO,mDAAK,EAAE;AAChC,yBAAyB,OAAO,oDAAM,EAAE;AACxC,wBAAwB,OAAO,oDAAM,EAAE;AACvC;AACA;AACA,CAAC;AACD,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA,IAAI,uDAAS;AACb;AACA;AACA;AACA;AACA,SAAS,OAAO,wDAAU;AAC1B;AACA,iBAAiB;AACjB;AACA;AACA,wDAAwD,WAAW;AACnE,+DAA+D,wEAAkB,EAAE,oDAAoD,oCAAoC,EAAE,oDAAoD;AACjO;AACA,CAAC;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,oBAAoB,MAAK;AACzB;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,wDAAU;AAC1B;AACA,iBAAiB;AACjB;AACA,0DAA0D,wEAAkB,EAAE,+CAA+C,+BAA+B,EAAE,+CAA+C;AAC7M;AACA,CAAC;AACD,WAAW,EAKV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,UAAU,oCAAM;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC,MAAK;AACtC;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,uBAAuB,EAAE;AACzB,yEAAyE,2BAA2B,wCAAwC;AAC5I;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,iBAAiB;AACjB;AACA;AACA,sDAAsD;AACtD,SAAS,0BAA0B;AACnC,SAAS,8BAA8B;AACvC,SAAS;AACT,MAAM;AACN;AACA,mBAAmB,OAAO,0DAAY,sBAAsB;AAC5D;AACA;AACA,CAAC;AACD,WAAW,EAkEV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA;AACA,0CAA0C,iBAAiB,SAAS,WAAW,YAAY,sBAAsB,kBAAkB,UAAU,kBAAkB,uBAAuB,kBAAkB,oBAAoB,aAAa,gBAAgB,YAAY,aAAa,oBAAoB,qBAAqB,8BAA8B,sBAAsB,uDAAuD,WAAW,kBAAkB,WAAW,aAAa,gBAAgB,4BAA4B,8BAA8B,SAAS,WAAW,iCAAiC,yBAAyB,mCAAmC,2BAA2B,2BAA2B,8BAA8B,UAAU,UAAU,iCAAiC,yBAAyB,gCAAgC,wBAAwB,oCAAoC,WAAW,YAAY,oCAAoC,kBAAkB,uBAAuB,kBAAkB,UAAU,SAAS,UAAU,4BAA4B,UAAU,YAAY,sBAAsB,kBAAkB,UAAU,QAAQ,UAAU,iCAAiC,yBAAyB,mCAAmC,kDAAkD,0CAA0C,mBAAmB,yCAAyC,iCAAiC,oBAAoB,0CAA0C,kCAAkC,sCAAsC,OAAO,QAAQ,WAAW,SAAS,IAAI,WAAW,QAAQ,SAAS,KAAK,WAAW,UAAU,UAAU,qCAAqC,OAAO,QAAQ,SAAS,SAAS,IAAI,WAAW,UAAU,SAAS,IAAI,WAAW,UAAU,SAAS,KAAK,WAAW,UAAU,UAAU,6BAA6B,OAAO,QAAQ,SAAS,SAAS,IAAI,WAAW,UAAU,SAAS,IAAI,WAAW,UAAU,SAAS,KAAK,WAAW,UAAU,UAAU,8BAA8B,OAAO,QAAQ,WAAW,SAAS,IAAI,WAAW,QAAQ,SAAS,KAAK,WAAW,UAAU,UAAU,6BAA6B,WAAW,yBAAyB,cAAc,kBAAkB,kBAAkB,UAAU,oCAAoC,WAAW,UAAU,SAAS,gCAAgC,wBAAwB,qCAAqC,WAAW,UAAU,SAAS,iCAAiC,yBAAyB,qCAAqC,MAAM,yBAAyB,iCAAiC,SAAS,0BAA0B,mCAAmC,6BAA6B,MAAM,yBAAyB,iCAAiC,SAAS,0BAA0B,mCAAmC,0BAA0B,kBAAkB,SAAS,QAAQ,kBAAkB,uCAAuC,gCAAgC;AACj9F,iBAAiB;AACjB;AACA;AACA,wDAAwD,WAAW;AACnE;AACA,CAAC;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,6BAA6B,4CAAO;AACpC;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,SAAS,OAAO,wDAAU;AAC1B;AACA,iBAAiB;AACjB;AACA;AACA,kDAAkD,WAAW;AAC7D,yDAAyD,wEAAkB,EAAE,8CAA8C,8BAA8B,EAAE,8CAA8C;AACzM;AACA,CAAC;AACD,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA,oBAAoB,MAAK;AACzB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,2BAA2B,EAAE;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,iBAAiB;AACjB;AACA;AACA,kDAAkD;AAClD,SAAS,yBAAyB;AAClC,SAAS;AACT,MAAM;AACN;AACA,gBAAgB,OAAO,mDAAK,EAAE;AAC9B,mBAAmB,OAAO,0DAAY,gCAAgC;AACtE,wBAAwB,OAAO,0DAAY,qCAAqC;AAChF,kBAAkB,OAAO,0DAAY,+BAA+B;AACpE;AACA;AACA,CAAC;AACD,WAAW,EAkBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,oCAAoC,0DAAY;AAChD;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA,sBAAsB,4BAA4B,EAAE;AACpD;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,wDAAU;AAC1B;AACA;AACA,qDAAqD,WAAW;AAChE;AACA,CAAC;AACD,WAAW,EAaV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA,4BAA4B,oCAAoC,EAAE;AAClE;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,+MAA+M;AAC/M,+CAA+C,0BAA0B,WAAW,YAAY,eAAe,WAAW,eAAe,MAAM,OAAO,cAAc,iBAAiB,kBAAkB,SAAS,QAAQ,uCAAuC,+BAA+B;AAC9R,iBAAiB;AACjB;AACA;AACA,uDAAuD;AACvD,SAAS;AACT,MAAM;AACN;AACA,uBAAuB,OAAO,mDAAK,EAAE;AACrC;AACA;AACA,CAAC;AACD,WAAW,EAQV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,oBAA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,CAAC,4DAAc,GAAG,EAAE,yDAAyD;AACjT;AACA,CAAC;AACD,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,CAAC;AACD,WAAW,EAMV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,iBAAiB;AACjB;AACA;AACA,uDAAuD;AACvD,SAAS,OAAO,8DAAgB,EAAE;AAClC,SAAS;AACT,MAAM;AACN;AACA,iBAAiB,OAAO,mDAAK,EAAE;AAC/B;AACA;AACA,CAAC;AACD,WAAW,EAUV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,UAAU,oCAAM;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,0DAAY;AACvC,2BAA2B,0DAAY;AACvC,6BAA6B,0DAAY;AACzC,8BAA8B,0DAAY;AAC1C,2BAA2B,0DAAY;AACvC;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB;AACxB;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA,kCAAkC;AAClC;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;A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ChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,6FAA6F,+CAA+C;AAC5I,mDAAmD,UAAU,wBAAwB,aAAa,iBAAiB,mCAAmC,sBAAsB,kBAAkB,OAAO,QAAQ,YAAY,eAAe,kBAAkB,uBAAuB,0BAA0B,oBAAoB,aAAa,8BAA8B,6BAA6B,mBAAmB,YAAY,yBAAyB,YAAY,mCAAmC,yBAAyB,wCAAwC,mBAAmB,0BAA0B,qBAAqB,WAAW;AAC5nB,iBAAiB;AACjB;AACA;AACA,uDAAuD;AACvD,SAAS;AACT,MAAM;AACN;AACA,sBAAsB,OAAO,mDAAK,EAAE;AACpC,oBAAoB,OAAO,mDAAK,EAAE;AAClC,uBAAuB,OAAO,mDAAK,EAAE;AACrC,gBAAgB,OAAO,mDAAK,EAAE;AAC9B,uBAAuB,OAAO,mDAAK,EAAE;AACrC,oBAAoB,OAAO,mDAAK,EAAE;AAClC,4BAA4B,OAAO,oDAAM,EAAE;AAC3C,sBAAsB,OAAO,oDAAM,EAAE;AACrC,oBAAoB,OAAO,oDAAM,EAAE;AACnC,mBAAmB,OAAO,oDAAM,EAAE;AAClC,mBAAmB,OAAO,oDAAM,EAAE;AAClC;AACA;AACA,CAAC;AACD,WAAW,EA8BV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ,yEAAO,KAAK,qEAAG,EAAE,uEAAG;AAC5B;AACA;AACA,SAAS,OAAO,sDAAQ;AACxB,8BAA8B,4DAAY,EAAE,kFAAiB,EAAE,oEAAkB;AACjF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB;AACjB;AACA;AACA,yDAAyD,WAAW;AACpE;AACA,CAAC;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;;AAEA;AACA;AACA,cAAc,uFAAuF;AACrG;;AAEskD;AACtkD;;;;;;;;;;;;;AC95PA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;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","file":"main-es5.js","sourcesContent":["import { Component, EventEmitter, Input, Output, Injectable, ElementRef, Pipe, Directive, HostBinding, HostListener, ɵɵdefineInjectable, ɵɵinject, ViewChild, ViewEncapsulation, Inject, forwardRef, ComponentFactoryResolver, ApplicationRef, ViewContainerRef, NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { Subject, fromEvent, Observable, BehaviorSubject, throwError } from 'rxjs';\nimport { debounceTime, distinctUntilChanged, startWith, tap, map, catchError, finalize } from 'rxjs/operators';\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\nimport { library } from '@fortawesome/fontawesome-svg-core';\nimport { fas } from '@fortawesome/free-solid-svg-icons';\nimport { far } from '@fortawesome/free-regular-svg-icons';\nimport { HttpHeaders, HttpErrorResponse } from '@angular/common/http';\nimport { __extends, __values } from 'tslib';\nimport * as jquery from 'jquery';\nimport * as Hammer from 'hammerjs';\nimport { DomSanitizer } from '@angular/platform-browser';\nimport { ClickOutsideModule } from 'ng-click-outside';\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar TopToolbarComponent = /** @class */ (function () {\n function TopToolbarComponent() {\n }\n TopToolbarComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-top-toolbar',\n template: \"
    \\n
    \\n \\n
    \\n
    \\n\",\n styles: [\".top-toolbar{width:100%;height:60px;z-index:999;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.tools{width:100%;height:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}@media (max-width:1037px){.top-toolbar{height:60px}.tools{height:100%;overflow-x:auto;overflow-scrolling:touch;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.tools::-webkit-scrollbar{width:0;height:0;background-color:#3e4e5a}}\"]\n }] }\n ];\n /** @nocollapse */\n TopToolbarComponent.ctorParameters = function () { return []; };\n return TopToolbarComponent;\n}());\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar SidePanelComponent = /** @class */ (function () {\n function SidePanelComponent() {\n this.hideSidePanel = new EventEmitter();\n this.onlyTitle = false;\n }\n /**\n * @return {?}\n */\n SidePanelComponent.prototype.openSidePanel = /**\n * @return {?}\n */\n function () {\n this.hideSidePanel.emit(true);\n };\n /**\n * @return {?}\n */\n SidePanelComponent.prototype.toggleTitleMode = /**\n * @return {?}\n */\n function () {\n this.onlyTitle = !this.onlyTitle;\n };\n SidePanelComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-side-panel',\n template: \"
    \\n
    \\n \\n
    {{title}}
    \\n
    \\n \\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n\",\n styles: [\".gd-side-panel-wrapper{margin-right:0;width:334px;z-index:999;background-color:#fff;-webkit-transition:margin-right .2s;transition:margin-right .2s;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;height:100vh}.gd-side-panel-wrapper .gd-side-panel-header{height:60px;background-color:#222e35;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:nowrap}.gd-side-panel-wrapper .gd-side-panel-header .icon{font-size:24px;color:#959da5;margin:18px;line-height:24px}.gd-side-panel-wrapper .gd-side-panel-header .title{font-size:13px;font-weight:700;color:#edf0f2;opacity:.57;margin-top:20px;width:100%}.gd-side-panel-wrapper .gd-side-panel-header .close{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.gd-side-panel-wrapper .gd-side-panel-header /deep/ gd-button .text{padding:0}.gd-side-panel-wrapper .gd-side-panel-body{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;overflow:visible;overflow-y:auto;overflow-x:hidden;height:100%}@media (max-width:1037px){.gd-side-panel-wrapper{width:100%;position:absolute;left:0;right:0;top:0;bottom:0}.gd-side-panel-wrapper.only-title{height:60px!important}}\"]\n }] }\n ];\n /** @nocollapse */\n SidePanelComponent.ctorParameters = function () { return []; };\n SidePanelComponent.propDecorators = {\n title: [{ type: Input }],\n icon: [{ type: Input }],\n hideSidePanel: [{ type: Output }]\n };\n return SidePanelComponent;\n}());\nif (false) {\n /** @type {?} */\n SidePanelComponent.prototype.title;\n /** @type {?} */\n SidePanelComponent.prototype.icon;\n /** @type {?} */\n SidePanelComponent.prototype.hideSidePanel;\n /** @type {?} */\n SidePanelComponent.prototype.onlyTitle;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n/** @type {?} */\nvar MOBILE_MAX_WIDTH = 425;\n/** @type {?} */\nvar TABLET_MAX_WIDTH = 1024;\nvar WindowService = /** @class */ (function () {\n function WindowService() {\n var _this = this;\n this.resizeSubject = new Subject();\n this.width = window.innerWidth;\n this.height = window.innerHeight;\n this._resize$ = fromEvent(window, 'resize')\n .pipe(debounceTime(200), distinctUntilChanged(), startWith({ target: { innerWidth: window.innerWidth, innerHeight: window.innerHeight } }), tap((/**\n * @param {?} event\n * @return {?}\n */\n function (event) {\n _this.resizeSubject.next((/** @type {?} */ (event.target)));\n _this.width = ((/** @type {?} */ (event.target))).innerWidth;\n _this.height = ((/** @type {?} */ (event.target))).innerHeight;\n })));\n this._resize$.subscribe();\n }\n Object.defineProperty(WindowService.prototype, \"onResize\", {\n get: /**\n * @return {?}\n */\n function () {\n return this.resizeSubject.asObservable();\n },\n enumerable: true,\n configurable: true\n });\n /**\n * @return {?}\n */\n WindowService.prototype.isMobile = /**\n * @return {?}\n */\n function () {\n return this.width <= MOBILE_MAX_WIDTH;\n };\n /**\n * @return {?}\n */\n WindowService.prototype.isTablet = /**\n * @return {?}\n */\n function () {\n return this.width <= TABLET_MAX_WIDTH;\n };\n /**\n * @return {?}\n */\n WindowService.prototype.isDesktop = /**\n * @return {?}\n */\n function () {\n return !this.isMobile() && !this.isTablet();\n };\n /**\n * @return {?}\n */\n WindowService.prototype.getWidth = /**\n * @return {?}\n */\n function () {\n return this.width;\n };\n /**\n * @return {?}\n */\n WindowService.prototype.getHeight = /**\n * @return {?}\n */\n function () {\n return this.height;\n };\n /**\n * @return {?}\n */\n WindowService.prototype.isEdge = /**\n * @return {?}\n */\n function () {\n return window.navigator.userAgent.toLowerCase().indexOf('edge') > -1;\n };\n /**\n * @return {?}\n */\n WindowService.prototype.isFirefox = /**\n * @return {?}\n */\n function () {\n return navigator.userAgent.toLowerCase().indexOf('firefox') > -1;\n };\n return WindowService;\n}());\nif (false) {\n /**\n * @type {?}\n * @private\n */\n WindowService.prototype.resizeSubject;\n /**\n * @type {?}\n * @private\n */\n WindowService.prototype._resize$;\n /**\n * @type {?}\n * @private\n */\n WindowService.prototype.width;\n /**\n * @type {?}\n * @private\n */\n WindowService.prototype.height;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar ButtonComponent = /** @class */ (function () {\n function ButtonComponent(windowService) {\n var _this = this;\n this.iconOnly = true;\n this.intent = 'default';\n this.disabled = false;\n this.toggle = false;\n this.iconRegular = false;\n this.showToolTip = false;\n this.isDesktop = windowService.isDesktop();\n windowService.onResize.subscribe((/**\n * @param {?} w\n * @return {?}\n */\n function (w) {\n _this.isDesktop = windowService.isDesktop();\n }));\n }\n /**\n * @return {?}\n */\n ButtonComponent.prototype.iconButtonClass = /**\n * @return {?}\n */\n function () {\n return this.iconOnly ? 'icon-button' : '';\n };\n /**\n * @return {?}\n */\n ButtonComponent.prototype.onHovering = /**\n * @return {?}\n */\n function () {\n if (this.isDesktop && !this.disabled) {\n this.className += ' active';\n }\n };\n /**\n * @return {?}\n */\n ButtonComponent.prototype.onUnhovering = /**\n * @return {?}\n */\n function () {\n if (this.isDesktop && !this.disabled) {\n this.className = this.cleanAll(this.className, ' active');\n }\n };\n /**\n * @private\n * @param {?} str\n * @param {?} val\n * @return {?}\n */\n ButtonComponent.prototype.cleanAll = /**\n * @private\n * @param {?} str\n * @param {?} val\n * @return {?}\n */\n function (str, val) {\n while (str && str.indexOf(val) !== -1) {\n str = str.replace(val, '');\n }\n return str;\n };\n ButtonComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-button',\n template: \"
    \\n \\n \\n
    \\n \\n
    \\n
    \\n\",\n styles: [\".icon-button{padding:0!important;margin:0 7px}.button{padding:0 10px;font-size:14px;color:#959da5;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;min-width:37px;height:37px;text-align:center;position:relative;white-space:nowrap}.button.inactive{cursor:not-allowed;opacity:.4}.button.active *{color:#ccd0d4}.button.primary{background-color:#3e4e5a;color:#fff}.button.primary.active{color:#fff;background-color:#688296}.button.brand{background-color:#25c2d4;color:#fff}.button.brand.active{color:#fff;background-color:#688296}.button .text{font-size:13px;padding-left:10px}@media (max-width:1037px){.button{font-size:22px}.arrow-button{margin:5px}}\"]\n }] }\n ];\n /** @nocollapse */\n ButtonComponent.ctorParameters = function () { return [\n { type: WindowService }\n ]; };\n ButtonComponent.propDecorators = {\n iconOnly: [{ type: Input }],\n intent: [{ type: Input }],\n disabled: [{ type: Input }],\n icon: [{ type: Input }],\n iconClass: [{ type: Input }],\n tooltip: [{ type: Input }],\n className: [{ type: Input }],\n toggle: [{ type: Input }],\n iconSize: [{ type: Input }],\n iconRegular: [{ type: Input }]\n };\n return ButtonComponent;\n}());\nif (false) {\n /** @type {?} */\n ButtonComponent.prototype.iconOnly;\n /** @type {?} */\n ButtonComponent.prototype.intent;\n /** @type {?} */\n ButtonComponent.prototype.disabled;\n /** @type {?} */\n ButtonComponent.prototype.icon;\n /** @type {?} */\n ButtonComponent.prototype.iconClass;\n /** @type {?} */\n ButtonComponent.prototype.tooltip;\n /** @type {?} */\n ButtonComponent.prototype.className;\n /** @type {?} */\n ButtonComponent.prototype.toggle;\n /** @type {?} */\n ButtonComponent.prototype.iconSize;\n /** @type {?} */\n ButtonComponent.prototype.iconRegular;\n /** @type {?} */\n ButtonComponent.prototype.showToolTip;\n /**\n * @type {?}\n * @private\n */\n ButtonComponent.prototype.isDesktop;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar LogoComponent = /** @class */ (function () {\n function LogoComponent() {\n }\n /**\n * @return {?}\n */\n LogoComponent.prototype.ngOnInit = /**\n * @return {?}\n */\n function () {\n };\n LogoComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-logo',\n template: \"
    \\n \\n \\n
    \\n\\n\",\n styles: [\".logo{background-color:#25c2d4;height:60px;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.text{color:#fff;font-size:15px;text-transform:uppercase;margin:0 14px}.icon{display:none;font-size:32px;color:rgba(255,255,255,.5);margin:14px}@media (max-width:1037px){.logo{width:60px;height:60px}.logo .text{display:none}.logo .icon{display:block}}\"]\n }] }\n ];\n /** @nocollapse */\n LogoComponent.ctorParameters = function () { return []; };\n LogoComponent.propDecorators = {\n logo: [{ type: Input }],\n icon: [{ type: Input }]\n };\n return LogoComponent;\n}());\nif (false) {\n /** @type {?} */\n LogoComponent.prototype.logo;\n /** @type {?} */\n LogoComponent.prototype.icon;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar TooltipComponent = /** @class */ (function () {\n function TooltipComponent() {\n this.visibility = 'hidden';\n }\n Object.defineProperty(TooltipComponent.prototype, \"show\", {\n set: /**\n * @param {?} value\n * @return {?}\n */\n function (value) {\n this.visibility = value ? 'shown' : 'hidden';\n },\n enumerable: true,\n configurable: true\n });\n /**\n * @return {?}\n */\n TooltipComponent.prototype.ngOnInit = /**\n * @return {?}\n */\n function () {\n };\n TooltipComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-tooltip',\n template: \"\\n\",\n styles: [\".tooltip{position:absolute;margin-top:37px;width:100px;background-color:#000;color:#fff;text-align:center;border-radius:0;padding:5px 0;z-index:1;margin-left:-66px;font-size:10px;height:11px;line-height:11px}.tooltip.hidden{visibility:hidden}.tooltip.shown{visibility:visible}.shown:after{content:\\\" \\\";position:absolute;bottom:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-bottom-color:#000}\"]\n }] }\n ];\n /** @nocollapse */\n TooltipComponent.ctorParameters = function () { return []; };\n TooltipComponent.propDecorators = {\n text: [{ type: Input }],\n show: [{ type: Input }]\n };\n return TooltipComponent;\n}());\nif (false) {\n /** @type {?} */\n TooltipComponent.prototype.text;\n /** @type {?} */\n TooltipComponent.prototype.visibility;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar Api = /** @class */ (function () {\n function Api() {\n }\n Api.VIEWER_APP = '/viewer';\n Api.SIGNATURE_APP = '/signature';\n Api.ANNOTATION_APP = '/annotation';\n Api.EDITOR_APP = '/editor';\n Api.COMPARISON_APP = '/comparison';\n Api.CONVERSION_APP = '/conversion';\n Api.DEFAULT_API_ENDPOINT = window.location.href;\n Api.LOAD_FILE_TREE = '/loadFileTree';\n Api.LOAD_CONFIG = '/loadConfig';\n Api.LOAD_DOCUMENT_DESCRIPTION = '/loadDocumentDescription';\n Api.LOAD_DOCUMENT_PAGE = '/loadDocumentPage';\n Api.ROTATE_DOCUMENT_PAGE = '/rotateDocumentPages';\n Api.UPLOAD_DOCUMENTS = '/uploadDocument';\n Api.DOWNLOAD_DOCUMENTS = '/downloadDocument';\n Api.LOAD_PRINT = '/loadPrint';\n Api.LOAD_PRINT_PDF = '/printPdf';\n Api.LOAD_THUMBNAILS = '/loadThumbnails';\n Api.LOAD_FORMATS = '/loadFormats';\n Api.SAVE_FILE = '/saveFile';\n Api.COMPARE_FILES = '/compare';\n Api.CONVERT_FILE = '/convert';\n Api.DELETE_SIGNATURE_FILE = '/deleteSignatureFile';\n Api.SAVE_OPTICAL_CODE = '/saveOpticalCode';\n Api.SAVE_TEXT = '/saveText';\n Api.SAVE_IMAGE = '/saveImage';\n Api.SAVE_STAMP = '/saveStamp';\n Api.SIGN = '/sign';\n Api.DOWNLOAD_SIGNED = '/downloadSigned';\n Api.LOAD_SIGNATURE_IMAGE = '/loadSignatureImage';\n Api.ANNOTATE = '/annotate';\n Api.httpOptionsJson = {\n headers: new HttpHeaders({\n 'Content-Type': 'application/json',\n })\n };\n Api.httpOptionsJsonResponseTypeBlob = {\n headers: new HttpHeaders({\n 'Content-Type': 'application/json',\n }),\n responseType: (/** @type {?} */ ('blob'))\n };\n return Api;\n}());\nif (false) {\n /** @type {?} */\n Api.VIEWER_APP;\n /** @type {?} */\n Api.SIGNATURE_APP;\n /** @type {?} */\n Api.ANNOTATION_APP;\n /** @type {?} */\n Api.EDITOR_APP;\n /** @type {?} */\n Api.COMPARISON_APP;\n /** @type {?} */\n Api.CONVERSION_APP;\n /** @type {?} */\n Api.DEFAULT_API_ENDPOINT;\n /** @type {?} */\n Api.LOAD_FILE_TREE;\n /** @type {?} */\n Api.LOAD_CONFIG;\n /** @type {?} */\n Api.LOAD_DOCUMENT_DESCRIPTION;\n /** @type {?} */\n Api.LOAD_DOCUMENT_PAGE;\n /** @type {?} */\n Api.ROTATE_DOCUMENT_PAGE;\n /** @type {?} */\n Api.UPLOAD_DOCUMENTS;\n /** @type {?} */\n Api.DOWNLOAD_DOCUMENTS;\n /** @type {?} */\n Api.LOAD_PRINT;\n /** @type {?} */\n Api.LOAD_PRINT_PDF;\n /** @type {?} */\n Api.LOAD_THUMBNAILS;\n /** @type {?} */\n Api.LOAD_FORMATS;\n /** @type {?} */\n Api.SAVE_FILE;\n /** @type {?} */\n Api.COMPARE_FILES;\n /** @type {?} */\n Api.CONVERT_FILE;\n /** @type {?} */\n Api.DELETE_SIGNATURE_FILE;\n /** @type {?} */\n Api.SAVE_OPTICAL_CODE;\n /** @type {?} */\n Api.SAVE_TEXT;\n /** @type {?} */\n Api.SAVE_IMAGE;\n /** @type {?} */\n Api.SAVE_STAMP;\n /** @type {?} */\n Api.SIGN;\n /** @type {?} */\n Api.DOWNLOAD_SIGNED;\n /** @type {?} */\n Api.LOAD_SIGNATURE_IMAGE;\n /** @type {?} */\n Api.ANNOTATE;\n /** @type {?} */\n Api.httpOptionsJson;\n /** @type {?} */\n Api.httpOptionsJsonResponseTypeBlob;\n}\nvar ConfigService = /** @class */ (function () {\n function ConfigService() {\n this.apiEndpoint = Api.DEFAULT_API_ENDPOINT;\n }\n Object.defineProperty(ConfigService.prototype, \"apiEndpoint\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._apiEndpoint;\n },\n set: /**\n * @param {?} url\n * @return {?}\n */\n function (url) {\n this._apiEndpoint = url && url.trim().endsWith('/') ? url.substring(0, url.length - 1) : url;\n },\n enumerable: true,\n configurable: true\n });\n /**\n * @param {?} app\n * @return {?}\n */\n ConfigService.prototype.getConfigEndpoint = /**\n * @param {?} app\n * @return {?}\n */\n function (app) {\n return (this.apiEndpoint.endsWith(app) ? this.apiEndpoint : this.apiEndpoint + app) + Api.LOAD_CONFIG;\n };\n /**\n * @return {?}\n */\n ConfigService.prototype.getViewerApiEndpoint = /**\n * @return {?}\n */\n function () {\n return this._apiEndpoint.endsWith(Api.VIEWER_APP) ? this._apiEndpoint : this._apiEndpoint + Api.VIEWER_APP;\n };\n /**\n * @return {?}\n */\n ConfigService.prototype.getEditorApiEndpoint = /**\n * @return {?}\n */\n function () {\n return this._apiEndpoint.trim().endsWith(Api.EDITOR_APP) ? this._apiEndpoint : this._apiEndpoint + Api.EDITOR_APP;\n };\n /**\n * @return {?}\n */\n ConfigService.prototype.getComparisonApiEndpoint = /**\n * @return {?}\n */\n function () {\n return this._apiEndpoint.trim().endsWith(Api.COMPARISON_APP) ? this._apiEndpoint : this._apiEndpoint + Api.COMPARISON_APP;\n };\n /**\n * @return {?}\n */\n ConfigService.prototype.getConversionApiEndpoint = /**\n * @return {?}\n */\n function () {\n return this._apiEndpoint.trim().endsWith(Api.CONVERSION_APP) ? this._apiEndpoint : this._apiEndpoint + Api.CONVERSION_APP;\n };\n /**\n * @return {?}\n */\n ConfigService.prototype.getSignatureApiEndpoint = /**\n * @return {?}\n */\n function () {\n return this._apiEndpoint.endsWith(Api.SIGNATURE_APP) ? this._apiEndpoint : this._apiEndpoint + Api.SIGNATURE_APP;\n };\n /**\n * @return {?}\n */\n ConfigService.prototype.getAnnotationApiEndpoint = /**\n * @return {?}\n */\n function () {\n return this._apiEndpoint.endsWith(Api.ANNOTATION_APP) ? this._apiEndpoint : this._apiEndpoint + Api.ANNOTATION_APP;\n };\n ConfigService.decorators = [\n { type: Injectable }\n ];\n /** @nocollapse */\n ConfigService.ctorParameters = function () { return []; };\n return ConfigService;\n}());\nif (false) {\n /**\n * @type {?}\n * @private\n */\n ConfigService.prototype._apiEndpoint;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar CommonModals = /** @class */ (function () {\n function CommonModals() {\n }\n CommonModals.PasswordRequired = \"gd-password-required\";\n CommonModals.ErrorMessage = \"gd-error-message\";\n CommonModals.BrowseFiles = \"gd-browse-files\";\n CommonModals.CreateDocument = \"gd-create-document\";\n CommonModals.OperationSuccess = \"gd-success-modal\";\n CommonModals.DrawHandSignature = \"gd-draw-hand-signature\";\n CommonModals.DrawStampSignature = \"gd-draw-stamp-signature\";\n CommonModals.InformationMessage = \"gd-information-message\";\n return CommonModals;\n}());\nif (false) {\n /** @type {?} */\n CommonModals.PasswordRequired;\n /** @type {?} */\n CommonModals.ErrorMessage;\n /** @type {?} */\n CommonModals.BrowseFiles;\n /** @type {?} */\n CommonModals.CreateDocument;\n /** @type {?} */\n CommonModals.OperationSuccess;\n /** @type {?} */\n CommonModals.DrawHandSignature;\n /** @type {?} */\n CommonModals.DrawStampSignature;\n /** @type {?} */\n CommonModals.InformationMessage;\n}\nvar ModalService = /** @class */ (function () {\n function ModalService() {\n this.modals = [];\n }\n /**\n * @param {?} modal\n * @return {?}\n */\n ModalService.prototype.add = /**\n * @param {?} modal\n * @return {?}\n */\n function (modal) {\n this.modals.push(modal);\n };\n /**\n * @param {?} id\n * @return {?}\n */\n ModalService.prototype.remove = /**\n * @param {?} id\n * @return {?}\n */\n function (id) {\n this.modals = this.modals.filter((/**\n * @param {?} x\n * @return {?}\n */\n function (x) { return x.id !== id; }));\n };\n /**\n * @param {?} id\n * @return {?}\n */\n ModalService.prototype.open = /**\n * @param {?} id\n * @return {?}\n */\n function (id) {\n /** @type {?} */\n var modal = this.modals.filter((/**\n * @param {?} x\n * @return {?}\n */\n function (x) { return x.id === id; }))[0];\n if (modal) {\n modal.open();\n }\n };\n /**\n * @param {?} id\n * @return {?}\n */\n ModalService.prototype.close = /**\n * @param {?} id\n * @return {?}\n */\n function (id) {\n /** @type {?} */\n var modal = this.modals.filter((/**\n * @param {?} x\n * @return {?}\n */\n function (x) { return x.id === id; }))[0];\n if (modal) {\n modal.close();\n }\n };\n return ModalService;\n}());\nif (false) {\n /**\n * @type {?}\n * @private\n */\n ModalService.prototype.modals;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar ModalComponent = /** @class */ (function () {\n function ModalComponent(modalService, el) {\n this.modalService = modalService;\n this.visible = new EventEmitter();\n this.cancel = new EventEmitter();\n this.visibility = false;\n this.element = el.nativeElement;\n }\n /**\n * @return {?}\n */\n ModalComponent.prototype.ngOnInit = /**\n * @return {?}\n */\n function () {\n if (!this.id) {\n console.error('modal must have an id');\n return;\n }\n document.body.appendChild(this.element);\n this.modalService.add(this);\n };\n /**\n * @return {?}\n */\n ModalComponent.prototype.ngOnDestroy = /**\n * @return {?}\n */\n function () {\n this.modalService.remove(this.id);\n this.element.remove();\n };\n /**\n * @return {?}\n */\n ModalComponent.prototype.open = /**\n * @return {?}\n */\n function () {\n this.visibility = true;\n this.visible.emit(true);\n };\n /**\n * @return {?}\n */\n ModalComponent.prototype.close = /**\n * @return {?}\n */\n function () {\n event.preventDefault();\n event.stopPropagation();\n this.visibility = false;\n this.visible.emit(false);\n };\n /**\n * @param {?} $event\n * @return {?}\n */\n ModalComponent.prototype.onClose = /**\n * @param {?} $event\n * @return {?}\n */\n function ($event) {\n $event.stopPropagation();\n if ($event && $event.target && ((/** @type {?} */ ($event.target))).id === 'modalDialog') {\n this.close();\n }\n };\n /**\n * @return {?}\n */\n ModalComponent.prototype.cancelClose = /**\n * @return {?}\n */\n function () {\n this.cancel.emit(false);\n this.close();\n };\n ModalComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-modal',\n template: \"
    \\n
    \\n
    \\n
    \\n\\n
    \\n
    ×
    \\n

    {{title}}

    \\n
    \\n\\n
    \\n \\n
    \\n\\n
    \\n\\n
    \\n
    \\n
    \\n\\n\\n\",\n styles: [\"@import url(https://fonts.googleapis.com/css?family=Montserrat&display=swap);:host *{font-family:'Open Sans',Arial,Helvetica,sans-serif}.gd-modal{overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0;background-color:rgba(0,0,0,.5)}.gd-modal-dialog{box-shadow:#0005 0 0 10px;position:fixed;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1051}.gd-modal-content{background-color:#fff;height:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.gd-modal-header{height:60px;padding:0 12px 0 24px;background-color:#3e4e5a}.gd-modal-close{position:absolute;right:12px;top:12px;cursor:pointer;color:#fff;width:37px;height:37px;text-align:center}.gd-modal-close span{font-size:18px;font-weight:900;height:19px;width:10px;line-height:36px}.gd-modal-title{font-size:16px;font-weight:400;padding-top:17px;padding-bottom:22px;margin:0;color:#fff}.gd-modal-body{background-color:#fff;overflow:hidden;overflow-y:auto;height:calc(100% - 75px)}.gd-modal-footer{height:auto}.gd-modal-footer>.btn{float:right;margin:20px 15px;padding:10px 20px;cursor:pointer;font-size:12px}@media (max-width:1037px){.gd-modal-dialog{width:100%;height:100%}.gd-modal-body{height:100%}}\"]\n }] }\n ];\n /** @nocollapse */\n ModalComponent.ctorParameters = function () { return [\n { type: ModalService },\n { type: ElementRef }\n ]; };\n ModalComponent.propDecorators = {\n id: [{ type: Input }],\n title: [{ type: Input }],\n visible: [{ type: Output }],\n cancel: [{ type: Output }]\n };\n return ModalComponent;\n}());\nif (false) {\n /** @type {?} */\n ModalComponent.prototype.id;\n /** @type {?} */\n ModalComponent.prototype.title;\n /** @type {?} */\n ModalComponent.prototype.visible;\n /** @type {?} */\n ModalComponent.prototype.cancel;\n /** @type {?} */\n ModalComponent.prototype.visibility;\n /**\n * @type {?}\n * @private\n */\n ModalComponent.prototype.element;\n /**\n * @type {?}\n * @private\n */\n ModalComponent.prototype.modalService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar PageModel = /** @class */ (function () {\n function PageModel() {\n }\n return PageModel;\n}());\nif (false) {\n /** @type {?} */\n PageModel.prototype.data;\n /** @type {?} */\n PageModel.prototype.angle;\n /** @type {?} */\n PageModel.prototype.width;\n /** @type {?} */\n PageModel.prototype.height;\n /** @type {?} */\n PageModel.prototype.number;\n /** @type {?} */\n PageModel.prototype.editable;\n}\nvar RotatedPage = /** @class */ (function () {\n function RotatedPage() {\n }\n return RotatedPage;\n}());\nif (false) {\n /** @type {?} */\n RotatedPage.prototype.pageNumber;\n /** @type {?} */\n RotatedPage.prototype.angle;\n}\nvar FileCredentials = /** @class */ (function () {\n function FileCredentials(guid, password) {\n this.guid = guid;\n this.password = password;\n }\n return FileCredentials;\n}());\nif (false) {\n /** @type {?} */\n FileCredentials.prototype.guid;\n /** @type {?} */\n FileCredentials.prototype.password;\n}\nvar SaveFile = /** @class */ (function (_super) {\n __extends(SaveFile, _super);\n function SaveFile(guid, password, content) {\n var _this = _super.call(this, guid, password) || this;\n _this.content = content;\n return _this;\n }\n return SaveFile;\n}(FileCredentials));\nif (false) {\n /** @type {?} */\n SaveFile.prototype.content;\n}\nvar FileDescription = /** @class */ (function () {\n function FileDescription() {\n this.printAllowed = true;\n }\n return FileDescription;\n}());\nif (false) {\n /** @type {?} */\n FileDescription.prototype.guid;\n /** @type {?} */\n FileDescription.prototype.pages;\n /** @type {?} */\n FileDescription.prototype.printAllowed;\n /** @type {?} */\n FileDescription.prototype.showGridLines;\n}\nvar FileModel = /** @class */ (function () {\n function FileModel() {\n }\n return FileModel;\n}());\nif (false) {\n /** @type {?} */\n FileModel.prototype.guid;\n /** @type {?} */\n FileModel.prototype.name;\n /** @type {?} */\n FileModel.prototype.directory;\n /** @type {?} */\n FileModel.prototype.size;\n /** @type {?} */\n FileModel.prototype.isDirectory;\n}\nvar HttpError = /** @class */ (function () {\n function HttpError() {\n }\n HttpError.BadRequest = 400;\n HttpError.Unauthorized = 401;\n HttpError.Forbidden = 403;\n HttpError.NotFound = 404;\n HttpError.TimeOut = 408;\n HttpError.Conflict = 409;\n HttpError.InternalServerError = 500;\n return HttpError;\n}());\nif (false) {\n /** @type {?} */\n HttpError.BadRequest;\n /** @type {?} */\n HttpError.Unauthorized;\n /** @type {?} */\n HttpError.Forbidden;\n /** @type {?} */\n HttpError.NotFound;\n /** @type {?} */\n HttpError.TimeOut;\n /** @type {?} */\n HttpError.Conflict;\n /** @type {?} */\n HttpError.InternalServerError;\n}\nvar Utils = /** @class */ (function () {\n function Utils() {\n }\n /**\n * @param {?} event\n * @return {?}\n */\n Utils.getMousePosition = /**\n * @param {?} event\n * @return {?}\n */\n function (event) {\n /** @type {?} */\n var mouse = {\n x: 0,\n y: 0\n };\n /** @type {?} */\n var wEvent = (/** @type {?} */ (window.event));\n /** @type {?} */\n var ev = event || wEvent;\n if (ev.pageX || wEvent.pageX || wEvent.screenX || (ev.touches && ev.touches[0] && ev.touches[0].pageX)) { //Moz\n //Moz\n /** @type {?} */\n var pageX = typeof ev.pageX !== \"undefined\" && ev.pageX !== 0 ? ev.pageX : wEvent.pageX;\n /** @type {?} */\n var pageY = typeof ev.pageY !== \"undefined\" && ev.pageY !== 0 ? ev.pageY : wEvent.pageY;\n /** @type {?} */\n var screenX_1 = typeof wEvent.screenX !== \"undefined\" && wEvent.screenY !== 0;\n /** @type {?} */\n var screenY_1 = typeof wEvent.screenY !== \"undefined\" && wEvent.screenY !== 0;\n mouse.x = pageX ? pageX : (screenX_1 ? wEvent.screenX : ev.touches[0].pageX);\n mouse.y = pageY ? pageY : (screenY_1 ? wEvent.screenY : ev.touches[0].pageY);\n }\n else if (ev.clientX) { //IE\n mouse.x = ev.clientX + document.body.scrollLeft;\n mouse.y = ev.clientY + document.body.scrollTop;\n }\n return mouse;\n };\n /**\n * @param {?} color\n * @return {?}\n */\n Utils.toRgb = /**\n * @param {?} color\n * @return {?}\n */\n function (color) {\n /** @type {?} */\n var result = /^#?([a-f\\d]{2})([a-f\\d]{2})([a-f\\d]{2})$/i.exec(color);\n if (result) {\n /** @type {?} */\n var r = parseInt(result[1], 16);\n /** @type {?} */\n var g = parseInt(result[2], 16);\n /** @type {?} */\n var b = parseInt(result[3], 16);\n return result ? 'rgb(' + r + ',' + g + ',' + b + ')' : '';\n }\n return color;\n };\n /**\n * @param {?} color\n * @return {?}\n */\n Utils.toHex = /**\n * @param {?} color\n * @return {?}\n */\n function (color) {\n // check if color is standard hex value\n if (color.match(/[0-9A-F]{6}|[0-9A-F]{3}$/i)) {\n return (color.charAt(0) === \"#\") ? color : (\"#\" + color);\n // check if color is RGB value -> convert to hex\n }\n else if (color.match(/^rgb\\(\\s*(\\d{1,3})\\s*,\\s*(\\d{1,3})\\s*,\\s*(\\d{1,3})\\s*\\)$/)) {\n /** @type {?} */\n var c = ([parseInt(RegExp.$1, 10), parseInt(RegExp.$2, 10), parseInt(RegExp.$3, 10)]);\n /** @type {?} */\n var pad = (/**\n * @param {?} str\n * @return {?}\n */\n function (str) {\n if (str.length < 2) {\n for (var i = 0, len = 2 - str.length; i < len; i++) {\n str = '0' + str;\n }\n }\n return str;\n });\n if (c.length === 3) {\n /** @type {?} */\n var r = pad(c[0].toString(16));\n /** @type {?} */\n var g = pad(c[1].toString(16));\n /** @type {?} */\n var b = pad(c[2].toString(16));\n return '#' + r + g + b;\n }\n // else do nothing\n }\n else {\n return '';\n }\n };\n return Utils;\n}());\nvar FileUtil = /** @class */ (function () {\n function FileUtil() {\n }\n /**\n * @param {?} filename\n * @param {?} isDirectory\n * @return {?}\n */\n FileUtil.find = /**\n * @param {?} filename\n * @param {?} isDirectory\n * @return {?}\n */\n function (filename, isDirectory) {\n if (filename && !isDirectory) {\n /** @type {?} */\n var strings = filename.split('.');\n /** @type {?} */\n var name_1 = strings.pop().toLowerCase();\n if (typeof FileUtil.map[name_1] === \"undefined\") {\n return strings.length > 0 ? FileUtil.map['unknown'] : FileUtil.map['folder'];\n }\n else {\n return FileUtil.map[name_1];\n }\n }\n else {\n return FileUtil.map['folder'];\n }\n };\n FileUtil.map = {\n 'folder': { 'format': '', 'icon': 'folder' },\n 'pdf': { 'format': 'Portable Document Format', 'icon': 'file-pdf', 'unit': 'pt' },\n 'doc': { 'format': 'Microsoft Word', 'icon': 'file-word', 'unit': 'pt' },\n 'docx': { 'format': 'Microsoft Word', 'icon': 'file-word', 'unit': 'pt' },\n 'docm': { 'format': 'Microsoft Word', 'icon': 'file-word', 'unit': 'pt' },\n 'dot': { 'format': 'Microsoft Word', 'icon': 'file-word', 'unit': 'pt' },\n 'dotx': { 'format': 'Microsoft Word', 'icon': 'file-word', 'unit': 'pt' },\n 'dotm': { 'format': 'Microsoft Word', 'icon': 'file-word', 'unit': 'pt' },\n 'xls': { 'format': 'Microsoft Excel', 'icon': 'file-excel', 'unit': 'px' },\n 'xlsx': { 'format': 'Microsoft Excel', 'icon': 'file-excel', 'unit': 'px' },\n 'xlsm': { 'format': 'Microsoft Excel', 'icon': 'file-excel', 'unit': 'px' },\n 'xlsb': { 'format': 'Microsoft Excel', 'icon': 'file-excel', 'unit': 'px' },\n 'xls2003': { 'format': 'Microsoft Excel', 'icon': 'file-excel', 'unit': 'px' },\n 'xltx': { 'format': 'Microsoft Excel', 'icon': 'file-excel', 'unit': 'px' },\n 'xltm': { 'format': 'Microsoft Excel', 'icon': 'file-excel', 'unit': 'px' },\n 'ppt': { 'format': 'Microsoft PowerPoint', 'icon': 'file-powerpoint', 'unit': 'pt' },\n 'pptx': { 'format': 'Microsoft PowerPoint', 'icon': 'file-powerpoint', 'unit': 'pt' },\n 'pps': { 'format': 'Microsoft PowerPoint', 'icon': 'file-powerpoint', 'unit': 'pt' },\n 'ppsx': { 'format': 'Microsoft PowerPoint', 'icon': 'file-powerpoint', 'unit': 'pt' },\n 'vsd': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\n 'vdx': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\n 'vss': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\n 'vsx': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\n 'vst': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\n 'vtx': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\n 'vsdx': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\n 'vdw': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\n 'vstx': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\n 'vssx': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\n 'mpp': { 'format': 'Microsoft Project', 'icon': 'file-alt', 'unit': 'pt' },\n 'mpt': { 'format': 'Microsoft Project', 'icon': 'file-alt', 'unit': 'pt' },\n 'msg': { 'format': 'Microsoft Outlook', 'icon': 'file-alt', 'unit': 'pt' },\n 'eml': { 'format': 'Microsoft Outlook', 'icon': 'file-alt', 'unit': 'pt' },\n 'emlx': { 'format': 'Microsoft Outlook', 'icon': 'file-alt', 'unit': 'pt' },\n 'one': { 'format': 'Microsoft OneNote', 'icon': 'file-word', 'unit': 'pt' },\n 'odt': { 'format': 'Open Document Text', 'icon': 'file-word', 'unit': 'pt' },\n 'ott': { 'format': 'Open Document Text Template', 'icon': 'file-word', 'unit': 'pt' },\n 'ods': { 'format': 'Open Document Spreadsheet', 'icon': 'file-excel', 'unit': 'px' },\n 'odp': { 'format': 'Open Document Presentation', 'icon': 'file-powerpoint', 'unit': 'pt' },\n 'otp': { 'format': 'Open Document Presentation', 'icon': 'file-powerpoint', 'unit': 'pt' },\n 'ots': { 'format': 'Open Document Presentation', 'icon': 'file-powerpoint', 'unit': 'pt' },\n 'potx': { 'format': 'Open Document Presentation', 'icon': 'file-powerpoint', 'unit': 'pt' },\n 'potm': { 'format': 'Open Document Presentation', 'icon': 'file-powerpoint', 'unit': 'pt' },\n 'pptm': { 'format': 'Open Document Presentation', 'icon': 'file-powerpoint', 'unit': 'pt' },\n 'ppsm': { 'format': 'Open Document Presentation', 'icon': 'file-powerpoint', 'unit': 'pt' },\n 'rtf': { 'format': 'Rich Text Format', 'icon': 'file-alt', 'unit': 'pt' },\n 'txt': { 'format': 'Plain Text File', 'icon': 'file-alt', 'unit': 'pt' },\n 'csv': { 'format': 'Comma-Separated Values', 'icon': 'file-excel', 'unit': 'px' },\n 'html': { 'format': 'HyperText Markup Language', 'icon': 'file-word', 'unit': 'pt' },\n 'mht': { 'format': 'HyperText Markup Language', 'icon': 'file-word', 'unit': 'pt' },\n 'mhtml': { 'format': 'HyperText Markup Language', 'icon': 'file-word', 'unit': 'pt' },\n 'xml': { 'format': 'Extensible Markup Language', 'icon': 'file-word', 'unit': 'pt' },\n 'xps': { 'format': 'XML Paper Specification', 'icon': 'file-word', 'unit': 'pt' },\n 'dxf': { 'format': 'AutoCAD Drawing File Format', 'icon': 'file-image', 'unit': 'px' },\n 'dwg': { 'format': 'AutoCAD Drawing File Format', 'icon': 'file-image', 'unit': 'px' },\n 'bmp': { 'format': 'Bitmap Picture', 'icon': 'file-image', 'unit': 'px' },\n 'gif': { 'format': 'Graphics Interchange Format', 'icon': 'file-image', 'unit': 'px' },\n 'jpg': { 'format': 'Joint Photographic Experts Group', 'icon': 'file-image', 'unit': 'px' },\n 'jpe': { 'format': 'Joint Photographic Experts Group', 'icon': 'file-image', 'unit': 'px' },\n 'jpeg': { 'format': 'Joint Photographic Experts Group', 'icon': 'file-image', 'unit': 'px' },\n 'jfif': { 'format': 'Joint Photographic Experts Group', 'icon': 'file-image', 'unit': 'px' },\n 'png': { 'format': 'Portable Network Graphics', 'icon': 'file-image', 'unit': 'px' },\n 'tiff': { 'format': 'Tagged Image File Format', 'icon': 'file-image', 'unit': 'px' },\n 'tif': { 'format': 'Tagged Image File Format', 'icon': 'file-image', 'unit': 'px' },\n 'psd': { 'format': 'Tagged Image File Format', 'icon': 'file-image', 'unit': 'px' },\n 'svg': { 'format': 'Tagged Image File Format', 'icon': 'file-image', 'unit': 'px' },\n 'jp2': { 'format': 'Tagged Image File Format', 'icon': 'file-image', 'unit': 'px' },\n 'epub': { 'format': 'Electronic Publication', 'icon': 'file-pdf', 'unit': 'pt' },\n 'ico': { 'format': 'Windows Icon', 'icon': 'file-image', 'unit': 'px' },\n 'webp': { 'format': 'Compressed Image', 'icon': 'file-image', 'unit': 'px' },\n 'mobi': { 'format': 'Mobipocket eBook', 'icon': 'file-pdf', 'unit': 'pt' },\n 'tex': { 'format': 'LaTeX Source Document', 'icon': 'file-pdf', 'unit': 'pt' },\n 'djvu': { 'format': 'Multi-Layer Raster Image', 'icon': 'file-alt', 'unit': 'pt' },\n 'unknown': { 'format': 'This format is not supported', 'icon': 'file' },\n };\n return FileUtil;\n}());\nif (false) {\n /** @type {?} */\n FileUtil.map;\n}\nvar FileService = /** @class */ (function () {\n function FileService() {\n }\n return FileService;\n}());\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar UploadFilesService = /** @class */ (function () {\n function UploadFilesService() {\n var _this = this;\n this._uploadsChange = new Observable((/**\n * @param {?} observer\n * @return {?}\n */\n function (observer) {\n return _this._observer = observer;\n }));\n }\n Object.defineProperty(UploadFilesService.prototype, \"uploadsChange\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._uploadsChange;\n },\n enumerable: true,\n configurable: true\n });\n /**\n * @param {?} filesList\n * @return {?}\n */\n UploadFilesService.prototype.changeFilesList = /**\n * @param {?} filesList\n * @return {?}\n */\n function (filesList) {\n this._observer.next(filesList);\n };\n return UploadFilesService;\n}());\nif (false) {\n /**\n * @type {?}\n * @private\n */\n UploadFilesService.prototype._uploadsChange;\n /**\n * @type {?}\n * @private\n */\n UploadFilesService.prototype._observer;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n/** @type {?} */\nvar $ = jquery;\n/** @type {?} */\nvar upload_disc = 'Disc';\n/** @type {?} */\nvar upload_url = 'URL';\n/** @type {?} */\nvar uploads_choices = [{ name: upload_disc, icon: 'hdd' }, { name: upload_url, icon: 'link' }];\nvar BrowseFilesModalComponent = /** @class */ (function () {\n function BrowseFilesModalComponent(_uploadService) {\n this._uploadService = _uploadService;\n this.uploads = uploads_choices;\n this.selectedFileGuid = new EventEmitter();\n this.selectedDirectory = new EventEmitter();\n this.urlForUpload = new EventEmitter();\n this.closing = new EventEmitter();\n this.showUploadUrl = false;\n this.showUploadFile = false;\n }\n /**\n * @return {?}\n */\n BrowseFilesModalComponent.prototype.ngOnInit = /**\n * @return {?}\n */\n function () {\n };\n /**\n * @param {?} size\n * @return {?}\n */\n BrowseFilesModalComponent.prototype.getSize = /**\n * @param {?} size\n * @return {?}\n */\n function (size) {\n /** @type {?} */\n var mb = size / 1024 / 1024;\n if (mb > 1) {\n return (Math.round(mb * 100) / 100) + ' MB';\n }\n else {\n /** @type {?} */\n var kb = size / 1024;\n if (kb > 1) {\n return (Math.round(kb * 100) / 100) + ' KB';\n }\n }\n return size + ' Bytes';\n };\n /**\n * @param {?} file\n * @return {?}\n */\n BrowseFilesModalComponent.prototype.getFormatName = /**\n * @param {?} file\n * @return {?}\n */\n function (file) {\n return FileUtil.find(file.name, file.directory).format;\n };\n /**\n * @param {?} file\n * @return {?}\n */\n BrowseFilesModalComponent.prototype.getFormatIcon = /**\n * @param {?} file\n * @return {?}\n */\n function (file) {\n return FileUtil.find(file.name, file.directory).icon;\n };\n /**\n * @param {?} file\n * @return {?}\n */\n BrowseFilesModalComponent.prototype.choose = /**\n * @param {?} file\n * @return {?}\n */\n function (file) {\n this.selectedFile = file;\n if (file.directory || file.isDirectory) {\n this.selectedDirectory.emit(file.name);\n }\n else {\n this.selectedFileGuid.emit(file.guid);\n }\n };\n /**\n * @return {?}\n */\n BrowseFilesModalComponent.prototype.goUp = /**\n * @return {?}\n */\n function () {\n if (this.selectedFile) {\n /** @type {?} */\n var guid = this.selectedFile.guid;\n if (guid.length > 0 && guid.indexOf('/') === -1) {\n guid = '';\n }\n else {\n guid = guid.replace(/\\/[^\\/]+\\/?$/, '');\n }\n this.selectedDirectory.emit(guid);\n }\n };\n /**\n * @param {?} $event\n * @return {?}\n */\n BrowseFilesModalComponent.prototype.selectUpload = /**\n * @param {?} $event\n * @return {?}\n */\n function ($event) {\n if (upload_url === $event) {\n this.showUploadUrl = true;\n }\n else {\n this.showUploadUrl = false;\n $(\"#gd-upload-input\").trigger('click');\n }\n };\n /**\n * @param {?} $event\n * @return {?}\n */\n BrowseFilesModalComponent.prototype.refresh = /**\n * @param {?} $event\n * @return {?}\n */\n function ($event) {\n if ($event) {\n this.files = null;\n this.selectedDirectory.emit('');\n this.showUploadUrl = false;\n this.selectedFile = null;\n }\n else {\n this.closing.emit(true);\n }\n };\n /**\n * @return {?}\n */\n BrowseFilesModalComponent.prototype.showSpinner = /**\n * @return {?}\n */\n function () {\n return !this.files;\n };\n /**\n * @param {?} url\n * @return {?}\n */\n BrowseFilesModalComponent.prototype.uploadUrl = /**\n * @param {?} url\n * @return {?}\n */\n function (url) {\n if (url) {\n this.urlForUpload.emit(url);\n this.cleanUpload();\n }\n };\n /**\n * @param {?} files\n * @return {?}\n */\n BrowseFilesModalComponent.prototype.handleFileInput = /**\n * @param {?} files\n * @return {?}\n */\n function (files) {\n this._uploadService.changeFilesList(files);\n };\n /**\n * @return {?}\n */\n BrowseFilesModalComponent.prototype.cleanUpload = /**\n * @return {?}\n */\n function () {\n this.showUploadFile = false;\n this.showUploadUrl = false;\n };\n BrowseFilesModalComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-browse-files-modal',\n template: \"\\n
    \\n
    \\n \\n Drop file here to upload\\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n \\n \\n \\n Upload file\\n \\n \\n \\n \\n \\n
    {{item.name}}
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n
    \\n \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    FILE
    \\n
    SIZE
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n
    \\n
    ..
    \\n
    \\n
    \\n
    \\n \\n
    \\n
    {{file?.name}}
    \\n
    {{getFormatName(file)}}
    \\n
    \\n
    \\n
    \\n {{getSize(file?.size)}}\\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n  Loading... Please wait.\\n
    \\n
    \\n
    \\n\",\n styles: [\".gd-modal-table{width:100%;text-align:left}#gd-browse-section{width:1036px;height:561px;overflow-y:auto}.list-files-header{height:60px;color:#6e6e6e;font-size:13px;font-weight:700;background-color:#f4f4f4;margin-top:24px}.list-files-header.upload-url{margin-top:20px}.header-name{padding-left:24px;width:90%;line-height:60px}.header-size{padding-right:27px;line-height:60px}.file-size,.header-size{width:10%;color:#777;text-align:right}.file-description{display:-webkit-box;display:flex;width:90%;padding:18px 0 18px 24px;font-size:14px;-webkit-box-flex:1;flex:1;cursor:pointer;overflow:hidden}.file-size{font-size:12px;padding:0 27px 0 0;width:10%;line-height:79px}.list-files-header,.list-files-lines{display:-webkit-box;display:flex;width:100%;-webkit-box-pack:justify;justify-content:space-between}.gd-modal-spinner{background-color:#fff;width:100%;height:20px;text-align:center;font-size:16px}.gd-cancel-button{padding:7px;background:0 0;width:28px;overflow:hidden}.gd-cancel-button i{font-size:21px}.gd-file-name{white-space:nowrap;overflow:hidden;width:100%;text-overflow:ellipsis}.go-up{display:-webkit-box;display:flex;font-size:26px;cursor:pointer;color:#4b566c;height:79px}.go-up-dots{margin-left:20px;margin-top:22px;font-size:16px}.go-up-icon{display:block;padding:18px 0 18px 24px}.upload-panel{display:-webkit-box;display:flex;position:relative;width:100%}.upload-panel .context{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:100%;margin-left:24px;margin-top:24px;margin-right:24px}.upload-panel .context .context-actions{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;width:100%}.upload-panel .context .context-actions :last-child{margin-right:0}.upload-panel .context .context-actions ::ng-deep .button{height:37px;width:96px;padding:0;-webkit-box-pack:center;justify-content:center}.upload-panel .context .context-actions ::ng-deep .button ::ng-deep .text{font-size:10px}.upload-panel .context .context-panel{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;width:100%;margin-top:20px}.upload-panel .context .context-panel .upload-url{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;width:100%}.upload-panel .context .context-panel .upload-url .url-input{width:100%;height:27px;border:1px solid #25c2d4;font-size:14px;padding-left:6px}.upload-panel .context .context-panel .upload-url .url-check{width:31px;height:31px;color:#fff;font-size:15px;background-color:#25c2d4}.upload-panel .context .context-panel .upload-url .url-check .ng-fa-icon{display:block;padding:8px}.upload-panel gd-drop-down{margin-right:10px}.file-description .ng-fa-icon.fa-file-pdf{color:#e04e4e}.file-description .ng-fa-icon.fa-file-word{color:#539cf0}.file-description .ng-fa-icon.fa-file-powerpoint{color:#e29e1e}.file-description .ng-fa-icon.fa-file-excel{color:#7cbc46}.file-description .ng-fa-icon.fa-file-image{color:#c375ed}.file-description .ng-fa-icon.fa-file,.file-description .ng-fa-icon.fa-file-alt,.file-description .ng-fa-icon.fa-file-text .fa-folder{color:#4b566c}.file-description .ng-fa-icon{font-size:32px}.file-name{font-size:16px;color:#6e6e6e;overflow:hidden;text-overflow:ellipsis}.file-name-format{padding-left:11px;overflow:hidden}.file-format{font-size:10px;padding-top:3px;color:#acacac}.go-up,.list-files-lines{border-bottom:1px solid #e7e7e7}.list-files-lines:hover{background-color:#e5e5e5}.gd-dnd-wrap{background-color:#fff;cursor:default;position:absolute;width:100%;height:calc(100% - 60px);background:rgba(255,255,255,.7);z-index:1;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.dnd-wrapper{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;top:259px;position:absolute}.dnd-wrapper .text{color:#6e6e6e;font-size:14px}.dnd-wrapper .icon{display:-webkit-box;display:flex;width:113px;height:90px;font-size:90px;color:#3e4e5a;margin-bottom:30px}@media (max-width:1037px){.file-size,.header-size{width:18%}.gd-dnd-wrap{width:95%}#gd-browse-section{width:100%;height:calc(100% - 146px)}}\"]\n }] }\n ];\n /** @nocollapse */\n BrowseFilesModalComponent.ctorParameters = function () { return [\n { type: UploadFilesService }\n ]; };\n BrowseFilesModalComponent.propDecorators = {\n files: [{ type: Input }],\n uploadConfig: [{ type: Input }],\n selectedFileGuid: [{ type: Output }],\n selectedDirectory: [{ type: Output }],\n urlForUpload: [{ type: Output }],\n closing: [{ type: Output }]\n };\n return BrowseFilesModalComponent;\n}());\nif (false) {\n /** @type {?} */\n BrowseFilesModalComponent.prototype.uploads;\n /** @type {?} */\n BrowseFilesModalComponent.prototype.files;\n /** @type {?} */\n BrowseFilesModalComponent.prototype.uploadConfig;\n /** @type {?} */\n BrowseFilesModalComponent.prototype.selectedFileGuid;\n /** @type {?} */\n BrowseFilesModalComponent.prototype.selectedDirectory;\n /** @type {?} */\n BrowseFilesModalComponent.prototype.urlForUpload;\n /** @type {?} */\n BrowseFilesModalComponent.prototype.closing;\n /**\n * @type {?}\n * @private\n */\n BrowseFilesModalComponent.prototype.selectedFile;\n /** @type {?} */\n BrowseFilesModalComponent.prototype.showUploadUrl;\n /** @type {?} */\n BrowseFilesModalComponent.prototype.showUploadFile;\n /**\n * @type {?}\n * @private\n */\n BrowseFilesModalComponent.prototype._uploadService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar ZoomService = /** @class */ (function () {\n function ZoomService() {\n this._observer = new Subject();\n this._zoomChange = this._observer.asObservable();\n }\n Object.defineProperty(ZoomService.prototype, \"zoom\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._zoom;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(ZoomService.prototype, \"zoomChange\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._zoomChange;\n },\n enumerable: true,\n configurable: true\n });\n /**\n * @param {?} zoom\n * @return {?}\n */\n ZoomService.prototype.changeZoom = /**\n * @param {?} zoom\n * @return {?}\n */\n function (zoom) {\n this._zoom = zoom;\n this._observer.next(zoom);\n };\n /**\n * @private\n * @param {?} val\n * @param {?} name\n * @param {?=} sep\n * @return {?}\n */\n ZoomService.prototype.createZoomOption = /**\n * @private\n * @param {?} val\n * @param {?} name\n * @param {?=} sep\n * @return {?}\n */\n function (val, name, sep) {\n if (sep === void 0) { sep = false; }\n return { value: val, name: name, separator: sep };\n };\n /**\n * @param {?} width\n * @param {?} height\n * @return {?}\n */\n ZoomService.prototype.zoomOptions = /**\n * @param {?} width\n * @param {?} height\n * @return {?}\n */\n function (width, height) {\n return [this.createZoomOption(25, '25%'),\n this.createZoomOption(50, '50%'),\n this.createZoomOption(100, '100%'),\n this.createZoomOption(150, '150%'),\n this.createZoomOption(200, '200%'),\n this.createZoomOption(300, '300%'),\n this.createZoomOption(0, '', true),\n this.createZoomOption(width, 'Fit Width'),\n this.createZoomOption(height, 'Fit Height')];\n };\n return ZoomService;\n}());\nif (false) {\n /**\n * @type {?}\n * @private\n */\n ZoomService.prototype._observer;\n /**\n * @type {?}\n * @private\n */\n ZoomService.prototype._zoomChange;\n /**\n * @type {?}\n * @private\n */\n ZoomService.prototype._zoom;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n/** @type {?} */\nvar $$1 = jquery;\nvar DocumentComponent = /** @class */ (function () {\n function DocumentComponent(_elementRef, _zoomService, _windowService) {\n var _this = this;\n this._elementRef = _elementRef;\n this._zoomService = _zoomService;\n this._windowService = _windowService;\n this.wait = false;\n this.docWidth = null;\n this.docHeight = null;\n this.viewportWidth = null;\n this.viewportHeight = null;\n this.scale = null;\n this.lastScale = null;\n this.container = null;\n this.doc = null;\n this.x = 0;\n this.lastX = 0;\n this.y = 0;\n this.lastY = 0;\n this.pinchCenter = null;\n this.pinchCenterOffset = null;\n this.curWidth = 0;\n this.curHeight = 0;\n _zoomService.zoomChange.subscribe((/**\n * @param {?} val\n * @return {?}\n */\n function (val) {\n _this.zoom = val;\n }));\n this.isDesktop = _windowService.isDesktop();\n }\n /**\n * @return {?}\n */\n DocumentComponent.prototype.ngOnInit = /**\n * @return {?}\n */\n function () {\n };\n /**\n * @return {?}\n */\n DocumentComponent.prototype.ngOnChanges = /**\n * @return {?}\n */\n function () {\n /** @type {?} */\n var panzoom = this._elementRef.nativeElement.children.item(0).children.item(0);\n ((/** @type {?} */ (panzoom))).style.transform = '';\n // TODO: this intersects with zooming by zoom directive, but still needed\n // for flush previous settings before opening another file\n //this._zoomService.changeZoom(100);\n //this.scale = 1;\n };\n /**\n * @return {?}\n */\n DocumentComponent.prototype.ngAfterViewInit = /**\n * @return {?}\n */\n function () {\n // For current iteration we take .panzoom as a document\n this.doc = this._elementRef.nativeElement.children.item(0).children.item(0);\n // For current iteration we take .gd-document as a container\n this.container = this._elementRef.nativeElement;\n this.docWidth = this.doc.clientWidth;\n this.docHeight = this.doc.clientHeight;\n this.viewportWidth = this.doc.offsetWidth;\n // For cases where we already have zoom defined we should include it\n this.scale = (this.viewportWidth / this.docWidth) * this._zoomService.zoom / 100;\n this.lastScale = this.scale;\n this.viewportHeight = this.container.offsetHeight;\n this.curWidth = this.docWidth * this.scale;\n this.curHeight = this.docHeight * this.scale;\n /** @type {?} */\n var hammer = new Hammer(this.container);\n };\n // TODO: this temporary crutch for Excel files should be documented\n // TODO: this temporary crutch for Excel files should be documented\n /**\n * @return {?}\n */\n DocumentComponent.prototype.ifExcel = \n // TODO: this temporary crutch for Excel files should be documented\n /**\n * @return {?}\n */\n function () {\n return FileUtil.find(this.file.guid, false).format === \"Microsoft Excel\";\n };\n /**\n * @param {?} value\n * @return {?}\n */\n DocumentComponent.prototype.getDimensionWithUnit = /**\n * @param {?} value\n * @return {?}\n */\n function (value) {\n return value + (this.mode ? FileUtil.find(this.file.guid, false).unit : 'px');\n };\n /**\n * @return {?}\n */\n DocumentComponent.prototype.ifEdge = /**\n * @return {?}\n */\n function () {\n return navigator.userAgent.toLowerCase().indexOf('edge') > -1;\n };\n /**\n * @return {?}\n */\n DocumentComponent.prototype.ngAfterViewChecked = /**\n * @return {?}\n */\n function () {\n /** @type {?} */\n var elementNodeListOf = this._elementRef.nativeElement.querySelectorAll('.gd-wrapper');\n /** @type {?} */\n var element = elementNodeListOf.item(0);\n if (element) {\n $$1(element).trigger('focus');\n }\n };\n /**\n * @param {?} el\n * @return {?}\n */\n DocumentComponent.prototype.absolutePosition = /**\n * @param {?} el\n * @return {?}\n */\n function (el) {\n /** @type {?} */\n var x = 0;\n /** @type {?} */\n var y = 0;\n while (el !== null) {\n x += el.offsetLeft;\n y += el.offsetTop;\n el = el.offsetParent;\n }\n return { x: x, y: y };\n };\n ;\n /**\n * @param {?} pos\n * @param {?} viewportDim\n * @param {?} docDim\n * @return {?}\n */\n DocumentComponent.prototype.restrictRawPos = /**\n * @param {?} pos\n * @param {?} viewportDim\n * @param {?} docDim\n * @return {?}\n */\n function (pos, viewportDim, docDim) {\n if (pos < viewportDim / this.scale - docDim) { // too far left/up?\n pos = viewportDim / this.scale - docDim;\n }\n else if (pos > 0) { // too far right/down?\n pos = 0;\n }\n return pos;\n };\n ;\n /**\n * @return {?}\n */\n DocumentComponent.prototype.updateLastPos = /**\n * @return {?}\n */\n function () {\n this.lastX = this.x;\n this.lastY = this.y;\n };\n ;\n /**\n * @param {?} deltaX\n * @param {?} deltaY\n * @return {?}\n */\n DocumentComponent.prototype.translate = /**\n * @param {?} deltaX\n * @param {?} deltaY\n * @return {?}\n */\n function (deltaX, deltaY) {\n // We restrict to the min of the viewport width/height or current width/height as the\n // current width/height may be smaller than the viewport width/height\n /** @type {?} */\n var newX = this.restrictRawPos(this.lastX + deltaX / this.scale, Math.min(this.viewportWidth, this.curWidth), this.docWidth);\n this.x = newX;\n // TODO: value here and in the similar line below changes to positive to take any effect\n this.container.scrollLeft = -Math.ceil(newX * this.scale);\n /** @type {?} */\n var newY = this.restrictRawPos(this.lastY + deltaY / this.scale, Math.min(this.viewportHeight, this.curHeight), this.docHeight);\n this.y = newY;\n this.container.scrollTop = -Math.ceil(newY * this.scale);\n this.doc.style.transform = 'scale(' + this.scale + ')';\n };\n ;\n /**\n * @param {?} scaleBy\n * @return {?}\n */\n DocumentComponent.prototype.startZoom = /**\n * @param {?} scaleBy\n * @return {?}\n */\n function (scaleBy) {\n this.scale = this.lastScale * scaleBy;\n this.curWidth = this.docWidth * this.scale;\n this.curHeight = this.docHeight * this.scale;\n // Adjust margins to make sure that we aren't out of bounds\n this.translate(0, 0);\n };\n ;\n /**\n * @param {?} $event\n * @return {?}\n */\n DocumentComponent.prototype.rawCenter = /**\n * @param {?} $event\n * @return {?}\n */\n function ($event) {\n /** @type {?} */\n var pos = this.absolutePosition(this.container);\n // We need to account for the scroll position\n /** @type {?} */\n var scrollLeft = window.pageXOffset ? window.pageXOffset : document.body.scrollLeft;\n /** @type {?} */\n var scrollTop = window.pageYOffset ? window.pageYOffset : document.body.scrollTop;\n /** @type {?} */\n var zoomX = -this.x + ($event.center.x - pos.x + scrollLeft) / this.scale;\n /** @type {?} */\n var zoomY = -this.y + ($event.center.y - pos.y + scrollTop) / this.scale;\n return { x: zoomX, y: zoomY };\n };\n ;\n /**\n * @return {?}\n */\n DocumentComponent.prototype.updateLastScale = /**\n * @return {?}\n */\n function () {\n this.lastScale = this.scale;\n };\n ;\n /**\n * @param {?} scaleBy\n * @param {?} rawZoomX\n * @param {?} rawZoomY\n * @param {?} doNotUpdateLast\n * @return {?}\n */\n DocumentComponent.prototype.zoomAround = /**\n * @param {?} scaleBy\n * @param {?} rawZoomX\n * @param {?} rawZoomY\n * @param {?} doNotUpdateLast\n * @return {?}\n */\n function (scaleBy, rawZoomX, rawZoomY, doNotUpdateLast) {\n // Zoom\n this.startZoom(scaleBy);\n // New raw center of viewport\n /** @type {?} */\n var rawCenterX = -this.x + Math.min(this.viewportWidth, this.curWidth) / 2 / this.scale;\n /** @type {?} */\n var rawCenterY = -this.y + Math.min(this.viewportHeight, this.curHeight) / 2 / this.scale;\n // Delta\n /** @type {?} */\n var deltaX = (rawCenterX - rawZoomX) * this.scale;\n /** @type {?} */\n var deltaY = (rawCenterY - rawZoomY) * this.scale;\n // Translate back to zoom center\n this.translate(deltaX, deltaY);\n if (!doNotUpdateLast) {\n this.updateLastScale();\n this.updateLastPos();\n }\n };\n ;\n /**\n * @param {?} $event\n * @return {?}\n */\n DocumentComponent.prototype.onPinch = /**\n * @param {?} $event\n * @return {?}\n */\n function ($event) {\n if (this.pinchCenter === null) {\n this.pinchCenter = this.rawCenter($event);\n /** @type {?} */\n var offsetX = this.pinchCenter.x * this.scale - (-this.x * this.scale + Math.min(this.viewportWidth, this.curWidth) / 2);\n /** @type {?} */\n var offsetY = this.pinchCenter.y * this.scale - (-this.y * this.scale + Math.min(this.viewportHeight, this.curHeight) / 2);\n this.pinchCenterOffset = { x: offsetX, y: offsetY };\n }\n /** @type {?} */\n var newScale = this.scale * $event.scale;\n /** @type {?} */\n var zoomX = this.pinchCenter.x * newScale - this.pinchCenterOffset.x;\n /** @type {?} */\n var zoomY = this.pinchCenter.y * newScale - this.pinchCenterOffset.y;\n /** @type {?} */\n var zoomCenter = { x: zoomX / newScale, y: zoomY / newScale };\n this.zoomAround($event.scale, zoomCenter.x, zoomCenter.y, true);\n };\n /**\n * @param {?} $event\n * @return {?}\n */\n DocumentComponent.prototype.onPinchEnd = /**\n * @param {?} $event\n * @return {?}\n */\n function ($event) {\n this.updateLastScale();\n this.updateLastPos();\n this.pinchCenter = null;\n };\n /**\n * @param {?} $event\n * @return {?}\n */\n DocumentComponent.prototype.onPan = /**\n * @param {?} $event\n * @return {?}\n */\n function ($event) {\n // TODO: looks like native pan works better\n // if (!this.isDesktop) {\n // this.translate($event.deltaX, $event.deltaY);\n // }\n };\n /**\n * @param {?} $event\n * @return {?}\n */\n DocumentComponent.prototype.onPanEnd = /**\n * @param {?} $event\n * @return {?}\n */\n function ($event) {\n // if (!this.isDesktop) {\n // this.updateLastPos();\n // }\n };\n /**\n * @param {?} $event\n * @return {?}\n */\n DocumentComponent.prototype.onDoubleTap = /**\n * @param {?} $event\n * @return {?}\n */\n function ($event) {\n if (!this.isDesktop) {\n if ($event.tapCount === 2) {\n /** @type {?} */\n var c = this.rawCenter($event);\n this.zoomAround(2, c.x, c.y, false);\n }\n }\n };\n DocumentComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-document',\n template: \"
    Please wait...
    \\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n \\n
    \\n\",\n styles: [\":host{-webkit-box-flex:1;flex:1;-webkit-transition:.4s;transition:.4s;background-color:#e7e7e7;height:100%;overflow:scroll}.page{display:inline-block;background-color:#fff;margin:20px;box-shadow:0 3px 6px rgba(0,0,0,.16);-webkit-transition:.3s;transition:.3s}.page.excel{overflow:auto}.wait{position:absolute;top:55px;left:Calc(30%)}.panzoom{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;-webkit-box-pack:center;justify-content:center;align-content:flex-start}@media (max-width:1037px){.page{min-width:unset!important;min-height:unset!important;margin:5px 0}}\"]\n }] }\n ];\n /** @nocollapse */\n DocumentComponent.ctorParameters = function () { return [\n { type: ElementRef },\n { type: ZoomService },\n { type: WindowService }\n ]; };\n DocumentComponent.propDecorators = {\n mode: [{ type: Input }],\n preloadPageCount: [{ type: Input }],\n file: [{ type: Input }]\n };\n return DocumentComponent;\n}());\nif (false) {\n /** @type {?} */\n DocumentComponent.prototype.mode;\n /** @type {?} */\n DocumentComponent.prototype.preloadPageCount;\n /** @type {?} */\n DocumentComponent.prototype.file;\n /** @type {?} */\n DocumentComponent.prototype.wait;\n /** @type {?} */\n DocumentComponent.prototype.zoom;\n /** @type {?} */\n DocumentComponent.prototype.docWidth;\n /** @type {?} */\n DocumentComponent.prototype.docHeight;\n /** @type {?} */\n DocumentComponent.prototype.viewportWidth;\n /** @type {?} */\n DocumentComponent.prototype.viewportHeight;\n /** @type {?} */\n DocumentComponent.prototype.scale;\n /** @type {?} */\n DocumentComponent.prototype.lastScale;\n /** @type {?} */\n DocumentComponent.prototype.container;\n /** @type {?} */\n DocumentComponent.prototype.doc;\n /** @type {?} */\n DocumentComponent.prototype.x;\n /** @type {?} */\n DocumentComponent.prototype.lastX;\n /** @type {?} */\n DocumentComponent.prototype.y;\n /** @type {?} */\n DocumentComponent.prototype.lastY;\n /** @type {?} */\n DocumentComponent.prototype.pinchCenter;\n /** @type {?} */\n DocumentComponent.prototype.pinchCenterOffset;\n /** @type {?} */\n DocumentComponent.prototype.curWidth;\n /** @type {?} */\n DocumentComponent.prototype.curHeight;\n /** @type {?} */\n DocumentComponent.prototype.isDesktop;\n /**\n * @type {?}\n * @protected\n */\n DocumentComponent.prototype._elementRef;\n /**\n * @type {?}\n * @private\n */\n DocumentComponent.prototype._zoomService;\n /**\n * @type {?}\n * @private\n */\n DocumentComponent.prototype._windowService;\n /* Skipping unhandled member: ;*/\n /* Skipping unhandled member: ;*/\n /* Skipping unhandled member: ;*/\n /* Skipping unhandled member: ;*/\n /* Skipping unhandled member: ;*/\n /* Skipping unhandled member: ;*/\n /* Skipping unhandled member: ;*/\n /* Skipping unhandled member: ;*/\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar PageComponent = /** @class */ (function () {\n function PageComponent() {\n }\n /**\n * @return {?}\n */\n PageComponent.prototype.ngOnInit = /**\n * @return {?}\n */\n function () {\n /** @type {?} */\n var isIE = /*@cc_on!@*/ false || !!/(MSIE|Trident\\/|Edge\\/)/i.test(navigator.userAgent);\n if (isIE && this.number === 0) {\n this.editable = false;\n }\n };\n /**\n * @param {?} changes\n * @return {?}\n */\n PageComponent.prototype.ngOnChanges = /**\n * @param {?} changes\n * @return {?}\n */\n function (changes) {\n // TODO: this is temporary needed to remove unneeded spaces and BOM symbol \n // which leads to undesired spaces on the top of the docs pages\n this.data = this.data !== null ? this.data.replace(/>\\s+<').replace(/\\uFEFF/g, \"\") : null;\n /** @type {?} */\n var dataImagePngBase64 = 'data:image/png;base64,';\n this.imgData = dataImagePngBase64;\n if (!this.isHtml) {\n this.imgData += this.data;\n }\n };\n PageComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-page',\n template: \"
    \\n
    \\n \\\"\\\"\\n\\n
    \\n \\n  Loading... Please wait.\\n
    \\n
    \\n\",\n styles: [\".gd-page-spinner{margin-top:150px;text-align:center}.gd-wrapper{width:inherit;height:inherit}.gd-wrapper div{width:100%}/deep/ .gd-highlight{background-color:#ff0}/deep/ .gd-highlight-select{background-color:#ff9b00}\"]\n }] }\n ];\n /** @nocollapse */\n PageComponent.ctorParameters = function () { return []; };\n PageComponent.propDecorators = {\n angle: [{ type: Input }],\n width: [{ type: Input }],\n height: [{ type: Input }],\n number: [{ type: Input }],\n data: [{ type: Input }],\n isHtml: [{ type: Input }],\n editable: [{ type: Input }]\n };\n return PageComponent;\n}());\nif (false) {\n /** @type {?} */\n PageComponent.prototype.angle;\n /** @type {?} */\n PageComponent.prototype.width;\n /** @type {?} */\n PageComponent.prototype.height;\n /** @type {?} */\n PageComponent.prototype.number;\n /** @type {?} */\n PageComponent.prototype.data;\n /** @type {?} */\n PageComponent.prototype.isHtml;\n /** @type {?} */\n PageComponent.prototype.editable;\n /** @type {?} */\n PageComponent.prototype.imgData;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar SanitizeHtmlPipe = /** @class */ (function () {\n function SanitizeHtmlPipe(sanitizer) {\n this.sanitizer = sanitizer;\n }\n /**\n * @param {?} html\n * @return {?}\n */\n SanitizeHtmlPipe.prototype.transform = /**\n * @param {?} html\n * @return {?}\n */\n function (html) {\n return this.sanitizer.bypassSecurityTrustHtml(html);\n };\n SanitizeHtmlPipe.decorators = [\n { type: Pipe, args: [{ name: 'safeHtml' },] }\n ];\n /** @nocollapse */\n SanitizeHtmlPipe.ctorParameters = function () { return [\n { type: DomSanitizer }\n ]; };\n return SanitizeHtmlPipe;\n}());\nif (false) {\n /**\n * @type {?}\n * @private\n */\n SanitizeHtmlPipe.prototype.sanitizer;\n}\nvar SanitizeResourceHtmlPipe = /** @class */ (function () {\n function SanitizeResourceHtmlPipe(sanitizer) {\n this.sanitizer = sanitizer;\n }\n /**\n * @param {?} html\n * @return {?}\n */\n SanitizeResourceHtmlPipe.prototype.transform = /**\n * @param {?} html\n * @return {?}\n */\n function (html) {\n return this.sanitizer.bypassSecurityTrustResourceUrl(html);\n };\n SanitizeResourceHtmlPipe.decorators = [\n { type: Pipe, args: [{ name: 'safeResourceHtml' },] }\n ];\n /** @nocollapse */\n SanitizeResourceHtmlPipe.ctorParameters = function () { return [\n { type: DomSanitizer }\n ]; };\n return SanitizeResourceHtmlPipe;\n}());\nif (false) {\n /**\n * @type {?}\n * @private\n */\n SanitizeResourceHtmlPipe.prototype.sanitizer;\n}\nvar SanitizeStylePipe = /** @class */ (function () {\n function SanitizeStylePipe(sanitizer) {\n this.sanitizer = sanitizer;\n }\n /**\n * @param {?} html\n * @return {?}\n */\n SanitizeStylePipe.prototype.transform = /**\n * @param {?} html\n * @return {?}\n */\n function (html) {\n return this.sanitizer.bypassSecurityTrustStyle(html);\n };\n SanitizeStylePipe.decorators = [\n { type: Pipe, args: [{ name: 'safeStyle' },] }\n ];\n /** @nocollapse */\n SanitizeStylePipe.ctorParameters = function () { return [\n { type: DomSanitizer }\n ]; };\n return SanitizeStylePipe;\n}());\nif (false) {\n /**\n * @type {?}\n * @private\n */\n SanitizeStylePipe.prototype.sanitizer;\n}\nvar HighlightSearchPipe = /** @class */ (function () {\n function HighlightSearchPipe() {\n }\n /**\n * @param {?} value\n * @param {?} args\n * @return {?}\n */\n HighlightSearchPipe.prototype.transform = /**\n * @param {?} value\n * @param {?} args\n * @return {?}\n */\n function (value, args) {\n if (!args) {\n return value;\n }\n /** @type {?} */\n var re = new RegExp(args, 'gi');\n return value.replace(re, \"$&\");\n };\n HighlightSearchPipe.decorators = [\n { type: Pipe, args: [{ name: 'highlight' },] }\n ];\n return HighlightSearchPipe;\n}());\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar UploadFileZoneComponent = /** @class */ (function () {\n function UploadFileZoneComponent(_uploadService) {\n this._uploadService = _uploadService;\n this.closeUpload = new EventEmitter();\n }\n /**\n * @return {?}\n */\n UploadFileZoneComponent.prototype.ngOnInit = /**\n * @return {?}\n */\n function () {\n };\n /**\n * @param {?} files\n * @return {?}\n */\n UploadFileZoneComponent.prototype.handleFileInput = /**\n * @param {?} files\n * @return {?}\n */\n function (files) {\n this._uploadService.changeFilesList(files);\n this.onCloseUpload();\n };\n /**\n * @return {?}\n */\n UploadFileZoneComponent.prototype.onCloseUpload = /**\n * @return {?}\n */\n function () {\n this.closeUpload.emit(true);\n };\n /**\n * @param {?} $event\n * @return {?}\n */\n UploadFileZoneComponent.prototype.close = /**\n * @param {?} $event\n * @return {?}\n */\n function ($event) {\n if ($event.target.id === 'gd-dropZone') {\n this.onCloseUpload();\n }\n };\n UploadFileZoneComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-upload-file-zone',\n template: \"
    \\n
    \\n \\n
    \\n

    Drag & Drop your files here

    \\n

    OR

    \\n
    \\n \\n
    \\n
    \\n\",\n styles: [\".gd-drag-n-drop-wrap{border:2px dashed #ccc;background-color:#f8f8f8;text-align:center;cursor:default;position:absolute;width:-webkit-fill-available;left:1px;display:-webkit-box;display:flex;align-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;opacity:.9;z-index:1}.gd-drag-n-drop-wrap h2{color:#959da5;margin:5px 0;font-size:15px;font-weight:300}.gd-drag-n-drop-wrap h4{color:#cacaca;font-weight:300;font-size:12px;margin:10px 0 15px}.gd-drag-n-drop-icon .fa-cloud-download-alt{color:#d1d1d1;font-size:110px}.gd-drag-n-drop-buttons i{margin-right:5px}.gd-drag-n-drop-buttons .btn{width:134px;height:35px;margin:0 10px;font-size:12px;font-weight:400}.gd-drag-n-drop-wrap.hover{background:#ddd;border-color:#aaa}\"]\n }] }\n ];\n /** @nocollapse */\n UploadFileZoneComponent.ctorParameters = function () { return [\n { type: UploadFilesService }\n ]; };\n UploadFileZoneComponent.propDecorators = {\n closeUpload: [{ type: Output }]\n };\n return UploadFileZoneComponent;\n}());\nif (false) {\n /** @type {?} */\n UploadFileZoneComponent.prototype.closeUpload;\n /**\n * @type {?}\n * @private\n */\n UploadFileZoneComponent.prototype._uploadService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar DndDirective = /** @class */ (function () {\n function DndDirective(_uploadFilesService) {\n this._uploadFilesService = _uploadFilesService;\n this.closing = new EventEmitter();\n this.opening = new EventEmitter();\n this.dropped = new EventEmitter();\n this.active = false;\n this.dragCounter = 0;\n }\n /**\n * @param {?} evt\n * @return {?}\n */\n DndDirective.prototype.onDragEnter = /**\n * @param {?} evt\n * @return {?}\n */\n function (evt) {\n evt.preventDefault();\n evt.stopPropagation();\n this.dragCounter++;\n this.active = true;\n this.opening.emit(true);\n };\n /**\n * @param {?} evt\n * @return {?}\n */\n DndDirective.prototype.onDragOver = /**\n * @param {?} evt\n * @return {?}\n */\n function (evt) {\n evt.preventDefault();\n evt.stopPropagation();\n return false;\n };\n /**\n * @param {?} evt\n * @return {?}\n */\n DndDirective.prototype.onDragLeave = /**\n * @param {?} evt\n * @return {?}\n */\n function (evt) {\n evt.preventDefault();\n evt.stopPropagation();\n this.dragCounter--;\n if (this.dragCounter === 0) {\n this.active = false;\n this.closeArea();\n }\n };\n /**\n * @param {?} evt\n * @return {?}\n */\n DndDirective.prototype.onDrop = /**\n * @param {?} evt\n * @return {?}\n */\n function (evt) {\n evt.preventDefault();\n evt.stopPropagation();\n /** @type {?} */\n var files = evt.dataTransfer.files;\n if (files.length > 0) {\n this.active = false;\n this.dropped.emit(true);\n this._uploadFilesService.changeFilesList(files);\n this.closeArea();\n }\n };\n /**\n * @param {?} event\n * @return {?}\n */\n DndDirective.prototype.onClick = /**\n * @param {?} event\n * @return {?}\n */\n function (event) {\n this.closeArea();\n };\n /**\n * @private\n * @return {?}\n */\n DndDirective.prototype.closeArea = /**\n * @private\n * @return {?}\n */\n function () {\n this.closing.emit(true);\n this.opening.emit(false);\n };\n DndDirective.decorators = [\n { type: Directive, args: [{\n selector: '[gdDnd]'\n },] }\n ];\n /** @nocollapse */\n DndDirective.ctorParameters = function () { return [\n { type: UploadFilesService }\n ]; };\n DndDirective.propDecorators = {\n closing: [{ type: Output }],\n opening: [{ type: Output }],\n dropped: [{ type: Output }],\n active: [{ type: HostBinding, args: ['class.active',] }],\n onDragEnter: [{ type: HostListener, args: ['dragenter', ['$event'],] }],\n onDragOver: [{ type: HostListener, args: ['dragover', ['$event'],] }],\n onDragLeave: [{ type: HostListener, args: ['dragleave', ['$event'],] }],\n onDrop: [{ type: HostListener, args: ['drop', ['$event'],] }],\n onClick: [{ type: HostListener, args: ['click', ['$event'],] }]\n };\n return DndDirective;\n}());\nif (false) {\n /** @type {?} */\n DndDirective.prototype.closing;\n /** @type {?} */\n DndDirective.prototype.opening;\n /** @type {?} */\n DndDirective.prototype.dropped;\n /** @type {?} */\n DndDirective.prototype.active;\n /**\n * @type {?}\n * @private\n */\n DndDirective.prototype.dragCounter;\n /**\n * @type {?}\n * @protected\n */\n DndDirective.prototype._uploadFilesService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar PagePreloadService = /** @class */ (function () {\n function PagePreloadService() {\n var _this = this;\n this._checkPreload = new Observable((/**\n * @param {?} observer\n * @return {?}\n */\n function (observer) {\n return _this._observer = observer;\n }));\n }\n Object.defineProperty(PagePreloadService.prototype, \"checkPreload\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._checkPreload;\n },\n enumerable: true,\n configurable: true\n });\n /**\n * @param {?} page\n * @return {?}\n */\n PagePreloadService.prototype.changeLastPageInView = /**\n * @param {?} page\n * @return {?}\n */\n function (page) {\n if (this._observer) {\n this._observer.next(page);\n }\n };\n return PagePreloadService;\n}());\nif (false) {\n /**\n * @type {?}\n * @private\n */\n PagePreloadService.prototype._checkPreload;\n /**\n * @type {?}\n * @private\n */\n PagePreloadService.prototype._observer;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar NavigateService = /** @class */ (function () {\n function NavigateService(_pagePreloadService) {\n var _this = this;\n this._pagePreloadService = _pagePreloadService;\n this._currentPage = 0;\n this._countPages = 0;\n this._navigate = new Observable((/**\n * @param {?} observer\n * @return {?}\n */\n function (observer) {\n return _this._observer = observer;\n }));\n }\n Object.defineProperty(NavigateService.prototype, \"navigate\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._navigate;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(NavigateService.prototype, \"countPages\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._countPages;\n },\n set: /**\n * @param {?} value\n * @return {?}\n */\n function (value) {\n this._countPages = value;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(NavigateService.prototype, \"currentPage\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._currentPage;\n },\n set: /**\n * @param {?} value\n * @return {?}\n */\n function (value) {\n this._currentPage = value;\n },\n enumerable: true,\n configurable: true\n });\n /**\n * @return {?}\n */\n NavigateService.prototype.nextPage = /**\n * @return {?}\n */\n function () {\n if (this._currentPage < this._countPages) {\n this._currentPage++;\n this.navigateTo(this._currentPage);\n }\n };\n /**\n * @return {?}\n */\n NavigateService.prototype.prevPage = /**\n * @return {?}\n */\n function () {\n if (this._currentPage > 1) {\n this._currentPage--;\n this.navigateTo(this._currentPage);\n }\n };\n /**\n * @return {?}\n */\n NavigateService.prototype.toLastPage = /**\n * @return {?}\n */\n function () {\n this._currentPage = this._countPages;\n this.navigateTo(this._currentPage);\n };\n /**\n * @return {?}\n */\n NavigateService.prototype.toFirstPage = /**\n * @return {?}\n */\n function () {\n this._currentPage = 1;\n this.navigateTo(this._currentPage);\n };\n /**\n * @param {?} page\n * @return {?}\n */\n NavigateService.prototype.navigateTo = /**\n * @param {?} page\n * @return {?}\n */\n function (page) {\n this.currentPage = page;\n this._pagePreloadService.changeLastPageInView(page);\n this._observer.next(page);\n };\n NavigateService.decorators = [\n { type: Injectable, args: [{\n providedIn: 'root'\n },] }\n ];\n /** @nocollapse */\n NavigateService.ctorParameters = function () { return [\n { type: PagePreloadService }\n ]; };\n /** @nocollapse */ NavigateService.ngInjectableDef = ɵɵdefineInjectable({ factory: function NavigateService_Factory() { return new NavigateService(ɵɵinject(PagePreloadService)); }, token: NavigateService, providedIn: \"root\" });\n return NavigateService;\n}());\nif (false) {\n /**\n * @type {?}\n * @private\n */\n NavigateService.prototype._currentPage;\n /**\n * @type {?}\n * @private\n */\n NavigateService.prototype._countPages;\n /**\n * @type {?}\n * @private\n */\n NavigateService.prototype._navigate;\n /**\n * @type {?}\n * @private\n */\n NavigateService.prototype._observer;\n /**\n * @type {?}\n * @private\n */\n NavigateService.prototype._pagePreloadService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n/** @type {?} */\nvar $$2 = jquery;\nvar ViewportService = /** @class */ (function () {\n function ViewportService() {\n }\n /**\n * @param {?} el\n * @param {?=} zoom\n * @param {?=} leftOffset\n * @param {?=} deltaX\n * @return {?}\n */\n ViewportService.prototype.checkInViewport = /**\n * @param {?} el\n * @param {?=} zoom\n * @param {?=} leftOffset\n * @param {?=} deltaX\n * @return {?}\n */\n function (el, zoom, leftOffset, deltaX) {\n if (zoom === void 0) { zoom = 100; }\n if (leftOffset === void 0) { leftOffset = 0; }\n if (deltaX === void 0) { deltaX = 0.5; }\n if (!el) {\n return false;\n }\n /** @type {?} */\n var x = deltaX;\n /** @type {?} */\n var y = 0.5;\n /** @type {?} */\n var win = $$2(window);\n /** @type {?} */\n var viewport = {\n top: win.scrollTop(),\n left: win.scrollLeft() + leftOffset,\n right: win.scrollLeft() + win.width() - 10,\n bottom: win.scrollTop() + win.height()\n };\n if (isNaN(zoom)) {\n zoom = 100;\n }\n /** @type {?} */\n var zoomN = zoom / 100;\n /** @type {?} */\n var height = $$2(el).outerHeight() * (zoomN);\n /** @type {?} */\n var width = $$2(el).outerWidth() * (zoomN);\n if (!width || !height) {\n return false;\n }\n /** @type {?} */\n var bounds = $$2(el).offset();\n /** @type {?} */\n var right = (bounds.left * (zoomN)) + width;\n /** @type {?} */\n var bottom = (bounds.top * (zoomN)) + height;\n /** @type {?} */\n var visible = (!(viewport.right < (bounds.left * (zoomN)) || viewport.left > right || viewport.bottom < (bounds.top * (zoomN)) || viewport.top > bottom));\n if (!visible) {\n return false;\n }\n /** @type {?} */\n var deltas = {\n top: parseFloat(Math.min(1, (bottom - viewport.top) / height).toFixed(2)),\n bottom: parseFloat(Math.min(1, (viewport.bottom - (bounds.top * (zoomN))) / height).toFixed(2)),\n left: parseFloat(Math.min(1, (right - viewport.left) / width).toFixed(2)),\n right: parseFloat(Math.min(1, (viewport.right - (bounds.left * (zoomN))) / width).toFixed(2))\n };\n return (deltas.left * deltas.right) >= x && (deltas.top * deltas.bottom) >= y;\n };\n ViewportService.decorators = [\n { type: Injectable, args: [{\n providedIn: 'root'\n },] }\n ];\n /** @nocollapse */\n ViewportService.ctorParameters = function () { return []; };\n /** @nocollapse */ ViewportService.ngInjectableDef = ɵɵdefineInjectable({ factory: function ViewportService_Factory() { return new ViewportService(); }, token: ViewportService, providedIn: \"root\" });\n return ViewportService;\n}());\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n/** @type {?} */\nvar $$3 = jquery;\nvar ScrollableDirective = /** @class */ (function () {\n function ScrollableDirective(_elementRef, _navigateService, _pagePreloadService, _zoomService, _windowService, _viewportService) {\n var _this = this;\n this._elementRef = _elementRef;\n this._navigateService = _navigateService;\n this._pagePreloadService = _pagePreloadService;\n this._zoomService = _zoomService;\n this._windowService = _windowService;\n this._viewportService = _viewportService;\n this.zoom = 100;\n this.zoom = _zoomService.zoom ? _zoomService.zoom : this.zoom;\n _zoomService.zoomChange.subscribe((/**\n * @param {?} val\n * @return {?}\n */\n function (val) {\n _this.zoom = val ? val : _this.zoom;\n _this.refresh();\n }));\n }\n /**\n * @return {?}\n */\n ScrollableDirective.prototype.ngAfterViewInit = /**\n * @return {?}\n */\n function () {\n var _this = this;\n this.zoom = this._zoomService.zoom ? this._zoomService.zoom : this.zoom;\n this._navigateService.navigate.subscribe(((/**\n * @param {?} value\n * @return {?}\n */\n function (value) {\n _this.currentPage = value;\n _this.scrollToPage(value);\n })));\n this.refresh();\n };\n /**\n * @return {?}\n */\n ScrollableDirective.prototype.scrolling = /**\n * @return {?}\n */\n function () {\n this.refresh();\n };\n /**\n * @return {?}\n */\n ScrollableDirective.prototype.resizing = /**\n * @return {?}\n */\n function () {\n this.refresh();\n };\n /**\n * @param {?} pageNumber\n * @return {?}\n */\n ScrollableDirective.prototype.scrollToPage = /**\n * @param {?} pageNumber\n * @return {?}\n */\n function (pageNumber) {\n /** @type {?} */\n var el = this._elementRef.nativeElement;\n /** @type {?} */\n var page = this.getPage(pageNumber);\n /** @type {?} */\n var prev = pageNumber > 0 ? this.getPage(pageNumber - 1) : null;\n /** @type {?} */\n var isSameTop = (prev && $$3(prev).offset().top === $$3(page).offset().top);\n if (this._viewportService.checkInViewport(page, this.zoom) && isSameTop) {\n return;\n }\n /** @type {?} */\n var pagesHeight = this.calculateOffset(pageNumber);\n /** @type {?} */\n var options = {\n left: 0,\n top: pagesHeight\n };\n if (el) {\n // using polyfill\n el.scroll(options);\n }\n };\n /**\n * @private\n * @return {?}\n */\n ScrollableDirective.prototype.getChildren = /**\n * @private\n * @return {?}\n */\n function () {\n /** @type {?} */\n var el = this._elementRef ? this._elementRef.nativeElement : null;\n if (el) {\n // here and in the similar line below we getting the document pages\n return el.children.item(0).children.item(0).children;\n }\n };\n /**\n * @private\n * @param {?} pageNumber\n * @return {?}\n */\n ScrollableDirective.prototype.getPage = /**\n * @private\n * @param {?} pageNumber\n * @return {?}\n */\n function (pageNumber) {\n /** @type {?} */\n var el = this._elementRef ? this._elementRef.nativeElement : null;\n if (el) {\n return el.children.item(0).children.item(0).children.item(pageNumber - 1);\n }\n };\n /**\n * @private\n * @param {?} pageNumber\n * @return {?}\n */\n ScrollableDirective.prototype.calculateOffset = /**\n * @private\n * @param {?} pageNumber\n * @return {?}\n */\n function (pageNumber) {\n /** @type {?} */\n var count = this._windowService.isFirefox() ? 1 : this.countPagesOnWidth();\n /** @type {?} */\n var margin = this._windowService.isDesktop() ? 40 : 10;\n /** @type {?} */\n var pagesHeight = 0;\n for (var i = 1; i < pageNumber / count; i++) {\n /** @type {?} */\n var item = this.getPage(i);\n /** @type {?} */\n var clientHeight = item ? item.clientHeight : 0;\n pagesHeight += clientHeight > 0 ? clientHeight * this.getZoom() + margin : 0;\n }\n return pagesHeight;\n };\n /**\n * @private\n * @return {?}\n */\n ScrollableDirective.prototype.countPagesOnWidth = /**\n * @private\n * @return {?}\n */\n function () {\n /** @type {?} */\n var pageEl = this.getPage(1);\n /** @type {?} */\n var offset = 150;\n /** @type {?} */\n var count = Math.floor((this.getWidth() - offset) / (pageEl.getBoundingClientRect().width * this.getZoom()));\n return count === 0 ? 1 : count;\n };\n /**\n * @return {?}\n */\n ScrollableDirective.prototype.refresh = /**\n * @return {?}\n */\n function () {\n /** @type {?} */\n var page;\n /** @type {?} */\n var currentPageSet = false;\n /** @type {?} */\n var pageElem = this.getPage(this.currentPage);\n /** @type {?} */\n var currentPageRect = this.currentPage && pageElem ? pageElem.getBoundingClientRect() : null;\n for (page = 1; page < this.getChildren().length + 1; page++) {\n /** @type {?} */\n var element = this.getPage(page);\n if (this._viewportService.checkInViewport(element, this.zoom)) {\n if (!currentPageSet) {\n if (!this.currentPage || !pageElem || (this.currentPage && currentPageRect && element.getBoundingClientRect().top !== currentPageRect.top)) {\n this.currentPage = page;\n this._navigateService.currentPage = page;\n }\n currentPageSet = true;\n }\n this._pagePreloadService.changeLastPageInView(page);\n }\n }\n };\n /**\n * @param {?} changes\n * @return {?}\n */\n ScrollableDirective.prototype.ngOnChanges = /**\n * @param {?} changes\n * @return {?}\n */\n function (changes) {\n this.refresh();\n };\n /**\n * @return {?}\n */\n ScrollableDirective.prototype.ngOnInit = /**\n * @return {?}\n */\n function () {\n this.zoom = this._zoomService.zoom ? this._zoomService.zoom : this.zoom;\n };\n /**\n * @private\n * @return {?}\n */\n ScrollableDirective.prototype.getWidth = /**\n * @private\n * @return {?}\n */\n function () {\n return this._elementRef ? this._elementRef.nativeElement.offsetWidth : window.innerWidth;\n };\n /**\n * @private\n * @return {?}\n */\n ScrollableDirective.prototype.getZoom = /**\n * @private\n * @return {?}\n */\n function () {\n return this.zoom / 100;\n };\n ScrollableDirective.decorators = [\n { type: Directive, args: [{\n selector: '[gdScrollable]'\n },] }\n ];\n /** @nocollapse */\n ScrollableDirective.ctorParameters = function () { return [\n { type: ElementRef },\n { type: NavigateService },\n { type: PagePreloadService },\n { type: ZoomService },\n { type: WindowService },\n { type: ViewportService }\n ]; };\n ScrollableDirective.propDecorators = {\n scrolling: [{ type: HostListener, args: ['scroll',] }],\n resizing: [{ type: HostListener, args: ['window:resize',] }]\n };\n return ScrollableDirective;\n}());\nif (false) {\n /**\n * @type {?}\n * @private\n */\n ScrollableDirective.prototype.currentPage;\n /**\n * @type {?}\n * @private\n */\n ScrollableDirective.prototype.zoom;\n /**\n * @type {?}\n * @private\n */\n ScrollableDirective.prototype._elementRef;\n /**\n * @type {?}\n * @private\n */\n ScrollableDirective.prototype._navigateService;\n /**\n * @type {?}\n * @private\n */\n ScrollableDirective.prototype._pagePreloadService;\n /**\n * @type {?}\n * @private\n */\n ScrollableDirective.prototype._zoomService;\n /**\n * @type {?}\n * @private\n */\n ScrollableDirective.prototype._windowService;\n /**\n * @type {?}\n * @private\n */\n ScrollableDirective.prototype._viewportService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar ZoomDirective = /** @class */ (function () {\n function ZoomDirective(_zoomService, _windowService, el) {\n this._zoomService = _zoomService;\n this._windowService = _windowService;\n this.zoomActive = true;\n this.el = el;\n }\n /**\n * @return {?}\n */\n ZoomDirective.prototype.ngOnDestroy = /**\n * @return {?}\n */\n function () {\n };\n /**\n * @return {?}\n */\n ZoomDirective.prototype.ngOnChanges = /**\n * @return {?}\n */\n function () {\n this.setStyles(this._zoomService.zoom);\n this.resizePages(this._zoomService.zoom);\n };\n /**\n * @return {?}\n */\n ZoomDirective.prototype.ngOnInit = /**\n * @return {?}\n */\n function () {\n var _this = this;\n if (!this.zoomActive) {\n return;\n }\n this.setStyles(this._zoomService.zoom);\n this._zoomService.zoomChange.subscribe((/**\n * @param {?} zoom\n * @return {?}\n */\n function (zoom) {\n _this.setStyles(zoom);\n _this.resizePages(zoom);\n }));\n };\n /**\n * @private\n * @param {?} zoom\n * @return {?}\n */\n ZoomDirective.prototype.setStyles = /**\n * @private\n * @param {?} zoom\n * @return {?}\n */\n function (zoom) {\n if (!this.zoomActive) {\n return;\n }\n /** @type {?} */\n var zoomInt = zoom === 100 ? 1 : zoom / 100;\n if (this._windowService.isEdge()) {\n this.zoomInt = zoomInt;\n }\n else {\n this.zoomInt = null;\n }\n if (!this._windowService.isEdge()) {\n this.transform = 'scale(' + zoomInt + ')';\n this.transformOrigin = 'top left';\n }\n else {\n this.transform = \"\";\n this.transformOrigin = \"\";\n }\n /** @type {?} */\n var maxWidth = 0;\n this.file.pages.forEach((/**\n * @param {?} page\n * @return {?}\n */\n function (page) {\n {\n if (page.width > maxWidth) {\n maxWidth = page.width;\n }\n }\n }));\n // Images and Excel-related files receiving dimensions in px from server\n this.minWidth = maxWidth + FileUtil.find(this.file.guid, false).unit;\n };\n /**\n * @private\n * @param {?} elm\n * @return {?}\n */\n ZoomDirective.prototype.getScrollWidth = /**\n * @private\n * @param {?} elm\n * @return {?}\n */\n function (elm) {\n return elm.offsetWidth - elm.clientWidth;\n };\n /**\n * @private\n * @param {?} zoom\n * @return {?}\n */\n ZoomDirective.prototype.resizePages = /**\n * @private\n * @param {?} zoom\n * @return {?}\n */\n function (zoom) {\n /** @type {?} */\n var zoomInt = zoom === 100 ? 1 : zoom / 100;\n /** @type {?} */\n var viewPortWidth = this.el.nativeElement.parentElement.offsetWidth;\n /** @type {?} */\n var scrollWidth = this.getScrollWidth(this.el.nativeElement.parentElement);\n this.width = (viewPortWidth / zoomInt - scrollWidth / zoomInt) + 'px';\n };\n /**\n * @return {?}\n */\n ZoomDirective.prototype.ngAfterViewInit = /**\n * @return {?}\n */\n function () {\n this.setStyles(this._zoomService.zoom);\n };\n ZoomDirective.decorators = [\n { type: Directive, args: [{\n selector: '[gdZoom]'\n },] }\n ];\n /** @nocollapse */\n ZoomDirective.ctorParameters = function () { return [\n { type: ZoomService },\n { type: WindowService },\n { type: ElementRef }\n ]; };\n ZoomDirective.propDecorators = {\n zoomActive: [{ type: Input }],\n file: [{ type: Input }],\n zoomInt: [{ type: HostBinding, args: ['style.zoom',] }],\n transform: [{ type: HostBinding, args: ['style.transform',] }],\n transformOrigin: [{ type: HostBinding, args: ['style.transform-origin',] }],\n width: [{ type: HostBinding, args: ['style.width',] }],\n minWidth: [{ type: HostBinding, args: ['style.min-width',] }]\n };\n return ZoomDirective;\n}());\nif (false) {\n /** @type {?} */\n ZoomDirective.prototype.zoomActive;\n /** @type {?} */\n ZoomDirective.prototype.file;\n /** @type {?} */\n ZoomDirective.prototype.zoomInt;\n /** @type {?} */\n ZoomDirective.prototype.transform;\n /** @type {?} */\n ZoomDirective.prototype.transformOrigin;\n /** @type {?} */\n ZoomDirective.prototype.width;\n /** @type {?} */\n ZoomDirective.prototype.minWidth;\n /** @type {?} */\n ZoomDirective.prototype.el;\n /**\n * @type {?}\n * @private\n */\n ZoomDirective.prototype._zoomService;\n /**\n * @type {?}\n * @private\n */\n ZoomDirective.prototype._windowService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar OnCloseService = /** @class */ (function () {\n function OnCloseService() {\n this._observer = new Subject();\n this._onClose = this._observer.asObservable();\n }\n Object.defineProperty(OnCloseService.prototype, \"onClose\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._onClose;\n },\n enumerable: true,\n configurable: true\n });\n /**\n * @param {?} close\n * @return {?}\n */\n OnCloseService.prototype.close = /**\n * @param {?} close\n * @return {?}\n */\n function (close) {\n this._observer.next(close);\n };\n OnCloseService.decorators = [\n { type: Injectable, args: [{\n providedIn: 'root'\n },] }\n ];\n /** @nocollapse */\n OnCloseService.ctorParameters = function () { return []; };\n /** @nocollapse */ OnCloseService.ngInjectableDef = ɵɵdefineInjectable({ factory: function OnCloseService_Factory() { return new OnCloseService(); }, token: OnCloseService, providedIn: \"root\" });\n return OnCloseService;\n}());\nif (false) {\n /**\n * @type {?}\n * @private\n */\n OnCloseService.prototype._observer;\n /**\n * @type {?}\n * @private\n */\n OnCloseService.prototype._onClose;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n/**\n * @record\n */\nfunction Option() { }\nif (false) {\n /** @type {?} */\n Option.prototype.name;\n /** @type {?} */\n Option.prototype.value;\n /** @type {?} */\n Option.prototype.separator;\n}\nvar SelectComponent = /** @class */ (function () {\n function SelectComponent(_onCloseService) {\n var _this = this;\n this._onCloseService = _onCloseService;\n this.disabled = false;\n this.selected = new EventEmitter();\n this.isOpen = false;\n _onCloseService.onClose.subscribe((/**\n * @return {?}\n */\n function () {\n _this.close();\n }));\n }\n /**\n * @return {?}\n */\n SelectComponent.prototype.open = /**\n * @return {?}\n */\n function () {\n if (!this.disabled) {\n this.isOpen = true;\n }\n };\n /**\n * @return {?}\n */\n SelectComponent.prototype.close = /**\n * @return {?}\n */\n function () {\n this.isOpen = false;\n };\n /**\n * @param {?} event\n * @return {?}\n */\n SelectComponent.prototype.onClickOutside = /**\n * @param {?} event\n * @return {?}\n */\n function (event) {\n this.close();\n };\n /**\n * @param {?} $event\n * @return {?}\n */\n SelectComponent.prototype.toggle = /**\n * @param {?} $event\n * @return {?}\n */\n function ($event) {\n // TODO: following lines were uncommented due to needness in signature app\n $event.preventDefault();\n $event.stopPropagation();\n if (!this.disabled) {\n this.isOpen = !this.isOpen;\n }\n };\n /**\n * @param {?} $event\n * @param {?} value\n * @return {?}\n */\n SelectComponent.prototype.select = /**\n * @param {?} $event\n * @param {?} value\n * @return {?}\n */\n function ($event, value) {\n $event.preventDefault();\n $event.stopPropagation();\n this.selected.emit(value);\n this.close();\n };\n SelectComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-select',\n template: \"
    \\n
    \\n {{showSelected?.name}}\\n
    \\n \\n
    \\n
    \\n
    {{option.name}}
    \\n
    \\n
    \\n
    \\n
    \\n\",\n styles: [\".select{min-width:50px;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;color:#959da5}.selected-value{font-size:14px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:clip;max-width:70px}.selected-value.inactive{cursor:not-allowed;color:#ccc}.nav-caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent;cursor:pointer}.nav-caret.inactive{cursor:not-allowed;color:#ccc}.dropdown-menu{position:absolute;top:49px;z-index:1000;float:left;min-width:96px;list-style:none;font-size:13px;text-align:left;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.3);background-clip:padding-box}.dropdown-menu .option{display:block;padding:7px 0 7px 7px;clear:both;font-weight:400;line-height:1.42857143;white-space:nowrap;cursor:pointer;font-size:10px}.dropdown-menu .option:hover{background-color:#25c2d4;color:#fff!important}.dropdown-menu-separator{height:1px;overflow:hidden;background-color:#f4f4f4;padding:0!important}\"]\n }] }\n ];\n /** @nocollapse */\n SelectComponent.ctorParameters = function () { return [\n { type: OnCloseService }\n ]; };\n SelectComponent.propDecorators = {\n options: [{ type: Input }],\n disabled: [{ type: Input }],\n showSelected: [{ type: Input }],\n selected: [{ type: Output }],\n isOpen: [{ type: Input }]\n };\n return SelectComponent;\n}());\nif (false) {\n /** @type {?} */\n SelectComponent.prototype.options;\n /** @type {?} */\n SelectComponent.prototype.disabled;\n /** @type {?} */\n SelectComponent.prototype.showSelected;\n /** @type {?} */\n SelectComponent.prototype.selected;\n /** @type {?} */\n SelectComponent.prototype.isOpen;\n /**\n * @type {?}\n * @protected\n */\n SelectComponent.prototype._onCloseService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar DisabledCursorDirective = /** @class */ (function () {\n function DisabledCursorDirective() {\n }\n /**\n * @private\n * @return {?}\n */\n DisabledCursorDirective.prototype.updateCursor = /**\n * @private\n * @return {?}\n */\n function () {\n this.cursor = this.dis ? true : false;\n };\n /**\n * @return {?}\n */\n DisabledCursorDirective.prototype.ngOnInit = /**\n * @return {?}\n */\n function () {\n this.updateCursor();\n };\n /**\n * @param {?} changes\n * @return {?}\n */\n DisabledCursorDirective.prototype.ngOnChanges = /**\n * @param {?} changes\n * @return {?}\n */\n function (changes) {\n this.updateCursor();\n };\n DisabledCursorDirective.decorators = [\n { type: Directive, args: [{\n selector: '[gdDisabledCursor]'\n },] }\n ];\n /** @nocollapse */\n DisabledCursorDirective.ctorParameters = function () { return []; };\n DisabledCursorDirective.propDecorators = {\n dis: [{ type: Input }],\n cursor: [{ type: HostBinding, args: ['class.inactive',] }]\n };\n return DisabledCursorDirective;\n}());\nif (false) {\n /** @type {?} */\n DisabledCursorDirective.prototype.dis;\n /** @type {?} */\n DisabledCursorDirective.prototype.cursor;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar RotationDirective = /** @class */ (function () {\n function RotationDirective() {\n this.withMargin = true;\n }\n /**\n * @private\n * @return {?}\n */\n RotationDirective.prototype.updateCursor = /**\n * @private\n * @return {?}\n */\n function () {\n if (typeof this.angle === \"string\") {\n this.angle = parseInt(this.angle, 10);\n }\n if (this.angle) {\n this.animation = 'none';\n this.transition = 'none';\n this.transform = 'rotate(' + this.angle + 'deg)';\n }\n else if (this.angle === 0 && this.animation) {\n this.animation = null;\n this.transition = null;\n this.transform = null;\n }\n if (this.withMargin) {\n if (this.angle === 90 || this.angle === 270 || this.angle === -90 || this.angle === -270) {\n if (this.isHtmlMode) {\n if (this.isLandscape()) {\n this.margin = '164px 254px';\n }\n else {\n this.margin = '-111px 254px';\n }\n }\n else {\n if (this.isLandscape()) {\n this.margin = '129px 100px -79px';\n }\n else {\n this.margin = '-72px 100px -79px';\n }\n }\n }\n else if (this.angle === -180 || this.angle === 180) {\n this.margin = '280px';\n }\n else {\n this.margin = null;\n }\n }\n };\n /**\n * @return {?}\n */\n RotationDirective.prototype.isLandscape = /**\n * @return {?}\n */\n function () {\n return this.width > this.height;\n };\n /**\n * @return {?}\n */\n RotationDirective.prototype.ngOnInit = /**\n * @return {?}\n */\n function () {\n this.updateCursor();\n };\n /**\n * @param {?} changes\n * @return {?}\n */\n RotationDirective.prototype.ngOnChanges = /**\n * @param {?} changes\n * @return {?}\n */\n function (changes) {\n this.updateCursor();\n };\n RotationDirective.decorators = [\n { type: Directive, args: [{\n selector: '[gdRotation]'\n },] }\n ];\n /** @nocollapse */\n RotationDirective.ctorParameters = function () { return []; };\n RotationDirective.propDecorators = {\n angle: [{ type: Input }],\n isHtmlMode: [{ type: Input }],\n width: [{ type: Input }],\n height: [{ type: Input }],\n withMargin: [{ type: Input }],\n animation: [{ type: HostBinding, args: ['style.animation',] }],\n transition: [{ type: HostBinding, args: ['style.transition-property',] }],\n transform: [{ type: HostBinding, args: ['style.transform',] }],\n margin: [{ type: HostBinding, args: ['style.margin',] }]\n };\n return RotationDirective;\n}());\nif (false) {\n /** @type {?} */\n RotationDirective.prototype.angle;\n /** @type {?} */\n RotationDirective.prototype.isHtmlMode;\n /** @type {?} */\n RotationDirective.prototype.width;\n /** @type {?} */\n RotationDirective.prototype.height;\n /** @type {?} */\n RotationDirective.prototype.withMargin;\n /** @type {?} */\n RotationDirective.prototype.animation;\n /** @type {?} */\n RotationDirective.prototype.transition;\n /** @type {?} */\n RotationDirective.prototype.transform;\n /** @type {?} */\n RotationDirective.prototype.margin;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar InitStateComponent = /** @class */ (function () {\n function InitStateComponent() {\n this.fileDropped = new EventEmitter();\n this.showUploadFile = false;\n }\n /**\n * @return {?}\n */\n InitStateComponent.prototype.ngOnInit = /**\n * @return {?}\n */\n function () {\n };\n /**\n * @param {?} $event\n * @return {?}\n */\n InitStateComponent.prototype.dropped = /**\n * @param {?} $event\n * @return {?}\n */\n function ($event) {\n if ($event) {\n this.fileDropped.emit($event);\n this.showUploadFile = false;\n }\n };\n InitStateComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-init-state',\n template: \"
    \\n
    \\n \\n \\n \\n \\n
    \\n
    \\n \\n {{text}}\\n
    \\n
    \\n\",\n styles: [\".wrapper{color:#959da5;background-color:#e7e7e7;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;width:100%;height:100%}.icon{font-size:65px;margin-bottom:43px;display:-webkit-box;display:flex;color:#959da5}.start{font-size:15px;text-align:center;color:#959da5}.gd-drag-n-drop-wrap.active{background-color:#fff;position:fixed;top:0;background:rgba(255,255,255,.8)}.gd-drag-n-drop-wrap.active .init-state-wrapper{position:absolute;opacity:.2;top:unset}.gd-drag-n-drop-wrap.active .init-state-dnd-wrapper{top:0;z-index:999}.gd-drag-n-drop-wrap.active .init-state-dnd-wrapper .icon{width:113px;height:90px;font-size:90px;color:#3e4e5a;margin-bottom:30px}.gd-drag-n-drop-wrap.active .text{color:#6e6e6e;font-size:14px}.init-state-dnd-wrapper,.init-state-wrapper{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:250px;height:250px;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.init-state-wrapper{top:-60px;position:relative}\"]\n }] }\n ];\n /** @nocollapse */\n InitStateComponent.ctorParameters = function () { return []; };\n InitStateComponent.propDecorators = {\n icon: [{ type: Input }],\n text: [{ type: Input }],\n fileDropped: [{ type: Output }]\n };\n return InitStateComponent;\n}());\nif (false) {\n /** @type {?} */\n InitStateComponent.prototype.icon;\n /** @type {?} */\n InitStateComponent.prototype.text;\n /** @type {?} */\n InitStateComponent.prototype.fileDropped;\n /** @type {?} */\n InitStateComponent.prototype.showUploadFile;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar RenderPrintService = /** @class */ (function () {\n function RenderPrintService() {\n var _this = this;\n this._render = new Observable((/**\n * @param {?} observer\n * @return {?}\n */\n function (observer) {\n return _this._observer = observer;\n }));\n this._renderBlob = new Observable((/**\n * @param {?} observer\n * @return {?}\n */\n function (observer) {\n return _this._observerBlob = observer;\n }));\n }\n Object.defineProperty(RenderPrintService.prototype, \"renderPrint\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._render;\n },\n enumerable: true,\n configurable: true\n });\n /**\n * @param {?} pages\n * @return {?}\n */\n RenderPrintService.prototype.changePages = /**\n * @param {?} pages\n * @return {?}\n */\n function (pages) {\n this._observer.next(pages);\n };\n Object.defineProperty(RenderPrintService.prototype, \"renderPrintBlob\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._renderBlob;\n },\n enumerable: true,\n configurable: true\n });\n /**\n * @param {?} file\n * @return {?}\n */\n RenderPrintService.prototype.changeBlob = /**\n * @param {?} file\n * @return {?}\n */\n function (file) {\n this._observerBlob.next(file);\n };\n return RenderPrintService;\n}());\nif (false) {\n /**\n * @type {?}\n * @private\n */\n RenderPrintService.prototype._render;\n /**\n * @type {?}\n * @private\n */\n RenderPrintService.prototype._observer;\n /**\n * @type {?}\n * @private\n */\n RenderPrintService.prototype._renderBlob;\n /**\n * @type {?}\n * @private\n */\n RenderPrintService.prototype._observerBlob;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar RenderPrintDirective = /** @class */ (function () {\n function RenderPrintDirective(_renderService) {\n var _this = this;\n this._renderService = _renderService;\n _renderService.renderPrint.subscribe((/**\n * @param {?} pages\n * @return {?}\n */\n function (pages) {\n _this.renderPrint(pages);\n }));\n _renderService.renderPrintBlob.subscribe((/**\n * @param {?} file\n * @return {?}\n */\n function (file) {\n _this.renderPrintBlob(file);\n }));\n }\n /**\n * @private\n * @param {?} pages\n * @return {?}\n */\n RenderPrintDirective.prototype.renderPrint = /**\n * @private\n * @param {?} pages\n * @return {?}\n */\n function (pages) {\n var e_1, _a, e_2, _b;\n /** @type {?} */\n var pagesHtml = '';\n if (this.htmlMode) {\n try {\n for (var pages_1 = __values(pages), pages_1_1 = pages_1.next(); !pages_1_1.done; pages_1_1 = pages_1.next()) {\n var page = pages_1_1.value;\n pagesHtml += '
    ' +\n '
    ' + page.data + '
    ' +\n '
    ';\n }\n }\n catch (e_1_1) { e_1 = { error: e_1_1 }; }\n finally {\n try {\n if (pages_1_1 && !pages_1_1.done && (_a = pages_1.return)) _a.call(pages_1);\n }\n finally { if (e_1) throw e_1.error; }\n }\n }\n else {\n try {\n for (var pages_2 = __values(pages), pages_2_1 = pages_2.next(); !pages_2_1.done; pages_2_1 = pages_2.next()) {\n var page = pages_2_1.value;\n pagesHtml += '
    ' +\n '
    ' +\n '
    ';\n }\n }\n catch (e_2_1) { e_2 = { error: e_2_1 }; }\n finally {\n try {\n if (pages_2_1 && !pages_2_1.done && (_b = pages_2.return)) _b.call(pages_2);\n }\n finally { if (e_2) throw e_2.error; }\n }\n }\n this.openWindow(pagesHtml, pages[0].width, pages[0].height);\n };\n /**\n * @private\n * @param {?} pagesHtml\n * @param {?} width\n * @param {?} height\n * @return {?}\n */\n RenderPrintDirective.prototype.openWindow = /**\n * @private\n * @param {?} pagesHtml\n * @param {?} width\n * @param {?} height\n * @return {?}\n */\n function (pagesHtml, width, height) {\n /** @type {?} */\n var a4Height = 842;\n /** @type {?} */\n var a4Width = 595;\n /** @type {?} */\n var imageA4Adjusted = '';\n if (width > a4Width && height > a4Height) {\n /** @type {?} */\n var zoom = Math.round(height / a4Height) / 100;\n imageA4Adjusted = '.gd-page img { width: 100%; margin: 0; padding: 0;}';\n if (navigator.userAgent.toLowerCase().indexOf('firefox') > -1) {\n imageA4Adjusted = '.gd-page img { transform: scale(' + zoom + ');}';\n }\n }\n /** @type {?} */\n var cssPrint = '';\n /** @type {?} */\n var windowObject = window.open('', \"PrintWindow\", \"width=750,height=650,top=50,left=50,toolbars=yes,scrollbars=yes,status=yes,resizable=yes\");\n windowObject.focus();\n windowObject.document.writeln(cssPrint);\n windowObject.document.writeln(pagesHtml);\n windowObject.document.close();\n windowObject.focus();\n windowObject.print();\n windowObject.close();\n };\n /**\n * @private\n * @param {?} file\n * @return {?}\n */\n RenderPrintDirective.prototype.renderPrintBlob = /**\n * @private\n * @param {?} file\n * @return {?}\n */\n function (file) {\n /** @type {?} */\n var fileURL = URL.createObjectURL(file);\n /** @type {?} */\n var windowObject = window.open(fileURL, \"PrintWindow\", \"width=750,height=650,top=50,left=50,toolbars=yes,scrollbars=yes,status=yes,resizable=yes\");\n windowObject.focus();\n windowObject.print();\n windowObject.close();\n };\n RenderPrintDirective.decorators = [\n { type: Directive, args: [{\n selector: '[gdRenderPrint]'\n },] }\n ];\n /** @nocollapse */\n RenderPrintDirective.ctorParameters = function () { return [\n { type: RenderPrintService }\n ]; };\n RenderPrintDirective.propDecorators = {\n htmlMode: [{ type: Input }]\n };\n return RenderPrintDirective;\n}());\nif (false) {\n /** @type {?} */\n RenderPrintDirective.prototype.htmlMode;\n /**\n * @type {?}\n * @private\n */\n RenderPrintDirective.prototype._renderService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar ExceptionMessageService = /** @class */ (function () {\n function ExceptionMessageService() {\n this._observer = new BehaviorSubject('Server is not available');\n this._messageChange = this._observer.asObservable();\n }\n Object.defineProperty(ExceptionMessageService.prototype, \"messageChange\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._messageChange;\n },\n enumerable: true,\n configurable: true\n });\n /**\n * @param {?} message\n * @return {?}\n */\n ExceptionMessageService.prototype.changeMessage = /**\n * @param {?} message\n * @return {?}\n */\n function (message) {\n this._observer.next(message);\n };\n return ExceptionMessageService;\n}());\nif (false) {\n /**\n * @type {?}\n * @private\n */\n ExceptionMessageService.prototype._observer;\n /**\n * @type {?}\n * @private\n */\n ExceptionMessageService.prototype._messageChange;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar ErrorModalComponent = /** @class */ (function () {\n function ErrorModalComponent(messageService) {\n var _this = this;\n messageService.messageChange.subscribe((/**\n * @param {?} message\n * @return {?}\n */\n function (message) { return _this.message = message; }));\n }\n /**\n * @return {?}\n */\n ErrorModalComponent.prototype.ngOnInit = /**\n * @return {?}\n */\n function () {\n };\n ErrorModalComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-error-modal',\n template: \"\\n
    \\n \\n
    \\n
    Something went wrong
    \\n
    {{message ? message : 'Server is not available'}}
    \\n
    \\n
    \\n
    \\n\",\n styles: [\".gd-modal-error{display:-webkit-inline-box;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-flex:1;flex:1}.gd-modal-error .gd-modal-error-message{font-size:12px;margin:0 24px 24px 0;word-break:break-word}.gd-modal-error .gd-modal-error-title{font-size:16px;font-weight:700;margin:14px 0 10px}#gd-error-section{max-width:468px;max-height:204px;display:-webkit-box;display:flex}#gd-error-section fa-icon{-webkit-box-flex:1;flex:1;color:#e04e4e;font-size:40px;margin:13px 23px 90px;text-align:center;max-width:46px}\"]\n }] }\n ];\n /** @nocollapse */\n ErrorModalComponent.ctorParameters = function () { return [\n { type: ExceptionMessageService }\n ]; };\n return ErrorModalComponent;\n}());\nif (false) {\n /** @type {?} */\n ErrorModalComponent.prototype.message;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar PasswordService = /** @class */ (function () {\n function PasswordService() {\n this._observer = new Subject();\n this._passChange = this._observer.asObservable();\n }\n Object.defineProperty(PasswordService.prototype, \"passChange\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._passChange;\n },\n enumerable: true,\n configurable: true\n });\n /**\n * @param {?} pass\n * @return {?}\n */\n PasswordService.prototype.setPassword = /**\n * @param {?} pass\n * @return {?}\n */\n function (pass) {\n this._observer.next(pass);\n };\n return PasswordService;\n}());\nif (false) {\n /**\n * @type {?}\n * @private\n */\n PasswordService.prototype._observer;\n /**\n * @type {?}\n * @private\n */\n PasswordService.prototype._passChange;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n/** @type {?} */\nvar $$4 = jquery;\nvar PasswordRequiredComponent = /** @class */ (function () {\n function PasswordRequiredComponent(messageService, _passwordService) {\n var _this = this;\n this._passwordService = _passwordService;\n this.cancelEvent = new EventEmitter();\n messageService.messageChange.subscribe((/**\n * @param {?} message\n * @return {?}\n */\n function (message) { return _this.message = message; }));\n }\n /**\n * @return {?}\n */\n PasswordRequiredComponent.prototype.ngOnInit = /**\n * @return {?}\n */\n function () {\n };\n /**\n * @param {?} value\n * @return {?}\n */\n PasswordRequiredComponent.prototype.setPassword = /**\n * @param {?} value\n * @return {?}\n */\n function (value) {\n this._passwordService.setPassword(value);\n };\n /**\n * @param {?} $event\n * @return {?}\n */\n PasswordRequiredComponent.prototype.onCloseOpen = /**\n * @param {?} $event\n * @return {?}\n */\n function ($event) {\n if ($event) {\n setTimeout((/**\n * @return {?}\n */\n function () {\n /** @type {?} */\n var element = $$4(\"#password\");\n if (element) {\n element.focus();\n }\n }), 100);\n }\n else {\n $$4(\"#password\").val(\"\");\n }\n };\n /**\n * @param {?} $event\n * @return {?}\n */\n PasswordRequiredComponent.prototype.cancel = /**\n * @param {?} $event\n * @return {?}\n */\n function ($event) {\n $$4(\"#password\").val(\"\");\n this.cancelEvent.emit(true);\n };\n PasswordRequiredComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-password-required',\n template: \"\\n
    \\n
    \\n \\n \\n {{message}}\\n \\n Open\\n \\n
    \\n
    \\n
    \\n\",\n styles: [\"#gd-password-section{width:468px;height:164px}.gd-password-wrap{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin:24px}.gd-password-wrap label{font-size:14px;color:#acacac;padding-bottom:12px}.gd-password-wrap input{height:30px;border:1px solid #25c2d4}.gd-password-wrap input.error{border-color:#e04e4e}.gd-password-wrap gd-button{align-self:flex-end}.gd-password-wrap ::ng-deep .button{height:37px;width:72px;padding:0;-webkit-box-pack:center;justify-content:center}.gd-password-wrap ::ng-deep .button ::ng-deep .text{font-size:10px!important}.gd-password-error{color:#e04e4e;padding:10px 0 12px;height:12px;line-height:12px;font-size:12px}@media (max-width:1037px){#gd-password-section{min-width:375px}}\"]\n }] }\n ];\n /** @nocollapse */\n PasswordRequiredComponent.ctorParameters = function () { return [\n { type: ExceptionMessageService },\n { type: PasswordService }\n ]; };\n PasswordRequiredComponent.propDecorators = {\n cancelEvent: [{ type: Output }]\n };\n return PasswordRequiredComponent;\n}());\nif (false) {\n /** @type {?} */\n PasswordRequiredComponent.prototype.message;\n /** @type {?} */\n PasswordRequiredComponent.prototype.cancelEvent;\n /**\n * @type {?}\n * @private\n */\n PasswordRequiredComponent.prototype._passwordService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar ErrorInterceptorService = /** @class */ (function () {\n function ErrorInterceptorService(_modalService, _messageService) {\n this._modalService = _modalService;\n this._messageService = _messageService;\n }\n /**\n * @param {?} req\n * @param {?} next\n * @return {?}\n */\n ErrorInterceptorService.prototype.intercept = /**\n * @param {?} req\n * @param {?} next\n * @return {?}\n */\n function (req, next) {\n var _this = this;\n /** @type {?} */\n var logFormat = 'background: maroon; color: white';\n return next.handle(req)\n .pipe(map((/**\n * @param {?} data\n * @return {?}\n */\n function (data) {\n return data;\n })), catchError((/**\n * @param {?} exception\n * @return {?}\n */\n function (exception) {\n if (exception instanceof HttpErrorResponse) {\n switch (exception.status) {\n case HttpError.BadRequest:\n console.error('%c Bad Request 400', logFormat);\n break;\n case HttpError.Unauthorized:\n console.error('%c Unauthorized 401', logFormat);\n break;\n case HttpError.NotFound:\n console.error('%c Not Found 404', logFormat);\n break;\n case HttpError.TimeOut:\n console.error('%c TimeOut 408', logFormat);\n break;\n case HttpError.InternalServerError:\n console.error('%c big bad 500', logFormat);\n _this._messageService.changeMessage(exception.error.message);\n _this._modalService.open(CommonModals.ErrorMessage);\n break;\n case HttpError.Forbidden:\n console.error('%c Forbidden 403', logFormat);\n _this._messageService.changeMessage(exception.error.message);\n _this._modalService.open(CommonModals.PasswordRequired);\n break;\n }\n }\n return throwError(exception);\n })));\n };\n ErrorInterceptorService.decorators = [\n { type: Injectable, args: [{\n providedIn: 'root'\n },] }\n ];\n /** @nocollapse */\n ErrorInterceptorService.ctorParameters = function () { return [\n { type: ModalService },\n { type: ExceptionMessageService }\n ]; };\n /** @nocollapse */ ErrorInterceptorService.ngInjectableDef = ɵɵdefineInjectable({ factory: function ErrorInterceptorService_Factory() { return new ErrorInterceptorService(ɵɵinject(ModalService), ɵɵinject(ExceptionMessageService)); }, token: ErrorInterceptorService, providedIn: \"root\" });\n return ErrorInterceptorService;\n}());\nif (false) {\n /**\n * @type {?}\n * @private\n */\n ErrorInterceptorService.prototype._modalService;\n /**\n * @type {?}\n * @private\n */\n ErrorInterceptorService.prototype._messageService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar SearchService = /** @class */ (function () {\n function SearchService() {\n this._observer = new Subject();\n this._textChange = this._observer.asObservable();\n this._observerCurrent = new Subject();\n this._currentChange = this._observerCurrent.asObservable();\n this._observerTotal = new Subject();\n this._totalChange = this._observerTotal.asObservable();\n }\n Object.defineProperty(SearchService.prototype, \"textChange\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._textChange;\n },\n enumerable: true,\n configurable: true\n });\n /**\n * @param {?} text\n * @return {?}\n */\n SearchService.prototype.setText = /**\n * @param {?} text\n * @return {?}\n */\n function (text) {\n this._observer.next(text);\n };\n Object.defineProperty(SearchService.prototype, \"currentChange\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._currentChange;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(SearchService.prototype, \"totalChange\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._totalChange;\n },\n enumerable: true,\n configurable: true\n });\n /**\n * @param {?} current\n * @return {?}\n */\n SearchService.prototype.setCurrent = /**\n * @param {?} current\n * @return {?}\n */\n function (current) {\n this._observerCurrent.next(current);\n };\n /**\n * @param {?} total\n * @return {?}\n */\n SearchService.prototype.setTotal = /**\n * @param {?} total\n * @return {?}\n */\n function (total) {\n this._observerTotal.next(total);\n };\n return SearchService;\n}());\nif (false) {\n /**\n * @type {?}\n * @private\n */\n SearchService.prototype._observer;\n /**\n * @type {?}\n * @private\n */\n SearchService.prototype._textChange;\n /**\n * @type {?}\n * @private\n */\n SearchService.prototype._observerCurrent;\n /**\n * @type {?}\n * @private\n */\n SearchService.prototype._currentChange;\n /**\n * @type {?}\n * @private\n */\n SearchService.prototype._observerTotal;\n /**\n * @type {?}\n * @private\n */\n SearchService.prototype._totalChange;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar SearchComponent = /** @class */ (function () {\n function SearchComponent(_searchService) {\n var _this = this;\n this._searchService = _searchService;\n this.hidePanel = new EventEmitter(false);\n this.current = 0;\n this.total = 0;\n _searchService.totalChange.subscribe((/**\n * @param {?} total\n * @return {?}\n */\n function (total) {\n _this.total = total;\n if (total !== 0) {\n _this.current = 1;\n }\n else {\n _this.current = 0;\n }\n _this._searchService.setCurrent(_this.current);\n }));\n }\n /**\n * @return {?}\n */\n SearchComponent.prototype.ngOnInit = /**\n * @return {?}\n */\n function () {\n };\n /**\n * @param {?} text\n * @return {?}\n */\n SearchComponent.prototype.setText = /**\n * @param {?} text\n * @return {?}\n */\n function (text) {\n this._searchService.setText(text);\n };\n /**\n * @return {?}\n */\n SearchComponent.prototype.hide = /**\n * @return {?}\n */\n function () {\n this.setText('');\n this.hidePanel.emit(true);\n };\n /**\n * @return {?}\n */\n SearchComponent.prototype.prev = /**\n * @return {?}\n */\n function () {\n if (this.current > 1) {\n this.current--;\n this._searchService.setCurrent(this.current);\n }\n };\n /**\n * @return {?}\n */\n SearchComponent.prototype.next = /**\n * @return {?}\n */\n function () {\n if (this.current < this.total) {\n this.current++;\n this._searchService.setCurrent(this.current);\n }\n };\n /**\n * @return {?}\n */\n SearchComponent.prototype.ngAfterViewInit = /**\n * @return {?}\n */\n function () {\n this.textElement.nativeElement.focus();\n };\n SearchComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-search',\n template: \"
    \\n \\n
    {{current}} of {{total}}
    \\n \\n \\n \\n \\n \\n \\n
    \\n\",\n styles: [\".gd-nav-search-btn{margin:3px 0 4px}.gd-nav-search-cancel{color:#fff;font-size:14px;width:37px}.gd-search-count{color:#959da5;font-size:12px;position:absolute;right:148px;top:14px}.gd-nav-search-container{background-color:#3e4e5a;width:410px;position:fixed;left:50%;top:60px;z-index:2;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);display:-webkit-box;display:flex}.gd-search-input{float:left;height:30px;width:267px;font-size:14px;color:#6e6e6e;border:1px solid #25c2d4;margin:7px 0 7px 7px;box-sizing:border-box;padding:6px 0 5px 9px}input[type=text]::-ms-clear{display:none}@media (max-width:1037px){.gd-search-input{width:231px;height:30px;margin:7px 0 7px 5px}.gd-search-count{position:absolute;left:193px;top:15px}.gd-nav-search-container{width:100%}}\"]\n }] }\n ];\n /** @nocollapse */\n SearchComponent.ctorParameters = function () { return [\n { type: SearchService }\n ]; };\n SearchComponent.propDecorators = {\n hidePanel: [{ type: Output }],\n textElement: [{ type: ViewChild, args: ['text', {\n static: true\n },] }]\n };\n return SearchComponent;\n}());\nif (false) {\n /** @type {?} */\n SearchComponent.prototype.hidePanel;\n /** @type {?} */\n SearchComponent.prototype.current;\n /** @type {?} */\n SearchComponent.prototype.total;\n /** @type {?} */\n SearchComponent.prototype.textElement;\n /**\n * @type {?}\n * @private\n */\n SearchComponent.prototype._searchService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n/** @type {?} */\nvar $$5 = jquery;\nvar SearchableDirective = /** @class */ (function () {\n function SearchableDirective(_elementRef, _searchService, _highlight, _zoomService) {\n var _this = this;\n this._elementRef = _elementRef;\n this._searchService = _searchService;\n this._highlight = _highlight;\n this._zoomService = _zoomService;\n this.current = 0;\n this.total = 0;\n this.zoom = 100;\n _searchService.currentChange.subscribe((/**\n * @param {?} current\n * @return {?}\n */\n function (current) {\n _this.current = current;\n if (_this.current !== 0) {\n _this.moveToCurrent();\n }\n }));\n _searchService.textChange.subscribe((/**\n * @param {?} text\n * @return {?}\n */\n function (text) {\n _this.text = text;\n _this.highlightSearch();\n }));\n this.zoom = _zoomService.zoom ? _zoomService.zoom : this.zoom;\n _zoomService.zoomChange.subscribe((/**\n * @param {?} val\n * @return {?}\n */\n function (val) {\n _this.zoom = val ? val : _this.zoom;\n }));\n }\n /**\n * @private\n * @return {?}\n */\n SearchableDirective.prototype.highlightSearch = /**\n * @private\n * @return {?}\n */\n function () {\n /** @type {?} */\n var el = this._elementRef ? this._elementRef.nativeElement : null;\n if (el) {\n this.cleanHighlight(el);\n if (this.text) {\n this.highlightEl(el);\n /** @type {?} */\n var count = el.querySelectorAll('.gd-highlight').length;\n this.total = count;\n }\n else {\n this.total = 0;\n }\n this._searchService.setTotal(this.total);\n }\n };\n /**\n * @private\n * @return {?}\n */\n SearchableDirective.prototype.moveToCurrent = /**\n * @private\n * @return {?}\n */\n function () {\n if (this.current === 0) {\n return;\n }\n /** @type {?} */\n var currentZoom = this.getZoom();\n /** @type {?} */\n var el = this._elementRef ? this._elementRef.nativeElement : null;\n if (el) {\n el.querySelectorAll('.gd-highlight-select').forEach((/**\n * @param {?} value\n * @return {?}\n */\n function (value) {\n $$5(value).removeClass('gd-highlight-select');\n }));\n /** @type {?} */\n var currentEl = el.querySelectorAll('.gd-highlight')[this.current - 1];\n $$5(currentEl).addClass('gd-highlight-select');\n if (currentEl) {\n /** @type {?} */\n var options = {\n left: 0,\n top: ($$5(currentEl).offset().top) + el.parentElement.parentElement.scrollTop - 150,\n };\n // using polyfill\n el.parentElement.parentElement.scroll(options);\n }\n }\n };\n /**\n * @private\n * @param {?} el\n * @return {?}\n */\n SearchableDirective.prototype.highlightEl = /**\n * @private\n * @param {?} el\n * @return {?}\n */\n function (el) {\n /** @type {?} */\n var textNodes = $$5(el).find('*').contents().filter((/**\n * @return {?}\n */\n function () {\n /** @type {?} */\n var nodeName = this.parentElement.nodeName.toLowerCase();\n /** @type {?} */\n var checkClass = ((/** @type {?} */ (this))).classList ? !((/** @type {?} */ (this))).classList.contains('gd-highlight') : true;\n return this.nodeType === 3 &&\n this.textContent.trim().length !== 0 &&\n nodeName !== 'style' &&\n nodeName !== 'title' &&\n nodeName !== 'body' &&\n nodeName !== 'script' &&\n checkClass;\n }));\n /** @type {?} */\n var text = this.text;\n /** @type {?} */\n var highlight = this._highlight;\n textNodes.each((/**\n * @return {?}\n */\n function () {\n /** @type {?} */\n var $this = $$5(this);\n /** @type {?} */\n var content = $this.text();\n content = highlight.transform(content, text);\n $this.replaceWith(content);\n }));\n el.normalize();\n };\n /**\n * @private\n * @param {?} el\n * @return {?}\n */\n SearchableDirective.prototype.cleanHighlight = /**\n * @private\n * @param {?} el\n * @return {?}\n */\n function (el) {\n /** @type {?} */\n var nodeListOf = el.querySelectorAll('.gd-highlight');\n for (var i = 0; i < nodeListOf.length; i++) {\n /** @type {?} */\n var element = nodeListOf.item(i);\n element.replaceWith(((/** @type {?} */ (element))).innerText);\n }\n el.normalize();\n };\n /**\n * @private\n * @return {?}\n */\n SearchableDirective.prototype.getZoom = /**\n * @private\n * @return {?}\n */\n function () {\n return this.zoom / 100;\n };\n SearchableDirective.decorators = [\n { type: Directive, args: [{\n selector: '[gdSearchable]'\n },] }\n ];\n /** @nocollapse */\n SearchableDirective.ctorParameters = function () { return [\n { type: ElementRef },\n { type: SearchService },\n { type: HighlightSearchPipe },\n { type: ZoomService }\n ]; };\n return SearchableDirective;\n}());\nif (false) {\n /** @type {?} */\n SearchableDirective.prototype.text;\n /** @type {?} */\n SearchableDirective.prototype.current;\n /** @type {?} */\n SearchableDirective.prototype.total;\n /**\n * @type {?}\n * @private\n */\n SearchableDirective.prototype.zoom;\n /**\n * @type {?}\n * @private\n */\n SearchableDirective.prototype._elementRef;\n /**\n * @type {?}\n * @private\n */\n SearchableDirective.prototype._searchService;\n /**\n * @type {?}\n * @private\n */\n SearchableDirective.prototype._highlight;\n /**\n * @type {?}\n * @private\n */\n SearchableDirective.prototype._zoomService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar TabbedToolbarsComponent = /** @class */ (function () {\n function TabbedToolbarsComponent() {\n }\n /**\n * @return {?}\n */\n TabbedToolbarsComponent.prototype.ngOnInit = /**\n * @return {?}\n */\n function () {\n };\n TabbedToolbarsComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-tabbed-toolbars',\n template: \"
    \\n \\n \\n
    \\n\",\n styles: [\".top-panel{background:#3e4e5a;display:-webkit-box;display:flex;width:100%;height:90px}.top-panel ::ng-deep .logo{height:30px;font-size:16px}@media (max-width:1037px){.top-panel{height:60px}.top-panel ::ng-deep .logo{height:60px}}\"]\n }] }\n ];\n /** @nocollapse */\n TabbedToolbarsComponent.ctorParameters = function () { return []; };\n TabbedToolbarsComponent.propDecorators = {\n logo: [{ type: Input }],\n icon: [{ type: Input }]\n };\n return TabbedToolbarsComponent;\n}());\nif (false) {\n /** @type {?} */\n TabbedToolbarsComponent.prototype.logo;\n /** @type {?} */\n TabbedToolbarsComponent.prototype.icon;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar TabActivatorService = /** @class */ (function () {\n function TabActivatorService() {\n this._observer = new Subject();\n this._activeTabChange = this._observer.asObservable();\n }\n Object.defineProperty(TabActivatorService.prototype, \"activeTabChange\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._activeTabChange;\n },\n enumerable: true,\n configurable: true\n });\n /**\n * @param {?} tabId\n * @return {?}\n */\n TabActivatorService.prototype.changeActiveTab = /**\n * @param {?} tabId\n * @return {?}\n */\n function (tabId) {\n this._observer.next(tabId);\n };\n return TabActivatorService;\n}());\nif (false) {\n /**\n * @type {?}\n * @private\n */\n TabActivatorService.prototype._observer;\n /**\n * @type {?}\n * @private\n */\n TabActivatorService.prototype._activeTabChange;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar TabComponent = /** @class */ (function () {\n function TabComponent(_tabActivatorService) {\n var _this = this;\n this._tabActivatorService = _tabActivatorService;\n this.disabled = false;\n this.active = false;\n this.content = true;\n this._tabActivatorService.activeTabChange.subscribe((/**\n * @param {?} tabId\n * @return {?}\n */\n function (tabId) {\n _this.activation(tabId);\n }));\n }\n /**\n * @private\n * @param {?} tabId\n * @return {?}\n */\n TabComponent.prototype.activation = /**\n * @private\n * @param {?} tabId\n * @return {?}\n */\n function (tabId) {\n if (this.id === tabId) {\n this.active = true;\n }\n else {\n this.active = false;\n }\n };\n /**\n * @return {?}\n */\n TabComponent.prototype.ngOnInit = /**\n * @return {?}\n */\n function () {\n };\n /**\n * @return {?}\n */\n TabComponent.prototype.selectTab = /**\n * @return {?}\n */\n function () {\n if (this.disabled) {\n return;\n }\n this._tabActivatorService.changeActiveTab(this.id);\n };\n TabComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-tab',\n template: \"
    \\n
    {{tabTitle}}
    \\n \\n
    \\n
    \\n \\n
    \\n\",\n styles: [\".tab-content{height:60px;position:absolute;background-color:#fff;width:100%;left:0;line-height:60px;display:none;z-index:9}.tab-content ::ng-deep .toolbar-panel{height:60px}.tab-content.active{display:-webkit-box;display:flex}.gd-tab{text-align:center;font-size:11px;color:#e5e5e5;height:30px;line-height:30px;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.gd-tab .icon{display:none;font-size:14px;margin:auto 23px}.gd-tab .title{margin:auto 23px}.gd-tab.active{background-color:#fff;color:#3e4e5a;font-weight:700}@media (max-width:1037px){.gd-tab{height:60px;line-height:60px}.gd-tab .title{display:none}.gd-tab .icon{display:block}}\"]\n }] }\n ];\n /** @nocollapse */\n TabComponent.ctorParameters = function () { return [\n { type: TabActivatorService }\n ]; };\n TabComponent.propDecorators = {\n id: [{ type: Input }],\n tabTitle: [{ type: Input }],\n icon: [{ type: Input }],\n disabled: [{ type: Input }],\n active: [{ type: Input }],\n content: [{ type: Input }]\n };\n return TabComponent;\n}());\nif (false) {\n /** @type {?} */\n TabComponent.prototype.id;\n /** @type {?} */\n TabComponent.prototype.tabTitle;\n /** @type {?} */\n TabComponent.prototype.icon;\n /** @type {?} */\n TabComponent.prototype.disabled;\n /** @type {?} */\n TabComponent.prototype.active;\n /** @type {?} */\n TabComponent.prototype.content;\n /**\n * @type {?}\n * @private\n */\n TabComponent.prototype._tabActivatorService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar TabsComponent = /** @class */ (function () {\n function TabsComponent() {\n }\n TabsComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-tabs',\n template: \"
    \\n \\n
    \\n\",\n styles: [\".gd-tabs{display:-webkit-box;display:flex}\"]\n }] }\n ];\n /** @nocollapse */\n TabsComponent.ctorParameters = function () { return []; };\n return TabsComponent;\n}());\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar Formatting = /** @class */ (function () {\n function Formatting(fontSize, color, bgColor, bold, italic, underline, font, strikeout, align, list) {\n this.fontSize = fontSize;\n this.color = color;\n this.bgColor = bgColor;\n this.bold = bold;\n this.italic = italic;\n this.underline = underline;\n this.font = font;\n this.strikeout = strikeout;\n this.align = align;\n this.list = list;\n }\n /**\n * @return {?}\n */\n Formatting.default = /**\n * @return {?}\n */\n function () {\n return new Formatting(10, '#000000', '#FFFFFF', false, false, false, 'Arial', false, \"\", \"\");\n };\n return Formatting;\n}());\nif (false) {\n /** @type {?} */\n Formatting.prototype.bold;\n /** @type {?} */\n Formatting.prototype.italic;\n /** @type {?} */\n Formatting.prototype.underline;\n /** @type {?} */\n Formatting.prototype.fontSize;\n /** @type {?} */\n Formatting.prototype.color;\n /** @type {?} */\n Formatting.prototype.bgColor;\n /** @type {?} */\n Formatting.prototype.font;\n /** @type {?} */\n Formatting.prototype.strikeout;\n /** @type {?} */\n Formatting.prototype.align;\n /** @type {?} */\n Formatting.prototype.list;\n}\nvar FormattingService = /** @class */ (function () {\n function FormattingService() {\n this._observerBold = new Subject();\n this._formatBoldChange = this._observerBold.asObservable();\n this._observerUnderline = new Subject();\n this._formatUnderlineChange = this._observerUnderline.asObservable();\n this._observerUndo = new Subject();\n this._undo = this._observerUndo.asObservable();\n this._observerRedo = new Subject();\n this._redo = this._observerRedo.asObservable();\n this._observerItalic = new Subject();\n this._formatItalicChange = this._observerItalic.asObservable();\n this._observerColor = new Subject();\n this._formatColorChange = this._observerColor.asObservable();\n this._observerBgColor = new Subject();\n this._formatBgColorChange = this._observerBgColor.asObservable();\n this._observerFontSize = new Subject();\n this._formatFontSizeChange = this._observerFontSize.asObservable();\n this._observerFont = new Subject();\n this._formatFontChange = this._observerFont.asObservable();\n this._observerStrikeout = new Subject();\n this._formatStrikeoutChange = this._observerStrikeout.asObservable();\n this._observerAlign = new Subject();\n this._formatAlignChange = this._observerAlign.asObservable();\n this._observerList = new Subject();\n this._formatListChange = this._observerList.asObservable();\n }\n Object.defineProperty(FormattingService.prototype, \"formatBoldChange\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._formatBoldChange;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(FormattingService.prototype, \"formatUnderlineChange\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._formatUnderlineChange;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(FormattingService.prototype, \"formatColorChange\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._formatColorChange;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(FormattingService.prototype, \"formatBgColorChange\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._formatBgColorChange;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(FormattingService.prototype, \"formatFontSizeChange\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._formatFontSizeChange;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(FormattingService.prototype, \"formatFontChange\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._formatFontChange;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(FormattingService.prototype, \"undo\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._undo;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(FormattingService.prototype, \"redo\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._redo;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(FormattingService.prototype, \"formatItalicChange\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._formatItalicChange;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(FormattingService.prototype, \"formatStrikeoutChange\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._formatStrikeoutChange;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(FormattingService.prototype, \"formatAlignChange\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._formatAlignChange;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(FormattingService.prototype, \"formatListChange\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._formatListChange;\n },\n enumerable: true,\n configurable: true\n });\n /**\n * @param {?} val\n * @return {?}\n */\n FormattingService.createFontSizeOption = /**\n * @param {?} val\n * @return {?}\n */\n function (val) {\n return { value: val, name: val + 'px', separator: false };\n };\n /**\n * @return {?}\n */\n FormattingService.getFontSizeOptions = /**\n * @return {?}\n */\n function () {\n return [\n FormattingService.createFontSizeOption(8),\n FormattingService.createFontSizeOption(10),\n FormattingService.createFontSizeOption(12),\n FormattingService.createFontSizeOption(14),\n FormattingService.createFontSizeOption(16),\n FormattingService.createFontSizeOption(18),\n FormattingService.createFontSizeOption(20),\n FormattingService.createFontSizeOption(22),\n FormattingService.createFontSizeOption(24),\n ];\n };\n /**\n * @param {?} val\n * @return {?}\n */\n FormattingService.createFontOption = /**\n * @param {?} val\n * @return {?}\n */\n function (val) {\n return { value: val, name: val, separator: false };\n };\n /**\n * @return {?}\n */\n FormattingService.getFontOptions = /**\n * @return {?}\n */\n function () {\n var _this = this;\n /** @type {?} */\n var fonts = [\"Arial\", \"Calibri\", \"Century Gothic\", \"Comic Sans\", \"Consolas\", \"Courier\", \"Dejavu Sans\", \"Dejavu Serif\", \"Georgia\", \"Gill Sans\", \"Helvetica\", \"Impact\", \"Lucida Sans\",\n \"Myriad Pro\", \"Open Sans\", \"Palatino\", \"Tahoma\", \"Times New Roman\", \"Trebuchet\"];\n /** @type {?} */\n var fontOptions = [];\n fonts.forEach((/**\n * @param {?} font\n * @return {?}\n */\n function (font) {\n fontOptions.push(_this.createFontOption(font));\n }));\n return fontOptions;\n };\n /**\n * @param {?} $event\n * @return {?}\n */\n FormattingService.prototype.changeFormatFontSize = /**\n * @param {?} $event\n * @return {?}\n */\n function ($event) {\n this._observerFontSize.next($event);\n };\n /**\n * @param {?} bold\n * @return {?}\n */\n FormattingService.prototype.changeFormatBold = /**\n * @param {?} bold\n * @return {?}\n */\n function (bold) {\n this._observerBold.next(bold);\n };\n /**\n * @param {?} underline\n * @return {?}\n */\n FormattingService.prototype.changeFormatUnderline = /**\n * @param {?} underline\n * @return {?}\n */\n function (underline) {\n this._observerUnderline.next(underline);\n };\n /**\n * @return {?}\n */\n FormattingService.prototype.Undo = /**\n * @return {?}\n */\n function () {\n this._observerUndo.next();\n };\n /**\n * @return {?}\n */\n FormattingService.prototype.Redo = /**\n * @return {?}\n */\n function () {\n this._observerRedo.next();\n };\n /**\n * @param {?} italic\n * @return {?}\n */\n FormattingService.prototype.changeFormatItalic = /**\n * @param {?} italic\n * @return {?}\n */\n function (italic) {\n this._observerItalic.next(italic);\n };\n /**\n * @param {?} color\n * @return {?}\n */\n FormattingService.prototype.changeFormatColor = /**\n * @param {?} color\n * @return {?}\n */\n function (color) {\n this._observerColor.next(color);\n };\n /**\n * @param {?} bgcolor\n * @return {?}\n */\n FormattingService.prototype.changeFormatBgColor = /**\n * @param {?} bgcolor\n * @return {?}\n */\n function (bgcolor) {\n this._observerBgColor.next(bgcolor);\n };\n /**\n * @param {?} font\n * @return {?}\n */\n FormattingService.prototype.changeFormatFont = /**\n * @param {?} font\n * @return {?}\n */\n function (font) {\n this._observerFont.next(font);\n };\n /**\n * @param {?} strikeout\n * @return {?}\n */\n FormattingService.prototype.changeFormatStrikeout = /**\n * @param {?} strikeout\n * @return {?}\n */\n function (strikeout) {\n this._observerStrikeout.next(strikeout);\n };\n /**\n * @param {?} align\n * @return {?}\n */\n FormattingService.prototype.changeFormatAlign = /**\n * @param {?} align\n * @return {?}\n */\n function (align) {\n this._observerAlign.next(align);\n };\n /**\n * @param {?} list\n * @return {?}\n */\n FormattingService.prototype.changeFormatList = /**\n * @param {?} list\n * @return {?}\n */\n function (list) {\n this._observerList.next(list);\n };\n return FormattingService;\n}());\nif (false) {\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._observerBold;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._formatBoldChange;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._observerUnderline;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._formatUnderlineChange;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._observerUndo;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._undo;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._observerRedo;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._redo;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._observerItalic;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._formatItalicChange;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._observerColor;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._formatColorChange;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._observerBgColor;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._formatBgColorChange;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._observerFontSize;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._formatFontSizeChange;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._observerFont;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._formatFontChange;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._observerStrikeout;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._formatStrikeoutChange;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._observerAlign;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._formatAlignChange;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._observerList;\n /**\n * @type {?}\n * @private\n */\n FormattingService.prototype._formatListChange;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n/** @type {?} */\nvar DEFAULT_COLORS = [\n '#000000', '#434343', '#666666', '#999999', '#B7B7B7', '#CCCCCC', '#D9D9D9', '#EFEFEF', '#F3F3F3', '#FFFFFF',\n '#980000', '#FF0000', '#FF9900', '#FFFF00', '#00FF00', '#00FFFF', '#4986E8', '#0000FF', '#9900FF', '#FF00FF',\n '#E6B8AF', '#F4CCCC', '#FDE5CD', '#FFF2CC', '#D9EAD3', '#D0E0E2', '#C9DAF8', '#CFE2F3', '#D9D2E9', '#EAD1DC',\n '#DD7E6B', '#EA9899', '#F9CB9C', '#FFE59A', '#B7D7A8', '#A2C4C9', '#A4C2F4', '#9FC5E8', '#B4A7D7', '#D5A6BD',\n '#CC4125', '#E06666', '#F6B26B', '#FFD966', '#92C47D', '#75A5AF', '#6D9EEB', '#6FA9DB', '#8E7CC3', '#C27BA0',\n '#A61C00', '#CC0000', '#E69138', '#F2C131', '#6AA84F', '#45818E', '#3C78D8', '#3C85C6', '#674EA7', '#A64D79',\n '#85200B', '#990000', '#B45F05', '#BF9000', '#37761D', '#144F5C', '#1254CC', '#0A5394', '#351C75', '#741B47',\n '#5B0F00', '#660000', '#783F03', '#7F6000', '#284E13', '#0B343D', '#1B4586', '#063763', '#20124D', '#4C1030',\n];\nvar ColorPickerComponent = /** @class */ (function () {\n function ColorPickerComponent() {\n this.isOpen = false;\n this.selectedColor = new EventEmitter();\n this.closeOutside = new EventEmitter();\n this.colors = DEFAULT_COLORS;\n this.white = '#FFFFFF';\n }\n /**\n * @return {?}\n */\n ColorPickerComponent.prototype.ngOnInit = /**\n * @return {?}\n */\n function () {\n };\n /**\n * @param {?} $event\n * @param {?} color\n * @return {?}\n */\n ColorPickerComponent.prototype.select = /**\n * @param {?} $event\n * @param {?} color\n * @return {?}\n */\n function ($event, color) {\n $event.preventDefault();\n $event.stopPropagation();\n this.selectedColor.emit(color);\n };\n /**\n * @return {?}\n */\n ColorPickerComponent.prototype.close = /**\n * @return {?}\n */\n function () {\n this.isOpen = false;\n this.closeOutside.emit(true);\n };\n ColorPickerComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-color-picker',\n template: \"
    \\n
    \\n
    \\n
    \\n
    \\n\",\n styles: [\".bcPicker-picker{border:1px;border-radius:100%}.bcPicker-palette{width:250px;background-color:#fdfdfd;z-index:999;box-shadow:0 0 5px #efefef;display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-pack:center;justify-content:center}.bcPicker-palette>.bcPicker-color{width:18px;height:18px;margin:2px;cursor:pointer}\"]\n }] }\n ];\n /** @nocollapse */\n ColorPickerComponent.ctorParameters = function () { return []; };\n ColorPickerComponent.propDecorators = {\n isOpen: [{ type: Input }],\n selectedColor: [{ type: Output }],\n closeOutside: [{ type: Output }]\n };\n return ColorPickerComponent;\n}());\nif (false) {\n /** @type {?} */\n ColorPickerComponent.prototype.isOpen;\n /** @type {?} */\n ColorPickerComponent.prototype.selectedColor;\n /** @type {?} */\n ColorPickerComponent.prototype.closeOutside;\n /** @type {?} */\n ColorPickerComponent.prototype.colors;\n /** @type {?} */\n ColorPickerComponent.prototype.white;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar BackFormattingService = /** @class */ (function (_super) {\n __extends(BackFormattingService, _super);\n function BackFormattingService() {\n return _super.call(this) || this;\n }\n BackFormattingService.decorators = [\n { type: Injectable, args: [{\n providedIn: 'root'\n },] }\n ];\n /** @nocollapse */\n BackFormattingService.ctorParameters = function () { return []; };\n /** @nocollapse */ BackFormattingService.ngInjectableDef = ɵɵdefineInjectable({ factory: function BackFormattingService_Factory() { return new BackFormattingService(); }, token: BackFormattingService, providedIn: \"root\" });\n return BackFormattingService;\n}(FormattingService));\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar SelectionService = /** @class */ (function () {\n function SelectionService() {\n this.isIE = false || !!/(MSIE|Trident\\/|Edge\\/)/i.test(navigator.userAgent);\n }\n /**\n * @return {?}\n */\n SelectionService.prototype.restoreSelection = /**\n * @return {?}\n */\n function () {\n if (this.selection && !this.selection.collapsed || this.isIE) {\n this.putSelection(this.selection);\n }\n };\n /**\n * @return {?}\n */\n SelectionService.prototype.captureSelection = /**\n * @return {?}\n */\n function () {\n /** @type {?} */\n var selection = window.getSelection();\n if (selection.rangeCount > 0) {\n this.selection = selection.getRangeAt(0);\n }\n };\n /**\n * @private\n * @param {?} selection\n * @return {?}\n */\n SelectionService.prototype.putSelection = /**\n * @private\n * @param {?} selection\n * @return {?}\n */\n function (selection) {\n /** @type {?} */\n var sel = window.getSelection();\n sel.removeAllRanges();\n sel.addRange(selection.cloneRange());\n };\n /**\n * @return {?}\n */\n SelectionService.prototype.refreshSelection = /**\n * @return {?}\n */\n function () {\n this.captureSelection();\n this.restoreSelection();\n };\n SelectionService.decorators = [\n { type: Injectable, args: [{\n providedIn: 'root'\n },] }\n ];\n /** @nocollapse */ SelectionService.ngInjectableDef = ɵɵdefineInjectable({ factory: function SelectionService_Factory() { return new SelectionService(); }, token: SelectionService, providedIn: \"root\" });\n return SelectionService;\n}());\nif (false) {\n /** @type {?} */\n SelectionService.prototype.selection;\n /** @type {?} */\n SelectionService.prototype.isIE;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n/** @type {?} */\nvar $$6 = jquery;\nvar FormattingDirective = /** @class */ (function () {\n function FormattingDirective(_formattingService, _backFormattingService, _selectionService) {\n this._formattingService = _formattingService;\n this._backFormattingService = _backFormattingService;\n this._selectionService = _selectionService;\n this.bold = false;\n this.italic = false;\n this.underline = false;\n this.strikeout = false;\n this.isIE = false;\n this.isIE = /*@cc_on!@*/ false || !!/(MSIE|Trident\\/|Edge\\/)/i.test(navigator.userAgent);\n }\n /**\n * @return {?}\n */\n FormattingDirective.prototype.mouseup = /**\n * @return {?}\n */\n function () {\n this.bold = document.queryCommandState(\"bold\");\n this.strikeout = document.queryCommandState(\"strikeThrough\");\n this.italic = document.queryCommandState(\"italic\");\n this.bgColor = document.queryCommandValue(\"backColor\");\n this.underline = document.queryCommandState(\"underline\");\n this.align = this.checkJustify();\n this.list = this.checkList();\n //fix required by FireFox to get correct background color\n if (this.bgColor === \"transparent\") {\n this.bgColor = $$6(window.getSelection().focusNode.parentNode).css('background-color').toString();\n }\n this.font = document.queryCommandValue(\"FontName\").replace(/\"/g, '');\n if (this.font.split(\",\").length > 1) {\n this.font = this.font.split(\",\")[0];\n }\n this.color = document.queryCommandValue(\"foreColor\");\n this._backFormattingService.changeFormatBold(this.bold);\n this._backFormattingService.changeFormatUnderline(this.underline);\n this._backFormattingService.changeFormatItalic(this.italic);\n this._backFormattingService.changeFormatColor(this.color);\n this._backFormattingService.changeFormatBgColor(this.bgColor);\n this._backFormattingService.changeFormatFontSize(this.reportFontSize());\n this._backFormattingService.changeFormatFont(this.font);\n this._backFormattingService.changeFormatStrikeout(this.strikeout);\n this._backFormattingService.changeFormatAlign(this.align);\n this._backFormattingService.changeFormatList(this.list);\n };\n /**\n * @private\n * @return {?}\n */\n FormattingDirective.prototype.checkJustify = /**\n * @private\n * @return {?}\n */\n function () {\n /** @type {?} */\n var align = \"\";\n align = document.queryCommandState(\"justifyCenter\") ? \"center\" : align;\n align = document.queryCommandState(\"justifyFull\") ? \"full\" : align;\n align = document.queryCommandState(\"justifyLeft\") ? \"left\" : align;\n align = document.queryCommandState(\"justifyRight\") ? \"right\" : align;\n return align;\n };\n /**\n * @private\n * @return {?}\n */\n FormattingDirective.prototype.checkList = /**\n * @private\n * @return {?}\n */\n function () {\n /** @type {?} */\n var list = \"\";\n list = document.queryCommandState(\"insertUnorderedList\") ? \"unordered\" : list;\n list = document.queryCommandState(\"insertOrderedList\") ? \"ordered\" : list;\n return list;\n };\n /**\n * @return {?}\n */\n FormattingDirective.prototype.reportFontSize = /**\n * @return {?}\n */\n function () {\n /** @type {?} */\n var containerEl;\n /** @type {?} */\n var sel;\n if (window.getSelection) {\n sel = window.getSelection();\n if (sel.rangeCount) {\n containerEl = sel.getRangeAt(0).commonAncestorContainer;\n // Make sure we have an element rather than a text node\n if (containerEl.nodeType === 3) {\n containerEl = containerEl.parentNode;\n }\n }\n }\n else if ((sel = document.getSelection()) && sel.type !== \"Control\") {\n containerEl = sel.createRange().parentElement();\n }\n if (containerEl) {\n return parseInt(this.getComputedStyleProperty(containerEl, \"fontSize\").replace(\"px\", \"\"), 10);\n }\n };\n /**\n * @param {?} el\n * @param {?} propName\n * @return {?}\n */\n FormattingDirective.prototype.getComputedStyleProperty = /**\n * @param {?} el\n * @param {?} propName\n * @return {?}\n */\n function (el, propName) {\n if (window.getComputedStyle) {\n return window.getComputedStyle(el, null)[propName];\n }\n else if (el.currentStyle) {\n return el.currentStyle[propName];\n }\n };\n /**\n * @return {?}\n */\n FormattingDirective.prototype.ngOnInit = /**\n * @return {?}\n */\n function () {\n var _this = this;\n this._formattingService.undo.subscribe((/**\n * @return {?}\n */\n function () {\n _this.toggleUndo();\n }));\n this._formattingService.redo.subscribe((/**\n * @return {?}\n */\n function () {\n _this.toggleRedo();\n }));\n this._formattingService.formatBoldChange.subscribe((/**\n * @param {?} bold\n * @return {?}\n */\n function (bold) {\n _this.bold = bold;\n _this.toggleBold();\n }));\n this._formattingService.formatUnderlineChange.subscribe((/**\n * @param {?} underline\n * @return {?}\n */\n function (underline) {\n _this.underline = underline;\n _this.toggleUnderline();\n }));\n this._formattingService.formatItalicChange.subscribe((/**\n * @param {?} italic\n * @return {?}\n */\n function (italic) {\n _this.italic = italic;\n _this.toggleItalic();\n }));\n this._formattingService.formatColorChange.subscribe(((/**\n * @param {?} color\n * @return {?}\n */\n function (color) {\n _this.color = color;\n _this.setColor(color);\n })));\n this._formattingService.formatBgColorChange.subscribe(((/**\n * @param {?} bgcolor\n * @return {?}\n */\n function (bgcolor) {\n _this.bgColor = bgcolor;\n _this.setBgColor(bgcolor);\n })));\n this._formattingService.formatFontSizeChange.subscribe(((/**\n * @param {?} fontSize\n * @return {?}\n */\n function (fontSize) {\n _this.setFontSize(fontSize);\n })));\n this._formattingService.formatFontChange.subscribe(((/**\n * @param {?} font\n * @return {?}\n */\n function (font) {\n _this.font = font;\n _this.setFont(font);\n })));\n this._formattingService.formatStrikeoutChange.subscribe((/**\n * @param {?} strikeout\n * @return {?}\n */\n function (strikeout) {\n _this.strikeout = strikeout;\n _this.toggleStrikeout();\n }));\n this._formattingService.formatAlignChange.subscribe((/**\n * @param {?} align\n * @return {?}\n */\n function (align) {\n _this.align = align;\n _this.toggleAlign(_this.align);\n }));\n this._formattingService.formatListChange.subscribe((/**\n * @param {?} list\n * @return {?}\n */\n function (list) {\n /** @type {?} */\n var remove = _this.list === list;\n _this.list = list;\n _this.toggleList(_this.list, remove);\n }));\n };\n /**\n * @private\n * @return {?}\n */\n FormattingDirective.prototype.toggleBold = /**\n * @private\n * @return {?}\n */\n function () {\n document.execCommand(\"bold\");\n this._selectionService.refreshSelection();\n };\n /**\n * @private\n * @return {?}\n */\n FormattingDirective.prototype.toggleUnderline = /**\n * @private\n * @return {?}\n */\n function () {\n document.execCommand(\"underline\");\n this._selectionService.refreshSelection();\n };\n /**\n * @private\n * @return {?}\n */\n FormattingDirective.prototype.toggleItalic = /**\n * @private\n * @return {?}\n */\n function () {\n document.execCommand(\"italic\");\n this._selectionService.refreshSelection();\n };\n /**\n * @private\n * @param {?} bgColor\n * @return {?}\n */\n FormattingDirective.prototype.setBgColor = /**\n * @private\n * @param {?} bgColor\n * @return {?}\n */\n function (bgColor) {\n document.execCommand(\"backColor\", false, bgColor);\n this._selectionService.refreshSelection();\n };\n /**\n * @private\n * @param {?} color\n * @return {?}\n */\n FormattingDirective.prototype.setColor = /**\n * @private\n * @param {?} color\n * @return {?}\n */\n function (color) {\n document.execCommand(\"foreColor\", false, color);\n this._selectionService.refreshSelection();\n };\n /**\n * @private\n * @param {?} fontSize\n * @return {?}\n */\n FormattingDirective.prototype.setFontSize = /**\n * @private\n * @param {?} fontSize\n * @return {?}\n */\n function (fontSize) {\n if (document.getSelection().toString()) {\n /** @type {?} */\n var spanString = \"\" +\n document.getSelection() + \"\";\n if (this.bold) {\n spanString = \"\" + spanString + \"\";\n }\n if (this.italic) {\n spanString = \"\" + spanString + \"\";\n }\n if (this.underline) {\n spanString = \"\" + spanString + \"\";\n }\n if (this.strikeout) {\n spanString = \"\" + spanString + \"\";\n }\n document.execCommand('insertHTML', false, spanString);\n }\n else {\n document.execCommand(\"fontsize\", false, \"7\");\n }\n this._selectionService.refreshSelection();\n };\n /**\n * @private\n * @return {?}\n */\n FormattingDirective.prototype.toggleUndo = /**\n * @private\n * @return {?}\n */\n function () {\n document.execCommand(\"undo\");\n };\n /**\n * @private\n * @return {?}\n */\n FormattingDirective.prototype.toggleRedo = /**\n * @private\n * @return {?}\n */\n function () {\n document.execCommand(\"redo\");\n };\n /**\n * @private\n * @param {?} font\n * @return {?}\n */\n FormattingDirective.prototype.setFont = /**\n * @private\n * @param {?} font\n * @return {?}\n */\n function (font) {\n document.execCommand(\"fontName\", false, font);\n this._selectionService.refreshSelection();\n };\n /**\n * @private\n * @return {?}\n */\n FormattingDirective.prototype.toggleStrikeout = /**\n * @private\n * @return {?}\n */\n function () {\n document.execCommand(\"strikeThrough\");\n this._selectionService.refreshSelection();\n };\n /**\n * @private\n * @param {?} align\n * @return {?}\n */\n FormattingDirective.prototype.toggleAlign = /**\n * @private\n * @param {?} align\n * @return {?}\n */\n function (align) {\n if (this.isIE) {\n this.toggleAlignIE(align);\n return;\n }\n document.execCommand(\"styleWithCSS\", false, 'true');\n switch (align) {\n case 'center':\n document.execCommand('justifyCenter');\n break;\n case 'full':\n document.execCommand('justifyFull');\n break;\n case 'left':\n document.execCommand('justifyLeft');\n break;\n case 'right':\n document.execCommand('justifyRight');\n break;\n }\n this._selectionService.refreshSelection();\n };\n /**\n * @private\n * @param {?} align\n * @return {?}\n */\n FormattingDirective.prototype.toggleAlignIE = /**\n * @private\n * @param {?} align\n * @return {?}\n */\n function (align) {\n this._selectionService.restoreSelection();\n this._selectionService.captureSelection();\n /** @type {?} */\n var selection = window.getSelection().focusNode.parentNode.parentNode;\n if (align === \"full\") {\n align = \"justify\";\n }\n $$6(selection).css(\"text-align\", align);\n this._selectionService.refreshSelection();\n };\n /**\n * @private\n * @param {?} list\n * @param {?} remove\n * @return {?}\n */\n FormattingDirective.prototype.toggleList = /**\n * @private\n * @param {?} list\n * @param {?} remove\n * @return {?}\n */\n function (list, remove) {\n switch (list) {\n case 'unordered':\n document.execCommand('insertUnorderedList', remove);\n break;\n case 'ordered':\n document.execCommand('insertOrderedList', remove);\n break;\n }\n this._selectionService.refreshSelection();\n };\n FormattingDirective.decorators = [\n { type: Directive, args: [{\n selector: '[gdFormatting]'\n },] }\n ];\n /** @nocollapse */\n FormattingDirective.ctorParameters = function () { return [\n { type: FormattingService },\n { type: BackFormattingService },\n { type: SelectionService }\n ]; };\n FormattingDirective.propDecorators = {\n mouseup: [{ type: HostListener, args: ['mouseup',] }]\n };\n return FormattingDirective;\n}());\nif (false) {\n /**\n * @type {?}\n * @private\n */\n FormattingDirective.prototype.bold;\n /**\n * @type {?}\n * @private\n */\n FormattingDirective.prototype.italic;\n /**\n * @type {?}\n * @private\n */\n FormattingDirective.prototype.underline;\n /**\n * @type {?}\n * @private\n */\n FormattingDirective.prototype.color;\n /**\n * @type {?}\n * @private\n */\n FormattingDirective.prototype.bgColor;\n /**\n * @type {?}\n * @private\n */\n FormattingDirective.prototype.font;\n /**\n * @type {?}\n * @private\n */\n FormattingDirective.prototype.strikeout;\n /**\n * @type {?}\n * @private\n */\n FormattingDirective.prototype.align;\n /**\n * @type {?}\n * @private\n */\n FormattingDirective.prototype.list;\n /**\n * @type {?}\n * @private\n */\n FormattingDirective.prototype.isIE;\n /**\n * @type {?}\n * @private\n */\n FormattingDirective.prototype._formattingService;\n /**\n * @type {?}\n * @private\n */\n FormattingDirective.prototype._backFormattingService;\n /**\n * @type {?}\n * @private\n */\n FormattingDirective.prototype._selectionService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar SuccessModalComponent = /** @class */ (function () {\n function SuccessModalComponent() {\n }\n /**\n * @return {?}\n */\n SuccessModalComponent.prototype.ngOnInit = /**\n * @return {?}\n */\n function () {\n };\n SuccessModalComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-success-modal',\n template: \"\\n
    \\n
    \\n \\n \\n
    \\n
    \\n
    \\n
    \\n
    \\n\",\n styles: [\".check_mark{margin:47px auto}.sa-icon{width:80px;height:80px;border:4px solid gray;border-radius:50%;padding:0;position:relative;box-sizing:content-box}#gd-modal-success{display:-webkit-box;display:flex;overflow:hidden;width:469px;height:183px}.sa-icon.sa-success{border-color:#4caf50;-webkit-transform:scale(1.18);transform:scale(1.18)}.sa-icon.sa-success::after,.sa-icon.sa-success::before{content:'';position:absolute;width:60px;height:120px;background:#fff}.sa-icon.sa-success::before{border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;transform-origin:60px 60px}.sa-icon.sa-success::after{border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 60px;transform-origin:0 60px}.sa-icon.sa-success .sa-placeholder{width:80px;height:80px;border:4px solid rgba(76,175,80,.5);border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}.sa-icon.sa-success .sa-fix{width:5px;height:90px;background-color:#fff;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sa-icon.sa-success.animate::after{-webkit-animation:4.25s ease-in rotatePlaceholder;animation:4.25s ease-in rotatePlaceholder}.animateSuccessTip{-webkit-animation:.75s animateSuccessTip;animation:.75s animateSuccessTip}.animateSuccessLong{-webkit-animation:.75s animateSuccessLong;animation:.75s animateSuccessLong}@-webkit-keyframes animateSuccessLong{0%,65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@-webkit-keyframes animateSuccessTip{0%,54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@keyframes animateSuccessTip{0%,54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@keyframes animateSuccessLong{0%,65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}.sa-icon.sa-success .sa-line{height:5px;background-color:#4caf50;display:block;border-radius:2px;position:absolute;z-index:2}.sa-icon.sa-success .sa-line.sa-tip{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sa-icon.sa-success .sa-line.sa-long{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}@-webkit-keyframes rotatePlaceholder{0%,5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}100%,12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}}@keyframes rotatePlaceholder{0%,5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}100%,12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}}@media (max-width:1037px){#gd-modal-success{left:50%;top:50%;position:relative;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}\"]\n }] }\n ];\n /** @nocollapse */\n SuccessModalComponent.ctorParameters = function () { return []; };\n return SuccessModalComponent;\n}());\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar EditHtmlService = /** @class */ (function () {\n function EditHtmlService() {\n this._observer = new Subject();\n this._htmlContent = this._observer.asObservable();\n }\n Object.defineProperty(EditHtmlService.prototype, \"observer\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._observer;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(EditHtmlService.prototype, \"htmlContent\", {\n get: /**\n * @return {?}\n */\n function () {\n return this._htmlContent;\n },\n enumerable: true,\n configurable: true\n });\n EditHtmlService.decorators = [\n { type: Injectable, args: [{\n providedIn: 'root'\n },] }\n ];\n /** @nocollapse */\n EditHtmlService.ctorParameters = function () { return []; };\n /** @nocollapse */ EditHtmlService.ngInjectableDef = ɵɵdefineInjectable({ factory: function EditHtmlService_Factory() { return new EditHtmlService(); }, token: EditHtmlService, providedIn: \"root\" });\n return EditHtmlService;\n}());\nif (false) {\n /**\n * @type {?}\n * @private\n */\n EditHtmlService.prototype._observer;\n /**\n * @type {?}\n * @private\n */\n EditHtmlService.prototype._htmlContent;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar EditorDirective = /** @class */ (function () {\n function EditorDirective(_selectionService, _htmlService) {\n this._selectionService = _selectionService;\n this._htmlService = _htmlService;\n this.isIE = false || !!/(MSIE|Trident\\/|Edge\\/)/i.test(navigator.userAgent);\n }\n /**\n * @param {?} event\n * @return {?}\n */\n EditorDirective.prototype.onInput = /**\n * @param {?} event\n * @return {?}\n */\n function (event) {\n this.text = event.target;\n if (this.isIE) {\n if (this.text.innerHTML) {\n /** @type {?} */\n var html = this.text.innerHTML.toString();\n this._htmlService.observer.next(html);\n }\n }\n };\n /**\n * @param {?} event\n * @return {?}\n */\n EditorDirective.prototype.onMouseleave = /**\n * @param {?} event\n * @return {?}\n */\n function (event) {\n this._selectionService.captureSelection();\n // this code is required to fix IE11 issue - it doesn't trigger blur event, since that we need to save updated HTML here\n if (this.isIE) {\n this._htmlService.observer.next(event.target.innerHTML.toString());\n }\n };\n /**\n * @param {?} event\n * @return {?}\n */\n EditorDirective.prototype.onBlur = /**\n * @param {?} event\n * @return {?}\n */\n function (event) {\n event.preventDefault();\n this._selectionService.restoreSelection();\n if (this.text.innerHTML) {\n /** @type {?} */\n var html = this.text.innerHTML.toString();\n this._htmlService.observer.next(html);\n }\n else {\n this._htmlService.observer.next(event.target.innerHTML.toString());\n }\n };\n EditorDirective.decorators = [\n { type: Directive, args: [{\n selector: '[gdEditor]'\n },] }\n ];\n /** @nocollapse */\n EditorDirective.ctorParameters = function () { return [\n { type: SelectionService },\n { type: EditHtmlService }\n ]; };\n EditorDirective.propDecorators = {\n text: [{ type: Input }],\n onInput: [{ type: HostListener, args: ['keyup', ['$event'],] }],\n onMouseleave: [{ type: HostListener, args: ['mouseleave', ['$event'],] }],\n onBlur: [{ type: HostListener, args: ['blur', ['$event'],] }]\n };\n return EditorDirective;\n}());\nif (false) {\n /** @type {?} */\n EditorDirective.prototype.text;\n /**\n * @type {?}\n * @private\n */\n EditorDirective.prototype.isIE;\n /**\n * @type {?}\n * @private\n */\n EditorDirective.prototype._selectionService;\n /**\n * @type {?}\n * @private\n */\n EditorDirective.prototype._htmlService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar LoadingMaskService = /** @class */ (function () {\n function LoadingMaskService() {\n this.onLoadingChanged = new EventEmitter();\n this.stopList = [];\n this.requests = [];\n this.stopList.push(Api.SAVE_TEXT);\n this.stopList.push(Api.SAVE_OPTICAL_CODE);\n }\n /**\n * @param {?} req\n * @return {?}\n */\n LoadingMaskService.prototype.onRequestStart = /**\n * @param {?} req\n * @return {?}\n */\n function (req) {\n /** @type {?} */\n var stop = this.stopList.find((/**\n * @param {?} x\n * @return {?}\n */\n function (x) { return req.url.includes(x); }));\n if (!stop) {\n this.requests.push(req);\n this.notify();\n }\n };\n /**\n * @param {?} req\n * @return {?}\n */\n LoadingMaskService.prototype.onRequestFinish = /**\n * @param {?} req\n * @return {?}\n */\n function (req) {\n /** @type {?} */\n var index = this.requests.indexOf(req);\n if (index !== -1) {\n this.requests.splice(index, 1);\n }\n this.notify();\n };\n /**\n * @private\n * @return {?}\n */\n LoadingMaskService.prototype.notify = /**\n * @private\n * @return {?}\n */\n function () {\n this.onLoadingChanged.emit(this.requests.length !== 0);\n };\n LoadingMaskService.decorators = [\n { type: Injectable }\n ];\n /** @nocollapse */\n LoadingMaskService.ctorParameters = function () { return []; };\n return LoadingMaskService;\n}());\nif (false) {\n /** @type {?} */\n LoadingMaskService.prototype.onLoadingChanged;\n /**\n * @type {?}\n * @private\n */\n LoadingMaskService.prototype.stopList;\n /**\n * @type {?}\n * @private\n */\n LoadingMaskService.prototype.requests;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar LoadingMaskComponent = /** @class */ (function () {\n function LoadingMaskComponent(_loadingMaskService) {\n this._loadingMaskService = _loadingMaskService;\n this.loadingMask = false;\n }\n /**\n * @return {?}\n */\n LoadingMaskComponent.prototype.ngOnInit = /**\n * @return {?}\n */\n function () {\n };\n /**\n * @return {?}\n */\n LoadingMaskComponent.prototype.ngAfterViewInit = /**\n * @return {?}\n */\n function () {\n var _this = this;\n this._loadingMaskService\n .onLoadingChanged\n .subscribe((/**\n * @param {?} loading\n * @return {?}\n */\n function (loading) { return _this.loadingMask = loading; }));\n };\n LoadingMaskComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-loading-mask',\n template: \"
    \\n
    \\n  Loading... Please wait.\\n
    \\n
    \\n\",\n styles: [\".loading-wrapper{background:rgba(0,0,0,.5);width:100%;height:100%;font-size:14px;color:#fff;position:fixed;top:0;left:0;z-index:99999}.loading-message{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}\"]\n }] }\n ];\n /** @nocollapse */\n LoadingMaskComponent.ctorParameters = function () { return [\n { type: LoadingMaskService }\n ]; };\n LoadingMaskComponent.propDecorators = {\n loadingMask: [{ type: Input }]\n };\n return LoadingMaskComponent;\n}());\nif (false) {\n /** @type {?} */\n LoadingMaskComponent.prototype.loadingMask;\n /**\n * @type {?}\n * @private\n */\n LoadingMaskComponent.prototype._loadingMaskService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar LoadingMaskInterceptorService = /** @class */ (function () {\n function LoadingMaskInterceptorService(_loadingMaskService) {\n this._loadingMaskService = _loadingMaskService;\n }\n /**\n * @param {?} req\n * @param {?} next\n * @return {?}\n */\n LoadingMaskInterceptorService.prototype.intercept = /**\n * @param {?} req\n * @param {?} next\n * @return {?}\n */\n function (req, next) {\n var _this = this;\n this._loadingMaskService.onRequestStart(req);\n /** @type {?} */\n var callback = (/**\n * @return {?}\n */\n function () { return _this._loadingMaskService.onRequestFinish(req); });\n return next.handle(req).pipe(finalize(callback));\n };\n LoadingMaskInterceptorService.decorators = [\n { type: Injectable, args: [{\n providedIn: 'root'\n },] }\n ];\n /** @nocollapse */\n LoadingMaskInterceptorService.ctorParameters = function () { return [\n { type: LoadingMaskService }\n ]; };\n /** @nocollapse */ LoadingMaskInterceptorService.ngInjectableDef = ɵɵdefineInjectable({ factory: function LoadingMaskInterceptorService_Factory() { return new LoadingMaskInterceptorService(ɵɵinject(LoadingMaskService)); }, token: LoadingMaskInterceptorService, providedIn: \"root\" });\n return LoadingMaskInterceptorService;\n}());\nif (false) {\n /**\n * @type {?}\n * @private\n */\n LoadingMaskInterceptorService.prototype._loadingMaskService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n/** @type {?} */\nvar horizontalAlignment = {\n center: {\n right: 'auto'\n },\n left: {\n right: '100%'\n },\n right: {\n right: '-100%'\n }\n};\n/** @type {?} */\nvar verticalAlignment = {\n center: {\n top: '0px',\n },\n top: {\n top: '-100%',\n right: '100%'\n },\n bottom: {\n top: 'autos'\n }\n};\n/**\n * DropDownToggleComponent\n */\nvar DropDownToggleComponent = /** @class */ (function () {\n function DropDownToggleComponent(dropdown) {\n var _this = this;\n this.dropdown = dropdown;\n this.click = (/**\n * @param {?} event\n * @return {?}\n */\n function (event) { return _this.dropdown.toggle(event); });\n }\n DropDownToggleComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-drop-down-toggle',\n template: '',\n encapsulation: ViewEncapsulation.None,\n styles: [\".drop-down{position:relative}.show .drop-down-items{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;position:absolute;z-index:1000;min-width:100%;max-height:300px;padding:0;background-color:#fff;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box;overflow-y:auto;overflow-x:hidden}.show .drop-down-items .drop-down-item,.show .drop-down-items gd-drop-down-item{color:#959da5;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between;cursor:pointer;font-size:10px;line-height:28px;min-height:28px;width:100%}.show .drop-down-items .drop-down-item fa-icon svg,.show .drop-down-items gd-drop-down-item fa-icon svg{margin:0 10px;color:#959da5}.show .drop-down-items .drop-down-item .text,.show .drop-down-items gd-drop-down-item .text{width:100%;margin-right:10px}.show .drop-down-items .drop-down-item:hover,.show .drop-down-items gd-drop-down-item:hover{background-color:#25c2d4}.show .drop-down-items .drop-down-item:hover *,.show .drop-down-items gd-drop-down-item:hover *{color:#fff}.drop-down-items{display:none}\"]\n }] }\n ];\n /** @nocollapse */\n DropDownToggleComponent.ctorParameters = function () { return [\n { type: undefined, decorators: [{ type: Inject, args: [forwardRef((/**\n * @return {?}\n */\n function () { return DropDownComponent; })),] }] }\n ]; };\n DropDownToggleComponent.propDecorators = {\n click: [{ type: HostListener, args: ['click', ['$event'],] }]\n };\n return DropDownToggleComponent;\n}());\nif (false) {\n /** @type {?} */\n DropDownToggleComponent.prototype.click;\n /** @type {?} */\n DropDownToggleComponent.prototype.dropdown;\n}\n/**\n * DropDownItemsComponent\n */\nvar DropDownItemsComponent = /** @class */ (function () {\n function DropDownItemsComponent(dropdown) {\n this.dropdown = dropdown;\n }\n Object.defineProperty(DropDownItemsComponent.prototype, \"horizontalAlign\", {\n get: /**\n * @return {?}\n */\n function () {\n return horizontalAlignment[this.dropdown.getPlacement().h].right;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(DropDownItemsComponent.prototype, \"verticalAlign\", {\n get: /**\n * @return {?}\n */\n function () {\n return verticalAlignment[this.dropdown.getPlacement().v].top;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(DropDownItemsComponent.prototype, \"isOpen\", {\n get: /**\n * @return {?}\n */\n function () {\n return this.dropdown.open;\n },\n enumerable: true,\n configurable: true\n });\n /**\n * @param {?} event\n * @return {?}\n */\n DropDownItemsComponent.prototype.onClickOutside = /**\n * @param {?} event\n * @return {?}\n */\n function (event) {\n this.dropdown.close();\n };\n DropDownItemsComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-drop-down-items',\n template: '
    ',\n encapsulation: ViewEncapsulation.None,\n styles: [\".drop-down{position:relative}.show .drop-down-items{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;position:absolute;z-index:1000;min-width:100%;max-height:300px;padding:0;background-color:#fff;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box;overflow-y:auto;overflow-x:hidden}.show .drop-down-items .drop-down-item,.show .drop-down-items gd-drop-down-item{color:#959da5;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between;cursor:pointer;font-size:10px;line-height:28px;min-height:28px;width:100%}.show .drop-down-items .drop-down-item fa-icon svg,.show .drop-down-items gd-drop-down-item fa-icon svg{margin:0 10px;color:#959da5}.show .drop-down-items .drop-down-item .text,.show .drop-down-items gd-drop-down-item .text{width:100%;margin-right:10px}.show .drop-down-items .drop-down-item:hover,.show .drop-down-items gd-drop-down-item:hover{background-color:#25c2d4}.show .drop-down-items .drop-down-item:hover *,.show .drop-down-items gd-drop-down-item:hover *{color:#fff}.drop-down-items{display:none}\"]\n }] }\n ];\n /** @nocollapse */\n DropDownItemsComponent.ctorParameters = function () { return [\n { type: undefined, decorators: [{ type: Inject, args: [forwardRef((/**\n * @return {?}\n */\n function () { return DropDownComponent; })),] }] }\n ]; };\n return DropDownItemsComponent;\n}());\nif (false) {\n /** @type {?} */\n DropDownItemsComponent.prototype.dropdown;\n}\n/**\n * DropDownItemComponent\n */\nvar DropDownItemComponent = /** @class */ (function () {\n function DropDownItemComponent(dropdown) {\n var _this = this;\n this.dropdown = dropdown;\n this.class = 'drop-down-item';\n this.selected = new EventEmitter();\n this.click = (/**\n * @return {?}\n */\n function () { return _this.selectEntry(); });\n }\n /**\n * @return {?}\n */\n DropDownItemComponent.prototype.selectEntry = /**\n * @return {?}\n */\n function () {\n this.selected.next();\n this.dropdown.close();\n };\n DropDownItemComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-drop-down-item',\n template: '
    ',\n styles: [\".drop-down{position:relative}.show .drop-down-items{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;position:absolute;z-index:1000;min-width:100%;max-height:300px;padding:0;background-color:#fff;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box;overflow-y:auto;overflow-x:hidden}.show .drop-down-items .drop-down-item,.show .drop-down-items gd-drop-down-item{color:#959da5;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between;cursor:pointer;font-size:10px;line-height:28px;min-height:28px;width:100%}.show .drop-down-items .drop-down-item fa-icon svg,.show .drop-down-items gd-drop-down-item fa-icon svg{margin:0 10px;color:#959da5}.show .drop-down-items .drop-down-item .text,.show .drop-down-items gd-drop-down-item .text{width:100%;margin-right:10px}.show .drop-down-items .drop-down-item:hover,.show .drop-down-items gd-drop-down-item:hover{background-color:#25c2d4}.show .drop-down-items .drop-down-item:hover *,.show .drop-down-items gd-drop-down-item:hover *{color:#fff}.drop-down-items{display:none}\"]\n }] }\n ];\n /** @nocollapse */\n DropDownItemComponent.ctorParameters = function () { return [\n { type: undefined, decorators: [{ type: Inject, args: [forwardRef((/**\n * @return {?}\n */\n function () { return DropDownComponent; })),] }] }\n ]; };\n DropDownItemComponent.propDecorators = {\n class: [{ type: HostBinding, args: ['class',] }],\n selected: [{ type: Output }],\n click: [{ type: HostListener, args: ['click',] }]\n };\n return DropDownItemComponent;\n}());\nif (false) {\n /** @type {?} */\n DropDownItemComponent.prototype.class;\n /** @type {?} */\n DropDownItemComponent.prototype.selected;\n /** @type {?} */\n DropDownItemComponent.prototype.click;\n /** @type {?} */\n DropDownItemComponent.prototype.dropdown;\n}\n/**\n * DropDownComponent\n */\nvar DropDownComponent = /** @class */ (function () {\n function DropDownComponent() {\n this.placement = {\n h: \"center\",\n v: \"bottom\"\n };\n this.open = false;\n this.class = 'drop-down';\n }\n /**\n * @return {?}\n */\n DropDownComponent.prototype.close = /**\n * @return {?}\n */\n function () {\n this.open = false;\n };\n /**\n * @param {?} event\n * @return {?}\n */\n DropDownComponent.prototype.toggle = /**\n * @param {?} event\n * @return {?}\n */\n function (event) {\n event.stopPropagation();\n this.open = !this.open;\n document.body.click();\n };\n /**\n * @return {?}\n */\n DropDownComponent.prototype.getPlacement = /**\n * @return {?}\n */\n function () {\n return this.placement;\n };\n DropDownComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-drop-down',\n template: '
    ',\n encapsulation: ViewEncapsulation.None,\n styles: [\".drop-down{position:relative}.show .drop-down-items{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;position:absolute;z-index:1000;min-width:100%;max-height:300px;padding:0;background-color:#fff;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box;overflow-y:auto;overflow-x:hidden}.show .drop-down-items .drop-down-item,.show .drop-down-items gd-drop-down-item{color:#959da5;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between;cursor:pointer;font-size:10px;line-height:28px;min-height:28px;width:100%}.show .drop-down-items .drop-down-item fa-icon svg,.show .drop-down-items gd-drop-down-item fa-icon svg{margin:0 10px;color:#959da5}.show .drop-down-items .drop-down-item .text,.show .drop-down-items gd-drop-down-item .text{width:100%;margin-right:10px}.show .drop-down-items .drop-down-item:hover,.show .drop-down-items gd-drop-down-item:hover{background-color:#25c2d4}.show .drop-down-items .drop-down-item:hover *,.show .drop-down-items gd-drop-down-item:hover *{color:#fff}.drop-down-items{display:none}\"]\n }] }\n ];\n DropDownComponent.propDecorators = {\n placement: [{ type: Input }],\n open: [{ type: Input }, { type: HostBinding, args: ['class.show',] }],\n class: [{ type: HostBinding, args: ['class',] }]\n };\n return DropDownComponent;\n}());\nif (false) {\n /** @type {?} */\n DropDownComponent.prototype.placement;\n /** @type {?} */\n DropDownComponent.prototype.open;\n /** @type {?} */\n DropDownComponent.prototype.class;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar LeftSideBarComponent = /** @class */ (function () {\n function LeftSideBarComponent() {\n this.showSpinner = false;\n }\n /**\n * @return {?}\n */\n LeftSideBarComponent.prototype.ngOnInit = /**\n * @return {?}\n */\n function () {\n };\n LeftSideBarComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-left-side-bar',\n template: \"
    \\n
    \\n
     Loading...\\n
    \\n
    \\n \\n
    \\n\",\n styles: [\".left-panel{border-radius:0;float:left}.gd-left-bar-fade{margin:auto;overflow:hidden;-webkit-overflow-scrolling:touch;-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;width:100%;height:100%;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;position:fixed;z-index:1000}@media (max-width:1037px){.gd-left-bar-fade{top:100px;right:0}.gd-left-bar-spinner{top:20%}}\"]\n }] }\n ];\n /** @nocollapse */\n LeftSideBarComponent.ctorParameters = function () { return []; };\n LeftSideBarComponent.propDecorators = {\n showSpinner: [{ type: Input }]\n };\n return LeftSideBarComponent;\n}());\nif (false) {\n /** @type {?} */\n LeftSideBarComponent.prototype.showSpinner;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar TooltipDirective = /** @class */ (function () {\n function TooltipDirective() {\n this.showToolTip = new EventEmitter();\n }\n /**\n * @return {?}\n */\n TooltipDirective.prototype.onHovering = /**\n * @return {?}\n */\n function () {\n this.showToolTip.emit(true);\n };\n /**\n * @return {?}\n */\n TooltipDirective.prototype.onUnhovering = /**\n * @return {?}\n */\n function () {\n this.showToolTip.emit(false);\n };\n TooltipDirective.decorators = [\n { type: Directive, args: [{\n selector: '[gdTooltip]'\n },] }\n ];\n /** @nocollapse */\n TooltipDirective.ctorParameters = function () { return []; };\n TooltipDirective.propDecorators = {\n showToolTip: [{ type: Output }],\n onHovering: [{ type: HostListener, args: ['mouseenter',] }],\n onUnhovering: [{ type: HostListener, args: ['mouseleave',] }]\n };\n return TooltipDirective;\n}());\nif (false) {\n /** @type {?} */\n TooltipDirective.prototype.showToolTip;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar AddDynamicComponentService = /** @class */ (function () {\n function AddDynamicComponentService(_factoryResolver, _appRef) {\n this._factoryResolver = _factoryResolver;\n this._appRef = _appRef;\n }\n /**\n * @param {?} viewContainerRef\n * @param {?} component\n * @return {?}\n */\n AddDynamicComponentService.prototype.addDynamicComponent = /**\n * @param {?} viewContainerRef\n * @param {?} component\n * @return {?}\n */\n function (viewContainerRef, component) {\n var _this = this;\n /** @type {?} */\n var factory = this._factoryResolver.resolveComponentFactory(component);\n /** @type {?} */\n var componentRef = viewContainerRef.createComponent(factory);\n componentRef.onDestroy((/**\n * @return {?}\n */\n function () {\n _this._appRef.detachView(componentRef.hostView);\n }));\n return componentRef;\n };\n AddDynamicComponentService.decorators = [\n { type: Injectable, args: [{\n providedIn: 'root'\n },] }\n ];\n /** @nocollapse */\n AddDynamicComponentService.ctorParameters = function () { return [\n { type: ComponentFactoryResolver },\n { type: ApplicationRef }\n ]; };\n /** @nocollapse */ AddDynamicComponentService.ngInjectableDef = ɵɵdefineInjectable({ factory: function AddDynamicComponentService_Factory() { return new AddDynamicComponentService(ɵɵinject(ComponentFactoryResolver), ɵɵinject(ApplicationRef)); }, token: AddDynamicComponentService, providedIn: \"root\" });\n return AddDynamicComponentService;\n}());\nif (false) {\n /**\n * @type {?}\n * @private\n */\n AddDynamicComponentService.prototype._factoryResolver;\n /**\n * @type {?}\n * @private\n */\n AddDynamicComponentService.prototype._appRef;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar HostingDynamicComponentService = /** @class */ (function () {\n function HostingDynamicComponentService() {\n this.hosts = [];\n }\n /**\n * @param {?} host\n * @return {?}\n */\n HostingDynamicComponentService.prototype.add = /**\n * @param {?} host\n * @return {?}\n */\n function (host) {\n this.hosts = this.hosts.filter((/**\n * @param {?} h\n * @return {?}\n */\n function (h) {\n return h.ident !== host.ident;\n }));\n this.hosts.push(host);\n };\n /**\n * @param {?} host\n * @return {?}\n */\n HostingDynamicComponentService.prototype.remove = /**\n * @param {?} host\n * @return {?}\n */\n function (host) {\n this.hosts = this.hosts.filter((/**\n * @param {?} h\n * @return {?}\n */\n function (h) {\n return h.ident !== host.ident;\n }));\n };\n /**\n * @param {?} ident\n * @return {?}\n */\n HostingDynamicComponentService.prototype.find = /**\n * @param {?} ident\n * @return {?}\n */\n function (ident) {\n return this.hosts.find((/**\n * @param {?} h\n * @return {?}\n */\n function (h) {\n return h.ident === ident;\n }));\n };\n return HostingDynamicComponentService;\n}());\nif (false) {\n /**\n * @type {?}\n * @private\n */\n HostingDynamicComponentService.prototype.hosts;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar HostDynamicDirective = /** @class */ (function () {\n function HostDynamicDirective(viewContainerRef, _hostingService) {\n this.viewContainerRef = viewContainerRef;\n this._hostingService = _hostingService;\n }\n /**\n * @return {?}\n */\n HostDynamicDirective.prototype.ngAfterViewInit = /**\n * @return {?}\n */\n function () {\n this._hostingService.add(this);\n };\n /**\n * @return {?}\n */\n HostDynamicDirective.prototype.ngOnDestroy = /**\n * @return {?}\n */\n function () {\n this._hostingService.remove(this);\n this.viewContainerRef.clear();\n };\n HostDynamicDirective.decorators = [\n { type: Directive, args: [{\n selector: '[gdHostDynamic]'\n },] }\n ];\n /** @nocollapse */\n HostDynamicDirective.ctorParameters = function () { return [\n { type: ViewContainerRef },\n { type: HostingDynamicComponentService }\n ]; };\n HostDynamicDirective.propDecorators = {\n ident: [{ type: Input }]\n };\n return HostDynamicDirective;\n}());\nif (false) {\n /** @type {?} */\n HostDynamicDirective.prototype.ident;\n /** @type {?} */\n HostDynamicDirective.prototype.viewContainerRef;\n /**\n * @type {?}\n * @private\n */\n HostDynamicDirective.prototype._hostingService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n/** @type {?} */\nvar $$7 = jquery;\nvar ResizingComponent = /** @class */ (function () {\n function ResizingComponent() {\n this.se = false;\n this.ne = false;\n this.sw = false;\n this.nw = false;\n this.SE = 'se';\n this.NE = 'ne';\n this.SW = 'sw';\n this.NW = 'nw';\n this.offsetX = new EventEmitter();\n this.offsetY = new EventEmitter();\n this.offsetTop = new EventEmitter();\n this.offsetLeft = new EventEmitter();\n this.release = new EventEmitter();\n this.grab = false;\n }\n /**\n * @return {?}\n */\n ResizingComponent.prototype.ngAfterViewInit = /**\n * @return {?}\n */\n function () {\n var _this = this;\n /** @type {?} */\n var elSE = $$7(this.getElementId(this.SE));\n /** @type {?} */\n var elNW = $$7(this.getElementId(this.NW));\n if (this.init && elSE && elNW && elSE.offset() && elNW.offset()) {\n /** @type {?} */\n var width_1 = elSE.offset().left - elNW.offset().left;\n /** @type {?} */\n var height_1 = elSE.offset().top - elNW.offset().top;\n while (width_1 >= this.pageWidth || height_1 >= this.pageHeight) {\n width_1 = width_1 / 2;\n height_1 = height_1 / 2;\n }\n setTimeout((/**\n * @return {?}\n */\n function () {\n _this.offsetX.emit(width_1);\n _this.offsetY.emit(height_1);\n }), 100);\n }\n };\n /**\n * @return {?}\n */\n ResizingComponent.prototype.ngOnInit = /**\n * @return {?}\n */\n function () {\n };\n /**\n * @param {?} $event\n * @return {?}\n */\n ResizingComponent.prototype.catchUp = /**\n * @param {?} $event\n * @return {?}\n */\n function ($event) {\n // ff\n $event.preventDefault();\n if ($event.dataTransfer) { // ff\n $event.dataTransfer.setData('text', 'foo');\n }\n this.grab = true;\n this.oldPosition = Utils.getMousePosition($event);\n };\n /**\n * @param {?} $event\n * @param {?} el\n * @return {?}\n */\n ResizingComponent.prototype.resize = /**\n * @param {?} $event\n * @param {?} el\n * @return {?}\n */\n function ($event, el) {\n if (!this.grab) {\n return;\n }\n /** @type {?} */\n var position = Utils.getMousePosition($event);\n if (position.x === 0 && position.y === 0) {\n return;\n }\n /** @type {?} */\n var notSW = this.NE === el || this.NW === el;\n /** @type {?} */\n var notNE = this.SW === el || this.NW === el;\n this.setOffsets(position, notNE, notSW);\n if (notSW) {\n this.offsetTop.emit(position.y - this.oldPosition.y);\n }\n if (notNE) {\n this.offsetLeft.emit(position.x - this.oldPosition.x);\n }\n this.oldPosition = position;\n };\n /**\n * @private\n * @param {?} position\n * @param {?} x\n * @param {?} y\n * @return {?}\n */\n ResizingComponent.prototype.setOffsets = /**\n * @private\n * @param {?} position\n * @param {?} x\n * @param {?} y\n * @return {?}\n */\n function (position, x, y) {\n /** @type {?} */\n var offsetX = x ? this.oldPosition.x - position.x : position.x - this.oldPosition.x;\n /** @type {?} */\n var offsetY = y ? this.oldPosition.y - position.y : position.y - this.oldPosition.y;\n this.offsetX.emit(offsetX);\n this.offsetY.emit(offsetY);\n };\n /**\n * @param {?} $event\n * @param {?} el\n * @return {?}\n */\n ResizingComponent.prototype.end = /**\n * @param {?} $event\n * @param {?} el\n * @return {?}\n */\n function ($event, el) {\n // ff\n this.resize($event, el);\n this.release.emit(true);\n this.grab = false;\n };\n /**\n * @param {?} $event\n * @return {?}\n */\n ResizingComponent.prototype.start = /**\n * @param {?} $event\n * @return {?}\n */\n function ($event) {\n this.drop($event);\n };\n /**\n * @param {?} $event\n * @return {?}\n */\n ResizingComponent.prototype.drop = /**\n * @param {?} $event\n * @return {?}\n */\n function ($event) {\n $event.stopPropagation();\n $event.preventDefault();\n };\n /**\n * @private\n * @param {?} el\n * @return {?}\n */\n ResizingComponent.prototype.getElementId = /**\n * @private\n * @param {?} el\n * @return {?}\n */\n function (el) {\n return \"#\" + el + \"-\" + this.id;\n };\n ResizingComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-resizing',\n template: \"
    \\n\\n
    \\n\\n
    \\n\\n
    \\n\",\n styles: [\".ui-resizable-handle{background-color:#679ffa;width:8px;height:8px;border-radius:100%;position:absolute;font-size:.1px;display:block}.se-resize{bottom:-5px;right:-5px;cursor:se-resize}.ne-resize{top:-5px;right:-5px;cursor:ne-resize}.sw-resize{bottom:-5px;left:-5px;cursor:sw-resize}.nw-resize{top:-5px;left:-5px;cursor:nw-resize}\"]\n }] }\n ];\n /** @nocollapse */\n ResizingComponent.ctorParameters = function () { return []; };\n ResizingComponent.propDecorators = {\n init: [{ type: Input }],\n id: [{ type: Input }],\n se: [{ type: Input }],\n ne: [{ type: Input }],\n sw: [{ type: Input }],\n nw: [{ type: Input }],\n pageWidth: [{ type: Input }],\n pageHeight: [{ type: Input }],\n offsetX: [{ type: Output }],\n offsetY: [{ type: Output }],\n offsetTop: [{ type: Output }],\n offsetLeft: [{ type: Output }],\n release: [{ type: Output }]\n };\n return ResizingComponent;\n}());\nif (false) {\n /** @type {?} */\n ResizingComponent.prototype.init;\n /** @type {?} */\n ResizingComponent.prototype.id;\n /** @type {?} */\n ResizingComponent.prototype.se;\n /** @type {?} */\n ResizingComponent.prototype.ne;\n /** @type {?} */\n ResizingComponent.prototype.sw;\n /** @type {?} */\n ResizingComponent.prototype.nw;\n /** @type {?} */\n ResizingComponent.prototype.pageWidth;\n /** @type {?} */\n ResizingComponent.prototype.pageHeight;\n /** @type {?} */\n ResizingComponent.prototype.SE;\n /** @type {?} */\n ResizingComponent.prototype.NE;\n /** @type {?} */\n ResizingComponent.prototype.SW;\n /** @type {?} */\n ResizingComponent.prototype.NW;\n /** @type {?} */\n ResizingComponent.prototype.offsetX;\n /** @type {?} */\n ResizingComponent.prototype.offsetY;\n /** @type {?} */\n ResizingComponent.prototype.offsetTop;\n /** @type {?} */\n ResizingComponent.prototype.offsetLeft;\n /** @type {?} */\n ResizingComponent.prototype.release;\n /**\n * @type {?}\n * @private\n */\n ResizingComponent.prototype.grab;\n /**\n * @type {?}\n * @private\n */\n ResizingComponent.prototype.oldPosition;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar TopTabActivatorService = /** @class */ (function (_super) {\n __extends(TopTabActivatorService, _super);\n function TopTabActivatorService() {\n return _super.call(this) || this;\n }\n return TopTabActivatorService;\n}(TabActivatorService));\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar TopTabComponent = /** @class */ (function () {\n function TopTabComponent(_tabActivatorService, _modalService, _excMessageService) {\n var _this = this;\n this._tabActivatorService = _tabActivatorService;\n this._modalService = _modalService;\n this._excMessageService = _excMessageService;\n this.disabled = false;\n this.activeTab = new EventEmitter();\n this.active = false;\n this.showToolTip = false;\n this._tabActivatorService.activeTabChange.subscribe((/**\n * @param {?} tabId\n * @return {?}\n */\n function (tabId) {\n _this.activation(tabId);\n if (tabId === null) {\n _this.activeTab.emit(\"\");\n }\n }));\n }\n /**\n * @private\n * @param {?} tabId\n * @return {?}\n */\n TopTabComponent.prototype.activation = /**\n * @private\n * @param {?} tabId\n * @return {?}\n */\n function (tabId) {\n if (this.id === tabId) {\n this.active = !this.active;\n if (this.active) {\n this.activeTab.emit(this.id);\n }\n else {\n this.activeTab.emit(\"\");\n }\n }\n else {\n this.active = false;\n }\n };\n /**\n * @return {?}\n */\n TopTabComponent.prototype.ngOnInit = /**\n * @return {?}\n */\n function () {\n };\n /**\n * @return {?}\n */\n TopTabComponent.prototype.toggleTab = /**\n * @return {?}\n */\n function () {\n if (this.disabled) {\n this._modalService.open(CommonModals.ErrorMessage);\n this._excMessageService.changeMessage(\"Please open document first\");\n return;\n }\n this._tabActivatorService.changeActiveTab(this.id);\n };\n TopTabComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-top-tab',\n template: \"
    \\n \\n \\n
    \\n\",\n styles: [\".gd-tab{font-size:14px;color:#3e4e5a;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;min-width:36px;height:36px;text-align:center;position:relative;white-space:nowrap;padding:0!important;margin:0 10px}.gd-tab.active{background-color:#acacac;color:#fff!important;font-weight:700}.gd-tab.disabled{cursor:not-allowed;opacity:.4}.gd-tab ::ng-deep .tooltip{font-size:12px;margin:20px -57px}.gd-tab .title{margin:auto 23px}@media (max-width:1037px){.gd-tab{font-size:20px}}\"]\n }] }\n ];\n /** @nocollapse */\n TopTabComponent.ctorParameters = function () { return [\n { type: TopTabActivatorService },\n { type: ModalService },\n { type: ExceptionMessageService }\n ]; };\n TopTabComponent.propDecorators = {\n id: [{ type: Input }],\n icon: [{ type: Input }],\n disabled: [{ type: Input }],\n tooltip: [{ type: Input }],\n activeTab: [{ type: Output }]\n };\n return TopTabComponent;\n}());\nif (false) {\n /** @type {?} */\n TopTabComponent.prototype.id;\n /** @type {?} */\n TopTabComponent.prototype.icon;\n /** @type {?} */\n TopTabComponent.prototype.disabled;\n /** @type {?} */\n TopTabComponent.prototype.tooltip;\n /** @type {?} */\n TopTabComponent.prototype.activeTab;\n /** @type {?} */\n TopTabComponent.prototype.active;\n /** @type {?} */\n TopTabComponent.prototype.showToolTip;\n /**\n * @type {?}\n * @private\n */\n TopTabComponent.prototype._tabActivatorService;\n /**\n * @type {?}\n * @private\n */\n TopTabComponent.prototype._modalService;\n /**\n * @type {?}\n * @private\n */\n TopTabComponent.prototype._excMessageService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n/** @type {?} */\nvar $$8 = jquery;\nvar TextMenuComponent = /** @class */ (function () {\n function TextMenuComponent(_onCloseService) {\n var _this = this;\n this._onCloseService = _onCloseService;\n this.decoration = true;\n this.outFontSize = new EventEmitter();\n this.outFont = new EventEmitter();\n this.outBold = new EventEmitter();\n this.outItalic = new EventEmitter();\n this.outUnderline = new EventEmitter();\n this.outColor = new EventEmitter();\n this.fontSizeOptions = FormattingService.getFontSizeOptions();\n this.fontOptions = FormattingService.getFontOptions();\n this.colorPickerShow = false;\n _onCloseService.onClose.subscribe((/**\n * @return {?}\n */\n function () {\n _this.colorPickerShow = false;\n }));\n }\n /**\n * @return {?}\n */\n TextMenuComponent.prototype.ngOnInit = /**\n * @return {?}\n */\n function () {\n };\n /**\n * @param {?} $event\n * @return {?}\n */\n TextMenuComponent.prototype.selectFontSize = /**\n * @param {?} $event\n * @return {?}\n */\n function ($event) {\n $$8(\".gd-wrapper\").off(\"keyup\");\n this.outFontSize.emit($event.value);\n $$8(\".gd-wrapper\").on(\"keyup\", (/**\n * @return {?}\n */\n function () {\n /** @type {?} */\n var fontElements = document.getElementsByTagName(\"font\");\n for (var i = 0, len = fontElements.length; i < len; ++i) {\n if (fontElements[i].getAttribute('size') === \"7\") {\n fontElements[i].removeAttribute(\"size\");\n fontElements[i].style.fontSize = $event + \"px\";\n }\n }\n }));\n };\n /**\n * @param {?} $event\n * @return {?}\n */\n TextMenuComponent.prototype.selectFont = /**\n * @param {?} $event\n * @return {?}\n */\n function ($event) {\n event.preventDefault();\n event.stopPropagation();\n this.outFont.emit($event.value);\n };\n /**\n * @param {?} $event\n * @return {?}\n */\n TextMenuComponent.prototype.toggleColorPicker = /**\n * @param {?} $event\n * @return {?}\n */\n function ($event) {\n $event.preventDefault();\n $event.stopPropagation();\n this.colorPickerShow = !this.colorPickerShow;\n };\n /**\n * @param {?} $event\n * @return {?}\n */\n TextMenuComponent.prototype.selectColor = /**\n * @param {?} $event\n * @return {?}\n */\n function ($event) {\n this.colorPickerShow = false;\n this.outColor.emit($event);\n };\n /**\n * @param {?} event\n * @return {?}\n */\n TextMenuComponent.prototype.toggleBold = /**\n * @param {?} event\n * @return {?}\n */\n function (event) {\n event.preventDefault();\n event.stopPropagation();\n this.outBold.emit(!this.bold);\n };\n /**\n * @param {?} event\n * @return {?}\n */\n TextMenuComponent.prototype.toggleItalic = /**\n * @param {?} event\n * @return {?}\n */\n function (event) {\n event.preventDefault();\n event.stopPropagation();\n this.outItalic.emit(!this.italic);\n };\n /**\n * @param {?} event\n * @return {?}\n */\n TextMenuComponent.prototype.toggleUnderline = /**\n * @param {?} event\n * @return {?}\n */\n function (event) {\n event.preventDefault();\n event.stopPropagation();\n this.outUnderline.emit(!this.underline);\n };\n /**\n * @param {?} $event\n * @return {?}\n */\n TextMenuComponent.prototype.closePicker = /**\n * @param {?} $event\n * @return {?}\n */\n function ($event) {\n this.colorPickerShow = !$event;\n };\n TextMenuComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-text-menu',\n template: \"
    \\n \\n \\n \\n \\n \\n \\n
    \\n
    \\n \\n \\n
    \\n\",\n styles: [\"::ng-deep .active{background-color:#e7e7e7}.gd-text-menu{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.gd-text-menu .format-select{height:37px;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;max-width:80px;margin:0 3px}.gd-text-menu .first-component{margin-left:8px}.gd-text-menu ::ng-deep .dropdown-menu{top:40px!important;height:120px;overflow-y:auto}.gd-text-menu ::ng-deep .icon-button{margin:0!important}.bg-color-pic{border-radius:100%;border:1px solid #ccc;position:absolute;height:8px;width:8px;right:6px;bottom:6px}.palette{position:relative;top:40px;left:-55px;z-index:100}@media (max-width:1037px){.gd-text-menu{position:fixed;bottom:0;left:0;right:0;width:100%;height:60px;-webkit-box-align:center;align-items:center;padding:0;margin:0;background-color:#fff;border-top:2px solid #707070}.gd-text-menu ::ng-deep .selected-value{white-space:normal!important;word-wrap:break-word}.gd-text-menu .icon{color:#fff;margin:0 9px}.gd-text-menu ::ng-deep .bcPicker-palette{left:-200px;top:-200px}.gd-text-menu .palette{top:unset;bottom:40px;left:unset;right:5px}.gd-text-menu ::ng-deep .dropdown-menu{bottom:40px;top:unset!important}.gd-text-menu ::ng-deep .button{margin:3px!important}}\"]\n }] }\n ];\n /** @nocollapse */\n TextMenuComponent.ctorParameters = function () { return [\n { type: OnCloseService }\n ]; };\n TextMenuComponent.propDecorators = {\n blur: [{ type: Input }],\n fontSize: [{ type: Input }],\n font: [{ type: Input }],\n bold: [{ type: Input }],\n italic: [{ type: Input }],\n underline: [{ type: Input }],\n color: [{ type: Input }],\n decoration: [{ type: Input }],\n outFontSize: [{ type: Output }],\n outFont: [{ type: Output }],\n outBold: [{ type: Output }],\n outItalic: [{ type: Output }],\n outUnderline: [{ type: Output }],\n outColor: [{ type: Output }]\n };\n return TextMenuComponent;\n}());\nif (false) {\n /** @type {?} */\n TextMenuComponent.prototype.blur;\n /** @type {?} */\n TextMenuComponent.prototype.fontSize;\n /** @type {?} */\n TextMenuComponent.prototype.font;\n /** @type {?} */\n TextMenuComponent.prototype.bold;\n /** @type {?} */\n TextMenuComponent.prototype.italic;\n /** @type {?} */\n TextMenuComponent.prototype.underline;\n /** @type {?} */\n TextMenuComponent.prototype.color;\n /** @type {?} */\n TextMenuComponent.prototype.decoration;\n /** @type {?} */\n TextMenuComponent.prototype.outFontSize;\n /** @type {?} */\n TextMenuComponent.prototype.outFont;\n /** @type {?} */\n TextMenuComponent.prototype.outBold;\n /** @type {?} */\n TextMenuComponent.prototype.outItalic;\n /** @type {?} */\n TextMenuComponent.prototype.outUnderline;\n /** @type {?} */\n TextMenuComponent.prototype.outColor;\n /** @type {?} */\n TextMenuComponent.prototype.fontSizeOptions;\n /** @type {?} */\n TextMenuComponent.prototype.fontOptions;\n /** @type {?} */\n TextMenuComponent.prototype.colorPickerShow;\n /**\n * @type {?}\n * @private\n */\n TextMenuComponent.prototype._onCloseService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\nvar MenuType = /** @class */ (function () {\n function MenuType() {\n }\n MenuType.FOR_SIGNATURE = \"signature\";\n MenuType.FOR_ANNOTATION = \"annotation\";\n return MenuType;\n}());\nif (false) {\n /** @type {?} */\n MenuType.FOR_SIGNATURE;\n /** @type {?} */\n MenuType.FOR_ANNOTATION;\n}\nvar ContextMenuComponent = /** @class */ (function () {\n function ContextMenuComponent(_windowService) {\n var _this = this;\n this._windowService = _windowService;\n this.formatting = Formatting.default();\n this.lock = false;\n this.translation = 0;\n this.changeFormatting = new EventEmitter();\n this.removeItem = new EventEmitter();\n this.copySign = new EventEmitter();\n this.lockOut = new EventEmitter();\n this.comment = new EventEmitter();\n this.isMobile = _windowService.isMobile();\n _windowService.onResize.subscribe((/**\n * @param {?} w\n * @return {?}\n */\n function (w) {\n _this.isMobile = _windowService.isMobile();\n }));\n }\n /**\n * @return {?}\n */\n ContextMenuComponent.prototype.ngOnInit = /**\n * @return {?}\n */\n function () {\n };\n /**\n * @return {?}\n */\n ContextMenuComponent.prototype.saveChanges = /**\n * @return {?}\n */\n function () {\n this.changeFormatting.emit(this.formatting);\n };\n /**\n * @param {?} $event\n * @return {?}\n */\n ContextMenuComponent.prototype.selectFontSize = /**\n * @param {?} $event\n * @return {?}\n */\n function ($event) {\n this.formatting.fontSize = $event;\n this.saveChanges();\n };\n /**\n * @param {?} $event\n * @return {?}\n */\n ContextMenuComponent.prototype.selectFont = /**\n * @param {?} $event\n * @return {?}\n */\n function ($event) {\n this.formatting.font = $event;\n this.saveChanges();\n };\n /**\n * @param {?} $event\n * @return {?}\n */\n ContextMenuComponent.prototype.selectColor = /**\n * @param {?} $event\n * @return {?}\n */\n function ($event) {\n this.formatting.color = $event;\n this.saveChanges();\n };\n /**\n * @param {?} $event\n * @return {?}\n */\n ContextMenuComponent.prototype.toggleBold = /**\n * @param {?} $event\n * @return {?}\n */\n function ($event) {\n this.formatting.bold = $event;\n this.saveChanges();\n };\n /**\n * @param {?} $event\n * @return {?}\n */\n ContextMenuComponent.prototype.toggleItalic = /**\n * @param {?} $event\n * @return {?}\n */\n function ($event) {\n this.formatting.italic = $event;\n this.saveChanges();\n };\n /**\n * @param {?} $event\n * @return {?}\n */\n ContextMenuComponent.prototype.toggleUnderline = /**\n * @param {?} $event\n * @return {?}\n */\n function ($event) {\n this.formatting.underline = $event;\n this.saveChanges();\n };\n /**\n * @return {?}\n */\n ContextMenuComponent.prototype.deleteItem = /**\n * @return {?}\n */\n function () {\n this.removeItem.emit(true);\n };\n /**\n * @return {?}\n */\n ContextMenuComponent.prototype.toggleLock = /**\n * @return {?}\n */\n function () {\n this.lock = !this.lock;\n this.lockOut.emit(this.lock);\n };\n /**\n * @return {?}\n */\n ContextMenuComponent.prototype.onCopySign = /**\n * @return {?}\n */\n function () {\n this.copySign.emit(true);\n };\n /**\n * @return {?}\n */\n ContextMenuComponent.prototype.isSignature = /**\n * @return {?}\n */\n function () {\n return this.menuType === MenuType.FOR_SIGNATURE;\n };\n /**\n * @return {?}\n */\n ContextMenuComponent.prototype.isAnnotation = /**\n * @return {?}\n */\n function () {\n return this.menuType === MenuType.FOR_ANNOTATION;\n };\n /**\n * @return {?}\n */\n ContextMenuComponent.prototype.addComment = /**\n * @return {?}\n */\n function () {\n this.comment.emit(true);\n };\n ContextMenuComponent.decorators = [\n { type: Component, args: [{\n selector: 'gd-context-menu',\n template: \"
    10 ? 'gd-context-menu-top' : 'gd-context-menu-bottom'\\\">\\n \\n \\n \\n \\n \\n \\n
    \\n\",\n styles: [\".gd-context-menu-top{top:-44px}.gd-context-menu-bottom{bottom:-40px}.gd-context-menu{box-shadow:rgba(0,0,0,.52) 0 0 5px;background-color:#fff;position:absolute;left:0;right:0;margin:auto;cursor:default;width:max-content;width:-moz-max-content;width:-webkit-max-content;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;z-index:999}.gd-context-menu .arrows{cursor:move}.gd-context-menu ::ng-deep .active{background-color:#e7e7e7}.gd-context-menu ::ng-deep .icon-button{margin:0!important}@media (max-width:1037px){.gd-context-menu-top{top:-34px}}\"]\n }] }\n ];\n /** @nocollapse */\n ContextMenuComponent.ctorParameters = function () { return [\n { type: WindowService }\n ]; };\n ContextMenuComponent.propDecorators = {\n formatting: [{ type: Input }],\n textMenu: [{ type: Input }],\n topPosition: [{ type: Input }],\n lock: [{ type: Input }],\n translation: [{ type: Input }],\n menuType: [{ type: Input }],\n changeFormatting: [{ type: Output }],\n removeItem: [{ type: Output }],\n copySign: [{ type: Output }],\n lockOut: [{ type: Output }],\n comment: [{ type: Output }]\n };\n return ContextMenuComponent;\n}());\nif (false) {\n /** @type {?} */\n ContextMenuComponent.prototype.formatting;\n /** @type {?} */\n ContextMenuComponent.prototype.textMenu;\n /** @type {?} */\n ContextMenuComponent.prototype.topPosition;\n /** @type {?} */\n ContextMenuComponent.prototype.lock;\n /** @type {?} */\n ContextMenuComponent.prototype.translation;\n /** @type {?} */\n ContextMenuComponent.prototype.menuType;\n /** @type {?} */\n ContextMenuComponent.prototype.changeFormatting;\n /** @type {?} */\n ContextMenuComponent.prototype.removeItem;\n /** @type {?} */\n ContextMenuComponent.prototype.copySign;\n /** @type {?} */\n ContextMenuComponent.prototype.lockOut;\n /** @type {?} */\n ContextMenuComponent.prototype.comment;\n /** @type {?} */\n ContextMenuComponent.prototype.isMobile;\n /**\n * @type {?}\n * @private\n */\n ContextMenuComponent.prototype._windowService;\n}\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n/** @type {?} */\nvar providers = [ConfigService,\n Api,\n ModalService,\n FileService,\n FileModel,\n FileUtil,\n Utils,\n SanitizeHtmlPipe,\n SanitizeResourceHtmlPipe,\n SanitizeStylePipe,\n HighlightSearchPipe,\n UploadFilesService,\n RenderPrintService,\n NavigateService,\n PagePreloadService,\n ZoomService,\n ExceptionMessageService,\n PasswordService,\n ErrorInterceptorService,\n SearchService,\n WindowService,\n ViewportService,\n FormattingService,\n BackFormattingService,\n OnCloseService,\n LoadingMaskInterceptorService,\n LoadingMaskService,\n TabActivatorService,\n AddDynamicComponentService,\n HostingDynamicComponentService,\n TopTabActivatorService];\nvar CommonComponentsModule = /** @class */ (function () {\n function CommonComponentsModule() {\n library.add(fas, far);\n }\n CommonComponentsModule.decorators = [\n { type: NgModule, args: [{\n imports: [CommonModule, FontAwesomeModule, ClickOutsideModule],\n declarations: [\n TopToolbarComponent,\n SidePanelComponent,\n ButtonComponent,\n LogoComponent,\n TooltipComponent,\n ModalComponent,\n BrowseFilesModalComponent,\n DocumentComponent,\n PageComponent,\n SanitizeHtmlPipe,\n SanitizeResourceHtmlPipe,\n SanitizeStylePipe,\n HighlightSearchPipe,\n UploadFileZoneComponent,\n DndDirective,\n ScrollableDirective,\n ZoomDirective,\n SelectComponent,\n DisabledCursorDirective,\n RotationDirective,\n InitStateComponent,\n RenderPrintDirective,\n ErrorModalComponent,\n PasswordRequiredComponent,\n SearchComponent,\n SearchableDirective,\n TabbedToolbarsComponent,\n TabComponent,\n TabsComponent,\n ColorPickerComponent,\n FormattingDirective,\n SuccessModalComponent,\n EditorDirective,\n LoadingMaskComponent,\n DropDownComponent,\n DropDownItemComponent,\n DropDownItemsComponent,\n DropDownToggleComponent,\n LeftSideBarComponent,\n TooltipDirective,\n HostDynamicDirective,\n ResizingComponent,\n TopTabComponent,\n TextMenuComponent,\n ContextMenuComponent\n ],\n exports: [\n TopToolbarComponent,\n SidePanelComponent,\n ButtonComponent,\n LogoComponent,\n TooltipComponent,\n ModalComponent,\n BrowseFilesModalComponent,\n DocumentComponent,\n PageComponent,\n SanitizeResourceHtmlPipe,\n SanitizeStylePipe,\n HighlightSearchPipe,\n SanitizeHtmlPipe,\n UploadFileZoneComponent,\n ScrollableDirective,\n SelectComponent,\n RotationDirective,\n InitStateComponent,\n RenderPrintDirective,\n ErrorModalComponent,\n PasswordRequiredComponent,\n SearchComponent,\n SearchableDirective,\n TabbedToolbarsComponent,\n TabComponent,\n TabsComponent,\n ColorPickerComponent,\n FormattingDirective,\n SuccessModalComponent,\n LoadingMaskComponent,\n DndDirective,\n DropDownComponent,\n DropDownItemComponent,\n DropDownItemsComponent,\n DropDownToggleComponent,\n ZoomDirective,\n DropDownToggleComponent,\n LeftSideBarComponent,\n TooltipDirective,\n HostDynamicDirective,\n ResizingComponent,\n TopTabComponent,\n TextMenuComponent,\n ContextMenuComponent\n ],\n providers: providers\n },] }\n ];\n /** @nocollapse */\n CommonComponentsModule.ctorParameters = function () { return []; };\n return CommonComponentsModule;\n}());\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n\n/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\n */\n\nexport { AddDynamicComponentService, Api, BackFormattingService, BrowseFilesModalComponent, ButtonComponent, ColorPickerComponent, CommonComponentsModule, CommonModals, ConfigService, ContextMenuComponent, DisabledCursorDirective, DndDirective, DocumentComponent, DropDownComponent, DropDownItemComponent, DropDownItemsComponent, DropDownToggleComponent, EditHtmlService, EditorDirective, ErrorInterceptorService, ErrorModalComponent, ExceptionMessageService, FileCredentials, FileDescription, FileModel, FileService, FileUtil, Formatting, FormattingDirective, FormattingService, HighlightSearchPipe, HostDynamicDirective, HostingDynamicComponentService, HttpError, InitStateComponent, LeftSideBarComponent, LoadingMaskComponent, LoadingMaskInterceptorService, LoadingMaskService, LogoComponent, MenuType, ModalComponent, ModalService, NavigateService, OnCloseService, PageComponent, PageModel, PagePreloadService, PasswordRequiredComponent, PasswordService, RenderPrintDirective, RenderPrintService, RotatedPage, RotationDirective, SanitizeHtmlPipe, SanitizeResourceHtmlPipe, SanitizeStylePipe, SaveFile, ScrollableDirective, SearchComponent, SearchService, SearchableDirective, SelectComponent, SelectionService, SidePanelComponent, SuccessModalComponent, TabActivatorService, TabComponent, TabbedToolbarsComponent, TextMenuComponent, TooltipComponent, TopTabActivatorService, TopToolbarComponent, UploadFileZoneComponent, UploadFilesService, Utils, ViewportService, WindowService, ZoomDirective, ZoomService, TabsComponent as ɵa, TooltipDirective as ɵb, ResizingComponent as ɵc, TopTabComponent as ɵd };\n//# sourceMappingURL=groupdocs.examples.angular-common-components.js.map\n","export * from './lib/annotation.module';\nexport * from './lib/annotation-app.component';\nexport * from './lib/active-annotation.service'\nexport * from './lib/annotation.service'\nexport * from './lib/annotation-config.service'\nexport * from './lib/comment-annotation.service'\nexport * from './lib/remove-annotation.service'\n","import {Observable, Subject} from \"rxjs\";\n\nexport class ActiveAnnotationService {\n private _observer: Subject = new Subject();\n private readonly _activeChange: Observable = this._observer.asObservable();\n\n constructor() {\n }\n\n get activeChange(): Observable {\n return this._activeChange;\n }\n\n changeActive(annId: number) {\n this._observer.next(annId);\n }\n}\n\n","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n::ng-deep .page {\\n position: relative;\\n}\\n::ng-deep .gd-page-image {\\n width: unset;\\n height: unset;\\n}\\n::ng-deep .top-panel {\\n align-content: flex-start;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: inherit;\\n}\\n.gd-document {\\n width: 100%;\\n height: calc(100% - 90px);\\n}\\n.toolbar-panel {\\n width: 100%;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.annotation-wrapper ::ng-deep .button {\\n color: #3E4E5A !important;\\n}\\n.annotation-wrapper ::ng-deep .button .text {\\n padding: 0px !important;\\n}\\n.annotation-wrapper ::ng-deep .select {\\n color: #3E4E5A !important;\\n}\\n@media (max-width: 1037px) {\\n ::ng-deep .panzoom {\\n -webkit-box-pack: unset !important;\\n justify-content: unset !important;\\n }\\n ::ng-deep .logo ::ng-deep .icon {\\n font-size: 24px !important;\\n }\\n ::ng-deep .top-panel {\\n height: 120px !important;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2Fubm90YXRpb24tYXBwLmNvbXBvbmVudC5sZXNzIiwiL1VzZXJzL2VsZW5rby9wcm9qZWN0cy9Hcm91cERvY3MuVG90YWwtQW5ndWxhci9saWJzL2Fubm90YXRpb24vc3JjL2xpYi9hbm5vdGF0aW9uLWFwcC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSw2RUNBa0I7QUFHbEI7RUFDRSxzREFBQTtBRERGO0FDSUE7RUFDRSxrQkFBQTtBREZGO0FDS0E7RUFDRSxZQUFBO0VBQ0EsYUFBQTtBREhGO0FDTUE7RUFDRSx5QkFBQTtBREpGO0FDT0E7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRExGO0FDUUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0FETkY7QUNTQTtFQUNFLFdBQUE7RUFDQSx5QkFBQTtBRFBGO0FDVUE7RUFDRSxXQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBRFJGO0FDV0E7RUFFSSx5QkFBQTtBRFZKO0FDUUE7RUFLTSx1QkFBQTtBRFZOO0FDS0E7RUFVSSx5QkFBQTtBRFpKO0FDZ0JBO0VBQ0U7SUFDRSxrQ0FBQTtZQUFBLGlDQUFBO0VEZEY7RUNpQkE7SUFFSSwwQkFBQTtFRGhCSjtFQ29CQTtJQUNFLHdCQUFBO0VEbEJGO0FBQ0YiLCJmaWxlIjoibGlicy9hbm5vdGF0aW9uL3NyYy9saWIvYW5ub3RhdGlvbi1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG46Om5nLWRlZXAgLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG46Om5nLWRlZXAgLmdkLXBhZ2UtaW1hZ2Uge1xuICB3aWR0aDogdW5zZXQ7XG4gIGhlaWdodDogdW5zZXQ7XG59XG46Om5nLWRlZXAgLnRvcC1wYW5lbCB7XG4gIGFsaWduLWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSA5MHB4KTtcbn1cbi50b29sYmFyLXBhbmVsIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uYW5ub3RhdGlvbi13cmFwcGVyIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbn1cbi5hbm5vdGF0aW9uLXdyYXBwZXIgOjpuZy1kZWVwIC5idXR0b24gLnRleHQge1xuICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbn1cbi5hbm5vdGF0aW9uLXdyYXBwZXIgOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBjb2xvcjogIzNFNEU1QSAhaW1wb3J0YW50O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICA6Om5nLWRlZXAgLnBhbnpvb20ge1xuICAgIGp1c3RpZnktY29udGVudDogdW5zZXQgIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLmxvZ28gOjpuZy1kZWVwIC5pY29uIHtcbiAgICBmb250LXNpemU6IDI0cHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvcC1wYW5lbCB7XG4gICAgaGVpZ2h0OiAxMjBweCAhaW1wb3J0YW50O1xuICB9XG59XG4iLCJAaW1wb3J0IChjc3MpIHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbkBpbXBvcnQgXCIuLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuXG46Om5nLWRlZXAgLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG5cbjo6bmctZGVlcCAuZ2QtcGFnZS1pbWFnZSB7XG4gIHdpZHRoOiB1bnNldDtcbiAgaGVpZ2h0OiB1bnNldDtcbn1cblxuOjpuZy1kZWVwIC50b3AtcGFuZWwge1xuICBhbGlnbi1jb250ZW50OiBmbGV4LXN0YXJ0O1xufVxuXG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cblxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cblxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogflwiY2FsYygxMDAlIC0gQHtlZGl0b3ItbmF2LWhlaWdodH0pXCI7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5hbm5vdGF0aW9uLXdyYXBwZXIge1xuICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgY29sb3I6IEBwcmltYXJ5ICFpbXBvcnRhbnQ7XG5cbiAgICAudGV4dCB7XG4gICAgICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLnNlbGVjdCB7XG4gICAgY29sb3I6IEBwcmltYXJ5ICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgOjpuZy1kZWVwIC5wYW56b29tIHtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gIH1cblxuICA6Om5nLWRlZXAgLmxvZ28ge1xuICAgIDo6bmctZGVlcCAuaWNvbiB7XG4gICAgICBmb250LXNpemU6IDI0cHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLnRvcC1wYW5lbCB7XG4gICAgaGVpZ2h0OiAxMjBweCAhaW1wb3J0YW50O1xuICB9XG59XG5cbiJdfQ== */\"","import {Component, ComponentRef, OnInit} from '@angular/core';\nimport {AnnotationConfig} from \"./annotation-config\";\nimport {AnnotationService} from \"./annotation.service\";\nimport {\n AddDynamicComponentService,\n CommonModals,\n FileCredentials,\n FileModel, Formatting,\n HostingDynamicComponentService,\n ModalService,\n NavigateService, PagePreloadService, PasswordService,\n TopTabActivatorService, UploadFilesService,\n Utils,\n WindowService\n} from \"@groupdocs.examples.angular/common-components\";\nimport {\n AnnotationType,\n CommentAnnotation,\n Position,\n RemoveAnnotation,\n Comment,\n FileAnnotationDescription, PageAnnotationModel, AnnotationData, Dimension\n} from \"./annotation-models\";\nimport {AnnotationComponent} from \"./annotation/annotation.component\";\nimport {ActiveAnnotationService} from \"./active-annotation.service\";\nimport * as jquery from 'jquery';\nimport {RemoveAnnotationService} from \"./remove-annotation.service\";\nimport {CommentAnnotationService} from \"./comment-annotation.service\";\n\nconst $ = jquery;\n\n@Component({\n selector: 'gd-annotation-app',\n templateUrl: './annotation-app.component.html',\n styleUrls: ['./annotation-app.component.less']\n})\nexport class AnnotationAppComponent implements OnInit {\n title = 'annotation';\n files: FileModel[] = [];\n file: FileAnnotationDescription;\n isLoading: boolean;\n annotationConfig: AnnotationConfig;\n browseFilesModal = CommonModals.BrowseFiles;\n formatDisabled = !this.file;\n credentials: FileCredentials;\n annotationTypes = [\n AnnotationType.TEXT,\n AnnotationType.TEXT_STRIKEOUT,\n AnnotationType.TEXT_UNDERLINE,\n AnnotationType.TEXT_REPLACEMENT,\n AnnotationType.TEXT_REDACTION,\n AnnotationType.POLYLINE,\n AnnotationType.ARROW,\n AnnotationType.DISTANCE,\n AnnotationType.AREA,\n AnnotationType.TEXT_FIELD,\n AnnotationType.WATERMARK,\n AnnotationType.POINT,\n ];\n isDesktop: boolean;\n annotationTypeFirst = [\n AnnotationType.TEXT,\n AnnotationType.TEXT_UNDERLINE,\n AnnotationType.TEXT_REDACTION,\n AnnotationType.TEXT_REPLACEMENT,\n AnnotationType.TEXT_STRIKEOUT,\n ];\n annotationTypeSecond = [\n AnnotationType.POLYLINE,\n AnnotationType.ARROW,\n AnnotationType.DISTANCE,\n AnnotationType.AREA,\n AnnotationType.POINT\n ];\n annotationTypeThird = [\n AnnotationType.TEXT_FIELD,\n AnnotationType.WATERMARK,\n ];\n countPages = 0;\n commentOpenedId: number;\n comments = new Map();\n\n private activeAnnotationTab: string;\n private fileWasDropped = false;\n private annotations = new Map>();\n private creatingAnnotationId: number;\n private activeAnnotationId: number;\n\n constructor(private _annotationService: AnnotationService,\n private _modalService: ModalService,\n private _navigateService: NavigateService,\n private _tabActivatorService: TopTabActivatorService,\n private _hostingComponentsService: HostingDynamicComponentService,\n private _addDynamicComponentService: AddDynamicComponentService,\n private _activeAnnotationService: ActiveAnnotationService,\n private _removeAnnotationService: RemoveAnnotationService,\n private _commentAnnotationService: CommentAnnotationService,\n uploadFilesService: UploadFilesService,\n pagePreloadService: PagePreloadService,\n passwordService: PasswordService,\n private _windowService: WindowService) {\n\n this._activeAnnotationService.activeChange.subscribe((id: number) => {\n if (this.activeAnnotationId !== id) {\n this.commentOpenedId = null;\n this.activeAnnotationId = id;\n }\n });\n\n this._commentAnnotationService.commentAnnotation.subscribe((commentAnnotation: CommentAnnotation) => {\n this.commentOpenedId = commentAnnotation.id;\n if (!this.comments.get(this.commentOpenedId)) {\n this.comments.set(this.commentOpenedId, []);\n }\n });\n\n this._commentAnnotationService.addCommentObserve.subscribe((comment: Comment) => {\n this.comments.get(this.commentOpenedId).push(comment);\n });\n\n this._removeAnnotationService.removeAnnotation.subscribe((removeAnnotation: RemoveAnnotation) => {\n const componentRef = this.annotations.get(removeAnnotation.id);\n if (componentRef) {\n componentRef.destroy();\n }\n this.annotations.delete(removeAnnotation.id);\n });\n\n uploadFilesService.uploadsChange.subscribe((uploads) => {\n if (uploads) {\n let i: number;\n for (i = 0; i < uploads.length; i++) {\n this._annotationService.upload(uploads.item(i), '', this.rewriteConfig).subscribe((obj: FileCredentials) => {\n this.fileWasDropped ? this.selectFile(obj.guid, '', '') : this.selectDir('');\n });\n }\n }\n });\n\n pagePreloadService.checkPreload.subscribe((page: number) => {\n if (this.preloadPageCountConfig !== 0) {\n for (let i = page; i < page + 2; i++) {\n if (i > 0 && i <= this.countPages && !this.file.pages[i - 1].data) {\n this.preloadPages(i, i);\n }\n }\n }\n });\n\n passwordService.passChange.subscribe((pass: string) => {\n this.selectFile(this.credentials.guid, pass, CommonModals.PasswordRequired);\n });\n\n this.isDesktop = _windowService.isDesktop();\n _windowService.onResize.subscribe((w) => {\n this.isDesktop = _windowService.isDesktop();\n });\n }\n\n getComments() {\n return this.comments.get(this.commentOpenedId);\n }\n\n get rewriteConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.rewrite : true;\n }\n\n get zoomConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.zoom : false;\n }\n\n get pageSelectorConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.pageSelector : true;\n }\n\n get preloadPageCountConfig(): number {\n return this.annotationConfig ? this.annotationConfig.preloadPageCount : 0;\n }\n\n get downloadConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.download : true;\n }\n\n get downloadOriginalConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.downloadOriginal : true;\n }\n\n get downloadAnnotatedConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.downloadAnnotated : true;\n }\n\n get uploadConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.upload : true;\n }\n\n private defaultDocumentConfig() {\n return this.annotationConfig ? this.annotationConfig.defaultDocument : \"\";\n }\n\n get printConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.print : true;\n }\n\n get browseConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.browse : true;\n }\n\n get htmlModeConfig(): boolean {\n return false;\n }\n\n get enableRightClickConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.enableRightClick : true;\n }\n\n get textAnnotationConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.textAnnotation : true;\n }\n\n get areaAnnotationConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.areaAnnotation : true;\n }\n\n get pointAnnotationConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.pointAnnotation : true;\n }\n\n get textStrikeoutAnnotationConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.textStrikeoutAnnotation : true;\n }\n\n get polylineAnnotationConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.polylineAnnotation : true;\n }\n\n get textFieldAnnotationConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.textFieldAnnotation : true;\n }\n\n get watermarkAnnotationConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.watermarkAnnotation : true;\n }\n\n get textReplacementAnnotationConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.textReplacementAnnotation : true;\n }\n\n get arrowAnnotationConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.arrowAnnotation : true;\n }\n\n get textRedactionAnnotationConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.textRedactionAnnotation : true;\n }\n\n get textUnderlineAnnotationConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.textUnderlineAnnotation : true;\n }\n\n get distanceAnnotationConfig(): boolean {\n return this.annotationConfig ? this.annotationConfig.distanceAnnotation : true;\n }\n\n ngOnInit() {\n }\n\n openModal(id: string) {\n this._modalService.open(id);\n }\n\n closeModal(id: string) {\n this._modalService.close(id);\n }\n\n selectDir($event: string) {\n this._annotationService.loadFiles($event).subscribe((files: FileModel[]) => this.files = files || []);\n }\n\n selectFile($event: string, password: string, modalId: string) {\n this.credentials = new FileCredentials($event, password);\n this.file = null;\n this._annotationService.loadFile(this.credentials).subscribe((file: FileAnnotationDescription) => {\n this.cleanAnnotations();\n this.file = file;\n this.formatDisabled = !this.file;\n if (file) {\n const preloadPageCount = this.preloadPageCountConfig;\n const countPages = file.pages ? file.pages.length : 0;\n if (preloadPageCount > 0) {\n this.preloadPages(1, preloadPageCount > countPages ? countPages : preloadPageCount);\n } else {\n setTimeout(() => {\n for (const page of this.file.pages) {\n this.importAnnotations(page.annotations ? page.annotations : []);\n }\n }, 100);\n }\n this._navigateService.countPages = countPages;\n this._navigateService.currentPage = 1;\n this.countPages = countPages;\n }\n }\n );\n if (modalId) {\n this._modalService.close(modalId);\n }\n this.clearData();\n }\n\n preloadPages(start: number, end: number) {\n for (let i = start; i <= end; i++) {\n this._annotationService.loadPage(this.credentials, i).subscribe((page: PageAnnotationModel) => {\n this.file.pages[i - 1] = page;\n this.importAnnotations(page.annotations ? page.annotations : []);\n });\n }\n }\n\n private importAnnotations(annotations: AnnotationData[]) {\n for (const annotation of annotations) {\n const position = new Position(annotation.left, annotation.top);\n const id = this.addAnnotationComponent(annotation.pageNumber, position, annotation);\n this.comments.set(id, annotation.comments);\n }\n }\n\n upload($event: string) {\n this._annotationService.upload(null, $event, this.rewriteConfig).subscribe(() => {\n this.selectDir('');\n });\n }\n\n onRightClick($event: MouseEvent) {\n return this.enableRightClickConfig;\n }\n\n downloadFile() {\n if (this.formatDisabled)\n return;\n window.location.assign(this._annotationService.getDownloadUrl(this.credentials));\n }\n\n annotate() {\n const annotationsData = [];\n for (const annotation of this.annotations.values()) {\n const annotationData = (annotation.instance).getAnnotationData();\n annotationData.comments = this.comments.get(annotationData.id);\n annotationsData.push(annotationData);\n }\n this._annotationService.annotate(this.credentials, annotationsData, false).subscribe((ret: any) => {\n this._modalService.open(CommonModals.OperationSuccess);\n this.selectFile(ret.guid, null, CommonModals.OperationSuccess);\n });\n }\n\n isVisible(id: string) {\n const supported = !this.file || (this.file && this.file.supportedAnnotations.find(function (value: string) {\n return id === value;\n }));\n return this.getAnnotationTypeConfig(id) && supported;\n }\n\n activeTab($event) {\n this.activeAnnotationTab = $event;\n }\n\n codesConfigFirst() {\n return this.checkConfig(this.annotationTypeFirst);\n }\n\n codesConfigSecond() {\n return this.checkConfig(this.annotationTypeSecond);\n }\n\n private checkConfig(annotationList) {\n for (const annotationType of annotationList) {\n if (this.getAnnotationTypeConfig(annotationType.id)) {\n return true;\n }\n }\n return false;\n }\n\n codesConfigThird() {\n return this.getAnnotationTypeConfig(AnnotationType.TEXT_FIELD.id) && this.getAnnotationTypeConfig(AnnotationType.WATERMARK.id);\n }\n\n private getAnnotationTypeConfig(id: string) {\n switch (id) {\n case AnnotationType.TEXT.id:\n return this.textAnnotationConfig;\n case AnnotationType.AREA.id:\n return this.areaAnnotationConfig;\n case AnnotationType.POINT.id:\n return this.pointAnnotationConfig;\n case AnnotationType.TEXT_STRIKEOUT.id:\n return this.textStrikeoutAnnotationConfig;\n case AnnotationType.POLYLINE.id:\n return this.polylineAnnotationConfig;\n case AnnotationType.TEXT_FIELD.id:\n return this.textFieldAnnotationConfig;\n case AnnotationType.WATERMARK.id:\n return this.watermarkAnnotationConfig;\n case AnnotationType.TEXT_REPLACEMENT.id:\n return this.textReplacementAnnotationConfig;\n case AnnotationType.ARROW.id:\n return this.arrowAnnotationConfig;\n case AnnotationType.TEXT_REDACTION.id:\n return this.textRedactionAnnotationConfig;\n case AnnotationType.TEXT_UNDERLINE.id:\n return this.textUnderlineAnnotationConfig;\n case AnnotationType.DISTANCE.id:\n return this.distanceAnnotationConfig;\n }\n }\n\n fileDropped($event) {\n this.fileWasDropped = $event;\n }\n\n private cleanAnnotations() {\n for (const componentRef of this.annotations.values()) {\n componentRef.destroy();\n }\n this.annotations = new Map>();\n this.comments = new Map();\n }\n\n private clearData() {\n if (!this.file || !this.file.pages) {\n return;\n }\n for (const page of this.file.pages) {\n page.data = null;\n }\n }\n\n createAnnotation($event: MouseEvent) {\n $event.preventDefault();\n $event.stopPropagation();\n\n if (this.activeAnnotationTab) {\n const position = Utils.getMousePosition($event);\n\n const elements = document.elementsFromPoint(position.x, position.y);\n const currentPage = elements.find(x => x.id && x.id.startsWith(\"page-\"));\n if (currentPage) {\n const documentPage = $(currentPage).parent().parent()[0];\n const currentPosition = this.getCurrentPosition(position, $(documentPage));\n const pageId = currentPage.id;\n let pageNumber = 1;\n if (pageId) {\n const split = pageId.split('-');\n pageNumber = split.length === 2 ? parseInt(split[1], 10) : pageNumber;\n }\n const id = this.addAnnotationComponent(pageNumber, currentPosition, null);\n this._activeAnnotationService.changeActive(id);\n this.creatingAnnotationId = id;\n this._tabActivatorService.changeActiveTab(null);\n }\n }\n }\n\n private addAnnotationComponent(pageNumber: number, currentPosition: Position, data: AnnotationData) {\n const dynamicDirective = this._hostingComponentsService.find(pageNumber);\n if (dynamicDirective) {\n const viewContainerRef = dynamicDirective.viewContainerRef;\n const annotationComponent = this._addDynamicComponentService.addDynamicComponent(viewContainerRef, AnnotationComponent);\n const id = this.annotations.size + 1;\n (annotationComponent.instance).id = id;\n (annotationComponent.instance).position = currentPosition;\n (annotationComponent.instance).pageNumber = pageNumber;\n if (data) {\n const dimension = new Dimension(data.width, data.height);\n const type = AnnotationType.getAnnotationType(data.type);\n const formatting = Formatting.default();\n formatting.fontSize = data.fontSize;\n if (data.fontColor) {\n formatting.color = \"#\" + data.fontColor.toString(16);\n }\n formatting.font = data.font;\n (annotationComponent.instance).type = type ? type.id : data.type;\n (annotationComponent.instance).dimension = dimension;\n (annotationComponent.instance).svgPath = data.svgPath;\n (annotationComponent.instance).textValue = data.text;\n if (formatting) {\n (annotationComponent.instance).saveFormatting(formatting);\n }\n } else {\n (annotationComponent.instance).type = this.activeAnnotationTab;\n }\n const pageModel = this.file.pages.find(function (p) {\n return p.number === pageNumber;\n });\n (annotationComponent.instance).pageWidth = pageModel.width;\n (annotationComponent.instance).pageHeight = pageModel.height;\n this.annotations.set(id, annotationComponent);\n return id;\n }\n return null;\n }\n\n resizingCreatingAnnotation($event: MouseEvent) {\n $event.preventDefault();\n $event.stopPropagation();\n\n if (this.creatingAnnotationId) {\n const position = Utils.getMousePosition($event);\n const annotationComponent = this.annotations.get(this.creatingAnnotationId);\n const type = (annotationComponent.instance).type;\n const pageNumber = (annotationComponent.instance).pageNumber;\n const currentPosition = this.getCurrentPosition(position, $(\"#page-\" + pageNumber));\n if (type === AnnotationType.POLYLINE.id || type === AnnotationType.DISTANCE.id || type === AnnotationType.ARROW.id) {\n (annotationComponent.instance).draw(currentPosition);\n } else {\n (annotationComponent.instance).calcDimensions(currentPosition);\n }\n }\n }\n\n private getCurrentPosition(position, page) {\n const left = position.x - page.offset().left;\n const top = position.y - page.offset().top;\n return new Position(left, top);\n }\n\n finishCreatingAnnotation($event: MouseEvent) {\n this.creatingAnnotationId = null;\n }\n\n closeComments() {\n this.commentOpenedId = null;\n }\n}\n","import {Injectable} from '@angular/core';\nimport {BehaviorSubject, Observable} from \"rxjs\";\nimport {HttpClient} from \"@angular/common/http\";\nimport {Api, ConfigService} from \"@groupdocs.examples.angular/common-components\";\nimport {AnnotationConfig} from \"./annotation-config\";\n\n@Injectable({\n providedIn: 'root'\n})\nexport class AnnotationConfigService {\n\n private _annotationConfig: BehaviorSubject = new BehaviorSubject(new AnnotationConfig());\n private _updatedConfig: Observable = this._annotationConfig.asObservable();\n\n constructor(private _http: HttpClient, private _config: ConfigService) {\n }\n\n get updatedConfig() {\n return this._updatedConfig;\n }\n\n load() {\n return new Promise((resolve, reject) => {\n const configEndpoint = this._config.getConfigEndpoint(Api.ANNOTATION_APP);\n this._http.get(configEndpoint, Api.httpOptionsJson).toPromise().then((response: AnnotationConfig) => {\n const annotationConfig = response;\n this._annotationConfig.next(annotationConfig);\n resolve();\n }).catch((response: any) => {\n reject(`Could not load annotation config: ${JSON.stringify(response)}`);\n });\n });\n }\n}\n","export class AnnotationConfig {\n rewrite: boolean;\n pageSelector: boolean;\n download: boolean;\n upload: boolean;\n print: boolean;\n browse: boolean;\n enableRightClick: boolean;\n\n filesDirectory: string;\n fontsDirectory: string;\n defaultDocument: string;\n preloadPageCount: 0;\n\n textAnnotation: boolean;\n areaAnnotation: boolean;\n pointAnnotation: boolean;\n textStrikeoutAnnotation: boolean;\n polylineAnnotation: boolean;\n textFieldAnnotation: boolean;\n watermarkAnnotation: boolean;\n textReplacementAnnotation: boolean;\n arrowAnnotation: boolean;\n textRedactionAnnotation: boolean;\n textUnderlineAnnotation: boolean;\n distanceAnnotation: boolean;\n downloadOriginal: boolean;\n downloadAnnotated: boolean;\n\n zoom: boolean;\n fitWidth: boolean;\n}\n","import {PageModel} from \"@groupdocs.examples.angular/common-components\";\n\nexport class AnnotationType {\n public static TEXT = {id: 'text', name: 'Text', icon: 'highlighter'};\n public static AREA = {id: 'area', name: 'Area', icon: 'vector-square'};\n public static POINT = {id: 'point', name: 'Point', icon: 'thumbtack'};\n public static TEXT_STRIKEOUT = {id: 'textStrikeout', name: 'Text strikeout', icon: 'strikethrough',};\n public static POLYLINE = {id: 'polyline', name: 'Polyline', icon: 'signature'};\n public static TEXT_FIELD = {id: 'textField', name: 'Text field', icon: 'i-cursor'};\n public static WATERMARK = {id: 'watermark', name: 'Watermark', icon: 'tint'};\n public static TEXT_REPLACEMENT = {id: 'textReplacement', name: 'Text replacement', icon: 'edit'};\n public static ARROW = {id: 'arrow', name: 'Arrow', icon: 'mouse-pointer'};\n public static TEXT_REDACTION = {id: 'textRedaction', name: 'Text redaction', icon: 'brush'};\n public static TEXT_UNDERLINE = {id: 'textUnderline', name: 'Text underline', icon: 'underline'};\n public static DISTANCE = {id: 'distance', name: 'Distance', icon: 'ruler'};\n\n public static getAnnotationType(id: string) {\n switch (id) {\n case AnnotationType.TEXT.id:\n return AnnotationType.TEXT;\n case AnnotationType.AREA.id:\n return AnnotationType.AREA;\n case AnnotationType.POINT.id:\n return AnnotationType.POINT;\n case AnnotationType.TEXT_STRIKEOUT.id:\n return AnnotationType.TEXT_STRIKEOUT;\n case AnnotationType.POLYLINE.id:\n return AnnotationType.POLYLINE;\n case AnnotationType.TEXT_FIELD.id:\n return AnnotationType.TEXT_FIELD;\n case AnnotationType.WATERMARK.id:\n return AnnotationType.WATERMARK;\n case AnnotationType.TEXT_REPLACEMENT.id:\n return AnnotationType.TEXT_REPLACEMENT;\n case AnnotationType.ARROW.id:\n return AnnotationType.ARROW;\n case AnnotationType.TEXT_REDACTION.id:\n return AnnotationType.TEXT_REDACTION;\n case AnnotationType.TEXT_UNDERLINE.id:\n return AnnotationType.TEXT_UNDERLINE;\n case AnnotationType.DISTANCE.id:\n return AnnotationType.DISTANCE;\n }\n }\n}\n\nexport class FileAnnotationDescription {\n guid: string;\n pages: PageAnnotationModel[];\n supportedAnnotations: string[];\n}\n\nexport class PageAnnotationModel extends PageModel {\n annotations: AnnotationData[];\n}\n\nexport class Position {\n left: number;\n top: number;\n\n constructor(left: number, top: number) {\n this.left = left;\n this.top = top;\n }\n\n static clone(position: Position) {\n return new Position(position.left, position.top);\n }\n}\n\nexport class Dimension {\n width: number;\n height: number;\n\n constructor(width: number, height: number) {\n this.width = width;\n this.height = height;\n }\n\n isNone() {\n return this.width === 0 && this.height === 0;\n }\n}\n\nexport class AnnotationData {\n\n constructor() {\n this.text = \"\";\n this.fontColor = 8421375;\n }\n\n id: number;\n comments: Comment[];\n text: string;\n font: string;\n fontSize: number;\n fontColor: number;\n height: number;\n width: number;\n left: number;\n top: number;\n pageNumber: number;\n svgPath: string;\n type: string;\n}\n\nexport class CommentAnnotation {\n constructor(id: number) {\n this.id = id;\n }\n\n id: number;\n}\n\nexport class Comment {\n\n id: number;\n text: string;\n userName: string;\n time: number;\n\n constructor(id: number) {\n this.id = id;\n this.time = Date.now();\n this.text = \"\";\n this.userName = \"\";\n }\n\n static create(comment) {\n const ret = new Comment(comment.id);\n ret.text = comment.text;\n ret.userName = comment.userName;\n ret.time = comment.time;\n return ret;\n }\n}\n\nexport class RemoveAnnotation {\n constructor(id: number) {\n this.id = id;\n }\n\n id: number;\n}\n","import {APP_INITIALIZER, ModuleWithProviders, NgModule} from '@angular/core';\nimport {CommonModule} from '@angular/common';\nimport {\n Api,\n CommonComponentsModule,\n ConfigService,\n ErrorInterceptorService, LoadingMaskInterceptorService, LoadingMaskService\n} from \"@groupdocs.examples.angular/common-components\";\nimport {AnnotationConfigService} from \"./annotation-config.service\";\nimport {HTTP_INTERCEPTORS, HttpClientModule} from \"@angular/common/http\";\nimport {FontAwesomeModule} from \"@fortawesome/angular-fontawesome\";\nimport {ClickOutsideModule} from \"ng-click-outside\";\nimport {AnnotationAppComponent} from './annotation-app.component';\nimport {library} from \"@fortawesome/fontawesome-svg-core\";\nimport {fas} from \"@fortawesome/free-solid-svg-icons\";\nimport {far} from \"@fortawesome/free-regular-svg-icons\";\nimport {AnnotationComponent} from './annotation/annotation.component';\nimport {ActiveAnnotationService} from \"./active-annotation.service\";\nimport {RemoveAnnotationService} from \"./remove-annotation.service\";\nimport {CommentAnnotationService} from \"./comment-annotation.service\";\nimport {CommentPanelComponent} from './comment-panel/comment-panel.component';\nimport {CommentComponent} from './comment/comment.component';\nimport {CreateCommentComponent} from './create-comment/create-comment.component';\n\nexport function initializeApp(annotationConfigService: AnnotationConfigService) {\n const result = () => annotationConfigService.load();\n return result;\n}\n\n// NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981\n// @dynamic\nexport function setupLoadingInterceptor(service: LoadingMaskService) {\n return new LoadingMaskInterceptorService(service);\n}\n\n@NgModule({\n declarations: [AnnotationAppComponent, AnnotationComponent, CommentPanelComponent, CommentComponent, CreateCommentComponent,\n ],\n exports: [CommonComponentsModule, AnnotationAppComponent, AnnotationComponent, CommentPanelComponent, CommentComponent, CreateCommentComponent],\n imports:\n [CommonModule,\n CommonComponentsModule,\n HttpClientModule,\n FontAwesomeModule,\n ClickOutsideModule],\n providers:\n [\n ConfigService,\n AnnotationConfigService,\n ActiveAnnotationService,\n RemoveAnnotationService,\n CommentAnnotationService,\n {\n provide: HTTP_INTERCEPTORS,\n useClass: ErrorInterceptorService,\n multi: true\n },\n {\n provide: APP_INITIALIZER,\n useFactory: initializeApp,\n deps: [AnnotationConfigService], multi: true\n },\n LoadingMaskService,\n {\n provide: HTTP_INTERCEPTORS,\n useFactory: setupLoadingInterceptor,\n multi: true,\n deps: [LoadingMaskService]\n }\n ],\n entryComponents: [AnnotationComponent],\n})\n\nexport class AnnotationModule {\n constructor() {\n library.add(fas, far);\n }\n\n static forRoot(apiEndpoint: string): ModuleWithProviders {\n Api.DEFAULT_API_ENDPOINT = apiEndpoint;\n return {\n ngModule: AnnotationModule\n };\n }\n}\n","import {Injectable} from '@angular/core';\nimport {HttpClient} from \"@angular/common/http\";\nimport {Api, ConfigService, FileCredentials, FileUtil} from \"@groupdocs.examples.angular/common-components\";\n\n@Injectable({\n providedIn: 'root'\n})\nexport class AnnotationService {\n\n constructor(private _http: HttpClient, private _config: ConfigService) {\n }\n\n loadFiles(path: string) {\n return this._http.post(this._config.getAnnotationApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\n }\n\n loadFile(credentials: FileCredentials) {\n return this._http.post(this._config.getAnnotationApiEndpoint() + Api.LOAD_DOCUMENT_DESCRIPTION, credentials, Api.httpOptionsJson);\n }\n\n upload(file: File, url: string, rewrite: boolean) {\n const formData = new FormData();\n formData.append(\"file\", file);\n formData.append('rewrite', String(rewrite));\n if (url) {\n formData.append(\"url\", url);\n }\n\n return this._http.post(this._config.getAnnotationApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\n }\n\n loadPage(credentials: FileCredentials, page: number) {\n return this._http.post(this._config.getAnnotationApiEndpoint() + Api.LOAD_DOCUMENT_PAGE, {\n 'guid': credentials.guid,\n 'password': credentials.password,\n 'page': page\n }, Api.httpOptionsJson);\n }\n\n getDownloadUrl(credentials: FileCredentials) {\n return this._config.getAnnotationApiEndpoint() + Api.DOWNLOAD_DOCUMENTS + '/?path=' + credentials.guid;\n }\n\n annotate(credentials: FileCredentials, annotationsData: any, print: boolean) {\n const data = {\n 'guid': credentials.guid,\n 'password': credentials.password,\n 'annotationsData': annotationsData,\n 'documentType': FileUtil.find(credentials.guid, false).format,\n 'print': print\n };\n return this._http.post(this._config.getAnnotationApiEndpoint() + Api.ANNOTATE, data, Api.httpOptionsJson);\n }\n}\n","module.exports = \".gd-annotation {\\n position: absolute !important;\\n cursor: pointer;\\n z-index: 9;\\n}\\n.gd-annotation .gd-annotation-wrapper-border {\\n outline: 1px solid #679FFA;\\n display: -webkit-box;\\n display: flex;\\n}\\n.gd-annotation .gd-annotation-wrapper {\\n height: inherit;\\n z-index: 9;\\n}\\n.gd-annotation .gd-annotation-wrapper ::ng-deep .palette {\\n width: 0px;\\n height: 37px;\\n}\\n.gd-annotation .gd-annotation-wrapper .gd-text-strikeout-line {\\n background-color: #E04E4E;\\n height: 2px;\\n width: 100%;\\n}\\n.gd-annotation .gd-annotation-wrapper .gd-text {\\n border: none;\\n outline: none;\\n margin: 0px;\\n padding: 0px;\\n overflow: hidden;\\n background-color: transparent;\\n min-width: 1em;\\n min-height: 1em;\\n}\\n.gd-annotation .gd-annotation-wrapper .gd-point {\\n background-color: #7CBC46;\\n width: 41px;\\n height: 41px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n color: white;\\n border-radius: 50%;\\n -moz-border-radius: 50%;\\n -webkit-border-radius: 50%;\\n -khtml-border-radius: 50%;\\n box-shadow: 0px 1px 1px 1px #bbb;\\n -moz-box-shadow: 0px 1px 1px 1px #bbb;\\n -webkit-box-shadow: 0px 1px 1px 1px #bbb;\\n}\\n.gd-annotation .gd-text-annotation {\\n background-color: rgba(151, 151, 240, 0.51);\\n}\\n.gd-annotation .gd-text-strikeout-annotation {\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-annotation .gd-text-underline-annotation {\\n -webkit-box-align: end;\\n align-items: end;\\n}\\n.gd-annotation .gd-text-redaction-annotation {\\n background-color: #000;\\n}\\n.gd-annotation .gd-text-replacement-annotation {\\n background-color: #FFFFFF;\\n}\\n.svg {\\n z-index: 1;\\n position: absolute;\\n top: 0;\\n left: 0;\\n width: 100%;\\n height: 100%;\\n}\\n.annotation-svg {\\n position: absolute;\\n cursor: pointer;\\n z-index: 2;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9hbm5vdGF0aW9uL3NyYy9saWIvYW5ub3RhdGlvbi9hbm5vdGF0aW9uLmNvbXBvbmVudC5sZXNzIiwibGlicy9hbm5vdGF0aW9uL3NyYy9saWIvYW5ub3RhdGlvbi9hbm5vdGF0aW9uLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0UsNkJBQUE7RUFDQSxlQUFBO0VBQ0EsVUFBQTtBQ0NGO0FESkE7RUFNSSwwQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ0NKO0FEUkE7RUFXSSxlQUFBO0VBQ0EsVUFBQTtBQ0FKO0FEWkE7RUFlTSxVQUFBO0VBQ0EsWUFBQTtBQ0FOO0FEaEJBO0VBb0JNLHlCQUFBO0VBQ0EsV0FBQTtFQUNBLFdBQUE7QUNETjtBRHJCQTtFQTBCTSxZQUFBO0VBQ0EsYUFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EsZ0JBQUE7RUFDQSw2QkFBQTtFQUNBLGNBQUE7RUFDQSxlQUFBO0FDRk47QUQvQkE7RUFxQ00seUJBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EsWUFBQTtFQUNBLGtCQUFBO0VBQ0EsdUJBQUE7RUFDQSwwQkFBQTtFQUNBLHlCQUFBO0VBQ0EsZ0NBQUE7RUFDQSxxQ0FBQTtFQUNBLHdDQUFBO0FDSE47QUQvQ0E7RUF1REksMkNBQUE7QUNMSjtBRGxEQTtFQTJESSx5QkFBQTtVQUFBLG1CQUFBO0FDTko7QURyREE7RUErREksc0JBQUE7VUFBQSxnQkFBQTtBQ1BKO0FEeERBO0VBbUVJLHNCQUFBO0FDUko7QUQzREE7RUF1RUkseUJBQUE7QUNUSjtBRGFBO0VBQ0UsVUFBQTtFQUNBLGtCQUFBO0VBQ0EsTUFBQTtFQUNBLE9BQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtBQ1hGO0FEY0E7RUFDRSxrQkFBQTtFQUNBLGVBQUE7RUFDQSxVQUFBO0FDWkYiLCJmaWxlIjoibGlicy9hbm5vdGF0aW9uL3NyYy9saWIvYW5ub3RhdGlvbi9hbm5vdGF0aW9uLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiLmdkLWFubm90YXRpb24ge1xuICBwb3NpdGlvbjogYWJzb2x1dGUgIWltcG9ydGFudDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiA5O1xuXG4gIC5nZC1hbm5vdGF0aW9uLXdyYXBwZXItYm9yZGVyIHtcbiAgICBvdXRsaW5lOiAxcHggc29saWQgIzY3OUZGQTtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICB9XG5cbiAgLmdkLWFubm90YXRpb24td3JhcHBlciB7XG4gICAgaGVpZ2h0OiBpbmhlcml0O1xuICAgIHotaW5kZXg6IDk7XG5cbiAgICA6Om5nLWRlZXAgLnBhbGV0dGUge1xuICAgICAgd2lkdGg6IDBweDtcbiAgICAgIGhlaWdodDogMzdweDtcbiAgICB9XG5cbiAgICAuZ2QtdGV4dC1zdHJpa2VvdXQtbGluZSB7XG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjRTA0RTRFO1xuICAgICAgaGVpZ2h0OiAycHg7XG4gICAgICB3aWR0aDogMTAwJTtcbiAgICB9XG5cbiAgICAuZ2QtdGV4dCB7XG4gICAgICBib3JkZXI6IG5vbmU7XG4gICAgICBvdXRsaW5lOiBub25lO1xuICAgICAgbWFyZ2luOiAwcHg7XG4gICAgICBwYWRkaW5nOiAwcHg7XG4gICAgICBvdmVyZmxvdzogaGlkZGVuO1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogdHJhbnNwYXJlbnQ7XG4gICAgICBtaW4td2lkdGg6IDFlbTtcbiAgICAgIG1pbi1oZWlnaHQ6IDFlbTtcbiAgICB9XG5cbiAgICAuZ2QtcG9pbnQge1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzdDQkM0NjtcbiAgICAgIHdpZHRoOiA0MXB4O1xuICAgICAgaGVpZ2h0OiA0MXB4O1xuICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICAgIGNvbG9yOiB3aGl0ZTtcbiAgICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICAgIC1tb3otYm9yZGVyLXJhZGl1czogNTAlO1xuICAgICAgLXdlYmtpdC1ib3JkZXItcmFkaXVzOiA1MCU7XG4gICAgICAta2h0bWwtYm9yZGVyLXJhZGl1czogNTAlO1xuICAgICAgYm94LXNoYWRvdzogMHB4IDFweCAxcHggMXB4ICNiYmI7XG4gICAgICAtbW96LWJveC1zaGFkb3c6IDBweCAxcHggMXB4IDFweCAjYmJiO1xuICAgICAgLXdlYmtpdC1ib3gtc2hhZG93OiAwcHggMXB4IDFweCAxcHggI2JiYjtcbiAgICB9XG4gIH1cblxuICAuZ2QtdGV4dC1hbm5vdGF0aW9uIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDE1MSwgMTUxLCAyNDAsIDAuNTEpO1xuICB9XG5cbiAgLmdkLXRleHQtc3RyaWtlb3V0LWFubm90YXRpb24ge1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIH1cblxuICAuZ2QtdGV4dC11bmRlcmxpbmUtYW5ub3RhdGlvbiB7XG4gICAgYWxpZ24taXRlbXM6IGVuZDtcbiAgfVxuXG4gIC5nZC10ZXh0LXJlZGFjdGlvbi1hbm5vdGF0aW9uIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjMDAwO1xuICB9XG5cbiAgLmdkLXRleHQtcmVwbGFjZW1lbnQtYW5ub3RhdGlvbiB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgfVxufVxuXG4uc3ZnIHtcbiAgei1pbmRleDogMTtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDA7XG4gIGxlZnQ6IDA7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi5hbm5vdGF0aW9uLXN2ZyB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiAyO1xufVxuIiwiLmdkLWFubm90YXRpb24ge1xuICBwb3NpdGlvbjogYWJzb2x1dGUgIWltcG9ydGFudDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiA5O1xufVxuLmdkLWFubm90YXRpb24gLmdkLWFubm90YXRpb24td3JhcHBlci1ib3JkZXIge1xuICBvdXRsaW5lOiAxcHggc29saWQgIzY3OUZGQTtcbiAgZGlzcGxheTogZmxleDtcbn1cbi5nZC1hbm5vdGF0aW9uIC5nZC1hbm5vdGF0aW9uLXdyYXBwZXIge1xuICBoZWlnaHQ6IGluaGVyaXQ7XG4gIHotaW5kZXg6IDk7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtYW5ub3RhdGlvbi13cmFwcGVyIDo6bmctZGVlcCAucGFsZXR0ZSB7XG4gIHdpZHRoOiAwcHg7XG4gIGhlaWdodDogMzdweDtcbn1cbi5nZC1hbm5vdGF0aW9uIC5nZC1hbm5vdGF0aW9uLXdyYXBwZXIgLmdkLXRleHQtc3RyaWtlb3V0LWxpbmUge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRTA0RTRFO1xuICBoZWlnaHQ6IDJweDtcbiAgd2lkdGg6IDEwMCU7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtYW5ub3RhdGlvbi13cmFwcGVyIC5nZC10ZXh0IHtcbiAgYm9yZGVyOiBub25lO1xuICBvdXRsaW5lOiBub25lO1xuICBtYXJnaW46IDBweDtcbiAgcGFkZGluZzogMHB4O1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiB0cmFuc3BhcmVudDtcbiAgbWluLXdpZHRoOiAxZW07XG4gIG1pbi1oZWlnaHQ6IDFlbTtcbn1cbi5nZC1hbm5vdGF0aW9uIC5nZC1hbm5vdGF0aW9uLXdyYXBwZXIgLmdkLXBvaW50IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzdDQkM0NjtcbiAgd2lkdGg6IDQxcHg7XG4gIGhlaWdodDogNDFweDtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGNvbG9yOiB3aGl0ZTtcbiAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAtbW96LWJvcmRlci1yYWRpdXM6IDUwJTtcbiAgLXdlYmtpdC1ib3JkZXItcmFkaXVzOiA1MCU7XG4gIC1raHRtbC1ib3JkZXItcmFkaXVzOiA1MCU7XG4gIGJveC1zaGFkb3c6IDBweCAxcHggMXB4IDFweCAjYmJiO1xuICAtbW96LWJveC1zaGFkb3c6IDBweCAxcHggMXB4IDFweCAjYmJiO1xuICAtd2Via2l0LWJveC1zaGFkb3c6IDBweCAxcHggMXB4IDFweCAjYmJiO1xufVxuLmdkLWFubm90YXRpb24gLmdkLXRleHQtYW5ub3RhdGlvbiB7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMTUxLCAxNTEsIDI0MCwgMC41MSk7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtdGV4dC1zdHJpa2VvdXQtYW5ub3RhdGlvbiB7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtdGV4dC11bmRlcmxpbmUtYW5ub3RhdGlvbiB7XG4gIGFsaWduLWl0ZW1zOiBlbmQ7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtdGV4dC1yZWRhY3Rpb24tYW5ub3RhdGlvbiB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMwMDA7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtdGV4dC1yZXBsYWNlbWVudC1hbm5vdGF0aW9uIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbn1cbi5zdmcge1xuICB6LWluZGV4OiAxO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbn1cbi5hbm5vdGF0aW9uLXN2ZyB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiAyO1xufVxuIl19 */\"","import {AfterViewInit, Component, OnInit} from '@angular/core';\nimport {\n AnnotationData,\n AnnotationType,\n CommentAnnotation,\n Dimension,\n Position,\n RemoveAnnotation\n} from \"../annotation-models\";\nimport {ActiveAnnotationService} from \"../active-annotation.service\";\nimport {Formatting, Utils, MenuType} from \"@groupdocs.examples.angular/common-components\";\nimport {RemoveAnnotationService} from \"../remove-annotation.service\";\nimport {CommentAnnotationService} from \"../comment-annotation.service\";\nimport * as jquery from 'jquery';\n\nconst $ = jquery;\n\n@Component({\n selector: 'gd-annotation',\n templateUrl: './annotation.component.html',\n styleUrls: ['./annotation.component.less']\n})\nexport class AnnotationComponent implements OnInit, AfterViewInit {\n\n id: number;\n position: Position;\n leftTop: Position;\n type: string;\n pageWidth: number;\n pageHeight: number;\n active = true;\n dimension = new Dimension(0, 0);\n pageNumber: number;\n textValue = \"\";\n pathValue: string;\n distanceValue = '0px';\n pointsValue = \"\";\n svgPath = \"\";\n\n private oldPosition: { x: number; y: number };\n private points = [];\n private endPosition: Position;\n private formatting = Formatting.default();\n\n constructor(private _activeAnnotationService: ActiveAnnotationService,\n private _removeAnnotationService: RemoveAnnotationService,\n private _commentAnnotationService: CommentAnnotationService) {\n this._activeAnnotationService.activeChange.subscribe((id: number) => {\n this.active = this.id === id;\n if (this.active) {\n this.setTextFocus();\n }\n });\n }\n\n static isOnPage(position) {\n const currentPage = document.elementFromPoint(position.x, position.y);\n return currentPage && $(currentPage).parent().parent() &&\n ($(currentPage).parent().parent().parent().hasClass(\"page\") ||\n $(currentPage).parent().parent().parent().parent().parent().hasClass(\"page\"));\n }\n\n ngOnInit() {\n this.leftTop = Position.clone(this.position);\n if (this.isPolyline()) {\n if (this.svgPath) {\n const parsedPoints = this.svgPath.replace(\"M\", \"\").split('L');\n let x = parseFloat(parsedPoints[0].split(\",\")[0]);\n let y = parseFloat(parsedPoints[0].split(\",\")[1]);\n const comp = this;\n parsedPoints.forEach(function (point, index) {\n if (index !== 0) {\n if (point !== \"\") {\n comp.addPoint(new Position(x, y));\n x = (x + parseFloat(point.split(\",\")[0]));\n y = (y + parseFloat(point.split(\",\")[1]));\n }\n }\n });\n } else {\n this.addPoint(this.position);\n }\n } else if (this.isPath()) {\n if (this.svgPath || (this.type === AnnotationType.ARROW.id && !this.dimension.isNone())) {\n const end = new Position(this.position.left + this.dimension.width, this.position.top + this.dimension.height);\n this.setEndPosition(end);\n if (this.dimension.height < 0) {\n this.leftTop.top += this.dimension.height;\n this.dimension.height = this.dimension.height * (-1);\n }\n if (this.dimension.width < 0) {\n this.leftTop.left += this.dimension.width;\n this.dimension.width = this.dimension.width * (-1);\n }\n } else {\n this.setEndPosition(this.position);\n }\n this.distanceValue = this.getDistance() + \"px\";\n } else {\n this.setEndPosition(this.position);\n }\n }\n\n ngAfterViewInit(): void {\n this.setTextFocus();\n }\n\n activation() {\n this._activeAnnotationService.changeActive(this.id);\n }\n\n width($event) {\n this.dimension.width += $event;\n this.correctPosition();\n }\n\n height($event) {\n this.dimension.height += $event;\n this.correctPosition();\n }\n\n left($event) {\n this.position.left += $event;\n this.correctPosition();\n }\n\n top($event) {\n this.position.top += $event;\n this.correctPosition();\n }\n\n private correctPosition() {\n if (this.position.left < 0) {\n this.position.left = 0;\n }\n if (this.position.top < 0) {\n this.position.top = 0;\n }\n if (this.position.top + this.dimension.height > this.pageHeight) {\n this.position.top = this.pageHeight - this.dimension.height;\n }\n if (this.position.left + this.dimension.width > this.pageWidth) {\n this.position.left = this.pageWidth - this.dimension.width;\n }\n }\n\n dragOver($event: DragEvent) {\n $event.preventDefault();\n $event.stopPropagation();\n }\n\n dragStart($event: DragEvent) {\n $event.preventDefault();\n this.oldPosition = Utils.getMousePosition($event);\n if ($event.dataTransfer) {\n $event.dataTransfer.setData('text', 'foo');\n }\n }\n\n dragging($event) {\n $event.preventDefault();\n const position = Utils.getMousePosition($event);\n if (position.x && position.y && AnnotationComponent.isOnPage(position)) {\n const left = position.x - this.oldPosition.x;\n const top = position.y - this.oldPosition.y;\n if (this.isPolyline()) {\n if (!this.checkDragging(left, top)) {\n return;\n }\n this.pointsValue = \"\";\n for (const point of this.points) {\n point.left = point.left + left;\n point.top = point.top + top;\n this.pointsValue += point.left + \",\" + point.top + \" \";\n }\n } else if (this.isPath()) {\n if (!this.checkDragging(left, top)) {\n return;\n }\n this.position.left += left;\n this.position.top += top;\n this.endPosition.left += left;\n this.endPosition.top += top;\n this.pathValue = \"M\" + this.position.left + \",\" + this.position.top + \" L\" + this.endPosition.left + \",\" + this.endPosition.top;\n this.distanceValue = this.getDistance() + \"px\";\n } else {\n this.position.left += left;\n this.position.top += top;\n this.correctPosition();\n }\n this.leftTop.left += left;\n this.leftTop.top += top;\n this.oldPosition = position;\n }\n }\n\n getAnnotationClass() {\n switch (this.type) {\n case AnnotationType.TEXT.id:\n return \"gd-annotation-wrapper-border gd-text-annotation\";\n case AnnotationType.TEXT_STRIKEOUT.id:\n return \"gd-annotation-wrapper-border gd-text-annotation gd-text-strikeout-annotation\";\n case AnnotationType.TEXT_UNDERLINE.id:\n return \"gd-annotation-wrapper-border gd-text-annotation gd-text-underline-annotation\";\n case AnnotationType.TEXT_REDACTION.id:\n return \"gd-annotation-wrapper-border gd-text-redaction-annotation\";\n case AnnotationType.TEXT_REPLACEMENT.id:\n return \"gd-annotation-wrapper-border gd-text-replacement-annotation\";\n case AnnotationType.POINT.id:\n return \"\";\n default:\n return \"gd-annotation-wrapper-border\";\n }\n }\n\n isStrikeoutOrUnderline() {\n return this.type === AnnotationType.TEXT_STRIKEOUT.id || this.type === AnnotationType.TEXT_UNDERLINE.id;\n }\n\n isTextReplacement() {\n return this.type === AnnotationType.TEXT_REPLACEMENT.id;\n }\n\n saveText(value: string) {\n this.textValue = value;\n }\n\n draw(position: Position) {\n if (this.isPolyline()) {\n this.addPoint(position);\n } else if (this.isPath()) {\n this.setEndPosition(position);\n this.distanceValue = this.getDistance() + \"px\";\n }\n this.calcPositionAndDimension();\n }\n\n setStyles() {\n return {\n 'stroke': '#579AF0',\n 'stroke-width': 2,\n 'fill-opacity': 0,\n 'id': (this.isPolyline() ? 'gd-polyline-annotation-' : (this.isDistance() ? 'gd-distance-annotation-' : 'gd-arrow-annotation-')) + this.id,\n 'class': 'annotation-svg',\n };\n }\n\n isPolyline() {\n return this.type === AnnotationType.POLYLINE.id;\n }\n\n private calcPositionAndDimension() {\n const leftTop = new Position(Number.MAX_VALUE, Number.MAX_VALUE);\n const rightBottom = new Position(Number.MIN_VALUE, Number.MIN_VALUE);\n if (this.isPolyline()) {\n for (const point of this.points) {\n leftTop.left = Math.min(point.left, leftTop.left);\n leftTop.top = Math.min(point.top, leftTop.top);\n rightBottom.left = Math.max(point.left, rightBottom.left);\n rightBottom.top = Math.max(point.top, rightBottom.top);\n }\n } else {\n leftTop.left = Math.min(this.position.left, this.endPosition.left);\n leftTop.top = Math.min(this.position.top, this.endPosition.top);\n rightBottom.left = Math.max(this.position.left, this.endPosition.left);\n rightBottom.top = Math.max(this.position.top, this.endPosition.top);\n }\n this.dimension.width = rightBottom.left - leftTop.left;\n this.dimension.height = rightBottom.top - leftTop.top;\n this.leftTop = leftTop;\n }\n\n calcDimensions(currentPosition: Position) {\n this.dimension.width = currentPosition.left - this.position.left;\n this.dimension.height = currentPosition.top - this.position.top;\n }\n\n getHeight() {\n return this.dimension.height === undefined ? undefined : Math.abs(this.dimension.height);\n }\n\n getWidth() {\n return this.dimension.width === undefined ? undefined : Math.abs(this.dimension.width);\n }\n\n private checkDragging(left: number, top: number) {\n return !(this.leftTop.left + left < 0 || this.leftTop.top + top < 0 ||\n this.leftTop.top + top + this.dimension.height > this.pageHeight ||\n this.leftTop.left + left + this.dimension.width > this.pageWidth);\n }\n\n isPoint() {\n return this.type === AnnotationType.POINT.id;\n }\n\n isSVG() {\n return this.type === AnnotationType.POLYLINE.id ||\n this.type === AnnotationType.DISTANCE.id ||\n this.type === AnnotationType.ARROW.id;\n }\n\n isDistance() {\n return this.type === AnnotationType.DISTANCE.id;\n }\n\n distanceTextOptions() {\n return {'font-size': \"12px\"}\n }\n\n isPath() {\n return this.type === AnnotationType.DISTANCE.id ||\n this.type === AnnotationType.ARROW.id;\n }\n\n private setEndPosition(position: Position) {\n this.endPosition = Position.clone(position);\n this.pathValue = \"M\" + this.position.left + \",\" + this.position.top + \" L\" + this.endPosition.left + \",\" + this.endPosition.top;\n }\n\n private addPoint(position: Position) {\n this.points.push(position);\n this.pointsValue += position.left + \",\" + position.top + \" \";\n }\n\n private getDistance() {\n const xs = this.position.left - this.endPosition.left;\n const ys = this.position.top - this.endPosition.top;\n return Math.round(Math.sqrt(xs * xs + ys * ys));\n }\n\n bottom() {\n return 'url(' + window.location + '#end)';\n }\n\n head() {\n return this.isDistance() ? 'url(' + window.location + '#start)' : \"\";\n }\n\n getTextX() {\n return this.getDistance() / 2;\n }\n\n isText() {\n return this.type === AnnotationType.TEXT_FIELD.id || this.type === AnnotationType.WATERMARK.id;\n }\n\n getFormatting() {\n const f = this.formatting;\n const formatting = Formatting.default();\n if (f) {\n formatting.fontSize = f.fontSize;\n formatting.font = f.font;\n formatting.color = f.color;\n }\n return formatting;\n }\n\n saveFormatting($event: Formatting) {\n this.formatting.fontSize = $event.fontSize;\n this.formatting.font = $event.font;\n this.formatting.color = $event.color;\n }\n\n remove() {\n this._removeAnnotationService.remove(new RemoveAnnotation(this.id));\n }\n\n getMenuShift() {\n const menuWidth = this.isText() ? 265 : 148;\n return this.dimension.width > menuWidth ? 0 : (this.dimension.width - menuWidth) * 0.5;\n }\n\n getMenuType() {\n return MenuType.FOR_ANNOTATION;\n }\n\n addComment() {\n this._commentAnnotationService.comment(new CommentAnnotation(this.id));\n }\n\n private setTextFocus() {\n if (this.isText() || this.isTextReplacement()) {\n setTimeout(() => {\n const element = $(\"#text\");\n if (element) {\n element.focus();\n }\n }, 100);\n }\n }\n\n textAreaHeight(key: any, textarea: any) {\n this.dimension.height = \"Enter\" === key ? textarea.scrollHeight + this.formatting.fontSize : textarea.scrollHeight;\n this.dimension.width = textarea.scrollWidth;\n }\n\n hideMenu($event: Event) {\n this._activeAnnotationService.changeActive(null);\n }\n\n getAnnotationData(): AnnotationData {\n const annotationData = new AnnotationData();\n annotationData.id = this.id;\n annotationData.text = this.textValue;\n annotationData.fontColor = parseInt(Utils.toHex(this.formatting.color).replace(\"#\", \"\"), 16);\n annotationData.fontSize = this.formatting.fontSize;\n annotationData.font = this.formatting.font;\n annotationData.left = this.leftTop.left;\n annotationData.top = this.leftTop.top;\n annotationData.height = this.dimension.height;\n annotationData.width = this.dimension.width;\n annotationData.pageNumber = this.pageNumber;\n annotationData.type = this.type;\n annotationData.svgPath = this.getSvgPath();\n return annotationData;\n }\n\n private getSvgPath() {\n let svgPath = \"M\";\n if (this.type === AnnotationType.POLYLINE.id) {\n let index = 0;\n let previousX = 0, previousY = 0;\n for (const point of this.points) {\n if (index === 0) {\n svgPath += point.left + \",\" + point.top + \"l\";\n index = 1;\n } else {\n previousX = point.left - previousX;\n previousY = point.top - previousY;\n svgPath += previousX + \",\" + previousY + \"l\";\n }\n previousX = point.left;\n previousY = point.top;\n }\n } else if (this.type === AnnotationType.DISTANCE.id || this.type === AnnotationType.ARROW.id) {\n svgPath += this.position.left + \",\" + this.position.top + \" \";\n svgPath += this.endPosition.left + \",\" + this.endPosition.top + \" \";\n } else {\n svgPath = \"\";\n }\n return svgPath;\n }\n}\n","import {Observable, Subject} from \"rxjs\";\nimport {CommentAnnotation, Comment} from \"./annotation-models\";\n\nexport class CommentAnnotationService {\n private _observer: Subject = new Subject();\n private readonly _commentAnnotation: Observable = this._observer.asObservable();\n private _observerAddComment: Subject = new Subject();\n private readonly _addCommentObserve: Observable = this._observerAddComment.asObservable();\n\n constructor() {\n }\n\n get commentAnnotation(): Observable {\n return this._commentAnnotation;\n }\n\n comment(id: CommentAnnotation): void {\n this._observer.next(id);\n }\n\n get addCommentObserve(): Observable {\n return this._addCommentObserve;\n }\n\n addComment(comment: Comment) {\n this._observerAddComment.next(comment);\n }\n\n}\n","module.exports = \".gd-comments-panel {\\n position: absolute;\\n right: 0;\\n top: 30px;\\n overflow: auto !important;\\n width: 334px;\\n display: -webkit-box;\\n display: flex;\\n height: 100%;\\n z-index: 9;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n}\\n.gd-comments-panel .gd-comments-head {\\n height: 60px;\\n width: 334px;\\n display: -webkit-box;\\n display: flex;\\n background-color: #222E35;\\n color: #959DA5;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-comments-panel .gd-comments-head .icon {\\n -webkit-box-flex: 0;\\n flex: 0 0 40px;\\n margin-left: 20px;\\n cursor: pointer;\\n}\\n.gd-comments-panel .gd-comments-head .gd-comments-title {\\n -webkit-box-flex: 1;\\n flex: 1;\\n font-size: 13px;\\n font-weight: bold;\\n}\\n.gd-comments-panel .gd-comments-body {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-align: center;\\n align-items: center;\\n background-color: #F4F4F4;\\n height: calc(100% - 90px);\\n}\\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n color: #959DA5;\\n width: 250px;\\n height: 250px;\\n margin-top: 40px;\\n}\\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list .icon {\\n font-size: 65px;\\n margin-bottom: 40px;\\n}\\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list .gd-empty-text {\\n font-size: 15px;\\n}\\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list .gd-empty-bold-text {\\n font-weight: bold;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9hbm5vdGF0aW9uL3NyYy9saWIvY29tbWVudC1wYW5lbC9jb21tZW50LXBhbmVsLmNvbXBvbmVudC5sZXNzIiwibGlicy9hbm5vdGF0aW9uL3NyYy9saWIvY29tbWVudC1wYW5lbC9jb21tZW50LXBhbmVsLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0Usa0JBQUE7RUFDQSxRQUFBO0VBQ0EsU0FBQTtFQUNBLHlCQUFBO0VBQ0EsWUFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLFlBQUE7RUFDQSxVQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0FDQ0Y7QURWQTtFQVlJLFlBQUE7RUFDQSxZQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7RUFDQSxjQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ0NKO0FEbEJBO0VBb0JNLG1CQUFBO1VBQUEsY0FBQTtFQUNBLGlCQUFBO0VBQ0EsZUFBQTtBQ0NOO0FEdkJBO0VBMEJNLG1CQUFBO1VBQUEsT0FBQTtFQUNBLGVBQUE7RUFDQSxpQkFBQTtBQ0FOO0FENUJBO0VBaUNJLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSx5QkFBQTtFQUNBLHlCQUFBO0FDRko7QURuQ0E7RUF3Q00sb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxjQUFBO0VBQ0EsWUFBQTtFQUNBLGFBQUE7RUFDQSxnQkFBQTtBQ0ZOO0FEN0NBO0VBa0RRLGVBQUE7RUFDQSxtQkFBQTtBQ0ZSO0FEakRBO0VBdURRLGVBQUE7QUNIUjtBRHBEQTtFQTJEUSxpQkFBQTtBQ0pSIiwiZmlsZSI6ImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2NvbW1lbnQtcGFuZWwvY29tbWVudC1wYW5lbC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIi5nZC1jb21tZW50cy1wYW5lbCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcmlnaHQ6IDA7XG4gIHRvcDogMzBweDtcbiAgb3ZlcmZsb3c6IGF1dG8gIWltcG9ydGFudDtcbiAgd2lkdGg6IDMzNHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IDEwMCU7XG4gIHotaW5kZXg6IDk7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG5cbiAgLmdkLWNvbW1lbnRzLWhlYWQge1xuICAgIGhlaWdodDogNjBweDtcbiAgICB3aWR0aDogMzM0cHg7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjMjIyRTM1O1xuICAgIGNvbG9yOiAjOTU5REE1O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG5cbiAgICAuaWNvbiB7XG4gICAgICBmbGV4OiAwIDAgNDBweDtcbiAgICAgIG1hcmdpbi1sZWZ0OiAyMHB4O1xuICAgICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIH1cblxuICAgIC5nZC1jb21tZW50cy10aXRsZSB7XG4gICAgICBmbGV4OiAxO1xuICAgICAgZm9udC1zaXplOiAxM3B4O1xuICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgfVxuICB9XG5cbiAgLmdkLWNvbW1lbnRzLWJvZHkge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNGNEY0RjQ7XG4gICAgaGVpZ2h0OiB+XCJjYWxjKDEwMCUgLSA5MHB4KVwiO1xuXG4gICAgLmdkLWVtcHR5LWNvbW1lbnRzLWxpc3Qge1xuICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgICBjb2xvcjogIzk1OURBNTtcbiAgICAgIHdpZHRoOiAyNTBweDtcbiAgICAgIGhlaWdodDogMjUwcHg7XG4gICAgICBtYXJnaW4tdG9wOiA0MHB4O1xuXG4gICAgICAuaWNvbiB7XG4gICAgICAgIGZvbnQtc2l6ZTogNjVweDtcbiAgICAgICAgbWFyZ2luLWJvdHRvbTogNDBweDtcbiAgICAgIH1cblxuICAgICAgLmdkLWVtcHR5LXRleHQge1xuICAgICAgICBmb250LXNpemU6IDE1cHg7XG4gICAgICB9XG5cbiAgICAgIC5nZC1lbXB0eS1ib2xkLXRleHQge1xuICAgICAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cbiIsIi5nZC1jb21tZW50cy1wYW5lbCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcmlnaHQ6IDA7XG4gIHRvcDogMzBweDtcbiAgb3ZlcmZsb3c6IGF1dG8gIWltcG9ydGFudDtcbiAgd2lkdGg6IDMzNHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IDEwMCU7XG4gIHotaW5kZXg6IDk7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG59XG4uZ2QtY29tbWVudHMtcGFuZWwgLmdkLWNvbW1lbnRzLWhlYWQge1xuICBoZWlnaHQ6IDYwcHg7XG4gIHdpZHRoOiAzMzRweDtcbiAgZGlzcGxheTogZmxleDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzIyMkUzNTtcbiAgY29sb3I6ICM5NTlEQTU7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZ2QtY29tbWVudHMtcGFuZWwgLmdkLWNvbW1lbnRzLWhlYWQgLmljb24ge1xuICBmbGV4OiAwIDAgNDBweDtcbiAgbWFyZ2luLWxlZnQ6IDIwcHg7XG4gIGN1cnNvcjogcG9pbnRlcjtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtaGVhZCAuZ2QtY29tbWVudHMtdGl0bGUge1xuICBmbGV4OiAxO1xuICBmb250LXNpemU6IDEzcHg7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xufVxuLmdkLWNvbW1lbnRzLXBhbmVsIC5nZC1jb21tZW50cy1ib2R5IHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0Y0RjRGNDtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSA5MHB4KTtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtYm9keSAuZ2QtZW1wdHktY29tbWVudHMtbGlzdCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBjb2xvcjogIzk1OURBNTtcbiAgd2lkdGg6IDI1MHB4O1xuICBoZWlnaHQ6IDI1MHB4O1xuICBtYXJnaW4tdG9wOiA0MHB4O1xufVxuLmdkLWNvbW1lbnRzLXBhbmVsIC5nZC1jb21tZW50cy1ib2R5IC5nZC1lbXB0eS1jb21tZW50cy1saXN0IC5pY29uIHtcbiAgZm9udC1zaXplOiA2NXB4O1xuICBtYXJnaW4tYm90dG9tOiA0MHB4O1xufVxuLmdkLWNvbW1lbnRzLXBhbmVsIC5nZC1jb21tZW50cy1ib2R5IC5nZC1lbXB0eS1jb21tZW50cy1saXN0IC5nZC1lbXB0eS10ZXh0IHtcbiAgZm9udC1zaXplOiAxNXB4O1xufVxuLmdkLWNvbW1lbnRzLXBhbmVsIC5nZC1jb21tZW50cy1ib2R5IC5nZC1lbXB0eS1jb21tZW50cy1saXN0IC5nZC1lbXB0eS1ib2xkLXRleHQge1xuICBmb250LXdlaWdodDogYm9sZDtcbn1cbiJdfQ== */\"","import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';\nimport {CommentAnnotationService} from \"../comment-annotation.service\";\nimport {Comment} from '../annotation-models'\n\n@Component({\n selector: 'gd-comment-panel',\n templateUrl: './comment-panel.component.html',\n styleUrls: ['./comment-panel.component.less']\n})\nexport class CommentPanelComponent implements OnInit {\n @Input() comments: [];\n @Input() annotationId: number;\n\n @Output() closeComments = new EventEmitter();\n\n private currentComment: Comment;\n\n constructor(private _commentAnnotationService: CommentAnnotationService) {\n }\n\n ngOnInit() {\n }\n\n closePanel() {\n this.closeComments.emit(true);\n }\n\n newComment() {\n this.currentComment = new Comment(this.annotationId);\n }\n\n clearComment() {\n this.currentComment = null;\n }\n\n addComment() {\n this._commentAnnotationService.addComment(Comment.create(this.currentComment));\n this.currentComment = null;\n }\n}\n","module.exports = \".gd-comment {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n width: 294px;\\n font-size: 13px;\\n color: #3E4E5A;\\n padding-top: 20px;\\n}\\n.gd-comment .gd-comment-head {\\n display: -webkit-box;\\n display: flex;\\n}\\n.gd-comment .gd-comment-head .icon {\\n -webkit-box-flex: 0;\\n flex: 0 0 30px;\\n}\\n.gd-comment .gd-comment-head .gd-name {\\n font-weight: bold;\\n}\\n.gd-comment .gd-message {\\n padding-top: 5px;\\n}\\n.gd-comment .gd-time {\\n color: #ACACAC;\\n padding-top: 5px;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9hbm5vdGF0aW9uL3NyYy9saWIvY29tbWVudC9jb21tZW50LmNvbXBvbmVudC5sZXNzIiwibGlicy9hbm5vdGF0aW9uL3NyYy9saWIvY29tbWVudC9jb21tZW50LmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsWUFBQTtFQUNBLGVBQUE7RUFDQSxjQUFBO0VBQ0EsaUJBQUE7QUNDRjtBRFBBO0VBU0ksb0JBQUE7RUFBQSxhQUFBO0FDQ0o7QURWQTtFQVlNLG1CQUFBO1VBQUEsY0FBQTtBQ0NOO0FEYkE7RUFnQk0saUJBQUE7QUNBTjtBRGhCQTtFQXFCSSxnQkFBQTtBQ0ZKO0FEbkJBO0VBeUJJLGNBQUE7RUFDQSxnQkFBQTtBQ0hKIiwiZmlsZSI6ImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2NvbW1lbnQvY29tbWVudC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIi5nZC1jb21tZW50IHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgd2lkdGg6IDI5NHB4O1xuICBmb250LXNpemU6IDEzcHg7XG4gIGNvbG9yOiAjM0U0RTVBO1xuICBwYWRkaW5nLXRvcDogMjBweDtcblxuICAuZ2QtY29tbWVudC1oZWFkIHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuXG4gICAgLmljb24ge1xuICAgICAgZmxleDogMCAwIDMwcHg7XG4gICAgfVxuXG4gICAgLmdkLW5hbWUge1xuICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgfVxuICB9XG5cbiAgLmdkLW1lc3NhZ2Uge1xuICAgIHBhZGRpbmctdG9wOiA1cHg7XG4gIH1cblxuICAuZ2QtdGltZSB7XG4gICAgY29sb3I6ICNBQ0FDQUM7XG4gICAgcGFkZGluZy10b3A6IDVweDtcbiAgfVxufVxuIiwiLmdkLWNvbW1lbnQge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aDogMjk0cHg7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgY29sb3I6ICMzRTRFNUE7XG4gIHBhZGRpbmctdG9wOiAyMHB4O1xufVxuLmdkLWNvbW1lbnQgLmdkLWNvbW1lbnQtaGVhZCB7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG4uZ2QtY29tbWVudCAuZ2QtY29tbWVudC1oZWFkIC5pY29uIHtcbiAgZmxleDogMCAwIDMwcHg7XG59XG4uZ2QtY29tbWVudCAuZ2QtY29tbWVudC1oZWFkIC5nZC1uYW1lIHtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG59XG4uZ2QtY29tbWVudCAuZ2QtbWVzc2FnZSB7XG4gIHBhZGRpbmctdG9wOiA1cHg7XG59XG4uZ2QtY29tbWVudCAuZ2QtdGltZSB7XG4gIGNvbG9yOiAjQUNBQ0FDO1xuICBwYWRkaW5nLXRvcDogNXB4O1xufVxuIl19 */\"","import {Component, Input, OnInit} from '@angular/core';\nimport {Comment} from '../annotation-models'\n\n@Component({\n selector: 'gd-comment',\n templateUrl: './comment.component.html',\n styleUrls: ['./comment.component.less']\n})\nexport class CommentComponent implements OnInit {\n\n @Input() comment: Comment;\n\n constructor() {\n }\n\n ngOnInit() {\n }\n\n getTime() {\n const time = Date.now() - this.comment.time;\n const hours = Math.round(time / (60 * 60 * 1000));\n if (hours > 1) {\n return 'about ' + hours + ' hours ago';\n }\n const min = Math.round(time / (60 * 1000));\n if (min > 1) {\n return 'about ' + min + ' minutes ago';\n }\n const sec = Math.round(time / 1000);\n if (sec > 1) {\n return 'about ' + sec + ' seconds ago';\n }\n return this.comment.time;\n }\n}\n","module.exports = \".gd-new-comment {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n padding-top: 20px;\\n width: 294px;\\n font-size: 14px;\\n}\\n.gd-new-comment .gd-buttons {\\n display: -webkit-box;\\n display: flex;\\n margin-top: 20px;\\n width: 294px;\\n -webkit-box-pack: end;\\n justify-content: flex-end;\\n}\\n.gd-new-comment .gd-buttons .gd-add-comment {\\n background-color: #4B566C !important;\\n margin-left: 10px;\\n border: 1px solid #707070;\\n}\\n.gd-new-comment .gd-buttons .gd-add-comment ::ng-deep .button {\\n color: #FFFFFF !important;\\n}\\n.gd-new-comment .gd-buttons .gd-cancel-comment {\\n background-color: transparent;\\n border: 1px solid #707070;\\n}\\n.gd-new-comment .gd-buttons .gd-cancel-comment ::ng-deep .button {\\n color: #ACACAC !important;\\n}\\n.gd-new-comment .gd-name {\\n width: 100%;\\n height: 37px;\\n border: 1px solid #6E6E6E;\\n}\\n.gd-new-comment .gd-text {\\n width: 100%;\\n height: 100px;\\n border: 1px solid #6E6E6E;\\n margin-top: 20px;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9hbm5vdGF0aW9uL3NyYy9saWIvY3JlYXRlLWNvbW1lbnQvY3JlYXRlLWNvbW1lbnQuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2Fubm90YXRpb24vc3JjL2xpYi9jcmVhdGUtY29tbWVudC9jcmVhdGUtY29tbWVudC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsaUJBQUE7RUFDQSxZQUFBO0VBQ0EsZUFBQTtBQ0NGO0FEUkE7RUFVSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxnQkFBQTtFQUNBLFlBQUE7RUFDQSxxQkFBQTtVQUFBLHlCQUFBO0FDQ0o7QURkQTtFQWdCTSxvQ0FBQTtFQUNBLGlCQUFBO0VBQ0EseUJBQUE7QUNDTjtBRG5CQTtFQXFCUSx5QkFBQTtBQ0NSO0FEdEJBO0VBMEJNLDZCQUFBO0VBQ0EseUJBQUE7QUNETjtBRDFCQTtFQThCUSx5QkFBQTtBQ0RSO0FEN0JBO0VBb0NJLFdBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7QUNKSjtBRGxDQTtFQTBDSSxXQUFBO0VBQ0EsYUFBQTtFQUNBLHlCQUFBO0VBQ0EsZ0JBQUE7QUNMSiIsImZpbGUiOiJsaWJzL2Fubm90YXRpb24vc3JjL2xpYi9jcmVhdGUtY29tbWVudC9jcmVhdGUtY29tbWVudC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIi5nZC1uZXctY29tbWVudCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBwYWRkaW5nLXRvcDogMjBweDtcbiAgd2lkdGg6IDI5NHB4O1xuICBmb250LXNpemU6IDE0cHg7XG5cbiAgLmdkLWJ1dHRvbnMge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgbWFyZ2luLXRvcDogMjBweDtcbiAgICB3aWR0aDogMjk0cHg7XG4gICAganVzdGlmeS1jb250ZW50OiBmbGV4LWVuZDtcblxuICAgIC5nZC1hZGQtY29tbWVudCB7XG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjNEI1NjZDICFpbXBvcnRhbnQ7XG4gICAgICBtYXJnaW4tbGVmdDogMTBweDtcbiAgICAgIGJvcmRlcjogMXB4IHNvbGlkICM3MDcwNzA7XG5cbiAgICAgIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICAgICAgY29sb3I6ICNGRkZGRkYgIWltcG9ydGFudDtcbiAgICAgIH1cbiAgICB9XG5cbiAgICAuZ2QtY2FuY2VsLWNvbW1lbnQge1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogdHJhbnNwYXJlbnQ7XG4gICAgICBib3JkZXI6IDFweCBzb2xpZCAjNzA3MDcwO1xuXG4gICAgICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgICAgIGNvbG9yOiAjQUNBQ0FDICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgLmdkLW5hbWUge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogMzdweDtcbiAgICBib3JkZXI6IDFweCBzb2xpZCAjNkU2RTZFO1xuICB9XG5cbiAgLmdkLXRleHQge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogMTAwcHg7XG4gICAgYm9yZGVyOiAxcHggc29saWQgIzZFNkU2RTtcbiAgICBtYXJnaW4tdG9wOiAyMHB4O1xuICB9XG59XG4iLCIuZ2QtbmV3LWNvbW1lbnQge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgcGFkZGluZy10b3A6IDIwcHg7XG4gIHdpZHRoOiAyOTRweDtcbiAgZm9udC1zaXplOiAxNHB4O1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIHtcbiAgZGlzcGxheTogZmxleDtcbiAgbWFyZ2luLXRvcDogMjBweDtcbiAgd2lkdGg6IDI5NHB4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtZW5kO1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIC5nZC1hZGQtY29tbWVudCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0QjU2NkMgIWltcG9ydGFudDtcbiAgbWFyZ2luLWxlZnQ6IDEwcHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkICM3MDcwNzA7XG59XG4uZ2QtbmV3LWNvbW1lbnQgLmdkLWJ1dHRvbnMgLmdkLWFkZC1jb21tZW50IDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgY29sb3I6ICNGRkZGRkYgIWltcG9ydGFudDtcbn1cbi5nZC1uZXctY29tbWVudCAuZ2QtYnV0dG9ucyAuZ2QtY2FuY2VsLWNvbW1lbnQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiB0cmFuc3BhcmVudDtcbiAgYm9yZGVyOiAxcHggc29saWQgIzcwNzA3MDtcbn1cbi5nZC1uZXctY29tbWVudCAuZ2QtYnV0dG9ucyAuZ2QtY2FuY2VsLWNvbW1lbnQgOjpuZy1kZWVwIC5idXR0b24ge1xuICBjb2xvcjogI0FDQUNBQyAhaW1wb3J0YW50O1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1uYW1lIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMzdweDtcbiAgYm9yZGVyOiAxcHggc29saWQgIzZFNkU2RTtcbn1cbi5nZC1uZXctY29tbWVudCAuZ2QtdGV4dCB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMHB4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNkU2RTZFO1xuICBtYXJnaW4tdG9wOiAyMHB4O1xufVxuIl19 */\"","import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';\nimport {Comment} from '../annotation-models'\nimport * as jquery from 'jquery';\n\nconst $ = jquery;\n\n@Component({\n selector: 'gd-create-comment',\n templateUrl: './create-comment.component.html',\n styleUrls: ['./create-comment.component.less']\n})\nexport class CreateCommentComponent implements OnInit {\n @Input() comment: Comment;\n\n @Output() addComment = new EventEmitter();\n @Output() removeComment = new EventEmitter();\n\n constructor() {\n }\n\n ngOnInit() {\n setTimeout(() => {\n const element = $(\"#name\");\n if (element) {\n element.focus();\n }\n }, 100);\n }\n\n onAddComment() {\n this.addComment.emit(this.comment);\n }\n\n clearComment() {\n this.removeComment.emit(true);\n }\n\n saveText(value: string) {\n this.comment.text = value;\n }\n\n saveName(value: string) {\n this.comment.userName = value;\n }\n}\n","import {Observable, Subject} from \"rxjs\";\nimport {RemoveAnnotation} from \"./annotation-models\";\n\nexport class RemoveAnnotationService {\n private _observer: Subject = new Subject();\n private readonly _removeAnnotation: Observable = this._observer.asObservable();\n\n constructor() {\n }\n\n get removeAnnotation(): Observable {\n return this._removeAnnotation;\n }\n\n remove(id: RemoveAnnotation): void {\n this._observer.next(id);\n }\n}\n","export * from './lib/comparison.module';\nexport * from './lib/comparison-app.component';\nexport * from './lib/comparison-config.service';\nexport * from './lib/comparison-config';\nexport * from './lib/comparison.service';\nexport * from './lib/models';\n\n","module.exports = \":host {\\n border-bottom: 1px solid #CCC;\\n}\\n:host /deep/ gd-button .button {\\n font-size: 14px !important;\\n}\\n.wrapper {\\n height: 37px;\\n background-color: #FFFFFF;\\n display: -webkit-box;\\n display: flex;\\n}\\n.upload-wrapper {\\n display: -webkit-box;\\n display: flex;\\n width: 100%;\\n}\\n.url-input {\\n border: 0;\\n height: 37px;\\n width: 100%;\\n padding-left: 5px;\\n margin: 0px;\\n padding-top: 0px;\\n padding-bottom: 0px;\\n outline: none;\\n color: #959da5;\\n opacity: 0.5;\\n font-style: italic;\\n}\\n.compare-file-name {\\n color: #6e6e6e;\\n margin: 8px 8px 8px 0px;\\n width: 100%;\\n text-align: left;\\n font-size: 13px;\\n opacity: 0.5;\\n}\\n.ng-fa-icon {\\n color: #959da5;\\n margin: 9px 15px 0px 13px;\\n font-size: 14px;\\n}\\n.compare-file {\\n width: 100%;\\n border-right: 2px solid #ddd;\\n}\\n.wrapper .ng-fa-icon.fa-file-pdf {\\n color: #e04e4e;\\n}\\n.wrapper .ng-fa-icon.fa-file-word {\\n color: #539CF0;\\n}\\n.wrapper .ng-fa-icon.fa-file-powerpoint {\\n color: #e29e1e;\\n}\\n.wrapper .ng-fa-icon.fa-file-excel {\\n color: #7cbc46;\\n}\\n.wrapper .ng-fa-icon.fa-file-image {\\n color: #c375ed;\\n}\\n.wrapper .ng-fa-icon.fa-file-text .fa-folder,\\n.wrapper .ng-fa-icon.fa-file,\\n.wrapper .ng-fa-icon.fa-file-alt {\\n color: #4b566c;\\n}\\n.wrapper /deep/ gd-button .button fa-icon {\\n color: #6e6e6e;\\n}\\n/deep/ gd-tab .gd-tab .title {\\n font-size: 13px;\\n font-weight: bold;\\n color: #959da5;\\n opacity: 0.4;\\n}\\n/deep/ gd-tab .gd-tab.active .title {\\n color: #3E4E5A !important;\\n opacity: 1;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvYWRkLWZpbGUtcGFuZWwvYWRkLWZpbGUtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9hZGQtZmlsZS1wYW5lbC9hZGQtZmlsZS1wYW5lbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLDZCQUFBO0FDREY7QURBQTtFQUlNLDBCQUFBO0FDRE47QURNQTtFQUNFLFlBQUE7RUFDQSx5QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ0pGO0FET0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxXQUFBO0FDTEY7QURRQTtFQUNFLFNBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGlCQUFBO0VBQ0EsV0FBQTtFQUNBLGdCQUFBO0VBQ0EsbUJBQUE7RUFDQSxhQUFBO0VBQ0EsY0FBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtBQ05GO0FEU0E7RUFDRSxjQUFBO0VBQ0EsdUJBQUE7RUFDQSxXQUFBO0VBQ0EsZ0JBQUE7RUFDQSxlQUFBO0VBQ0EsWUFBQTtBQ1BGO0FEVUE7RUFDRSxjQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0FDUkY7QURXQTtFQUNFLFdBQUE7RUFDQSw0QkFBQTtBQ1RGO0FEWUE7RUFDRSxjQUFBO0FDVkY7QURhQTtFQUNFLGNBQUE7QUNYRjtBRGNBO0VBQ0UsY0FBQTtBQ1pGO0FEZUE7RUFDRSxjQUFBO0FDYkY7QURnQkE7RUFDRSxjQUFBO0FDZEY7QURpQkE7OztFQUdFLGNBQUE7QUNmRjtBRGtCQTtFQUlRLGNBQUE7QUNuQlI7QUR5QkE7RUFHTSxlQUFBO0VBQ0EsaUJBQUE7RUFDQSxjQUFBO0VBQ0EsWUFBQTtBQ3pCTjtBRDRCSTtFQUVJLHlCQUFBO0VBQ0EsVUFBQTtBQzNCUiIsImZpbGUiOiJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9hZGQtZmlsZS1wYW5lbC9hZGQtZmlsZS1wYW5lbC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlcy5sZXNzXCI7XG5cbjpob3N0e1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0NDQztcbiAgL2RlZXAvIGdkLWJ1dHRvbiB7XG4gICAgLmJ1dHRvbiB7XG4gICAgICBmb250LXNpemU6IDE0cHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cbn1cblxuLndyYXBwZXIge1xuICBoZWlnaHQ6IDM3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkZGRkY7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG5cbi51cGxvYWQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxMDAlO1xufVxuXG4udXJsLWlucHV0IHtcbiAgYm9yZGVyOiAwO1xuICBoZWlnaHQ6IDM3cHg7XG4gIHdpZHRoOiAxMDAlO1xuICBwYWRkaW5nLWxlZnQ6IDVweDtcbiAgbWFyZ2luOiAwcHg7XG4gIHBhZGRpbmctdG9wOiAwcHg7XG4gIHBhZGRpbmctYm90dG9tOiAwcHg7XG4gIG91dGxpbmU6IG5vbmU7XG4gIGNvbG9yOiBAcmVnZW50LWdyYXk7XG4gIG9wYWNpdHk6IDAuNTtcbiAgZm9udC1zdHlsZTogaXRhbGljO1xufVxuXG4uY29tcGFyZS1maWxlLW5hbWUge1xuICBjb2xvcjogQGRvdmUtZ3JheTtcbiAgbWFyZ2luOiA4cHggOHB4IDhweCAwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBmb250LXNpemU6IDEzcHg7XG4gIG9wYWNpdHk6IDAuNTtcbn1cblxuLm5nLWZhLWljb24ge1xuICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICBtYXJnaW46IDlweCAxNXB4IDBweCAxM3B4O1xuICBmb250LXNpemU6IDE0cHg7XG59XG5cbi5jb21wYXJlLWZpbGUge1xuICB3aWR0aDogMTAwJTtcbiAgYm9yZGVyLXJpZ2h0OiAycHggc29saWQgI2RkZDtcbn1cblxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogQHBkZjtcbn1cblxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS13b3JkIHtcbiAgY29sb3I6IEB3b3JkO1xufVxuXG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogQHBvd2VycG9pbnQ7XG59XG5cbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtZXhjZWwge1xuICBjb2xvcjogQGV4Y2VsO1xufVxuXG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6IEBpbWFnZTtcbn1cblxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIsXG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLFxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS1hbHQge1xuICBjb2xvcjogQGZvbGRlcjtcbn1cblxuLndyYXBwZXIge1xuICAvZGVlcC8gZ2QtYnV0dG9uIHtcbiAgICAuYnV0dG9uIHtcbiAgICAgIGZhLWljb24ge1xuICAgICAgICBjb2xvcjogQGRvdmUtZ3JheTtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuL2RlZXAvIGdkLXRhYiB7XG4gIC5nZC10YWIge1xuICAgIC50aXRsZSB7XG4gICAgICBmb250LXNpemU6IDEzcHg7XG4gICAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICAgIGNvbG9yOiBAcmVnZW50LWdyYXk7XG4gICAgICBvcGFjaXR5OiAwLjQ7XG4gICAgICBcbiAgICB9XG4gICAgJi5hY3RpdmUge1xuICAgICAgLnRpdGxlIHtcbiAgICAgICAgY29sb3I6IEBwcmltYXJ5ICFpbXBvcnRhbnQ7XG4gICAgICAgIG9wYWNpdHk6IDE7XG4gICAgICB9XG4gICAgfVxuICB9XG59IiwiOmhvc3Qge1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0NDQztcbn1cbjpob3N0IC9kZWVwLyBnZC1idXR0b24gLmJ1dHRvbiB7XG4gIGZvbnQtc2l6ZTogMTRweCAhaW1wb3J0YW50O1xufVxuLndyYXBwZXIge1xuICBoZWlnaHQ6IDM3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkZGRkY7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG4udXBsb2FkLXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbn1cbi51cmwtaW5wdXQge1xuICBib3JkZXI6IDA7XG4gIGhlaWdodDogMzdweDtcbiAgd2lkdGg6IDEwMCU7XG4gIHBhZGRpbmctbGVmdDogNXB4O1xuICBtYXJnaW46IDBweDtcbiAgcGFkZGluZy10b3A6IDBweDtcbiAgcGFkZGluZy1ib3R0b206IDBweDtcbiAgb3V0bGluZTogbm9uZTtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIG9wYWNpdHk6IDAuNTtcbiAgZm9udC1zdHlsZTogaXRhbGljO1xufVxuLmNvbXBhcmUtZmlsZS1uYW1lIHtcbiAgY29sb3I6ICM2ZTZlNmU7XG4gIG1hcmdpbjogOHB4IDhweCA4cHggMHB4O1xuICB3aWR0aDogMTAwJTtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBvcGFjaXR5OiAwLjU7XG59XG4ubmctZmEtaWNvbiB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xuICBtYXJnaW46IDlweCAxNXB4IDBweCAxM3B4O1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uY29tcGFyZS1maWxlIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGJvcmRlci1yaWdodDogMnB4IHNvbGlkICNkZGQ7XG59XG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLXBkZiB7XG4gIGNvbG9yOiAjZTA0ZTRlO1xufVxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS13b3JkIHtcbiAgY29sb3I6ICM1MzlDRjA7XG59XG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogI2UyOWUxZTtcbn1cbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtZXhjZWwge1xuICBjb2xvcjogIzdjYmM0Njtcbn1cbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtaW1hZ2Uge1xuICBjb2xvcjogI2MzNzVlZDtcbn1cbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtdGV4dCAuZmEtZm9sZGVyLFxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZSxcbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtYWx0IHtcbiAgY29sb3I6ICM0YjU2NmM7XG59XG4ud3JhcHBlciAvZGVlcC8gZ2QtYnV0dG9uIC5idXR0b24gZmEtaWNvbiB7XG4gIGNvbG9yOiAjNmU2ZTZlO1xufVxuIC9kZWVwLyBnZC10YWIgLmdkLXRhYiAudGl0bGUge1xuICBmb250LXNpemU6IDEzcHg7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xuICBjb2xvcjogIzk1OWRhNTtcbiAgb3BhY2l0eTogMC40O1xufVxuIC9kZWVwLyBnZC10YWIgLmdkLXRhYi5hY3RpdmUgLnRpdGxlIHtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbiAgb3BhY2l0eTogMTtcbn1cbiJdfQ== */\"","import {Component, EventEmitter, Input, OnChanges, OnInit, Output, SimpleChanges} from '@angular/core';\nimport {\n CommonModals,\n ExceptionMessageService,\n FileUtil,\n ModalService\n} from \"@groupdocs.examples.angular/common-components\";\n\nexport class States {\n static Empty = 'empty';\n static Opened = 'opened';\n}\n\n@Component({\n selector: 'gd-add-file-panel',\n templateUrl: './add-file-panel.component.html',\n styleUrls: ['./add-file-panel.component.less']\n})\nexport class AddFilePanelComponent implements OnInit, OnChanges {\n @Input() panel: string;\n @Output() active = new EventEmitter();\n @Output() urlForUpload = new EventEmitter();\n @Output() cleanPanel = new EventEmitter();\n state = States.Empty;\n @Input() fileName: string;\n uploadDisabled = true;\n\n constructor(private _modalService: ModalService,\n private _excMessageService: ExceptionMessageService) {\n }\n\n ngOnInit() {\n }\n\n getFormatIcon() {\n return FileUtil.find(this.fileName, false).icon;\n }\n\n openModal() {\n this.active.emit(this.panel);\n this._modalService.open(CommonModals.BrowseFiles);\n }\n\n isEmpty() {\n return this.state === States.Empty;\n }\n\n cleanFile() {\n this.active.emit(this.panel);\n this.cleanPanel.emit(true);\n }\n\n uploadUrl(url: string) {\n if(this.uploadDisabled){\n return\n }\n if (url && (url.startsWith('http') || url.startsWith('file') || url.startsWith('ftp'))) {\n this.active.emit(this.panel);\n this.urlForUpload.emit(url);\n } else {\n this._modalService.open(CommonModals.ErrorMessage);\n this._excMessageService.changeMessage(\"Wrong url\");\n }\n }\n\n checkDisabled(url: string) {\n this.uploadDisabled = url ? url.length === 0 : true;\n }\n\n ngOnChanges(changes: SimpleChanges): void {\n if (this.fileName) {\n this.state = States.Opened;\n } else {\n this.state = States.Empty;\n }\n }\n}\n","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n/deep/ .tools .button {\\n color: #fff !important;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-flow: column;\\n}\\n/deep/ .tools .button.inactive {\\n color: #959da5 !important;\\n}\\n/deep/ .tools .icon-button {\\n margin: 0px 0px 0px 7px !important;\\n}\\n/deep/ .compare-file .icon-button {\\n margin: 0px !important;\\n}\\n/deep/ .compare-file .icon-button .text {\\n padding: 0px !important;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n.loader {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n height: 100%;\\n}\\n.upload-compare-file {\\n height: 100%;\\n width: 50%;\\n border-right: 1px solid #CCC;\\n display: -webkit-box;\\n display: flex;\\n align-content: center;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n text-align: center;\\n -webkit-box-flex: 0;\\n flex-grow: 0;\\n}\\n.open-file-panel {\\n display: -webkit-box;\\n display: flex;\\n width: 100%;\\n}\\n.files-panel {\\n background-color: #e7e7e7;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n width: 100%;\\n height: 100%;\\n}\\n.result-panel {\\n background-color: #e7e7e7;\\n width: 100%;\\n height: 100%;\\n display: -webkit-box;\\n display: flex;\\n align-content: center;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-pack: center;\\n justify-content: center;\\n text-align: center;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: inherit;\\n}\\n.gd-document {\\n width: 100%;\\n height: 100%;\\n}\\n.top-panel {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 100%;\\n}\\n.toolbar-panel {\\n background-color: #3e4e5a;\\n width: 100%;\\n}\\n.row {\\n display: -webkit-box;\\n display: flex;\\n height: inherit;\\n}\\n.column {\\n width: 100%;\\n}\\n.tabs-wrapper {\\n display: -webkit-box;\\n display: flex;\\n justify-self: flex-end;\\n align-self: flex-end;\\n width: 100%;\\n -webkit-box-pack: end;\\n justify-content: flex-end;\\n}\\n.tabs {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: end;\\n align-items: flex-end;\\n -webkit-box-pack: end;\\n justify-content: flex-end;\\n}\\n/deep/ .button.brand fa-icon {\\n color: #fff !important;\\n}\\n@media (max-width: 1037px) {\\n .files-panel {\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n }\\n .files-panel .upload-compare-file {\\n width: 100%;\\n border-bottom: 1px solid #CCC;\\n }\\n /deep/ .gd-side-panel-wrapper {\\n height: 50% !important;\\n top: inherit !important;\\n bottom: 0px !important;\\n }\\n /deep/ .tools gd-button:nth-child(1) > .icon-button {\\n margin: 0px 0px 0px 10px !important;\\n }\\n /deep/ .tools .icon-button {\\n height: 60px !important;\\n width: 60px;\\n }\\n /deep/ .tabs-wrapper .gd-tab .icon {\\n font-size: 22px !important;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2NvbXBhcmlzb24tYXBwLmNvbXBvbmVudC5sZXNzIiwiL1VzZXJzL2VsZW5rby9wcm9qZWN0cy9Hcm91cERvY3MuVG90YWwtQW5ndWxhci9saWJzL2NvbXBhcmlzb24vc3JjL2xpYi9jb21wYXJpc29uLWFwcC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSwrRkNDa0I7QUFFbEI7RUFDRSxzREFBQTtBRERGO0FDSUE7RUFFSSxzQkFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxpQkFBQTtBREhKO0FDSUk7RUFDRSx5QkFBQTtBREZOO0FDSEE7RUFTSSxrQ0FBQTtBREhKO0FDT0E7RUFFSSxzQkFBQTtBRE5KO0FDSUE7RUFJTSx1QkFBQTtBRExOO0FDVUE7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRFJGO0FDV0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLFlBQUE7QURURjtBQ1lBO0VBQ0UsWUFBQTtFQUNBLFVBQUE7RUFDQSw0QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHFCQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esa0JBQUE7RUFDQSxtQkFBQTtVQUFBLFlBQUE7QURWRjtBQ2FBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsV0FBQTtBRFhGO0FDY0E7RUFDRSx5QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0FEWkY7QUNlQTtFQUNFLHlCQUFBO0VBRUEsV0FBQTtFQUNBLFlBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxxQkFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxrQkFBQTtBRGRGO0FDaUJBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsZUFBQTtBRGZGO0FDa0JBO0VBQ0UsV0FBQTtFQUNBLFlBQUE7QURoQkY7QUNtQkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsV0FBQTtBRGpCRjtBQ29CQTtFQUNFLHlCQUFBO0VBQ0EsV0FBQTtBRGxCRjtBQ3FCQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGVBQUE7QURuQkY7QUNzQkE7RUFDRSxXQUFBO0FEcEJGO0FDdUJBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0Esc0JBQUE7RUFDQSxvQkFBQTtFQUNBLFdBQUE7RUFDQSxxQkFBQTtVQUFBLHlCQUFBO0FEckJGO0FDd0JBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0Esc0JBQUE7VUFBQSxxQkFBQTtFQUNBLHFCQUFBO1VBQUEseUJBQUE7QUR0QkY7QUN5QkE7RUFFSSxzQkFBQTtBRHhCSjtBQzRCQTtFQUNFO0lBQ0UsNEJBQUE7SUFBQSw2QkFBQTtZQUFBLHNCQUFBO0VEMUJGO0VDeUJBO0lBR0ksV0FBQTtJQUNBLDZCQUFBO0VEekJKO0dDNkJBO0lBQ0ksc0JBQUE7SUFDQSx1QkFBQTtJQUNBLHNCQUFBO0VEM0JKO0dDOEJBO0lBRUksbUNBQUE7RUQ3Qko7R0MyQkE7SUFLSSx1QkFBQTtJQUNBLFdBQUE7RUQ3Qko7R0NpQ0E7SUFHTSwwQkFBQTtFRGpDTjtBQUNGIiwiZmlsZSI6ImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2NvbXBhcmlzb24tYXBwLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnM6NDAwLDQwMGksNzAwLDcwMGkmZGlzcGxheT1zd2FwJyk7XG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuIC9kZWVwLyAudG9vbHMgLmJ1dHRvbiB7XG4gIGNvbG9yOiAjZmZmICFpbXBvcnRhbnQ7XG4gIGZsZXgtZmxvdzogY29sdW1uO1xufVxuIC9kZWVwLyAudG9vbHMgLmJ1dHRvbi5pbmFjdGl2ZSB7XG4gIGNvbG9yOiAjOTU5ZGE1ICFpbXBvcnRhbnQ7XG59XG4gL2RlZXAvIC50b29scyAuaWNvbi1idXR0b24ge1xuICBtYXJnaW46IDBweCAwcHggMHB4IDdweCAhaW1wb3J0YW50O1xufVxuIC9kZWVwLyAuY29tcGFyZS1maWxlIC5pY29uLWJ1dHRvbiB7XG4gIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG59XG4gL2RlZXAvIC5jb21wYXJlLWZpbGUgLmljb24tYnV0dG9uIC50ZXh0IHtcbiAgcGFkZGluZzogMHB4ICFpbXBvcnRhbnQ7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbi5sb2FkZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnVwbG9hZC1jb21wYXJlLWZpbGUge1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiA1MCU7XG4gIGJvcmRlci1yaWdodDogMXB4IHNvbGlkICNDQ0M7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBmbGV4LWdyb3c6IDA7XG59XG4ub3Blbi1maWxlLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDEwMCU7XG59XG4uZmlsZXMtcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTdlN2U3O1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnJlc3VsdC1wYW5lbCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnRvb2xiYXItcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM2U0ZTVhO1xuICB3aWR0aDogMTAwJTtcbn1cbi5yb3cge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uY29sdW1uIHtcbiAgd2lkdGg6IDEwMCU7XG59XG4udGFicy13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1zZWxmOiBmbGV4LWVuZDtcbiAgYWxpZ24tc2VsZjogZmxleC1lbmQ7XG4gIHdpZHRoOiAxMDAlO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtZW5kO1xufVxuLnRhYnMge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogZmxleC1lbmQ7XG4gIGp1c3RpZnktY29udGVudDogZmxleC1lbmQ7XG59XG4gL2RlZXAvIC5idXR0b24uYnJhbmQgZmEtaWNvbiB7XG4gIGNvbG9yOiAjZmZmICFpbXBvcnRhbnQ7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5maWxlcy1wYW5lbCB7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgfVxuICAuZmlsZXMtcGFuZWwgLnVwbG9hZC1jb21wYXJlLWZpbGUge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjQ0NDO1xuICB9XG4gICAvZGVlcC8gLmdkLXNpZGUtcGFuZWwtd3JhcHBlciB7XG4gICAgaGVpZ2h0OiA1MCUgIWltcG9ydGFudDtcbiAgICB0b3A6IGluaGVyaXQgIWltcG9ydGFudDtcbiAgICBib3R0b206IDBweCAhaW1wb3J0YW50O1xuICB9XG4gICAvZGVlcC8gLnRvb2xzIGdkLWJ1dHRvbjpudGgtY2hpbGQoMSkgPiAuaWNvbi1idXR0b24ge1xuICAgIG1hcmdpbjogMHB4IDBweCAwcHggMTBweCAhaW1wb3J0YW50O1xuICB9XG4gICAvZGVlcC8gLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gICAgaGVpZ2h0OiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgd2lkdGg6IDYwcHg7XG4gIH1cbiAgIC9kZWVwLyAudGFicy13cmFwcGVyIC5nZC10YWIgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMjJweCAhaW1wb3J0YW50O1xuICB9XG59XG4iLCJAaW1wb3J0IFwiLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcbkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zOjQwMCw0MDBpLDcwMCw3MDBpJmRpc3BsYXk9c3dhcCcpO1xuXG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuXG4vZGVlcC8gLnRvb2xzIHtcbiAgLmJ1dHRvbiB7XG4gICAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbiAgICBmbGV4LWZsb3c6IGNvbHVtbjtcbiAgICAmLmluYWN0aXZle1xuICAgICAgY29sb3I6IEByZWdlbnQtZ3JheSAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuICAuaWNvbi1idXR0b257XG4gICAgbWFyZ2luOiAwcHggMHB4IDBweCA3cHggIWltcG9ydGFudDtcbiAgfVxufVxuXG4vZGVlcC8gLmNvbXBhcmUtZmlsZSB7XG4gIC5pY29uLWJ1dHRvbntcbiAgICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xuICAgIC50ZXh0IHtcbiAgICAgIHBhZGRpbmc6IDBweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxufVxuXG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cblxuLmxvYWRlcntcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGhlaWdodDogMTAwJTtcbn1cblxuLnVwbG9hZC1jb21wYXJlLWZpbGUge1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiA1MCU7XG4gIGJvcmRlci1yaWdodDogMXB4IHNvbGlkICNDQ0M7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBmbGV4LWdyb3c6IDA7XG59XG5cbi5vcGVuLWZpbGUtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbn1cblxuLmZpbGVzLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogQG1lcmN1cnk7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi5yZXN1bHQtcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAbWVyY3VyeTtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24tY29udGVudDogY2VudGVyO1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xufVxuXG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4udG9wLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgd2lkdGg6IDEwMCU7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNlNGU1YTtcbiAgd2lkdGg6IDEwMCU7XG59XG5cbi5yb3cge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG5cbi5jb2x1bW4ge1xuICB3aWR0aDogMTAwJTtcbn1cblxuLnRhYnMtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktc2VsZjogZmxleC1lbmQ7XG4gIGFsaWduLXNlbGY6IGZsZXgtZW5kO1xuICB3aWR0aDogMTAwJTtcbiAganVzdGlmeS1jb250ZW50OiBmbGV4LWVuZDtcbn1cblxuLnRhYnMge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogZmxleC1lbmQ7XG4gIGp1c3RpZnktY29udGVudDogZmxleC1lbmQ7XG59XG5cbi9kZWVwLyAuYnV0dG9uLmJyYW5kIHtcbiAgZmEtaWNvbiB7XG4gICAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuZmlsZXMtcGFuZWwge1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgLnVwbG9hZC1jb21wYXJlLWZpbGV7XG4gICAgICB3aWR0aDogMTAwJTtcbiAgICAgIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjQ0NDO1xuICAgIH1cbiAgfVxuXG4gIC9kZWVwLyAuZ2Qtc2lkZS1wYW5lbC13cmFwcGVye1xuICAgICAgaGVpZ2h0OiA1MCUgIWltcG9ydGFudDtcbiAgICAgIHRvcDogaW5oZXJpdCAhaW1wb3J0YW50O1xuICAgICAgYm90dG9tOiAwcHggIWltcG9ydGFudDtcbiAgfVxuXG4gIC9kZWVwLyAudG9vbHMge1xuICAgIGdkLWJ1dHRvbjpudGgtY2hpbGQoMSkgPiAuaWNvbi1idXR0b257XG4gICAgICBtYXJnaW46IDBweCAwcHggMHB4IDEwcHggIWltcG9ydGFudDtcbiAgICB9XG4gICAgLmljb24tYnV0dG9ue1xuICAgICAgaGVpZ2h0OiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgICB3aWR0aDogNjBweDtcbiAgICB9XG4gIH1cblxuICAvZGVlcC8gLnRhYnMtd3JhcHBlciB7XG4gICAgLmdkLXRhYiB7XG4gICAgICAuaWNvbiB7XG4gICAgICAgIGZvbnQtc2l6ZTogMjJweCAhaW1wb3J0YW50O1xuICAgICAgfVxuICAgIH1cbiAgfVxufVxuIl19 */\"","import {Component, ElementRef} from '@angular/core';\nimport * as jquery from 'jquery';\nimport {\n CommonModals,\n FileCredentials,\n FileDescription,\n FileModel,\n ModalService, PageModel, PagePreloadService, TabActivatorService, UploadFilesService, PasswordService\n} from \"@groupdocs.examples.angular/common-components\";\nimport {ComparisonConfigService} from \"./comparison-config.service\";\nimport {ComparisonService} from \"./comparison.service\";\nimport {ComparisonConfig} from \"./comparison-config\";\nimport {CompareResult} from \"./models\";\n\nconst $ = jquery;\n\nexport class Files {\n static FIRST = 'first';\n static SECOND = 'second';\n}\n\nexport class Highlight {\n id: string;\n active = false;\n}\n\n@Component({\n selector: 'gd-comparison',\n templateUrl: './comparison-app.component.html',\n styleUrls: ['./comparison-app.component.less']\n})\nexport class ComparisonAppComponent {\n files: FileModel[] = [];\n browseFilesModal = CommonModals.BrowseFiles;\n credentials: Map = new Map();\n file: Map = new Map();\n comparisonConfig: ComparisonConfig;\n activePanel: string;\n first = Files.FIRST;\n second = Files.SECOND;\n firstFileName: string = undefined;\n secondFileName: string = undefined;\n loadingFirstPanel = false;\n loadingSecondPanel = false;\n countPages = 0;\n result: CompareResult;\n filesTab = 'files';\n resultTab = 'result';\n activeTab = this.filesTab;\n resultTabDisabled = true;\n\n constructor(private _comparisonService: ComparisonService,\n private configService: ComparisonConfigService,\n uploadFilesService: UploadFilesService,\n pagePreloadService: PagePreloadService,\n private _modalService: ModalService,\n private _tabActivatorService: TabActivatorService,\n private _elementRef: ElementRef,\n passwordService: PasswordService) {\n configService.updatedConfig.subscribe((config) => {\n this.comparisonConfig = config;\n });\n\n pagePreloadService.checkPreload.subscribe((page: number) => {\n if (this.comparisonConfig.preloadResultPageCount !== 0) {\n this.checkPreload(this.first, page);\n this.checkPreload(this.second, page);\n }\n });\n\n uploadFilesService.uploadsChange.subscribe((uploads) => {\n const active = this.activePanel;\n this.setLoading(active, true);\n if (uploads) {\n let i: number;\n for (i = 0; i < uploads.length; i++) {\n this._comparisonService.upload(uploads.item(i), '', this.rewriteConfig).subscribe((obj: FileCredentials) => {\n this.getFile(obj.guid, '', active);\n this.selectDir('');\n });\n }\n }\n });\n\n _tabActivatorService.activeTabChange.subscribe((tabId: string) => {\n this.activeTab = tabId;\n });\n\n passwordService.passChange.subscribe((pass: string) => {\n let activePanelFileGuid = \"\";\n if (this.credentials.get(this.first)) {\n activePanelFileGuid = this.credentials.get(this.first).guid;\n } else if (this.credentials.get(this.second)) {\n activePanelFileGuid = this.credentials.get(this.second).guid;\n }\n this.selectFile(activePanelFileGuid, pass, CommonModals.PasswordRequired, this.activePanel);\n });\n }\n\n get uploadConfig(): boolean {\n return this.comparisonConfig ? this.comparisonConfig.upload : true;\n }\n\n private setLoading(panel: string, flag: boolean) {\n if (panel === this.first) {\n this.loadingFirstPanel = flag;\n } else {\n this.loadingSecondPanel = flag;\n }\n }\n\n get rewriteConfig(): boolean {\n return this.comparisonConfig ? this.comparisonConfig.rewrite : true;\n }\n\n selectDir($event: string) {\n this._comparisonService.loadFiles($event).subscribe((files: FileModel[]) => {\n let nameExt: string;\n if (this.credentials.get(this.first)) {\n nameExt = this.credentials.get(this.first).guid.split('.').pop();\n } else if (this.credentials.get(this.second)) {\n nameExt = this.credentials.get(this.second).guid.split('.').pop();\n }\n\n if (nameExt) {\n files = files.filter(function (value) {\n return value.directory || value.guid.split('.').pop() === nameExt;\n });\n }\n this.files = files || [];\n });\n }\n\n selectFile($event: string, password: string, modalId: string, param: string) {\n this.setLoading(param, true);\n this.getFile($event, password, param);\n this.selectDir('');\n this._modalService.close(modalId);\n this.clearData(param);\n }\n\n private getFile($event: string, password: string, param: string) {\n const credentials = {guid: $event, password: password};\n this.credentials.set(param, credentials);\n this._comparisonService.loadFile(credentials).subscribe((file: FileDescription) => {\n this.file.set(param, file);\n if (file) {\n const preloadResultPageCount = this.comparisonConfig.preloadResultPageCount;\n this.countPages = file.pages ? file.pages.length : 0;\n if (preloadResultPageCount > 0) {\n this.preloadPages(param, 1, preloadResultPageCount > this.countPages ? this.countPages : preloadResultPageCount);\n }\n }\n this.updateFileNames();\n this.setLoading(param, false);\n }\n );\n }\n\n clearFile(param: string) {\n this.clearData(param);\n this.credentials.delete(param);\n this.result = null;\n this.resultTabDisabled = true;\n this._tabActivatorService.changeActiveTab(this.filesTab);\n }\n\n private clearData(param) {\n if (!this.file || !this.file.size) {\n return;\n }\n this.file.delete(param);\n if (param === this.first) {\n this.firstFileName = undefined;\n } else {\n this.secondFileName = undefined;\n }\n }\n\n preloadPages(param: string, start: number, end: number) {\n for (let i = start; i <= end; i++) {\n this._comparisonService.loadPage(this.credentials.get(param), i).subscribe((page: PageModel) => {\n this.file.get(param).pages[i - 1] = page;\n });\n }\n }\n\n upload($event: string) {\n const active = this.activePanel;\n this._comparisonService.upload(null, $event, this.rewriteConfig).subscribe((obj: FileCredentials) => {\n this.getFile(obj.guid, '', active);\n this.selectDir('');\n });\n }\n\n updateFileNames() {\n this.firstFileName = this.getFirstFileName();\n this.secondFileName = this.getSecondFileName();\n }\n\n getSecondFileName() {\n const fileCredentials = this.credentials ? this.credentials.get(this.second) : undefined;\n return fileCredentials ? fileCredentials.guid.replace(/^.*[\\\\\\/]/, '') : '';\n }\n\n getFirstFileName() {\n const fileCredentials = this.credentials ? this.credentials.get(this.first) : undefined;\n return fileCredentials ? fileCredentials.guid.replace(/^.*[\\\\\\/]/, '') : '';\n }\n\n private checkPreload(panel: string, page: number) {\n if (!this.file.get(panel)) {\n return\n }\n for (let i = page; i < page + 2; i++) {\n if (i > 0 && i <= this.countPages && !this.file.get(panel).pages[i - 1].data) {\n this.preloadPages(panel, i, i);\n }\n }\n }\n\n compare() {\n if (this.credentials.size !== 2) {\n return;\n }\n this.resultTabDisabled = false;\n const arr = [];\n arr.push(this.credentials.get(this.first));\n arr.push(this.credentials.get(this.second));\n this._comparisonService.compare(arr).subscribe((result: CompareResult) => {\n this.result = result;\n\n const isZeroBasedPageId = this.result.changes.find((change) => change.pageInfo.id === 0);\n\n this.result.changes.forEach( (change) => {\n change.id = this.generateRandomInteger();\n const zeroBasedId = isZeroBasedPageId ? change.pageInfo.id : change.pageInfo.id - 1;\n change.pageInfo.id = isZeroBasedPageId ? change.pageInfo.id : change.pageInfo.id - 1;\n if(!this.result.pages[zeroBasedId].changes){\n this.result.pages[zeroBasedId].changes = [];\n }\n this.result.pages[zeroBasedId].changes.push(change);\n change.normalized = {\n x : change.box.x * 100 / change.pageInfo.width,\n y : change.box.y * 100 / change.pageInfo.height,\n width: change.box.width * 100 / change.pageInfo.width,\n height: change.box.height * 100 / change.pageInfo.height,\n };\n });\n }, (err => {\n this.resultTabDisabled = true;\n this._tabActivatorService.changeActiveTab(this.filesTab);\n }));\n this._tabActivatorService.changeActiveTab(this.resultTab);\n }\n\n generateRandomInteger() {\n function _p8(s) {\n const p = (Math.random().toString(16) + \"000000000\").substr(2, 8);\n return s ? \"-\" + p.substr(0, 4) + \"-\" + p.substr(4, 4) : p;\n }\n return _p8(null) + _p8(true) + _p8(true) + _p8(null);\n }\n\n download() {\n if (!this.result) {\n return;\n }\n const credentials = {'guid': this.result.guid, 'password': ''};\n window.location.assign(this._comparisonService.getDownloadUrl(credentials));\n }\n\n hideSidePanel($event) {\n this.activeTab = $event ? this.filesTab : this.resultTab;\n this._tabActivatorService.changeActiveTab(this.filesTab);\n }\n}\n","import {Injectable} from '@angular/core';\nimport {ComparisonConfig} from \"./comparison-config\";\nimport {Api, ConfigService} from \"@groupdocs.examples.angular/common-components\";\nimport {HttpClient} from \"@angular/common/http\";\nimport {BehaviorSubject, Observable} from \"rxjs\";\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ComparisonConfigService {\n private _comparisonConfig: BehaviorSubject = new BehaviorSubject(new ComparisonConfig());\n private _updatedConfig: Observable = this._comparisonConfig.asObservable();\n\n constructor(private _http: HttpClient, private _config: ConfigService) {\n }\n\n get updatedConfig() {\n return this._updatedConfig;\n }\n\n load() {\n return new Promise((resolve, reject) => {\n const configEndpoint = this._config.getConfigEndpoint(Api.COMPARISON_APP);\n this._http.get(configEndpoint, Api.httpOptionsJson).toPromise().then((response: ComparisonConfig) => {\n const comparisonConfig = response;\n this._comparisonConfig.next(comparisonConfig);\n resolve();\n }).catch((response: any) => {\n reject(`Could not load comparison config: ${JSON.stringify(response)}`);\n });\n });\n }\n\n}\n","export class ComparisonConfig {\n rewrite: boolean;\n pageSelector: boolean;\n download: boolean;\n upload: boolean;\n print: boolean;\n browse: boolean;\n enableRightClick: boolean;\n\n filesDirectory: string;\n fontsDirectory: string;\n defaultDocument: string;\n preloadResultPageCount: 0;\n}\n","import {BrowserModule} from '@angular/platform-browser';\nimport {APP_INITIALIZER, ModuleWithProviders, NgModule} from '@angular/core';\nimport {HTTP_INTERCEPTORS, HttpClientModule} from '@angular/common/http';\nimport {ComparisonAppComponent} from './comparison-app.component';\nimport {FontAwesomeModule} from '@fortawesome/angular-fontawesome';\nimport {library} from '@fortawesome/fontawesome-svg-core';\nimport {fas} from '@fortawesome/free-solid-svg-icons';\nimport {far} from '@fortawesome/free-regular-svg-icons';\nimport {ComparisonService} from \"./comparison.service\";\nimport {\n CommonComponentsModule,\n ErrorInterceptorService,\n ConfigService,\n LoadingMaskService,\n LoadingMaskInterceptorService,\n Api\n} from \"@groupdocs.examples.angular/common-components\";\nimport {ComparisonConfigService} from \"./comparison-config.service\";\nimport {AddFilePanelComponent} from './add-file-panel/add-file-panel.component';\nimport {UploadFilePanelComponent} from './upload-file-panel/upload-file-panel.component';\nimport {DifferenceComponent} from './difference/difference.component';\nimport {DifferenceHighlightComponent} from './difference-highlight/difference-highlight.component';\nimport {ResultDocumentComponent} from './result-document/result-document.component';\nimport {DifferencesComponent} from './differences/differences.component';\nimport {DifferencesService} from './differences.service';\nimport {ClickOutsideModule} from 'ng-click-outside';\n\nexport function initializeApp(comparisonConfigService: ComparisonConfigService) {\n const result = () => comparisonConfigService.load();\n return result;\n}\n\n// NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981\n// @dynamic\nexport function setupLoadingInterceptor(service: LoadingMaskService) {\n return new LoadingMaskInterceptorService(service);\n}\n\n@NgModule({\n declarations: [ComparisonAppComponent, AddFilePanelComponent, UploadFilePanelComponent, DifferenceComponent, DifferenceHighlightComponent, ResultDocumentComponent, DifferencesComponent],\n imports: [\n BrowserModule,\n CommonComponentsModule,\n HttpClientModule,\n FontAwesomeModule,\n ClickOutsideModule\n ],\n exports: [\n ComparisonAppComponent,\n CommonComponentsModule,\n ResultDocumentComponent,\n DifferencesComponent\n ],\n providers: [\n ComparisonService,\n ConfigService,\n DifferencesService,\n ComparisonConfigService,\n {\n provide: APP_INITIALIZER,\n useFactory: initializeApp,\n deps: [ComparisonConfigService],\n multi: true\n },\n {\n provide: HTTP_INTERCEPTORS,\n useClass: ErrorInterceptorService,\n multi: true\n },\n LoadingMaskService,\n {\n provide: HTTP_INTERCEPTORS,\n useFactory: setupLoadingInterceptor,\n multi: true,\n deps: [LoadingMaskService]\n }\n ]\n})\nexport class ComparisonModule {\n constructor() {\n library.add(fas, far);\n }\n\n static forRoot(apiEndpoint: string): ModuleWithProviders {\n Api.DEFAULT_API_ENDPOINT = apiEndpoint;\n return {\n ngModule: ComparisonModule\n };\n }\n}\n","import {Injectable} from '@angular/core';\nimport {HttpClient} from \"@angular/common/http\";\nimport {\n Api, ConfigService, FileCredentials, SaveFile\n} from \"@groupdocs.examples.angular/common-components\"\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ComparisonService {\n\n constructor(private _http: HttpClient, private _config: ConfigService) {\n }\n\n loadFiles(path: string) {\n return this._http.post(this._config.getComparisonApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\n }\n\n getFormats() {\n return this._http.get(this._config.getComparisonApiEndpoint() + Api.LOAD_FORMATS, Api.httpOptionsJson);\n }\n\n loadFile(credentials: FileCredentials) {\n return this._http.post(this._config.getComparisonApiEndpoint() + Api.LOAD_DOCUMENT_DESCRIPTION, credentials, Api.httpOptionsJson);\n }\n\n upload(file: File, url: string, rewrite: boolean) {\n const formData = new FormData();\n formData.append(\"file\", file);\n formData.append('rewrite', String(rewrite));\n if (url) {\n formData.append(\"url\", url);\n }\n\n return this._http.post(this._config.getComparisonApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\n }\n\n save(file: SaveFile) {\n return this._http.post(this._config.getComparisonApiEndpoint() + Api.SAVE_FILE, file, Api.httpOptionsJson);\n }\n\n getDownloadUrl(credentials: FileCredentials) {\n return this._config.getComparisonApiEndpoint() + Api.DOWNLOAD_DOCUMENTS + '/?guid=' + credentials.guid;\n }\n\n loadPage(credentials: FileCredentials, page: number) {\n return this._http.post(this._config.getComparisonApiEndpoint() + Api.LOAD_DOCUMENT_PAGE, {\n 'guid': credentials.guid,\n 'password': credentials.password,\n 'page': page\n }, Api.httpOptionsJson);\n }\n\n compare(arr: FileCredentials[]) {\n return this._http.post(this._config.getComparisonApiEndpoint() + Api.COMPARE_FILES, {'guids': arr}, Api.httpOptionsJson);\n }\n}\n","module.exports = \".highlight-difference {\\n position: absolute;\\n cursor: pointer;\\n z-index: 1;\\n}\\n.highlight-difference.active {\\n box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);\\n z-index: 999;\\n}\\n.gd-difference.active {\\n box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);\\n z-index: 999;\\n}\\n.gd-difference-1 {\\n background-color: rgba(0, 122, 255, 0.4);\\n}\\n.gd-difference-2,\\n.gd-difference-4 {\\n background-color: rgba(46, 237, 0, 0.4);\\n}\\n.gd-difference-3 {\\n background-color: rgba(237, 0, 0, 0.4);\\n}\\n.gd-difference-6 {\\n background-color: rgba(215, 224, 0, 0.4);\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvZGlmZmVyZW5jZS1oaWdobGlnaHQvZGlmZmVyZW5jZS1oaWdobGlnaHQuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlLWhpZ2hsaWdodC9kaWZmZXJlbmNlLWhpZ2hsaWdodC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFLGtCQUFBO0VBQ0EsZUFBQTtFQUNGLFVBQUE7QUNDQTtBREVBO0VBQ0UsMkNBQUE7RUFDQSxZQUFBO0FDQUY7QURHQTtFQUNFLDJDQUFBO0VBQ0EsWUFBQTtBQ0RGO0FESUE7RUFDRSx3Q0FBQTtBQ0ZGO0FES0E7O0VBQ0UsdUNBQUE7QUNGRjtBREtBO0VBQ0Usc0NBQUE7QUNIRjtBRE1BO0VBQ0Usd0NBQUE7QUNKRiIsImZpbGUiOiJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlLWhpZ2hsaWdodC9kaWZmZXJlbmNlLWhpZ2hsaWdodC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIi5oaWdobGlnaHQtZGlmZmVyZW5jZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuei1pbmRleDogMTtcbn1cblxuLmhpZ2hsaWdodC1kaWZmZXJlbmNlLmFjdGl2ZSB7XG4gIGJveC1zaGFkb3c6IDAgMCAwIDk5OTlweCByZ2JhKDAsIDAsIDAsIDAuNSk7XG4gIHotaW5kZXg6IDk5OTtcbn1cblxuLmdkLWRpZmZlcmVuY2UuYWN0aXZlIHtcbiAgYm94LXNoYWRvdzogMCAwIDAgOTk5OXB4IHJnYmEoMCwgMCwgMCwgMC41KTtcbiAgei1pbmRleDogOTk5O1xufVxuXG4uZ2QtZGlmZmVyZW5jZS0xIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgwLCAxMjIsIDI1NSwgMC40KTtcbn1cblxuLmdkLWRpZmZlcmVuY2UtMiwgLmdkLWRpZmZlcmVuY2UtNCB7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoNDYsIDIzNywgMCwgMC40KTtcbn1cblxuLmdkLWRpZmZlcmVuY2UtMyB7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMjM3LCAwLCAwLCAwLjQpO1xufVxuXG4uZ2QtZGlmZmVyZW5jZS02IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyMTUsIDIyNCwgMCwgMC40KTtcbn1cbiIsIi5oaWdobGlnaHQtZGlmZmVyZW5jZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiAxO1xufVxuLmhpZ2hsaWdodC1kaWZmZXJlbmNlLmFjdGl2ZSB7XG4gIGJveC1zaGFkb3c6IDAgMCAwIDk5OTlweCByZ2JhKDAsIDAsIDAsIDAuNSk7XG4gIHotaW5kZXg6IDk5OTtcbn1cbi5nZC1kaWZmZXJlbmNlLmFjdGl2ZSB7XG4gIGJveC1zaGFkb3c6IDAgMCAwIDk5OTlweCByZ2JhKDAsIDAsIDAsIDAuNSk7XG4gIHotaW5kZXg6IDk5OTtcbn1cbi5nZC1kaWZmZXJlbmNlLTEge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDAsIDEyMiwgMjU1LCAwLjQpO1xufVxuLmdkLWRpZmZlcmVuY2UtMixcbi5nZC1kaWZmZXJlbmNlLTQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDQ2LCAyMzcsIDAsIDAuNCk7XG59XG4uZ2QtZGlmZmVyZW5jZS0zIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyMzcsIDAsIDAsIDAuNCk7XG59XG4uZ2QtZGlmZmVyZW5jZS02IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyMTUsIDIyNCwgMCwgMC40KTtcbn1cbiJdfQ== */\"","import { Component, Input, OnInit } from '@angular/core';\nimport {ChangeInfo} from \"../models\";\nimport { DifferencesService } from '../differences.service';\nimport * as jquery from \"jquery\";\nconst $ = jquery;\n\n@Component({\n selector: 'gd-difference-highlight',\n templateUrl: './difference-highlight.component.html',\n styleUrls: ['./difference-highlight.component.less']\n})\nexport class DifferenceHighlightComponent implements OnInit{\n @Input() change: ChangeInfo;\n @Input() active: boolean;\n private changesService : DifferencesService;\n\n constructor(changeService : DifferencesService) {\n this.changesService = changeService;\n }\n ngOnInit(){\n this.changesService.activeChange.subscribe(activeID => this.active = this.change.id === activeID);\n }\n\n close(event: Event){\n this.changesService.setActiveChange(null);\n }\n\n highlight(id : string){\n this.changesService.setActiveChange(id);\n }\n}\n","module.exports = \".gd-difference {\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-flow: row wrap;\\n border-bottom: 1px solid #eee;\\n cursor: pointer;\\n}\\n.gd-difference.active {\\n background-color: #f2f2f2;\\n}\\n.gd-difference:hover {\\n background-color: #e5e5e5;\\n}\\n.gd-difference .gd-difference-title-wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n align-content: stretch;\\n padding: 14px 21px 17px 24px;\\n}\\n.gd-difference .gd-difference-title-wrapper fa-icon {\\n font-size: 14px;\\n}\\n.gd-difference .gd-difference-title-wrapper .fa-arrow-right {\\n color: #16B901;\\n}\\n.gd-difference .gd-difference-title-wrapper .fa-pencil-alt {\\n color: #CED600;\\n}\\n.gd-difference .gd-difference-title-wrapper .fa-times {\\n color: #B96401;\\n}\\n.gd-difference .gd-difference-title-wrapper .gd-difference-body {\\n width: 100%;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n padding-left: 24.6px;\\n}\\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-difference-title {\\n color: #222E35;\\n font-size: 13px;\\n font-weight: bold;\\n}\\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-differentce-comment {\\n color: #959da5;\\n font-size: 13px;\\n padding-top: 10px;\\n overflow: hidden;\\n /*prevent text from being shown outside the border */\\n text-overflow: ellipsis;\\n}\\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-differentce-comment .color {\\n vertical-align: text-bottom;\\n width: 14px;\\n height: 14px;\\n display: inline-block;\\n border: 1px solid #CCC;\\n border-radius: 100%;\\n}\\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-differentce-comment .property {\\n padding-left: 1em;\\n}\\n.gd-difference .gd-difference-title-wrapper .gd-difference-page {\\n color: rgba(149, 157, 165, 0.48);\\n font-size: 11px;\\n white-space: nowrap;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvZGlmZmVyZW5jZS9kaWZmZXJlbmNlLmNvbXBvbmVudC5sZXNzIiwibGlicy9jb21wYXJpc29uL3NyYy9saWIvZGlmZmVyZW5jZS9kaWZmZXJlbmNlLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EsNkJBQUE7RUFDQSxlQUFBO0FDREY7QURHRTtFQUNFLHlCQUFBO0FDREo7QURJRTtFQUNFLHlCQUFBO0FDRko7QURSQTtFQWVJLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtFQUNBLHNCQUFBO0VBQ0EsNEJBQUE7QUNKSjtBRGRBO0VBcUJNLGVBQUE7QUNKTjtBRGpCQTtFQXdCTSxjQUFBO0FDSk47QURwQkE7RUEyQk0sY0FBQTtBQ0pOO0FEdkJBO0VBOEJNLGNBQUE7QUNKTjtBRDFCQTtFQWtDTSxXQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esb0JBQUE7QUNMTjtBRGhDQTtFQXdDUSxjQUFBO0VBQ0EsZUFBQTtFQUNBLGlCQUFBO0FDTFI7QURyQ0E7RUE4Q1EsY0FBQTtFQUNBLGVBQUE7RUFDQSxpQkFBQTtFQUNBLGdCQUFBO0VDTk4sb0RBQW9EO0VETzlDLHVCQUFBO0FDTFI7QUQ3Q0E7RUFxRFUsMkJBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLHFCQUFBO0VBQ0Esc0JBQUE7RUFDQSxtQkFBQTtBQ0xWO0FEckRBO0VBNkRVLGlCQUFBO0FDTFY7QUR4REE7RUFrRU0sZ0NBQUE7RUFDQSxlQUFBO0VBQ0EsbUJBQUE7QUNQTiIsImZpbGUiOiJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlL2RpZmZlcmVuY2UuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWRpZmZlcmVuY2Uge1xuICBmbGV4LWZsb3c6IHJvdyB3cmFwO1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI2VlZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuXG4gICYuYWN0aXZle1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNmMmYyZjI7XG4gIH1cblxuICAmOmhvdmVye1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNlNWU1ZTU7XG4gIH1cblxuXG4gIC5nZC1kaWZmZXJlbmNlLXRpdGxlLXdyYXBwZXJ7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICAgIGFsaWduLWNvbnRlbnQ6IHN0cmV0Y2g7XG4gICAgcGFkZGluZzogMTRweCAyMXB4IDE3cHggMjRweDtcblxuICAgIGZhLWljb24ge1xuICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgIH1cbiAgICAuZmEtYXJyb3ctcmlnaHQge1xuICAgICAgY29sb3I6ICMxNkI5MDE7XG4gICAgfVxuICAgIC5mYS1wZW5jaWwtYWx0IHtcbiAgICAgIGNvbG9yOiAjQ0VENjAwO1xuICAgIH1cbiAgICAuZmEtdGltZXMge1xuICAgICAgY29sb3I6ICNCOTY0MDE7XG4gICAgfVxuXG4gICAgLmdkLWRpZmZlcmVuY2UtYm9keXtcbiAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgICBwYWRkaW5nLWxlZnQ6IDI0LjZweDtcblxuICAgICAgLmdkLWRpZmZlcmVuY2UtdGl0bGUge1xuICAgICAgICBjb2xvcjogIzIyMkUzNTtcbiAgICAgICAgZm9udC1zaXplOiAxM3B4O1xuICAgICAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICAgIH1cblxuICAgICAgLmdkLWRpZmZlcmVudGNlLWNvbW1lbnQge1xuICAgICAgICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICAgICAgICBmb250LXNpemU6IDEzcHg7XG4gICAgICAgIHBhZGRpbmctdG9wOiAxMHB4O1xuICAgICAgICBvdmVyZmxvdzogaGlkZGVuOyAvKnByZXZlbnQgdGV4dCBmcm9tIGJlaW5nIHNob3duIG91dHNpZGUgdGhlIGJvcmRlciAqL1xuICAgICAgICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcblxuICAgICAgICAuY29sb3J7XG4gICAgICAgICAgdmVydGljYWwtYWxpZ246IHRleHQtYm90dG9tO1xuICAgICAgICAgIHdpZHRoOiAxNHB4O1xuICAgICAgICAgIGhlaWdodDogMTRweDtcbiAgICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgICAgICAgYm9yZGVyOiAxcHggc29saWQgI0NDQztcbiAgICAgICAgICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICAgICAgICB9XG4gICAgICAgIC5wcm9wZXJ0eXtcbiAgICAgICAgICBwYWRkaW5nLWxlZnQ6IDFlbTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgICAuZ2QtZGlmZmVyZW5jZS1wYWdlIHtcbiAgICAgIGNvbG9yOiByZ2JhKDE0OSwgMTU3LCAxNjUsIDAuNDgpO1xuICAgICAgZm9udC1zaXplOiAxMXB4O1xuICAgICAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgICB9XG4gIH1cbn1cblxuXG4iLCIuZ2QtZGlmZmVyZW5jZSB7XG4gIGZsZXgtZmxvdzogcm93IHdyYXA7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZWVlO1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtZGlmZmVyZW5jZS5hY3RpdmUge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZjJmMmYyO1xufVxuLmdkLWRpZmZlcmVuY2U6aG92ZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTVlNWU1O1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGFsaWduLWNvbnRlbnQ6IHN0cmV0Y2g7XG4gIHBhZGRpbmc6IDE0cHggMjFweCAxN3B4IDI0cHg7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIGZhLWljb24ge1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIC5mYS1hcnJvdy1yaWdodCB7XG4gIGNvbG9yOiAjMTZCOTAxO1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZmEtcGVuY2lsLWFsdCB7XG4gIGNvbG9yOiAjQ0VENjAwO1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZmEtdGltZXMge1xuICBjb2xvcjogI0I5NjQwMTtcbn1cbi5nZC1kaWZmZXJlbmNlIC5nZC1kaWZmZXJlbmNlLXRpdGxlLXdyYXBwZXIgLmdkLWRpZmZlcmVuY2UtYm9keSB7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBwYWRkaW5nLWxlZnQ6IDI0LjZweDtcbn1cbi5nZC1kaWZmZXJlbmNlIC5nZC1kaWZmZXJlbmNlLXRpdGxlLXdyYXBwZXIgLmdkLWRpZmZlcmVuY2UtYm9keSAuZ2QtZGlmZmVyZW5jZS10aXRsZSB7XG4gIGNvbG9yOiAjMjIyRTM1O1xuICBmb250LXNpemU6IDEzcHg7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZ2QtZGlmZmVyZW5jZS1ib2R5IC5nZC1kaWZmZXJlbnRjZS1jb21tZW50IHtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgcGFkZGluZy10b3A6IDEwcHg7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIC8qcHJldmVudCB0ZXh0IGZyb20gYmVpbmcgc2hvd24gb3V0c2lkZSB0aGUgYm9yZGVyICovXG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZ2QtZGlmZmVyZW5jZS1ib2R5IC5nZC1kaWZmZXJlbnRjZS1jb21tZW50IC5jb2xvciB7XG4gIHZlcnRpY2FsLWFsaWduOiB0ZXh0LWJvdHRvbTtcbiAgd2lkdGg6IDE0cHg7XG4gIGhlaWdodDogMTRweDtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZ2QtZGlmZmVyZW5jZS1ib2R5IC5nZC1kaWZmZXJlbnRjZS1jb21tZW50IC5wcm9wZXJ0eSB7XG4gIHBhZGRpbmctbGVmdDogMWVtO1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZ2QtZGlmZmVyZW5jZS1wYWdlIHtcbiAgY29sb3I6IHJnYmEoMTQ5LCAxNTcsIDE2NSwgMC40OCk7XG4gIGZvbnQtc2l6ZTogMTFweDtcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbn1cbiJdfQ== */\"","import { Component, Input, OnInit } from '@angular/core';\nimport { ChangeInfo, StyleChange } from '../models';\nimport { DifferencesService } from '../differences.service';\n\n@Component({\n selector: 'gd-comparison-difference',\n templateUrl: './difference.component.html',\n styleUrls: ['./difference.component.less']\n})\nexport class DifferenceComponent implements OnInit {\n @Input() change: ChangeInfo;\n active: boolean;\n\n private changesService : DifferencesService;\n\n constructor(changeService : DifferencesService) {\n this.changesService = changeService;\n }\n\n ngOnInit() {\n this.changesService.activeChange.subscribe(activeID => this.active = this.change.id === activeID)\n }\n\n getRgbaColor(value){\n return `rgba(${value.red},${value.green},${value.blue},${value.alpha})`;\n }\n}\n","import { Injectable } from '@angular/core';\nimport { BehaviorSubject} from 'rxjs';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class DifferencesService {\n\n private _activeChange = new BehaviorSubject(null);\n activeChange = this._activeChange.asObservable();\n\n constructor() {\n }\n\n setActiveChange(id : string){\n this._activeChange.next(id);\n }\n}\n","module.exports = \"\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlcy9kaWZmZXJlbmNlcy5jb21wb25lbnQubGVzcyJ9 */\"","import { Component, Input, OnInit } from '@angular/core';\nimport { ChangeInfo } from './../models';\nimport { DifferencesService } from '../differences.service';\nimport { NavigateService } from '@groupdocs.examples.angular/common-components';\n\n@Component({\n selector: 'gd-differences',\n templateUrl: './differences.component.html',\n styleUrls: ['./differences.component.less']\n})\nexport class DifferencesComponent implements OnInit {\n\n @Input() changes : ChangeInfo[] = [];\n private changesService : DifferencesService;\n private navigateService;\n\n constructor(changeService : DifferencesService,navigateService: NavigateService,) {\n this.changesService = changeService;\n this.navigateService = navigateService;\n }\n\n ngOnInit() {}\n\n\n highlightDifference(id: string,page: number,event : MouseEvent){\n event.stopPropagation();\n this.changesService.setActiveChange(id);\n this.navigateService.navigateTo(page+1);\n }\n}\n","import {PageModel} from \"@groupdocs.examples.angular/common-components\";\n\nexport class ComparedPageModel extends PageModel{\n changes: ChangeInfo[]\n}\n\nexport class CompareResult {\n changes: ChangeInfo[];\n pages: ComparedPageModel[];\n guid: string;\n}\n\nexport class ChangeInfo {\n pageInfo: PageInfo;\n text: string;\n type: number;\n box: Rectangle;\n id: string;\n styleChanges: StyleChange[];\n normalized: Rectangle;\n active: boolean;\n}\n\nexport class StyleChange {\n changedProperty: string;\n newValue: string;\n oldValue: string;\n}\n\nexport class Rectangle {\n x: number;\n y: number;\n width: number;\n height: number\n}\n\nexport class PageInfo {\n id: number;\n width: number;\n height: number;\n changes: ChangeInfo[];\n}\n\n","module.exports = \":host {\\n overflow: scroll;\\n}\\n.document {\\n background-color: #e7e7e7;\\n width: 100%;\\n height: 100%;\\n -webkit-transition: all 0.4s;\\n transition: all 0.4s;\\n padding: 0px;\\n margin: 0px;\\n position: relative;\\n}\\n.page {\\n position: relative;\\n display: inline-block;\\n background-color: #ffffff;\\n margin: 20px;\\n box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);\\n -webkit-transition: all 0.3s;\\n transition: all 0.3s;\\n}\\n.wait {\\n position: absolute;\\n top: 55px;\\n left: Calc(30%);\\n}\\n.panzoom {\\n -webkit-transform: none;\\n transform: none;\\n -webkit-backface-visibility: hidden;\\n backface-visibility: hidden;\\n -webkit-transform-origin: 50% 50% 0px;\\n transform-origin: 50% 50% 0px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: center;\\n justify-content: center;\\n flex-wrap: wrap;\\n}\\n.gd-zoomed {\\n margin: 10px 98px;\\n}\\n.highlights {\\n position: absolute;\\n top: 0px;\\n left: 0px;\\n bottom: 0px;\\n right: 0px;\\n}\\n@media (max-width: 1037px) {\\n .panzoom {\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n }\\n .page {\\n min-width: unset !important;\\n min-height: unset !important;\\n margin: 5px 0px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvcmVzdWx0LWRvY3VtZW50L3Jlc3VsdC1kb2N1bWVudC5jb21wb25lbnQubGVzcyIsImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL3Jlc3VsdC1kb2N1bWVudC9yZXN1bHQtZG9jdW1lbnQuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxnQkFBQTtBQ0RGO0FESUE7RUFDRSx5QkFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EsNEJBQUE7RUFBQSxvQkFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0Esa0JBQUE7QUNGRjtBREtBO0VBQ0Usa0JBQUE7RUFDQSxxQkFBQTtFQUNBLHlCQUFBO0VBQ0EsWUFBQTtFQUdBLDJDQUFBO0VBQ0EsNEJBQUE7RUFBQSxvQkFBQTtBQ0hGO0FETUE7RUFDRSxrQkFBQTtFQUNBLFNBQUE7RUFDQSxlQUFBO0FDSkY7QURPQTtFQUNFLHVCQUFBO1VBQUEsZUFBQTtFQUNBLG1DQUFBO1VBQUEsMkJBQUE7RUFDQSxxQ0FBQTtVQUFBLDZCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLGVBQUE7QUNMRjtBRFFBO0VBQ0UsaUJBQUE7QUNORjtBRFNBO0VBQ0Usa0JBQUE7RUFDQSxRQUFBO0VBQ0EsU0FBQTtFQUNBLFdBQUE7RUFDQSxVQUFBO0FDUEY7QURVQTtFQUtFO0lBQ0UsNEJBQUE7SUFBQSw2QkFBQTtZQUFBLHNCQUFBO0VDWkY7RURlQTtJQUNFLDJCQUFBO0lBQ0EsNEJBQUE7SUFDQSxlQUFBO0VDYkY7QUFDRiIsImZpbGUiOiJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9yZXN1bHQtZG9jdW1lbnQvcmVzdWx0LWRvY3VtZW50LmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4vLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXMubGVzc1wiO1xuXG46aG9zdCB7XG4gIG92ZXJmbG93OiBzY3JvbGw7XG59XG5cbi5kb2N1bWVudCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEBtZXJjdXJ5O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICB0cmFuc2l0aW9uOiBhbGwgMC40cztcbiAgcGFkZGluZzogMHB4O1xuICBtYXJnaW46IDBweDtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuXG4ucGFnZSB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xuICBtYXJnaW46IDIwcHg7XG4gIC13ZWJraXQtYm94LXNoYWRvdzogMHB4IDNweCA2cHggcmdiYSgwLCAwLCAwLCAwLjE2KTtcbiAgLW1vei1ib3gtc2hhZG93OiAwcHggM3B4IDZweCByZ2JhKDAsIDAsIDAsIDAuMTYpO1xuICBib3gtc2hhZG93OiAwcHggM3B4IDZweCByZ2JhKDAsIDAsIDAsIDAuMTYpO1xuICB0cmFuc2l0aW9uOiBhbGwgMC4zcztcbn1cblxuLndhaXQge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogNTVweDtcbiAgbGVmdDogQ2FsYyg1MCUgLSAyMHB4KTtcbn1cblxuLnBhbnpvb20ge1xuICB0cmFuc2Zvcm06IG5vbmU7XG4gIGJhY2tmYWNlLXZpc2liaWxpdHk6IGhpZGRlbjtcbiAgdHJhbnNmb3JtLW9yaWdpbjogNTAlIDUwJSAwcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBmbGV4LXdyYXA6IHdyYXA7XG59XG5cbi5nZC16b29tZWQge1xuICBtYXJnaW46IDEwcHggOThweDtcbn1cblxuLmhpZ2hsaWdodHN7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwcHg7XG4gIGxlZnQ6IDBweDtcbiAgYm90dG9tOiAwcHg7XG4gIHJpZ2h0OiAwcHg7XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIC5kb2N1bWVudCB7XG4gICAgLy9vdmVyZmxvdy14OiBhdXRvICFpbXBvcnRhbnQ7XG4gIH1cblxuICAucGFuem9vbSB7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgfVxuXG4gIC5wYWdlIHtcbiAgICBtaW4td2lkdGg6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgbWluLWhlaWdodDogdW5zZXQgIWltcG9ydGFudDtcbiAgICBtYXJnaW46IDVweCAwcHg7XG4gIH1cbn1cbiIsIjpob3N0IHtcbiAgb3ZlcmZsb3c6IHNjcm9sbDtcbn1cbi5kb2N1bWVudCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHRyYW5zaXRpb246IGFsbCAwLjRzO1xuICBwYWRkaW5nOiAwcHg7XG4gIG1hcmdpbjogMHB4O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG4ucGFnZSB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xuICBtYXJnaW46IDIwcHg7XG4gIC13ZWJraXQtYm94LXNoYWRvdzogMHB4IDNweCA2cHggcmdiYSgwLCAwLCAwLCAwLjE2KTtcbiAgLW1vei1ib3gtc2hhZG93OiAwcHggM3B4IDZweCByZ2JhKDAsIDAsIDAsIDAuMTYpO1xuICBib3gtc2hhZG93OiAwcHggM3B4IDZweCByZ2JhKDAsIDAsIDAsIDAuMTYpO1xuICB0cmFuc2l0aW9uOiBhbGwgMC4zcztcbn1cbi53YWl0IHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDU1cHg7XG4gIGxlZnQ6IENhbGMoMzAlKTtcbn1cbi5wYW56b29tIHtcbiAgdHJhbnNmb3JtOiBub25lO1xuICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47XG4gIHRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCUgMHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleC13cmFwOiB3cmFwO1xufVxuLmdkLXpvb21lZCB7XG4gIG1hcmdpbjogMTBweCA5OHB4O1xufVxuLmhpZ2hsaWdodHMge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMHB4O1xuICBsZWZ0OiAwcHg7XG4gIGJvdHRvbTogMHB4O1xuICByaWdodDogMHB4O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAucGFuem9vbSB7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgfVxuICAucGFnZSB7XG4gICAgbWluLXdpZHRoOiB1bnNldCAhaW1wb3J0YW50O1xuICAgIG1pbi1oZWlnaHQ6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgbWFyZ2luOiA1cHggMHB4O1xuICB9XG59XG4iXX0= */\"","import { Component, ElementRef, Input, OnInit } from '@angular/core';\nimport { DocumentComponent, WindowService } from '@groupdocs.examples.angular/common-components';\nimport {ZoomService,ZoomDirective} from '@groupdocs.examples.angular/common-components';\nimport * as jquery from 'jquery';\nimport { DifferencesService } from '../differences.service';\nconst $ = jquery;\n\n@Component({\n selector: 'gd-result-document',\n templateUrl: './result-document.component.html',\n styleUrls: ['./result-document.component.less'], // @TODO: this is replicated from base component until styles inheritance supported added to angular\n providers : [ZoomService],\n viewProviders : [ZoomDirective]\n})\nexport class ResultDocumentComponent extends DocumentComponent implements OnInit {\n private changesService : DifferencesService;\n\n constructor(_elementRef: ElementRef,\n zoomService: ZoomService,\n changeService : DifferencesService,\n windowService: WindowService) {\n super(_elementRef, zoomService, windowService);\n this.changesService = changeService;\n }\n\n close(){\n this.changesService.setActiveChange(null)\n }\n\n ngOnInit(){\n }\n}\n","module.exports = \":host {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n align-content: center;\\n height: 100%;\\n border-bottom: 1px solid #CCC;\\n}\\n.wrapper {\\n color: #959da5;\\n background-color: #e7e7e7;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 100%;\\n height: 100%;\\n}\\n.icon {\\n font-size: 65px;\\n margin-bottom: 43px;\\n display: -webkit-box;\\n display: flex;\\n color: #959da5;\\n}\\n.start {\\n font-size: 15px;\\n text-align: center;\\n color: #959da5;\\n}\\n.gd-drag-n-drop-wrap.active {\\n background-color: #fff;\\n position: fixed;\\n top: 60px;\\n width: 50%;\\n background: rgba(255, 255, 255, 0.8);\\n}\\n.gd-drag-n-drop-wrap.active .init-state-wrapper {\\n position: absolute;\\n opacity: 0.2;\\n top: unset;\\n margin-top: -11px;\\n}\\n.gd-drag-n-drop-wrap.active .init-state-dnd-wrapper {\\n top: 0px;\\n z-index: 999;\\n margin-top: -11px;\\n}\\n.gd-drag-n-drop-wrap.active .init-state-dnd-wrapper .icon {\\n width: 113px;\\n height: 90px;\\n font-size: 90px;\\n color: #3E4E5A;\\n margin-bottom: 30px;\\n}\\n.gd-drag-n-drop-wrap.active .text {\\n color: #6e6e6e;\\n font-size: 14px;\\n}\\n.init-state-wrapper,\\n.init-state-dnd-wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n width: 250px;\\n height: 250px;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n}\\n.init-state-wrapper {\\n top: -30px;\\n position: relative;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvdXBsb2FkLWZpbGUtcGFuZWwvdXBsb2FkLWZpbGUtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi91cGxvYWQtZmlsZS1wYW5lbC91cGxvYWQtZmlsZS1wYW5lbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EscUJBQUE7RUFDQSxZQUFBO0VBQ0EsNkJBQUE7QUNERjtBRElBO0VBQ0UsY0FBQTtFQUNBLHlCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtBQ0ZGO0FES0E7RUFDRSxlQUFBO0VBQ0EsbUJBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxjQUFBO0FDSEY7QURNQTtFQUNFLGVBQUE7RUFDQSxrQkFBQTtFQUNBLGNBQUE7QUNKRjtBRFFFO0VBQ0Usc0JBQUE7RUFDQSxlQUFBO0VBQ0EsU0FBQTtFQUNBLFVBQUE7RUFDQSxvQ0FBQTtBQ05KO0FEQ0U7RUFPSSxrQkFBQTtFQUNBLFlBQUE7RUFDQSxVQUFBO0VBQ0EsaUJBQUE7QUNMTjtBRExFO0VBYUksUUFBQTtFQUNBLFlBQUE7RUFDQSxpQkFBQTtBQ0xOO0FEVkU7RUFpQk0sWUFBQTtFQUNBLFlBQUE7RUFDQSxlQUFBO0VBQ0EsY0FBQTtFQUNBLG1CQUFBO0FDSlI7QURqQkU7RUF5QkksY0FBQTtFQUNBLGVBQUE7QUNMTjtBRFVBOztFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7QUNQRjtBRFVBO0VBQ0UsVUFBQTtFQUNBLGtCQUFBO0FDUkYiLCJmaWxlIjoibGlicy9jb21wYXJpc29uL3NyYy9saWIvdXBsb2FkLWZpbGUtcGFuZWwvdXBsb2FkLWZpbGUtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuOmhvc3R7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBhbGlnbi1jb250ZW50OiBjZW50ZXI7XG4gIGhlaWdodDogMTAwJTtcbiAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNDQ0M7XG59XG5cbi53cmFwcGVyIHtcbiAgY29sb3I6IEByZWdlbnQtZ3JheTtcbiAgYmFja2dyb3VuZC1jb2xvcjogQG1lcmN1cnk7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4uaWNvbiB7XG4gIGZvbnQtc2l6ZTogNjVweDtcbiAgbWFyZ2luLWJvdHRvbTogNDNweDtcbiAgZGlzcGxheTogZmxleDtcbiAgY29sb3I6IEByZWdlbnQtZ3JheTtcbn1cblxuLnN0YXJ0IHtcbiAgZm9udC1zaXplOiAxNXB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiBAcmVnZW50LWdyYXk7XG59XG5cbi5nZC1kcmFnLW4tZHJvcC13cmFwIHtcbiAgJi5hY3RpdmUge1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIHRvcDogNjBweDtcbiAgICB3aWR0aDogNTAlO1xuICAgIGJhY2tncm91bmQ6IHJnYmEoMjU1LDI1NSwyNTUsMC44KTtcbiAgICAuaW5pdC1zdGF0ZS13cmFwcGVyIHtcbiAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgIG9wYWNpdHk6IC4yO1xuICAgICAgdG9wOiB1bnNldDtcbiAgICAgIG1hcmdpbi10b3A6IC0xMXB4O1xuICAgIH1cbiAgICAuaW5pdC1zdGF0ZS1kbmQtd3JhcHBlciB7XG4gICAgICB0b3A6IDBweDtcbiAgICAgIHotaW5kZXg6IDk5OTtcbiAgICAgIG1hcmdpbi10b3A6IC0xMXB4O1xuICAgICAgLmljb24ge1xuICAgICAgICB3aWR0aDogMTEzcHg7XG4gICAgICAgIGhlaWdodDogOTBweDtcbiAgICAgICAgZm9udC1zaXplOiA5MHB4O1xuICAgICAgICBjb2xvcjogQHByaW1hcnk7XG4gICAgICAgIG1hcmdpbi1ib3R0b206IDMwcHg7XG4gICAgICB9XG4gICAgfVxuICAgIC50ZXh0IHtcbiAgICAgIGNvbG9yOiBAZG92ZS1ncmF5O1xuICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgIH1cbiAgfVxufVxuXG4uaW5pdC1zdGF0ZS13cmFwcGVyLCAuaW5pdC1zdGF0ZS1kbmQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiAyNTBweDtcbiAgaGVpZ2h0OiAyNTBweDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG59XG5cbi5pbml0LXN0YXRlLXdyYXBwZXIge1xuICB0b3A6IC0zMHB4O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG5cbiIsIjpob3N0IHtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgaGVpZ2h0OiAxMDAlO1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0NDQztcbn1cbi53cmFwcGVyIHtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLmljb24ge1xuICBmb250LXNpemU6IDY1cHg7XG4gIG1hcmdpbi1ib3R0b206IDQzcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGNvbG9yOiAjOTU5ZGE1O1xufVxuLnN0YXJ0IHtcbiAgZm9udC1zaXplOiAxNXB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjOTU5ZGE1O1xufVxuLmdkLWRyYWctbi1kcm9wLXdyYXAuYWN0aXZlIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDYwcHg7XG4gIHdpZHRoOiA1MCU7XG4gIGJhY2tncm91bmQ6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC44KTtcbn1cbi5nZC1kcmFnLW4tZHJvcC13cmFwLmFjdGl2ZSAuaW5pdC1zdGF0ZS13cmFwcGVyIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBvcGFjaXR5OiAwLjI7XG4gIHRvcDogdW5zZXQ7XG4gIG1hcmdpbi10b3A6IC0xMXB4O1xufVxuLmdkLWRyYWctbi1kcm9wLXdyYXAuYWN0aXZlIC5pbml0LXN0YXRlLWRuZC13cmFwcGVyIHtcbiAgdG9wOiAwcHg7XG4gIHotaW5kZXg6IDk5OTtcbiAgbWFyZ2luLXRvcDogLTExcHg7XG59XG4uZ2QtZHJhZy1uLWRyb3Atd3JhcC5hY3RpdmUgLmluaXQtc3RhdGUtZG5kLXdyYXBwZXIgLmljb24ge1xuICB3aWR0aDogMTEzcHg7XG4gIGhlaWdodDogOTBweDtcbiAgZm9udC1zaXplOiA5MHB4O1xuICBjb2xvcjogIzNFNEU1QTtcbiAgbWFyZ2luLWJvdHRvbTogMzBweDtcbn1cbi5nZC1kcmFnLW4tZHJvcC13cmFwLmFjdGl2ZSAudGV4dCB7XG4gIGNvbG9yOiAjNmU2ZTZlO1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uaW5pdC1zdGF0ZS13cmFwcGVyLFxuLmluaXQtc3RhdGUtZG5kLXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aDogMjUwcHg7XG4gIGhlaWdodDogMjUwcHg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xufVxuLmluaXQtc3RhdGUtd3JhcHBlciB7XG4gIHRvcDogLTMwcHg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cbiJdfQ== */\"","import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';\nimport {CommonModals, ModalService, UploadFilesService} from \"@groupdocs.examples.angular/common-components\";\n\n@Component({\n selector: 'gd-upload-file-panel',\n templateUrl: './upload-file-panel.component.html',\n styleUrls: ['./upload-file-panel.component.less']\n})\nexport class UploadFilePanelComponent implements OnInit {\n\n @Input() panel: string;\n @Output() active = new EventEmitter();\n showUploadFile = false;\n\n constructor(private _uploadService: UploadFilesService,\n private _modalService: ModalService) {\n }\n\n ngOnInit() {\n }\n\n openModal() {\n this.active.emit(this.panel);\n this._modalService.open(CommonModals.BrowseFiles);\n }\n\n dropped($event) {\n if ($event) {\n this.active.emit(this.panel);\n this.showUploadFile = false;\n }\n }\n}\n","export * from './lib/conversion.module';\nexport * from './lib/conversion-app.component';\nexport * from './lib/conversion.service';\nexport * from './lib/conversion-config.service';\nexport * from './lib/models';","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n/deep/ .tools .button {\\n color: #fff !important;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-flow: column;\\n}\\n/deep/ .tools .button.inactive {\\n color: #959da5 !important;\\n}\\n/deep/ .tools .icon-button {\\n margin: 0px 0px 0px 7px !important;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: inherit;\\n}\\n.gd-document {\\n width: 100%;\\n height: 100%;\\n}\\n.top-panel {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 100%;\\n}\\n.toolbar-panel {\\n background-color: #3e4e5a;\\n width: 100%;\\n}\\n@media (max-width: 1037px) {\\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\\n margin: 0px 0px 0px 10px !important;\\n }\\n ::ng-deep .tools .icon-button {\\n height: 60px !important;\\n width: 60px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24tYXBwLmNvbXBvbmVudC5sZXNzIiwiL1VzZXJzL2VsZW5rby9wcm9qZWN0cy9Hcm91cERvY3MuVG90YWwtQW5ndWxhci9saWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWFwcC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSw2RUNBa0I7QUFHbEI7RUFDRSxzREFBQTtBRERGO0FDSUE7RUFFSSxzQkFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxpQkFBQTtBREhKO0FDSUk7RUFDRSx5QkFBQTtBREZOO0FDSEE7RUFTSSxrQ0FBQTtBREhKO0FDT0E7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRExGO0FDUUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0FETkY7QUNTQTtFQUNFLFdBQUE7RUFDQSxZQUFBO0FEUEY7QUNVQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0FEUkY7QUNXQTtFQUNFLHlCQUFBO0VBQ0EsV0FBQTtBRFRGO0FDWUE7RUFDRTtJQUVJLG1DQUFBO0VEWEo7RUNTQTtJQUtJLHVCQUFBO0lBQ0EsV0FBQTtFRFhKO0FBQ0YiLCJmaWxlIjoibGlicy9jb252ZXJzaW9uL3NyYy9saWIvY29udmVyc2lvbi1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG4gL2RlZXAvIC50b29scyAuYnV0dG9uIHtcbiAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbiAgZmxleC1mbG93OiBjb2x1bW47XG59XG4gL2RlZXAvIC50b29scyAuYnV0dG9uLmluYWN0aXZlIHtcbiAgY29sb3I6ICM5NTlkYTUgIWltcG9ydGFudDtcbn1cbiAvZGVlcC8gLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gIG1hcmdpbjogMHB4IDBweCAwcHggN3B4ICFpbXBvcnRhbnQ7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnRvb2xiYXItcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM2U0ZTVhO1xuICB3aWR0aDogMTAwJTtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgOjpuZy1kZWVwIC50b29scyBnZC1idXR0b246bnRoLWNoaWxkKDEpID4gLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAwcHggMHB4IDEwcHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gICAgaGVpZ2h0OiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgd2lkdGg6IDYwcHg7XG4gIH1cbn1cbiIsIkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zJmRpc3BsYXk9c3dhcCcpO1xuQGltcG9ydCBcIi4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG5cbi9kZWVwLyAudG9vbHMge1xuICAuYnV0dG9uIHtcbiAgICBjb2xvcjogI2ZmZiAhaW1wb3J0YW50O1xuICAgIGZsZXgtZmxvdzogY29sdW1uO1xuICAgICYuaW5hY3RpdmV7XG4gICAgICBjb2xvcjogQHJlZ2VudC1ncmF5ICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG4gIC5pY29uLWJ1dHRvbntcbiAgICBtYXJnaW46IDBweCAwcHggMHB4IDdweCAhaW1wb3J0YW50O1xuICB9XG59XG5cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgdG9wOiAwO1xuICBib3R0b206IDA7XG4gIGxlZnQ6IDA7XG4gIHJpZ2h0OiAwO1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xufVxuXG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4udG9wLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgd2lkdGg6IDEwMCU7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNlNGU1YTtcbiAgd2lkdGg6IDEwMCU7XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIGdkLWJ1dHRvbjpudGgtY2hpbGQoMSkgPiAuaWNvbi1idXR0b257XG4gICAgICBtYXJnaW46IDBweCAwcHggMHB4IDEwcHggIWltcG9ydGFudDtcbiAgICB9XG4gICAgLmljb24tYnV0dG9ue1xuICAgICAgaGVpZ2h0OiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgICB3aWR0aDogNjBweDtcbiAgICB9XG4gIH1cbn0iXX0= */\"","import {Component} from '@angular/core';\nimport {ConversionConfigService} from \"./conversion-config.service\";\nimport {ConversionService} from \"./conversion.service\";\nimport { ModalService,\n CommonModals,\n UploadFilesService\n} from \"@groupdocs.examples.angular/common-components\";\nimport {ConversionConfig} from \"./conversion-config\";\nimport {ConversionItemModel, ExtendedFileModel} from \"./models\"\n\n@Component({\n selector: 'gd-conversion',\n templateUrl: './conversion-app.component.html',\n styleUrls: ['./conversion-app.component.less']\n})\nexport class ConversionAppComponent {\n title = 'conversion';\n files: ExtendedFileModel[] = [];\n conversionItems: ConversionItemModel[] = [];\n browseFilesModal = CommonModals.BrowseFiles;\n isDesktop: boolean;\n leftBarOpen = false;\n conversionConfig: ConversionConfig;\n result: any;\n selectedFormat: string;\n warningItems = 0;\n\n constructor(private _modalService: ModalService,\n private _conversionService: ConversionService,\n configService: ConversionConfigService,\n uploadFilesService: UploadFilesService) {\n\n configService.updatedConfig.subscribe((config) => {\n this.conversionConfig = config;\n });\n\n uploadFilesService.uploadsChange.subscribe((uploads) => {\n if (uploads) {\n let i: number;\n for (i = 0; i < uploads.length; i++) {\n this._conversionService.upload(uploads.item(i), '', this.conversionConfig.rewrite).subscribe(() => {\n this.selectDir('');\n });\n }\n }\n });\n\n _conversionService.selectedItems.subscribe((selectedItems) => {\n selectedItems.forEach((selectedItem) => {\n if (selectedItem.warning) this.warningItems++;\n if (Object.keys(selectedItem).length > 0 && !this.itemAlreadyAdded(selectedItem)) {\n this.conversionItems.push(selectedItem as ConversionItemModel);\n }\n });\n });\n\n _conversionService.selectedFormat.subscribe((selectedFormat) => {\n this.selectedFormat = selectedFormat;\n });\n\n _conversionService.itemToConvert.subscribe(item => {\n if (item) this.convertSingleItem(item);\n });\n\n _conversionService.itemToRemove.subscribe(item => {\n if (item) this.removeItemFromQueue(item);\n });\n }\n\n get rewriteConfig(): boolean {\n return this.conversionConfig ? this.conversionConfig.rewrite : true;\n }\n\n get browseConfig(): boolean {\n return this.conversionConfig ? this.conversionConfig.browse : true;\n }\n\n get uploadConfig(): boolean {\n return this.conversionConfig ? this.conversionConfig.upload : true;\n }\n\n fileDropped($event) {\n if ($event) {\n this._modalService.open(CommonModals.BrowseFiles);\n }\n }\n\n openModal(id: string) {\n this._modalService.open(id);\n }\n\n closeModal(id: string) {\n this._modalService.close(id);\n }\n\n upload($event: string) {\n this._conversionService.upload(null, $event, this.rewriteConfig).subscribe(() => {\n this.selectDir('');\n });\n }\n\n selectDir($event: string) {\n this._conversionService.loadFiles($event).subscribe((files: ExtendedFileModel[]) => this.files = files || []);\n }\n\n convertSingleItem(item) {\n const workItem = this.conversionItems.find(x => x.guid === item.guid);\n workItem.converting = true;\n this._conversionService.convert(item).subscribe(() => {\n workItem.converting = false;\n workItem.converted = true;\n }, (() => {\n // TODO: add error handling?\n workItem.converting = false;\n }));\n }\n\n convertAll(){\n this.conversionItems.forEach((item) => {\n if (!item.converted && !item.converting) {\n this.convertSingleItem(item);\n }\n });\n }\n\n convertAllUnavailable(){\n return this.conversionItems.length === 0 || this.conversionItems.filter(ci => ci.converted !== true).length === 0;\n }\n\n removeItemFromQueue(item: ConversionItemModel): void {\n if (this.conversionItems.length > 0) {\n this.conversionItems.forEach( (ci, index) => {\n if(ci.guid === item.guid && ci.destinationType === item.destinationType) this.conversionItems.splice(index, 1);\n });\n }\n }\n\n selectAllItems(checked: boolean) {\n this.files.forEach( (f) => {\n if (!f.isDirectory && !f.directory) f.selected = checked;\n });\n }\n\n itemAlreadyAdded(selectedItem: ConversionItemModel) : boolean {\n return this.conversionItems.filter(ci => ci.destinationType === selectedItem.destinationType \n && ci.guid === selectedItem.guid).length === 1;\n }\n\n isLeftBarOpen() {\n return this.isDesktop ? true : this.leftBarOpen;\n }\n}\n","module.exports = \".gd-modal-table {\\n width: 100%;\\n text-align: left;\\n}\\n#gd-browse-section {\\n width: 1036px;\\n height: 561px;\\n overflow-y: auto;\\n}\\n.list-files-header {\\n height: 60px;\\n color: #6e6e6e;\\n font-size: 13px;\\n font-weight: bold;\\n background-color: #f4f4f4;\\n margin-top: 24px;\\n}\\n.list-files-header.upload-url {\\n margin-top: 20px;\\n}\\n.header-name {\\n padding-left: 68px;\\n width: 90%;\\n line-height: 60px;\\n}\\n.header-size {\\n padding-right: 84px;\\n line-height: 60px;\\n}\\n.header-size,\\n.file-size {\\n width: 7%;\\n color: #777777;\\n text-align: left;\\n}\\n.file-size {\\n font-size: 12px;\\n width: 7%;\\n line-height: 79px;\\n}\\n.file-description {\\n display: -webkit-box;\\n display: flex;\\n width: 90%;\\n padding: 18px 0px 18px 0px;\\n font-size: 14px;\\n -webkit-box-flex: 1;\\n flex: 1;\\n cursor: pointer;\\n overflow: hidden;\\n}\\n.file-description .ng-fa-icon {\\n font-size: 32px;\\n}\\n.gd-modal-spinner {\\n background-color: #ffffff;\\n width: 100%;\\n height: 20px;\\n text-align: center;\\n font-size: 16px;\\n}\\n.gd-cancel-button {\\n padding: 7px;\\n background: none;\\n width: 28px;\\n overflow: hidden;\\n}\\n.gd-cancel-button i {\\n font-size: 21px;\\n}\\n.gd-file-name {\\n white-space: nowrap;\\n overflow: hidden;\\n width: 100%;\\n text-overflow: ellipsis;\\n}\\n.upload-panel {\\n display: -webkit-box;\\n display: flex;\\n position: relative;\\n width: 100%;\\n margin-top: 24px;\\n margin-right: 24px;\\n}\\n.upload-panel .select-all {\\n height: 37px;\\n margin: 0px 16px 0px 15px;\\n width: 37px;\\n line-height: 44px;\\n text-align: center;\\n}\\n.upload-panel .context {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n width: 100%;\\n margin-right: 24px;\\n}\\n.upload-panel .context .context-actions {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n width: 100%;\\n}\\n.upload-panel .context .context-actions *:last-child {\\n margin-right: 0px;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button {\\n height: 37px;\\n width: 96px;\\n padding: 0px;\\n -webkit-box-pack: center;\\n justify-content: center;\\n font-size: 14px;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button ::ng-deep .text {\\n font-size: 10px;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button.primary {\\n width: 117px;\\n background-color: #4b566c;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive {\\n width: 106px;\\n background-color: #959da5;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive /deep/ .text {\\n color: #3E4E5A;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive /deep/ fa-icon {\\n color: #3E4E5A;\\n}\\n.upload-panel .context .context-panel {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n width: 100%;\\n margin-top: 20px;\\n}\\n.upload-panel .context .context-panel .upload-url {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n width: 100%;\\n}\\n.upload-panel .context .context-panel .upload-url .url-input {\\n width: 100%;\\n height: 27px;\\n border: 1px solid #25c2d4;\\n font-size: 14px;\\n padding-left: 6px;\\n}\\n.upload-panel .context .context-panel .upload-url .url-check {\\n width: 31px;\\n height: 31px;\\n color: #FFFFFF;\\n font-size: 15px;\\n background-color: #25c2d4;\\n}\\n.upload-panel .context .context-panel .upload-url .url-check .ng-fa-icon {\\n display: block;\\n padding: 8px;\\n}\\n.upload-panel gd-drop-down {\\n margin-right: 10px;\\n}\\n.upload-panel gd-drop-down /deep/ .drop-down-item .text {\\n margin-left: 7px;\\n text-transform: uppercase;\\n color: #6e6e6e;\\n}\\n.upload-panel gd-drop-down /deep/ .drop-down-item:hover {\\n background-color: #4b566c;\\n}\\n.upload-panel gd-drop-down /deep/ .drop-down-item:hover * {\\n color: #FFF;\\n}\\n.list-files-lines,\\n.list-files-header {\\n display: -webkit-box;\\n display: flex;\\n width: 100%;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n}\\n.file-description .ng-fa-icon.fa-file-pdf {\\n color: #e04e4e;\\n}\\n.file-description .ng-fa-icon.fa-file-word {\\n color: #539CF0;\\n}\\n.file-description .ng-fa-icon.fa-file-powerpoint {\\n color: #e29e1e;\\n}\\n.file-description .ng-fa-icon.fa-file-excel {\\n color: #7cbc46;\\n}\\n.file-description .ng-fa-icon.fa-file-image {\\n color: #c375ed;\\n}\\n.file-description .ng-fa-icon.fa-file-text .fa-folder,\\n.file-description .ng-fa-icon.fa-file,\\n.file-description .ng-fa-icon.fa-file-alt {\\n color: #4b566c;\\n}\\n.go-up {\\n cursor: pointer;\\n display: -webkit-box;\\n display: flex;\\n font-size: 26px;\\n color: #4b566c;\\n height: 79px;\\n}\\n.go-up-dots {\\n margin-left: 20px;\\n margin-top: 22px;\\n font-size: 16px;\\n}\\n.go-up-icon {\\n display: block;\\n padding: 18px 0px 18px 68px;\\n}\\n.file-name {\\n font-size: 16px;\\n color: #6e6e6e;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n}\\n.file-name-format {\\n padding-left: 11px;\\n overflow: hidden;\\n}\\n.file-format {\\n font-size: 10px;\\n padding-top: 3px;\\n color: #acacac;\\n}\\n.list-files-lines,\\n.go-up {\\n border-bottom: 1px solid #e7e7e7;\\n}\\n.list-files-lines:hover {\\n background-color: #E5E5E5;\\n}\\n.gd-dnd-wrap {\\n background-color: #FFF;\\n cursor: default;\\n position: absolute;\\n width: 100%;\\n height: calc(100% - 60px);\\n background: rgba(255, 255, 255, 0.7);\\n z-index: 1;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-drag-n-drop-icon {\\n margin-top: -50px;\\n}\\n.gd-drag-n-drop-icon .fa-cloud-download-alt {\\n color: #D1D1D1;\\n font-size: 110px;\\n}\\n.gd-file-checkbox {\\n height: 37px;\\n margin: 21px 16px 21px 15px;\\n width: 37px;\\n line-height: 44px;\\n text-align: center;\\n}\\n.gd-file-checkbox.empty {\\n width: 37px;\\n}\\n.file-format-select {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 36px;\\n margin-right: 24px;\\n}\\n.file-format-select ::ng-deep .button {\\n padding: 0px;\\n width: 36px;\\n margin: 0px;\\n font-size: 14px;\\n}\\n.file-format-select ::ng-deep .button .text {\\n padding: 0px;\\n}\\n.file-format-select ::ng-deep .show .button {\\n color: #959da5;\\n}\\n.file-format-select gd-drop-down /deep/ .drop-down-item {\\n width: 96px;\\n}\\n.file-format-select gd-drop-down /deep/ .drop-down-item .text {\\n padding-left: 7px;\\n text-transform: uppercase;\\n color: #6e6e6e;\\n}\\n.file-format-select gd-drop-down /deep/ .drop-down-item:hover {\\n background-color: #4b566c;\\n}\\n.file-format-select gd-drop-down /deep/ .drop-down-item:hover * {\\n color: #FFF;\\n}\\n.gd-checkbox {\\n width: 19px;\\n height: 19px;\\n margin: 0px;\\n}\\n.gd-checkbox:before {\\n position: relative;\\n display: -webkit-box;\\n display: flex;\\n width: 17px;\\n height: 17px;\\n border: 1px solid #707070;\\n content: \\\"\\\";\\n background: #FFFFFF;\\n cursor: pointer;\\n}\\n.gd-checkbox:after {\\n position: relative;\\n display: -webkit-box;\\n display: flex;\\n left: 1px;\\n top: -18px;\\n width: 16px;\\n height: 16px;\\n content: \\\"\\\";\\n cursor: pointer;\\n}\\n.gd-checkbox:checked:after {\\n font-family: \\\"Font Awesome 5 Free\\\";\\n content: \\\"\\\\f00c\\\";\\n font-weight: 900;\\n font-size: 16px;\\n color: #6E6E6E;\\n}\\n.gd-add-selected.active {\\n cursor: pointer;\\n opacity: 1;\\n}\\n.gd-add-selected {\\n width: 140px;\\n height: 36px;\\n background-color: #3E4E5A;\\n color: #FFFFFF;\\n margin: 0px 8px 0px 0px;\\n border: 0;\\n cursor: not-allowed;\\n opacity: 0.43;\\n}\\n.gd-folder-name {\\n margin-top: 8px;\\n}\\n.dnd-wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n top: 259px;\\n position: absolute;\\n}\\n.dnd-wrapper .text {\\n color: #6e6e6e;\\n font-size: 14px;\\n}\\n.dnd-wrapper .icon {\\n display: -webkit-box;\\n display: flex;\\n width: 113px;\\n height: 90px;\\n font-size: 90px;\\n color: #3E4E5A;\\n margin-bottom: 30px;\\n}\\n@media (max-width: 1037px) {\\n .header-size,\\n .file-size {\\n width: 18%;\\n }\\n .gd-dnd-wrap {\\n width: 95%;\\n }\\n #gd-browse-section {\\n width: 100%;\\n }\\n .list-files-header,\\n .file-size {\\n display: none;\\n }\\n #gd-browse-section {\\n width: 100%;\\n height: calc(100% - 146px);\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb252ZXJzaW9uL3NyYy9saWIvY29udmVyc2lvbi1icm93c2UtZmlsZXMtbW9kYWwvY29udmVyc2lvbi1icm93c2UtZmlsZXMtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLFdBQUE7RUFDQSxnQkFBQTtBQ0RGO0FESUE7RUFDRSxhQUFBO0VBQ0EsYUFBQTtFQUNBLGdCQUFBO0FDRkY7QURLQTtFQUNFLFlBQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtFQUNBLGlCQUFBO0VBQ0EseUJBQUE7RUFDQSxnQkFBQTtBQ0hGO0FESUU7RUFDRSxnQkFBQTtBQ0ZKO0FETUE7RUFDRSxrQkFBQTtFQUNBLFVBQUE7RUFDQSxpQkFBQTtBQ0pGO0FETUE7RUFDRSxtQkFBQTtFQUNBLGlCQUFBO0FDSkY7QURRQTs7RUFDRSxTQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0FDTEY7QURRQTtFQUNFLGVBQUE7RUFDQSxTQUFBO0VBQ0EsaUJBQUE7QUNORjtBRFNBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsVUFBQTtFQUNBLDBCQUFBO0VBQ0EsZUFBQTtFQUNBLG1CQUFBO1VBQUEsT0FBQTtFQUNBLGVBQUE7RUFDQSxnQkFBQTtBQ1BGO0FEVUE7RUFDRSxlQUFBO0FDUkY7QURXQTtFQUNFLHlCQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtFQUNBLGVBQUE7QUNURjtBRFlBO0VBQ0UsWUFBQTtFQUNBLGdCQUFBO0VBQ0EsV0FBQTtFQUNBLGdCQUFBO0FDVkY7QURhQTtFQUNFLGVBQUE7QUNYRjtBRGNBO0VBQ0UsbUJBQUE7RUFDQSxnQkFBQTtFQUNBLFdBQUE7RUFDQSx1QkFBQTtBQ1pGO0FEZUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxrQkFBQTtFQUNBLFdBQUE7RUFDQSxnQkFBQTtFQUNBLGtCQUFBO0FDYkY7QURRQTtFQVFJLFlBQUE7RUFDQSx5QkFBQTtFQUNBLFdBQUE7RUFDQSxpQkFBQTtFQUNBLGtCQUFBO0FDYko7QURDQTtFQWdCSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxXQUFBO0VBQ0Esa0JBQUE7QUNkSjtBRExBO0VBcUJNLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtFQUNBLFdBQUE7QUNiTjtBRFZBO0VBeUJRLGlCQUFBO0FDWlI7QURiQTtFQTRCUSxZQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EsZUFBQTtBQ1pSO0FEcEJBO0VBa0NVLGVBQUE7QUNYVjtBRGFRO0VBQ0UsWUFBQTtFQUNBLHlCQUFBO0FDWFY7QURZVTtFQUNFLFlBQUE7RUFDQSx5QkFBQTtBQ1ZaO0FEUVU7RUFJSSxjQUFBO0FDVGQ7QURLVTtFQU9JLGNBQUE7QUNUZDtBRHJDQTtFQXFETSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw4QkFBQTtFQUFBLDZCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0VBQ0EsZ0JBQUE7QUNiTjtBRDNDQTtFQTBEUSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw4QkFBQTtFQUFBLDZCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0FDWlI7QURoREE7RUE4RFUsV0FBQTtFQUNBLFlBQUE7RUFDQSx5QkFBQTtFQUNBLGVBQUE7RUFDQSxpQkFBQTtBQ1hWO0FEdkRBO0VBcUVVLFdBQUE7RUFDQSxZQUFBO0VBQ0EsY0FBQTtFQUNBLGVBQUE7RUFDQSx5QkFBQTtBQ1hWO0FEOURBO0VBNEVVLGNBQUE7RUFDQSxZQUFBO0FDWFY7QURsRUE7RUFvRkksa0JBQUE7QUNmSjtBRHJFQTtFQXVGUSxnQkFBQTtFQUNBLHlCQUFBO0VBQ0EsY0FBQTtBQ2ZSO0FEaUJNO0VBQ0UseUJBQUE7QUNmUjtBRGNNO0VBR0ksV0FBQTtBQ2RWO0FEcUJBOztFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtVQUFBLDhCQUFBO0FDbEJGO0FEcUJBO0VBQ0UsY0FBQTtBQ25CRjtBRHNCQTtFQUNFLGNBQUE7QUNwQkY7QUR1QkE7RUFDRSxjQUFBO0FDckJGO0FEd0JBO0VBQ0UsY0FBQTtBQ3RCRjtBRHlCQTtFQUNFLGNBQUE7QUN2QkY7QUQwQkE7OztFQUdFLGNBQUE7QUN4QkY7QUQyQkE7RUFDRSxlQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsZUFBQTtFQUNBLGNBQUE7RUFDQSxZQUFBO0FDekJGO0FENEJBO0VBQ0UsaUJBQUE7RUFDQSxnQkFBQTtFQUNBLGVBQUE7QUMxQkY7QUQ2QkE7RUFDRSxjQUFBO0VBQ0EsMkJBQUE7QUMzQkY7QUQ4QkE7RUFDRSxlQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0VBQ0EsdUJBQUE7QUM1QkY7QUQrQkE7RUFDRSxrQkFBQTtFQUNBLGdCQUFBO0FDN0JGO0FEZ0NBO0VBQ0UsZUFBQTtFQUNBLGdCQUFBO0VBQ0EsY0FBQTtBQzlCRjtBRGlDQTs7RUFDRSxnQ0FBQTtBQzlCRjtBRGtDRTtFQUNFLHlCQUFBO0FDaENKO0FEb0NBO0VBQ0Usc0JBQUE7RUFDQSxlQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0VBQ0EseUJBQUE7RUFDQSxvQ0FBQTtFQUNBLFVBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ2xDRjtBRHFDQTtFQUNFLGlCQUFBO0FDbkNGO0FEc0NBO0VBQ0UsY0FBQTtFQUNBLGdCQUFBO0FDcENGO0FEdUNBO0VBQ0UsWUFBQTtFQUNBLDJCQUFBO0VBQ0EsV0FBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7QUNyQ0Y7QUR3Q0E7RUFDRSxXQUFBO0FDdENGO0FEeUNBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLFdBQUE7RUFDQSxrQkFBQTtBQ3ZDRjtBRG1DQTtFQU1JLFlBQUE7RUFDQSxXQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7QUN0Q0o7QUQ2QkE7RUFXTSxZQUFBO0FDckNOO0FEMEJBO0VBZ0JJLGNBQUE7QUN2Q0o7QUR1QkE7RUFxQk0sV0FBQTtBQ3pDTjtBRG9CQTtFQXVCUSxpQkFBQTtFQUNBLHlCQUFBO0VBQ0EsY0FBQTtBQ3hDUjtBRDBDTTtFQUNFLHlCQUFBO0FDeENSO0FEdUNNO0VBR0ksV0FBQTtBQ3ZDVjtBRDhDQTtFQUNFLFdBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtBQzVDRjtBRDZDRTtFQUNFLGtCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSx5QkFBQTtFQUNBLFdBQUE7RUFDQSxtQkFBQTtFQUNBLGVBQUE7QUMzQ0o7QUQ2Q0U7RUFDRSxrQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLFNBQUE7RUFDQSxVQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsZUFBQTtBQzNDSjtBRDhDSTtFQUNFLGtDQUFBO0VBQ0EsZ0JBQUE7RUFDQSxnQkFBQTtFQUNBLGVBQUE7RUFDQSxjQUFBO0FDNUNOO0FEaURBO0VBQ0UsZUFBQTtFQUNBLFVBQUE7QUMvQ0Y7QURrREE7RUFDRSxZQUFBO0VBQ0EsWUFBQTtFQUNBLHlCQUFBO0VBQ0EsY0FBQTtFQUNBLHVCQUFBO0VBQ0EsU0FBQTtFQUNBLG1CQUFBO0VBQ0EsYUFBQTtBQ2hERjtBRG1EQTtFQUNFLGVBQUE7QUNqREY7QURvREE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLFVBQUE7RUFDQSxrQkFBQTtBQ2xERjtBRDRDQTtFQVFJLGNBQUE7RUFDQSxlQUFBO0FDakRKO0FEd0NBO0VBWUksb0JBQUE7RUFBQSxhQUFBO0VBQ0EsWUFBQTtFQUNBLFlBQUE7RUFDQSxlQUFBO0VBQ0EsY0FBQTtFQUNBLG1CQUFBO0FDakRKO0FEcURBO0VBQ0U7O0lBQ0UsVUFBQTtFQ2xERjtFRG9EQTtJQUNFLFVBQUE7RUNsREY7RURvREE7SUFDRSxXQUFBO0VDbERGO0VEb0RBOztJQUNFLGFBQUE7RUNqREY7RURtREE7SUFDRSxXQUFBO0lBQ0EsMEJBQUE7RUNqREY7QUFDRiIsImZpbGUiOiJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLy4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzLmxlc3NcIjtcblxuLmdkLW1vZGFsLXRhYmxlIHtcbiAgd2lkdGg6IDEwMCU7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG59XG5cbiNnZC1icm93c2Utc2VjdGlvbiB7XG4gIHdpZHRoOiAxMDM2cHg7XG4gIGhlaWdodDogNTYxcHg7XG4gIG92ZXJmbG93LXk6IGF1dG87XG59XG5cbi5saXN0LWZpbGVzLWhlYWRlciB7XG4gIGhlaWdodDogNjBweDtcbiAgY29sb3I6IEBkb3ZlLWdyYXk7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG4gIG1hcmdpbi10b3A6IDI0cHg7XG4gICYudXBsb2FkLXVybCB7XG4gICAgbWFyZ2luLXRvcDogMjBweDtcbiAgfVxufVxuXG4uaGVhZGVyLW5hbWUge1xuICBwYWRkaW5nLWxlZnQ6IDY4cHg7XG4gIHdpZHRoOiA5MCU7XG4gIGxpbmUtaGVpZ2h0OiA2MHB4O1xufVxuLmhlYWRlci1zaXplIHtcbiAgcGFkZGluZy1yaWdodDogODRweDtcbiAgbGluZS1oZWlnaHQ6IDYwcHg7XG4gIC8vIFRPRE86IGFkZCBvdmVyZmxvdy15OiBzY3JvbGwgaWYgc2Nyb2xsLWJhciBpbiBmaWxlcyBhcHBlYXJzXG59XG5cbi5oZWFkZXItc2l6ZSwgLmZpbGUtc2l6ZSB7XG4gIHdpZHRoOiA3JTtcbiAgY29sb3I6ICM3Nzc3Nzc7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG59XG5cbi5maWxlLXNpemUge1xuICBmb250LXNpemU6IDEycHg7XG4gIHdpZHRoOiA3JTtcbiAgbGluZS1oZWlnaHQ6IDc5cHg7XG59XG5cbi5maWxlLWRlc2NyaXB0aW9uIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDkwJTtcbiAgcGFkZGluZzogMThweCAwcHggMThweCAwcHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgZmxleDogMTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAgLm5nLWZhLWljb24ge1xuICBmb250LXNpemU6IDMycHg7XG59XG5cbi5nZC1tb2RhbC1zcGlubmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMjBweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBmb250LXNpemU6IDE2cHg7XG59XG5cbi5nZC1jYW5jZWwtYnV0dG9uIHtcbiAgcGFkZGluZzogN3B4O1xuICBiYWNrZ3JvdW5kOiBub25lO1xuICB3aWR0aDogMjhweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cblxuLmdkLWNhbmNlbC1idXR0b24gaSB7XG4gIGZvbnQtc2l6ZTogMjFweDtcbn1cblxuLmdkLWZpbGUtbmFtZSB7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbn1cblxuLnVwbG9hZC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgd2lkdGg6IDEwMCU7XG4gIG1hcmdpbi10b3A6IDI0cHg7XG4gIG1hcmdpbi1yaWdodDogMjRweDtcblxuICAuc2VsZWN0LWFsbHtcbiAgICBoZWlnaHQ6IDM3cHg7XG4gICAgbWFyZ2luOiAwcHggMTZweCAwcHggMTVweDtcbiAgICB3aWR0aDogMzdweDtcbiAgICBsaW5lLWhlaWdodDogNDRweDtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIH1cblxuICAuY29udGV4dHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgbWFyZ2luLXJpZ2h0OiAyNHB4O1xuICAgIC5jb250ZXh0LWFjdGlvbnN7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgKjpsYXN0LWNoaWxke1xuICAgICAgICBtYXJnaW4tcmlnaHQ6IDBweDtcbiAgICAgIH1cbiAgICAgIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICAgICAgaGVpZ2h0OiAzN3B4O1xuICAgICAgICB3aWR0aDogOTZweDtcbiAgICAgICAgcGFkZGluZzogMHB4O1xuICAgICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgICAgICA6Om5nLWRlZXAgLnRleHQge1xuICAgICAgICAgIGZvbnQtc2l6ZTogMTBweDtcbiAgICAgICAgfVxuICAgICAgICAmLnByaW1hcnkge1xuICAgICAgICAgIHdpZHRoOiAxMTdweDtcbiAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAZm9sZGVyO1xuICAgICAgICAgICYuaW5hY3RpdmUge1xuICAgICAgICAgICAgd2lkdGg6IDEwNnB4O1xuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogQHJlZ2VudC1ncmF5O1xuICAgICAgICAgICAgL2RlZXAvIC50ZXh0IHtcbiAgICAgICAgICAgICAgY29sb3I6IEBwcmltYXJ5O1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgL2RlZXAvIGZhLWljb24ge1xuICAgICAgICAgICAgICBjb2xvcjogQHByaW1hcnlcbiAgICAgICAgICAgIH1cbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gICAgLmNvbnRleHQtcGFuZWx7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgbWFyZ2luLXRvcDogMjBweDtcbiAgICAgIC51cGxvYWQtdXJsIHtcbiAgICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgICAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICAgIC51cmwtaW5wdXQge1xuICAgICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgICAgIGhlaWdodDogMjdweDtcbiAgICAgICAgICBib3JkZXI6IDFweCBzb2xpZCBAYnJhbmQ7XG4gICAgICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgICAgICAgIHBhZGRpbmctbGVmdDogNnB4O1xuICAgICAgICB9XG4gICAgICAgIC51cmwtY2hlY2sge1xuICAgICAgICAgIHdpZHRoOiAzMXB4O1xuICAgICAgICAgIGhlaWdodDogMzFweDtcbiAgICAgICAgICBjb2xvcjogI0ZGRkZGRjtcbiAgICAgICAgICBmb250LXNpemU6IDE1cHg7XG4gICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogQGJyYW5kO1xuICAgICAgICB9XG4gICAgICAgIC51cmwtY2hlY2sgLm5nLWZhLWljb24ge1xuICAgICAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgICAgIHBhZGRpbmc6IDhweDtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIGdkLWRyb3AtZG93bntcbiAgICBtYXJnaW4tcmlnaHQ6IDEwcHg7XG4gICAgL2RlZXAvIC5kcm9wLWRvd24taXRlbSB7XG4gICAgICAudGV4dCB7XG4gICAgICAgIG1hcmdpbi1sZWZ0OiA3cHg7XG4gICAgICAgIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gICAgICAgIGNvbG9yOiBAZG92ZS1ncmF5O1xuICAgICAgfVxuICAgICAgJjpob3ZlcntcbiAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogQGZvbGRlcjtcbiAgICAgICAgKntcbiAgICAgICAgICBjb2xvcjogI0ZGRjtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgfVxufVxuXG4ubGlzdC1maWxlcy1saW5lcywgLmxpc3QtZmlsZXMtaGVhZGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDEwMCU7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2Vlbjtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogQHBkZjtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS13b3JkIHtcbiAgY29sb3I6IEB3b3JkO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogQHBvd2VycG9pbnQ7XG59XG5cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtZXhjZWwge1xuICBjb2xvcjogQGV4Y2VsO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6IEBpbWFnZTtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIsXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLFxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1hbHQge1xuICBjb2xvcjogQGZvbGRlcjtcbn1cblxuLmdvLXVwIHtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBkaXNwbGF5OiBmbGV4O1xuICBmb250LXNpemU6IDI2cHg7XG4gIGNvbG9yOiBAZm9sZGVyO1xuICBoZWlnaHQ6IDc5cHg7XG59XG5cbi5nby11cC1kb3RzIHtcbiAgbWFyZ2luLWxlZnQ6IDIwcHg7XG4gIG1hcmdpbi10b3A6IDIycHg7XG4gIGZvbnQtc2l6ZTogMTZweDtcbn1cblxuLmdvLXVwLWljb24ge1xuICBkaXNwbGF5OiBibG9jaztcbiAgcGFkZGluZzogMThweCAwcHggMThweCA2OHB4O1xufVxuXG4uZmlsZS1uYW1lIHtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBjb2xvcjogQGRvdmUtZ3JheTtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG59XG5cbi5maWxlLW5hbWUtZm9ybWF0IHtcbiAgcGFkZGluZy1sZWZ0OiAxMXB4O1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuXG4uZmlsZS1mb3JtYXQge1xuICBmb250LXNpemU6IDEwcHg7XG4gIHBhZGRpbmctdG9wOiAzcHg7XG4gIGNvbG9yOiBAc2lsdmVyLWNoYWxpY2U7XG59XG5cbi5saXN0LWZpbGVzLWxpbmVzLCAuZ28tdXAge1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgQG1lcmN1cnk7XG59XG5cbi5saXN0LWZpbGVzLWxpbmVzIHtcbiAgJjpob3ZlciB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQG5hdi1hY2NlbnQtYmFja2dyb3VuZDtcbiAgfVxufVxuXG4uZ2QtZG5kLXdyYXAge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBjdXJzb3I6IGRlZmF1bHQ7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gNjBweCk7XG4gIGJhY2tncm91bmQ6IHJnYmEoMjU1LDI1NSwyNTUsMC43KTtcbiAgei1pbmRleDogMTtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5nZC1kcmFnLW4tZHJvcC1pY29uIHtcbiAgbWFyZ2luLXRvcDogLTUwcHg7XG59XG5cbi5nZC1kcmFnLW4tZHJvcC1pY29uIC5mYS1jbG91ZC1kb3dubG9hZC1hbHQge1xuICBjb2xvcjogI0QxRDFEMTtcbiAgZm9udC1zaXplOiAxMTBweDtcbn1cblxuLmdkLWZpbGUtY2hlY2tib3gge1xuICBoZWlnaHQ6IDM3cHg7XG4gIG1hcmdpbjogMjFweCAxNnB4IDIxcHggMTVweDtcbiAgd2lkdGg6IDM3cHg7XG4gIGxpbmUtaGVpZ2h0OiA0NHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG5cbi5nZC1maWxlLWNoZWNrYm94LmVtcHR5IHtcbiAgd2lkdGg6IDM3cHg7XG59XG5cbi5maWxlLWZvcm1hdC1zZWxlY3Qge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMzZweDtcbiAgbWFyZ2luLXJpZ2h0OiAyNHB4O1xuICA6Om5nLWRlZXAgLmJ1dHRvbntcbiAgICBwYWRkaW5nOiAwcHg7XG4gICAgd2lkdGg6IDM2cHg7XG4gICAgbWFyZ2luOiAwcHg7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuICAgIC50ZXh0IHtcbiAgICAgIHBhZGRpbmc6IDBweDtcbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLnNob3cgLmJ1dHRvbntcbiAgICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICB9XG5cbiAgZ2QtZHJvcC1kb3due1xuICAgIC9kZWVwLyAuZHJvcC1kb3duLWl0ZW0ge1xuICAgICAgd2lkdGg6IDk2cHg7XG4gICAgICAudGV4dCB7XG4gICAgICAgIHBhZGRpbmctbGVmdDogN3B4O1xuICAgICAgICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICAgICAgICBjb2xvcjogQGRvdmUtZ3JheTtcbiAgICAgIH1cbiAgICAgICY6aG92ZXJ7XG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6IEBmb2xkZXI7XG4gICAgICAgICp7XG4gICAgICAgICAgY29sb3I6ICNGRkY7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuLmdkLWNoZWNrYm94IHtcbiAgd2lkdGg6IDE5cHg7XG4gIGhlaWdodDogMTlweDtcbiAgbWFyZ2luOiAwcHg7XG4gICY6YmVmb3JlIHtcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICB3aWR0aDogMTdweDtcbiAgICBoZWlnaHQ6IDE3cHg7XG4gICAgYm9yZGVyOiAxcHggc29saWQgIzcwNzA3MDtcbiAgICBjb250ZW50OiBcIlwiO1xuICAgIGJhY2tncm91bmQ6ICNGRkZGRkY7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICB9XG4gICY6YWZ0ZXIge1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGxlZnQ6IDFweDtcbiAgICB0b3A6IC0xOHB4O1xuICAgIHdpZHRoOiAxNnB4O1xuICAgIGhlaWdodDogMTZweDtcbiAgICBjb250ZW50OiBcIlwiO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgfVxuICAmOmNoZWNrZWQge1xuICAgICY6YWZ0ZXIge1xuICAgICAgZm9udC1mYW1pbHk6IFwiRm9udCBBd2Vzb21lIDUgRnJlZVwiO1xuICAgICAgY29udGVudDogXCJcXGYwMGNcIjtcbiAgICAgIGZvbnQtd2VpZ2h0OiA5MDA7XG4gICAgICBmb250LXNpemU6IDE2cHg7XG4gICAgICBjb2xvcjogIzZFNkU2RTtcbiAgICB9XG4gIH1cbn1cblxuLmdkLWFkZC1zZWxlY3RlZC5hY3RpdmUge1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIG9wYWNpdHk6IDE7XG59XG5cbi5nZC1hZGQtc2VsZWN0ZWQge1xuICB3aWR0aDogMTQwcHg7XG4gIGhlaWdodDogMzZweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNFNEU1QTtcbiAgY29sb3I6ICNGRkZGRkY7XG4gIG1hcmdpbjogMHB4IDhweCAwcHggMHB4O1xuICBib3JkZXI6IDA7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQ7XG4gIG9wYWNpdHk6IDAuNDM7XG59XG5cbi5nZC1mb2xkZXItbmFtZSB7XG4gIG1hcmdpbi10b3A6IDhweDtcbn1cblxuLmRuZC13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIHRvcDogMjU5cHg7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgLnRleHQge1xuICAgIGNvbG9yOiBAZG92ZS1ncmF5O1xuICAgIGZvbnQtc2l6ZTogMTRweDtcbiAgfVxuICAuaWNvbiB7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICB3aWR0aDogMTEzcHg7XG4gICAgaGVpZ2h0OiA5MHB4O1xuICAgIGZvbnQtc2l6ZTogOTBweDtcbiAgICBjb2xvcjogQHByaW1hcnk7XG4gICAgbWFyZ2luLWJvdHRvbTogMzBweDtcbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuaGVhZGVyLXNpemUsIC5maWxlLXNpemUge1xuICAgIHdpZHRoOiAxOCU7XG4gIH1cbiAgLmdkLWRuZC13cmFwIHtcbiAgICB3aWR0aDogOTUlO1xuICB9XG4gICNnZC1icm93c2Utc2VjdGlvbntcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxuICAubGlzdC1maWxlcy1oZWFkZXIsIC5maWxlLXNpemV7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuICAjZ2QtYnJvd3NlLXNlY3Rpb257XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiBjYWxjKDEwMCUgLSAxNDZweCk7XG4gIH1cbn1cbiIsIi5nZC1tb2RhbC10YWJsZSB7XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xufVxuI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgd2lkdGg6IDEwMzZweDtcbiAgaGVpZ2h0OiA1NjFweDtcbiAgb3ZlcmZsb3cteTogYXV0bztcbn1cbi5saXN0LWZpbGVzLWhlYWRlciB7XG4gIGhlaWdodDogNjBweDtcbiAgY29sb3I6ICM2ZTZlNmU7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmNGY0ZjQ7XG4gIG1hcmdpbi10b3A6IDI0cHg7XG59XG4ubGlzdC1maWxlcy1oZWFkZXIudXBsb2FkLXVybCB7XG4gIG1hcmdpbi10b3A6IDIwcHg7XG59XG4uaGVhZGVyLW5hbWUge1xuICBwYWRkaW5nLWxlZnQ6IDY4cHg7XG4gIHdpZHRoOiA5MCU7XG4gIGxpbmUtaGVpZ2h0OiA2MHB4O1xufVxuLmhlYWRlci1zaXplIHtcbiAgcGFkZGluZy1yaWdodDogODRweDtcbiAgbGluZS1oZWlnaHQ6IDYwcHg7XG59XG4uaGVhZGVyLXNpemUsXG4uZmlsZS1zaXplIHtcbiAgd2lkdGg6IDclO1xuICBjb2xvcjogIzc3Nzc3NztcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cbi5maWxlLXNpemUge1xuICBmb250LXNpemU6IDEycHg7XG4gIHdpZHRoOiA3JTtcbiAgbGluZS1oZWlnaHQ6IDc5cHg7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiA5MCU7XG4gIHBhZGRpbmc6IDE4cHggMHB4IDE4cHggMHB4O1xuICBmb250LXNpemU6IDE0cHg7XG4gIGZsZXg6IDE7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xufVxuLmdkLW1vZGFsLXNwaW5uZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAyMHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGZvbnQtc2l6ZTogMTZweDtcbn1cbi5nZC1jYW5jZWwtYnV0dG9uIHtcbiAgcGFkZGluZzogN3B4O1xuICBiYWNrZ3JvdW5kOiBub25lO1xuICB3aWR0aDogMjhweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cbi5nZC1jYW5jZWwtYnV0dG9uIGkge1xuICBmb250LXNpemU6IDIxcHg7XG59XG4uZ2QtZmlsZS1uYW1lIHtcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgd2lkdGg6IDEwMCU7XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xufVxuLnVwbG9hZC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgd2lkdGg6IDEwMCU7XG4gIG1hcmdpbi10b3A6IDI0cHg7XG4gIG1hcmdpbi1yaWdodDogMjRweDtcbn1cbi51cGxvYWQtcGFuZWwgLnNlbGVjdC1hbGwge1xuICBoZWlnaHQ6IDM3cHg7XG4gIG1hcmdpbjogMHB4IDE2cHggMHB4IDE1cHg7XG4gIHdpZHRoOiAzN3B4O1xuICBsaW5lLWhlaWdodDogNDRweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiAxMDAlO1xuICBtYXJnaW4tcmlnaHQ6IDI0cHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICB3aWR0aDogMTAwJTtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyAqOmxhc3QtY2hpbGQge1xuICBtYXJnaW4tcmlnaHQ6IDBweDtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIGhlaWdodDogMzdweDtcbiAgd2lkdGg6IDk2cHg7XG4gIHBhZGRpbmc6IDBweDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyA6Om5nLWRlZXAgLmJ1dHRvbiA6Om5nLWRlZXAgLnRleHQge1xuICBmb250LXNpemU6IDEwcHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgOjpuZy1kZWVwIC5idXR0b24ucHJpbWFyeSB7XG4gIHdpZHRoOiAxMTdweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzRiNTY2Yztcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyA6Om5nLWRlZXAgLmJ1dHRvbi5wcmltYXJ5LmluYWN0aXZlIHtcbiAgd2lkdGg6IDEwNnB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjOTU5ZGE1O1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1hY3Rpb25zIDo6bmctZGVlcCAuYnV0dG9uLnByaW1hcnkuaW5hY3RpdmUgL2RlZXAvIC50ZXh0IHtcbiAgY29sb3I6ICMzRTRFNUE7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgOjpuZy1kZWVwIC5idXR0b24ucHJpbWFyeS5pbmFjdGl2ZSAvZGVlcC8gZmEtaWNvbiB7XG4gIGNvbG9yOiAjM0U0RTVBO1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIHdpZHRoOiAxMDAlO1xuICBtYXJnaW4tdG9wOiAyMHB4O1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1wYW5lbCAudXBsb2FkLXVybCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1wYW5lbCAudXBsb2FkLXVybCAudXJsLWlucHV0IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMjdweDtcbiAgYm9yZGVyOiAxcHggc29saWQgIzI1YzJkNDtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBwYWRkaW5nLWxlZnQ6IDZweDtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtcGFuZWwgLnVwbG9hZC11cmwgLnVybC1jaGVjayB7XG4gIHdpZHRoOiAzMXB4O1xuICBoZWlnaHQ6IDMxcHg7XG4gIGNvbG9yOiAjRkZGRkZGO1xuICBmb250LXNpemU6IDE1cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNWMyZDQ7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LXBhbmVsIC51cGxvYWQtdXJsIC51cmwtY2hlY2sgLm5nLWZhLWljb24ge1xuICBkaXNwbGF5OiBibG9jaztcbiAgcGFkZGluZzogOHB4O1xufVxuLnVwbG9hZC1wYW5lbCBnZC1kcm9wLWRvd24ge1xuICBtYXJnaW4tcmlnaHQ6IDEwcHg7XG59XG4udXBsb2FkLXBhbmVsIGdkLWRyb3AtZG93biAvZGVlcC8gLmRyb3AtZG93bi1pdGVtIC50ZXh0IHtcbiAgbWFyZ2luLWxlZnQ6IDdweDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgY29sb3I6ICM2ZTZlNmU7XG59XG4udXBsb2FkLXBhbmVsIGdkLWRyb3AtZG93biAvZGVlcC8gLmRyb3AtZG93bi1pdGVtOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzRiNTY2Yztcbn1cbi51cGxvYWQtcGFuZWwgZ2QtZHJvcC1kb3duIC9kZWVwLyAuZHJvcC1kb3duLWl0ZW06aG92ZXIgKiB7XG4gIGNvbG9yOiAjRkZGO1xufVxuLmxpc3QtZmlsZXMtbGluZXMsXG4ubGlzdC1maWxlcy1oZWFkZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogI2UwNGU0ZTtcbn1cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtd29yZCB7XG4gIGNvbG9yOiAjNTM5Q0YwO1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1wb3dlcnBvaW50IHtcbiAgY29sb3I6ICNlMjllMWU7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWV4Y2VsIHtcbiAgY29sb3I6ICM3Y2JjNDY7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6ICNjMzc1ZWQ7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXRleHQgLmZhLWZvbGRlcixcbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUsXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWFsdCB7XG4gIGNvbG9yOiAjNGI1NjZjO1xufVxuLmdvLXVwIHtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBkaXNwbGF5OiBmbGV4O1xuICBmb250LXNpemU6IDI2cHg7XG4gIGNvbG9yOiAjNGI1NjZjO1xuICBoZWlnaHQ6IDc5cHg7XG59XG4uZ28tdXAtZG90cyB7XG4gIG1hcmdpbi1sZWZ0OiAyMHB4O1xuICBtYXJnaW4tdG9wOiAyMnB4O1xuICBmb250LXNpemU6IDE2cHg7XG59XG4uZ28tdXAtaWNvbiB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBwYWRkaW5nOiAxOHB4IDBweCAxOHB4IDY4cHg7XG59XG4uZmlsZS1uYW1lIHtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG59XG4uZmlsZS1uYW1lLWZvcm1hdCB7XG4gIHBhZGRpbmctbGVmdDogMTFweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cbi5maWxlLWZvcm1hdCB7XG4gIGZvbnQtc2l6ZTogMTBweDtcbiAgcGFkZGluZy10b3A6IDNweDtcbiAgY29sb3I6ICNhY2FjYWM7XG59XG4ubGlzdC1maWxlcy1saW5lcyxcbi5nby11cCB7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZTdlN2U3O1xufVxuLmxpc3QtZmlsZXMtbGluZXM6aG92ZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRTVFNUU1O1xufVxuLmdkLWRuZC13cmFwIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRjtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDYwcHgpO1xuICBiYWNrZ3JvdW5kOiByZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNyk7XG4gIHotaW5kZXg6IDE7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmdkLWRyYWctbi1kcm9wLWljb24ge1xuICBtYXJnaW4tdG9wOiAtNTBweDtcbn1cbi5nZC1kcmFnLW4tZHJvcC1pY29uIC5mYS1jbG91ZC1kb3dubG9hZC1hbHQge1xuICBjb2xvcjogI0QxRDFEMTtcbiAgZm9udC1zaXplOiAxMTBweDtcbn1cbi5nZC1maWxlLWNoZWNrYm94IHtcbiAgaGVpZ2h0OiAzN3B4O1xuICBtYXJnaW46IDIxcHggMTZweCAyMXB4IDE1cHg7XG4gIHdpZHRoOiAzN3B4O1xuICBsaW5lLWhlaWdodDogNDRweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuLmdkLWZpbGUtY2hlY2tib3guZW1wdHkge1xuICB3aWR0aDogMzdweDtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3Qge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMzZweDtcbiAgbWFyZ2luLXJpZ2h0OiAyNHB4O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIHBhZGRpbmc6IDBweDtcbiAgd2lkdGg6IDM2cHg7XG4gIG1hcmdpbjogMHB4O1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uZmlsZS1mb3JtYXQtc2VsZWN0IDo6bmctZGVlcCAuYnV0dG9uIC50ZXh0IHtcbiAgcGFkZGluZzogMHB4O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCA6Om5nLWRlZXAgLnNob3cgLmJ1dHRvbiB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCBnZC1kcm9wLWRvd24gL2RlZXAvIC5kcm9wLWRvd24taXRlbSB7XG4gIHdpZHRoOiA5NnB4O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCBnZC1kcm9wLWRvd24gL2RlZXAvIC5kcm9wLWRvd24taXRlbSAudGV4dCB7XG4gIHBhZGRpbmctbGVmdDogN3B4O1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICBjb2xvcjogIzZlNmU2ZTtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3QgZ2QtZHJvcC1kb3duIC9kZWVwLyAuZHJvcC1kb3duLWl0ZW06aG92ZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjNGI1NjZjO1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCBnZC1kcm9wLWRvd24gL2RlZXAvIC5kcm9wLWRvd24taXRlbTpob3ZlciAqIHtcbiAgY29sb3I6ICNGRkY7XG59XG4uZ2QtY2hlY2tib3gge1xuICB3aWR0aDogMTlweDtcbiAgaGVpZ2h0OiAxOXB4O1xuICBtYXJnaW46IDBweDtcbn1cbi5nZC1jaGVja2JveDpiZWZvcmUge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxN3B4O1xuICBoZWlnaHQ6IDE3cHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkICM3MDcwNzA7XG4gIGNvbnRlbnQ6IFwiXCI7XG4gIGJhY2tncm91bmQ6ICNGRkZGRkY7XG4gIGN1cnNvcjogcG9pbnRlcjtcbn1cbi5nZC1jaGVja2JveDphZnRlciB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgZGlzcGxheTogZmxleDtcbiAgbGVmdDogMXB4O1xuICB0b3A6IC0xOHB4O1xuICB3aWR0aDogMTZweDtcbiAgaGVpZ2h0OiAxNnB4O1xuICBjb250ZW50OiBcIlwiO1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtY2hlY2tib3g6Y2hlY2tlZDphZnRlciB7XG4gIGZvbnQtZmFtaWx5OiBcIkZvbnQgQXdlc29tZSA1IEZyZWVcIjtcbiAgY29udGVudDogXCJcXGYwMGNcIjtcbiAgZm9udC13ZWlnaHQ6IDkwMDtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBjb2xvcjogIzZFNkU2RTtcbn1cbi5nZC1hZGQtc2VsZWN0ZWQuYWN0aXZlIHtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBvcGFjaXR5OiAxO1xufVxuLmdkLWFkZC1zZWxlY3RlZCB7XG4gIHdpZHRoOiAxNDBweDtcbiAgaGVpZ2h0OiAzNnB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM0U0RTVBO1xuICBjb2xvcjogI0ZGRkZGRjtcbiAgbWFyZ2luOiAwcHggOHB4IDBweCAwcHg7XG4gIGJvcmRlcjogMDtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgb3BhY2l0eTogMC40Mztcbn1cbi5nZC1mb2xkZXItbmFtZSB7XG4gIG1hcmdpbi10b3A6IDhweDtcbn1cbi5kbmQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICB0b3A6IDI1OXB4O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG59XG4uZG5kLXdyYXBwZXIgLnRleHQge1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgZm9udC1zaXplOiAxNHB4O1xufVxuLmRuZC13cmFwcGVyIC5pY29uIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDExM3B4O1xuICBoZWlnaHQ6IDkwcHg7XG4gIGZvbnQtc2l6ZTogOTBweDtcbiAgY29sb3I6ICMzRTRFNUE7XG4gIG1hcmdpbi1ib3R0b206IDMwcHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5oZWFkZXItc2l6ZSxcbiAgLmZpbGUtc2l6ZSB7XG4gICAgd2lkdGg6IDE4JTtcbiAgfVxuICAuZ2QtZG5kLXdyYXAge1xuICAgIHdpZHRoOiA5NSU7XG4gIH1cbiAgI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxuICAubGlzdC1maWxlcy1oZWFkZXIsXG4gIC5maWxlLXNpemUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDE0NnB4KTtcbiAgfVxufVxuIl19 */\"","import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';\nimport { BrowseFilesModalComponent, UploadFilesService, FileModel, ModalService, CommonModals } from '@groupdocs.examples.angular/common-components';\nimport { ConversionService } from '../conversion.service';\nimport {ConversionItemModel, ExtendedFileModel} from \"../models\";\n\nexport interface Option {\n name: string;\n value: any;\n warning: boolean;\n}\n\n@Component({\n selector: 'gd-conversion-browse-files-modal',\n templateUrl: './conversion-browse-files-modal.component.html',\n styleUrls: ['./conversion-browse-files-modal.component.less']\n})\nexport class ConversionBrowseFilesModalComponent extends BrowseFilesModalComponent implements OnInit {\n private _format: string;\n formats;\n @Input() files: ExtendedFileModel[];\n @Output() selectAll = new EventEmitter();\n\n dynamicOptions: Option[] = [];\n\n constructor(_uploadService: UploadFilesService,\n private _conversionService: ConversionService,\n private _modalService: ModalService) {\n super(_uploadService);\n }\n\n selectDD(entry){\n console.log('SELECTED DD',entry);\n }\n\n selectAllItems(checked: boolean){\n this.selectAll.emit(checked);\n\n this.dynamicOptions = this.prepareMultipleConversionTypes();\n }\n\n selectSingleItem(checked: boolean, file: ExtendedFileModel){\n // TODO: refactor?\n const selectedFiles = this.files.filter(f => f.guid === file.guid);\n if (selectedFiles.length === 1){\n selectedFiles[0].selected = checked;\n }\n\n this.dynamicOptions = this.prepareMultipleConversionTypes();\n }\n\n getLabelString(){\n if (this.files && this.files.length > 0) {\n const selectedCount = this.files.filter(file => file.selected).length;\n if (selectedCount > 0) {\n return 'Add ' + selectedCount + ' selected'\n }\n else {\n return 'Add selected'\n }\n }\n }\n\n prepareMultipleConversionTypes() {\n const allTypes = [];\n\n this.files.filter(file => file.selected).forEach((f) => {\n if (f.conversionTypes.length > 0) {\n const types = Object.assign([], f.conversionTypes);\n allTypes.push(types);\n }\n });\n\n let longestArray = [];\n allTypes.forEach((item) => {\n if(item.length >= longestArray.length){\n longestArray = item;\n }\n });\n\n //add warnings\n allTypes.forEach(typesArr => {\n for (let i = 0; i < longestArray.length; i++) {\n const type = (longestArray[i].value) ? longestArray[i].value : longestArray[i];\n // TODO: reconsider second check\n if (typesArr.indexOf(type) === -1 && typesArr.filter(t => t.name === type).length === 0) {\n longestArray[i] = {\n value: type,\n name: type,\n warning: true,\n icon: this.getFormatIcon({name: 'dummyName.' + type, directory: false} as FileModel)\n };\n } else {\n if(!longestArray[i].warning) {\n longestArray[i] = {\n value: type,\n name: type,\n warning: false,\n icon: this.getFormatIcon({name: 'dummyName.' + type, directory: false} as FileModel)\n };\n }\n }\n }\n }); \n\n return longestArray;\n }\n\n selectFormat($event: any, file: ExtendedFileModel) {\n // the case when we selecting format inline on the single file\n if (file) {\n this.selectAll.emit(false);\n file.selected = true;\n }\n \n this._format = $event.value;\n const conversionItems = new Array();\n\n this.files.forEach((f) => {\n if (f.selected && !f.isDirectory && !f.directory){\n const extension = f.guid.replace(/^.*\\./, '');\n const destinationGuid = f.guid.replace(extension, this._format);\n const destinationFileName = destinationGuid.replace(/^.*[\\\\\\/]/, '');\n\n const conversionItem: ConversionItemModel = {\n guid: f.guid,\n directory: f.directory,\n size: f.size,\n name: f.name,\n destinationType: $event.value,\n isDirectory: f.isDirectory,\n sizeString: this.getSize(f.size),\n sourceIcon: this.getFormatIcon(f),\n sourceFormatName: this.getFormatName(f),\n destinationFileName: destinationFileName,\n destinationFormatName: this.getFormatName({name: destinationFileName, directory: false} as FileModel),\n destinationIcon: this.getFormatIcon({name: destinationFileName, directory: false} as FileModel),\n converted: false,\n // TODO: maybe there is a more beauty way?\n converting: false,\n warning: f.conversionTypes.indexOf(this._format) === -1 ? true : false\n };\n\n conversionItems.push(conversionItem);\n }\n })\n\n this._conversionService.selectItems(conversionItems);\n this._conversionService.selectFormat(this._format.toUpperCase());\n this._modalService.close(CommonModals.BrowseFiles);\n\n if ($event.warning){\n this._modalService.open(CommonModals.InformationMessage);\n }\n }\n\n createFormatOption(val: string) {\n return {\n value: val,\n name: val,\n icon: this.getFormatIcon({name: 'dummyName.' + val, directory: false} as FileModel)\n }\n }\n\n formatOptions(formats) {\n if (formats) {\n const allTypes = new Array();\n for (let i = 0; i < formats.length; i++) {\n allTypes.push(this.createFormatOption(formats[i]));\n }\n return allTypes;\n }\n }\n\n anyItemSelected() {\n // TODO: reconsider such checks\n if (this.files && this.files.length > 0) {\n return this.files.filter(file => file.selected).length > 0;\n }\n else return false;\n }\n\n allItemsSelected() {\n if (this.files && this.files.filter(file => !file.isDirectory && !file.directory).length > 0 && this.files.length > 0) {\n return this.files.filter(file => !file.isDirectory && !file.directory && file.selected).length \n === this.files.filter(file => !file.isDirectory && !file.directory).length;\n }\n else return false;\n }\n}\n","import {Injectable} from '@angular/core';\nimport {ConversionConfig} from \"./conversion-config\";\nimport {Api, ConfigService} from \"@groupdocs.examples.angular/common-components\";\nimport {HttpClient} from \"@angular/common/http\";\nimport {BehaviorSubject, Observable} from \"rxjs\";\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ConversionConfigService {\n private _conversionConfig: BehaviorSubject = new BehaviorSubject(new ConversionConfig());\n private _updatedConfig: Observable = this._conversionConfig.asObservable();\n\n constructor(private _http: HttpClient, private _config: ConfigService) {\n }\n\n get updatedConfig() {\n return this._updatedConfig;\n }\n\n load() {\n return new Promise((resolve, reject) => {\n const configEndpoint = this._config.getConfigEndpoint(Api.CONVERSION_APP);\n this._http.get(configEndpoint, Api.httpOptionsJson).toPromise().then((response: ConversionConfig) => {\n const conversionConfig = response;\n this._conversionConfig.next(conversionConfig);\n resolve();\n }).catch((response: any) => {\n reject(`Could not load conversion config: ${JSON.stringify(response)}`);\n });\n });\n }\n\n}\n","export class ConversionConfig {\n rewrite: boolean;\n pageSelector: boolean;\n download: boolean;\n upload: boolean;\n print: boolean;\n browse: boolean;\n enableRightClick: boolean;\n}\n","module.exports = \".gd-convert-item {\\n display: -webkit-box;\\n display: flex;\\n width: 100%;\\n height: 98px;\\n border-bottom: 1px solid #e7e7e7;\\n background-color: #fff;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-convert-remove {\\n font-size: 18px;\\n color: #6E6E6E;\\n margin: 0px 24px;\\n cursor: pointer;\\n}\\n.gd-convert-remove span {\\n width: 37px;\\n height: 37px;\\n display: block;\\n line-height: 37px;\\n text-align: center;\\n font-weight: bold;\\n}\\n.gd-convert-remove.disabled {\\n color: #959da5;\\n opacity: 0.4;\\n}\\n.gd-filequeue-name {\\n display: -webkit-box;\\n display: flex;\\n width: 671px;\\n}\\n.gd-filequeue-name fa-icon {\\n font-size: 32px;\\n margin: 19px 21px 0 0;\\n}\\n.gd-filequeue-name.disabled fa-icon {\\n color: #6e6e6e;\\n}\\n.gd-queue-name {\\n text-align: left;\\n cursor: default;\\n}\\n.gd-queue-size {\\n text-align: left;\\n font-size: 14px;\\n}\\n.gd-destination-file {\\n cursor: not-allowed;\\n}\\n.gd-destination-file .gd-queue-name {\\n cursor: inherit;\\n}\\n.gd-convert-status {\\n font-size: 32px;\\n color: #DBDBDB;\\n margin: 0 162px 0 111px;\\n}\\n.gd-conversion-complete {\\n color: #62A529;\\n margin-left: 5px;\\n}\\n.gd-conversion-progress {\\n position: inherit;\\n width: 32px;\\n height: 32px;\\n font-size: 32px !important;\\n line-height: 32px;\\n color: #007aff;\\n}\\n.gd-conversion-progress.mobile {\\n display: none;\\n}\\n.gd-convert-single,\\n.gd-download-single {\\n font-size: 16px;\\n color: #808080;\\n margin: 41px 36px 42px 11px;\\n cursor: pointer;\\n}\\n.gd-convert-single.mobile,\\n.gd-download-single.mobile {\\n display: none;\\n}\\n.gd-convert-single.disabled,\\n.gd-download-single.disabled {\\n color: #959da5;\\n opacity: 0.4;\\n}\\n.gd-file-format {\\n font-size: 10px;\\n color: #acacac;\\n padding-top: 4px;\\n}\\n.gd-file-format.mobile {\\n display: none;\\n}\\n.gd-file-size {\\n width: 112px;\\n color: #777777;\\n}\\n.disabled {\\n cursor: not-allowed !important;\\n}\\n.gd-convert-item .ng-fa-icon.fa-file-pdf {\\n color: #E21717;\\n}\\n.gd-convert-item .ng-fa-icon.fa-file-word {\\n color: #6979B9;\\n}\\n.gd-convert-item .ng-fa-icon.fa-file-powerpoint {\\n color: #E29417;\\n}\\n.gd-convert-item .ng-fa-icon.fa-file-excel {\\n color: #3FA300;\\n}\\n.gd-convert-item .ng-fa-icon.fa-file-image {\\n color: #E217DA;\\n}\\n.gd-convert-item .ng-fa-icon.fa-file-text .fa-folder {\\n color: #5D6A75;\\n}\\n.gd-filequeue-name .ng-fa-icon,\\n.gd-convert-status .ng-fa-icon,\\n.gd-destination-file .ng-fa-icon {\\n font-size: 33px;\\n}\\n.gd-filequeue-name fa-icon {\\n font-size: 32px;\\n margin: 0 11px 0 0;\\n}\\n@media (max-width: 1037px) {\\n .gd-file-size,\\n .gd-convert-status,\\n .gd-destination-file {\\n display: none;\\n }\\n .gd-conversion-progress.mobile {\\n display: block;\\n margin: 26px 24px 25px 11px;\\n }\\n .gd-convert-single.mobile {\\n display: block;\\n margin: 31px 24px 30px 0px;\\n cursor: pointer;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n min-width: 37px;\\n height: 37px;\\n }\\n .gd-convert-single:not(.mobile) {\\n display: none;\\n }\\n .gd-file-format {\\n font-size: 10px;\\n }\\n .gd-file-format.mobile {\\n display: block;\\n }\\n .gd-file-format.mobile > fa-icon {\\n color: #bebebe;\\n }\\n .gd-file-format.mobile fa-icon {\\n font-size: 10px;\\n margin-right: 2.1px;\\n }\\n .gd-file-format.mobile fa-icon:nth-child(1) {\\n margin-right: 6px;\\n }\\n .gd-file-format {\\n font-size: 11px;\\n }\\n .gd-file-format:not(.mobile) {\\n display: none;\\n }\\n .gd-filequeue-name {\\n white-space: nowrap;\\n overflow: hidden;\\n }\\n .gd-convert-remove {\\n margin: 0px 16px 0px 15px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb252ZXJzaW9uL3NyYy9saWIvY29udmVyc2lvbi1pdGVtL2NvbnZlcnNpb24taXRlbS5jb21wb25lbnQubGVzcyIsImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24taXRlbS9jb252ZXJzaW9uLWl0ZW0uY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGdDQUFBO0VBQ0Esc0JBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0FDREY7QURJQTtFQUNFLGVBQUE7RUFDQSxjQUFBO0VBQ0EsZ0JBQUE7RUFDQSxlQUFBO0FDRkY7QURGQTtFQU1JLFdBQUE7RUFDQSxZQUFBO0VBQ0EsY0FBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxpQkFBQTtBQ0RKO0FER0U7RUFDRSxjQUFBO0VBQ0EsWUFBQTtBQ0RKO0FES0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxZQUFBO0FDSEY7QURNQTtFQUNFLGVBQUE7RUFDQSxxQkFBQTtBQ0pGO0FET0E7RUFDRSxjQUFBO0FDTEY7QURRQTtFQUNFLGdCQUFBO0VBQ0EsZUFBQTtBQ05GO0FEU0E7RUFDRSxnQkFBQTtFQUNBLGVBQUE7QUNQRjtBRFVBO0VBQ0UsbUJBQUE7QUNSRjtBRFdBO0VBQ0UsZUFBQTtBQ1RGO0FEWUE7RUFDRSxlQUFBO0VBQ0EsY0FBQTtFQUNBLHVCQUFBO0FDVkY7QURhQTtFQUNFLGNBQUE7RUFDQSxnQkFBQTtBQ1hGO0FEY0E7RUFDRSxpQkFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EsMEJBQUE7RUFDQSxpQkFBQTtFQUNBLGNBQUE7QUNaRjtBRGFFO0VBQ0UsYUFBQTtBQ1hKO0FEZUE7O0VBQ0UsZUFBQTtFQUNBLGNBQUE7RUFDQSwyQkFBQTtFQUNBLGVBQUE7QUNaRjtBRGFFOztFQUNFLGFBQUE7QUNWSjtBRFlFOztFQUNFLGNBQUE7RUFDQSxZQUFBO0FDVEo7QURhQTtFQUNFLGVBQUE7RUFDQSxjQUFBO0VBQ0EsZ0JBQUE7QUNYRjtBRFlFO0VBQ0UsYUFBQTtBQ1ZKO0FEY0E7RUFDRSxZQUFBO0VBQ0EsY0FBQTtBQ1pGO0FEZUE7RUFDRSw4QkFBQTtBQ2JGO0FEZ0JBO0VBQ0UsY0FBQTtBQ2RGO0FEaUJBO0VBQ0UsY0FBQTtBQ2ZGO0FEa0JBO0VBQ0UsY0FBQTtBQ2hCRjtBRG1CQTtFQUNFLGNBQUE7QUNqQkY7QURvQkE7RUFDRSxjQUFBO0FDbEJGO0FEcUJBO0VBQ0UsY0FBQTtBQ25CRjtBRHNCQTs7O0VBQ0UsZUFBQTtBQ2xCRjtBRHFCQTtFQUNFLGVBQUE7RUFDQSxrQkFBQTtBQ25CRjtBRHNCQTtFQUNFOzs7SUFDSSxhQUFBO0VDbEJKO0VEc0JFO0lBQ0UsY0FBQTtJQUNBLDJCQUFBO0VDcEJKO0VEeUJFO0lBQ0UsY0FBQTtJQUNBLDBCQUFBO0lBQ0EsZUFBQTtJQUNBLG9CQUFBO0lBQUEsYUFBQTtJQUNBLHlCQUFBO1lBQUEsbUJBQUE7SUFDQSx3QkFBQTtZQUFBLHVCQUFBO0lBQ0EsZUFBQTtJQUNBLFlBQUE7RUN2Qko7RUQ0QkU7SUFDRSxhQUFBO0VDMUJKO0VEOEJBO0lBQ0UsZUFBQTtFQzVCRjtFRDZCRTtJQUNFLGNBQUE7RUMzQko7RUQwQkU7SUFHSSxjQUFBO0VDMUJOO0VEdUJFO0lBTUksZUFBQTtJQUNBLG1CQUFBO0VDMUJOO0VEbUJFO0lBVUksaUJBQUE7RUMxQk47RUQrQkE7SUFDRSxlQUFBO0VDN0JGO0VEOEJFO0lBQ0UsYUFBQTtFQzVCSjtFRGdDQTtJQUNFLG1CQUFBO0lBQ0EsZ0JBQUE7RUM5QkY7RURpQ0E7SUFDRSx5QkFBQTtFQy9CRjtBQUNGIiwiZmlsZSI6ImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24taXRlbS9jb252ZXJzaW9uLWl0ZW0uY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWNvbnZlcnQtaXRlbSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDk4cHg7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCBAbWVyY3VyeTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cblxuLmdkLWNvbnZlcnQtcmVtb3ZlIHtcbiAgZm9udC1zaXplOiAxOHB4O1xuICBjb2xvcjogIzZFNkU2RTtcbiAgbWFyZ2luOiAwcHggMjRweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBzcGFuIHtcbiAgICB3aWR0aDogMzdweDtcbiAgICBoZWlnaHQ6IDM3cHg7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gICAgbGluZS1oZWlnaHQ6IDM3cHg7XG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICB9XG4gICYuZGlzYWJsZWQge1xuICAgIGNvbG9yOiBAcmVnZW50LWdyYXk7XG4gICAgb3BhY2l0eTogMC40O1xuICB9XG59XG5cbi5nZC1maWxlcXVldWUtbmFtZSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiA2NzFweDtcbn1cblxuLmdkLWZpbGVxdWV1ZS1uYW1lIGZhLWljb24ge1xuICBmb250LXNpemU6IDMycHg7XG4gIG1hcmdpbjogMTlweCAyMXB4IDAgMDtcbn1cblxuLmdkLWZpbGVxdWV1ZS1uYW1lLmRpc2FibGVkIGZhLWljb24ge1xuICBjb2xvcjogQGRvdmUtZ3JheTtcbn1cblxuLmdkLXF1ZXVlLW5hbWUge1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBjdXJzb3I6IGRlZmF1bHQ7XG59XG5cbi5nZC1xdWV1ZS1zaXplIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZm9udC1zaXplOiAxNHB4O1xufVxuXG4uZ2QtZGVzdGluYXRpb24tZmlsZSB7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQ7XG59XG5cbi5nZC1kZXN0aW5hdGlvbi1maWxlIC5nZC1xdWV1ZS1uYW1lIHtcbiAgY3Vyc29yOiBpbmhlcml0O1xufVxuXG4uZ2QtY29udmVydC1zdGF0dXMge1xuICBmb250LXNpemU6IDMycHg7XG4gIGNvbG9yOiAjREJEQkRCO1xuICBtYXJnaW46IDAgMTYycHggMCAxMTFweDtcbn1cblxuLmdkLWNvbnZlcnNpb24tY29tcGxldGUge1xuICBjb2xvcjogIzYyQTUyOTtcbiAgbWFyZ2luLWxlZnQ6IDVweDtcbn1cblxuLmdkLWNvbnZlcnNpb24tcHJvZ3Jlc3Mge1xuICBwb3NpdGlvbjogaW5oZXJpdDtcbiAgd2lkdGg6IDMycHg7XG4gIGhlaWdodDogMzJweDtcbiAgZm9udC1zaXplOiAzMnB4ICFpbXBvcnRhbnQ7XG4gIGxpbmUtaGVpZ2h0OiAzMnB4O1xuICBjb2xvcjogIzAwN2FmZjtcbiAgJi5tb2JpbGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbn1cblxuLmdkLWNvbnZlcnQtc2luZ2xlLCAuZ2QtZG93bmxvYWQtc2luZ2xlIHtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBjb2xvcjogIzgwODA4MDtcbiAgbWFyZ2luOiA0MXB4IDM2cHggNDJweCAxMXB4O1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gICYubW9iaWxlIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG4gICYuZGlzYWJsZWQge1xuICAgIGNvbG9yOiBAcmVnZW50LWdyYXk7XG4gICAgb3BhY2l0eTogMC40O1xuICB9XG59XG5cbi5nZC1maWxlLWZvcm1hdCB7XG4gIGZvbnQtc2l6ZTogMTBweDtcbiAgY29sb3I6IEBzaWx2ZXItY2hhbGljZTtcbiAgcGFkZGluZy10b3A6IDRweDtcbiAgJi5tb2JpbGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbn1cbiAgXG4uZ2QtZmlsZS1zaXplIHtcbiAgd2lkdGg6IDExMnB4O1xuICBjb2xvcjogIzc3Nzc3Nztcbn1cblxuLmRpc2FibGVkIHtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZCAhaW1wb3J0YW50O1xufVxuXG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtcGRmIHtcbiAgY29sb3I6ICNFMjE3MTc7XG59XG5cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS13b3JkIHtcbiAgY29sb3I6ICM2OTc5Qjk7XG59XG5cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS1wb3dlcnBvaW50IHtcbiAgY29sb3I6ICNFMjk0MTc7XG59XG5cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS1leGNlbCB7XG4gIGNvbG9yOiAjM0ZBMzAwO1xufVxuXG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtaW1hZ2Uge1xuICBjb2xvcjogI0UyMTdEQTtcbn1cblxuLmdkLWNvbnZlcnQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLXRleHQgLmZhLWZvbGRlciB7XG4gIGNvbG9yOiAjNUQ2QTc1O1xufVxuXG4uZ2QtZmlsZXF1ZXVlLW5hbWUgLm5nLWZhLWljb24sIC5nZC1jb252ZXJ0LXN0YXR1cyAubmctZmEtaWNvbiwgLmdkLWRlc3RpbmF0aW9uLWZpbGUgLm5nLWZhLWljb257XG4gIGZvbnQtc2l6ZTogMzNweDtcbn1cblxuLmdkLWZpbGVxdWV1ZS1uYW1lIGZhLWljb24ge1xuICBmb250LXNpemU6IDMycHg7XG4gIG1hcmdpbjogMCAxMXB4IDAgMDtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLmdkLWZpbGUtc2l6ZSwgLmdkLWNvbnZlcnQtc3RhdHVzLCAuZ2QtZGVzdGluYXRpb24tZmlsZSB7XG4gICAgICBkaXNwbGF5OiBub25lO1xuICB9XG5cbiAgLmdkLWNvbnZlcnNpb24tcHJvZ3Jlc3Mge1xuICAgICYubW9iaWxlIHtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgbWFyZ2luOiAyNnB4IDI0cHggMjVweCAxMXB4O1xuICAgIH1cbiAgfVxuXG4gIC5nZC1jb252ZXJ0LXNpbmdsZSB7XG4gICAgJi5tb2JpbGUge1xuICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICBtYXJnaW46IDMxcHggMjRweCAzMHB4IDBweDtcbiAgICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgICBtaW4td2lkdGg6IDM3cHg7XG4gICAgICBoZWlnaHQ6IDM3cHg7XG4gICAgfVxuICB9XG5cbiAgLmdkLWNvbnZlcnQtc2luZ2xlIHtcbiAgICAmOm5vdCgubW9iaWxlKSB7XG4gICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cbiAgfVxuXG4gIC5nZC1maWxlLWZvcm1hdCB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuICAgICYubW9iaWxlIHtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgPiBmYS1pY29ue1xuICAgICAgICBjb2xvcjogI2JlYmViZTtcbiAgICAgIH1cbiAgICAgIGZhLWljb24ge1xuICAgICAgICBmb250LXNpemU6IDEwcHg7XG4gICAgICAgIG1hcmdpbi1yaWdodDogMi4xcHg7XG4gICAgICB9XG4gICAgICBmYS1pY29uOm50aC1jaGlsZCgxKXtcbiAgICAgICAgbWFyZ2luLXJpZ2h0OiA2cHg7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDExcHg7XG4gICAgJjpub3QoLm1vYmlsZSkge1xuICAgICAgZGlzcGxheTogbm9uZTtcbiAgICB9XG4gIH1cblxuICAuZ2QtZmlsZXF1ZXVlLW5hbWUge1xuICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgfVxuXG4gIC5nZC1jb252ZXJ0LXJlbW92ZSB7XG4gICAgbWFyZ2luOiAwcHggMTZweCAwcHggMTVweDtcbiAgfVxufSIsIi5nZC1jb252ZXJ0LWl0ZW0ge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiA5OHB4O1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI2U3ZTdlNztcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cbi5nZC1jb252ZXJ0LXJlbW92ZSB7XG4gIGZvbnQtc2l6ZTogMThweDtcbiAgY29sb3I6ICM2RTZFNkU7XG4gIG1hcmdpbjogMHB4IDI0cHg7XG4gIGN1cnNvcjogcG9pbnRlcjtcbn1cbi5nZC1jb252ZXJ0LXJlbW92ZSBzcGFuIHtcbiAgd2lkdGg6IDM3cHg7XG4gIGhlaWdodDogMzdweDtcbiAgZGlzcGxheTogYmxvY2s7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xufVxuLmdkLWNvbnZlcnQtcmVtb3ZlLmRpc2FibGVkIHtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIG9wYWNpdHk6IDAuNDtcbn1cbi5nZC1maWxlcXVldWUtbmFtZSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiA2NzFweDtcbn1cbi5nZC1maWxlcXVldWUtbmFtZSBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBtYXJnaW46IDE5cHggMjFweCAwIDA7XG59XG4uZ2QtZmlsZXF1ZXVlLW5hbWUuZGlzYWJsZWQgZmEtaWNvbiB7XG4gIGNvbG9yOiAjNmU2ZTZlO1xufVxuLmdkLXF1ZXVlLW5hbWUge1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBjdXJzb3I6IGRlZmF1bHQ7XG59XG4uZ2QtcXVldWUtc2l6ZSB7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi5nZC1kZXN0aW5hdGlvbi1maWxlIHtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbn1cbi5nZC1kZXN0aW5hdGlvbi1maWxlIC5nZC1xdWV1ZS1uYW1lIHtcbiAgY3Vyc29yOiBpbmhlcml0O1xufVxuLmdkLWNvbnZlcnQtc3RhdHVzIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBjb2xvcjogI0RCREJEQjtcbiAgbWFyZ2luOiAwIDE2MnB4IDAgMTExcHg7XG59XG4uZ2QtY29udmVyc2lvbi1jb21wbGV0ZSB7XG4gIGNvbG9yOiAjNjJBNTI5O1xuICBtYXJnaW4tbGVmdDogNXB4O1xufVxuLmdkLWNvbnZlcnNpb24tcHJvZ3Jlc3Mge1xuICBwb3NpdGlvbjogaW5oZXJpdDtcbiAgd2lkdGg6IDMycHg7XG4gIGhlaWdodDogMzJweDtcbiAgZm9udC1zaXplOiAzMnB4ICFpbXBvcnRhbnQ7XG4gIGxpbmUtaGVpZ2h0OiAzMnB4O1xuICBjb2xvcjogIzAwN2FmZjtcbn1cbi5nZC1jb252ZXJzaW9uLXByb2dyZXNzLm1vYmlsZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uZ2QtY29udmVydC1zaW5nbGUsXG4uZ2QtZG93bmxvYWQtc2luZ2xlIHtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBjb2xvcjogIzgwODA4MDtcbiAgbWFyZ2luOiA0MXB4IDM2cHggNDJweCAxMXB4O1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtY29udmVydC1zaW5nbGUubW9iaWxlLFxuLmdkLWRvd25sb2FkLXNpbmdsZS5tb2JpbGUge1xuICBkaXNwbGF5OiBub25lO1xufVxuLmdkLWNvbnZlcnQtc2luZ2xlLmRpc2FibGVkLFxuLmdkLWRvd25sb2FkLXNpbmdsZS5kaXNhYmxlZCB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xuICBvcGFjaXR5OiAwLjQ7XG59XG4uZ2QtZmlsZS1mb3JtYXQge1xuICBmb250LXNpemU6IDEwcHg7XG4gIGNvbG9yOiAjYWNhY2FjO1xuICBwYWRkaW5nLXRvcDogNHB4O1xufVxuLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uZ2QtZmlsZS1zaXplIHtcbiAgd2lkdGg6IDExMnB4O1xuICBjb2xvcjogIzc3Nzc3Nztcbn1cbi5kaXNhYmxlZCB7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQgIWltcG9ydGFudDtcbn1cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogI0UyMTcxNztcbn1cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS13b3JkIHtcbiAgY29sb3I6ICM2OTc5Qjk7XG59XG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtcG93ZXJwb2ludCB7XG4gIGNvbG9yOiAjRTI5NDE3O1xufVxuLmdkLWNvbnZlcnQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLWV4Y2VsIHtcbiAgY29sb3I6ICMzRkEzMDA7XG59XG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtaW1hZ2Uge1xuICBjb2xvcjogI0UyMTdEQTtcbn1cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIge1xuICBjb2xvcjogIzVENkE3NTtcbn1cbi5nZC1maWxlcXVldWUtbmFtZSAubmctZmEtaWNvbixcbi5nZC1jb252ZXJ0LXN0YXR1cyAubmctZmEtaWNvbixcbi5nZC1kZXN0aW5hdGlvbi1maWxlIC5uZy1mYS1pY29uIHtcbiAgZm9udC1zaXplOiAzM3B4O1xufVxuLmdkLWZpbGVxdWV1ZS1uYW1lIGZhLWljb24ge1xuICBmb250LXNpemU6IDMycHg7XG4gIG1hcmdpbjogMCAxMXB4IDAgMDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLWZpbGUtc2l6ZSxcbiAgLmdkLWNvbnZlcnQtc3RhdHVzLFxuICAuZ2QtZGVzdGluYXRpb24tZmlsZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuICAuZ2QtY29udmVyc2lvbi1wcm9ncmVzcy5tb2JpbGUge1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIG1hcmdpbjogMjZweCAyNHB4IDI1cHggMTFweDtcbiAgfVxuICAuZ2QtY29udmVydC1zaW5nbGUubW9iaWxlIHtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBtYXJnaW46IDMxcHggMjRweCAzMHB4IDBweDtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIG1pbi13aWR0aDogMzdweDtcbiAgICBoZWlnaHQ6IDM3cHg7XG4gIH1cbiAgLmdkLWNvbnZlcnQtc2luZ2xlOm5vdCgubW9iaWxlKSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuICAuZ2QtZmlsZS1mb3JtYXQge1xuICAgIGZvbnQtc2l6ZTogMTBweDtcbiAgfVxuICAuZ2QtZmlsZS1mb3JtYXQubW9iaWxlIHtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgfVxuICAuZ2QtZmlsZS1mb3JtYXQubW9iaWxlID4gZmEtaWNvbiB7XG4gICAgY29sb3I6ICNiZWJlYmU7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSBmYS1pY29uIHtcbiAgICBmb250LXNpemU6IDEwcHg7XG4gICAgbWFyZ2luLXJpZ2h0OiAyLjFweDtcbiAgfVxuICAuZ2QtZmlsZS1mb3JtYXQubW9iaWxlIGZhLWljb246bnRoLWNoaWxkKDEpIHtcbiAgICBtYXJnaW4tcmlnaHQ6IDZweDtcbiAgfVxuICAuZ2QtZmlsZS1mb3JtYXQge1xuICAgIGZvbnQtc2l6ZTogMTFweDtcbiAgfVxuICAuZ2QtZmlsZS1mb3JtYXQ6bm90KC5tb2JpbGUpIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG4gIC5nZC1maWxlcXVldWUtbmFtZSB7XG4gICAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuICB9XG4gIC5nZC1jb252ZXJ0LXJlbW92ZSB7XG4gICAgbWFyZ2luOiAwcHggMTZweCAwcHggMTVweDtcbiAgfVxufVxuIl19 */\"","import { Component, Input, OnInit } from '@angular/core';\nimport { ConversionItemModel } from '../models';\nimport {ConversionService} from \"../conversion.service\";\n\n@Component({\n selector: 'gd-conversion-item',\n templateUrl: './conversion-item.component.html',\n styleUrls: ['./conversion-item.component.less']\n})\n\nexport class ConversionItemComponent implements OnInit {\n @Input() item: ConversionItemModel;\n\n constructor(private _conversionService: ConversionService) {\n }\n \n ngOnInit(): void {\n }\n\n convert($event, item: ConversionItemModel) {\n $event.preventDefault();\n $event.stopPropagation();\n this._conversionService.selectedItemToConvert(item);\n }\n\n downloadFile(item: ConversionItemModel) {\n window.location.assign(this._conversionService.getDownloadUrl(item.destinationFileName));\n }\n\n removeItemFromQueue($event, item: ConversionItemModel) {\n $event.preventDefault();\n $event.stopPropagation();\n this._conversionService.selectedItemToRemove(item);\n }\n}\n","module.exports = \"#gd-convert-queue {\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n height: 100%;\\n background-color: #e7e7e7;\\n}\\n.gd-queue-header {\\n display: -webkit-box;\\n display: flex;\\n font-size: 13px;\\n text-transform: uppercase;\\n color: #6e6e6e;\\n width: 100%;\\n height: 60px;\\n background-color: #f4f4f4;\\n font-weight: bold;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-placeholder {\\n margin: 0px 42px 0 42px;\\n}\\n.gd-queue-header div:nth-child(2) {\\n width: 671px;\\n text-align: left;\\n display: -webkit-box;\\n display: flex;\\n}\\n.gd-queue-header div:nth-child(4) {\\n margin: 0 162px 0 111px;\\n width: 32px;\\n}\\n.gd-queue-header div:nth-child(3) {\\n width: 112px;\\n text-align: left;\\n}\\n.gd-queue-header div:nth-child(5) {\\n width: 644px;\\n text-align: left;\\n}\\n.gd-queue-last-placeholder {\\n margin: 0px 52px;\\n}\\n@media (max-width: 1037px) {\\n .gd-queue-header {\\n display: none;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb252ZXJzaW9uL3NyYy9saWIvY29udmVyc2lvbi1xdWV1ZS9jb252ZXJzaW9uLXF1ZXVlLmNvbXBvbmVudC5sZXNzIiwibGlicy9jb252ZXJzaW9uL3NyYy9saWIvY29udmVyc2lvbi1xdWV1ZS9jb252ZXJzaW9uLXF1ZXVlLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsWUFBQTtFQUNBLHlCQUFBO0FDREE7QURJQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGVBQUE7RUFDQSx5QkFBQTtFQUNBLGNBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLHlCQUFBO0VBQ0EsaUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0FDRkE7QURLQTtFQUNBLHVCQUFBO0FDSEE7QURNQTtFQUNBLFlBQUE7RUFDQSxnQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ0pBO0FET0E7RUFDQSx1QkFBQTtFQUNBLFdBQUE7QUNMQTtBRFFBO0VBQ0EsWUFBQTtFQUNBLGdCQUFBO0FDTkE7QURTQTtFQUNBLFlBQUE7RUFDQSxnQkFBQTtBQ1BBO0FEVUE7RUFDQSxnQkFBQTtBQ1JBO0FEV0E7RUFDSTtJQUNJLGFBQUE7RUNUTjtBQUNGIiwiZmlsZSI6ImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24tcXVldWUvY29udmVyc2lvbi1xdWV1ZS5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4jZ2QtY29udmVydC1xdWV1ZSB7XG5mbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuaGVpZ2h0OiAxMDAlO1xuYmFja2dyb3VuZC1jb2xvcjogQG1lcmN1cnk7XG59XG5cbi5nZC1xdWV1ZS1oZWFkZXIge1xuZGlzcGxheTogZmxleDtcbmZvbnQtc2l6ZTogMTNweDtcbnRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG5jb2xvcjogQGRvdmUtZ3JheTtcbndpZHRoOiAxMDAlO1xuaGVpZ2h0OiA2MHB4O1xuYmFja2dyb3VuZC1jb2xvcjogQHdpbGQtc2FuZDtcbmZvbnQtd2VpZ2h0OiBib2xkO1xuYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cblxuLmdkLXBsYWNlaG9sZGVyIHtcbm1hcmdpbjogMHB4IDQycHggMCA0MnB4O1xufVxuXG4uZ2QtcXVldWUtaGVhZGVyIGRpdjpudGgtY2hpbGQoMikge1xud2lkdGg6IDY3MXB4O1xudGV4dC1hbGlnbjogbGVmdDtcbmRpc3BsYXk6IGZsZXg7XG59XG5cbi5nZC1xdWV1ZS1oZWFkZXIgZGl2Om50aC1jaGlsZCg0KSB7XG5tYXJnaW46IDAgMTYycHggMCAxMTFweDtcbndpZHRoOiAzMnB4O1xufVxuXG4uZ2QtcXVldWUtaGVhZGVyIGRpdjpudGgtY2hpbGQoMykge1xud2lkdGg6IDExMnB4O1xudGV4dC1hbGlnbjogbGVmdDtcbn1cblxuLmdkLXF1ZXVlLWhlYWRlciBkaXY6bnRoLWNoaWxkKDUpe1xud2lkdGg6IDY0NHB4O1xudGV4dC1hbGlnbjogbGVmdDtcbn1cblxuLmdkLXF1ZXVlLWxhc3QtcGxhY2Vob2xkZXJ7XG5tYXJnaW46IDBweCA1MnB4O1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAgIC5nZC1xdWV1ZS1oZWFkZXIge1xuICAgICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cbn0iLCIjZ2QtY29udmVydC1xdWV1ZSB7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGhlaWdodDogMTAwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2U3ZTdlNztcbn1cbi5nZC1xdWV1ZS1oZWFkZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmb250LXNpemU6IDEzcHg7XG4gIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gIGNvbG9yOiAjNmU2ZTZlO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiA2MHB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZjRmNGY0O1xuICBmb250LXdlaWdodDogYm9sZDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cbi5nZC1wbGFjZWhvbGRlciB7XG4gIG1hcmdpbjogMHB4IDQycHggMCA0MnB4O1xufVxuLmdkLXF1ZXVlLWhlYWRlciBkaXY6bnRoLWNoaWxkKDIpIHtcbiAgd2lkdGg6IDY3MXB4O1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBkaXNwbGF5OiBmbGV4O1xufVxuLmdkLXF1ZXVlLWhlYWRlciBkaXY6bnRoLWNoaWxkKDQpIHtcbiAgbWFyZ2luOiAwIDE2MnB4IDAgMTExcHg7XG4gIHdpZHRoOiAzMnB4O1xufVxuLmdkLXF1ZXVlLWhlYWRlciBkaXY6bnRoLWNoaWxkKDMpIHtcbiAgd2lkdGg6IDExMnB4O1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xufVxuLmdkLXF1ZXVlLWhlYWRlciBkaXY6bnRoLWNoaWxkKDUpIHtcbiAgd2lkdGg6IDY0NHB4O1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xufVxuLmdkLXF1ZXVlLWxhc3QtcGxhY2Vob2xkZXIge1xuICBtYXJnaW46IDBweCA1MnB4O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAuZ2QtcXVldWUtaGVhZGVyIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG59XG4iXX0= */\"","import { Component, EventEmitter, Input, Output, OnInit } from '@angular/core';\nimport { ConversionItemModel } from '../models';\n\n@Component({\n selector: 'gd-conversion-queue',\n templateUrl: './conversion-queue.component.html',\n styleUrls: ['./conversion-queue.component.less']\n})\n\nexport class ConversionQueueComponent implements OnInit {\n @Input() items: ConversionItemModel[] = [];\n @Output() selectedItemToConvert = new EventEmitter();\n\n constructor() {\n }\n \n ngOnInit(): void {\n }\n\n convertSingleItem($event: ConversionItemModel) {\n this.selectedItemToConvert.emit($event);\n }\n}\n","import {APP_INITIALIZER, ModuleWithProviders, NgModule} from '@angular/core';\nimport {CommonModule} from '@angular/common';\nimport {\n Api,\n CommonComponentsModule,\n ConfigService,\n ErrorInterceptorService\n} from \"@groupdocs.examples.angular/common-components\";\nimport {HTTP_INTERCEPTORS, HttpClientModule} from \"@angular/common/http\";\nimport {ConversionService} from \"./conversion.service\";\nimport {ConversionConfigService} from \"./conversion-config.service\";\nimport {ConversionAppComponent} from \"./conversion-app.component\";\nimport { ConversionBrowseFilesModalComponent } from './conversion-browse-files-modal/conversion-browse-files-modal.component';\nimport { InformationModalComponent } from './information-modal/information-modal.component';\nimport {library} from '@fortawesome/fontawesome-svg-core';\nimport {fas} from '@fortawesome/free-solid-svg-icons';\nimport {far} from '@fortawesome/free-regular-svg-icons';\nimport {FontAwesomeModule} from '@fortawesome/angular-fontawesome';\nimport {ConversionQueueComponent} from './conversion-queue/conversion-queue.component';\nimport {ConversionItemComponent} from './conversion-item/conversion-item.component';\n\nexport function initializeApp(conversionConfigService: ConversionConfigService) {\n const result = () => conversionConfigService.load();\n return result;\n}\n\n@NgModule({\n declarations: [ConversionAppComponent, ConversionBrowseFilesModalComponent, InformationModalComponent, ConversionQueueComponent, ConversionItemComponent],\n exports: [ConversionAppComponent, ConversionBrowseFilesModalComponent, InformationModalComponent, ConversionQueueComponent],\n imports: [CommonModule,\n CommonComponentsModule,\n HttpClientModule,\n FontAwesomeModule],\n providers: [\n ConversionService,\n ConfigService,\n ConversionConfigService,\n {\n provide: HTTP_INTERCEPTORS,\n useClass: ErrorInterceptorService,\n multi: true\n },\n {\n provide: APP_INITIALIZER,\n useFactory: initializeApp,\n deps: [ConversionConfigService], multi: true\n }\n ]\n})\nexport class ConversionModule {\n constructor() {\n library.add(fas, far);\n }\n\n static forRoot(apiEndpoint: string): ModuleWithProviders {\n Api.DEFAULT_API_ENDPOINT = apiEndpoint;\n return {\n ngModule: ConversionModule\n };\n }\n}\n","import {Injectable} from '@angular/core';\nimport {HttpClient} from \"@angular/common/http\";\nimport {\n Api, ConfigService, FileCredentials, SaveFile, FileModel\n} from \"@groupdocs.examples.angular/common-components\";\nimport {Observable, BehaviorSubject, Observer} from \"rxjs\";\nimport { ConversionItemModel, ConversionRequestModel } from './models';\n\n@Injectable({\n providedIn: 'root'\n})\n\nexport class ConversionService {\n private _selectedItems: BehaviorSubject = new BehaviorSubject(new Array());\n private _selectItems: Observable = this._selectedItems.asObservable();\n private _selectedFormat: BehaviorSubject = new BehaviorSubject(null);\n private _selectFormat: Observable = this._selectedFormat.asObservable();\n\n private _itemToConvert = new BehaviorSubject(null);\n itemToConvert = this._itemToConvert.asObservable();\n\n private _itemToRemove = new BehaviorSubject(null);\n itemToRemove = this._itemToRemove.asObservable();\n\n constructor(private _http: HttpClient, private _config: ConfigService) {\n }\n\n get selectedItems() {\n return this._selectItems;\n }\n\n get selectedFormat() {\n return this._selectFormat;\n }\n\n selectItems(filesToConvert: ConversionItemModel[]) {\n this._selectedItems.next(filesToConvert);\n }\n\n selectFormat(selectedFormat: string) {\n this._selectedFormat.next(selectedFormat);\n }\n\n loadFiles(path: string) {\n return this._http.post(this._config.getConversionApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\n }\n\n upload(file: File, url: string, rewrite: boolean) {\n const formData = new FormData();\n formData.append(\"file\", file);\n formData.append('rewrite', String(rewrite));\n if (url) {\n formData.append(\"url\", url);\n }\n\n return this._http.post(this._config.getConversionApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\n }\n\n convert(file: ConversionItemModel) {\n const req = new ConversionRequestModel();\n req.added = true;\n req.destinationType = file.destinationType;\n req.guid = file.guid;\n req.size = file.size;\n return this._http.post(this._config.getConversionApiEndpoint() + Api.CONVERT_FILE, req);\n }\n\n getDownloadUrl(guid: string) {\n return this._config.getConversionApiEndpoint() + Api.DOWNLOAD_DOCUMENTS + '/?path=' + guid;\n }\n\n selectedItemToConvert(item: ConversionItemModel) {\n this._itemToConvert.next(item);\n }\n\n selectedItemToRemove(item: ConversionItemModel) {\n this._itemToRemove.next(item);\n }\n}\n","module.exports = \".gd-modal-information {\\n display: -webkit-inline-box;\\n display: inline-flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-flex: 1;\\n flex: 1;\\n}\\n.gd-modal-information .gd-modal-information-message {\\n font-size: 12px;\\n margin: 0px 24px 24px 0px;\\n word-break: break-word;\\n}\\n.gd-modal-information .gd-modal-information-title {\\n font-size: 16px;\\n font-weight: bold;\\n margin: 14px 0px 10px 0px;\\n}\\n#gd-information-section {\\n max-width: 468px;\\n max-height: 107px;\\n display: -webkit-box;\\n display: flex;\\n}\\n#gd-information-section fa-icon {\\n -webkit-box-flex: 1;\\n flex: 1;\\n color: #25c2d4;\\n font-size: 40px;\\n margin: 13px 23px 90px 23px;\\n text-align: center;\\n max-width: 46px;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9jb252ZXJzaW9uL3NyYy9saWIvaW5mb3JtYXRpb24tbW9kYWwvaW5mb3JtYXRpb24tbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9pbmZvcm1hdGlvbi1tb2RhbC9pbmZvcm1hdGlvbi1tb2RhbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLDJCQUFBO0VBQUEsb0JBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxtQkFBQTtVQUFBLE9BQUE7QUNERjtBREZBO0VBS0ksZUFBQTtFQUNBLHlCQUFBO0VBQ0Esc0JBQUE7QUNBSjtBRFBBO0VBVUksZUFBQTtFQUNBLGlCQUFBO0VBQ0EseUJBQUE7QUNBSjtBRElBO0VBQ0UsZ0JBQUE7RUFDQSxpQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ0ZGO0FEREE7RUFLSSxtQkFBQTtVQUFBLE9BQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtFQUNBLDJCQUFBO0VBQ0Esa0JBQUE7RUFDQSxlQUFBO0FDREoiLCJmaWxlIjoibGlicy9jb252ZXJzaW9uL3NyYy9saWIvaW5mb3JtYXRpb24tbW9kYWwvaW5mb3JtYXRpb24tbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi8uLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlcy5sZXNzXCI7XG5cbi5nZC1tb2RhbC1pbmZvcm1hdGlvbiB7XG4gIGRpc3BsYXk6IGlubGluZS1mbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBmbGV4OiAxO1xuICAuZ2QtbW9kYWwtaW5mb3JtYXRpb24tbWVzc2FnZSB7XG4gICAgZm9udC1zaXplOiAxMnB4O1xuICAgIG1hcmdpbjogMHB4IDI0cHggMjRweCAwcHg7XG4gICAgd29yZC1icmVhazogYnJlYWstd29yZDtcbiAgfVxuICAuZ2QtbW9kYWwtaW5mb3JtYXRpb24tdGl0bGUge1xuICAgIGZvbnQtc2l6ZTogMTZweDtcbiAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICBtYXJnaW46IDE0cHggMHB4IDEwcHggMHB4O1xuICB9XG59XG5cbiNnZC1pbmZvcm1hdGlvbi1zZWN0aW9uIHtcbiAgbWF4LXdpZHRoOiA0NjhweDtcbiAgbWF4LWhlaWdodDogMTA3cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZhLWljb24ge1xuICAgIGZsZXg6IDE7XG4gICAgY29sb3I6IEBicmFuZDtcbiAgICBmb250LXNpemU6IDQwcHg7XG4gICAgbWFyZ2luOiAxM3B4IDIzcHggOTBweCAyM3B4O1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBtYXgtd2lkdGg6IDQ2cHg7XG4gIH1cbn1cbiIsIi5nZC1tb2RhbC1pbmZvcm1hdGlvbiB7XG4gIGRpc3BsYXk6IGlubGluZS1mbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBmbGV4OiAxO1xufVxuLmdkLW1vZGFsLWluZm9ybWF0aW9uIC5nZC1tb2RhbC1pbmZvcm1hdGlvbi1tZXNzYWdlIHtcbiAgZm9udC1zaXplOiAxMnB4O1xuICBtYXJnaW46IDBweCAyNHB4IDI0cHggMHB4O1xuICB3b3JkLWJyZWFrOiBicmVhay13b3JkO1xufVxuLmdkLW1vZGFsLWluZm9ybWF0aW9uIC5nZC1tb2RhbC1pbmZvcm1hdGlvbi10aXRsZSB7XG4gIGZvbnQtc2l6ZTogMTZweDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIG1hcmdpbjogMTRweCAwcHggMTBweCAwcHg7XG59XG4jZ2QtaW5mb3JtYXRpb24tc2VjdGlvbiB7XG4gIG1heC13aWR0aDogNDY4cHg7XG4gIG1heC1oZWlnaHQ6IDEwN3B4O1xuICBkaXNwbGF5OiBmbGV4O1xufVxuI2dkLWluZm9ybWF0aW9uLXNlY3Rpb24gZmEtaWNvbiB7XG4gIGZsZXg6IDE7XG4gIGNvbG9yOiAjMjVjMmQ0O1xuICBmb250LXNpemU6IDQwcHg7XG4gIG1hcmdpbjogMTNweCAyM3B4IDkwcHggMjNweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBtYXgtd2lkdGg6IDQ2cHg7XG59XG4iXX0= */\"","import {Component, OnInit, Input} from '@angular/core';\n\n@Component({\n selector: 'gd-information-modal',\n templateUrl: './information-modal.component.html',\n styleUrls: ['./information-modal.component.less']\n})\nexport class InformationModalComponent implements OnInit {\n\n @Input() formatName: string;\n @Input() warningCount: number;\n\n constructor() {\n }\n\n ngOnInit() {\n }\n}\n","import {FileModel} from \"@groupdocs.examples.angular/common-components\";\n\nexport class ConversionRequestModel{\n added: boolean;\n destinationType: string;\n guid: string;\n size: number;\n}\n\nexport class ConversionItemModel implements FileModel {\n guid: string;\n directory: boolean;\n size: number;\n name: string;\n destinationType: string;\n sizeString: string;\n destinationFileName: string;\n destinationFormatName: string;\n sourceIcon: string;\n sourceFormatName: string;\n destinationIcon: string;\n converted: boolean;\n converting: boolean;\n isDirectory: boolean;\n warning: boolean;\n }\n\n export class ExtendedFileModel implements FileModel {\n guid: string;\n // TODO: fix dublicates below (question)\n directory: boolean;\n isDirectory: boolean;\n size: number;\n name: string;\n selected: boolean;\n conversionTypes: any;\n }\n","export * from './lib/editor.module';\nexport * from './lib/editor-app.component';\nexport * from './lib/editor-config.service';\nexport * from './lib/editor-config';\nexport * from './lib/editor.service';\nexport * from './lib/create.document-modal/create.document-modal.component'\n","module.exports = \".gd-create-wrap {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n margin: 24px;\\n}\\n.gd-create-wrap label {\\n font-size: 14px;\\n color: #acacac;\\n padding-bottom: 12px;\\n}\\n.gd-create-wrap input {\\n margin-bottom: 20px;\\n border: 1px solid #6e6e6e !important;\\n padding: 9px 0px 9px 10px;\\n font-size: 14px;\\n}\\n.gd-create-wrap gd-button {\\n align-self: flex-end;\\n}\\n.gd-create-wrap ::ng-deep .button ::ng-deep .text {\\n font-size: 10px !important;\\n}\\n#gd-create-document-section {\\n width: 468px;\\n}\\n::ng-deep .gd-select-format .dropdown-menu {\\n height: 167px;\\n overflow: hidden;\\n overflow-y: auto;\\n top: 239px !important;\\n min-width: 0 !important;\\n width: 65px;\\n border: none !important;\\n}\\n::ng-deep .gd-select-format .dropdown-menu .option {\\n font-size: 10px;\\n color: #6e6e6e;\\n}\\n::ng-deep .gd-select-format .dropdown-menu .option:hover {\\n background-color: #4b566c !important;\\n}\\n::ng-deep .select {\\n height: 35px;\\n width: 63px;\\n border: 1px solid #6e6e6e;\\n color: #6e6e6e !important;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n}\\n::ng-deep .select .selected-value {\\n padding: 9px 0px 9px 8px;\\n}\\n::ng-deep .select .nav-caret {\\n margin-right: 8px;\\n}\\n@media (max-width: 1037px) {\\n #gd-create-document-section {\\n width: 100%;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9lZGl0b3Ivc3JjL2xpYi9jcmVhdGUuZG9jdW1lbnQtbW9kYWwvY3JlYXRlLmRvY3VtZW50LW1vZGFsLmNvbXBvbmVudC5sZXNzIiwibGlicy9lZGl0b3Ivc3JjL2xpYi9jcmVhdGUuZG9jdW1lbnQtbW9kYWwvY3JlYXRlLmRvY3VtZW50LW1vZGFsLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsWUFBQTtBQ0RGO0FERkE7RUFLSSxlQUFBO0VBQ0EsY0FBQTtFQUNBLG9CQUFBO0FDQUo7QURQQTtFQVVJLG1CQUFBO0VBQ0Esb0NBQUE7RUFDQSx5QkFBQTtFQUNBLGVBQUE7QUNBSjtBRGJBO0VBZ0JJLG9CQUFBO0FDQUo7QURoQkE7RUFvQk0sMEJBQUE7QUNETjtBRE1BO0VBQ0UsWUFBQTtBQ0pGO0FET0E7RUFDRSxhQUFBO0VBQ0EsZ0JBQUE7RUFDQSxnQkFBQTtFQUNBLHFCQUFBO0VBQ0EsdUJBQUE7RUFDQSxXQUFBO0VBUUEsdUJBQUE7QUNaRjtBREZBO0VBUUksZUFBQTtFQUNBLGNBQUE7QUNISjtBRE5BO0VBWUksb0NBQUE7QUNISjtBRFFBO0VBQ0UsWUFBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtFQUNBLHlCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHlCQUFBO1VBQUEsOEJBQUE7QUNORjtBRERBO0VBU0ksd0JBQUE7QUNMSjtBREpBO0VBWUksaUJBQUE7QUNMSjtBRFNBO0VBQ0U7SUFDRSxXQUFBO0VDUEY7QUFDRiIsImZpbGUiOiJsaWJzL2VkaXRvci9zcmMvbGliL2NyZWF0ZS5kb2N1bWVudC1tb2RhbC9jcmVhdGUuZG9jdW1lbnQtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWNyZWF0ZS13cmFwIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgbWFyZ2luOiAyNHB4O1xuICBsYWJlbCB7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuICAgIGNvbG9yOiBAc2lsdmVyLWNoYWxpY2U7XG4gICAgcGFkZGluZy1ib3R0b206IDEycHg7XG4gIH1cbiAgaW5wdXQge1xuICAgIG1hcmdpbi1ib3R0b206IDIwcHg7XG4gICAgYm9yZGVyOiAxcHggc29saWQgIzZlNmU2ZSAhaW1wb3J0YW50O1xuICAgIHBhZGRpbmc6IDlweCAwcHggOXB4IDEwcHg7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuICB9XG4gIGdkLWJ1dHRvbiB7XG4gICAgYWxpZ24tc2VsZjogZmxleC1lbmQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5idXR0b24ge1xuICAgIDo6bmctZGVlcCAudGV4dCB7XG4gICAgICBmb250LXNpemU6IDEwcHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cbn1cblxuI2dkLWNyZWF0ZS1kb2N1bWVudC1zZWN0aW9uIHtcbiAgd2lkdGg6IDQ2OHB4O1xufVxuXG46Om5nLWRlZXAgLmdkLXNlbGVjdC1mb3JtYXQgLmRyb3Bkb3duLW1lbnUge1xuICBoZWlnaHQ6IDE2N3B4O1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICBvdmVyZmxvdy15OiBhdXRvO1xuICB0b3A6IDIzOXB4ICFpbXBvcnRhbnQ7XG4gIG1pbi13aWR0aDogMCAhaW1wb3J0YW50O1xuICB3aWR0aDogNjVweDtcbiAgLm9wdGlvbiB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuICAgIGNvbG9yOiBAZG92ZS1ncmF5O1xuICB9XG4gIC5vcHRpb246aG92ZXJ7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQGZvbGRlciAhaW1wb3J0YW50O1xuICB9XG4gIGJvcmRlcjogbm9uZSAhaW1wb3J0YW50O1xufVxuXG46Om5nLWRlZXAgLnNlbGVjdCB7XG4gIGhlaWdodDogMzVweDtcbiAgd2lkdGg6IDYzcHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkIEBkb3ZlLWdyYXk7XG4gIGNvbG9yOiBAZG92ZS1ncmF5ICFpbXBvcnRhbnQ7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcbiAgLnNlbGVjdGVkLXZhbHVlIHtcbiAgICBwYWRkaW5nOiA5cHggMHB4IDlweCA4cHg7XG4gIH1cbiAgLm5hdi1jYXJldCB7XG4gICAgbWFyZ2luLXJpZ2h0OiA4cHg7XG4gIH1cbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgI2dkLWNyZWF0ZS1kb2N1bWVudC1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxufVxuIiwiLmdkLWNyZWF0ZS13cmFwIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgbWFyZ2luOiAyNHB4O1xufVxuLmdkLWNyZWF0ZS13cmFwIGxhYmVsIHtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBjb2xvcjogI2FjYWNhYztcbiAgcGFkZGluZy1ib3R0b206IDEycHg7XG59XG4uZ2QtY3JlYXRlLXdyYXAgaW5wdXQge1xuICBtYXJnaW4tYm90dG9tOiAyMHB4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNmU2ZTZlICFpbXBvcnRhbnQ7XG4gIHBhZGRpbmc6IDlweCAwcHggOXB4IDEwcHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi5nZC1jcmVhdGUtd3JhcCBnZC1idXR0b24ge1xuICBhbGlnbi1zZWxmOiBmbGV4LWVuZDtcbn1cbi5nZC1jcmVhdGUtd3JhcCA6Om5nLWRlZXAgLmJ1dHRvbiA6Om5nLWRlZXAgLnRleHQge1xuICBmb250LXNpemU6IDEwcHggIWltcG9ydGFudDtcbn1cbiNnZC1jcmVhdGUtZG9jdW1lbnQtc2VjdGlvbiB7XG4gIHdpZHRoOiA0NjhweDtcbn1cbjo6bmctZGVlcCAuZ2Qtc2VsZWN0LWZvcm1hdCAuZHJvcGRvd24tbWVudSB7XG4gIGhlaWdodDogMTY3cHg7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIG92ZXJmbG93LXk6IGF1dG87XG4gIHRvcDogMjM5cHggIWltcG9ydGFudDtcbiAgbWluLXdpZHRoOiAwICFpbXBvcnRhbnQ7XG4gIHdpZHRoOiA2NXB4O1xuICBib3JkZXI6IG5vbmUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuZ2Qtc2VsZWN0LWZvcm1hdCAuZHJvcGRvd24tbWVudSAub3B0aW9uIHtcbiAgZm9udC1zaXplOiAxMHB4O1xuICBjb2xvcjogIzZlNmU2ZTtcbn1cbjo6bmctZGVlcCAuZ2Qtc2VsZWN0LWZvcm1hdCAuZHJvcGRvd24tbWVudSAub3B0aW9uOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzRiNTY2YyAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBoZWlnaHQ6IDM1cHg7XG4gIHdpZHRoOiA2M3B4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNmU2ZTZlO1xuICBjb2xvcjogIzZlNmU2ZSAhaW1wb3J0YW50O1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG59XG46Om5nLWRlZXAgLnNlbGVjdCAuc2VsZWN0ZWQtdmFsdWUge1xuICBwYWRkaW5nOiA5cHggMHB4IDlweCA4cHg7XG59XG46Om5nLWRlZXAgLnNlbGVjdCAubmF2LWNhcmV0IHtcbiAgbWFyZ2luLXJpZ2h0OiA4cHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gICNnZC1jcmVhdGUtZG9jdW1lbnQtc2VjdGlvbiB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbn1cbiJdfQ== */\"","import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';\nimport {\n CommonModals,\n ExceptionMessageService,\n FileCredentials,\n ModalService\n} from \"@groupdocs.examples.angular/common-components\";\nimport {EditorService} from \"../editor.service\";\n\n@Component({\n selector: 'gd-create-document-modal',\n templateUrl: './create.document-modal.component.html',\n styleUrls: ['./create.document-modal.component.less']\n})\nexport class CreateDocumentModalComponent implements OnInit {\n @Input() file: FileCredentials;\n @Output() savingFile: EventEmitter = new EventEmitter();\n @Output() closing = new EventEmitter();\n private _format: string;\n formats;\n FILE_NAME_REGEX = /^.*[\\\\\\/]/;\n\n constructor(private _editorService: EditorService,\n private _modalService: ModalService,\n private _excMessageService: ExceptionMessageService) {\n }\n\n get format() {\n return this._format;\n }\n\n ngOnInit() {\n this.loadFormats();\n }\n\n loadFormats() {\n this._editorService.getFormats().subscribe((formats: string[]) => {\n this.formats = this.formatOptions(formats);\n this._format = \"Docx\";\n }\n );\n }\n\n selectFormat($event: any) {\n this._format = $event.value;\n }\n\n createFormatOption(val: string) {\n return {value: val, name: val}\n }\n\n formatOptions(formats) {\n const allTypes = new Array();\n for (let i = 0; i < formats.length; i++) {\n allTypes.push(this.createFormatOption(formats[i]));\n }\n return allTypes;\n }\n\n save(name: string) {\n let fileName = \"\";\n if (name && name !== \"\") {\n fileName = name + \".\" + this._format;\n } else if (!this.file) {\n this._modalService.open(CommonModals.ErrorMessage);\n this._excMessageService.changeMessage(\"File name is empty\");\n }\n this._modalService.close(CommonModals.CreateDocument);\n const guid = fileName !== \"\" ? fileName : this.file.guid;\n const password = this.file ? this.file.password : '';\n this.savingFile.emit(new FileCredentials(guid, password));\n }\n\n refresh($event: boolean) {\n if (!$event) {\n this.closing.emit(true);\n }\n }\n}\n","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n.current-page-number {\\n margin: 0px 15px;\\n font-size: 14px;\\n color: #959da5;\\n}\\n* {\\n -webkit-user-select: none;\\n /* Chrome all / Safari all */\\n -moz-user-select: none;\\n /* Firefox all */\\n -ms-user-select: none;\\n /* IE 10+ */\\n user-select: text;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n/deep/ .gd-drag-n-drop-wrap.active {\\n z-index: 999;\\n}\\n/deep/ .gd-drag-n-drop-wrap.active .init-state-wrapper {\\n top: unset !important;\\n}\\n/deep/ .init-state-wrapper {\\n top: -90px !important;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: inherit;\\n}\\n.gd-document {\\n width: 100%;\\n height: calc(100% - 90px);\\n}\\n.top-panel {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 100%;\\n}\\n.toolbar-panel {\\n width: 100%;\\n}\\n/deep/ .gd-wrapper {\\n padding: 96px;\\n -webkit-user-select: text;\\n /* Chrome all / Safari all */\\n -moz-user-select: text;\\n /* Firefox all */\\n -ms-user-select: text;\\n /* IE 10+ */\\n user-select: text;\\n outline: none;\\n position: relative;\\n}\\n/deep/ .dropdown-menu {\\n min-width: unset !important;\\n}\\n.palette {\\n position: absolute;\\n top: 90px;\\n z-index: 100;\\n}\\n.background-color-picker {\\n left: 700px;\\n}\\n.color-picker {\\n left: 750px;\\n}\\n.bg-color-pic {\\n border-radius: 100%;\\n border: 1px solid #CCC;\\n position: absolute;\\n height: 8px;\\n width: 8px;\\n right: 6px;\\n bottom: 6px;\\n}\\n::ng-deep .tools .button {\\n color: #3E4E5A !important;\\n}\\n::ng-deep .tools .button .text {\\n padding: 0px !important;\\n}\\n::ng-deep .tools .button.inactive {\\n color: #959da5 !important;\\n opacity: 0.4;\\n}\\n::ng-deep .tools .dropdown-menu .option {\\n min-width: 61px;\\n color: #6e6e6e !important;\\n}\\n::ng-deep .tools .dropdown-menu .option:hover {\\n background-color: #4b566c !important;\\n}\\n::ng-deep .tools .icon-button {\\n margin: 0 0 0 7px !important;\\n}\\n::ng-deep .tools .select {\\n width: 65px;\\n height: 37px;\\n margin-left: 7px;\\n line-height: 37px;\\n text-align: center;\\n border: none !important;\\n}\\n::ng-deep .tools .select .nav-caret {\\n margin: 0 0 0 4px !important;\\n}\\n::ng-deep .gd-select-format .select {\\n -webkit-box-pack: justify !important;\\n justify-content: space-between !important;\\n}\\n/deep/ .tab-content .button .tooltip {\\n margin-top: 45px;\\n margin-left: -36px;\\n}\\n/deep/ .gd-edit.active {\\n background-color: #7E8991;\\n}\\n/deep/ .gd-edit.active i {\\n color: #FFFFFF;\\n}\\n/deep/ .page {\\n width: 800px;\\n height: 100% !important;\\n min-height: 842pt !important;\\n}\\n/deep/ .save-as-button-icon {\\n font-size: 11px;\\n left: 22px !important;\\n top: 13px !important;\\n}\\n.save-button {\\n position: absolute;\\n top: -5px;\\n left: 21px;\\n}\\ngd-tab.desktop-hide {\\n display: none;\\n}\\n@media (max-width: 1037px) {\\n /deep/ .panzoom {\\n zoom: 0.45;\\n margin-top: 130px;\\n }\\n ::ng-deep .gd-tab fa-icon {\\n height: 60px;\\n width: 60px;\\n font-size: 22px !important;\\n margin: unset !important;\\n }\\n gd-tab.desktop-hide {\\n display: block;\\n }\\n .mobile-hide {\\n display: none;\\n }\\n ::ng-deep .tools {\\n overflow-x: unset !important;\\n }\\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\\n margin: 0px !important;\\n }\\n ::ng-deep .tools .icon-button {\\n height: 60px !important;\\n width: 60px;\\n }\\n ::ng-deep #formatting-tab ::ng-deep .tools .icon-button,\\n ::ng-deep #paragraph-tab ::ng-deep .tools .icon-button {\\n margin: 0px !important;\\n }\\n ::ng-deep .bg-color-pic {\\n height: 13px !important;\\n width: 13px !important;\\n right: 9px !important;\\n bottom: 11px !important;\\n }\\n ::ng-deep .palette {\\n position: absolute;\\n top: 130px !important;\\n z-index: 100;\\n }\\n ::ng-deep .background-color-picker {\\n left: 0px !important;\\n }\\n ::ng-deep .color-picker {\\n left: 60px !important;\\n }\\n ::ng-deep .format-select.font-type {\\n width: 109px;\\n }\\n ::ng-deep .format-select.font-type ::ng-deep .dropdown-menu {\\n width: 109px !important;\\n top: 60px !important;\\n left: 0px !important;\\n }\\n ::ng-deep .format-select.font-size {\\n width: 81px;\\n }\\n ::ng-deep .format-select.font-size ::ng-deep .dropdown-menu {\\n width: 81px !important;\\n top: 60px !important;\\n left: 109px !important;\\n }\\n ::ng-deep .format-select .select {\\n width: unset !important;\\n height: 60px !important;\\n line-height: 60px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvZWRpdG9yL3NyYy9saWIvZWRpdG9yLWFwcC5jb21wb25lbnQubGVzcyIsIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9lZGl0b3Ivc3JjL2xpYi9lZGl0b3ItYXBwLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZFQ0NrQjtBQUNsQjtFQUNFLHNEQUFBO0FEQUY7QUNHQTtFQUNFLGdCQUFBO0VBQ0EsZUFBQTtFQUNBLGNBQUE7QURERjtBQ0dBO0VBQ0UseUJBQUE7RUREQSw0QkFBNEI7RUNFNUIsc0JBQUE7RURBQSxnQkFBZ0I7RUNDaEIscUJBQUE7RURDQSxXQUFXO0VDQVgsaUJBQUE7QURFRjtBQ0FBO0VBQ0UsMEJBQUE7VUFBQSxvQkFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsZUFBQTtFQUNBLE1BQUE7RUFDQSxTQUFBO0VBQ0EsT0FBQTtFQUNBLFFBQUE7QURFRjtBQ0NBO0VBQ0UsWUFBQTtBRENGO0FDRkE7RUFHSSxxQkFBQTtBREVKO0FDRUE7RUFDRSxxQkFBQTtBREFGO0FDR0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0FEREY7QUNJQTtFQUNFLFdBQUE7RUFDQSx5QkFBQTtBREZGO0FDS0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsV0FBQTtBREhGO0FDTUE7RUFDRSxXQUFBO0FESkY7QUNPQTtFQUNFLGFBQUE7RUFDQSx5QkFBQTtFRExBLDRCQUE0QjtFQ001QixzQkFBQTtFREpBLGdCQUFnQjtFQ0toQixxQkFBQTtFREhBLFdBQVc7RUNJWCxpQkFBQTtFQUNBLGFBQUE7RUFDQSxrQkFBQTtBREZGO0FDS0E7RUFDRSwyQkFBQTtBREhGO0FDTUE7RUFDRSxrQkFBQTtFQUNBLFNBQUE7RUFDQSxZQUFBO0FESkY7QUNPQTtFQUNFLFdBQUE7QURMRjtBQ1FBO0VBQ0UsV0FBQTtBRE5GO0FDU0E7RUFDRSxtQkFBQTtFQUNBLHNCQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0VBQ0EsVUFBQTtFQUNBLFVBQUE7RUFDQSxXQUFBO0FEUEY7QUNVQTtFQUVJLHlCQUFBO0FEVEo7QUNPQTtFQUlNLHVCQUFBO0FEUk47QUNVSTtFQUNFLHlCQUFBO0VBQ0EsWUFBQTtBRFJOO0FDQUE7RUFhTSxlQUFBO0VBQ0EseUJBQUE7QURWTjtBQ1dNO0VBQ0Usb0NBQUE7QURUUjtBQ1BBO0VBcUJJLDRCQUFBO0FEWEo7QUNWQTtFQXdCSSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGdCQUFBO0VBQ0EsaUJBQUE7RUFDQSxrQkFBQTtFQUNBLHVCQUFBO0FEWEo7QUNsQkE7RUErQk0sNEJBQUE7QURWTjtBQ2VBO0VBRUksb0NBQUE7VUFBQSx5Q0FBQTtBRGRKO0FDa0JBO0VBQ0UsZ0JBQUE7RUFDQSxrQkFBQTtBRGhCRjtBQ21CQTtFQUNFLHlCQUFBO0FEakJGO0FDb0JBO0VBQ0UsY0FBQTtBRGxCRjtBQ3FCQTtFQUNFLFlBQUE7RUFDQSx1QkFBQTtFQUNBLDRCQUFBO0FEbkJGO0FDc0JBO0VBQ0UsZUFBQTtFQUNBLHFCQUFBO0VBQ0Esb0JBQUE7QURwQkY7QUN1QkE7RUFDRSxrQkFBQTtFQUNBLFNBQUE7RUFDQSxVQUFBO0FEckJGO0FDeUJFO0VBQ0UsYUFBQTtBRHZCSjtBQzJCQTtHQUNFO0lBQ0UsVUFBQTtJQUNBLGlCQUFBO0VEekJGO0VDNEJBO0lBRUksWUFBQTtJQUNBLFdBQUE7SUFDQSwwQkFBQTtJQUNBLHdCQUFBO0VEM0JKO0VDZ0NFO0lBQ0UsY0FBQTtFRDlCSjtFQ2tDQTtJQUNFLGFBQUE7RURoQ0Y7RUNtQ0E7SUFDRSw0QkFBQTtFRGpDRjtFQ2dDQTtJQUdJLHNCQUFBO0VEaENKO0VDNkJBO0lBTUksdUJBQUE7SUFDQSxXQUFBO0VEaENKO0VDb0NBOztJQUdNLHNCQUFBO0VEbkNOO0VDd0NBO0lBQ0UsdUJBQUE7SUFDQSxzQkFBQTtJQUNBLHFCQUFBO0lBQ0EsdUJBQUE7RUR0Q0Y7RUN5Q0E7SUFDRSxrQkFBQTtJQUNBLHFCQUFBO0lBQ0EsWUFBQTtFRHZDRjtFQzBDQTtJQUNFLG9CQUFBO0VEeENGO0VDMkNBO0lBQ0UscUJBQUE7RUR6Q0Y7RUM2Q0U7SUFDRSxZQUFBO0VEM0NKO0VDMENFO0lBR0ksdUJBQUE7SUFDQSxvQkFBQTtJQUNBLG9CQUFBO0VEMUNOO0VDNkNFO0lBQ0UsV0FBQTtFRDNDSjtFQzBDRTtJQUdJLHNCQUFBO0lBQ0Esb0JBQUE7SUFDQSxzQkFBQTtFRDFDTjtFQzRCQTtJQWtCSSx1QkFBQTtJQUNBLHVCQUFBO0lBQ0EsaUJBQUE7RUQzQ0o7QUFDRiIsImZpbGUiOiJsaWJzL2VkaXRvci9zcmMvbGliL2VkaXRvci1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG4uY3VycmVudC1wYWdlLW51bWJlciB7XG4gIG1hcmdpbjogMHB4IDE1cHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgY29sb3I6ICM5NTlkYTU7XG59XG4qIHtcbiAgLXdlYmtpdC11c2VyLXNlbGVjdDogbm9uZTtcbiAgLyogQ2hyb21lIGFsbCAvIFNhZmFyaSBhbGwgKi9cbiAgLW1vei11c2VyLXNlbGVjdDogbm9uZTtcbiAgLyogRmlyZWZveCBhbGwgKi9cbiAgLW1zLXVzZXItc2VsZWN0OiBub25lO1xuICAvKiBJRSAxMCsgKi9cbiAgdXNlci1zZWxlY3Q6IHRleHQ7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbiAvZGVlcC8gLmdkLWRyYWctbi1kcm9wLXdyYXAuYWN0aXZlIHtcbiAgei1pbmRleDogOTk5O1xufVxuIC9kZWVwLyAuZ2QtZHJhZy1uLWRyb3Atd3JhcC5hY3RpdmUgLmluaXQtc3RhdGUtd3JhcHBlciB7XG4gIHRvcDogdW5zZXQgIWltcG9ydGFudDtcbn1cbiAvZGVlcC8gLmluaXQtc3RhdGUtd3JhcHBlciB7XG4gIHRvcDogLTkwcHggIWltcG9ydGFudDtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSA5MHB4KTtcbn1cbi50b3AtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMTAwJTtcbn1cbi50b29sYmFyLXBhbmVsIHtcbiAgd2lkdGg6IDEwMCU7XG59XG4gL2RlZXAvIC5nZC13cmFwcGVyIHtcbiAgcGFkZGluZzogOTZweDtcbiAgLXdlYmtpdC11c2VyLXNlbGVjdDogdGV4dDtcbiAgLyogQ2hyb21lIGFsbCAvIFNhZmFyaSBhbGwgKi9cbiAgLW1vei11c2VyLXNlbGVjdDogdGV4dDtcbiAgLyogRmlyZWZveCBhbGwgKi9cbiAgLW1zLXVzZXItc2VsZWN0OiB0ZXh0O1xuICAvKiBJRSAxMCsgKi9cbiAgdXNlci1zZWxlY3Q6IHRleHQ7XG4gIG91dGxpbmU6IG5vbmU7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cbiAvZGVlcC8gLmRyb3Bkb3duLW1lbnUge1xuICBtaW4td2lkdGg6IHVuc2V0ICFpbXBvcnRhbnQ7XG59XG4ucGFsZXR0ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiA5MHB4O1xuICB6LWluZGV4OiAxMDA7XG59XG4uYmFja2dyb3VuZC1jb2xvci1waWNrZXIge1xuICBsZWZ0OiA3MDBweDtcbn1cbi5jb2xvci1waWNrZXIge1xuICBsZWZ0OiA3NTBweDtcbn1cbi5iZy1jb2xvci1waWMge1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGhlaWdodDogOHB4O1xuICB3aWR0aDogOHB4O1xuICByaWdodDogNnB4O1xuICBib3R0b206IDZweDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbiB7XG4gIGNvbG9yOiAjM0U0RTVBICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24gLnRleHQge1xuICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbi5pbmFjdGl2ZSB7XG4gIGNvbG9yOiAjOTU5ZGE1ICFpbXBvcnRhbnQ7XG4gIG9wYWNpdHk6IDAuNDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbiB7XG4gIG1pbi13aWR0aDogNjFweDtcbiAgY29sb3I6ICM2ZTZlNmUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbjpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0YjU2NmMgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uIHtcbiAgbWFyZ2luOiAwIDAgMCA3cHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdCB7XG4gIHdpZHRoOiA2NXB4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIG1hcmdpbi1sZWZ0OiA3cHg7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGJvcmRlcjogbm9uZSAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC50b29scyAuc2VsZWN0IC5uYXYtY2FyZXQge1xuICBtYXJnaW46IDAgMCAwIDRweCAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5nZC1zZWxlY3QtZm9ybWF0IC5zZWxlY3Qge1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW4gIWltcG9ydGFudDtcbn1cbiAvZGVlcC8gLnRhYi1jb250ZW50IC5idXR0b24gLnRvb2x0aXAge1xuICBtYXJnaW4tdG9wOiA0NXB4O1xuICBtYXJnaW4tbGVmdDogLTM2cHg7XG59XG4gL2RlZXAvIC5nZC1lZGl0LmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM3RTg5OTE7XG59XG4gL2RlZXAvIC5nZC1lZGl0LmFjdGl2ZSBpIHtcbiAgY29sb3I6ICNGRkZGRkY7XG59XG4gL2RlZXAvIC5wYWdlIHtcbiAgd2lkdGg6IDgwMHB4O1xuICBoZWlnaHQ6IDEwMCUgIWltcG9ydGFudDtcbiAgbWluLWhlaWdodDogODQycHQgIWltcG9ydGFudDtcbn1cbiAvZGVlcC8gLnNhdmUtYXMtYnV0dG9uLWljb24ge1xuICBmb250LXNpemU6IDExcHg7XG4gIGxlZnQ6IDIycHggIWltcG9ydGFudDtcbiAgdG9wOiAxM3B4ICFpbXBvcnRhbnQ7XG59XG4uc2F2ZS1idXR0b24ge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogLTVweDtcbiAgbGVmdDogMjFweDtcbn1cbmdkLXRhYi5kZXNrdG9wLWhpZGUge1xuICBkaXNwbGF5OiBub25lO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAgL2RlZXAvIC5wYW56b29tIHtcbiAgICB6b29tOiAwLjQ1O1xuICAgIG1hcmdpbi10b3A6IDEzMHB4O1xuICB9XG4gIDo6bmctZGVlcCAuZ2QtdGFiIGZhLWljb24ge1xuICAgIGhlaWdodDogNjBweDtcbiAgICB3aWR0aDogNjBweDtcbiAgICBmb250LXNpemU6IDIycHggIWltcG9ydGFudDtcbiAgICBtYXJnaW46IHVuc2V0ICFpbXBvcnRhbnQ7XG4gIH1cbiAgZ2QtdGFiLmRlc2t0b3AtaGlkZSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cbiAgLm1vYmlsZS1oaWRlIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIG92ZXJmbG93LXg6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC50b29scyBnZC1idXR0b246bnRoLWNoaWxkKDEpID4gLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uIHtcbiAgICBoZWlnaHQ6IDYwcHggIWltcG9ydGFudDtcbiAgICB3aWR0aDogNjBweDtcbiAgfVxuICA6Om5nLWRlZXAgI2Zvcm1hdHRpbmctdGFiIDo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uLFxuICA6Om5nLWRlZXAgI3BhcmFncmFwaC10YWIgOjpuZy1kZWVwIC50b29scyAuaWNvbi1idXR0b24ge1xuICAgIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5iZy1jb2xvci1waWMge1xuICAgIGhlaWdodDogMTNweCAhaW1wb3J0YW50O1xuICAgIHdpZHRoOiAxM3B4ICFpbXBvcnRhbnQ7XG4gICAgcmlnaHQ6IDlweCAhaW1wb3J0YW50O1xuICAgIGJvdHRvbTogMTFweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAucGFsZXR0ZSB7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMTMwcHggIWltcG9ydGFudDtcbiAgICB6LWluZGV4OiAxMDA7XG4gIH1cbiAgOjpuZy1kZWVwIC5iYWNrZ3JvdW5kLWNvbG9yLXBpY2tlciB7XG4gICAgbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5jb2xvci1waWNrZXIge1xuICAgIGxlZnQ6IDYwcHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLmZvcm1hdC1zZWxlY3QuZm9udC10eXBlIHtcbiAgICB3aWR0aDogMTA5cHg7XG4gIH1cbiAgOjpuZy1kZWVwIC5mb3JtYXQtc2VsZWN0LmZvbnQtdHlwZSA6Om5nLWRlZXAgLmRyb3Bkb3duLW1lbnUge1xuICAgIHdpZHRoOiAxMDlweCAhaW1wb3J0YW50O1xuICAgIHRvcDogNjBweCAhaW1wb3J0YW50O1xuICAgIGxlZnQ6IDBweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAuZm9ybWF0LXNlbGVjdC5mb250LXNpemUge1xuICAgIHdpZHRoOiA4MXB4O1xuICB9XG4gIDo6bmctZGVlcCAuZm9ybWF0LXNlbGVjdC5mb250LXNpemUgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgICB3aWR0aDogODFweCAhaW1wb3J0YW50O1xuICAgIHRvcDogNjBweCAhaW1wb3J0YW50O1xuICAgIGxlZnQ6IDEwOXB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5mb3JtYXQtc2VsZWN0IC5zZWxlY3Qge1xuICAgIHdpZHRoOiB1bnNldCAhaW1wb3J0YW50O1xuICAgIGhlaWdodDogNjBweCAhaW1wb3J0YW50O1xuICAgIGxpbmUtaGVpZ2h0OiA2MHB4O1xuICB9XG59XG4iLCJAaW1wb3J0IFwiLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcbkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zJmRpc3BsYXk9c3dhcCcpO1xuOmhvc3QgKiB7XG4gIGZvbnQtZmFtaWx5OiAnT3BlbiBTYW5zJywgQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZjtcbn1cblxuLmN1cnJlbnQtcGFnZS1udW1iZXIge1xuICBtYXJnaW46IDBweCAxNXB4O1xuICBmb250LXNpemU6IDE0cHg7XG4gIGNvbG9yOiBAcmVnZW50LWdyYXk7XG59XG4qe1xuICAtd2Via2l0LXVzZXItc2VsZWN0OiBub25lOyAgLyogQ2hyb21lIGFsbCAvIFNhZmFyaSBhbGwgKi9cbiAgLW1vei11c2VyLXNlbGVjdDogbm9uZTsgICAgIC8qIEZpcmVmb3ggYWxsICovXG4gIC1tcy11c2VyLXNlbGVjdDogbm9uZTsgICAgICAvKiBJRSAxMCsgKi9cbiAgdXNlci1zZWxlY3Q6IHRleHQ7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cblxuL2RlZXAvIC5nZC1kcmFnLW4tZHJvcC13cmFwLmFjdGl2ZSB7XG4gIHotaW5kZXg6IDk5OTtcbiAgLmluaXQtc3RhdGUtd3JhcHBlciB7XG4gICAgdG9wOiB1bnNldCAhaW1wb3J0YW50O1xuICB9XG59XG5cbi9kZWVwLyAuaW5pdC1zdGF0ZS13cmFwcGVyIHtcbiAgdG9wOiAtOTBweCAhaW1wb3J0YW50O1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xufVxuXG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiB+XCJjYWxjKDEwMCUgLSBAe2VkaXRvci1uYXYtaGVpZ2h0fSlcIjtcbn1cblxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuXG4udG9vbGJhci1wYW5lbCB7XG4gIHdpZHRoOiAxMDAlO1xufVxuXG4vZGVlcC8gLmdkLXdyYXBwZXIge1xuICBwYWRkaW5nOiA5NnB4O1xuICAtd2Via2l0LXVzZXItc2VsZWN0OiB0ZXh0OyAgLyogQ2hyb21lIGFsbCAvIFNhZmFyaSBhbGwgKi9cbiAgLW1vei11c2VyLXNlbGVjdDogdGV4dDsgICAgIC8qIEZpcmVmb3ggYWxsICovXG4gIC1tcy11c2VyLXNlbGVjdDogdGV4dDsgICAgICAvKiBJRSAxMCsgKi9cbiAgdXNlci1zZWxlY3Q6IHRleHQ7XG4gIG91dGxpbmU6IG5vbmU7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cblxuL2RlZXAvIC5kcm9wZG93bi1tZW51IHtcbiAgbWluLXdpZHRoOiB1bnNldCAhaW1wb3J0YW50O1xufVxuXG4ucGFsZXR0ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiA5MHB4O1xuICB6LWluZGV4OiAxMDA7XG59XG5cbi5iYWNrZ3JvdW5kLWNvbG9yLXBpY2tlciB7XG4gIGxlZnQ6IDcwMHB4O1xufVxuXG4uY29sb3ItcGlja2VyIHtcbiAgbGVmdDogNzUwcHg7XG59XG5cbi5iZy1jb2xvci1waWMge1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGhlaWdodDogOHB4O1xuICB3aWR0aDogOHB4O1xuICByaWdodDogNnB4O1xuICBib3R0b206IDZweDtcbn1cblxuOjpuZy1kZWVwIC50b29scyB7XG4gIC5idXR0b24ge1xuICAgIGNvbG9yOiBAcHJpbWFyeSAhaW1wb3J0YW50O1xuICAgIC50ZXh0IHtcbiAgICAgIHBhZGRpbmc6IDBweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgICAmLmluYWN0aXZlIHtcbiAgICAgIGNvbG9yOiBAcmVnZW50LWdyYXkgIWltcG9ydGFudDtcbiAgICAgIG9wYWNpdHk6IDAuNDtcbiAgICB9XG4gIH1cbiAgLmRyb3Bkb3duLW1lbnUgeyBcbiAgICAub3B0aW9ue1xuICAgICAgbWluLXdpZHRoOiA2MXB4O1xuICAgICAgY29sb3I6IEBkb3ZlLWdyYXkgIWltcG9ydGFudDtcbiAgICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAZm9sZGVyICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuICB9XG4gIC5pY29uLWJ1dHRvbiB7XG4gICAgbWFyZ2luOiAwIDAgMCA3cHggIWltcG9ydGFudDtcbiAgfVxuICAuc2VsZWN0IHtcbiAgICB3aWR0aDogNjVweDtcbiAgICBoZWlnaHQ6IDM3cHg7XG4gICAgbWFyZ2luLWxlZnQ6IDdweDtcbiAgICBsaW5lLWhlaWdodDogMzdweDtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgYm9yZGVyOiBub25lICFpbXBvcnRhbnQ7XG4gICAgLm5hdi1jYXJldCB7XG4gICAgICBtYXJnaW46IDAgMCAwIDRweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxufVxuXG46Om5nLWRlZXAgLmdkLXNlbGVjdC1mb3JtYXQge1xuICAuc2VsZWN0IHtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW4gIWltcG9ydGFudDtcbiAgfVxufVxuXG4vZGVlcC8gLnRhYi1jb250ZW50IC5idXR0b24gLnRvb2x0aXAge1xuICBtYXJnaW4tdG9wOiA0NXB4O1xuICBtYXJnaW4tbGVmdDogLTM2cHg7XG59XG5cbi9kZWVwLyAuZ2QtZWRpdC5hY3RpdmUge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjN0U4OTkxO1xufVxuXG4vZGVlcC8gLmdkLWVkaXQuYWN0aXZlIGkge1xuICBjb2xvcjogI0ZGRkZGRjtcbn1cblxuL2RlZXAvIC5wYWdlIHtcbiAgd2lkdGg6IDgwMHB4O1xuICBoZWlnaHQ6IDEwMCUgIWltcG9ydGFudDtcbiAgbWluLWhlaWdodDogODQycHQgIWltcG9ydGFudDtcbn1cblxuL2RlZXAvIC5zYXZlLWFzLWJ1dHRvbi1pY29uIHtcbiAgZm9udC1zaXplOiAxMXB4O1xuICBsZWZ0OiAyMnB4ICFpbXBvcnRhbnQ7XG4gIHRvcDogMTNweCAhaW1wb3J0YW50O1xufVxuXG4uc2F2ZS1idXR0b24ge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogLTVweDtcbiAgbGVmdDogMjFweDtcbn1cblxuZ2QtdGFiIHtcbiAgJi5kZXNrdG9wLWhpZGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgL2RlZXAvIC5wYW56b29te1xuICAgIHpvb206IDAuNDU7XG4gICAgbWFyZ2luLXRvcDoxMzBweDtcbiAgfVxuXG4gIDo6bmctZGVlcCAuZ2QtdGFiIHtcbiAgICBmYS1pY29ue1xuICAgICAgaGVpZ2h0OiA2MHB4O1xuICAgICAgd2lkdGg6IDYwcHg7XG4gICAgICBmb250LXNpemU6IDIycHggIWltcG9ydGFudDtcbiAgICAgIG1hcmdpbjogdW5zZXQgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICBnZC10YWIge1xuICAgICYuZGVza3RvcC1oaWRlIHtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIH1cbiAgfVxuXG4gIC5tb2JpbGUtaGlkZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuXG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIG92ZXJmbG93LXg6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgZ2QtYnV0dG9uOm50aC1jaGlsZCgxKSA+IC5pY29uLWJ1dHRvbntcbiAgICAgIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuICAgIC5pY29uLWJ1dHRvbntcbiAgICAgIGhlaWdodDogNjBweCAhaW1wb3J0YW50O1xuICAgICAgd2lkdGg6IDYwcHg7XG4gICAgfVxuICB9XG5cbiAgOjpuZy1kZWVwICNmb3JtYXR0aW5nLXRhYiwgOjpuZy1kZWVwICNwYXJhZ3JhcGgtdGFiIHtcbiAgICA6Om5nLWRlZXAgLnRvb2xzIHtcbiAgICAgIC5pY29uLWJ1dHRvbntcbiAgICAgICAgbWFyZ2luOiAwcHggIWltcG9ydGFudDtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLmJnLWNvbG9yLXBpYyB7XG4gICAgaGVpZ2h0OiAxM3B4ICFpbXBvcnRhbnQ7XG4gICAgd2lkdGg6IDEzcHggIWltcG9ydGFudDtcbiAgICByaWdodDogOXB4ICFpbXBvcnRhbnQ7XG4gICAgYm90dG9tOiAxMXB4ICFpbXBvcnRhbnQ7XG4gIH1cblxuICA6Om5nLWRlZXAgLnBhbGV0dGUge1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDEzMHB4ICFpbXBvcnRhbnQ7XG4gICAgei1pbmRleDogMTAwO1xuICB9XG5cbiAgOjpuZy1kZWVwIC5iYWNrZ3JvdW5kLWNvbG9yLXBpY2tlciB7XG4gICAgbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgXG4gIDo6bmctZGVlcCAuY29sb3ItcGlja2VyIHtcbiAgICBsZWZ0OiA2MHB4ICFpbXBvcnRhbnQ7XG4gIH1cblxuICA6Om5nLWRlZXAgLmZvcm1hdC1zZWxlY3Qge1xuICAgICYuZm9udC10eXBlIHtcbiAgICAgIHdpZHRoOiAxMDlweDtcbiAgICAgIDo6bmctZGVlcCAuZHJvcGRvd24tbWVudSB7XG4gICAgICAgIHdpZHRoOiAxMDlweCAhaW1wb3J0YW50O1xuICAgICAgICB0b3A6IDYwcHggIWltcG9ydGFudDtcbiAgICAgICAgbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuICAgICYuZm9udC1zaXplIHtcbiAgICAgIHdpZHRoOiA4MXB4O1xuICAgICAgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgICAgICAgd2lkdGg6IDgxcHggIWltcG9ydGFudDtcbiAgICAgICAgdG9wOiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgICAgIGxlZnQ6IDEwOXB4ICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuICAgIC5zZWxlY3Qge1xuICAgICAgd2lkdGg6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgICBoZWlnaHQ6IDYwcHggIWltcG9ydGFudDtcbiAgICAgIGxpbmUtaGVpZ2h0OiA2MHB4O1xuICAgIH1cbiAgfVxufVxuIl19 */\"","import {Component, AfterViewInit, OnInit} from '@angular/core';\nimport {EditorService} from \"./editor.service\";\nimport {\n FileDescription,\n FileModel,\n ModalService,\n UploadFilesService,\n PasswordService,\n FileCredentials,\n CommonModals,\n PageModel,\n FormattingService,\n Formatting,\n BackFormattingService,\n OnCloseService,\n SaveFile,\n SelectionService,\n EditHtmlService,\n RenderPrintService,\n WindowService,\n LoadingMaskService, Option\n} from '@groupdocs.examples.angular/common-components';\nimport {EditorConfig} from \"./editor-config\";\nimport {EditorConfigService} from \"./editor-config.service\";\nimport * as jquery from 'jquery';\nconst $ = jquery;\n\n@Component({\n selector: 'gd-editor-angular-root',\n templateUrl: './editor-app.component.html',\n styleUrls: ['./editor-app.component.less']\n})\nexport class EditorAppComponent implements OnInit, AfterViewInit {\n title = 'editor';\n files: FileModel[] = [];\n file: FileDescription;\n editorConfig: EditorConfig;\n formatDisabled = !this.file;\n downloadDisabled = true;\n credentials: FileCredentials;\n browseFilesModal = CommonModals.BrowseFiles;\n isDesktop: boolean;\n formatting: Formatting = Formatting.default();\n fontSizeOptions = FormattingService.getFontSizeOptions();\n fontOptions = FormattingService.getFontOptions();\n bgColorPickerShow = false;\n colorPickerShow = false;\n active = false;\n private textBackup: string;\n private isIE = false;\n isLoading: boolean;\n fileWasDropped: false;\n selectFontShow = false;\n selectFontSizeShow = false;\n\n constructor(private _editorService: EditorService,\n private _modalService: ModalService,\n configService: EditorConfigService,\n uploadFilesService: UploadFilesService,\n passwordService: PasswordService,\n private _windowService: WindowService,\n private _formattingService: FormattingService,\n private _backFormattingService: BackFormattingService,\n private _onCloseService: OnCloseService,\n private _selectionService: SelectionService,\n private _htmlService: EditHtmlService,\n private _renderPrintService: RenderPrintService,\n private _loadingMaskService: LoadingMaskService,\n ) {\n this.isIE = /*@cc_on!@*/false || !!/(MSIE|Trident\\/|Edge\\/)/i.test(navigator.userAgent);\n configService.updatedConfig.subscribe((editorConfig) => {\n this.editorConfig = editorConfig;\n });\n\n uploadFilesService.uploadsChange.subscribe((uploads) => {\n if (uploads) {\n let i: number;\n for (i = 0; i < uploads.length; i++) {\n this._editorService.upload(uploads.item(i), '', this.editorConfig.rewrite).subscribe((obj: FileCredentials) => {\n this.fileWasDropped ? this.selectFile(obj.guid, '', '') : this.selectDir('');\n });\n }\n }\n });\n\n passwordService.passChange.subscribe((pass: string) => {\n this.selectFile(this.credentials.guid, pass, CommonModals.PasswordRequired);\n });\n\n this.isDesktop = _windowService.isDesktop();\n _windowService.onResize.subscribe((w) => {\n this.isDesktop = _windowService.isDesktop();\n });\n\n this._backFormattingService.formatBoldChange.subscribe((bold: boolean) => {\n this.formatting.bold = bold;\n });\n this._backFormattingService.formatItalicChange.subscribe((italic: boolean) => {\n this.formatting.italic = italic;\n });\n this._backFormattingService.formatUnderlineChange.subscribe((underline: boolean) => {\n this.formatting.underline = underline;\n });\n this._backFormattingService.formatColorChange.subscribe((color: string) => {\n this.formatting.color = color;\n });\n this._backFormattingService.formatBgColorChange.subscribe((bgcolor: string) => {\n this.formatting.bgColor = bgcolor;\n });\n this._backFormattingService.formatFontSizeChange.subscribe((fontSize: number) => {\n this.formatting.fontSize = fontSize;\n });\n\n this._backFormattingService.formatFontChange.subscribe((font: string) => {\n this.formatting.font = font;\n });\n\n this._backFormattingService.formatStrikeoutChange.subscribe((strikeout: boolean) => {\n this.formatting.strikeout = strikeout;\n });\n\n this._backFormattingService.formatAlignChange.subscribe((align: string) => {\n this.formatting.align = align;\n });\n\n this._backFormattingService.formatListChange.subscribe((list: string) => {\n this.formatting.list = list;\n });\n\n this._formattingService.formatBoldChange.subscribe((bold: boolean) => {\n this.formatting.bold = bold;\n });\n this._formattingService.formatItalicChange.subscribe((italic: boolean) => {\n this.formatting.italic = italic;\n });\n this._formattingService.formatUnderlineChange.subscribe((underline: boolean) => {\n this.formatting.underline = underline;\n });\n this._formattingService.formatColorChange.subscribe((color: string) => {\n this.formatting.color = color;\n });\n this._formattingService.formatBgColorChange.subscribe((bgcolor: string) => {\n this.formatting.bgColor = bgcolor;\n });\n this._formattingService.formatFontSizeChange.subscribe((fontSize: number) => {\n this.formatting.fontSize = fontSize;\n });\n\n this._formattingService.formatFontChange.subscribe((font: string) => {\n this.formatting.font = font;\n });\n\n this._formattingService.formatStrikeoutChange.subscribe((strikeout: boolean) => {\n this.formatting.strikeout = strikeout;\n });\n\n this._formattingService.formatAlignChange.subscribe((align: string) => {\n this.formatting.align = align;\n });\n\n this._formattingService.formatListChange.subscribe((list: string) => {\n this.formatting.list = list;\n });\n\n this._htmlService.htmlContent.subscribe((text: string) => {\n if (this.file && this.file.pages) {\n this.textBackup = text;\n }\n });\n }\n\n ngOnInit() {\n if (this.editorConfig.defaultDocument !== \"\"){\n this.isLoading = true;\n this.selectFile(this.editorConfig.defaultDocument, \"\", \"\");\n }\n }\n\n ngAfterViewInit() {\n this._loadingMaskService\n .onLoadingChanged\n .subscribe((loading: boolean) => this.isLoading = loading);\n }\n\n get rewriteConfig(): boolean {\n return this.editorConfig ? this.editorConfig.rewrite : true;\n }\n\n get downloadConfig(): boolean {\n return this.editorConfig ? this.editorConfig.download : true;\n }\n\n get uploadConfig(): boolean {\n return this.editorConfig ? this.editorConfig.upload : true;\n }\n\n get printConfig(): boolean {\n return this.editorConfig ? this.editorConfig.print : true;\n }\n\n get browseConfig(): boolean {\n return this.editorConfig ? this.editorConfig.browse : true;\n }\n\n get enableRightClickConfig(): boolean {\n return this.editorConfig ? this.editorConfig.enableRightClick : true;\n }\n\n get pageSelectorConfig(): boolean {\n return this.editorConfig ? this.editorConfig.pageSelector : true;\n }\n\n get createNewFileConfig(): boolean {\n return this.editorConfig ? this.editorConfig.createNewFile : true;\n }\n\n openModal(id: string) {\n if (this.file) {\n this.file.pages[0].editable = false;\n }\n this._modalService.open(id);\n }\n\n openSave() {\n if (!this.formatDisabled) {\n this.openModal(CommonModals.CreateDocument);\n }\n }\n\n selectDir($event: string) {\n this._editorService.loadFiles($event).subscribe((files: FileModel[]) => this.files = files || []);\n }\n\n private ptToPx(pt: number) {\n //pt * 96 / 72 = px.\n return pt * 96 / 72;\n }\n\n onRightClick($event: MouseEvent) {\n return this.enableRightClickConfig;\n }\n\n createFile() {\n this.file = new FileDescription();\n const page = new PageModel;\n page.width = 595;\n page.height = 842;\n page.data = '';\n page.number = 1;\n page.editable = true;\n this.file.pages = [];\n this.file.pages.push(page);\n this.file.guid = \"new document.docx\";\n this.credentials = new FileCredentials(\"new document.docx\", \"\");\n this.formatDisabled = false;\n this.downloadDisabled = true;\n }\n\n selectFile($event: string, password: string, modalId: string) {\n this.credentials = new FileCredentials($event, password);\n this._editorService.loadFile(this.credentials).subscribe((file: FileDescription) => {\n this.loadFile(file);\n const isIE = /*@cc_on!@*/false || !!/(MSIE|Trident\\/|Edge\\/)/i.test(navigator.userAgent);\n if(isIE) {\n const observer = new MutationObserver(function (mutations) {\n if($(\".documentMainContent\").length > 0 ){\n $(\".documentMainContent\").attr(\"contentEditable\", \"true\");\n observer.disconnect();\n }\n });\n observer.observe(document, {attributes: false, childList: true, characterData: false, subtree: true});\n }\n }\n );\n this.clearData();\n this._modalService.close(modalId);\n }\n\n fileDropped($event){\n this.fileWasDropped = $event;\n }\n\n private loadFile(file: FileDescription) {\n this.file = file;\n if (this.file && this.file.pages[0]) {\n this.file.pages[0].editable = true;\n this.file.pages[0].width = 595;\n this.file.pages[0].height = 842;\n this.textBackup = this.file.pages[0].data;\n }\n this.formatDisabled = !this.file;\n this.downloadDisabled = false;\n }\n\n private clearData() {\n if (!this.file || !this.file.pages) {\n return;\n }\n for (const page of this.file.pages) {\n page.data = null;\n }\n }\n\n upload($event: string) {\n this._editorService.upload(null, $event, this.rewriteConfig).subscribe(() => {\n this.selectDir('');\n });\n }\n\n selectFontSize($event: Option) {\n if (this.formatDisabled)\n return;\n $(\".gd-wrapper\").off(\"keyup\");\n if(this.isIE) {\n this._selectionService.restoreSelection();\n this._selectionService.captureSelection();\n }\n this._formattingService.changeFormatFontSize($event.value);\n $(\".gd-wrapper\").on(\"keyup\", () => {\n const fontElements = document.getElementsByTagName(\"font\");\n for (let i = 0, len = fontElements.length; i < len; ++i) {\n if (fontElements[i].getAttribute('size') === \"7\") {\n fontElements[i].removeAttribute(\"size\");\n fontElements[i].style.fontSize = $event + \"px\";\n }\n }\n });\n }\n\n selectFont($event: Option) {\n if (this.formatDisabled)\n return;\n event.preventDefault();\n event.stopPropagation();\n if(this.isIE) {\n this._selectionService.restoreSelection();\n this._selectionService.captureSelection();\n }\n this._formattingService.changeFormatFont($event.value);\n }\n\n toggleColorPicker($event, bg: boolean) {\n $event.preventDefault();\n $event.stopPropagation();\n if (this.formatDisabled) {\n return;\n }\n if(this.isIE) {\n this._selectionService.restoreSelection();\n this._selectionService.captureSelection();\n }\n if (bg) {\n this.bgColorPickerShow = !this.bgColorPickerShow;\n this.colorPickerShow = false;\n } else {\n this.colorPickerShow = !this.colorPickerShow;\n this.bgColorPickerShow = false;\n }\n }\n\n toggleFontSelect($event, isFontName: boolean) {\n $event.preventDefault();\n $event.stopPropagation();\n if (isFontName) {\n this.selectFontShow = !this.selectFontShow;\n this.selectFontSizeShow = false;\n } else {\n this.selectFontSizeShow = !this.selectFontSizeShow;\n this.selectFontShow = false;\n }\n }\n\n selectColor($event: string) {\n if(this.isIE) {\n this._selectionService.restoreSelection();\n this._selectionService.captureSelection();\n }\n if (this.bgColorPickerShow) {\n this.bgColorPickerShow = false;\n this._formattingService.changeFormatBgColor($event);\n } else {\n this.colorPickerShow = false;\n this._formattingService.changeFormatColor($event);\n }\n }\n\n toggleBold(event) {\n if (this.formatDisabled)\n return;\n event.preventDefault();\n event.stopPropagation();\n if(this.isIE) {\n this._selectionService.restoreSelection();\n this._selectionService.captureSelection();\n }\n this._formattingService.changeFormatBold(!this.formatting.bold);\n }\n\n toggleUndo() {\n if (this.formatDisabled)\n return;\n event.preventDefault();\n event.stopPropagation();\n this._formattingService.Undo();\n }\n\n toggleRedo() {\n if (this.formatDisabled)\n return;\n event.preventDefault();\n event.stopPropagation();\n this._formattingService.Redo();\n }\n\n toggleItalic(event) {\n if (this.formatDisabled)\n return;\n event.preventDefault();\n event.stopPropagation();\n if(this.isIE) {\n this._selectionService.restoreSelection();\n this._selectionService.captureSelection();\n }\n this._formattingService.changeFormatItalic(!this.formatting.italic);\n }\n\n toggleUnderline(event) {\n if (this.formatDisabled)\n return;\n event.preventDefault();\n event.stopPropagation();\n if(this.isIE) {\n this._selectionService.restoreSelection();\n this._selectionService.captureSelection();\n }\n this._formattingService.changeFormatUnderline(!this.formatting.underline);\n }\n\n hideAll($event) {\n if (($event.target.parentElement && $event.target.parentElement.attributes['name'] &&\n $event.target.parentElement.attributes['name'].value === 'button') ||\n ($event.target.parentElement.parentElement &&\n $event.target.parentElement.parentElement.attributes['name'] &&\n $event.target.parentElement.parentElement.attributes['name'].value === 'button')) {\n\n this._onCloseService.close(true);\n return;\n }\n this.colorPickerShow = false;\n this.bgColorPickerShow = false;\n this._onCloseService.close(true);\n }\n\n toggleStrikeout(event) {\n if (this.formatDisabled)\n return;\n event.preventDefault();\n event.stopPropagation();\n if(this.isIE) {\n this._selectionService.restoreSelection();\n this._selectionService.captureSelection();\n }\n this._formattingService.changeFormatStrikeout(!this.formatting.strikeout);\n }\n\n toggleAlign(align: string) {\n if (this.formatDisabled)\n return;\n event.preventDefault();\n event.stopPropagation();\n if (align === this.formatting.align) {\n align = 'full';\n }\n this._formattingService.changeFormatAlign(align);\n this.formatting.align = align;\n }\n\n toggleList(list: string) {\n if (this.formatDisabled)\n return;\n event.preventDefault();\n event.stopPropagation();\n\n if (list === this.formatting.list) {\n this.formatting.list = \"\";\n // to trigger changes in contentEditable\n this._formattingService.changeFormatList(list);\n // to clear the toggle status of the button only\n this._formattingService.changeFormatList(\"\");\n } else {\n this.formatting.list = list;\n this._formattingService.changeFormatList(list);\n }\n if(this.isIE) {\n this._selectionService.restoreSelection();\n this._selectionService.captureSelection();\n }\n }\n\n downloadFile() {\n if (this.downloadDisabled)\n return;\n window.location.assign(this._editorService.getDownloadUrl(this.credentials));\n }\n\n save(){\n if (this.formatDisabled)\n return;\n if(this.credentials) {\n if (this.file.guid === \"new document.docx\") {\n this.openModal(CommonModals.CreateDocument);\n } else {\n this.saveFile(this.credentials);\n }\n }\n }\n\n saveFile(credentials: FileCredentials) {\n if (!this.file || !this.file.pages)\n return;\n const saveFile = new SaveFile(credentials.guid, credentials.password, this.textBackup);\n this._editorService.save(saveFile).subscribe((loadFile: FileDescription) => {\n this.loadFile(loadFile);\n this.credentials = new FileCredentials(loadFile.guid, credentials.password);\n this._modalService.open(CommonModals.OperationSuccess);\n });\n }\n\n printFile() {\n if (this.formatDisabled)\n return;\n if(this.file.pages) {\n const page = new PageModel;\n page.width = 595;\n page.height = 842;\n // using of the replace is required to fix issue with padding for intire print content\n page.data = this.textBackup.replace('', 'body { padding: 96px; } ');\n const printHtml = [page];\n this._renderPrintService.changePages(printHtml);\n }\n }\n\n onCloseModal($event) {\n if (this.file && $event) {\n if(this.isIE) {\n $(\".documentMainContent\").attr(\"contentEditable\", \"true\");\n } else {\n this.file.pages[0].editable = true;\n }\n this._selectionService.restoreSelection();\n }\n }\n}\n","import {Injectable} from '@angular/core';\nimport {EditorConfig} from \"./editor-config\";\nimport {Api, ConfigService} from \"@groupdocs.examples.angular/common-components\";\nimport {HttpClient} from \"@angular/common/http\";\nimport {BehaviorSubject, Observable} from \"rxjs\";\n\n@Injectable({\n providedIn: 'root'\n})\nexport class EditorConfigService {\n private _editorConfig: BehaviorSubject = new BehaviorSubject(new EditorConfig());\n private _updatedConfig: Observable = this._editorConfig.asObservable();\n\n constructor(private _http: HttpClient, private _config: ConfigService) {\n\n }\n\n get updatedConfig() {\n return this._updatedConfig;\n }\n\n load() {\n return new Promise((resolve, reject) => {\n const configEndpoint = this._config.getConfigEndpoint(Api.EDITOR_APP);\n this._http.get(configEndpoint, Api.httpOptionsJson).toPromise().then((response: EditorConfig) => {\n const editorConfig = response;\n this._editorConfig.next(editorConfig);\n resolve();\n }).catch((response: any) => {\n reject(`Could not load editor config: ${JSON.stringify(response)}`);\n });\n });\n }\n\n}\n","export class EditorConfig {\n rewrite: boolean;\n pageSelector: boolean;\n download: boolean;\n upload: boolean;\n print: boolean;\n browse: boolean;\n enableRightClick: boolean;\n\n filesDirectory: string;\n fontsDirectory: string;\n defaultDocument: string;\n createNewFile: boolean;\n preloadPageCount: 0;\n}\n","import {BrowserModule} from '@angular/platform-browser';\nimport { APP_INITIALIZER, ModuleWithProviders, NgModule } from '@angular/core';\nimport {HTTP_INTERCEPTORS, HttpClientModule} from '@angular/common/http';\nimport {EditorAppComponent} from './editor-app.component';\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\nimport { library } from '@fortawesome/fontawesome-svg-core';\nimport { fas } from '@fortawesome/free-solid-svg-icons';\nimport { far } from '@fortawesome/free-regular-svg-icons';\nimport {CreateDocumentModalComponent} from './create.document-modal/create.document-modal.component';\nimport {EditorService} from \"./editor.service\";\nimport {\n CommonComponentsModule,\n ErrorInterceptorService,\n ConfigService,\n LoadingMaskService,\n LoadingMaskInterceptorService, Api\n} from '@groupdocs.examples.angular/common-components';\nimport {EditorConfigService} from \"./editor-config.service\";\n\nexport function initializeApp(editorConfigService: EditorConfigService) {\n const result = () => editorConfigService.load();\n return result;\n}\n\n// NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981\n// @dynamic\nexport function setupLoadingInterceptor(service: LoadingMaskService) {\n return new LoadingMaskInterceptorService(service);\n}\n\n@NgModule({\n declarations :[EditorAppComponent,CreateDocumentModalComponent],\n imports: [\n BrowserModule,\n CommonComponentsModule,\n HttpClientModule,\n FontAwesomeModule\n ],\n exports : [\n CreateDocumentModalComponent,\n EditorAppComponent,\n CommonComponentsModule\n ],\n providers: [\n EditorService,\n ConfigService,\n EditorConfigService,\n {\n provide: APP_INITIALIZER,\n useFactory: initializeApp,\n deps: [EditorConfigService],\n multi: true\n },\n {\n provide: HTTP_INTERCEPTORS,\n useClass: ErrorInterceptorService,\n multi: true\n },\n LoadingMaskService,\n {\n provide: HTTP_INTERCEPTORS,\n useFactory: setupLoadingInterceptor,\n multi: true,\n deps: [LoadingMaskService]\n }\n ]\n})\nexport class EditorModule {\n constructor(){\n library.add(fas,far);\n }\n static forRoot(apiEndpoint : string): ModuleWithProviders {\n Api.DEFAULT_API_ENDPOINT = apiEndpoint\n return {\n ngModule: EditorModule\n };\n }\n}\n","import {Injectable} from '@angular/core';\nimport {HttpClient} from \"@angular/common/http\";\nimport {\n Api, ConfigService, FileCredentials, SaveFile\n} from \"@groupdocs.examples.angular/common-components\"\n\n@Injectable({\n providedIn: 'root'\n})\nexport class EditorService {\n\n constructor(private _http: HttpClient, private _config: ConfigService) {\n }\n\n loadFiles(path: string) {\n return this._http.post(this._config.getEditorApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\n }\n\n getFormats() {\n return this._http.get(this._config.getEditorApiEndpoint() + Api.LOAD_FORMATS, Api.httpOptionsJson);\n }\n\n loadFile(credentials: FileCredentials) {\n return this._http.post(this._config.getEditorApiEndpoint() + Api.LOAD_DOCUMENT_DESCRIPTION, credentials, Api.httpOptionsJson);\n }\n\n upload(file: File, url: string, rewrite: boolean) {\n const formData = new FormData();\n formData.append(\"file\", file);\n formData.append('rewrite', String(rewrite));\n if (url) {\n formData.append(\"url\", url);\n }\n\n return this._http.post(this._config.getEditorApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\n }\n\n save(file: SaveFile) {\n return this._http.post(this._config.getEditorApiEndpoint() + Api.SAVE_FILE, file, Api.httpOptionsJson);\n }\n\n getDownloadUrl(credentials: FileCredentials) {\n return this._config.getEditorApiEndpoint() + Api.DOWNLOAD_DOCUMENTS + '/?path=' + credentials.guid;\n }\n}\n","export * from './lib/signature.module';\nexport * from './lib/signature-app.component';\nexport * from './lib/signature.service';\nexport * from './lib/signature-config.service';\nexport * from './lib/signature-list-panel/signature-list-panel.component'\nexport * from './lib/select-signature.service'\nexport * from './lib/remove-signature.service'\nexport * from './lib/copy-signature.service'\nexport * from './lib/active-signature.service'\nexport * from './lib/active-canvas.service'\nexport * from './lib/signatures-holder.service'\nexport * from './lib/signature-tab-activator.service'\nexport * from './lib/drag-signature.service'\n","import {Observable, Subject} from \"rxjs\";\n\nexport class ActiveCanvasService {\n private _observer: Subject = new Subject();\n private readonly _activeChange: Observable = this._observer.asObservable();\n\n constructor() {\n }\n\n get activeChange(): Observable {\n return this._activeChange;\n }\n\n changeActive(signId: number) {\n this._observer.next(signId);\n }\n}\n","import {Observable, Subject} from \"rxjs\";\n\nexport class ActiveSignatureService {\n private _observer: Subject = new Subject();\n private readonly _activeChange: Observable = this._observer.asObservable();\n\n constructor() {\n }\n\n get activeChange(): Observable {\n return this._activeChange;\n }\n\n changeActive(signId: number) {\n this._observer.next(signId);\n }\n}\n","module.exports = \".bc-paint-container {\\n width: 100%;\\n height: 100%;\\n}\\n.bc-paint-canvas-container {\\n width: 100%;\\n height: 100%;\\n}\\n@media (max-width: 1037px) {\\n .bc-paint-canvas-container > canvas {\\n width: 100%;\\n height: 100%;\\n border: 0;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9jYW52YXMvY2FudmFzLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9jYW52YXMvY2FudmFzLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UsV0FBQTtFQUNBLFlBQUE7QUNERjtBRElBO0VBQ0UsV0FBQTtFQUNBLFlBQUE7QUNGRjtBREtBO0VBQ0U7SUFDRSxXQUFBO0lBQ0EsWUFBQTtJQUNBLFNBQUE7RUNIRjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvY2FudmFzL2NhbnZhcy5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uYmMtcGFpbnQtY29udGFpbmVyIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbn1cblxuLmJjLXBhaW50LWNhbnZhcy1jb250YWluZXIge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuYmMtcGFpbnQtY2FudmFzLWNvbnRhaW5lciA+IGNhbnZhcyB7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiAxMDAlO1xuICAgIGJvcmRlcjogMDtcbiAgfVxufVxuIiwiLmJjLXBhaW50LWNvbnRhaW5lciB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG4uYmMtcGFpbnQtY2FudmFzLWNvbnRhaW5lciB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5iYy1wYWludC1jYW52YXMtY29udGFpbmVyID4gY2FudmFzIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgYm9yZGVyOiAwO1xuICB9XG59XG4iXX0= */\"","import {Component, ElementRef, Input, OnChanges, OnInit, SimpleChanges, ViewChild} from '@angular/core';\nimport {WindowService} from \"@groupdocs.examples.angular/common-components\";\n\n@Component({\n selector: 'gd-canvas',\n templateUrl: './canvas.component.html',\n styleUrls: ['./canvas.component.less']\n})\nexport class CanvasComponent implements OnInit, OnChanges {\n\n @Input() color: string;\n\n _ctx: CanvasRenderingContext2D;\n _isDragged = false;\n private isDesktop: boolean;\n\n @ViewChild('canvas', {static: true}) canvas: ElementRef;\n\n constructor(private _windowService: WindowService) {\n this.isDesktop = _windowService.isDesktop();\n _windowService.onResize.subscribe((w) => {\n this.isDesktop = _windowService.isDesktop();\n });\n }\n\n ngOnInit() {\n this._ctx = this.canvas.nativeElement.getContext('2d');\n }\n\n onMouseDown(e) {\n let pos;\n if (this.isDesktop) {\n pos = {x: e.offsetX, y: e.offsetY};\n } else {\n const wEvent: DragEvent = window.event;\n pos = {x: wEvent.offsetX, y: wEvent.offsetY};\n }\n e.preventDefault();\n this._isDragged = true;\n this._ctx.beginPath();\n this._ctx.moveTo(pos.x, pos.y);\n }\n\n onMouseUp(e) {\n e.preventDefault();\n this._isDragged = false;\n }\n\n onMouseMove(e) {\n let pos;\n if (this.isDesktop) {\n pos = {x: e.offsetX, y: e.offsetY};\n } else {\n const wEvent: DragEvent = window.event;\n pos = {x: wEvent.offsetX, y: wEvent.offsetY};\n }\n e.preventDefault();\n if (this._isDragged) {\n this._ctx.lineTo(pos.x, pos.y);\n this._ctx.stroke();\n }\n }\n\n setColor(color) {\n if (this._ctx) {\n this._ctx.strokeStyle = color;\n }\n }\n\n getImage(): string {\n return this.canvas.nativeElement.toDataURL('image/png');\n }\n\n clear() {\n this.canvas.nativeElement.width = this.canvas.nativeElement.width;\n }\n\n ngOnChanges(changes: SimpleChanges): void {\n this.setColor(this.color);\n }\n\n getWidth() {\n return this.isDesktop ? 1079 : this._windowService.getWidth();\n }\n\n getHeight() {\n return this.isDesktop ? 540 : this._windowService.getHeight();\n }\n}\n","import {Observable, Subject} from \"rxjs\";\nimport {CopyChanges, CopySign} from \"./signature-models\";\n\nexport class CopySignatureService {\n private _observer: Subject = new Subject();\n private readonly _copySignature: Observable = this._observer.asObservable();\n private _observerChanges: Subject = new Subject();\n private readonly _changesSignature: Observable = this._observerChanges.asObservable();\n\n constructor() {\n }\n\n get copySignature(): Observable {\n return this._copySignature;\n }\n\n copy(copySign: CopySign): void {\n this._observer.next(copySign);\n }\n\n get changesSignature(): Observable {\n return this._changesSignature;\n }\n\n notifyChanges(changes: CopyChanges): void {\n this._observerChanges.next(changes);\n }\n}\n","import {Directive, EventEmitter, HostListener, Output} from '@angular/core';\nimport {DndDirective, UploadFilesService} from \"@groupdocs.examples.angular/common-components\";\n\n@Directive({\n selector: '[gdDndSignature]'\n})\nexport class DndSignatureDirective extends DndDirective {\n @Output() files = new EventEmitter();\n\n constructor(_uploadFilesService: UploadFilesService) {\n super(_uploadFilesService);\n }\n\n @HostListener('drop', ['$event'])\n public onDrop(evt) {\n evt.preventDefault();\n evt.stopPropagation();\n const files = evt.dataTransfer.files;\n if (files.length > 0) {\n this.active = false;\n this.files.emit(files);\n }\n }\n\n}\n","import {DraggableSignature} from \"./signature-models\";\n\nexport class DragSignatureService {\n public sign: DraggableSignature;\n\n constructor() {\n }\n}\n","module.exports = \".paint-body {\\n width: 1036px;\\n height: 561px;\\n}\\n.paint-body ::ng-deep .button {\\n font-size: unset !important;\\n color: #3E4E5A !important;\\n}\\n.paint-body ::ng-deep .button ::ng-deep .text {\\n padding-left: 0px !important;\\n}\\n.gd-draw-image {\\n background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAhCAYAAAC4JqlRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA4UlEQVR4nO2WbQuDMAyE+///q0WhKiiacYFK7BeXK2OMJXC2SF8er2kwiTPO81St6yo5ZxmGQdsnYZwdi/6yLJICIAACIAAC4KcA6uYMgN34BmAX9QgA9atYuQGO47j6mMw4YDXPsyQ8PCqlaAsAuNAjdYC1DyDeY7MOQuoAY10L0CboO0KoAywA6NsFn26QBaUB6hFYAO8VrhEAAfC/APQ1tJXQC9CCXABsKQZAW1qpStgDwG7+kVL8dQBPAnYDQN4cwFgrvFOAfd/Fq23b9IdiHEeZpokWAF41ugKO5u7gN6EQAAAFZL5NAAAAAElFTkSuQmCC) !important;\\n position: absolute;\\n padding: 0 !important;\\n background-color: #fff;\\n overflow: hidden;\\n overflow-y: auto;\\n width: inherit;\\n}\\n.bc-paint-header {\\n height: 60px;\\n width: 100%;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.bg-color-pic {\\n border-radius: 100%;\\n border: 1px solid #CCC;\\n position: absolute;\\n height: 8px;\\n width: 8px;\\n right: 6px;\\n bottom: 6px;\\n}\\n::ng-deep .bcPicker-palette {\\n position: absolute;\\n}\\n.bc-paint-export {\\n background-color: #25c2d4;\\n margin-right: 10px;\\n width: 68px;\\n height: 37px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n color: #FFF;\\n -webkit-box-align: center;\\n align-items: center;\\n cursor: pointer;\\n}\\n.bc-paint-export .icon {\\n display: -webkit-box;\\n display: flex;\\n text-align: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-flex: 0;\\n flex: 0 0 27px;\\n}\\n.bc-paint-export .save-button {\\n font-size: 10px;\\n display: -webkit-box;\\n display: flex;\\n text-align: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-flex: 0;\\n flex: 0 0 40px;\\n}\\n@media (max-width: 1037px) {\\n .paint-body {\\n width: inherit;\\n height: inherit;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9oYW5kLW1vZGFsL2hhbmQtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL2hhbmQtbW9kYWwvaGFuZC1tb2RhbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLGFBQUE7RUFDQSxhQUFBO0FDREY7QUREQTtFQUtJLDJCQUFBO0VBQ0EseUJBQUE7QUNESjtBRExBO0VBU00sNEJBQUE7QUNETjtBRE1BO0VBQ0UsNGNBQUE7RUFDQSxrQkFBQTtFQUNBLHFCQUFBO0VBQ0Esc0JBQUE7RUFDQSxnQkFBQTtFQUNBLGdCQUFBO0VBQ0EsY0FBQTtBQ0pGO0FET0E7RUFDRSxZQUFBO0VBQ0EsV0FBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsOEJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0FDTEY7QURRQTtFQUNFLG1CQUFBO0VBQ0Esc0JBQUE7RUFDQSxrQkFBQTtFQUNBLFdBQUE7RUFDQSxVQUFBO0VBQ0EsVUFBQTtFQUNBLFdBQUE7QUNORjtBRFNBO0VBQ0Usa0JBQUE7QUNQRjtBRFVBO0VBQ0UseUJBQUE7RUFDQSxrQkFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSw4QkFBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsZUFBQTtBQ1JGO0FEREE7RUFZSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxrQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxtQkFBQTtVQUFBLGNBQUE7QUNSSjtBRFBBO0VBbUJJLGVBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxrQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxtQkFBQTtVQUFBLGNBQUE7QUNUSjtBRGFBO0VBQ0U7SUFDRSxjQUFBO0lBQ0EsZUFBQTtFQ1hGO0FBQ0YiLCJmaWxlIjoibGlicy9zaWduYXR1cmUvc3JjL2xpYi9oYW5kLW1vZGFsL2hhbmQtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLnBhaW50LWJvZHkge1xuICB3aWR0aDogMTAzNnB4O1xuICBoZWlnaHQ6IDU2MXB4O1xuXG4gIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICBmb250LXNpemU6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgY29sb3I6IEBwcmltYXJ5ICFpbXBvcnRhbnQ7XG5cbiAgICA6Om5nLWRlZXAgLnRleHQge1xuICAgICAgcGFkZGluZy1sZWZ0OiAwcHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cbn1cblxuLmdkLWRyYXctaW1hZ2Uge1xuICBiYWNrZ3JvdW5kLWltYWdlOiB1cmwoZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFDQUFBQUFoQ0FZQUFBQzRKcWxSQUFBQUNYQklXWE1BQUE3RUFBQU94QUdWS3c0YkFBQUE0VWxFUVZSNG5PMldiUXVETUF5RSsvLy9xMFdoS2lpYWNZRks3QmVYSzJPTUpYQzJTRjhlcjJrd2lUUE84MVN0NnlvNVp4bUdRZHNuWVp3ZGkvNnlMSklDSUFBQ0lBQUM0S2NBNnVZTWdOMzRCbUFYOVFnQTlhdFl1UUdPNDdqNm1NdzRZRFhQc3lROFBDcWxhQXNBdU5BamRZQzFEeURlWTdNT1F1b0FZMTBMMENib08wS29BeXdBNk5zRm4yNlFCYVVCNmhGWUFPOFZyaEVBQWZDL0FQUTF0SlhRQzlDQ1hBQnNLUVpBVzFxcFN0Z0R3Rzcra1ZMOGRRQlBBbllEUU40Y3dGZ3J2Rk9BZmQvRnEyM2I5SWRpSEVlWnBva1dBRjQxdWdLTzV1N2dONkVRQUFBRlpMNU5BQUFBQUVsRlRrU3VRbUNDKSAhaW1wb3J0YW50O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHBhZGRpbmc6IDAgIWltcG9ydGFudDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgb3ZlcmZsb3cteTogYXV0bztcbiAgd2lkdGg6IGluaGVyaXQ7XG59XG5cbi5iYy1wYWludC1oZWFkZXIge1xuICBoZWlnaHQ6IDYwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5iZy1jb2xvci1waWMge1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGhlaWdodDogOHB4O1xuICB3aWR0aDogOHB4O1xuICByaWdodDogNnB4O1xuICBib3R0b206IDZweDtcbn1cblxuOjpuZy1kZWVwIC5iY1BpY2tlci1wYWxldHRlIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xufVxuXG4uYmMtcGFpbnQtZXhwb3J0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogQGJyYW5kO1xuICBtYXJnaW4tcmlnaHQ6IDEwcHg7XG4gIHdpZHRoOiA2OHB4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcbiAgY29sb3I6ICNGRkY7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGN1cnNvcjogcG9pbnRlcjtcblxuICAuaWNvbiB7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgZmxleDogMCAwIDI3cHg7XG4gIH1cblxuICAuc2F2ZS1idXR0b24ge1xuICAgIGZvbnQtc2l6ZTogMTBweDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBmbGV4OiAwIDAgNDBweDtcbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAucGFpbnQtYm9keSB7XG4gICAgd2lkdGg6IGluaGVyaXQ7XG4gICAgaGVpZ2h0OiBpbmhlcml0O1xuICB9XG59XG4iLCIucGFpbnQtYm9keSB7XG4gIHdpZHRoOiAxMDM2cHg7XG4gIGhlaWdodDogNTYxcHg7XG59XG4ucGFpbnQtYm9keSA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIGZvbnQtc2l6ZTogdW5zZXQgIWltcG9ydGFudDtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbn1cbi5wYWludC1ib2R5IDo6bmctZGVlcCAuYnV0dG9uIDo6bmctZGVlcCAudGV4dCB7XG4gIHBhZGRpbmctbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG59XG4uZ2QtZHJhdy1pbWFnZSB7XG4gIGJhY2tncm91bmQtaW1hZ2U6IHVybChkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUNBQUFBQWhDQVlBQUFDNEpxbFJBQUFBQ1hCSVdYTUFBQTdFQUFBT3hBR1ZLdzRiQUFBQTRVbEVRVlI0bk8yV2JRdURNQXlFKy8vL3EwV2hLaWlhY1lGSzdCZVhLMk9NSlhDMlNGOGVyMmt3aVRQTzgxU3Q2eW81WnhtR1Fkc25ZWndkaS82eUxKSUNJQUFDSUFBQzRLY0E2dVlNZ04zNEJtQVg5UWdBOWF0WXVRR080N2o2bU13NFlEWFBzeVE4UENxbGFBc0F1TkFqZFlDMUR5RGVZN01PUXVvQVkxMEwwQ2JvTzBLb0F5d0E2TnNGbjI2UUJhVUI2aEZZQU84VnJoRUFBZkMvQVBRMXRKWFFDOUNDWEFCc0tRWkFXMXFwU3RnRHdHNytrVkw4ZFFCUEFuWURRTjRjd0ZncnZGT0FmZC9GcTIzYjlJZGlIRWVacG9rV0FGNDF1Z0tPNXU3Z042RVFBQUFGWkw1TkFBQUFBRWxGVGtTdVFtQ0MpICFpbXBvcnRhbnQ7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcGFkZGluZzogMCAhaW1wb3J0YW50O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmO1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICBvdmVyZmxvdy15OiBhdXRvO1xuICB3aWR0aDogaW5oZXJpdDtcbn1cbi5iYy1wYWludC1oZWFkZXIge1xuICBoZWlnaHQ6IDYwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uYmctY29sb3ItcGljIHtcbiAgYm9yZGVyLXJhZGl1czogMTAwJTtcbiAgYm9yZGVyOiAxcHggc29saWQgI0NDQztcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBoZWlnaHQ6IDhweDtcbiAgd2lkdGg6IDhweDtcbiAgcmlnaHQ6IDZweDtcbiAgYm90dG9tOiA2cHg7XG59XG46Om5nLWRlZXAgLmJjUGlja2VyLXBhbGV0dGUge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG59XG4uYmMtcGFpbnQtZXhwb3J0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzI1YzJkNDtcbiAgbWFyZ2luLXJpZ2h0OiAxMHB4O1xuICB3aWR0aDogNjhweDtcbiAgaGVpZ2h0OiAzN3B4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIGNvbG9yOiAjRkZGO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uYmMtcGFpbnQtZXhwb3J0IC5pY29uIHtcbiAgZGlzcGxheTogZmxleDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleDogMCAwIDI3cHg7XG59XG4uYmMtcGFpbnQtZXhwb3J0IC5zYXZlLWJ1dHRvbiB7XG4gIGZvbnQtc2l6ZTogMTBweDtcbiAgZGlzcGxheTogZmxleDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleDogMCAwIDQwcHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5wYWludC1ib2R5IHtcbiAgICB3aWR0aDogaW5oZXJpdDtcbiAgICBoZWlnaHQ6IGluaGVyaXQ7XG4gIH1cbn1cbiJdfQ== */\"","import {Component, OnInit} from '@angular/core';\nimport {SignatureService} from \"../signature.service\";\nimport {SignatureTabActivatorService} from \"../signature-tab-activator.service\"\nimport {CanvasComponent} from \"../canvas/canvas.component\";\nimport {SignatureType} from \"../signature-models\";\nimport {CommonModals, ModalService} from \"@groupdocs.examples.angular/common-components\";\n\n@Component({\n selector: 'gd-hand-modal',\n templateUrl: './hand-modal.component.html',\n styleUrls: ['./hand-modal.component.less']\n})\nexport class HandModalComponent implements OnInit {\n defaultColor = '#000000';\n selectedColor = this.defaultColor;\n colorPickerShow = false;\n\n constructor(private _signatureService: SignatureService,\n private _tabActivationService: SignatureTabActivatorService,\n private _modalService: ModalService) {\n }\n\n ngOnInit() {\n }\n\n selectColor(color: string) {\n this.selectedColor = color;\n this.colorPickerShow = false;\n }\n\n saveSign(canvasComponent: CanvasComponent) {\n const img = canvasComponent.getImage();\n this._signatureService.saveImage(img).subscribe(() => {\n this._tabActivationService.changeActiveTab(SignatureType.HAND.id);\n });\n this.clear(canvasComponent);\n this.close();\n }\n\n private close() {\n this._modalService.close(CommonModals.DrawHandSignature);\n }\n\n toggleColorPicker($event) {\n $event.preventDefault();\n $event.stopPropagation();\n this.colorPickerShow = !this.colorPickerShow;\n }\n\n closePicker($event) {\n this.colorPickerShow = !$event;\n }\n\n onCloseOpen(canvasComponent: CanvasComponent, $event) {\n this.clear(canvasComponent);\n }\n\n private clear(canvasComponent: CanvasComponent) {\n this.selectedColor = this.defaultColor;\n canvasComponent.clear();\n }\n}\n","module.exports = \".gd-sign-digital.active {\\n background-color: #3787F5;\\n}\\n.gd-sign-digital {\\n height: 27px;\\n background-color: #969696;\\n margin: 9px 8px 7px 8px;\\n text-align: center;\\n color: #ffffff;\\n font-size: 13px;\\n box-shadow: 0 0 3px #ddd;\\n cursor: pointer;\\n padding-top: 5px;\\n}\\n.gd-qr-container {\\n font-family: \\\"Open Sans\\\", \\\"Helvetica Neue\\\", Helvetica, Arial, sans-serif;\\n background-color: #e7e7e7;\\n}\\n.gd-qr-container input:focus {\\n border: 2px solid #00c4d7;\\n -webkit-transition: border-color 0.3s linear;\\n transition: border-color 0.3s linear;\\n}\\n.gd-qr-preview-container {\\n text-align: center;\\n background-color: #FFF;\\n margin-bottom: 1px;\\n height: 350px;\\n}\\n.gd-qr-preview-container .gd-empty-code {\\n color: #CCCCCC;\\n font-size: 60px;\\n width: 350px;\\n height: 350px;\\n -webkit-box-pack: center;\\n justify-content: center;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-qr-preview-container .gd-signature-thumbnail-image {\\n min-width: 41px;\\n width: 100%;\\n height: 100%;\\n margin: 0px;\\n}\\n.new-signature-input-group {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n -webkit-box-align: center;\\n align-items: center;\\n height: 70px;\\n background-color: #FFF;\\n -webkit-box-pack: center;\\n justify-content: center;\\n}\\n.gd-qr-property {\\n font-size: 12px;\\n width: 80%;\\n border: 2px solid #DDD;\\n padding: 5px;\\n outline: none;\\n color: #3a4e5b;\\n}\\n.gd-add-optical {\\n width: 32px;\\n height: 29px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n background-color: #3787F5;\\n cursor: pointer;\\n}\\n.gd-add-optical .icon {\\n color: white;\\n line-height: 28px;\\n}\\n.gd-add-optical.active {\\n background-color: #25c2d4;\\n}\\n.gd-add-optical.inactive {\\n background-color: #646464;\\n}\\n.gd-add-optical:hover {\\n box-shadow: rgba(0, 0, 0, 0) 0px 0px 3px;\\n}\\n@media (max-width: 1037px) {\\n .gd-qr-container {\\n margin: 0px 13px 0px 12px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9uZXctYmFyLXFyLWNvZGUvbmV3LWJhci1xci1jb2RlLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9uZXctYmFyLXFyLWNvZGUvbmV3LWJhci1xci1jb2RlLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UseUJBQUE7QUNERjtBRElBO0VBQ0UsWUFBQTtFQUNBLHlCQUFBO0VBQ0EsdUJBQUE7RUFDQSxrQkFBQTtFQUNBLGNBQUE7RUFDQSxlQUFBO0VBQ0Esd0JBQUE7RUFDQSxlQUFBO0VBQ0EsZ0JBQUE7QUNGRjtBREtBO0VBQ0Usd0VBQUE7RUFDQSx5QkFBQTtBQ0hGO0FETUE7RUFDRSx5QkFBQTtFQUNBLDRDQUFBO0VBQUEsb0NBQUE7QUNKRjtBRE9BO0VBQ0Usa0JBQUE7RUFDQSxzQkFBQTtFQUNBLGtCQUFBO0VBQ0EsYUFBQTtBQ0xGO0FEQ0E7RUFPSSxjQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QUNMSjtBRFJBO0VBaUJJLGVBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7QUNOSjtBRFVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLFlBQUE7RUFDQSxzQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7QUNSRjtBRFdBO0VBQ0UsZUFBQTtFQUNBLFVBQUE7RUFDQSxzQkFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0VBQ0EsY0FBQTtBQ1RGO0FEWUE7RUFDRSxXQUFBO0VBQ0EsWUFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0FDVkY7QURHQTtFQVVJLFlBQUE7RUFDQSxpQkFBQTtBQ1ZKO0FEYUU7RUFDRSx5QkFBQTtBQ1hKO0FEY0U7RUFDRSx5QkFBQTtBQ1pKO0FEZ0JBO0VBQ0Usd0NBQUE7QUNkRjtBRGlCQTtFQUNFO0lBQ0UseUJBQUE7RUNmRjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvbmV3LWJhci1xci1jb2RlL25ldy1iYXItcXItY29kZS5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uZ2Qtc2lnbi1kaWdpdGFsLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMzNzg3RjU7XG59XG5cbi5nZC1zaWduLWRpZ2l0YWwge1xuICBoZWlnaHQ6IDI3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICM5Njk2OTY7XG4gIG1hcmdpbjogOXB4IDhweCA3cHggOHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjZmZmZmZmO1xuICBmb250LXNpemU6IDEzcHg7XG4gIGJveC1zaGFkb3c6IDAgMCAzcHggI2RkZDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwYWRkaW5nLXRvcDogNXB4O1xufVxuXG4uZ2QtcXItY29udGFpbmVyIHtcbiAgZm9udC1mYW1pbHk6IFwiT3BlbiBTYW5zXCIsIFwiSGVsdmV0aWNhIE5ldWVcIiwgSGVsdmV0aWNhLCBBcmlhbCwgc2Fucy1zZXJpZjtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2U3ZTdlNztcbn1cblxuLmdkLXFyLWNvbnRhaW5lciBpbnB1dDpmb2N1cyB7XG4gIGJvcmRlcjogMnB4IHNvbGlkICMwMGM0ZDc7XG4gIHRyYW5zaXRpb246IGJvcmRlci1jb2xvciAwLjNzIGxpbmVhcjtcbn1cblxuLmdkLXFyLXByZXZpZXctY29udGFpbmVyIHtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBtYXJnaW4tYm90dG9tOiAxcHg7XG4gIGhlaWdodDogMzUwcHg7XG5cbiAgLmdkLWVtcHR5LWNvZGUge1xuICAgIGNvbG9yOiAjQ0NDQ0NDO1xuICAgIGZvbnQtc2l6ZTogNjBweDtcbiAgICB3aWR0aDogMzUwcHg7XG4gICAgaGVpZ2h0OiAzNTBweDtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gICAgbWluLXdpZHRoOiA0MXB4O1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogMTAwJTtcbiAgICBtYXJnaW46IDBweDtcbiAgfVxufVxuXG4ubmV3LXNpZ25hdHVyZS1pbnB1dC1ncm91cCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGhlaWdodDogNzBweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG59XG5cbi5nZC1xci1wcm9wZXJ0eSB7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgd2lkdGg6IDgwJTtcbiAgYm9yZGVyOiAycHggc29saWQgI0RERDtcbiAgcGFkZGluZzogNXB4O1xuICBvdXRsaW5lOiBub25lO1xuICBjb2xvcjogIzNhNGU1Yjtcbn1cblxuLmdkLWFkZC1vcHRpY2FsIHtcbiAgd2lkdGg6IDMycHg7XG4gIGhlaWdodDogMjlweDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGJhY2tncm91bmQtY29sb3I6ICMzNzg3RjU7XG4gIGN1cnNvcjogcG9pbnRlcjtcblxuICAuaWNvbiB7XG4gICAgY29sb3I6IHdoaXRlO1xuICAgIGxpbmUtaGVpZ2h0OiAyOHB4O1xuICB9XG5cbiAgJi5hY3RpdmUge1xuICAgIGJhY2tncm91bmQtY29sb3I6IEBuYXYtbG9nby1iYWNrZ3JvdW5kO1xuICB9XG5cbiAgJi5pbmFjdGl2ZSB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogIzY0NjQ2NDtcbiAgfVxufVxuXG4uZ2QtYWRkLW9wdGljYWw6aG92ZXIge1xuICBib3gtc2hhZG93OiByZ2JhKDAsIDAsIDAsIDApIDBweCAwcHggM3B4O1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuZ2QtcXItY29udGFpbmVyIHtcbiAgICBtYXJnaW46IDBweCAxM3B4IDBweCAxMnB4O1xuICB9XG5cbn1cbiIsIi5nZC1zaWduLWRpZ2l0YWwuYWN0aXZlIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzM3ODdGNTtcbn1cbi5nZC1zaWduLWRpZ2l0YWwge1xuICBoZWlnaHQ6IDI3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICM5Njk2OTY7XG4gIG1hcmdpbjogOXB4IDhweCA3cHggOHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjZmZmZmZmO1xuICBmb250LXNpemU6IDEzcHg7XG4gIGJveC1zaGFkb3c6IDAgMCAzcHggI2RkZDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwYWRkaW5nLXRvcDogNXB4O1xufVxuLmdkLXFyLWNvbnRhaW5lciB7XG4gIGZvbnQtZmFtaWx5OiBcIk9wZW4gU2Fuc1wiLCBcIkhlbHZldGljYSBOZXVlXCIsIEhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWY7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG59XG4uZ2QtcXItY29udGFpbmVyIGlucHV0OmZvY3VzIHtcbiAgYm9yZGVyOiAycHggc29saWQgIzAwYzRkNztcbiAgdHJhbnNpdGlvbjogYm9yZGVyLWNvbG9yIDAuM3MgbGluZWFyO1xufVxuLmdkLXFyLXByZXZpZXctY29udGFpbmVyIHtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBtYXJnaW4tYm90dG9tOiAxcHg7XG4gIGhlaWdodDogMzUwcHg7XG59XG4uZ2QtcXItcHJldmlldy1jb250YWluZXIgLmdkLWVtcHR5LWNvZGUge1xuICBjb2xvcjogI0NDQ0NDQztcbiAgZm9udC1zaXplOiA2MHB4O1xuICB3aWR0aDogMzUwcHg7XG4gIGhlaWdodDogMzUwcHg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmdkLXFyLXByZXZpZXctY29udGFpbmVyIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlIHtcbiAgbWluLXdpZHRoOiA0MXB4O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICBtYXJnaW46IDBweDtcbn1cbi5uZXctc2lnbmF0dXJlLWlucHV0LWdyb3VwIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgaGVpZ2h0OiA3MHB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbn1cbi5nZC1xci1wcm9wZXJ0eSB7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgd2lkdGg6IDgwJTtcbiAgYm9yZGVyOiAycHggc29saWQgI0RERDtcbiAgcGFkZGluZzogNXB4O1xuICBvdXRsaW5lOiBub25lO1xuICBjb2xvcjogIzNhNGU1Yjtcbn1cbi5nZC1hZGQtb3B0aWNhbCB7XG4gIHdpZHRoOiAzMnB4O1xuICBoZWlnaHQ6IDI5cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMzc4N0Y1O1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtYWRkLW9wdGljYWwgLmljb24ge1xuICBjb2xvcjogd2hpdGU7XG4gIGxpbmUtaGVpZ2h0OiAyOHB4O1xufVxuLmdkLWFkZC1vcHRpY2FsLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNWMyZDQ7XG59XG4uZ2QtYWRkLW9wdGljYWwuaW5hY3RpdmUge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjNjQ2NDY0O1xufVxuLmdkLWFkZC1vcHRpY2FsOmhvdmVyIHtcbiAgYm94LXNoYWRvdzogcmdiYSgwLCAwLCAwLCAwKSAwcHggMHB4IDNweDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLXFyLWNvbnRhaW5lciB7XG4gICAgbWFyZ2luOiAwcHggMTNweCAwcHggMTJweDtcbiAgfVxufVxuIl19 */\"","import {Component, ElementRef, EventEmitter, Input, OnInit, Output} from '@angular/core';\nimport {SignatureService} from \"../signature.service\";\nimport {OpticalCodeModel} from \"../signature-models\";\nimport {Subject} from \"rxjs\";\nimport {debounceTime} from \"rxjs/operators\";\n\n@Component({\n selector: 'gd-new-bar-qr-code',\n templateUrl: './new-bar-qr-code.component.html',\n styleUrls: ['./new-bar-qr-code.component.less']\n})\nexport class NewBarQrCodeComponent implements OnInit {\n @Input() type: string;\n @Input() icon: string;\n @Input() name: string;\n @Output() closePanel = new EventEmitter();\n encodedImage: string;\n\n private subject: Subject = new Subject();\n\n constructor(private _signatureService: SignatureService,\n private _elementRef: ElementRef) {\n this.subject.pipe(\n debounceTime(500)\n ).subscribe(text => {\n this.saveCode(text, true);\n });\n }\n\n private saveCode(text: string, temp: boolean) {\n if (text) {\n this._signatureService.getCode(text, temp, this.type).subscribe((data: OpticalCodeModel) => {\n this.encodedImage = data.encodedImage;\n if (!temp) {\n this.closePanel.emit(true);\n }\n });\n } else {\n this.clean();\n }\n }\n\n private clean() {\n this.encodedImage = null;\n }\n\n ngOnInit() {\n this.clean();\n setTimeout(() => {\n const element = this._elementRef.nativeElement.querySelector(\"#text-input\");\n element.focus();\n }, 100);\n }\n\n addSign(text: string) {\n this.saveCode(text, false);\n }\n\n saveTemp(text: string) {\n this.subject.next(text);\n }\n\n getData() {\n return 'data:image/png;base64,' + this.encodedImage;\n }\n}\n","import {Observable, Subject} from \"rxjs\";\n\nexport class RemoveCanvasService {\n private _observer: Subject = new Subject();\n private readonly _removeCanvas: Observable = this._observer.asObservable();\n\n constructor() {\n }\n\n get removeCanvas(): Observable {\n return this._removeCanvas;\n }\n\n remove(id: number): void {\n this._observer.next(id);\n }\n}\n","import {Observable, Subject} from \"rxjs\";\nimport {RemoveSign} from \"./signature-models\";\n\nexport class RemoveSignatureService {\n private _observer: Subject = new Subject();\n private readonly _removeSignature: Observable = this._observer.asObservable();\n\n constructor() {\n }\n\n get removeSignature(): Observable {\n return this._removeSignature;\n }\n\n remove(id: RemoveSign): void {\n this._observer.next(id);\n }\n}\n","import {Observable, Subject} from \"rxjs\";\nimport {DraggableSignature} from \"./signature-models\";\n\nexport class SelectSignatureService {\n private _observer: Subject = new Subject();\n private readonly _selectSignature: Observable = this._observer.asObservable();\n\n constructor() {\n }\n\n get selectSignature(): Observable {\n return this._selectSignature;\n }\n\n select(sign: DraggableSignature): void {\n this._observer.next(sign);\n }\n}\n","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n::ng-deep .page {\\n position: relative;\\n}\\n::ng-deep .gd-page-image {\\n width: unset;\\n height: unset;\\n}\\n::ng-deep .top-panel {\\n align-content: flex-start;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: inherit;\\n}\\n.gd-document {\\n width: 100%;\\n height: calc(100% - 90px);\\n}\\n.toolbar-panel {\\n width: 100%;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.signature-wrapper ::ng-deep .button {\\n color: #3E4E5A !important;\\n}\\n.signature-wrapper ::ng-deep .button .text {\\n padding: 0px !important;\\n}\\n@media (max-width: 1037px) {\\n ::ng-deep .panzoom {\\n -webkit-box-pack: unset !important;\\n justify-content: unset !important;\\n }\\n ::ng-deep .logo ::ng-deep .icon {\\n font-size: 24px !important;\\n }\\n ::ng-deep .top-panel {\\n height: 120px !important;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWFwcC5jb21wb25lbnQubGVzcyIsIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtYXBwLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZFQ0FrQjtBQUdsQjtFQUNFLHNEQUFBO0FEREY7QUNJQTtFQUNFLGtCQUFBO0FERkY7QUNLQTtFQUNFLFlBQUE7RUFDQSxhQUFBO0FESEY7QUNNQTtFQUNFLHlCQUFBO0FESkY7QUNPQTtFQUNFLDBCQUFBO1VBQUEsb0JBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7RUFDQSxNQUFBO0VBQ0EsU0FBQTtFQUNBLE9BQUE7RUFDQSxRQUFBO0FETEY7QUNRQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGVBQUE7QURORjtBQ1NBO0VBQ0UsV0FBQTtFQUNBLHlCQUFBO0FEUEY7QUNVQTtFQUNFLFdBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0FEUkY7QUNXQTtFQUVJLHlCQUFBO0FEVko7QUNRQTtFQUtNLHVCQUFBO0FEVk47QUNlQTtFQUNFO0lBQ0Usa0NBQUE7WUFBQSxpQ0FBQTtFRGJGO0VDZ0JBO0lBRUksMEJBQUE7RURmSjtFQ21CQTtJQUNFLHdCQUFBO0VEakJGO0FBQ0YiLCJmaWxlIjoibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtYXBwLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuOjpuZy1kZWVwIC5wYWdlIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuOjpuZy1kZWVwIC5nZC1wYWdlLWltYWdlIHtcbiAgd2lkdGg6IHVuc2V0O1xuICBoZWlnaHQ6IHVuc2V0O1xufVxuOjpuZy1kZWVwIC50b3AtcGFuZWwge1xuICBhbGlnbi1jb250ZW50OiBmbGV4LXN0YXJ0O1xufVxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0OiAxMDAlO1xuICB3aWR0aDogMTAwJTtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xufVxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gOTBweCk7XG59XG4udG9vbGJhci1wYW5lbCB7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLnNpZ25hdHVyZS13cmFwcGVyIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbn1cbi5zaWduYXR1cmUtd3JhcHBlciA6Om5nLWRlZXAgLmJ1dHRvbiAudGV4dCB7XG4gIHBhZGRpbmc6IDBweCAhaW1wb3J0YW50O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICA6Om5nLWRlZXAgLnBhbnpvb20ge1xuICAgIGp1c3RpZnktY29udGVudDogdW5zZXQgIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLmxvZ28gOjpuZy1kZWVwIC5pY29uIHtcbiAgICBmb250LXNpemU6IDI0cHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvcC1wYW5lbCB7XG4gICAgaGVpZ2h0OiAxMjBweCAhaW1wb3J0YW50O1xuICB9XG59XG4iLCJAaW1wb3J0IChjc3MpIHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbkBpbXBvcnQgXCIuLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuXG46Om5nLWRlZXAgLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG5cbjo6bmctZGVlcCAuZ2QtcGFnZS1pbWFnZSB7XG4gIHdpZHRoOiB1bnNldDtcbiAgaGVpZ2h0OiB1bnNldDtcbn1cblxuOjpuZy1kZWVwIC50b3AtcGFuZWwge1xuICBhbGlnbi1jb250ZW50OiBmbGV4LXN0YXJ0O1xufVxuXG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cblxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cblxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogflwiY2FsYygxMDAlIC0gQHtlZGl0b3ItbmF2LWhlaWdodH0pXCI7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5zaWduYXR1cmUtd3JhcHBlciB7XG4gIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICBjb2xvcjogQHByaW1hcnkgIWltcG9ydGFudDtcblxuICAgIC50ZXh0IHtcbiAgICAgIHBhZGRpbmc6IDBweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICA6Om5nLWRlZXAgLnBhbnpvb20ge1xuICAgIGp1c3RpZnktY29udGVudDogdW5zZXQgIWltcG9ydGFudDtcbiAgfVxuXG4gIDo6bmctZGVlcCAubG9nbyB7XG4gICAgOjpuZy1kZWVwIC5pY29uIHtcbiAgICAgIGZvbnQtc2l6ZTogMjRweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuXG4gIDo6bmctZGVlcCAudG9wLXBhbmVsIHtcbiAgICBoZWlnaHQ6IDEyMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuIl19 */\"","import {Component, ComponentRef, OnDestroy, OnInit} from '@angular/core';\nimport {SignatureService} from \"./signature.service\";\nimport {\n FileDescription,\n FileModel,\n ModalService,\n UploadFilesService,\n NavigateService,\n PagePreloadService,\n PageModel,\n ZoomService,\n RenderPrintService,\n FileUtil,\n PasswordService,\n FileCredentials,\n CommonModals,\n HostingDynamicComponentService,\n AddDynamicComponentService,\n OnCloseService,\n ExceptionMessageService,\n WindowService,\n Utils,\n TabActivatorService,\n TopTabActivatorService\n} from \"@groupdocs.examples.angular/common-components\";\nimport {SignatureConfig} from \"./signature-config\";\nimport {SignatureConfigService} from \"./signature-config.service\";\nimport {\n AddedSignature,\n CopyChanges,\n CopySign,\n DraggableSignature,\n Position, RemoveSign,\n SignatureData, SignatureProps,\n SignatureType\n} from \"./signature-models\";\nimport {SelectSignatureService} from \"./select-signature.service\";\nimport {Signature} from \"./signature/signature.component\";\nimport {DragSignatureService} from \"./drag-signature.service\";\nimport {RemoveSignatureService} from \"./remove-signature.service\";\nimport {ActiveSignatureService} from \"./active-signature.service\";\nimport {SignaturesHolderService} from \"./signatures-holder.service\";\nimport 'hammerjs';\nimport {CopySignatureService} from \"./copy-signature.service\";\nimport * as jquery from 'jquery';\n\nconst $ = jquery;\n\n@Component({\n selector: 'gd-signature',\n templateUrl: './signature-app.component.html',\n styleUrls: ['./signature-app.component.less']\n})\nexport class SignatureAppComponent implements OnDestroy, OnInit {\n title = 'signature';\n files: FileModel[] = [];\n file: FileDescription;\n signatureConfig: SignatureConfig;\n countPages = 0;\n formatDisabled = !this.file;\n credentials: FileCredentials;\n browseFilesModal = CommonModals.BrowseFiles;\n isDesktop: boolean;\n signatureTypes = [\n SignatureType.TEXT,\n SignatureType.IMAGE,\n SignatureType.DIGITAL,\n SignatureType.QR_CODE,\n SignatureType.BAR_CODE,\n SignatureType.STAMP,\n SignatureType.HAND,\n ];\n signatureTypeCodes = [\n SignatureType.QR_CODE,\n SignatureType.BAR_CODE,\n ];\n\n signatureComponents = new Map>();\n activeSignatureTab: string;\n isLoading: boolean;\n fileWasDropped = false;\n\n constructor(private _signatureService: SignatureService,\n private _modalService: ModalService,\n configService: SignatureConfigService,\n uploadFilesService: UploadFilesService,\n private _navigateService: NavigateService,\n private _zoomService: ZoomService,\n pagePreloadService: PagePreloadService,\n private _renderPrintService: RenderPrintService,\n passwordService: PasswordService,\n private _windowService: WindowService,\n private _selectSignatureService: SelectSignatureService,\n private _signatureTabActivationService: TopTabActivatorService,\n private _hostingComponentsService: HostingDynamicComponentService,\n private _addDynamicComponentService: AddDynamicComponentService,\n private _dragSignatureService: DragSignatureService,\n private _onCloseService: OnCloseService,\n removeSignatureService: RemoveSignatureService,\n private _activeSignatureService: ActiveSignatureService,\n private _excMessageService: ExceptionMessageService,\n private _signaturesHolderService: SignaturesHolderService,\n private _tabActivatorService: TabActivatorService,\n copySignatureService: CopySignatureService) {\n\n this._tabActivatorService.activeTabChange.subscribe((tabId: string) => {\n if (tabId === '1') {\n if (this.activeSignatureTab) {\n this._signatureTabActivationService.changeActiveTab(this.activeSignatureTab);\n }\n this.activeSignatureTab = null;\n }\n });\n\n copySignatureService.copySignature.subscribe((copySign: CopySign) => {\n const componentRef = this.signatureComponents.get(copySign.id);\n if (componentRef) {\n // @ts-ignore\n const comp = (componentRef).instance;\n const compPage = comp.data.number;\n comp.baseCopied = true;\n for (const page of this.file.pages) {\n if (page.number !== compPage) {\n const sign = this.createDraggableSign(comp, copySign, page);\n const addedSignature = this.createAddedSignature(copySign, comp, page);\n const id = this.addSignatureComponent(addedSignature, sign, page, true);\n this._signaturesHolderService.addId(sign.guid, id);\n }\n }\n }\n });\n\n copySignatureService.changesSignature.subscribe((copyChanges: CopyChanges) => {\n const componentRef = this.signatureComponents.get(copyChanges.id);\n if (componentRef) {\n const ids = this._signaturesHolderService.get(copyChanges.guid);\n for (const id of ids) {\n const compRef = this.signatureComponents.get(id);\n if (compRef) {\n // @ts-ignore\n const comp = (compRef).instance;\n if (comp.id !== copyChanges.id && (comp.copied || comp.baseCopied)) {\n comp.data.width = copyChanges.width;\n comp.data.height = copyChanges.height;\n comp.data.position = copyChanges.position;\n comp.data.props = copyChanges.props;\n }\n }\n }\n }\n });\n\n removeSignatureService.removeSignature.subscribe((del: RemoveSign) => {\n const ids = this._signaturesHolderService.get(del.guid);\n for (const id of ids) {\n if (del.type === SignatureType.DIGITAL.id || del.id === id) {\n const componentRef = this.signatureComponents.get(id);\n if (componentRef) {\n componentRef.destroy();\n }\n this.signatureComponents.delete(id);\n this._signaturesHolderService.remove(del.guid, id);\n }\n }\n });\n\n configService.updatedConfig.subscribe((signatureConfig) => {\n this.signatureConfig = signatureConfig;\n });\n\n uploadFilesService.uploadsChange.subscribe((uploads) => {\n if (uploads) {\n let i: number;\n for (i = 0; i < uploads.length; i++) {\n this._signatureService.upload(uploads.item(i), '', this.rewriteConfig, null).subscribe((obj: FileCredentials) => {\n this.fileWasDropped ? this.selectFile(obj.guid, '', '') : this.selectDir('');\n });\n }\n }\n });\n\n pagePreloadService.checkPreload.subscribe((page: number) => {\n if (this.preloadPageCountConfig !== 0) {\n for (let i = page; i < page + 2; i++) {\n if (i > 0 && i <= this.countPages && !this.file.pages[i - 1].data) {\n this.preloadPages(i, i);\n }\n }\n }\n });\n\n passwordService.passChange.subscribe((pass: string) => {\n this.selectFile(this.credentials.guid, pass, CommonModals.PasswordRequired);\n });\n\n _selectSignatureService.selectSignature.subscribe((sign: DraggableSignature) => {\n this.selectSignature(sign);\n });\n\n this.isDesktop = _windowService.isDesktop();\n _windowService.onResize.subscribe((w) => {\n this.isDesktop = _windowService.isDesktop();\n });\n\n }\n\n private createDraggableSign(comp, copySign: CopySign, page) {\n const sign = new DraggableSignature();\n sign.type = comp.type;\n sign.guid = copySign.guid;\n sign.position = comp.position;\n sign.pageNumber = page.number;\n return sign;\n }\n\n private createAddedSignature(copySign: CopySign, comp, page) {\n const addedSignature = new AddedSignature();\n addedSignature.guid = copySign.guid;\n addedSignature.data = comp.data.data;\n if (comp.data.props) {\n addedSignature.props = comp.data.props;\n }\n addedSignature.width = comp.data.width;\n addedSignature.height = comp.data.height;\n addedSignature.number = page.number;\n return addedSignature;\n }\n\n ngOnInit(): void {\n if (this.defaultDocumentConfig()) {\n this.isLoading = true;\n this.selectFile(this.defaultDocumentConfig(), \"\", \"\");\n }\n }\n\n get rewriteConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.rewrite : true;\n }\n\n get zoomConfig(): boolean {\n return false;\n }\n\n get pageSelectorConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.pageSelector : true;\n }\n\n get preloadPageCountConfig(): number {\n return this.signatureConfig ? this.signatureConfig.preloadPageCount : 0;\n }\n\n get downloadConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.download : true;\n }\n\n get downloadOriginalConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.downloadOriginal : true;\n }\n\n get downloadSingedConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.downloadSigned : true;\n }\n\n get uploadConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.upload : true;\n }\n\n private defaultDocumentConfig() {\n return this.signatureConfig ? this.signatureConfig.defaultDocument : \"\";\n }\n\n get printConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.print : true;\n }\n\n get browseConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.browse : true;\n }\n\n get htmlModeConfig(): boolean {\n return false;\n }\n\n get enableRightClickConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.enableRightClick : true;\n }\n\n get textSignatureConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.textSignature : true;\n }\n\n get imageSignatureConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.imageSignature : true;\n }\n\n get digitalSignatureConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.digitalSignature : true;\n }\n\n get qrCodeSignatureConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.qrCodeSignature : true;\n }\n\n get barCodeSignatureConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.barCodeSignature : true;\n }\n\n get stampSignatureConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.stampSignature : true;\n }\n\n get handSignatureConfig(): boolean {\n return this.signatureConfig ? this.signatureConfig.handSignature : true;\n }\n\n get currentPage(): number {\n return this._navigateService.currentPage;\n }\n\n openModal(id: string) {\n this._modalService.open(id);\n }\n\n closeModal(id: string) {\n this._modalService.close(id);\n }\n\n selectDir($event: string) {\n this._signatureService.loadFiles($event).subscribe((files: FileModel[]) => this.files = files || []);\n }\n\n selectFile($event: string, password: string, modalId: string) {\n this.credentials = {guid: $event, password: password};\n this.file = null;\n this._signatureService.loadFile(this.credentials).subscribe((file: FileDescription) => {\n this.file = file;\n this.formatDisabled = !this.file;\n if (file) {\n const preloadPageCount = this.preloadPageCountConfig;\n const countPages = file.pages ? file.pages.length : 0;\n if (preloadPageCount > 0) {\n this.preloadPages(1, preloadPageCount > countPages ? countPages : preloadPageCount);\n }\n this._navigateService.countPages = countPages;\n this._navigateService.currentPage = 1;\n this.countPages = countPages;\n this.cleanSignatures();\n }\n }\n );\n if (modalId) {\n this._modalService.close(modalId);\n }\n this.clearData();\n }\n\n preloadPages(start: number, end: number) {\n for (let i = start; i <= end; i++) {\n this._signatureService.loadPage(this.credentials, i).subscribe((page: PageModel) => {\n this.file.pages[i - 1] = page;\n });\n }\n }\n\n upload($event: string) {\n this._signatureService.upload(null, $event, this.rewriteConfig, null).subscribe(() => {\n this.selectDir('');\n });\n }\n\n downloadFile() {\n if (this.formatDisabled)\n return;\n window.location.assign(this._signatureService.getDownloadUrl(this.credentials));\n }\n\n private clearData() {\n if (!this.file || !this.file.pages) {\n return;\n }\n for (const page of this.file.pages) {\n page.data = null;\n }\n }\n\n onRightClick($event: MouseEvent) {\n return this.enableRightClickConfig;\n }\n\n getSignatureTypeConfig(id: string) {\n switch (id) {\n case SignatureType.TEXT.id:\n return this.textSignatureConfig;\n case SignatureType.IMAGE.id:\n return this.imageSignatureConfig;\n case SignatureType.DIGITAL.id:\n return this.digitalSignatureConfig;\n case SignatureType.QR_CODE.id:\n return this.qrCodeSignatureConfig;\n case SignatureType.BAR_CODE.id:\n return this.barCodeSignatureConfig;\n case SignatureType.STAMP.id:\n return this.stampSignatureConfig;\n case SignatureType.HAND.id:\n return this.handSignatureConfig;\n }\n }\n\n dragOver($event: DragEvent) {\n $event.preventDefault();\n $event.stopPropagation();\n }\n\n dropSignature($event: DragEvent) {\n $event.preventDefault();\n $event.stopPropagation();\n const position = Utils.getMousePosition($event);\n\n const currentPage = document.elementFromPoint(position.x, position.y);\n if (currentPage && $(currentPage).parent().parent() && $(currentPage).parent().parent().parent().hasClass(\"page\")) {\n const documentPage = $(currentPage).parent().parent()[0];\n const left = position.x - $(documentPage).offset().left;\n const top = position.y - $(documentPage).offset().top;\n const currentPosition = new Position(left, top);\n const sign = this._dragSignatureService.sign;\n if (sign) {\n const id = $(currentPage).parent().attr('id');\n if (id) {\n const split = id.split('-');\n sign.pageNumber = split.length === 2 ? parseInt(split[1], 10) : sign.pageNumber;\n }\n sign.position = currentPosition;\n this.selectSignature(sign);\n this._dragSignatureService.sign = null;\n }\n }\n }\n\n private selectSignature(sign: DraggableSignature) {\n if (sign.type === SignatureType.DIGITAL.id) {\n const addedSignature = new AddedSignature();\n addedSignature.digitalProps = sign.digitalProps;\n addedSignature.guid = sign.guid;\n addedSignature.number = sign.pageNumber;\n for (const page of this.file.pages) {\n const id = this.addSignatureComponent(addedSignature, sign, page);\n this._signaturesHolderService.addId(sign.guid, id);\n }\n this.closeTab(sign.type);\n } else {\n this._signatureService.loadSignatureImage(sign).subscribe((signature: AddedSignature) => {\n signature.number = sign.pageNumber;\n const pageModel = this.file.pages.find(function (p) {\n return p.number === sign.pageNumber;\n });\n const id = this.addSignatureComponent(signature, sign, pageModel);\n this._signaturesHolderService.addId(sign.guid, id);\n this.closeTab(sign.type);\n });\n }\n }\n\n private addSignatureComponent(addedSignature: AddedSignature, sign: DraggableSignature, page: PageModel, copied: boolean = false) {\n const dynamicDirective = this._hostingComponentsService.find(page.number);\n if (dynamicDirective) {\n const viewContainerRef = dynamicDirective.viewContainerRef;\n const selectSignature = this._addDynamicComponentService.addDynamicComponent(viewContainerRef, Signature);\n const id = this.signatureComponents.size + 1;\n while (addedSignature.width >= page.width || addedSignature.height >= page.height) {\n addedSignature.width = addedSignature.width / 2;\n addedSignature.height = addedSignature.height / 2;\n }\n (selectSignature.instance).id = id;\n (selectSignature.instance).copied = copied;\n (selectSignature.instance).data = addedSignature;\n (selectSignature.instance).position = sign.position;\n (selectSignature.instance).type = sign.type;\n (selectSignature.instance).pageWidth = page.width;\n (selectSignature.instance).pageHeight = page.height;\n this.signatureComponents.set(id, selectSignature);\n this._activeSignatureService.changeActive(id);\n return id;\n }\n return null;\n }\n\n private closeTab(type: string) {\n this._signatureTabActivationService.changeActiveTab(type);\n }\n\n hideAll($event) {\n if (($event.target.parentElement && $event.target.parentElement.attributes['name'] &&\n $event.target.parentElement.attributes['name'].value === 'button') ||\n ($event.target.parentElement &&\n $event.target.parentElement.parentElement &&\n $event.target.parentElement.parentElement.attributes['name'] &&\n $event.target.parentElement.parentElement.attributes['name'].value === 'button') ||\n ($event.target.parentElement &&\n $event.target.parentElement.parentElement &&\n $event.target.parentElement.parentElement.parentElement &&\n $event.target.parentElement.parentElement.parentElement.parentElement &&\n $event.target.parentElement.parentElement.parentElement.parentElement.attributes['name'] &&\n $event.target.parentElement.parentElement.parentElement.parentElement.attributes['name'].value === 'button')) {\n\n return;\n }\n this._onCloseService.close(true);\n }\n\n newSign($event: string) {\n if (SignatureType.HAND.id === $event) {\n this._modalService.open(CommonModals.DrawHandSignature);\n this._signatureTabActivationService.changeActiveTab(SignatureType.HAND.id);\n } else if (SignatureType.STAMP.id === $event) {\n this._modalService.open(CommonModals.DrawStampSignature);\n this._signatureTabActivationService.changeActiveTab(SignatureType.STAMP.id);\n } else if (SignatureType.TEXT.id === $event) {\n this.addTextSign();\n this._signatureTabActivationService.changeActiveTab(SignatureType.TEXT.id);\n }\n }\n\n private addTextSign() {\n const signature = new AddedSignature();\n signature.props = SignatureProps.getDefault();\n signature.guid = DraggableSignature.TEMP;\n const sign = new DraggableSignature();\n sign.guid = DraggableSignature.TEMP;\n sign.position = new Position(0, 0);\n sign.type = SignatureType.TEXT.id;\n const pageNumber = this._navigateService.currentPage;\n signature.number = pageNumber;\n sign.pageNumber = pageNumber;\n const pageModel = this.file.pages.find(function (p) {\n return p.number === pageNumber;\n });\n const id = this.addSignatureComponent(signature, sign, pageModel);\n this._signaturesHolderService.addId(sign.guid, id);\n }\n\n ngOnDestroy(): void {\n this.cleanSignatures();\n }\n\n private cleanSignatures() {\n for (const componentRef of this.signatureComponents.values()) {\n componentRef.destroy();\n }\n this.signatureComponents = new Map>();\n this._signaturesHolderService.clear();\n }\n\n sign() {\n const signatures = this.prepareSignaturesData();\n this._signatureService.sign(this.credentials, signatures).subscribe((ret: any) => {\n this._modalService.open(CommonModals.OperationSuccess);\n this.selectFile(ret.guid, null, CommonModals.OperationSuccess);\n });\n }\n\n public prepareSignaturesData() {\n const signatures = [];\n for (const ids of this._signaturesHolderService.values()) {\n for (const id of ids) {\n const componentRef = this.signatureComponents.get(id);\n // @ts-ignore\n const sign = (componentRef).instance;\n const data = sign.data;\n const position = sign.position;\n const type = sign.type;\n\n if (DraggableSignature.TEMP !== data.guid) {\n signatures.push(SignatureData.map(data, type, position));\n }\n\n if (SignatureType.DIGITAL.id === type) {\n break;\n }\n }\n }\n return signatures;\n }\n\n isPdf() {\n if (this.file) {\n if (FileUtil.find(this.file.guid, false).format === \"Portable Document Format\") {\n return true;\n }\n }\n return false;\n }\n\n codesConfig() {\n return this.getSignatureTypeConfig(SignatureType.BAR_CODE.id) || this.getSignatureTypeConfig(SignatureType.QR_CODE.id);\n }\n\n isVisible(id: string) {\n const notCode = id !== SignatureType.BAR_CODE.id && id !== SignatureType.QR_CODE.id;\n return this.getSignatureTypeConfig(id) && (this.isDesktop || notCode);\n }\n\n activeTab($event: string) {\n this.activeSignatureTab = $event;\n }\n\n fileDropped($event) {\n this.fileWasDropped = $event;\n }\n}\n","import {Injectable} from '@angular/core';\nimport {BehaviorSubject, Observable} from \"rxjs\";\nimport {HttpClient} from \"@angular/common/http\";\nimport {Api, ConfigService} from \"@groupdocs.examples.angular/common-components\";\nimport {SignatureConfig} from \"./signature-config\";\n\n@Injectable({\n providedIn: 'root'\n})\nexport class SignatureConfigService {\n\n private _signatureConfig: BehaviorSubject = new BehaviorSubject(new SignatureConfig());\n private _updatedConfig: Observable = this._signatureConfig.asObservable();\n\n constructor(private _http: HttpClient, private _config: ConfigService) {\n }\n\n get updatedConfig() {\n return this._updatedConfig;\n }\n\n load() {\n return new Promise((resolve, reject) => {\n const configEndpoint = this._config.getConfigEndpoint(Api.SIGNATURE_APP);\n this._http.get(configEndpoint, Api.httpOptionsJson).toPromise().then((response: SignatureConfig) => {\n const signatureConfig = response;\n this._signatureConfig.next(signatureConfig);\n resolve();\n }).catch((response: any) => {\n reject(`Could not load signature config: ${JSON.stringify(response)}`);\n });\n });\n }\n}\n","export class SignatureConfig {\n rewrite: boolean;\n pageSelector: boolean;\n download: boolean;\n upload: boolean;\n print: boolean;\n browse: boolean;\n enableRightClick: boolean;\n\n filesDirectory: string;\n fontsDirectory: string;\n defaultDocument: string;\n preloadPageCount: 0;\n textSignature: boolean;\n imageSignature: boolean;\n digitalSignature: boolean;\n qrCodeSignature: boolean;\n barCodeSignature: boolean;\n stampSignature: boolean;\n handSignature: boolean;\n downloadOriginal: boolean;\n downloadSigned: boolean\n}\n","module.exports = \"::ng-deep .left-panel {\\n width: 350px;\\n height: calc(100% - 90px);\\n}\\n::ng-deep .gd-left-bar-fade {\\n width: 350px !important;\\n}\\n.gd-signatures-scroll {\\n height: calc(100% - 60px);\\n}\\n.tab-content {\\n height: calc(100% - 90px);\\n line-height: unset;\\n position: absolute;\\n background-color: #FFFFFF;\\n}\\n.gd-signature-context-panel {\\n background-color: #F3F3F3;\\n width: 350px;\\n height: 100%;\\n position: absolute;\\n}\\n.gd-signature-context-upload-title,\\n.gd-signature-context-panel-title {\\n color: #AAAAAA;\\n font-size: 12px;\\n font-family: Helvetica;\\n font-weight: bold;\\n margin: 5px 12px 5px 12px;\\n}\\n.signature-title-block {\\n display: block;\\n}\\n.gd-signature-list-title {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n height: 70px;\\n}\\n.gd-signature-list-title .gd-signature-title-icon {\\n -webkit-box-flex: 0;\\n flex: 0 0 70px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n}\\n.gd-signature-list-title .gd-signature-title-icon .icon {\\n color: #707070;\\n cursor: pointer;\\n font-size: 12px;\\n}\\n.gd-signature-list-title .gd-signature-title-icon .icon.disabled {\\n color: #959da5;\\n}\\n.gd-signature-list-title .gd-signature-context-panel-title {\\n -webkit-box-flex: 1;\\n flex: 1;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: start;\\n justify-content: flex-start;\\n}\\n.gd-signature-context-pane-wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n height: inherit;\\n overflow: auto;\\n}\\n@media (max-width: 1037px) {\\n .tab-content {\\n width: 100%;\\n height: calc(100% - 120px) !important;\\n }\\n ::ng-deep .left-panel {\\n width: 100% !important;\\n overflow: auto !important;\\n height: calc(100% - 120px);\\n }\\n .gd-signature-context-panel {\\n left: 0px;\\n right: 0px;\\n width: auto;\\n }\\n .gd-signature-context-panel-title {\\n font-size: 12px;\\n line-height: 18px;\\n margin: 16px 0 14px 12px;\\n }\\n .gd-signature-context-panel-title,\\n .gd-signature-context-upload-title {\\n width: unset;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtbGVmdC1wYW5lbC9zaWduYXR1cmUtbGVmdC1wYW5lbC5jb21wb25lbnQubGVzcyIsImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWxlZnQtcGFuZWwvc2lnbmF0dXJlLWxlZnQtcGFuZWwuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxZQUFBO0VBQ0EseUJBQUE7QUNERjtBRElBO0VBQ0UsdUJBQUE7QUNGRjtBREtBO0VBQ0UseUJBQUE7QUNIRjtBRE1BO0VBQ0UseUJBQUE7RUFDQSxrQkFBQTtFQUNBLGtCQUFBO0VBQ0EseUJBQUE7QUNKRjtBRE9BO0VBQ0UseUJBQUE7RUFDQSxZQUFBO0VBQ0EsWUFBQTtFQUNBLGtCQUFBO0FDTEY7QURRQTs7RUFDRSxjQUFBO0VBQ0EsZUFBQTtFQUNBLHNCQUFBO0VBQ0EsaUJBQUE7RUFDQSx5QkFBQTtBQ0xGO0FEUUE7RUFDRSxjQUFBO0FDTkY7QURTQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtFQUNBLFlBQUE7QUNQRjtBRElBO0VBTUksbUJBQUE7VUFBQSxjQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7QUNQSjtBREZBO0VBWU0sY0FBQTtFQUNBLGVBQUE7RUFDQSxlQUFBO0FDUE47QURTTTtFQUNFLGNBQUE7QUNQUjtBRFZBO0VBdUJJLG1CQUFBO1VBQUEsT0FBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSx1QkFBQTtVQUFBLDJCQUFBO0FDVko7QURlQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLGVBQUE7RUFDQSxjQUFBO0FDYkY7QURnQkE7RUFDRTtJQUNFLFdBQUE7SUFDQSxxQ0FBQTtFQ2RGO0VEa0JBO0lBQ0Usc0JBQUE7SUFDQSx5QkFBQTtJQUNBLDBCQUFBO0VDaEJGO0VEbUJBO0lBQ0UsU0FBQTtJQUNBLFVBQUE7SUFDQSxXQUFBO0VDakJGO0VEb0JBO0lBQ0UsZUFBQTtJQUNBLGlCQUFBO0lBQ0Esd0JBQUE7RUNsQkY7RURxQkE7O0lBQ0UsWUFBQTtFQ2xCRjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWxlZnQtcGFuZWwvc2lnbmF0dXJlLWxlZnQtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuOjpuZy1kZWVwIC5sZWZ0LXBhbmVsIHtcbiAgd2lkdGg6IDM1MHB4O1xuICBoZWlnaHQ6IH5cImNhbGMoMTAwJSAtIEB7ZWRpdG9yLW5hdi1oZWlnaHR9KVwiO1xufVxuXG46Om5nLWRlZXAgLmdkLWxlZnQtYmFyLWZhZGUge1xuICB3aWR0aDogMzUwcHggIWltcG9ydGFudDtcbn1cblxuLmdkLXNpZ25hdHVyZXMtc2Nyb2xsIHtcbiAgaGVpZ2h0OiB+XCJjYWxjKDEwMCUgLSA2MHB4KVwiO1xufVxuXG4udGFiLWNvbnRlbnQge1xuICBoZWlnaHQ6IH5cImNhbGMoMTAwJSAtIEB7ZWRpdG9yLW5hdi1oZWlnaHR9KVwiO1xuICBsaW5lLWhlaWdodDogdW5zZXQ7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbn1cblxuLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0YzRjNGMztcbiAgd2lkdGg6IDM1MHB4O1xuICBoZWlnaHQ6IDEwMCU7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbn1cblxuLmdkLXNpZ25hdHVyZS1jb250ZXh0LXVwbG9hZC10aXRsZSwgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsLXRpdGxlIHtcbiAgY29sb3I6ICNBQUFBQUE7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgZm9udC1mYW1pbHk6IEhlbHZldGljYTtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIG1hcmdpbjogNXB4IDEycHggNXB4IDEycHg7XG59XG5cbi5zaWduYXR1cmUtdGl0bGUtYmxvY2sgeyAvLyBmb3Igc2FmYXJpXG4gIGRpc3BsYXk6IGJsb2NrO1xufVxuXG4uZ2Qtc2lnbmF0dXJlLWxpc3QtdGl0bGUge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBoZWlnaHQ6IDcwcHg7XG5cbiAgLmdkLXNpZ25hdHVyZS10aXRsZS1pY29uIHtcbiAgICBmbGV4OiAwIDAgNzBweDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG5cbiAgICAuaWNvbiB7XG4gICAgICBjb2xvcjogIzcwNzA3MDtcbiAgICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICAgIGZvbnQtc2l6ZTogMTJweDtcblxuICAgICAgJi5kaXNhYmxlZCB7XG4gICAgICAgIGNvbG9yOiAjOTU5ZGE1O1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lbC10aXRsZSB7XG4gICAgZmxleDogMTtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBmbGV4LXN0YXJ0O1xuICB9XG5cbn1cblxuLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmUtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGhlaWdodDogaW5oZXJpdDtcbiAgb3ZlcmZsb3c6IGF1dG87XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIC50YWItY29udGVudCB7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiB+XCJjYWxjKDEwMCUgLSAxMjBweClcIiAhaW1wb3J0YW50O1xuICB9XG5cblxuICA6Om5nLWRlZXAgLmxlZnQtcGFuZWwge1xuICAgIHdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG4gICAgb3ZlcmZsb3c6IGF1dG8gIWltcG9ydGFudDtcbiAgICBoZWlnaHQ6IH5cImNhbGMoMTAwJSAtIDEyMHB4KVwiO1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsIHtcbiAgICBsZWZ0OiAwcHg7XG4gICAgcmlnaHQ6IDBweDtcbiAgICB3aWR0aDogYXV0bztcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lbC10aXRsZSB7XG4gICAgZm9udC1zaXplOiAxMnB4O1xuICAgIGxpbmUtaGVpZ2h0OiAxOHB4O1xuICAgIG1hcmdpbjogMTZweCAwIDE0cHggMTJweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lbC10aXRsZSwgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXVwbG9hZC10aXRsZSB7XG4gICAgd2lkdGg6IHVuc2V0O1xuICB9XG59XG4iLCI6Om5nLWRlZXAgLmxlZnQtcGFuZWwge1xuICB3aWR0aDogMzUwcHg7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gOTBweCk7XG59XG46Om5nLWRlZXAgLmdkLWxlZnQtYmFyLWZhZGUge1xuICB3aWR0aDogMzUwcHggIWltcG9ydGFudDtcbn1cbi5nZC1zaWduYXR1cmVzLXNjcm9sbCB7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gNjBweCk7XG59XG4udGFiLWNvbnRlbnQge1xuICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDkwcHgpO1xuICBsaW5lLWhlaWdodDogdW5zZXQ7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbn1cbi5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lbCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGM0YzRjM7XG4gIHdpZHRoOiAzNTBweDtcbiAgaGVpZ2h0OiAxMDAlO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG59XG4uZ2Qtc2lnbmF0dXJlLWNvbnRleHQtdXBsb2FkLXRpdGxlLFxuLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsLXRpdGxlIHtcbiAgY29sb3I6ICNBQUFBQUE7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgZm9udC1mYW1pbHk6IEhlbHZldGljYTtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIG1hcmdpbjogNXB4IDEycHggNXB4IDEycHg7XG59XG4uc2lnbmF0dXJlLXRpdGxlLWJsb2NrIHtcbiAgZGlzcGxheTogYmxvY2s7XG59XG4uZ2Qtc2lnbmF0dXJlLWxpc3QtdGl0bGUge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBoZWlnaHQ6IDcwcHg7XG59XG4uZ2Qtc2lnbmF0dXJlLWxpc3QtdGl0bGUgLmdkLXNpZ25hdHVyZS10aXRsZS1pY29uIHtcbiAgZmxleDogMCAwIDcwcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xufVxuLmdkLXNpZ25hdHVyZS1saXN0LXRpdGxlIC5nZC1zaWduYXR1cmUtdGl0bGUtaWNvbiAuaWNvbiB7XG4gIGNvbG9yOiAjNzA3MDcwO1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIGZvbnQtc2l6ZTogMTJweDtcbn1cbi5nZC1zaWduYXR1cmUtbGlzdC10aXRsZSAuZ2Qtc2lnbmF0dXJlLXRpdGxlLWljb24gLmljb24uZGlzYWJsZWQge1xuICBjb2xvcjogIzk1OWRhNTtcbn1cbi5nZC1zaWduYXR1cmUtbGlzdC10aXRsZSAuZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZWwtdGl0bGUge1xuICBmbGV4OiAxO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG59XG4uZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZS13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgaGVpZ2h0OiBpbmhlcml0O1xuICBvdmVyZmxvdzogYXV0bztcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLnRhYi1jb250ZW50IHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDEyMHB4KSAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAubGVmdC1wYW5lbCB7XG4gICAgd2lkdGg6IDEwMCUgIWltcG9ydGFudDtcbiAgICBvdmVyZmxvdzogYXV0byAhaW1wb3J0YW50O1xuICAgIGhlaWdodDogY2FsYygxMDAlIC0gMTIwcHgpO1xuICB9XG4gIC5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lbCB7XG4gICAgbGVmdDogMHB4O1xuICAgIHJpZ2h0OiAwcHg7XG4gICAgd2lkdGg6IGF1dG87XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsLXRpdGxlIHtcbiAgICBmb250LXNpemU6IDEycHg7XG4gICAgbGluZS1oZWlnaHQ6IDE4cHg7XG4gICAgbWFyZ2luOiAxNnB4IDAgMTRweCAxMnB4O1xuICB9XG4gIC5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lbC10aXRsZSxcbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXVwbG9hZC10aXRsZSB7XG4gICAgd2lkdGg6IHVuc2V0O1xuICB9XG59XG4iXX0= */\"","import {Component, EventEmitter, Input, OnChanges, OnInit, Output, SimpleChanges} from '@angular/core';\nimport {Signature, SignatureType} from \"../signature-models\";\nimport {SignatureService} from \"../signature.service\";\n\n@Component({\n selector: 'gd-signature-left-panel',\n templateUrl: './signature-left-panel.component.html',\n styleUrls: ['./signature-left-panel.component.less']\n})\nexport class SignatureLeftPanelComponent implements OnInit, OnChanges {\n @Input() rewrite: boolean;\n @Input() isPdf: boolean;\n @Input() id: string;\n @Output() newSignatureEvent = new EventEmitter();\n public showNewCode = false;\n public showUpload = false;\n signatures: Signature[];\n loading = false;\n\n constructor(private _signatureService: SignatureService) {\n }\n\n getSignatures(tabId: string) {\n if (!this.loading) {\n this.loading = true;\n this._signatureService.getSignatures('', tabId).subscribe((signatures: Signature[]) => {\n this.signatures = signatures || [];\n this.loading = false;\n });\n }\n }\n\n ngOnInit() {\n this.init();\n }\n\n private init() {\n this.signatures = [];\n this.getSignatures(this.id);\n this.showNewCode = false;\n this.showUpload = false;\n }\n\n getTitleIcon() {\n return this.showUpload || this.showNewCode ? 'times' : 'plus';\n }\n\n getTitle() {\n if (!this.id) {\n return \"\";\n }\n const signatureType = SignatureType.getSignatureType(this.id);\n return (this.showUpload || this.showNewCode) ? signatureType.title : signatureType.name;\n }\n\n getName() {\n if (!this.id) {\n return \"\";\n }\n const signatureType = SignatureType.getSignatureType(this.id);\n return signatureType.name;\n }\n\n removeSignature($event: string, type: string) {\n this._signatureService.removeSignatures($event, type).subscribe(() => this.getSignatures(type));\n }\n\n closeUploadPanel($event: boolean) {\n this.showUpload = !$event;\n this.getSignatures(this.id);\n }\n\n closeCodePanel($event: boolean) {\n this.showNewCode = !$event;\n this.getSignatures(this.id);\n }\n\n getCodeName() {\n if (!this.id) {\n return \"\";\n }\n return SignatureType.QR_CODE.id === this.id ? 'Qr Code' : (SignatureType.BAR_CODE.id === this.id ? 'Bar Code' : '');\n }\n\n icon() {\n if (!this.id) {\n return \"\";\n }\n return SignatureType.getSignatureType(this.id).icon;\n }\n\n ngOnChanges(changes: SimpleChanges): void {\n this.init();\n }\n\n closeNewSignature() {\n if (SignatureType.DIGITAL.id === this.id || SignatureType.IMAGE.id === this.id) {\n this.showUpload = false;\n } else if (SignatureType.BAR_CODE.id === this.id || SignatureType.QR_CODE.id === this.id) {\n this.showNewCode = false;\n }\n }\n\n openNewSignature() {\n if (this.showUpload || this.showNewCode) {\n return;\n }\n if (SignatureType.DIGITAL.id === this.id || SignatureType.IMAGE.id === this.id) {\n this.showUpload = true;\n } else if (SignatureType.BAR_CODE.id === this.id || SignatureType.QR_CODE.id === this.id) {\n this.showNewCode = true;\n } else {\n this.newSignatureEvent.emit(this.id);\n }\n }\n}\n","module.exports = \".gd-signature-list-wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-flex: 1;\\n flex: 1;\\n overflow: auto;\\n height: 100%;\\n}\\n.gd-signature-list-scroll {\\n display: block;\\n overflow-x: hidden;\\n overflow-y: auto !important;\\n}\\n.gd-signature-item {\\n width: 100%;\\n cursor: pointer;\\n position: relative;\\n min-height: 68px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n background-color: rgba(255, 255, 255);\\n}\\n.gd-signature-item .icon {\\n font-size: 15px;\\n color: #676767;\\n cursor: pointer;\\n}\\n.gd-signature-item .gd-signature-trash-icon {\\n -webkit-box-flex: 0;\\n flex: 0 0 70px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n}\\n.gd-signature-item .gd-signature-name {\\n max-width: 130px;\\n font-size: 13px;\\n color: rgba(0, 0, 0, 0.36);\\n cursor: pointer;\\n text-overflow: ellipsis;\\n white-space: nowrap;\\n display: block;\\n overflow: hidden;\\n}\\n.gd-signature-item .gd-signature-thumbnail {\\n -webkit-box-flex: 0;\\n flex: 0 0 70px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n width: auto;\\n}\\n.gd-signature-item .gd-signature-thumbnail .icon {\\n font-size: 30px;\\n padding: 0;\\n margin: 0px;\\n opacity: 0.25;\\n}\\n.gd-signature-item .gd-signature-title {\\n -webkit-box-flex: 1;\\n flex: 1;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: start;\\n justify-content: flex-start;\\n padding-left: 7px;\\n}\\n.gd-signature-item .gd-signature-thumbnail-text,\\n.gd-signature-item .gd-signature-thumbnail-image,\\n.gd-signature-item .gd-signature-thumbnail-hand {\\n max-width: 70px;\\n height: 41px;\\n}\\n.gd-signature-item .gd-signature-thumbnail-image {\\n min-width: 41px;\\n max-width: 70px;\\n}\\n.gd-signature-item .gd-signature-thumbnail-image {\\n min-width: 41px;\\n max-width: 70px;\\n}\\n.gd-signature-item .gd-signature-thumbnail-qrCode,\\n.gd-signature-item .gd-signature-thumbnail-barCode {\\n max-width: 70px;\\n height: 44px;\\n}\\n.gd-signature-item .gd-signature-thumbnail-stamp {\\n max-width: 70px;\\n height: 48px;\\n}\\n.gd-signature-item .gd-signature-title.text {\\n padding-left: 16px;\\n}\\n.gd-signature-list {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n width: inherit;\\n background-color: #e7e7e7;\\n}\\n.gd-signature {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n width: 100%;\\n background-color: rgba(255, 255, 255, 0.75);\\n margin-bottom: 2px;\\n}\\n.gd-signature-empty-list {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n text-align: center;\\n color: #ACACAC;\\n -webkit-box-pack: center;\\n justify-content: center;\\n width: 350px;\\n height: 250px;\\n}\\n.gd-signature-empty-list .icon {\\n font-size: 60px;\\n}\\n.gd-signature-empty-list i {\\n font-size: 60px;\\n padding: 87px 97px 0px;\\n}\\n.gd-empty-list-text {\\n padding: 18px 38px 0px;\\n font-size: 12px;\\n}\\n.gd-digital-input-wrapper {\\n margin: 9px 8px 7px 8px;\\n display: -webkit-box;\\n display: flex;\\n border: 5px #DDD;\\n}\\n.gd-sign-digital {\\n height: 27px;\\n background-color: #969696;\\n margin: 9px 8px 7px 8px;\\n display: -webkit-box;\\n display: flex;\\n color: #ffffff;\\n font-size: 13px;\\n box-shadow: 0 0 3px #ddd;\\n cursor: pointer;\\n padding-top: 5px;\\n padding-left: 10px;\\n}\\n.digital-apply {\\n padding-left: 10px;\\n}\\n.gd-sign-digital.active {\\n background-color: #25c2d4;\\n}\\n.gd-digital-inputs input {\\n width: 100%;\\n height: 27px;\\n padding-left: 28px;\\n}\\n.gd-digital-inputs .icon {\\n position: absolute;\\n font-size: 12px;\\n margin: 7px 0px 7px 7px;\\n color: #ccc !important;\\n}\\n@media (max-width: 1037px) {\\n .gd-signature-thumbnail-text,\\n .gd-signature-thumbnail-image,\\n .gd-signature-thumbnail-hand {\\n margin: 0;\\n }\\n .gd-signature-thumbnail-image {\\n width: 44px;\\n height: 44px;\\n }\\n .gd-signature-item .gd-signature-name {\\n font-size: 13px;\\n }\\n .gd-signature-item .icon {\\n font-size: 15px;\\n }\\n .gd-signature-thumbnail-text,\\n .gd-signature-thumbnail-image,\\n .gd-signature-thumbnail-hand {\\n margin: 0;\\n }\\n .gd-signature-thumbnail-image {\\n width: 44px;\\n height: 44px;\\n }\\n .gd-signature-thumbnail-digital .icon {\\n font-size: 30px !important;\\n }\\n .gd-signature-thumbnail-digital .icon {\\n font-size: 30px !important;\\n }\\n .gd-digital-inputs .icon {\\n font-size: 13px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtbGlzdC1wYW5lbC9zaWduYXR1cmUtbGlzdC1wYW5lbC5jb21wb25lbnQubGVzcyIsImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWxpc3QtcGFuZWwvc2lnbmF0dXJlLWxpc3QtcGFuZWwuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxtQkFBQTtVQUFBLE9BQUE7RUFDQSxjQUFBO0VBQ0EsWUFBQTtBQ0RGO0FESUE7RUFDRSxjQUFBO0VBQ0Esa0JBQUE7RUFDQSwyQkFBQTtBQ0ZGO0FES0E7RUFDRSxXQUFBO0VBQ0EsZUFBQTtFQUNBLGtCQUFBO0VBQ0EsZ0JBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw4QkFBQTtFQUFBLDZCQUFBO1VBQUEsbUJBQUE7RUFDQSxxQ0FBQTtBQ0hGO0FESkE7RUFVSSxlQUFBO0VBQ0EsY0FBQTtFQUNBLGVBQUE7QUNISjtBRFRBO0VBZ0JJLG1CQUFBO1VBQUEsY0FBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0FDSko7QURmQTtFQXVCSSxnQkFBQTtFQUNBLGVBQUE7RUFDQSwwQkFBQTtFQUNBLGVBQUE7RUFDQSx1QkFBQTtFQUNBLG1CQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0FDTEo7QUR6QkE7RUFrQ0ksbUJBQUE7VUFBQSxjQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxXQUFBO0FDTko7QURoQ0E7RUF5Q00sZUFBQTtFQUNBLFVBQUE7RUFDQSxXQUFBO0VBQ0EsYUFBQTtBQ05OO0FEdENBO0VBaURJLG1CQUFBO1VBQUEsT0FBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSx1QkFBQTtVQUFBLDJCQUFBO0VBQ0EsaUJBQUE7QUNSSjtBRDdDQTs7O0VBeURJLGVBQUE7RUFDQSxZQUFBO0FDUEo7QURuREE7RUE4REksZUFBQTtFQUNBLGVBQUE7QUNSSjtBRHZEQTtFQW1FSSxlQUFBO0VBQ0EsZUFBQTtBQ1RKO0FEM0RBOztFQXdFSSxlQUFBO0VBQ0EsWUFBQTtBQ1RKO0FEaEVBO0VBNkVJLGVBQUE7RUFDQSxZQUFBO0FDVko7QURwRUE7RUFrRkksa0JBQUE7QUNYSjtBRGVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsY0FBQTtFQUNBLHlCQUFBO0FDYkY7QURnQkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxXQUFBO0VBQ0EsMkNBQUE7RUFDQSxrQkFBQTtBQ2RGO0FEaUJBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esa0JBQUE7RUFDQSxjQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0FDZkY7QURRQTtFQVVJLGVBQUE7QUNmSjtBRG1CQTtFQUNFLGVBQUE7RUFDQSxzQkFBQTtBQ2pCRjtBRG9CQTtFQUNFLHNCQUFBO0VBQ0EsZUFBQTtBQ2xCRjtBRHFCQTtFQUNFLHVCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsZ0JBQUE7QUNuQkY7QURzQkE7RUFDRSxZQUFBO0VBQ0EseUJBQUE7RUFDQSx1QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGNBQUE7RUFDQSxlQUFBO0VBQ0Esd0JBQUE7RUFDQSxlQUFBO0VBQ0EsZ0JBQUE7RUFDQSxrQkFBQTtBQ3BCRjtBRHVCQTtFQUNFLGtCQUFBO0FDckJGO0FEd0JBO0VBQ0UseUJBQUE7QUN0QkY7QUR5QkE7RUFDRSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGtCQUFBO0FDdkJGO0FEMEJBO0VBRUksa0JBQUE7RUFDQSxlQUFBO0VBQ0EsdUJBQUE7RUFDQSxzQkFBQTtBQ3pCSjtBRDZCQTtFQUNFOzs7SUFDRSxTQUFBO0VDekJGO0VENEJBO0lBQ0UsV0FBQTtJQUNBLFlBQUE7RUMxQkY7RUQ2QkE7SUFDRSxlQUFBO0VDM0JGO0VEOEJBO0lBQ0UsZUFBQTtFQzVCRjtFRCtCQTs7O0lBQ0UsU0FBQTtFQzNCRjtFRDhCQTtJQUNFLFdBQUE7SUFDQSxZQUFBO0VDNUJGO0VEK0JBO0lBQ0UsMEJBQUE7RUM3QkY7RURnQ0E7SUFFSSwwQkFBQTtFQy9CSjtFRG1DQTtJQUVJLGVBQUE7RUNsQ0o7QUFDRiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS1saXN0LXBhbmVsL3NpZ25hdHVyZS1saXN0LXBhbmVsLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbi5nZC1zaWduYXR1cmUtbGlzdC13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgZmxleDogMTtcbiAgb3ZlcmZsb3c6IGF1dG87XG4gIGhlaWdodDogMTAwJTtcbn1cblxuLmdkLXNpZ25hdHVyZS1saXN0LXNjcm9sbCB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBvdmVyZmxvdy14OiBoaWRkZW47XG4gIG92ZXJmbG93LXk6IGF1dG8gIWltcG9ydGFudDtcbn1cblxuLmdkLXNpZ25hdHVyZS1pdGVtIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICBtaW4taGVpZ2h0OiA2OHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDI1NSwgMjU1LCAyNTUpO1xuXG4gIC5pY29uIHtcbiAgICBmb250LXNpemU6IDE1cHg7XG4gICAgY29sb3I6ICM2NzY3Njc7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS10cmFzaC1pY29uIHtcbiAgICBmbGV4OiAwIDAgNzBweDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLW5hbWUge1xuICAgIG1heC13aWR0aDogMTMwcHg7XG4gICAgZm9udC1zaXplOiAxM3B4O1xuICAgIGNvbG9yOiByZ2JhKDAsIDAsIDAsIDAuMzYpO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbiAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbCB7XG4gICAgZmxleDogMCAwIDcwcHg7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIHdpZHRoOiBhdXRvO1xuXG4gICAgLmljb24ge1xuICAgICAgZm9udC1zaXplOiAzMHB4O1xuICAgICAgcGFkZGluZzogMDtcbiAgICAgIG1hcmdpbjogMHB4O1xuICAgICAgb3BhY2l0eTogMC4yNTtcbiAgICB9XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRpdGxlIHtcbiAgICBmbGV4OiAxO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG4gICAgcGFkZGluZy1sZWZ0OiA3cHg7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC10ZXh0LCAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSwgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaGFuZCB7XG4gICAgbWF4LXdpZHRoOiA3MHB4O1xuICAgIGhlaWdodDogNDFweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlIHtcbiAgICBtaW4td2lkdGg6IDQxcHg7XG4gICAgbWF4LXdpZHRoOiA3MHB4O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2Uge1xuICAgIG1pbi13aWR0aDogNDFweDtcbiAgICBtYXgtd2lkdGg6IDcwcHg7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1xckNvZGUsIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWJhckNvZGUge1xuICAgIG1heC13aWR0aDogNzBweDtcbiAgICBoZWlnaHQ6IDQ0cHg7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1zdGFtcCB7XG4gICAgbWF4LXdpZHRoOiA3MHB4O1xuICAgIGhlaWdodDogNDhweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGl0bGUudGV4dCB7XG4gICAgcGFkZGluZy1sZWZ0OiAxNnB4O1xuICB9XG59XG5cbi5nZC1zaWduYXR1cmUtbGlzdCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiBpbmhlcml0O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTdlN2U3O1xufVxuXG4uZ2Qtc2lnbmF0dXJlIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgd2lkdGg6IDEwMCU7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC43NSk7XG4gIG1hcmdpbi1ib3R0b206IDJweDtcbn1cblxuLmdkLXNpZ25hdHVyZS1lbXB0eS1saXN0IHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBjb2xvcjogI0FDQUNBQztcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIHdpZHRoOiAzNTBweDtcbiAgaGVpZ2h0OiAyNTBweDtcblxuICAuaWNvbiB7XG4gICAgZm9udC1zaXplOiA2MHB4O1xuICB9XG59XG5cbi5nZC1zaWduYXR1cmUtZW1wdHktbGlzdCBpIHtcbiAgZm9udC1zaXplOiA2MHB4O1xuICBwYWRkaW5nOiA4N3B4IDk3cHggMHB4O1xufVxuXG4uZ2QtZW1wdHktbGlzdC10ZXh0IHtcbiAgcGFkZGluZzogMThweCAzOHB4IDBweDtcbiAgZm9udC1zaXplOiAxMnB4O1xufVxuXG4uZ2QtZGlnaXRhbC1pbnB1dC13cmFwcGVyIHtcbiAgbWFyZ2luOiA5cHggOHB4IDdweCA4cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGJvcmRlcjogNXB4ICNEREQ7XG59XG5cbi5nZC1zaWduLWRpZ2l0YWwge1xuICBoZWlnaHQ6IDI3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICM5Njk2OTY7XG4gIG1hcmdpbjogOXB4IDhweCA3cHggOHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBjb2xvcjogI2ZmZmZmZjtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBib3gtc2hhZG93OiAwIDAgM3B4ICNkZGQ7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgcGFkZGluZy10b3A6IDVweDtcbiAgcGFkZGluZy1sZWZ0OiAxMHB4O1xufVxuXG4uZGlnaXRhbC1hcHBseSB7XG4gIHBhZGRpbmctbGVmdDogMTBweDtcbn1cblxuLmdkLXNpZ24tZGlnaXRhbC5hY3RpdmUge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAbmF2LWxvZ28tYmFja2dyb3VuZDtcbn1cblxuLmdkLWRpZ2l0YWwtaW5wdXRzIGlucHV0IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMjdweDtcbiAgcGFkZGluZy1sZWZ0OiAyOHB4O1xufVxuXG4uZ2QtZGlnaXRhbC1pbnB1dHMge1xuICAuaWNvbiB7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIGZvbnQtc2l6ZTogMTJweDtcbiAgICBtYXJnaW46IDdweCAwcHggN3B4IDdweDtcbiAgICBjb2xvcjogI2NjYyAhaW1wb3J0YW50O1xuICB9XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLXRleHQsIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlLCAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1oYW5kIHtcbiAgICBtYXJnaW46IDA7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gICAgd2lkdGg6IDQ0cHg7XG4gICAgaGVpZ2h0OiA0NHB4O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtbmFtZSB7XG4gICAgZm9udC1zaXplOiAxM3B4O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS1pdGVtIC5pY29uIHtcbiAgICBmb250LXNpemU6IDE1cHg7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC10ZXh0LCAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSwgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaGFuZCB7XG4gICAgbWFyZ2luOiAwO1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2Uge1xuICAgIHdpZHRoOiA0NHB4O1xuICAgIGhlaWdodDogNDRweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWRpZ2l0YWwgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMzBweCAhaW1wb3J0YW50O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtZGlnaXRhbCB7XG4gICAgLmljb24ge1xuICAgICAgZm9udC1zaXplOiAzMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG5cbiAgLmdkLWRpZ2l0YWwtaW5wdXRzIHtcbiAgICAuaWNvbiB7XG4gICAgICBmb250LXNpemU6IDEzcHg7XG4gICAgfVxuICB9XG5cbn1cbiIsIi5nZC1zaWduYXR1cmUtbGlzdC13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgZmxleDogMTtcbiAgb3ZlcmZsb3c6IGF1dG87XG4gIGhlaWdodDogMTAwJTtcbn1cbi5nZC1zaWduYXR1cmUtbGlzdC1zY3JvbGwge1xuICBkaXNwbGF5OiBibG9jaztcbiAgb3ZlcmZsb3cteDogaGlkZGVuO1xuICBvdmVyZmxvdy15OiBhdXRvICFpbXBvcnRhbnQ7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0ge1xuICB3aWR0aDogMTAwJTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIG1pbi1oZWlnaHQ6IDY4cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMjU1LCAyNTUsIDI1NSk7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmljb24ge1xuICBmb250LXNpemU6IDE1cHg7XG4gIGNvbG9yOiAjNjc2NzY3O1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS10cmFzaC1pY29uIHtcbiAgZmxleDogMCAwIDcwcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xufVxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtbmFtZSB7XG4gIG1heC13aWR0aDogMTMwcHg7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgY29sb3I6IHJnYmEoMCwgMCwgMCwgMC4zNik7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsIHtcbiAgZmxleDogMCAwIDcwcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICB3aWR0aDogYXV0bztcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbCAuaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzBweDtcbiAgcGFkZGluZzogMDtcbiAgbWFyZ2luOiAwcHg7XG4gIG9wYWNpdHk6IDAuMjU7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS10aXRsZSB7XG4gIGZsZXg6IDE7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogZmxleC1zdGFydDtcbiAgcGFkZGluZy1sZWZ0OiA3cHg7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtdGV4dCxcbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSxcbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1oYW5kIHtcbiAgbWF4LXdpZHRoOiA3MHB4O1xuICBoZWlnaHQ6IDQxcHg7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2Uge1xuICBtaW4td2lkdGg6IDQxcHg7XG4gIG1heC13aWR0aDogNzBweDtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gIG1pbi13aWR0aDogNDFweDtcbiAgbWF4LXdpZHRoOiA3MHB4O1xufVxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLXFyQ29kZSxcbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1iYXJDb2RlIHtcbiAgbWF4LXdpZHRoOiA3MHB4O1xuICBoZWlnaHQ6IDQ0cHg7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtc3RhbXAge1xuICBtYXgtd2lkdGg6IDcwcHg7XG4gIGhlaWdodDogNDhweDtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRpdGxlLnRleHQge1xuICBwYWRkaW5nLWxlZnQ6IDE2cHg7XG59XG4uZ2Qtc2lnbmF0dXJlLWxpc3Qge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aDogaW5oZXJpdDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2U3ZTdlNztcbn1cbi5nZC1zaWduYXR1cmUge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aDogMTAwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyNTUsIDI1NSwgMjU1LCAwLjc1KTtcbiAgbWFyZ2luLWJvdHRvbTogMnB4O1xufVxuLmdkLXNpZ25hdHVyZS1lbXB0eS1saXN0IHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBjb2xvcjogI0FDQUNBQztcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIHdpZHRoOiAzNTBweDtcbiAgaGVpZ2h0OiAyNTBweDtcbn1cbi5nZC1zaWduYXR1cmUtZW1wdHktbGlzdCAuaWNvbiB7XG4gIGZvbnQtc2l6ZTogNjBweDtcbn1cbi5nZC1zaWduYXR1cmUtZW1wdHktbGlzdCBpIHtcbiAgZm9udC1zaXplOiA2MHB4O1xuICBwYWRkaW5nOiA4N3B4IDk3cHggMHB4O1xufVxuLmdkLWVtcHR5LWxpc3QtdGV4dCB7XG4gIHBhZGRpbmc6IDE4cHggMzhweCAwcHg7XG4gIGZvbnQtc2l6ZTogMTJweDtcbn1cbi5nZC1kaWdpdGFsLWlucHV0LXdyYXBwZXIge1xuICBtYXJnaW46IDlweCA4cHggN3B4IDhweDtcbiAgZGlzcGxheTogZmxleDtcbiAgYm9yZGVyOiA1cHggI0RERDtcbn1cbi5nZC1zaWduLWRpZ2l0YWwge1xuICBoZWlnaHQ6IDI3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICM5Njk2OTY7XG4gIG1hcmdpbjogOXB4IDhweCA3cHggOHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBjb2xvcjogI2ZmZmZmZjtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBib3gtc2hhZG93OiAwIDAgM3B4ICNkZGQ7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgcGFkZGluZy10b3A6IDVweDtcbiAgcGFkZGluZy1sZWZ0OiAxMHB4O1xufVxuLmRpZ2l0YWwtYXBwbHkge1xuICBwYWRkaW5nLWxlZnQ6IDEwcHg7XG59XG4uZ2Qtc2lnbi1kaWdpdGFsLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNWMyZDQ7XG59XG4uZ2QtZGlnaXRhbC1pbnB1dHMgaW5wdXQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAyN3B4O1xuICBwYWRkaW5nLWxlZnQ6IDI4cHg7XG59XG4uZ2QtZGlnaXRhbC1pbnB1dHMgLmljb24ge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgbWFyZ2luOiA3cHggMHB4IDdweCA3cHg7XG4gIGNvbG9yOiAjY2NjICFpbXBvcnRhbnQ7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLXRleHQsXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlLFxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1oYW5kIHtcbiAgICBtYXJnaW46IDA7XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2Uge1xuICAgIHdpZHRoOiA0NHB4O1xuICAgIGhlaWdodDogNDRweDtcbiAgfVxuICAuZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS1uYW1lIHtcbiAgICBmb250LXNpemU6IDEzcHg7XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS1pdGVtIC5pY29uIHtcbiAgICBmb250LXNpemU6IDE1cHg7XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtdGV4dCxcbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2UsXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWhhbmQge1xuICAgIG1hcmdpbjogMDtcbiAgfVxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gICAgd2lkdGg6IDQ0cHg7XG4gICAgaGVpZ2h0OiA0NHB4O1xuICB9XG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWRpZ2l0YWwgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMzBweCAhaW1wb3J0YW50O1xuICB9XG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWRpZ2l0YWwgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMzBweCAhaW1wb3J0YW50O1xuICB9XG4gIC5nZC1kaWdpdGFsLWlucHV0cyAuaWNvbiB7XG4gICAgZm9udC1zaXplOiAxM3B4O1xuICB9XG59XG4iXX0= */\"","import {Component, EventEmitter, Input, OnChanges, OnInit, Output, SimpleChanges} from '@angular/core';\nimport {DigitalSign, DraggableSignature, Position, Signature, SignatureType} from \"../signature-models\";\nimport {NavigateService} from \"@groupdocs.examples.angular/common-components\";\nimport {SelectSignatureService} from \"../select-signature.service\";\nimport {DragSignatureService} from \"../drag-signature.service\";\nimport {DatePipe} from \"@angular/common\";\nimport {SignaturesHolderService} from \"../signatures-holder.service\";\n\n\n@Component({\n selector: 'gd-signature-list-panel',\n templateUrl: './signature-list-panel.component.html',\n styleUrls: ['./signature-list-panel.component.less']\n})\nexport class SignatureListPanelComponent implements OnInit, OnChanges {\n\n @Input() signatures: Signature[];\n @Input() icon: string;\n @Input() signatureType: string;\n @Input() isPdf: boolean;\n @Input() loading: boolean;\n @Output() removeSignatureEvent = new EventEmitter();\n showDigitalInputs = false;\n digitalProps = new DigitalSign();\n digitalId: string;\n\n constructor(private _navigateService: NavigateService,\n private _selectSignatureService: SelectSignatureService,\n private _dragSignatureService: DragSignatureService,\n private _datePipe: DatePipe,\n private _signaturesHolderService: SignaturesHolderService) {\n this.digitalProps.date = this._datePipe.transform(new Date(), 'dd-MM-yyyy');\n }\n\n ngOnInit() {\n }\n\n getImage(data: string) {\n const dataImagePngBase64 = 'data:image/png;base64,';\n return dataImagePngBase64 + data;\n }\n\n deleteSign(guid: string) {\n this.removeSignatureEvent.emit(guid);\n }\n\n isDigital() {\n return SignatureType.DIGITAL.id === this.signatureType;\n }\n\n private selectSignature(sign: DraggableSignature) {\n this._selectSignatureService.select(sign);\n }\n\n private getSign(guid: string): DraggableSignature {\n const sign = new DraggableSignature();\n sign.type = this.signatureType;\n sign.guid = guid;\n sign.position = new Position(0, 0);\n sign.pageNumber = this._navigateService.currentPage;\n return sign;\n }\n\n select(guid: string) {\n if (this.signatureType === SignatureType.DIGITAL.id) {\n this.showDigitalInputs = this.digitalId !== guid;\n this.digitalId = this.digitalId === guid ? null : guid;\n } else {\n const sign = this.getSign(guid);\n this.selectSignature(sign);\n }\n }\n\n dragOver($event: DragEvent) {\n $event.preventDefault();\n $event.stopPropagation();\n }\n\n dragLeave($event: DragEvent, guid: string) {\n this._dragSignatureService.sign = this.getSign(guid);\n }\n\n selectDigital(guid: string) {\n if (!this.isActive(guid)) {\n return;\n }\n const sign = this.getSign(guid);\n sign.digitalProps = this.digitalProps;\n this.selectSignature(sign);\n }\n\n parseDate(value) {\n return this._datePipe.transform(value, 'dd-MM-yyyy');\n }\n\n isActive(guid: string) {\n return !this._signaturesHolderService.has(guid);\n }\n\n dragStart($event: DragEvent) { // for ff\n $event.dataTransfer.setData('text', 'foo');\n }\n\n empty() {\n return !this.loading && (!this.signatures || this.signatures.length === 0);\n }\n\n ngOnChanges(changes: SimpleChanges): void {\n if (this.showDigitalInputs) {\n this.showDigitalInputs = this.signatureType === SignatureType.DIGITAL.id;\n }\n }\n\n drop($event: DragEvent) {\n $event.preventDefault();\n $event.stopPropagation();\n }\n}\n","import {Formatting} from \"@groupdocs.examples.angular/common-components\";\n\nexport class Signature {\n guid: string;\n image: string;\n name: string;\n text: string;\n fontColor: string;\n}\n\nexport class SignatureType {\n public static TEXT = {id: 'text', name: 'Text signatures', icon: 'font', title: ''};\n public static IMAGE = {id: 'image', name: 'Uploaded Images', icon: 'image', title: 'Add image signature'};\n public static QR_CODE = {id: 'qrCode', name: 'QR codes', icon: 'qrcode', title: 'New QR code'};\n public static BAR_CODE = {id: 'barCode', name: 'Bar codes', icon: 'barcode', title: 'New Bar code'};\n public static DIGITAL = {\n id: 'digital',\n name: 'Digital signatures',\n icon: 'fingerprint',\n title: 'New digital signature'\n };\n public static STAMP = {id: 'stamp', name: 'Stamps', icon: 'stamp', title: ''};\n public static HAND = {id: 'hand', name: 'Signatures', icon: 'signature', title: ''};\n\n public static getSignatureType(id: string) {\n switch (id) {\n case SignatureType.TEXT.id:\n return SignatureType.TEXT;\n case SignatureType.IMAGE.id:\n return SignatureType.IMAGE;\n case SignatureType.DIGITAL.id:\n return SignatureType.DIGITAL;\n case SignatureType.QR_CODE.id:\n return SignatureType.QR_CODE;\n case SignatureType.BAR_CODE.id:\n return SignatureType.BAR_CODE;\n case SignatureType.STAMP.id:\n return SignatureType.STAMP;\n case SignatureType.HAND.id:\n return SignatureType.HAND;\n }\n }\n}\n\nexport class FileListWithParams {\n fileList: FileList;\n signType: string;\n\n constructor(fileList: FileList, signType: string) {\n this.fileList = fileList;\n this.signType = signType;\n }\n}\n\nexport class OpticalCodeModel {\n encodedImage: string;\n text: string;\n temp: boolean;\n}\n\nexport class DraggableSignature {\n public static TEMP = \"temp\";\n guid: string;\n type: string;\n position: Position;\n pageNumber: number;\n digitalProps: DigitalSign;\n}\n\nexport class Position {\n left: number;\n top: number;\n\n constructor(left: number, top: number) {\n this.left = left;\n this.top = top;\n }\n}\n\nexport class SignatureData {\n reason: string;\n contact: string;\n address: string;\n date: string;\n signaturePassword: string;\n signatureGuid: string;\n signatureType: string;\n pageNumber: number;\n left: number;\n top: number;\n imageWidth: number;\n imageHeight: number;\n angle: number;\n\n public static map(data: AddedSignature, type: string, position: Position) {\n const ret = new SignatureData();\n ret.signatureType = type;\n ret.pageNumber = data.number;\n ret.left = position.left;\n ret.top = position.top;\n ret.signatureGuid = data.guid;\n ret.imageWidth = data.width;\n ret.imageHeight = data.height;\n if (data.digitalProps) {\n ret.reason = data.digitalProps.reason;\n ret.contact = data.digitalProps.contact;\n ret.address = data.digitalProps.address;\n ret.signaturePassword = data.digitalProps.signaturePassword;\n ret.date = data.digitalProps.date;\n }\n\n return ret;\n }\n}\n\nexport class DigitalSign {\n reason: string;\n contact: string;\n address: string;\n date: string;\n signaturePassword: string;\n}\n\nexport class AddedSignature {\n\n constructor() {\n this.height = 0;\n this.width = 0;\n }\n\n guid: string;\n props: SignatureProps;\n data: string;\n width: number;\n height: number;\n number: number;\n digitalProps: DigitalSign;\n}\n\nexport class SignatureProps {\n imageGuid: string;\n text: string;\n width: number;\n height: number;\n bold: boolean;\n italic: boolean;\n underline: boolean;\n font: string;\n fontSize: number;\n fontColor: string;\n\n public static getDefault(): SignatureProps {\n const props = new SignatureProps();\n props.text = \"\";\n const f = Formatting.default();\n props.fontColor = f.color;\n props.font = f.font;\n props.fontSize = f.fontSize;\n props.underline = f.underline;\n props.bold = f.bold;\n props.italic = f.italic;\n return props;\n }\n}\n\nexport class RemoveSign {\n guid: string;\n id: number;\n type: string;\n}\n\nexport class CopySign {\n guid: string;\n id: number;\n type: string;\n}\n\nexport class CopyChanges {\n guid: string;\n id: number;\n width: number;\n height: number;\n position: Position;\n props: SignatureProps;\n}\n\nexport class StampCanvasProps {\n id: number;\n text: string;\n width: number;\n height: number;\n zIndex: number;\n backgroundColor: string;\n strokeColor: string;\n strokeWidth: number;\n fontSize: number;\n font: string;\n textColor: string;\n radius: number;\n bold: boolean;\n italic: boolean;\n underline: boolean;\n textExpansion = 0.173;\n textRepeat = 1;\n\n constructor() {\n }\n\n init(isMobile) {\n this.text = \"\";\n this.width = isMobile ? 103 : 153;\n this.height = isMobile ? 103 : 153;\n this.zIndex = 10;\n this.backgroundColor = \"rgb(255, 255, 255)\";\n this.strokeColor = \"rgb(51, 51, 51)\";\n this.strokeWidth = 1;\n this.fontSize = 19;\n this.font = \"Arial\";\n this.textColor = \"rgb(51, 51, 51)\";\n this.radius = 76.5;\n this.bold = false;\n this.italic = false;\n this.underline = false;\n return this;\n }\n}\n\nexport class Border {\n public static widthOptions() {\n const ret = []\n for (let i = 1; i <= 10; i++) {\n ret.push(this.widthOption(i));\n }\n return ret;\n }\n\n public static widthOption(width: number) {\n return {value: width, name: width + 'px', separator: false}\n }\n}\n\nexport class Downloads {\n public static original = 'original';\n public static signed = 'signed';\n}\n","import {TabActivatorService} from \"@groupdocs.examples.angular/common-components\";\n\nexport class SignatureTabActivatorService extends TabActivatorService {\n\n constructor() {\n super();\n }\n}\n","module.exports = \".gd-tab {\\n font-size: 14px;\\n color: #3E4E5A;\\n cursor: pointer;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n min-width: 36px;\\n height: 36px;\\n text-align: center;\\n position: relative;\\n white-space: nowrap;\\n padding: 0 !important;\\n margin: 0 10px;\\n}\\n.gd-tab.active {\\n background-color: #ACACAC;\\n color: #FFFFFF !important;\\n font-weight: bold;\\n}\\n.gd-tab ::ng-deep .tooltip {\\n font-size: 12px;\\n margin: 20px -57px;\\n}\\n.gd-tab .title {\\n margin: auto 23px;\\n}\\n@media (max-width: 1037px) {\\n .gd-tab {\\n font-size: 20px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtdGFiL3NpZ25hdHVyZS10YWIuY29tcG9uZW50Lmxlc3MiLCJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS10YWIvc2lnbmF0dXJlLXRhYi5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLGVBQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtFQUNBLGtCQUFBO0VBQ0EsbUJBQUE7RUFDQSxxQkFBQTtFQUNBLGNBQUE7QUNERjtBREdFO0VBQ0UseUJBQUE7RUFDQSx5QkFBQTtFQUNBLGlCQUFBO0FDREo7QURqQkE7RUFzQkksZUFBQTtFQUNBLGtCQUFBO0FDRko7QURyQkE7RUEyQkksaUJBQUE7QUNISjtBRE9BO0VBQ0U7SUFDRSxlQUFBO0VDTEY7QUFDRiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS10YWIvc2lnbmF0dXJlLXRhYi5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uZ2QtdGFiIHtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBjb2xvcjogQHByaW1hcnk7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIG1pbi13aWR0aDogMzZweDtcbiAgaGVpZ2h0OiAzNnB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgcGFkZGluZzogMCAhaW1wb3J0YW50O1xuICBtYXJnaW46IDAgMTBweDtcblxuICAmLmFjdGl2ZSB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI0FDQUNBQztcbiAgICBjb2xvcjogI0ZGRkZGRiAhaW1wb3J0YW50O1xuICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICB9XG5cbiAgOjpuZy1kZWVwIC50b29sdGlwIHtcbiAgICBmb250LXNpemU6IDEycHg7XG4gICAgbWFyZ2luOiAyMHB4IC01N3B4O1xuICB9XG5cbiAgLnRpdGxlIHtcbiAgICBtYXJnaW46IGF1dG8gMjNweDtcbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuZ2QtdGFiIHtcbiAgICBmb250LXNpemU6IDIwcHg7XG4gIH1cbn1cbiIsIi5nZC10YWIge1xuICBmb250LXNpemU6IDE0cHg7XG4gIGNvbG9yOiAjM0U0RTVBO1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBtaW4td2lkdGg6IDM2cHg7XG4gIGhlaWdodDogMzZweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gIHBhZGRpbmc6IDAgIWltcG9ydGFudDtcbiAgbWFyZ2luOiAwIDEwcHg7XG59XG4uZ2QtdGFiLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNBQ0FDQUM7XG4gIGNvbG9yOiAjRkZGRkZGICFpbXBvcnRhbnQ7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xufVxuLmdkLXRhYiA6Om5nLWRlZXAgLnRvb2x0aXAge1xuICBmb250LXNpemU6IDEycHg7XG4gIG1hcmdpbjogMjBweCAtNTdweDtcbn1cbi5nZC10YWIgLnRpdGxlIHtcbiAgbWFyZ2luOiBhdXRvIDIzcHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5nZC10YWIge1xuICAgIGZvbnQtc2l6ZTogMjBweDtcbiAgfVxufVxuIl19 */\"","import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';\nimport {\n CommonModals,\n ExceptionMessageService, ModalService\n} from \"@groupdocs.examples.angular/common-components\";\nimport {SignatureTabActivatorService} from \"../signature-tab-activator.service\";\n\n@Component({\n selector: 'gd-signature-tab',\n templateUrl: './signature-tab.component.html',\n styleUrls: ['./signature-tab.component.less']\n})\nexport class SignatureTabComponent implements OnInit {\n @Input() id: string;\n @Input() icon: string;\n @Input() disabled = false;\n @Input() tooltip: string;\n @Output() activeTab = new EventEmitter();\n public active = false;\n public showToolTip = false;\n\n constructor(private _tabActivatorService: SignatureTabActivatorService,\n private _modalService: ModalService,\n private _excMessageService: ExceptionMessageService) {\n this._tabActivatorService.activeTabChange.subscribe((tabId: string) => {\n this.activation(tabId);\n });\n }\n\n private activation(tabId: string) {\n if (this.id === tabId) {\n this.active = !this.active;\n if (this.active) {\n this.activeTab.emit(this.id);\n } else {\n this.activeTab.emit(\"\");\n }\n } else {\n this.active = false;\n }\n }\n\n ngOnInit() {\n }\n\n toggleTab() {\n if (this.disabled) {\n this._modalService.open(CommonModals.ErrorMessage);\n this._excMessageService.changeMessage(\"Please open document first\");\n return;\n }\n this._tabActivatorService.changeActiveTab(this.id);\n }\n\n}\n","import {APP_INITIALIZER, ModuleWithProviders, NgModule} from '@angular/core';\nimport {CommonModule, DatePipe} from '@angular/common';\nimport {\n Api,\n CommonComponentsModule,\n ConfigService,\n ErrorInterceptorService,\n LoadingMaskInterceptorService,\n LoadingMaskService\n} from \"@groupdocs.examples.angular/common-components\";\nimport {HTTP_INTERCEPTORS, HttpClientModule} from \"@angular/common/http\";\nimport {SignatureService} from \"./signature.service\";\nimport {SignatureConfigService} from \"./signature-config.service\";\nimport {SignatureAppComponent} from \"./signature-app.component\";\nimport {SignatureListPanelComponent} from './signature-list-panel/signature-list-panel.component';\nimport {FontAwesomeModule} from '@fortawesome/angular-fontawesome';\nimport {library} from '@fortawesome/fontawesome-svg-core';\nimport {fas} from '@fortawesome/free-solid-svg-icons';\nimport {far} from '@fortawesome/free-regular-svg-icons';\nimport {SignatureTabComponent} from './signature-tab/signature-tab.component';\nimport {NewBarQrCodeComponent} from './new-bar-qr-code/new-bar-qr-code.component';\nimport {UploadSignatureComponent} from './upload-signature/upload-signature.component';\nimport {DndSignatureDirective} from './dnd-signature.directive';\nimport {Signature} from './signature/signature.component';\nimport {SelectSignatureService} from \"./select-signature.service\";\nimport {DragSignatureService} from \"./drag-signature.service\";\nimport {RemoveSignatureService} from \"./remove-signature.service\";\nimport {ActiveSignatureService} from \"./active-signature.service\";\nimport {CanvasComponent} from './canvas/canvas.component';\nimport {StampCanvasComponent} from './stamp-canvas/stamp-canvas.component';\nimport {ActiveCanvasService} from \"./active-canvas.service\";\nimport {RemoveCanvasService} from \"./remove-canvas.service\";\nimport {SignaturesHolderService} from \"./signatures-holder.service\";\nimport {SignatureTabActivatorService} from \"./signature-tab-activator.service\";\nimport {SignatureLeftPanelComponent} from './signature-left-panel/signature-left-panel.component';\nimport {HandModalComponent} from './hand-modal/hand-modal.component';\nimport {StampModalComponent} from './stamp-modal/stamp-modal.component';\nimport {CopySignatureService} from \"./copy-signature.service\";\nimport {ClickOutsideModule} from 'ng-click-outside';\n\nexport function initializeApp(signatureConfigService: SignatureConfigService) {\n const result = () => signatureConfigService.load();\n return result;\n}\n\n// NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981\n// @dynamic\nexport function setupLoadingInterceptor(service: LoadingMaskService) {\n return new LoadingMaskInterceptorService(service);\n}\n\n@NgModule({\n declarations: [SignatureAppComponent,\n SignatureListPanelComponent,\n SignatureTabComponent,\n NewBarQrCodeComponent,\n UploadSignatureComponent,\n DndSignatureDirective,\n Signature,\n CanvasComponent,\n StampCanvasComponent,\n SignatureLeftPanelComponent,\n HandModalComponent,\n StampModalComponent],\n exports: [SignatureAppComponent,\n SignatureListPanelComponent,\n SignatureTabComponent,\n NewBarQrCodeComponent,\n UploadSignatureComponent,\n DndSignatureDirective,\n Signature,\n CanvasComponent,\n StampCanvasComponent,\n SignatureLeftPanelComponent,\n HandModalComponent,\n StampModalComponent,\n CommonComponentsModule],\n imports: [CommonModule,\n CommonComponentsModule,\n HttpClientModule,\n FontAwesomeModule,\n ClickOutsideModule],\n providers: [\n SignatureService,\n ConfigService,\n SignatureConfigService,\n SelectSignatureService,\n DragSignatureService,\n RemoveSignatureService,\n ActiveSignatureService,\n ActiveCanvasService,\n RemoveCanvasService,\n DatePipe,\n SignaturesHolderService,\n SignatureTabActivatorService,\n CopySignatureService,\n {\n provide: HTTP_INTERCEPTORS,\n useClass: ErrorInterceptorService,\n multi: true\n },\n {\n provide: APP_INITIALIZER,\n useFactory: initializeApp,\n deps: [SignatureConfigService], multi: true\n },\n LoadingMaskService,\n {\n provide: HTTP_INTERCEPTORS,\n useFactory: setupLoadingInterceptor,\n multi: true,\n deps: [LoadingMaskService]\n }\n ],\n entryComponents: [\n Signature,\n StampCanvasComponent\n ]\n})\nexport class SignatureModule {\n constructor() {\n library.add(fas, far);\n }\n\n static forRoot(apiEndpoint: string): ModuleWithProviders {\n Api.DEFAULT_API_ENDPOINT = apiEndpoint;\n return {\n ngModule: SignatureModule\n };\n }\n}\n","import {Injectable} from '@angular/core';\nimport {HttpClient, HttpResponse} from \"@angular/common/http\";\nimport {Api, ConfigService, FileCredentials, FileUtil, Utils} from \"@groupdocs.examples.angular/common-components\";\nimport {AddedSignature, DraggableSignature, FileListWithParams, SignatureProps} from \"./signature-models\";\nimport {map} from \"rxjs/operators\";\n\n@Injectable({\n providedIn: 'root'\n})\nexport class SignatureService {\n\n constructor(private _http: HttpClient, private _config: ConfigService) {\n }\n\n loadFiles(path: string) {\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\n }\n\n loadFile(credentials: FileCredentials) {\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.LOAD_DOCUMENT_DESCRIPTION, credentials, Api.httpOptionsJson);\n }\n\n upload(file: File, url: string, rewrite: boolean, signType: string) {\n const formData = new FormData();\n formData.append(\"file\", file);\n formData.append('rewrite', String(rewrite));\n if (signType) {\n formData.append(\"signatureType\", signType);\n }\n if (url) {\n formData.append(\"url\", url);\n }\n\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\n }\n\n loadPage(credentials: FileCredentials, page: number) {\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.LOAD_DOCUMENT_PAGE, {\n 'guid': credentials.guid,\n 'password': credentials.password,\n 'page': page\n }, Api.httpOptionsJson);\n }\n\n getDownloadUrl(credentials: FileCredentials) {\n return this._config.getSignatureApiEndpoint() + Api.DOWNLOAD_DOCUMENTS + '/?path=' + credentials.guid;\n }\n\n loadPrint(credentials: FileCredentials) {\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.LOAD_PRINT, {\n 'guid': credentials.guid,\n 'password': credentials.password,\n }, Api.httpOptionsJson);\n }\n\n loadPrintPdf(credentials: FileCredentials) {\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.LOAD_PRINT_PDF, {\n 'guid': credentials.guid,\n 'password': credentials.password,\n }, Api.httpOptionsJsonResponseTypeBlob);\n }\n\n getSignatures(path: string, type: string) {\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.LOAD_FILE_TREE, {\n 'path': path,\n 'signatureType': type\n }, Api.httpOptionsJson);\n }\n\n removeSignatures(guid: string, type: string) {\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.DELETE_SIGNATURE_FILE, {\n 'guid': guid,\n 'signatureType': type\n }, Api.httpOptionsJson);\n }\n\n uploadSignature(data: FileListWithParams, rewrite: boolean) {\n if (data.fileList.length > 1) {\n for (let i = 0; i < data.fileList.length - 1; i++) {\n this.upload(data.fileList.item(i), '', rewrite, data.signType);\n }\n }\n return this.upload(data.fileList.item(data.fileList.length - 1), '', rewrite, data.signType);\n }\n\n getCode(text: string, temp: boolean, type: string) {\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.SAVE_OPTICAL_CODE, {\n 'properties': {'text': text, 'temp': temp},\n 'signatureType': type\n }, Api.httpOptionsJson);\n }\n\n loadSignatureImage(sign: DraggableSignature) {\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.LOAD_SIGNATURE_IMAGE, {\n 'guid': sign.guid,\n 'page': sign.pageNumber,\n 'signatureType': sign.type,\n 'password': ''\n }, Api.httpOptionsJson).pipe(\n map((props: AddedSignature) => {\n props.guid = sign.guid;\n return props;\n }));\n }\n\n saveTextSignature(data: AddedSignature) {\n const properties = data.props;\n properties.fontColor = Utils.toRgb(properties.fontColor);\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.SAVE_TEXT, {\n 'properties': properties\n }, Api.httpOptionsJson).pipe(\n map((props: SignatureProps) => {\n props.fontColor = Utils.toHex(props.fontColor);\n return props;\n }));\n }\n\n saveImage(img: string) {\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.SAVE_IMAGE, {\n 'image': img\n }, Api.httpOptionsJson);\n }\n\n saveStamp(img: string, props: any[]) {\n for (const properties of props) {\n properties.backgroundColor = Utils.toRgb(properties.backgroundColor);\n properties.strokeColor = Utils.toRgb(properties.strokeColor);\n properties.textColor = Utils.toRgb(properties.textColor);\n }\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.SAVE_STAMP, {\n 'image': img,\n 'stampData': props\n }, Api.httpOptionsJson);\n }\n\n sign(credentials: FileCredentials, signatures: any[]) {\n const docType = FileUtil.find(credentials.guid, false).format;\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.SIGN, {\n guid: credentials.guid,\n password: credentials.password ? credentials.password : \"\",\n signaturesData: signatures,\n documentType: docType\n }, Api.httpOptionsJson);\n }\n\n downloadSigned(credentials: FileCredentials, signatures: any[]) {\n const docType = FileUtil.find(credentials.guid, false).format;\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.DOWNLOAD_SIGNED, {\n guid: credentials.guid,\n password: credentials.password,\n signaturesData: signatures,\n documentType: docType\n }, Api.httpOptionsJsonResponseTypeBlob);\n }\n}\n","module.exports = \".gd-signature {\\n position: absolute !important;\\n}\\n.gd-signature .gd-signature-wrapper {\\n height: inherit;\\n outline: 1px solid #679FFA;\\n}\\n.gd-signature-image {\\n width: 100% !important;\\n height: inherit;\\n}\\n.gd-text {\\n width: inherit;\\n height: inherit;\\n border: none;\\n resize: none;\\n outline: none;\\n margin: 0px;\\n padding: 0px;\\n}\\n.gd-digital-marker {\\n background-color: #3787F5;\\n height: 16px;\\n width: 100%;\\n text-align: left;\\n display: -webkit-box;\\n display: flex;\\n position: absolute;\\n bottom: 0;\\n}\\n.gd-digital-marker .icon {\\n color: #FFFFFF;\\n font-size: 10px;\\n margin: 0px 5px 0px 3px;\\n}\\n.gd-digital-marker div {\\n -webkit-box-flex: 1;\\n flex-grow: 1;\\n font-size: 8px;\\n color: #FFFFFF;\\n margin-top: 1px;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUvc2lnbmF0dXJlLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUvc2lnbmF0dXJlLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0UsNkJBQUE7QUNDRjtBREZBO0VBSUksZUFBQTtFQUNBLDBCQUFBO0FDQ0o7QURHQTtFQUNFLHNCQUFBO0VBQ0EsZUFBQTtBQ0RGO0FESUE7RUFDRSxjQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxZQUFBO0VBQ0EsYUFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0FDRkY7QURLQTtFQUNFLHlCQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxnQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGtCQUFBO0VBQ0EsU0FBQTtBQ0hGO0FESkE7RUFVSSxjQUFBO0VBQ0EsZUFBQTtFQUNBLHVCQUFBO0FDSEo7QURUQTtFQWdCSSxtQkFBQTtVQUFBLFlBQUE7RUFDQSxjQUFBO0VBQ0EsY0FBQTtFQUNBLGVBQUE7QUNKSiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS9zaWduYXR1cmUuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyIuZ2Qtc2lnbmF0dXJlIHtcbiAgcG9zaXRpb246IGFic29sdXRlICFpbXBvcnRhbnQ7XG5cbiAgLmdkLXNpZ25hdHVyZS13cmFwcGVyIHtcbiAgICBoZWlnaHQ6IGluaGVyaXQ7XG4gICAgb3V0bGluZTogMXB4IHNvbGlkICM2NzlGRkE7XG4gIH1cbn1cblxuLmdkLXNpZ25hdHVyZS1pbWFnZSB7XG4gIHdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cblxuLmdkLXRleHQge1xuICB3aWR0aDogaW5oZXJpdDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xuICBib3JkZXI6IG5vbmU7XG4gIHJlc2l6ZTogbm9uZTtcbiAgb3V0bGluZTogbm9uZTtcbiAgbWFyZ2luOiAwcHg7XG4gIHBhZGRpbmc6IDBweDtcbn1cblxuLmdkLWRpZ2l0YWwtbWFya2VyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzM3ODdGNTtcbiAgaGVpZ2h0OiAxNnB4O1xuICB3aWR0aDogMTAwJTtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZGlzcGxheTogZmxleDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBib3R0b206IDA7XG5cbiAgLmljb24ge1xuICAgIGNvbG9yOiAjRkZGRkZGO1xuICAgIGZvbnQtc2l6ZTogMTBweDtcbiAgICBtYXJnaW46IDBweCA1cHggMHB4IDNweDtcbiAgfVxuXG4gIGRpdiB7XG4gICAgZmxleC1ncm93OiAxO1xuICAgIGZvbnQtc2l6ZTogOHB4O1xuICAgIGNvbG9yOiAjRkZGRkZGO1xuICAgIG1hcmdpbi10b3A6IDFweDtcbiAgfVxufVxuIiwiLmdkLXNpZ25hdHVyZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZSAhaW1wb3J0YW50O1xufVxuLmdkLXNpZ25hdHVyZSAuZ2Qtc2lnbmF0dXJlLXdyYXBwZXIge1xuICBoZWlnaHQ6IGluaGVyaXQ7XG4gIG91dGxpbmU6IDFweCBzb2xpZCAjNjc5RkZBO1xufVxuLmdkLXNpZ25hdHVyZS1pbWFnZSB7XG4gIHdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cbi5nZC10ZXh0IHtcbiAgd2lkdGg6IGluaGVyaXQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbiAgYm9yZGVyOiBub25lO1xuICByZXNpemU6IG5vbmU7XG4gIG91dGxpbmU6IG5vbmU7XG4gIG1hcmdpbjogMHB4O1xuICBwYWRkaW5nOiAwcHg7XG59XG4uZ2QtZGlnaXRhbC1tYXJrZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMzc4N0Y1O1xuICBoZWlnaHQ6IDE2cHg7XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBkaXNwbGF5OiBmbGV4O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJvdHRvbTogMDtcbn1cbi5nZC1kaWdpdGFsLW1hcmtlciAuaWNvbiB7XG4gIGNvbG9yOiAjRkZGRkZGO1xuICBmb250LXNpemU6IDEwcHg7XG4gIG1hcmdpbjogMHB4IDVweCAwcHggM3B4O1xufVxuLmdkLWRpZ2l0YWwtbWFya2VyIGRpdiB7XG4gIGZsZXgtZ3JvdzogMTtcbiAgZm9udC1zaXplOiA4cHg7XG4gIGNvbG9yOiAjRkZGRkZGO1xuICBtYXJnaW4tdG9wOiAxcHg7XG59XG4iXX0= */\"","import {AfterViewInit, Component, Input, OnInit} from '@angular/core';\nimport {\n Position,\n AddedSignature,\n SignatureType,\n SignatureProps,\n RemoveSign,\n DraggableSignature,\n CopySign,\n CopyChanges\n} from \"../signature-models\";\nimport {Formatting, Utils, MenuType} from \"@groupdocs.examples.angular/common-components\";\nimport {SignatureService} from \"../signature.service\";\nimport {RemoveSignatureService} from \"../remove-signature.service\";\nimport {ActiveSignatureService} from \"../active-signature.service\";\nimport * as jquery from 'jquery';\nimport {SignaturesHolderService} from \"../signatures-holder.service\";\nimport {CopySignatureService} from \"../copy-signature.service\";\nimport {Subject} from \"rxjs\";\nimport {debounceTime} from \"rxjs/operators\";\n\nconst $ = jquery;\n\n@Component({\n selector: 'gd-signature-component',\n templateUrl: './signature.component.html',\n styleUrls: ['./signature.component.less']\n})\nexport class Signature implements OnInit, AfterViewInit {\n @Input() id: number;\n @Input() data: AddedSignature;\n @Input() position: Position;\n @Input() type: string;\n @Input() pageWidth: number;\n @Input() pageHeight: number;\n active = true;\n unlock = true;\n copied = false;\n baseCopied = false;\n private oldPosition: { x: number; y: number };\n\n private subject: Subject = new Subject();\n\n constructor(private _signatureService: SignatureService,\n private _removeSignatureService: RemoveSignatureService,\n private _copySignatureService: CopySignatureService,\n private _activeSignatureService: ActiveSignatureService,\n private _signaturesHolderService: SignaturesHolderService) {\n\n this._activeSignatureService.activeChange.subscribe((id: number) => {\n if (this.id === id) {\n this.active = true;\n } else {\n this.active = false;\n }\n });\n\n this.subject.pipe(\n debounceTime(300)\n ).subscribe(text => {\n this.notifyChanges();\n this.sendSaveText();\n });\n }\n\n ngOnInit() {\n }\n\n getData() {\n return 'data:image/png;base64,' + this.data.data;\n }\n\n dragOver($event: DragEvent) {\n $event.preventDefault();\n $event.stopPropagation();\n }\n\n dragStart($event: DragEvent) {\n $event.preventDefault();\n this.oldPosition = Utils.getMousePosition($event);\n if ($event.dataTransfer) {\n $event.dataTransfer.setData('text', 'foo');\n }\n }\n\n dragging($event) {\n $event.preventDefault();\n const position = Utils.getMousePosition($event);\n if (position.x && position.y && this.isOnPage(position)) {\n const left = position.x - this.oldPosition.x;\n const top = position.y - this.oldPosition.y;\n this.position.left += left;\n this.position.top += top;\n this.correctPosition();\n this.oldPosition = position;\n }\n }\n\n isOnPage(position) {\n const currentPage = document.elementFromPoint(position.x, position.y);\n return currentPage && $(currentPage).parent().parent() &&\n ($(currentPage).parent().parent().parent().hasClass(\"page\") ||\n $(currentPage).parent().parent().parent().parent().parent().hasClass(\"page\"));\n }\n\n isText() {\n return SignatureType.TEXT.id === this.type;\n }\n\n getFormatting() {\n const f = this.data.props;\n const formatting = Formatting.default();\n if (f) {\n formatting.fontSize = f.fontSize;\n formatting.font = f.font;\n formatting.color = f.fontColor;\n formatting.bold = f.bold;\n formatting.underline = f.underline;\n formatting.italic = f.italic;\n }\n return formatting;\n }\n\n saveTextSignature($event: Formatting) {\n if (this.data.props) {\n this.fillFormatting($event);\n this.notifyChanges();\n this.sendSaveText();\n }\n }\n\n private fillFormatting(formatting: Formatting) {\n this.data.props.fontSize = formatting.fontSize;\n this.data.props.font = formatting.font;\n this.data.props.bold = formatting.bold;\n this.data.props.italic = formatting.italic;\n this.data.props.underline = formatting.underline;\n this.data.props.fontColor = formatting.color;\n }\n\n remove() {\n const del = new RemoveSign();\n del.guid = this.data.guid;\n del.id = this.id;\n del.type = this.type;\n this._removeSignatureService.remove(del);\n }\n\n activation() {\n this._activeSignatureService.changeActive(this.id);\n }\n\n isDigital() {\n return this.type === SignatureType.DIGITAL.id;\n }\n\n width($event) {\n this.data.width += $event;\n if (!this.unlock) {\n this.data.height += $event;\n }\n this.correctPosition();\n this.notifyChanges();\n }\n\n height($event) {\n this.data.height += $event;\n if (!this.unlock) {\n this.data.width += $event;\n }\n this.correctPosition();\n this.notifyChanges();\n }\n\n left($event) {\n if (this.unlock) {\n this.position.left += $event;\n }\n this.correctPosition();\n this.notifyChanges();\n }\n\n top($event) {\n if (this.unlock) {\n this.position.top += $event;\n }\n this.correctPosition();\n this.notifyChanges();\n }\n\n notifyChanges() {\n const changes = new CopyChanges();\n changes.guid = this.data.guid;\n changes.id = this.id;\n changes.position = this.position;\n changes.width = this.data.width;\n changes.height = this.data.height;\n changes.props = this.data.props;\n this._copySignatureService.notifyChanges(changes);\n }\n\n drop($event: DragEvent) {\n $event.stopPropagation();\n $event.preventDefault();\n }\n\n isInit() {\n return this.data.width === 0 && this.data.height === 0;\n }\n\n onCopySign() {\n const copy = new CopySign();\n copy.guid = this.data.guid;\n copy.id = this.id;\n copy.type = this.type;\n this._copySignatureService.copy(copy);\n }\n\n ngAfterViewInit(): void {\n if (this.type === SignatureType.TEXT.id) {\n setTimeout(() => {\n const element = $(\"#text\");\n if (element) {\n element.focus();\n }\n }, 100);\n }\n }\n\n private correctPosition() {\n if (this.position.left < 0) {\n this.position.left = 0;\n }\n if (this.position.top < 0) {\n this.position.top = 0;\n }\n if (this.position.top + this.data.height > this.pageHeight) {\n this.position.top = this.pageHeight - this.data.height;\n }\n if (this.position.left + this.data.width > this.pageWidth) {\n this.position.left = this.pageWidth - this.data.width;\n }\n }\n\n saveText(value: string) {\n this.data.props.text = value;\n this.subject.next(value);\n }\n\n private sendSaveText() {\n this._signatureService.saveTextSignature(this.data).subscribe((p: SignatureProps) => {\n if (DraggableSignature.TEMP === this.data.guid) {\n this._signaturesHolderService.changeTemp(p.imageGuid, this.id);\n this.data.guid = p.imageGuid;\n }\n this.data.props = p;\n });\n }\n\n hideMenu($event) {\n this._activeSignatureService.changeActive(null);\n }\n\n getMenuShift() {\n const menuWidth = this.type === SignatureType.TEXT.id ? 426 : 148;\n return this.data.width > menuWidth ? 0 : (this.data.width - menuWidth) * 0.5;\n }\n\n getMenuType() {\n return MenuType.FOR_SIGNATURE;\n }\n}\n","import {DraggableSignature} from \"./signature-models\";\n\nexport class SignaturesHolderService {\n\n private map = new Map();\n\n constructor() {\n }\n\n add(key: string) {\n this.map.set(key, []);\n }\n\n addId(key: string, id: number) {\n if (!this.map.has(key)) {\n this.add(key);\n }\n const item = this.map.get(key);\n item.push(id);\n }\n\n delete(key: string) {\n this.map.delete(key);\n }\n\n has(key: string) {\n return this.map.has(key);\n }\n\n clear() {\n this.map.clear();\n }\n\n values() {\n return this.map.values();\n }\n\n get(key: string) {\n return this.map.get(key);\n }\n\n remove(key: string, id: number) {\n const items = this.map.get(key);\n this.delete(key);\n if (items.length !== 1) {\n this.add(key);\n for (const elem of items) {\n if (elem !== id) {\n this.map.get(key).push(elem);\n }\n }\n }\n }\n\n changeTemp(imageGuid: string, id: number) {\n this.remove(DraggableSignature.TEMP, id);\n this.addId(imageGuid, id);\n }\n}\n","module.exports = \".gd-context-menu {\\n display: -webkit-box;\\n display: flex;\\n height: 37px;\\n top: -40px;\\n padding: 0;\\n background-color: #FFFFFF;\\n cursor: default;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n box-shadow: rgba(0, 0, 0, 0.52) 0px 0px 5px;\\n}\\n.gd-context-menu .icon {\\n font-size: 14px;\\n cursor: pointer;\\n color: #3E4E5A !important;\\n}\\n.gd-context-menu ::ng-deep .dropdown-menu {\\n top: -120px !important;\\n height: 120px;\\n overflow-y: auto;\\n}\\n.gd-context-menu ::ng-deep .icon-button {\\n margin: 0px !important;\\n}\\n.gd-stamp-box {\\n position: absolute;\\n}\\n.palette {\\n position: absolute;\\n top: -190px;\\n}\\n.csg-preview {\\n width: 100%;\\n height: 100%;\\n}\\n.csg-bounding-box {\\n position: absolute;\\n background-color: unset !important;\\n}\\n.csg-bounding-box.active {\\n border: 1px solid #679FFA;\\n}\\n.csg-border-width {\\n width: 37px !important;\\n height: 37px !important;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.bg-color-pic {\\n border-radius: 100%;\\n border: 1px solid #CCC;\\n position: absolute;\\n height: 8px;\\n width: 8px;\\n right: 6px;\\n bottom: 6px;\\n}\\n::ng-deep .select {\\n min-width: unset !important;\\n}\\n::ng-deep .selected-value {\\n font-size: 12px !important;\\n}\\n@media (max-width: 1037px) {\\n .gd-context-menu {\\n position: fixed;\\n bottom: 0;\\n left: 0;\\n top: unset;\\n right: 0;\\n width: 100%;\\n height: 60px;\\n -webkit-box-align: center;\\n align-items: center;\\n padding: 0px;\\n margin: 0px;\\n background-color: white;\\n border-top: 2px solid #707070;\\n }\\n .gd-context-menu .color-for-shape {\\n -webkit-box-flex: 1;\\n flex: 1;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: start;\\n justify-content: flex-start;\\n }\\n .gd-context-menu .stamp-trash {\\n -webkit-box-flex: 0;\\n flex: 0 0 37px;\\n margin-right: 8px;\\n }\\n .gd-context-menu ::ng-deep .button {\\n margin: 3px !important;\\n }\\n .gd-context-menu ::ng-deep .select {\\n margin: 3px !important;\\n }\\n .gd-context-menu .first-element {\\n margin-left: 8px;\\n }\\n .csg-border-width .select {\\n width: 21px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zdGFtcC1jYW52YXMvc3RhbXAtY2FudmFzLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zdGFtcC1jYW52YXMvc3RhbXAtY2FudmFzLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsWUFBQTtFQUNBLFVBQUE7RUFDQSxVQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EsMkNBQUE7QUNERjtBRFBBO0VBV0ksZUFBQTtFQUNBLGVBQUE7RUFDQSx5QkFBQTtBQ0RKO0FEWkE7RUFpQkksc0JBQUE7RUFDQSxhQUFBO0VBQ0EsZ0JBQUE7QUNGSjtBRGpCQTtFQXVCSSxzQkFBQTtBQ0hKO0FET0E7RUFDRSxrQkFBQTtBQ0xGO0FEUUE7RUFDRSxrQkFBQTtFQUNBLFdBQUE7QUNORjtBRFNBO0VBQ0UsV0FBQTtFQUNBLFlBQUE7QUNQRjtBRFVBO0VBQ0Usa0JBQUE7RUFDQSxrQ0FBQTtBQ1JGO0FEV0E7RUFDRSx5QkFBQTtBQ1RGO0FEWUE7RUFDRSxzQkFBQTtFQUNBLHVCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QUNWRjtBRGFBO0VBQ0UsbUJBQUE7RUFDQSxzQkFBQTtFQUNBLGtCQUFBO0VBQ0EsV0FBQTtFQUNBLFVBQUE7RUFDQSxVQUFBO0VBQ0EsV0FBQTtBQ1hGO0FEY0E7RUFDRSwyQkFBQTtBQ1pGO0FEZUE7RUFDRSwwQkFBQTtBQ2JGO0FEZ0JBO0VBQ0U7SUFDRSxlQUFBO0lBQ0EsU0FBQTtJQUNBLE9BQUE7SUFDQSxVQUFBO0lBQ0EsUUFBQTtJQUNBLFdBQUE7SUFDQSxZQUFBO0lBQ0EseUJBQUE7WUFBQSxtQkFBQTtJQUNBLFlBQUE7SUFDQSxXQUFBO0lBQ0EsdUJBQUE7SUFDQSw2QkFBQTtFQ2RGO0VERUE7SUFlSSxtQkFBQTtZQUFBLE9BQUE7SUFDQSxvQkFBQTtJQUFBLGFBQUE7SUFDQSx5QkFBQTtZQUFBLG1CQUFBO0lBQ0EsdUJBQUE7WUFBQSwyQkFBQTtFQ2RKO0VESkE7SUFzQkksbUJBQUE7WUFBQSxjQUFBO0lBQ0EsaUJBQUE7RUNmSjtFRFJBO0lBMkJJLHNCQUFBO0VDaEJKO0VEWEE7SUErQkksc0JBQUE7RUNqQko7RURkQTtJQW1DSSxnQkFBQTtFQ2xCSjtFRHNCQTtJQUdJLFdBQUE7RUN0Qko7QUFDRiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3N0YW1wLWNhbnZhcy9zdGFtcC1jYW52YXMuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWNvbnRleHQtbWVudSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogMzdweDtcbiAgdG9wOiAtNDBweDtcbiAgcGFkZGluZzogMDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBib3gtc2hhZG93OiByZ2JhKDAsIDAsIDAsIDAuNTIpIDBweCAwcHggNXB4O1xuXG4gIC5pY29uIHtcbiAgICBmb250LXNpemU6IDE0cHg7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIGNvbG9yOiBAcHJpbWFyeSAhaW1wb3J0YW50O1xuICB9XG5cbiAgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgICB0b3A6IC0xMjBweCAhaW1wb3J0YW50O1xuICAgIGhlaWdodDogMTIwcHg7XG4gICAgb3ZlcmZsb3cteTogYXV0bztcbiAgfVxuXG4gIDo6bmctZGVlcCAuaWNvbi1idXR0b24ge1xuICAgIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuLmdkLXN0YW1wLWJveCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbn1cblxuLnBhbGV0dGUge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogLTE5MHB4O1xufVxuXG4uY3NnLXByZXZpZXcge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4uY3NnLWJvdW5kaW5nLWJveCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgYmFja2dyb3VuZC1jb2xvcjogdW5zZXQgIWltcG9ydGFudDtcbn1cblxuLmNzZy1ib3VuZGluZy1ib3guYWN0aXZlIHtcbiAgYm9yZGVyOiAxcHggc29saWQgIzY3OUZGQTtcbn1cblxuLmNzZy1ib3JkZXItd2lkdGgge1xuICB3aWR0aDogMzdweCAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IDM3cHggIWltcG9ydGFudDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5iZy1jb2xvci1waWMge1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGhlaWdodDogOHB4O1xuICB3aWR0aDogOHB4O1xuICByaWdodDogNnB4O1xuICBib3R0b206IDZweDtcbn1cblxuOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBtaW4td2lkdGg6IHVuc2V0ICFpbXBvcnRhbnQ7XG59XG5cbjo6bmctZGVlcCAuc2VsZWN0ZWQtdmFsdWUge1xuICBmb250LXNpemU6IDEycHggIWltcG9ydGFudDtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLmdkLWNvbnRleHQtbWVudSB7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIGJvdHRvbTogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHRvcDogdW5zZXQ7XG4gICAgcmlnaHQ6IDA7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiA2MHB4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgcGFkZGluZzogMHB4O1xuICAgIG1hcmdpbjogMHB4O1xuICAgIGJhY2tncm91bmQtY29sb3I6IHdoaXRlO1xuICAgIGJvcmRlci10b3A6IDJweCBzb2xpZCAjNzA3MDcwO1xuXG4gICAgLmNvbG9yLWZvci1zaGFwZSB7XG4gICAgICBmbGV4OiAxO1xuICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG4gICAgfVxuXG4gICAgLnN0YW1wLXRyYXNoIHtcbiAgICAgIGZsZXg6IDAgMCAzN3B4O1xuICAgICAgbWFyZ2luLXJpZ2h0OiA4cHg7XG4gICAgfVxuXG4gICAgOjpuZy1kZWVwIC5idXR0b24ge1xuICAgICAgbWFyZ2luOiAzcHggIWltcG9ydGFudDtcbiAgICB9XG5cbiAgICA6Om5nLWRlZXAgLnNlbGVjdCB7XG4gICAgICBtYXJnaW46IDNweCAhaW1wb3J0YW50O1xuICAgIH1cblxuICAgIC5maXJzdC1lbGVtZW50IHtcbiAgICAgIG1hcmdpbi1sZWZ0OiA4cHg7XG4gICAgfVxuICB9XG5cbiAgLmNzZy1ib3JkZXItd2lkdGgge1xuXG4gICAgLnNlbGVjdCB7XG4gICAgICB3aWR0aDogMjFweDtcbiAgICB9XG4gIH1cblxufVxuIiwiLmdkLWNvbnRleHQtbWVudSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogMzdweDtcbiAgdG9wOiAtNDBweDtcbiAgcGFkZGluZzogMDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBib3gtc2hhZG93OiByZ2JhKDAsIDAsIDAsIDAuNTIpIDBweCAwcHggNXB4O1xufVxuLmdkLWNvbnRleHQtbWVudSAuaWNvbiB7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBjb2xvcjogIzNFNEU1QSAhaW1wb3J0YW50O1xufVxuLmdkLWNvbnRleHQtbWVudSA6Om5nLWRlZXAgLmRyb3Bkb3duLW1lbnUge1xuICB0b3A6IC0xMjBweCAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IDEyMHB4O1xuICBvdmVyZmxvdy15OiBhdXRvO1xufVxuLmdkLWNvbnRleHQtbWVudSA6Om5nLWRlZXAgLmljb24tYnV0dG9uIHtcbiAgbWFyZ2luOiAwcHggIWltcG9ydGFudDtcbn1cbi5nZC1zdGFtcC1ib3gge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG59XG4ucGFsZXR0ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAtMTkwcHg7XG59XG4uY3NnLXByZXZpZXcge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLmNzZy1ib3VuZGluZy1ib3gge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJhY2tncm91bmQtY29sb3I6IHVuc2V0ICFpbXBvcnRhbnQ7XG59XG4uY3NnLWJvdW5kaW5nLWJveC5hY3RpdmUge1xuICBib3JkZXI6IDFweCBzb2xpZCAjNjc5RkZBO1xufVxuLmNzZy1ib3JkZXItd2lkdGgge1xuICB3aWR0aDogMzdweCAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IDM3cHggIWltcG9ydGFudDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uYmctY29sb3ItcGljIHtcbiAgYm9yZGVyLXJhZGl1czogMTAwJTtcbiAgYm9yZGVyOiAxcHggc29saWQgI0NDQztcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBoZWlnaHQ6IDhweDtcbiAgd2lkdGg6IDhweDtcbiAgcmlnaHQ6IDZweDtcbiAgYm90dG9tOiA2cHg7XG59XG46Om5nLWRlZXAgLnNlbGVjdCB7XG4gIG1pbi13aWR0aDogdW5zZXQgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuc2VsZWN0ZWQtdmFsdWUge1xuICBmb250LXNpemU6IDEycHggIWltcG9ydGFudDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLWNvbnRleHQtbWVudSB7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIGJvdHRvbTogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHRvcDogdW5zZXQ7XG4gICAgcmlnaHQ6IDA7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiA2MHB4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgcGFkZGluZzogMHB4O1xuICAgIG1hcmdpbjogMHB4O1xuICAgIGJhY2tncm91bmQtY29sb3I6IHdoaXRlO1xuICAgIGJvcmRlci10b3A6IDJweCBzb2xpZCAjNzA3MDcwO1xuICB9XG4gIC5nZC1jb250ZXh0LW1lbnUgLmNvbG9yLWZvci1zaGFwZSB7XG4gICAgZmxleDogMTtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBmbGV4LXN0YXJ0O1xuICB9XG4gIC5nZC1jb250ZXh0LW1lbnUgLnN0YW1wLXRyYXNoIHtcbiAgICBmbGV4OiAwIDAgMzdweDtcbiAgICBtYXJnaW4tcmlnaHQ6IDhweDtcbiAgfVxuICAuZ2QtY29udGV4dC1tZW51IDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICBtYXJnaW46IDNweCAhaW1wb3J0YW50O1xuICB9XG4gIC5nZC1jb250ZXh0LW1lbnUgOjpuZy1kZWVwIC5zZWxlY3Qge1xuICAgIG1hcmdpbjogM3B4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgLmdkLWNvbnRleHQtbWVudSAuZmlyc3QtZWxlbWVudCB7XG4gICAgbWFyZ2luLWxlZnQ6IDhweDtcbiAgfVxuICAuY3NnLWJvcmRlci13aWR0aCAuc2VsZWN0IHtcbiAgICB3aWR0aDogMjFweDtcbiAgfVxufVxuIl19 */\"","import {AfterViewInit, Component, ElementRef, Input, OnInit, ViewChild} from '@angular/core';\nimport {Border, StampCanvasProps} from \"../signature-models\";\nimport {ActiveCanvasService} from \"../active-canvas.service\";\nimport {RemoveCanvasService} from \"../remove-canvas.service\";\nimport {OnCloseService, WindowService} from \"@groupdocs.examples.angular/common-components\";\n\n@Component({\n selector: 'gd-stamp-canvas',\n templateUrl: './stamp-canvas.component.html',\n styleUrls: ['./stamp-canvas.component.less']\n})\nexport class StampCanvasComponent implements OnInit, AfterViewInit {\n @Input() id: number;\n @Input() theFirst: boolean;\n @Input() active: boolean;\n @Input() props: StampCanvasProps;\n @Input() width: number;\n @Input() height: number;\n\n _ctx: CanvasRenderingContext2D;\n @ViewChild('canvas', {static: true}) canvas: ElementRef;\n colorPickerBG = false;\n colorPickerC = false;\n borderWidth = Border.widthOptions();\n isMobile: boolean;\n\n constructor(private _activeCanvasService: ActiveCanvasService,\n private _removeCanvas: RemoveCanvasService,\n private _onCloseService: OnCloseService,\n private _windowService: WindowService) {\n\n this._onCloseService.onClose.subscribe((c) => {\n this.colorPickerC = false;\n this.colorPickerBG = false;\n });\n\n this._activeCanvasService.activeChange.subscribe((id: number) => {\n this.active = this.id === id;\n });\n\n this.isMobile = _windowService.isMobile();\n _windowService.onResize.subscribe((w) => {\n this.isMobile = _windowService.isMobile();\n });\n }\n\n get ctx(): CanvasRenderingContext2D {\n return this._ctx;\n }\n\n activation() {\n this._activeCanvasService.changeActive(this.id);\n }\n\n ngOnInit() {\n }\n\n ngAfterViewInit(): void {\n this._ctx = this.canvas.nativeElement.getContext('2d');\n this.redrawCanvas();\n }\n\n redrawCanvas() {\n this.refreshRadius();\n this.drawCircle();\n if (this.props.text) {\n if (this.theFirst) {\n this._ctx.fillStyle = this.props.textColor;\n this._ctx.font = this.fontDecoration() + \" \" + this.props.fontSize + 'px ' + this.props.font;\n this._ctx.textAlign = 'center';\n this._ctx.fillText(this.props.text, this.props.width / 2, this.props.height / 2 + this.props.fontSize / 2);\n if (this.props.underline) {\n this.makeTextUnderline();\n }\n } else {\n this.drawTextCircle();\n }\n }\n }\n\n private fontDecoration(): string {\n const bold = (this.props.bold) ? \"bold\" : \"\";\n const italic = (this.props.italic) ? \"italic\" : \"\";\n return bold + \" \" + italic;\n }\n\n private makeTextUnderline() {\n const x = this.props.width / 2;\n const y = this.props.height / 2;\n const textWidth = this._ctx.measureText(this.props.text).width;\n const startY = y + this.props.fontSize;\n const endY = startY;\n let underlineHeight = this.props.fontSize / 15;\n if (underlineHeight < 1) {\n underlineHeight = 1;\n }\n this._ctx.beginPath();\n const startX = x - (textWidth / 2);\n const endX = x + (textWidth / 2);\n this._ctx.strokeStyle = this.props.textColor;\n this._ctx.lineWidth = underlineHeight;\n this._ctx.moveTo(startX, startY);\n this._ctx.lineTo(endX, endY);\n this._ctx.strokeStyle = 'blue';\n this._ctx.stroke();\n }\n\n private drawCircle() {\n const backgroundColor = (this.props.backgroundColor === \"\") ? \"rgb(255, 255, 255)\" : this.props.backgroundColor;\n const x = this.props.width / 2;\n const y = this.props.height / 2;\n this._ctx.beginPath();\n this._ctx.arc(x, y, this.props.radius, 0, 2 * Math.PI);\n this._ctx.lineWidth = this.props.strokeWidth;\n this._ctx.strokeStyle = this.props.strokeColor;\n this._ctx.stroke();\n this._ctx.fillStyle = backgroundColor;\n this._ctx.fill();\n this._ctx.closePath();\n };\n\n private drawTextCircle() {\n const x = this.props.width / 2;\n const y = this.props.height / 2;\n this._ctx.save();\n this._ctx.translate(x, y);\n this._ctx.rotate(Math.PI / 2);\n this._ctx.fillStyle = this.props.textColor;\n this._ctx.font = this.fontDecoration() + \" \" + this.props.fontSize + 'px ' + this.props.font;\n\n const num = this.props.textExpansion + (this.props.fontSize / 100);\n const rad = this.props.radius - (this.props.fontSize / 2);\n for (let i = 0; i < this.props.textRepeat; i++) {\n for (let j = 0; j < this.props.text.length; j++) {\n this._ctx.save();\n this._ctx.rotate(j * num + num * this.props.text.length * i);\n this._ctx.fillText(this.props.text[j], 0, -(rad));\n this._ctx.restore();\n }\n }\n this._ctx.restore();\n };\n\n private refreshRadius() {\n if (this.props.strokeWidth > 1) {\n this.props.radius = (this.props.width / 2) - (this.props.strokeWidth / 2);\n } else {\n this.props.radius = (this.props.width / 2);\n }\n }\n\n toggleColorPicker($event, bg: boolean) {\n $event.preventDefault();\n $event.stopPropagation();\n if (bg) {\n this.colorPickerBG = !this.colorPickerBG;\n } else {\n this.colorPickerC = !this.colorPickerC;\n }\n }\n\n selectColor(bg: boolean, $event) {\n if (bg) {\n this.props.backgroundColor = $event;\n this.colorPickerBG = false;\n } else {\n this.props.strokeColor = $event;\n this.colorPickerC = false;\n }\n this.redrawCanvas();\n }\n\n selectBorderWidth($event) {\n this.props.strokeWidth = $event.value;\n this.redrawCanvas();\n }\n\n deleteCanvas() {\n this._removeCanvas.remove(this.id);\n this.redrawCanvas();\n }\n\n getLeft() {\n return (this.width - this.props.width) / 2;\n }\n\n getTop() {\n return (this.height - (this.isMobile ? 62 : 0) - this.props.height) / 2 - this.calcDiff();\n }\n\n private calcDiff() {\n return (this.active && !this.isMobile) ? 37 : 0;\n }\n\n resize($event) {\n this.props.width += $event;\n this.props.height += $event;\n }\n\n closeColorPickerBG($event) {\n this.colorPickerBG = !$event;\n }\n\n closeColorPickerC($event) {\n this.colorPickerC = !$event;\n }\n\n getTranslation() {\n this.refreshRadius();\n const menuWidth = 148 * 0.5;\n return this.props.radius < menuWidth ? (menuWidth - this.props.radius) : (this.props.radius - menuWidth);\n }\n\n inactive($event: Event) {\n this._activeCanvasService.changeActive(null);\n }\n}\n","module.exports = \".stamp-body {\\n width: 1036px;\\n height: 561px;\\n}\\n.stamp-body ::ng-deep .button {\\n font-size: unset !important;\\n color: #3E4E5A !important;\\n}\\n.stamp-body ::ng-deep .button ::ng-deep .text {\\n padding-left: 0px !important;\\n}\\n.stamp-body .csg-text-input {\\n padding: 5px;\\n background-color: #e6e6e6;\\n position: absolute;\\n top: 120px;\\n left: 0px;\\n width: calc(100% - 10px);\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n display: -webkit-box;\\n display: flex;\\n z-index: 99999;\\n}\\n.stamp-body .csg-text-input::after {\\n content: \\\" \\\";\\n width: 0;\\n height: 0;\\n border-style: solid;\\n border-width: 0 4px 5px 4px;\\n border-color: transparent transparent #e6e6e6 transparent;\\n position: absolute;\\n top: -5px;\\n right: 110px;\\n}\\n.stamp-body .csg-text-input input {\\n height: 20px;\\n width: 100%;\\n padding: 0;\\n margin: 0px 10px 0px 0px;\\n}\\n.stamp-body .csg-insert-text {\\n width: 27px;\\n height: 27px;\\n background-color: #3787F5;\\n margin: 0px;\\n}\\n.stamp-body .csg-insert-text .icon {\\n padding: 5px;\\n color: white;\\n}\\n.stamp-header {\\n height: 60px;\\n width: 100%;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.header-buttons {\\n display: -webkit-box;\\n display: flex;\\n}\\n.header-buttons .plus {\\n font-size: 8px;\\n position: absolute;\\n height: 5px;\\n width: 5px;\\n right: 10px;\\n bottom: 10px;\\n}\\n.stamp-export {\\n background-color: #25c2d4;\\n margin-right: 10px;\\n width: 68px;\\n height: 37px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n color: #FFF;\\n -webkit-box-align: center;\\n align-items: center;\\n cursor: pointer;\\n}\\n.stamp-export .icon {\\n display: -webkit-box;\\n display: flex;\\n text-align: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-flex: 0;\\n flex: 0 0 27px;\\n}\\n.stamp-export .save-button {\\n font-size: 10px;\\n display: -webkit-box;\\n display: flex;\\n text-align: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-flex: 0;\\n flex: 0 0 40px;\\n}\\n.gd-draw-stamp {\\n background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAhCAYAAAC4JqlRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA4UlEQVR4nO2WbQuDMAyE+///q0WhKiiacYFK7BeXK2OMJXC2SF8er2kwiTPO81St6yo5ZxmGQdsnYZwdi/6yLJICIAACIAAC4KcA6uYMgN34BmAX9QgA9atYuQGO47j6mMw4YDXPsyQ8PCqlaAsAuNAjdYC1DyDeY7MOQuoAY10L0CboO0KoAywA6NsFn26QBaUB6hFYAO8VrhEAAfC/APQ1tJXQC9CCXABsKQZAW1qpStgDwG7+kVL8dQBPAnYDQN4cwFgrvFOAfd/Fq23b9IdiHEeZpokWAF41ugKO5u7gN6EQAAAFZL5NAAAAAElFTkSuQmCC) !important;\\n position: absolute;\\n padding: 0 !important;\\n background-color: #fff;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-draw-stamp input {\\n height: 30px;\\n outline: 2px solid #679FFA;\\n}\\n.gd-draw-stamp .gd-draw-stamp-text {\\n z-index: 99999;\\n}\\n.gd-draw-stamp .gd-text-menu-context {\\n height: 37px;\\n top: 180px;\\n padding: 0;\\n background-color: #FFFFFF;\\n cursor: default;\\n position: absolute;\\n box-shadow: rgba(0, 0, 0, 0.52) 0px 0px 5px;\\n}\\n.gd-draw-stamp .gd-text-menu-context ::ng-deep .color-for-text {\\n -webkit-box-flex: 1;\\n flex: 1;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: start;\\n justify-content: flex-start;\\n}\\n.gd-draw-stamp .gd-text-menu-context .stamp-trash {\\n -webkit-box-flex: 0;\\n flex: 0 0 37px;\\n margin-right: 8px;\\n}\\n.gd-draw-stamp .gd-text-menu-context ::ng-deep .first-component ::ng-deep .dropdown-menu {\\n left: 8px;\\n}\\n::ng-deep .select {\\n color: #3E4E5A !important;\\n}\\n::ng-deep gd-drop-down {\\n z-index: 999999 !important;\\n}\\n@media (max-width: 1037px) {\\n .stamp-body {\\n width: inherit;\\n height: inherit;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zdGFtcC1tb2RhbC9zdGFtcC1tb2RhbC5jb21wb25lbnQubGVzcyIsImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc3RhbXAtbW9kYWwvc3RhbXAtbW9kYWwuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxhQUFBO0VBQ0EsYUFBQTtBQ0RGO0FEREE7RUFLSSwyQkFBQTtFQUNBLHlCQUFBO0FDREo7QURMQTtFQVNNLDRCQUFBO0FDRE47QURSQTtFQWNJLFlBQUE7RUFDQSx5QkFBQTtFQUNBLGtCQUFBO0VBQ0EsVUFBQTtFQUNBLFNBQUE7RUFDQSx3QkFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGNBQUE7QUNISjtBRG5CQTtFQTBCSSxZQUFBO0VBQ0EsUUFBQTtFQUNBLFNBQUE7RUFDQSxtQkFBQTtFQUNBLDJCQUFBO0VBQ0EseURBQUE7RUFDQSxrQkFBQTtFQUNBLFNBQUE7RUFDQSxZQUFBO0FDSko7QUQ5QkE7RUFzQ0ksWUFBQTtFQUNBLFdBQUE7RUFDQSxVQUFBO0VBQ0Esd0JBQUE7QUNMSjtBRHBDQTtFQTZDSSxXQUFBO0VBQ0EsWUFBQTtFQUNBLHlCQUFBO0VBQ0EsV0FBQTtBQ05KO0FEMUNBO0VBbURNLFlBQUE7RUFDQSxZQUFBO0FDTk47QURXQTtFQUNFLFlBQUE7RUFDQSxXQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSw4QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QUNURjtBRFlBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0FDVkY7QURTQTtFQUlJLGNBQUE7RUFDQSxrQkFBQTtFQUNBLFdBQUE7RUFDQSxVQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7QUNWSjtBRGNBO0VBQ0UseUJBQUE7RUFDQSxrQkFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSw4QkFBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsZUFBQTtBQ1pGO0FER0E7RUFZSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxrQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxtQkFBQTtVQUFBLGNBQUE7QUNaSjtBREhBO0VBbUJJLGVBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxrQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxtQkFBQTtVQUFBLGNBQUE7QUNiSjtBRGlCQTtFQUNFLDRjQUFBO0VBQ0Esa0JBQUE7RUFDQSxxQkFBQTtFQUNBLHNCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QUNmRjtBRFFBO0VBVUksWUFBQTtFQUNBLDBCQUFBO0FDZko7QURJQTtFQWVJLGNBQUE7QUNoQko7QURDQTtFQW1CSSxZQUFBO0VBQ0EsVUFBQTtFQUNBLFVBQUE7RUFDQSx5QkFBQTtFQUNBLGVBQUE7RUFDQSxrQkFBQTtFQUNBLDJDQUFBO0FDakJKO0FEUkE7RUE0Qk0sbUJBQUE7VUFBQSxPQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHVCQUFBO1VBQUEsMkJBQUE7QUNqQk47QURkQTtFQW1DTSxtQkFBQTtVQUFBLGNBQUE7RUFDQSxpQkFBQTtBQ2xCTjtBRGxCQTtFQXlDUSxTQUFBO0FDcEJSO0FEMEJBO0VBQ0UseUJBQUE7QUN4QkY7QUQyQkE7RUFDRSwwQkFBQTtBQ3pCRjtBRDRCQTtFQUNFO0lBQ0UsY0FBQTtJQUNBLGVBQUE7RUMxQkY7QUFDRiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3N0YW1wLW1vZGFsL3N0YW1wLW1vZGFsLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbi5zdGFtcC1ib2R5IHtcbiAgd2lkdGg6IDEwMzZweDtcbiAgaGVpZ2h0OiA1NjFweDtcblxuICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgZm9udC1zaXplOiB1bnNldCAhaW1wb3J0YW50O1xuICAgIGNvbG9yOiBAcHJpbWFyeSAhaW1wb3J0YW50O1xuXG4gICAgOjpuZy1kZWVwIC50ZXh0IHtcbiAgICAgIHBhZGRpbmctbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG5cbiAgLmNzZy10ZXh0LWlucHV0IHtcbiAgICBwYWRkaW5nOiA1cHg7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI2U2ZTZlNjtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgdG9wOiAxMjBweDtcbiAgICBsZWZ0OiAwcHg7XG4gICAgd2lkdGg6IH5cImNhbGMoMTAwJSAtIDEwcHgpXCI7XG4gICAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIHotaW5kZXg6IDk5OTk5O1xuICB9XG5cbiAgLmNzZy10ZXh0LWlucHV0OjphZnRlciB7XG4gICAgY29udGVudDogXCIgXCI7XG4gICAgd2lkdGg6IDA7XG4gICAgaGVpZ2h0OiAwO1xuICAgIGJvcmRlci1zdHlsZTogc29saWQ7XG4gICAgYm9yZGVyLXdpZHRoOiAwIDRweCA1cHggNHB4O1xuICAgIGJvcmRlci1jb2xvcjogdHJhbnNwYXJlbnQgdHJhbnNwYXJlbnQgI2U2ZTZlNiB0cmFuc3BhcmVudDtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgdG9wOiAtNXB4O1xuICAgIHJpZ2h0OiAxMTBweDtcbiAgfVxuXG4gIC5jc2ctdGV4dC1pbnB1dCBpbnB1dCB7XG4gICAgaGVpZ2h0OiAyMHB4O1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIHBhZGRpbmc6IDA7XG4gICAgbWFyZ2luOiAwcHggMTBweCAwcHggMHB4O1xuICB9XG5cbiAgLmNzZy1pbnNlcnQtdGV4dCB7XG4gICAgd2lkdGg6IDI3cHg7XG4gICAgaGVpZ2h0OiAyN3B4O1xuICAgIGJhY2tncm91bmQtY29sb3I6ICMzNzg3RjU7XG4gICAgbWFyZ2luOiAwcHg7XG5cbiAgICAuaWNvbiB7XG4gICAgICBwYWRkaW5nOiA1cHg7XG4gICAgICBjb2xvcjogd2hpdGU7XG4gICAgfVxuICB9XG59XG5cbi5zdGFtcC1oZWFkZXIge1xuICBoZWlnaHQ6IDYwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5oZWFkZXItYnV0dG9ucyB7XG4gIGRpc3BsYXk6IGZsZXg7XG5cbiAgLnBsdXMge1xuICAgIGZvbnQtc2l6ZTogOHB4O1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICBoZWlnaHQ6IDVweDtcbiAgICB3aWR0aDogNXB4O1xuICAgIHJpZ2h0OiAxMHB4O1xuICAgIGJvdHRvbTogMTBweDtcbiAgfVxufVxuXG4uc3RhbXAtZXhwb3J0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogQGJyYW5kO1xuICBtYXJnaW4tcmlnaHQ6IDEwcHg7XG4gIHdpZHRoOiA2OHB4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcbiAgY29sb3I6ICNGRkY7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGN1cnNvcjogcG9pbnRlcjtcblxuICAuaWNvbiB7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgZmxleDogMCAwIDI3cHg7XG4gIH1cblxuICAuc2F2ZS1idXR0b24ge1xuICAgIGZvbnQtc2l6ZTogMTBweDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBmbGV4OiAwIDAgNDBweDtcbiAgfVxufVxuXG4uZ2QtZHJhdy1zdGFtcCB7XG4gIGJhY2tncm91bmQtaW1hZ2U6IHVybChkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUNBQUFBQWhDQVlBQUFDNEpxbFJBQUFBQ1hCSVdYTUFBQTdFQUFBT3hBR1ZLdzRiQUFBQTRVbEVRVlI0bk8yV2JRdURNQXlFKy8vL3EwV2hLaWlhY1lGSzdCZVhLMk9NSlhDMlNGOGVyMmt3aVRQTzgxU3Q2eW81WnhtR1Fkc25ZWndkaS82eUxKSUNJQUFDSUFBQzRLY0E2dVlNZ04zNEJtQVg5UWdBOWF0WXVRR080N2o2bU13NFlEWFBzeVE4UENxbGFBc0F1TkFqZFlDMUR5RGVZN01PUXVvQVkxMEwwQ2JvTzBLb0F5d0E2TnNGbjI2UUJhVUI2aEZZQU84VnJoRUFBZkMvQVBRMXRKWFFDOUNDWEFCc0tRWkFXMXFwU3RnRHdHNytrVkw4ZFFCUEFuWURRTjRjd0ZncnZGT0FmZC9GcTIzYjlJZGlIRWVacG9rV0FGNDF1Z0tPNXU3Z042RVFBQUFGWkw1TkFBQUFBRWxGVGtTdVFtQ0MpICFpbXBvcnRhbnQ7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcGFkZGluZzogMCAhaW1wb3J0YW50O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmO1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcblxuICBpbnB1dCB7XG4gICAgaGVpZ2h0OiAzMHB4O1xuICAgIG91dGxpbmU6IDJweCBzb2xpZCAjNjc5RkZBO1xuICB9XG5cbiAgLmdkLWRyYXctc3RhbXAtdGV4dCB7XG4gICAgei1pbmRleDogOTk5OTk7XG4gIH1cblxuICAuZ2QtdGV4dC1tZW51LWNvbnRleHQge1xuICAgIGhlaWdodDogMzdweDtcbiAgICB0b3A6IDE4MHB4O1xuICAgIHBhZGRpbmc6IDA7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgICBjdXJzb3I6IGRlZmF1bHQ7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIGJveC1zaGFkb3c6IHJnYmEoMCwgMCwgMCwgMC41MikgMHB4IDBweCA1cHg7XG5cbiAgICA6Om5nLWRlZXAgLmNvbG9yLWZvci10ZXh0IHtcbiAgICAgIGZsZXg6IDE7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICAgIGp1c3RpZnktY29udGVudDogZmxleC1zdGFydDtcbiAgICB9XG5cbiAgICAuc3RhbXAtdHJhc2gge1xuICAgICAgZmxleDogMCAwIDM3cHg7XG4gICAgICBtYXJnaW4tcmlnaHQ6IDhweDtcbiAgICB9XG5cbiAgICA6Om5nLWRlZXAgLmZpcnN0LWNvbXBvbmVudCB7XG4gICAgICA6Om5nLWRlZXAgLmRyb3Bkb3duLW1lbnUge1xuICAgICAgICBsZWZ0OiA4cHg7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbjo6bmctZGVlcCAuc2VsZWN0IHtcbiAgY29sb3I6IEBwcmltYXJ5ICFpbXBvcnRhbnQ7XG59XG5cbjo6bmctZGVlcCBnZC1kcm9wLWRvd24ge1xuICB6LWluZGV4OiA5OTk5OTkgIWltcG9ydGFudDtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLnN0YW1wLWJvZHkge1xuICAgIHdpZHRoOiBpbmhlcml0O1xuICAgIGhlaWdodDogaW5oZXJpdDtcbiAgfVxufVxuIiwiLnN0YW1wLWJvZHkge1xuICB3aWR0aDogMTAzNnB4O1xuICBoZWlnaHQ6IDU2MXB4O1xufVxuLnN0YW1wLWJvZHkgOjpuZy1kZWVwIC5idXR0b24ge1xuICBmb250LXNpemU6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gIGNvbG9yOiAjM0U0RTVBICFpbXBvcnRhbnQ7XG59XG4uc3RhbXAtYm9keSA6Om5nLWRlZXAgLmJ1dHRvbiA6Om5nLWRlZXAgLnRleHQge1xuICBwYWRkaW5nLWxlZnQ6IDBweCAhaW1wb3J0YW50O1xufVxuLnN0YW1wLWJvZHkgLmNzZy10ZXh0LWlucHV0IHtcbiAgcGFkZGluZzogNXB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTZlNmU2O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMTIwcHg7XG4gIGxlZnQ6IDBweDtcbiAgd2lkdGg6IGNhbGMoMTAwJSAtIDEwcHgpO1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBkaXNwbGF5OiBmbGV4O1xuICB6LWluZGV4OiA5OTk5OTtcbn1cbi5zdGFtcC1ib2R5IC5jc2ctdGV4dC1pbnB1dDo6YWZ0ZXIge1xuICBjb250ZW50OiBcIiBcIjtcbiAgd2lkdGg6IDA7XG4gIGhlaWdodDogMDtcbiAgYm9yZGVyLXN0eWxlOiBzb2xpZDtcbiAgYm9yZGVyLXdpZHRoOiAwIDRweCA1cHggNHB4O1xuICBib3JkZXItY29sb3I6IHRyYW5zcGFyZW50IHRyYW5zcGFyZW50ICNlNmU2ZTYgdHJhbnNwYXJlbnQ7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAtNXB4O1xuICByaWdodDogMTEwcHg7XG59XG4uc3RhbXAtYm9keSAuY3NnLXRleHQtaW5wdXQgaW5wdXQge1xuICBoZWlnaHQ6IDIwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICBwYWRkaW5nOiAwO1xuICBtYXJnaW46IDBweCAxMHB4IDBweCAwcHg7XG59XG4uc3RhbXAtYm9keSAuY3NnLWluc2VydC10ZXh0IHtcbiAgd2lkdGg6IDI3cHg7XG4gIGhlaWdodDogMjdweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzM3ODdGNTtcbiAgbWFyZ2luOiAwcHg7XG59XG4uc3RhbXAtYm9keSAuY3NnLWluc2VydC10ZXh0IC5pY29uIHtcbiAgcGFkZGluZzogNXB4O1xuICBjb2xvcjogd2hpdGU7XG59XG4uc3RhbXAtaGVhZGVyIHtcbiAgaGVpZ2h0OiA2MHB4O1xuICB3aWR0aDogMTAwJTtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmhlYWRlci1idXR0b25zIHtcbiAgZGlzcGxheTogZmxleDtcbn1cbi5oZWFkZXItYnV0dG9ucyAucGx1cyB7XG4gIGZvbnQtc2l6ZTogOHB4O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGhlaWdodDogNXB4O1xuICB3aWR0aDogNXB4O1xuICByaWdodDogMTBweDtcbiAgYm90dG9tOiAxMHB4O1xufVxuLnN0YW1wLWV4cG9ydCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNWMyZDQ7XG4gIG1hcmdpbi1yaWdodDogMTBweDtcbiAgd2lkdGg6IDY4cHg7XG4gIGhlaWdodDogMzdweDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICBjb2xvcjogI0ZGRjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgY3Vyc29yOiBwb2ludGVyO1xufVxuLnN0YW1wLWV4cG9ydCAuaWNvbiB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGZsZXg6IDAgMCAyN3B4O1xufVxuLnN0YW1wLWV4cG9ydCAuc2F2ZS1idXR0b24ge1xuICBmb250LXNpemU6IDEwcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGZsZXg6IDAgMCA0MHB4O1xufVxuLmdkLWRyYXctc3RhbXAge1xuICBiYWNrZ3JvdW5kLWltYWdlOiB1cmwoZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFDQUFBQUFoQ0FZQUFBQzRKcWxSQUFBQUNYQklXWE1BQUE3RUFBQU94QUdWS3c0YkFBQUE0VWxFUVZSNG5PMldiUXVETUF5RSsvLy9xMFdoS2lpYWNZRks3QmVYSzJPTUpYQzJTRjhlcjJrd2lUUE84MVN0NnlvNVp4bUdRZHNuWVp3ZGkvNnlMSklDSUFBQ0lBQUM0S2NBNnVZTWdOMzRCbUFYOVFnQTlhdFl1UUdPNDdqNm1NdzRZRFhQc3lROFBDcWxhQXNBdU5BamRZQzFEeURlWTdNT1F1b0FZMTBMMENib08wS29BeXdBNk5zRm4yNlFCYVVCNmhGWUFPOFZyaEVBQWZDL0FQUTF0SlhRQzlDQ1hBQnNLUVpBVzFxcFN0Z0R3Rzcra1ZMOGRRQlBBbllEUU40Y3dGZ3J2Rk9BZmQvRnEyM2I5SWRpSEVlWnBva1dBRjQxdWdLTzV1N2dONkVRQUFBRlpMNU5BQUFBQUVsRlRrU3VRbUNDKSAhaW1wb3J0YW50O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHBhZGRpbmc6IDAgIWltcG9ydGFudDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZ2QtZHJhdy1zdGFtcCBpbnB1dCB7XG4gIGhlaWdodDogMzBweDtcbiAgb3V0bGluZTogMnB4IHNvbGlkICM2NzlGRkE7XG59XG4uZ2QtZHJhdy1zdGFtcCAuZ2QtZHJhdy1zdGFtcC10ZXh0IHtcbiAgei1pbmRleDogOTk5OTk7XG59XG4uZ2QtZHJhdy1zdGFtcCAuZ2QtdGV4dC1tZW51LWNvbnRleHQge1xuICBoZWlnaHQ6IDM3cHg7XG4gIHRvcDogMTgwcHg7XG4gIHBhZGRpbmc6IDA7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkZGRkY7XG4gIGN1cnNvcjogZGVmYXVsdDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBib3gtc2hhZG93OiByZ2JhKDAsIDAsIDAsIDAuNTIpIDBweCAwcHggNXB4O1xufVxuLmdkLWRyYXctc3RhbXAgLmdkLXRleHQtbWVudS1jb250ZXh0IDo6bmctZGVlcCAuY29sb3ItZm9yLXRleHQge1xuICBmbGV4OiAxO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG59XG4uZ2QtZHJhdy1zdGFtcCAuZ2QtdGV4dC1tZW51LWNvbnRleHQgLnN0YW1wLXRyYXNoIHtcbiAgZmxleDogMCAwIDM3cHg7XG4gIG1hcmdpbi1yaWdodDogOHB4O1xufVxuLmdkLWRyYXctc3RhbXAgLmdkLXRleHQtbWVudS1jb250ZXh0IDo6bmctZGVlcCAuZmlyc3QtY29tcG9uZW50IDo6bmctZGVlcCAuZHJvcGRvd24tbWVudSB7XG4gIGxlZnQ6IDhweDtcbn1cbjo6bmctZGVlcCAuc2VsZWN0IHtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCBnZC1kcm9wLWRvd24ge1xuICB6LWluZGV4OiA5OTk5OTkgIWltcG9ydGFudDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLnN0YW1wLWJvZHkge1xuICAgIHdpZHRoOiBpbmhlcml0O1xuICAgIGhlaWdodDogaW5oZXJpdDtcbiAgfVxufVxuIl19 */\"","import {Component, ComponentRef, ElementRef, OnDestroy, OnInit, ViewChild} from '@angular/core';\nimport {SignatureType, StampCanvasProps} from \"../signature-models\";\nimport {ActiveCanvasService} from './../active-canvas.service'\nimport {SignatureService} from './../signature.service'\nimport {SignatureTabActivatorService} from \"./../signature-tab-activator.service\";\nimport {RemoveCanvasService} from \"../remove-canvas.service\";\nimport {StampCanvasComponent} from \"../stamp-canvas/stamp-canvas.component\";\nimport {\n AddDynamicComponentService, CommonModals, Formatting,\n HostDynamicDirective, ModalService,\n WindowService\n} from \"@groupdocs.examples.angular/common-components\";\nimport * as jquery from \"jquery\";\n\nconst $ = jquery;\n\n@Component({\n selector: 'gd-stamp-modal',\n templateUrl: './stamp-modal.component.html',\n styleUrls: ['./stamp-modal.component.less']\n})\nexport class StampModalComponent implements OnInit, OnDestroy {\n stampCircles = new Map>();\n textString = '';\n showText = false;\n\n @ViewChild(HostDynamicDirective, {static: true}) dynamicDirective: HostDynamicDirective;\n\n private isMobile: boolean;\n private sizeMagnifier = 40;\n private activeId: number;\n textProps = Formatting.default();\n\n constructor(private _addDynamicComponentService: AddDynamicComponentService,\n private _activeCanvasService: ActiveCanvasService,\n private _windowService: WindowService,\n private _removeCanvas: RemoveCanvasService,\n private _signatureService: SignatureService,\n private _tabActivationService: SignatureTabActivatorService,\n private _modalService: ModalService) {\n\n this._removeCanvas.removeCanvas.subscribe((id: number) => {\n const componentRef = this.stampCircles.get(id);\n componentRef.destroy();\n this.stampCircles.delete(id);\n });\n\n this.isMobile = _windowService.isMobile();\n _windowService.onResize.subscribe((w) => {\n this.isMobile = _windowService.isMobile();\n });\n\n this._activeCanvasService.activeChange.subscribe((id: number) => {\n this.activeId = id;\n });\n }\n\n ngOnInit() {\n }\n\n saveSign() {\n const componentRef = this.stampCircles.get(this.stampCircles.size);\n const canvasComponent = componentRef.instance;\n const lastProps = canvasComponent.props;\n const ctx = canvasComponent.ctx;\n const props = [];\n props.push(lastProps);\n for (let i = this.stampCircles.size - 1; i > 0; i--) {\n const comp = this.stampCircles.get(i).instance;\n const canvas = comp.canvas.nativeElement;\n let offset = lastProps.width - comp.props.width;\n if (offset !== 0) {\n offset = offset / 2;\n }\n ctx.drawImage(canvas, offset, offset);\n props.push(comp.props);\n }\n props.reverse();\n const img = canvasComponent.canvas.nativeElement.toDataURL(\"image/png\");\n this._signatureService.saveStamp(img, props).subscribe(() => {\n this._tabActivationService.changeActiveTab(SignatureType.STAMP.id);\n });\n this.close();\n }\n\n private close() {\n this._modalService.close(CommonModals.DrawStampSignature);\n }\n\n onCloseOpen($event) {\n if ($event) {\n this.textString = '';\n const props = new StampCanvasProps().init(this.isMobile);\n props.id = this.stampCircles.size + 1;\n this.addCircle(props, true);\n } else {\n this.clear();\n }\n }\n\n clear() {\n for (const comp of this.stampCircles.values()) {\n comp.destroy();\n }\n this.stampCircles = new Map>();\n this.showText = false;\n }\n\n private addCircle(props: StampCanvasProps, theFirst: boolean) {\n if (this.dynamicDirective) {\n const viewContainerRef = this.dynamicDirective.viewContainerRef;\n const stampCircle = this._addDynamicComponentService.addDynamicComponent(viewContainerRef, StampCanvasComponent);\n (stampCircle.instance).id = props.id;\n (stampCircle.instance).theFirst = theFirst;\n (stampCircle.instance).active = true;\n (stampCircle.instance).props = props;\n (stampCircle.instance).width = this.getWidth();\n (stampCircle.instance).height = this.getHeight();\n this.stampCircles.set(props.id, stampCircle);\n this._activeCanvasService.changeActive(props.id);\n }\n }\n\n addCanvas() {\n const props = new StampCanvasProps();\n props.init(this.isMobile);\n props.id = this.stampCircles.size + 1;\n const componentRef = this.stampCircles.get(this.stampCircles.size);\n if (componentRef) {\n const lastProps = (componentRef.instance).props;\n props.width = lastProps.width + this.sizeMagnifier;\n props.height = lastProps.height + this.sizeMagnifier;\n props.zIndex = lastProps.zIndex - 1;\n }\n this.addCircle(props, false);\n this.showText = false;\n }\n\n ngOnDestroy(): void {\n this.clear();\n }\n\n addText(value: string) {\n this.textString = value;\n const componentRef = this.stampCircles.get(1);\n if (this.textString && componentRef) {\n const props = (componentRef.instance).props;\n props.text = value;\n (componentRef.instance).redrawCanvas();\n this.showText = false;\n }\n }\n\n toggleText() {\n this.showText = !this.showText;\n if (this.showText) {\n this._activeCanvasService.changeActive(null);\n }\n if (this.showText) {\n setTimeout(() => {\n const element = $(\"#text-input\");\n if (element) {\n element.focus();\n }\n }, 100);\n }\n }\n\n toggleUnderline($event: boolean) {\n this.textProps.underline = $event;\n const componentRef = this.stampCircles.get(1);\n if (componentRef) {\n const props = (componentRef.instance).props;\n props.underline = $event;\n (componentRef.instance).redrawCanvas();\n }\n }\n\n toggleBold($event: boolean) {\n this.textProps.bold = $event;\n const componentRef = this.stampCircles.get(1);\n if (componentRef) {\n const props = (componentRef.instance).props;\n props.bold = $event;\n (componentRef.instance).redrawCanvas();\n }\n }\n\n toggleItalic($event: boolean) {\n this.textProps.italic = $event;\n const componentRef = this.stampCircles.get(1);\n if (componentRef) {\n const props = (componentRef.instance).props;\n props.italic = $event;\n (componentRef.instance).redrawCanvas();\n }\n }\n\n selectTextColor($event: string) {\n this.textProps.color = $event;\n const componentRef = this.stampCircles.get(1);\n if (componentRef) {\n const props = (componentRef.instance).props;\n props.textColor = $event;\n (componentRef.instance).redrawCanvas();\n }\n }\n\n selectFont($event: string) {\n this.textProps.font = $event;\n const componentRef = this.stampCircles.get(1);\n if (componentRef) {\n const props = (componentRef.instance).props;\n props.font = $event;\n (componentRef.instance).redrawCanvas();\n }\n }\n\n selectFontSize($event: number) {\n this.textProps.fontSize = $event;\n const componentRef = this.stampCircles.get(1);\n if (componentRef) {\n const props = (componentRef.instance).props;\n props.fontSize = $event;\n (componentRef.instance).redrawCanvas();\n }\n }\n\n getWidth() {\n return this.isMobile ? this._windowService.getWidth() : 1036;\n }\n\n getHeight() {\n return this.isMobile ? this._windowService.getHeight() : 501;\n }\n\n deleteText() {\n const componentRef = this.stampCircles.get(1);\n if (componentRef) {\n const props = (componentRef.instance).props;\n props.text = \"\";\n (componentRef.instance).redrawCanvas();\n this.showText = false;\n }\n }\n\n leaveText($event: Event) {\n this.showText = false;\n }\n\n getTextWidth() {\n const componentRef = this.stampCircles.get(1);\n if (componentRef) {\n const props = (componentRef.instance).props;\n return props.radius * 2;\n }\n return 100;\n }\n}\n","module.exports = \".gd-upload-inputs {\\n height: 350px;\\n text-align: center;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-pack: center;\\n justify-content: center;\\n align-content: center;\\n background-color: #FFF;\\n}\\n.gd-upload-inputs .icon {\\n font-size: 52px;\\n color: #959DA5;\\n}\\n.gd-upload-inputs input {\\n opacity: 0;\\n position: absolute;\\n cursor: pointer;\\n width: -webkit-fit-content;\\n width: -moz-fit-content;\\n width: fit-content;\\n height: 203px;\\n}\\n.gd-upload-title {\\n color: #bababa;\\n font-size: 13px;\\n margin: 10px 0px 0px 0px;\\n}\\n.text {\\n font-size: 12px;\\n text-align: center;\\n}\\n@media (max-width: 1037px) {\\n .gd-upload-inputs {\\n width: -webkit-fill-available;\\n }\\n .gd-upload-inputs input {\\n width: -webkit-fill-available;\\n height: 201px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi91cGxvYWQtc2lnbmF0dXJlL3VwbG9hZC1zaWduYXR1cmUuY29tcG9uZW50Lmxlc3MiLCJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3VwbG9hZC1zaWduYXR1cmUvdXBsb2FkLXNpZ25hdHVyZS5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLGFBQUE7RUFDQSxrQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxxQkFBQTtFQUNBLHNCQUFBO0FDREY7QUROQTtFQVVJLGVBQUE7RUFDQSxjQUFBO0FDREo7QURWQTtFQWVJLFVBQUE7RUFDQSxrQkFBQTtFQUNBLGVBQUE7RUFDQSwwQkFBQTtFQUFBLHVCQUFBO0VBQUEsa0JBQUE7RUFDQSxhQUFBO0FDRko7QURNQTtFQUNFLGNBQUE7RUFDQSxlQUFBO0VBQ0Esd0JBQUE7QUNKRjtBRE9BO0VBQ0UsZUFBQTtFQUNBLGtCQUFBO0FDTEY7QURRQTtFQUVFO0lBQ0UsNkJBQUE7RUNQRjtFRFVBO0lBQ0UsNkJBQUE7SUFDQSxhQUFBO0VDUkY7QUFDRiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3VwbG9hZC1zaWduYXR1cmUvdXBsb2FkLXNpZ25hdHVyZS5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uZ2QtdXBsb2FkLWlucHV0cyB7XG4gIGhlaWdodDogMzUwcHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRjtcblxuICAuaWNvbiB7XG4gICAgZm9udC1zaXplOiA1MnB4O1xuICAgIGNvbG9yOiAjOTU5REE1O1xuICB9XG5cbiAgaW5wdXQge1xuICAgIG9wYWNpdHk6IDA7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICB3aWR0aDogZml0LWNvbnRlbnQ7XG4gICAgaGVpZ2h0OiAyMDNweDtcbiAgfVxufVxuXG4uZ2QtdXBsb2FkLXRpdGxlIHtcbiAgY29sb3I6ICNiYWJhYmE7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgbWFyZ2luOiAxMHB4IDBweCAwcHggMHB4O1xufVxuXG4udGV4dCB7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuXG4gIC5nZC11cGxvYWQtaW5wdXRzIHtcbiAgICB3aWR0aDogLXdlYmtpdC1maWxsLWF2YWlsYWJsZTtcbiAgfVxuXG4gIC5nZC11cGxvYWQtaW5wdXRzIGlucHV0IHtcbiAgICB3aWR0aDogLXdlYmtpdC1maWxsLWF2YWlsYWJsZTtcbiAgICBoZWlnaHQ6IDIwMXB4O1xuICB9XG59XG4iLCIuZ2QtdXBsb2FkLWlucHV0cyB7XG4gIGhlaWdodDogMzUwcHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRjtcbn1cbi5nZC11cGxvYWQtaW5wdXRzIC5pY29uIHtcbiAgZm9udC1zaXplOiA1MnB4O1xuICBjb2xvcjogIzk1OURBNTtcbn1cbi5nZC11cGxvYWQtaW5wdXRzIGlucHV0IHtcbiAgb3BhY2l0eTogMDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIHdpZHRoOiBmaXQtY29udGVudDtcbiAgaGVpZ2h0OiAyMDNweDtcbn1cbi5nZC11cGxvYWQtdGl0bGUge1xuICBjb2xvcjogI2JhYmFiYTtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBtYXJnaW46IDEwcHggMHB4IDBweCAwcHg7XG59XG4udGV4dCB7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAuZ2QtdXBsb2FkLWlucHV0cyB7XG4gICAgd2lkdGg6IC13ZWJraXQtZmlsbC1hdmFpbGFibGU7XG4gIH1cbiAgLmdkLXVwbG9hZC1pbnB1dHMgaW5wdXQge1xuICAgIHdpZHRoOiAtd2Via2l0LWZpbGwtYXZhaWxhYmxlO1xuICAgIGhlaWdodDogMjAxcHg7XG4gIH1cbn1cbiJdfQ== */\"","import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';\nimport {FileListWithParams} from \"../signature-models\";\nimport {SignatureService} from \"../signature.service\";\n\n@Component({\n selector: 'gd-upload-signature',\n templateUrl: './upload-signature.component.html',\n styleUrls: ['./upload-signature.component.less']\n})\nexport class UploadSignatureComponent implements OnInit {\n @Input() signatureType: string;\n @Input() rewrite: boolean;\n @Output() closePanel = new EventEmitter();\n\n constructor(private _signatureService: SignatureService) {\n }\n\n ngOnInit() {\n }\n\n handleFileInput(files: FileList) {\n this.addFiles(files);\n }\n\n addFiles(files) {\n const data = new FileListWithParams(files, this.signatureType);\n this._signatureService.uploadSignature(data, this.rewrite).subscribe(() => {\n this.closePanel.emit(true);\n });\n }\n\n uploadFiles($event: any) {\n this.addFiles($event);\n }\n}\n","export * from './lib/viewer.module';\nexport * from './lib/viewer-app.component';\nexport * from './lib/viewer.service';\nexport * from './lib/viewer-config.service';\n","module.exports = \":host {\\n overflow: scroll;\\n width: 100%;\\n background-color: #e7e7e7;\\n}\\n.document {\\n width: 100%;\\n -webkit-transition: all 0.4s;\\n transition: all 0.4s;\\n padding: 0px;\\n margin: 0px;\\n position: relative;\\n}\\n.sheets {\\n background-color: #fff;\\n display: -webkit-box;\\n display: flex;\\n border-top: 1px solid #e7e7e7;\\n position: fixed;\\n bottom: 17px;\\n right: 17px;\\n width: 100%;\\n}\\n.sheets /deep/ gd-button.active .text {\\n background-color: #272727;\\n border-radius: 10px;\\n color: #eee;\\n}\\n.sheets /deep/ gd-button .text {\\n padding: 1px 12px;\\n color: #000;\\n}\\n.sheets /deep/ gd-button fa-icon {\\n display: none;\\n}\\n.sheets-wrapper {\\n margin-left: 29px;\\n display: -webkit-box;\\n display: flex;\\n}\\n.page {\\n position: relative;\\n display: inline-block;\\n background-color: #ffffff;\\n -webkit-transition: all 0.3s;\\n transition: all 0.3s;\\n}\\n.wait {\\n position: absolute;\\n top: 55px;\\n left: Calc(30%);\\n}\\n.panzoom {\\n -webkit-transform: none;\\n transform: none;\\n -webkit-backface-visibility: hidden;\\n backface-visibility: hidden;\\n -webkit-transform-origin: 50% 50% 0px;\\n transform-origin: 50% 50% 0px;\\n display: -webkit-box;\\n display: flex;\\n flex-wrap: wrap;\\n}\\n.gd-zoomed {\\n margin: 10px 98px;\\n}\\n.highlights {\\n position: absolute;\\n top: 0px;\\n left: 0px;\\n bottom: 0px;\\n right: 0px;\\n}\\n@media (max-width: 1037px) {\\n .document {\\n overflow-x: auto !important;\\n }\\n .panzoom {\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n }\\n .page {\\n min-width: unset !important;\\n min-height: unset !important;\\n margin: 5px 0px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy92aWV3ZXIvc3JjL2xpYi9leGNlbC1kb2N1bWVudC9leGNlbC1kb2N1bWVudC5jb21wb25lbnQubGVzcyIsImxpYnMvdmlld2VyL3NyYy9saWIvZXhjZWwtZG9jdW1lbnQvZXhjZWwtZG9jdW1lbnQuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxnQkFBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtBQ0RGO0FESUE7RUFDRSxXQUFBO0VBQ0EsNEJBQUE7RUFBQSxvQkFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0Esa0JBQUE7QUNGRjtBREtBO0VBQ0Usc0JBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw2QkFBQTtFQUNBLGVBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLFdBQUE7QUNIRjtBREtJO0VBRU0seUJBQUE7RUFDQSxtQkFBQTtFQUNBLFdBQUE7QUNKVjtBRFRBO0VBaUJNLGlCQUFBO0VBQ0EsV0FBQTtBQ0xOO0FEYkE7RUFxQk0sYUFBQTtBQ0xOO0FEVUE7RUFDRSxpQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ1JGO0FEV0E7RUFDRSxrQkFBQTtFQUNBLHFCQUFBO0VBQ0EseUJBQUE7RUFDQSw0QkFBQTtFQUFBLG9CQUFBO0FDVEY7QURZQTtFQUNFLGtCQUFBO0VBQ0EsU0FBQTtFQUNBLGVBQUE7QUNWRjtBRGFBO0VBQ0UsdUJBQUE7VUFBQSxlQUFBO0VBQ0EsbUNBQUE7VUFBQSwyQkFBQTtFQUNBLHFDQUFBO1VBQUEsNkJBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0FDWEY7QURjQTtFQUNFLGlCQUFBO0FDWkY7QURlQTtFQUNFLGtCQUFBO0VBQ0EsUUFBQTtFQUNBLFNBQUE7RUFDQSxXQUFBO0VBQ0EsVUFBQTtBQ2JGO0FEZ0JBO0VBQ0U7SUFDRSwyQkFBQTtFQ2RGO0VEaUJBO0lBQ0UsNEJBQUE7SUFBQSw2QkFBQTtZQUFBLHNCQUFBO0VDZkY7RURrQkE7SUFDRSwyQkFBQTtJQUNBLDRCQUFBO0lBQ0EsZUFBQTtFQ2hCRjtBQUNGIiwiZmlsZSI6ImxpYnMvdmlld2VyL3NyYy9saWIvZXhjZWwtZG9jdW1lbnQvZXhjZWwtZG9jdW1lbnQuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi8uLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlcy5sZXNzXCI7XG5cbjpob3N0IHtcbiAgb3ZlcmZsb3c6IHNjcm9sbDtcbiAgd2lkdGg6IDEwMCU7XG4gIGJhY2tncm91bmQtY29sb3I6IEBtZXJjdXJ5O1xufVxuXG4uZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgdHJhbnNpdGlvbjogYWxsIDAuNHM7XG4gIHBhZGRpbmc6IDBweDtcbiAgbWFyZ2luOiAwcHg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cblxuLnNoZWV0cyB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGJvcmRlci10b3A6IDFweCBzb2xpZCBAbWVyY3VyeTtcbiAgcG9zaXRpb246IGZpeGVkO1xuICBib3R0b206IDE3cHg7XG4gIHJpZ2h0OiAxN3B4O1xuICB3aWR0aDogMTAwJTtcbiAgL2RlZXAvIGdkLWJ1dHRvbiB7XG4gICAgJi5hY3RpdmUge1xuICAgICAgLnRleHQge1xuICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6ICMyNzI3Mjc7XG4gICAgICAgICAgYm9yZGVyLXJhZGl1czogMTBweDtcbiAgICAgICAgICBjb2xvcjogI2VlZTtcbiAgICAgIH1cbiAgICB9XG4gICAgLnRleHQge1xuICAgICAgcGFkZGluZzogMXB4IDEycHg7XG4gICAgICBjb2xvcjogIzAwMDtcbiAgICB9XG4gICAgZmEtaWNvbiB7XG4gICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cbiAgfVxufVxuXG4uc2hlZXRzLXdyYXBwZXIge1xuICBtYXJnaW4tbGVmdDogMjlweDtcbiAgZGlzcGxheTogZmxleDtcbn1cblxuLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgdHJhbnNpdGlvbjogYWxsIDAuM3M7XG59XG5cbi53YWl0IHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDU1cHg7XG4gIGxlZnQ6IENhbGMoNTAlIC0gMjBweCk7XG59XG5cbi5wYW56b29tIHtcbiAgdHJhbnNmb3JtOiBub25lO1xuICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47XG4gIHRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCUgMHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LXdyYXA6IHdyYXA7XG59XG5cbi5nZC16b29tZWQge1xuICBtYXJnaW46IDEwcHggOThweDtcbn1cblxuLmhpZ2hsaWdodHN7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwcHg7XG4gIGxlZnQ6IDBweDtcbiAgYm90dG9tOiAwcHg7XG4gIHJpZ2h0OiAwcHg7XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIC5kb2N1bWVudCB7XG4gICAgb3ZlcmZsb3cteDogYXV0byAhaW1wb3J0YW50O1xuICB9XG5cbiAgLnBhbnpvb20ge1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIH1cblxuICAucGFnZSB7XG4gICAgbWluLXdpZHRoOiB1bnNldCAhaW1wb3J0YW50O1xuICAgIG1pbi1oZWlnaHQ6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgbWFyZ2luOiA1cHggMHB4O1xuICB9XG59XG4iLCI6aG9zdCB7XG4gIG92ZXJmbG93OiBzY3JvbGw7XG4gIHdpZHRoOiAxMDAlO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTdlN2U3O1xufVxuLmRvY3VtZW50IHtcbiAgd2lkdGg6IDEwMCU7XG4gIHRyYW5zaXRpb246IGFsbCAwLjRzO1xuICBwYWRkaW5nOiAwcHg7XG4gIG1hcmdpbjogMHB4O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG4uc2hlZXRzIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgZGlzcGxheTogZmxleDtcbiAgYm9yZGVyLXRvcDogMXB4IHNvbGlkICNlN2U3ZTc7XG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgYm90dG9tOiAxN3B4O1xuICByaWdodDogMTdweDtcbiAgd2lkdGg6IDEwMCU7XG59XG4uc2hlZXRzIC9kZWVwLyBnZC1idXR0b24uYWN0aXZlIC50ZXh0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzI3MjcyNztcbiAgYm9yZGVyLXJhZGl1czogMTBweDtcbiAgY29sb3I6ICNlZWU7XG59XG4uc2hlZXRzIC9kZWVwLyBnZC1idXR0b24gLnRleHQge1xuICBwYWRkaW5nOiAxcHggMTJweDtcbiAgY29sb3I6ICMwMDA7XG59XG4uc2hlZXRzIC9kZWVwLyBnZC1idXR0b24gZmEtaWNvbiB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uc2hlZXRzLXdyYXBwZXIge1xuICBtYXJnaW4tbGVmdDogMjlweDtcbiAgZGlzcGxheTogZmxleDtcbn1cbi5wYWdlIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmZmZmY7XG4gIHRyYW5zaXRpb246IGFsbCAwLjNzO1xufVxuLndhaXQge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogNTVweDtcbiAgbGVmdDogQ2FsYygzMCUpO1xufVxuLnBhbnpvb20ge1xuICB0cmFuc2Zvcm06IG5vbmU7XG4gIGJhY2tmYWNlLXZpc2liaWxpdHk6IGhpZGRlbjtcbiAgdHJhbnNmb3JtLW9yaWdpbjogNTAlIDUwJSAwcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtd3JhcDogd3JhcDtcbn1cbi5nZC16b29tZWQge1xuICBtYXJnaW46IDEwcHggOThweDtcbn1cbi5oaWdobGlnaHRzIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDBweDtcbiAgbGVmdDogMHB4O1xuICBib3R0b206IDBweDtcbiAgcmlnaHQ6IDBweDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmRvY3VtZW50IHtcbiAgICBvdmVyZmxvdy14OiBhdXRvICFpbXBvcnRhbnQ7XG4gIH1cbiAgLnBhbnpvb20ge1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIH1cbiAgLnBhZ2Uge1xuICAgIG1pbi13aWR0aDogdW5zZXQgIWltcG9ydGFudDtcbiAgICBtaW4taGVpZ2h0OiB1bnNldCAhaW1wb3J0YW50O1xuICAgIG1hcmdpbjogNXB4IDBweDtcbiAgfVxufVxuIl19 */\"","import { Component, ElementRef, OnInit, ViewChildren, QueryList, AfterViewInit } from '@angular/core';\nimport { DocumentComponent, WindowService, NavigateService } from '@groupdocs.examples.angular/common-components';\nimport { ZoomService } from '@groupdocs.examples.angular/common-components';\nimport { ExcelPageComponent } from '../excel-page/excel-page.component';\n\n@Component({\n selector: 'gd-excel-document',\n templateUrl: './excel-document.component.html',\n styleUrls: ['./excel-document.component.less'],\n})\nexport class ExcelDocumentComponent extends DocumentComponent implements OnInit, AfterViewInit {\n @ViewChildren(ExcelPageComponent) pages: QueryList; \n \n currentPageNo: number;\n panzoom = null;\n\n constructor(_elementRef: ElementRef,\n zoomService: ZoomService,\n windowService: WindowService,\n private _navigateService: NavigateService) {\n super(_elementRef, zoomService, windowService);\n }\n\n ngOnInit(){\n this.currentPageNo = 1;\n }\n\n ngAfterViewInit() {\n this.refreshExcelDocHeight();\n this.pages.changes.subscribe(()=>{\n this.refreshExcelDocHeight();\n });\n\n this._navigateService.navigate.subscribe(((\n value => {\n this.selectSheet(value);\n })));\n }\n\n refreshExcelDocHeight() {\n // For current iteration we'll change actual height of .document\n this.doc = this._elementRef.nativeElement.children.item(0);\n this.panzoom = this._elementRef.nativeElement.children.item(0).children.item(0);\n // magic number 37 is the height of the bottom-bar with navigation between pages\n this.doc.style.height = this.panzoom.scrollHeight + 37 + \"px\";\n }\n\n selectSheet(number){\n this.currentPageNo = number;\n }\n}\n","import {Injectable} from '@angular/core';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ExcelPageService {\n constructor() {\n }\n\n getUpdatedPage(data) {\n const doc = new DOMParser().parseFromString(data, \"text/html\");\n const table = doc.querySelector('table');\n let numCellsInFirstRow = 0;\n const cellsFromFirstRow = doc.querySelectorAll('table > tbody > tr:first-child td');\n\n cellsFromFirstRow.forEach(elm => {\n numCellsInFirstRow += elm.attributes['colspan'] ? parseInt(elm.attributes['colspan'].value, 10) : 1;\n });\n \n const newTable = this.createHeader(numCellsInFirstRow, table);\n doc.querySelector('table').replaceWith(newTable);\n\n const resultData = new XMLSerializer().serializeToString(doc)\n // work-around for FF which is adds a0 namespace during serialization\n return resultData.replace(/a0:/g,\"\").replace(/:a0/g,\"\");\n }\n\n createHeader(numCols, table){\n const header = document.createElement('thead');\n header.append(document.createElement('tr'));\n\n for(let i = 0; i < numCols; ++i){\n const th = document.createElement('th');\n th.innerText = this.colName(i);\n header.querySelector(\"tr\").append(th);\n }\n \n const colgroup = table.querySelector('colgroup');\n const col = document.createElement('col');\n col.width = '80px';\n colgroup.prepend(col);\n \n table.prepend(header);\n\n let cnt = 0;\n table.querySelectorAll('tr').forEach(row => {\n const div = document.createElement('div');\n if (cnt !== 0) {\n const td = document.createElement('td');\n td.className = \"excel\"\n td.append(div);\n div.innerText = cnt.toString();\n row.prepend(td);\n }\n else {\n const th = document.createElement('th');\n th.append(div);\n row.prepend(th);\n }\n cnt++;\n });\n\n return table;\n }\n\n colName(n) {\n const ordA = 'a'.charCodeAt(0);\n const ordZ = 'z'.charCodeAt(0);\n const len = ordZ - ordA + 1;\n\n let s = \"\";\n while(n >= 0) {\n s = String.fromCharCode(n % len + ordA) + s;\n n = Math.floor(n / len) - 1;\n }\n return s;\n }\n}\n","module.exports = \".gd-page-spinner {\\n margin-top: 150px;\\n text-align: center;\\n}\\n.gd-wrapper {\\n width: inherit;\\n height: inherit;\\n}\\n.gd-wrapper div {\\n width: 100%;\\n}\\n/deep/ .gd-highlight {\\n background-color: yellow;\\n}\\n/deep/ .gd-highlight-select {\\n background-color: #ff9b00;\\n}\\n/deep/ th {\\n color: #959da5;\\n background-color: #f4f4f4;\\n font-weight: unset;\\n border: 1px solid #e7e7e7 !important;\\n text-transform: uppercase;\\n font-size: 14px;\\n overflow: hidden;\\n}\\n/deep/ td {\\n vertical-align: middle !important;\\n}\\n/deep/ .page-grid-lines td {\\n border: 1px solid #e7e7e7 !important;\\n}\\n/deep/ .page td:nth-child(1) {\\n border: 1px solid #e7e7e7 !important;\\n}\\n/deep/ tr td.excel:first-child {\\n color: #959da5;\\n background-color: #f4f4f4;\\n font-weight: unset;\\n width: 1%;\\n text-align: center;\\n}\\n/deep/ tr td.excel:first-child div {\\n width: 80px;\\n}\\n/deep/ tr th.excel:first-child {\\n background-color: #f4f4f4;\\n width: 1%;\\n}\\n/deep/ tr th.excel:first-child div {\\n width: 80px;\\n}\\n.gd-page-image {\\n height: 100% !important;\\n width: 100% !important;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy92aWV3ZXIvc3JjL2xpYi9leGNlbC1wYWdlL2V4Y2VsLXBhZ2UuY29tcG9uZW50Lmxlc3MiLCJsaWJzL3ZpZXdlci9zcmMvbGliL2V4Y2VsLXBhZ2UvZXhjZWwtcGFnZS5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLGlCQUFBO0VBQ0Esa0JBQUE7QUNERjtBRElBO0VBQ0UsY0FBQTtFQUNBLGVBQUE7QUNGRjtBREtBO0VBQ0UsV0FBQTtBQ0hGO0FETUE7RUFDRSx3QkFBQTtBQ0pGO0FET0E7RUFDRSx5QkFBQTtBQ0xGO0FEUUE7RUFDRSxjQUFBO0VBQ0EseUJBQUE7RUFDQSxrQkFBQTtFQUNBLG9DQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0VBQ0EsZ0JBQUE7QUNORjtBRFNBO0VBQ0UsaUNBQUE7QUNQRjtBRFVBO0VBQ0Usb0NBQUE7QUNSRjtBRFdBO0VBQ0Usb0NBQUE7QUNURjtBRFlBO0VBQ0UsY0FBQTtFQUNBLHlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxTQUFBO0VBQ0Esa0JBQUE7QUNWRjtBREtBO0VBT0ksV0FBQTtBQ1RKO0FEYUE7RUFDRSx5QkFBQTtFQUNBLFNBQUE7QUNYRjtBRFNBO0VBSUksV0FBQTtBQ1ZKO0FEZUE7RUFDRSx1QkFBQTtFQUNBLHNCQUFBO0FDYkYiLCJmaWxlIjoibGlicy92aWV3ZXIvc3JjL2xpYi9leGNlbC1wYWdlL2V4Y2VsLXBhZ2UuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLXBhZ2Utc3Bpbm5lciB7XG4gIG1hcmdpbi10b3A6IDE1MHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG5cbi5nZC13cmFwcGVyIHtcbiAgd2lkdGg6IGluaGVyaXQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cblxuLmdkLXdyYXBwZXIgZGl2IHtcbiAgd2lkdGg6IDEwMCU7XG59XG5cbi9kZWVwLyAuZ2QtaGlnaGxpZ2h0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogeWVsbG93O1xufVxuXG4vZGVlcC8gLmdkLWhpZ2hsaWdodC1zZWxlY3Qge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmY5YjAwO1xufVxuXG4vZGVlcC8gdGgge1xuICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAd2lsZC1zYW5kO1xuICBmb250LXdlaWdodDogdW5zZXQ7XG4gIGJvcmRlcjogMXB4IHNvbGlkIEBtZXJjdXJ5ICFpbXBvcnRhbnQ7XG4gIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cblxuL2RlZXAvIHRkIHtcbiAgdmVydGljYWwtYWxpZ246IG1pZGRsZSAhaW1wb3J0YW50O1xufVxuXG4vZGVlcC8gLnBhZ2UtZ3JpZC1saW5lcyB0ZCB7XG4gIGJvcmRlcjogMXB4IHNvbGlkIEBtZXJjdXJ5ICFpbXBvcnRhbnQ7XG59XG5cbi9kZWVwLyAucGFnZSB0ZDpudGgtY2hpbGQoMSkge1xuICBib3JkZXI6IDFweCBzb2xpZCBAbWVyY3VyeSAhaW1wb3J0YW50O1xufVxuXG4vZGVlcC8gdHIgdGQuZXhjZWw6Zmlyc3QtY2hpbGQge1xuICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAd2lsZC1zYW5kO1xuICBmb250LXdlaWdodDogdW5zZXQ7XG4gIHdpZHRoOiAxJTtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBkaXYge1xuICAgIHdpZHRoOiA4MHB4O1xuICB9XG59XG5cbi9kZWVwLyB0ciB0aC5leGNlbDpmaXJzdC1jaGlsZCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG4gIHdpZHRoOiAxJTtcbiAgZGl2IHtcbiAgICB3aWR0aDogODBweDtcbiAgfVxufVxuXG4vLyBUT0RPOiByZW1vdmUgdGhpcyBhZnRlciByZWxhdGVkIGlzc3VlIHdpbGwgYmUgZml4ZWRcbi5nZC1wYWdlLWltYWdlIHtcbiAgaGVpZ2h0OiAxMDAlICFpbXBvcnRhbnQ7XG4gIHdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG59IiwiLmdkLXBhZ2Utc3Bpbm5lciB7XG4gIG1hcmdpbi10b3A6IDE1MHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG4uZ2Qtd3JhcHBlciB7XG4gIHdpZHRoOiBpbmhlcml0O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uZ2Qtd3JhcHBlciBkaXYge1xuICB3aWR0aDogMTAwJTtcbn1cbiAvZGVlcC8gLmdkLWhpZ2hsaWdodCB7XG4gIGJhY2tncm91bmQtY29sb3I6IHllbGxvdztcbn1cbiAvZGVlcC8gLmdkLWhpZ2hsaWdodC1zZWxlY3Qge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmY5YjAwO1xufVxuIC9kZWVwLyB0aCB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZjRmNGY0O1xuICBmb250LXdlaWdodDogdW5zZXQ7XG4gIGJvcmRlcjogMXB4IHNvbGlkICNlN2U3ZTcgIWltcG9ydGFudDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuIC9kZWVwLyB0ZCB7XG4gIHZlcnRpY2FsLWFsaWduOiBtaWRkbGUgIWltcG9ydGFudDtcbn1cbiAvZGVlcC8gLnBhZ2UtZ3JpZC1saW5lcyB0ZCB7XG4gIGJvcmRlcjogMXB4IHNvbGlkICNlN2U3ZTcgIWltcG9ydGFudDtcbn1cbiAvZGVlcC8gLnBhZ2UgdGQ6bnRoLWNoaWxkKDEpIHtcbiAgYm9yZGVyOiAxcHggc29saWQgI2U3ZTdlNyAhaW1wb3J0YW50O1xufVxuIC9kZWVwLyB0ciB0ZC5leGNlbDpmaXJzdC1jaGlsZCB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZjRmNGY0O1xuICBmb250LXdlaWdodDogdW5zZXQ7XG4gIHdpZHRoOiAxJTtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuIC9kZWVwLyB0ciB0ZC5leGNlbDpmaXJzdC1jaGlsZCBkaXYge1xuICB3aWR0aDogODBweDtcbn1cbiAvZGVlcC8gdHIgdGguZXhjZWw6Zmlyc3QtY2hpbGQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZjRmNGY0O1xuICB3aWR0aDogMSU7XG59XG4gL2RlZXAvIHRyIHRoLmV4Y2VsOmZpcnN0LWNoaWxkIGRpdiB7XG4gIHdpZHRoOiA4MHB4O1xufVxuLmdkLXBhZ2UtaW1hZ2Uge1xuICBoZWlnaHQ6IDEwMCUgIWltcG9ydGFudDtcbiAgd2lkdGg6IDEwMCUgIWltcG9ydGFudDtcbn1cbiJdfQ== */\"","import {Component, Input, OnChanges, OnInit, SimpleChanges} from '@angular/core';\nimport { ExcelPageService } from '../excel-page.service';\n\n@Component({\n selector: 'gd-excel-page',\n templateUrl: './excel-page.component.html',\n styleUrls: ['./excel-page.component.less']\n})\nexport class ExcelPageComponent implements OnInit, OnChanges {\n\n @Input() angle: number;\n @Input() width: number;\n @Input() height: number;\n @Input() number: number;\n @Input() data: string;\n @Input() isHtml: boolean;\n @Input() editable: boolean;\n imgData: string;\n\n constructor(private _excelPageService: ExcelPageService) {\n }\n\n ngOnInit() {\n const isIE = /*@cc_on!@*/false || !!/(MSIE|Trident\\/|Edge\\/)/i.test(navigator.userAgent);\n if(isIE && this.number === 0){\n this.editable = false;\n }\n }\n\n ngOnChanges(changes: SimpleChanges): void {\n // TODO: this is temporary needed to remove unneeded spaces and BOM symbol \n // which leads to undesired spaces on the top of the docs pages\n this.data = this.data !== null ? this.data.replace(/>\\s+<').replace(/\\uFEFF/g,\"\") : null;\n const dataImagePngBase64 = 'data:image/png;base64,';\n this.imgData = dataImagePngBase64;\n if (!this.isHtml) {\n this.imgData += this.data;\n }\n\n this.data = this.data !== null ? this._excelPageService.getUpdatedPage(this.data) : null;\n }\n}","module.exports = \":host {\\n -webkit-box-flex: 0;\\n flex: 0 0 300px;\\n background: #f5f5f5;\\n color: #fff;\\n overflow-y: auto;\\n display: block;\\n -webkit-transition: margin-left 0.2s;\\n transition: margin-left 0.2s;\\n height: 100%;\\n}\\n.gd-page {\\n width: 272px;\\n height: 272px;\\n -webkit-transition: all 0.3s;\\n transition: all 0.3s;\\n background-color: #e7e7e7;\\n cursor: pointer;\\n margin: 14px 14px 0px 14px;\\n}\\n.gd-page:hover {\\n background-color: #c0c0c0;\\n}\\n.gd-wrapper {\\n -webkit-transform: translate(-50%, -50%);\\n transform: translate(-50%, -50%);\\n left: 50%;\\n top: 50%;\\n position: relative;\\n background-color: #ffffff;\\n box-shadow: 0px 4px 12px -4px rgba(0, 0, 0, 0.38);\\n}\\n.gd-wrapper /deep/ img {\\n width: inherit;\\n}\\n/* Make thumbnails sidebar scroll not visible */\\n.gd-thumbnails::-webkit-scrollbar {\\n width: 0px;\\n background-color: #F5F5F5;\\n}\\n.gd-thumbnails-panzoom > .gd-thumbnails-landscape {\\n margin: -134px 0px -1px 12px;\\n}\\n.gd-thumbnails .gd-page-image {\\n height: inherit;\\n margin-left: 153px !important;\\n}\\n.gd-thumbnails-landscape-image {\\n margin: -90px 0 -23px !important;\\n}\\n.gd-thumbnails-landscape-image-rotated {\\n margin: 126px 0 -3px -104px !important;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy92aWV3ZXIvc3JjL2xpYi90aHVtYm5haWxzL3RodW1ibmFpbHMuY29tcG9uZW50Lmxlc3MiLCJsaWJzL3ZpZXdlci9zcmMvbGliL3RodW1ibmFpbHMvdGh1bWJuYWlscy5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFHQTtFQUNFLG1CQUFBO1VBQUEsZUFBQTtFQUNBLG1CQUFBO0VBQ0EsV0FBQTtFQUNBLGdCQUFBO0VBQ0EsY0FBQTtFQUNBLG9DQUFBO0VBQUEsNEJBQUE7RUFDQSxZQUFBO0FDRkY7QURLQTtFQUNFLFlBQUE7RUFDQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSxvQkFBQTtFQUNBLHlCQUFBO0VBQ0EsZUFBQTtFQUNBLDBCQUFBO0FDSEY7QURLQTtFQUNFLHlCQUFBO0FDSEY7QURLQTtFQUNFLHdDQUFBO1VBQUEsZ0NBQUE7RUFDQSxTQUFBO0VBQ0EsUUFBQTtFQUNBLGtCQUFBO0VBQ0EseUJBQUE7RUFHQSxpREFBQTtBQ0hGO0FETEE7RUFVSSxjQUFBO0FDRko7QUFDQSwrQ0FBK0M7QURNL0M7RUFDRSxVQUFBO0VBQ0EseUJBQUE7QUNKRjtBRE9BO0VBQ0UsNEJBQUE7QUNMRjtBRFFBO0VBQ0UsZUFBQTtFQUNBLDZCQUFBO0FDTkY7QURTQTtFQUNFLGdDQUFBO0FDUEY7QURVQTtFQUNFLHNDQUFBO0FDUkYiLCJmaWxlIjoibGlicy92aWV3ZXIvc3JjL2xpYi90aHVtYm5haWxzL3RodW1ibmFpbHMuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJcbkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG46aG9zdCB7XG4gIGZsZXg6IDAgMCAzMDBweDtcbiAgYmFja2dyb3VuZDogI2Y1ZjVmNTtcbiAgY29sb3I6ICNmZmY7XG4gIG92ZXJmbG93LXk6IGF1dG87XG4gIGRpc3BsYXk6IGJsb2NrO1xuICB0cmFuc2l0aW9uOiBtYXJnaW4tbGVmdCAwLjJzO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi5nZC1wYWdlIHtcbiAgd2lkdGg6IDI3MnB4O1xuICBoZWlnaHQ6IDI3MnB4O1xuICB0cmFuc2l0aW9uOiBhbGwgMC4zcztcbiAgYmFja2dyb3VuZC1jb2xvcjogQG1lcmN1cnk7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgbWFyZ2luOiAxNHB4IDE0cHggMHB4IDE0cHg7XG59XG4uZ2QtcGFnZTpob3ZlcntcbiAgYmFja2dyb3VuZC1jb2xvcjogI2MwYzBjMDtcbn1cbi5nZC13cmFwcGVye1xuICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNTAlKTtcbiAgbGVmdDo1MCU7XG4gIHRvcDo1MCU7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgLXdlYmtpdC1ib3gtc2hhZG93OiAwcHggNHB4IDEycHggLTRweCByZ2JhKDAsMCwwLDAuMzgpO1xuICAtbW96LWJveC1zaGFkb3c6IDBweCA0cHggMTJweCAtNHB4IHJnYmEoMCwwLDAsMC4zOCk7XG4gIGJveC1zaGFkb3c6IDBweCA0cHggMTJweCAtNHB4IHJnYmEoMCwwLDAsMC4zOCk7XG4gIC9kZWVwLyBpbWcge1xuICAgIHdpZHRoOiBpbmhlcml0O1xuICB9XG59XG5cbi8qIE1ha2UgdGh1bWJuYWlscyBzaWRlYmFyIHNjcm9sbCBub3QgdmlzaWJsZSAqL1xuLmdkLXRodW1ibmFpbHM6Oi13ZWJraXQtc2Nyb2xsYmFyIHtcbiAgd2lkdGg6IDBweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0Y1RjVGNTtcbn1cblxuLmdkLXRodW1ibmFpbHMtcGFuem9vbSA+IC5nZC10aHVtYm5haWxzLWxhbmRzY2FwZSB7XG4gIG1hcmdpbjogLTEzNHB4IDBweCAtMXB4IDEycHg7XG59XG5cbi5nZC10aHVtYm5haWxzIC5nZC1wYWdlLWltYWdlIHtcbiAgaGVpZ2h0OiBpbmhlcml0O1xuICBtYXJnaW4tbGVmdDogMTUzcHggIWltcG9ydGFudDtcbn1cblxuLmdkLXRodW1ibmFpbHMtbGFuZHNjYXBlLWltYWdlIHtcbiAgbWFyZ2luOiAtOTBweCAwIC0yM3B4ICFpbXBvcnRhbnQ7XG59XG5cbi5nZC10aHVtYm5haWxzLWxhbmRzY2FwZS1pbWFnZS1yb3RhdGVkIHtcbiAgbWFyZ2luOiAxMjZweCAwIC0zcHggLTEwNHB4ICFpbXBvcnRhbnQ7XG59XG4iLCI6aG9zdCB7XG4gIGZsZXg6IDAgMCAzMDBweDtcbiAgYmFja2dyb3VuZDogI2Y1ZjVmNTtcbiAgY29sb3I6ICNmZmY7XG4gIG92ZXJmbG93LXk6IGF1dG87XG4gIGRpc3BsYXk6IGJsb2NrO1xuICB0cmFuc2l0aW9uOiBtYXJnaW4tbGVmdCAwLjJzO1xuICBoZWlnaHQ6IDEwMCU7XG59XG4uZ2QtcGFnZSB7XG4gIHdpZHRoOiAyNzJweDtcbiAgaGVpZ2h0OiAyNzJweDtcbiAgdHJhbnNpdGlvbjogYWxsIDAuM3M7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgbWFyZ2luOiAxNHB4IDE0cHggMHB4IDE0cHg7XG59XG4uZ2QtcGFnZTpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNjMGMwYzA7XG59XG4uZ2Qtd3JhcHBlciB7XG4gIHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIC01MCUpO1xuICBsZWZ0OiA1MCU7XG4gIHRvcDogNTAlO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmZmZmY7XG4gIC13ZWJraXQtYm94LXNoYWRvdzogMHB4IDRweCAxMnB4IC00cHggcmdiYSgwLCAwLCAwLCAwLjM4KTtcbiAgLW1vei1ib3gtc2hhZG93OiAwcHggNHB4IDEycHggLTRweCByZ2JhKDAsIDAsIDAsIDAuMzgpO1xuICBib3gtc2hhZG93OiAwcHggNHB4IDEycHggLTRweCByZ2JhKDAsIDAsIDAsIDAuMzgpO1xufVxuLmdkLXdyYXBwZXIgL2RlZXAvIGltZyB7XG4gIHdpZHRoOiBpbmhlcml0O1xufVxuLyogTWFrZSB0aHVtYm5haWxzIHNpZGViYXIgc2Nyb2xsIG5vdCB2aXNpYmxlICovXG4uZ2QtdGh1bWJuYWlsczo6LXdlYmtpdC1zY3JvbGxiYXIge1xuICB3aWR0aDogMHB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNUY1O1xufVxuLmdkLXRodW1ibmFpbHMtcGFuem9vbSA+IC5nZC10aHVtYm5haWxzLWxhbmRzY2FwZSB7XG4gIG1hcmdpbjogLTEzNHB4IDBweCAtMXB4IDEycHg7XG59XG4uZ2QtdGh1bWJuYWlscyAuZ2QtcGFnZS1pbWFnZSB7XG4gIGhlaWdodDogaW5oZXJpdDtcbiAgbWFyZ2luLWxlZnQ6IDE1M3B4ICFpbXBvcnRhbnQ7XG59XG4uZ2QtdGh1bWJuYWlscy1sYW5kc2NhcGUtaW1hZ2Uge1xuICBtYXJnaW46IC05MHB4IDAgLTIzcHggIWltcG9ydGFudDtcbn1cbi5nZC10aHVtYm5haWxzLWxhbmRzY2FwZS1pbWFnZS1yb3RhdGVkIHtcbiAgbWFyZ2luOiAxMjZweCAwIC0zcHggLTEwNHB4ICFpbXBvcnRhbnQ7XG59XG4iXX0= */\"","import {Component, Input, OnInit, OnDestroy, AfterViewInit, OnChanges} from '@angular/core';\nimport {NavigateService, PageModel, ZoomService, FileUtil} from \"@groupdocs.examples.angular/common-components\";\n\n@Component({\n selector: 'gd-thumbnails',\n templateUrl: './thumbnails.component.html',\n styleUrls: ['./thumbnails.component.less']\n})\nexport class ThumbnailsComponent implements OnInit, OnChanges, AfterViewInit, OnDestroy {\n\n @Input() pages: PageModel[];\n @Input() guid: string;\n @Input() mode: boolean;\n @Input() isHtmlMode: boolean;\n\n constructor(private _navigateService: NavigateService, private _zoomService: ZoomService) {\n }\n\n ngOnInit() {\n }\n\n ngOnChanges() {\n // TODO: this is temporary needed to remove unneeded spaces and BOM symbol \n // which leads to undesired spaces on the top of the docs pages\n this.pages.forEach(page => {\n page.data = page.data.replace(/>\\s+<').replace(/\\uFEFF/g,\"\");\n });\n }\n\n ngAfterViewInit() {\n this._zoomService.changeZoom(this._zoomService.zoom);\n }\n\n ngOnDestroy() {\n this._zoomService.changeZoom(this._zoomService.zoom);\n }\n\n imgData(data: string) {\n const dataImagePngBase64 = 'data:image/png;base64,';\n if (!this.isHtmlMode) {\n return dataImagePngBase64 + data;\n }\n return dataImagePngBase64;\n }\n\n getScale(x: number, y: number) {\n return Math.min(190 / x, 190 / y);\n }\n\n openPage(pageNumber: number) {\n this._navigateService.navigateTo(pageNumber);\n }\n\n // TODO: consider placing in one service\n getDimensionWithUnit(value: number) {\n return value + FileUtil.find(this.guid, false).unit;\n }\n}\n","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n.gd-document,\\n /deep/ .document {\\n -webkit-user-select: text !important;\\n -moz-user-select: text !important;\\n -ms-user-select: text !important;\\n user-select: text !important;\\n}\\n.current-page-number {\\n margin-left: 7px;\\n font-size: 14px;\\n color: #959da5;\\n width: 37px;\\n height: 37px;\\n line-height: 37px;\\n text-align: center;\\n}\\n.current-page-number.active {\\n color: #fff;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: calc(100vh - 60px);\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n}\\n.thumbnails-button {\\n position: absolute;\\n right: 3px;\\n}\\n.top-panel {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 100%;\\n}\\n.toolbar-panel {\\n background-color: #3e4e5a;\\n width: 100%;\\n}\\n::ng-deep .tools .button,\\n::ng-deep .tools .selected-value,\\n::ng-deep .tools .nav-caret {\\n color: #fff !important;\\n}\\n::ng-deep .tools .button.inactive,\\n::ng-deep .tools .selected-value.inactive,\\n::ng-deep .tools .nav-caret.inactive {\\n color: #959da5 !important;\\n}\\n::ng-deep .tools .button {\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-flow: column;\\n}\\n::ng-deep .tools .dropdown-menu .option {\\n color: #6e6e6e !important;\\n}\\n::ng-deep .tools .dropdown-menu .option:hover {\\n background-color: #4b566c !important;\\n}\\n::ng-deep .tools .icon-button {\\n margin: 0px 0px 0px 7px !important;\\n}\\n::ng-deep .tools .select {\\n width: 65px;\\n height: 37px;\\n margin-left: 7px;\\n line-height: 37px;\\n text-align: center;\\n}\\n@media (max-width: 1037px) {\\n .mobile-hide,\\n .current-page-number {\\n display: none;\\n }\\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\\n margin: 0px 0px 0px 10px !important;\\n }\\n ::ng-deep .tools .icon-button {\\n height: 60px;\\n width: 60px;\\n }\\n ::ng-deep .tools .gd-nav-search-btn .icon-button {\\n height: 37px;\\n width: 37px;\\n }\\n ::ng-deep .tools .gd-nav-search-btn .button {\\n font-size: 14px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvdmlld2VyL3NyYy9saWIvdmlld2VyLWFwcC5jb21wb25lbnQubGVzcyIsIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvbGlicy92aWV3ZXIvc3JjL2xpYi92aWV3ZXItYXBwLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZFQ0FrQjtBQUVsQjtFQUNFLHNEQUFBO0FEQUY7QUNJQTs7RUFDRSxvQ0FBQTtLQUFBLGlDQUFBO01BQUEsZ0NBQUE7VUFBQSw0QkFBQTtBRERGO0FDSUE7RUFDRSxnQkFBQTtFQUNBLGVBQUE7RUFDQSxjQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxpQkFBQTtFQUNBLGtCQUFBO0FERkY7QUNHRTtFQUNFLFdBQUE7QURESjtBQ0tBO0VBQ0UsMEJBQUE7VUFBQSxvQkFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsZUFBQTtFQUNBLE1BQUE7RUFDQSxTQUFBO0VBQ0EsT0FBQTtFQUNBLFFBQUE7QURIRjtBQ01BO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsMEJBQUE7RUFDQSw4QkFBQTtFQUFBLDZCQUFBO1VBQUEsbUJBQUE7QURKRjtBQ09BO0VBQ0Usa0JBQUE7RUFDQSxVQUFBO0FETEY7QUNRQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0FETkY7QUNTQTtFQUNFLHlCQUFBO0VBQ0EsV0FBQTtBRFBGO0FDVUE7OztFQUVJLHNCQUFBO0FEUEo7QUNRSTs7O0VBQ0UseUJBQUE7QURKTjtBQ0FBO0VBUUksNEJBQUE7RUFBQSw2QkFBQTtVQUFBLGlCQUFBO0FETEo7QUNIQTtFQVdJLHlCQUFBO0FETEo7QUNOQTtFQWNJLG9DQUFBO0FETEo7QUNUQTtFQWlCSSxrQ0FBQTtBRExKO0FDWkE7RUFvQkksV0FBQTtFQUNBLFlBQUE7RUFDQSxnQkFBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7QURMSjtBQ1NBO0VBQ0U7O0lBQ0UsYUFBQTtFRE5GO0VDU0E7SUFFSSxtQ0FBQTtFRFJKO0VDTUE7SUFLSSxZQUFBO0lBQ0EsV0FBQTtFRFJKO0VDRUE7SUFVTSxZQUFBO0lBQ0EsV0FBQTtFRFROO0VDRkE7SUFjTSxlQUFBO0VEVE47QUFDRiIsImZpbGUiOiJsaWJzL3ZpZXdlci9zcmMvbGliL3ZpZXdlci1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG4uZ2QtZG9jdW1lbnQsXG4gL2RlZXAvIC5kb2N1bWVudCB7XG4gIHVzZXItc2VsZWN0OiB0ZXh0ICFpbXBvcnRhbnQ7XG59XG4uY3VycmVudC1wYWdlLW51bWJlciB7XG4gIG1hcmdpbi1sZWZ0OiA3cHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIHdpZHRoOiAzN3B4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG4uY3VycmVudC1wYWdlLW51bWJlci5hY3RpdmUge1xuICBjb2xvcjogI2ZmZjtcbn1cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgdG9wOiAwO1xuICBib3R0b206IDA7XG4gIGxlZnQ6IDA7XG4gIHJpZ2h0OiAwO1xufVxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogY2FsYygxMDB2aCAtIDYwcHgpO1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xufVxuLnRodW1ibmFpbHMtYnV0dG9uIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICByaWdodDogM3B4O1xufVxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnRvb2xiYXItcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM2U0ZTVhO1xuICB3aWR0aDogMTAwJTtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbixcbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdGVkLXZhbHVlLFxuOjpuZy1kZWVwIC50b29scyAubmF2LWNhcmV0IHtcbiAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbi5pbmFjdGl2ZSxcbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdGVkLXZhbHVlLmluYWN0aXZlLFxuOjpuZy1kZWVwIC50b29scyAubmF2LWNhcmV0LmluYWN0aXZlIHtcbiAgY29sb3I6ICM5NTlkYTUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbiB7XG4gIGZsZXgtZmxvdzogY29sdW1uO1xufVxuOjpuZy1kZWVwIC50b29scyAuZHJvcGRvd24tbWVudSAub3B0aW9uIHtcbiAgY29sb3I6ICM2ZTZlNmUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbjpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0YjU2NmMgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uIHtcbiAgbWFyZ2luOiAwcHggMHB4IDBweCA3cHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdCB7XG4gIHdpZHRoOiA2NXB4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIG1hcmdpbi1sZWZ0OiA3cHg7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5tb2JpbGUtaGlkZSxcbiAgLmN1cnJlbnQtcGFnZS1udW1iZXIge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgOjpuZy1kZWVwIC50b29scyBnZC1idXR0b246bnRoLWNoaWxkKDEpID4gLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAwcHggMHB4IDEwcHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gICAgaGVpZ2h0OiA2MHB4O1xuICAgIHdpZHRoOiA2MHB4O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgLmdkLW5hdi1zZWFyY2gtYnRuIC5pY29uLWJ1dHRvbiB7XG4gICAgaGVpZ2h0OiAzN3B4O1xuICAgIHdpZHRoOiAzN3B4O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgLmdkLW5hdi1zZWFyY2gtYnRuIC5idXR0b24ge1xuICAgIGZvbnQtc2l6ZTogMTRweDtcbiAgfVxufVxuIiwiQGltcG9ydCAoY3NzKSB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG5AaW1wb3J0IFwiLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG5cbi8vIFRPRE86IHRoaXMgd2FzIGFkZGVkIHRvIGdldCByaWQgb2YgYHVzZXItc2VsZWN0OiBub25lYCBhZGRlZCBieSBoYW1tZXJqc1xuLmdkLWRvY3VtZW50LCAvZGVlcC8gLmRvY3VtZW50IHtcbiAgdXNlci1zZWxlY3Q6IHRleHQgIWltcG9ydGFudDtcbn1cblxuLmN1cnJlbnQtcGFnZS1udW1iZXIge1xuICBtYXJnaW4tbGVmdDogN3B4O1xuICBmb250LXNpemU6IDE0cHg7XG4gIGNvbG9yOiBAcmVnZW50LWdyYXk7XG4gIHdpZHRoOiAzN3B4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICYuYWN0aXZle1xuICAgIGNvbG9yOiAjZmZmO1xuICB9XG59XG5cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgdG9wOiAwO1xuICBib3R0b206IDA7XG4gIGxlZnQ6IDA7XG4gIHJpZ2h0OiAwO1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBjYWxjKDEwMHZoIC0gNjBweCk7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG59XG5cbi50aHVtYm5haWxzLWJ1dHRvbiB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcmlnaHQ6IDNweDtcbn1cblxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuXG4udG9vbGJhci1wYW5lbCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEBuYXYtbWFpbi1iYWNrZ3JvdW5kO1xuICB3aWR0aDogMTAwJTtcbn1cblxuOjpuZy1kZWVwIC50b29scyB7XG4gIC5idXR0b24sIC5zZWxlY3RlZC12YWx1ZSwgLm5hdi1jYXJldCB7XG4gICAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbiAgICAmLmluYWN0aXZle1xuICAgICAgY29sb3I6IEByZWdlbnQtZ3JheSAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuICAuYnV0dG9uIHtcbiAgICBmbGV4LWZsb3c6IGNvbHVtbjtcbiAgfVxuICAuZHJvcGRvd24tbWVudSAub3B0aW9ue1xuICAgIGNvbG9yOiBAZG92ZS1ncmF5ICFpbXBvcnRhbnQ7XG4gIH1cbiAgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbjpob3ZlcntcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAZm9sZGVyICFpbXBvcnRhbnQ7XG4gIH1cbiAgLmljb24tYnV0dG9ue1xuICAgIG1hcmdpbjogMHB4IDBweCAwcHggN3B4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgLnNlbGVjdCB7XG4gICAgd2lkdGg6IDY1cHg7XG4gICAgaGVpZ2h0OiAzN3B4O1xuICAgIG1hcmdpbi1sZWZ0OiA3cHg7XG4gICAgbGluZS1oZWlnaHQ6IDM3cHg7XG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICB9XG59XG5cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLm1vYmlsZS1oaWRlLCAuY3VycmVudC1wYWdlLW51bWJlciB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuXG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIGdkLWJ1dHRvbjpudGgtY2hpbGQoMSkgPiAuaWNvbi1idXR0b257XG4gICAgICBtYXJnaW46IDBweCAwcHggMHB4IDEwcHggIWltcG9ydGFudDtcbiAgICB9XG4gICAgLmljb24tYnV0dG9ue1xuICAgICAgaGVpZ2h0OiA2MHB4O1xuICAgICAgd2lkdGg6IDYwcHg7XG4gICAgfVxuICAgIC5nZC1uYXYtc2VhcmNoLWJ0biB7XG4gICAgICAuaWNvbi1idXR0b24ge1xuICAgICAgICBoZWlnaHQ6IDM3cHg7XG4gICAgICAgIHdpZHRoOiAzN3B4O1xuICAgICAgfVxuICAgICAgLmJ1dHRvbiB7XG4gICAgICAgIGZvbnQtc2l6ZTogMTRweDtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuIl19 */\"","import {AfterViewInit, Component, ElementRef, ViewChildren, QueryList, OnInit} from '@angular/core';\nimport {ViewerService} from \"./viewer.service\";\nimport {\n FileDescription,\n FileModel,\n ModalService,\n UploadFilesService,\n NavigateService,\n PagePreloadService,\n PageModel,\n ZoomService,\n RotatedPage,\n RenderPrintService,\n FileUtil,\n PasswordService,\n FileCredentials, CommonModals, LoadingMaskService\n} from \"@groupdocs.examples.angular/common-components\";\nimport {ViewerConfig} from \"./viewer-config\";\nimport {ViewerConfigService} from \"./viewer-config.service\";\nimport {WindowService} from \"@groupdocs.examples.angular/common-components\";\n//import * as Hammer from 'hammerjs';\n\n@Component({\n selector: 'gd-viewer',\n templateUrl: './viewer-app.component.html',\n styleUrls: ['./viewer-app.component.less']\n})\nexport class ViewerAppComponent implements OnInit, AfterViewInit {\n title = 'viewer';\n files: FileModel[] = [];\n file: FileDescription;\n viewerConfig: ViewerConfig;\n countPages = 0;\n formatDisabled = !this.file;\n showThumbnails = false;\n credentials: FileCredentials;\n browseFilesModal = CommonModals.BrowseFiles;\n showSearch = false;\n isDesktop: boolean;\n isLoading: boolean;\n\n _zoom = 100;\n _pageWidth: number;\n _pageHeight: number;\n options;\n //@ViewChildren('docPanel') docPanelComponent: QueryList;\n fileWasDropped = false;\n formatIcon: string;\n\n constructor(private _viewerService: ViewerService,\n private _modalService: ModalService,\n configService: ViewerConfigService,\n uploadFilesService: UploadFilesService,\n private _navigateService: NavigateService,\n private _zoomService: ZoomService,\n pagePreloadService: PagePreloadService,\n private _renderPrintService: RenderPrintService,\n passwordService: PasswordService,\n private _windowService: WindowService,\n private _loadingMaskService: LoadingMaskService) {\n\n configService.updatedConfig.subscribe((viewerConfig) => {\n this.viewerConfig = viewerConfig;\n });\n\n uploadFilesService.uploadsChange.subscribe((uploads) => {\n if (uploads) {\n let i: number;\n for (i = 0; i < uploads.length; i++) {\n this._viewerService.upload(uploads.item(i), '', this.viewerConfig.rewrite).subscribe((obj: FileCredentials) => {\n this.fileWasDropped ? this.selectFile(obj.guid, '', '') : this.selectDir('');\n });\n }\n }\n });\n\n pagePreloadService.checkPreload.subscribe((page: number) => {\n if (this.viewerConfig.preloadPageCount !== 0) {\n for (let i = page; i < page + 2; i++) {\n if (i > 0 && i <= this.countPages && !this.file.pages[i - 1].data) {\n this.preloadPages(i, i);\n }\n }\n }\n });\n\n passwordService.passChange.subscribe((pass: string) => {\n this.selectFile(this.credentials.guid, pass, CommonModals.PasswordRequired);\n });\n\n this.isDesktop = _windowService.isDesktop();\n _windowService.onResize.subscribe((w) => {\n this.isDesktop = _windowService.isDesktop();\n this.refreshZoom();\n });\n }\n\n ngOnInit() {\n if (this.viewerConfig.defaultDocument !== \"\"){\n this.isLoading = true;\n this.selectFile(this.viewerConfig.defaultDocument, \"\", \"\");\n }\n }\n\n ngAfterViewInit() {\n this._loadingMaskService\n .onLoadingChanged\n .subscribe((loading: boolean) => this.isLoading = loading);\n\n this.refreshZoom();\n\n // this.docPanelComponent.changes.subscribe((comps: QueryList) =>\n // {\n // comps.toArray().forEach((item) => {\n // const hammer = new Hammer(item.nativeElement);\n // hammer.get('pinch').set({ enable: true });\n // });\n // });\n }\n\n get rewriteConfig(): boolean {\n return this.viewerConfig ? this.viewerConfig.rewrite : true;\n }\n\n get zoomConfig(): boolean {\n return this.viewerConfig ? this.viewerConfig.zoom : true;\n }\n\n get pageSelectorConfig(): boolean {\n return this.viewerConfig ? this.viewerConfig.pageSelector : true;\n }\n\n get searchConfig(): boolean {\n return this.viewerConfig ? this.viewerConfig.search : true;\n }\n\n get thumbnailsConfig(): boolean {\n return this.viewerConfig ? this.viewerConfig.thumbnails : true;\n }\n\n get rotateConfig(): boolean {\n return this.viewerConfig ? this.viewerConfig.rotate : true;\n }\n\n get downloadConfig(): boolean {\n return this.viewerConfig ? this.viewerConfig.download : true;\n }\n\n get uploadConfig(): boolean {\n return this.viewerConfig ? this.viewerConfig.upload : true;\n }\n\n get printConfig(): boolean {\n return this.viewerConfig ? this.viewerConfig.print : true;\n }\n\n get browseConfig(): boolean {\n return this.viewerConfig ? this.viewerConfig.browse : true;\n }\n\n get htmlModeConfig(): boolean {\n return this.viewerConfig ? this.viewerConfig.htmlMode : true;\n }\n\n get saveRotateStateConfig(): boolean {\n return this.viewerConfig ? this.viewerConfig.saveRotateState : true;\n }\n\n get enableRightClickConfig(): boolean {\n return this.viewerConfig ? this.viewerConfig.enableRightClick : true;\n }\n\n get currentPage(): number {\n return this._navigateService.currentPage;\n }\n\n openModal(id: string) {\n this._modalService.open(id);\n }\n\n closeModal(id: string) {\n this._modalService.close(id);\n }\n\n selectDir($event: string) {\n this._viewerService.loadFiles($event).subscribe((files: FileModel[]) => this.files = files || []);\n }\n\n selectFile($event: string, password: string, modalId: string) {\n this.credentials = {guid: $event, password: password};\n this.file = null;\n this._viewerService.loadFile(this.credentials).subscribe((file: FileDescription) => {\n this.file = file;\n this.formatDisabled = !this.file;\n if (file) {\n if (file.pages && file.pages[0]) {\n this._pageHeight = file.pages[0].height;\n this._pageWidth = file.pages[0].width;\n this.options = this.zoomOptions();\n this.refreshZoom();\n }\n const preloadPageCount = this.viewerConfig.preloadPageCount;\n const countPages = file.pages ? file.pages.length : 0;\n if (preloadPageCount > 0) {\n this.preloadPages(1, preloadPageCount > countPages ? countPages : preloadPageCount);\n }\n this._navigateService.countPages = countPages;\n this._navigateService.currentPage = 1;\n this.countPages = countPages;\n }\n }\n );\n if (modalId) {\n this._modalService.close(modalId);\n }\n this.clearData();\n }\n\n preloadPages(start: number, end: number) {\n for (let i = start; i <= end; i++) {\n this._viewerService.loadPage(this.credentials, i).subscribe((page: PageModel) => {\n this.file.pages[i - 1] = page;\n });\n }\n }\n\n upload($event: string) {\n this._viewerService.upload(null, $event, this.rewriteConfig).subscribe(() => {\n this.selectDir('');\n });\n }\n\n nextPage() {\n if (this.formatDisabled)\n return;\n this._navigateService.nextPage();\n }\n\n prevPage() {\n if (this.formatDisabled)\n return;\n this._navigateService.prevPage();\n }\n\n toLastPage() {\n if (this.formatDisabled)\n return;\n this._navigateService.toLastPage();\n }\n\n toFirstPage() {\n if (this.formatDisabled)\n return;\n this._navigateService.toFirstPage();\n }\n\n navigateToPage(page: number) {\n if (this.formatDisabled)\n return;\n this._navigateService.navigateTo(page);\n }\n\n zoomIn() {\n if (this.formatDisabled)\n return;\n if (this._zoom < 490) {\n this.zoom = this._zoom + 10;\n }\n }\n\n zoomOut() {\n if (this.formatDisabled)\n return;\n if (this._zoom > 30) {\n this.zoom = this._zoom - 10;\n }\n }\n\n fileDropped($event){\n this.fileWasDropped = $event;\n }\n\n private ptToPx(pt: number) {\n //pt * 96 / 72 = px.\n return pt * 96 / 72;\n }\n\n private getFitToWidth() {\n // Images and Excel-related files receiving dimensions in px from server\n const pageWidth = this.formatIcon && (this.formatIcon === \"file-excel\" || this.formatIcon === \"file-image\") ? this._pageWidth : this.ptToPx(this._pageWidth);\n const pageHeight = this.formatIcon && (this.formatIcon === \"file-excel\" || this.formatIcon === \"file-image\") ? this._pageHeight : this.ptToPx(this._pageHeight);\n const offsetWidth = pageWidth ? pageWidth : window.innerWidth;\n\n return (pageHeight > pageWidth && Math.round(offsetWidth / window.innerWidth) < 2) ? 200 - Math.round(offsetWidth * 100 / window.innerWidth) : Math.round(window.innerWidth * 100 / offsetWidth);\n }\n\n private getFitToHeight() {\n const pageWidth = this.formatIcon && (this.formatIcon === \"file-excel\" || this.formatIcon === \"file-image\") ? this._pageWidth : this.ptToPx(this._pageWidth);\n const pageHeight = this.formatIcon && (this.formatIcon === \"file-excel\" || this.formatIcon === \"file-image\") ? this._pageHeight : this.ptToPx(this._pageHeight);\n const windowHeight = (pageHeight > pageWidth) ? window.innerHeight - 100 : window.innerHeight + 100;\n const offsetHeight = pageHeight ? pageHeight : windowHeight;\n\n return (pageHeight > pageWidth) ? Math.round(windowHeight * 100 / offsetHeight) : Math.round(offsetHeight * 100 / windowHeight);\n }\n\n zoomOptions() {\n const width = this.getFitToWidth();\n const height = this.getFitToHeight();\n return this._zoomService.zoomOptions(width, height);\n }\n\n set zoom(zoom) {\n this._zoom = zoom;\n this._zoomService.changeZoom(this._zoom);\n }\n\n get zoom() {\n return this._zoom;\n }\n\n selectZoom($event: any) {\n this.zoom = $event.value;\n }\n\n rotate(deg: number) {\n if (this.formatDisabled)\n return;\n const pageNumber = this._navigateService.currentPage;\n\n if (this.saveRotateStateConfig && this.file) {\n this._viewerService.rotate(this.credentials, deg, pageNumber).subscribe((data: RotatedPage[]) => {\n for (const page of data) {\n const pageModel = this.file.pages[page.pageNumber - 1];\n if (this.file && this.file.pages && pageModel) {\n this.changeAngle(pageModel, page.angle);\n }\n }\n })\n } else {\n const pageModel = this.file.pages[pageNumber - 1];\n if (this.file && this.file.pages && pageModel) {\n const angle = pageModel.angle + deg;\n if (angle > 360) {\n this.changeAngle(pageModel, 90);\n } else if (angle < -360) {\n this.changeAngle(pageModel, -90);\n } else {\n this.changeAngle(pageModel, angle);\n }\n }\n }\n }\n\n private changeAngle(page: PageModel, angle: number) {\n page.angle = angle;\n }\n\n downloadFile() {\n if (this.formatDisabled)\n return;\n window.location.assign(this._viewerService.getDownloadUrl(this.credentials));\n }\n\n printFile() {\n if (this.formatDisabled)\n return;\n if (this.viewerConfig.preloadPageCount !== 0) {\n if (FileUtil.find(this.file.guid, false).format === \"Portable Document Format\") {\n this._viewerService.loadPrintPdf(this.credentials).subscribe(blob => {\n const file = new Blob([blob], {type: 'application/pdf'});\n this._renderPrintService.changeBlob(file);\n });\n } else {\n this._viewerService.loadPrint(this.credentials).subscribe((data: FileDescription) => {\n this.file.pages = data.pages;\n this._renderPrintService.changePages(this.file.pages);\n });\n }\n } else {\n this._renderPrintService.changePages(this.file.pages);\n }\n }\n\n openThumbnails() {\n if (this.formatDisabled)\n return;\n\n if (this.showThumbnails) {\n this.showThumbnails = false;\n return;\n }\n\n if (this.viewerConfig.preloadPageCount === 0) {\n this.showThumbnails = true;\n } else {\n this._viewerService.loadThumbnails(this.credentials).subscribe((data: FileDescription) => {\n this.file.pages = data.pages;\n this.showThumbnails = true;\n })\n }\n }\n\n private clearData() {\n if (!this.file || !this.file.pages) {\n return;\n }\n for (const page of this.file.pages) {\n page.data = null;\n }\n }\n\n onRightClick($event: MouseEvent) {\n return this.enableRightClickConfig;\n }\n\n openSearch() {\n if (this.formatDisabled)\n return;\n this.showSearch = !this.showSearch;\n }\n\n // onPinchIn($event){\n // this.zoomOut();\n // }\n\n // onPinchOut($event){\n // this.zoomIn();\n // }\n\n private refreshZoom() {\n this.formatIcon = this.file ? FileUtil.find(this.file.guid, false).icon : null;\n this.zoom = this._windowService.isDesktop() ? 100 : this.getFitToWidth();\n }\n}\n","import {Injectable} from '@angular/core';\nimport {ViewerConfig} from \"./viewer-config\";\nimport {Api, ConfigService} from \"@groupdocs.examples.angular/common-components\";\nimport {HttpClient} from \"@angular/common/http\";\nimport {BehaviorSubject, Observable} from \"rxjs\";\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ViewerConfigService {\n private _viewerConfig: BehaviorSubject = new BehaviorSubject(new ViewerConfig());\n private _updatedConfig: Observable = this._viewerConfig.asObservable();\n\n constructor(private _http: HttpClient, private _config: ConfigService) {\n }\n\n get updatedConfig() {\n return this._updatedConfig;\n }\n\n load() {\n return new Promise((resolve, reject) => {\n const configEndpoint = this._config.getConfigEndpoint(Api.VIEWER_APP);\n this._http.get(configEndpoint, Api.httpOptionsJson).toPromise().then((response: ViewerConfig) => {\n const viewerConfig = response;\n this._viewerConfig.next(viewerConfig);\n resolve();\n }).catch((response: any) => {\n reject(`Could not load viewer config: ${JSON.stringify(response)}`);\n });\n });\n }\n\n}\n","export class ViewerConfig {\n rewrite: boolean;\n pageSelector: boolean;\n download: boolean;\n upload: boolean;\n print: boolean;\n browse: boolean;\n enableRightClick: boolean;\n\n filesDirectory: string;\n fontsDirectory: string;\n defaultDocument: string;\n htmlMode: boolean;\n preloadPageCount: 0;\n zoom: boolean;\n search: boolean;\n thumbnails: boolean;\n rotate: boolean;\n cache: boolean;\n saveRotateState: boolean;\n watermarkText: string;\n printAllowed: boolean;\n showGridLines: boolean;\n}\n","import {BrowserModule} from '@angular/platform-browser';\nimport { APP_INITIALIZER, ModuleWithProviders, NgModule } from '@angular/core';\nimport {HTTP_INTERCEPTORS, HttpClientModule} from '@angular/common/http';\nimport {ViewerAppComponent} from './viewer-app.component';\nimport {\n Api,\n CommonComponentsModule,\n ErrorInterceptorService, LoadingMaskInterceptorService,\n LoadingMaskService\n} from '@groupdocs.examples.angular/common-components';\nimport {ViewerService} from \"./viewer.service\";\nimport {ConfigService} from \"@groupdocs.examples.angular/common-components\";\nimport {ViewerConfigService} from \"./viewer-config.service\";\nimport {ThumbnailsComponent} from './thumbnails/thumbnails.component';\nimport {ExcelDocumentComponent} from './excel-document/excel-document.component';\nimport {ExcelPageComponent} from './excel-page/excel-page.component';\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\n\nexport function initializeApp(viewerConfigService: ViewerConfigService) {\n const result = () => viewerConfigService.load();\n return result;\n}\n\n// NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981\n// @dynamic\nexport function setupLoadingInterceptor(service: LoadingMaskService) {\n return new LoadingMaskInterceptorService(service);\n}\n\n@NgModule({\n declarations: [\n ViewerAppComponent,\n ThumbnailsComponent,\n ExcelDocumentComponent,\n ExcelPageComponent],\n imports: [\n BrowserModule,\n CommonComponentsModule,\n HttpClientModule,\n FontAwesomeModule\n ],\n exports : [\n ViewerAppComponent,\n ThumbnailsComponent,\n ExcelDocumentComponent,\n ExcelPageComponent,\n CommonComponentsModule\n ],\n providers: [\n ViewerService,\n ConfigService,\n ViewerConfigService,\n {\n provide: HTTP_INTERCEPTORS,\n useClass: ErrorInterceptorService,\n multi: true\n },\n {\n provide: APP_INITIALIZER,\n useFactory: initializeApp,\n deps: [ViewerConfigService], multi: true\n },\n LoadingMaskService,\n {\n provide: HTTP_INTERCEPTORS,\n useFactory: setupLoadingInterceptor,\n multi: true,\n deps: [LoadingMaskService]\n }\n ]\n})\nexport class ViewerModule {\n static forRoot(apiEndpoint : string): ModuleWithProviders {\n Api.DEFAULT_API_ENDPOINT = apiEndpoint\n return {\n ngModule: ViewerModule\n };\n }\n}\n","import {Injectable} from '@angular/core';\nimport {HttpClient} from \"@angular/common/http\";\nimport {Api, ConfigService, FileCredentials} from \"@groupdocs.examples.angular/common-components\";\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ViewerService {\n\n constructor(private _http: HttpClient, private _config: ConfigService) {\n }\n\n loadFiles(path: string) {\n return this._http.post(this._config.getViewerApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\n }\n\n loadFile(credentials: FileCredentials) {\n return this._http.post(this._config.getViewerApiEndpoint() + Api.LOAD_DOCUMENT_DESCRIPTION, credentials, Api.httpOptionsJson);\n }\n\n upload(file: File, url: string, rewrite: boolean) {\n const formData = new FormData();\n formData.append(\"file\", file);\n formData.append('rewrite', String(rewrite));\n if (url) {\n formData.append(\"url\", url);\n }\n\n return this._http.post(this._config.getViewerApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\n }\n\n loadPage(credentials: FileCredentials, page: number) {\n return this._http.post(this._config.getViewerApiEndpoint() + Api.LOAD_DOCUMENT_PAGE, {\n 'guid': credentials.guid,\n 'password': credentials.password,\n 'page': page\n }, Api.httpOptionsJson);\n }\n\n rotate(credentials: FileCredentials, angle: number, page: number) {\n return this._http.post(this._config.getViewerApiEndpoint() + Api.ROTATE_DOCUMENT_PAGE, {\n 'guid': credentials.guid,\n 'password': credentials.password,\n 'pages': [page],\n 'angle': angle\n }, Api.httpOptionsJson);\n }\n\n getDownloadUrl(credentials: FileCredentials) {\n return this._config.getViewerApiEndpoint() + Api.DOWNLOAD_DOCUMENTS + '/?path=' + credentials.guid;\n }\n\n loadPrint(credentials: FileCredentials) {\n return this._http.post(this._config.getViewerApiEndpoint() + Api.LOAD_PRINT, {\n 'guid': credentials.guid,\n 'password': credentials.password,\n }, Api.httpOptionsJson);\n }\n\n loadPrintPdf(credentials: FileCredentials) {\n return this._http.post(this._config.getViewerApiEndpoint() + Api.LOAD_PRINT_PDF, {\n 'guid': credentials.guid,\n 'password': credentials.password,\n }, Api.httpOptionsJsonResponseTypeBlob);\n }\n\n loadThumbnails(credentials: FileCredentials) {\n return this._http.post(this._config.getViewerApiEndpoint() + Api.LOAD_THUMBNAILS, {\n 'guid': credentials.guid,\n 'password': credentials.password,\n }, Api.httpOptionsJson);\n }\n}\n","module.exports = \"\\n
    \\n
    \\n \\n \\n \\n
    \\n \\n\\n \\n \\n\\n
    \\n
    \\n \\n
    \\n
    \\n \\n \\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n \\n \\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n \\n \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n
    \\n \\n \\n\\n \\n Click\\n \\n to open file
    \\n Or drop file here\\n
    \\n
    \\n \\n\\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n
    \\n\"","module.exports = \"
    \\n
    \\n \\n
    \\n \\n
    \\n \\n
    \\n
    \\n\\n \\n
    \\n\\n \\n \\n \\n {{ distanceValue }}\\n \\n \\n \\n {{ distanceValue }}\\n \\n \\n\\n\"","module.exports = \"
    \\n
    \\n \\n Comments\\n \\n
    \\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n \\n
    \\n \\n No comments yet. Be the first one,
    \\n
    \\n add comment.\\n
    \\n
    \\n
    \\n\"","module.exports = \"
    \\n
    \\n \\n {{comment.userName}}\\n
    \\n {{comment.text}}\\n {{getTime()}}\\n
    \\n\"","module.exports = \"
    \\n \\n \\n
    \\n \\n Cancel\\n \\n \\n Reply\\n \\n
    \\n
    \\n\"","module.exports = \"
    \\n
    \\n \\n \\n
    \\n \\n {{fileName}}\\n \\n \\n
    \\n\"","module.exports = \"\\n
    \\n
    \\n
    \\n
    \\n \\n \\n \\n \\n
    \\n
    \\n \\n \\n \\n \\n \\n \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n \\n \\n \\n
    \\n  \\n Loading... Please wait.\\n
    \\n \\n \\n
    \\n
    \\n \\n \\n \\n \\n
    \\n  \\n Loading... Please wait.\\n
    \\n \\n \\n
    \\n
    \\n
    \\n
    \\n  \\n Loading... Please wait.\\n
    \\n \\n \\n
    \\n
    \\n \\n \\n \\n \\n
    \\n \\n \\n \\n \\n
    \\n\"","module.exports = \"\\n\\n
    \\n\\n\"","module.exports = \"
    \\n
    \\n \\n \\n
    \\n
    Text edited
    \\n
    {{change.text}}
    \\n
    \\n
    \\n \\n \\n
    \\n
    Text added
    \\n
    {{change.text}}
    \\n
    \\n
    \\n \\n \\n
    \\n
    Text deleted
    \\n
    {{change.text}}
    \\n
    \\n
    \\n \\n \\n
    \\n
    Text added
    \\n
    {{change.text}}
    \\n
    \\n
    \\n \\n \\n
    \\n
    Style changed
    \\n
    \\n \\n
    \\n \\n →\\n \\n Highlight Color\\n
    \\n
    \\n \\n →\\n \\n Color\\n
    \\n
    \\n {{style.oldValue}} → {{style.newValue}}\\n Font size\\n
    \\n
    \\n {{change.text}}{{change.text}}\\n Bold\\n
    \\n
    \\n {{change.text}}{{change.text}}\\n Italic\\n
    \\n
    \\n {{change.text}}{{change.text}}\\n Underline\\n
    \\n
    \\n
    \\n
    \\n
    \\n
    Page {{change.pageInfo.id + 1}}
    \\n
    \\n
    \\n\"","module.exports = \"
    \\n \\n
    \\n\"","module.exports = \"
    Please wait...
    \\n
    \\n
    \\n
    \\n \\n
    \\n \\n \\n
    \\n
    \\n
    \\n
    \\n\"","module.exports = \"
    \\n
    \\n \\n \\n Click to open file
    \\n Or drop file here\\n
    \\n
    \\n
    \\n \\n Drop file here to upload\\n
    \\n
    \\n\"","module.exports = \"
    \\n
    \\n \\n \\n \\n\\n \\n\\n \\n
    \\n\\n \\n Click to open file
    \\n Or drop file here\\n
    \\n\\n \\n\\n \\n\\n \\n \\n \\n
    \\n\"","module.exports = \"\\n
    \\n
    \\n \\n Drop file here to upload\\n
    \\n
    \\n
    \\n \\n\\n
    \\n \\n
    \\n
    \\n
    \\n \\n \\n \\n {{getLabelString()}}\\n \\n \\n \\n \\n
    {{item.name}}
    \\n
    \\n \\n
    \\n
    \\n
    \\n
    \\n \\n \\n \\n Upload file\\n \\n \\n \\n \\n \\n
    {{item.name}}
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n
    \\n \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    FILE
    \\n
    SIZE
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n
    \\n
    ..
    \\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n \\n
    \\n
    {{file?.name}}
    \\n
    {{getFormatName(file)}}
    \\n
    \\n
    \\n
    {{getSize(file?.size)}}
    \\n
    \\n \\n \\n \\n \\n \\n \\n \\n
    {{item.name}}
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n  Loading... Please wait.\\n
    \\n
    \\n
    \\n\"","module.exports = \"
    \\n
    \\n ×\\n
    \\n
    \\n \\n
    {{item.name}}\\n
    {{item.sourceFormatName}}
    \\n
    \\n \\n {{item.destinationFileName}}\\n
    \\n
    \\n
    \\n
    {{item.sizeString}}
    \\n
    \\n \\n \\n \\n
    \\n
    \\n \\n
    {{item.destinationFileName}}
    {{item.destinationFormatName}}
    \\n
    \\n
    \\n \\n
    \\n
    \\n \\n
    \\n \\n
    \\n \\n
    \\n
    \"","module.exports = \"
    \\n
    \\n
    \\n
    Source
    \\n
    Size
    \\n
    State
    \\n
    Target
    \\n
    \\n
    \\n
    \\n \\n
    \\n
    \"","module.exports = \"\\n
    \\n \\n
    \\n
    Incompatible formats
    \\n
    {{warningCount}} selected {{warningCount == 1 ? 'file' : 'files'}} can't be converted to {{formatName}} format. Incompatible files will not be added to conversion queue.
    \\n
    \\n
    \\n
    \\n\"","module.exports = \"\\n
    \\n
    \\n \\n \\n \\n \\n Save\\n
    \\n
    \\n
    \\n\"","module.exports = \"\\n
    \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n
    \\n
    \\n \\n
    \\n
    \\n
    \\n
    \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n
    \\n
    \\n \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n
    \\n \\n \\n
    \\n \\n Click to open file
    \\n Or drop file here\\n
    \\n \\n \\n \\n \\n \\n
    \\n\"","module.exports = \"
    \\n
    \\n \\n
    \\n
    \\n\"","module.exports = \"\\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n \\n
    \\n
    \\n \\n Save\\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n
    \\n\"","module.exports = \"
    \\n
    \\n \\n
    \\n \\n
    \\n
    \\n
    \\n \\n
    \\n \\n
    \\n
    \\n
    \\n\"","module.exports = \"\\n
    \\n
    \\n \\n \\n \\n
    \\n \\n\\n \\n \\n\\n
    \\n
    \\n \\n
    \\n
    \\n \\n \\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n \\n \\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n \\n
    \\n \\n
    \\n\\n \\n Click\\n \\n to open file
    \\n Or drop file here\\n
    \\n \\n \\n
    \\n \\n\\n \\n \\n \\n
    \\n\"","module.exports = \"\\n
    \\n
    \\n
    \\n
    \\n
    \\n
    {{getTitle()}}
    \\n
    \\n \\n
    \\n
    \\n
    \\n \\n \\n
    \\n
    \\n
    {{getName()}}
    \\n
    \\n \\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n
    \\n
    \\n\"","module.exports = \"
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n \\\"\\\"\\n
    \\n
    \\n \\n
    \\n
    \\n \\n
    \\n
    \\n
    \\n
    \\n \\n \\n
    \\n
    \\n \\n \\n
    \\n
    \\n \\n \\n
    \\n
    \\n \\n \\n
    \\n
    \\n \\n \\n
    \\n
    \\n \\n Apply\\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n There is no entries yet\\n
    \\n
    \\n\"","module.exports = \"
    \\n \\n \\n
    \\n\"","module.exports = \"
    \\n
    \\n \\n \\n \\n
    \\n \\n
    \\n
    \\n \\n
    Digitally signed : {{data.digitalProps.contact ? data.digitalProps.contact : data.digitalProps.reason}}
    \\n \\n
    \\n\"","module.exports = \"
    \\n
    \\n
    \\n \\n
    \\n
    \\n \\n \\n \\n
    \\n
    \\n \\n \\n \\n
    \\n
    \\n \\n \\n
    \\n
    \\n
    \\n\"","module.exports = \"\\n
    \\n
    \\n
    \\n \\n \\n \\n \\n \\n \\n
    \\n
    \\n \\n Save\\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n \\n \\n
    \\n \\n
    \\n
    \\n
    \\n
    \\n\"","module.exports = \"
    \\n
    \\n \\n \\n
    \\n

    Click\\n \\n to open file\\n

    \\n

    Or drop file here

    \\n
    \\n
    \\n
    \\n\"","module.exports = \"
    Please wait...
    \\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n Sheet {{page.number}}\\n
    \\n
    \\n
    \\n\"","module.exports = \"
    \\n
    \\n \\\"\\\"\\n\\n
    \\n \\n  Loading... Please wait.\\n
    \\n
    \\n\"","module.exports = \"
    \\n
    \\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n
    \\n
    \\n\"","module.exports = \"\\n
    \\n
    \\n \\n \\n \\n\\n \\n \\n \\n\\n \\n \\n
    {{currentPage}}/{{countPages}}
    \\n \\n \\n\\n \\n \\n\\n \\n \\n\\n \\n \\n\\n \\n
    \\n
    \\n
    \\n \\n\\n \\n \\n
    \\n\\n \\n Click to open file
    \\n Or drop file here\\n
    \\n\\n \\n\\n \\n \\n
    \\n\"","module.exports = \"
    \\n Back\\n \\n
    \\n\"","module.exports = \"\\n\"","module.exports = \"
    \\n
    \\n

    GroupDocs.Total Angular Example

    \\n

    Manipulate documents within your desktop solutions and web apps without requiring any other commercial\\n application through GroupDocs APIs

    \\n
    \\n \\n
    \\n\"","function webpackEmptyAsyncContext(req) {\n\t// Here Promise.resolve().then() is used instead of new Promise() to prevent\n\t// uncaught exception popping up in devtools\n\treturn Promise.resolve().then(function() {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t});\n}\nwebpackEmptyAsyncContext.keys = function() { return []; };\nwebpackEmptyAsyncContext.resolve = webpackEmptyAsyncContext;\nmodule.exports = webpackEmptyAsyncContext;\nwebpackEmptyAsyncContext.id = \"./$$_lazy_route_resource lazy recursive\";","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n.wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n height: 100%;\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL2FwcC5jb21wb25lbnQubGVzcyIsIi9Vc2Vycy9lbGVua28vcHJvamVjdHMvR3JvdXBEb2NzLlRvdGFsLUFuZ3VsYXIvYXBwcy90b3RhbC1hbmd1bGFyL3NyYy9hcHAvYXBwLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDhFQ0FrQjtBQUNsQjtFQUNFLHNEQUFBO0FEQ0Y7QUNDQTtFQUNJLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsU0FBQTtFQUNBLFVBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRENKIiwiZmlsZSI6ImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL2FwcC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9TW9udHNlcnJhdCZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG4ud3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIG1hcmdpbjogMDtcbiAgcGFkZGluZzogMDtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG4iLCJAaW1wb3J0IChjc3MpIHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU1vbnRzZXJyYXQmZGlzcGxheT1zd2FwJyk7XG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuLndyYXBwZXIge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgbWFyZ2luOiAwO1xuICAgIHBhZGRpbmc6IDA7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIHRvcDogMDtcbiAgICBib3R0b206IDA7XG4gICAgbGVmdDogMDtcbiAgICByaWdodDogMDtcbiAgfVxuIl19 */\"","import { Component } from '@angular/core';\nimport {ActivationEnd, Router} from \"@angular/router\";\nimport {filter} from \"rxjs/operators\";\n\n@Component({\n selector: 'gd-total',\n templateUrl: './app.component.html',\n styleUrls: ['./app.component.less']\n})\nexport class AppComponent {\n title = 'total-angular';\n total = true;\n\n constructor(private router: Router) {\n }\n\n OnInit() {\n this.router.events.pipe(filter((event: any) => (event instanceof ActivationEnd)))\n .subscribe(event => {\n this.onNavigate(\"/\" === this.router.url);\n });\n }\n\n onNavigate(home: boolean) {\n this.total = home;\n }\n}\n","import {BrowserModule} from '@angular/platform-browser';\nimport {NgModule} from '@angular/core';\nimport {TotalNavComponent} from './total-nav/total-nav.component';\nimport {AppComponent} from './app.component';\nimport {RouterModule} from '@angular/router';\nimport {TotalViewComponent} from './total-view/total-view.component';\nimport {ViewerModule, ViewerAppComponent} from '@groupdocs.examples.angular/viewer';\nimport {EditorModule, EditorAppComponent} from '@groupdocs.examples.angular/editor';\nimport {ComparisonModule, ComparisonAppComponent} from '@groupdocs.examples.angular/comparison';\nimport {SignatureModule, SignatureAppComponent} from \"@groupdocs.examples.angular/signature\";\nimport {ConversionModule, ConversionAppComponent} from \"@groupdocs.examples.angular/conversion\";\nimport {AnnotationModule, AnnotationAppComponent} from \"@groupdocs.examples.angular/annotation\";\n\n@NgModule({\n declarations: [AppComponent, TotalNavComponent, TotalViewComponent],\n imports: [\n BrowserModule,\n ViewerModule.forRoot(\"http://localhost:8080\"),\n EditorModule.forRoot(\"http://localhost:8080\"),\n ComparisonModule.forRoot(\"http://localhost:8080\"),\n ConversionModule.forRoot(\"http://localhost:8080\"),\n SignatureModule.forRoot(\"http://localhost:8080\"),\n AnnotationModule.forRoot(\"http://localhost:8080\"),\n RouterModule.forRoot([\n {path: '', component: TotalViewComponent},\n {path: 'viewer', component: ViewerAppComponent},\n {path: 'editor', component: EditorAppComponent},\n {path: 'comparison', component: ComparisonAppComponent},\n {path: 'conversion', component: ConversionAppComponent},\n {path: 'signature', component: SignatureAppComponent},\n {path: 'annotation', component: AnnotationAppComponent},\n ], {initialNavigation: 'enabled'})\n ],\n providers: [],\n exports: [\n TotalViewComponent\n ],\n bootstrap: [\n AppComponent\n ]\n})\nexport class AppModule {\n}\n","module.exports = \".wrapper {\\n padding: 50px;\\n font-family: \\\"proxima-nova-soft\\\", \\\"Proxima Nova Soft\\\", Helvetica, Arial, sans-serif;\\n width: inherit;\\n height: 100%;\\n}\\n\\n.wrapper > ul {\\n width: 100%;\\n height: 100%;\\n}\\n\\n.wrapper > ul > li {\\n display: inline-block;\\n margin: 10px;\\n padding: 20px;\\n}\\n\\n.wrapper > ul a {\\n color: #6f6f6f;\\n text-decoration: none;\\n}\\n\\n.wrapper > ul img {\\n width: 48px;\\n height: 48px;\\n display: inline-block;\\n}\\n\\n.wrapper > ul > li > a > div {\\n width: 120px;\\n padding-top: 12px;\\n padding-left: 10px;\\n vertical-align: top;\\n display: inline-block;\\n}\\n\\n.wrapper > ul > li > a > .coming-soon {\\n color: #d2d2d2;\\n}\\n\\n.wrapper > ul h5 {\\n font-weight: 600;\\n font-size: 14px;\\n text-transform: uppercase;\\n margin: 0px;\\n}\\n\\n.wrapper > ul h6 {\\n font-weight: 300;\\n font-size: 12px;\\n text-transform: uppercase;\\n margin: 0px;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL3RvdGFsLW5hdi90b3RhbC1uYXYuY29tcG9uZW50LmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFLGFBQWE7RUFDYixtRkFBbUY7RUFDbkYsY0FBYztFQUNkLFlBQVk7QUFDZDs7QUFFQTtFQUNFLFdBQVc7RUFDWCxZQUFZO0FBQ2Q7O0FBRUE7RUFDRSxxQkFBcUI7RUFDckIsWUFBWTtFQUNaLGFBQWE7QUFDZjs7QUFFQTtFQUNFLGNBQWM7RUFDZCxxQkFBcUI7QUFDdkI7O0FBRUE7RUFDRSxXQUFXO0VBQ1gsWUFBWTtFQUNaLHFCQUFxQjtBQUN2Qjs7QUFFQTtFQUNFLFlBQVk7RUFDWixpQkFBaUI7RUFDakIsa0JBQWtCO0VBQ2xCLG1CQUFtQjtFQUNuQixxQkFBcUI7QUFDdkI7O0FBRUE7RUFDRSxjQUFjO0FBQ2hCOztBQUVBO0VBQ0UsZ0JBQWdCO0VBQ2hCLGVBQWU7RUFDZix5QkFBeUI7RUFDekIsV0FBVztBQUNiOztBQUVBO0VBQ0UsZ0JBQWdCO0VBQ2hCLGVBQWU7RUFDZix5QkFBeUI7RUFDekIsV0FBVztBQUNiIiwiZmlsZSI6ImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL3RvdGFsLW5hdi90b3RhbC1uYXYuY29tcG9uZW50LmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi53cmFwcGVyIHtcbiAgcGFkZGluZzogNTBweDtcbiAgZm9udC1mYW1pbHk6IFwicHJveGltYS1ub3ZhLXNvZnRcIiwgXCJQcm94aW1hIE5vdmEgU29mdFwiLCBIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmO1xuICB3aWR0aDogaW5oZXJpdDtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4ud3JhcHBlciA+IHVsIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbn1cblxuLndyYXBwZXIgPiB1bCA+IGxpIHtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICBtYXJnaW46IDEwcHg7XG4gIHBhZGRpbmc6IDIwcHg7XG59XG5cbi53cmFwcGVyID4gdWwgYSB7XG4gIGNvbG9yOiAjNmY2ZjZmO1xuICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XG59XG5cbi53cmFwcGVyID4gdWwgaW1nIHtcbiAgd2lkdGg6IDQ4cHg7XG4gIGhlaWdodDogNDhweDtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xufVxuXG4ud3JhcHBlciA+IHVsID4gbGkgPiBhID4gZGl2IHtcbiAgd2lkdGg6IDEyMHB4O1xuICBwYWRkaW5nLXRvcDogMTJweDtcbiAgcGFkZGluZy1sZWZ0OiAxMHB4O1xuICB2ZXJ0aWNhbC1hbGlnbjogdG9wO1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG59XG5cbi53cmFwcGVyID4gdWwgPiBsaSA+IGEgPiAuY29taW5nLXNvb24ge1xuICBjb2xvcjogI2QyZDJkMjtcbn1cblxuLndyYXBwZXIgPiB1bCBoNSB7XG4gIGZvbnQtd2VpZ2h0OiA2MDA7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgbWFyZ2luOiAwcHg7XG59XG5cbi53cmFwcGVyID4gdWwgaDYge1xuICBmb250LXdlaWdodDogMzAwO1xuICBmb250LXNpemU6IDEycHg7XG4gIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gIG1hcmdpbjogMHB4O1xufVxuIl19 */\"","import {Component, OnInit} from '@angular/core';\n\n@Component({\n selector: 'gd-total-nav',\n templateUrl: './total-nav.component.html',\n styleUrls: ['./total-nav.component.css']\n})\nexport class TotalNavComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit() {\n }\n\n}\n","module.exports = \".wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n height: 100%;\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n\\n.header {\\n width: 100%;\\n height: 170px;\\n background-color: #eeeeee;\\n margin: 0;\\n padding: 0;\\n}\\n\\n.header > h2 {\\n font-weight: 400;\\n font-size: 20px;\\n padding-top: 80px;\\n padding-left: 50px;\\n margin: 0;\\n}\\n\\n.header > h3 {\\n font-weight: 300;\\n font-size: 14px;\\n padding: 5px 50px;\\n color: #6b6b6b;\\n margin: 0;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL3RvdGFsLXZpZXcvdG90YWwtdmlldy5jb21wb25lbnQuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0Usb0JBQWE7RUFBYixhQUFhO0VBQ2IsNEJBQXNCO0VBQXRCLDZCQUFzQjtVQUF0QixzQkFBc0I7RUFDdEIsWUFBWTtFQUNaLFdBQVc7RUFDWCxTQUFTO0VBQ1QsVUFBVTtFQUNWLGVBQWU7RUFDZixNQUFNO0VBQ04sU0FBUztFQUNULE9BQU87RUFDUCxRQUFRO0FBQ1Y7O0FBRUE7RUFDRSxXQUFXO0VBQ1gsYUFBYTtFQUNiLHlCQUF5QjtFQUN6QixTQUFTO0VBQ1QsVUFBVTtBQUNaOztBQUVBO0VBQ0UsZ0JBQWdCO0VBQ2hCLGVBQWU7RUFDZixpQkFBaUI7RUFDakIsa0JBQWtCO0VBQ2xCLFNBQVM7QUFDWDs7QUFFQTtFQUNFLGdCQUFnQjtFQUNoQixlQUFlO0VBQ2YsaUJBQWlCO0VBQ2pCLGNBQWM7RUFDZCxTQUFTO0FBQ1giLCJmaWxlIjoiYXBwcy90b3RhbC1hbmd1bGFyL3NyYy9hcHAvdG90YWwtdmlldy90b3RhbC12aWV3LmNvbXBvbmVudC5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyIud3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIG1hcmdpbjogMDtcbiAgcGFkZGluZzogMDtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG5cbi5oZWFkZXIge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxNzBweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2VlZWVlZTtcbiAgbWFyZ2luOiAwO1xuICBwYWRkaW5nOiAwO1xufVxuXG4uaGVhZGVyID4gaDIge1xuICBmb250LXdlaWdodDogNDAwO1xuICBmb250LXNpemU6IDIwcHg7XG4gIHBhZGRpbmctdG9wOiA4MHB4O1xuICBwYWRkaW5nLWxlZnQ6IDUwcHg7XG4gIG1hcmdpbjogMDtcbn1cblxuLmhlYWRlciA+IGgzIHtcbiAgZm9udC13ZWlnaHQ6IDMwMDtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBwYWRkaW5nOiA1cHggNTBweDtcbiAgY29sb3I6ICM2YjZiNmI7XG4gIG1hcmdpbjogMDtcbn1cbiJdfQ== */\"","import {Component} from '@angular/core';\n\n@Component({\n selector: 'gd-total-view',\n templateUrl: './total-view.component.html',\n styleUrls: ['./total-view.component.css']\n})\nexport class TotalViewComponent {\n\n constructor() {\n }\n\n}\n","// This file can be replaced during build by using the `fileReplacements` array.\n// `ng build --prod` replaces `environment.ts` with `environment.prod.ts`.\n// The list of file replacements can be found in `angular.json`.\n\nexport const environment = {\n production: false\n};\n\n/*\n * For easier debugging in development mode, you can import the following file\n * to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`.\n *\n * This import should be commented out in production mode because it will have a negative impact\n * on performance if an error is thrown.\n */\n// import 'zone.js/dist/zone-error'; // Included with Angular CLI.\n","import { enableProdMode } from '@angular/core';\nimport { platformBrowserDynamic } from '@angular/platform-browser-dynamic';\n\nimport { AppModule } from './app/app.module';\nimport { environment } from './environments/environment';\n\nif (environment.production) {\n enableProdMode();\n}\n\nplatformBrowserDynamic()\n .bootstrapModule(AppModule)\n .catch(err => console.error(err));\n"],"sourceRoot":""} \ No newline at end of file +{"version":3,"sources":["webpack:///C:/Sources/GroupDocs.Total.Angular/dist/libs/common-components/fesm5/groupdocs.examples.angular-common-components.js","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/index.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/active-annotation.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation-app.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation-app.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation-config.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation-config.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation-models.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation.module.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation/annotation.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation/annotation.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/comment-annotation.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/comment-panel/comment-panel.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/comment-panel/comment-panel.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/comment/comment.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/comment/comment.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/create-comment/create-comment.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/create-comment/create-comment.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/remove-annotation.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/common-components/src/lib/config.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/index.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/add-file-panel/add-file-panel.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/add-file-panel/add-file-panel.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/comparison-app.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/comparison-app.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/comparison-config.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/comparison-config.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/comparison.module.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/comparison.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/difference-highlight/difference-highlight.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/difference-highlight/difference-highlight.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/difference/difference.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/difference/difference.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/differences.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/differences/differences.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/differences/differences.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/models.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/result-document/result-document.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/result-document/result-document.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/index.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-app.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-app.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-config.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-config.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-item/conversion-item.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-item/conversion-item.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-queue/conversion-queue.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-queue/conversion-queue.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion.module.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/information-modal/information-modal.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/information-modal/information-modal.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/models.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/editor/src/index.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/create.document-modal/create.document-modal.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/create.document-modal/create.document-modal.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/editor-app.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/editor-app.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/editor-config.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/editor-config.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/editor.module.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/editor.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/index.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/accordion.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/accordion/accordion-group/accordion-group.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/accordion/accordion-group/accordion-group.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/accordion/accordion.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/accordion/accordion.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata-app.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata-app.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata-config.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata-config.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata-models.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata.module.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/index.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/active-field.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/app-models.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/confirmation-modal/confirmation-modal.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/confirmation-modal/confirmation-modal.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/field/field.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/field/field.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/parser-app.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/parser-app.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/parser.module.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/parser.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/surface/surface.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/surface/surface.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/template-browser/template-browser.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/template-browser/template-browser.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/template-name/template-name.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/template-name/template-name.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/index.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/indexed-file/indexed-file.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/indexed-file/indexed-file.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/indexed-files-list/indexed-files-list.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/indexed-files-list/indexed-files-list.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-app.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-app.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-browse-files-modal/search-browse-files-modal.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-browse-files-modal/search-browse-files-modal.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-config.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-config.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-models.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-panel/search-panel.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-panel/search-panel.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-result-item/search-result-item.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-result-item/search-result-item.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-result-summary/search-result-summary.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-result-summary/search-result-summary.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search.module.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/index.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/active-canvas.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/active-signature.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/canvas/canvas.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/canvas/canvas.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/copy-signature.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/dnd-signature.directive.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/drag-signature.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/hand-modal/hand-modal.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/hand-modal/hand-modal.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/remove-canvas.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/remove-signature.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/select-signature.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-app.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-app.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-config.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-config.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-left-panel/signature-left-panel.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-left-panel/signature-left-panel.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-list-panel/signature-list-panel.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-list-panel/signature-list-panel.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-models.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-tab-activator.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature.module.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature/signature.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature/signature.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signatures-holder.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/stamp-canvas/stamp-canvas.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/stamp-canvas/stamp-canvas.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/stamp-modal/stamp-modal.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/stamp-modal/stamp-modal.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/upload-signature/upload-signature.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/upload-signature/upload-signature.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/index.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/excel-document/excel-document.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/excel-document/excel-document.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/excel-page.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/excel-page/excel-page.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/excel-page/excel-page.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/thumbnails/thumbnails.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/thumbnails/thumbnails.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/viewer-app.component.less","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/viewer-app.component.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/viewer-config.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/viewer-config.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/viewer.module.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/viewer.service.ts","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation-app.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/annotation/annotation.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/comment-panel/comment-panel.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/comment/comment.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/annotation/src/lib/create-comment/create-comment.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/add-file-panel/add-file-panel.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/comparison-app.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/difference-highlight/difference-highlight.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/difference/difference.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/differences/differences.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/result-document/result-document.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/comparison/src/lib/upload-file-panel/upload-file-panel.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-app.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-browse-files-modal/conversion-browse-files-modal.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-item/conversion-item.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/conversion-queue/conversion-queue.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/conversion/src/lib/information-modal/information-modal.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/create.document-modal/create.document-modal.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/editor/src/lib/editor-app.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/accordion/accordion-group/accordion-group.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/metadata/src/lib/metadata-app.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/confirmation-modal/confirmation-modal.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/field/field.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/parser-app.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/surface/surface.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/template-browser/template-browser.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/parser/src/lib/template-name/template-name.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/indexed-file/indexed-file.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/indexed-files-list/indexed-files-list.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-app.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-browse-files-modal/search-browse-files-modal.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-panel/search-panel.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-result-item/search-result-item.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/search/src/lib/search-result-summary/search-result-summary.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/canvas/canvas.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/hand-modal/hand-modal.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/new-bar-qr-code/new-bar-qr-code.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-app.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-left-panel/signature-left-panel.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature-list-panel/signature-list-panel.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/signature/signature.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/stamp-canvas/stamp-canvas.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/stamp-modal/stamp-modal.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/signature/src/lib/upload-signature/upload-signature.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/excel-document/excel-document.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/excel-page/excel-page.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/thumbnails/thumbnails.component.html","webpack:///C:/Sources/GroupDocs.Total.Angular/libs/viewer/src/lib/viewer-app.component.html","webpack:///./src/app/app.component.html","webpack:///./src/app/total-nav/total-nav.component.html","webpack:///./src/app/total-view/total-view.component.html","webpack:///./$_lazy_route_resource lazy namespace object","webpack:///./src/app/app.component.less","webpack:///./src/app/app.component.ts","webpack:///./src/app/app.module.ts","webpack:///./src/app/total-nav/total-nav.component.css","webpack:///./src/app/total-nav/total-nav.component.ts","webpack:///./src/app/total-view/total-view.component.css","webpack:///./src/app/total-view/total-view.component.ts","webpack:///./src/environments/environment.ts","webpack:///./src/main.ts"],"names":[],"mappings":"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hB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAqBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,qDAAqD,QAAQ,GAAG,mBAAmB;AACnF,2CAA2C,oBAAoB,aAAa,QAAQ,eAAe,eAAe,cAAc,eAAe,oBAAoB,aAAa,4BAA4B,6BAA6B,sBAAsB,yBAAyB,mBAAmB,qBAAqB,wBAAwB,uBAAuB,eAAe,YAAY,kBAAkB,kBAAkB,mBAAmB,iBAAiB,mBAAmB,WAAW,iBAAiB,cAAc,gBAAgB,yBAAyB,WAAW,uBAAuB,WAAW,yBAAyB,cAAc,yBAAyB,WAAW,qBAAqB,WAAW,yBAAyB,cAAc,eAAe,kBAAkB,wBAAwB,oBAAoB,aAAa,4BAA4B,6BAA6B,sBAAsB,0BAA0B,QAAQ,eAAe,cAAc,YAAY;AAC3+B,iBAAiB;AACjB;AACA;AACA,kDAAkD;AAClD,SAAS;AACT,MAAM;AACN;AACA,oBAAoB,OAAO,mDAAK,EAAE;AAClC,kBAAkB,OAAO,mDAAK,EAAE;AAChC,oBAAoB,OAAO,mDAAK,EAAE;AAClC,gBAAgB,OAAO,mDAAK,EAAE;AAC9B,qBAAqB,OAAO,mDAAK,EAAE;AACnC,mBAAmB,OAAO,mDAAK,EAAE;AACjC,qBAAqB,OAAO,mDAAK,EAAE;AACnC,kBAAkB,OAAO,mDAAK,EAAE;AAChC,oBAAoB,OAAO,mDAAK,EAAE;AAClC,uBAAuB,OAAO,mDAAK,EAAE;AACrC,2BAA2B,OAAO,mDAAK,EAAE;AACzC;AACA;AACA,CAAC;AACD,WAAW,EA8BV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA;AACA,oCAAoC,yBAAyB,YAAY,oBAAoB,aAAa,yBAAyB,mBAAmB,wBAAwB,uBAAuB,MAAM,WAAW,eAAe,yBAAyB,cAAc,MAAM,aAAa,eAAe,2BAA2B,YAAY,0BAA0B,MAAM,WAAW,YAAY,YAAY,aAAa,YAAY,eAAe;AAChc,iBAAiB;AACjB;AACA;AACA,gDAAgD,WAAW;AAC3D;AACA,gBAAgB,OAAO,mDAAK,EAAE;AAC9B,gBAAgB,OAAO,mDAAK,EAAE;AAC9B;AACA;AACA,CAAC;AACD,WAAW,EAKV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA;AACA,uCAAuC,kBAAkB,0BAA0B,uBAAuB,kBAAkB,sBAAsB,WAAW,kBAAkB,gBAAgB,YAAY,UAAU,eAAe,YAAY,iBAAiB,0BAA0B,kBAAkB,mBAAmB,eAAe,2BAA2B,cAAc,4BAA4B,gBAAgB,kBAAkB,eAAe,mBAAmB,aAAa,cAAc,kBAAkB,YAAY,SAAS,iBAAiB,6BAA6B,yBAAyB;AACjmB,iBAAiB;AACjB;AACA;AACA,mDAAmD,WAAW;AAC9D;AACA,gBAAgB,OAAO,mDAAK,EAAE;AAC9B,oBAAoB,OAAO,mDAAK,EAAE;AAClC,gBAAgB,OAAO,mDAAK,EAAE;AAC9B;AACA;AACA,CAAC;AACD,WAAW,EAOV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB,gEAAW;AAChC;AACA,SAAS;AACT;AACA;AACA,qBAAqB,gEAAW;AAChC;AACA,SAAS;AACT,kCAAkC,EAAE;AACpC;AACA;AACA,CAAC;AACD,WAAW,EAuFV;AACD;AACA;AACA;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,wDAAU;AAC1B;AACA;AACA,gDAAgD,WAAW;AAC3D;AACA,CAAC;AACD,WAAW,EAMV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAiBV;AACD;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA,sBAAsB,oBAAoB,EAAE;AAC5C;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA,sBAAsB,oBAAoB,EAAE;AAC5C;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA,sBAAsB,oBAAoB,EAAE;AAC5C;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAMV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA,2BAA2B,0DAAY;AACvC,0BAA0B,0DAAY;AACtC;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,oDAAoD,EAAE;AACtD;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,yGAAyG,uPAAuP,gBAAgB,oDAAoD,OAAO;AAC3a,2GAA2G,QAAQ,mDAAmD,UAAU,gBAAgB,eAAe,MAAM,QAAQ,SAAS,OAAO,aAAa,iCAAiC,UAAU,gCAAgC,iBAAiB,0BAA0B,eAAe,SAAS,QAAQ,uCAAuC,+BAA+B,aAAa,mCAAmC,mCAAmC,sCAAsC,+BAA+B,kBAAkB,sBAAsB,YAAY,oBAAoB,aAAa,4BAA4B,6BAA6B,sBAAsB,iBAAiB,YAAY,sBAAsB,yBAAyB,gBAAgB,kBAAkB,WAAW,SAAS,eAAe,WAAW,WAAW,YAAY,kBAAkB,qBAAqB,eAAe,gBAAgB,YAAY,WAAW,iBAAiB,gBAAgB,eAAe,gBAAgB,iBAAiB,oBAAoB,SAAS,WAAW,eAAe,sBAAsB,gBAAgB,gBAAgB,yBAAyB,iBAAiB,YAAY,sBAAsB,YAAY,iBAAiB,kBAAkB,eAAe,eAAe,0BAA0B,iBAAiB,WAAW,YAAY,eAAe,aAAa;AACv9C,iBAAiB;AACjB;AACA;AACA,iDAAiD;AACjD,SAAS,qBAAqB;AAC9B,SAAS,OAAO,wDAAU;AAC1B,MAAM;AACN;AACA,cAAc,OAAO,mDAAK,EAAE;AAC5B,iBAAiB,OAAO,mDAAK,EAAE;AAC/B,mBAAmB,OAAO,oDAAM,EAAE;AAClC,kBAAkB,OAAO,oDAAM,EAAE;AACjC;AACA;AACA,CAAC;AACD,WAAW,EAqBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAaV;AACD;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAKV;AACD;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAKV;AACD;AACA,IAAI,uDAAS;AACb;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAGV;AACD;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAWV;AACD;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAWV;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAeV;AACD;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,iCAAiC,EAAE;AACnC,mBAAmB,EAAE;AACrB;AACA,iHAAiH;AACjH;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA,8BAA8B;AAC9B;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB,kCAAkC,EAAE,UAAU,EAAE,UAAU,EAAE;AAC5D;AACA,uBAAuB,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ACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,QAAQ,oCAAM;AACd,WAAW,EAAE;AACb;AACA,WAAW,EAAE;AACb;AACA,WAAW,EAAE;AACb,wBAAwB,iCAAiC,GAAG,iCAAiC;AAC7F;AACA;AACA;AACA;AACA,oCAAoC,0DAAY;AAChD,qCAAqC,0DAAY;AACjD,gCAAgC,0DAAY;AAC5C,2BAA2B,0DAAY;AACvC;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA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CA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,GAAG;AAClB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,GAAG;AAClB,gBAAgB;AAChB;AACA;AACA,6BAA6B,aAAa;AAC1C,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAgBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA,iCAAiC,+CAAU;AAC3C,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6BAA6B,+CAAU;AACvC,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,wDAAU;AAC1B;AACA,iBAAiB;AACjB;AACA;AACA,kDAAkD;AAClD,SAAS;AACT,MAAM;AACN,yDAAyD,wEAAkB,EAAE,8CAA8C,4BAA4B,8DAAQ,sBAAsB,EAAE,8CAA8C;AACrO;AACA,CAAC;AACD,WAAW,EA0BV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,UAAU,oCAAM;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,yBAAyB,0DAAY;AACrC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,qBAAqB,EAAE;AACvB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,yBAAyB,sCAAM;AAC/B;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,sDAAsD;AACtD;AACA;AACA,2BAA2B;AAC3B;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA,sCAAsC;AACtC;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB,0BAA0B;AAC1B;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AA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AACjB;AACA;AACA,0DAA0D;AAC1D,SAAS;AACT,MAAM;AACN;AACA,uBAAuB,OAAO,oDAAM,EAAE;AACtC;AACA;AACA,CAAC;AACD,WAAW,EAQV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA,2BAA2B,0DAAY;AACvC,2BAA2B,0DAAY;AACvC,2BAA2B,0DAAY;AACvC;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,iBAAiB;AACjB;AACA;AACA,+CAA+C;AAC/C,SAAS;AACT,MAAM;AACN;AACA,mBAAmB,OAAO,oDAAM,EAAE;AAClC,mBAAmB,OAAO,oDAAM,EAAE;AAClC,mBAAmB,OAAO,oDAAM,EAAE;AAClC,kBAAkB,OAAO,yDAAW,2BAA2B;AAC/D,uBAAuB,OAAO,0DAAY,oCAAoC;AAC9E,sBAAsB,OAAO,0DAAY,mCAAmC;AAC5E,uBAAuB,OAAO,0DAAY,oCAAoC;AAC9E,kBAAkB,OAAO,0DAAY,+BAA+B;AACpE,mBAAmB,OAAO,0DAAY,gCAAgC;AACtE;AACA;AACA,CAAC;AACD,WAAW,EAmBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,UAAU,oCAAM;AAChB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,GAAG;AAClB,eAAe,GAAG;AAClB,eAAe,GAAG;AAClB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,GAAG;AAClB,eAAe,GAAG;AAClB,eAAe,GAAG;AAClB,gBAAgB;AAChB;AACA;AACA,8BAA8B,YAAY;AAC1C,oCAAoC,gBAAgB;AACpD,gCAAgC,cAAc;AAC9C;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,wDAAU;AAC1B;AACA,iBAAiB;AACjB;AACA;AACA,kDAAkD,WAAW;AAC7D,yDAAyD,wEAAkB,EAAE,8CAA8C,8BAA8B,EAAE,8CAA8C;AACzM;AACA,CAAC;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,UAAU,oCAAM;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,uBAAuB,wBAAwB;AAC/C,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,sBAAsB,sCAAsC;AAC5D,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,iBAAiB;AACjB;AACA;AACA,sDAAsD;AACtD,SAAS,OAAO,wDAAU,EAAE;AAC5B,SAAS,wBAAwB;AACjC,SAAS,2BAA2B;AACpC,SAAS,oBAAoB;AAC7B,SAAS,sBAAsB;AAC/B,SAAS;AACT,MAAM;AACN;AACA,qBAAqB,OAAO,0DAAY,qBAAqB;AAC7D,oBAAoB,OAAO,0DAAY,4BAA4B;AACnE;AACA;AACA,CAAC;AACD,WAAW,EA8CV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,UAAU,oCAAM;AAChB;AACA;AACA,gCAAgC,0DAAY;AAC5C,kCAAkC,0DAAY;AAC9C;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,iBAAiB;AACjB;AACA;AACA,wBAAwB,OAAO,oDAAM,EAAE;AACvC,0BAA0B,OAAO,oDAAM,EAAE;AACzC,8BAA8B,OAAO,0DAAY,qCAAqC;AACtF,+BAA+B,OAAO,0DAAY,yCAAyC;AAC3F,0BAA0B,OAAO,0DAAY,uCAAuC;AACpF;AACA;AACA,CAAC;AACD,WAAW,EAKV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AAC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M,EAAE;AACnC,kBAAkB,OAAO,mDAAK,EAAE;AAChC;AACA;AACA,CAAC;AACD,WAAW,EAgBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,iBAAiB;AACjB;AACA;AACA,0DAA0D,WAAW;AACrE;AACA,eAAe,OAAO,mDAAK,EAAE;AAC7B,kBAAkB,OAAO,yDAAW,6BAA6B;AACjE;AACA;AACA,CAAC;AACD,WAAW,EAKV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,iBAAiB;AACjB;AACA;AACA,oDAAoD,WAAW;AAC/D;AACA,iBAAiB,OAAO,mDAAK,EAAE;AAC/B,sBAAsB,OAAO,mDAAK,EAAE;AACpC,iBAAiB,OAAO,mDAAK,EAAE;AAC/B,kBAAkB,OAAO,mDAAK,EAAE;AAChC,sBAAsB,OAAO,mDAAK,EAAE;AACpC,qBAAqB,OAAO,yDAAW,8BAA8B;AACrE,sBAAsB,OAAO,yDAAW,wCAAwC;AAChF,qBAAqB,OAAO,yDAAW,8BAA8B;AACrE,kBAAkB,OAAO,yDAAW,2BAA2B;AAC/D;AACA;AACA,CAAC;AACD,WAAW,EAmBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,+BAA+B,0DAAY;AAC3C;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,khBAAkhB,MAAM;AACxhB,uCAAuC,cAAc,yBAAyB,oBAAoB,aAAa,4BAA4B,6BAA6B,sBAAsB,wBAAwB,uBAAuB,yBAAyB,mBAAmB,WAAW,YAAY,MAAM,eAAe,mBAAmB,oBAAoB,aAAa,cAAc,OAAO,eAAe,kBAAkB,cAAc,4BAA4B,sBAAsB,eAAe,MAAM,gCAAgC,gDAAgD,kBAAkB,WAAW,UAAU,oDAAoD,MAAM,YAAY,0DAA0D,YAAY,YAAY,eAAe,cAAc,mBAAmB,kCAAkC,cAAc,eAAe,4CAA4C,oBAAoB,aAAa,4BAA4B,6BAA6B,sBAAsB,YAAY,aAAa,yBAAyB,mBAAmB,wBAAwB,uBAAuB,oBAAoB,UAAU,kBAAkB;AAClsC,iBAAiB;AACjB;AACA;AACA,qDAAqD,WAAW;AAChE;AACA,gBAAgB,OAAO,mDAAK,EAAE;AAC9B,gBAAgB,OAAO,mDAAK,EAAE;AAC9B,uBAAuB,OAAO,oDAAM,EAAE;AACtC;AACA;AACA,CAAC;AACD,WAAW,EASV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA,2BAA2B,+CAAU;AACrC,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT,+BAA+B,+CAAU;AACzC,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAqBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA,mCAAmC,sDAAQ,oCAAoC,iBAAiB;AAChG;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,QAAQ,gBAAgB;AACnD;AACA;AACA;AACA;AACA,yBAAyB,0BAA0B;AACnD;AACA;AACA;AACA;AACA,mCAAmC,sDAAQ,oCAAoC,iBAAiB;AAChG;AACA;AACA,oIAAoI;AACpI;AACA;AACA;AACA,2BAA2B,QAAQ,gBAAgB;AACnD;AACA;AACA;AACA;AACA,yBAAyB,0BAA0B;AACnD;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,uBAAuB,EAAE;AACzB;AACA,6CAA6C,aAAa,WAAW,aAAa;AAClF;AACA,iDAAiD,iCAAiC;AAClF;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,uBAAuB,gBAAgB,yBAAyB,0BAA0B,EAAE;AAC5F,mCAAmC,wBAAwB;AAC3D;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,iBAAiB;AACjB;AACA;AACA,uDAAuD;AACvD,SAAS;AACT,MAAM;AACN;AACA,oBAAoB,OAAO,mDAAK,EAAE;AAClC;AACA;AACA,CAAC;AACD,WAAW,EAQV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,6BAA6B,oDAAe;AAC5C;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA,4BAA4B,gCAAgC,EAAE;AAC9D;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,wVAAwV,+CAA+C;AACvY,8CAA8C,2BAA2B,oBAAoB,4BAA4B,6BAA6B,sBAAsB,mBAAmB,OAAO,wCAAwC,eAAe,qBAAqB,sBAAsB,sCAAsC,eAAe,gBAAgB,mBAAmB,kBAAkB,gBAAgB,iBAAiB,oBAAoB,aAAa,0BAA0B,mBAAmB,OAAO,cAAc,eAAe,sBAAsB,kBAAkB,eAAe;AAC5lB,iBAAiB;AACjB;AACA;AACA,sDAAsD;AACtD,SAAS;AACT,MAAM;AACN;AACA,CAAC;AACD,WAAW,EAGV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,6BAA6B,4CAAO;AACpC;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,UAAU,oCAAM;AAChB;AACA;AACA;AACA;AACA,+BAA+B,0DAAY;AAC3C;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA,4BAA4B,gCAAgC,EAAE;AAC9D;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA,wBAAwB;AACxB;AACA;AACA,2BAA2B,EAAE;AAC7B;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,gXAAgX,iBAAiB,6HAA6H,SAAS;AACvgB,mDAAmD,YAAY,aAAa,kBAAkB,oBAAoB,aAAa,4BAA4B,6BAA6B,sBAAsB,YAAY,wBAAwB,eAAe,cAAc,oBAAoB,wBAAwB,YAAY,yBAAyB,8BAA8B,qBAAqB,4BAA4B,oBAAoB,oCAAoC,YAAY,WAAW,UAAU,wBAAwB,uBAAuB,oDAAoD,yBAAyB,mBAAmB,cAAc,oBAAoB,YAAY,iBAAiB,eAAe,0BAA0B,qBAAqB,iBAAiB;AACryB,iBAAiB;AACjB;AACA;AACA,4DAA4D;AAC5D,SAAS,gCAAgC;AACzC,SAAS;AACT,MAAM;AACN;AACA,uBAAuB,OAAO,oDAAM,EAAE;AACtC;AACA;AACA,CAAC;AACD,WAAW,EAUV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,4CAA4C;AAC5C;AACA,kBAAkB,0DAAG;AACrB,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS,IAAI,iEAAU;AACvB,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA,qCAAqC,sEAAiB;AACtD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,uDAAU;AAC7B,SAAS;AACT;AACA;AACA,SAAS,OAAO,wDAAU;AAC1B;AACA,iBAAiB;AACjB;AACA;AACA,0DAA0D;AAC1D,SAAS,qBAAqB;AAC9B,SAAS;AACT,MAAM;AACN,iEAAiE,wEAAkB,EAAE,sDAAsD,oCAAoC,8DAAQ,gBAAgB,8DAAQ,2BAA2B,EAAE,sDAAsD;AAClS;AACA,CAAC;AACD,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,6BAA6B,4CAAO;AACpC;AACA,oCAAoC,4CAAO;AAC3C;AACA,kCAAkC,4CAAO;AACzC;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EA+BV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA,6BAA6B,0DAAY;AACzC;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,gOAAgO,SAAS,MAAM,OAAO;AACtP,iDAAiD,iBAAiB,sBAAsB,WAAW,eAAe,WAAW,iBAAiB,cAAc,eAAe,kBAAkB,YAAY,SAAS,yBAAyB,yBAAyB,YAAY,eAAe,SAAS,SAAS,UAAU,oCAAoC,4BAA4B,oBAAoB,aAAa,iBAAiB,WAAW,YAAY,YAAY,eAAe,cAAc,yBAAyB,qBAAqB,sBAAsB,sBAAsB,4BAA4B,aAAa,0BAA0B,iBAAiB,YAAY,YAAY,qBAAqB,iBAAiB,kBAAkB,WAAW,SAAS,yBAAyB,YAAY;AACpyB,iBAAiB;AACjB;AACA;AACA,kDAAkD;AAClD,SAAS;AACT,MAAM;AACN;AACA,qBAAqB,OAAO,oDAAM,EAAE;AACpC,uBAAuB,OAAO,uDAAS;AACvC;AACA,qBAAqB,IAAI;AACzB;AACA;AACA,CAAC;AACD,WAAW,EAcV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,UAAU,oCAAM;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA,2BAA2B,EAAE;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA,uBAAuB,EAAE;AACzB,wBAAwB;AACxB;AACA;AACA;AACA,aAAa;AACb,uBAAuB,EAAE;AACzB;AACA;AACA;AACA,2BAA2B,EAAE;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,oBAAoB;AACpB;AACA;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB,0CAA0C,EAAE,uCAAuC,EAAE;AACrF;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,oBAAoB;AACpB;AACA;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,uBAAuB,uBAAuB;AAC9C,uBAAuB,EAAE;AACzB;AACA,6CAA6C,EAAE;AAC/C;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,iBAAiB;AACjB;AACA;AACA,sDAAsD;AACtD,SAAS,OAAO,wDAAU,EAAE;AAC5B,SAAS,sBAAsB;AAC/B,SAAS,4BAA4B;AACrC,SAAS;AACT,MAAM;AACN;AACA,CAAC;AACD,WAAW,EAgCV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA;AACA,yCAAyC,mBAAmB,oBAAoB,aAAa,WAAW,YAAY,2BAA2B,YAAY,eAAe,0BAA0B,WAAW,YAAY,2BAA2B,aAAa;AACnQ,iBAAiB;AACjB;AACA;AACA,0DAA0D,WAAW;AACrE;AACA,gBAAgB,OAAO,mDAAK,EAAE;AAC9B,gBAAgB,OAAO,mDAAK,EAAE;AAC9B;AACA;AACA,CAAC;AACD,WAAW,EAKV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,6BAA6B,4CAAO;AACpC;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,kKAAkK,UAAU;AAC5K,2CAA2C,YAAY,kBAAkB,sBAAsB,WAAW,OAAO,iBAAiB,aAAa,UAAU,sCAAsC,YAAY,oBAAoB,oBAAoB,aAAa,QAAQ,kBAAkB,eAAe,cAAc,YAAY,iBAAiB,eAAe,oBAAoB,aAAa,yBAAyB,mBAAmB,wBAAwB,uBAAuB,cAAc,aAAa,eAAe,eAAe,iBAAiB,eAAe,sBAAsB,cAAc,gBAAgB,0BAA0B,QAAQ,YAAY,iBAAiB,WAAW,eAAe,aAAa,cAAc,cAAc,gBAAgB;AAC9vB,iBAAiB;AACjB;AACA;AACA,+CAA+C;AAC/C,SAAS;AACT,MAAM;AACN;AACA,cAAc,OAAO,mDAAK,EAAE;AAC5B,oBAAoB,OAAO,mDAAK,EAAE;AAClC,gBAAgB,OAAO,mDAAK,EAAE;AAC9B,oBAAoB,OAAO,mDAAK,EAAE;AAClC,kBAAkB,OAAO,mDAAK,EAAE;AAChC,mBAAmB,OAAO,mDAAK,EAAE;AACjC;AACA;AACA,CAAC;AACD,WAAW,EAkBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA;AACA,uCAAuC,oBAAoB,aAAa;AACxE,iBAAiB;AACjB;AACA;AACA,gDAAgD,WAAW;AAC3D;AACA,CAAC;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAqBV;AACD;AACA;AACA,iCAAiC,4CAAO;AACxC;AACA,sCAAsC,4CAAO;AAC7C;AACA,iCAAiC,4CAAO;AACxC;AACA,iCAAiC,4CAAO;AACxC;AACA,mCAAmC,4CAAO;AAC1C;AACA,kCAAkC,4CAAO;AACzC;AACA,oCAAoC,4CAAO;AAC3C;AACA,qCAAqC,4CAAO;AAC5C;AACA,iCAAiC,4CAAO;AACxC;AACA,sCAAsC,4CAAO;AAC7C;AACA,kCAAkC,4CAAO;AACzC;AACA,iCAAiC,4CAAO;AACxC;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,WAAW,EAyHV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC,0DAAY;AAC7C,gCAAgC,0DAAY;AAC5C;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA;AACA,+CAA+C,WAAW,mBAAmB,kBAAkB,YAAY,yBAAyB,YAAY,2BAA2B,oBAAoB,aAAa,eAAe,wBAAwB,uBAAuB,kCAAkC,WAAW,YAAY,WAAW,eAAe;AAC7V,iBAAiB;AACjB;AACA;AACA,uDAAuD,WAAW;AAClE;AACA,kBAAkB,OAAO,mDAAK,EAAE;AAChC,yBAAyB,OAAO,oDAAM,EAAE;AACxC,wBAAwB,OAAO,oDAAM,EAAE;AACvC;AACA;AACA,CAAC;AACD,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA,IAAI,uDAAS;AACb;AACA;AACA;AACA;AACA,SAAS,OAAO,wDAAU;AAC1B;AACA,iBAAiB;AACjB;AACA;AACA,wDAAwD,WAAW;AACnE,+DAA+D,wEAAkB,EAAE,oDAAoD,oCAAoC,EAAE,oDAAoD;AACjO;AACA,CAAC;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,oBAAoB,MAAK;AACzB;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,wDAAU;AAC1B;AACA,iBAAiB;AACjB;AACA,0DAA0D,wEAAkB,EAAE,+CAA+C,+BAA+B,EAAE,+CAA+C;AAC7M;AACA,CAAC;AACD,WAAW,EAKV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,UAAU,oCAAM;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC,MAAK;AACtC;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,uBAAuB,EAAE;AACzB,yEAAyE,2BAA2B,wCAAwC;AAC5I;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,iBAAiB;AACjB;AACA;AACA,sDAAsD;AACtD,SAAS,0BAA0B;AACnC,SAAS,8BAA8B;AACvC,SAAS;AACT,MAAM;AACN;AACA,mBAAmB,OAAO,0DAAY,sBAAsB;AAC5D;AACA;AACA,CAAC;AACD,WAAW,EAkEV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA;AACA,0CAA0C,iBAAiB,SAAS,WAAW,YAAY,sBAAsB,kBAAkB,UAAU,kBAAkB,uBAAuB,kBAAkB,oBAAoB,aAAa,gBAAgB,YAAY,aAAa,oBAAoB,qBAAqB,8BAA8B,sBAAsB,uDAAuD,WAAW,kBAAkB,WAAW,aAAa,gBAAgB,4BAA4B,8BAA8B,SAAS,WAAW,iCAAiC,yBAAyB,mCAAmC,2BAA2B,2BAA2B,8BAA8B,UAAU,UAAU,iCAAiC,yBAAyB,gCAAgC,wBAAwB,oCAAoC,WAAW,YAAY,oCAAoC,kBAAkB,uBAAuB,kBAAkB,UAAU,SAAS,UAAU,4BAA4B,UAAU,YAAY,sBAAsB,kBAAkB,UAAU,QAAQ,UAAU,iCAAiC,yBAAyB,mCAAmC,kDAAkD,0CAA0C,mBAAmB,yCAAyC,iCAAiC,oBAAoB,0CAA0C,kCAAkC,sCAAsC,OAAO,QAAQ,WAAW,SAAS,IAAI,WAAW,QAAQ,SAAS,KAAK,WAAW,UAAU,UAAU,qCAAqC,OAAO,QAAQ,SAAS,SAAS,IAAI,WAAW,UAAU,SAAS,IAAI,WAAW,UAAU,SAAS,KAAK,WAAW,UAAU,UAAU,6BAA6B,OAAO,QAAQ,SAAS,SAAS,IAAI,WAAW,UAAU,SAAS,IAAI,WAAW,UAAU,SAAS,KAAK,WAAW,UAAU,UAAU,8BAA8B,OAAO,QAAQ,WAAW,SAAS,IAAI,WAAW,QAAQ,SAAS,KAAK,WAAW,UAAU,UAAU,6BAA6B,WAAW,yBAAyB,cAAc,kBAAkB,kBAAkB,UAAU,oCAAoC,WAAW,UAAU,SAAS,gCAAgC,wBAAwB,qCAAqC,WAAW,UAAU,SAAS,iCAAiC,yBAAyB,qCAAqC,MAAM,yBAAyB,iCAAiC,SAAS,0BAA0B,mCAAmC,6BAA6B,MAAM,yBAAyB,iCAAiC,SAAS,0BAA0B,mCAAmC,0BAA0B,kBAAkB,SAAS,QAAQ,kBAAkB,uCAAuC,gCAAgC;AACj9F,iBAAiB;AACjB;AACA;AACA,wDAAwD,WAAW;AACnE;AACA,CAAC;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,6BAA6B,4CAAO;AACpC;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,SAAS,OAAO,wDAAU;AAC1B;AACA,iBAAiB;AACjB;AACA;AACA,kDAAkD,WAAW;AAC7D,yDAAyD,wEAAkB,EAAE,8CAA8C,8BAA8B,EAAE,8CAA8C;AACzM;AACA,CAAC;AACD,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA,oBAAoB,MAAK;AACzB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,2BAA2B,EAAE;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,iBAAiB;AACjB;AACA;AACA,kDAAkD;AAClD,SAAS,yBAAyB;AAClC,SAAS;AACT,MAAM;AACN;AACA,gBAAgB,OAAO,mDAAK,EAAE;AAC9B,mBAAmB,OAAO,0DAAY,gCAAgC;AACtE,wBAAwB,OAAO,0DAAY,qCAAqC;AAChF,kBAAkB,OAAO,0DAAY,+BAA+B;AACpE;AACA;AACA,CAAC;AACD,WAAW,EAkBV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,oCAAoC,0DAAY;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA,sBAAsB,4BAA4B,EAAE;AACpD;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AA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AK,EAAE;AACrC;AACA;AACA,CAAC;AACD,WAAW,EAGV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA,+BAA+B,0DAAY;AAC3C;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,iBAAiB;AACjB;AACA;AACA,mDAAmD,WAAW;AAC9D;AACA,uBAAuB,OAAO,oDAAM,EAAE;AACtC,sBAAsB,OAAO,0DAAY,yBAAyB;AAClE,wBAAwB,OAAO,0DAAY,yBAAyB;AACpE;AACA;AACA,CAAC;AACD,WAAW,EAGV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,SAAS,OAAO,wDAAU;AAC1B;AACA,iBAAiB;AACjB;AACA;AACA,6DAA6D;AAC7D,SAAS,OAAO,sEAAwB,EAAE;AAC1C,SAAS,OAAO,4DAAc;AAC9B,MAAM;AACN,oEAAoE,wEAAkB,EAAE,yDAAyD,uCAAuC,8DAAQ,CAAC,sEAAwB,GAAG,8DAAQ,CAAC,4DAAc,GAAG,EAAE,yDAAyD;AACjT;AACA,CAAC;AACD,WAAW,EAWV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB,oBAAoB;AACpB;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,CAAC;AACD,WAAW,EAMV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,iBAAiB;AACjB;AACA;AACA,uDAAuD;AACvD,SAAS,OAAO,8DAAgB,EAAE;AAClC,SAAS;AACT,MAAM;AACN;AACA,iBAAiB,OAAO,mDAAK,EAAE;AAC/B;AACA;AACA,CAAC;AACD,WAAW,EAUV;;AAED;AACA;AACA,cAAc,uFAAuF;AACrG;AACA,WAAW,EAAE;AACb,UAAU,oCAAM;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,0DAAY;AACvC,2BAA2B,0DAAY;AACvC,6BAA6B,0DAAY;AACzC,8BAA8B,0DAAY;AAC1C,2BAA2B,0DAAY;AACvC;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA,uBAAuB,EAAE;AACzB;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB;AACxB;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA,kCAAkC;AAClC;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,mBAAmB,EAAE;AACrB;AACA,mBAAmB,EAAE;AACrB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,sFAAsF,IAAI,iWAAiW,IAAI,gWAAgW,IAAI,gWAAgW,IAAI;AACvoC,mDAAmD,yBAAyB,UAAU,WAAW,mBAAmB,kBAAkB,eAAe,cAAc,WAAW,YAAY,WAAW,iBAAiB,WAAW,SAAS,W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AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA,eAAe,EAAE;AACjB,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,SAAS,OAAO,uDAAS;AACzB;AACA,6FAA6F,+CAA+C;AAC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","file":"main-es5.js","sourcesContent":["import { Component, EventEmitter, Input, Output, Injectable, ElementRef, ɵɵdefineInjectable, ɵɵinject, Pipe, Directive, HostBinding, HostListener, ViewChild, ViewEncapsulation, Inject, forwardRef, ComponentFactoryResolver, ApplicationRef, ViewContainerRef, Renderer2, NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { Subject, fromEvent, Observable, BehaviorSubject, throwError } from 'rxjs';\r\nimport { debounceTime, distinctUntilChanged, startWith, tap, map, catchError, finalize } from 'rxjs/operators';\r\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\r\nimport { library } from '@fortawesome/fontawesome-svg-core';\r\nimport { fas } from '@fortawesome/free-solid-svg-icons';\r\nimport { far } from '@fortawesome/free-regular-svg-icons';\r\nimport { HttpHeaders, HttpErrorResponse } from '@angular/common/http';\r\nimport { __extends, __values } from 'tslib';\r\nimport * as jquery from 'jquery';\r\nimport * as Hammer from 'hammerjs';\r\nimport { DomSanitizer } from '@angular/platform-browser';\r\nimport { ClickOutsideModule } from 'ng-click-outside';\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar TopToolbarComponent = /** @class */ (function () {\r\n function TopToolbarComponent() {\r\n }\r\n TopToolbarComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-top-toolbar',\r\n template: \"
    \\n
    \\n \\n
    \\n
    \\n\",\r\n styles: [\".top-toolbar{width:100%;height:60px;z-index:999;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.tools{width:100%;height:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}@media (max-width:1037px){.top-toolbar{height:60px}.tools{height:100%;overflow-x:auto;overflow-scrolling:touch;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.tools::-webkit-scrollbar{width:0;height:0;background-color:#3e4e5a}}\"]\r\n }] }\r\n ];\r\n /** @nocollapse */\r\n TopToolbarComponent.ctorParameters = function () { return []; };\r\n return TopToolbarComponent;\r\n}());\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar SidePanelComponent = /** @class */ (function () {\r\n function SidePanelComponent() {\r\n this.closable = true;\r\n this.saveable = true;\r\n this.hideSidePanel = new EventEmitter();\r\n this.saveInSidePanel = new EventEmitter();\r\n this.onlyTitle = false;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n SidePanelComponent.prototype.closeSidePanel = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.hideSidePanel.emit(true);\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n SidePanelComponent.prototype.saveBySidePanel = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.saveInSidePanel.emit(true);\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n SidePanelComponent.prototype.toggleTitleMode = /**\r\n * @return {?}\r\n */\r\n function () {\r\n if (this.closable && !this.saveable) {\r\n this.onlyTitle = !this.onlyTitle;\r\n }\r\n };\r\n SidePanelComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-side-panel',\r\n template: \"
    \\n
    \\n \\n
    {{title}}
    \\n
    \\n \\n
    \\n
    \\n \\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n\",\r\n styles: [\".gd-side-panel-wrapper{margin-right:0;width:334px;z-index:999;background-color:#fff;-webkit-transition:margin-right .2s;transition:margin-right .2s;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;height:100vh}.gd-side-panel-wrapper .gd-side-panel-header{height:60px;background-color:#222e35;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:nowrap}.gd-side-panel-wrapper .gd-side-panel-header .icon{font-size:24px;color:#959da5;margin:18px;line-height:24px}.gd-side-panel-wrapper .gd-side-panel-header .title{font-size:13px;font-weight:700;color:#edf0f2;opacity:.57;margin-top:20px;width:100%}.gd-side-panel-wrapper .gd-side-panel-header .close,.gd-side-panel-wrapper .gd-side-panel-header .save{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.gd-side-panel-wrapper .gd-side-panel-header ::ng-deep gd-button .text{padding:0}.gd-side-panel-wrapper .gd-side-panel-body{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;overflow:visible;overflow-y:auto;overflow-x:hidden;height:100%}@media (max-width:1037px){.gd-side-panel-wrapper{width:100%;position:absolute;left:0;right:0;top:0;bottom:0}.gd-side-panel-wrapper.only-title{height:60px!important}}\"]\r\n }] }\r\n ];\r\n /** @nocollapse */\r\n SidePanelComponent.ctorParameters = function () { return []; };\r\n SidePanelComponent.propDecorators = {\r\n title: [{ type: Input }],\r\n icon: [{ type: Input }],\r\n closable: [{ type: Input }],\r\n saveable: [{ type: Input }],\r\n hideSidePanel: [{ type: Output }],\r\n saveInSidePanel: [{ type: Output }]\r\n };\r\n return SidePanelComponent;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n SidePanelComponent.prototype.title;\r\n /** @type {?} */\r\n SidePanelComponent.prototype.icon;\r\n /** @type {?} */\r\n SidePanelComponent.prototype.closable;\r\n /** @type {?} */\r\n SidePanelComponent.prototype.saveable;\r\n /** @type {?} */\r\n SidePanelComponent.prototype.hideSidePanel;\r\n /** @type {?} */\r\n SidePanelComponent.prototype.saveInSidePanel;\r\n /** @type {?} */\r\n SidePanelComponent.prototype.onlyTitle;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/** @type {?} */\r\nvar MOBILE_MAX_WIDTH = 425;\r\n/** @type {?} */\r\nvar TABLET_MAX_WIDTH = 1024;\r\nvar WindowService = /** @class */ (function () {\r\n function WindowService() {\r\n var _this = this;\r\n this.resizeSubject = new Subject();\r\n this.width = window.innerWidth;\r\n this.height = window.innerHeight;\r\n this._resize$ = fromEvent(window, 'resize')\r\n .pipe(debounceTime(200), distinctUntilChanged(), startWith({ target: { innerWidth: window.innerWidth, innerHeight: window.innerHeight } }), tap((/**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n function (event) {\r\n _this.resizeSubject.next((/** @type {?} */ (event.target)));\r\n _this.width = ((/** @type {?} */ (event.target))).innerWidth;\r\n _this.height = ((/** @type {?} */ (event.target))).innerHeight;\r\n })));\r\n this._resize$.subscribe();\r\n }\r\n Object.defineProperty(WindowService.prototype, \"onResize\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this.resizeSubject.asObservable();\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n /**\r\n * @return {?}\r\n */\r\n WindowService.prototype.isMobile = /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this.width <= MOBILE_MAX_WIDTH;\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n WindowService.prototype.isTablet = /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this.width <= TABLET_MAX_WIDTH;\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n WindowService.prototype.isDesktop = /**\r\n * @return {?}\r\n */\r\n function () {\r\n return !this.isMobile() && !this.isTablet();\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n WindowService.prototype.getWidth = /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this.width;\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n WindowService.prototype.getHeight = /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this.height;\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n WindowService.prototype.isEdge = /**\r\n * @return {?}\r\n */\r\n function () {\r\n return window.navigator.userAgent.toLowerCase().indexOf('edge') > -1;\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n WindowService.prototype.isFirefox = /**\r\n * @return {?}\r\n */\r\n function () {\r\n return navigator.userAgent.toLowerCase().indexOf('firefox') > -1;\r\n };\r\n return WindowService;\r\n}());\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n WindowService.prototype.resizeSubject;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n WindowService.prototype._resize$;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n WindowService.prototype.width;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n WindowService.prototype.height;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar ButtonComponent = /** @class */ (function () {\r\n function ButtonComponent(windowService) {\r\n var _this = this;\r\n this.iconOnly = true;\r\n this.intent = 'default';\r\n this.disabled = false;\r\n this.toggle = false;\r\n this.iconRegular = false;\r\n this.elementPosition = 0;\r\n this.showToolTip = false;\r\n this.isDesktop = windowService.isDesktop();\r\n windowService.onResize.subscribe((/**\r\n * @param {?} w\r\n * @return {?}\r\n */\r\n function (w) {\r\n _this.isDesktop = windowService.isDesktop();\r\n }));\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ButtonComponent.prototype.iconButtonClass = /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this.iconOnly ? 'icon-button' : '';\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ButtonComponent.prototype.onHovering = /**\r\n * @return {?}\r\n */\r\n function () {\r\n if (this.isDesktop && !this.disabled) {\r\n this.className += ' active';\r\n }\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ButtonComponent.prototype.onUnhovering = /**\r\n * @return {?}\r\n */\r\n function () {\r\n if (this.isDesktop && !this.disabled) {\r\n this.className = this.cleanAll(this.className, ' active');\r\n }\r\n };\r\n /**\r\n * @private\r\n * @param {?} str\r\n * @param {?} val\r\n * @return {?}\r\n */\r\n ButtonComponent.prototype.cleanAll = /**\r\n * @private\r\n * @param {?} str\r\n * @param {?} val\r\n * @return {?}\r\n */\r\n function (str, val) {\r\n while (str && str.indexOf(val) !== -1) {\r\n str = str.replace(val, '');\r\n }\r\n return str;\r\n };\r\n ButtonComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-button',\r\n template: \"
    \\n \\n \\n
    \\n \\n
    \\n
    \\n\",\r\n styles: [\".icon-button{padding:0!important;margin:0 7px}.button{padding:0 10px;font-size:14px;color:#959da5;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;align-content:center;-webkit-box-pack:center;justify-content:center;min-width:37px;height:37px;text-align:center;position:relative;white-space:nowrap}.button.inactive{cursor:not-allowed;opacity:.4}.button.active *{color:#ccd0d4}.button.primary{background-color:#3e4e5a;color:#fff}.button.primary.active{color:#fff;background-color:#688296}.button.brand{background-color:#25c2d4;color:#fff}.button.brand.active{color:#fff;background-color:#688296}.button .text{font-size:13px;padding-left:10px}.button .button-tooltip{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}@media (max-width:1037px){.button{font-size:22px}.arrow-button{margin:5px}}\"]\r\n }] }\r\n ];\r\n /** @nocollapse */\r\n ButtonComponent.ctorParameters = function () { return [\r\n { type: WindowService }\r\n ]; };\r\n ButtonComponent.propDecorators = {\r\n iconOnly: [{ type: Input }],\r\n intent: [{ type: Input }],\r\n disabled: [{ type: Input }],\r\n icon: [{ type: Input }],\r\n iconClass: [{ type: Input }],\r\n tooltip: [{ type: Input }],\r\n className: [{ type: Input }],\r\n toggle: [{ type: Input }],\r\n iconSize: [{ type: Input }],\r\n iconRegular: [{ type: Input }],\r\n elementPosition: [{ type: Input }]\r\n };\r\n return ButtonComponent;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n ButtonComponent.prototype.iconOnly;\r\n /** @type {?} */\r\n ButtonComponent.prototype.intent;\r\n /** @type {?} */\r\n ButtonComponent.prototype.disabled;\r\n /** @type {?} */\r\n ButtonComponent.prototype.icon;\r\n /** @type {?} */\r\n ButtonComponent.prototype.iconClass;\r\n /** @type {?} */\r\n ButtonComponent.prototype.tooltip;\r\n /** @type {?} */\r\n ButtonComponent.prototype.className;\r\n /** @type {?} */\r\n ButtonComponent.prototype.toggle;\r\n /** @type {?} */\r\n ButtonComponent.prototype.iconSize;\r\n /** @type {?} */\r\n ButtonComponent.prototype.iconRegular;\r\n /** @type {?} */\r\n ButtonComponent.prototype.elementPosition;\r\n /** @type {?} */\r\n ButtonComponent.prototype.showToolTip;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ButtonComponent.prototype.isDesktop;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar LogoComponent = /** @class */ (function () {\r\n function LogoComponent() {\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n LogoComponent.prototype.ngOnInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n };\r\n LogoComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-logo',\r\n template: \"
    \\n \\n \\n
    \\n\\n\",\r\n styles: [\".logo{background-color:#25c2d4;height:60px;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.text{color:#fff;font-size:15px;text-transform:uppercase;margin:0 14px}.icon{display:none;font-size:32px;color:rgba(255,255,255,.5);margin:14px}@media (max-width:1037px){.logo{width:60px;height:60px}.logo .text{display:none}.logo .icon{display:block}}\"]\r\n }] }\r\n ];\r\n /** @nocollapse */\r\n LogoComponent.ctorParameters = function () { return []; };\r\n LogoComponent.propDecorators = {\r\n logo: [{ type: Input }],\r\n icon: [{ type: Input }]\r\n };\r\n return LogoComponent;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n LogoComponent.prototype.logo;\r\n /** @type {?} */\r\n LogoComponent.prototype.icon;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar TooltipComponent = /** @class */ (function () {\r\n function TooltipComponent() {\r\n this.position = 0;\r\n this.visibility = 'hidden';\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n TooltipComponent.prototype.getClass = /**\r\n * @return {?}\r\n */\r\n function () {\r\n if (this.position === 0) {\r\n return 'tooltip';\r\n }\r\n return 'tooltip ' + (this.position > 0 ? 'last-element' : 'first-element');\r\n };\r\n Object.defineProperty(TooltipComponent.prototype, \"show\", {\r\n set: /**\r\n * @param {?} value\r\n * @return {?}\r\n */\r\n function (value) {\r\n this.visibility = value ? 'shown' : 'hidden';\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n /**\r\n * @return {?}\r\n */\r\n TooltipComponent.prototype.ngOnInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n };\r\n TooltipComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-tooltip',\r\n template: \"\\n\",\r\n styles: [\".tooltip{position:absolute;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:#000;color:#fff;text-align:center;border-radius:0;padding:5px;z-index:1;font-size:10px;height:11px;line-height:11px;-ms-grid-row-align:center;align-self:center;margin:0!important}.first-element{margin-left:10px!important}.last-element{margin-left:-10px!important}.tooltip.hidden{visibility:hidden}.tooltip.shown{visibility:visible}.shown:after{content:\\\" \\\";position:absolute;bottom:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-bottom-color:#000}\"]\r\n }] }\r\n ];\r\n /** @nocollapse */\r\n TooltipComponent.ctorParameters = function () { return []; };\r\n TooltipComponent.propDecorators = {\r\n text: [{ type: Input }],\r\n position: [{ type: Input }],\r\n show: [{ type: Input }]\r\n };\r\n return TooltipComponent;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n TooltipComponent.prototype.text;\r\n /** @type {?} */\r\n TooltipComponent.prototype.position;\r\n /** @type {?} */\r\n TooltipComponent.prototype.visibility;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar Api = /** @class */ (function () {\r\n function Api() {\r\n }\r\n Api.VIEWER_APP = '/viewer';\r\n Api.SIGNATURE_APP = '/signature';\r\n Api.ANNOTATION_APP = '/annotation';\r\n Api.SEARCH_APP = '/search';\r\n Api.EDITOR_APP = '/editor';\r\n Api.COMPARISON_APP = '/comparison';\r\n Api.CONVERSION_APP = '/conversion';\r\n Api.METADATA_APP = '/metadata';\r\n Api.DEFAULT_API_ENDPOINT = window.location.href;\r\n Api.LOAD_FILE_TREE = '/loadFileTree';\r\n Api.LOAD_CONFIG = '/loadConfig';\r\n Api.LOAD_DOCUMENT_DESCRIPTION = '/loadDocumentDescription';\r\n Api.LOAD_DOCUMENT_PAGE = '/loadDocumentPage';\r\n Api.LOAD_DOCUMENT_PROPERTIES = '/loadProperties';\r\n Api.LOAD_DOCUMENT_PROPERTIES_NAMES = '/loadPropertiesNames';\r\n Api.SAVE_PROPERTY = '/saveProperty';\r\n Api.REMOVE_PROPERTY = '/removeProperty';\r\n Api.ROTATE_DOCUMENT_PAGE = '/rotateDocumentPages';\r\n Api.UPLOAD_DOCUMENTS = '/uploadDocument';\r\n Api.DOWNLOAD_DOCUMENTS = '/downloadDocument';\r\n Api.LOAD_PRINT = '/loadPrint';\r\n Api.LOAD_PRINT_PDF = '/printPdf';\r\n Api.LOAD_THUMBNAILS = '/loadThumbnails';\r\n Api.LOAD_FORMATS = '/loadFormats';\r\n Api.SAVE_FILE = '/saveFile';\r\n Api.CREATE_FILE = '/createFile';\r\n Api.COMPARE_FILES = '/compare';\r\n Api.CONVERT_FILE = '/convert';\r\n Api.DELETE_SIGNATURE_FILE = '/deleteSignatureFile';\r\n Api.REMOVE_FROM_INDEX = '/removeFromIndex';\r\n Api.GET_FILE_STATUS = '/getFileStatus';\r\n Api.SAVE_OPTICAL_CODE = '/saveOpticalCode';\r\n Api.SAVE_TEXT = '/saveText';\r\n Api.SAVE_IMAGE = '/saveImage';\r\n Api.SAVE_STAMP = '/saveStamp';\r\n Api.SIGN = '/sign';\r\n Api.DOWNLOAD_SIGNED = '/downloadSigned';\r\n Api.LOAD_SIGNATURE_IMAGE = '/loadSignatureImage';\r\n Api.ANNOTATE = '/annotate';\r\n Api.SEARCH = '/search';\r\n Api.ADD_FILES_TO_INDEX = '/addFilesToIndex';\r\n Api.httpOptionsJson = {\r\n headers: new HttpHeaders({\r\n 'Content-Type': 'application/json',\r\n })\r\n };\r\n Api.httpOptionsJsonResponseTypeBlob = {\r\n headers: new HttpHeaders({\r\n 'Content-Type': 'application/json',\r\n }),\r\n responseType: (/** @type {?} */ ('blob'))\r\n };\r\n return Api;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n Api.VIEWER_APP;\r\n /** @type {?} */\r\n Api.SIGNATURE_APP;\r\n /** @type {?} */\r\n Api.ANNOTATION_APP;\r\n /** @type {?} */\r\n Api.SEARCH_APP;\r\n /** @type {?} */\r\n Api.EDITOR_APP;\r\n /** @type {?} */\r\n Api.COMPARISON_APP;\r\n /** @type {?} */\r\n Api.CONVERSION_APP;\r\n /** @type {?} */\r\n Api.METADATA_APP;\r\n /** @type {?} */\r\n Api.DEFAULT_API_ENDPOINT;\r\n /** @type {?} */\r\n Api.LOAD_FILE_TREE;\r\n /** @type {?} */\r\n Api.LOAD_CONFIG;\r\n /** @type {?} */\r\n Api.LOAD_DOCUMENT_DESCRIPTION;\r\n /** @type {?} */\r\n Api.LOAD_DOCUMENT_PAGE;\r\n /** @type {?} */\r\n Api.LOAD_DOCUMENT_PROPERTIES;\r\n /** @type {?} */\r\n Api.LOAD_DOCUMENT_PROPERTIES_NAMES;\r\n /** @type {?} */\r\n Api.SAVE_PROPERTY;\r\n /** @type {?} */\r\n Api.REMOVE_PROPERTY;\r\n /** @type {?} */\r\n Api.ROTATE_DOCUMENT_PAGE;\r\n /** @type {?} */\r\n Api.UPLOAD_DOCUMENTS;\r\n /** @type {?} */\r\n Api.DOWNLOAD_DOCUMENTS;\r\n /** @type {?} */\r\n Api.LOAD_PRINT;\r\n /** @type {?} */\r\n Api.LOAD_PRINT_PDF;\r\n /** @type {?} */\r\n Api.LOAD_THUMBNAILS;\r\n /** @type {?} */\r\n Api.LOAD_FORMATS;\r\n /** @type {?} */\r\n Api.SAVE_FILE;\r\n /** @type {?} */\r\n Api.CREATE_FILE;\r\n /** @type {?} */\r\n Api.COMPARE_FILES;\r\n /** @type {?} */\r\n Api.CONVERT_FILE;\r\n /** @type {?} */\r\n Api.DELETE_SIGNATURE_FILE;\r\n /** @type {?} */\r\n Api.REMOVE_FROM_INDEX;\r\n /** @type {?} */\r\n Api.GET_FILE_STATUS;\r\n /** @type {?} */\r\n Api.SAVE_OPTICAL_CODE;\r\n /** @type {?} */\r\n Api.SAVE_TEXT;\r\n /** @type {?} */\r\n Api.SAVE_IMAGE;\r\n /** @type {?} */\r\n Api.SAVE_STAMP;\r\n /** @type {?} */\r\n Api.SIGN;\r\n /** @type {?} */\r\n Api.DOWNLOAD_SIGNED;\r\n /** @type {?} */\r\n Api.LOAD_SIGNATURE_IMAGE;\r\n /** @type {?} */\r\n Api.ANNOTATE;\r\n /** @type {?} */\r\n Api.SEARCH;\r\n /** @type {?} */\r\n Api.ADD_FILES_TO_INDEX;\r\n /** @type {?} */\r\n Api.httpOptionsJson;\r\n /** @type {?} */\r\n Api.httpOptionsJsonResponseTypeBlob;\r\n}\r\nvar ConfigService = /** @class */ (function () {\r\n function ConfigService() {\r\n this.apiEndpoint = Api.DEFAULT_API_ENDPOINT;\r\n }\r\n Object.defineProperty(ConfigService.prototype, \"apiEndpoint\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._apiEndpoint;\r\n },\r\n set: /**\r\n * @param {?} url\r\n * @return {?}\r\n */\r\n function (url) {\r\n this._apiEndpoint = url && url.trim().endsWith('/') ? url.substring(0, url.length - 1) : url;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n /**\r\n * @param {?} app\r\n * @return {?}\r\n */\r\n ConfigService.prototype.getConfigEndpoint = /**\r\n * @param {?} app\r\n * @return {?}\r\n */\r\n function (app) {\r\n return (this.apiEndpoint.endsWith(app) ? this.apiEndpoint : this.apiEndpoint + app) + Api.LOAD_CONFIG;\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ConfigService.prototype.getViewerApiEndpoint = /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._apiEndpoint.endsWith(Api.VIEWER_APP) ? this._apiEndpoint : this._apiEndpoint + Api.VIEWER_APP;\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ConfigService.prototype.getEditorApiEndpoint = /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._apiEndpoint.trim().endsWith(Api.EDITOR_APP) ? this._apiEndpoint : this._apiEndpoint + Api.EDITOR_APP;\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ConfigService.prototype.getComparisonApiEndpoint = /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._apiEndpoint.trim().endsWith(Api.COMPARISON_APP) ? this._apiEndpoint : this._apiEndpoint + Api.COMPARISON_APP;\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ConfigService.prototype.getConversionApiEndpoint = /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._apiEndpoint.trim().endsWith(Api.CONVERSION_APP) ? this._apiEndpoint : this._apiEndpoint + Api.CONVERSION_APP;\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ConfigService.prototype.getMetadataApiEndpoint = /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._apiEndpoint.trim().endsWith(Api.METADATA_APP) ? this._apiEndpoint : this._apiEndpoint + Api.METADATA_APP;\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ConfigService.prototype.getSignatureApiEndpoint = /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._apiEndpoint.endsWith(Api.SIGNATURE_APP) ? this._apiEndpoint : this._apiEndpoint + Api.SIGNATURE_APP;\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ConfigService.prototype.getAnnotationApiEndpoint = /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._apiEndpoint.endsWith(Api.ANNOTATION_APP) ? this._apiEndpoint : this._apiEndpoint + Api.ANNOTATION_APP;\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ConfigService.prototype.getSearchApiEndpoint = /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._apiEndpoint.endsWith(Api.SEARCH_APP) ? this._apiEndpoint : this._apiEndpoint + Api.SEARCH_APP;\r\n };\r\n ConfigService.decorators = [\r\n { type: Injectable }\r\n ];\r\n /** @nocollapse */\r\n ConfigService.ctorParameters = function () { return []; };\r\n return ConfigService;\r\n}());\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ConfigService.prototype._apiEndpoint;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar CommonModals = /** @class */ (function () {\r\n function CommonModals() {\r\n }\r\n CommonModals.PasswordRequired = \"gd-password-required\";\r\n CommonModals.ErrorMessage = \"gd-error-message\";\r\n CommonModals.BrowseFiles = \"gd-browse-files\";\r\n CommonModals.CreateDocument = \"gd-create-document\";\r\n CommonModals.OperationSuccess = \"gd-success-modal\";\r\n CommonModals.DrawHandSignature = \"gd-draw-hand-signature\";\r\n CommonModals.DrawStampSignature = \"gd-draw-stamp-signature\";\r\n CommonModals.InformationMessage = \"gd-information-message\";\r\n return CommonModals;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n CommonModals.PasswordRequired;\r\n /** @type {?} */\r\n CommonModals.ErrorMessage;\r\n /** @type {?} */\r\n CommonModals.BrowseFiles;\r\n /** @type {?} */\r\n CommonModals.CreateDocument;\r\n /** @type {?} */\r\n CommonModals.OperationSuccess;\r\n /** @type {?} */\r\n CommonModals.DrawHandSignature;\r\n /** @type {?} */\r\n CommonModals.DrawStampSignature;\r\n /** @type {?} */\r\n CommonModals.InformationMessage;\r\n}\r\nvar ModalService = /** @class */ (function () {\r\n function ModalService() {\r\n this.modals = [];\r\n }\r\n /**\r\n * @param {?} modal\r\n * @return {?}\r\n */\r\n ModalService.prototype.add = /**\r\n * @param {?} modal\r\n * @return {?}\r\n */\r\n function (modal) {\r\n this.modals.push(modal);\r\n };\r\n /**\r\n * @param {?} id\r\n * @return {?}\r\n */\r\n ModalService.prototype.remove = /**\r\n * @param {?} id\r\n * @return {?}\r\n */\r\n function (id) {\r\n this.modals = this.modals.filter((/**\r\n * @param {?} x\r\n * @return {?}\r\n */\r\n function (x) { return x.id !== id; }));\r\n };\r\n /**\r\n * @param {?} id\r\n * @return {?}\r\n */\r\n ModalService.prototype.open = /**\r\n * @param {?} id\r\n * @return {?}\r\n */\r\n function (id) {\r\n /** @type {?} */\r\n var modal = this.modals.filter((/**\r\n * @param {?} x\r\n * @return {?}\r\n */\r\n function (x) { return x.id === id; }))[0];\r\n if (modal) {\r\n modal.open();\r\n }\r\n };\r\n /**\r\n * @param {?} id\r\n * @return {?}\r\n */\r\n ModalService.prototype.close = /**\r\n * @param {?} id\r\n * @return {?}\r\n */\r\n function (id) {\r\n /** @type {?} */\r\n var modal = this.modals.filter((/**\r\n * @param {?} x\r\n * @return {?}\r\n */\r\n function (x) { return x.id === id; }))[0];\r\n if (modal) {\r\n modal.close();\r\n }\r\n };\r\n return ModalService;\r\n}());\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ModalService.prototype.modals;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar ModalComponent = /** @class */ (function () {\r\n function ModalComponent(modalService, el) {\r\n this.modalService = modalService;\r\n this.visible = new EventEmitter();\r\n this.cancel = new EventEmitter();\r\n this.visibility = false;\r\n this.element = el.nativeElement;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ModalComponent.prototype.ngOnInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n if (!this.id) {\r\n console.error('modal must have an id');\r\n return;\r\n }\r\n document.body.appendChild(this.element);\r\n this.modalService.add(this);\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ModalComponent.prototype.ngOnDestroy = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.modalService.remove(this.id);\r\n this.element.remove();\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ModalComponent.prototype.open = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.visibility = true;\r\n this.visible.emit(true);\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ModalComponent.prototype.close = /**\r\n * @return {?}\r\n */\r\n function () {\r\n event.preventDefault();\r\n event.stopPropagation();\r\n this.visibility = false;\r\n this.visible.emit(false);\r\n };\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n ModalComponent.prototype.onClose = /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n function ($event) {\r\n $event.stopPropagation();\r\n if ($event && $event.target && ((/** @type {?} */ ($event.target))).id === 'modalDialog') {\r\n this.close();\r\n }\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ModalComponent.prototype.cancelClose = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.cancel.emit(false);\r\n this.close();\r\n };\r\n ModalComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-modal',\r\n template: \"
    \\n
    \\n
    \\n
    \\n\\n
    \\n
    ×
    \\n

    {{title}}

    \\n
    \\n\\n
    \\n \\n
    \\n\\n
    \\n\\n
    \\n
    \\n
    \\n\\n\\n\",\r\n styles: [\"@import url(https://fonts.googleapis.com/css?family=Montserrat&display=swap);:host *{font-family:'Open Sans',Arial,Helvetica,sans-serif}.gd-modal{overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0;background-color:rgba(0,0,0,.5)}.gd-modal-dialog{box-shadow:#0005 0 0 10px;position:fixed;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1051}.gd-modal-dialog ::ng-deep .button{-webkit-box-orient:unset!important;-webkit-box-direction:unset!important;flex-direction:unset!important}.gd-modal-content{background-color:#fff;height:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.gd-modal-header{height:60px;padding:0 12px 0 24px;background-color:#3e4e5a}.gd-modal-close{position:absolute;right:12px;top:12px;cursor:pointer;color:#fff;width:37px;height:37px;text-align:center}.gd-modal-close span{font-size:18px;font-weight:900;height:19px;width:10px;line-height:36px}.gd-modal-title{font-size:16px;font-weight:400;padding-top:17px;padding-bottom:22px;margin:0;color:#fff}.gd-modal-body{background-color:#fff;overflow:hidden;overflow-y:auto;height:calc(100% - 75px)}.gd-modal-footer{height:auto}.gd-modal-footer>.btn{float:right;margin:20px 15px;padding:10px 20px;cursor:pointer;font-size:12px}@media (max-width:1037px){.gd-modal-dialog{width:100%;height:100%}.gd-modal-body{height:100%}}\"]\r\n }] }\r\n ];\r\n /** @nocollapse */\r\n ModalComponent.ctorParameters = function () { return [\r\n { type: ModalService },\r\n { type: ElementRef }\r\n ]; };\r\n ModalComponent.propDecorators = {\r\n id: [{ type: Input }],\r\n title: [{ type: Input }],\r\n visible: [{ type: Output }],\r\n cancel: [{ type: Output }]\r\n };\r\n return ModalComponent;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n ModalComponent.prototype.id;\r\n /** @type {?} */\r\n ModalComponent.prototype.title;\r\n /** @type {?} */\r\n ModalComponent.prototype.visible;\r\n /** @type {?} */\r\n ModalComponent.prototype.cancel;\r\n /** @type {?} */\r\n ModalComponent.prototype.visibility;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ModalComponent.prototype.element;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ModalComponent.prototype.modalService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar PageModel = /** @class */ (function () {\r\n function PageModel() {\r\n }\r\n return PageModel;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n PageModel.prototype.data;\r\n /** @type {?} */\r\n PageModel.prototype.angle;\r\n /** @type {?} */\r\n PageModel.prototype.width;\r\n /** @type {?} */\r\n PageModel.prototype.height;\r\n /** @type {?} */\r\n PageModel.prototype.number;\r\n /** @type {?} */\r\n PageModel.prototype.editable;\r\n}\r\nvar RotatedPage = /** @class */ (function () {\r\n function RotatedPage() {\r\n }\r\n return RotatedPage;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n RotatedPage.prototype.pageNumber;\r\n /** @type {?} */\r\n RotatedPage.prototype.angle;\r\n}\r\nvar FileCredentials = /** @class */ (function () {\r\n function FileCredentials(guid, password) {\r\n this.guid = guid;\r\n this.password = password;\r\n }\r\n return FileCredentials;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n FileCredentials.prototype.guid;\r\n /** @type {?} */\r\n FileCredentials.prototype.password;\r\n}\r\nvar SaveFile = /** @class */ (function (_super) {\r\n __extends(SaveFile, _super);\r\n function SaveFile(guid, password, content) {\r\n var _this = _super.call(this, guid, password) || this;\r\n _this.content = content;\r\n return _this;\r\n }\r\n return SaveFile;\r\n}(FileCredentials));\r\nif (false) {\r\n /** @type {?} */\r\n SaveFile.prototype.content;\r\n}\r\nvar FileDescription = /** @class */ (function () {\r\n function FileDescription() {\r\n this.printAllowed = true;\r\n }\r\n return FileDescription;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n FileDescription.prototype.guid;\r\n /** @type {?} */\r\n FileDescription.prototype.pages;\r\n /** @type {?} */\r\n FileDescription.prototype.printAllowed;\r\n /** @type {?} */\r\n FileDescription.prototype.showGridLines;\r\n /** @type {?} */\r\n FileDescription.prototype.thumbnails;\r\n}\r\nvar FileModel = /** @class */ (function () {\r\n function FileModel() {\r\n }\r\n return FileModel;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n FileModel.prototype.guid;\r\n /** @type {?} */\r\n FileModel.prototype.name;\r\n /** @type {?} */\r\n FileModel.prototype.directory;\r\n /** @type {?} */\r\n FileModel.prototype.size;\r\n /** @type {?} */\r\n FileModel.prototype.isDirectory;\r\n}\r\nvar HttpError = /** @class */ (function () {\r\n function HttpError() {\r\n }\r\n HttpError.BadRequest = 400;\r\n HttpError.Unauthorized = 401;\r\n HttpError.Forbidden = 403;\r\n HttpError.NotFound = 404;\r\n HttpError.TimeOut = 408;\r\n HttpError.Conflict = 409;\r\n HttpError.InternalServerError = 500;\r\n return HttpError;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n HttpError.BadRequest;\r\n /** @type {?} */\r\n HttpError.Unauthorized;\r\n /** @type {?} */\r\n HttpError.Forbidden;\r\n /** @type {?} */\r\n HttpError.NotFound;\r\n /** @type {?} */\r\n HttpError.TimeOut;\r\n /** @type {?} */\r\n HttpError.Conflict;\r\n /** @type {?} */\r\n HttpError.InternalServerError;\r\n}\r\nvar Utils = /** @class */ (function () {\r\n function Utils() {\r\n }\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n Utils.getMousePosition = /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n function (event) {\r\n /** @type {?} */\r\n var mouse = {\r\n x: 0,\r\n y: 0\r\n };\r\n /** @type {?} */\r\n var wEvent = (/** @type {?} */ (window.event));\r\n /** @type {?} */\r\n var ev = event || wEvent;\r\n if (ev.pageX || wEvent.pageX || wEvent.screenX || (ev.touches && ev.touches[0] && ev.touches[0].pageX)) { //Moz\r\n //Moz\r\n /** @type {?} */\r\n var pageX = typeof ev.pageX !== \"undefined\" && ev.pageX !== 0 ? ev.pageX : wEvent.pageX;\r\n /** @type {?} */\r\n var pageY = typeof ev.pageY !== \"undefined\" && ev.pageY !== 0 ? ev.pageY : wEvent.pageY;\r\n /** @type {?} */\r\n var screenX_1 = typeof wEvent.screenX !== \"undefined\" && wEvent.screenY !== 0;\r\n /** @type {?} */\r\n var screenY_1 = typeof wEvent.screenY !== \"undefined\" && wEvent.screenY !== 0;\r\n mouse.x = pageX ? pageX : (screenX_1 ? wEvent.screenX : ev.touches[0].pageX);\r\n mouse.y = pageY ? pageY : (screenY_1 ? wEvent.screenY : ev.touches[0].pageY);\r\n }\r\n else if (ev.clientX) { //IE\r\n mouse.x = ev.clientX + document.body.scrollLeft;\r\n mouse.y = ev.clientY + document.body.scrollTop;\r\n }\r\n return mouse;\r\n };\r\n /**\r\n * @param {?} color\r\n * @return {?}\r\n */\r\n Utils.toRgb = /**\r\n * @param {?} color\r\n * @return {?}\r\n */\r\n function (color) {\r\n /** @type {?} */\r\n var result = /^#?([a-f\\d]{2})([a-f\\d]{2})([a-f\\d]{2})$/i.exec(color);\r\n if (result) {\r\n /** @type {?} */\r\n var r = parseInt(result[1], 16);\r\n /** @type {?} */\r\n var g = parseInt(result[2], 16);\r\n /** @type {?} */\r\n var b = parseInt(result[3], 16);\r\n return result ? 'rgb(' + r + ',' + g + ',' + b + ')' : '';\r\n }\r\n return color;\r\n };\r\n /**\r\n * @param {?} color\r\n * @return {?}\r\n */\r\n Utils.toHex = /**\r\n * @param {?} color\r\n * @return {?}\r\n */\r\n function (color) {\r\n // check if color is standard hex value\r\n if (color.match(/[0-9A-F]{6}|[0-9A-F]{3}$/i)) {\r\n return (color.charAt(0) === \"#\") ? color : (\"#\" + color);\r\n // check if color is RGB value -> convert to hex\r\n }\r\n else if (color.match(/^rgb\\(\\s*(\\d{1,3})\\s*,\\s*(\\d{1,3})\\s*,\\s*(\\d{1,3})\\s*\\)$/)) {\r\n /** @type {?} */\r\n var c = ([parseInt(RegExp.$1, 10), parseInt(RegExp.$2, 10), parseInt(RegExp.$3, 10)]);\r\n /** @type {?} */\r\n var pad = (/**\r\n * @param {?} str\r\n * @return {?}\r\n */\r\n function (str) {\r\n if (str.length < 2) {\r\n for (var i = 0, len = 2 - str.length; i < len; i++) {\r\n str = '0' + str;\r\n }\r\n }\r\n return str;\r\n });\r\n if (c.length === 3) {\r\n /** @type {?} */\r\n var r = pad(c[0].toString(16));\r\n /** @type {?} */\r\n var g = pad(c[1].toString(16));\r\n /** @type {?} */\r\n var b = pad(c[2].toString(16));\r\n return '#' + r + g + b;\r\n }\r\n // else do nothing\r\n }\r\n else {\r\n return '';\r\n }\r\n };\r\n return Utils;\r\n}());\r\nvar FileUtil = /** @class */ (function () {\r\n function FileUtil() {\r\n }\r\n /**\r\n * @param {?} filename\r\n * @param {?} isDirectory\r\n * @return {?}\r\n */\r\n FileUtil.find = /**\r\n * @param {?} filename\r\n * @param {?} isDirectory\r\n * @return {?}\r\n */\r\n function (filename, isDirectory) {\r\n if (filename && !isDirectory) {\r\n /** @type {?} */\r\n var strings = filename.split('.');\r\n /** @type {?} */\r\n var name_1 = strings.pop().toLowerCase();\r\n if (typeof FileUtil.map[name_1] === \"undefined\") {\r\n return strings.length > 0 ? FileUtil.map['unknown'] : FileUtil.map['folder'];\r\n }\r\n else {\r\n return FileUtil.map[name_1];\r\n }\r\n }\r\n else {\r\n return FileUtil.map['folder'];\r\n }\r\n };\r\n FileUtil.map = {\r\n 'folder': { 'format': '', 'icon': 'folder' },\r\n 'pdf': { 'format': 'Portable Document Format', 'icon': 'file-pdf', 'unit': 'pt' },\r\n 'doc': { 'format': 'Microsoft Word', 'icon': 'file-word', 'unit': 'pt' },\r\n 'docx': { 'format': 'Microsoft Word', 'icon': 'file-word', 'unit': 'pt' },\r\n 'docm': { 'format': 'Microsoft Word', 'icon': 'file-word', 'unit': 'pt' },\r\n 'dot': { 'format': 'Microsoft Word', 'icon': 'file-word', 'unit': 'pt' },\r\n 'dotx': { 'format': 'Microsoft Word', 'icon': 'file-word', 'unit': 'pt' },\r\n 'dotm': { 'format': 'Microsoft Word', 'icon': 'file-word', 'unit': 'pt' },\r\n 'xls': { 'format': 'Microsoft Excel', 'icon': 'file-excel', 'unit': 'px' },\r\n 'xlsx': { 'format': 'Microsoft Excel', 'icon': 'file-excel', 'unit': 'px' },\r\n 'xlsm': { 'format': 'Microsoft Excel', 'icon': 'file-excel', 'unit': 'px' },\r\n 'xlsb': { 'format': 'Microsoft Excel', 'icon': 'file-excel', 'unit': 'px' },\r\n 'xls2003': { 'format': 'Microsoft Excel', 'icon': 'file-excel', 'unit': 'px' },\r\n 'xltx': { 'format': 'Microsoft Excel', 'icon': 'file-excel', 'unit': 'px' },\r\n 'xltm': { 'format': 'Microsoft Excel', 'icon': 'file-excel', 'unit': 'px' },\r\n 'ppt': { 'format': 'Microsoft PowerPoint', 'icon': 'file-powerpoint', 'unit': 'pt' },\r\n 'pptx': { 'format': 'Microsoft PowerPoint', 'icon': 'file-powerpoint', 'unit': 'pt' },\r\n 'pps': { 'format': 'Microsoft PowerPoint', 'icon': 'file-powerpoint', 'unit': 'pt' },\r\n 'ppsx': { 'format': 'Microsoft PowerPoint', 'icon': 'file-powerpoint', 'unit': 'pt' },\r\n 'vsd': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\r\n 'vdx': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\r\n 'vss': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\r\n 'vsx': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\r\n 'vst': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\r\n 'vtx': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\r\n 'vsdx': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\r\n 'vdw': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\r\n 'vstx': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\r\n 'vssx': { 'format': 'Microsoft Visio', 'icon': 'file-code', 'unit': 'px' },\r\n 'mpp': { 'format': 'Microsoft Project', 'icon': 'file-alt', 'unit': 'pt' },\r\n 'mpt': { 'format': 'Microsoft Project', 'icon': 'file-alt', 'unit': 'pt' },\r\n 'msg': { 'format': 'Microsoft Outlook', 'icon': 'file-alt', 'unit': 'pt' },\r\n 'eml': { 'format': 'Microsoft Outlook', 'icon': 'file-alt', 'unit': 'pt' },\r\n 'emlx': { 'format': 'Microsoft Outlook', 'icon': 'file-alt', 'unit': 'pt' },\r\n 'one': { 'format': 'Microsoft OneNote', 'icon': 'file-word', 'unit': 'pt' },\r\n 'odt': { 'format': 'Open Document Text', 'icon': 'file-word', 'unit': 'pt' },\r\n 'ott': { 'format': 'Open Document Text Template', 'icon': 'file-word', 'unit': 'pt' },\r\n 'ods': { 'format': 'Open Document Spreadsheet', 'icon': 'file-excel', 'unit': 'px' },\r\n 'odp': { 'format': 'Open Document Presentation', 'icon': 'file-powerpoint', 'unit': 'pt' },\r\n 'otp': { 'format': 'Open Document Presentation', 'icon': 'file-powerpoint', 'unit': 'pt' },\r\n 'ots': { 'format': 'Open Document Presentation', 'icon': 'file-powerpoint', 'unit': 'pt' },\r\n 'potx': { 'format': 'Open Document Presentation', 'icon': 'file-powerpoint', 'unit': 'pt' },\r\n 'potm': { 'format': 'Open Document Presentation', 'icon': 'file-powerpoint', 'unit': 'pt' },\r\n 'pptm': { 'format': 'Open Document Presentation', 'icon': 'file-powerpoint', 'unit': 'pt' },\r\n 'ppsm': { 'format': 'Open Document Presentation', 'icon': 'file-powerpoint', 'unit': 'pt' },\r\n 'rtf': { 'format': 'Rich Text Format', 'icon': 'file-alt', 'unit': 'pt' },\r\n 'txt': { 'format': 'Plain Text File', 'icon': 'file-alt', 'unit': 'pt' },\r\n 'csv': { 'format': 'Comma-Separated Values', 'icon': 'file-excel', 'unit': 'px' },\r\n 'html': { 'format': 'HyperText Markup Language', 'icon': 'file-word', 'unit': 'pt' },\r\n 'mht': { 'format': 'HyperText Markup Language', 'icon': 'file-word', 'unit': 'pt' },\r\n 'mhtml': { 'format': 'HyperText Markup Language', 'icon': 'file-word', 'unit': 'pt' },\r\n 'xml': { 'format': 'Extensible Markup Language', 'icon': 'file-word', 'unit': 'pt' },\r\n 'xps': { 'format': 'XML Paper Specification', 'icon': 'file-word', 'unit': 'pt' },\r\n 'dxf': { 'format': 'AutoCAD Drawing File Format', 'icon': 'file-image', 'unit': 'px' },\r\n 'dwg': { 'format': 'AutoCAD Drawing File Format', 'icon': 'file-image', 'unit': 'px' },\r\n 'bmp': { 'format': 'Bitmap Picture', 'icon': 'file-image', 'unit': 'px' },\r\n 'gif': { 'format': 'Graphics Interchange Format', 'icon': 'file-image', 'unit': 'px' },\r\n 'jpg': { 'format': 'Joint Photographic Experts Group', 'icon': 'file-image', 'unit': 'px' },\r\n 'jpe': { 'format': 'Joint Photographic Experts Group', 'icon': 'file-image', 'unit': 'px' },\r\n 'jpeg': { 'format': 'Joint Photographic Experts Group', 'icon': 'file-image', 'unit': 'px' },\r\n 'jfif': { 'format': 'Joint Photographic Experts Group', 'icon': 'file-image', 'unit': 'px' },\r\n 'png': { 'format': 'Portable Network Graphics', 'icon': 'file-image', 'unit': 'px' },\r\n 'tiff': { 'format': 'Tagged Image File Format', 'icon': 'file-image', 'unit': 'px' },\r\n 'tif': { 'format': 'Tagged Image File Format', 'icon': 'file-image', 'unit': 'px' },\r\n 'psd': { 'format': 'Tagged Image File Format', 'icon': 'file-image', 'unit': 'px' },\r\n 'svg': { 'format': 'Tagged Image File Format', 'icon': 'file-image', 'unit': 'px' },\r\n 'jp2': { 'format': 'Tagged Image File Format', 'icon': 'file-image', 'unit': 'px' },\r\n 'epub': { 'format': 'Electronic Publication', 'icon': 'file-pdf', 'unit': 'pt' },\r\n 'ico': { 'format': 'Windows Icon', 'icon': 'file-image', 'unit': 'px' },\r\n 'webp': { 'format': 'Compressed Image', 'icon': 'file-image', 'unit': 'px' },\r\n 'mobi': { 'format': 'Mobipocket eBook', 'icon': 'file-pdf', 'unit': 'pt' },\r\n 'tex': { 'format': 'LaTeX Source Document', 'icon': 'file-pdf', 'unit': 'pt' },\r\n 'djvu': { 'format': 'Multi-Layer Raster Image', 'icon': 'file-alt', 'unit': 'pt' },\r\n 'unknown': { 'format': 'This format is not supported', 'icon': 'file' },\r\n };\r\n return FileUtil;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n FileUtil.map;\r\n}\r\nvar FileService = /** @class */ (function () {\r\n function FileService() {\r\n }\r\n return FileService;\r\n}());\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar UploadFilesService = /** @class */ (function () {\r\n function UploadFilesService() {\r\n var _this = this;\r\n this._uploadsChange = new Observable((/**\r\n * @param {?} observer\r\n * @return {?}\r\n */\r\n function (observer) {\r\n return _this._observer = observer;\r\n }));\r\n }\r\n Object.defineProperty(UploadFilesService.prototype, \"uploadsChange\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._uploadsChange;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n /**\r\n * @param {?} filesList\r\n * @return {?}\r\n */\r\n UploadFilesService.prototype.changeFilesList = /**\r\n * @param {?} filesList\r\n * @return {?}\r\n */\r\n function (filesList) {\r\n this._observer.next(filesList);\r\n };\r\n return UploadFilesService;\r\n}());\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n UploadFilesService.prototype._uploadsChange;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n UploadFilesService.prototype._observer;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/** @type {?} */\r\nvar $ = jquery;\r\n/** @type {?} */\r\nvar upload_disc = 'Disc';\r\n/** @type {?} */\r\nvar upload_url = 'URL';\r\n/** @type {?} */\r\nvar uploads_choices = [{ name: upload_disc, icon: 'hdd' }, { name: upload_url, icon: 'link' }];\r\nvar BrowseFilesModalComponent = /** @class */ (function () {\r\n function BrowseFilesModalComponent(_uploadService) {\r\n this._uploadService = _uploadService;\r\n this.uploads = uploads_choices;\r\n this.selectedFileGuid = new EventEmitter();\r\n this.selectedDirectory = new EventEmitter();\r\n this.urlForUpload = new EventEmitter();\r\n this.closing = new EventEmitter();\r\n this.showUploadUrl = false;\r\n this.showUploadFile = false;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n BrowseFilesModalComponent.prototype.ngOnInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n };\r\n /**\r\n * @param {?} size\r\n * @return {?}\r\n */\r\n BrowseFilesModalComponent.prototype.getSize = /**\r\n * @param {?} size\r\n * @return {?}\r\n */\r\n function (size) {\r\n /** @type {?} */\r\n var mb = size / 1024 / 1024;\r\n if (mb > 1) {\r\n return (Math.round(mb * 100) / 100) + ' MB';\r\n }\r\n else {\r\n /** @type {?} */\r\n var kb = size / 1024;\r\n if (kb > 1) {\r\n return (Math.round(kb * 100) / 100) + ' KB';\r\n }\r\n }\r\n return size + ' Bytes';\r\n };\r\n /**\r\n * @param {?} file\r\n * @return {?}\r\n */\r\n BrowseFilesModalComponent.prototype.getFormatName = /**\r\n * @param {?} file\r\n * @return {?}\r\n */\r\n function (file) {\r\n return FileUtil.find(file.name, file.directory).format;\r\n };\r\n /**\r\n * @param {?} file\r\n * @return {?}\r\n */\r\n BrowseFilesModalComponent.prototype.getFormatIcon = /**\r\n * @param {?} file\r\n * @return {?}\r\n */\r\n function (file) {\r\n return FileUtil.find(file.name, file.directory).icon;\r\n };\r\n /**\r\n * @param {?} file\r\n * @return {?}\r\n */\r\n BrowseFilesModalComponent.prototype.choose = /**\r\n * @param {?} file\r\n * @return {?}\r\n */\r\n function (file) {\r\n this.selectedFile = file;\r\n if (file.directory || file.isDirectory) {\r\n this.selectedDirectory.emit(file.name);\r\n }\r\n else {\r\n this.selectedFileGuid.emit(file.guid);\r\n }\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n BrowseFilesModalComponent.prototype.goUp = /**\r\n * @return {?}\r\n */\r\n function () {\r\n if (this.selectedFile) {\r\n /** @type {?} */\r\n var guid = this.selectedFile.guid;\r\n if (guid.length > 0 && guid.indexOf('/') === -1) {\r\n guid = '';\r\n }\r\n else {\r\n guid = guid.replace(/\\/[^\\/]+\\/?$/, '');\r\n }\r\n this.selectedDirectory.emit(guid);\r\n }\r\n };\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n BrowseFilesModalComponent.prototype.selectUpload = /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n function ($event) {\r\n if (upload_url === $event) {\r\n this.showUploadUrl = true;\r\n }\r\n else {\r\n this.showUploadUrl = false;\r\n $(\"#gd-upload-input\").trigger('click');\r\n }\r\n };\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n BrowseFilesModalComponent.prototype.refresh = /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n function ($event) {\r\n if ($event) {\r\n this.files = null;\r\n this.selectedDirectory.emit('');\r\n this.showUploadUrl = false;\r\n this.selectedFile = null;\r\n }\r\n else {\r\n this.closing.emit(true);\r\n }\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n BrowseFilesModalComponent.prototype.showSpinner = /**\r\n * @return {?}\r\n */\r\n function () {\r\n return !this.files;\r\n };\r\n /**\r\n * @param {?} url\r\n * @return {?}\r\n */\r\n BrowseFilesModalComponent.prototype.uploadUrl = /**\r\n * @param {?} url\r\n * @return {?}\r\n */\r\n function (url) {\r\n if (url) {\r\n this.urlForUpload.emit(url);\r\n this.cleanUpload();\r\n }\r\n };\r\n /**\r\n * @param {?} files\r\n * @return {?}\r\n */\r\n BrowseFilesModalComponent.prototype.handleFileInput = /**\r\n * @param {?} files\r\n * @return {?}\r\n */\r\n function (files) {\r\n this._uploadService.changeFilesList(files);\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n BrowseFilesModalComponent.prototype.cleanUpload = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.showUploadFile = false;\r\n this.showUploadUrl = false;\r\n };\r\n BrowseFilesModalComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-browse-files-modal',\r\n template: \"\\n
    \\n
    \\n \\n Drop file here to upload\\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n \\n \\n \\n Upload file\\n \\n \\n \\n \\n \\n
    {{item.name}}
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n
    \\n \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    FILE
    \\n
    SIZE
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n
    \\n
    ..
    \\n
    \\n
    \\n
    \\n \\n
    \\n
    {{file?.name}}
    \\n
    {{getFormatName(file)}}
    \\n
    \\n
    \\n
    \\n {{getSize(file?.size)}}\\n
    \\n
    \\n
    \\n
    \\n
    \\n \\n  Loading... Please wait.\\n
    \\n
    \\n
    \\n\",\r\n styles: [\".gd-modal-table{width:100%;text-align:left}#gd-browse-section{width:1036px;height:561px;overflow-y:auto}.list-files-header{height:60px;color:#6e6e6e;font-size:13px;font-weight:700;background-color:#f4f4f4;margin-top:24px}.list-files-header.upload-url{margin-top:20px}.header-name{padding-left:24px;width:90%;line-height:60px}.header-size{padding-right:27px;line-height:60px}.file-size,.header-size{width:10%;color:#777;text-align:right}.file-description{display:-webkit-box;display:flex;width:90%;padding:18px 0 18px 24px;font-size:14px;-webkit-box-flex:1;flex:1;cursor:pointer;overflow:hidden}.file-size{font-size:12px;padding:0 27px 0 0;width:10%;line-height:79px}.list-files-header,.list-files-lines{display:-webkit-box;display:flex;width:100%;-webkit-box-pack:justify;justify-content:space-between}.gd-modal-spinner{background-color:#fff;width:100%;height:20px;text-align:center;font-size:16px}.gd-cancel-button{padding:7px;background:0 0;width:28px;overflow:hidden}.gd-cancel-button i{font-size:21px}.gd-file-name{white-space:nowrap;overflow:hidden;width:100%;text-overflow:ellipsis}.go-up{display:-webkit-box;display:flex;font-size:26px;cursor:pointer;color:#4b566c;height:79px}.go-up-dots{margin-left:20px;margin-top:22px;font-size:16px}.go-up-icon{display:block;padding:18px 0 18px 24px}.upload-panel{display:-webkit-box;display:flex;position:relative;width:100%}.upload-panel .context{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:100%;margin-left:24px;margin-top:24px;margin-right:24px}.upload-panel .context .context-actions{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;width:100%}.upload-panel .context .context-actions :last-child{margin-right:0}.upload-panel .context .context-actions ::ng-deep .button{height:37px;width:96px;padding:0;-webkit-box-pack:center;justify-content:center}.upload-panel .context .context-actions ::ng-deep .button ::ng-deep .text{font-size:10px}.upload-panel .context .context-panel{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;width:100%;margin-top:20px}.upload-panel .context .context-panel .upload-url{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;width:100%}.upload-panel .context .context-panel .upload-url .url-input{width:100%;height:27px;border:1px solid #25c2d4;font-size:14px;padding-left:6px}.upload-panel .context .context-panel .upload-url .url-check{width:31px;height:31px;color:#fff;font-size:15px;background-color:#25c2d4}.upload-panel .context .context-panel .upload-url .url-check .ng-fa-icon{display:block;padding:8px}.upload-panel gd-drop-down{margin-right:10px}.file-description .ng-fa-icon.fa-file-pdf{color:#e04e4e}.file-description .ng-fa-icon.fa-file-word{color:#539cf0}.file-description .ng-fa-icon.fa-file-powerpoint{color:#e29e1e}.file-description .ng-fa-icon.fa-file-excel{color:#7cbc46}.file-description .ng-fa-icon.fa-file-image{color:#c375ed}.file-description .ng-fa-icon.fa-file,.file-description .ng-fa-icon.fa-file-alt,.file-description .ng-fa-icon.fa-file-text .fa-folder{color:#4b566c}.file-description .ng-fa-icon{font-size:32px}.file-name{font-size:16px;color:#6e6e6e;overflow:hidden;text-overflow:ellipsis}.file-name-format{padding-left:11px;overflow:hidden}.file-format{font-size:10px;padding-top:3px;color:#acacac}.go-up,.list-files-lines{border-bottom:1px solid #e7e7e7}.list-files-lines:hover{background-color:#e5e5e5}.gd-dnd-wrap{background-color:#fff;cursor:default;position:absolute;width:100%;height:calc(100% - 60px);background:rgba(255,255,255,.7);z-index:1;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.dnd-wrapper{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;top:259px;position:absolute}.dnd-wrapper .text{color:#6e6e6e;font-size:14px}.dnd-wrapper .icon{display:-webkit-box;display:flex;width:113px;height:90px;font-size:90px;color:#3e4e5a;margin-bottom:30px}@media (max-width:1037px){.file-size,.header-size{width:18%}.gd-dnd-wrap{width:95%}#gd-browse-section{width:100%;height:calc(100% - 146px)}}\"]\r\n }] }\r\n ];\r\n /** @nocollapse */\r\n BrowseFilesModalComponent.ctorParameters = function () { return [\r\n { type: UploadFilesService }\r\n ]; };\r\n BrowseFilesModalComponent.propDecorators = {\r\n files: [{ type: Input }],\r\n uploadConfig: [{ type: Input }],\r\n selectedFileGuid: [{ type: Output }],\r\n selectedDirectory: [{ type: Output }],\r\n urlForUpload: [{ type: Output }],\r\n closing: [{ type: Output }]\r\n };\r\n return BrowseFilesModalComponent;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n BrowseFilesModalComponent.prototype.uploads;\r\n /** @type {?} */\r\n BrowseFilesModalComponent.prototype.files;\r\n /** @type {?} */\r\n BrowseFilesModalComponent.prototype.uploadConfig;\r\n /** @type {?} */\r\n BrowseFilesModalComponent.prototype.selectedFileGuid;\r\n /** @type {?} */\r\n BrowseFilesModalComponent.prototype.selectedDirectory;\r\n /** @type {?} */\r\n BrowseFilesModalComponent.prototype.urlForUpload;\r\n /** @type {?} */\r\n BrowseFilesModalComponent.prototype.closing;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n BrowseFilesModalComponent.prototype.selectedFile;\r\n /** @type {?} */\r\n BrowseFilesModalComponent.prototype.showUploadUrl;\r\n /** @type {?} */\r\n BrowseFilesModalComponent.prototype.showUploadFile;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n BrowseFilesModalComponent.prototype._uploadService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar ZoomService = /** @class */ (function () {\r\n function ZoomService() {\r\n this._observer = new Subject();\r\n this._zoomChange = this._observer.asObservable();\r\n }\r\n Object.defineProperty(ZoomService.prototype, \"zoom\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._zoom;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n Object.defineProperty(ZoomService.prototype, \"zoomChange\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._zoomChange;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n /**\r\n * @param {?} zoom\r\n * @return {?}\r\n */\r\n ZoomService.prototype.changeZoom = /**\r\n * @param {?} zoom\r\n * @return {?}\r\n */\r\n function (zoom) {\r\n this._zoom = zoom;\r\n this._observer.next(zoom);\r\n };\r\n /**\r\n * @private\r\n * @param {?} val\r\n * @param {?} name\r\n * @param {?=} sep\r\n * @return {?}\r\n */\r\n ZoomService.prototype.createZoomOption = /**\r\n * @private\r\n * @param {?} val\r\n * @param {?} name\r\n * @param {?=} sep\r\n * @return {?}\r\n */\r\n function (val, name, sep) {\r\n if (sep === void 0) { sep = false; }\r\n return { value: val, name: name, separator: sep };\r\n };\r\n /**\r\n * @param {?} width\r\n * @param {?} height\r\n * @return {?}\r\n */\r\n ZoomService.prototype.zoomOptions = /**\r\n * @param {?} width\r\n * @param {?} height\r\n * @return {?}\r\n */\r\n function (width, height) {\r\n return [this.createZoomOption(25, '25%'),\r\n this.createZoomOption(50, '50%'),\r\n this.createZoomOption(100, '100%'),\r\n this.createZoomOption(150, '150%'),\r\n this.createZoomOption(200, '200%'),\r\n this.createZoomOption(300, '300%'),\r\n this.createZoomOption(0, '', true),\r\n this.createZoomOption(width, 'Fit Width'),\r\n this.createZoomOption(height, 'Fit Height')];\r\n };\r\n return ZoomService;\r\n}());\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ZoomService.prototype._observer;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ZoomService.prototype._zoomChange;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ZoomService.prototype._zoom;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar PagePreloadService = /** @class */ (function () {\r\n function PagePreloadService() {\r\n var _this = this;\r\n this._checkPreload = new Observable((/**\r\n * @param {?} observer\r\n * @return {?}\r\n */\r\n function (observer) {\r\n return _this._observer = observer;\r\n }));\r\n }\r\n Object.defineProperty(PagePreloadService.prototype, \"checkPreload\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._checkPreload;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n /**\r\n * @param {?} page\r\n * @return {?}\r\n */\r\n PagePreloadService.prototype.changeLastPageInView = /**\r\n * @param {?} page\r\n * @return {?}\r\n */\r\n function (page) {\r\n if (this._observer) {\r\n this._observer.next(page);\r\n }\r\n };\r\n return PagePreloadService;\r\n}());\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n PagePreloadService.prototype._checkPreload;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n PagePreloadService.prototype._observer;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar NavigateService = /** @class */ (function () {\r\n function NavigateService(_pagePreloadService) {\r\n var _this = this;\r\n this._pagePreloadService = _pagePreloadService;\r\n this._currentPage = 0;\r\n this._countPages = 0;\r\n this._navigate = new Observable((/**\r\n * @param {?} observer\r\n * @return {?}\r\n */\r\n function (observer) {\r\n return _this._observer = observer;\r\n }));\r\n }\r\n Object.defineProperty(NavigateService.prototype, \"navigate\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._navigate;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n Object.defineProperty(NavigateService.prototype, \"countPages\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._countPages;\r\n },\r\n set: /**\r\n * @param {?} value\r\n * @return {?}\r\n */\r\n function (value) {\r\n this._countPages = value;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n Object.defineProperty(NavigateService.prototype, \"currentPage\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._currentPage;\r\n },\r\n set: /**\r\n * @param {?} value\r\n * @return {?}\r\n */\r\n function (value) {\r\n this._currentPage = value;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n /**\r\n * @return {?}\r\n */\r\n NavigateService.prototype.nextPage = /**\r\n * @return {?}\r\n */\r\n function () {\r\n if (this._currentPage < this._countPages) {\r\n this._currentPage++;\r\n this.navigateTo(this._currentPage);\r\n }\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n NavigateService.prototype.prevPage = /**\r\n * @return {?}\r\n */\r\n function () {\r\n if (this._currentPage > 1) {\r\n this._currentPage--;\r\n this.navigateTo(this._currentPage);\r\n }\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n NavigateService.prototype.toLastPage = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this._currentPage = this._countPages;\r\n this.navigateTo(this._currentPage);\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n NavigateService.prototype.toFirstPage = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this._currentPage = 1;\r\n this.navigateTo(this._currentPage);\r\n };\r\n /**\r\n * @param {?} page\r\n * @return {?}\r\n */\r\n NavigateService.prototype.navigateTo = /**\r\n * @param {?} page\r\n * @return {?}\r\n */\r\n function (page) {\r\n this.currentPage = page;\r\n this._pagePreloadService.changeLastPageInView(page);\r\n this._observer.next(page);\r\n };\r\n NavigateService.decorators = [\r\n { type: Injectable, args: [{\r\n providedIn: 'root'\r\n },] }\r\n ];\r\n /** @nocollapse */\r\n NavigateService.ctorParameters = function () { return [\r\n { type: PagePreloadService }\r\n ]; };\r\n /** @nocollapse */ NavigateService.ngInjectableDef = ɵɵdefineInjectable({ factory: function NavigateService_Factory() { return new NavigateService(ɵɵinject(PagePreloadService)); }, token: NavigateService, providedIn: \"root\" });\r\n return NavigateService;\r\n}());\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n NavigateService.prototype._currentPage;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n NavigateService.prototype._countPages;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n NavigateService.prototype._navigate;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n NavigateService.prototype._observer;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n NavigateService.prototype._pagePreloadService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/** @type {?} */\r\nvar $$1 = jquery;\r\nvar DocumentComponent = /** @class */ (function () {\r\n function DocumentComponent(_elementRef, _zoomService, _windowService, _navigateService) {\r\n var _this = this;\r\n this._elementRef = _elementRef;\r\n this._zoomService = _zoomService;\r\n this._windowService = _windowService;\r\n this._navigateService = _navigateService;\r\n this.onpan = new EventEmitter();\r\n this.wait = false;\r\n this.docWidth = null;\r\n this.docHeight = null;\r\n this.viewportWidth = null;\r\n this.viewportHeight = null;\r\n this.scale = null;\r\n this.lastScale = null;\r\n this.container = null;\r\n this.doc = null;\r\n this.x = 0;\r\n this.lastX = 0;\r\n this.y = 0;\r\n this.lastY = 0;\r\n this.pinchCenter = null;\r\n this.pinchCenterOffset = null;\r\n this.curWidth = 0;\r\n this.curHeight = 0;\r\n _zoomService.zoomChange.subscribe((/**\r\n * @param {?} val\r\n * @return {?}\r\n */\r\n function (val) {\r\n _this.zoom = val;\r\n }));\r\n this.isDesktop = _windowService.isDesktop();\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n DocumentComponent.prototype.ngOnInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n if (this.ifPresentation()) {\r\n this.selectedPage = 1;\r\n }\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n DocumentComponent.prototype.ngOnChanges = /**\r\n * @return {?}\r\n */\r\n function () {\r\n /** @type {?} */\r\n var panzoom = this._elementRef.nativeElement.children.item(0).children.item(0);\r\n ((/** @type {?} */ (panzoom))).style.transform = '';\r\n // TODO: this intersects with zooming by zoom directive, but still needed\r\n // for flush previous settings before opening another file\r\n //this._zoomService.changeZoom(100);\r\n //this.scale = 1;\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n DocumentComponent.prototype.ngAfterViewInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n // For current iteration we take .panzoom as a document\r\n this.doc = this._elementRef.nativeElement.children.item(0).children.item(0);\r\n // For current iteration we take .gd-document as a container\r\n this.container = this._elementRef.nativeElement;\r\n this.docWidth = this.doc.clientWidth;\r\n this.docHeight = this.doc.clientHeight;\r\n this.viewportWidth = this.doc.offsetWidth;\r\n // For cases where we already have zoom defined we should include it\r\n this.scale = (this.viewportWidth / this.docWidth) * this._zoomService.zoom / 100;\r\n this.lastScale = this.scale;\r\n this.viewportHeight = this.container.offsetHeight;\r\n this.curWidth = this.docWidth * this.scale;\r\n this.curHeight = this.docHeight * this.scale;\r\n /** @type {?} */\r\n var hammer = new Hammer(this.container);\r\n };\r\n // TODO: this temporary crutch for Excel files should be documented\r\n // TODO: this temporary crutch for Excel files should be documented\r\n /**\r\n * @return {?}\r\n */\r\n DocumentComponent.prototype.ifExcel = \r\n // TODO: this temporary crutch for Excel files should be documented\r\n /**\r\n * @return {?}\r\n */\r\n function () {\r\n return FileUtil.find(this.file.guid, false).format === \"Microsoft Excel\";\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n DocumentComponent.prototype.ifPresentation = /**\r\n * @return {?}\r\n */\r\n function () {\r\n return FileUtil.find(this.file.guid, false).format === \"Microsoft PowerPoint\";\r\n };\r\n /**\r\n * @param {?} value\r\n * @param {?} pageNumber\r\n * @return {?}\r\n */\r\n DocumentComponent.prototype.getDimensionWithUnit = /**\r\n * @param {?} value\r\n * @param {?} pageNumber\r\n * @return {?}\r\n */\r\n function (value, pageNumber) {\r\n return this.ifPresentation() && !this.isVisible(pageNumber) ? 0 : value + (this.mode ? FileUtil.find(this.file.guid, false).unit : 'px');\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n DocumentComponent.prototype.ifEdge = /**\r\n * @return {?}\r\n */\r\n function () {\r\n return navigator.userAgent.toLowerCase().indexOf('edge') > -1;\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n DocumentComponent.prototype.ngAfterViewChecked = /**\r\n * @return {?}\r\n */\r\n function () {\r\n /** @type {?} */\r\n var elementNodeListOf = this._elementRef.nativeElement.querySelectorAll('.gd-wrapper');\r\n /** @type {?} */\r\n var element = elementNodeListOf.item(0);\r\n if (element) {\r\n $$1(element).trigger('focus');\r\n }\r\n };\r\n /**\r\n * @param {?} el\r\n * @return {?}\r\n */\r\n DocumentComponent.prototype.absolutePosition = /**\r\n * @param {?} el\r\n * @return {?}\r\n */\r\n function (el) {\r\n /** @type {?} */\r\n var x = 0;\r\n /** @type {?} */\r\n var y = 0;\r\n while (el !== null) {\r\n x += el.offsetLeft;\r\n y += el.offsetTop;\r\n el = el.offsetParent;\r\n }\r\n return { x: x, y: y };\r\n };\r\n ;\r\n /**\r\n * @param {?} pos\r\n * @param {?} viewportDim\r\n * @param {?} docDim\r\n * @return {?}\r\n */\r\n DocumentComponent.prototype.restrictRawPos = /**\r\n * @param {?} pos\r\n * @param {?} viewportDim\r\n * @param {?} docDim\r\n * @return {?}\r\n */\r\n function (pos, viewportDim, docDim) {\r\n if (pos < viewportDim / this.scale - docDim) { // too far left/up?\r\n pos = viewportDim / this.scale - docDim;\r\n }\r\n else if (pos > 0) { // too far right/down?\r\n pos = 0;\r\n }\r\n return pos;\r\n };\r\n ;\r\n /**\r\n * @return {?}\r\n */\r\n DocumentComponent.prototype.updateLastPos = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.lastX = this.x;\r\n this.lastY = this.y;\r\n };\r\n ;\r\n /**\r\n * @param {?} deltaX\r\n * @param {?} deltaY\r\n * @return {?}\r\n */\r\n DocumentComponent.prototype.translate = /**\r\n * @param {?} deltaX\r\n * @param {?} deltaY\r\n * @return {?}\r\n */\r\n function (deltaX, deltaY) {\r\n // We restrict to the min of the viewport width/height or current width/height as the\r\n // current width/height may be smaller than the viewport width/height\r\n /** @type {?} */\r\n var newX = this.restrictRawPos(this.lastX + deltaX / this.scale, Math.min(this.viewportWidth, this.curWidth), this.docWidth);\r\n this.x = newX;\r\n // TODO: value here and in the similar line below changes to positive to take any effect\r\n this.container.scrollLeft = -Math.ceil(newX * this.scale);\r\n /** @type {?} */\r\n var newY = this.restrictRawPos(this.lastY + deltaY / this.scale, Math.min(this.viewportHeight, this.curHeight), this.docHeight);\r\n this.y = newY;\r\n this.container.scrollTop = -Math.ceil(newY * this.scale);\r\n this.doc.style.transform = 'scale(' + this.scale + ')';\r\n };\r\n ;\r\n /**\r\n * @param {?} scaleBy\r\n * @return {?}\r\n */\r\n DocumentComponent.prototype.startZoom = /**\r\n * @param {?} scaleBy\r\n * @return {?}\r\n */\r\n function (scaleBy) {\r\n this.scale = this.lastScale * scaleBy;\r\n this.curWidth = this.docWidth * this.scale;\r\n this.curHeight = this.docHeight * this.scale;\r\n // Adjust margins to make sure that we aren't out of bounds\r\n this.translate(0, 0);\r\n };\r\n ;\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n DocumentComponent.prototype.rawCenter = /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n function ($event) {\r\n /** @type {?} */\r\n var pos = this.absolutePosition(this.container);\r\n // We need to account for the scroll position\r\n /** @type {?} */\r\n var scrollLeft = window.pageXOffset ? window.pageXOffset : document.body.scrollLeft;\r\n /** @type {?} */\r\n var scrollTop = window.pageYOffset ? window.pageYOffset : document.body.scrollTop;\r\n /** @type {?} */\r\n var zoomX = -this.x + ($event.center.x - pos.x + scrollLeft) / this.scale;\r\n /** @type {?} */\r\n var zoomY = -this.y + ($event.center.y - pos.y + scrollTop) / this.scale;\r\n return { x: zoomX, y: zoomY };\r\n };\r\n ;\r\n /**\r\n * @return {?}\r\n */\r\n DocumentComponent.prototype.updateLastScale = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.lastScale = this.scale;\r\n };\r\n ;\r\n /**\r\n * @param {?} scaleBy\r\n * @param {?} rawZoomX\r\n * @param {?} rawZoomY\r\n * @param {?} doNotUpdateLast\r\n * @return {?}\r\n */\r\n DocumentComponent.prototype.zoomAround = /**\r\n * @param {?} scaleBy\r\n * @param {?} rawZoomX\r\n * @param {?} rawZoomY\r\n * @param {?} doNotUpdateLast\r\n * @return {?}\r\n */\r\n function (scaleBy, rawZoomX, rawZoomY, doNotUpdateLast) {\r\n // Zoom\r\n this.startZoom(scaleBy);\r\n // New raw center of viewport\r\n /** @type {?} */\r\n var rawCenterX = -this.x + Math.min(this.viewportWidth, this.curWidth) / 2 / this.scale;\r\n /** @type {?} */\r\n var rawCenterY = -this.y + Math.min(this.viewportHeight, this.curHeight) / 2 / this.scale;\r\n // Delta\r\n /** @type {?} */\r\n var deltaX = (rawCenterX - rawZoomX) * this.scale;\r\n /** @type {?} */\r\n var deltaY = (rawCenterY - rawZoomY) * this.scale;\r\n // Translate back to zoom center\r\n this.translate(deltaX, deltaY);\r\n if (!doNotUpdateLast) {\r\n this.updateLastScale();\r\n this.updateLastPos();\r\n }\r\n };\r\n ;\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n DocumentComponent.prototype.onPinch = /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n function ($event) {\r\n if (this.pinchCenter === null) {\r\n this.pinchCenter = this.rawCenter($event);\r\n /** @type {?} */\r\n var offsetX = this.pinchCenter.x * this.scale - (-this.x * this.scale + Math.min(this.viewportWidth, this.curWidth) / 2);\r\n /** @type {?} */\r\n var offsetY = this.pinchCenter.y * this.scale - (-this.y * this.scale + Math.min(this.viewportHeight, this.curHeight) / 2);\r\n this.pinchCenterOffset = { x: offsetX, y: offsetY };\r\n }\r\n /** @type {?} */\r\n var newScale = this.scale * $event.scale;\r\n /** @type {?} */\r\n var zoomX = this.pinchCenter.x * newScale - this.pinchCenterOffset.x;\r\n /** @type {?} */\r\n var zoomY = this.pinchCenter.y * newScale - this.pinchCenterOffset.y;\r\n /** @type {?} */\r\n var zoomCenter = { x: zoomX / newScale, y: zoomY / newScale };\r\n this.zoomAround($event.scale, zoomCenter.x, zoomCenter.y, true);\r\n };\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n DocumentComponent.prototype.onPinchEnd = /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n function ($event) {\r\n this.updateLastScale();\r\n this.updateLastPos();\r\n this.pinchCenter = null;\r\n };\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n DocumentComponent.prototype.onPan = /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n function ($event) {\r\n // TODO: looks like native pan works better\r\n // if (!this.isDesktop) {\r\n // this.translate($event.deltaX, $event.deltaY);\r\n // }\r\n this.onpan.emit($event);\r\n };\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n DocumentComponent.prototype.onPanEnd = /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n function ($event) {\r\n // if (!this.isDesktop) {\r\n // this.updateLastPos();\r\n // }\r\n };\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n DocumentComponent.prototype.onDoubleTap = /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n function ($event) {\r\n if (!this.isDesktop) {\r\n if ($event.tapCount === 2) {\r\n /** @type {?} */\r\n var c = this.rawCenter($event);\r\n this.zoomAround(2, c.x, c.y, false);\r\n }\r\n }\r\n };\r\n /**\r\n * @param {?} pageNumber\r\n * @return {?}\r\n */\r\n DocumentComponent.prototype.isVisible = /**\r\n * @param {?} pageNumber\r\n * @return {?}\r\n */\r\n function (pageNumber) {\r\n if (this.ifPresentation()) {\r\n return pageNumber === this.selectedPage ? true : false;\r\n }\r\n else {\r\n return true;\r\n }\r\n };\r\n DocumentComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-document',\r\n template: \"
    Please wait...
    \\n
    \\n
    \\n
    \\n \\n
    \\n
    \\n \\n
    \\n\",\r\n styles: [\":host{-webkit-box-flex:1;flex:1;-webkit-transition:.4s;transition:.4s;background-color:#e7e7e7;height:100%;overflow:scroll;touch-action:auto!important}:host .document{-webkit-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important;user-select:text!important;touch-action:auto!important}.page{display:inline-block;background-color:#fff;margin:20px;box-shadow:0 3px 6px rgba(0,0,0,.16);-webkit-transition:.3s;transition:.3s}.page.excel{overflow:auto}.page.presentation{margin:0;-webkit-transition:unset;transition:unset}.page.presentation.active{margin:20px}.wait{position:absolute;top:55px;left:Calc(30%)}.panzoom{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;-webkit-box-pack:center;justify-content:center;align-content:flex-start}@media (max-width:1037px){.page{min-width:unset!important;min-height:unset!important;margin:5px 0}}\"]\r\n }] }\r\n ];\r\n /** @nocollapse */\r\n DocumentComponent.ctorParameters = function () { return [\r\n { type: ElementRef },\r\n { type: ZoomService },\r\n { type: WindowService },\r\n { type: NavigateService }\r\n ]; };\r\n DocumentComponent.propDecorators = {\r\n mode: [{ type: Input }],\r\n preloadPageCount: [{ type: Input }],\r\n file: [{ type: Input }],\r\n selectedPage: [{ type: Input }],\r\n onpan: [{ type: Output }]\r\n };\r\n return DocumentComponent;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n DocumentComponent.prototype.mode;\r\n /** @type {?} */\r\n DocumentComponent.prototype.preloadPageCount;\r\n /** @type {?} */\r\n DocumentComponent.prototype.file;\r\n /** @type {?} */\r\n DocumentComponent.prototype.selectedPage;\r\n /** @type {?} */\r\n DocumentComponent.prototype.onpan;\r\n /** @type {?} */\r\n DocumentComponent.prototype.wait;\r\n /** @type {?} */\r\n DocumentComponent.prototype.zoom;\r\n /** @type {?} */\r\n DocumentComponent.prototype.docWidth;\r\n /** @type {?} */\r\n DocumentComponent.prototype.docHeight;\r\n /** @type {?} */\r\n DocumentComponent.prototype.viewportWidth;\r\n /** @type {?} */\r\n DocumentComponent.prototype.viewportHeight;\r\n /** @type {?} */\r\n DocumentComponent.prototype.scale;\r\n /** @type {?} */\r\n DocumentComponent.prototype.lastScale;\r\n /** @type {?} */\r\n DocumentComponent.prototype.container;\r\n /** @type {?} */\r\n DocumentComponent.prototype.doc;\r\n /** @type {?} */\r\n DocumentComponent.prototype.x;\r\n /** @type {?} */\r\n DocumentComponent.prototype.lastX;\r\n /** @type {?} */\r\n DocumentComponent.prototype.y;\r\n /** @type {?} */\r\n DocumentComponent.prototype.lastY;\r\n /** @type {?} */\r\n DocumentComponent.prototype.pinchCenter;\r\n /** @type {?} */\r\n DocumentComponent.prototype.pinchCenterOffset;\r\n /** @type {?} */\r\n DocumentComponent.prototype.curWidth;\r\n /** @type {?} */\r\n DocumentComponent.prototype.curHeight;\r\n /** @type {?} */\r\n DocumentComponent.prototype.isDesktop;\r\n /**\r\n * @type {?}\r\n * @protected\r\n */\r\n DocumentComponent.prototype._elementRef;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n DocumentComponent.prototype._zoomService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n DocumentComponent.prototype._windowService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n DocumentComponent.prototype._navigateService;\r\n /* Skipping unhandled member: ;*/\r\n /* Skipping unhandled member: ;*/\r\n /* Skipping unhandled member: ;*/\r\n /* Skipping unhandled member: ;*/\r\n /* Skipping unhandled member: ;*/\r\n /* Skipping unhandled member: ;*/\r\n /* Skipping unhandled member: ;*/\r\n /* Skipping unhandled member: ;*/\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar PageComponent = /** @class */ (function () {\r\n function PageComponent() {\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n PageComponent.prototype.ngOnInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n /** @type {?} */\r\n var isIE = /*@cc_on!@*/ false || !!/(MSIE|Trident\\/|Edge\\/)/i.test(navigator.userAgent);\r\n if (isIE && this.number === 0) {\r\n this.editable = false;\r\n }\r\n };\r\n /**\r\n * @param {?} changes\r\n * @return {?}\r\n */\r\n PageComponent.prototype.ngOnChanges = /**\r\n * @param {?} changes\r\n * @return {?}\r\n */\r\n function (changes) {\r\n // TODO: this is temporary needed to remove unneeded spaces and BOM symbol \r\n // which leads to undesired spaces on the top of the docs pages\r\n this.data = this.data !== null ? this.data.replace(/>\\s+<')\r\n .replace(/\\uFEFF/g, \"\")\r\n .replace(/href=\"\\/viewer/g, 'href=\"http://localhost:8080/viewer')\r\n .replace(/src=\"\\/viewer/g, 'src=\"http://localhost:8080/viewer')\r\n .replace(/data=\"\\/viewer/g, 'data=\"http://localhost:8080/viewer')\r\n : null;\r\n /** @type {?} */\r\n var dataImagePngBase64 = 'data:image/png;base64,';\r\n this.imgData = dataImagePngBase64;\r\n if (!this.isHtml) {\r\n this.imgData += this.data;\r\n }\r\n };\r\n PageComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-page',\r\n template: \"
    \\n
    \\n \\\"\\\"\\n\\n
    \\n \\n  Loading... Please wait.\\n
    \\n
    \\n\",\r\n styles: [\".gd-page-spinner{margin-top:150px;text-align:center}.gd-wrapper{width:inherit;height:inherit}.gd-wrapper div{width:100%}::ng-deep .gd-highlight{background-color:#ff0}::ng-deep .gd-highlight-select{background-color:#ff9b00}\"]\r\n }] }\r\n ];\r\n /** @nocollapse */\r\n PageComponent.ctorParameters = function () { return []; };\r\n PageComponent.propDecorators = {\r\n angle: [{ type: Input }],\r\n width: [{ type: Input }],\r\n height: [{ type: Input }],\r\n number: [{ type: Input }],\r\n data: [{ type: Input }],\r\n isHtml: [{ type: Input }],\r\n editable: [{ type: Input }]\r\n };\r\n return PageComponent;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n PageComponent.prototype.angle;\r\n /** @type {?} */\r\n PageComponent.prototype.width;\r\n /** @type {?} */\r\n PageComponent.prototype.height;\r\n /** @type {?} */\r\n PageComponent.prototype.number;\r\n /** @type {?} */\r\n PageComponent.prototype.data;\r\n /** @type {?} */\r\n PageComponent.prototype.isHtml;\r\n /** @type {?} */\r\n PageComponent.prototype.editable;\r\n /** @type {?} */\r\n PageComponent.prototype.imgData;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar SanitizeHtmlPipe = /** @class */ (function () {\r\n function SanitizeHtmlPipe(sanitizer) {\r\n this.sanitizer = sanitizer;\r\n }\r\n /**\r\n * @param {?} html\r\n * @return {?}\r\n */\r\n SanitizeHtmlPipe.prototype.transform = /**\r\n * @param {?} html\r\n * @return {?}\r\n */\r\n function (html) {\r\n return this.sanitizer.bypassSecurityTrustHtml(html);\r\n };\r\n SanitizeHtmlPipe.decorators = [\r\n { type: Pipe, args: [{ name: 'safeHtml' },] }\r\n ];\r\n /** @nocollapse */\r\n SanitizeHtmlPipe.ctorParameters = function () { return [\r\n { type: DomSanitizer }\r\n ]; };\r\n return SanitizeHtmlPipe;\r\n}());\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SanitizeHtmlPipe.prototype.sanitizer;\r\n}\r\nvar SanitizeResourceHtmlPipe = /** @class */ (function () {\r\n function SanitizeResourceHtmlPipe(sanitizer) {\r\n this.sanitizer = sanitizer;\r\n }\r\n /**\r\n * @param {?} html\r\n * @return {?}\r\n */\r\n SanitizeResourceHtmlPipe.prototype.transform = /**\r\n * @param {?} html\r\n * @return {?}\r\n */\r\n function (html) {\r\n return this.sanitizer.bypassSecurityTrustResourceUrl(html);\r\n };\r\n SanitizeResourceHtmlPipe.decorators = [\r\n { type: Pipe, args: [{ name: 'safeResourceHtml' },] }\r\n ];\r\n /** @nocollapse */\r\n SanitizeResourceHtmlPipe.ctorParameters = function () { return [\r\n { type: DomSanitizer }\r\n ]; };\r\n return SanitizeResourceHtmlPipe;\r\n}());\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SanitizeResourceHtmlPipe.prototype.sanitizer;\r\n}\r\nvar SanitizeStylePipe = /** @class */ (function () {\r\n function SanitizeStylePipe(sanitizer) {\r\n this.sanitizer = sanitizer;\r\n }\r\n /**\r\n * @param {?} html\r\n * @return {?}\r\n */\r\n SanitizeStylePipe.prototype.transform = /**\r\n * @param {?} html\r\n * @return {?}\r\n */\r\n function (html) {\r\n return this.sanitizer.bypassSecurityTrustStyle(html);\r\n };\r\n SanitizeStylePipe.decorators = [\r\n { type: Pipe, args: [{ name: 'safeStyle' },] }\r\n ];\r\n /** @nocollapse */\r\n SanitizeStylePipe.ctorParameters = function () { return [\r\n { type: DomSanitizer }\r\n ]; };\r\n return SanitizeStylePipe;\r\n}());\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SanitizeStylePipe.prototype.sanitizer;\r\n}\r\nvar HighlightSearchPipe = /** @class */ (function () {\r\n function HighlightSearchPipe() {\r\n }\r\n /**\r\n * @param {?} value\r\n * @param {?} args\r\n * @return {?}\r\n */\r\n HighlightSearchPipe.prototype.transform = /**\r\n * @param {?} value\r\n * @param {?} args\r\n * @return {?}\r\n */\r\n function (value, args) {\r\n if (!args) {\r\n return value;\r\n }\r\n /** @type {?} */\r\n var re = new RegExp(args, 'gi');\r\n return value.replace(re, \"$&\");\r\n };\r\n HighlightSearchPipe.decorators = [\r\n { type: Pipe, args: [{ name: 'highlight' },] }\r\n ];\r\n return HighlightSearchPipe;\r\n}());\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar UploadFileZoneComponent = /** @class */ (function () {\r\n function UploadFileZoneComponent(_uploadService) {\r\n this._uploadService = _uploadService;\r\n this.closeUpload = new EventEmitter();\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n UploadFileZoneComponent.prototype.ngOnInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n };\r\n /**\r\n * @param {?} files\r\n * @return {?}\r\n */\r\n UploadFileZoneComponent.prototype.handleFileInput = /**\r\n * @param {?} files\r\n * @return {?}\r\n */\r\n function (files) {\r\n this._uploadService.changeFilesList(files);\r\n this.onCloseUpload();\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n UploadFileZoneComponent.prototype.onCloseUpload = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.closeUpload.emit(true);\r\n };\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n UploadFileZoneComponent.prototype.close = /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n function ($event) {\r\n if ($event.target.id === 'gd-dropZone') {\r\n this.onCloseUpload();\r\n }\r\n };\r\n UploadFileZoneComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-upload-file-zone',\r\n template: \"
    \\n
    \\n \\n
    \\n

    Drag & Drop your files here

    \\n

    OR

    \\n
    \\n \\n
    \\n
    \\n\",\r\n styles: [\".gd-drag-n-drop-wrap{border:2px dashed #ccc;background-color:#f8f8f8;text-align:center;cursor:default;position:absolute;width:-webkit-fill-available;left:1px;display:-webkit-box;display:flex;align-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;opacity:.9;z-index:1}.gd-drag-n-drop-wrap h2{color:#959da5;margin:5px 0;font-size:15px;font-weight:300}.gd-drag-n-drop-wrap h4{color:#cacaca;font-weight:300;font-size:12px;margin:10px 0 15px}.gd-drag-n-drop-icon .fa-cloud-download-alt{color:#d1d1d1;font-size:110px}.gd-drag-n-drop-buttons i{margin-right:5px}.gd-drag-n-drop-buttons .btn{width:134px;height:35px;margin:0 10px;font-size:12px;font-weight:400}.gd-drag-n-drop-wrap.hover{background:#ddd;border-color:#aaa}\"]\r\n }] }\r\n ];\r\n /** @nocollapse */\r\n UploadFileZoneComponent.ctorParameters = function () { return [\r\n { type: UploadFilesService }\r\n ]; };\r\n UploadFileZoneComponent.propDecorators = {\r\n closeUpload: [{ type: Output }]\r\n };\r\n return UploadFileZoneComponent;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n UploadFileZoneComponent.prototype.closeUpload;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n UploadFileZoneComponent.prototype._uploadService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar DndDirective = /** @class */ (function () {\r\n function DndDirective(_uploadFilesService) {\r\n this._uploadFilesService = _uploadFilesService;\r\n this.closing = new EventEmitter();\r\n this.opening = new EventEmitter();\r\n this.dropped = new EventEmitter();\r\n this.active = false;\r\n this.dragCounter = 0;\r\n }\r\n /**\r\n * @param {?} evt\r\n * @return {?}\r\n */\r\n DndDirective.prototype.onDragEnter = /**\r\n * @param {?} evt\r\n * @return {?}\r\n */\r\n function (evt) {\r\n evt.preventDefault();\r\n evt.stopPropagation();\r\n this.dragCounter++;\r\n this.active = true;\r\n this.opening.emit(true);\r\n };\r\n /**\r\n * @param {?} evt\r\n * @return {?}\r\n */\r\n DndDirective.prototype.onDragOver = /**\r\n * @param {?} evt\r\n * @return {?}\r\n */\r\n function (evt) {\r\n evt.preventDefault();\r\n evt.stopPropagation();\r\n return false;\r\n };\r\n /**\r\n * @param {?} evt\r\n * @return {?}\r\n */\r\n DndDirective.prototype.onDragLeave = /**\r\n * @param {?} evt\r\n * @return {?}\r\n */\r\n function (evt) {\r\n evt.preventDefault();\r\n evt.stopPropagation();\r\n this.dragCounter--;\r\n if (this.dragCounter === 0) {\r\n this.active = false;\r\n this.closeArea();\r\n }\r\n };\r\n /**\r\n * @param {?} evt\r\n * @return {?}\r\n */\r\n DndDirective.prototype.onDrop = /**\r\n * @param {?} evt\r\n * @return {?}\r\n */\r\n function (evt) {\r\n evt.preventDefault();\r\n evt.stopPropagation();\r\n /** @type {?} */\r\n var files = evt.dataTransfer.files;\r\n if (files.length > 0) {\r\n this.active = false;\r\n this.dropped.emit(true);\r\n this._uploadFilesService.changeFilesList(files);\r\n this.closeArea();\r\n }\r\n };\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n DndDirective.prototype.onClick = /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n function (event) {\r\n this.closeArea();\r\n };\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n DndDirective.prototype.closeArea = /**\r\n * @private\r\n * @return {?}\r\n */\r\n function () {\r\n this.closing.emit(true);\r\n this.opening.emit(false);\r\n };\r\n DndDirective.decorators = [\r\n { type: Directive, args: [{\r\n selector: '[gdDnd]'\r\n },] }\r\n ];\r\n /** @nocollapse */\r\n DndDirective.ctorParameters = function () { return [\r\n { type: UploadFilesService }\r\n ]; };\r\n DndDirective.propDecorators = {\r\n closing: [{ type: Output }],\r\n opening: [{ type: Output }],\r\n dropped: [{ type: Output }],\r\n active: [{ type: HostBinding, args: ['class.active',] }],\r\n onDragEnter: [{ type: HostListener, args: ['dragenter', ['$event'],] }],\r\n onDragOver: [{ type: HostListener, args: ['dragover', ['$event'],] }],\r\n onDragLeave: [{ type: HostListener, args: ['dragleave', ['$event'],] }],\r\n onDrop: [{ type: HostListener, args: ['drop', ['$event'],] }],\r\n onClick: [{ type: HostListener, args: ['click', ['$event'],] }]\r\n };\r\n return DndDirective;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n DndDirective.prototype.closing;\r\n /** @type {?} */\r\n DndDirective.prototype.opening;\r\n /** @type {?} */\r\n DndDirective.prototype.dropped;\r\n /** @type {?} */\r\n DndDirective.prototype.active;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n DndDirective.prototype.dragCounter;\r\n /**\r\n * @type {?}\r\n * @protected\r\n */\r\n DndDirective.prototype._uploadFilesService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/** @type {?} */\r\nvar $$2 = jquery;\r\nvar ViewportService = /** @class */ (function () {\r\n function ViewportService() {\r\n }\r\n /**\r\n * @param {?} el\r\n * @param {?=} zoom\r\n * @param {?=} leftOffset\r\n * @param {?=} deltaX\r\n * @return {?}\r\n */\r\n ViewportService.prototype.checkInViewport = /**\r\n * @param {?} el\r\n * @param {?=} zoom\r\n * @param {?=} leftOffset\r\n * @param {?=} deltaX\r\n * @return {?}\r\n */\r\n function (el, zoom, leftOffset, deltaX) {\r\n if (zoom === void 0) { zoom = 100; }\r\n if (leftOffset === void 0) { leftOffset = 0; }\r\n if (deltaX === void 0) { deltaX = 0.5; }\r\n if (!el) {\r\n return false;\r\n }\r\n /** @type {?} */\r\n var x = deltaX;\r\n /** @type {?} */\r\n var y = 0.5;\r\n /** @type {?} */\r\n var win = $$2(window);\r\n /** @type {?} */\r\n var viewport = {\r\n top: win.scrollTop(),\r\n left: win.scrollLeft() + leftOffset,\r\n right: win.scrollLeft() + win.width() - 10,\r\n bottom: win.scrollTop() + win.height()\r\n };\r\n if (isNaN(zoom)) {\r\n zoom = 100;\r\n }\r\n /** @type {?} */\r\n var zoomN = zoom / 100;\r\n /** @type {?} */\r\n var height = $$2(el).outerHeight() * (zoomN);\r\n /** @type {?} */\r\n var width = $$2(el).outerWidth() * (zoomN);\r\n if (!width || !height) {\r\n return false;\r\n }\r\n /** @type {?} */\r\n var bounds = $$2(el).offset();\r\n /** @type {?} */\r\n var right = (bounds.left * (zoomN)) + width;\r\n /** @type {?} */\r\n var bottom = (bounds.top * (zoomN)) + height;\r\n /** @type {?} */\r\n var visible = (!(viewport.right < (bounds.left * (zoomN)) || viewport.left > right || viewport.bottom < (bounds.top * (zoomN)) || viewport.top > bottom));\r\n if (!visible) {\r\n return false;\r\n }\r\n /** @type {?} */\r\n var deltas = {\r\n top: parseFloat(Math.min(1, (bottom - viewport.top) / height).toFixed(2)),\r\n bottom: parseFloat(Math.min(1, (viewport.bottom - (bounds.top * (zoomN))) / height).toFixed(2)),\r\n left: parseFloat(Math.min(1, (right - viewport.left) / width).toFixed(2)),\r\n right: parseFloat(Math.min(1, (viewport.right - (bounds.left * (zoomN))) / width).toFixed(2))\r\n };\r\n return (deltas.left * deltas.right) >= x && (deltas.top * deltas.bottom) >= y;\r\n };\r\n ViewportService.decorators = [\r\n { type: Injectable, args: [{\r\n providedIn: 'root'\r\n },] }\r\n ];\r\n /** @nocollapse */\r\n ViewportService.ctorParameters = function () { return []; };\r\n /** @nocollapse */ ViewportService.ngInjectableDef = ɵɵdefineInjectable({ factory: function ViewportService_Factory() { return new ViewportService(); }, token: ViewportService, providedIn: \"root\" });\r\n return ViewportService;\r\n}());\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/** @type {?} */\r\nvar $$3 = jquery;\r\nvar ScrollableDirective = /** @class */ (function () {\r\n function ScrollableDirective(_elementRef, _navigateService, _pagePreloadService, _zoomService, _windowService, _viewportService) {\r\n var _this = this;\r\n this._elementRef = _elementRef;\r\n this._navigateService = _navigateService;\r\n this._pagePreloadService = _pagePreloadService;\r\n this._zoomService = _zoomService;\r\n this._windowService = _windowService;\r\n this._viewportService = _viewportService;\r\n this.zoom = 100;\r\n this.loadedPagesSet = new Set();\r\n this.zoom = _zoomService.zoom ? _zoomService.zoom : this.zoom;\r\n _zoomService.zoomChange.subscribe((/**\r\n * @param {?} val\r\n * @return {?}\r\n */\r\n function (val) {\r\n _this.zoom = val ? val : _this.zoom;\r\n _this.refresh();\r\n }));\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ScrollableDirective.prototype.ngAfterViewInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n var _this = this;\r\n this.zoom = this._zoomService.zoom ? this._zoomService.zoom : this.zoom;\r\n this._navigateService.navigate.subscribe(((/**\r\n * @param {?} value\r\n * @return {?}\r\n */\r\n function (value) {\r\n _this.currentPage = value;\r\n _this.scrollToPage(value);\r\n })));\r\n this.refresh();\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ScrollableDirective.prototype.scrolling = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.refresh();\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ScrollableDirective.prototype.resizing = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.refresh();\r\n };\r\n /**\r\n * @param {?} pageNumber\r\n * @return {?}\r\n */\r\n ScrollableDirective.prototype.scrollToPage = /**\r\n * @param {?} pageNumber\r\n * @return {?}\r\n */\r\n function (pageNumber) {\r\n /** @type {?} */\r\n var el = this._elementRef.nativeElement;\r\n /** @type {?} */\r\n var page = this.getPage(pageNumber);\r\n /** @type {?} */\r\n var prev = pageNumber > 0 ? this.getPage(pageNumber - 1) : null;\r\n /** @type {?} */\r\n var isSameTop = (prev && $$3(prev).offset().top === $$3(page).offset().top);\r\n if (this._viewportService.checkInViewport(page, this.zoom) && isSameTop) {\r\n return;\r\n }\r\n /** @type {?} */\r\n var pagesHeight = this.calculateOffset(pageNumber);\r\n /** @type {?} */\r\n var options = {\r\n left: 0,\r\n top: pagesHeight\r\n };\r\n if (el) {\r\n // using polyfill\r\n el.scroll(options);\r\n }\r\n };\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n ScrollableDirective.prototype.getChildren = /**\r\n * @private\r\n * @return {?}\r\n */\r\n function () {\r\n /** @type {?} */\r\n var el = this._elementRef ? this._elementRef.nativeElement : null;\r\n if (el) {\r\n // here and in the similar line below we getting the document pages\r\n return el.children.item(0).children.item(0).children;\r\n }\r\n };\r\n /**\r\n * @private\r\n * @param {?} pageNumber\r\n * @return {?}\r\n */\r\n ScrollableDirective.prototype.getPage = /**\r\n * @private\r\n * @param {?} pageNumber\r\n * @return {?}\r\n */\r\n function (pageNumber) {\r\n /** @type {?} */\r\n var el = this._elementRef ? this._elementRef.nativeElement : null;\r\n if (el) {\r\n return el.children.item(0).children.item(0).children.item(pageNumber - 1);\r\n }\r\n };\r\n /**\r\n * @private\r\n * @param {?} pageNumber\r\n * @return {?}\r\n */\r\n ScrollableDirective.prototype.calculateOffset = /**\r\n * @private\r\n * @param {?} pageNumber\r\n * @return {?}\r\n */\r\n function (pageNumber) {\r\n /** @type {?} */\r\n var count = this._windowService.isFirefox() ? 1 : this.countPagesOnWidth();\r\n /** @type {?} */\r\n var margin = this._windowService.isDesktop() ? 40 : 10;\r\n /** @type {?} */\r\n var pagesHeight = 0;\r\n for (var i = 1; i < pageNumber / count; i++) {\r\n /** @type {?} */\r\n var item = this.getPage(i);\r\n /** @type {?} */\r\n var clientHeight = item ? item.clientHeight : 0;\r\n pagesHeight += clientHeight > 0 ? clientHeight * this.getZoom() + margin : 0;\r\n }\r\n return pagesHeight;\r\n };\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n ScrollableDirective.prototype.countPagesOnWidth = /**\r\n * @private\r\n * @return {?}\r\n */\r\n function () {\r\n /** @type {?} */\r\n var pageEl = this.getPage(1);\r\n /** @type {?} */\r\n var offset = 150;\r\n /** @type {?} */\r\n var count = Math.floor((this.getWidth() - offset) / (pageEl.getBoundingClientRect().width * this.getZoom()));\r\n return count === 0 ? 1 : count;\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ScrollableDirective.prototype.refresh = /**\r\n * @return {?}\r\n */\r\n function () {\r\n /** @type {?} */\r\n var page;\r\n /** @type {?} */\r\n var currentPageSet = false;\r\n /** @type {?} */\r\n var pageElem = this.getPage(this.currentPage);\r\n /** @type {?} */\r\n var currentPageRect = this.currentPage && pageElem ? pageElem.getBoundingClientRect() : null;\r\n for (page = 1; page < this.getChildren().length + 1; page++) {\r\n /** @type {?} */\r\n var element = this.getPage(page);\r\n if (this._viewportService.checkInViewport(element, this.zoom)) {\r\n if (!currentPageSet) {\r\n if (!this.currentPage || !pageElem || (this.currentPage && currentPageRect && element.getBoundingClientRect().top !== currentPageRect.top)) {\r\n this.currentPage = page;\r\n this._navigateService.currentPage = page;\r\n }\r\n currentPageSet = true;\r\n }\r\n if (!this.loadedPagesSet.has(page)) {\r\n this._pagePreloadService.changeLastPageInView(page);\r\n this.loadedPagesSet.add(page);\r\n }\r\n }\r\n }\r\n };\r\n /**\r\n * @param {?} changes\r\n * @return {?}\r\n */\r\n ScrollableDirective.prototype.ngOnChanges = /**\r\n * @param {?} changes\r\n * @return {?}\r\n */\r\n function (changes) {\r\n this.refresh();\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ScrollableDirective.prototype.ngOnInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.zoom = this._zoomService.zoom ? this._zoomService.zoom : this.zoom;\r\n };\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n ScrollableDirective.prototype.getWidth = /**\r\n * @private\r\n * @return {?}\r\n */\r\n function () {\r\n return this._elementRef ? this._elementRef.nativeElement.offsetWidth : window.innerWidth;\r\n };\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n ScrollableDirective.prototype.getZoom = /**\r\n * @private\r\n * @return {?}\r\n */\r\n function () {\r\n return this.zoom / 100;\r\n };\r\n ScrollableDirective.decorators = [\r\n { type: Directive, args: [{\r\n selector: '[gdScrollable]'\r\n },] }\r\n ];\r\n /** @nocollapse */\r\n ScrollableDirective.ctorParameters = function () { return [\r\n { type: ElementRef },\r\n { type: NavigateService },\r\n { type: PagePreloadService },\r\n { type: ZoomService },\r\n { type: WindowService },\r\n { type: ViewportService }\r\n ]; };\r\n ScrollableDirective.propDecorators = {\r\n scrolling: [{ type: HostListener, args: ['scroll',] }],\r\n resizing: [{ type: HostListener, args: ['window:resize',] }]\r\n };\r\n return ScrollableDirective;\r\n}());\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ScrollableDirective.prototype.currentPage;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ScrollableDirective.prototype.zoom;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ScrollableDirective.prototype.loadedPagesSet;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ScrollableDirective.prototype._elementRef;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ScrollableDirective.prototype._navigateService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ScrollableDirective.prototype._pagePreloadService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ScrollableDirective.prototype._zoomService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ScrollableDirective.prototype._windowService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ScrollableDirective.prototype._viewportService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/** @type {?} */\r\nvar $$4 = jquery;\r\nvar MouseWheelDirective = /** @class */ (function () {\r\n function MouseWheelDirective() {\r\n this.mouseWheelUp = new EventEmitter();\r\n this.mouseWheelDown = new EventEmitter();\r\n }\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n MouseWheelDirective.prototype.onMouseWheelChrome = /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n function (event) {\r\n this.mouseWheelFunc(event);\r\n };\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n MouseWheelDirective.prototype.onMouseWheelFirefox = /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n function (event) {\r\n this.mouseWheelFunc(event);\r\n };\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n MouseWheelDirective.prototype.onMouseWheelIE = /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n function (event) {\r\n this.mouseWheelFunc(event);\r\n };\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n MouseWheelDirective.prototype.mouseWheelFunc = /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n function (event) {\r\n event = window.event;\r\n /** @type {?} */\r\n var delta = Math.max(-1, Math.min(1, (event.wheelDelta || -event.detail)));\r\n if (delta > 0) {\r\n this.mouseWheelUp.emit(event);\r\n }\r\n else if (delta < 0) {\r\n this.mouseWheelDown.emit(event);\r\n }\r\n };\r\n MouseWheelDirective.decorators = [\r\n { type: Directive, args: [{\r\n selector: '[gdMouseWheel]'\r\n },] }\r\n ];\r\n MouseWheelDirective.propDecorators = {\r\n mouseWheelUp: [{ type: Output }],\r\n mouseWheelDown: [{ type: Output }],\r\n onMouseWheelChrome: [{ type: HostListener, args: ['mousewheel', ['$event'],] }],\r\n onMouseWheelFirefox: [{ type: HostListener, args: ['DOMMouseScroll', ['$event'],] }],\r\n onMouseWheelIE: [{ type: HostListener, args: ['onmousewheel', ['$event'],] }]\r\n };\r\n return MouseWheelDirective;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n MouseWheelDirective.prototype.mouseWheelUp;\r\n /** @type {?} */\r\n MouseWheelDirective.prototype.mouseWheelDown;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar ZoomDirective = /** @class */ (function () {\r\n function ZoomDirective(_zoomService, _windowService, el) {\r\n this._zoomService = _zoomService;\r\n this._windowService = _windowService;\r\n this.zoomActive = true;\r\n this.el = el;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ZoomDirective.prototype.ngOnDestroy = /**\r\n * @return {?}\r\n */\r\n function () {\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ZoomDirective.prototype.ngOnChanges = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.setStyles(this._zoomService.zoom);\r\n this.resizePages(this._zoomService.zoom);\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ZoomDirective.prototype.ngOnInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n var _this = this;\r\n if (!this.zoomActive) {\r\n return;\r\n }\r\n this.setStyles(this._zoomService.zoom);\r\n this._zoomService.zoomChange.subscribe((/**\r\n * @param {?} zoom\r\n * @return {?}\r\n */\r\n function (zoom) {\r\n _this.setStyles(zoom);\r\n _this.resizePages(zoom);\r\n }));\r\n };\r\n /**\r\n * @private\r\n * @param {?} zoom\r\n * @return {?}\r\n */\r\n ZoomDirective.prototype.setStyles = /**\r\n * @private\r\n * @param {?} zoom\r\n * @return {?}\r\n */\r\n function (zoom) {\r\n if (!this.zoomActive) {\r\n return;\r\n }\r\n /** @type {?} */\r\n var zoomInt = zoom === 100 ? 1 : zoom / 100;\r\n if (this._windowService.isEdge()) {\r\n this.zoomInt = zoomInt;\r\n }\r\n else {\r\n this.zoomInt = null;\r\n }\r\n if (!this._windowService.isEdge()) {\r\n this.transform = 'scale(' + zoomInt + ')';\r\n this.transformOrigin = 'top left';\r\n }\r\n else {\r\n this.transform = \"\";\r\n this.transformOrigin = \"\";\r\n }\r\n /** @type {?} */\r\n var maxWidth = 0;\r\n this.file.pages.forEach((/**\r\n * @param {?} page\r\n * @return {?}\r\n */\r\n function (page) {\r\n {\r\n if (page.width > maxWidth) {\r\n maxWidth = page.width;\r\n }\r\n }\r\n }));\r\n // Images and Excel-related files receiving dimensions in px from server\r\n this.minWidth = maxWidth + FileUtil.find(this.file.guid, false).unit;\r\n };\r\n /**\r\n * @private\r\n * @param {?} elm\r\n * @return {?}\r\n */\r\n ZoomDirective.prototype.getScrollWidth = /**\r\n * @private\r\n * @param {?} elm\r\n * @return {?}\r\n */\r\n function (elm) {\r\n return elm.offsetWidth - elm.clientWidth;\r\n };\r\n /**\r\n * @private\r\n * @param {?} elm\r\n * @return {?}\r\n */\r\n ZoomDirective.prototype.getScrollHeight = /**\r\n * @private\r\n * @param {?} elm\r\n * @return {?}\r\n */\r\n function (elm) {\r\n return elm.offsetHeight - elm.clientHeight;\r\n };\r\n /**\r\n * @private\r\n * @param {?} zoom\r\n * @return {?}\r\n */\r\n ZoomDirective.prototype.resizePages = /**\r\n * @private\r\n * @param {?} zoom\r\n * @return {?}\r\n */\r\n function (zoom) {\r\n /** @type {?} */\r\n var zoomInt = zoom === 100 ? 1 : zoom / 100;\r\n /** @type {?} */\r\n var viewPortWidth = this.el.nativeElement.parentElement.offsetWidth;\r\n /** @type {?} */\r\n var viewPortHeight = this.el.nativeElement.parentElement.offsetHeight;\r\n /** @type {?} */\r\n var scrollWidth = this.getScrollWidth(this.el.nativeElement.parentElement);\r\n /** @type {?} */\r\n var scrollHeight = this.getScrollHeight(this.el.nativeElement.parentElement);\r\n this.width = (viewPortWidth / zoomInt - scrollWidth / zoomInt) + 'px';\r\n this.height = (viewPortHeight / zoomInt - scrollHeight / zoomInt) + 'px';\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ZoomDirective.prototype.ngAfterViewInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.setStyles(this._zoomService.zoom);\r\n };\r\n ZoomDirective.decorators = [\r\n { type: Directive, args: [{\r\n selector: '[gdZoom]'\r\n },] }\r\n ];\r\n /** @nocollapse */\r\n ZoomDirective.ctorParameters = function () { return [\r\n { type: ZoomService },\r\n { type: WindowService },\r\n { type: ElementRef }\r\n ]; };\r\n ZoomDirective.propDecorators = {\r\n zoomActive: [{ type: Input }],\r\n file: [{ type: Input }],\r\n zoomInt: [{ type: HostBinding, args: ['style.zoom',] }],\r\n transform: [{ type: HostBinding, args: ['style.transform',] }],\r\n transformOrigin: [{ type: HostBinding, args: ['style.transform-origin',] }],\r\n width: [{ type: HostBinding, args: ['style.width',] }],\r\n height: [{ type: HostBinding, args: ['style.height',] }],\r\n minWidth: [{ type: HostBinding, args: ['style.min-width',] }]\r\n };\r\n return ZoomDirective;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n ZoomDirective.prototype.zoomActive;\r\n /** @type {?} */\r\n ZoomDirective.prototype.file;\r\n /** @type {?} */\r\n ZoomDirective.prototype.zoomInt;\r\n /** @type {?} */\r\n ZoomDirective.prototype.transform;\r\n /** @type {?} */\r\n ZoomDirective.prototype.transformOrigin;\r\n /** @type {?} */\r\n ZoomDirective.prototype.width;\r\n /** @type {?} */\r\n ZoomDirective.prototype.height;\r\n /** @type {?} */\r\n ZoomDirective.prototype.minWidth;\r\n /** @type {?} */\r\n ZoomDirective.prototype.el;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ZoomDirective.prototype._zoomService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ZoomDirective.prototype._windowService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar OnCloseService = /** @class */ (function () {\r\n function OnCloseService() {\r\n this._observer = new Subject();\r\n this._onClose = this._observer.asObservable();\r\n }\r\n Object.defineProperty(OnCloseService.prototype, \"onClose\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._onClose;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n /**\r\n * @param {?} close\r\n * @return {?}\r\n */\r\n OnCloseService.prototype.close = /**\r\n * @param {?} close\r\n * @return {?}\r\n */\r\n function (close) {\r\n this._observer.next(close);\r\n };\r\n OnCloseService.decorators = [\r\n { type: Injectable, args: [{\r\n providedIn: 'root'\r\n },] }\r\n ];\r\n /** @nocollapse */\r\n OnCloseService.ctorParameters = function () { return []; };\r\n /** @nocollapse */ OnCloseService.ngInjectableDef = ɵɵdefineInjectable({ factory: function OnCloseService_Factory() { return new OnCloseService(); }, token: OnCloseService, providedIn: \"root\" });\r\n return OnCloseService;\r\n}());\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n OnCloseService.prototype._observer;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n OnCloseService.prototype._onClose;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/**\r\n * @record\r\n */\r\nfunction Option() { }\r\nif (false) {\r\n /** @type {?} */\r\n Option.prototype.name;\r\n /** @type {?} */\r\n Option.prototype.value;\r\n /** @type {?} */\r\n Option.prototype.separator;\r\n}\r\nvar SelectComponent = /** @class */ (function () {\r\n function SelectComponent(_onCloseService) {\r\n var _this = this;\r\n this._onCloseService = _onCloseService;\r\n this.disabled = false;\r\n this.selected = new EventEmitter();\r\n this.isOpen = false;\r\n _onCloseService.onClose.subscribe((/**\r\n * @return {?}\r\n */\r\n function () {\r\n _this.close();\r\n }));\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n SelectComponent.prototype.open = /**\r\n * @return {?}\r\n */\r\n function () {\r\n if (!this.disabled) {\r\n this.isOpen = true;\r\n }\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n SelectComponent.prototype.close = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.isOpen = false;\r\n };\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n SelectComponent.prototype.onClickOutside = /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n function (event) {\r\n this.close();\r\n };\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n SelectComponent.prototype.toggle = /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n function ($event) {\r\n // TODO: following lines were uncommented due to needness in signature app\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n if (!this.disabled) {\r\n this.isOpen = !this.isOpen;\r\n }\r\n };\r\n /**\r\n * @param {?} $event\r\n * @param {?} value\r\n * @return {?}\r\n */\r\n SelectComponent.prototype.select = /**\r\n * @param {?} $event\r\n * @param {?} value\r\n * @return {?}\r\n */\r\n function ($event, value) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n this.selected.emit(value);\r\n this.close();\r\n };\r\n SelectComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-select',\r\n template: \"
    \\n
    \\n {{showSelected?.name}}\\n
    \\n \\n
    \\n
    \\n
    {{option.name}}
    \\n
    \\n
    \\n
    \\n
    \\n\",\r\n styles: [\".select{min-width:50px;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;color:#959da5}.selected-value{font-size:14px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:clip;max-width:70px}.selected-value.inactive{cursor:not-allowed;color:#ccc}.nav-caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent;cursor:pointer}.nav-caret.inactive{cursor:not-allowed;color:#ccc}.dropdown-menu{position:absolute;top:49px;z-index:1000;float:left;min-width:96px;list-style:none;font-size:13px;text-align:left;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.3);background-clip:padding-box}.dropdown-menu .option{display:block;padding:7px 0 7px 7px;clear:both;font-weight:400;line-height:1.42857143;white-space:nowrap;cursor:pointer;font-size:10px}.dropdown-menu .option:hover{background-color:#25c2d4;color:#fff!important}.dropdown-menu-separator{height:1px;overflow:hidden;background-color:#f4f4f4;padding:0!important}\"]\r\n }] }\r\n ];\r\n /** @nocollapse */\r\n SelectComponent.ctorParameters = function () { return [\r\n { type: OnCloseService }\r\n ]; };\r\n SelectComponent.propDecorators = {\r\n options: [{ type: Input }],\r\n disabled: [{ type: Input }],\r\n showSelected: [{ type: Input }],\r\n selected: [{ type: Output }],\r\n isOpen: [{ type: Input }]\r\n };\r\n return SelectComponent;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n SelectComponent.prototype.options;\r\n /** @type {?} */\r\n SelectComponent.prototype.disabled;\r\n /** @type {?} */\r\n SelectComponent.prototype.showSelected;\r\n /** @type {?} */\r\n SelectComponent.prototype.selected;\r\n /** @type {?} */\r\n SelectComponent.prototype.isOpen;\r\n /**\r\n * @type {?}\r\n * @protected\r\n */\r\n SelectComponent.prototype._onCloseService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar DisabledCursorDirective = /** @class */ (function () {\r\n function DisabledCursorDirective() {\r\n }\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n DisabledCursorDirective.prototype.updateCursor = /**\r\n * @private\r\n * @return {?}\r\n */\r\n function () {\r\n this.cursor = this.dis ? true : false;\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n DisabledCursorDirective.prototype.ngOnInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.updateCursor();\r\n };\r\n /**\r\n * @param {?} changes\r\n * @return {?}\r\n */\r\n DisabledCursorDirective.prototype.ngOnChanges = /**\r\n * @param {?} changes\r\n * @return {?}\r\n */\r\n function (changes) {\r\n this.updateCursor();\r\n };\r\n DisabledCursorDirective.decorators = [\r\n { type: Directive, args: [{\r\n selector: '[gdDisabledCursor]'\r\n },] }\r\n ];\r\n /** @nocollapse */\r\n DisabledCursorDirective.ctorParameters = function () { return []; };\r\n DisabledCursorDirective.propDecorators = {\r\n dis: [{ type: Input }],\r\n cursor: [{ type: HostBinding, args: ['class.inactive',] }]\r\n };\r\n return DisabledCursorDirective;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n DisabledCursorDirective.prototype.dis;\r\n /** @type {?} */\r\n DisabledCursorDirective.prototype.cursor;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar RotationDirective = /** @class */ (function () {\r\n function RotationDirective() {\r\n this.withMargin = true;\r\n }\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n RotationDirective.prototype.updateCursor = /**\r\n * @private\r\n * @return {?}\r\n */\r\n function () {\r\n if (typeof this.angle === \"string\") {\r\n this.angle = parseInt(this.angle, 10);\r\n }\r\n if (this.angle) {\r\n this.animation = 'none';\r\n this.transition = 'none';\r\n this.transform = 'rotate(' + this.angle + 'deg)';\r\n }\r\n else if (this.angle === 0 && this.animation) {\r\n this.animation = null;\r\n this.transition = null;\r\n this.transform = null;\r\n }\r\n if (this.withMargin) {\r\n if (this.angle === 90 || this.angle === 270 || this.angle === -90 || this.angle === -270) {\r\n if (this.isHtmlMode) {\r\n if (this.isLandscape()) {\r\n this.margin = '164px 254px';\r\n }\r\n else {\r\n this.margin = '-111px 254px';\r\n }\r\n }\r\n else {\r\n if (this.isLandscape()) {\r\n this.margin = '129px 100px -79px';\r\n }\r\n else {\r\n this.margin = '-72px 100px -79px';\r\n }\r\n }\r\n }\r\n else if (this.angle === -180 || this.angle === 180) {\r\n this.margin = '280px';\r\n }\r\n else {\r\n this.margin = null;\r\n }\r\n }\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n RotationDirective.prototype.isLandscape = /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this.width > this.height;\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n RotationDirective.prototype.ngOnInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.updateCursor();\r\n };\r\n /**\r\n * @param {?} changes\r\n * @return {?}\r\n */\r\n RotationDirective.prototype.ngOnChanges = /**\r\n * @param {?} changes\r\n * @return {?}\r\n */\r\n function (changes) {\r\n this.updateCursor();\r\n };\r\n RotationDirective.decorators = [\r\n { type: Directive, args: [{\r\n selector: '[gdRotation]'\r\n },] }\r\n ];\r\n /** @nocollapse */\r\n RotationDirective.ctorParameters = function () { return []; };\r\n RotationDirective.propDecorators = {\r\n angle: [{ type: Input }],\r\n isHtmlMode: [{ type: Input }],\r\n width: [{ type: Input }],\r\n height: [{ type: Input }],\r\n withMargin: [{ type: Input }],\r\n animation: [{ type: HostBinding, args: ['style.animation',] }],\r\n transition: [{ type: HostBinding, args: ['style.transition-property',] }],\r\n transform: [{ type: HostBinding, args: ['style.transform',] }],\r\n margin: [{ type: HostBinding, args: ['style.margin',] }]\r\n };\r\n return RotationDirective;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n RotationDirective.prototype.angle;\r\n /** @type {?} */\r\n RotationDirective.prototype.isHtmlMode;\r\n /** @type {?} */\r\n RotationDirective.prototype.width;\r\n /** @type {?} */\r\n RotationDirective.prototype.height;\r\n /** @type {?} */\r\n RotationDirective.prototype.withMargin;\r\n /** @type {?} */\r\n RotationDirective.prototype.animation;\r\n /** @type {?} */\r\n RotationDirective.prototype.transition;\r\n /** @type {?} */\r\n RotationDirective.prototype.transform;\r\n /** @type {?} */\r\n RotationDirective.prototype.margin;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar InitStateComponent = /** @class */ (function () {\r\n function InitStateComponent() {\r\n this.fileDropped = new EventEmitter();\r\n this.showUploadFile = false;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n InitStateComponent.prototype.ngOnInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n };\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n InitStateComponent.prototype.dropped = /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n function ($event) {\r\n if ($event) {\r\n this.fileDropped.emit($event);\r\n this.showUploadFile = false;\r\n }\r\n };\r\n InitStateComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-init-state',\r\n template: \"
    \\n
    \\n \\n \\n \\n \\n
    \\n
    \\n \\n {{text}}\\n
    \\n
    \\n\",\r\n styles: [\".wrapper{color:#959da5;background-color:#e7e7e7;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;width:100%;height:100%}.icon{font-size:65px;margin-bottom:43px;display:-webkit-box;display:flex;color:#959da5}.start{font-size:15px;text-align:center;color:#959da5}.gd-drag-n-drop-wrap.active{background-color:#fff;position:fixed;top:0;background:rgba(255,255,255,.8)}.gd-drag-n-drop-wrap.active .init-state-wrapper{position:absolute;opacity:.2;top:unset}.gd-drag-n-drop-wrap.active .init-state-dnd-wrapper{top:0;z-index:999}.gd-drag-n-drop-wrap.active .init-state-dnd-wrapper .icon{width:113px;height:90px;font-size:90px;color:#3e4e5a;margin-bottom:30px}.gd-drag-n-drop-wrap.active .text{color:#6e6e6e;font-size:14px}.init-state-dnd-wrapper,.init-state-wrapper{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:250px;height:250px;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.init-state-wrapper{top:-60px;position:relative}\"]\r\n }] }\r\n ];\r\n /** @nocollapse */\r\n InitStateComponent.ctorParameters = function () { return []; };\r\n InitStateComponent.propDecorators = {\r\n icon: [{ type: Input }],\r\n text: [{ type: Input }],\r\n fileDropped: [{ type: Output }]\r\n };\r\n return InitStateComponent;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n InitStateComponent.prototype.icon;\r\n /** @type {?} */\r\n InitStateComponent.prototype.text;\r\n /** @type {?} */\r\n InitStateComponent.prototype.fileDropped;\r\n /** @type {?} */\r\n InitStateComponent.prototype.showUploadFile;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar RenderPrintService = /** @class */ (function () {\r\n function RenderPrintService() {\r\n var _this = this;\r\n this._render = new Observable((/**\r\n * @param {?} observer\r\n * @return {?}\r\n */\r\n function (observer) {\r\n return _this._observer = observer;\r\n }));\r\n this._renderBlob = new Observable((/**\r\n * @param {?} observer\r\n * @return {?}\r\n */\r\n function (observer) {\r\n return _this._observerBlob = observer;\r\n }));\r\n }\r\n Object.defineProperty(RenderPrintService.prototype, \"renderPrint\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._render;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n /**\r\n * @param {?} pages\r\n * @return {?}\r\n */\r\n RenderPrintService.prototype.changePages = /**\r\n * @param {?} pages\r\n * @return {?}\r\n */\r\n function (pages) {\r\n this._observer.next(pages);\r\n };\r\n Object.defineProperty(RenderPrintService.prototype, \"renderPrintBlob\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._renderBlob;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n /**\r\n * @param {?} file\r\n * @return {?}\r\n */\r\n RenderPrintService.prototype.changeBlob = /**\r\n * @param {?} file\r\n * @return {?}\r\n */\r\n function (file) {\r\n this._observerBlob.next(file);\r\n };\r\n return RenderPrintService;\r\n}());\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n RenderPrintService.prototype._render;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n RenderPrintService.prototype._observer;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n RenderPrintService.prototype._renderBlob;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n RenderPrintService.prototype._observerBlob;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar RenderPrintDirective = /** @class */ (function () {\r\n function RenderPrintDirective(_renderService) {\r\n var _this = this;\r\n this._renderService = _renderService;\r\n _renderService.renderPrint.subscribe((/**\r\n * @param {?} pages\r\n * @return {?}\r\n */\r\n function (pages) {\r\n _this.renderPrint(pages);\r\n }));\r\n _renderService.renderPrintBlob.subscribe((/**\r\n * @param {?} file\r\n * @return {?}\r\n */\r\n function (file) {\r\n _this.renderPrintBlob(file);\r\n }));\r\n }\r\n /**\r\n * @private\r\n * @param {?} pages\r\n * @return {?}\r\n */\r\n RenderPrintDirective.prototype.renderPrint = /**\r\n * @private\r\n * @param {?} pages\r\n * @return {?}\r\n */\r\n function (pages) {\r\n var e_1, _a, e_2, _b;\r\n /** @type {?} */\r\n var pagesHtml = '';\r\n if (this.htmlMode) {\r\n try {\r\n for (var pages_1 = __values(pages), pages_1_1 = pages_1.next(); !pages_1_1.done; pages_1_1 = pages_1.next()) {\r\n var page = pages_1_1.value;\r\n pagesHtml += '
    ' +\r\n '
    ' + page.data + '
    ' +\r\n '
    ';\r\n }\r\n }\r\n catch (e_1_1) { e_1 = { error: e_1_1 }; }\r\n finally {\r\n try {\r\n if (pages_1_1 && !pages_1_1.done && (_a = pages_1.return)) _a.call(pages_1);\r\n }\r\n finally { if (e_1) throw e_1.error; }\r\n }\r\n }\r\n else {\r\n try {\r\n for (var pages_2 = __values(pages), pages_2_1 = pages_2.next(); !pages_2_1.done; pages_2_1 = pages_2.next()) {\r\n var page = pages_2_1.value;\r\n pagesHtml += '
    ' +\r\n '
    ' +\r\n '
    ';\r\n }\r\n }\r\n catch (e_2_1) { e_2 = { error: e_2_1 }; }\r\n finally {\r\n try {\r\n if (pages_2_1 && !pages_2_1.done && (_b = pages_2.return)) _b.call(pages_2);\r\n }\r\n finally { if (e_2) throw e_2.error; }\r\n }\r\n }\r\n this.openWindow(pagesHtml, pages[0].width, pages[0].height);\r\n };\r\n /**\r\n * @private\r\n * @param {?} pagesHtml\r\n * @param {?} width\r\n * @param {?} height\r\n * @return {?}\r\n */\r\n RenderPrintDirective.prototype.openWindow = /**\r\n * @private\r\n * @param {?} pagesHtml\r\n * @param {?} width\r\n * @param {?} height\r\n * @return {?}\r\n */\r\n function (pagesHtml, width, height) {\r\n /** @type {?} */\r\n var a4Height = 842;\r\n /** @type {?} */\r\n var a4Width = 595;\r\n /** @type {?} */\r\n var imageA4Adjusted = '';\r\n if (width > a4Width && height > a4Height) {\r\n /** @type {?} */\r\n var zoom = Math.round(height / a4Height) / 100;\r\n imageA4Adjusted = '.gd-page img { width: 100%; margin: 0; padding: 0;}';\r\n if (navigator.userAgent.toLowerCase().indexOf('firefox') > -1) {\r\n imageA4Adjusted = '.gd-page img { transform: scale(' + zoom + ');}';\r\n }\r\n }\r\n /** @type {?} */\r\n var cssPrint = '';\r\n /** @type {?} */\r\n var windowObject = window.open('', \"PrintWindow\", \"width=750,height=650,top=50,left=50,toolbars=yes,scrollbars=yes,status=yes,resizable=yes\");\r\n windowObject.focus();\r\n windowObject.document.writeln(cssPrint);\r\n windowObject.document.writeln(pagesHtml);\r\n windowObject.document.close();\r\n windowObject.focus();\r\n windowObject.print();\r\n windowObject.close();\r\n };\r\n /**\r\n * @private\r\n * @param {?} file\r\n * @return {?}\r\n */\r\n RenderPrintDirective.prototype.renderPrintBlob = /**\r\n * @private\r\n * @param {?} file\r\n * @return {?}\r\n */\r\n function (file) {\r\n /** @type {?} */\r\n var fileURL = URL.createObjectURL(file);\r\n /** @type {?} */\r\n var windowObject = window.open(fileURL, \"PrintWindow\", \"width=750,height=650,top=50,left=50,toolbars=yes,scrollbars=yes,status=yes,resizable=yes\");\r\n windowObject.focus();\r\n windowObject.print();\r\n windowObject.close();\r\n };\r\n RenderPrintDirective.decorators = [\r\n { type: Directive, args: [{\r\n selector: '[gdRenderPrint]'\r\n },] }\r\n ];\r\n /** @nocollapse */\r\n RenderPrintDirective.ctorParameters = function () { return [\r\n { type: RenderPrintService }\r\n ]; };\r\n RenderPrintDirective.propDecorators = {\r\n htmlMode: [{ type: Input }]\r\n };\r\n return RenderPrintDirective;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n RenderPrintDirective.prototype.htmlMode;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n RenderPrintDirective.prototype._renderService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar ExceptionMessageService = /** @class */ (function () {\r\n function ExceptionMessageService() {\r\n this._observer = new BehaviorSubject('Server is not available');\r\n this._messageChange = this._observer.asObservable();\r\n }\r\n Object.defineProperty(ExceptionMessageService.prototype, \"messageChange\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._messageChange;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n /**\r\n * @param {?} message\r\n * @return {?}\r\n */\r\n ExceptionMessageService.prototype.changeMessage = /**\r\n * @param {?} message\r\n * @return {?}\r\n */\r\n function (message) {\r\n this._observer.next(message);\r\n };\r\n return ExceptionMessageService;\r\n}());\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ExceptionMessageService.prototype._observer;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ExceptionMessageService.prototype._messageChange;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar ErrorModalComponent = /** @class */ (function () {\r\n function ErrorModalComponent(messageService) {\r\n var _this = this;\r\n messageService.messageChange.subscribe((/**\r\n * @param {?} message\r\n * @return {?}\r\n */\r\n function (message) { return _this.message = message; }));\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ErrorModalComponent.prototype.ngOnInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n };\r\n ErrorModalComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-error-modal',\r\n template: \"\\n
    \\n \\n
    \\n
    Something went wrong
    \\n
    {{message ? message : 'Server is not available'}}
    \\n
    \\n
    \\n
    \\n\",\r\n styles: [\".gd-modal-error{display:-webkit-inline-box;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-flex:1;flex:1}.gd-modal-error .gd-modal-error-message{font-size:12px;margin:0 24px 24px 0;word-break:break-word}.gd-modal-error .gd-modal-error-title{font-size:16px;font-weight:700;margin:14px 0 10px}#gd-error-section{max-width:468px;max-height:204px;display:-webkit-box;display:flex}#gd-error-section fa-icon{-webkit-box-flex:1;flex:1;color:#e04e4e;font-size:40px;margin:13px 23px 90px;text-align:center;max-width:46px}\"]\r\n }] }\r\n ];\r\n /** @nocollapse */\r\n ErrorModalComponent.ctorParameters = function () { return [\r\n { type: ExceptionMessageService }\r\n ]; };\r\n return ErrorModalComponent;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n ErrorModalComponent.prototype.message;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar PasswordService = /** @class */ (function () {\r\n function PasswordService() {\r\n this._observer = new Subject();\r\n this._passChange = this._observer.asObservable();\r\n }\r\n Object.defineProperty(PasswordService.prototype, \"passChange\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._passChange;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n /**\r\n * @param {?} pass\r\n * @return {?}\r\n */\r\n PasswordService.prototype.setPassword = /**\r\n * @param {?} pass\r\n * @return {?}\r\n */\r\n function (pass) {\r\n this._observer.next(pass);\r\n };\r\n return PasswordService;\r\n}());\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n PasswordService.prototype._observer;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n PasswordService.prototype._passChange;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/** @type {?} */\r\nvar $$5 = jquery;\r\nvar PasswordRequiredComponent = /** @class */ (function () {\r\n function PasswordRequiredComponent(messageService, _passwordService) {\r\n var _this = this;\r\n this._passwordService = _passwordService;\r\n this.cancelEvent = new EventEmitter();\r\n messageService.messageChange.subscribe((/**\r\n * @param {?} message\r\n * @return {?}\r\n */\r\n function (message) { return _this.message = message; }));\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n PasswordRequiredComponent.prototype.ngOnInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n };\r\n /**\r\n * @param {?} value\r\n * @return {?}\r\n */\r\n PasswordRequiredComponent.prototype.setPassword = /**\r\n * @param {?} value\r\n * @return {?}\r\n */\r\n function (value) {\r\n this._passwordService.setPassword(value);\r\n };\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n PasswordRequiredComponent.prototype.onCloseOpen = /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n function ($event) {\r\n if ($event) {\r\n setTimeout((/**\r\n * @return {?}\r\n */\r\n function () {\r\n /** @type {?} */\r\n var element = $$5(\"#password\");\r\n if (element) {\r\n element.focus();\r\n }\r\n }), 100);\r\n }\r\n else {\r\n $$5(\"#password\").val(\"\");\r\n }\r\n };\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n PasswordRequiredComponent.prototype.cancel = /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n function ($event) {\r\n $$5(\"#password\").val(\"\");\r\n this.cancelEvent.emit(true);\r\n };\r\n PasswordRequiredComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-password-required',\r\n template: \"\\n
    \\n
    \\n \\n \\n {{message}}\\n \\n Open\\n \\n
    \\n
    \\n
    \\n\",\r\n styles: [\"#gd-password-section{width:375px;height:164px}.gd-password-wrap{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin:24px}.gd-password-wrap label{font-size:14px;color:#acacac;padding-bottom:12px}.gd-password-wrap input{height:30px;border:1px solid #25c2d4}.gd-password-wrap input.error{border-color:#e04e4e}.gd-password-wrap gd-button{align-self:flex-end}.gd-password-wrap ::ng-deep .button{height:37px;width:72px;padding:0;-webkit-box-pack:center;justify-content:center}.gd-password-wrap ::ng-deep .button ::ng-deep .text{font-size:10px!important}.gd-password-error{color:#e04e4e;padding:10px 0 12px;height:12px;line-height:12px;font-size:12px}@media (max-width:1037px){#gd-password-section{min-width:375px}}\"]\r\n }] }\r\n ];\r\n /** @nocollapse */\r\n PasswordRequiredComponent.ctorParameters = function () { return [\r\n { type: ExceptionMessageService },\r\n { type: PasswordService }\r\n ]; };\r\n PasswordRequiredComponent.propDecorators = {\r\n cancelEvent: [{ type: Output }]\r\n };\r\n return PasswordRequiredComponent;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n PasswordRequiredComponent.prototype.message;\r\n /** @type {?} */\r\n PasswordRequiredComponent.prototype.cancelEvent;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n PasswordRequiredComponent.prototype._passwordService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar ErrorInterceptorService = /** @class */ (function () {\r\n function ErrorInterceptorService(_modalService, _messageService) {\r\n this._modalService = _modalService;\r\n this._messageService = _messageService;\r\n }\r\n /**\r\n * @param {?} req\r\n * @param {?} next\r\n * @return {?}\r\n */\r\n ErrorInterceptorService.prototype.intercept = /**\r\n * @param {?} req\r\n * @param {?} next\r\n * @return {?}\r\n */\r\n function (req, next) {\r\n var _this = this;\r\n /** @type {?} */\r\n var logFormat = 'background: maroon; color: white';\r\n return next.handle(req)\r\n .pipe(map((/**\r\n * @param {?} data\r\n * @return {?}\r\n */\r\n function (data) {\r\n return data;\r\n })), catchError((/**\r\n * @param {?} exception\r\n * @return {?}\r\n */\r\n function (exception) {\r\n if (exception instanceof HttpErrorResponse) {\r\n switch (exception.status) {\r\n case HttpError.BadRequest:\r\n console.error('%c Bad Request 400', logFormat);\r\n break;\r\n case HttpError.Unauthorized:\r\n console.error('%c Unauthorized 401', logFormat);\r\n break;\r\n case HttpError.NotFound:\r\n console.error('%c Not Found 404', logFormat);\r\n break;\r\n case HttpError.TimeOut:\r\n console.error('%c TimeOut 408', logFormat);\r\n break;\r\n case HttpError.InternalServerError:\r\n console.error('%c big bad 500', logFormat);\r\n _this._messageService.changeMessage(exception.error.message);\r\n _this._modalService.open(CommonModals.ErrorMessage);\r\n break;\r\n case HttpError.Forbidden:\r\n console.error('%c Forbidden 403', logFormat);\r\n _this._messageService.changeMessage(exception.error.message);\r\n _this._modalService.open(CommonModals.PasswordRequired);\r\n break;\r\n }\r\n }\r\n return throwError(exception);\r\n })));\r\n };\r\n ErrorInterceptorService.decorators = [\r\n { type: Injectable, args: [{\r\n providedIn: 'root'\r\n },] }\r\n ];\r\n /** @nocollapse */\r\n ErrorInterceptorService.ctorParameters = function () { return [\r\n { type: ModalService },\r\n { type: ExceptionMessageService }\r\n ]; };\r\n /** @nocollapse */ ErrorInterceptorService.ngInjectableDef = ɵɵdefineInjectable({ factory: function ErrorInterceptorService_Factory() { return new ErrorInterceptorService(ɵɵinject(ModalService), ɵɵinject(ExceptionMessageService)); }, token: ErrorInterceptorService, providedIn: \"root\" });\r\n return ErrorInterceptorService;\r\n}());\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ErrorInterceptorService.prototype._modalService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ErrorInterceptorService.prototype._messageService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar SearchService = /** @class */ (function () {\r\n function SearchService() {\r\n this._observer = new Subject();\r\n this._textChange = this._observer.asObservable();\r\n this._observerCurrent = new Subject();\r\n this._currentChange = this._observerCurrent.asObservable();\r\n this._observerTotal = new Subject();\r\n this._totalChange = this._observerTotal.asObservable();\r\n }\r\n Object.defineProperty(SearchService.prototype, \"textChange\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._textChange;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n /**\r\n * @param {?} text\r\n * @return {?}\r\n */\r\n SearchService.prototype.setText = /**\r\n * @param {?} text\r\n * @return {?}\r\n */\r\n function (text) {\r\n this._observer.next(text);\r\n };\r\n Object.defineProperty(SearchService.prototype, \"currentChange\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._currentChange;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n Object.defineProperty(SearchService.prototype, \"totalChange\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._totalChange;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n /**\r\n * @param {?} current\r\n * @return {?}\r\n */\r\n SearchService.prototype.setCurrent = /**\r\n * @param {?} current\r\n * @return {?}\r\n */\r\n function (current) {\r\n this._observerCurrent.next(current);\r\n };\r\n /**\r\n * @param {?} total\r\n * @return {?}\r\n */\r\n SearchService.prototype.setTotal = /**\r\n * @param {?} total\r\n * @return {?}\r\n */\r\n function (total) {\r\n this._observerTotal.next(total);\r\n };\r\n return SearchService;\r\n}());\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SearchService.prototype._observer;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SearchService.prototype._textChange;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SearchService.prototype._observerCurrent;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SearchService.prototype._currentChange;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SearchService.prototype._observerTotal;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SearchService.prototype._totalChange;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar SearchComponent = /** @class */ (function () {\r\n function SearchComponent(_searchService) {\r\n var _this = this;\r\n this._searchService = _searchService;\r\n this.hidePanel = new EventEmitter(false);\r\n this.current = 0;\r\n this.total = 0;\r\n _searchService.totalChange.subscribe((/**\r\n * @param {?} total\r\n * @return {?}\r\n */\r\n function (total) {\r\n _this.total = total;\r\n if (total !== 0) {\r\n _this.current = 1;\r\n }\r\n else {\r\n _this.current = 0;\r\n }\r\n _this._searchService.setCurrent(_this.current);\r\n }));\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n SearchComponent.prototype.ngOnInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n };\r\n /**\r\n * @param {?} text\r\n * @return {?}\r\n */\r\n SearchComponent.prototype.setText = /**\r\n * @param {?} text\r\n * @return {?}\r\n */\r\n function (text) {\r\n this._searchService.setText(text);\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n SearchComponent.prototype.hide = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.setText('');\r\n this.hidePanel.emit(true);\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n SearchComponent.prototype.prev = /**\r\n * @return {?}\r\n */\r\n function () {\r\n if (this.current > 1) {\r\n this.current--;\r\n this._searchService.setCurrent(this.current);\r\n }\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n SearchComponent.prototype.next = /**\r\n * @return {?}\r\n */\r\n function () {\r\n if (this.current < this.total) {\r\n this.current++;\r\n this._searchService.setCurrent(this.current);\r\n }\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n SearchComponent.prototype.ngAfterViewInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.textElement.nativeElement.focus();\r\n };\r\n SearchComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-search',\r\n template: \"
    \\n \\n
    {{current}} of {{total}}
    \\n \\n \\n \\n \\n \\n \\n
    \\n\",\r\n styles: [\".gd-nav-search-btn{margin:3px 0 4px}.gd-nav-search-cancel{color:#fff;font-size:14px;width:37px}.gd-search-count{color:#959da5;font-size:12px;position:absolute;right:148px;top:14px}.gd-nav-search-container{background-color:#3e4e5a;width:410px;position:fixed;left:50%;top:60px;z-index:2;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);display:-webkit-box;display:flex}.gd-search-input{float:left;height:30px;width:267px;font-size:14px;color:#6e6e6e;border:1px solid #25c2d4;margin:7px 0 7px 7px;box-sizing:border-box;padding:6px 0 5px 9px}input[type=text]::-ms-clear{display:none}@media (max-width:1037px){.gd-search-input{width:231px;height:30px;margin:7px 0 7px 5px}.gd-search-count{position:absolute;left:193px;top:15px}.gd-nav-search-container{width:100%}}\"]\r\n }] }\r\n ];\r\n /** @nocollapse */\r\n SearchComponent.ctorParameters = function () { return [\r\n { type: SearchService }\r\n ]; };\r\n SearchComponent.propDecorators = {\r\n hidePanel: [{ type: Output }],\r\n textElement: [{ type: ViewChild, args: ['text', {\r\n static: true\r\n },] }]\r\n };\r\n return SearchComponent;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n SearchComponent.prototype.hidePanel;\r\n /** @type {?} */\r\n SearchComponent.prototype.current;\r\n /** @type {?} */\r\n SearchComponent.prototype.total;\r\n /** @type {?} */\r\n SearchComponent.prototype.textElement;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SearchComponent.prototype._searchService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/** @type {?} */\r\nvar $$6 = jquery;\r\nvar SearchableDirective = /** @class */ (function () {\r\n function SearchableDirective(_elementRef, _searchService, _highlight, _zoomService) {\r\n var _this = this;\r\n this._elementRef = _elementRef;\r\n this._searchService = _searchService;\r\n this._highlight = _highlight;\r\n this._zoomService = _zoomService;\r\n this.current = 0;\r\n this.total = 0;\r\n this.zoom = 100;\r\n _searchService.currentChange.subscribe((/**\r\n * @param {?} current\r\n * @return {?}\r\n */\r\n function (current) {\r\n _this.current = current;\r\n if (_this.current !== 0) {\r\n _this.moveToCurrent();\r\n }\r\n }));\r\n _searchService.textChange.subscribe((/**\r\n * @param {?} text\r\n * @return {?}\r\n */\r\n function (text) {\r\n _this.text = text;\r\n _this.highlightSearch();\r\n }));\r\n this.zoom = _zoomService.zoom ? _zoomService.zoom : this.zoom;\r\n _zoomService.zoomChange.subscribe((/**\r\n * @param {?} val\r\n * @return {?}\r\n */\r\n function (val) {\r\n _this.zoom = val ? val : _this.zoom;\r\n }));\r\n }\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n SearchableDirective.prototype.highlightSearch = /**\r\n * @private\r\n * @return {?}\r\n */\r\n function () {\r\n /** @type {?} */\r\n var el = this._elementRef ? this._elementRef.nativeElement : null;\r\n if (el) {\r\n this.cleanHighlight(el);\r\n if (this.text) {\r\n this.highlightEl(el);\r\n /** @type {?} */\r\n var count = el.querySelectorAll('.gd-highlight').length;\r\n this.total = count;\r\n }\r\n else {\r\n this.total = 0;\r\n }\r\n this._searchService.setTotal(this.total);\r\n }\r\n };\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n SearchableDirective.prototype.moveToCurrent = /**\r\n * @private\r\n * @return {?}\r\n */\r\n function () {\r\n if (this.current === 0) {\r\n return;\r\n }\r\n /** @type {?} */\r\n var currentZoom = this.getZoom();\r\n /** @type {?} */\r\n var el = this._elementRef ? this._elementRef.nativeElement : null;\r\n if (el) {\r\n el.querySelectorAll('.gd-highlight-select').forEach((/**\r\n * @param {?} value\r\n * @return {?}\r\n */\r\n function (value) {\r\n $$6(value).removeClass('gd-highlight-select');\r\n }));\r\n /** @type {?} */\r\n var currentEl = el.querySelectorAll('.gd-highlight')[this.current - 1];\r\n $$6(currentEl).addClass('gd-highlight-select');\r\n if (currentEl) {\r\n /** @type {?} */\r\n var options = {\r\n left: 0,\r\n top: ($$6(currentEl).offset().top) + el.parentElement.parentElement.scrollTop - 150,\r\n };\r\n // using polyfill\r\n el.parentElement.parentElement.scroll(options);\r\n }\r\n }\r\n };\r\n /**\r\n * @private\r\n * @param {?} el\r\n * @return {?}\r\n */\r\n SearchableDirective.prototype.highlightEl = /**\r\n * @private\r\n * @param {?} el\r\n * @return {?}\r\n */\r\n function (el) {\r\n /** @type {?} */\r\n var textNodes = $$6(el).find('*').contents().filter((/**\r\n * @return {?}\r\n */\r\n function () {\r\n /** @type {?} */\r\n var nodeName = this.parentElement.nodeName.toLowerCase();\r\n /** @type {?} */\r\n var checkClass = ((/** @type {?} */ (this))).classList ? !((/** @type {?} */ (this))).classList.contains('gd-highlight') : true;\r\n return this.nodeType === 3 &&\r\n this.textContent.trim().length !== 0 &&\r\n nodeName !== 'style' &&\r\n nodeName !== 'title' &&\r\n nodeName !== 'body' &&\r\n nodeName !== 'script' &&\r\n checkClass;\r\n }));\r\n /** @type {?} */\r\n var text = this.text;\r\n /** @type {?} */\r\n var highlight = this._highlight;\r\n textNodes.each((/**\r\n * @return {?}\r\n */\r\n function () {\r\n /** @type {?} */\r\n var $this = $$6(this);\r\n /** @type {?} */\r\n var content = $this.text();\r\n content = highlight.transform(content, text);\r\n $this.replaceWith(content);\r\n }));\r\n el.normalize();\r\n };\r\n /**\r\n * @private\r\n * @param {?} el\r\n * @return {?}\r\n */\r\n SearchableDirective.prototype.cleanHighlight = /**\r\n * @private\r\n * @param {?} el\r\n * @return {?}\r\n */\r\n function (el) {\r\n /** @type {?} */\r\n var nodeListOf = el.querySelectorAll('.gd-highlight');\r\n for (var i = 0; i < nodeListOf.length; i++) {\r\n /** @type {?} */\r\n var element = nodeListOf.item(i);\r\n element.replaceWith(((/** @type {?} */ (element))).innerText);\r\n }\r\n el.normalize();\r\n };\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n SearchableDirective.prototype.getZoom = /**\r\n * @private\r\n * @return {?}\r\n */\r\n function () {\r\n return this.zoom / 100;\r\n };\r\n SearchableDirective.decorators = [\r\n { type: Directive, args: [{\r\n selector: '[gdSearchable]'\r\n },] }\r\n ];\r\n /** @nocollapse */\r\n SearchableDirective.ctorParameters = function () { return [\r\n { type: ElementRef },\r\n { type: SearchService },\r\n { type: HighlightSearchPipe },\r\n { type: ZoomService }\r\n ]; };\r\n return SearchableDirective;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n SearchableDirective.prototype.text;\r\n /** @type {?} */\r\n SearchableDirective.prototype.current;\r\n /** @type {?} */\r\n SearchableDirective.prototype.total;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SearchableDirective.prototype.zoom;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SearchableDirective.prototype._elementRef;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SearchableDirective.prototype._searchService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SearchableDirective.prototype._highlight;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n SearchableDirective.prototype._zoomService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar TabbedToolbarsComponent = /** @class */ (function () {\r\n function TabbedToolbarsComponent() {\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n TabbedToolbarsComponent.prototype.ngOnInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n };\r\n TabbedToolbarsComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-tabbed-toolbars',\r\n template: \"
    \\n \\n \\n
    \\n\",\r\n styles: [\".top-panel{background:#3e4e5a;display:-webkit-box;display:flex;width:100%;height:90px}.top-panel ::ng-deep .logo{height:30px;font-size:16px}@media (max-width:1037px){.top-panel{height:60px}.top-panel ::ng-deep .logo{height:60px}}\"]\r\n }] }\r\n ];\r\n /** @nocollapse */\r\n TabbedToolbarsComponent.ctorParameters = function () { return []; };\r\n TabbedToolbarsComponent.propDecorators = {\r\n logo: [{ type: Input }],\r\n icon: [{ type: Input }]\r\n };\r\n return TabbedToolbarsComponent;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n TabbedToolbarsComponent.prototype.logo;\r\n /** @type {?} */\r\n TabbedToolbarsComponent.prototype.icon;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar TabActivatorService = /** @class */ (function () {\r\n function TabActivatorService() {\r\n this._observer = new Subject();\r\n this._activeTabChange = this._observer.asObservable();\r\n }\r\n Object.defineProperty(TabActivatorService.prototype, \"activeTabChange\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._activeTabChange;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n /**\r\n * @param {?} tabId\r\n * @return {?}\r\n */\r\n TabActivatorService.prototype.changeActiveTab = /**\r\n * @param {?} tabId\r\n * @return {?}\r\n */\r\n function (tabId) {\r\n this._observer.next(tabId);\r\n };\r\n return TabActivatorService;\r\n}());\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n TabActivatorService.prototype._observer;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n TabActivatorService.prototype._activeTabChange;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar TabComponent = /** @class */ (function () {\r\n function TabComponent(_tabActivatorService) {\r\n var _this = this;\r\n this._tabActivatorService = _tabActivatorService;\r\n this.disabled = false;\r\n this.active = false;\r\n this.content = true;\r\n this._tabActivatorService.activeTabChange.subscribe((/**\r\n * @param {?} tabId\r\n * @return {?}\r\n */\r\n function (tabId) {\r\n _this.activation(tabId);\r\n }));\r\n }\r\n /**\r\n * @private\r\n * @param {?} tabId\r\n * @return {?}\r\n */\r\n TabComponent.prototype.activation = /**\r\n * @private\r\n * @param {?} tabId\r\n * @return {?}\r\n */\r\n function (tabId) {\r\n if (this.id === tabId) {\r\n this.active = true;\r\n }\r\n else {\r\n this.active = false;\r\n }\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n TabComponent.prototype.ngOnInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n TabComponent.prototype.selectTab = /**\r\n * @return {?}\r\n */\r\n function () {\r\n if (this.disabled) {\r\n return;\r\n }\r\n this._tabActivatorService.changeActiveTab(this.id);\r\n };\r\n TabComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-tab',\r\n template: \"
    \\n
    {{tabTitle}}
    \\n \\n
    \\n
    \\n \\n
    \\n\",\r\n styles: [\".tab-content{height:60px;position:absolute;background-color:#fff;width:100%;left:0;line-height:60px;display:none;z-index:9}.tab-content ::ng-deep .toolbar-panel{height:60px}.tab-content.active{display:-webkit-box;display:flex}.gd-tab{text-align:center;font-size:11px;color:#e5e5e5;height:30px;line-height:30px;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.gd-tab .icon{display:none;font-size:14px}.gd-tab .title{margin:auto 23px}.gd-tab.active{background-color:#fff;color:#3e4e5a;font-weight:700}@media (max-width:1037px){.gd-tab{height:60px;line-height:60px;width:60px}.gd-tab .title{display:none}.gd-tab .icon{display:block;font-size:22px}}\"]\r\n }] }\r\n ];\r\n /** @nocollapse */\r\n TabComponent.ctorParameters = function () { return [\r\n { type: TabActivatorService }\r\n ]; };\r\n TabComponent.propDecorators = {\r\n id: [{ type: Input }],\r\n tabTitle: [{ type: Input }],\r\n icon: [{ type: Input }],\r\n disabled: [{ type: Input }],\r\n active: [{ type: Input }],\r\n content: [{ type: Input }]\r\n };\r\n return TabComponent;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n TabComponent.prototype.id;\r\n /** @type {?} */\r\n TabComponent.prototype.tabTitle;\r\n /** @type {?} */\r\n TabComponent.prototype.icon;\r\n /** @type {?} */\r\n TabComponent.prototype.disabled;\r\n /** @type {?} */\r\n TabComponent.prototype.active;\r\n /** @type {?} */\r\n TabComponent.prototype.content;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n TabComponent.prototype._tabActivatorService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar TabsComponent = /** @class */ (function () {\r\n function TabsComponent() {\r\n }\r\n TabsComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-tabs',\r\n template: \"
    \\n \\n
    \\n\",\r\n styles: [\".gd-tabs{display:-webkit-box;display:flex}\"]\r\n }] }\r\n ];\r\n /** @nocollapse */\r\n TabsComponent.ctorParameters = function () { return []; };\r\n return TabsComponent;\r\n}());\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar Formatting = /** @class */ (function () {\r\n function Formatting(fontSize, color, bgColor, bold, italic, underline, font, strikeout, align, list) {\r\n this.fontSize = fontSize;\r\n this.color = color;\r\n this.bgColor = bgColor;\r\n this.bold = bold;\r\n this.italic = italic;\r\n this.underline = underline;\r\n this.font = font;\r\n this.strikeout = strikeout;\r\n this.align = align;\r\n this.list = list;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n Formatting.default = /**\r\n * @return {?}\r\n */\r\n function () {\r\n return new Formatting(10, '#000000', '#FFFFFF', false, false, false, 'Arial', false, \"\", \"\");\r\n };\r\n return Formatting;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n Formatting.prototype.bold;\r\n /** @type {?} */\r\n Formatting.prototype.italic;\r\n /** @type {?} */\r\n Formatting.prototype.underline;\r\n /** @type {?} */\r\n Formatting.prototype.fontSize;\r\n /** @type {?} */\r\n Formatting.prototype.color;\r\n /** @type {?} */\r\n Formatting.prototype.bgColor;\r\n /** @type {?} */\r\n Formatting.prototype.font;\r\n /** @type {?} */\r\n Formatting.prototype.strikeout;\r\n /** @type {?} */\r\n Formatting.prototype.align;\r\n /** @type {?} */\r\n Formatting.prototype.list;\r\n}\r\nvar FormattingService = /** @class */ (function () {\r\n function FormattingService() {\r\n this._observerBold = new Subject();\r\n this._formatBoldChange = this._observerBold.asObservable();\r\n this._observerUnderline = new Subject();\r\n this._formatUnderlineChange = this._observerUnderline.asObservable();\r\n this._observerUndo = new Subject();\r\n this._undo = this._observerUndo.asObservable();\r\n this._observerRedo = new Subject();\r\n this._redo = this._observerRedo.asObservable();\r\n this._observerItalic = new Subject();\r\n this._formatItalicChange = this._observerItalic.asObservable();\r\n this._observerColor = new Subject();\r\n this._formatColorChange = this._observerColor.asObservable();\r\n this._observerBgColor = new Subject();\r\n this._formatBgColorChange = this._observerBgColor.asObservable();\r\n this._observerFontSize = new Subject();\r\n this._formatFontSizeChange = this._observerFontSize.asObservable();\r\n this._observerFont = new Subject();\r\n this._formatFontChange = this._observerFont.asObservable();\r\n this._observerStrikeout = new Subject();\r\n this._formatStrikeoutChange = this._observerStrikeout.asObservable();\r\n this._observerAlign = new Subject();\r\n this._formatAlignChange = this._observerAlign.asObservable();\r\n this._observerList = new Subject();\r\n this._formatListChange = this._observerList.asObservable();\r\n }\r\n Object.defineProperty(FormattingService.prototype, \"formatBoldChange\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._formatBoldChange;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n Object.defineProperty(FormattingService.prototype, \"formatUnderlineChange\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._formatUnderlineChange;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n Object.defineProperty(FormattingService.prototype, \"formatColorChange\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._formatColorChange;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n Object.defineProperty(FormattingService.prototype, \"formatBgColorChange\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._formatBgColorChange;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n Object.defineProperty(FormattingService.prototype, \"formatFontSizeChange\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._formatFontSizeChange;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n Object.defineProperty(FormattingService.prototype, \"formatFontChange\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._formatFontChange;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n Object.defineProperty(FormattingService.prototype, \"undo\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._undo;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n Object.defineProperty(FormattingService.prototype, \"redo\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._redo;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n Object.defineProperty(FormattingService.prototype, \"formatItalicChange\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._formatItalicChange;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n Object.defineProperty(FormattingService.prototype, \"formatStrikeoutChange\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._formatStrikeoutChange;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n Object.defineProperty(FormattingService.prototype, \"formatAlignChange\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._formatAlignChange;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n Object.defineProperty(FormattingService.prototype, \"formatListChange\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._formatListChange;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n /**\r\n * @param {?} val\r\n * @return {?}\r\n */\r\n FormattingService.createFontSizeOption = /**\r\n * @param {?} val\r\n * @return {?}\r\n */\r\n function (val) {\r\n return { value: val, name: val + 'px', separator: false };\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n FormattingService.getFontSizeOptions = /**\r\n * @return {?}\r\n */\r\n function () {\r\n return [\r\n FormattingService.createFontSizeOption(8),\r\n FormattingService.createFontSizeOption(10),\r\n FormattingService.createFontSizeOption(12),\r\n FormattingService.createFontSizeOption(14),\r\n FormattingService.createFontSizeOption(16),\r\n FormattingService.createFontSizeOption(18),\r\n FormattingService.createFontSizeOption(20),\r\n FormattingService.createFontSizeOption(22),\r\n FormattingService.createFontSizeOption(24),\r\n ];\r\n };\r\n /**\r\n * @param {?} val\r\n * @return {?}\r\n */\r\n FormattingService.createFontOption = /**\r\n * @param {?} val\r\n * @return {?}\r\n */\r\n function (val) {\r\n return { value: val, name: val, separator: false };\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n FormattingService.getFontOptions = /**\r\n * @return {?}\r\n */\r\n function () {\r\n var _this = this;\r\n /** @type {?} */\r\n var fonts = [\"Arial\", \"Calibri\", \"Century Gothic\", \"Comic Sans\", \"Consolas\", \"Courier\", \"Dejavu Sans\", \"Dejavu Serif\", \"Georgia\", \"Gill Sans\", \"Helvetica\", \"Impact\", \"Lucida Sans\",\r\n \"Myriad Pro\", \"Open Sans\", \"Palatino\", \"Tahoma\", \"Times New Roman\", \"Trebuchet\"];\r\n /** @type {?} */\r\n var fontOptions = [];\r\n fonts.forEach((/**\r\n * @param {?} font\r\n * @return {?}\r\n */\r\n function (font) {\r\n fontOptions.push(_this.createFontOption(font));\r\n }));\r\n return fontOptions;\r\n };\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n FormattingService.prototype.changeFormatFontSize = /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n function ($event) {\r\n this._observerFontSize.next($event);\r\n };\r\n /**\r\n * @param {?} bold\r\n * @return {?}\r\n */\r\n FormattingService.prototype.changeFormatBold = /**\r\n * @param {?} bold\r\n * @return {?}\r\n */\r\n function (bold) {\r\n this._observerBold.next(bold);\r\n };\r\n /**\r\n * @param {?} underline\r\n * @return {?}\r\n */\r\n FormattingService.prototype.changeFormatUnderline = /**\r\n * @param {?} underline\r\n * @return {?}\r\n */\r\n function (underline) {\r\n this._observerUnderline.next(underline);\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n FormattingService.prototype.Undo = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this._observerUndo.next();\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n FormattingService.prototype.Redo = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this._observerRedo.next();\r\n };\r\n /**\r\n * @param {?} italic\r\n * @return {?}\r\n */\r\n FormattingService.prototype.changeFormatItalic = /**\r\n * @param {?} italic\r\n * @return {?}\r\n */\r\n function (italic) {\r\n this._observerItalic.next(italic);\r\n };\r\n /**\r\n * @param {?} color\r\n * @return {?}\r\n */\r\n FormattingService.prototype.changeFormatColor = /**\r\n * @param {?} color\r\n * @return {?}\r\n */\r\n function (color) {\r\n this._observerColor.next(color);\r\n };\r\n /**\r\n * @param {?} bgcolor\r\n * @return {?}\r\n */\r\n FormattingService.prototype.changeFormatBgColor = /**\r\n * @param {?} bgcolor\r\n * @return {?}\r\n */\r\n function (bgcolor) {\r\n this._observerBgColor.next(bgcolor);\r\n };\r\n /**\r\n * @param {?} font\r\n * @return {?}\r\n */\r\n FormattingService.prototype.changeFormatFont = /**\r\n * @param {?} font\r\n * @return {?}\r\n */\r\n function (font) {\r\n this._observerFont.next(font);\r\n };\r\n /**\r\n * @param {?} strikeout\r\n * @return {?}\r\n */\r\n FormattingService.prototype.changeFormatStrikeout = /**\r\n * @param {?} strikeout\r\n * @return {?}\r\n */\r\n function (strikeout) {\r\n this._observerStrikeout.next(strikeout);\r\n };\r\n /**\r\n * @param {?} align\r\n * @return {?}\r\n */\r\n FormattingService.prototype.changeFormatAlign = /**\r\n * @param {?} align\r\n * @return {?}\r\n */\r\n function (align) {\r\n this._observerAlign.next(align);\r\n };\r\n /**\r\n * @param {?} list\r\n * @return {?}\r\n */\r\n FormattingService.prototype.changeFormatList = /**\r\n * @param {?} list\r\n * @return {?}\r\n */\r\n function (list) {\r\n this._observerList.next(list);\r\n };\r\n return FormattingService;\r\n}());\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._observerBold;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._formatBoldChange;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._observerUnderline;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._formatUnderlineChange;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._observerUndo;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._undo;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._observerRedo;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._redo;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._observerItalic;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._formatItalicChange;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._observerColor;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._formatColorChange;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._observerBgColor;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._formatBgColorChange;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._observerFontSize;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._formatFontSizeChange;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._observerFont;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._formatFontChange;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._observerStrikeout;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._formatStrikeoutChange;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._observerAlign;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._formatAlignChange;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._observerList;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingService.prototype._formatListChange;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/** @type {?} */\r\nvar DEFAULT_COLORS = [\r\n '#000000', '#434343', '#666666', '#999999', '#B7B7B7', '#CCCCCC', '#D9D9D9', '#EFEFEF', '#F3F3F3', '#FFFFFF',\r\n '#980000', '#FF0000', '#FF9900', '#FFFF00', '#00FF00', '#00FFFF', '#4986E8', '#0000FF', '#9900FF', '#FF00FF',\r\n '#E6B8AF', '#F4CCCC', '#FDE5CD', '#FFF2CC', '#D9EAD3', '#D0E0E2', '#C9DAF8', '#CFE2F3', '#D9D2E9', '#EAD1DC',\r\n '#DD7E6B', '#EA9899', '#F9CB9C', '#FFE59A', '#B7D7A8', '#A2C4C9', '#A4C2F4', '#9FC5E8', '#B4A7D7', '#D5A6BD',\r\n '#CC4125', '#E06666', '#F6B26B', '#FFD966', '#92C47D', '#75A5AF', '#6D9EEB', '#6FA9DB', '#8E7CC3', '#C27BA0',\r\n '#A61C00', '#CC0000', '#E69138', '#F2C131', '#6AA84F', '#45818E', '#3C78D8', '#3C85C6', '#674EA7', '#A64D79',\r\n '#85200B', '#990000', '#B45F05', '#BF9000', '#37761D', '#144F5C', '#1254CC', '#0A5394', '#351C75', '#741B47',\r\n '#5B0F00', '#660000', '#783F03', '#7F6000', '#284E13', '#0B343D', '#1B4586', '#063763', '#20124D', '#4C1030',\r\n];\r\nvar ColorPickerComponent = /** @class */ (function () {\r\n function ColorPickerComponent() {\r\n this.isOpen = false;\r\n this.selectedColor = new EventEmitter();\r\n this.closeOutside = new EventEmitter();\r\n this.colors = DEFAULT_COLORS;\r\n this.white = '#FFFFFF';\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ColorPickerComponent.prototype.ngOnInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n };\r\n /**\r\n * @param {?} $event\r\n * @param {?} color\r\n * @return {?}\r\n */\r\n ColorPickerComponent.prototype.select = /**\r\n * @param {?} $event\r\n * @param {?} color\r\n * @return {?}\r\n */\r\n function ($event, color) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n this.selectedColor.emit(color);\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ColorPickerComponent.prototype.close = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.isOpen = false;\r\n this.closeOutside.emit(true);\r\n };\r\n ColorPickerComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-color-picker',\r\n template: \"
    \\n
    \\n
    \\n
    \\n
    \\n\",\r\n styles: [\".bcPicker-picker{border:1px;border-radius:100%}.bcPicker-palette{width:250px;background-color:#fdfdfd;z-index:999;box-shadow:0 0 5px #efefef;display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-pack:center;justify-content:center}.bcPicker-palette>.bcPicker-color{width:18px;height:18px;margin:2px;cursor:pointer}\"]\r\n }] }\r\n ];\r\n /** @nocollapse */\r\n ColorPickerComponent.ctorParameters = function () { return []; };\r\n ColorPickerComponent.propDecorators = {\r\n isOpen: [{ type: Input }],\r\n selectedColor: [{ type: Output }],\r\n closeOutside: [{ type: Output }]\r\n };\r\n return ColorPickerComponent;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n ColorPickerComponent.prototype.isOpen;\r\n /** @type {?} */\r\n ColorPickerComponent.prototype.selectedColor;\r\n /** @type {?} */\r\n ColorPickerComponent.prototype.closeOutside;\r\n /** @type {?} */\r\n ColorPickerComponent.prototype.colors;\r\n /** @type {?} */\r\n ColorPickerComponent.prototype.white;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar BackFormattingService = /** @class */ (function (_super) {\r\n __extends(BackFormattingService, _super);\r\n function BackFormattingService() {\r\n return _super.call(this) || this;\r\n }\r\n BackFormattingService.decorators = [\r\n { type: Injectable, args: [{\r\n providedIn: 'root'\r\n },] }\r\n ];\r\n /** @nocollapse */\r\n BackFormattingService.ctorParameters = function () { return []; };\r\n /** @nocollapse */ BackFormattingService.ngInjectableDef = ɵɵdefineInjectable({ factory: function BackFormattingService_Factory() { return new BackFormattingService(); }, token: BackFormattingService, providedIn: \"root\" });\r\n return BackFormattingService;\r\n}(FormattingService));\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar SelectionService = /** @class */ (function () {\r\n function SelectionService() {\r\n this.isIE = false || !!/(MSIE|Trident\\/|Edge\\/)/i.test(navigator.userAgent);\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n SelectionService.prototype.restoreSelection = /**\r\n * @return {?}\r\n */\r\n function () {\r\n if (this.selection && !this.selection.collapsed || this.isIE) {\r\n this.putSelection(this.selection);\r\n }\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n SelectionService.prototype.captureSelection = /**\r\n * @return {?}\r\n */\r\n function () {\r\n /** @type {?} */\r\n var selection = window.getSelection();\r\n if (selection.rangeCount > 0) {\r\n this.selection = selection.getRangeAt(0);\r\n }\r\n };\r\n /**\r\n * @private\r\n * @param {?} selection\r\n * @return {?}\r\n */\r\n SelectionService.prototype.putSelection = /**\r\n * @private\r\n * @param {?} selection\r\n * @return {?}\r\n */\r\n function (selection) {\r\n /** @type {?} */\r\n var sel = window.getSelection();\r\n sel.removeAllRanges();\r\n sel.addRange(selection.cloneRange());\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n SelectionService.prototype.refreshSelection = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.captureSelection();\r\n this.restoreSelection();\r\n };\r\n SelectionService.decorators = [\r\n { type: Injectable, args: [{\r\n providedIn: 'root'\r\n },] }\r\n ];\r\n /** @nocollapse */ SelectionService.ngInjectableDef = ɵɵdefineInjectable({ factory: function SelectionService_Factory() { return new SelectionService(); }, token: SelectionService, providedIn: \"root\" });\r\n return SelectionService;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n SelectionService.prototype.selection;\r\n /** @type {?} */\r\n SelectionService.prototype.isIE;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/** @type {?} */\r\nvar $$7 = jquery;\r\nvar FormattingDirective = /** @class */ (function () {\r\n function FormattingDirective(_formattingService, _backFormattingService, _selectionService) {\r\n this._formattingService = _formattingService;\r\n this._backFormattingService = _backFormattingService;\r\n this._selectionService = _selectionService;\r\n this.bold = false;\r\n this.italic = false;\r\n this.underline = false;\r\n this.strikeout = false;\r\n this.isIE = false;\r\n this.isIE = /*@cc_on!@*/ false || !!/(MSIE|Trident\\/|Edge\\/)/i.test(navigator.userAgent);\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n FormattingDirective.prototype.mouseup = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.bold = document.queryCommandState(\"bold\");\r\n this.strikeout = document.queryCommandState(\"strikeThrough\");\r\n this.italic = document.queryCommandState(\"italic\");\r\n this.bgColor = document.queryCommandValue(\"backColor\");\r\n this.underline = document.queryCommandState(\"underline\");\r\n this.align = this.checkJustify();\r\n this.list = this.checkList();\r\n //fix required by FireFox to get correct background color\r\n if (this.bgColor === \"transparent\") {\r\n this.bgColor = $$7(window.getSelection().focusNode.parentNode).css('background-color').toString();\r\n }\r\n this.font = document.queryCommandValue(\"FontName\").replace(/\"/g, '');\r\n if (this.font.split(\",\").length > 1) {\r\n this.font = this.font.split(\",\")[0];\r\n }\r\n this.color = document.queryCommandValue(\"foreColor\");\r\n this._backFormattingService.changeFormatBold(this.bold);\r\n this._backFormattingService.changeFormatUnderline(this.underline);\r\n this._backFormattingService.changeFormatItalic(this.italic);\r\n this._backFormattingService.changeFormatColor(this.color);\r\n this._backFormattingService.changeFormatBgColor(this.bgColor);\r\n this._backFormattingService.changeFormatFontSize(this.reportFontSize());\r\n this._backFormattingService.changeFormatFont(this.font);\r\n this._backFormattingService.changeFormatStrikeout(this.strikeout);\r\n this._backFormattingService.changeFormatAlign(this.align);\r\n this._backFormattingService.changeFormatList(this.list);\r\n };\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n FormattingDirective.prototype.checkJustify = /**\r\n * @private\r\n * @return {?}\r\n */\r\n function () {\r\n /** @type {?} */\r\n var align = \"\";\r\n align = document.queryCommandState(\"justifyCenter\") ? \"center\" : align;\r\n align = document.queryCommandState(\"justifyFull\") ? \"full\" : align;\r\n align = document.queryCommandState(\"justifyLeft\") ? \"left\" : align;\r\n align = document.queryCommandState(\"justifyRight\") ? \"right\" : align;\r\n return align;\r\n };\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n FormattingDirective.prototype.checkList = /**\r\n * @private\r\n * @return {?}\r\n */\r\n function () {\r\n /** @type {?} */\r\n var list = \"\";\r\n list = document.queryCommandState(\"insertUnorderedList\") ? \"unordered\" : list;\r\n list = document.queryCommandState(\"insertOrderedList\") ? \"ordered\" : list;\r\n return list;\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n FormattingDirective.prototype.reportFontSize = /**\r\n * @return {?}\r\n */\r\n function () {\r\n /** @type {?} */\r\n var containerEl;\r\n /** @type {?} */\r\n var sel;\r\n if (window.getSelection) {\r\n sel = window.getSelection();\r\n if (sel.rangeCount) {\r\n containerEl = sel.getRangeAt(0).commonAncestorContainer;\r\n // Make sure we have an element rather than a text node\r\n if (containerEl.nodeType === 3) {\r\n containerEl = containerEl.parentNode;\r\n }\r\n }\r\n }\r\n else if ((sel = document.getSelection()) && sel.type !== \"Control\") {\r\n containerEl = sel.createRange().parentElement();\r\n }\r\n if (containerEl) {\r\n return parseInt(this.getComputedStyleProperty(containerEl, \"fontSize\").replace(\"px\", \"\"), 10);\r\n }\r\n };\r\n /**\r\n * @param {?} el\r\n * @param {?} propName\r\n * @return {?}\r\n */\r\n FormattingDirective.prototype.getComputedStyleProperty = /**\r\n * @param {?} el\r\n * @param {?} propName\r\n * @return {?}\r\n */\r\n function (el, propName) {\r\n if (window.getComputedStyle) {\r\n return window.getComputedStyle(el, null)[propName];\r\n }\r\n else if (el.currentStyle) {\r\n return el.currentStyle[propName];\r\n }\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n FormattingDirective.prototype.ngOnInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n var _this = this;\r\n this._formattingService.undo.subscribe((/**\r\n * @return {?}\r\n */\r\n function () {\r\n _this.toggleUndo();\r\n }));\r\n this._formattingService.redo.subscribe((/**\r\n * @return {?}\r\n */\r\n function () {\r\n _this.toggleRedo();\r\n }));\r\n this._formattingService.formatBoldChange.subscribe((/**\r\n * @param {?} bold\r\n * @return {?}\r\n */\r\n function (bold) {\r\n _this.bold = bold;\r\n _this.toggleBold();\r\n }));\r\n this._formattingService.formatUnderlineChange.subscribe((/**\r\n * @param {?} underline\r\n * @return {?}\r\n */\r\n function (underline) {\r\n _this.underline = underline;\r\n _this.toggleUnderline();\r\n }));\r\n this._formattingService.formatItalicChange.subscribe((/**\r\n * @param {?} italic\r\n * @return {?}\r\n */\r\n function (italic) {\r\n _this.italic = italic;\r\n _this.toggleItalic();\r\n }));\r\n this._formattingService.formatColorChange.subscribe(((/**\r\n * @param {?} color\r\n * @return {?}\r\n */\r\n function (color) {\r\n _this.color = color;\r\n _this.setColor(color);\r\n })));\r\n this._formattingService.formatBgColorChange.subscribe(((/**\r\n * @param {?} bgcolor\r\n * @return {?}\r\n */\r\n function (bgcolor) {\r\n _this.bgColor = bgcolor;\r\n _this.setBgColor(bgcolor);\r\n })));\r\n this._formattingService.formatFontSizeChange.subscribe(((/**\r\n * @param {?} fontSize\r\n * @return {?}\r\n */\r\n function (fontSize) {\r\n _this.setFontSize(fontSize);\r\n })));\r\n this._formattingService.formatFontChange.subscribe(((/**\r\n * @param {?} font\r\n * @return {?}\r\n */\r\n function (font) {\r\n _this.font = font;\r\n _this.setFont(font);\r\n })));\r\n this._formattingService.formatStrikeoutChange.subscribe((/**\r\n * @param {?} strikeout\r\n * @return {?}\r\n */\r\n function (strikeout) {\r\n _this.strikeout = strikeout;\r\n _this.toggleStrikeout();\r\n }));\r\n this._formattingService.formatAlignChange.subscribe((/**\r\n * @param {?} align\r\n * @return {?}\r\n */\r\n function (align) {\r\n _this.align = align;\r\n _this.toggleAlign(_this.align);\r\n }));\r\n this._formattingService.formatListChange.subscribe((/**\r\n * @param {?} list\r\n * @return {?}\r\n */\r\n function (list) {\r\n /** @type {?} */\r\n var remove = _this.list === list;\r\n _this.list = list;\r\n _this.toggleList(_this.list, remove);\r\n }));\r\n };\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n FormattingDirective.prototype.toggleBold = /**\r\n * @private\r\n * @return {?}\r\n */\r\n function () {\r\n document.execCommand(\"bold\");\r\n this._selectionService.refreshSelection();\r\n };\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n FormattingDirective.prototype.toggleUnderline = /**\r\n * @private\r\n * @return {?}\r\n */\r\n function () {\r\n document.execCommand(\"underline\");\r\n this._selectionService.refreshSelection();\r\n };\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n FormattingDirective.prototype.toggleItalic = /**\r\n * @private\r\n * @return {?}\r\n */\r\n function () {\r\n document.execCommand(\"italic\");\r\n this._selectionService.refreshSelection();\r\n };\r\n /**\r\n * @private\r\n * @param {?} bgColor\r\n * @return {?}\r\n */\r\n FormattingDirective.prototype.setBgColor = /**\r\n * @private\r\n * @param {?} bgColor\r\n * @return {?}\r\n */\r\n function (bgColor) {\r\n document.execCommand(\"backColor\", false, bgColor);\r\n this._selectionService.refreshSelection();\r\n };\r\n /**\r\n * @private\r\n * @param {?} color\r\n * @return {?}\r\n */\r\n FormattingDirective.prototype.setColor = /**\r\n * @private\r\n * @param {?} color\r\n * @return {?}\r\n */\r\n function (color) {\r\n document.execCommand(\"foreColor\", false, color);\r\n this._selectionService.refreshSelection();\r\n };\r\n /**\r\n * @private\r\n * @param {?} fontSize\r\n * @return {?}\r\n */\r\n FormattingDirective.prototype.setFontSize = /**\r\n * @private\r\n * @param {?} fontSize\r\n * @return {?}\r\n */\r\n function (fontSize) {\r\n if (document.getSelection().toString()) {\r\n /** @type {?} */\r\n var spanString = \"\" +\r\n document.getSelection() + \"\";\r\n if (this.bold) {\r\n spanString = \"\" + spanString + \"\";\r\n }\r\n if (this.italic) {\r\n spanString = \"\" + spanString + \"\";\r\n }\r\n if (this.underline) {\r\n spanString = \"\" + spanString + \"\";\r\n }\r\n if (this.strikeout) {\r\n spanString = \"\" + spanString + \"\";\r\n }\r\n document.execCommand('insertHTML', false, spanString);\r\n }\r\n else {\r\n document.execCommand(\"fontsize\", false, \"7\");\r\n }\r\n this._selectionService.refreshSelection();\r\n };\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n FormattingDirective.prototype.toggleUndo = /**\r\n * @private\r\n * @return {?}\r\n */\r\n function () {\r\n document.execCommand(\"undo\");\r\n };\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n FormattingDirective.prototype.toggleRedo = /**\r\n * @private\r\n * @return {?}\r\n */\r\n function () {\r\n document.execCommand(\"redo\");\r\n };\r\n /**\r\n * @private\r\n * @param {?} font\r\n * @return {?}\r\n */\r\n FormattingDirective.prototype.setFont = /**\r\n * @private\r\n * @param {?} font\r\n * @return {?}\r\n */\r\n function (font) {\r\n document.execCommand(\"fontName\", false, font);\r\n this._selectionService.refreshSelection();\r\n };\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n FormattingDirective.prototype.toggleStrikeout = /**\r\n * @private\r\n * @return {?}\r\n */\r\n function () {\r\n document.execCommand(\"strikeThrough\");\r\n this._selectionService.refreshSelection();\r\n };\r\n /**\r\n * @private\r\n * @param {?} align\r\n * @return {?}\r\n */\r\n FormattingDirective.prototype.toggleAlign = /**\r\n * @private\r\n * @param {?} align\r\n * @return {?}\r\n */\r\n function (align) {\r\n if (this.isIE) {\r\n this.toggleAlignIE(align);\r\n return;\r\n }\r\n document.execCommand(\"styleWithCSS\", false, 'true');\r\n switch (align) {\r\n case 'center':\r\n document.execCommand('justifyCenter');\r\n break;\r\n case 'full':\r\n document.execCommand('justifyFull');\r\n break;\r\n case 'left':\r\n document.execCommand('justifyLeft');\r\n break;\r\n case 'right':\r\n document.execCommand('justifyRight');\r\n break;\r\n }\r\n this._selectionService.refreshSelection();\r\n };\r\n /**\r\n * @private\r\n * @param {?} align\r\n * @return {?}\r\n */\r\n FormattingDirective.prototype.toggleAlignIE = /**\r\n * @private\r\n * @param {?} align\r\n * @return {?}\r\n */\r\n function (align) {\r\n this._selectionService.restoreSelection();\r\n this._selectionService.captureSelection();\r\n /** @type {?} */\r\n var selection = window.getSelection().focusNode.parentNode.parentNode;\r\n if (align === \"full\") {\r\n align = \"justify\";\r\n }\r\n $$7(selection).css(\"text-align\", align);\r\n this._selectionService.refreshSelection();\r\n };\r\n /**\r\n * @private\r\n * @param {?} list\r\n * @param {?} remove\r\n * @return {?}\r\n */\r\n FormattingDirective.prototype.toggleList = /**\r\n * @private\r\n * @param {?} list\r\n * @param {?} remove\r\n * @return {?}\r\n */\r\n function (list, remove) {\r\n switch (list) {\r\n case 'unordered':\r\n document.execCommand('insertUnorderedList', remove);\r\n break;\r\n case 'ordered':\r\n document.execCommand('insertOrderedList', remove);\r\n break;\r\n }\r\n this._selectionService.refreshSelection();\r\n };\r\n FormattingDirective.decorators = [\r\n { type: Directive, args: [{\r\n selector: '[gdFormatting]'\r\n },] }\r\n ];\r\n /** @nocollapse */\r\n FormattingDirective.ctorParameters = function () { return [\r\n { type: FormattingService },\r\n { type: BackFormattingService },\r\n { type: SelectionService }\r\n ]; };\r\n FormattingDirective.propDecorators = {\r\n mouseup: [{ type: HostListener, args: ['mouseup',] }]\r\n };\r\n return FormattingDirective;\r\n}());\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingDirective.prototype.bold;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingDirective.prototype.italic;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingDirective.prototype.underline;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingDirective.prototype.color;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingDirective.prototype.bgColor;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingDirective.prototype.font;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingDirective.prototype.strikeout;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingDirective.prototype.align;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingDirective.prototype.list;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingDirective.prototype.isIE;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingDirective.prototype._formattingService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingDirective.prototype._backFormattingService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n FormattingDirective.prototype._selectionService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar SuccessModalComponent = /** @class */ (function () {\r\n function SuccessModalComponent() {\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n SuccessModalComponent.prototype.ngOnInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n };\r\n SuccessModalComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-success-modal',\r\n template: \"\\n
    \\n
    \\n \\n \\n
    \\n
    \\n
    \\n
    \\n
    \\n\",\r\n styles: [\".check_mark{margin:47px auto}.sa-icon{width:80px;height:80px;border:4px solid gray;border-radius:50%;padding:0;position:relative;box-sizing:content-box}#gd-modal-success{display:-webkit-box;display:flex;overflow:hidden;width:469px;height:183px}.sa-icon.sa-success{border-color:#4caf50;-webkit-transform:scale(1.18);transform:scale(1.18)}.sa-icon.sa-success::after,.sa-icon.sa-success::before{content:'';position:absolute;width:60px;height:120px;background:#fff}.sa-icon.sa-success::before{border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;transform-origin:60px 60px}.sa-icon.sa-success::after{border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 60px;transform-origin:0 60px}.sa-icon.sa-success .sa-placeholder{width:80px;height:80px;border:4px solid rgba(76,175,80,.5);border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}.sa-icon.sa-success .sa-fix{width:5px;height:90px;background-color:#fff;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sa-icon.sa-success.animate::after{-webkit-animation:4.25s ease-in rotatePlaceholder;animation:4.25s ease-in rotatePlaceholder}.animateSuccessTip{-webkit-animation:.75s animateSuccessTip;animation:.75s animateSuccessTip}.animateSuccessLong{-webkit-animation:.75s animateSuccessLong;animation:.75s animateSuccessLong}@-webkit-keyframes animateSuccessLong{0%,65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@-webkit-keyframes animateSuccessTip{0%,54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@keyframes animateSuccessTip{0%,54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@keyframes animateSuccessLong{0%,65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}.sa-icon.sa-success .sa-line{height:5px;background-color:#4caf50;display:block;border-radius:2px;position:absolute;z-index:2}.sa-icon.sa-success .sa-line.sa-tip{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sa-icon.sa-success .sa-line.sa-long{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}@-webkit-keyframes rotatePlaceholder{0%,5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}100%,12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}}@keyframes rotatePlaceholder{0%,5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}100%,12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}}@media (max-width:1037px){#gd-modal-success{left:50%;top:50%;position:relative;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}\"]\r\n }] }\r\n ];\r\n /** @nocollapse */\r\n SuccessModalComponent.ctorParameters = function () { return []; };\r\n return SuccessModalComponent;\r\n}());\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar EditHtmlService = /** @class */ (function () {\r\n function EditHtmlService() {\r\n this._observer = new Subject();\r\n this._htmlContent = this._observer.asObservable();\r\n }\r\n Object.defineProperty(EditHtmlService.prototype, \"observer\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._observer;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n Object.defineProperty(EditHtmlService.prototype, \"htmlContent\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this._htmlContent;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n EditHtmlService.decorators = [\r\n { type: Injectable, args: [{\r\n providedIn: 'root'\r\n },] }\r\n ];\r\n /** @nocollapse */\r\n EditHtmlService.ctorParameters = function () { return []; };\r\n /** @nocollapse */ EditHtmlService.ngInjectableDef = ɵɵdefineInjectable({ factory: function EditHtmlService_Factory() { return new EditHtmlService(); }, token: EditHtmlService, providedIn: \"root\" });\r\n return EditHtmlService;\r\n}());\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n EditHtmlService.prototype._observer;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n EditHtmlService.prototype._htmlContent;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar EditorDirective = /** @class */ (function () {\r\n function EditorDirective(_selectionService, _htmlService) {\r\n this._selectionService = _selectionService;\r\n this._htmlService = _htmlService;\r\n this.isIE = false || !!/(MSIE|Trident\\/|Edge\\/)/i.test(navigator.userAgent);\r\n }\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n EditorDirective.prototype.onInput = /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n function (event) {\r\n this.text = event.target;\r\n if (this.isIE) {\r\n if (this.text.innerHTML) {\r\n /** @type {?} */\r\n var html = this.text.innerHTML.toString();\r\n this._htmlService.observer.next(html);\r\n }\r\n }\r\n };\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n EditorDirective.prototype.onMouseleave = /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n function (event) {\r\n this._selectionService.captureSelection();\r\n // this code is required to fix IE11 issue - it doesn't trigger blur event, since that we need to save updated HTML here\r\n if (this.isIE) {\r\n this._htmlService.observer.next(event.target.innerHTML.toString());\r\n }\r\n };\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n EditorDirective.prototype.onBlur = /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n function (event) {\r\n event.preventDefault();\r\n this._selectionService.restoreSelection();\r\n if (this.text.innerHTML) {\r\n /** @type {?} */\r\n var html = this.text.innerHTML.toString();\r\n this._htmlService.observer.next(html);\r\n }\r\n else {\r\n this._htmlService.observer.next(event.target.innerHTML.toString());\r\n }\r\n };\r\n EditorDirective.decorators = [\r\n { type: Directive, args: [{\r\n selector: '[gdEditor]'\r\n },] }\r\n ];\r\n /** @nocollapse */\r\n EditorDirective.ctorParameters = function () { return [\r\n { type: SelectionService },\r\n { type: EditHtmlService }\r\n ]; };\r\n EditorDirective.propDecorators = {\r\n text: [{ type: Input }],\r\n onInput: [{ type: HostListener, args: ['keyup', ['$event'],] }],\r\n onMouseleave: [{ type: HostListener, args: ['mouseleave', ['$event'],] }],\r\n onBlur: [{ type: HostListener, args: ['blur', ['$event'],] }]\r\n };\r\n return EditorDirective;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n EditorDirective.prototype.text;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n EditorDirective.prototype.isIE;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n EditorDirective.prototype._selectionService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n EditorDirective.prototype._htmlService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar LoadingMaskService = /** @class */ (function () {\r\n function LoadingMaskService() {\r\n this.onLoadingChanged = new EventEmitter();\r\n this.stopList = [];\r\n this.requests = [];\r\n this.stopList.push(Api.SAVE_TEXT);\r\n this.stopList.push(Api.SAVE_OPTICAL_CODE);\r\n this.stopList.push(Api.LOAD_DOCUMENT_PAGE);\r\n this.stopList.push(Api.LOAD_THUMBNAILS);\r\n this.stopList.push(Api.GET_FILE_STATUS);\r\n }\r\n /**\r\n * @param {?} req\r\n * @return {?}\r\n */\r\n LoadingMaskService.prototype.onRequestStart = /**\r\n * @param {?} req\r\n * @return {?}\r\n */\r\n function (req) {\r\n /** @type {?} */\r\n var stop = this.stopList.find((/**\r\n * @param {?} x\r\n * @return {?}\r\n */\r\n function (x) { return req.url.includes(x); }));\r\n if (!stop) {\r\n this.requests.push(req);\r\n this.notify();\r\n }\r\n };\r\n /**\r\n * @param {?} req\r\n * @return {?}\r\n */\r\n LoadingMaskService.prototype.onRequestFinish = /**\r\n * @param {?} req\r\n * @return {?}\r\n */\r\n function (req) {\r\n /** @type {?} */\r\n var index = this.requests.indexOf(req);\r\n if (index !== -1) {\r\n this.requests.splice(index, 1);\r\n }\r\n this.notify();\r\n };\r\n /**\r\n * @private\r\n * @return {?}\r\n */\r\n LoadingMaskService.prototype.notify = /**\r\n * @private\r\n * @return {?}\r\n */\r\n function () {\r\n this.onLoadingChanged.emit(this.requests.length !== 0);\r\n };\r\n LoadingMaskService.decorators = [\r\n { type: Injectable }\r\n ];\r\n /** @nocollapse */\r\n LoadingMaskService.ctorParameters = function () { return []; };\r\n return LoadingMaskService;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n LoadingMaskService.prototype.onLoadingChanged;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n LoadingMaskService.prototype.stopList;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n LoadingMaskService.prototype.requests;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar LoadingMaskComponent = /** @class */ (function () {\r\n function LoadingMaskComponent(_loadingMaskService) {\r\n this._loadingMaskService = _loadingMaskService;\r\n this.loadingMask = false;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n LoadingMaskComponent.prototype.ngOnInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n LoadingMaskComponent.prototype.ngAfterViewInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n var _this = this;\r\n this._loadingMaskService\r\n .onLoadingChanged\r\n .subscribe((/**\r\n * @param {?} loading\r\n * @return {?}\r\n */\r\n function (loading) { return _this.loadingMask = loading; }));\r\n };\r\n LoadingMaskComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-loading-mask',\r\n template: \"
    \\n
    \\n  Loading... Please wait.\\n
    \\n
    \\n\",\r\n styles: [\".loading-wrapper{background:rgba(0,0,0,.5);width:100%;height:100%;font-size:14px;color:#fff;position:fixed;top:0;left:0;z-index:99999}.loading-message{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}\"]\r\n }] }\r\n ];\r\n /** @nocollapse */\r\n LoadingMaskComponent.ctorParameters = function () { return [\r\n { type: LoadingMaskService }\r\n ]; };\r\n LoadingMaskComponent.propDecorators = {\r\n loadingMask: [{ type: Input }]\r\n };\r\n return LoadingMaskComponent;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n LoadingMaskComponent.prototype.loadingMask;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n LoadingMaskComponent.prototype._loadingMaskService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar LoadingMaskInterceptorService = /** @class */ (function () {\r\n function LoadingMaskInterceptorService(_loadingMaskService) {\r\n this._loadingMaskService = _loadingMaskService;\r\n }\r\n /**\r\n * @param {?} req\r\n * @param {?} next\r\n * @return {?}\r\n */\r\n LoadingMaskInterceptorService.prototype.intercept = /**\r\n * @param {?} req\r\n * @param {?} next\r\n * @return {?}\r\n */\r\n function (req, next) {\r\n var _this = this;\r\n this._loadingMaskService.onRequestStart(req);\r\n /** @type {?} */\r\n var callback = (/**\r\n * @return {?}\r\n */\r\n function () { return _this._loadingMaskService.onRequestFinish(req); });\r\n return next.handle(req).pipe(finalize(callback));\r\n };\r\n LoadingMaskInterceptorService.decorators = [\r\n { type: Injectable, args: [{\r\n providedIn: 'root'\r\n },] }\r\n ];\r\n /** @nocollapse */\r\n LoadingMaskInterceptorService.ctorParameters = function () { return [\r\n { type: LoadingMaskService }\r\n ]; };\r\n /** @nocollapse */ LoadingMaskInterceptorService.ngInjectableDef = ɵɵdefineInjectable({ factory: function LoadingMaskInterceptorService_Factory() { return new LoadingMaskInterceptorService(ɵɵinject(LoadingMaskService)); }, token: LoadingMaskInterceptorService, providedIn: \"root\" });\r\n return LoadingMaskInterceptorService;\r\n}());\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n LoadingMaskInterceptorService.prototype._loadingMaskService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/** @type {?} */\r\nvar horizontalAlignment = {\r\n center: {\r\n right: 'auto'\r\n },\r\n left: {\r\n right: '100%'\r\n },\r\n right: {\r\n right: '-100%'\r\n }\r\n};\r\n/** @type {?} */\r\nvar verticalAlignment = {\r\n center: {\r\n top: '0px',\r\n },\r\n top: {\r\n top: '-100%',\r\n right: '100%'\r\n },\r\n bottom: {\r\n top: 'autos'\r\n }\r\n};\r\n/**\r\n * DropDownToggleComponent\r\n */\r\nvar DropDownToggleComponent = /** @class */ (function () {\r\n function DropDownToggleComponent(dropdown) {\r\n var _this = this;\r\n this.dropdown = dropdown;\r\n this.click = (/**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n function (event) { return _this.dropdown.toggle(event); });\r\n }\r\n DropDownToggleComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-drop-down-toggle',\r\n template: '',\r\n encapsulation: ViewEncapsulation.None,\r\n styles: [\".drop-down{position:relative}.show .drop-down-items{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;position:absolute;z-index:1000;min-width:100%;max-height:300px;padding:0;background-color:#fff;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box;overflow-y:auto;overflow-x:hidden}.show .drop-down-items .drop-down-item,.show .drop-down-items gd-drop-down-item{color:#959da5;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between;cursor:pointer;font-size:10px;line-height:28px;min-height:28px;width:100%}.show .drop-down-items .drop-down-item fa-icon svg,.show .drop-down-items gd-drop-down-item fa-icon svg{margin:0 10px;color:#959da5}.show .drop-down-items .drop-down-item .text,.show .drop-down-items gd-drop-down-item .text{width:100%;margin-right:10px}.show .drop-down-items .drop-down-item:hover,.show .drop-down-items gd-drop-down-item:hover{background-color:#25c2d4}.show .drop-down-items .drop-down-item:hover *,.show .drop-down-items gd-drop-down-item:hover *{color:#fff}.drop-down-items{display:none}\"]\r\n }] }\r\n ];\r\n /** @nocollapse */\r\n DropDownToggleComponent.ctorParameters = function () { return [\r\n { type: undefined, decorators: [{ type: Inject, args: [forwardRef((/**\r\n * @return {?}\r\n */\r\n function () { return DropDownComponent; })),] }] }\r\n ]; };\r\n DropDownToggleComponent.propDecorators = {\r\n click: [{ type: HostListener, args: ['click', ['$event'],] }]\r\n };\r\n return DropDownToggleComponent;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n DropDownToggleComponent.prototype.click;\r\n /** @type {?} */\r\n DropDownToggleComponent.prototype.dropdown;\r\n}\r\n/**\r\n * DropDownItemsComponent\r\n */\r\nvar DropDownItemsComponent = /** @class */ (function () {\r\n function DropDownItemsComponent(dropdown) {\r\n this.dropdown = dropdown;\r\n }\r\n Object.defineProperty(DropDownItemsComponent.prototype, \"horizontalAlign\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return horizontalAlignment[this.dropdown.getPlacement().h].right;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n Object.defineProperty(DropDownItemsComponent.prototype, \"verticalAlign\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return verticalAlignment[this.dropdown.getPlacement().v].top;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n Object.defineProperty(DropDownItemsComponent.prototype, \"isOpen\", {\r\n get: /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this.dropdown.open;\r\n },\r\n enumerable: true,\r\n configurable: true\r\n });\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n DropDownItemsComponent.prototype.onClickOutside = /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n function (event) {\r\n this.dropdown.close();\r\n };\r\n DropDownItemsComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-drop-down-items',\r\n template: '
    ',\r\n encapsulation: ViewEncapsulation.None,\r\n styles: [\".drop-down{position:relative}.show .drop-down-items{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;position:absolute;z-index:1000;min-width:100%;max-height:300px;padding:0;background-color:#fff;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box;overflow-y:auto;overflow-x:hidden}.show .drop-down-items .drop-down-item,.show .drop-down-items gd-drop-down-item{color:#959da5;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between;cursor:pointer;font-size:10px;line-height:28px;min-height:28px;width:100%}.show .drop-down-items .drop-down-item fa-icon svg,.show .drop-down-items gd-drop-down-item fa-icon svg{margin:0 10px;color:#959da5}.show .drop-down-items .drop-down-item .text,.show .drop-down-items gd-drop-down-item .text{width:100%;margin-right:10px}.show .drop-down-items .drop-down-item:hover,.show .drop-down-items gd-drop-down-item:hover{background-color:#25c2d4}.show .drop-down-items .drop-down-item:hover *,.show .drop-down-items gd-drop-down-item:hover *{color:#fff}.drop-down-items{display:none}\"]\r\n }] }\r\n ];\r\n /** @nocollapse */\r\n DropDownItemsComponent.ctorParameters = function () { return [\r\n { type: undefined, decorators: [{ type: Inject, args: [forwardRef((/**\r\n * @return {?}\r\n */\r\n function () { return DropDownComponent; })),] }] }\r\n ]; };\r\n return DropDownItemsComponent;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n DropDownItemsComponent.prototype.dropdown;\r\n}\r\n/**\r\n * DropDownItemComponent\r\n */\r\nvar DropDownItemComponent = /** @class */ (function () {\r\n function DropDownItemComponent(dropdown) {\r\n var _this = this;\r\n this.dropdown = dropdown;\r\n this.class = 'drop-down-item';\r\n this.selected = new EventEmitter();\r\n this.click = (/**\r\n * @return {?}\r\n */\r\n function () { return _this.selectEntry(); });\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n DropDownItemComponent.prototype.selectEntry = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.selected.next();\r\n this.dropdown.close();\r\n };\r\n DropDownItemComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-drop-down-item',\r\n template: '
    ',\r\n styles: [\".drop-down{position:relative}.show .drop-down-items{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;position:absolute;z-index:1000;min-width:100%;max-height:300px;padding:0;background-color:#fff;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box;overflow-y:auto;overflow-x:hidden}.show .drop-down-items .drop-down-item,.show .drop-down-items gd-drop-down-item{color:#959da5;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between;cursor:pointer;font-size:10px;line-height:28px;min-height:28px;width:100%}.show .drop-down-items .drop-down-item fa-icon svg,.show .drop-down-items gd-drop-down-item fa-icon svg{margin:0 10px;color:#959da5}.show .drop-down-items .drop-down-item .text,.show .drop-down-items gd-drop-down-item .text{width:100%;margin-right:10px}.show .drop-down-items .drop-down-item:hover,.show .drop-down-items gd-drop-down-item:hover{background-color:#25c2d4}.show .drop-down-items .drop-down-item:hover *,.show .drop-down-items gd-drop-down-item:hover *{color:#fff}.drop-down-items{display:none}\"]\r\n }] }\r\n ];\r\n /** @nocollapse */\r\n DropDownItemComponent.ctorParameters = function () { return [\r\n { type: undefined, decorators: [{ type: Inject, args: [forwardRef((/**\r\n * @return {?}\r\n */\r\n function () { return DropDownComponent; })),] }] }\r\n ]; };\r\n DropDownItemComponent.propDecorators = {\r\n class: [{ type: HostBinding, args: ['class',] }],\r\n selected: [{ type: Output }],\r\n click: [{ type: HostListener, args: ['click',] }]\r\n };\r\n return DropDownItemComponent;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n DropDownItemComponent.prototype.class;\r\n /** @type {?} */\r\n DropDownItemComponent.prototype.selected;\r\n /** @type {?} */\r\n DropDownItemComponent.prototype.click;\r\n /** @type {?} */\r\n DropDownItemComponent.prototype.dropdown;\r\n}\r\n/**\r\n * DropDownComponent\r\n */\r\nvar DropDownComponent = /** @class */ (function () {\r\n function DropDownComponent() {\r\n this.placement = {\r\n h: \"center\",\r\n v: \"bottom\"\r\n };\r\n this.open = false;\r\n this.class = 'drop-down';\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n DropDownComponent.prototype.close = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.open = false;\r\n };\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n DropDownComponent.prototype.toggle = /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n function (event) {\r\n event.stopPropagation();\r\n this.open = !this.open;\r\n document.body.click();\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n DropDownComponent.prototype.getPlacement = /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this.placement;\r\n };\r\n DropDownComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-drop-down',\r\n template: '
    ',\r\n encapsulation: ViewEncapsulation.None,\r\n styles: [\".drop-down{position:relative}.show .drop-down-items{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;position:absolute;z-index:1000;min-width:100%;max-height:300px;padding:0;background-color:#fff;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box;overflow-y:auto;overflow-x:hidden}.show .drop-down-items .drop-down-item,.show .drop-down-items gd-drop-down-item{color:#959da5;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between;cursor:pointer;font-size:10px;line-height:28px;min-height:28px;width:100%}.show .drop-down-items .drop-down-item fa-icon svg,.show .drop-down-items gd-drop-down-item fa-icon svg{margin:0 10px;color:#959da5}.show .drop-down-items .drop-down-item .text,.show .drop-down-items gd-drop-down-item .text{width:100%;margin-right:10px}.show .drop-down-items .drop-down-item:hover,.show .drop-down-items gd-drop-down-item:hover{background-color:#25c2d4}.show .drop-down-items .drop-down-item:hover *,.show .drop-down-items gd-drop-down-item:hover *{color:#fff}.drop-down-items{display:none}\"]\r\n }] }\r\n ];\r\n DropDownComponent.propDecorators = {\r\n placement: [{ type: Input }],\r\n open: [{ type: Input }, { type: HostBinding, args: ['class.show',] }],\r\n class: [{ type: HostBinding, args: ['class',] }]\r\n };\r\n return DropDownComponent;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n DropDownComponent.prototype.placement;\r\n /** @type {?} */\r\n DropDownComponent.prototype.open;\r\n /** @type {?} */\r\n DropDownComponent.prototype.class;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar LeftSideBarComponent = /** @class */ (function () {\r\n function LeftSideBarComponent() {\r\n this.showSpinner = false;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n LeftSideBarComponent.prototype.ngOnInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n };\r\n LeftSideBarComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-left-side-bar',\r\n template: \"
    \\n
    \\n
     Loading...\\n
    \\n
    \\n \\n
    \\n\",\r\n styles: [\".left-panel{border-radius:0;float:left}.gd-left-bar-fade{margin:auto;overflow:hidden;-webkit-overflow-scrolling:touch;-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;width:100%;height:100%;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;position:fixed;z-index:1000}@media (max-width:1037px){.gd-left-bar-fade{top:100px;right:0}.gd-left-bar-spinner{top:20%}}\"]\r\n }] }\r\n ];\r\n /** @nocollapse */\r\n LeftSideBarComponent.ctorParameters = function () { return []; };\r\n LeftSideBarComponent.propDecorators = {\r\n showSpinner: [{ type: Input }]\r\n };\r\n return LeftSideBarComponent;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n LeftSideBarComponent.prototype.showSpinner;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar TooltipDirective = /** @class */ (function () {\r\n function TooltipDirective() {\r\n this.showToolTip = new EventEmitter();\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n TooltipDirective.prototype.onHovering = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.showToolTip.emit(true);\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n TooltipDirective.prototype.onUnhovering = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.showToolTip.emit(false);\r\n };\r\n TooltipDirective.decorators = [\r\n { type: Directive, args: [{\r\n selector: '[gdTooltip]'\r\n },] }\r\n ];\r\n /** @nocollapse */\r\n TooltipDirective.ctorParameters = function () { return []; };\r\n TooltipDirective.propDecorators = {\r\n showToolTip: [{ type: Output }],\r\n onHovering: [{ type: HostListener, args: ['mouseenter',] }],\r\n onUnhovering: [{ type: HostListener, args: ['mouseleave',] }]\r\n };\r\n return TooltipDirective;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n TooltipDirective.prototype.showToolTip;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar AddDynamicComponentService = /** @class */ (function () {\r\n function AddDynamicComponentService(_factoryResolver, _appRef) {\r\n this._factoryResolver = _factoryResolver;\r\n this._appRef = _appRef;\r\n }\r\n /**\r\n * @param {?} viewContainerRef\r\n * @param {?} component\r\n * @return {?}\r\n */\r\n AddDynamicComponentService.prototype.addDynamicComponent = /**\r\n * @param {?} viewContainerRef\r\n * @param {?} component\r\n * @return {?}\r\n */\r\n function (viewContainerRef, component) {\r\n var _this = this;\r\n /** @type {?} */\r\n var factory = this._factoryResolver.resolveComponentFactory(component);\r\n /** @type {?} */\r\n var componentRef = viewContainerRef.createComponent(factory);\r\n componentRef.onDestroy((/**\r\n * @return {?}\r\n */\r\n function () {\r\n _this._appRef.detachView(componentRef.hostView);\r\n }));\r\n return componentRef;\r\n };\r\n AddDynamicComponentService.decorators = [\r\n { type: Injectable, args: [{\r\n providedIn: 'root'\r\n },] }\r\n ];\r\n /** @nocollapse */\r\n AddDynamicComponentService.ctorParameters = function () { return [\r\n { type: ComponentFactoryResolver },\r\n { type: ApplicationRef }\r\n ]; };\r\n /** @nocollapse */ AddDynamicComponentService.ngInjectableDef = ɵɵdefineInjectable({ factory: function AddDynamicComponentService_Factory() { return new AddDynamicComponentService(ɵɵinject(ComponentFactoryResolver), ɵɵinject(ApplicationRef)); }, token: AddDynamicComponentService, providedIn: \"root\" });\r\n return AddDynamicComponentService;\r\n}());\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n AddDynamicComponentService.prototype._factoryResolver;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n AddDynamicComponentService.prototype._appRef;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar HostingDynamicComponentService = /** @class */ (function () {\r\n function HostingDynamicComponentService() {\r\n this.hosts = [];\r\n }\r\n /**\r\n * @param {?} host\r\n * @return {?}\r\n */\r\n HostingDynamicComponentService.prototype.add = /**\r\n * @param {?} host\r\n * @return {?}\r\n */\r\n function (host) {\r\n this.hosts = this.hosts.filter((/**\r\n * @param {?} h\r\n * @return {?}\r\n */\r\n function (h) {\r\n return h.ident !== host.ident;\r\n }));\r\n this.hosts.push(host);\r\n };\r\n /**\r\n * @param {?} host\r\n * @return {?}\r\n */\r\n HostingDynamicComponentService.prototype.remove = /**\r\n * @param {?} host\r\n * @return {?}\r\n */\r\n function (host) {\r\n this.hosts = this.hosts.filter((/**\r\n * @param {?} h\r\n * @return {?}\r\n */\r\n function (h) {\r\n return h.ident !== host.ident;\r\n }));\r\n };\r\n /**\r\n * @param {?} ident\r\n * @return {?}\r\n */\r\n HostingDynamicComponentService.prototype.find = /**\r\n * @param {?} ident\r\n * @return {?}\r\n */\r\n function (ident) {\r\n return this.hosts.find((/**\r\n * @param {?} h\r\n * @return {?}\r\n */\r\n function (h) {\r\n return h.ident === ident;\r\n }));\r\n };\r\n return HostingDynamicComponentService;\r\n}());\r\nif (false) {\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n HostingDynamicComponentService.prototype.hosts;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar HostDynamicDirective = /** @class */ (function () {\r\n function HostDynamicDirective(viewContainerRef, _hostingService) {\r\n this.viewContainerRef = viewContainerRef;\r\n this._hostingService = _hostingService;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n HostDynamicDirective.prototype.ngAfterViewInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this._hostingService.add(this);\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n HostDynamicDirective.prototype.ngOnDestroy = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this._hostingService.remove(this);\r\n this.viewContainerRef.clear();\r\n };\r\n HostDynamicDirective.decorators = [\r\n { type: Directive, args: [{\r\n selector: '[gdHostDynamic]'\r\n },] }\r\n ];\r\n /** @nocollapse */\r\n HostDynamicDirective.ctorParameters = function () { return [\r\n { type: ViewContainerRef },\r\n { type: HostingDynamicComponentService }\r\n ]; };\r\n HostDynamicDirective.propDecorators = {\r\n ident: [{ type: Input }]\r\n };\r\n return HostDynamicDirective;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n HostDynamicDirective.prototype.ident;\r\n /** @type {?} */\r\n HostDynamicDirective.prototype.viewContainerRef;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n HostDynamicDirective.prototype._hostingService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/** @type {?} */\r\nvar $$8 = jquery;\r\nvar ResizingComponent = /** @class */ (function () {\r\n function ResizingComponent() {\r\n this.se = false;\r\n this.ne = false;\r\n this.sw = false;\r\n this.nw = false;\r\n this.SE = 'se';\r\n this.NE = 'ne';\r\n this.SW = 'sw';\r\n this.NW = 'nw';\r\n this.offsetX = new EventEmitter();\r\n this.offsetY = new EventEmitter();\r\n this.offsetTop = new EventEmitter();\r\n this.offsetLeft = new EventEmitter();\r\n this.release = new EventEmitter();\r\n this.grab = false;\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ResizingComponent.prototype.ngAfterViewInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n var _this = this;\r\n /** @type {?} */\r\n var elSE = $$8(this.getElementId(this.SE));\r\n /** @type {?} */\r\n var elNW = $$8(this.getElementId(this.NW));\r\n if (this.init && elSE && elNW && elSE.offset() && elNW.offset()) {\r\n /** @type {?} */\r\n var width_1 = elSE.offset().left - elNW.offset().left;\r\n /** @type {?} */\r\n var height_1 = elSE.offset().top - elNW.offset().top;\r\n while (width_1 >= this.pageWidth || height_1 >= this.pageHeight) {\r\n width_1 = width_1 / 2;\r\n height_1 = height_1 / 2;\r\n }\r\n setTimeout((/**\r\n * @return {?}\r\n */\r\n function () {\r\n _this.offsetX.emit(width_1);\r\n _this.offsetY.emit(height_1);\r\n }), 100);\r\n }\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ResizingComponent.prototype.ngOnInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n };\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n ResizingComponent.prototype.catchUp = /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n function ($event) {\r\n // ff\r\n $event.preventDefault();\r\n if ($event.dataTransfer) { // ff\r\n $event.dataTransfer.setData('text', 'foo');\r\n }\r\n this.grab = true;\r\n this.oldPosition = Utils.getMousePosition($event);\r\n };\r\n /**\r\n * @param {?} $event\r\n * @param {?} el\r\n * @return {?}\r\n */\r\n ResizingComponent.prototype.resize = /**\r\n * @param {?} $event\r\n * @param {?} el\r\n * @return {?}\r\n */\r\n function ($event, el) {\r\n if (!this.grab) {\r\n return;\r\n }\r\n /** @type {?} */\r\n var position = Utils.getMousePosition($event);\r\n if (position.x === 0 && position.y === 0) {\r\n return;\r\n }\r\n /** @type {?} */\r\n var notSW = this.NE === el || this.NW === el;\r\n /** @type {?} */\r\n var notNE = this.SW === el || this.NW === el;\r\n this.setOffsets(position, notNE, notSW);\r\n if (notSW) {\r\n this.offsetTop.emit(position.y - this.oldPosition.y);\r\n }\r\n if (notNE) {\r\n this.offsetLeft.emit(position.x - this.oldPosition.x);\r\n }\r\n this.oldPosition = position;\r\n };\r\n /**\r\n * @private\r\n * @param {?} position\r\n * @param {?} x\r\n * @param {?} y\r\n * @return {?}\r\n */\r\n ResizingComponent.prototype.setOffsets = /**\r\n * @private\r\n * @param {?} position\r\n * @param {?} x\r\n * @param {?} y\r\n * @return {?}\r\n */\r\n function (position, x, y) {\r\n /** @type {?} */\r\n var offsetX = x ? this.oldPosition.x - position.x : position.x - this.oldPosition.x;\r\n /** @type {?} */\r\n var offsetY = y ? this.oldPosition.y - position.y : position.y - this.oldPosition.y;\r\n this.offsetX.emit(offsetX);\r\n this.offsetY.emit(offsetY);\r\n };\r\n /**\r\n * @param {?} $event\r\n * @param {?} el\r\n * @return {?}\r\n */\r\n ResizingComponent.prototype.end = /**\r\n * @param {?} $event\r\n * @param {?} el\r\n * @return {?}\r\n */\r\n function ($event, el) {\r\n // ff\r\n this.resize($event, el);\r\n this.release.emit(true);\r\n this.grab = false;\r\n };\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n ResizingComponent.prototype.start = /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n function ($event) {\r\n this.drop($event);\r\n };\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n ResizingComponent.prototype.drop = /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n function ($event) {\r\n $event.stopPropagation();\r\n $event.preventDefault();\r\n };\r\n /**\r\n * @private\r\n * @param {?} el\r\n * @return {?}\r\n */\r\n ResizingComponent.prototype.getElementId = /**\r\n * @private\r\n * @param {?} el\r\n * @return {?}\r\n */\r\n function (el) {\r\n return \"#\" + el + \"-\" + this.id;\r\n };\r\n ResizingComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-resizing',\r\n template: \"
    \\n\\n
    \\n\\n
    \\n\\n
    \\n\",\r\n styles: [\".ui-resizable-handle{background-color:#679ffa;width:8px;height:8px;border-radius:100%;position:absolute;font-size:.1px;display:block}.se-resize{bottom:-5px;right:-5px;cursor:se-resize}.ne-resize{top:-5px;right:-5px;cursor:ne-resize}.sw-resize{bottom:-5px;left:-5px;cursor:sw-resize}.nw-resize{top:-5px;left:-5px;cursor:nw-resize}\"]\r\n }] }\r\n ];\r\n /** @nocollapse */\r\n ResizingComponent.ctorParameters = function () { return []; };\r\n ResizingComponent.propDecorators = {\r\n init: [{ type: Input }],\r\n id: [{ type: Input }],\r\n se: [{ type: Input }],\r\n ne: [{ type: Input }],\r\n sw: [{ type: Input }],\r\n nw: [{ type: Input }],\r\n pageWidth: [{ type: Input }],\r\n pageHeight: [{ type: Input }],\r\n offsetX: [{ type: Output }],\r\n offsetY: [{ type: Output }],\r\n offsetTop: [{ type: Output }],\r\n offsetLeft: [{ type: Output }],\r\n release: [{ type: Output }]\r\n };\r\n return ResizingComponent;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n ResizingComponent.prototype.init;\r\n /** @type {?} */\r\n ResizingComponent.prototype.id;\r\n /** @type {?} */\r\n ResizingComponent.prototype.se;\r\n /** @type {?} */\r\n ResizingComponent.prototype.ne;\r\n /** @type {?} */\r\n ResizingComponent.prototype.sw;\r\n /** @type {?} */\r\n ResizingComponent.prototype.nw;\r\n /** @type {?} */\r\n ResizingComponent.prototype.pageWidth;\r\n /** @type {?} */\r\n ResizingComponent.prototype.pageHeight;\r\n /** @type {?} */\r\n ResizingComponent.prototype.SE;\r\n /** @type {?} */\r\n ResizingComponent.prototype.NE;\r\n /** @type {?} */\r\n ResizingComponent.prototype.SW;\r\n /** @type {?} */\r\n ResizingComponent.prototype.NW;\r\n /** @type {?} */\r\n ResizingComponent.prototype.offsetX;\r\n /** @type {?} */\r\n ResizingComponent.prototype.offsetY;\r\n /** @type {?} */\r\n ResizingComponent.prototype.offsetTop;\r\n /** @type {?} */\r\n ResizingComponent.prototype.offsetLeft;\r\n /** @type {?} */\r\n ResizingComponent.prototype.release;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ResizingComponent.prototype.grab;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ResizingComponent.prototype.oldPosition;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar TopTabActivatorService = /** @class */ (function (_super) {\r\n __extends(TopTabActivatorService, _super);\r\n function TopTabActivatorService() {\r\n return _super.call(this) || this;\r\n }\r\n return TopTabActivatorService;\r\n}(TabActivatorService));\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar TopTabComponent = /** @class */ (function () {\r\n function TopTabComponent(_tabActivatorService, _modalService, _excMessageService) {\r\n var _this = this;\r\n this._tabActivatorService = _tabActivatorService;\r\n this._modalService = _modalService;\r\n this._excMessageService = _excMessageService;\r\n this.disabled = false;\r\n this.activeTab = new EventEmitter();\r\n this.elementPosition = 0;\r\n this.active = false;\r\n this.showToolTip = false;\r\n this._tabActivatorService.activeTabChange.subscribe((/**\r\n * @param {?} tabId\r\n * @return {?}\r\n */\r\n function (tabId) {\r\n _this.activation(tabId);\r\n if (tabId === null) {\r\n _this.activeTab.emit(\"\");\r\n }\r\n }));\r\n }\r\n /**\r\n * @private\r\n * @param {?} tabId\r\n * @return {?}\r\n */\r\n TopTabComponent.prototype.activation = /**\r\n * @private\r\n * @param {?} tabId\r\n * @return {?}\r\n */\r\n function (tabId) {\r\n if (this.id === tabId) {\r\n this.active = !this.active;\r\n if (this.active) {\r\n this.activeTab.emit(this.id);\r\n }\r\n else {\r\n this.activeTab.emit(\"\");\r\n }\r\n }\r\n else {\r\n this.active = false;\r\n }\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n TopTabComponent.prototype.ngOnInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n TopTabComponent.prototype.toggleTab = /**\r\n * @return {?}\r\n */\r\n function () {\r\n if (this.disabled) {\r\n this._modalService.open(CommonModals.ErrorMessage);\r\n this._excMessageService.changeMessage(\"Please open document first\");\r\n return;\r\n }\r\n this._tabActivatorService.changeActiveTab(this.id);\r\n };\r\n TopTabComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-top-tab',\r\n template: \"
    \\n \\n \\n
    \\n\",\r\n styles: [\".gd-tab{font-size:14px;color:#3e4e5a;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;align-content:center;-webkit-box-pack:center;justify-content:center;min-width:36px;height:36px;text-align:center;position:relative;white-space:nowrap;padding:0!important;margin:0 10px}.gd-tab .gd-tab-tooltip{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin:0!important}.gd-tab.active{background-color:#acacac;color:#fff!important;font-weight:700}.gd-tab.disabled{cursor:not-allowed;opacity:.4}.gd-tab ::ng-deep .tooltip{font-size:12px;margin:20px -57px}.gd-tab .title{margin:auto 23px}@media (max-width:1037px){.gd-tab{font-size:20px}}\"]\r\n }] }\r\n ];\r\n /** @nocollapse */\r\n TopTabComponent.ctorParameters = function () { return [\r\n { type: TopTabActivatorService },\r\n { type: ModalService },\r\n { type: ExceptionMessageService }\r\n ]; };\r\n TopTabComponent.propDecorators = {\r\n id: [{ type: Input }],\r\n icon: [{ type: Input }],\r\n disabled: [{ type: Input }],\r\n tooltip: [{ type: Input }],\r\n activeTab: [{ type: Output }],\r\n elementPosition: [{ type: Input }]\r\n };\r\n return TopTabComponent;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n TopTabComponent.prototype.id;\r\n /** @type {?} */\r\n TopTabComponent.prototype.icon;\r\n /** @type {?} */\r\n TopTabComponent.prototype.disabled;\r\n /** @type {?} */\r\n TopTabComponent.prototype.tooltip;\r\n /** @type {?} */\r\n TopTabComponent.prototype.activeTab;\r\n /** @type {?} */\r\n TopTabComponent.prototype.elementPosition;\r\n /** @type {?} */\r\n TopTabComponent.prototype.active;\r\n /** @type {?} */\r\n TopTabComponent.prototype.showToolTip;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n TopTabComponent.prototype._tabActivatorService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n TopTabComponent.prototype._modalService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n TopTabComponent.prototype._excMessageService;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/** @type {?} */\r\nvar $$9 = jquery;\r\nvar TextMenuComponent = /** @class */ (function () {\r\n function TextMenuComponent(_onCloseService, _zoomService, _windowService, _elementRef, renderer) {\r\n var _this = this;\r\n this._onCloseService = _onCloseService;\r\n this._zoomService = _zoomService;\r\n this._windowService = _windowService;\r\n this._elementRef = _elementRef;\r\n this.renderer = renderer;\r\n this.decoration = true;\r\n this.showTooltips = true;\r\n this.outFontSize = new EventEmitter();\r\n this.outFont = new EventEmitter();\r\n this.outBold = new EventEmitter();\r\n this.outItalic = new EventEmitter();\r\n this.outUnderline = new EventEmitter();\r\n this.outColor = new EventEmitter();\r\n this.fontSizeOptions = FormattingService.getFontSizeOptions();\r\n this.fontOptions = FormattingService.getFontOptions();\r\n this.colorPickerShow = false;\r\n _onCloseService.onClose.subscribe((/**\r\n * @return {?}\r\n */\r\n function () {\r\n _this.colorPickerShow = false;\r\n }));\r\n this.isMobile = _windowService.isMobile();\r\n _windowService.onResize.subscribe((/**\r\n * @param {?} w\r\n * @return {?}\r\n */\r\n function (w) {\r\n _this.isMobile = _windowService.isMobile();\r\n }));\r\n _zoomService.zoomChange.subscribe((/**\r\n * @param {?} val\r\n * @return {?}\r\n */\r\n function (val) {\r\n if (_this.isMobile) {\r\n _this.changePosition(val);\r\n }\r\n }));\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n TextMenuComponent.prototype.ngOnInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n };\r\n /**\r\n * @param {?} val\r\n * @return {?}\r\n */\r\n TextMenuComponent.prototype.changePosition = /**\r\n * @param {?} val\r\n * @return {?}\r\n */\r\n function (val) {\r\n /** @type {?} */\r\n var top = (window.innerHeight - 24 - this._elementRef.nativeElement.parentElement.getBoundingClientRect().top - this._elementRef.nativeElement.parentElement.getBoundingClientRect().height);\r\n /** @type {?} */\r\n var left = this._elementRef.nativeElement.parentElement.getBoundingClientRect().left;\r\n this.renderer.setStyle(this._elementRef.nativeElement.querySelector('.gd-text-menu'), 'width', window.innerWidth + 'px');\r\n this.renderer.setStyle(this._elementRef.nativeElement.querySelector('.gd-text-menu'), 'top', top + 'px');\r\n this.renderer.setStyle(this._elementRef.nativeElement.querySelector('.gd-text-menu'), 'left', -left + 'px');\r\n };\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n TextMenuComponent.prototype.selectFontSize = /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n function ($event) {\r\n $$9(\".gd-wrapper\").off(\"keyup\");\r\n this.outFontSize.emit($event.value);\r\n $$9(\".gd-wrapper\").on(\"keyup\", (/**\r\n * @return {?}\r\n */\r\n function () {\r\n /** @type {?} */\r\n var fontElements = document.getElementsByTagName(\"font\");\r\n for (var i = 0, len = fontElements.length; i < len; ++i) {\r\n if (fontElements[i].getAttribute('size') === \"7\") {\r\n fontElements[i].removeAttribute(\"size\");\r\n fontElements[i].style.fontSize = $event + \"px\";\r\n }\r\n }\r\n }));\r\n };\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n TextMenuComponent.prototype.selectFont = /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n function ($event) {\r\n event.preventDefault();\r\n event.stopPropagation();\r\n this.outFont.emit($event.value);\r\n };\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n TextMenuComponent.prototype.toggleColorPicker = /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n function ($event) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n this.colorPickerShow = !this.colorPickerShow;\r\n };\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n TextMenuComponent.prototype.selectColor = /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n function ($event) {\r\n this.colorPickerShow = false;\r\n this.outColor.emit($event);\r\n };\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n TextMenuComponent.prototype.toggleBold = /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n function (event) {\r\n event.preventDefault();\r\n event.stopPropagation();\r\n this.outBold.emit(!this.bold);\r\n };\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n TextMenuComponent.prototype.toggleItalic = /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n function (event) {\r\n event.preventDefault();\r\n event.stopPropagation();\r\n this.outItalic.emit(!this.italic);\r\n };\r\n /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n TextMenuComponent.prototype.toggleUnderline = /**\r\n * @param {?} event\r\n * @return {?}\r\n */\r\n function (event) {\r\n event.preventDefault();\r\n event.stopPropagation();\r\n this.outUnderline.emit(!this.underline);\r\n };\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n TextMenuComponent.prototype.closePicker = /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n function ($event) {\r\n this.colorPickerShow = !$event;\r\n };\r\n TextMenuComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-text-menu',\r\n template: \"
    \\n \\n \\n \\n \\n \\n \\n
    \\n
    \\n \\n \\n
    \\n\",\r\n styles: [\"::ng-deep .active{background-color:#e7e7e7}.gd-text-menu{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.gd-text-menu .format-select{height:37px;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;max-width:80px;margin:0 3px}.gd-text-menu .first-component{margin-left:8px}.gd-text-menu ::ng-deep .dropdown-menu{top:40px!important;height:120px;overflow-y:auto}.gd-text-menu ::ng-deep .icon-button{margin:0!important}.bg-color-pic{border-radius:100%;border:1px solid #ccc;position:absolute;height:8px;width:8px;right:6px;bottom:6px}.palette{position:relative;top:40px;left:-55px;z-index:100}@media (max-width:1037px){.gd-text-menu{position:fixed;left:0;right:0;width:inherit;height:60px;-webkit-box-align:center;align-items:center;padding:0;margin:0;background-color:#fff;border-top:2px solid #707070;-webkit-transform-origin:top left;transform-origin:top left;z-index:1000}.gd-text-menu ::ng-deep .selected-value{white-space:normal!important;word-wrap:break-word}.gd-text-menu .icon{color:#fff;margin:0 9px}.gd-text-menu ::ng-deep .bcPicker-palette{left:-200px;top:-185px}.gd-text-menu .palette{top:unset;bottom:40px;left:unset;right:5px}.gd-text-menu ::ng-deep .dropdown-menu{bottom:40px;top:unset!important}.gd-text-menu ::ng-deep .first-component ::ng-deep .dropdown-menu{left:0}.gd-text-menu ::ng-deep .button{margin:3px!important}}\"]\r\n }] }\r\n ];\r\n /** @nocollapse */\r\n TextMenuComponent.ctorParameters = function () { return [\r\n { type: OnCloseService },\r\n { type: ZoomService },\r\n { type: WindowService },\r\n { type: ElementRef },\r\n { type: Renderer2 }\r\n ]; };\r\n TextMenuComponent.propDecorators = {\r\n blur: [{ type: Input }],\r\n fontSize: [{ type: Input }],\r\n font: [{ type: Input }],\r\n bold: [{ type: Input }],\r\n italic: [{ type: Input }],\r\n underline: [{ type: Input }],\r\n color: [{ type: Input }],\r\n decoration: [{ type: Input }],\r\n showTooltips: [{ type: Input }],\r\n outFontSize: [{ type: Output }],\r\n outFont: [{ type: Output }],\r\n outBold: [{ type: Output }],\r\n outItalic: [{ type: Output }],\r\n outUnderline: [{ type: Output }],\r\n outColor: [{ type: Output }]\r\n };\r\n return TextMenuComponent;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n TextMenuComponent.prototype.blur;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.fontSize;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.font;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.bold;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.italic;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.underline;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.color;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.decoration;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.showTooltips;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.outFontSize;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.outFont;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.outBold;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.outItalic;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.outUnderline;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.outColor;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.fontSizeOptions;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.fontOptions;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.colorPickerShow;\r\n /** @type {?} */\r\n TextMenuComponent.prototype.isMobile;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n TextMenuComponent.prototype._onCloseService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n TextMenuComponent.prototype._zoomService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n TextMenuComponent.prototype._windowService;\r\n /**\r\n * @type {?}\r\n * @protected\r\n */\r\n TextMenuComponent.prototype._elementRef;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n TextMenuComponent.prototype.renderer;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\nvar MenuType = /** @class */ (function () {\r\n function MenuType() {\r\n }\r\n MenuType.FOR_SIGNATURE = \"signature\";\r\n MenuType.FOR_ANNOTATION = \"annotation\";\r\n return MenuType;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n MenuType.FOR_SIGNATURE;\r\n /** @type {?} */\r\n MenuType.FOR_ANNOTATION;\r\n}\r\nvar ContextMenuComponent = /** @class */ (function () {\r\n function ContextMenuComponent(_windowService, _zoomService, _elementRef, renderer) {\r\n var _this = this;\r\n this._windowService = _windowService;\r\n this._zoomService = _zoomService;\r\n this._elementRef = _elementRef;\r\n this.renderer = renderer;\r\n this.formatting = Formatting.default();\r\n this.lock = false;\r\n this.translation = 0;\r\n this.changeFormatting = new EventEmitter();\r\n this.removeItem = new EventEmitter();\r\n this.copySign = new EventEmitter();\r\n this.lockOut = new EventEmitter();\r\n this.comment = new EventEmitter();\r\n this.isMobile = _windowService.isMobile();\r\n _windowService.onResize.subscribe((/**\r\n * @param {?} w\r\n * @return {?}\r\n */\r\n function (w) {\r\n _this.isMobile = _windowService.isMobile();\r\n }));\r\n _zoomService.zoomChange.subscribe((/**\r\n * @param {?} val\r\n * @return {?}\r\n */\r\n function (val) {\r\n if (_this.isMobile) {\r\n _this.changeScale(val);\r\n }\r\n }));\r\n }\r\n /**\r\n * @return {?}\r\n */\r\n ContextMenuComponent.prototype.ngOnInit = /**\r\n * @return {?}\r\n */\r\n function () {\r\n };\r\n /**\r\n * @param {?} val\r\n * @return {?}\r\n */\r\n ContextMenuComponent.prototype.changeScale = /**\r\n * @param {?} val\r\n * @return {?}\r\n */\r\n function (val) {\r\n this.renderer.setStyle(this._elementRef.nativeElement.querySelector('.gd-context-menu'), 'transform', 'scale(' + 1 / (val / 100) + ')');\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ContextMenuComponent.prototype.saveChanges = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.changeFormatting.emit(this.formatting);\r\n };\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n ContextMenuComponent.prototype.selectFontSize = /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n function ($event) {\r\n this.formatting.fontSize = $event;\r\n this.saveChanges();\r\n };\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n ContextMenuComponent.prototype.selectFont = /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n function ($event) {\r\n this.formatting.font = $event;\r\n this.saveChanges();\r\n };\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n ContextMenuComponent.prototype.selectColor = /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n function ($event) {\r\n this.formatting.color = $event;\r\n this.saveChanges();\r\n };\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n ContextMenuComponent.prototype.toggleBold = /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n function ($event) {\r\n this.formatting.bold = $event;\r\n this.saveChanges();\r\n };\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n ContextMenuComponent.prototype.toggleItalic = /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n function ($event) {\r\n this.formatting.italic = $event;\r\n this.saveChanges();\r\n };\r\n /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n ContextMenuComponent.prototype.toggleUnderline = /**\r\n * @param {?} $event\r\n * @return {?}\r\n */\r\n function ($event) {\r\n this.formatting.underline = $event;\r\n this.saveChanges();\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ContextMenuComponent.prototype.deleteItem = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.removeItem.emit(true);\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ContextMenuComponent.prototype.toggleLock = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.lock = !this.lock;\r\n this.lockOut.emit(this.lock);\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ContextMenuComponent.prototype.onCopySign = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.copySign.emit(true);\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ContextMenuComponent.prototype.isSignature = /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this.menuType === MenuType.FOR_SIGNATURE;\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ContextMenuComponent.prototype.isAnnotation = /**\r\n * @return {?}\r\n */\r\n function () {\r\n return this.menuType === MenuType.FOR_ANNOTATION;\r\n };\r\n /**\r\n * @return {?}\r\n */\r\n ContextMenuComponent.prototype.addComment = /**\r\n * @return {?}\r\n */\r\n function () {\r\n this.comment.emit(true);\r\n };\r\n ContextMenuComponent.decorators = [\r\n { type: Component, args: [{\r\n selector: 'gd-context-menu',\r\n template: \"
    10 ? 'gd-context-menu-top' : 'gd-context-menu-bottom'\\\">\\n \\n \\n \\n \\n \\n \\n
    \\n\",\r\n styles: [\".gd-context-menu-top{top:-44px}.gd-context-menu-bottom{bottom:-40px}.gd-context-menu{box-shadow:rgba(0,0,0,.52) 0 0 5px;background-color:#fff;position:absolute;left:0;right:0;margin:auto;cursor:default;width:max-content;width:-moz-max-content;width:-webkit-max-content;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;z-index:999}.gd-context-menu .arrows{cursor:move}.gd-context-menu ::ng-deep .active{background-color:#e7e7e7}.gd-context-menu ::ng-deep .icon-button{margin:0!important}@media (max-width:1037px){.gd-context-menu-top{top:-42px;-webkit-transform-origin:bottom center;transform-origin:bottom center}}\"]\r\n }] }\r\n ];\r\n /** @nocollapse */\r\n ContextMenuComponent.ctorParameters = function () { return [\r\n { type: WindowService },\r\n { type: ZoomService },\r\n { type: ElementRef },\r\n { type: Renderer2 }\r\n ]; };\r\n ContextMenuComponent.propDecorators = {\r\n formatting: [{ type: Input }],\r\n textMenu: [{ type: Input }],\r\n topPosition: [{ type: Input }],\r\n lock: [{ type: Input }],\r\n translation: [{ type: Input }],\r\n menuType: [{ type: Input }],\r\n changeFormatting: [{ type: Output }],\r\n removeItem: [{ type: Output }],\r\n copySign: [{ type: Output }],\r\n lockOut: [{ type: Output }],\r\n comment: [{ type: Output }]\r\n };\r\n return ContextMenuComponent;\r\n}());\r\nif (false) {\r\n /** @type {?} */\r\n ContextMenuComponent.prototype.formatting;\r\n /** @type {?} */\r\n ContextMenuComponent.prototype.textMenu;\r\n /** @type {?} */\r\n ContextMenuComponent.prototype.topPosition;\r\n /** @type {?} */\r\n ContextMenuComponent.prototype.lock;\r\n /** @type {?} */\r\n ContextMenuComponent.prototype.translation;\r\n /** @type {?} */\r\n ContextMenuComponent.prototype.menuType;\r\n /** @type {?} */\r\n ContextMenuComponent.prototype.changeFormatting;\r\n /** @type {?} */\r\n ContextMenuComponent.prototype.removeItem;\r\n /** @type {?} */\r\n ContextMenuComponent.prototype.copySign;\r\n /** @type {?} */\r\n ContextMenuComponent.prototype.lockOut;\r\n /** @type {?} */\r\n ContextMenuComponent.prototype.comment;\r\n /** @type {?} */\r\n ContextMenuComponent.prototype.isMobile;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ContextMenuComponent.prototype._windowService;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ContextMenuComponent.prototype._zoomService;\r\n /**\r\n * @type {?}\r\n * @protected\r\n */\r\n ContextMenuComponent.prototype._elementRef;\r\n /**\r\n * @type {?}\r\n * @private\r\n */\r\n ContextMenuComponent.prototype.renderer;\r\n}\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n/** @type {?} */\r\nvar providers = [ConfigService,\r\n Api,\r\n ModalService,\r\n FileService,\r\n FileModel,\r\n FileUtil,\r\n Utils,\r\n SanitizeHtmlPipe,\r\n SanitizeResourceHtmlPipe,\r\n SanitizeStylePipe,\r\n HighlightSearchPipe,\r\n UploadFilesService,\r\n RenderPrintService,\r\n NavigateService,\r\n PagePreloadService,\r\n ZoomService,\r\n ExceptionMessageService,\r\n PasswordService,\r\n ErrorInterceptorService,\r\n SearchService,\r\n WindowService,\r\n ViewportService,\r\n FormattingService,\r\n BackFormattingService,\r\n OnCloseService,\r\n LoadingMaskInterceptorService,\r\n LoadingMaskService,\r\n TabActivatorService,\r\n AddDynamicComponentService,\r\n HostingDynamicComponentService,\r\n TopTabActivatorService];\r\nvar CommonComponentsModule = /** @class */ (function () {\r\n function CommonComponentsModule() {\r\n library.add(fas, far);\r\n }\r\n CommonComponentsModule.decorators = [\r\n { type: NgModule, args: [{\r\n imports: [CommonModule, FontAwesomeModule, ClickOutsideModule],\r\n declarations: [\r\n TopToolbarComponent,\r\n SidePanelComponent,\r\n ButtonComponent,\r\n LogoComponent,\r\n TooltipComponent,\r\n ModalComponent,\r\n BrowseFilesModalComponent,\r\n DocumentComponent,\r\n PageComponent,\r\n SanitizeHtmlPipe,\r\n SanitizeResourceHtmlPipe,\r\n SanitizeStylePipe,\r\n HighlightSearchPipe,\r\n UploadFileZoneComponent,\r\n DndDirective,\r\n ScrollableDirective,\r\n MouseWheelDirective,\r\n ZoomDirective,\r\n SelectComponent,\r\n DisabledCursorDirective,\r\n RotationDirective,\r\n InitStateComponent,\r\n RenderPrintDirective,\r\n ErrorModalComponent,\r\n PasswordRequiredComponent,\r\n SearchComponent,\r\n SearchableDirective,\r\n TabbedToolbarsComponent,\r\n TabComponent,\r\n TabsComponent,\r\n ColorPickerComponent,\r\n FormattingDirective,\r\n SuccessModalComponent,\r\n EditorDirective,\r\n LoadingMaskComponent,\r\n DropDownComponent,\r\n DropDownItemComponent,\r\n DropDownItemsComponent,\r\n DropDownToggleComponent,\r\n LeftSideBarComponent,\r\n TooltipDirective,\r\n HostDynamicDirective,\r\n ResizingComponent,\r\n TopTabComponent,\r\n TextMenuComponent,\r\n ContextMenuComponent\r\n ],\r\n exports: [\r\n TopToolbarComponent,\r\n SidePanelComponent,\r\n ButtonComponent,\r\n LogoComponent,\r\n TooltipComponent,\r\n ModalComponent,\r\n BrowseFilesModalComponent,\r\n DocumentComponent,\r\n PageComponent,\r\n SanitizeResourceHtmlPipe,\r\n SanitizeStylePipe,\r\n HighlightSearchPipe,\r\n SanitizeHtmlPipe,\r\n UploadFileZoneComponent,\r\n ScrollableDirective,\r\n MouseWheelDirective,\r\n SelectComponent,\r\n RotationDirective,\r\n InitStateComponent,\r\n RenderPrintDirective,\r\n ErrorModalComponent,\r\n PasswordRequiredComponent,\r\n SearchComponent,\r\n SearchableDirective,\r\n TabbedToolbarsComponent,\r\n TabComponent,\r\n TabsComponent,\r\n ColorPickerComponent,\r\n FormattingDirective,\r\n SuccessModalComponent,\r\n LoadingMaskComponent,\r\n DndDirective,\r\n DropDownComponent,\r\n DropDownItemComponent,\r\n DropDownItemsComponent,\r\n DropDownToggleComponent,\r\n ZoomDirective,\r\n DropDownToggleComponent,\r\n LeftSideBarComponent,\r\n TooltipDirective,\r\n HostDynamicDirective,\r\n ResizingComponent,\r\n TopTabComponent,\r\n TextMenuComponent,\r\n ContextMenuComponent\r\n ],\r\n providers: providers\r\n },] }\r\n ];\r\n /** @nocollapse */\r\n CommonComponentsModule.ctorParameters = function () { return []; };\r\n return CommonComponentsModule;\r\n}());\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n\r\n/**\r\n * @fileoverview added by tsickle\r\n * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc\r\n */\r\n\r\nexport { AddDynamicComponentService, Api, BackFormattingService, BrowseFilesModalComponent, ButtonComponent, ColorPickerComponent, CommonComponentsModule, CommonModals, ConfigService, ContextMenuComponent, DisabledCursorDirective, DndDirective, DocumentComponent, DropDownComponent, DropDownItemComponent, DropDownItemsComponent, DropDownToggleComponent, EditHtmlService, EditorDirective, ErrorInterceptorService, ErrorModalComponent, ExceptionMessageService, FileCredentials, FileDescription, FileModel, FileService, FileUtil, Formatting, FormattingDirective, FormattingService, HighlightSearchPipe, HostDynamicDirective, HostingDynamicComponentService, HttpError, InitStateComponent, LeftSideBarComponent, LoadingMaskComponent, LoadingMaskInterceptorService, LoadingMaskService, LogoComponent, MenuType, ModalComponent, ModalService, MouseWheelDirective, NavigateService, OnCloseService, PageComponent, PageModel, PagePreloadService, PasswordRequiredComponent, PasswordService, RenderPrintDirective, RenderPrintService, RotatedPage, RotationDirective, SanitizeHtmlPipe, SanitizeResourceHtmlPipe, SanitizeStylePipe, SaveFile, ScrollableDirective, SearchComponent, SearchService, SearchableDirective, SelectComponent, SelectionService, SidePanelComponent, SuccessModalComponent, TabActivatorService, TabComponent, TabbedToolbarsComponent, TextMenuComponent, TooltipComponent, TopTabActivatorService, TopToolbarComponent, UploadFileZoneComponent, UploadFilesService, Utils, ViewportService, WindowService, ZoomDirective, ZoomService, TabsComponent as ɵa, TooltipDirective as ɵb, ResizingComponent as ɵc, TopTabComponent as ɵd };\r\n//# sourceMappingURL=groupdocs.examples.angular-common-components.js.map\r\n","export * from './lib/annotation.module';\r\nexport * from './lib/annotation-app.component';\r\nexport * from './lib/active-annotation.service'\r\nexport * from './lib/annotation.service'\r\nexport * from './lib/annotation-config.service'\r\nexport * from './lib/comment-annotation.service'\r\nexport * from './lib/remove-annotation.service'\r\n","import {Observable, Subject} from \"rxjs\";\r\n\r\nexport class ActiveAnnotationService {\r\n private _observer: Subject = new Subject();\r\n private readonly _activeChange: Observable = this._observer.asObservable();\r\n\r\n constructor() {\r\n }\r\n\r\n get activeChange(): Observable {\r\n return this._activeChange;\r\n }\r\n\r\n changeActive(annId: number) {\r\n this._observer.next(annId);\r\n }\r\n}\r\n\r\n","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n::ng-deep .page {\\n position: relative;\\n}\\n::ng-deep .gd-page-image {\\n width: unset;\\n height: unset;\\n}\\n::ng-deep .top-panel {\\n align-content: flex-start;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: inherit;\\n}\\n.gd-document {\\n width: 100%;\\n height: calc(100% - 90px);\\n}\\n.toolbar-panel {\\n width: 100%;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.annotation-wrapper ::ng-deep .button {\\n color: #3E4E5A !important;\\n}\\n.annotation-wrapper ::ng-deep .button .text {\\n padding: 0px !important;\\n}\\n.annotation-wrapper ::ng-deep .select {\\n color: #3E4E5A !important;\\n}\\n.desktop-hide {\\n display: none;\\n}\\n@media (max-width: 1037px) {\\n ::ng-deep .logo ::ng-deep .icon {\\n font-size: 24px !important;\\n }\\n ::ng-deep .top-panel {\\n height: 120px !important;\\n }\\n ::ng-deep .toolbar-panel ::ng-deep .button,\\n ::ng-deep .toolbar-panel .gd-tab {\\n height: 60px;\\n line-height: 60px;\\n width: 60px;\\n margin: 0px !important;\\n }\\n .desktop-hide {\\n display: block;\\n }\\n .gd-document {\\n height: calc(100% - 120px);\\n }\\n ::ng-deep .bcPicker-palette {\\n position: absolute;\\n left: -80px !important;\\n top: -170px !important;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2Fubm90YXRpb24tYXBwLmNvbXBvbmVudC5sZXNzIiwibGlicy9hbm5vdGF0aW9uL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2Fubm90YXRpb24vc3JjL2xpYi9hbm5vdGF0aW9uLWFwcC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSw2RUNBa0I7QUFHbEI7RUFDRSxzREFBQTtBRERGO0FDSUE7RUFDRSxrQkFBQTtBREZGO0FDS0E7RUFDRSxZQUFBO0VBQ0EsYUFBQTtBREhGO0FDTUE7RUFDRSx5QkFBQTtBREpGO0FDT0E7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRExGO0FDUUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0FETkY7QUNTQTtFQUNFLFdBQUE7RUFDQSx5QkFBQTtBRFBGO0FDVUE7RUFDRSxXQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBRFJGO0FDV0E7RUFFSSx5QkFBQTtBRFZKO0FDUUE7RUFLTSx1QkFBQTtBRFZOO0FDS0E7RUFVSSx5QkFBQTtBRFpKO0FDZ0JBO0VBQ0UsYUFBQTtBRGRGO0FDaUJBO0VBQ0U7SUFFSSwwQkFBQTtFRGhCSjtFQ29CQTtJQUNFLHdCQUFBO0VEbEJGO0VDcUJBOztJQUVJLFlBQUE7SUFDQSxpQkFBQTtJQUNBLFdBQUE7SUFDQSxzQkFBQTtFRG5CSjtFQ3VCQTtJQUNFLGNBQUE7RURyQkY7RUN3QkE7SUFDRSwwQkFBQTtFRHRCRjtFQ3lCQTtJQUNFLGtCQUFBO0lBQ0Esc0JBQUE7SUFDQSxzQkFBQTtFRHZCRjtBQUNGIiwiZmlsZSI6ImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2Fubm90YXRpb24tYXBwLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuOjpuZy1kZWVwIC5wYWdlIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuOjpuZy1kZWVwIC5nZC1wYWdlLWltYWdlIHtcbiAgd2lkdGg6IHVuc2V0O1xuICBoZWlnaHQ6IHVuc2V0O1xufVxuOjpuZy1kZWVwIC50b3AtcGFuZWwge1xuICBhbGlnbi1jb250ZW50OiBmbGV4LXN0YXJ0O1xufVxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0OiAxMDAlO1xuICB3aWR0aDogMTAwJTtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xufVxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gOTBweCk7XG59XG4udG9vbGJhci1wYW5lbCB7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmFubm90YXRpb24td3JhcHBlciA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIGNvbG9yOiAjM0U0RTVBICFpbXBvcnRhbnQ7XG59XG4uYW5ub3RhdGlvbi13cmFwcGVyIDo6bmctZGVlcCAuYnV0dG9uIC50ZXh0IHtcbiAgcGFkZGluZzogMHB4ICFpbXBvcnRhbnQ7XG59XG4uYW5ub3RhdGlvbi13cmFwcGVyIDo6bmctZGVlcCAuc2VsZWN0IHtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbn1cbi5kZXNrdG9wLWhpZGUge1xuICBkaXNwbGF5OiBub25lO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICA6Om5nLWRlZXAgLmxvZ28gOjpuZy1kZWVwIC5pY29uIHtcbiAgICBmb250LXNpemU6IDI0cHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvcC1wYW5lbCB7XG4gICAgaGVpZ2h0OiAxMjBweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbGJhci1wYW5lbCA6Om5nLWRlZXAgLmJ1dHRvbixcbiAgOjpuZy1kZWVwIC50b29sYmFyLXBhbmVsIC5nZC10YWIge1xuICAgIGhlaWdodDogNjBweDtcbiAgICBsaW5lLWhlaWdodDogNjBweDtcbiAgICB3aWR0aDogNjBweDtcbiAgICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xuICB9XG4gIC5kZXNrdG9wLWhpZGUge1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICB9XG4gIC5nZC1kb2N1bWVudCB7XG4gICAgaGVpZ2h0OiBjYWxjKDEwMCUgLSAxMjBweCk7XG4gIH1cbiAgOjpuZy1kZWVwIC5iY1BpY2tlci1wYWxldHRlIHtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgbGVmdDogLTgwcHggIWltcG9ydGFudDtcbiAgICB0b3A6IC0xNzBweCAhaW1wb3J0YW50O1xuICB9XG59XG4iLCJAaW1wb3J0IChjc3MpIHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbkBpbXBvcnQgXCIuLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuXG46Om5nLWRlZXAgLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG5cbjo6bmctZGVlcCAuZ2QtcGFnZS1pbWFnZSB7XG4gIHdpZHRoIDogdW5zZXQ7XG4gIGhlaWdodDogdW5zZXQ7XG59XG5cbjo6bmctZGVlcCAudG9wLXBhbmVsIHtcbiAgYWxpZ24tY29udGVudDogZmxleC1zdGFydDtcbn1cblxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0ICAgICA6IDEwMCU7XG4gIHdpZHRoICAgICAgOiAxMDAlO1xuICBwb3NpdGlvbiAgIDogZml4ZWQ7XG4gIHRvcCAgICAgICAgOiAwO1xuICBib3R0b20gICAgIDogMDtcbiAgbGVmdCAgICAgICA6IDA7XG4gIHJpZ2h0ICAgICAgOiAwO1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0IDogaW5oZXJpdDtcbn1cblxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGggOiAxMDAlO1xuICBoZWlnaHQ6flwiY2FsYygxMDAlIC0gQHtlZGl0b3ItbmF2LWhlaWdodH0pXCI7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgd2lkdGggICAgICA6IDEwMCU7XG4gIGRpc3BsYXkgICAgOiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuXG4uYW5ub3RhdGlvbi13cmFwcGVyIHtcbiAgOjpuZy1kZWVwIC5idXR0b24ge1xuICAgIGNvbG9yOiBAcHJpbWFyeSAgIWltcG9ydGFudDtcblxuICAgIC50ZXh0IHtcbiAgICAgIHBhZGRpbmc6IDBweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuXG4gIDo6bmctZGVlcCAuc2VsZWN0IHtcbiAgICBjb2xvcjogQHByaW1hcnkgICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuLmRlc2t0b3AtaGlkZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIDo6bmctZGVlcCAubG9nbyB7XG4gICAgOjpuZy1kZWVwIC5pY29uIHtcbiAgICAgIGZvbnQtc2l6ZTogMjRweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuXG4gIDo6bmctZGVlcCAudG9wLXBhbmVsIHtcbiAgICBoZWlnaHQ6IDEyMHB4ICFpbXBvcnRhbnQ7XG4gIH1cblxuICA6Om5nLWRlZXAgLnRvb2xiYXItcGFuZWwge1xuICAgIDo6bmctZGVlcCAuYnV0dG9uLCAuZ2QtdGFiIHtcbiAgICAgIGhlaWdodDogNjBweDtcbiAgICAgIGxpbmUtaGVpZ2h0OiA2MHB4O1xuICAgICAgd2lkdGg6IDYwcHg7XG4gICAgICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuXG4gIC5kZXNrdG9wLWhpZGUge1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICB9XG5cbiAgLmdkLWRvY3VtZW50IHtcbiAgICBoZWlnaHQ6flwiY2FsYygxMDAlIC0gMTIwcHgpXCI7XG4gIH1cblxuICA6Om5nLWRlZXAgLmJjUGlja2VyLXBhbGV0dGUge1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICBsZWZ0OiAtODBweCAhaW1wb3J0YW50O1xuICAgIHRvcDogLTE3MHB4ICFpbXBvcnRhbnQ7XG4gIH1cbn0iXX0= */\"","import {Component, ComponentRef, OnInit} from '@angular/core';\r\nimport {AnnotationConfig} from \"./annotation-config\";\r\nimport {AnnotationService} from \"./annotation.service\";\r\nimport {\r\n AddDynamicComponentService,\r\n CommonModals,\r\n FileCredentials,\r\n FileModel, Formatting,\r\n HostingDynamicComponentService,\r\n ModalService,\r\n NavigateService, PagePreloadService, PasswordService,\r\n TopTabActivatorService, UploadFilesService,\r\n Utils,\r\n WindowService,\r\n ZoomService\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport {\r\n AnnotationType,\r\n CommentAnnotation,\r\n Position,\r\n RemoveAnnotation,\r\n Comment,\r\n FileAnnotationDescription, PageAnnotationModel, AnnotationData, Dimension\r\n} from \"./annotation-models\";\r\nimport {AnnotationComponent} from \"./annotation/annotation.component\";\r\nimport {ActiveAnnotationService} from \"./active-annotation.service\";\r\nimport * as jquery from 'jquery';\r\nimport {RemoveAnnotationService} from \"./remove-annotation.service\";\r\nimport {CommentAnnotationService} from \"./comment-annotation.service\";\r\nimport { AnnotationConfigService } from \"./annotation-config.service\";\r\n\r\nconst $ = jquery;\r\n\r\n@Component({\r\n selector: 'gd-annotation-app',\r\n templateUrl: './annotation-app.component.html',\r\n styleUrls: ['./annotation-app.component.less']\r\n})\r\nexport class AnnotationAppComponent implements OnInit {\r\n title = 'annotation';\r\n files: FileModel[] = [];\r\n file: FileAnnotationDescription;\r\n isLoading: boolean;\r\n annotationConfig: AnnotationConfig;\r\n browseFilesModal = CommonModals.BrowseFiles;\r\n formatDisabled = !this.file;\r\n public credentials: FileCredentials;\r\n annotationTypes = [\r\n AnnotationType.TEXT,\r\n AnnotationType.TEXT_STRIKEOUT,\r\n AnnotationType.TEXT_UNDERLINE,\r\n AnnotationType.TEXT_REPLACEMENT,\r\n AnnotationType.TEXT_REDACTION,\r\n AnnotationType.POLYLINE,\r\n AnnotationType.ARROW,\r\n AnnotationType.DISTANCE,\r\n AnnotationType.AREA,\r\n AnnotationType.TEXT_FIELD,\r\n AnnotationType.WATERMARK,\r\n AnnotationType.POINT,\r\n ];\r\n isDesktop: boolean;\r\n annotationTypeFirst = [\r\n AnnotationType.TEXT,\r\n AnnotationType.TEXT_UNDERLINE,\r\n AnnotationType.TEXT_REDACTION,\r\n AnnotationType.TEXT_REPLACEMENT,\r\n AnnotationType.TEXT_STRIKEOUT,\r\n ];\r\n annotationTypeSecond = [\r\n AnnotationType.POLYLINE,\r\n AnnotationType.ARROW,\r\n AnnotationType.DISTANCE,\r\n AnnotationType.AREA,\r\n AnnotationType.POINT\r\n ];\r\n annotationTypeThird = [\r\n AnnotationType.TEXT_FIELD,\r\n AnnotationType.WATERMARK,\r\n ];\r\n countPages = 0;\r\n commentOpenedId: number;\r\n comments = new Map();\r\n _zoom = 100;\r\n _pageWidth: number;\r\n _pageHeight: number;\r\n\r\n private activeAnnotationTab: string;\r\n private fileWasDropped = false;\r\n public annotations = new Map>();\r\n private creatingAnnotationId: number;\r\n private activeAnnotationId: number;\r\n\r\n constructor(private _annotationService: AnnotationService,\r\n private _modalService: ModalService,\r\n private _navigateService: NavigateService,\r\n private _tabActivatorService: TopTabActivatorService,\r\n private _hostingComponentsService: HostingDynamicComponentService,\r\n private _addDynamicComponentService: AddDynamicComponentService,\r\n private _activeAnnotationService: ActiveAnnotationService,\r\n private _removeAnnotationService: RemoveAnnotationService,\r\n public _commentAnnotationService: CommentAnnotationService,\r\n uploadFilesService: UploadFilesService,\r\n pagePreloadService: PagePreloadService,\r\n passwordService: PasswordService,\r\n private _windowService: WindowService,\r\n private _zoomService: ZoomService,\r\n configService: AnnotationConfigService) {\r\n\r\n configService.updatedConfig.subscribe((annotationConfig) => {\r\n this.annotationConfig = annotationConfig;\r\n });\r\n\r\n this.isDesktop = _windowService.isDesktop();\r\n _windowService.onResize.subscribe((w) => {\r\n this.isDesktop = _windowService.isDesktop();\r\n if (!this.isDesktop) {\r\n this.refreshZoom();\r\n }\r\n });\r\n\r\n this._activeAnnotationService.activeChange.subscribe((id: number) => {\r\n if (this.activeAnnotationId !== id) {\r\n this.commentOpenedId = null;\r\n this.activeAnnotationId = id;\r\n }\r\n });\r\n\r\n this._commentAnnotationService.commentAnnotation.subscribe((commentAnnotation: CommentAnnotation) => {\r\n this.commentOpenedId = commentAnnotation.id;\r\n if (!this.comments.get(this.commentOpenedId)) {\r\n this.comments.set(this.commentOpenedId, []);\r\n }\r\n });\r\n\r\n this._commentAnnotationService.addCommentObserve.subscribe((comment: Comment) => {\r\n this.comments.get(this.commentOpenedId).push(comment);\r\n });\r\n\r\n this._removeAnnotationService.removeAnnotation.subscribe((removeAnnotation: RemoveAnnotation) => {\r\n const componentRef = this.annotations.get(removeAnnotation.id);\r\n if (componentRef) {\r\n componentRef.destroy();\r\n }\r\n this.annotations.delete(removeAnnotation.id);\r\n if (this.commentOpenedId === removeAnnotation.id) {\r\n this.commentOpenedId = null;\r\n }\r\n this.comments.delete(removeAnnotation.id);\r\n });\r\n\r\n uploadFilesService.uploadsChange.subscribe((uploads) => {\r\n if (uploads) {\r\n let i: number;\r\n for (i = 0; i < uploads.length; i++) {\r\n this._annotationService.upload(uploads.item(i), '', this.rewriteConfig).subscribe((obj: FileCredentials) => {\r\n this.fileWasDropped ? this.selectFile(obj.guid, '', '') : this.selectDir('');\r\n });\r\n }\r\n }\r\n });\r\n\r\n pagePreloadService.checkPreload.subscribe((page: number) => {\r\n if (this.preloadPageCountConfig !== 0) {\r\n for (let i = page; i < page + 2; i++) {\r\n if (i > 0 && i <= this.countPages && !this.file.pages[i - 1].data) {\r\n this.preloadPages(i, i);\r\n }\r\n }\r\n }\r\n });\r\n\r\n passwordService.passChange.subscribe((pass: string) => {\r\n this.selectFile(this.credentials.guid, pass, CommonModals.PasswordRequired);\r\n });\r\n\r\n this.isDesktop = _windowService.isDesktop();\r\n _windowService.onResize.subscribe((w) => {\r\n this.isDesktop = _windowService.isDesktop();\r\n });\r\n }\r\n\r\n getComments() {\r\n return this.comments.get(this.commentOpenedId);\r\n }\r\n\r\n get rewriteConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.rewrite : true;\r\n }\r\n\r\n get zoomConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.zoom : false;\r\n }\r\n\r\n get pageSelectorConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.pageSelector : true;\r\n }\r\n\r\n get preloadPageCountConfig(): number {\r\n return this.annotationConfig ? this.annotationConfig.preloadPageCount : 0;\r\n }\r\n\r\n get downloadConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.download : true;\r\n }\r\n\r\n get downloadOriginalConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.downloadOriginal : true;\r\n }\r\n\r\n get downloadAnnotatedConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.downloadAnnotated : true;\r\n }\r\n\r\n get uploadConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.upload : true;\r\n }\r\n\r\n private defaultDocumentConfig() {\r\n return this.annotationConfig ? this.annotationConfig.defaultDocument : \"\";\r\n }\r\n\r\n get printConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.print : true;\r\n }\r\n\r\n get browseConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.browse : true;\r\n }\r\n\r\n get htmlModeConfig(): boolean {\r\n return false;\r\n }\r\n\r\n get enableRightClickConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.enableRightClick : true;\r\n }\r\n\r\n get textAnnotationConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.textAnnotation : true;\r\n }\r\n\r\n get areaAnnotationConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.areaAnnotation : true;\r\n }\r\n\r\n get pointAnnotationConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.pointAnnotation : true;\r\n }\r\n\r\n get textStrikeoutAnnotationConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.textStrikeoutAnnotation : true;\r\n }\r\n\r\n get polylineAnnotationConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.polylineAnnotation : true;\r\n }\r\n\r\n get textFieldAnnotationConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.textFieldAnnotation : true;\r\n }\r\n\r\n get watermarkAnnotationConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.watermarkAnnotation : true;\r\n }\r\n\r\n get textReplacementAnnotationConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.textReplacementAnnotation : true;\r\n }\r\n\r\n get arrowAnnotationConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.arrowAnnotation : true;\r\n }\r\n\r\n get textRedactionAnnotationConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.textRedactionAnnotation : true;\r\n }\r\n\r\n get textUnderlineAnnotationConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.textUnderlineAnnotation : true;\r\n }\r\n\r\n get distanceAnnotationConfig(): boolean {\r\n return this.annotationConfig ? this.annotationConfig.distanceAnnotation : true;\r\n }\r\n\r\n ngOnInit() {\r\n if (this.annotationConfig.defaultDocument !== \"\"){\r\n this.isLoading = true;\r\n this.selectFile(this.annotationConfig.defaultDocument, \"\", \"\");\r\n }\r\n }\r\n\r\n private ptToPx(pt: number) {\r\n //pt * 96 / 72 = px.\r\n return pt * 96 / 72;\r\n }\r\n\r\n private getFitToWidth() {\r\n // Images and Excel-related files receiving dimensions in px from server\r\n const pageWidth = this.ptToPx(this._pageWidth);\r\n const pageHeight = this.ptToPx(this._pageHeight);\r\n const offsetWidth = pageWidth ? pageWidth : window.innerWidth;\r\n\r\n return (pageHeight > pageWidth && Math.round(offsetWidth / window.innerWidth) < 2) ? 200 - Math.round(offsetWidth * 100 / window.innerWidth) : Math.round(window.innerWidth * 100 / offsetWidth);\r\n }\r\n\r\n set zoom(zoom) {\r\n this._zoom = zoom;\r\n this._zoomService.changeZoom(this._zoom);\r\n }\r\n\r\n get zoom() {\r\n return this._zoom;\r\n }\r\n\r\n private refreshZoom() {\r\n this.zoom = this._windowService.isDesktop() ? 100 : this.getFitToWidth();\r\n }\r\n\r\n zoomIn() {\r\n if (this.formatDisabled)\r\n return;\r\n if (this._zoom < 490) {\r\n this.zoom = this._zoom + 10;\r\n }\r\n }\r\n\r\n zoomOut() {\r\n if (this.formatDisabled)\r\n return;\r\n if (this._zoom > 30) {\r\n this.zoom = this._zoom - 10;\r\n }\r\n }\r\n\r\n openModal(id: string) {\r\n this._modalService.open(id);\r\n }\r\n\r\n closeModal(id: string) {\r\n this._modalService.close(id);\r\n }\r\n\r\n selectDir($event: string) {\r\n this._annotationService.loadFiles($event).subscribe((files: FileModel[]) => this.files = files || []);\r\n }\r\n\r\n selectFile($event: string, password: string, modalId: string) {\r\n this.credentials = new FileCredentials($event, password);\r\n this.file = null;\r\n this.commentOpenedId = null;\r\n this._annotationService.loadFile(this.credentials).subscribe((file: FileAnnotationDescription) => {\r\n this.cleanAnnotations();\r\n this.file = file;\r\n this.formatDisabled = !this.file;\r\n if (file) {\r\n if (!this.isDesktop && file.pages && file.pages[0]) {\r\n this._pageHeight = file.pages[0].height;\r\n this._pageWidth = file.pages[0].width;\r\n this.refreshZoom();\r\n }\r\n const preloadPageCount = this.preloadPageCountConfig;\r\n const countPages = file.pages ? file.pages.length : 0;\r\n if (preloadPageCount > 0) {\r\n this.preloadPages(1, preloadPageCount > countPages ? countPages : preloadPageCount);\r\n } else {\r\n setTimeout(() => {\r\n for (const page of this.file.pages) {\r\n this.importAnnotations(page.annotations ? page.annotations : []);\r\n }\r\n }, 100);\r\n }\r\n this._navigateService.countPages = countPages;\r\n this._navigateService.currentPage = 1;\r\n this.countPages = countPages;\r\n }\r\n }\r\n );\r\n if (modalId) {\r\n this._modalService.close(modalId);\r\n }\r\n this.clearData();\r\n }\r\n\r\n preloadPages(start: number, end: number) {\r\n for (let i = start; i <= end; i++) {\r\n this._annotationService.loadPage(this.credentials, i).subscribe((page: PageAnnotationModel) => {\r\n this.file.pages[i - 1] = page;\r\n setTimeout(() => {\r\n this.importAnnotations(page.annotations ? page.annotations : []);\r\n }, 100);\r\n });\r\n }\r\n }\r\n\r\n private importAnnotations(annotations: AnnotationData[]) {\r\n for (const annotation of annotations) {\r\n const position = new Position(annotation.left, annotation.top);\r\n const id = this.addAnnotationComponent(annotation.pageNumber, position, annotation);\r\n this.comments.set(id, annotation.comments);\r\n this._activeAnnotationService.changeActive(id);\r\n }\r\n }\r\n\r\n upload($event: string) {\r\n this._annotationService.upload(null, $event, this.rewriteConfig).subscribe(() => {\r\n this.selectDir('');\r\n });\r\n }\r\n\r\n onRightClick($event: MouseEvent) {\r\n return this.enableRightClickConfig;\r\n }\r\n\r\n downloadFile() {\r\n if (this.formatDisabled)\r\n return;\r\n window.location.assign(this._annotationService.getDownloadUrl(this.credentials));\r\n }\r\n\r\n annotate() {\r\n const annotationsData = this.prepareAnnotationsData();\r\n\r\n this._annotationService.annotate(this.credentials, annotationsData, false).subscribe((ret: any) => {\r\n this._modalService.open(CommonModals.OperationSuccess);\r\n this.selectFile(ret.guid, this.credentials.password, CommonModals.OperationSuccess);\r\n });\r\n }\r\n\r\n public prepareAnnotationsData(){\r\n const annotationsData = [];\r\n for (const annotation of this.annotations.values()) {\r\n const annotationData = (annotation.instance).getAnnotationData();\r\n annotationData.comments = this.comments.get(annotationData.id);\r\n annotationsData.push(annotationData);\r\n }\r\n return annotationsData;\r\n }\r\n\r\n isVisible(id: string) {\r\n const supported = !this.file || (this.file && this.file.supportedAnnotations &&\r\n this.file.supportedAnnotations.find(function (value: string) {\r\n return id === value;\r\n }));\r\n return this.getAnnotationTypeConfig(id) && supported;\r\n }\r\n\r\n activeTab($event) {\r\n this.activeAnnotationTab = $event;\r\n }\r\n\r\n codesConfigFirst() {\r\n return this.checkConfig(this.annotationTypeFirst);\r\n }\r\n\r\n codesConfigSecond() {\r\n return this.checkConfig(this.annotationTypeSecond);\r\n }\r\n\r\n private checkConfig(annotationList) {\r\n for (const annotationType of annotationList) {\r\n if (this.getAnnotationTypeConfig(annotationType.id)) {\r\n return true;\r\n }\r\n }\r\n return false;\r\n }\r\n\r\n codesConfigThird() {\r\n return this.getAnnotationTypeConfig(AnnotationType.TEXT_FIELD.id) && this.getAnnotationTypeConfig(AnnotationType.WATERMARK.id);\r\n }\r\n\r\n private getAnnotationTypeConfig(id: string) {\r\n switch (id) {\r\n case AnnotationType.TEXT.id:\r\n return this.textAnnotationConfig;\r\n case AnnotationType.AREA.id:\r\n return this.areaAnnotationConfig;\r\n case AnnotationType.POINT.id:\r\n return this.pointAnnotationConfig;\r\n case AnnotationType.TEXT_STRIKEOUT.id:\r\n return this.textStrikeoutAnnotationConfig;\r\n case AnnotationType.POLYLINE.id:\r\n return this.polylineAnnotationConfig;\r\n case AnnotationType.TEXT_FIELD.id:\r\n return this.textFieldAnnotationConfig;\r\n case AnnotationType.WATERMARK.id:\r\n return this.watermarkAnnotationConfig;\r\n case AnnotationType.TEXT_REPLACEMENT.id:\r\n return this.textReplacementAnnotationConfig;\r\n case AnnotationType.ARROW.id:\r\n return this.arrowAnnotationConfig;\r\n case AnnotationType.TEXT_REDACTION.id:\r\n return this.textRedactionAnnotationConfig;\r\n case AnnotationType.TEXT_UNDERLINE.id:\r\n return this.textUnderlineAnnotationConfig;\r\n case AnnotationType.DISTANCE.id:\r\n return this.distanceAnnotationConfig;\r\n }\r\n }\r\n\r\n fileDropped($event) {\r\n this.fileWasDropped = $event;\r\n }\r\n\r\n private cleanAnnotations() {\r\n for (const componentRef of this.annotations.values()) {\r\n componentRef.destroy();\r\n }\r\n this.annotations = new Map>();\r\n this.comments = new Map();\r\n }\r\n\r\n private clearData() {\r\n if (!this.file || !this.file.pages) {\r\n return;\r\n }\r\n for (const page of this.file.pages) {\r\n page.data = null;\r\n }\r\n }\r\n\r\n createAnnotation($event: MouseEvent) {\r\n if (this.activeAnnotationTab)\r\n {\r\n $event.preventDefault();\r\n } \r\n\r\n if (this.activeAnnotationTab) {\r\n const position = Utils.getMousePosition($event);\r\n\r\n const elements = document.elementsFromPoint(position.x, position.y);\r\n const currentPage = elements.find(x => x.id && x.id.startsWith(\"page-\"));\r\n if (currentPage) {\r\n const documentPage = $(currentPage).parent().parent()[0];\r\n const currentPosition = this.getCurrentPosition(position, $(documentPage));\r\n const pageId = currentPage.id;\r\n let pageNumber = 1;\r\n if (pageId) {\r\n const split = pageId.split('-');\r\n pageNumber = split.length === 2 ? parseInt(split[1], 10) : pageNumber;\r\n }\r\n const id = this.addAnnotationComponent(pageNumber, currentPosition, null);\r\n this._activeAnnotationService.changeActive(id);\r\n this.creatingAnnotationId = id;\r\n this._tabActivatorService.changeActiveTab(null);\r\n }\r\n }\r\n }\r\n\r\n private addAnnotationComponent(pageNumber: number, currentPosition: Position, data: AnnotationData) {\r\n const dynamicDirective = this._hostingComponentsService.find(pageNumber);\r\n if (dynamicDirective) {\r\n const viewContainerRef = dynamicDirective.viewContainerRef;\r\n const annotationComponent = this._addDynamicComponentService.addDynamicComponent(viewContainerRef, AnnotationComponent);\r\n const id = this.getNextId();\r\n (annotationComponent.instance).id = id;\r\n (annotationComponent.instance).position = currentPosition;\r\n (annotationComponent.instance).pageNumber = pageNumber;\r\n if (data) {\r\n const dimension = new Dimension(data.width, data.height);\r\n const type = AnnotationType.getAnnotationType(data.type);\r\n const formatting = Formatting.default();\r\n formatting.fontSize = data.fontSize;\r\n if (data.fontColor) {\r\n formatting.color = \"#\" + data.fontColor.toString(16);\r\n }\r\n formatting.font = data.font;\r\n (annotationComponent.instance).type = type ? type.id : data.type;\r\n (annotationComponent.instance).dimension = dimension;\r\n (annotationComponent.instance).svgPath = data.svgPath;\r\n (annotationComponent.instance).textValue = data.text;\r\n if (formatting) {\r\n (annotationComponent.instance).saveFormatting(formatting);\r\n }\r\n } else {\r\n (annotationComponent.instance).type = this.activeAnnotationTab;\r\n }\r\n const pageModel = this.file.pages.find(function (p) {\r\n return p.number === pageNumber;\r\n });\r\n (annotationComponent.instance).pageWidth = pageModel.width;\r\n (annotationComponent.instance).pageHeight = pageModel.height;\r\n this.annotations.set(id, annotationComponent);\r\n return id;\r\n }\r\n return null;\r\n }\r\n\r\n resizingCreatingAnnotation($event: MouseEvent) {\r\n if (this.activeAnnotationTab)\r\n {\r\n $event.preventDefault();\r\n } \r\n\r\n if (this.creatingAnnotationId) {\r\n const position = Utils.getMousePosition($event);\r\n const annotationComponent = this.annotations.get(this.creatingAnnotationId);\r\n const type = (annotationComponent.instance).type;\r\n const pageNumber = (annotationComponent.instance).pageNumber;\r\n const currentPosition = this.getCurrentPosition(position, $(\"#page-\" + pageNumber));\r\n if (type === AnnotationType.POLYLINE.id || type === AnnotationType.DISTANCE.id || type === AnnotationType.ARROW.id) {\r\n (annotationComponent.instance).draw(currentPosition);\r\n } else if (type !== AnnotationType.POINT.id) {\r\n (annotationComponent.instance).calcDimensions(currentPosition);\r\n }\r\n }\r\n }\r\n\r\n private getCurrentPosition(position, page) {\r\n const left = (position.x - page.offset().left)/(this.zoom/100);\r\n const top = (position.y - page.offset().top)/(this.zoom/100);\r\n return new Position(left, top);\r\n }\r\n\r\n finishCreatingAnnotation($event: MouseEvent) {\r\n if (this.activeAnnotationTab)\r\n {\r\n $event.preventDefault();\r\n } \r\n\r\n if (this.creatingAnnotationId) {\r\n this._activeAnnotationService.changeActive(this.creatingAnnotationId);\r\n this.creatingAnnotationId = null;\r\n }\r\n }\r\n\r\n closeComments() {\r\n this.commentOpenedId = null;\r\n }\r\n\r\n onPan($event)\r\n {\r\n this._zoomService.changeZoom(this._zoom);\r\n }\r\n\r\n private getNextId() {\r\n let maxId = 0;\r\n for (const annId of this.annotations.keys()) {\r\n if (annId > maxId){\r\n maxId = annId;\r\n }\r\n }\r\n const id = maxId + 1;\r\n return id;\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {BehaviorSubject, Observable} from \"rxjs\";\r\nimport {HttpClient} from \"@angular/common/http\";\r\nimport {Api, ConfigService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {AnnotationConfig} from \"./annotation-config\";\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class AnnotationConfigService {\r\n\r\n private _annotationConfig: BehaviorSubject = new BehaviorSubject(new AnnotationConfig());\r\n private _updatedConfig: Observable = this._annotationConfig.asObservable();\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n get updatedConfig() {\r\n return this._updatedConfig;\r\n }\r\n\r\n load() {\r\n return new Promise((resolve, reject) => {\r\n const configEndpoint = this._config.getConfigEndpoint(Api.ANNOTATION_APP);\r\n this._http.get(configEndpoint, Api.httpOptionsJson).toPromise().then((response: AnnotationConfig) => {\r\n const annotationConfig = response;\r\n this._annotationConfig.next(annotationConfig);\r\n resolve();\r\n }).catch((response: any) => {\r\n reject(`Could not load annotation config: ${JSON.stringify(response)}`);\r\n });\r\n });\r\n }\r\n}\r\n","export class AnnotationConfig {\r\n rewrite: boolean;\r\n pageSelector: boolean;\r\n download: boolean;\r\n upload: boolean;\r\n print: boolean;\r\n browse: boolean;\r\n enableRightClick: boolean;\r\n\r\n filesDirectory: string;\r\n fontsDirectory: string;\r\n defaultDocument: string;\r\n preloadPageCount: 0;\r\n\r\n textAnnotation: boolean;\r\n areaAnnotation: boolean;\r\n pointAnnotation: boolean;\r\n textStrikeoutAnnotation: boolean;\r\n polylineAnnotation: boolean;\r\n textFieldAnnotation: boolean;\r\n watermarkAnnotation: boolean;\r\n textReplacementAnnotation: boolean;\r\n arrowAnnotation: boolean;\r\n textRedactionAnnotation: boolean;\r\n textUnderlineAnnotation: boolean;\r\n distanceAnnotation: boolean;\r\n downloadOriginal: boolean;\r\n downloadAnnotated: boolean;\r\n\r\n zoom: boolean;\r\n}\r\n","import {PageModel} from \"@groupdocs.examples.angular/common-components\";\r\n\r\nexport class AnnotationType {\r\n public static TEXT = {id: 'textHighlight', name: 'Text', icon: 'highlighter'};\r\n public static AREA = {id: 'area', name: 'Area', icon: 'vector-square'};\r\n public static POINT = {id: 'point', name: 'Point', icon: 'thumbtack'};\r\n public static TEXT_STRIKEOUT = {id: 'textStrikeout', name: 'Text strikeout', icon: 'strikethrough',};\r\n public static POLYLINE = {id: 'polyline', name: 'Polyline', icon: 'signature'};\r\n public static TEXT_FIELD = {id: 'textField', name: 'Text field', icon: 'i-cursor'};\r\n public static WATERMARK = {id: 'watermark', name: 'Watermark', icon: 'tint'};\r\n public static TEXT_REPLACEMENT = {id: 'textReplacement', name: 'Text replacement', icon: 'edit'};\r\n public static ARROW = {id: 'arrow', name: 'Arrow', icon: 'mouse-pointer'};\r\n public static TEXT_REDACTION = {id: 'textRedaction', name: 'Text redaction', icon: 'brush'};\r\n public static TEXT_UNDERLINE = {id: 'textUnderline', name: 'Text underline', icon: 'underline'};\r\n public static DISTANCE = {id: 'distance', name: 'Distance', icon: 'ruler'};\r\n\r\n public static getAnnotationType(id: string) {\r\n switch (id) {\r\n case AnnotationType.TEXT.id:\r\n return AnnotationType.TEXT;\r\n case AnnotationType.AREA.id:\r\n return AnnotationType.AREA;\r\n case AnnotationType.POINT.id:\r\n return AnnotationType.POINT;\r\n case AnnotationType.TEXT_STRIKEOUT.id:\r\n return AnnotationType.TEXT_STRIKEOUT;\r\n case AnnotationType.POLYLINE.id:\r\n return AnnotationType.POLYLINE;\r\n case AnnotationType.TEXT_FIELD.id:\r\n return AnnotationType.TEXT_FIELD;\r\n case AnnotationType.WATERMARK.id:\r\n return AnnotationType.WATERMARK;\r\n case AnnotationType.TEXT_REPLACEMENT.id:\r\n return AnnotationType.TEXT_REPLACEMENT;\r\n case AnnotationType.ARROW.id:\r\n return AnnotationType.ARROW;\r\n case AnnotationType.TEXT_REDACTION.id:\r\n return AnnotationType.TEXT_REDACTION;\r\n case AnnotationType.TEXT_UNDERLINE.id:\r\n return AnnotationType.TEXT_UNDERLINE;\r\n case AnnotationType.DISTANCE.id:\r\n return AnnotationType.DISTANCE;\r\n }\r\n }\r\n}\r\n\r\nexport class FileAnnotationDescription {\r\n guid: string;\r\n pages: PageAnnotationModel[];\r\n supportedAnnotations: string[];\r\n}\r\n\r\nexport class PageAnnotationModel extends PageModel {\r\n annotations: AnnotationData[];\r\n}\r\n\r\nexport class Position {\r\n left: number;\r\n top: number;\r\n\r\n constructor(left: number, top: number) {\r\n this.left = left;\r\n this.top = top;\r\n }\r\n\r\n static clone(position: Position) {\r\n return new Position(position.left, position.top);\r\n }\r\n}\r\n\r\nexport class Dimension {\r\n width: number;\r\n height: number;\r\n\r\n constructor(width: number, height: number) {\r\n this.width = width;\r\n this.height = height;\r\n }\r\n\r\n isNone() {\r\n return this.width === 0 && this.height === 0;\r\n }\r\n}\r\n\r\nexport class AnnotationData {\r\n\r\n constructor() {\r\n this.text = \"\";\r\n this.fontColor = 8421375;\r\n }\r\n\r\n id: number;\r\n comments: Comment[];\r\n text: string;\r\n font: string;\r\n fontSize: number;\r\n fontColor: number;\r\n height: number;\r\n width: number;\r\n left: number;\r\n top: number;\r\n pageNumber: number;\r\n svgPath: string;\r\n type: string;\r\n}\r\n\r\nexport class CommentAnnotation {\r\n constructor(id: number) {\r\n this.id = id;\r\n }\r\n\r\n id: number;\r\n}\r\n\r\nexport class Comment {\r\n\r\n id: number;\r\n text: string;\r\n userName: string;\r\n time: number;\r\n\r\n constructor(id: number) {\r\n this.id = id;\r\n this.time = Date.now();\r\n this.text = \"\";\r\n this.userName = \"\";\r\n }\r\n\r\n static create(comment) {\r\n const ret = new Comment(comment.id);\r\n ret.text = comment.text;\r\n ret.userName = comment.userName;\r\n ret.time = comment.time;\r\n return ret;\r\n }\r\n}\r\n\r\nexport class RemoveAnnotation {\r\n constructor(id: number) {\r\n this.id = id;\r\n }\r\n\r\n id: number;\r\n}\r\n","import {APP_INITIALIZER, ModuleWithProviders, NgModule} from '@angular/core';\r\nimport {CommonModule} from '@angular/common';\r\nimport {\r\n Api,\r\n CommonComponentsModule,\r\n ConfigService,\r\n ErrorInterceptorService, LoadingMaskInterceptorService, LoadingMaskService\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport {AnnotationConfigService} from \"./annotation-config.service\";\r\nimport {HTTP_INTERCEPTORS, HttpClientModule} from \"@angular/common/http\";\r\nimport {FontAwesomeModule} from \"@fortawesome/angular-fontawesome\";\r\nimport {ClickOutsideModule} from \"ng-click-outside\";\r\nimport {AnnotationAppComponent} from './annotation-app.component';\r\nimport {library} from \"@fortawesome/fontawesome-svg-core\";\r\nimport {fas} from \"@fortawesome/free-solid-svg-icons\";\r\nimport {far} from \"@fortawesome/free-regular-svg-icons\";\r\nimport {AnnotationComponent} from './annotation/annotation.component';\r\nimport {ActiveAnnotationService} from \"./active-annotation.service\";\r\nimport {RemoveAnnotationService} from \"./remove-annotation.service\";\r\nimport {CommentAnnotationService} from \"./comment-annotation.service\";\r\nimport {CommentPanelComponent} from './comment-panel/comment-panel.component';\r\nimport {CommentComponent} from './comment/comment.component';\r\nimport {CreateCommentComponent} from './create-comment/create-comment.component';\r\n\r\nexport function initializeApp(annotationConfigService: AnnotationConfigService) {\r\n const result = () => annotationConfigService.load();\r\n return result;\r\n}\r\n\r\n// NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981\r\n// @dynamic\r\nexport function setupLoadingInterceptor(service: LoadingMaskService) {\r\n return new LoadingMaskInterceptorService(service);\r\n}\r\n\r\n@NgModule({\r\n declarations: [AnnotationAppComponent, AnnotationComponent, CommentPanelComponent, CommentComponent, CreateCommentComponent,\r\n ],\r\n exports: [CommonComponentsModule, AnnotationAppComponent, AnnotationComponent, CommentPanelComponent, CommentComponent, CreateCommentComponent],\r\n imports:\r\n [CommonModule,\r\n CommonComponentsModule,\r\n HttpClientModule,\r\n FontAwesomeModule,\r\n ClickOutsideModule],\r\n providers:\r\n [\r\n ConfigService,\r\n AnnotationConfigService,\r\n ActiveAnnotationService,\r\n RemoveAnnotationService,\r\n CommentAnnotationService,\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useClass: ErrorInterceptorService,\r\n multi: true\r\n },\r\n {\r\n provide: APP_INITIALIZER,\r\n useFactory: initializeApp,\r\n deps: [AnnotationConfigService], multi: true\r\n },\r\n LoadingMaskService,\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useFactory: setupLoadingInterceptor,\r\n multi: true,\r\n deps: [LoadingMaskService]\r\n }\r\n ],\r\n entryComponents: [AnnotationComponent],\r\n})\r\n\r\nexport class AnnotationModule {\r\n constructor() {\r\n library.add(fas, far);\r\n }\r\n\r\n static forRoot(apiEndpoint: string): ModuleWithProviders {\r\n Api.DEFAULT_API_ENDPOINT = apiEndpoint;\r\n return {\r\n ngModule: AnnotationModule\r\n };\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {HttpClient} from \"@angular/common/http\";\r\nimport {Api, ConfigService, FileCredentials, FileUtil} from \"@groupdocs.examples.angular/common-components\";\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class AnnotationService {\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n loadFiles(path: string) {\r\n return this._http.post(this._config.getAnnotationApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\r\n }\r\n\r\n loadFile(credentials: FileCredentials) {\r\n return this._http.post(this._config.getAnnotationApiEndpoint() + Api.LOAD_DOCUMENT_DESCRIPTION, credentials, Api.httpOptionsJson);\r\n }\r\n\r\n upload(file: File, url: string, rewrite: boolean) {\r\n const formData = new FormData();\r\n formData.append(\"file\", file);\r\n formData.append('rewrite', String(rewrite));\r\n if (url) {\r\n formData.append(\"url\", url);\r\n }\r\n\r\n return this._http.post(this._config.getAnnotationApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\r\n }\r\n\r\n loadPage(credentials: FileCredentials, page: number) {\r\n return this._http.post(this._config.getAnnotationApiEndpoint() + Api.LOAD_DOCUMENT_PAGE, {\r\n 'guid': credentials.guid,\r\n 'password': credentials.password,\r\n 'page': page\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n getDownloadUrl(credentials: FileCredentials) {\r\n return this._config.getAnnotationApiEndpoint() + Api.DOWNLOAD_DOCUMENTS + '/?path=' + credentials.guid;\r\n }\r\n\r\n annotate(credentials: FileCredentials, annotationsData: any, print: boolean) {\r\n const data = {\r\n 'guid': credentials.guid,\r\n 'password': credentials.password,\r\n 'annotationsData': annotationsData,\r\n 'documentType': FileUtil.find(credentials.guid, false).format,\r\n 'print': print\r\n };\r\n return this._http.post(this._config.getAnnotationApiEndpoint() + Api.ANNOTATE, data, Api.httpOptionsJson);\r\n }\r\n}\r\n","module.exports = \".gd-annotation {\\n position: absolute !important;\\n cursor: pointer;\\n z-index: 9;\\n}\\n.gd-annotation .gd-annotation-wrapper-border {\\n outline: 1px solid #679FFA;\\n display: -webkit-box;\\n}\\n.gd-annotation .gd-annotation-wrapper {\\n height: inherit;\\n z-index: 9;\\n}\\n.gd-annotation .gd-annotation-wrapper ::ng-deep .palette {\\n width: 0px;\\n height: 37px;\\n}\\n.gd-annotation .gd-annotation-wrapper .gd-text-strikeout-line {\\n background-color: #E04E4E;\\n height: 2px;\\n width: 100%;\\n}\\n.gd-annotation .gd-annotation-wrapper .gd-text {\\n border: none;\\n outline: none;\\n margin: 0px;\\n padding: 0px;\\n overflow: hidden;\\n background-color: transparent;\\n min-width: 1em;\\n min-height: 1em;\\n}\\n.gd-annotation .gd-annotation-wrapper .gd-point {\\n background-color: #7CBC46;\\n width: 41px;\\n height: 41px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n color: white;\\n border-radius: 50%;\\n -moz-border-radius: 50%;\\n -webkit-border-radius: 50%;\\n -khtml-border-radius: 50%;\\n box-shadow: 0px 1px 1px 1px #bbb;\\n -moz-box-shadow: 0px 1px 1px 1px #bbb;\\n -webkit-box-shadow: 0px 1px 1px 1px #bbb;\\n}\\n.gd-annotation .gd-text-annotation {\\n background-color: rgba(151, 151, 240, 0.51);\\n}\\n.gd-annotation .gd-text-strikeout-annotation {\\n align-items: center;\\n -webkit-box-align: center;\\n}\\n.gd-annotation .gd-text-underline-annotation {\\n align-items: end;\\n -webkit-box-align: end;\\n}\\n.gd-annotation .gd-text-redaction-annotation {\\n background-color: #000;\\n}\\n.gd-annotation .gd-text-replacement-annotation {\\n background-color: #FFFFFF;\\n}\\n.svg {\\n z-index: 1;\\n position: absolute;\\n top: 0;\\n left: 0;\\n width: 100%;\\n height: 100%;\\n}\\n.annotation-svg {\\n position: absolute;\\n cursor: pointer;\\n z-index: 2;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2Fubm90YXRpb24vQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2Fubm90YXRpb24vc3JjL2xpYi9hbm5vdGF0aW9uL2Fubm90YXRpb24uY29tcG9uZW50Lmxlc3MiLCJsaWJzL2Fubm90YXRpb24vc3JjL2xpYi9hbm5vdGF0aW9uL2Fubm90YXRpb24uY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7RUFDRSw2QkFBQTtFQUNBLGVBQUE7RUFDQSxVQUFBO0FDQ0Y7QURKQTtFQU1JLDBCQUFBO0VBQ0Esb0JBQUE7QUNDSjtBRFJBO0VBV0ksZUFBQTtFQUNBLFVBQUE7QUNBSjtBRFpBO0VBZU0sVUFBQTtFQUNBLFlBQUE7QUNBTjtBRGhCQTtFQW9CTSx5QkFBQTtFQUNBLFdBQUE7RUFDQSxXQUFBO0FDRE47QURyQkE7RUEwQk0sWUFBQTtFQUNBLGFBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGdCQUFBO0VBQ0EsNkJBQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtBQ0ZOO0FEL0JBO0VBcUNNLHlCQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtFQUNBLHVCQUFBO0VBQ0EsMEJBQUE7RUFDQSx5QkFBQTtFQUNBLGdDQUFBO0VBQ0EscUNBQUE7RUFDQSx3Q0FBQTtBQ0hOO0FEL0NBO0VBdURJLDJDQUFBO0FDTEo7QURsREE7RUEyREksbUJBQUE7RUFDQSx5QkFBQTtBQ05KO0FEdERBO0VBZ0VJLGdCQUFBO0VBQ0Esc0JBQUE7QUNQSjtBRDFEQTtFQXFFSSxzQkFBQTtBQ1JKO0FEN0RBO0VBeUVJLHlCQUFBO0FDVEo7QURhQTtFQUNFLFVBQUE7RUFDQSxrQkFBQTtFQUNBLE1BQUE7RUFDQSxPQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7QUNYRjtBRGNBO0VBQ0Usa0JBQUE7RUFDQSxlQUFBO0VBQ0EsVUFBQTtBQ1pGIiwiZmlsZSI6ImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2Fubm90YXRpb24vYW5ub3RhdGlvbi5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIi5nZC1hbm5vdGF0aW9uIHtcbiAgcG9zaXRpb246IGFic29sdXRlICFpbXBvcnRhbnQ7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgei1pbmRleDogOTtcblxuICAuZ2QtYW5ub3RhdGlvbi13cmFwcGVyLWJvcmRlciB7XG4gICAgb3V0bGluZTogMXB4IHNvbGlkICM2NzlGRkE7XG4gICAgZGlzcGxheTogLXdlYmtpdC1ib3g7XG4gIH1cblxuICAuZ2QtYW5ub3RhdGlvbi13cmFwcGVyIHtcbiAgICBoZWlnaHQ6IGluaGVyaXQ7XG4gICAgei1pbmRleDogOTtcblxuICAgIDo6bmctZGVlcCAucGFsZXR0ZSB7XG4gICAgICB3aWR0aDogMHB4O1xuICAgICAgaGVpZ2h0OiAzN3B4O1xuICAgIH1cblxuICAgIC5nZC10ZXh0LXN0cmlrZW91dC1saW5lIHtcbiAgICAgIGJhY2tncm91bmQtY29sb3I6ICNFMDRFNEU7XG4gICAgICBoZWlnaHQ6IDJweDtcbiAgICAgIHdpZHRoOiAxMDAlO1xuICAgIH1cblxuICAgIC5nZC10ZXh0IHtcbiAgICAgIGJvcmRlcjogbm9uZTtcbiAgICAgIG91dGxpbmU6IG5vbmU7XG4gICAgICBtYXJnaW46IDBweDtcbiAgICAgIHBhZGRpbmc6IDBweDtcbiAgICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB0cmFuc3BhcmVudDtcbiAgICAgIG1pbi13aWR0aDogMWVtO1xuICAgICAgbWluLWhlaWdodDogMWVtO1xuICAgIH1cblxuICAgIC5nZC1wb2ludCB7XG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjN0NCQzQ2O1xuICAgICAgd2lkdGg6IDQxcHg7XG4gICAgICBoZWlnaHQ6IDQxcHg7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgICAgY29sb3I6IHdoaXRlO1xuICAgICAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAgICAgLW1vei1ib3JkZXItcmFkaXVzOiA1MCU7XG4gICAgICAtd2Via2l0LWJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICAgIC1raHRtbC1ib3JkZXItcmFkaXVzOiA1MCU7XG4gICAgICBib3gtc2hhZG93OiAwcHggMXB4IDFweCAxcHggI2JiYjtcbiAgICAgIC1tb3otYm94LXNoYWRvdzogMHB4IDFweCAxcHggMXB4ICNiYmI7XG4gICAgICAtd2Via2l0LWJveC1zaGFkb3c6IDBweCAxcHggMXB4IDFweCAjYmJiO1xuICAgIH1cbiAgfVxuXG4gIC5nZC10ZXh0LWFubm90YXRpb24ge1xuICAgIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMTUxLCAxNTEsIDI0MCwgMC41MSk7XG4gIH1cblxuICAuZ2QtdGV4dC1zdHJpa2VvdXQtYW5ub3RhdGlvbiB7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICAtd2Via2l0LWJveC1hbGlnbjogY2VudGVyO1xuICB9XG5cbiAgLmdkLXRleHQtdW5kZXJsaW5lLWFubm90YXRpb24ge1xuICAgIGFsaWduLWl0ZW1zOiBlbmQ7XG4gICAgLXdlYmtpdC1ib3gtYWxpZ246IGVuZDtcbiAgfVxuXG4gIC5nZC10ZXh0LXJlZGFjdGlvbi1hbm5vdGF0aW9uIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjMDAwO1xuICB9XG5cbiAgLmdkLXRleHQtcmVwbGFjZW1lbnQtYW5ub3RhdGlvbiB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgfVxufVxuXG4uc3ZnIHtcbiAgei1pbmRleDogMTtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDA7XG4gIGxlZnQ6IDA7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi5hbm5vdGF0aW9uLXN2ZyB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiAyO1xufVxuIiwiLmdkLWFubm90YXRpb24ge1xuICBwb3NpdGlvbjogYWJzb2x1dGUgIWltcG9ydGFudDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiA5O1xufVxuLmdkLWFubm90YXRpb24gLmdkLWFubm90YXRpb24td3JhcHBlci1ib3JkZXIge1xuICBvdXRsaW5lOiAxcHggc29saWQgIzY3OUZGQTtcbiAgZGlzcGxheTogLXdlYmtpdC1ib3g7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtYW5ub3RhdGlvbi13cmFwcGVyIHtcbiAgaGVpZ2h0OiBpbmhlcml0O1xuICB6LWluZGV4OiA5O1xufVxuLmdkLWFubm90YXRpb24gLmdkLWFubm90YXRpb24td3JhcHBlciA6Om5nLWRlZXAgLnBhbGV0dGUge1xuICB3aWR0aDogMHB4O1xuICBoZWlnaHQ6IDM3cHg7XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtYW5ub3RhdGlvbi13cmFwcGVyIC5nZC10ZXh0LXN0cmlrZW91dC1saW5lIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0UwNEU0RTtcbiAgaGVpZ2h0OiAycHg7XG4gIHdpZHRoOiAxMDAlO1xufVxuLmdkLWFubm90YXRpb24gLmdkLWFubm90YXRpb24td3JhcHBlciAuZ2QtdGV4dCB7XG4gIGJvcmRlcjogbm9uZTtcbiAgb3V0bGluZTogbm9uZTtcbiAgbWFyZ2luOiAwcHg7XG4gIHBhZGRpbmc6IDBweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgYmFja2dyb3VuZC1jb2xvcjogdHJhbnNwYXJlbnQ7XG4gIG1pbi13aWR0aDogMWVtO1xuICBtaW4taGVpZ2h0OiAxZW07XG59XG4uZ2QtYW5ub3RhdGlvbiAuZ2QtYW5ub3RhdGlvbi13cmFwcGVyIC5nZC1wb2ludCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM3Q0JDNDY7XG4gIHdpZHRoOiA0MXB4O1xuICBoZWlnaHQ6IDQxcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBjb2xvcjogd2hpdGU7XG4gIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgLW1vei1ib3JkZXItcmFkaXVzOiA1MCU7XG4gIC13ZWJraXQtYm9yZGVyLXJhZGl1czogNTAlO1xuICAta2h0bWwtYm9yZGVyLXJhZGl1czogNTAlO1xuICBib3gtc2hhZG93OiAwcHggMXB4IDFweCAxcHggI2JiYjtcbiAgLW1vei1ib3gtc2hhZG93OiAwcHggMXB4IDFweCAxcHggI2JiYjtcbiAgLXdlYmtpdC1ib3gtc2hhZG93OiAwcHggMXB4IDFweCAxcHggI2JiYjtcbn1cbi5nZC1hbm5vdGF0aW9uIC5nZC10ZXh0LWFubm90YXRpb24ge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDE1MSwgMTUxLCAyNDAsIDAuNTEpO1xufVxuLmdkLWFubm90YXRpb24gLmdkLXRleHQtc3RyaWtlb3V0LWFubm90YXRpb24ge1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAtd2Via2l0LWJveC1hbGlnbjogY2VudGVyO1xufVxuLmdkLWFubm90YXRpb24gLmdkLXRleHQtdW5kZXJsaW5lLWFubm90YXRpb24ge1xuICBhbGlnbi1pdGVtczogZW5kO1xuICAtd2Via2l0LWJveC1hbGlnbjogZW5kO1xufVxuLmdkLWFubm90YXRpb24gLmdkLXRleHQtcmVkYWN0aW9uLWFubm90YXRpb24ge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMDAwO1xufVxuLmdkLWFubm90YXRpb24gLmdkLXRleHQtcmVwbGFjZW1lbnQtYW5ub3RhdGlvbiB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkZGRkY7XG59XG4uc3ZnIHtcbiAgei1pbmRleDogMTtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDA7XG4gIGxlZnQ6IDA7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG4uYW5ub3RhdGlvbi1zdmcge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgei1pbmRleDogMjtcbn1cbiJdfQ== */\"","import {AfterViewInit, Component, OnInit, AfterViewChecked} from '@angular/core';\r\nimport {\r\n AnnotationData,\r\n AnnotationType,\r\n CommentAnnotation,\r\n Dimension,\r\n Position,\r\n RemoveAnnotation\r\n} from \"../annotation-models\";\r\nimport {ActiveAnnotationService} from \"../active-annotation.service\";\r\nimport {Formatting, Utils, MenuType, ZoomService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {RemoveAnnotationService} from \"../remove-annotation.service\";\r\nimport {CommentAnnotationService} from \"../comment-annotation.service\";\r\nimport * as jquery from 'jquery';\r\n\r\nconst $ = jquery;\r\n\r\n@Component({\r\n selector: 'gd-annotation',\r\n templateUrl: './annotation.component.html',\r\n styleUrls: ['./annotation.component.less']\r\n})\r\nexport class AnnotationComponent implements OnInit, AfterViewInit, AfterViewChecked {\r\n\r\n id: number;\r\n position: Position;\r\n leftTop: Position;\r\n type: string;\r\n pageWidth: number;\r\n pageHeight: number;\r\n active = true;\r\n dimension = new Dimension(0, 0);\r\n pageNumber: number;\r\n textValue = \"\";\r\n pathValue: string;\r\n distanceValue = '0px';\r\n pointsValue = \"\";\r\n svgPath = \"\";\r\n formatting = Formatting.default();\r\n\r\n private oldPosition: { x: number; y: number };\r\n private points = [];\r\n private endPosition: Position;\r\n\r\n constructor(private _activeAnnotationService: ActiveAnnotationService,\r\n private _removeAnnotationService: RemoveAnnotationService,\r\n private _commentAnnotationService: CommentAnnotationService,\r\n private _zoomService: ZoomService) {\r\n this._activeAnnotationService.activeChange.subscribe((id: number) => {\r\n this.active = this.id === id;\r\n if (this.active) {\r\n this.setTextFocus();\r\n }\r\n });\r\n }\r\n\r\n static isOnPage(position) {\r\n const currentPage = document.elementFromPoint(position.x, position.y);\r\n return currentPage && $(currentPage).parent().parent() &&\r\n ($(currentPage).parent().parent().parent().hasClass(\"page\") ||\r\n $(currentPage).parent().parent().parent().parent().parent().hasClass(\"page\"));\r\n }\r\n\r\n ngOnInit() {\r\n this.leftTop = Position.clone(this.position);\r\n if (this.isPolyline()) {\r\n if (this.svgPath) {\r\n const parsedPoints = this.svgPath.replace(\"M\", \"\").split('L');\r\n let x = parseFloat(parsedPoints[0].split(\",\")[0]);\r\n let y = parseFloat(parsedPoints[0].split(\",\")[1]);\r\n const comp = this;\r\n parsedPoints.forEach(function (point, index) {\r\n if (index !== 0) {\r\n if (point !== \"\") {\r\n comp.addPoint(new Position(x, y));\r\n x = (x + parseFloat(point.split(\",\")[0]));\r\n y = (y + parseFloat(point.split(\",\")[1]));\r\n }\r\n }\r\n });\r\n } else {\r\n this.addPoint(this.position);\r\n }\r\n } else if (this.isPath()) {\r\n if (this.svgPath || (this.type === AnnotationType.ARROW.id && !this.dimension.isNone())) {\r\n const end = new Position(this.position.left + this.dimension.width, this.position.top + this.dimension.height);\r\n this.setEndPosition(end);\r\n if (this.dimension.height < 0) {\r\n this.leftTop.top += this.dimension.height;\r\n this.dimension.height = this.dimension.height * (-1);\r\n }\r\n if (this.dimension.width < 0) {\r\n this.leftTop.left += this.dimension.width;\r\n this.dimension.width = this.dimension.width * (-1);\r\n }\r\n } else {\r\n this.setEndPosition(this.position);\r\n }\r\n this.distanceValue = this.getDistance() + \"px\";\r\n } else if (this.type === AnnotationType.POINT.id) {\r\n this.initPoint();\r\n } else {\r\n this.setEndPosition(this.position);\r\n }\r\n }\r\n\r\n ngAfterViewInit(): void {\r\n this.setTextFocus();\r\n }\r\n\r\n ngAfterViewChecked() {\r\n this._zoomService.changeZoom(this._zoomService.zoom);\r\n }\r\n\r\n activation() {\r\n this._activeAnnotationService.changeActive(this.id);\r\n }\r\n\r\n width($event) {\r\n if (this.checkDragging($event, 0)) {\r\n this.dimension.width += $event;\r\n }\r\n }\r\n\r\n height($event) {\r\n if (this.checkDragging(0, $event)) {\r\n this.dimension.height += $event;\r\n }\r\n }\r\n\r\n left($event) {\r\n this.position.left += $event;\r\n this.correctPosition();\r\n this.refreshLeftTop();\r\n }\r\n\r\n top($event) {\r\n this.position.top += $event;\r\n this.correctPosition();\r\n this.refreshLeftTop();\r\n }\r\n\r\n private refreshLeftTop() {\r\n this.leftTop.left = this.position.left;\r\n this.leftTop.top = this.position.top;\r\n }\r\n\r\n private correctPosition() {\r\n if (this.position.left < 0) {\r\n this.position.left = 0;\r\n }\r\n if (this.position.top < 0) {\r\n this.position.top = 0;\r\n }\r\n if (this.position.top + this.dimension.height > this.pageHeight) {\r\n this.position.top = this.pageHeight - this.dimension.height;\r\n }\r\n if (this.position.left + this.dimension.width > this.pageWidth) {\r\n this.position.left = this.pageWidth - this.dimension.width;\r\n }\r\n }\r\n\r\n dragOver($event: DragEvent) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n }\r\n\r\n dragStart($event: DragEvent) {\r\n $event.preventDefault();\r\n this.oldPosition = Utils.getMousePosition($event);\r\n if ($event.dataTransfer) {\r\n $event.dataTransfer.setData('text', 'foo');\r\n }\r\n }\r\n\r\n initPoint() {\r\n this.dimension = new Dimension(40, 40);\r\n this.position.left = this.position.left - 20;\r\n this.position.top = this.position.top - 20;\r\n this.leftTop = Position.clone(this.position);\r\n }\r\n\r\n dragging($event) {\r\n $event.preventDefault();\r\n const position = Utils.getMousePosition($event);\r\n if (position.x && position.y && AnnotationComponent.isOnPage(position)) {\r\n const left = position.x - this.oldPosition.x;\r\n const top = position.y - this.oldPosition.y;\r\n if (this.isPolyline()) {\r\n if (!this.checkDragging(left, top)) {\r\n return;\r\n }\r\n this.pointsValue = \"\";\r\n for (const point of this.points) {\r\n point.left = point.left + left;\r\n point.top = point.top + top;\r\n this.pointsValue += point.left + \",\" + point.top + \" \";\r\n }\r\n this.leftTop.left += left;\r\n this.leftTop.top += top;\r\n } else if (this.isPath()) {\r\n if (!this.checkDragging(left, top)) {\r\n return;\r\n }\r\n this.position.left += left;\r\n this.position.top += top;\r\n this.endPosition.left += left;\r\n this.endPosition.top += top;\r\n this.pathValue = \"M\" + this.position.left + \",\" + this.position.top + \" L\" + this.endPosition.left + \",\" + this.endPosition.top;\r\n this.distanceValue = this.getDistance() + \"px\";\r\n this.leftTop.left += left;\r\n this.leftTop.top += top;\r\n } else {\r\n this.position.left += left;\r\n this.position.top += top;\r\n this.correctPosition();\r\n this.refreshLeftTop();\r\n }\r\n this.oldPosition = position;\r\n }\r\n }\r\n\r\n getAnnotationClass() {\r\n switch (this.type) {\r\n case AnnotationType.TEXT.id:\r\n return \"gd-annotation-wrapper-border gd-text-annotation\";\r\n case AnnotationType.TEXT_STRIKEOUT.id:\r\n return \"gd-annotation-wrapper-border gd-text-annotation gd-text-strikeout-annotation\";\r\n case AnnotationType.TEXT_UNDERLINE.id:\r\n return \"gd-annotation-wrapper-border gd-text-annotation gd-text-underline-annotation\";\r\n case AnnotationType.TEXT_REDACTION.id:\r\n return \"gd-annotation-wrapper-border gd-text-redaction-annotation\";\r\n case AnnotationType.TEXT_REPLACEMENT.id:\r\n return \"gd-annotation-wrapper-border gd-text-replacement-annotation\";\r\n case AnnotationType.POINT.id:\r\n return \"\";\r\n default:\r\n return \"gd-annotation-wrapper-border\";\r\n }\r\n }\r\n\r\n isStrikeoutOrUnderline() {\r\n return this.type === AnnotationType.TEXT_STRIKEOUT.id || this.type === AnnotationType.TEXT_UNDERLINE.id;\r\n }\r\n\r\n isTextReplacement() {\r\n return this.type === AnnotationType.TEXT_REPLACEMENT.id;\r\n }\r\n\r\n saveText(value: string) {\r\n this.textValue = value;\r\n }\r\n\r\n draw(position: Position) {\r\n if (this.onPage(position)) {\r\n if (this.isPolyline()) {\r\n this.addPoint(position);\r\n } else if (this.isPath()) {\r\n this.setEndPosition(position);\r\n this.distanceValue = this.getDistance() + \"px\";\r\n }\r\n this.calcPositionAndDimension();\r\n }\r\n }\r\n\r\n setStyles() {\r\n return {\r\n 'stroke': '#579AF0',\r\n 'stroke-width': 2,\r\n 'fill-opacity': 0,\r\n 'id': (this.isPolyline() ? 'gd-polyline-annotation-' : (this.isDistance() ? 'gd-distance-annotation-' : 'gd-arrow-annotation-')) + this.id,\r\n 'class': 'annotation-svg',\r\n };\r\n }\r\n\r\n isPolyline() {\r\n return this.type === AnnotationType.POLYLINE.id;\r\n }\r\n\r\n private calcPositionAndDimension() {\r\n const leftTop = new Position(Number.MAX_VALUE, Number.MAX_VALUE);\r\n const rightBottom = new Position(Number.MIN_VALUE, Number.MIN_VALUE);\r\n if (this.isPolyline()) {\r\n for (const point of this.points) {\r\n leftTop.left = Math.min(point.left, leftTop.left);\r\n leftTop.top = Math.min(point.top, leftTop.top);\r\n rightBottom.left = Math.max(point.left, rightBottom.left);\r\n rightBottom.top = Math.max(point.top, rightBottom.top);\r\n }\r\n } else {\r\n leftTop.left = Math.min(this.position.left, this.endPosition.left);\r\n leftTop.top = Math.min(this.position.top, this.endPosition.top);\r\n rightBottom.left = Math.max(this.position.left, this.endPosition.left);\r\n rightBottom.top = Math.max(this.position.top, this.endPosition.top);\r\n }\r\n this.dimension.width = rightBottom.left - leftTop.left;\r\n this.dimension.height = rightBottom.top - leftTop.top;\r\n this.leftTop = leftTop;\r\n }\r\n\r\n calcDimensions(currentPosition: Position) {\r\n if (currentPosition.left <= this.pageWidth && currentPosition.left >= 0) {\r\n this.dimension.width = currentPosition.left - this.position.left;\r\n }\r\n if (currentPosition.top <= this.pageHeight && currentPosition.top >= 0) {\r\n this.dimension.height = currentPosition.top - this.position.top;\r\n }\r\n }\r\n\r\n getHeight() {\r\n return this.dimension.height === undefined ? undefined : Math.abs(this.dimension.height);\r\n }\r\n\r\n getWidth() {\r\n return this.dimension.width === undefined ? undefined : Math.abs(this.dimension.width);\r\n }\r\n\r\n private checkDragging(left: number, top: number) {\r\n return !(this.leftTop.left + left < 0 || this.leftTop.top + top < 0 ||\r\n this.leftTop.top + top + this.dimension.height > this.pageHeight ||\r\n this.leftTop.left + left + this.dimension.width > this.pageWidth);\r\n }\r\n\r\n isPoint() {\r\n return this.type === AnnotationType.POINT.id;\r\n }\r\n\r\n isSVG() {\r\n return this.type === AnnotationType.POLYLINE.id ||\r\n this.type === AnnotationType.DISTANCE.id ||\r\n this.type === AnnotationType.ARROW.id;\r\n }\r\n\r\n isDistance() {\r\n return this.type === AnnotationType.DISTANCE.id;\r\n }\r\n\r\n distanceTextOptions() {\r\n return {'font-size': \"12px\"}\r\n }\r\n\r\n isPath() {\r\n return this.type === AnnotationType.DISTANCE.id ||\r\n this.type === AnnotationType.ARROW.id;\r\n }\r\n\r\n private setEndPosition(position: Position) {\r\n this.endPosition = Position.clone(position);\r\n this.pathValue = \"M\" + this.position.left + \",\" + this.position.top + \" L\" + this.endPosition.left + \",\" + this.endPosition.top;\r\n }\r\n\r\n private addPoint(position: Position) {\r\n this.points.push(position);\r\n this.pointsValue += position.left + \",\" + position.top + \" \";\r\n }\r\n\r\n private getDistance() {\r\n const xs = this.position.left - this.endPosition.left;\r\n const ys = this.position.top - this.endPosition.top;\r\n return Math.round(Math.sqrt(xs * xs + ys * ys));\r\n }\r\n\r\n bottom() {\r\n return 'url(' + window.location + '#end)';\r\n }\r\n\r\n head() {\r\n return this.isDistance() ? 'url(' + window.location + '#start)' : \"\";\r\n }\r\n\r\n getTextX() {\r\n return this.getDistance() / 2;\r\n }\r\n\r\n isText() {\r\n return this.type === AnnotationType.TEXT_FIELD.id || this.type === AnnotationType.WATERMARK.id;\r\n }\r\n\r\n getFormatting() {\r\n const f = this.formatting;\r\n const formatting = Formatting.default();\r\n if (f) {\r\n formatting.fontSize = f.fontSize;\r\n formatting.font = f.font;\r\n formatting.color = f.color;\r\n }\r\n return formatting;\r\n }\r\n\r\n saveFormatting($event: Formatting) {\r\n this.formatting.fontSize = $event.fontSize;\r\n this.formatting.font = $event.font;\r\n this.formatting.color = $event.color;\r\n }\r\n\r\n remove() {\r\n this._removeAnnotationService.remove(new RemoveAnnotation(this.id));\r\n }\r\n\r\n getMenuShift() {\r\n const menuWidth = this.isText() ? 265 : 111;\r\n return this.dimension.width > menuWidth ? 0 : (this.dimension.width - menuWidth) * 0.5;\r\n }\r\n\r\n getMenuType() {\r\n return MenuType.FOR_ANNOTATION;\r\n }\r\n\r\n addComment() {\r\n this._commentAnnotationService.comment(new CommentAnnotation(this.id));\r\n }\r\n\r\n private setTextFocus() {\r\n if (this.isText() || this.isTextReplacement()) {\r\n setTimeout(() => {\r\n const element = $(\"#text-\" + this.id);\r\n if (element) {\r\n element.focus();\r\n }\r\n }, 100);\r\n }\r\n }\r\n\r\n textAreaHeight(key: any, textarea: any) {\r\n this.dimension.height = \"Enter\" === key ? textarea.scrollHeight + this.formatting.fontSize : textarea.scrollHeight;\r\n this.dimension.width = textarea.scrollWidth;\r\n }\r\n\r\n hideMenu($event: Event) {\r\n this._activeAnnotationService.changeActive(null);\r\n }\r\n\r\n getAnnotationData(): AnnotationData {\r\n const annotationData = new AnnotationData();\r\n annotationData.id = this.id;\r\n annotationData.text = this.textValue;\r\n annotationData.fontColor = parseInt(Utils.toHex(this.formatting.color).replace(\"#\", \"\"), 16);\r\n annotationData.fontSize = this.formatting.fontSize;\r\n annotationData.font = this.formatting.font;\r\n if (this.type === AnnotationType.POINT.id) {\r\n annotationData.left = this.leftTop.left + 20;\r\n annotationData.top = this.leftTop.top + 20;\r\n annotationData.height = 0;\r\n annotationData.width = 0;\r\n } else {\r\n annotationData.left = this.leftTop.left;\r\n annotationData.top = this.leftTop.top;\r\n annotationData.height = this.dimension.height;\r\n annotationData.width = this.dimension.width;\r\n }\r\n annotationData.pageNumber = this.pageNumber;\r\n annotationData.type = this.type;\r\n annotationData.svgPath = this.getSvgPath();\r\n return annotationData;\r\n }\r\n\r\n private getSvgPath() {\r\n let svgPath = \"M\";\r\n if (this.type === AnnotationType.POLYLINE.id) {\r\n let index = 0;\r\n let previousX = 0, previousY = 0;\r\n for (const point of this.points) {\r\n if (index === 0) {\r\n svgPath += point.left + \",\" + point.top + \"l\";\r\n index = 1;\r\n } else {\r\n previousX = point.left - previousX;\r\n previousY = point.top - previousY;\r\n svgPath += previousX + \",\" + previousY + \"l\";\r\n }\r\n previousX = point.left;\r\n previousY = point.top;\r\n }\r\n } else if (this.type === AnnotationType.DISTANCE.id || this.type === AnnotationType.ARROW.id) {\r\n svgPath += this.position.left + \",\" + this.position.top + \" \";\r\n svgPath += this.endPosition.left + \",\" + this.endPosition.top + \" \";\r\n } else {\r\n svgPath = \"\";\r\n }\r\n return svgPath;\r\n }\r\n\r\n private onPage(position: Position) {\r\n return position.left <= this.pageWidth && position.top <= this.pageHeight &&\r\n position.left >= 0 && position.top >= 0;\r\n }\r\n}\r\n","import {Observable, Subject} from \"rxjs\";\r\nimport {CommentAnnotation, Comment} from \"./annotation-models\";\r\n\r\nexport class CommentAnnotationService {\r\n private _observer: Subject = new Subject();\r\n private readonly _commentAnnotation: Observable = this._observer.asObservable();\r\n private _observerAddComment: Subject = new Subject();\r\n private readonly _addCommentObserve: Observable = this._observerAddComment.asObservable();\r\n\r\n constructor() {\r\n }\r\n\r\n get commentAnnotation(): Observable {\r\n return this._commentAnnotation;\r\n }\r\n\r\n comment(id: CommentAnnotation): void {\r\n this._observer.next(id);\r\n }\r\n\r\n get addCommentObserve(): Observable {\r\n return this._addCommentObserve;\r\n }\r\n\r\n addComment(comment: Comment) {\r\n this._observerAddComment.next(comment);\r\n }\r\n\r\n}\r\n","module.exports = \".gd-comments-panel {\\n position: absolute;\\n right: 0;\\n top: 30px;\\n overflow: auto !important;\\n width: 334px;\\n display: -webkit-box;\\n display: flex;\\n height: 100%;\\n z-index: 9;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n}\\n.gd-comments-panel .gd-comments-head {\\n height: 60px;\\n width: 334px;\\n display: -webkit-box;\\n display: flex;\\n background-color: #222E35;\\n color: #959DA5;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-comments-panel .gd-comments-head > fa-icon:nth-child(1) {\\n font-size: 24px;\\n}\\n.gd-comments-panel .gd-comments-head .icon {\\n -webkit-box-flex: 0;\\n flex: 0 0 40px;\\n margin-left: 20px;\\n cursor: pointer;\\n}\\n.gd-comments-panel .gd-comments-head .gd-comments-title {\\n -webkit-box-flex: 1;\\n flex: 1;\\n font-size: 13px;\\n font-weight: bold;\\n}\\n.gd-comments-panel .gd-comments-body {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-align: center;\\n align-items: center;\\n background-color: #F4F4F4;\\n height: calc(100% - 90px);\\n}\\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n color: #959DA5;\\n width: 250px;\\n height: 250px;\\n margin-top: 40px;\\n}\\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list .icon {\\n font-size: 65px;\\n margin-bottom: 40px;\\n}\\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list .gd-empty-text {\\n font-size: 15px;\\n}\\n.gd-comments-panel .gd-comments-body .gd-empty-comments-list .gd-empty-bold-text {\\n font-weight: bold;\\n}\\n@media (max-width: 1037px) {\\n .gd-comments-panel {\\n top: 0;\\n width: 100%;\\n }\\n .gd-comments-panel .gd-comments-body {\\n height: 100% !important;\\n -webkit-box-align: initial;\\n align-items: initial;\\n width: calc(100% - 40px);\\n padding: 0 20px;\\n }\\n .gd-comments-panel .gd-comments-head {\\n width: 100%;\\n line-height: 60px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2NvbW1lbnQtcGFuZWwvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2Fubm90YXRpb24vc3JjL2xpYi9jb21tZW50LXBhbmVsL2NvbW1lbnQtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2Fubm90YXRpb24vc3JjL2xpYi9jb21tZW50LXBhbmVsL2NvbW1lbnQtcGFuZWwuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxrQkFBQTtFQUNBLFFBQUE7RUFDQSxTQUFBO0VBQ0EseUJBQUE7RUFDQSxZQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsWUFBQTtFQUNBLFVBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7QUNERjtBRFJBO0VBWUksWUFBQTtFQUNBLFlBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtFQUNBLGNBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0FDREo7QURoQkE7RUFvQk0sZUFBQTtBQ0ROO0FEbkJBO0VBd0JNLG1CQUFBO1VBQUEsY0FBQTtFQUNBLGlCQUFBO0VBQ0EsZUFBQTtBQ0ZOO0FEeEJBO0VBOEJNLG1CQUFBO1VBQUEsT0FBQTtFQUNBLGVBQUE7RUFDQSxpQkFBQTtBQ0hOO0FEN0JBO0VBcUNJLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSx5QkFBQTtFQUNBLHlCQUFBO0FDTEo7QURwQ0E7RUE0Q00sb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxjQUFBO0VBQ0EsWUFBQTtFQUNBLGFBQUE7RUFDQSxnQkFBQTtBQ0xOO0FEOUNBO0VBc0RRLGVBQUE7RUFDQSxtQkFBQTtBQ0xSO0FEbERBO0VBMkRRLGVBQUE7QUNOUjtBRHJEQTtFQStEUSxpQkFBQTtBQ1BSO0FEYUE7RUFDRTtJQWFFLE1BQUE7SUFDQSxXQUFBO0VDdkJGO0VEU0E7SUFFSSx1QkFBQTtJQUNBLDBCQUFBO1lBQUEsb0JBQUE7SUFDQSx3QkFBQTtJQUNBLGVBQUE7RUNSSjtFREdBO0lBU0ksV0FBQTtJQUNBLGlCQUFBO0VDVEo7QUFDRiIsImZpbGUiOiJsaWJzL2Fubm90YXRpb24vc3JjL2xpYi9jb21tZW50LXBhbmVsL2NvbW1lbnQtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWNvbW1lbnRzLXBhbmVsIHtcbiAgcG9zaXRpb24gICAgICA6IGFic29sdXRlO1xuICByaWdodCAgICAgICAgIDogMDtcbiAgdG9wICAgICAgICAgICA6IDMwcHg7XG4gIG92ZXJmbG93ICAgICAgOiBhdXRvICFpbXBvcnRhbnQ7XG4gIHdpZHRoICAgICAgICAgOiAzMzRweDtcbiAgZGlzcGxheSAgICAgICA6IGZsZXg7XG4gIGhlaWdodCAgICAgICAgOiAxMDAlO1xuICB6LWluZGV4ICAgICAgIDogOTtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcblxuICAuZ2QtY29tbWVudHMtaGVhZCB7XG4gICAgaGVpZ2h0ICAgICAgICAgIDogNjBweDtcbiAgICB3aWR0aCAgICAgICAgICAgOiAzMzRweDtcbiAgICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICAgIGJhY2tncm91bmQtY29sb3I6ICMyMjJFMzU7XG4gICAgY29sb3IgICAgICAgICAgIDogIzk1OURBNTtcbiAgICBhbGlnbi1pdGVtcyAgICAgOiBjZW50ZXI7XG5cbiAgICA+ZmEtaWNvbjpudGgtY2hpbGQoMSkge1xuICAgICAgZm9udC1zaXplOiAyNHB4O1xuICAgIH1cblxuICAgIC5pY29uIHtcbiAgICAgIGZsZXggICAgICAgOiAwIDAgNDBweDtcbiAgICAgIG1hcmdpbi1sZWZ0OiAyMHB4O1xuICAgICAgY3Vyc29yICAgICA6IHBvaW50ZXI7XG4gICAgfVxuXG4gICAgLmdkLWNvbW1lbnRzLXRpdGxlIHtcbiAgICAgIGZsZXggICAgICAgOiAxO1xuICAgICAgZm9udC1zaXplICA6IDEzcHg7XG4gICAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICB9XG4gIH1cblxuICAuZ2QtY29tbWVudHMtYm9keSB7XG4gICAgZGlzcGxheSAgICAgICAgIDogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbiAgOiBjb2x1bW47XG4gICAgYWxpZ24taXRlbXMgICAgIDogY2VudGVyO1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNGNEY0RjQ7XG4gICAgaGVpZ2h0ICAgICAgICAgIDogflwiY2FsYygxMDAlIC0gOTBweClcIjtcblxuICAgIC5nZC1lbXB0eS1jb21tZW50cy1saXN0IHtcbiAgICAgIGRpc3BsYXkgICAgICAgIDogZmxleDtcbiAgICAgIGZsZXgtZGlyZWN0aW9uIDogY29sdW1uO1xuICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgICBhbGlnbi1pdGVtcyAgICA6IGNlbnRlcjtcbiAgICAgIGNvbG9yICAgICAgICAgIDogIzk1OURBNTtcbiAgICAgIHdpZHRoICAgICAgICAgIDogMjUwcHg7XG4gICAgICBoZWlnaHQgICAgICAgICA6IDI1MHB4O1xuICAgICAgbWFyZ2luLXRvcCAgICAgOiA0MHB4O1xuXG4gICAgICAuaWNvbiB7XG4gICAgICAgIGZvbnQtc2l6ZSAgICA6IDY1cHg7XG4gICAgICAgIG1hcmdpbi1ib3R0b206IDQwcHg7XG4gICAgICB9XG5cbiAgICAgIC5nZC1lbXB0eS10ZXh0IHtcbiAgICAgICAgZm9udC1zaXplOiAxNXB4O1xuICAgICAgfVxuXG4gICAgICAuZ2QtZW1wdHktYm9sZC10ZXh0IHtcbiAgICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIC5nZC1jb21tZW50cy1wYW5lbCB7XG4gICAgLmdkLWNvbW1lbnRzLWJvZHkge1xuICAgICAgaGVpZ2h0OiAxMDAlICFpbXBvcnRhbnQ7XG4gICAgICBhbGlnbi1pdGVtczogaW5pdGlhbDtcbiAgICAgIHdpZHRoOiBjYWxjKDEwMCUgLSA0MHB4KTtcbiAgICAgIHBhZGRpbmc6IDAgMjBweDtcbiAgICB9XG5cbiAgICAuZ2QtY29tbWVudHMtaGVhZCB7XG4gICAgICB3aWR0aDogMTAwJTtcbiAgICAgIGxpbmUtaGVpZ2h0OiA2MHB4O1xuICAgIH1cblxuICAgIHRvcCAgOiAwO1xuICAgIHdpZHRoOiAxMDAlO1xuICB9XG59IiwiLmdkLWNvbW1lbnRzLXBhbmVsIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICByaWdodDogMDtcbiAgdG9wOiAzMHB4O1xuICBvdmVyZmxvdzogYXV0byAhaW1wb3J0YW50O1xuICB3aWR0aDogMzM0cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogMTAwJTtcbiAgei1pbmRleDogOTtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtaGVhZCB7XG4gIGhlaWdodDogNjBweDtcbiAgd2lkdGg6IDMzNHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMjIyRTM1O1xuICBjb2xvcjogIzk1OURBNTtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtaGVhZCA+IGZhLWljb246bnRoLWNoaWxkKDEpIHtcbiAgZm9udC1zaXplOiAyNHB4O1xufVxuLmdkLWNvbW1lbnRzLXBhbmVsIC5nZC1jb21tZW50cy1oZWFkIC5pY29uIHtcbiAgZmxleDogMCAwIDQwcHg7XG4gIG1hcmdpbi1sZWZ0OiAyMHB4O1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtY29tbWVudHMtcGFuZWwgLmdkLWNvbW1lbnRzLWhlYWQgLmdkLWNvbW1lbnRzLXRpdGxlIHtcbiAgZmxleDogMTtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBmb250LXdlaWdodDogYm9sZDtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtYm9keSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGNEY0RjQ7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gOTBweCk7XG59XG4uZ2QtY29tbWVudHMtcGFuZWwgLmdkLWNvbW1lbnRzLWJvZHkgLmdkLWVtcHR5LWNvbW1lbnRzLWxpc3Qge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgY29sb3I6ICM5NTlEQTU7XG4gIHdpZHRoOiAyNTBweDtcbiAgaGVpZ2h0OiAyNTBweDtcbiAgbWFyZ2luLXRvcDogNDBweDtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtYm9keSAuZ2QtZW1wdHktY29tbWVudHMtbGlzdCAuaWNvbiB7XG4gIGZvbnQtc2l6ZTogNjVweDtcbiAgbWFyZ2luLWJvdHRvbTogNDBweDtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtYm9keSAuZ2QtZW1wdHktY29tbWVudHMtbGlzdCAuZ2QtZW1wdHktdGV4dCB7XG4gIGZvbnQtc2l6ZTogMTVweDtcbn1cbi5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtYm9keSAuZ2QtZW1wdHktY29tbWVudHMtbGlzdCAuZ2QtZW1wdHktYm9sZC10ZXh0IHtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5nZC1jb21tZW50cy1wYW5lbCB7XG4gICAgdG9wOiAwO1xuICAgIHdpZHRoOiAxMDAlO1xuICB9XG4gIC5nZC1jb21tZW50cy1wYW5lbCAuZ2QtY29tbWVudHMtYm9keSB7XG4gICAgaGVpZ2h0OiAxMDAlICFpbXBvcnRhbnQ7XG4gICAgYWxpZ24taXRlbXM6IGluaXRpYWw7XG4gICAgd2lkdGg6IGNhbGMoMTAwJSAtIDQwcHgpO1xuICAgIHBhZGRpbmc6IDAgMjBweDtcbiAgfVxuICAuZ2QtY29tbWVudHMtcGFuZWwgLmdkLWNvbW1lbnRzLWhlYWQge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGxpbmUtaGVpZ2h0OiA2MHB4O1xuICB9XG59XG4iXX0= */\"","import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';\r\nimport {CommentAnnotationService} from \"../comment-annotation.service\";\r\nimport {Comment} from '../annotation-models'\r\n\r\n@Component({\r\n selector: 'gd-comment-panel',\r\n templateUrl: './comment-panel.component.html',\r\n styleUrls: ['./comment-panel.component.less']\r\n})\r\nexport class CommentPanelComponent implements OnInit {\r\n @Input() comments: [];\r\n @Input() annotationId: number;\r\n\r\n @Output() closeComments = new EventEmitter();\r\n\r\n currentComment: Comment;\r\n\r\n constructor(private _commentAnnotationService: CommentAnnotationService) {\r\n }\r\n\r\n ngOnInit() {\r\n }\r\n\r\n closePanel() {\r\n this.closeComments.emit(true);\r\n }\r\n\r\n newComment() {\r\n this.currentComment = new Comment(this.annotationId);\r\n }\r\n\r\n clearComment() {\r\n this.currentComment = null;\r\n }\r\n\r\n addComment() {\r\n this._commentAnnotationService.addComment(Comment.create(this.currentComment));\r\n this.currentComment = null;\r\n }\r\n}\r\n","module.exports = \".gd-comment {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n width: 294px;\\n font-size: 13px;\\n color: #3E4E5A;\\n padding-top: 20px;\\n}\\n.gd-comment .gd-comment-head {\\n display: -webkit-box;\\n display: flex;\\n}\\n.gd-comment .gd-comment-head .icon {\\n -webkit-box-flex: 0;\\n flex: 0 0 30px;\\n font-size: 18px;\\n}\\n.gd-comment .gd-comment-head .gd-name {\\n font-weight: bold;\\n line-height: 21px;\\n}\\n.gd-comment .gd-message {\\n padding-top: 5px;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n}\\n.gd-comment .gd-time {\\n color: #ACACAC;\\n padding-top: 5px;\\n}\\n@media (max-width: 1037px) {\\n .gd-comment {\\n width: 100%;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2NvbW1lbnQvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2Fubm90YXRpb24vc3JjL2xpYi9jb21tZW50L2NvbW1lbnQuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2Fubm90YXRpb24vc3JjL2xpYi9jb21tZW50L2NvbW1lbnQuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxZQUFBO0VBQ0EsZUFBQTtFQUNBLGNBQUE7RUFDQSxpQkFBQTtBQ0RGO0FETEE7RUFTSSxvQkFBQTtFQUFBLGFBQUE7QUNESjtBRFJBO0VBWU0sbUJBQUE7VUFBQSxjQUFBO0VBQ0EsZUFBQTtBQ0ROO0FEWkE7RUFpQk0saUJBQUE7RUFDQSxpQkFBQTtBQ0ZOO0FEaEJBO0VBdUJJLGdCQUFBO0VBQ0EsZ0JBQUE7RUFDQSx1QkFBQTtBQ0pKO0FEckJBO0VBNkJJLGNBQUE7RUFDQSxnQkFBQTtBQ0xKO0FEU0E7RUFDRTtJQUNFLFdBQUE7RUNQRjtBQUNGIiwiZmlsZSI6ImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2NvbW1lbnQvY29tbWVudC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uZ2QtY29tbWVudCB7XG4gIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aCAgICAgICAgIDogMjk0cHg7XG4gIGZvbnQtc2l6ZSAgICAgOiAxM3B4O1xuICBjb2xvciAgICAgICAgIDogIzNFNEU1QTtcbiAgcGFkZGluZy10b3AgICA6IDIwcHg7XG5cbiAgLmdkLWNvbW1lbnQtaGVhZCB7XG4gICAgZGlzcGxheTogZmxleDtcblxuICAgIC5pY29uIHtcbiAgICAgIGZsZXggICAgIDogMCAwIDMwcHg7XG4gICAgICBmb250LXNpemU6IDE4cHg7XG4gICAgfVxuXG4gICAgLmdkLW5hbWUge1xuICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgICBsaW5lLWhlaWdodDogMjFweDtcbiAgICB9XG4gIH1cblxuICAuZ2QtbWVzc2FnZSB7XG4gICAgcGFkZGluZy10b3A6IDVweDtcbiAgICBvdmVyZmxvdyAgICAgOiBoaWRkZW47XG4gICAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG4gIH1cblxuICAuZ2QtdGltZSB7XG4gICAgY29sb3IgICAgICA6ICNBQ0FDQUM7XG4gICAgcGFkZGluZy10b3A6IDVweDtcbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuZ2QtY29tbWVudCB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbn0iLCIuZ2QtY29tbWVudCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiAyOTRweDtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBjb2xvcjogIzNFNEU1QTtcbiAgcGFkZGluZy10b3A6IDIwcHg7XG59XG4uZ2QtY29tbWVudCAuZ2QtY29tbWVudC1oZWFkIHtcbiAgZGlzcGxheTogZmxleDtcbn1cbi5nZC1jb21tZW50IC5nZC1jb21tZW50LWhlYWQgLmljb24ge1xuICBmbGV4OiAwIDAgMzBweDtcbiAgZm9udC1zaXplOiAxOHB4O1xufVxuLmdkLWNvbW1lbnQgLmdkLWNvbW1lbnQtaGVhZCAuZ2QtbmFtZSB7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xuICBsaW5lLWhlaWdodDogMjFweDtcbn1cbi5nZC1jb21tZW50IC5nZC1tZXNzYWdlIHtcbiAgcGFkZGluZy10b3A6IDVweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG59XG4uZ2QtY29tbWVudCAuZ2QtdGltZSB7XG4gIGNvbG9yOiAjQUNBQ0FDO1xuICBwYWRkaW5nLXRvcDogNXB4O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAuZ2QtY29tbWVudCB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbn1cbiJdfQ== */\"","import {Component, Input, OnInit} from '@angular/core';\r\nimport {Comment} from '../annotation-models'\r\n\r\n@Component({\r\n selector: 'gd-comment',\r\n templateUrl: './comment.component.html',\r\n styleUrls: ['./comment.component.less']\r\n})\r\nexport class CommentComponent implements OnInit {\r\n\r\n @Input() comment: Comment;\r\n\r\n constructor() {\r\n }\r\n\r\n ngOnInit() {\r\n }\r\n\r\n getTime() {\r\n const time = Date.now() - this.comment.time;\r\n const hours = Math.round(time / (60 * 60 * 1000));\r\n if (hours > 1) {\r\n return 'about ' + hours + ' hours ago';\r\n }\r\n const min = Math.round(time / (60 * 1000));\r\n if (min > 1) {\r\n return 'about ' + min + ' minutes ago';\r\n }\r\n const sec = Math.round(time / 1000);\r\n if (sec > 1) {\r\n return 'about ' + sec + ' seconds ago';\r\n }\r\n return this.comment.time;\r\n }\r\n}\r\n","module.exports = \".gd-new-comment {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n padding-top: 20px;\\n width: 294px;\\n font-size: 14px;\\n}\\n.gd-new-comment ::ng-deep .button {\\n padding: 0px !important;\\n width: 96px;\\n}\\n.gd-new-comment ::ng-deep .button .text {\\n font-size: 12px !important;\\n}\\n.gd-new-comment ::ng-deep .button fa-icon {\\n font-size: 14px;\\n}\\n.gd-new-comment .gd-buttons {\\n display: -webkit-box;\\n display: flex;\\n margin-top: 20px;\\n width: 294px;\\n -webkit-box-pack: end;\\n justify-content: flex-end;\\n}\\n.gd-new-comment .gd-buttons .gd-add-comment {\\n background-color: #4B566C !important;\\n margin-left: 10px;\\n border: 1px solid #707070;\\n}\\n.gd-new-comment .gd-buttons .gd-add-comment ::ng-deep .button {\\n color: #FFFFFF !important;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n -webkit-box-pack: start;\\n justify-content: flex-start;\\n}\\n.gd-new-comment .gd-buttons .gd-add-comment ::ng-deep .button fa-icon {\\n padding: 0 11px;\\n}\\n.gd-new-comment .gd-buttons .gd-cancel-comment {\\n background-color: transparent;\\n border: 1px solid #707070;\\n}\\n.gd-new-comment .gd-buttons .gd-cancel-comment ::ng-deep .button {\\n color: #ACACAC !important;\\n}\\n.gd-new-comment .gd-name {\\n width: 100%;\\n height: 37px;\\n border: 1px solid #6E6E6E;\\n box-sizing: border-box;\\n}\\n.gd-new-comment .gd-text {\\n width: 100%;\\n height: 100px;\\n border: 1px solid #6E6E6E;\\n margin-top: 20px;\\n box-sizing: border-box;\\n}\\n@media (max-width: 1037px) {\\n .gd-new-comment {\\n width: 100%;\\n padding-bottom: 20px;\\n }\\n .gd-new-comment .gd-buttons {\\n width: 100%;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2NyZWF0ZS1jb21tZW50L0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9hbm5vdGF0aW9uL3NyYy9saWIvY3JlYXRlLWNvbW1lbnQvY3JlYXRlLWNvbW1lbnQuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2Fubm90YXRpb24vc3JjL2xpYi9jcmVhdGUtY29tbWVudC9jcmVhdGUtY29tbWVudC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsaUJBQUE7RUFDQSxZQUFBO0VBQ0EsZUFBQTtBQ0RGO0FETkE7RUFVSSx1QkFBQTtFQUNBLFdBQUE7QUNESjtBRFZBO0VBY00sMEJBQUE7QUNETjtBRGJBO0VBa0JNLGVBQUE7QUNGTjtBRGhCQTtFQXVCSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxnQkFBQTtFQUNBLFlBQUE7RUFDQSxxQkFBQTtVQUFBLHlCQUFBO0FDSko7QUR0QkE7RUE2Qk0sb0NBQUE7RUFDQSxpQkFBQTtFQUNBLHlCQUFBO0FDSk47QUQzQkE7RUFrQ1EseUJBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw4QkFBQTtFQUFBLDZCQUFBO1VBQUEsbUJBQUE7RUFDQSx1QkFBQTtVQUFBLDJCQUFBO0FDSlI7QURqQ0E7RUF3Q1UsZUFBQTtBQ0pWO0FEcENBO0VBOENNLDZCQUFBO0VBQ0EseUJBQUE7QUNQTjtBRHhDQTtFQWtEUSx5QkFBQTtBQ1BSO0FEM0NBO0VBd0RJLFdBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7RUFDQSxzQkFBQTtBQ1ZKO0FEakRBO0VBK0RJLFdBQUE7RUFDQSxhQUFBO0VBQ0EseUJBQUE7RUFDQSxnQkFBQTtFQUNBLHNCQUFBO0FDWEo7QURlQTtFQUNFO0lBQ0UsV0FBQTtJQUNBLG9CQUFBO0VDYkY7RURXQTtJQUtJLFdBQUE7RUNiSjtBQUNGIiwiZmlsZSI6ImxpYnMvYW5ub3RhdGlvbi9zcmMvbGliL2NyZWF0ZS1jb21tZW50L2NyZWF0ZS1jb21tZW50LmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbi5nZC1uZXctY29tbWVudCB7XG4gIGRpc3BsYXkgICAgICAgIDogZmxleDtcbiAgZmxleC1kaXJlY3Rpb24gOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtcyAgICA6IGNlbnRlcjtcbiAgcGFkZGluZy10b3AgICAgOiAyMHB4O1xuICB3aWR0aCAgICAgICAgICA6IDI5NHB4O1xuICBmb250LXNpemUgICAgICA6IDE0cHg7XG5cbiAgOjpuZy1kZWVwIC5idXR0b24ge1xuICAgIHBhZGRpbmc6IDBweCAhaW1wb3J0YW50O1xuICAgIHdpZHRoICA6IDk2cHg7XG5cbiAgICAudGV4dCB7XG4gICAgICBmb250LXNpemU6IDEycHggIWltcG9ydGFudDtcbiAgICB9XG5cbiAgICBmYS1pY29uIHtcbiAgICAgIGZvbnQtc2l6ZTogMTRweDtcbiAgICB9XG4gIH1cblxuICAuZ2QtYnV0dG9ucyB7XG4gICAgZGlzcGxheSAgICAgICAgOiBmbGV4O1xuICAgIG1hcmdpbi10b3AgICAgIDogMjBweDtcbiAgICB3aWR0aCAgICAgICAgICA6IDI5NHB4O1xuICAgIGp1c3RpZnktY29udGVudDogZmxleC1lbmQ7XG5cbiAgICAuZ2QtYWRkLWNvbW1lbnQge1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzRCNTY2QyAhaW1wb3J0YW50O1xuICAgICAgbWFyZ2luLWxlZnQgICAgIDogMTBweDtcbiAgICAgIGJvcmRlciAgICAgICAgICA6IDFweCBzb2xpZCAjNzA3MDcwO1xuXG4gICAgICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgICAgIGNvbG9yICAgICAgICAgIDogI0ZGRkZGRiAhaW1wb3J0YW50O1xuICAgICAgICBkaXNwbGF5ICAgICAgICA6IGZsZXg7XG4gICAgICAgIGZsZXgtZGlyZWN0aW9uIDogcm93O1xuICAgICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG5cbiAgICAgICAgZmEtaWNvbiB7XG4gICAgICAgICAgcGFkZGluZzogMCAxMXB4O1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuXG4gICAgLmdkLWNhbmNlbC1jb21tZW50IHtcbiAgICAgIGJhY2tncm91bmQtY29sb3I6IHRyYW5zcGFyZW50O1xuICAgICAgYm9yZGVyICAgICAgICAgIDogMXB4IHNvbGlkICM3MDcwNzA7XG5cbiAgICAgIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICAgICAgY29sb3I6ICNBQ0FDQUMgIWltcG9ydGFudDtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICAuZ2QtbmFtZSB7XG4gICAgd2lkdGggOiAxMDAlO1xuICAgIGhlaWdodDogMzdweDtcbiAgICBib3JkZXI6IDFweCBzb2xpZCAjNkU2RTZFO1xuICAgIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG4gIH1cblxuICAuZ2QtdGV4dCB7XG4gICAgd2lkdGggICAgIDogMTAwJTtcbiAgICBoZWlnaHQgICAgOiAxMDBweDtcbiAgICBib3JkZXIgICAgOiAxcHggc29saWQgIzZFNkU2RTtcbiAgICBtYXJnaW4tdG9wOiAyMHB4O1xuICAgIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG4gIH1cbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLmdkLW5ldy1jb21tZW50IHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBwYWRkaW5nLWJvdHRvbTogMjBweDtcblxuICAgIC5nZC1idXR0b25zIHtcbiAgICAgIHdpZHRoOiAxMDAlO1xuICAgIH1cbiAgfVxufSIsIi5nZC1uZXctY29tbWVudCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBwYWRkaW5nLXRvcDogMjBweDtcbiAgd2lkdGg6IDI5NHB4O1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uZ2QtbmV3LWNvbW1lbnQgOjpuZy1kZWVwIC5idXR0b24ge1xuICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbiAgd2lkdGg6IDk2cHg7XG59XG4uZ2QtbmV3LWNvbW1lbnQgOjpuZy1kZWVwIC5idXR0b24gLnRleHQge1xuICBmb250LXNpemU6IDEycHggIWltcG9ydGFudDtcbn1cbi5nZC1uZXctY29tbWVudCA6Om5nLWRlZXAgLmJ1dHRvbiBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAxNHB4O1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIHtcbiAgZGlzcGxheTogZmxleDtcbiAgbWFyZ2luLXRvcDogMjBweDtcbiAgd2lkdGg6IDI5NHB4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtZW5kO1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIC5nZC1hZGQtY29tbWVudCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0QjU2NkMgIWltcG9ydGFudDtcbiAgbWFyZ2luLWxlZnQ6IDEwcHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkICM3MDcwNzA7XG59XG4uZ2QtbmV3LWNvbW1lbnQgLmdkLWJ1dHRvbnMgLmdkLWFkZC1jb21tZW50IDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgY29sb3I6ICNGRkZGRkYgIWltcG9ydGFudDtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAganVzdGlmeS1jb250ZW50OiBmbGV4LXN0YXJ0O1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIC5nZC1hZGQtY29tbWVudCA6Om5nLWRlZXAgLmJ1dHRvbiBmYS1pY29uIHtcbiAgcGFkZGluZzogMCAxMXB4O1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIC5nZC1jYW5jZWwtY29tbWVudCB7XG4gIGJhY2tncm91bmQtY29sb3I6IHRyYW5zcGFyZW50O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNzA3MDcwO1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIC5nZC1jYW5jZWwtY29tbWVudCA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIGNvbG9yOiAjQUNBQ0FDICFpbXBvcnRhbnQ7XG59XG4uZ2QtbmV3LWNvbW1lbnQgLmdkLW5hbWUge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAzN3B4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNkU2RTZFO1xuICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xufVxuLmdkLW5ldy1jb21tZW50IC5nZC10ZXh0IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwcHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkICM2RTZFNkU7XG4gIG1hcmdpbi10b3A6IDIwcHg7XG4gIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5nZC1uZXctY29tbWVudCB7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgcGFkZGluZy1ib3R0b206IDIwcHg7XG4gIH1cbiAgLmdkLW5ldy1jb21tZW50IC5nZC1idXR0b25zIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxufVxuIl19 */\"","import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';\r\nimport {Comment} from '../annotation-models'\r\nimport * as jquery from 'jquery';\r\n\r\nconst $ = jquery;\r\n\r\n@Component({\r\n selector: 'gd-create-comment',\r\n templateUrl: './create-comment.component.html',\r\n styleUrls: ['./create-comment.component.less']\r\n})\r\nexport class CreateCommentComponent implements OnInit {\r\n @Input() comment: Comment;\r\n\r\n @Output() addComment = new EventEmitter();\r\n @Output() removeComment = new EventEmitter();\r\n\r\n constructor() {\r\n }\r\n\r\n ngOnInit() {\r\n setTimeout(() => {\r\n const element = $(\"#name\");\r\n if (element) {\r\n element.focus();\r\n }\r\n }, 100);\r\n }\r\n\r\n onAddComment() {\r\n this.addComment.emit(this.comment);\r\n }\r\n\r\n clearComment() {\r\n this.removeComment.emit(true);\r\n }\r\n\r\n saveText(value: string) {\r\n this.comment.text = value;\r\n }\r\n\r\n saveName(value: string) {\r\n this.comment.userName = value;\r\n }\r\n}\r\n","import {Observable, Subject} from \"rxjs\";\r\nimport {RemoveAnnotation} from \"./annotation-models\";\r\n\r\nexport class RemoveAnnotationService {\r\n private _observer: Subject = new Subject();\r\n private readonly _removeAnnotation: Observable = this._observer.asObservable();\r\n\r\n constructor() {\r\n }\r\n\r\n get removeAnnotation(): Observable {\r\n return this._removeAnnotation;\r\n }\r\n\r\n remove(id: RemoveAnnotation): void {\r\n this._observer.next(id);\r\n }\r\n}\r\n","import {HttpHeaders} from \"@angular/common/http\";\r\nimport {Injectable} from \"@angular/core\";\r\n\r\nexport class Api {\r\n public static VIEWER_APP = '/viewer';\r\n public static SIGNATURE_APP = '/signature';\r\n public static ANNOTATION_APP = '/annotation';\r\n public static SEARCH_APP = '/search';\r\n public static EDITOR_APP = '/editor';\r\n public static COMPARISON_APP = '/comparison';\r\n public static CONVERSION_APP = '/conversion';\r\n public static METADATA_APP = '/metadata';\r\n public static PARSER_APP = '/parser';\r\n public static DEFAULT_API_ENDPOINT = window.location.href;\r\n public static LOAD_FILE_TREE = '/loadFileTree';\r\n public static LOAD_CONFIG = '/loadConfig';\r\n public static LOAD_DOCUMENT_DESCRIPTION = '/loadDocumentDescription';\r\n public static LOAD_DOCUMENT_PAGE = '/loadDocumentPage';\r\n public static LOAD_DOCUMENT_PROPERTIES = '/loadProperties';\r\n public static LOAD_DOCUMENT_PROPERTIES_NAMES = '/loadPropertiesNames';\r\n public static SAVE_PROPERTY = '/saveProperty';\r\n public static REMOVE_PROPERTY = '/removeProperty';\r\n public static ROTATE_DOCUMENT_PAGE = '/rotateDocumentPages';\r\n public static UPLOAD_DOCUMENTS = '/uploadDocument';\r\n public static DOWNLOAD_DOCUMENTS = '/downloadDocument';\r\n public static LOAD_PRINT = '/loadPrint';\r\n public static LOAD_PRINT_PDF = '/printPdf';\r\n public static LOAD_THUMBNAILS = '/loadThumbnails';\r\n public static LOAD_FORMATS = '/loadFormats';\r\n public static SAVE_FILE = '/saveFile';\r\n public static CREATE_FILE = '/createFile';\r\n public static COMPARE_FILES = '/compare';\r\n public static CONVERT_FILE = '/convert';\r\n public static DELETE_SIGNATURE_FILE = '/deleteSignatureFile';\r\n public static REMOVE_FROM_INDEX = '/removeFromIndex';\r\n public static GET_FILE_STATUS = '/getFileStatus';\r\n public static SAVE_OPTICAL_CODE = '/saveOpticalCode';\r\n public static SAVE_TEXT = '/saveText';\r\n public static SAVE_IMAGE = '/saveImage';\r\n public static SAVE_STAMP = '/saveStamp';\r\n public static SIGN = '/sign';\r\n public static DOWNLOAD_SIGNED = '/downloadSigned';\r\n public static LOAD_SIGNATURE_IMAGE = '/loadSignatureImage';\r\n public static ANNOTATE = '/annotate';\r\n public static SEARCH = '/search';\r\n public static ADD_FILES_TO_INDEX = '/addFilesToIndex';\r\n\r\n public static httpOptionsJson = {\r\n headers: new HttpHeaders({\r\n 'Content-Type': 'application/json',\r\n })\r\n };\r\n public static httpOptionsJsonResponseTypeBlob = {\r\n headers: new HttpHeaders({\r\n 'Content-Type': 'application/json',\r\n }),\r\n responseType: 'blob' as 'blob'\r\n };\r\n}\r\n\r\n@Injectable()\r\nexport class ConfigService {\r\n\r\n private _apiEndpoint: string;\r\n\r\n constructor() {\r\n this.apiEndpoint = Api.DEFAULT_API_ENDPOINT;\r\n }\r\n\r\n set apiEndpoint(url: string) {\r\n this._apiEndpoint = url && url.trim().endsWith('/') ? url.substring(0, url.length - 1) : url;\r\n }\r\n\r\n getConfigEndpoint(app) {\r\n return (this.apiEndpoint.endsWith(app) ? this.apiEndpoint : this.apiEndpoint + app) + Api.LOAD_CONFIG;\r\n }\r\n\r\n getViewerApiEndpoint() {\r\n return this._apiEndpoint.endsWith(Api.VIEWER_APP) ? this._apiEndpoint : this._apiEndpoint + Api.VIEWER_APP;\r\n }\r\n\r\n getEditorApiEndpoint() {\r\n return this._apiEndpoint.trim().endsWith(Api.EDITOR_APP) ? this._apiEndpoint : this._apiEndpoint + Api.EDITOR_APP;\r\n }\r\n\r\n getComparisonApiEndpoint() {\r\n return this._apiEndpoint.trim().endsWith(Api.COMPARISON_APP) ? this._apiEndpoint : this._apiEndpoint + Api.COMPARISON_APP;\r\n }\r\n\r\n getConversionApiEndpoint() {\r\n return this._apiEndpoint.trim().endsWith(Api.CONVERSION_APP) ? this._apiEndpoint : this._apiEndpoint + Api.CONVERSION_APP;\r\n }\r\n\r\n getMetadataApiEndpoint() {\r\n return this._apiEndpoint.trim().endsWith(Api.METADATA_APP) ? this._apiEndpoint : this._apiEndpoint + Api.METADATA_APP;\r\n }\r\n \r\n getParserApiEndpoint() {\r\n return this._apiEndpoint.trim().endsWith(Api.PARSER_APP) ? this._apiEndpoint : this._apiEndpoint + Api.PARSER_APP;\r\n }\r\n\r\n get apiEndpoint() {\r\n return this._apiEndpoint;\r\n }\r\n\r\n getSignatureApiEndpoint() {\r\n return this._apiEndpoint.endsWith(Api.SIGNATURE_APP) ? this._apiEndpoint : this._apiEndpoint + Api.SIGNATURE_APP;\r\n }\r\n\r\n getAnnotationApiEndpoint() {\r\n return this._apiEndpoint.endsWith(Api.ANNOTATION_APP) ? this._apiEndpoint : this._apiEndpoint + Api.ANNOTATION_APP;\r\n }\r\n\r\n getSearchApiEndpoint() {\r\n return this._apiEndpoint.endsWith(Api.SEARCH_APP) ? this._apiEndpoint : this._apiEndpoint + Api.SEARCH_APP;\r\n }\r\n}\r\n","export * from './lib/comparison.module';\r\nexport * from './lib/comparison-app.component';\r\nexport * from './lib/comparison-config.service';\r\nexport * from './lib/comparison-config';\r\nexport * from './lib/comparison.service';\r\nexport * from './lib/models';\r\n\r\n","module.exports = \":host {\\n border-bottom: 1px solid #CCC;\\n}\\n:host ::ng-deep gd-button .button {\\n font-size: 14px !important;\\n}\\n.wrapper {\\n height: 37px;\\n background-color: #FFFFFF;\\n display: -webkit-box;\\n display: flex;\\n}\\n.upload-wrapper {\\n display: -webkit-box;\\n display: flex;\\n width: 100%;\\n}\\n.url-input {\\n border: 0;\\n height: 37px;\\n width: 100%;\\n padding-left: 5px;\\n margin: 0px;\\n padding-top: 0px;\\n padding-bottom: 0px;\\n outline: none;\\n color: #959da5;\\n opacity: 0.5;\\n font-style: italic;\\n}\\n.compare-file-name {\\n color: #6e6e6e;\\n margin: 8px 8px 8px 0px;\\n width: 100%;\\n text-align: left;\\n font-size: 13px;\\n opacity: 0.5;\\n}\\n.ng-fa-icon {\\n color: #959da5;\\n margin: 9px 15px 0px 13px;\\n font-size: 14px;\\n}\\n.compare-file {\\n width: 100%;\\n border-right: 2px solid #ddd;\\n}\\n.wrapper .ng-fa-icon.fa-file-pdf {\\n color: #e04e4e;\\n}\\n.wrapper .ng-fa-icon.fa-file-word {\\n color: #539CF0;\\n}\\n.wrapper .ng-fa-icon.fa-file-powerpoint {\\n color: #e29e1e;\\n}\\n.wrapper .ng-fa-icon.fa-file-excel {\\n color: #7cbc46;\\n}\\n.wrapper .ng-fa-icon.fa-file-image {\\n color: #c375ed;\\n}\\n.wrapper .ng-fa-icon.fa-file-text .fa-folder,\\n.wrapper .ng-fa-icon.fa-file,\\n.wrapper .ng-fa-icon.fa-file-alt {\\n color: #4b566c;\\n}\\n.wrapper ::ng-deep gd-button .button fa-icon {\\n color: #6e6e6e;\\n}\\n::ng-deep gd-tab .gd-tab .title {\\n font-size: 13px;\\n font-weight: bold;\\n color: #959da5;\\n opacity: 0.4;\\n}\\n::ng-deep gd-tab .gd-tab.active .title {\\n color: #3E4E5A !important;\\n opacity: 1;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2FkZC1maWxlLXBhbmVsL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvYWRkLWZpbGUtcGFuZWwvYWRkLWZpbGUtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9hZGQtZmlsZS1wYW5lbC9hZGQtZmlsZS1wYW5lbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLDZCQUFBO0FDREY7QURBQTtFQUtNLDBCQUFBO0FDRk47QURPQTtFQUNFLFlBQUE7RUFDQSx5QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ0xGO0FEUUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxXQUFBO0FDTkY7QURTQTtFQUNFLFNBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGlCQUFBO0VBQ0EsV0FBQTtFQUNBLGdCQUFBO0VBQ0EsbUJBQUE7RUFDQSxhQUFBO0VBQ0EsY0FBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtBQ1BGO0FEVUE7RUFDRSxjQUFBO0VBQ0EsdUJBQUE7RUFDQSxXQUFBO0VBQ0EsZ0JBQUE7RUFDQSxlQUFBO0VBQ0EsWUFBQTtBQ1JGO0FEV0E7RUFDRSxjQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0FDVEY7QURZQTtFQUNFLFdBQUE7RUFDQSw0QkFBQTtBQ1ZGO0FEYUE7RUFDRSxjQUFBO0FDWEY7QURjQTtFQUNFLGNBQUE7QUNaRjtBRGVBO0VBQ0UsY0FBQTtBQ2JGO0FEZ0JBO0VBQ0UsY0FBQTtBQ2RGO0FEaUJBO0VBQ0UsY0FBQTtBQ2ZGO0FEa0JBOzs7RUFHRSxjQUFBO0FDaEJGO0FEbUJBO0VBSVEsY0FBQTtBQ3BCUjtBRDBCQTtFQUdNLGVBQUE7RUFDQSxpQkFBQTtFQUNBLGNBQUE7RUFDQSxZQUFBO0FDMUJOO0FEOEJJO0VBRUkseUJBQUE7RUFDQSxVQUFBO0FDN0JSIiwiZmlsZSI6ImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2FkZC1maWxlLXBhbmVsL2FkZC1maWxlLXBhbmVsLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzLmxlc3NcIjtcblxuOmhvc3Qge1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0NDQztcblxuICA6Om5nLWRlZXAgZ2QtYnV0dG9uIHtcbiAgICAuYnV0dG9uIHtcbiAgICAgIGZvbnQtc2l6ZTogMTRweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxufVxuXG4ud3JhcHBlciB7XG4gIGhlaWdodCAgICAgICAgICA6IDM3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkZGRkY7XG4gIGRpc3BsYXkgICAgICAgICA6IGZsZXg7XG59XG5cbi51cGxvYWQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoICA6IDEwMCU7XG59XG5cbi51cmwtaW5wdXQge1xuICBib3JkZXIgICAgICAgIDogMDtcbiAgaGVpZ2h0ICAgICAgICA6IDM3cHg7XG4gIHdpZHRoICAgICAgICAgOiAxMDAlO1xuICBwYWRkaW5nLWxlZnQgIDogNXB4O1xuICBtYXJnaW4gICAgICAgIDogMHB4O1xuICBwYWRkaW5nLXRvcCAgIDogMHB4O1xuICBwYWRkaW5nLWJvdHRvbTogMHB4O1xuICBvdXRsaW5lICAgICAgIDogbm9uZTtcbiAgY29sb3IgICAgICAgICA6IEByZWdlbnQtZ3JheTtcbiAgb3BhY2l0eSAgICAgICA6IDAuNTtcbiAgZm9udC1zdHlsZSAgICA6IGl0YWxpYztcbn1cblxuLmNvbXBhcmUtZmlsZS1uYW1lIHtcbiAgY29sb3IgICAgIDogQGRvdmUtZ3JheTtcbiAgbWFyZ2luICAgIDogOHB4IDhweCA4cHggMHB4O1xuICB3aWR0aCAgICAgOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBmb250LXNpemUgOiAxM3B4O1xuICBvcGFjaXR5ICAgOiAwLjU7XG59XG5cbi5uZy1mYS1pY29uIHtcbiAgY29sb3IgICAgOiBAcmVnZW50LWdyYXk7XG4gIG1hcmdpbiAgIDogOXB4IDE1cHggMHB4IDEzcHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cblxuLmNvbXBhcmUtZmlsZSB7XG4gIHdpZHRoICAgICAgIDogMTAwJTtcbiAgYm9yZGVyLXJpZ2h0OiAycHggc29saWQgI2RkZDtcbn1cblxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogQHBkZjtcbn1cblxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS13b3JkIHtcbiAgY29sb3I6IEB3b3JkO1xufVxuXG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogQHBvd2VycG9pbnQ7XG59XG5cbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtZXhjZWwge1xuICBjb2xvcjogQGV4Y2VsO1xufVxuXG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6IEBpbWFnZTtcbn1cblxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIsXG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLFxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS1hbHQge1xuICBjb2xvcjogQGZvbGRlcjtcbn1cblxuLndyYXBwZXIge1xuICA6Om5nLWRlZXAgZ2QtYnV0dG9uIHtcbiAgICAuYnV0dG9uIHtcbiAgICAgIGZhLWljb24ge1xuICAgICAgICBjb2xvcjogQGRvdmUtZ3JheTtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuOjpuZy1kZWVwIGdkLXRhYiB7XG4gIC5nZC10YWIge1xuICAgIC50aXRsZSB7XG4gICAgICBmb250LXNpemUgIDogMTNweDtcbiAgICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICAgICAgY29sb3IgICAgICA6IEByZWdlbnQtZ3JheTtcbiAgICAgIG9wYWNpdHkgICAgOiAwLjQ7XG5cbiAgICB9XG5cbiAgICAmLmFjdGl2ZSB7XG4gICAgICAudGl0bGUge1xuICAgICAgICBjb2xvciAgOiBAcHJpbWFyeSAgIWltcG9ydGFudDtcbiAgICAgICAgb3BhY2l0eTogMTtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn0iLCI6aG9zdCB7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjQ0NDO1xufVxuOmhvc3QgOjpuZy1kZWVwIGdkLWJ1dHRvbiAuYnV0dG9uIHtcbiAgZm9udC1zaXplOiAxNHB4ICFpbXBvcnRhbnQ7XG59XG4ud3JhcHBlciB7XG4gIGhlaWdodDogMzdweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgZGlzcGxheTogZmxleDtcbn1cbi51cGxvYWQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnVybC1pbnB1dCB7XG4gIGJvcmRlcjogMDtcbiAgaGVpZ2h0OiAzN3B4O1xuICB3aWR0aDogMTAwJTtcbiAgcGFkZGluZy1sZWZ0OiA1cHg7XG4gIG1hcmdpbjogMHB4O1xuICBwYWRkaW5nLXRvcDogMHB4O1xuICBwYWRkaW5nLWJvdHRvbTogMHB4O1xuICBvdXRsaW5lOiBub25lO1xuICBjb2xvcjogIzk1OWRhNTtcbiAgb3BhY2l0eTogMC41O1xuICBmb250LXN0eWxlOiBpdGFsaWM7XG59XG4uY29tcGFyZS1maWxlLW5hbWUge1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgbWFyZ2luOiA4cHggOHB4IDhweCAwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBmb250LXNpemU6IDEzcHg7XG4gIG9wYWNpdHk6IDAuNTtcbn1cbi5uZy1mYS1pY29uIHtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIG1hcmdpbjogOXB4IDE1cHggMHB4IDEzcHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi5jb21wYXJlLWZpbGUge1xuICB3aWR0aDogMTAwJTtcbiAgYm9yZGVyLXJpZ2h0OiAycHggc29saWQgI2RkZDtcbn1cbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtcGRmIHtcbiAgY29sb3I6ICNlMDRlNGU7XG59XG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLXdvcmQge1xuICBjb2xvcjogIzUzOUNGMDtcbn1cbi53cmFwcGVyIC5uZy1mYS1pY29uLmZhLWZpbGUtcG93ZXJwb2ludCB7XG4gIGNvbG9yOiAjZTI5ZTFlO1xufVxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS1leGNlbCB7XG4gIGNvbG9yOiAjN2NiYzQ2O1xufVxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS1pbWFnZSB7XG4gIGNvbG9yOiAjYzM3NWVkO1xufVxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIsXG4ud3JhcHBlciAubmctZmEtaWNvbi5mYS1maWxlLFxuLndyYXBwZXIgLm5nLWZhLWljb24uZmEtZmlsZS1hbHQge1xuICBjb2xvcjogIzRiNTY2Yztcbn1cbi53cmFwcGVyIDo6bmctZGVlcCBnZC1idXR0b24gLmJ1dHRvbiBmYS1pY29uIHtcbiAgY29sb3I6ICM2ZTZlNmU7XG59XG46Om5nLWRlZXAgZ2QtdGFiIC5nZC10YWIgLnRpdGxlIHtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBmb250LXdlaWdodDogYm9sZDtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIG9wYWNpdHk6IDAuNDtcbn1cbjo6bmctZGVlcCBnZC10YWIgLmdkLXRhYi5hY3RpdmUgLnRpdGxlIHtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbiAgb3BhY2l0eTogMTtcbn1cbiJdfQ== */\"","import {Component, EventEmitter, Input, OnChanges, OnInit, Output, SimpleChanges} from '@angular/core';\r\nimport {\r\n CommonModals,\r\n ExceptionMessageService,\r\n FileUtil,\r\n ModalService\r\n} from \"@groupdocs.examples.angular/common-components\";\r\n\r\nexport class States {\r\n static Empty = 'empty';\r\n static Opened = 'opened';\r\n}\r\n\r\n@Component({\r\n selector: 'gd-add-file-panel',\r\n templateUrl: './add-file-panel.component.html',\r\n styleUrls: ['./add-file-panel.component.less']\r\n})\r\nexport class AddFilePanelComponent implements OnInit, OnChanges {\r\n @Input() panel: string;\r\n @Output() active = new EventEmitter();\r\n @Output() urlForUpload = new EventEmitter();\r\n @Output() cleanPanel = new EventEmitter();\r\n state = States.Empty;\r\n @Input() fileName: string;\r\n uploadDisabled = true;\r\n\r\n constructor(private _modalService: ModalService,\r\n private _excMessageService: ExceptionMessageService) {\r\n }\r\n\r\n ngOnInit() {\r\n }\r\n\r\n getFormatIcon() {\r\n return FileUtil.find(this.fileName, false).icon;\r\n }\r\n\r\n openModal() {\r\n this.active.emit(this.panel);\r\n this._modalService.open(CommonModals.BrowseFiles);\r\n }\r\n\r\n isEmpty() {\r\n return this.state === States.Empty;\r\n }\r\n\r\n cleanFile() {\r\n this.active.emit(this.panel);\r\n this.cleanPanel.emit(true);\r\n }\r\n\r\n uploadUrl(url: string) {\r\n if(this.uploadDisabled){\r\n return\r\n }\r\n if (url && (url.startsWith('http') || url.startsWith('file') || url.startsWith('ftp'))) {\r\n this.active.emit(this.panel);\r\n this.urlForUpload.emit(url);\r\n } else {\r\n this._modalService.open(CommonModals.ErrorMessage);\r\n this._excMessageService.changeMessage(\"Wrong url\");\r\n }\r\n }\r\n\r\n checkDisabled(url: string) {\r\n this.uploadDisabled = url ? url.length === 0 : true;\r\n }\r\n\r\n ngOnChanges(changes: SimpleChanges): void {\r\n if (this.fileName) {\r\n this.state = States.Opened;\r\n } else {\r\n this.state = States.Empty;\r\n }\r\n }\r\n}\r\n","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n::ng-deep .tools .button {\\n color: #fff !important;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-flow: column;\\n}\\n::ng-deep .tools .button.inactive {\\n color: #959da5 !important;\\n}\\n::ng-deep .tools .icon-button {\\n margin: 0px 0px 0px 7px !important;\\n}\\n::ng-deep .compare-file .icon-button {\\n margin: 0px !important;\\n}\\n::ng-deep .compare-file .icon-button .text {\\n padding: 0px !important;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n.loader {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n height: 100%;\\n}\\n.upload-compare-file {\\n height: 100%;\\n width: 50%;\\n border-right: 1px solid #CCC;\\n display: -webkit-box;\\n display: flex;\\n align-content: center;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n text-align: center;\\n -webkit-box-flex: 0;\\n flex-grow: 0;\\n}\\n.open-file-panel {\\n display: -webkit-box;\\n display: flex;\\n width: 100%;\\n}\\n.files-panel {\\n background-color: #e7e7e7;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n width: 100%;\\n height: 100%;\\n}\\n.result-panel {\\n background-color: #e7e7e7;\\n width: 100%;\\n height: 100%;\\n display: -webkit-box;\\n display: flex;\\n align-content: center;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-pack: center;\\n justify-content: center;\\n text-align: center;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: inherit;\\n}\\n.gd-document {\\n width: 100%;\\n height: 100%;\\n}\\n.top-panel {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 100%;\\n}\\n.toolbar-panel {\\n background-color: #3e4e5a;\\n width: 100%;\\n}\\n.row {\\n display: -webkit-box;\\n display: flex;\\n height: inherit;\\n}\\n.column {\\n width: 100%;\\n}\\n.tabs-wrapper {\\n display: -webkit-box;\\n display: flex;\\n justify-self: flex-end;\\n align-self: flex-end;\\n width: 100%;\\n -webkit-box-pack: end;\\n justify-content: flex-end;\\n}\\n.tabs {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: end;\\n align-items: flex-end;\\n -webkit-box-pack: end;\\n justify-content: flex-end;\\n}\\n::ng-deep .button.brand fa-icon {\\n color: #fff !important;\\n}\\n@media (max-width: 1037px) {\\n .files-panel {\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n height: calc(100% - 60px);\\n }\\n .files-panel .upload-compare-file {\\n width: 100%;\\n height: 50%;\\n border-bottom: 1px solid #CCC;\\n }\\n ::ng-deep .gd-side-panel-wrapper {\\n height: 50% !important;\\n top: inherit !important;\\n bottom: 0px !important;\\n }\\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\\n margin: 0px 0px 0px 10px !important;\\n }\\n ::ng-deep .tools .icon-button {\\n height: 60px !important;\\n width: 60px;\\n }\\n ::ng-deep .tabs-wrapper .gd-tab .icon {\\n font-size: 22px !important;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2NvbXBhcmlzb24tYXBwLmNvbXBvbmVudC5sZXNzIiwibGlicy9jb21wYXJpc29uL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2NvbXBhcmlzb24vc3JjL2xpYi9jb21wYXJpc29uLWFwcC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSwrRkNDa0I7QUFFbEI7RUFDRSxzREFBQTtBRERGO0FDSUE7RUFFSSxzQkFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxpQkFBQTtBREhKO0FDS0k7RUFDRSx5QkFBQTtBREhOO0FDSEE7RUFXSSxrQ0FBQTtBRExKO0FDU0E7RUFFSSxzQkFBQTtBRFJKO0FDTUE7RUFLTSx1QkFBQTtBRFJOO0FDYUE7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRFhGO0FDY0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLFlBQUE7QURaRjtBQ2VBO0VBQ0UsWUFBQTtFQUNBLFVBQUE7RUFDQSw0QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHFCQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esa0JBQUE7RUFDQSxtQkFBQTtVQUFBLFlBQUE7QURiRjtBQ2dCQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLFdBQUE7QURkRjtBQ2lCQTtFQUNFLHlCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7QURmRjtBQ2tCQTtFQUNFLHlCQUFBO0VBRUEsV0FBQTtFQUNBLFlBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxxQkFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxrQkFBQTtBRGpCRjtBQ29CQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGVBQUE7QURsQkY7QUNxQkE7RUFDRSxXQUFBO0VBQ0EsWUFBQTtBRG5CRjtBQ3NCQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0FEcEJGO0FDdUJBO0VBQ0UseUJBQUE7RUFDQSxXQUFBO0FEckJGO0FDd0JBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsZUFBQTtBRHRCRjtBQ3lCQTtFQUNFLFdBQUE7QUR2QkY7QUMwQkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxzQkFBQTtFQUNBLG9CQUFBO0VBQ0EsV0FBQTtFQUNBLHFCQUFBO1VBQUEseUJBQUE7QUR4QkY7QUMyQkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxzQkFBQTtVQUFBLHFCQUFBO0VBQ0EscUJBQUE7VUFBQSx5QkFBQTtBRHpCRjtBQzRCQTtFQUVJLHNCQUFBO0FEM0JKO0FDK0JBO0VBQ0U7SUFDRSw0QkFBQTtJQUFBLDZCQUFBO1lBQUEsc0JBQUE7SUFDQSx5QkFBQTtFRDdCRjtFQzJCQTtJQUtJLFdBQUE7SUFDQSxXQUFBO0lBQ0EsNkJBQUE7RUQ3Qko7RUNpQ0E7SUFDRSxzQkFBQTtJQUNBLHVCQUFBO0lBQ0Esc0JBQUE7RUQvQkY7RUNrQ0E7SUFFSSxtQ0FBQTtFRGpDSjtFQytCQTtJQU1JLHVCQUFBO0lBQ0EsV0FBQTtFRGxDSjtFQ3NDQTtJQUdNLDBCQUFBO0VEdENOO0FBQ0YiLCJmaWxlIjoibGlicy9jb21wYXJpc29uL3NyYy9saWIvY29tcGFyaXNvbi1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2Fuczo0MDAsNDAwaSw3MDAsNzAwaSZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24ge1xuICBjb2xvcjogI2ZmZiAhaW1wb3J0YW50O1xuICBmbGV4LWZsb3c6IGNvbHVtbjtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbi5pbmFjdGl2ZSB7XG4gIGNvbG9yOiAjOTU5ZGE1ICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gIG1hcmdpbjogMHB4IDBweCAwcHggN3B4ICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLmNvbXBhcmUtZmlsZSAuaWNvbi1idXR0b24ge1xuICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5jb21wYXJlLWZpbGUgLmljb24tYnV0dG9uIC50ZXh0IHtcbiAgcGFkZGluZzogMHB4ICFpbXBvcnRhbnQ7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbi5sb2FkZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnVwbG9hZC1jb21wYXJlLWZpbGUge1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiA1MCU7XG4gIGJvcmRlci1yaWdodDogMXB4IHNvbGlkICNDQ0M7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBmbGV4LWdyb3c6IDA7XG59XG4ub3Blbi1maWxlLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDEwMCU7XG59XG4uZmlsZXMtcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTdlN2U3O1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnJlc3VsdC1wYW5lbCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnRvb2xiYXItcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM2U0ZTVhO1xuICB3aWR0aDogMTAwJTtcbn1cbi5yb3cge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uY29sdW1uIHtcbiAgd2lkdGg6IDEwMCU7XG59XG4udGFicy13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1zZWxmOiBmbGV4LWVuZDtcbiAgYWxpZ24tc2VsZjogZmxleC1lbmQ7XG4gIHdpZHRoOiAxMDAlO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtZW5kO1xufVxuLnRhYnMge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogZmxleC1lbmQ7XG4gIGp1c3RpZnktY29udGVudDogZmxleC1lbmQ7XG59XG46Om5nLWRlZXAgLmJ1dHRvbi5icmFuZCBmYS1pY29uIHtcbiAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmZpbGVzLXBhbmVsIHtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIGhlaWdodDogY2FsYygxMDAlIC0gNjBweCk7XG4gIH1cbiAgLmZpbGVzLXBhbmVsIC51cGxvYWQtY29tcGFyZS1maWxlIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDUwJTtcbiAgICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0NDQztcbiAgfVxuICA6Om5nLWRlZXAgLmdkLXNpZGUtcGFuZWwtd3JhcHBlciB7XG4gICAgaGVpZ2h0OiA1MCUgIWltcG9ydGFudDtcbiAgICB0b3A6IGluaGVyaXQgIWltcG9ydGFudDtcbiAgICBib3R0b206IDBweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgZ2QtYnV0dG9uOm50aC1jaGlsZCgxKSA+IC5pY29uLWJ1dHRvbiB7XG4gICAgbWFyZ2luOiAwcHggMHB4IDBweCAxMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC50b29scyAuaWNvbi1idXR0b24ge1xuICAgIGhlaWdodDogNjBweCAhaW1wb3J0YW50O1xuICAgIHdpZHRoOiA2MHB4O1xuICB9XG4gIDo6bmctZGVlcCAudGFicy13cmFwcGVyIC5nZC10YWIgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMjJweCAhaW1wb3J0YW50O1xuICB9XG59XG4iLCJAaW1wb3J0IFwiLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcbkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zOjQwMCw0MDBpLDcwMCw3MDBpJmRpc3BsYXk9c3dhcCcpO1xuXG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuXG46Om5nLWRlZXAgLnRvb2xzIHtcbiAgLmJ1dHRvbiB7XG4gICAgY29sb3IgICAgOiAjZmZmICFpbXBvcnRhbnQ7XG4gICAgZmxleC1mbG93OiBjb2x1bW47XG5cbiAgICAmLmluYWN0aXZlIHtcbiAgICAgIGNvbG9yOiBAcmVnZW50LWdyYXkgICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG5cbiAgLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAwcHggMHB4IDdweCAhaW1wb3J0YW50O1xuICB9XG59XG5cbjo6bmctZGVlcCAuY29tcGFyZS1maWxlIHtcbiAgLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xuXG4gICAgLnRleHQge1xuICAgICAgcGFkZGluZzogMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG59XG5cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodCAgICAgOiAxMDAlO1xuICB3aWR0aCAgICAgIDogMTAwJTtcbiAgcG9zaXRpb24gICA6IGZpeGVkO1xuICB0b3AgICAgICAgIDogMDtcbiAgYm90dG9tICAgICA6IDA7XG4gIGxlZnQgICAgICAgOiAwO1xuICByaWdodCAgICAgIDogMDtcbn1cblxuLmxvYWRlciB7XG4gIGRpc3BsYXkgICAgICAgIDogZmxleDtcbiAgZmxleC1kaXJlY3Rpb24gOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtcyAgICA6IGNlbnRlcjtcbiAgaGVpZ2h0ICAgICAgICAgOiAxMDAlO1xufVxuXG4udXBsb2FkLWNvbXBhcmUtZmlsZSB7XG4gIGhlaWdodCAgICAgICAgOiAxMDAlO1xuICB3aWR0aCAgICAgICAgIDogNTAlO1xuICBib3JkZXItcmlnaHQgIDogMXB4IHNvbGlkICNDQ0M7XG4gIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICBhbGlnbi1jb250ZW50IDogY2VudGVyO1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB0ZXh0LWFsaWduICAgIDogY2VudGVyO1xuICBmbGV4LWdyb3cgICAgIDogMDtcbn1cblxuLm9wZW4tZmlsZS1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoICA6IDEwMCU7XG59XG5cbi5maWxlcy1wYW5lbCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEBtZXJjdXJ5O1xuICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbiAgOiByb3c7XG4gIHdpZHRoICAgICAgICAgICA6IDEwMCU7XG4gIGhlaWdodCAgICAgICAgICA6IDEwMCU7XG59XG5cbi5yZXN1bHQtcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAbWVyY3VyeTtcbiAgZGlzcGxheSAgICAgICAgIDogZmxleDtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbiAgaGVpZ2h0ICAgICAgICAgIDogMTAwJTtcbiAgZGlzcGxheSAgICAgICAgIDogZmxleDtcbiAgYWxpZ24tY29udGVudCAgIDogY2VudGVyO1xuICBmbGV4LWRpcmVjdGlvbiAgOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudCA6IGNlbnRlcjtcbiAgdGV4dC1hbGlnbiAgICAgIDogY2VudGVyO1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0IDogaW5oZXJpdDtcbn1cblxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGggOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi50b3AtcGFuZWwge1xuICBkaXNwbGF5ICAgIDogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgd2lkdGggICAgICA6IDEwMCU7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNlNGU1YTtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbn1cblxuLnJvdyB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodCA6IGluaGVyaXQ7XG59XG5cbi5jb2x1bW4ge1xuICB3aWR0aDogMTAwJTtcbn1cblxuLnRhYnMtd3JhcHBlciB7XG4gIGRpc3BsYXkgICAgICAgIDogZmxleDtcbiAganVzdGlmeS1zZWxmICAgOiBmbGV4LWVuZDtcbiAgYWxpZ24tc2VsZiAgICAgOiBmbGV4LWVuZDtcbiAgd2lkdGggICAgICAgICAgOiAxMDAlO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtZW5kO1xufVxuXG4udGFicyB7XG4gIGRpc3BsYXkgICAgICAgIDogZmxleDtcbiAgYWxpZ24taXRlbXMgICAgOiBmbGV4LWVuZDtcbiAganVzdGlmeS1jb250ZW50OiBmbGV4LWVuZDtcbn1cblxuOjpuZy1kZWVwIC5idXR0b24uYnJhbmQge1xuICBmYS1pY29uIHtcbiAgICBjb2xvcjogI2ZmZiAhaW1wb3J0YW50O1xuICB9XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIC5maWxlcy1wYW5lbCB7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBoZWlnaHQgICAgICAgIDogY2FsYygxMDAlIC0gNjBweCk7XG5cbiAgICAudXBsb2FkLWNvbXBhcmUtZmlsZSB7XG4gICAgICB3aWR0aCAgICAgICAgOiAxMDAlO1xuICAgICAgaGVpZ2h0ICAgICAgIDogNTAlO1xuICAgICAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNDQ0M7XG4gICAgfVxuICB9XG5cbiAgOjpuZy1kZWVwIC5nZC1zaWRlLXBhbmVsLXdyYXBwZXIge1xuICAgIGhlaWdodDogNTAlICFpbXBvcnRhbnQ7XG4gICAgdG9wICAgOiBpbmhlcml0ICFpbXBvcnRhbnQ7XG4gICAgYm90dG9tOiAwcHggIWltcG9ydGFudDtcbiAgfVxuXG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIGdkLWJ1dHRvbjpudGgtY2hpbGQoMSk+Lmljb24tYnV0dG9uIHtcbiAgICAgIG1hcmdpbjogMHB4IDBweCAwcHggMTBweCAhaW1wb3J0YW50O1xuICAgIH1cblxuICAgIC5pY29uLWJ1dHRvbiB7XG4gICAgICBoZWlnaHQ6IDYwcHggIWltcG9ydGFudDtcbiAgICAgIHdpZHRoIDogNjBweDtcbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLnRhYnMtd3JhcHBlciB7XG4gICAgLmdkLXRhYiB7XG4gICAgICAuaWNvbiB7XG4gICAgICAgIGZvbnQtc2l6ZTogMjJweCAhaW1wb3J0YW50O1xuICAgICAgfVxuICAgIH1cbiAgfVxufSJdfQ== */\"","import {Component, ElementRef} from '@angular/core';\r\nimport * as jquery from 'jquery';\r\nimport {\r\n CommonModals,\r\n FileCredentials,\r\n FileDescription,\r\n FileModel,\r\n ModalService, PageModel, PagePreloadService, TabActivatorService, UploadFilesService, PasswordService\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport {ComparisonConfigService} from \"./comparison-config.service\";\r\nimport {ComparisonService} from \"./comparison.service\";\r\nimport {ComparisonConfig} from \"./comparison-config\";\r\nimport {CompareResult} from \"./models\";\r\n\r\nconst $ = jquery;\r\n\r\nexport class Files {\r\n static FIRST = 'first';\r\n static SECOND = 'second';\r\n}\r\n\r\nexport class Highlight {\r\n id: string;\r\n active = false;\r\n}\r\n\r\n@Component({\r\n selector: 'gd-comparison',\r\n templateUrl: './comparison-app.component.html',\r\n styleUrls: ['./comparison-app.component.less']\r\n})\r\nexport class ComparisonAppComponent {\r\n files: FileModel[] = [];\r\n browseFilesModal = CommonModals.BrowseFiles;\r\n credentials: Map = new Map();\r\n file: Map = new Map();\r\n comparisonConfig: ComparisonConfig;\r\n activePanel: string;\r\n first = Files.FIRST;\r\n second = Files.SECOND;\r\n firstFileName: string = undefined;\r\n secondFileName: string = undefined;\r\n loadingFirstPanel = false;\r\n loadingSecondPanel = false;\r\n countPages = 0;\r\n result: CompareResult;\r\n filesTab = 'files';\r\n resultTab = 'result';\r\n activeTab = this.filesTab;\r\n resultTabDisabled = true;\r\n\r\n constructor(private _comparisonService: ComparisonService,\r\n private configService: ComparisonConfigService,\r\n uploadFilesService: UploadFilesService,\r\n pagePreloadService: PagePreloadService,\r\n private _modalService: ModalService,\r\n private _tabActivatorService: TabActivatorService,\r\n private _elementRef: ElementRef,\r\n passwordService: PasswordService) {\r\n configService.updatedConfig.subscribe((config) => {\r\n this.comparisonConfig = config;\r\n });\r\n\r\n pagePreloadService.checkPreload.subscribe((page: number) => {\r\n if (this.comparisonConfig.preloadResultPageCount !== 0) {\r\n this.checkPreload(this.first, page);\r\n this.checkPreload(this.second, page);\r\n }\r\n });\r\n\r\n uploadFilesService.uploadsChange.subscribe((uploads) => {\r\n const active = this.activePanel;\r\n this.setLoading(active, true);\r\n if (uploads) {\r\n let i: number;\r\n for (i = 0; i < uploads.length; i++) {\r\n this._comparisonService.upload(uploads.item(i), '', this.rewriteConfig).subscribe((obj: FileCredentials) => {\r\n this.getFile(obj.guid, '', active);\r\n this.selectDir('');\r\n });\r\n }\r\n }\r\n });\r\n\r\n _tabActivatorService.activeTabChange.subscribe((tabId: string) => {\r\n this.activeTab = tabId;\r\n });\r\n\r\n passwordService.passChange.subscribe((pass: string) => {\r\n let activePanelFileGuid = \"\";\r\n if (this.credentials.get(this.first)) {\r\n activePanelFileGuid = this.credentials.get(this.first).guid;\r\n } else if (this.credentials.get(this.second)) {\r\n activePanelFileGuid = this.credentials.get(this.second).guid;\r\n }\r\n this.selectFile(activePanelFileGuid, pass, CommonModals.PasswordRequired, this.activePanel);\r\n });\r\n }\r\n\r\n get uploadConfig(): boolean {\r\n return this.comparisonConfig ? this.comparisonConfig.upload : true;\r\n }\r\n\r\n private setLoading(panel: string, flag: boolean) {\r\n if (panel === this.first) {\r\n this.loadingFirstPanel = flag;\r\n } else {\r\n this.loadingSecondPanel = flag;\r\n }\r\n }\r\n\r\n get rewriteConfig(): boolean {\r\n return this.comparisonConfig ? this.comparisonConfig.rewrite : true;\r\n }\r\n\r\n selectDir($event: string) {\r\n this._comparisonService.loadFiles($event).subscribe((files: FileModel[]) => {\r\n let nameExt: string;\r\n if (this.credentials.get(this.first)) {\r\n nameExt = this.credentials.get(this.first).guid.split('.').pop();\r\n } else if (this.credentials.get(this.second)) {\r\n nameExt = this.credentials.get(this.second).guid.split('.').pop();\r\n }\r\n\r\n if (nameExt) {\r\n files = files.filter(function (value) {\r\n return value.directory || value.guid.split('.').pop() === nameExt;\r\n });\r\n }\r\n this.files = files || [];\r\n });\r\n }\r\n\r\n selectFile($event: string, password: string, modalId: string, param: string) {\r\n this.setLoading(param, true);\r\n this.getFile($event, password, param);\r\n this.selectDir('');\r\n this._modalService.close(modalId);\r\n this.clearData(param);\r\n }\r\n\r\n private getFile($event: string, password: string, param: string) {\r\n const credentials = {guid: $event, password: password};\r\n this.credentials.set(param, credentials);\r\n this._comparisonService.loadFile(credentials).subscribe((file: FileDescription) => {\r\n this.file.set(param, file);\r\n if (file) {\r\n const preloadResultPageCount = this.comparisonConfig.preloadResultPageCount;\r\n this.countPages = file.pages ? file.pages.length : 0;\r\n if (preloadResultPageCount > 0) {\r\n this.preloadPages(param, 1, preloadResultPageCount > this.countPages ? this.countPages : preloadResultPageCount);\r\n }\r\n }\r\n this.updateFileNames();\r\n this.setLoading(param, false);\r\n }\r\n );\r\n }\r\n\r\n clearFile(param: string) {\r\n this.clearData(param);\r\n this.credentials.delete(param);\r\n this.result = null;\r\n this.resultTabDisabled = true;\r\n this._tabActivatorService.changeActiveTab(this.filesTab);\r\n }\r\n\r\n private clearData(param) {\r\n if (!this.file || !this.file.size) {\r\n return;\r\n }\r\n this.file.delete(param);\r\n if (param === this.first) {\r\n this.firstFileName = undefined;\r\n } else {\r\n this.secondFileName = undefined;\r\n }\r\n }\r\n\r\n preloadPages(param: string, start: number, end: number) {\r\n for (let i = start; i <= end; i++) {\r\n this._comparisonService.loadPage(this.credentials.get(param), i).subscribe((page: PageModel) => {\r\n this.file.get(param).pages[i - 1] = page;\r\n });\r\n }\r\n }\r\n\r\n upload($event: string) {\r\n const active = this.activePanel;\r\n this._comparisonService.upload(null, $event, this.rewriteConfig).subscribe((obj: FileCredentials) => {\r\n this.getFile(obj.guid, '', active);\r\n this.selectDir('');\r\n });\r\n }\r\n\r\n updateFileNames() {\r\n this.firstFileName = this.getFirstFileName();\r\n this.secondFileName = this.getSecondFileName();\r\n }\r\n\r\n getSecondFileName() {\r\n const fileCredentials = this.credentials ? this.credentials.get(this.second) : undefined;\r\n return fileCredentials ? fileCredentials.guid.replace(/^.*[\\\\\\/]/, '') : '';\r\n }\r\n\r\n getFirstFileName() {\r\n const fileCredentials = this.credentials ? this.credentials.get(this.first) : undefined;\r\n return fileCredentials ? fileCredentials.guid.replace(/^.*[\\\\\\/]/, '') : '';\r\n }\r\n\r\n private checkPreload(panel: string, page: number) {\r\n if (!this.file.get(panel)) {\r\n return\r\n }\r\n for (let i = page; i < page + 2; i++) {\r\n if (i > 0 && i <= this.countPages && !this.file.get(panel).pages[i - 1].data) {\r\n this.preloadPages(panel, i, i);\r\n }\r\n }\r\n }\r\n\r\n compare() {\r\n if (this.credentials.size !== 2) {\r\n return;\r\n }\r\n this.resultTabDisabled = false;\r\n const arr = [];\r\n arr.push(this.credentials.get(this.first));\r\n arr.push(this.credentials.get(this.second));\r\n this._comparisonService.compare(arr).subscribe((result: CompareResult) => {\r\n this.result = result;\r\n\r\n const isZeroBasedPageId = this.result.changes.find((change) => change.pageInfo.pageNumber === 0);\r\n\r\n this.result.changes.forEach( (change) => {\r\n change.id = this.generateRandomInteger();\r\n const zeroBasedId = isZeroBasedPageId ? change.pageInfo.pageNumber : change.pageInfo.pageNumber - 1;\r\n change.pageInfo.pageNumber = isZeroBasedPageId ? change.pageInfo.pageNumber : change.pageInfo.pageNumber - 1;\r\n if(!this.result.pages[zeroBasedId].changes){\r\n this.result.pages[zeroBasedId].changes = [];\r\n }\r\n this.result.pages[zeroBasedId].changes.push(change);\r\n change.normalized = {\r\n x : this.pxToPt(change.box.x) * 100 / change.pageInfo.width,\r\n y : this.pxToPt(change.box.y) * 100 / change.pageInfo.height,\r\n width: this.pxToPt(change.box.width) * 100 / change.pageInfo.width,\r\n height: this.pxToPt(change.box.height) * 100 / change.pageInfo.height,\r\n };\r\n });\r\n }, (err => {\r\n this.resultTabDisabled = true;\r\n this._tabActivatorService.changeActiveTab(this.filesTab);\r\n }));\r\n this._tabActivatorService.changeActiveTab(this.resultTab);\r\n }\r\n\r\n pxToPt(px: number) {\r\n return px * 72 / 96;\r\n }\r\n\r\n generateRandomInteger() {\r\n function _p8(s) {\r\n const p = (Math.random().toString(16) + \"000000000\").substr(2, 8);\r\n return s ? \"-\" + p.substr(0, 4) + \"-\" + p.substr(4, 4) : p;\r\n }\r\n return _p8(null) + _p8(true) + _p8(true) + _p8(null);\r\n }\r\n\r\n download() {\r\n if (!this.result) {\r\n return;\r\n }\r\n const credentials = {'guid': this.result.guid, 'password': ''};\r\n window.location.assign(this._comparisonService.getDownloadUrl(credentials));\r\n }\r\n\r\n hideSidePanel($event) {\r\n this.activeTab = $event ? this.filesTab : this.resultTab;\r\n this._tabActivatorService.changeActiveTab(this.filesTab);\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {ComparisonConfig} from \"./comparison-config\";\r\nimport {Api, ConfigService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {HttpClient} from \"@angular/common/http\";\r\nimport {BehaviorSubject, Observable} from \"rxjs\";\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class ComparisonConfigService {\r\n private _comparisonConfig: BehaviorSubject = new BehaviorSubject(new ComparisonConfig());\r\n private _updatedConfig: Observable = this._comparisonConfig.asObservable();\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n get updatedConfig() {\r\n return this._updatedConfig;\r\n }\r\n\r\n load() {\r\n return new Promise((resolve, reject) => {\r\n const configEndpoint = this._config.getConfigEndpoint(Api.COMPARISON_APP);\r\n this._http.get(configEndpoint, Api.httpOptionsJson).toPromise().then((response: ComparisonConfig) => {\r\n const comparisonConfig = response;\r\n this._comparisonConfig.next(comparisonConfig);\r\n resolve();\r\n }).catch((response: any) => {\r\n reject(`Could not load comparison config: ${JSON.stringify(response)}`);\r\n });\r\n });\r\n }\r\n\r\n}\r\n","export class ComparisonConfig {\r\n rewrite: boolean;\r\n pageSelector: boolean;\r\n download: boolean;\r\n upload: boolean;\r\n print: boolean;\r\n browse: boolean;\r\n enableRightClick: boolean;\r\n\r\n filesDirectory: string;\r\n fontsDirectory: string;\r\n defaultDocument: string;\r\n preloadResultPageCount: 0;\r\n}\r\n","import {BrowserModule} from '@angular/platform-browser';\r\nimport {APP_INITIALIZER, ModuleWithProviders, NgModule} from '@angular/core';\r\nimport {HTTP_INTERCEPTORS, HttpClientModule} from '@angular/common/http';\r\nimport {ComparisonAppComponent} from './comparison-app.component';\r\nimport {FontAwesomeModule} from '@fortawesome/angular-fontawesome';\r\nimport {library} from '@fortawesome/fontawesome-svg-core';\r\nimport {fas} from '@fortawesome/free-solid-svg-icons';\r\nimport {far} from '@fortawesome/free-regular-svg-icons';\r\nimport {ComparisonService} from \"./comparison.service\";\r\nimport {\r\n CommonComponentsModule,\r\n ErrorInterceptorService,\r\n ConfigService,\r\n LoadingMaskService,\r\n LoadingMaskInterceptorService,\r\n Api\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport {ComparisonConfigService} from \"./comparison-config.service\";\r\nimport {AddFilePanelComponent} from './add-file-panel/add-file-panel.component';\r\nimport {UploadFilePanelComponent} from './upload-file-panel/upload-file-panel.component';\r\nimport {DifferenceComponent} from './difference/difference.component';\r\nimport {DifferenceHighlightComponent} from './difference-highlight/difference-highlight.component';\r\nimport {ResultDocumentComponent} from './result-document/result-document.component';\r\nimport {DifferencesComponent} from './differences/differences.component';\r\nimport {DifferencesService} from './differences.service';\r\nimport {ClickOutsideModule} from 'ng-click-outside';\r\n\r\nexport function initializeApp(comparisonConfigService: ComparisonConfigService) {\r\n const result = () => comparisonConfigService.load();\r\n return result;\r\n}\r\n\r\n// NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981\r\n// @dynamic\r\nexport function setupLoadingInterceptor(service: LoadingMaskService) {\r\n return new LoadingMaskInterceptorService(service);\r\n}\r\n\r\n@NgModule({\r\n declarations: [ComparisonAppComponent, AddFilePanelComponent, UploadFilePanelComponent, DifferenceComponent, DifferenceHighlightComponent, ResultDocumentComponent, DifferencesComponent],\r\n imports: [\r\n BrowserModule,\r\n CommonComponentsModule,\r\n HttpClientModule,\r\n FontAwesomeModule,\r\n ClickOutsideModule\r\n ],\r\n exports: [\r\n ComparisonAppComponent,\r\n CommonComponentsModule,\r\n ResultDocumentComponent,\r\n DifferencesComponent\r\n ],\r\n providers: [\r\n ComparisonService,\r\n ConfigService,\r\n DifferencesService,\r\n ComparisonConfigService,\r\n {\r\n provide: APP_INITIALIZER,\r\n useFactory: initializeApp,\r\n deps: [ComparisonConfigService],\r\n multi: true\r\n },\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useClass: ErrorInterceptorService,\r\n multi: true\r\n },\r\n LoadingMaskService,\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useFactory: setupLoadingInterceptor,\r\n multi: true,\r\n deps: [LoadingMaskService]\r\n }\r\n ]\r\n})\r\nexport class ComparisonModule {\r\n constructor() {\r\n library.add(fas, far);\r\n }\r\n\r\n static forRoot(apiEndpoint: string): ModuleWithProviders {\r\n Api.DEFAULT_API_ENDPOINT = apiEndpoint;\r\n return {\r\n ngModule: ComparisonModule\r\n };\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {HttpClient} from \"@angular/common/http\";\r\nimport {\r\n Api, ConfigService, FileCredentials, SaveFile\r\n} from \"@groupdocs.examples.angular/common-components\"\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class ComparisonService {\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n loadFiles(path: string) {\r\n return this._http.post(this._config.getComparisonApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\r\n }\r\n\r\n getFormats() {\r\n return this._http.get(this._config.getComparisonApiEndpoint() + Api.LOAD_FORMATS, Api.httpOptionsJson);\r\n }\r\n\r\n loadFile(credentials: FileCredentials) {\r\n return this._http.post(this._config.getComparisonApiEndpoint() + Api.LOAD_DOCUMENT_DESCRIPTION, credentials, Api.httpOptionsJson);\r\n }\r\n\r\n upload(file: File, url: string, rewrite: boolean) {\r\n const formData = new FormData();\r\n formData.append(\"file\", file);\r\n formData.append('rewrite', String(rewrite));\r\n if (url) {\r\n formData.append(\"url\", url);\r\n }\r\n\r\n return this._http.post(this._config.getComparisonApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\r\n }\r\n\r\n save(file: SaveFile) {\r\n return this._http.post(this._config.getComparisonApiEndpoint() + Api.SAVE_FILE, file, Api.httpOptionsJson);\r\n }\r\n\r\n getDownloadUrl(credentials: FileCredentials) {\r\n return this._config.getComparisonApiEndpoint() + Api.DOWNLOAD_DOCUMENTS + '/?guid=' + credentials.guid;\r\n }\r\n\r\n loadPage(credentials: FileCredentials, page: number) {\r\n return this._http.post(this._config.getComparisonApiEndpoint() + Api.LOAD_DOCUMENT_PAGE, {\r\n 'guid': credentials.guid,\r\n 'password': credentials.password,\r\n 'page': page\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n compare(arr: FileCredentials[]) {\r\n return this._http.post(this._config.getComparisonApiEndpoint() + Api.COMPARE_FILES, {'guids': arr}, Api.httpOptionsJson);\r\n }\r\n}\r\n","module.exports = \".highlight-difference {\\n position: absolute;\\n cursor: pointer;\\n z-index: 1;\\n}\\n.highlight-difference.active {\\n box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);\\n z-index: 999;\\n}\\n.gd-difference.active {\\n box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);\\n z-index: 999;\\n}\\n.gd-difference-1 {\\n background-color: rgba(0, 122, 255, 0.4);\\n}\\n.gd-difference-2,\\n.gd-difference-4 {\\n background-color: rgba(46, 237, 0, 0.4);\\n}\\n.gd-difference-3 {\\n background-color: rgba(237, 0, 0, 0.4);\\n}\\n.gd-difference-6 {\\n background-color: rgba(215, 224, 0, 0.4);\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2RpZmZlcmVuY2UtaGlnaGxpZ2h0L0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvZGlmZmVyZW5jZS1oaWdobGlnaHQvZGlmZmVyZW5jZS1oaWdobGlnaHQuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlLWhpZ2hsaWdodC9kaWZmZXJlbmNlLWhpZ2hsaWdodC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFLGtCQUFBO0VBQ0EsZUFBQTtFQUNGLFVBQUE7QUNDQTtBREVBO0VBQ0UsMkNBQUE7RUFDQSxZQUFBO0FDQUY7QURHQTtFQUNFLDJDQUFBO0VBQ0EsWUFBQTtBQ0RGO0FESUE7RUFDRSx3Q0FBQTtBQ0ZGO0FES0E7O0VBQ0UsdUNBQUE7QUNGRjtBREtBO0VBQ0Usc0NBQUE7QUNIRjtBRE1BO0VBQ0Usd0NBQUE7QUNKRiIsImZpbGUiOiJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlLWhpZ2hsaWdodC9kaWZmZXJlbmNlLWhpZ2hsaWdodC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIi5oaWdobGlnaHQtZGlmZmVyZW5jZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuei1pbmRleDogMTtcbn1cblxuLmhpZ2hsaWdodC1kaWZmZXJlbmNlLmFjdGl2ZSB7XG4gIGJveC1zaGFkb3c6IDAgMCAwIDk5OTlweCByZ2JhKDAsIDAsIDAsIDAuNSk7XG4gIHotaW5kZXg6IDk5OTtcbn1cblxuLmdkLWRpZmZlcmVuY2UuYWN0aXZlIHtcbiAgYm94LXNoYWRvdzogMCAwIDAgOTk5OXB4IHJnYmEoMCwgMCwgMCwgMC41KTtcbiAgei1pbmRleDogOTk5O1xufVxuXG4uZ2QtZGlmZmVyZW5jZS0xIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgwLCAxMjIsIDI1NSwgMC40KTtcbn1cblxuLmdkLWRpZmZlcmVuY2UtMiwgLmdkLWRpZmZlcmVuY2UtNCB7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoNDYsIDIzNywgMCwgMC40KTtcbn1cblxuLmdkLWRpZmZlcmVuY2UtMyB7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMjM3LCAwLCAwLCAwLjQpO1xufVxuXG4uZ2QtZGlmZmVyZW5jZS02IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyMTUsIDIyNCwgMCwgMC40KTtcbn1cbiIsIi5oaWdobGlnaHQtZGlmZmVyZW5jZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB6LWluZGV4OiAxO1xufVxuLmhpZ2hsaWdodC1kaWZmZXJlbmNlLmFjdGl2ZSB7XG4gIGJveC1zaGFkb3c6IDAgMCAwIDk5OTlweCByZ2JhKDAsIDAsIDAsIDAuNSk7XG4gIHotaW5kZXg6IDk5OTtcbn1cbi5nZC1kaWZmZXJlbmNlLmFjdGl2ZSB7XG4gIGJveC1zaGFkb3c6IDAgMCAwIDk5OTlweCByZ2JhKDAsIDAsIDAsIDAuNSk7XG4gIHotaW5kZXg6IDk5OTtcbn1cbi5nZC1kaWZmZXJlbmNlLTEge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDAsIDEyMiwgMjU1LCAwLjQpO1xufVxuLmdkLWRpZmZlcmVuY2UtMixcbi5nZC1kaWZmZXJlbmNlLTQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDQ2LCAyMzcsIDAsIDAuNCk7XG59XG4uZ2QtZGlmZmVyZW5jZS0zIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyMzcsIDAsIDAsIDAuNCk7XG59XG4uZ2QtZGlmZmVyZW5jZS02IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyMTUsIDIyNCwgMCwgMC40KTtcbn1cbiJdfQ== */\"","import { Component, Input, OnInit } from '@angular/core';\r\nimport {ChangeInfo} from \"../models\";\r\nimport { DifferencesService } from '../differences.service';\r\nimport * as jquery from \"jquery\";\r\nconst $ = jquery;\r\n\r\n@Component({\r\n selector: 'gd-difference-highlight',\r\n templateUrl: './difference-highlight.component.html',\r\n styleUrls: ['./difference-highlight.component.less']\r\n})\r\nexport class DifferenceHighlightComponent implements OnInit{\r\n @Input() change: ChangeInfo;\r\n @Input() active: boolean;\r\n private changesService : DifferencesService;\r\n\r\n constructor(changeService : DifferencesService) {\r\n this.changesService = changeService;\r\n }\r\n ngOnInit(){\r\n this.changesService.activeChange.subscribe(activeID => this.active = this.change.id === activeID);\r\n }\r\n\r\n close(event: Event){\r\n this.changesService.setActiveChange(null);\r\n }\r\n\r\n highlight(id : string){\r\n this.changesService.setActiveChange(id);\r\n }\r\n}\r\n","module.exports = \".gd-difference {\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-flow: row wrap;\\n border-bottom: 1px solid #eee;\\n cursor: pointer;\\n}\\n.gd-difference.active {\\n background-color: #f2f2f2;\\n}\\n.gd-difference:hover {\\n background-color: #e5e5e5;\\n}\\n.gd-difference .gd-difference-title-wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n align-content: stretch;\\n padding: 14px 21px 17px 24px;\\n}\\n.gd-difference .gd-difference-title-wrapper fa-icon {\\n font-size: 14px;\\n}\\n.gd-difference .gd-difference-title-wrapper .fa-arrow-right {\\n color: #16B901;\\n}\\n.gd-difference .gd-difference-title-wrapper .fa-pencil-alt {\\n color: #CED600;\\n}\\n.gd-difference .gd-difference-title-wrapper .fa-times {\\n color: #B96401;\\n}\\n.gd-difference .gd-difference-title-wrapper .gd-difference-body {\\n width: 100%;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n padding-left: 24.6px;\\n}\\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-difference-title {\\n color: #222E35;\\n font-size: 13px;\\n font-weight: bold;\\n}\\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-differentce-comment {\\n color: #959da5;\\n font-size: 13px;\\n padding-top: 10px;\\n overflow: hidden;\\n /*prevent text from being shown outside the border */\\n text-overflow: ellipsis;\\n}\\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-differentce-comment .color {\\n vertical-align: text-bottom;\\n width: 14px;\\n height: 14px;\\n display: inline-block;\\n border: 1px solid #CCC;\\n border-radius: 100%;\\n}\\n.gd-difference .gd-difference-title-wrapper .gd-difference-body .gd-differentce-comment .property {\\n padding-left: 1em;\\n}\\n.gd-difference .gd-difference-title-wrapper .gd-difference-page {\\n color: rgba(149, 157, 165, 0.48);\\n font-size: 11px;\\n white-space: nowrap;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2RpZmZlcmVuY2UvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlL2RpZmZlcmVuY2UuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlL2RpZmZlcmVuY2UuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSw4QkFBQTtFQUFBLDZCQUFBO1VBQUEsbUJBQUE7RUFDQSw2QkFBQTtFQUNBLGVBQUE7QUNERjtBREdFO0VBQ0UseUJBQUE7QUNESjtBRElFO0VBQ0UseUJBQUE7QUNGSjtBRFJBO0VBZUksb0JBQUE7RUFBQSxhQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0Esc0JBQUE7RUFDQSw0QkFBQTtBQ0pKO0FEZEE7RUFxQk0sZUFBQTtBQ0pOO0FEakJBO0VBd0JNLGNBQUE7QUNKTjtBRHBCQTtFQTJCTSxjQUFBO0FDSk47QUR2QkE7RUE4Qk0sY0FBQTtBQ0pOO0FEMUJBO0VBa0NNLFdBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxvQkFBQTtBQ0xOO0FEaENBO0VBd0NRLGNBQUE7RUFDQSxlQUFBO0VBQ0EsaUJBQUE7QUNMUjtBRHJDQTtFQThDUSxjQUFBO0VBQ0EsZUFBQTtFQUNBLGlCQUFBO0VBQ0EsZ0JBQUE7RUNOTixvREFBb0Q7RURPOUMsdUJBQUE7QUNMUjtBRDdDQTtFQXFEVSwyQkFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EscUJBQUE7RUFDQSxzQkFBQTtFQUNBLG1CQUFBO0FDTFY7QURyREE7RUE2RFUsaUJBQUE7QUNMVjtBRHhEQTtFQWtFTSxnQ0FBQTtFQUNBLGVBQUE7RUFDQSxtQkFBQTtBQ1BOIiwiZmlsZSI6ImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL2RpZmZlcmVuY2UvZGlmZmVyZW5jZS5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uZ2QtZGlmZmVyZW5jZSB7XG4gIGZsZXgtZmxvdzogcm93IHdyYXA7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZWVlO1xuICBjdXJzb3I6IHBvaW50ZXI7XG5cbiAgJi5hY3RpdmV7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI2YyZjJmMjtcbiAgfVxuXG4gICY6aG92ZXJ7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI2U1ZTVlNTtcbiAgfVxuXG5cbiAgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlcntcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gICAgYWxpZ24tY29udGVudDogc3RyZXRjaDtcbiAgICBwYWRkaW5nOiAxNHB4IDIxcHggMTdweCAyNHB4O1xuXG4gICAgZmEtaWNvbiB7XG4gICAgICBmb250LXNpemU6IDE0cHg7XG4gICAgfVxuICAgIC5mYS1hcnJvdy1yaWdodCB7XG4gICAgICBjb2xvcjogIzE2QjkwMTtcbiAgICB9XG4gICAgLmZhLXBlbmNpbC1hbHQge1xuICAgICAgY29sb3I6ICNDRUQ2MDA7XG4gICAgfVxuICAgIC5mYS10aW1lcyB7XG4gICAgICBjb2xvcjogI0I5NjQwMTtcbiAgICB9XG5cbiAgICAuZ2QtZGlmZmVyZW5jZS1ib2R5e1xuICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICAgIHBhZGRpbmctbGVmdDogMjQuNnB4O1xuXG4gICAgICAuZ2QtZGlmZmVyZW5jZS10aXRsZSB7XG4gICAgICAgIGNvbG9yOiAjMjIyRTM1O1xuICAgICAgICBmb250LXNpemU6IDEzcHg7XG4gICAgICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICAgICAgfVxuXG4gICAgICAuZ2QtZGlmZmVyZW50Y2UtY29tbWVudCB7XG4gICAgICAgIGNvbG9yOiBAcmVnZW50LWdyYXk7XG4gICAgICAgIGZvbnQtc2l6ZTogMTNweDtcbiAgICAgICAgcGFkZGluZy10b3A6IDEwcHg7XG4gICAgICAgIG92ZXJmbG93OiBoaWRkZW47IC8qcHJldmVudCB0ZXh0IGZyb20gYmVpbmcgc2hvd24gb3V0c2lkZSB0aGUgYm9yZGVyICovXG4gICAgICAgIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuXG4gICAgICAgIC5jb2xvcntcbiAgICAgICAgICB2ZXJ0aWNhbC1hbGlnbjogdGV4dC1ib3R0b207XG4gICAgICAgICAgd2lkdGg6IDE0cHg7XG4gICAgICAgICAgaGVpZ2h0OiAxNHB4O1xuICAgICAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICAgICAgICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDEwMCU7XG4gICAgICAgIH1cbiAgICAgICAgLnByb3BlcnR5e1xuICAgICAgICAgIHBhZGRpbmctbGVmdDogMWVtO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICAgIC5nZC1kaWZmZXJlbmNlLXBhZ2Uge1xuICAgICAgY29sb3I6IHJnYmEoMTQ5LCAxNTcsIDE2NSwgMC40OCk7XG4gICAgICBmb250LXNpemU6IDExcHg7XG4gICAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICAgIH1cbiAgfVxufVxuXG5cbiIsIi5nZC1kaWZmZXJlbmNlIHtcbiAgZmxleC1mbG93OiByb3cgd3JhcDtcbiAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNlZWU7XG4gIGN1cnNvcjogcG9pbnRlcjtcbn1cbi5nZC1kaWZmZXJlbmNlLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmMmYyZjI7XG59XG4uZ2QtZGlmZmVyZW5jZTpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlNWU1ZTU7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgYWxpZ24tY29udGVudDogc3RyZXRjaDtcbiAgcGFkZGluZzogMTRweCAyMXB4IDE3cHggMjRweDtcbn1cbi5nZC1kaWZmZXJlbmNlIC5nZC1kaWZmZXJlbmNlLXRpdGxlLXdyYXBwZXIgZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi5nZC1kaWZmZXJlbmNlIC5nZC1kaWZmZXJlbmNlLXRpdGxlLXdyYXBwZXIgLmZhLWFycm93LXJpZ2h0IHtcbiAgY29sb3I6ICMxNkI5MDE7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIC5mYS1wZW5jaWwtYWx0IHtcbiAgY29sb3I6ICNDRUQ2MDA7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIC5mYS10aW1lcyB7XG4gIGNvbG9yOiAjQjk2NDAxO1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZ2QtZGlmZmVyZW5jZS1ib2R5IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHBhZGRpbmctbGVmdDogMjQuNnB4O1xufVxuLmdkLWRpZmZlcmVuY2UgLmdkLWRpZmZlcmVuY2UtdGl0bGUtd3JhcHBlciAuZ2QtZGlmZmVyZW5jZS1ib2R5IC5nZC1kaWZmZXJlbmNlLXRpdGxlIHtcbiAgY29sb3I6ICMyMjJFMzU7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIC5nZC1kaWZmZXJlbmNlLWJvZHkgLmdkLWRpZmZlcmVudGNlLWNvbW1lbnQge1xuICBjb2xvcjogIzk1OWRhNTtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBwYWRkaW5nLXRvcDogMTBweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgLypwcmV2ZW50IHRleHQgZnJvbSBiZWluZyBzaG93biBvdXRzaWRlIHRoZSBib3JkZXIgKi9cbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIC5nZC1kaWZmZXJlbmNlLWJvZHkgLmdkLWRpZmZlcmVudGNlLWNvbW1lbnQgLmNvbG9yIHtcbiAgdmVydGljYWwtYWxpZ246IHRleHQtYm90dG9tO1xuICB3aWR0aDogMTRweDtcbiAgaGVpZ2h0OiAxNHB4O1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gIGJvcmRlcjogMXB4IHNvbGlkICNDQ0M7XG4gIGJvcmRlci1yYWRpdXM6IDEwMCU7XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIC5nZC1kaWZmZXJlbmNlLWJvZHkgLmdkLWRpZmZlcmVudGNlLWNvbW1lbnQgLnByb3BlcnR5IHtcbiAgcGFkZGluZy1sZWZ0OiAxZW07XG59XG4uZ2QtZGlmZmVyZW5jZSAuZ2QtZGlmZmVyZW5jZS10aXRsZS13cmFwcGVyIC5nZC1kaWZmZXJlbmNlLXBhZ2Uge1xuICBjb2xvcjogcmdiYSgxNDksIDE1NywgMTY1LCAwLjQ4KTtcbiAgZm9udC1zaXplOiAxMXB4O1xuICB3aGl0ZS1zcGFjZTogbm93cmFwO1xufVxuIl19 */\"","import { Component, Input, OnInit } from '@angular/core';\r\nimport { ChangeInfo, StyleChange } from '../models';\r\nimport { DifferencesService } from '../differences.service';\r\n\r\n@Component({\r\n selector: 'gd-comparison-difference',\r\n templateUrl: './difference.component.html',\r\n styleUrls: ['./difference.component.less']\r\n})\r\nexport class DifferenceComponent implements OnInit {\r\n @Input() change: ChangeInfo;\r\n active: boolean;\r\n\r\n private changesService : DifferencesService;\r\n\r\n constructor(changeService : DifferencesService) {\r\n this.changesService = changeService;\r\n }\r\n\r\n ngOnInit() {\r\n this.changesService.activeChange.subscribe(activeID => this.active = this.change.id === activeID)\r\n }\r\n\r\n getRgbaColor(value){\r\n return `rgba(${value.red},${value.green},${value.blue},${value.alpha})`;\r\n }\r\n}\r\n","import { Injectable } from '@angular/core';\r\nimport { BehaviorSubject} from 'rxjs';\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class DifferencesService {\r\n\r\n private _activeChange = new BehaviorSubject(null);\r\n activeChange = this._activeChange.asObservable();\r\n\r\n constructor() {\r\n }\r\n\r\n setActiveChange(id : string){\r\n this._activeChange.next(id);\r\n }\r\n}\r\n","module.exports = \"\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9kaWZmZXJlbmNlcy9kaWZmZXJlbmNlcy5jb21wb25lbnQubGVzcyJ9 */\"","import { Component, Input, OnInit } from '@angular/core';\r\nimport { ChangeInfo } from './../models';\r\nimport { DifferencesService } from '../differences.service';\r\nimport { NavigateService } from '@groupdocs.examples.angular/common-components';\r\n\r\n@Component({\r\n selector: 'gd-differences',\r\n templateUrl: './differences.component.html',\r\n styleUrls: ['./differences.component.less']\r\n})\r\nexport class DifferencesComponent implements OnInit {\r\n\r\n @Input() changes : ChangeInfo[] = [];\r\n private changesService : DifferencesService;\r\n private navigateService;\r\n\r\n constructor(changeService : DifferencesService,navigateService: NavigateService,) {\r\n this.changesService = changeService;\r\n this.navigateService = navigateService;\r\n }\r\n\r\n ngOnInit() {}\r\n\r\n\r\n highlightDifference(id: string,page: number,event : MouseEvent){\r\n event.stopPropagation();\r\n this.changesService.setActiveChange(id);\r\n this.navigateService.navigateTo(page+1);\r\n }\r\n}\r\n","import {PageModel} from \"@groupdocs.examples.angular/common-components\";\r\n\r\nexport class ComparedPageModel extends PageModel{\r\n changes: ChangeInfo[]\r\n}\r\n\r\nexport class CompareResult {\r\n changes: ChangeInfo[];\r\n pages: ComparedPageModel[];\r\n guid: string;\r\n}\r\n\r\nexport class ChangeInfo {\r\n pageInfo: PageInfo;\r\n text: string;\r\n type: number;\r\n box: Rectangle;\r\n id: string;\r\n styleChanges: StyleChange[];\r\n normalized: Rectangle;\r\n active: boolean;\r\n}\r\n\r\nexport class StyleChange {\r\n changedProperty: string;\r\n newValue: string;\r\n oldValue: string;\r\n}\r\n\r\nexport class Rectangle {\r\n x: number;\r\n y: number;\r\n width: number;\r\n height: number\r\n}\r\n\r\nexport class PageInfo {\r\n width: number;\r\n height: number;\r\n changes: ChangeInfo[];\r\n pageNumber: number;\r\n}\r\n\r\n","module.exports = \":host {\\n overflow: scroll;\\n}\\n.document {\\n background-color: #e7e7e7;\\n width: 100%;\\n height: 100%;\\n -webkit-transition: all 0.4s;\\n transition: all 0.4s;\\n padding: 0px;\\n margin: 0px;\\n position: relative;\\n}\\n.page {\\n position: relative;\\n display: inline-block;\\n background-color: #ffffff;\\n margin: 20px;\\n box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);\\n -webkit-transition: all 0.3s;\\n transition: all 0.3s;\\n}\\n.wait {\\n position: absolute;\\n top: 55px;\\n left: Calc(30%);\\n}\\n.panzoom {\\n -webkit-transform: none;\\n transform: none;\\n -webkit-backface-visibility: hidden;\\n backface-visibility: hidden;\\n -webkit-transform-origin: 50% 50% 0px;\\n transform-origin: 50% 50% 0px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: center;\\n justify-content: center;\\n flex-wrap: wrap;\\n}\\n.gd-zoomed {\\n margin: 10px 98px;\\n}\\n.highlights {\\n position: absolute;\\n top: 0px;\\n left: 0px;\\n bottom: 0px;\\n right: 0px;\\n}\\n@media (max-width: 1037px) {\\n .panzoom {\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n }\\n .page {\\n min-width: unset !important;\\n min-height: unset !important;\\n margin: 5px 0px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL3Jlc3VsdC1kb2N1bWVudC9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvY29tcGFyaXNvbi9zcmMvbGliL3Jlc3VsdC1kb2N1bWVudC9yZXN1bHQtZG9jdW1lbnQuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi9yZXN1bHQtZG9jdW1lbnQvcmVzdWx0LWRvY3VtZW50LmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UsZ0JBQUE7QUNERjtBRElBO0VBQ0UseUJBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLDRCQUFBO0VBQUEsb0JBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGtCQUFBO0FDRkY7QURLQTtFQUNFLGtCQUFBO0VBQ0EscUJBQUE7RUFDQSx5QkFBQTtFQUNBLFlBQUE7RUFHQSwyQ0FBQTtFQUNBLDRCQUFBO0VBQUEsb0JBQUE7QUNIRjtBRE1BO0VBQ0Usa0JBQUE7RUFDQSxTQUFBO0VBQ0EsZUFBQTtBQ0pGO0FET0E7RUFDRSx1QkFBQTtVQUFBLGVBQUE7RUFDQSxtQ0FBQTtVQUFBLDJCQUFBO0VBQ0EscUNBQUE7VUFBQSw2QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxlQUFBO0FDTEY7QURRQTtFQUNFLGlCQUFBO0FDTkY7QURTQTtFQUNFLGtCQUFBO0VBQ0EsUUFBQTtFQUNBLFNBQUE7RUFDQSxXQUFBO0VBQ0EsVUFBQTtBQ1BGO0FEVUE7RUFLRTtJQUNFLDRCQUFBO0lBQUEsNkJBQUE7WUFBQSxzQkFBQTtFQ1pGO0VEZUE7SUFDRSwyQkFBQTtJQUNBLDRCQUFBO0lBQ0EsZUFBQTtFQ2JGO0FBQ0YiLCJmaWxlIjoibGlicy9jb21wYXJpc29uL3NyYy9saWIvcmVzdWx0LWRvY3VtZW50L3Jlc3VsdC1kb2N1bWVudC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLy4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzLmxlc3NcIjtcblxuOmhvc3Qge1xuICBvdmVyZmxvdzogc2Nyb2xsO1xufVxuXG4uZG9jdW1lbnQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAbWVyY3VyeTtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbiAgdHJhbnNpdGlvbjogYWxsIDAuNHM7XG4gIHBhZGRpbmc6IDBweDtcbiAgbWFyZ2luOiAwcHg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cblxuLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgbWFyZ2luOiAyMHB4O1xuICAtd2Via2l0LWJveC1zaGFkb3c6IDBweCAzcHggNnB4IHJnYmEoMCwgMCwgMCwgMC4xNik7XG4gIC1tb3otYm94LXNoYWRvdzogMHB4IDNweCA2cHggcmdiYSgwLCAwLCAwLCAwLjE2KTtcbiAgYm94LXNoYWRvdzogMHB4IDNweCA2cHggcmdiYSgwLCAwLCAwLCAwLjE2KTtcbiAgdHJhbnNpdGlvbjogYWxsIDAuM3M7XG59XG5cbi53YWl0IHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDU1cHg7XG4gIGxlZnQ6IENhbGMoNTAlIC0gMjBweCk7XG59XG5cbi5wYW56b29tIHtcbiAgdHJhbnNmb3JtOiBub25lO1xuICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47XG4gIHRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCUgMHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleC13cmFwOiB3cmFwO1xufVxuXG4uZ2Qtem9vbWVkIHtcbiAgbWFyZ2luOiAxMHB4IDk4cHg7XG59XG5cbi5oaWdobGlnaHRze1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMHB4O1xuICBsZWZ0OiAwcHg7XG4gIGJvdHRvbTogMHB4O1xuICByaWdodDogMHB4O1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuZG9jdW1lbnQge1xuICAgIC8vb3ZlcmZsb3cteDogYXV0byAhaW1wb3J0YW50O1xuICB9XG5cbiAgLnBhbnpvb20ge1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIH1cblxuICAucGFnZSB7XG4gICAgbWluLXdpZHRoOiB1bnNldCAhaW1wb3J0YW50O1xuICAgIG1pbi1oZWlnaHQ6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgbWFyZ2luOiA1cHggMHB4O1xuICB9XG59XG4iLCI6aG9zdCB7XG4gIG92ZXJmbG93OiBzY3JvbGw7XG59XG4uZG9jdW1lbnQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTdlN2U3O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICB0cmFuc2l0aW9uOiBhbGwgMC40cztcbiAgcGFkZGluZzogMHB4O1xuICBtYXJnaW46IDBweDtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgbWFyZ2luOiAyMHB4O1xuICAtd2Via2l0LWJveC1zaGFkb3c6IDBweCAzcHggNnB4IHJnYmEoMCwgMCwgMCwgMC4xNik7XG4gIC1tb3otYm94LXNoYWRvdzogMHB4IDNweCA2cHggcmdiYSgwLCAwLCAwLCAwLjE2KTtcbiAgYm94LXNoYWRvdzogMHB4IDNweCA2cHggcmdiYSgwLCAwLCAwLCAwLjE2KTtcbiAgdHJhbnNpdGlvbjogYWxsIDAuM3M7XG59XG4ud2FpdCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiA1NXB4O1xuICBsZWZ0OiBDYWxjKDMwJSk7XG59XG4ucGFuem9vbSB7XG4gIHRyYW5zZm9ybTogbm9uZTtcbiAgYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuO1xuICB0cmFuc2Zvcm0tb3JpZ2luOiA1MCUgNTAlIDBweDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGZsZXgtd3JhcDogd3JhcDtcbn1cbi5nZC16b29tZWQge1xuICBtYXJnaW46IDEwcHggOThweDtcbn1cbi5oaWdobGlnaHRzIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDBweDtcbiAgbGVmdDogMHB4O1xuICBib3R0b206IDBweDtcbiAgcmlnaHQ6IDBweDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLnBhbnpvb20ge1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIH1cbiAgLnBhZ2Uge1xuICAgIG1pbi13aWR0aDogdW5zZXQgIWltcG9ydGFudDtcbiAgICBtaW4taGVpZ2h0OiB1bnNldCAhaW1wb3J0YW50O1xuICAgIG1hcmdpbjogNXB4IDBweDtcbiAgfVxufVxuIl19 */\"","import { Component, ElementRef, Input, OnInit } from '@angular/core';\r\nimport { DocumentComponent, NavigateService, WindowService } from '@groupdocs.examples.angular/common-components';\r\nimport {ZoomService,ZoomDirective} from '@groupdocs.examples.angular/common-components';\r\nimport * as jquery from 'jquery';\r\nimport { DifferencesService } from '../differences.service';\r\nconst $ = jquery;\r\n\r\n@Component({\r\n selector: 'gd-result-document',\r\n templateUrl: './result-document.component.html',\r\n styleUrls: ['./result-document.component.less'], // @TODO: this is replicated from base component until styles inheritance supported added to angular\r\n providers : [ZoomService],\r\n viewProviders : [ZoomDirective]\r\n})\r\nexport class ResultDocumentComponent extends DocumentComponent implements OnInit {\r\n private changesService : DifferencesService;\r\n\r\n constructor(_elementRef: ElementRef,\r\n zoomService: ZoomService,\r\n changeService : DifferencesService,\r\n windowService: WindowService,\r\n navigateService: NavigateService) {\r\n super(_elementRef, zoomService, windowService, navigateService);\r\n this.changesService = changeService;\r\n }\r\n\r\n close(){\r\n this.changesService.setActiveChange(null)\r\n }\r\n\r\n ngOnInit(){\r\n }\r\n}\r\n","module.exports = \":host {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n align-content: center;\\n height: 100%;\\n border-bottom: 1px solid #CCC;\\n}\\n.wrapper {\\n color: #959da5;\\n background-color: #e7e7e7;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 100%;\\n height: 100%;\\n}\\n.icon {\\n font-size: 65px;\\n margin-bottom: 43px;\\n display: -webkit-box;\\n display: flex;\\n color: #959da5;\\n}\\n.start {\\n font-size: 15px;\\n text-align: center;\\n color: #959da5;\\n}\\n.gd-drag-n-drop-wrap.active {\\n background-color: #fff;\\n position: fixed;\\n top: 60px;\\n width: 50%;\\n background: rgba(255, 255, 255, 0.8);\\n}\\n.gd-drag-n-drop-wrap.active .init-state-wrapper {\\n position: absolute;\\n opacity: 0.2;\\n top: unset;\\n margin-top: -11px;\\n}\\n.gd-drag-n-drop-wrap.active .init-state-dnd-wrapper {\\n top: 0px;\\n z-index: 999;\\n margin-top: -11px;\\n}\\n.gd-drag-n-drop-wrap.active .init-state-dnd-wrapper .icon {\\n width: 113px;\\n height: 90px;\\n font-size: 90px;\\n color: #3E4E5A;\\n margin-bottom: 30px;\\n}\\n.gd-drag-n-drop-wrap.active .text {\\n color: #6e6e6e;\\n font-size: 14px;\\n}\\n.init-state-wrapper,\\n.init-state-dnd-wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n width: 250px;\\n height: 250px;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n}\\n.init-state-wrapper {\\n top: -30px;\\n position: relative;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29tcGFyaXNvbi9zcmMvbGliL3VwbG9hZC1maWxlLXBhbmVsL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9jb21wYXJpc29uL3NyYy9saWIvdXBsb2FkLWZpbGUtcGFuZWwvdXBsb2FkLWZpbGUtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbXBhcmlzb24vc3JjL2xpYi91cGxvYWQtZmlsZS1wYW5lbC91cGxvYWQtZmlsZS1wYW5lbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EscUJBQUE7RUFDQSxZQUFBO0VBQ0EsNkJBQUE7QUNERjtBRElBO0VBQ0UsY0FBQTtFQUNBLHlCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtBQ0ZGO0FES0E7RUFDRSxlQUFBO0VBQ0EsbUJBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxjQUFBO0FDSEY7QURNQTtFQUNFLGVBQUE7RUFDQSxrQkFBQTtFQUNBLGNBQUE7QUNKRjtBRFFFO0VBQ0Usc0JBQUE7RUFDQSxlQUFBO0VBQ0EsU0FBQTtFQUNBLFVBQUE7RUFDQSxvQ0FBQTtBQ05KO0FEQ0U7RUFPSSxrQkFBQTtFQUNBLFlBQUE7RUFDQSxVQUFBO0VBQ0EsaUJBQUE7QUNMTjtBRExFO0VBYUksUUFBQTtFQUNBLFlBQUE7RUFDQSxpQkFBQTtBQ0xOO0FEVkU7RUFpQk0sWUFBQTtFQUNBLFlBQUE7RUFDQSxlQUFBO0VBQ0EsY0FBQTtFQUNBLG1CQUFBO0FDSlI7QURqQkU7RUF5QkksY0FBQTtFQUNBLGVBQUE7QUNMTjtBRFVBOztFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7QUNQRjtBRFVBO0VBQ0UsVUFBQTtFQUNBLGtCQUFBO0FDUkYiLCJmaWxlIjoibGlicy9jb21wYXJpc29uL3NyYy9saWIvdXBsb2FkLWZpbGUtcGFuZWwvdXBsb2FkLWZpbGUtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuOmhvc3R7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBhbGlnbi1jb250ZW50OiBjZW50ZXI7XG4gIGhlaWdodDogMTAwJTtcbiAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNDQ0M7XG59XG5cbi53cmFwcGVyIHtcbiAgY29sb3I6IEByZWdlbnQtZ3JheTtcbiAgYmFja2dyb3VuZC1jb2xvcjogQG1lcmN1cnk7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4uaWNvbiB7XG4gIGZvbnQtc2l6ZTogNjVweDtcbiAgbWFyZ2luLWJvdHRvbTogNDNweDtcbiAgZGlzcGxheTogZmxleDtcbiAgY29sb3I6IEByZWdlbnQtZ3JheTtcbn1cblxuLnN0YXJ0IHtcbiAgZm9udC1zaXplOiAxNXB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiBAcmVnZW50LWdyYXk7XG59XG5cbi5nZC1kcmFnLW4tZHJvcC13cmFwIHtcbiAgJi5hY3RpdmUge1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIHRvcDogNjBweDtcbiAgICB3aWR0aDogNTAlO1xuICAgIGJhY2tncm91bmQ6IHJnYmEoMjU1LDI1NSwyNTUsMC44KTtcbiAgICAuaW5pdC1zdGF0ZS13cmFwcGVyIHtcbiAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgIG9wYWNpdHk6IC4yO1xuICAgICAgdG9wOiB1bnNldDtcbiAgICAgIG1hcmdpbi10b3A6IC0xMXB4O1xuICAgIH1cbiAgICAuaW5pdC1zdGF0ZS1kbmQtd3JhcHBlciB7XG4gICAgICB0b3A6IDBweDtcbiAgICAgIHotaW5kZXg6IDk5OTtcbiAgICAgIG1hcmdpbi10b3A6IC0xMXB4O1xuICAgICAgLmljb24ge1xuICAgICAgICB3aWR0aDogMTEzcHg7XG4gICAgICAgIGhlaWdodDogOTBweDtcbiAgICAgICAgZm9udC1zaXplOiA5MHB4O1xuICAgICAgICBjb2xvcjogQHByaW1hcnk7XG4gICAgICAgIG1hcmdpbi1ib3R0b206IDMwcHg7XG4gICAgICB9XG4gICAgfVxuICAgIC50ZXh0IHtcbiAgICAgIGNvbG9yOiBAZG92ZS1ncmF5O1xuICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgIH1cbiAgfVxufVxuXG4uaW5pdC1zdGF0ZS13cmFwcGVyLCAuaW5pdC1zdGF0ZS1kbmQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiAyNTBweDtcbiAgaGVpZ2h0OiAyNTBweDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG59XG5cbi5pbml0LXN0YXRlLXdyYXBwZXIge1xuICB0b3A6IC0zMHB4O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG5cbiIsIjpob3N0IHtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgaGVpZ2h0OiAxMDAlO1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0NDQztcbn1cbi53cmFwcGVyIHtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLmljb24ge1xuICBmb250LXNpemU6IDY1cHg7XG4gIG1hcmdpbi1ib3R0b206IDQzcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGNvbG9yOiAjOTU5ZGE1O1xufVxuLnN0YXJ0IHtcbiAgZm9udC1zaXplOiAxNXB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjOTU5ZGE1O1xufVxuLmdkLWRyYWctbi1kcm9wLXdyYXAuYWN0aXZlIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDYwcHg7XG4gIHdpZHRoOiA1MCU7XG4gIGJhY2tncm91bmQ6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC44KTtcbn1cbi5nZC1kcmFnLW4tZHJvcC13cmFwLmFjdGl2ZSAuaW5pdC1zdGF0ZS13cmFwcGVyIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBvcGFjaXR5OiAwLjI7XG4gIHRvcDogdW5zZXQ7XG4gIG1hcmdpbi10b3A6IC0xMXB4O1xufVxuLmdkLWRyYWctbi1kcm9wLXdyYXAuYWN0aXZlIC5pbml0LXN0YXRlLWRuZC13cmFwcGVyIHtcbiAgdG9wOiAwcHg7XG4gIHotaW5kZXg6IDk5OTtcbiAgbWFyZ2luLXRvcDogLTExcHg7XG59XG4uZ2QtZHJhZy1uLWRyb3Atd3JhcC5hY3RpdmUgLmluaXQtc3RhdGUtZG5kLXdyYXBwZXIgLmljb24ge1xuICB3aWR0aDogMTEzcHg7XG4gIGhlaWdodDogOTBweDtcbiAgZm9udC1zaXplOiA5MHB4O1xuICBjb2xvcjogIzNFNEU1QTtcbiAgbWFyZ2luLWJvdHRvbTogMzBweDtcbn1cbi5nZC1kcmFnLW4tZHJvcC13cmFwLmFjdGl2ZSAudGV4dCB7XG4gIGNvbG9yOiAjNmU2ZTZlO1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uaW5pdC1zdGF0ZS13cmFwcGVyLFxuLmluaXQtc3RhdGUtZG5kLXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aDogMjUwcHg7XG4gIGhlaWdodDogMjUwcHg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xufVxuLmluaXQtc3RhdGUtd3JhcHBlciB7XG4gIHRvcDogLTMwcHg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cbiJdfQ== */\"","import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';\r\nimport {CommonModals, ModalService, UploadFilesService} from \"@groupdocs.examples.angular/common-components\";\r\n\r\n@Component({\r\n selector: 'gd-upload-file-panel',\r\n templateUrl: './upload-file-panel.component.html',\r\n styleUrls: ['./upload-file-panel.component.less']\r\n})\r\nexport class UploadFilePanelComponent implements OnInit {\r\n\r\n @Input() panel: string;\r\n @Output() active = new EventEmitter();\r\n showUploadFile = false;\r\n\r\n constructor(private _uploadService: UploadFilesService,\r\n private _modalService: ModalService) {\r\n }\r\n\r\n ngOnInit() {\r\n }\r\n\r\n openModal() {\r\n this.active.emit(this.panel);\r\n this._modalService.open(CommonModals.BrowseFiles);\r\n }\r\n\r\n dropped($event) {\r\n if ($event) {\r\n this.active.emit(this.panel);\r\n this.showUploadFile = false;\r\n }\r\n }\r\n}\r\n","export * from './lib/conversion.module';\r\nexport * from './lib/conversion-app.component';\r\nexport * from './lib/conversion.service';\r\nexport * from './lib/conversion-config.service';\r\nexport * from './lib/models';","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n::ng-deep .tools .button {\\n color: #fff !important;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-flow: column;\\n}\\n::ng-deep .tools .button.inactive {\\n color: #959da5 !important;\\n}\\n::ng-deep .tools .icon-button {\\n margin: 0px 0px 0px 7px !important;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: inherit;\\n}\\n.gd-document {\\n width: 100%;\\n height: 100%;\\n}\\n.top-panel {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 100%;\\n}\\n.toolbar-panel {\\n background-color: #3e4e5a;\\n width: 100%;\\n}\\n@media (max-width: 1037px) {\\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\\n margin: 0px 0px 0px 10px !important;\\n }\\n ::ng-deep .tools .icon-button {\\n height: 60px !important;\\n width: 60px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24tYXBwLmNvbXBvbmVudC5sZXNzIiwibGlicy9jb252ZXJzaW9uL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWFwcC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSw2RUNBa0I7QUFHbEI7RUFDRSxzREFBQTtBRERGO0FDSUE7RUFFSSxzQkFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxpQkFBQTtBREhKO0FDS0k7RUFDRSx5QkFBQTtBREhOO0FDSEE7RUFXSSxrQ0FBQTtBRExKO0FDU0E7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRFBGO0FDVUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0FEUkY7QUNXQTtFQUNFLFdBQUE7RUFDQSxZQUFBO0FEVEY7QUNZQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0FEVkY7QUNhQTtFQUNFLHlCQUFBO0VBQ0EsV0FBQTtBRFhGO0FDY0E7RUFDRTtJQUVJLG1DQUFBO0VEYko7RUNXQTtJQU1JLHVCQUFBO0lBQ0EsV0FBQTtFRGRKO0FBQ0YiLCJmaWxlIjoibGlicy9jb252ZXJzaW9uL3NyYy9saWIvY29udmVyc2lvbi1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24ge1xuICBjb2xvcjogI2ZmZiAhaW1wb3J0YW50O1xuICBmbGV4LWZsb3c6IGNvbHVtbjtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbi5pbmFjdGl2ZSB7XG4gIGNvbG9yOiAjOTU5ZGE1ICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gIG1hcmdpbjogMHB4IDBweCAwcHggN3B4ICFpbXBvcnRhbnQ7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG4uZ2QtZG9jdW1lbnQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnRvb2xiYXItcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM2U0ZTVhO1xuICB3aWR0aDogMTAwJTtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgOjpuZy1kZWVwIC50b29scyBnZC1idXR0b246bnRoLWNoaWxkKDEpID4gLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAwcHggMHB4IDEwcHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gICAgaGVpZ2h0OiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgd2lkdGg6IDYwcHg7XG4gIH1cbn1cbiIsIkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zJmRpc3BsYXk9c3dhcCcpO1xuQGltcG9ydCBcIi4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG5cbjo6bmctZGVlcCAudG9vbHMge1xuICAuYnV0dG9uIHtcbiAgICBjb2xvciAgICA6ICNmZmYgIWltcG9ydGFudDtcbiAgICBmbGV4LWZsb3c6IGNvbHVtbjtcblxuICAgICYuaW5hY3RpdmUge1xuICAgICAgY29sb3I6IEByZWdlbnQtZ3JheSAgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICAuaWNvbi1idXR0b24ge1xuICAgIG1hcmdpbjogMHB4IDBweCAwcHggN3B4ICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0ICAgICA6IDEwMCU7XG4gIHdpZHRoICAgICAgOiAxMDAlO1xuICBwb3NpdGlvbiAgIDogZml4ZWQ7XG4gIHRvcCAgICAgICAgOiAwO1xuICBib3R0b20gICAgIDogMDtcbiAgbGVmdCAgICAgICA6IDA7XG4gIHJpZ2h0ICAgICAgOiAwO1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0IDogaW5oZXJpdDtcbn1cblxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGggOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi50b3AtcGFuZWwge1xuICBkaXNwbGF5ICAgIDogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgd2lkdGggICAgICA6IDEwMCU7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNlNGU1YTtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgOjpuZy1kZWVwIC50b29scyB7XG4gICAgZ2QtYnV0dG9uOm50aC1jaGlsZCgxKT4uaWNvbi1idXR0b24ge1xuICAgICAgbWFyZ2luOiAwcHggMHB4IDBweCAxMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuXG4gICAgLmljb24tYnV0dG9uIHtcbiAgICAgIGhlaWdodDogNjBweCAhaW1wb3J0YW50O1xuICAgICAgd2lkdGggOiA2MHB4O1xuICAgIH1cbiAgfVxufSJdfQ== */\"","import {Component} from '@angular/core';\r\nimport {ConversionConfigService} from \"./conversion-config.service\";\r\nimport {ConversionService} from \"./conversion.service\";\r\nimport { ModalService,\r\n CommonModals,\r\n UploadFilesService\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport {ConversionConfig} from \"./conversion-config\";\r\nimport {ConversionItemModel, ExtendedFileModel} from \"./models\"\r\n\r\n@Component({\r\n selector: 'gd-conversion',\r\n templateUrl: './conversion-app.component.html',\r\n styleUrls: ['./conversion-app.component.less']\r\n})\r\nexport class ConversionAppComponent {\r\n title = 'conversion';\r\n files: ExtendedFileModel[] = [];\r\n conversionItems: ConversionItemModel[] = [];\r\n browseFilesModal = CommonModals.BrowseFiles;\r\n isDesktop: boolean;\r\n leftBarOpen = false;\r\n conversionConfig: ConversionConfig;\r\n result: any;\r\n selectedFormat: string;\r\n warningItems = 0;\r\n\r\n constructor(private _modalService: ModalService,\r\n private _conversionService: ConversionService,\r\n configService: ConversionConfigService,\r\n uploadFilesService: UploadFilesService) {\r\n\r\n configService.updatedConfig.subscribe((config) => {\r\n this.conversionConfig = config;\r\n });\r\n\r\n uploadFilesService.uploadsChange.subscribe((uploads) => {\r\n if (uploads) {\r\n let i: number;\r\n for (i = 0; i < uploads.length; i++) {\r\n this._conversionService.upload(uploads.item(i), '', this.conversionConfig.rewrite).subscribe(() => {\r\n this.selectDir('');\r\n });\r\n }\r\n }\r\n });\r\n\r\n _conversionService.selectedItems.subscribe((selectedItems) => {\r\n selectedItems.forEach((selectedItem) => {\r\n if (selectedItem.warning) this.warningItems++;\r\n if (Object.keys(selectedItem).length > 0 && !this.itemAlreadyAdded(selectedItem)) {\r\n this.conversionItems.push(selectedItem as ConversionItemModel);\r\n }\r\n });\r\n });\r\n\r\n _conversionService.selectedFormat.subscribe((selectedFormat) => {\r\n this.selectedFormat = selectedFormat;\r\n });\r\n\r\n _conversionService.itemToConvert.subscribe(item => {\r\n if (item) this.convertSingleItem(item);\r\n });\r\n\r\n _conversionService.itemToRemove.subscribe(item => {\r\n if (item) this.removeItemFromQueue(item);\r\n });\r\n }\r\n\r\n get rewriteConfig(): boolean {\r\n return this.conversionConfig ? this.conversionConfig.rewrite : true;\r\n }\r\n\r\n get browseConfig(): boolean {\r\n return this.conversionConfig ? this.conversionConfig.browse : true;\r\n }\r\n\r\n get uploadConfig(): boolean {\r\n return this.conversionConfig ? this.conversionConfig.upload : true;\r\n }\r\n\r\n fileDropped($event) {\r\n if ($event) {\r\n this._modalService.open(CommonModals.BrowseFiles);\r\n }\r\n }\r\n\r\n openModal(id: string) {\r\n this._modalService.open(id);\r\n }\r\n\r\n closeModal(id: string) {\r\n this._modalService.close(id);\r\n }\r\n\r\n upload($event: string) {\r\n this._conversionService.upload(null, $event, this.rewriteConfig).subscribe(() => {\r\n this.selectDir('');\r\n });\r\n }\r\n\r\n selectDir($event: string) {\r\n this._conversionService.loadFiles($event).subscribe((files: ExtendedFileModel[]) => this.files = files || []);\r\n }\r\n\r\n convertSingleItem(item) {\r\n const workItem = this.conversionItems.find(x => x.guid === item.guid \r\n && x.destinationType === item.destinationType);\r\n workItem.converting = true;\r\n this._conversionService.convert(item).subscribe(() => {\r\n workItem.converting = false;\r\n workItem.converted = true;\r\n }, (() => {\r\n // TODO: add error handling?\r\n workItem.converting = false;\r\n }));\r\n }\r\n\r\n convertAll(){\r\n this.conversionItems.forEach((item) => {\r\n if (!item.converted && !item.converting) {\r\n this.convertSingleItem(item);\r\n }\r\n });\r\n }\r\n\r\n convertAllUnavailable(){\r\n return this.conversionItems.length === 0 || this.conversionItems.filter(ci => ci.converted !== true).length === 0;\r\n }\r\n\r\n removeItemFromQueue(item: ConversionItemModel): void {\r\n if (this.conversionItems.length > 0) {\r\n this.conversionItems.forEach( (ci, index) => {\r\n if(ci.guid === item.guid && ci.destinationType === item.destinationType) this.conversionItems.splice(index, 1);\r\n });\r\n }\r\n }\r\n\r\n selectAllItems(checked: boolean) {\r\n this.files.forEach( (f) => {\r\n if (!f.isDirectory && !f.directory) f.selected = checked;\r\n });\r\n }\r\n\r\n itemAlreadyAdded(selectedItem: ConversionItemModel) : boolean {\r\n return this.conversionItems.filter(ci => ci.destinationType === selectedItem.destinationType \r\n && ci.guid === selectedItem.guid).length === 1;\r\n }\r\n\r\n isLeftBarOpen() {\r\n return this.isDesktop ? true : this.leftBarOpen;\r\n }\r\n}\r\n","module.exports = \".gd-modal-table {\\n width: 100%;\\n text-align: left;\\n}\\n#gd-browse-section {\\n width: 1036px;\\n height: 561px;\\n overflow-y: auto;\\n}\\n.list-files-header {\\n height: 60px;\\n color: #6e6e6e;\\n font-size: 13px;\\n font-weight: bold;\\n background-color: #f4f4f4;\\n margin-top: 24px;\\n}\\n.list-files-header.upload-url {\\n margin-top: 20px;\\n}\\n.header-name {\\n padding-left: 68px;\\n width: 90%;\\n line-height: 60px;\\n}\\n.header-size {\\n padding-right: 84px;\\n line-height: 60px;\\n}\\n.header-size,\\n.file-size {\\n width: 7%;\\n color: #777777;\\n text-align: left;\\n}\\n.file-size {\\n font-size: 12px;\\n width: 7%;\\n line-height: 79px;\\n}\\n.file-description {\\n display: -webkit-box;\\n display: flex;\\n width: 90%;\\n padding: 18px 0px 18px 0px;\\n font-size: 14px;\\n -webkit-box-flex: 1;\\n flex: 1;\\n cursor: pointer;\\n overflow: hidden;\\n}\\n.file-description .ng-fa-icon {\\n font-size: 32px;\\n}\\n.gd-modal-spinner {\\n background-color: #ffffff;\\n width: 100%;\\n height: 20px;\\n text-align: center;\\n font-size: 16px;\\n}\\n.gd-cancel-button {\\n padding: 7px;\\n background: none;\\n width: 28px;\\n overflow: hidden;\\n}\\n.gd-cancel-button i {\\n font-size: 21px;\\n}\\n.gd-file-name {\\n white-space: nowrap;\\n overflow: hidden;\\n width: 100%;\\n text-overflow: ellipsis;\\n}\\n.upload-panel {\\n display: -webkit-box;\\n display: flex;\\n position: relative;\\n width: 100%;\\n margin-top: 24px;\\n margin-right: 24px;\\n}\\n.upload-panel .select-all {\\n height: 37px;\\n margin: 0px 16px 0px 15px;\\n width: 37px;\\n line-height: 44px;\\n text-align: center;\\n}\\n.upload-panel .context {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n width: 100%;\\n margin-right: 24px;\\n}\\n.upload-panel .context .context-actions {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n width: 100%;\\n}\\n.upload-panel .context .context-actions *:last-child {\\n margin-right: 0px;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button {\\n height: 37px;\\n width: 96px;\\n padding: 0px;\\n -webkit-box-pack: center;\\n justify-content: center;\\n font-size: 14px;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button ::ng-deep .text {\\n font-size: 10px;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button.primary {\\n width: 117px;\\n background-color: #4b566c;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive {\\n width: 106px;\\n background-color: #959da5;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive ::ng-deep .text {\\n color: #3E4E5A;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive ::ng-deep fa-icon {\\n color: #3E4E5A;\\n}\\n.upload-panel .context .context-panel {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n width: 100%;\\n margin-top: 20px;\\n}\\n.upload-panel .context .context-panel .upload-url {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n width: 100%;\\n}\\n.upload-panel .context .context-panel .upload-url .url-input {\\n width: 100%;\\n height: 27px;\\n border: 1px solid #25c2d4;\\n font-size: 14px;\\n padding-left: 6px;\\n}\\n.upload-panel .context .context-panel .upload-url .url-check {\\n width: 31px;\\n height: 31px;\\n color: #FFFFFF;\\n font-size: 15px;\\n background-color: #25c2d4;\\n}\\n.upload-panel .context .context-panel .upload-url .url-check .ng-fa-icon {\\n display: block;\\n padding: 8px;\\n}\\n.upload-panel gd-drop-down {\\n margin-right: 10px;\\n}\\n.upload-panel gd-drop-down ::ng-deep .drop-down-item .text {\\n margin-left: 7px;\\n text-transform: uppercase;\\n color: #6e6e6e;\\n}\\n.upload-panel gd-drop-down ::ng-deep .drop-down-item:hover {\\n background-color: #4b566c;\\n}\\n.upload-panel gd-drop-down ::ng-deep .drop-down-item:hover * {\\n color: #FFF;\\n}\\n.list-files-lines,\\n.list-files-header {\\n display: -webkit-box;\\n display: flex;\\n width: 100%;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n}\\n.file-description .ng-fa-icon.fa-file-pdf {\\n color: #e04e4e;\\n}\\n.file-description .ng-fa-icon.fa-file-word {\\n color: #539CF0;\\n}\\n.file-description .ng-fa-icon.fa-file-powerpoint {\\n color: #e29e1e;\\n}\\n.file-description .ng-fa-icon.fa-file-excel {\\n color: #7cbc46;\\n}\\n.file-description .ng-fa-icon.fa-file-image {\\n color: #c375ed;\\n}\\n.file-description .ng-fa-icon.fa-file-text .fa-folder,\\n.file-description .ng-fa-icon.fa-file,\\n.file-description .ng-fa-icon.fa-file-alt {\\n color: #4b566c;\\n}\\n.go-up {\\n cursor: pointer;\\n display: -webkit-box;\\n display: flex;\\n font-size: 26px;\\n color: #4b566c;\\n height: 79px;\\n}\\n.go-up-dots {\\n margin-left: 20px;\\n margin-top: 22px;\\n font-size: 16px;\\n}\\n.go-up-icon {\\n display: block;\\n padding: 18px 0px 18px 68px;\\n}\\n.file-name {\\n font-size: 16px;\\n color: #6e6e6e;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n}\\n.file-name-format {\\n padding-left: 11px;\\n overflow: hidden;\\n}\\n.file-format {\\n font-size: 10px;\\n padding-top: 3px;\\n color: #acacac;\\n}\\n.list-files-lines,\\n.go-up {\\n border-bottom: 1px solid #e7e7e7;\\n}\\n.list-files-lines:hover {\\n background-color: #E5E5E5;\\n}\\n.gd-dnd-wrap {\\n background-color: #FFF;\\n cursor: default;\\n position: absolute;\\n width: 100%;\\n height: calc(100% - 60px);\\n background: rgba(255, 255, 255, 0.7);\\n z-index: 1;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-drag-n-drop-icon {\\n margin-top: -50px;\\n}\\n.gd-drag-n-drop-icon .fa-cloud-download-alt {\\n color: #D1D1D1;\\n font-size: 110px;\\n}\\n.gd-file-checkbox {\\n height: 37px;\\n margin: 21px 16px 21px 15px;\\n width: 37px;\\n line-height: 44px;\\n text-align: center;\\n}\\n.gd-file-checkbox.empty {\\n width: 37px;\\n}\\n.file-format-select {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 36px;\\n margin-right: 24px;\\n}\\n.file-format-select ::ng-deep .button {\\n padding: 0px;\\n width: 36px;\\n margin: 0px;\\n font-size: 14px;\\n}\\n.file-format-select ::ng-deep .button .text {\\n padding: 0px;\\n}\\n.file-format-select ::ng-deep .show .button {\\n color: #959da5;\\n}\\n.file-format-select gd-drop-down ::ng-deep .drop-down-item {\\n width: 96px;\\n}\\n.file-format-select gd-drop-down ::ng-deep .drop-down-item .text {\\n padding-left: 7px;\\n text-transform: uppercase;\\n color: #6e6e6e;\\n}\\n.file-format-select gd-drop-down ::ng-deep .drop-down-item:hover {\\n background-color: #4b566c;\\n}\\n.file-format-select gd-drop-down ::ng-deep .drop-down-item:hover * {\\n color: #FFF;\\n}\\n.gd-checkbox {\\n width: 19px;\\n height: 19px;\\n margin: 0px;\\n}\\n.gd-checkbox:before {\\n position: relative;\\n display: -webkit-box;\\n display: flex;\\n width: 17px;\\n height: 17px;\\n border: 1px solid #707070;\\n content: \\\"\\\";\\n background: #FFFFFF;\\n cursor: pointer;\\n}\\n.gd-checkbox:after {\\n position: relative;\\n display: -webkit-box;\\n display: flex;\\n left: 1px;\\n top: -18px;\\n width: 16px;\\n height: 16px;\\n content: \\\"\\\";\\n cursor: pointer;\\n}\\n.gd-checkbox:checked:after {\\n font-family: \\\"Font Awesome 5 Free\\\";\\n content: \\\"\\\\f00c\\\";\\n font-weight: 900;\\n font-size: 16px;\\n color: #6E6E6E;\\n}\\n.gd-add-selected.active {\\n cursor: pointer;\\n opacity: 1;\\n}\\n.gd-add-selected {\\n width: 140px;\\n height: 36px;\\n background-color: #3E4E5A;\\n color: #FFFFFF;\\n margin: 0px 8px 0px 0px;\\n border: 0;\\n cursor: not-allowed;\\n opacity: 0.43;\\n}\\n.gd-folder-name {\\n margin-top: 8px;\\n}\\n.dnd-wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n top: 259px;\\n position: absolute;\\n}\\n.dnd-wrapper .text {\\n color: #6e6e6e;\\n font-size: 14px;\\n}\\n.dnd-wrapper .icon {\\n display: -webkit-box;\\n display: flex;\\n width: 113px;\\n height: 90px;\\n font-size: 90px;\\n color: #3E4E5A;\\n margin-bottom: 30px;\\n}\\n@media (max-width: 1037px) {\\n .header-size,\\n .file-size {\\n width: 18%;\\n }\\n .gd-dnd-wrap {\\n width: 95%;\\n }\\n #gd-browse-section {\\n width: 100%;\\n }\\n .list-files-header,\\n .file-size {\\n display: none;\\n }\\n #gd-browse-section {\\n width: 100%;\\n height: calc(100% - 146px);\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24tYnJvd3NlLWZpbGVzLW1vZGFsL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9jb252ZXJzaW9uL3NyYy9saWIvY29udmVyc2lvbi1icm93c2UtZmlsZXMtbW9kYWwvY29udmVyc2lvbi1icm93c2UtZmlsZXMtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLFdBQUE7RUFDQSxnQkFBQTtBQ0RGO0FESUE7RUFDRSxhQUFBO0VBQ0EsYUFBQTtFQUNBLGdCQUFBO0FDRkY7QURLQTtFQUNFLFlBQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtFQUNBLGlCQUFBO0VBQ0EseUJBQUE7RUFDQSxnQkFBQTtBQ0hGO0FES0U7RUFDRSxnQkFBQTtBQ0hKO0FET0E7RUFDRSxrQkFBQTtFQUNBLFVBQUE7RUFDQSxpQkFBQTtBQ0xGO0FEUUE7RUFDRSxtQkFBQTtFQUNBLGlCQUFBO0FDTkY7QURVQTs7RUFFRSxTQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0FDUkY7QURXQTtFQUNFLGVBQUE7RUFDQSxTQUFBO0VBQ0EsaUJBQUE7QUNURjtBRFlBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsVUFBQTtFQUNBLDBCQUFBO0VBQ0EsZUFBQTtFQUNBLG1CQUFBO1VBQUEsT0FBQTtFQUNBLGVBQUE7RUFDQSxnQkFBQTtBQ1ZGO0FEYUE7RUFDRSxlQUFBO0FDWEY7QURjQTtFQUNFLHlCQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtFQUNBLGVBQUE7QUNaRjtBRGVBO0VBQ0UsWUFBQTtFQUNBLGdCQUFBO0VBQ0EsV0FBQTtFQUNBLGdCQUFBO0FDYkY7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QUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLFVBQUE7RUFDQSxrQkFBQTtBQy9FRjtBRHlFQTtFQVNJLGNBQUE7RUFDQSxlQUFBO0FDL0VKO0FEcUVBO0VBY0ksb0JBQUE7RUFBQSxhQUFBO0VBQ0EsWUFBQTtFQUNBLFlBQUE7RUFDQSxlQUFBO0VBQ0EsY0FBQTtFQUNBLG1CQUFBO0FDaEZKO0FEb0ZBO0VBRUU7O0lBRUUsVUFBQTtFQ25GRjtFRHNGQTtJQUNFLFVBQUE7RUNwRkY7RUR1RkE7SUFDRSxXQUFBO0VDckZGO0VEd0ZBOztJQUVFLGFBQUE7RUN0RkY7RUR5RkE7SUFDRSxXQUFBO0lBQ0EsMEJBQUE7RUN2RkY7QUFDRiIsImZpbGUiOiJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC9jb252ZXJzaW9uLWJyb3dzZS1maWxlcy1tb2RhbC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLy4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzLmxlc3NcIjtcblxuLmdkLW1vZGFsLXRhYmxlIHtcbiAgd2lkdGggICAgIDogMTAwJTtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cblxuI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgd2lkdGggICAgIDogMTAzNnB4O1xuICBoZWlnaHQgICAgOiA1NjFweDtcbiAgb3ZlcmZsb3cteTogYXV0bztcbn1cblxuLmxpc3QtZmlsZXMtaGVhZGVyIHtcbiAgaGVpZ2h0ICAgICAgICAgIDogNjBweDtcbiAgY29sb3IgICAgICAgICAgIDogQGRvdmUtZ3JheTtcbiAgZm9udC1zaXplICAgICAgIDogMTNweDtcbiAgZm9udC13ZWlnaHQgICAgIDogYm9sZDtcbiAgYmFja2dyb3VuZC1jb2xvcjogQHdpbGQtc2FuZDtcbiAgbWFyZ2luLXRvcCAgICAgIDogMjRweDtcblxuICAmLnVwbG9hZC11cmwge1xuICAgIG1hcmdpbi10b3A6IDIwcHg7XG4gIH1cbn1cblxuLmhlYWRlci1uYW1lIHtcbiAgcGFkZGluZy1sZWZ0OiA2OHB4O1xuICB3aWR0aCAgICAgICA6IDkwJTtcbiAgbGluZS1oZWlnaHQgOiA2MHB4O1xufVxuXG4uaGVhZGVyLXNpemUge1xuICBwYWRkaW5nLXJpZ2h0OiA4NHB4O1xuICBsaW5lLWhlaWdodCAgOiA2MHB4O1xuICAvLyBUT0RPOiBhZGQgb3ZlcmZsb3cteTogc2Nyb2xsIGlmIHNjcm9sbC1iYXIgaW4gZmlsZXMgYXBwZWFyc1xufVxuXG4uaGVhZGVyLXNpemUsXG4uZmlsZS1zaXplIHtcbiAgd2lkdGggICAgIDogNyU7XG4gIGNvbG9yICAgICA6ICM3Nzc3Nzc7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG59XG5cbi5maWxlLXNpemUge1xuICBmb250LXNpemUgIDogMTJweDtcbiAgd2lkdGggICAgICA6IDclO1xuICBsaW5lLWhlaWdodDogNzlweDtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24ge1xuICBkaXNwbGF5ICA6IGZsZXg7XG4gIHdpZHRoICAgIDogOTAlO1xuICBwYWRkaW5nICA6IDE4cHggMHB4IDE4cHggMHB4O1xuICBmb250LXNpemU6IDE0cHg7XG4gIGZsZXggICAgIDogMTtcbiAgY3Vyc29yICAgOiBwb2ludGVyO1xuICBvdmVyZmxvdyA6IGhpZGRlbjtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24ge1xuICBmb250LXNpemU6IDMycHg7XG59XG5cbi5nZC1tb2RhbC1zcGlubmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbiAgaGVpZ2h0ICAgICAgICAgIDogMjBweDtcbiAgdGV4dC1hbGlnbiAgICAgIDogY2VudGVyO1xuICBmb250LXNpemUgICAgICAgOiAxNnB4O1xufVxuXG4uZ2QtY2FuY2VsLWJ1dHRvbiB7XG4gIHBhZGRpbmcgICA6IDdweDtcbiAgYmFja2dyb3VuZDogbm9uZTtcbiAgd2lkdGggICAgIDogMjhweDtcbiAgb3ZlcmZsb3cgIDogaGlkZGVuO1xufVxuXG4uZ2QtY2FuY2VsLWJ1dHRvbiBpIHtcbiAgZm9udC1zaXplOiAyMXB4O1xufVxuXG4uZ2QtZmlsZS1uYW1lIHtcbiAgd2hpdGUtc3BhY2UgIDogbm93cmFwO1xuICBvdmVyZmxvdyAgICAgOiBoaWRkZW47XG4gIHdpZHRoICAgICAgICA6IDEwMCU7XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xufVxuXG4udXBsb2FkLXBhbmVsIHtcbiAgZGlzcGxheSAgICAgOiBmbGV4O1xuICBwb3NpdGlvbiAgICA6IHJlbGF0aXZlO1xuICB3aWR0aCAgICAgICA6IDEwMCU7XG4gIG1hcmdpbi10b3AgIDogMjRweDtcbiAgbWFyZ2luLXJpZ2h0OiAyNHB4O1xuXG4gIC5zZWxlY3QtYWxsIHtcbiAgICBoZWlnaHQgICAgIDogMzdweDtcbiAgICBtYXJnaW4gICAgIDogMHB4IDE2cHggMHB4IDE1cHg7XG4gICAgd2lkdGggICAgICA6IDM3cHg7XG4gICAgbGluZS1oZWlnaHQ6IDQ0cHg7XG4gICAgdGV4dC1hbGlnbiA6IGNlbnRlcjtcbiAgfVxuXG4gIC5jb250ZXh0IHtcbiAgICBkaXNwbGF5ICAgICAgIDogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIHdpZHRoICAgICAgICAgOiAxMDAlO1xuICAgIG1hcmdpbi1yaWdodCAgOiAyNHB4O1xuXG4gICAgLmNvbnRleHQtYWN0aW9ucyB7XG4gICAgICBkaXNwbGF5ICAgICAgIDogZmxleDtcbiAgICAgIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gICAgICB3aWR0aCAgICAgICAgIDogMTAwJTtcblxuICAgICAgKjpsYXN0LWNoaWxkIHtcbiAgICAgICAgbWFyZ2luLXJpZ2h0OiAwcHg7XG4gICAgICB9XG5cbiAgICAgIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICAgICAgaGVpZ2h0ICAgICAgICAgOiAzN3B4O1xuICAgICAgICB3aWR0aCAgICAgICAgICA6IDk2cHg7XG4gICAgICAgIHBhZGRpbmcgICAgICAgIDogMHB4O1xuICAgICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICAgICAgZm9udC1zaXplICAgICAgOiAxNHB4O1xuXG4gICAgICAgIDo6bmctZGVlcCAudGV4dCB7XG4gICAgICAgICAgZm9udC1zaXplOiAxMHB4O1xuICAgICAgICB9XG5cbiAgICAgICAgJi5wcmltYXJ5IHtcbiAgICAgICAgICB3aWR0aCAgICAgICAgICAgOiAxMTdweDtcbiAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAZm9sZGVyO1xuXG4gICAgICAgICAgJi5pbmFjdGl2ZSB7XG4gICAgICAgICAgICB3aWR0aCAgICAgICAgICAgOiAxMDZweDtcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IEByZWdlbnQtZ3JheTtcblxuICAgICAgICAgICAgOjpuZy1kZWVwIC50ZXh0IHtcbiAgICAgICAgICAgICAgY29sb3I6IEBwcmltYXJ5O1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICA6Om5nLWRlZXAgZmEtaWNvbiB7XG4gICAgICAgICAgICAgIGNvbG9yOiBAcHJpbWFyeVxuICAgICAgICAgICAgfVxuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cblxuICAgIC5jb250ZXh0LXBhbmVsIHtcbiAgICAgIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICAgICAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgICAgIHdpZHRoICAgICAgICAgOiAxMDAlO1xuICAgICAgbWFyZ2luLXRvcCAgICA6IDIwcHg7XG5cbiAgICAgIC51cGxvYWQtdXJsIHtcbiAgICAgICAgZGlzcGxheSAgICAgICA6IGZsZXg7XG4gICAgICAgIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gICAgICAgIHdpZHRoICAgICAgICAgOiAxMDAlO1xuXG4gICAgICAgIC51cmwtaW5wdXQge1xuICAgICAgICAgIHdpZHRoICAgICAgIDogMTAwJTtcbiAgICAgICAgICBoZWlnaHQgICAgICA6IDI3cHg7XG4gICAgICAgICAgYm9yZGVyICAgICAgOiAxcHggc29saWQgQGJyYW5kO1xuICAgICAgICAgIGZvbnQtc2l6ZSAgIDogMTRweDtcbiAgICAgICAgICBwYWRkaW5nLWxlZnQ6IDZweDtcbiAgICAgICAgfVxuXG4gICAgICAgIC51cmwtY2hlY2sge1xuICAgICAgICAgIHdpZHRoICAgICAgICAgICA6IDMxcHg7XG4gICAgICAgICAgaGVpZ2h0ICAgICAgICAgIDogMzFweDtcbiAgICAgICAgICBjb2xvciAgICAgICAgICAgOiAjRkZGRkZGO1xuICAgICAgICAgIGZvbnQtc2l6ZSAgICAgICA6IDE1cHg7XG4gICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogQGJyYW5kO1xuICAgICAgICB9XG5cbiAgICAgICAgLnVybC1jaGVjayAubmctZmEtaWNvbiB7XG4gICAgICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICAgICAgcGFkZGluZzogOHB4O1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgZ2QtZHJvcC1kb3duIHtcbiAgICBtYXJnaW4tcmlnaHQ6IDEwcHg7XG5cbiAgICA6Om5nLWRlZXAgLmRyb3AtZG93bi1pdGVtIHtcbiAgICAgIC50ZXh0IHtcbiAgICAgICAgbWFyZ2luLWxlZnQgICA6IDdweDtcbiAgICAgICAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgICAgICAgY29sb3IgICAgICAgICA6IEBkb3ZlLWdyYXk7XG4gICAgICB9XG5cbiAgICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAZm9sZGVyO1xuXG4gICAgICAgICoge1xuICAgICAgICAgIGNvbG9yOiAjRkZGO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi5saXN0LWZpbGVzLWxpbmVzLFxuLmxpc3QtZmlsZXMtaGVhZGVyIHtcbiAgZGlzcGxheSAgICAgICAgOiBmbGV4O1xuICB3aWR0aCAgICAgICAgICA6IDEwMCU7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2Vlbjtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogQHBkZjtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS13b3JkIHtcbiAgY29sb3I6IEB3b3JkO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogQHBvd2VycG9pbnQ7XG59XG5cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtZXhjZWwge1xuICBjb2xvcjogQGV4Y2VsO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6IEBpbWFnZTtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIsXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLFxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1hbHQge1xuICBjb2xvcjogQGZvbGRlcjtcbn1cblxuLmdvLXVwIHtcbiAgY3Vyc29yICAgOiBwb2ludGVyO1xuICBkaXNwbGF5ICA6IGZsZXg7XG4gIGZvbnQtc2l6ZTogMjZweDtcbiAgY29sb3IgICAgOiBAZm9sZGVyO1xuICBoZWlnaHQgICA6IDc5cHg7XG59XG5cbi5nby11cC1kb3RzIHtcbiAgbWFyZ2luLWxlZnQ6IDIwcHg7XG4gIG1hcmdpbi10b3AgOiAyMnB4O1xuICBmb250LXNpemUgIDogMTZweDtcbn1cblxuLmdvLXVwLWljb24ge1xuICBkaXNwbGF5OiBibG9jaztcbiAgcGFkZGluZzogMThweCAwcHggMThweCA2OHB4O1xufVxuXG4uZmlsZS1uYW1lIHtcbiAgZm9udC1zaXplICAgIDogMTZweDtcbiAgY29sb3IgICAgICAgIDogQGRvdmUtZ3JheTtcbiAgb3ZlcmZsb3cgICAgIDogaGlkZGVuO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbn1cblxuLmZpbGUtbmFtZS1mb3JtYXQge1xuICBwYWRkaW5nLWxlZnQ6IDExcHg7XG4gIG92ZXJmbG93ICAgIDogaGlkZGVuO1xufVxuXG4uZmlsZS1mb3JtYXQge1xuICBmb250LXNpemUgIDogMTBweDtcbiAgcGFkZGluZy10b3A6IDNweDtcbiAgY29sb3IgICAgICA6IEBzaWx2ZXItY2hhbGljZTtcbn1cblxuLmxpc3QtZmlsZXMtbGluZXMsXG4uZ28tdXAge1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgQG1lcmN1cnk7XG59XG5cbi5saXN0LWZpbGVzLWxpbmVzIHtcbiAgJjpob3ZlciB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQG5hdi1hY2NlbnQtYmFja2dyb3VuZDtcbiAgfVxufVxuXG4uZ2QtZG5kLXdyYXAge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBjdXJzb3IgICAgICAgICAgOiBkZWZhdWx0O1xuICBwb3NpdGlvbiAgICAgICAgOiBhYnNvbHV0ZTtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbiAgaGVpZ2h0ICAgICAgICAgIDogY2FsYygxMDAlIC0gNjBweCk7XG4gIGJhY2tncm91bmQgICAgICA6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC43KTtcbiAgei1pbmRleCAgICAgICAgIDogMTtcbiAgZGlzcGxheSAgICAgICAgIDogZmxleDtcbiAganVzdGlmeS1jb250ZW50IDogY2VudGVyO1xuICBhbGlnbi1pdGVtcyAgICAgOiBjZW50ZXI7XG59XG5cbi5nZC1kcmFnLW4tZHJvcC1pY29uIHtcbiAgbWFyZ2luLXRvcDogLTUwcHg7XG59XG5cbi5nZC1kcmFnLW4tZHJvcC1pY29uIC5mYS1jbG91ZC1kb3dubG9hZC1hbHQge1xuICBjb2xvciAgICA6ICNEMUQxRDE7XG4gIGZvbnQtc2l6ZTogMTEwcHg7XG59XG5cbi5nZC1maWxlLWNoZWNrYm94IHtcbiAgaGVpZ2h0ICAgICA6IDM3cHg7XG4gIG1hcmdpbiAgICAgOiAyMXB4IDE2cHggMjFweCAxNXB4O1xuICB3aWR0aCAgICAgIDogMzdweDtcbiAgbGluZS1oZWlnaHQ6IDQ0cHg7XG4gIHRleHQtYWxpZ24gOiBjZW50ZXI7XG59XG5cbi5nZC1maWxlLWNoZWNrYm94LmVtcHR5IHtcbiAgd2lkdGg6IDM3cHg7XG59XG5cbi5maWxlLWZvcm1hdC1zZWxlY3Qge1xuICBkaXNwbGF5ICAgICA6IGZsZXg7XG4gIGFsaWduLWl0ZW1zIDogY2VudGVyO1xuICB3aWR0aCAgICAgICA6IDM2cHg7XG4gIG1hcmdpbi1yaWdodDogMjRweDtcblxuICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgcGFkZGluZyAgOiAwcHg7XG4gICAgd2lkdGggICAgOiAzNnB4O1xuICAgIG1hcmdpbiAgIDogMHB4O1xuICAgIGZvbnQtc2l6ZTogMTRweDtcblxuICAgIC50ZXh0IHtcbiAgICAgIHBhZGRpbmc6IDBweDtcbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLnNob3cgLmJ1dHRvbiB7XG4gICAgY29sb3I6IEByZWdlbnQtZ3JheTtcbiAgfVxuXG4gIGdkLWRyb3AtZG93biB7XG4gICAgOjpuZy1kZWVwIC5kcm9wLWRvd24taXRlbSB7XG4gICAgICB3aWR0aDogOTZweDtcblxuICAgICAgLnRleHQge1xuICAgICAgICBwYWRkaW5nLWxlZnQgIDogN3B4O1xuICAgICAgICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICAgICAgICBjb2xvciAgICAgICAgIDogQGRvdmUtZ3JheTtcbiAgICAgIH1cblxuICAgICAgJjpob3ZlciB7XG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6IEBmb2xkZXI7XG5cbiAgICAgICAgKiB7XG4gICAgICAgICAgY29sb3I6ICNGRkY7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuLmdkLWNoZWNrYm94IHtcbiAgd2lkdGggOiAxOXB4O1xuICBoZWlnaHQ6IDE5cHg7XG4gIG1hcmdpbjogMHB4O1xuXG4gICY6YmVmb3JlIHtcbiAgICBwb3NpdGlvbiAgOiByZWxhdGl2ZTtcbiAgICBkaXNwbGF5ICAgOiBmbGV4O1xuICAgIHdpZHRoICAgICA6IDE3cHg7XG4gICAgaGVpZ2h0ICAgIDogMTdweDtcbiAgICBib3JkZXIgICAgOiAxcHggc29saWQgIzcwNzA3MDtcbiAgICBjb250ZW50ICAgOiBcIlwiO1xuICAgIGJhY2tncm91bmQ6ICNGRkZGRkY7XG4gICAgY3Vyc29yICAgIDogcG9pbnRlcjtcbiAgfVxuXG4gICY6YWZ0ZXIge1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICBkaXNwbGF5IDogZmxleDtcbiAgICBsZWZ0ICAgIDogMXB4O1xuICAgIHRvcCAgICAgOiAtMThweDtcbiAgICB3aWR0aCAgIDogMTZweDtcbiAgICBoZWlnaHQgIDogMTZweDtcbiAgICBjb250ZW50IDogXCJcIjtcbiAgICBjdXJzb3IgIDogcG9pbnRlcjtcbiAgfVxuXG4gICY6Y2hlY2tlZCB7XG4gICAgJjphZnRlciB7XG4gICAgICBmb250LWZhbWlseTogXCJGb250IEF3ZXNvbWUgNSBGcmVlXCI7XG4gICAgICBjb250ZW50ICAgIDogXCJcXGYwMGNcIjtcbiAgICAgIGZvbnQtd2VpZ2h0OiA5MDA7XG4gICAgICBmb250LXNpemUgIDogMTZweDtcbiAgICAgIGNvbG9yICAgICAgOiAjNkU2RTZFO1xuICAgIH1cbiAgfVxufVxuXG4uZ2QtYWRkLXNlbGVjdGVkLmFjdGl2ZSB7XG4gIGN1cnNvciA6IHBvaW50ZXI7XG4gIG9wYWNpdHk6IDE7XG59XG5cbi5nZC1hZGQtc2VsZWN0ZWQge1xuICB3aWR0aCAgICAgICAgICAgOiAxNDBweDtcbiAgaGVpZ2h0ICAgICAgICAgIDogMzZweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNFNEU1QTtcbiAgY29sb3IgICAgICAgICAgIDogI0ZGRkZGRjtcbiAgbWFyZ2luICAgICAgICAgIDogMHB4IDhweCAwcHggMHB4O1xuICBib3JkZXIgICAgICAgICAgOiAwO1xuICBjdXJzb3IgICAgICAgICAgOiBub3QtYWxsb3dlZDtcbiAgb3BhY2l0eSAgICAgICAgIDogMC40Mztcbn1cblxuLmdkLWZvbGRlci1uYW1lIHtcbiAgbWFyZ2luLXRvcDogOHB4O1xufVxuXG4uZG5kLXdyYXBwZXIge1xuICBkaXNwbGF5ICAgICAgICA6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uIDogY29sdW1uO1xuICBhbGlnbi1pdGVtcyAgICA6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIHRvcCAgICAgICAgICAgIDogMjU5cHg7XG4gIHBvc2l0aW9uICAgICAgIDogYWJzb2x1dGU7XG5cbiAgLnRleHQge1xuICAgIGNvbG9yICAgIDogQGRvdmUtZ3JheTtcbiAgICBmb250LXNpemU6IDE0cHg7XG4gIH1cblxuICAuaWNvbiB7XG4gICAgZGlzcGxheSAgICAgIDogZmxleDtcbiAgICB3aWR0aCAgICAgICAgOiAxMTNweDtcbiAgICBoZWlnaHQgICAgICAgOiA5MHB4O1xuICAgIGZvbnQtc2l6ZSAgICA6IDkwcHg7XG4gICAgY29sb3IgICAgICAgIDogQHByaW1hcnk7XG4gICAgbWFyZ2luLWJvdHRvbTogMzBweDtcbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuXG4gIC5oZWFkZXItc2l6ZSxcbiAgLmZpbGUtc2l6ZSB7XG4gICAgd2lkdGg6IDE4JTtcbiAgfVxuXG4gIC5nZC1kbmQtd3JhcCB7XG4gICAgd2lkdGg6IDk1JTtcbiAgfVxuXG4gICNnZC1icm93c2Utc2VjdGlvbiB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cblxuICAubGlzdC1maWxlcy1oZWFkZXIsXG4gIC5maWxlLXNpemUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cblxuICAjZ2QtYnJvd3NlLXNlY3Rpb24ge1xuICAgIHdpZHRoIDogMTAwJTtcbiAgICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDE0NnB4KTtcbiAgfVxufSIsIi5nZC1tb2RhbC10YWJsZSB7XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xufVxuI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgd2lkdGg6IDEwMzZweDtcbiAgaGVpZ2h0OiA1NjFweDtcbiAgb3ZlcmZsb3cteTogYXV0bztcbn1cbi5saXN0LWZpbGVzLWhlYWRlciB7XG4gIGhlaWdodDogNjBweDtcbiAgY29sb3I6ICM2ZTZlNmU7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmNGY0ZjQ7XG4gIG1hcmdpbi10b3A6IDI0cHg7XG59XG4ubGlzdC1maWxlcy1oZWFkZXIudXBsb2FkLXVybCB7XG4gIG1hcmdpbi10b3A6IDIwcHg7XG59XG4uaGVhZGVyLW5hbWUge1xuICBwYWRkaW5nLWxlZnQ6IDY4cHg7XG4gIHdpZHRoOiA5MCU7XG4gIGxpbmUtaGVpZ2h0OiA2MHB4O1xufVxuLmhlYWRlci1zaXplIHtcbiAgcGFkZGluZy1yaWdodDogODRweDtcbiAgbGluZS1oZWlnaHQ6IDYwcHg7XG59XG4uaGVhZGVyLXNpemUsXG4uZmlsZS1zaXplIHtcbiAgd2lkdGg6IDclO1xuICBjb2xvcjogIzc3Nzc3NztcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cbi5maWxlLXNpemUge1xuICBmb250LXNpemU6IDEycHg7XG4gIHdpZHRoOiA3JTtcbiAgbGluZS1oZWlnaHQ6IDc5cHg7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiA5MCU7XG4gIHBhZGRpbmc6IDE4cHggMHB4IDE4cHggMHB4O1xuICBmb250LXNpemU6IDE0cHg7XG4gIGZsZXg6IDE7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xufVxuLmdkLW1vZGFsLXNwaW5uZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAyMHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGZvbnQtc2l6ZTogMTZweDtcbn1cbi5nZC1jYW5jZWwtYnV0dG9uIHtcbiAgcGFkZGluZzogN3B4O1xuICBiYWNrZ3JvdW5kOiBub25lO1xuICB3aWR0aDogMjhweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cbi5nZC1jYW5jZWwtYnV0dG9uIGkge1xuICBmb250LXNpemU6IDIxcHg7XG59XG4uZ2QtZmlsZS1uYW1lIHtcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgd2lkdGg6IDEwMCU7XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xufVxuLnVwbG9hZC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgd2lkdGg6IDEwMCU7XG4gIG1hcmdpbi10b3A6IDI0cHg7XG4gIG1hcmdpbi1yaWdodDogMjRweDtcbn1cbi51cGxvYWQtcGFuZWwgLnNlbGVjdC1hbGwge1xuICBoZWlnaHQ6IDM3cHg7XG4gIG1hcmdpbjogMHB4IDE2cHggMHB4IDE1cHg7XG4gIHdpZHRoOiAzN3B4O1xuICBsaW5lLWhlaWdodDogNDRweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiAxMDAlO1xuICBtYXJnaW4tcmlnaHQ6IDI0cHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICB3aWR0aDogMTAwJTtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyAqOmxhc3QtY2hpbGQge1xuICBtYXJnaW4tcmlnaHQ6IDBweDtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIGhlaWdodDogMzdweDtcbiAgd2lkdGg6IDk2cHg7XG4gIHBhZGRpbmc6IDBweDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyA6Om5nLWRlZXAgLmJ1dHRvbiA6Om5nLWRlZXAgLnRleHQge1xuICBmb250LXNpemU6IDEwcHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgOjpuZy1kZWVwIC5idXR0b24ucHJpbWFyeSB7XG4gIHdpZHRoOiAxMTdweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzRiNTY2Yztcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyA6Om5nLWRlZXAgLmJ1dHRvbi5wcmltYXJ5LmluYWN0aXZlIHtcbiAgd2lkdGg6IDEwNnB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjOTU5ZGE1O1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1hY3Rpb25zIDo6bmctZGVlcCAuYnV0dG9uLnByaW1hcnkuaW5hY3RpdmUgOjpuZy1kZWVwIC50ZXh0IHtcbiAgY29sb3I6ICMzRTRFNUE7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgOjpuZy1kZWVwIC5idXR0b24ucHJpbWFyeS5pbmFjdGl2ZSA6Om5nLWRlZXAgZmEtaWNvbiB7XG4gIGNvbG9yOiAjM0U0RTVBO1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIHdpZHRoOiAxMDAlO1xuICBtYXJnaW4tdG9wOiAyMHB4O1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1wYW5lbCAudXBsb2FkLXVybCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1wYW5lbCAudXBsb2FkLXVybCAudXJsLWlucHV0IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMjdweDtcbiAgYm9yZGVyOiAxcHggc29saWQgIzI1YzJkNDtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBwYWRkaW5nLWxlZnQ6IDZweDtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtcGFuZWwgLnVwbG9hZC11cmwgLnVybC1jaGVjayB7XG4gIHdpZHRoOiAzMXB4O1xuICBoZWlnaHQ6IDMxcHg7XG4gIGNvbG9yOiAjRkZGRkZGO1xuICBmb250LXNpemU6IDE1cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNWMyZDQ7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LXBhbmVsIC51cGxvYWQtdXJsIC51cmwtY2hlY2sgLm5nLWZhLWljb24ge1xuICBkaXNwbGF5OiBibG9jaztcbiAgcGFkZGluZzogOHB4O1xufVxuLnVwbG9hZC1wYW5lbCBnZC1kcm9wLWRvd24ge1xuICBtYXJnaW4tcmlnaHQ6IDEwcHg7XG59XG4udXBsb2FkLXBhbmVsIGdkLWRyb3AtZG93biA6Om5nLWRlZXAgLmRyb3AtZG93bi1pdGVtIC50ZXh0IHtcbiAgbWFyZ2luLWxlZnQ6IDdweDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgY29sb3I6ICM2ZTZlNmU7XG59XG4udXBsb2FkLXBhbmVsIGdkLWRyb3AtZG93biA6Om5nLWRlZXAgLmRyb3AtZG93bi1pdGVtOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzRiNTY2Yztcbn1cbi51cGxvYWQtcGFuZWwgZ2QtZHJvcC1kb3duIDo6bmctZGVlcCAuZHJvcC1kb3duLWl0ZW06aG92ZXIgKiB7XG4gIGNvbG9yOiAjRkZGO1xufVxuLmxpc3QtZmlsZXMtbGluZXMsXG4ubGlzdC1maWxlcy1oZWFkZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogI2UwNGU0ZTtcbn1cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtd29yZCB7XG4gIGNvbG9yOiAjNTM5Q0YwO1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1wb3dlcnBvaW50IHtcbiAgY29sb3I6ICNlMjllMWU7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWV4Y2VsIHtcbiAgY29sb3I6ICM3Y2JjNDY7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6ICNjMzc1ZWQ7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXRleHQgLmZhLWZvbGRlcixcbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUsXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWFsdCB7XG4gIGNvbG9yOiAjNGI1NjZjO1xufVxuLmdvLXVwIHtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBkaXNwbGF5OiBmbGV4O1xuICBmb250LXNpemU6IDI2cHg7XG4gIGNvbG9yOiAjNGI1NjZjO1xuICBoZWlnaHQ6IDc5cHg7XG59XG4uZ28tdXAtZG90cyB7XG4gIG1hcmdpbi1sZWZ0OiAyMHB4O1xuICBtYXJnaW4tdG9wOiAyMnB4O1xuICBmb250LXNpemU6IDE2cHg7XG59XG4uZ28tdXAtaWNvbiB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBwYWRkaW5nOiAxOHB4IDBweCAxOHB4IDY4cHg7XG59XG4uZmlsZS1uYW1lIHtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG59XG4uZmlsZS1uYW1lLWZvcm1hdCB7XG4gIHBhZGRpbmctbGVmdDogMTFweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cbi5maWxlLWZvcm1hdCB7XG4gIGZvbnQtc2l6ZTogMTBweDtcbiAgcGFkZGluZy10b3A6IDNweDtcbiAgY29sb3I6ICNhY2FjYWM7XG59XG4ubGlzdC1maWxlcy1saW5lcyxcbi5nby11cCB7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZTdlN2U3O1xufVxuLmxpc3QtZmlsZXMtbGluZXM6aG92ZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRTVFNUU1O1xufVxuLmdkLWRuZC13cmFwIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRjtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDYwcHgpO1xuICBiYWNrZ3JvdW5kOiByZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNyk7XG4gIHotaW5kZXg6IDE7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmdkLWRyYWctbi1kcm9wLWljb24ge1xuICBtYXJnaW4tdG9wOiAtNTBweDtcbn1cbi5nZC1kcmFnLW4tZHJvcC1pY29uIC5mYS1jbG91ZC1kb3dubG9hZC1hbHQge1xuICBjb2xvcjogI0QxRDFEMTtcbiAgZm9udC1zaXplOiAxMTBweDtcbn1cbi5nZC1maWxlLWNoZWNrYm94IHtcbiAgaGVpZ2h0OiAzN3B4O1xuICBtYXJnaW46IDIxcHggMTZweCAyMXB4IDE1cHg7XG4gIHdpZHRoOiAzN3B4O1xuICBsaW5lLWhlaWdodDogNDRweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuLmdkLWZpbGUtY2hlY2tib3guZW1wdHkge1xuICB3aWR0aDogMzdweDtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3Qge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMzZweDtcbiAgbWFyZ2luLXJpZ2h0OiAyNHB4O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIHBhZGRpbmc6IDBweDtcbiAgd2lkdGg6IDM2cHg7XG4gIG1hcmdpbjogMHB4O1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uZmlsZS1mb3JtYXQtc2VsZWN0IDo6bmctZGVlcCAuYnV0dG9uIC50ZXh0IHtcbiAgcGFkZGluZzogMHB4O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCA6Om5nLWRlZXAgLnNob3cgLmJ1dHRvbiB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCBnZC1kcm9wLWRvd24gOjpuZy1kZWVwIC5kcm9wLWRvd24taXRlbSB7XG4gIHdpZHRoOiA5NnB4O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCBnZC1kcm9wLWRvd24gOjpuZy1kZWVwIC5kcm9wLWRvd24taXRlbSAudGV4dCB7XG4gIHBhZGRpbmctbGVmdDogN3B4O1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICBjb2xvcjogIzZlNmU2ZTtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3QgZ2QtZHJvcC1kb3duIDo6bmctZGVlcCAuZHJvcC1kb3duLWl0ZW06aG92ZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjNGI1NjZjO1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCBnZC1kcm9wLWRvd24gOjpuZy1kZWVwIC5kcm9wLWRvd24taXRlbTpob3ZlciAqIHtcbiAgY29sb3I6ICNGRkY7XG59XG4uZ2QtY2hlY2tib3gge1xuICB3aWR0aDogMTlweDtcbiAgaGVpZ2h0OiAxOXB4O1xuICBtYXJnaW46IDBweDtcbn1cbi5nZC1jaGVja2JveDpiZWZvcmUge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxN3B4O1xuICBoZWlnaHQ6IDE3cHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkICM3MDcwNzA7XG4gIGNvbnRlbnQ6IFwiXCI7XG4gIGJhY2tncm91bmQ6ICNGRkZGRkY7XG4gIGN1cnNvcjogcG9pbnRlcjtcbn1cbi5nZC1jaGVja2JveDphZnRlciB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgZGlzcGxheTogZmxleDtcbiAgbGVmdDogMXB4O1xuICB0b3A6IC0xOHB4O1xuICB3aWR0aDogMTZweDtcbiAgaGVpZ2h0OiAxNnB4O1xuICBjb250ZW50OiBcIlwiO1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtY2hlY2tib3g6Y2hlY2tlZDphZnRlciB7XG4gIGZvbnQtZmFtaWx5OiBcIkZvbnQgQXdlc29tZSA1IEZyZWVcIjtcbiAgY29udGVudDogXCJcXGYwMGNcIjtcbiAgZm9udC13ZWlnaHQ6IDkwMDtcbiAgZm9udC1zaXplOiAxNnB4O1xuICBjb2xvcjogIzZFNkU2RTtcbn1cbi5nZC1hZGQtc2VsZWN0ZWQuYWN0aXZlIHtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBvcGFjaXR5OiAxO1xufVxuLmdkLWFkZC1zZWxlY3RlZCB7XG4gIHdpZHRoOiAxNDBweDtcbiAgaGVpZ2h0OiAzNnB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM0U0RTVBO1xuICBjb2xvcjogI0ZGRkZGRjtcbiAgbWFyZ2luOiAwcHggOHB4IDBweCAwcHg7XG4gIGJvcmRlcjogMDtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgb3BhY2l0eTogMC40Mztcbn1cbi5nZC1mb2xkZXItbmFtZSB7XG4gIG1hcmdpbi10b3A6IDhweDtcbn1cbi5kbmQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICB0b3A6IDI1OXB4O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG59XG4uZG5kLXdyYXBwZXIgLnRleHQge1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgZm9udC1zaXplOiAxNHB4O1xufVxuLmRuZC13cmFwcGVyIC5pY29uIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDExM3B4O1xuICBoZWlnaHQ6IDkwcHg7XG4gIGZvbnQtc2l6ZTogOTBweDtcbiAgY29sb3I6ICMzRTRFNUE7XG4gIG1hcmdpbi1ib3R0b206IDMwcHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5oZWFkZXItc2l6ZSxcbiAgLmZpbGUtc2l6ZSB7XG4gICAgd2lkdGg6IDE4JTtcbiAgfVxuICAuZ2QtZG5kLXdyYXAge1xuICAgIHdpZHRoOiA5NSU7XG4gIH1cbiAgI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxuICAubGlzdC1maWxlcy1oZWFkZXIsXG4gIC5maWxlLXNpemUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDE0NnB4KTtcbiAgfVxufVxuIl19 */\"","import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';\r\nimport { BrowseFilesModalComponent, UploadFilesService, FileModel, ModalService, CommonModals } from '@groupdocs.examples.angular/common-components';\r\nimport { ConversionService } from '../conversion.service';\r\nimport {ConversionItemModel, ExtendedFileModel} from \"../models\";\r\n\r\nexport interface Option {\r\n name: string;\r\n value: any;\r\n warning: boolean;\r\n}\r\n\r\n@Component({\r\n selector: 'gd-conversion-browse-files-modal',\r\n templateUrl: './conversion-browse-files-modal.component.html',\r\n styleUrls: ['./conversion-browse-files-modal.component.less']\r\n})\r\nexport class ConversionBrowseFilesModalComponent extends BrowseFilesModalComponent implements OnInit {\r\n private _format: string;\r\n formats;\r\n @Input() files: ExtendedFileModel[];\r\n @Output() selectAll = new EventEmitter();\r\n\r\n dynamicOptions: Option[] = [];\r\n\r\n constructor(_uploadService: UploadFilesService,\r\n private _conversionService: ConversionService,\r\n private _modalService: ModalService) {\r\n super(_uploadService);\r\n }\r\n\r\n selectAllItems(checked: boolean){\r\n this.selectAll.emit(checked);\r\n\r\n this.dynamicOptions = this.prepareMultipleConversionTypes();\r\n }\r\n\r\n selectSingleItem(checked: boolean, file: ExtendedFileModel){\r\n // TODO: refactor?\r\n const selectedFiles = this.files.filter(f => f.guid === file.guid);\r\n if (selectedFiles.length === 1){\r\n selectedFiles[0].selected = checked;\r\n }\r\n\r\n this.dynamicOptions = this.prepareMultipleConversionTypes();\r\n }\r\n\r\n getLabelString(){\r\n const label = 'Add selected'\r\n\r\n if (this.files && this.files.length > 0) {\r\n const selectedCount = this.files.filter(file => file.selected).length;\r\n return selectedCount > 0 ? 'Add ' + selectedCount + ' selected' : label;\r\n }\r\n else\r\n {\r\n return label;\r\n }\r\n }\r\n\r\n prepareMultipleConversionTypes() {\r\n const allTypes = [];\r\n\r\n this.files.filter(file => file.selected).forEach((f) => {\r\n if (f.conversionTypes.length > 0) {\r\n const types = Object.assign([], f.conversionTypes);\r\n allTypes.push(types);\r\n }\r\n });\r\n\r\n let longestArray = [];\r\n allTypes.forEach((item) => {\r\n if(item.length >= longestArray.length){\r\n longestArray = item;\r\n }\r\n });\r\n\r\n //add warnings\r\n allTypes.forEach(typesArr => {\r\n for (let i = 0; i < longestArray.length; i++) {\r\n const type = (longestArray[i].value) ? longestArray[i].value : longestArray[i];\r\n // TODO: reconsider second check\r\n if (typesArr.indexOf(type) === -1 && typesArr.filter(t => t.name === type).length === 0) {\r\n longestArray[i] = {\r\n value: type,\r\n name: type,\r\n warning: true,\r\n icon: this.getFormatIcon({name: 'dummyName.' + type, directory: false} as FileModel)\r\n };\r\n } else {\r\n if(!longestArray[i].warning) {\r\n longestArray[i] = {\r\n value: type,\r\n name: type,\r\n warning: false,\r\n icon: this.getFormatIcon({name: 'dummyName.' + type, directory: false} as FileModel)\r\n };\r\n }\r\n }\r\n }\r\n }); \r\n\r\n return longestArray;\r\n }\r\n\r\n selectFormat($event: any, file: ExtendedFileModel) {\r\n // the case when we selecting format inline on the single file\r\n if (file) {\r\n this.selectAll.emit(false);\r\n file.selected = true;\r\n }\r\n \r\n this._format = $event.value;\r\n const conversionItems = new Array();\r\n\r\n this.files.forEach((f) => {\r\n if (f.selected && !f.isDirectory && !f.directory){\r\n const extension = f.guid.replace(/^.*\\./, '');\r\n const destinationGuid = f.guid.replace(extension, this._format);\r\n const destinationFileName = destinationGuid.replace(/^.*[\\\\\\/]/, '');\r\n\r\n const conversionItem: ConversionItemModel = {\r\n guid: f.guid,\r\n directory: f.directory,\r\n size: f.size,\r\n name: f.name,\r\n destinationType: $event.value,\r\n isDirectory: f.isDirectory,\r\n sizeString: this.getSize(f.size),\r\n sourceIcon: this.getFormatIcon(f),\r\n sourceFormatName: this.getFormatName(f),\r\n destinationFileName: destinationFileName,\r\n destinationFormatName: this.getFormatName({name: destinationFileName, directory: false} as FileModel),\r\n destinationIcon: this.getFormatIcon({name: destinationFileName, directory: false} as FileModel),\r\n converted: false,\r\n // TODO: maybe there is a more beauty way?\r\n converting: false,\r\n warning: f.conversionTypes.indexOf(this._format) === -1 ? true : false\r\n };\r\n\r\n conversionItems.push(conversionItem);\r\n }\r\n })\r\n\r\n this._conversionService.selectItems(conversionItems);\r\n this._conversionService.selectFormat(this._format.toUpperCase());\r\n this._modalService.close(CommonModals.BrowseFiles);\r\n\r\n if ($event.warning){\r\n this._modalService.open(CommonModals.InformationMessage);\r\n }\r\n }\r\n\r\n createFormatOption(val: string) {\r\n return {\r\n value: val,\r\n name: val,\r\n icon: this.getFormatIcon({name: 'dummyName.' + val, directory: false} as FileModel)\r\n }\r\n }\r\n\r\n formatOptions(formats) {\r\n if (formats) {\r\n const allTypes = new Array();\r\n for (let i = 0; i < formats.length; i++) {\r\n allTypes.push(this.createFormatOption(formats[i]));\r\n }\r\n return allTypes;\r\n }\r\n }\r\n\r\n anyItemSelected() {\r\n // TODO: reconsider such checks\r\n if (this.files && this.files.length > 0) {\r\n return this.files.filter(file => file.selected).length > 0;\r\n }\r\n else return false;\r\n }\r\n\r\n allItemsSelected() {\r\n if (this.files && this.files.filter(file => !file.isDirectory && !file.directory).length > 0 && this.files.length > 0) {\r\n return this.files.filter(file => !file.isDirectory && !file.directory && file.selected).length \r\n === this.files.filter(file => !file.isDirectory && !file.directory).length;\r\n }\r\n else return false;\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {ConversionConfig} from \"./conversion-config\";\r\nimport {Api, ConfigService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {HttpClient} from \"@angular/common/http\";\r\nimport {BehaviorSubject, Observable} from \"rxjs\";\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class ConversionConfigService {\r\n private _conversionConfig: BehaviorSubject = new BehaviorSubject(new ConversionConfig());\r\n private _updatedConfig: Observable = this._conversionConfig.asObservable();\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n get updatedConfig() {\r\n return this._updatedConfig;\r\n }\r\n\r\n load() {\r\n return new Promise((resolve, reject) => {\r\n const configEndpoint = this._config.getConfigEndpoint(Api.CONVERSION_APP);\r\n this._http.get(configEndpoint, Api.httpOptionsJson).toPromise().then((response: ConversionConfig) => {\r\n const conversionConfig = response;\r\n this._conversionConfig.next(conversionConfig);\r\n resolve();\r\n }).catch((response: any) => {\r\n reject(`Could not load conversion config: ${JSON.stringify(response)}`);\r\n });\r\n });\r\n }\r\n\r\n}\r\n","export class ConversionConfig {\r\n rewrite: boolean;\r\n pageSelector: boolean;\r\n download: boolean;\r\n upload: boolean;\r\n print: boolean;\r\n browse: boolean;\r\n enableRightClick: boolean;\r\n}\r\n","module.exports = \".gd-convert-item {\\n display: -webkit-box;\\n display: flex;\\n width: 100%;\\n height: 98px;\\n border-bottom: 1px solid #e7e7e7;\\n background-color: #fff;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-convert-remove {\\n font-size: 24px;\\n color: #6E6E6E;\\n margin: 0px 24px;\\n cursor: pointer;\\n}\\n.gd-convert-remove span {\\n width: 37px;\\n height: 37px;\\n display: block;\\n line-height: 37px;\\n text-align: center;\\n font-weight: bold;\\n}\\n.gd-convert-remove.disabled {\\n color: #959da5;\\n opacity: 0.4;\\n}\\n.gd-filequeue-name {\\n display: -webkit-box;\\n display: flex;\\n width: 671px;\\n}\\n.gd-filequeue-name fa-icon {\\n font-size: 32px;\\n margin: 19px 21px 0 0;\\n}\\n.gd-filequeue-name.disabled fa-icon {\\n color: #6e6e6e;\\n}\\n.gd-queue-name {\\n text-align: left;\\n cursor: default;\\n}\\n.gd-queue-size {\\n text-align: left;\\n font-size: 14px;\\n}\\n.gd-destination-file {\\n cursor: not-allowed;\\n}\\n.gd-destination-file .gd-queue-name {\\n cursor: inherit;\\n}\\n.gd-convert-status {\\n font-size: 32px;\\n color: #DBDBDB;\\n margin: 0 162px 0 111px;\\n}\\n.gd-conversion-complete {\\n color: #62A529;\\n margin-left: 5px;\\n}\\n.gd-conversion-progress {\\n position: inherit;\\n width: 32px;\\n height: 32px;\\n font-size: 32px !important;\\n line-height: 32px;\\n color: #007aff;\\n}\\n.gd-conversion-progress.mobile {\\n display: none;\\n}\\n.gd-convert-single,\\n.gd-download-single {\\n font-size: 16px;\\n color: #808080;\\n margin: 41px 36px 42px 11px;\\n cursor: pointer;\\n}\\n.gd-convert-single.mobile,\\n.gd-download-single.mobile {\\n display: none;\\n}\\n.gd-convert-single.disabled,\\n.gd-download-single.disabled {\\n color: #959da5;\\n opacity: 0.4;\\n}\\n.gd-file-format {\\n font-size: 10px;\\n color: #acacac;\\n padding-top: 4px;\\n}\\n.gd-file-format.mobile {\\n display: none;\\n}\\n.gd-file-size {\\n width: 112px;\\n color: #777777;\\n}\\n.disabled {\\n cursor: not-allowed !important;\\n}\\n.gd-convert-item .ng-fa-icon.fa-file-pdf {\\n color: #E21717;\\n}\\n.gd-convert-item .ng-fa-icon.fa-file-word {\\n color: #6979B9;\\n}\\n.gd-convert-item .ng-fa-icon.fa-file-powerpoint {\\n color: #E29417;\\n}\\n.gd-convert-item .ng-fa-icon.fa-file-excel {\\n color: #3FA300;\\n}\\n.gd-convert-item .ng-fa-icon.fa-file-image {\\n color: #E217DA;\\n}\\n.gd-convert-item .ng-fa-icon.fa-file-text .fa-folder {\\n color: #5D6A75;\\n}\\n.gd-filequeue-name .ng-fa-icon,\\n.gd-convert-status .ng-fa-icon,\\n.gd-destination-file .ng-fa-icon {\\n font-size: 33px;\\n}\\n.gd-filequeue-name fa-icon {\\n font-size: 32px;\\n margin: 0 11px 0 0;\\n}\\n@media (max-width: 1037px) {\\n .gd-file-size,\\n .gd-convert-status,\\n .gd-destination-file {\\n display: none;\\n }\\n .gd-conversion-progress.mobile {\\n display: block;\\n margin: 26px 24px 25px 11px;\\n }\\n .gd-convert-single.mobile {\\n display: block;\\n margin: 31px 24px 30px 0px;\\n cursor: pointer;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n min-width: 37px;\\n height: 37px;\\n }\\n .gd-convert-single:not(.mobile) {\\n display: none;\\n }\\n .gd-file-format {\\n font-size: 10px;\\n }\\n .gd-file-format.mobile {\\n display: block;\\n }\\n .gd-file-format.mobile > fa-icon {\\n color: #bebebe;\\n }\\n .gd-file-format.mobile fa-icon {\\n font-size: 10px;\\n margin-right: 2.1px;\\n }\\n .gd-file-format.mobile fa-icon:nth-child(1) {\\n margin-right: 6px;\\n }\\n .gd-file-format {\\n font-size: 11px;\\n }\\n .gd-file-format:not(.mobile) {\\n display: none;\\n }\\n .gd-filequeue-name {\\n white-space: nowrap;\\n overflow: hidden;\\n }\\n .gd-convert-remove {\\n margin: 0px 16px 0px 15px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24taXRlbS9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24taXRlbS9jb252ZXJzaW9uLWl0ZW0uY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWl0ZW0vY29udmVyc2lvbi1pdGVtLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxnQ0FBQTtFQUNBLHNCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ0RGO0FESUE7RUFDRSxlQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0VBQ0EsZUFBQTtBQ0ZGO0FERkE7RUFNSSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGNBQUE7RUFDQSxpQkFBQTtFQUNBLGtCQUFBO0VBQ0EsaUJBQUE7QUNESjtBREdFO0VBQ0UsY0FBQTtFQUNBLFlBQUE7QUNESjtBREtBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsWUFBQTtBQ0hGO0FETUE7RUFDRSxlQUFBO0VBQ0EscUJBQUE7QUNKRjtBRE9BO0VBQ0UsY0FBQTtBQ0xGO0FEUUE7RUFDRSxnQkFBQTtFQUNBLGVBQUE7QUNORjtBRFNBO0VBQ0UsZ0JBQUE7RUFDQSxlQUFBO0FDUEY7QURVQTtFQUNFLG1CQUFBO0FDUkY7QURXQTtFQUNFLGVBQUE7QUNURjtBRFlBO0VBQ0UsZUFBQTtFQUNBLGNBQUE7RUFDQSx1QkFBQTtBQ1ZGO0FEYUE7RUFDRSxjQUFBO0VBQ0EsZ0JBQUE7QUNYRjtBRGNBO0VBQ0UsaUJBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLDBCQUFBO0VBQ0EsaUJBQUE7RUFDQSxjQUFBO0FDWkY7QURhRTtFQUNFLGFBQUE7QUNYSjtBRGVBOztFQUNFLGVBQUE7RUFDQSxjQUFBO0VBQ0EsMkJBQUE7RUFDQSxlQUFBO0FDWkY7QURhRTs7RUFDRSxhQUFBO0FDVko7QURZRTs7RUFDRSxjQUFBO0VBQ0EsWUFBQTtBQ1RKO0FEYUE7RUFDRSxlQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0FDWEY7QURZRTtFQUNFLGFBQUE7QUNWSjtBRGNBO0VBQ0UsWUFBQTtFQUNBLGNBQUE7QUNaRjtBRGVBO0VBQ0UsOEJBQUE7QUNiRjtBRGdCQTtFQUNFLGNBQUE7QUNkRjtBRGlCQTtFQUNFLGNBQUE7QUNmRjtBRGtCQTtFQUNFLGNBQUE7QUNoQkY7QURtQkE7RUFDRSxjQUFBO0FDakJGO0FEb0JBO0VBQ0UsY0FBQTtBQ2xCRjtBRHFCQTtFQUNFLGNBQUE7QUNuQkY7QURzQkE7OztFQUNFLGVBQUE7QUNsQkY7QURxQkE7RUFDRSxlQUFBO0VBQ0Esa0JBQUE7QUNuQkY7QURzQkE7RUFDRTs7O0lBQ0ksYUFBQTtFQ2xCSjtFRHNCRTtJQUNFLGNBQUE7SUFDQSwyQkFBQTtFQ3BCSjtFRHlCRTtJQUNFLGNBQUE7SUFDQSwwQkFBQTtJQUNBLGVBQUE7SUFDQSxvQkFBQTtJQUFBLGFBQUE7SUFDQSx5QkFBQTtZQUFBLG1CQUFBO0lBQ0Esd0JBQUE7WUFBQSx1QkFBQTtJQUNBLGVBQUE7SUFDQSxZQUFBO0VDdkJKO0VENEJFO0lBQ0UsYUFBQTtFQzFCSjtFRDhCQTtJQUNFLGVBQUE7RUM1QkY7RUQ2QkU7SUFDRSxjQUFBO0VDM0JKO0VEMEJFO0lBR0ksY0FBQTtFQzFCTjtFRHVCRTtJQU1JLGVBQUE7SUFDQSxtQkFBQTtFQzFCTjtFRG1CRTtJQVVJLGlCQUFBO0VDMUJOO0VEK0JBO0lBQ0UsZUFBQTtFQzdCRjtFRDhCRTtJQUNFLGFBQUE7RUM1Qko7RURnQ0E7SUFDRSxtQkFBQTtJQUNBLGdCQUFBO0VDOUJGO0VEaUNBO0lBQ0UseUJBQUE7RUMvQkY7QUFDRiIsImZpbGUiOiJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLWl0ZW0vY29udmVyc2lvbi1pdGVtLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbi5nZC1jb252ZXJ0LWl0ZW0ge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiA5OHB4O1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgQG1lcmN1cnk7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5nZC1jb252ZXJ0LXJlbW92ZSB7XG4gIGZvbnQtc2l6ZTogMjRweDtcbiAgY29sb3I6ICM2RTZFNkU7XG4gIG1hcmdpbjogMHB4IDI0cHg7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgc3BhbiB7XG4gICAgd2lkdGg6IDM3cHg7XG4gICAgaGVpZ2h0OiAzN3B4O1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBmb250LXdlaWdodDogYm9sZDtcbiAgfVxuICAmLmRpc2FibGVkIHtcbiAgICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICAgIG9wYWNpdHk6IDAuNDtcbiAgfVxufVxuXG4uZ2QtZmlsZXF1ZXVlLW5hbWUge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogNjcxcHg7XG59XG5cbi5nZC1maWxlcXVldWUtbmFtZSBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBtYXJnaW46IDE5cHggMjFweCAwIDA7XG59XG5cbi5nZC1maWxlcXVldWUtbmFtZS5kaXNhYmxlZCBmYS1pY29uIHtcbiAgY29sb3I6IEBkb3ZlLWdyYXk7XG59XG5cbi5nZC1xdWV1ZS1uYW1lIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgY3Vyc29yOiBkZWZhdWx0O1xufVxuXG4uZ2QtcXVldWUtc2l6ZSB7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cblxuLmdkLWRlc3RpbmF0aW9uLWZpbGUge1xuICBjdXJzb3I6IG5vdC1hbGxvd2VkO1xufVxuXG4uZ2QtZGVzdGluYXRpb24tZmlsZSAuZ2QtcXVldWUtbmFtZSB7XG4gIGN1cnNvcjogaW5oZXJpdDtcbn1cblxuLmdkLWNvbnZlcnQtc3RhdHVzIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBjb2xvcjogI0RCREJEQjtcbiAgbWFyZ2luOiAwIDE2MnB4IDAgMTExcHg7XG59XG5cbi5nZC1jb252ZXJzaW9uLWNvbXBsZXRlIHtcbiAgY29sb3I6ICM2MkE1Mjk7XG4gIG1hcmdpbi1sZWZ0OiA1cHg7XG59XG5cbi5nZC1jb252ZXJzaW9uLXByb2dyZXNzIHtcbiAgcG9zaXRpb246IGluaGVyaXQ7XG4gIHdpZHRoOiAzMnB4O1xuICBoZWlnaHQ6IDMycHg7XG4gIGZvbnQtc2l6ZTogMzJweCAhaW1wb3J0YW50O1xuICBsaW5lLWhlaWdodDogMzJweDtcbiAgY29sb3I6ICMwMDdhZmY7XG4gICYubW9iaWxlIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG59XG5cbi5nZC1jb252ZXJ0LXNpbmdsZSwgLmdkLWRvd25sb2FkLXNpbmdsZSB7XG4gIGZvbnQtc2l6ZTogMTZweDtcbiAgY29sb3I6ICM4MDgwODA7XG4gIG1hcmdpbjogNDFweCAzNnB4IDQycHggMTFweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICAmLm1vYmlsZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuICAmLmRpc2FibGVkIHtcbiAgICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICAgIG9wYWNpdHk6IDAuNDtcbiAgfVxufVxuXG4uZ2QtZmlsZS1mb3JtYXQge1xuICBmb250LXNpemU6IDEwcHg7XG4gIGNvbG9yOiBAc2lsdmVyLWNoYWxpY2U7XG4gIHBhZGRpbmctdG9wOiA0cHg7XG4gICYubW9iaWxlIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG59XG4gIFxuLmdkLWZpbGUtc2l6ZSB7XG4gIHdpZHRoOiAxMTJweDtcbiAgY29sb3I6ICM3Nzc3Nzc7XG59XG5cbi5kaXNhYmxlZCB7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQgIWltcG9ydGFudDtcbn1cblxuLmdkLWNvbnZlcnQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLXBkZiB7XG4gIGNvbG9yOiAjRTIxNzE3O1xufVxuXG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtd29yZCB7XG4gIGNvbG9yOiAjNjk3OUI5O1xufVxuXG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtcG93ZXJwb2ludCB7XG4gIGNvbG9yOiAjRTI5NDE3O1xufVxuXG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtZXhjZWwge1xuICBjb2xvcjogIzNGQTMwMDtcbn1cblxuLmdkLWNvbnZlcnQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6ICNFMjE3REE7XG59XG5cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIge1xuICBjb2xvcjogIzVENkE3NTtcbn1cblxuLmdkLWZpbGVxdWV1ZS1uYW1lIC5uZy1mYS1pY29uLCAuZ2QtY29udmVydC1zdGF0dXMgLm5nLWZhLWljb24sIC5nZC1kZXN0aW5hdGlvbi1maWxlIC5uZy1mYS1pY29ue1xuICBmb250LXNpemU6IDMzcHg7XG59XG5cbi5nZC1maWxlcXVldWUtbmFtZSBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBtYXJnaW46IDAgMTFweCAwIDA7XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gIC5nZC1maWxlLXNpemUsIC5nZC1jb252ZXJ0LXN0YXR1cywgLmdkLWRlc3RpbmF0aW9uLWZpbGUge1xuICAgICAgZGlzcGxheTogbm9uZTtcbiAgfVxuXG4gIC5nZC1jb252ZXJzaW9uLXByb2dyZXNzIHtcbiAgICAmLm1vYmlsZSB7XG4gICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgIG1hcmdpbjogMjZweCAyNHB4IDI1cHggMTFweDtcbiAgICB9XG4gIH1cblxuICAuZ2QtY29udmVydC1zaW5nbGUge1xuICAgICYubW9iaWxlIHtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgbWFyZ2luOiAzMXB4IDI0cHggMzBweCAwcHg7XG4gICAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgICAgbWluLXdpZHRoOiAzN3B4O1xuICAgICAgaGVpZ2h0OiAzN3B4O1xuICAgIH1cbiAgfVxuXG4gIC5nZC1jb252ZXJ0LXNpbmdsZSB7XG4gICAgJjpub3QoLm1vYmlsZSkge1xuICAgICAgZGlzcGxheTogbm9uZTtcbiAgICB9XG4gIH1cblxuICAuZ2QtZmlsZS1mb3JtYXQge1xuICAgIGZvbnQtc2l6ZTogMTBweDtcbiAgICAmLm1vYmlsZSB7XG4gICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgID4gZmEtaWNvbntcbiAgICAgICAgY29sb3I6ICNiZWJlYmU7XG4gICAgICB9XG4gICAgICBmYS1pY29uIHtcbiAgICAgICAgZm9udC1zaXplOiAxMHB4O1xuICAgICAgICBtYXJnaW4tcmlnaHQ6IDIuMXB4O1xuICAgICAgfVxuICAgICAgZmEtaWNvbjpudGgtY2hpbGQoMSl7XG4gICAgICAgIG1hcmdpbi1yaWdodDogNnB4O1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC5nZC1maWxlLWZvcm1hdCB7XG4gICAgZm9udC1zaXplOiAxMXB4O1xuICAgICY6bm90KC5tb2JpbGUpIHtcbiAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgfVxuICB9XG5cbiAgLmdkLWZpbGVxdWV1ZS1uYW1lIHtcbiAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gIH1cblxuICAuZ2QtY29udmVydC1yZW1vdmUge1xuICAgIG1hcmdpbjogMHB4IDE2cHggMHB4IDE1cHg7XG4gIH1cbn0iLCIuZ2QtY29udmVydC1pdGVtIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogOThweDtcbiAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNlN2U3ZTc7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZ2QtY29udmVydC1yZW1vdmUge1xuICBmb250LXNpemU6IDI0cHg7XG4gIGNvbG9yOiAjNkU2RTZFO1xuICBtYXJnaW46IDBweCAyNHB4O1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtY29udmVydC1yZW1vdmUgc3BhbiB7XG4gIHdpZHRoOiAzN3B4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBsaW5lLWhlaWdodDogMzdweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBmb250LXdlaWdodDogYm9sZDtcbn1cbi5nZC1jb252ZXJ0LXJlbW92ZS5kaXNhYmxlZCB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xuICBvcGFjaXR5OiAwLjQ7XG59XG4uZ2QtZmlsZXF1ZXVlLW5hbWUge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogNjcxcHg7XG59XG4uZ2QtZmlsZXF1ZXVlLW5hbWUgZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzJweDtcbiAgbWFyZ2luOiAxOXB4IDIxcHggMCAwO1xufVxuLmdkLWZpbGVxdWV1ZS1uYW1lLmRpc2FibGVkIGZhLWljb24ge1xuICBjb2xvcjogIzZlNmU2ZTtcbn1cbi5nZC1xdWV1ZS1uYW1lIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgY3Vyc29yOiBkZWZhdWx0O1xufVxuLmdkLXF1ZXVlLXNpemUge1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBmb250LXNpemU6IDE0cHg7XG59XG4uZ2QtZGVzdGluYXRpb24tZmlsZSB7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQ7XG59XG4uZ2QtZGVzdGluYXRpb24tZmlsZSAuZ2QtcXVldWUtbmFtZSB7XG4gIGN1cnNvcjogaW5oZXJpdDtcbn1cbi5nZC1jb252ZXJ0LXN0YXR1cyB7XG4gIGZvbnQtc2l6ZTogMzJweDtcbiAgY29sb3I6ICNEQkRCREI7XG4gIG1hcmdpbjogMCAxNjJweCAwIDExMXB4O1xufVxuLmdkLWNvbnZlcnNpb24tY29tcGxldGUge1xuICBjb2xvcjogIzYyQTUyOTtcbiAgbWFyZ2luLWxlZnQ6IDVweDtcbn1cbi5nZC1jb252ZXJzaW9uLXByb2dyZXNzIHtcbiAgcG9zaXRpb246IGluaGVyaXQ7XG4gIHdpZHRoOiAzMnB4O1xuICBoZWlnaHQ6IDMycHg7XG4gIGZvbnQtc2l6ZTogMzJweCAhaW1wb3J0YW50O1xuICBsaW5lLWhlaWdodDogMzJweDtcbiAgY29sb3I6ICMwMDdhZmY7XG59XG4uZ2QtY29udmVyc2lvbi1wcm9ncmVzcy5tb2JpbGUge1xuICBkaXNwbGF5OiBub25lO1xufVxuLmdkLWNvbnZlcnQtc2luZ2xlLFxuLmdkLWRvd25sb2FkLXNpbmdsZSB7XG4gIGZvbnQtc2l6ZTogMTZweDtcbiAgY29sb3I6ICM4MDgwODA7XG4gIG1hcmdpbjogNDFweCAzNnB4IDQycHggMTFweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xufVxuLmdkLWNvbnZlcnQtc2luZ2xlLm1vYmlsZSxcbi5nZC1kb3dubG9hZC1zaW5nbGUubW9iaWxlIHtcbiAgZGlzcGxheTogbm9uZTtcbn1cbi5nZC1jb252ZXJ0LXNpbmdsZS5kaXNhYmxlZCxcbi5nZC1kb3dubG9hZC1zaW5nbGUuZGlzYWJsZWQge1xuICBjb2xvcjogIzk1OWRhNTtcbiAgb3BhY2l0eTogMC40O1xufVxuLmdkLWZpbGUtZm9ybWF0IHtcbiAgZm9udC1zaXplOiAxMHB4O1xuICBjb2xvcjogI2FjYWNhYztcbiAgcGFkZGluZy10b3A6IDRweDtcbn1cbi5nZC1maWxlLWZvcm1hdC5tb2JpbGUge1xuICBkaXNwbGF5OiBub25lO1xufVxuLmdkLWZpbGUtc2l6ZSB7XG4gIHdpZHRoOiAxMTJweDtcbiAgY29sb3I6ICM3Nzc3Nzc7XG59XG4uZGlzYWJsZWQge1xuICBjdXJzb3I6IG5vdC1hbGxvd2VkICFpbXBvcnRhbnQ7XG59XG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtcGRmIHtcbiAgY29sb3I6ICNFMjE3MTc7XG59XG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtd29yZCB7XG4gIGNvbG9yOiAjNjk3OUI5O1xufVxuLmdkLWNvbnZlcnQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogI0UyOTQxNztcbn1cbi5nZC1jb252ZXJ0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS1leGNlbCB7XG4gIGNvbG9yOiAjM0ZBMzAwO1xufVxuLmdkLWNvbnZlcnQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6ICNFMjE3REE7XG59XG4uZ2QtY29udmVydC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtdGV4dCAuZmEtZm9sZGVyIHtcbiAgY29sb3I6ICM1RDZBNzU7XG59XG4uZ2QtZmlsZXF1ZXVlLW5hbWUgLm5nLWZhLWljb24sXG4uZ2QtY29udmVydC1zdGF0dXMgLm5nLWZhLWljb24sXG4uZ2QtZGVzdGluYXRpb24tZmlsZSAubmctZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzNweDtcbn1cbi5nZC1maWxlcXVldWUtbmFtZSBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBtYXJnaW46IDAgMTFweCAwIDA7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5nZC1maWxlLXNpemUsXG4gIC5nZC1jb252ZXJ0LXN0YXR1cyxcbiAgLmdkLWRlc3RpbmF0aW9uLWZpbGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgLmdkLWNvbnZlcnNpb24tcHJvZ3Jlc3MubW9iaWxlIHtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBtYXJnaW46IDI2cHggMjRweCAyNXB4IDExcHg7XG4gIH1cbiAgLmdkLWNvbnZlcnQtc2luZ2xlLm1vYmlsZSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gICAgbWFyZ2luOiAzMXB4IDI0cHggMzBweCAwcHg7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBtaW4td2lkdGg6IDM3cHg7XG4gICAgaGVpZ2h0OiAzN3B4O1xuICB9XG4gIC5nZC1jb252ZXJ0LXNpbmdsZTpub3QoLm1vYmlsZSkge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDEwcHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSA+IGZhLWljb24ge1xuICAgIGNvbG9yOiAjYmViZWJlO1xuICB9XG4gIC5nZC1maWxlLWZvcm1hdC5tb2JpbGUgZmEtaWNvbiB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuICAgIG1hcmdpbi1yaWdodDogMi4xcHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSBmYS1pY29uOm50aC1jaGlsZCgxKSB7XG4gICAgbWFyZ2luLXJpZ2h0OiA2cHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDExcHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Om5vdCgubW9iaWxlKSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuICAuZ2QtZmlsZXF1ZXVlLW5hbWUge1xuICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgfVxuICAuZ2QtY29udmVydC1yZW1vdmUge1xuICAgIG1hcmdpbjogMHB4IDE2cHggMHB4IDE1cHg7XG4gIH1cbn1cbiJdfQ== */\"","import { Component, Input, OnInit } from '@angular/core';\r\nimport { ConversionItemModel } from '../models';\r\nimport {ConversionService} from \"../conversion.service\";\r\n\r\n@Component({\r\n selector: 'gd-conversion-item',\r\n templateUrl: './conversion-item.component.html',\r\n styleUrls: ['./conversion-item.component.less']\r\n})\r\n\r\nexport class ConversionItemComponent implements OnInit {\r\n @Input() item: ConversionItemModel;\r\n\r\n constructor(private _conversionService: ConversionService) {\r\n }\r\n \r\n ngOnInit(): void {\r\n }\r\n\r\n convert($event, item: ConversionItemModel) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n this._conversionService.selectedItemToConvert(item);\r\n }\r\n\r\n downloadFile(item: ConversionItemModel) {\r\n window.location.assign(this._conversionService.getDownloadUrl(item.destinationFileName));\r\n }\r\n\r\n removeItemFromQueue($event, item: ConversionItemModel) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n this._conversionService.selectedItemToRemove(item);\r\n }\r\n}\r\n","module.exports = \"#gd-convert-queue {\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n height: 100%;\\n background-color: #e7e7e7;\\n}\\n.gd-queue-header {\\n display: -webkit-box;\\n display: flex;\\n font-size: 13px;\\n text-transform: uppercase;\\n color: #6e6e6e;\\n width: 100%;\\n height: 60px;\\n background-color: #f4f4f4;\\n font-weight: bold;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-placeholder {\\n margin: 0px 42px 0 42px;\\n}\\n.gd-queue-header div:nth-child(2) {\\n width: 671px;\\n text-align: left;\\n display: -webkit-box;\\n display: flex;\\n}\\n.gd-queue-header div:nth-child(4) {\\n margin: 0 162px 0 111px;\\n width: 32px;\\n}\\n.gd-queue-header div:nth-child(3) {\\n width: 112px;\\n text-align: left;\\n}\\n.gd-queue-header div:nth-child(5) {\\n width: 644px;\\n text-align: left;\\n}\\n.gd-queue-body {\\n overflow-y: scroll;\\n height: calc(100% - 120px);\\n}\\n.gd-queue-last-placeholder {\\n margin: 0px 52px;\\n}\\n@media (max-width: 1037px) {\\n .gd-queue-header {\\n display: none;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2NvbnZlcnNpb24tcXVldWUvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLXF1ZXVlL2NvbnZlcnNpb24tcXVldWUuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLXF1ZXVlL2NvbnZlcnNpb24tcXVldWUuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDSSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7QUNESjtBRElBO0VBQ0ksb0JBQUE7RUFBQSxhQUFBO0VBQ0EsZUFBQTtFQUNBLHlCQUFBO0VBQ0EsY0FBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7RUFDQSxpQkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QUNGSjtBREtBO0VBQ0ksdUJBQUE7QUNISjtBRE1BO0VBQ0ksWUFBQTtFQUNBLGdCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0FDSko7QURPQTtFQUNJLHVCQUFBO0VBQ0EsV0FBQTtBQ0xKO0FEUUE7RUFDSSxZQUFBO0VBQ0EsZ0JBQUE7QUNOSjtBRFNBO0VBQ0ksWUFBQTtFQUNBLGdCQUFBO0FDUEo7QURVQTtFQUNJLGtCQUFBO0VBQ0EsMEJBQUE7QUNSSjtBRFdBO0VBQ0ksZ0JBQUE7QUNUSjtBRFlBO0VBQ0k7SUFDSSxhQUFBO0VDVk47QUFDRiIsImZpbGUiOiJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9jb252ZXJzaW9uLXF1ZXVlL2NvbnZlcnNpb24tcXVldWUuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuI2dkLWNvbnZlcnQtcXVldWUge1xuICAgIGZsZXgtZGlyZWN0aW9uICA6IGNvbHVtbjtcbiAgICBoZWlnaHQgICAgICAgICAgOiAxMDAlO1xuICAgIGJhY2tncm91bmQtY29sb3I6IEBtZXJjdXJ5O1xufVxuXG4uZ2QtcXVldWUtaGVhZGVyIHtcbiAgICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICAgIGZvbnQtc2l6ZSAgICAgICA6IDEzcHg7XG4gICAgdGV4dC10cmFuc2Zvcm0gIDogdXBwZXJjYXNlO1xuICAgIGNvbG9yICAgICAgICAgICA6IEBkb3ZlLWdyYXk7XG4gICAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbiAgICBoZWlnaHQgICAgICAgICAgOiA2MHB4O1xuICAgIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG4gICAgZm9udC13ZWlnaHQgICAgIDogYm9sZDtcbiAgICBhbGlnbi1pdGVtcyAgICAgOiBjZW50ZXI7XG59XG5cbi5nZC1wbGFjZWhvbGRlciB7XG4gICAgbWFyZ2luOiAwcHggNDJweCAwIDQycHg7XG59XG5cbi5nZC1xdWV1ZS1oZWFkZXIgZGl2Om50aC1jaGlsZCgyKSB7XG4gICAgd2lkdGggICAgIDogNjcxcHg7XG4gICAgdGV4dC1hbGlnbjogbGVmdDtcbiAgICBkaXNwbGF5ICAgOiBmbGV4O1xufVxuXG4uZ2QtcXVldWUtaGVhZGVyIGRpdjpudGgtY2hpbGQoNCkge1xuICAgIG1hcmdpbjogMCAxNjJweCAwIDExMXB4O1xuICAgIHdpZHRoIDogMzJweDtcbn1cblxuLmdkLXF1ZXVlLWhlYWRlciBkaXY6bnRoLWNoaWxkKDMpIHtcbiAgICB3aWR0aCAgICAgOiAxMTJweDtcbiAgICB0ZXh0LWFsaWduOiBsZWZ0O1xufVxuXG4uZ2QtcXVldWUtaGVhZGVyIGRpdjpudGgtY2hpbGQoNSkge1xuICAgIHdpZHRoICAgICA6IDY0NHB4O1xuICAgIHRleHQtYWxpZ246IGxlZnQ7XG59XG5cbi5nZC1xdWV1ZS1ib2R5IHtcbiAgICBvdmVyZmxvdy15OiBzY3JvbGw7XG4gICAgaGVpZ2h0ICAgIDogY2FsYygxMDAlIC0gMTIwcHgpO1xufVxuXG4uZ2QtcXVldWUtbGFzdC1wbGFjZWhvbGRlciB7XG4gICAgbWFyZ2luOiAwcHggNTJweDtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgICAuZ2QtcXVldWUtaGVhZGVyIHtcbiAgICAgICAgZGlzcGxheTogbm9uZTtcbiAgICB9XG59IiwiI2dkLWNvbnZlcnQtcXVldWUge1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBoZWlnaHQ6IDEwMCU7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG59XG4uZ2QtcXVldWUtaGVhZGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZm9udC1zaXplOiAxM3B4O1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogNjBweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2Y0ZjRmNDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZ2QtcGxhY2Vob2xkZXIge1xuICBtYXJnaW46IDBweCA0MnB4IDAgNDJweDtcbn1cbi5nZC1xdWV1ZS1oZWFkZXIgZGl2Om50aC1jaGlsZCgyKSB7XG4gIHdpZHRoOiA2NzFweDtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZGlzcGxheTogZmxleDtcbn1cbi5nZC1xdWV1ZS1oZWFkZXIgZGl2Om50aC1jaGlsZCg0KSB7XG4gIG1hcmdpbjogMCAxNjJweCAwIDExMXB4O1xuICB3aWR0aDogMzJweDtcbn1cbi5nZC1xdWV1ZS1oZWFkZXIgZGl2Om50aC1jaGlsZCgzKSB7XG4gIHdpZHRoOiAxMTJweDtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cbi5nZC1xdWV1ZS1oZWFkZXIgZGl2Om50aC1jaGlsZCg1KSB7XG4gIHdpZHRoOiA2NDRweDtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cbi5nZC1xdWV1ZS1ib2R5IHtcbiAgb3ZlcmZsb3cteTogc2Nyb2xsO1xuICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDEyMHB4KTtcbn1cbi5nZC1xdWV1ZS1sYXN0LXBsYWNlaG9sZGVyIHtcbiAgbWFyZ2luOiAwcHggNTJweDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLXF1ZXVlLWhlYWRlciB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxufVxuIl19 */\"","import { Component, EventEmitter, Input, Output, OnInit } from '@angular/core';\r\nimport { ConversionItemModel } from '../models';\r\n\r\n@Component({\r\n selector: 'gd-conversion-queue',\r\n templateUrl: './conversion-queue.component.html',\r\n styleUrls: ['./conversion-queue.component.less']\r\n})\r\n\r\nexport class ConversionQueueComponent implements OnInit {\r\n @Input() items: ConversionItemModel[] = [];\r\n @Output() selectedItemToConvert = new EventEmitter();\r\n\r\n constructor() {\r\n }\r\n \r\n ngOnInit(): void {\r\n }\r\n\r\n convertSingleItem($event: ConversionItemModel) {\r\n this.selectedItemToConvert.emit($event);\r\n }\r\n}\r\n","import {APP_INITIALIZER, ModuleWithProviders, NgModule} from '@angular/core';\r\nimport {CommonModule} from '@angular/common';\r\nimport {\r\n Api,\r\n CommonComponentsModule,\r\n ConfigService,\r\n ErrorInterceptorService\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport {HTTP_INTERCEPTORS, HttpClientModule} from \"@angular/common/http\";\r\nimport {ConversionService} from \"./conversion.service\";\r\nimport {ConversionConfigService} from \"./conversion-config.service\";\r\nimport {ConversionAppComponent} from \"./conversion-app.component\";\r\nimport { ConversionBrowseFilesModalComponent } from './conversion-browse-files-modal/conversion-browse-files-modal.component';\r\nimport { InformationModalComponent } from './information-modal/information-modal.component';\r\nimport {library} from '@fortawesome/fontawesome-svg-core';\r\nimport {fas} from '@fortawesome/free-solid-svg-icons';\r\nimport {far} from '@fortawesome/free-regular-svg-icons';\r\nimport {FontAwesomeModule} from '@fortawesome/angular-fontawesome';\r\nimport {ConversionQueueComponent} from './conversion-queue/conversion-queue.component';\r\nimport {ConversionItemComponent} from './conversion-item/conversion-item.component';\r\n\r\nexport function initializeApp(conversionConfigService: ConversionConfigService) {\r\n const result = () => conversionConfigService.load();\r\n return result;\r\n}\r\n\r\n@NgModule({\r\n declarations: [ConversionAppComponent, ConversionBrowseFilesModalComponent, InformationModalComponent, ConversionQueueComponent, ConversionItemComponent],\r\n exports: [ConversionAppComponent, ConversionBrowseFilesModalComponent, InformationModalComponent, ConversionQueueComponent],\r\n imports: [CommonModule,\r\n CommonComponentsModule,\r\n HttpClientModule,\r\n FontAwesomeModule],\r\n providers: [\r\n ConversionService,\r\n ConfigService,\r\n ConversionConfigService,\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useClass: ErrorInterceptorService,\r\n multi: true\r\n },\r\n {\r\n provide: APP_INITIALIZER,\r\n useFactory: initializeApp,\r\n deps: [ConversionConfigService], multi: true\r\n }\r\n ]\r\n})\r\nexport class ConversionModule {\r\n constructor() {\r\n library.add(fas, far);\r\n }\r\n\r\n static forRoot(apiEndpoint: string): ModuleWithProviders {\r\n Api.DEFAULT_API_ENDPOINT = apiEndpoint;\r\n return {\r\n ngModule: ConversionModule\r\n };\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {HttpClient} from \"@angular/common/http\";\r\nimport {\r\n Api, ConfigService, FileCredentials, SaveFile, FileModel, FileUtil\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport {Observable, BehaviorSubject, Observer} from \"rxjs\";\r\nimport { ConversionItemModel, ConversionRequestModel } from './models';\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\n\r\nexport class ConversionService {\r\n private _selectedItems: BehaviorSubject = new BehaviorSubject(new Array());\r\n private _selectItems: Observable = this._selectedItems.asObservable();\r\n private _selectedFormat: BehaviorSubject = new BehaviorSubject(null);\r\n private _selectFormat: Observable = this._selectedFormat.asObservable();\r\n\r\n private _itemToConvert = new BehaviorSubject(null);\r\n itemToConvert = this._itemToConvert.asObservable();\r\n\r\n private _itemToRemove = new BehaviorSubject(null);\r\n itemToRemove = this._itemToRemove.asObservable();\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n get selectedItems() {\r\n return this._selectItems;\r\n }\r\n\r\n get selectedFormat() {\r\n return this._selectFormat;\r\n }\r\n\r\n selectItems(filesToConvert: ConversionItemModel[]) {\r\n this._selectedItems.next(filesToConvert);\r\n }\r\n\r\n selectFormat(selectedFormat: string) {\r\n this._selectedFormat.next(selectedFormat);\r\n }\r\n\r\n loadFiles(path: string) {\r\n return this._http.post(this._config.getConversionApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\r\n }\r\n\r\n upload(file: File, url: string, rewrite: boolean) {\r\n const formData = new FormData();\r\n formData.append(\"file\", file);\r\n formData.append('rewrite', String(rewrite));\r\n if (url) {\r\n formData.append(\"url\", url);\r\n }\r\n\r\n return this._http.post(this._config.getConversionApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\r\n }\r\n\r\n convert(file: ConversionItemModel) {\r\n const req = new ConversionRequestModel();\r\n req.added = true;\r\n req.destinationType = file.destinationType;\r\n req.guid = file.guid;\r\n req.size = file.size;\r\n req.destDocumentType = FileUtil.find(file.destinationType, false).format;\r\n return this._http.post(this._config.getConversionApiEndpoint() + Api.CONVERT_FILE, req);\r\n }\r\n\r\n getDownloadUrl(guid: string) {\r\n return this._config.getConversionApiEndpoint() + Api.DOWNLOAD_DOCUMENTS + '/?path=' + guid;\r\n }\r\n\r\n selectedItemToConvert(item: ConversionItemModel) {\r\n this._itemToConvert.next(item);\r\n }\r\n\r\n selectedItemToRemove(item: ConversionItemModel) {\r\n this._itemToRemove.next(item);\r\n }\r\n}\r\n","module.exports = \".gd-modal-information {\\n display: -webkit-inline-box;\\n display: inline-flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-flex: 1;\\n flex: 1;\\n}\\n.gd-modal-information .gd-modal-information-message {\\n font-size: 12px;\\n margin: 0px 24px 24px 0px;\\n word-break: break-word;\\n}\\n.gd-modal-information .gd-modal-information-title {\\n font-size: 16px;\\n font-weight: bold;\\n margin: 14px 0px 10px 0px;\\n}\\n#gd-information-section {\\n max-width: 468px;\\n max-height: 107px;\\n display: -webkit-box;\\n display: flex;\\n}\\n#gd-information-section fa-icon {\\n -webkit-box-flex: 1;\\n flex: 1;\\n color: #25c2d4;\\n font-size: 40px;\\n margin: 13px 23px 90px 23px;\\n text-align: center;\\n max-width: 46px;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvY29udmVyc2lvbi9zcmMvbGliL2luZm9ybWF0aW9uLW1vZGFsL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9jb252ZXJzaW9uL3NyYy9saWIvaW5mb3JtYXRpb24tbW9kYWwvaW5mb3JtYXRpb24tbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJsaWJzL2NvbnZlcnNpb24vc3JjL2xpYi9pbmZvcm1hdGlvbi1tb2RhbC9pbmZvcm1hdGlvbi1tb2RhbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLDJCQUFBO0VBQUEsb0JBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxtQkFBQTtVQUFBLE9BQUE7QUNERjtBREZBO0VBS0ksZUFBQTtFQUNBLHlCQUFBO0VBQ0Esc0JBQUE7QUNBSjtBRFBBO0VBVUksZUFBQTtFQUNBLGlCQUFBO0VBQ0EseUJBQUE7QUNBSjtBRElBO0VBQ0UsZ0JBQUE7RUFDQSxpQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ0ZGO0FEREE7RUFLSSxtQkFBQTtVQUFBLE9BQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtFQUNBLDJCQUFBO0VBQ0Esa0JBQUE7RUFDQSxlQUFBO0FDREoiLCJmaWxlIjoibGlicy9jb252ZXJzaW9uL3NyYy9saWIvaW5mb3JtYXRpb24tbW9kYWwvaW5mb3JtYXRpb24tbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi8uLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlcy5sZXNzXCI7XG5cbi5nZC1tb2RhbC1pbmZvcm1hdGlvbiB7XG4gIGRpc3BsYXk6IGlubGluZS1mbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBmbGV4OiAxO1xuICAuZ2QtbW9kYWwtaW5mb3JtYXRpb24tbWVzc2FnZSB7XG4gICAgZm9udC1zaXplOiAxMnB4O1xuICAgIG1hcmdpbjogMHB4IDI0cHggMjRweCAwcHg7XG4gICAgd29yZC1icmVhazogYnJlYWstd29yZDtcbiAgfVxuICAuZ2QtbW9kYWwtaW5mb3JtYXRpb24tdGl0bGUge1xuICAgIGZvbnQtc2l6ZTogMTZweDtcbiAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICBtYXJnaW46IDE0cHggMHB4IDEwcHggMHB4O1xuICB9XG59XG5cbiNnZC1pbmZvcm1hdGlvbi1zZWN0aW9uIHtcbiAgbWF4LXdpZHRoOiA0NjhweDtcbiAgbWF4LWhlaWdodDogMTA3cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZhLWljb24ge1xuICAgIGZsZXg6IDE7XG4gICAgY29sb3I6IEBicmFuZDtcbiAgICBmb250LXNpemU6IDQwcHg7XG4gICAgbWFyZ2luOiAxM3B4IDIzcHggOTBweCAyM3B4O1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBtYXgtd2lkdGg6IDQ2cHg7XG4gIH1cbn1cbiIsIi5nZC1tb2RhbC1pbmZvcm1hdGlvbiB7XG4gIGRpc3BsYXk6IGlubGluZS1mbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBmbGV4OiAxO1xufVxuLmdkLW1vZGFsLWluZm9ybWF0aW9uIC5nZC1tb2RhbC1pbmZvcm1hdGlvbi1tZXNzYWdlIHtcbiAgZm9udC1zaXplOiAxMnB4O1xuICBtYXJnaW46IDBweCAyNHB4IDI0cHggMHB4O1xuICB3b3JkLWJyZWFrOiBicmVhay13b3JkO1xufVxuLmdkLW1vZGFsLWluZm9ybWF0aW9uIC5nZC1tb2RhbC1pbmZvcm1hdGlvbi10aXRsZSB7XG4gIGZvbnQtc2l6ZTogMTZweDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIG1hcmdpbjogMTRweCAwcHggMTBweCAwcHg7XG59XG4jZ2QtaW5mb3JtYXRpb24tc2VjdGlvbiB7XG4gIG1heC13aWR0aDogNDY4cHg7XG4gIG1heC1oZWlnaHQ6IDEwN3B4O1xuICBkaXNwbGF5OiBmbGV4O1xufVxuI2dkLWluZm9ybWF0aW9uLXNlY3Rpb24gZmEtaWNvbiB7XG4gIGZsZXg6IDE7XG4gIGNvbG9yOiAjMjVjMmQ0O1xuICBmb250LXNpemU6IDQwcHg7XG4gIG1hcmdpbjogMTNweCAyM3B4IDkwcHggMjNweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBtYXgtd2lkdGg6IDQ2cHg7XG59XG4iXX0= */\"","import {Component, OnInit, Input} from '@angular/core';\r\n\r\n@Component({\r\n selector: 'gd-information-modal',\r\n templateUrl: './information-modal.component.html',\r\n styleUrls: ['./information-modal.component.less']\r\n})\r\nexport class InformationModalComponent implements OnInit {\r\n\r\n @Input() formatName: string;\r\n @Input() warningCount: number;\r\n\r\n constructor() {\r\n }\r\n\r\n ngOnInit() {\r\n }\r\n}\r\n","import {FileModel} from \"@groupdocs.examples.angular/common-components\";\r\n\r\nexport class ConversionRequestModel{\r\n added: boolean;\r\n destinationType: string;\r\n guid: string;\r\n size: number;\r\n destDocumentType: number;\r\n}\r\n\r\nexport class ConversionItemModel implements FileModel {\r\n guid: string;\r\n directory: boolean;\r\n size: number;\r\n name: string;\r\n destinationType: string;\r\n sizeString: string;\r\n destinationFileName: string;\r\n destinationFormatName: string;\r\n sourceIcon: string;\r\n sourceFormatName: string;\r\n destinationIcon: string;\r\n converted: boolean;\r\n converting: boolean;\r\n isDirectory: boolean;\r\n warning: boolean;\r\n }\r\n\r\n export class ExtendedFileModel implements FileModel {\r\n guid: string;\r\n // TODO: fix dublicates below (question)\r\n directory: boolean;\r\n isDirectory: boolean;\r\n size: number;\r\n name: string;\r\n selected: boolean;\r\n conversionTypes: any;\r\n }\r\n","export * from './lib/editor.module';\r\nexport * from './lib/editor-app.component';\r\nexport * from './lib/editor-config.service';\r\nexport * from './lib/editor-config';\r\nexport * from './lib/editor.service';\r\nexport * from './lib/create.document-modal/create.document-modal.component'\r\n","module.exports = \".gd-create-wrap {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n margin: 24px;\\n}\\n.gd-create-wrap label {\\n font-size: 14px;\\n color: #acacac;\\n padding-bottom: 12px;\\n}\\n.gd-create-wrap input {\\n margin-bottom: 20px;\\n border: 1px solid #6e6e6e !important;\\n padding: 9px 0px 9px 10px;\\n font-size: 14px;\\n}\\n.gd-create-wrap gd-button {\\n align-self: flex-end;\\n}\\n.gd-create-wrap ::ng-deep .button ::ng-deep .text {\\n font-size: 10px !important;\\n}\\n#gd-create-document-section {\\n width: 468px;\\n}\\n::ng-deep .gd-select-format .dropdown-menu {\\n height: 167px;\\n overflow: hidden;\\n overflow-y: auto;\\n top: 241px !important;\\n min-width: 0 !important;\\n width: 70px;\\n border: none !important;\\n}\\n::ng-deep .gd-select-format .dropdown-menu .option {\\n font-size: 10px;\\n color: #6e6e6e;\\n}\\n::ng-deep .gd-select-format .dropdown-menu .option:hover {\\n background-color: #4b566c !important;\\n}\\n::ng-deep .select {\\n height: 37px;\\n width: 70px;\\n border: 1px solid #6e6e6e;\\n color: #6e6e6e !important;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n}\\n::ng-deep .select .selected-value {\\n padding: 9px 0px 9px 8px;\\n}\\n::ng-deep .select .nav-caret {\\n margin-right: 8px;\\n}\\n@media (max-width: 1037px) {\\n #gd-create-document-section {\\n width: 100%;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvZWRpdG9yL3NyYy9saWIvY3JlYXRlLmRvY3VtZW50LW1vZGFsL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9lZGl0b3Ivc3JjL2xpYi9jcmVhdGUuZG9jdW1lbnQtbW9kYWwvY3JlYXRlLmRvY3VtZW50LW1vZGFsLmNvbXBvbmVudC5sZXNzIiwibGlicy9lZGl0b3Ivc3JjL2xpYi9jcmVhdGUuZG9jdW1lbnQtbW9kYWwvY3JlYXRlLmRvY3VtZW50LW1vZGFsLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsWUFBQTtBQ0RGO0FERkE7RUFLSSxlQUFBO0VBQ0EsY0FBQTtFQUNBLG9CQUFBO0FDQUo7QURQQTtFQVVJLG1CQUFBO0VBQ0Esb0NBQUE7RUFDQSx5QkFBQTtFQUNBLGVBQUE7QUNBSjtBRGJBO0VBZ0JJLG9CQUFBO0FDQUo7QURoQkE7RUFvQk0sMEJBQUE7QUNETjtBRE1BO0VBQ0UsWUFBQTtBQ0pGO0FET0E7RUFDRSxhQUFBO0VBQ0EsZ0JBQUE7RUFDQSxnQkFBQTtFQUNBLHFCQUFBO0VBQ0EsdUJBQUE7RUFDQSxXQUFBO0VBUUEsdUJBQUE7QUNaRjtBREZBO0VBUUksZUFBQTtFQUNBLGNBQUE7QUNISjtBRE5BO0VBWUksb0NBQUE7QUNISjtBRFFBO0VBQ0UsWUFBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtFQUNBLHlCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHlCQUFBO1VBQUEsOEJBQUE7QUNORjtBRERBO0VBU0ksd0JBQUE7QUNMSjtBREpBO0VBWUksaUJBQUE7QUNMSjtBRFNBO0VBQ0U7SUFDRSxXQUFBO0VDUEY7QUFDRiIsImZpbGUiOiJsaWJzL2VkaXRvci9zcmMvbGliL2NyZWF0ZS5kb2N1bWVudC1tb2RhbC9jcmVhdGUuZG9jdW1lbnQtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWNyZWF0ZS13cmFwIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgbWFyZ2luOiAyNHB4O1xuICBsYWJlbCB7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuICAgIGNvbG9yOiBAc2lsdmVyLWNoYWxpY2U7XG4gICAgcGFkZGluZy1ib3R0b206IDEycHg7XG4gIH1cbiAgaW5wdXQge1xuICAgIG1hcmdpbi1ib3R0b206IDIwcHg7XG4gICAgYm9yZGVyOiAxcHggc29saWQgIzZlNmU2ZSAhaW1wb3J0YW50O1xuICAgIHBhZGRpbmc6IDlweCAwcHggOXB4IDEwcHg7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuICB9XG4gIGdkLWJ1dHRvbiB7XG4gICAgYWxpZ24tc2VsZjogZmxleC1lbmQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5idXR0b24ge1xuICAgIDo6bmctZGVlcCAudGV4dCB7XG4gICAgICBmb250LXNpemU6IDEwcHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cbn1cblxuI2dkLWNyZWF0ZS1kb2N1bWVudC1zZWN0aW9uIHtcbiAgd2lkdGg6IDQ2OHB4O1xufVxuXG46Om5nLWRlZXAgLmdkLXNlbGVjdC1mb3JtYXQgLmRyb3Bkb3duLW1lbnUge1xuICBoZWlnaHQ6IDE2N3B4O1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICBvdmVyZmxvdy15OiBhdXRvO1xuICB0b3A6IDI0MXB4ICFpbXBvcnRhbnQ7XG4gIG1pbi13aWR0aDogMCAhaW1wb3J0YW50O1xuICB3aWR0aDogNzBweDtcbiAgLm9wdGlvbiB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuICAgIGNvbG9yOiBAZG92ZS1ncmF5O1xuICB9XG4gIC5vcHRpb246aG92ZXJ7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQGZvbGRlciAhaW1wb3J0YW50O1xuICB9XG4gIGJvcmRlcjogbm9uZSAhaW1wb3J0YW50O1xufVxuXG46Om5nLWRlZXAgLnNlbGVjdCB7XG4gIGhlaWdodDogMzdweDtcbiAgd2lkdGg6IDcwcHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkIEBkb3ZlLWdyYXk7XG4gIGNvbG9yOiBAZG92ZS1ncmF5ICFpbXBvcnRhbnQ7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcbiAgLnNlbGVjdGVkLXZhbHVlIHtcbiAgICBwYWRkaW5nOiA5cHggMHB4IDlweCA4cHg7XG4gIH1cbiAgLm5hdi1jYXJldCB7XG4gICAgbWFyZ2luLXJpZ2h0OiA4cHg7XG4gIH1cbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgI2dkLWNyZWF0ZS1kb2N1bWVudC1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxufVxuIiwiLmdkLWNyZWF0ZS13cmFwIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgbWFyZ2luOiAyNHB4O1xufVxuLmdkLWNyZWF0ZS13cmFwIGxhYmVsIHtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBjb2xvcjogI2FjYWNhYztcbiAgcGFkZGluZy1ib3R0b206IDEycHg7XG59XG4uZ2QtY3JlYXRlLXdyYXAgaW5wdXQge1xuICBtYXJnaW4tYm90dG9tOiAyMHB4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNmU2ZTZlICFpbXBvcnRhbnQ7XG4gIHBhZGRpbmc6IDlweCAwcHggOXB4IDEwcHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi5nZC1jcmVhdGUtd3JhcCBnZC1idXR0b24ge1xuICBhbGlnbi1zZWxmOiBmbGV4LWVuZDtcbn1cbi5nZC1jcmVhdGUtd3JhcCA6Om5nLWRlZXAgLmJ1dHRvbiA6Om5nLWRlZXAgLnRleHQge1xuICBmb250LXNpemU6IDEwcHggIWltcG9ydGFudDtcbn1cbiNnZC1jcmVhdGUtZG9jdW1lbnQtc2VjdGlvbiB7XG4gIHdpZHRoOiA0NjhweDtcbn1cbjo6bmctZGVlcCAuZ2Qtc2VsZWN0LWZvcm1hdCAuZHJvcGRvd24tbWVudSB7XG4gIGhlaWdodDogMTY3cHg7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIG92ZXJmbG93LXk6IGF1dG87XG4gIHRvcDogMjQxcHggIWltcG9ydGFudDtcbiAgbWluLXdpZHRoOiAwICFpbXBvcnRhbnQ7XG4gIHdpZHRoOiA3MHB4O1xuICBib3JkZXI6IG5vbmUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuZ2Qtc2VsZWN0LWZvcm1hdCAuZHJvcGRvd24tbWVudSAub3B0aW9uIHtcbiAgZm9udC1zaXplOiAxMHB4O1xuICBjb2xvcjogIzZlNmU2ZTtcbn1cbjo6bmctZGVlcCAuZ2Qtc2VsZWN0LWZvcm1hdCAuZHJvcGRvd24tbWVudSAub3B0aW9uOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzRiNTY2YyAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBoZWlnaHQ6IDM3cHg7XG4gIHdpZHRoOiA3MHB4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNmU2ZTZlO1xuICBjb2xvcjogIzZlNmU2ZSAhaW1wb3J0YW50O1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG59XG46Om5nLWRlZXAgLnNlbGVjdCAuc2VsZWN0ZWQtdmFsdWUge1xuICBwYWRkaW5nOiA5cHggMHB4IDlweCA4cHg7XG59XG46Om5nLWRlZXAgLnNlbGVjdCAubmF2LWNhcmV0IHtcbiAgbWFyZ2luLXJpZ2h0OiA4cHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gICNnZC1jcmVhdGUtZG9jdW1lbnQtc2VjdGlvbiB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbn1cbiJdfQ== */\"","import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';\r\nimport {\r\n CommonModals,\r\n ExceptionMessageService,\r\n FileCredentials,\r\n ModalService\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport {EditorService} from \"../editor.service\";\r\n\r\n@Component({\r\n selector: 'gd-create-document-modal',\r\n templateUrl: './create.document-modal.component.html',\r\n styleUrls: ['./create.document-modal.component.less']\r\n})\r\nexport class CreateDocumentModalComponent implements OnInit {\r\n @Input() file: FileCredentials;\r\n @Output() savingFile: EventEmitter = new EventEmitter();\r\n @Output() closing = new EventEmitter();\r\n private _format: string;\r\n formats;\r\n FILE_NAME_REGEX = /^.*[\\\\\\/]/;\r\n\r\n constructor(private _editorService: EditorService,\r\n private _modalService: ModalService,\r\n private _excMessageService: ExceptionMessageService) {\r\n }\r\n\r\n get format() {\r\n return this._format;\r\n }\r\n\r\n ngOnInit() {\r\n this.loadFormats();\r\n }\r\n\r\n loadFormats() {\r\n this._editorService.getFormats().subscribe((formats: string[]) => {\r\n this.formats = this.formatOptions(formats);\r\n this._format = \"DOCX\";\r\n }\r\n );\r\n }\r\n\r\n selectFormat($event: any) {\r\n this._format = $event.name;\r\n }\r\n\r\n createFormatOption(val: string) {\r\n return {value: val, name: val.toUpperCase()}\r\n }\r\n\r\n formatOptions(formats) {\r\n const allTypes = new Array();\r\n for (let i = 0; i < formats.length; i++) {\r\n allTypes.push(this.createFormatOption(formats[i]));\r\n }\r\n return allTypes;\r\n }\r\n\r\n save(name: string) {\r\n let fileName = \"\";\r\n if (name && name !== \"\") {\r\n fileName = name + \".\" + this._format.toLowerCase();\r\n } else if (!this.file) {\r\n this._modalService.open(CommonModals.ErrorMessage);\r\n this._excMessageService.changeMessage(\"File name is empty\");\r\n }\r\n this._modalService.close(CommonModals.CreateDocument);\r\n const guid = fileName !== \"\" ? fileName : this.file.guid;\r\n const password = this.file ? this.file.password : '';\r\n this.savingFile.emit(new FileCredentials(guid, password));\r\n }\r\n\r\n refresh($event: boolean) {\r\n if (!$event) {\r\n this.closing.emit(true);\r\n }\r\n }\r\n}\r\n","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n.current-page-number {\\n margin: 0px 15px;\\n font-size: 14px;\\n color: #959da5;\\n}\\n* {\\n -webkit-user-select: none;\\n /* Chrome all / Safari all */\\n -moz-user-select: none;\\n /* Firefox all */\\n -ms-user-select: none;\\n /* IE 10+ */\\n user-select: text;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n::ng-deep .gd-drag-n-drop-wrap.active {\\n z-index: 999;\\n}\\n::ng-deep .gd-drag-n-drop-wrap.active .init-state-wrapper {\\n top: unset !important;\\n}\\n::ng-deep .init-state-wrapper {\\n top: -90px !important;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: inherit;\\n}\\n.gd-document {\\n width: 100%;\\n height: calc(100% - 90px);\\n}\\n.top-panel {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 100%;\\n}\\n.toolbar-panel {\\n width: 100%;\\n}\\n::ng-deep .gd-wrapper {\\n -webkit-user-select: text;\\n /* Chrome all / Safari all */\\n -moz-user-select: text;\\n /* Firefox all */\\n -ms-user-select: text;\\n /* IE 10+ */\\n user-select: text;\\n outline: none;\\n position: relative;\\n}\\n::ng-deep .dropdown-menu {\\n min-width: unset !important;\\n}\\n.palette {\\n position: absolute;\\n top: 90px;\\n z-index: 100;\\n}\\n.background-color-picker {\\n left: 700px;\\n}\\n.color-picker {\\n left: 750px;\\n}\\n.bg-color-pic {\\n border-radius: 100%;\\n border: 1px solid #CCC;\\n position: absolute;\\n height: 8px;\\n width: 8px;\\n right: 6px;\\n bottom: 6px;\\n}\\n::ng-deep .tools .button {\\n color: #3E4E5A !important;\\n}\\n::ng-deep .tools .button .text {\\n padding: 0px !important;\\n}\\n::ng-deep .tools .button.inactive {\\n color: #959da5 !important;\\n opacity: 0.4;\\n}\\n::ng-deep .tools .dropdown-menu .option {\\n min-width: 61px;\\n color: #6e6e6e !important;\\n}\\n::ng-deep .tools .dropdown-menu .option:hover {\\n background-color: #4b566c !important;\\n}\\n::ng-deep .tools .icon-button {\\n margin: 0 0 0 7px !important;\\n}\\n::ng-deep .tools .select {\\n width: 65px;\\n height: 37px;\\n margin-left: 7px;\\n line-height: 37px;\\n text-align: center;\\n border: none !important;\\n}\\n::ng-deep .tools .select .nav-caret {\\n margin: 0 0 0 4px !important;\\n}\\n::ng-deep .gd-select-format .select {\\n -webkit-box-pack: justify !important;\\n justify-content: space-between !important;\\n}\\n::ng-deep .tab-content .button .tooltip {\\n margin-top: 45px;\\n margin-left: -36px;\\n}\\n::ng-deep .gd-edit.active {\\n background-color: #7E8991;\\n}\\n::ng-deep .gd-edit.active i {\\n color: #FFFFFF;\\n}\\n::ng-deep .page {\\n width: auto !important;\\n height: auto !important;\\n}\\n::ng-deep .page ::ng-deep .gd-document .page {\\n width: auto !important;\\n height: auto !important;\\n}\\n::ng-deep .slide {\\n margin: 0px !important;\\n}\\n::ng-deep .documentMainContent.newfile {\\n width: 595px !important;\\n height: 842px !important;\\n}\\n::ng-deep .gd-document.new-file .page {\\n width: 595pt !important;\\n height: 842pt !important;\\n}\\n::ng-deep .slide {\\n margin: 0px !important;\\n}\\n::ng-deep #page-0 {\\n height: calc(100% - 2 * 20px);\\n}\\n::ng-deep .save-as-button-icon {\\n font-size: 11px;\\n left: 22px !important;\\n top: 13px !important;\\n}\\n::ng-deep .documentMainContent .section {\\n margin: 0px !important;\\n}\\n::ng-deep .documentMainContent > div {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-pack: end;\\n justify-content: flex-end;\\n}\\n::ng-deep .documentMainContent > div .footer-1 {\\n position: absolute;\\n bottom: 0;\\n width: calc(100% - 2 * 96px);\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n}\\n::ng-deep .documentMainContent > div .footer-1 .Normal {\\n margin: 0 0 0 auto;\\n}\\n::ng-deep .documentMainContent > div .footer-1 p {\\n width: -webkit-fit-content;\\n width: -moz-fit-content;\\n width: fit-content;\\n}\\n::ng-deep .documentMainContent > div .header-0 {\\n padding-bottom: 10px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n}\\n::ng-deep .documentMainContent > div .header-0 .Normal,\\n::ng-deep .documentMainContent > div .header-0 .Header {\\n margin: 0 0 0 auto;\\n}\\n::ng-deep .documentMainContent > div .header-0 p {\\n width: -webkit-fit-content;\\n width: -moz-fit-content;\\n width: fit-content;\\n}\\n::ng-deep .documentMainContent > div .header-0 p:last-of-type {\\n margin: 0 !important;\\n}\\n.save-button {\\n position: absolute;\\n top: -5px;\\n left: 21px;\\n}\\ngd-tab.desktop-hide {\\n display: none;\\n}\\n@media (max-width: 1037px) {\\n ::ng-deep .panzoom {\\n zoom: 0.45;\\n margin-top: 130px;\\n }\\n ::ng-deep .gd-tab fa-icon {\\n height: 60px;\\n width: 60px;\\n font-size: 22px !important;\\n margin: unset !important;\\n }\\n gd-tab.desktop-hide {\\n display: block;\\n }\\n .mobile-hide {\\n display: none;\\n }\\n ::ng-deep .tools {\\n overflow-x: unset !important;\\n }\\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\\n margin: 0px !important;\\n }\\n ::ng-deep .tools .icon-button {\\n height: 60px !important;\\n width: 60px;\\n }\\n ::ng-deep #formatting-tab ::ng-deep .tools .icon-button,\\n ::ng-deep #paragraph-tab ::ng-deep .tools .icon-button {\\n margin: 0px !important;\\n }\\n ::ng-deep .bg-color-pic {\\n height: 13px !important;\\n width: 13px !important;\\n right: 9px !important;\\n bottom: 11px !important;\\n }\\n ::ng-deep .palette {\\n position: absolute;\\n top: 130px !important;\\n z-index: 100;\\n }\\n ::ng-deep .background-color-picker {\\n left: 0px !important;\\n }\\n ::ng-deep .color-picker {\\n left: 60px !important;\\n }\\n ::ng-deep .format-select.font-type {\\n width: 109px;\\n }\\n ::ng-deep .format-select.font-type ::ng-deep .dropdown-menu {\\n width: 109px !important;\\n top: 60px !important;\\n left: 0px !important;\\n }\\n ::ng-deep .format-select.font-size {\\n width: 81px;\\n }\\n ::ng-deep .format-select.font-size ::ng-deep .dropdown-menu {\\n width: 81px !important;\\n top: 60px !important;\\n left: 109px !important;\\n }\\n ::ng-deep .format-select .select {\\n width: unset !important;\\n height: 60px !important;\\n line-height: 60px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvZWRpdG9yL3NyYy9saWIvZWRpdG9yLWFwcC5jb21wb25lbnQubGVzcyIsImxpYnMvZWRpdG9yL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL2VkaXRvci9zcmMvbGliL2VkaXRvci1hcHAuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsNkVDQ2tCO0FBRWxCO0VBQ0Usc0RBQUE7QURERjtBQ0lBO0VBQ0UsZ0JBQUE7RUFDQSxlQUFBO0VBQ0EsY0FBQTtBREZGO0FDS0E7RUFDRSx5QkFBQTtFREhBLDRCQUE0QjtFQ0s1QixzQkFBQTtFREhBLGdCQUFnQjtFQ0toQixxQkFBQTtFREhBLFdBQVc7RUNLWCxpQkFBQTtBREhGO0FDTUE7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBREpGO0FDT0E7RUFDRSxZQUFBO0FETEY7QUNJQTtFQUlJLHFCQUFBO0FETEo7QUNTQTtFQUNFLHFCQUFBO0FEUEY7QUNVQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGVBQUE7QURSRjtBQ1dBO0VBQ0UsV0FBQTtFQUNBLHlCQUFBO0FEVEY7QUNZQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0FEVkY7QUNhQTtFQUNFLFdBQUE7QURYRjtBQ2NBO0VBQ0UseUJBQUE7RURaQSw0QkFBNEI7RUNjNUIsc0JBQUE7RURaQSxnQkFBZ0I7RUNjaEIscUJBQUE7RURaQSxXQUFXO0VDY1gsaUJBQUE7RUFDQSxhQUFBO0VBQ0Esa0JBQUE7QURaRjtBQ2VBO0VBQ0UsMkJBQUE7QURiRjtBQ2dCQTtFQUNFLGtCQUFBO0VBQ0EsU0FBQTtFQUNBLFlBQUE7QURkRjtBQ2lCQTtFQUNFLFdBQUE7QURmRjtBQ2tCQTtFQUNFLFdBQUE7QURoQkY7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dG9yLWFwcC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zJmRpc3BsYXk9c3dhcCcpO1xuOmhvc3QgKiB7XG4gIGZvbnQtZmFtaWx5OiAnT3BlbiBTYW5zJywgQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZjtcbn1cbi5jdXJyZW50LXBhZ2UtbnVtYmVyIHtcbiAgbWFyZ2luOiAwcHggMTVweDtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBjb2xvcjogIzk1OWRhNTtcbn1cbioge1xuICAtd2Via2l0LXVzZXItc2VsZWN0OiBub25lO1xuICAvKiBDaHJvbWUgYWxsIC8gU2FmYXJpIGFsbCAqL1xuICAtbW96LXVzZXItc2VsZWN0OiBub25lO1xuICAvKiBGaXJlZm94IGFsbCAqL1xuICAtbXMtdXNlci1zZWxlY3Q6IG5vbmU7XG4gIC8qIElFIDEwKyAqL1xuICB1c2VyLXNlbGVjdDogdGV4dDtcbn1cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgdG9wOiAwO1xuICBib3R0b206IDA7XG4gIGxlZnQ6IDA7XG4gIHJpZ2h0OiAwO1xufVxuOjpuZy1kZWVwIC5nZC1kcmFnLW4tZHJvcC13cmFwLmFjdGl2ZSB7XG4gIHotaW5kZXg6IDk5OTtcbn1cbjo6bmctZGVlcCAuZ2QtZHJhZy1uLWRyb3Atd3JhcC5hY3RpdmUgLmluaXQtc3RhdGUtd3JhcHBlciB7XG4gIHRvcDogdW5zZXQgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuaW5pdC1zdGF0ZS13cmFwcGVyIHtcbiAgdG9wOiAtOTBweCAhaW1wb3J0YW50O1xufVxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cbi5nZC1kb2N1bWVudCB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDkwcHgpO1xufVxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnRvb2xiYXItcGFuZWwge1xuICB3aWR0aDogMTAwJTtcbn1cbjo6bmctZGVlcCAuZ2Qtd3JhcHBlciB7XG4gIC13ZWJraXQtdXNlci1zZWxlY3Q6IHRleHQ7XG4gIC8qIENocm9tZSBhbGwgLyBTYWZhcmkgYWxsICovXG4gIC1tb3otdXNlci1zZWxlY3Q6IHRleHQ7XG4gIC8qIEZpcmVmb3ggYWxsICovXG4gIC1tcy11c2VyLXNlbGVjdDogdGV4dDtcbiAgLyogSUUgMTArICovXG4gIHVzZXItc2VsZWN0OiB0ZXh0O1xuICBvdXRsaW5lOiBub25lO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG46Om5nLWRlZXAgLmRyb3Bkb3duLW1lbnUge1xuICBtaW4td2lkdGg6IHVuc2V0ICFpbXBvcnRhbnQ7XG59XG4ucGFsZXR0ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiA5MHB4O1xuICB6LWluZGV4OiAxMDA7XG59XG4uYmFja2dyb3VuZC1jb2xvci1waWNrZXIge1xuICBsZWZ0OiA3MDBweDtcbn1cbi5jb2xvci1waWNrZXIge1xuICBsZWZ0OiA3NTBweDtcbn1cbi5iZy1jb2xvci1waWMge1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGhlaWdodDogOHB4O1xuICB3aWR0aDogOHB4O1xuICByaWdodDogNnB4O1xuICBib3R0b206IDZweDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbiB7XG4gIGNvbG9yOiAjM0U0RTVBICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24gLnRleHQge1xuICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbi5pbmFjdGl2ZSB7XG4gIGNvbG9yOiAjOTU5ZGE1ICFpbXBvcnRhbnQ7XG4gIG9wYWNpdHk6IDAuNDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbiB7XG4gIG1pbi13aWR0aDogNjFweDtcbiAgY29sb3I6ICM2ZTZlNmUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbjpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0YjU2NmMgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uIHtcbiAgbWFyZ2luOiAwIDAgMCA3cHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdCB7XG4gIHdpZHRoOiA2NXB4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIG1hcmdpbi1sZWZ0OiA3cHg7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGJvcmRlcjogbm9uZSAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC50b29scyAuc2VsZWN0IC5uYXYtY2FyZXQge1xuICBtYXJnaW46IDAgMCAwIDRweCAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5nZC1zZWxlY3QtZm9ybWF0IC5zZWxlY3Qge1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW4gIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudGFiLWNvbnRlbnQgLmJ1dHRvbiAudG9vbHRpcCB7XG4gIG1hcmdpbi10b3A6IDQ1cHg7XG4gIG1hcmdpbi1sZWZ0OiAtMzZweDtcbn1cbjo6bmctZGVlcCAuZ2QtZWRpdC5hY3RpdmUge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjN0U4OTkxO1xufVxuOjpuZy1kZWVwIC5nZC1lZGl0LmFjdGl2ZSBpIHtcbiAgY29sb3I6ICNGRkZGRkY7XG59XG46Om5nLWRlZXAgLnBhZ2Uge1xuICB3aWR0aDogYXV0byAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IGF1dG8gIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAucGFnZSA6Om5nLWRlZXAgLmdkLWRvY3VtZW50IC5wYWdlIHtcbiAgd2lkdGg6IGF1dG8gIWltcG9ydGFudDtcbiAgaGVpZ2h0OiBhdXRvICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnNsaWRlIHtcbiAgbWFyZ2luOiAwcHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuZG9jdW1lbnRNYWluQ29udGVudC5uZXdmaWxlIHtcbiAgd2lkdGg6IDU5NXB4ICFpbXBvcnRhbnQ7XG4gIGhlaWdodDogODQycHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuZ2QtZG9jdW1lbnQubmV3LWZpbGUgLnBhZ2Uge1xuICB3aWR0aDogNTk1cHQgIWltcG9ydGFudDtcbiAgaGVpZ2h0OiA4NDJwdCAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5zbGlkZSB7XG4gIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgI3BhZ2UtMCB7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gMiAqIDIwcHgpO1xufVxuOjpuZy1kZWVwIC5zYXZlLWFzLWJ1dHRvbi1pY29uIHtcbiAgZm9udC1zaXplOiAxMXB4O1xuICBsZWZ0OiAyMnB4ICFpbXBvcnRhbnQ7XG4gIHRvcDogMTNweCAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5kb2N1bWVudE1haW5Db250ZW50IC5zZWN0aW9uIHtcbiAgbWFyZ2luOiAwcHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuZG9jdW1lbnRNYWluQ29udGVudCA+IGRpdiB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogZmxleC1lbmQ7XG59XG46Om5nLWRlZXAgLmRvY3VtZW50TWFpbkNvbnRlbnQgPiBkaXYgLmZvb3Rlci0xIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBib3R0b206IDA7XG4gIHdpZHRoOiBjYWxjKDEwMCUgLSAyICogOTZweCk7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2Vlbjtcbn1cbjo6bmctZGVlcCAuZG9jdW1lbnRNYWluQ29udGVudCA+IGRpdiAuZm9vdGVyLTEgLk5vcm1hbCB7XG4gIG1hcmdpbjogMCAwIDAgYXV0bztcbn1cbjo6bmctZGVlcCAuZG9jdW1lbnRNYWluQ29udGVudCA+IGRpdiAuZm9vdGVyLTEgcCB7XG4gIHdpZHRoOiBmaXQtY29udGVudDtcbn1cbjo6bmctZGVlcCAuZG9jdW1lbnRNYWluQ29udGVudCA+IGRpdiAuaGVhZGVyLTAge1xuICBwYWRkaW5nLWJvdHRvbTogMTBweDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xufVxuOjpuZy1kZWVwIC5kb2N1bWVudE1haW5Db250ZW50ID4gZGl2IC5oZWFkZXItMCAuTm9ybWFsLFxuOjpuZy1kZWVwIC5kb2N1bWVudE1haW5Db250ZW50ID4gZGl2IC5oZWFkZXItMCAuSGVhZGVyIHtcbiAgbWFyZ2luOiAwIDAgMCBhdXRvO1xufVxuOjpuZy1kZWVwIC5kb2N1bWVudE1haW5Db250ZW50ID4gZGl2IC5oZWFkZXItMCBwIHtcbiAgd2lkdGg6IGZpdC1jb250ZW50O1xufVxuOjpuZy1kZWVwIC5kb2N1bWVudE1haW5Db250ZW50ID4gZGl2IC5oZWFkZXItMCBwOmxhc3Qtb2YtdHlwZSB7XG4gIG1hcmdpbjogMCAhaW1wb3J0YW50O1xufVxuLnNhdmUtYnV0dG9uIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IC01cHg7XG4gIGxlZnQ6IDIxcHg7XG59XG5nZC10YWIuZGVza3RvcC1oaWRlIHtcbiAgZGlzcGxheTogbm9uZTtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgOjpuZy1kZWVwIC5wYW56b29tIHtcbiAgICB6b29tOiAwLjQ1O1xuICAgIG1hcmdpbi10b3A6IDEzMHB4O1xuICB9XG4gIDo6bmctZGVlcCAuZ2QtdGFiIGZhLWljb24ge1xuICAgIGhlaWdodDogNjBweDtcbiAgICB3aWR0aDogNjBweDtcbiAgICBmb250LXNpemU6IDIycHggIWltcG9ydGFudDtcbiAgICBtYXJnaW46IHVuc2V0ICFpbXBvcnRhbnQ7XG4gIH1cbiAgZ2QtdGFiLmRlc2t0b3AtaGlkZSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cbiAgLm1vYmlsZS1oaWRlIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIG92ZXJmbG93LXg6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC50b29scyBnZC1idXR0b246bnRoLWNoaWxkKDEpID4gLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uIHtcbiAgICBoZWlnaHQ6IDYwcHggIWltcG9ydGFudDtcbiAgICB3aWR0aDogNjBweDtcbiAgfVxuICA6Om5nLWRlZXAgI2Zvcm1hdHRpbmctdGFiIDo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uLFxuICA6Om5nLWRlZXAgI3BhcmFncmFwaC10YWIgOjpuZy1kZWVwIC50b29scyAuaWNvbi1idXR0b24ge1xuICAgIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5iZy1jb2xvci1waWMge1xuICAgIGhlaWdodDogMTNweCAhaW1wb3J0YW50O1xuICAgIHdpZHRoOiAxM3B4ICFpbXBvcnRhbnQ7XG4gICAgcmlnaHQ6IDlweCAhaW1wb3J0YW50O1xuICAgIGJvdHRvbTogMTFweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAucGFsZXR0ZSB7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMTMwcHggIWltcG9ydGFudDtcbiAgICB6LWluZGV4OiAxMDA7XG4gIH1cbiAgOjpuZy1kZWVwIC5iYWNrZ3JvdW5kLWNvbG9yLXBpY2tlciB7XG4gICAgbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5jb2xvci1waWNrZXIge1xuICAgIGxlZnQ6IDYwcHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLmZvcm1hdC1zZWxlY3QuZm9udC10eXBlIHtcbiAgICB3aWR0aDogMTA5cHg7XG4gIH1cbiAgOjpuZy1kZWVwIC5mb3JtYXQtc2VsZWN0LmZvbnQtdHlwZSA6Om5nLWRlZXAgLmRyb3Bkb3duLW1lbnUge1xuICAgIHdpZHRoOiAxMDlweCAhaW1wb3J0YW50O1xuICAgIHRvcDogNjBweCAhaW1wb3J0YW50O1xuICAgIGxlZnQ6IDBweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAuZm9ybWF0LXNlbGVjdC5mb250LXNpemUge1xuICAgIHdpZHRoOiA4MXB4O1xuICB9XG4gIDo6bmctZGVlcCAuZm9ybWF0LXNlbGVjdC5mb250LXNpemUgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgICB3aWR0aDogODFweCAhaW1wb3J0YW50O1xuICAgIHRvcDogNjBweCAhaW1wb3J0YW50O1xuICAgIGxlZnQ6IDEwOXB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5mb3JtYXQtc2VsZWN0IC5zZWxlY3Qge1xuICAgIHdpZHRoOiB1bnNldCAhaW1wb3J0YW50O1xuICAgIGhlaWdodDogNjBweCAhaW1wb3J0YW50O1xuICAgIGxpbmUtaGVpZ2h0OiA2MHB4O1xuICB9XG59XG4iLCJAaW1wb3J0IFwiLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcbkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zJmRpc3BsYXk9c3dhcCcpO1xuXG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuXG4uY3VycmVudC1wYWdlLW51bWJlciB7XG4gIG1hcmdpbiAgIDogMHB4IDE1cHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgY29sb3IgICAgOiBAcmVnZW50LWdyYXk7XG59XG5cbioge1xuICAtd2Via2l0LXVzZXItc2VsZWN0OiBub25lO1xuICAvKiBDaHJvbWUgYWxsIC8gU2FmYXJpIGFsbCAqL1xuICAtbW96LXVzZXItc2VsZWN0ICAgOiBub25lO1xuICAvKiBGaXJlZm94IGFsbCAqL1xuICAtbXMtdXNlci1zZWxlY3QgICAgOiBub25lO1xuICAvKiBJRSAxMCsgKi9cbiAgdXNlci1zZWxlY3QgICAgICAgIDogdGV4dDtcbn1cblxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0ICAgICA6IDEwMCU7XG4gIHdpZHRoICAgICAgOiAxMDAlO1xuICBwb3NpdGlvbiAgIDogZml4ZWQ7XG4gIHRvcCAgICAgICAgOiAwO1xuICBib3R0b20gICAgIDogMDtcbiAgbGVmdCAgICAgICA6IDA7XG4gIHJpZ2h0ICAgICAgOiAwO1xufVxuXG46Om5nLWRlZXAgLmdkLWRyYWctbi1kcm9wLXdyYXAuYWN0aXZlIHtcbiAgei1pbmRleDogOTk5O1xuXG4gIC5pbml0LXN0YXRlLXdyYXBwZXIge1xuICAgIHRvcDogdW5zZXQgIWltcG9ydGFudDtcbiAgfVxufVxuXG46Om5nLWRlZXAgLmluaXQtc3RhdGUtd3JhcHBlciB7XG4gIHRvcDogLTkwcHggIWltcG9ydGFudDtcbn1cblxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodCA6IGluaGVyaXQ7XG59XG5cbi5nZC1kb2N1bWVudCB7XG4gIHdpZHRoIDogMTAwJTtcbiAgaGVpZ2h0On5cImNhbGMoMTAwJSAtIEB7ZWRpdG9yLW5hdi1oZWlnaHR9KVwiO1xufVxuXG4udG9wLXBhbmVsIHtcbiAgZGlzcGxheSAgICA6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoICAgICAgOiAxMDAlO1xufVxuXG4udG9vbGJhci1wYW5lbCB7XG4gIHdpZHRoOiAxMDAlO1xufVxuXG46Om5nLWRlZXAgLmdkLXdyYXBwZXIge1xuICAtd2Via2l0LXVzZXItc2VsZWN0OiB0ZXh0O1xuICAvKiBDaHJvbWUgYWxsIC8gU2FmYXJpIGFsbCAqL1xuICAtbW96LXVzZXItc2VsZWN0ICAgOiB0ZXh0O1xuICAvKiBGaXJlZm94IGFsbCAqL1xuICAtbXMtdXNlci1zZWxlY3QgICAgOiB0ZXh0O1xuICAvKiBJRSAxMCsgKi9cbiAgdXNlci1zZWxlY3QgICAgICAgIDogdGV4dDtcbiAgb3V0bGluZSAgICAgICAgICAgIDogbm9uZTtcbiAgcG9zaXRpb24gICAgICAgICAgIDogcmVsYXRpdmU7XG59XG5cbjo6bmctZGVlcCAuZHJvcGRvd24tbWVudSB7XG4gIG1pbi13aWR0aDogdW5zZXQgIWltcG9ydGFudDtcbn1cblxuLnBhbGV0dGUge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcCAgICAgOiA5MHB4O1xuICB6LWluZGV4IDogMTAwO1xufVxuXG4uYmFja2dyb3VuZC1jb2xvci1waWNrZXIge1xuICBsZWZ0OiA3MDBweDtcbn1cblxuLmNvbG9yLXBpY2tlciB7XG4gIGxlZnQ6IDc1MHB4O1xufVxuXG4uYmctY29sb3ItcGljIHtcbiAgYm9yZGVyLXJhZGl1czogMTAwJTtcbiAgYm9yZGVyICAgICAgIDogMXB4IHNvbGlkICNDQ0M7XG4gIHBvc2l0aW9uICAgICA6IGFic29sdXRlO1xuICBoZWlnaHQgICAgICAgOiA4cHg7XG4gIHdpZHRoICAgICAgICA6IDhweDtcbiAgcmlnaHQgICAgICAgIDogNnB4O1xuICBib3R0b20gICAgICAgOiA2cHg7XG59XG5cbjo6bmctZGVlcCAudG9vbHMge1xuICAuYnV0dG9uIHtcbiAgICBjb2xvcjogQHByaW1hcnkgICFpbXBvcnRhbnQ7XG5cbiAgICAudGV4dCB7XG4gICAgICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbiAgICB9XG5cbiAgICAmLmluYWN0aXZlIHtcbiAgICAgIGNvbG9yICA6IEByZWdlbnQtZ3JheSAgIWltcG9ydGFudDtcbiAgICAgIG9wYWNpdHk6IDAuNDtcbiAgICB9XG4gIH1cblxuICAuZHJvcGRvd24tbWVudSB7XG4gICAgLm9wdGlvbiB7XG4gICAgICBtaW4td2lkdGg6IDYxcHg7XG4gICAgICBjb2xvciAgICA6IEBkb3ZlLWdyYXkgICFpbXBvcnRhbnQ7XG5cbiAgICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAZm9sZGVyICAhaW1wb3J0YW50O1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC5pY29uLWJ1dHRvbiB7XG4gICAgbWFyZ2luOiAwIDAgMCA3cHggIWltcG9ydGFudDtcbiAgfVxuXG4gIC5zZWxlY3Qge1xuICAgIHdpZHRoICAgICAgOiA2NXB4O1xuICAgIGhlaWdodCAgICAgOiAzN3B4O1xuICAgIG1hcmdpbi1sZWZ0OiA3cHg7XG4gICAgbGluZS1oZWlnaHQ6IDM3cHg7XG4gICAgdGV4dC1hbGlnbiA6IGNlbnRlcjtcbiAgICBib3JkZXIgICAgIDogbm9uZSAhaW1wb3J0YW50O1xuXG4gICAgLm5hdi1jYXJldCB7XG4gICAgICBtYXJnaW46IDAgMCAwIDRweCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxufVxuXG46Om5nLWRlZXAgLmdkLXNlbGVjdC1mb3JtYXQge1xuICAuc2VsZWN0IHtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW4gIWltcG9ydGFudDtcbiAgfVxufVxuXG46Om5nLWRlZXAgLnRhYi1jb250ZW50IC5idXR0b24gLnRvb2x0aXAge1xuICBtYXJnaW4tdG9wIDogNDVweDtcbiAgbWFyZ2luLWxlZnQ6IC0zNnB4O1xufVxuXG46Om5nLWRlZXAgLmdkLWVkaXQuYWN0aXZlIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzdFODk5MTtcbn1cblxuOjpuZy1kZWVwIC5nZC1lZGl0LmFjdGl2ZSBpIHtcbiAgY29sb3I6ICNGRkZGRkY7XG59XG5cbjo6bmctZGVlcCAucGFnZSB7XG4gIHdpZHRoIDogYXV0byAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IGF1dG8gIWltcG9ydGFudDtcblxuICA6Om5nLWRlZXAgLmdkLWRvY3VtZW50IHtcbiAgICAucGFnZSB7XG4gICAgICB3aWR0aCA6IGF1dG8gIWltcG9ydGFudDtcbiAgICAgIGhlaWdodDogYXV0byAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxufVxuXG46Om5nLWRlZXAgLnNsaWRlIHtcbiAgbWFyZ2luOiAwcHggIWltcG9ydGFudDtcbn1cblxuOjpuZy1kZWVwIC5kb2N1bWVudE1haW5Db250ZW50Lm5ld2ZpbGUge1xuICB3aWR0aCA6IDU5NXB4ICFpbXBvcnRhbnQ7XG4gIGhlaWdodDogODQycHggIWltcG9ydGFudDtcbn1cblxuOjpuZy1kZWVwIC5nZC1kb2N1bWVudC5uZXctZmlsZSB7XG4gIC5wYWdlIHtcbiAgICB3aWR0aCA6IDU5NXB0ICFpbXBvcnRhbnQ7XG4gICAgaGVpZ2h0OiA4NDJwdCAhaW1wb3J0YW50O1xuICB9XG59XG5cbjo6bmctZGVlcCAuc2xpZGUge1xuICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xufVxuXG46Om5nLWRlZXAgI3BhZ2UtMCB7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gMiAqIDIwcHgpO1xufVxuXG46Om5nLWRlZXAgLnNhdmUtYXMtYnV0dG9uLWljb24ge1xuICBmb250LXNpemU6IDExcHg7XG4gIGxlZnQgICAgIDogMjJweCAhaW1wb3J0YW50O1xuICB0b3AgICAgICA6IDEzcHggIWltcG9ydGFudDtcbn1cblxuOjpuZy1kZWVwIC5kb2N1bWVudE1haW5Db250ZW50IHtcbiAgLnNlY3Rpb24ge1xuICAgIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cblxuICA+ZGl2IHtcbiAgICBkaXNwbGF5ICAgICAgICA6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb24gOiBjb2x1bW47XG4gICAganVzdGlmeS1jb250ZW50OiBmbGV4LWVuZDtcblxuICAgIC5mb290ZXItMSB7XG4gICAgICBwb3NpdGlvbiAgICAgICA6IGFic29sdXRlO1xuICAgICAgYm90dG9tICAgICAgICAgOiAwO1xuICAgICAgd2lkdGggICAgICAgICAgOiBjYWxjKDEwMCUgLSAyICogOTZweCk7XG4gICAgICBkaXNwbGF5ICAgICAgICA6IGZsZXg7XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG5cbiAgICAgIC5Ob3JtYWwge1xuICAgICAgICBtYXJnaW46IDAgMCAwIGF1dG87XG4gICAgICB9XG5cbiAgICAgIHAge1xuICAgICAgICB3aWR0aDogZml0LWNvbnRlbnQ7XG4gICAgICB9XG4gICAgfVxuXG4gICAgLmhlYWRlci0wIHtcbiAgICAgIHBhZGRpbmctYm90dG9tIDogMTBweDtcbiAgICAgIGRpc3BsYXkgICAgICAgIDogZmxleDtcbiAgICAgIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcblxuICAgICAgLk5vcm1hbCxcbiAgICAgIC5IZWFkZXIge1xuICAgICAgICBtYXJnaW46IDAgMCAwIGF1dG87XG4gICAgICB9XG5cbiAgICAgIHAge1xuICAgICAgICB3aWR0aDogZml0LWNvbnRlbnQ7XG5cbiAgICAgICAgJjpsYXN0LW9mLXR5cGUge1xuICAgICAgICAgIG1hcmdpbjogMCAhaW1wb3J0YW50O1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi5zYXZlLWJ1dHRvbiB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wICAgICA6IC01cHg7XG4gIGxlZnQgICAgOiAyMXB4O1xufVxuXG5nZC10YWIge1xuICAmLmRlc2t0b3AtaGlkZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICA6Om5nLWRlZXAgLnBhbnpvb20ge1xuICAgIHpvb20gICAgICA6IDAuNDU7XG4gICAgbWFyZ2luLXRvcDogMTMwcHg7XG4gIH1cblxuICA6Om5nLWRlZXAgLmdkLXRhYiB7XG4gICAgZmEtaWNvbiB7XG4gICAgICBoZWlnaHQgICA6IDYwcHg7XG4gICAgICB3aWR0aCAgICA6IDYwcHg7XG4gICAgICBmb250LXNpemU6IDIycHggIWltcG9ydGFudDtcbiAgICAgIG1hcmdpbiAgIDogdW5zZXQgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICBnZC10YWIge1xuICAgICYuZGVza3RvcC1oaWRlIHtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIH1cbiAgfVxuXG4gIC5tb2JpbGUtaGlkZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuXG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIG92ZXJmbG93LXg6IHVuc2V0ICFpbXBvcnRhbnQ7XG5cbiAgICBnZC1idXR0b246bnRoLWNoaWxkKDEpPi5pY29uLWJ1dHRvbiB7XG4gICAgICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xuICAgIH1cblxuICAgIC5pY29uLWJ1dHRvbiB7XG4gICAgICBoZWlnaHQ6IDYwcHggIWltcG9ydGFudDtcbiAgICAgIHdpZHRoIDogNjBweDtcbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgI2Zvcm1hdHRpbmctdGFiLFxuICA6Om5nLWRlZXAgI3BhcmFncmFwaC10YWIge1xuICAgIDo6bmctZGVlcCAudG9vbHMge1xuICAgICAgLmljb24tYnV0dG9uIHtcbiAgICAgICAgbWFyZ2luOiAwcHggIWltcG9ydGFudDtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLmJnLWNvbG9yLXBpYyB7XG4gICAgaGVpZ2h0OiAxM3B4ICFpbXBvcnRhbnQ7XG4gICAgd2lkdGggOiAxM3B4ICFpbXBvcnRhbnQ7XG4gICAgcmlnaHQgOiA5cHggIWltcG9ydGFudDtcbiAgICBib3R0b206IDExcHggIWltcG9ydGFudDtcbiAgfVxuXG4gIDo6bmctZGVlcCAucGFsZXR0ZSB7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcCAgICAgOiAxMzBweCAhaW1wb3J0YW50O1xuICAgIHotaW5kZXggOiAxMDA7XG4gIH1cblxuICA6Om5nLWRlZXAgLmJhY2tncm91bmQtY29sb3ItcGlja2VyIHtcbiAgICBsZWZ0OiAwcHggIWltcG9ydGFudDtcbiAgfVxuXG4gIDo6bmctZGVlcCAuY29sb3ItcGlja2VyIHtcbiAgICBsZWZ0OiA2MHB4ICFpbXBvcnRhbnQ7XG4gIH1cblxuICA6Om5nLWRlZXAgLmZvcm1hdC1zZWxlY3Qge1xuICAgICYuZm9udC10eXBlIHtcbiAgICAgIHdpZHRoOiAxMDlweDtcblxuICAgICAgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgICAgICAgd2lkdGg6IDEwOXB4ICFpbXBvcnRhbnQ7XG4gICAgICAgIHRvcCAgOiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgICAgIGxlZnQgOiAwcHggIWltcG9ydGFudDtcbiAgICAgIH1cbiAgICB9XG5cbiAgICAmLmZvbnQtc2l6ZSB7XG4gICAgICB3aWR0aDogODFweDtcblxuICAgICAgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgICAgICAgd2lkdGg6IDgxcHggIWltcG9ydGFudDtcbiAgICAgICAgdG9wICA6IDYwcHggIWltcG9ydGFudDtcbiAgICAgICAgbGVmdCA6IDEwOXB4ICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuXG4gICAgLnNlbGVjdCB7XG4gICAgICB3aWR0aCAgICAgIDogdW5zZXQgIWltcG9ydGFudDtcbiAgICAgIGhlaWdodCAgICAgOiA2MHB4ICFpbXBvcnRhbnQ7XG4gICAgICBsaW5lLWhlaWdodDogNjBweDtcbiAgICB9XG4gIH1cbn0iXX0= */\"","import {Component, AfterViewInit, OnInit} from '@angular/core';\r\nimport {EditorService} from \"./editor.service\";\r\nimport {\r\n FileDescription,\r\n FileModel,\r\n ModalService,\r\n UploadFilesService,\r\n PasswordService,\r\n FileCredentials,\r\n CommonModals,\r\n PageModel,\r\n FormattingService,\r\n Formatting,\r\n BackFormattingService,\r\n OnCloseService,\r\n SaveFile,\r\n SelectionService,\r\n EditHtmlService,\r\n RenderPrintService,\r\n WindowService,\r\n LoadingMaskService, Option\r\n} from '@groupdocs.examples.angular/common-components';\r\nimport {EditorConfig} from \"./editor-config\";\r\nimport {EditorConfigService} from \"./editor-config.service\";\r\nimport * as jquery from 'jquery';\r\nconst $ = jquery;\r\n\r\n@Component({\r\n selector: 'gd-editor-angular-root',\r\n templateUrl: './editor-app.component.html',\r\n styleUrls: ['./editor-app.component.less']\r\n})\r\nexport class EditorAppComponent implements OnInit, AfterViewInit {\r\n title = 'editor';\r\n files: FileModel[] = [];\r\n file: FileDescription;\r\n editorConfig: EditorConfig;\r\n formatDisabled = !this.file;\r\n downloadDisabled = true;\r\n credentials: FileCredentials;\r\n browseFilesModal = CommonModals.BrowseFiles;\r\n isDesktop: boolean;\r\n formatting: Formatting = Formatting.default();\r\n fontSizeOptions = FormattingService.getFontSizeOptions();\r\n fontOptions = FormattingService.getFontOptions();\r\n bgColorPickerShow = false;\r\n colorPickerShow = false;\r\n active = false;\r\n public textBackup: string;\r\n private isIE = false;\r\n isLoading: boolean;\r\n fileWasDropped: false;\r\n selectFontShow = false;\r\n selectFontSizeShow = false;\r\n newFile = false;\r\n\r\n constructor(private _editorService: EditorService,\r\n private _modalService: ModalService,\r\n configService: EditorConfigService,\r\n uploadFilesService: UploadFilesService,\r\n passwordService: PasswordService,\r\n private _windowService: WindowService,\r\n private _formattingService: FormattingService,\r\n private _backFormattingService: BackFormattingService,\r\n private _onCloseService: OnCloseService,\r\n private _selectionService: SelectionService,\r\n private _htmlService: EditHtmlService,\r\n private _renderPrintService: RenderPrintService,\r\n private _loadingMaskService: LoadingMaskService,\r\n ) {\r\n this.isIE = /*@cc_on!@*/false || !!/(MSIE|Trident\\/|Edge\\/)/i.test(navigator.userAgent);\r\n configService.updatedConfig.subscribe((editorConfig) => {\r\n this.editorConfig = editorConfig;\r\n });\r\n\r\n uploadFilesService.uploadsChange.subscribe((uploads) => {\r\n if (uploads) {\r\n let i: number;\r\n for (i = 0; i < uploads.length; i++) {\r\n this._editorService.upload(uploads.item(i), '', this.editorConfig.rewrite).subscribe((obj: FileCredentials) => {\r\n this.fileWasDropped ? this.selectFile(obj.guid, '', '') : this.selectDir('');\r\n });\r\n }\r\n }\r\n });\r\n\r\n passwordService.passChange.subscribe((pass: string) => {\r\n this.selectFile(this.credentials.guid, pass, CommonModals.PasswordRequired);\r\n });\r\n\r\n this.isDesktop = _windowService.isDesktop();\r\n _windowService.onResize.subscribe((w) => {\r\n this.isDesktop = _windowService.isDesktop();\r\n });\r\n\r\n this._backFormattingService.formatBoldChange.subscribe((bold: boolean) => {\r\n this.formatting.bold = bold;\r\n });\r\n this._backFormattingService.formatItalicChange.subscribe((italic: boolean) => {\r\n this.formatting.italic = italic;\r\n });\r\n this._backFormattingService.formatUnderlineChange.subscribe((underline: boolean) => {\r\n this.formatting.underline = underline;\r\n });\r\n this._backFormattingService.formatColorChange.subscribe((color: string) => {\r\n this.formatting.color = color;\r\n });\r\n this._backFormattingService.formatBgColorChange.subscribe((bgcolor: string) => {\r\n this.formatting.bgColor = bgcolor;\r\n });\r\n this._backFormattingService.formatFontSizeChange.subscribe((fontSize: number) => {\r\n this.formatting.fontSize = fontSize;\r\n });\r\n\r\n this._backFormattingService.formatFontChange.subscribe((font: string) => {\r\n this.formatting.font = font;\r\n });\r\n\r\n this._backFormattingService.formatStrikeoutChange.subscribe((strikeout: boolean) => {\r\n this.formatting.strikeout = strikeout;\r\n });\r\n\r\n this._backFormattingService.formatAlignChange.subscribe((align: string) => {\r\n this.formatting.align = align;\r\n });\r\n\r\n this._backFormattingService.formatListChange.subscribe((list: string) => {\r\n this.formatting.list = list;\r\n });\r\n\r\n this._formattingService.formatBoldChange.subscribe((bold: boolean) => {\r\n this.formatting.bold = bold;\r\n });\r\n this._formattingService.formatItalicChange.subscribe((italic: boolean) => {\r\n this.formatting.italic = italic;\r\n });\r\n this._formattingService.formatUnderlineChange.subscribe((underline: boolean) => {\r\n this.formatting.underline = underline;\r\n });\r\n this._formattingService.formatColorChange.subscribe((color: string) => {\r\n this.formatting.color = color;\r\n });\r\n this._formattingService.formatBgColorChange.subscribe((bgcolor: string) => {\r\n this.formatting.bgColor = bgcolor;\r\n });\r\n this._formattingService.formatFontSizeChange.subscribe((fontSize: number) => {\r\n this.formatting.fontSize = fontSize;\r\n });\r\n\r\n this._formattingService.formatFontChange.subscribe((font: string) => {\r\n this.formatting.font = font;\r\n });\r\n\r\n this._formattingService.formatStrikeoutChange.subscribe((strikeout: boolean) => {\r\n this.formatting.strikeout = strikeout;\r\n });\r\n\r\n this._formattingService.formatAlignChange.subscribe((align: string) => {\r\n this.formatting.align = align;\r\n });\r\n\r\n this._formattingService.formatListChange.subscribe((list: string) => {\r\n this.formatting.list = list;\r\n });\r\n\r\n this._htmlService.htmlContent.subscribe((text: string) => {\r\n if (this.file && this.file.pages) {\r\n this.textBackup = text;\r\n }\r\n });\r\n }\r\n\r\n ngOnInit() {\r\n if (this.editorConfig.defaultDocument !== \"\"){\r\n this.isLoading = true;\r\n this.selectFile(this.editorConfig.defaultDocument, \"\", \"\");\r\n }\r\n }\r\n\r\n ngAfterViewInit() {\r\n this._loadingMaskService\r\n .onLoadingChanged\r\n .subscribe((loading: boolean) => this.isLoading = loading);\r\n }\r\n\r\n get rewriteConfig(): boolean {\r\n return this.editorConfig ? this.editorConfig.rewrite : true;\r\n }\r\n\r\n get downloadConfig(): boolean {\r\n return this.editorConfig ? this.editorConfig.download : true;\r\n }\r\n\r\n get uploadConfig(): boolean {\r\n return this.editorConfig ? this.editorConfig.upload : true;\r\n }\r\n\r\n get printConfig(): boolean {\r\n return this.editorConfig ? this.editorConfig.print : true;\r\n }\r\n\r\n get browseConfig(): boolean {\r\n return this.editorConfig ? this.editorConfig.browse : true;\r\n }\r\n\r\n get enableRightClickConfig(): boolean {\r\n return this.editorConfig ? this.editorConfig.enableRightClick : true;\r\n }\r\n\r\n get pageSelectorConfig(): boolean {\r\n return this.editorConfig ? this.editorConfig.pageSelector : true;\r\n }\r\n\r\n get createNewFileConfig(): boolean {\r\n return this.editorConfig ? this.editorConfig.createNewFile : true;\r\n }\r\n\r\n openModal(id: string) {\r\n if (this.file) {\r\n this.file.pages[0].editable = false;\r\n }\r\n this._modalService.open(id);\r\n }\r\n\r\n openSave() {\r\n if (!this.formatDisabled) {\r\n this.openModal(CommonModals.CreateDocument);\r\n }\r\n }\r\n\r\n selectDir($event: string) {\r\n this._editorService.loadFiles($event).subscribe((files: FileModel[]) => this.files = files || []);\r\n }\r\n\r\n private ptToPx(pt: number) {\r\n //pt * 96 / 72 = px.\r\n return pt * 96 / 72;\r\n }\r\n\r\n onRightClick($event: MouseEvent) {\r\n return this.enableRightClickConfig;\r\n }\r\n\r\n createFile() {\r\n this.newFile = true;\r\n this.file = new FileDescription();\r\n const page = new PageModel;\r\n page.width = 595;\r\n page.height = 842;\r\n page.data = '';\r\n page.number = 1;\r\n page.editable = true;\r\n this.file.pages = [];\r\n this.file.pages.push(page);\r\n this.file.guid = \"new document.docx\";\r\n this.credentials = new FileCredentials(\"new document.docx\", \"\");\r\n this.formatDisabled = false;\r\n this.downloadDisabled = true;\r\n }\r\n\r\n selectFile($event: string, password: string, modalId: string) {\r\n this.credentials = new FileCredentials($event, password);\r\n this._editorService.loadFile(this.credentials).subscribe((file: FileDescription) => {\r\n this.loadFile(file);\r\n const isIE = /*@cc_on!@*/false || !!/(MSIE|Trident\\/|Edge\\/)/i.test(navigator.userAgent);\r\n if(isIE) {\r\n const observer = new MutationObserver(function (mutations) {\r\n if($(\".documentMainContent\").length > 0 ){\r\n $(\".documentMainContent\").attr(\"contentEditable\", \"true\");\r\n observer.disconnect();\r\n }\r\n });\r\n observer.observe(document, {attributes: false, childList: true, characterData: false, subtree: true});\r\n }\r\n }\r\n );\r\n this.clearData();\r\n this._modalService.close(modalId);\r\n }\r\n\r\n fileDropped($event){\r\n this.fileWasDropped = $event;\r\n }\r\n\r\n private loadFile(file: FileDescription) {\r\n this.file = file;\r\n if (this.file && this.file.pages[0]) {\r\n this.file.pages[0].editable = true;\r\n this.file.pages[0].width = 595;\r\n this.file.pages[0].height = 842;\r\n this.textBackup = this.file.pages[0].data;\r\n }\r\n this.formatDisabled = !this.file;\r\n this.downloadDisabled = false;\r\n }\r\n\r\n private clearData() {\r\n if (!this.file || !this.file.pages) {\r\n return;\r\n }\r\n for (const page of this.file.pages) {\r\n page.data = null;\r\n }\r\n }\r\n\r\n upload($event: string) {\r\n this._editorService.upload(null, $event, this.rewriteConfig).subscribe(() => {\r\n this.selectDir('');\r\n });\r\n }\r\n\r\n selectFontSize($event: Option) {\r\n if (this.formatDisabled)\r\n return;\r\n $(\".gd-wrapper\").off(\"keyup\");\r\n if(this.isIE) {\r\n this._selectionService.restoreSelection();\r\n this._selectionService.captureSelection();\r\n }\r\n this._formattingService.changeFormatFontSize($event.value);\r\n $(\".gd-wrapper\").on(\"keyup\", () => {\r\n const fontElements = document.getElementsByTagName(\"font\");\r\n for (let i = 0, len = fontElements.length; i < len; ++i) {\r\n if (fontElements[i].getAttribute('size') === \"7\") {\r\n fontElements[i].removeAttribute(\"size\");\r\n fontElements[i].style.fontSize = $event + \"px\";\r\n }\r\n }\r\n });\r\n }\r\n\r\n selectFont($event: Option) {\r\n if (this.formatDisabled)\r\n return;\r\n event.preventDefault();\r\n event.stopPropagation();\r\n if(this.isIE) {\r\n this._selectionService.restoreSelection();\r\n this._selectionService.captureSelection();\r\n }\r\n this._formattingService.changeFormatFont($event.value);\r\n }\r\n\r\n toggleColorPicker($event, bg: boolean) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n if (this.formatDisabled) {\r\n return;\r\n }\r\n if(this.isIE) {\r\n this._selectionService.restoreSelection();\r\n this._selectionService.captureSelection();\r\n }\r\n if (bg) {\r\n this.bgColorPickerShow = !this.bgColorPickerShow;\r\n this.colorPickerShow = false;\r\n } else {\r\n this.colorPickerShow = !this.colorPickerShow;\r\n this.bgColorPickerShow = false;\r\n }\r\n }\r\n\r\n toggleFontSelect($event, isFontName: boolean) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n if (isFontName) {\r\n this.selectFontShow = !this.selectFontShow;\r\n this.selectFontSizeShow = false;\r\n } else {\r\n this.selectFontSizeShow = !this.selectFontSizeShow;\r\n this.selectFontShow = false;\r\n }\r\n }\r\n\r\n selectColor($event: string) {\r\n if(this.isIE) {\r\n this._selectionService.restoreSelection();\r\n this._selectionService.captureSelection();\r\n }\r\n if (this.bgColorPickerShow) {\r\n this.bgColorPickerShow = false;\r\n this._formattingService.changeFormatBgColor($event);\r\n } else {\r\n this.colorPickerShow = false;\r\n this._formattingService.changeFormatColor($event);\r\n }\r\n }\r\n\r\n toggleBold(event) {\r\n if (this.formatDisabled)\r\n return;\r\n event.preventDefault();\r\n event.stopPropagation();\r\n if(this.isIE) {\r\n this._selectionService.restoreSelection();\r\n this._selectionService.captureSelection();\r\n }\r\n this._formattingService.changeFormatBold(!this.formatting.bold);\r\n }\r\n\r\n toggleUndo() {\r\n if (this.formatDisabled)\r\n return;\r\n event.preventDefault();\r\n event.stopPropagation();\r\n this._formattingService.Undo();\r\n }\r\n\r\n toggleRedo() {\r\n if (this.formatDisabled)\r\n return;\r\n event.preventDefault();\r\n event.stopPropagation();\r\n this._formattingService.Redo();\r\n }\r\n\r\n toggleItalic(event) {\r\n if (this.formatDisabled)\r\n return;\r\n event.preventDefault();\r\n event.stopPropagation();\r\n if(this.isIE) {\r\n this._selectionService.restoreSelection();\r\n this._selectionService.captureSelection();\r\n }\r\n this._formattingService.changeFormatItalic(!this.formatting.italic);\r\n }\r\n\r\n toggleUnderline(event) {\r\n if (this.formatDisabled)\r\n return;\r\n event.preventDefault();\r\n event.stopPropagation();\r\n if(this.isIE) {\r\n this._selectionService.restoreSelection();\r\n this._selectionService.captureSelection();\r\n }\r\n this._formattingService.changeFormatUnderline(!this.formatting.underline);\r\n }\r\n\r\n hideAll($event) {\r\n if (($event.target.parentElement && $event.target.parentElement.attributes['name'] &&\r\n $event.target.parentElement.attributes['name'].value === 'button') ||\r\n ($event.target.parentElement.parentElement &&\r\n $event.target.parentElement.parentElement.attributes['name'] &&\r\n $event.target.parentElement.parentElement.attributes['name'].value === 'button')) {\r\n\r\n this._onCloseService.close(true);\r\n return;\r\n }\r\n this.colorPickerShow = false;\r\n this.bgColorPickerShow = false;\r\n this._onCloseService.close(true);\r\n }\r\n\r\n toggleStrikeout(event) {\r\n if (this.formatDisabled)\r\n return;\r\n event.preventDefault();\r\n event.stopPropagation();\r\n if(this.isIE) {\r\n this._selectionService.restoreSelection();\r\n this._selectionService.captureSelection();\r\n }\r\n this._formattingService.changeFormatStrikeout(!this.formatting.strikeout);\r\n }\r\n\r\n toggleAlign(align: string) {\r\n if (this.formatDisabled)\r\n return;\r\n event.preventDefault();\r\n event.stopPropagation();\r\n if (align === this.formatting.align) {\r\n align = 'full';\r\n }\r\n this._formattingService.changeFormatAlign(align);\r\n this.formatting.align = align;\r\n }\r\n\r\n toggleList(list: string) {\r\n if (this.formatDisabled)\r\n return;\r\n event.preventDefault();\r\n event.stopPropagation();\r\n\r\n if (list === this.formatting.list) {\r\n this.formatting.list = \"\";\r\n // to trigger changes in contentEditable\r\n this._formattingService.changeFormatList(list);\r\n // to clear the toggle status of the button only\r\n this._formattingService.changeFormatList(\"\");\r\n } else {\r\n this.formatting.list = list;\r\n this._formattingService.changeFormatList(list);\r\n }\r\n if(this.isIE) {\r\n this._selectionService.restoreSelection();\r\n this._selectionService.captureSelection();\r\n }\r\n }\r\n\r\n downloadFile() {\r\n if (this.downloadDisabled)\r\n return;\r\n window.location.assign(this._editorService.getDownloadUrl(this.credentials));\r\n }\r\n\r\n save(){\r\n if (this.formatDisabled)\r\n return;\r\n if(this.credentials) {\r\n if (this.file.guid === \"new document.docx\") {\r\n this.openModal(CommonModals.CreateDocument);\r\n } else {\r\n this.saveFile(this.credentials);\r\n }\r\n }\r\n }\r\n\r\n saveFile(credentials: FileCredentials) {\r\n if (!this.file || !this.file.pages)\r\n return;\r\n \r\n this.textBackup = this.getPageWithRootTags(this.textBackup, credentials.guid);\r\n\r\n const saveFile = new SaveFile(credentials.guid, credentials.password, this.textBackup);\r\n this._editorService.save(saveFile).subscribe((loadFile: FileDescription) => {\r\n this.loadFile(loadFile);\r\n this.credentials = new FileCredentials(loadFile.guid, credentials.password);\r\n this._modalService.open(CommonModals.OperationSuccess);\r\n });\r\n }\r\n\r\n saveNewFile(credentials: FileCredentials) {\r\n if (!this.file || !this.file.pages)\r\n {\r\n return;\r\n }\r\n\r\n this.textBackup = this.getPageWithRootTags(this.textBackup, credentials.guid);\r\n\r\n const saveFile = new SaveFile(credentials.guid, credentials.password, this.textBackup);\r\n this._editorService.create(saveFile).subscribe((loadFile: FileDescription) => {\r\n this.loadFile(loadFile);\r\n this.credentials = new FileCredentials(loadFile.guid, credentials.password);\r\n this._modalService.open(CommonModals.OperationSuccess);\r\n this.newFile = false;\r\n });\r\n }\r\n\r\n // Returns root-tags in the HTML-markup which previously were removed by innerHTML.\r\n getPageWithRootTags(data, guid) {\r\n const pptFormats = [\"ppt\", \"pptx\", \"pptm\", \"pps\", \"ppsx\", \"ppsm\", \"pot\", \"potx\", \"potm\", \"odp\", \"otp\"];\r\n let resultData = \"\" + data + \"\";\r\n \r\n if (this.newFile)\r\n {\r\n resultData = resultData.replace('', '');\r\n if (pptFormats.includes(guid.split('.').pop()))\r\n {\r\n resultData = resultData.replace('', '
    ');\r\n }\r\n else \r\n {\r\n resultData = resultData.replace('', '
    ');\r\n }\r\n\r\n resultData = resultData.replace('', '
    ');\r\n }\r\n else \r\n {\r\n // for Word files\r\n resultData = resultData.replace('
    ', '
    ');\r\n // for Presentations files\r\n resultData = resultData.replace('
    ', '
    ');\r\n return resultData;\r\n }\r\n\r\n printFile() {\r\n if (this.formatDisabled)\r\n return;\r\n if(this.file.pages) {\r\n const page = new PageModel;\r\n page.width = 595;\r\n page.height = 842;\r\n // using of the replace is required to fix issue with padding for intire print content\r\n page.data = this.textBackup.replace('', 'body { padding: 96px; } ');\r\n const printHtml = [page];\r\n this._renderPrintService.changePages(printHtml);\r\n }\r\n }\r\n\r\n onCloseModal($event) {\r\n if (this.file && $event) {\r\n if(this.isIE) {\r\n $(\".documentMainContent\").attr(\"contentEditable\", \"true\");\r\n } else {\r\n this.file.pages[0].editable = true;\r\n }\r\n this._selectionService.restoreSelection();\r\n }\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {EditorConfig} from \"./editor-config\";\r\nimport {Api, ConfigService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {HttpClient} from \"@angular/common/http\";\r\nimport {BehaviorSubject, Observable} from \"rxjs\";\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class EditorConfigService {\r\n private _editorConfig: BehaviorSubject = new BehaviorSubject(new EditorConfig());\r\n private _updatedConfig: Observable = this._editorConfig.asObservable();\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n\r\n }\r\n\r\n get updatedConfig() {\r\n return this._updatedConfig;\r\n }\r\n\r\n load() {\r\n return new Promise((resolve, reject) => {\r\n const configEndpoint = this._config.getConfigEndpoint(Api.EDITOR_APP);\r\n this._http.get(configEndpoint, Api.httpOptionsJson).toPromise().then((response: EditorConfig) => {\r\n const editorConfig = response;\r\n this._editorConfig.next(editorConfig);\r\n resolve();\r\n }).catch((response: any) => {\r\n reject(`Could not load editor config: ${JSON.stringify(response)}`);\r\n });\r\n });\r\n }\r\n\r\n}\r\n","export class EditorConfig {\r\n rewrite: boolean;\r\n pageSelector: boolean;\r\n download: boolean;\r\n upload: boolean;\r\n print: boolean;\r\n browse: boolean;\r\n enableRightClick: boolean;\r\n\r\n filesDirectory: string;\r\n fontsDirectory: string;\r\n defaultDocument: string;\r\n createNewFile: boolean;\r\n preloadPageCount: 0;\r\n}\r\n","import {BrowserModule} from '@angular/platform-browser';\r\nimport { APP_INITIALIZER, ModuleWithProviders, NgModule } from '@angular/core';\r\nimport {HTTP_INTERCEPTORS, HttpClientModule} from '@angular/common/http';\r\nimport {EditorAppComponent} from './editor-app.component';\r\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\r\nimport { library } from '@fortawesome/fontawesome-svg-core';\r\nimport { fas } from '@fortawesome/free-solid-svg-icons';\r\nimport { far } from '@fortawesome/free-regular-svg-icons';\r\nimport {CreateDocumentModalComponent} from './create.document-modal/create.document-modal.component';\r\nimport {EditorService} from \"./editor.service\";\r\nimport {\r\n CommonComponentsModule,\r\n ErrorInterceptorService,\r\n ConfigService,\r\n LoadingMaskService,\r\n LoadingMaskInterceptorService, Api\r\n} from '@groupdocs.examples.angular/common-components';\r\nimport {EditorConfigService} from \"./editor-config.service\";\r\n\r\nexport function initializeApp(editorConfigService: EditorConfigService) {\r\n const result = () => editorConfigService.load();\r\n return result;\r\n}\r\n\r\n// NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981\r\n// @dynamic\r\nexport function setupLoadingInterceptor(service: LoadingMaskService) {\r\n return new LoadingMaskInterceptorService(service);\r\n}\r\n\r\n@NgModule({\r\n declarations :[EditorAppComponent,CreateDocumentModalComponent],\r\n imports: [\r\n BrowserModule,\r\n CommonComponentsModule,\r\n HttpClientModule,\r\n FontAwesomeModule\r\n ],\r\n exports : [\r\n CreateDocumentModalComponent,\r\n EditorAppComponent,\r\n CommonComponentsModule\r\n ],\r\n providers: [\r\n EditorService,\r\n ConfigService,\r\n EditorConfigService,\r\n {\r\n provide: APP_INITIALIZER,\r\n useFactory: initializeApp,\r\n deps: [EditorConfigService],\r\n multi: true\r\n },\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useClass: ErrorInterceptorService,\r\n multi: true\r\n },\r\n LoadingMaskService,\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useFactory: setupLoadingInterceptor,\r\n multi: true,\r\n deps: [LoadingMaskService]\r\n }\r\n ]\r\n})\r\nexport class EditorModule {\r\n constructor(){\r\n library.add(fas,far);\r\n }\r\n static forRoot(apiEndpoint : string): ModuleWithProviders {\r\n Api.DEFAULT_API_ENDPOINT = apiEndpoint\r\n return {\r\n ngModule: EditorModule\r\n };\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {HttpClient} from \"@angular/common/http\";\r\nimport {\r\n Api, ConfigService, FileCredentials, SaveFile\r\n} from \"@groupdocs.examples.angular/common-components\"\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class EditorService {\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n loadFiles(path: string) {\r\n return this._http.post(this._config.getEditorApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\r\n }\r\n\r\n getFormats() {\r\n return this._http.get(this._config.getEditorApiEndpoint() + Api.LOAD_FORMATS, Api.httpOptionsJson);\r\n }\r\n\r\n loadFile(credentials: FileCredentials) {\r\n return this._http.post(this._config.getEditorApiEndpoint() + Api.LOAD_DOCUMENT_DESCRIPTION, credentials, Api.httpOptionsJson);\r\n }\r\n\r\n upload(file: File, url: string, rewrite: boolean) {\r\n const formData = new FormData();\r\n formData.append(\"file\", file);\r\n formData.append('rewrite', String(rewrite));\r\n if (url) {\r\n formData.append(\"url\", url);\r\n }\r\n\r\n return this._http.post(this._config.getEditorApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\r\n }\r\n\r\n save(file: SaveFile) {\r\n return this._http.post(this._config.getEditorApiEndpoint() + Api.SAVE_FILE, file, Api.httpOptionsJson);\r\n }\r\n\r\n create(file: SaveFile) {\r\n return this._http.post(this._config.getEditorApiEndpoint() + Api.CREATE_FILE, file, Api.httpOptionsJson);\r\n }\r\n\r\n getDownloadUrl(credentials: FileCredentials) {\r\n return this._config.getEditorApiEndpoint() + Api.DOWNLOAD_DOCUMENTS + '/?path=' + credentials.guid;\r\n }\r\n}\r\n","export * from './lib/metadata.module';\r\nexport * from './lib/metadata-app.component';\r\nexport * from './lib/metadata.service';\r\nexport * from './lib/metadata-config.service';\r\nexport * from './lib/accordion.service';\r\nexport * from './lib/metadata-models';\r\n","import { Injectable } from '@angular/core';\r\nimport { BehaviorSubject, Observable } from \"rxjs\";\r\nimport { FilePropertyModel } from './metadata-models';\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\n\r\nexport class AccordionService {\r\n private _addingObserver: BehaviorSubject = new BehaviorSubject(null);\r\n private _addedProperty: Observable = this._addingObserver.asObservable();\r\n\r\n constructor() {\r\n }\r\n\r\n get addedProperty(): Observable {\r\n return this._addedProperty;\r\n }\r\n\r\n addProperty(addedProperty: FilePropertyModel) {\r\n this._addingObserver.next(addedProperty);\r\n }\r\n}","module.exports = \".accordion-wrapper {\\n background-color: white;\\n}\\n.accordion-wrapper .title {\\n width: 100%;\\n cursor: pointer;\\n border-bottom: 1px solid #6e6e6e;\\n background-color: #539CF0;\\n color: #f4f4f4;\\n font-weight: bold;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n height: 37px;\\n line-height: 37px;\\n font-size: 13px;\\n}\\n.accordion-wrapper .title .text {\\n width: 100%;\\n}\\n.chevron {\\n padding: 0px 16px 0px 15px;\\n}\\n.plus {\\n margin-left: auto;\\n}\\n::ng-deep .title .button {\\n color: white !important;\\n display: block !important;\\n margin-right: 0px !important;\\n}\\n::ng-deep .title .button.active fa-icon {\\n color: white !important;\\n}\\n.trash.hidden {\\n display: none;\\n}\\n.accordion-wrapper .body.hidden {\\n display: none;\\n}\\n.property-wrapper {\\n display: -webkit-box;\\n display: flex;\\n height: 35px;\\n font-size: 12px;\\n border-bottom: 1px solid #e7e7e7;\\n line-height: 35px;\\n}\\n.property-wrapper.disabled {\\n cursor: not-allowed;\\n color: #acacac;\\n}\\n.property-name {\\n width: 216px;\\n text-transform: uppercase;\\n font-weight: bold;\\n padding-left: 15px;\\n border-right: 1px solid #e7e7e7;\\n text-overflow: ellipsis;\\n word-wrap: break-word;\\n}\\n.property-name ::ng-deep .select {\\n height: 35px;\\n line-height: 37px;\\n text-align: center;\\n -webkit-box-pack: unset;\\n justify-content: unset;\\n position: relative;\\n}\\n.property-name ::ng-deep .select .nav-caret {\\n display: none;\\n}\\n.property-name ::ng-deep .select .selected-value {\\n max-width: none;\\n font-size: unset;\\n text-transform: none;\\n font-weight: normal;\\n}\\n.property-name ::ng-deep .select .dropdown-menu {\\n width: 216px;\\n margin-left: -15px;\\n top: 36px;\\n}\\n.property-value {\\n font-family: 'Courier New', Courier, monospace;\\n padding-left: 12px;\\n text-overflow: ellipsis;\\n width: 216px;\\n white-space: nowrap;\\n overflow: hidden;\\n word-wrap: break-word;\\n display: inline-block;\\n}\\n.property-value.desktop-hide {\\n display: none;\\n}\\n.input-wrapper input {\\n height: 30px;\\n border: 0px;\\n font-size: 12px;\\n}\\n.input-wrapper input.hidden {\\n display: none;\\n}\\n.input-wrapper input[type=datetime-local]::-webkit-inner-spin-button,\\n.input-wrapper input[type=datetime-local]::-webkit-clear-button {\\n -webkit-appearance: none;\\n display: none;\\n}\\n.selected {\\n background-color: #3E4E5A;\\n color: white;\\n}\\n::ng-deep .default .property-name {\\n color: #acacac;\\n}\\n@media (max-width: 1037px) {\\n .property-value {\\n width: 194px !important;\\n }\\n .property-name {\\n width: 150px !important;\\n }\\n .property-value.mobile-hide {\\n display: none;\\n }\\n .input-wrapper {\\n width: 185px !important;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvbWV0YWRhdGEvc3JjL2xpYi9hY2NvcmRpb24vYWNjb3JkaW9uLWdyb3VwL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9tZXRhZGF0YS9zcmMvbGliL2FjY29yZGlvbi9hY2NvcmRpb24tZ3JvdXAvYWNjb3JkaW9uLWdyb3VwLmNvbXBvbmVudC5sZXNzIiwibGlicy9tZXRhZGF0YS9zcmMvbGliL2FjY29yZGlvbi9hY2NvcmRpb24tZ3JvdXAvYWNjb3JkaW9uLWdyb3VwLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UsdUJBQUE7QUNERjtBRElBO0VBQ0UsV0FBQTtFQUNBLGVBQUE7RUFDQSxnQ0FBQTtFQUNBLHlCQUFBO0VBQ0EsY0FBQTtFQUNBLGlCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EsWUFBQTtFQUNBLGlCQUFBO0VBQ0EsZUFBQTtBQ0ZGO0FEVEE7RUFjSSxXQUFBO0FDRko7QURNQTtFQUNFLDBCQUFBO0FDSkY7QURPQTtFQUNFLGlCQUFBO0FDTEY7QURRQTtFQUVJLHVCQUFBO0VBQ0EseUJBQUE7RUFDQSw0QkFBQTtBQ1BKO0FEU0k7RUFFSSx1QkFBQTtBQ1JSO0FEZUU7RUFDRSxhQUFBO0FDYko7QURpQkE7RUFDRSxhQUFBO0FDZkY7QURrQkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxZQUFBO0VBQ0EsZUFBQTtFQUNBLGdDQUFBO0VBQ0EsaUJBQUE7QUNoQkY7QURrQkU7RUFDRSxtQkFBQTtFQUNBLGNBQUE7QUNoQko7QURvQkE7RUFDRSxZQUFBO0VBQ0EseUJBQUE7RUFDQSxpQkFBQTtFQUNBLGtCQUFBO0VBQ0EsK0JBQUE7RUFDQSx1QkFBQTtFQUNBLHFCQUFBO0FDbEJGO0FEV0E7RUFVSSxZQUFBO0VBQ0EsaUJBQUE7RUFDQSxrQkFBQTtFQUNBLHVCQUFBO1VBQUEsc0JBQUE7RUFDQSxrQkFBQTtBQ2xCSjtBRElBO0VBaUJNLGFBQUE7QUNsQk47QURDQTtFQXFCTSxlQUFBO0VBQ0EsZ0JBQUE7RUFDQSxvQkFBQTtFQUNBLG1CQUFBO0FDbkJOO0FETEE7RUE0Qk0sWUFBQTtFQUNBLGtCQUFBO0VBQ0EsU0FBQTtBQ3BCTjtBRHlCQTtFQUNFLDhDQUFBO0VBQ0Esa0JBQUE7RUFDQSx1QkFBQTtFQUNBLFlBQUE7RUFDQSxtQkFBQTtFQUNBLGdCQUFBO0VBQ0EscUJBQUE7RUFDQSxxQkFBQTtBQ3ZCRjtBRHlCRTtFQUNFLGFBQUE7QUN2Qko7QUQyQkE7RUFFSSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7QUMxQko7QUQ0Qkk7RUFDRSxhQUFBO0FDMUJOO0FENkJJOztFQUVFLHdCQUFBO0VBQ0EsYUFBQTtBQzNCTjtBRGdDQTtFQUNFLHlCQUFBO0VBQ0EsWUFBQTtBQzlCRjtBRGlDQTtFQUVJLGNBQUE7QUNoQ0o7QURvQ0E7RUFDRTtJQUNFLHVCQUFBO0VDbENGO0VEcUNBO0lBQ0UsdUJBQUE7RUNuQ0Y7RUR1Q0U7SUFDRSxhQUFBO0VDckNKO0VEeUNBO0lBQ0UsdUJBQUE7RUN2Q0Y7QUFDRiIsImZpbGUiOiJsaWJzL21ldGFkYXRhL3NyYy9saWIvYWNjb3JkaW9uL2FjY29yZGlvbi1ncm91cC9hY2NvcmRpb24tZ3JvdXAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi8uLi8uLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlcy5sZXNzXCI7XG5cbi5hY2NvcmRpb24td3JhcHBlciB7XG4gIGJhY2tncm91bmQtY29sb3I6IHdoaXRlO1xufVxuXG4uYWNjb3JkaW9uLXdyYXBwZXIgLnRpdGxlIHtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbiAgY3Vyc29yICAgICAgICAgIDogcG9pbnRlcjtcbiAgYm9yZGVyLWJvdHRvbSAgIDogMXB4IHNvbGlkIEBkb3ZlLWdyYXk7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3b3JkO1xuICBjb2xvciAgICAgICAgICAgOiBAd2lsZC1zYW5kO1xuICBmb250LXdlaWdodCAgICAgOiBib2xkO1xuICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbiAgOiByb3c7XG4gIGhlaWdodCAgICAgICAgICA6IDM3cHg7XG4gIGxpbmUtaGVpZ2h0ICAgICA6IDM3cHg7XG4gIGZvbnQtc2l6ZSAgICAgICA6IDEzcHg7XG5cbiAgLnRleHQge1xuICAgIHdpZHRoOiAxMDAlO1xuICB9XG59XG5cbi5jaGV2cm9uIHtcbiAgcGFkZGluZzogMHB4IDE2cHggMHB4IDE1cHg7XG59XG5cbi5wbHVzIHtcbiAgbWFyZ2luLWxlZnQ6IGF1dG87XG59XG5cbjo6bmctZGVlcCAudGl0bGUge1xuICAuYnV0dG9uIHtcbiAgICBjb2xvciAgICAgICA6IHdoaXRlICFpbXBvcnRhbnQ7XG4gICAgZGlzcGxheSAgICAgOiBibG9jayAhaW1wb3J0YW50O1xuICAgIG1hcmdpbi1yaWdodDogMHB4ICFpbXBvcnRhbnQ7XG5cbiAgICAmLmFjdGl2ZSB7XG4gICAgICBmYS1pY29uIHtcbiAgICAgICAgY29sb3I6IHdoaXRlICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi50cmFzaCB7XG4gICYuaGlkZGVuIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG59XG5cbi5hY2NvcmRpb24td3JhcHBlciAuYm9keS5oaWRkZW4ge1xuICBkaXNwbGF5OiBub25lO1xufVxuXG4ucHJvcGVydHktd3JhcHBlciB7XG4gIGRpc3BsYXkgICAgICA6IGZsZXg7XG4gIGhlaWdodCAgICAgICA6IDM1cHg7XG4gIGZvbnQtc2l6ZSAgICA6IDEycHg7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCBAbWVyY3VyeTtcbiAgbGluZS1oZWlnaHQgIDogMzVweDtcblxuICAmLmRpc2FibGVkIHtcbiAgICBjdXJzb3I6IG5vdC1hbGxvd2VkO1xuICAgIGNvbG9yIDogQHNpbHZlci1jaGFsaWNlO1xuICB9XG59XG5cbi5wcm9wZXJ0eS1uYW1lIHtcbiAgd2lkdGggICAgICAgICA6IDIxNnB4O1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICBmb250LXdlaWdodCAgIDogYm9sZDtcbiAgcGFkZGluZy1sZWZ0ICA6IDE1cHg7XG4gIGJvcmRlci1yaWdodCAgOiAxcHggc29saWQgQG1lcmN1cnk7XG4gIHRleHQtb3ZlcmZsb3cgOiBlbGxpcHNpcztcbiAgd29yZC13cmFwICAgICA6IGJyZWFrLXdvcmQ7XG5cbiAgOjpuZy1kZWVwIC5zZWxlY3Qge1xuICAgIGhlaWdodCAgICAgICAgIDogMzVweDtcbiAgICBsaW5lLWhlaWdodCAgICA6IDM3cHg7XG4gICAgdGV4dC1hbGlnbiAgICAgOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiB1bnNldDtcbiAgICBwb3NpdGlvbiAgICAgICA6IHJlbGF0aXZlO1xuXG4gICAgLm5hdi1jYXJldCB7XG4gICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cblxuICAgIC5zZWxlY3RlZC12YWx1ZSB7XG4gICAgICBtYXgtd2lkdGggICAgIDogbm9uZTtcbiAgICAgIGZvbnQtc2l6ZSAgICAgOiB1bnNldDtcbiAgICAgIHRleHQtdHJhbnNmb3JtOiBub25lO1xuICAgICAgZm9udC13ZWlnaHQgICA6IG5vcm1hbDtcbiAgICB9XG5cbiAgICAuZHJvcGRvd24tbWVudSB7XG4gICAgICB3aWR0aCAgICAgIDogMjE2cHg7XG4gICAgICBtYXJnaW4tbGVmdDogLTE1cHg7XG4gICAgICB0b3AgICAgICAgIDogMzZweDtcbiAgICB9XG4gIH1cbn1cblxuLnByb3BlcnR5LXZhbHVlIHtcbiAgZm9udC1mYW1pbHkgIDogJ0NvdXJpZXIgTmV3JywgQ291cmllciwgbW9ub3NwYWNlO1xuICBwYWRkaW5nLWxlZnQgOiAxMnB4O1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbiAgd2lkdGggICAgICAgIDogMjE2cHg7XG4gIHdoaXRlLXNwYWNlICA6IG5vd3JhcDtcbiAgb3ZlcmZsb3cgICAgIDogaGlkZGVuO1xuICB3b3JkLXdyYXAgICAgOiBicmVhay13b3JkO1xuICBkaXNwbGF5ICAgICAgOiBpbmxpbmUtYmxvY2s7XG5cbiAgJi5kZXNrdG9wLWhpZGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbn1cblxuLmlucHV0LXdyYXBwZXIge1xuICBpbnB1dCB7XG4gICAgaGVpZ2h0ICAgOiAzMHB4O1xuICAgIGJvcmRlciAgIDogMHB4O1xuICAgIGZvbnQtc2l6ZTogMTJweDtcblxuICAgICYuaGlkZGVuIHtcbiAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgfVxuXG4gICAgJlt0eXBlPWRhdGV0aW1lLWxvY2FsXTo6LXdlYmtpdC1pbm5lci1zcGluLWJ1dHRvbixcbiAgICAmW3R5cGU9ZGF0ZXRpbWUtbG9jYWxdOjotd2Via2l0LWNsZWFyLWJ1dHRvbiB7XG4gICAgICAtd2Via2l0LWFwcGVhcmFuY2U6IG5vbmU7XG4gICAgICBkaXNwbGF5ICAgICAgICAgICA6IG5vbmU7XG4gICAgfVxuICB9XG59XG5cbi5zZWxlY3RlZCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEBwcmltYXJ5O1xuICBjb2xvciAgICAgICAgICAgOiB3aGl0ZTtcbn1cblxuOjpuZy1kZWVwIC5kZWZhdWx0IHtcbiAgLnByb3BlcnR5LW5hbWUge1xuICAgIGNvbG9yOiBAc2lsdmVyLWNoYWxpY2U7XG4gIH1cbn1cblxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAucHJvcGVydHktdmFsdWUge1xuICAgIHdpZHRoOiAxOTRweCAhaW1wb3J0YW50O1xuICB9XG5cbiAgLnByb3BlcnR5LW5hbWUge1xuICAgIHdpZHRoOiAxNTBweCAhaW1wb3J0YW50O1xuICB9XG5cbiAgLnByb3BlcnR5LXZhbHVlIHtcbiAgICAmLm1vYmlsZS1oaWRlIHtcbiAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgfVxuICB9XG5cbiAgLmlucHV0LXdyYXBwZXIge1xuICAgIHdpZHRoOiAxODVweCAhaW1wb3J0YW50O1xuICB9XG59IiwiLmFjY29yZGlvbi13cmFwcGVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogd2hpdGU7XG59XG4uYWNjb3JkaW9uLXdyYXBwZXIgLnRpdGxlIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICM2ZTZlNmU7XG4gIGJhY2tncm91bmQtY29sb3I6ICM1MzlDRjA7XG4gIGNvbG9yOiAjZjRmNGY0O1xuICBmb250LXdlaWdodDogYm9sZDtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgaGVpZ2h0OiAzN3B4O1xuICBsaW5lLWhlaWdodDogMzdweDtcbiAgZm9udC1zaXplOiAxM3B4O1xufVxuLmFjY29yZGlvbi13cmFwcGVyIC50aXRsZSAudGV4dCB7XG4gIHdpZHRoOiAxMDAlO1xufVxuLmNoZXZyb24ge1xuICBwYWRkaW5nOiAwcHggMTZweCAwcHggMTVweDtcbn1cbi5wbHVzIHtcbiAgbWFyZ2luLWxlZnQ6IGF1dG87XG59XG46Om5nLWRlZXAgLnRpdGxlIC5idXR0b24ge1xuICBjb2xvcjogd2hpdGUgIWltcG9ydGFudDtcbiAgZGlzcGxheTogYmxvY2sgIWltcG9ydGFudDtcbiAgbWFyZ2luLXJpZ2h0OiAwcHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudGl0bGUgLmJ1dHRvbi5hY3RpdmUgZmEtaWNvbiB7XG4gIGNvbG9yOiB3aGl0ZSAhaW1wb3J0YW50O1xufVxuLnRyYXNoLmhpZGRlbiB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uYWNjb3JkaW9uLXdyYXBwZXIgLmJvZHkuaGlkZGVuIHtcbiAgZGlzcGxheTogbm9uZTtcbn1cbi5wcm9wZXJ0eS13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiAzNXB4O1xuICBmb250LXNpemU6IDEycHg7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZTdlN2U3O1xuICBsaW5lLWhlaWdodDogMzVweDtcbn1cbi5wcm9wZXJ0eS13cmFwcGVyLmRpc2FibGVkIHtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgY29sb3I6ICNhY2FjYWM7XG59XG4ucHJvcGVydHktbmFtZSB7XG4gIHdpZHRoOiAyMTZweDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIHBhZGRpbmctbGVmdDogMTVweDtcbiAgYm9yZGVyLXJpZ2h0OiAxcHggc29saWQgI2U3ZTdlNztcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG4gIHdvcmQtd3JhcDogYnJlYWstd29yZDtcbn1cbi5wcm9wZXJ0eS1uYW1lIDo6bmctZGVlcCAuc2VsZWN0IHtcbiAgaGVpZ2h0OiAzNXB4O1xuICBsaW5lLWhlaWdodDogMzdweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHVuc2V0O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG4ucHJvcGVydHktbmFtZSA6Om5nLWRlZXAgLnNlbGVjdCAubmF2LWNhcmV0IHtcbiAgZGlzcGxheTogbm9uZTtcbn1cbi5wcm9wZXJ0eS1uYW1lIDo6bmctZGVlcCAuc2VsZWN0IC5zZWxlY3RlZC12YWx1ZSB7XG4gIG1heC13aWR0aDogbm9uZTtcbiAgZm9udC1zaXplOiB1bnNldDtcbiAgdGV4dC10cmFuc2Zvcm06IG5vbmU7XG4gIGZvbnQtd2VpZ2h0OiBub3JtYWw7XG59XG4ucHJvcGVydHktbmFtZSA6Om5nLWRlZXAgLnNlbGVjdCAuZHJvcGRvd24tbWVudSB7XG4gIHdpZHRoOiAyMTZweDtcbiAgbWFyZ2luLWxlZnQ6IC0xNXB4O1xuICB0b3A6IDM2cHg7XG59XG4ucHJvcGVydHktdmFsdWUge1xuICBmb250LWZhbWlseTogJ0NvdXJpZXIgTmV3JywgQ291cmllciwgbW9ub3NwYWNlO1xuICBwYWRkaW5nLWxlZnQ6IDEycHg7XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuICB3aWR0aDogMjE2cHg7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIHdvcmQtd3JhcDogYnJlYWstd29yZDtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xufVxuLnByb3BlcnR5LXZhbHVlLmRlc2t0b3AtaGlkZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uaW5wdXQtd3JhcHBlciBpbnB1dCB7XG4gIGhlaWdodDogMzBweDtcbiAgYm9yZGVyOiAwcHg7XG4gIGZvbnQtc2l6ZTogMTJweDtcbn1cbi5pbnB1dC13cmFwcGVyIGlucHV0LmhpZGRlbiB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uaW5wdXQtd3JhcHBlciBpbnB1dFt0eXBlPWRhdGV0aW1lLWxvY2FsXTo6LXdlYmtpdC1pbm5lci1zcGluLWJ1dHRvbixcbi5pbnB1dC13cmFwcGVyIGlucHV0W3R5cGU9ZGF0ZXRpbWUtbG9jYWxdOjotd2Via2l0LWNsZWFyLWJ1dHRvbiB7XG4gIC13ZWJraXQtYXBwZWFyYW5jZTogbm9uZTtcbiAgZGlzcGxheTogbm9uZTtcbn1cbi5zZWxlY3RlZCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMzRTRFNUE7XG4gIGNvbG9yOiB3aGl0ZTtcbn1cbjo6bmctZGVlcCAuZGVmYXVsdCAucHJvcGVydHktbmFtZSB7XG4gIGNvbG9yOiAjYWNhY2FjO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAucHJvcGVydHktdmFsdWUge1xuICAgIHdpZHRoOiAxOTRweCAhaW1wb3J0YW50O1xuICB9XG4gIC5wcm9wZXJ0eS1uYW1lIHtcbiAgICB3aWR0aDogMTUwcHggIWltcG9ydGFudDtcbiAgfVxuICAucHJvcGVydHktdmFsdWUubW9iaWxlLWhpZGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgLmlucHV0LXdyYXBwZXIge1xuICAgIHdpZHRoOiAxODVweCAhaW1wb3J0YW50O1xuICB9XG59XG4iXX0= */\"","import { Component, Input, Output, EventEmitter, QueryList, ViewChildren, AfterViewInit } from '@angular/core';\r\nimport { WindowService } from '@groupdocs.examples.angular/common-components';\r\nimport { AccordionService } from './../../accordion.service';\r\nimport {DatePipe} from \"@angular/common\";\r\nimport { FilePropertyModel } from '../../metadata-models';\r\n\r\n@Component({\r\n selector: 'gd-accordion-group',\r\n templateUrl: './accordion-group.component.html',\r\n styleUrls: ['./accordion-group.component.less']\r\n})\r\n\r\nexport class AccordionGroupComponent implements AfterViewInit {\r\n @Input() opened = false;\r\n @Input() title: string;\r\n @Input() addDisabled: boolean;\r\n @Input() addHidden: boolean;\r\n @Input() properties: FilePropertyModel[];\r\n @Input() propertiesNames: string[];\r\n @Output() toggle: EventEmitter = new EventEmitter();\r\n @Output() removeProperty = new EventEmitter();\r\n @ViewChildren('textinput') textinput: QueryList;\r\n isDesktop: boolean;\r\n\r\n constructor(private _accordionService: AccordionService,\r\n private _datePipe: DatePipe,\r\n private _windowService: WindowService) {\r\n this.isDesktop = _windowService.isDesktop();\r\n _windowService.onResize.subscribe((w) => {\r\n this.isDesktop = _windowService.isDesktop();\r\n });\r\n }\r\n\r\n ngAfterViewInit() {\r\n this.textinput.changes.subscribe((i: QueryList)=>{\r\n if (i.length) {\r\n i.first.nativeElement.focus();\r\n }\r\n });\r\n }\r\n\r\n resetProperties(onlyEditing: boolean = false) {\r\n if (!onlyEditing) {\r\n this.properties.forEach(p => p.selected = false);\r\n }\r\n this.properties.forEach(p => p.editing = false);\r\n }\r\n\r\n addProperty($event: Event) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n\r\n this.resetProperties();\r\n\r\n if (!this.addDisabled) {\r\n const addedProperty = new FilePropertyModel();\r\n addedProperty.original = false;\r\n this._accordionService.addProperty(addedProperty);\r\n }\r\n }\r\n\r\n selectProperty(property: FilePropertyModel){\r\n if (property.category === 0 && !property.disabled) {\r\n this.resetProperties(true);\r\n\r\n const selectedProperty = this.properties.filter(p => p.name.toLocaleLowerCase() === property.name.toLocaleLowerCase())[0];\r\n selectedProperty.selected = !selectedProperty.selected;\r\n this.properties.filter(p => p.name === property.name)[0].selected = selectedProperty.selected;\r\n }\r\n }\r\n\r\n editProperty(property: FilePropertyModel){\r\n // we can edit only first group props\r\n if (property.category === 0 && !property.disabled) {\r\n this.resetProperties();\r\n\r\n const selectedProperty = this.properties.filter(p => p.name.toLocaleLowerCase() === property.name.toLocaleLowerCase())[0];\r\n selectedProperty.editing = !selectedProperty.editing;\r\n this.properties.filter(p => p.name === property.name)[0].editing = selectedProperty.editing;\r\n this.properties.filter(p => p.name === property.name)[0].edited = true;\r\n }\r\n }\r\n\r\n delete($event: Event) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n const selectedProperty = this.properties.filter(p => p.selected)[0];\r\n this.removeProperty.emit(selectedProperty);\r\n }\r\n\r\n wasSelected() {\r\n if (this.properties && this.properties.length > 0) {\r\n return this.properties.filter(p => p.selected).length === 1;\r\n }\r\n else return false;\r\n }\r\n\r\n selectPropName($event: any, property: FilePropertyModel) {\r\n property.type = $event.type;\r\n property.name = $event.name;\r\n if ($event.type === 3) {\r\n property.value = new Date().toISOString().slice(0, 19);\r\n }\r\n else {\r\n property.value = \"\";\r\n }\r\n }\r\n\r\n formatDateTime(property: FilePropertyModel, value: string){\r\n if (value) {\r\n const dateTime = new Date(value);\r\n property.value = dateTime.toISOString().slice(0, 19);\r\n }\r\n }\r\n\r\n formatValue(property: FilePropertyModel){\r\n switch (property.type) {\r\n case 3:\r\n return this.isDesktop ? this._datePipe.transform(new Date(property.value), 'MM/dd/yy, h:mm:ss a')\r\n : this._datePipe.transform(new Date(property.value), 'MM/dd/yy, h:mm a');\r\n default:\r\n return property.value;\r\n }\r\n }\r\n}","module.exports = \"\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJsaWJzL21ldGFkYXRhL3NyYy9saWIvYWNjb3JkaW9uL2FjY29yZGlvbi5jb21wb25lbnQubGVzcyJ9 */\"","import { Component, ContentChildren, QueryList, AfterContentInit } from '@angular/core';\r\nimport { AccordionGroupComponent } from './accordion-group/accordion-group.component';\r\n\r\n@Component({\r\n selector: 'gd-accordion',\r\n template: `\r\n \r\n`,\r\n styleUrls: ['./accordion.component.less']\r\n})\r\n\r\nexport class AccordionComponent implements AfterContentInit {\r\n @ContentChildren(AccordionGroupComponent)\r\n groups: QueryList;\r\n\r\n ngAfterContentInit() {\r\n this.groups.toArray().forEach((group) => {\r\n group.opened = true;\r\n\r\n group.toggle.subscribe(($event) => {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n this.openGroup(group);\r\n });\r\n });\r\n }\r\n\r\n openGroup(group: AccordionGroupComponent) {\r\n group.opened = !group.opened;\r\n }\r\n}\r\n","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: calc(100vh - 60px);\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n}\\n.top-panel {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 100%;\\n}\\n.toolbar-panel {\\n background-color: #3e4e5a;\\n width: 100%;\\n}\\n::ng-deep .tools .button {\\n color: #fff !important;\\n}\\n::ng-deep .tools .button.inactive {\\n color: #959da5 !important;\\n}\\n::ng-deep .tools .button {\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-flow: column;\\n}\\n::ng-deep .tools .icon-button {\\n margin: 0px 0px 0px 7px !important;\\n}\\n.row {\\n display: -webkit-box;\\n display: flex;\\n}\\n.column {\\n width: 100%;\\n}\\n::ng-deep .gd-side-panel-body {\\n background-color: #f4f4f4;\\n}\\n::ng-deep .gd-side-panel-wrapper {\\n width: 464px !important;\\n}\\n::ng-deep .page.excel {\\n overflow: unset !important;\\n}\\n@media (max-width: 1037px) {\\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\\n margin: 0px 0px 0px 10px !important;\\n }\\n ::ng-deep .tools .icon-button {\\n height: 60px;\\n width: 60px;\\n }\\n ::ng-deep .gd-side-panel-wrapper {\\n width: 375px !important;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvbWV0YWRhdGEvc3JjL2xpYi9tZXRhZGF0YS1hcHAuY29tcG9uZW50Lmxlc3MiLCJsaWJzL21ldGFkYXRhL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL21ldGFkYXRhL3NyYy9saWIvbWV0YWRhdGEtYXBwLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZFQ0FrQjtBQUdsQjtFQUNFLHNEQUFBO0FEREY7QUNJQTtFQUNFLDBCQUFBO1VBQUEsb0JBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7RUFDQSxNQUFBO0VBQ0EsU0FBQTtFQUNBLE9BQUE7RUFDQSxRQUFBO0FERkY7QUNLQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDBCQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0FESEY7QUNNQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0FESkY7QUNPQTtFQUNFLHlCQUFBO0VBQ0EsV0FBQTtBRExGO0FDUUE7RUFFSSxzQkFBQTtBRFBKO0FDU0k7RUFDRSx5QkFBQTtBRFBOO0FDRUE7RUFVSSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsaUJBQUE7QURUSjtBQ0RBO0VBY0ksa0NBQUE7QURWSjtBQ2NBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0FEWkY7QUNlQTtFQUNFLFdBQUE7QURiRjtBQ2dCQTtFQUNFLHlCQUFBO0FEZEY7QUNpQkE7RUFDRSx1QkFBQTtBRGZGO0FDbUJFO0VBQ0UsMEJBQUE7QURqQko7QUNxQkE7RUFDRTtJQUVJLG1DQUFBO0VEcEJKO0VDa0JBO0lBTUksWUFBQTtJQUNBLFdBQUE7RURyQko7RUN5QkE7SUFDRSx1QkFBQTtFRHZCRjtBQUNGIiwiZmlsZSI6ImxpYnMvbWV0YWRhdGEvc3JjL2xpYi9tZXRhZGF0YS1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGNhbGMoMTAwdmggLSA2MHB4KTtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbn1cbi50b3AtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMTAwJTtcbn1cbi50b29sYmFyLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNlNGU1YTtcbiAgd2lkdGg6IDEwMCU7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24ge1xuICBjb2xvcjogI2ZmZiAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC50b29scyAuYnV0dG9uLmluYWN0aXZlIHtcbiAgY29sb3I6ICM5NTlkYTUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbiB7XG4gIGZsZXgtZmxvdzogY29sdW1uO1xufVxuOjpuZy1kZWVwIC50b29scyAuaWNvbi1idXR0b24ge1xuICBtYXJnaW46IDBweCAwcHggMHB4IDdweCAhaW1wb3J0YW50O1xufVxuLnJvdyB7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG4uY29sdW1uIHtcbiAgd2lkdGg6IDEwMCU7XG59XG46Om5nLWRlZXAgLmdkLXNpZGUtcGFuZWwtYm9keSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmNGY0ZjQ7XG59XG46Om5nLWRlZXAgLmdkLXNpZGUtcGFuZWwtd3JhcHBlciB7XG4gIHdpZHRoOiA0NjRweCAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIC5wYWdlLmV4Y2VsIHtcbiAgb3ZlcmZsb3c6IHVuc2V0ICFpbXBvcnRhbnQ7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIDo6bmctZGVlcCAudG9vbHMgZ2QtYnV0dG9uOm50aC1jaGlsZCgxKSA+IC5pY29uLWJ1dHRvbiB7XG4gICAgbWFyZ2luOiAwcHggMHB4IDBweCAxMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC50b29scyAuaWNvbi1idXR0b24ge1xuICAgIGhlaWdodDogNjBweDtcbiAgICB3aWR0aDogNjBweDtcbiAgfVxuICA6Om5nLWRlZXAgLmdkLXNpZGUtcGFuZWwtd3JhcHBlciB7XG4gICAgd2lkdGg6IDM3NXB4ICFpbXBvcnRhbnQ7XG4gIH1cbn1cbiIsIkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zJmRpc3BsYXk9c3dhcCcpO1xuQGltcG9ydCBcIi4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG5cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodCAgICAgOiAxMDAlO1xuICB3aWR0aCAgICAgIDogMTAwJTtcbiAgcG9zaXRpb24gICA6IGZpeGVkO1xuICB0b3AgICAgICAgIDogMDtcbiAgYm90dG9tICAgICA6IDA7XG4gIGxlZnQgICAgICAgOiAwO1xuICByaWdodCAgICAgIDogMDtcbn1cblxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICBoZWlnaHQgICAgICAgIDogY2FsYygxMDB2aCAtIDYwcHgpO1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xufVxuXG4udG9wLXBhbmVsIHtcbiAgZGlzcGxheSAgICA6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoICAgICAgOiAxMDAlO1xufVxuXG4udG9vbGJhci1wYW5lbCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEBuYXYtbWFpbi1iYWNrZ3JvdW5kO1xuICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xufVxuXG46Om5nLWRlZXAgLnRvb2xzIHtcbiAgLmJ1dHRvbiB7XG4gICAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcblxuICAgICYuaW5hY3RpdmUge1xuICAgICAgY29sb3I6IEByZWdlbnQtZ3JheSAgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICAuYnV0dG9uIHtcbiAgICBmbGV4LWZsb3c6IGNvbHVtbjtcbiAgfVxuXG4gIC5pY29uLWJ1dHRvbiB7XG4gICAgbWFyZ2luOiAwcHggMHB4IDBweCA3cHggIWltcG9ydGFudDtcbiAgfVxufVxuXG4ucm93IHtcbiAgZGlzcGxheTogZmxleDtcbn1cblxuLmNvbHVtbiB7XG4gIHdpZHRoOiAxMDAlO1xufVxuXG46Om5nLWRlZXAgLmdkLXNpZGUtcGFuZWwtYm9keSB7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG59XG5cbjo6bmctZGVlcCAuZ2Qtc2lkZS1wYW5lbC13cmFwcGVyIHtcbiAgd2lkdGg6IDQ2NHB4ICFpbXBvcnRhbnQ7XG59XG5cbjo6bmctZGVlcCAucGFnZSB7XG4gICYuZXhjZWwge1xuICAgIG92ZXJmbG93OiB1bnNldCAhaW1wb3J0YW50O1xuICB9XG59XG5cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgOjpuZy1kZWVwIC50b29scyB7XG4gICAgZ2QtYnV0dG9uOm50aC1jaGlsZCgxKT4uaWNvbi1idXR0b24ge1xuICAgICAgbWFyZ2luOiAwcHggMHB4IDBweCAxMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuXG4gICAgLmljb24tYnV0dG9uIHtcbiAgICAgIGhlaWdodDogNjBweDtcbiAgICAgIHdpZHRoIDogNjBweDtcbiAgICB9XG4gIH1cblxuICA6Om5nLWRlZXAgLmdkLXNpZGUtcGFuZWwtd3JhcHBlciB7XG4gICAgd2lkdGg6IDM3NXB4ICFpbXBvcnRhbnQ7XG4gIH1cbn0iXX0= */\"","import {AfterViewInit, Component, OnInit} from '@angular/core';\r\nimport {MetadataService, MetadataFileDescription} from \"./metadata.service\";\r\nimport {\r\n FileDescription,\r\n FileModel,\r\n ModalService,\r\n ZoomService,\r\n UploadFilesService,\r\n NavigateService,\r\n PagePreloadService,\r\n PageModel,\r\n PasswordService,\r\n FileCredentials, CommonModals, LoadingMaskService\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport {MetadataConfig} from \"./metadata-config\";\r\nimport {MetadataConfigService} from \"./metadata-config.service\";\r\nimport {WindowService} from \"@groupdocs.examples.angular/common-components\";\r\nimport { AccordionService } from './accordion.service';\r\nimport { FilePropertyModel, FilePropertyCategory } from './metadata-models';\r\n\r\n@Component({\r\n selector: 'gd-metadata',\r\n templateUrl: './metadata-app.component.html',\r\n styleUrls: ['./metadata-app.component.less']\r\n})\r\n\r\nexport class MetadataAppComponent implements OnInit, AfterViewInit {\r\n title = 'metadata';\r\n files: FileModel[] = [];\r\n file: FileDescription;\r\n metadataConfig: MetadataConfig;\r\n countPages = 0;\r\n formatDisabled = !this.file;\r\n credentials: FileCredentials;\r\n browseFilesModal = CommonModals.BrowseFiles;\r\n isLoading: boolean;\r\n\r\n _zoom = 100;\r\n _pageWidth: number;\r\n _pageHeight: number;\r\n options;\r\n fileWasDropped = false;\r\n public buildInProperties: FilePropertyModel[];\r\n public defaultProperties: FilePropertyModel[];\r\n public addedProperty: FilePropertyModel;\r\n public removedProperty: FilePropertyModel;\r\n public filePropertiesNames: string[];\r\n disabled = false;\r\n isDesktop: boolean;\r\n showSidePanel = true;\r\n disabledProperties: string[] = [\"generator\", \"producer\", \"creator\"];\r\n\r\n constructor(private _metadataService: MetadataService,\r\n private _modalService: ModalService,\r\n configService: MetadataConfigService,\r\n uploadFilesService: UploadFilesService,\r\n private _navigateService: NavigateService,\r\n private _zoomService: ZoomService,\r\n pagePreloadService: PagePreloadService,\r\n passwordService: PasswordService,\r\n private _loadingMaskService: LoadingMaskService,\r\n private _accrodionService: AccordionService,\r\n private _windowService: WindowService) {\r\n\r\n this.isDesktop = _windowService.isDesktop();\r\n _windowService.onResize.subscribe((w) => {\r\n this.isDesktop = _windowService.isDesktop();\r\n this.refreshZoom();\r\n });\r\n\r\n configService.updatedConfig.subscribe((metadataConfig) => {\r\n this.metadataConfig = metadataConfig;\r\n });\r\n\r\n uploadFilesService.uploadsChange.subscribe((uploads) => {\r\n if (uploads) {\r\n let i: number;\r\n for (i = 0; i < uploads.length; i++) {\r\n this._metadataService.upload(uploads.item(i), '', this.metadataConfig.rewrite).subscribe((obj: FileCredentials) => {\r\n this.fileWasDropped ? this.selectFile(obj.guid, '', '') : this.selectDir('');\r\n });\r\n }\r\n }\r\n });\r\n\r\n pagePreloadService.checkPreload.subscribe((page: number) => {\r\n if (this.metadataConfig.preloadPageCount !== 0) {\r\n for (let i = page; i < page + 2; i++) {\r\n if (i > 0 && i <= this.countPages && !this.file.pages[i - 1].data) {\r\n this.preloadPages(i, i);\r\n }\r\n }\r\n }\r\n });\r\n\r\n passwordService.passChange.subscribe((pass: string) => {\r\n this.selectFile(this.credentials.guid, pass, CommonModals.PasswordRequired);\r\n });\r\n\r\n _accrodionService.addedProperty.subscribe(addedProperty => {\r\n if (addedProperty) {\r\n this.addedProperty = addedProperty;\r\n const propObject = {\r\n original: addedProperty.original,\r\n name: \"Select property\",\r\n value: \"\",\r\n category: 0,\r\n type: 1,\r\n selected: false,\r\n editing: false,\r\n edited: false,\r\n disabled: false\r\n };\r\n if (this.buildInProperties) {\r\n this.buildInProperties.push(propObject);\r\n }\r\n }\r\n });\r\n }\r\n\r\n ngOnInit() {\r\n if (this.metadataConfig.defaultDocument !== \"\"){\r\n this.isLoading = true;\r\n this.selectFile(this.metadataConfig.defaultDocument, \"\", \"\");\r\n }\r\n }\r\n\r\n ngAfterViewInit() {\r\n this._loadingMaskService\r\n .onLoadingChanged\r\n .subscribe((loading: boolean) => this.isLoading = loading);\r\n\r\n this.refreshZoom();\r\n }\r\n\r\n get rewriteConfig(): boolean {\r\n return this.metadataConfig ? this.metadataConfig.rewrite : true;\r\n }\r\n\r\n get downloadConfig(): boolean {\r\n return this.metadataConfig ? this.metadataConfig.download : true;\r\n }\r\n\r\n get uploadConfig(): boolean {\r\n return this.metadataConfig ? this.metadataConfig.upload : true;\r\n }\r\n\r\n get browseConfig(): boolean {\r\n return this.metadataConfig ? this.metadataConfig.browse : true;\r\n }\r\n\r\n openModal(id: string) {\r\n this._modalService.open(id);\r\n }\r\n\r\n closeModal(id: string) {\r\n this._modalService.close(id);\r\n }\r\n\r\n selectDir($event: string) {\r\n this._metadataService.loadFiles($event).subscribe((files: FileModel[]) => this.files = files || []);\r\n }\r\n\r\n selectFile($event: string, password: string, modalId: string) {\r\n this.credentials = {guid: $event, password: password};\r\n this.file = null;\r\n this._metadataService.loadFile(this.credentials).subscribe((file: FileDescription) => {\r\n this.file = file;\r\n this.formatDisabled = !this.file;\r\n if (file) {\r\n if (file.pages && file.pages[0]) {\r\n this._pageHeight = file.pages[0].height;\r\n this._pageWidth = file.pages[0].width;\r\n this.options = this.zoomOptions();\r\n this.refreshZoom();\r\n }\r\n const preloadPageCount = this.metadataConfig.preloadPageCount;\r\n const countPages = file.pages ? file.pages.length : 0;\r\n if (preloadPageCount > 0) {\r\n this.preloadPages(1, preloadPageCount > countPages ? countPages : preloadPageCount);\r\n }\r\n this._navigateService.countPages = countPages;\r\n this._navigateService.currentPage = 1;\r\n this.countPages = countPages;\r\n\r\n this.loadProperties();\r\n }\r\n }\r\n );\r\n if (modalId) {\r\n this._modalService.close(modalId);\r\n }\r\n this.clearData();\r\n }\r\n\r\n preloadPages(start: number, end: number) {\r\n for (let i = start; i <= end; i++) {\r\n this._metadataService.loadPage(this.credentials, i).subscribe((page: PageModel) => {\r\n this.file.pages[i - 1] = page;\r\n });\r\n }\r\n }\r\n\r\n upload($event: string) {\r\n this._metadataService.upload(null, $event, this.rewriteConfig).subscribe(() => {\r\n this.selectDir('');\r\n });\r\n }\r\n\r\n fileDropped($event){\r\n this.fileWasDropped = $event;\r\n }\r\n\r\n private ptToPx(pt: number) {\r\n //pt * 96 / 72 = px.\r\n return pt * 96 / 72;\r\n }\r\n\r\n private getFitToWidth() {\r\n // Images and Excel-related files receiving dimensions in px from server\r\n const pageWidth = this.ptToPx(this._pageWidth);\r\n const pageHeight = this.ptToPx(this._pageHeight);\r\n const offsetWidth = pageWidth ? pageWidth : window.innerWidth;\r\n\r\n return (pageHeight > pageWidth && Math.round(offsetWidth / window.innerWidth) < 2) ? 200 - Math.round(offsetWidth * 100 / window.innerWidth) : Math.round(window.innerWidth * 100 / offsetWidth);\r\n }\r\n\r\n private getFitToHeight() {\r\n const pageWidth = this.ptToPx(this._pageWidth);\r\n const pageHeight = this.ptToPx(this._pageHeight);\r\n const windowHeight = (pageHeight > pageWidth) ? window.innerHeight - 100 : window.innerHeight + 100;\r\n const offsetHeight = pageHeight ? pageHeight : windowHeight;\r\n\r\n return (pageHeight > pageWidth) ? Math.round(windowHeight * 100 / offsetHeight) : Math.round(offsetHeight * 100 / windowHeight);\r\n }\r\n\r\n zoomOptions() {\r\n const width = this.getFitToWidth();\r\n const height = this.getFitToHeight();\r\n return this._zoomService.zoomOptions(width, height);\r\n }\r\n\r\n set zoom(zoom) {\r\n this._zoom = zoom;\r\n this._zoomService.changeZoom(this._zoom);\r\n }\r\n\r\n get zoom() {\r\n return this._zoom;\r\n }\r\n\r\n private refreshZoom() {\r\n this.zoom = this._windowService.isDesktop() ? 100 : this.getFitToWidth();\r\n }\r\n\r\n downloadFile() {\r\n if (this.formatDisabled)\r\n return;\r\n window.location.assign(this._metadataService.getDownloadUrl(this.credentials));\r\n }\r\n\r\n private clearData() {\r\n if (!this.file || !this.file.pages) {\r\n return;\r\n }\r\n for (const page of this.file.pages) {\r\n page.data = null;\r\n }\r\n }\r\n\r\n isDisabled() {\r\n return !this.file || this.disabled;\r\n }\r\n\r\n save() {\r\n if (!this.file || !this.file.pages)\r\n return;\r\n const savingProperty = this.buildInProperties.filter(p => !p.original || p.edited);\r\n const savingFile = new MetadataFileDescription();\r\n savingFile.guid = this.file.guid;\r\n savingFile.properties = savingProperty;\r\n this._metadataService.saveProperty(savingFile).subscribe((loadFile: FileDescription) => {\r\n this.loadProperties();\r\n this.disabled = false;\r\n this._modalService.open(CommonModals.OperationSuccess);\r\n });\r\n }\r\n\r\n loadProperties() {\r\n this._metadataService.loadProperties(this.credentials).subscribe((fileProperties: FilePropertyModel[]) => {\r\n this.buildInProperties = fileProperties.filter(p => p.category === FilePropertyCategory.BuildIn);\r\n this.buildInProperties.forEach(p => \r\n {\r\n if (this.disabledProperties.some(dp => dp === p.name.toLowerCase()))\r\n {\r\n p.disabled = true;\r\n }\r\n }\r\n );\r\n this.defaultProperties = fileProperties.filter(p => p.category === FilePropertyCategory.Default);\r\n\r\n this._metadataService.loadPropertiesNames(this.credentials).subscribe((filePropertiesNames: string[]) => {\r\n this.filePropertiesNames = filePropertiesNames;\r\n });\r\n });\r\n\r\n if (!this.showSidePanel) {\r\n this.showSidePanel = true;\r\n }\r\n }\r\n\r\n hideSidePanel($event: Event) {\r\n this.showSidePanel = !this.showSidePanel;\r\n }\r\n\r\n removeProperty($event: FilePropertyModel) {\r\n const removedProperty = $event;\r\n\r\n if (this.file) {\r\n const metadataFile = new MetadataFileDescription();\r\n metadataFile.guid = this.file.guid;\r\n metadataFile.properties = [removedProperty];\r\n this._metadataService.removeProperty(metadataFile).subscribe(() => {\r\n this.loadProperties();\r\n this._modalService.open(CommonModals.OperationSuccess);\r\n });\r\n }\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {MetadataConfig} from \"./metadata-config\";\r\nimport {Api, ConfigService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {HttpClient} from \"@angular/common/http\";\r\nimport {BehaviorSubject, Observable} from \"rxjs\";\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class MetadataConfigService {\r\n private _metadataConfig: BehaviorSubject = new BehaviorSubject(new MetadataConfig());\r\n private _updatedConfig: Observable = this._metadataConfig.asObservable();\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n get updatedConfig() {\r\n return this._updatedConfig;\r\n }\r\n\r\n load() {\r\n return new Promise((resolve, reject) => {\r\n const configEndpoint = this._config.getConfigEndpoint(Api.METADATA_APP);\r\n this._http.get(configEndpoint, Api.httpOptionsJson).toPromise().then((response: MetadataConfig) => {\r\n const metadataConfig = response;\r\n this._metadataConfig.next(metadataConfig);\r\n resolve();\r\n }).catch((response: any) => {\r\n reject(`Could not load metadata config: ${JSON.stringify(response)}`);\r\n });\r\n });\r\n }\r\n}\r\n","export class MetadataConfig {\r\n rewrite: boolean;\r\n download: boolean;\r\n upload: boolean;\r\n browse: boolean;\r\n\r\n filesDirectory: string;\r\n defaultDocument: string;\r\n preloadPageCount: 0;\r\n cache: boolean;\r\n}\r\n","export enum FilePropertyCategory {\r\n BuildIn,\r\n Default\r\n }\r\n \r\n export class FilePropertyModel {\r\n category: FilePropertyCategory;\r\n name: string;\r\n value: any;\r\n type: number;\r\n original: boolean;\r\n selected: boolean;\r\n editing: boolean;\r\n edited: boolean;\r\n disabled: boolean;\r\n }","import {BrowserModule} from '@angular/platform-browser';\r\nimport { APP_INITIALIZER, ModuleWithProviders, NgModule } from '@angular/core';\r\nimport {DatePipe} from '@angular/common';\r\nimport {HTTP_INTERCEPTORS, HttpClientModule} from '@angular/common/http';\r\nimport {MetadataAppComponent} from './metadata-app.component';\r\nimport {\r\n Api,\r\n CommonComponentsModule,\r\n ErrorInterceptorService, LoadingMaskInterceptorService,\r\n LoadingMaskService\r\n} from '@groupdocs.examples.angular/common-components';\r\nimport {MetadataService} from \"./metadata.service\";\r\nimport {ConfigService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {MetadataConfigService} from \"./metadata-config.service\";\r\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\r\nimport { AccordionComponent} from \"./accordion/accordion.component\";\r\nimport { AccordionGroupComponent} from \"./accordion/accordion-group/accordion-group.component\";\r\nimport { FormsModule } from '@angular/forms';\r\nimport { AccordionService } from './accordion.service';\r\n\r\nexport function initializeApp(metadataConfigService: MetadataConfigService) {\r\n const result = () => metadataConfigService.load();\r\n return result;\r\n}\r\n\r\n// NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981\r\n// @dynamic\r\nexport function setupLoadingInterceptor(service: LoadingMaskService) {\r\n return new LoadingMaskInterceptorService(service);\r\n}\r\n\r\n@NgModule({\r\n declarations: [\r\n MetadataAppComponent,\r\n AccordionComponent,\r\n AccordionGroupComponent],\r\n imports: [\r\n BrowserModule,\r\n CommonComponentsModule,\r\n HttpClientModule,\r\n FontAwesomeModule,\r\n FormsModule\r\n ],\r\n exports : [\r\n MetadataAppComponent,\r\n CommonComponentsModule,\r\n AccordionComponent,\r\n AccordionGroupComponent\r\n ],\r\n providers: [\r\n MetadataService,\r\n AccordionService,\r\n ConfigService,\r\n DatePipe,\r\n MetadataConfigService,\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useClass: ErrorInterceptorService,\r\n multi: true\r\n },\r\n {\r\n provide: APP_INITIALIZER,\r\n useFactory: initializeApp,\r\n deps: [MetadataConfigService], multi: true\r\n },\r\n LoadingMaskService,\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useFactory: setupLoadingInterceptor,\r\n multi: true,\r\n deps: [LoadingMaskService]\r\n }\r\n ]\r\n})\r\nexport class MetadataModule {\r\n static forRoot(apiEndpoint : string): ModuleWithProviders {\r\n Api.DEFAULT_API_ENDPOINT = apiEndpoint\r\n return {\r\n ngModule: MetadataModule\r\n };\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {HttpClient} from \"@angular/common/http\";\r\nimport {Api, ConfigService, FileCredentials} from \"@groupdocs.examples.angular/common-components\";\r\nimport { FilePropertyModel } from './metadata-models';\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\n\r\nexport class MetadataService {\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n loadFiles(path: string) {\r\n return this._http.post(this._config.getMetadataApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\r\n }\r\n\r\n loadFile(credentials: FileCredentials) {\r\n return this._http.post(this._config.getMetadataApiEndpoint() + Api.LOAD_DOCUMENT_DESCRIPTION, credentials, Api.httpOptionsJson);\r\n }\r\n\r\n loadProperties(credentials: FileCredentials) {\r\n return this._http.post(this._config.getMetadataApiEndpoint() + Api.LOAD_DOCUMENT_PROPERTIES, credentials, Api.httpOptionsJson);\r\n }\r\n\r\n loadPropertiesNames(credentials: FileCredentials) {\r\n return this._http.post(this._config.getMetadataApiEndpoint() + Api.LOAD_DOCUMENT_PROPERTIES_NAMES, credentials, Api.httpOptionsJson);\r\n }\r\n\r\n saveProperty(metadataFile: MetadataFileDescription) {\r\n return this._http.post(this._config.getMetadataApiEndpoint() + Api.SAVE_PROPERTY, metadataFile, Api.httpOptionsJson);\r\n }\r\n\r\n removeProperty(metadataFile: MetadataFileDescription) {\r\n return this._http.post(this._config.getMetadataApiEndpoint() + Api.REMOVE_PROPERTY, metadataFile, Api.httpOptionsJson);\r\n }\r\n\r\n upload(file: File, url: string, rewrite: boolean) {\r\n const formData = new FormData();\r\n formData.append(\"file\", file);\r\n formData.append('rewrite', String(rewrite));\r\n if (url) {\r\n formData.append(\"url\", url);\r\n }\r\n\r\n return this._http.post(this._config.getMetadataApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\r\n }\r\n\r\n loadPage(credentials: FileCredentials, page: number) {\r\n return this._http.post(this._config.getMetadataApiEndpoint() + Api.LOAD_DOCUMENT_PAGE, {\r\n 'guid': credentials.guid,\r\n 'password': credentials.password,\r\n 'page': page\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n getDownloadUrl(credentials: FileCredentials) {\r\n return this._config.getMetadataApiEndpoint() + Api.DOWNLOAD_DOCUMENTS + '/?path=' + credentials.guid;\r\n }\r\n\r\n loadPrint(credentials: FileCredentials) {\r\n return this._http.post(this._config.getMetadataApiEndpoint() + Api.LOAD_PRINT, {\r\n 'guid': credentials.guid,\r\n 'password': credentials.password,\r\n }, Api.httpOptionsJson);\r\n }\r\n}\r\n\r\nexport class MetadataFileDescription {\r\n guid: string;\r\n properties: FilePropertyModel[];\r\n}\r\n","export * from './lib/parser.module';\r\nexport * from './lib/parser-app.component';\r\n","import {Observable, Subject} from \"rxjs\";\r\n\r\nexport class ActiveFieldService {\r\n private changeSubject: Subject = new Subject();\r\n readonly changed: Observable = this.changeSubject.asObservable();\r\n\r\n constructor() {\r\n }\r\n\r\n changeActive(id: number) {\r\n this.changeSubject.next(id);\r\n }\r\n}","import { EventEmitter } from \"events\";\r\nimport { Observable, Subject } from 'rxjs';\r\nimport { PageModel } from \"@groupdocs.examples.angular/common-components\";\r\n\r\nexport class FileDescription {\r\n guid: string;\r\n pages: PageModel[];\r\n}\r\n\r\nexport class Point {\r\n readonly x: number;\r\n readonly y: number;\r\n\r\n constructor(x: number, y: number) {\r\n this.x = x;\r\n this.y = y;\r\n }\r\n}\r\n\r\nexport class Size {\r\n readonly width: number;\r\n readonly height: number;\r\n\r\n constructor(width: number, height: number) {\r\n this.width = width;\r\n this.height = height;\r\n }\r\n}\r\n\r\nexport interface TemplateId {\r\n readonly id: string;\r\n name: string;\r\n}\r\n\r\nexport class Template implements TemplateId {\r\n private _id: string = null;\r\n private _name: string = \"template name\";\r\n\r\n private fields = new Array();\r\n private addSubject: Subject = new Subject();\r\n private removeSubject: Subject = new Subject();\r\n\r\n readonly added: Observable = this.addSubject.asObservable();\r\n readonly removed: Observable = this.removeSubject.asObservable();\r\n\r\n isStored() {\r\n return this.id != null;\r\n }\r\n\r\n get id() {\r\n return this._id;\r\n }\r\n\r\n get name() {\r\n return this._name;\r\n }\r\n\r\n set name(name: string) {\r\n this._name = name;\r\n this.save();\r\n }\r\n\r\n addField(field: TemplateField) {\r\n this.fields.push(field);\r\n this.save();\r\n\r\n this.addSubject.next(field);\r\n }\r\n\r\n removeField(field: TemplateField) {\r\n var index = this.fields.indexOf(field);\r\n if (index > -1) {\r\n this.fields.splice(index, 1);\r\n }\r\n\r\n this.save();\r\n\r\n this.removeSubject.next(field);\r\n }\r\n\r\n getFields() {\r\n return this.fields;\r\n }\r\n\r\n static readonly TEMPLATE_MAX_ID = \"TEMPLATEMAXID\";\r\n static readonly TEMPLATE_PREFIX = \"TEMPLATE_\";\r\n static readonly FIELD_PREFIX = \"FIELD_\";\r\n\r\n static getTemplateIds(): Array {\r\n let ids = new Array();\r\n\r\n let i: number;\r\n for (i = 0; i < localStorage.length; i++) {\r\n const key = localStorage.key(i);\r\n if (key.startsWith(Template.TEMPLATE_PREFIX)) {\r\n const id: TemplateId = {\r\n id : key.substr(Template.TEMPLATE_PREFIX.length),\r\n name : localStorage.getItem(key)\r\n }\r\n\r\n ids.push(id);\r\n }\r\n }\r\n\r\n return ids;\r\n }\r\n\r\n static load(id: string): Template {\r\n let template = new Template();\r\n template._id = id;\r\n template._name = localStorage[Template.TEMPLATE_PREFIX + id]\r\n\r\n const fieldPrefix = Template.FIELD_PREFIX + id;\r\n\r\n let i: number;\r\n for (i = 0; i < localStorage.length; i++) {\r\n const key = localStorage.key(i);\r\n if (key.startsWith(fieldPrefix)) {\r\n const data = JSON.parse(localStorage.getItem(key));\r\n\r\n let field = new TemplateField(template);\r\n field.id = data.id;\r\n field.name = data.name;\r\n field.pageNumber = data.pageNumber;\r\n field.position = data.position;\r\n field.size = data.size;\r\n\r\n template.fields.push(field);\r\n };\r\n }\r\n\r\n return template;\r\n }\r\n\r\n save() {\r\n if (this.id != null) {\r\n this.remove();\r\n } else {\r\n const maxId = Number.parseInt(localStorage[Template.TEMPLATE_MAX_ID]);\r\n\r\n this._id = ((isNaN(maxId) ? 0 : maxId) + 1).toString();\r\n localStorage[Template.TEMPLATE_MAX_ID] = this._id;\r\n }\r\n\r\n localStorage[Template.TEMPLATE_PREFIX + this.id] = this.name;\r\n const fieldPrefix = Template.FIELD_PREFIX + this.id;\r\n\r\n this.fields.forEach(field => {\r\n localStorage.setItem(fieldPrefix + field.id, JSON.stringify(field));\r\n });\r\n }\r\n\r\n remove() {\r\n localStorage.removeItem(Template.TEMPLATE_PREFIX + this.id);\r\n const fieldPrefix = Template.FIELD_PREFIX + this.id;\r\n\r\n let i: number;\r\n for (i = 0; i < localStorage.length; i++) {\r\n const key = localStorage.key(i);\r\n\r\n if (key.startsWith(fieldPrefix)) {\r\n localStorage.removeItem(key);\r\n }\r\n }\r\n\r\n if (localStorage.length == 1) {\r\n localStorage.removeItem(Template.TEMPLATE_MAX_ID);\r\n }\r\n }\r\n}\r\n\r\nexport class TemplateField {\r\n id: number;\r\n name: string;\r\n pageNumber: number;\r\n position: Point;\r\n size: Size;\r\n\r\n constructor(private template: Template) {\r\n }\r\n\r\n remove() {\r\n this.template.removeField(this);\r\n }\r\n\r\n update() {\r\n this.template.save();\r\n }\r\n\r\n toJSON() {\r\n return {\r\n id: this.id,\r\n name: this.name,\r\n pageNumber: this.pageNumber,\r\n position: this.position,\r\n size: this.size\r\n };\r\n }\r\n}","module.exports = \"#gd-confirmation-section {\\n width: 375px;\\n}\\n.gd-confirmation-wrap {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n margin: 24px;\\n}\\n.gd-confirmation-wrap div {\\n font-size: 14px;\\n color: #acacac;\\n padding-bottom: 12px;\\n}\\n.gd-confirmation-wrap gd-button {\\n align-self: flex-end;\\n}\\n.gd-confirmation-wrap ::ng-deep .button {\\n height: 37px;\\n width: 72px;\\n padding: 0px;\\n -webkit-box-pack: center;\\n justify-content: center;\\n}\\n.gd-confirmation-wrap ::ng-deep .button ::ng-deep .text {\\n font-size: 10px !important;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvcGFyc2VyL3NyYy9saWIvY29uZmlybWF0aW9uLW1vZGFsL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9wYXJzZXIvc3JjL2xpYi9jb25maXJtYXRpb24tbW9kYWwvY29uZmlybWF0aW9uLW1vZGFsLmNvbXBvbmVudC5sZXNzIiwibGlicy9wYXJzZXIvc3JjL2xpYi9jb25maXJtYXRpb24tbW9kYWwvY29uZmlybWF0aW9uLW1vZGFsLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UsWUFBQTtBQ0RGO0FES0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxZQUFBO0FDSEY7QURBQTtFQUtJLGVBQUE7RUFDQSxjQUFBO0VBQ0Esb0JBQUE7QUNGSjtBRExBO0VBVUksb0JBQUE7QUNGSjtBRFJBO0VBYUksWUFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtBQ0ZKO0FEZEE7RUFrQk0sMEJBQUE7QUNETiIsImZpbGUiOiJsaWJzL3BhcnNlci9zcmMvbGliL2NvbmZpcm1hdGlvbi1tb2RhbC9jb25maXJtYXRpb24tbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi8uLi8uLi9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbiNnZC1jb25maXJtYXRpb24tc2VjdGlvbiB7XG4gIHdpZHRoOiAzNzVweDtcbiAvLyBoZWlnaHQ6IDE2NHB4O1xufVxuXG4uZ2QtY29uZmlybWF0aW9uLXdyYXAge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBtYXJnaW46IDI0cHg7XG4gIGRpdiB7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuICAgIGNvbG9yOiBAc2lsdmVyLWNoYWxpY2U7XG4gICAgcGFkZGluZy1ib3R0b206IDEycHg7XG4gIH1cbiAgZ2QtYnV0dG9uIHtcbiAgICBhbGlnbi1zZWxmOiBmbGV4LWVuZDtcbiAgfVxuICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgaGVpZ2h0OiAzN3B4O1xuICAgIHdpZHRoOiA3MnB4O1xuICAgIHBhZGRpbmc6IDBweDtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICA6Om5nLWRlZXAgLnRleHQge1xuICAgICAgZm9udC1zaXplOiAxMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG59IiwiI2dkLWNvbmZpcm1hdGlvbi1zZWN0aW9uIHtcbiAgd2lkdGg6IDM3NXB4O1xufVxuLmdkLWNvbmZpcm1hdGlvbi13cmFwIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgbWFyZ2luOiAyNHB4O1xufVxuLmdkLWNvbmZpcm1hdGlvbi13cmFwIGRpdiB7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgY29sb3I6ICNhY2FjYWM7XG4gIHBhZGRpbmctYm90dG9tOiAxMnB4O1xufVxuLmdkLWNvbmZpcm1hdGlvbi13cmFwIGdkLWJ1dHRvbiB7XG4gIGFsaWduLXNlbGY6IGZsZXgtZW5kO1xufVxuLmdkLWNvbmZpcm1hdGlvbi13cmFwIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgaGVpZ2h0OiAzN3B4O1xuICB3aWR0aDogNzJweDtcbiAgcGFkZGluZzogMHB4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbn1cbi5nZC1jb25maXJtYXRpb24td3JhcCA6Om5nLWRlZXAgLmJ1dHRvbiA6Om5nLWRlZXAgLnRleHQge1xuICBmb250LXNpemU6IDEwcHggIWltcG9ydGFudDtcbn1cbiJdfQ== */\"","import { Component, Input, OnInit, Output, EventEmitter } from '@angular/core';\n\n@Component({\n selector: 'app-confirmation-modal',\n templateUrl: './confirmation-modal.component.html',\n styleUrls: ['./confirmation-modal.component.less']\n})\nexport class ConfirmationModalComponent implements OnInit {\n @Input() modalId : string;\n @Input() id : any;\n @Input() title : string = \"Confirmation\";\n @Input() text : string;\n @Input() actionText : string = \"Ok\";\n @Input() actionIcon : string = \"\";\n @Output() confirmEvent = new EventEmitter();\n\n constructor() { }\n\n ngOnInit() {\n }\n\n confirmClick() {\n this.confirmEvent.emit(this.id);\n }\n\n}\n","module.exports = \"/* {\\n z-index: 1;\\n position: absolute;\\n top: 0;\\n left: 0;\\n width: 100%;\\n height: 100%;\\n \\n }*/\\n.gd-field {\\n position: absolute !important;\\n cursor: move;\\n z-index: 9;\\n}\\n.gd-field .gd-field-wrapper-border {\\n z-index: 9;\\n width: 100%;\\n height: 100%;\\n opacity: 70%;\\n outline: 1px solid #679FFA;\\n background-color: silver;\\n text-overflow: clip;\\n white-space: nowrap;\\n overflow: hidden;\\n}\\n.gd-field .gd-field-wrapper {\\n height: inherit;\\n top: 0px;\\n z-index: 9;\\n outline: 1px solid #679FFA;\\n}\\n.gd-field .gd-field-wrapper ::ng-deep .palette {\\n width: 0px;\\n height: 37px;\\n}\\n.ui-resizable-handle {\\n background-color: #679FFA;\\n width: 8px;\\n height: 8px;\\n border-radius: 100%;\\n position: absolute;\\n font-size: 0.1px;\\n display: block;\\n}\\n.se-resize {\\n bottom: -5px;\\n right: -5px;\\n cursor: se-resize;\\n}\\n.ne-resize {\\n top: -5px;\\n right: -5px;\\n cursor: ne-resize;\\n}\\n.sw-resize {\\n bottom: -5px;\\n left: -5px;\\n cursor: sw-resize;\\n}\\n.nw-resize {\\n top: -5px;\\n left: -5px;\\n cursor: nw-resize;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvcGFyc2VyL3NyYy9saWIvZmllbGQvZmllbGQuY29tcG9uZW50Lmxlc3MiLCJsaWJzL3BhcnNlci9zcmMvbGliL2ZpZWxkL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9wYXJzZXIvc3JjL2xpYi9maWVsZC9maWVsZC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7SUFRSTtBQ0VKO0VBQ0UsNkJBQUE7RUFDQSxZQUFBO0VBQ0EsVUFBQTtBREFGO0FDSEE7RUFNSSxVQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxZQUFBO0VBQ0EsMEJBQUE7RUFDQSx3QkFBQTtFQUNBLG1CQUFBO0VBQ0EsbUJBQUE7RUFDQSxnQkFBQTtBREFKO0FDZEE7RUFrQkksZUFBQTtFQUNBLFFBQUE7RUFDQSxVQUFBO0VBQ0EsMEJBQUE7QURESjtBQ3BCQTtFQXdCTSxVQUFBO0VBQ0EsWUFBQTtBREROO0FDTUE7RUFDRSx5QkFBQTtFQUNBLFVBQUE7RUFDQSxXQUFBO0VBQ0EsbUJBQUE7RUFDQSxrQkFBQTtFQUNBLGdCQUFBO0VBQ0EsY0FBQTtBREpGO0FDT0E7RUFDRSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGlCQUFBO0FETEY7QUNRQTtFQUNFLFNBQUE7RUFDQSxXQUFBO0VBQ0EsaUJBQUE7QURORjtBQ1NBO0VBQ0UsWUFBQTtFQUNBLFVBQUE7RUFDQSxpQkFBQTtBRFBGO0FDVUE7RUFDRSxTQUFBO0VBQ0EsVUFBQTtFQUNBLGlCQUFBO0FEUkYiLCJmaWxlIjoibGlicy9wYXJzZXIvc3JjL2xpYi9maWVsZC9maWVsZC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIi8qIHtcbiAgICB6LWluZGV4OiAxO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDA7XG4gICAgbGVmdDogMDtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgXG4gIH0qL1xuLmdkLWZpZWxkIHtcbiAgcG9zaXRpb246IGFic29sdXRlICFpbXBvcnRhbnQ7XG4gIGN1cnNvcjogbW92ZTtcbiAgei1pbmRleDogOTtcbn1cbi5nZC1maWVsZCAuZ2QtZmllbGQtd3JhcHBlci1ib3JkZXIge1xuICB6LWluZGV4OiA5O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICBvcGFjaXR5OiA3MCU7XG4gIG91dGxpbmU6IDFweCBzb2xpZCAjNjc5RkZBO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBzaWx2ZXI7XG4gIHRleHQtb3ZlcmZsb3c6IGNsaXA7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gIG92ZXJmbG93OiBoaWRkZW47XG59XG4uZ2QtZmllbGQgLmdkLWZpZWxkLXdyYXBwZXIge1xuICBoZWlnaHQ6IGluaGVyaXQ7XG4gIHRvcDogMHB4O1xuICB6LWluZGV4OiA5O1xuICBvdXRsaW5lOiAxcHggc29saWQgIzY3OUZGQTtcbn1cbi5nZC1maWVsZCAuZ2QtZmllbGQtd3JhcHBlciA6Om5nLWRlZXAgLnBhbGV0dGUge1xuICB3aWR0aDogMHB4O1xuICBoZWlnaHQ6IDM3cHg7XG59XG4udWktcmVzaXphYmxlLWhhbmRsZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM2NzlGRkE7XG4gIHdpZHRoOiA4cHg7XG4gIGhlaWdodDogOHB4O1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGZvbnQtc2l6ZTogMC4xcHg7XG4gIGRpc3BsYXk6IGJsb2NrO1xufVxuLnNlLXJlc2l6ZSB7XG4gIGJvdHRvbTogLTVweDtcbiAgcmlnaHQ6IC01cHg7XG4gIGN1cnNvcjogc2UtcmVzaXplO1xufVxuLm5lLXJlc2l6ZSB7XG4gIHRvcDogLTVweDtcbiAgcmlnaHQ6IC01cHg7XG4gIGN1cnNvcjogbmUtcmVzaXplO1xufVxuLnN3LXJlc2l6ZSB7XG4gIGJvdHRvbTogLTVweDtcbiAgbGVmdDogLTVweDtcbiAgY3Vyc29yOiBzdy1yZXNpemU7XG59XG4ubnctcmVzaXplIHtcbiAgdG9wOiAtNXB4O1xuICBsZWZ0OiAtNXB4O1xuICBjdXJzb3I6IG53LXJlc2l6ZTtcbn1cbiIsIi8qIHtcbiAgICB6LWluZGV4OiAxO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDA7XG4gICAgbGVmdDogMDtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgXG4gIH0qL1xuXG4uZ2QtZmllbGQge1xuICBwb3NpdGlvbjogYWJzb2x1dGUgIWltcG9ydGFudDtcbiAgY3Vyc29yOiBtb3ZlO1xuICB6LWluZGV4OiA5O1xuXG4gIC5nZC1maWVsZC13cmFwcGVyLWJvcmRlciB7XG4gICAgei1pbmRleDogOTtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgb3BhY2l0eTogNzAlO1xuICAgIG91dGxpbmU6IDFweCBzb2xpZCAjNjc5RkZBO1xuICAgIGJhY2tncm91bmQtY29sb3I6IHNpbHZlcjtcbiAgICB0ZXh0LW92ZXJmbG93OiBjbGlwO1xuICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gICAgb3ZlcmZsb3c6aGlkZGVuOyBcbiAgIH1cbiAgXG4gIC5nZC1maWVsZC13cmFwcGVyIHtcbiAgICBoZWlnaHQ6IGluaGVyaXQ7XG4gICAgdG9wOiAwcHg7XG4gICAgei1pbmRleDogOTtcbiAgICBvdXRsaW5lOiAxcHggc29saWQgIzY3OUZGQTtcblxuICAgIDo6bmctZGVlcCAucGFsZXR0ZSB7XG4gICAgICB3aWR0aDogMHB4O1xuICAgICAgaGVpZ2h0OiAzN3B4O1xuICAgIH1cbiAgfVxufVxuXG4udWktcmVzaXphYmxlLWhhbmRsZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM2NzlGRkE7XG4gIHdpZHRoOiA4cHg7XG4gIGhlaWdodDogOHB4O1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGZvbnQtc2l6ZTogMC4xcHg7XG4gIGRpc3BsYXk6IGJsb2NrO1xufVxuXG4uc2UtcmVzaXplIHtcbiAgYm90dG9tOiAtNXB4O1xuICByaWdodDogLTVweDtcbiAgY3Vyc29yOiBzZS1yZXNpemU7XG59XG5cbi5uZS1yZXNpemUge1xuICB0b3A6IC01cHg7XG4gIHJpZ2h0OiAtNXB4O1xuICBjdXJzb3I6IG5lLXJlc2l6ZTtcbn1cblxuLnN3LXJlc2l6ZSB7XG4gIGJvdHRvbTogLTVweDtcbiAgbGVmdDogLTVweDtcbiAgY3Vyc29yOiBzdy1yZXNpemU7XG59XG5cbi5udy1yZXNpemUge1xuICB0b3A6IC01cHg7XG4gIGxlZnQ6IC01cHg7XG4gIGN1cnNvcjogbnctcmVzaXplO1xufSJdfQ== */\"","import { Component, HostListener, OnDestroy, OnInit } from '@angular/core';\r\nimport { Utils } from '@groupdocs.examples.angular/common-components';\r\nimport { Point, Size, TemplateField } from '../app-models';\r\n\r\nimport * as jquery from 'jquery';\r\nimport { ActiveFieldService } from '../active-field.service';\r\nimport { Subscription } from 'rxjs';\r\nconst $ = jquery;\r\n\r\n@Component({\r\n selector: 'app-field',\r\n templateUrl: './field.component.html',\r\n styleUrls: ['./field.component.less']\r\n})\r\nexport class FieldComponent implements OnInit, OnDestroy {\r\n id: number;\r\n pageSize: Size;\r\n\r\n private field: TemplateField\r\n\r\n private left: number;\r\n private top: number;\r\n private right: number;\r\n private bottom: number;\r\n private active = false;\r\n private editMode = false;\r\n\r\n private mouseMoveParameters: MouseMoveParameters = null;\r\n\r\n private activeFieldSubscribtion: Subscription;\r\n\r\n constructor(private activeFieldService: ActiveFieldService) {\r\n this.activeFieldSubscribtion = activeFieldService.changed.subscribe(id => {\r\n const isActive = this.id == id;\r\n if (!isActive && this.active) {\r\n this.deactivate();\r\n }\r\n\r\n this.active = isActive;\r\n });\r\n }\r\n\r\n ngOnInit(): void {\r\n }\r\n\r\n ngOnDestroy(): void {\r\n if (this.activeFieldSubscribtion) {\r\n this.activeFieldSubscribtion.unsubscribe();\r\n }\r\n }\r\n\r\n setField(field: TemplateField) {\r\n this.field = field;\r\n\r\n this.left = this.field.position.x;\r\n this.top = this.field.position.y;\r\n\r\n this.right = this.left + this.field.size.width;\r\n this.bottom = this.top + this.field.size.height;\r\n }\r\n\r\n getField() {\r\n return this.field;\r\n }\r\n\r\n getLeft() {\r\n return this.left;\r\n }\r\n\r\n getTop() {\r\n return this.top;\r\n }\r\n\r\n getHeight() {\r\n return this.bottom - this.top;\r\n }\r\n\r\n getWidth() {\r\n return this.right - this.left;\r\n }\r\n\r\n isActive() {\r\n return this.active;\r\n }\r\n\r\n isEditMode() {\r\n return this.editMode;\r\n }\r\n\r\n deactivate() {\r\n this.active = false;\r\n this.editMode = false;\r\n }\r\n\r\n deactivateEditMode() {\r\n this.editMode = false;\r\n this.field.update();\r\n }\r\n\r\n activateEditMode() {\r\n this.editMode = true; \r\n }\r\n\r\n @HostListener('document:mousemove', ['$event'])\r\n onMouseMove($event: MouseEvent) {\r\n this.mouseMove($event);\r\n }\r\n\r\n @HostListener('document:mouseup', ['$event'])\r\n onMouseUp($event: MouseEvent) {\r\n this.mouseUp($event);\r\n }\r\n\r\n @HostListener(\"document:keyup\", ['$event'])\r\n onKey($event: KeyboardEvent) {\r\n if (!this.isActive()) {\r\n return;\r\n }\r\n\r\n if ($event.key == \"Enter\" && this.isEditMode()) {\r\n this.deactivateEditMode();\r\n }\r\n\r\n if ($event.key == \"Delete\" && !this.isEditMode()) {\r\n this.field.remove();\r\n }\r\n }\r\n\r\n mouseDown($event: MouseEvent, mode: string) {\r\n let mouseMoveMode = MouseMoveMode[mode];\r\n if (mouseMoveMode === undefined) {\r\n return;\r\n }\r\n\r\n let position: Point;\r\n switch (mouseMoveMode) {\r\n case MouseMoveMode.Move:\r\n position = this.field.position;\r\n break;\r\n\r\n case MouseMoveMode.NW:\r\n position = this.field.position;\r\n break;\r\n\r\n case MouseMoveMode.NE:\r\n position = new Point(this.right, this.top);\r\n break;\r\n\r\n case MouseMoveMode.SE:\r\n position = new Point(this.right, this.bottom);\r\n break;\r\n\r\n case MouseMoveMode.SW:\r\n position = new Point(this.left, this.bottom);\r\n break;\r\n\r\n default:\r\n return;\r\n }\r\n\r\n $event.preventDefault();\r\n\r\n this.activeFieldService.changeActive(this.id);\r\n this.mouseMoveParameters = new MouseMoveParameters(\r\n Utils.getMousePosition($event),\r\n position,\r\n mouseMoveMode,\r\n );\r\n }\r\n\r\n mouseUp($event: MouseEvent) {\r\n if (!this.mouseMoveParameters) {\r\n return;\r\n }\r\n\r\n $event.preventDefault();\r\n this.mouseMoveParameters = null;\r\n this.field.position = new Point(this.left, this.top);\r\n this.field.size = new Size(this.getWidth(), this.getHeight());\r\n\r\n this.field.update();\r\n }\r\n\r\n mouseMove($event: MouseEvent) {\r\n if (!this.mouseMoveParameters) {\r\n return;\r\n }\r\n\r\n const minWidth = 40;\r\n const minHeight = 10;\r\n\r\n const newMousePosition = Utils.getMousePosition($event);\r\n const newFieldPosition = this.mouseMoveParameters.getNewPosition(newMousePosition);\r\n\r\n switch (this.mouseMoveParameters.mode) {\r\n case MouseMoveMode.Move:\r\n this.left = Math.min(this.pageSize.width - this.field.size.width, Math.max(0, newFieldPosition.x));\r\n this.top = Math.min(this.pageSize.height - this.field.size.height, Math.max(0, newFieldPosition.y));\r\n this.right = this.left + this.field.size.width;\r\n this.bottom = this.top + this.field.size.height;\r\n break;\r\n\r\n case MouseMoveMode.NW:\r\n this.left = Math.min(this.right - minWidth, Math.max(0, newFieldPosition.x));\r\n this.top = Math.min(this.bottom - minHeight, Math.max(0, newFieldPosition.y));\r\n break;\r\n\r\n case MouseMoveMode.NE:\r\n this.right = Math.max(this.left + minWidth, Math.min(this.pageSize.width, newFieldPosition.x));\r\n this.top = Math.min(this.bottom - minHeight, Math.max(0, newFieldPosition.y));\r\n break;\r\n\r\n case MouseMoveMode.SE:\r\n this.right = Math.max(this.left + minWidth, Math.min(this.pageSize.width, newFieldPosition.x));\r\n this.bottom = Math.max(this.top + minHeight, Math.min(this.pageSize.height, newFieldPosition.y));\r\n break;\r\n\r\n case MouseMoveMode.SW:\r\n this.left = Math.min(this.right - minWidth, Math.max(0, newFieldPosition.x));\r\n this.bottom = Math.max(this.top + minHeight, Math.min(this.pageSize.height, newFieldPosition.y));\r\n break;\r\n }\r\n }\r\n}\r\n\r\nclass MouseMoveParameters {\r\n private deltaX: number;\r\n private deltaY: number;\r\n readonly position: Point;\r\n readonly mode: MouseMoveMode;\r\n\r\n constructor(mousePosition: Point, position: Point, mode: MouseMoveMode) {\r\n this.position = position;\r\n this.mode = mode;\r\n\r\n this.deltaX = mousePosition.x - position.x;\r\n this.deltaY = mousePosition.y - position.y;\r\n }\r\n\r\n getNewPosition(newMousePosition: Point): Point {\r\n return new Point(\r\n newMousePosition.x - this.deltaX,\r\n newMousePosition.y - this.deltaY\r\n );\r\n }\r\n}\r\n\r\nenum MouseMoveMode {\r\n Move,\r\n NE,\r\n NW,\r\n SW,\r\n SE\r\n}","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\\n.parser-wrapper {\\n z-index: 100;\\n}\\n.parser-wrapper ::ng-deep .button {\\n color: #3E4E5A !important;\\n}\\n.parser-wrapper ::ng-deep .button .text {\\n padding: 0px !important;\\n}\\n.parser-wrapper ::ng-deep .select {\\n color: #3E4E5A !important;\\n}\\n.toolbar-panel {\\n width: 100%;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n padding-left: 10px;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvcGFyc2VyL3NyYy9saWIvcGFyc2VyLWFwcC5jb21wb25lbnQubGVzcyIsImxpYnMvcGFyc2VyL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3BhcnNlci9zcmMvbGliL3BhcnNlci1hcHAuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsNkVDQWtCO0FBR2xCO0VBQ0ksWUFBQTtBRERKO0FDQUE7RUFHTSx5QkFBQTtBREFOO0FDSEE7RUFNUSx1QkFBQTtBREFSO0FDTkE7RUFXTSx5QkFBQTtBREZOO0FDTUE7RUFDSSxXQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLGtCQUFBO0FESko7QUNPQTtFQUNFLDBCQUFBO1VBQUEsb0JBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7RUFDQSxNQUFBO0VBQ0EsU0FBQTtFQUNBLE9BQUE7RUFDQSxRQUFBO0FETEYiLCJmaWxlIjoibGlicy9wYXJzZXIvc3JjL2xpYi9wYXJzZXItYXBwLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG4ucGFyc2VyLXdyYXBwZXIge1xuICB6LWluZGV4OiAxMDA7XG59XG4ucGFyc2VyLXdyYXBwZXIgOjpuZy1kZWVwIC5idXR0b24ge1xuICBjb2xvcjogIzNFNEU1QSAhaW1wb3J0YW50O1xufVxuLnBhcnNlci13cmFwcGVyIDo6bmctZGVlcCAuYnV0dG9uIC50ZXh0IHtcbiAgcGFkZGluZzogMHB4ICFpbXBvcnRhbnQ7XG59XG4ucGFyc2VyLXdyYXBwZXIgOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBjb2xvcjogIzNFNEU1QSAhaW1wb3J0YW50O1xufVxuLnRvb2xiYXItcGFuZWwge1xuICB3aWR0aDogMTAwJTtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgcGFkZGluZy1sZWZ0OiAxMHB4O1xufVxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0OiAxMDAlO1xuICB3aWR0aDogMTAwJTtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG4iLCJAaW1wb3J0IChjc3MpIHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbkBpbXBvcnQgXCIuLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4ucGFyc2VyLXdyYXBwZXIge1xuICAgIHotaW5kZXg6IDEwMDtcbiAgICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgICBjb2xvcjogQHByaW1hcnkgICFpbXBvcnRhbnQ7XG4gIFxuICAgICAgLnRleHQge1xuICAgICAgICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbiAgICAgIH1cbiAgICB9XG4gIFxuICAgIDo6bmctZGVlcCAuc2VsZWN0IHtcbiAgICAgIGNvbG9yOiBAcHJpbWFyeSAgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuLnRvb2xiYXItcGFuZWwge1xuICAgIHdpZHRoICAgICAgOiAxMDAlO1xuICAgIGRpc3BsYXkgICAgOiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgcGFkZGluZy1sZWZ0OiAxMHB4O1xufVxuXG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQgICAgIDogMTAwJTtcbiAgd2lkdGggICAgICA6IDEwMCU7XG4gIHBvc2l0aW9uICAgOiBmaXhlZDtcbiAgdG9wICAgICAgICA6IDA7XG4gIGJvdHRvbSAgICAgOiAwO1xuICBsZWZ0ICAgICAgIDogMDtcbiAgcmlnaHQgICAgICA6IDA7XG59Il19 */\"","import { Component, OnInit } from '@angular/core';\nimport {\n AddDynamicComponentService,\n CommonModals,\n FileCredentials,\n FileModel, Formatting,\n HostingDynamicComponentService,\n ModalService,\n NavigateService, PagePreloadService, PasswordService,\n TopTabActivatorService, UploadFilesService,\n Utils,\n WindowService,\n ZoomService\n} from \"@groupdocs.examples.angular/common-components\";\nimport { FileDescription, Template, TemplateId } from './app-models';\nimport { ParserService } from './parser.service';\nimport { ParserConfig } from './parser-config';\n\n\n@Component({\n selector: 'gd-app-parser',\n templateUrl: './parser-app.component.html',\n styleUrls: ['./parser-app.component.less']\n})\nexport class ParserAppComponent implements OnInit {\n template: Template;\n parserConfig: ParserConfig;\n\n constructor(\n private _modalService: ModalService,\n private _parserService: ParserService,\n uploadFilesService: UploadFilesService) {\n\n uploadFilesService.uploadsChange.subscribe((uploads) => {\n if (uploads) {\n let i: number;\n for (i = 0; i < uploads.length; i++) {\n this._parserService.upload(uploads.item(i), '', this.rewriteConfig).subscribe((obj: FileCredentials) => {\n this.selectDir('');\n });\n }\n }\n });\n }\n\n ngOnInit(): void {\n this.createTemplate();\n }\n\n changeTemplateName(name: string) {\n if (name == this.template.name) {\n return;\n }\n\n this.template.name = name;\n }\n\n createTemplate() {\n this.template = new Template();\n }\n\n loadTemplate(id: TemplateId) {\n this.template = Template.load(id.id);\n this._modalService.close(\"gd-browse-templates\");\n }\n\n selectTemplate() {\n this._modalService.open(\"gd-browse-templates\");\n }\n\n deleteTemplate() {\n if (this.template.isStored()) {\n this._modalService.open(\"id-delete-template-modal\");\n }\n }\n\n deleteTemplateById(id: TemplateId) {\n this._modalService.close(\"id-delete-template-modal\");\n if (this.template.isStored()) {\n this.template.remove();\n this.createTemplate();\n }\n }\n\n parseByTemplate() {\n this._parserService.parseByTemplate(this.file.guid, this.template);\n }\n\n // File Browser\n private _file: FileDescription;\n\n files: FileModel[] = [];\n credentials: FileCredentials;\n browseFilesModal = CommonModals.BrowseFiles;\n\n set file(file: FileDescription) {\n this._file = file;\n this.createTemplate();\n }\n\n get file() {\n return this._file;\n }\n\n get uploadConfig(): boolean {\n return this.parserConfig ? this.parserConfig.upload : true;\n }\n\n get browseConfig(): boolean {\n return this.parserConfig ? this.parserConfig.browse : true;\n }\n\n get rewriteConfig(): boolean {\n return this.parserConfig ? this.parserConfig.rewrite : true;\n }\n\n openModal(id: string) {\n this._modalService.open(id);\n }\n\n upload($event: string) {\n this._parserService.upload(null, $event, this.rewriteConfig).subscribe(() => {\n this.selectDir('');\n });\n }\n\n selectDir($event: string) {\n this._parserService.loadFiles($event).subscribe((files: FileModel[]) => this.files = files || []);\n }\n\n selectFile($event: string, password: string, modalId: string) {\n this.credentials = new FileCredentials($event, password);\n this.file = null;\n this._parserService.loadFile(this.credentials).subscribe((file: FileDescription) => {\n this.file = file;\n }\n );\n if (modalId) {\n this._modalService.close(modalId);\n }\n }\n}\n","import {APP_INITIALIZER, ModuleWithProviders, NgModule} from '@angular/core';\nimport {CommonModule} from '@angular/common';\nimport {\n CommonComponentsModule,\n ErrorInterceptorService, LoadingMaskInterceptorService, LoadingMaskService\n} from \"@groupdocs.examples.angular/common-components\";\n\nimport {library} from \"@fortawesome/fontawesome-svg-core\";\nimport {fas} from \"@fortawesome/free-solid-svg-icons\";\nimport {far} from \"@fortawesome/free-regular-svg-icons\";\nimport { BrowserModule } from '@angular/platform-browser';\nimport { ClickOutsideModule } from \"ng-click-outside\";\nimport { ParserAppComponent } from './parser-app.component';\nimport { SurfaceComponent } from './surface/surface.component';\nimport { FieldComponent } from './field/field.component';\nimport { ActiveFieldService } from './active-field.service';\nimport { TemplateNameComponent } from './template-name/template-name.component';\nimport { TemplateBrowserComponent } from './template-browser/template-browser.component';\nimport { ConfirmationModalComponent } from './confirmation-modal/confirmation-modal.component';\nimport { Api, ConfigService } from \"../../../common-components/src/lib/config.service\";\n\n@NgModule({\n declarations: [ParserAppComponent, SurfaceComponent, FieldComponent, TemplateNameComponent, TemplateBrowserComponent, ConfirmationModalComponent],\n imports: [\n BrowserModule,\n CommonComponentsModule, \n ClickOutsideModule\n ],\n providers: [ ActiveFieldService, ConfigService ],\n exports: [ ParserAppComponent, FieldComponent ],\n entryComponents: [ FieldComponent ],\n})\nexport class ParserModule { \n constructor() {\n library.add(fas, far);\n }\n\n static forRoot(apiEndpoint: string): ModuleWithProviders {\n Api.DEFAULT_API_ENDPOINT = apiEndpoint;\n return {\n ngModule: ParserModule\n };\n }\n\n}\n","import { Injectable } from '@angular/core';\nimport { HttpClient, HttpHeaders } from \"@angular/common/http\";\n\nimport { FileCredentials, FileUtil } from \"@groupdocs.examples.angular/common-components\";\nimport { ConfigService } from \"../../../common-components/src/lib/config.service\";\nimport { Template } from './app-models';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ParserService {\n\n constructor(private _http: HttpClient, private _config: ConfigService) { }\n\n loadFiles(path: string) {\n return this._http.post(this._config.getParserApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\n }\n\n loadFile(credentials: FileCredentials) {\n return this._http.post(this._config.getParserApiEndpoint() + Api.LOAD_DOCUMENT_DESCRIPTION, credentials, Api.httpOptionsJson);\n }\n\n upload(file: File, url: string, rewrite: boolean) {\n const formData = new FormData();\n formData.append(\"file\", file);\n formData.append('rewrite', String(rewrite));\n if (url) {\n formData.append(\"url\", url);\n }\n\n return this._http.post(this._config.getParserApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\n }\n\n parseByTemplate(documentGuid : string, template : Template){\n const formData = new FormData();\n formData.append(\"documentGuid\", documentGuid);\n\n const txt = template.getFields().toString();\n\n return this._http.post(this._config.getParserApiEndpoint() + Api.PARSE_BY_TEMPLATE, formData);\n }\n}\n\nclass Api {\n public static VIEWER_APP = '/viewer';\n public static SIGNATURE_APP = '/signature';\n public static ANNOTATION_APP = '/annotation';\n public static SEARCH_APP = '/search';\n public static EDITOR_APP = '/editor';\n public static COMPARISON_APP = '/comparison';\n public static CONVERSION_APP = '/conversion';\n public static METADATA_APP = '/metadata';\n public static PARSER_APP = '/parser';\n public static DEFAULT_API_ENDPOINT = window.location.href;\n public static LOAD_FILE_TREE = '/loadFileTree';\n public static LOAD_CONFIG = '/loadConfig';\n public static LOAD_DOCUMENT_DESCRIPTION = '/loadDocumentDescription';\n public static LOAD_DOCUMENT_PAGE = '/loadDocumentPage';\n public static LOAD_DOCUMENT_PROPERTIES = '/loadProperties';\n public static LOAD_DOCUMENT_PROPERTIES_NAMES = '/loadPropertiesNames';\n public static SAVE_PROPERTY = '/saveProperty';\n public static REMOVE_PROPERTY = '/removeProperty';\n public static ROTATE_DOCUMENT_PAGE = '/rotateDocumentPages';\n public static UPLOAD_DOCUMENTS = '/uploadDocument';\n public static DOWNLOAD_DOCUMENTS = '/downloadDocument';\n public static LOAD_PRINT = '/loadPrint';\n public static LOAD_PRINT_PDF = '/printPdf';\n public static LOAD_THUMBNAILS = '/loadThumbnails';\n public static LOAD_FORMATS = '/loadFormats';\n public static SAVE_FILE = '/saveFile';\n public static CREATE_FILE = '/createFile';\n public static COMPARE_FILES = '/compare';\n public static CONVERT_FILE = '/convert';\n public static DELETE_SIGNATURE_FILE = '/deleteSignatureFile';\n public static REMOVE_FROM_INDEX = '/removeFromIndex';\n public static GET_FILE_STATUS = '/getFileStatus';\n public static SAVE_OPTICAL_CODE = '/saveOpticalCode';\n public static SAVE_TEXT = '/saveText';\n public static SAVE_IMAGE = '/saveImage';\n public static SAVE_STAMP = '/saveStamp';\n public static SIGN = '/sign';\n public static DOWNLOAD_SIGNED = '/downloadSigned';\n public static LOAD_SIGNATURE_IMAGE = '/loadSignatureImage';\n public static ANNOTATE = '/annotate';\n public static SEARCH = '/search';\n public static ADD_FILES_TO_INDEX = '/addFilesToIndex';\n public static PARSE_BY_TEMPLATE = '/parseByTemplate';\n\n public static httpOptionsJson = {\n headers: new HttpHeaders({\n 'Content-Type': 'application/json',\n })\n };\n public static httpOptionsJsonResponseTypeBlob = {\n headers: new HttpHeaders({\n 'Content-Type': 'application/json',\n }),\n responseType: 'blob' as 'blob'\n };\n}\n","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n::ng-deep .page {\\n position: relative;\\n}\\n::ng-deep .gd-page-image {\\n width: unset;\\n height: unset;\\n}\\n::ng-deep .top-panel {\\n align-content: flex-start;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: inherit;\\n}\\n.gd-document {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n width: 100%;\\n position: fixed;\\n top: \\\"calc(90px)\\\";\\n bottom: 0;\\n left: 0;\\n right: 0;\\n height: calc(100% - 90px);\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvcGFyc2VyL3NyYy9saWIvc3VyZmFjZS9zdXJmYWNlLmNvbXBvbmVudC5sZXNzIiwibGlicy9wYXJzZXIvc3JjL2xpYi9zdXJmYWNlL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9wYXJzZXIvc3JjL2xpYi9zdXJmYWNlL3N1cmZhY2UuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsNkVDQWtCO0FBR2xCO0VBQ0ksc0RBQUE7QURESjtBQ0lBO0VBQ0Usa0JBQUE7QURGRjtBQ0tBO0VBQ0UsWUFBQTtFQUNBLGFBQUE7QURIRjtBQ01BO0VBQ0UseUJBQUE7QURKRjtBQ09BO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsZUFBQTtBRExGO0FDU0E7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7RUFDQSxpQkFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtFQUNBLHlCQUFBO0FEUEYiLCJmaWxlIjoibGlicy9wYXJzZXIvc3JjL2xpYi9zdXJmYWNlL3N1cmZhY2UuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG46Om5nLWRlZXAgLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG46Om5nLWRlZXAgLmdkLXBhZ2UtaW1hZ2Uge1xuICB3aWR0aDogdW5zZXQ7XG4gIGhlaWdodDogdW5zZXQ7XG59XG46Om5nLWRlZXAgLnRvcC1wYW5lbCB7XG4gIGFsaWduLWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG59XG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xufVxuLmdkLWRvY3VtZW50IHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogXCJjYWxjKDkwcHgpXCI7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gOTBweCk7XG59XG4iLCJAaW1wb3J0IChjc3MpIHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG46aG9zdCAqIHtcbiAgICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG4gIH1cbiAgXG46Om5nLWRlZXAgLnBhZ2Uge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG5cbjo6bmctZGVlcCAuZ2QtcGFnZS1pbWFnZSB7XG4gIHdpZHRoIDogdW5zZXQ7XG4gIGhlaWdodDogdW5zZXQ7XG59XG5cbjo6bmctZGVlcCAudG9wLXBhbmVsIHtcbiAgYWxpZ24tY29udGVudDogZmxleC1zdGFydDtcbn1cblxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodCA6IGluaGVyaXQ7XG59XG5cblxuLmdkLWRvY3VtZW50IHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIHdpZHRoICAgICAgOiAxMDAlO1xuICBwb3NpdGlvbiAgIDogZml4ZWQ7XG4gIHRvcCAgICAgICAgOiBcImNhbGMoQHtlZGl0b3ItbmF2LWhlaWdodH0pXCI7XG4gIGJvdHRvbSAgICAgOiAwO1xuICBsZWZ0ICAgICAgIDogMDtcbiAgcmlnaHQgICAgICA6IDA7XG4gIGhlaWdodDp+XCJjYWxjKDEwMCUgLSBAe2VkaXRvci1uYXYtaGVpZ2h0fSlcIjtcbn0iXX0= */\"","import { Component, ComponentRef, Input, OnDestroy, OnInit } from '@angular/core';\r\nimport {\r\n AddDynamicComponentService,\r\n CommonModals,\r\n FileCredentials,\r\n FileModel, Formatting,\r\n HostingDynamicComponentService,\r\n LogoComponent,\r\n ModalService,\r\n NavigateService, PagePreloadService, PasswordService,\r\n TopTabActivatorService, UploadFilesService,\r\n Utils,\r\n WindowService,\r\n ZoomService\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport { FileDescription, Point, Size, Template, TemplateField } from '../app-models';\r\nimport { FieldComponent } from \"../field/field.component\";\r\n\r\nimport * as jquery from 'jquery';\r\nimport { Subscription } from 'rxjs';\r\nimport { ActiveFieldService } from '../active-field.service';\r\n\r\nconst $ = jquery;\r\n\r\n\r\n@Component({\r\n selector: 'app-surface',\r\n templateUrl: './surface.component.html',\r\n styleUrls: ['./surface.component.less']\r\n})\r\nexport class SurfaceComponent implements OnInit, OnDestroy {\r\n\r\n addMode: boolean = false;\r\n\r\n private _file: FileDescription;\r\n\r\n private _template: Template;\r\n private fieldAddedSubscription: Subscription;\r\n private fieldRemovedSubscription: Subscription;\r\n\r\n private lastId = -1;\r\n private fieldComponentRefs = new Map>();\r\n\r\n @Input() set file(file: FileDescription) {\r\n this._file = file;\r\n }\r\n\r\n get file() {\r\n return this._file;\r\n }\r\n\r\n @Input() set template(template: Template) {\r\n this._template = template;\r\n\r\n if (this.fieldAddedSubscription) {\r\n this.fieldAddedSubscription.unsubscribe();\r\n }\r\n\r\n if (this.fieldRemovedSubscription) {\r\n this.fieldRemovedSubscription.unsubscribe();\r\n }\r\n\r\n this.fieldAddedSubscription = this._template.added.subscribe(field => this.addField(field));\r\n this.fieldRemovedSubscription = this._template.removed.subscribe(field => this.removeField(field));\r\n\r\n this.removeFields();\r\n this.lastId = -1;\r\n this._template = template;\r\n this._template.getFields().forEach(field => {\r\n this.addField(field);\r\n this.lastId = Math.max(this.lastId, field.id);\r\n });\r\n }\r\n\r\n addField(field: TemplateField) {\r\n const dynamicDirective = this.hostingComponentsService.find(field.pageNumber);\r\n if (dynamicDirective) {\r\n\r\n const viewContainerRef = dynamicDirective.viewContainerRef;\r\n const fieldComponent = this.addDynamicComponentService.addDynamicComponent(viewContainerRef, FieldComponent);\r\n\r\n (fieldComponent.instance).id = field.id;\r\n (fieldComponent.instance).setField(field);\r\n\r\n const pageModel = this.file.pages.find(function (p) {\r\n return p.number === field.pageNumber;\r\n });\r\n (fieldComponent.instance).pageSize = new Size(pageModel.width, pageModel.height);\r\n\r\n this.fieldComponentRefs.set(field, fieldComponent);\r\n }\r\n }\r\n\r\n removeFields() {\r\n this.fieldComponentRefs.forEach(cRef => {\r\n cRef.destroy();\r\n });\r\n\r\n this.fieldComponentRefs.clear();\r\n }\r\n\r\n removeField(field: TemplateField) {\r\n const componentRef = this.fieldComponentRefs.get(field);\r\n if (componentRef) {\r\n componentRef.destroy();\r\n }\r\n this.fieldComponentRefs.delete(field);\r\n }\r\n\r\n createField($event: MouseEvent) {\r\n if (!$event.altKey) {\r\n return;\r\n }\r\n\r\n $event.preventDefault();\r\n\r\n const position = Utils.getMousePosition($event);\r\n\r\n const elements = document.elementsFromPoint(position.x, position.y);\r\n const currentPage = elements.find(x => x.id && x.id.startsWith(\"page-\"));\r\n if (currentPage) {\r\n const documentPage = $(currentPage).parent().parent()[0];\r\n const currentPosition = this.getCurrentPosition(position, $(documentPage));\r\n const pageId = currentPage.id;\r\n let pageNumber = 1;\r\n if (pageId) {\r\n const split = pageId.split('-');\r\n pageNumber = split.length === 2 ? parseInt(split[1], 10) : pageNumber;\r\n }\r\n\r\n const field = new TemplateField(this.template);\r\n const id = this.getNextId();\r\n field.name = \"field\" + id;\r\n field.id = id;\r\n field.pageNumber = pageNumber;\r\n field.position = new Point(currentPosition.x, currentPosition.y);\r\n field.size = new Size(60, 20);\r\n\r\n this._template.addField(field);\r\n }\r\n }\r\n\r\n private getCurrentPosition(position, page) {\r\n const x = (position.x - page.offset().left);\r\n const y = (position.y - page.offset().top);\r\n return new Point(x, y);\r\n }\r\n\r\n private getNextId() {\r\n this.lastId++;\r\n return this.lastId;\r\n }\r\n\r\n ngOnInit(): void {\r\n }\r\n\r\n ngOnDestroy(): void {\r\n if (this.fieldAddedSubscription) {\r\n this.fieldAddedSubscription.unsubscribe();\r\n }\r\n\r\n if (this.fieldRemovedSubscription) {\r\n this.fieldRemovedSubscription.unsubscribe();\r\n }\r\n }\r\n\r\n constructor(\r\n private hostingComponentsService: HostingDynamicComponentService,\r\n private addDynamicComponentService: AddDynamicComponentService,\r\n private activeFieldService: ActiveFieldService) {\r\n\r\n }\r\n\r\n}\r\n","module.exports = \"#gd-templatebrowser-section {\\n width: 640px;\\n height: 480px;\\n overflow-y: auto;\\n}\\n.gd-modal-table {\\n width: 100%;\\n text-align: left;\\n}\\n.list-template-header {\\n height: 60px;\\n color: #6e6e6e;\\n font-size: 13px;\\n font-weight: bold;\\n background-color: #f4f4f4;\\n margin-top: 24px;\\n}\\n.header-name {\\n padding-left: 24px;\\n width: 90%;\\n line-height: 60px;\\n}\\n.list-template-lines,\\n.list-template-header {\\n display: -webkit-box;\\n display: flex;\\n width: 100%;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n}\\n.list-template-lines {\\n border-bottom: 1px solid #e7e7e7;\\n}\\n.gd-template-name {\\n white-space: nowrap;\\n overflow: hidden;\\n width: 100%;\\n text-overflow: ellipsis;\\n}\\n.template-description {\\n display: -webkit-box;\\n display: flex;\\n width: 90%;\\n padding: 18px 0px 18px 24px;\\n font-size: 14px;\\n -webkit-box-flex: 1;\\n flex: 1;\\n cursor: pointer;\\n overflow: hidden;\\n}\\n.template-name {\\n font-size: 16px;\\n color: #6e6e6e;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n}\\n.list-template-lines:hover {\\n background-color: #E5E5E5;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvcGFyc2VyL3NyYy9saWIvdGVtcGxhdGUtYnJvd3Nlci9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvcGFyc2VyL3NyYy9saWIvdGVtcGxhdGUtYnJvd3Nlci90ZW1wbGF0ZS1icm93c2VyLmNvbXBvbmVudC5sZXNzIiwibGlicy9wYXJzZXIvc3JjL2xpYi90ZW1wbGF0ZS1icm93c2VyL3RlbXBsYXRlLWJyb3dzZXIuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0E7RUFDSSxZQUFBO0VBQ0EsYUFBQTtFQUNBLGdCQUFBO0FDQUo7QURHQTtFQUNJLFdBQUE7RUFDQSxnQkFBQTtBQ0RKO0FESUE7RUFDSSxZQUFBO0VBQ0EsY0FBQTtFQUNBLGVBQUE7RUFDQSxpQkFBQTtFQUNBLHlCQUFBO0VBQ0EsZ0JBQUE7QUNGSjtBREtBO0VBQ0ksa0JBQUE7RUFDQSxVQUFBO0VBQ0EsaUJBQUE7QUNISjtBRE1BOztFQUNJLG9CQUFBO0VBQUEsYUFBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtVQUFBLDhCQUFBO0FDSEo7QURNQTtFQUNJLGdDQUFBO0FDSko7QURPQTtFQUNJLG1CQUFBO0VBQ0EsZ0JBQUE7RUFDQSxXQUFBO0VBQ0EsdUJBQUE7QUNMSjtBRFFBO0VBQ0ksb0JBQUE7RUFBQSxhQUFBO0VBQ0EsVUFBQTtFQUNBLDJCQUFBO0VBQ0EsZUFBQTtFQUNBLG1CQUFBO1VBQUEsT0FBQTtFQUNBLGVBQUE7RUFDQSxnQkFBQTtBQ05KO0FEU0E7RUFDSSxlQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0VBQ0EsdUJBQUE7QUNQSjtBRFVBO0VBQ0kseUJBQUE7QUNSSiIsImZpbGUiOiJsaWJzL3BhcnNlci9zcmMvbGliL3RlbXBsYXRlLWJyb3dzZXIvdGVtcGxhdGUtYnJvd3Nlci5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLy4uLy4uL3N0eWxlcy92YXJpYWJsZXNcIjtcbiNnZC10ZW1wbGF0ZWJyb3dzZXItc2VjdGlvbiB7XG4gICAgd2lkdGg6IDY0MHB4O1xuICAgIGhlaWdodDogNDgwcHg7XG4gICAgb3ZlcmZsb3cteTogYXV0bztcbiAgfVxuXG4uZ2QtbW9kYWwtdGFibGUge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIHRleHQtYWxpZ246IGxlZnQ7XG59XG5cbi5saXN0LXRlbXBsYXRlLWhlYWRlciB7XG4gICAgaGVpZ2h0OiA2MHB4O1xuICAgIGNvbG9yOiBAZG92ZS1ncmF5O1xuICAgIGZvbnQtc2l6ZTogMTNweDtcbiAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAd2lsZC1zYW5kO1xuICAgIG1hcmdpbi10b3A6IDI0cHg7XG4gIH1cblxuLmhlYWRlci1uYW1lIHtcbiAgICBwYWRkaW5nLWxlZnQ6IDI0cHg7XG4gICAgd2lkdGg6IDkwJTtcbiAgICBsaW5lLWhlaWdodDogNjBweDtcbiAgfVxuXG4ubGlzdC10ZW1wbGF0ZS1saW5lcywgLmxpc3QtdGVtcGxhdGUtaGVhZGVyIHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcbiAgfSAgXG5cbi5saXN0LXRlbXBsYXRlLWxpbmVzIHtcbiAgICBib3JkZXItYm90dG9tOiAxcHggc29saWQgQG1lcmN1cnk7XG4gIH1cblxuLmdkLXRlbXBsYXRlLW5hbWUge1xuICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgICB3aWR0aDogMTAwJTtcbiAgICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbiAgfVxuXG4udGVtcGxhdGUtZGVzY3JpcHRpb24ge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgd2lkdGg6IDkwJTtcbiAgICBwYWRkaW5nOiAxOHB4IDBweCAxOHB4IDI0cHg7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuICAgIGZsZXg6IDE7ICAgIFxuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuICB9ICBcblxuLnRlbXBsYXRlLW5hbWUge1xuICAgIGZvbnQtc2l6ZTogMTZweDtcbiAgICBjb2xvcjogQGRvdmUtZ3JheTtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuICAgIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuICB9XG4gIFxuLmxpc3QtdGVtcGxhdGUtbGluZXM6aG92ZXJ7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQG5hdi1hY2NlbnQtYmFja2dyb3VuZDtcbiAgfSIsIiNnZC10ZW1wbGF0ZWJyb3dzZXItc2VjdGlvbiB7XG4gIHdpZHRoOiA2NDBweDtcbiAgaGVpZ2h0OiA0ODBweDtcbiAgb3ZlcmZsb3cteTogYXV0bztcbn1cbi5nZC1tb2RhbC10YWJsZSB7XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xufVxuLmxpc3QtdGVtcGxhdGUtaGVhZGVyIHtcbiAgaGVpZ2h0OiA2MHB4O1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBmb250LXdlaWdodDogYm9sZDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2Y0ZjRmNDtcbiAgbWFyZ2luLXRvcDogMjRweDtcbn1cbi5oZWFkZXItbmFtZSB7XG4gIHBhZGRpbmctbGVmdDogMjRweDtcbiAgd2lkdGg6IDkwJTtcbiAgbGluZS1oZWlnaHQ6IDYwcHg7XG59XG4ubGlzdC10ZW1wbGF0ZS1saW5lcyxcbi5saXN0LXRlbXBsYXRlLWhlYWRlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxMDAlO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG59XG4ubGlzdC10ZW1wbGF0ZS1saW5lcyB7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZTdlN2U3O1xufVxuLmdkLXRlbXBsYXRlLW5hbWUge1xuICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICB3aWR0aDogMTAwJTtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG59XG4udGVtcGxhdGUtZGVzY3JpcHRpb24ge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogOTAlO1xuICBwYWRkaW5nOiAxOHB4IDBweCAxOHB4IDI0cHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgZmxleDogMTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuLnRlbXBsYXRlLW5hbWUge1xuICBmb250LXNpemU6IDE2cHg7XG4gIGNvbG9yOiAjNmU2ZTZlO1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbn1cbi5saXN0LXRlbXBsYXRlLWxpbmVzOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0U1RTVFNTtcbn1cbiJdfQ== */\"","import { Component, OnInit, EventEmitter, Output } from '@angular/core';\nimport { Template, TemplateId } from '../app-models';\n\n@Component({\n selector: 'app-template-browser',\n templateUrl: './template-browser.component.html',\n styleUrls: ['./template-browser.component.less']\n})\nexport class TemplateBrowserComponent implements OnInit {\n\n @Output() choosed = new EventEmitter();\n\n ids: Array;\n\n constructor() {\n this.loadIds();\n }\n\n ngOnInit() {\n }\n\n loadIds() {\n this.ids = Template.getTemplateIds();\n }\n\n refresh($event) {\n if ($event) {\n this.loadIds();\n }\n }\n\n choose(id: TemplateId) {\n this.choosed.emit(id);\n }\n\n getTemplateIds(): Array {\n return Template.getTemplateIds();\n }\n\n}\n","module.exports = \"\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJsaWJzL3BhcnNlci9zcmMvbGliL3RlbXBsYXRlLW5hbWUvdGVtcGxhdGUtbmFtZS5jb21wb25lbnQubGVzcyJ9 */\"","import { Component, Input, OnInit, EventEmitter, Output } from '@angular/core';\n\n@Component({\n selector: 'app-template-name',\n templateUrl: './template-name.component.html',\n styleUrls: ['./template-name.component.less']\n})\nexport class TemplateNameComponent implements OnInit {\n\n private _name = \"\";\n private editorMode = false;\n\n @Output() nameChanged = new EventEmitter();\n\n constructor() { }\n\n ngOnInit() {\n }\n\n @Input() set name(name: string) {\n this.setName(name);\n }\n\n setName(name: string) {\n this._name = name;\n }\n\n getName() {\n return this._name;\n }\n\n isEditorMode() {\n return this.editorMode;\n }\n\n openEditor() {\n this.editorMode = true;\n }\n\n closeEditor() {\n this.editorMode = false;\n this.confirmNameChanged();\n }\n\n confirmNameChanged() {\n this.nameChanged.emit(this._name);\n }\n\n keyUp($event: KeyboardEvent) {\n if ($event.key == \"Enter\" && this.isEditorMode()) {\n this.closeEditor();\n }\n }\n}\n","export * from './lib/search.module';\r\nexport * from './lib/search-app.component';\r\nexport * from './lib/search.service';\r\nexport * from './lib/search-config.service';\r\n","module.exports = \".gd-indexed-file {\\n display: -webkit-box;\\n display: flex;\\n width: 100%;\\n height: 98px;\\n border-bottom: 1px solid #e7e7e7;\\n background-color: #fff;\\n -webkit-box-align: center;\\n align-items: center;\\n position: relative;\\n}\\n.gd-indexed-file-remove {\\n font-size: 18px;\\n color: #6E6E6E;\\n margin: 0px 24px;\\n cursor: pointer;\\n}\\n.gd-indexed-file-remove span {\\n width: 37px;\\n height: 37px;\\n display: block;\\n line-height: 37px;\\n text-align: center;\\n font-weight: bold;\\n}\\n.gd-indexed-file-remove.disabled {\\n color: #959da5;\\n opacity: 0.4;\\n}\\n.gd-indexed-file-name {\\n display: -webkit-box;\\n display: flex;\\n}\\n.gd-indexed-file-name fa-icon {\\n font-size: 32px;\\n margin: 19px 21px 0 0;\\n}\\n.gd-indexed-file-name.disabled fa-icon {\\n color: #6e6e6e;\\n}\\n.gd-file-name {\\n text-align: left;\\n cursor: default;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n}\\n.gd-indexed-file-size {\\n width: 70px;\\n color: #777777;\\n text-align: left;\\n font-size: 12px;\\n right: 265px;\\n position: absolute;\\n}\\n.gd-indexed-file-status-wrapper {\\n color: #777777;\\n font-size: 12px;\\n right: 104px;\\n position: absolute;\\n width: 70px;\\n}\\n.gd-indexed-file-status {\\n display: -webkit-box;\\n display: flex;\\n}\\n.gd-indexed-file-status fa-icon {\\n padding-right: 7px;\\n}\\n.gd-file-format {\\n font-size: 10px;\\n color: #acacac;\\n padding-top: 4px;\\n}\\n.gd-file-format.mobile {\\n display: none;\\n}\\n.disabled {\\n cursor: not-allowed !important;\\n}\\n.gd-indexed-file .ng-fa-icon.fa-file-pdf {\\n color: #E21717;\\n}\\n.gd-indexed-file .ng-fa-icon.fa-file-word {\\n color: #6979B9;\\n}\\n.gd-indexed-file .ng-fa-icon.fa-file-powerpoint {\\n color: #E29417;\\n}\\n.gd-indexed-file .ng-fa-icon.fa-file-excel {\\n color: #3FA300;\\n}\\n.gd-indexed-file .ng-fa-icon.fa-file-image {\\n color: #E217DA;\\n}\\n.gd-indexed-file .ng-fa-icon.fa-file-text .fa-folder {\\n color: #5D6A75;\\n}\\n.gd-indexed-file-name .ng-fa-icon {\\n font-size: 33px;\\n}\\n.gd-indexed-file-name fa-icon {\\n font-size: 32px;\\n margin: 0 11px 0 0;\\n}\\n@media (max-width: 1037px) {\\n .gd-indexed-file-size {\\n display: none;\\n }\\n .gd-file-format {\\n font-size: 10px;\\n }\\n .gd-file-format.mobile {\\n display: block;\\n }\\n .gd-file-format.mobile > fa-icon {\\n color: #bebebe;\\n }\\n .gd-file-format.mobile fa-icon {\\n font-size: 10px;\\n margin-right: 2.1px;\\n }\\n .gd-file-format.mobile fa-icon:nth-child(1) {\\n margin-right: 6px;\\n }\\n .gd-file-format {\\n font-size: 11px;\\n }\\n .gd-indexed-file-name {\\n white-space: nowrap;\\n overflow: hidden;\\n width: 65%;\\n }\\n .gd-indexed-file-status-wrapper {\\n right: 45px;\\n width: unset;\\n }\\n .gd-indexed-file-status-wrapper .gd-indexed-file-status fa-icon {\\n padding-right: unset;\\n font-size: 16px;\\n }\\n .gd-indexed-file-remove {\\n margin: 0px 16px 0px 15px;\\n font-size: 24px;\\n }\\n .mobile-hide {\\n display: none;\\n }\\n .gd-indexed-file {\\n height: 85px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2VhcmNoL3NyYy9saWIvaW5kZXhlZC1maWxlL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zZWFyY2gvc3JjL2xpYi9pbmRleGVkLWZpbGUvaW5kZXhlZC1maWxlLmNvbXBvbmVudC5sZXNzIiwibGlicy9zZWFyY2gvc3JjL2xpYi9pbmRleGVkLWZpbGUvaW5kZXhlZC1maWxlLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxnQ0FBQTtFQUNBLHNCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLGtCQUFBO0FDREY7QURJQTtFQUNFLGVBQUE7RUFDQSxjQUFBO0VBQ0EsZ0JBQUE7RUFDQSxlQUFBO0FDRkY7QURGQTtFQU9JLFdBQUE7RUFDQSxZQUFBO0VBQ0EsY0FBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxpQkFBQTtBQ0ZKO0FES0U7RUFDRSxjQUFBO0VBQ0EsWUFBQTtBQ0hKO0FET0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7QUNMRjtBRFFBO0VBQ0UsZUFBQTtFQUNBLHFCQUFBO0FDTkY7QURTQTtFQUNFLGNBQUE7QUNQRjtBRFVBO0VBQ0UsZ0JBQUE7RUFDQSxlQUFBO0VBQ0EsZ0JBQUE7RUFDQSx1QkFBQTtBQ1JGO0FEV0E7RUFDRSxXQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtBQ1RGO0FEWUE7RUFDRSxjQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtFQUNBLFdBQUE7QUNWRjtBRGFBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0FDWEY7QURVQTtFQUlJLGtCQUFBO0FDWEo7QURlQTtFQUNFLGVBQUE7RUFDQSxjQUFBO0VBQ0EsZ0JBQUE7QUNiRjtBRGVFO0VBQ0UsYUFBQTtBQ2JKO0FEaUJBO0VBQ0UsOEJBQUE7QUNmRjtBRGtCQTtFQUNFLGNBQUE7QUNoQkY7QURtQkE7RUFDRSxjQUFBO0FDakJGO0FEb0JBO0VBQ0UsY0FBQTtBQ2xCRjtBRHFCQTtFQUNFLGNBQUE7QUNuQkY7QURzQkE7RUFDRSxjQUFBO0FDcEJGO0FEdUJBO0VBQ0UsY0FBQTtBQ3JCRjtBRHdCQTtFQUNFLGVBQUE7QUN0QkY7QUR5QkE7RUFDRSxlQUFBO0VBQ0Esa0JBQUE7QUN2QkY7QUQwQkE7RUFFRTtJQUNFLGFBQUE7RUN6QkY7RUQ0QkE7SUFDRSxlQUFBO0VDMUJGO0VENEJFO0lBQ0UsY0FBQTtFQzFCSjtFRHlCRTtJQUlJLGNBQUE7RUMxQk47RURzQkU7SUFRSSxlQUFBO0lBQ0EsbUJBQUE7RUMzQk47RURrQkU7SUFhSSxpQkFBQTtFQzVCTjtFRGlDQTtJQUNFLGVBQUE7RUMvQkY7RURrQ0E7SUFDRSxtQkFBQTtJQUNBLGdCQUFBO0lBQ0EsVUFBQTtFQ2hDRjtFRG1DQTtJQUNFLFdBQUE7SUFDQSxZQUFBO0VDakNGO0VEK0JBO0lBTU0sb0JBQUE7SUFDQSxlQUFBO0VDbENOO0VEdUNBO0lBQ0UseUJBQUE7SUFDQSxlQUFBO0VDckNGO0VEd0NBO0lBQ0UsYUFBQTtFQ3RDRjtFRHlDQTtJQUNFLFlBQUE7RUN2Q0Y7QUFDRiIsImZpbGUiOiJsaWJzL3NlYXJjaC9zcmMvbGliL2luZGV4ZWQtZmlsZS9pbmRleGVkLWZpbGUuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWluZGV4ZWQtZmlsZSB7XG4gIGRpc3BsYXkgICAgICAgICA6IGZsZXg7XG4gIHdpZHRoICAgICAgICAgICA6IDEwMCU7XG4gIGhlaWdodCAgICAgICAgICA6IDk4cHg7XG4gIGJvcmRlci1ib3R0b20gICA6IDFweCBzb2xpZCBAbWVyY3VyeTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgYWxpZ24taXRlbXMgICAgIDogY2VudGVyO1xuICBwb3NpdGlvbiAgICAgICAgOiByZWxhdGl2ZTtcbn1cblxuLmdkLWluZGV4ZWQtZmlsZS1yZW1vdmUge1xuICBmb250LXNpemU6IDE4cHg7XG4gIGNvbG9yICAgIDogIzZFNkU2RTtcbiAgbWFyZ2luICAgOiAwcHggMjRweDtcbiAgY3Vyc29yICAgOiBwb2ludGVyO1xuXG4gIHNwYW4ge1xuICAgIHdpZHRoICAgICAgOiAzN3B4O1xuICAgIGhlaWdodCAgICAgOiAzN3B4O1xuICAgIGRpc3BsYXkgICAgOiBibG9jaztcbiAgICBsaW5lLWhlaWdodDogMzdweDtcbiAgICB0ZXh0LWFsaWduIDogY2VudGVyO1xuICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICB9XG5cbiAgJi5kaXNhYmxlZCB7XG4gICAgY29sb3IgIDogQHJlZ2VudC1ncmF5O1xuICAgIG9wYWNpdHk6IDAuNDtcbiAgfVxufVxuXG4uZ2QtaW5kZXhlZC1maWxlLW5hbWUge1xuICBkaXNwbGF5OiBmbGV4O1xufVxuXG4uZ2QtaW5kZXhlZC1maWxlLW5hbWUgZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzJweDtcbiAgbWFyZ2luICAgOiAxOXB4IDIxcHggMCAwO1xufVxuXG4uZ2QtaW5kZXhlZC1maWxlLW5hbWUuZGlzYWJsZWQgZmEtaWNvbiB7XG4gIGNvbG9yOiBAZG92ZS1ncmF5O1xufVxuXG4uZ2QtZmlsZS1uYW1lIHtcbiAgdGV4dC1hbGlnbiAgIDogbGVmdDtcbiAgY3Vyc29yICAgICAgIDogZGVmYXVsdDtcbiAgb3ZlcmZsb3cgICAgIDogaGlkZGVuO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbn1cblxuLmdkLWluZGV4ZWQtZmlsZS1zaXplIHtcbiAgd2lkdGggICAgIDogNzBweDtcbiAgY29sb3IgICAgIDogIzc3Nzc3NztcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZm9udC1zaXplIDogMTJweDtcbiAgcmlnaHQgICAgIDogMjY1cHg7XG4gIHBvc2l0aW9uICA6IGFic29sdXRlO1xufVxuXG4uZ2QtaW5kZXhlZC1maWxlLXN0YXR1cy13cmFwcGVyIHtcbiAgY29sb3IgICAgOiAjNzc3Nzc3O1xuICBmb250LXNpemU6IDEycHg7XG4gIHJpZ2h0ICAgIDogMTA0cHg7XG4gIHBvc2l0aW9uIDogYWJzb2x1dGU7XG4gIHdpZHRoICAgIDogNzBweDtcbn1cblxuLmdkLWluZGV4ZWQtZmlsZS1zdGF0dXMge1xuICBkaXNwbGF5OiBmbGV4O1xuXG4gIGZhLWljb24ge1xuICAgIHBhZGRpbmctcmlnaHQ6IDdweDtcbiAgfVxufVxuXG4uZ2QtZmlsZS1mb3JtYXQge1xuICBmb250LXNpemUgIDogMTBweDtcbiAgY29sb3IgICAgICA6IEBzaWx2ZXItY2hhbGljZTtcbiAgcGFkZGluZy10b3A6IDRweDtcblxuICAmLm1vYmlsZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxufVxuXG4uZGlzYWJsZWQge1xuICBjdXJzb3I6IG5vdC1hbGxvd2VkICFpbXBvcnRhbnQ7XG59XG5cbi5nZC1pbmRleGVkLWZpbGUgLm5nLWZhLWljb24uZmEtZmlsZS1wZGYge1xuICBjb2xvcjogI0UyMTcxNztcbn1cblxuLmdkLWluZGV4ZWQtZmlsZSAubmctZmEtaWNvbi5mYS1maWxlLXdvcmQge1xuICBjb2xvcjogIzY5NzlCOTtcbn1cblxuLmdkLWluZGV4ZWQtZmlsZSAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogI0UyOTQxNztcbn1cblxuLmdkLWluZGV4ZWQtZmlsZSAubmctZmEtaWNvbi5mYS1maWxlLWV4Y2VsIHtcbiAgY29sb3I6ICMzRkEzMDA7XG59XG5cbi5nZC1pbmRleGVkLWZpbGUgLm5nLWZhLWljb24uZmEtZmlsZS1pbWFnZSB7XG4gIGNvbG9yOiAjRTIxN0RBO1xufVxuXG4uZ2QtaW5kZXhlZC1maWxlIC5uZy1mYS1pY29uLmZhLWZpbGUtdGV4dCAuZmEtZm9sZGVyIHtcbiAgY29sb3I6ICM1RDZBNzU7XG59XG5cbi5nZC1pbmRleGVkLWZpbGUtbmFtZSAubmctZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzNweDtcbn1cblxuLmdkLWluZGV4ZWQtZmlsZS1uYW1lIGZhLWljb24ge1xuICBmb250LXNpemU6IDMycHg7XG4gIG1hcmdpbiAgIDogMCAxMXB4IDAgMDtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcblxuICAuZ2QtaW5kZXhlZC1maWxlLXNpemUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cblxuICAuZ2QtZmlsZS1mb3JtYXQge1xuICAgIGZvbnQtc2l6ZTogMTBweDtcblxuICAgICYubW9iaWxlIHtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuXG4gICAgICA+ZmEtaWNvbiB7XG4gICAgICAgIGNvbG9yOiAjYmViZWJlO1xuICAgICAgfVxuXG4gICAgICBmYS1pY29uIHtcbiAgICAgICAgZm9udC1zaXplICAgOiAxMHB4O1xuICAgICAgICBtYXJnaW4tcmlnaHQ6IDIuMXB4O1xuICAgICAgfVxuXG4gICAgICBmYS1pY29uOm50aC1jaGlsZCgxKSB7XG4gICAgICAgIG1hcmdpbi1yaWdodDogNnB4O1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC5nZC1maWxlLWZvcm1hdCB7XG4gICAgZm9udC1zaXplOiAxMXB4O1xuICB9XG5cbiAgLmdkLWluZGV4ZWQtZmlsZS1uYW1lIHtcbiAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICAgIG92ZXJmbG93ICAgOiBoaWRkZW47XG4gICAgd2lkdGggICAgICA6IDY1JTtcbiAgfVxuXG4gIC5nZC1pbmRleGVkLWZpbGUtc3RhdHVzLXdyYXBwZXIge1xuICAgIHJpZ2h0OiA0NXB4O1xuICAgIHdpZHRoOiB1bnNldDtcblxuICAgIC5nZC1pbmRleGVkLWZpbGUtc3RhdHVzIHtcbiAgICAgIGZhLWljb24ge1xuICAgICAgICBwYWRkaW5nLXJpZ2h0OiB1bnNldDtcbiAgICAgICAgZm9udC1zaXplICAgIDogMTZweDtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICAuZ2QtaW5kZXhlZC1maWxlLXJlbW92ZSB7XG4gICAgbWFyZ2luICAgOiAwcHggMTZweCAwcHggMTVweDtcbiAgICBmb250LXNpemU6IDI0cHg7XG4gIH1cblxuICAubW9iaWxlLWhpZGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cblxuICAuZ2QtaW5kZXhlZC1maWxlIHtcbiAgICBoZWlnaHQ6IDg1cHg7XG4gIH1cbn0iLCIuZ2QtaW5kZXhlZC1maWxlIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogOThweDtcbiAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNlN2U3ZTc7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cbi5nZC1pbmRleGVkLWZpbGUtcmVtb3ZlIHtcbiAgZm9udC1zaXplOiAxOHB4O1xuICBjb2xvcjogIzZFNkU2RTtcbiAgbWFyZ2luOiAwcHggMjRweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xufVxuLmdkLWluZGV4ZWQtZmlsZS1yZW1vdmUgc3BhbiB7XG4gIHdpZHRoOiAzN3B4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBsaW5lLWhlaWdodDogMzdweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBmb250LXdlaWdodDogYm9sZDtcbn1cbi5nZC1pbmRleGVkLWZpbGUtcmVtb3ZlLmRpc2FibGVkIHtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIG9wYWNpdHk6IDAuNDtcbn1cbi5nZC1pbmRleGVkLWZpbGUtbmFtZSB7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG4uZ2QtaW5kZXhlZC1maWxlLW5hbWUgZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzJweDtcbiAgbWFyZ2luOiAxOXB4IDIxcHggMCAwO1xufVxuLmdkLWluZGV4ZWQtZmlsZS1uYW1lLmRpc2FibGVkIGZhLWljb24ge1xuICBjb2xvcjogIzZlNmU2ZTtcbn1cbi5nZC1maWxlLW5hbWUge1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBjdXJzb3I6IGRlZmF1bHQ7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xufVxuLmdkLWluZGV4ZWQtZmlsZS1zaXplIHtcbiAgd2lkdGg6IDcwcHg7XG4gIGNvbG9yOiAjNzc3Nzc3O1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBmb250LXNpemU6IDEycHg7XG4gIHJpZ2h0OiAyNjVweDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xufVxuLmdkLWluZGV4ZWQtZmlsZS1zdGF0dXMtd3JhcHBlciB7XG4gIGNvbG9yOiAjNzc3Nzc3O1xuICBmb250LXNpemU6IDEycHg7XG4gIHJpZ2h0OiAxMDRweDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB3aWR0aDogNzBweDtcbn1cbi5nZC1pbmRleGVkLWZpbGUtc3RhdHVzIHtcbiAgZGlzcGxheTogZmxleDtcbn1cbi5nZC1pbmRleGVkLWZpbGUtc3RhdHVzIGZhLWljb24ge1xuICBwYWRkaW5nLXJpZ2h0OiA3cHg7XG59XG4uZ2QtZmlsZS1mb3JtYXQge1xuICBmb250LXNpemU6IDEwcHg7XG4gIGNvbG9yOiAjYWNhY2FjO1xuICBwYWRkaW5nLXRvcDogNHB4O1xufVxuLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uZGlzYWJsZWQge1xuICBjdXJzb3I6IG5vdC1hbGxvd2VkICFpbXBvcnRhbnQ7XG59XG4uZ2QtaW5kZXhlZC1maWxlIC5uZy1mYS1pY29uLmZhLWZpbGUtcGRmIHtcbiAgY29sb3I6ICNFMjE3MTc7XG59XG4uZ2QtaW5kZXhlZC1maWxlIC5uZy1mYS1pY29uLmZhLWZpbGUtd29yZCB7XG4gIGNvbG9yOiAjNjk3OUI5O1xufVxuLmdkLWluZGV4ZWQtZmlsZSAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogI0UyOTQxNztcbn1cbi5nZC1pbmRleGVkLWZpbGUgLm5nLWZhLWljb24uZmEtZmlsZS1leGNlbCB7XG4gIGNvbG9yOiAjM0ZBMzAwO1xufVxuLmdkLWluZGV4ZWQtZmlsZSAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6ICNFMjE3REE7XG59XG4uZ2QtaW5kZXhlZC1maWxlIC5uZy1mYS1pY29uLmZhLWZpbGUtdGV4dCAuZmEtZm9sZGVyIHtcbiAgY29sb3I6ICM1RDZBNzU7XG59XG4uZ2QtaW5kZXhlZC1maWxlLW5hbWUgLm5nLWZhLWljb24ge1xuICBmb250LXNpemU6IDMzcHg7XG59XG4uZ2QtaW5kZXhlZC1maWxlLW5hbWUgZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzJweDtcbiAgbWFyZ2luOiAwIDExcHggMCAwO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAuZ2QtaW5kZXhlZC1maWxlLXNpemUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDEwcHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSA+IGZhLWljb24ge1xuICAgIGNvbG9yOiAjYmViZWJlO1xuICB9XG4gIC5nZC1maWxlLWZvcm1hdC5tb2JpbGUgZmEtaWNvbiB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuICAgIG1hcmdpbi1yaWdodDogMi4xcHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSBmYS1pY29uOm50aC1jaGlsZCgxKSB7XG4gICAgbWFyZ2luLXJpZ2h0OiA2cHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDExcHg7XG4gIH1cbiAgLmdkLWluZGV4ZWQtZmlsZS1uYW1lIHtcbiAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgd2lkdGg6IDY1JTtcbiAgfVxuICAuZ2QtaW5kZXhlZC1maWxlLXN0YXR1cy13cmFwcGVyIHtcbiAgICByaWdodDogNDVweDtcbiAgICB3aWR0aDogdW5zZXQ7XG4gIH1cbiAgLmdkLWluZGV4ZWQtZmlsZS1zdGF0dXMtd3JhcHBlciAuZ2QtaW5kZXhlZC1maWxlLXN0YXR1cyBmYS1pY29uIHtcbiAgICBwYWRkaW5nLXJpZ2h0OiB1bnNldDtcbiAgICBmb250LXNpemU6IDE2cHg7XG4gIH1cbiAgLmdkLWluZGV4ZWQtZmlsZS1yZW1vdmUge1xuICAgIG1hcmdpbjogMHB4IDE2cHggMHB4IDE1cHg7XG4gICAgZm9udC1zaXplOiAyNHB4O1xuICB9XG4gIC5tb2JpbGUtaGlkZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuICAuZ2QtaW5kZXhlZC1maWxlIHtcbiAgICBoZWlnaHQ6IDg1cHg7XG4gIH1cbn1cbiJdfQ== */\"","import { Component, Input, OnInit } from '@angular/core';\r\nimport { SearchService } from \"../search.service\";\r\nimport { FileModel, FileUtil } from '@groupdocs.examples.angular/common-components';\r\nimport { IndexedFileModel, FileIndexingStatus } from '../search-models';\r\n\r\n@Component({\r\n selector: 'gd-indexed-file',\r\n templateUrl: './indexed-file.component.html',\r\n styleUrls: ['./indexed-file.component.less']\r\n})\r\n\r\nexport class IndexedFileComponent implements OnInit {\r\n @Input() file: IndexedFileModel;\r\n\r\n constructor(private _searchService: SearchService) {\r\n }\r\n \r\n ngOnInit(): void {\r\n }\r\n\r\n removeFile($event, file: FileModel) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n this._searchService.selectedItemToRemove(file);\r\n }\r\n\r\n getSizeString(size: number) {\r\n const mb = size / 1024 / 1024;\r\n if (mb > 1) {\r\n return (Math.round(mb * 100) / 100) + ' MB';\r\n } else {\r\n const kb = size / 1024;\r\n if (kb > 1) {\r\n return (Math.round(kb * 100) / 100) + ' KB';\r\n }\r\n }\r\n return size + ' Bytes';\r\n }\r\n\r\n getFormatIcon() {\r\n return FileUtil.find(this.file.name, this.file.directory).icon;\r\n }\r\n\r\n getFormatName() {\r\n return FileUtil.find(this.file.name, this.file.directory).format;\r\n }\r\n\r\n getStatusIcon() {\r\n switch (this.file.documentStatus) {\r\n case FileIndexingStatus.Indexing:\r\n case FileIndexingStatus.PasswordRequired:\r\n return \"circle-notch\";\r\n case FileIndexingStatus.SuccessfullyProcessed:\r\n return \"check\";\r\n case FileIndexingStatus.ProcessedWithError:\r\n return \"times\";\r\n case FileIndexingStatus.Skipped:\r\n return \"forward\";\r\n default:\r\n return \"times\";\r\n }\r\n }\r\n\r\n getStatusTitle() {\r\n switch (this.file.documentStatus) {\r\n case FileIndexingStatus.Indexing:\r\n case FileIndexingStatus.PasswordRequired:\r\n return \"Indexing\";\r\n case FileIndexingStatus.SuccessfullyProcessed:\r\n return \"Indexed\";\r\n case FileIndexingStatus.ProcessedWithError:\r\n return \"Error\"\r\n case FileIndexingStatus.Skipped:\r\n return \"Skipped\";\r\n default:\r\n return \"times\";\r\n }\r\n }\r\n}\r\n","module.exports = \"#gd-indexed-files-list {\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n height: 100%;\\n background-color: #e7e7e7;\\n top: 120px;\\n position: absolute;\\n width: 100%;\\n}\\n.gd-indexed-files-list-header {\\n display: -webkit-box;\\n display: flex;\\n font-size: 13px;\\n text-transform: uppercase;\\n color: #6e6e6e;\\n width: 100%;\\n height: 60px;\\n background-color: #f4f4f4;\\n font-weight: bold;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-placeholder {\\n margin: 0px 42px 0 42px;\\n}\\n.gd-indexed-files-list-header div:nth-child(2) {\\n text-align: left;\\n display: -webkit-box;\\n display: flex;\\n}\\n.gd-indexed-files-list-header div:nth-child(3) {\\n position: absolute;\\n right: 325px;\\n}\\n.gd-indexed-files-list-header div:nth-child(4) {\\n position: absolute;\\n right: 153px;\\n}\\n.gd-indexed-files-list-body {\\n overflow-y: scroll;\\n height: calc(100% - 180px);\\n}\\n.gd-last-placeholder {\\n margin: 0px 52px;\\n}\\n@media (max-width: 1037px) {\\n .gd-indexed-files-size {\\n display: none;\\n }\\n .gd-placeholder {\\n margin: 0px 34px 0 34px;\\n }\\n .gd-indexed-files-list-header div:nth-child(4) {\\n right: 30px;\\n }\\n .gd-indexed-file-wrapper {\\n padding: 5px 5px 0 5px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2VhcmNoL3NyYy9saWIvaW5kZXhlZC1maWxlcy1saXN0L0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zZWFyY2gvc3JjL2xpYi9pbmRleGVkLWZpbGVzLWxpc3QvaW5kZXhlZC1maWxlcy1saXN0LmNvbXBvbmVudC5sZXNzIiwibGlicy9zZWFyY2gvc3JjL2xpYi9pbmRleGVkLWZpbGVzLWxpc3QvaW5kZXhlZC1maWxlcy1saXN0LmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0ksNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsWUFBQTtFQUNBLHlCQUFBO0VBQ0EsVUFBQTtFQUNBLGtCQUFBO0VBQ0EsV0FBQTtBQ0RKO0FESUE7RUFDSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0VBQ0EseUJBQUE7RUFDQSxjQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSx5QkFBQTtFQUNBLGlCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ0ZKO0FES0E7RUFDSSx1QkFBQTtBQ0hKO0FETUE7RUFDSSxnQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtBQ0pKO0FET0E7RUFDSSxrQkFBQTtFQUNBLFlBQUE7QUNMSjtBRFFBO0VBQ0ksa0JBQUE7RUFDQSxZQUFBO0FDTko7QURTQTtFQUNJLGtCQUFBO0VBQ0EsMEJBQUE7QUNQSjtBRFVBO0VBQ0ksZ0JBQUE7QUNSSjtBRFdBO0VBQ0k7SUFDSSxhQUFBO0VDVE47RURZRTtJQUNJLHVCQUFBO0VDVk47RURhRTtJQUNJLFdBQUE7RUNYTjtFRGNFO0lBQ0ksc0JBQUE7RUNaTjtBQUNGIiwiZmlsZSI6ImxpYnMvc2VhcmNoL3NyYy9saWIvaW5kZXhlZC1maWxlcy1saXN0L2luZGV4ZWQtZmlsZXMtbGlzdC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4jZ2QtaW5kZXhlZC1maWxlcy1saXN0IHtcbiAgICBmbGV4LWRpcmVjdGlvbiAgOiBjb2x1bW47XG4gICAgaGVpZ2h0ICAgICAgICAgIDogMTAwJTtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAbWVyY3VyeTtcbiAgICB0b3AgICAgICAgICAgICAgOiAxMjBweDtcbiAgICBwb3NpdGlvbiAgICAgICAgOiBhYnNvbHV0ZTtcbiAgICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xufVxuXG4uZ2QtaW5kZXhlZC1maWxlcy1saXN0LWhlYWRlciB7XG4gICAgZGlzcGxheSAgICAgICAgIDogZmxleDtcbiAgICBmb250LXNpemUgICAgICAgOiAxM3B4O1xuICAgIHRleHQtdHJhbnNmb3JtICA6IHVwcGVyY2FzZTtcbiAgICBjb2xvciAgICAgICAgICAgOiBAZG92ZS1ncmF5O1xuICAgIHdpZHRoICAgICAgICAgICA6IDEwMCU7XG4gICAgaGVpZ2h0ICAgICAgICAgIDogNjBweDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAd2lsZC1zYW5kO1xuICAgIGZvbnQtd2VpZ2h0ICAgICA6IGJvbGQ7XG4gICAgYWxpZ24taXRlbXMgICAgIDogY2VudGVyO1xufVxuXG4uZ2QtcGxhY2Vob2xkZXIge1xuICAgIG1hcmdpbjogMHB4IDQycHggMCA0MnB4O1xufVxuXG4uZ2QtaW5kZXhlZC1maWxlcy1saXN0LWhlYWRlciBkaXY6bnRoLWNoaWxkKDIpIHtcbiAgICB0ZXh0LWFsaWduOiBsZWZ0O1xuICAgIGRpc3BsYXkgICA6IGZsZXg7XG59XG5cbi5nZC1pbmRleGVkLWZpbGVzLWxpc3QtaGVhZGVyIGRpdjpudGgtY2hpbGQoMykge1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICByaWdodCAgIDogMzI1cHg7XG59XG5cbi5nZC1pbmRleGVkLWZpbGVzLWxpc3QtaGVhZGVyIGRpdjpudGgtY2hpbGQoNCkge1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICByaWdodCAgIDogMTUzcHg7XG59XG5cbi5nZC1pbmRleGVkLWZpbGVzLWxpc3QtYm9keSB7XG4gICAgb3ZlcmZsb3cteTogc2Nyb2xsO1xuICAgIGhlaWdodCAgICA6IGNhbGMoMTAwJSAtIDE4MHB4KTtcbn1cblxuLmdkLWxhc3QtcGxhY2Vob2xkZXIge1xuICAgIG1hcmdpbjogMHB4IDUycHg7XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG4gICAgLmdkLWluZGV4ZWQtZmlsZXMtc2l6ZSB7XG4gICAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgfVxuXG4gICAgLmdkLXBsYWNlaG9sZGVyIHtcbiAgICAgICAgbWFyZ2luOiAwcHggMzRweCAwIDM0cHg7XG4gICAgfVxuXG4gICAgLmdkLWluZGV4ZWQtZmlsZXMtbGlzdC1oZWFkZXIgZGl2Om50aC1jaGlsZCg0KSB7XG4gICAgICAgIHJpZ2h0OiAzMHB4O1xuICAgIH1cblxuICAgIC5nZC1pbmRleGVkLWZpbGUtd3JhcHBlciB7XG4gICAgICAgIHBhZGRpbmc6IDVweCA1cHggMCA1cHg7XG4gICAgfVxufSIsIiNnZC1pbmRleGVkLWZpbGVzLWxpc3Qge1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBoZWlnaHQ6IDEwMCU7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG4gIHRvcDogMTIwcHg7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgd2lkdGg6IDEwMCU7XG59XG4uZ2QtaW5kZXhlZC1maWxlcy1saXN0LWhlYWRlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgY29sb3I6ICM2ZTZlNmU7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDYwcHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmNGY0ZjQ7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmdkLXBsYWNlaG9sZGVyIHtcbiAgbWFyZ2luOiAwcHggNDJweCAwIDQycHg7XG59XG4uZ2QtaW5kZXhlZC1maWxlcy1saXN0LWhlYWRlciBkaXY6bnRoLWNoaWxkKDIpIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZGlzcGxheTogZmxleDtcbn1cbi5nZC1pbmRleGVkLWZpbGVzLWxpc3QtaGVhZGVyIGRpdjpudGgtY2hpbGQoMykge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHJpZ2h0OiAzMjVweDtcbn1cbi5nZC1pbmRleGVkLWZpbGVzLWxpc3QtaGVhZGVyIGRpdjpudGgtY2hpbGQoNCkge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHJpZ2h0OiAxNTNweDtcbn1cbi5nZC1pbmRleGVkLWZpbGVzLWxpc3QtYm9keSB7XG4gIG92ZXJmbG93LXk6IHNjcm9sbDtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSAxODBweCk7XG59XG4uZ2QtbGFzdC1wbGFjZWhvbGRlciB7XG4gIG1hcmdpbjogMHB4IDUycHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5nZC1pbmRleGVkLWZpbGVzLXNpemUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgLmdkLXBsYWNlaG9sZGVyIHtcbiAgICBtYXJnaW46IDBweCAzNHB4IDAgMzRweDtcbiAgfVxuICAuZ2QtaW5kZXhlZC1maWxlcy1saXN0LWhlYWRlciBkaXY6bnRoLWNoaWxkKDQpIHtcbiAgICByaWdodDogMzBweDtcbiAgfVxuICAuZ2QtaW5kZXhlZC1maWxlLXdyYXBwZXIge1xuICAgIHBhZGRpbmc6IDVweCA1cHggMCA1cHg7XG4gIH1cbn1cbiJdfQ== */\"","import { Component, Input, OnInit } from '@angular/core';\r\nimport { FileModel } from '@groupdocs.examples.angular/common-components';\r\n\r\n@Component({\r\n selector: 'gd-indexed-files-list',\r\n templateUrl: './indexed-files-list.component.html',\r\n styleUrls: ['./indexed-files-list.component.less']\r\n})\r\n\r\nexport class IndexedFilesListComponent implements OnInit {\r\n @Input() files: FileModel[] = [];\r\n\r\n constructor() {\r\n }\r\n \r\n ngOnInit(): void {\r\n }\r\n}","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n.gd-document,\\n /deep/ .document {\\n -webkit-user-select: text !important;\\n -moz-user-select: text !important;\\n -ms-user-select: text !important;\\n user-select: text !important;\\n}\\n.current-page-number {\\n margin-left: 7px;\\n font-size: 14px;\\n color: #959da5;\\n width: 37px;\\n height: 37px;\\n line-height: 37px;\\n text-align: center;\\n}\\n.current-page-number.active {\\n color: #fff;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: calc(100vh - 60px);\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n}\\n.thumbnails-button {\\n position: absolute;\\n right: 3px;\\n}\\n.top-panel {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 100%;\\n}\\n.toolbar-panel {\\n background-color: #3e4e5a;\\n width: 100%;\\n}\\n::ng-deep .tools .button,\\n::ng-deep .tools .selected-value,\\n::ng-deep .tools .nav-caret {\\n color: #fff !important;\\n}\\n::ng-deep .tools .button.inactive,\\n::ng-deep .tools .selected-value.inactive,\\n::ng-deep .tools .nav-caret.inactive {\\n color: #959da5 !important;\\n}\\n::ng-deep .tools .button {\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-flow: column;\\n}\\n::ng-deep .tools .dropdown-menu .option {\\n color: #6e6e6e !important;\\n}\\n::ng-deep .tools .dropdown-menu .option:hover {\\n background-color: #4b566c !important;\\n}\\n::ng-deep .tools .icon-button {\\n margin: 0px 0px 0px 7px !important;\\n}\\n::ng-deep .tools .select {\\n width: 65px;\\n height: 37px;\\n margin-left: 7px;\\n line-height: 37px;\\n text-align: center;\\n}\\n@media (max-width: 1037px) {\\n .mobile-hide,\\n .current-page-number {\\n display: none;\\n }\\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\\n margin: 0px 0px 0px 10px !important;\\n }\\n ::ng-deep .tools .icon-button {\\n height: 60px;\\n width: 60px;\\n }\\n ::ng-deep .tools .gd-nav-search-btn .icon-button {\\n height: 37px;\\n width: 37px;\\n }\\n ::ng-deep .tools .gd-nav-search-btn .button {\\n font-size: 14px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2VhcmNoL3NyYy9saWIvc2VhcmNoLWFwcC5jb21wb25lbnQubGVzcyIsImxpYnMvc2VhcmNoL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3NlYXJjaC9zcmMvbGliL3NlYXJjaC1hcHAuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsNkVDQWtCO0FBR2xCO0VBQ0Usc0RBQUE7QURERjtBQ0tBOztFQUVFLG9DQUFBO0tBQUEsaUNBQUE7TUFBQSxnQ0FBQTtVQUFBLDRCQUFBO0FESEY7QUNNQTtFQUNFLGdCQUFBO0VBQ0EsZUFBQTtFQUNBLGNBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7QURKRjtBQ01FO0VBQ0UsV0FBQTtBREpKO0FDUUE7RUFDRSwwQkFBQTtVQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRE5GO0FDU0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSwwQkFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtBRFBGO0FDVUE7RUFDRSxrQkFBQTtFQUNBLFVBQUE7QURSRjtBQ1dBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLFdBQUE7QURURjtBQ1lBO0VBQ0UseUJBQUE7RUFDQSxXQUFBO0FEVkY7QUNhQTs7O0VBS0ksc0JBQUE7QURiSjtBQ2VJOzs7RUFDRSx5QkFBQTtBRFhOO0FDR0E7RUFhSSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsaUJBQUE7QURiSjtBQ0FBO0VBaUJJLHlCQUFBO0FEZEo7QUNIQTtFQXFCSSxvQ0FBQTtBRGZKO0FDTkE7RUF5Qkksa0NBQUE7QURoQko7QUNUQTtFQTZCSSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGdCQUFBO0VBQ0EsaUJBQUE7RUFDQSxrQkFBQTtBRGpCSjtBQ3FCQTtFQUVFOztJQUVFLGFBQUE7RURwQkY7RUN1QkE7SUFFSSxtQ0FBQTtFRHRCSjtFQ29CQTtJQU1JLFlBQUE7SUFDQSxXQUFBO0VEdkJKO0VDZ0JBO0lBWU0sWUFBQTtJQUNBLFdBQUE7RUR6Qk47RUNZQTtJQWlCTSxlQUFBO0VEMUJOO0FBQ0YiLCJmaWxlIjoibGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtYXBwLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuLmdkLWRvY3VtZW50LFxuIC9kZWVwLyAuZG9jdW1lbnQge1xuICB1c2VyLXNlbGVjdDogdGV4dCAhaW1wb3J0YW50O1xufVxuLmN1cnJlbnQtcGFnZS1udW1iZXIge1xuICBtYXJnaW4tbGVmdDogN3B4O1xuICBmb250LXNpemU6IDE0cHg7XG4gIGNvbG9yOiAjOTU5ZGE1O1xuICB3aWR0aDogMzdweDtcbiAgaGVpZ2h0OiAzN3B4O1xuICBsaW5lLWhlaWdodDogMzdweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuLmN1cnJlbnQtcGFnZS1udW1iZXIuYWN0aXZlIHtcbiAgY29sb3I6ICNmZmY7XG59XG4ud3JhcHBlciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbn1cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGNhbGMoMTAwdmggLSA2MHB4KTtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbn1cbi50aHVtYm5haWxzLWJ1dHRvbiB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcmlnaHQ6IDNweDtcbn1cbi50b3AtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aDogMTAwJTtcbn1cbi50b29sYmFyLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNlNGU1YTtcbiAgd2lkdGg6IDEwMCU7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24sXG46Om5nLWRlZXAgLnRvb2xzIC5zZWxlY3RlZC12YWx1ZSxcbjo6bmctZGVlcCAudG9vbHMgLm5hdi1jYXJldCB7XG4gIGNvbG9yOiAjZmZmICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24uaW5hY3RpdmUsXG46Om5nLWRlZXAgLnRvb2xzIC5zZWxlY3RlZC12YWx1ZS5pbmFjdGl2ZSxcbjo6bmctZGVlcCAudG9vbHMgLm5hdi1jYXJldC5pbmFjdGl2ZSB7XG4gIGNvbG9yOiAjOTU5ZGE1ICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5idXR0b24ge1xuICBmbGV4LWZsb3c6IGNvbHVtbjtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbiB7XG4gIGNvbG9yOiAjNmU2ZTZlICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5kcm9wZG93bi1tZW51IC5vcHRpb246aG92ZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjNGI1NjZjICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gIG1hcmdpbjogMHB4IDBweCAwcHggN3B4ICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnRvb2xzIC5zZWxlY3Qge1xuICB3aWR0aDogNjVweDtcbiAgaGVpZ2h0OiAzN3B4O1xuICBtYXJnaW4tbGVmdDogN3B4O1xuICBsaW5lLWhlaWdodDogMzdweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAubW9iaWxlLWhpZGUsXG4gIC5jdXJyZW50LXBhZ2UtbnVtYmVyIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgZ2QtYnV0dG9uOm50aC1jaGlsZCgxKSA+IC5pY29uLWJ1dHRvbiB7XG4gICAgbWFyZ2luOiAwcHggMHB4IDBweCAxMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC50b29scyAuaWNvbi1idXR0b24ge1xuICAgIGhlaWdodDogNjBweDtcbiAgICB3aWR0aDogNjBweDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvb2xzIC5nZC1uYXYtc2VhcmNoLWJ0biAuaWNvbi1idXR0b24ge1xuICAgIGhlaWdodDogMzdweDtcbiAgICB3aWR0aDogMzdweDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvb2xzIC5nZC1uYXYtc2VhcmNoLWJ0biAuYnV0dG9uIHtcbiAgICBmb250LXNpemU6IDE0cHg7XG4gIH1cbn1cbiIsIkBpbXBvcnQgKGNzcykgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9T3BlbitTYW5zJmRpc3BsYXk9c3dhcCcpO1xuQGltcG9ydCBcIi4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG5cbi8vIFRPRE86IHRoaXMgd2FzIGFkZGVkIHRvIGdldCByaWQgb2YgYHVzZXItc2VsZWN0OiBub25lYCBhZGRlZCBieSBoYW1tZXJqc1xuLmdkLWRvY3VtZW50LFxuL2RlZXAvIC5kb2N1bWVudCB7XG4gIHVzZXItc2VsZWN0OiB0ZXh0ICFpbXBvcnRhbnQ7XG59XG5cbi5jdXJyZW50LXBhZ2UtbnVtYmVyIHtcbiAgbWFyZ2luLWxlZnQ6IDdweDtcbiAgZm9udC1zaXplICA6IDE0cHg7XG4gIGNvbG9yICAgICAgOiBAcmVnZW50LWdyYXk7XG4gIHdpZHRoICAgICAgOiAzN3B4O1xuICBoZWlnaHQgICAgIDogMzdweDtcbiAgbGluZS1oZWlnaHQ6IDM3cHg7XG4gIHRleHQtYWxpZ24gOiBjZW50ZXI7XG5cbiAgJi5hY3RpdmUge1xuICAgIGNvbG9yOiAjZmZmO1xuICB9XG59XG5cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodCAgICAgOiAxMDAlO1xuICB3aWR0aCAgICAgIDogMTAwJTtcbiAgcG9zaXRpb24gICA6IGZpeGVkO1xuICB0b3AgICAgICAgIDogMDtcbiAgYm90dG9tICAgICA6IDA7XG4gIGxlZnQgICAgICAgOiAwO1xuICByaWdodCAgICAgIDogMDtcbn1cblxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICBoZWlnaHQgICAgICAgIDogY2FsYygxMDB2aCAtIDYwcHgpO1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xufVxuXG4udGh1bWJuYWlscy1idXR0b24ge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHJpZ2h0ICAgOiAzcHg7XG59XG5cbi50b3AtcGFuZWwge1xuICBkaXNwbGF5ICAgIDogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgd2lkdGggICAgICA6IDEwMCU7XG59XG5cbi50b29sYmFyLXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogQG5hdi1tYWluLWJhY2tncm91bmQ7XG4gIHdpZHRoICAgICAgICAgICA6IDEwMCU7XG59XG5cbjo6bmctZGVlcCAudG9vbHMge1xuXG4gIC5idXR0b24sXG4gIC5zZWxlY3RlZC12YWx1ZSxcbiAgLm5hdi1jYXJldCB7XG4gICAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcblxuICAgICYuaW5hY3RpdmUge1xuICAgICAgY29sb3I6IEByZWdlbnQtZ3JheSAgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICAuYnV0dG9uIHtcbiAgICBmbGV4LWZsb3c6IGNvbHVtbjtcbiAgfVxuXG4gIC5kcm9wZG93bi1tZW51IC5vcHRpb24ge1xuICAgIGNvbG9yOiBAZG92ZS1ncmF5ICAhaW1wb3J0YW50O1xuICB9XG5cbiAgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbjpob3ZlciB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQGZvbGRlciAgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5pY29uLWJ1dHRvbiB7XG4gICAgbWFyZ2luOiAwcHggMHB4IDBweCA3cHggIWltcG9ydGFudDtcbiAgfVxuXG4gIC5zZWxlY3Qge1xuICAgIHdpZHRoICAgICAgOiA2NXB4O1xuICAgIGhlaWdodCAgICAgOiAzN3B4O1xuICAgIG1hcmdpbi1sZWZ0OiA3cHg7XG4gICAgbGluZS1oZWlnaHQ6IDM3cHg7XG4gICAgdGV4dC1hbGlnbiA6IGNlbnRlcjtcbiAgfVxufVxuXG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG5cbiAgLm1vYmlsZS1oaWRlLFxuICAuY3VycmVudC1wYWdlLW51bWJlciB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuXG4gIDo6bmctZGVlcCAudG9vbHMge1xuICAgIGdkLWJ1dHRvbjpudGgtY2hpbGQoMSk+Lmljb24tYnV0dG9uIHtcbiAgICAgIG1hcmdpbjogMHB4IDBweCAwcHggMTBweCAhaW1wb3J0YW50O1xuICAgIH1cblxuICAgIC5pY29uLWJ1dHRvbiB7XG4gICAgICBoZWlnaHQ6IDYwcHg7XG4gICAgICB3aWR0aCA6IDYwcHg7XG4gICAgfVxuXG4gICAgLmdkLW5hdi1zZWFyY2gtYnRuIHtcbiAgICAgIC5pY29uLWJ1dHRvbiB7XG4gICAgICAgIGhlaWdodDogMzdweDtcbiAgICAgICAgd2lkdGggOiAzN3B4O1xuICAgICAgfVxuXG4gICAgICAuYnV0dG9uIHtcbiAgICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgICAgfVxuICAgIH1cbiAgfVxufSJdfQ== */\"","import {AfterViewInit, Component, OnInit} from '@angular/core';\r\nimport {SearchService} from \"./search.service\";\r\nimport {\r\n FileModel,\r\n ModalService,\r\n UploadFilesService,\r\n PasswordService,\r\n FileCredentials, CommonModals, LoadingMaskService\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport {SearchConfig} from \"./search-config\";\r\nimport {SearchConfigService} from \"./search-config.service\";\r\nimport {WindowService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {\r\n IndexedFileModel,\r\n SearchResult,\r\n SearchResultItemModel,\r\n ExtendedFileModel,\r\n FileIndexingStatus\r\n} from \"./search-models\";\r\n\r\n@Component({\r\n selector: 'gd-search-app',\r\n templateUrl: './search-app.component.html',\r\n styleUrls: ['./search-app.component.less']\r\n})\r\nexport class SearchAppComponent implements OnInit, AfterViewInit {\r\n title = 'search';\r\n files: ExtendedFileModel[] = [];\r\n searchResultItems: SearchResultItemModel[] = [];\r\n indexedFiles: IndexedFileModel[] = [];\r\n searchConfig: SearchConfig;\r\n credentials: FileCredentials;\r\n browseFilesModal = CommonModals.BrowseFiles;\r\n isDesktop: boolean;\r\n isLoading: boolean;\r\n skipPasswordProtected: boolean;\r\n firstSearchPerformed: boolean;\r\n searchResult: SearchResult;\r\n\r\n fileWasDropped = false;\r\n\r\n constructor(private _searchService: SearchService,\r\n private _modalService: ModalService,\r\n configService: SearchConfigService,\r\n uploadFilesService: UploadFilesService,\r\n passwordService: PasswordService,\r\n private _windowService: WindowService,\r\n private _loadingMaskService: LoadingMaskService) {\r\n\r\n configService.updatedConfig.subscribe((searchConfig) => {\r\n this.searchConfig = searchConfig;\r\n });\r\n\r\n uploadFilesService.uploadsChange.subscribe((uploads) => {\r\n if (uploads) {\r\n let i: number;\r\n for (i = 0; i < uploads.length; i++) {\r\n this._searchService.upload(uploads.item(i), '', this.searchConfig.rewrite).subscribe((obj: FileCredentials) => {\r\n if (!this.fileWasDropped) \r\n {\r\n this.selectDir('');\r\n }\r\n });\r\n }\r\n }\r\n });\r\n\r\n passwordService.passChange.subscribe((pass: string) => {\r\n this.closeModal(CommonModals.PasswordRequired);\r\n\r\n const passwordRequiredFile = this.indexedFiles.filter(f => f.documentStatus === FileIndexingStatus.PasswordRequired)[0];\r\n passwordRequiredFile.password = pass;\r\n this._searchService.addFilesToIndex([passwordRequiredFile]).subscribe(() => {\r\n this.loadIndexedFiles(true);\r\n });\r\n });\r\n\r\n this.isDesktop = _windowService.isDesktop();\r\n _windowService.onResize.subscribe((w) => {\r\n this.isDesktop = _windowService.isDesktop();\r\n });\r\n\r\n _searchService.itemToRemove.subscribe(file => {\r\n if (file) {\r\n this._searchService.removeFile(file).subscribe(() => {\r\n this.removeFileFromList(file);\r\n });\r\n }\r\n });\r\n }\r\n\r\n ngOnInit() {\r\n }\r\n\r\n ngAfterViewInit() {\r\n this._loadingMaskService\r\n .onLoadingChanged\r\n .subscribe((loading: boolean) => this.isLoading = loading);\r\n }\r\n\r\n get rewriteConfig(): boolean {\r\n return this.searchConfig ? this.searchConfig.rewrite : true;\r\n }\r\n\r\n get uploadConfig(): boolean {\r\n return this.searchConfig ? this.searchConfig.upload : true;\r\n }\r\n\r\n get browseConfig(): boolean {\r\n return this.searchConfig ? this.searchConfig.browse : true;\r\n }\r\n\r\n openModal(id: string) {\r\n this._modalService.open(id);\r\n }\r\n\r\n closeModal(id: string) {\r\n this._modalService.close(id);\r\n }\r\n\r\n selectDir($event: string) {\r\n this._searchService.loadFiles($event).subscribe((files: ExtendedFileModel[]) => this.files = files || []);\r\n }\r\n\r\n clearSearchResult() {\r\n this.searchResult = null;\r\n\r\n if (this.firstSearchPerformed && this.indexedFiles.length === 0) {\r\n this.loadIndexedFiles(true);\r\n }\r\n }\r\n\r\n selectAllItems(checked: boolean) {\r\n this.files.forEach( (f) => {\r\n if (!f.isDirectory && !f.directory) f.selected = checked;\r\n });\r\n }\r\n\r\n loadIndexedFiles($event) {\r\n if (!$event) return;\r\n\r\n this._searchService.loadFiles(this.searchConfig.indexedFilesDirectory).subscribe((indexingFiles: IndexedFileModel[]) => \r\n {\r\n if (indexingFiles && this.skipPasswordProtected && indexingFiles.filter(f => f.documentStatus === FileIndexingStatus.PasswordRequired).length > 0)\r\n {\r\n indexingFiles.filter(f => f.documentStatus === FileIndexingStatus.PasswordRequired)[0].documentStatus = FileIndexingStatus.Skipped;\r\n }\r\n\r\n this.indexedFiles = indexingFiles || [];\r\n if (this.indexedFiles.filter(f => f.documentStatus === FileIndexingStatus.Indexing).length > 0 ||\r\n (!this.skipPasswordProtected && this.indexedFiles.filter(f => f.documentStatus === FileIndexingStatus.PasswordRequired).length > 0))\r\n {\r\n const timerId = setInterval(() => \r\n {\r\n this._searchService.getDocumentStatus(this.indexedFiles.filter(f => f.documentStatus === FileIndexingStatus.Indexing ||\r\n (!this.skipPasswordProtected && f.documentStatus === FileIndexingStatus.PasswordRequired))).toPromise().then((searchIndexFiles: IndexedFileModel[]) => \r\n {\r\n searchIndexFiles.forEach((searchFile) => {\r\n if (searchFile.documentStatus !== FileIndexingStatus.Indexing)\r\n {\r\n this.indexedFiles.filter(f => f.guid === searchFile.guid)[0].documentStatus = searchFile.documentStatus;\r\n }\r\n });\r\n\r\n if (this.indexedFiles.filter(f => f.documentStatus === FileIndexingStatus.Indexing).length === 0)\r\n {\r\n clearInterval(timerId);\r\n }\r\n }).catch((response: any) => {\r\n clearInterval(timerId);\r\n });\r\n }, 1000);\r\n }\r\n });\r\n }\r\n\r\n cancel($event) {\r\n this.indexedFiles.filter(f => f.documentStatus === FileIndexingStatus.PasswordRequired)[0].documentStatus = FileIndexingStatus.Skipped;\r\n this.skipPasswordProtected = true;\r\n this.loadIndexedFiles(true);\r\n }\r\n\r\n upload($event: string) {\r\n this._searchService.upload(null, $event, this.rewriteConfig).subscribe(() => {\r\n this.selectDir('');\r\n });\r\n }\r\n\r\n fileDropped($event, reloadFiles = false) {\r\n this.fileWasDropped = $event;\r\n\r\n if (reloadFiles)\r\n {\r\n this._searchService.loadFiles('').subscribe((files: ExtendedFileModel[]) => this.files = files || []);\r\n }\r\n }\r\n\r\n removeFileFromList(file: FileModel) {\r\n if (this.indexedFiles.length > 0) {\r\n this.indexedFiles.forEach( (f, index) => {\r\n if(f.guid === file.guid) this.indexedFiles.splice(index, 1);\r\n });\r\n }\r\n }\r\n\r\n search($event: string) {\r\n if ($event === \"\") return;\r\n const creds = [];\r\n creds.push(this.credentials);\r\n this._searchService.search(creds, $event).subscribe((result: SearchResult) => {\r\n this.searchResult = result;\r\n this.firstSearchPerformed = true;\r\n });\r\n }\r\n}\r\n","module.exports = \".gd-modal-table {\\n width: 100%;\\n text-align: left;\\n}\\n#gd-browse-section {\\n width: 1036px;\\n height: 561px;\\n overflow-y: auto;\\n}\\n.list-files-header {\\n height: 60px;\\n color: #6e6e6e;\\n font-size: 13px;\\n font-weight: bold;\\n background-color: #f4f4f4;\\n margin-top: 24px;\\n}\\n.list-files-header.upload-url {\\n margin-top: 20px;\\n}\\n.header-name {\\n padding-left: 68px;\\n width: 90%;\\n line-height: 60px;\\n}\\n.header-size {\\n line-height: 60px;\\n}\\n.header-size,\\n.file-size {\\n width: 7%;\\n color: #777777;\\n text-align: left;\\n}\\n.file-size {\\n font-size: 12px;\\n width: 7%;\\n line-height: 79px;\\n}\\n.file-description {\\n display: -webkit-box;\\n display: flex;\\n width: 90%;\\n padding: 18px 0px 18px 0px;\\n font-size: 14px;\\n -webkit-box-flex: 1;\\n flex: 1;\\n cursor: pointer;\\n overflow: hidden;\\n}\\n.file-description .ng-fa-icon {\\n font-size: 32px;\\n}\\n.gd-modal-spinner {\\n background-color: #ffffff;\\n width: 100%;\\n height: 20px;\\n text-align: center;\\n font-size: 16px;\\n}\\n.gd-file-name {\\n white-space: nowrap;\\n overflow: hidden;\\n width: 100%;\\n text-overflow: ellipsis;\\n}\\n.upload-panel {\\n display: -webkit-box;\\n display: flex;\\n position: relative;\\n width: 100%;\\n margin-top: 24px;\\n margin-right: 24px;\\n}\\n.upload-panel .select-all {\\n height: 37px;\\n margin: 0px 16px 0px 15px;\\n width: 37px;\\n line-height: 44px;\\n text-align: center;\\n}\\n.upload-panel .context {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n width: 100%;\\n margin-right: 24px;\\n}\\n.upload-panel .context .context-actions {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n width: 100%;\\n}\\n.upload-panel .context .context-actions > gd-button {\\n margin-right: 10px;\\n}\\n.upload-panel .context .context-actions *:last-child {\\n margin-right: 0px;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button {\\n height: 37px;\\n width: 96px;\\n padding: 0px;\\n -webkit-box-pack: center;\\n justify-content: center;\\n font-size: 14px;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button ::ng-deep .text {\\n font-size: 10px;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button.primary {\\n width: 117px;\\n background-color: #4b566c;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive {\\n width: 106px;\\n background-color: #959da5;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive /deep/ .text {\\n color: #3E4E5A;\\n}\\n.upload-panel .context .context-actions ::ng-deep .button.primary.inactive /deep/ fa-icon {\\n color: #3E4E5A;\\n}\\n.upload-panel .context .context-panel {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n width: 100%;\\n margin-top: 20px;\\n}\\n.upload-panel .context .context-panel .upload-url {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n width: 100%;\\n}\\n.upload-panel .context .context-panel .upload-url .url-input {\\n width: 100%;\\n height: 27px;\\n border: 1px solid #25c2d4;\\n font-size: 14px;\\n padding-left: 6px;\\n}\\n.upload-panel .context .context-panel .upload-url .url-check {\\n width: 31px;\\n height: 31px;\\n color: #FFFFFF;\\n font-size: 15px;\\n background-color: #25c2d4;\\n}\\n.upload-panel .context .context-panel .upload-url .url-check .ng-fa-icon {\\n display: block;\\n padding: 8px;\\n}\\n.upload-panel gd-drop-down {\\n margin-right: 10px;\\n}\\n.upload-panel gd-drop-down /deep/ .drop-down-item .text {\\n margin-left: 7px;\\n text-transform: uppercase;\\n color: #6e6e6e;\\n}\\n.upload-panel gd-drop-down /deep/ .drop-down-item:hover {\\n background-color: #4b566c;\\n}\\n.upload-panel gd-drop-down /deep/ .drop-down-item:hover * {\\n color: #FFF;\\n}\\n.list-files-lines,\\n.list-files-header {\\n display: -webkit-box;\\n display: flex;\\n width: 100%;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n}\\n.file-description .ng-fa-icon.fa-file-pdf {\\n color: #e04e4e;\\n}\\n.file-description .ng-fa-icon.fa-file-word {\\n color: #539CF0;\\n}\\n.file-description .ng-fa-icon.fa-file-powerpoint {\\n color: #e29e1e;\\n}\\n.file-description .ng-fa-icon.fa-file-excel {\\n color: #7cbc46;\\n}\\n.file-description .ng-fa-icon.fa-file-image {\\n color: #c375ed;\\n}\\n.file-description .ng-fa-icon.fa-file-text .fa-folder,\\n.file-description .ng-fa-icon.fa-file,\\n.file-description .ng-fa-icon.fa-file-alt {\\n color: #4b566c;\\n}\\n.go-up {\\n cursor: pointer;\\n display: -webkit-box;\\n display: flex;\\n font-size: 26px;\\n color: #4b566c;\\n height: 79px;\\n}\\n.go-up-dots {\\n margin-left: 20px;\\n margin-top: 22px;\\n font-size: 16px;\\n}\\n.go-up-icon {\\n display: block;\\n padding: 18px 0px 18px 68px;\\n}\\n.file-name {\\n font-size: 16px;\\n color: #6e6e6e;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n}\\n.file-name-format {\\n padding-left: 11px;\\n overflow: hidden;\\n}\\n.file-format {\\n font-size: 10px;\\n padding-top: 3px;\\n color: #acacac;\\n}\\n.list-files-lines,\\n.go-up {\\n border-bottom: 1px solid #e7e7e7;\\n}\\n.list-files-lines:hover {\\n background-color: #E5E5E5;\\n}\\n.gd-dnd-wrap {\\n background-color: #FFF;\\n cursor: default;\\n position: absolute;\\n width: 100%;\\n height: calc(100% - 60px);\\n background: rgba(255, 255, 255, 0.7);\\n z-index: 1;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-drag-n-drop-icon {\\n margin-top: -50px;\\n}\\n.gd-drag-n-drop-icon .fa-cloud-download-alt {\\n color: #D1D1D1;\\n font-size: 110px;\\n}\\n.gd-file-checkbox {\\n height: 37px;\\n margin: 21px 16px 21px 15px;\\n width: 37px;\\n line-height: 44px;\\n text-align: center;\\n}\\n.gd-file-checkbox.empty {\\n width: 37px;\\n}\\n.file-format-select {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 36px;\\n margin-right: 24px;\\n}\\n.file-format-select ::ng-deep .button {\\n padding: 0px;\\n width: 36px;\\n margin: 0px;\\n font-size: 14px;\\n}\\n.file-format-select ::ng-deep .button .text {\\n padding: 0px;\\n}\\n.file-format-select ::ng-deep .show .button {\\n color: #959da5;\\n}\\n.file-format-select gd-drop-down /deep/ .drop-down-item {\\n width: 96px;\\n}\\n.file-format-select gd-drop-down /deep/ .drop-down-item .text {\\n padding-left: 7px;\\n text-transform: uppercase;\\n color: #6e6e6e;\\n}\\n.file-format-select gd-drop-down /deep/ .drop-down-item:hover {\\n background-color: #4b566c;\\n}\\n.file-format-select gd-drop-down /deep/ .drop-down-item:hover * {\\n color: #FFF;\\n}\\n.gd-checkbox {\\n width: 19px;\\n height: 19px;\\n margin: 0px;\\n}\\n.gd-checkbox:before {\\n position: relative;\\n display: -webkit-box;\\n display: flex;\\n width: 17px;\\n height: 17px;\\n border: 1px solid #707070;\\n content: \\\"\\\";\\n background: #FFFFFF;\\n cursor: pointer;\\n}\\n.gd-checkbox:after {\\n position: relative;\\n display: -webkit-box;\\n display: flex;\\n left: 1px;\\n top: -18px;\\n width: 16px;\\n height: 16px;\\n content: \\\"\\\";\\n cursor: pointer;\\n}\\n.gd-checkbox:checked:after {\\n font-family: \\\"Font Awesome 5 Free\\\";\\n content: \\\"\\\\f00c\\\";\\n font-weight: 900;\\n font-size: 16px;\\n color: #6E6E6E;\\n}\\n.gd-add-selected.active {\\n cursor: pointer;\\n opacity: 1;\\n}\\n.gd-add-selected {\\n width: 140px;\\n height: 36px;\\n background-color: #3E4E5A;\\n color: #FFFFFF;\\n margin: 0px 8px 0px 0px;\\n border: 0;\\n cursor: not-allowed;\\n opacity: 0.43;\\n}\\n.gd-folder-name {\\n margin-top: 8px;\\n}\\n.dnd-wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n top: 259px;\\n position: absolute;\\n}\\n.dnd-wrapper .text {\\n color: #6e6e6e;\\n font-size: 14px;\\n}\\n.dnd-wrapper .icon {\\n display: -webkit-box;\\n display: flex;\\n width: 113px;\\n height: 90px;\\n font-size: 90px;\\n color: #3E4E5A;\\n margin-bottom: 30px;\\n}\\n@media (max-width: 1037px) {\\n .header-size,\\n .file-size {\\n width: 18%;\\n }\\n .gd-dnd-wrap {\\n width: 95%;\\n }\\n #gd-browse-section {\\n width: 100%;\\n }\\n #gd-browse-section {\\n width: 100%;\\n height: calc(100% - 146px);\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2VhcmNoL3NyYy9saWIvc2VhcmNoLWJyb3dzZS1maWxlcy1tb2RhbC9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvc2VhcmNoL3NyYy9saWIvc2VhcmNoLWJyb3dzZS1maWxlcy1tb2RhbC9zZWFyY2gtYnJvd3NlLWZpbGVzLW1vZGFsLmNvbXBvbmVudC5sZXNzIiwibGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtYnJvd3NlLWZpbGVzLW1vZGFsL3NlYXJjaC1icm93c2UtZmlsZXMtbW9kYWwuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxXQUFBO0VBQ0EsZ0JBQUE7QUNERjtBRElBO0VBQ0UsYUFBQTtFQUNBLGFBQUE7RUFDQSxnQkFBQTtBQ0ZGO0FES0E7RUFDRSxZQUFBO0VBQ0EsY0FBQTtFQUNBLGVBQUE7RUFDQSxpQkFBQTtFQUNBLHlCQUFBO0VBQ0EsZ0JBQUE7QUNIRjtBREtFO0VBQ0UsZ0JBQUE7QUNISjtBRE9BO0VBQ0Usa0JBQUE7RUFDQSxVQUFBO0VBQ0EsaUJBQUE7QUNMRjtBRFFBO0VBQ0UsaUJBQUE7QUNORjtBRFVBOztFQUVFLFNBQUE7RUFDQSxjQUFBO0VBQ0EsZ0JBQUE7QUNSRjtBRFdBO0VBQ0UsZUFBQTtFQUNBLFNBQUE7RUFDQSxpQkFBQTtBQ1RGO0FEWUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxVQUFBO0VBQ0EsMEJBQUE7RUFDQSxlQUFBO0VBQ0EsbUJBQUE7VUFBQSxPQUFBO0VBQ0EsZUFBQTtFQUNBLGdCQUFBO0FDVkY7QURhQTtFQUNFLGVBQUE7QUNYRjtBRGNBO0VBQ0UseUJBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGtCQUFBO0VBQ0EsZUFBQTtBQ1pGO0FEZUE7RUFDRSxtQkFBQTtFQUNBLGdCQUFBO0VBQ0EsV0FBQTtFQUNBLHVCQUFBO0FDYkY7QURnQkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxrQkFBQTtFQUNBLFdBQUE7RUFDQSxnQkFBQTtFQUNBLGtCQUFBO0FDZEY7QURTQTtFQVFJLFlBQUE7RUFDQSx5QkFBQTtFQUNBLFdBQUE7RUFDQSxpQkFBQTtFQUNBLGtCQUFBO0FDZEo7QURFQTtFQWdCSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxXQUFBO0VBQ0Esa0JBQUE7QUNmSjtBREpBO0VBc0JNLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtFQUNBLFdBQUE7QUNmTjtBRFRBO0VBMkJRLGtCQUFBO0FDZlI7QURaQTtFQStCUSxpQkFBQTtBQ2hCUjtBRGZBO0VBbUNRLFlBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSxlQUFBO0FDakJSO0FEdEJBO0VBMENVLGVBQUE7QUNqQlY7QURvQlE7RUFDRSxZQUFBO0VBQ0EseUJBQUE7QUNsQlY7QURvQlU7RUFDRSxZQUFBO0VBQ0EseUJBQUE7QUNsQlo7QURnQlU7RUFLSSxjQUFBO0FDbEJkO0FEYVU7RUFTSSxjQUFBO0FDbkJkO0FEdkNBO0VBa0VNLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtFQUNBLFdBQUE7RUFDQSxnQkFBQTtBQ3hCTjtBRDdDQTtFQXdFUSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw4QkFBQTtFQUFBLDZCQUFBO1VBQUEsbUJBQUE7RUFDQSxXQUFBO0FDeEJSO0FEbERBO0VBNkVVLFdBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0VBQ0EsaUJBQUE7QUN4QlY7QUR6REE7RUFxRlUsV0FBQTtFQUNBLFlBQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtFQUNBLHlCQUFBO0FDekJWO0FEaEVBO0VBNkZVLGNBQUE7RUFDQSxZQUFBO0FDMUJWO0FEcEVBO0VBcUdJLGtCQUFBO0FDOUJKO0FEdkVBO0VBeUdRLGdCQUFBO0VBQ0EseUJBQUE7RUFDQSxjQUFBO0FDL0JSO0FEa0NNO0VBQ0UseUJBQUE7QUNoQ1I7QUQrQk07RUFJSSxXQUFBO0FDaENWO0FEdUNBOztFQUVFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtVQUFBLDhCQUFBO0FDckNGO0FEd0NBO0VBQ0UsY0FBQTtBQ3RDRjtBRHlDQTtFQUNFLGNBQUE7QUN2Q0Y7QUQwQ0E7RUFDRSxjQUFBO0FDeENGO0FEMkNBO0VBQ0UsY0FBQTtBQ3pDRjtBRDRDQTtFQUNFLGNBQUE7QUMxQ0Y7QUQ2Q0E7OztFQUdFLGNBQUE7QUMzQ0Y7QUQ4Q0E7RUFDRSxlQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsZUFBQTtFQUNBLGNBQUE7RUFDQSxZQUFBO0FDNUNGO0FEK0NBO0VBQ0UsaUJBQUE7RUFDQSxnQkFBQTtFQUNBLGVBQUE7QUM3Q0Y7QURnREE7RUFDRSxjQUFBO0VBQ0EsMkJBQUE7QUM5Q0Y7QURpREE7RUFDRSxlQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0VBQ0EsdUJBQUE7QUMvQ0Y7QURrREE7RUFDRSxrQkFBQTtFQUNBLGdCQUFBO0FDaERGO0FEbURBO0VBQ0UsZUFBQTtFQUNBLGdCQUFBO0VBQ0EsY0FBQTtBQ2pERjtBRG9EQTs7RUFFRSxnQ0FBQTtBQ2xERjtBRHNERTtFQUNFLHlCQUFBO0FDcERKO0FEd0RBO0VBQ0Usc0JBQUE7RUFDQSxlQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0VBQ0EseUJBQUE7RUFDQSxvQ0FBQTtFQUNBLFVBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ3RERjtBRHlEQTtFQUNFLGlCQUFBO0FDdkRGO0FEMERBO0VBQ0UsY0FBQTtFQUNBLGdCQUFBO0FDeERGO0FEMkRBO0VBQ0UsWUFBQTtFQUNBLDJCQUFBO0VBQ0EsV0FBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7QUN6REY7QUQ0REE7RUFDRSxXQUFBO0FDMURGO0FENkRBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLFdBQUE7RUFDQSxrQkFBQTtBQzNERjtBRHVEQTtFQU9JLFlBQUE7RUFDQSxXQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7QUMzREo7QURpREE7RUFhTSxZQUFBO0FDM0ROO0FEOENBO0VBa0JJLGNBQUE7QUM3REo7QUQyQ0E7RUF1Qk0sV0FBQTtBQy9ETjtBRHdDQTtFQTBCUSxpQkFBQTtFQUNBLHlCQUFBO0VBQ0EsY0FBQTtBQy9EUjtBRGtFTTtFQUNFLHlCQUFBO0FDaEVSO0FEK0RNO0VBSUksV0FBQTtBQ2hFVjtBRHVFQTtFQUNFLFdBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtBQ3JFRjtBRHVFRTtFQUNFLGtCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSx5QkFBQTtFQUNBLFdBQUE7RUFDQSxtQkFBQTtFQUNBLGVBQUE7QUNyRUo7QUR3RUU7RUFDRSxrQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLFNBQUE7RUFDQSxVQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsZUFBQTtBQ3RFSjtBRDBFSTtFQUNFLGtDQUFBO0VBQ0EsZ0JBQUE7RUFDQSxnQkFBQTtFQUNBLGVBQUE7RUFDQSxjQUFBO0FDeEVOO0FENkVBO0VBQ0UsZUFBQTtFQUNBLFVBQUE7QUMzRUY7QUQ4RUE7RUFDRSxZQUFBO0VBQ0EsWUFBQTtFQUNBLHlCQUFBO0VBQ0EsY0FBQTtFQUNBLHVCQUFBO0VBQ0EsU0FBQTtFQUNBLG1CQUFBO0VBQ0EsYUFBQTtBQzVFRjtBRCtFQTtFQUNFLGVBQUE7QUM3RUY7QURnRkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLFVBQUE7RUFDQSxrQkFBQTtBQzlFRjtBRHdFQTtFQVNJLGNBQUE7RUFDQSxlQUFBO0FDOUVKO0FEb0VBO0VBY0ksb0JBQUE7RUFBQSxhQUFBO0VBQ0EsWUFBQTtFQUNBLFlBQUE7RUFDQSxlQUFBO0VBQ0EsY0FBQTtFQUNBLG1CQUFBO0FDL0VKO0FEbUZBO0VBRUU7O0lBRUUsVUFBQTtFQ2xGRjtFRHFGQTtJQUNFLFVBQUE7RUNuRkY7RURzRkE7SUFDRSxXQUFBO0VDcEZGO0VEdUZBO0lBQ0UsV0FBQTtJQUNBLDBCQUFBO0VDckZGO0FBQ0YiLCJmaWxlIjoibGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtYnJvd3NlLWZpbGVzLW1vZGFsL3NlYXJjaC1icm93c2UtZmlsZXMtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi8uLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlcy5sZXNzXCI7XG5cbi5nZC1tb2RhbC10YWJsZSB7XG4gIHdpZHRoICAgICA6IDEwMCU7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG59XG5cbiNnZC1icm93c2Utc2VjdGlvbiB7XG4gIHdpZHRoICAgICA6IDEwMzZweDtcbiAgaGVpZ2h0ICAgIDogNTYxcHg7XG4gIG92ZXJmbG93LXk6IGF1dG87XG59XG5cbi5saXN0LWZpbGVzLWhlYWRlciB7XG4gIGhlaWdodCAgICAgICAgICA6IDYwcHg7XG4gIGNvbG9yICAgICAgICAgICA6IEBkb3ZlLWdyYXk7XG4gIGZvbnQtc2l6ZSAgICAgICA6IDEzcHg7XG4gIGZvbnQtd2VpZ2h0ICAgICA6IGJvbGQ7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG4gIG1hcmdpbi10b3AgICAgICA6IDI0cHg7XG5cbiAgJi51cGxvYWQtdXJsIHtcbiAgICBtYXJnaW4tdG9wOiAyMHB4O1xuICB9XG59XG5cbi5oZWFkZXItbmFtZSB7XG4gIHBhZGRpbmctbGVmdDogNjhweDtcbiAgd2lkdGggICAgICAgOiA5MCU7XG4gIGxpbmUtaGVpZ2h0IDogNjBweDtcbn1cblxuLmhlYWRlci1zaXplIHtcbiAgbGluZS1oZWlnaHQ6IDYwcHg7XG4gIC8vIFRPRE86IGFkZCBvdmVyZmxvdy15OiBzY3JvbGwgaWYgc2Nyb2xsLWJhciBpbiBmaWxlcyBhcHBlYXJzXG59XG5cbi5oZWFkZXItc2l6ZSxcbi5maWxlLXNpemUge1xuICB3aWR0aCAgICAgOiA3JTtcbiAgY29sb3IgICAgIDogIzc3Nzc3NztcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cblxuLmZpbGUtc2l6ZSB7XG4gIGZvbnQtc2l6ZSAgOiAxMnB4O1xuICB3aWR0aCAgICAgIDogNyU7XG4gIGxpbmUtaGVpZ2h0OiA3OXB4O1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiB7XG4gIGRpc3BsYXkgIDogZmxleDtcbiAgd2lkdGggICAgOiA5MCU7XG4gIHBhZGRpbmcgIDogMThweCAwcHggMThweCAwcHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgZmxleCAgICAgOiAxO1xuICBjdXJzb3IgICA6IHBvaW50ZXI7XG4gIG92ZXJmbG93IDogaGlkZGVuO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzJweDtcbn1cblxuLmdkLW1vZGFsLXNwaW5uZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xuICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xuICBoZWlnaHQgICAgICAgICAgOiAyMHB4O1xuICB0ZXh0LWFsaWduICAgICAgOiBjZW50ZXI7XG4gIGZvbnQtc2l6ZSAgICAgICA6IDE2cHg7XG59XG5cbi5nZC1maWxlLW5hbWUge1xuICB3aGl0ZS1zcGFjZSAgOiBub3dyYXA7XG4gIG92ZXJmbG93ICAgICA6IGhpZGRlbjtcbiAgd2lkdGggICAgICAgIDogMTAwJTtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG59XG5cbi51cGxvYWQtcGFuZWwge1xuICBkaXNwbGF5ICAgICA6IGZsZXg7XG4gIHBvc2l0aW9uICAgIDogcmVsYXRpdmU7XG4gIHdpZHRoICAgICAgIDogMTAwJTtcbiAgbWFyZ2luLXRvcCAgOiAyNHB4O1xuICBtYXJnaW4tcmlnaHQ6IDI0cHg7XG5cbiAgLnNlbGVjdC1hbGwge1xuICAgIGhlaWdodCAgICAgOiAzN3B4O1xuICAgIG1hcmdpbiAgICAgOiAwcHggMTZweCAwcHggMTVweDtcbiAgICB3aWR0aCAgICAgIDogMzdweDtcbiAgICBsaW5lLWhlaWdodDogNDRweDtcbiAgICB0ZXh0LWFsaWduIDogY2VudGVyO1xuICB9XG5cbiAgLmNvbnRleHQge1xuICAgIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgd2lkdGggICAgICAgICA6IDEwMCU7XG4gICAgbWFyZ2luLXJpZ2h0ICA6IDI0cHg7XG5cbiAgICAuY29udGV4dC1hY3Rpb25zIHtcbiAgICAgIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICAgICAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgICAgIHdpZHRoICAgICAgICAgOiAxMDAlO1xuXG4gICAgICA+Z2QtYnV0dG9uIHtcbiAgICAgICAgbWFyZ2luLXJpZ2h0OiAxMHB4O1xuICAgICAgfVxuXG4gICAgICAqOmxhc3QtY2hpbGQge1xuICAgICAgICBtYXJnaW4tcmlnaHQ6IDBweDtcbiAgICAgIH1cblxuICAgICAgOjpuZy1kZWVwIC5idXR0b24ge1xuICAgICAgICBoZWlnaHQgICAgICAgICA6IDM3cHg7XG4gICAgICAgIHdpZHRoICAgICAgICAgIDogOTZweDtcbiAgICAgICAgcGFkZGluZyAgICAgICAgOiAwcHg7XG4gICAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgICAgICBmb250LXNpemUgICAgICA6IDE0cHg7XG5cbiAgICAgICAgOjpuZy1kZWVwIC50ZXh0IHtcbiAgICAgICAgICBmb250LXNpemU6IDEwcHg7XG4gICAgICAgIH1cblxuICAgICAgICAmLnByaW1hcnkge1xuICAgICAgICAgIHdpZHRoICAgICAgICAgICA6IDExN3B4O1xuICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IEBmb2xkZXI7XG5cbiAgICAgICAgICAmLmluYWN0aXZlIHtcbiAgICAgICAgICAgIHdpZHRoICAgICAgICAgICA6IDEwNnB4O1xuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogQHJlZ2VudC1ncmF5O1xuXG4gICAgICAgICAgICAvZGVlcC8gLnRleHQge1xuICAgICAgICAgICAgICBjb2xvcjogQHByaW1hcnk7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgIC9kZWVwLyBmYS1pY29uIHtcbiAgICAgICAgICAgICAgY29sb3I6IEBwcmltYXJ5XG4gICAgICAgICAgICB9XG4gICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuXG4gICAgLmNvbnRleHQtcGFuZWwge1xuICAgICAgZGlzcGxheSAgICAgICA6IGZsZXg7XG4gICAgICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICAgICAgd2lkdGggICAgICAgICA6IDEwMCU7XG4gICAgICBtYXJnaW4tdG9wICAgIDogMjBweDtcblxuICAgICAgLnVwbG9hZC11cmwge1xuICAgICAgICBkaXNwbGF5ICAgICAgIDogZmxleDtcbiAgICAgICAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgICAgICAgd2lkdGggICAgICAgICA6IDEwMCU7XG5cbiAgICAgICAgLnVybC1pbnB1dCB7XG4gICAgICAgICAgd2lkdGggICAgICAgOiAxMDAlO1xuICAgICAgICAgIGhlaWdodCAgICAgIDogMjdweDtcbiAgICAgICAgICBib3JkZXIgICAgICA6IDFweCBzb2xpZCBAYnJhbmQ7XG4gICAgICAgICAgZm9udC1zaXplICAgOiAxNHB4O1xuICAgICAgICAgIHBhZGRpbmctbGVmdDogNnB4O1xuICAgICAgICB9XG5cbiAgICAgICAgLnVybC1jaGVjayB7XG4gICAgICAgICAgd2lkdGggICAgICAgICAgIDogMzFweDtcbiAgICAgICAgICBoZWlnaHQgICAgICAgICAgOiAzMXB4O1xuICAgICAgICAgIGNvbG9yICAgICAgICAgICA6ICNGRkZGRkY7XG4gICAgICAgICAgZm9udC1zaXplICAgICAgIDogMTVweDtcbiAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAYnJhbmQ7XG4gICAgICAgIH1cblxuICAgICAgICAudXJsLWNoZWNrIC5uZy1mYS1pY29uIHtcbiAgICAgICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgICAgICBwYWRkaW5nOiA4cHg7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICBnZC1kcm9wLWRvd24ge1xuICAgIG1hcmdpbi1yaWdodDogMTBweDtcblxuICAgIC9kZWVwLyAuZHJvcC1kb3duLWl0ZW0ge1xuICAgICAgLnRleHQge1xuICAgICAgICBtYXJnaW4tbGVmdCAgIDogN3B4O1xuICAgICAgICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICAgICAgICBjb2xvciAgICAgICAgIDogQGRvdmUtZ3JheTtcbiAgICAgIH1cblxuICAgICAgJjpob3ZlciB7XG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6IEBmb2xkZXI7XG5cbiAgICAgICAgKiB7XG4gICAgICAgICAgY29sb3I6ICNGRkY7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuLmxpc3QtZmlsZXMtbGluZXMsXG4ubGlzdC1maWxlcy1oZWFkZXIge1xuICBkaXNwbGF5ICAgICAgICA6IGZsZXg7XG4gIHdpZHRoICAgICAgICAgIDogMTAwJTtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXBkZiB7XG4gIGNvbG9yOiBAcGRmO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXdvcmQge1xuICBjb2xvcjogQHdvcmQ7XG59XG5cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtcG93ZXJwb2ludCB7XG4gIGNvbG9yOiBAcG93ZXJwb2ludDtcbn1cblxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1leGNlbCB7XG4gIGNvbG9yOiBAZXhjZWw7XG59XG5cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtaW1hZ2Uge1xuICBjb2xvcjogQGltYWdlO1xufVxuXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXRleHQgLmZhLWZvbGRlcixcbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUsXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLWFsdCB7XG4gIGNvbG9yOiBAZm9sZGVyO1xufVxuXG4uZ28tdXAge1xuICBjdXJzb3IgICA6IHBvaW50ZXI7XG4gIGRpc3BsYXkgIDogZmxleDtcbiAgZm9udC1zaXplOiAyNnB4O1xuICBjb2xvciAgICA6IEBmb2xkZXI7XG4gIGhlaWdodCAgIDogNzlweDtcbn1cblxuLmdvLXVwLWRvdHMge1xuICBtYXJnaW4tbGVmdDogMjBweDtcbiAgbWFyZ2luLXRvcCA6IDIycHg7XG4gIGZvbnQtc2l6ZSAgOiAxNnB4O1xufVxuXG4uZ28tdXAtaWNvbiB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBwYWRkaW5nOiAxOHB4IDBweCAxOHB4IDY4cHg7XG59XG5cbi5maWxlLW5hbWUge1xuICBmb250LXNpemUgICAgOiAxNnB4O1xuICBjb2xvciAgICAgICAgOiBAZG92ZS1ncmF5O1xuICBvdmVyZmxvdyAgICAgOiBoaWRkZW47XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xufVxuXG4uZmlsZS1uYW1lLWZvcm1hdCB7XG4gIHBhZGRpbmctbGVmdDogMTFweDtcbiAgb3ZlcmZsb3cgICAgOiBoaWRkZW47XG59XG5cbi5maWxlLWZvcm1hdCB7XG4gIGZvbnQtc2l6ZSAgOiAxMHB4O1xuICBwYWRkaW5nLXRvcDogM3B4O1xuICBjb2xvciAgICAgIDogQHNpbHZlci1jaGFsaWNlO1xufVxuXG4ubGlzdC1maWxlcy1saW5lcyxcbi5nby11cCB7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCBAbWVyY3VyeTtcbn1cblxuLmxpc3QtZmlsZXMtbGluZXMge1xuICAmOmhvdmVyIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAbmF2LWFjY2VudC1iYWNrZ3JvdW5kO1xuICB9XG59XG5cbi5nZC1kbmQtd3JhcCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkY7XG4gIGN1cnNvciAgICAgICAgICA6IGRlZmF1bHQ7XG4gIHBvc2l0aW9uICAgICAgICA6IGFic29sdXRlO1xuICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xuICBoZWlnaHQgICAgICAgICAgOiBjYWxjKDEwMCUgLSA2MHB4KTtcbiAgYmFja2dyb3VuZCAgICAgIDogcmdiYSgyNTUsIDI1NSwgMjU1LCAwLjcpO1xuICB6LWluZGV4ICAgICAgICAgOiAxO1xuICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQgOiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zICAgICA6IGNlbnRlcjtcbn1cblxuLmdkLWRyYWctbi1kcm9wLWljb24ge1xuICBtYXJnaW4tdG9wOiAtNTBweDtcbn1cblxuLmdkLWRyYWctbi1kcm9wLWljb24gLmZhLWNsb3VkLWRvd25sb2FkLWFsdCB7XG4gIGNvbG9yICAgIDogI0QxRDFEMTtcbiAgZm9udC1zaXplOiAxMTBweDtcbn1cblxuLmdkLWZpbGUtY2hlY2tib3gge1xuICBoZWlnaHQgICAgIDogMzdweDtcbiAgbWFyZ2luICAgICA6IDIxcHggMTZweCAyMXB4IDE1cHg7XG4gIHdpZHRoICAgICAgOiAzN3B4O1xuICBsaW5lLWhlaWdodDogNDRweDtcbiAgdGV4dC1hbGlnbiA6IGNlbnRlcjtcbn1cblxuLmdkLWZpbGUtY2hlY2tib3guZW1wdHkge1xuICB3aWR0aDogMzdweDtcbn1cblxuLmZpbGUtZm9ybWF0LXNlbGVjdCB7XG4gIGRpc3BsYXkgICAgIDogZmxleDtcbiAgYWxpZ24taXRlbXMgOiBjZW50ZXI7XG4gIHdpZHRoICAgICAgIDogMzZweDtcbiAgbWFyZ2luLXJpZ2h0OiAyNHB4O1xuXG4gIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICBwYWRkaW5nICA6IDBweDtcbiAgICB3aWR0aCAgICA6IDM2cHg7XG4gICAgbWFyZ2luICAgOiAwcHg7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuXG4gICAgLnRleHQge1xuICAgICAgcGFkZGluZzogMHB4O1xuICAgIH1cbiAgfVxuXG4gIDo6bmctZGVlcCAuc2hvdyAuYnV0dG9uIHtcbiAgICBjb2xvcjogQHJlZ2VudC1ncmF5O1xuICB9XG5cbiAgZ2QtZHJvcC1kb3duIHtcbiAgICAvZGVlcC8gLmRyb3AtZG93bi1pdGVtIHtcbiAgICAgIHdpZHRoOiA5NnB4O1xuXG4gICAgICAudGV4dCB7XG4gICAgICAgIHBhZGRpbmctbGVmdCAgOiA3cHg7XG4gICAgICAgIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gICAgICAgIGNvbG9yICAgICAgICAgOiBAZG92ZS1ncmF5O1xuICAgICAgfVxuXG4gICAgICAmOmhvdmVyIHtcbiAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogQGZvbGRlcjtcblxuICAgICAgICAqIHtcbiAgICAgICAgICBjb2xvcjogI0ZGRjtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgfVxufVxuXG4uZ2QtY2hlY2tib3gge1xuICB3aWR0aCA6IDE5cHg7XG4gIGhlaWdodDogMTlweDtcbiAgbWFyZ2luOiAwcHg7XG5cbiAgJjpiZWZvcmUge1xuICAgIHBvc2l0aW9uICA6IHJlbGF0aXZlO1xuICAgIGRpc3BsYXkgICA6IGZsZXg7XG4gICAgd2lkdGggICAgIDogMTdweDtcbiAgICBoZWlnaHQgICAgOiAxN3B4O1xuICAgIGJvcmRlciAgICA6IDFweCBzb2xpZCAjNzA3MDcwO1xuICAgIGNvbnRlbnQgICA6IFwiXCI7XG4gICAgYmFja2dyb3VuZDogI0ZGRkZGRjtcbiAgICBjdXJzb3IgICAgOiBwb2ludGVyO1xuICB9XG5cbiAgJjphZnRlciB7XG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIGRpc3BsYXkgOiBmbGV4O1xuICAgIGxlZnQgICAgOiAxcHg7XG4gICAgdG9wICAgICA6IC0xOHB4O1xuICAgIHdpZHRoICAgOiAxNnB4O1xuICAgIGhlaWdodCAgOiAxNnB4O1xuICAgIGNvbnRlbnQgOiBcIlwiO1xuICAgIGN1cnNvciAgOiBwb2ludGVyO1xuICB9XG5cbiAgJjpjaGVja2VkIHtcbiAgICAmOmFmdGVyIHtcbiAgICAgIGZvbnQtZmFtaWx5OiBcIkZvbnQgQXdlc29tZSA1IEZyZWVcIjtcbiAgICAgIGNvbnRlbnQgICAgOiBcIlxcZjAwY1wiO1xuICAgICAgZm9udC13ZWlnaHQ6IDkwMDtcbiAgICAgIGZvbnQtc2l6ZSAgOiAxNnB4O1xuICAgICAgY29sb3IgICAgICA6ICM2RTZFNkU7XG4gICAgfVxuICB9XG59XG5cbi5nZC1hZGQtc2VsZWN0ZWQuYWN0aXZlIHtcbiAgY3Vyc29yIDogcG9pbnRlcjtcbiAgb3BhY2l0eTogMTtcbn1cblxuLmdkLWFkZC1zZWxlY3RlZCB7XG4gIHdpZHRoICAgICAgICAgICA6IDE0MHB4O1xuICBoZWlnaHQgICAgICAgICAgOiAzNnB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM0U0RTVBO1xuICBjb2xvciAgICAgICAgICAgOiAjRkZGRkZGO1xuICBtYXJnaW4gICAgICAgICAgOiAwcHggOHB4IDBweCAwcHg7XG4gIGJvcmRlciAgICAgICAgICA6IDA7XG4gIGN1cnNvciAgICAgICAgICA6IG5vdC1hbGxvd2VkO1xuICBvcGFjaXR5ICAgICAgICAgOiAwLjQzO1xufVxuXG4uZ2QtZm9sZGVyLW5hbWUge1xuICBtYXJnaW4tdG9wOiA4cHg7XG59XG5cbi5kbmQtd3JhcHBlciB7XG4gIGRpc3BsYXkgICAgICAgIDogZmxleDtcbiAgZmxleC1kaXJlY3Rpb24gOiBjb2x1bW47XG4gIGFsaWduLWl0ZW1zICAgIDogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgdG9wICAgICAgICAgICAgOiAyNTlweDtcbiAgcG9zaXRpb24gICAgICAgOiBhYnNvbHV0ZTtcblxuICAudGV4dCB7XG4gICAgY29sb3IgICAgOiBAZG92ZS1ncmF5O1xuICAgIGZvbnQtc2l6ZTogMTRweDtcbiAgfVxuXG4gIC5pY29uIHtcbiAgICBkaXNwbGF5ICAgICAgOiBmbGV4O1xuICAgIHdpZHRoICAgICAgICA6IDExM3B4O1xuICAgIGhlaWdodCAgICAgICA6IDkwcHg7XG4gICAgZm9udC1zaXplICAgIDogOTBweDtcbiAgICBjb2xvciAgICAgICAgOiBAcHJpbWFyeTtcbiAgICBtYXJnaW4tYm90dG9tOiAzMHB4O1xuICB9XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG5cbiAgLmhlYWRlci1zaXplLFxuICAuZmlsZS1zaXplIHtcbiAgICB3aWR0aDogMTglO1xuICB9XG5cbiAgLmdkLWRuZC13cmFwIHtcbiAgICB3aWR0aDogOTUlO1xuICB9XG5cbiAgI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxuXG4gICNnZC1icm93c2Utc2VjdGlvbiB7XG4gICAgd2lkdGggOiAxMDAlO1xuICAgIGhlaWdodDogY2FsYygxMDAlIC0gMTQ2cHgpO1xuICB9XG59IiwiLmdkLW1vZGFsLXRhYmxlIHtcbiAgd2lkdGg6IDEwMCU7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG59XG4jZ2QtYnJvd3NlLXNlY3Rpb24ge1xuICB3aWR0aDogMTAzNnB4O1xuICBoZWlnaHQ6IDU2MXB4O1xuICBvdmVyZmxvdy15OiBhdXRvO1xufVxuLmxpc3QtZmlsZXMtaGVhZGVyIHtcbiAgaGVpZ2h0OiA2MHB4O1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBmb250LXdlaWdodDogYm9sZDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2Y0ZjRmNDtcbiAgbWFyZ2luLXRvcDogMjRweDtcbn1cbi5saXN0LWZpbGVzLWhlYWRlci51cGxvYWQtdXJsIHtcbiAgbWFyZ2luLXRvcDogMjBweDtcbn1cbi5oZWFkZXItbmFtZSB7XG4gIHBhZGRpbmctbGVmdDogNjhweDtcbiAgd2lkdGg6IDkwJTtcbiAgbGluZS1oZWlnaHQ6IDYwcHg7XG59XG4uaGVhZGVyLXNpemUge1xuICBsaW5lLWhlaWdodDogNjBweDtcbn1cbi5oZWFkZXItc2l6ZSxcbi5maWxlLXNpemUge1xuICB3aWR0aDogNyU7XG4gIGNvbG9yOiAjNzc3Nzc3O1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xufVxuLmZpbGUtc2l6ZSB7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgd2lkdGg6IDclO1xuICBsaW5lLWhlaWdodDogNzlweDtcbn1cbi5maWxlLWRlc2NyaXB0aW9uIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDkwJTtcbiAgcGFkZGluZzogMThweCAwcHggMThweCAwcHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgZmxleDogMTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24ge1xuICBmb250LXNpemU6IDMycHg7XG59XG4uZ2QtbW9kYWwtc3Bpbm5lciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmZmZmY7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDIwcHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgZm9udC1zaXplOiAxNnB4O1xufVxuLmdkLWZpbGUtbmFtZSB7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbn1cbi51cGxvYWQtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIHdpZHRoOiAxMDAlO1xuICBtYXJnaW4tdG9wOiAyNHB4O1xuICBtYXJnaW4tcmlnaHQ6IDI0cHg7XG59XG4udXBsb2FkLXBhbmVsIC5zZWxlY3QtYWxsIHtcbiAgaGVpZ2h0OiAzN3B4O1xuICBtYXJnaW46IDBweCAxNnB4IDBweCAxNXB4O1xuICB3aWR0aDogMzdweDtcbiAgbGluZS1oZWlnaHQ6IDQ0cHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aDogMTAwJTtcbiAgbWFyZ2luLXJpZ2h0OiAyNHB4O1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1hY3Rpb25zIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgd2lkdGg6IDEwMCU7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgPiBnZC1idXR0b24ge1xuICBtYXJnaW4tcmlnaHQ6IDEwcHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgKjpsYXN0LWNoaWxkIHtcbiAgbWFyZ2luLXJpZ2h0OiAwcHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgOjpuZy1kZWVwIC5idXR0b24ge1xuICBoZWlnaHQ6IDM3cHg7XG4gIHdpZHRoOiA5NnB4O1xuICBwYWRkaW5nOiAwcHg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBmb250LXNpemU6IDE0cHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgOjpuZy1kZWVwIC5idXR0b24gOjpuZy1kZWVwIC50ZXh0IHtcbiAgZm9udC1zaXplOiAxMHB4O1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1hY3Rpb25zIDo6bmctZGVlcCAuYnV0dG9uLnByaW1hcnkge1xuICB3aWR0aDogMTE3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0YjU2NmM7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LWFjdGlvbnMgOjpuZy1kZWVwIC5idXR0b24ucHJpbWFyeS5pbmFjdGl2ZSB7XG4gIHdpZHRoOiAxMDZweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzk1OWRhNTtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtYWN0aW9ucyA6Om5nLWRlZXAgLmJ1dHRvbi5wcmltYXJ5LmluYWN0aXZlIC9kZWVwLyAudGV4dCB7XG4gIGNvbG9yOiAjM0U0RTVBO1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1hY3Rpb25zIDo6bmctZGVlcCAuYnV0dG9uLnByaW1hcnkuaW5hY3RpdmUgL2RlZXAvIGZhLWljb24ge1xuICBjb2xvcjogIzNFNEU1QTtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICB3aWR0aDogMTAwJTtcbiAgbWFyZ2luLXRvcDogMjBweDtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtcGFuZWwgLnVwbG9hZC11cmwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICB3aWR0aDogMTAwJTtcbn1cbi51cGxvYWQtcGFuZWwgLmNvbnRleHQgLmNvbnRleHQtcGFuZWwgLnVwbG9hZC11cmwgLnVybC1pbnB1dCB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDI3cHg7XG4gIGJvcmRlcjogMXB4IHNvbGlkICMyNWMyZDQ7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgcGFkZGluZy1sZWZ0OiA2cHg7XG59XG4udXBsb2FkLXBhbmVsIC5jb250ZXh0IC5jb250ZXh0LXBhbmVsIC51cGxvYWQtdXJsIC51cmwtY2hlY2sge1xuICB3aWR0aDogMzFweDtcbiAgaGVpZ2h0OiAzMXB4O1xuICBjb2xvcjogI0ZGRkZGRjtcbiAgZm9udC1zaXplOiAxNXB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMjVjMmQ0O1xufVxuLnVwbG9hZC1wYW5lbCAuY29udGV4dCAuY29udGV4dC1wYW5lbCAudXBsb2FkLXVybCAudXJsLWNoZWNrIC5uZy1mYS1pY29uIHtcbiAgZGlzcGxheTogYmxvY2s7XG4gIHBhZGRpbmc6IDhweDtcbn1cbi51cGxvYWQtcGFuZWwgZ2QtZHJvcC1kb3duIHtcbiAgbWFyZ2luLXJpZ2h0OiAxMHB4O1xufVxuLnVwbG9hZC1wYW5lbCBnZC1kcm9wLWRvd24gL2RlZXAvIC5kcm9wLWRvd24taXRlbSAudGV4dCB7XG4gIG1hcmdpbi1sZWZ0OiA3cHg7XG4gIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gIGNvbG9yOiAjNmU2ZTZlO1xufVxuLnVwbG9hZC1wYW5lbCBnZC1kcm9wLWRvd24gL2RlZXAvIC5kcm9wLWRvd24taXRlbTpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0YjU2NmM7XG59XG4udXBsb2FkLXBhbmVsIGdkLWRyb3AtZG93biAvZGVlcC8gLmRyb3AtZG93bi1pdGVtOmhvdmVyICoge1xuICBjb2xvcjogI0ZGRjtcbn1cbi5saXN0LWZpbGVzLWxpbmVzLFxuLmxpc3QtZmlsZXMtaGVhZGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDEwMCU7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2Vlbjtcbn1cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtcGRmIHtcbiAgY29sb3I6ICNlMDRlNGU7XG59XG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLXdvcmQge1xuICBjb2xvcjogIzUzOUNGMDtcbn1cbi5maWxlLWRlc2NyaXB0aW9uIC5uZy1mYS1pY29uLmZhLWZpbGUtcG93ZXJwb2ludCB7XG4gIGNvbG9yOiAjZTI5ZTFlO1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1leGNlbCB7XG4gIGNvbG9yOiAjN2NiYzQ2O1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1pbWFnZSB7XG4gIGNvbG9yOiAjYzM3NWVkO1xufVxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIsXG4uZmlsZS1kZXNjcmlwdGlvbiAubmctZmEtaWNvbi5mYS1maWxlLFxuLmZpbGUtZGVzY3JpcHRpb24gLm5nLWZhLWljb24uZmEtZmlsZS1hbHQge1xuICBjb2xvcjogIzRiNTY2Yztcbn1cbi5nby11cCB7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgZGlzcGxheTogZmxleDtcbiAgZm9udC1zaXplOiAyNnB4O1xuICBjb2xvcjogIzRiNTY2YztcbiAgaGVpZ2h0OiA3OXB4O1xufVxuLmdvLXVwLWRvdHMge1xuICBtYXJnaW4tbGVmdDogMjBweDtcbiAgbWFyZ2luLXRvcDogMjJweDtcbiAgZm9udC1zaXplOiAxNnB4O1xufVxuLmdvLXVwLWljb24ge1xuICBkaXNwbGF5OiBibG9jaztcbiAgcGFkZGluZzogMThweCAwcHggMThweCA2OHB4O1xufVxuLmZpbGUtbmFtZSB7XG4gIGZvbnQtc2l6ZTogMTZweDtcbiAgY29sb3I6ICM2ZTZlNmU7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xufVxuLmZpbGUtbmFtZS1mb3JtYXQge1xuICBwYWRkaW5nLWxlZnQ6IDExcHg7XG4gIG92ZXJmbG93OiBoaWRkZW47XG59XG4uZmlsZS1mb3JtYXQge1xuICBmb250LXNpemU6IDEwcHg7XG4gIHBhZGRpbmctdG9wOiAzcHg7XG4gIGNvbG9yOiAjYWNhY2FjO1xufVxuLmxpc3QtZmlsZXMtbGluZXMsXG4uZ28tdXAge1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI2U3ZTdlNztcbn1cbi5saXN0LWZpbGVzLWxpbmVzOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0U1RTVFNTtcbn1cbi5nZC1kbmQtd3JhcCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkY7XG4gIGN1cnNvcjogZGVmYXVsdDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSA2MHB4KTtcbiAgYmFja2dyb3VuZDogcmdiYSgyNTUsIDI1NSwgMjU1LCAwLjcpO1xuICB6LWluZGV4OiAxO1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cbi5nZC1kcmFnLW4tZHJvcC1pY29uIHtcbiAgbWFyZ2luLXRvcDogLTUwcHg7XG59XG4uZ2QtZHJhZy1uLWRyb3AtaWNvbiAuZmEtY2xvdWQtZG93bmxvYWQtYWx0IHtcbiAgY29sb3I6ICNEMUQxRDE7XG4gIGZvbnQtc2l6ZTogMTEwcHg7XG59XG4uZ2QtZmlsZS1jaGVja2JveCB7XG4gIGhlaWdodDogMzdweDtcbiAgbWFyZ2luOiAyMXB4IDE2cHggMjFweCAxNXB4O1xuICB3aWR0aDogMzdweDtcbiAgbGluZS1oZWlnaHQ6IDQ0cHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbi5nZC1maWxlLWNoZWNrYm94LmVtcHR5IHtcbiAgd2lkdGg6IDM3cHg7XG59XG4uZmlsZS1mb3JtYXQtc2VsZWN0IHtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgd2lkdGg6IDM2cHg7XG4gIG1hcmdpbi1yaWdodDogMjRweDtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3QgOjpuZy1kZWVwIC5idXR0b24ge1xuICBwYWRkaW5nOiAwcHg7XG4gIHdpZHRoOiAzNnB4O1xuICBtYXJnaW46IDBweDtcbiAgZm9udC1zaXplOiAxNHB4O1xufVxuLmZpbGUtZm9ybWF0LXNlbGVjdCA6Om5nLWRlZXAgLmJ1dHRvbiAudGV4dCB7XG4gIHBhZGRpbmc6IDBweDtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3QgOjpuZy1kZWVwIC5zaG93IC5idXR0b24ge1xuICBjb2xvcjogIzk1OWRhNTtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3QgZ2QtZHJvcC1kb3duIC9kZWVwLyAuZHJvcC1kb3duLWl0ZW0ge1xuICB3aWR0aDogOTZweDtcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3QgZ2QtZHJvcC1kb3duIC9kZWVwLyAuZHJvcC1kb3duLWl0ZW0gLnRleHQge1xuICBwYWRkaW5nLWxlZnQ6IDdweDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgY29sb3I6ICM2ZTZlNmU7XG59XG4uZmlsZS1mb3JtYXQtc2VsZWN0IGdkLWRyb3AtZG93biAvZGVlcC8gLmRyb3AtZG93bi1pdGVtOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzRiNTY2Yztcbn1cbi5maWxlLWZvcm1hdC1zZWxlY3QgZ2QtZHJvcC1kb3duIC9kZWVwLyAuZHJvcC1kb3duLWl0ZW06aG92ZXIgKiB7XG4gIGNvbG9yOiAjRkZGO1xufVxuLmdkLWNoZWNrYm94IHtcbiAgd2lkdGg6IDE5cHg7XG4gIGhlaWdodDogMTlweDtcbiAgbWFyZ2luOiAwcHg7XG59XG4uZ2QtY2hlY2tib3g6YmVmb3JlIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTdweDtcbiAgaGVpZ2h0OiAxN3B4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNzA3MDcwO1xuICBjb250ZW50OiBcIlwiO1xuICBiYWNrZ3JvdW5kOiAjRkZGRkZGO1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtY2hlY2tib3g6YWZ0ZXIge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGxlZnQ6IDFweDtcbiAgdG9wOiAtMThweDtcbiAgd2lkdGg6IDE2cHg7XG4gIGhlaWdodDogMTZweDtcbiAgY29udGVudDogXCJcIjtcbiAgY3Vyc29yOiBwb2ludGVyO1xufVxuLmdkLWNoZWNrYm94OmNoZWNrZWQ6YWZ0ZXIge1xuICBmb250LWZhbWlseTogXCJGb250IEF3ZXNvbWUgNSBGcmVlXCI7XG4gIGNvbnRlbnQ6IFwiXFxmMDBjXCI7XG4gIGZvbnQtd2VpZ2h0OiA5MDA7XG4gIGZvbnQtc2l6ZTogMTZweDtcbiAgY29sb3I6ICM2RTZFNkU7XG59XG4uZ2QtYWRkLXNlbGVjdGVkLmFjdGl2ZSB7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgb3BhY2l0eTogMTtcbn1cbi5nZC1hZGQtc2VsZWN0ZWQge1xuICB3aWR0aDogMTQwcHg7XG4gIGhlaWdodDogMzZweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNFNEU1QTtcbiAgY29sb3I6ICNGRkZGRkY7XG4gIG1hcmdpbjogMHB4IDhweCAwcHggMHB4O1xuICBib3JkZXI6IDA7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQ7XG4gIG9wYWNpdHk6IDAuNDM7XG59XG4uZ2QtZm9sZGVyLW5hbWUge1xuICBtYXJnaW4tdG9wOiA4cHg7XG59XG4uZG5kLXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgdG9wOiAyNTlweDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xufVxuLmRuZC13cmFwcGVyIC50ZXh0IHtcbiAgY29sb3I6ICM2ZTZlNmU7XG4gIGZvbnQtc2l6ZTogMTRweDtcbn1cbi5kbmQtd3JhcHBlciAuaWNvbiB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxMTNweDtcbiAgaGVpZ2h0OiA5MHB4O1xuICBmb250LXNpemU6IDkwcHg7XG4gIGNvbG9yOiAjM0U0RTVBO1xuICBtYXJnaW4tYm90dG9tOiAzMHB4O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAuaGVhZGVyLXNpemUsXG4gIC5maWxlLXNpemUge1xuICAgIHdpZHRoOiAxOCU7XG4gIH1cbiAgLmdkLWRuZC13cmFwIHtcbiAgICB3aWR0aDogOTUlO1xuICB9XG4gICNnZC1icm93c2Utc2VjdGlvbiB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbiAgI2dkLWJyb3dzZS1zZWN0aW9uIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDE0NnB4KTtcbiAgfVxufVxuIl19 */\"","import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core';\r\nimport { BrowseFilesModalComponent, UploadFilesService, ModalService, CommonModals } from '@groupdocs.examples.angular/common-components';\r\nimport { SearchService } from '../search.service';\r\nimport { ExtendedFileModel } from \"../search-models\";\r\n\r\nexport interface Option {\r\n name: string;\r\n value: any;\r\n warning: boolean;\r\n}\r\n\r\n@Component({\r\n selector: 'gd-search-browse-files-modal',\r\n templateUrl: './search-browse-files-modal.component.html',\r\n styleUrls: ['./search-browse-files-modal.component.less']\r\n})\r\n\r\nexport class SearchBrowseFilesModalComponent extends BrowseFilesModalComponent implements OnInit {\r\n @Input() files: ExtendedFileModel[];\r\n @Output() selectAll = new EventEmitter();\r\n @Output() filesAddedToIndex = new EventEmitter();\r\n @Output() fileDropped = new EventEmitter();\r\n\r\n constructor(_uploadService: UploadFilesService,\r\n private _searchService: SearchService,\r\n private _modalService: ModalService) {\r\n super(_uploadService);\r\n }\r\n\r\n selectAllItems(checked: boolean){\r\n this.selectAll.emit(checked);\r\n }\r\n\r\n selectSingleItem(checked: boolean, file: ExtendedFileModel){\r\n const selectedFiles = this.files.filter(f => f.guid === file.guid);\r\n if (selectedFiles.length === 1){\r\n selectedFiles[0].selected = checked;\r\n }\r\n }\r\n\r\n getLabelString(){\r\n const label = 'Add to index'\r\n\r\n if (this.files && this.files.length > 0) {\r\n const selectedCount = this.files.filter(file => file.selected).length;\r\n return selectedCount > 0 ? 'Add ' + selectedCount + ' to index' : label;\r\n }\r\n else\r\n {\r\n return label;\r\n }\r\n }\r\n\r\n anyItemSelected() {\r\n if (this.files && this.files.length > 0) {\r\n return this.files.filter(file => file.selected).length > 0;\r\n }\r\n else return false;\r\n }\r\n\r\n allItemsSelected() {\r\n if (this.files && this.files.filter(file => !file.isDirectory && !file.directory).length > 0 && this.files.length > 0) {\r\n return this.files.filter(file => !file.isDirectory && !file.directory && file.selected).length \r\n === this.files.filter(file => !file.isDirectory && !file.directory).length;\r\n }\r\n else return false;\r\n }\r\n\r\n addSelectedToIndex() {\r\n const itemsToIndex = new Array();\r\n\r\n this.files.forEach((f) => {\r\n if (f.selected && !f.isDirectory && !f.directory){\r\n itemsToIndex.push(f);\r\n }\r\n });\r\n\r\n this._searchService.addFilesToIndex(itemsToIndex).subscribe(() => {\r\n this.filesAddedToIndex.emit(true);\r\n });\r\n\r\n this._modalService.close(CommonModals.BrowseFiles);\r\n }\r\n\r\n dropped($event) {\r\n if ($event) {\r\n this.fileDropped.emit($event);\r\n }\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {SearchConfig} from \"./search-config\";\r\nimport {Api, ConfigService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {HttpClient} from \"@angular/common/http\";\r\nimport {BehaviorSubject, Observable} from \"rxjs\";\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class SearchConfigService {\r\n private _searchConfig: BehaviorSubject = new BehaviorSubject(new SearchConfig());\r\n private _updatedConfig: Observable = this._searchConfig.asObservable();\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n get updatedConfig() {\r\n return this._updatedConfig;\r\n }\r\n\r\n load() {\r\n return new Promise((resolve, reject) => {\r\n const configEndpoint = this._config.getConfigEndpoint(Api.SEARCH_APP);\r\n this._http.get(configEndpoint, Api.httpOptionsJson).toPromise().then((response: SearchConfig) => {\r\n const searchConfig = response;\r\n this._searchConfig.next(searchConfig);\r\n resolve();\r\n }).catch((response: any) => {\r\n reject(`Could not load search config: ${JSON.stringify(response)}`);\r\n });\r\n });\r\n }\r\n\r\n}\r\n","export class SearchConfig {\r\n rewrite: boolean;\r\n upload: boolean;\r\n browse: boolean;\r\n filesDirectory: string;\r\n indexedFilesDirectory: string;\r\n defaultDocument: string;\r\n}\r\n","import { FileModel } from \"@groupdocs.examples.angular/common-components\";\r\n\r\nexport class IndexedFileModel extends FileModel {\r\n documentStatus: string;\r\n password: string;\r\n}\r\n\r\nexport class SearchResult {\r\n foundFiles: SearchResultItemModel[];\r\n filePath: string;\r\n searchDuration: string;\r\n totalFiles: number;\r\n totalOccurences: number;\r\n indexedFiles: number;\r\n}\r\n\r\nexport class SearchResultItemModel implements FileModel {\r\n directory: boolean;\r\n occurrences: number;\r\n size: number;\r\n guid: string;\r\n name: string;\r\n isDirectory: boolean;\r\n showPhrases: boolean;\r\n foundPhrases: string;\r\n}\r\n\r\nexport class ExtendedFileModel implements FileModel {\r\n guid: string;\r\n directory: boolean;\r\n isDirectory: boolean;\r\n size: number;\r\n name: string;\r\n selected: boolean;\r\n}\r\n\r\nexport enum FileIndexingStatus {\r\n Indexing = \"Indexing\",\r\n SuccessfullyProcessed = \"SuccessfullyProcessed\",\r\n Skipped = \"Skipped\",\r\n ProcessedWithError = \"ProcessedWithError\",\r\n PasswordRequired = \"PasswordRequired\"\r\n}","module.exports = \".gd-search-panel {\\n position: absolute;\\n display: -webkit-box;\\n display: flex;\\n left: 0;\\n top: 60px;\\n width: 100%;\\n background-color: #e7e7e7;\\n -webkit-box-align: center;\\n align-items: center;\\n height: 60px;\\n}\\n.gd-search-panel .gd-search-input {\\n float: left;\\n height: 37px;\\n width: 100%;\\n font-size: 14px;\\n border: 1px solid #6e6e6e;\\n box-sizing: border-box;\\n padding: 6px 0px 5px 9px;\\n margin-left: 20px;\\n}\\n.gd-search-panel .gd-search-btn {\\n background-color: #3E4E5A;\\n margin-right: 20px;\\n width: 37px;\\n height: 37px;\\n padding: 0 !important;\\n}\\n.gd-search-panel .gd-search-btn ::ng-deep .button {\\n padding: 0 !important;\\n}\\n.gd-search-panel .gd-clear-btn {\\n position: absolute;\\n right: 50px;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2VhcmNoL3NyYy9saWIvc2VhcmNoLXBhbmVsL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtcGFuZWwvc2VhcmNoLXBhbmVsLmNvbXBvbmVudC5sZXNzIiwibGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtcGFuZWwvc2VhcmNoLXBhbmVsLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usa0JBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxPQUFBO0VBQ0EsU0FBQTtFQUNBLFdBQUE7RUFDQSx5QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxZQUFBO0FDREY7QURQQTtFQVdJLFdBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7RUFDQSx5QkFBQTtFQUNBLHNCQUFBO0VBQ0Esd0JBQUE7RUFDQSxpQkFBQTtBQ0RKO0FEakJBO0VBc0JJLHlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLHFCQUFBO0FDRko7QUR4QkE7RUE2Qk0scUJBQUE7QUNGTjtBRDNCQTtFQWtDSSxrQkFBQTtFQUNBLFdBQUE7QUNKSiIsImZpbGUiOiJsaWJzL3NlYXJjaC9zcmMvbGliL3NlYXJjaC1wYW5lbC9zZWFyY2gtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLXNlYXJjaC1wYW5lbCB7XG4gIHBvc2l0aW9uICAgICAgICA6IGFic29sdXRlO1xuICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICBsZWZ0ICAgICAgICAgICAgOiAwO1xuICB0b3AgICAgICAgICAgICAgOiA2MHB4O1xuICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAbWVyY3VyeTtcbiAgYWxpZ24taXRlbXMgICAgIDogY2VudGVyO1xuICBoZWlnaHQgICAgICAgICAgOiA2MHB4O1xuXG4gIC5nZC1zZWFyY2gtaW5wdXQge1xuICAgIGZsb2F0ICAgICAgOiBsZWZ0O1xuICAgIGhlaWdodCAgICAgOiAzN3B4O1xuICAgIHdpZHRoICAgICAgOiAxMDAlO1xuICAgIGZvbnQtc2l6ZSAgOiAxNHB4O1xuICAgIGJvcmRlciAgICAgOiAxcHggc29saWQgQGRvdmUtZ3JheTtcbiAgICBib3gtc2l6aW5nIDogYm9yZGVyLWJveDtcbiAgICBwYWRkaW5nICAgIDogNnB4IDBweCA1cHggOXB4O1xuICAgIG1hcmdpbi1sZWZ0OiAyMHB4O1xuICB9XG5cbiAgLmdkLXNlYXJjaC1idG4ge1xuICAgIGJhY2tncm91bmQtY29sb3I6IEBwcmltYXJ5O1xuICAgIG1hcmdpbi1yaWdodCAgICA6IDIwcHg7XG4gICAgd2lkdGggICAgICAgICAgIDogMzdweDtcbiAgICBoZWlnaHQgICAgICAgICAgOiAzN3B4O1xuICAgIHBhZGRpbmcgICAgICAgICA6IDAgIWltcG9ydGFudDtcblxuICAgIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICAgIHBhZGRpbmc6IDAgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICAuZ2QtY2xlYXItYnRuIHtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgcmlnaHQgICA6IDUwcHg7XG4gIH1cbn0iLCIuZ2Qtc2VhcmNoLXBhbmVsIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBsZWZ0OiAwO1xuICB0b3A6IDYwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTdlN2U3O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBoZWlnaHQ6IDYwcHg7XG59XG4uZ2Qtc2VhcmNoLXBhbmVsIC5nZC1zZWFyY2gtaW5wdXQge1xuICBmbG9hdDogbGVmdDtcbiAgaGVpZ2h0OiAzN3B4O1xuICB3aWR0aDogMTAwJTtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjNmU2ZTZlO1xuICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuICBwYWRkaW5nOiA2cHggMHB4IDVweCA5cHg7XG4gIG1hcmdpbi1sZWZ0OiAyMHB4O1xufVxuLmdkLXNlYXJjaC1wYW5lbCAuZ2Qtc2VhcmNoLWJ0biB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMzRTRFNUE7XG4gIG1hcmdpbi1yaWdodDogMjBweDtcbiAgd2lkdGg6IDM3cHg7XG4gIGhlaWdodDogMzdweDtcbiAgcGFkZGluZzogMCAhaW1wb3J0YW50O1xufVxuLmdkLXNlYXJjaC1wYW5lbCAuZ2Qtc2VhcmNoLWJ0biA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIHBhZGRpbmc6IDAgIWltcG9ydGFudDtcbn1cbi5nZC1zZWFyY2gtcGFuZWwgLmdkLWNsZWFyLWJ0biB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcmlnaHQ6IDUwcHg7XG59XG4iXX0= */\"","import {Component, EventEmitter, OnInit, Output, ElementRef, ViewChild} from '@angular/core';\r\n\r\n@Component({\r\n selector: 'gd-search-panel',\r\n templateUrl: './search-panel.component.html',\r\n styleUrls: ['./search-panel.component.less']\r\n})\r\nexport class SearchPanelComponent implements OnInit {\r\n\r\n @ViewChild('text',{\r\n static : true\r\n }) textElement: ElementRef;\r\n\r\n private text = \"\";\r\n @Output() searchText = new EventEmitter();\r\n @Output() clearQuery = new EventEmitter();\r\n\r\n constructor() {\r\n }\r\n\r\n ngOnInit() {\r\n }\r\n\r\n search() {\r\n this.searchText.emit(this.text);\r\n }\r\n\r\n setText(value: string) {\r\n this.text = value;\r\n if (value === \"\")\r\n {\r\n this.clearQueryString();\r\n }\r\n }\r\n\r\n clearQueryString() {\r\n this.text = \"\"\r\n this.textElement.nativeElement.value = '';\r\n this.clearQuery.emit(\"\");\r\n }\r\n}\r\n","module.exports = \".gd-search-result-item {\\n display: -webkit-box;\\n display: flex;\\n width: 100%;\\n height: 98px;\\n border-bottom: 1px solid #e7e7e7;\\n background-color: #fff;\\n -webkit-box-align: center;\\n align-items: center;\\n position: relative;\\n}\\n.gd-search-result-phrase {\\n display: -webkit-box;\\n display: flex;\\n width: 100%;\\n height: 40px;\\n border-bottom: 1px solid #e7e7e7;\\n background-color: #fff;\\n -webkit-box-align: center;\\n align-items: center;\\n font-size: 13px;\\n padding-left: 17px;\\n overflow: hidden;\\n}\\n.gd-search-result-phrase ::ng-deep span {\\n font-weight: bold;\\n}\\n.gd-found-phrases-title {\\n display: -webkit-box;\\n display: flex;\\n font-size: 13px;\\n text-transform: uppercase;\\n color: #3E4E5A;\\n width: calc(100% + 17px);\\n height: 60px;\\n background-color: #f4f4f4;\\n font-weight: bold;\\n -webkit-box-align: center;\\n align-items: center;\\n position: relative;\\n}\\n.gd-found-phrases-title .gd-close-btn {\\n position: absolute;\\n right: 30px;\\n}\\n.gd-vertical-bar {\\n width: 17px;\\n background-color: #3E4E5A;\\n}\\n.gd-found-phrases-content-wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n width: calc(100% - 34px);\\n}\\n.gd-found-phrases-wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n}\\n.gd-found-file-name {\\n display: -webkit-box;\\n display: flex;\\n width: 253px;\\n padding-left: 17px;\\n}\\n.gd-found-file-name fa-icon {\\n font-size: 32px;\\n margin: 19px 21px 0 0;\\n}\\n.gd-search-result-name {\\n text-align: left;\\n cursor: default;\\n white-space: nowrap;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n width: 100%;\\n}\\n.gd-search-result-size {\\n text-align: left;\\n font-size: 12px;\\n}\\n.gd-file-size {\\n width: 60px;\\n color: #777777;\\n position: absolute;\\n right: 65px;\\n}\\n.gd-file-format {\\n font-size: 10px;\\n color: #acacac;\\n padding-top: 4px;\\n}\\n.gd-file-format.mobile {\\n display: none;\\n}\\n.gd-file-occurrences {\\n color: #777777;\\n}\\n.gd-search-result-item .ng-fa-icon.fa-file-pdf {\\n color: #E21717;\\n}\\n.gd-search-result-item .ng-fa-icon.fa-file-word {\\n color: #6979B9;\\n}\\n.gd-search-result-item .ng-fa-icon.fa-file-powerpoint {\\n color: #E29417;\\n}\\n.gd-search-result-item .ng-fa-icon.fa-file-excel {\\n color: #3FA300;\\n}\\n.gd-search-result-item .ng-fa-icon.fa-file-image {\\n color: #E217DA;\\n}\\n.gd-search-result-item .ng-fa-icon.fa-file-text .fa-folder {\\n color: #5D6A75;\\n}\\n.gd-found-file-name .ng-fa-icon {\\n font-size: 33px;\\n}\\n.gd-found-file-name fa-icon {\\n font-size: 32px;\\n margin: 0 11px 0 0;\\n}\\n.gd-search-result-occurrences {\\n text-decoration: underline;\\n cursor: pointer;\\n}\\n@media (max-width: 1037px) {\\n .gd-file-size {\\n display: none;\\n }\\n .gd-file-format {\\n font-size: 10px;\\n }\\n .gd-file-format.mobile {\\n display: block;\\n }\\n .gd-file-format.mobile > fa-icon {\\n color: #bebebe;\\n }\\n .gd-file-format.mobile fa-icon {\\n font-size: 10px;\\n margin-right: 2.1px;\\n }\\n .gd-file-format.mobile fa-icon:nth-child(1) {\\n margin-right: 6px;\\n }\\n .gd-file-format {\\n font-size: 11px;\\n }\\n .gd-found-file-name {\\n white-space: nowrap;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n width: 100%;\\n }\\n .gd-file-occurrences {\\n width: 94px;\\n position: absolute;\\n right: 15px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2VhcmNoL3NyYy9saWIvc2VhcmNoLXJlc3VsdC1pdGVtL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtcmVzdWx0LWl0ZW0vc2VhcmNoLXJlc3VsdC1pdGVtLmNvbXBvbmVudC5sZXNzIiwibGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtcmVzdWx0LWl0ZW0vc2VhcmNoLXJlc3VsdC1pdGVtLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxnQ0FBQTtFQUNBLHNCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLGtCQUFBO0FDREY7QURJQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EsZ0NBQUE7RUFDQSxzQkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxlQUFBO0VBQ0Esa0JBQUE7RUFDQSxnQkFBQTtBQ0ZGO0FEUEE7RUFZSSxpQkFBQTtBQ0ZKO0FETUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0VBQ0EseUJBQUE7RUFDQSxjQUFBO0VBQ0Esd0JBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7RUFDQSxpQkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxrQkFBQTtBQ0pGO0FETkE7RUFhSSxrQkFBQTtFQUNBLFdBQUE7QUNKSjtBRFFBO0VBQ0UsV0FBQTtFQUNBLHlCQUFBO0FDTkY7QURTQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLHdCQUFBO0FDUEY7QURVQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtBQ1JGO0FEV0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxZQUFBO0VBQ0Esa0JBQUE7QUNURjtBRFlBO0VBQ0UsZUFBQTtFQUNBLHFCQUFBO0FDVkY7QURhQTtFQUNFLGdCQUFBO0VBQ0EsZUFBQTtFQUNBLG1CQUFBO0VBQ0EsZ0JBQUE7RUFDQSx1QkFBQTtFQUNBLFdBQUE7QUNYRjtBRGNBO0VBQ0UsZ0JBQUE7RUFDQSxlQUFBO0FDWkY7QURlQTtFQUNFLFdBQUE7RUFDQSxjQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0FDYkY7QURnQkE7RUFDRSxlQUFBO0VBQ0EsY0FBQTtFQUNBLGdCQUFBO0FDZEY7QURnQkU7RUFDRSxhQUFBO0FDZEo7QURrQkE7RUFDRSxjQUFBO0FDaEJGO0FEbUJBO0VBQ0UsY0FBQTtBQ2pCRjtBRG9CQTtFQUNFLGNBQUE7QUNsQkY7QURxQkE7RUFDRSxjQUFBO0FDbkJGO0FEc0JBO0VBQ0UsY0FBQTtBQ3BCRjtBRHVCQTtFQUNFLGNBQUE7QUNyQkY7QUR3QkE7RUFDRSxjQUFBO0FDdEJGO0FEeUJBO0VBQ0UsZUFBQTtBQ3ZCRjtBRDBCQTtFQUNFLGVBQUE7RUFDQSxrQkFBQTtBQ3hCRjtBRDJCQTtFQUNFLDBCQUFBO0VBQ0EsZUFBQTtBQ3pCRjtBRDRCQTtFQUNFO0lBQ0UsYUFBQTtFQzFCRjtFRDZCQTtJQUNFLGVBQUE7RUMzQkY7RUQ2QkU7SUFDRSxjQUFBO0VDM0JKO0VEMEJFO0lBSUksY0FBQTtFQzNCTjtFRHVCRTtJQVFJLGVBQUE7SUFDQSxtQkFBQTtFQzVCTjtFRG1CRTtJQWFJLGlCQUFBO0VDN0JOO0VEa0NBO0lBQ0UsZUFBQTtFQ2hDRjtFRG1DQTtJQUNFLG1CQUFBO0lBQ0EsZ0JBQUE7SUFDQSx1QkFBQTtJQUNBLFdBQUE7RUNqQ0Y7RURvQ0E7SUFDRSxXQUFBO0lBQ0Esa0JBQUE7SUFDQSxXQUFBO0VDbENGO0FBQ0YiLCJmaWxlIjoibGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtcmVzdWx0LWl0ZW0vc2VhcmNoLXJlc3VsdC1pdGVtLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbi5nZC1zZWFyY2gtcmVzdWx0LWl0ZW0ge1xuICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xuICBoZWlnaHQgICAgICAgICAgOiA5OHB4O1xuICBib3JkZXItYm90dG9tICAgOiAxcHggc29saWQgQG1lcmN1cnk7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIGFsaWduLWl0ZW1zICAgICA6IGNlbnRlcjtcbiAgcG9zaXRpb24gICAgICAgIDogcmVsYXRpdmU7XG59XG5cbi5nZC1zZWFyY2gtcmVzdWx0LXBocmFzZSB7XG4gIGRpc3BsYXkgICAgICAgICA6IGZsZXg7XG4gIHdpZHRoICAgICAgICAgICA6IDEwMCU7XG4gIGhlaWdodCAgICAgICAgICA6IDQwcHg7XG4gIGJvcmRlci1ib3R0b20gICA6IDFweCBzb2xpZCBAbWVyY3VyeTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgYWxpZ24taXRlbXMgICAgIDogY2VudGVyO1xuICBmb250LXNpemUgICAgICAgOiAxM3B4O1xuICBwYWRkaW5nLWxlZnQgICAgOiAxN3B4O1xuICBvdmVyZmxvdyAgICAgICAgOiBoaWRkZW47XG5cbiAgOjpuZy1kZWVwIHNwYW4ge1xuICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICB9XG59XG5cbi5nZC1mb3VuZC1waHJhc2VzLXRpdGxlIHtcbiAgZGlzcGxheSAgICAgICAgIDogZmxleDtcbiAgZm9udC1zaXplICAgICAgIDogMTNweDtcbiAgdGV4dC10cmFuc2Zvcm0gIDogdXBwZXJjYXNlO1xuICBjb2xvciAgICAgICAgICAgOiBAcHJpbWFyeTtcbiAgd2lkdGggICAgICAgICAgIDogY2FsYygxMDAlICsgMTdweCk7XG4gIGhlaWdodCAgICAgICAgICA6IDYwcHg7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG4gIGZvbnQtd2VpZ2h0ICAgICA6IGJvbGQ7XG4gIGFsaWduLWl0ZW1zICAgICA6IGNlbnRlcjtcbiAgcG9zaXRpb24gICAgICAgIDogcmVsYXRpdmU7XG5cbiAgLmdkLWNsb3NlLWJ0biB7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHJpZ2h0ICAgOiAzMHB4O1xuICB9XG59XG5cbi5nZC12ZXJ0aWNhbC1iYXIge1xuICB3aWR0aCAgICAgICAgICAgOiAxN3B4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAcHJpbWFyeTtcbn1cblxuLmdkLWZvdW5kLXBocmFzZXMtY29udGVudC13cmFwcGVyIHtcbiAgZGlzcGxheSAgICAgICA6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoICAgICAgICAgOiBjYWxjKDEwMCUgLSAzNHB4KTtcbn1cblxuLmdkLWZvdW5kLXBocmFzZXMtd3JhcHBlciB7XG4gIGRpc3BsYXkgICAgICAgOiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xufVxuXG4uZ2QtZm91bmQtZmlsZS1uYW1lIHtcbiAgZGlzcGxheSAgICAgOiBmbGV4O1xuICB3aWR0aCAgICAgICA6IDI1M3B4O1xuICBwYWRkaW5nLWxlZnQ6IDE3cHg7XG59XG5cbi5nZC1mb3VuZC1maWxlLW5hbWUgZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzJweDtcbiAgbWFyZ2luICAgOiAxOXB4IDIxcHggMCAwO1xufVxuXG4uZ2Qtc2VhcmNoLXJlc3VsdC1uYW1lIHtcbiAgdGV4dC1hbGlnbiAgIDogbGVmdDtcbiAgY3Vyc29yICAgICAgIDogZGVmYXVsdDtcbiAgd2hpdGUtc3BhY2UgIDogbm93cmFwO1xuICBvdmVyZmxvdyAgICAgOiBoaWRkZW47XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuICB3aWR0aCAgICAgICAgOiAxMDAlO1xufVxuXG4uZ2Qtc2VhcmNoLXJlc3VsdC1zaXplIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZm9udC1zaXplIDogMTJweDtcbn1cblxuLmdkLWZpbGUtc2l6ZSB7XG4gIHdpZHRoICAgOiA2MHB4O1xuICBjb2xvciAgIDogIzc3Nzc3NztcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICByaWdodCAgIDogNjVweDtcbn1cblxuLmdkLWZpbGUtZm9ybWF0IHtcbiAgZm9udC1zaXplICA6IDEwcHg7XG4gIGNvbG9yICAgICAgOiBAc2lsdmVyLWNoYWxpY2U7XG4gIHBhZGRpbmctdG9wOiA0cHg7XG5cbiAgJi5tb2JpbGUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbn1cblxuLmdkLWZpbGUtb2NjdXJyZW5jZXMge1xuICBjb2xvcjogIzc3Nzc3Nztcbn1cblxuLmdkLXNlYXJjaC1yZXN1bHQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLXBkZiB7XG4gIGNvbG9yOiAjRTIxNzE3O1xufVxuXG4uZ2Qtc2VhcmNoLXJlc3VsdC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtd29yZCB7XG4gIGNvbG9yOiAjNjk3OUI5O1xufVxuXG4uZ2Qtc2VhcmNoLXJlc3VsdC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtcG93ZXJwb2ludCB7XG4gIGNvbG9yOiAjRTI5NDE3O1xufVxuXG4uZ2Qtc2VhcmNoLXJlc3VsdC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtZXhjZWwge1xuICBjb2xvcjogIzNGQTMwMDtcbn1cblxuLmdkLXNlYXJjaC1yZXN1bHQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6ICNFMjE3REE7XG59XG5cbi5nZC1zZWFyY2gtcmVzdWx0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS10ZXh0IC5mYS1mb2xkZXIge1xuICBjb2xvcjogIzVENkE3NTtcbn1cblxuLmdkLWZvdW5kLWZpbGUtbmFtZSAubmctZmEtaWNvbiB7XG4gIGZvbnQtc2l6ZTogMzNweDtcbn1cblxuLmdkLWZvdW5kLWZpbGUtbmFtZSBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBtYXJnaW4gICA6IDAgMTFweCAwIDA7XG59XG5cbi5nZC1zZWFyY2gtcmVzdWx0LW9jY3VycmVuY2VzIHtcbiAgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7XG4gIGN1cnNvciAgICAgICAgIDogcG9pbnRlcjtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLmdkLWZpbGUtc2l6ZSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuXG4gIC5nZC1maWxlLWZvcm1hdCB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuXG4gICAgJi5tb2JpbGUge1xuICAgICAgZGlzcGxheTogYmxvY2s7XG5cbiAgICAgID5mYS1pY29uIHtcbiAgICAgICAgY29sb3I6ICNiZWJlYmU7XG4gICAgICB9XG5cbiAgICAgIGZhLWljb24ge1xuICAgICAgICBmb250LXNpemUgICA6IDEwcHg7XG4gICAgICAgIG1hcmdpbi1yaWdodDogMi4xcHg7XG4gICAgICB9XG5cbiAgICAgIGZhLWljb246bnRoLWNoaWxkKDEpIHtcbiAgICAgICAgbWFyZ2luLXJpZ2h0OiA2cHg7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDExcHg7XG4gIH1cblxuICAuZ2QtZm91bmQtZmlsZS1uYW1lIHtcbiAgICB3aGl0ZS1zcGFjZSAgOiBub3dyYXA7XG4gICAgb3ZlcmZsb3cgICAgIDogaGlkZGVuO1xuICAgIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuICAgIHdpZHRoICAgICAgICA6IDEwMCU7XG4gIH1cblxuICAuZ2QtZmlsZS1vY2N1cnJlbmNlcyB7XG4gICAgd2lkdGggICA6IDk0cHg7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHJpZ2h0ICAgOiAxNXB4O1xuICB9XG59IiwiLmdkLXNlYXJjaC1yZXN1bHQtaXRlbSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDk4cHg7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZTdlN2U3O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1waHJhc2Uge1xuICBkaXNwbGF5OiBmbGV4O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiA0MHB4O1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI2U3ZTdlNztcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBwYWRkaW5nLWxlZnQ6IDE3cHg7XG4gIG92ZXJmbG93OiBoaWRkZW47XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1waHJhc2UgOjpuZy1kZWVwIHNwYW4ge1xuICBmb250LXdlaWdodDogYm9sZDtcbn1cbi5nZC1mb3VuZC1waHJhc2VzLXRpdGxlIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZm9udC1zaXplOiAxM3B4O1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICBjb2xvcjogIzNFNEU1QTtcbiAgd2lkdGg6IGNhbGMoMTAwJSArIDE3cHgpO1xuICBoZWlnaHQ6IDYwcHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmNGY0ZjQ7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG4uZ2QtZm91bmQtcGhyYXNlcy10aXRsZSAuZ2QtY2xvc2UtYnRuIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICByaWdodDogMzBweDtcbn1cbi5nZC12ZXJ0aWNhbC1iYXIge1xuICB3aWR0aDogMTdweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzNFNEU1QTtcbn1cbi5nZC1mb3VuZC1waHJhc2VzLWNvbnRlbnQtd3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiBjYWxjKDEwMCUgLSAzNHB4KTtcbn1cbi5nZC1mb3VuZC1waHJhc2VzLXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xufVxuLmdkLWZvdW5kLWZpbGUtbmFtZSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHdpZHRoOiAyNTNweDtcbiAgcGFkZGluZy1sZWZ0OiAxN3B4O1xufVxuLmdkLWZvdW5kLWZpbGUtbmFtZSBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBtYXJnaW46IDE5cHggMjFweCAwIDA7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1uYW1lIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbiAgd2lkdGg6IDEwMCU7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1zaXplIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZm9udC1zaXplOiAxMnB4O1xufVxuLmdkLWZpbGUtc2l6ZSB7XG4gIHdpZHRoOiA2MHB4O1xuICBjb2xvcjogIzc3Nzc3NztcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICByaWdodDogNjVweDtcbn1cbi5nZC1maWxlLWZvcm1hdCB7XG4gIGZvbnQtc2l6ZTogMTBweDtcbiAgY29sb3I6ICNhY2FjYWM7XG4gIHBhZGRpbmctdG9wOiA0cHg7XG59XG4uZ2QtZmlsZS1mb3JtYXQubW9iaWxlIHtcbiAgZGlzcGxheTogbm9uZTtcbn1cbi5nZC1maWxlLW9jY3VycmVuY2VzIHtcbiAgY29sb3I6ICM3Nzc3Nzc7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtcGRmIHtcbiAgY29sb3I6ICNFMjE3MTc7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtd29yZCB7XG4gIGNvbG9yOiAjNjk3OUI5O1xufVxuLmdkLXNlYXJjaC1yZXN1bHQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLXBvd2VycG9pbnQge1xuICBjb2xvcjogI0UyOTQxNztcbn1cbi5nZC1zZWFyY2gtcmVzdWx0LWl0ZW0gLm5nLWZhLWljb24uZmEtZmlsZS1leGNlbCB7XG4gIGNvbG9yOiAjM0ZBMzAwO1xufVxuLmdkLXNlYXJjaC1yZXN1bHQtaXRlbSAubmctZmEtaWNvbi5mYS1maWxlLWltYWdlIHtcbiAgY29sb3I6ICNFMjE3REE7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1pdGVtIC5uZy1mYS1pY29uLmZhLWZpbGUtdGV4dCAuZmEtZm9sZGVyIHtcbiAgY29sb3I6ICM1RDZBNzU7XG59XG4uZ2QtZm91bmQtZmlsZS1uYW1lIC5uZy1mYS1pY29uIHtcbiAgZm9udC1zaXplOiAzM3B4O1xufVxuLmdkLWZvdW5kLWZpbGUtbmFtZSBmYS1pY29uIHtcbiAgZm9udC1zaXplOiAzMnB4O1xuICBtYXJnaW46IDAgMTFweCAwIDA7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1vY2N1cnJlbmNlcyB7XG4gIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lO1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5nZC1maWxlLXNpemUge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDEwcHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSA+IGZhLWljb24ge1xuICAgIGNvbG9yOiAjYmViZWJlO1xuICB9XG4gIC5nZC1maWxlLWZvcm1hdC5tb2JpbGUgZmEtaWNvbiB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuICAgIG1hcmdpbi1yaWdodDogMi4xcHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0Lm1vYmlsZSBmYS1pY29uOm50aC1jaGlsZCgxKSB7XG4gICAgbWFyZ2luLXJpZ2h0OiA2cHg7XG4gIH1cbiAgLmdkLWZpbGUtZm9ybWF0IHtcbiAgICBmb250LXNpemU6IDExcHg7XG4gIH1cbiAgLmdkLWZvdW5kLWZpbGUtbmFtZSB7XG4gICAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuICAgIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuICAgIHdpZHRoOiAxMDAlO1xuICB9XG4gIC5nZC1maWxlLW9jY3VycmVuY2VzIHtcbiAgICB3aWR0aDogOTRweDtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgcmlnaHQ6IDE1cHg7XG4gIH1cbn1cbiJdfQ== */\"","import { Component, Input, OnInit } from '@angular/core';\r\nimport { SearchResultItemModel } from '../search-models';\r\nimport { FileModel, FileUtil } from \"@groupdocs.examples.angular/common-components\";\r\n\r\n@Component({\r\n selector: 'gd-search-result-item',\r\n templateUrl: './search-result-item.component.html',\r\n styleUrls: ['./search-result-item.component.less']\r\n})\r\n\r\nexport class SearchResultItemComponent implements OnInit {\r\n @Input() item: SearchResultItemModel;\r\n\r\n constructor() {\r\n }\r\n \r\n ngOnInit(): void {\r\n }\r\n\r\n getSizeString(size: number) {\r\n const mb = size / 1024 / 1024;\r\n if (mb > 1) {\r\n return (Math.round(mb * 100) / 100) + ' MB';\r\n } else {\r\n const kb = size / 1024;\r\n if (kb > 1) {\r\n return (Math.round(kb * 100) / 100) + ' KB';\r\n }\r\n }\r\n return size + ' Bytes';\r\n }\r\n\r\n getFormatIcon(file: FileModel) {\r\n return FileUtil.find(file.name, file.directory).icon;\r\n }\r\n\r\n getFormatName(file: FileModel) {\r\n return FileUtil.find(file.name, file.directory).format;\r\n }\r\n\r\n getOccurrencesMessage(occurrences: number) {\r\n return \"Found \" + occurrences + \" occurrences\"\r\n }\r\n\r\n togglePhrases(item) {\r\n item.showPhrases = !item.showPhrases;\r\n }\r\n}\r\n","module.exports = \"#gd-search-result-summary {\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n height: 100%;\\n background-color: #e7e7e7;\\n top: 120px;\\n position: absolute;\\n width: 100%;\\n}\\n.gd-search-result-summary-header {\\n display: -webkit-box;\\n display: flex;\\n font-size: 13px;\\n text-transform: uppercase;\\n color: #6e6e6e;\\n width: 100%;\\n height: 60px;\\n background-color: #f4f4f4;\\n font-weight: bold;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-search-result-summary-status {\\n display: -webkit-box;\\n display: flex;\\n font-size: 12px;\\n color: white;\\n width: 100%;\\n height: 30px;\\n background-color: #25c2d4;\\n -webkit-box-align: center;\\n align-items: center;\\n padding-left: 17px;\\n}\\n.gd-total-occurrences {\\n padding-left: 8px;\\n padding-right: 17px;\\n}\\n.gd-search-duration {\\n padding-left: 8px;\\n}\\n.gd-indexed-files {\\n right: 18px;\\n position: absolute;\\n}\\n.gd-search-result-summary-header div:nth-child(1) {\\n width: 253px;\\n text-align: left;\\n display: -webkit-box;\\n display: flex;\\n padding-left: 17px;\\n}\\n.gd-search-result-summary-header div:nth-child(2) {\\n text-align: left;\\n display: -webkit-box;\\n display: flex;\\n}\\n.gd-search-result-summary-header div:nth-child(3) {\\n width: 30px;\\n position: fixed;\\n right: 111px;\\n text-align: left;\\n}\\n.gd-search-result-summary-body {\\n overflow-y: scroll;\\n height: calc(100% - 210px);\\n}\\n.gd-search-result-last-placeholder {\\n margin: 0px 52px;\\n}\\n@media (max-width: 1037px) {\\n .gd-search-result-header {\\n display: none;\\n }\\n .gd-indexed-files {\\n display: none;\\n }\\n .gd-search-result-summary-header div:nth-child(3) {\\n display: none;\\n }\\n .gd-search-result-summary-header div:nth-child(2) {\\n position: absolute;\\n right: 18px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2VhcmNoL3NyYy9saWIvc2VhcmNoLXJlc3VsdC1zdW1tYXJ5L0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtcmVzdWx0LXN1bW1hcnkvc2VhcmNoLXJlc3VsdC1zdW1tYXJ5LmNvbXBvbmVudC5sZXNzIiwibGlicy9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtcmVzdWx0LXN1bW1hcnkvc2VhcmNoLXJlc3VsdC1zdW1tYXJ5LmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0ksNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsWUFBQTtFQUNBLHlCQUFBO0VBQ0EsVUFBQTtFQUNBLGtCQUFBO0VBQ0EsV0FBQTtBQ0RKO0FESUE7RUFDSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0VBQ0EseUJBQUE7RUFDQSxjQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSx5QkFBQTtFQUNBLGlCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ0ZKO0FES0E7RUFDSSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0Esa0JBQUE7QUNISjtBRE1BO0VBQ0ksaUJBQUE7RUFDQSxtQkFBQTtBQ0pKO0FET0E7RUFDSSxpQkFBQTtBQ0xKO0FEUUE7RUFDSSxXQUFBO0VBQ0Esa0JBQUE7QUNOSjtBRFNBO0VBQ0ksWUFBQTtFQUNBLGdCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0Esa0JBQUE7QUNQSjtBRFVBO0VBQ0ksZ0JBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7QUNSSjtBRFdBO0VBQ0ksV0FBQTtFQUNBLGVBQUE7RUFDQSxZQUFBO0VBQ0EsZ0JBQUE7QUNUSjtBRFlBO0VBQ0ksa0JBQUE7RUFDQSwwQkFBQTtBQ1ZKO0FEYUE7RUFDSSxnQkFBQTtBQ1hKO0FEY0E7RUFDSTtJQUNJLGFBQUE7RUNaTjtFRGVFO0lBQ0ksYUFBQTtFQ2JOO0VEZ0JFO0lBQ0ksYUFBQTtFQ2ROO0VEaUJFO0lBQ0ksa0JBQUE7SUFDQSxXQUFBO0VDZk47QUFDRiIsImZpbGUiOiJsaWJzL3NlYXJjaC9zcmMvbGliL3NlYXJjaC1yZXN1bHQtc3VtbWFyeS9zZWFyY2gtcmVzdWx0LXN1bW1hcnkuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuI2dkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeSB7XG4gICAgZmxleC1kaXJlY3Rpb24gIDogY29sdW1uO1xuICAgIGhlaWdodCAgICAgICAgICA6IDEwMCU7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQG1lcmN1cnk7XG4gICAgdG9wICAgICAgICAgICAgIDogMTIwcHg7XG4gICAgcG9zaXRpb24gICAgICAgIDogYWJzb2x1dGU7XG4gICAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbn1cblxuLmdkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeS1oZWFkZXIge1xuICAgIGRpc3BsYXkgICAgICAgICA6IGZsZXg7XG4gICAgZm9udC1zaXplICAgICAgIDogMTNweDtcbiAgICB0ZXh0LXRyYW5zZm9ybSAgOiB1cHBlcmNhc2U7XG4gICAgY29sb3IgICAgICAgICAgIDogQGRvdmUtZ3JheTtcbiAgICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xuICAgIGhlaWdodCAgICAgICAgICA6IDYwcHg7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQHdpbGQtc2FuZDtcbiAgICBmb250LXdlaWdodCAgICAgOiBib2xkO1xuICAgIGFsaWduLWl0ZW1zICAgICA6IGNlbnRlcjtcbn1cblxuLmdkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeS1zdGF0dXMge1xuICAgIGRpc3BsYXkgICAgICAgICA6IGZsZXg7XG4gICAgZm9udC1zaXplICAgICAgIDogMTJweDtcbiAgICBjb2xvciAgICAgICAgICAgOiB3aGl0ZTtcbiAgICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xuICAgIGhlaWdodCAgICAgICAgICA6IDMwcHg7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogQGJyYW5kO1xuICAgIGFsaWduLWl0ZW1zICAgICA6IGNlbnRlcjtcbiAgICBwYWRkaW5nLWxlZnQgICAgOiAxN3B4O1xufVxuXG4uZ2QtdG90YWwtb2NjdXJyZW5jZXMge1xuICAgIHBhZGRpbmctbGVmdCA6IDhweDtcbiAgICBwYWRkaW5nLXJpZ2h0OiAxN3B4O1xufVxuXG4uZ2Qtc2VhcmNoLWR1cmF0aW9uIHtcbiAgICBwYWRkaW5nLWxlZnQ6IDhweDtcbn1cblxuLmdkLWluZGV4ZWQtZmlsZXMge1xuICAgIHJpZ2h0ICAgOiAxOHB4O1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbn1cblxuLmdkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeS1oZWFkZXIgZGl2Om50aC1jaGlsZCgxKSB7XG4gICAgd2lkdGggICAgICAgOiAyNTNweDtcbiAgICB0ZXh0LWFsaWduICA6IGxlZnQ7XG4gICAgZGlzcGxheSAgICAgOiBmbGV4O1xuICAgIHBhZGRpbmctbGVmdDogMTdweDtcbn1cblxuLmdkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeS1oZWFkZXIgZGl2Om50aC1jaGlsZCgyKSB7XG4gICAgdGV4dC1hbGlnbjogbGVmdDtcbiAgICBkaXNwbGF5ICAgOiBmbGV4O1xufVxuXG4uZ2Qtc2VhcmNoLXJlc3VsdC1zdW1tYXJ5LWhlYWRlciBkaXY6bnRoLWNoaWxkKDMpIHtcbiAgICB3aWR0aCAgICAgOiAzMHB4O1xuICAgIHBvc2l0aW9uICA6IGZpeGVkO1xuICAgIHJpZ2h0ICAgICA6IDExMXB4O1xuICAgIHRleHQtYWxpZ246IGxlZnQ7XG59XG5cbi5nZC1zZWFyY2gtcmVzdWx0LXN1bW1hcnktYm9keSB7XG4gICAgb3ZlcmZsb3cteTogc2Nyb2xsO1xuICAgIGhlaWdodCAgICA6IGNhbGMoMTAwJSAtIDIxMHB4KTtcbn1cblxuLmdkLXNlYXJjaC1yZXN1bHQtbGFzdC1wbGFjZWhvbGRlciB7XG4gICAgbWFyZ2luOiAwcHggNTJweDtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgICAuZ2Qtc2VhcmNoLXJlc3VsdC1oZWFkZXIge1xuICAgICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cblxuICAgIC5nZC1pbmRleGVkLWZpbGVzIHtcbiAgICAgICAgZGlzcGxheTogbm9uZTtcbiAgICB9XG5cbiAgICAuZ2Qtc2VhcmNoLXJlc3VsdC1zdW1tYXJ5LWhlYWRlciBkaXY6bnRoLWNoaWxkKDMpIHtcbiAgICAgICAgZGlzcGxheTogbm9uZTtcbiAgICB9XG5cbiAgICAuZ2Qtc2VhcmNoLXJlc3VsdC1zdW1tYXJ5LWhlYWRlciBkaXY6bnRoLWNoaWxkKDIpIHtcbiAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgICByaWdodCAgIDogMThweDtcbiAgICB9XG59IiwiI2dkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeSB7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGhlaWdodDogMTAwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2U3ZTdlNztcbiAgdG9wOiAxMjBweDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB3aWR0aDogMTAwJTtcbn1cbi5nZC1zZWFyY2gtcmVzdWx0LXN1bW1hcnktaGVhZGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZm9udC1zaXplOiAxM3B4O1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICBjb2xvcjogIzZlNmU2ZTtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogNjBweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2Y0ZjRmNDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1zdW1tYXJ5LXN0YXR1cyB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgY29sb3I6IHdoaXRlO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAzMHB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMjVjMmQ0O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBwYWRkaW5nLWxlZnQ6IDE3cHg7XG59XG4uZ2QtdG90YWwtb2NjdXJyZW5jZXMge1xuICBwYWRkaW5nLWxlZnQ6IDhweDtcbiAgcGFkZGluZy1yaWdodDogMTdweDtcbn1cbi5nZC1zZWFyY2gtZHVyYXRpb24ge1xuICBwYWRkaW5nLWxlZnQ6IDhweDtcbn1cbi5nZC1pbmRleGVkLWZpbGVzIHtcbiAgcmlnaHQ6IDE4cHg7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbn1cbi5nZC1zZWFyY2gtcmVzdWx0LXN1bW1hcnktaGVhZGVyIGRpdjpudGgtY2hpbGQoMSkge1xuICB3aWR0aDogMjUzcHg7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHBhZGRpbmctbGVmdDogMTdweDtcbn1cbi5nZC1zZWFyY2gtcmVzdWx0LXN1bW1hcnktaGVhZGVyIGRpdjpudGgtY2hpbGQoMikge1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBkaXNwbGF5OiBmbGV4O1xufVxuLmdkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeS1oZWFkZXIgZGl2Om50aC1jaGlsZCgzKSB7XG4gIHdpZHRoOiAzMHB4O1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHJpZ2h0OiAxMTFweDtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cbi5nZC1zZWFyY2gtcmVzdWx0LXN1bW1hcnktYm9keSB7XG4gIG92ZXJmbG93LXk6IHNjcm9sbDtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSAyMTBweCk7XG59XG4uZ2Qtc2VhcmNoLXJlc3VsdC1sYXN0LXBsYWNlaG9sZGVyIHtcbiAgbWFyZ2luOiAwcHggNTJweDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLXNlYXJjaC1yZXN1bHQtaGVhZGVyIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG4gIC5nZC1pbmRleGVkLWZpbGVzIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG4gIC5nZC1zZWFyY2gtcmVzdWx0LXN1bW1hcnktaGVhZGVyIGRpdjpudGgtY2hpbGQoMykge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgLmdkLXNlYXJjaC1yZXN1bHQtc3VtbWFyeS1oZWFkZXIgZGl2Om50aC1jaGlsZCgyKSB7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHJpZ2h0OiAxOHB4O1xuICB9XG59XG4iXX0= */\"","import { Component, EventEmitter, Input, Output, OnInit } from '@angular/core';\r\nimport { SearchResultItemModel, SearchResult } from '../search-models';\r\n\r\n@Component({\r\n selector: 'gd-search-result-summary',\r\n templateUrl: './search-result-summary.component.html',\r\n styleUrls: ['./search-result-summary.component.less']\r\n})\r\n\r\nexport class SearchResultSummaryComponent implements OnInit {\r\n @Input() searchResult: SearchResult;\r\n\r\n constructor() {\r\n }\r\n \r\n ngOnInit(): void {\r\n }\r\n\r\n getTotalOccurrencesMessage() {\r\n const message = \"Nothing found\";\r\n\r\n if (this.searchResult) {\r\n if (this.searchResult.totalOccurences === 0)\r\n {\r\n return message;\r\n }\r\n\r\n return \"Found \" + this.searchResult.totalOccurences + \" occurrences \" + this.searchResult.totalFiles + \" files\";\r\n }\r\n\r\n return message;\r\n }\r\n\r\n getIndexedFilesMessage() {\r\n if (this.searchResult) {\r\n return \"\" + this.searchResult.indexedFiles + \" files indexed\";\r\n }\r\n }\r\n\r\n getSearchDuration() {\r\n if (this.searchResult) {\r\n return this.searchResult.searchDuration;\r\n }\r\n }\r\n}\r\n","import {BrowserModule} from '@angular/platform-browser';\r\nimport {APP_INITIALIZER, ModuleWithProviders, NgModule} from '@angular/core';\r\nimport {HTTP_INTERCEPTORS, HttpClientModule} from '@angular/common/http';\r\nimport {SearchAppComponent} from './search-app.component';\r\nimport {\r\n Api,\r\n CommonComponentsModule,\r\n ErrorInterceptorService, LoadingMaskInterceptorService,\r\n LoadingMaskService\r\n} from '@groupdocs.examples.angular/common-components';\r\nimport {SearchService} from \"./search.service\";\r\nimport {ConfigService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {SearchConfigService} from \"./search-config.service\";\r\nimport {FontAwesomeModule} from '@fortawesome/angular-fontawesome';\r\nimport {SearchPanelComponent} from './search-panel/search-panel.component';\r\nimport {SearchResultSummaryComponent} from './search-result-summary/search-result-summary.component';\r\nimport {SearchResultItemComponent} from './search-result-item/search-result-item.component';\r\nimport {IndexedFilesListComponent} from './indexed-files-list/indexed-files-list.component';\r\nimport {IndexedFileComponent} from './indexed-file/indexed-file.component';\r\nimport {SearchBrowseFilesModalComponent} from './search-browse-files-modal/search-browse-files-modal.component';\r\n\r\nexport function initializeApp(searchConfigService: SearchConfigService) {\r\n const result = () => searchConfigService.load();\r\n return result;\r\n}\r\n\r\n// NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981\r\n// @dynamic\r\nexport function setupLoadingInterceptor(service: LoadingMaskService) {\r\n return new LoadingMaskInterceptorService(service);\r\n}\r\n\r\n@NgModule({\r\n declarations: [\r\n SearchAppComponent,\r\n SearchPanelComponent,\r\n SearchResultSummaryComponent,\r\n SearchResultItemComponent,\r\n IndexedFilesListComponent,\r\n IndexedFileComponent,\r\n SearchBrowseFilesModalComponent\r\n ],\r\n imports: [\r\n BrowserModule,\r\n CommonComponentsModule,\r\n HttpClientModule,\r\n FontAwesomeModule\r\n ],\r\n exports: [\r\n SearchAppComponent,\r\n CommonComponentsModule,\r\n SearchPanelComponent,\r\n SearchResultSummaryComponent,\r\n SearchResultItemComponent,\r\n IndexedFilesListComponent,\r\n IndexedFileComponent,\r\n SearchBrowseFilesModalComponent\r\n ],\r\n providers: [\r\n SearchService,\r\n ConfigService,\r\n SearchConfigService,\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useClass: ErrorInterceptorService,\r\n multi: true\r\n },\r\n {\r\n provide: APP_INITIALIZER,\r\n useFactory: initializeApp,\r\n deps: [SearchConfigService], multi: true\r\n },\r\n LoadingMaskService,\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useFactory: setupLoadingInterceptor,\r\n multi: true,\r\n deps: [LoadingMaskService]\r\n }\r\n ]\r\n})\r\nexport class SearchModule {\r\n static forRoot(apiEndpoint: string): ModuleWithProviders {\r\n Api.DEFAULT_API_ENDPOINT = apiEndpoint;\r\n return {\r\n ngModule: SearchModule\r\n };\r\n }\r\n}\r\n","import { Injectable } from '@angular/core';\r\nimport { HttpClient } from \"@angular/common/http\";\r\nimport { Api, ConfigService, FileCredentials, FileModel } from \"@groupdocs.examples.angular/common-components\";\r\nimport { BehaviorSubject } from 'rxjs';\r\nimport { IndexedFileModel } from './search-models';\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\n\r\nexport class SearchService {\r\n private _itemToRemove = new BehaviorSubject(null);\r\n itemToRemove = this._itemToRemove.asObservable();\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n addFilesToIndex(filesToIndex: FileModel[]) {\r\n return this._http.post(this._config.getSearchApiEndpoint() + Api.ADD_FILES_TO_INDEX, filesToIndex, Api.httpOptionsJson);\r\n }\r\n\r\n loadFiles(path: string) {\r\n return this._http.post(this._config.getSearchApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\r\n }\r\n\r\n loadFile(credentials: FileCredentials) {\r\n return this._http.post(this._config.getSearchApiEndpoint() + Api.LOAD_DOCUMENT_DESCRIPTION, credentials, Api.httpOptionsJson);\r\n }\r\n\r\n upload(file: File, url: string, rewrite: boolean) {\r\n const formData = new FormData();\r\n formData.append(\"file\", file);\r\n formData.append('rewrite', String(rewrite));\r\n if (url) {\r\n formData.append(\"url\", url);\r\n }\r\n\r\n return this._http.post(this._config.getSearchApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\r\n }\r\n\r\n search(credentials: FileCredentials[], query: string) {\r\n return this._http.post(this._config.getSearchApiEndpoint() + Api.SEARCH, {\r\n 'query': query\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n removeFile(file: FileModel) {\r\n return this._http.post(this._config.getSearchApiEndpoint() + Api.REMOVE_FROM_INDEX, file, Api.httpOptionsJson);\r\n }\r\n\r\n selectedItemToRemove(file: FileModel) {\r\n this._itemToRemove.next(file);\r\n }\r\n\r\n getDocumentStatus(files: IndexedFileModel[]) {\r\n return this._http.post(this._config.getSearchApiEndpoint() + Api.GET_FILE_STATUS, files, Api.httpOptionsJson);\r\n }\r\n}\r\n","export * from './lib/signature.module';\r\nexport * from './lib/signature-app.component';\r\nexport * from './lib/signature.service';\r\nexport * from './lib/signature-config.service';\r\nexport * from './lib/signature-list-panel/signature-list-panel.component'\r\nexport * from './lib/select-signature.service'\r\nexport * from './lib/remove-signature.service'\r\nexport * from './lib/copy-signature.service'\r\nexport * from './lib/active-signature.service'\r\nexport * from './lib/active-canvas.service'\r\nexport * from './lib/signatures-holder.service'\r\nexport * from './lib/signature-tab-activator.service'\r\nexport * from './lib/drag-signature.service'\r\n","import {Observable, Subject} from \"rxjs\";\r\n\r\nexport class ActiveCanvasService {\r\n private _observer: Subject = new Subject();\r\n private readonly _activeChange: Observable = this._observer.asObservable();\r\n\r\n constructor() {\r\n }\r\n\r\n get activeChange(): Observable {\r\n return this._activeChange;\r\n }\r\n\r\n changeActive(signId: number) {\r\n this._observer.next(signId);\r\n }\r\n}\r\n","import {Observable, Subject} from \"rxjs\";\r\n\r\nexport class ActiveSignatureService {\r\n private _observer: Subject = new Subject();\r\n private readonly _activeChange: Observable = this._observer.asObservable();\r\n\r\n constructor() {\r\n }\r\n\r\n get activeChange(): Observable {\r\n return this._activeChange;\r\n }\r\n\r\n changeActive(signId: number) {\r\n this._observer.next(signId);\r\n }\r\n}\r\n","module.exports = \".bc-paint-container {\\n width: 100%;\\n height: 100%;\\n}\\n.bc-paint-canvas-container {\\n width: 100%;\\n height: 100%;\\n}\\n@media (max-width: 1037px) {\\n .bc-paint-canvas-container > canvas {\\n width: 100%;\\n height: 100%;\\n border: 0;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvY2FudmFzL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9jYW52YXMvY2FudmFzLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9jYW52YXMvY2FudmFzLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UsV0FBQTtFQUNBLFlBQUE7QUNERjtBRElBO0VBQ0UsV0FBQTtFQUNBLFlBQUE7QUNGRjtBREtBO0VBQ0U7SUFDRSxXQUFBO0lBQ0EsWUFBQTtJQUNBLFNBQUE7RUNIRjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvY2FudmFzL2NhbnZhcy5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uYmMtcGFpbnQtY29udGFpbmVyIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbn1cblxuLmJjLXBhaW50LWNhbnZhcy1jb250YWluZXIge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuYmMtcGFpbnQtY2FudmFzLWNvbnRhaW5lciA+IGNhbnZhcyB7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiAxMDAlO1xuICAgIGJvcmRlcjogMDtcbiAgfVxufVxuIiwiLmJjLXBhaW50LWNvbnRhaW5lciB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG4uYmMtcGFpbnQtY2FudmFzLWNvbnRhaW5lciB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5iYy1wYWludC1jYW52YXMtY29udGFpbmVyID4gY2FudmFzIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgYm9yZGVyOiAwO1xuICB9XG59XG4iXX0= */\"","import {Component, ElementRef, Input, OnChanges, OnInit, SimpleChanges, ViewChild} from '@angular/core';\r\nimport {WindowService} from \"@groupdocs.examples.angular/common-components\";\r\n\r\n@Component({\r\n selector: 'gd-canvas',\r\n templateUrl: './canvas.component.html',\r\n styleUrls: ['./canvas.component.less']\r\n})\r\nexport class CanvasComponent implements OnInit, OnChanges {\r\n\r\n @Input() color: string;\r\n\r\n _ctx: CanvasRenderingContext2D;\r\n _isDragged = false;\r\n private isDesktop: boolean;\r\n\r\n @ViewChild('canvas', {static: true}) canvas: ElementRef;\r\n\r\n constructor(private _windowService: WindowService) {\r\n this.isDesktop = _windowService.isDesktop();\r\n _windowService.onResize.subscribe((w) => {\r\n this.isDesktop = _windowService.isDesktop();\r\n });\r\n }\r\n\r\n ngOnInit() {\r\n this._ctx = this.canvas.nativeElement.getContext('2d');\r\n }\r\n\r\n onMouseDown(e) {\r\n let pos;\r\n if (this.isDesktop) {\r\n pos = {x: e.offsetX, y: e.offsetY};\r\n } else {\r\n const wEvent: DragEvent = window.event;\r\n pos = {x: wEvent.offsetX, y: wEvent.offsetY};\r\n }\r\n e.preventDefault();\r\n this._isDragged = true;\r\n this._ctx.beginPath();\r\n this._ctx.moveTo(pos.x, pos.y);\r\n }\r\n\r\n onMouseUp(e) {\r\n e.preventDefault();\r\n this._isDragged = false;\r\n }\r\n\r\n onMouseMove(e) {\r\n let pos;\r\n if (this.isDesktop) {\r\n pos = {x: e.offsetX, y: e.offsetY};\r\n } else {\r\n const wEvent: DragEvent = window.event;\r\n pos = {x: wEvent.offsetX, y: wEvent.offsetY};\r\n }\r\n e.preventDefault();\r\n if (this._isDragged) {\r\n this._ctx.lineTo(pos.x, pos.y);\r\n this._ctx.stroke();\r\n }\r\n }\r\n\r\n setColor(color) {\r\n if (this._ctx) {\r\n this._ctx.strokeStyle = color;\r\n }\r\n }\r\n\r\n getImage(): string {\r\n return this.canvas.nativeElement.toDataURL('image/png');\r\n }\r\n\r\n clear() {\r\n this.canvas.nativeElement.width = this.canvas.nativeElement.width;\r\n }\r\n\r\n ngOnChanges(changes: SimpleChanges): void {\r\n this.setColor(this.color);\r\n }\r\n\r\n getWidth() {\r\n return this.isDesktop ? 1079 : this._windowService.getWidth();\r\n }\r\n\r\n getHeight() {\r\n return this.isDesktop ? 540 : this._windowService.getHeight();\r\n }\r\n}\r\n","import {Observable, Subject} from \"rxjs\";\r\nimport {CopyChanges, CopySign} from \"./signature-models\";\r\n\r\nexport class CopySignatureService {\r\n private _observer: Subject = new Subject();\r\n private readonly _copySignature: Observable = this._observer.asObservable();\r\n private _observerChanges: Subject = new Subject();\r\n private readonly _changesSignature: Observable = this._observerChanges.asObservable();\r\n\r\n constructor() {\r\n }\r\n\r\n get copySignature(): Observable {\r\n return this._copySignature;\r\n }\r\n\r\n copy(copySign: CopySign): void {\r\n this._observer.next(copySign);\r\n }\r\n\r\n get changesSignature(): Observable {\r\n return this._changesSignature;\r\n }\r\n\r\n notifyChanges(changes: CopyChanges): void {\r\n this._observerChanges.next(changes);\r\n }\r\n}\r\n","import {Directive, EventEmitter, HostListener, Output} from '@angular/core';\r\nimport {DndDirective, UploadFilesService} from \"@groupdocs.examples.angular/common-components\";\r\n\r\n@Directive({\r\n selector: '[gdDndSignature]'\r\n})\r\nexport class DndSignatureDirective extends DndDirective {\r\n @Output() files = new EventEmitter();\r\n\r\n constructor(_uploadFilesService: UploadFilesService) {\r\n super(_uploadFilesService);\r\n }\r\n\r\n @HostListener('drop', ['$event'])\r\n public onDrop(evt) {\r\n evt.preventDefault();\r\n evt.stopPropagation();\r\n const files = evt.dataTransfer.files;\r\n if (files.length > 0) {\r\n this.active = false;\r\n this.files.emit(files);\r\n }\r\n }\r\n\r\n}\r\n","import {DraggableSignature} from \"./signature-models\";\r\n\r\nexport class DragSignatureService {\r\n public sign: DraggableSignature;\r\n\r\n constructor() {\r\n }\r\n}\r\n","module.exports = \".paint-body {\\n width: 1036px;\\n height: 561px;\\n}\\n.paint-body ::ng-deep .button {\\n font-size: unset !important;\\n color: #3E4E5A !important;\\n}\\n.paint-body ::ng-deep .button ::ng-deep .text {\\n padding-left: 0px !important;\\n}\\n.gd-draw-image {\\n background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAhCAYAAAC4JqlRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA4UlEQVR4nO2WbQuDMAyE+///q0WhKiiacYFK7BeXK2OMJXC2SF8er2kwiTPO81St6yo5ZxmGQdsnYZwdi/6yLJICIAACIAAC4KcA6uYMgN34BmAX9QgA9atYuQGO47j6mMw4YDXPsyQ8PCqlaAsAuNAjdYC1DyDeY7MOQuoAY10L0CboO0KoAywA6NsFn26QBaUB6hFYAO8VrhEAAfC/APQ1tJXQC9CCXABsKQZAW1qpStgDwG7+kVL8dQBPAnYDQN4cwFgrvFOAfd/Fq23b9IdiHEeZpokWAF41ugKO5u7gN6EQAAAFZL5NAAAAAElFTkSuQmCC) !important;\\n position: absolute;\\n padding: 0 !important;\\n background-color: #fff;\\n overflow: hidden;\\n overflow-y: auto;\\n width: inherit;\\n}\\n.bc-paint-header {\\n height: 60px;\\n width: 100%;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.bg-color-pic {\\n border-radius: 100%;\\n border: 1px solid #CCC;\\n position: absolute;\\n height: 8px;\\n width: 8px;\\n right: 6px;\\n bottom: 6px;\\n}\\n::ng-deep .bcPicker-palette {\\n position: absolute;\\n}\\n.bc-paint-export {\\n background-color: #25c2d4;\\n margin-right: 10px;\\n width: 68px;\\n height: 37px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n color: #FFF;\\n -webkit-box-align: center;\\n align-items: center;\\n cursor: pointer;\\n}\\n.bc-paint-export .icon {\\n display: -webkit-box;\\n display: flex;\\n text-align: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-flex: 0;\\n flex: 0 0 27px;\\n}\\n.bc-paint-export .save-button {\\n font-size: 10px;\\n display: -webkit-box;\\n display: flex;\\n text-align: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-flex: 0;\\n flex: 0 0 40px;\\n}\\n@media (max-width: 1037px) {\\n .paint-body {\\n width: inherit;\\n height: inherit;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvaGFuZC1tb2RhbC9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvc2lnbmF0dXJlL3NyYy9saWIvaGFuZC1tb2RhbC9oYW5kLW1vZGFsLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9oYW5kLW1vZGFsL2hhbmQtbW9kYWwuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxhQUFBO0VBQ0EsYUFBQTtBQ0RGO0FEREE7RUFLSSwyQkFBQTtFQUNBLHlCQUFBO0FDREo7QURMQTtFQVNNLDRCQUFBO0FDRE47QURNQTtFQUNFLDRjQUFBO0VBQ0Esa0JBQUE7RUFDQSxxQkFBQTtFQUNBLHNCQUFBO0VBQ0EsZ0JBQUE7RUFDQSxnQkFBQTtFQUNBLGNBQUE7QUNKRjtBRE9BO0VBQ0UsWUFBQTtFQUNBLFdBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLDhCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ0xGO0FEUUE7RUFDRSxtQkFBQTtFQUNBLHNCQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0VBQ0EsVUFBQTtFQUNBLFVBQUE7RUFDQSxXQUFBO0FDTkY7QURTQTtFQUNFLGtCQUFBO0FDUEY7QURVQTtFQUNFLHlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsOEJBQUE7RUFDQSxXQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLGVBQUE7QUNSRjtBRERBO0VBWUksb0JBQUE7RUFBQSxhQUFBO0VBQ0Esa0JBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EsbUJBQUE7VUFBQSxjQUFBO0FDUko7QURQQTtFQW1CSSxlQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0Esa0JBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EsbUJBQUE7VUFBQSxjQUFBO0FDVEo7QURhQTtFQUNFO0lBQ0UsY0FBQTtJQUNBLGVBQUE7RUNYRjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvaGFuZC1tb2RhbC9oYW5kLW1vZGFsLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbi5wYWludC1ib2R5IHtcbiAgd2lkdGg6IDEwMzZweDtcbiAgaGVpZ2h0OiA1NjFweDtcblxuICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgZm9udC1zaXplOiB1bnNldCAhaW1wb3J0YW50O1xuICAgIGNvbG9yOiBAcHJpbWFyeSAhaW1wb3J0YW50O1xuXG4gICAgOjpuZy1kZWVwIC50ZXh0IHtcbiAgICAgIHBhZGRpbmctbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG59XG5cbi5nZC1kcmF3LWltYWdlIHtcbiAgYmFja2dyb3VuZC1pbWFnZTogdXJsKGRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQ0FBQUFBaENBWUFBQUM0SnFsUkFBQUFDWEJJV1hNQUFBN0VBQUFPeEFHVkt3NGJBQUFBNFVsRVFWUjRuTzJXYlF1RE1BeUUrLy8vcTBXaEtpaWFjWUZLN0JlWEsyT01KWEMyU0Y4ZXIya3dpVFBPODFTdDZ5bzVaeG1HUWRzbllad2RpLzZ5TEpJQ0lBQUNJQUFDNEtjQTZ1WU1nTjM0Qm1BWDlRZ0E5YXRZdVFHTzQ3ajZtTXc0WURYUHN5UThQQ3FsYUFzQXVOQWpkWUMxRHlEZVk3TU9RdW9BWTEwTDBDYm9PMEtvQXl3QTZOc0ZuMjZRQmFVQjZoRllBTzhWcmhFQUFmQy9BUFExdEpYUUM5Q0NYQUJzS1FaQVcxcXBTdGdEd0c3K2tWTDhkUUJQQW5ZRFFONGN3RmdydkZPQWZkL0ZxMjNiOUlkaUhFZVpwb2tXQUY0MXVnS081dTdnTjZFUUFBQUZaTDVOQUFBQUFFbEZUa1N1UW1DQykgIWltcG9ydGFudDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBwYWRkaW5nOiAwICFpbXBvcnRhbnQ7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIG92ZXJmbG93LXk6IGF1dG87XG4gIHdpZHRoOiBpbmhlcml0O1xufVxuXG4uYmMtcGFpbnQtaGVhZGVyIHtcbiAgaGVpZ2h0OiA2MHB4O1xuICB3aWR0aDogMTAwJTtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuXG4uYmctY29sb3ItcGljIHtcbiAgYm9yZGVyLXJhZGl1czogMTAwJTtcbiAgYm9yZGVyOiAxcHggc29saWQgI0NDQztcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBoZWlnaHQ6IDhweDtcbiAgd2lkdGg6IDhweDtcbiAgcmlnaHQ6IDZweDtcbiAgYm90dG9tOiA2cHg7XG59XG5cbjo6bmctZGVlcCAuYmNQaWNrZXItcGFsZXR0ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbn1cblxuLmJjLXBhaW50LWV4cG9ydCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEBicmFuZDtcbiAgbWFyZ2luLXJpZ2h0OiAxMHB4O1xuICB3aWR0aDogNjhweDtcbiAgaGVpZ2h0OiAzN3B4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIGNvbG9yOiAjRkZGO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBjdXJzb3I6IHBvaW50ZXI7XG5cbiAgLmljb24ge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIGZsZXg6IDAgMCAyN3B4O1xuICB9XG5cbiAgLnNhdmUtYnV0dG9uIHtcbiAgICBmb250LXNpemU6IDEwcHg7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgZmxleDogMCAwIDQwcHg7XG4gIH1cbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLnBhaW50LWJvZHkge1xuICAgIHdpZHRoOiBpbmhlcml0O1xuICAgIGhlaWdodDogaW5oZXJpdDtcbiAgfVxufVxuIiwiLnBhaW50LWJvZHkge1xuICB3aWR0aDogMTAzNnB4O1xuICBoZWlnaHQ6IDU2MXB4O1xufVxuLnBhaW50LWJvZHkgOjpuZy1kZWVwIC5idXR0b24ge1xuICBmb250LXNpemU6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gIGNvbG9yOiAjM0U0RTVBICFpbXBvcnRhbnQ7XG59XG4ucGFpbnQtYm9keSA6Om5nLWRlZXAgLmJ1dHRvbiA6Om5nLWRlZXAgLnRleHQge1xuICBwYWRkaW5nLWxlZnQ6IDBweCAhaW1wb3J0YW50O1xufVxuLmdkLWRyYXctaW1hZ2Uge1xuICBiYWNrZ3JvdW5kLWltYWdlOiB1cmwoZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFDQUFBQUFoQ0FZQUFBQzRKcWxSQUFBQUNYQklXWE1BQUE3RUFBQU94QUdWS3c0YkFBQUE0VWxFUVZSNG5PMldiUXVETUF5RSsvLy9xMFdoS2lpYWNZRks3QmVYSzJPTUpYQzJTRjhlcjJrd2lUUE84MVN0NnlvNVp4bUdRZHNuWVp3ZGkvNnlMSklDSUFBQ0lBQUM0S2NBNnVZTWdOMzRCbUFYOVFnQTlhdFl1UUdPNDdqNm1NdzRZRFhQc3lROFBDcWxhQXNBdU5BamRZQzFEeURlWTdNT1F1b0FZMTBMMENib08wS29BeXdBNk5zRm4yNlFCYVVCNmhGWUFPOFZyaEVBQWZDL0FQUTF0SlhRQzlDQ1hBQnNLUVpBVzFxcFN0Z0R3Rzcra1ZMOGRRQlBBbllEUU40Y3dGZ3J2Rk9BZmQvRnEyM2I5SWRpSEVlWnBva1dBRjQxdWdLTzV1N2dONkVRQUFBRlpMNU5BQUFBQUVsRlRrU3VRbUNDKSAhaW1wb3J0YW50O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHBhZGRpbmc6IDAgIWltcG9ydGFudDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgb3ZlcmZsb3cteTogYXV0bztcbiAgd2lkdGg6IGluaGVyaXQ7XG59XG4uYmMtcGFpbnQtaGVhZGVyIHtcbiAgaGVpZ2h0OiA2MHB4O1xuICB3aWR0aDogMTAwJTtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmJnLWNvbG9yLXBpYyB7XG4gIGJvcmRlci1yYWRpdXM6IDEwMCU7XG4gIGJvcmRlcjogMXB4IHNvbGlkICNDQ0M7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgaGVpZ2h0OiA4cHg7XG4gIHdpZHRoOiA4cHg7XG4gIHJpZ2h0OiA2cHg7XG4gIGJvdHRvbTogNnB4O1xufVxuOjpuZy1kZWVwIC5iY1BpY2tlci1wYWxldHRlIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xufVxuLmJjLXBhaW50LWV4cG9ydCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNWMyZDQ7XG4gIG1hcmdpbi1yaWdodDogMTBweDtcbiAgd2lkdGg6IDY4cHg7XG4gIGhlaWdodDogMzdweDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICBjb2xvcjogI0ZGRjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgY3Vyc29yOiBwb2ludGVyO1xufVxuLmJjLXBhaW50LWV4cG9ydCAuaWNvbiB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGZsZXg6IDAgMCAyN3B4O1xufVxuLmJjLXBhaW50LWV4cG9ydCAuc2F2ZS1idXR0b24ge1xuICBmb250LXNpemU6IDEwcHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGZsZXg6IDAgMCA0MHB4O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAucGFpbnQtYm9keSB7XG4gICAgd2lkdGg6IGluaGVyaXQ7XG4gICAgaGVpZ2h0OiBpbmhlcml0O1xuICB9XG59XG4iXX0= */\"","import {Component, OnInit} from '@angular/core';\r\nimport {SignatureService} from \"../signature.service\";\r\nimport {SignatureTabActivatorService} from \"../signature-tab-activator.service\"\r\nimport {CanvasComponent} from \"../canvas/canvas.component\";\r\nimport {SignatureType} from \"../signature-models\";\r\nimport {CommonModals, ModalService} from \"@groupdocs.examples.angular/common-components\";\r\n\r\n@Component({\r\n selector: 'gd-hand-modal',\r\n templateUrl: './hand-modal.component.html',\r\n styleUrls: ['./hand-modal.component.less']\r\n})\r\nexport class HandModalComponent implements OnInit {\r\n defaultColor = '#000000';\r\n selectedColor = this.defaultColor;\r\n colorPickerShow = false;\r\n\r\n constructor(private _signatureService: SignatureService,\r\n private _tabActivationService: SignatureTabActivatorService,\r\n private _modalService: ModalService) {\r\n }\r\n\r\n ngOnInit() {\r\n }\r\n\r\n selectColor(color: string) {\r\n this.selectedColor = color;\r\n this.colorPickerShow = false;\r\n }\r\n\r\n saveSign(canvasComponent: CanvasComponent) {\r\n const img = canvasComponent.getImage();\r\n this._signatureService.saveImage(img).subscribe(() => {\r\n this._tabActivationService.changeActiveTab(SignatureType.HAND.id);\r\n this._signatureService.refreshSignatures();\r\n });\r\n this.clear(canvasComponent);\r\n this.close();\r\n }\r\n\r\n private close() {\r\n this._modalService.close(CommonModals.DrawHandSignature);\r\n }\r\n\r\n toggleColorPicker($event) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n this.colorPickerShow = !this.colorPickerShow;\r\n }\r\n\r\n closePicker($event) {\r\n this.colorPickerShow = !$event;\r\n }\r\n\r\n onCloseOpen(canvasComponent: CanvasComponent, $event) {\r\n this.clear(canvasComponent);\r\n }\r\n\r\n private clear(canvasComponent: CanvasComponent) {\r\n this.selectedColor = this.defaultColor;\r\n canvasComponent.clear();\r\n }\r\n}\r\n","module.exports = \".gd-sign-digital.active {\\n background-color: #3787F5;\\n}\\n.gd-sign-digital {\\n height: 27px;\\n background-color: #969696;\\n margin: 9px 8px 7px 8px;\\n text-align: center;\\n color: #ffffff;\\n font-size: 13px;\\n box-shadow: 0 0 3px #ddd;\\n cursor: pointer;\\n padding-top: 5px;\\n}\\n.gd-qr-container {\\n font-family: \\\"Open Sans\\\", \\\"Helvetica Neue\\\", Helvetica, Arial, sans-serif;\\n background-color: #e7e7e7;\\n}\\n.gd-qr-container input:focus {\\n border: 2px solid #00c4d7;\\n -webkit-transition: border-color 0.3s linear;\\n transition: border-color 0.3s linear;\\n}\\n.gd-qr-preview-container {\\n text-align: center;\\n background-color: #FFF;\\n margin-bottom: 1px;\\n height: 350px;\\n}\\n.gd-qr-preview-container .gd-empty-code {\\n color: #CCCCCC;\\n font-size: 60px;\\n width: 350px;\\n height: 350px;\\n -webkit-box-pack: center;\\n justify-content: center;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-qr-preview-container .gd-signature-thumbnail-image {\\n min-width: 41px;\\n width: 100%;\\n height: 100%;\\n margin: 0px;\\n}\\n.new-signature-input-group {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n -webkit-box-align: center;\\n align-items: center;\\n height: 70px;\\n background-color: #FFF;\\n -webkit-box-pack: center;\\n justify-content: center;\\n}\\n.gd-qr-property {\\n font-size: 12px;\\n width: 80%;\\n border: 2px solid #DDD;\\n padding: 5px;\\n outline: none;\\n color: #3a4e5b;\\n}\\n.gd-add-optical {\\n width: 32px;\\n height: 29px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n background-color: #3787F5;\\n cursor: pointer;\\n}\\n.gd-add-optical .icon {\\n color: white;\\n line-height: 28px;\\n}\\n.gd-add-optical.active {\\n background-color: #25c2d4;\\n}\\n.gd-add-optical.inactive {\\n background-color: #646464;\\n}\\n.gd-add-optical:hover {\\n box-shadow: rgba(0, 0, 0, 0) 0px 0px 3px;\\n}\\n@media (max-width: 1037px) {\\n .gd-qr-container {\\n margin: 0px 13px 0px 12px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvbmV3LWJhci1xci1jb2RlL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9uZXctYmFyLXFyLWNvZGUvbmV3LWJhci1xci1jb2RlLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9uZXctYmFyLXFyLWNvZGUvbmV3LWJhci1xci1jb2RlLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0UseUJBQUE7QUNERjtBRElBO0VBQ0UsWUFBQTtFQUNBLHlCQUFBO0VBQ0EsdUJBQUE7RUFDQSxrQkFBQTtFQUNBLGNBQUE7RUFDQSxlQUFBO0VBQ0Esd0JBQUE7RUFDQSxlQUFBO0VBQ0EsZ0JBQUE7QUNGRjtBREtBO0VBQ0Usd0VBQUE7RUFDQSx5QkFBQTtBQ0hGO0FETUE7RUFDRSx5QkFBQTtFQUNBLDRDQUFBO0VBQUEsb0NBQUE7QUNKRjtBRE9BO0VBQ0Usa0JBQUE7RUFDQSxzQkFBQTtFQUNBLGtCQUFBO0VBQ0EsYUFBQTtBQ0xGO0FEQ0E7RUFPSSxjQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QUNMSjtBRFJBO0VBaUJJLGVBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7QUNOSjtBRFVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLFlBQUE7RUFDQSxzQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7QUNSRjtBRFdBO0VBQ0UsZUFBQTtFQUNBLFVBQUE7RUFDQSxzQkFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0VBQ0EsY0FBQTtBQ1RGO0FEWUE7RUFDRSxXQUFBO0VBQ0EsWUFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0FDVkY7QURHQTtFQVVJLFlBQUE7RUFDQSxpQkFBQTtBQ1ZKO0FEYUU7RUFDRSx5QkFBQTtBQ1hKO0FEY0U7RUFDRSx5QkFBQTtBQ1pKO0FEZ0JBO0VBQ0Usd0NBQUE7QUNkRjtBRGlCQTtFQUNFO0lBQ0UseUJBQUE7RUNmRjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvbmV3LWJhci1xci1jb2RlL25ldy1iYXItcXItY29kZS5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uZ2Qtc2lnbi1kaWdpdGFsLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMzNzg3RjU7XG59XG5cbi5nZC1zaWduLWRpZ2l0YWwge1xuICBoZWlnaHQ6IDI3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICM5Njk2OTY7XG4gIG1hcmdpbjogOXB4IDhweCA3cHggOHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjZmZmZmZmO1xuICBmb250LXNpemU6IDEzcHg7XG4gIGJveC1zaGFkb3c6IDAgMCAzcHggI2RkZDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwYWRkaW5nLXRvcDogNXB4O1xufVxuXG4uZ2QtcXItY29udGFpbmVyIHtcbiAgZm9udC1mYW1pbHk6IFwiT3BlbiBTYW5zXCIsIFwiSGVsdmV0aWNhIE5ldWVcIiwgSGVsdmV0aWNhLCBBcmlhbCwgc2Fucy1zZXJpZjtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2U3ZTdlNztcbn1cblxuLmdkLXFyLWNvbnRhaW5lciBpbnB1dDpmb2N1cyB7XG4gIGJvcmRlcjogMnB4IHNvbGlkICMwMGM0ZDc7XG4gIHRyYW5zaXRpb246IGJvcmRlci1jb2xvciAwLjNzIGxpbmVhcjtcbn1cblxuLmdkLXFyLXByZXZpZXctY29udGFpbmVyIHtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBtYXJnaW4tYm90dG9tOiAxcHg7XG4gIGhlaWdodDogMzUwcHg7XG5cbiAgLmdkLWVtcHR5LWNvZGUge1xuICAgIGNvbG9yOiAjQ0NDQ0NDO1xuICAgIGZvbnQtc2l6ZTogNjBweDtcbiAgICB3aWR0aDogMzUwcHg7XG4gICAgaGVpZ2h0OiAzNTBweDtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gICAgbWluLXdpZHRoOiA0MXB4O1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogMTAwJTtcbiAgICBtYXJnaW46IDBweDtcbiAgfVxufVxuXG4ubmV3LXNpZ25hdHVyZS1pbnB1dC1ncm91cCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGhlaWdodDogNzBweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG59XG5cbi5nZC1xci1wcm9wZXJ0eSB7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgd2lkdGg6IDgwJTtcbiAgYm9yZGVyOiAycHggc29saWQgI0RERDtcbiAgcGFkZGluZzogNXB4O1xuICBvdXRsaW5lOiBub25lO1xuICBjb2xvcjogIzNhNGU1Yjtcbn1cblxuLmdkLWFkZC1vcHRpY2FsIHtcbiAgd2lkdGg6IDMycHg7XG4gIGhlaWdodDogMjlweDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGJhY2tncm91bmQtY29sb3I6ICMzNzg3RjU7XG4gIGN1cnNvcjogcG9pbnRlcjtcblxuICAuaWNvbiB7XG4gICAgY29sb3I6IHdoaXRlO1xuICAgIGxpbmUtaGVpZ2h0OiAyOHB4O1xuICB9XG5cbiAgJi5hY3RpdmUge1xuICAgIGJhY2tncm91bmQtY29sb3I6IEBuYXYtbG9nby1iYWNrZ3JvdW5kO1xuICB9XG5cbiAgJi5pbmFjdGl2ZSB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogIzY0NjQ2NDtcbiAgfVxufVxuXG4uZ2QtYWRkLW9wdGljYWw6aG92ZXIge1xuICBib3gtc2hhZG93OiByZ2JhKDAsIDAsIDAsIDApIDBweCAwcHggM3B4O1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuZ2QtcXItY29udGFpbmVyIHtcbiAgICBtYXJnaW46IDBweCAxM3B4IDBweCAxMnB4O1xuICB9XG5cbn1cbiIsIi5nZC1zaWduLWRpZ2l0YWwuYWN0aXZlIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzM3ODdGNTtcbn1cbi5nZC1zaWduLWRpZ2l0YWwge1xuICBoZWlnaHQ6IDI3cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICM5Njk2OTY7XG4gIG1hcmdpbjogOXB4IDhweCA3cHggOHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjZmZmZmZmO1xuICBmb250LXNpemU6IDEzcHg7XG4gIGJveC1zaGFkb3c6IDAgMCAzcHggI2RkZDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwYWRkaW5nLXRvcDogNXB4O1xufVxuLmdkLXFyLWNvbnRhaW5lciB7XG4gIGZvbnQtZmFtaWx5OiBcIk9wZW4gU2Fuc1wiLCBcIkhlbHZldGljYSBOZXVlXCIsIEhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWY7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG59XG4uZ2QtcXItY29udGFpbmVyIGlucHV0OmZvY3VzIHtcbiAgYm9yZGVyOiAycHggc29saWQgIzAwYzRkNztcbiAgdHJhbnNpdGlvbjogYm9yZGVyLWNvbG9yIDAuM3MgbGluZWFyO1xufVxuLmdkLXFyLXByZXZpZXctY29udGFpbmVyIHtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBtYXJnaW4tYm90dG9tOiAxcHg7XG4gIGhlaWdodDogMzUwcHg7XG59XG4uZ2QtcXItcHJldmlldy1jb250YWluZXIgLmdkLWVtcHR5LWNvZGUge1xuICBjb2xvcjogI0NDQ0NDQztcbiAgZm9udC1zaXplOiA2MHB4O1xuICB3aWR0aDogMzUwcHg7XG4gIGhlaWdodDogMzUwcHg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmdkLXFyLXByZXZpZXctY29udGFpbmVyIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlIHtcbiAgbWluLXdpZHRoOiA0MXB4O1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICBtYXJnaW46IDBweDtcbn1cbi5uZXctc2lnbmF0dXJlLWlucHV0LWdyb3VwIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgaGVpZ2h0OiA3MHB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbn1cbi5nZC1xci1wcm9wZXJ0eSB7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgd2lkdGg6IDgwJTtcbiAgYm9yZGVyOiAycHggc29saWQgI0RERDtcbiAgcGFkZGluZzogNXB4O1xuICBvdXRsaW5lOiBub25lO1xuICBjb2xvcjogIzNhNGU1Yjtcbn1cbi5nZC1hZGQtb3B0aWNhbCB7XG4gIHdpZHRoOiAzMnB4O1xuICBoZWlnaHQ6IDI5cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMzc4N0Y1O1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uZ2QtYWRkLW9wdGljYWwgLmljb24ge1xuICBjb2xvcjogd2hpdGU7XG4gIGxpbmUtaGVpZ2h0OiAyOHB4O1xufVxuLmdkLWFkZC1vcHRpY2FsLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNWMyZDQ7XG59XG4uZ2QtYWRkLW9wdGljYWwuaW5hY3RpdmUge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjNjQ2NDY0O1xufVxuLmdkLWFkZC1vcHRpY2FsOmhvdmVyIHtcbiAgYm94LXNoYWRvdzogcmdiYSgwLCAwLCAwLCAwKSAwcHggMHB4IDNweDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLXFyLWNvbnRhaW5lciB7XG4gICAgbWFyZ2luOiAwcHggMTNweCAwcHggMTJweDtcbiAgfVxufVxuIl19 */\"","import {Component, ElementRef, EventEmitter, Input, OnInit, Output} from '@angular/core';\r\nimport {SignatureService} from \"../signature.service\";\r\nimport {OpticalCodeModel} from \"../signature-models\";\r\nimport {Subject} from \"rxjs\";\r\nimport {debounceTime} from \"rxjs/operators\";\r\n\r\n@Component({\r\n selector: 'gd-new-bar-qr-code',\r\n templateUrl: './new-bar-qr-code.component.html',\r\n styleUrls: ['./new-bar-qr-code.component.less']\r\n})\r\nexport class NewBarQrCodeComponent implements OnInit {\r\n @Input() type: string;\r\n @Input() icon: string;\r\n @Input() name: string;\r\n @Output() closePanel = new EventEmitter();\r\n encodedImage: string;\r\n\r\n private subject: Subject = new Subject();\r\n\r\n constructor(private _signatureService: SignatureService,\r\n private _elementRef: ElementRef) {\r\n this.subject.pipe(\r\n debounceTime(500)\r\n ).subscribe(text => {\r\n this.saveCode(text, true);\r\n });\r\n }\r\n\r\n private saveCode(text: string, temp: boolean) {\r\n if (text) {\r\n this._signatureService.getCode(text, temp, this.type).subscribe((data: OpticalCodeModel) => {\r\n this.encodedImage = data.encodedImage;\r\n if (!temp) {\r\n this.closePanel.emit(true);\r\n }\r\n });\r\n } else {\r\n this.clean();\r\n }\r\n }\r\n\r\n private clean() {\r\n this.encodedImage = null;\r\n }\r\n\r\n ngOnInit() {\r\n this.clean();\r\n setTimeout(() => {\r\n const element = this._elementRef.nativeElement.querySelector(\"#text-input\");\r\n element.focus();\r\n }, 100);\r\n }\r\n\r\n addSign(text: string) {\r\n this.saveCode(text, false);\r\n }\r\n\r\n saveTemp(text: string) {\r\n this.subject.next(text);\r\n }\r\n\r\n getData() {\r\n return 'data:image/png;base64,' + this.encodedImage;\r\n }\r\n}\r\n","import {Observable, Subject} from \"rxjs\";\r\n\r\nexport class RemoveCanvasService {\r\n private _observer: Subject = new Subject();\r\n private readonly _removeCanvas: Observable = this._observer.asObservable();\r\n\r\n constructor() {\r\n }\r\n\r\n get removeCanvas(): Observable {\r\n return this._removeCanvas;\r\n }\r\n\r\n remove(id: number): void {\r\n this._observer.next(id);\r\n }\r\n}\r\n","import {Observable, Subject} from \"rxjs\";\r\nimport {RemoveSign} from \"./signature-models\";\r\n\r\nexport class RemoveSignatureService {\r\n private _observer: Subject = new Subject();\r\n private readonly _removeSignature: Observable = this._observer.asObservable();\r\n\r\n constructor() {\r\n }\r\n\r\n get removeSignature(): Observable {\r\n return this._removeSignature;\r\n }\r\n\r\n remove(id: RemoveSign): void {\r\n this._observer.next(id);\r\n }\r\n}\r\n","import {Observable, Subject} from \"rxjs\";\r\nimport {DraggableSignature} from \"./signature-models\";\r\n\r\nexport class SelectSignatureService {\r\n private _observer: Subject = new Subject();\r\n private readonly _selectSignature: Observable = this._observer.asObservable();\r\n\r\n constructor() {\r\n }\r\n\r\n get selectSignature(): Observable {\r\n return this._selectSignature;\r\n }\r\n\r\n select(sign: DraggableSignature): void {\r\n this._observer.next(sign);\r\n }\r\n}\r\n","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n::ng-deep .page {\\n position: relative;\\n}\\n::ng-deep .gd-page-image {\\n width: unset;\\n height: unset;\\n}\\n::ng-deep .top-panel {\\n align-content: flex-start;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: inherit;\\n}\\n.gd-document {\\n width: 100%;\\n height: calc(100% - 90px);\\n}\\n.toolbar-panel {\\n width: 100%;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.signature-wrapper ::ng-deep .button {\\n color: #3E4E5A !important;\\n}\\n.signature-wrapper ::ng-deep .button .text {\\n padding: 0px !important;\\n}\\n.desktop-hide {\\n display: none;\\n}\\n@media (max-width: 1037px) {\\n ::ng-deep .logo ::ng-deep .icon {\\n font-size: 24px !important;\\n }\\n ::ng-deep .top-panel {\\n height: 120px !important;\\n }\\n .desktop-hide {\\n display: block;\\n }\\n .gd-document {\\n height: calc(100% - 120px);\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWFwcC5jb21wb25lbnQubGVzcyIsImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS1hcHAuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsNkVDQWtCO0FBR2xCO0VBQ0Usc0RBQUE7QURERjtBQ0lBO0VBQ0Usa0JBQUE7QURGRjtBQ0tBO0VBQ0UsWUFBQTtFQUNBLGFBQUE7QURIRjtBQ01BO0VBQ0UseUJBQUE7QURKRjtBQ09BO0VBQ0UsMEJBQUE7VUFBQSxvQkFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsZUFBQTtFQUNBLE1BQUE7RUFDQSxTQUFBO0VBQ0EsT0FBQTtFQUNBLFFBQUE7QURMRjtBQ1FBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsZUFBQTtBRE5GO0FDU0E7RUFDRSxXQUFBO0VBQ0EseUJBQUE7QURQRjtBQ1VBO0VBQ0UsV0FBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QURSRjtBQ1dBO0VBRUkseUJBQUE7QURWSjtBQ1FBO0VBS00sdUJBQUE7QURWTjtBQ2VBO0VBQ0UsYUFBQTtBRGJGO0FDZ0JBO0VBRUU7SUFFSSwwQkFBQTtFRGhCSjtFQ29CQTtJQUNFLHdCQUFBO0VEbEJGO0VDcUJBO0lBQ0UsY0FBQTtFRG5CRjtFQ3NCQTtJQUNFLDBCQUFBO0VEcEJGO0FBQ0YiLCJmaWxlIjoibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtYXBwLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuOjpuZy1kZWVwIC5wYWdlIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuOjpuZy1kZWVwIC5nZC1wYWdlLWltYWdlIHtcbiAgd2lkdGg6IHVuc2V0O1xuICBoZWlnaHQ6IHVuc2V0O1xufVxuOjpuZy1kZWVwIC50b3AtcGFuZWwge1xuICBhbGlnbi1jb250ZW50OiBmbGV4LXN0YXJ0O1xufVxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0OiAxMDAlO1xuICB3aWR0aDogMTAwJTtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xufVxuLmdkLWRvY3VtZW50IHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gOTBweCk7XG59XG4udG9vbGJhci1wYW5lbCB7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLnNpZ25hdHVyZS13cmFwcGVyIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbn1cbi5zaWduYXR1cmUtd3JhcHBlciA6Om5nLWRlZXAgLmJ1dHRvbiAudGV4dCB7XG4gIHBhZGRpbmc6IDBweCAhaW1wb3J0YW50O1xufVxuLmRlc2t0b3AtaGlkZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIDo6bmctZGVlcCAubG9nbyA6Om5nLWRlZXAgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMjRweCAhaW1wb3J0YW50O1xuICB9XG4gIDo6bmctZGVlcCAudG9wLXBhbmVsIHtcbiAgICBoZWlnaHQ6IDEyMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgLmRlc2t0b3AtaGlkZSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cbiAgLmdkLWRvY3VtZW50IHtcbiAgICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDEyMHB4KTtcbiAgfVxufVxuIiwiQGltcG9ydCAoY3NzKSB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG5AaW1wb3J0IFwiLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuOmhvc3QgKiB7XG4gIGZvbnQtZmFtaWx5OiAnT3BlbiBTYW5zJywgQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZjtcbn1cblxuOjpuZy1kZWVwIC5wYWdlIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuXG46Om5nLWRlZXAgLmdkLXBhZ2UtaW1hZ2Uge1xuICB3aWR0aDogdW5zZXQ7XG4gIGhlaWdodDogdW5zZXQ7XG59XG5cbjo6bmctZGVlcCAudG9wLXBhbmVsIHtcbiAgYWxpZ24tY29udGVudDogZmxleC1zdGFydDtcbn1cblxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0OiAxMDAlO1xuICB3aWR0aDogMTAwJTtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG5cbi5kb2MtcGFuZWwge1xuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG5cbi5nZC1kb2N1bWVudCB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IH5cImNhbGMoMTAwJSAtIEB7ZWRpdG9yLW5hdi1oZWlnaHR9KVwiO1xufVxuXG4udG9vbGJhci1wYW5lbCB7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuXG4uc2lnbmF0dXJlLXdyYXBwZXIge1xuICA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gICAgY29sb3I6IEBwcmltYXJ5ICFpbXBvcnRhbnQ7XG5cbiAgICAudGV4dCB7XG4gICAgICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cbn1cblxuLmRlc2t0b3AtaGlkZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG5cbkBtZWRpYSBAcGhvbmUtZG93biB7XG5cbiAgOjpuZy1kZWVwIC5sb2dvIHtcbiAgICA6Om5nLWRlZXAgLmljb24ge1xuICAgICAgZm9udC1zaXplOiAyNHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG5cbiAgOjpuZy1kZWVwIC50b3AtcGFuZWwge1xuICAgIGhlaWdodDogMTIwcHggIWltcG9ydGFudDtcbiAgfVxuXG4gIC5kZXNrdG9wLWhpZGUge1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICB9XG5cbiAgLmdkLWRvY3VtZW50IHtcbiAgICBoZWlnaHQ6IH5cImNhbGMoMTAwJSAtIDEyMHB4KVwiO1xuICB9XG59XG5cbiJdfQ== */\"","import {Component, ComponentRef, OnDestroy, OnInit} from '@angular/core';\r\nimport {SignatureService} from \"./signature.service\";\r\nimport {\r\n FileDescription,\r\n FileModel,\r\n ModalService,\r\n UploadFilesService,\r\n NavigateService,\r\n PagePreloadService,\r\n PageModel,\r\n ZoomService,\r\n RenderPrintService,\r\n FileUtil,\r\n PasswordService,\r\n FileCredentials,\r\n CommonModals,\r\n HostingDynamicComponentService,\r\n AddDynamicComponentService,\r\n OnCloseService,\r\n ExceptionMessageService,\r\n WindowService,\r\n Utils,\r\n TabActivatorService,\r\n TopTabActivatorService\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport {SignatureConfig} from \"./signature-config\";\r\nimport {SignatureConfigService} from \"./signature-config.service\";\r\nimport {\r\n AddedSignature,\r\n CopyChanges,\r\n CopySign,\r\n DraggableSignature,\r\n Position, RemoveSign,\r\n SignatureData, SignatureProps,\r\n SignatureType\r\n} from \"./signature-models\";\r\nimport {SelectSignatureService} from \"./select-signature.service\";\r\nimport {Signature} from \"./signature/signature.component\";\r\nimport {DragSignatureService} from \"./drag-signature.service\";\r\nimport {RemoveSignatureService} from \"./remove-signature.service\";\r\nimport {ActiveSignatureService} from \"./active-signature.service\";\r\nimport {SignaturesHolderService} from \"./signatures-holder.service\";\r\nimport 'hammerjs';\r\nimport {CopySignatureService} from \"./copy-signature.service\";\r\nimport * as jquery from 'jquery';\r\n\r\nconst $ = jquery;\r\n\r\n@Component({\r\n selector: 'gd-signature',\r\n templateUrl: './signature-app.component.html',\r\n styleUrls: ['./signature-app.component.less']\r\n})\r\nexport class SignatureAppComponent implements OnDestroy, OnInit {\r\n title = 'signature';\r\n files: FileModel[] = [];\r\n file: FileDescription;\r\n signatureConfig: SignatureConfig;\r\n countPages = 0;\r\n formatDisabled = !this.file;\r\n credentials: FileCredentials;\r\n browseFilesModal = CommonModals.BrowseFiles;\r\n isDesktop: boolean;\r\n signatureTypes = [\r\n SignatureType.TEXT,\r\n SignatureType.IMAGE,\r\n SignatureType.DIGITAL,\r\n SignatureType.QR_CODE,\r\n SignatureType.BAR_CODE,\r\n SignatureType.STAMP,\r\n SignatureType.HAND,\r\n ];\r\n signatureTypeCodes = [\r\n SignatureType.QR_CODE,\r\n SignatureType.BAR_CODE,\r\n ];\r\n\r\n signatureComponents = new Map>();\r\n activeSignatureTab: string;\r\n isLoading: boolean;\r\n fileWasDropped = false;\r\n\r\n _zoom = 100;\r\n _pageWidth: number;\r\n _pageHeight: number;\r\n\r\n constructor(private _signatureService: SignatureService,\r\n private _modalService: ModalService,\r\n configService: SignatureConfigService,\r\n uploadFilesService: UploadFilesService,\r\n private _navigateService: NavigateService,\r\n private _zoomService: ZoomService,\r\n pagePreloadService: PagePreloadService,\r\n private _renderPrintService: RenderPrintService,\r\n passwordService: PasswordService,\r\n private _windowService: WindowService,\r\n private _selectSignatureService: SelectSignatureService,\r\n private _signatureTabActivationService: TopTabActivatorService,\r\n private _hostingComponentsService: HostingDynamicComponentService,\r\n private _addDynamicComponentService: AddDynamicComponentService,\r\n private _dragSignatureService: DragSignatureService,\r\n private _onCloseService: OnCloseService,\r\n removeSignatureService: RemoveSignatureService,\r\n private _activeSignatureService: ActiveSignatureService,\r\n private _excMessageService: ExceptionMessageService,\r\n private _signaturesHolderService: SignaturesHolderService,\r\n private _tabActivatorService: TabActivatorService,\r\n copySignatureService: CopySignatureService) {\r\n\r\n this._tabActivatorService.activeTabChange.subscribe((tabId: string) => {\r\n if (tabId === '1') {\r\n if (this.activeSignatureTab) {\r\n this._signatureTabActivationService.changeActiveTab(this.activeSignatureTab);\r\n }\r\n this.activeSignatureTab = null;\r\n }\r\n });\r\n\r\n this.isDesktop = _windowService.isDesktop();\r\n _windowService.onResize.subscribe((w) => {\r\n this.isDesktop = _windowService.isDesktop();\r\n if (!this.isDesktop) {\r\n this.refreshZoom();\r\n }\r\n });\r\n\r\n copySignatureService.copySignature.subscribe((copySign: CopySign) => {\r\n const componentRef = this.signatureComponents.get(copySign.id);\r\n if (componentRef) {\r\n // @ts-ignore\r\n const comp = (componentRef).instance;\r\n const compPage = comp.data.number;\r\n comp.baseCopied = true;\r\n for (const page of this.file.pages) {\r\n if (page.number !== compPage) {\r\n const sign = this.createDraggableSign(comp, copySign, page);\r\n const addedSignature = this.createAddedSignature(copySign, comp, page);\r\n const id = this.addSignatureComponent(addedSignature, sign, page, true);\r\n this._signaturesHolderService.addId(sign.guid, id);\r\n }\r\n }\r\n }\r\n });\r\n\r\n copySignatureService.changesSignature.subscribe((copyChanges: CopyChanges) => {\r\n const componentRef = this.signatureComponents.get(copyChanges.id);\r\n if (componentRef) {\r\n const ids = this._signaturesHolderService.get(copyChanges.guid);\r\n for (const id of ids) {\r\n const compRef = this.signatureComponents.get(id);\r\n if (compRef) {\r\n // @ts-ignore\r\n const comp = (compRef).instance;\r\n if (comp.id !== copyChanges.id && (comp.copied || comp.baseCopied)) {\r\n comp.data.width = copyChanges.width;\r\n comp.data.height = copyChanges.height;\r\n comp.data.position = copyChanges.position;\r\n comp.data.props = copyChanges.props;\r\n }\r\n }\r\n }\r\n }\r\n });\r\n\r\n removeSignatureService.removeSignature.subscribe((del: RemoveSign) => {\r\n const ids = this._signaturesHolderService.get(del.guid);\r\n for (const id of ids) {\r\n if (del.type === SignatureType.DIGITAL.id || del.id === id) {\r\n const componentRef = this.signatureComponents.get(id);\r\n if (componentRef) {\r\n componentRef.destroy();\r\n }\r\n this.signatureComponents.delete(id);\r\n this._signaturesHolderService.remove(del.guid, id);\r\n }\r\n }\r\n });\r\n\r\n configService.updatedConfig.subscribe((signatureConfig) => {\r\n this.signatureConfig = signatureConfig;\r\n });\r\n\r\n uploadFilesService.uploadsChange.subscribe((uploads) => {\r\n if (uploads) {\r\n let i: number;\r\n for (i = 0; i < uploads.length; i++) {\r\n this._signatureService.upload(uploads.item(i), '', this.rewriteConfig, null).subscribe((obj: FileCredentials) => {\r\n this.fileWasDropped ? this.selectFile(obj.guid, '', '') : this.selectDir('');\r\n });\r\n }\r\n }\r\n });\r\n\r\n pagePreloadService.checkPreload.subscribe((page: number) => {\r\n if (this.preloadPageCountConfig !== 0) {\r\n for (let i = page; i < page + 2; i++) {\r\n if (i > 0 && i <= this.countPages && !this.file.pages[i - 1].data) {\r\n this.preloadPages(i, i);\r\n }\r\n }\r\n }\r\n });\r\n\r\n passwordService.passChange.subscribe((pass: string) => {\r\n this.selectFile(this.credentials.guid, pass, CommonModals.PasswordRequired);\r\n });\r\n\r\n _selectSignatureService.selectSignature.subscribe((sign: DraggableSignature) => {\r\n this.selectSignature(sign);\r\n });\r\n\r\n this.isDesktop = _windowService.isDesktop();\r\n _windowService.onResize.subscribe((w) => {\r\n this.isDesktop = _windowService.isDesktop();\r\n });\r\n }\r\n\r\n private createDraggableSign(comp, copySign: CopySign, page) {\r\n const sign = new DraggableSignature();\r\n sign.type = comp.type;\r\n sign.guid = copySign.guid;\r\n sign.position = comp.position;\r\n sign.pageNumber = page.number;\r\n return sign;\r\n }\r\n\r\n private createAddedSignature(copySign: CopySign, comp, page) {\r\n const addedSignature = new AddedSignature();\r\n addedSignature.guid = copySign.guid;\r\n addedSignature.data = comp.data.data;\r\n if (comp.data.props) {\r\n addedSignature.props = comp.data.props;\r\n }\r\n addedSignature.width = comp.data.width;\r\n addedSignature.height = comp.data.height;\r\n addedSignature.number = page.number;\r\n return addedSignature;\r\n }\r\n\r\n ngOnInit(): void {\r\n if (this.defaultDocumentConfig()) {\r\n this.isLoading = true;\r\n this.selectFile(this.defaultDocumentConfig(), \"\", \"\");\r\n }\r\n }\r\n\r\n private ptToPx(pt: number) {\r\n //pt * 96 / 72 = px.\r\n return pt * 96 / 72;\r\n }\r\n\r\n private getFitToWidth() {\r\n // Images and Excel-related files receiving dimensions in px from server\r\n const pageWidth = this.ptToPx(this._pageWidth);\r\n const pageHeight = this.ptToPx(this._pageHeight);\r\n const offsetWidth = pageWidth ? pageWidth : window.innerWidth;\r\n\r\n return (pageHeight > pageWidth && Math.round(offsetWidth / window.innerWidth) < 2) ? 200 - Math.round(offsetWidth * 100 / window.innerWidth) : Math.round(window.innerWidth * 100 / offsetWidth);\r\n }\r\n\r\n set zoom(zoom) {\r\n this._zoom = zoom;\r\n this._zoomService.changeZoom(this._zoom);\r\n }\r\n\r\n get zoom() {\r\n return this._zoom;\r\n }\r\n\r\n private refreshZoom() {\r\n this.zoom = this._windowService.isDesktop() ? 100 : this.getFitToWidth();\r\n }\r\n\r\n zoomIn() {\r\n if (this.formatDisabled)\r\n return;\r\n if (this._zoom < 490) {\r\n this.zoom = this._zoom + 10;\r\n }\r\n }\r\n\r\n zoomOut() {\r\n if (this.formatDisabled)\r\n return;\r\n if (this._zoom > 30) {\r\n this.zoom = this._zoom - 10;\r\n }\r\n }\r\n\r\n get rewriteConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.rewrite : true;\r\n }\r\n\r\n get zoomConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.zoom : true;\r\n }\r\n\r\n get pageSelectorConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.pageSelector : true;\r\n }\r\n\r\n get preloadPageCountConfig(): number {\r\n return this.signatureConfig ? this.signatureConfig.preloadPageCount : 0;\r\n }\r\n\r\n get downloadConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.download : true;\r\n }\r\n\r\n get downloadOriginalConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.downloadOriginal : true;\r\n }\r\n\r\n get downloadSingedConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.downloadSigned : true;\r\n }\r\n\r\n get uploadConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.upload : true;\r\n }\r\n\r\n private defaultDocumentConfig() {\r\n return this.signatureConfig ? this.signatureConfig.defaultDocument : \"\";\r\n }\r\n\r\n get printConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.print : true;\r\n }\r\n\r\n get browseConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.browse : true;\r\n }\r\n\r\n get htmlModeConfig(): boolean {\r\n return false;\r\n }\r\n\r\n get enableRightClickConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.enableRightClick : true;\r\n }\r\n\r\n get textSignatureConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.textSignature : true;\r\n }\r\n\r\n get imageSignatureConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.imageSignature : true;\r\n }\r\n\r\n get digitalSignatureConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.digitalSignature : true;\r\n }\r\n\r\n get qrCodeSignatureConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.qrCodeSignature : true;\r\n }\r\n\r\n get barCodeSignatureConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.barCodeSignature : true;\r\n }\r\n\r\n get stampSignatureConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.stampSignature : true;\r\n }\r\n\r\n get handSignatureConfig(): boolean {\r\n return this.signatureConfig ? this.signatureConfig.handSignature : true;\r\n }\r\n\r\n get currentPage(): number {\r\n return this._navigateService.currentPage;\r\n }\r\n\r\n openModal(id: string) {\r\n this._modalService.open(id);\r\n }\r\n\r\n closeModal(id: string) {\r\n this._modalService.close(id);\r\n }\r\n\r\n selectDir($event: string) {\r\n this._signatureService.loadFiles($event).subscribe((files: FileModel[]) => this.files = files || []);\r\n }\r\n\r\n selectFile($event: string, password: string, modalId: string) {\r\n this.credentials = {guid: $event, password: password};\r\n this.file = null;\r\n this._signatureService.loadFile(this.credentials).subscribe((file: FileDescription) => {\r\n this.file = file;\r\n this.formatDisabled = !this.file;\r\n if (file) {\r\n if (!this.isDesktop && file.pages && file.pages[0]) {\r\n this._pageHeight = file.pages[0].height;\r\n this._pageWidth = file.pages[0].width;\r\n this.refreshZoom();\r\n }\r\n const preloadPageCount = this.preloadPageCountConfig;\r\n const countPages = file.pages ? file.pages.length : 0;\r\n if (preloadPageCount > 0) {\r\n this.preloadPages(1, preloadPageCount > countPages ? countPages : preloadPageCount);\r\n }\r\n this._navigateService.countPages = countPages;\r\n this._navigateService.currentPage = 1;\r\n this.countPages = countPages;\r\n this.cleanSignatures();\r\n }\r\n }\r\n );\r\n if (modalId) {\r\n this._modalService.close(modalId);\r\n }\r\n this.clearData();\r\n }\r\n\r\n preloadPages(start: number, end: number) {\r\n for (let i = start; i <= end; i++) {\r\n this._signatureService.loadPage(this.credentials, i).subscribe((page: PageModel) => {\r\n this.file.pages[i - 1] = page;\r\n });\r\n }\r\n }\r\n\r\n upload($event: string) {\r\n this._signatureService.upload(null, $event, this.rewriteConfig, null).subscribe(() => {\r\n this.selectDir('');\r\n });\r\n }\r\n\r\n downloadFile() {\r\n if (this.formatDisabled)\r\n return;\r\n window.location.assign(this._signatureService.getDownloadUrl(this.credentials));\r\n }\r\n\r\n private clearData() {\r\n if (!this.file || !this.file.pages) {\r\n return;\r\n }\r\n for (const page of this.file.pages) {\r\n page.data = null;\r\n }\r\n }\r\n\r\n onRightClick($event: MouseEvent) {\r\n return this.enableRightClickConfig;\r\n }\r\n\r\n getSignatureTypeConfig(id: string) {\r\n switch (id) {\r\n case SignatureType.TEXT.id:\r\n return this.textSignatureConfig;\r\n case SignatureType.IMAGE.id:\r\n return this.imageSignatureConfig;\r\n case SignatureType.DIGITAL.id:\r\n return this.digitalSignatureConfig;\r\n case SignatureType.QR_CODE.id:\r\n return this.qrCodeSignatureConfig;\r\n case SignatureType.BAR_CODE.id:\r\n return this.barCodeSignatureConfig;\r\n case SignatureType.STAMP.id:\r\n return this.stampSignatureConfig;\r\n case SignatureType.HAND.id:\r\n return this.handSignatureConfig;\r\n }\r\n }\r\n\r\n dragOver($event: DragEvent) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n }\r\n\r\n dropSignature($event: DragEvent) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n const position = Utils.getMousePosition($event);\r\n\r\n const currentPage = document.elementFromPoint(position.x, position.y);\r\n if (currentPage && $(currentPage).parent().parent() && $(currentPage).parent().parent().parent().hasClass(\"page\")) {\r\n const documentPage = $(currentPage).parent().parent()[0];\r\n const left = (position.x - $(documentPage).offset().left)/(this.zoom/100);\r\n const top = (position.y - $(documentPage).offset().top)/(this.zoom/100);\r\n const currentPosition = new Position(left, top);\r\n const sign = this._dragSignatureService.sign;\r\n if (sign) {\r\n const id = $(currentPage).parent().attr('id');\r\n if (id) {\r\n const split = id.split('-');\r\n sign.pageNumber = split.length === 2 ? parseInt(split[1], 10) : sign.pageNumber;\r\n }\r\n sign.position = currentPosition;\r\n this.selectSignature(sign);\r\n this._dragSignatureService.sign = null;\r\n }\r\n }\r\n }\r\n\r\n private selectSignature(sign: DraggableSignature) {\r\n if (sign.type === SignatureType.DIGITAL.id) {\r\n const addedSignature = new AddedSignature();\r\n addedSignature.digitalProps = sign.digitalProps;\r\n addedSignature.guid = sign.guid;\r\n addedSignature.number = sign.pageNumber;\r\n for (const page of this.file.pages) {\r\n const id = this.addSignatureComponent(addedSignature, sign, page);\r\n this._signaturesHolderService.addId(sign.guid, id);\r\n }\r\n this.closeTab(sign.type);\r\n } else {\r\n this._signatureService.loadSignatureImage(sign).subscribe((signature: AddedSignature) => {\r\n signature.number = sign.pageNumber;\r\n const pageModel = this.file.pages.find(function (p) {\r\n return p.number === sign.pageNumber;\r\n });\r\n const id = this.addSignatureComponent(signature, sign, pageModel);\r\n this._signaturesHolderService.addId(sign.guid, id);\r\n this.closeTab(sign.type);\r\n });\r\n }\r\n }\r\n\r\n private addSignatureComponent(addedSignature: AddedSignature, sign: DraggableSignature, page: PageModel, copied: boolean = false) {\r\n const dynamicDirective = this._hostingComponentsService.find(page.number);\r\n if (dynamicDirective) {\r\n const viewContainerRef = dynamicDirective.viewContainerRef;\r\n const selectSignature = this._addDynamicComponentService.addDynamicComponent(viewContainerRef, Signature);\r\n const id = this.getNextId();\r\n while (addedSignature.width >= page.width || addedSignature.height >= page.height) {\r\n addedSignature.width = addedSignature.width / 2;\r\n addedSignature.height = addedSignature.height / 2;\r\n }\r\n (selectSignature.instance).id = id;\r\n (selectSignature.instance).copied = copied;\r\n (selectSignature.instance).data = addedSignature;\r\n (selectSignature.instance).position = sign.position;\r\n (selectSignature.instance).type = sign.type;\r\n (selectSignature.instance).pageWidth = page.width;\r\n (selectSignature.instance).pageHeight = page.height;\r\n this.signatureComponents.set(id, selectSignature);\r\n this._activeSignatureService.changeActive(id);\r\n return id;\r\n }\r\n return null;\r\n }\r\n\r\n private getNextId() {\r\n let maxId = 0;\r\n for (const annId of this.signatureComponents.keys()) {\r\n if (annId > maxId) {\r\n maxId = annId;\r\n }\r\n }\r\n const id = maxId + 1;\r\n return id;\r\n }\r\n\r\n private closeTab(type: string) {\r\n this._signatureTabActivationService.changeActiveTab(type);\r\n }\r\n\r\n hideAll($event) {\r\n if (($event.target.parentElement && $event.target.parentElement.attributes['name'] &&\r\n $event.target.parentElement.attributes['name'].value === 'button') ||\r\n ($event.target.parentElement &&\r\n $event.target.parentElement.parentElement &&\r\n $event.target.parentElement.parentElement.attributes['name'] &&\r\n $event.target.parentElement.parentElement.attributes['name'].value === 'button') ||\r\n ($event.target.parentElement &&\r\n $event.target.parentElement.parentElement &&\r\n $event.target.parentElement.parentElement.parentElement &&\r\n $event.target.parentElement.parentElement.parentElement.parentElement &&\r\n $event.target.parentElement.parentElement.parentElement.parentElement.attributes['name'] &&\r\n $event.target.parentElement.parentElement.parentElement.parentElement.attributes['name'].value === 'button')) {\r\n\r\n return;\r\n }\r\n this._onCloseService.close(true);\r\n }\r\n\r\n newSign($event: string) {\r\n if (SignatureType.HAND.id === $event) {\r\n this._modalService.open(CommonModals.DrawHandSignature);\r\n } else if (SignatureType.STAMP.id === $event) {\r\n this._modalService.open(CommonModals.DrawStampSignature);\r\n } else if (SignatureType.TEXT.id === $event) {\r\n this.addTextSign();\r\n this._signatureTabActivationService.changeActiveTab(SignatureType.TEXT.id);\r\n }\r\n }\r\n\r\n private addTextSign() {\r\n const signature = new AddedSignature();\r\n signature.props = SignatureProps.getDefault();\r\n signature.guid = DraggableSignature.TEMP;\r\n const sign = new DraggableSignature();\r\n sign.guid = DraggableSignature.TEMP;\r\n sign.position = new Position(0, 0);\r\n sign.type = SignatureType.TEXT.id;\r\n const pageNumber = this._navigateService.currentPage;\r\n signature.number = pageNumber;\r\n sign.pageNumber = pageNumber;\r\n const pageModel = this.file.pages.find(function (p) {\r\n return p.number === pageNumber;\r\n });\r\n const id = this.addSignatureComponent(signature, sign, pageModel);\r\n this._signaturesHolderService.addId(sign.guid, id);\r\n }\r\n\r\n ngOnDestroy(): void {\r\n this.cleanSignatures();\r\n }\r\n\r\n private cleanSignatures() {\r\n for (const componentRef of this.signatureComponents.values()) {\r\n componentRef.destroy();\r\n }\r\n this.signatureComponents = new Map>();\r\n this._signaturesHolderService.clear();\r\n }\r\n\r\n sign() {\r\n const signatures = this.prepareSignaturesData();\r\n this._signatureService.sign(this.credentials, signatures).subscribe((ret: any) => {\r\n this._modalService.open(CommonModals.OperationSuccess);\r\n this.selectFile(ret.guid, null, CommonModals.OperationSuccess);\r\n });\r\n }\r\n\r\n public prepareSignaturesData() {\r\n const signatures = [];\r\n for (const ids of this._signaturesHolderService.values()) {\r\n for (const id of ids) {\r\n const componentRef = this.signatureComponents.get(id);\r\n // @ts-ignore\r\n const sign = (componentRef).instance;\r\n const data = sign.data;\r\n const position = sign.position;\r\n const type = sign.type;\r\n\r\n if (DraggableSignature.TEMP !== data.guid) {\r\n signatures.push(SignatureData.map(data, type, position));\r\n }\r\n\r\n if (SignatureType.DIGITAL.id === type) {\r\n break;\r\n }\r\n }\r\n }\r\n return signatures;\r\n }\r\n\r\n isPdf() {\r\n if (this.file) {\r\n if (FileUtil.find(this.file.guid, false).format === \"Portable Document Format\") {\r\n return true;\r\n }\r\n }\r\n return false;\r\n }\r\n\r\n codesConfig() {\r\n return this.getSignatureTypeConfig(SignatureType.BAR_CODE.id) || this.getSignatureTypeConfig(SignatureType.QR_CODE.id);\r\n }\r\n\r\n isVisible(id: string) {\r\n const notCode = id !== SignatureType.BAR_CODE.id && id !== SignatureType.QR_CODE.id;\r\n return this.getSignatureTypeConfig(id) && (this.isDesktop || notCode);\r\n }\r\n\r\n activeTab($event: string) {\r\n this.activeSignatureTab = $event;\r\n }\r\n\r\n fileDropped($event) {\r\n this.fileWasDropped = $event;\r\n }\r\n\r\n isFirstTab(signatureType: { name: string; icon: string; id: string; title: string }) {\r\n if ((signatureType.id === SignatureType.TEXT.id) || (!this.isDesktop && signatureType.id === SignatureType.QR_CODE.id)) {\r\n return -1;\r\n }\r\n if ((signatureType.id === SignatureType.HAND.id) || (!this.isDesktop && signatureType.id === SignatureType.BAR_CODE.id)) {\r\n return 1;\r\n }\r\n return 0;\r\n }\r\n\r\n onPan($event)\r\n {\r\n this._zoomService.changeZoom(this._zoom);\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {BehaviorSubject, Observable} from \"rxjs\";\r\nimport {HttpClient} from \"@angular/common/http\";\r\nimport {Api, ConfigService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {SignatureConfig} from \"./signature-config\";\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class SignatureConfigService {\r\n\r\n private _signatureConfig: BehaviorSubject = new BehaviorSubject(new SignatureConfig());\r\n private _updatedConfig: Observable = this._signatureConfig.asObservable();\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n get updatedConfig() {\r\n return this._updatedConfig;\r\n }\r\n\r\n load() {\r\n return new Promise((resolve, reject) => {\r\n const configEndpoint = this._config.getConfigEndpoint(Api.SIGNATURE_APP);\r\n this._http.get(configEndpoint, Api.httpOptionsJson).toPromise().then((response: SignatureConfig) => {\r\n const signatureConfig = response;\r\n this._signatureConfig.next(signatureConfig);\r\n resolve();\r\n }).catch((response: any) => {\r\n reject(`Could not load signature config: ${JSON.stringify(response)}`);\r\n });\r\n });\r\n }\r\n}\r\n","export class SignatureConfig {\r\n rewrite: boolean;\r\n pageSelector: boolean;\r\n download: boolean;\r\n upload: boolean;\r\n print: boolean;\r\n browse: boolean;\r\n enableRightClick: boolean;\r\n\r\n filesDirectory: string;\r\n fontsDirectory: string;\r\n defaultDocument: string;\r\n preloadPageCount: 0;\r\n textSignature: boolean;\r\n imageSignature: boolean;\r\n digitalSignature: boolean;\r\n qrCodeSignature: boolean;\r\n barCodeSignature: boolean;\r\n stampSignature: boolean;\r\n handSignature: boolean;\r\n downloadOriginal: boolean;\r\n downloadSigned: boolean;\r\n\r\n zoom: boolean;\r\n}\r\n","module.exports = \"::ng-deep .left-panel {\\n width: 350px;\\n height: calc(100% - 90px);\\n}\\n::ng-deep .gd-left-bar-fade {\\n width: 350px !important;\\n}\\n.gd-signatures-scroll {\\n height: calc(100% - 60px);\\n}\\n.tab-content {\\n height: calc(100% - 90px);\\n line-height: unset;\\n position: absolute;\\n background-color: #FFFFFF;\\n}\\n.gd-signature-context-panel {\\n background-color: #F3F3F3;\\n width: 350px;\\n height: 100%;\\n position: absolute;\\n}\\n.gd-signature-context-upload-title,\\n.gd-signature-context-panel-title {\\n color: #AAAAAA;\\n font-size: 12px;\\n font-family: Helvetica;\\n font-weight: bold;\\n margin: 5px 12px 5px 12px;\\n}\\n.signature-title-block {\\n display: block;\\n}\\n.gd-signature-list-title {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n height: 70px;\\n}\\n.gd-signature-list-title .gd-signature-title-icon {\\n -webkit-box-flex: 0;\\n flex: 0 0 70px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n}\\n.gd-signature-list-title .gd-signature-title-icon .icon {\\n color: #707070;\\n cursor: pointer;\\n font-size: 12px;\\n}\\n.gd-signature-list-title .gd-signature-title-icon .icon.disabled {\\n color: #959da5;\\n}\\n.gd-signature-list-title .gd-signature-context-panel-title {\\n -webkit-box-flex: 1;\\n flex: 1;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: start;\\n justify-content: flex-start;\\n}\\n.gd-signature-context-pane-wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n height: inherit;\\n overflow: auto;\\n}\\n@media (max-width: 1037px) {\\n .tab-content {\\n width: 100%;\\n height: calc(100% - 120px) !important;\\n }\\n ::ng-deep .left-panel {\\n width: 100% !important;\\n overflow: auto !important;\\n height: calc(100% - 120px);\\n }\\n .gd-signature-context-panel {\\n left: 0px;\\n right: 0px;\\n width: auto;\\n }\\n .gd-signature-context-panel-title {\\n font-size: 12px;\\n line-height: 18px;\\n margin: 16px 0 14px 12px;\\n }\\n .gd-signature-context-panel-title,\\n .gd-signature-context-upload-title {\\n width: unset;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWxlZnQtcGFuZWwvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS1sZWZ0LXBhbmVsL3NpZ25hdHVyZS1sZWZ0LXBhbmVsLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtbGVmdC1wYW5lbC9zaWduYXR1cmUtbGVmdC1wYW5lbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLFlBQUE7RUFDQSx5QkFBQTtBQ0RGO0FESUE7RUFDRSx1QkFBQTtBQ0ZGO0FES0E7RUFDRSx5QkFBQTtBQ0hGO0FETUE7RUFDRSx5QkFBQTtFQUNBLGtCQUFBO0VBQ0Esa0JBQUE7RUFDQSx5QkFBQTtBQ0pGO0FET0E7RUFDRSx5QkFBQTtFQUNBLFlBQUE7RUFDQSxZQUFBO0VBQ0Esa0JBQUE7QUNMRjtBRFFBOztFQUNFLGNBQUE7RUFDQSxlQUFBO0VBQ0Esc0JBQUE7RUFDQSxpQkFBQTtFQUNBLHlCQUFBO0FDTEY7QURRQTtFQUNFLGNBQUE7QUNORjtBRFNBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EsWUFBQTtBQ1BGO0FESUE7RUFNSSxtQkFBQTtVQUFBLGNBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtBQ1BKO0FERkE7RUFZTSxjQUFBO0VBQ0EsZUFBQTtFQUNBLGVBQUE7QUNQTjtBRFNNO0VBQ0UsY0FBQTtBQ1BSO0FEVkE7RUF1QkksbUJBQUE7VUFBQSxPQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHVCQUFBO1VBQUEsMkJBQUE7QUNWSjtBRGVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsNEJBQUE7RUFBQSw2QkFBQTtVQUFBLHNCQUFBO0VBQ0EsZUFBQTtFQUNBLGNBQUE7QUNiRjtBRGdCQTtFQUNFO0lBQ0UsV0FBQTtJQUNBLHFDQUFBO0VDZEY7RURrQkE7SUFDRSxzQkFBQTtJQUNBLHlCQUFBO0lBQ0EsMEJBQUE7RUNoQkY7RURtQkE7SUFDRSxTQUFBO0lBQ0EsVUFBQTtJQUNBLFdBQUE7RUNqQkY7RURvQkE7SUFDRSxlQUFBO0lBQ0EsaUJBQUE7SUFDQSx3QkFBQTtFQ2xCRjtFRHFCQTs7SUFDRSxZQUFBO0VDbEJGO0FBQ0YiLCJmaWxlIjoibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtbGVmdC1wYW5lbC9zaWduYXR1cmUtbGVmdC1wYW5lbC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG46Om5nLWRlZXAgLmxlZnQtcGFuZWwge1xuICB3aWR0aDogMzUwcHg7XG4gIGhlaWdodDogflwiY2FsYygxMDAlIC0gQHtlZGl0b3ItbmF2LWhlaWdodH0pXCI7XG59XG5cbjo6bmctZGVlcCAuZ2QtbGVmdC1iYXItZmFkZSB7XG4gIHdpZHRoOiAzNTBweCAhaW1wb3J0YW50O1xufVxuXG4uZ2Qtc2lnbmF0dXJlcy1zY3JvbGwge1xuICBoZWlnaHQ6IH5cImNhbGMoMTAwJSAtIDYwcHgpXCI7XG59XG5cbi50YWItY29udGVudCB7XG4gIGhlaWdodDogflwiY2FsYygxMDAlIC0gQHtlZGl0b3ItbmF2LWhlaWdodH0pXCI7XG4gIGxpbmUtaGVpZ2h0OiB1bnNldDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGRkZGO1xufVxuXG4uZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRjNGM0YzO1xuICB3aWR0aDogMzUwcHg7XG4gIGhlaWdodDogMTAwJTtcbiAgcG9zaXRpb246IGFic29sdXRlO1xufVxuXG4uZ2Qtc2lnbmF0dXJlLWNvbnRleHQtdXBsb2FkLXRpdGxlLCAuZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZWwtdGl0bGUge1xuICBjb2xvcjogI0FBQUFBQTtcbiAgZm9udC1zaXplOiAxMnB4O1xuICBmb250LWZhbWlseTogSGVsdmV0aWNhO1xuICBmb250LXdlaWdodDogYm9sZDtcbiAgbWFyZ2luOiA1cHggMTJweCA1cHggMTJweDtcbn1cblxuLnNpZ25hdHVyZS10aXRsZS1ibG9jayB7IC8vIGZvciBzYWZhcmlcbiAgZGlzcGxheTogYmxvY2s7XG59XG5cbi5nZC1zaWduYXR1cmUtbGlzdC10aXRsZSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGhlaWdodDogNzBweDtcblxuICAuZ2Qtc2lnbmF0dXJlLXRpdGxlLWljb24ge1xuICAgIGZsZXg6IDAgMCA3MHB4O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcblxuICAgIC5pY29uIHtcbiAgICAgIGNvbG9yOiAjNzA3MDcwO1xuICAgICAgY3Vyc29yOiBwb2ludGVyO1xuICAgICAgZm9udC1zaXplOiAxMnB4O1xuXG4gICAgICAmLmRpc2FibGVkIHtcbiAgICAgICAgY29sb3I6ICM5NTlkYTU7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsLXRpdGxlIHtcbiAgICBmbGV4OiAxO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG4gIH1cblxufVxuXG4uZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZS13cmFwcGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgaGVpZ2h0OiBpbmhlcml0O1xuICBvdmVyZmxvdzogYXV0bztcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLnRhYi1jb250ZW50IHtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IH5cImNhbGMoMTAwJSAtIDEyMHB4KVwiICFpbXBvcnRhbnQ7XG4gIH1cblxuXG4gIDo6bmctZGVlcCAubGVmdC1wYW5lbCB7XG4gICAgd2lkdGg6IDEwMCUgIWltcG9ydGFudDtcbiAgICBvdmVyZmxvdzogYXV0byAhaW1wb3J0YW50O1xuICAgIGhlaWdodDogflwiY2FsYygxMDAlIC0gMTIwcHgpXCI7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZWwge1xuICAgIGxlZnQ6IDBweDtcbiAgICByaWdodDogMHB4O1xuICAgIHdpZHRoOiBhdXRvO1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsLXRpdGxlIHtcbiAgICBmb250LXNpemU6IDEycHg7XG4gICAgbGluZS1oZWlnaHQ6IDE4cHg7XG4gICAgbWFyZ2luOiAxNnB4IDAgMTRweCAxMnB4O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsLXRpdGxlLCAuZ2Qtc2lnbmF0dXJlLWNvbnRleHQtdXBsb2FkLXRpdGxlIHtcbiAgICB3aWR0aDogdW5zZXQ7XG4gIH1cbn1cbiIsIjo6bmctZGVlcCAubGVmdC1wYW5lbCB7XG4gIHdpZHRoOiAzNTBweDtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSA5MHB4KTtcbn1cbjo6bmctZGVlcCAuZ2QtbGVmdC1iYXItZmFkZSB7XG4gIHdpZHRoOiAzNTBweCAhaW1wb3J0YW50O1xufVxuLmdkLXNpZ25hdHVyZXMtc2Nyb2xsIHtcbiAgaGVpZ2h0OiBjYWxjKDEwMCUgLSA2MHB4KTtcbn1cbi50YWItY29udGVudCB7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gOTBweCk7XG4gIGxpbmUtaGVpZ2h0OiB1bnNldDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGRkZGO1xufVxuLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0YzRjNGMztcbiAgd2lkdGg6IDM1MHB4O1xuICBoZWlnaHQ6IDEwMCU7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbn1cbi5nZC1zaWduYXR1cmUtY29udGV4dC11cGxvYWQtdGl0bGUsXG4uZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZWwtdGl0bGUge1xuICBjb2xvcjogI0FBQUFBQTtcbiAgZm9udC1zaXplOiAxMnB4O1xuICBmb250LWZhbWlseTogSGVsdmV0aWNhO1xuICBmb250LXdlaWdodDogYm9sZDtcbiAgbWFyZ2luOiA1cHggMTJweCA1cHggMTJweDtcbn1cbi5zaWduYXR1cmUtdGl0bGUtYmxvY2sge1xuICBkaXNwbGF5OiBibG9jaztcbn1cbi5nZC1zaWduYXR1cmUtbGlzdC10aXRsZSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGhlaWdodDogNzBweDtcbn1cbi5nZC1zaWduYXR1cmUtbGlzdC10aXRsZSAuZ2Qtc2lnbmF0dXJlLXRpdGxlLWljb24ge1xuICBmbGV4OiAwIDAgNzBweDtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG59XG4uZ2Qtc2lnbmF0dXJlLWxpc3QtdGl0bGUgLmdkLXNpZ25hdHVyZS10aXRsZS1pY29uIC5pY29uIHtcbiAgY29sb3I6ICM3MDcwNzA7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgZm9udC1zaXplOiAxMnB4O1xufVxuLmdkLXNpZ25hdHVyZS1saXN0LXRpdGxlIC5nZC1zaWduYXR1cmUtdGl0bGUtaWNvbiAuaWNvbi5kaXNhYmxlZCB7XG4gIGNvbG9yOiAjOTU5ZGE1O1xufVxuLmdkLXNpZ25hdHVyZS1saXN0LXRpdGxlIC5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lbC10aXRsZSB7XG4gIGZsZXg6IDE7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogZmxleC1zdGFydDtcbn1cbi5nZC1zaWduYXR1cmUtY29udGV4dC1wYW5lLXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBoZWlnaHQ6IGluaGVyaXQ7XG4gIG92ZXJmbG93OiBhdXRvO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAudGFiLWNvbnRlbnQge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogY2FsYygxMDAlIC0gMTIwcHgpICFpbXBvcnRhbnQ7XG4gIH1cbiAgOjpuZy1kZWVwIC5sZWZ0LXBhbmVsIHtcbiAgICB3aWR0aDogMTAwJSAhaW1wb3J0YW50O1xuICAgIG92ZXJmbG93OiBhdXRvICFpbXBvcnRhbnQ7XG4gICAgaGVpZ2h0OiBjYWxjKDEwMCUgLSAxMjBweCk7XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsIHtcbiAgICBsZWZ0OiAwcHg7XG4gICAgcmlnaHQ6IDBweDtcbiAgICB3aWR0aDogYXV0bztcbiAgfVxuICAuZ2Qtc2lnbmF0dXJlLWNvbnRleHQtcGFuZWwtdGl0bGUge1xuICAgIGZvbnQtc2l6ZTogMTJweDtcbiAgICBsaW5lLWhlaWdodDogMThweDtcbiAgICBtYXJnaW46IDE2cHggMCAxNHB4IDEycHg7XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS1jb250ZXh0LXBhbmVsLXRpdGxlLFxuICAuZ2Qtc2lnbmF0dXJlLWNvbnRleHQtdXBsb2FkLXRpdGxlIHtcbiAgICB3aWR0aDogdW5zZXQ7XG4gIH1cbn1cbiJdfQ== */\"","import {Component, EventEmitter, Input, OnChanges, OnInit, Output, SimpleChanges} from '@angular/core';\r\nimport {Signature, SignatureType} from \"../signature-models\";\r\nimport {SignatureService} from \"../signature.service\";\r\n\r\n@Component({\r\n selector: 'gd-signature-left-panel',\r\n templateUrl: './signature-left-panel.component.html',\r\n styleUrls: ['./signature-left-panel.component.less']\r\n})\r\nexport class SignatureLeftPanelComponent implements OnInit, OnChanges {\r\n @Input() rewrite: boolean;\r\n @Input() isPdf: boolean;\r\n @Input() id: string;\r\n @Output() newSignatureEvent = new EventEmitter();\r\n public showNewCode = false;\r\n public showUpload = false;\r\n signatures: Signature[];\r\n loading = false;\r\n\r\n constructor(private _signatureService: SignatureService) {\r\n _signatureService.getRefreshSignatures.subscribe(() => {\r\n this.getSignatures(this.id);\r\n });\r\n }\r\n\r\n getSignatures(tabId: string) {\r\n if (!this.loading) {\r\n this.loading = true;\r\n this._signatureService.getSignatures('', tabId).subscribe((signatures: Signature[]) => {\r\n this.signatures = signatures || [];\r\n this.loading = false;\r\n });\r\n }\r\n }\r\n\r\n ngOnInit() {\r\n this.init();\r\n }\r\n\r\n private init() {\r\n this.signatures = [];\r\n this.getSignatures(this.id);\r\n this.showNewCode = false;\r\n this.showUpload = false;\r\n }\r\n\r\n getTitleIcon() {\r\n return this.showUpload || this.showNewCode ? 'times' : 'plus';\r\n }\r\n\r\n getTitle() {\r\n if (!this.id) {\r\n return \"\";\r\n }\r\n const signatureType = SignatureType.getSignatureType(this.id);\r\n return (this.showUpload || this.showNewCode) ? signatureType.title : signatureType.name;\r\n }\r\n\r\n getName() {\r\n if (!this.id) {\r\n return \"\";\r\n }\r\n const signatureType = SignatureType.getSignatureType(this.id);\r\n return signatureType.name;\r\n }\r\n\r\n removeSignature($event: string, type: string) {\r\n this._signatureService.removeSignatures($event, type).subscribe(() => this.getSignatures(type));\r\n }\r\n\r\n closeUploadPanel($event: boolean) {\r\n this.showUpload = !$event;\r\n this.getSignatures(this.id);\r\n }\r\n\r\n closeCodePanel($event: boolean) {\r\n this.showNewCode = !$event;\r\n this.getSignatures(this.id);\r\n }\r\n\r\n getCodeName() {\r\n if (!this.id) {\r\n return \"\";\r\n }\r\n return SignatureType.QR_CODE.id === this.id ? 'Qr Code' : (SignatureType.BAR_CODE.id === this.id ? 'Bar Code' : '');\r\n }\r\n\r\n icon() {\r\n if (!this.id) {\r\n return \"\";\r\n }\r\n return SignatureType.getSignatureType(this.id).icon;\r\n }\r\n\r\n ngOnChanges(changes: SimpleChanges): void {\r\n this.init();\r\n }\r\n\r\n closeNewSignature() {\r\n if (SignatureType.DIGITAL.id === this.id || SignatureType.IMAGE.id === this.id) {\r\n this.showUpload = false;\r\n } else if (SignatureType.BAR_CODE.id === this.id || SignatureType.QR_CODE.id === this.id) {\r\n this.showNewCode = false;\r\n }\r\n }\r\n\r\n openNewSignature() {\r\n if (this.showUpload || this.showNewCode) {\r\n return;\r\n }\r\n if (SignatureType.DIGITAL.id === this.id || SignatureType.IMAGE.id === this.id) {\r\n this.showUpload = true;\r\n } else if (SignatureType.BAR_CODE.id === this.id || SignatureType.QR_CODE.id === this.id) {\r\n this.showNewCode = true;\r\n } else {\r\n this.newSignatureEvent.emit(this.id);\r\n }\r\n }\r\n}\r\n","module.exports = \".gd-signature-list-wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-flex: 1;\\n flex: 1;\\n overflow: auto;\\n height: 100%;\\n}\\n.gd-signature-list-scroll {\\n display: block;\\n overflow-x: hidden;\\n overflow-y: auto !important;\\n}\\n.gd-signature-item {\\n width: 100%;\\n cursor: pointer;\\n position: relative;\\n min-height: 68px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n background-color: rgba(255, 255, 255);\\n}\\n.gd-signature-item .icon {\\n font-size: 15px;\\n color: #676767;\\n cursor: pointer;\\n}\\n.gd-signature-item .gd-signature-trash-icon {\\n -webkit-box-flex: 0;\\n flex: 0 0 70px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n}\\n.gd-signature-item .gd-signature-name {\\n max-width: 130px;\\n font-size: 13px;\\n color: rgba(0, 0, 0, 0.36);\\n cursor: pointer;\\n text-overflow: ellipsis;\\n white-space: nowrap;\\n display: block;\\n overflow: hidden;\\n}\\n.gd-signature-item .gd-signature-thumbnail {\\n -webkit-box-flex: 0;\\n flex: 0 0 70px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n width: auto;\\n}\\n.gd-signature-item .gd-signature-thumbnail .icon {\\n font-size: 30px;\\n padding: 0;\\n margin: 0px;\\n opacity: 0.25;\\n}\\n.gd-signature-item .gd-signature-title {\\n -webkit-box-flex: 1;\\n flex: 1;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: start;\\n justify-content: flex-start;\\n padding-left: 7px;\\n}\\n.gd-signature-item .gd-signature-thumbnail-text,\\n.gd-signature-item .gd-signature-thumbnail-image,\\n.gd-signature-item .gd-signature-thumbnail-hand {\\n max-width: 70px;\\n height: 41px;\\n}\\n.gd-signature-item .gd-signature-thumbnail-image {\\n min-width: 41px;\\n max-width: 70px;\\n}\\n.gd-signature-item .gd-signature-thumbnail-image {\\n min-width: 41px;\\n max-width: 70px;\\n}\\n.gd-signature-item .gd-signature-thumbnail-qrCode,\\n.gd-signature-item .gd-signature-thumbnail-barCode {\\n max-width: 70px;\\n height: 44px;\\n}\\n.gd-signature-item .gd-signature-thumbnail-stamp {\\n max-width: 70px;\\n height: 48px;\\n}\\n.gd-signature-item .gd-signature-title.text {\\n padding-left: 16px;\\n}\\n.gd-signature-list {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n width: inherit;\\n background-color: #e7e7e7;\\n}\\n.gd-signature {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n width: 100%;\\n background-color: rgba(255, 255, 255, 0.75);\\n margin-bottom: 2px;\\n}\\n.gd-signature-empty-list {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n text-align: center;\\n color: #ACACAC;\\n -webkit-box-pack: center;\\n justify-content: center;\\n width: 350px;\\n height: 250px;\\n}\\n.gd-signature-empty-list .icon {\\n font-size: 60px;\\n}\\n.gd-signature-empty-list i {\\n font-size: 60px;\\n padding: 87px 97px 0px;\\n}\\n.gd-empty-list-text {\\n padding: 18px 38px 0px;\\n font-size: 12px;\\n}\\n.gd-digital-input-wrapper {\\n margin: 9px 8px 7px 8px;\\n display: -webkit-box;\\n display: flex;\\n border: 5px #DDD;\\n}\\n.gd-sign-digital {\\n height: 27px;\\n background-color: #969696;\\n margin: 9px 8px 7px 8px;\\n display: -webkit-box;\\n display: flex;\\n color: #ffffff;\\n font-size: 13px;\\n box-shadow: 0 0 3px #ddd;\\n cursor: pointer;\\n padding-top: 5px;\\n padding-left: 10px;\\n}\\n.digital-apply {\\n padding-left: 10px;\\n}\\n.gd-sign-digital.active {\\n background-color: #25c2d4;\\n}\\n.gd-digital-inputs input {\\n width: 100%;\\n height: 27px;\\n padding-left: 28px;\\n}\\n.gd-digital-inputs .icon {\\n position: absolute;\\n font-size: 12px;\\n margin: 7px 0px 7px 7px;\\n color: #ccc !important;\\n}\\n@media (max-width: 1037px) {\\n .gd-signature-thumbnail-text,\\n .gd-signature-thumbnail-image,\\n .gd-signature-thumbnail-hand {\\n margin: 0;\\n }\\n .gd-signature-thumbnail-image {\\n width: 44px;\\n height: 44px;\\n }\\n .gd-signature-item .gd-signature-name {\\n font-size: 13px;\\n }\\n .gd-signature-item .icon {\\n font-size: 15px;\\n }\\n .gd-signature-thumbnail-text,\\n .gd-signature-thumbnail-image,\\n .gd-signature-thumbnail-hand {\\n margin: 0;\\n }\\n .gd-signature-thumbnail-image {\\n width: 44px;\\n height: 44px;\\n }\\n .gd-signature-thumbnail-digital .icon {\\n font-size: 30px !important;\\n }\\n .gd-signature-thumbnail-digital .icon {\\n font-size: 30px !important;\\n }\\n .gd-digital-inputs .icon {\\n font-size: 13px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWxpc3QtcGFuZWwvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS1saXN0LXBhbmVsL3NpZ25hdHVyZS1saXN0LXBhbmVsLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUtbGlzdC1wYW5lbC9zaWduYXR1cmUtbGlzdC1wYW5lbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLG1CQUFBO1VBQUEsT0FBQTtFQUNBLGNBQUE7RUFDQSxZQUFBO0FDREY7QURJQTtFQUNFLGNBQUE7RUFDQSxrQkFBQTtFQUNBLDJCQUFBO0FDRkY7QURLQTtFQUNFLFdBQUE7RUFDQSxlQUFBO0VBQ0Esa0JBQUE7RUFDQSxnQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDhCQUFBO0VBQUEsNkJBQUE7VUFBQSxtQkFBQTtFQUNBLHFDQUFBO0FDSEY7QURKQTtFQVVJLGVBQUE7RUFDQSxjQUFBO0VBQ0EsZUFBQTtBQ0hKO0FEVEE7RUFnQkksbUJBQUE7VUFBQSxjQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHdCQUFBO1VBQUEsdUJBQUE7QUNKSjtBRGZBO0VBdUJJLGdCQUFBO0VBQ0EsZUFBQTtFQUNBLDBCQUFBO0VBQ0EsZUFBQTtFQUNBLHVCQUFBO0VBQ0EsbUJBQUE7RUFDQSxjQUFBO0VBQ0EsZ0JBQUE7QUNMSjtBRHpCQTtFQWtDSSxtQkFBQTtVQUFBLGNBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLFdBQUE7QUNOSjtBRGhDQTtFQXlDTSxlQUFBO0VBQ0EsVUFBQTtFQUNBLFdBQUE7RUFDQSxhQUFBO0FDTk47QUR0Q0E7RUFpREksbUJBQUE7VUFBQSxPQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtFQUNBLHVCQUFBO1VBQUEsMkJBQUE7RUFDQSxpQkFBQTtBQ1JKO0FEN0NBOzs7RUF5REksZUFBQTtFQUNBLFlBQUE7QUNQSjtBRG5EQTtFQThESSxlQUFBO0VBQ0EsZUFBQTtBQ1JKO0FEdkRBO0VBbUVJLGVBQUE7RUFDQSxlQUFBO0FDVEo7QUQzREE7O0VBd0VJLGVBQUE7RUFDQSxZQUFBO0FDVEo7QURoRUE7RUE2RUksZUFBQTtFQUNBLFlBQUE7QUNWSjtBRHBFQTtFQWtGSSxrQkFBQTtBQ1hKO0FEZUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxjQUFBO0VBQ0EseUJBQUE7QUNiRjtBRGdCQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLFdBQUE7RUFDQSwyQ0FBQTtFQUNBLGtCQUFBO0FDZEY7QURpQkE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSxrQkFBQTtFQUNBLGNBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EsWUFBQTtFQUNBLGFBQUE7QUNmRjtBRFFBO0VBVUksZUFBQTtBQ2ZKO0FEbUJBO0VBQ0UsZUFBQTtFQUNBLHNCQUFBO0FDakJGO0FEb0JBO0VBQ0Usc0JBQUE7RUFDQSxlQUFBO0FDbEJGO0FEcUJBO0VBQ0UsdUJBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxnQkFBQTtBQ25CRjtBRHNCQTtFQUNFLFlBQUE7RUFDQSx5QkFBQTtFQUNBLHVCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsY0FBQTtFQUNBLGVBQUE7RUFDQSx3QkFBQTtFQUNBLGVBQUE7RUFDQSxnQkFBQTtFQUNBLGtCQUFBO0FDcEJGO0FEdUJBO0VBQ0Usa0JBQUE7QUNyQkY7QUR3QkE7RUFDRSx5QkFBQTtBQ3RCRjtBRHlCQTtFQUNFLFdBQUE7RUFDQSxZQUFBO0VBQ0Esa0JBQUE7QUN2QkY7QUQwQkE7RUFFSSxrQkFBQTtFQUNBLGVBQUE7RUFDQSx1QkFBQTtFQUNBLHNCQUFBO0FDekJKO0FENkJBO0VBQ0U7OztJQUNFLFNBQUE7RUN6QkY7RUQ0QkE7SUFDRSxXQUFBO0lBQ0EsWUFBQTtFQzFCRjtFRDZCQTtJQUNFLGVBQUE7RUMzQkY7RUQ4QkE7SUFDRSxlQUFBO0VDNUJGO0VEK0JBOzs7SUFDRSxTQUFBO0VDM0JGO0VEOEJBO0lBQ0UsV0FBQTtJQUNBLFlBQUE7RUM1QkY7RUQrQkE7SUFDRSwwQkFBQTtFQzdCRjtFRGdDQTtJQUVJLDBCQUFBO0VDL0JKO0VEbUNBO0lBRUksZUFBQTtFQ2xDSjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlLWxpc3QtcGFuZWwvc2lnbmF0dXJlLWxpc3QtcGFuZWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLXNpZ25hdHVyZS1saXN0LXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBmbGV4OiAxO1xuICBvdmVyZmxvdzogYXV0bztcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4uZ2Qtc2lnbmF0dXJlLWxpc3Qtc2Nyb2xsIHtcbiAgZGlzcGxheTogYmxvY2s7XG4gIG92ZXJmbG93LXg6IGhpZGRlbjtcbiAgb3ZlcmZsb3cteTogYXV0byAhaW1wb3J0YW50O1xufVxuXG4uZ2Qtc2lnbmF0dXJlLWl0ZW0ge1xuICB3aWR0aDogMTAwJTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIG1pbi1oZWlnaHQ6IDY4cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMjU1LCAyNTUsIDI1NSk7XG5cbiAgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMTVweDtcbiAgICBjb2xvcjogIzY3Njc2NztcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRyYXNoLWljb24ge1xuICAgIGZsZXg6IDAgMCA3MHB4O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtbmFtZSB7XG4gICAgbWF4LXdpZHRoOiAxMzBweDtcbiAgICBmb250LXNpemU6IDEzcHg7XG4gICAgY29sb3I6IHJnYmEoMCwgMCwgMCwgMC4zNik7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsIHtcbiAgICBmbGV4OiAwIDAgNzBweDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgd2lkdGg6IGF1dG87XG5cbiAgICAuaWNvbiB7XG4gICAgICBmb250LXNpemU6IDMwcHg7XG4gICAgICBwYWRkaW5nOiAwO1xuICAgICAgbWFyZ2luOiAwcHg7XG4gICAgICBvcGFjaXR5OiAwLjI1O1xuICAgIH1cbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGl0bGUge1xuICAgIGZsZXg6IDE7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGp1c3RpZnktY29udGVudDogZmxleC1zdGFydDtcbiAgICBwYWRkaW5nLWxlZnQ6IDdweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLXRleHQsIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlLCAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1oYW5kIHtcbiAgICBtYXgtd2lkdGg6IDcwcHg7XG4gICAgaGVpZ2h0OiA0MXB4O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2Uge1xuICAgIG1pbi13aWR0aDogNDFweDtcbiAgICBtYXgtd2lkdGg6IDcwcHg7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gICAgbWluLXdpZHRoOiA0MXB4O1xuICAgIG1heC13aWR0aDogNzBweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLXFyQ29kZSwgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtYmFyQ29kZSB7XG4gICAgbWF4LXdpZHRoOiA3MHB4O1xuICAgIGhlaWdodDogNDRweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLXN0YW1wIHtcbiAgICBtYXgtd2lkdGg6IDcwcHg7XG4gICAgaGVpZ2h0OiA0OHB4O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS10aXRsZS50ZXh0IHtcbiAgICBwYWRkaW5nLWxlZnQ6IDE2cHg7XG4gIH1cbn1cblxuLmdkLXNpZ25hdHVyZS1saXN0IHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgd2lkdGg6IGluaGVyaXQ7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlN2U3ZTc7XG59XG5cbi5nZC1zaWduYXR1cmUge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB3aWR0aDogMTAwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyNTUsIDI1NSwgMjU1LCAwLjc1KTtcbiAgbWFyZ2luLWJvdHRvbTogMnB4O1xufVxuXG4uZ2Qtc2lnbmF0dXJlLWVtcHR5LWxpc3Qge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjQUNBQ0FDO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgd2lkdGg6IDM1MHB4O1xuICBoZWlnaHQ6IDI1MHB4O1xuXG4gIC5pY29uIHtcbiAgICBmb250LXNpemU6IDYwcHg7XG4gIH1cbn1cblxuLmdkLXNpZ25hdHVyZS1lbXB0eS1saXN0IGkge1xuICBmb250LXNpemU6IDYwcHg7XG4gIHBhZGRpbmc6IDg3cHggOTdweCAwcHg7XG59XG5cbi5nZC1lbXB0eS1saXN0LXRleHQge1xuICBwYWRkaW5nOiAxOHB4IDM4cHggMHB4O1xuICBmb250LXNpemU6IDEycHg7XG59XG5cbi5nZC1kaWdpdGFsLWlucHV0LXdyYXBwZXIge1xuICBtYXJnaW46IDlweCA4cHggN3B4IDhweDtcbiAgZGlzcGxheTogZmxleDtcbiAgYm9yZGVyOiA1cHggI0RERDtcbn1cblxuLmdkLXNpZ24tZGlnaXRhbCB7XG4gIGhlaWdodDogMjdweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzk2OTY5NjtcbiAgbWFyZ2luOiA5cHggOHB4IDdweCA4cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGNvbG9yOiAjZmZmZmZmO1xuICBmb250LXNpemU6IDEzcHg7XG4gIGJveC1zaGFkb3c6IDAgMCAzcHggI2RkZDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwYWRkaW5nLXRvcDogNXB4O1xuICBwYWRkaW5nLWxlZnQ6IDEwcHg7XG59XG5cbi5kaWdpdGFsLWFwcGx5IHtcbiAgcGFkZGluZy1sZWZ0OiAxMHB4O1xufVxuXG4uZ2Qtc2lnbi1kaWdpdGFsLmFjdGl2ZSB7XG4gIGJhY2tncm91bmQtY29sb3I6IEBuYXYtbG9nby1iYWNrZ3JvdW5kO1xufVxuXG4uZ2QtZGlnaXRhbC1pbnB1dHMgaW5wdXQge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAyN3B4O1xuICBwYWRkaW5nLWxlZnQ6IDI4cHg7XG59XG5cbi5nZC1kaWdpdGFsLWlucHV0cyB7XG4gIC5pY29uIHtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgZm9udC1zaXplOiAxMnB4O1xuICAgIG1hcmdpbjogN3B4IDBweCA3cHggN3B4O1xuICAgIGNvbG9yOiAjY2NjICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtdGV4dCwgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2UsIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWhhbmQge1xuICAgIG1hcmdpbjogMDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlIHtcbiAgICB3aWR0aDogNDRweDtcbiAgICBoZWlnaHQ6IDQ0cHg7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS1uYW1lIHtcbiAgICBmb250LXNpemU6IDEzcHg7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLWl0ZW0gLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMTVweDtcbiAgfVxuXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLXRleHQsIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlLCAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1oYW5kIHtcbiAgICBtYXJnaW46IDA7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gICAgd2lkdGg6IDQ0cHg7XG4gICAgaGVpZ2h0OiA0NHB4O1xuICB9XG5cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtZGlnaXRhbCAuaWNvbiB7XG4gICAgZm9udC1zaXplOiAzMHB4ICFpbXBvcnRhbnQ7XG4gIH1cblxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1kaWdpdGFsIHtcbiAgICAuaWNvbiB7XG4gICAgICBmb250LXNpemU6IDMwcHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICAuZ2QtZGlnaXRhbC1pbnB1dHMge1xuICAgIC5pY29uIHtcbiAgICAgIGZvbnQtc2l6ZTogMTNweDtcbiAgICB9XG4gIH1cblxufVxuIiwiLmdkLXNpZ25hdHVyZS1saXN0LXdyYXBwZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBmbGV4OiAxO1xuICBvdmVyZmxvdzogYXV0bztcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLmdkLXNpZ25hdHVyZS1saXN0LXNjcm9sbCB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBvdmVyZmxvdy14OiBoaWRkZW47XG4gIG92ZXJmbG93LXk6IGF1dG8gIWltcG9ydGFudDtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSB7XG4gIHdpZHRoOiAxMDAlO1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgbWluLWhlaWdodDogNjhweDtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IHJvdztcbiAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyNTUsIDI1NSwgMjU1KTtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuaWNvbiB7XG4gIGZvbnQtc2l6ZTogMTVweDtcbiAgY29sb3I6ICM2NzY3Njc7XG4gIGN1cnNvcjogcG9pbnRlcjtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRyYXNoLWljb24ge1xuICBmbGV4OiAwIDAgNzBweDtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS1uYW1lIHtcbiAgbWF4LXdpZHRoOiAxMzBweDtcbiAgZm9udC1zaXplOiAxM3B4O1xuICBjb2xvcjogcmdiYSgwLCAwLCAwLCAwLjM2KTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgZGlzcGxheTogYmxvY2s7XG4gIG92ZXJmbG93OiBoaWRkZW47XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS10aHVtYm5haWwge1xuICBmbGV4OiAwIDAgNzBweDtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIHdpZHRoOiBhdXRvO1xufVxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsIC5pY29uIHtcbiAgZm9udC1zaXplOiAzMHB4O1xuICBwYWRkaW5nOiAwO1xuICBtYXJnaW46IDBweDtcbiAgb3BhY2l0eTogMC4yNTtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRpdGxlIHtcbiAgZmxleDogMTtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBmbGV4LXN0YXJ0O1xuICBwYWRkaW5nLWxlZnQ6IDdweDtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC10ZXh0LFxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlLFxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWhhbmQge1xuICBtYXgtd2lkdGg6IDcwcHg7XG4gIGhlaWdodDogNDFweDtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gIG1pbi13aWR0aDogNDFweDtcbiAgbWF4LXdpZHRoOiA3MHB4O1xufVxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlIHtcbiAgbWluLXdpZHRoOiA0MXB4O1xuICBtYXgtd2lkdGg6IDcwcHg7XG59XG4uZ2Qtc2lnbmF0dXJlLWl0ZW0gLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtcXJDb2RlLFxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWJhckNvZGUge1xuICBtYXgtd2lkdGg6IDcwcHg7XG4gIGhlaWdodDogNDRweDtcbn1cbi5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1zdGFtcCB7XG4gIG1heC13aWR0aDogNzBweDtcbiAgaGVpZ2h0OiA0OHB4O1xufVxuLmdkLXNpZ25hdHVyZS1pdGVtIC5nZC1zaWduYXR1cmUtdGl0bGUudGV4dCB7XG4gIHBhZGRpbmctbGVmdDogMTZweDtcbn1cbi5nZC1zaWduYXR1cmUtbGlzdCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiBpbmhlcml0O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTdlN2U3O1xufVxuLmdkLXNpZ25hdHVyZSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIHdpZHRoOiAxMDAlO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNzUpO1xuICBtYXJnaW4tYm90dG9tOiAycHg7XG59XG4uZ2Qtc2lnbmF0dXJlLWVtcHR5LWxpc3Qge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGNvbG9yOiAjQUNBQ0FDO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgd2lkdGg6IDM1MHB4O1xuICBoZWlnaHQ6IDI1MHB4O1xufVxuLmdkLXNpZ25hdHVyZS1lbXB0eS1saXN0IC5pY29uIHtcbiAgZm9udC1zaXplOiA2MHB4O1xufVxuLmdkLXNpZ25hdHVyZS1lbXB0eS1saXN0IGkge1xuICBmb250LXNpemU6IDYwcHg7XG4gIHBhZGRpbmc6IDg3cHggOTdweCAwcHg7XG59XG4uZ2QtZW1wdHktbGlzdC10ZXh0IHtcbiAgcGFkZGluZzogMThweCAzOHB4IDBweDtcbiAgZm9udC1zaXplOiAxMnB4O1xufVxuLmdkLWRpZ2l0YWwtaW5wdXQtd3JhcHBlciB7XG4gIG1hcmdpbjogOXB4IDhweCA3cHggOHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBib3JkZXI6IDVweCAjREREO1xufVxuLmdkLXNpZ24tZGlnaXRhbCB7XG4gIGhlaWdodDogMjdweDtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzk2OTY5NjtcbiAgbWFyZ2luOiA5cHggOHB4IDdweCA4cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGNvbG9yOiAjZmZmZmZmO1xuICBmb250LXNpemU6IDEzcHg7XG4gIGJveC1zaGFkb3c6IDAgMCAzcHggI2RkZDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwYWRkaW5nLXRvcDogNXB4O1xuICBwYWRkaW5nLWxlZnQ6IDEwcHg7XG59XG4uZGlnaXRhbC1hcHBseSB7XG4gIHBhZGRpbmctbGVmdDogMTBweDtcbn1cbi5nZC1zaWduLWRpZ2l0YWwuYWN0aXZlIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzI1YzJkNDtcbn1cbi5nZC1kaWdpdGFsLWlucHV0cyBpbnB1dCB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDI3cHg7XG4gIHBhZGRpbmctbGVmdDogMjhweDtcbn1cbi5nZC1kaWdpdGFsLWlucHV0cyAuaWNvbiB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgZm9udC1zaXplOiAxMnB4O1xuICBtYXJnaW46IDdweCAwcHggN3B4IDdweDtcbiAgY29sb3I6ICNjY2MgIWltcG9ydGFudDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtdGV4dCxcbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaW1hZ2UsXG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWhhbmQge1xuICAgIG1hcmdpbjogMDtcbiAgfVxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSB7XG4gICAgd2lkdGg6IDQ0cHg7XG4gICAgaGVpZ2h0OiA0NHB4O1xuICB9XG4gIC5nZC1zaWduYXR1cmUtaXRlbSAuZ2Qtc2lnbmF0dXJlLW5hbWUge1xuICAgIGZvbnQtc2l6ZTogMTNweDtcbiAgfVxuICAuZ2Qtc2lnbmF0dXJlLWl0ZW0gLmljb24ge1xuICAgIGZvbnQtc2l6ZTogMTVweDtcbiAgfVxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC10ZXh0LFxuICAuZ2Qtc2lnbmF0dXJlLXRodW1ibmFpbC1pbWFnZSxcbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtaGFuZCB7XG4gICAgbWFyZ2luOiAwO1xuICB9XG4gIC5nZC1zaWduYXR1cmUtdGh1bWJuYWlsLWltYWdlIHtcbiAgICB3aWR0aDogNDRweDtcbiAgICBoZWlnaHQ6IDQ0cHg7XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtZGlnaXRhbCAuaWNvbiB7XG4gICAgZm9udC1zaXplOiAzMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgLmdkLXNpZ25hdHVyZS10aHVtYm5haWwtZGlnaXRhbCAuaWNvbiB7XG4gICAgZm9udC1zaXplOiAzMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgLmdkLWRpZ2l0YWwtaW5wdXRzIC5pY29uIHtcbiAgICBmb250LXNpemU6IDEzcHg7XG4gIH1cbn1cbiJdfQ== */\"","import {Component, EventEmitter, Input, OnChanges, OnInit, Output, SimpleChanges} from '@angular/core';\r\nimport {DigitalSign, DraggableSignature, Position, Signature, SignatureType} from \"../signature-models\";\r\nimport {NavigateService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {SelectSignatureService} from \"../select-signature.service\";\r\nimport {DragSignatureService} from \"../drag-signature.service\";\r\nimport {DatePipe} from \"@angular/common\";\r\nimport {SignaturesHolderService} from \"../signatures-holder.service\";\r\n\r\n\r\n@Component({\r\n selector: 'gd-signature-list-panel',\r\n templateUrl: './signature-list-panel.component.html',\r\n styleUrls: ['./signature-list-panel.component.less']\r\n})\r\nexport class SignatureListPanelComponent implements OnInit, OnChanges {\r\n\r\n @Input() signatures: Signature[];\r\n @Input() icon: string;\r\n @Input() signatureType: string;\r\n @Input() isPdf: boolean;\r\n @Input() loading: boolean;\r\n @Output() removeSignatureEvent = new EventEmitter();\r\n showDigitalInputs = false;\r\n digitalProps = new DigitalSign();\r\n digitalId: string;\r\n\r\n constructor(private _navigateService: NavigateService,\r\n private _selectSignatureService: SelectSignatureService,\r\n private _dragSignatureService: DragSignatureService,\r\n private _datePipe: DatePipe,\r\n private _signaturesHolderService: SignaturesHolderService) {\r\n this.digitalProps.date = this._datePipe.transform(new Date(), 'dd-MM-yyyy');\r\n }\r\n\r\n ngOnInit() {\r\n }\r\n\r\n getImage(data: string) {\r\n const dataImagePngBase64 = 'data:image/png;base64,';\r\n return dataImagePngBase64 + data;\r\n }\r\n\r\n deleteSign(guid: string) {\r\n this.removeSignatureEvent.emit(guid);\r\n }\r\n\r\n isDigital() {\r\n return SignatureType.DIGITAL.id === this.signatureType;\r\n }\r\n\r\n private selectSignature(sign: DraggableSignature) {\r\n this._selectSignatureService.select(sign);\r\n }\r\n\r\n private getSign(guid: string): DraggableSignature {\r\n const sign = new DraggableSignature();\r\n sign.type = this.signatureType;\r\n sign.guid = guid;\r\n sign.position = new Position(0, 0);\r\n sign.pageNumber = this._navigateService.currentPage;\r\n return sign;\r\n }\r\n\r\n select(guid: string) {\r\n if (this.signatureType === SignatureType.DIGITAL.id) {\r\n this.showDigitalInputs = this.digitalId !== guid;\r\n this.digitalId = this.digitalId === guid ? null : guid;\r\n } else {\r\n const sign = this.getSign(guid);\r\n this.selectSignature(sign);\r\n }\r\n }\r\n\r\n dragOver($event: DragEvent) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n }\r\n\r\n dragLeave($event: DragEvent, guid: string) {\r\n this._dragSignatureService.sign = this.getSign(guid);\r\n }\r\n\r\n selectDigital(guid: string) {\r\n if (!this.isActive(guid)) {\r\n return;\r\n }\r\n const sign = this.getSign(guid);\r\n sign.digitalProps = this.digitalProps;\r\n this.selectSignature(sign);\r\n }\r\n\r\n parseDate(value) {\r\n return this._datePipe.transform(value, 'dd-MM-yyyy');\r\n }\r\n\r\n isActive(guid: string) {\r\n return !this._signaturesHolderService.has(guid);\r\n }\r\n\r\n dragStart($event: DragEvent) { // for ff\r\n $event.dataTransfer.setData('text', 'foo');\r\n }\r\n\r\n empty() {\r\n return !this.loading && (!this.signatures || this.signatures.length === 0);\r\n }\r\n\r\n ngOnChanges(changes: SimpleChanges): void {\r\n if (this.showDigitalInputs) {\r\n this.showDigitalInputs = this.signatureType === SignatureType.DIGITAL.id;\r\n }\r\n }\r\n\r\n drop($event: DragEvent) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n }\r\n}\r\n","import {Formatting} from \"@groupdocs.examples.angular/common-components\";\r\n\r\nexport class Signature {\r\n guid: string;\r\n image: string;\r\n name: string;\r\n text: string;\r\n fontColor: string;\r\n}\r\n\r\nexport class SignatureType {\r\n public static TEXT = {id: 'text', name: 'Text signatures', icon: 'font', title: ''};\r\n public static IMAGE = {id: 'image', name: 'Uploaded Images', icon: 'image', title: 'Add image signature'};\r\n public static QR_CODE = {id: 'qrCode', name: 'QR codes', icon: 'qrcode', title: 'New QR code'};\r\n public static BAR_CODE = {id: 'barCode', name: 'Bar codes', icon: 'barcode', title: 'New Bar code'};\r\n public static DIGITAL = {\r\n id: 'digital',\r\n name: 'Digital signatures',\r\n icon: 'fingerprint',\r\n title: 'New digital signature'\r\n };\r\n public static STAMP = {id: 'stamp', name: 'Stamps', icon: 'stamp', title: ''};\r\n public static HAND = {id: 'hand', name: 'Signatures', icon: 'signature', title: ''};\r\n\r\n public static getSignatureType(id: string) {\r\n switch (id) {\r\n case SignatureType.TEXT.id:\r\n return SignatureType.TEXT;\r\n case SignatureType.IMAGE.id:\r\n return SignatureType.IMAGE;\r\n case SignatureType.DIGITAL.id:\r\n return SignatureType.DIGITAL;\r\n case SignatureType.QR_CODE.id:\r\n return SignatureType.QR_CODE;\r\n case SignatureType.BAR_CODE.id:\r\n return SignatureType.BAR_CODE;\r\n case SignatureType.STAMP.id:\r\n return SignatureType.STAMP;\r\n case SignatureType.HAND.id:\r\n return SignatureType.HAND;\r\n }\r\n }\r\n}\r\n\r\nexport class FileListWithParams {\r\n fileList: FileList;\r\n signType: string;\r\n\r\n constructor(fileList: FileList, signType: string) {\r\n this.fileList = fileList;\r\n this.signType = signType;\r\n }\r\n}\r\n\r\nexport class OpticalCodeModel {\r\n encodedImage: string;\r\n text: string;\r\n temp: boolean;\r\n}\r\n\r\nexport class DraggableSignature {\r\n public static TEMP = \"temp\";\r\n guid: string;\r\n type: string;\r\n position: Position;\r\n pageNumber: number;\r\n digitalProps: DigitalSign;\r\n}\r\n\r\nexport class Position {\r\n left: number;\r\n top: number;\r\n\r\n constructor(left: number, top: number) {\r\n this.left = left;\r\n this.top = top;\r\n }\r\n}\r\n\r\nexport class SignatureData {\r\n reason: string;\r\n contact: string;\r\n address: string;\r\n date: string;\r\n signaturePassword: string;\r\n signatureGuid: string;\r\n signatureType: string;\r\n pageNumber: number;\r\n left: number;\r\n top: number;\r\n imageWidth: number;\r\n imageHeight: number;\r\n angle: number;\r\n\r\n public static map(data: AddedSignature, type: string, position: Position) {\r\n const ret = new SignatureData();\r\n ret.signatureType = type;\r\n ret.pageNumber = data.number;\r\n ret.left = position.left;\r\n ret.top = position.top;\r\n ret.signatureGuid = data.guid;\r\n ret.imageWidth = data.width;\r\n ret.imageHeight = data.height;\r\n if (data.digitalProps) {\r\n ret.reason = data.digitalProps.reason;\r\n ret.contact = data.digitalProps.contact;\r\n ret.address = data.digitalProps.address;\r\n ret.signaturePassword = data.digitalProps.signaturePassword;\r\n ret.date = data.digitalProps.date;\r\n }\r\n\r\n return ret;\r\n }\r\n}\r\n\r\nexport class DigitalSign {\r\n reason: string;\r\n contact: string;\r\n address: string;\r\n date: string;\r\n signaturePassword: string;\r\n}\r\n\r\nexport class AddedSignature {\r\n\r\n constructor() {\r\n this.height = 0;\r\n this.width = 0;\r\n }\r\n\r\n guid: string;\r\n props: SignatureProps;\r\n data: string;\r\n width: number;\r\n height: number;\r\n number: number;\r\n digitalProps: DigitalSign;\r\n}\r\n\r\nexport class SignatureProps {\r\n imageGuid: string;\r\n text: string;\r\n width: number;\r\n height: number;\r\n bold: boolean;\r\n italic: boolean;\r\n underline: boolean;\r\n font: string;\r\n fontSize: number;\r\n fontColor: string;\r\n\r\n public static getDefault(): SignatureProps {\r\n const props = new SignatureProps();\r\n props.text = \"\";\r\n const f = Formatting.default();\r\n props.fontColor = f.color;\r\n props.font = f.font;\r\n props.fontSize = f.fontSize;\r\n props.underline = f.underline;\r\n props.bold = f.bold;\r\n props.italic = f.italic;\r\n return props;\r\n }\r\n}\r\n\r\nexport class RemoveSign {\r\n guid: string;\r\n id: number;\r\n type: string;\r\n}\r\n\r\nexport class CopySign {\r\n guid: string;\r\n id: number;\r\n type: string;\r\n}\r\n\r\nexport class CopyChanges {\r\n guid: string;\r\n id: number;\r\n width: number;\r\n height: number;\r\n position: Position;\r\n props: SignatureProps;\r\n}\r\n\r\nexport class StampCanvasProps {\r\n id: number;\r\n text: string;\r\n width: number;\r\n height: number;\r\n zIndex: number;\r\n backgroundColor: string;\r\n strokeColor: string;\r\n strokeWidth: number;\r\n fontSize: number;\r\n font: string;\r\n textColor: string;\r\n radius: number;\r\n bold: boolean;\r\n italic: boolean;\r\n underline: boolean;\r\n textExpansion = 0.173;\r\n textRepeat = 1;\r\n\r\n constructor() {\r\n }\r\n\r\n init(isMobile) {\r\n this.text = \"\";\r\n this.width = isMobile ? 103 : 153;\r\n this.height = isMobile ? 103 : 153;\r\n this.zIndex = 10;\r\n this.backgroundColor = \"rgb(255, 255, 255)\";\r\n this.strokeColor = \"rgb(51, 51, 51)\";\r\n this.strokeWidth = 1;\r\n this.fontSize = 19;\r\n this.font = \"Arial\";\r\n this.textColor = \"rgb(51, 51, 51)\";\r\n this.radius = 76.5;\r\n this.bold = false;\r\n this.italic = false;\r\n this.underline = false;\r\n return this;\r\n }\r\n}\r\n\r\nexport class Border {\r\n public static widthOptions() {\r\n const ret = []\r\n for (let i = 1; i <= 10; i++) {\r\n ret.push(this.widthOption(i));\r\n }\r\n return ret;\r\n }\r\n\r\n public static widthOption(width: number) {\r\n return {value: width, name: width + 'px', separator: false}\r\n }\r\n}\r\n\r\nexport class Downloads {\r\n public static original = 'original';\r\n public static signed = 'signed';\r\n}\r\n","import {TabActivatorService} from \"@groupdocs.examples.angular/common-components\";\r\n\r\nexport class SignatureTabActivatorService extends TabActivatorService {\r\n\r\n constructor() {\r\n super();\r\n }\r\n}\r\n","import {APP_INITIALIZER, ModuleWithProviders, NgModule} from '@angular/core';\r\nimport {CommonModule, DatePipe} from '@angular/common';\r\nimport {\r\n Api,\r\n CommonComponentsModule,\r\n ConfigService,\r\n ErrorInterceptorService,\r\n LoadingMaskInterceptorService,\r\n LoadingMaskService\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport {HTTP_INTERCEPTORS, HttpClientModule} from \"@angular/common/http\";\r\nimport {SignatureService} from \"./signature.service\";\r\nimport {SignatureConfigService} from \"./signature-config.service\";\r\nimport {SignatureAppComponent} from \"./signature-app.component\";\r\nimport {SignatureListPanelComponent} from './signature-list-panel/signature-list-panel.component';\r\nimport {FontAwesomeModule} from '@fortawesome/angular-fontawesome';\r\nimport {library} from '@fortawesome/fontawesome-svg-core';\r\nimport {fas} from '@fortawesome/free-solid-svg-icons';\r\nimport {far} from '@fortawesome/free-regular-svg-icons';\r\nimport {NewBarQrCodeComponent} from './new-bar-qr-code/new-bar-qr-code.component';\r\nimport {UploadSignatureComponent} from './upload-signature/upload-signature.component';\r\nimport {DndSignatureDirective} from './dnd-signature.directive';\r\nimport {Signature} from './signature/signature.component';\r\nimport {SelectSignatureService} from \"./select-signature.service\";\r\nimport {DragSignatureService} from \"./drag-signature.service\";\r\nimport {RemoveSignatureService} from \"./remove-signature.service\";\r\nimport {ActiveSignatureService} from \"./active-signature.service\";\r\nimport {CanvasComponent} from './canvas/canvas.component';\r\nimport {StampCanvasComponent} from './stamp-canvas/stamp-canvas.component';\r\nimport {ActiveCanvasService} from \"./active-canvas.service\";\r\nimport {RemoveCanvasService} from \"./remove-canvas.service\";\r\nimport {SignaturesHolderService} from \"./signatures-holder.service\";\r\nimport {SignatureTabActivatorService} from \"./signature-tab-activator.service\";\r\nimport {SignatureLeftPanelComponent} from './signature-left-panel/signature-left-panel.component';\r\nimport {HandModalComponent} from './hand-modal/hand-modal.component';\r\nimport {StampModalComponent} from './stamp-modal/stamp-modal.component';\r\nimport {CopySignatureService} from \"./copy-signature.service\";\r\nimport {ClickOutsideModule} from 'ng-click-outside';\r\n\r\nexport function initializeApp(signatureConfigService: SignatureConfigService) {\r\n const result = () => signatureConfigService.load();\r\n return result;\r\n}\r\n\r\n// NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981\r\n// @dynamic\r\nexport function setupLoadingInterceptor(service: LoadingMaskService) {\r\n return new LoadingMaskInterceptorService(service);\r\n}\r\n\r\n@NgModule({\r\n declarations: [SignatureAppComponent,\r\n SignatureListPanelComponent,\r\n NewBarQrCodeComponent,\r\n UploadSignatureComponent,\r\n DndSignatureDirective,\r\n Signature,\r\n CanvasComponent,\r\n StampCanvasComponent,\r\n SignatureLeftPanelComponent,\r\n HandModalComponent,\r\n StampModalComponent],\r\n exports: [SignatureAppComponent,\r\n SignatureListPanelComponent,\r\n NewBarQrCodeComponent,\r\n UploadSignatureComponent,\r\n DndSignatureDirective,\r\n Signature,\r\n CanvasComponent,\r\n StampCanvasComponent,\r\n SignatureLeftPanelComponent,\r\n HandModalComponent,\r\n StampModalComponent,\r\n CommonComponentsModule],\r\n imports: [CommonModule,\r\n CommonComponentsModule,\r\n HttpClientModule,\r\n FontAwesomeModule,\r\n ClickOutsideModule],\r\n providers: [\r\n SignatureService,\r\n ConfigService,\r\n SignatureConfigService,\r\n SelectSignatureService,\r\n DragSignatureService,\r\n RemoveSignatureService,\r\n ActiveSignatureService,\r\n ActiveCanvasService,\r\n RemoveCanvasService,\r\n DatePipe,\r\n SignaturesHolderService,\r\n SignatureTabActivatorService,\r\n CopySignatureService,\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useClass: ErrorInterceptorService,\r\n multi: true\r\n },\r\n {\r\n provide: APP_INITIALIZER,\r\n useFactory: initializeApp,\r\n deps: [SignatureConfigService], multi: true\r\n },\r\n LoadingMaskService,\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useFactory: setupLoadingInterceptor,\r\n multi: true,\r\n deps: [LoadingMaskService]\r\n }\r\n ],\r\n entryComponents: [\r\n Signature,\r\n StampCanvasComponent\r\n ]\r\n})\r\nexport class SignatureModule {\r\n constructor() {\r\n library.add(fas, far);\r\n }\r\n\r\n static forRoot(apiEndpoint: string): ModuleWithProviders {\r\n Api.DEFAULT_API_ENDPOINT = apiEndpoint;\r\n return {\r\n ngModule: SignatureModule\r\n };\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {HttpClient, HttpResponse} from \"@angular/common/http\";\r\nimport {Api, ConfigService, FileCredentials, FileUtil, Utils} from \"@groupdocs.examples.angular/common-components\";\r\nimport {AddedSignature, DraggableSignature, FileListWithParams, SignatureProps} from \"./signature-models\";\r\nimport {map} from \"rxjs/operators\";\r\nimport { Subject, Observable } from 'rxjs';\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class SignatureService {\r\n private _observer: Subject = new Subject();\r\n private readonly _refreshSignatures: Observable = this._observer.asObservable();\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n get getRefreshSignatures(): Observable {\r\n return this._refreshSignatures;\r\n }\r\n\r\n loadFiles(path: string) {\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\r\n }\r\n\r\n loadFile(credentials: FileCredentials) {\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.LOAD_DOCUMENT_DESCRIPTION, credentials, Api.httpOptionsJson);\r\n }\r\n\r\n upload(file: File, url: string, rewrite: boolean, signType: string) {\r\n const formData = new FormData();\r\n formData.append(\"file\", file);\r\n formData.append('rewrite', String(rewrite));\r\n if (signType) {\r\n formData.append(\"signatureType\", signType);\r\n }\r\n if (url) {\r\n formData.append(\"url\", url);\r\n }\r\n\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\r\n }\r\n\r\n loadPage(credentials: FileCredentials, page: number) {\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.LOAD_DOCUMENT_PAGE, {\r\n 'guid': credentials.guid,\r\n 'password': credentials.password,\r\n 'page': page\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n getDownloadUrl(credentials: FileCredentials) {\r\n return this._config.getSignatureApiEndpoint() + Api.DOWNLOAD_DOCUMENTS + '/?path=' + credentials.guid;\r\n }\r\n\r\n loadPrint(credentials: FileCredentials) {\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.LOAD_PRINT, {\r\n 'guid': credentials.guid,\r\n 'password': credentials.password,\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n loadPrintPdf(credentials: FileCredentials) {\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.LOAD_PRINT_PDF, {\r\n 'guid': credentials.guid,\r\n 'password': credentials.password,\r\n }, Api.httpOptionsJsonResponseTypeBlob);\r\n }\r\n\r\n getSignatures(path: string, type: string) {\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.LOAD_FILE_TREE, {\r\n 'path': path,\r\n 'signatureType': type\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n removeSignatures(guid: string, type: string) {\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.DELETE_SIGNATURE_FILE, {\r\n 'guid': guid,\r\n 'signatureType': type\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n uploadSignature(data: FileListWithParams, rewrite: boolean) {\r\n if (data.fileList.length > 1) {\r\n for (let i = 0; i < data.fileList.length - 1; i++) {\r\n this.upload(data.fileList.item(i), '', rewrite, data.signType);\r\n }\r\n }\r\n return this.upload(data.fileList.item(data.fileList.length - 1), '', rewrite, data.signType);\r\n }\r\n\r\n getCode(text: string, temp: boolean, type: string) {\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.SAVE_OPTICAL_CODE, {\r\n 'properties': {'text': text, 'temp': temp},\r\n 'signatureType': type\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n loadSignatureImage(sign: DraggableSignature) {\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.LOAD_SIGNATURE_IMAGE, {\r\n 'guid': sign.guid,\r\n 'page': sign.pageNumber,\r\n 'signatureType': sign.type,\r\n 'password': ''\r\n }, Api.httpOptionsJson).pipe(\r\n map((props: AddedSignature) => {\r\n props.guid = sign.guid;\r\n return props;\r\n }));\r\n }\r\n\r\n saveTextSignature(data: AddedSignature) {\r\n const properties = data.props;\r\n properties.fontColor = Utils.toRgb(properties.fontColor);\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.SAVE_TEXT, {\r\n 'properties': properties\r\n }, Api.httpOptionsJson).pipe(\r\n map((props: SignatureProps) => {\r\n props.fontColor = Utils.toHex(props.fontColor);\r\n return props;\r\n }));\r\n }\r\n\r\n saveImage(img: string) {\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.SAVE_IMAGE, {\r\n 'image': img\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n saveStamp(img: string, props: any[]) {\r\n for (const properties of props) {\r\n properties.backgroundColor = Utils.toRgb(properties.backgroundColor);\r\n properties.strokeColor = Utils.toRgb(properties.strokeColor);\r\n properties.textColor = Utils.toRgb(properties.textColor);\r\n }\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.SAVE_STAMP, {\r\n 'image': img,\r\n 'stampData': props\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n sign(credentials: FileCredentials, signatures: any[]) {\r\n const docType = FileUtil.find(credentials.guid, false).format;\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.SIGN, {\r\n guid: credentials.guid,\r\n password: credentials.password ? credentials.password : \"\",\r\n signaturesData: signatures,\r\n documentType: docType\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n downloadSigned(credentials: FileCredentials, signatures: any[]) {\r\n const docType = FileUtil.find(credentials.guid, false).format;\r\n return this._http.post(this._config.getSignatureApiEndpoint() + Api.DOWNLOAD_SIGNED, {\r\n guid: credentials.guid,\r\n password: credentials.password,\r\n signaturesData: signatures,\r\n documentType: docType\r\n }, Api.httpOptionsJsonResponseTypeBlob);\r\n }\r\n\r\n refreshSignatures() {\r\n this._observer.next();\r\n }\r\n}\r\n","module.exports = \".gd-signature {\\n position: absolute !important;\\n}\\n.gd-signature .gd-signature-wrapper {\\n height: inherit;\\n outline: 1px solid #679FFA;\\n}\\n.gd-signature-image {\\n width: 100% !important;\\n height: inherit;\\n}\\n.gd-text {\\n width: inherit;\\n height: inherit;\\n border: none;\\n resize: none;\\n outline: none;\\n margin: 0px;\\n padding: 0px;\\n}\\n.gd-digital-marker {\\n background-color: #3787F5;\\n height: 16px;\\n width: 100%;\\n text-align: left;\\n display: -webkit-box;\\n display: flex;\\n position: absolute;\\n bottom: 0;\\n}\\n.gd-digital-marker .icon {\\n color: #FFFFFF;\\n font-size: 10px;\\n margin: 0px 5px 0px 3px;\\n}\\n.gd-digital-marker div {\\n -webkit-box-flex: 1;\\n flex-grow: 1;\\n font-size: 8px;\\n color: #FFFFFF;\\n margin-top: 1px;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc2lnbmF0dXJlL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUvc2lnbmF0dXJlLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zaWduYXR1cmUvc2lnbmF0dXJlLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0UsNkJBQUE7QUNDRjtBREZBO0VBSUksZUFBQTtFQUNBLDBCQUFBO0FDQ0o7QURHQTtFQUNFLHNCQUFBO0VBQ0EsZUFBQTtBQ0RGO0FESUE7RUFDRSxjQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxZQUFBO0VBQ0EsYUFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0FDRkY7QURLQTtFQUNFLHlCQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxnQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGtCQUFBO0VBQ0EsU0FBQTtBQ0hGO0FESkE7RUFVSSxjQUFBO0VBQ0EsZUFBQTtFQUNBLHVCQUFBO0FDSEo7QURUQTtFQWdCSSxtQkFBQTtVQUFBLFlBQUE7RUFDQSxjQUFBO0VBQ0EsY0FBQTtFQUNBLGVBQUE7QUNKSiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3NpZ25hdHVyZS9zaWduYXR1cmUuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyIuZ2Qtc2lnbmF0dXJlIHtcbiAgcG9zaXRpb246IGFic29sdXRlICFpbXBvcnRhbnQ7XG5cbiAgLmdkLXNpZ25hdHVyZS13cmFwcGVyIHtcbiAgICBoZWlnaHQ6IGluaGVyaXQ7XG4gICAgb3V0bGluZTogMXB4IHNvbGlkICM2NzlGRkE7XG4gIH1cbn1cblxuLmdkLXNpZ25hdHVyZS1pbWFnZSB7XG4gIHdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cblxuLmdkLXRleHQge1xuICB3aWR0aDogaW5oZXJpdDtcbiAgaGVpZ2h0OiBpbmhlcml0O1xuICBib3JkZXI6IG5vbmU7XG4gIHJlc2l6ZTogbm9uZTtcbiAgb3V0bGluZTogbm9uZTtcbiAgbWFyZ2luOiAwcHg7XG4gIHBhZGRpbmc6IDBweDtcbn1cblxuLmdkLWRpZ2l0YWwtbWFya2VyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzM3ODdGNTtcbiAgaGVpZ2h0OiAxNnB4O1xuICB3aWR0aDogMTAwJTtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbiAgZGlzcGxheTogZmxleDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBib3R0b206IDA7XG5cbiAgLmljb24ge1xuICAgIGNvbG9yOiAjRkZGRkZGO1xuICAgIGZvbnQtc2l6ZTogMTBweDtcbiAgICBtYXJnaW46IDBweCA1cHggMHB4IDNweDtcbiAgfVxuXG4gIGRpdiB7XG4gICAgZmxleC1ncm93OiAxO1xuICAgIGZvbnQtc2l6ZTogOHB4O1xuICAgIGNvbG9yOiAjRkZGRkZGO1xuICAgIG1hcmdpbi10b3A6IDFweDtcbiAgfVxufVxuIiwiLmdkLXNpZ25hdHVyZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZSAhaW1wb3J0YW50O1xufVxuLmdkLXNpZ25hdHVyZSAuZ2Qtc2lnbmF0dXJlLXdyYXBwZXIge1xuICBoZWlnaHQ6IGluaGVyaXQ7XG4gIG91dGxpbmU6IDFweCBzb2xpZCAjNjc5RkZBO1xufVxuLmdkLXNpZ25hdHVyZS1pbWFnZSB7XG4gIHdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cbi5nZC10ZXh0IHtcbiAgd2lkdGg6IGluaGVyaXQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbiAgYm9yZGVyOiBub25lO1xuICByZXNpemU6IG5vbmU7XG4gIG91dGxpbmU6IG5vbmU7XG4gIG1hcmdpbjogMHB4O1xuICBwYWRkaW5nOiAwcHg7XG59XG4uZ2QtZGlnaXRhbC1tYXJrZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMzc4N0Y1O1xuICBoZWlnaHQ6IDE2cHg7XG4gIHdpZHRoOiAxMDAlO1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xuICBkaXNwbGF5OiBmbGV4O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJvdHRvbTogMDtcbn1cbi5nZC1kaWdpdGFsLW1hcmtlciAuaWNvbiB7XG4gIGNvbG9yOiAjRkZGRkZGO1xuICBmb250LXNpemU6IDEwcHg7XG4gIG1hcmdpbjogMHB4IDVweCAwcHggM3B4O1xufVxuLmdkLWRpZ2l0YWwtbWFya2VyIGRpdiB7XG4gIGZsZXgtZ3JvdzogMTtcbiAgZm9udC1zaXplOiA4cHg7XG4gIGNvbG9yOiAjRkZGRkZGO1xuICBtYXJnaW4tdG9wOiAxcHg7XG59XG4iXX0= */\"","import {AfterViewInit, Component, Input, OnInit, AfterViewChecked} from '@angular/core';\r\nimport {\r\n Position,\r\n AddedSignature,\r\n SignatureType,\r\n SignatureProps,\r\n RemoveSign,\r\n DraggableSignature,\r\n CopySign,\r\n CopyChanges\r\n} from \"../signature-models\";\r\nimport {Formatting, Utils, MenuType, ZoomService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {SignatureService} from \"../signature.service\";\r\nimport {RemoveSignatureService} from \"../remove-signature.service\";\r\nimport {ActiveSignatureService} from \"../active-signature.service\";\r\nimport * as jquery from 'jquery';\r\nimport {SignaturesHolderService} from \"../signatures-holder.service\";\r\nimport {CopySignatureService} from \"../copy-signature.service\";\r\nimport {Subject} from \"rxjs\";\r\nimport {debounceTime} from \"rxjs/operators\";\r\n\r\nconst $ = jquery;\r\n\r\n@Component({\r\n selector: 'gd-signature-component',\r\n templateUrl: './signature.component.html',\r\n styleUrls: ['./signature.component.less']\r\n})\r\nexport class Signature implements OnInit, AfterViewInit, AfterViewChecked {\r\n @Input() id: number;\r\n @Input() data: AddedSignature;\r\n @Input() position: Position;\r\n @Input() type: string;\r\n @Input() pageWidth: number;\r\n @Input() pageHeight: number;\r\n active = true;\r\n unlock = true;\r\n copied = false;\r\n baseCopied = false;\r\n private oldPosition: { x: number; y: number };\r\n\r\n private subject: Subject = new Subject();\r\n\r\n constructor(private _signatureService: SignatureService,\r\n private _removeSignatureService: RemoveSignatureService,\r\n private _copySignatureService: CopySignatureService,\r\n private _activeSignatureService: ActiveSignatureService,\r\n private _signaturesHolderService: SignaturesHolderService,\r\n private _zoomService: ZoomService) {\r\n\r\n this._activeSignatureService.activeChange.subscribe((id: number) => {\r\n if (this.id === id) {\r\n this.active = true;\r\n } else {\r\n this.active = false;\r\n }\r\n });\r\n\r\n this.subject.pipe(\r\n debounceTime(300)\r\n ).subscribe(text => {\r\n this.notifyChanges();\r\n this.sendSaveText();\r\n });\r\n }\r\n\r\n ngOnInit() {\r\n }\r\n\r\n ngAfterViewChecked() {\r\n this._zoomService.changeZoom(this._zoomService.zoom);\r\n }\r\n\r\n getData() {\r\n return 'data:image/png;base64,' + this.data.data;\r\n }\r\n\r\n dragOver($event: DragEvent) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n }\r\n\r\n dragStart($event: DragEvent) {\r\n $event.preventDefault();\r\n this.oldPosition = Utils.getMousePosition($event);\r\n if ($event.dataTransfer) {\r\n $event.dataTransfer.setData('text', 'foo');\r\n }\r\n }\r\n\r\n dragging($event) {\r\n $event.preventDefault();\r\n const position = Utils.getMousePosition($event);\r\n if (position.x && position.y && this.isOnPage(position)) {\r\n const left = position.x - this.oldPosition.x;\r\n const top = position.y - this.oldPosition.y;\r\n this.position.left += left;\r\n this.position.top += top;\r\n this.correctPosition();\r\n this.oldPosition = position;\r\n }\r\n }\r\n\r\n isOnPage(position) {\r\n const currentPage = document.elementFromPoint(position.x, position.y);\r\n return currentPage && $(currentPage).parent().parent() &&\r\n ($(currentPage).parent().parent().parent().hasClass(\"page\") ||\r\n $(currentPage).parent().parent().parent().parent().parent().hasClass(\"page\"));\r\n }\r\n\r\n isText() {\r\n return SignatureType.TEXT.id === this.type;\r\n }\r\n\r\n getFormatting() {\r\n const f = this.data.props;\r\n const formatting = Formatting.default();\r\n if (f) {\r\n formatting.fontSize = f.fontSize;\r\n formatting.font = f.font;\r\n formatting.color = f.fontColor;\r\n formatting.bold = f.bold;\r\n formatting.underline = f.underline;\r\n formatting.italic = f.italic;\r\n }\r\n return formatting;\r\n }\r\n\r\n saveTextSignature($event: Formatting) {\r\n if (this.data.props) {\r\n this.fillFormatting($event);\r\n this.notifyChanges();\r\n this.sendSaveText();\r\n }\r\n }\r\n\r\n private fillFormatting(formatting: Formatting) {\r\n this.data.props.fontSize = formatting.fontSize;\r\n this.data.props.font = formatting.font;\r\n this.data.props.bold = formatting.bold;\r\n this.data.props.italic = formatting.italic;\r\n this.data.props.underline = formatting.underline;\r\n this.data.props.fontColor = formatting.color;\r\n }\r\n\r\n remove() {\r\n const del = new RemoveSign();\r\n del.guid = this.data.guid;\r\n del.id = this.id;\r\n del.type = this.type;\r\n this._removeSignatureService.remove(del);\r\n }\r\n\r\n activation() {\r\n this._activeSignatureService.changeActive(this.id);\r\n }\r\n\r\n isDigital() {\r\n return this.type === SignatureType.DIGITAL.id;\r\n }\r\n\r\n width($event) {\r\n this.data.width += $event;\r\n if (!this.unlock) {\r\n this.data.height += $event;\r\n }\r\n this.correctPosition();\r\n this.notifyChanges();\r\n }\r\n\r\n height($event) {\r\n this.data.height += $event;\r\n if (!this.unlock) {\r\n this.data.width += $event;\r\n }\r\n this.correctPosition();\r\n this.notifyChanges();\r\n }\r\n\r\n left($event) {\r\n if (this.unlock) {\r\n this.position.left += $event;\r\n }\r\n this.correctPosition();\r\n this.notifyChanges();\r\n }\r\n\r\n top($event) {\r\n if (this.unlock) {\r\n this.position.top += $event;\r\n }\r\n this.correctPosition();\r\n this.notifyChanges();\r\n }\r\n\r\n notifyChanges() {\r\n const changes = new CopyChanges();\r\n changes.guid = this.data.guid;\r\n changes.id = this.id;\r\n changes.position = this.position;\r\n changes.width = this.data.width;\r\n changes.height = this.data.height;\r\n changes.props = this.data.props;\r\n this._copySignatureService.notifyChanges(changes);\r\n }\r\n\r\n drop($event: DragEvent) {\r\n $event.stopPropagation();\r\n $event.preventDefault();\r\n }\r\n\r\n isInit() {\r\n return this.data.width === 0 && this.data.height === 0;\r\n }\r\n\r\n onCopySign() {\r\n const copy = new CopySign();\r\n copy.guid = this.data.guid;\r\n copy.id = this.id;\r\n copy.type = this.type;\r\n this._copySignatureService.copy(copy);\r\n }\r\n\r\n ngAfterViewInit(): void {\r\n if (this.type === SignatureType.TEXT.id) {\r\n setTimeout(() => {\r\n const element = $(\"#text\");\r\n if (element) {\r\n element.focus();\r\n }\r\n }, 100);\r\n }\r\n }\r\n\r\n private correctPosition() {\r\n if (this.position.left < 0) {\r\n this.position.left = 0;\r\n }\r\n if (this.position.top < 0) {\r\n this.position.top = 0;\r\n }\r\n if (this.position.top + this.data.height > this.pageHeight) {\r\n this.position.top = this.pageHeight - this.data.height;\r\n }\r\n if (this.position.left + this.data.width > this.pageWidth) {\r\n this.position.left = this.pageWidth - this.data.width;\r\n }\r\n }\r\n\r\n saveText(value: string) {\r\n this.data.props.text = value;\r\n this.subject.next(value);\r\n }\r\n\r\n private sendSaveText() {\r\n this._signatureService.saveTextSignature(this.data).subscribe((p: SignatureProps) => {\r\n if (DraggableSignature.TEMP === this.data.guid) {\r\n this._signaturesHolderService.changeTemp(p.imageGuid, this.id);\r\n this.data.guid = p.imageGuid;\r\n }\r\n this.data.props = p;\r\n });\r\n }\r\n\r\n hideMenu($event) {\r\n this._activeSignatureService.changeActive(null);\r\n }\r\n\r\n getMenuShift() {\r\n const menuWidth = this.type === SignatureType.TEXT.id ? 426 : 148;\r\n let shift = this.data.width > menuWidth ? 0 : (this.data.width - menuWidth) * 0.5;\r\n if (this.position.left - (menuWidth - this.data.width) / 2 < 0) {\r\n shift -= (this.position.left - (menuWidth - this.data.width) / 2);\r\n }\r\n if (this.position.left + (menuWidth + this.data.width) / 2 > this.pageWidth) {\r\n shift -= (this.position.left + (menuWidth + this.data.width) / 2 - this.pageWidth);\r\n }\r\n return shift;\r\n }\r\n\r\n getMenuType() {\r\n return MenuType.FOR_SIGNATURE;\r\n }\r\n}\r\n","import {DraggableSignature} from \"./signature-models\";\r\n\r\nexport class SignaturesHolderService {\r\n\r\n private map = new Map();\r\n\r\n constructor() {\r\n }\r\n\r\n add(key: string) {\r\n this.map.set(key, []);\r\n }\r\n\r\n addId(key: string, id: number) {\r\n if (!this.map.has(key)) {\r\n this.add(key);\r\n }\r\n const item = this.map.get(key);\r\n item.push(id);\r\n }\r\n\r\n delete(key: string) {\r\n this.map.delete(key);\r\n }\r\n\r\n has(key: string) {\r\n return this.map.has(key);\r\n }\r\n\r\n clear() {\r\n this.map.clear();\r\n }\r\n\r\n values() {\r\n return this.map.values();\r\n }\r\n\r\n get(key: string) {\r\n return this.map.get(key);\r\n }\r\n\r\n remove(key: string, id: number) {\r\n const items = this.map.get(key);\r\n this.delete(key);\r\n if (items.length !== 1) {\r\n this.add(key);\r\n for (const elem of items) {\r\n if (elem !== id) {\r\n this.map.get(key).push(elem);\r\n }\r\n }\r\n }\r\n }\r\n\r\n changeTemp(imageGuid: string, id: number) {\r\n this.remove(DraggableSignature.TEMP, id);\r\n this.addId(imageGuid, id);\r\n }\r\n}\r\n","module.exports = \".gd-context-menu {\\n display: -webkit-box;\\n display: flex;\\n height: 37px;\\n top: -40px;\\n padding: 0;\\n background-color: #FFFFFF;\\n cursor: default;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n box-shadow: rgba(0, 0, 0, 0.52) 0px 0px 5px;\\n}\\n.gd-context-menu .icon {\\n font-size: 14px;\\n cursor: pointer;\\n color: #3E4E5A !important;\\n}\\n.gd-context-menu ::ng-deep .dropdown-menu {\\n top: -120px !important;\\n height: 120px;\\n overflow-y: auto;\\n}\\n.gd-context-menu ::ng-deep .icon-button {\\n margin: 0px !important;\\n}\\n.gd-stamp-box {\\n position: absolute;\\n}\\n.palette {\\n position: absolute;\\n top: -190px;\\n}\\n.csg-preview {\\n width: 100%;\\n height: 100%;\\n}\\n.csg-bounding-box {\\n position: absolute;\\n background-color: unset !important;\\n}\\n.csg-bounding-box.active {\\n border: 1px solid #679FFA;\\n}\\n.csg-border-width {\\n width: 37px !important;\\n height: 37px !important;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.bg-color-pic {\\n border-radius: 100%;\\n border: 1px solid #CCC;\\n position: absolute;\\n height: 8px;\\n width: 8px;\\n right: 6px;\\n bottom: 6px;\\n}\\n::ng-deep .select {\\n min-width: unset !important;\\n}\\n::ng-deep .selected-value {\\n font-size: 12px !important;\\n}\\n@media (max-width: 1037px) {\\n .gd-context-menu {\\n position: fixed;\\n bottom: 0;\\n left: 0;\\n top: unset;\\n right: 0;\\n width: 100%;\\n height: 60px;\\n -webkit-box-align: center;\\n align-items: center;\\n padding: 0px;\\n margin: 0px;\\n background-color: white;\\n border-top: 2px solid #707070;\\n }\\n .gd-context-menu .color-for-shape {\\n -webkit-box-flex: 1;\\n flex: 1;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: start;\\n justify-content: flex-start;\\n }\\n .gd-context-menu .stamp-trash {\\n -webkit-box-flex: 0;\\n flex: 0 0 37px;\\n margin-right: 8px;\\n }\\n .gd-context-menu ::ng-deep .button {\\n margin: 3px !important;\\n }\\n .gd-context-menu ::ng-deep .select {\\n margin: 3px !important;\\n }\\n .gd-context-menu .first-element {\\n margin-left: 8px;\\n }\\n .csg-border-width .select {\\n width: 21px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc3RhbXAtY2FudmFzL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvbGlicy9zaWduYXR1cmUvc3JjL2xpYi9zdGFtcC1jYW52YXMvc3RhbXAtY2FudmFzLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zdGFtcC1jYW52YXMvc3RhbXAtY2FudmFzLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBO0VBQ0Usb0JBQUE7RUFBQSxhQUFBO0VBQ0EsWUFBQTtFQUNBLFVBQUE7RUFDQSxVQUFBO0VBQ0EseUJBQUE7RUFDQSxlQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0EsMkNBQUE7QUNERjtBRFBBO0VBV0ksZUFBQTtFQUNBLGVBQUE7RUFDQSx5QkFBQTtBQ0RKO0FEWkE7RUFpQkksc0JBQUE7RUFDQSxhQUFBO0VBQ0EsZ0JBQUE7QUNGSjtBRGpCQTtFQXVCSSxzQkFBQTtBQ0hKO0FET0E7RUFDRSxrQkFBQTtBQ0xGO0FEUUE7RUFDRSxrQkFBQTtFQUNBLFdBQUE7QUNORjtBRFNBO0VBQ0UsV0FBQTtFQUNBLFlBQUE7QUNQRjtBRFVBO0VBQ0Usa0JBQUE7RUFDQSxrQ0FBQTtBQ1JGO0FEV0E7RUFDRSx5QkFBQTtBQ1RGO0FEWUE7RUFDRSxzQkFBQTtFQUNBLHVCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7QUNWRjtBRGFBO0VBQ0UsbUJBQUE7RUFDQSxzQkFBQTtFQUNBLGtCQUFBO0VBQ0EsV0FBQTtFQUNBLFVBQUE7RUFDQSxVQUFBO0VBQ0EsV0FBQTtBQ1hGO0FEY0E7RUFDRSwyQkFBQTtBQ1pGO0FEZUE7RUFDRSwwQkFBQTtBQ2JGO0FEZ0JBO0VBQ0U7SUFDRSxlQUFBO0lBQ0EsU0FBQTtJQUNBLE9BQUE7SUFDQSxVQUFBO0lBQ0EsUUFBQTtJQUNBLFdBQUE7SUFDQSxZQUFBO0lBQ0EseUJBQUE7WUFBQSxtQkFBQTtJQUNBLFlBQUE7SUFDQSxXQUFBO0lBQ0EsdUJBQUE7SUFDQSw2QkFBQTtFQ2RGO0VERUE7SUFlSSxtQkFBQTtZQUFBLE9BQUE7SUFDQSxvQkFBQTtJQUFBLGFBQUE7SUFDQSx5QkFBQTtZQUFBLG1CQUFBO0lBQ0EsdUJBQUE7WUFBQSwyQkFBQTtFQ2RKO0VESkE7SUFzQkksbUJBQUE7WUFBQSxjQUFBO0lBQ0EsaUJBQUE7RUNmSjtFRFJBO0lBMkJJLHNCQUFBO0VDaEJKO0VEWEE7SUErQkksc0JBQUE7RUNqQko7RURkQTtJQW1DSSxnQkFBQTtFQ2xCSjtFRHNCQTtJQUdJLFdBQUE7RUN0Qko7QUFDRiIsImZpbGUiOiJsaWJzL3NpZ25hdHVyZS9zcmMvbGliL3N0YW1wLWNhbnZhcy9zdGFtcC1jYW52YXMuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLWNvbnRleHQtbWVudSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogMzdweDtcbiAgdG9wOiAtNDBweDtcbiAgcGFkZGluZzogMDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBib3gtc2hhZG93OiByZ2JhKDAsIDAsIDAsIDAuNTIpIDBweCAwcHggNXB4O1xuXG4gIC5pY29uIHtcbiAgICBmb250LXNpemU6IDE0cHg7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIGNvbG9yOiBAcHJpbWFyeSAhaW1wb3J0YW50O1xuICB9XG5cbiAgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgICB0b3A6IC0xMjBweCAhaW1wb3J0YW50O1xuICAgIGhlaWdodDogMTIwcHg7XG4gICAgb3ZlcmZsb3cteTogYXV0bztcbiAgfVxuXG4gIDo6bmctZGVlcCAuaWNvbi1idXR0b24ge1xuICAgIG1hcmdpbjogMHB4ICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuLmdkLXN0YW1wLWJveCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbn1cblxuLnBhbGV0dGUge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogLTE5MHB4O1xufVxuXG4uY3NnLXByZXZpZXcge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4uY3NnLWJvdW5kaW5nLWJveCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgYmFja2dyb3VuZC1jb2xvcjogdW5zZXQgIWltcG9ydGFudDtcbn1cblxuLmNzZy1ib3VuZGluZy1ib3guYWN0aXZlIHtcbiAgYm9yZGVyOiAxcHggc29saWQgIzY3OUZGQTtcbn1cblxuLmNzZy1ib3JkZXItd2lkdGgge1xuICB3aWR0aDogMzdweCAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IDM3cHggIWltcG9ydGFudDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5cbi5iZy1jb2xvci1waWMge1xuICBib3JkZXItcmFkaXVzOiAxMDAlO1xuICBib3JkZXI6IDFweCBzb2xpZCAjQ0NDO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGhlaWdodDogOHB4O1xuICB3aWR0aDogOHB4O1xuICByaWdodDogNnB4O1xuICBib3R0b206IDZweDtcbn1cblxuOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBtaW4td2lkdGg6IHVuc2V0ICFpbXBvcnRhbnQ7XG59XG5cbjo6bmctZGVlcCAuc2VsZWN0ZWQtdmFsdWUge1xuICBmb250LXNpemU6IDEycHggIWltcG9ydGFudDtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcbiAgLmdkLWNvbnRleHQtbWVudSB7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIGJvdHRvbTogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHRvcDogdW5zZXQ7XG4gICAgcmlnaHQ6IDA7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiA2MHB4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgcGFkZGluZzogMHB4O1xuICAgIG1hcmdpbjogMHB4O1xuICAgIGJhY2tncm91bmQtY29sb3I6IHdoaXRlO1xuICAgIGJvcmRlci10b3A6IDJweCBzb2xpZCAjNzA3MDcwO1xuXG4gICAgLmNvbG9yLWZvci1zaGFwZSB7XG4gICAgICBmbGV4OiAxO1xuICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG4gICAgfVxuXG4gICAgLnN0YW1wLXRyYXNoIHtcbiAgICAgIGZsZXg6IDAgMCAzN3B4O1xuICAgICAgbWFyZ2luLXJpZ2h0OiA4cHg7XG4gICAgfVxuXG4gICAgOjpuZy1kZWVwIC5idXR0b24ge1xuICAgICAgbWFyZ2luOiAzcHggIWltcG9ydGFudDtcbiAgICB9XG5cbiAgICA6Om5nLWRlZXAgLnNlbGVjdCB7XG4gICAgICBtYXJnaW46IDNweCAhaW1wb3J0YW50O1xuICAgIH1cblxuICAgIC5maXJzdC1lbGVtZW50IHtcbiAgICAgIG1hcmdpbi1sZWZ0OiA4cHg7XG4gICAgfVxuICB9XG5cbiAgLmNzZy1ib3JkZXItd2lkdGgge1xuXG4gICAgLnNlbGVjdCB7XG4gICAgICB3aWR0aDogMjFweDtcbiAgICB9XG4gIH1cblxufVxuIiwiLmdkLWNvbnRleHQtbWVudSB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogMzdweDtcbiAgdG9wOiAtNDBweDtcbiAgcGFkZGluZzogMDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBib3gtc2hhZG93OiByZ2JhKDAsIDAsIDAsIDAuNTIpIDBweCAwcHggNXB4O1xufVxuLmdkLWNvbnRleHQtbWVudSAuaWNvbiB7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBjb2xvcjogIzNFNEU1QSAhaW1wb3J0YW50O1xufVxuLmdkLWNvbnRleHQtbWVudSA6Om5nLWRlZXAgLmRyb3Bkb3duLW1lbnUge1xuICB0b3A6IC0xMjBweCAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IDEyMHB4O1xuICBvdmVyZmxvdy15OiBhdXRvO1xufVxuLmdkLWNvbnRleHQtbWVudSA6Om5nLWRlZXAgLmljb24tYnV0dG9uIHtcbiAgbWFyZ2luOiAwcHggIWltcG9ydGFudDtcbn1cbi5nZC1zdGFtcC1ib3gge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG59XG4ucGFsZXR0ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAtMTkwcHg7XG59XG4uY3NnLXByZXZpZXcge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLmNzZy1ib3VuZGluZy1ib3gge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJhY2tncm91bmQtY29sb3I6IHVuc2V0ICFpbXBvcnRhbnQ7XG59XG4uY3NnLWJvdW5kaW5nLWJveC5hY3RpdmUge1xuICBib3JkZXI6IDFweCBzb2xpZCAjNjc5RkZBO1xufVxuLmNzZy1ib3JkZXItd2lkdGgge1xuICB3aWR0aDogMzdweCAhaW1wb3J0YW50O1xuICBoZWlnaHQ6IDM3cHggIWltcG9ydGFudDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uYmctY29sb3ItcGljIHtcbiAgYm9yZGVyLXJhZGl1czogMTAwJTtcbiAgYm9yZGVyOiAxcHggc29saWQgI0NDQztcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBoZWlnaHQ6IDhweDtcbiAgd2lkdGg6IDhweDtcbiAgcmlnaHQ6IDZweDtcbiAgYm90dG9tOiA2cHg7XG59XG46Om5nLWRlZXAgLnNlbGVjdCB7XG4gIG1pbi13aWR0aDogdW5zZXQgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAuc2VsZWN0ZWQtdmFsdWUge1xuICBmb250LXNpemU6IDEycHggIWltcG9ydGFudDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLWNvbnRleHQtbWVudSB7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIGJvdHRvbTogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHRvcDogdW5zZXQ7XG4gICAgcmlnaHQ6IDA7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiA2MHB4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgcGFkZGluZzogMHB4O1xuICAgIG1hcmdpbjogMHB4O1xuICAgIGJhY2tncm91bmQtY29sb3I6IHdoaXRlO1xuICAgIGJvcmRlci10b3A6IDJweCBzb2xpZCAjNzA3MDcwO1xuICB9XG4gIC5nZC1jb250ZXh0LW1lbnUgLmNvbG9yLWZvci1zaGFwZSB7XG4gICAgZmxleDogMTtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBmbGV4LXN0YXJ0O1xuICB9XG4gIC5nZC1jb250ZXh0LW1lbnUgLnN0YW1wLXRyYXNoIHtcbiAgICBmbGV4OiAwIDAgMzdweDtcbiAgICBtYXJnaW4tcmlnaHQ6IDhweDtcbiAgfVxuICAuZ2QtY29udGV4dC1tZW51IDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICBtYXJnaW46IDNweCAhaW1wb3J0YW50O1xuICB9XG4gIC5nZC1jb250ZXh0LW1lbnUgOjpuZy1kZWVwIC5zZWxlY3Qge1xuICAgIG1hcmdpbjogM3B4ICFpbXBvcnRhbnQ7XG4gIH1cbiAgLmdkLWNvbnRleHQtbWVudSAuZmlyc3QtZWxlbWVudCB7XG4gICAgbWFyZ2luLWxlZnQ6IDhweDtcbiAgfVxuICAuY3NnLWJvcmRlci13aWR0aCAuc2VsZWN0IHtcbiAgICB3aWR0aDogMjFweDtcbiAgfVxufVxuIl19 */\"","import {AfterViewInit, Component, ElementRef, Input, OnInit, ViewChild} from '@angular/core';\r\nimport {Border, StampCanvasProps} from \"../signature-models\";\r\nimport {ActiveCanvasService} from \"../active-canvas.service\";\r\nimport {RemoveCanvasService} from \"../remove-canvas.service\";\r\nimport {OnCloseService, WindowService} from \"@groupdocs.examples.angular/common-components\";\r\n\r\n@Component({\r\n selector: 'gd-stamp-canvas',\r\n templateUrl: './stamp-canvas.component.html',\r\n styleUrls: ['./stamp-canvas.component.less']\r\n})\r\nexport class StampCanvasComponent implements OnInit, AfterViewInit {\r\n @Input() id: number;\r\n @Input() theFirst: boolean;\r\n @Input() active: boolean;\r\n @Input() props: StampCanvasProps;\r\n @Input() width: number;\r\n @Input() height: number;\r\n\r\n _ctx: CanvasRenderingContext2D;\r\n @ViewChild('canvas', {static: true}) canvas: ElementRef;\r\n colorPickerBG = false;\r\n colorPickerC = false;\r\n borderWidth = Border.widthOptions();\r\n isMobile: boolean;\r\n\r\n constructor(private _activeCanvasService: ActiveCanvasService,\r\n private _removeCanvas: RemoveCanvasService,\r\n private _onCloseService: OnCloseService,\r\n private _windowService: WindowService) {\r\n\r\n this._onCloseService.onClose.subscribe((c) => {\r\n this.colorPickerC = false;\r\n this.colorPickerBG = false;\r\n });\r\n\r\n this._activeCanvasService.activeChange.subscribe((id: number) => {\r\n this.active = this.id === id;\r\n });\r\n\r\n this.isMobile = _windowService.isMobile();\r\n _windowService.onResize.subscribe((w) => {\r\n this.isMobile = _windowService.isMobile();\r\n });\r\n }\r\n\r\n get ctx(): CanvasRenderingContext2D {\r\n return this._ctx;\r\n }\r\n\r\n activation() {\r\n this._activeCanvasService.changeActive(this.id);\r\n }\r\n\r\n ngOnInit() {\r\n }\r\n\r\n ngAfterViewInit(): void {\r\n this._ctx = this.canvas.nativeElement.getContext('2d');\r\n this.redrawCanvas();\r\n }\r\n\r\n redrawCanvas() {\r\n this.refreshRadius();\r\n this.drawCircle();\r\n if (this.props.text) {\r\n if (this.theFirst) {\r\n this._ctx.fillStyle = this.props.textColor;\r\n this._ctx.font = this.fontDecoration() + \" \" + this.props.fontSize + 'px ' + this.props.font;\r\n this._ctx.textAlign = 'center';\r\n this._ctx.fillText(this.props.text, this.props.width / 2, this.props.height / 2 + this.props.fontSize / 2);\r\n if (this.props.underline) {\r\n this.makeTextUnderline();\r\n }\r\n } else {\r\n this.drawTextCircle();\r\n }\r\n }\r\n }\r\n\r\n private fontDecoration(): string {\r\n const bold = (this.props.bold) ? \"bold\" : \"\";\r\n const italic = (this.props.italic) ? \"italic\" : \"\";\r\n return bold + \" \" + italic;\r\n }\r\n\r\n private makeTextUnderline() {\r\n const x = this.props.width / 2;\r\n const y = this.props.height / 2;\r\n const textWidth = this._ctx.measureText(this.props.text).width;\r\n const startY = y + this.props.fontSize;\r\n const endY = startY;\r\n let underlineHeight = this.props.fontSize / 15;\r\n if (underlineHeight < 1) {\r\n underlineHeight = 1;\r\n }\r\n this._ctx.beginPath();\r\n const startX = x - (textWidth / 2);\r\n const endX = x + (textWidth / 2);\r\n this._ctx.strokeStyle = this.props.textColor;\r\n this._ctx.lineWidth = underlineHeight;\r\n this._ctx.moveTo(startX, startY);\r\n this._ctx.lineTo(endX, endY);\r\n this._ctx.strokeStyle = 'blue';\r\n this._ctx.stroke();\r\n }\r\n\r\n private drawCircle() {\r\n const backgroundColor = (this.props.backgroundColor === \"\") ? \"rgb(255, 255, 255)\" : this.props.backgroundColor;\r\n const x = this.props.width / 2;\r\n const y = this.props.height / 2;\r\n this._ctx.beginPath();\r\n this._ctx.arc(x, y, this.props.radius, 0, 2 * Math.PI);\r\n this._ctx.lineWidth = this.props.strokeWidth;\r\n this._ctx.strokeStyle = this.props.strokeColor;\r\n this._ctx.stroke();\r\n this._ctx.fillStyle = backgroundColor;\r\n this._ctx.fill();\r\n this._ctx.closePath();\r\n };\r\n\r\n private drawTextCircle() {\r\n const x = this.props.width / 2;\r\n const y = this.props.height / 2;\r\n this._ctx.save();\r\n this._ctx.translate(x, y);\r\n this._ctx.rotate(Math.PI / 2);\r\n this._ctx.fillStyle = this.props.textColor;\r\n this._ctx.font = this.fontDecoration() + \" \" + this.props.fontSize + 'px ' + this.props.font;\r\n\r\n const num = this.props.textExpansion + (this.props.fontSize / 100);\r\n const rad = this.props.radius - (this.props.fontSize / 2);\r\n for (let i = 0; i < this.props.textRepeat; i++) {\r\n for (let j = 0; j < this.props.text.length; j++) {\r\n this._ctx.save();\r\n this._ctx.rotate(j * num + num * this.props.text.length * i);\r\n this._ctx.fillText(this.props.text[j], 0, -(rad));\r\n this._ctx.restore();\r\n }\r\n }\r\n this._ctx.restore();\r\n };\r\n\r\n private refreshRadius() {\r\n if (this.props.strokeWidth > 1) {\r\n this.props.radius = (this.props.width / 2) - (this.props.strokeWidth / 2) - 1;\r\n } else {\r\n this.props.radius = (this.props.width / 2) - 1;\r\n }\r\n }\r\n\r\n toggleColorPicker($event, bg: boolean) {\r\n $event.preventDefault();\r\n $event.stopPropagation();\r\n if (bg) {\r\n this.colorPickerBG = !this.colorPickerBG;\r\n } else {\r\n this.colorPickerC = !this.colorPickerC;\r\n }\r\n }\r\n\r\n selectColor(bg: boolean, $event) {\r\n if (bg) {\r\n this.props.backgroundColor = $event;\r\n this.colorPickerBG = false;\r\n } else {\r\n this.props.strokeColor = $event;\r\n this.colorPickerC = false;\r\n }\r\n this.redrawCanvas();\r\n }\r\n\r\n selectBorderWidth($event) {\r\n this.props.strokeWidth = $event.value;\r\n this.redrawCanvas();\r\n }\r\n\r\n deleteCanvas() {\r\n this._removeCanvas.remove(this.id);\r\n this.redrawCanvas();\r\n }\r\n\r\n getLeft() {\r\n return (this.width - this.props.width) / 2;\r\n }\r\n\r\n getTop() {\r\n return (this.height - (this.isMobile ? 62 : 0) - this.props.height) / 2 - this.calcDiff();\r\n }\r\n\r\n private calcDiff() {\r\n return (this.active && !this.isMobile) ? 37 : 0;\r\n }\r\n\r\n resize($event) {\r\n this.props.width += $event;\r\n this.props.height += $event;\r\n }\r\n\r\n closeColorPickerBG($event) {\r\n this.colorPickerBG = !$event;\r\n }\r\n\r\n closeColorPickerC($event) {\r\n this.colorPickerC = !$event;\r\n }\r\n\r\n getTranslation() {\r\n this.refreshRadius();\r\n const menuWidth = 148 * 0.5;\r\n return this.props.radius < menuWidth ? (menuWidth - this.props.radius) : (this.props.radius - menuWidth);\r\n }\r\n\r\n inactive($event: Event) {\r\n this._activeCanvasService.changeActive(null);\r\n }\r\n}\r\n","module.exports = \".stamp-body {\\n width: 1036px;\\n height: 561px;\\n}\\n.stamp-body ::ng-deep .button {\\n font-size: unset !important;\\n color: #3E4E5A !important;\\n}\\n.stamp-body ::ng-deep .button ::ng-deep .text {\\n padding-left: 0px !important;\\n}\\n.stamp-body .csg-text-input {\\n padding: 5px;\\n background-color: #e6e6e6;\\n position: absolute;\\n top: 120px;\\n left: 0px;\\n width: calc(100% - 10px);\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n display: -webkit-box;\\n display: flex;\\n z-index: 99999;\\n}\\n.stamp-body .csg-text-input::after {\\n content: \\\" \\\";\\n width: 0;\\n height: 0;\\n border-style: solid;\\n border-width: 0 4px 5px 4px;\\n border-color: transparent transparent #e6e6e6 transparent;\\n position: absolute;\\n top: -5px;\\n right: 110px;\\n}\\n.stamp-body .csg-text-input input {\\n height: 20px;\\n width: 100%;\\n padding: 0;\\n margin: 0px 10px 0px 0px;\\n}\\n.stamp-body .csg-insert-text {\\n width: 27px;\\n height: 27px;\\n background-color: #3787F5;\\n margin: 0px;\\n}\\n.stamp-body .csg-insert-text .icon {\\n padding: 5px;\\n color: white;\\n}\\n.stamp-header {\\n height: 60px;\\n width: 100%;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.header-buttons {\\n display: -webkit-box;\\n display: flex;\\n}\\n.header-buttons .plus {\\n font-size: 8px;\\n position: absolute;\\n height: 5px;\\n width: 5px;\\n right: 10px;\\n bottom: 10px;\\n}\\n.stamp-export {\\n background-color: #25c2d4;\\n margin-right: 10px;\\n width: 68px;\\n height: 37px;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: justify;\\n justify-content: space-between;\\n color: #FFF;\\n -webkit-box-align: center;\\n align-items: center;\\n cursor: pointer;\\n}\\n.stamp-export .icon {\\n display: -webkit-box;\\n display: flex;\\n text-align: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-flex: 0;\\n flex: 0 0 27px;\\n}\\n.stamp-export .save-button {\\n font-size: 10px;\\n display: -webkit-box;\\n display: flex;\\n text-align: center;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-flex: 0;\\n flex: 0 0 40px;\\n}\\n.gd-draw-stamp {\\n background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAhCAYAAAC4JqlRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA4UlEQVR4nO2WbQuDMAyE+///q0WhKiiacYFK7BeXK2OMJXC2SF8er2kwiTPO81St6yo5ZxmGQdsnYZwdi/6yLJICIAACIAAC4KcA6uYMgN34BmAX9QgA9atYuQGO47j6mMw4YDXPsyQ8PCqlaAsAuNAjdYC1DyDeY7MOQuoAY10L0CboO0KoAywA6NsFn26QBaUB6hFYAO8VrhEAAfC/APQ1tJXQC9CCXABsKQZAW1qpStgDwG7+kVL8dQBPAnYDQN4cwFgrvFOAfd/Fq23b9IdiHEeZpokWAF41ugKO5u7gN6EQAAAFZL5NAAAAAElFTkSuQmCC) !important;\\n position: absolute;\\n padding: 0 !important;\\n background-color: #fff;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-pack: center;\\n justify-content: center;\\n -webkit-box-align: center;\\n align-items: center;\\n}\\n.gd-draw-stamp input {\\n height: 30px;\\n outline: 2px solid #679FFA;\\n}\\n.gd-draw-stamp .gd-draw-stamp-text {\\n z-index: 99999;\\n}\\n.gd-draw-stamp .gd-text-menu-context {\\n height: 37px;\\n top: 180px;\\n padding: 0;\\n background-color: #FFFFFF;\\n cursor: default;\\n position: absolute;\\n box-shadow: rgba(0, 0, 0, 0.52) 0px 0px 5px;\\n}\\n.gd-draw-stamp .gd-text-menu-context ::ng-deep .color-for-text {\\n -webkit-box-flex: 1;\\n flex: 1;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n -webkit-box-pack: start;\\n justify-content: flex-start;\\n}\\n.gd-draw-stamp .gd-text-menu-context .stamp-trash {\\n -webkit-box-flex: 0;\\n flex: 0 0 37px;\\n margin-right: 8px;\\n}\\n.gd-draw-stamp .gd-text-menu-context ::ng-deep .first-component ::ng-deep .dropdown-menu {\\n left: 8px;\\n}\\n::ng-deep .select {\\n color: #3E4E5A !important;\\n}\\n::ng-deep gd-drop-down {\\n z-index: 999999 !important;\\n}\\n@media (max-width: 1037px) {\\n .stamp-body {\\n width: inherit;\\n height: inherit;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc3RhbXAtbW9kYWwvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3NpZ25hdHVyZS9zcmMvbGliL3N0YW1wLW1vZGFsL3N0YW1wLW1vZGFsLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi9zdGFtcC1tb2RhbC9zdGFtcC1tb2RhbC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLGFBQUE7RUFDQSxhQUFBO0FDREY7QUREQTtFQUtJLDJCQUFBO0VBQ0EseUJBQUE7QUNESjtBRExBO0VBU00sNEJBQUE7QUNETjtBRFJBO0VBY0ksWUFBQTtFQUNBLHlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxVQUFBO0VBQ0EsU0FBQTtFQUNBLHdCQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0VBQ0EsY0FBQTtBQ0hKO0FEbkJBO0VBMEJJLFlBQUE7RUFDQSxRQUFBO0VBQ0EsU0FBQTtFQUNBLG1CQUFBO0VBQ0EsMkJBQUE7RUFDQSx5REFBQTtFQUNBLGtCQUFBO0VBQ0EsU0FBQTtFQUNBLFlBQUE7QUNKSjtBRDlCQTtFQXNDSSxZQUFBO0VBQ0EsV0FBQTtFQUNBLFVBQUE7RUFDQSx3QkFBQTtBQ0xKO0FEcENBO0VBNkNJLFdBQUE7RUFDQSxZQUFBO0VBQ0EseUJBQUE7RUFDQSxXQUFBO0FDTko7QUQxQ0E7RUFtRE0sWUFBQTtFQUNBLFlBQUE7QUNOTjtBRFdBO0VBQ0UsWUFBQTtFQUNBLFdBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLDhCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ1RGO0FEWUE7RUFDRSxvQkFBQTtFQUFBLGFBQUE7QUNWRjtBRFNBO0VBSUksY0FBQTtFQUNBLGtCQUFBO0VBQ0EsV0FBQTtFQUNBLFVBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtBQ1ZKO0FEY0E7RUFDRSx5QkFBQTtFQUNBLGtCQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLDhCQUFBO0VBQ0EsV0FBQTtFQUNBLHlCQUFBO1VBQUEsbUJBQUE7RUFDQSxlQUFBO0FDWkY7QURHQTtFQVlJLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGtCQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLG1CQUFBO1VBQUEsY0FBQTtBQ1pKO0FESEE7RUFtQkksZUFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLGtCQUFBO0VBQ0Esd0JBQUE7VUFBQSx1QkFBQTtFQUNBLG1CQUFBO1VBQUEsY0FBQTtBQ2JKO0FEaUJBO0VBQ0UsNGNBQUE7RUFDQSxrQkFBQTtFQUNBLHFCQUFBO0VBQ0Esc0JBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EseUJBQUE7VUFBQSxtQkFBQTtBQ2ZGO0FEUUE7RUFVSSxZQUFBO0VBQ0EsMEJBQUE7QUNmSjtBRElBO0VBZUksY0FBQTtBQ2hCSjtBRENBO0VBbUJJLFlBQUE7RUFDQSxVQUFBO0VBQ0EsVUFBQTtFQUNBLHlCQUFBO0VBQ0EsZUFBQTtFQUNBLGtCQUFBO0VBQ0EsMkNBQUE7QUNqQko7QURSQTtFQTRCTSxtQkFBQTtVQUFBLE9BQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsdUJBQUE7VUFBQSwyQkFBQTtBQ2pCTjtBRGRBO0VBbUNNLG1CQUFBO1VBQUEsY0FBQTtFQUNBLGlCQUFBO0FDbEJOO0FEbEJBO0VBeUNRLFNBQUE7QUNwQlI7QUQwQkE7RUFDRSx5QkFBQTtBQ3hCRjtBRDJCQTtFQUNFLDBCQUFBO0FDekJGO0FENEJBO0VBQ0U7SUFDRSxjQUFBO0lBQ0EsZUFBQTtFQzFCRjtBQUNGIiwiZmlsZSI6ImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvc3RhbXAtbW9kYWwvc3RhbXAtbW9kYWwuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLnN0YW1wLWJvZHkge1xuICB3aWR0aDogMTAzNnB4O1xuICBoZWlnaHQ6IDU2MXB4O1xuXG4gIDo6bmctZGVlcCAuYnV0dG9uIHtcbiAgICBmb250LXNpemU6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgY29sb3I6IEBwcmltYXJ5ICFpbXBvcnRhbnQ7XG5cbiAgICA6Om5nLWRlZXAgLnRleHQge1xuICAgICAgcGFkZGluZy1sZWZ0OiAwcHggIWltcG9ydGFudDtcbiAgICB9XG4gIH1cblxuICAuY3NnLXRleHQtaW5wdXQge1xuICAgIHBhZGRpbmc6IDVweDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjZTZlNmU2O1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDEyMHB4O1xuICAgIGxlZnQ6IDBweDtcbiAgICB3aWR0aDogflwiY2FsYygxMDAlIC0gMTBweClcIjtcbiAgICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgei1pbmRleDogOTk5OTk7XG4gIH1cblxuICAuY3NnLXRleHQtaW5wdXQ6OmFmdGVyIHtcbiAgICBjb250ZW50OiBcIiBcIjtcbiAgICB3aWR0aDogMDtcbiAgICBoZWlnaHQ6IDA7XG4gICAgYm9yZGVyLXN0eWxlOiBzb2xpZDtcbiAgICBib3JkZXItd2lkdGg6IDAgNHB4IDVweCA0cHg7XG4gICAgYm9yZGVyLWNvbG9yOiB0cmFuc3BhcmVudCB0cmFuc3BhcmVudCAjZTZlNmU2IHRyYW5zcGFyZW50O1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IC01cHg7XG4gICAgcmlnaHQ6IDExMHB4O1xuICB9XG5cbiAgLmNzZy10ZXh0LWlucHV0IGlucHV0IHtcbiAgICBoZWlnaHQ6IDIwcHg7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgcGFkZGluZzogMDtcbiAgICBtYXJnaW46IDBweCAxMHB4IDBweCAwcHg7XG4gIH1cblxuICAuY3NnLWluc2VydC10ZXh0IHtcbiAgICB3aWR0aDogMjdweDtcbiAgICBoZWlnaHQ6IDI3cHg7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogIzM3ODdGNTtcbiAgICBtYXJnaW46IDBweDtcblxuICAgIC5pY29uIHtcbiAgICAgIHBhZGRpbmc6IDVweDtcbiAgICAgIGNvbG9yOiB3aGl0ZTtcbiAgICB9XG4gIH1cbn1cblxuLnN0YW1wLWhlYWRlciB7XG4gIGhlaWdodDogNjBweDtcbiAgd2lkdGg6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cblxuLmhlYWRlci1idXR0b25zIHtcbiAgZGlzcGxheTogZmxleDtcblxuICAucGx1cyB7XG4gICAgZm9udC1zaXplOiA4cHg7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIGhlaWdodDogNXB4O1xuICAgIHdpZHRoOiA1cHg7XG4gICAgcmlnaHQ6IDEwcHg7XG4gICAgYm90dG9tOiAxMHB4O1xuICB9XG59XG5cbi5zdGFtcC1leHBvcnQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAYnJhbmQ7XG4gIG1hcmdpbi1yaWdodDogMTBweDtcbiAgd2lkdGg6IDY4cHg7XG4gIGhlaWdodDogMzdweDtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICBjb2xvcjogI0ZGRjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgY3Vyc29yOiBwb2ludGVyO1xuXG4gIC5pY29uIHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBmbGV4OiAwIDAgMjdweDtcbiAgfVxuXG4gIC5zYXZlLWJ1dHRvbiB7XG4gICAgZm9udC1zaXplOiAxMHB4O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIGZsZXg6IDAgMCA0MHB4O1xuICB9XG59XG5cbi5nZC1kcmF3LXN0YW1wIHtcbiAgYmFja2dyb3VuZC1pbWFnZTogdXJsKGRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQ0FBQUFBaENBWUFBQUM0SnFsUkFBQUFDWEJJV1hNQUFBN0VBQUFPeEFHVkt3NGJBQUFBNFVsRVFWUjRuTzJXYlF1RE1BeUUrLy8vcTBXaEtpaWFjWUZLN0JlWEsyT01KWEMyU0Y4ZXIya3dpVFBPODFTdDZ5bzVaeG1HUWRzbllad2RpLzZ5TEpJQ0lBQUNJQUFDNEtjQTZ1WU1nTjM0Qm1BWDlRZ0E5YXRZdVFHTzQ3ajZtTXc0WURYUHN5UThQQ3FsYUFzQXVOQWpkWUMxRHlEZVk3TU9RdW9BWTEwTDBDYm9PMEtvQXl3QTZOc0ZuMjZRQmFVQjZoRllBTzhWcmhFQUFmQy9BUFExdEpYUUM5Q0NYQUJzS1FaQVcxcXBTdGdEd0c3K2tWTDhkUUJQQW5ZRFFONGN3RmdydkZPQWZkL0ZxMjNiOUlkaUhFZVpwb2tXQUY0MXVnS081dTdnTjZFUUFBQUZaTDVOQUFBQUFFbEZUa1N1UW1DQykgIWltcG9ydGFudDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBwYWRkaW5nOiAwICFpbXBvcnRhbnQ7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuXG4gIGlucHV0IHtcbiAgICBoZWlnaHQ6IDMwcHg7XG4gICAgb3V0bGluZTogMnB4IHNvbGlkICM2NzlGRkE7XG4gIH1cblxuICAuZ2QtZHJhdy1zdGFtcC10ZXh0IHtcbiAgICB6LWluZGV4OiA5OTk5OTtcbiAgfVxuXG4gIC5nZC10ZXh0LW1lbnUtY29udGV4dCB7XG4gICAgaGVpZ2h0OiAzN3B4O1xuICAgIHRvcDogMTgwcHg7XG4gICAgcGFkZGluZzogMDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGRkZGO1xuICAgIGN1cnNvcjogZGVmYXVsdDtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgYm94LXNoYWRvdzogcmdiYSgwLCAwLCAwLCAwLjUyKSAwcHggMHB4IDVweDtcblxuICAgIDo6bmctZGVlcCAuY29sb3ItZm9yLXRleHQge1xuICAgICAgZmxleDogMTtcbiAgICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgICAganVzdGlmeS1jb250ZW50OiBmbGV4LXN0YXJ0O1xuICAgIH1cblxuICAgIC5zdGFtcC10cmFzaCB7XG4gICAgICBmbGV4OiAwIDAgMzdweDtcbiAgICAgIG1hcmdpbi1yaWdodDogOHB4O1xuICAgIH1cblxuICAgIDo6bmctZGVlcCAuZmlyc3QtY29tcG9uZW50IHtcbiAgICAgIDo6bmctZGVlcCAuZHJvcGRvd24tbWVudSB7XG4gICAgICAgIGxlZnQ6IDhweDtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBjb2xvcjogQHByaW1hcnkgIWltcG9ydGFudDtcbn1cblxuOjpuZy1kZWVwIGdkLWRyb3AtZG93biB7XG4gIHotaW5kZXg6IDk5OTk5OSAhaW1wb3J0YW50O1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuc3RhbXAtYm9keSB7XG4gICAgd2lkdGg6IGluaGVyaXQ7XG4gICAgaGVpZ2h0OiBpbmhlcml0O1xuICB9XG59XG4iLCIuc3RhbXAtYm9keSB7XG4gIHdpZHRoOiAxMDM2cHg7XG4gIGhlaWdodDogNTYxcHg7XG59XG4uc3RhbXAtYm9keSA6Om5nLWRlZXAgLmJ1dHRvbiB7XG4gIGZvbnQtc2l6ZTogdW5zZXQgIWltcG9ydGFudDtcbiAgY29sb3I6ICMzRTRFNUEgIWltcG9ydGFudDtcbn1cbi5zdGFtcC1ib2R5IDo6bmctZGVlcCAuYnV0dG9uIDo6bmctZGVlcCAudGV4dCB7XG4gIHBhZGRpbmctbGVmdDogMHB4ICFpbXBvcnRhbnQ7XG59XG4uc3RhbXAtYm9keSAuY3NnLXRleHQtaW5wdXQge1xuICBwYWRkaW5nOiA1cHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNlNmU2ZTY7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAxMjBweDtcbiAgbGVmdDogMHB4O1xuICB3aWR0aDogY2FsYygxMDAlIC0gMTBweCk7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHotaW5kZXg6IDk5OTk5O1xufVxuLnN0YW1wLWJvZHkgLmNzZy10ZXh0LWlucHV0OjphZnRlciB7XG4gIGNvbnRlbnQ6IFwiIFwiO1xuICB3aWR0aDogMDtcbiAgaGVpZ2h0OiAwO1xuICBib3JkZXItc3R5bGU6IHNvbGlkO1xuICBib3JkZXItd2lkdGg6IDAgNHB4IDVweCA0cHg7XG4gIGJvcmRlci1jb2xvcjogdHJhbnNwYXJlbnQgdHJhbnNwYXJlbnQgI2U2ZTZlNiB0cmFuc3BhcmVudDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IC01cHg7XG4gIHJpZ2h0OiAxMTBweDtcbn1cbi5zdGFtcC1ib2R5IC5jc2ctdGV4dC1pbnB1dCBpbnB1dCB7XG4gIGhlaWdodDogMjBweDtcbiAgd2lkdGg6IDEwMCU7XG4gIHBhZGRpbmc6IDA7XG4gIG1hcmdpbjogMHB4IDEwcHggMHB4IDBweDtcbn1cbi5zdGFtcC1ib2R5IC5jc2ctaW5zZXJ0LXRleHQge1xuICB3aWR0aDogMjdweDtcbiAgaGVpZ2h0OiAyN3B4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMzc4N0Y1O1xuICBtYXJnaW46IDBweDtcbn1cbi5zdGFtcC1ib2R5IC5jc2ctaW5zZXJ0LXRleHQgLmljb24ge1xuICBwYWRkaW5nOiA1cHg7XG4gIGNvbG9yOiB3aGl0ZTtcbn1cbi5zdGFtcC1oZWFkZXIge1xuICBoZWlnaHQ6IDYwcHg7XG4gIHdpZHRoOiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uaGVhZGVyLWJ1dHRvbnMge1xuICBkaXNwbGF5OiBmbGV4O1xufVxuLmhlYWRlci1idXR0b25zIC5wbHVzIHtcbiAgZm9udC1zaXplOiA4cHg7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgaGVpZ2h0OiA1cHg7XG4gIHdpZHRoOiA1cHg7XG4gIHJpZ2h0OiAxMHB4O1xuICBib3R0b206IDEwcHg7XG59XG4uc3RhbXAtZXhwb3J0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzI1YzJkNDtcbiAgbWFyZ2luLXJpZ2h0OiAxMHB4O1xuICB3aWR0aDogNjhweDtcbiAgaGVpZ2h0OiAzN3B4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIGNvbG9yOiAjRkZGO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG4uc3RhbXAtZXhwb3J0IC5pY29uIHtcbiAgZGlzcGxheTogZmxleDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleDogMCAwIDI3cHg7XG59XG4uc3RhbXAtZXhwb3J0IC5zYXZlLWJ1dHRvbiB7XG4gIGZvbnQtc2l6ZTogMTBweDtcbiAgZGlzcGxheTogZmxleDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgZmxleDogMCAwIDQwcHg7XG59XG4uZ2QtZHJhdy1zdGFtcCB7XG4gIGJhY2tncm91bmQtaW1hZ2U6IHVybChkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUNBQUFBQWhDQVlBQUFDNEpxbFJBQUFBQ1hCSVdYTUFBQTdFQUFBT3hBR1ZLdzRiQUFBQTRVbEVRVlI0bk8yV2JRdURNQXlFKy8vL3EwV2hLaWlhY1lGSzdCZVhLMk9NSlhDMlNGOGVyMmt3aVRQTzgxU3Q2eW81WnhtR1Fkc25ZWndkaS82eUxKSUNJQUFDSUFBQzRLY0E2dVlNZ04zNEJtQVg5UWdBOWF0WXVRR080N2o2bU13NFlEWFBzeVE4UENxbGFBc0F1TkFqZFlDMUR5RGVZN01PUXVvQVkxMEwwQ2JvTzBLb0F5d0E2TnNGbjI2UUJhVUI2aEZZQU84VnJoRUFBZkMvQVBRMXRKWFFDOUNDWEFCc0tRWkFXMXFwU3RnRHdHNytrVkw4ZFFCUEFuWURRTjRjd0ZncnZGT0FmZC9GcTIzYjlJZGlIRWVacG9rV0FGNDF1Z0tPNXU3Z042RVFBQUFGWkw1TkFBQUFBRWxGVGtTdVFtQ0MpICFpbXBvcnRhbnQ7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcGFkZGluZzogMCAhaW1wb3J0YW50O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmO1xuICBkaXNwbGF5OiBmbGV4O1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cbi5nZC1kcmF3LXN0YW1wIGlucHV0IHtcbiAgaGVpZ2h0OiAzMHB4O1xuICBvdXRsaW5lOiAycHggc29saWQgIzY3OUZGQTtcbn1cbi5nZC1kcmF3LXN0YW1wIC5nZC1kcmF3LXN0YW1wLXRleHQge1xuICB6LWluZGV4OiA5OTk5OTtcbn1cbi5nZC1kcmF3LXN0YW1wIC5nZC10ZXh0LW1lbnUtY29udGV4dCB7XG4gIGhlaWdodDogMzdweDtcbiAgdG9wOiAxODBweDtcbiAgcGFkZGluZzogMDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRkZGRjtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJveC1zaGFkb3c6IHJnYmEoMCwgMCwgMCwgMC41MikgMHB4IDBweCA1cHg7XG59XG4uZ2QtZHJhdy1zdGFtcCAuZ2QtdGV4dC1tZW51LWNvbnRleHQgOjpuZy1kZWVwIC5jb2xvci1mb3ItdGV4dCB7XG4gIGZsZXg6IDE7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogZmxleC1zdGFydDtcbn1cbi5nZC1kcmF3LXN0YW1wIC5nZC10ZXh0LW1lbnUtY29udGV4dCAuc3RhbXAtdHJhc2gge1xuICBmbGV4OiAwIDAgMzdweDtcbiAgbWFyZ2luLXJpZ2h0OiA4cHg7XG59XG4uZ2QtZHJhdy1zdGFtcCAuZ2QtdGV4dC1tZW51LWNvbnRleHQgOjpuZy1kZWVwIC5maXJzdC1jb21wb25lbnQgOjpuZy1kZWVwIC5kcm9wZG93bi1tZW51IHtcbiAgbGVmdDogOHB4O1xufVxuOjpuZy1kZWVwIC5zZWxlY3Qge1xuICBjb2xvcjogIzNFNEU1QSAhaW1wb3J0YW50O1xufVxuOjpuZy1kZWVwIGdkLWRyb3AtZG93biB7XG4gIHotaW5kZXg6IDk5OTk5OSAhaW1wb3J0YW50O1xufVxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xuICAuc3RhbXAtYm9keSB7XG4gICAgd2lkdGg6IGluaGVyaXQ7XG4gICAgaGVpZ2h0OiBpbmhlcml0O1xuICB9XG59XG4iXX0= */\"","import {Component, ComponentRef, ElementRef, OnDestroy, OnInit, ViewChild} from '@angular/core';\r\nimport {SignatureType, StampCanvasProps} from \"../signature-models\";\r\nimport {ActiveCanvasService} from './../active-canvas.service'\r\nimport {SignatureService} from './../signature.service'\r\nimport {SignatureTabActivatorService} from \"./../signature-tab-activator.service\";\r\nimport {RemoveCanvasService} from \"../remove-canvas.service\";\r\nimport {StampCanvasComponent} from \"../stamp-canvas/stamp-canvas.component\";\r\nimport {\r\n AddDynamicComponentService, CommonModals, Formatting,\r\n HostDynamicDirective, ModalService,\r\n WindowService\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport * as jquery from \"jquery\";\r\n\r\nconst $ = jquery;\r\n\r\n@Component({\r\n selector: 'gd-stamp-modal',\r\n templateUrl: './stamp-modal.component.html',\r\n styleUrls: ['./stamp-modal.component.less']\r\n})\r\nexport class StampModalComponent implements OnInit, OnDestroy {\r\n stampCircles = new Map>();\r\n textString = '';\r\n showText = false;\r\n\r\n @ViewChild(HostDynamicDirective, {static: true}) dynamicDirective: HostDynamicDirective;\r\n\r\n private isMobile: boolean;\r\n private sizeMagnifier = 40;\r\n private activeId: number;\r\n textProps = Formatting.default();\r\n\r\n constructor(private _addDynamicComponentService: AddDynamicComponentService,\r\n private _activeCanvasService: ActiveCanvasService,\r\n private _windowService: WindowService,\r\n private _removeCanvas: RemoveCanvasService,\r\n private _signatureService: SignatureService,\r\n private _tabActivationService: SignatureTabActivatorService,\r\n private _modalService: ModalService) {\r\n\r\n this._removeCanvas.removeCanvas.subscribe((id: number) => {\r\n const componentRef = this.stampCircles.get(id);\r\n componentRef.destroy();\r\n this.stampCircles.delete(id);\r\n });\r\n\r\n this.isMobile = _windowService.isMobile();\r\n _windowService.onResize.subscribe((w) => {\r\n this.isMobile = _windowService.isMobile();\r\n });\r\n\r\n this._activeCanvasService.activeChange.subscribe((id: number) => {\r\n this.activeId = id;\r\n });\r\n }\r\n\r\n ngOnInit() {\r\n }\r\n\r\n saveSign() {\r\n const componentRef = this.stampCircles.get(this.stampCircles.size);\r\n const canvasComponent = componentRef.instance;\r\n const lastProps = canvasComponent.props;\r\n const ctx = canvasComponent.ctx;\r\n const props = [];\r\n props.push(lastProps);\r\n for (let i = this.stampCircles.size - 1; i > 0; i--) {\r\n const comp = this.stampCircles.get(i).instance;\r\n const canvas = comp.canvas.nativeElement;\r\n let offset = lastProps.width - comp.props.width;\r\n if (offset !== 0) {\r\n offset = offset / 2;\r\n }\r\n ctx.drawImage(canvas, offset, offset);\r\n props.push(comp.props);\r\n }\r\n props.reverse();\r\n const img = canvasComponent.canvas.nativeElement.toDataURL(\"image/png\");\r\n this._signatureService.saveStamp(img, props).subscribe(() => {\r\n this._tabActivationService.changeActiveTab(SignatureType.STAMP.id);\r\n this._signatureService.refreshSignatures();\r\n });\r\n this.close();\r\n }\r\n\r\n private close() {\r\n this._modalService.close(CommonModals.DrawStampSignature);\r\n }\r\n\r\n onCloseOpen($event) {\r\n if ($event) {\r\n this.textString = '';\r\n const props = new StampCanvasProps().init(this.isMobile);\r\n props.id = this.stampCircles.size + 1;\r\n this.addCircle(props, true);\r\n } else {\r\n this.clear();\r\n }\r\n }\r\n\r\n clear() {\r\n for (const comp of this.stampCircles.values()) {\r\n comp.destroy();\r\n }\r\n this.stampCircles = new Map>();\r\n this.showText = false;\r\n }\r\n\r\n private addCircle(props: StampCanvasProps, theFirst: boolean) {\r\n if (this.dynamicDirective) {\r\n const viewContainerRef = this.dynamicDirective.viewContainerRef;\r\n const stampCircle = this._addDynamicComponentService.addDynamicComponent(viewContainerRef, StampCanvasComponent);\r\n (stampCircle.instance).id = props.id;\r\n (stampCircle.instance).theFirst = theFirst;\r\n (stampCircle.instance).active = true;\r\n (stampCircle.instance).props = props;\r\n (stampCircle.instance).width = this.getWidth();\r\n (stampCircle.instance).height = this.getHeight();\r\n this.stampCircles.set(props.id, stampCircle);\r\n this._activeCanvasService.changeActive(props.id);\r\n }\r\n }\r\n\r\n addCanvas() {\r\n const props = new StampCanvasProps();\r\n props.init(this.isMobile);\r\n props.id = this.stampCircles.size + 1;\r\n const componentRef = this.stampCircles.get(this.stampCircles.size);\r\n if (componentRef) {\r\n const lastProps = (componentRef.instance).props;\r\n props.width = lastProps.width + this.sizeMagnifier;\r\n props.height = lastProps.height + this.sizeMagnifier;\r\n props.zIndex = lastProps.zIndex - 1;\r\n }\r\n this.addCircle(props, false);\r\n this.showText = false;\r\n }\r\n\r\n ngOnDestroy(): void {\r\n this.clear();\r\n }\r\n\r\n addText(value: string) {\r\n this.textString = value;\r\n const componentRef = this.stampCircles.get(1);\r\n if (this.textString && componentRef) {\r\n const props = (componentRef.instance).props;\r\n props.text = value;\r\n (componentRef.instance).redrawCanvas();\r\n this.showText = false;\r\n }\r\n }\r\n\r\n toggleText() {\r\n this.showText = !this.showText;\r\n if (this.showText) {\r\n this._activeCanvasService.changeActive(null);\r\n }\r\n if (this.showText) {\r\n setTimeout(() => {\r\n const element = $(\"#text-input\");\r\n if (element) {\r\n element.focus();\r\n }\r\n }, 100);\r\n }\r\n }\r\n\r\n toggleUnderline($event: boolean) {\r\n this.textProps.underline = $event;\r\n const componentRef = this.stampCircles.get(1);\r\n if (componentRef) {\r\n const props = (componentRef.instance).props;\r\n props.underline = $event;\r\n (componentRef.instance).redrawCanvas();\r\n }\r\n }\r\n\r\n toggleBold($event: boolean) {\r\n this.textProps.bold = $event;\r\n const componentRef = this.stampCircles.get(1);\r\n if (componentRef) {\r\n const props = (componentRef.instance).props;\r\n props.bold = $event;\r\n (componentRef.instance).redrawCanvas();\r\n }\r\n }\r\n\r\n toggleItalic($event: boolean) {\r\n this.textProps.italic = $event;\r\n const componentRef = this.stampCircles.get(1);\r\n if (componentRef) {\r\n const props = (componentRef.instance).props;\r\n props.italic = $event;\r\n (componentRef.instance).redrawCanvas();\r\n }\r\n }\r\n\r\n selectTextColor($event: string) {\r\n this.textProps.color = $event;\r\n const componentRef = this.stampCircles.get(1);\r\n if (componentRef) {\r\n const props = (componentRef.instance).props;\r\n props.textColor = $event;\r\n (componentRef.instance).redrawCanvas();\r\n }\r\n }\r\n\r\n selectFont($event: string) {\r\n this.textProps.font = $event;\r\n const componentRef = this.stampCircles.get(1);\r\n if (componentRef) {\r\n const props = (componentRef.instance).props;\r\n props.font = $event;\r\n (componentRef.instance).redrawCanvas();\r\n }\r\n }\r\n\r\n selectFontSize($event: number) {\r\n this.textProps.fontSize = $event;\r\n const componentRef = this.stampCircles.get(1);\r\n if (componentRef) {\r\n const props = (componentRef.instance).props;\r\n props.fontSize = $event;\r\n (componentRef.instance).redrawCanvas();\r\n }\r\n }\r\n\r\n getWidth() {\r\n return this.isMobile ? this._windowService.getWidth() : 1036;\r\n }\r\n\r\n getHeight() {\r\n return this.isMobile ? this._windowService.getHeight() : 501;\r\n }\r\n\r\n deleteText() {\r\n const componentRef = this.stampCircles.get(1);\r\n if (componentRef) {\r\n const props = (componentRef.instance).props;\r\n props.text = \"\";\r\n (componentRef.instance).redrawCanvas();\r\n this.showText = false;\r\n }\r\n }\r\n\r\n leaveText($event: Event) {\r\n this.showText = false;\r\n }\r\n\r\n getTextWidth() {\r\n const componentRef = this.stampCircles.get(1);\r\n if (componentRef) {\r\n const props = (componentRef.instance).props;\r\n return props.radius * 2;\r\n }\r\n return 100;\r\n }\r\n}\r\n","module.exports = \".gd-upload-inputs {\\n height: 350px;\\n text-align: center;\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n -webkit-box-pack: center;\\n justify-content: center;\\n align-content: center;\\n background-color: #FFF;\\n}\\n.gd-upload-inputs .icon {\\n font-size: 52px;\\n color: #959DA5;\\n}\\n.gd-upload-inputs input {\\n opacity: 0;\\n position: absolute;\\n cursor: pointer;\\n width: -webkit-fit-content;\\n width: -moz-fit-content;\\n width: fit-content;\\n height: 203px;\\n}\\n.gd-upload-title {\\n color: #bababa;\\n font-size: 13px;\\n margin: 10px 0px 0px 0px;\\n}\\n.text {\\n font-size: 12px;\\n text-align: center;\\n}\\n@media (max-width: 1037px) {\\n .gd-upload-inputs {\\n width: -webkit-fill-available;\\n }\\n .gd-upload-inputs input {\\n width: -webkit-fill-available;\\n height: 201px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvc2lnbmF0dXJlL3NyYy9saWIvdXBsb2FkLXNpZ25hdHVyZS9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvc2lnbmF0dXJlL3NyYy9saWIvdXBsb2FkLXNpZ25hdHVyZS91cGxvYWQtc2lnbmF0dXJlLmNvbXBvbmVudC5sZXNzIiwibGlicy9zaWduYXR1cmUvc3JjL2xpYi91cGxvYWQtc2lnbmF0dXJlL3VwbG9hZC1zaWduYXR1cmUuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxhQUFBO0VBQ0Esa0JBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSw0QkFBQTtFQUFBLDZCQUFBO1VBQUEsc0JBQUE7RUFDQSx3QkFBQTtVQUFBLHVCQUFBO0VBQ0EscUJBQUE7RUFDQSxzQkFBQTtBQ0RGO0FETkE7RUFVSSxlQUFBO0VBQ0EsY0FBQTtBQ0RKO0FEVkE7RUFlSSxVQUFBO0VBQ0Esa0JBQUE7RUFDQSxlQUFBO0VBQ0EsMEJBQUE7RUFBQSx1QkFBQTtFQUFBLGtCQUFBO0VBQ0EsYUFBQTtBQ0ZKO0FETUE7RUFDRSxjQUFBO0VBQ0EsZUFBQTtFQUNBLHdCQUFBO0FDSkY7QURPQTtFQUNFLGVBQUE7RUFDQSxrQkFBQTtBQ0xGO0FEUUE7RUFFRTtJQUNFLDZCQUFBO0VDUEY7RURVQTtJQUNFLDZCQUFBO0lBQ0EsYUFBQTtFQ1JGO0FBQ0YiLCJmaWxlIjoibGlicy9zaWduYXR1cmUvc3JjL2xpYi91cGxvYWQtc2lnbmF0dXJlL3VwbG9hZC1zaWduYXR1cmUuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwiLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuLmdkLXVwbG9hZC1pbnB1dHMge1xuICBoZWlnaHQ6IDM1MHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1jb250ZW50OiBjZW50ZXI7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkY7XG5cbiAgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogNTJweDtcbiAgICBjb2xvcjogIzk1OURBNTtcbiAgfVxuXG4gIGlucHV0IHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgd2lkdGg6IGZpdC1jb250ZW50O1xuICAgIGhlaWdodDogMjAzcHg7XG4gIH1cbn1cblxuLmdkLXVwbG9hZC10aXRsZSB7XG4gIGNvbG9yOiAjYmFiYWJhO1xuICBmb250LXNpemU6IDEzcHg7XG4gIG1hcmdpbjogMTBweCAwcHggMHB4IDBweDtcbn1cblxuLnRleHQge1xuICBmb250LXNpemU6IDEycHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cblxuQG1lZGlhIEBwaG9uZS1kb3duIHtcblxuICAuZ2QtdXBsb2FkLWlucHV0cyB7XG4gICAgd2lkdGg6IC13ZWJraXQtZmlsbC1hdmFpbGFibGU7XG4gIH1cblxuICAuZ2QtdXBsb2FkLWlucHV0cyBpbnB1dCB7XG4gICAgd2lkdGg6IC13ZWJraXQtZmlsbC1hdmFpbGFibGU7XG4gICAgaGVpZ2h0OiAyMDFweDtcbiAgfVxufVxuIiwiLmdkLXVwbG9hZC1pbnB1dHMge1xuICBoZWlnaHQ6IDM1MHB4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1jb250ZW50OiBjZW50ZXI7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRkY7XG59XG4uZ2QtdXBsb2FkLWlucHV0cyAuaWNvbiB7XG4gIGZvbnQtc2l6ZTogNTJweDtcbiAgY29sb3I6ICM5NTlEQTU7XG59XG4uZ2QtdXBsb2FkLWlucHV0cyBpbnB1dCB7XG4gIG9wYWNpdHk6IDA7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB3aWR0aDogZml0LWNvbnRlbnQ7XG4gIGhlaWdodDogMjAzcHg7XG59XG4uZ2QtdXBsb2FkLXRpdGxlIHtcbiAgY29sb3I6ICNiYWJhYmE7XG4gIGZvbnQtc2l6ZTogMTNweDtcbiAgbWFyZ2luOiAxMHB4IDBweCAwcHggMHB4O1xufVxuLnRleHQge1xuICBmb250LXNpemU6IDEycHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcbiAgLmdkLXVwbG9hZC1pbnB1dHMge1xuICAgIHdpZHRoOiAtd2Via2l0LWZpbGwtYXZhaWxhYmxlO1xuICB9XG4gIC5nZC11cGxvYWQtaW5wdXRzIGlucHV0IHtcbiAgICB3aWR0aDogLXdlYmtpdC1maWxsLWF2YWlsYWJsZTtcbiAgICBoZWlnaHQ6IDIwMXB4O1xuICB9XG59XG4iXX0= */\"","import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';\r\nimport {FileListWithParams} from \"../signature-models\";\r\nimport {SignatureService} from \"../signature.service\";\r\n\r\n@Component({\r\n selector: 'gd-upload-signature',\r\n templateUrl: './upload-signature.component.html',\r\n styleUrls: ['./upload-signature.component.less']\r\n})\r\nexport class UploadSignatureComponent implements OnInit {\r\n @Input() signatureType: string;\r\n @Input() rewrite: boolean;\r\n @Output() closePanel = new EventEmitter();\r\n\r\n constructor(private _signatureService: SignatureService) {\r\n }\r\n\r\n ngOnInit() {\r\n }\r\n\r\n handleFileInput(files: FileList) {\r\n this.addFiles(files);\r\n }\r\n\r\n addFiles(files) {\r\n const data = new FileListWithParams(files, this.signatureType);\r\n this._signatureService.uploadSignature(data, this.rewrite).subscribe(() => {\r\n this.closePanel.emit(true);\r\n });\r\n }\r\n\r\n uploadFiles($event: any) {\r\n this.addFiles($event);\r\n }\r\n}\r\n","export * from './lib/viewer.module';\r\nexport * from './lib/viewer-app.component';\r\nexport * from './lib/viewer.service';\r\nexport * from './lib/viewer-config.service';\r\n","module.exports = \":host {\\n overflow: scroll;\\n width: 100%;\\n background-color: #e7e7e7;\\n}\\n.document {\\n width: 100%;\\n -webkit-transition: all 0.4s;\\n transition: all 0.4s;\\n padding: 0px;\\n margin: 0px;\\n position: relative;\\n}\\n.sheets {\\n background-color: #fff;\\n display: -webkit-box;\\n display: flex;\\n border-top: 1px solid #e7e7e7;\\n position: fixed;\\n bottom: 17px;\\n right: 17px;\\n width: 100%;\\n}\\n.sheets ::ng-deep gd-button.active .text {\\n background-color: #272727;\\n border-radius: 10px;\\n color: #eee;\\n}\\n.sheets ::ng-deep gd-button .text {\\n padding: 1px 12px;\\n color: #000;\\n}\\n.sheets ::ng-deep gd-button fa-icon {\\n display: none;\\n}\\n.sheets-wrapper {\\n margin-left: 29px;\\n display: -webkit-box;\\n display: flex;\\n}\\n.page {\\n position: relative;\\n display: inline-block;\\n background-color: #ffffff;\\n -webkit-transition: all 0.3s;\\n transition: all 0.3s;\\n}\\n.wait {\\n position: absolute;\\n top: 55px;\\n left: Calc(30%);\\n}\\n.panzoom {\\n -webkit-transform: none;\\n transform: none;\\n -webkit-backface-visibility: hidden;\\n backface-visibility: hidden;\\n -webkit-transform-origin: 50% 50% 0px;\\n transform-origin: 50% 50% 0px;\\n display: -webkit-box;\\n display: flex;\\n flex-wrap: wrap;\\n}\\n.gd-zoomed {\\n margin: 10px 98px;\\n}\\n.highlights {\\n position: absolute;\\n top: 0px;\\n left: 0px;\\n bottom: 0px;\\n right: 0px;\\n}\\n.page-grid-lines {\\n background-color: white;\\n}\\n@media (max-width: 1037px) {\\n .document {\\n overflow-x: auto !important;\\n }\\n .panzoom {\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n }\\n .page {\\n min-width: unset !important;\\n min-height: unset !important;\\n margin: 5px 0px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvdmlld2VyL3NyYy9saWIvZXhjZWwtZG9jdW1lbnQvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3ZpZXdlci9zcmMvbGliL2V4Y2VsLWRvY3VtZW50L2V4Y2VsLWRvY3VtZW50LmNvbXBvbmVudC5sZXNzIiwibGlicy92aWV3ZXIvc3JjL2xpYi9leGNlbC1kb2N1bWVudC9leGNlbC1kb2N1bWVudC5jb21wb25lbnQubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTtFQUNFLGdCQUFBO0VBQ0EsV0FBQTtFQUNBLHlCQUFBO0FDREY7QURJQTtFQUNFLFdBQUE7RUFDQSw0QkFBQTtFQUFBLG9CQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxrQkFBQTtBQ0ZGO0FES0E7RUFDRSxzQkFBQTtFQUNBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDZCQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsV0FBQTtBQ0hGO0FETUk7RUFFSSx5QkFBQTtFQUNBLG1CQUFBO0VBQ0EsV0FBQTtBQ0xSO0FEVEE7RUFtQk0saUJBQUE7RUFDQSxXQUFBO0FDUE47QURiQTtFQXdCTSxhQUFBO0FDUk47QURhQTtFQUNFLGlCQUFBO0VBQ0Esb0JBQUE7RUFBQSxhQUFBO0FDWEY7QURjQTtFQUNFLGtCQUFBO0VBQ0EscUJBQUE7RUFDQSx5QkFBQTtFQUNBLDRCQUFBO0VBQUEsb0JBQUE7QUNaRjtBRGVBO0VBQ0Usa0JBQUE7RUFDQSxTQUFBO0VBQ0EsZUFBQTtBQ2JGO0FEZ0JBO0VBQ0UsdUJBQUE7VUFBQSxlQUFBO0VBQ0EsbUNBQUE7VUFBQSwyQkFBQTtFQUNBLHFDQUFBO1VBQUEsNkJBQUE7RUFDQSxvQkFBQTtFQUFBLGFBQUE7RUFDQSxlQUFBO0FDZEY7QURpQkE7RUFDRSxpQkFBQTtBQ2ZGO0FEa0JBO0VBQ0Usa0JBQUE7RUFDQSxRQUFBO0VBQ0EsU0FBQTtFQUNBLFdBQUE7RUFDQSxVQUFBO0FDaEJGO0FEbUJBO0VBQ0UsdUJBQUE7QUNqQkY7QURvQkE7RUFDRTtJQUNFLDJCQUFBO0VDbEJGO0VEcUJBO0lBQ0UsNEJBQUE7SUFBQSw2QkFBQTtZQUFBLHNCQUFBO0VDbkJGO0VEc0JBO0lBQ0UsMkJBQUE7SUFDQSw0QkFBQTtJQUNBLGVBQUE7RUNwQkY7QUFDRiIsImZpbGUiOiJsaWJzL3ZpZXdlci9zcmMvbGliL2V4Y2VsLWRvY3VtZW50L2V4Y2VsLWRvY3VtZW50LmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4vLi4vLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXMubGVzc1wiO1xuXG46aG9zdCB7XG4gIG92ZXJmbG93ICAgICAgICA6IHNjcm9sbDtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogQG1lcmN1cnk7XG59XG5cbi5kb2N1bWVudCB7XG4gIHdpZHRoICAgICA6IDEwMCU7XG4gIHRyYW5zaXRpb246IGFsbCAwLjRzO1xuICBwYWRkaW5nICAgOiAwcHg7XG4gIG1hcmdpbiAgICA6IDBweDtcbiAgcG9zaXRpb24gIDogcmVsYXRpdmU7XG59XG5cbi5zaGVldHMge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmO1xuICBkaXNwbGF5ICAgICAgICAgOiBmbGV4O1xuICBib3JkZXItdG9wICAgICAgOiAxcHggc29saWQgQG1lcmN1cnk7XG4gIHBvc2l0aW9uICAgICAgICA6IGZpeGVkO1xuICBib3R0b20gICAgICAgICAgOiAxN3B4O1xuICByaWdodCAgICAgICAgICAgOiAxN3B4O1xuICB3aWR0aCAgICAgICAgICAgOiAxMDAlO1xuXG4gIDo6bmctZGVlcCBnZC1idXR0b24ge1xuICAgICYuYWN0aXZlIHtcbiAgICAgIC50ZXh0IHtcbiAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzI3MjcyNztcbiAgICAgICAgYm9yZGVyLXJhZGl1cyAgIDogMTBweDtcbiAgICAgICAgY29sb3IgICAgICAgICAgIDogI2VlZTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICAudGV4dCB7XG4gICAgICBwYWRkaW5nOiAxcHggMTJweDtcbiAgICAgIGNvbG9yICA6ICMwMDA7XG4gICAgfVxuXG4gICAgZmEtaWNvbiB7XG4gICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cbiAgfVxufVxuXG4uc2hlZXRzLXdyYXBwZXIge1xuICBtYXJnaW4tbGVmdDogMjlweDtcbiAgZGlzcGxheSAgICA6IGZsZXg7XG59XG5cbi5wYWdlIHtcbiAgcG9zaXRpb24gICAgICAgIDogcmVsYXRpdmU7XG4gIGRpc3BsYXkgICAgICAgICA6IGlubGluZS1ibG9jaztcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgdHJhbnNpdGlvbiAgICAgIDogYWxsIDAuM3M7XG59XG5cbi53YWl0IHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3AgICAgIDogNTVweDtcbiAgbGVmdCAgICA6IENhbGMoNTAlIC0gMjBweCk7XG59XG5cbi5wYW56b29tIHtcbiAgdHJhbnNmb3JtICAgICAgICAgIDogbm9uZTtcbiAgYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuO1xuICB0cmFuc2Zvcm0tb3JpZ2luICAgOiA1MCUgNTAlIDBweDtcbiAgZGlzcGxheSAgICAgICAgICAgIDogZmxleDtcbiAgZmxleC13cmFwICAgICAgICAgIDogd3JhcDtcbn1cblxuLmdkLXpvb21lZCB7XG4gIG1hcmdpbjogMTBweCA5OHB4O1xufVxuXG4uaGlnaGxpZ2h0cyB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wICAgICA6IDBweDtcbiAgbGVmdCAgICA6IDBweDtcbiAgYm90dG9tICA6IDBweDtcbiAgcmlnaHQgICA6IDBweDtcbn1cblxuLnBhZ2UtZ3JpZC1saW5lcyB7XG4gIGJhY2tncm91bmQtY29sb3I6IHdoaXRlO1xufVxuXG5AbWVkaWEgQHBob25lLWRvd24ge1xuICAuZG9jdW1lbnQge1xuICAgIG92ZXJmbG93LXg6IGF1dG8gIWltcG9ydGFudDtcbiAgfVxuXG4gIC5wYW56b29tIHtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB9XG5cbiAgLnBhZ2Uge1xuICAgIG1pbi13aWR0aCA6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgbWluLWhlaWdodDogdW5zZXQgIWltcG9ydGFudDtcbiAgICBtYXJnaW4gICAgOiA1cHggMHB4O1xuICB9XG59IiwiOmhvc3Qge1xuICBvdmVyZmxvdzogc2Nyb2xsO1xuICB3aWR0aDogMTAwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2U3ZTdlNztcbn1cbi5kb2N1bWVudCB7XG4gIHdpZHRoOiAxMDAlO1xuICB0cmFuc2l0aW9uOiBhbGwgMC40cztcbiAgcGFkZGluZzogMHB4O1xuICBtYXJnaW46IDBweDtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuLnNoZWV0cyB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGJvcmRlci10b3A6IDFweCBzb2xpZCAjZTdlN2U3O1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIGJvdHRvbTogMTdweDtcbiAgcmlnaHQ6IDE3cHg7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnNoZWV0cyA6Om5nLWRlZXAgZ2QtYnV0dG9uLmFjdGl2ZSAudGV4dCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMyNzI3Mjc7XG4gIGJvcmRlci1yYWRpdXM6IDEwcHg7XG4gIGNvbG9yOiAjZWVlO1xufVxuLnNoZWV0cyA6Om5nLWRlZXAgZ2QtYnV0dG9uIC50ZXh0IHtcbiAgcGFkZGluZzogMXB4IDEycHg7XG4gIGNvbG9yOiAjMDAwO1xufVxuLnNoZWV0cyA6Om5nLWRlZXAgZ2QtYnV0dG9uIGZhLWljb24ge1xuICBkaXNwbGF5OiBub25lO1xufVxuLnNoZWV0cy13cmFwcGVyIHtcbiAgbWFyZ2luLWxlZnQ6IDI5cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG4ucGFnZSB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xuICB0cmFuc2l0aW9uOiBhbGwgMC4zcztcbn1cbi53YWl0IHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDU1cHg7XG4gIGxlZnQ6IENhbGMoMzAlKTtcbn1cbi5wYW56b29tIHtcbiAgdHJhbnNmb3JtOiBub25lO1xuICBiYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47XG4gIHRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCUgMHB4O1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LXdyYXA6IHdyYXA7XG59XG4uZ2Qtem9vbWVkIHtcbiAgbWFyZ2luOiAxMHB4IDk4cHg7XG59XG4uaGlnaGxpZ2h0cyB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwcHg7XG4gIGxlZnQ6IDBweDtcbiAgYm90dG9tOiAwcHg7XG4gIHJpZ2h0OiAwcHg7XG59XG4ucGFnZS1ncmlkLWxpbmVzIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogd2hpdGU7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5kb2N1bWVudCB7XG4gICAgb3ZlcmZsb3cteDogYXV0byAhaW1wb3J0YW50O1xuICB9XG4gIC5wYW56b29tIHtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICB9XG4gIC5wYWdlIHtcbiAgICBtaW4td2lkdGg6IHVuc2V0ICFpbXBvcnRhbnQ7XG4gICAgbWluLWhlaWdodDogdW5zZXQgIWltcG9ydGFudDtcbiAgICBtYXJnaW46IDVweCAwcHg7XG4gIH1cbn1cbiJdfQ== */\"","import { Component, ElementRef, OnInit, ViewChildren, QueryList, AfterViewInit } from '@angular/core';\r\nimport { DocumentComponent, WindowService, NavigateService } from '@groupdocs.examples.angular/common-components';\r\nimport { ZoomService } from '@groupdocs.examples.angular/common-components';\r\nimport { ExcelPageComponent } from '../excel-page/excel-page.component';\r\n\r\n@Component({\r\n selector: 'gd-excel-document',\r\n templateUrl: './excel-document.component.html',\r\n styleUrls: ['./excel-document.component.less'],\r\n})\r\nexport class ExcelDocumentComponent extends DocumentComponent implements OnInit, AfterViewInit {\r\n @ViewChildren(ExcelPageComponent) pages: QueryList; \r\n \r\n currentPageNo: number;\r\n panzoom = null;\r\n navigateService: NavigateService;\r\n\r\n constructor(_elementRef: ElementRef,\r\n zoomService: ZoomService,\r\n windowService: WindowService,\r\n navigateService: NavigateService) {\r\n super(_elementRef, zoomService, windowService, navigateService);\r\n this.navigateService = navigateService;\r\n }\r\n\r\n ngOnInit(){\r\n this.currentPageNo = 1;\r\n }\r\n\r\n ngAfterViewInit() {\r\n this.refreshExcelDocHeight();\r\n this.pages.changes.subscribe(()=>{\r\n this.refreshExcelDocHeight();\r\n });\r\n\r\n this.navigateService.navigate.subscribe(((\r\n value => {\r\n this.selectSheet(value);\r\n })));\r\n }\r\n\r\n refreshExcelDocHeight() {\r\n // For current iteration we'll change actual height of .document\r\n this.doc = this._elementRef.nativeElement.children.item(0);\r\n this.panzoom = this._elementRef.nativeElement.children.item(0).children.item(0);\r\n // magic number 37 is the height of the bottom-bar with navigation between pages\r\n this.doc.style.height = this.panzoom.scrollHeight + 37 + \"px\";\r\n }\r\n\r\n selectSheet(number){\r\n this.currentPageNo = number;\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class ExcelPageService {\r\n constructor() {\r\n }\r\n\r\n getUpdatedPage(data) {\r\n const doc = new DOMParser().parseFromString(data, \"text/html\");\r\n const table = doc.querySelector('table');\r\n let numCellsInFirstRow = 0;\r\n const cellsFromFirstRow = doc.querySelectorAll('table > tbody > tr:first-child td');\r\n\r\n cellsFromFirstRow.forEach(elm => {\r\n numCellsInFirstRow += elm.attributes['colspan'] ? parseInt(elm.attributes['colspan'].value, 10) : 1;\r\n });\r\n \r\n const newTable = this.createHeader(numCellsInFirstRow, table);\r\n doc.querySelector('table').replaceWith(newTable);\r\n\r\n const resultData = new XMLSerializer().serializeToString(doc)\r\n // work-around for FF which is adds a0 namespace during serialization\r\n return resultData.replace(/a0:/g,\"\").replace(/:a0/g,\"\");\r\n }\r\n\r\n createHeader(numCols, table){\r\n const header = document.createElement('thead');\r\n header.append(document.createElement('tr'));\r\n\r\n for(let i = 0; i < numCols; ++i){\r\n const th = document.createElement('th');\r\n th.innerText = this.colName(i);\r\n header.querySelector(\"tr\").append(th);\r\n }\r\n \r\n const colgroup = table.querySelector('colgroup');\r\n const col = document.createElement('col');\r\n col.width = '80px';\r\n colgroup.prepend(col);\r\n \r\n table.prepend(header);\r\n\r\n let cnt = 0;\r\n table.querySelectorAll('tr').forEach(row => {\r\n const div = document.createElement('div');\r\n if (cnt !== 0) {\r\n const td = document.createElement('td');\r\n td.className = \"excel\"\r\n td.append(div);\r\n div.innerText = cnt.toString();\r\n row.prepend(td);\r\n }\r\n else {\r\n const th = document.createElement('th');\r\n th.append(div);\r\n row.prepend(th);\r\n }\r\n cnt++;\r\n });\r\n\r\n return table;\r\n }\r\n\r\n colName(n) {\r\n const ordA = 'a'.charCodeAt(0);\r\n const ordZ = 'z'.charCodeAt(0);\r\n const len = ordZ - ordA + 1;\r\n\r\n let s = \"\";\r\n while(n >= 0) {\r\n s = String.fromCharCode(n % len + ordA) + s;\r\n n = Math.floor(n / len) - 1;\r\n }\r\n return s;\r\n }\r\n}\r\n","module.exports = \".gd-page-spinner {\\n margin-top: 150px;\\n text-align: center;\\n}\\n.gd-wrapper {\\n width: inherit;\\n height: inherit;\\n}\\n.gd-wrapper div {\\n width: 100%;\\n}\\n::ng-deep .gd-highlight {\\n background-color: yellow;\\n}\\n::ng-deep .gd-highlight-select {\\n background-color: #ff9b00;\\n}\\n::ng-deep th {\\n color: #959da5;\\n background-color: #f4f4f4;\\n font-weight: unset;\\n border: 1px solid #e7e7e7 !important;\\n text-transform: uppercase;\\n font-size: 14px;\\n overflow: hidden;\\n}\\n::ng-deep td {\\n vertical-align: middle !important;\\n}\\n::ng-deep .page-grid-lines td {\\n border: 1px solid #e7e7e7 !important;\\n}\\n::ng-deep .page td:nth-child(1) {\\n border: 1px solid #e7e7e7 !important;\\n}\\n::ng-deep tr td.excel:first-child {\\n color: #959da5;\\n background-color: #f4f4f4;\\n font-weight: unset;\\n width: 1%;\\n text-align: center;\\n}\\n::ng-deep tr td.excel:first-child div {\\n width: 80px;\\n}\\n::ng-deep tr th.excel:first-child {\\n background-color: #f4f4f4;\\n width: 1%;\\n}\\n::ng-deep tr th.excel:first-child div {\\n width: 80px;\\n}\\n.gd-page-image {\\n height: 100% !important;\\n width: 100% !important;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvdmlld2VyL3NyYy9saWIvZXhjZWwtcGFnZS9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvdmlld2VyL3NyYy9saWIvZXhjZWwtcGFnZS9leGNlbC1wYWdlLmNvbXBvbmVudC5sZXNzIiwibGlicy92aWV3ZXIvc3JjL2xpYi9leGNlbC1wYWdlL2V4Y2VsLXBhZ2UuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxpQkFBQTtFQUNBLGtCQUFBO0FDREY7QURJQTtFQUNFLGNBQUE7RUFDQSxlQUFBO0FDRkY7QURLQTtFQUNFLFdBQUE7QUNIRjtBRE1BO0VBQ0Usd0JBQUE7QUNKRjtBRE9BO0VBQ0UseUJBQUE7QUNMRjtBRFFBO0VBQ0UsY0FBQTtFQUNBLHlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxvQ0FBQTtFQUNBLHlCQUFBO0VBQ0EsZUFBQTtFQUNBLGdCQUFBO0FDTkY7QURTQTtFQUNFLGlDQUFBO0FDUEY7QURVQTtFQUNFLG9DQUFBO0FDUkY7QURXQTtFQUNFLG9DQUFBO0FDVEY7QURZQTtFQUNFLGNBQUE7RUFDQSx5QkFBQTtFQUNBLGtCQUFBO0VBQ0EsU0FBQTtFQUNBLGtCQUFBO0FDVkY7QURLQTtFQVFJLFdBQUE7QUNWSjtBRGNBO0VBQ0UseUJBQUE7RUFDQSxTQUFBO0FDWkY7QURVQTtFQUtJLFdBQUE7QUNaSjtBRGlCQTtFQUNFLHVCQUFBO0VBQ0Esc0JBQUE7QUNmRiIsImZpbGUiOiJsaWJzL3ZpZXdlci9zcmMvbGliL2V4Y2VsLXBhZ2UvZXhjZWwtcGFnZS5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCIuLi8uLi8uLi8uLi9jb21tb24tY29tcG9uZW50cy9zcmMvc3R5bGVzL3ZhcmlhYmxlc1wiO1xuXG4uZ2QtcGFnZS1zcGlubmVyIHtcbiAgbWFyZ2luLXRvcDogMTUwcHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cblxuLmdkLXdyYXBwZXIge1xuICB3aWR0aCA6IGluaGVyaXQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cblxuLmdkLXdyYXBwZXIgZGl2IHtcbiAgd2lkdGg6IDEwMCU7XG59XG5cbjo6bmctZGVlcCAuZ2QtaGlnaGxpZ2h0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogeWVsbG93O1xufVxuXG46Om5nLWRlZXAgLmdkLWhpZ2hsaWdodC1zZWxlY3Qge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmY5YjAwO1xufVxuXG46Om5nLWRlZXAgdGgge1xuICBjb2xvciAgICAgICAgICAgOiBAcmVnZW50LWdyYXk7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG4gIGZvbnQtd2VpZ2h0ICAgICA6IHVuc2V0O1xuICBib3JkZXIgICAgICAgICAgOiAxcHggc29saWQgQG1lcmN1cnkgICFpbXBvcnRhbnQ7XG4gIHRleHQtdHJhbnNmb3JtICA6IHVwcGVyY2FzZTtcbiAgZm9udC1zaXplICAgICAgIDogMTRweDtcbiAgb3ZlcmZsb3cgICAgICAgIDogaGlkZGVuO1xufVxuXG46Om5nLWRlZXAgdGQge1xuICB2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlICFpbXBvcnRhbnQ7XG59XG5cbjo6bmctZGVlcCAucGFnZS1ncmlkLWxpbmVzIHRkIHtcbiAgYm9yZGVyOiAxcHggc29saWQgQG1lcmN1cnkgICFpbXBvcnRhbnQ7XG59XG5cbjo6bmctZGVlcCAucGFnZSB0ZDpudGgtY2hpbGQoMSkge1xuICBib3JkZXI6IDFweCBzb2xpZCBAbWVyY3VyeSAgIWltcG9ydGFudDtcbn1cblxuOjpuZy1kZWVwIHRyIHRkLmV4Y2VsOmZpcnN0LWNoaWxkIHtcbiAgY29sb3IgICAgICAgICAgIDogQHJlZ2VudC1ncmF5O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAd2lsZC1zYW5kO1xuICBmb250LXdlaWdodCAgICAgOiB1bnNldDtcbiAgd2lkdGggICAgICAgICAgIDogMSU7XG4gIHRleHQtYWxpZ24gICAgICA6IGNlbnRlcjtcblxuICBkaXYge1xuICAgIHdpZHRoOiA4MHB4O1xuICB9XG59XG5cbjo6bmctZGVlcCB0ciB0aC5leGNlbDpmaXJzdC1jaGlsZCB7XG4gIGJhY2tncm91bmQtY29sb3I6IEB3aWxkLXNhbmQ7XG4gIHdpZHRoICAgICAgICAgICA6IDElO1xuXG4gIGRpdiB7XG4gICAgd2lkdGg6IDgwcHg7XG4gIH1cbn1cblxuLy8gVE9ETzogcmVtb3ZlIHRoaXMgYWZ0ZXIgcmVsYXRlZCBpc3N1ZSB3aWxsIGJlIGZpeGVkXG4uZ2QtcGFnZS1pbWFnZSB7XG4gIGhlaWdodDogMTAwJSAhaW1wb3J0YW50O1xuICB3aWR0aCA6IDEwMCUgIWltcG9ydGFudDtcbn0iLCIuZ2QtcGFnZS1zcGlubmVyIHtcbiAgbWFyZ2luLXRvcDogMTUwcHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbi5nZC13cmFwcGVyIHtcbiAgd2lkdGg6IGluaGVyaXQ7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cbi5nZC13cmFwcGVyIGRpdiB7XG4gIHdpZHRoOiAxMDAlO1xufVxuOjpuZy1kZWVwIC5nZC1oaWdobGlnaHQge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiB5ZWxsb3c7XG59XG46Om5nLWRlZXAgLmdkLWhpZ2hsaWdodC1zZWxlY3Qge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmY5YjAwO1xufVxuOjpuZy1kZWVwIHRoIHtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmNGY0ZjQ7XG4gIGZvbnQtd2VpZ2h0OiB1bnNldDtcbiAgYm9yZGVyOiAxcHggc29saWQgI2U3ZTdlNyAhaW1wb3J0YW50O1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICBmb250LXNpemU6IDE0cHg7XG4gIG92ZXJmbG93OiBoaWRkZW47XG59XG46Om5nLWRlZXAgdGQge1xuICB2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgLnBhZ2UtZ3JpZC1saW5lcyB0ZCB7XG4gIGJvcmRlcjogMXB4IHNvbGlkICNlN2U3ZTcgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAucGFnZSB0ZDpudGgtY2hpbGQoMSkge1xuICBib3JkZXI6IDFweCBzb2xpZCAjZTdlN2U3ICFpbXBvcnRhbnQ7XG59XG46Om5nLWRlZXAgdHIgdGQuZXhjZWw6Zmlyc3QtY2hpbGQge1xuICBjb2xvcjogIzk1OWRhNTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2Y0ZjRmNDtcbiAgZm9udC13ZWlnaHQ6IHVuc2V0O1xuICB3aWR0aDogMSU7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbjo6bmctZGVlcCB0ciB0ZC5leGNlbDpmaXJzdC1jaGlsZCBkaXYge1xuICB3aWR0aDogODBweDtcbn1cbjo6bmctZGVlcCB0ciB0aC5leGNlbDpmaXJzdC1jaGlsZCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmNGY0ZjQ7XG4gIHdpZHRoOiAxJTtcbn1cbjo6bmctZGVlcCB0ciB0aC5leGNlbDpmaXJzdC1jaGlsZCBkaXYge1xuICB3aWR0aDogODBweDtcbn1cbi5nZC1wYWdlLWltYWdlIHtcbiAgaGVpZ2h0OiAxMDAlICFpbXBvcnRhbnQ7XG4gIHdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG59XG4iXX0= */\"","import {Component, Input, OnChanges, OnInit, SimpleChanges} from '@angular/core';\r\nimport { ExcelPageService } from '../excel-page.service';\r\n\r\n@Component({\r\n selector: 'gd-excel-page',\r\n templateUrl: './excel-page.component.html',\r\n styleUrls: ['./excel-page.component.less']\r\n})\r\nexport class ExcelPageComponent implements OnInit, OnChanges {\r\n\r\n @Input() angle: number;\r\n @Input() width: number;\r\n @Input() height: number;\r\n @Input() number: number;\r\n @Input() data: string;\r\n @Input() isHtml: boolean;\r\n @Input() editable: boolean;\r\n imgData: string;\r\n\r\n constructor(private _excelPageService: ExcelPageService) {\r\n }\r\n\r\n ngOnInit() {\r\n const isIE = /*@cc_on!@*/false || !!/(MSIE|Trident\\/|Edge\\/)/i.test(navigator.userAgent);\r\n if(isIE && this.number === 0){\r\n this.editable = false;\r\n }\r\n }\r\n\r\n ngOnChanges(changes: SimpleChanges): void {\r\n // TODO: this is temporary needed to remove unneeded spaces and BOM symbol \r\n // which leads to undesired spaces on the top of the docs pages\r\n this.data = this.data !== null ? this.data.replace(/>\\s+<')\r\n .replace(/\\uFEFF/g,\"\")\r\n .replace(/href=\"\\/viewer/g, 'href=\"http://localhost:8080/viewer')\r\n .replace(/src=\"\\/viewer/g, 'src=\"http://localhost:8080/viewer')\r\n .replace(/data=\"\\/viewer/g, 'data=\"http://localhost:8080/viewer')\r\n : null;\r\n const dataImagePngBase64 = 'data:image/png;base64,';\r\n this.imgData = dataImagePngBase64;\r\n if (!this.isHtml) {\r\n this.imgData += this.data;\r\n }\r\n\r\n this.data = this.data !== null ? this._excelPageService.getUpdatedPage(this.data) : null;\r\n }\r\n}","module.exports = \":host {\\n -webkit-box-flex: 0;\\n flex: 0 0 300px;\\n background: #f5f5f5;\\n color: #fff;\\n overflow-y: auto;\\n display: block;\\n -webkit-transition: margin-left 0.2s;\\n transition: margin-left 0.2s;\\n height: 100%;\\n}\\n.gd-page {\\n width: 272px;\\n height: 272px;\\n -webkit-transition: all 0.3s;\\n transition: all 0.3s;\\n background-color: #e7e7e7;\\n cursor: pointer;\\n margin: 14px 14px 0px 14px;\\n}\\n.gd-page:hover {\\n background-color: #c0c0c0;\\n}\\n.gd-wrapper {\\n -webkit-transform: translate(-50%, -50%);\\n transform: translate(-50%, -50%);\\n left: 50%;\\n top: 50%;\\n position: relative;\\n background-color: #ffffff;\\n box-shadow: 0px 4px 12px -4px rgba(0, 0, 0, 0.38);\\n pointer-events: none;\\n}\\n.gd-wrapper ::ng-deep img {\\n width: inherit;\\n}\\n/* Make thumbnails sidebar scroll not visible */\\n.gd-thumbnails::-webkit-scrollbar {\\n width: 0px;\\n background-color: #F5F5F5;\\n}\\n.gd-thumbnails-panzoom > .gd-thumbnails-landscape {\\n margin: -134px 0px -1px 12px;\\n}\\n.gd-thumbnails .gd-page-image {\\n height: inherit;\\n}\\n.gd-thumbnails-landscape-image {\\n margin: -90px 0 -23px !important;\\n}\\n.gd-thumbnails-landscape-image-rotated {\\n margin: 126px 0 -3px -104px !important;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvdmlld2VyL3NyYy9saWIvdGh1bWJuYWlscy9DOi9Tb3VyY2VzL0dyb3VwRG9jcy5Ub3RhbC5Bbmd1bGFyL2xpYnMvdmlld2VyL3NyYy9saWIvdGh1bWJuYWlscy90aHVtYm5haWxzLmNvbXBvbmVudC5sZXNzIiwibGlicy92aWV3ZXIvc3JjL2xpYi90aHVtYm5haWxzL3RodW1ibmFpbHMuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxtQkFBQTtVQUFBLGVBQUE7RUFDQSxtQkFBQTtFQUNBLFdBQUE7RUFDQSxnQkFBQTtFQUNBLGNBQUE7RUFDQSxvQ0FBQTtFQUFBLDRCQUFBO0VBQ0EsWUFBQTtBQ0RGO0FESUE7RUFDRSxZQUFBO0VBQ0EsYUFBQTtFQUNBLDRCQUFBO0VBQUEsb0JBQUE7RUFDQSx5QkFBQTtFQUNBLGVBQUE7RUFDQSwwQkFBQTtBQ0ZGO0FES0E7RUFDRSx5QkFBQTtBQ0hGO0FETUE7RUFDRSx3Q0FBQTtVQUFBLGdDQUFBO0VBQ0EsU0FBQTtFQUNBLFFBQUE7RUFDQSxrQkFBQTtFQUNBLHlCQUFBO0VBR0EsaURBQUE7RUFDQSxvQkFBQTtBQ0pGO0FETEE7RUFZSSxjQUFBO0FDSko7QUFDQSwrQ0FBK0M7QURRL0M7RUFDRSxVQUFBO0VBQ0EseUJBQUE7QUNORjtBRFNBO0VBQ0UsNEJBQUE7QUNQRjtBRFVBO0VBQ0UsZUFBQTtBQ1JGO0FEV0E7RUFDRSxnQ0FBQTtBQ1RGO0FEWUE7RUFDRSxzQ0FBQTtBQ1ZGIiwiZmlsZSI6ImxpYnMvdmlld2VyL3NyYy9saWIvdGh1bWJuYWlscy90aHVtYm5haWxzLmNvbXBvbmVudC5sZXNzIiwic291cmNlc0NvbnRlbnQiOlsiQGltcG9ydCBcIi4uLy4uLy4uLy4uL2NvbW1vbi1jb21wb25lbnRzL3NyYy9zdHlsZXMvdmFyaWFibGVzXCI7XG5cbjpob3N0IHtcbiAgZmxleCAgICAgIDogMCAwIDMwMHB4O1xuICBiYWNrZ3JvdW5kOiAjZjVmNWY1O1xuICBjb2xvciAgICAgOiAjZmZmO1xuICBvdmVyZmxvdy15OiBhdXRvO1xuICBkaXNwbGF5ICAgOiBibG9jaztcbiAgdHJhbnNpdGlvbjogbWFyZ2luLWxlZnQgMC4ycztcbiAgaGVpZ2h0ICAgIDogMTAwJTtcbn1cblxuLmdkLXBhZ2Uge1xuICB3aWR0aCAgICAgICAgICAgOiAyNzJweDtcbiAgaGVpZ2h0ICAgICAgICAgIDogMjcycHg7XG4gIHRyYW5zaXRpb24gICAgICA6IGFsbCAwLjNzO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAbWVyY3VyeTtcbiAgY3Vyc29yICAgICAgICAgIDogcG9pbnRlcjtcbiAgbWFyZ2luICAgICAgICAgIDogMTRweCAxNHB4IDBweCAxNHB4O1xufVxuXG4uZ2QtcGFnZTpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNjMGMwYzA7XG59XG5cbi5nZC13cmFwcGVyIHtcbiAgdHJhbnNmb3JtICAgICAgICAgOiB0cmFuc2xhdGUoLTUwJSwgLTUwJSk7XG4gIGxlZnQgICAgICAgICAgICAgIDogNTAlO1xuICB0b3AgICAgICAgICAgICAgICA6IDUwJTtcbiAgcG9zaXRpb24gICAgICAgICAgOiByZWxhdGl2ZTtcbiAgYmFja2dyb3VuZC1jb2xvciAgOiAjZmZmZmZmO1xuICAtd2Via2l0LWJveC1zaGFkb3c6IDBweCA0cHggMTJweCAtNHB4IHJnYmEoMCwgMCwgMCwgMC4zOCk7XG4gIC1tb3otYm94LXNoYWRvdyAgIDogMHB4IDRweCAxMnB4IC00cHggcmdiYSgwLCAwLCAwLCAwLjM4KTtcbiAgYm94LXNoYWRvdyAgICAgICAgOiAwcHggNHB4IDEycHggLTRweCByZ2JhKDAsIDAsIDAsIDAuMzgpO1xuICBwb2ludGVyLWV2ZW50cyAgICA6IG5vbmU7XG5cbiAgOjpuZy1kZWVwIGltZyB7XG4gICAgd2lkdGg6IGluaGVyaXQ7XG4gIH1cbn1cblxuLyogTWFrZSB0aHVtYm5haWxzIHNpZGViYXIgc2Nyb2xsIG5vdCB2aXNpYmxlICovXG4uZ2QtdGh1bWJuYWlsczo6LXdlYmtpdC1zY3JvbGxiYXIge1xuICB3aWR0aCAgICAgICAgICAgOiAwcHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGNUY1RjU7XG59XG5cbi5nZC10aHVtYm5haWxzLXBhbnpvb20+LmdkLXRodW1ibmFpbHMtbGFuZHNjYXBlIHtcbiAgbWFyZ2luOiAtMTM0cHggMHB4IC0xcHggMTJweDtcbn1cblxuLmdkLXRodW1ibmFpbHMgLmdkLXBhZ2UtaW1hZ2Uge1xuICBoZWlnaHQ6IGluaGVyaXQ7XG59XG5cbi5nZC10aHVtYm5haWxzLWxhbmRzY2FwZS1pbWFnZSB7XG4gIG1hcmdpbjogLTkwcHggMCAtMjNweCAhaW1wb3J0YW50O1xufVxuXG4uZ2QtdGh1bWJuYWlscy1sYW5kc2NhcGUtaW1hZ2Utcm90YXRlZCB7XG4gIG1hcmdpbjogMTI2cHggMCAtM3B4IC0xMDRweCAhaW1wb3J0YW50O1xufSIsIjpob3N0IHtcbiAgZmxleDogMCAwIDMwMHB4O1xuICBiYWNrZ3JvdW5kOiAjZjVmNWY1O1xuICBjb2xvcjogI2ZmZjtcbiAgb3ZlcmZsb3cteTogYXV0bztcbiAgZGlzcGxheTogYmxvY2s7XG4gIHRyYW5zaXRpb246IG1hcmdpbi1sZWZ0IDAuMnM7XG4gIGhlaWdodDogMTAwJTtcbn1cbi5nZC1wYWdlIHtcbiAgd2lkdGg6IDI3MnB4O1xuICBoZWlnaHQ6IDI3MnB4O1xuICB0cmFuc2l0aW9uOiBhbGwgMC4zcztcbiAgYmFja2dyb3VuZC1jb2xvcjogI2U3ZTdlNztcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBtYXJnaW46IDE0cHggMTRweCAwcHggMTRweDtcbn1cbi5nZC1wYWdlOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2MwYzBjMDtcbn1cbi5nZC13cmFwcGVyIHtcbiAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgLTUwJSk7XG4gIGxlZnQ6IDUwJTtcbiAgdG9wOiA1MCU7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbiAgLXdlYmtpdC1ib3gtc2hhZG93OiAwcHggNHB4IDEycHggLTRweCByZ2JhKDAsIDAsIDAsIDAuMzgpO1xuICAtbW96LWJveC1zaGFkb3c6IDBweCA0cHggMTJweCAtNHB4IHJnYmEoMCwgMCwgMCwgMC4zOCk7XG4gIGJveC1zaGFkb3c6IDBweCA0cHggMTJweCAtNHB4IHJnYmEoMCwgMCwgMCwgMC4zOCk7XG4gIHBvaW50ZXItZXZlbnRzOiBub25lO1xufVxuLmdkLXdyYXBwZXIgOjpuZy1kZWVwIGltZyB7XG4gIHdpZHRoOiBpbmhlcml0O1xufVxuLyogTWFrZSB0aHVtYm5haWxzIHNpZGViYXIgc2Nyb2xsIG5vdCB2aXNpYmxlICovXG4uZ2QtdGh1bWJuYWlsczo6LXdlYmtpdC1zY3JvbGxiYXIge1xuICB3aWR0aDogMHB4O1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNUY1O1xufVxuLmdkLXRodW1ibmFpbHMtcGFuem9vbSA+IC5nZC10aHVtYm5haWxzLWxhbmRzY2FwZSB7XG4gIG1hcmdpbjogLTEzNHB4IDBweCAtMXB4IDEycHg7XG59XG4uZ2QtdGh1bWJuYWlscyAuZ2QtcGFnZS1pbWFnZSB7XG4gIGhlaWdodDogaW5oZXJpdDtcbn1cbi5nZC10aHVtYm5haWxzLWxhbmRzY2FwZS1pbWFnZSB7XG4gIG1hcmdpbjogLTkwcHggMCAtMjNweCAhaW1wb3J0YW50O1xufVxuLmdkLXRodW1ibmFpbHMtbGFuZHNjYXBlLWltYWdlLXJvdGF0ZWQge1xuICBtYXJnaW46IDEyNnB4IDAgLTNweCAtMTA0cHggIWltcG9ydGFudDtcbn1cbiJdfQ== */\"","import {Component, Input, OnInit, OnDestroy, AfterViewInit, OnChanges, Output, EventEmitter} from '@angular/core';\r\nimport {NavigateService, PageModel, ZoomService, FileUtil} from \"@groupdocs.examples.angular/common-components\";\r\n\r\n@Component({\r\n selector: 'gd-thumbnails',\r\n templateUrl: './thumbnails.component.html',\r\n styleUrls: ['./thumbnails.component.less']\r\n})\r\nexport class ThumbnailsComponent implements OnInit, OnChanges, AfterViewInit, OnDestroy {\r\n\r\n @Input() pages: PageModel[];\r\n @Input() guid: string;\r\n @Input() mode: boolean;\r\n @Input() isHtmlMode: boolean;\r\n @Output() selectedPage = new EventEmitter();\r\n\r\n constructor(private _navigateService: NavigateService, private _zoomService: ZoomService) {\r\n }\r\n\r\n ngOnInit() {\r\n }\r\n\r\n ngOnChanges() {\r\n // TODO: this is temporary needed to remove unneeded spaces and BOM symbol \r\n // which leads to undesired spaces on the top of the docs pages\r\n if (this.pages) {\r\n this.pages.forEach(page => {\r\n if (page.data) {\r\n page.data = page.data.replace(/>\\s+<')\r\n .replace(/\\uFEFF/g,\"\")\r\n .replace(/href=\"\\/viewer/g, 'href=\"http://localhost:8080/viewer')\r\n .replace(/src=\"\\/viewer/g, 'src=\"http://localhost:8080/viewer')\r\n .replace(/data=\"\\/viewer/g, 'data=\"http://localhost:8080/viewer');\r\n }\r\n });\r\n }\r\n }\r\n\r\n ngAfterViewInit() {\r\n this._zoomService.changeZoom(this._zoomService.zoom);\r\n }\r\n\r\n ngOnDestroy() {\r\n this._zoomService.changeZoom(this._zoomService.zoom);\r\n }\r\n\r\n imgData(data: string) {\r\n const dataImagePngBase64 = 'data:image/png;base64,';\r\n if (!this.isHtmlMode) {\r\n return dataImagePngBase64 + data;\r\n }\r\n return dataImagePngBase64;\r\n }\r\n\r\n getScale(x: number, y: number) {\r\n return Math.min(190 / x, 190 / y);\r\n }\r\n\r\n openPage(pageNumber: number) {\r\n this.selectedPage.emit(pageNumber);\r\n this._navigateService.navigateTo(pageNumber);\r\n }\r\n\r\n // TODO: consider placing in one service\r\n getDimensionWithUnit(value: number) {\r\n return value + FileUtil.find(this.guid, false).unit;\r\n }\r\n}\r\n","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n.current-page-number {\\n margin-left: 7px;\\n font-size: 14px;\\n color: #959da5;\\n width: 37px;\\n height: 37px;\\n line-height: 37px;\\n text-align: center;\\n}\\n.current-page-number.active {\\n color: #fff;\\n}\\n.wrapper {\\n -webkit-box-align: stretch;\\n align-items: stretch;\\n height: 100%;\\n width: 100%;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n.doc-panel {\\n display: -webkit-box;\\n display: flex;\\n height: calc(100vh - 60px);\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n flex-direction: row;\\n}\\n.thumbnails-button {\\n position: absolute;\\n right: 3px;\\n}\\n.top-panel {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-align: center;\\n align-items: center;\\n width: 100%;\\n}\\n.toolbar-panel {\\n background-color: #3e4e5a;\\n width: 100%;\\n}\\n::ng-deep .tools .button,\\n::ng-deep .tools .selected-value,\\n::ng-deep .tools .nav-caret {\\n color: #fff !important;\\n}\\n::ng-deep .tools .button.inactive,\\n::ng-deep .tools .selected-value.inactive,\\n::ng-deep .tools .nav-caret.inactive {\\n color: #959da5 !important;\\n}\\n::ng-deep .tools .button {\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-flow: column;\\n}\\n::ng-deep .tools .dropdown-menu .option {\\n color: #6e6e6e !important;\\n}\\n::ng-deep .tools .dropdown-menu .option:hover {\\n background-color: #4b566c !important;\\n}\\n::ng-deep .tools .icon-button {\\n margin: 0px 0px 0px 7px !important;\\n}\\n::ng-deep .tools .select {\\n width: 65px;\\n height: 37px;\\n margin-left: 7px;\\n line-height: 37px;\\n text-align: center;\\n}\\n@media (max-width: 1037px) {\\n .mobile-hide,\\n .current-page-number {\\n display: none;\\n }\\n ::ng-deep .tools gd-button:nth-child(1) > .icon-button {\\n margin: 0px 0px 0px 10px !important;\\n }\\n ::ng-deep .tools .icon-button {\\n height: 60px;\\n width: 60px;\\n }\\n ::ng-deep .tools .gd-nav-search-btn .icon-button {\\n height: 37px;\\n width: 37px;\\n }\\n ::ng-deep .tools .gd-nav-search-btn .button {\\n font-size: 14px;\\n }\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpYnMvdmlld2VyL3NyYy9saWIvdmlld2VyLWFwcC5jb21wb25lbnQubGVzcyIsImxpYnMvdmlld2VyL3NyYy9saWIvQzovU291cmNlcy9Hcm91cERvY3MuVG90YWwuQW5ndWxhci9saWJzL3ZpZXdlci9zcmMvbGliL3ZpZXdlci1hcHAuY29tcG9uZW50Lmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsNkVDQWtCO0FBR2xCO0VBQ0Usc0RBQUE7QURERjtBQ0lBO0VBQ0UsZ0JBQUE7RUFDQSxlQUFBO0VBQ0EsY0FBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EsaUJBQUE7RUFDQSxrQkFBQTtBREZGO0FDSUU7RUFDRSxXQUFBO0FERko7QUNNQTtFQUNFLDBCQUFBO1VBQUEsb0JBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7RUFDQSxNQUFBO0VBQ0EsU0FBQTtFQUNBLE9BQUE7RUFDQSxRQUFBO0FESkY7QUNPQTtFQUNFLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDBCQUFBO0VBQ0EsOEJBQUE7RUFBQSw2QkFBQTtVQUFBLG1CQUFBO0FETEY7QUNRQTtFQUNFLGtCQUFBO0VBQ0EsVUFBQTtBRE5GO0FDU0E7RUFDRSxvQkFBQTtFQUFBLGFBQUE7RUFDQSx5QkFBQTtVQUFBLG1CQUFBO0VBQ0EsV0FBQTtBRFBGO0FDVUE7RUFDRSx5QkFBQTtFQUNBLFdBQUE7QURSRjtBQ1dBOzs7RUFLSSxzQkFBQTtBRFhKO0FDYUk7OztFQUNFLHlCQUFBO0FEVE47QUNDQTtFQWFJLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxpQkFBQTtBRFhKO0FDRkE7RUFpQkkseUJBQUE7QURaSjtBQ0xBO0VBcUJJLG9DQUFBO0FEYko7QUNSQTtFQXlCSSxrQ0FBQTtBRGRKO0FDWEE7RUE2QkksV0FBQTtFQUNBLFlBQUE7RUFDQSxnQkFBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7QURmSjtBQ21CQTtFQUVFOztJQUVFLGFBQUE7RURsQkY7RUNxQkE7SUFFSSxtQ0FBQTtFRHBCSjtFQ2tCQTtJQU1JLFlBQUE7SUFDQSxXQUFBO0VEckJKO0VDY0E7SUFZTSxZQUFBO0lBQ0EsV0FBQTtFRHZCTjtFQ1VBO0lBaUJNLGVBQUE7RUR4Qk47QUFDRiIsImZpbGUiOiJsaWJzL3ZpZXdlci9zcmMvbGliL3ZpZXdlci1hcHAuY29tcG9uZW50Lmxlc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU9wZW4rU2FucyZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG4uY3VycmVudC1wYWdlLW51bWJlciB7XG4gIG1hcmdpbi1sZWZ0OiA3cHg7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgY29sb3I6ICM5NTlkYTU7XG4gIHdpZHRoOiAzN3B4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG4uY3VycmVudC1wYWdlLW51bWJlci5hY3RpdmUge1xuICBjb2xvcjogI2ZmZjtcbn1cbi53cmFwcGVyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgdG9wOiAwO1xuICBib3R0b206IDA7XG4gIGxlZnQ6IDA7XG4gIHJpZ2h0OiAwO1xufVxuLmRvYy1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGhlaWdodDogY2FsYygxMDB2aCAtIDYwcHgpO1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xufVxuLnRodW1ibmFpbHMtYnV0dG9uIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICByaWdodDogM3B4O1xufVxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xufVxuLnRvb2xiYXItcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjM2U0ZTVhO1xuICB3aWR0aDogMTAwJTtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbixcbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdGVkLXZhbHVlLFxuOjpuZy1kZWVwIC50b29scyAubmF2LWNhcmV0IHtcbiAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbi5pbmFjdGl2ZSxcbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdGVkLXZhbHVlLmluYWN0aXZlLFxuOjpuZy1kZWVwIC50b29scyAubmF2LWNhcmV0LmluYWN0aXZlIHtcbiAgY29sb3I6ICM5NTlkYTUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmJ1dHRvbiB7XG4gIGZsZXgtZmxvdzogY29sdW1uO1xufVxuOjpuZy1kZWVwIC50b29scyAuZHJvcGRvd24tbWVudSAub3B0aW9uIHtcbiAgY29sb3I6ICM2ZTZlNmUgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbjpob3ZlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0YjU2NmMgIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLmljb24tYnV0dG9uIHtcbiAgbWFyZ2luOiAwcHggMHB4IDBweCA3cHggIWltcG9ydGFudDtcbn1cbjo6bmctZGVlcCAudG9vbHMgLnNlbGVjdCB7XG4gIHdpZHRoOiA2NXB4O1xuICBoZWlnaHQ6IDM3cHg7XG4gIG1hcmdpbi1sZWZ0OiA3cHg7XG4gIGxpbmUtaGVpZ2h0OiAzN3B4O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG5AbWVkaWEgKG1heC13aWR0aDogMTAzN3B4KSB7XG4gIC5tb2JpbGUtaGlkZSxcbiAgLmN1cnJlbnQtcGFnZS1udW1iZXIge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgOjpuZy1kZWVwIC50b29scyBnZC1idXR0b246bnRoLWNoaWxkKDEpID4gLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAwcHggMHB4IDEwcHggIWltcG9ydGFudDtcbiAgfVxuICA6Om5nLWRlZXAgLnRvb2xzIC5pY29uLWJ1dHRvbiB7XG4gICAgaGVpZ2h0OiA2MHB4O1xuICAgIHdpZHRoOiA2MHB4O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgLmdkLW5hdi1zZWFyY2gtYnRuIC5pY29uLWJ1dHRvbiB7XG4gICAgaGVpZ2h0OiAzN3B4O1xuICAgIHdpZHRoOiAzN3B4O1xuICB9XG4gIDo6bmctZGVlcCAudG9vbHMgLmdkLW5hdi1zZWFyY2gtYnRuIC5idXR0b24ge1xuICAgIGZvbnQtc2l6ZTogMTRweDtcbiAgfVxufVxuIiwiQGltcG9ydCAoY3NzKSB1cmwoJ2h0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1PcGVuK1NhbnMmZGlzcGxheT1zd2FwJyk7XG5AaW1wb3J0IFwiLi4vLi4vLi4vY29tbW9uLWNvbXBvbmVudHMvc3JjL3N0eWxlcy92YXJpYWJsZXNcIjtcblxuOmhvc3QgKiB7XG4gIGZvbnQtZmFtaWx5OiAnT3BlbiBTYW5zJywgQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZjtcbn1cblxuLmN1cnJlbnQtcGFnZS1udW1iZXIge1xuICBtYXJnaW4tbGVmdDogN3B4O1xuICBmb250LXNpemUgIDogMTRweDtcbiAgY29sb3IgICAgICA6IEByZWdlbnQtZ3JheTtcbiAgd2lkdGggICAgICA6IDM3cHg7XG4gIGhlaWdodCAgICAgOiAzN3B4O1xuICBsaW5lLWhlaWdodDogMzdweDtcbiAgdGV4dC1hbGlnbiA6IGNlbnRlcjtcblxuICAmLmFjdGl2ZSB7XG4gICAgY29sb3I6ICNmZmY7XG4gIH1cbn1cblxuLndyYXBwZXIge1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbiAgaGVpZ2h0ICAgICA6IDEwMCU7XG4gIHdpZHRoICAgICAgOiAxMDAlO1xuICBwb3NpdGlvbiAgIDogZml4ZWQ7XG4gIHRvcCAgICAgICAgOiAwO1xuICBib3R0b20gICAgIDogMDtcbiAgbGVmdCAgICAgICA6IDA7XG4gIHJpZ2h0ICAgICAgOiAwO1xufVxuXG4uZG9jLXBhbmVsIHtcbiAgZGlzcGxheSAgICAgICA6IGZsZXg7XG4gIGhlaWdodCAgICAgICAgOiBjYWxjKDEwMHZoIC0gNjBweCk7XG4gIGZsZXgtZGlyZWN0aW9uOiByb3c7XG59XG5cbi50aHVtYm5haWxzLWJ1dHRvbiB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgcmlnaHQgICA6IDNweDtcbn1cblxuLnRvcC1wYW5lbCB7XG4gIGRpc3BsYXkgICAgOiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB3aWR0aCAgICAgIDogMTAwJTtcbn1cblxuLnRvb2xiYXItcGFuZWwge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiBAbmF2LW1haW4tYmFja2dyb3VuZDtcbiAgd2lkdGggICAgICAgICAgIDogMTAwJTtcbn1cblxuOjpuZy1kZWVwIC50b29scyB7XG5cbiAgLmJ1dHRvbixcbiAgLnNlbGVjdGVkLXZhbHVlLFxuICAubmF2LWNhcmV0IHtcbiAgICBjb2xvcjogI2ZmZiAhaW1wb3J0YW50O1xuXG4gICAgJi5pbmFjdGl2ZSB7XG4gICAgICBjb2xvcjogQHJlZ2VudC1ncmF5ICAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuXG4gIC5idXR0b24ge1xuICAgIGZsZXgtZmxvdzogY29sdW1uO1xuICB9XG5cbiAgLmRyb3Bkb3duLW1lbnUgLm9wdGlvbiB7XG4gICAgY29sb3I6IEBkb3ZlLWdyYXkgICFpbXBvcnRhbnQ7XG4gIH1cblxuICAuZHJvcGRvd24tbWVudSAub3B0aW9uOmhvdmVyIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiBAZm9sZGVyICAhaW1wb3J0YW50O1xuICB9XG5cbiAgLmljb24tYnV0dG9uIHtcbiAgICBtYXJnaW46IDBweCAwcHggMHB4IDdweCAhaW1wb3J0YW50O1xuICB9XG5cbiAgLnNlbGVjdCB7XG4gICAgd2lkdGggICAgICA6IDY1cHg7XG4gICAgaGVpZ2h0ICAgICA6IDM3cHg7XG4gICAgbWFyZ2luLWxlZnQ6IDdweDtcbiAgICBsaW5lLWhlaWdodDogMzdweDtcbiAgICB0ZXh0LWFsaWduIDogY2VudGVyO1xuICB9XG59XG5cbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcblxuICAubW9iaWxlLWhpZGUsXG4gIC5jdXJyZW50LXBhZ2UtbnVtYmVyIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG5cbiAgOjpuZy1kZWVwIC50b29scyB7XG4gICAgZ2QtYnV0dG9uOm50aC1jaGlsZCgxKT4uaWNvbi1idXR0b24ge1xuICAgICAgbWFyZ2luOiAwcHggMHB4IDBweCAxMHB4ICFpbXBvcnRhbnQ7XG4gICAgfVxuXG4gICAgLmljb24tYnV0dG9uIHtcbiAgICAgIGhlaWdodDogNjBweDtcbiAgICAgIHdpZHRoIDogNjBweDtcbiAgICB9XG5cbiAgICAuZ2QtbmF2LXNlYXJjaC1idG4ge1xuICAgICAgLmljb24tYnV0dG9uIHtcbiAgICAgICAgaGVpZ2h0OiAzN3B4O1xuICAgICAgICB3aWR0aCA6IDM3cHg7XG4gICAgICB9XG5cbiAgICAgIC5idXR0b24ge1xuICAgICAgICBmb250LXNpemU6IDE0cHg7XG4gICAgICB9XG4gICAgfVxuICB9XG59Il19 */\"","import {AfterViewInit, Component, ElementRef, ViewChildren, QueryList, OnInit} from '@angular/core';\r\nimport {ViewerService} from \"./viewer.service\";\r\nimport {\r\n FileDescription,\r\n FileModel,\r\n ModalService,\r\n UploadFilesService,\r\n NavigateService,\r\n PagePreloadService,\r\n PageModel,\r\n ZoomService,\r\n RotatedPage,\r\n RenderPrintService,\r\n FileUtil,\r\n PasswordService,\r\n FileCredentials, CommonModals, LoadingMaskService\r\n} from \"@groupdocs.examples.angular/common-components\";\r\nimport {ViewerConfig} from \"./viewer-config\";\r\nimport {ViewerConfigService} from \"./viewer-config.service\";\r\nimport {WindowService} from \"@groupdocs.examples.angular/common-components\";\r\nimport { Subscription } from 'rxjs';\r\n//import * as Hammer from 'hammerjs';\r\n\r\n@Component({\r\n selector: 'gd-viewer',\r\n templateUrl: './viewer-app.component.html',\r\n styleUrls: ['./viewer-app.component.less']\r\n})\r\nexport class ViewerAppComponent implements OnInit, AfterViewInit {\r\n title = 'viewer';\r\n files: FileModel[] = [];\r\n file: FileDescription;\r\n viewerConfig: ViewerConfig;\r\n countPages = 0;\r\n formatDisabled = !this.file;\r\n showThumbnails = false;\r\n credentials: FileCredentials;\r\n browseFilesModal = CommonModals.BrowseFiles;\r\n showSearch = false;\r\n isDesktop: boolean;\r\n isLoading: boolean;\r\n\r\n _zoom = 100;\r\n _pageWidth: number;\r\n _pageHeight: number;\r\n options;\r\n //@ViewChildren('docPanel') docPanelComponent: QueryList;\r\n fileWasDropped = false;\r\n formatIcon: string;\r\n\r\n fileParam: string;\r\n querySubscription: Subscription;\r\n selectedPageNumber: number;\r\n\r\n constructor(private _viewerService: ViewerService,\r\n private _modalService: ModalService,\r\n configService: ViewerConfigService,\r\n uploadFilesService: UploadFilesService,\r\n private _navigateService: NavigateService,\r\n private _zoomService: ZoomService,\r\n pagePreloadService: PagePreloadService,\r\n private _renderPrintService: RenderPrintService,\r\n passwordService: PasswordService,\r\n private _windowService: WindowService,\r\n private _loadingMaskService: LoadingMaskService) {\r\n\r\n configService.updatedConfig.subscribe((viewerConfig) => {\r\n this.viewerConfig = viewerConfig;\r\n });\r\n\r\n uploadFilesService.uploadsChange.subscribe((uploads) => {\r\n if (uploads) {\r\n let i: number;\r\n for (i = 0; i < uploads.length; i++) {\r\n this._viewerService.upload(uploads.item(i), '', this.viewerConfig.rewrite).subscribe((obj: FileCredentials) => {\r\n this.fileWasDropped ? this.selectFile(obj.guid, '', '') : this.selectDir('');\r\n });\r\n }\r\n }\r\n });\r\n\r\n pagePreloadService.checkPreload.subscribe((page: number) => {\r\n if (this.viewerConfig.preloadPageCount !== 0) {\r\n for (let i = page; i < page + 2; i++) {\r\n if (i > 0 && i <= this.countPages && !this.file.pages[i - 1].data) {\r\n this.preloadPages(i, i);\r\n }\r\n }\r\n }\r\n });\r\n\r\n passwordService.passChange.subscribe((pass: string) => {\r\n this.selectFile(this.credentials.guid, pass, CommonModals.PasswordRequired);\r\n });\r\n\r\n this.isDesktop = _windowService.isDesktop();\r\n _windowService.onResize.subscribe((w) => {\r\n this.isDesktop = _windowService.isDesktop();\r\n this.refreshZoom();\r\n });\r\n }\r\n\r\n ngOnInit() {\r\n if (this.viewerConfig.defaultDocument !== \"\"){\r\n this.isLoading = true;\r\n this.selectFile(this.viewerConfig.defaultDocument, \"\", \"\");\r\n }\r\n\r\n const queryString = window.location.search;\r\n if (queryString) {\r\n this.TryOpenFileByUrl(queryString);\r\n }\r\n\r\n this.selectedPageNumber = 1;\r\n }\r\n\r\n ngAfterViewInit() {\r\n this._loadingMaskService\r\n .onLoadingChanged\r\n .subscribe((loading: boolean) => this.isLoading = loading);\r\n\r\n this.refreshZoom();\r\n\r\n // this.docPanelComponent.changes.subscribe((comps: QueryList) =>\r\n // {\r\n // comps.toArray().forEach((item) => {\r\n // const hammer = new Hammer(item.nativeElement);\r\n // hammer.get('pinch').set({ enable: true });\r\n // });\r\n // });\r\n }\r\n\r\n get rewriteConfig(): boolean {\r\n return this.viewerConfig ? this.viewerConfig.rewrite : true;\r\n }\r\n\r\n get zoomConfig(): boolean {\r\n return this.viewerConfig ? this.viewerConfig.zoom : true;\r\n }\r\n\r\n get pageSelectorConfig(): boolean {\r\n return this.viewerConfig ? this.viewerConfig.pageSelector : true;\r\n }\r\n\r\n get searchConfig(): boolean {\r\n return this.viewerConfig ? this.viewerConfig.search : true;\r\n }\r\n\r\n get thumbnailsConfig(): boolean {\r\n return this.viewerConfig ? this.viewerConfig.thumbnails : true;\r\n }\r\n\r\n get rotateConfig(): boolean {\r\n return this.viewerConfig ? this.viewerConfig.rotate : true;\r\n }\r\n\r\n get downloadConfig(): boolean {\r\n return this.viewerConfig ? this.viewerConfig.download : true;\r\n }\r\n\r\n get uploadConfig(): boolean {\r\n return this.viewerConfig ? this.viewerConfig.upload : true;\r\n }\r\n\r\n get printConfig(): boolean {\r\n return this.viewerConfig ? this.viewerConfig.print : true;\r\n }\r\n\r\n get browseConfig(): boolean {\r\n return this.viewerConfig ? this.viewerConfig.browse : true;\r\n }\r\n\r\n get htmlModeConfig(): boolean {\r\n return this.viewerConfig ? this.viewerConfig.htmlMode : true;\r\n }\r\n\r\n get saveRotateStateConfig(): boolean {\r\n return this.viewerConfig ? this.viewerConfig.saveRotateState : true;\r\n }\r\n\r\n get enableRightClickConfig(): boolean {\r\n return this.viewerConfig ? this.viewerConfig.enableRightClick : true;\r\n }\r\n\r\n get currentPage(): number {\r\n return this._navigateService.currentPage;\r\n }\r\n\r\n ifPresentation() {\r\n return this.file ? FileUtil.find(this.file.guid, false).format === \"Microsoft PowerPoint\" : false;\r\n }\r\n\r\n validURL(str) {\r\n const pattern = new RegExp('^(https?:\\\\/\\\\/)?'+ // protocol\r\n '((([a-z\\\\d]([a-z\\\\d-]*[a-z\\\\d])*)\\\\.)+[a-z]{2,}|'+ // domain name\r\n '((\\\\d{1,3}\\\\.){3}\\\\d{1,3}))'+ // OR ip (v4) address\r\n '(\\\\:\\\\d+)?(\\\\/[-a-z\\\\d%_.~+]*)*'+ // port and path\r\n '(\\\\?[;&a-z\\\\d%_.~+=-]*)?'+ // query string\r\n '(\\\\#[-a-z\\\\d_]*)?$','i'); // fragment locator\r\n return !!pattern.test(str);\r\n }\r\n\r\n openModal(id: string) {\r\n this._modalService.open(id);\r\n }\r\n\r\n closeModal(id: string) {\r\n this._modalService.close(id);\r\n }\r\n\r\n selectDir($event: string) {\r\n this._viewerService.loadFiles($event).subscribe((files: FileModel[]) => this.files = files || []);\r\n }\r\n\r\n selectFile($event: string, password: string, modalId: string) {\r\n this.credentials = {guid: $event, password: password};\r\n this.file = null;\r\n this._viewerService.loadFile(this.credentials).subscribe((file: FileDescription) => {\r\n this.file = file;\r\n this.formatDisabled = !this.file;\r\n if (file) {\r\n if (file.pages && file.pages[0]) {\r\n this._pageHeight = file.pages[0].height;\r\n this._pageWidth = file.pages[0].width;\r\n this.options = this.zoomOptions();\r\n this.refreshZoom();\r\n }\r\n const preloadPageCount = !this.ifPresentation() ? this.viewerConfig.preloadPageCount \r\n : (this.viewerConfig.preloadPageCount !== 0\r\n && this.viewerConfig.preloadPageCount < 3 ? 3\r\n : this.viewerConfig.preloadPageCount);\r\n const countPages = file.pages ? file.pages.length : 0;\r\n if (preloadPageCount > 0) {\r\n if (this.ifPresentation()) {\r\n this.file.thumbnails = file.pages.slice();\r\n }\r\n this.preloadPages(1, preloadPageCount > countPages ? countPages : preloadPageCount);\r\n\r\n if (!this.ifPresentation()) {\r\n this._viewerService.loadThumbnails(this.credentials).subscribe((data: FileDescription) => {\r\n this.file.thumbnails = data.pages;\r\n })\r\n }\r\n }\r\n this._navigateService.countPages = countPages;\r\n this._navigateService.currentPage = 1;\r\n this.countPages = countPages;\r\n\r\n if (this.ifPresentation()) {\r\n this.showThumbnails = true;\r\n }\r\n else {\r\n this.showThumbnails = false;\r\n }\r\n }\r\n }\r\n );\r\n if (modalId) {\r\n this._modalService.close(modalId);\r\n }\r\n this.clearData();\r\n }\r\n\r\n preloadPages(start: number, end: number) {\r\n for (let i = start; i <= end; i++) {\r\n this._viewerService.loadPage(this.credentials, i).subscribe((page: PageModel) => {\r\n this.file.pages[i - 1] = page;\r\n if (this.ifPresentation() && this.file.thumbnails && !this.file.thumbnails[i - 1].data) {\r\n if (page.data) {\r\n page.data = page.data.replace(/>\\s+<')\r\n .replace(/\\uFEFF/g, \"\")\r\n .replace(/href=\"\\/viewer/g, 'href=\"http://localhost:8080/viewer')\r\n .replace(/src=\"\\/viewer/g, 'src=\"http://localhost:8080/viewer')\r\n .replace(/data=\"\\/viewer/g, 'data=\"http://localhost:8080/viewer');\r\n }\r\n this.file.thumbnails[i - 1].data = page.data;\r\n }\r\n });\r\n }\r\n }\r\n\r\n upload($event: string) {\r\n this._viewerService.upload(null, $event, this.rewriteConfig).subscribe((uploadedDocument: any) => {\r\n if (this.fileParam !== '') {\r\n this.selectFile(uploadedDocument.guid, '', '');\r\n this.fileParam = '';\r\n }\r\n else {\r\n this.selectDir('');\r\n }\r\n });\r\n }\r\n\r\n nextPage() {\r\n if (this.formatDisabled)\r\n return;\r\n this._navigateService.nextPage();\r\n }\r\n\r\n prevPage() {\r\n if (this.formatDisabled)\r\n return;\r\n this._navigateService.prevPage();\r\n }\r\n\r\n toLastPage() {\r\n if (this.formatDisabled)\r\n return;\r\n this._navigateService.toLastPage();\r\n }\r\n\r\n toFirstPage() {\r\n if (this.formatDisabled)\r\n return;\r\n this._navigateService.toFirstPage();\r\n }\r\n\r\n navigateToPage(page: number) {\r\n if (this.formatDisabled)\r\n return;\r\n this._navigateService.navigateTo(page);\r\n }\r\n\r\n zoomIn() {\r\n if (this.formatDisabled)\r\n return;\r\n if (this._zoom < 490) {\r\n this.zoom = this._zoom + 10;\r\n }\r\n }\r\n\r\n zoomOut() {\r\n if (this.formatDisabled)\r\n return;\r\n if (this._zoom > 30) {\r\n this.zoom = this._zoom - 10;\r\n }\r\n }\r\n\r\n fileDropped($event){\r\n this.fileWasDropped = $event;\r\n }\r\n\r\n private ptToPx(pt: number) {\r\n //pt * 96 / 72 = px.\r\n return pt * 96 / 72;\r\n }\r\n\r\n private getFitToWidth() {\r\n // Images and Excel-related files receiving dimensions in px from server\r\n const pageWidth = this.formatIcon && (this.formatIcon === \"file-excel\" || this.formatIcon === \"file-image\") ? this._pageWidth : this.ptToPx(this._pageWidth);\r\n const pageHeight = this.formatIcon && (this.formatIcon === \"file-excel\" || this.formatIcon === \"file-image\") ? this._pageHeight : this.ptToPx(this._pageHeight);\r\n const offsetWidth = pageWidth ? pageWidth : window.innerWidth;\r\n\r\n return (pageHeight > pageWidth && Math.round(offsetWidth / window.innerWidth) < 2) ? 200 - Math.round(offsetWidth * 100 / window.innerWidth) : Math.round(window.innerWidth * 100 / offsetWidth);\r\n }\r\n\r\n private getFitToHeight() {\r\n const pageWidth = this.formatIcon && (this.formatIcon === \"file-excel\" || this.formatIcon === \"file-image\") ? this._pageWidth : this.ptToPx(this._pageWidth);\r\n const pageHeight = this.formatIcon && (this.formatIcon === \"file-excel\" || this.formatIcon === \"file-image\") ? this._pageHeight : this.ptToPx(this._pageHeight);\r\n const windowHeight = (pageHeight > pageWidth) ? window.innerHeight - 100 : window.innerHeight + 100;\r\n const offsetHeight = pageHeight ? pageHeight : windowHeight;\r\n\r\n return (pageHeight > pageWidth) ? Math.round(windowHeight * 100 / offsetHeight) : Math.round(offsetHeight * 100 / windowHeight);\r\n }\r\n\r\n zoomOptions() {\r\n const width = this.getFitToWidth();\r\n const height = this.getFitToHeight();\r\n return this._zoomService.zoomOptions(width, height);\r\n }\r\n\r\n set zoom(zoom) {\r\n this._zoom = zoom;\r\n this._zoomService.changeZoom(this._zoom);\r\n }\r\n\r\n get zoom() {\r\n return this._zoom;\r\n }\r\n\r\n selectZoom($event: any) {\r\n this.zoom = $event.value;\r\n }\r\n\r\n rotate(deg: number) {\r\n if (this.formatDisabled)\r\n return;\r\n const pageNumber = this._navigateService.currentPage;\r\n const pageModel = this.file.pages[pageNumber - 1];\r\n\r\n if (this.saveRotateStateConfig && this.file) {\r\n this._viewerService.rotate(this.credentials, deg, pageNumber).subscribe((page: PageModel) => {\r\n this.file.pages[pageNumber - 1] = page;\r\n\r\n if (this.file && this.file.pages && pageModel) {\r\n const angle = pageModel.angle + deg;\r\n if (angle > 360) {\r\n this.changeAngle(pageModel, 90);\r\n } else if (angle < -360) {\r\n this.changeAngle(pageModel, -90);\r\n } else {\r\n this.changeAngle(pageModel, angle);\r\n }\r\n }\r\n })\r\n }\r\n }\r\n\r\n private changeAngle(page: PageModel, angle: number) {\r\n page.angle = angle;\r\n }\r\n\r\n downloadFile() {\r\n if (this.formatDisabled)\r\n return;\r\n window.location.assign(this._viewerService.getDownloadUrl(this.credentials));\r\n }\r\n\r\n printFile() {\r\n if (this.formatDisabled)\r\n return;\r\n if (this.viewerConfig.preloadPageCount !== 0) {\r\n this._viewerService.loadPrint(this.credentials).subscribe((data: FileDescription) => {\r\n this.file.pages = data.pages;\r\n this._renderPrintService.changePages(this.file.pages);\r\n });\r\n } else {\r\n this._renderPrintService.changePages(this.file.pages);\r\n }\r\n }\r\n\r\n openThumbnails() {\r\n if (this.formatDisabled)\r\n return;\r\n\r\n if (this.showThumbnails) {\r\n this.showThumbnails = false;\r\n return;\r\n }\r\n\r\n if (this.viewerConfig.preloadPageCount === 0) {\r\n this.showThumbnails = true;\r\n } else {\r\n if (this.file.thumbnails.filter(t => !t.data).length > 0) {\r\n this._viewerService.loadThumbnails(this.credentials).subscribe((data: FileDescription) => {\r\n this.file.thumbnails = data.pages;\r\n this.showThumbnails = true;\r\n })\r\n }\r\n else {\r\n this.showThumbnails = true;\r\n }\r\n }\r\n }\r\n\r\n private clearData() {\r\n if (!this.file || !this.file.pages) {\r\n return;\r\n }\r\n for (const page of this.file.pages) {\r\n page.data = null;\r\n }\r\n }\r\n\r\n onRightClick($event: MouseEvent) {\r\n return this.enableRightClickConfig;\r\n }\r\n\r\n openSearch() {\r\n if (this.formatDisabled)\r\n return;\r\n this.showSearch = !this.showSearch;\r\n }\r\n\r\n // onPinchIn($event){\r\n // this.zoomOut();\r\n // }\r\n\r\n // onPinchOut($event){\r\n // this.zoomIn();\r\n // }\r\n\r\n private refreshZoom() {\r\n this.formatIcon = this.file ? FileUtil.find(this.file.guid, false).icon : null;\r\n this.zoom = this._windowService.isDesktop() ? 100 : this.getFitToWidth();\r\n }\r\n\r\n selectCurrentPage(pageNumber)\r\n {\r\n this.selectedPageNumber = pageNumber;\r\n }\r\n\r\n onMouseWheelUp($event)\r\n {\r\n if (this.ifPresentation() && this.selectedPageNumber !== 1) {\r\n this.selectedPageNumber = this.selectedPageNumber - 1;\r\n }\r\n }\r\n\r\n onMouseWheelDown($event)\r\n {\r\n if (this.ifPresentation() && this.selectedPageNumber !== this.file.pages.length) {\r\n if (this.file.pages[this.selectedPageNumber] && !this.file.pages[this.selectedPageNumber].data) {\r\n this.preloadPages(this.selectedPageNumber, this.selectedPageNumber + 1);\r\n this.selectedPageNumber = this.selectedPageNumber + 1;\r\n }\r\n else {\r\n this.selectedPageNumber = this.selectedPageNumber + 1;\r\n }\r\n }\r\n }\r\n\r\n private TryOpenFileByUrl(queryString: string) {\r\n const urlParams = new URLSearchParams(queryString);\r\n this.fileParam = urlParams.get('file');\r\n\r\n if (this.fileParam) {\r\n this.isLoading = true;\r\n if (this.validURL(this.fileParam)) {\r\n this.upload(this.fileParam);\r\n }\r\n else {\r\n this.selectFile(this.fileParam, '', '');\r\n }\r\n }\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {ViewerConfig} from \"./viewer-config\";\r\nimport {Api, ConfigService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {HttpClient} from \"@angular/common/http\";\r\nimport {BehaviorSubject, Observable} from \"rxjs\";\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class ViewerConfigService {\r\n private _viewerConfig: BehaviorSubject = new BehaviorSubject(new ViewerConfig());\r\n private _updatedConfig: Observable = this._viewerConfig.asObservable();\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n get updatedConfig() {\r\n return this._updatedConfig;\r\n }\r\n\r\n load() {\r\n return new Promise((resolve, reject) => {\r\n const configEndpoint = this._config.getConfigEndpoint(Api.VIEWER_APP);\r\n this._http.get(configEndpoint, Api.httpOptionsJson).toPromise().then((response: ViewerConfig) => {\r\n const viewerConfig = response;\r\n this._viewerConfig.next(viewerConfig);\r\n resolve();\r\n }).catch((response: any) => {\r\n reject(`Could not load viewer config: ${JSON.stringify(response)}`);\r\n });\r\n });\r\n }\r\n\r\n}\r\n","export class ViewerConfig {\r\n rewrite: boolean;\r\n pageSelector: boolean;\r\n download: boolean;\r\n upload: boolean;\r\n print: boolean;\r\n browse: boolean;\r\n enableRightClick: boolean;\r\n\r\n filesDirectory: string;\r\n fontsDirectory: string;\r\n defaultDocument: string;\r\n htmlMode: boolean;\r\n preloadPageCount: 0;\r\n zoom: boolean;\r\n search: boolean;\r\n thumbnails: boolean;\r\n rotate: boolean;\r\n cache: boolean;\r\n saveRotateState: boolean;\r\n watermarkText: string;\r\n printAllowed: boolean;\r\n showGridLines: boolean;\r\n}\r\n","import {BrowserModule} from '@angular/platform-browser';\r\nimport { APP_INITIALIZER, ModuleWithProviders, NgModule } from '@angular/core';\r\nimport {HTTP_INTERCEPTORS, HttpClientModule} from '@angular/common/http';\r\nimport {ViewerAppComponent} from './viewer-app.component';\r\nimport {\r\n Api,\r\n CommonComponentsModule,\r\n ErrorInterceptorService, LoadingMaskInterceptorService,\r\n LoadingMaskService\r\n} from '@groupdocs.examples.angular/common-components';\r\nimport {ViewerService} from \"./viewer.service\";\r\nimport {ConfigService} from \"@groupdocs.examples.angular/common-components\";\r\nimport {ViewerConfigService} from \"./viewer-config.service\";\r\nimport {ThumbnailsComponent} from './thumbnails/thumbnails.component';\r\nimport {ExcelDocumentComponent} from './excel-document/excel-document.component';\r\nimport {ExcelPageComponent} from './excel-page/excel-page.component';\r\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\r\n\r\nexport function initializeApp(viewerConfigService: ViewerConfigService) {\r\n const result = () => viewerConfigService.load();\r\n return result;\r\n}\r\n\r\nexport function endPoint() {\r\n const config = new ConfigService();\r\n config.apiEndpoint = \"http://localhost:8080\";\r\n return config;\r\n}\r\n\r\n// NOTE: this is required during library compilation see https://github.com/angular/angular/issues/23629#issuecomment-440942981\r\n// @dynamic\r\nexport function setupLoadingInterceptor(service: LoadingMaskService) {\r\n return new LoadingMaskInterceptorService(service);\r\n}\r\n\r\n@NgModule({\r\n declarations: [\r\n ViewerAppComponent,\r\n ThumbnailsComponent,\r\n ExcelDocumentComponent,\r\n ExcelPageComponent],\r\n imports: [\r\n BrowserModule,\r\n CommonComponentsModule,\r\n HttpClientModule,\r\n FontAwesomeModule\r\n ],\r\n exports : [\r\n ViewerAppComponent,\r\n ThumbnailsComponent,\r\n ExcelDocumentComponent,\r\n ExcelPageComponent,\r\n CommonComponentsModule\r\n ],\r\n providers: [\r\n ViewerService,\r\n {\r\n provide: ConfigService,\r\n useFactory: endPoint\r\n },\r\n ViewerConfigService,\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useClass: ErrorInterceptorService,\r\n multi: true\r\n },\r\n {\r\n provide: APP_INITIALIZER,\r\n useFactory: initializeApp,\r\n deps: [ViewerConfigService], multi: true\r\n },\r\n LoadingMaskService,\r\n {\r\n provide: HTTP_INTERCEPTORS,\r\n useFactory: setupLoadingInterceptor,\r\n multi: true,\r\n deps: [LoadingMaskService]\r\n }\r\n ]\r\n})\r\nexport class ViewerModule {\r\n static forRoot(apiEndpoint : string): ModuleWithProviders {\r\n Api.DEFAULT_API_ENDPOINT = apiEndpoint\r\n return {\r\n ngModule: ViewerModule\r\n };\r\n }\r\n}\r\n","import {Injectable} from '@angular/core';\r\nimport {HttpClient} from \"@angular/common/http\";\r\nimport {Api, ConfigService, FileCredentials} from \"@groupdocs.examples.angular/common-components\";\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class ViewerService {\r\n\r\n constructor(private _http: HttpClient, private _config: ConfigService) {\r\n }\r\n\r\n loadFiles(path: string) {\r\n return this._http.post(this._config.getViewerApiEndpoint() + Api.LOAD_FILE_TREE, {'path': path}, Api.httpOptionsJson);\r\n }\r\n\r\n loadFile(credentials: FileCredentials) {\r\n return this._http.post(this._config.getViewerApiEndpoint() + Api.LOAD_DOCUMENT_DESCRIPTION, credentials, Api.httpOptionsJson);\r\n }\r\n\r\n upload(file: File, url: string, rewrite: boolean) {\r\n const formData = new FormData();\r\n formData.append(\"file\", file);\r\n formData.append('rewrite', String(rewrite));\r\n if (url) {\r\n formData.append(\"url\", url);\r\n }\r\n\r\n return this._http.post(this._config.getViewerApiEndpoint() + Api.UPLOAD_DOCUMENTS, formData);\r\n }\r\n\r\n loadPage(credentials: FileCredentials, page: number) {\r\n return this._http.post(this._config.getViewerApiEndpoint() + Api.LOAD_DOCUMENT_PAGE, {\r\n 'guid': credentials.guid,\r\n 'password': credentials.password,\r\n 'page': page\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n rotate(credentials: FileCredentials, angle: number, page: number) {\r\n return this._http.post(this._config.getViewerApiEndpoint() + Api.ROTATE_DOCUMENT_PAGE, {\r\n 'guid': credentials.guid,\r\n 'password': credentials.password,\r\n 'pages': [page],\r\n 'angle': angle\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n getDownloadUrl(credentials: FileCredentials) {\r\n return this._config.getViewerApiEndpoint() + Api.DOWNLOAD_DOCUMENTS + '/?path=' + credentials.guid;\r\n }\r\n\r\n loadPrint(credentials: FileCredentials) {\r\n return this._http.post(this._config.getViewerApiEndpoint() + Api.LOAD_PRINT, {\r\n 'guid': credentials.guid,\r\n 'password': credentials.password,\r\n }, Api.httpOptionsJson);\r\n }\r\n\r\n loadPrintPdf(credentials: FileCredentials) {\r\n return this._http.post(this._config.getViewerApiEndpoint() + Api.LOAD_PRINT_PDF, {\r\n 'guid': credentials.guid,\r\n 'password': credentials.password,\r\n }, Api.httpOptionsJsonResponseTypeBlob);\r\n }\r\n\r\n loadThumbnails(credentials: FileCredentials) {\r\n return this._http.post(this._config.getViewerApiEndpoint() + Api.LOAD_THUMBNAILS, {\r\n 'guid': credentials.guid,\r\n 'password': credentials.password,\r\n }, Api.httpOptionsJson);\r\n }\r\n}\r\n","module.exports = \"\\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n \\r\\n\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n \\r\\n\\r\\n \\r\\n Click\\r\\n \\r\\n to open file
    \\r\\n Or drop file here\\r\\n
    \\r\\n
    \\r\\n \\r\\n\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n\\r\\n \\r\\n
    \\r\\n\\r\\n \\r\\n \\r\\n \\r\\n {{ distanceValue }}\\r\\n \\r\\n \\r\\n \\r\\n {{ distanceValue }}\\r\\n \\r\\n \\r\\n\\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n Comments\\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n No comments yet. Be the first one,
    \\r\\n
    \\r\\n add comment.\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n {{comment.userName}}\\r\\n
    \\r\\n {{comment.text}}\\r\\n {{getTime()}}\\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n \\r\\n \\r\\n
    \\r\\n \\r\\n Cancel\\r\\n \\r\\n \\r\\n Reply\\r\\n \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n \\r\\n {{fileName}}\\r\\n \\r\\n \\r\\n
    \\r\\n\"","module.exports = \"\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n  \\r\\n Loading... Please wait.\\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n  \\r\\n Loading... Please wait.\\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n  \\r\\n Loading... Please wait.\\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n\"","module.exports = \"\\r\\n\\r\\n
    \\r\\n\\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    Text edited
    \\r\\n
    {{change.text}}
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    Text added
    \\r\\n
    {{change.text}}
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    Text deleted
    \\r\\n
    {{change.text}}
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    Text added
    \\r\\n
    {{change.text}}
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    Style changed
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n →\\r\\n \\r\\n Highlight Color\\r\\n
    \\r\\n
    \\r\\n \\r\\n →\\r\\n \\r\\n Color\\r\\n
    \\r\\n
    \\r\\n {{style.oldValue}} → {{style.newValue}}\\r\\n Font size\\r\\n
    \\r\\n
    \\r\\n {{change.text}}{{change.text}}\\r\\n Bold\\r\\n
    \\r\\n
    \\r\\n {{change.text}}{{change.text}}\\r\\n Italic\\r\\n
    \\r\\n
    \\r\\n {{change.text}}{{change.text}}\\r\\n Underline\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    Page {{change.pageInfo.pageNumber + 1}}
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n \\r\\n
    \\r\\n\"","module.exports = \"
    Please wait...
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n \\r\\n Click to open file
    \\r\\n Or drop file here\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n Drop file here to upload\\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n\\r\\n \\r\\n\\r\\n \\r\\n
    \\r\\n\\r\\n \\r\\n Click to open file
    \\r\\n Or drop file here\\r\\n
    \\r\\n\\r\\n \\r\\n\\r\\n \\r\\n\\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n\"","module.exports = \"\\r\\n
    \\r\\n
    \\r\\n \\r\\n Drop file here to upload\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n\\r\\n
    \\r\\n 0)\\\" class=\\\"gd-checkbox\\\" [checked]=\\\"allItemsSelected()\\\"\\r\\n (change)=\\\"selectAllItems($event.target.checked);\\\">\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n {{getLabelString()}}\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    {{item.name}}
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n Upload file\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    {{item.name}}
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    FILE
    \\r\\n
    SIZE
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    ..
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    {{file?.name}}
    \\r\\n
    {{getFormatName(file)}}
    \\r\\n
    \\r\\n
    \\r\\n
    {{getSize(file?.size)}}
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    {{item.name}}
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n  Loading... Please wait.\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n ×\\r\\n
    \\r\\n
    \\r\\n \\r\\n
    {{item.name}}\\r\\n
    {{item.sourceFormatName}}
    \\r\\n
    \\r\\n \\r\\n {{item.destinationFileName}}\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    {{item.sizeString}}
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    {{item.destinationFileName}}
    {{item.destinationFormatName}}
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \"","module.exports = \"
    \\r\\n
    \\r\\n
    \\r\\n
    Source
    \\r\\n
    Size
    \\r\\n
    State
    \\r\\n
    Target
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \"","module.exports = \"\\r\\n
    \\r\\n \\r\\n
    \\r\\n
    Incompatible formats
    \\r\\n
    {{warningCount}} selected {{warningCount == 1 ? 'file' : 'files'}} can't be converted to {{formatName}} format. Incompatible files will not be added to conversion queue.
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"\\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Save\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"\\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n \\r\\n Click to open file
    \\r\\n Or drop file here\\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    {{title}}
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    {{property.name}}
    \\r\\n \\r\\n
    {{formatValue(property)}}
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \"","module.exports = \"\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n \\r\\n Click to open file
    \\r\\n Or drop file here\\r\\n
    \\r\\n \\r\\n\\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n\"","module.exports = \"\\n
    \\n
    \\n
    {{ text }}
    \\n \\n {{ actionText }}\\n \\n
    \\n
    \\n
    \\n\"","module.exports = \"
    \\r\\n\\r\\n
    \\r\\n {{ getField().name }} \\r\\n
    \\r\\n \\r\\n \\r\\n\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n\\r\\n \\r\\n\\r\\n \\r\\n \\r\\n \\r\\n\\r\\n \\r\\n \\r\\n
    \"","module.exports = \"
    \\r\\n \\r\\n
    \"","module.exports = \"\\n
    \\n
    Select the template:
    \\n
    \\n\\n
    \\n
    \\n
    \\n
    \\n
    \\n
    {{id?.name}}
    \\n
    \\n
    \\n
    \\n
    \\n
    \\n\\n
    \"","module.exports = \"
    \\n
    \\n {{ getName() }}\\n
    \\n\\n \\n
    \"","module.exports = \"
    \\r\\n
    \\r\\n ×\\r\\n
    \\r\\n
    \\r\\n \\r\\n
    {{file.name}}\\r\\n
    {{getFormatName()}}
    \\r\\n
    \\r\\n
    \\r\\n
    {{getSizeString(file.size)}}
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n {{getStatusTitle()}}\\r\\n
    \\r\\n
    \\r\\n
    \"","module.exports = \"
    \\r\\n
    \\r\\n
    \\r\\n
    File
    \\r\\n
    Size
    \\r\\n
    State
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \"","module.exports = \"\\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n\\r\\n \\r\\n Click to open file
    \\r\\n Or drop file here\\r\\n
    \\r\\n\\r\\n 0 && !searchResult\\\">\\r\\n\\r\\n \\r\\n\\r\\n \\r\\n\\r\\n \\r\\n \\r\\n
    \\r\\n\"","module.exports = \"\\r\\n
    \\r\\n
    \\r\\n \\r\\n Drop file here to upload\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n 0)\\\" class=\\\"gd-checkbox\\\" [checked]=\\\"allItemsSelected()\\\"\\r\\n (change)=\\\"selectAllItems($event.target.checked);\\\">\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n {{getLabelString()}}\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Upload file\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    {{item.name}}
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    FILE
    \\r\\n
    SIZE
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    ..
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    {{file?.name}}
    \\r\\n
    {{getFormatName(file)}}
    \\r\\n
    \\r\\n
    \\r\\n
    {{getSize(file?.size)}}
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n  Loading... Please wait.\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n
    {{item.name}}\\r\\n
    {{getFormatName(item)}}
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    {{getSizeString(item.size)}}
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    Found phrases
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n
    {{getSearchDuration()}} sec
    \\r\\n
    \\r\\n
    \\r\\n
    0\\\" class=\\\"gd-search-result-summary-header\\\">\\r\\n
    File
    \\r\\n
    Occurrences
    \\r\\n
    Size
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n Save\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"\\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n \\r\\n\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n \\r\\n
    \\r\\n\\r\\n \\r\\n Click\\r\\n \\r\\n to open file
    \\r\\n Or drop file here\\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n \\r\\n\\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n\"","module.exports = \"\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    {{getTitle()}}
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    {{getName()}}
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\\"\\\"\\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n Apply\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n There is no entries yet\\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    Digitally signed : {{data.digitalProps.contact ? data.digitalProps.contact : data.digitalProps.reason}}
    \\r\\n \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n
    \\r\\n \\r\\n Save\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n \\r\\n \\r\\n
    \\r\\n

    Click\\r\\n \\r\\n to open file\\r\\n

    \\r\\n

    Or drop file here

    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"
    Please wait...
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n Sheet {{page.number}}\\r\\n
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n \\\"\\\"\\r\\n\\r\\n
    \\r\\n \\r\\n  Loading... Please wait.\\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n\"","module.exports = \"\\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n \\r\\n\\r\\n \\r\\n \\r\\n \\r\\n\\r\\n \\r\\n \\r\\n
    {{currentPage}}/{{countPages}}
    \\r\\n \\r\\n \\r\\n\\r\\n \\r\\n \\r\\n\\r\\n \\r\\n \\r\\n\\r\\n \\r\\n \\r\\n\\r\\n \\r\\n
    \\r\\n
    \\r\\n
    \\r\\n \\r\\n \\r\\n\\r\\n \\r\\n \\r\\n
    \\r\\n\\r\\n \\r\\n Click to open file
    \\r\\n Or drop file here\\r\\n
    \\r\\n\\r\\n \\r\\n\\r\\n \\r\\n \\r\\n
    \\r\\n\"","module.exports = \"
    \\r\\n Back\\r\\n \\r\\n
    \\r\\n\"","module.exports = \"\\r\\n\"","module.exports = \"
    \\r\\n
    \\r\\n

    GroupDocs.Total Angular Example

    \\r\\n

    Manipulate documents within your desktop solutions and web apps without requiring any other commercial\\r\\n application through GroupDocs APIs

    \\r\\n
    \\r\\n \\r\\n
    \\r\\n\"","function webpackEmptyAsyncContext(req) {\n\t// Here Promise.resolve().then() is used instead of new Promise() to prevent\n\t// uncaught exception popping up in devtools\n\treturn Promise.resolve().then(function() {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t});\n}\nwebpackEmptyAsyncContext.keys = function() { return []; };\nwebpackEmptyAsyncContext.resolve = webpackEmptyAsyncContext;\nmodule.exports = webpackEmptyAsyncContext;\nwebpackEmptyAsyncContext.id = \"./$$_lazy_route_resource lazy recursive\";","module.exports = \"@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');\\n:host * {\\n font-family: 'Open Sans', Arial, Helvetica, sans-serif;\\n}\\n.wrapper {\\n display: -webkit-box;\\n display: flex;\\n -webkit-box-orient: vertical;\\n -webkit-box-direction: normal;\\n flex-direction: column;\\n height: 100%;\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n position: fixed;\\n top: 0;\\n bottom: 0;\\n left: 0;\\n right: 0;\\n}\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL2FwcC5jb21wb25lbnQubGVzcyIsImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL0M6L1NvdXJjZXMvR3JvdXBEb2NzLlRvdGFsLkFuZ3VsYXIvYXBwcy90b3RhbC1hbmd1bGFyL3NyYy9hcHAvYXBwLmNvbXBvbmVudC5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDhFQ0FrQjtBQUNsQjtFQUNFLHNEQUFBO0FEQ0Y7QUNDQTtFQUNJLG9CQUFBO0VBQUEsYUFBQTtFQUNBLDRCQUFBO0VBQUEsNkJBQUE7VUFBQSxzQkFBQTtFQUNBLFlBQUE7RUFDQSxXQUFBO0VBQ0EsU0FBQTtFQUNBLFVBQUE7RUFDQSxlQUFBO0VBQ0EsTUFBQTtFQUNBLFNBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtBRENKIiwiZmlsZSI6ImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL2FwcC5jb21wb25lbnQubGVzcyIsInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgdXJsKCdodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9TW9udHNlcnJhdCZkaXNwbGF5PXN3YXAnKTtcbjpob3N0ICoge1xuICBmb250LWZhbWlseTogJ09wZW4gU2FucycsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7XG59XG4ud3JhcHBlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIG1hcmdpbjogMDtcbiAgcGFkZGluZzogMDtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG59XG4iLCJAaW1wb3J0IChjc3MpIHVybCgnaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU1vbnRzZXJyYXQmZGlzcGxheT1zd2FwJyk7XG46aG9zdCAqIHtcbiAgZm9udC1mYW1pbHk6ICdPcGVuIFNhbnMnLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xufVxuLndyYXBwZXIge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgbWFyZ2luOiAwO1xuICAgIHBhZGRpbmc6IDA7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIHRvcDogMDtcbiAgICBib3R0b206IDA7XG4gICAgbGVmdDogMDtcbiAgICByaWdodDogMDtcbiAgfVxuIl19 */\"","import { Component } from '@angular/core';\r\nimport {ActivationEnd, Router} from \"@angular/router\";\r\nimport {filter} from \"rxjs/operators\";\r\n\r\n@Component({\r\n selector: 'gd-total',\r\n templateUrl: './app.component.html',\r\n styleUrls: ['./app.component.less']\r\n})\r\nexport class AppComponent {\r\n title = 'total-angular';\r\n total = true;\r\n\r\n constructor(private router: Router) {\r\n }\r\n\r\n OnInit() {\r\n this.router.events.pipe(filter((event: any) => (event instanceof ActivationEnd)))\r\n .subscribe(event => {\r\n this.onNavigate(\"/\" === this.router.url);\r\n });\r\n }\r\n\r\n onNavigate(home: boolean) {\r\n this.total = home;\r\n }\r\n}\r\n","import {BrowserModule} from '@angular/platform-browser';\r\nimport {NgModule} from '@angular/core';\r\nimport {TotalNavComponent} from './total-nav/total-nav.component';\r\nimport {AppComponent} from './app.component';\r\nimport {RouterModule} from '@angular/router';\r\nimport {TotalViewComponent} from './total-view/total-view.component';\r\nimport {ViewerModule, ViewerAppComponent} from '@groupdocs.examples.angular/viewer';\r\nimport {EditorModule, EditorAppComponent} from '@groupdocs.examples.angular/editor';\r\nimport {ComparisonModule, ComparisonAppComponent} from '@groupdocs.examples.angular/comparison';\r\nimport {SignatureModule, SignatureAppComponent} from \"@groupdocs.examples.angular/signature\";\r\nimport {ConversionModule, ConversionAppComponent} from \"@groupdocs.examples.angular/conversion\";\r\nimport {AnnotationModule, AnnotationAppComponent} from \"@groupdocs.examples.angular/annotation\";\r\nimport {MetadataModule, MetadataAppComponent} from \"@groupdocs.examples.angular/metadata\";\r\nimport {SearchAppComponent, SearchModule} from \"@groupdocs.examples.angular/search\";\r\nimport {ParserAppComponent, ParserModule} from \"@groupdocs.examples.angular/parser\";\r\n\r\n@NgModule({\r\n declarations: [AppComponent, TotalNavComponent, TotalViewComponent],\r\n imports: [\r\n BrowserModule,\r\n ViewerModule.forRoot(\"http://localhost:8080\"),\r\n EditorModule.forRoot(\"http://localhost:8080\"),\r\n ComparisonModule.forRoot(\"http://localhost:8080\"),\r\n ConversionModule.forRoot(\"http://localhost:8080\"),\r\n SignatureModule.forRoot(\"http://localhost:8080\"),\r\n AnnotationModule.forRoot(\"http://localhost:8080\"),\r\n MetadataModule.forRoot(\"http://localhost:8080\"),\r\n SearchModule.forRoot(\"http://localhost:8080\"),\r\n ParserModule.forRoot(\"http://localhost:8080\"),\r\n RouterModule.forRoot([\r\n {path: '', component: TotalViewComponent},\r\n {path: 'viewer', component: ViewerAppComponent},\r\n {path: 'editor', component: EditorAppComponent},\r\n {path: 'comparison', component: ComparisonAppComponent},\r\n {path: 'conversion', component: ConversionAppComponent},\r\n {path: 'signature', component: SignatureAppComponent},\r\n {path: 'annotation', component: AnnotationAppComponent},\r\n {path: 'metadata', component: MetadataAppComponent},\r\n {path: 'search', component: SearchAppComponent},\r\n {path: 'parser', component: ParserAppComponent}, \r\n\t], {initialNavigation: 'enabled'})\r\n ],\r\n providers: [],\r\n exports: [\r\n TotalViewComponent\r\n ],\r\n bootstrap: [\r\n AppComponent\r\n ]\r\n})\r\nexport class AppModule {\r\n}\r\n","module.exports = \".wrapper {\\r\\n padding: 50px;\\r\\n font-family: \\\"proxima-nova-soft\\\", \\\"Proxima Nova Soft\\\", Helvetica, Arial, sans-serif;\\r\\n width: inherit;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.wrapper > ul {\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.wrapper > ul > li {\\r\\n display: inline-block;\\r\\n margin: 10px;\\r\\n padding: 20px;\\r\\n}\\r\\n\\r\\n.wrapper > ul a {\\r\\n color: #6f6f6f;\\r\\n text-decoration: none;\\r\\n}\\r\\n\\r\\n.wrapper > ul img {\\r\\n width: 48px;\\r\\n height: 48px;\\r\\n display: inline-block;\\r\\n}\\r\\n\\r\\n.wrapper > ul > li > a > div {\\r\\n width: 120px;\\r\\n padding-top: 12px;\\r\\n padding-left: 10px;\\r\\n vertical-align: top;\\r\\n display: inline-block;\\r\\n}\\r\\n\\r\\n.wrapper > ul > li > a > .coming-soon {\\r\\n color: #d2d2d2;\\r\\n}\\r\\n\\r\\n.wrapper > ul h5 {\\r\\n font-weight: 600;\\r\\n font-size: 14px;\\r\\n text-transform: uppercase;\\r\\n margin: 0px;\\r\\n}\\r\\n\\r\\n.wrapper > ul h6 {\\r\\n font-weight: 300;\\r\\n font-size: 12px;\\r\\n text-transform: uppercase;\\r\\n margin: 0px;\\r\\n}\\r\\n\\r\\n@media (max-width: 1037px) {\\r\\n .wrapper {\\r\\n padding: 5px;\\r\\n }\\r\\n\\r\\n .wrapper > ul {\\r\\n padding-left: 15px;\\r\\n }\\r\\n\\r\\n .wrapper > ul > li {\\r\\n display: inline-block;\\r\\n margin: 10px;\\r\\n padding: 0px !important;\\r\\n }\\r\\n}\\r\\n\\r\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL3RvdGFsLW5hdi90b3RhbC1uYXYuY29tcG9uZW50LmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFLGFBQWE7RUFDYixtRkFBbUY7RUFDbkYsY0FBYztFQUNkLFlBQVk7QUFDZDs7QUFFQTtFQUNFLFdBQVc7RUFDWCxZQUFZO0FBQ2Q7O0FBRUE7RUFDRSxxQkFBcUI7RUFDckIsWUFBWTtFQUNaLGFBQWE7QUFDZjs7QUFFQTtFQUNFLGNBQWM7RUFDZCxxQkFBcUI7QUFDdkI7O0FBRUE7RUFDRSxXQUFXO0VBQ1gsWUFBWTtFQUNaLHFCQUFxQjtBQUN2Qjs7QUFFQTtFQUNFLFlBQVk7RUFDWixpQkFBaUI7RUFDakIsa0JBQWtCO0VBQ2xCLG1CQUFtQjtFQUNuQixxQkFBcUI7QUFDdkI7O0FBRUE7RUFDRSxjQUFjO0FBQ2hCOztBQUVBO0VBQ0UsZ0JBQWdCO0VBQ2hCLGVBQWU7RUFDZix5QkFBeUI7RUFDekIsV0FBVztBQUNiOztBQUVBO0VBQ0UsZ0JBQWdCO0VBQ2hCLGVBQWU7RUFDZix5QkFBeUI7RUFDekIsV0FBVztBQUNiOztBQUVBO0VBQ0U7SUFDRSxZQUFZO0VBQ2Q7O0VBRUE7SUFDRSxrQkFBa0I7RUFDcEI7O0VBRUE7SUFDRSxxQkFBcUI7SUFDckIsWUFBWTtJQUNaLHVCQUF1QjtFQUN6QjtBQUNGIiwiZmlsZSI6ImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL3RvdGFsLW5hdi90b3RhbC1uYXYuY29tcG9uZW50LmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi53cmFwcGVyIHtcclxuICBwYWRkaW5nOiA1MHB4O1xyXG4gIGZvbnQtZmFtaWx5OiBcInByb3hpbWEtbm92YS1zb2Z0XCIsIFwiUHJveGltYSBOb3ZhIFNvZnRcIiwgSGVsdmV0aWNhLCBBcmlhbCwgc2Fucy1zZXJpZjtcclxuICB3aWR0aDogaW5oZXJpdDtcclxuICBoZWlnaHQ6IDEwMCU7XHJcbn1cclxuXHJcbi53cmFwcGVyID4gdWwge1xyXG4gIHdpZHRoOiAxMDAlO1xyXG4gIGhlaWdodDogMTAwJTtcclxufVxyXG5cclxuLndyYXBwZXIgPiB1bCA+IGxpIHtcclxuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcbiAgbWFyZ2luOiAxMHB4O1xyXG4gIHBhZGRpbmc6IDIwcHg7XHJcbn1cclxuXHJcbi53cmFwcGVyID4gdWwgYSB7XHJcbiAgY29sb3I6ICM2ZjZmNmY7XHJcbiAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xyXG59XHJcblxyXG4ud3JhcHBlciA+IHVsIGltZyB7XHJcbiAgd2lkdGg6IDQ4cHg7XHJcbiAgaGVpZ2h0OiA0OHB4O1xyXG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcclxufVxyXG5cclxuLndyYXBwZXIgPiB1bCA+IGxpID4gYSA+IGRpdiB7XHJcbiAgd2lkdGg6IDEyMHB4O1xyXG4gIHBhZGRpbmctdG9wOiAxMnB4O1xyXG4gIHBhZGRpbmctbGVmdDogMTBweDtcclxuICB2ZXJ0aWNhbC1hbGlnbjogdG9wO1xyXG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcclxufVxyXG5cclxuLndyYXBwZXIgPiB1bCA+IGxpID4gYSA+IC5jb21pbmctc29vbiB7XHJcbiAgY29sb3I6ICNkMmQyZDI7XHJcbn1cclxuXHJcbi53cmFwcGVyID4gdWwgaDUge1xyXG4gIGZvbnQtd2VpZ2h0OiA2MDA7XHJcbiAgZm9udC1zaXplOiAxNHB4O1xyXG4gIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XHJcbiAgbWFyZ2luOiAwcHg7XHJcbn1cclxuXHJcbi53cmFwcGVyID4gdWwgaDYge1xyXG4gIGZvbnQtd2VpZ2h0OiAzMDA7XHJcbiAgZm9udC1zaXplOiAxMnB4O1xyXG4gIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XHJcbiAgbWFyZ2luOiAwcHg7XHJcbn1cclxuXHJcbkBtZWRpYSAobWF4LXdpZHRoOiAxMDM3cHgpIHtcclxuICAud3JhcHBlciB7XHJcbiAgICBwYWRkaW5nOiA1cHg7XHJcbiAgfVxyXG5cclxuICAud3JhcHBlciA+IHVsIHtcclxuICAgIHBhZGRpbmctbGVmdDogMTVweDtcclxuICB9XHJcblxyXG4gIC53cmFwcGVyID4gdWwgPiBsaSB7XHJcbiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcbiAgICBtYXJnaW46IDEwcHg7XHJcbiAgICBwYWRkaW5nOiAwcHggIWltcG9ydGFudDtcclxuICB9XHJcbn1cclxuIl19 */\"","import {Component, OnInit} from '@angular/core';\r\n\r\n@Component({\r\n selector: 'gd-total-nav',\r\n templateUrl: './total-nav.component.html',\r\n styleUrls: ['./total-nav.component.css']\r\n})\r\nexport class TotalNavComponent implements OnInit {\r\n\r\n constructor() { }\r\n\r\n ngOnInit() {\r\n }\r\n\r\n}\r\n","module.exports = \".wrapper {\\r\\n display: -webkit-box;\\r\\n display: flex;\\r\\n -webkit-box-orient: vertical;\\r\\n -webkit-box-direction: normal;\\r\\n flex-direction: column;\\r\\n height: 100%;\\r\\n width: 100%;\\r\\n margin: 0;\\r\\n padding: 0;\\r\\n position: fixed;\\r\\n top: 0;\\r\\n bottom: 0;\\r\\n left: 0;\\r\\n right: 0;\\r\\n}\\r\\n\\r\\n.header {\\r\\n width: 100%;\\r\\n height: 170px;\\r\\n background-color: #eeeeee;\\r\\n margin: 0;\\r\\n padding: 0;\\r\\n}\\r\\n\\r\\n.header > h2 {\\r\\n font-weight: 400;\\r\\n font-size: 20px;\\r\\n padding-top: 80px;\\r\\n padding-left: 50px;\\r\\n margin: 0;\\r\\n}\\r\\n\\r\\n.header > h3 {\\r\\n font-weight: 300;\\r\\n font-size: 14px;\\r\\n padding: 5px 50px;\\r\\n color: #6b6b6b;\\r\\n margin: 0;\\r\\n}\\r\\n\\r\\n@media (max-width: 1037px) {\\r\\n .header > h2 {\\r\\n padding-top: 30px;\\r\\n padding-left: 30px;\\r\\n }\\r\\n\\r\\n .header > h3 {\\r\\n padding: 5px 30px 15px 30px;\\r\\n }\\r\\n\\r\\n .header {\\r\\n height: auto;\\r\\n }\\r\\n\\r\\n .wrapper {\\r\\n overflow-y: auto;\\r\\n }\\r\\n}\\r\\n\\r\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFwcHMvdG90YWwtYW5ndWxhci9zcmMvYXBwL3RvdGFsLXZpZXcvdG90YWwtdmlldy5jb21wb25lbnQuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0Usb0JBQWE7RUFBYixhQUFhO0VBQ2IsNEJBQXNCO0VBQXRCLDZCQUFzQjtVQUF0QixzQkFBc0I7RUFDdEIsWUFBWTtFQUNaLFdBQVc7RUFDWCxTQUFTO0VBQ1QsVUFBVTtFQUNWLGVBQWU7RUFDZixNQUFNO0VBQ04sU0FBUztFQUNULE9BQU87RUFDUCxRQUFRO0FBQ1Y7O0FBRUE7RUFDRSxXQUFXO0VBQ1gsYUFBYTtFQUNiLHlCQUF5QjtFQUN6QixTQUFTO0VBQ1QsVUFBVTtBQUNaOztBQUVBO0VBQ0UsZ0JBQWdCO0VBQ2hCLGVBQWU7RUFDZixpQkFBaUI7RUFDakIsa0JBQWtCO0VBQ2xCLFNBQVM7QUFDWDs7QUFFQTtFQUNFLGdCQUFnQjtFQUNoQixlQUFlO0VBQ2YsaUJBQWlCO0VBQ2pCLGNBQWM7RUFDZCxTQUFTO0FBQ1g7O0FBRUE7RUFDRTtJQUNFLGlCQUFpQjtJQUNqQixrQkFBa0I7RUFDcEI7O0VBRUE7SUFDRSwyQkFBMkI7RUFDN0I7O0VBRUE7SUFDRSxZQUFZO0VBQ2Q7O0VBRUE7SUFDRSxnQkFBZ0I7RUFDbEI7QUFDRiIsImZpbGUiOiJhcHBzL3RvdGFsLWFuZ3VsYXIvc3JjL2FwcC90b3RhbC12aWV3L3RvdGFsLXZpZXcuY29tcG9uZW50LmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi53cmFwcGVyIHtcclxuICBkaXNwbGF5OiBmbGV4O1xyXG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XHJcbiAgaGVpZ2h0OiAxMDAlO1xyXG4gIHdpZHRoOiAxMDAlO1xyXG4gIG1hcmdpbjogMDtcclxuICBwYWRkaW5nOiAwO1xyXG4gIHBvc2l0aW9uOiBmaXhlZDtcclxuICB0b3A6IDA7XHJcbiAgYm90dG9tOiAwO1xyXG4gIGxlZnQ6IDA7XHJcbiAgcmlnaHQ6IDA7XHJcbn1cclxuXHJcbi5oZWFkZXIge1xyXG4gIHdpZHRoOiAxMDAlO1xyXG4gIGhlaWdodDogMTcwcHg7XHJcbiAgYmFja2dyb3VuZC1jb2xvcjogI2VlZWVlZTtcclxuICBtYXJnaW46IDA7XHJcbiAgcGFkZGluZzogMDtcclxufVxyXG5cclxuLmhlYWRlciA+IGgyIHtcclxuICBmb250LXdlaWdodDogNDAwO1xyXG4gIGZvbnQtc2l6ZTogMjBweDtcclxuICBwYWRkaW5nLXRvcDogODBweDtcclxuICBwYWRkaW5nLWxlZnQ6IDUwcHg7XHJcbiAgbWFyZ2luOiAwO1xyXG59XHJcblxyXG4uaGVhZGVyID4gaDMge1xyXG4gIGZvbnQtd2VpZ2h0OiAzMDA7XHJcbiAgZm9udC1zaXplOiAxNHB4O1xyXG4gIHBhZGRpbmc6IDVweCA1MHB4O1xyXG4gIGNvbG9yOiAjNmI2YjZiO1xyXG4gIG1hcmdpbjogMDtcclxufVxyXG5cclxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMzdweCkge1xyXG4gIC5oZWFkZXIgPiBoMiB7XHJcbiAgICBwYWRkaW5nLXRvcDogMzBweDtcclxuICAgIHBhZGRpbmctbGVmdDogMzBweDtcclxuICB9XHJcblxyXG4gIC5oZWFkZXIgPiBoMyB7XHJcbiAgICBwYWRkaW5nOiA1cHggMzBweCAxNXB4IDMwcHg7XHJcbiAgfVxyXG5cclxuICAuaGVhZGVyIHtcclxuICAgIGhlaWdodDogYXV0bztcclxuICB9XHJcblxyXG4gIC53cmFwcGVyIHtcclxuICAgIG92ZXJmbG93LXk6IGF1dG87XHJcbiAgfVxyXG59XHJcbiJdfQ== */\"","import {Component} from '@angular/core';\r\n\r\n@Component({\r\n selector: 'gd-total-view',\r\n templateUrl: './total-view.component.html',\r\n styleUrls: ['./total-view.component.css']\r\n})\r\nexport class TotalViewComponent {\r\n\r\n constructor() {\r\n }\r\n\r\n}\r\n","// This file can be replaced during build by using the `fileReplacements` array.\r\n// `ng build --prod` replaces `environment.ts` with `environment.prod.ts`.\r\n// The list of file replacements can be found in `angular.json`.\r\n\r\nexport const environment = {\r\n production: false\r\n};\r\n\r\n/*\r\n * For easier debugging in development mode, you can import the following file\r\n * to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`.\r\n *\r\n * This import should be commented out in production mode because it will have a negative impact\r\n * on performance if an error is thrown.\r\n */\r\n// import 'zone.js/dist/zone-error'; // Included with Angular CLI.\r\n","import { enableProdMode } from '@angular/core';\r\nimport { platformBrowserDynamic } from '@angular/platform-browser-dynamic';\r\n\r\nimport { AppModule } from './app/app.module';\r\nimport { environment } from './environments/environment';\r\n\r\nif (environment.production) {\r\n enableProdMode();\r\n}\r\n\r\nplatformBrowserDynamic()\r\n .bootstrapModule(AppModule)\r\n .catch(err => console.error(err));\r\n"],"sourceRoot":""} \ No newline at end of file diff --git a/dist/apps/total-angular/polyfills-es2015.js b/dist/apps/total-angular/polyfills-es2015.js index 17c0b3618..40685ba57 100644 --- a/dist/apps/total-angular/polyfills-es2015.js +++ b/dist/apps/total-angular/polyfills-es2015.js @@ -1,9 +1,9 @@ (window["webpackJsonp"] = window["webpackJsonp"] || []).push([["polyfills"],{ /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/a-function.js": -/*!**********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/a-function.js ***! - \**********************************************************************************************************************************************/ +/*!**********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/a-function.js ***! + \**********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -17,9 +17,9 @@ module.exports = function (it) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/an-instance.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/an-instance.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/an-instance.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -33,9 +33,9 @@ module.exports = function (it, Constructor, name) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/an-object.js": -/*!*********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/an-object.js ***! - \*********************************************************************************************************************************************/ +/*!*********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/an-object.js ***! + \*********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -51,9 +51,9 @@ module.exports = function (it) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-includes.js": -/*!**************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-includes.js ***! - \**************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-includes.js ***! + \**************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -89,9 +89,9 @@ module.exports = function (IS_INCLUDES) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-methods.js": -/*!*************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-methods.js ***! - \*************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-methods.js ***! + \*************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -153,9 +153,9 @@ module.exports = function (TYPE, specificCreate) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-species-create.js": -/*!********************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-species-create.js ***! - \********************************************************************************************************************************************************/ +/*!********************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-species-create.js ***! + \********************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -182,9 +182,9 @@ module.exports = function (originalArray, length) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/bind-context.js": -/*!************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/bind-context.js ***! - \************************************************************************************************************************************************/ +/*!************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/bind-context.js ***! + \************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -217,9 +217,9 @@ module.exports = function (fn, that, length) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/call-with-safe-iteration-closing.js": -/*!********************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/call-with-safe-iteration-closing.js ***! - \********************************************************************************************************************************************************************/ +/*!********************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/call-with-safe-iteration-closing.js ***! + \********************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -241,9 +241,9 @@ module.exports = function (iterator, fn, value, ENTRIES) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/check-correctness-of-iteration.js": -/*!******************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/check-correctness-of-iteration.js ***! - \******************************************************************************************************************************************************************/ +/*!******************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/check-correctness-of-iteration.js ***! + \******************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -288,9 +288,9 @@ module.exports = function (exec, SKIP_CLOSING) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/classof-raw.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/classof-raw.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/classof-raw.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -304,9 +304,9 @@ module.exports = function (it) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/classof.js": -/*!*******************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/classof.js ***! - \*******************************************************************************************************************************************/ +/*!*******************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/classof.js ***! + \*******************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -338,9 +338,9 @@ module.exports = function (it) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection-strong.js": -/*!*****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection-strong.js ***! - \*****************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection-strong.js ***! + \*****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -535,9 +535,9 @@ module.exports = { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection-weak.js": -/*!***************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection-weak.js ***! - \***************************************************************************************************************************************************/ +/*!***************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection-weak.js ***! + \***************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -667,9 +667,9 @@ module.exports = { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection.js": -/*!**********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection.js ***! - \**********************************************************************************************************************************************/ +/*!**********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection.js ***! + \**********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -776,9 +776,9 @@ module.exports = function (CONSTRUCTOR_NAME, wrapper, common, IS_MAP, IS_WEAK) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/copy-constructor-properties.js": -/*!***************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/copy-constructor-properties.js ***! - \***************************************************************************************************************************************************************/ +/*!***************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/copy-constructor-properties.js ***! + \***************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -801,9 +801,9 @@ module.exports = function (target, source) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/correct-prototype-getter.js": -/*!************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/correct-prototype-getter.js ***! - \************************************************************************************************************************************************************/ +/*!************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/correct-prototype-getter.js ***! + \************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -817,9 +817,9 @@ module.exports = !__webpack_require__(/*! ../internals/fails */ "../../node_modu /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-iterator-constructor.js": -/*!***************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-iterator-constructor.js ***! - \***************************************************************************************************************************************************************/ +/*!***************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-iterator-constructor.js ***! + \***************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -845,9 +845,9 @@ module.exports = function (IteratorConstructor, NAME, next) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-property-descriptor.js": -/*!**************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-property-descriptor.js ***! - \**************************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-property-descriptor.js ***! + \**************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -864,9 +864,9 @@ module.exports = function (bitmap, value) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/define-iterator.js": -/*!***************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/define-iterator.js ***! - \***************************************************************************************************************************************************/ +/*!***************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/define-iterator.js ***! + \***************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -964,9 +964,9 @@ module.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, I /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/descriptors.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/descriptors.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/descriptors.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -979,9 +979,9 @@ module.exports = !__webpack_require__(/*! ../internals/fails */ "../../node_modu /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/document-create-element.js": -/*!***********************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/document-create-element.js ***! - \***********************************************************************************************************************************************************/ +/*!***********************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/document-create-element.js ***! + \***********************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -998,9 +998,9 @@ module.exports = function (it) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/enum-bug-keys.js": -/*!*************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/enum-bug-keys.js ***! - \*************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/enum-bug-keys.js ***! + \*************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -1019,9 +1019,9 @@ module.exports = [ /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/export.js": -/*!******************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/export.js ***! - \******************************************************************************************************************************************/ +/*!******************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/export.js ***! + \******************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1084,9 +1084,9 @@ module.exports = function (options, source) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/fails.js": -/*!*****************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/fails.js ***! - \*****************************************************************************************************************************************/ +/*!*****************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/fails.js ***! + \*****************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -1102,9 +1102,9 @@ module.exports = function (exec) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/freezing.js": -/*!********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/freezing.js ***! - \********************************************************************************************************************************************/ +/*!********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/freezing.js ***! + \********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1116,9 +1116,9 @@ module.exports = !__webpack_require__(/*! ../internals/fails */ "../../node_modu /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/function-to-string.js": -/*!******************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/function-to-string.js ***! - \******************************************************************************************************************************************************/ +/*!******************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/function-to-string.js ***! + \******************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1128,9 +1128,9 @@ module.exports = __webpack_require__(/*! ../internals/shared */ "../../node_modu /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/get-built-in.js": -/*!************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/get-built-in.js ***! - \************************************************************************************************************************************************/ +/*!************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/get-built-in.js ***! + \************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1150,9 +1150,9 @@ module.exports = function (namespace, method) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/get-iterator-method.js": -/*!*******************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/get-iterator-method.js ***! - \*******************************************************************************************************************************************************/ +/*!*******************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/get-iterator-method.js ***! + \*******************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1170,9 +1170,9 @@ module.exports = function (it) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/global.js": -/*!******************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/global.js ***! - \******************************************************************************************************************************************/ +/*!******************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/global.js ***! + \******************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -1186,9 +1186,9 @@ module.exports = typeof window == 'object' && window && window.Math == Math ? wi /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/has.js": -/*!***************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/has.js ***! - \***************************************************************************************************************************************/ +/*!***************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/has.js ***! + \***************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -1202,9 +1202,9 @@ module.exports = function (it, key) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/hidden-keys.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/hidden-keys.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/hidden-keys.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -1214,9 +1214,9 @@ module.exports = {}; /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/hide.js": -/*!****************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/hide.js ***! - \****************************************************************************************************************************************/ +/*!****************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/hide.js ***! + \****************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1234,9 +1234,9 @@ module.exports = __webpack_require__(/*! ../internals/descriptors */ "../../node /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/html.js": -/*!****************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/html.js ***! - \****************************************************************************************************************************************/ +/*!****************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/html.js ***! + \****************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1248,9 +1248,9 @@ module.exports = document && document.documentElement; /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/ie8-dom-define.js": -/*!**************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/ie8-dom-define.js ***! - \**************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/ie8-dom-define.js ***! + \**************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1265,9 +1265,9 @@ module.exports = !__webpack_require__(/*! ../internals/descriptors */ "../../nod /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/indexed-object.js": -/*!**************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/indexed-object.js ***! - \**************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/indexed-object.js ***! + \**************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1288,9 +1288,9 @@ module.exports = fails(function () { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/inherit-if-required.js": -/*!*******************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/inherit-if-required.js ***! - \*******************************************************************************************************************************************************/ +/*!*******************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/inherit-if-required.js ***! + \*******************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1309,9 +1309,9 @@ module.exports = function (that, target, C) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/internal-metadata.js": -/*!*****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/internal-metadata.js ***! - \*****************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/internal-metadata.js ***! + \*****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1378,9 +1378,9 @@ __webpack_require__(/*! ../internals/hidden-keys */ "../../node_modules/@angular /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/internal-state.js": -/*!**************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/internal-state.js ***! - \**************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/internal-state.js ***! + \**************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1448,9 +1448,9 @@ module.exports = { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-array-iterator-method.js": -/*!************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-array-iterator-method.js ***! - \************************************************************************************************************************************************************/ +/*!************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-array-iterator-method.js ***! + \************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1467,9 +1467,9 @@ module.exports = function (it) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-array.js": -/*!********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-array.js ***! - \********************************************************************************************************************************************/ +/*!********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-array.js ***! + \********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1485,9 +1485,9 @@ module.exports = Array.isArray || function isArray(arg) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-forced.js": -/*!*********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-forced.js ***! - \*********************************************************************************************************************************************/ +/*!*********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-forced.js ***! + \*********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1516,9 +1516,9 @@ module.exports = isForced; /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-object.js": -/*!*********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-object.js ***! - \*********************************************************************************************************************************************/ +/*!*********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-object.js ***! + \*********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -1530,9 +1530,9 @@ module.exports = function (it) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-pure.js": -/*!*******************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-pure.js ***! - \*******************************************************************************************************************************************/ +/*!*******************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-pure.js ***! + \*******************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -1542,9 +1542,9 @@ module.exports = false; /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterate.js": -/*!*******************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterate.js ***! - \*******************************************************************************************************************************************/ +/*!*******************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterate.js ***! + \*******************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1586,9 +1586,9 @@ exports.BREAK = BREAK; /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterators-core.js": -/*!**************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterators-core.js ***! - \**************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterators-core.js ***! + \**************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1631,9 +1631,9 @@ module.exports = { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterators.js": -/*!*********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterators.js ***! - \*********************************************************************************************************************************************/ +/*!*********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterators.js ***! + \*********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -1643,9 +1643,9 @@ module.exports = {}; /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/native-symbol.js": -/*!*************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/native-symbol.js ***! - \*************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/native-symbol.js ***! + \*************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1659,9 +1659,9 @@ module.exports = !__webpack_require__(/*! ../internals/fails */ "../../node_modu /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/native-weak-map.js": -/*!***************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/native-weak-map.js ***! - \***************************************************************************************************************************************************/ +/*!***************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/native-weak-map.js ***! + \***************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1674,9 +1674,9 @@ module.exports = typeof WeakMap === 'function' && /native code/.test(nativeFunct /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-create.js": -/*!*************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-create.js ***! - \*************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-create.js ***! + \*************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1730,9 +1730,9 @@ __webpack_require__(/*! ../internals/hidden-keys */ "../../node_modules/@angular /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-define-properties.js": -/*!************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-define-properties.js ***! - \************************************************************************************************************************************************************/ +/*!************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-define-properties.js ***! + \************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1755,9 +1755,9 @@ module.exports = DESCRIPTORS ? Object.defineProperties : function defineProperti /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-define-property.js": -/*!**********************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-define-property.js ***! - \**********************************************************************************************************************************************************/ +/*!**********************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-define-property.js ***! + \**********************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1783,9 +1783,9 @@ exports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, A /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-descriptor.js": -/*!**********************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-descriptor.js ***! - \**********************************************************************************************************************************************************************/ +/*!**********************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-descriptor.js ***! + \**********************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1811,9 +1811,9 @@ exports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnProper /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-names.js": -/*!*****************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-names.js ***! - \*****************************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-names.js ***! + \*****************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1829,9 +1829,9 @@ exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-symbols.js": -/*!*******************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-symbols.js ***! - \*******************************************************************************************************************************************************************/ +/*!*******************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-symbols.js ***! + \*******************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -1841,9 +1841,9 @@ exports.f = Object.getOwnPropertySymbols; /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-prototype-of.js": -/*!***********************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-prototype-of.js ***! - \***********************************************************************************************************************************************************/ +/*!***********************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-prototype-of.js ***! + \***********************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1866,9 +1866,9 @@ module.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function (O) /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-keys-internal.js": -/*!********************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-keys-internal.js ***! - \********************************************************************************************************************************************************/ +/*!********************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-keys-internal.js ***! + \********************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1894,9 +1894,9 @@ module.exports = function (object, names) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-keys.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-keys.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-keys.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1912,9 +1912,9 @@ module.exports = Object.keys || function keys(O) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-property-is-enumerable.js": -/*!*****************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-property-is-enumerable.js ***! - \*****************************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-property-is-enumerable.js ***! + \*****************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1935,9 +1935,9 @@ exports.f = NASHORN_BUG ? function propertyIsEnumerable(V) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-set-prototype-of.js": -/*!***********************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-set-prototype-of.js ***! - \***********************************************************************************************************************************************************/ +/*!***********************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-set-prototype-of.js ***! + \***********************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1966,9 +1966,9 @@ module.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/own-keys.js": -/*!********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/own-keys.js ***! - \********************************************************************************************************************************************/ +/*!********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/own-keys.js ***! + \********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1988,9 +1988,9 @@ module.exports = Reflect && Reflect.ownKeys || function ownKeys(it) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/path.js": -/*!****************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/path.js ***! - \****************************************************************************************************************************************/ +/*!****************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/path.js ***! + \****************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2000,9 +2000,9 @@ module.exports = __webpack_require__(/*! ../internals/global */ "../../node_modu /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/redefine-all.js": -/*!************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/redefine-all.js ***! - \************************************************************************************************************************************************/ +/*!************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/redefine-all.js ***! + \************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2017,9 +2017,9 @@ module.exports = function (target, src, options) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/redefine.js": -/*!********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/redefine.js ***! - \********************************************************************************************************************************************/ +/*!********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/redefine.js ***! + \********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2065,9 +2065,9 @@ __webpack_require__(/*! ../internals/shared */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/reflect-metadata.js": -/*!****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/reflect-metadata.js ***! - \****************************************************************************************************************************************************/ +/*!****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/reflect-metadata.js ***! + \****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2128,9 +2128,9 @@ module.exports = { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/require-object-coercible.js": -/*!************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/require-object-coercible.js ***! - \************************************************************************************************************************************************************/ +/*!************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/require-object-coercible.js ***! + \************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -2145,9 +2145,9 @@ module.exports = function (it) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-global.js": -/*!**********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-global.js ***! - \**********************************************************************************************************************************************/ +/*!**********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-global.js ***! + \**********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2166,9 +2166,9 @@ module.exports = function (key, value) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-species.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-species.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-species.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2192,9 +2192,9 @@ module.exports = function (CONSTRUCTOR_NAME) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-to-string-tag.js": -/*!*****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-to-string-tag.js ***! - \*****************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-to-string-tag.js ***! + \*****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2212,9 +2212,9 @@ module.exports = function (it, TAG, STATIC) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/shared-key.js": -/*!**********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/shared-key.js ***! - \**********************************************************************************************************************************************/ +/*!**********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/shared-key.js ***! + \**********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2229,9 +2229,9 @@ module.exports = function (key) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/shared.js": -/*!******************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/shared.js ***! - \******************************************************************************************************************************************/ +/*!******************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/shared.js ***! + \******************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2252,9 +2252,9 @@ var store = global[SHARED] || setGlobal(SHARED, {}); /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-absolute-index.js": -/*!*****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-absolute-index.js ***! - \*****************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-absolute-index.js ***! + \*****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2274,9 +2274,9 @@ module.exports = function (index, length) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-indexed-object.js": -/*!*****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-indexed-object.js ***! - \*****************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-indexed-object.js ***! + \*****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2292,9 +2292,9 @@ module.exports = function (it) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-integer.js": -/*!**********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-integer.js ***! - \**********************************************************************************************************************************************/ +/*!**********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-integer.js ***! + \**********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -2311,9 +2311,9 @@ module.exports = function (argument) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-length.js": -/*!*********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-length.js ***! - \*********************************************************************************************************************************************/ +/*!*********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-length.js ***! + \*********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2330,9 +2330,9 @@ module.exports = function (argument) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-object.js": -/*!*********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-object.js ***! - \*********************************************************************************************************************************************/ +/*!*********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-object.js ***! + \*********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2348,9 +2348,9 @@ module.exports = function (argument) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-primitive.js": -/*!************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-primitive.js ***! - \************************************************************************************************************************************************/ +/*!************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-primitive.js ***! + \************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2371,9 +2371,9 @@ module.exports = function (it, S) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/uid.js": -/*!***************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/uid.js ***! - \***************************************************************************************************************************************/ +/*!***************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/uid.js ***! + \***************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -2388,9 +2388,9 @@ module.exports = function (key) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/validate-set-prototype-of-arguments.js": -/*!***********************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/validate-set-prototype-of-arguments.js ***! - \***********************************************************************************************************************************************************************/ +/*!***********************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/validate-set-prototype-of-arguments.js ***! + \***********************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2408,9 +2408,9 @@ module.exports = function (O, proto) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/well-known-symbol.js": -/*!*****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/well-known-symbol.js ***! - \*****************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/well-known-symbol.js ***! + \*****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2428,9 +2428,9 @@ module.exports = function (name) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.map.js": -/*!****************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.map.js ***! - \****************************************************************************************************************************************/ +/*!****************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.map.js ***! + \****************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2446,9 +2446,9 @@ module.exports = __webpack_require__(/*! ../internals/collection */ "../../node_ /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.set.js": -/*!****************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.set.js ***! - \****************************************************************************************************************************************/ +/*!****************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.set.js ***! + \****************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2464,9 +2464,9 @@ module.exports = __webpack_require__(/*! ../internals/collection */ "../../node_ /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.weak-map.js": -/*!*********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.weak-map.js ***! - \*********************************************************************************************************************************************/ +/*!*********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.weak-map.js ***! + \*********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2541,9 +2541,9 @@ if (NATIVE_WEAK_MAP && IS_IE11) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.define-metadata.js": -/*!****************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.define-metadata.js ***! - \****************************************************************************************************************************************************************/ +/*!****************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.define-metadata.js ***! + \****************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2565,9 +2565,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.delete-metadata.js": -/*!****************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.delete-metadata.js ***! - \****************************************************************************************************************************************************************/ +/*!****************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.delete-metadata.js ***! + \****************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2595,9 +2595,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-metadata-keys.js": -/*!******************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-metadata-keys.js ***! - \******************************************************************************************************************************************************************/ +/*!******************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-metadata-keys.js ***! + \******************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2636,9 +2636,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-metadata.js": -/*!*************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-metadata.js ***! - \*************************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-metadata.js ***! + \*************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2669,9 +2669,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-own-metadata-keys.js": -/*!**********************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-own-metadata-keys.js ***! - \**********************************************************************************************************************************************************************/ +/*!**********************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-own-metadata-keys.js ***! + \**********************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2693,9 +2693,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-own-metadata.js": -/*!*****************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-own-metadata.js ***! - \*****************************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-own-metadata.js ***! + \*****************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2717,9 +2717,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.has-metadata.js": -/*!*************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.has-metadata.js ***! - \*************************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.has-metadata.js ***! + \*************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2749,9 +2749,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.has-own-metadata.js": -/*!*****************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.has-own-metadata.js ***! - \*****************************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.has-own-metadata.js ***! + \*****************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2773,9 +2773,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.metadata.js": -/*!*********************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.metadata.js ***! - \*********************************************************************************************************************************************************/ +/*!*********************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.metadata.js ***! + \*********************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2798,9 +2798,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/proposals/reflect-metadata.js": -/*!****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/proposals/reflect-metadata.js ***! - \****************************************************************************************************************************************************/ +/*!****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/proposals/reflect-metadata.js ***! + \****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2818,9 +2818,9 @@ __webpack_require__(/*! ../modules/esnext.reflect.metadata */ "../../node_module /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/jit-polyfills.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/jit-polyfills.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/jit-polyfills.js ***! + \***********************************************************************************************************************************/ /*! no exports provided */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -2841,9 +2841,9 @@ __webpack_require__.r(__webpack_exports__); /***/ }), /***/ "../../node_modules/smoothscroll-polyfill/dist/smoothscroll.js": -/*!**************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/smoothscroll-polyfill/dist/smoothscroll.js ***! - \**************************************************************************************************************/ +/*!**************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/smoothscroll-polyfill/dist/smoothscroll.js ***! + \**************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3282,9 +3282,9 @@ __webpack_require__.r(__webpack_exports__); /***/ }), /***/ "../../node_modules/zone.js/dist/zone-evergreen.js": -/*!**************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/zone.js/dist/zone-evergreen.js ***! - \**************************************************************************************************/ +/*!**************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/zone.js/dist/zone-evergreen.js ***! + \**************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -6422,14 +6422,14 @@ smoothscroll_polyfill_dist_smoothscroll_js__WEBPACK_IMPORTED_MODULE_0___default. /***/ }), /***/ 1: -/*!************************************************************************************************************************************************************************!*\ - !*** multi ./src/polyfills.ts /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/jit-polyfills.js ***! - \************************************************************************************************************************************************************************/ +/*!************************************************************************************************************************************************************!*\ + !*** multi ./src/polyfills.ts C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/jit-polyfills.js ***! + \************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { -__webpack_require__(/*! /Users/elenko/projects/GroupDocs.Total-Angular/apps/total-angular/src/polyfills.ts */"./src/polyfills.ts"); -module.exports = __webpack_require__(/*! /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/jit-polyfills.js */"../../node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/jit-polyfills.js"); +__webpack_require__(/*! C:\Sources\GroupDocs.Total.Angular\apps\total-angular\src\polyfills.ts */"./src/polyfills.ts"); +module.exports = __webpack_require__(/*! C:\Sources\GroupDocs.Total.Angular\node_modules\@angular-devkit\build-angular\src\angular-cli-files\models\jit-polyfills.js */"../../node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/jit-polyfills.js"); /***/ }) diff --git a/dist/apps/total-angular/polyfills-es2015.js.map b/dist/apps/total-angular/polyfills-es2015.js.map index 98792f54b..c2ecd0132 100644 --- a/dist/apps/total-angular/polyfills-es2015.js.map +++ b/dist/apps/total-angular/polyfills-es2015.js.map @@ -1 +1 @@ -{"version":3,"sources":["webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/a-function.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/an-instance.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/an-object.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-includes.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-methods.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-species-create.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/bind-context.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/call-with-safe-iteration-closing.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/check-correctness-of-iteration.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/classof-raw.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/classof.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection-strong.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection-weak.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/copy-constructor-properties.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/correct-prototype-getter.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-iterator-constructor.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-property-descriptor.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/define-iterator.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/descriptors.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/document-create-element.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/enum-bug-keys.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/export.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/fails.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/freezing.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/function-to-string.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/get-built-in.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/get-iterator-method.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/global.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/has.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/hidden-keys.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/hide.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/html.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/ie8-dom-define.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/indexed-object.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/inherit-if-required.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/internal-metadata.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/internal-state.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-array-iterator-method.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-array.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-forced.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-object.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-pure.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterate.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterators-core.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterators.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/native-symbol.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/native-weak-map.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-create.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-define-properties.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-define-property.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-names.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-prototype-of.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-keys-internal.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-keys.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-property-is-enumerable.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-set-prototype-of.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/own-keys.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/path.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/redefine-all.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/redefine.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/reflect-metadata.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/require-object-coercible.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-global.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-species.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-to-string-tag.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/shared-key.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/shared.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-absolute-index.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-indexed-object.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-integer.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-length.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-object.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-primitive.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/uid.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/validate-set-prototype-of-arguments.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/well-known-symbol.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.map.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.set.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.weak-map.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.define-metadata.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.delete-metadata.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-metadata-keys.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-metadata.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-own-metadata-keys.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-own-metadata.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.has-metadata.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.has-own-metadata.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.metadata.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/proposals/reflect-metadata.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/jit-polyfills.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/smoothscroll-polyfill/dist/smoothscroll.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/zone.js/dist/zone-evergreen.js","webpack:///./src/polyfills.ts"],"names":[],"mappings":"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AAO;AACP;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,OAAO;AACtC;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA,KAAK;AACL;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,kCAAkC;AAClC,oCAAoC;AACpC,cAAc;AACd,KAAK;;AAEL;AACA;AACA;AACA;;;;;;;;;;;;;ACxLa;AACb,kBAAkB,mBAAO,CAAC,kIAA2B;AACrD,kBAAkB,mBAAO,CAAC,4IAAgC;AAC1D,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,iBAAiB,mBAAO,CAAC,gIAA0B;AACnD,cAAc,mBAAO,CAAC,wHAAsB;AAC5C,wBAAwB,mBAAO,CAAC,oIAA4B;AAC5D,WAAW,mBAAO,CAAC,gHAAkB;AACrC,0BAA0B,mBAAO,CAAC,sIAA6B;AAC/D;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA,KAAK;;AAEL;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA,KAAK;;AAEL;AACA;AACA;;;;;;;;;;;;;ACvHa;AACb,aAAa,mBAAO,CAAC,sHAAqB;AAC1C,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,cAAc,mBAAO,CAAC,sHAAqB;AAC3C,eAAe,mBAAO,CAAC,0HAAuB;AAC9C,6BAA6B,mBAAO,CAAC,4IAAgC;AACrE,cAAc,mBAAO,CAAC,wHAAsB;AAC5C,iBAAiB,mBAAO,CAAC,gIAA0B;AACnD,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,YAAY,mBAAO,CAAC,oHAAoB;AACxC,kCAAkC,mBAAO,CAAC,sKAA6C;AACvF,qBAAqB,mBAAO,CAAC,4IAAgC;AAC7D,wBAAwB,mBAAO,CAAC,gJAAkC;;AAElE;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA,OAAO;AACP;AACA,OAAO;AACP;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,qDAAqD;AACrD;AACA,kDAAkD,iBAAiB,EAAE;AACrE;AACA;AACA,4EAA4E,iCAAiC,EAAE;AAC/G;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;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AAgC;AAChE;AACA;AACA;AACA;AACA,CAAC;;;;;;;;;;;;ACZD,4BAA4B,mBAAO,CAAC,0IAA+B;AACnE,eAAe,mBAAO,CAAC,4HAAwB;AAC/C;AACA;;AAEA;AACA;AACA,mBAAO,CAAC,sHAAqB,GAAG,gCAAgC;AAChE;AACA;AACA;AACA;AACA;AACA,CAAC;;;;;;;;;;;;ACbD,mBAAO,CAAC,kKAA2C;AACnD,mBAAO,CAAC,kKAA2C;AACnD,mBAAO,CAAC,4JAAwC;AAChD,mBAAO,CAAC,sKAA6C;AACrD,mBAAO,CAAC,oKAA4C;AACpD,mBAAO,CAAC,8KAAiD;AACzD,mBAAO,CAAC,4JAAwC;AAChD,mBAAO,CAAC,oKAA4C;AACpD,mBAAO,CAAC,oJAAoC;;;;;;;;;;;;;ACR5C;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AAC4C;;;;;;;;;;;;ACP5C;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe,OAAO;AACtB,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe,cAAc;AAC7B,iBAAiB;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe,KAAK;AACpB,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe,KAAK;AACpB,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,eAAe,KAAK;AACpB,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,eAAe,KAAK;AACpB,iBAAiB,KAAK;AACtB;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe,YAAY;AAC3B,eAAe,OAAO;AACtB,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,OAAO;AACP;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW;AACX;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;;AAEA,MAAM,IAA4D;AAClE;AACA,sBAAsB;AACtB,GAAG,MAAM,EAGN;;AAEH,CAAC;;;;;;;;;;;;AChbD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC;AACjC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC;AACjC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oDAAoD;AACpD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC;AACjC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kEAAkE,UAAU,6CAA6C,eAAe;AACxI;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oDAAoD;AACpD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,0BAA0B;AACrD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gCAAgC;AAChC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mCAAmC,UAAU,IAAI,YAAY,4BAA4B,QAAQ,sBAAsB,WAAW,GAAG,+CAA+C,SAAS,YAAY;AACzM;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,kBAAkB;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6BAA6B;AAC7B;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4HAA4H,wBAAwB,oCAAoC;AACxL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gFAAgF,sEAAsE;AACtJ;AACA;AACA,+BAA+B,kBAAkB;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gDAAgD;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wCAAwC,oDAAoD;AAC5F;AACA;AACA;AACA;AACA;AACA,2BAA2B,mCAAmC;AAC9D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,uEAAuE,gBAAgB;AACvF;AACA;AACA;AACA;AACA;AACA;AACA;AACA,sCAAsC;AACtC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC,QAAQ;AACzC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,oBAAoB;AACvC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+CAA+C;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uBAAuB,uBAAuB;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uBAAuB,yBAAyB;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oDAAoD,EAAE;AACtD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA,iBAAiB;AACjB;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,SAAS;AACT,KAAK;AACL;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;AACA;AACA,gDAAgD;AAChD;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,sBAAsB;AACrD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,sBAAsB;AACrD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mCAAmC,0BAA0B;AAC7D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mCAAmC,8BAA8B;AACjE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uCAAuC,0BAA0B;AACjE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,0BAA0B;AACzD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,kBAAkB;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,iBAAiB;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uCAAuC,wBAAwB;AAC/D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uCAAuC,wBAAwB;AAC/D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,iBAAiB;AACpC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,kBAAkB;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kCAAkC,WAAW,GAAG,OAAO;AACvD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,sDAAsD,0BAA0B,EAAE;AAClF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wDAAwD,KAAK,qBAAqB,SAAS,eAAe,IAAI,8BAA8B,MAAM;AAClJ;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+CAA+C,sDAAsD;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,mBAAmB;AAC9B;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,4EAA4E;AACvF;AACA,mBAAmB,uBAAuB;AAC1C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA,mBAAmB,4BAA4B;AAC/C;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA,CAAC;AACD;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+CAA+C,sBAAsB;AACrE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wCAAwC;AACxC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC;AACjC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oEAAoE,0CAA0C;AAC9G;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;AC5+FA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;;GAcG;AAEH;;GAEG;AAEH,+EAA+E;AAC/E,oEAAoE;AAEpE;;;;GAIG;AACH,8EAA8E;AAE9E;;;;;;;;;;;;;;;;;;;;;;GAsBG;AAEH,sCAAsC;AACgC;AACtE,iFAAY,CAAC,QAAQ,EAAE,CAAC;AAExB;;GAEG;AACwB,CAAC,6BAA6B;AAEzD;;GAEG","file":"polyfills-es2015.js","sourcesContent":["module.exports = function (it) {\n if (typeof it != 'function') {\n throw TypeError(String(it) + ' is not a function');\n } return it;\n};\n","module.exports = function (it, Constructor, name) {\n if (!(it instanceof Constructor)) {\n throw TypeError('Incorrect ' + (name ? name + ' ' : '') + 'invocation');\n } return it;\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\n// false -> Array#indexOf\n// https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n// true -> Array#includes\n// https://tc39.github.io/ecma262/#sec-array.prototype.includes\nmodule.exports = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) if (IS_INCLUDES || index in O) {\n if (O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n","var bind = require('../internals/bind-context');\nvar IndexedObject = require('../internals/indexed-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\n// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex }` methods implementation\n// 0 -> Array#forEach\n// https://tc39.github.io/ecma262/#sec-array.prototype.foreach\n// 1 -> Array#map\n// https://tc39.github.io/ecma262/#sec-array.prototype.map\n// 2 -> Array#filter\n// https://tc39.github.io/ecma262/#sec-array.prototype.filter\n// 3 -> Array#some\n// https://tc39.github.io/ecma262/#sec-array.prototype.some\n// 4 -> Array#every\n// https://tc39.github.io/ecma262/#sec-array.prototype.every\n// 5 -> Array#find\n// https://tc39.github.io/ecma262/#sec-array.prototype.find\n// 6 -> Array#findIndex\n// https://tc39.github.io/ecma262/#sec-array.prototype.findIndex\nmodule.exports = function (TYPE, specificCreate) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n var create = specificCreate || arraySpeciesCreate;\n return function ($this, callbackfn, that) {\n var O = toObject($this);\n var self = IndexedObject(O);\n var boundFunction = bind(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var target = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;\n var value, result;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n value = self[index];\n result = boundFunction(value, index, O);\n if (TYPE) {\n if (IS_MAP) target[index] = result; // map\n else if (result) switch (TYPE) {\n case 3: return true; // some\n case 5: return value; // find\n case 6: return index; // findIndex\n case 2: target.push(value); // filter\n } else if (IS_EVERY) return false; // every\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;\n };\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar SPECIES = require('../internals/well-known-symbol')('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.github.io/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var aFunction = require('../internals/a-function');\n\n// optional / simple context binding\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 0: return function () {\n return fn.call(that);\n };\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","var anObject = require('../internals/an-object');\n\n// call something on iterator step with safe closing on error\nmodule.exports = function (iterator, fn, value, ENTRIES) {\n try {\n return ENTRIES ? fn(anObject(value)[0], value[1]) : fn(value);\n // 7.4.6 IteratorClose(iterator, completion)\n } catch (error) {\n var returnMethod = iterator['return'];\n if (returnMethod !== undefined) anObject(returnMethod.call(iterator));\n throw error;\n }\n};\n","var ITERATOR = require('../internals/well-known-symbol')('iterator');\nvar SAFE_CLOSING = false;\n\ntry {\n var called = 0;\n var iteratorWithReturn = {\n next: function () {\n return { done: !!called++ };\n },\n 'return': function () {\n SAFE_CLOSING = true;\n }\n };\n iteratorWithReturn[ITERATOR] = function () {\n return this;\n };\n // eslint-disable-next-line no-throw-literal\n Array.from(iteratorWithReturn, function () { throw 2; });\n} catch (error) { /* empty */ }\n\nmodule.exports = function (exec, SKIP_CLOSING) {\n if (!SKIP_CLOSING && !SAFE_CLOSING) return false;\n var ITERATION_SUPPORT = false;\n try {\n var object = {};\n object[ITERATOR] = function () {\n return {\n next: function () {\n return { done: ITERATION_SUPPORT = true };\n }\n };\n };\n exec(object);\n } catch (error) { /* empty */ }\n return ITERATION_SUPPORT;\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var classofRaw = require('../internals/classof-raw');\nvar TO_STRING_TAG = require('../internals/well-known-symbol')('toStringTag');\n// ES3 wrong here\nvar CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (error) { /* empty */ }\n};\n\n// getting tag from ES6+ `Object.prototype.toString`\nmodule.exports = function (it) {\n var O, tag, result;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag\n // builtinTag case\n : CORRECT_ARGUMENTS ? classofRaw(O)\n // ES3 arguments fallback\n : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;\n};\n","'use strict';\nvar defineProperty = require('../internals/object-define-property').f;\nvar create = require('../internals/object-create');\nvar redefineAll = require('../internals/redefine-all');\nvar bind = require('../internals/bind-context');\nvar anInstance = require('../internals/an-instance');\nvar iterate = require('../internals/iterate');\nvar defineIterator = require('../internals/define-iterator');\nvar setSpecies = require('../internals/set-species');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fastKey = require('../internals/internal-metadata').fastKey;\nvar InternalStateModule = require('../internals/internal-state');\nvar setInternalState = InternalStateModule.set;\nvar internalStateGetterFor = InternalStateModule.getterFor;\n\nmodule.exports = {\n getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, CONSTRUCTOR_NAME);\n setInternalState(that, {\n type: CONSTRUCTOR_NAME,\n index: create(null),\n first: undefined,\n last: undefined,\n size: 0\n });\n if (!DESCRIPTORS) that.size = 0;\n if (iterable != undefined) iterate(iterable, that[ADDER], that, IS_MAP);\n });\n\n var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME);\n\n var define = function (that, key, value) {\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n var previous, index;\n // change existing entry\n if (entry) {\n entry.value = value;\n // create new entry\n } else {\n state.last = entry = {\n index: index = fastKey(key, true),\n key: key,\n value: value,\n previous: previous = state.last,\n next: undefined,\n removed: false\n };\n if (!state.first) state.first = entry;\n if (previous) previous.next = entry;\n if (DESCRIPTORS) state.size++;\n else that.size++;\n // add to index\n if (index !== 'F') state.index[index] = entry;\n } return that;\n };\n\n var getEntry = function (that, key) {\n var state = getInternalState(that);\n // fast case\n var index = fastKey(key);\n var entry;\n if (index !== 'F') return state.index[index];\n // frozen object case\n for (entry = state.first; entry; entry = entry.next) {\n if (entry.key == key) return entry;\n }\n };\n\n redefineAll(C.prototype, {\n // 23.1.3.1 Map.prototype.clear()\n // 23.2.3.2 Set.prototype.clear()\n clear: function clear() {\n var that = this;\n var state = getInternalState(that);\n var data = state.index;\n var entry = state.first;\n while (entry) {\n entry.removed = true;\n if (entry.previous) entry.previous = entry.previous.next = undefined;\n delete data[entry.index];\n entry = entry.next;\n }\n state.first = state.last = undefined;\n if (DESCRIPTORS) state.size = 0;\n else that.size = 0;\n },\n // 23.1.3.3 Map.prototype.delete(key)\n // 23.2.3.4 Set.prototype.delete(value)\n 'delete': function (key) {\n var that = this;\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n if (entry) {\n var next = entry.next;\n var prev = entry.previous;\n delete state.index[entry.index];\n entry.removed = true;\n if (prev) prev.next = next;\n if (next) next.previous = prev;\n if (state.first == entry) state.first = next;\n if (state.last == entry) state.last = prev;\n if (DESCRIPTORS) state.size--;\n else that.size--;\n } return !!entry;\n },\n // 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined)\n // 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = undefined)\n forEach: function forEach(callbackfn /* , that = undefined */) {\n var state = getInternalState(this);\n var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);\n var entry;\n while (entry = entry ? entry.next : state.first) {\n boundFunction(entry.value, entry.key, this);\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n }\n },\n // 23.1.3.7 Map.prototype.has(key)\n // 23.2.3.7 Set.prototype.has(value)\n has: function has(key) {\n return !!getEntry(this, key);\n }\n });\n\n redefineAll(C.prototype, IS_MAP ? {\n // 23.1.3.6 Map.prototype.get(key)\n get: function get(key) {\n var entry = getEntry(this, key);\n return entry && entry.value;\n },\n // 23.1.3.9 Map.prototype.set(key, value)\n set: function set(key, value) {\n return define(this, key === 0 ? 0 : key, value);\n }\n } : {\n // 23.2.3.1 Set.prototype.add(value)\n add: function add(value) {\n return define(this, value = value === 0 ? 0 : value, value);\n }\n });\n if (DESCRIPTORS) defineProperty(C.prototype, 'size', {\n get: function () {\n return getInternalState(this).size;\n }\n });\n return C;\n },\n setStrong: function (C, CONSTRUCTOR_NAME, IS_MAP) {\n var ITERATOR_NAME = CONSTRUCTOR_NAME + ' Iterator';\n var getInternalCollectionState = internalStateGetterFor(CONSTRUCTOR_NAME);\n var getInternalIteratorState = internalStateGetterFor(ITERATOR_NAME);\n // add .keys, .values, .entries, [@@iterator]\n // 23.1.3.4, 23.1.3.8, 23.1.3.11, 23.1.3.12, 23.2.3.5, 23.2.3.8, 23.2.3.10, 23.2.3.11\n defineIterator(C, CONSTRUCTOR_NAME, function (iterated, kind) {\n setInternalState(this, {\n type: ITERATOR_NAME,\n target: iterated,\n state: getInternalCollectionState(iterated),\n kind: kind,\n last: undefined\n });\n }, function () {\n var state = getInternalIteratorState(this);\n var kind = state.kind;\n var entry = state.last;\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n // get next entry\n if (!state.target || !(state.last = entry = entry ? entry.next : state.state.first)) {\n // or finish the iteration\n state.target = undefined;\n return { value: undefined, done: true };\n }\n // return step by kind\n if (kind == 'keys') return { value: entry.key, done: false };\n if (kind == 'values') return { value: entry.value, done: false };\n return { value: [entry.key, entry.value], done: false };\n }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);\n\n // add [@@species], 23.1.2.2, 23.2.2.2\n setSpecies(CONSTRUCTOR_NAME);\n }\n};\n","'use strict';\nvar redefineAll = require('../internals/redefine-all');\nvar getWeakData = require('../internals/internal-metadata').getWeakData;\nvar anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\nvar anInstance = require('../internals/an-instance');\nvar iterate = require('../internals/iterate');\nvar createArrayMethod = require('../internals/array-methods');\nvar $has = require('../internals/has');\nvar InternalStateModule = require('../internals/internal-state');\nvar setInternalState = InternalStateModule.set;\nvar internalStateGetterFor = InternalStateModule.getterFor;\nvar arrayFind = createArrayMethod(5);\nvar arrayFindIndex = createArrayMethod(6);\nvar id = 0;\n\n// fallback for uncaught frozen keys\nvar uncaughtFrozenStore = function (store) {\n return store.frozen || (store.frozen = new UncaughtFrozenStore());\n};\n\nvar UncaughtFrozenStore = function () {\n this.entries = [];\n};\n\nvar findUncaughtFrozen = function (store, key) {\n return arrayFind(store.entries, function (it) {\n return it[0] === key;\n });\n};\n\nUncaughtFrozenStore.prototype = {\n get: function (key) {\n var entry = findUncaughtFrozen(this, key);\n if (entry) return entry[1];\n },\n has: function (key) {\n return !!findUncaughtFrozen(this, key);\n },\n set: function (key, value) {\n var entry = findUncaughtFrozen(this, key);\n if (entry) entry[1] = value;\n else this.entries.push([key, value]);\n },\n 'delete': function (key) {\n var index = arrayFindIndex(this.entries, function (it) {\n return it[0] === key;\n });\n if (~index) this.entries.splice(index, 1);\n return !!~index;\n }\n};\n\nmodule.exports = {\n getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, CONSTRUCTOR_NAME);\n setInternalState(that, {\n type: CONSTRUCTOR_NAME,\n id: id++,\n frozen: undefined\n });\n if (iterable != undefined) iterate(iterable, that[ADDER], that, IS_MAP);\n });\n\n var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME);\n\n var define = function (that, key, value) {\n var state = getInternalState(that);\n var data = getWeakData(anObject(key), true);\n if (data === true) uncaughtFrozenStore(state).set(key, value);\n else data[state.id] = value;\n return that;\n };\n\n redefineAll(C.prototype, {\n // 23.3.3.2 WeakMap.prototype.delete(key)\n // 23.4.3.3 WeakSet.prototype.delete(value)\n 'delete': function (key) {\n var state = getInternalState(this);\n if (!isObject(key)) return false;\n var data = getWeakData(key);\n if (data === true) return uncaughtFrozenStore(state)['delete'](key);\n return data && $has(data, state.id) && delete data[state.id];\n },\n // 23.3.3.4 WeakMap.prototype.has(key)\n // 23.4.3.4 WeakSet.prototype.has(value)\n has: function has(key) {\n var state = getInternalState(this);\n if (!isObject(key)) return false;\n var data = getWeakData(key);\n if (data === true) return uncaughtFrozenStore(state).has(key);\n return data && $has(data, state.id);\n }\n });\n\n redefineAll(C.prototype, IS_MAP ? {\n // 23.3.3.3 WeakMap.prototype.get(key)\n get: function get(key) {\n var state = getInternalState(this);\n if (isObject(key)) {\n var data = getWeakData(key);\n if (data === true) return uncaughtFrozenStore(state).get(key);\n return data ? data[state.id] : undefined;\n }\n },\n // 23.3.3.5 WeakMap.prototype.set(key, value)\n set: function set(key, value) {\n return define(this, key, value);\n }\n } : {\n // 23.4.3.1 WeakSet.prototype.add(value)\n add: function add(value) {\n return define(this, value, true);\n }\n });\n\n return C;\n }\n};\n","'use strict';\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar $export = require('../internals/export');\nvar redefine = require('../internals/redefine');\nvar InternalMetadataModule = require('../internals/internal-metadata');\nvar iterate = require('../internals/iterate');\nvar anInstance = require('../internals/an-instance');\nvar isObject = require('../internals/is-object');\nvar fails = require('../internals/fails');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar inheritIfRequired = require('../internals/inherit-if-required');\n\nmodule.exports = function (CONSTRUCTOR_NAME, wrapper, common, IS_MAP, IS_WEAK) {\n var NativeConstructor = global[CONSTRUCTOR_NAME];\n var NativePrototype = NativeConstructor && NativeConstructor.prototype;\n var Constructor = NativeConstructor;\n var ADDER = IS_MAP ? 'set' : 'add';\n var exported = {};\n\n var fixMethod = function (KEY) {\n var nativeMethod = NativePrototype[KEY];\n redefine(NativePrototype, KEY,\n KEY == 'add' ? function add(a) {\n nativeMethod.call(this, a === 0 ? 0 : a);\n return this;\n } : KEY == 'delete' ? function (a) {\n return IS_WEAK && !isObject(a) ? false : nativeMethod.call(this, a === 0 ? 0 : a);\n } : KEY == 'get' ? function get(a) {\n return IS_WEAK && !isObject(a) ? undefined : nativeMethod.call(this, a === 0 ? 0 : a);\n } : KEY == 'has' ? function has(a) {\n return IS_WEAK && !isObject(a) ? false : nativeMethod.call(this, a === 0 ? 0 : a);\n } : function set(a, b) {\n nativeMethod.call(this, a === 0 ? 0 : a, b);\n return this;\n }\n );\n };\n\n // eslint-disable-next-line max-len\n if (isForced(CONSTRUCTOR_NAME, typeof NativeConstructor != 'function' || !(IS_WEAK || NativePrototype.forEach && !fails(function () {\n new NativeConstructor().entries().next();\n })))) {\n // create collection constructor\n Constructor = common.getConstructor(wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER);\n InternalMetadataModule.REQUIRED = true;\n } else if (isForced(CONSTRUCTOR_NAME, true)) {\n var instance = new Constructor();\n // early implementations not supports chaining\n var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;\n // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false\n var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); });\n // most early implementations doesn't supports iterables, most modern - not close it correctly\n // eslint-disable-next-line no-new\n var ACCEPT_ITERABLES = checkCorrectnessOfIteration(function (iterable) { new NativeConstructor(iterable); });\n // for early implementations -0 and +0 not the same\n var BUGGY_ZERO = !IS_WEAK && fails(function () {\n // V8 ~ Chromium 42- fails only with 5+ elements\n var $instance = new NativeConstructor();\n var index = 5;\n while (index--) $instance[ADDER](index, index);\n return !$instance.has(-0);\n });\n\n if (!ACCEPT_ITERABLES) {\n Constructor = wrapper(function (target, iterable) {\n anInstance(target, Constructor, CONSTRUCTOR_NAME);\n var that = inheritIfRequired(new NativeConstructor(), target, Constructor);\n if (iterable != undefined) iterate(iterable, that[ADDER], that, IS_MAP);\n return that;\n });\n Constructor.prototype = NativePrototype;\n NativePrototype.constructor = Constructor;\n }\n\n if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) {\n fixMethod('delete');\n fixMethod('has');\n IS_MAP && fixMethod('get');\n }\n\n if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER);\n\n // weak collections should not contains .clear method\n if (IS_WEAK && NativePrototype.clear) delete NativePrototype.clear;\n }\n\n exported[CONSTRUCTOR_NAME] = Constructor;\n $export({ global: true, forced: Constructor != NativeConstructor }, exported);\n\n setToStringTag(Constructor, CONSTRUCTOR_NAME);\n\n if (!IS_WEAK) common.setStrong(Constructor, CONSTRUCTOR_NAME, IS_MAP);\n\n return Constructor;\n};\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","module.exports = !require('../internals/fails')(function () {\n function F() { /* empty */ }\n F.prototype.constructor = null;\n return Object.getPrototypeOf(new F()) !== F.prototype;\n});\n","'use strict';\nvar IteratorPrototype = require('../internals/iterators-core').IteratorPrototype;\nvar create = require('../internals/object-create');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar Iterators = require('../internals/iterators');\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (IteratorConstructor, NAME, next) {\n var TO_STRING_TAG = NAME + ' Iterator';\n IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(1, next) });\n setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true);\n Iterators[TO_STRING_TAG] = returnThis;\n return IteratorConstructor;\n};\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","'use strict';\nvar $export = require('../internals/export');\nvar createIteratorConstructor = require('../internals/create-iterator-constructor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar hide = require('../internals/hide');\nvar redefine = require('../internals/redefine');\nvar IS_PURE = require('../internals/is-pure');\nvar ITERATOR = require('../internals/well-known-symbol')('iterator');\nvar Iterators = require('../internals/iterators');\nvar IteratorsCore = require('../internals/iterators-core');\nvar IteratorPrototype = IteratorsCore.IteratorPrototype;\nvar BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;\nvar KEYS = 'keys';\nvar VALUES = 'values';\nvar ENTRIES = 'entries';\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {\n createIteratorConstructor(IteratorConstructor, NAME, next);\n\n var getIterationMethod = function (KIND) {\n if (KIND === DEFAULT && defaultIterator) return defaultIterator;\n if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND];\n switch (KIND) {\n case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };\n case VALUES: return function values() { return new IteratorConstructor(this, KIND); };\n case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };\n } return function () { return new IteratorConstructor(this); };\n };\n\n var TO_STRING_TAG = NAME + ' Iterator';\n var INCORRECT_VALUES_NAME = false;\n var IterablePrototype = Iterable.prototype;\n var nativeIterator = IterablePrototype[ITERATOR]\n || IterablePrototype['@@iterator']\n || DEFAULT && IterablePrototype[DEFAULT];\n var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);\n var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;\n var CurrentIteratorPrototype, methods, KEY;\n\n // fix native\n if (anyNativeIterator) {\n CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable()));\n if (IteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {\n if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {\n if (setPrototypeOf) {\n setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);\n } else if (typeof CurrentIteratorPrototype[ITERATOR] != 'function') {\n hide(CurrentIteratorPrototype, ITERATOR, returnThis);\n }\n }\n // Set @@toStringTag to native iterators\n setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true);\n if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis;\n }\n }\n\n // fix Array#{values, @@iterator}.name in V8 / FF\n if (DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {\n INCORRECT_VALUES_NAME = true;\n defaultIterator = function values() { return nativeIterator.call(this); };\n }\n\n // define iterator\n if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) {\n hide(IterablePrototype, ITERATOR, defaultIterator);\n }\n Iterators[NAME] = defaultIterator;\n\n // export additional methods\n if (DEFAULT) {\n methods = {\n values: getIterationMethod(VALUES),\n keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),\n entries: getIterationMethod(ENTRIES)\n };\n if (FORCED) for (KEY in methods) {\n if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {\n redefine(IterablePrototype, KEY, methods[KEY]);\n }\n } else $export({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);\n }\n\n return methods;\n};\n","// Thank's IE8 for his funny defineProperty\nmodule.exports = !require('../internals/fails')(function () {\n return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;\n});\n","var isObject = require('../internals/is-object');\nvar document = require('../internals/global').document;\n// typeof document.createElement is 'object' in old IE\nvar exist = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return exist ? document.createElement(it) : {};\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar hide = require('../internals/hide');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n hide(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","module.exports = !require('../internals/fails')(function () {\n return Object.isExtensible(Object.preventExtensions({}));\n});\n","module.exports = require('../internals/shared')('native-function-to-string', Function.toString);\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var classof = require('../internals/classof');\nvar ITERATOR = require('../internals/well-known-symbol')('iterator');\nvar Iterators = require('../internals/iterators');\n\nmodule.exports = function (it) {\n if (it != undefined) return it[ITERATOR]\n || it['@@iterator']\n || Iterators[classof(it)];\n};\n","// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports = typeof window == 'object' && window && window.Math == Math ? window\n : typeof self == 'object' && self && self.Math == Math ? self\n // eslint-disable-next-line no-new-func\n : Function('return this')();\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","module.exports = {};\n","var definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = require('../internals/descriptors') ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var document = require('../internals/global').document;\n\nmodule.exports = document && document.documentElement;\n","// Thank's IE8 for his funny defineProperty\nmodule.exports = !require('../internals/descriptors') && !require('../internals/fails')(function () {\n return Object.defineProperty(require('../internals/document-create-element')('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","// fallback for non-array-like ES3 and non-enumerable old V8 strings\nvar fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\nvar split = ''.split;\n\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","var isObject = require('../internals/is-object');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\n\nmodule.exports = function (that, target, C) {\n var S = target.constructor;\n var P;\n if (S !== C && typeof S == 'function' && (P = S.prototype) !== C.prototype && isObject(P) && setPrototypeOf) {\n setPrototypeOf(that, P);\n } return that;\n};\n","var METADATA = require('../internals/uid')('meta');\nvar FREEZING = require('../internals/freezing');\nvar isObject = require('../internals/is-object');\nvar has = require('../internals/has');\nvar defineProperty = require('../internals/object-define-property').f;\nvar id = 0;\n\nvar isExtensible = Object.isExtensible || function () {\n return true;\n};\n\nvar setMetadata = function (it) {\n defineProperty(it, METADATA, { value: {\n objectID: 'O' + ++id, // object ID\n weakData: {} // weak collections IDs\n } });\n};\n\nvar fastKey = function (it, create) {\n // return a primitive with prefix\n if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it;\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return 'F';\n // not necessary to add metadata\n if (!create) return 'E';\n // add missing metadata\n setMetadata(it);\n // return object ID\n } return it[METADATA].objectID;\n};\n\nvar getWeakData = function (it, create) {\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return true;\n // not necessary to add metadata\n if (!create) return false;\n // add missing metadata\n setMetadata(it);\n // return the store of weak collections IDs\n } return it[METADATA].weakData;\n};\n\n// add metadata on freeze-family methods calling\nvar onFreeze = function (it) {\n if (FREEZING && meta.REQUIRED && isExtensible(it) && !has(it, METADATA)) setMetadata(it);\n return it;\n};\n\nvar meta = module.exports = {\n REQUIRED: false,\n fastKey: fastKey,\n getWeakData: getWeakData,\n onFreeze: onFreeze\n};\n\nrequire('../internals/hidden-keys')[METADATA] = true;\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar isObject = require('../internals/is-object');\nvar hide = require('../internals/hide');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\nvar WeakMap = require('../internals/global').WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n hide(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","// check on default Array iterator\nvar Iterators = require('../internals/iterators');\nvar ITERATOR = require('../internals/well-known-symbol')('iterator');\nvar ArrayPrototype = Array.prototype;\n\nmodule.exports = function (it) {\n return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it);\n};\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.github.io/ecma262/#sec-isarray\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","var fails = require('../internals/fails');\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","module.exports = false;\n","var anObject = require('../internals/an-object');\nvar isArrayIteratorMethod = require('../internals/is-array-iterator-method');\nvar toLength = require('../internals/to-length');\nvar bind = require('../internals/bind-context');\nvar getIteratorMethod = require('../internals/get-iterator-method');\nvar callWithSafeIterationClosing = require('../internals/call-with-safe-iteration-closing');\nvar BREAK = {};\n\nvar exports = module.exports = function (iterable, fn, that, ENTRIES, ITERATOR) {\n var boundFunction = bind(fn, that, ENTRIES ? 2 : 1);\n var iterator, iterFn, index, length, result, step;\n\n if (ITERATOR) {\n iterator = iterable;\n } else {\n iterFn = getIteratorMethod(iterable);\n if (typeof iterFn != 'function') throw TypeError('Target is not iterable');\n // optimisation for array iterators\n if (isArrayIteratorMethod(iterFn)) {\n for (index = 0, length = toLength(iterable.length); length > index; index++) {\n result = ENTRIES ? boundFunction(anObject(step = iterable[index])[0], step[1]) : boundFunction(iterable[index]);\n if (result === BREAK) return BREAK;\n } return;\n }\n iterator = iterFn.call(iterable);\n }\n\n while (!(step = iterator.next()).done) {\n if (callWithSafeIterationClosing(iterator, boundFunction, step.value, ENTRIES) === BREAK) return BREAK;\n }\n};\n\nexports.BREAK = BREAK;\n","'use strict';\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar hide = require('../internals/hide');\nvar has = require('../internals/has');\nvar IS_PURE = require('../internals/is-pure');\nvar ITERATOR = require('../internals/well-known-symbol')('iterator');\nvar BUGGY_SAFARI_ITERATORS = false;\n\nvar returnThis = function () { return this; };\n\n// `%IteratorPrototype%` object\n// https://tc39.github.io/ecma262/#sec-%iteratorprototype%-object\nvar IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;\n\nif ([].keys) {\n arrayIterator = [].keys();\n // Safari 8 has buggy iterators w/o `next`\n if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;\n else {\n PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator));\n if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;\n }\n}\n\nif (IteratorPrototype == undefined) IteratorPrototype = {};\n\n// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()\nif (!IS_PURE && !has(IteratorPrototype, ITERATOR)) hide(IteratorPrototype, ITERATOR, returnThis);\n\nmodule.exports = {\n IteratorPrototype: IteratorPrototype,\n BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS\n};\n","module.exports = {};\n","// Chrome 38 Symbol has incorrect toString conversion\nmodule.exports = !require('../internals/fails')(function () {\n // eslint-disable-next-line no-undef\n return !String(Symbol());\n});\n","var nativeFunctionToString = require('../internals/function-to-string');\nvar WeakMap = require('../internals/global').WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(nativeFunctionToString.call(WeakMap));\n","// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])\nvar anObject = require('../internals/an-object');\nvar defineProperties = require('../internals/object-define-properties');\nvar enumBugKeys = require('../internals/enum-bug-keys');\nvar html = require('../internals/html');\nvar documentCreateElement = require('../internals/document-create-element');\nvar IE_PROTO = require('../internals/shared-key')('IE_PROTO');\nvar PROTOTYPE = 'prototype';\nvar Empty = function () { /* empty */ };\n\n// Create object with fake `null` prototype: use iframe Object with cleared prototype\nvar createDict = function () {\n // Thrash, waste and sodomy: IE GC bug\n var iframe = documentCreateElement('iframe');\n var length = enumBugKeys.length;\n var lt = '<';\n var script = 'script';\n var gt = '>';\n var js = 'java' + script + ':';\n var iframeDocument;\n iframe.style.display = 'none';\n html.appendChild(iframe);\n iframe.src = String(js);\n iframeDocument = iframe.contentWindow.document;\n iframeDocument.open();\n iframeDocument.write(lt + script + gt + 'document.F=Object' + lt + '/' + script + gt);\n iframeDocument.close();\n createDict = iframeDocument.F;\n while (length--) delete createDict[PROTOTYPE][enumBugKeys[length]];\n return createDict();\n};\n\nmodule.exports = Object.create || function create(O, Properties) {\n var result;\n if (O !== null) {\n Empty[PROTOTYPE] = anObject(O);\n result = new Empty();\n Empty[PROTOTYPE] = null;\n // add \"__proto__\" for Object.getPrototypeOf polyfill\n result[IE_PROTO] = O;\n } else result = createDict();\n return Properties === undefined ? result : defineProperties(result, Properties);\n};\n\nrequire('../internals/hidden-keys')[IE_PROTO] = true;\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar anObject = require('../internals/an-object');\nvar objectKeys = require('../internals/object-keys');\n\nmodule.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) {\n anObject(O);\n var keys = objectKeys(Properties);\n var length = keys.length;\n var i = 0;\n var key;\n while (length > i) definePropertyModule.f(O, key = keys[i++], Properties[key]);\n return O;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar nativeDefineProperty = Object.defineProperty;\n\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","// 19.1.2.7 / 15.2.3.4 Object.getOwnPropertyNames(O)\nvar internalObjectKeys = require('../internals/object-keys-internal');\nvar hiddenKeys = require('../internals/enum-bug-keys').concat('length', 'prototype');\n\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","exports.f = Object.getOwnPropertySymbols;\n","// 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)\nvar has = require('../internals/has');\nvar toObject = require('../internals/to-object');\nvar IE_PROTO = require('../internals/shared-key')('IE_PROTO');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\nvar ObjectPrototype = Object.prototype;\n\nmodule.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function (O) {\n O = toObject(O);\n if (has(O, IE_PROTO)) return O[IE_PROTO];\n if (typeof O.constructor == 'function' && O instanceof O.constructor) {\n return O.constructor.prototype;\n } return O instanceof Object ? ObjectPrototype : null;\n};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar arrayIndexOf = require('../internals/array-includes')(false);\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~arrayIndexOf(result, key) || result.push(key);\n }\n return result;\n};\n","// 19.1.2.14 / 15.2.3.14 Object.keys(O)\nvar internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = nativeGetOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = nativeGetOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","// Works with __proto__ only. Old v8 can't work with null proto objects.\n/* eslint-disable no-proto */\nvar validateSetPrototypeOfArguments = require('../internals/validate-set-prototype-of-arguments');\n\nmodule.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {\n var correctSetter = false;\n var test = {};\n var setter;\n try {\n setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set;\n setter.call(test, []);\n correctSetter = test instanceof Array;\n } catch (error) { /* empty */ }\n return function setPrototypeOf(O, proto) {\n validateSetPrototypeOfArguments(O, proto);\n if (correctSetter) setter.call(O, proto);\n else O.__proto__ = proto;\n return O;\n };\n}() : undefined);\n","var getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\nvar Reflect = require('../internals/global').Reflect;\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = Reflect && Reflect.ownKeys || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","module.exports = require('../internals/global');\n","var redefine = require('../internals/redefine');\n\nmodule.exports = function (target, src, options) {\n for (var key in src) redefine(target, key, src[key], options);\n return target;\n};\n","var global = require('../internals/global');\nvar hide = require('../internals/hide');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar nativeFunctionToString = require('../internals/function-to-string');\nvar InternalStateModule = require('../internals/internal-state');\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(nativeFunctionToString).split('toString');\n\nrequire('../internals/shared')('inspectSource', function (it) {\n return nativeFunctionToString.call(it);\n});\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) hide(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else hide(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || nativeFunctionToString.call(this);\n});\n","var Map = require('../modules/es.map');\nvar WeakMap = require('../modules/es.weak-map');\nvar shared = require('../internals/shared')('metadata');\nvar store = shared.store || (shared.store = new WeakMap());\n\nvar getOrCreateMetadataMap = function (target, targetKey, create) {\n var targetMetadata = store.get(target);\n if (!targetMetadata) {\n if (!create) return;\n store.set(target, targetMetadata = new Map());\n }\n var keyMetadata = targetMetadata.get(targetKey);\n if (!keyMetadata) {\n if (!create) return;\n targetMetadata.set(targetKey, keyMetadata = new Map());\n } return keyMetadata;\n};\n\nvar ordinaryHasOwnMetadata = function (MetadataKey, O, P) {\n var metadataMap = getOrCreateMetadataMap(O, P, false);\n return metadataMap === undefined ? false : metadataMap.has(MetadataKey);\n};\n\nvar ordinaryGetOwnMetadata = function (MetadataKey, O, P) {\n var metadataMap = getOrCreateMetadataMap(O, P, false);\n return metadataMap === undefined ? undefined : metadataMap.get(MetadataKey);\n};\n\nvar ordinaryDefineOwnMetadata = function (MetadataKey, MetadataValue, O, P) {\n getOrCreateMetadataMap(O, P, true).set(MetadataKey, MetadataValue);\n};\n\nvar ordinaryOwnMetadataKeys = function (target, targetKey) {\n var metadataMap = getOrCreateMetadataMap(target, targetKey, false);\n var keys = [];\n if (metadataMap) metadataMap.forEach(function (_, key) { keys.push(key); });\n return keys;\n};\n\nvar toMetadataKey = function (it) {\n return it === undefined || typeof it == 'symbol' ? it : String(it);\n};\n\nmodule.exports = {\n store: store,\n getMap: getOrCreateMetadataMap,\n has: ordinaryHasOwnMetadata,\n get: ordinaryGetOwnMetadata,\n set: ordinaryDefineOwnMetadata,\n keys: ordinaryOwnMetadataKeys,\n toKey: toMetadataKey\n};\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","var global = require('../internals/global');\nvar hide = require('../internals/hide');\n\nmodule.exports = function (key, value) {\n try {\n hide(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","'use strict';\nvar getBuiltIn = require('../internals/get-built-in');\nvar definePropertyModule = require('../internals/object-define-property');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar SPECIES = require('../internals/well-known-symbol')('species');\n\nmodule.exports = function (CONSTRUCTOR_NAME) {\n var C = getBuiltIn(CONSTRUCTOR_NAME);\n var defineProperty = definePropertyModule.f;\n if (DESCRIPTORS && C && !C[SPECIES]) defineProperty(C, SPECIES, {\n configurable: true,\n get: function () { return this; }\n });\n};\n","var defineProperty = require('../internals/object-define-property').f;\nvar has = require('../internals/has');\nvar TO_STRING_TAG = require('../internals/well-known-symbol')('toStringTag');\n\nmodule.exports = function (it, TAG, STATIC) {\n if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) {\n defineProperty(it, TO_STRING_TAG, { configurable: true, value: TAG });\n }\n};\n","var shared = require('../internals/shared')('keys');\nvar uid = require('../internals/uid');\n\nmodule.exports = function (key) {\n return shared[key] || (shared[key] = uid(key));\n};\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.0.1',\n mode: require('../internals/is-pure') ? 'pure' : 'global',\n copyright: '© 2019 Denis Pushkarev (zloirock.ru)'\n});\n","var toInteger = require('../internals/to-integer');\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(length, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","var toInteger = require('../internals/to-integer');\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.github.io/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","// 7.1.1 ToPrimitive(input [, PreferredType])\nvar isObject = require('../internals/is-object');\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (it, S) {\n if (!isObject(it)) return it;\n var fn, val;\n if (S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;\n if (typeof (fn = it.valueOf) == 'function' && !isObject(val = fn.call(it))) return val;\n if (!S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + postfix).toString(36));\n};\n","var isObject = require('../internals/is-object');\nvar anObject = require('../internals/an-object');\n\nmodule.exports = function (O, proto) {\n anObject(O);\n if (!isObject(proto) && proto !== null) {\n throw TypeError(\"Can't set \" + String(proto) + ' as a prototype');\n }\n};\n","var store = require('../internals/shared')('wks');\nvar uid = require('../internals/uid');\nvar Symbol = require('../internals/global').Symbol;\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = function (name) {\n return store[name] || (store[name] = NATIVE_SYMBOL && Symbol[name]\n || (NATIVE_SYMBOL ? Symbol : uid)('Symbol.' + name));\n};\n","'use strict';\n// `Map` constructor\n// https://tc39.github.io/ecma262/#sec-map-objects\nmodule.exports = require('../internals/collection')('Map', function (get) {\n return function Map() { return get(this, arguments.length > 0 ? arguments[0] : undefined); };\n}, require('../internals/collection-strong'), true);\n","'use strict';\n// `Set` constructor\n// https://tc39.github.io/ecma262/#sec-set-objects\nmodule.exports = require('../internals/collection')('Set', function (get) {\n return function Set() { return get(this, arguments.length > 0 ? arguments[0] : undefined); };\n}, require('../internals/collection-strong'));\n","'use strict';\nvar global = require('../internals/global');\nvar redefineAll = require('../internals/redefine-all');\nvar InternalMetadataModule = require('../internals/internal-metadata');\nvar weak = require('../internals/collection-weak');\nvar isObject = require('../internals/is-object');\nvar enforceIternalState = require('../internals/internal-state').enforce;\nvar NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar IS_IE11 = !global.ActiveXObject && 'ActiveXObject' in global;\nvar isExtensible = Object.isExtensible;\nvar InternalWeakMap;\n\nvar wrapper = function (get) {\n return function WeakMap() {\n return get(this, arguments.length > 0 ? arguments[0] : undefined);\n };\n};\n\n// `WeakMap` constructor\n// https://tc39.github.io/ecma262/#sec-weakmap-constructor\nvar $WeakMap = module.exports = require('../internals/collection')('WeakMap', wrapper, weak, true, true);\n\n// IE11 WeakMap frozen keys fix\n// We can't use feature detection because it crash some old IE builds\n// https://github.com/zloirock/core-js/issues/485\nif (NATIVE_WEAK_MAP && IS_IE11) {\n InternalWeakMap = weak.getConstructor(wrapper, 'WeakMap', true);\n InternalMetadataModule.REQUIRED = true;\n var WeakMapPrototype = $WeakMap.prototype;\n var nativeDelete = WeakMapPrototype['delete'];\n var nativeHas = WeakMapPrototype.has;\n var nativeGet = WeakMapPrototype.get;\n var nativeSet = WeakMapPrototype.set;\n redefineAll(WeakMapPrototype, {\n 'delete': function (key) {\n if (isObject(key) && !isExtensible(key)) {\n var state = enforceIternalState(this);\n if (!state.frozen) state.frozen = new InternalWeakMap();\n return nativeDelete.call(this, key) || state.frozen['delete'](key);\n } return nativeDelete.call(this, key);\n },\n has: function has(key) {\n if (isObject(key) && !isExtensible(key)) {\n var state = enforceIternalState(this);\n if (!state.frozen) state.frozen = new InternalWeakMap();\n return nativeHas.call(this, key) || state.frozen.has(key);\n } return nativeHas.call(this, key);\n },\n get: function get(key) {\n if (isObject(key) && !isExtensible(key)) {\n var state = enforceIternalState(this);\n if (!state.frozen) state.frozen = new InternalWeakMap();\n return nativeHas.call(this, key) ? nativeGet.call(this, key) : state.frozen.get(key);\n } return nativeGet.call(this, key);\n },\n set: function set(key, value) {\n if (isObject(key) && !isExtensible(key)) {\n var state = enforceIternalState(this);\n if (!state.frozen) state.frozen = new InternalWeakMap();\n nativeHas.call(this, key) ? nativeSet.call(this, key, value) : state.frozen.set(key, value);\n } else nativeSet.call(this, key, value);\n return this;\n }\n });\n}\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar toMetadataKey = ReflectMetadataModule.toKey;\nvar ordinaryDefineOwnMetadata = ReflectMetadataModule.set;\n\n// `Reflect.defineMetadata` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n defineMetadata: function defineMetadata(metadataKey, metadataValue, target /* , targetKey */) {\n var targetKey = arguments.length < 4 ? undefined : toMetadataKey(arguments[3]);\n ordinaryDefineOwnMetadata(metadataKey, metadataValue, anObject(target), targetKey);\n }\n});\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar toMetadataKey = ReflectMetadataModule.toKey;\nvar getOrCreateMetadataMap = ReflectMetadataModule.getMap;\nvar store = ReflectMetadataModule.store;\n\n// `Reflect.deleteMetadata` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n deleteMetadata: function deleteMetadata(metadataKey, target /* , targetKey */) {\n var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]);\n var metadataMap = getOrCreateMetadataMap(anObject(target), targetKey, false);\n if (metadataMap === undefined || !metadataMap['delete'](metadataKey)) return false;\n if (metadataMap.size) return true;\n var targetMetadata = store.get(target);\n targetMetadata['delete'](targetKey);\n return !!targetMetadata.size || store['delete'](target);\n }\n});\n","var Set = require('../modules/es.set');\nvar ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar iterate = require('../internals/iterate');\nvar ordinaryOwnMetadataKeys = ReflectMetadataModule.keys;\nvar toMetadataKey = ReflectMetadataModule.toKey;\n\nvar from = function (iter) {\n var result = [];\n iterate(iter, result.push, result);\n return result;\n};\n\nvar ordinaryMetadataKeys = function (O, P) {\n var oKeys = ordinaryOwnMetadataKeys(O, P);\n var parent = getPrototypeOf(O);\n if (parent === null) return oKeys;\n var pKeys = ordinaryMetadataKeys(parent, P);\n return pKeys.length ? oKeys.length ? from(new Set(oKeys.concat(pKeys))) : pKeys : oKeys;\n};\n\n// `Reflect.getMetadataKeys` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n getMetadataKeys: function getMetadataKeys(target /* , targetKey */) {\n var targetKey = arguments.length < 2 ? undefined : toMetadataKey(arguments[1]);\n return ordinaryMetadataKeys(anObject(target), targetKey);\n }\n});\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar ordinaryHasOwnMetadata = ReflectMetadataModule.has;\nvar ordinaryGetOwnMetadata = ReflectMetadataModule.get;\nvar toMetadataKey = ReflectMetadataModule.toKey;\n\nvar ordinaryGetMetadata = function (MetadataKey, O, P) {\n var hasOwn = ordinaryHasOwnMetadata(MetadataKey, O, P);\n if (hasOwn) return ordinaryGetOwnMetadata(MetadataKey, O, P);\n var parent = getPrototypeOf(O);\n return parent !== null ? ordinaryGetMetadata(MetadataKey, parent, P) : undefined;\n};\n\n// `Reflect.getMetadata` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n getMetadata: function getMetadata(metadataKey, target /* , targetKey */) {\n var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]);\n return ordinaryGetMetadata(metadataKey, anObject(target), targetKey);\n }\n});\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar ordinaryOwnMetadataKeys = ReflectMetadataModule.keys;\nvar toMetadataKey = ReflectMetadataModule.toKey;\n\n// `Reflect.getOwnMetadataKeys` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n getOwnMetadataKeys: function getOwnMetadataKeys(target /* , targetKey */) {\n var targetKey = arguments.length < 2 ? undefined : toMetadataKey(arguments[1]);\n return ordinaryOwnMetadataKeys(anObject(target), targetKey);\n }\n});\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar ordinaryGetOwnMetadata = ReflectMetadataModule.get;\nvar toMetadataKey = ReflectMetadataModule.toKey;\n\n// `Reflect.getOwnMetadata` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n getOwnMetadata: function getOwnMetadata(metadataKey, target /* , targetKey */) {\n var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]);\n return ordinaryGetOwnMetadata(metadataKey, anObject(target), targetKey);\n }\n});\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar ordinaryHasOwnMetadata = ReflectMetadataModule.has;\nvar toMetadataKey = ReflectMetadataModule.toKey;\n\nvar ordinaryHasMetadata = function (MetadataKey, O, P) {\n var hasOwn = ordinaryHasOwnMetadata(MetadataKey, O, P);\n if (hasOwn) return true;\n var parent = getPrototypeOf(O);\n return parent !== null ? ordinaryHasMetadata(MetadataKey, parent, P) : false;\n};\n\n// `Reflect.hasMetadata` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n hasMetadata: function hasMetadata(metadataKey, target /* , targetKey */) {\n var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]);\n return ordinaryHasMetadata(metadataKey, anObject(target), targetKey);\n }\n});\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar ordinaryHasOwnMetadata = ReflectMetadataModule.has;\nvar toMetadataKey = ReflectMetadataModule.toKey;\n\n// `Reflect.hasOwnMetadata` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n hasOwnMetadata: function hasOwnMetadata(metadataKey, target /* , targetKey */) {\n var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]);\n return ordinaryHasOwnMetadata(metadataKey, anObject(target), targetKey);\n }\n});\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar toMetadataKey = ReflectMetadataModule.toKey;\nvar ordinaryDefineOwnMetadata = ReflectMetadataModule.set;\n\n// `Reflect.metadata` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n metadata: function metadata(metadataKey, metadataValue) {\n return function decorator(target, key) {\n ordinaryDefineOwnMetadata(metadataKey, metadataValue, anObject(target), toMetadataKey(key));\n };\n }\n});\n","require('../modules/esnext.reflect.define-metadata');\nrequire('../modules/esnext.reflect.delete-metadata');\nrequire('../modules/esnext.reflect.get-metadata');\nrequire('../modules/esnext.reflect.get-metadata-keys');\nrequire('../modules/esnext.reflect.get-own-metadata');\nrequire('../modules/esnext.reflect.get-own-metadata-keys');\nrequire('../modules/esnext.reflect.has-metadata');\nrequire('../modules/esnext.reflect.has-own-metadata');\nrequire('../modules/esnext.reflect.metadata');\n","/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nimport 'core-js/proposals/reflect-metadata';\n","/* smoothscroll v0.4.4 - 2019 - Dustan Kasten, Jeremias Menichelli - MIT License */\n(function () {\n 'use strict';\n\n // polyfill\n function polyfill() {\n // aliases\n var w = window;\n var d = document;\n\n // return if scroll behavior is supported and polyfill is not forced\n if (\n 'scrollBehavior' in d.documentElement.style &&\n w.__forceSmoothScrollPolyfill__ !== true\n ) {\n return;\n }\n\n // globals\n var Element = w.HTMLElement || w.Element;\n var SCROLL_TIME = 468;\n\n // object gathering original scroll methods\n var original = {\n scroll: w.scroll || w.scrollTo,\n scrollBy: w.scrollBy,\n elementScroll: Element.prototype.scroll || scrollElement,\n scrollIntoView: Element.prototype.scrollIntoView\n };\n\n // define timing method\n var now =\n w.performance && w.performance.now\n ? w.performance.now.bind(w.performance)\n : Date.now;\n\n /**\n * indicates if a the current browser is made by Microsoft\n * @method isMicrosoftBrowser\n * @param {String} userAgent\n * @returns {Boolean}\n */\n function isMicrosoftBrowser(userAgent) {\n var userAgentPatterns = ['MSIE ', 'Trident/', 'Edge/'];\n\n return new RegExp(userAgentPatterns.join('|')).test(userAgent);\n }\n\n /*\n * IE has rounding bug rounding down clientHeight and clientWidth and\n * rounding up scrollHeight and scrollWidth causing false positives\n * on hasScrollableSpace\n */\n var ROUNDING_TOLERANCE = isMicrosoftBrowser(w.navigator.userAgent) ? 1 : 0;\n\n /**\n * changes scroll position inside an element\n * @method scrollElement\n * @param {Number} x\n * @param {Number} y\n * @returns {undefined}\n */\n function scrollElement(x, y) {\n this.scrollLeft = x;\n this.scrollTop = y;\n }\n\n /**\n * returns result of applying ease math function to a number\n * @method ease\n * @param {Number} k\n * @returns {Number}\n */\n function ease(k) {\n return 0.5 * (1 - Math.cos(Math.PI * k));\n }\n\n /**\n * indicates if a smooth behavior should be applied\n * @method shouldBailOut\n * @param {Number|Object} firstArg\n * @returns {Boolean}\n */\n function shouldBailOut(firstArg) {\n if (\n firstArg === null ||\n typeof firstArg !== 'object' ||\n firstArg.behavior === undefined ||\n firstArg.behavior === 'auto' ||\n firstArg.behavior === 'instant'\n ) {\n // first argument is not an object/null\n // or behavior is auto, instant or undefined\n return true;\n }\n\n if (typeof firstArg === 'object' && firstArg.behavior === 'smooth') {\n // first argument is an object and behavior is smooth\n return false;\n }\n\n // throw error when behavior is not supported\n throw new TypeError(\n 'behavior member of ScrollOptions ' +\n firstArg.behavior +\n ' is not a valid value for enumeration ScrollBehavior.'\n );\n }\n\n /**\n * indicates if an element has scrollable space in the provided axis\n * @method hasScrollableSpace\n * @param {Node} el\n * @param {String} axis\n * @returns {Boolean}\n */\n function hasScrollableSpace(el, axis) {\n if (axis === 'Y') {\n return el.clientHeight + ROUNDING_TOLERANCE < el.scrollHeight;\n }\n\n if (axis === 'X') {\n return el.clientWidth + ROUNDING_TOLERANCE < el.scrollWidth;\n }\n }\n\n /**\n * indicates if an element has a scrollable overflow property in the axis\n * @method canOverflow\n * @param {Node} el\n * @param {String} axis\n * @returns {Boolean}\n */\n function canOverflow(el, axis) {\n var overflowValue = w.getComputedStyle(el, null)['overflow' + axis];\n\n return overflowValue === 'auto' || overflowValue === 'scroll';\n }\n\n /**\n * indicates if an element can be scrolled in either axis\n * @method isScrollable\n * @param {Node} el\n * @param {String} axis\n * @returns {Boolean}\n */\n function isScrollable(el) {\n var isScrollableY = hasScrollableSpace(el, 'Y') && canOverflow(el, 'Y');\n var isScrollableX = hasScrollableSpace(el, 'X') && canOverflow(el, 'X');\n\n return isScrollableY || isScrollableX;\n }\n\n /**\n * finds scrollable parent of an element\n * @method findScrollableParent\n * @param {Node} el\n * @returns {Node} el\n */\n function findScrollableParent(el) {\n while (el !== d.body && isScrollable(el) === false) {\n el = el.parentNode || el.host;\n }\n\n return el;\n }\n\n /**\n * self invoked function that, given a context, steps through scrolling\n * @method step\n * @param {Object} context\n * @returns {undefined}\n */\n function step(context) {\n var time = now();\n var value;\n var currentX;\n var currentY;\n var elapsed = (time - context.startTime) / SCROLL_TIME;\n\n // avoid elapsed times higher than one\n elapsed = elapsed > 1 ? 1 : elapsed;\n\n // apply easing to elapsed time\n value = ease(elapsed);\n\n currentX = context.startX + (context.x - context.startX) * value;\n currentY = context.startY + (context.y - context.startY) * value;\n\n context.method.call(context.scrollable, currentX, currentY);\n\n // scroll more if we have not reached our destination\n if (currentX !== context.x || currentY !== context.y) {\n w.requestAnimationFrame(step.bind(w, context));\n }\n }\n\n /**\n * scrolls window or element with a smooth behavior\n * @method smoothScroll\n * @param {Object|Node} el\n * @param {Number} x\n * @param {Number} y\n * @returns {undefined}\n */\n function smoothScroll(el, x, y) {\n var scrollable;\n var startX;\n var startY;\n var method;\n var startTime = now();\n\n // define scroll context\n if (el === d.body) {\n scrollable = w;\n startX = w.scrollX || w.pageXOffset;\n startY = w.scrollY || w.pageYOffset;\n method = original.scroll;\n } else {\n scrollable = el;\n startX = el.scrollLeft;\n startY = el.scrollTop;\n method = scrollElement;\n }\n\n // scroll looping over a frame\n step({\n scrollable: scrollable,\n method: method,\n startTime: startTime,\n startX: startX,\n startY: startY,\n x: x,\n y: y\n });\n }\n\n // ORIGINAL METHODS OVERRIDES\n // w.scroll and w.scrollTo\n w.scroll = w.scrollTo = function() {\n // avoid action when no arguments are passed\n if (arguments[0] === undefined) {\n return;\n }\n\n // avoid smooth behavior if not required\n if (shouldBailOut(arguments[0]) === true) {\n original.scroll.call(\n w,\n arguments[0].left !== undefined\n ? arguments[0].left\n : typeof arguments[0] !== 'object'\n ? arguments[0]\n : w.scrollX || w.pageXOffset,\n // use top prop, second argument if present or fallback to scrollY\n arguments[0].top !== undefined\n ? arguments[0].top\n : arguments[1] !== undefined\n ? arguments[1]\n : w.scrollY || w.pageYOffset\n );\n\n return;\n }\n\n // LET THE SMOOTHNESS BEGIN!\n smoothScroll.call(\n w,\n d.body,\n arguments[0].left !== undefined\n ? ~~arguments[0].left\n : w.scrollX || w.pageXOffset,\n arguments[0].top !== undefined\n ? ~~arguments[0].top\n : w.scrollY || w.pageYOffset\n );\n };\n\n // w.scrollBy\n w.scrollBy = function() {\n // avoid action when no arguments are passed\n if (arguments[0] === undefined) {\n return;\n }\n\n // avoid smooth behavior if not required\n if (shouldBailOut(arguments[0])) {\n original.scrollBy.call(\n w,\n arguments[0].left !== undefined\n ? arguments[0].left\n : typeof arguments[0] !== 'object' ? arguments[0] : 0,\n arguments[0].top !== undefined\n ? arguments[0].top\n : arguments[1] !== undefined ? arguments[1] : 0\n );\n\n return;\n }\n\n // LET THE SMOOTHNESS BEGIN!\n smoothScroll.call(\n w,\n d.body,\n ~~arguments[0].left + (w.scrollX || w.pageXOffset),\n ~~arguments[0].top + (w.scrollY || w.pageYOffset)\n );\n };\n\n // Element.prototype.scroll and Element.prototype.scrollTo\n Element.prototype.scroll = Element.prototype.scrollTo = function() {\n // avoid action when no arguments are passed\n if (arguments[0] === undefined) {\n return;\n }\n\n // avoid smooth behavior if not required\n if (shouldBailOut(arguments[0]) === true) {\n // if one number is passed, throw error to match Firefox implementation\n if (typeof arguments[0] === 'number' && arguments[1] === undefined) {\n throw new SyntaxError('Value could not be converted');\n }\n\n original.elementScroll.call(\n this,\n // use left prop, first number argument or fallback to scrollLeft\n arguments[0].left !== undefined\n ? ~~arguments[0].left\n : typeof arguments[0] !== 'object' ? ~~arguments[0] : this.scrollLeft,\n // use top prop, second argument or fallback to scrollTop\n arguments[0].top !== undefined\n ? ~~arguments[0].top\n : arguments[1] !== undefined ? ~~arguments[1] : this.scrollTop\n );\n\n return;\n }\n\n var left = arguments[0].left;\n var top = arguments[0].top;\n\n // LET THE SMOOTHNESS BEGIN!\n smoothScroll.call(\n this,\n this,\n typeof left === 'undefined' ? this.scrollLeft : ~~left,\n typeof top === 'undefined' ? this.scrollTop : ~~top\n );\n };\n\n // Element.prototype.scrollBy\n Element.prototype.scrollBy = function() {\n // avoid action when no arguments are passed\n if (arguments[0] === undefined) {\n return;\n }\n\n // avoid smooth behavior if not required\n if (shouldBailOut(arguments[0]) === true) {\n original.elementScroll.call(\n this,\n arguments[0].left !== undefined\n ? ~~arguments[0].left + this.scrollLeft\n : ~~arguments[0] + this.scrollLeft,\n arguments[0].top !== undefined\n ? ~~arguments[0].top + this.scrollTop\n : ~~arguments[1] + this.scrollTop\n );\n\n return;\n }\n\n this.scroll({\n left: ~~arguments[0].left + this.scrollLeft,\n top: ~~arguments[0].top + this.scrollTop,\n behavior: arguments[0].behavior\n });\n };\n\n // Element.prototype.scrollIntoView\n Element.prototype.scrollIntoView = function() {\n // avoid smooth behavior if not required\n if (shouldBailOut(arguments[0]) === true) {\n original.scrollIntoView.call(\n this,\n arguments[0] === undefined ? true : arguments[0]\n );\n\n return;\n }\n\n // LET THE SMOOTHNESS BEGIN!\n var scrollableParent = findScrollableParent(this);\n var parentRects = scrollableParent.getBoundingClientRect();\n var clientRects = this.getBoundingClientRect();\n\n if (scrollableParent !== d.body) {\n // reveal element inside parent\n smoothScroll.call(\n this,\n scrollableParent,\n scrollableParent.scrollLeft + clientRects.left - parentRects.left,\n scrollableParent.scrollTop + clientRects.top - parentRects.top\n );\n\n // reveal parent in viewport unless is fixed\n if (w.getComputedStyle(scrollableParent).position !== 'fixed') {\n w.scrollBy({\n left: parentRects.left,\n top: parentRects.top,\n behavior: 'smooth'\n });\n }\n } else {\n // reveal element in viewport\n w.scrollBy({\n left: clientRects.left,\n top: clientRects.top,\n behavior: 'smooth'\n });\n }\n };\n }\n\n if (typeof exports === 'object' && typeof module !== 'undefined') {\n // commonjs\n module.exports = { polyfill: polyfill };\n } else {\n // global\n polyfill();\n }\n\n}());\n","/**\n* @license\n* Copyright Google Inc. All Rights Reserved.\n*\n* Use of this source code is governed by an MIT-style license that can be\n* found in the LICENSE file at https://angular.io/license\n*/\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nconst Zone$1 = (function (global) {\n const performance = global['performance'];\n function mark(name) {\n performance && performance['mark'] && performance['mark'](name);\n }\n function performanceMeasure(name, label) {\n performance && performance['measure'] && performance['measure'](name, label);\n }\n mark('Zone');\n const checkDuplicate = global[('__zone_symbol__forceDuplicateZoneCheck')] === true;\n if (global['Zone']) {\n // if global['Zone'] already exists (maybe zone.js was already loaded or\n // some other lib also registered a global object named Zone), we may need\n // to throw an error, but sometimes user may not want this error.\n // For example,\n // we have two web pages, page1 includes zone.js, page2 doesn't.\n // and the 1st time user load page1 and page2, everything work fine,\n // but when user load page2 again, error occurs because global['Zone'] already exists.\n // so we add a flag to let user choose whether to throw this error or not.\n // By default, if existing Zone is from zone.js, we will not throw the error.\n if (checkDuplicate || typeof global['Zone'].__symbol__ !== 'function') {\n throw new Error('Zone already loaded.');\n }\n else {\n return global['Zone'];\n }\n }\n class Zone {\n constructor(parent, zoneSpec) {\n this._parent = parent;\n this._name = zoneSpec ? zoneSpec.name || 'unnamed' : '';\n this._properties = zoneSpec && zoneSpec.properties || {};\n this._zoneDelegate =\n new ZoneDelegate(this, this._parent && this._parent._zoneDelegate, zoneSpec);\n }\n static assertZonePatched() {\n if (global['Promise'] !== patches['ZoneAwarePromise']) {\n throw new Error('Zone.js has detected that ZoneAwarePromise `(window|global).Promise` ' +\n 'has been overwritten.\\n' +\n 'Most likely cause is that a Promise polyfill has been loaded ' +\n 'after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. ' +\n 'If you must load one, do so before loading zone.js.)');\n }\n }\n static get root() {\n let zone = Zone.current;\n while (zone.parent) {\n zone = zone.parent;\n }\n return zone;\n }\n static get current() {\n return _currentZoneFrame.zone;\n }\n static get currentTask() {\n return _currentTask;\n }\n static __load_patch(name, fn) {\n if (patches.hasOwnProperty(name)) {\n if (checkDuplicate) {\n throw Error('Already loaded patch: ' + name);\n }\n }\n else if (!global['__Zone_disable_' + name]) {\n const perfName = 'Zone:' + name;\n mark(perfName);\n patches[name] = fn(global, Zone, _api);\n performanceMeasure(perfName, perfName);\n }\n }\n get parent() {\n return this._parent;\n }\n get name() {\n return this._name;\n }\n get(key) {\n const zone = this.getZoneWith(key);\n if (zone)\n return zone._properties[key];\n }\n getZoneWith(key) {\n let current = this;\n while (current) {\n if (current._properties.hasOwnProperty(key)) {\n return current;\n }\n current = current._parent;\n }\n return null;\n }\n fork(zoneSpec) {\n if (!zoneSpec)\n throw new Error('ZoneSpec required!');\n return this._zoneDelegate.fork(this, zoneSpec);\n }\n wrap(callback, source) {\n if (typeof callback !== 'function') {\n throw new Error('Expecting function got: ' + callback);\n }\n const _callback = this._zoneDelegate.intercept(this, callback, source);\n const zone = this;\n return function () {\n return zone.runGuarded(_callback, this, arguments, source);\n };\n }\n run(callback, applyThis, applyArgs, source) {\n _currentZoneFrame = { parent: _currentZoneFrame, zone: this };\n try {\n return this._zoneDelegate.invoke(this, callback, applyThis, applyArgs, source);\n }\n finally {\n _currentZoneFrame = _currentZoneFrame.parent;\n }\n }\n runGuarded(callback, applyThis = null, applyArgs, source) {\n _currentZoneFrame = { parent: _currentZoneFrame, zone: this };\n try {\n try {\n return this._zoneDelegate.invoke(this, callback, applyThis, applyArgs, source);\n }\n catch (error) {\n if (this._zoneDelegate.handleError(this, error)) {\n throw error;\n }\n }\n }\n finally {\n _currentZoneFrame = _currentZoneFrame.parent;\n }\n }\n runTask(task, applyThis, applyArgs) {\n if (task.zone != this) {\n throw new Error('A task can only be run in the zone of creation! (Creation: ' +\n (task.zone || NO_ZONE).name + '; Execution: ' + this.name + ')');\n }\n // https://github.com/angular/zone.js/issues/778, sometimes eventTask\n // will run in notScheduled(canceled) state, we should not try to\n // run such kind of task but just return\n if (task.state === notScheduled && (task.type === eventTask || task.type === macroTask)) {\n return;\n }\n const reEntryGuard = task.state != running;\n reEntryGuard && task._transitionTo(running, scheduled);\n task.runCount++;\n const previousTask = _currentTask;\n _currentTask = task;\n _currentZoneFrame = { parent: _currentZoneFrame, zone: this };\n try {\n if (task.type == macroTask && task.data && !task.data.isPeriodic) {\n task.cancelFn = undefined;\n }\n try {\n return this._zoneDelegate.invokeTask(this, task, applyThis, applyArgs);\n }\n catch (error) {\n if (this._zoneDelegate.handleError(this, error)) {\n throw error;\n }\n }\n }\n finally {\n // if the task's state is notScheduled or unknown, then it has already been cancelled\n // we should not reset the state to scheduled\n if (task.state !== notScheduled && task.state !== unknown) {\n if (task.type == eventTask || (task.data && task.data.isPeriodic)) {\n reEntryGuard && task._transitionTo(scheduled, running);\n }\n else {\n task.runCount = 0;\n this._updateTaskCount(task, -1);\n reEntryGuard &&\n task._transitionTo(notScheduled, running, notScheduled);\n }\n }\n _currentZoneFrame = _currentZoneFrame.parent;\n _currentTask = previousTask;\n }\n }\n scheduleTask(task) {\n if (task.zone && task.zone !== this) {\n // check if the task was rescheduled, the newZone\n // should not be the children of the original zone\n let newZone = this;\n while (newZone) {\n if (newZone === task.zone) {\n throw Error(`can not reschedule task to ${this.name} which is descendants of the original zone ${task.zone.name}`);\n }\n newZone = newZone.parent;\n }\n }\n task._transitionTo(scheduling, notScheduled);\n const zoneDelegates = [];\n task._zoneDelegates = zoneDelegates;\n task._zone = this;\n try {\n task = this._zoneDelegate.scheduleTask(this, task);\n }\n catch (err) {\n // should set task's state to unknown when scheduleTask throw error\n // because the err may from reschedule, so the fromState maybe notScheduled\n task._transitionTo(unknown, scheduling, notScheduled);\n // TODO: @JiaLiPassion, should we check the result from handleError?\n this._zoneDelegate.handleError(this, err);\n throw err;\n }\n if (task._zoneDelegates === zoneDelegates) {\n // we have to check because internally the delegate can reschedule the task.\n this._updateTaskCount(task, 1);\n }\n if (task.state == scheduling) {\n task._transitionTo(scheduled, scheduling);\n }\n return task;\n }\n scheduleMicroTask(source, callback, data, customSchedule) {\n return this.scheduleTask(new ZoneTask(microTask, source, callback, data, customSchedule, undefined));\n }\n scheduleMacroTask(source, callback, data, customSchedule, customCancel) {\n return this.scheduleTask(new ZoneTask(macroTask, source, callback, data, customSchedule, customCancel));\n }\n scheduleEventTask(source, callback, data, customSchedule, customCancel) {\n return this.scheduleTask(new ZoneTask(eventTask, source, callback, data, customSchedule, customCancel));\n }\n cancelTask(task) {\n if (task.zone != this)\n throw new Error('A task can only be cancelled in the zone of creation! (Creation: ' +\n (task.zone || NO_ZONE).name + '; Execution: ' + this.name + ')');\n task._transitionTo(canceling, scheduled, running);\n try {\n this._zoneDelegate.cancelTask(this, task);\n }\n catch (err) {\n // if error occurs when cancelTask, transit the state to unknown\n task._transitionTo(unknown, canceling);\n this._zoneDelegate.handleError(this, err);\n throw err;\n }\n this._updateTaskCount(task, -1);\n task._transitionTo(notScheduled, canceling);\n task.runCount = 0;\n return task;\n }\n _updateTaskCount(task, count) {\n const zoneDelegates = task._zoneDelegates;\n if (count == -1) {\n task._zoneDelegates = null;\n }\n for (let i = 0; i < zoneDelegates.length; i++) {\n zoneDelegates[i]._updateTaskCount(task.type, count);\n }\n }\n }\n Zone.__symbol__ = __symbol__;\n const DELEGATE_ZS = {\n name: '',\n onHasTask: (delegate, _, target, hasTaskState) => delegate.hasTask(target, hasTaskState),\n onScheduleTask: (delegate, _, target, task) => delegate.scheduleTask(target, task),\n onInvokeTask: (delegate, _, target, task, applyThis, applyArgs) => delegate.invokeTask(target, task, applyThis, applyArgs),\n onCancelTask: (delegate, _, target, task) => delegate.cancelTask(target, task)\n };\n class ZoneDelegate {\n constructor(zone, parentDelegate, zoneSpec) {\n this._taskCounts = { 'microTask': 0, 'macroTask': 0, 'eventTask': 0 };\n this.zone = zone;\n this._parentDelegate = parentDelegate;\n this._forkZS = zoneSpec && (zoneSpec && zoneSpec.onFork ? zoneSpec : parentDelegate._forkZS);\n this._forkDlgt = zoneSpec && (zoneSpec.onFork ? parentDelegate : parentDelegate._forkDlgt);\n this._forkCurrZone = zoneSpec && (zoneSpec.onFork ? this.zone : parentDelegate.zone);\n this._interceptZS =\n zoneSpec && (zoneSpec.onIntercept ? zoneSpec : parentDelegate._interceptZS);\n this._interceptDlgt =\n zoneSpec && (zoneSpec.onIntercept ? parentDelegate : parentDelegate._interceptDlgt);\n this._interceptCurrZone =\n zoneSpec && (zoneSpec.onIntercept ? this.zone : parentDelegate.zone);\n this._invokeZS = zoneSpec && (zoneSpec.onInvoke ? zoneSpec : parentDelegate._invokeZS);\n this._invokeDlgt =\n zoneSpec && (zoneSpec.onInvoke ? parentDelegate : parentDelegate._invokeDlgt);\n this._invokeCurrZone = zoneSpec && (zoneSpec.onInvoke ? this.zone : parentDelegate.zone);\n this._handleErrorZS =\n zoneSpec && (zoneSpec.onHandleError ? zoneSpec : parentDelegate._handleErrorZS);\n this._handleErrorDlgt =\n zoneSpec && (zoneSpec.onHandleError ? parentDelegate : parentDelegate._handleErrorDlgt);\n this._handleErrorCurrZone =\n zoneSpec && (zoneSpec.onHandleError ? this.zone : parentDelegate.zone);\n this._scheduleTaskZS =\n zoneSpec && (zoneSpec.onScheduleTask ? zoneSpec : parentDelegate._scheduleTaskZS);\n this._scheduleTaskDlgt = zoneSpec &&\n (zoneSpec.onScheduleTask ? parentDelegate : parentDelegate._scheduleTaskDlgt);\n this._scheduleTaskCurrZone =\n zoneSpec && (zoneSpec.onScheduleTask ? this.zone : parentDelegate.zone);\n this._invokeTaskZS =\n zoneSpec && (zoneSpec.onInvokeTask ? zoneSpec : parentDelegate._invokeTaskZS);\n this._invokeTaskDlgt =\n zoneSpec && (zoneSpec.onInvokeTask ? parentDelegate : parentDelegate._invokeTaskDlgt);\n this._invokeTaskCurrZone =\n zoneSpec && (zoneSpec.onInvokeTask ? this.zone : parentDelegate.zone);\n this._cancelTaskZS =\n zoneSpec && (zoneSpec.onCancelTask ? zoneSpec : parentDelegate._cancelTaskZS);\n this._cancelTaskDlgt =\n zoneSpec && (zoneSpec.onCancelTask ? parentDelegate : parentDelegate._cancelTaskDlgt);\n this._cancelTaskCurrZone =\n zoneSpec && (zoneSpec.onCancelTask ? this.zone : parentDelegate.zone);\n this._hasTaskZS = null;\n this._hasTaskDlgt = null;\n this._hasTaskDlgtOwner = null;\n this._hasTaskCurrZone = null;\n const zoneSpecHasTask = zoneSpec && zoneSpec.onHasTask;\n const parentHasTask = parentDelegate && parentDelegate._hasTaskZS;\n if (zoneSpecHasTask || parentHasTask) {\n // If we need to report hasTask, than this ZS needs to do ref counting on tasks. In such\n // a case all task related interceptors must go through this ZD. We can't short circuit it.\n this._hasTaskZS = zoneSpecHasTask ? zoneSpec : DELEGATE_ZS;\n this._hasTaskDlgt = parentDelegate;\n this._hasTaskDlgtOwner = this;\n this._hasTaskCurrZone = zone;\n if (!zoneSpec.onScheduleTask) {\n this._scheduleTaskZS = DELEGATE_ZS;\n this._scheduleTaskDlgt = parentDelegate;\n this._scheduleTaskCurrZone = this.zone;\n }\n if (!zoneSpec.onInvokeTask) {\n this._invokeTaskZS = DELEGATE_ZS;\n this._invokeTaskDlgt = parentDelegate;\n this._invokeTaskCurrZone = this.zone;\n }\n if (!zoneSpec.onCancelTask) {\n this._cancelTaskZS = DELEGATE_ZS;\n this._cancelTaskDlgt = parentDelegate;\n this._cancelTaskCurrZone = this.zone;\n }\n }\n }\n fork(targetZone, zoneSpec) {\n return this._forkZS ? this._forkZS.onFork(this._forkDlgt, this.zone, targetZone, zoneSpec) :\n new Zone(targetZone, zoneSpec);\n }\n intercept(targetZone, callback, source) {\n return this._interceptZS ?\n this._interceptZS.onIntercept(this._interceptDlgt, this._interceptCurrZone, targetZone, callback, source) :\n callback;\n }\n invoke(targetZone, callback, applyThis, applyArgs, source) {\n return this._invokeZS ? this._invokeZS.onInvoke(this._invokeDlgt, this._invokeCurrZone, targetZone, callback, applyThis, applyArgs, source) :\n callback.apply(applyThis, applyArgs);\n }\n handleError(targetZone, error) {\n return this._handleErrorZS ?\n this._handleErrorZS.onHandleError(this._handleErrorDlgt, this._handleErrorCurrZone, targetZone, error) :\n true;\n }\n scheduleTask(targetZone, task) {\n let returnTask = task;\n if (this._scheduleTaskZS) {\n if (this._hasTaskZS) {\n returnTask._zoneDelegates.push(this._hasTaskDlgtOwner);\n }\n returnTask = this._scheduleTaskZS.onScheduleTask(this._scheduleTaskDlgt, this._scheduleTaskCurrZone, targetZone, task);\n if (!returnTask)\n returnTask = task;\n }\n else {\n if (task.scheduleFn) {\n task.scheduleFn(task);\n }\n else if (task.type == microTask) {\n scheduleMicroTask(task);\n }\n else {\n throw new Error('Task is missing scheduleFn.');\n }\n }\n return returnTask;\n }\n invokeTask(targetZone, task, applyThis, applyArgs) {\n return this._invokeTaskZS ? this._invokeTaskZS.onInvokeTask(this._invokeTaskDlgt, this._invokeTaskCurrZone, targetZone, task, applyThis, applyArgs) :\n task.callback.apply(applyThis, applyArgs);\n }\n cancelTask(targetZone, task) {\n let value;\n if (this._cancelTaskZS) {\n value = this._cancelTaskZS.onCancelTask(this._cancelTaskDlgt, this._cancelTaskCurrZone, targetZone, task);\n }\n else {\n if (!task.cancelFn) {\n throw Error('Task is not cancelable');\n }\n value = task.cancelFn(task);\n }\n return value;\n }\n hasTask(targetZone, isEmpty) {\n // hasTask should not throw error so other ZoneDelegate\n // can still trigger hasTask callback\n try {\n this._hasTaskZS &&\n this._hasTaskZS.onHasTask(this._hasTaskDlgt, this._hasTaskCurrZone, targetZone, isEmpty);\n }\n catch (err) {\n this.handleError(targetZone, err);\n }\n }\n _updateTaskCount(type, count) {\n const counts = this._taskCounts;\n const prev = counts[type];\n const next = counts[type] = prev + count;\n if (next < 0) {\n throw new Error('More tasks executed then were scheduled.');\n }\n if (prev == 0 || next == 0) {\n const isEmpty = {\n microTask: counts['microTask'] > 0,\n macroTask: counts['macroTask'] > 0,\n eventTask: counts['eventTask'] > 0,\n change: type\n };\n this.hasTask(this.zone, isEmpty);\n }\n }\n }\n class ZoneTask {\n constructor(type, source, callback, options, scheduleFn, cancelFn) {\n this._zone = null;\n this.runCount = 0;\n this._zoneDelegates = null;\n this._state = 'notScheduled';\n this.type = type;\n this.source = source;\n this.data = options;\n this.scheduleFn = scheduleFn;\n this.cancelFn = cancelFn;\n this.callback = callback;\n const self = this;\n // TODO: @JiaLiPassion options should have interface\n if (type === eventTask && options && options.useG) {\n this.invoke = ZoneTask.invokeTask;\n }\n else {\n this.invoke = function () {\n return ZoneTask.invokeTask.call(global, self, this, arguments);\n };\n }\n }\n static invokeTask(task, target, args) {\n if (!task) {\n task = this;\n }\n _numberOfNestedTaskFrames++;\n try {\n task.runCount++;\n return task.zone.runTask(task, target, args);\n }\n finally {\n if (_numberOfNestedTaskFrames == 1) {\n drainMicroTaskQueue();\n }\n _numberOfNestedTaskFrames--;\n }\n }\n get zone() {\n return this._zone;\n }\n get state() {\n return this._state;\n }\n cancelScheduleRequest() {\n this._transitionTo(notScheduled, scheduling);\n }\n _transitionTo(toState, fromState1, fromState2) {\n if (this._state === fromState1 || this._state === fromState2) {\n this._state = toState;\n if (toState == notScheduled) {\n this._zoneDelegates = null;\n }\n }\n else {\n throw new Error(`${this.type} '${this.source}': can not transition to '${toState}', expecting state '${fromState1}'${fromState2 ? ' or \\'' + fromState2 + '\\'' : ''}, was '${this._state}'.`);\n }\n }\n toString() {\n if (this.data && typeof this.data.handleId !== 'undefined') {\n return this.data.handleId.toString();\n }\n else {\n return Object.prototype.toString.call(this);\n }\n }\n // add toJSON method to prevent cyclic error when\n // call JSON.stringify(zoneTask)\n toJSON() {\n return {\n type: this.type,\n state: this.state,\n source: this.source,\n zone: this.zone.name,\n runCount: this.runCount\n };\n }\n }\n //////////////////////////////////////////////////////\n //////////////////////////////////////////////////////\n /// MICROTASK QUEUE\n //////////////////////////////////////////////////////\n //////////////////////////////////////////////////////\n const symbolSetTimeout = __symbol__('setTimeout');\n const symbolPromise = __symbol__('Promise');\n const symbolThen = __symbol__('then');\n let _microTaskQueue = [];\n let _isDrainingMicrotaskQueue = false;\n let nativeMicroTaskQueuePromise;\n function scheduleMicroTask(task) {\n // if we are not running in any task, and there has not been anything scheduled\n // we must bootstrap the initial task creation by manually scheduling the drain\n if (_numberOfNestedTaskFrames === 0 && _microTaskQueue.length === 0) {\n // We are not running in Task, so we need to kickstart the microtask queue.\n if (!nativeMicroTaskQueuePromise) {\n if (global[symbolPromise]) {\n nativeMicroTaskQueuePromise = global[symbolPromise].resolve(0);\n }\n }\n if (nativeMicroTaskQueuePromise) {\n let nativeThen = nativeMicroTaskQueuePromise[symbolThen];\n if (!nativeThen) {\n // native Promise is not patchable, we need to use `then` directly\n // issue 1078\n nativeThen = nativeMicroTaskQueuePromise['then'];\n }\n nativeThen.call(nativeMicroTaskQueuePromise, drainMicroTaskQueue);\n }\n else {\n global[symbolSetTimeout](drainMicroTaskQueue, 0);\n }\n }\n task && _microTaskQueue.push(task);\n }\n function drainMicroTaskQueue() {\n if (!_isDrainingMicrotaskQueue) {\n _isDrainingMicrotaskQueue = true;\n while (_microTaskQueue.length) {\n const queue = _microTaskQueue;\n _microTaskQueue = [];\n for (let i = 0; i < queue.length; i++) {\n const task = queue[i];\n try {\n task.zone.runTask(task, null, null);\n }\n catch (error) {\n _api.onUnhandledError(error);\n }\n }\n }\n _api.microtaskDrainDone();\n _isDrainingMicrotaskQueue = false;\n }\n }\n //////////////////////////////////////////////////////\n //////////////////////////////////////////////////////\n /// BOOTSTRAP\n //////////////////////////////////////////////////////\n //////////////////////////////////////////////////////\n const NO_ZONE = { name: 'NO ZONE' };\n const notScheduled = 'notScheduled', scheduling = 'scheduling', scheduled = 'scheduled', running = 'running', canceling = 'canceling', unknown = 'unknown';\n const microTask = 'microTask', macroTask = 'macroTask', eventTask = 'eventTask';\n const patches = {};\n const _api = {\n symbol: __symbol__,\n currentZoneFrame: () => _currentZoneFrame,\n onUnhandledError: noop,\n microtaskDrainDone: noop,\n scheduleMicroTask: scheduleMicroTask,\n showUncaughtError: () => !Zone[__symbol__('ignoreConsoleErrorUncaughtError')],\n patchEventTarget: () => [],\n patchOnProperties: noop,\n patchMethod: () => noop,\n bindArguments: () => [],\n patchThen: () => noop,\n patchMacroTask: () => noop,\n setNativePromise: (NativePromise) => {\n // sometimes NativePromise.resolve static function\n // is not ready yet, (such as core-js/es6.promise)\n // so we need to check here.\n if (NativePromise && typeof NativePromise.resolve === 'function') {\n nativeMicroTaskQueuePromise = NativePromise.resolve(0);\n }\n },\n patchEventPrototype: () => noop,\n isIEOrEdge: () => false,\n getGlobalObjects: () => undefined,\n ObjectDefineProperty: () => noop,\n ObjectGetOwnPropertyDescriptor: () => undefined,\n ObjectCreate: () => undefined,\n ArraySlice: () => [],\n patchClass: () => noop,\n wrapWithCurrentZone: () => noop,\n filterProperties: () => [],\n attachOriginToPatched: () => noop,\n _redefineProperty: () => noop,\n patchCallbacks: () => noop\n };\n let _currentZoneFrame = { parent: null, zone: new Zone(null, null) };\n let _currentTask = null;\n let _numberOfNestedTaskFrames = 0;\n function noop() { }\n function __symbol__(name) {\n return '__zone_symbol__' + name;\n }\n performanceMeasure('Zone', 'Zone');\n return global['Zone'] = Zone;\n})(typeof window !== 'undefined' && window || typeof self !== 'undefined' && self || global);\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nZone.__load_patch('ZoneAwarePromise', (global, Zone, api) => {\n const ObjectGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n const ObjectDefineProperty = Object.defineProperty;\n function readableObjectToString(obj) {\n if (obj && obj.toString === Object.prototype.toString) {\n const className = obj.constructor && obj.constructor.name;\n return (className ? className : '') + ': ' + JSON.stringify(obj);\n }\n return obj ? obj.toString() : Object.prototype.toString.call(obj);\n }\n const __symbol__ = api.symbol;\n const _uncaughtPromiseErrors = [];\n const symbolPromise = __symbol__('Promise');\n const symbolThen = __symbol__('then');\n const creationTrace = '__creationTrace__';\n api.onUnhandledError = (e) => {\n if (api.showUncaughtError()) {\n const rejection = e && e.rejection;\n if (rejection) {\n console.error('Unhandled Promise rejection:', rejection instanceof Error ? rejection.message : rejection, '; Zone:', e.zone.name, '; Task:', e.task && e.task.source, '; Value:', rejection, rejection instanceof Error ? rejection.stack : undefined);\n }\n else {\n console.error(e);\n }\n }\n };\n api.microtaskDrainDone = () => {\n while (_uncaughtPromiseErrors.length) {\n while (_uncaughtPromiseErrors.length) {\n const uncaughtPromiseError = _uncaughtPromiseErrors.shift();\n try {\n uncaughtPromiseError.zone.runGuarded(() => {\n throw uncaughtPromiseError;\n });\n }\n catch (error) {\n handleUnhandledRejection(error);\n }\n }\n }\n };\n const UNHANDLED_PROMISE_REJECTION_HANDLER_SYMBOL = __symbol__('unhandledPromiseRejectionHandler');\n function handleUnhandledRejection(e) {\n api.onUnhandledError(e);\n try {\n const handler = Zone[UNHANDLED_PROMISE_REJECTION_HANDLER_SYMBOL];\n if (handler && typeof handler === 'function') {\n handler.call(this, e);\n }\n }\n catch (err) {\n }\n }\n function isThenable(value) {\n return value && value.then;\n }\n function forwardResolution(value) {\n return value;\n }\n function forwardRejection(rejection) {\n return ZoneAwarePromise.reject(rejection);\n }\n const symbolState = __symbol__('state');\n const symbolValue = __symbol__('value');\n const symbolFinally = __symbol__('finally');\n const symbolParentPromiseValue = __symbol__('parentPromiseValue');\n const symbolParentPromiseState = __symbol__('parentPromiseState');\n const source = 'Promise.then';\n const UNRESOLVED = null;\n const RESOLVED = true;\n const REJECTED = false;\n const REJECTED_NO_CATCH = 0;\n function makeResolver(promise, state) {\n return (v) => {\n try {\n resolvePromise(promise, state, v);\n }\n catch (err) {\n resolvePromise(promise, false, err);\n }\n // Do not return value or you will break the Promise spec.\n };\n }\n const once = function () {\n let wasCalled = false;\n return function wrapper(wrappedFunction) {\n return function () {\n if (wasCalled) {\n return;\n }\n wasCalled = true;\n wrappedFunction.apply(null, arguments);\n };\n };\n };\n const TYPE_ERROR = 'Promise resolved with itself';\n const CURRENT_TASK_TRACE_SYMBOL = __symbol__('currentTaskTrace');\n // Promise Resolution\n function resolvePromise(promise, state, value) {\n const onceWrapper = once();\n if (promise === value) {\n throw new TypeError(TYPE_ERROR);\n }\n if (promise[symbolState] === UNRESOLVED) {\n // should only get value.then once based on promise spec.\n let then = null;\n try {\n if (typeof value === 'object' || typeof value === 'function') {\n then = value && value.then;\n }\n }\n catch (err) {\n onceWrapper(() => {\n resolvePromise(promise, false, err);\n })();\n return promise;\n }\n // if (value instanceof ZoneAwarePromise) {\n if (state !== REJECTED && value instanceof ZoneAwarePromise &&\n value.hasOwnProperty(symbolState) && value.hasOwnProperty(symbolValue) &&\n value[symbolState] !== UNRESOLVED) {\n clearRejectedNoCatch(value);\n resolvePromise(promise, value[symbolState], value[symbolValue]);\n }\n else if (state !== REJECTED && typeof then === 'function') {\n try {\n then.call(value, onceWrapper(makeResolver(promise, state)), onceWrapper(makeResolver(promise, false)));\n }\n catch (err) {\n onceWrapper(() => {\n resolvePromise(promise, false, err);\n })();\n }\n }\n else {\n promise[symbolState] = state;\n const queue = promise[symbolValue];\n promise[symbolValue] = value;\n if (promise[symbolFinally] === symbolFinally) {\n // the promise is generated by Promise.prototype.finally\n if (state === RESOLVED) {\n // the state is resolved, should ignore the value\n // and use parent promise value\n promise[symbolState] = promise[symbolParentPromiseState];\n promise[symbolValue] = promise[symbolParentPromiseValue];\n }\n }\n // record task information in value when error occurs, so we can\n // do some additional work such as render longStackTrace\n if (state === REJECTED && value instanceof Error) {\n // check if longStackTraceZone is here\n const trace = Zone.currentTask && Zone.currentTask.data &&\n Zone.currentTask.data[creationTrace];\n if (trace) {\n // only keep the long stack trace into error when in longStackTraceZone\n ObjectDefineProperty(value, CURRENT_TASK_TRACE_SYMBOL, { configurable: true, enumerable: false, writable: true, value: trace });\n }\n }\n for (let i = 0; i < queue.length;) {\n scheduleResolveOrReject(promise, queue[i++], queue[i++], queue[i++], queue[i++]);\n }\n if (queue.length == 0 && state == REJECTED) {\n promise[symbolState] = REJECTED_NO_CATCH;\n try {\n // try to print more readable error log\n throw new Error('Uncaught (in promise): ' + readableObjectToString(value) +\n (value && value.stack ? '\\n' + value.stack : ''));\n }\n catch (err) {\n const error = err;\n error.rejection = value;\n error.promise = promise;\n error.zone = Zone.current;\n error.task = Zone.currentTask;\n _uncaughtPromiseErrors.push(error);\n api.scheduleMicroTask(); // to make sure that it is running\n }\n }\n }\n }\n // Resolving an already resolved promise is a noop.\n return promise;\n }\n const REJECTION_HANDLED_HANDLER = __symbol__('rejectionHandledHandler');\n function clearRejectedNoCatch(promise) {\n if (promise[symbolState] === REJECTED_NO_CATCH) {\n // if the promise is rejected no catch status\n // and queue.length > 0, means there is a error handler\n // here to handle the rejected promise, we should trigger\n // windows.rejectionhandled eventHandler or nodejs rejectionHandled\n // eventHandler\n try {\n const handler = Zone[REJECTION_HANDLED_HANDLER];\n if (handler && typeof handler === 'function') {\n handler.call(this, { rejection: promise[symbolValue], promise: promise });\n }\n }\n catch (err) {\n }\n promise[symbolState] = REJECTED;\n for (let i = 0; i < _uncaughtPromiseErrors.length; i++) {\n if (promise === _uncaughtPromiseErrors[i].promise) {\n _uncaughtPromiseErrors.splice(i, 1);\n }\n }\n }\n }\n function scheduleResolveOrReject(promise, zone, chainPromise, onFulfilled, onRejected) {\n clearRejectedNoCatch(promise);\n const promiseState = promise[symbolState];\n const delegate = promiseState ?\n (typeof onFulfilled === 'function') ? onFulfilled : forwardResolution :\n (typeof onRejected === 'function') ? onRejected : forwardRejection;\n zone.scheduleMicroTask(source, () => {\n try {\n const parentPromiseValue = promise[symbolValue];\n const isFinallyPromise = chainPromise && symbolFinally === chainPromise[symbolFinally];\n if (isFinallyPromise) {\n // if the promise is generated from finally call, keep parent promise's state and value\n chainPromise[symbolParentPromiseValue] = parentPromiseValue;\n chainPromise[symbolParentPromiseState] = promiseState;\n }\n // should not pass value to finally callback\n const value = zone.run(delegate, undefined, isFinallyPromise && delegate !== forwardRejection && delegate !== forwardResolution ?\n [] :\n [parentPromiseValue]);\n resolvePromise(chainPromise, true, value);\n }\n catch (error) {\n // if error occurs, should always return this error\n resolvePromise(chainPromise, false, error);\n }\n }, chainPromise);\n }\n const ZONE_AWARE_PROMISE_TO_STRING = 'function ZoneAwarePromise() { [native code] }';\n class ZoneAwarePromise {\n constructor(executor) {\n const promise = this;\n if (!(promise instanceof ZoneAwarePromise)) {\n throw new Error('Must be an instanceof Promise.');\n }\n promise[symbolState] = UNRESOLVED;\n promise[symbolValue] = []; // queue;\n try {\n executor && executor(makeResolver(promise, RESOLVED), makeResolver(promise, REJECTED));\n }\n catch (error) {\n resolvePromise(promise, false, error);\n }\n }\n static toString() {\n return ZONE_AWARE_PROMISE_TO_STRING;\n }\n static resolve(value) {\n return resolvePromise(new this(null), RESOLVED, value);\n }\n static reject(error) {\n return resolvePromise(new this(null), REJECTED, error);\n }\n static race(values) {\n let resolve;\n let reject;\n let promise = new this((res, rej) => {\n resolve = res;\n reject = rej;\n });\n function onResolve(value) {\n resolve(value);\n }\n function onReject(error) {\n reject(error);\n }\n for (let value of values) {\n if (!isThenable(value)) {\n value = this.resolve(value);\n }\n value.then(onResolve, onReject);\n }\n return promise;\n }\n static all(values) {\n let resolve;\n let reject;\n let promise = new this((res, rej) => {\n resolve = res;\n reject = rej;\n });\n // Start at 2 to prevent prematurely resolving if .then is called immediately.\n let unresolvedCount = 2;\n let valueIndex = 0;\n const resolvedValues = [];\n for (let value of values) {\n if (!isThenable(value)) {\n value = this.resolve(value);\n }\n const curValueIndex = valueIndex;\n value.then((value) => {\n resolvedValues[curValueIndex] = value;\n unresolvedCount--;\n if (unresolvedCount === 0) {\n resolve(resolvedValues);\n }\n }, reject);\n unresolvedCount++;\n valueIndex++;\n }\n // Make the unresolvedCount zero-based again.\n unresolvedCount -= 2;\n if (unresolvedCount === 0) {\n resolve(resolvedValues);\n }\n return promise;\n }\n get [Symbol.toStringTag]() {\n return 'Promise';\n }\n then(onFulfilled, onRejected) {\n const chainPromise = new this.constructor(null);\n const zone = Zone.current;\n if (this[symbolState] == UNRESOLVED) {\n this[symbolValue].push(zone, chainPromise, onFulfilled, onRejected);\n }\n else {\n scheduleResolveOrReject(this, zone, chainPromise, onFulfilled, onRejected);\n }\n return chainPromise;\n }\n catch(onRejected) {\n return this.then(null, onRejected);\n }\n finally(onFinally) {\n const chainPromise = new this.constructor(null);\n chainPromise[symbolFinally] = symbolFinally;\n const zone = Zone.current;\n if (this[symbolState] == UNRESOLVED) {\n this[symbolValue].push(zone, chainPromise, onFinally, onFinally);\n }\n else {\n scheduleResolveOrReject(this, zone, chainPromise, onFinally, onFinally);\n }\n return chainPromise;\n }\n }\n // Protect against aggressive optimizers dropping seemingly unused properties.\n // E.g. Closure Compiler in advanced mode.\n ZoneAwarePromise['resolve'] = ZoneAwarePromise.resolve;\n ZoneAwarePromise['reject'] = ZoneAwarePromise.reject;\n ZoneAwarePromise['race'] = ZoneAwarePromise.race;\n ZoneAwarePromise['all'] = ZoneAwarePromise.all;\n const NativePromise = global[symbolPromise] = global['Promise'];\n const ZONE_AWARE_PROMISE = Zone.__symbol__('ZoneAwarePromise');\n let desc = ObjectGetOwnPropertyDescriptor(global, 'Promise');\n if (!desc || desc.configurable) {\n desc && delete desc.writable;\n desc && delete desc.value;\n if (!desc) {\n desc = { configurable: true, enumerable: true };\n }\n desc.get = function () {\n // if we already set ZoneAwarePromise, use patched one\n // otherwise return native one.\n return global[ZONE_AWARE_PROMISE] ? global[ZONE_AWARE_PROMISE] : global[symbolPromise];\n };\n desc.set = function (NewNativePromise) {\n if (NewNativePromise === ZoneAwarePromise) {\n // if the NewNativePromise is ZoneAwarePromise\n // save to global\n global[ZONE_AWARE_PROMISE] = NewNativePromise;\n }\n else {\n // if the NewNativePromise is not ZoneAwarePromise\n // for example: after load zone.js, some library just\n // set es6-promise to global, if we set it to global\n // directly, assertZonePatched will fail and angular\n // will not loaded, so we just set the NewNativePromise\n // to global[symbolPromise], so the result is just like\n // we load ES6 Promise before zone.js\n global[symbolPromise] = NewNativePromise;\n if (!NewNativePromise.prototype[symbolThen]) {\n patchThen(NewNativePromise);\n }\n api.setNativePromise(NewNativePromise);\n }\n };\n ObjectDefineProperty(global, 'Promise', desc);\n }\n global['Promise'] = ZoneAwarePromise;\n const symbolThenPatched = __symbol__('thenPatched');\n function patchThen(Ctor) {\n const proto = Ctor.prototype;\n const prop = ObjectGetOwnPropertyDescriptor(proto, 'then');\n if (prop && (prop.writable === false || !prop.configurable)) {\n // check Ctor.prototype.then propertyDescriptor is writable or not\n // in meteor env, writable is false, we should ignore such case\n return;\n }\n const originalThen = proto.then;\n // Keep a reference to the original method.\n proto[symbolThen] = originalThen;\n Ctor.prototype.then = function (onResolve, onReject) {\n const wrapped = new ZoneAwarePromise((resolve, reject) => {\n originalThen.call(this, resolve, reject);\n });\n return wrapped.then(onResolve, onReject);\n };\n Ctor[symbolThenPatched] = true;\n }\n api.patchThen = patchThen;\n function zoneify(fn) {\n return function () {\n let resultPromise = fn.apply(this, arguments);\n if (resultPromise instanceof ZoneAwarePromise) {\n return resultPromise;\n }\n let ctor = resultPromise.constructor;\n if (!ctor[symbolThenPatched]) {\n patchThen(ctor);\n }\n return resultPromise;\n };\n }\n if (NativePromise) {\n patchThen(NativePromise);\n const fetch = global['fetch'];\n if (typeof fetch == 'function') {\n global[api.symbol('fetch')] = fetch;\n global['fetch'] = zoneify(fetch);\n }\n }\n // This is not part of public API, but it is useful for tests, so we expose it.\n Promise[Zone.__symbol__('uncaughtPromiseErrors')] = _uncaughtPromiseErrors;\n return ZoneAwarePromise;\n});\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/**\n * Suppress closure compiler errors about unknown 'Zone' variable\n * @fileoverview\n * @suppress {undefinedVars,globalThis,missingRequire}\n */\n// issue #989, to reduce bundle size, use short name\n/** Object.getOwnPropertyDescriptor */\nconst ObjectGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n/** Object.defineProperty */\nconst ObjectDefineProperty = Object.defineProperty;\n/** Object.getPrototypeOf */\nconst ObjectGetPrototypeOf = Object.getPrototypeOf;\n/** Object.create */\nconst ObjectCreate = Object.create;\n/** Array.prototype.slice */\nconst ArraySlice = Array.prototype.slice;\n/** addEventListener string const */\nconst ADD_EVENT_LISTENER_STR = 'addEventListener';\n/** removeEventListener string const */\nconst REMOVE_EVENT_LISTENER_STR = 'removeEventListener';\n/** zoneSymbol addEventListener */\nconst ZONE_SYMBOL_ADD_EVENT_LISTENER = Zone.__symbol__(ADD_EVENT_LISTENER_STR);\n/** zoneSymbol removeEventListener */\nconst ZONE_SYMBOL_REMOVE_EVENT_LISTENER = Zone.__symbol__(REMOVE_EVENT_LISTENER_STR);\n/** true string const */\nconst TRUE_STR = 'true';\n/** false string const */\nconst FALSE_STR = 'false';\n/** __zone_symbol__ string const */\nconst ZONE_SYMBOL_PREFIX = '__zone_symbol__';\nfunction wrapWithCurrentZone(callback, source) {\n return Zone.current.wrap(callback, source);\n}\nfunction scheduleMacroTaskWithCurrentZone(source, callback, data, customSchedule, customCancel) {\n return Zone.current.scheduleMacroTask(source, callback, data, customSchedule, customCancel);\n}\nconst zoneSymbol = Zone.__symbol__;\nconst isWindowExists = typeof window !== 'undefined';\nconst internalWindow = isWindowExists ? window : undefined;\nconst _global = isWindowExists && internalWindow || typeof self === 'object' && self || global;\nconst REMOVE_ATTRIBUTE = 'removeAttribute';\nconst NULL_ON_PROP_VALUE = [null];\nfunction bindArguments(args, source) {\n for (let i = args.length - 1; i >= 0; i--) {\n if (typeof args[i] === 'function') {\n args[i] = wrapWithCurrentZone(args[i], source + '_' + i);\n }\n }\n return args;\n}\nfunction patchPrototype(prototype, fnNames) {\n const source = prototype.constructor['name'];\n for (let i = 0; i < fnNames.length; i++) {\n const name = fnNames[i];\n const delegate = prototype[name];\n if (delegate) {\n const prototypeDesc = ObjectGetOwnPropertyDescriptor(prototype, name);\n if (!isPropertyWritable(prototypeDesc)) {\n continue;\n }\n prototype[name] = ((delegate) => {\n const patched = function () {\n return delegate.apply(this, bindArguments(arguments, source + '.' + name));\n };\n attachOriginToPatched(patched, delegate);\n return patched;\n })(delegate);\n }\n }\n}\nfunction isPropertyWritable(propertyDesc) {\n if (!propertyDesc) {\n return true;\n }\n if (propertyDesc.writable === false) {\n return false;\n }\n return !(typeof propertyDesc.get === 'function' && typeof propertyDesc.set === 'undefined');\n}\nconst isWebWorker = (typeof WorkerGlobalScope !== 'undefined' && self instanceof WorkerGlobalScope);\n// Make sure to access `process` through `_global` so that WebPack does not accidentally browserify\n// this code.\nconst isNode = (!('nw' in _global) && typeof _global.process !== 'undefined' &&\n {}.toString.call(_global.process) === '[object process]');\nconst isBrowser = !isNode && !isWebWorker && !!(isWindowExists && internalWindow['HTMLElement']);\n// we are in electron of nw, so we are both browser and nodejs\n// Make sure to access `process` through `_global` so that WebPack does not accidentally browserify\n// this code.\nconst isMix = typeof _global.process !== 'undefined' &&\n {}.toString.call(_global.process) === '[object process]' && !isWebWorker &&\n !!(isWindowExists && internalWindow['HTMLElement']);\nconst zoneSymbolEventNames = {};\nconst wrapFn = function (event) {\n // https://github.com/angular/zone.js/issues/911, in IE, sometimes\n // event will be undefined, so we need to use window.event\n event = event || _global.event;\n if (!event) {\n return;\n }\n let eventNameSymbol = zoneSymbolEventNames[event.type];\n if (!eventNameSymbol) {\n eventNameSymbol = zoneSymbolEventNames[event.type] = zoneSymbol('ON_PROPERTY' + event.type);\n }\n const target = this || event.target || _global;\n const listener = target[eventNameSymbol];\n let result;\n if (isBrowser && target === internalWindow && event.type === 'error') {\n // window.onerror have different signiture\n // https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror#window.onerror\n // and onerror callback will prevent default when callback return true\n const errorEvent = event;\n result = listener &&\n listener.call(this, errorEvent.message, errorEvent.filename, errorEvent.lineno, errorEvent.colno, errorEvent.error);\n if (result === true) {\n event.preventDefault();\n }\n }\n else {\n result = listener && listener.apply(this, arguments);\n if (result != undefined && !result) {\n event.preventDefault();\n }\n }\n return result;\n};\nfunction patchProperty(obj, prop, prototype) {\n let desc = ObjectGetOwnPropertyDescriptor(obj, prop);\n if (!desc && prototype) {\n // when patch window object, use prototype to check prop exist or not\n const prototypeDesc = ObjectGetOwnPropertyDescriptor(prototype, prop);\n if (prototypeDesc) {\n desc = { enumerable: true, configurable: true };\n }\n }\n // if the descriptor not exists or is not configurable\n // just return\n if (!desc || !desc.configurable) {\n return;\n }\n const onPropPatchedSymbol = zoneSymbol('on' + prop + 'patched');\n if (obj.hasOwnProperty(onPropPatchedSymbol) && obj[onPropPatchedSymbol]) {\n return;\n }\n // A property descriptor cannot have getter/setter and be writable\n // deleting the writable and value properties avoids this error:\n //\n // TypeError: property descriptors must not specify a value or be writable when a\n // getter or setter has been specified\n delete desc.writable;\n delete desc.value;\n const originalDescGet = desc.get;\n const originalDescSet = desc.set;\n // substr(2) cuz 'onclick' -> 'click', etc\n const eventName = prop.substr(2);\n let eventNameSymbol = zoneSymbolEventNames[eventName];\n if (!eventNameSymbol) {\n eventNameSymbol = zoneSymbolEventNames[eventName] = zoneSymbol('ON_PROPERTY' + eventName);\n }\n desc.set = function (newValue) {\n // in some of windows's onproperty callback, this is undefined\n // so we need to check it\n let target = this;\n if (!target && obj === _global) {\n target = _global;\n }\n if (!target) {\n return;\n }\n let previousValue = target[eventNameSymbol];\n if (previousValue) {\n target.removeEventListener(eventName, wrapFn);\n }\n // issue #978, when onload handler was added before loading zone.js\n // we should remove it with originalDescSet\n if (originalDescSet) {\n originalDescSet.apply(target, NULL_ON_PROP_VALUE);\n }\n if (typeof newValue === 'function') {\n target[eventNameSymbol] = newValue;\n target.addEventListener(eventName, wrapFn, false);\n }\n else {\n target[eventNameSymbol] = null;\n }\n };\n // The getter would return undefined for unassigned properties but the default value of an\n // unassigned property is null\n desc.get = function () {\n // in some of windows's onproperty callback, this is undefined\n // so we need to check it\n let target = this;\n if (!target && obj === _global) {\n target = _global;\n }\n if (!target) {\n return null;\n }\n const listener = target[eventNameSymbol];\n if (listener) {\n return listener;\n }\n else if (originalDescGet) {\n // result will be null when use inline event attribute,\n // such as \n // because the onclick function is internal raw uncompiled handler\n // the onclick will be evaluated when first time event was triggered or\n // the property is accessed, https://github.com/angular/zone.js/issues/525\n // so we should use original native get to retrieve the handler\n let value = originalDescGet && originalDescGet.call(this);\n if (value) {\n desc.set.call(this, value);\n if (typeof target[REMOVE_ATTRIBUTE] === 'function') {\n target.removeAttribute(prop);\n }\n return value;\n }\n }\n return null;\n };\n ObjectDefineProperty(obj, prop, desc);\n obj[onPropPatchedSymbol] = true;\n}\nfunction patchOnProperties(obj, properties, prototype) {\n if (properties) {\n for (let i = 0; i < properties.length; i++) {\n patchProperty(obj, 'on' + properties[i], prototype);\n }\n }\n else {\n const onProperties = [];\n for (const prop in obj) {\n if (prop.substr(0, 2) == 'on') {\n onProperties.push(prop);\n }\n }\n for (let j = 0; j < onProperties.length; j++) {\n patchProperty(obj, onProperties[j], prototype);\n }\n }\n}\nconst originalInstanceKey = zoneSymbol('originalInstance');\n// wrap some native API on `window`\nfunction patchClass(className) {\n const OriginalClass = _global[className];\n if (!OriginalClass)\n return;\n // keep original class in global\n _global[zoneSymbol(className)] = OriginalClass;\n _global[className] = function () {\n const a = bindArguments(arguments, className);\n switch (a.length) {\n case 0:\n this[originalInstanceKey] = new OriginalClass();\n break;\n case 1:\n this[originalInstanceKey] = new OriginalClass(a[0]);\n break;\n case 2:\n this[originalInstanceKey] = new OriginalClass(a[0], a[1]);\n break;\n case 3:\n this[originalInstanceKey] = new OriginalClass(a[0], a[1], a[2]);\n break;\n case 4:\n this[originalInstanceKey] = new OriginalClass(a[0], a[1], a[2], a[3]);\n break;\n default:\n throw new Error('Arg list too long.');\n }\n };\n // attach original delegate to patched function\n attachOriginToPatched(_global[className], OriginalClass);\n const instance = new OriginalClass(function () { });\n let prop;\n for (prop in instance) {\n // https://bugs.webkit.org/show_bug.cgi?id=44721\n if (className === 'XMLHttpRequest' && prop === 'responseBlob')\n continue;\n (function (prop) {\n if (typeof instance[prop] === 'function') {\n _global[className].prototype[prop] = function () {\n return this[originalInstanceKey][prop].apply(this[originalInstanceKey], arguments);\n };\n }\n else {\n ObjectDefineProperty(_global[className].prototype, prop, {\n set: function (fn) {\n if (typeof fn === 'function') {\n this[originalInstanceKey][prop] = wrapWithCurrentZone(fn, className + '.' + prop);\n // keep callback in wrapped function so we can\n // use it in Function.prototype.toString to return\n // the native one.\n attachOriginToPatched(this[originalInstanceKey][prop], fn);\n }\n else {\n this[originalInstanceKey][prop] = fn;\n }\n },\n get: function () {\n return this[originalInstanceKey][prop];\n }\n });\n }\n }(prop));\n }\n for (prop in OriginalClass) {\n if (prop !== 'prototype' && OriginalClass.hasOwnProperty(prop)) {\n _global[className][prop] = OriginalClass[prop];\n }\n }\n}\nfunction copySymbolProperties(src, dest) {\n if (typeof Object.getOwnPropertySymbols !== 'function') {\n return;\n }\n const symbols = Object.getOwnPropertySymbols(src);\n symbols.forEach((symbol) => {\n const desc = Object.getOwnPropertyDescriptor(src, symbol);\n Object.defineProperty(dest, symbol, {\n get: function () {\n return src[symbol];\n },\n set: function (value) {\n if (desc && (!desc.writable || typeof desc.set !== 'function')) {\n // if src[symbol] is not writable or not have a setter, just return\n return;\n }\n src[symbol] = value;\n },\n enumerable: desc ? desc.enumerable : true,\n configurable: desc ? desc.configurable : true\n });\n });\n}\nlet shouldCopySymbolProperties = false;\n\nfunction patchMethod(target, name, patchFn) {\n let proto = target;\n while (proto && !proto.hasOwnProperty(name)) {\n proto = ObjectGetPrototypeOf(proto);\n }\n if (!proto && target[name]) {\n // somehow we did not find it, but we can see it. This happens on IE for Window properties.\n proto = target;\n }\n const delegateName = zoneSymbol(name);\n let delegate = null;\n if (proto && !(delegate = proto[delegateName])) {\n delegate = proto[delegateName] = proto[name];\n // check whether proto[name] is writable\n // some property is readonly in safari, such as HtmlCanvasElement.prototype.toBlob\n const desc = proto && ObjectGetOwnPropertyDescriptor(proto, name);\n if (isPropertyWritable(desc)) {\n const patchDelegate = patchFn(delegate, delegateName, name);\n proto[name] = function () {\n return patchDelegate(this, arguments);\n };\n attachOriginToPatched(proto[name], delegate);\n if (shouldCopySymbolProperties) {\n copySymbolProperties(delegate, proto[name]);\n }\n }\n }\n return delegate;\n}\n// TODO: @JiaLiPassion, support cancel task later if necessary\nfunction patchMacroTask(obj, funcName, metaCreator) {\n let setNative = null;\n function scheduleTask(task) {\n const data = task.data;\n data.args[data.cbIdx] = function () {\n task.invoke.apply(this, arguments);\n };\n setNative.apply(data.target, data.args);\n return task;\n }\n setNative = patchMethod(obj, funcName, (delegate) => function (self, args) {\n const meta = metaCreator(self, args);\n if (meta.cbIdx >= 0 && typeof args[meta.cbIdx] === 'function') {\n return scheduleMacroTaskWithCurrentZone(meta.name, args[meta.cbIdx], meta, scheduleTask);\n }\n else {\n // cause an error by calling it directly.\n return delegate.apply(self, args);\n }\n });\n}\n\nfunction attachOriginToPatched(patched, original) {\n patched[zoneSymbol('OriginalDelegate')] = original;\n}\nlet isDetectedIEOrEdge = false;\nlet ieOrEdge = false;\nfunction isIE() {\n try {\n const ua = internalWindow.navigator.userAgent;\n if (ua.indexOf('MSIE ') !== -1 || ua.indexOf('Trident/') !== -1) {\n return true;\n }\n }\n catch (error) {\n }\n return false;\n}\nfunction isIEOrEdge() {\n if (isDetectedIEOrEdge) {\n return ieOrEdge;\n }\n isDetectedIEOrEdge = true;\n try {\n const ua = internalWindow.navigator.userAgent;\n if (ua.indexOf('MSIE ') !== -1 || ua.indexOf('Trident/') !== -1 || ua.indexOf('Edge/') !== -1) {\n ieOrEdge = true;\n }\n }\n catch (error) {\n }\n return ieOrEdge;\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n// override Function.prototype.toString to make zone.js patched function\n// look like native function\nZone.__load_patch('toString', (global) => {\n // patch Func.prototype.toString to let them look like native\n const originalFunctionToString = Function.prototype.toString;\n const ORIGINAL_DELEGATE_SYMBOL = zoneSymbol('OriginalDelegate');\n const PROMISE_SYMBOL = zoneSymbol('Promise');\n const ERROR_SYMBOL = zoneSymbol('Error');\n const newFunctionToString = function toString() {\n if (typeof this === 'function') {\n const originalDelegate = this[ORIGINAL_DELEGATE_SYMBOL];\n if (originalDelegate) {\n if (typeof originalDelegate === 'function') {\n return originalFunctionToString.call(originalDelegate);\n }\n else {\n return Object.prototype.toString.call(originalDelegate);\n }\n }\n if (this === Promise) {\n const nativePromise = global[PROMISE_SYMBOL];\n if (nativePromise) {\n return originalFunctionToString.call(nativePromise);\n }\n }\n if (this === Error) {\n const nativeError = global[ERROR_SYMBOL];\n if (nativeError) {\n return originalFunctionToString.call(nativeError);\n }\n }\n }\n return originalFunctionToString.call(this);\n };\n newFunctionToString[ORIGINAL_DELEGATE_SYMBOL] = originalFunctionToString;\n Function.prototype.toString = newFunctionToString;\n // patch Object.prototype.toString to let them look like native\n const originalObjectToString = Object.prototype.toString;\n const PROMISE_OBJECT_TO_STRING = '[object Promise]';\n Object.prototype.toString = function () {\n if (this instanceof Promise) {\n return PROMISE_OBJECT_TO_STRING;\n }\n return originalObjectToString.call(this);\n };\n});\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/**\n * @fileoverview\n * @suppress {missingRequire}\n */\nlet passiveSupported = false;\nif (typeof window !== 'undefined') {\n try {\n const options = Object.defineProperty({}, 'passive', {\n get: function () {\n passiveSupported = true;\n }\n });\n window.addEventListener('test', options, options);\n window.removeEventListener('test', options, options);\n }\n catch (err) {\n passiveSupported = false;\n }\n}\n// an identifier to tell ZoneTask do not create a new invoke closure\nconst OPTIMIZED_ZONE_EVENT_TASK_DATA = {\n useG: true\n};\nconst zoneSymbolEventNames$1 = {};\nconst globalSources = {};\nconst EVENT_NAME_SYMBOL_REGX = /^__zone_symbol__(\\w+)(true|false)$/;\nconst IMMEDIATE_PROPAGATION_SYMBOL = ('__zone_symbol__propagationStopped');\nfunction patchEventTarget(_global, apis, patchOptions) {\n const ADD_EVENT_LISTENER = (patchOptions && patchOptions.add) || ADD_EVENT_LISTENER_STR;\n const REMOVE_EVENT_LISTENER = (patchOptions && patchOptions.rm) || REMOVE_EVENT_LISTENER_STR;\n const LISTENERS_EVENT_LISTENER = (patchOptions && patchOptions.listeners) || 'eventListeners';\n const REMOVE_ALL_LISTENERS_EVENT_LISTENER = (patchOptions && patchOptions.rmAll) || 'removeAllListeners';\n const zoneSymbolAddEventListener = zoneSymbol(ADD_EVENT_LISTENER);\n const ADD_EVENT_LISTENER_SOURCE = '.' + ADD_EVENT_LISTENER + ':';\n const PREPEND_EVENT_LISTENER = 'prependListener';\n const PREPEND_EVENT_LISTENER_SOURCE = '.' + PREPEND_EVENT_LISTENER + ':';\n const invokeTask = function (task, target, event) {\n // for better performance, check isRemoved which is set\n // by removeEventListener\n if (task.isRemoved) {\n return;\n }\n const delegate = task.callback;\n if (typeof delegate === 'object' && delegate.handleEvent) {\n // create the bind version of handleEvent when invoke\n task.callback = (event) => delegate.handleEvent(event);\n task.originalDelegate = delegate;\n }\n // invoke static task.invoke\n task.invoke(task, target, [event]);\n const options = task.options;\n if (options && typeof options === 'object' && options.once) {\n // if options.once is true, after invoke once remove listener here\n // only browser need to do this, nodejs eventEmitter will cal removeListener\n // inside EventEmitter.once\n const delegate = task.originalDelegate ? task.originalDelegate : task.callback;\n target[REMOVE_EVENT_LISTENER].call(target, event.type, delegate, options);\n }\n };\n // global shared zoneAwareCallback to handle all event callback with capture = false\n const globalZoneAwareCallback = function (event) {\n // https://github.com/angular/zone.js/issues/911, in IE, sometimes\n // event will be undefined, so we need to use window.event\n event = event || _global.event;\n if (!event) {\n return;\n }\n // event.target is needed for Samsung TV and SourceBuffer\n // || global is needed https://github.com/angular/zone.js/issues/190\n const target = this || event.target || _global;\n const tasks = target[zoneSymbolEventNames$1[event.type][FALSE_STR]];\n if (tasks) {\n // invoke all tasks which attached to current target with given event.type and capture = false\n // for performance concern, if task.length === 1, just invoke\n if (tasks.length === 1) {\n invokeTask(tasks[0], target, event);\n }\n else {\n // https://github.com/angular/zone.js/issues/836\n // copy the tasks array before invoke, to avoid\n // the callback will remove itself or other listener\n const copyTasks = tasks.slice();\n for (let i = 0; i < copyTasks.length; i++) {\n if (event && event[IMMEDIATE_PROPAGATION_SYMBOL] === true) {\n break;\n }\n invokeTask(copyTasks[i], target, event);\n }\n }\n }\n };\n // global shared zoneAwareCallback to handle all event callback with capture = true\n const globalZoneAwareCaptureCallback = function (event) {\n // https://github.com/angular/zone.js/issues/911, in IE, sometimes\n // event will be undefined, so we need to use window.event\n event = event || _global.event;\n if (!event) {\n return;\n }\n // event.target is needed for Samsung TV and SourceBuffer\n // || global is needed https://github.com/angular/zone.js/issues/190\n const target = this || event.target || _global;\n const tasks = target[zoneSymbolEventNames$1[event.type][TRUE_STR]];\n if (tasks) {\n // invoke all tasks which attached to current target with given event.type and capture = false\n // for performance concern, if task.length === 1, just invoke\n if (tasks.length === 1) {\n invokeTask(tasks[0], target, event);\n }\n else {\n // https://github.com/angular/zone.js/issues/836\n // copy the tasks array before invoke, to avoid\n // the callback will remove itself or other listener\n const copyTasks = tasks.slice();\n for (let i = 0; i < copyTasks.length; i++) {\n if (event && event[IMMEDIATE_PROPAGATION_SYMBOL] === true) {\n break;\n }\n invokeTask(copyTasks[i], target, event);\n }\n }\n }\n };\n function patchEventTargetMethods(obj, patchOptions) {\n if (!obj) {\n return false;\n }\n let useGlobalCallback = true;\n if (patchOptions && patchOptions.useG !== undefined) {\n useGlobalCallback = patchOptions.useG;\n }\n const validateHandler = patchOptions && patchOptions.vh;\n let checkDuplicate = true;\n if (patchOptions && patchOptions.chkDup !== undefined) {\n checkDuplicate = patchOptions.chkDup;\n }\n let returnTarget = false;\n if (patchOptions && patchOptions.rt !== undefined) {\n returnTarget = patchOptions.rt;\n }\n let proto = obj;\n while (proto && !proto.hasOwnProperty(ADD_EVENT_LISTENER)) {\n proto = ObjectGetPrototypeOf(proto);\n }\n if (!proto && obj[ADD_EVENT_LISTENER]) {\n // somehow we did not find it, but we can see it. This happens on IE for Window properties.\n proto = obj;\n }\n if (!proto) {\n return false;\n }\n if (proto[zoneSymbolAddEventListener]) {\n return false;\n }\n const eventNameToString = patchOptions && patchOptions.eventNameToString;\n // a shared global taskData to pass data for scheduleEventTask\n // so we do not need to create a new object just for pass some data\n const taskData = {};\n const nativeAddEventListener = proto[zoneSymbolAddEventListener] = proto[ADD_EVENT_LISTENER];\n const nativeRemoveEventListener = proto[zoneSymbol(REMOVE_EVENT_LISTENER)] =\n proto[REMOVE_EVENT_LISTENER];\n const nativeListeners = proto[zoneSymbol(LISTENERS_EVENT_LISTENER)] =\n proto[LISTENERS_EVENT_LISTENER];\n const nativeRemoveAllListeners = proto[zoneSymbol(REMOVE_ALL_LISTENERS_EVENT_LISTENER)] =\n proto[REMOVE_ALL_LISTENERS_EVENT_LISTENER];\n let nativePrependEventListener;\n if (patchOptions && patchOptions.prepend) {\n nativePrependEventListener = proto[zoneSymbol(patchOptions.prepend)] =\n proto[patchOptions.prepend];\n }\n function checkIsPassive(task) {\n if (!passiveSupported && typeof taskData.options !== 'boolean' &&\n typeof taskData.options !== 'undefined' && taskData.options !== null) {\n // options is a non-null non-undefined object\n // passive is not supported\n // don't pass options as object\n // just pass capture as a boolean\n task.options = !!taskData.options.capture;\n taskData.options = task.options;\n }\n }\n const customScheduleGlobal = function (task) {\n // if there is already a task for the eventName + capture,\n // just return, because we use the shared globalZoneAwareCallback here.\n if (taskData.isExisting) {\n return;\n }\n checkIsPassive(task);\n return nativeAddEventListener.call(taskData.target, taskData.eventName, taskData.capture ? globalZoneAwareCaptureCallback : globalZoneAwareCallback, taskData.options);\n };\n const customCancelGlobal = function (task) {\n // if task is not marked as isRemoved, this call is directly\n // from Zone.prototype.cancelTask, we should remove the task\n // from tasksList of target first\n if (!task.isRemoved) {\n const symbolEventNames = zoneSymbolEventNames$1[task.eventName];\n let symbolEventName;\n if (symbolEventNames) {\n symbolEventName = symbolEventNames[task.capture ? TRUE_STR : FALSE_STR];\n }\n const existingTasks = symbolEventName && task.target[symbolEventName];\n if (existingTasks) {\n for (let i = 0; i < existingTasks.length; i++) {\n const existingTask = existingTasks[i];\n if (existingTask === task) {\n existingTasks.splice(i, 1);\n // set isRemoved to data for faster invokeTask check\n task.isRemoved = true;\n if (existingTasks.length === 0) {\n // all tasks for the eventName + capture have gone,\n // remove globalZoneAwareCallback and remove the task cache from target\n task.allRemoved = true;\n task.target[symbolEventName] = null;\n }\n break;\n }\n }\n }\n }\n // if all tasks for the eventName + capture have gone,\n // we will really remove the global event callback,\n // if not, return\n if (!task.allRemoved) {\n return;\n }\n return nativeRemoveEventListener.call(task.target, task.eventName, task.capture ? globalZoneAwareCaptureCallback : globalZoneAwareCallback, task.options);\n };\n const customScheduleNonGlobal = function (task) {\n checkIsPassive(task);\n return nativeAddEventListener.call(taskData.target, taskData.eventName, task.invoke, taskData.options);\n };\n const customSchedulePrepend = function (task) {\n return nativePrependEventListener.call(taskData.target, taskData.eventName, task.invoke, taskData.options);\n };\n const customCancelNonGlobal = function (task) {\n return nativeRemoveEventListener.call(task.target, task.eventName, task.invoke, task.options);\n };\n const customSchedule = useGlobalCallback ? customScheduleGlobal : customScheduleNonGlobal;\n const customCancel = useGlobalCallback ? customCancelGlobal : customCancelNonGlobal;\n const compareTaskCallbackVsDelegate = function (task, delegate) {\n const typeOfDelegate = typeof delegate;\n return (typeOfDelegate === 'function' && task.callback === delegate) ||\n (typeOfDelegate === 'object' && task.originalDelegate === delegate);\n };\n const compare = (patchOptions && patchOptions.diff) ? patchOptions.diff : compareTaskCallbackVsDelegate;\n const blackListedEvents = Zone[Zone.__symbol__('BLACK_LISTED_EVENTS')];\n const makeAddListener = function (nativeListener, addSource, customScheduleFn, customCancelFn, returnTarget = false, prepend = false) {\n return function () {\n const target = this || _global;\n const eventName = arguments[0];\n let delegate = arguments[1];\n if (!delegate) {\n return nativeListener.apply(this, arguments);\n }\n if (isNode && eventName === 'uncaughtException') {\n // don't patch uncaughtException of nodejs to prevent endless loop\n return nativeListener.apply(this, arguments);\n }\n // don't create the bind delegate function for handleEvent\n // case here to improve addEventListener performance\n // we will create the bind delegate when invoke\n let isHandleEvent = false;\n if (typeof delegate !== 'function') {\n if (!delegate.handleEvent) {\n return nativeListener.apply(this, arguments);\n }\n isHandleEvent = true;\n }\n if (validateHandler && !validateHandler(nativeListener, delegate, target, arguments)) {\n return;\n }\n const options = arguments[2];\n if (blackListedEvents) {\n // check black list\n for (let i = 0; i < blackListedEvents.length; i++) {\n if (eventName === blackListedEvents[i]) {\n return nativeListener.apply(this, arguments);\n }\n }\n }\n let capture;\n let once = false;\n if (options === undefined) {\n capture = false;\n }\n else if (options === true) {\n capture = true;\n }\n else if (options === false) {\n capture = false;\n }\n else {\n capture = options ? !!options.capture : false;\n once = options ? !!options.once : false;\n }\n const zone = Zone.current;\n const symbolEventNames = zoneSymbolEventNames$1[eventName];\n let symbolEventName;\n if (!symbolEventNames) {\n // the code is duplicate, but I just want to get some better performance\n const falseEventName = (eventNameToString ? eventNameToString(eventName) : eventName) + FALSE_STR;\n const trueEventName = (eventNameToString ? eventNameToString(eventName) : eventName) + TRUE_STR;\n const symbol = ZONE_SYMBOL_PREFIX + falseEventName;\n const symbolCapture = ZONE_SYMBOL_PREFIX + trueEventName;\n zoneSymbolEventNames$1[eventName] = {};\n zoneSymbolEventNames$1[eventName][FALSE_STR] = symbol;\n zoneSymbolEventNames$1[eventName][TRUE_STR] = symbolCapture;\n symbolEventName = capture ? symbolCapture : symbol;\n }\n else {\n symbolEventName = symbolEventNames[capture ? TRUE_STR : FALSE_STR];\n }\n let existingTasks = target[symbolEventName];\n let isExisting = false;\n if (existingTasks) {\n // already have task registered\n isExisting = true;\n if (checkDuplicate) {\n for (let i = 0; i < existingTasks.length; i++) {\n if (compare(existingTasks[i], delegate)) {\n // same callback, same capture, same event name, just return\n return;\n }\n }\n }\n }\n else {\n existingTasks = target[symbolEventName] = [];\n }\n let source;\n const constructorName = target.constructor['name'];\n const targetSource = globalSources[constructorName];\n if (targetSource) {\n source = targetSource[eventName];\n }\n if (!source) {\n source = constructorName + addSource +\n (eventNameToString ? eventNameToString(eventName) : eventName);\n }\n // do not create a new object as task.data to pass those things\n // just use the global shared one\n taskData.options = options;\n if (once) {\n // if addEventListener with once options, we don't pass it to\n // native addEventListener, instead we keep the once setting\n // and handle ourselves.\n taskData.options.once = false;\n }\n taskData.target = target;\n taskData.capture = capture;\n taskData.eventName = eventName;\n taskData.isExisting = isExisting;\n const data = useGlobalCallback ? OPTIMIZED_ZONE_EVENT_TASK_DATA : undefined;\n // keep taskData into data to allow onScheduleEventTask to access the task information\n if (data) {\n data.taskData = taskData;\n }\n const task = zone.scheduleEventTask(source, delegate, data, customScheduleFn, customCancelFn);\n // should clear taskData.target to avoid memory leak\n // issue, https://github.com/angular/angular/issues/20442\n taskData.target = null;\n // need to clear up taskData because it is a global object\n if (data) {\n data.taskData = null;\n }\n // have to save those information to task in case\n // application may call task.zone.cancelTask() directly\n if (once) {\n options.once = true;\n }\n if (!(!passiveSupported && typeof task.options === 'boolean')) {\n // if not support passive, and we pass an option object\n // to addEventListener, we should save the options to task\n task.options = options;\n }\n task.target = target;\n task.capture = capture;\n task.eventName = eventName;\n if (isHandleEvent) {\n // save original delegate for compare to check duplicate\n task.originalDelegate = delegate;\n }\n if (!prepend) {\n existingTasks.push(task);\n }\n else {\n existingTasks.unshift(task);\n }\n if (returnTarget) {\n return target;\n }\n };\n };\n proto[ADD_EVENT_LISTENER] = makeAddListener(nativeAddEventListener, ADD_EVENT_LISTENER_SOURCE, customSchedule, customCancel, returnTarget);\n if (nativePrependEventListener) {\n proto[PREPEND_EVENT_LISTENER] = makeAddListener(nativePrependEventListener, PREPEND_EVENT_LISTENER_SOURCE, customSchedulePrepend, customCancel, returnTarget, true);\n }\n proto[REMOVE_EVENT_LISTENER] = function () {\n const target = this || _global;\n const eventName = arguments[0];\n const options = arguments[2];\n let capture;\n if (options === undefined) {\n capture = false;\n }\n else if (options === true) {\n capture = true;\n }\n else if (options === false) {\n capture = false;\n }\n else {\n capture = options ? !!options.capture : false;\n }\n const delegate = arguments[1];\n if (!delegate) {\n return nativeRemoveEventListener.apply(this, arguments);\n }\n if (validateHandler &&\n !validateHandler(nativeRemoveEventListener, delegate, target, arguments)) {\n return;\n }\n const symbolEventNames = zoneSymbolEventNames$1[eventName];\n let symbolEventName;\n if (symbolEventNames) {\n symbolEventName = symbolEventNames[capture ? TRUE_STR : FALSE_STR];\n }\n const existingTasks = symbolEventName && target[symbolEventName];\n if (existingTasks) {\n for (let i = 0; i < existingTasks.length; i++) {\n const existingTask = existingTasks[i];\n if (compare(existingTask, delegate)) {\n existingTasks.splice(i, 1);\n // set isRemoved to data for faster invokeTask check\n existingTask.isRemoved = true;\n if (existingTasks.length === 0) {\n // all tasks for the eventName + capture have gone,\n // remove globalZoneAwareCallback and remove the task cache from target\n existingTask.allRemoved = true;\n target[symbolEventName] = null;\n }\n existingTask.zone.cancelTask(existingTask);\n if (returnTarget) {\n return target;\n }\n return;\n }\n }\n }\n // issue 930, didn't find the event name or callback\n // from zone kept existingTasks, the callback maybe\n // added outside of zone, we need to call native removeEventListener\n // to try to remove it.\n return nativeRemoveEventListener.apply(this, arguments);\n };\n proto[LISTENERS_EVENT_LISTENER] = function () {\n const target = this || _global;\n const eventName = arguments[0];\n const listeners = [];\n const tasks = findEventTasks(target, eventNameToString ? eventNameToString(eventName) : eventName);\n for (let i = 0; i < tasks.length; i++) {\n const task = tasks[i];\n let delegate = task.originalDelegate ? task.originalDelegate : task.callback;\n listeners.push(delegate);\n }\n return listeners;\n };\n proto[REMOVE_ALL_LISTENERS_EVENT_LISTENER] = function () {\n const target = this || _global;\n const eventName = arguments[0];\n if (!eventName) {\n const keys = Object.keys(target);\n for (let i = 0; i < keys.length; i++) {\n const prop = keys[i];\n const match = EVENT_NAME_SYMBOL_REGX.exec(prop);\n let evtName = match && match[1];\n // in nodejs EventEmitter, removeListener event is\n // used for monitoring the removeListener call,\n // so just keep removeListener eventListener until\n // all other eventListeners are removed\n if (evtName && evtName !== 'removeListener') {\n this[REMOVE_ALL_LISTENERS_EVENT_LISTENER].call(this, evtName);\n }\n }\n // remove removeListener listener finally\n this[REMOVE_ALL_LISTENERS_EVENT_LISTENER].call(this, 'removeListener');\n }\n else {\n const symbolEventNames = zoneSymbolEventNames$1[eventName];\n if (symbolEventNames) {\n const symbolEventName = symbolEventNames[FALSE_STR];\n const symbolCaptureEventName = symbolEventNames[TRUE_STR];\n const tasks = target[symbolEventName];\n const captureTasks = target[symbolCaptureEventName];\n if (tasks) {\n const removeTasks = tasks.slice();\n for (let i = 0; i < removeTasks.length; i++) {\n const task = removeTasks[i];\n let delegate = task.originalDelegate ? task.originalDelegate : task.callback;\n this[REMOVE_EVENT_LISTENER].call(this, eventName, delegate, task.options);\n }\n }\n if (captureTasks) {\n const removeTasks = captureTasks.slice();\n for (let i = 0; i < removeTasks.length; i++) {\n const task = removeTasks[i];\n let delegate = task.originalDelegate ? task.originalDelegate : task.callback;\n this[REMOVE_EVENT_LISTENER].call(this, eventName, delegate, task.options);\n }\n }\n }\n }\n if (returnTarget) {\n return this;\n }\n };\n // for native toString patch\n attachOriginToPatched(proto[ADD_EVENT_LISTENER], nativeAddEventListener);\n attachOriginToPatched(proto[REMOVE_EVENT_LISTENER], nativeRemoveEventListener);\n if (nativeRemoveAllListeners) {\n attachOriginToPatched(proto[REMOVE_ALL_LISTENERS_EVENT_LISTENER], nativeRemoveAllListeners);\n }\n if (nativeListeners) {\n attachOriginToPatched(proto[LISTENERS_EVENT_LISTENER], nativeListeners);\n }\n return true;\n }\n let results = [];\n for (let i = 0; i < apis.length; i++) {\n results[i] = patchEventTargetMethods(apis[i], patchOptions);\n }\n return results;\n}\nfunction findEventTasks(target, eventName) {\n const foundTasks = [];\n for (let prop in target) {\n const match = EVENT_NAME_SYMBOL_REGX.exec(prop);\n let evtName = match && match[1];\n if (evtName && (!eventName || evtName === eventName)) {\n const tasks = target[prop];\n if (tasks) {\n for (let i = 0; i < tasks.length; i++) {\n foundTasks.push(tasks[i]);\n }\n }\n }\n }\n return foundTasks;\n}\nfunction patchEventPrototype(global, api) {\n const Event = global['Event'];\n if (Event && Event.prototype) {\n api.patchMethod(Event.prototype, 'stopImmediatePropagation', (delegate) => function (self, args) {\n self[IMMEDIATE_PROPAGATION_SYMBOL] = true;\n // we need to call the native stopImmediatePropagation\n // in case in some hybrid application, some part of\n // application will be controlled by zone, some are not\n delegate && delegate.apply(self, args);\n });\n }\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nfunction patchCallbacks(api, target, targetName, method, callbacks) {\n const symbol = Zone.__symbol__(method);\n if (target[symbol]) {\n return;\n }\n const nativeDelegate = target[symbol] = target[method];\n target[method] = function (name, opts, options) {\n if (opts && opts.prototype) {\n callbacks.forEach(function (callback) {\n const source = `${targetName}.${method}::` + callback;\n const prototype = opts.prototype;\n if (prototype.hasOwnProperty(callback)) {\n const descriptor = api.ObjectGetOwnPropertyDescriptor(prototype, callback);\n if (descriptor && descriptor.value) {\n descriptor.value = api.wrapWithCurrentZone(descriptor.value, source);\n api._redefineProperty(opts.prototype, callback, descriptor);\n }\n else if (prototype[callback]) {\n prototype[callback] = api.wrapWithCurrentZone(prototype[callback], source);\n }\n }\n else if (prototype[callback]) {\n prototype[callback] = api.wrapWithCurrentZone(prototype[callback], source);\n }\n });\n }\n return nativeDelegate.call(target, name, opts, options);\n };\n api.attachOriginToPatched(target[method], nativeDelegate);\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/*\n * This is necessary for Chrome and Chrome mobile, to enable\n * things like redefining `createdCallback` on an element.\n */\nconst zoneSymbol$1 = Zone.__symbol__;\nconst _defineProperty = Object[zoneSymbol$1('defineProperty')] = Object.defineProperty;\nconst _getOwnPropertyDescriptor = Object[zoneSymbol$1('getOwnPropertyDescriptor')] =\n Object.getOwnPropertyDescriptor;\nconst _create = Object.create;\nconst unconfigurablesKey = zoneSymbol$1('unconfigurables');\nfunction propertyPatch() {\n Object.defineProperty = function (obj, prop, desc) {\n if (isUnconfigurable(obj, prop)) {\n throw new TypeError('Cannot assign to read only property \\'' + prop + '\\' of ' + obj);\n }\n const originalConfigurableFlag = desc.configurable;\n if (prop !== 'prototype') {\n desc = rewriteDescriptor(obj, prop, desc);\n }\n return _tryDefineProperty(obj, prop, desc, originalConfigurableFlag);\n };\n Object.defineProperties = function (obj, props) {\n Object.keys(props).forEach(function (prop) {\n Object.defineProperty(obj, prop, props[prop]);\n });\n return obj;\n };\n Object.create = function (obj, proto) {\n if (typeof proto === 'object' && !Object.isFrozen(proto)) {\n Object.keys(proto).forEach(function (prop) {\n proto[prop] = rewriteDescriptor(obj, prop, proto[prop]);\n });\n }\n return _create(obj, proto);\n };\n Object.getOwnPropertyDescriptor = function (obj, prop) {\n const desc = _getOwnPropertyDescriptor(obj, prop);\n if (desc && isUnconfigurable(obj, prop)) {\n desc.configurable = false;\n }\n return desc;\n };\n}\nfunction _redefineProperty(obj, prop, desc) {\n const originalConfigurableFlag = desc.configurable;\n desc = rewriteDescriptor(obj, prop, desc);\n return _tryDefineProperty(obj, prop, desc, originalConfigurableFlag);\n}\nfunction isUnconfigurable(obj, prop) {\n return obj && obj[unconfigurablesKey] && obj[unconfigurablesKey][prop];\n}\nfunction rewriteDescriptor(obj, prop, desc) {\n // issue-927, if the desc is frozen, don't try to change the desc\n if (!Object.isFrozen(desc)) {\n desc.configurable = true;\n }\n if (!desc.configurable) {\n // issue-927, if the obj is frozen, don't try to set the desc to obj\n if (!obj[unconfigurablesKey] && !Object.isFrozen(obj)) {\n _defineProperty(obj, unconfigurablesKey, { writable: true, value: {} });\n }\n if (obj[unconfigurablesKey]) {\n obj[unconfigurablesKey][prop] = true;\n }\n }\n return desc;\n}\nfunction _tryDefineProperty(obj, prop, desc, originalConfigurableFlag) {\n try {\n return _defineProperty(obj, prop, desc);\n }\n catch (error) {\n if (desc.configurable) {\n // In case of errors, when the configurable flag was likely set by rewriteDescriptor(), let's\n // retry with the original flag value\n if (typeof originalConfigurableFlag == 'undefined') {\n delete desc.configurable;\n }\n else {\n desc.configurable = originalConfigurableFlag;\n }\n try {\n return _defineProperty(obj, prop, desc);\n }\n catch (error) {\n let descJson = null;\n try {\n descJson = JSON.stringify(desc);\n }\n catch (error) {\n descJson = desc.toString();\n }\n console.log(`Attempting to configure '${prop}' with descriptor '${descJson}' on object '${obj}' and got error, giving up: ${error}`);\n }\n }\n else {\n throw error;\n }\n }\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/**\n * @fileoverview\n * @suppress {globalThis}\n */\nconst globalEventHandlersEventNames = [\n 'abort',\n 'animationcancel',\n 'animationend',\n 'animationiteration',\n 'auxclick',\n 'beforeinput',\n 'blur',\n 'cancel',\n 'canplay',\n 'canplaythrough',\n 'change',\n 'compositionstart',\n 'compositionupdate',\n 'compositionend',\n 'cuechange',\n 'click',\n 'close',\n 'contextmenu',\n 'curechange',\n 'dblclick',\n 'drag',\n 'dragend',\n 'dragenter',\n 'dragexit',\n 'dragleave',\n 'dragover',\n 'drop',\n 'durationchange',\n 'emptied',\n 'ended',\n 'error',\n 'focus',\n 'focusin',\n 'focusout',\n 'gotpointercapture',\n 'input',\n 'invalid',\n 'keydown',\n 'keypress',\n 'keyup',\n 'load',\n 'loadstart',\n 'loadeddata',\n 'loadedmetadata',\n 'lostpointercapture',\n 'mousedown',\n 'mouseenter',\n 'mouseleave',\n 'mousemove',\n 'mouseout',\n 'mouseover',\n 'mouseup',\n 'mousewheel',\n 'orientationchange',\n 'pause',\n 'play',\n 'playing',\n 'pointercancel',\n 'pointerdown',\n 'pointerenter',\n 'pointerleave',\n 'pointerlockchange',\n 'mozpointerlockchange',\n 'webkitpointerlockerchange',\n 'pointerlockerror',\n 'mozpointerlockerror',\n 'webkitpointerlockerror',\n 'pointermove',\n 'pointout',\n 'pointerover',\n 'pointerup',\n 'progress',\n 'ratechange',\n 'reset',\n 'resize',\n 'scroll',\n 'seeked',\n 'seeking',\n 'select',\n 'selectionchange',\n 'selectstart',\n 'show',\n 'sort',\n 'stalled',\n 'submit',\n 'suspend',\n 'timeupdate',\n 'volumechange',\n 'touchcancel',\n 'touchmove',\n 'touchstart',\n 'touchend',\n 'transitioncancel',\n 'transitionend',\n 'waiting',\n 'wheel'\n];\nconst documentEventNames = [\n 'afterscriptexecute', 'beforescriptexecute', 'DOMContentLoaded', 'freeze', 'fullscreenchange',\n 'mozfullscreenchange', 'webkitfullscreenchange', 'msfullscreenchange', 'fullscreenerror',\n 'mozfullscreenerror', 'webkitfullscreenerror', 'msfullscreenerror', 'readystatechange',\n 'visibilitychange', 'resume'\n];\nconst windowEventNames = [\n 'absolutedeviceorientation',\n 'afterinput',\n 'afterprint',\n 'appinstalled',\n 'beforeinstallprompt',\n 'beforeprint',\n 'beforeunload',\n 'devicelight',\n 'devicemotion',\n 'deviceorientation',\n 'deviceorientationabsolute',\n 'deviceproximity',\n 'hashchange',\n 'languagechange',\n 'message',\n 'mozbeforepaint',\n 'offline',\n 'online',\n 'paint',\n 'pageshow',\n 'pagehide',\n 'popstate',\n 'rejectionhandled',\n 'storage',\n 'unhandledrejection',\n 'unload',\n 'userproximity',\n 'vrdisplyconnected',\n 'vrdisplaydisconnected',\n 'vrdisplaypresentchange'\n];\nconst htmlElementEventNames = [\n 'beforecopy', 'beforecut', 'beforepaste', 'copy', 'cut', 'paste', 'dragstart', 'loadend',\n 'animationstart', 'search', 'transitionrun', 'transitionstart', 'webkitanimationend',\n 'webkitanimationiteration', 'webkitanimationstart', 'webkittransitionend'\n];\nconst mediaElementEventNames = ['encrypted', 'waitingforkey', 'msneedkey', 'mozinterruptbegin', 'mozinterruptend'];\nconst ieElementEventNames = [\n 'activate',\n 'afterupdate',\n 'ariarequest',\n 'beforeactivate',\n 'beforedeactivate',\n 'beforeeditfocus',\n 'beforeupdate',\n 'cellchange',\n 'controlselect',\n 'dataavailable',\n 'datasetchanged',\n 'datasetcomplete',\n 'errorupdate',\n 'filterchange',\n 'layoutcomplete',\n 'losecapture',\n 'move',\n 'moveend',\n 'movestart',\n 'propertychange',\n 'resizeend',\n 'resizestart',\n 'rowenter',\n 'rowexit',\n 'rowsdelete',\n 'rowsinserted',\n 'command',\n 'compassneedscalibration',\n 'deactivate',\n 'help',\n 'mscontentzoom',\n 'msmanipulationstatechanged',\n 'msgesturechange',\n 'msgesturedoubletap',\n 'msgestureend',\n 'msgesturehold',\n 'msgesturestart',\n 'msgesturetap',\n 'msgotpointercapture',\n 'msinertiastart',\n 'mslostpointercapture',\n 'mspointercancel',\n 'mspointerdown',\n 'mspointerenter',\n 'mspointerhover',\n 'mspointerleave',\n 'mspointermove',\n 'mspointerout',\n 'mspointerover',\n 'mspointerup',\n 'pointerout',\n 'mssitemodejumplistitemremoved',\n 'msthumbnailclick',\n 'stop',\n 'storagecommit'\n];\nconst webglEventNames = ['webglcontextrestored', 'webglcontextlost', 'webglcontextcreationerror'];\nconst formEventNames = ['autocomplete', 'autocompleteerror'];\nconst detailEventNames = ['toggle'];\nconst frameEventNames = ['load'];\nconst frameSetEventNames = ['blur', 'error', 'focus', 'load', 'resize', 'scroll', 'messageerror'];\nconst marqueeEventNames = ['bounce', 'finish', 'start'];\nconst XMLHttpRequestEventNames = [\n 'loadstart', 'progress', 'abort', 'error', 'load', 'progress', 'timeout', 'loadend',\n 'readystatechange'\n];\nconst IDBIndexEventNames = ['upgradeneeded', 'complete', 'abort', 'success', 'error', 'blocked', 'versionchange', 'close'];\nconst websocketEventNames = ['close', 'error', 'open', 'message'];\nconst workerEventNames = ['error', 'message'];\nconst eventNames = globalEventHandlersEventNames.concat(webglEventNames, formEventNames, detailEventNames, documentEventNames, windowEventNames, htmlElementEventNames, ieElementEventNames);\nfunction filterProperties(target, onProperties, ignoreProperties) {\n if (!ignoreProperties || ignoreProperties.length === 0) {\n return onProperties;\n }\n const tip = ignoreProperties.filter(ip => ip.target === target);\n if (!tip || tip.length === 0) {\n return onProperties;\n }\n const targetIgnoreProperties = tip[0].ignoreProperties;\n return onProperties.filter(op => targetIgnoreProperties.indexOf(op) === -1);\n}\nfunction patchFilteredProperties(target, onProperties, ignoreProperties, prototype) {\n // check whether target is available, sometimes target will be undefined\n // because different browser or some 3rd party plugin.\n if (!target) {\n return;\n }\n const filteredProperties = filterProperties(target, onProperties, ignoreProperties);\n patchOnProperties(target, filteredProperties, prototype);\n}\nfunction propertyDescriptorPatch(api, _global) {\n if (isNode && !isMix) {\n return;\n }\n if (Zone[api.symbol('patchEvents')]) {\n // events are already been patched by legacy patch.\n return;\n }\n const supportsWebSocket = typeof WebSocket !== 'undefined';\n const ignoreProperties = _global['__Zone_ignore_on_properties'];\n // for browsers that we can patch the descriptor: Chrome & Firefox\n if (isBrowser) {\n const internalWindow = window;\n const ignoreErrorProperties = isIE ? [{ target: internalWindow, ignoreProperties: ['error'] }] : [];\n // in IE/Edge, onProp not exist in window object, but in WindowPrototype\n // so we need to pass WindowPrototype to check onProp exist or not\n patchFilteredProperties(internalWindow, eventNames.concat(['messageerror']), ignoreProperties ? ignoreProperties.concat(ignoreErrorProperties) : ignoreProperties, ObjectGetPrototypeOf(internalWindow));\n patchFilteredProperties(Document.prototype, eventNames, ignoreProperties);\n if (typeof internalWindow['SVGElement'] !== 'undefined') {\n patchFilteredProperties(internalWindow['SVGElement'].prototype, eventNames, ignoreProperties);\n }\n patchFilteredProperties(Element.prototype, eventNames, ignoreProperties);\n patchFilteredProperties(HTMLElement.prototype, eventNames, ignoreProperties);\n patchFilteredProperties(HTMLMediaElement.prototype, mediaElementEventNames, ignoreProperties);\n patchFilteredProperties(HTMLFrameSetElement.prototype, windowEventNames.concat(frameSetEventNames), ignoreProperties);\n patchFilteredProperties(HTMLBodyElement.prototype, windowEventNames.concat(frameSetEventNames), ignoreProperties);\n patchFilteredProperties(HTMLFrameElement.prototype, frameEventNames, ignoreProperties);\n patchFilteredProperties(HTMLIFrameElement.prototype, frameEventNames, ignoreProperties);\n const HTMLMarqueeElement = internalWindow['HTMLMarqueeElement'];\n if (HTMLMarqueeElement) {\n patchFilteredProperties(HTMLMarqueeElement.prototype, marqueeEventNames, ignoreProperties);\n }\n const Worker = internalWindow['Worker'];\n if (Worker) {\n patchFilteredProperties(Worker.prototype, workerEventNames, ignoreProperties);\n }\n }\n const XMLHttpRequest = _global['XMLHttpRequest'];\n if (XMLHttpRequest) {\n // XMLHttpRequest is not available in ServiceWorker, so we need to check here\n patchFilteredProperties(XMLHttpRequest.prototype, XMLHttpRequestEventNames, ignoreProperties);\n }\n const XMLHttpRequestEventTarget = _global['XMLHttpRequestEventTarget'];\n if (XMLHttpRequestEventTarget) {\n patchFilteredProperties(XMLHttpRequestEventTarget && XMLHttpRequestEventTarget.prototype, XMLHttpRequestEventNames, ignoreProperties);\n }\n if (typeof IDBIndex !== 'undefined') {\n patchFilteredProperties(IDBIndex.prototype, IDBIndexEventNames, ignoreProperties);\n patchFilteredProperties(IDBRequest.prototype, IDBIndexEventNames, ignoreProperties);\n patchFilteredProperties(IDBOpenDBRequest.prototype, IDBIndexEventNames, ignoreProperties);\n patchFilteredProperties(IDBDatabase.prototype, IDBIndexEventNames, ignoreProperties);\n patchFilteredProperties(IDBTransaction.prototype, IDBIndexEventNames, ignoreProperties);\n patchFilteredProperties(IDBCursor.prototype, IDBIndexEventNames, ignoreProperties);\n }\n if (supportsWebSocket) {\n patchFilteredProperties(WebSocket.prototype, websocketEventNames, ignoreProperties);\n }\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nZone.__load_patch('util', (global, Zone, api) => {\n api.patchOnProperties = patchOnProperties;\n api.patchMethod = patchMethod;\n api.bindArguments = bindArguments;\n api.patchMacroTask = patchMacroTask;\n // In earlier version of zone.js (<0.9.0), we use env name `__zone_symbol__BLACK_LISTED_EVENTS` to\n // define which events will not be patched by `Zone.js`.\n // In newer version (>=0.9.0), we change the env name to `__zone_symbol__UNPATCHED_EVENTS` to keep\n // the name consistent with angular repo.\n // The `__zone_symbol__BLACK_LISTED_EVENTS` is deprecated, but it is still be supported for\n // backwards compatibility.\n const SYMBOL_BLACK_LISTED_EVENTS = Zone.__symbol__('BLACK_LISTED_EVENTS');\n const SYMBOL_UNPATCHED_EVENTS = Zone.__symbol__('UNPATCHED_EVENTS');\n if (global[SYMBOL_UNPATCHED_EVENTS]) {\n global[SYMBOL_BLACK_LISTED_EVENTS] = global[SYMBOL_UNPATCHED_EVENTS];\n }\n if (global[SYMBOL_BLACK_LISTED_EVENTS]) {\n Zone[SYMBOL_BLACK_LISTED_EVENTS] = Zone[SYMBOL_UNPATCHED_EVENTS] =\n global[SYMBOL_BLACK_LISTED_EVENTS];\n }\n api.patchEventPrototype = patchEventPrototype;\n api.patchEventTarget = patchEventTarget;\n api.isIEOrEdge = isIEOrEdge;\n api.ObjectDefineProperty = ObjectDefineProperty;\n api.ObjectGetOwnPropertyDescriptor = ObjectGetOwnPropertyDescriptor;\n api.ObjectCreate = ObjectCreate;\n api.ArraySlice = ArraySlice;\n api.patchClass = patchClass;\n api.wrapWithCurrentZone = wrapWithCurrentZone;\n api.filterProperties = filterProperties;\n api.attachOriginToPatched = attachOriginToPatched;\n api._redefineProperty = _redefineProperty;\n api.patchCallbacks = patchCallbacks;\n api.getGlobalObjects = () => ({\n globalSources,\n zoneSymbolEventNames: zoneSymbolEventNames$1,\n eventNames,\n isBrowser,\n isMix,\n isNode,\n TRUE_STR,\n FALSE_STR,\n ZONE_SYMBOL_PREFIX,\n ADD_EVENT_LISTENER_STR,\n REMOVE_EVENT_LISTENER_STR\n });\n});\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/**\n * @fileoverview\n * @suppress {missingRequire}\n */\nconst taskSymbol = zoneSymbol('zoneTask');\nfunction patchTimer(window, setName, cancelName, nameSuffix) {\n let setNative = null;\n let clearNative = null;\n setName += nameSuffix;\n cancelName += nameSuffix;\n const tasksByHandleId = {};\n function scheduleTask(task) {\n const data = task.data;\n function timer() {\n try {\n task.invoke.apply(this, arguments);\n }\n finally {\n // issue-934, task will be cancelled\n // even it is a periodic task such as\n // setInterval\n if (!(task.data && task.data.isPeriodic)) {\n if (typeof data.handleId === 'number') {\n // in non-nodejs env, we remove timerId\n // from local cache\n delete tasksByHandleId[data.handleId];\n }\n else if (data.handleId) {\n // Node returns complex objects as handleIds\n // we remove task reference from timer object\n data.handleId[taskSymbol] = null;\n }\n }\n }\n }\n data.args[0] = timer;\n data.handleId = setNative.apply(window, data.args);\n return task;\n }\n function clearTask(task) {\n return clearNative(task.data.handleId);\n }\n setNative =\n patchMethod(window, setName, (delegate) => function (self, args) {\n if (typeof args[0] === 'function') {\n const options = {\n isPeriodic: nameSuffix === 'Interval',\n delay: (nameSuffix === 'Timeout' || nameSuffix === 'Interval') ? args[1] || 0 :\n undefined,\n args: args\n };\n const task = scheduleMacroTaskWithCurrentZone(setName, args[0], options, scheduleTask, clearTask);\n if (!task) {\n return task;\n }\n // Node.js must additionally support the ref and unref functions.\n const handle = task.data.handleId;\n if (typeof handle === 'number') {\n // for non nodejs env, we save handleId: task\n // mapping in local cache for clearTimeout\n tasksByHandleId[handle] = task;\n }\n else if (handle) {\n // for nodejs env, we save task\n // reference in timerId Object for clearTimeout\n handle[taskSymbol] = task;\n }\n // check whether handle is null, because some polyfill or browser\n // may return undefined from setTimeout/setInterval/setImmediate/requestAnimationFrame\n if (handle && handle.ref && handle.unref && typeof handle.ref === 'function' &&\n typeof handle.unref === 'function') {\n task.ref = handle.ref.bind(handle);\n task.unref = handle.unref.bind(handle);\n }\n if (typeof handle === 'number' || handle) {\n return handle;\n }\n return task;\n }\n else {\n // cause an error by calling it directly.\n return delegate.apply(window, args);\n }\n });\n clearNative =\n patchMethod(window, cancelName, (delegate) => function (self, args) {\n const id = args[0];\n let task;\n if (typeof id === 'number') {\n // non nodejs env.\n task = tasksByHandleId[id];\n }\n else {\n // nodejs env.\n task = id && id[taskSymbol];\n // other environments.\n if (!task) {\n task = id;\n }\n }\n if (task && typeof task.type === 'string') {\n if (task.state !== 'notScheduled' &&\n (task.cancelFn && task.data.isPeriodic || task.runCount === 0)) {\n if (typeof id === 'number') {\n delete tasksByHandleId[id];\n }\n else if (id) {\n id[taskSymbol] = null;\n }\n // Do not cancel already canceled functions\n task.zone.cancelTask(task);\n }\n }\n else {\n // cause an error by calling it directly.\n delegate.apply(window, args);\n }\n });\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nfunction patchCustomElements(_global, api) {\n const { isBrowser, isMix } = api.getGlobalObjects();\n if ((!isBrowser && !isMix) || !_global['customElements'] || !('customElements' in _global)) {\n return;\n }\n const callbacks = ['connectedCallback', 'disconnectedCallback', 'adoptedCallback', 'attributeChangedCallback'];\n api.patchCallbacks(api, _global.customElements, 'customElements', 'define', callbacks);\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nfunction eventTargetPatch(_global, api) {\n if (Zone[api.symbol('patchEventTarget')]) {\n // EventTarget is already patched.\n return;\n }\n const { eventNames, zoneSymbolEventNames, TRUE_STR, FALSE_STR, ZONE_SYMBOL_PREFIX } = api.getGlobalObjects();\n // predefine all __zone_symbol__ + eventName + true/false string\n for (let i = 0; i < eventNames.length; i++) {\n const eventName = eventNames[i];\n const falseEventName = eventName + FALSE_STR;\n const trueEventName = eventName + TRUE_STR;\n const symbol = ZONE_SYMBOL_PREFIX + falseEventName;\n const symbolCapture = ZONE_SYMBOL_PREFIX + trueEventName;\n zoneSymbolEventNames[eventName] = {};\n zoneSymbolEventNames[eventName][FALSE_STR] = symbol;\n zoneSymbolEventNames[eventName][TRUE_STR] = symbolCapture;\n }\n const EVENT_TARGET = _global['EventTarget'];\n if (!EVENT_TARGET || !EVENT_TARGET.prototype) {\n return;\n }\n api.patchEventTarget(_global, [EVENT_TARGET && EVENT_TARGET.prototype]);\n return true;\n}\nfunction patchEvent(global, api) {\n api.patchEventPrototype(global, api);\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/**\n * @fileoverview\n * @suppress {missingRequire}\n */\nZone.__load_patch('legacy', (global) => {\n const legacyPatch = global[Zone.__symbol__('legacyPatch')];\n if (legacyPatch) {\n legacyPatch();\n }\n});\nZone.__load_patch('timers', (global) => {\n const set = 'set';\n const clear = 'clear';\n patchTimer(global, set, clear, 'Timeout');\n patchTimer(global, set, clear, 'Interval');\n patchTimer(global, set, clear, 'Immediate');\n});\nZone.__load_patch('requestAnimationFrame', (global) => {\n patchTimer(global, 'request', 'cancel', 'AnimationFrame');\n patchTimer(global, 'mozRequest', 'mozCancel', 'AnimationFrame');\n patchTimer(global, 'webkitRequest', 'webkitCancel', 'AnimationFrame');\n});\nZone.__load_patch('blocking', (global, Zone) => {\n const blockingMethods = ['alert', 'prompt', 'confirm'];\n for (let i = 0; i < blockingMethods.length; i++) {\n const name = blockingMethods[i];\n patchMethod(global, name, (delegate, symbol, name) => {\n return function (s, args) {\n return Zone.current.run(delegate, global, args, name);\n };\n });\n }\n});\nZone.__load_patch('EventTarget', (global, Zone, api) => {\n patchEvent(global, api);\n eventTargetPatch(global, api);\n // patch XMLHttpRequestEventTarget's addEventListener/removeEventListener\n const XMLHttpRequestEventTarget = global['XMLHttpRequestEventTarget'];\n if (XMLHttpRequestEventTarget && XMLHttpRequestEventTarget.prototype) {\n api.patchEventTarget(global, [XMLHttpRequestEventTarget.prototype]);\n }\n patchClass('MutationObserver');\n patchClass('WebKitMutationObserver');\n patchClass('IntersectionObserver');\n patchClass('FileReader');\n});\nZone.__load_patch('on_property', (global, Zone, api) => {\n propertyDescriptorPatch(api, global);\n propertyPatch();\n});\nZone.__load_patch('customElements', (global, Zone, api) => {\n patchCustomElements(global, api);\n});\nZone.__load_patch('XHR', (global, Zone) => {\n // Treat XMLHttpRequest as a macrotask.\n patchXHR(global);\n const XHR_TASK = zoneSymbol('xhrTask');\n const XHR_SYNC = zoneSymbol('xhrSync');\n const XHR_LISTENER = zoneSymbol('xhrListener');\n const XHR_SCHEDULED = zoneSymbol('xhrScheduled');\n const XHR_URL = zoneSymbol('xhrURL');\n const XHR_ERROR_BEFORE_SCHEDULED = zoneSymbol('xhrErrorBeforeScheduled');\n function patchXHR(window) {\n const XMLHttpRequest = window['XMLHttpRequest'];\n if (!XMLHttpRequest) {\n // XMLHttpRequest is not available in service worker\n return;\n }\n const XMLHttpRequestPrototype = XMLHttpRequest.prototype;\n function findPendingTask(target) {\n return target[XHR_TASK];\n }\n let oriAddListener = XMLHttpRequestPrototype[ZONE_SYMBOL_ADD_EVENT_LISTENER];\n let oriRemoveListener = XMLHttpRequestPrototype[ZONE_SYMBOL_REMOVE_EVENT_LISTENER];\n if (!oriAddListener) {\n const XMLHttpRequestEventTarget = window['XMLHttpRequestEventTarget'];\n if (XMLHttpRequestEventTarget) {\n const XMLHttpRequestEventTargetPrototype = XMLHttpRequestEventTarget.prototype;\n oriAddListener = XMLHttpRequestEventTargetPrototype[ZONE_SYMBOL_ADD_EVENT_LISTENER];\n oriRemoveListener = XMLHttpRequestEventTargetPrototype[ZONE_SYMBOL_REMOVE_EVENT_LISTENER];\n }\n }\n const READY_STATE_CHANGE = 'readystatechange';\n const SCHEDULED = 'scheduled';\n function scheduleTask(task) {\n const data = task.data;\n const target = data.target;\n target[XHR_SCHEDULED] = false;\n target[XHR_ERROR_BEFORE_SCHEDULED] = false;\n // remove existing event listener\n const listener = target[XHR_LISTENER];\n if (!oriAddListener) {\n oriAddListener = target[ZONE_SYMBOL_ADD_EVENT_LISTENER];\n oriRemoveListener = target[ZONE_SYMBOL_REMOVE_EVENT_LISTENER];\n }\n if (listener) {\n oriRemoveListener.call(target, READY_STATE_CHANGE, listener);\n }\n const newListener = target[XHR_LISTENER] = () => {\n if (target.readyState === target.DONE) {\n // sometimes on some browsers XMLHttpRequest will fire onreadystatechange with\n // readyState=4 multiple times, so we need to check task state here\n if (!data.aborted && target[XHR_SCHEDULED] && task.state === SCHEDULED) {\n // check whether the xhr has registered onload listener\n // if that is the case, the task should invoke after all\n // onload listeners finish.\n const loadTasks = target['__zone_symbol__loadfalse'];\n if (loadTasks && loadTasks.length > 0) {\n const oriInvoke = task.invoke;\n task.invoke = function () {\n // need to load the tasks again, because in other\n // load listener, they may remove themselves\n const loadTasks = target['__zone_symbol__loadfalse'];\n for (let i = 0; i < loadTasks.length; i++) {\n if (loadTasks[i] === task) {\n loadTasks.splice(i, 1);\n }\n }\n if (!data.aborted && task.state === SCHEDULED) {\n oriInvoke.call(task);\n }\n };\n loadTasks.push(task);\n }\n else {\n task.invoke();\n }\n }\n else if (!data.aborted && target[XHR_SCHEDULED] === false) {\n // error occurs when xhr.send()\n target[XHR_ERROR_BEFORE_SCHEDULED] = true;\n }\n }\n };\n oriAddListener.call(target, READY_STATE_CHANGE, newListener);\n const storedTask = target[XHR_TASK];\n if (!storedTask) {\n target[XHR_TASK] = task;\n }\n sendNative.apply(target, data.args);\n target[XHR_SCHEDULED] = true;\n return task;\n }\n function placeholderCallback() { }\n function clearTask(task) {\n const data = task.data;\n // Note - ideally, we would call data.target.removeEventListener here, but it's too late\n // to prevent it from firing. So instead, we store info for the event listener.\n data.aborted = true;\n return abortNative.apply(data.target, data.args);\n }\n const openNative = patchMethod(XMLHttpRequestPrototype, 'open', () => function (self, args) {\n self[XHR_SYNC] = args[2] == false;\n self[XHR_URL] = args[1];\n return openNative.apply(self, args);\n });\n const XMLHTTPREQUEST_SOURCE = 'XMLHttpRequest.send';\n const fetchTaskAborting = zoneSymbol('fetchTaskAborting');\n const fetchTaskScheduling = zoneSymbol('fetchTaskScheduling');\n const sendNative = patchMethod(XMLHttpRequestPrototype, 'send', () => function (self, args) {\n if (Zone.current[fetchTaskScheduling] === true) {\n // a fetch is scheduling, so we are using xhr to polyfill fetch\n // and because we already schedule macroTask for fetch, we should\n // not schedule a macroTask for xhr again\n return sendNative.apply(self, args);\n }\n if (self[XHR_SYNC]) {\n // if the XHR is sync there is no task to schedule, just execute the code.\n return sendNative.apply(self, args);\n }\n else {\n const options = { target: self, url: self[XHR_URL], isPeriodic: false, args: args, aborted: false };\n const task = scheduleMacroTaskWithCurrentZone(XMLHTTPREQUEST_SOURCE, placeholderCallback, options, scheduleTask, clearTask);\n if (self && self[XHR_ERROR_BEFORE_SCHEDULED] === true && !options.aborted &&\n task.state === SCHEDULED) {\n // xhr request throw error when send\n // we should invoke task instead of leaving a scheduled\n // pending macroTask\n task.invoke();\n }\n }\n });\n const abortNative = patchMethod(XMLHttpRequestPrototype, 'abort', () => function (self, args) {\n const task = findPendingTask(self);\n if (task && typeof task.type == 'string') {\n // If the XHR has already completed, do nothing.\n // If the XHR has already been aborted, do nothing.\n // Fix #569, call abort multiple times before done will cause\n // macroTask task count be negative number\n if (task.cancelFn == null || (task.data && task.data.aborted)) {\n return;\n }\n task.zone.cancelTask(task);\n }\n else if (Zone.current[fetchTaskAborting] === true) {\n // the abort is called from fetch polyfill, we need to call native abort of XHR.\n return abortNative.apply(self, args);\n }\n // Otherwise, we are trying to abort an XHR which has not yet been sent, so there is no\n // task\n // to cancel. Do nothing.\n });\n }\n});\nZone.__load_patch('geolocation', (global) => {\n /// GEO_LOCATION\n if (global['navigator'] && global['navigator'].geolocation) {\n patchPrototype(global['navigator'].geolocation, ['getCurrentPosition', 'watchPosition']);\n }\n});\nZone.__load_patch('PromiseRejectionEvent', (global, Zone) => {\n // handle unhandled promise rejection\n function findPromiseRejectionHandler(evtName) {\n return function (e) {\n const eventTasks = findEventTasks(global, evtName);\n eventTasks.forEach(eventTask => {\n // windows has added unhandledrejection event listener\n // trigger the event listener\n const PromiseRejectionEvent = global['PromiseRejectionEvent'];\n if (PromiseRejectionEvent) {\n const evt = new PromiseRejectionEvent(evtName, { promise: e.promise, reason: e.rejection });\n eventTask.invoke(evt);\n }\n });\n };\n }\n if (global['PromiseRejectionEvent']) {\n Zone[zoneSymbol('unhandledPromiseRejectionHandler')] =\n findPromiseRejectionHandler('unhandledrejection');\n Zone[zoneSymbol('rejectionHandledHandler')] =\n findPromiseRejectionHandler('rejectionhandled');\n }\n});\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n","/**\n * This file includes polyfills needed by Angular and is loaded before the app.\n * You can add your own extra polyfills to this file.\n *\n * This file is divided into 2 sections:\n * 1. Browser polyfills. These are applied before loading ZoneJS and are sorted by browsers.\n * 2. Application imports. Files imported after ZoneJS that should be loaded before your main\n * file.\n *\n * The current setup is for so-called \"evergreen\" browsers; the last versions of browsers that\n * automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera),\n * Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile.\n *\n * Learn more in https://angular.io/guide/browser-support\n */\n\n/***************************************************************************************************\n * BROWSER POLYFILLS\n */\n\n/** IE10 and IE11 requires the following for NgClass support on SVG elements */\n// import 'classlist.js'; // Run `npm install --save classlist.js`.\n\n/**\n * Web Animations `@angular/platform-browser/animations`\n * Only required if AnimationBuilder is used within the application and using IE/Edge or Safari.\n * Standard animation support in Angular DOES NOT require any polyfills (as of Angular 6.0).\n */\n// import 'web-animations-js'; // Run `npm install --save web-animations-js`.\n\n/**\n * By default, zone.js will patch all possible macroTask and DomEvents\n * user can disable parts of macroTask/DomEvents patch by setting following flags\n * because those flags need to be set before `zone.js` being loaded, and webpack\n * will put import in the top of bundle, so user need to create a separate file\n * in this directory (for example: zone-flags.ts), and put the following flags\n * into that file, and then add the following code before importing zone.js.\n * import './zone-flags.ts';\n *\n * The flags allowed in zone-flags.ts are listed here.\n *\n * The following flags will work for all browsers.\n *\n * (window as any).__Zone_disable_requestAnimationFrame = true; // disable patch requestAnimationFrame\n * (window as any).__Zone_disable_on_property = true; // disable patch onProperty such as onclick\n * (window as any).__zone_symbol__UNPATCHED_EVENTS = ['scroll', 'mousemove']; // disable patch specified eventNames\n *\n * in IE/Edge developer tools, the addEventListener will also be wrapped by zone.js\n * with the following flag, it will bypass `zone.js` patch for IE/Edge\n *\n * (window as any).__Zone_enable_cross_context_check = true;\n *\n */\n\n/** Smooth Scroll behavior polyfill */\nimport smoothscroll from 'smoothscroll-polyfill/dist/smoothscroll.js';\nsmoothscroll.polyfill();\n\n/***************************************************************************************************\n * Zone JS is required by default for Angular itself.\n */\nimport 'zone.js/dist/zone'; // Included with Angular CLI.\n\n/***************************************************************************************************\n * APPLICATION IMPORTS\n */\n"],"sourceRoot":""} \ No newline at end of file +{"version":3,"sources":["webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/a-function.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/an-instance.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/an-object.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-includes.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-methods.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-species-create.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/bind-context.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/call-with-safe-iteration-closing.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/check-correctness-of-iteration.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/classof-raw.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/classof.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection-strong.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection-weak.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/copy-constructor-properties.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/correct-prototype-getter.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-iterator-constructor.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-property-descriptor.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/define-iterator.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/descriptors.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/document-create-element.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/enum-bug-keys.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/export.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/fails.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/freezing.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/function-to-string.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/get-built-in.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/get-iterator-method.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/global.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/has.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/hidden-keys.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/hide.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/html.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/ie8-dom-define.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/indexed-object.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/inherit-if-required.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/internal-metadata.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/internal-state.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-array-iterator-method.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-array.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-forced.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-object.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-pure.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterate.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterators-core.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterators.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/native-symbol.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/native-weak-map.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-create.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-define-properties.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-define-property.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-names.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-prototype-of.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-keys-internal.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-keys.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-set-prototype-of.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/own-keys.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/path.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/redefine-all.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/redefine.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/reflect-metadata.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/require-object-coercible.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-global.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-species.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-to-string-tag.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/shared-key.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/shared.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-absolute-index.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-indexed-object.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-integer.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-length.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-object.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-primitive.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/uid.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/validate-set-prototype-of-arguments.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/well-known-symbol.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.map.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.set.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.weak-map.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.define-metadata.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.delete-metadata.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-metadata-keys.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-metadata.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-own-metadata-keys.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-own-metadata.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.has-metadata.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.has-own-metadata.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.metadata.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/proposals/reflect-metadata.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/jit-polyfills.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/smoothscroll-polyfill/dist/smoothscroll.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/zone.js/dist/zone-evergreen.js","webpack:///./src/polyfills.ts"],"names":[],"mappings":"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AAO;AACP;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,OAAO;AACtC;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA,KAAK;AACL;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,kCAAkC;AAClC,oCAAoC;AACpC,cAAc;AACd,KAAK;;AAEL;AACA;AACA;AACA;;;;;;;;;;;;;ACxLa;AACb,kBAAkB,mBAAO,CAAC,kIAA2B;AACrD,kBAAkB,mBAAO,CAAC,4IAAgC;AAC1D,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,iBAAiB,mBAAO,CAAC,gIAA0B;AACnD,cAAc,mBAAO,CAAC,wHAAsB;AAC5C,wBAAwB,mBAAO,CAAC,oIAA4B;AAC5D,WAAW,mBAAO,CAAC,gHAAkB;AACrC,0BAA0B,mBAAO,CAAC,sIAA6B;AAC/D;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA,KAAK;;AAEL;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA,KAAK;;AAEL;AACA;AACA;;;;;;;;;;;;;ACvHa;AACb,aAAa,mBAAO,CAAC,sHAAqB;AAC1C,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,cAAc,mBAAO,CAAC,sHAAqB;AAC3C,eAAe,mBAAO,CAAC,0HAAuB;AAC9C,6BAA6B,mBAAO,CAAC,4IAAgC;AACrE,cAAc,mBAAO,CAAC,wHAAsB;AAC5C,iBAAiB,mBAAO,CAAC,gIAA0B;AACnD,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,YAAY,mBAAO,CAAC,oHAAoB;AACxC,kCAAkC,mBAAO,CAAC,sKAA6C;AACvF,qBAAqB,mBAAO,CAAC,4IAAgC;AAC7D,wBAAwB,mBAAO,CAAC,gJAAkC;;AAElE;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA,OAAO;AACP;AACA,OAAO;AACP;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,qDAAqD;AACrD;AACA,kDAAkD,iBAAiB,EAAE;AACrE;AACA;AACA,4EAA4E,iCAAiC,EAAE;AAC/G;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;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AAgC;AAChE;AACA;AACA;AACA;AACA,CAAC;;;;;;;;;;;;ACZD,4BAA4B,mBAAO,CAAC,0IAA+B;AACnE,eAAe,mBAAO,CAAC,4HAAwB;AAC/C;AACA;;AAEA;AACA;AACA,mBAAO,CAAC,sHAAqB,GAAG,gCAAgC;AAChE;AACA;AACA;AACA;AACA;AACA,CAAC;;;;;;;;;;;;ACbD,mBAAO,CAAC,kKAA2C;AACnD,mBAAO,CAAC,kKAA2C;AACnD,mBAAO,CAAC,4JAAwC;AAChD,mBAAO,CAAC,sKAA6C;AACrD,mBAAO,CAAC,oKAA4C;AACpD,mBAAO,CAAC,8KAAiD;AACzD,mBAAO,CAAC,4JAAwC;AAChD,mBAAO,CAAC,oKAA4C;AACpD,mBAAO,CAAC,oJAAoC;;;;;;;;;;;;;ACR5C;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AAC4C;;;;;;;;;;;;ACP5C;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe,OAAO;AACtB,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe,cAAc;AAC7B,iBAAiB;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe,KAAK;AACpB,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe,KAAK;AACpB,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,eAAe,KAAK;AACpB,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,eAAe,KAAK;AACpB,iBAAiB,KAAK;AACtB;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe,YAAY;AAC3B,eAAe,OAAO;AACtB,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,OAAO;AACP;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW;AACX;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;;AAEA,MAAM,IAA4D;AAClE;AACA,sBAAsB;AACtB,GAAG,MAAM,EAGN;;AAEH,CAAC;;;;;;;;;;;;AChbD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC;AACjC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC;AACjC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oDAAoD;AACpD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC;AACjC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kEAAkE,UAAU,6CAA6C,eAAe;AACxI;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oDAAoD;AACpD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,0BAA0B;AACrD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gCAAgC;AAChC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mCAAmC,UAAU,IAAI,YAAY,4BAA4B,QAAQ,sBAAsB,WAAW,GAAG,+CAA+C,SAAS,YAAY;AACzM;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,kBAAkB;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6BAA6B;AAC7B;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4HAA4H,wBAAwB,oCAAoC;AACxL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gFAAgF,sEAAsE;AACtJ;AACA;AACA,+BAA+B,kBAAkB;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gDAAgD;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wCAAwC,oDAAoD;AAC5F;AACA;AACA;AACA;AACA;AACA,2BAA2B,mCAAmC;AAC9D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,uEAAuE,gBAAgB;AACvF;AACA;AACA;AACA;AACA;AACA;AACA;AACA,sCAAsC;AACtC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC,QAAQ;AACzC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,oBAAoB;AACvC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+CAA+C;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uBAAuB,uBAAuB;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uBAAuB,yBAAyB;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oDAAoD,EAAE;AACtD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA,iBAAiB;AACjB;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,SAAS;AACT,KAAK;AACL;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;AACA;AACA,gDAAgD;AAChD;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,sBAAsB;AACrD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,sBAAsB;AACrD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mCAAmC,0BAA0B;AAC7D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mCAAmC,8BAA8B;AACjE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uCAAuC,0BAA0B;AACjE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,0BAA0B;AACzD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,kBAAkB;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,iBAAiB;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uCAAuC,wBAAwB;AAC/D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uCAAuC,wBAAwB;AAC/D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,iBAAiB;AACpC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,kBAAkB;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kCAAkC,WAAW,GAAG,OAAO;AACvD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,sDAAsD,0BAA0B,EAAE;AAClF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wDAAwD,KAAK,qBAAqB,SAAS,eAAe,IAAI,8BAA8B,MAAM;AAClJ;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+CAA+C,sDAAsD;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,mBAAmB;AAC9B;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,4EAA4E;AACvF;AACA,mBAAmB,uBAAuB;AAC1C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA,mBAAmB,4BAA4B;AAC/C;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA,CAAC;AACD;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+CAA+C,sBAAsB;AACrE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wCAAwC;AACxC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC;AACjC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oEAAoE,0CAA0C;AAC9G;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;AC5+FA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;;GAcG;AAEH;;GAEG;AAEH,+EAA+E;AAC/E,oEAAoE;AAEpE;;;;GAIG;AACH,8EAA8E;AAE9E;;;;;;;;;;;;;;;;;;;;;;GAsBG;AAEH,sCAAsC;AACgC;AACtE,iFAAY,CAAC,QAAQ,EAAE,CAAC;AAExB;;GAEG;AACwB,CAAC,6BAA6B;AAEzD;;GAEG","file":"polyfills-es2015.js","sourcesContent":["module.exports = function (it) {\n if (typeof it != 'function') {\n throw TypeError(String(it) + ' is not a function');\n } return it;\n};\n","module.exports = function (it, Constructor, name) {\n if (!(it instanceof Constructor)) {\n throw TypeError('Incorrect ' + (name ? name + ' ' : '') + 'invocation');\n } return it;\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\n// false -> Array#indexOf\n// https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n// true -> Array#includes\n// https://tc39.github.io/ecma262/#sec-array.prototype.includes\nmodule.exports = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) if (IS_INCLUDES || index in O) {\n if (O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n","var bind = require('../internals/bind-context');\nvar IndexedObject = require('../internals/indexed-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\n// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex }` methods implementation\n// 0 -> Array#forEach\n// https://tc39.github.io/ecma262/#sec-array.prototype.foreach\n// 1 -> Array#map\n// https://tc39.github.io/ecma262/#sec-array.prototype.map\n// 2 -> Array#filter\n// https://tc39.github.io/ecma262/#sec-array.prototype.filter\n// 3 -> Array#some\n// https://tc39.github.io/ecma262/#sec-array.prototype.some\n// 4 -> Array#every\n// https://tc39.github.io/ecma262/#sec-array.prototype.every\n// 5 -> Array#find\n// https://tc39.github.io/ecma262/#sec-array.prototype.find\n// 6 -> Array#findIndex\n// https://tc39.github.io/ecma262/#sec-array.prototype.findIndex\nmodule.exports = function (TYPE, specificCreate) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n var create = specificCreate || arraySpeciesCreate;\n return function ($this, callbackfn, that) {\n var O = toObject($this);\n var self = IndexedObject(O);\n var boundFunction = bind(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var target = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;\n var value, result;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n value = self[index];\n result = boundFunction(value, index, O);\n if (TYPE) {\n if (IS_MAP) target[index] = result; // map\n else if (result) switch (TYPE) {\n case 3: return true; // some\n case 5: return value; // find\n case 6: return index; // findIndex\n case 2: target.push(value); // filter\n } else if (IS_EVERY) return false; // every\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;\n };\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar SPECIES = require('../internals/well-known-symbol')('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.github.io/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var aFunction = require('../internals/a-function');\n\n// optional / simple context binding\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 0: return function () {\n return fn.call(that);\n };\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","var anObject = require('../internals/an-object');\n\n// call something on iterator step with safe closing on error\nmodule.exports = function (iterator, fn, value, ENTRIES) {\n try {\n return ENTRIES ? fn(anObject(value)[0], value[1]) : fn(value);\n // 7.4.6 IteratorClose(iterator, completion)\n } catch (error) {\n var returnMethod = iterator['return'];\n if (returnMethod !== undefined) anObject(returnMethod.call(iterator));\n throw error;\n }\n};\n","var ITERATOR = require('../internals/well-known-symbol')('iterator');\nvar SAFE_CLOSING = false;\n\ntry {\n var called = 0;\n var iteratorWithReturn = {\n next: function () {\n return { done: !!called++ };\n },\n 'return': function () {\n SAFE_CLOSING = true;\n }\n };\n iteratorWithReturn[ITERATOR] = function () {\n return this;\n };\n // eslint-disable-next-line no-throw-literal\n Array.from(iteratorWithReturn, function () { throw 2; });\n} catch (error) { /* empty */ }\n\nmodule.exports = function (exec, SKIP_CLOSING) {\n if (!SKIP_CLOSING && !SAFE_CLOSING) return false;\n var ITERATION_SUPPORT = false;\n try {\n var object = {};\n object[ITERATOR] = function () {\n return {\n next: function () {\n return { done: ITERATION_SUPPORT = true };\n }\n };\n };\n exec(object);\n } catch (error) { /* empty */ }\n return ITERATION_SUPPORT;\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var classofRaw = require('../internals/classof-raw');\nvar TO_STRING_TAG = require('../internals/well-known-symbol')('toStringTag');\n// ES3 wrong here\nvar CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (error) { /* empty */ }\n};\n\n// getting tag from ES6+ `Object.prototype.toString`\nmodule.exports = function (it) {\n var O, tag, result;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag\n // builtinTag case\n : CORRECT_ARGUMENTS ? classofRaw(O)\n // ES3 arguments fallback\n : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;\n};\n","'use strict';\nvar defineProperty = require('../internals/object-define-property').f;\nvar create = require('../internals/object-create');\nvar redefineAll = require('../internals/redefine-all');\nvar bind = require('../internals/bind-context');\nvar anInstance = require('../internals/an-instance');\nvar iterate = require('../internals/iterate');\nvar defineIterator = require('../internals/define-iterator');\nvar setSpecies = require('../internals/set-species');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fastKey = require('../internals/internal-metadata').fastKey;\nvar InternalStateModule = require('../internals/internal-state');\nvar setInternalState = InternalStateModule.set;\nvar internalStateGetterFor = InternalStateModule.getterFor;\n\nmodule.exports = {\n getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, CONSTRUCTOR_NAME);\n setInternalState(that, {\n type: CONSTRUCTOR_NAME,\n index: create(null),\n first: undefined,\n last: undefined,\n size: 0\n });\n if (!DESCRIPTORS) that.size = 0;\n if (iterable != undefined) iterate(iterable, that[ADDER], that, IS_MAP);\n });\n\n var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME);\n\n var define = function (that, key, value) {\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n var previous, index;\n // change existing entry\n if (entry) {\n entry.value = value;\n // create new entry\n } else {\n state.last = entry = {\n index: index = fastKey(key, true),\n key: key,\n value: value,\n previous: previous = state.last,\n next: undefined,\n removed: false\n };\n if (!state.first) state.first = entry;\n if (previous) previous.next = entry;\n if (DESCRIPTORS) state.size++;\n else that.size++;\n // add to index\n if (index !== 'F') state.index[index] = entry;\n } return that;\n };\n\n var getEntry = function (that, key) {\n var state = getInternalState(that);\n // fast case\n var index = fastKey(key);\n var entry;\n if (index !== 'F') return state.index[index];\n // frozen object case\n for (entry = state.first; entry; entry = entry.next) {\n if (entry.key == key) return entry;\n }\n };\n\n redefineAll(C.prototype, {\n // 23.1.3.1 Map.prototype.clear()\n // 23.2.3.2 Set.prototype.clear()\n clear: function clear() {\n var that = this;\n var state = getInternalState(that);\n var data = state.index;\n var entry = state.first;\n while (entry) {\n entry.removed = true;\n if (entry.previous) entry.previous = entry.previous.next = undefined;\n delete data[entry.index];\n entry = entry.next;\n }\n state.first = state.last = undefined;\n if (DESCRIPTORS) state.size = 0;\n else that.size = 0;\n },\n // 23.1.3.3 Map.prototype.delete(key)\n // 23.2.3.4 Set.prototype.delete(value)\n 'delete': function (key) {\n var that = this;\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n if (entry) {\n var next = entry.next;\n var prev = entry.previous;\n delete state.index[entry.index];\n entry.removed = true;\n if (prev) prev.next = next;\n if (next) next.previous = prev;\n if (state.first == entry) state.first = next;\n if (state.last == entry) state.last = prev;\n if (DESCRIPTORS) state.size--;\n else that.size--;\n } return !!entry;\n },\n // 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined)\n // 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = undefined)\n forEach: function forEach(callbackfn /* , that = undefined */) {\n var state = getInternalState(this);\n var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);\n var entry;\n while (entry = entry ? entry.next : state.first) {\n boundFunction(entry.value, entry.key, this);\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n }\n },\n // 23.1.3.7 Map.prototype.has(key)\n // 23.2.3.7 Set.prototype.has(value)\n has: function has(key) {\n return !!getEntry(this, key);\n }\n });\n\n redefineAll(C.prototype, IS_MAP ? {\n // 23.1.3.6 Map.prototype.get(key)\n get: function get(key) {\n var entry = getEntry(this, key);\n return entry && entry.value;\n },\n // 23.1.3.9 Map.prototype.set(key, value)\n set: function set(key, value) {\n return define(this, key === 0 ? 0 : key, value);\n }\n } : {\n // 23.2.3.1 Set.prototype.add(value)\n add: function add(value) {\n return define(this, value = value === 0 ? 0 : value, value);\n }\n });\n if (DESCRIPTORS) defineProperty(C.prototype, 'size', {\n get: function () {\n return getInternalState(this).size;\n }\n });\n return C;\n },\n setStrong: function (C, CONSTRUCTOR_NAME, IS_MAP) {\n var ITERATOR_NAME = CONSTRUCTOR_NAME + ' Iterator';\n var getInternalCollectionState = internalStateGetterFor(CONSTRUCTOR_NAME);\n var getInternalIteratorState = internalStateGetterFor(ITERATOR_NAME);\n // add .keys, .values, .entries, [@@iterator]\n // 23.1.3.4, 23.1.3.8, 23.1.3.11, 23.1.3.12, 23.2.3.5, 23.2.3.8, 23.2.3.10, 23.2.3.11\n defineIterator(C, CONSTRUCTOR_NAME, function (iterated, kind) {\n setInternalState(this, {\n type: ITERATOR_NAME,\n target: iterated,\n state: getInternalCollectionState(iterated),\n kind: kind,\n last: undefined\n });\n }, function () {\n var state = getInternalIteratorState(this);\n var kind = state.kind;\n var entry = state.last;\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n // get next entry\n if (!state.target || !(state.last = entry = entry ? entry.next : state.state.first)) {\n // or finish the iteration\n state.target = undefined;\n return { value: undefined, done: true };\n }\n // return step by kind\n if (kind == 'keys') return { value: entry.key, done: false };\n if (kind == 'values') return { value: entry.value, done: false };\n return { value: [entry.key, entry.value], done: false };\n }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);\n\n // add [@@species], 23.1.2.2, 23.2.2.2\n setSpecies(CONSTRUCTOR_NAME);\n }\n};\n","'use strict';\nvar redefineAll = require('../internals/redefine-all');\nvar getWeakData = require('../internals/internal-metadata').getWeakData;\nvar anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\nvar anInstance = require('../internals/an-instance');\nvar iterate = require('../internals/iterate');\nvar createArrayMethod = require('../internals/array-methods');\nvar $has = require('../internals/has');\nvar InternalStateModule = require('../internals/internal-state');\nvar setInternalState = InternalStateModule.set;\nvar internalStateGetterFor = InternalStateModule.getterFor;\nvar arrayFind = createArrayMethod(5);\nvar arrayFindIndex = createArrayMethod(6);\nvar id = 0;\n\n// fallback for uncaught frozen keys\nvar uncaughtFrozenStore = function (store) {\n return store.frozen || (store.frozen = new UncaughtFrozenStore());\n};\n\nvar UncaughtFrozenStore = function () {\n this.entries = [];\n};\n\nvar findUncaughtFrozen = function (store, key) {\n return arrayFind(store.entries, function (it) {\n return it[0] === key;\n });\n};\n\nUncaughtFrozenStore.prototype = {\n get: function (key) {\n var entry = findUncaughtFrozen(this, key);\n if (entry) return entry[1];\n },\n has: function (key) {\n return !!findUncaughtFrozen(this, key);\n },\n set: function (key, value) {\n var entry = findUncaughtFrozen(this, key);\n if (entry) entry[1] = value;\n else this.entries.push([key, value]);\n },\n 'delete': function (key) {\n var index = arrayFindIndex(this.entries, function (it) {\n return it[0] === key;\n });\n if (~index) this.entries.splice(index, 1);\n return !!~index;\n }\n};\n\nmodule.exports = {\n getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, CONSTRUCTOR_NAME);\n setInternalState(that, {\n type: CONSTRUCTOR_NAME,\n id: id++,\n frozen: undefined\n });\n if (iterable != undefined) iterate(iterable, that[ADDER], that, IS_MAP);\n });\n\n var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME);\n\n var define = function (that, key, value) {\n var state = getInternalState(that);\n var data = getWeakData(anObject(key), true);\n if (data === true) uncaughtFrozenStore(state).set(key, value);\n else data[state.id] = value;\n return that;\n };\n\n redefineAll(C.prototype, {\n // 23.3.3.2 WeakMap.prototype.delete(key)\n // 23.4.3.3 WeakSet.prototype.delete(value)\n 'delete': function (key) {\n var state = getInternalState(this);\n if (!isObject(key)) return false;\n var data = getWeakData(key);\n if (data === true) return uncaughtFrozenStore(state)['delete'](key);\n return data && $has(data, state.id) && delete data[state.id];\n },\n // 23.3.3.4 WeakMap.prototype.has(key)\n // 23.4.3.4 WeakSet.prototype.has(value)\n has: function has(key) {\n var state = getInternalState(this);\n if (!isObject(key)) return false;\n var data = getWeakData(key);\n if (data === true) return uncaughtFrozenStore(state).has(key);\n return data && $has(data, state.id);\n }\n });\n\n redefineAll(C.prototype, IS_MAP ? {\n // 23.3.3.3 WeakMap.prototype.get(key)\n get: function get(key) {\n var state = getInternalState(this);\n if (isObject(key)) {\n var data = getWeakData(key);\n if (data === true) return uncaughtFrozenStore(state).get(key);\n return data ? data[state.id] : undefined;\n }\n },\n // 23.3.3.5 WeakMap.prototype.set(key, value)\n set: function set(key, value) {\n return define(this, key, value);\n }\n } : {\n // 23.4.3.1 WeakSet.prototype.add(value)\n add: function add(value) {\n return define(this, value, true);\n }\n });\n\n return C;\n }\n};\n","'use strict';\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar $export = require('../internals/export');\nvar redefine = require('../internals/redefine');\nvar InternalMetadataModule = require('../internals/internal-metadata');\nvar iterate = require('../internals/iterate');\nvar anInstance = require('../internals/an-instance');\nvar isObject = require('../internals/is-object');\nvar fails = require('../internals/fails');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar inheritIfRequired = require('../internals/inherit-if-required');\n\nmodule.exports = function (CONSTRUCTOR_NAME, wrapper, common, IS_MAP, IS_WEAK) {\n var NativeConstructor = global[CONSTRUCTOR_NAME];\n var NativePrototype = NativeConstructor && NativeConstructor.prototype;\n var Constructor = NativeConstructor;\n var ADDER = IS_MAP ? 'set' : 'add';\n var exported = {};\n\n var fixMethod = function (KEY) {\n var nativeMethod = NativePrototype[KEY];\n redefine(NativePrototype, KEY,\n KEY == 'add' ? function add(a) {\n nativeMethod.call(this, a === 0 ? 0 : a);\n return this;\n } : KEY == 'delete' ? function (a) {\n return IS_WEAK && !isObject(a) ? false : nativeMethod.call(this, a === 0 ? 0 : a);\n } : KEY == 'get' ? function get(a) {\n return IS_WEAK && !isObject(a) ? undefined : nativeMethod.call(this, a === 0 ? 0 : a);\n } : KEY == 'has' ? function has(a) {\n return IS_WEAK && !isObject(a) ? false : nativeMethod.call(this, a === 0 ? 0 : a);\n } : function set(a, b) {\n nativeMethod.call(this, a === 0 ? 0 : a, b);\n return this;\n }\n );\n };\n\n // eslint-disable-next-line max-len\n if (isForced(CONSTRUCTOR_NAME, typeof NativeConstructor != 'function' || !(IS_WEAK || NativePrototype.forEach && !fails(function () {\n new NativeConstructor().entries().next();\n })))) {\n // create collection constructor\n Constructor = common.getConstructor(wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER);\n InternalMetadataModule.REQUIRED = true;\n } else if (isForced(CONSTRUCTOR_NAME, true)) {\n var instance = new Constructor();\n // early implementations not supports chaining\n var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;\n // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false\n var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); });\n // most early implementations doesn't supports iterables, most modern - not close it correctly\n // eslint-disable-next-line no-new\n var ACCEPT_ITERABLES = checkCorrectnessOfIteration(function (iterable) { new NativeConstructor(iterable); });\n // for early implementations -0 and +0 not the same\n var BUGGY_ZERO = !IS_WEAK && fails(function () {\n // V8 ~ Chromium 42- fails only with 5+ elements\n var $instance = new NativeConstructor();\n var index = 5;\n while (index--) $instance[ADDER](index, index);\n return !$instance.has(-0);\n });\n\n if (!ACCEPT_ITERABLES) {\n Constructor = wrapper(function (target, iterable) {\n anInstance(target, Constructor, CONSTRUCTOR_NAME);\n var that = inheritIfRequired(new NativeConstructor(), target, Constructor);\n if (iterable != undefined) iterate(iterable, that[ADDER], that, IS_MAP);\n return that;\n });\n Constructor.prototype = NativePrototype;\n NativePrototype.constructor = Constructor;\n }\n\n if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) {\n fixMethod('delete');\n fixMethod('has');\n IS_MAP && fixMethod('get');\n }\n\n if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER);\n\n // weak collections should not contains .clear method\n if (IS_WEAK && NativePrototype.clear) delete NativePrototype.clear;\n }\n\n exported[CONSTRUCTOR_NAME] = Constructor;\n $export({ global: true, forced: Constructor != NativeConstructor }, exported);\n\n setToStringTag(Constructor, CONSTRUCTOR_NAME);\n\n if (!IS_WEAK) common.setStrong(Constructor, CONSTRUCTOR_NAME, IS_MAP);\n\n return Constructor;\n};\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","module.exports = !require('../internals/fails')(function () {\n function F() { /* empty */ }\n F.prototype.constructor = null;\n return Object.getPrototypeOf(new F()) !== F.prototype;\n});\n","'use strict';\nvar IteratorPrototype = require('../internals/iterators-core').IteratorPrototype;\nvar create = require('../internals/object-create');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar Iterators = require('../internals/iterators');\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (IteratorConstructor, NAME, next) {\n var TO_STRING_TAG = NAME + ' Iterator';\n IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(1, next) });\n setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true);\n Iterators[TO_STRING_TAG] = returnThis;\n return IteratorConstructor;\n};\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","'use strict';\nvar $export = require('../internals/export');\nvar createIteratorConstructor = require('../internals/create-iterator-constructor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar hide = require('../internals/hide');\nvar redefine = require('../internals/redefine');\nvar IS_PURE = require('../internals/is-pure');\nvar ITERATOR = require('../internals/well-known-symbol')('iterator');\nvar Iterators = require('../internals/iterators');\nvar IteratorsCore = require('../internals/iterators-core');\nvar IteratorPrototype = IteratorsCore.IteratorPrototype;\nvar BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;\nvar KEYS = 'keys';\nvar VALUES = 'values';\nvar ENTRIES = 'entries';\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {\n createIteratorConstructor(IteratorConstructor, NAME, next);\n\n var getIterationMethod = function (KIND) {\n if (KIND === DEFAULT && defaultIterator) return defaultIterator;\n if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND];\n switch (KIND) {\n case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };\n case VALUES: return function values() { return new IteratorConstructor(this, KIND); };\n case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };\n } return function () { return new IteratorConstructor(this); };\n };\n\n var TO_STRING_TAG = NAME + ' Iterator';\n var INCORRECT_VALUES_NAME = false;\n var IterablePrototype = Iterable.prototype;\n var nativeIterator = IterablePrototype[ITERATOR]\n || IterablePrototype['@@iterator']\n || DEFAULT && IterablePrototype[DEFAULT];\n var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);\n var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;\n var CurrentIteratorPrototype, methods, KEY;\n\n // fix native\n if (anyNativeIterator) {\n CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable()));\n if (IteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {\n if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {\n if (setPrototypeOf) {\n setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);\n } else if (typeof CurrentIteratorPrototype[ITERATOR] != 'function') {\n hide(CurrentIteratorPrototype, ITERATOR, returnThis);\n }\n }\n // Set @@toStringTag to native iterators\n setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true);\n if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis;\n }\n }\n\n // fix Array#{values, @@iterator}.name in V8 / FF\n if (DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {\n INCORRECT_VALUES_NAME = true;\n defaultIterator = function values() { return nativeIterator.call(this); };\n }\n\n // define iterator\n if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) {\n hide(IterablePrototype, ITERATOR, defaultIterator);\n }\n Iterators[NAME] = defaultIterator;\n\n // export additional methods\n if (DEFAULT) {\n methods = {\n values: getIterationMethod(VALUES),\n keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),\n entries: getIterationMethod(ENTRIES)\n };\n if (FORCED) for (KEY in methods) {\n if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {\n redefine(IterablePrototype, KEY, methods[KEY]);\n }\n } else $export({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);\n }\n\n return methods;\n};\n","// Thank's IE8 for his funny defineProperty\nmodule.exports = !require('../internals/fails')(function () {\n return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;\n});\n","var isObject = require('../internals/is-object');\nvar document = require('../internals/global').document;\n// typeof document.createElement is 'object' in old IE\nvar exist = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return exist ? document.createElement(it) : {};\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar hide = require('../internals/hide');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n hide(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","module.exports = !require('../internals/fails')(function () {\n return Object.isExtensible(Object.preventExtensions({}));\n});\n","module.exports = require('../internals/shared')('native-function-to-string', Function.toString);\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var classof = require('../internals/classof');\nvar ITERATOR = require('../internals/well-known-symbol')('iterator');\nvar Iterators = require('../internals/iterators');\n\nmodule.exports = function (it) {\n if (it != undefined) return it[ITERATOR]\n || it['@@iterator']\n || Iterators[classof(it)];\n};\n","// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports = typeof window == 'object' && window && window.Math == Math ? window\n : typeof self == 'object' && self && self.Math == Math ? self\n // eslint-disable-next-line no-new-func\n : Function('return this')();\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","module.exports = {};\n","var definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = require('../internals/descriptors') ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var document = require('../internals/global').document;\n\nmodule.exports = document && document.documentElement;\n","// Thank's IE8 for his funny defineProperty\nmodule.exports = !require('../internals/descriptors') && !require('../internals/fails')(function () {\n return Object.defineProperty(require('../internals/document-create-element')('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","// fallback for non-array-like ES3 and non-enumerable old V8 strings\nvar fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\nvar split = ''.split;\n\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","var isObject = require('../internals/is-object');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\n\nmodule.exports = function (that, target, C) {\n var S = target.constructor;\n var P;\n if (S !== C && typeof S == 'function' && (P = S.prototype) !== C.prototype && isObject(P) && setPrototypeOf) {\n setPrototypeOf(that, P);\n } return that;\n};\n","var METADATA = require('../internals/uid')('meta');\nvar FREEZING = require('../internals/freezing');\nvar isObject = require('../internals/is-object');\nvar has = require('../internals/has');\nvar defineProperty = require('../internals/object-define-property').f;\nvar id = 0;\n\nvar isExtensible = Object.isExtensible || function () {\n return true;\n};\n\nvar setMetadata = function (it) {\n defineProperty(it, METADATA, { value: {\n objectID: 'O' + ++id, // object ID\n weakData: {} // weak collections IDs\n } });\n};\n\nvar fastKey = function (it, create) {\n // return a primitive with prefix\n if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it;\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return 'F';\n // not necessary to add metadata\n if (!create) return 'E';\n // add missing metadata\n setMetadata(it);\n // return object ID\n } return it[METADATA].objectID;\n};\n\nvar getWeakData = function (it, create) {\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return true;\n // not necessary to add metadata\n if (!create) return false;\n // add missing metadata\n setMetadata(it);\n // return the store of weak collections IDs\n } return it[METADATA].weakData;\n};\n\n// add metadata on freeze-family methods calling\nvar onFreeze = function (it) {\n if (FREEZING && meta.REQUIRED && isExtensible(it) && !has(it, METADATA)) setMetadata(it);\n return it;\n};\n\nvar meta = module.exports = {\n REQUIRED: false,\n fastKey: fastKey,\n getWeakData: getWeakData,\n onFreeze: onFreeze\n};\n\nrequire('../internals/hidden-keys')[METADATA] = true;\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar isObject = require('../internals/is-object');\nvar hide = require('../internals/hide');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\nvar WeakMap = require('../internals/global').WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n hide(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","// check on default Array iterator\nvar Iterators = require('../internals/iterators');\nvar ITERATOR = require('../internals/well-known-symbol')('iterator');\nvar ArrayPrototype = Array.prototype;\n\nmodule.exports = function (it) {\n return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it);\n};\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.github.io/ecma262/#sec-isarray\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","var fails = require('../internals/fails');\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","module.exports = false;\n","var anObject = require('../internals/an-object');\nvar isArrayIteratorMethod = require('../internals/is-array-iterator-method');\nvar toLength = require('../internals/to-length');\nvar bind = require('../internals/bind-context');\nvar getIteratorMethod = require('../internals/get-iterator-method');\nvar callWithSafeIterationClosing = require('../internals/call-with-safe-iteration-closing');\nvar BREAK = {};\n\nvar exports = module.exports = function (iterable, fn, that, ENTRIES, ITERATOR) {\n var boundFunction = bind(fn, that, ENTRIES ? 2 : 1);\n var iterator, iterFn, index, length, result, step;\n\n if (ITERATOR) {\n iterator = iterable;\n } else {\n iterFn = getIteratorMethod(iterable);\n if (typeof iterFn != 'function') throw TypeError('Target is not iterable');\n // optimisation for array iterators\n if (isArrayIteratorMethod(iterFn)) {\n for (index = 0, length = toLength(iterable.length); length > index; index++) {\n result = ENTRIES ? boundFunction(anObject(step = iterable[index])[0], step[1]) : boundFunction(iterable[index]);\n if (result === BREAK) return BREAK;\n } return;\n }\n iterator = iterFn.call(iterable);\n }\n\n while (!(step = iterator.next()).done) {\n if (callWithSafeIterationClosing(iterator, boundFunction, step.value, ENTRIES) === BREAK) return BREAK;\n }\n};\n\nexports.BREAK = BREAK;\n","'use strict';\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar hide = require('../internals/hide');\nvar has = require('../internals/has');\nvar IS_PURE = require('../internals/is-pure');\nvar ITERATOR = require('../internals/well-known-symbol')('iterator');\nvar BUGGY_SAFARI_ITERATORS = false;\n\nvar returnThis = function () { return this; };\n\n// `%IteratorPrototype%` object\n// https://tc39.github.io/ecma262/#sec-%iteratorprototype%-object\nvar IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;\n\nif ([].keys) {\n arrayIterator = [].keys();\n // Safari 8 has buggy iterators w/o `next`\n if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;\n else {\n PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator));\n if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;\n }\n}\n\nif (IteratorPrototype == undefined) IteratorPrototype = {};\n\n// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()\nif (!IS_PURE && !has(IteratorPrototype, ITERATOR)) hide(IteratorPrototype, ITERATOR, returnThis);\n\nmodule.exports = {\n IteratorPrototype: IteratorPrototype,\n BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS\n};\n","module.exports = {};\n","// Chrome 38 Symbol has incorrect toString conversion\nmodule.exports = !require('../internals/fails')(function () {\n // eslint-disable-next-line no-undef\n return !String(Symbol());\n});\n","var nativeFunctionToString = require('../internals/function-to-string');\nvar WeakMap = require('../internals/global').WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(nativeFunctionToString.call(WeakMap));\n","// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])\nvar anObject = require('../internals/an-object');\nvar defineProperties = require('../internals/object-define-properties');\nvar enumBugKeys = require('../internals/enum-bug-keys');\nvar html = require('../internals/html');\nvar documentCreateElement = require('../internals/document-create-element');\nvar IE_PROTO = require('../internals/shared-key')('IE_PROTO');\nvar PROTOTYPE = 'prototype';\nvar Empty = function () { /* empty */ };\n\n// Create object with fake `null` prototype: use iframe Object with cleared prototype\nvar createDict = function () {\n // Thrash, waste and sodomy: IE GC bug\n var iframe = documentCreateElement('iframe');\n var length = enumBugKeys.length;\n var lt = '<';\n var script = 'script';\n var gt = '>';\n var js = 'java' + script + ':';\n var iframeDocument;\n iframe.style.display = 'none';\n html.appendChild(iframe);\n iframe.src = String(js);\n iframeDocument = iframe.contentWindow.document;\n iframeDocument.open();\n iframeDocument.write(lt + script + gt + 'document.F=Object' + lt + '/' + script + gt);\n iframeDocument.close();\n createDict = iframeDocument.F;\n while (length--) delete createDict[PROTOTYPE][enumBugKeys[length]];\n return createDict();\n};\n\nmodule.exports = Object.create || function create(O, Properties) {\n var result;\n if (O !== null) {\n Empty[PROTOTYPE] = anObject(O);\n result = new Empty();\n Empty[PROTOTYPE] = null;\n // add \"__proto__\" for Object.getPrototypeOf polyfill\n result[IE_PROTO] = O;\n } else result = createDict();\n return Properties === undefined ? result : defineProperties(result, Properties);\n};\n\nrequire('../internals/hidden-keys')[IE_PROTO] = true;\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar anObject = require('../internals/an-object');\nvar objectKeys = require('../internals/object-keys');\n\nmodule.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) {\n anObject(O);\n var keys = objectKeys(Properties);\n var length = keys.length;\n var i = 0;\n var key;\n while (length > i) definePropertyModule.f(O, key = keys[i++], Properties[key]);\n return O;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar nativeDefineProperty = Object.defineProperty;\n\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","// 19.1.2.7 / 15.2.3.4 Object.getOwnPropertyNames(O)\nvar internalObjectKeys = require('../internals/object-keys-internal');\nvar hiddenKeys = require('../internals/enum-bug-keys').concat('length', 'prototype');\n\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","exports.f = Object.getOwnPropertySymbols;\n","// 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)\nvar has = require('../internals/has');\nvar toObject = require('../internals/to-object');\nvar IE_PROTO = require('../internals/shared-key')('IE_PROTO');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\nvar ObjectPrototype = Object.prototype;\n\nmodule.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function (O) {\n O = toObject(O);\n if (has(O, IE_PROTO)) return O[IE_PROTO];\n if (typeof O.constructor == 'function' && O instanceof O.constructor) {\n return O.constructor.prototype;\n } return O instanceof Object ? ObjectPrototype : null;\n};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar arrayIndexOf = require('../internals/array-includes')(false);\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~arrayIndexOf(result, key) || result.push(key);\n }\n return result;\n};\n","// 19.1.2.14 / 15.2.3.14 Object.keys(O)\nvar internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = nativeGetOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = nativeGetOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","// Works with __proto__ only. Old v8 can't work with null proto objects.\n/* eslint-disable no-proto */\nvar validateSetPrototypeOfArguments = require('../internals/validate-set-prototype-of-arguments');\n\nmodule.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {\n var correctSetter = false;\n var test = {};\n var setter;\n try {\n setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set;\n setter.call(test, []);\n correctSetter = test instanceof Array;\n } catch (error) { /* empty */ }\n return function setPrototypeOf(O, proto) {\n validateSetPrototypeOfArguments(O, proto);\n if (correctSetter) setter.call(O, proto);\n else O.__proto__ = proto;\n return O;\n };\n}() : undefined);\n","var getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\nvar Reflect = require('../internals/global').Reflect;\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = Reflect && Reflect.ownKeys || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","module.exports = require('../internals/global');\n","var redefine = require('../internals/redefine');\n\nmodule.exports = function (target, src, options) {\n for (var key in src) redefine(target, key, src[key], options);\n return target;\n};\n","var global = require('../internals/global');\nvar hide = require('../internals/hide');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar nativeFunctionToString = require('../internals/function-to-string');\nvar InternalStateModule = require('../internals/internal-state');\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(nativeFunctionToString).split('toString');\n\nrequire('../internals/shared')('inspectSource', function (it) {\n return nativeFunctionToString.call(it);\n});\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) hide(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else hide(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || nativeFunctionToString.call(this);\n});\n","var Map = require('../modules/es.map');\nvar WeakMap = require('../modules/es.weak-map');\nvar shared = require('../internals/shared')('metadata');\nvar store = shared.store || (shared.store = new WeakMap());\n\nvar getOrCreateMetadataMap = function (target, targetKey, create) {\n var targetMetadata = store.get(target);\n if (!targetMetadata) {\n if (!create) return;\n store.set(target, targetMetadata = new Map());\n }\n var keyMetadata = targetMetadata.get(targetKey);\n if (!keyMetadata) {\n if (!create) return;\n targetMetadata.set(targetKey, keyMetadata = new Map());\n } return keyMetadata;\n};\n\nvar ordinaryHasOwnMetadata = function (MetadataKey, O, P) {\n var metadataMap = getOrCreateMetadataMap(O, P, false);\n return metadataMap === undefined ? false : metadataMap.has(MetadataKey);\n};\n\nvar ordinaryGetOwnMetadata = function (MetadataKey, O, P) {\n var metadataMap = getOrCreateMetadataMap(O, P, false);\n return metadataMap === undefined ? undefined : metadataMap.get(MetadataKey);\n};\n\nvar ordinaryDefineOwnMetadata = function (MetadataKey, MetadataValue, O, P) {\n getOrCreateMetadataMap(O, P, true).set(MetadataKey, MetadataValue);\n};\n\nvar ordinaryOwnMetadataKeys = function (target, targetKey) {\n var metadataMap = getOrCreateMetadataMap(target, targetKey, false);\n var keys = [];\n if (metadataMap) metadataMap.forEach(function (_, key) { keys.push(key); });\n return keys;\n};\n\nvar toMetadataKey = function (it) {\n return it === undefined || typeof it == 'symbol' ? it : String(it);\n};\n\nmodule.exports = {\n store: store,\n getMap: getOrCreateMetadataMap,\n has: ordinaryHasOwnMetadata,\n get: ordinaryGetOwnMetadata,\n set: ordinaryDefineOwnMetadata,\n keys: ordinaryOwnMetadataKeys,\n toKey: toMetadataKey\n};\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","var global = require('../internals/global');\nvar hide = require('../internals/hide');\n\nmodule.exports = function (key, value) {\n try {\n hide(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","'use strict';\nvar getBuiltIn = require('../internals/get-built-in');\nvar definePropertyModule = require('../internals/object-define-property');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar SPECIES = require('../internals/well-known-symbol')('species');\n\nmodule.exports = function (CONSTRUCTOR_NAME) {\n var C = getBuiltIn(CONSTRUCTOR_NAME);\n var defineProperty = definePropertyModule.f;\n if (DESCRIPTORS && C && !C[SPECIES]) defineProperty(C, SPECIES, {\n configurable: true,\n get: function () { return this; }\n });\n};\n","var defineProperty = require('../internals/object-define-property').f;\nvar has = require('../internals/has');\nvar TO_STRING_TAG = require('../internals/well-known-symbol')('toStringTag');\n\nmodule.exports = function (it, TAG, STATIC) {\n if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) {\n defineProperty(it, TO_STRING_TAG, { configurable: true, value: TAG });\n }\n};\n","var shared = require('../internals/shared')('keys');\nvar uid = require('../internals/uid');\n\nmodule.exports = function (key) {\n return shared[key] || (shared[key] = uid(key));\n};\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.0.1',\n mode: require('../internals/is-pure') ? 'pure' : 'global',\n copyright: '© 2019 Denis Pushkarev (zloirock.ru)'\n});\n","var toInteger = require('../internals/to-integer');\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(length, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","var toInteger = require('../internals/to-integer');\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.github.io/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","// 7.1.1 ToPrimitive(input [, PreferredType])\nvar isObject = require('../internals/is-object');\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (it, S) {\n if (!isObject(it)) return it;\n var fn, val;\n if (S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;\n if (typeof (fn = it.valueOf) == 'function' && !isObject(val = fn.call(it))) return val;\n if (!S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + postfix).toString(36));\n};\n","var isObject = require('../internals/is-object');\nvar anObject = require('../internals/an-object');\n\nmodule.exports = function (O, proto) {\n anObject(O);\n if (!isObject(proto) && proto !== null) {\n throw TypeError(\"Can't set \" + String(proto) + ' as a prototype');\n }\n};\n","var store = require('../internals/shared')('wks');\nvar uid = require('../internals/uid');\nvar Symbol = require('../internals/global').Symbol;\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = function (name) {\n return store[name] || (store[name] = NATIVE_SYMBOL && Symbol[name]\n || (NATIVE_SYMBOL ? Symbol : uid)('Symbol.' + name));\n};\n","'use strict';\n// `Map` constructor\n// https://tc39.github.io/ecma262/#sec-map-objects\nmodule.exports = require('../internals/collection')('Map', function (get) {\n return function Map() { return get(this, arguments.length > 0 ? arguments[0] : undefined); };\n}, require('../internals/collection-strong'), true);\n","'use strict';\n// `Set` constructor\n// https://tc39.github.io/ecma262/#sec-set-objects\nmodule.exports = require('../internals/collection')('Set', function (get) {\n return function Set() { return get(this, arguments.length > 0 ? arguments[0] : undefined); };\n}, require('../internals/collection-strong'));\n","'use strict';\nvar global = require('../internals/global');\nvar redefineAll = require('../internals/redefine-all');\nvar InternalMetadataModule = require('../internals/internal-metadata');\nvar weak = require('../internals/collection-weak');\nvar isObject = require('../internals/is-object');\nvar enforceIternalState = require('../internals/internal-state').enforce;\nvar NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar IS_IE11 = !global.ActiveXObject && 'ActiveXObject' in global;\nvar isExtensible = Object.isExtensible;\nvar InternalWeakMap;\n\nvar wrapper = function (get) {\n return function WeakMap() {\n return get(this, arguments.length > 0 ? arguments[0] : undefined);\n };\n};\n\n// `WeakMap` constructor\n// https://tc39.github.io/ecma262/#sec-weakmap-constructor\nvar $WeakMap = module.exports = require('../internals/collection')('WeakMap', wrapper, weak, true, true);\n\n// IE11 WeakMap frozen keys fix\n// We can't use feature detection because it crash some old IE builds\n// https://github.com/zloirock/core-js/issues/485\nif (NATIVE_WEAK_MAP && IS_IE11) {\n InternalWeakMap = weak.getConstructor(wrapper, 'WeakMap', true);\n InternalMetadataModule.REQUIRED = true;\n var WeakMapPrototype = $WeakMap.prototype;\n var nativeDelete = WeakMapPrototype['delete'];\n var nativeHas = WeakMapPrototype.has;\n var nativeGet = WeakMapPrototype.get;\n var nativeSet = WeakMapPrototype.set;\n redefineAll(WeakMapPrototype, {\n 'delete': function (key) {\n if (isObject(key) && !isExtensible(key)) {\n var state = enforceIternalState(this);\n if (!state.frozen) state.frozen = new InternalWeakMap();\n return nativeDelete.call(this, key) || state.frozen['delete'](key);\n } return nativeDelete.call(this, key);\n },\n has: function has(key) {\n if (isObject(key) && !isExtensible(key)) {\n var state = enforceIternalState(this);\n if (!state.frozen) state.frozen = new InternalWeakMap();\n return nativeHas.call(this, key) || state.frozen.has(key);\n } return nativeHas.call(this, key);\n },\n get: function get(key) {\n if (isObject(key) && !isExtensible(key)) {\n var state = enforceIternalState(this);\n if (!state.frozen) state.frozen = new InternalWeakMap();\n return nativeHas.call(this, key) ? nativeGet.call(this, key) : state.frozen.get(key);\n } return nativeGet.call(this, key);\n },\n set: function set(key, value) {\n if (isObject(key) && !isExtensible(key)) {\n var state = enforceIternalState(this);\n if (!state.frozen) state.frozen = new InternalWeakMap();\n nativeHas.call(this, key) ? nativeSet.call(this, key, value) : state.frozen.set(key, value);\n } else nativeSet.call(this, key, value);\n return this;\n }\n });\n}\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar toMetadataKey = ReflectMetadataModule.toKey;\nvar ordinaryDefineOwnMetadata = ReflectMetadataModule.set;\n\n// `Reflect.defineMetadata` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n defineMetadata: function defineMetadata(metadataKey, metadataValue, target /* , targetKey */) {\n var targetKey = arguments.length < 4 ? undefined : toMetadataKey(arguments[3]);\n ordinaryDefineOwnMetadata(metadataKey, metadataValue, anObject(target), targetKey);\n }\n});\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar toMetadataKey = ReflectMetadataModule.toKey;\nvar getOrCreateMetadataMap = ReflectMetadataModule.getMap;\nvar store = ReflectMetadataModule.store;\n\n// `Reflect.deleteMetadata` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n deleteMetadata: function deleteMetadata(metadataKey, target /* , targetKey */) {\n var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]);\n var metadataMap = getOrCreateMetadataMap(anObject(target), targetKey, false);\n if (metadataMap === undefined || !metadataMap['delete'](metadataKey)) return false;\n if (metadataMap.size) return true;\n var targetMetadata = store.get(target);\n targetMetadata['delete'](targetKey);\n return !!targetMetadata.size || store['delete'](target);\n }\n});\n","var Set = require('../modules/es.set');\nvar ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar iterate = require('../internals/iterate');\nvar ordinaryOwnMetadataKeys = ReflectMetadataModule.keys;\nvar toMetadataKey = ReflectMetadataModule.toKey;\n\nvar from = function (iter) {\n var result = [];\n iterate(iter, result.push, result);\n return result;\n};\n\nvar ordinaryMetadataKeys = function (O, P) {\n var oKeys = ordinaryOwnMetadataKeys(O, P);\n var parent = getPrototypeOf(O);\n if (parent === null) return oKeys;\n var pKeys = ordinaryMetadataKeys(parent, P);\n return pKeys.length ? oKeys.length ? from(new Set(oKeys.concat(pKeys))) : pKeys : oKeys;\n};\n\n// `Reflect.getMetadataKeys` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n getMetadataKeys: function getMetadataKeys(target /* , targetKey */) {\n var targetKey = arguments.length < 2 ? undefined : toMetadataKey(arguments[1]);\n return ordinaryMetadataKeys(anObject(target), targetKey);\n }\n});\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar ordinaryHasOwnMetadata = ReflectMetadataModule.has;\nvar ordinaryGetOwnMetadata = ReflectMetadataModule.get;\nvar toMetadataKey = ReflectMetadataModule.toKey;\n\nvar ordinaryGetMetadata = function (MetadataKey, O, P) {\n var hasOwn = ordinaryHasOwnMetadata(MetadataKey, O, P);\n if (hasOwn) return ordinaryGetOwnMetadata(MetadataKey, O, P);\n var parent = getPrototypeOf(O);\n return parent !== null ? ordinaryGetMetadata(MetadataKey, parent, P) : undefined;\n};\n\n// `Reflect.getMetadata` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n getMetadata: function getMetadata(metadataKey, target /* , targetKey */) {\n var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]);\n return ordinaryGetMetadata(metadataKey, anObject(target), targetKey);\n }\n});\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar ordinaryOwnMetadataKeys = ReflectMetadataModule.keys;\nvar toMetadataKey = ReflectMetadataModule.toKey;\n\n// `Reflect.getOwnMetadataKeys` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n getOwnMetadataKeys: function getOwnMetadataKeys(target /* , targetKey */) {\n var targetKey = arguments.length < 2 ? undefined : toMetadataKey(arguments[1]);\n return ordinaryOwnMetadataKeys(anObject(target), targetKey);\n }\n});\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar ordinaryGetOwnMetadata = ReflectMetadataModule.get;\nvar toMetadataKey = ReflectMetadataModule.toKey;\n\n// `Reflect.getOwnMetadata` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n getOwnMetadata: function getOwnMetadata(metadataKey, target /* , targetKey */) {\n var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]);\n return ordinaryGetOwnMetadata(metadataKey, anObject(target), targetKey);\n }\n});\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar ordinaryHasOwnMetadata = ReflectMetadataModule.has;\nvar toMetadataKey = ReflectMetadataModule.toKey;\n\nvar ordinaryHasMetadata = function (MetadataKey, O, P) {\n var hasOwn = ordinaryHasOwnMetadata(MetadataKey, O, P);\n if (hasOwn) return true;\n var parent = getPrototypeOf(O);\n return parent !== null ? ordinaryHasMetadata(MetadataKey, parent, P) : false;\n};\n\n// `Reflect.hasMetadata` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n hasMetadata: function hasMetadata(metadataKey, target /* , targetKey */) {\n var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]);\n return ordinaryHasMetadata(metadataKey, anObject(target), targetKey);\n }\n});\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar ordinaryHasOwnMetadata = ReflectMetadataModule.has;\nvar toMetadataKey = ReflectMetadataModule.toKey;\n\n// `Reflect.hasOwnMetadata` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n hasOwnMetadata: function hasOwnMetadata(metadataKey, target /* , targetKey */) {\n var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]);\n return ordinaryHasOwnMetadata(metadataKey, anObject(target), targetKey);\n }\n});\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar toMetadataKey = ReflectMetadataModule.toKey;\nvar ordinaryDefineOwnMetadata = ReflectMetadataModule.set;\n\n// `Reflect.metadata` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n metadata: function metadata(metadataKey, metadataValue) {\n return function decorator(target, key) {\n ordinaryDefineOwnMetadata(metadataKey, metadataValue, anObject(target), toMetadataKey(key));\n };\n }\n});\n","require('../modules/esnext.reflect.define-metadata');\nrequire('../modules/esnext.reflect.delete-metadata');\nrequire('../modules/esnext.reflect.get-metadata');\nrequire('../modules/esnext.reflect.get-metadata-keys');\nrequire('../modules/esnext.reflect.get-own-metadata');\nrequire('../modules/esnext.reflect.get-own-metadata-keys');\nrequire('../modules/esnext.reflect.has-metadata');\nrequire('../modules/esnext.reflect.has-own-metadata');\nrequire('../modules/esnext.reflect.metadata');\n","/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nimport 'core-js/proposals/reflect-metadata';\n","/* smoothscroll v0.4.4 - 2019 - Dustan Kasten, Jeremias Menichelli - MIT License */\n(function () {\n 'use strict';\n\n // polyfill\n function polyfill() {\n // aliases\n var w = window;\n var d = document;\n\n // return if scroll behavior is supported and polyfill is not forced\n if (\n 'scrollBehavior' in d.documentElement.style &&\n w.__forceSmoothScrollPolyfill__ !== true\n ) {\n return;\n }\n\n // globals\n var Element = w.HTMLElement || w.Element;\n var SCROLL_TIME = 468;\n\n // object gathering original scroll methods\n var original = {\n scroll: w.scroll || w.scrollTo,\n scrollBy: w.scrollBy,\n elementScroll: Element.prototype.scroll || scrollElement,\n scrollIntoView: Element.prototype.scrollIntoView\n };\n\n // define timing method\n var now =\n w.performance && w.performance.now\n ? w.performance.now.bind(w.performance)\n : Date.now;\n\n /**\n * indicates if a the current browser is made by Microsoft\n * @method isMicrosoftBrowser\n * @param {String} userAgent\n * @returns {Boolean}\n */\n function isMicrosoftBrowser(userAgent) {\n var userAgentPatterns = ['MSIE ', 'Trident/', 'Edge/'];\n\n return new RegExp(userAgentPatterns.join('|')).test(userAgent);\n }\n\n /*\n * IE has rounding bug rounding down clientHeight and clientWidth and\n * rounding up scrollHeight and scrollWidth causing false positives\n * on hasScrollableSpace\n */\n var ROUNDING_TOLERANCE = isMicrosoftBrowser(w.navigator.userAgent) ? 1 : 0;\n\n /**\n * changes scroll position inside an element\n * @method scrollElement\n * @param {Number} x\n * @param {Number} y\n * @returns {undefined}\n */\n function scrollElement(x, y) {\n this.scrollLeft = x;\n this.scrollTop = y;\n }\n\n /**\n * returns result of applying ease math function to a number\n * @method ease\n * @param {Number} k\n * @returns {Number}\n */\n function ease(k) {\n return 0.5 * (1 - Math.cos(Math.PI * k));\n }\n\n /**\n * indicates if a smooth behavior should be applied\n * @method shouldBailOut\n * @param {Number|Object} firstArg\n * @returns {Boolean}\n */\n function shouldBailOut(firstArg) {\n if (\n firstArg === null ||\n typeof firstArg !== 'object' ||\n firstArg.behavior === undefined ||\n firstArg.behavior === 'auto' ||\n firstArg.behavior === 'instant'\n ) {\n // first argument is not an object/null\n // or behavior is auto, instant or undefined\n return true;\n }\n\n if (typeof firstArg === 'object' && firstArg.behavior === 'smooth') {\n // first argument is an object and behavior is smooth\n return false;\n }\n\n // throw error when behavior is not supported\n throw new TypeError(\n 'behavior member of ScrollOptions ' +\n firstArg.behavior +\n ' is not a valid value for enumeration ScrollBehavior.'\n );\n }\n\n /**\n * indicates if an element has scrollable space in the provided axis\n * @method hasScrollableSpace\n * @param {Node} el\n * @param {String} axis\n * @returns {Boolean}\n */\n function hasScrollableSpace(el, axis) {\n if (axis === 'Y') {\n return el.clientHeight + ROUNDING_TOLERANCE < el.scrollHeight;\n }\n\n if (axis === 'X') {\n return el.clientWidth + ROUNDING_TOLERANCE < el.scrollWidth;\n }\n }\n\n /**\n * indicates if an element has a scrollable overflow property in the axis\n * @method canOverflow\n * @param {Node} el\n * @param {String} axis\n * @returns {Boolean}\n */\n function canOverflow(el, axis) {\n var overflowValue = w.getComputedStyle(el, null)['overflow' + axis];\n\n return overflowValue === 'auto' || overflowValue === 'scroll';\n }\n\n /**\n * indicates if an element can be scrolled in either axis\n * @method isScrollable\n * @param {Node} el\n * @param {String} axis\n * @returns {Boolean}\n */\n function isScrollable(el) {\n var isScrollableY = hasScrollableSpace(el, 'Y') && canOverflow(el, 'Y');\n var isScrollableX = hasScrollableSpace(el, 'X') && canOverflow(el, 'X');\n\n return isScrollableY || isScrollableX;\n }\n\n /**\n * finds scrollable parent of an element\n * @method findScrollableParent\n * @param {Node} el\n * @returns {Node} el\n */\n function findScrollableParent(el) {\n while (el !== d.body && isScrollable(el) === false) {\n el = el.parentNode || el.host;\n }\n\n return el;\n }\n\n /**\n * self invoked function that, given a context, steps through scrolling\n * @method step\n * @param {Object} context\n * @returns {undefined}\n */\n function step(context) {\n var time = now();\n var value;\n var currentX;\n var currentY;\n var elapsed = (time - context.startTime) / SCROLL_TIME;\n\n // avoid elapsed times higher than one\n elapsed = elapsed > 1 ? 1 : elapsed;\n\n // apply easing to elapsed time\n value = ease(elapsed);\n\n currentX = context.startX + (context.x - context.startX) * value;\n currentY = context.startY + (context.y - context.startY) * value;\n\n context.method.call(context.scrollable, currentX, currentY);\n\n // scroll more if we have not reached our destination\n if (currentX !== context.x || currentY !== context.y) {\n w.requestAnimationFrame(step.bind(w, context));\n }\n }\n\n /**\n * scrolls window or element with a smooth behavior\n * @method smoothScroll\n * @param {Object|Node} el\n * @param {Number} x\n * @param {Number} y\n * @returns {undefined}\n */\n function smoothScroll(el, x, y) {\n var scrollable;\n var startX;\n var startY;\n var method;\n var startTime = now();\n\n // define scroll context\n if (el === d.body) {\n scrollable = w;\n startX = w.scrollX || w.pageXOffset;\n startY = w.scrollY || w.pageYOffset;\n method = original.scroll;\n } else {\n scrollable = el;\n startX = el.scrollLeft;\n startY = el.scrollTop;\n method = scrollElement;\n }\n\n // scroll looping over a frame\n step({\n scrollable: scrollable,\n method: method,\n startTime: startTime,\n startX: startX,\n startY: startY,\n x: x,\n y: y\n });\n }\n\n // ORIGINAL METHODS OVERRIDES\n // w.scroll and w.scrollTo\n w.scroll = w.scrollTo = function() {\n // avoid action when no arguments are passed\n if (arguments[0] === undefined) {\n return;\n }\n\n // avoid smooth behavior if not required\n if (shouldBailOut(arguments[0]) === true) {\n original.scroll.call(\n w,\n arguments[0].left !== undefined\n ? arguments[0].left\n : typeof arguments[0] !== 'object'\n ? arguments[0]\n : w.scrollX || w.pageXOffset,\n // use top prop, second argument if present or fallback to scrollY\n arguments[0].top !== undefined\n ? arguments[0].top\n : arguments[1] !== undefined\n ? arguments[1]\n : w.scrollY || w.pageYOffset\n );\n\n return;\n }\n\n // LET THE SMOOTHNESS BEGIN!\n smoothScroll.call(\n w,\n d.body,\n arguments[0].left !== undefined\n ? ~~arguments[0].left\n : w.scrollX || w.pageXOffset,\n arguments[0].top !== undefined\n ? ~~arguments[0].top\n : w.scrollY || w.pageYOffset\n );\n };\n\n // w.scrollBy\n w.scrollBy = function() {\n // avoid action when no arguments are passed\n if (arguments[0] === undefined) {\n return;\n }\n\n // avoid smooth behavior if not required\n if (shouldBailOut(arguments[0])) {\n original.scrollBy.call(\n w,\n arguments[0].left !== undefined\n ? arguments[0].left\n : typeof arguments[0] !== 'object' ? arguments[0] : 0,\n arguments[0].top !== undefined\n ? arguments[0].top\n : arguments[1] !== undefined ? arguments[1] : 0\n );\n\n return;\n }\n\n // LET THE SMOOTHNESS BEGIN!\n smoothScroll.call(\n w,\n d.body,\n ~~arguments[0].left + (w.scrollX || w.pageXOffset),\n ~~arguments[0].top + (w.scrollY || w.pageYOffset)\n );\n };\n\n // Element.prototype.scroll and Element.prototype.scrollTo\n Element.prototype.scroll = Element.prototype.scrollTo = function() {\n // avoid action when no arguments are passed\n if (arguments[0] === undefined) {\n return;\n }\n\n // avoid smooth behavior if not required\n if (shouldBailOut(arguments[0]) === true) {\n // if one number is passed, throw error to match Firefox implementation\n if (typeof arguments[0] === 'number' && arguments[1] === undefined) {\n throw new SyntaxError('Value could not be converted');\n }\n\n original.elementScroll.call(\n this,\n // use left prop, first number argument or fallback to scrollLeft\n arguments[0].left !== undefined\n ? ~~arguments[0].left\n : typeof arguments[0] !== 'object' ? ~~arguments[0] : this.scrollLeft,\n // use top prop, second argument or fallback to scrollTop\n arguments[0].top !== undefined\n ? ~~arguments[0].top\n : arguments[1] !== undefined ? ~~arguments[1] : this.scrollTop\n );\n\n return;\n }\n\n var left = arguments[0].left;\n var top = arguments[0].top;\n\n // LET THE SMOOTHNESS BEGIN!\n smoothScroll.call(\n this,\n this,\n typeof left === 'undefined' ? this.scrollLeft : ~~left,\n typeof top === 'undefined' ? this.scrollTop : ~~top\n );\n };\n\n // Element.prototype.scrollBy\n Element.prototype.scrollBy = function() {\n // avoid action when no arguments are passed\n if (arguments[0] === undefined) {\n return;\n }\n\n // avoid smooth behavior if not required\n if (shouldBailOut(arguments[0]) === true) {\n original.elementScroll.call(\n this,\n arguments[0].left !== undefined\n ? ~~arguments[0].left + this.scrollLeft\n : ~~arguments[0] + this.scrollLeft,\n arguments[0].top !== undefined\n ? ~~arguments[0].top + this.scrollTop\n : ~~arguments[1] + this.scrollTop\n );\n\n return;\n }\n\n this.scroll({\n left: ~~arguments[0].left + this.scrollLeft,\n top: ~~arguments[0].top + this.scrollTop,\n behavior: arguments[0].behavior\n });\n };\n\n // Element.prototype.scrollIntoView\n Element.prototype.scrollIntoView = function() {\n // avoid smooth behavior if not required\n if (shouldBailOut(arguments[0]) === true) {\n original.scrollIntoView.call(\n this,\n arguments[0] === undefined ? true : arguments[0]\n );\n\n return;\n }\n\n // LET THE SMOOTHNESS BEGIN!\n var scrollableParent = findScrollableParent(this);\n var parentRects = scrollableParent.getBoundingClientRect();\n var clientRects = this.getBoundingClientRect();\n\n if (scrollableParent !== d.body) {\n // reveal element inside parent\n smoothScroll.call(\n this,\n scrollableParent,\n scrollableParent.scrollLeft + clientRects.left - parentRects.left,\n scrollableParent.scrollTop + clientRects.top - parentRects.top\n );\n\n // reveal parent in viewport unless is fixed\n if (w.getComputedStyle(scrollableParent).position !== 'fixed') {\n w.scrollBy({\n left: parentRects.left,\n top: parentRects.top,\n behavior: 'smooth'\n });\n }\n } else {\n // reveal element in viewport\n w.scrollBy({\n left: clientRects.left,\n top: clientRects.top,\n behavior: 'smooth'\n });\n }\n };\n }\n\n if (typeof exports === 'object' && typeof module !== 'undefined') {\n // commonjs\n module.exports = { polyfill: polyfill };\n } else {\n // global\n polyfill();\n }\n\n}());\n","/**\n* @license\n* Copyright Google Inc. All Rights Reserved.\n*\n* Use of this source code is governed by an MIT-style license that can be\n* found in the LICENSE file at https://angular.io/license\n*/\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nconst Zone$1 = (function (global) {\n const performance = global['performance'];\n function mark(name) {\n performance && performance['mark'] && performance['mark'](name);\n }\n function performanceMeasure(name, label) {\n performance && performance['measure'] && performance['measure'](name, label);\n }\n mark('Zone');\n const checkDuplicate = global[('__zone_symbol__forceDuplicateZoneCheck')] === true;\n if (global['Zone']) {\n // if global['Zone'] already exists (maybe zone.js was already loaded or\n // some other lib also registered a global object named Zone), we may need\n // to throw an error, but sometimes user may not want this error.\n // For example,\n // we have two web pages, page1 includes zone.js, page2 doesn't.\n // and the 1st time user load page1 and page2, everything work fine,\n // but when user load page2 again, error occurs because global['Zone'] already exists.\n // so we add a flag to let user choose whether to throw this error or not.\n // By default, if existing Zone is from zone.js, we will not throw the error.\n if (checkDuplicate || typeof global['Zone'].__symbol__ !== 'function') {\n throw new Error('Zone already loaded.');\n }\n else {\n return global['Zone'];\n }\n }\n class Zone {\n constructor(parent, zoneSpec) {\n this._parent = parent;\n this._name = zoneSpec ? zoneSpec.name || 'unnamed' : '';\n this._properties = zoneSpec && zoneSpec.properties || {};\n this._zoneDelegate =\n new ZoneDelegate(this, this._parent && this._parent._zoneDelegate, zoneSpec);\n }\n static assertZonePatched() {\n if (global['Promise'] !== patches['ZoneAwarePromise']) {\n throw new Error('Zone.js has detected that ZoneAwarePromise `(window|global).Promise` ' +\n 'has been overwritten.\\n' +\n 'Most likely cause is that a Promise polyfill has been loaded ' +\n 'after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. ' +\n 'If you must load one, do so before loading zone.js.)');\n }\n }\n static get root() {\n let zone = Zone.current;\n while (zone.parent) {\n zone = zone.parent;\n }\n return zone;\n }\n static get current() {\n return _currentZoneFrame.zone;\n }\n static get currentTask() {\n return _currentTask;\n }\n static __load_patch(name, fn) {\n if (patches.hasOwnProperty(name)) {\n if (checkDuplicate) {\n throw Error('Already loaded patch: ' + name);\n }\n }\n else if (!global['__Zone_disable_' + name]) {\n const perfName = 'Zone:' + name;\n mark(perfName);\n patches[name] = fn(global, Zone, _api);\n performanceMeasure(perfName, perfName);\n }\n }\n get parent() {\n return this._parent;\n }\n get name() {\n return this._name;\n }\n get(key) {\n const zone = this.getZoneWith(key);\n if (zone)\n return zone._properties[key];\n }\n getZoneWith(key) {\n let current = this;\n while (current) {\n if (current._properties.hasOwnProperty(key)) {\n return current;\n }\n current = current._parent;\n }\n return null;\n }\n fork(zoneSpec) {\n if (!zoneSpec)\n throw new Error('ZoneSpec required!');\n return this._zoneDelegate.fork(this, zoneSpec);\n }\n wrap(callback, source) {\n if (typeof callback !== 'function') {\n throw new Error('Expecting function got: ' + callback);\n }\n const _callback = this._zoneDelegate.intercept(this, callback, source);\n const zone = this;\n return function () {\n return zone.runGuarded(_callback, this, arguments, source);\n };\n }\n run(callback, applyThis, applyArgs, source) {\n _currentZoneFrame = { parent: _currentZoneFrame, zone: this };\n try {\n return this._zoneDelegate.invoke(this, callback, applyThis, applyArgs, source);\n }\n finally {\n _currentZoneFrame = _currentZoneFrame.parent;\n }\n }\n runGuarded(callback, applyThis = null, applyArgs, source) {\n _currentZoneFrame = { parent: _currentZoneFrame, zone: this };\n try {\n try {\n return this._zoneDelegate.invoke(this, callback, applyThis, applyArgs, source);\n }\n catch (error) {\n if (this._zoneDelegate.handleError(this, error)) {\n throw error;\n }\n }\n }\n finally {\n _currentZoneFrame = _currentZoneFrame.parent;\n }\n }\n runTask(task, applyThis, applyArgs) {\n if (task.zone != this) {\n throw new Error('A task can only be run in the zone of creation! (Creation: ' +\n (task.zone || NO_ZONE).name + '; Execution: ' + this.name + ')');\n }\n // https://github.com/angular/zone.js/issues/778, sometimes eventTask\n // will run in notScheduled(canceled) state, we should not try to\n // run such kind of task but just return\n if (task.state === notScheduled && (task.type === eventTask || task.type === macroTask)) {\n return;\n }\n const reEntryGuard = task.state != running;\n reEntryGuard && task._transitionTo(running, scheduled);\n task.runCount++;\n const previousTask = _currentTask;\n _currentTask = task;\n _currentZoneFrame = { parent: _currentZoneFrame, zone: this };\n try {\n if (task.type == macroTask && task.data && !task.data.isPeriodic) {\n task.cancelFn = undefined;\n }\n try {\n return this._zoneDelegate.invokeTask(this, task, applyThis, applyArgs);\n }\n catch (error) {\n if (this._zoneDelegate.handleError(this, error)) {\n throw error;\n }\n }\n }\n finally {\n // if the task's state is notScheduled or unknown, then it has already been cancelled\n // we should not reset the state to scheduled\n if (task.state !== notScheduled && task.state !== unknown) {\n if (task.type == eventTask || (task.data && task.data.isPeriodic)) {\n reEntryGuard && task._transitionTo(scheduled, running);\n }\n else {\n task.runCount = 0;\n this._updateTaskCount(task, -1);\n reEntryGuard &&\n task._transitionTo(notScheduled, running, notScheduled);\n }\n }\n _currentZoneFrame = _currentZoneFrame.parent;\n _currentTask = previousTask;\n }\n }\n scheduleTask(task) {\n if (task.zone && task.zone !== this) {\n // check if the task was rescheduled, the newZone\n // should not be the children of the original zone\n let newZone = this;\n while (newZone) {\n if (newZone === task.zone) {\n throw Error(`can not reschedule task to ${this.name} which is descendants of the original zone ${task.zone.name}`);\n }\n newZone = newZone.parent;\n }\n }\n task._transitionTo(scheduling, notScheduled);\n const zoneDelegates = [];\n task._zoneDelegates = zoneDelegates;\n task._zone = this;\n try {\n task = this._zoneDelegate.scheduleTask(this, task);\n }\n catch (err) {\n // should set task's state to unknown when scheduleTask throw error\n // because the err may from reschedule, so the fromState maybe notScheduled\n task._transitionTo(unknown, scheduling, notScheduled);\n // TODO: @JiaLiPassion, should we check the result from handleError?\n this._zoneDelegate.handleError(this, err);\n throw err;\n }\n if (task._zoneDelegates === zoneDelegates) {\n // we have to check because internally the delegate can reschedule the task.\n this._updateTaskCount(task, 1);\n }\n if (task.state == scheduling) {\n task._transitionTo(scheduled, scheduling);\n }\n return task;\n }\n scheduleMicroTask(source, callback, data, customSchedule) {\n return this.scheduleTask(new ZoneTask(microTask, source, callback, data, customSchedule, undefined));\n }\n scheduleMacroTask(source, callback, data, customSchedule, customCancel) {\n return this.scheduleTask(new ZoneTask(macroTask, source, callback, data, customSchedule, customCancel));\n }\n scheduleEventTask(source, callback, data, customSchedule, customCancel) {\n return this.scheduleTask(new ZoneTask(eventTask, source, callback, data, customSchedule, customCancel));\n }\n cancelTask(task) {\n if (task.zone != this)\n throw new Error('A task can only be cancelled in the zone of creation! (Creation: ' +\n (task.zone || NO_ZONE).name + '; Execution: ' + this.name + ')');\n task._transitionTo(canceling, scheduled, running);\n try {\n this._zoneDelegate.cancelTask(this, task);\n }\n catch (err) {\n // if error occurs when cancelTask, transit the state to unknown\n task._transitionTo(unknown, canceling);\n this._zoneDelegate.handleError(this, err);\n throw err;\n }\n this._updateTaskCount(task, -1);\n task._transitionTo(notScheduled, canceling);\n task.runCount = 0;\n return task;\n }\n _updateTaskCount(task, count) {\n const zoneDelegates = task._zoneDelegates;\n if (count == -1) {\n task._zoneDelegates = null;\n }\n for (let i = 0; i < zoneDelegates.length; i++) {\n zoneDelegates[i]._updateTaskCount(task.type, count);\n }\n }\n }\n Zone.__symbol__ = __symbol__;\n const DELEGATE_ZS = {\n name: '',\n onHasTask: (delegate, _, target, hasTaskState) => delegate.hasTask(target, hasTaskState),\n onScheduleTask: (delegate, _, target, task) => delegate.scheduleTask(target, task),\n onInvokeTask: (delegate, _, target, task, applyThis, applyArgs) => delegate.invokeTask(target, task, applyThis, applyArgs),\n onCancelTask: (delegate, _, target, task) => delegate.cancelTask(target, task)\n };\n class ZoneDelegate {\n constructor(zone, parentDelegate, zoneSpec) {\n this._taskCounts = { 'microTask': 0, 'macroTask': 0, 'eventTask': 0 };\n this.zone = zone;\n this._parentDelegate = parentDelegate;\n this._forkZS = zoneSpec && (zoneSpec && zoneSpec.onFork ? zoneSpec : parentDelegate._forkZS);\n this._forkDlgt = zoneSpec && (zoneSpec.onFork ? parentDelegate : parentDelegate._forkDlgt);\n this._forkCurrZone = zoneSpec && (zoneSpec.onFork ? this.zone : parentDelegate.zone);\n this._interceptZS =\n zoneSpec && (zoneSpec.onIntercept ? zoneSpec : parentDelegate._interceptZS);\n this._interceptDlgt =\n zoneSpec && (zoneSpec.onIntercept ? parentDelegate : parentDelegate._interceptDlgt);\n this._interceptCurrZone =\n zoneSpec && (zoneSpec.onIntercept ? this.zone : parentDelegate.zone);\n this._invokeZS = zoneSpec && (zoneSpec.onInvoke ? zoneSpec : parentDelegate._invokeZS);\n this._invokeDlgt =\n zoneSpec && (zoneSpec.onInvoke ? parentDelegate : parentDelegate._invokeDlgt);\n this._invokeCurrZone = zoneSpec && (zoneSpec.onInvoke ? this.zone : parentDelegate.zone);\n this._handleErrorZS =\n zoneSpec && (zoneSpec.onHandleError ? zoneSpec : parentDelegate._handleErrorZS);\n this._handleErrorDlgt =\n zoneSpec && (zoneSpec.onHandleError ? parentDelegate : parentDelegate._handleErrorDlgt);\n this._handleErrorCurrZone =\n zoneSpec && (zoneSpec.onHandleError ? this.zone : parentDelegate.zone);\n this._scheduleTaskZS =\n zoneSpec && (zoneSpec.onScheduleTask ? zoneSpec : parentDelegate._scheduleTaskZS);\n this._scheduleTaskDlgt = zoneSpec &&\n (zoneSpec.onScheduleTask ? parentDelegate : parentDelegate._scheduleTaskDlgt);\n this._scheduleTaskCurrZone =\n zoneSpec && (zoneSpec.onScheduleTask ? this.zone : parentDelegate.zone);\n this._invokeTaskZS =\n zoneSpec && (zoneSpec.onInvokeTask ? zoneSpec : parentDelegate._invokeTaskZS);\n this._invokeTaskDlgt =\n zoneSpec && (zoneSpec.onInvokeTask ? parentDelegate : parentDelegate._invokeTaskDlgt);\n this._invokeTaskCurrZone =\n zoneSpec && (zoneSpec.onInvokeTask ? this.zone : parentDelegate.zone);\n this._cancelTaskZS =\n zoneSpec && (zoneSpec.onCancelTask ? zoneSpec : parentDelegate._cancelTaskZS);\n this._cancelTaskDlgt =\n zoneSpec && (zoneSpec.onCancelTask ? parentDelegate : parentDelegate._cancelTaskDlgt);\n this._cancelTaskCurrZone =\n zoneSpec && (zoneSpec.onCancelTask ? this.zone : parentDelegate.zone);\n this._hasTaskZS = null;\n this._hasTaskDlgt = null;\n this._hasTaskDlgtOwner = null;\n this._hasTaskCurrZone = null;\n const zoneSpecHasTask = zoneSpec && zoneSpec.onHasTask;\n const parentHasTask = parentDelegate && parentDelegate._hasTaskZS;\n if (zoneSpecHasTask || parentHasTask) {\n // If we need to report hasTask, than this ZS needs to do ref counting on tasks. In such\n // a case all task related interceptors must go through this ZD. We can't short circuit it.\n this._hasTaskZS = zoneSpecHasTask ? zoneSpec : DELEGATE_ZS;\n this._hasTaskDlgt = parentDelegate;\n this._hasTaskDlgtOwner = this;\n this._hasTaskCurrZone = zone;\n if (!zoneSpec.onScheduleTask) {\n this._scheduleTaskZS = DELEGATE_ZS;\n this._scheduleTaskDlgt = parentDelegate;\n this._scheduleTaskCurrZone = this.zone;\n }\n if (!zoneSpec.onInvokeTask) {\n this._invokeTaskZS = DELEGATE_ZS;\n this._invokeTaskDlgt = parentDelegate;\n this._invokeTaskCurrZone = this.zone;\n }\n if (!zoneSpec.onCancelTask) {\n this._cancelTaskZS = DELEGATE_ZS;\n this._cancelTaskDlgt = parentDelegate;\n this._cancelTaskCurrZone = this.zone;\n }\n }\n }\n fork(targetZone, zoneSpec) {\n return this._forkZS ? this._forkZS.onFork(this._forkDlgt, this.zone, targetZone, zoneSpec) :\n new Zone(targetZone, zoneSpec);\n }\n intercept(targetZone, callback, source) {\n return this._interceptZS ?\n this._interceptZS.onIntercept(this._interceptDlgt, this._interceptCurrZone, targetZone, callback, source) :\n callback;\n }\n invoke(targetZone, callback, applyThis, applyArgs, source) {\n return this._invokeZS ? this._invokeZS.onInvoke(this._invokeDlgt, this._invokeCurrZone, targetZone, callback, applyThis, applyArgs, source) :\n callback.apply(applyThis, applyArgs);\n }\n handleError(targetZone, error) {\n return this._handleErrorZS ?\n this._handleErrorZS.onHandleError(this._handleErrorDlgt, this._handleErrorCurrZone, targetZone, error) :\n true;\n }\n scheduleTask(targetZone, task) {\n let returnTask = task;\n if (this._scheduleTaskZS) {\n if (this._hasTaskZS) {\n returnTask._zoneDelegates.push(this._hasTaskDlgtOwner);\n }\n returnTask = this._scheduleTaskZS.onScheduleTask(this._scheduleTaskDlgt, this._scheduleTaskCurrZone, targetZone, task);\n if (!returnTask)\n returnTask = task;\n }\n else {\n if (task.scheduleFn) {\n task.scheduleFn(task);\n }\n else if (task.type == microTask) {\n scheduleMicroTask(task);\n }\n else {\n throw new Error('Task is missing scheduleFn.');\n }\n }\n return returnTask;\n }\n invokeTask(targetZone, task, applyThis, applyArgs) {\n return this._invokeTaskZS ? this._invokeTaskZS.onInvokeTask(this._invokeTaskDlgt, this._invokeTaskCurrZone, targetZone, task, applyThis, applyArgs) :\n task.callback.apply(applyThis, applyArgs);\n }\n cancelTask(targetZone, task) {\n let value;\n if (this._cancelTaskZS) {\n value = this._cancelTaskZS.onCancelTask(this._cancelTaskDlgt, this._cancelTaskCurrZone, targetZone, task);\n }\n else {\n if (!task.cancelFn) {\n throw Error('Task is not cancelable');\n }\n value = task.cancelFn(task);\n }\n return value;\n }\n hasTask(targetZone, isEmpty) {\n // hasTask should not throw error so other ZoneDelegate\n // can still trigger hasTask callback\n try {\n this._hasTaskZS &&\n this._hasTaskZS.onHasTask(this._hasTaskDlgt, this._hasTaskCurrZone, targetZone, isEmpty);\n }\n catch (err) {\n this.handleError(targetZone, err);\n }\n }\n _updateTaskCount(type, count) {\n const counts = this._taskCounts;\n const prev = counts[type];\n const next = counts[type] = prev + count;\n if (next < 0) {\n throw new Error('More tasks executed then were scheduled.');\n }\n if (prev == 0 || next == 0) {\n const isEmpty = {\n microTask: counts['microTask'] > 0,\n macroTask: counts['macroTask'] > 0,\n eventTask: counts['eventTask'] > 0,\n change: type\n };\n this.hasTask(this.zone, isEmpty);\n }\n }\n }\n class ZoneTask {\n constructor(type, source, callback, options, scheduleFn, cancelFn) {\n this._zone = null;\n this.runCount = 0;\n this._zoneDelegates = null;\n this._state = 'notScheduled';\n this.type = type;\n this.source = source;\n this.data = options;\n this.scheduleFn = scheduleFn;\n this.cancelFn = cancelFn;\n this.callback = callback;\n const self = this;\n // TODO: @JiaLiPassion options should have interface\n if (type === eventTask && options && options.useG) {\n this.invoke = ZoneTask.invokeTask;\n }\n else {\n this.invoke = function () {\n return ZoneTask.invokeTask.call(global, self, this, arguments);\n };\n }\n }\n static invokeTask(task, target, args) {\n if (!task) {\n task = this;\n }\n _numberOfNestedTaskFrames++;\n try {\n task.runCount++;\n return task.zone.runTask(task, target, args);\n }\n finally {\n if (_numberOfNestedTaskFrames == 1) {\n drainMicroTaskQueue();\n }\n _numberOfNestedTaskFrames--;\n }\n }\n get zone() {\n return this._zone;\n }\n get state() {\n return this._state;\n }\n cancelScheduleRequest() {\n this._transitionTo(notScheduled, scheduling);\n }\n _transitionTo(toState, fromState1, fromState2) {\n if (this._state === fromState1 || this._state === fromState2) {\n this._state = toState;\n if (toState == notScheduled) {\n this._zoneDelegates = null;\n }\n }\n else {\n throw new Error(`${this.type} '${this.source}': can not transition to '${toState}', expecting state '${fromState1}'${fromState2 ? ' or \\'' + fromState2 + '\\'' : ''}, was '${this._state}'.`);\n }\n }\n toString() {\n if (this.data && typeof this.data.handleId !== 'undefined') {\n return this.data.handleId.toString();\n }\n else {\n return Object.prototype.toString.call(this);\n }\n }\n // add toJSON method to prevent cyclic error when\n // call JSON.stringify(zoneTask)\n toJSON() {\n return {\n type: this.type,\n state: this.state,\n source: this.source,\n zone: this.zone.name,\n runCount: this.runCount\n };\n }\n }\n //////////////////////////////////////////////////////\n //////////////////////////////////////////////////////\n /// MICROTASK QUEUE\n //////////////////////////////////////////////////////\n //////////////////////////////////////////////////////\n const symbolSetTimeout = __symbol__('setTimeout');\n const symbolPromise = __symbol__('Promise');\n const symbolThen = __symbol__('then');\n let _microTaskQueue = [];\n let _isDrainingMicrotaskQueue = false;\n let nativeMicroTaskQueuePromise;\n function scheduleMicroTask(task) {\n // if we are not running in any task, and there has not been anything scheduled\n // we must bootstrap the initial task creation by manually scheduling the drain\n if (_numberOfNestedTaskFrames === 0 && _microTaskQueue.length === 0) {\n // We are not running in Task, so we need to kickstart the microtask queue.\n if (!nativeMicroTaskQueuePromise) {\n if (global[symbolPromise]) {\n nativeMicroTaskQueuePromise = global[symbolPromise].resolve(0);\n }\n }\n if (nativeMicroTaskQueuePromise) {\n let nativeThen = nativeMicroTaskQueuePromise[symbolThen];\n if (!nativeThen) {\n // native Promise is not patchable, we need to use `then` directly\n // issue 1078\n nativeThen = nativeMicroTaskQueuePromise['then'];\n }\n nativeThen.call(nativeMicroTaskQueuePromise, drainMicroTaskQueue);\n }\n else {\n global[symbolSetTimeout](drainMicroTaskQueue, 0);\n }\n }\n task && _microTaskQueue.push(task);\n }\n function drainMicroTaskQueue() {\n if (!_isDrainingMicrotaskQueue) {\n _isDrainingMicrotaskQueue = true;\n while (_microTaskQueue.length) {\n const queue = _microTaskQueue;\n _microTaskQueue = [];\n for (let i = 0; i < queue.length; i++) {\n const task = queue[i];\n try {\n task.zone.runTask(task, null, null);\n }\n catch (error) {\n _api.onUnhandledError(error);\n }\n }\n }\n _api.microtaskDrainDone();\n _isDrainingMicrotaskQueue = false;\n }\n }\n //////////////////////////////////////////////////////\n //////////////////////////////////////////////////////\n /// BOOTSTRAP\n //////////////////////////////////////////////////////\n //////////////////////////////////////////////////////\n const NO_ZONE = { name: 'NO ZONE' };\n const notScheduled = 'notScheduled', scheduling = 'scheduling', scheduled = 'scheduled', running = 'running', canceling = 'canceling', unknown = 'unknown';\n const microTask = 'microTask', macroTask = 'macroTask', eventTask = 'eventTask';\n const patches = {};\n const _api = {\n symbol: __symbol__,\n currentZoneFrame: () => _currentZoneFrame,\n onUnhandledError: noop,\n microtaskDrainDone: noop,\n scheduleMicroTask: scheduleMicroTask,\n showUncaughtError: () => !Zone[__symbol__('ignoreConsoleErrorUncaughtError')],\n patchEventTarget: () => [],\n patchOnProperties: noop,\n patchMethod: () => noop,\n bindArguments: () => [],\n patchThen: () => noop,\n patchMacroTask: () => noop,\n setNativePromise: (NativePromise) => {\n // sometimes NativePromise.resolve static function\n // is not ready yet, (such as core-js/es6.promise)\n // so we need to check here.\n if (NativePromise && typeof NativePromise.resolve === 'function') {\n nativeMicroTaskQueuePromise = NativePromise.resolve(0);\n }\n },\n patchEventPrototype: () => noop,\n isIEOrEdge: () => false,\n getGlobalObjects: () => undefined,\n ObjectDefineProperty: () => noop,\n ObjectGetOwnPropertyDescriptor: () => undefined,\n ObjectCreate: () => undefined,\n ArraySlice: () => [],\n patchClass: () => noop,\n wrapWithCurrentZone: () => noop,\n filterProperties: () => [],\n attachOriginToPatched: () => noop,\n _redefineProperty: () => noop,\n patchCallbacks: () => noop\n };\n let _currentZoneFrame = { parent: null, zone: new Zone(null, null) };\n let _currentTask = null;\n let _numberOfNestedTaskFrames = 0;\n function noop() { }\n function __symbol__(name) {\n return '__zone_symbol__' + name;\n }\n performanceMeasure('Zone', 'Zone');\n return global['Zone'] = Zone;\n})(typeof window !== 'undefined' && window || typeof self !== 'undefined' && self || global);\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nZone.__load_patch('ZoneAwarePromise', (global, Zone, api) => {\n const ObjectGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n const ObjectDefineProperty = Object.defineProperty;\n function readableObjectToString(obj) {\n if (obj && obj.toString === Object.prototype.toString) {\n const className = obj.constructor && obj.constructor.name;\n return (className ? className : '') + ': ' + JSON.stringify(obj);\n }\n return obj ? obj.toString() : Object.prototype.toString.call(obj);\n }\n const __symbol__ = api.symbol;\n const _uncaughtPromiseErrors = [];\n const symbolPromise = __symbol__('Promise');\n const symbolThen = __symbol__('then');\n const creationTrace = '__creationTrace__';\n api.onUnhandledError = (e) => {\n if (api.showUncaughtError()) {\n const rejection = e && e.rejection;\n if (rejection) {\n console.error('Unhandled Promise rejection:', rejection instanceof Error ? rejection.message : rejection, '; Zone:', e.zone.name, '; Task:', e.task && e.task.source, '; Value:', rejection, rejection instanceof Error ? rejection.stack : undefined);\n }\n else {\n console.error(e);\n }\n }\n };\n api.microtaskDrainDone = () => {\n while (_uncaughtPromiseErrors.length) {\n while (_uncaughtPromiseErrors.length) {\n const uncaughtPromiseError = _uncaughtPromiseErrors.shift();\n try {\n uncaughtPromiseError.zone.runGuarded(() => {\n throw uncaughtPromiseError;\n });\n }\n catch (error) {\n handleUnhandledRejection(error);\n }\n }\n }\n };\n const UNHANDLED_PROMISE_REJECTION_HANDLER_SYMBOL = __symbol__('unhandledPromiseRejectionHandler');\n function handleUnhandledRejection(e) {\n api.onUnhandledError(e);\n try {\n const handler = Zone[UNHANDLED_PROMISE_REJECTION_HANDLER_SYMBOL];\n if (handler && typeof handler === 'function') {\n handler.call(this, e);\n }\n }\n catch (err) {\n }\n }\n function isThenable(value) {\n return value && value.then;\n }\n function forwardResolution(value) {\n return value;\n }\n function forwardRejection(rejection) {\n return ZoneAwarePromise.reject(rejection);\n }\n const symbolState = __symbol__('state');\n const symbolValue = __symbol__('value');\n const symbolFinally = __symbol__('finally');\n const symbolParentPromiseValue = __symbol__('parentPromiseValue');\n const symbolParentPromiseState = __symbol__('parentPromiseState');\n const source = 'Promise.then';\n const UNRESOLVED = null;\n const RESOLVED = true;\n const REJECTED = false;\n const REJECTED_NO_CATCH = 0;\n function makeResolver(promise, state) {\n return (v) => {\n try {\n resolvePromise(promise, state, v);\n }\n catch (err) {\n resolvePromise(promise, false, err);\n }\n // Do not return value or you will break the Promise spec.\n };\n }\n const once = function () {\n let wasCalled = false;\n return function wrapper(wrappedFunction) {\n return function () {\n if (wasCalled) {\n return;\n }\n wasCalled = true;\n wrappedFunction.apply(null, arguments);\n };\n };\n };\n const TYPE_ERROR = 'Promise resolved with itself';\n const CURRENT_TASK_TRACE_SYMBOL = __symbol__('currentTaskTrace');\n // Promise Resolution\n function resolvePromise(promise, state, value) {\n const onceWrapper = once();\n if (promise === value) {\n throw new TypeError(TYPE_ERROR);\n }\n if (promise[symbolState] === UNRESOLVED) {\n // should only get value.then once based on promise spec.\n let then = null;\n try {\n if (typeof value === 'object' || typeof value === 'function') {\n then = value && value.then;\n }\n }\n catch (err) {\n onceWrapper(() => {\n resolvePromise(promise, false, err);\n })();\n return promise;\n }\n // if (value instanceof ZoneAwarePromise) {\n if (state !== REJECTED && value instanceof ZoneAwarePromise &&\n value.hasOwnProperty(symbolState) && value.hasOwnProperty(symbolValue) &&\n value[symbolState] !== UNRESOLVED) {\n clearRejectedNoCatch(value);\n resolvePromise(promise, value[symbolState], value[symbolValue]);\n }\n else if (state !== REJECTED && typeof then === 'function') {\n try {\n then.call(value, onceWrapper(makeResolver(promise, state)), onceWrapper(makeResolver(promise, false)));\n }\n catch (err) {\n onceWrapper(() => {\n resolvePromise(promise, false, err);\n })();\n }\n }\n else {\n promise[symbolState] = state;\n const queue = promise[symbolValue];\n promise[symbolValue] = value;\n if (promise[symbolFinally] === symbolFinally) {\n // the promise is generated by Promise.prototype.finally\n if (state === RESOLVED) {\n // the state is resolved, should ignore the value\n // and use parent promise value\n promise[symbolState] = promise[symbolParentPromiseState];\n promise[symbolValue] = promise[symbolParentPromiseValue];\n }\n }\n // record task information in value when error occurs, so we can\n // do some additional work such as render longStackTrace\n if (state === REJECTED && value instanceof Error) {\n // check if longStackTraceZone is here\n const trace = Zone.currentTask && Zone.currentTask.data &&\n Zone.currentTask.data[creationTrace];\n if (trace) {\n // only keep the long stack trace into error when in longStackTraceZone\n ObjectDefineProperty(value, CURRENT_TASK_TRACE_SYMBOL, { configurable: true, enumerable: false, writable: true, value: trace });\n }\n }\n for (let i = 0; i < queue.length;) {\n scheduleResolveOrReject(promise, queue[i++], queue[i++], queue[i++], queue[i++]);\n }\n if (queue.length == 0 && state == REJECTED) {\n promise[symbolState] = REJECTED_NO_CATCH;\n try {\n // try to print more readable error log\n throw new Error('Uncaught (in promise): ' + readableObjectToString(value) +\n (value && value.stack ? '\\n' + value.stack : ''));\n }\n catch (err) {\n const error = err;\n error.rejection = value;\n error.promise = promise;\n error.zone = Zone.current;\n error.task = Zone.currentTask;\n _uncaughtPromiseErrors.push(error);\n api.scheduleMicroTask(); // to make sure that it is running\n }\n }\n }\n }\n // Resolving an already resolved promise is a noop.\n return promise;\n }\n const REJECTION_HANDLED_HANDLER = __symbol__('rejectionHandledHandler');\n function clearRejectedNoCatch(promise) {\n if (promise[symbolState] === REJECTED_NO_CATCH) {\n // if the promise is rejected no catch status\n // and queue.length > 0, means there is a error handler\n // here to handle the rejected promise, we should trigger\n // windows.rejectionhandled eventHandler or nodejs rejectionHandled\n // eventHandler\n try {\n const handler = Zone[REJECTION_HANDLED_HANDLER];\n if (handler && typeof handler === 'function') {\n handler.call(this, { rejection: promise[symbolValue], promise: promise });\n }\n }\n catch (err) {\n }\n promise[symbolState] = REJECTED;\n for (let i = 0; i < _uncaughtPromiseErrors.length; i++) {\n if (promise === _uncaughtPromiseErrors[i].promise) {\n _uncaughtPromiseErrors.splice(i, 1);\n }\n }\n }\n }\n function scheduleResolveOrReject(promise, zone, chainPromise, onFulfilled, onRejected) {\n clearRejectedNoCatch(promise);\n const promiseState = promise[symbolState];\n const delegate = promiseState ?\n (typeof onFulfilled === 'function') ? onFulfilled : forwardResolution :\n (typeof onRejected === 'function') ? onRejected : forwardRejection;\n zone.scheduleMicroTask(source, () => {\n try {\n const parentPromiseValue = promise[symbolValue];\n const isFinallyPromise = chainPromise && symbolFinally === chainPromise[symbolFinally];\n if (isFinallyPromise) {\n // if the promise is generated from finally call, keep parent promise's state and value\n chainPromise[symbolParentPromiseValue] = parentPromiseValue;\n chainPromise[symbolParentPromiseState] = promiseState;\n }\n // should not pass value to finally callback\n const value = zone.run(delegate, undefined, isFinallyPromise && delegate !== forwardRejection && delegate !== forwardResolution ?\n [] :\n [parentPromiseValue]);\n resolvePromise(chainPromise, true, value);\n }\n catch (error) {\n // if error occurs, should always return this error\n resolvePromise(chainPromise, false, error);\n }\n }, chainPromise);\n }\n const ZONE_AWARE_PROMISE_TO_STRING = 'function ZoneAwarePromise() { [native code] }';\n class ZoneAwarePromise {\n constructor(executor) {\n const promise = this;\n if (!(promise instanceof ZoneAwarePromise)) {\n throw new Error('Must be an instanceof Promise.');\n }\n promise[symbolState] = UNRESOLVED;\n promise[symbolValue] = []; // queue;\n try {\n executor && executor(makeResolver(promise, RESOLVED), makeResolver(promise, REJECTED));\n }\n catch (error) {\n resolvePromise(promise, false, error);\n }\n }\n static toString() {\n return ZONE_AWARE_PROMISE_TO_STRING;\n }\n static resolve(value) {\n return resolvePromise(new this(null), RESOLVED, value);\n }\n static reject(error) {\n return resolvePromise(new this(null), REJECTED, error);\n }\n static race(values) {\n let resolve;\n let reject;\n let promise = new this((res, rej) => {\n resolve = res;\n reject = rej;\n });\n function onResolve(value) {\n resolve(value);\n }\n function onReject(error) {\n reject(error);\n }\n for (let value of values) {\n if (!isThenable(value)) {\n value = this.resolve(value);\n }\n value.then(onResolve, onReject);\n }\n return promise;\n }\n static all(values) {\n let resolve;\n let reject;\n let promise = new this((res, rej) => {\n resolve = res;\n reject = rej;\n });\n // Start at 2 to prevent prematurely resolving if .then is called immediately.\n let unresolvedCount = 2;\n let valueIndex = 0;\n const resolvedValues = [];\n for (let value of values) {\n if (!isThenable(value)) {\n value = this.resolve(value);\n }\n const curValueIndex = valueIndex;\n value.then((value) => {\n resolvedValues[curValueIndex] = value;\n unresolvedCount--;\n if (unresolvedCount === 0) {\n resolve(resolvedValues);\n }\n }, reject);\n unresolvedCount++;\n valueIndex++;\n }\n // Make the unresolvedCount zero-based again.\n unresolvedCount -= 2;\n if (unresolvedCount === 0) {\n resolve(resolvedValues);\n }\n return promise;\n }\n get [Symbol.toStringTag]() {\n return 'Promise';\n }\n then(onFulfilled, onRejected) {\n const chainPromise = new this.constructor(null);\n const zone = Zone.current;\n if (this[symbolState] == UNRESOLVED) {\n this[symbolValue].push(zone, chainPromise, onFulfilled, onRejected);\n }\n else {\n scheduleResolveOrReject(this, zone, chainPromise, onFulfilled, onRejected);\n }\n return chainPromise;\n }\n catch(onRejected) {\n return this.then(null, onRejected);\n }\n finally(onFinally) {\n const chainPromise = new this.constructor(null);\n chainPromise[symbolFinally] = symbolFinally;\n const zone = Zone.current;\n if (this[symbolState] == UNRESOLVED) {\n this[symbolValue].push(zone, chainPromise, onFinally, onFinally);\n }\n else {\n scheduleResolveOrReject(this, zone, chainPromise, onFinally, onFinally);\n }\n return chainPromise;\n }\n }\n // Protect against aggressive optimizers dropping seemingly unused properties.\n // E.g. Closure Compiler in advanced mode.\n ZoneAwarePromise['resolve'] = ZoneAwarePromise.resolve;\n ZoneAwarePromise['reject'] = ZoneAwarePromise.reject;\n ZoneAwarePromise['race'] = ZoneAwarePromise.race;\n ZoneAwarePromise['all'] = ZoneAwarePromise.all;\n const NativePromise = global[symbolPromise] = global['Promise'];\n const ZONE_AWARE_PROMISE = Zone.__symbol__('ZoneAwarePromise');\n let desc = ObjectGetOwnPropertyDescriptor(global, 'Promise');\n if (!desc || desc.configurable) {\n desc && delete desc.writable;\n desc && delete desc.value;\n if (!desc) {\n desc = { configurable: true, enumerable: true };\n }\n desc.get = function () {\n // if we already set ZoneAwarePromise, use patched one\n // otherwise return native one.\n return global[ZONE_AWARE_PROMISE] ? global[ZONE_AWARE_PROMISE] : global[symbolPromise];\n };\n desc.set = function (NewNativePromise) {\n if (NewNativePromise === ZoneAwarePromise) {\n // if the NewNativePromise is ZoneAwarePromise\n // save to global\n global[ZONE_AWARE_PROMISE] = NewNativePromise;\n }\n else {\n // if the NewNativePromise is not ZoneAwarePromise\n // for example: after load zone.js, some library just\n // set es6-promise to global, if we set it to global\n // directly, assertZonePatched will fail and angular\n // will not loaded, so we just set the NewNativePromise\n // to global[symbolPromise], so the result is just like\n // we load ES6 Promise before zone.js\n global[symbolPromise] = NewNativePromise;\n if (!NewNativePromise.prototype[symbolThen]) {\n patchThen(NewNativePromise);\n }\n api.setNativePromise(NewNativePromise);\n }\n };\n ObjectDefineProperty(global, 'Promise', desc);\n }\n global['Promise'] = ZoneAwarePromise;\n const symbolThenPatched = __symbol__('thenPatched');\n function patchThen(Ctor) {\n const proto = Ctor.prototype;\n const prop = ObjectGetOwnPropertyDescriptor(proto, 'then');\n if (prop && (prop.writable === false || !prop.configurable)) {\n // check Ctor.prototype.then propertyDescriptor is writable or not\n // in meteor env, writable is false, we should ignore such case\n return;\n }\n const originalThen = proto.then;\n // Keep a reference to the original method.\n proto[symbolThen] = originalThen;\n Ctor.prototype.then = function (onResolve, onReject) {\n const wrapped = new ZoneAwarePromise((resolve, reject) => {\n originalThen.call(this, resolve, reject);\n });\n return wrapped.then(onResolve, onReject);\n };\n Ctor[symbolThenPatched] = true;\n }\n api.patchThen = patchThen;\n function zoneify(fn) {\n return function () {\n let resultPromise = fn.apply(this, arguments);\n if (resultPromise instanceof ZoneAwarePromise) {\n return resultPromise;\n }\n let ctor = resultPromise.constructor;\n if (!ctor[symbolThenPatched]) {\n patchThen(ctor);\n }\n return resultPromise;\n };\n }\n if (NativePromise) {\n patchThen(NativePromise);\n const fetch = global['fetch'];\n if (typeof fetch == 'function') {\n global[api.symbol('fetch')] = fetch;\n global['fetch'] = zoneify(fetch);\n }\n }\n // This is not part of public API, but it is useful for tests, so we expose it.\n Promise[Zone.__symbol__('uncaughtPromiseErrors')] = _uncaughtPromiseErrors;\n return ZoneAwarePromise;\n});\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/**\n * Suppress closure compiler errors about unknown 'Zone' variable\n * @fileoverview\n * @suppress {undefinedVars,globalThis,missingRequire}\n */\n// issue #989, to reduce bundle size, use short name\n/** Object.getOwnPropertyDescriptor */\nconst ObjectGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n/** Object.defineProperty */\nconst ObjectDefineProperty = Object.defineProperty;\n/** Object.getPrototypeOf */\nconst ObjectGetPrototypeOf = Object.getPrototypeOf;\n/** Object.create */\nconst ObjectCreate = Object.create;\n/** Array.prototype.slice */\nconst ArraySlice = Array.prototype.slice;\n/** addEventListener string const */\nconst ADD_EVENT_LISTENER_STR = 'addEventListener';\n/** removeEventListener string const */\nconst REMOVE_EVENT_LISTENER_STR = 'removeEventListener';\n/** zoneSymbol addEventListener */\nconst ZONE_SYMBOL_ADD_EVENT_LISTENER = Zone.__symbol__(ADD_EVENT_LISTENER_STR);\n/** zoneSymbol removeEventListener */\nconst ZONE_SYMBOL_REMOVE_EVENT_LISTENER = Zone.__symbol__(REMOVE_EVENT_LISTENER_STR);\n/** true string const */\nconst TRUE_STR = 'true';\n/** false string const */\nconst FALSE_STR = 'false';\n/** __zone_symbol__ string const */\nconst ZONE_SYMBOL_PREFIX = '__zone_symbol__';\nfunction wrapWithCurrentZone(callback, source) {\n return Zone.current.wrap(callback, source);\n}\nfunction scheduleMacroTaskWithCurrentZone(source, callback, data, customSchedule, customCancel) {\n return Zone.current.scheduleMacroTask(source, callback, data, customSchedule, customCancel);\n}\nconst zoneSymbol = Zone.__symbol__;\nconst isWindowExists = typeof window !== 'undefined';\nconst internalWindow = isWindowExists ? window : undefined;\nconst _global = isWindowExists && internalWindow || typeof self === 'object' && self || global;\nconst REMOVE_ATTRIBUTE = 'removeAttribute';\nconst NULL_ON_PROP_VALUE = [null];\nfunction bindArguments(args, source) {\n for (let i = args.length - 1; i >= 0; i--) {\n if (typeof args[i] === 'function') {\n args[i] = wrapWithCurrentZone(args[i], source + '_' + i);\n }\n }\n return args;\n}\nfunction patchPrototype(prototype, fnNames) {\n const source = prototype.constructor['name'];\n for (let i = 0; i < fnNames.length; i++) {\n const name = fnNames[i];\n const delegate = prototype[name];\n if (delegate) {\n const prototypeDesc = ObjectGetOwnPropertyDescriptor(prototype, name);\n if (!isPropertyWritable(prototypeDesc)) {\n continue;\n }\n prototype[name] = ((delegate) => {\n const patched = function () {\n return delegate.apply(this, bindArguments(arguments, source + '.' + name));\n };\n attachOriginToPatched(patched, delegate);\n return patched;\n })(delegate);\n }\n }\n}\nfunction isPropertyWritable(propertyDesc) {\n if (!propertyDesc) {\n return true;\n }\n if (propertyDesc.writable === false) {\n return false;\n }\n return !(typeof propertyDesc.get === 'function' && typeof propertyDesc.set === 'undefined');\n}\nconst isWebWorker = (typeof WorkerGlobalScope !== 'undefined' && self instanceof WorkerGlobalScope);\n// Make sure to access `process` through `_global` so that WebPack does not accidentally browserify\n// this code.\nconst isNode = (!('nw' in _global) && typeof _global.process !== 'undefined' &&\n {}.toString.call(_global.process) === '[object process]');\nconst isBrowser = !isNode && !isWebWorker && !!(isWindowExists && internalWindow['HTMLElement']);\n// we are in electron of nw, so we are both browser and nodejs\n// Make sure to access `process` through `_global` so that WebPack does not accidentally browserify\n// this code.\nconst isMix = typeof _global.process !== 'undefined' &&\n {}.toString.call(_global.process) === '[object process]' && !isWebWorker &&\n !!(isWindowExists && internalWindow['HTMLElement']);\nconst zoneSymbolEventNames = {};\nconst wrapFn = function (event) {\n // https://github.com/angular/zone.js/issues/911, in IE, sometimes\n // event will be undefined, so we need to use window.event\n event = event || _global.event;\n if (!event) {\n return;\n }\n let eventNameSymbol = zoneSymbolEventNames[event.type];\n if (!eventNameSymbol) {\n eventNameSymbol = zoneSymbolEventNames[event.type] = zoneSymbol('ON_PROPERTY' + event.type);\n }\n const target = this || event.target || _global;\n const listener = target[eventNameSymbol];\n let result;\n if (isBrowser && target === internalWindow && event.type === 'error') {\n // window.onerror have different signiture\n // https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror#window.onerror\n // and onerror callback will prevent default when callback return true\n const errorEvent = event;\n result = listener &&\n listener.call(this, errorEvent.message, errorEvent.filename, errorEvent.lineno, errorEvent.colno, errorEvent.error);\n if (result === true) {\n event.preventDefault();\n }\n }\n else {\n result = listener && listener.apply(this, arguments);\n if (result != undefined && !result) {\n event.preventDefault();\n }\n }\n return result;\n};\nfunction patchProperty(obj, prop, prototype) {\n let desc = ObjectGetOwnPropertyDescriptor(obj, prop);\n if (!desc && prototype) {\n // when patch window object, use prototype to check prop exist or not\n const prototypeDesc = ObjectGetOwnPropertyDescriptor(prototype, prop);\n if (prototypeDesc) {\n desc = { enumerable: true, configurable: true };\n }\n }\n // if the descriptor not exists or is not configurable\n // just return\n if (!desc || !desc.configurable) {\n return;\n }\n const onPropPatchedSymbol = zoneSymbol('on' + prop + 'patched');\n if (obj.hasOwnProperty(onPropPatchedSymbol) && obj[onPropPatchedSymbol]) {\n return;\n }\n // A property descriptor cannot have getter/setter and be writable\n // deleting the writable and value properties avoids this error:\n //\n // TypeError: property descriptors must not specify a value or be writable when a\n // getter or setter has been specified\n delete desc.writable;\n delete desc.value;\n const originalDescGet = desc.get;\n const originalDescSet = desc.set;\n // substr(2) cuz 'onclick' -> 'click', etc\n const eventName = prop.substr(2);\n let eventNameSymbol = zoneSymbolEventNames[eventName];\n if (!eventNameSymbol) {\n eventNameSymbol = zoneSymbolEventNames[eventName] = zoneSymbol('ON_PROPERTY' + eventName);\n }\n desc.set = function (newValue) {\n // in some of windows's onproperty callback, this is undefined\n // so we need to check it\n let target = this;\n if (!target && obj === _global) {\n target = _global;\n }\n if (!target) {\n return;\n }\n let previousValue = target[eventNameSymbol];\n if (previousValue) {\n target.removeEventListener(eventName, wrapFn);\n }\n // issue #978, when onload handler was added before loading zone.js\n // we should remove it with originalDescSet\n if (originalDescSet) {\n originalDescSet.apply(target, NULL_ON_PROP_VALUE);\n }\n if (typeof newValue === 'function') {\n target[eventNameSymbol] = newValue;\n target.addEventListener(eventName, wrapFn, false);\n }\n else {\n target[eventNameSymbol] = null;\n }\n };\n // The getter would return undefined for unassigned properties but the default value of an\n // unassigned property is null\n desc.get = function () {\n // in some of windows's onproperty callback, this is undefined\n // so we need to check it\n let target = this;\n if (!target && obj === _global) {\n target = _global;\n }\n if (!target) {\n return null;\n }\n const listener = target[eventNameSymbol];\n if (listener) {\n return listener;\n }\n else if (originalDescGet) {\n // result will be null when use inline event attribute,\n // such as \n // because the onclick function is internal raw uncompiled handler\n // the onclick will be evaluated when first time event was triggered or\n // the property is accessed, https://github.com/angular/zone.js/issues/525\n // so we should use original native get to retrieve the handler\n let value = originalDescGet && originalDescGet.call(this);\n if (value) {\n desc.set.call(this, value);\n if (typeof target[REMOVE_ATTRIBUTE] === 'function') {\n target.removeAttribute(prop);\n }\n return value;\n }\n }\n return null;\n };\n ObjectDefineProperty(obj, prop, desc);\n obj[onPropPatchedSymbol] = true;\n}\nfunction patchOnProperties(obj, properties, prototype) {\n if (properties) {\n for (let i = 0; i < properties.length; i++) {\n patchProperty(obj, 'on' + properties[i], prototype);\n }\n }\n else {\n const onProperties = [];\n for (const prop in obj) {\n if (prop.substr(0, 2) == 'on') {\n onProperties.push(prop);\n }\n }\n for (let j = 0; j < onProperties.length; j++) {\n patchProperty(obj, onProperties[j], prototype);\n }\n }\n}\nconst originalInstanceKey = zoneSymbol('originalInstance');\n// wrap some native API on `window`\nfunction patchClass(className) {\n const OriginalClass = _global[className];\n if (!OriginalClass)\n return;\n // keep original class in global\n _global[zoneSymbol(className)] = OriginalClass;\n _global[className] = function () {\n const a = bindArguments(arguments, className);\n switch (a.length) {\n case 0:\n this[originalInstanceKey] = new OriginalClass();\n break;\n case 1:\n this[originalInstanceKey] = new OriginalClass(a[0]);\n break;\n case 2:\n this[originalInstanceKey] = new OriginalClass(a[0], a[1]);\n break;\n case 3:\n this[originalInstanceKey] = new OriginalClass(a[0], a[1], a[2]);\n break;\n case 4:\n this[originalInstanceKey] = new OriginalClass(a[0], a[1], a[2], a[3]);\n break;\n default:\n throw new Error('Arg list too long.');\n }\n };\n // attach original delegate to patched function\n attachOriginToPatched(_global[className], OriginalClass);\n const instance = new OriginalClass(function () { });\n let prop;\n for (prop in instance) {\n // https://bugs.webkit.org/show_bug.cgi?id=44721\n if (className === 'XMLHttpRequest' && prop === 'responseBlob')\n continue;\n (function (prop) {\n if (typeof instance[prop] === 'function') {\n _global[className].prototype[prop] = function () {\n return this[originalInstanceKey][prop].apply(this[originalInstanceKey], arguments);\n };\n }\n else {\n ObjectDefineProperty(_global[className].prototype, prop, {\n set: function (fn) {\n if (typeof fn === 'function') {\n this[originalInstanceKey][prop] = wrapWithCurrentZone(fn, className + '.' + prop);\n // keep callback in wrapped function so we can\n // use it in Function.prototype.toString to return\n // the native one.\n attachOriginToPatched(this[originalInstanceKey][prop], fn);\n }\n else {\n this[originalInstanceKey][prop] = fn;\n }\n },\n get: function () {\n return this[originalInstanceKey][prop];\n }\n });\n }\n }(prop));\n }\n for (prop in OriginalClass) {\n if (prop !== 'prototype' && OriginalClass.hasOwnProperty(prop)) {\n _global[className][prop] = OriginalClass[prop];\n }\n }\n}\nfunction copySymbolProperties(src, dest) {\n if (typeof Object.getOwnPropertySymbols !== 'function') {\n return;\n }\n const symbols = Object.getOwnPropertySymbols(src);\n symbols.forEach((symbol) => {\n const desc = Object.getOwnPropertyDescriptor(src, symbol);\n Object.defineProperty(dest, symbol, {\n get: function () {\n return src[symbol];\n },\n set: function (value) {\n if (desc && (!desc.writable || typeof desc.set !== 'function')) {\n // if src[symbol] is not writable or not have a setter, just return\n return;\n }\n src[symbol] = value;\n },\n enumerable: desc ? desc.enumerable : true,\n configurable: desc ? desc.configurable : true\n });\n });\n}\nlet shouldCopySymbolProperties = false;\n\nfunction patchMethod(target, name, patchFn) {\n let proto = target;\n while (proto && !proto.hasOwnProperty(name)) {\n proto = ObjectGetPrototypeOf(proto);\n }\n if (!proto && target[name]) {\n // somehow we did not find it, but we can see it. This happens on IE for Window properties.\n proto = target;\n }\n const delegateName = zoneSymbol(name);\n let delegate = null;\n if (proto && !(delegate = proto[delegateName])) {\n delegate = proto[delegateName] = proto[name];\n // check whether proto[name] is writable\n // some property is readonly in safari, such as HtmlCanvasElement.prototype.toBlob\n const desc = proto && ObjectGetOwnPropertyDescriptor(proto, name);\n if (isPropertyWritable(desc)) {\n const patchDelegate = patchFn(delegate, delegateName, name);\n proto[name] = function () {\n return patchDelegate(this, arguments);\n };\n attachOriginToPatched(proto[name], delegate);\n if (shouldCopySymbolProperties) {\n copySymbolProperties(delegate, proto[name]);\n }\n }\n }\n return delegate;\n}\n// TODO: @JiaLiPassion, support cancel task later if necessary\nfunction patchMacroTask(obj, funcName, metaCreator) {\n let setNative = null;\n function scheduleTask(task) {\n const data = task.data;\n data.args[data.cbIdx] = function () {\n task.invoke.apply(this, arguments);\n };\n setNative.apply(data.target, data.args);\n return task;\n }\n setNative = patchMethod(obj, funcName, (delegate) => function (self, args) {\n const meta = metaCreator(self, args);\n if (meta.cbIdx >= 0 && typeof args[meta.cbIdx] === 'function') {\n return scheduleMacroTaskWithCurrentZone(meta.name, args[meta.cbIdx], meta, scheduleTask);\n }\n else {\n // cause an error by calling it directly.\n return delegate.apply(self, args);\n }\n });\n}\n\nfunction attachOriginToPatched(patched, original) {\n patched[zoneSymbol('OriginalDelegate')] = original;\n}\nlet isDetectedIEOrEdge = false;\nlet ieOrEdge = false;\nfunction isIE() {\n try {\n const ua = internalWindow.navigator.userAgent;\n if (ua.indexOf('MSIE ') !== -1 || ua.indexOf('Trident/') !== -1) {\n return true;\n }\n }\n catch (error) {\n }\n return false;\n}\nfunction isIEOrEdge() {\n if (isDetectedIEOrEdge) {\n return ieOrEdge;\n }\n isDetectedIEOrEdge = true;\n try {\n const ua = internalWindow.navigator.userAgent;\n if (ua.indexOf('MSIE ') !== -1 || ua.indexOf('Trident/') !== -1 || ua.indexOf('Edge/') !== -1) {\n ieOrEdge = true;\n }\n }\n catch (error) {\n }\n return ieOrEdge;\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n// override Function.prototype.toString to make zone.js patched function\n// look like native function\nZone.__load_patch('toString', (global) => {\n // patch Func.prototype.toString to let them look like native\n const originalFunctionToString = Function.prototype.toString;\n const ORIGINAL_DELEGATE_SYMBOL = zoneSymbol('OriginalDelegate');\n const PROMISE_SYMBOL = zoneSymbol('Promise');\n const ERROR_SYMBOL = zoneSymbol('Error');\n const newFunctionToString = function toString() {\n if (typeof this === 'function') {\n const originalDelegate = this[ORIGINAL_DELEGATE_SYMBOL];\n if (originalDelegate) {\n if (typeof originalDelegate === 'function') {\n return originalFunctionToString.call(originalDelegate);\n }\n else {\n return Object.prototype.toString.call(originalDelegate);\n }\n }\n if (this === Promise) {\n const nativePromise = global[PROMISE_SYMBOL];\n if (nativePromise) {\n return originalFunctionToString.call(nativePromise);\n }\n }\n if (this === Error) {\n const nativeError = global[ERROR_SYMBOL];\n if (nativeError) {\n return originalFunctionToString.call(nativeError);\n }\n }\n }\n return originalFunctionToString.call(this);\n };\n newFunctionToString[ORIGINAL_DELEGATE_SYMBOL] = originalFunctionToString;\n Function.prototype.toString = newFunctionToString;\n // patch Object.prototype.toString to let them look like native\n const originalObjectToString = Object.prototype.toString;\n const PROMISE_OBJECT_TO_STRING = '[object Promise]';\n Object.prototype.toString = function () {\n if (this instanceof Promise) {\n return PROMISE_OBJECT_TO_STRING;\n }\n return originalObjectToString.call(this);\n };\n});\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/**\n * @fileoverview\n * @suppress {missingRequire}\n */\nlet passiveSupported = false;\nif (typeof window !== 'undefined') {\n try {\n const options = Object.defineProperty({}, 'passive', {\n get: function () {\n passiveSupported = true;\n }\n });\n window.addEventListener('test', options, options);\n window.removeEventListener('test', options, options);\n }\n catch (err) {\n passiveSupported = false;\n }\n}\n// an identifier to tell ZoneTask do not create a new invoke closure\nconst OPTIMIZED_ZONE_EVENT_TASK_DATA = {\n useG: true\n};\nconst zoneSymbolEventNames$1 = {};\nconst globalSources = {};\nconst EVENT_NAME_SYMBOL_REGX = /^__zone_symbol__(\\w+)(true|false)$/;\nconst IMMEDIATE_PROPAGATION_SYMBOL = ('__zone_symbol__propagationStopped');\nfunction patchEventTarget(_global, apis, patchOptions) {\n const ADD_EVENT_LISTENER = (patchOptions && patchOptions.add) || ADD_EVENT_LISTENER_STR;\n const REMOVE_EVENT_LISTENER = (patchOptions && patchOptions.rm) || REMOVE_EVENT_LISTENER_STR;\n const LISTENERS_EVENT_LISTENER = (patchOptions && patchOptions.listeners) || 'eventListeners';\n const REMOVE_ALL_LISTENERS_EVENT_LISTENER = (patchOptions && patchOptions.rmAll) || 'removeAllListeners';\n const zoneSymbolAddEventListener = zoneSymbol(ADD_EVENT_LISTENER);\n const ADD_EVENT_LISTENER_SOURCE = '.' + ADD_EVENT_LISTENER + ':';\n const PREPEND_EVENT_LISTENER = 'prependListener';\n const PREPEND_EVENT_LISTENER_SOURCE = '.' + PREPEND_EVENT_LISTENER + ':';\n const invokeTask = function (task, target, event) {\n // for better performance, check isRemoved which is set\n // by removeEventListener\n if (task.isRemoved) {\n return;\n }\n const delegate = task.callback;\n if (typeof delegate === 'object' && delegate.handleEvent) {\n // create the bind version of handleEvent when invoke\n task.callback = (event) => delegate.handleEvent(event);\n task.originalDelegate = delegate;\n }\n // invoke static task.invoke\n task.invoke(task, target, [event]);\n const options = task.options;\n if (options && typeof options === 'object' && options.once) {\n // if options.once is true, after invoke once remove listener here\n // only browser need to do this, nodejs eventEmitter will cal removeListener\n // inside EventEmitter.once\n const delegate = task.originalDelegate ? task.originalDelegate : task.callback;\n target[REMOVE_EVENT_LISTENER].call(target, event.type, delegate, options);\n }\n };\n // global shared zoneAwareCallback to handle all event callback with capture = false\n const globalZoneAwareCallback = function (event) {\n // https://github.com/angular/zone.js/issues/911, in IE, sometimes\n // event will be undefined, so we need to use window.event\n event = event || _global.event;\n if (!event) {\n return;\n }\n // event.target is needed for Samsung TV and SourceBuffer\n // || global is needed https://github.com/angular/zone.js/issues/190\n const target = this || event.target || _global;\n const tasks = target[zoneSymbolEventNames$1[event.type][FALSE_STR]];\n if (tasks) {\n // invoke all tasks which attached to current target with given event.type and capture = false\n // for performance concern, if task.length === 1, just invoke\n if (tasks.length === 1) {\n invokeTask(tasks[0], target, event);\n }\n else {\n // https://github.com/angular/zone.js/issues/836\n // copy the tasks array before invoke, to avoid\n // the callback will remove itself or other listener\n const copyTasks = tasks.slice();\n for (let i = 0; i < copyTasks.length; i++) {\n if (event && event[IMMEDIATE_PROPAGATION_SYMBOL] === true) {\n break;\n }\n invokeTask(copyTasks[i], target, event);\n }\n }\n }\n };\n // global shared zoneAwareCallback to handle all event callback with capture = true\n const globalZoneAwareCaptureCallback = function (event) {\n // https://github.com/angular/zone.js/issues/911, in IE, sometimes\n // event will be undefined, so we need to use window.event\n event = event || _global.event;\n if (!event) {\n return;\n }\n // event.target is needed for Samsung TV and SourceBuffer\n // || global is needed https://github.com/angular/zone.js/issues/190\n const target = this || event.target || _global;\n const tasks = target[zoneSymbolEventNames$1[event.type][TRUE_STR]];\n if (tasks) {\n // invoke all tasks which attached to current target with given event.type and capture = false\n // for performance concern, if task.length === 1, just invoke\n if (tasks.length === 1) {\n invokeTask(tasks[0], target, event);\n }\n else {\n // https://github.com/angular/zone.js/issues/836\n // copy the tasks array before invoke, to avoid\n // the callback will remove itself or other listener\n const copyTasks = tasks.slice();\n for (let i = 0; i < copyTasks.length; i++) {\n if (event && event[IMMEDIATE_PROPAGATION_SYMBOL] === true) {\n break;\n }\n invokeTask(copyTasks[i], target, event);\n }\n }\n }\n };\n function patchEventTargetMethods(obj, patchOptions) {\n if (!obj) {\n return false;\n }\n let useGlobalCallback = true;\n if (patchOptions && patchOptions.useG !== undefined) {\n useGlobalCallback = patchOptions.useG;\n }\n const validateHandler = patchOptions && patchOptions.vh;\n let checkDuplicate = true;\n if (patchOptions && patchOptions.chkDup !== undefined) {\n checkDuplicate = patchOptions.chkDup;\n }\n let returnTarget = false;\n if (patchOptions && patchOptions.rt !== undefined) {\n returnTarget = patchOptions.rt;\n }\n let proto = obj;\n while (proto && !proto.hasOwnProperty(ADD_EVENT_LISTENER)) {\n proto = ObjectGetPrototypeOf(proto);\n }\n if (!proto && obj[ADD_EVENT_LISTENER]) {\n // somehow we did not find it, but we can see it. This happens on IE for Window properties.\n proto = obj;\n }\n if (!proto) {\n return false;\n }\n if (proto[zoneSymbolAddEventListener]) {\n return false;\n }\n const eventNameToString = patchOptions && patchOptions.eventNameToString;\n // a shared global taskData to pass data for scheduleEventTask\n // so we do not need to create a new object just for pass some data\n const taskData = {};\n const nativeAddEventListener = proto[zoneSymbolAddEventListener] = proto[ADD_EVENT_LISTENER];\n const nativeRemoveEventListener = proto[zoneSymbol(REMOVE_EVENT_LISTENER)] =\n proto[REMOVE_EVENT_LISTENER];\n const nativeListeners = proto[zoneSymbol(LISTENERS_EVENT_LISTENER)] =\n proto[LISTENERS_EVENT_LISTENER];\n const nativeRemoveAllListeners = proto[zoneSymbol(REMOVE_ALL_LISTENERS_EVENT_LISTENER)] =\n proto[REMOVE_ALL_LISTENERS_EVENT_LISTENER];\n let nativePrependEventListener;\n if (patchOptions && patchOptions.prepend) {\n nativePrependEventListener = proto[zoneSymbol(patchOptions.prepend)] =\n proto[patchOptions.prepend];\n }\n function checkIsPassive(task) {\n if (!passiveSupported && typeof taskData.options !== 'boolean' &&\n typeof taskData.options !== 'undefined' && taskData.options !== null) {\n // options is a non-null non-undefined object\n // passive is not supported\n // don't pass options as object\n // just pass capture as a boolean\n task.options = !!taskData.options.capture;\n taskData.options = task.options;\n }\n }\n const customScheduleGlobal = function (task) {\n // if there is already a task for the eventName + capture,\n // just return, because we use the shared globalZoneAwareCallback here.\n if (taskData.isExisting) {\n return;\n }\n checkIsPassive(task);\n return nativeAddEventListener.call(taskData.target, taskData.eventName, taskData.capture ? globalZoneAwareCaptureCallback : globalZoneAwareCallback, taskData.options);\n };\n const customCancelGlobal = function (task) {\n // if task is not marked as isRemoved, this call is directly\n // from Zone.prototype.cancelTask, we should remove the task\n // from tasksList of target first\n if (!task.isRemoved) {\n const symbolEventNames = zoneSymbolEventNames$1[task.eventName];\n let symbolEventName;\n if (symbolEventNames) {\n symbolEventName = symbolEventNames[task.capture ? TRUE_STR : FALSE_STR];\n }\n const existingTasks = symbolEventName && task.target[symbolEventName];\n if (existingTasks) {\n for (let i = 0; i < existingTasks.length; i++) {\n const existingTask = existingTasks[i];\n if (existingTask === task) {\n existingTasks.splice(i, 1);\n // set isRemoved to data for faster invokeTask check\n task.isRemoved = true;\n if (existingTasks.length === 0) {\n // all tasks for the eventName + capture have gone,\n // remove globalZoneAwareCallback and remove the task cache from target\n task.allRemoved = true;\n task.target[symbolEventName] = null;\n }\n break;\n }\n }\n }\n }\n // if all tasks for the eventName + capture have gone,\n // we will really remove the global event callback,\n // if not, return\n if (!task.allRemoved) {\n return;\n }\n return nativeRemoveEventListener.call(task.target, task.eventName, task.capture ? globalZoneAwareCaptureCallback : globalZoneAwareCallback, task.options);\n };\n const customScheduleNonGlobal = function (task) {\n checkIsPassive(task);\n return nativeAddEventListener.call(taskData.target, taskData.eventName, task.invoke, taskData.options);\n };\n const customSchedulePrepend = function (task) {\n return nativePrependEventListener.call(taskData.target, taskData.eventName, task.invoke, taskData.options);\n };\n const customCancelNonGlobal = function (task) {\n return nativeRemoveEventListener.call(task.target, task.eventName, task.invoke, task.options);\n };\n const customSchedule = useGlobalCallback ? customScheduleGlobal : customScheduleNonGlobal;\n const customCancel = useGlobalCallback ? customCancelGlobal : customCancelNonGlobal;\n const compareTaskCallbackVsDelegate = function (task, delegate) {\n const typeOfDelegate = typeof delegate;\n return (typeOfDelegate === 'function' && task.callback === delegate) ||\n (typeOfDelegate === 'object' && task.originalDelegate === delegate);\n };\n const compare = (patchOptions && patchOptions.diff) ? patchOptions.diff : compareTaskCallbackVsDelegate;\n const blackListedEvents = Zone[Zone.__symbol__('BLACK_LISTED_EVENTS')];\n const makeAddListener = function (nativeListener, addSource, customScheduleFn, customCancelFn, returnTarget = false, prepend = false) {\n return function () {\n const target = this || _global;\n const eventName = arguments[0];\n let delegate = arguments[1];\n if (!delegate) {\n return nativeListener.apply(this, arguments);\n }\n if (isNode && eventName === 'uncaughtException') {\n // don't patch uncaughtException of nodejs to prevent endless loop\n return nativeListener.apply(this, arguments);\n }\n // don't create the bind delegate function for handleEvent\n // case here to improve addEventListener performance\n // we will create the bind delegate when invoke\n let isHandleEvent = false;\n if (typeof delegate !== 'function') {\n if (!delegate.handleEvent) {\n return nativeListener.apply(this, arguments);\n }\n isHandleEvent = true;\n }\n if (validateHandler && !validateHandler(nativeListener, delegate, target, arguments)) {\n return;\n }\n const options = arguments[2];\n if (blackListedEvents) {\n // check black list\n for (let i = 0; i < blackListedEvents.length; i++) {\n if (eventName === blackListedEvents[i]) {\n return nativeListener.apply(this, arguments);\n }\n }\n }\n let capture;\n let once = false;\n if (options === undefined) {\n capture = false;\n }\n else if (options === true) {\n capture = true;\n }\n else if (options === false) {\n capture = false;\n }\n else {\n capture = options ? !!options.capture : false;\n once = options ? !!options.once : false;\n }\n const zone = Zone.current;\n const symbolEventNames = zoneSymbolEventNames$1[eventName];\n let symbolEventName;\n if (!symbolEventNames) {\n // the code is duplicate, but I just want to get some better performance\n const falseEventName = (eventNameToString ? eventNameToString(eventName) : eventName) + FALSE_STR;\n const trueEventName = (eventNameToString ? eventNameToString(eventName) : eventName) + TRUE_STR;\n const symbol = ZONE_SYMBOL_PREFIX + falseEventName;\n const symbolCapture = ZONE_SYMBOL_PREFIX + trueEventName;\n zoneSymbolEventNames$1[eventName] = {};\n zoneSymbolEventNames$1[eventName][FALSE_STR] = symbol;\n zoneSymbolEventNames$1[eventName][TRUE_STR] = symbolCapture;\n symbolEventName = capture ? symbolCapture : symbol;\n }\n else {\n symbolEventName = symbolEventNames[capture ? TRUE_STR : FALSE_STR];\n }\n let existingTasks = target[symbolEventName];\n let isExisting = false;\n if (existingTasks) {\n // already have task registered\n isExisting = true;\n if (checkDuplicate) {\n for (let i = 0; i < existingTasks.length; i++) {\n if (compare(existingTasks[i], delegate)) {\n // same callback, same capture, same event name, just return\n return;\n }\n }\n }\n }\n else {\n existingTasks = target[symbolEventName] = [];\n }\n let source;\n const constructorName = target.constructor['name'];\n const targetSource = globalSources[constructorName];\n if (targetSource) {\n source = targetSource[eventName];\n }\n if (!source) {\n source = constructorName + addSource +\n (eventNameToString ? eventNameToString(eventName) : eventName);\n }\n // do not create a new object as task.data to pass those things\n // just use the global shared one\n taskData.options = options;\n if (once) {\n // if addEventListener with once options, we don't pass it to\n // native addEventListener, instead we keep the once setting\n // and handle ourselves.\n taskData.options.once = false;\n }\n taskData.target = target;\n taskData.capture = capture;\n taskData.eventName = eventName;\n taskData.isExisting = isExisting;\n const data = useGlobalCallback ? OPTIMIZED_ZONE_EVENT_TASK_DATA : undefined;\n // keep taskData into data to allow onScheduleEventTask to access the task information\n if (data) {\n data.taskData = taskData;\n }\n const task = zone.scheduleEventTask(source, delegate, data, customScheduleFn, customCancelFn);\n // should clear taskData.target to avoid memory leak\n // issue, https://github.com/angular/angular/issues/20442\n taskData.target = null;\n // need to clear up taskData because it is a global object\n if (data) {\n data.taskData = null;\n }\n // have to save those information to task in case\n // application may call task.zone.cancelTask() directly\n if (once) {\n options.once = true;\n }\n if (!(!passiveSupported && typeof task.options === 'boolean')) {\n // if not support passive, and we pass an option object\n // to addEventListener, we should save the options to task\n task.options = options;\n }\n task.target = target;\n task.capture = capture;\n task.eventName = eventName;\n if (isHandleEvent) {\n // save original delegate for compare to check duplicate\n task.originalDelegate = delegate;\n }\n if (!prepend) {\n existingTasks.push(task);\n }\n else {\n existingTasks.unshift(task);\n }\n if (returnTarget) {\n return target;\n }\n };\n };\n proto[ADD_EVENT_LISTENER] = makeAddListener(nativeAddEventListener, ADD_EVENT_LISTENER_SOURCE, customSchedule, customCancel, returnTarget);\n if (nativePrependEventListener) {\n proto[PREPEND_EVENT_LISTENER] = makeAddListener(nativePrependEventListener, PREPEND_EVENT_LISTENER_SOURCE, customSchedulePrepend, customCancel, returnTarget, true);\n }\n proto[REMOVE_EVENT_LISTENER] = function () {\n const target = this || _global;\n const eventName = arguments[0];\n const options = arguments[2];\n let capture;\n if (options === undefined) {\n capture = false;\n }\n else if (options === true) {\n capture = true;\n }\n else if (options === false) {\n capture = false;\n }\n else {\n capture = options ? !!options.capture : false;\n }\n const delegate = arguments[1];\n if (!delegate) {\n return nativeRemoveEventListener.apply(this, arguments);\n }\n if (validateHandler &&\n !validateHandler(nativeRemoveEventListener, delegate, target, arguments)) {\n return;\n }\n const symbolEventNames = zoneSymbolEventNames$1[eventName];\n let symbolEventName;\n if (symbolEventNames) {\n symbolEventName = symbolEventNames[capture ? TRUE_STR : FALSE_STR];\n }\n const existingTasks = symbolEventName && target[symbolEventName];\n if (existingTasks) {\n for (let i = 0; i < existingTasks.length; i++) {\n const existingTask = existingTasks[i];\n if (compare(existingTask, delegate)) {\n existingTasks.splice(i, 1);\n // set isRemoved to data for faster invokeTask check\n existingTask.isRemoved = true;\n if (existingTasks.length === 0) {\n // all tasks for the eventName + capture have gone,\n // remove globalZoneAwareCallback and remove the task cache from target\n existingTask.allRemoved = true;\n target[symbolEventName] = null;\n }\n existingTask.zone.cancelTask(existingTask);\n if (returnTarget) {\n return target;\n }\n return;\n }\n }\n }\n // issue 930, didn't find the event name or callback\n // from zone kept existingTasks, the callback maybe\n // added outside of zone, we need to call native removeEventListener\n // to try to remove it.\n return nativeRemoveEventListener.apply(this, arguments);\n };\n proto[LISTENERS_EVENT_LISTENER] = function () {\n const target = this || _global;\n const eventName = arguments[0];\n const listeners = [];\n const tasks = findEventTasks(target, eventNameToString ? eventNameToString(eventName) : eventName);\n for (let i = 0; i < tasks.length; i++) {\n const task = tasks[i];\n let delegate = task.originalDelegate ? task.originalDelegate : task.callback;\n listeners.push(delegate);\n }\n return listeners;\n };\n proto[REMOVE_ALL_LISTENERS_EVENT_LISTENER] = function () {\n const target = this || _global;\n const eventName = arguments[0];\n if (!eventName) {\n const keys = Object.keys(target);\n for (let i = 0; i < keys.length; i++) {\n const prop = keys[i];\n const match = EVENT_NAME_SYMBOL_REGX.exec(prop);\n let evtName = match && match[1];\n // in nodejs EventEmitter, removeListener event is\n // used for monitoring the removeListener call,\n // so just keep removeListener eventListener until\n // all other eventListeners are removed\n if (evtName && evtName !== 'removeListener') {\n this[REMOVE_ALL_LISTENERS_EVENT_LISTENER].call(this, evtName);\n }\n }\n // remove removeListener listener finally\n this[REMOVE_ALL_LISTENERS_EVENT_LISTENER].call(this, 'removeListener');\n }\n else {\n const symbolEventNames = zoneSymbolEventNames$1[eventName];\n if (symbolEventNames) {\n const symbolEventName = symbolEventNames[FALSE_STR];\n const symbolCaptureEventName = symbolEventNames[TRUE_STR];\n const tasks = target[symbolEventName];\n const captureTasks = target[symbolCaptureEventName];\n if (tasks) {\n const removeTasks = tasks.slice();\n for (let i = 0; i < removeTasks.length; i++) {\n const task = removeTasks[i];\n let delegate = task.originalDelegate ? task.originalDelegate : task.callback;\n this[REMOVE_EVENT_LISTENER].call(this, eventName, delegate, task.options);\n }\n }\n if (captureTasks) {\n const removeTasks = captureTasks.slice();\n for (let i = 0; i < removeTasks.length; i++) {\n const task = removeTasks[i];\n let delegate = task.originalDelegate ? task.originalDelegate : task.callback;\n this[REMOVE_EVENT_LISTENER].call(this, eventName, delegate, task.options);\n }\n }\n }\n }\n if (returnTarget) {\n return this;\n }\n };\n // for native toString patch\n attachOriginToPatched(proto[ADD_EVENT_LISTENER], nativeAddEventListener);\n attachOriginToPatched(proto[REMOVE_EVENT_LISTENER], nativeRemoveEventListener);\n if (nativeRemoveAllListeners) {\n attachOriginToPatched(proto[REMOVE_ALL_LISTENERS_EVENT_LISTENER], nativeRemoveAllListeners);\n }\n if (nativeListeners) {\n attachOriginToPatched(proto[LISTENERS_EVENT_LISTENER], nativeListeners);\n }\n return true;\n }\n let results = [];\n for (let i = 0; i < apis.length; i++) {\n results[i] = patchEventTargetMethods(apis[i], patchOptions);\n }\n return results;\n}\nfunction findEventTasks(target, eventName) {\n const foundTasks = [];\n for (let prop in target) {\n const match = EVENT_NAME_SYMBOL_REGX.exec(prop);\n let evtName = match && match[1];\n if (evtName && (!eventName || evtName === eventName)) {\n const tasks = target[prop];\n if (tasks) {\n for (let i = 0; i < tasks.length; i++) {\n foundTasks.push(tasks[i]);\n }\n }\n }\n }\n return foundTasks;\n}\nfunction patchEventPrototype(global, api) {\n const Event = global['Event'];\n if (Event && Event.prototype) {\n api.patchMethod(Event.prototype, 'stopImmediatePropagation', (delegate) => function (self, args) {\n self[IMMEDIATE_PROPAGATION_SYMBOL] = true;\n // we need to call the native stopImmediatePropagation\n // in case in some hybrid application, some part of\n // application will be controlled by zone, some are not\n delegate && delegate.apply(self, args);\n });\n }\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nfunction patchCallbacks(api, target, targetName, method, callbacks) {\n const symbol = Zone.__symbol__(method);\n if (target[symbol]) {\n return;\n }\n const nativeDelegate = target[symbol] = target[method];\n target[method] = function (name, opts, options) {\n if (opts && opts.prototype) {\n callbacks.forEach(function (callback) {\n const source = `${targetName}.${method}::` + callback;\n const prototype = opts.prototype;\n if (prototype.hasOwnProperty(callback)) {\n const descriptor = api.ObjectGetOwnPropertyDescriptor(prototype, callback);\n if (descriptor && descriptor.value) {\n descriptor.value = api.wrapWithCurrentZone(descriptor.value, source);\n api._redefineProperty(opts.prototype, callback, descriptor);\n }\n else if (prototype[callback]) {\n prototype[callback] = api.wrapWithCurrentZone(prototype[callback], source);\n }\n }\n else if (prototype[callback]) {\n prototype[callback] = api.wrapWithCurrentZone(prototype[callback], source);\n }\n });\n }\n return nativeDelegate.call(target, name, opts, options);\n };\n api.attachOriginToPatched(target[method], nativeDelegate);\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/*\n * This is necessary for Chrome and Chrome mobile, to enable\n * things like redefining `createdCallback` on an element.\n */\nconst zoneSymbol$1 = Zone.__symbol__;\nconst _defineProperty = Object[zoneSymbol$1('defineProperty')] = Object.defineProperty;\nconst _getOwnPropertyDescriptor = Object[zoneSymbol$1('getOwnPropertyDescriptor')] =\n Object.getOwnPropertyDescriptor;\nconst _create = Object.create;\nconst unconfigurablesKey = zoneSymbol$1('unconfigurables');\nfunction propertyPatch() {\n Object.defineProperty = function (obj, prop, desc) {\n if (isUnconfigurable(obj, prop)) {\n throw new TypeError('Cannot assign to read only property \\'' + prop + '\\' of ' + obj);\n }\n const originalConfigurableFlag = desc.configurable;\n if (prop !== 'prototype') {\n desc = rewriteDescriptor(obj, prop, desc);\n }\n return _tryDefineProperty(obj, prop, desc, originalConfigurableFlag);\n };\n Object.defineProperties = function (obj, props) {\n Object.keys(props).forEach(function (prop) {\n Object.defineProperty(obj, prop, props[prop]);\n });\n return obj;\n };\n Object.create = function (obj, proto) {\n if (typeof proto === 'object' && !Object.isFrozen(proto)) {\n Object.keys(proto).forEach(function (prop) {\n proto[prop] = rewriteDescriptor(obj, prop, proto[prop]);\n });\n }\n return _create(obj, proto);\n };\n Object.getOwnPropertyDescriptor = function (obj, prop) {\n const desc = _getOwnPropertyDescriptor(obj, prop);\n if (desc && isUnconfigurable(obj, prop)) {\n desc.configurable = false;\n }\n return desc;\n };\n}\nfunction _redefineProperty(obj, prop, desc) {\n const originalConfigurableFlag = desc.configurable;\n desc = rewriteDescriptor(obj, prop, desc);\n return _tryDefineProperty(obj, prop, desc, originalConfigurableFlag);\n}\nfunction isUnconfigurable(obj, prop) {\n return obj && obj[unconfigurablesKey] && obj[unconfigurablesKey][prop];\n}\nfunction rewriteDescriptor(obj, prop, desc) {\n // issue-927, if the desc is frozen, don't try to change the desc\n if (!Object.isFrozen(desc)) {\n desc.configurable = true;\n }\n if (!desc.configurable) {\n // issue-927, if the obj is frozen, don't try to set the desc to obj\n if (!obj[unconfigurablesKey] && !Object.isFrozen(obj)) {\n _defineProperty(obj, unconfigurablesKey, { writable: true, value: {} });\n }\n if (obj[unconfigurablesKey]) {\n obj[unconfigurablesKey][prop] = true;\n }\n }\n return desc;\n}\nfunction _tryDefineProperty(obj, prop, desc, originalConfigurableFlag) {\n try {\n return _defineProperty(obj, prop, desc);\n }\n catch (error) {\n if (desc.configurable) {\n // In case of errors, when the configurable flag was likely set by rewriteDescriptor(), let's\n // retry with the original flag value\n if (typeof originalConfigurableFlag == 'undefined') {\n delete desc.configurable;\n }\n else {\n desc.configurable = originalConfigurableFlag;\n }\n try {\n return _defineProperty(obj, prop, desc);\n }\n catch (error) {\n let descJson = null;\n try {\n descJson = JSON.stringify(desc);\n }\n catch (error) {\n descJson = desc.toString();\n }\n console.log(`Attempting to configure '${prop}' with descriptor '${descJson}' on object '${obj}' and got error, giving up: ${error}`);\n }\n }\n else {\n throw error;\n }\n }\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/**\n * @fileoverview\n * @suppress {globalThis}\n */\nconst globalEventHandlersEventNames = [\n 'abort',\n 'animationcancel',\n 'animationend',\n 'animationiteration',\n 'auxclick',\n 'beforeinput',\n 'blur',\n 'cancel',\n 'canplay',\n 'canplaythrough',\n 'change',\n 'compositionstart',\n 'compositionupdate',\n 'compositionend',\n 'cuechange',\n 'click',\n 'close',\n 'contextmenu',\n 'curechange',\n 'dblclick',\n 'drag',\n 'dragend',\n 'dragenter',\n 'dragexit',\n 'dragleave',\n 'dragover',\n 'drop',\n 'durationchange',\n 'emptied',\n 'ended',\n 'error',\n 'focus',\n 'focusin',\n 'focusout',\n 'gotpointercapture',\n 'input',\n 'invalid',\n 'keydown',\n 'keypress',\n 'keyup',\n 'load',\n 'loadstart',\n 'loadeddata',\n 'loadedmetadata',\n 'lostpointercapture',\n 'mousedown',\n 'mouseenter',\n 'mouseleave',\n 'mousemove',\n 'mouseout',\n 'mouseover',\n 'mouseup',\n 'mousewheel',\n 'orientationchange',\n 'pause',\n 'play',\n 'playing',\n 'pointercancel',\n 'pointerdown',\n 'pointerenter',\n 'pointerleave',\n 'pointerlockchange',\n 'mozpointerlockchange',\n 'webkitpointerlockerchange',\n 'pointerlockerror',\n 'mozpointerlockerror',\n 'webkitpointerlockerror',\n 'pointermove',\n 'pointout',\n 'pointerover',\n 'pointerup',\n 'progress',\n 'ratechange',\n 'reset',\n 'resize',\n 'scroll',\n 'seeked',\n 'seeking',\n 'select',\n 'selectionchange',\n 'selectstart',\n 'show',\n 'sort',\n 'stalled',\n 'submit',\n 'suspend',\n 'timeupdate',\n 'volumechange',\n 'touchcancel',\n 'touchmove',\n 'touchstart',\n 'touchend',\n 'transitioncancel',\n 'transitionend',\n 'waiting',\n 'wheel'\n];\nconst documentEventNames = [\n 'afterscriptexecute', 'beforescriptexecute', 'DOMContentLoaded', 'freeze', 'fullscreenchange',\n 'mozfullscreenchange', 'webkitfullscreenchange', 'msfullscreenchange', 'fullscreenerror',\n 'mozfullscreenerror', 'webkitfullscreenerror', 'msfullscreenerror', 'readystatechange',\n 'visibilitychange', 'resume'\n];\nconst windowEventNames = [\n 'absolutedeviceorientation',\n 'afterinput',\n 'afterprint',\n 'appinstalled',\n 'beforeinstallprompt',\n 'beforeprint',\n 'beforeunload',\n 'devicelight',\n 'devicemotion',\n 'deviceorientation',\n 'deviceorientationabsolute',\n 'deviceproximity',\n 'hashchange',\n 'languagechange',\n 'message',\n 'mozbeforepaint',\n 'offline',\n 'online',\n 'paint',\n 'pageshow',\n 'pagehide',\n 'popstate',\n 'rejectionhandled',\n 'storage',\n 'unhandledrejection',\n 'unload',\n 'userproximity',\n 'vrdisplyconnected',\n 'vrdisplaydisconnected',\n 'vrdisplaypresentchange'\n];\nconst htmlElementEventNames = [\n 'beforecopy', 'beforecut', 'beforepaste', 'copy', 'cut', 'paste', 'dragstart', 'loadend',\n 'animationstart', 'search', 'transitionrun', 'transitionstart', 'webkitanimationend',\n 'webkitanimationiteration', 'webkitanimationstart', 'webkittransitionend'\n];\nconst mediaElementEventNames = ['encrypted', 'waitingforkey', 'msneedkey', 'mozinterruptbegin', 'mozinterruptend'];\nconst ieElementEventNames = [\n 'activate',\n 'afterupdate',\n 'ariarequest',\n 'beforeactivate',\n 'beforedeactivate',\n 'beforeeditfocus',\n 'beforeupdate',\n 'cellchange',\n 'controlselect',\n 'dataavailable',\n 'datasetchanged',\n 'datasetcomplete',\n 'errorupdate',\n 'filterchange',\n 'layoutcomplete',\n 'losecapture',\n 'move',\n 'moveend',\n 'movestart',\n 'propertychange',\n 'resizeend',\n 'resizestart',\n 'rowenter',\n 'rowexit',\n 'rowsdelete',\n 'rowsinserted',\n 'command',\n 'compassneedscalibration',\n 'deactivate',\n 'help',\n 'mscontentzoom',\n 'msmanipulationstatechanged',\n 'msgesturechange',\n 'msgesturedoubletap',\n 'msgestureend',\n 'msgesturehold',\n 'msgesturestart',\n 'msgesturetap',\n 'msgotpointercapture',\n 'msinertiastart',\n 'mslostpointercapture',\n 'mspointercancel',\n 'mspointerdown',\n 'mspointerenter',\n 'mspointerhover',\n 'mspointerleave',\n 'mspointermove',\n 'mspointerout',\n 'mspointerover',\n 'mspointerup',\n 'pointerout',\n 'mssitemodejumplistitemremoved',\n 'msthumbnailclick',\n 'stop',\n 'storagecommit'\n];\nconst webglEventNames = ['webglcontextrestored', 'webglcontextlost', 'webglcontextcreationerror'];\nconst formEventNames = ['autocomplete', 'autocompleteerror'];\nconst detailEventNames = ['toggle'];\nconst frameEventNames = ['load'];\nconst frameSetEventNames = ['blur', 'error', 'focus', 'load', 'resize', 'scroll', 'messageerror'];\nconst marqueeEventNames = ['bounce', 'finish', 'start'];\nconst XMLHttpRequestEventNames = [\n 'loadstart', 'progress', 'abort', 'error', 'load', 'progress', 'timeout', 'loadend',\n 'readystatechange'\n];\nconst IDBIndexEventNames = ['upgradeneeded', 'complete', 'abort', 'success', 'error', 'blocked', 'versionchange', 'close'];\nconst websocketEventNames = ['close', 'error', 'open', 'message'];\nconst workerEventNames = ['error', 'message'];\nconst eventNames = globalEventHandlersEventNames.concat(webglEventNames, formEventNames, detailEventNames, documentEventNames, windowEventNames, htmlElementEventNames, ieElementEventNames);\nfunction filterProperties(target, onProperties, ignoreProperties) {\n if (!ignoreProperties || ignoreProperties.length === 0) {\n return onProperties;\n }\n const tip = ignoreProperties.filter(ip => ip.target === target);\n if (!tip || tip.length === 0) {\n return onProperties;\n }\n const targetIgnoreProperties = tip[0].ignoreProperties;\n return onProperties.filter(op => targetIgnoreProperties.indexOf(op) === -1);\n}\nfunction patchFilteredProperties(target, onProperties, ignoreProperties, prototype) {\n // check whether target is available, sometimes target will be undefined\n // because different browser or some 3rd party plugin.\n if (!target) {\n return;\n }\n const filteredProperties = filterProperties(target, onProperties, ignoreProperties);\n patchOnProperties(target, filteredProperties, prototype);\n}\nfunction propertyDescriptorPatch(api, _global) {\n if (isNode && !isMix) {\n return;\n }\n if (Zone[api.symbol('patchEvents')]) {\n // events are already been patched by legacy patch.\n return;\n }\n const supportsWebSocket = typeof WebSocket !== 'undefined';\n const ignoreProperties = _global['__Zone_ignore_on_properties'];\n // for browsers that we can patch the descriptor: Chrome & Firefox\n if (isBrowser) {\n const internalWindow = window;\n const ignoreErrorProperties = isIE ? [{ target: internalWindow, ignoreProperties: ['error'] }] : [];\n // in IE/Edge, onProp not exist in window object, but in WindowPrototype\n // so we need to pass WindowPrototype to check onProp exist or not\n patchFilteredProperties(internalWindow, eventNames.concat(['messageerror']), ignoreProperties ? ignoreProperties.concat(ignoreErrorProperties) : ignoreProperties, ObjectGetPrototypeOf(internalWindow));\n patchFilteredProperties(Document.prototype, eventNames, ignoreProperties);\n if (typeof internalWindow['SVGElement'] !== 'undefined') {\n patchFilteredProperties(internalWindow['SVGElement'].prototype, eventNames, ignoreProperties);\n }\n patchFilteredProperties(Element.prototype, eventNames, ignoreProperties);\n patchFilteredProperties(HTMLElement.prototype, eventNames, ignoreProperties);\n patchFilteredProperties(HTMLMediaElement.prototype, mediaElementEventNames, ignoreProperties);\n patchFilteredProperties(HTMLFrameSetElement.prototype, windowEventNames.concat(frameSetEventNames), ignoreProperties);\n patchFilteredProperties(HTMLBodyElement.prototype, windowEventNames.concat(frameSetEventNames), ignoreProperties);\n patchFilteredProperties(HTMLFrameElement.prototype, frameEventNames, ignoreProperties);\n patchFilteredProperties(HTMLIFrameElement.prototype, frameEventNames, ignoreProperties);\n const HTMLMarqueeElement = internalWindow['HTMLMarqueeElement'];\n if (HTMLMarqueeElement) {\n patchFilteredProperties(HTMLMarqueeElement.prototype, marqueeEventNames, ignoreProperties);\n }\n const Worker = internalWindow['Worker'];\n if (Worker) {\n patchFilteredProperties(Worker.prototype, workerEventNames, ignoreProperties);\n }\n }\n const XMLHttpRequest = _global['XMLHttpRequest'];\n if (XMLHttpRequest) {\n // XMLHttpRequest is not available in ServiceWorker, so we need to check here\n patchFilteredProperties(XMLHttpRequest.prototype, XMLHttpRequestEventNames, ignoreProperties);\n }\n const XMLHttpRequestEventTarget = _global['XMLHttpRequestEventTarget'];\n if (XMLHttpRequestEventTarget) {\n patchFilteredProperties(XMLHttpRequestEventTarget && XMLHttpRequestEventTarget.prototype, XMLHttpRequestEventNames, ignoreProperties);\n }\n if (typeof IDBIndex !== 'undefined') {\n patchFilteredProperties(IDBIndex.prototype, IDBIndexEventNames, ignoreProperties);\n patchFilteredProperties(IDBRequest.prototype, IDBIndexEventNames, ignoreProperties);\n patchFilteredProperties(IDBOpenDBRequest.prototype, IDBIndexEventNames, ignoreProperties);\n patchFilteredProperties(IDBDatabase.prototype, IDBIndexEventNames, ignoreProperties);\n patchFilteredProperties(IDBTransaction.prototype, IDBIndexEventNames, ignoreProperties);\n patchFilteredProperties(IDBCursor.prototype, IDBIndexEventNames, ignoreProperties);\n }\n if (supportsWebSocket) {\n patchFilteredProperties(WebSocket.prototype, websocketEventNames, ignoreProperties);\n }\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nZone.__load_patch('util', (global, Zone, api) => {\n api.patchOnProperties = patchOnProperties;\n api.patchMethod = patchMethod;\n api.bindArguments = bindArguments;\n api.patchMacroTask = patchMacroTask;\n // In earlier version of zone.js (<0.9.0), we use env name `__zone_symbol__BLACK_LISTED_EVENTS` to\n // define which events will not be patched by `Zone.js`.\n // In newer version (>=0.9.0), we change the env name to `__zone_symbol__UNPATCHED_EVENTS` to keep\n // the name consistent with angular repo.\n // The `__zone_symbol__BLACK_LISTED_EVENTS` is deprecated, but it is still be supported for\n // backwards compatibility.\n const SYMBOL_BLACK_LISTED_EVENTS = Zone.__symbol__('BLACK_LISTED_EVENTS');\n const SYMBOL_UNPATCHED_EVENTS = Zone.__symbol__('UNPATCHED_EVENTS');\n if (global[SYMBOL_UNPATCHED_EVENTS]) {\n global[SYMBOL_BLACK_LISTED_EVENTS] = global[SYMBOL_UNPATCHED_EVENTS];\n }\n if (global[SYMBOL_BLACK_LISTED_EVENTS]) {\n Zone[SYMBOL_BLACK_LISTED_EVENTS] = Zone[SYMBOL_UNPATCHED_EVENTS] =\n global[SYMBOL_BLACK_LISTED_EVENTS];\n }\n api.patchEventPrototype = patchEventPrototype;\n api.patchEventTarget = patchEventTarget;\n api.isIEOrEdge = isIEOrEdge;\n api.ObjectDefineProperty = ObjectDefineProperty;\n api.ObjectGetOwnPropertyDescriptor = ObjectGetOwnPropertyDescriptor;\n api.ObjectCreate = ObjectCreate;\n api.ArraySlice = ArraySlice;\n api.patchClass = patchClass;\n api.wrapWithCurrentZone = wrapWithCurrentZone;\n api.filterProperties = filterProperties;\n api.attachOriginToPatched = attachOriginToPatched;\n api._redefineProperty = _redefineProperty;\n api.patchCallbacks = patchCallbacks;\n api.getGlobalObjects = () => ({\n globalSources,\n zoneSymbolEventNames: zoneSymbolEventNames$1,\n eventNames,\n isBrowser,\n isMix,\n isNode,\n TRUE_STR,\n FALSE_STR,\n ZONE_SYMBOL_PREFIX,\n ADD_EVENT_LISTENER_STR,\n REMOVE_EVENT_LISTENER_STR\n });\n});\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/**\n * @fileoverview\n * @suppress {missingRequire}\n */\nconst taskSymbol = zoneSymbol('zoneTask');\nfunction patchTimer(window, setName, cancelName, nameSuffix) {\n let setNative = null;\n let clearNative = null;\n setName += nameSuffix;\n cancelName += nameSuffix;\n const tasksByHandleId = {};\n function scheduleTask(task) {\n const data = task.data;\n function timer() {\n try {\n task.invoke.apply(this, arguments);\n }\n finally {\n // issue-934, task will be cancelled\n // even it is a periodic task such as\n // setInterval\n if (!(task.data && task.data.isPeriodic)) {\n if (typeof data.handleId === 'number') {\n // in non-nodejs env, we remove timerId\n // from local cache\n delete tasksByHandleId[data.handleId];\n }\n else if (data.handleId) {\n // Node returns complex objects as handleIds\n // we remove task reference from timer object\n data.handleId[taskSymbol] = null;\n }\n }\n }\n }\n data.args[0] = timer;\n data.handleId = setNative.apply(window, data.args);\n return task;\n }\n function clearTask(task) {\n return clearNative(task.data.handleId);\n }\n setNative =\n patchMethod(window, setName, (delegate) => function (self, args) {\n if (typeof args[0] === 'function') {\n const options = {\n isPeriodic: nameSuffix === 'Interval',\n delay: (nameSuffix === 'Timeout' || nameSuffix === 'Interval') ? args[1] || 0 :\n undefined,\n args: args\n };\n const task = scheduleMacroTaskWithCurrentZone(setName, args[0], options, scheduleTask, clearTask);\n if (!task) {\n return task;\n }\n // Node.js must additionally support the ref and unref functions.\n const handle = task.data.handleId;\n if (typeof handle === 'number') {\n // for non nodejs env, we save handleId: task\n // mapping in local cache for clearTimeout\n tasksByHandleId[handle] = task;\n }\n else if (handle) {\n // for nodejs env, we save task\n // reference in timerId Object for clearTimeout\n handle[taskSymbol] = task;\n }\n // check whether handle is null, because some polyfill or browser\n // may return undefined from setTimeout/setInterval/setImmediate/requestAnimationFrame\n if (handle && handle.ref && handle.unref && typeof handle.ref === 'function' &&\n typeof handle.unref === 'function') {\n task.ref = handle.ref.bind(handle);\n task.unref = handle.unref.bind(handle);\n }\n if (typeof handle === 'number' || handle) {\n return handle;\n }\n return task;\n }\n else {\n // cause an error by calling it directly.\n return delegate.apply(window, args);\n }\n });\n clearNative =\n patchMethod(window, cancelName, (delegate) => function (self, args) {\n const id = args[0];\n let task;\n if (typeof id === 'number') {\n // non nodejs env.\n task = tasksByHandleId[id];\n }\n else {\n // nodejs env.\n task = id && id[taskSymbol];\n // other environments.\n if (!task) {\n task = id;\n }\n }\n if (task && typeof task.type === 'string') {\n if (task.state !== 'notScheduled' &&\n (task.cancelFn && task.data.isPeriodic || task.runCount === 0)) {\n if (typeof id === 'number') {\n delete tasksByHandleId[id];\n }\n else if (id) {\n id[taskSymbol] = null;\n }\n // Do not cancel already canceled functions\n task.zone.cancelTask(task);\n }\n }\n else {\n // cause an error by calling it directly.\n delegate.apply(window, args);\n }\n });\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nfunction patchCustomElements(_global, api) {\n const { isBrowser, isMix } = api.getGlobalObjects();\n if ((!isBrowser && !isMix) || !_global['customElements'] || !('customElements' in _global)) {\n return;\n }\n const callbacks = ['connectedCallback', 'disconnectedCallback', 'adoptedCallback', 'attributeChangedCallback'];\n api.patchCallbacks(api, _global.customElements, 'customElements', 'define', callbacks);\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nfunction eventTargetPatch(_global, api) {\n if (Zone[api.symbol('patchEventTarget')]) {\n // EventTarget is already patched.\n return;\n }\n const { eventNames, zoneSymbolEventNames, TRUE_STR, FALSE_STR, ZONE_SYMBOL_PREFIX } = api.getGlobalObjects();\n // predefine all __zone_symbol__ + eventName + true/false string\n for (let i = 0; i < eventNames.length; i++) {\n const eventName = eventNames[i];\n const falseEventName = eventName + FALSE_STR;\n const trueEventName = eventName + TRUE_STR;\n const symbol = ZONE_SYMBOL_PREFIX + falseEventName;\n const symbolCapture = ZONE_SYMBOL_PREFIX + trueEventName;\n zoneSymbolEventNames[eventName] = {};\n zoneSymbolEventNames[eventName][FALSE_STR] = symbol;\n zoneSymbolEventNames[eventName][TRUE_STR] = symbolCapture;\n }\n const EVENT_TARGET = _global['EventTarget'];\n if (!EVENT_TARGET || !EVENT_TARGET.prototype) {\n return;\n }\n api.patchEventTarget(_global, [EVENT_TARGET && EVENT_TARGET.prototype]);\n return true;\n}\nfunction patchEvent(global, api) {\n api.patchEventPrototype(global, api);\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/**\n * @fileoverview\n * @suppress {missingRequire}\n */\nZone.__load_patch('legacy', (global) => {\n const legacyPatch = global[Zone.__symbol__('legacyPatch')];\n if (legacyPatch) {\n legacyPatch();\n }\n});\nZone.__load_patch('timers', (global) => {\n const set = 'set';\n const clear = 'clear';\n patchTimer(global, set, clear, 'Timeout');\n patchTimer(global, set, clear, 'Interval');\n patchTimer(global, set, clear, 'Immediate');\n});\nZone.__load_patch('requestAnimationFrame', (global) => {\n patchTimer(global, 'request', 'cancel', 'AnimationFrame');\n patchTimer(global, 'mozRequest', 'mozCancel', 'AnimationFrame');\n patchTimer(global, 'webkitRequest', 'webkitCancel', 'AnimationFrame');\n});\nZone.__load_patch('blocking', (global, Zone) => {\n const blockingMethods = ['alert', 'prompt', 'confirm'];\n for (let i = 0; i < blockingMethods.length; i++) {\n const name = blockingMethods[i];\n patchMethod(global, name, (delegate, symbol, name) => {\n return function (s, args) {\n return Zone.current.run(delegate, global, args, name);\n };\n });\n }\n});\nZone.__load_patch('EventTarget', (global, Zone, api) => {\n patchEvent(global, api);\n eventTargetPatch(global, api);\n // patch XMLHttpRequestEventTarget's addEventListener/removeEventListener\n const XMLHttpRequestEventTarget = global['XMLHttpRequestEventTarget'];\n if (XMLHttpRequestEventTarget && XMLHttpRequestEventTarget.prototype) {\n api.patchEventTarget(global, [XMLHttpRequestEventTarget.prototype]);\n }\n patchClass('MutationObserver');\n patchClass('WebKitMutationObserver');\n patchClass('IntersectionObserver');\n patchClass('FileReader');\n});\nZone.__load_patch('on_property', (global, Zone, api) => {\n propertyDescriptorPatch(api, global);\n propertyPatch();\n});\nZone.__load_patch('customElements', (global, Zone, api) => {\n patchCustomElements(global, api);\n});\nZone.__load_patch('XHR', (global, Zone) => {\n // Treat XMLHttpRequest as a macrotask.\n patchXHR(global);\n const XHR_TASK = zoneSymbol('xhrTask');\n const XHR_SYNC = zoneSymbol('xhrSync');\n const XHR_LISTENER = zoneSymbol('xhrListener');\n const XHR_SCHEDULED = zoneSymbol('xhrScheduled');\n const XHR_URL = zoneSymbol('xhrURL');\n const XHR_ERROR_BEFORE_SCHEDULED = zoneSymbol('xhrErrorBeforeScheduled');\n function patchXHR(window) {\n const XMLHttpRequest = window['XMLHttpRequest'];\n if (!XMLHttpRequest) {\n // XMLHttpRequest is not available in service worker\n return;\n }\n const XMLHttpRequestPrototype = XMLHttpRequest.prototype;\n function findPendingTask(target) {\n return target[XHR_TASK];\n }\n let oriAddListener = XMLHttpRequestPrototype[ZONE_SYMBOL_ADD_EVENT_LISTENER];\n let oriRemoveListener = XMLHttpRequestPrototype[ZONE_SYMBOL_REMOVE_EVENT_LISTENER];\n if (!oriAddListener) {\n const XMLHttpRequestEventTarget = window['XMLHttpRequestEventTarget'];\n if (XMLHttpRequestEventTarget) {\n const XMLHttpRequestEventTargetPrototype = XMLHttpRequestEventTarget.prototype;\n oriAddListener = XMLHttpRequestEventTargetPrototype[ZONE_SYMBOL_ADD_EVENT_LISTENER];\n oriRemoveListener = XMLHttpRequestEventTargetPrototype[ZONE_SYMBOL_REMOVE_EVENT_LISTENER];\n }\n }\n const READY_STATE_CHANGE = 'readystatechange';\n const SCHEDULED = 'scheduled';\n function scheduleTask(task) {\n const data = task.data;\n const target = data.target;\n target[XHR_SCHEDULED] = false;\n target[XHR_ERROR_BEFORE_SCHEDULED] = false;\n // remove existing event listener\n const listener = target[XHR_LISTENER];\n if (!oriAddListener) {\n oriAddListener = target[ZONE_SYMBOL_ADD_EVENT_LISTENER];\n oriRemoveListener = target[ZONE_SYMBOL_REMOVE_EVENT_LISTENER];\n }\n if (listener) {\n oriRemoveListener.call(target, READY_STATE_CHANGE, listener);\n }\n const newListener = target[XHR_LISTENER] = () => {\n if (target.readyState === target.DONE) {\n // sometimes on some browsers XMLHttpRequest will fire onreadystatechange with\n // readyState=4 multiple times, so we need to check task state here\n if (!data.aborted && target[XHR_SCHEDULED] && task.state === SCHEDULED) {\n // check whether the xhr has registered onload listener\n // if that is the case, the task should invoke after all\n // onload listeners finish.\n const loadTasks = target['__zone_symbol__loadfalse'];\n if (loadTasks && loadTasks.length > 0) {\n const oriInvoke = task.invoke;\n task.invoke = function () {\n // need to load the tasks again, because in other\n // load listener, they may remove themselves\n const loadTasks = target['__zone_symbol__loadfalse'];\n for (let i = 0; i < loadTasks.length; i++) {\n if (loadTasks[i] === task) {\n loadTasks.splice(i, 1);\n }\n }\n if (!data.aborted && task.state === SCHEDULED) {\n oriInvoke.call(task);\n }\n };\n loadTasks.push(task);\n }\n else {\n task.invoke();\n }\n }\n else if (!data.aborted && target[XHR_SCHEDULED] === false) {\n // error occurs when xhr.send()\n target[XHR_ERROR_BEFORE_SCHEDULED] = true;\n }\n }\n };\n oriAddListener.call(target, READY_STATE_CHANGE, newListener);\n const storedTask = target[XHR_TASK];\n if (!storedTask) {\n target[XHR_TASK] = task;\n }\n sendNative.apply(target, data.args);\n target[XHR_SCHEDULED] = true;\n return task;\n }\n function placeholderCallback() { }\n function clearTask(task) {\n const data = task.data;\n // Note - ideally, we would call data.target.removeEventListener here, but it's too late\n // to prevent it from firing. So instead, we store info for the event listener.\n data.aborted = true;\n return abortNative.apply(data.target, data.args);\n }\n const openNative = patchMethod(XMLHttpRequestPrototype, 'open', () => function (self, args) {\n self[XHR_SYNC] = args[2] == false;\n self[XHR_URL] = args[1];\n return openNative.apply(self, args);\n });\n const XMLHTTPREQUEST_SOURCE = 'XMLHttpRequest.send';\n const fetchTaskAborting = zoneSymbol('fetchTaskAborting');\n const fetchTaskScheduling = zoneSymbol('fetchTaskScheduling');\n const sendNative = patchMethod(XMLHttpRequestPrototype, 'send', () => function (self, args) {\n if (Zone.current[fetchTaskScheduling] === true) {\n // a fetch is scheduling, so we are using xhr to polyfill fetch\n // and because we already schedule macroTask for fetch, we should\n // not schedule a macroTask for xhr again\n return sendNative.apply(self, args);\n }\n if (self[XHR_SYNC]) {\n // if the XHR is sync there is no task to schedule, just execute the code.\n return sendNative.apply(self, args);\n }\n else {\n const options = { target: self, url: self[XHR_URL], isPeriodic: false, args: args, aborted: false };\n const task = scheduleMacroTaskWithCurrentZone(XMLHTTPREQUEST_SOURCE, placeholderCallback, options, scheduleTask, clearTask);\n if (self && self[XHR_ERROR_BEFORE_SCHEDULED] === true && !options.aborted &&\n task.state === SCHEDULED) {\n // xhr request throw error when send\n // we should invoke task instead of leaving a scheduled\n // pending macroTask\n task.invoke();\n }\n }\n });\n const abortNative = patchMethod(XMLHttpRequestPrototype, 'abort', () => function (self, args) {\n const task = findPendingTask(self);\n if (task && typeof task.type == 'string') {\n // If the XHR has already completed, do nothing.\n // If the XHR has already been aborted, do nothing.\n // Fix #569, call abort multiple times before done will cause\n // macroTask task count be negative number\n if (task.cancelFn == null || (task.data && task.data.aborted)) {\n return;\n }\n task.zone.cancelTask(task);\n }\n else if (Zone.current[fetchTaskAborting] === true) {\n // the abort is called from fetch polyfill, we need to call native abort of XHR.\n return abortNative.apply(self, args);\n }\n // Otherwise, we are trying to abort an XHR which has not yet been sent, so there is no\n // task\n // to cancel. Do nothing.\n });\n }\n});\nZone.__load_patch('geolocation', (global) => {\n /// GEO_LOCATION\n if (global['navigator'] && global['navigator'].geolocation) {\n patchPrototype(global['navigator'].geolocation, ['getCurrentPosition', 'watchPosition']);\n }\n});\nZone.__load_patch('PromiseRejectionEvent', (global, Zone) => {\n // handle unhandled promise rejection\n function findPromiseRejectionHandler(evtName) {\n return function (e) {\n const eventTasks = findEventTasks(global, evtName);\n eventTasks.forEach(eventTask => {\n // windows has added unhandledrejection event listener\n // trigger the event listener\n const PromiseRejectionEvent = global['PromiseRejectionEvent'];\n if (PromiseRejectionEvent) {\n const evt = new PromiseRejectionEvent(evtName, { promise: e.promise, reason: e.rejection });\n eventTask.invoke(evt);\n }\n });\n };\n }\n if (global['PromiseRejectionEvent']) {\n Zone[zoneSymbol('unhandledPromiseRejectionHandler')] =\n findPromiseRejectionHandler('unhandledrejection');\n Zone[zoneSymbol('rejectionHandledHandler')] =\n findPromiseRejectionHandler('rejectionhandled');\n }\n});\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n","/**\r\n * This file includes polyfills needed by Angular and is loaded before the app.\r\n * You can add your own extra polyfills to this file.\r\n *\r\n * This file is divided into 2 sections:\r\n * 1. Browser polyfills. These are applied before loading ZoneJS and are sorted by browsers.\r\n * 2. Application imports. Files imported after ZoneJS that should be loaded before your main\r\n * file.\r\n *\r\n * The current setup is for so-called \"evergreen\" browsers; the last versions of browsers that\r\n * automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera),\r\n * Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile.\r\n *\r\n * Learn more in https://angular.io/guide/browser-support\r\n */\r\n\r\n/***************************************************************************************************\r\n * BROWSER POLYFILLS\r\n */\r\n\r\n/** IE10 and IE11 requires the following for NgClass support on SVG elements */\r\n// import 'classlist.js'; // Run `npm install --save classlist.js`.\r\n\r\n/**\r\n * Web Animations `@angular/platform-browser/animations`\r\n * Only required if AnimationBuilder is used within the application and using IE/Edge or Safari.\r\n * Standard animation support in Angular DOES NOT require any polyfills (as of Angular 6.0).\r\n */\r\n// import 'web-animations-js'; // Run `npm install --save web-animations-js`.\r\n\r\n/**\r\n * By default, zone.js will patch all possible macroTask and DomEvents\r\n * user can disable parts of macroTask/DomEvents patch by setting following flags\r\n * because those flags need to be set before `zone.js` being loaded, and webpack\r\n * will put import in the top of bundle, so user need to create a separate file\r\n * in this directory (for example: zone-flags.ts), and put the following flags\r\n * into that file, and then add the following code before importing zone.js.\r\n * import './zone-flags.ts';\r\n *\r\n * The flags allowed in zone-flags.ts are listed here.\r\n *\r\n * The following flags will work for all browsers.\r\n *\r\n * (window as any).__Zone_disable_requestAnimationFrame = true; // disable patch requestAnimationFrame\r\n * (window as any).__Zone_disable_on_property = true; // disable patch onProperty such as onclick\r\n * (window as any).__zone_symbol__UNPATCHED_EVENTS = ['scroll', 'mousemove']; // disable patch specified eventNames\r\n *\r\n * in IE/Edge developer tools, the addEventListener will also be wrapped by zone.js\r\n * with the following flag, it will bypass `zone.js` patch for IE/Edge\r\n *\r\n * (window as any).__Zone_enable_cross_context_check = true;\r\n *\r\n */\r\n\r\n/** Smooth Scroll behavior polyfill */\r\nimport smoothscroll from 'smoothscroll-polyfill/dist/smoothscroll.js';\r\nsmoothscroll.polyfill();\r\n\r\n/***************************************************************************************************\r\n * Zone JS is required by default for Angular itself.\r\n */\r\nimport 'zone.js/dist/zone'; // Included with Angular CLI.\r\n\r\n/***************************************************************************************************\r\n * APPLICATION IMPORTS\r\n */\r\n"],"sourceRoot":""} \ No newline at end of file diff --git a/dist/apps/total-angular/polyfills-es5.js b/dist/apps/total-angular/polyfills-es5.js index afe1b9f00..6f4a6365e 100644 --- a/dist/apps/total-angular/polyfills-es5.js +++ b/dist/apps/total-angular/polyfills-es5.js @@ -1,9 +1,9 @@ (window["webpackJsonp"] = window["webpackJsonp"] || []).push([["polyfills"],{ /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/es/date/index.js": -/*!***************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/es/date/index.js ***! - \***************************************************************************************************************************************/ +/*!***************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/es/date/index.js ***! + \***************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -19,9 +19,9 @@ module.exports = __webpack_require__(/*! ../../internals/path */ "../../node_mod /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/es/math/index.js": -/*!***************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/es/math/index.js ***! - \***************************************************************************************************************************************/ +/*!***************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/es/math/index.js ***! + \***************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -50,9 +50,9 @@ module.exports = __webpack_require__(/*! ../../internals/path */ "../../node_mod /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/es/number/index.js": -/*!*****************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/es/number/index.js ***! - \*****************************************************************************************************************************************/ +/*!*****************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/es/number/index.js ***! + \*****************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -75,9 +75,9 @@ module.exports = __webpack_require__(/*! ../../internals/path */ "../../node_mod /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/es/reflect/index.js": -/*!******************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/es/reflect/index.js ***! - \******************************************************************************************************************************************/ +/*!******************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/es/reflect/index.js ***! + \******************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -101,9 +101,9 @@ module.exports = __webpack_require__(/*! ../../internals/path */ "../../node_mod /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/es/regexp/index.js": -/*!*****************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/es/regexp/index.js ***! - \*****************************************************************************************************************************************/ +/*!*****************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/es/regexp/index.js ***! + \*****************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -120,9 +120,9 @@ __webpack_require__(/*! ../../modules/es.string.split */ "../../node_modules/@an /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/a-function.js": -/*!**********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/a-function.js ***! - \**********************************************************************************************************************************************/ +/*!**********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/a-function.js ***! + \**********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -136,9 +136,9 @@ module.exports = function (it) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/add-to-unscopables.js": -/*!******************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/add-to-unscopables.js ***! - \******************************************************************************************************************************************************/ +/*!******************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/add-to-unscopables.js ***! + \******************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -162,9 +162,9 @@ module.exports = function (key) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/advance-string-index.js": -/*!********************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/advance-string-index.js ***! - \********************************************************************************************************************************************************/ +/*!********************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/advance-string-index.js ***! + \********************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -182,9 +182,9 @@ module.exports = function (S, index, unicode) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/an-instance.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/an-instance.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/an-instance.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -198,9 +198,9 @@ module.exports = function (it, Constructor, name) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/an-object.js": -/*!*********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/an-object.js ***! - \*********************************************************************************************************************************************/ +/*!*********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/an-object.js ***! + \*********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -216,9 +216,9 @@ module.exports = function (it) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-copy-within.js": -/*!*****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-copy-within.js ***! - \*****************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-copy-within.js ***! + \*****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -255,9 +255,9 @@ module.exports = [].copyWithin || function copyWithin(target /* = 0 */, start /* /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-fill.js": -/*!**********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-fill.js ***! - \**********************************************************************************************************************************************/ +/*!**********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-fill.js ***! + \**********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -284,9 +284,9 @@ module.exports = function fill(value /* , start = 0, end = @length */) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-for-each.js": -/*!**************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-for-each.js ***! - \**************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-for-each.js ***! + \**************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -307,9 +307,9 @@ module.exports = SLOPPY_METHOD ? function forEach(callbackfn /* , thisArg */) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-from.js": -/*!**********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-from.js ***! - \**********************************************************************************************************************************************/ +/*!**********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-from.js ***! + \**********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -360,9 +360,9 @@ module.exports = function from(arrayLike /* , mapfn = undefined, thisArg = undef /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-includes.js": -/*!**************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-includes.js ***! - \**************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-includes.js ***! + \**************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -398,9 +398,9 @@ module.exports = function (IS_INCLUDES) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-last-index-of.js": -/*!*******************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-last-index-of.js ***! - \*******************************************************************************************************************************************************/ +/*!*******************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-last-index-of.js ***! + \*******************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -432,9 +432,9 @@ module.exports = (NEGATIVE_ZERO || SLOPPY_METHOD) ? function lastIndexOf(searchE /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-method-has-species-support.js": -/*!********************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-method-has-species-support.js ***! - \********************************************************************************************************************************************************************/ +/*!********************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-method-has-species-support.js ***! + \********************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -456,9 +456,9 @@ module.exports = function (METHOD_NAME) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-methods.js": -/*!*************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-methods.js ***! - \*************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-methods.js ***! + \*************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -520,9 +520,9 @@ module.exports = function (TYPE, specificCreate) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-reduce.js": -/*!************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-reduce.js ***! - \************************************************************************************************************************************************/ +/*!************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-reduce.js ***! + \************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -562,9 +562,9 @@ module.exports = function (that, callbackfn, argumentsLength, memo, isRight) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-species-create.js": -/*!********************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-species-create.js ***! - \********************************************************************************************************************************************************/ +/*!********************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-species-create.js ***! + \********************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -591,9 +591,9 @@ module.exports = function (originalArray, length) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/bind-context.js": -/*!************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/bind-context.js ***! - \************************************************************************************************************************************************/ +/*!************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/bind-context.js ***! + \************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -626,9 +626,9 @@ module.exports = function (fn, that, length) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/call-with-safe-iteration-closing.js": -/*!********************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/call-with-safe-iteration-closing.js ***! - \********************************************************************************************************************************************************************/ +/*!********************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/call-with-safe-iteration-closing.js ***! + \********************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -650,9 +650,9 @@ module.exports = function (iterator, fn, value, ENTRIES) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/check-correctness-of-iteration.js": -/*!******************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/check-correctness-of-iteration.js ***! - \******************************************************************************************************************************************************************/ +/*!******************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/check-correctness-of-iteration.js ***! + \******************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -697,9 +697,9 @@ module.exports = function (exec, SKIP_CLOSING) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/classof-raw.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/classof-raw.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/classof-raw.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -713,9 +713,9 @@ module.exports = function (it) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/classof.js": -/*!*******************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/classof.js ***! - \*******************************************************************************************************************************************/ +/*!*******************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/classof.js ***! + \*******************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -747,9 +747,9 @@ module.exports = function (it) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection-strong.js": -/*!*****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection-strong.js ***! - \*****************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection-strong.js ***! + \*****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -944,9 +944,9 @@ module.exports = { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection-weak.js": -/*!***************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection-weak.js ***! - \***************************************************************************************************************************************************/ +/*!***************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection-weak.js ***! + \***************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1076,9 +1076,9 @@ module.exports = { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection.js": -/*!**********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection.js ***! - \**********************************************************************************************************************************************/ +/*!**********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection.js ***! + \**********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1185,9 +1185,9 @@ module.exports = function (CONSTRUCTOR_NAME, wrapper, common, IS_MAP, IS_WEAK) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/copy-constructor-properties.js": -/*!***************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/copy-constructor-properties.js ***! - \***************************************************************************************************************************************************************/ +/*!***************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/copy-constructor-properties.js ***! + \***************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1210,9 +1210,9 @@ module.exports = function (target, source) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/correct-is-regexp-logic.js": -/*!***********************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/correct-is-regexp-logic.js ***! - \***********************************************************************************************************************************************************/ +/*!***********************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/correct-is-regexp-logic.js ***! + \***********************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1234,9 +1234,9 @@ module.exports = function (METHOD_NAME) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/correct-prototype-getter.js": -/*!************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/correct-prototype-getter.js ***! - \************************************************************************************************************************************************************/ +/*!************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/correct-prototype-getter.js ***! + \************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1250,9 +1250,9 @@ module.exports = !__webpack_require__(/*! ../internals/fails */ "../../node_modu /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-html.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-html.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-html.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1272,9 +1272,9 @@ module.exports = function (string, tag, attribute, value) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-iterator-constructor.js": -/*!***************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-iterator-constructor.js ***! - \***************************************************************************************************************************************************************/ +/*!***************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-iterator-constructor.js ***! + \***************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1300,9 +1300,9 @@ module.exports = function (IteratorConstructor, NAME, next) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-property-descriptor.js": -/*!**************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-property-descriptor.js ***! - \**************************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-property-descriptor.js ***! + \**************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -1319,9 +1319,9 @@ module.exports = function (bitmap, value) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-property.js": -/*!***************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-property.js ***! - \***************************************************************************************************************************************************/ +/*!***************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-property.js ***! + \***************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1341,9 +1341,9 @@ module.exports = function (object, key, value) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/date-to-iso-string.js": -/*!******************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/date-to-iso-string.js ***! - \******************************************************************************************************************************************************/ +/*!******************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/date-to-iso-string.js ***! + \******************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1385,9 +1385,9 @@ module.exports = (fails(function () { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/date-to-primitive.js": -/*!*****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/date-to-primitive.js ***! - \*****************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/date-to-primitive.js ***! + \*****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1406,9 +1406,9 @@ module.exports = function (hint) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/define-iterator.js": -/*!***************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/define-iterator.js ***! - \***************************************************************************************************************************************************/ +/*!***************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/define-iterator.js ***! + \***************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1506,9 +1506,9 @@ module.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, I /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/define-well-known-symbol.js": -/*!************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/define-well-known-symbol.js ***! - \************************************************************************************************************************************************************/ +/*!************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/define-well-known-symbol.js ***! + \************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1528,9 +1528,9 @@ module.exports = function (NAME) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/descriptors.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/descriptors.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/descriptors.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1543,9 +1543,9 @@ module.exports = !__webpack_require__(/*! ../internals/fails */ "../../node_modu /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/document-create-element.js": -/*!***********************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/document-create-element.js ***! - \***********************************************************************************************************************************************************/ +/*!***********************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/document-create-element.js ***! + \***********************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1562,9 +1562,9 @@ module.exports = function (it) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/dom-iterables.js": -/*!*************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/dom-iterables.js ***! - \*************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/dom-iterables.js ***! + \*************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -1608,9 +1608,9 @@ module.exports = { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/enum-bug-keys.js": -/*!*************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/enum-bug-keys.js ***! - \*************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/enum-bug-keys.js ***! + \*************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -1629,9 +1629,9 @@ module.exports = [ /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/enum-keys.js": -/*!*********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/enum-keys.js ***! - \*********************************************************************************************************************************************/ +/*!*********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/enum-keys.js ***! + \*********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1656,9 +1656,9 @@ module.exports = function (it) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/export.js": -/*!******************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/export.js ***! - \******************************************************************************************************************************************/ +/*!******************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/export.js ***! + \******************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1721,9 +1721,9 @@ module.exports = function (options, source) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/fails.js": -/*!*****************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/fails.js ***! - \*****************************************************************************************************************************************/ +/*!*****************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/fails.js ***! + \*****************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -1739,9 +1739,9 @@ module.exports = function (exec) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js": -/*!**********************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js ***! - \**********************************************************************************************************************************************************************/ +/*!**********************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js ***! + \**********************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1844,9 +1844,9 @@ module.exports = function (KEY, length, exec, sham) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/forced-string-html-method.js": -/*!*************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/forced-string-html-method.js ***! - \*************************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/forced-string-html-method.js ***! + \*************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1865,9 +1865,9 @@ module.exports = function (METHOD_NAME) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/forced-string-trim-method.js": -/*!*************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/forced-string-trim-method.js ***! - \*************************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/forced-string-trim-method.js ***! + \*************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1887,9 +1887,9 @@ module.exports = function (METHOD_NAME) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/freezing.js": -/*!********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/freezing.js ***! - \********************************************************************************************************************************************/ +/*!********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/freezing.js ***! + \********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1901,9 +1901,9 @@ module.exports = !__webpack_require__(/*! ../internals/fails */ "../../node_modu /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/function-bind.js": -/*!*************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/function-bind.js ***! - \*************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/function-bind.js ***! + \*************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1939,9 +1939,9 @@ module.exports = Function.bind || function bind(that /* , ...args */) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/function-to-string.js": -/*!******************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/function-to-string.js ***! - \******************************************************************************************************************************************************/ +/*!******************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/function-to-string.js ***! + \******************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1951,9 +1951,9 @@ module.exports = __webpack_require__(/*! ../internals/shared */ "../../node_modu /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/get-built-in.js": -/*!************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/get-built-in.js ***! - \************************************************************************************************************************************************/ +/*!************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/get-built-in.js ***! + \************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1973,9 +1973,9 @@ module.exports = function (namespace, method) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/get-iterator-method.js": -/*!*******************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/get-iterator-method.js ***! - \*******************************************************************************************************************************************************/ +/*!*******************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/get-iterator-method.js ***! + \*******************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -1993,9 +1993,9 @@ module.exports = function (it) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/global.js": -/*!******************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/global.js ***! - \******************************************************************************************************************************************/ +/*!******************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/global.js ***! + \******************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -2009,9 +2009,9 @@ module.exports = typeof window == 'object' && window && window.Math == Math ? wi /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/has.js": -/*!***************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/has.js ***! - \***************************************************************************************************************************************/ +/*!***************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/has.js ***! + \***************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -2025,9 +2025,9 @@ module.exports = function (it, key) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/hidden-keys.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/hidden-keys.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/hidden-keys.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -2037,9 +2037,9 @@ module.exports = {}; /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/hide.js": -/*!****************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/hide.js ***! - \****************************************************************************************************************************************/ +/*!****************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/hide.js ***! + \****************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2057,9 +2057,9 @@ module.exports = __webpack_require__(/*! ../internals/descriptors */ "../../node /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/host-report-errors.js": -/*!******************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/host-report-errors.js ***! - \******************************************************************************************************************************************************/ +/*!******************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/host-report-errors.js ***! + \******************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2076,9 +2076,9 @@ module.exports = function (a, b) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/html.js": -/*!****************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/html.js ***! - \****************************************************************************************************************************************/ +/*!****************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/html.js ***! + \****************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2090,9 +2090,9 @@ module.exports = document && document.documentElement; /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/ie8-dom-define.js": -/*!**************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/ie8-dom-define.js ***! - \**************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/ie8-dom-define.js ***! + \**************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2107,9 +2107,9 @@ module.exports = !__webpack_require__(/*! ../internals/descriptors */ "../../nod /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/indexed-object.js": -/*!**************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/indexed-object.js ***! - \**************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/indexed-object.js ***! + \**************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2130,9 +2130,9 @@ module.exports = fails(function () { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/inherit-if-required.js": -/*!*******************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/inherit-if-required.js ***! - \*******************************************************************************************************************************************************/ +/*!*******************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/inherit-if-required.js ***! + \*******************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2151,9 +2151,9 @@ module.exports = function (that, target, C) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/internal-metadata.js": -/*!*****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/internal-metadata.js ***! - \*****************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/internal-metadata.js ***! + \*****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2220,9 +2220,9 @@ __webpack_require__(/*! ../internals/hidden-keys */ "../../node_modules/@angular /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/internal-state.js": -/*!**************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/internal-state.js ***! - \**************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/internal-state.js ***! + \**************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2290,9 +2290,9 @@ module.exports = { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-array-iterator-method.js": -/*!************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-array-iterator-method.js ***! - \************************************************************************************************************************************************************/ +/*!************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-array-iterator-method.js ***! + \************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2309,9 +2309,9 @@ module.exports = function (it) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-array.js": -/*!********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-array.js ***! - \********************************************************************************************************************************************/ +/*!********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-array.js ***! + \********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2327,9 +2327,9 @@ module.exports = Array.isArray || function isArray(arg) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-forced.js": -/*!*********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-forced.js ***! - \*********************************************************************************************************************************************/ +/*!*********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-forced.js ***! + \*********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2358,9 +2358,9 @@ module.exports = isForced; /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-integer.js": -/*!**********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-integer.js ***! - \**********************************************************************************************************************************************/ +/*!**********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-integer.js ***! + \**********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2377,9 +2377,9 @@ module.exports = function isInteger(it) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-object.js": -/*!*********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-object.js ***! - \*********************************************************************************************************************************************/ +/*!*********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-object.js ***! + \*********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -2391,9 +2391,9 @@ module.exports = function (it) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-pure.js": -/*!*******************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-pure.js ***! - \*******************************************************************************************************************************************/ +/*!*******************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-pure.js ***! + \*******************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -2403,9 +2403,9 @@ module.exports = false; /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-regexp.js": -/*!*********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-regexp.js ***! - \*********************************************************************************************************************************************/ +/*!*********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-regexp.js ***! + \*********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2424,9 +2424,9 @@ module.exports = function (it) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterate.js": -/*!*******************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterate.js ***! - \*******************************************************************************************************************************************/ +/*!*******************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterate.js ***! + \*******************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2468,9 +2468,9 @@ exports.BREAK = BREAK; /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterators-core.js": -/*!**************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterators-core.js ***! - \**************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterators-core.js ***! + \**************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2513,9 +2513,9 @@ module.exports = { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterators.js": -/*!*********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterators.js ***! - \*********************************************************************************************************************************************/ +/*!*********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterators.js ***! + \*********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -2525,9 +2525,9 @@ module.exports = {}; /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/math-expm1.js": -/*!**********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/math-expm1.js ***! - \**********************************************************************************************************************************************/ +/*!**********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/math-expm1.js ***! + \**********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -2548,9 +2548,9 @@ module.exports = (!nativeExpm1 /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/math-fround.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/math-fround.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/math-fround.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2583,9 +2583,9 @@ module.exports = Math.fround || function fround(x) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/math-log1p.js": -/*!**********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/math-log1p.js ***! - \**********************************************************************************************************************************************/ +/*!**********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/math-log1p.js ***! + \**********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -2599,9 +2599,9 @@ module.exports = Math.log1p || function log1p(x) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/math-sign.js": -/*!*********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/math-sign.js ***! - \*********************************************************************************************************************************************/ +/*!*********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/math-sign.js ***! + \*********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -2616,9 +2616,9 @@ module.exports = Math.sign || function sign(x) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/microtask.js": -/*!*********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/microtask.js ***! - \*********************************************************************************************************************************************/ +/*!*********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/microtask.js ***! + \*********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2703,9 +2703,9 @@ module.exports = queueMicrotask || function (fn) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/native-symbol.js": -/*!*************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/native-symbol.js ***! - \*************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/native-symbol.js ***! + \*************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2719,9 +2719,9 @@ module.exports = !__webpack_require__(/*! ../internals/fails */ "../../node_modu /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/native-weak-map.js": -/*!***************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/native-weak-map.js ***! - \***************************************************************************************************************************************************/ +/*!***************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/native-weak-map.js ***! + \***************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2734,9 +2734,9 @@ module.exports = typeof WeakMap === 'function' && /native code/.test(nativeFunct /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/new-promise-capability.js": -/*!**********************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/new-promise-capability.js ***! - \**********************************************************************************************************************************************************/ +/*!**********************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/new-promise-capability.js ***! + \**********************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2764,9 +2764,9 @@ module.exports.f = function (C) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/number-is-finite.js": -/*!****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/number-is-finite.js ***! - \****************************************************************************************************************************************************/ +/*!****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/number-is-finite.js ***! + \****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2782,9 +2782,9 @@ module.exports = Number.isFinite || function isFinite(it) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-assign.js": -/*!*************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-assign.js ***! - \*************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-assign.js ***! + \*************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2828,9 +2828,9 @@ module.exports = !nativeAssign || __webpack_require__(/*! ../internals/fails */ /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-create.js": -/*!*************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-create.js ***! - \*************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-create.js ***! + \*************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2884,9 +2884,9 @@ __webpack_require__(/*! ../internals/hidden-keys */ "../../node_modules/@angular /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-define-properties.js": -/*!************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-define-properties.js ***! - \************************************************************************************************************************************************************/ +/*!************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-define-properties.js ***! + \************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2909,9 +2909,9 @@ module.exports = DESCRIPTORS ? Object.defineProperties : function defineProperti /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-define-property.js": -/*!**********************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-define-property.js ***! - \**********************************************************************************************************************************************************/ +/*!**********************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-define-property.js ***! + \**********************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2937,9 +2937,9 @@ exports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, A /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-descriptor.js": -/*!**********************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-descriptor.js ***! - \**********************************************************************************************************************************************************************/ +/*!**********************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-descriptor.js ***! + \**********************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2965,9 +2965,9 @@ exports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnProper /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-names-external.js": -/*!**************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-names-external.js ***! - \**************************************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-names-external.js ***! + \**************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -2997,9 +2997,9 @@ module.exports.f = function getOwnPropertyNames(it) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-names.js": -/*!*****************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-names.js ***! - \*****************************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-names.js ***! + \*****************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3015,9 +3015,9 @@ exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-symbols.js": -/*!*******************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-symbols.js ***! - \*******************************************************************************************************************************************************************/ +/*!*******************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-symbols.js ***! + \*******************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -3027,9 +3027,9 @@ exports.f = Object.getOwnPropertySymbols; /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-prototype-of.js": -/*!***********************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-prototype-of.js ***! - \***********************************************************************************************************************************************************/ +/*!***********************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-prototype-of.js ***! + \***********************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3052,9 +3052,9 @@ module.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function (O) /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-keys-internal.js": -/*!********************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-keys-internal.js ***! - \********************************************************************************************************************************************************/ +/*!********************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-keys-internal.js ***! + \********************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3080,9 +3080,9 @@ module.exports = function (object, names) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-keys.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-keys.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-keys.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3098,9 +3098,9 @@ module.exports = Object.keys || function keys(O) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-property-is-enumerable.js": -/*!*****************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-property-is-enumerable.js ***! - \*****************************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-property-is-enumerable.js ***! + \*****************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3121,9 +3121,9 @@ exports.f = NASHORN_BUG ? function propertyIsEnumerable(V) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-set-prototype-of.js": -/*!***********************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-set-prototype-of.js ***! - \***********************************************************************************************************************************************************/ +/*!***********************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-set-prototype-of.js ***! + \***********************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3152,9 +3152,9 @@ module.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-to-string.js": -/*!****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-to-string.js ***! - \****************************************************************************************************************************************************/ +/*!****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-to-string.js ***! + \****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3176,9 +3176,9 @@ module.exports = String(test) !== '[object z]' ? function toString() { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/own-keys.js": -/*!********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/own-keys.js ***! - \********************************************************************************************************************************************/ +/*!********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/own-keys.js ***! + \********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3198,9 +3198,9 @@ module.exports = Reflect && Reflect.ownKeys || function ownKeys(it) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/parse-float.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/parse-float.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/parse-float.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3219,9 +3219,9 @@ module.exports = FORCED ? function parseFloat(str) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/parse-int.js": -/*!*********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/parse-int.js ***! - \*********************************************************************************************************************************************/ +/*!*********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/parse-int.js ***! + \*********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3240,9 +3240,9 @@ module.exports = FORCED ? function parseInt(str, radix) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/path.js": -/*!****************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/path.js ***! - \****************************************************************************************************************************************/ +/*!****************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/path.js ***! + \****************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3252,9 +3252,9 @@ module.exports = __webpack_require__(/*! ../internals/global */ "../../node_modu /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/perform.js": -/*!*******************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/perform.js ***! - \*******************************************************************************************************************************************/ +/*!*******************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/perform.js ***! + \*******************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -3270,9 +3270,9 @@ module.exports = function (exec) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/promise-resolve.js": -/*!***************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/promise-resolve.js ***! - \***************************************************************************************************************************************************/ +/*!***************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/promise-resolve.js ***! + \***************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3293,9 +3293,9 @@ module.exports = function (C, x) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/redefine-all.js": -/*!************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/redefine-all.js ***! - \************************************************************************************************************************************************/ +/*!************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/redefine-all.js ***! + \************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3310,9 +3310,9 @@ module.exports = function (target, src, options) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/redefine.js": -/*!********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/redefine.js ***! - \********************************************************************************************************************************************/ +/*!********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/redefine.js ***! + \********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3358,9 +3358,9 @@ __webpack_require__(/*! ../internals/shared */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/reflect-metadata.js": -/*!****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/reflect-metadata.js ***! - \****************************************************************************************************************************************************/ +/*!****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/reflect-metadata.js ***! + \****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3421,9 +3421,9 @@ module.exports = { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/regexp-exec-abstract.js": -/*!********************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/regexp-exec-abstract.js ***! - \********************************************************************************************************************************************************/ +/*!********************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/regexp-exec-abstract.js ***! + \********************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3454,9 +3454,9 @@ module.exports = function (R, S) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/regexp-exec.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/regexp-exec.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/regexp-exec.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3521,9 +3521,9 @@ module.exports = patchedExec; /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/regexp-flags.js": -/*!************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/regexp-flags.js ***! - \************************************************************************************************************************************************/ +/*!************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/regexp-flags.js ***! + \************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3548,9 +3548,9 @@ module.exports = function () { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/require-object-coercible.js": -/*!************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/require-object-coercible.js ***! - \************************************************************************************************************************************************************/ +/*!************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/require-object-coercible.js ***! + \************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -3565,9 +3565,9 @@ module.exports = function (it) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/same-value.js": -/*!**********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/same-value.js ***! - \**********************************************************************************************************************************************/ +/*!**********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/same-value.js ***! + \**********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -3582,9 +3582,9 @@ module.exports = Object.is || function is(x, y) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-global.js": -/*!**********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-global.js ***! - \**********************************************************************************************************************************************/ +/*!**********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-global.js ***! + \**********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3603,9 +3603,9 @@ module.exports = function (key, value) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-species.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-species.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-species.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3629,9 +3629,9 @@ module.exports = function (CONSTRUCTOR_NAME) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-to-string-tag.js": -/*!*****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-to-string-tag.js ***! - \*****************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-to-string-tag.js ***! + \*****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3649,9 +3649,9 @@ module.exports = function (it, TAG, STATIC) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/shared-key.js": -/*!**********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/shared-key.js ***! - \**********************************************************************************************************************************************/ +/*!**********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/shared-key.js ***! + \**********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3666,9 +3666,9 @@ module.exports = function (key) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/shared.js": -/*!******************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/shared.js ***! - \******************************************************************************************************************************************/ +/*!******************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/shared.js ***! + \******************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3689,9 +3689,9 @@ var store = global[SHARED] || setGlobal(SHARED, {}); /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/sloppy-array-method.js": -/*!*******************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/sloppy-array-method.js ***! - \*******************************************************************************************************************************************************/ +/*!*******************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/sloppy-array-method.js ***! + \*******************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3711,9 +3711,9 @@ module.exports = function (METHOD_NAME, argument) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/species-constructor.js": -/*!*******************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/species-constructor.js ***! - \*******************************************************************************************************************************************************/ +/*!*******************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/species-constructor.js ***! + \*******************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3733,9 +3733,9 @@ module.exports = function (O, defaultConstructor) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/string-at.js": -/*!*********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/string-at.js ***! - \*********************************************************************************************************************************************/ +/*!*********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/string-at.js ***! + \*********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3760,9 +3760,9 @@ module.exports = function (that, pos, CONVERT_TO_STRING) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/string-repeat.js": -/*!*************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/string-repeat.js ***! - \*************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/string-repeat.js ***! + \*************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3786,9 +3786,9 @@ module.exports = ''.repeat || function repeat(count) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/string-trim.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/string-trim.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/string-trim.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3811,9 +3811,9 @@ module.exports = function (string, TYPE) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/task.js": -/*!****************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/task.js ***! - \****************************************************************************************************************************************/ +/*!****************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/task.js ***! + \****************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3910,9 +3910,9 @@ module.exports = { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/this-number-value.js": -/*!*****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/this-number-value.js ***! - \*****************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/this-number-value.js ***! + \*****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3931,9 +3931,9 @@ module.exports = function (value) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-absolute-index.js": -/*!*****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-absolute-index.js ***! - \*****************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-absolute-index.js ***! + \*****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3953,9 +3953,9 @@ module.exports = function (index, length) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-indexed-object.js": -/*!*****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-indexed-object.js ***! - \*****************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-indexed-object.js ***! + \*****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -3971,9 +3971,9 @@ module.exports = function (it) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-integer.js": -/*!**********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-integer.js ***! - \**********************************************************************************************************************************************/ +/*!**********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-integer.js ***! + \**********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -3990,9 +3990,9 @@ module.exports = function (argument) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-length.js": -/*!*********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-length.js ***! - \*********************************************************************************************************************************************/ +/*!*********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-length.js ***! + \*********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4009,9 +4009,9 @@ module.exports = function (argument) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-object.js": -/*!*********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-object.js ***! - \*********************************************************************************************************************************************/ +/*!*********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-object.js ***! + \*********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4027,9 +4027,9 @@ module.exports = function (argument) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-primitive.js": -/*!************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-primitive.js ***! - \************************************************************************************************************************************************/ +/*!************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-primitive.js ***! + \************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4050,9 +4050,9 @@ module.exports = function (it, S) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/uid.js": -/*!***************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/uid.js ***! - \***************************************************************************************************************************************/ +/*!***************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/uid.js ***! + \***************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -4067,9 +4067,9 @@ module.exports = function (key) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/user-agent.js": -/*!**********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/user-agent.js ***! - \**********************************************************************************************************************************************/ +/*!**********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/user-agent.js ***! + \**********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4082,9 +4082,9 @@ module.exports = navigator && navigator.userAgent || ''; /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/validate-set-prototype-of-arguments.js": -/*!***********************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/validate-set-prototype-of-arguments.js ***! - \***********************************************************************************************************************************************************************/ +/*!***********************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/validate-set-prototype-of-arguments.js ***! + \***********************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4102,9 +4102,9 @@ module.exports = function (O, proto) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/validate-string-method-arguments.js": -/*!********************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/validate-string-method-arguments.js ***! - \********************************************************************************************************************************************************************/ +/*!********************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/validate-string-method-arguments.js ***! + \********************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4122,9 +4122,9 @@ module.exports = function (that, searchString, NAME) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/well-known-symbol.js": -/*!*****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/well-known-symbol.js ***! - \*****************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/well-known-symbol.js ***! + \*****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4142,9 +4142,9 @@ module.exports = function (name) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/whitespaces.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/whitespaces.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/whitespaces.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -4156,9 +4156,9 @@ module.exports = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/wrapped-well-known-symbol.js": -/*!*************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/wrapped-well-known-symbol.js ***! - \*************************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/wrapped-well-known-symbol.js ***! + \*************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4168,9 +4168,9 @@ exports.f = __webpack_require__(/*! ../internals/well-known-symbol */ "../../nod /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.copy-within.js": -/*!******************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.copy-within.js ***! - \******************************************************************************************************************************************************/ +/*!******************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.copy-within.js ***! + \******************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4187,9 +4187,9 @@ __webpack_require__(/*! ../internals/add-to-unscopables */ "../../node_modules/@ /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.every.js": -/*!************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.every.js ***! - \************************************************************************************************************************************************/ +/*!************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.every.js ***! + \************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4211,9 +4211,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.fill.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.fill.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.fill.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4228,9 +4228,9 @@ __webpack_require__(/*! ../internals/add-to-unscopables */ "../../node_modules/@ /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.filter.js": -/*!*************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.filter.js ***! - \*************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.filter.js ***! + \*************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4253,9 +4253,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.find-index.js": -/*!*****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.find-index.js ***! - \*****************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.find-index.js ***! + \*****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4283,9 +4283,9 @@ __webpack_require__(/*! ../internals/add-to-unscopables */ "../../node_modules/@ /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.find.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.find.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.find.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4313,9 +4313,9 @@ __webpack_require__(/*! ../internals/add-to-unscopables */ "../../node_modules/@ /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.for-each.js": -/*!***************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.for-each.js ***! - \***************************************************************************************************************************************************/ +/*!***************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.for-each.js ***! + \***************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4331,9 +4331,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.from.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.from.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.from.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4351,9 +4351,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.index-of.js": -/*!***************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.index-of.js ***! - \***************************************************************************************************************************************************/ +/*!***************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.index-of.js ***! + \***************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4380,9 +4380,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.is-array.js": -/*!***************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.is-array.js ***! - \***************************************************************************************************************************************************/ +/*!***************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.is-array.js ***! + \***************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4394,9 +4394,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.iterator.js": -/*!***************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.iterator.js ***! - \***************************************************************************************************************************************************/ +/*!***************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.iterator.js ***! + \***************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4458,9 +4458,9 @@ addToUnscopables('entries'); /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.join.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.join.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.join.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4484,9 +4484,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.last-index-of.js": -/*!********************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.last-index-of.js ***! - \********************************************************************************************************************************************************/ +/*!********************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.last-index-of.js ***! + \********************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4502,9 +4502,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.map.js": -/*!**********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.map.js ***! - \**********************************************************************************************************************************************/ +/*!**********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.map.js ***! + \**********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4527,9 +4527,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.of.js": -/*!*********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.of.js ***! - \*********************************************************************************************************************************************/ +/*!*********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.of.js ***! + \*********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4560,9 +4560,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.reduce-right.js": -/*!*******************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.reduce-right.js ***! - \*******************************************************************************************************************************************************/ +/*!*******************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.reduce-right.js ***! + \*******************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4584,9 +4584,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.reduce.js": -/*!*************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.reduce.js ***! - \*************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.reduce.js ***! + \*************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4608,9 +4608,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.slice.js": -/*!************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.slice.js ***! - \************************************************************************************************************************************************/ +/*!************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.slice.js ***! + \************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4663,9 +4663,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.some.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.some.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.some.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4687,9 +4687,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.sort.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.sort.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.sort.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4728,9 +4728,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.date.now.js": -/*!*********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.date.now.js ***! - \*********************************************************************************************************************************************/ +/*!*********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.date.now.js ***! + \*********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4746,9 +4746,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.date.to-iso-string.js": -/*!*******************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.date.to-iso-string.js ***! - \*******************************************************************************************************************************************************/ +/*!*******************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.date.to-iso-string.js ***! + \*******************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4765,9 +4765,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.date.to-json.js": -/*!*************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.date.to-json.js ***! - \*************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.date.to-json.js ***! + \*************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4796,9 +4796,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.date.to-primitive.js": -/*!******************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.date.to-primitive.js ***! - \******************************************************************************************************************************************************/ +/*!******************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.date.to-primitive.js ***! + \******************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4815,9 +4815,9 @@ if (!(TO_PRIMITIVE in DatePrototype)) hide(DatePrototype, TO_PRIMITIVE, dateToPr /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.date.to-string.js": -/*!***************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.date.to-string.js ***! - \***************************************************************************************************************************************************/ +/*!***************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.date.to-string.js ***! + \***************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4841,9 +4841,9 @@ if (new Date(NaN) + '' != INVALID_DATE) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.function.bind.js": -/*!**************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.function.bind.js ***! - \**************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.function.bind.js ***! + \**************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4857,9 +4857,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.function.has-instance.js": -/*!**********************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.function.has-instance.js ***! - \**********************************************************************************************************************************************************/ +/*!**********************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.function.has-instance.js ***! + \**********************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4887,9 +4887,9 @@ if (!(HAS_INSTANCE in FunctionPrototype)) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.function.name.js": -/*!**************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.function.name.js ***! - \**************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.function.name.js ***! + \**************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4919,9 +4919,9 @@ if (DESCRIPTORS && !(NAME in FunctionPrototype)) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.map.js": -/*!****************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.map.js ***! - \****************************************************************************************************************************************/ +/*!****************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.map.js ***! + \****************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4937,9 +4937,9 @@ module.exports = __webpack_require__(/*! ../internals/collection */ "../../node_ /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.acosh.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.acosh.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.acosh.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4969,9 +4969,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.asinh.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.asinh.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.asinh.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -4994,9 +4994,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.atanh.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.atanh.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.atanh.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5016,9 +5016,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.cbrt.js": -/*!**********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.cbrt.js ***! - \**********************************************************************************************************************************************/ +/*!**********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.cbrt.js ***! + \**********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5038,9 +5038,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.clz32.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.clz32.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.clz32.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5060,9 +5060,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.cosh.js": -/*!**********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.cosh.js ***! - \**********************************************************************************************************************************************/ +/*!**********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.cosh.js ***! + \**********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5084,9 +5084,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.expm1.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.expm1.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.expm1.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5102,9 +5102,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.fround.js": -/*!************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.fround.js ***! - \************************************************************************************************************************************************/ +/*!************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.fround.js ***! + \************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5116,9 +5116,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.hypot.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.hypot.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.hypot.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5153,9 +5153,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.imul.js": -/*!**********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.imul.js ***! - \**********************************************************************************************************************************************/ +/*!**********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.imul.js ***! + \**********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5183,9 +5183,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.log10.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.log10.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.log10.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5204,9 +5204,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.log1p.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.log1p.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.log1p.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5218,9 +5218,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.log2.js": -/*!**********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.log2.js ***! - \**********************************************************************************************************************************************/ +/*!**********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.log2.js ***! + \**********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5239,9 +5239,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.sign.js": -/*!**********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.sign.js ***! - \**********************************************************************************************************************************************/ +/*!**********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.sign.js ***! + \**********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5253,9 +5253,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.sinh.js": -/*!**********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.sinh.js ***! - \**********************************************************************************************************************************************/ +/*!**********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.sinh.js ***! + \**********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5281,9 +5281,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.tanh.js": -/*!**********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.tanh.js ***! - \**********************************************************************************************************************************************/ +/*!**********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.tanh.js ***! + \**********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5304,9 +5304,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.to-string-tag.js": -/*!*******************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.to-string-tag.js ***! - \*******************************************************************************************************************************************************/ +/*!*******************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.to-string-tag.js ***! + \*******************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5318,9 +5318,9 @@ __webpack_require__(/*! ../internals/set-to-string-tag */ "../../node_modules/@a /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.trunc.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.trunc.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.trunc.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5339,9 +5339,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.constructor.js": -/*!*******************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.constructor.js ***! - \*******************************************************************************************************************************************************/ +/*!*******************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.constructor.js ***! + \*******************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5426,9 +5426,9 @@ if (isForced(NUMBER, !NativeNumber(' 0o1') || !NativeNumber('0b1') || NativeNumb /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.epsilon.js": -/*!***************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.epsilon.js ***! - \***************************************************************************************************************************************************/ +/*!***************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.epsilon.js ***! + \***************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5440,9 +5440,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.is-finite.js": -/*!*****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.is-finite.js ***! - \*****************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.is-finite.js ***! + \*****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5456,9 +5456,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.is-integer.js": -/*!******************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.is-integer.js ***! - \******************************************************************************************************************************************************/ +/*!******************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.is-integer.js ***! + \******************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5472,9 +5472,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.is-nan.js": -/*!**************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.is-nan.js ***! - \**************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.is-nan.js ***! + \**************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5491,9 +5491,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.is-safe-integer.js": -/*!***********************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.is-safe-integer.js ***! - \***********************************************************************************************************************************************************/ +/*!***********************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.is-safe-integer.js ***! + \***********************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5512,9 +5512,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.max-safe-integer.js": -/*!************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.max-safe-integer.js ***! - \************************************************************************************************************************************************************/ +/*!************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.max-safe-integer.js ***! + \************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5526,9 +5526,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.min-safe-integer.js": -/*!************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.min-safe-integer.js ***! - \************************************************************************************************************************************************************/ +/*!************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.min-safe-integer.js ***! + \************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5540,9 +5540,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.parse-float.js": -/*!*******************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.parse-float.js ***! - \*******************************************************************************************************************************************************/ +/*!*******************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.parse-float.js ***! + \*******************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5558,9 +5558,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.parse-int.js": -/*!*****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.parse-int.js ***! - \*****************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.parse-int.js ***! + \*****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5576,9 +5576,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.to-fixed.js": -/*!****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.to-fixed.js ***! - \****************************************************************************************************************************************************/ +/*!****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.to-fixed.js ***! + \****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5705,9 +5705,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.to-precision.js": -/*!********************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.to-precision.js ***! - \********************************************************************************************************************************************************/ +/*!********************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.to-precision.js ***! + \********************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5737,9 +5737,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.assign.js": -/*!**************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.assign.js ***! - \**************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.assign.js ***! + \**************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5753,9 +5753,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.create.js": -/*!**************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.create.js ***! - \**************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.create.js ***! + \**************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5769,9 +5769,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.define-properties.js": -/*!*************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.define-properties.js ***! - \*************************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.define-properties.js ***! + \*************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5787,9 +5787,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.define-property.js": -/*!***********************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.define-property.js ***! - \***********************************************************************************************************************************************************/ +/*!***********************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.define-property.js ***! + \***********************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5805,9 +5805,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.freeze.js": -/*!**************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.freeze.js ***! - \**************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.freeze.js ***! + \**************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5829,9 +5829,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.get-own-property-descriptor.js": -/*!***********************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.get-own-property-descriptor.js ***! - \***********************************************************************************************************************************************************************/ +/*!***********************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.get-own-property-descriptor.js ***! + \***********************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5853,9 +5853,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.get-own-property-names.js": -/*!******************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.get-own-property-names.js ***! - \******************************************************************************************************************************************************************/ +/*!******************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.get-own-property-names.js ***! + \******************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5872,9 +5872,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.get-prototype-of.js": -/*!************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.get-prototype-of.js ***! - \************************************************************************************************************************************************************/ +/*!************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.get-prototype-of.js ***! + \************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5898,9 +5898,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.is-extensible.js": -/*!*********************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.is-extensible.js ***! - \*********************************************************************************************************************************************************/ +/*!*********************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.is-extensible.js ***! + \*********************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5920,9 +5920,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.is-frozen.js": -/*!*****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.is-frozen.js ***! - \*****************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.is-frozen.js ***! + \*****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5942,9 +5942,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.is-sealed.js": -/*!*****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.is-sealed.js ***! - \*****************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.is-sealed.js ***! + \*****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5964,9 +5964,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.is.js": -/*!**********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.is.js ***! - \**********************************************************************************************************************************************/ +/*!**********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.is.js ***! + \**********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -5978,9 +5978,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.keys.js": -/*!************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.keys.js ***! - \************************************************************************************************************************************************/ +/*!************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.keys.js ***! + \************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -6000,9 +6000,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.prevent-extensions.js": -/*!**************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.prevent-extensions.js ***! - \**************************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.prevent-extensions.js ***! + \**************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -6024,9 +6024,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.seal.js": -/*!************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.seal.js ***! - \************************************************************************************************************************************************/ +/*!************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.seal.js ***! + \************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -6048,9 +6048,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.set-prototype-of.js": -/*!************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.set-prototype-of.js ***! - \************************************************************************************************************************************************************/ +/*!************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.set-prototype-of.js ***! + \************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -6064,9 +6064,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.to-string.js": -/*!*****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.to-string.js ***! - \*****************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.to-string.js ***! + \*****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -6083,9 +6083,9 @@ if (toString !== ObjectPrototype.toString) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.parse-float.js": -/*!************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.parse-float.js ***! - \************************************************************************************************************************************************/ +/*!************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.parse-float.js ***! + \************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -6101,9 +6101,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.parse-int.js": -/*!**********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.parse-int.js ***! - \**********************************************************************************************************************************************/ +/*!**********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.parse-int.js ***! + \**********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -6119,9 +6119,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.promise.js": -/*!********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.promise.js ***! - \********************************************************************************************************************************************/ +/*!********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.promise.js ***! + \********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -6477,9 +6477,9 @@ $export({ target: PROMISE, stat: true, forced: INCORRECT_ITERATION }, { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.apply.js": -/*!**************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.apply.js ***! - \**************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.apply.js ***! + \**************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -6509,9 +6509,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.construct.js": -/*!******************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.construct.js ***! - \******************************************************************************************************************************************************/ +/*!******************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.construct.js ***! + \******************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -6568,9 +6568,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.define-property.js": -/*!************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.define-property.js ***! - \************************************************************************************************************************************************************/ +/*!************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.define-property.js ***! + \************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -6605,9 +6605,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.delete-property.js": -/*!************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.delete-property.js ***! - \************************************************************************************************************************************************************/ +/*!************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.delete-property.js ***! + \************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -6627,9 +6627,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.get-own-property-descriptor.js": -/*!************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.get-own-property-descriptor.js ***! - \************************************************************************************************************************************************************************/ +/*!************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.get-own-property-descriptor.js ***! + \************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -6649,9 +6649,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.get-prototype-of.js": -/*!*************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.get-prototype-of.js ***! - \*************************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.get-prototype-of.js ***! + \*************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -6671,9 +6671,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.get.js": -/*!************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.get.js ***! - \************************************************************************************************************************************************/ +/*!************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.get.js ***! + \************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -6703,9 +6703,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.has.js": -/*!************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.has.js ***! - \************************************************************************************************************************************************/ +/*!************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.has.js ***! + \************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -6721,9 +6721,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.is-extensible.js": -/*!**********************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.is-extensible.js ***! - \**********************************************************************************************************************************************************/ +/*!**********************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.is-extensible.js ***! + \**********************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -6743,9 +6743,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.own-keys.js": -/*!*****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.own-keys.js ***! - \*****************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.own-keys.js ***! + \*****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -6757,9 +6757,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.prevent-extensions.js": -/*!***************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.prevent-extensions.js ***! - \***************************************************************************************************************************************************************/ +/*!***************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.prevent-extensions.js ***! + \***************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -6786,9 +6786,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.set-prototype-of.js": -/*!*************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.set-prototype-of.js ***! - \*************************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.set-prototype-of.js ***! + \*************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -6813,9 +6813,9 @@ if (objectSetPrototypeOf) __webpack_require__(/*! ../internals/export */ "../../ /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.set.js": -/*!************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.set.js ***! - \************************************************************************************************************************************************/ +/*!************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.set.js ***! + \************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -6857,9 +6857,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.regexp.constructor.js": -/*!*******************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.regexp.constructor.js ***! - \*******************************************************************************************************************************************************/ +/*!*******************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.regexp.constructor.js ***! + \*******************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -6925,9 +6925,9 @@ __webpack_require__(/*! ../internals/set-species */ "../../node_modules/@angular /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.regexp.exec.js": -/*!************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.regexp.exec.js ***! - \************************************************************************************************************************************************/ +/*!************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.regexp.exec.js ***! + \************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -6944,9 +6944,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.regexp.flags.js": -/*!*************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.regexp.flags.js ***! - \*************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.regexp.flags.js ***! + \*************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -6963,9 +6963,9 @@ if (__webpack_require__(/*! ../internals/descriptors */ "../../node_modules/@ang /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.regexp.to-string.js": -/*!*****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.regexp.to-string.js ***! - \*****************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.regexp.to-string.js ***! + \*****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -6996,9 +6996,9 @@ if (NOT_GENERIC || INCORRECT_NAME) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.set.js": -/*!****************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.set.js ***! - \****************************************************************************************************************************************/ +/*!****************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.set.js ***! + \****************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -7014,9 +7014,9 @@ module.exports = __webpack_require__(/*! ../internals/collection */ "../../node_ /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.anchor.js": -/*!**************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.anchor.js ***! - \**************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.anchor.js ***! + \**************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -7037,9 +7037,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.big.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.big.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.big.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -7060,9 +7060,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.blink.js": -/*!*************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.blink.js ***! - \*************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.blink.js ***! + \*************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -7083,9 +7083,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.bold.js": -/*!************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.bold.js ***! - \************************************************************************************************************************************************/ +/*!************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.bold.js ***! + \************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -7106,9 +7106,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.code-point-at.js": -/*!*********************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.code-point-at.js ***! - \*********************************************************************************************************************************************************/ +/*!*********************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.code-point-at.js ***! + \*********************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -7128,9 +7128,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.ends-with.js": -/*!*****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.ends-with.js ***! - \*****************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.ends-with.js ***! + \*****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -7163,9 +7163,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.fixed.js": -/*!*************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.fixed.js ***! - \*************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.fixed.js ***! + \*************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -7186,9 +7186,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.fontcolor.js": -/*!*****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.fontcolor.js ***! - \*****************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.fontcolor.js ***! + \*****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -7209,9 +7209,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.fontsize.js": -/*!****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.fontsize.js ***! - \****************************************************************************************************************************************************/ +/*!****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.fontsize.js ***! + \****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -7232,9 +7232,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.from-code-point.js": -/*!***********************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.from-code-point.js ***! - \***********************************************************************************************************************************************************/ +/*!***********************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.from-code-point.js ***! + \***********************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -7268,9 +7268,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.includes.js": -/*!****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.includes.js ***! - \****************************************************************************************************************************************************/ +/*!****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.includes.js ***! + \****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -7294,9 +7294,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.italics.js": -/*!***************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.italics.js ***! - \***************************************************************************************************************************************************/ +/*!***************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.italics.js ***! + \***************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -7317,9 +7317,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.iterator.js": -/*!****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.iterator.js ***! - \****************************************************************************************************************************************************/ +/*!****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.iterator.js ***! + \****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -7357,9 +7357,9 @@ defineIterator(String, 'String', function (iterated) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.link.js": -/*!************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.link.js ***! - \************************************************************************************************************************************************/ +/*!************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.link.js ***! + \************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -7380,9 +7380,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.match.js": -/*!*************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.match.js ***! - \*************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.match.js ***! + \*************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -7440,9 +7440,9 @@ __webpack_require__(/*! ../internals/fix-regexp-well-known-symbol-logic */ "../. /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.raw.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.raw.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.raw.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -7469,9 +7469,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.repeat.js": -/*!**************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.repeat.js ***! - \**************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.repeat.js ***! + \**************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -7485,9 +7485,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.replace.js": -/*!***************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.replace.js ***! - \***************************************************************************************************************************************************/ +/*!***************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.replace.js ***! + \***************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -7626,9 +7626,9 @@ __webpack_require__(/*! ../internals/fix-regexp-well-known-symbol-logic */ "../. /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.search.js": -/*!**************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.search.js ***! - \**************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.search.js ***! + \**************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -7676,9 +7676,9 @@ __webpack_require__(/*! ../internals/fix-regexp-well-known-symbol-logic */ "../. /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.small.js": -/*!*************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.small.js ***! - \*************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.small.js ***! + \*************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -7699,9 +7699,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.split.js": -/*!*************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.split.js ***! - \*************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.split.js ***! + \*************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -7849,9 +7849,9 @@ __webpack_require__(/*! ../internals/fix-regexp-well-known-symbol-logic */ "../. /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.starts-with.js": -/*!*******************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.starts-with.js ***! - \*******************************************************************************************************************************************************/ +/*!*******************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.starts-with.js ***! + \*******************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -7880,9 +7880,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.strike.js": -/*!**************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.strike.js ***! - \**************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.strike.js ***! + \**************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -7903,9 +7903,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.sub.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.sub.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.sub.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -7926,9 +7926,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.sup.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.sup.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.sup.js ***! + \***********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -7949,9 +7949,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.trim.js": -/*!************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.trim.js ***! - \************************************************************************************************************************************************/ +/*!************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.trim.js ***! + \************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -7972,9 +7972,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.symbol.iterator.js": -/*!****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.symbol.iterator.js ***! - \****************************************************************************************************************************************************/ +/*!****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.symbol.iterator.js ***! + \****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -7986,9 +7986,9 @@ __webpack_require__(/*! ../internals/define-well-known-symbol */ "../../node_mod /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.symbol.js": -/*!*******************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.symbol.js ***! - \*******************************************************************************************************************************************/ +/*!*******************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.symbol.js ***! + \*******************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -8275,9 +8275,9 @@ hiddenKeys[HIDDEN] = true; /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.weak-map.js": -/*!*********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.weak-map.js ***! - \*********************************************************************************************************************************************/ +/*!*********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.weak-map.js ***! + \*********************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -8352,9 +8352,9 @@ if (NATIVE_WEAK_MAP && IS_IE11) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.define-metadata.js": -/*!****************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.define-metadata.js ***! - \****************************************************************************************************************************************************************/ +/*!****************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.define-metadata.js ***! + \****************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -8376,9 +8376,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.delete-metadata.js": -/*!****************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.delete-metadata.js ***! - \****************************************************************************************************************************************************************/ +/*!****************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.delete-metadata.js ***! + \****************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -8406,9 +8406,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-metadata-keys.js": -/*!******************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-metadata-keys.js ***! - \******************************************************************************************************************************************************************/ +/*!******************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-metadata-keys.js ***! + \******************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -8447,9 +8447,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-metadata.js": -/*!*************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-metadata.js ***! - \*************************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-metadata.js ***! + \*************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -8480,9 +8480,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-own-metadata-keys.js": -/*!**********************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-own-metadata-keys.js ***! - \**********************************************************************************************************************************************************************/ +/*!**********************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-own-metadata-keys.js ***! + \**********************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -8504,9 +8504,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-own-metadata.js": -/*!*****************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-own-metadata.js ***! - \*****************************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-own-metadata.js ***! + \*****************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -8528,9 +8528,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.has-metadata.js": -/*!*************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.has-metadata.js ***! - \*************************************************************************************************************************************************************/ +/*!*************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.has-metadata.js ***! + \*************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -8560,9 +8560,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.has-own-metadata.js": -/*!*****************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.has-own-metadata.js ***! - \*****************************************************************************************************************************************************************/ +/*!*****************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.has-own-metadata.js ***! + \*****************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -8584,9 +8584,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.metadata.js": -/*!*********************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.metadata.js ***! - \*********************************************************************************************************************************************************/ +/*!*********************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.metadata.js ***! + \*********************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -8609,9 +8609,9 @@ __webpack_require__(/*! ../internals/export */ "../../node_modules/@angular-devk /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/web.dom-collections.iterator.js": -/*!**************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/web.dom-collections.iterator.js ***! - \**************************************************************************************************************************************************************/ +/*!**************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/web.dom-collections.iterator.js ***! + \**************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -8650,9 +8650,9 @@ for (var COLLECTION_NAME in DOMIterables) { /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/node_modules/core-js/proposals/reflect-metadata.js": -/*!****************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/proposals/reflect-metadata.js ***! - \****************************************************************************************************************************************************/ +/*!****************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/proposals/reflect-metadata.js ***! + \****************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -8670,9 +8670,9 @@ __webpack_require__(/*! ../modules/esnext.reflect.metadata */ "../../node_module /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/es5-jit-polyfills.js": -/*!***************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/es5-jit-polyfills.js ***! - \***************************************************************************************************************************************************/ +/*!***************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/es5-jit-polyfills.js ***! + \***************************************************************************************************************************************/ /*! no exports provided */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -8693,9 +8693,9 @@ __webpack_require__.r(__webpack_exports__); /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/es5-polyfills.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/es5-polyfills.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/es5-polyfills.js ***! + \***********************************************************************************************************************************/ /*! no exports provided */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -8951,9 +8951,9 @@ __webpack_require__.r(__webpack_exports__); /***/ }), /***/ "../../node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/jit-polyfills.js": -/*!***********************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/jit-polyfills.js ***! - \***********************************************************************************************************************************************/ +/*!***********************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/jit-polyfills.js ***! + \***********************************************************************************************************************************/ /*! no exports provided */ /***/ (function(module, __webpack_exports__, __webpack_require__) { @@ -8974,9 +8974,9 @@ __webpack_require__.r(__webpack_exports__); /***/ }), /***/ "../../node_modules/smoothscroll-polyfill/dist/smoothscroll.js": -/*!**************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/smoothscroll-polyfill/dist/smoothscroll.js ***! - \**************************************************************************************************************/ +/*!**************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/smoothscroll-polyfill/dist/smoothscroll.js ***! + \**************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -9415,9 +9415,9 @@ __webpack_require__.r(__webpack_exports__); /***/ }), /***/ "../../node_modules/zone.js/dist/zone.js": -/*!****************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/zone.js/dist/zone.js ***! - \****************************************************************************************/ +/*!****************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/zone.js/dist/zone.js ***! + \****************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -12976,16 +12976,16 @@ smoothscroll_polyfill_dist_smoothscroll_js__WEBPACK_IMPORTED_MODULE_0___default. /***/ }), /***/ 1: -/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ - !*** multi /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/es5-polyfills.js /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/es5-jit-polyfills.js ./src/polyfills.ts /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/jit-polyfills.js ***! - \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ +/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ + !*** multi C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/es5-polyfills.js C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/es5-jit-polyfills.js ./src/polyfills.ts C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/jit-polyfills.js ***! + \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { -__webpack_require__(/*! /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/es5-polyfills.js */"../../node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/es5-polyfills.js"); -__webpack_require__(/*! /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/es5-jit-polyfills.js */"../../node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/es5-jit-polyfills.js"); -__webpack_require__(/*! /Users/elenko/projects/GroupDocs.Total-Angular/apps/total-angular/src/polyfills.ts */"./src/polyfills.ts"); -module.exports = __webpack_require__(/*! /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/jit-polyfills.js */"../../node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/jit-polyfills.js"); +__webpack_require__(/*! C:\Sources\GroupDocs.Total.Angular\node_modules\@angular-devkit\build-angular\src\angular-cli-files\models\es5-polyfills.js */"../../node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/es5-polyfills.js"); +__webpack_require__(/*! C:\Sources\GroupDocs.Total.Angular\node_modules\@angular-devkit\build-angular\src\angular-cli-files\models\es5-jit-polyfills.js */"../../node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/es5-jit-polyfills.js"); +__webpack_require__(/*! C:\Sources\GroupDocs.Total.Angular\apps\total-angular\src\polyfills.ts */"./src/polyfills.ts"); +module.exports = __webpack_require__(/*! C:\Sources\GroupDocs.Total.Angular\node_modules\@angular-devkit\build-angular\src\angular-cli-files\models\jit-polyfills.js */"../../node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/jit-polyfills.js"); /***/ }) diff --git a/dist/apps/total-angular/polyfills-es5.js.map b/dist/apps/total-angular/polyfills-es5.js.map index b658a7e03..ac186ec7b 100644 --- a/dist/apps/total-angular/polyfills-es5.js.map +++ b/dist/apps/total-angular/polyfills-es5.js.map @@ -1 +1 @@ -{"version":3,"sources":["webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/es/date/index.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/es/math/index.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/es/number/index.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/es/reflect/index.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/es/regexp/index.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/a-function.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/add-to-unscopables.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/advance-string-index.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/an-instance.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/an-object.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-copy-within.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-fill.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-for-each.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-from.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-includes.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-last-index-of.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-method-has-species-support.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-methods.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-reduce.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-species-create.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/bind-context.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/call-with-safe-iteration-closing.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/check-correctness-of-iteration.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/classof-raw.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/classof.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection-strong.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection-weak.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/copy-constructor-properties.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/correct-is-regexp-logic.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/correct-prototype-getter.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-html.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-iterator-constructor.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-property-descriptor.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-property.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/date-to-iso-string.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/date-to-primitive.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/define-iterator.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/define-well-known-symbol.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/descriptors.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/document-create-element.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/dom-iterables.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/enum-bug-keys.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/enum-keys.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/export.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/fails.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/forced-string-html-method.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/forced-string-trim-method.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/freezing.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/function-bind.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/function-to-string.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/get-built-in.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/get-iterator-method.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/global.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/has.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/hidden-keys.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/hide.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/host-report-errors.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/html.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/ie8-dom-define.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/indexed-object.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/inherit-if-required.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/internal-metadata.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/internal-state.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-array-iterator-method.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-array.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-forced.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-integer.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-object.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-pure.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-regexp.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterate.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterators-core.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterators.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/math-expm1.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/math-fround.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/math-log1p.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/math-sign.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/microtask.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/native-symbol.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/native-weak-map.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/new-promise-capability.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/number-is-finite.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-assign.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-create.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-define-properties.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-define-property.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-names-external.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-names.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-prototype-of.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-keys-internal.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-keys.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-property-is-enumerable.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-set-prototype-of.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-to-string.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/own-keys.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/parse-float.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/parse-int.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/path.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/perform.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/promise-resolve.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/redefine-all.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/redefine.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/reflect-metadata.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/regexp-exec-abstract.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/regexp-exec.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/regexp-flags.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/require-object-coercible.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/same-value.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-global.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-species.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-to-string-tag.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/shared-key.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/shared.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/sloppy-array-method.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/species-constructor.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/string-at.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/string-repeat.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/string-trim.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/task.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/this-number-value.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-absolute-index.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-indexed-object.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-integer.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-length.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-object.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-primitive.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/uid.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/user-agent.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/validate-set-prototype-of-arguments.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/validate-string-method-arguments.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/well-known-symbol.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/whitespaces.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/wrapped-well-known-symbol.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.copy-within.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.every.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.fill.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.filter.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.find-index.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.find.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.for-each.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.from.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.index-of.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.is-array.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.iterator.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.join.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.last-index-of.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.map.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.of.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.reduce-right.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.reduce.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.slice.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.some.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.sort.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.date.now.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.date.to-iso-string.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.date.to-json.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.date.to-primitive.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.date.to-string.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.function.bind.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.function.has-instance.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.function.name.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.map.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.acosh.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.asinh.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.atanh.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.cbrt.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.clz32.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.cosh.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.expm1.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.fround.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.hypot.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.imul.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.log10.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.log1p.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.log2.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.sign.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.sinh.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.tanh.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.to-string-tag.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.trunc.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.constructor.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.epsilon.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.is-finite.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.is-integer.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.is-nan.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.is-safe-integer.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.max-safe-integer.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.min-safe-integer.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.parse-float.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.parse-int.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.to-fixed.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.to-precision.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.assign.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.create.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.define-properties.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.define-property.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.freeze.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.get-own-property-descriptor.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.get-own-property-names.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.get-prototype-of.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.is-extensible.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.is-frozen.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.is-sealed.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.is.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.keys.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.prevent-extensions.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.seal.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.set-prototype-of.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.to-string.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.parse-float.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.parse-int.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.promise.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.apply.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.construct.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.define-property.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.delete-property.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.get-own-property-descriptor.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.get-prototype-of.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.get.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.has.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.is-extensible.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.own-keys.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.prevent-extensions.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.set-prototype-of.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.set.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.regexp.constructor.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.regexp.exec.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.regexp.flags.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.regexp.to-string.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.set.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.anchor.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.big.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.blink.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.bold.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.code-point-at.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.ends-with.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.fixed.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.fontcolor.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.fontsize.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.from-code-point.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.includes.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.italics.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.iterator.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.link.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.match.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.raw.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.repeat.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.replace.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.search.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.small.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.split.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.starts-with.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.strike.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.sub.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.sup.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.trim.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.symbol.iterator.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.symbol.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.weak-map.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.define-metadata.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.delete-metadata.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-metadata-keys.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-metadata.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-own-metadata-keys.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-own-metadata.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.has-metadata.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.has-own-metadata.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.metadata.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/web.dom-collections.iterator.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/proposals/reflect-metadata.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/es5-jit-polyfills.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/es5-polyfills.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/jit-polyfills.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/smoothscroll-polyfill/dist/smoothscroll.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/zone.js/dist/zone.js","webpack:///./src/polyfills.ts"],"names":[],"mappings":"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,kJAAmC;;AAEpE,qBAAqB,qDAAqD;AAC1E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,eAAe;AACzB;AACA;AACA;AACA,2CAA2C;AAC3C;AACA,8BAA8B;AAC9B,+BAA+B;AAC/B,+BAA+B;AAC/B,qCAAqC;AACrC,SAAS,iCAAiC;AAC1C;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACpDA,gBAAgB,mBAAO,CAAC,8HAAyB;AACjD,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,oBAAoB,mBAAO,CAAC,sIAA6B;AACzD,eAAe,mBAAO,CAAC,4HAAwB;;AAE/C,qBAAqB,sBAAsB;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ,sCAAsC;AAC9C;AACA;AACA;AACA;;;;;;;;;;;;AC9BA,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,cAAc,mBAAO,CAAC,0HAAuB;AAC7C,cAAc,mBAAO,CAAC,4IAAgC;;AAEtD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;;;;;;;;;;;ACjBA,gBAAgB,mBAAO,CAAC,8HAAyB;;AAEjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACvBA,eAAe,mBAAO,CAAC,4HAAwB;;AAE/C;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACZA,eAAe,mBAAO,CAAC,4IAAgC;AACvD;;AAEA;AACA;AACA;AACA;AACA,cAAc;AACd,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8CAA8C,SAAS,EAAE;AACzD,CAAC,gBAAgB;;AAEjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kBAAkB;AAClB;AACA;AACA;AACA;AACA,GAAG,gBAAgB;AACnB;AACA;;;;;;;;;;;;ACnCA,iBAAiB;;AAEjB;AACA;AACA;;;;;;;;;;;;ACJA,iBAAiB,mBAAO,CAAC,gIAA0B;AACnD,oBAAoB,mBAAO,CAAC,4IAAgC;AAC5D;AACA,gDAAgD,kBAAkB,EAAE;;AAEpE;AACA;AACA;AACA;AACA,GAAG,gBAAgB;AACnB;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;ACtBa;AACb,qBAAqB,mBAAO,CAAC,sJAAqC;AAClE,aAAa,mBAAO,CAAC,oIAA4B;AACjD,kBAAkB,mBAAO,CAAC,kIAA2B;AACrD,WAAW,mBAAO,CAAC,kIAA2B;AAC9C,iBAAiB,mBAAO,CAAC,gIAA0B;AACnD,cAAc,mBAAO,CAAC,wHAAsB;AAC5C,qBAAqB,mBAAO,CAAC,wIAA8B;AAC3D,iBAAiB,mBAAO,CAAC,gIAA0B;AACnD,kBAAkB,mBAAO,CAAC,gIAA0B;AACpD,cAAc,mBAAO,CAAC,4IAAgC;AACtD,0BAA0B,mBAAO,CAAC,sIAA6B;AAC/D;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA,KAAK;;AAEL;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,OAAO;AACtC;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA,KAAK;AACL;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,kCAAkC;AAClC,oCAAoC;AACpC,cAAc;AACd,KAAK;;AAEL;AACA;AACA;AACA;;;;;;;;;;;;;ACxLa;AACb,kBAAkB,mBAAO,CAAC,kIAA2B;AACrD,kBAAkB,mBAAO,CAAC,4IAAgC;AAC1D,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,iBAAiB,mBAAO,CAAC,gIAA0B;AACnD,cAAc,mBAAO,CAAC,wHAAsB;AAC5C,wBAAwB,mBAAO,CAAC,oIAA4B;AAC5D,WAAW,mBAAO,CAAC,gHAAkB;AACrC,0BAA0B,mBAAO,CAAC,sIAA6B;AAC/D;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA,KAAK;;AAEL;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK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AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACTA,iBAAiB,mBAAO,CAAC,gIAA0B;AACnD,kCAAkC,mBAAO,CAAC,wKAA8C;AACxF,iCAAiC,mBAAO,CAAC,oKAA4C;;AAErF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;;;;;;;;;;;ACfA,aAAa,mBAAO,CAAC,sHAAqB;AAC1C,+BAA+B,mBAAO,CAAC,8KAAiD;AACxF,WAAW,mBAAO,CAAC,kHAAmB;AACtC,eAAe,mBAAO,CAAC,0HAAuB;AAC9C,gBAAgB,mBAAO,CAAC,8HAAyB;AACjD,gCAAgC,mBAAO,CAAC,gKAA0C;AAClF,eAAe,mBAAO,CAAC,4HAAwB;;AAE/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH,mDAAmD;AACnD,GAAG;AACH,kCAAkC;AAClC;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACrDA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;;;;;;;;;;;;ACNa;AACb,WAAW,mBAAO,CAAC,kHAAmB;AACtC,eAAe,mBAAO,CAAC,0HAAuB;AAC9C,YAAY,mBAAO,CAAC,oHAAoB;AACxC,sBAAsB,mBAAO,CAAC,4IAAgC;AAC9D,iBAAiB,mBAAO,CAAC,gIAA0B;;AAEnD;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA,yBAAyB,4CAA4C;AACrE;AACA;AACA,CAAC;;AAED;AACA;;AAEA;AACA;AACA;AACA,6BAA6B,UAAU;AACvC;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA,2BAA2B,mBAAmB,aAAa;;AAE3D;AACA;AACA;AACA;AACA,6CAA6C,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C,UAAU,mBAAO,CAAC,gHAAkB;AACpC,cAAc,mBAAO,CAAC,wHAAsB;AAC5C,eAAe,mBAAO,CAAC,4IAAgC;AACvD;;AAEA,8BAA8B,aAAa;;AAE3C;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;;;;;;;;;;;AChCA;;;;;;;;;;;;ACAA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;;;;;;;;;;;ACXD,WAAW,mBAAO,CAAC,4HAAwB;AAC3C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACvBA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACJA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACLA,aAAa,mBAAO,CAAC,sHAAqB;AAC1C,+BAA+B,mBAAO,CAAC,8KAAiD;AACxF,cAAc,mBAAO,CAAC,gIAA0B;AAChD,gBAAgB,mBAAO,CAAC,kHAAmB;AAC3C,gBAAgB,mBAAO,CAAC,8HAAyB;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,+CAA+C,sBAAsB,EAAE;AACvE;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,cAAc;AACd;AACA;AACA;AACA;AACA,GAAG;AACH;;;;;;;;;;;;AC3EA;AACA,kBAAkB,mBAAO,CAAC,oHAAoB;AAC9C;AACA;AACA,CAAC;;;;;;;;;;;;ACJD,6BAA6B,mBAAO,CAAC,8IAAiC;AACtE,cAAc,mB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O,CAAC,kHAAmB;AACtC,UAAU,mBAAO,CAAC,gHAAkB;AACpC,gBAAgB,mBAAO,CAAC,8HAAyB;AACjD,6BAA6B,mBAAO,CAAC,8IAAiC;AACtE,0BAA0B,mBAAO,CAAC,sIAA6B;AAC/D;AACA;AACA;;AAEA,mBAAO,CAAC,sHAAqB;AAC7B;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA,CAAC;;;;;;;;;;;;ACpCD,UAAU,mBAAO,CAAC,kHAAmB;AACrC,cAAc,mBAAO,CAAC,4HAAwB;AAC9C,aAAa,mBAAO,CAAC,sHAAqB;AAC1C;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,0DAA0D,gBAAgB,EAAE;AAC5E;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACnDA,cAAc,mBAAO,CAAC,qHAAe;AACrC,iBAAiB,mBAAO,CAAC,qHAAe;;AAExC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;;;;;;;;;;;;;ACpBa;;AAEb,kBAAkB,mBAAO,CAAC,uHAAgB;;AAE1C;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,0BAA0B;AAC7C;AACA;AACA,OAAO;AACP;;AAEA;AACA;AACA;;AAEA;;;;;;;;;;;;;ACtDa;AACb,eAAe,mBAAO,CAAC,4HAAwB;;AAE/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACdA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACLA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACLA,aAAa,mBAAO,CAAC,sHAAqB;AAC1C,WAAW,mBAAO,CAAC,kHAAmB;;AAEtC;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;;;;;;;;;;;;;ACTa;AACb,iBAAiB,mBAAO,CAAC,kIAA2B;AACpD,2BAA2B,mBAAO,CAAC,sJAAqC;AACxE,kBAAkB,mBAAO,CAAC,gIAA0B;AACpD,cAAc,mBAAO,CAAC,4IAAgC;;AAEtD;AACA;AACA;AACA;AACA;AACA,sBAAsB,aAAa;AACnC,GAAG;AACH;;;;;;;;;;;;ACbA,qBAAqB,mBAAO,CAAC,sJAAqC;AAClE,UAAU,mBAAO,CAAC,gHAAkB;AACpC,oBAAoB,mBAAO,CAAC,4IAAgC;;AAE5D;AACA;AACA,uCAAuC,iCAAiC;AACxE;AACA;;;;;;;;;;;;ACRA,aAAa,mBAAO,CAAC,sHAAqB;AAC1C,UAAU,mBAAO,CAAC,gHAAkB;;AAEpC;AACA;AACA;;;;;;;;;;;;ACLA,aAAa,mBAAO,CAAC,sHAAqB;AAC1C,gBAAgB,mBAAO,CAAC,8HAAyB;AACjD;AACA,kDAAkD;;AAElD;AACA,qEAAqE;AACrE,CAAC;AACD;AACA,QAAQ,mBAAO,CAAC,wHAAsB;AACtC;AACA,CAAC;;;;;;;;;;;;;ACXY;AACb,YAAY,mBAAO,CAAC,oHAAoB;;AAExC;AACA;AACA;AACA;AACA,+CAA+C,SAAS,EAAE;AAC1D,GAAG;AACH;;;;;;;;;;;;ACTA,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,gBAAgB,mBAAO,CAAC,8HAAyB;AACjD,cAAc,mBAAO,CAAC,4IAAgC;;AAEtD;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACVA,gBAAgB,mBAAO,CAAC,8HAAyB;AACjD,6BAA6B,mBAAO,CAAC,0JAAuC;AAC5E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;ACfa;AACb,gBAAgB,mBAAO,CAAC,8HAAyB;AACjD,6BAA6B,mBAAO,CAAC,0JAAuC;;AAE5E;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ,MAAM;AACd;AACA;;;;;;;;;;;;ACbA,6BAA6B,mBAAO,CAAC,0JAAuC;AAC5E,uBAAuB,mBAAO,CAAC,gIAA0B;AACzD;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACbA,aAAa,mBAAO,CAAC,sHAAqB;AAC1C,cAAc,mBAAO,CAAC,gIAA0B;AAChD,WAAW,mBAAO,CAAC,kIAA2B;AAC9C,WAAW,mBAAO,CAAC,kHAAmB;AACtC,oBAAoB,mBAAO,CAAC,wJAAsC;AAClE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;;;;;;;;;;;ACvFA,cAAc,mBAAO,CAAC,gIAA0B;;AAEhD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACTA,gBAAgB,mBAAO,CAAC,8HAAyB;AACjD;AACA;;AAEA;AACA;AACA,4DAA4D;AAC5D;AACA;AACA;AACA;;;;;;;;;;;;ACVA;AACA,oBAAoB,mBAAO,CAAC,sIAA6B;AACzD,6BAA6B,mBAAO,CAAC,0JAAuC;;AAE5E;AACA;AACA;;;;;;;;;;;;ACNA;AACA;;AAEA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACPA,gBAAgB,mBAAO,CAAC,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,oIAA4B;AACjD;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA,mBAAO,CAAC,sHAAqB,GAAG;AAChC;AACA;AACA;AACA;AACA,MAAM,mBAAO,CAAC,oHAAoB;AAClC;AACA,uBAAuB;AACvB,CAAC,GAAG;AACJ;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA,KAAK;AACL;AACA,CAAC;;;;;;;;;;;;;ACpHY;AACb,YAAY,mBAAO,CAAC,oHAAoB;AACxC,sBAAsB,mBAAO,CAAC,4IAAgC;AAC9D;;AAEA;AACA;AACA,mBAAO,CAAC,sHAAqB,GAAG;AAChC;AACA;AACA,CAAC;AACD;AACA,2BAA2B;AAC3B,CAAC,GAAG;AACJ;AACA;AACA;AACA;AACA;AACA,CAAC;;;;;;;;;;;;ACnBD,aAAa,mBAAO,CAAC,oIAA4B;;AAEjD;AACA;AACA,mBAAO,CAAC,sHAAqB,GAAG,iEAAiE,GAAG,iBAAiB;;;;;;;;;;;;ACJrH;AACA;AACA,mBAAO,CAAC,sHAAqB;AAC7B,uCAAuC,mBAAO,CAAC,gIAA0B;AACzE,CAAC,GAAG,SAAS,mBAAO,CAAC,oIAA4B,GAAG;;;;;;;;;;;;ACJpD,kBAAkB,mBAAO,CAAC,gIAA0B;;AAEpD;AACA;AACA,mBAAO,CAAC,sHAAqB,GAAG,yEAAyE;AACzG,oBAAoB,mBAAO,CAAC,0JAAuC;AACn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CA;AACA;AACA;AACA,oCAAoC;AACpC;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW;AACX;AACA,WAAW;AACX,SAAS;AACT,OAAO;AACP;AACA;AACA;AACA;AACA,6CAA6C;AAC7C;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG,eAAe;AAClB;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT,OAAO;AACP;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,KAAK;AACL,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uBAAuB;AACvB;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,OAAO;AACP,KAAK;AACL;AACA;AACA;AACA;AACA,GAAG;AACH,6BAA6B,cAAc;AAC3C;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA,uBAAuB,mBAAO,CAAC,kIAA2B;AAC1D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,wDAAwD,+CAA+C;AACvG;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA,SAAS,2CAA2C,GAAG,8BAA8B;;AAErF,mBAAO,CAAC,4IAAgC;AACxC,mBAAO,CAAC,gIAA0B;;AAElC,iBAAiB,mBAAO,CAAC,kHAAmB;;AAE5C;AACA,SAAS,8CAA8C;AACvD;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED,SAAS,yDAAyD;AAClE;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED,SAAS,2DAA2D;AACpE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT,OAAO;AACP;AACA,KAAK;AACL;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP,KAAK;AACL;AACA;AACA;AACA,CAAC;;;;;;;;;;;;ACzVD,gBAAgB,mBAAO,CAAC,8HAAyB;AACjD,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,mBAAmB,mBAAO,CAAC,sHAAqB,eAAe;AAC/D;;AAEA;AACA,+BAA+B,mBAAO,CAAC,oHAAoB;AAC3D,2BAA2B,cAAc;AACzC,CAAC;;AAED;AACA;AACA,mBAAO,CAAC,sHAAqB,GAAG,iEAAiE;AACjG;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;;;;;;;;;;;ACpBD,aAAa,mBAAO,CAAC,oIAA4B;AACjD,gBAAgB,mBAAO,CAAC,8HAAyB;AACjD,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,YAAY,mBAAO,CAAC,oHAAoB;AACxC,WAAW,mBAAO,CAAC,oIAA4B;AAC/C,uBAAuB,mBAAO,CAAC,sHAAqB,eAAe;;AAEnE;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB,wCAAwC,cAAc;AACtD,CAAC;AACD;AACA,+BAA+B,cAAc;AAC7C,CAAC;AACD;;AAEA,mBAAO,CAAC,sHAAqB,GAAG,8DAA8D;AAC9F;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;;;;;;;;;;;AC/CD,2BAA2B,mBAAO,CAAC,sJAAqC;AACxE,eAAe,mBAAO,CAAC,4HAAw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A;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;AC/CA,sBAAsB,mBAAO,CAAC,4IAAgC;AAC9D,eAAe,mBAAO,CAAC,4HAAwB;;AAE/C;AACA;AACA,mBAAO,CAAC,sHAAqB,GAAG,+BAA+B;AAC/D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA,CAAC;;;;;;;;;;;;ACjBD;AACA;AACA,mBAAO,CAAC,sHAAqB,GAAG,gCAAgC;AAChE,UAAU,mBAAO,CAAC,oIAA4B;AAC9C,CAAC;;;;;;;;;;;;;ACJY;;AAEb,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,gBAAgB,mBAAO,CAAC,8HAAyB;AACjD,6BAA6B,mBAAO,CAAC,0JAAuC;AAC5E,yBAAyB,mBAAO,CAAC,kJAAmC;AACpE,iBAAiB,mBAAO,CAAC,kJAAmC;AAC5D;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA,mBAAO,CAAC,8KAAiD;AACzD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA,uBAAuB,oBAAoB;AAC3C;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,yBAAyB,mBAAmB;AAC5C;AACA;AACA;AACA;AACA;AACA,WAAW;AACX;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;;;;;;;;;;;;;AChIa;;AAEb,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,6BAA6B,mBAAO,CAAC,0JAAuC;AAC5E,gBAAgB,mBAAO,CAAC,8HAAyB;AACjD,iBAAiB,mBAAO,CAAC,kJAAmC;;AAE5D;AACA,mBAAO,CAAC,8KAAiD;AACzD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;ACrCa;AACb,iBAAiB,mBAAO,CAAC,gIAA0B;AACnD,aAAa,mBAAO,CAAC,4JAAwC;;AAE7D;AACA;AACA,mBAAO,CAAC,sHAAqB,GAAG,gDAAgD;AAChF;AACA;AACA;AACA,CAAC;;;;;;;;;;;;;ACVY;;AAEb,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,6BAA6B,mBAAO,CAAC,0JAAuC;AAC5E,yBAAyB,mBAAO,CAAC,gJAAkC;AACnE,yBAAyB,mBAAO,CAAC,kJAAmC;AACpE,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,qBAAqB,mBAAO,CAAC,kJAAmC;AAChE,iBAAiB,mBAAO,CAAC,gIAA0B;AACnD,YAAY,mBAAO,CAAC,oHAAoB;AACxC;AACA;AACA;;AAEA;AACA,qCAAqC,iCAAiC,EAAE;;AAExE;AACA,mBAAO,CAAC,8KAAiD;AACzD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iFAAiF;AACjF;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AA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;AACA,2FAA2F;AAC3F;AACA,KAAK;AACL;AACA,iCAAiC,iDAAiD;AAClF,KAAK;AACL,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8EAA8E,kCAAkC;AAChH;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA,EAAE,mBAAO,CAAC,oKAA4C;AACtD,EAAE,mBAAO,CAAC,wKAA8C;;AAExD;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA,gFAAgF,eAAe;AAC/F;AACA;;AAEA;AACA;AACA;AACA;;AAEA,SAAS,yEAAyE,GAAG,kBAAkB;;AAEvG,qEAAqE,6BAA6B;AAClG;AACA;;AAEA,SAAS,qDAAqD;AAC9D;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA,GAAG;AACH,0BAA0B,mBAAmB,EAAE;AAC/C,0BAA0B,oBAAoB;AAC9C,CAAC;;AAED,SAAS,2EAA2E;AACpF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED,SAAS,uDAAuD;AAChE;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA,iBAAiB;AACjB;AACA;AACA;AACA;AACA,4BAA4B,YAAY,QAAQ;AAChD;AACA,iDAAiD;AACjD,CAAC,GAAG;AACJ;AACA;AACA;AACA;AACA;AACA;AACA,wEAAwE;AACxE;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;;AAEA;;;;;;;;;;;;;ACpR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;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACmC;AACS;;AAE5C;AAC0C;AACA;AACQ;;AAElD;AAC0C;AACS;AACE;AACU;AACX;AACZ;AACkB;AAChB;AACF;AACc;AACT;AACA;AACI;AACP;AACJ;AACc;AACP;;AAE7C;AAC2C;AACJ;AACF;AACE;AACC;AACD;AACI;AACL;AACG;AACF;AACC;AACC;AACM;AACJ;AACK;AACF;AACP;AACA;AACM;AACF;;AAE3C;AACmD;AACZ;AACC;AACI;AACK;AACJ;AACD;AACF;AACK;AACL;AACH;AACE;AACD;AACC;AACI;AACD;AACD;AACH;AACC;AACC;AACH;AACA;;AAED;AACE;;AAEb;AACF;AACA;AACE;;AAEK;AACK;AACL;AACsB;AAClB;;;;;;;;;;;;;AC9FpC;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AAC4C;;;;;;;;;;;;ACP5C;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe,OAAO;AACtB,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe,cAAc;AAC7B,iBAAiB;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe,KAAK;AACpB,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe,KAAK;AACpB,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,eAAe,KAAK;AACpB,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,eAAe,KAAK;AACpB,iBAAiB,KAAK;AACtB;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe,YAAY;AAC3B,eAAe,OAAO;AACtB,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,OAAO;AACP;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW;AACX;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;;AAEA,MAAM,IAA4D;AAClE;AACA,sBAAsB;AACtB,GAAG,MAAM,EAGN;;AAEH,CAAC;;;;;;;;;;;;AChbD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC,KAA4D;AAC7D,CAAC,SACW;AACZ,CAAC,qBAAqB;;AAEtB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC;AACjC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uCAAuC,kBAAkB;AACzD,iCAAiC;AACjC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oDAAoD;AACpD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC;AACjC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oDAAoD;AACpD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,0BAA0B;AACrD;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,iEAAiE,+CAA+C,EAAE;AAClH;AACA;AACA,SAAS;AACT;AACA;AACA,SAAS;AACT,4DAA4D,0CAA0C;AACtG;AACA;AACA;AACA,gCAAgC;AAChC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,kBAAkB;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB;AACnB;AACA;AACA;AACA;AACA;AACA,uCAAuC,0BAA0B,EAAE;AACnE;AACA;AACA;AACA,wCAAwC,6DAA6D,EAAE;AACvG,uCAAuC,WAAW,EAAE;AACpD;AACA,kCAAkC,aAAa,EAAE;AACjD,oCAAoC,WAAW,EAAE;AACjD,gCAAgC,aAAa,EAAE;AAC/C,qCAAqC,aAAa,EAAE;AACpD;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT,0CAA0C,aAAa,EAAE;AACzD,iCAAiC,cAAc,EAAE;AACjD,uCAAuC,kBAAkB,EAAE;AAC3D,2CAA2C,aAAa,EAAE;AAC1D,qDAAqD,kBAAkB,EAAE;AACzE,mCAAmC,kBAAkB,EAAE;AACvD,iCAAiC,WAAW,EAAE;AAC9C,iCAAiC,aAAa,EAAE;AAChD,0CAA0C,aAAa,EAAE;AACzD,uCAAuC,WAAW,EAAE;AACpD,4CAA4C,aAAa,EAAE;AAC3D,wCAAwC,aAAa,EAAE;AACvD,qCAAqC,aAAa;AAClD;AACA,6BAA6B;AAC7B;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4HAA4H,wBAAwB,oCAAoC;AACxL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gFAAgF,sEAAsE;AACtJ;AACA;AACA,+BAA+B,kBAAkB;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gDAAgD;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wCAAwC,oDAAoD;AAC5F;AACA;AACA;AACA;AACA;AACA,2BAA2B,mCAAmC;AAC9D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,qEAAqE,gBAAgB;AACrF;AACA;AACA;AACA;AACA;AACA;AACA;AACA,sCAAsC;AACtC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mFAAmF,kBAAkB;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,QAAQ,gBAAgB;AACnD;AACA;AACA;AACA;AACA,yBAAyB,0BAA0B;AACnD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB;AACjB;AACA;AACA;AACA;AACA;AACA,mFAAmF,kBAAkB;AACrG;AACA;AACA;AACA;AACA,2BAA2B,QAAQ,gBAAgB;AACnD;AACA;AACA;AACA;AACA,yBAAyB,0BAA0B;AACnD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC,QAAQ;AACzC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,mBAAmB,oBAAoB;AACvC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+CAA+C;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uBAAuB,uBAAuB;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uBAAuB,yBAAyB;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kDAAkD,EAAE;AACpD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA,iBAAiB;AACjB;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,SAAS;AACT,KAAK;AACL;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gEAAgE;AAChE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,EAAE;AACR;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;AACA;AACA,8CAA8C;AAC9C;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8CAA8C,oCAAoC;AAClF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,sBAAsB;AACrD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,sBAAsB;AACrD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mCAAmC,0BAA0B;AAC7D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0CAA0C,sBAAsB;AAChE,qCAAqC,iBAAiB;AACtD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mCAAmC,8BAA8B;AACjE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uCAAuC,0BAA0B;AACjE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,0BAA0B;AACzD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,kBAAkB;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,iBAAiB;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uCAAuC,wBAAwB;AAC/D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uCAAuC,wBAAwB;AAC/D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,iBAAiB;AACpC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,kBAAkB;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0FAA0F;AAC1F;AACA;AACA;AACA;AACA;AACA,UAAU,EAAE;AACZ;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,sDAAsD,0BAA0B,EAAE;AAClF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qDAAqD,6BAA6B,EAAE;AACpF;AACA;AACA;AACA;AACA,8CAA8C,kDAAkD,EAAE;AAClG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6CAA6C,sDAAsD;AACnG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wCAAwC;AACxC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,EAAE;AACP,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qDAAqD,+BAA+B,EAAE;AACtF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qEAAqE,gBAAgB;AACrF;AACA,mBAAmB,uBAAuB;AAC1C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,0BAA0B;AAC7C;AACA;AACA,uBAAuB,uBAAuB;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,iBAAiB;AACpC;AACA;AACA;AACA;AACA;AACA,6CAA6C,6BAA6B;AAC1E;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,8FAA8F;AAC9F;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA,SAAS;AACT;AACA,sCAAsC;AACtC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,uBAAuB;AAC1C;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,SAAS;AACT;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0DAA0D;AAC1D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,EAAE;AACZ;AACA,6DAA6D;AAC7D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,EAAE;AACZ;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,uBAAuB;AAC1C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA,mBAAmB,4BAA4B;AAC/C;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA,CAAC;AACD;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+CAA+C,sBAAsB;AACrE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wCAAwC;AACxC;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mFAAmF;AACnF;AACA;AACA;AACA,UAAU,EAAE;AACZ;AACA;AACA;AACA,mFAAmF;AACnF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,EAAE;AACZ,qFAAqF;AACrF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,EAAE;AACZ;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kEAAkE,0CAA0C;AAC5G;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,CAAC;;;;;;;;;;;;;ACl5GD;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;;GAcG;AAEH;;GAEG;AAEH,+EAA+E;AAC/E,oEAAoE;AAEpE;;;;GAIG;AACH,8EAA8E;AAE9E;;;;;;;;;;;;;;;;;;;;;;GAsBG;AAEH,sCAAsC;AACgC;AACtE,iFAAY,CAAC,QAAQ,EAAE,CAAC;AAExB;;GAEG;AACwB,CAAC,6BAA6B;AAEzD;;GAEG","file":"polyfills-es5.js","sourcesContent":["require('../../modules/es.date.now');\nrequire('../../modules/es.date.to-json');\nrequire('../../modules/es.date.to-iso-string');\nrequire('../../modules/es.date.to-string');\nrequire('../../modules/es.date.to-primitive');\n\nmodule.exports = require('../../internals/path').Date;\n","require('../../modules/es.math.acosh');\nrequire('../../modules/es.math.asinh');\nrequire('../../modules/es.math.atanh');\nrequire('../../modules/es.math.cbrt');\nrequire('../../modules/es.math.clz32');\nrequire('../../modules/es.math.cosh');\nrequire('../../modules/es.math.expm1');\nrequire('../../modules/es.math.fround');\nrequire('../../modules/es.math.hypot');\nrequire('../../modules/es.math.imul');\nrequire('../../modules/es.math.log10');\nrequire('../../modules/es.math.log1p');\nrequire('../../modules/es.math.log2');\nrequire('../../modules/es.math.sign');\nrequire('../../modules/es.math.sinh');\nrequire('../../modules/es.math.tanh');\nrequire('../../modules/es.math.to-string-tag');\nrequire('../../modules/es.math.trunc');\n\nmodule.exports = require('../../internals/path').Math;\n","require('../../modules/es.number.constructor');\nrequire('../../modules/es.number.epsilon');\nrequire('../../modules/es.number.is-finite');\nrequire('../../modules/es.number.is-integer');\nrequire('../../modules/es.number.is-nan');\nrequire('../../modules/es.number.is-safe-integer');\nrequire('../../modules/es.number.max-safe-integer');\nrequire('../../modules/es.number.min-safe-integer');\nrequire('../../modules/es.number.parse-float');\nrequire('../../modules/es.number.parse-int');\nrequire('../../modules/es.number.to-fixed');\nrequire('../../modules/es.number.to-precision');\n\nmodule.exports = require('../../internals/path').Number;\n","require('../../modules/es.reflect.apply');\nrequire('../../modules/es.reflect.construct');\nrequire('../../modules/es.reflect.define-property');\nrequire('../../modules/es.reflect.delete-property');\nrequire('../../modules/es.reflect.get');\nrequire('../../modules/es.reflect.get-own-property-descriptor');\nrequire('../../modules/es.reflect.get-prototype-of');\nrequire('../../modules/es.reflect.has');\nrequire('../../modules/es.reflect.is-extensible');\nrequire('../../modules/es.reflect.own-keys');\nrequire('../../modules/es.reflect.prevent-extensions');\nrequire('../../modules/es.reflect.set');\nrequire('../../modules/es.reflect.set-prototype-of');\n\nmodule.exports = require('../../internals/path').Reflect;\n","require('../../modules/es.regexp.constructor');\nrequire('../../modules/es.regexp.to-string');\nrequire('../../modules/es.regexp.exec');\nrequire('../../modules/es.regexp.flags');\nrequire('../../modules/es.string.match');\nrequire('../../modules/es.string.replace');\nrequire('../../modules/es.string.search');\nrequire('../../modules/es.string.split');\n","module.exports = function (it) {\n if (typeof it != 'function') {\n throw TypeError(String(it) + ' is not a function');\n } return it;\n};\n","var UNSCOPABLES = require('../internals/well-known-symbol')('unscopables');\nvar create = require('../internals/object-create');\nvar hide = require('../internals/hide');\nvar ArrayPrototype = Array.prototype;\n\n// Array.prototype[@@unscopables]\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\nif (ArrayPrototype[UNSCOPABLES] == undefined) {\n hide(ArrayPrototype, UNSCOPABLES, create(null));\n}\n\n// add a key to Array.prototype[@@unscopables]\nmodule.exports = function (key) {\n ArrayPrototype[UNSCOPABLES][key] = true;\n};\n","'use strict';\nvar codePointAt = require('../internals/string-at');\n\n// `AdvanceStringIndex` abstract operation\n// https://tc39.github.io/ecma262/#sec-advancestringindex\nmodule.exports = function (S, index, unicode) {\n return index + (unicode ? codePointAt(S, index, true).length : 1);\n};\n","module.exports = function (it, Constructor, name) {\n if (!(it instanceof Constructor)) {\n throw TypeError('Incorrect ' + (name ? name + ' ' : '') + 'invocation');\n } return it;\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","'use strict';\nvar toObject = require('../internals/to-object');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\nvar toLength = require('../internals/to-length');\n\n// `Array.prototype.copyWithin` method implementation\n// https://tc39.github.io/ecma262/#sec-array.prototype.copywithin\nmodule.exports = [].copyWithin || function copyWithin(target /* = 0 */, start /* = 0, end = @length */) {\n var O = toObject(this);\n var len = toLength(O.length);\n var to = toAbsoluteIndex(target, len);\n var from = toAbsoluteIndex(start, len);\n var end = arguments.length > 2 ? arguments[2] : undefined;\n var count = Math.min((end === undefined ? len : toAbsoluteIndex(end, len)) - from, len - to);\n var inc = 1;\n if (from < to && to < from + count) {\n inc = -1;\n from += count - 1;\n to += count - 1;\n }\n while (count-- > 0) {\n if (from in O) O[to] = O[from];\n else delete O[to];\n to += inc;\n from += inc;\n } return O;\n};\n","'use strict';\nvar toObject = require('../internals/to-object');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\nvar toLength = require('../internals/to-length');\n\n// `Array.prototype.fill` method implementation\n// https://tc39.github.io/ecma262/#sec-array.prototype.fill\nmodule.exports = function fill(value /* , start = 0, end = @length */) {\n var O = toObject(this);\n var length = toLength(O.length);\n var argumentsLength = arguments.length;\n var index = toAbsoluteIndex(argumentsLength > 1 ? arguments[1] : undefined, length);\n var end = argumentsLength > 2 ? arguments[2] : undefined;\n var endPos = end === undefined ? length : toAbsoluteIndex(end, length);\n while (endPos > index) O[index++] = value;\n return O;\n};\n","'use strict';\nvar nativeForEach = [].forEach;\nvar internalForEach = require('../internals/array-methods')(0);\n\nvar SLOPPY_METHOD = require('../internals/sloppy-array-method')('forEach');\n\n// `Array.prototype.forEach` method implementation\n// https://tc39.github.io/ecma262/#sec-array.prototype.foreach\nmodule.exports = SLOPPY_METHOD ? function forEach(callbackfn /* , thisArg */) {\n return internalForEach(this, callbackfn, arguments[1]);\n} : nativeForEach;\n","'use strict';\nvar bind = require('../internals/bind-context');\nvar toObject = require('../internals/to-object');\nvar callWithSafeIterationClosing = require('../internals/call-with-safe-iteration-closing');\nvar isArrayIteratorMethod = require('../internals/is-array-iterator-method');\nvar toLength = require('../internals/to-length');\nvar createProperty = require('../internals/create-property');\nvar getIteratorMethod = require('../internals/get-iterator-method');\n\n// `Array.from` method\n// https://tc39.github.io/ecma262/#sec-array.from\nmodule.exports = function from(arrayLike /* , mapfn = undefined, thisArg = undefined */) {\n var O = toObject(arrayLike);\n var C = typeof this == 'function' ? this : Array;\n var argumentsLength = arguments.length;\n var mapfn = argumentsLength > 1 ? arguments[1] : undefined;\n var mapping = mapfn !== undefined;\n var index = 0;\n var iteratorMethod = getIteratorMethod(O);\n var length, result, step, iterator;\n if (mapping) mapfn = bind(mapfn, argumentsLength > 2 ? arguments[2] : undefined, 2);\n // if the target is not iterable or it's an array with the default iterator - use a simple case\n if (iteratorMethod != undefined && !(C == Array && isArrayIteratorMethod(iteratorMethod))) {\n iterator = iteratorMethod.call(O);\n result = new C();\n for (;!(step = iterator.next()).done; index++) {\n createProperty(result, index, mapping\n ? callWithSafeIterationClosing(iterator, mapfn, [step.value, index], true)\n : step.value\n );\n }\n } else {\n length = toLength(O.length);\n result = new C(length);\n for (;length > index; index++) {\n createProperty(result, index, mapping ? mapfn(O[index], index) : O[index]);\n }\n }\n result.length = index;\n return result;\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\n// false -> Array#indexOf\n// https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n// true -> Array#includes\n// https://tc39.github.io/ecma262/#sec-array.prototype.includes\nmodule.exports = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) if (IS_INCLUDES || index in O) {\n if (O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n","'use strict';\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toInteger = require('../internals/to-integer');\nvar toLength = require('../internals/to-length');\nvar nativeLastIndexOf = [].lastIndexOf;\n\nvar NEGATIVE_ZERO = !!nativeLastIndexOf && 1 / [1].lastIndexOf(1, -0) < 0;\nvar SLOPPY_METHOD = require('../internals/sloppy-array-method')('lastIndexOf');\n\n// `Array.prototype.lastIndexOf` method implementation\n// https://tc39.github.io/ecma262/#sec-array.prototype.lastindexof\nmodule.exports = (NEGATIVE_ZERO || SLOPPY_METHOD) ? function lastIndexOf(searchElement /* , fromIndex = @[*-1] */) {\n // convert -0 to +0\n if (NEGATIVE_ZERO) return nativeLastIndexOf.apply(this, arguments) || 0;\n var O = toIndexedObject(this);\n var length = toLength(O.length);\n var index = length - 1;\n if (arguments.length > 1) index = Math.min(index, toInteger(arguments[1]));\n if (index < 0) index = length + index;\n for (;index >= 0; index--) if (index in O) if (O[index] === searchElement) return index || 0;\n return -1;\n} : nativeLastIndexOf;\n","var fails = require('../internals/fails');\nvar SPECIES = require('../internals/well-known-symbol')('species');\n\nmodule.exports = function (METHOD_NAME) {\n return !fails(function () {\n var array = [];\n var constructor = array.constructor = {};\n constructor[SPECIES] = function () {\n return { foo: 1 };\n };\n return array[METHOD_NAME](Boolean).foo !== 1;\n });\n};\n","var bind = require('../internals/bind-context');\nvar IndexedObject = require('../internals/indexed-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\n// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex }` methods implementation\n// 0 -> Array#forEach\n// https://tc39.github.io/ecma262/#sec-array.prototype.foreach\n// 1 -> Array#map\n// https://tc39.github.io/ecma262/#sec-array.prototype.map\n// 2 -> Array#filter\n// https://tc39.github.io/ecma262/#sec-array.prototype.filter\n// 3 -> Array#some\n// https://tc39.github.io/ecma262/#sec-array.prototype.some\n// 4 -> Array#every\n// https://tc39.github.io/ecma262/#sec-array.prototype.every\n// 5 -> Array#find\n// https://tc39.github.io/ecma262/#sec-array.prototype.find\n// 6 -> Array#findIndex\n// https://tc39.github.io/ecma262/#sec-array.prototype.findIndex\nmodule.exports = function (TYPE, specificCreate) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n var create = specificCreate || arraySpeciesCreate;\n return function ($this, callbackfn, that) {\n var O = toObject($this);\n var self = IndexedObject(O);\n var boundFunction = bind(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var target = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;\n var value, result;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n value = self[index];\n result = boundFunction(value, index, O);\n if (TYPE) {\n if (IS_MAP) target[index] = result; // map\n else if (result) switch (TYPE) {\n case 3: return true; // some\n case 5: return value; // find\n case 6: return index; // findIndex\n case 2: target.push(value); // filter\n } else if (IS_EVERY) return false; // every\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;\n };\n};\n","var aFunction = require('../internals/a-function');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\nvar toLength = require('../internals/to-length');\n\n// `Array.prototype.{ reduce, reduceRight }` methods implementation\n// https://tc39.github.io/ecma262/#sec-array.prototype.reduce\n// https://tc39.github.io/ecma262/#sec-array.prototype.reduceright\nmodule.exports = function (that, callbackfn, argumentsLength, memo, isRight) {\n aFunction(callbackfn);\n var O = toObject(that);\n var self = IndexedObject(O);\n var length = toLength(O.length);\n var index = isRight ? length - 1 : 0;\n var i = isRight ? -1 : 1;\n if (argumentsLength < 2) while (true) {\n if (index in self) {\n memo = self[index];\n index += i;\n break;\n }\n index += i;\n if (isRight ? index < 0 : length <= index) {\n throw TypeError('Reduce of empty array with no initial value');\n }\n }\n for (;isRight ? index >= 0 : length > index; index += i) if (index in self) {\n memo = callbackfn(memo, self[index], index, O);\n }\n return memo;\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar SPECIES = require('../internals/well-known-symbol')('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.github.io/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var aFunction = require('../internals/a-function');\n\n// optional / simple context binding\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 0: return function () {\n return fn.call(that);\n };\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","var anObject = require('../internals/an-object');\n\n// call something on iterator step with safe closing on error\nmodule.exports = function (iterator, fn, value, ENTRIES) {\n try {\n return ENTRIES ? fn(anObject(value)[0], value[1]) : fn(value);\n // 7.4.6 IteratorClose(iterator, completion)\n } catch (error) {\n var returnMethod = iterator['return'];\n if (returnMethod !== undefined) anObject(returnMethod.call(iterator));\n throw error;\n }\n};\n","var ITERATOR = require('../internals/well-known-symbol')('iterator');\nvar SAFE_CLOSING = false;\n\ntry {\n var called = 0;\n var iteratorWithReturn = {\n next: function () {\n return { done: !!called++ };\n },\n 'return': function () {\n SAFE_CLOSING = true;\n }\n };\n iteratorWithReturn[ITERATOR] = function () {\n return this;\n };\n // eslint-disable-next-line no-throw-literal\n Array.from(iteratorWithReturn, function () { throw 2; });\n} catch (error) { /* empty */ }\n\nmodule.exports = function (exec, SKIP_CLOSING) {\n if (!SKIP_CLOSING && !SAFE_CLOSING) return false;\n var ITERATION_SUPPORT = false;\n try {\n var object = {};\n object[ITERATOR] = function () {\n return {\n next: function () {\n return { done: ITERATION_SUPPORT = true };\n }\n };\n };\n exec(object);\n } catch (error) { /* empty */ }\n return ITERATION_SUPPORT;\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var classofRaw = require('../internals/classof-raw');\nvar TO_STRING_TAG = require('../internals/well-known-symbol')('toStringTag');\n// ES3 wrong here\nvar CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (error) { /* empty */ }\n};\n\n// getting tag from ES6+ `Object.prototype.toString`\nmodule.exports = function (it) {\n var O, tag, result;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag\n // builtinTag case\n : CORRECT_ARGUMENTS ? classofRaw(O)\n // ES3 arguments fallback\n : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;\n};\n","'use strict';\nvar defineProperty = require('../internals/object-define-property').f;\nvar create = require('../internals/object-create');\nvar redefineAll = require('../internals/redefine-all');\nvar bind = require('../internals/bind-context');\nvar anInstance = require('../internals/an-instance');\nvar iterate = require('../internals/iterate');\nvar defineIterator = require('../internals/define-iterator');\nvar setSpecies = require('../internals/set-species');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fastKey = require('../internals/internal-metadata').fastKey;\nvar InternalStateModule = require('../internals/internal-state');\nvar setInternalState = InternalStateModule.set;\nvar internalStateGetterFor = InternalStateModule.getterFor;\n\nmodule.exports = {\n getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, CONSTRUCTOR_NAME);\n setInternalState(that, {\n type: CONSTRUCTOR_NAME,\n index: create(null),\n first: undefined,\n last: undefined,\n size: 0\n });\n if (!DESCRIPTORS) that.size = 0;\n if (iterable != undefined) iterate(iterable, that[ADDER], that, IS_MAP);\n });\n\n var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME);\n\n var define = function (that, key, value) {\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n var previous, index;\n // change existing entry\n if (entry) {\n entry.value = value;\n // create new entry\n } else {\n state.last = entry = {\n index: index = fastKey(key, true),\n key: key,\n value: value,\n previous: previous = state.last,\n next: undefined,\n removed: false\n };\n if (!state.first) state.first = entry;\n if (previous) previous.next = entry;\n if (DESCRIPTORS) state.size++;\n else that.size++;\n // add to index\n if (index !== 'F') state.index[index] = entry;\n } return that;\n };\n\n var getEntry = function (that, key) {\n var state = getInternalState(that);\n // fast case\n var index = fastKey(key);\n var entry;\n if (index !== 'F') return state.index[index];\n // frozen object case\n for (entry = state.first; entry; entry = entry.next) {\n if (entry.key == key) return entry;\n }\n };\n\n redefineAll(C.prototype, {\n // 23.1.3.1 Map.prototype.clear()\n // 23.2.3.2 Set.prototype.clear()\n clear: function clear() {\n var that = this;\n var state = getInternalState(that);\n var data = state.index;\n var entry = state.first;\n while (entry) {\n entry.removed = true;\n if (entry.previous) entry.previous = entry.previous.next = undefined;\n delete data[entry.index];\n entry = entry.next;\n }\n state.first = state.last = undefined;\n if (DESCRIPTORS) state.size = 0;\n else that.size = 0;\n },\n // 23.1.3.3 Map.prototype.delete(key)\n // 23.2.3.4 Set.prototype.delete(value)\n 'delete': function (key) {\n var that = this;\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n if (entry) {\n var next = entry.next;\n var prev = entry.previous;\n delete state.index[entry.index];\n entry.removed = true;\n if (prev) prev.next = next;\n if (next) next.previous = prev;\n if (state.first == entry) state.first = next;\n if (state.last == entry) state.last = prev;\n if (DESCRIPTORS) state.size--;\n else that.size--;\n } return !!entry;\n },\n // 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined)\n // 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = undefined)\n forEach: function forEach(callbackfn /* , that = undefined */) {\n var state = getInternalState(this);\n var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);\n var entry;\n while (entry = entry ? entry.next : state.first) {\n boundFunction(entry.value, entry.key, this);\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n }\n },\n // 23.1.3.7 Map.prototype.has(key)\n // 23.2.3.7 Set.prototype.has(value)\n has: function has(key) {\n return !!getEntry(this, key);\n }\n });\n\n redefineAll(C.prototype, IS_MAP ? {\n // 23.1.3.6 Map.prototype.get(key)\n get: function get(key) {\n var entry = getEntry(this, key);\n return entry && entry.value;\n },\n // 23.1.3.9 Map.prototype.set(key, value)\n set: function set(key, value) {\n return define(this, key === 0 ? 0 : key, value);\n }\n } : {\n // 23.2.3.1 Set.prototype.add(value)\n add: function add(value) {\n return define(this, value = value === 0 ? 0 : value, value);\n }\n });\n if (DESCRIPTORS) defineProperty(C.prototype, 'size', {\n get: function () {\n return getInternalState(this).size;\n }\n });\n return C;\n },\n setStrong: function (C, CONSTRUCTOR_NAME, IS_MAP) {\n var ITERATOR_NAME = CONSTRUCTOR_NAME + ' Iterator';\n var getInternalCollectionState = internalStateGetterFor(CONSTRUCTOR_NAME);\n var getInternalIteratorState = internalStateGetterFor(ITERATOR_NAME);\n // add .keys, .values, .entries, [@@iterator]\n // 23.1.3.4, 23.1.3.8, 23.1.3.11, 23.1.3.12, 23.2.3.5, 23.2.3.8, 23.2.3.10, 23.2.3.11\n defineIterator(C, CONSTRUCTOR_NAME, function (iterated, kind) {\n setInternalState(this, {\n type: ITERATOR_NAME,\n target: iterated,\n state: getInternalCollectionState(iterated),\n kind: kind,\n last: undefined\n });\n }, function () {\n var state = getInternalIteratorState(this);\n var kind = state.kind;\n var entry = state.last;\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n // get next entry\n if (!state.target || !(state.last = entry = entry ? entry.next : state.state.first)) {\n // or finish the iteration\n state.target = undefined;\n return { value: undefined, done: true };\n }\n // return step by kind\n if (kind == 'keys') return { value: entry.key, done: false };\n if (kind == 'values') return { value: entry.value, done: false };\n return { value: [entry.key, entry.value], done: false };\n }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);\n\n // add [@@species], 23.1.2.2, 23.2.2.2\n setSpecies(CONSTRUCTOR_NAME);\n }\n};\n","'use strict';\nvar redefineAll = require('../internals/redefine-all');\nvar getWeakData = require('../internals/internal-metadata').getWeakData;\nvar anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\nvar anInstance = require('../internals/an-instance');\nvar iterate = require('../internals/iterate');\nvar createArrayMethod = require('../internals/array-methods');\nvar $has = require('../internals/has');\nvar InternalStateModule = require('../internals/internal-state');\nvar setInternalState = InternalStateModule.set;\nvar internalStateGetterFor = InternalStateModule.getterFor;\nvar arrayFind = createArrayMethod(5);\nvar arrayFindIndex = createArrayMethod(6);\nvar id = 0;\n\n// fallback for uncaught frozen keys\nvar uncaughtFrozenStore = function (store) {\n return store.frozen || (store.frozen = new UncaughtFrozenStore());\n};\n\nvar UncaughtFrozenStore = function () {\n this.entries = [];\n};\n\nvar findUncaughtFrozen = function (store, key) {\n return arrayFind(store.entries, function (it) {\n return it[0] === key;\n });\n};\n\nUncaughtFrozenStore.prototype = {\n get: function (key) {\n var entry = findUncaughtFrozen(this, key);\n if (entry) return entry[1];\n },\n has: function (key) {\n return !!findUncaughtFrozen(this, key);\n },\n set: function (key, value) {\n var entry = findUncaughtFrozen(this, key);\n if (entry) entry[1] = value;\n else this.entries.push([key, value]);\n },\n 'delete': function (key) {\n var index = arrayFindIndex(this.entries, function (it) {\n return it[0] === key;\n });\n if (~index) this.entries.splice(index, 1);\n return !!~index;\n }\n};\n\nmodule.exports = {\n getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, CONSTRUCTOR_NAME);\n setInternalState(that, {\n type: CONSTRUCTOR_NAME,\n id: id++,\n frozen: undefined\n });\n if (iterable != undefined) iterate(iterable, that[ADDER], that, IS_MAP);\n });\n\n var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME);\n\n var define = function (that, key, value) {\n var state = getInternalState(that);\n var data = getWeakData(anObject(key), true);\n if (data === true) uncaughtFrozenStore(state).set(key, value);\n else data[state.id] = value;\n return that;\n };\n\n redefineAll(C.prototype, {\n // 23.3.3.2 WeakMap.prototype.delete(key)\n // 23.4.3.3 WeakSet.prototype.delete(value)\n 'delete': function (key) {\n var state = getInternalState(this);\n if (!isObject(key)) return false;\n var data = getWeakData(key);\n if (data === true) return uncaughtFrozenStore(state)['delete'](key);\n return data && $has(data, state.id) && delete data[state.id];\n },\n // 23.3.3.4 WeakMap.prototype.has(key)\n // 23.4.3.4 WeakSet.prototype.has(value)\n has: function has(key) {\n var state = getInternalState(this);\n if (!isObject(key)) return false;\n var data = getWeakData(key);\n if (data === true) return uncaughtFrozenStore(state).has(key);\n return data && $has(data, state.id);\n }\n });\n\n redefineAll(C.prototype, IS_MAP ? {\n // 23.3.3.3 WeakMap.prototype.get(key)\n get: function get(key) {\n var state = getInternalState(this);\n if (isObject(key)) {\n var data = getWeakData(key);\n if (data === true) return uncaughtFrozenStore(state).get(key);\n return data ? data[state.id] : undefined;\n }\n },\n // 23.3.3.5 WeakMap.prototype.set(key, value)\n set: function set(key, value) {\n return define(this, key, value);\n }\n } : {\n // 23.4.3.1 WeakSet.prototype.add(value)\n add: function add(value) {\n return define(this, value, true);\n }\n });\n\n return C;\n }\n};\n","'use strict';\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar $export = require('../internals/export');\nvar redefine = require('../internals/redefine');\nvar InternalMetadataModule = require('../internals/internal-metadata');\nvar iterate = require('../internals/iterate');\nvar anInstance = require('../internals/an-instance');\nvar isObject = require('../internals/is-object');\nvar fails = require('../internals/fails');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar inheritIfRequired = require('../internals/inherit-if-required');\n\nmodule.exports = function (CONSTRUCTOR_NAME, wrapper, common, IS_MAP, IS_WEAK) {\n var NativeConstructor = global[CONSTRUCTOR_NAME];\n var NativePrototype = NativeConstructor && NativeConstructor.prototype;\n var Constructor = NativeConstructor;\n var ADDER = IS_MAP ? 'set' : 'add';\n var exported = {};\n\n var fixMethod = function (KEY) {\n var nativeMethod = NativePrototype[KEY];\n redefine(NativePrototype, KEY,\n KEY == 'add' ? function add(a) {\n nativeMethod.call(this, a === 0 ? 0 : a);\n return this;\n } : KEY == 'delete' ? function (a) {\n return IS_WEAK && !isObject(a) ? false : nativeMethod.call(this, a === 0 ? 0 : a);\n } : KEY == 'get' ? function get(a) {\n return IS_WEAK && !isObject(a) ? undefined : nativeMethod.call(this, a === 0 ? 0 : a);\n } : KEY == 'has' ? function has(a) {\n return IS_WEAK && !isObject(a) ? false : nativeMethod.call(this, a === 0 ? 0 : a);\n } : function set(a, b) {\n nativeMethod.call(this, a === 0 ? 0 : a, b);\n return this;\n }\n );\n };\n\n // eslint-disable-next-line max-len\n if (isForced(CONSTRUCTOR_NAME, typeof NativeConstructor != 'function' || !(IS_WEAK || NativePrototype.forEach && !fails(function () {\n new NativeConstructor().entries().next();\n })))) {\n // create collection constructor\n Constructor = common.getConstructor(wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER);\n InternalMetadataModule.REQUIRED = true;\n } else if (isForced(CONSTRUCTOR_NAME, true)) {\n var instance = new Constructor();\n // early implementations not supports chaining\n var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;\n // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false\n var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); });\n // most early implementations doesn't supports iterables, most modern - not close it correctly\n // eslint-disable-next-line no-new\n var ACCEPT_ITERABLES = checkCorrectnessOfIteration(function (iterable) { new NativeConstructor(iterable); });\n // for early implementations -0 and +0 not the same\n var BUGGY_ZERO = !IS_WEAK && fails(function () {\n // V8 ~ Chromium 42- fails only with 5+ elements\n var $instance = new NativeConstructor();\n var index = 5;\n while (index--) $instance[ADDER](index, index);\n return !$instance.has(-0);\n });\n\n if (!ACCEPT_ITERABLES) {\n Constructor = wrapper(function (target, iterable) {\n anInstance(target, Constructor, CONSTRUCTOR_NAME);\n var that = inheritIfRequired(new NativeConstructor(), target, Constructor);\n if (iterable != undefined) iterate(iterable, that[ADDER], that, IS_MAP);\n return that;\n });\n Constructor.prototype = NativePrototype;\n NativePrototype.constructor = Constructor;\n }\n\n if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) {\n fixMethod('delete');\n fixMethod('has');\n IS_MAP && fixMethod('get');\n }\n\n if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER);\n\n // weak collections should not contains .clear method\n if (IS_WEAK && NativePrototype.clear) delete NativePrototype.clear;\n }\n\n exported[CONSTRUCTOR_NAME] = Constructor;\n $export({ global: true, forced: Constructor != NativeConstructor }, exported);\n\n setToStringTag(Constructor, CONSTRUCTOR_NAME);\n\n if (!IS_WEAK) common.setStrong(Constructor, CONSTRUCTOR_NAME, IS_MAP);\n\n return Constructor;\n};\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var MATCH = require('../internals/well-known-symbol')('match');\n\nmodule.exports = function (METHOD_NAME) {\n var regexp = /./;\n try {\n '/./'[METHOD_NAME](regexp);\n } catch (e) {\n try {\n regexp[MATCH] = false;\n return '/./'[METHOD_NAME](regexp);\n } catch (f) { /* empty */ }\n } return false;\n};\n","module.exports = !require('../internals/fails')(function () {\n function F() { /* empty */ }\n F.prototype.constructor = null;\n return Object.getPrototypeOf(new F()) !== F.prototype;\n});\n","var requireObjectCoercible = require('../internals/require-object-coercible');\nvar quot = /\"/g;\n\n// B.2.3.2.1 CreateHTML(string, tag, attribute, value)\n// https://tc39.github.io/ecma262/#sec-createhtml\nmodule.exports = function (string, tag, attribute, value) {\n var S = String(requireObjectCoercible(string));\n var p1 = '<' + tag;\n if (attribute !== '') p1 += ' ' + attribute + '=\"' + String(value).replace(quot, '"') + '\"';\n return p1 + '>' + S + '';\n};\n","'use strict';\nvar IteratorPrototype = require('../internals/iterators-core').IteratorPrototype;\nvar create = require('../internals/object-create');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar Iterators = require('../internals/iterators');\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (IteratorConstructor, NAME, next) {\n var TO_STRING_TAG = NAME + ' Iterator';\n IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(1, next) });\n setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true);\n Iterators[TO_STRING_TAG] = returnThis;\n return IteratorConstructor;\n};\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","'use strict';\nvar toPrimitive = require('../internals/to-primitive');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = function (object, key, value) {\n var propertyKey = toPrimitive(key);\n if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));\n else object[propertyKey] = value;\n};\n","'use strict';\nvar fails = require('../internals/fails');\nvar prototype = Date.prototype;\nvar getTime = prototype.getTime;\nvar nativeDateToISOString = prototype.toISOString;\n\nvar leadingZero = function (number) {\n return number > 9 ? number : '0' + number;\n};\n\n// `Date.prototype.toISOString` method implementation\n// https://tc39.github.io/ecma262/#sec-date.prototype.toisostring\n// PhantomJS / old WebKit fails here:\nmodule.exports = (fails(function () {\n return nativeDateToISOString.call(new Date(-5e13 - 1)) != '0385-07-25T07:06:39.999Z';\n}) || !fails(function () {\n nativeDateToISOString.call(new Date(NaN));\n})) ? function toISOString() {\n if (!isFinite(getTime.call(this))) throw RangeError('Invalid time value');\n var date = this;\n var year = date.getUTCFullYear();\n var milliseconds = date.getUTCMilliseconds();\n var sign = year < 0 ? '-' : year > 9999 ? '+' : '';\n return sign + ('00000' + Math.abs(year)).slice(sign ? -6 : -4) +\n '-' + leadingZero(date.getUTCMonth() + 1) +\n '-' + leadingZero(date.getUTCDate()) +\n 'T' + leadingZero(date.getUTCHours()) +\n ':' + leadingZero(date.getUTCMinutes()) +\n ':' + leadingZero(date.getUTCSeconds()) +\n '.' + (milliseconds > 99 ? milliseconds : '0' + leadingZero(milliseconds)) +\n 'Z';\n} : nativeDateToISOString;\n","'use strict';\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nmodule.exports = function (hint) {\n if (hint !== 'string' && hint !== 'number' && hint !== 'default') {\n throw TypeError('Incorrect hint');\n } return toPrimitive(anObject(this), hint !== 'number');\n};\n","'use strict';\nvar $export = require('../internals/export');\nvar createIteratorConstructor = require('../internals/create-iterator-constructor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar hide = require('../internals/hide');\nvar redefine = require('../internals/redefine');\nvar IS_PURE = require('../internals/is-pure');\nvar ITERATOR = require('../internals/well-known-symbol')('iterator');\nvar Iterators = require('../internals/iterators');\nvar IteratorsCore = require('../internals/iterators-core');\nvar IteratorPrototype = IteratorsCore.IteratorPrototype;\nvar BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;\nvar KEYS = 'keys';\nvar VALUES = 'values';\nvar ENTRIES = 'entries';\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {\n createIteratorConstructor(IteratorConstructor, NAME, next);\n\n var getIterationMethod = function (KIND) {\n if (KIND === DEFAULT && defaultIterator) return defaultIterator;\n if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND];\n switch (KIND) {\n case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };\n case VALUES: return function values() { return new IteratorConstructor(this, KIND); };\n case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };\n } return function () { return new IteratorConstructor(this); };\n };\n\n var TO_STRING_TAG = NAME + ' Iterator';\n var INCORRECT_VALUES_NAME = false;\n var IterablePrototype = Iterable.prototype;\n var nativeIterator = IterablePrototype[ITERATOR]\n || IterablePrototype['@@iterator']\n || DEFAULT && IterablePrototype[DEFAULT];\n var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);\n var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;\n var CurrentIteratorPrototype, methods, KEY;\n\n // fix native\n if (anyNativeIterator) {\n CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable()));\n if (IteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {\n if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {\n if (setPrototypeOf) {\n setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);\n } else if (typeof CurrentIteratorPrototype[ITERATOR] != 'function') {\n hide(CurrentIteratorPrototype, ITERATOR, returnThis);\n }\n }\n // Set @@toStringTag to native iterators\n setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true);\n if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis;\n }\n }\n\n // fix Array#{values, @@iterator}.name in V8 / FF\n if (DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {\n INCORRECT_VALUES_NAME = true;\n defaultIterator = function values() { return nativeIterator.call(this); };\n }\n\n // define iterator\n if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) {\n hide(IterablePrototype, ITERATOR, defaultIterator);\n }\n Iterators[NAME] = defaultIterator;\n\n // export additional methods\n if (DEFAULT) {\n methods = {\n values: getIterationMethod(VALUES),\n keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),\n entries: getIterationMethod(ENTRIES)\n };\n if (FORCED) for (KEY in methods) {\n if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {\n redefine(IterablePrototype, KEY, methods[KEY]);\n }\n } else $export({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);\n }\n\n return methods;\n};\n","var path = require('../internals/path');\nvar has = require('../internals/has');\nvar wrappedWellKnownSymbolModule = require('../internals/wrapped-well-known-symbol');\nvar defineProperty = require('../internals/object-define-property').f;\n\nmodule.exports = function (NAME) {\n var Symbol = path.Symbol || (path.Symbol = {});\n if (!has(Symbol, NAME)) defineProperty(Symbol, NAME, {\n value: wrappedWellKnownSymbolModule.f(NAME)\n });\n};\n","// Thank's IE8 for his funny defineProperty\nmodule.exports = !require('../internals/fails')(function () {\n return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;\n});\n","var isObject = require('../internals/is-object');\nvar document = require('../internals/global').document;\n// typeof document.createElement is 'object' in old IE\nvar exist = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return exist ? document.createElement(it) : {};\n};\n","// iterable DOM collections\n// flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods\nmodule.exports = {\n CSSRuleList: 0,\n CSSStyleDeclaration: 0,\n CSSValueList: 0,\n ClientRectList: 0,\n DOMRectList: 0,\n DOMStringList: 0,\n DOMTokenList: 1,\n DataTransferItemList: 0,\n FileList: 0,\n HTMLAllCollection: 0,\n HTMLCollection: 0,\n HTMLFormElement: 0,\n HTMLSelectElement: 0,\n MediaList: 0,\n MimeTypeArray: 0,\n NamedNodeMap: 0,\n NodeList: 1,\n PaintRequestList: 0,\n Plugin: 0,\n PluginArray: 0,\n SVGLengthList: 0,\n SVGNumberList: 0,\n SVGPathSegList: 0,\n SVGPointList: 0,\n SVGStringList: 0,\n SVGTransformList: 0,\n SourceBufferList: 0,\n StyleSheetList: 0,\n TextTrackCueList: 0,\n TextTrackList: 0,\n TouchList: 0\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","var objectKeys = require('../internals/object-keys');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\n\n// all enumerable object keys, includes symbols\nmodule.exports = function (it) {\n var result = objectKeys(it);\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n if (getOwnPropertySymbols) {\n var symbols = getOwnPropertySymbols(it);\n var propertyIsEnumerable = propertyIsEnumerableModule.f;\n var i = 0;\n var key;\n while (symbols.length > i) if (propertyIsEnumerable.call(it, key = symbols[i++])) result.push(key);\n } return result;\n};\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar hide = require('../internals/hide');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n hide(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","'use strict';\nvar hide = require('../internals/hide');\nvar redefine = require('../internals/redefine');\nvar fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar regexpExec = require('../internals/regexp-exec');\n\nvar SPECIES = wellKnownSymbol('species');\n\nvar REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {\n // #replace needs built-in support for named groups.\n // #match works fine because it just return the exec results, even if it has\n // a \"grops\" property.\n var re = /./;\n re.exec = function () {\n var result = [];\n result.groups = { a: '7' };\n return result;\n };\n return ''.replace(re, '$') !== '7';\n});\n\n// Chrome 51 has a buggy \"split\" implementation when RegExp#exec !== nativeExec\n// Weex JS has frozen built-in prototypes, so use try / catch wrapper\nvar SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {\n var re = /(?:)/;\n var originalExec = re.exec;\n re.exec = function () { return originalExec.apply(this, arguments); };\n var result = 'ab'.split(re);\n return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';\n});\n\nmodule.exports = function (KEY, length, exec, sham) {\n var SYMBOL = wellKnownSymbol(KEY);\n\n var DELEGATES_TO_SYMBOL = !fails(function () {\n // String methods call symbol-named RegEp methods\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n });\n\n var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {\n // Symbol-named RegExp methods call .exec\n var execCalled = false;\n var re = /a/;\n re.exec = function () { execCalled = true; return null; };\n\n if (KEY === 'split') {\n // RegExp[@@split] doesn't call the regex's exec method, but first creates\n // a new one. We need to return the patched regex when creating the new one.\n re.constructor = {};\n re.constructor[SPECIES] = function () { return re; };\n }\n\n re[SYMBOL]('');\n return !execCalled;\n });\n\n if (\n !DELEGATES_TO_SYMBOL ||\n !DELEGATES_TO_EXEC ||\n (KEY === 'replace' && !REPLACE_SUPPORTS_NAMED_GROUPS) ||\n (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)\n ) {\n var nativeRegExpMethod = /./[SYMBOL];\n var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {\n if (regexp.exec === regexpExec) {\n if (DELEGATES_TO_SYMBOL && !forceStringMethod) {\n // The native String method already delegates to @@method (this\n // polyfilled function), leasing to infinite recursion.\n // We avoid it by directly calling the native @@method method.\n return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };\n }\n return { done: true, value: nativeMethod.call(str, regexp, arg2) };\n }\n return { done: false };\n });\n var stringMethod = methods[0];\n var regexMethod = methods[1];\n\n redefine(String.prototype, KEY, stringMethod);\n redefine(RegExp.prototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return regexMethod.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return regexMethod.call(string, this); }\n );\n if (sham) hide(RegExp.prototype[SYMBOL], 'sham', true);\n }\n};\n","var fails = require('../internals/fails');\n\n// check the existence of a method, lowercase\n// of a tag and escaping quotes in arguments\nmodule.exports = function (METHOD_NAME) {\n return fails(function () {\n var test = ''[METHOD_NAME]('\"');\n return test !== test.toLowerCase() || test.split('\"').length > 3;\n });\n};\n","var fails = require('../internals/fails');\nvar whitespaces = require('../internals/whitespaces');\nvar non = '\\u200B\\u0085\\u180E';\n\n// check that a method works with the correct list\n// of whitespaces and has a correct name\nmodule.exports = function (METHOD_NAME) {\n return fails(function () {\n return !!whitespaces[METHOD_NAME]() || non[METHOD_NAME]() != non || whitespaces[METHOD_NAME].name !== METHOD_NAME;\n });\n};\n","module.exports = !require('../internals/fails')(function () {\n return Object.isExtensible(Object.preventExtensions({}));\n});\n","'use strict';\nvar aFunction = require('../internals/a-function');\nvar isObject = require('../internals/is-object');\nvar arraySlice = [].slice;\nvar factories = {};\n\nvar construct = function (C, argsLength, args) {\n if (!(argsLength in factories)) {\n for (var list = [], i = 0; i < argsLength; i++) list[i] = 'a[' + i + ']';\n // eslint-disable-next-line no-new-func\n factories[argsLength] = Function('C,a', 'return new C(' + list.join(',') + ')');\n } return factories[argsLength](C, args);\n};\n\n// `Function.prototype.bind` method implementation\n// https://tc39.github.io/ecma262/#sec-function.prototype.bind\nmodule.exports = Function.bind || function bind(that /* , ...args */) {\n var fn = aFunction(this);\n var partArgs = arraySlice.call(arguments, 1);\n var boundFunction = function bound(/* args... */) {\n var args = partArgs.concat(arraySlice.call(arguments));\n return this instanceof boundFunction ? construct(fn, args.length, args) : fn.apply(that, args);\n };\n if (isObject(fn.prototype)) boundFunction.prototype = fn.prototype;\n return boundFunction;\n};\n","module.exports = require('../internals/shared')('native-function-to-string', Function.toString);\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var classof = require('../internals/classof');\nvar ITERATOR = require('../internals/well-known-symbol')('iterator');\nvar Iterators = require('../internals/iterators');\n\nmodule.exports = function (it) {\n if (it != undefined) return it[ITERATOR]\n || it['@@iterator']\n || Iterators[classof(it)];\n};\n","// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports = typeof window == 'object' && window && window.Math == Math ? window\n : typeof self == 'object' && self && self.Math == Math ? self\n // eslint-disable-next-line no-new-func\n : Function('return this')();\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","module.exports = {};\n","var definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = require('../internals/descriptors') ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var global = require('../internals/global');\n\nmodule.exports = function (a, b) {\n var console = global.console;\n if (console && console.error) {\n arguments.length === 1 ? console.error(a) : console.error(a, b);\n }\n};\n","var document = require('../internals/global').document;\n\nmodule.exports = document && document.documentElement;\n","// Thank's IE8 for his funny defineProperty\nmodule.exports = !require('../internals/descriptors') && !require('../internals/fails')(function () {\n return Object.defineProperty(require('../internals/document-create-element')('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","// fallback for non-array-like ES3 and non-enumerable old V8 strings\nvar fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\nvar split = ''.split;\n\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","var isObject = require('../internals/is-object');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\n\nmodule.exports = function (that, target, C) {\n var S = target.constructor;\n var P;\n if (S !== C && typeof S == 'function' && (P = S.prototype) !== C.prototype && isObject(P) && setPrototypeOf) {\n setPrototypeOf(that, P);\n } return that;\n};\n","var METADATA = require('../internals/uid')('meta');\nvar FREEZING = require('../internals/freezing');\nvar isObject = require('../internals/is-object');\nvar has = require('../internals/has');\nvar defineProperty = require('../internals/object-define-property').f;\nvar id = 0;\n\nvar isExtensible = Object.isExtensible || function () {\n return true;\n};\n\nvar setMetadata = function (it) {\n defineProperty(it, METADATA, { value: {\n objectID: 'O' + ++id, // object ID\n weakData: {} // weak collections IDs\n } });\n};\n\nvar fastKey = function (it, create) {\n // return a primitive with prefix\n if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it;\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return 'F';\n // not necessary to add metadata\n if (!create) return 'E';\n // add missing metadata\n setMetadata(it);\n // return object ID\n } return it[METADATA].objectID;\n};\n\nvar getWeakData = function (it, create) {\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return true;\n // not necessary to add metadata\n if (!create) return false;\n // add missing metadata\n setMetadata(it);\n // return the store of weak collections IDs\n } return it[METADATA].weakData;\n};\n\n// add metadata on freeze-family methods calling\nvar onFreeze = function (it) {\n if (FREEZING && meta.REQUIRED && isExtensible(it) && !has(it, METADATA)) setMetadata(it);\n return it;\n};\n\nvar meta = module.exports = {\n REQUIRED: false,\n fastKey: fastKey,\n getWeakData: getWeakData,\n onFreeze: onFreeze\n};\n\nrequire('../internals/hidden-keys')[METADATA] = true;\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar isObject = require('../internals/is-object');\nvar hide = require('../internals/hide');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\nvar WeakMap = require('../internals/global').WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n hide(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","// check on default Array iterator\nvar Iterators = require('../internals/iterators');\nvar ITERATOR = require('../internals/well-known-symbol')('iterator');\nvar ArrayPrototype = Array.prototype;\n\nmodule.exports = function (it) {\n return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it);\n};\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.github.io/ecma262/#sec-isarray\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","var fails = require('../internals/fails');\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","var isObject = require('../internals/is-object');\nvar floor = Math.floor;\n\n// `Number.isInteger` method implementation\n// https://tc39.github.io/ecma262/#sec-number.isinteger\nmodule.exports = function isInteger(it) {\n return !isObject(it) && isFinite(it) && floor(it) === it;\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","module.exports = false;\n","var isObject = require('../internals/is-object');\nvar classof = require('../internals/classof-raw');\nvar MATCH = require('../internals/well-known-symbol')('match');\n\n// `IsRegExp` abstract operation\n// https://tc39.github.io/ecma262/#sec-isregexp\nmodule.exports = function (it) {\n var isRegExp;\n return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classof(it) == 'RegExp');\n};\n","var anObject = require('../internals/an-object');\nvar isArrayIteratorMethod = require('../internals/is-array-iterator-method');\nvar toLength = require('../internals/to-length');\nvar bind = require('../internals/bind-context');\nvar getIteratorMethod = require('../internals/get-iterator-method');\nvar callWithSafeIterationClosing = require('../internals/call-with-safe-iteration-closing');\nvar BREAK = {};\n\nvar exports = module.exports = function (iterable, fn, that, ENTRIES, ITERATOR) {\n var boundFunction = bind(fn, that, ENTRIES ? 2 : 1);\n var iterator, iterFn, index, length, result, step;\n\n if (ITERATOR) {\n iterator = iterable;\n } else {\n iterFn = getIteratorMethod(iterable);\n if (typeof iterFn != 'function') throw TypeError('Target is not iterable');\n // optimisation for array iterators\n if (isArrayIteratorMethod(iterFn)) {\n for (index = 0, length = toLength(iterable.length); length > index; index++) {\n result = ENTRIES ? boundFunction(anObject(step = iterable[index])[0], step[1]) : boundFunction(iterable[index]);\n if (result === BREAK) return BREAK;\n } return;\n }\n iterator = iterFn.call(iterable);\n }\n\n while (!(step = iterator.next()).done) {\n if (callWithSafeIterationClosing(iterator, boundFunction, step.value, ENTRIES) === BREAK) return BREAK;\n }\n};\n\nexports.BREAK = BREAK;\n","'use strict';\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar hide = require('../internals/hide');\nvar has = require('../internals/has');\nvar IS_PURE = require('../internals/is-pure');\nvar ITERATOR = require('../internals/well-known-symbol')('iterator');\nvar BUGGY_SAFARI_ITERATORS = false;\n\nvar returnThis = function () { return this; };\n\n// `%IteratorPrototype%` object\n// https://tc39.github.io/ecma262/#sec-%iteratorprototype%-object\nvar IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;\n\nif ([].keys) {\n arrayIterator = [].keys();\n // Safari 8 has buggy iterators w/o `next`\n if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;\n else {\n PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator));\n if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;\n }\n}\n\nif (IteratorPrototype == undefined) IteratorPrototype = {};\n\n// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()\nif (!IS_PURE && !has(IteratorPrototype, ITERATOR)) hide(IteratorPrototype, ITERATOR, returnThis);\n\nmodule.exports = {\n IteratorPrototype: IteratorPrototype,\n BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS\n};\n","module.exports = {};\n","var nativeExpm1 = Math.expm1;\n\n// `Math.expm1` method implementation\n// https://tc39.github.io/ecma262/#sec-math.expm1\nmodule.exports = (!nativeExpm1\n // Old FF bug\n || nativeExpm1(10) > 22025.465794806719 || nativeExpm1(10) < 22025.4657948067165168\n // Tor Browser bug\n || nativeExpm1(-2e-17) != -2e-17\n) ? function expm1(x) {\n return (x = +x) == 0 ? x : x > -1e-6 && x < 1e-6 ? x + x * x / 2 : Math.exp(x) - 1;\n} : nativeExpm1;\n","var sign = require('../internals/math-sign');\nvar pow = Math.pow;\nvar EPSILON = pow(2, -52);\nvar EPSILON32 = pow(2, -23);\nvar MAX32 = pow(2, 127) * (2 - EPSILON32);\nvar MIN32 = pow(2, -126);\n\nvar roundTiesToEven = function (n) {\n return n + 1 / EPSILON - 1 / EPSILON;\n};\n\n// `Math.fround` method implementation\n// https://tc39.github.io/ecma262/#sec-math.fround\nmodule.exports = Math.fround || function fround(x) {\n var $abs = Math.abs(x);\n var $sign = sign(x);\n var a, result;\n if ($abs < MIN32) return $sign * roundTiesToEven($abs / MIN32 / EPSILON32) * MIN32 * EPSILON32;\n a = (1 + EPSILON32 / EPSILON) * $abs;\n result = a - (a - $abs);\n // eslint-disable-next-line no-self-compare\n if (result > MAX32 || result != result) return $sign * Infinity;\n return $sign * result;\n};\n","// `Math.log1p` method implementation\n// https://tc39.github.io/ecma262/#sec-math.log1p\nmodule.exports = Math.log1p || function log1p(x) {\n return (x = +x) > -1e-8 && x < 1e-8 ? x - x * x / 2 : Math.log(1 + x);\n};\n","// `Math.sign` method implementation\n// https://tc39.github.io/ecma262/#sec-math.sign\nmodule.exports = Math.sign || function sign(x) {\n // eslint-disable-next-line no-self-compare\n return (x = +x) == 0 || x != x ? x : x < 0 ? -1 : 1;\n};\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar classof = require('../internals/classof-raw');\nvar macrotask = require('../internals/task').set;\nvar userAgent = require('../internals/user-agent');\nvar MutationObserver = global.MutationObserver || global.WebKitMutationObserver;\nvar process = global.process;\nvar Promise = global.Promise;\nvar IS_NODE = classof(process) == 'process';\n// Node.js 11 shows ExperimentalWarning on getting `queueMicrotask`\nvar queueMicrotaskDescriptor = getOwnPropertyDescriptor(global, 'queueMicrotask');\nvar queueMicrotask = queueMicrotaskDescriptor && queueMicrotaskDescriptor.value;\n\nvar flush, head, last, notify, toggle, node, promise;\n\n// modern engines have queueMicrotask method\nif (!queueMicrotask) {\n flush = function () {\n var parent, fn;\n if (IS_NODE && (parent = process.domain)) parent.exit();\n while (head) {\n fn = head.fn;\n head = head.next;\n try {\n fn();\n } catch (error) {\n if (head) notify();\n else last = undefined;\n throw error;\n }\n } last = undefined;\n if (parent) parent.enter();\n };\n\n // Node.js\n if (IS_NODE) {\n notify = function () {\n process.nextTick(flush);\n };\n // browsers with MutationObserver, except iOS - https://github.com/zloirock/core-js/issues/339\n } else if (MutationObserver && !/(iPhone|iPod|iPad).*AppleWebKit/i.test(userAgent)) {\n toggle = true;\n node = document.createTextNode('');\n new MutationObserver(flush).observe(node, { characterData: true }); // eslint-disable-line no-new\n notify = function () {\n node.data = toggle = !toggle;\n };\n // environments with maybe non-completely correct, but existent Promise\n } else if (Promise && Promise.resolve) {\n // Promise.resolve without an argument throws an error in LG WebOS 2\n promise = Promise.resolve(undefined);\n notify = function () {\n promise.then(flush);\n };\n // for other environments - macrotask based on:\n // - setImmediate\n // - MessageChannel\n // - window.postMessag\n // - onreadystatechange\n // - setTimeout\n } else {\n notify = function () {\n // strange IE + webpack dev server bug - use .call(global)\n macrotask.call(global, flush);\n };\n }\n}\n\nmodule.exports = queueMicrotask || function (fn) {\n var task = { fn: fn, next: undefined };\n if (last) last.next = task;\n if (!head) {\n head = task;\n notify();\n } last = task;\n};\n","// Chrome 38 Symbol has incorrect toString conversion\nmodule.exports = !require('../internals/fails')(function () {\n // eslint-disable-next-line no-undef\n return !String(Symbol());\n});\n","var nativeFunctionToString = require('../internals/function-to-string');\nvar WeakMap = require('../internals/global').WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(nativeFunctionToString.call(WeakMap));\n","'use strict';\n// 25.4.1.5 NewPromiseCapability(C)\nvar aFunction = require('../internals/a-function');\n\nvar PromiseCapability = function (C) {\n var resolve, reject;\n this.promise = new C(function ($$resolve, $$reject) {\n if (resolve !== undefined || reject !== undefined) throw TypeError('Bad Promise constructor');\n resolve = $$resolve;\n reject = $$reject;\n });\n this.resolve = aFunction(resolve);\n this.reject = aFunction(reject);\n};\n\nmodule.exports.f = function (C) {\n return new PromiseCapability(C);\n};\n","var globalIsFinite = require('../internals/global').isFinite;\n\n// `Number.isFinite` method\n// https://tc39.github.io/ecma262/#sec-number.isfinite\nmodule.exports = Number.isFinite || function isFinite(it) {\n return typeof it == 'number' && globalIsFinite(it);\n};\n","'use strict';\n// 19.1.2.1 Object.assign(target, source, ...)\nvar objectKeys = require('../internals/object-keys');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\nvar nativeAssign = Object.assign;\n\n// should work with symbols and should have deterministic property order (V8 bug)\nmodule.exports = !nativeAssign || require('../internals/fails')(function () {\n var A = {};\n var B = {};\n // eslint-disable-next-line no-undef\n var symbol = Symbol();\n var alphabet = 'abcdefghijklmnopqrst';\n A[symbol] = 7;\n alphabet.split('').forEach(function (chr) { B[chr] = chr; });\n return nativeAssign({}, A)[symbol] != 7 || objectKeys(nativeAssign({}, B)).join('') != alphabet;\n}) ? function assign(target, source) { // eslint-disable-line no-unused-vars\n var T = toObject(target);\n var argumentsLength = arguments.length;\n var index = 1;\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n var propertyIsEnumerable = propertyIsEnumerableModule.f;\n while (argumentsLength > index) {\n var S = IndexedObject(arguments[index++]);\n var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S);\n var length = keys.length;\n var j = 0;\n var key;\n while (length > j) if (propertyIsEnumerable.call(S, key = keys[j++])) T[key] = S[key];\n } return T;\n} : nativeAssign;\n","// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])\nvar anObject = require('../internals/an-object');\nvar defineProperties = require('../internals/object-define-properties');\nvar enumBugKeys = require('../internals/enum-bug-keys');\nvar html = require('../internals/html');\nvar documentCreateElement = require('../internals/document-create-element');\nvar IE_PROTO = require('../internals/shared-key')('IE_PROTO');\nvar PROTOTYPE = 'prototype';\nvar Empty = function () { /* empty */ };\n\n// Create object with fake `null` prototype: use iframe Object with cleared prototype\nvar createDict = function () {\n // Thrash, waste and sodomy: IE GC bug\n var iframe = documentCreateElement('iframe');\n var length = enumBugKeys.length;\n var lt = '<';\n var script = 'script';\n var gt = '>';\n var js = 'java' + script + ':';\n var iframeDocument;\n iframe.style.display = 'none';\n html.appendChild(iframe);\n iframe.src = String(js);\n iframeDocument = iframe.contentWindow.document;\n iframeDocument.open();\n iframeDocument.write(lt + script + gt + 'document.F=Object' + lt + '/' + script + gt);\n iframeDocument.close();\n createDict = iframeDocument.F;\n while (length--) delete createDict[PROTOTYPE][enumBugKeys[length]];\n return createDict();\n};\n\nmodule.exports = Object.create || function create(O, Properties) {\n var result;\n if (O !== null) {\n Empty[PROTOTYPE] = anObject(O);\n result = new Empty();\n Empty[PROTOTYPE] = null;\n // add \"__proto__\" for Object.getPrototypeOf polyfill\n result[IE_PROTO] = O;\n } else result = createDict();\n return Properties === undefined ? result : defineProperties(result, Properties);\n};\n\nrequire('../internals/hidden-keys')[IE_PROTO] = true;\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar anObject = require('../internals/an-object');\nvar objectKeys = require('../internals/object-keys');\n\nmodule.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) {\n anObject(O);\n var keys = objectKeys(Properties);\n var length = keys.length;\n var i = 0;\n var key;\n while (length > i) definePropertyModule.f(O, key = keys[i++], Properties[key]);\n return O;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar nativeDefineProperty = Object.defineProperty;\n\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","// fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar nativeGetOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar toString = {}.toString;\n\nvar windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames\n ? Object.getOwnPropertyNames(window) : [];\n\nvar getWindowNames = function (it) {\n try {\n return nativeGetOwnPropertyNames(it);\n } catch (error) {\n return windowNames.slice();\n }\n};\n\nmodule.exports.f = function getOwnPropertyNames(it) {\n return windowNames && toString.call(it) == '[object Window]'\n ? getWindowNames(it)\n : nativeGetOwnPropertyNames(toIndexedObject(it));\n};\n","// 19.1.2.7 / 15.2.3.4 Object.getOwnPropertyNames(O)\nvar internalObjectKeys = require('../internals/object-keys-internal');\nvar hiddenKeys = require('../internals/enum-bug-keys').concat('length', 'prototype');\n\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","exports.f = Object.getOwnPropertySymbols;\n","// 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)\nvar has = require('../internals/has');\nvar toObject = require('../internals/to-object');\nvar IE_PROTO = require('../internals/shared-key')('IE_PROTO');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\nvar ObjectPrototype = Object.prototype;\n\nmodule.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function (O) {\n O = toObject(O);\n if (has(O, IE_PROTO)) return O[IE_PROTO];\n if (typeof O.constructor == 'function' && O instanceof O.constructor) {\n return O.constructor.prototype;\n } return O instanceof Object ? ObjectPrototype : null;\n};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar arrayIndexOf = require('../internals/array-includes')(false);\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~arrayIndexOf(result, key) || result.push(key);\n }\n return result;\n};\n","// 19.1.2.14 / 15.2.3.14 Object.keys(O)\nvar internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = nativeGetOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = nativeGetOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","// Works with __proto__ only. Old v8 can't work with null proto objects.\n/* eslint-disable no-proto */\nvar validateSetPrototypeOfArguments = require('../internals/validate-set-prototype-of-arguments');\n\nmodule.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {\n var correctSetter = false;\n var test = {};\n var setter;\n try {\n setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set;\n setter.call(test, []);\n correctSetter = test instanceof Array;\n } catch (error) { /* empty */ }\n return function setPrototypeOf(O, proto) {\n validateSetPrototypeOfArguments(O, proto);\n if (correctSetter) setter.call(O, proto);\n else O.__proto__ = proto;\n return O;\n };\n}() : undefined);\n","'use strict';\nvar classof = require('../internals/classof');\nvar TO_STRING_TAG = require('../internals/well-known-symbol')('toStringTag');\nvar test = {};\n\ntest[TO_STRING_TAG] = 'z';\n\n// `Object.prototype.toString` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.tostring\nmodule.exports = String(test) !== '[object z]' ? function toString() {\n return '[object ' + classof(this) + ']';\n} : test.toString;\n","var getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\nvar Reflect = require('../internals/global').Reflect;\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = Reflect && Reflect.ownKeys || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var nativeParseFloat = require('../internals/global').parseFloat;\nvar internalStringTrim = require('../internals/string-trim');\nvar whitespaces = require('../internals/whitespaces');\nvar FORCED = 1 / nativeParseFloat(whitespaces + '-0') !== -Infinity;\n\nmodule.exports = FORCED ? function parseFloat(str) {\n var string = internalStringTrim(String(str), 3);\n var result = nativeParseFloat(string);\n return result === 0 && string.charAt(0) == '-' ? -0 : result;\n} : nativeParseFloat;\n","var nativeParseInt = require('../internals/global').parseInt;\nvar internalStringTrim = require('../internals/string-trim');\nvar whitespaces = require('../internals/whitespaces');\nvar hex = /^[-+]?0[xX]/;\nvar FORCED = nativeParseInt(whitespaces + '08') !== 8 || nativeParseInt(whitespaces + '0x16') !== 22;\n\nmodule.exports = FORCED ? function parseInt(str, radix) {\n var string = internalStringTrim(String(str), 3);\n return nativeParseInt(string, (radix >>> 0) || (hex.test(string) ? 16 : 10));\n} : nativeParseInt;\n","module.exports = require('../internals/global');\n","module.exports = function (exec) {\n try {\n return { error: false, value: exec() };\n } catch (error) {\n return { error: true, value: error };\n }\n};\n","var anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\nvar newPromiseCapability = require('../internals/new-promise-capability');\n\nmodule.exports = function (C, x) {\n anObject(C);\n if (isObject(x) && x.constructor === C) return x;\n var promiseCapability = newPromiseCapability.f(C);\n var resolve = promiseCapability.resolve;\n resolve(x);\n return promiseCapability.promise;\n};\n","var redefine = require('../internals/redefine');\n\nmodule.exports = function (target, src, options) {\n for (var key in src) redefine(target, key, src[key], options);\n return target;\n};\n","var global = require('../internals/global');\nvar hide = require('../internals/hide');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar nativeFunctionToString = require('../internals/function-to-string');\nvar InternalStateModule = require('../internals/internal-state');\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(nativeFunctionToString).split('toString');\n\nrequire('../internals/shared')('inspectSource', function (it) {\n return nativeFunctionToString.call(it);\n});\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) hide(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else hide(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || nativeFunctionToString.call(this);\n});\n","var Map = require('../modules/es.map');\nvar WeakMap = require('../modules/es.weak-map');\nvar shared = require('../internals/shared')('metadata');\nvar store = shared.store || (shared.store = new WeakMap());\n\nvar getOrCreateMetadataMap = function (target, targetKey, create) {\n var targetMetadata = store.get(target);\n if (!targetMetadata) {\n if (!create) return;\n store.set(target, targetMetadata = new Map());\n }\n var keyMetadata = targetMetadata.get(targetKey);\n if (!keyMetadata) {\n if (!create) return;\n targetMetadata.set(targetKey, keyMetadata = new Map());\n } return keyMetadata;\n};\n\nvar ordinaryHasOwnMetadata = function (MetadataKey, O, P) {\n var metadataMap = getOrCreateMetadataMap(O, P, false);\n return metadataMap === undefined ? false : metadataMap.has(MetadataKey);\n};\n\nvar ordinaryGetOwnMetadata = function (MetadataKey, O, P) {\n var metadataMap = getOrCreateMetadataMap(O, P, false);\n return metadataMap === undefined ? undefined : metadataMap.get(MetadataKey);\n};\n\nvar ordinaryDefineOwnMetadata = function (MetadataKey, MetadataValue, O, P) {\n getOrCreateMetadataMap(O, P, true).set(MetadataKey, MetadataValue);\n};\n\nvar ordinaryOwnMetadataKeys = function (target, targetKey) {\n var metadataMap = getOrCreateMetadataMap(target, targetKey, false);\n var keys = [];\n if (metadataMap) metadataMap.forEach(function (_, key) { keys.push(key); });\n return keys;\n};\n\nvar toMetadataKey = function (it) {\n return it === undefined || typeof it == 'symbol' ? it : String(it);\n};\n\nmodule.exports = {\n store: store,\n getMap: getOrCreateMetadataMap,\n has: ordinaryHasOwnMetadata,\n get: ordinaryGetOwnMetadata,\n set: ordinaryDefineOwnMetadata,\n keys: ordinaryOwnMetadataKeys,\n toKey: toMetadataKey\n};\n","var classof = require('./classof-raw');\nvar regexpExec = require('./regexp-exec');\n\n// `RegExpExec` abstract operation\n// https://tc39.github.io/ecma262/#sec-regexpexec\nmodule.exports = function (R, S) {\n var exec = R.exec;\n if (typeof exec === 'function') {\n var result = exec.call(R, S);\n if (typeof result !== 'object') {\n throw TypeError('RegExp exec method returned something other than an Object or null');\n }\n return result;\n }\n\n if (classof(R) !== 'RegExp') {\n throw TypeError('RegExp#exec called on incompatible receiver');\n }\n\n return regexpExec.call(R, S);\n};\n\n","'use strict';\n\nvar regexpFlags = require('./regexp-flags');\n\nvar nativeExec = RegExp.prototype.exec;\n// This always refers to the native implementation, because the\n// String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,\n// which loads this file before patching the method.\nvar nativeReplace = String.prototype.replace;\n\nvar patchedExec = nativeExec;\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/;\n var re2 = /b*/g;\n nativeExec.call(re1, 'a');\n nativeExec.call(re2, 'a');\n return re1.lastIndex !== 0 || re2.lastIndex !== 0;\n})();\n\n// nonparticipating capturing group, copied from es5-shim's String#split patch.\nvar NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;\n\nvar PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED;\n\nif (PATCH) {\n patchedExec = function exec(str) {\n var re = this;\n var lastIndex, reCopy, match, i;\n\n if (NPCG_INCLUDED) {\n reCopy = new RegExp('^' + re.source + '$(?!\\\\s)', regexpFlags.call(re));\n }\n if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;\n\n match = nativeExec.call(re, str);\n\n if (UPDATES_LAST_INDEX_WRONG && match) {\n re.lastIndex = re.global ? match.index + match[0].length : lastIndex;\n }\n if (NPCG_INCLUDED && match && match.length > 1) {\n // Fix browsers whose `exec` methods don't consistently return `undefined`\n // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/\n nativeReplace.call(match[0], reCopy, function () {\n for (i = 1; i < arguments.length - 2; i++) {\n if (arguments[i] === undefined) match[i] = undefined;\n }\n });\n }\n\n return match;\n };\n}\n\nmodule.exports = patchedExec;\n","'use strict';\nvar anObject = require('../internals/an-object');\n\n// `RegExp.prototype.flags` getter implementation\n// https://tc39.github.io/ecma262/#sec-get-regexp.prototype.flags\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.global) result += 'g';\n if (that.ignoreCase) result += 'i';\n if (that.multiline) result += 'm';\n if (that.unicode) result += 'u';\n if (that.sticky) result += 'y';\n return result;\n};\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","// `SameValue` abstract operation\n// https://tc39.github.io/ecma262/#sec-samevalue\nmodule.exports = Object.is || function is(x, y) {\n // eslint-disable-next-line no-self-compare\n return x === y ? x !== 0 || 1 / x === 1 / y : x != x && y != y;\n};\n","var global = require('../internals/global');\nvar hide = require('../internals/hide');\n\nmodule.exports = function (key, value) {\n try {\n hide(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","'use strict';\nvar getBuiltIn = require('../internals/get-built-in');\nvar definePropertyModule = require('../internals/object-define-property');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar SPECIES = require('../internals/well-known-symbol')('species');\n\nmodule.exports = function (CONSTRUCTOR_NAME) {\n var C = getBuiltIn(CONSTRUCTOR_NAME);\n var defineProperty = definePropertyModule.f;\n if (DESCRIPTORS && C && !C[SPECIES]) defineProperty(C, SPECIES, {\n configurable: true,\n get: function () { return this; }\n });\n};\n","var defineProperty = require('../internals/object-define-property').f;\nvar has = require('../internals/has');\nvar TO_STRING_TAG = require('../internals/well-known-symbol')('toStringTag');\n\nmodule.exports = function (it, TAG, STATIC) {\n if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) {\n defineProperty(it, TO_STRING_TAG, { configurable: true, value: TAG });\n }\n};\n","var shared = require('../internals/shared')('keys');\nvar uid = require('../internals/uid');\n\nmodule.exports = function (key) {\n return shared[key] || (shared[key] = uid(key));\n};\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.0.1',\n mode: require('../internals/is-pure') ? 'pure' : 'global',\n copyright: '© 2019 Denis Pushkarev (zloirock.ru)'\n});\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !method || !fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","var anObject = require('../internals/an-object');\nvar aFunction = require('../internals/a-function');\nvar SPECIES = require('../internals/well-known-symbol')('species');\n\n// `SpeciesConstructor` abstract operation\n// https://tc39.github.io/ecma262/#sec-speciesconstructor\nmodule.exports = function (O, defaultConstructor) {\n var C = anObject(O).constructor;\n var S;\n return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? defaultConstructor : aFunction(S);\n};\n","var toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n// CONVERT_TO_STRING: true -> String#at\n// CONVERT_TO_STRING: false -> String#codePointAt\nmodule.exports = function (that, pos, CONVERT_TO_STRING) {\n var S = String(requireObjectCoercible(that));\n var position = toInteger(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = S.charCodeAt(position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING ? S.charAt(position) : first\n : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n};\n","'use strict';\nvar toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.repeat` method implementation\n// https://tc39.github.io/ecma262/#sec-string.prototype.repeat\nmodule.exports = ''.repeat || function repeat(count) {\n var str = String(requireObjectCoercible(this));\n var result = '';\n var n = toInteger(count);\n if (n < 0 || n == Infinity) throw RangeError('Wrong number of repetitions');\n for (;n > 0; (n >>>= 1) && (str += str)) if (n & 1) result += str;\n return result;\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\nvar whitespace = '[' + require('../internals/whitespaces') + ']';\nvar ltrim = RegExp('^' + whitespace + whitespace + '*');\nvar rtrim = RegExp(whitespace + whitespace + '*$');\n\n// 1 -> String#trimStart\n// 2 -> String#trimEnd\n// 3 -> String#trim\nmodule.exports = function (string, TYPE) {\n string = String(requireObjectCoercible(string));\n if (TYPE & 1) string = string.replace(ltrim, '');\n if (TYPE & 2) string = string.replace(rtrim, '');\n return string;\n};\n","var global = require('../internals/global');\nvar classof = require('../internals/classof-raw');\nvar bind = require('../internals/bind-context');\nvar html = require('../internals/html');\nvar createElement = require('../internals/document-create-element');\nvar set = global.setImmediate;\nvar clear = global.clearImmediate;\nvar process = global.process;\nvar MessageChannel = global.MessageChannel;\nvar Dispatch = global.Dispatch;\nvar counter = 0;\nvar queue = {};\nvar ONREADYSTATECHANGE = 'onreadystatechange';\nvar defer, channel, port;\n\nvar run = function () {\n var id = +this;\n // eslint-disable-next-line no-prototype-builtins\n if (queue.hasOwnProperty(id)) {\n var fn = queue[id];\n delete queue[id];\n fn();\n }\n};\n\nvar listener = function (event) {\n run.call(event.data);\n};\n\n// Node.js 0.9+ & IE10+ has setImmediate, otherwise:\nif (!set || !clear) {\n set = function setImmediate(fn) {\n var args = [];\n var i = 1;\n while (arguments.length > i) args.push(arguments[i++]);\n queue[++counter] = function () {\n // eslint-disable-next-line no-new-func\n (typeof fn == 'function' ? fn : Function(fn)).apply(undefined, args);\n };\n defer(counter);\n return counter;\n };\n clear = function clearImmediate(id) {\n delete queue[id];\n };\n // Node.js 0.8-\n if (classof(process) == 'process') {\n defer = function (id) {\n process.nextTick(bind(run, id, 1));\n };\n // Sphere (JS game engine) Dispatch API\n } else if (Dispatch && Dispatch.now) {\n defer = function (id) {\n Dispatch.now(bind(run, id, 1));\n };\n // Browsers with MessageChannel, includes WebWorkers\n } else if (MessageChannel) {\n channel = new MessageChannel();\n port = channel.port2;\n channel.port1.onmessage = listener;\n defer = bind(port.postMessage, port, 1);\n // Browsers with postMessage, skip WebWorkers\n // IE8 has postMessage, but it's sync & typeof its postMessage is 'object'\n } else if (global.addEventListener && typeof postMessage == 'function' && !global.importScripts) {\n defer = function (id) {\n global.postMessage(id + '', '*');\n };\n global.addEventListener('message', listener, false);\n // IE8-\n } else if (ONREADYSTATECHANGE in createElement('script')) {\n defer = function (id) {\n html.appendChild(createElement('script'))[ONREADYSTATECHANGE] = function () {\n html.removeChild(this);\n run.call(id);\n };\n };\n // Rest old browsers\n } else {\n defer = function (id) {\n setTimeout(bind(run, id, 1), 0);\n };\n }\n}\n\nmodule.exports = {\n set: set,\n clear: clear\n};\n","var classof = require('../internals/classof-raw');\n\n// `thisNumberValue` abstract operation\n// https://tc39.github.io/ecma262/#sec-thisnumbervalue\nmodule.exports = function (value) {\n if (typeof value != 'number' && classof(value) != 'Number') {\n throw TypeError('Incorrect invocation');\n }\n return +value;\n};\n","var toInteger = require('../internals/to-integer');\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(length, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","var toInteger = require('../internals/to-integer');\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.github.io/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","// 7.1.1 ToPrimitive(input [, PreferredType])\nvar isObject = require('../internals/is-object');\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (it, S) {\n if (!isObject(it)) return it;\n var fn, val;\n if (S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;\n if (typeof (fn = it.valueOf) == 'function' && !isObject(val = fn.call(it))) return val;\n if (!S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + postfix).toString(36));\n};\n","var global = require('../internals/global');\nvar navigator = global.navigator;\n\nmodule.exports = navigator && navigator.userAgent || '';\n","var isObject = require('../internals/is-object');\nvar anObject = require('../internals/an-object');\n\nmodule.exports = function (O, proto) {\n anObject(O);\n if (!isObject(proto) && proto !== null) {\n throw TypeError(\"Can't set \" + String(proto) + ' as a prototype');\n }\n};\n","// helper for String#{startsWith, endsWith, includes}\nvar isRegExp = require('../internals/is-regexp');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (that, searchString, NAME) {\n if (isRegExp(searchString)) {\n throw TypeError('String.prototype.' + NAME + \" doesn't accept regex\");\n } return String(requireObjectCoercible(that));\n};\n","var store = require('../internals/shared')('wks');\nvar uid = require('../internals/uid');\nvar Symbol = require('../internals/global').Symbol;\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = function (name) {\n return store[name] || (store[name] = NATIVE_SYMBOL && Symbol[name]\n || (NATIVE_SYMBOL ? Symbol : uid)('Symbol.' + name));\n};\n","// a string of all valid unicode whitespaces\n// eslint-disable-next-line max-len\nmodule.exports = '\\u0009\\u000A\\u000B\\u000C\\u000D\\u0020\\u00A0\\u1680\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200A\\u202F\\u205F\\u3000\\u2028\\u2029\\uFEFF';\n","exports.f = require('../internals/well-known-symbol');\n","// `Array.prototype.copyWithin` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.copywithin\nrequire('../internals/export')({ target: 'Array', proto: true }, {\n copyWithin: require('../internals/array-copy-within')\n});\n\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\nrequire('../internals/add-to-unscopables')('copyWithin');\n","'use strict';\nvar internalEvery = require('../internals/array-methods')(4);\n\nvar SLOPPY_METHOD = require('../internals/sloppy-array-method')('every');\n\n// `Array.prototype.every` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.every\nrequire('../internals/export')({ target: 'Array', proto: true, forced: SLOPPY_METHOD }, {\n every: function every(callbackfn /* , thisArg */) {\n return internalEvery(this, callbackfn, arguments[1]);\n }\n});\n","// `Array.prototype.fill` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.fill\nrequire('../internals/export')({ target: 'Array', proto: true }, { fill: require('../internals/array-fill') });\n\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\nrequire('../internals/add-to-unscopables')('fill');\n","'use strict';\nvar internalFilter = require('../internals/array-methods')(2);\n\nvar SPECIES_SUPPORT = require('../internals/array-method-has-species-support')('filter');\n\n// `Array.prototype.filter` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.filter\n// with adding support of @@species\nrequire('../internals/export')({ target: 'Array', proto: true, forced: !SPECIES_SUPPORT }, {\n filter: function filter(callbackfn /* , thisArg */) {\n return internalFilter(this, callbackfn, arguments[1]);\n }\n});\n","'use strict';\nvar internalFindIndex = require('../internals/array-methods')(6);\nvar FIND_INDEX = 'findIndex';\nvar SKIPS_HOLES = true;\n\n// Shouldn't skip holes\nif (FIND_INDEX in []) Array(1)[FIND_INDEX](function () { SKIPS_HOLES = false; });\n\n// `Array.prototype.findIndex` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.findindex\nrequire('../internals/export')({ target: 'Array', proto: true, forced: SKIPS_HOLES }, {\n findIndex: function findIndex(callbackfn /* , that = undefined */) {\n return internalFindIndex(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\nrequire('../internals/add-to-unscopables')(FIND_INDEX);\n","'use strict';\nvar internalFind = require('../internals/array-methods')(5);\nvar FIND = 'find';\nvar SKIPS_HOLES = true;\n\n// Shouldn't skip holes\nif (FIND in []) Array(1)[FIND](function () { SKIPS_HOLES = false; });\n\n// `Array.prototype.find` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.find\nrequire('../internals/export')({ target: 'Array', proto: true, forced: SKIPS_HOLES }, {\n find: function find(callbackfn /* , that = undefined */) {\n return internalFind(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\nrequire('../internals/add-to-unscopables')(FIND);\n","'use strict';\nvar forEach = require('../internals/array-for-each');\n\n// `Array.prototype.forEach` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.foreach\nrequire('../internals/export')({ target: 'Array', proto: true, forced: [].forEach != forEach }, { forEach: forEach });\n","var INCORRECT_ITERATION = !require('../internals/check-correctness-of-iteration')(function (iterable) {\n Array.from(iterable);\n});\n\n// `Array.from` method\n// https://tc39.github.io/ecma262/#sec-array.from\nrequire('../internals/export')({ target: 'Array', stat: true, forced: INCORRECT_ITERATION }, {\n from: require('../internals/array-from')\n});\n","'use strict';\nvar internalIndexOf = require('../internals/array-includes')(false);\nvar nativeIndexOf = [].indexOf;\n\nvar NEGATIVE_ZERO = !!nativeIndexOf && 1 / [1].indexOf(1, -0) < 0;\nvar SLOPPY_METHOD = require('../internals/sloppy-array-method')('indexOf');\n\n// `Array.prototype.indexOf` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.indexof\nrequire('../internals/export')({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || SLOPPY_METHOD }, {\n indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {\n return NEGATIVE_ZERO\n // convert -0 to +0\n ? nativeIndexOf.apply(this, arguments) || 0\n : internalIndexOf(this, searchElement, arguments[1]);\n }\n});\n","// `Array.isArray` method\n// https://tc39.github.io/ecma262/#sec-array.isarray\nrequire('../internals/export')({ target: 'Array', stat: true }, { isArray: require('../internals/is-array') });\n","'use strict';\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar addToUnscopables = require('../internals/add-to-unscopables');\nvar Iterators = require('../internals/iterators');\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\nvar ARRAY_ITERATOR = 'Array Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(ARRAY_ITERATOR);\n\n// `Array.prototype.entries` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.entries\n// `Array.prototype.keys` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.keys\n// `Array.prototype.values` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.values\n// `Array.prototype[@@iterator]` method\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@iterator\n// `CreateArrayIterator` internal method\n// https://tc39.github.io/ecma262/#sec-createarrayiterator\nmodule.exports = defineIterator(Array, 'Array', function (iterated, kind) {\n setInternalState(this, {\n type: ARRAY_ITERATOR,\n target: toIndexedObject(iterated), // target\n index: 0, // next index\n kind: kind // kind\n });\n// `%ArrayIteratorPrototype%.next` method\n// https://tc39.github.io/ecma262/#sec-%arrayiteratorprototype%.next\n}, function () {\n var state = getInternalState(this);\n var target = state.target;\n var kind = state.kind;\n var index = state.index++;\n if (!target || index >= target.length) {\n state.target = undefined;\n return { value: undefined, done: true };\n }\n if (kind == 'keys') return { value: index, done: false };\n if (kind == 'values') return { value: target[index], done: false };\n return { value: [index, target[index]], done: false };\n}, 'values');\n\n// argumentsList[@@iterator] is %ArrayProto_values%\n// https://tc39.github.io/ecma262/#sec-createunmappedargumentsobject\n// https://tc39.github.io/ecma262/#sec-createmappedargumentsobject\nIterators.Arguments = Iterators.Array;\n\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables('keys');\naddToUnscopables('values');\naddToUnscopables('entries');\n","'use strict';\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar nativeJoin = [].join;\n\nvar ES3_STRINGS = require('../internals/indexed-object') != Object;\nvar SLOPPY_METHOD = require('../internals/sloppy-array-method')('join', ',');\n\n// `Array.prototype.join` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.join\nrequire('../internals/export')({ target: 'Array', proto: true, forced: ES3_STRINGS || SLOPPY_METHOD }, {\n join: function join(separator) {\n return nativeJoin.call(toIndexedObject(this), separator === undefined ? ',' : separator);\n }\n});\n","var arrayLastIndexOf = require('../internals/array-last-index-of');\n\n// `Array.prototype.lastIndexOf` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.lastindexof\nrequire('../internals/export')({ target: 'Array', proto: true, forced: arrayLastIndexOf !== [].lastIndexOf }, {\n lastIndexOf: arrayLastIndexOf\n});\n","'use strict';\nvar internalMap = require('../internals/array-methods')(1);\n\nvar SPECIES_SUPPORT = require('../internals/array-method-has-species-support')('map');\n\n// `Array.prototype.map` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.map\n// with adding support of @@species\nrequire('../internals/export')({ target: 'Array', proto: true, forced: !SPECIES_SUPPORT }, {\n map: function map(callbackfn /* , thisArg */) {\n return internalMap(this, callbackfn, arguments[1]);\n }\n});\n","'use strict';\nvar createProperty = require('../internals/create-property');\n\nvar ISNT_GENERIC = require('../internals/fails')(function () {\n function F() { /* empty */ }\n return !(Array.of.call(F) instanceof F);\n});\n\n// `Array.of` method\n// https://tc39.github.io/ecma262/#sec-array.of\n// WebKit Array.of isn't generic\nrequire('../internals/export')({ target: 'Array', stat: true, forced: ISNT_GENERIC }, {\n of: function of(/* ...args */) {\n var index = 0;\n var argumentsLength = arguments.length;\n var result = new (typeof this == 'function' ? this : Array)(argumentsLength);\n while (argumentsLength > index) createProperty(result, index, arguments[index++]);\n result.length = argumentsLength;\n return result;\n }\n});\n","'use strict';\nvar internalReduceRight = require('../internals/array-reduce');\n\nvar SLOPPY_METHOD = require('../internals/sloppy-array-method')('reduceRight');\n\n// `Array.prototype.reduceRight` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.reduceright\nrequire('../internals/export')({ target: 'Array', proto: true, forced: SLOPPY_METHOD }, {\n reduceRight: function reduceRight(callbackfn /* , initialValue */) {\n return internalReduceRight(this, callbackfn, arguments.length, arguments[1], true);\n }\n});\n","'use strict';\nvar internalReduce = require('../internals/array-reduce');\n\nvar SLOPPY_METHOD = require('../internals/sloppy-array-method')('reduce');\n\n// `Array.prototype.reduce` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.reduce\nrequire('../internals/export')({ target: 'Array', proto: true, forced: SLOPPY_METHOD }, {\n reduce: function reduce(callbackfn /* , initialValue */) {\n return internalReduce(this, callbackfn, arguments.length, arguments[1], false);\n }\n});\n","'use strict';\nvar isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\nvar toLength = require('../internals/to-length');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar createProperty = require('../internals/create-property');\nvar SPECIES = require('../internals/well-known-symbol')('species');\nvar nativeSlice = [].slice;\nvar max = Math.max;\n\nvar SPECIES_SUPPORT = require('../internals/array-method-has-species-support')('slice');\n\n// `Array.prototype.slice` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.slice\n// fallback for not array-like ES3 strings and DOM objects\nrequire('../internals/export')({ target: 'Array', proto: true, forced: !SPECIES_SUPPORT }, {\n slice: function slice(start, end) {\n var O = toIndexedObject(this);\n var length = toLength(O.length);\n var k = toAbsoluteIndex(start, length);\n var fin = toAbsoluteIndex(end === undefined ? length : end, length);\n // inline `ArraySpeciesCreate` for usage native `Array#slice` where it's possible\n var Constructor, result, n;\n if (isArray(O)) {\n Constructor = O.constructor;\n // cross-realm fallback\n if (typeof Constructor == 'function' && (Constructor === Array || isArray(Constructor.prototype))) {\n Constructor = undefined;\n } else if (isObject(Constructor)) {\n Constructor = Constructor[SPECIES];\n if (Constructor === null) Constructor = undefined;\n }\n if (Constructor === Array || Constructor === undefined) {\n return nativeSlice.call(O, k, fin);\n }\n }\n result = new (Constructor === undefined ? Array : Constructor)(max(fin - k, 0));\n for (n = 0; k < fin; k++, n++) if (k in O) createProperty(result, n, O[k]);\n result.length = n;\n return result;\n }\n});\n","'use strict';\nvar internalSome = require('../internals/array-methods')(3);\n\nvar SLOPPY_METHOD = require('../internals/sloppy-array-method')('some');\n\n// `Array.prototype.some` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.some\nrequire('../internals/export')({ target: 'Array', proto: true, forced: SLOPPY_METHOD }, {\n some: function some(callbackfn /* , thisArg */) {\n return internalSome(this, callbackfn, arguments[1]);\n }\n});\n","'use strict';\nvar aFunction = require('../internals/a-function');\nvar toObject = require('../internals/to-object');\nvar fails = require('../internals/fails');\nvar nativeSort = [].sort;\nvar test = [1, 2, 3];\n\n// IE8-\nvar FAILS_ON_UNDEFINED = fails(function () {\n test.sort(undefined);\n});\n// V8 bug\nvar FAILS_ON_NULL = fails(function () {\n test.sort(null);\n});\n// Old WebKit\nvar SLOPPY_METHOD = require('../internals/sloppy-array-method')('sort');\n\nvar FORCED = FAILS_ON_UNDEFINED || !FAILS_ON_NULL || SLOPPY_METHOD;\n\n// `Array.prototype.sort` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.sort\nrequire('../internals/export')({ target: 'Array', proto: true, forced: FORCED }, {\n sort: function sort(comparefn) {\n return comparefn === undefined\n ? nativeSort.call(toObject(this))\n : nativeSort.call(toObject(this), aFunction(comparefn));\n }\n});\n","// `Date.now` method\n// https://tc39.github.io/ecma262/#sec-date.now\nrequire('../internals/export')({ target: 'Date', stat: true }, {\n now: function now() {\n return new Date().getTime();\n }\n});\n","var toISOString = require('../internals/date-to-iso-string');\n\n// `Date.prototype.toISOString` method\n// https://tc39.github.io/ecma262/#sec-date.prototype.toisostring\n// PhantomJS / old WebKit has a broken implementations\nrequire('../internals/export')({ target: 'Date', proto: true, forced: Date.prototype.toISOString !== toISOString }, {\n toISOString: toISOString\n});\n","'use strict';\nvar toObject = require('../internals/to-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar FORCED = require('../internals/fails')(function () {\n return new Date(NaN).toJSON() !== null\n || Date.prototype.toJSON.call({ toISOString: function () { return 1; } }) !== 1;\n});\n\n// `Date.prototype.toJSON` method\n// https://tc39.github.io/ecma262/#sec-date.prototype.tojson\nrequire('../internals/export')({ target: 'Date', proto: true, forced: FORCED }, {\n // eslint-disable-next-line no-unused-vars\n toJSON: function toJSON(key) {\n var O = toObject(this);\n var pv = toPrimitive(O);\n return typeof pv == 'number' && !isFinite(pv) ? null : O.toISOString();\n }\n});\n","var hide = require('../internals/hide');\nvar TO_PRIMITIVE = require('../internals/well-known-symbol')('toPrimitive');\nvar dateToPrimitive = require('../internals/date-to-primitive');\nvar DatePrototype = Date.prototype;\n\n// `Date.prototype[@@toPrimitive]` method\n// https://tc39.github.io/ecma262/#sec-date.prototype-@@toprimitive\nif (!(TO_PRIMITIVE in DatePrototype)) hide(DatePrototype, TO_PRIMITIVE, dateToPrimitive);\n","var DatePrototype = Date.prototype;\nvar INVALID_DATE = 'Invalid Date';\nvar TO_STRING = 'toString';\nvar nativeDateToString = DatePrototype[TO_STRING];\nvar getTime = DatePrototype.getTime;\n\n// `Date.prototype.toString` method\n// https://tc39.github.io/ecma262/#sec-date.prototype.tostring\nif (new Date(NaN) + '' != INVALID_DATE) {\n require('../internals/redefine')(DatePrototype, TO_STRING, function toString() {\n var value = getTime.call(this);\n // eslint-disable-next-line no-self-compare\n return value === value ? nativeDateToString.call(this) : INVALID_DATE;\n });\n}\n","// `Function.prototype.bind` method\n// https://tc39.github.io/ecma262/#sec-function.prototype.bind\nrequire('../internals/export')({ target: 'Function', proto: true }, {\n bind: require('../internals/function-bind')\n});\n","'use strict';\nvar isObject = require('../internals/is-object');\nvar definePropertyModule = require('../internals/object-define-property');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar HAS_INSTANCE = require('../internals/well-known-symbol')('hasInstance');\nvar FunctionPrototype = Function.prototype;\n\n// `Function.prototype[@@hasInstance]` method\n// https://tc39.github.io/ecma262/#sec-function.prototype-@@hasinstance\nif (!(HAS_INSTANCE in FunctionPrototype)) {\n definePropertyModule.f(FunctionPrototype, HAS_INSTANCE, { value: function (O) {\n if (typeof this != 'function' || !isObject(O)) return false;\n if (!isObject(this.prototype)) return O instanceof this;\n // for environment w/o native `@@hasInstance` logic enough `instanceof`, but add this:\n while (O = getPrototypeOf(O)) if (this.prototype === O) return true;\n return false;\n } });\n}\n","var DESCRIPTORS = require('../internals/descriptors');\nvar defineProperty = require('../internals/object-define-property').f;\nvar FunctionPrototype = Function.prototype;\nvar FunctionPrototypeToString = FunctionPrototype.toString;\nvar nameRE = /^\\s*function ([^ (]*)/;\nvar NAME = 'name';\n\n// Function instances `.name` property\n// https://tc39.github.io/ecma262/#sec-function-instances-name\nif (DESCRIPTORS && !(NAME in FunctionPrototype)) {\n defineProperty(FunctionPrototype, NAME, {\n configurable: true,\n get: function () {\n try {\n return FunctionPrototypeToString.call(this).match(nameRE)[1];\n } catch (error) {\n return '';\n }\n }\n });\n}\n","'use strict';\n// `Map` constructor\n// https://tc39.github.io/ecma262/#sec-map-objects\nmodule.exports = require('../internals/collection')('Map', function (get) {\n return function Map() { return get(this, arguments.length > 0 ? arguments[0] : undefined); };\n}, require('../internals/collection-strong'), true);\n","var log1p = require('../internals/math-log1p');\nvar nativeAcosh = Math.acosh;\nvar log = Math.log;\nvar sqrt = Math.sqrt;\nvar LN2 = Math.LN2;\n\nvar FORCED = !nativeAcosh\n // V8 bug: https://code.google.com/p/v8/issues/detail?id=3509\n || Math.floor(nativeAcosh(Number.MAX_VALUE)) != 710\n // Tor Browser bug: Math.acosh(Infinity) -> NaN\n || nativeAcosh(Infinity) != Infinity;\n\n// `Math.acosh` method\n// https://tc39.github.io/ecma262/#sec-math.acosh\nrequire('../internals/export')({ target: 'Math', stat: true, forced: FORCED }, {\n acosh: function acosh(x) {\n return (x = +x) < 1 ? NaN : x > 94906265.62425156\n ? log(x) + LN2\n : log1p(x - 1 + sqrt(x - 1) * sqrt(x + 1));\n }\n});\n","var nativeAsinh = Math.asinh;\nvar log = Math.log;\nvar sqrt = Math.sqrt;\n\nfunction asinh(x) {\n return !isFinite(x = +x) || x == 0 ? x : x < 0 ? -asinh(-x) : log(x + sqrt(x * x + 1));\n}\n\n// `Math.asinh` method\n// https://tc39.github.io/ecma262/#sec-math.asinh\n// Tor Browser bug: Math.asinh(0) -> -0\nrequire('../internals/export')({ target: 'Math', stat: true, forced: !(nativeAsinh && 1 / nativeAsinh(0) > 0) }, {\n asinh: asinh\n});\n","var nativeAtanh = Math.atanh;\nvar log = Math.log;\n\n// `Math.atanh` method\n// https://tc39.github.io/ecma262/#sec-math.atanh\n// Tor Browser bug: Math.atanh(-0) -> 0\nrequire('../internals/export')({ target: 'Math', stat: true, forced: !(nativeAtanh && 1 / nativeAtanh(-0) < 0) }, {\n atanh: function atanh(x) {\n return (x = +x) == 0 ? x : log((1 + x) / (1 - x)) / 2;\n }\n});\n","var sign = require('../internals/math-sign');\nvar abs = Math.abs;\nvar pow = Math.pow;\n\n// `Math.cbrt` method\n// https://tc39.github.io/ecma262/#sec-math.cbrt\nrequire('../internals/export')({ target: 'Math', stat: true }, {\n cbrt: function cbrt(x) {\n return sign(x = +x) * pow(abs(x), 1 / 3);\n }\n});\n","var floor = Math.floor;\nvar log = Math.log;\nvar LOG2E = Math.LOG2E;\n\n// `Math.clz32` method\n// https://tc39.github.io/ecma262/#sec-math.clz32\nrequire('../internals/export')({ target: 'Math', stat: true }, {\n clz32: function clz32(x) {\n return (x >>>= 0) ? 31 - floor(log(x + 0.5) * LOG2E) : 32;\n }\n});\n","var expm1 = require('../internals/math-expm1');\nvar nativeCosh = Math.cosh;\nvar abs = Math.abs;\nvar E = Math.E;\n\n// `Math.cosh` method\n// https://tc39.github.io/ecma262/#sec-math.cosh\nrequire('../internals/export')({ target: 'Math', stat: true, forced: !nativeCosh || nativeCosh(710) === Infinity }, {\n cosh: function cosh(x) {\n var t = expm1(abs(x) - 1) + 1;\n return (t + 1 / (t * E * E)) * (E / 2);\n }\n});\n","var expm1Implementation = require('../internals/math-expm1');\n\n// `Math.expm1` method\n// https://tc39.github.io/ecma262/#sec-math.expm1\nrequire('../internals/export')({ target: 'Math', stat: true, forced: expm1Implementation != Math.expm1 }, {\n expm1: expm1Implementation\n});\n","// `Math.fround` method\n// https://tc39.github.io/ecma262/#sec-math.fround\nrequire('../internals/export')({ target: 'Math', stat: true }, { fround: require('../internals/math-fround') });\n","var abs = Math.abs;\nvar sqrt = Math.sqrt;\n\n// `Math.hypot` method\n// https://tc39.github.io/ecma262/#sec-math.hypot\nrequire('../internals/export')({ target: 'Math', stat: true }, {\n hypot: function hypot(value1, value2) { // eslint-disable-line no-unused-vars\n var sum = 0;\n var i = 0;\n var aLen = arguments.length;\n var larg = 0;\n var arg, div;\n while (i < aLen) {\n arg = abs(arguments[i++]);\n if (larg < arg) {\n div = larg / arg;\n sum = sum * div * div + 1;\n larg = arg;\n } else if (arg > 0) {\n div = arg / larg;\n sum += div * div;\n } else sum += arg;\n }\n return larg === Infinity ? Infinity : larg * sqrt(sum);\n }\n});\n","var nativeImul = Math.imul;\n\nvar FORCED = require('../internals/fails')(function () {\n return nativeImul(0xFFFFFFFF, 5) != -5 || nativeImul.length != 2;\n});\n\n// `Math.imul` method\n// https://tc39.github.io/ecma262/#sec-math.imul\n// some WebKit versions fails with big numbers, some has wrong arity\nrequire('../internals/export')({ target: 'Math', stat: true, forced: FORCED }, {\n imul: function imul(x, y) {\n var UINT16 = 0xFFFF;\n var xn = +x;\n var yn = +y;\n var xl = UINT16 & xn;\n var yl = UINT16 & yn;\n return 0 | xl * yl + ((UINT16 & xn >>> 16) * yl + xl * (UINT16 & yn >>> 16) << 16 >>> 0);\n }\n});\n","var log = Math.log;\nvar LOG10E = Math.LOG10E;\n\n// `Math.log10` method\n// https://tc39.github.io/ecma262/#sec-math.log10\nrequire('../internals/export')({ target: 'Math', stat: true }, {\n log10: function log10(x) {\n return log(x) * LOG10E;\n }\n});\n","// `Math.log1p` method\n// https://tc39.github.io/ecma262/#sec-math.log1p\nrequire('../internals/export')({ target: 'Math', stat: true }, { log1p: require('../internals/math-log1p') });\n","var log = Math.log;\nvar LN2 = Math.LN2;\n\n// `Math.log2` method\n// https://tc39.github.io/ecma262/#sec-math.log2\nrequire('../internals/export')({ target: 'Math', stat: true }, {\n log2: function log2(x) {\n return log(x) / LN2;\n }\n});\n","// `Math.sign` method\n// https://tc39.github.io/ecma262/#sec-math.sign\nrequire('../internals/export')({ target: 'Math', stat: true }, { sign: require('../internals/math-sign') });\n","var expm1 = require('../internals/math-expm1');\nvar abs = Math.abs;\nvar exp = Math.exp;\nvar E = Math.E;\n\nvar FORCED = require('../internals/fails')(function () {\n return Math.sinh(-2e-17) != -2e-17;\n});\n\n// `Math.sinh` method\n// https://tc39.github.io/ecma262/#sec-math.sinh\n// V8 near Chromium 38 has a problem with very small numbers\nrequire('../internals/export')({ target: 'Math', stat: true, forced: FORCED }, {\n sinh: function sinh(x) {\n return abs(x = +x) < 1 ? (expm1(x) - expm1(-x)) / 2 : (exp(x - 1) - exp(-x - 1)) * (E / 2);\n }\n});\n","var expm1 = require('../internals/math-expm1');\nvar exp = Math.exp;\n\n// `Math.tanh` method\n// https://tc39.github.io/ecma262/#sec-math.tanh\nrequire('../internals/export')({ target: 'Math', stat: true }, {\n tanh: function tanh(x) {\n var a = expm1(x = +x);\n var b = expm1(-x);\n return a == Infinity ? 1 : b == Infinity ? -1 : (a - b) / (exp(x) + exp(-x));\n }\n});\n","// Math[@@toStringTag] property\n// https://tc39.github.io/ecma262/#sec-math-@@tostringtag\nrequire('../internals/set-to-string-tag')(Math, 'Math', true);\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `Math.trunc` method\n// https://tc39.github.io/ecma262/#sec-math.trunc\nrequire('../internals/export')({ target: 'Math', stat: true }, {\n trunc: function trunc(it) {\n return (it > 0 ? floor : ceil)(it);\n }\n});\n","'use strict';\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar has = require('../internals/has');\nvar classof = require('../internals/classof-raw');\nvar inheritIfRequired = require('../internals/inherit-if-required');\nvar toPrimitive = require('../internals/to-primitive');\nvar fails = require('../internals/fails');\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar defineProperty = require('../internals/object-define-property').f;\nvar internalStringTrim = require('../internals/string-trim');\nvar NUMBER = 'Number';\nvar NativeNumber = global[NUMBER];\nvar NumberPrototype = NativeNumber.prototype;\n\n// Opera ~12 has broken Object#toString\nvar BROKEN_CLASSOF = classof(require('../internals/object-create')(NumberPrototype)) == NUMBER;\nvar NATIVE_TRIM = 'trim' in String.prototype;\n\n// `ToNumber` abstract operation\n// https://tc39.github.io/ecma262/#sec-tonumber\nvar toNumber = function (argument) {\n var it = toPrimitive(argument, false);\n var first, third, radix, maxCode, digits, length, i, code;\n if (typeof it == 'string' && it.length > 2) {\n it = NATIVE_TRIM ? it.trim() : internalStringTrim(it, 3);\n first = it.charCodeAt(0);\n if (first === 43 || first === 45) {\n third = it.charCodeAt(2);\n if (third === 88 || third === 120) return NaN; // Number('+0x1') should be NaN, old V8 fix\n } else if (first === 48) {\n switch (it.charCodeAt(1)) {\n case 66: case 98: radix = 2; maxCode = 49; break; // fast equal of /^0b[01]+$/i\n case 79: case 111: radix = 8; maxCode = 55; break; // fast equal of /^0o[0-7]+$/i\n default: return +it;\n }\n digits = it.slice(2);\n length = digits.length;\n for (i = 0; i < length; i++) {\n code = digits.charCodeAt(i);\n // parseInt parses a string to a first unavailable symbol\n // but ToNumber should return NaN if a string contains unavailable symbols\n if (code < 48 || code > maxCode) return NaN;\n } return parseInt(digits, radix);\n }\n } return +it;\n};\n\n// `Number` constructor\n// https://tc39.github.io/ecma262/#sec-number-constructor\nif (isForced(NUMBER, !NativeNumber(' 0o1') || !NativeNumber('0b1') || NativeNumber('+0x1'))) {\n var NumberWrapper = function Number(value) {\n var it = arguments.length < 1 ? 0 : value;\n var that = this;\n return that instanceof NumberWrapper\n // check on 1..constructor(foo) case\n && (BROKEN_CLASSOF ? fails(function () { NumberPrototype.valueOf.call(that); }) : classof(that) != NUMBER)\n ? inheritIfRequired(new NativeNumber(toNumber(it)), that, NumberWrapper) : toNumber(it);\n };\n for (var keys = require('../internals/descriptors') ? getOwnPropertyNames(NativeNumber) : (\n // ES3:\n 'MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,' +\n // ES2015 (in case, if modules with ES2015 Number statics required before):\n 'EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,' +\n 'MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger'\n ).split(','), j = 0, key; keys.length > j; j++) {\n if (has(NativeNumber, key = keys[j]) && !has(NumberWrapper, key)) {\n defineProperty(NumberWrapper, key, getOwnPropertyDescriptor(NativeNumber, key));\n }\n }\n NumberWrapper.prototype = NumberPrototype;\n NumberPrototype.constructor = NumberWrapper;\n require('../internals/redefine')(global, NUMBER, NumberWrapper);\n}\n","// `Number.EPSILON` constant\n// https://tc39.github.io/ecma262/#sec-number.epsilon\nrequire('../internals/export')({ target: 'Number', stat: true }, { EPSILON: Math.pow(2, -52) });\n","// `Number.isFinite` method\n// https://tc39.github.io/ecma262/#sec-number.isfinite\nrequire('../internals/export')({ target: 'Number', stat: true }, {\n isFinite: require('../internals/number-is-finite')\n});\n","// `Number.isInteger` method\n// https://tc39.github.io/ecma262/#sec-number.isinteger\nrequire('../internals/export')({ target: 'Number', stat: true }, {\n isInteger: require('../internals/is-integer')\n});\n","// `Number.isNaN` method\n// https://tc39.github.io/ecma262/#sec-number.isnan\nrequire('../internals/export')({ target: 'Number', stat: true }, {\n isNaN: function isNaN(number) {\n // eslint-disable-next-line no-self-compare\n return number != number;\n }\n});\n","var isInteger = require('../internals/is-integer');\nvar abs = Math.abs;\n\n// `Number.isSafeInteger` method\n// https://tc39.github.io/ecma262/#sec-number.issafeinteger\nrequire('../internals/export')({ target: 'Number', stat: true }, {\n isSafeInteger: function isSafeInteger(number) {\n return isInteger(number) && abs(number) <= 0x1FFFFFFFFFFFFF;\n }\n});\n","// `Number.MAX_SAFE_INTEGER` constant\n// https://tc39.github.io/ecma262/#sec-number.max_safe_integer\nrequire('../internals/export')({ target: 'Number', stat: true }, { MAX_SAFE_INTEGER: 0x1FFFFFFFFFFFFF });\n","// `Number.MIN_SAFE_INTEGER` constant\n// https://tc39.github.io/ecma262/#sec-number.min_safe_integer\nrequire('../internals/export')({ target: 'Number', stat: true }, { MIN_SAFE_INTEGER: -0x1FFFFFFFFFFFFF });\n","var parseFloat = require('../internals/parse-float');\n\n// `Number.parseFloat` method\n// https://tc39.github.io/ecma262/#sec-number.parseFloat\nrequire('../internals/export')({ target: 'Number', stat: true, forced: Number.parseFloat != parseFloat }, {\n parseFloat: parseFloat\n});\n","var parseInt = require('../internals/parse-int');\n\n// `Number.parseInt` method\n// https://tc39.github.io/ecma262/#sec-number.parseint\nrequire('../internals/export')({ target: 'Number', stat: true, forced: Number.parseInt != parseInt }, {\n parseInt: parseInt\n});\n","'use strict';\nvar toInteger = require('../internals/to-integer');\nvar thisNumberValue = require('../internals/this-number-value');\nvar repeat = require('../internals/string-repeat');\nvar nativeToFixed = 1.0.toFixed;\nvar floor = Math.floor;\nvar data = [0, 0, 0, 0, 0, 0];\n\nvar multiply = function (n, c) {\n var i = -1;\n var c2 = c;\n while (++i < 6) {\n c2 += n * data[i];\n data[i] = c2 % 1e7;\n c2 = floor(c2 / 1e7);\n }\n};\n\nvar divide = function (n) {\n var i = 6;\n var c = 0;\n while (--i >= 0) {\n c += data[i];\n data[i] = floor(c / n);\n c = (c % n) * 1e7;\n }\n};\n\nvar numToString = function () {\n var i = 6;\n var s = '';\n while (--i >= 0) {\n if (s !== '' || i === 0 || data[i] !== 0) {\n var t = String(data[i]);\n s = s === '' ? t : s + repeat.call('0', 7 - t.length) + t;\n }\n } return s;\n};\n\nvar pow = function (x, n, acc) {\n return n === 0 ? acc : n % 2 === 1 ? pow(x, n - 1, acc * x) : pow(x * x, n / 2, acc);\n};\n\nvar log = function (x) {\n var n = 0;\n var x2 = x;\n while (x2 >= 4096) {\n n += 12;\n x2 /= 4096;\n }\n while (x2 >= 2) {\n n += 1;\n x2 /= 2;\n } return n;\n};\n\n// `Number.prototype.toFixed` method\n// https://tc39.github.io/ecma262/#sec-number.prototype.tofixed\nrequire('../internals/export')({ target: 'Number', proto: true, forced: nativeToFixed && (\n 0.00008.toFixed(3) !== '0.000' ||\n 0.9.toFixed(0) !== '1' ||\n 1.255.toFixed(2) !== '1.25' ||\n 1000000000000000128.0.toFixed(0) !== '1000000000000000128'\n) || !require('../internals/fails')(function () {\n // V8 ~ Android 4.3-\n nativeToFixed.call({});\n}) }, {\n toFixed: function toFixed(fractionDigits) {\n var x = thisNumberValue(this);\n var f = toInteger(fractionDigits);\n var s = '';\n var m = '0';\n var e, z, j, k;\n if (f < 0 || f > 20) throw RangeError('Incorrect fraction digits');\n // eslint-disable-next-line no-self-compare\n if (x != x) return 'NaN';\n if (x <= -1e21 || x >= 1e21) return String(x);\n if (x < 0) {\n s = '-';\n x = -x;\n }\n if (x > 1e-21) {\n e = log(x * pow(2, 69, 1)) - 69;\n z = e < 0 ? x * pow(2, -e, 1) : x / pow(2, e, 1);\n z *= 0x10000000000000;\n e = 52 - e;\n if (e > 0) {\n multiply(0, z);\n j = f;\n while (j >= 7) {\n multiply(1e7, 0);\n j -= 7;\n }\n multiply(pow(10, j, 1), 0);\n j = e - 1;\n while (j >= 23) {\n divide(1 << 23);\n j -= 23;\n }\n divide(1 << j);\n multiply(1, 1);\n divide(2);\n m = numToString();\n } else {\n multiply(0, z);\n multiply(1 << -e, 0);\n m = numToString() + repeat.call('0', f);\n }\n }\n if (f > 0) {\n k = m.length;\n m = s + (k <= f ? '0.' + repeat.call('0', f - k) + m : m.slice(0, k - f) + '.' + m.slice(k - f));\n } else {\n m = s + m;\n } return m;\n }\n});\n","'use strict';\nvar fails = require('../internals/fails');\nvar thisNumberValue = require('../internals/this-number-value');\nvar nativeToPrecision = 1.0.toPrecision;\n\n// `Number.prototype.toPrecision` method\n// https://tc39.github.io/ecma262/#sec-number.prototype.toprecision\nrequire('../internals/export')({ target: 'Number', proto: true, forced: fails(function () {\n // IE7-\n return nativeToPrecision.call(1, undefined) !== '1';\n}) || !fails(function () {\n // V8 ~ Android 4.3-\n nativeToPrecision.call({});\n}) }, {\n toPrecision: function toPrecision(precision) {\n return precision === undefined\n ? nativeToPrecision.call(thisNumberValue(this))\n : nativeToPrecision.call(thisNumberValue(this), precision);\n }\n});\n","var assign = require('../internals/object-assign');\n\n// `Object.assign` method\n// https://tc39.github.io/ecma262/#sec-object.assign\nrequire('../internals/export')({ target: 'Object', stat: true, forced: Object.assign !== assign }, { assign: assign });\n","// `Object.create` method\n// https://tc39.github.io/ecma262/#sec-object.create\nrequire('../internals/export')({\n target: 'Object', stat: true, sham: !require('../internals/descriptors')\n}, { create: require('../internals/object-create') });\n","var DESCRIPTORS = require('../internals/descriptors');\n\n// `Object.defineProperties` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperties\nrequire('../internals/export')({ target: 'Object', stat: true, forced: !DESCRIPTORS, sham: !DESCRIPTORS }, {\n defineProperties: require('../internals/object-define-properties')\n});\n","var DESCRIPTORS = require('../internals/descriptors');\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\nrequire('../internals/export')({ target: 'Object', stat: true, forced: !DESCRIPTORS, sham: !DESCRIPTORS }, {\n defineProperty: require('../internals/object-define-property').f\n});\n","var isObject = require('../internals/is-object');\nvar onFreeze = require('../internals/internal-metadata').onFreeze;\nvar nativeFreeze = Object.freeze;\nvar FREEZING = require('../internals/freezing');\nvar FAILS_ON_PRIMITIVES = require('../internals/fails')(function () { nativeFreeze(1); });\n\n// `Object.freeze` method\n// https://tc39.github.io/ecma262/#sec-object.freeze\nrequire('../internals/export')({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, {\n freeze: function freeze(it) {\n return nativeFreeze && isObject(it) ? nativeFreeze(onFreeze(it)) : it;\n }\n});\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar nativeGetOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar DESCRIPTORS = require('../internals/descriptors');\nvar FAILS_ON_PRIMITIVES = require('../internals/fails')(function () { nativeGetOwnPropertyDescriptor(1); });\nvar FORCED = !DESCRIPTORS || FAILS_ON_PRIMITIVES;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\nrequire('../internals/export')({ target: 'Object', stat: true, forced: FORCED, sham: !DESCRIPTORS }, {\n getOwnPropertyDescriptor: function getOwnPropertyDescriptor(it, key) {\n return nativeGetOwnPropertyDescriptor(toIndexedObject(it), key);\n }\n});\n","var nativeGetOwnPropertyNames = require('../internals/object-get-own-property-names-external').f;\nvar FAILS_ON_PRIMITIVES = require('../internals/fails')(function () { Object.getOwnPropertyNames(1); });\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\nrequire('../internals/export')({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {\n getOwnPropertyNames: nativeGetOwnPropertyNames\n});\n","var toObject = require('../internals/to-object');\nvar nativeGetPrototypeOf = require('../internals/object-get-prototype-of');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\nvar FAILS_ON_PRIMITIVES = require('../internals/fails')(function () { nativeGetPrototypeOf(1); });\n\n// `Object.getPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-object.getprototypeof\nrequire('../internals/export')({\n target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !CORRECT_PROTOTYPE_GETTER\n}, {\n getPrototypeOf: function getPrototypeOf(it) {\n return nativeGetPrototypeOf(toObject(it));\n }\n});\n\n","var isObject = require('../internals/is-object');\nvar nativeIsExtensible = Object.isExtensible;\nvar FAILS_ON_PRIMITIVES = require('../internals/fails')(function () { nativeIsExtensible(1); });\n\n// `Object.isExtensible` method\n// https://tc39.github.io/ecma262/#sec-object.isextensible\nrequire('../internals/export')({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {\n isExtensible: function isExtensible(it) {\n return isObject(it) ? nativeIsExtensible ? nativeIsExtensible(it) : true : false;\n }\n});\n","var isObject = require('../internals/is-object');\nvar nativeIsFrozen = Object.isFrozen;\nvar FAILS_ON_PRIMITIVES = require('../internals/fails')(function () { nativeIsFrozen(1); });\n\n// `Object.isFrozen` method\n// https://tc39.github.io/ecma262/#sec-object.isfrozen\nrequire('../internals/export')({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {\n isFrozen: function isFrozen(it) {\n return isObject(it) ? nativeIsFrozen ? nativeIsFrozen(it) : false : true;\n }\n});\n","var isObject = require('../internals/is-object');\nvar nativeIsSealed = Object.isSealed;\nvar FAILS_ON_PRIMITIVES = require('../internals/fails')(function () { nativeIsSealed(1); });\n\n// `Object.isSealed` method\n// https://tc39.github.io/ecma262/#sec-object.issealed\nrequire('../internals/export')({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {\n isSealed: function isSealed(it) {\n return isObject(it) ? nativeIsSealed ? nativeIsSealed(it) : false : true;\n }\n});\n","// `Object.is` method\n// https://tc39.github.io/ecma262/#sec-object.is\nrequire('../internals/export')({ target: 'Object', stat: true }, { is: require('../internals/same-value') });\n","var toObject = require('../internals/to-object');\nvar nativeKeys = require('../internals/object-keys');\nvar FAILS_ON_PRIMITIVES = require('../internals/fails')(function () { nativeKeys(1); });\n\n// `Object.keys` method\n// https://tc39.github.io/ecma262/#sec-object.keys\nrequire('../internals/export')({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {\n keys: function keys(it) {\n return nativeKeys(toObject(it));\n }\n});\n","var isObject = require('../internals/is-object');\nvar onFreeze = require('../internals/internal-metadata').onFreeze;\nvar nativePreventExtensions = Object.preventExtensions;\nvar FREEZING = require('../internals/freezing');\nvar FAILS_ON_PRIMITIVES = require('../internals/fails')(function () { nativePreventExtensions(1); });\n\n// `Object.preventExtensions` method\n// https://tc39.github.io/ecma262/#sec-object.preventextensions\nrequire('../internals/export')({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, {\n preventExtensions: function preventExtensions(it) {\n return nativePreventExtensions && isObject(it) ? nativePreventExtensions(onFreeze(it)) : it;\n }\n});\n","var isObject = require('../internals/is-object');\nvar onFreeze = require('../internals/internal-metadata').onFreeze;\nvar nativeSeal = Object.seal;\nvar FREEZING = require('../internals/freezing');\nvar FAILS_ON_PRIMITIVES = require('../internals/fails')(function () { nativeSeal(1); });\n\n// `Object.seal` method\n// https://tc39.github.io/ecma262/#sec-object.seal\nrequire('../internals/export')({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, {\n seal: function seal(it) {\n return nativeSeal && isObject(it) ? nativeSeal(onFreeze(it)) : it;\n }\n});\n","// `Object.setPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-object.setprototypeof\nrequire('../internals/export')({ target: 'Object', stat: true }, {\n setPrototypeOf: require('../internals/object-set-prototype-of')\n});\n","var toString = require('../internals/object-to-string');\nvar ObjectPrototype = Object.prototype;\n\n// `Object.prototype.toString` method\n// https://tc39.github.io/ecma262/#sec-object.prototype.tostring\nif (toString !== ObjectPrototype.toString) {\n require('../internals/redefine')(ObjectPrototype, 'toString', toString, { unsafe: true });\n}\n","var parseFloatImplementation = require('../internals/parse-float');\n\n// `parseFloat` method\n// https://tc39.github.io/ecma262/#sec-parsefloat-string\nrequire('../internals/export')({ global: true, forced: parseFloat != parseFloatImplementation }, {\n parseFloat: parseFloatImplementation\n});\n","var parseIntImplementation = require('../internals/parse-int');\n\n// `parseInt` method\n// https://tc39.github.io/ecma262/#sec-parseint-string-radix\nrequire('../internals/export')({ global: true, forced: parseInt != parseIntImplementation }, {\n parseInt: parseIntImplementation\n});\n","'use strict';\nvar PROMISE = 'Promise';\nvar IS_PURE = require('../internals/is-pure');\nvar global = require('../internals/global');\nvar $export = require('../internals/export');\nvar isObject = require('../internals/is-object');\nvar aFunction = require('../internals/a-function');\nvar anInstance = require('../internals/an-instance');\nvar classof = require('../internals/classof-raw');\nvar iterate = require('../internals/iterate');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\nvar speciesConstructor = require('../internals/species-constructor');\nvar task = require('../internals/task').set;\nvar microtask = require('../internals/microtask');\nvar promiseResolve = require('../internals/promise-resolve');\nvar hostReportErrors = require('../internals/host-report-errors');\nvar newPromiseCapabilityModule = require('../internals/new-promise-capability');\nvar perform = require('../internals/perform');\nvar userAgent = require('../internals/user-agent');\nvar SPECIES = require('../internals/well-known-symbol')('species');\nvar InternalStateModule = require('../internals/internal-state');\nvar isForced = require('../internals/is-forced');\nvar getInternalState = InternalStateModule.get;\nvar setInternalState = InternalStateModule.set;\nvar getInternalPromiseState = InternalStateModule.getterFor(PROMISE);\nvar PromiseConstructor = global[PROMISE];\nvar TypeError = global.TypeError;\nvar document = global.document;\nvar process = global.process;\nvar $fetch = global.fetch;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8 || '';\nvar newPromiseCapability = newPromiseCapabilityModule.f;\nvar newGenericPromiseCapability = newPromiseCapability;\nvar IS_NODE = classof(process) == 'process';\nvar DISPATCH_EVENT = !!(document && document.createEvent && global.dispatchEvent);\nvar UNHANDLED_REJECTION = 'unhandledrejection';\nvar REJECTION_HANDLED = 'rejectionhandled';\nvar PENDING = 0;\nvar FULFILLED = 1;\nvar REJECTED = 2;\nvar HANDLED = 1;\nvar UNHANDLED = 2;\nvar Internal, OwnPromiseCapability, PromiseWrapper;\n\nvar FORCED = isForced(PROMISE, function () {\n // correct subclassing with @@species support\n var promise = PromiseConstructor.resolve(1);\n var empty = function () { /* empty */ };\n var FakePromise = (promise.constructor = {})[SPECIES] = function (exec) {\n exec(empty, empty);\n };\n // unhandled rejections tracking support, NodeJS Promise without it fails @@species test\n return !((IS_NODE || typeof PromiseRejectionEvent == 'function')\n && (!IS_PURE || promise['finally'])\n && promise.then(empty) instanceof FakePromise\n // v8 6.6 (Node 10 and Chrome 66) have a bug with resolving custom thenables\n // https://bugs.chromium.org/p/chromium/issues/detail?id=830565\n // we can't detect it synchronously, so just check versions\n && v8.indexOf('6.6') !== 0\n && userAgent.indexOf('Chrome/66') === -1);\n});\n\nvar INCORRECT_ITERATION = FORCED || !checkCorrectnessOfIteration(function (iterable) {\n PromiseConstructor.all(iterable)['catch'](function () { /* empty */ });\n});\n\n// helpers\nvar isThenable = function (it) {\n var then;\n return isObject(it) && typeof (then = it.then) == 'function' ? then : false;\n};\n\nvar notify = function (promise, state, isReject) {\n if (state.notified) return;\n state.notified = true;\n var chain = state.reactions;\n microtask(function () {\n var value = state.value;\n var ok = state.state == FULFILLED;\n var i = 0;\n var run = function (reaction) {\n var handler = ok ? reaction.ok : reaction.fail;\n var resolve = reaction.resolve;\n var reject = reaction.reject;\n var domain = reaction.domain;\n var result, then, exited;\n try {\n if (handler) {\n if (!ok) {\n if (state.rejection === UNHANDLED) onHandleUnhandled(promise, state);\n state.rejection = HANDLED;\n }\n if (handler === true) result = value;\n else {\n if (domain) domain.enter();\n result = handler(value); // may throw\n if (domain) {\n domain.exit();\n exited = true;\n }\n }\n if (result === reaction.promise) {\n reject(TypeError('Promise-chain cycle'));\n } else if (then = isThenable(result)) {\n then.call(result, resolve, reject);\n } else resolve(result);\n } else reject(value);\n } catch (error) {\n if (domain && !exited) domain.exit();\n reject(error);\n }\n };\n while (chain.length > i) run(chain[i++]); // variable length - can't use forEach\n state.reactions = [];\n state.notified = false;\n if (isReject && !state.rejection) onUnhandled(promise, state);\n });\n};\n\nvar dispatchEvent = function (name, promise, reason) {\n var event, handler;\n if (DISPATCH_EVENT) {\n event = document.createEvent('Event');\n event.promise = promise;\n event.reason = reason;\n event.initEvent(name, false, true);\n global.dispatchEvent(event);\n } else event = { promise: promise, reason: reason };\n if (handler = global['on' + name]) handler(event);\n else if (name === UNHANDLED_REJECTION) hostReportErrors('Unhandled promise rejection', reason);\n};\n\nvar onUnhandled = function (promise, state) {\n task.call(global, function () {\n var value = state.value;\n var IS_UNHANDLED = isUnhandled(state);\n var result;\n if (IS_UNHANDLED) {\n result = perform(function () {\n if (IS_NODE) {\n process.emit('unhandledRejection', value, promise);\n } else dispatchEvent(UNHANDLED_REJECTION, promise, value);\n });\n // Browsers should not trigger `rejectionHandled` event if it was handled here, NodeJS - should\n state.rejection = IS_NODE || isUnhandled(state) ? UNHANDLED : HANDLED;\n if (result.error) throw result.value;\n }\n });\n};\n\nvar isUnhandled = function (state) {\n return state.rejection !== HANDLED && !state.parent;\n};\n\nvar onHandleUnhandled = function (promise, state) {\n task.call(global, function () {\n if (IS_NODE) {\n process.emit('rejectionHandled', promise);\n } else dispatchEvent(REJECTION_HANDLED, promise, state.value);\n });\n};\n\nvar bind = function (fn, promise, state, unwrap) {\n return function (value) {\n fn(promise, state, value, unwrap);\n };\n};\n\nvar internalReject = function (promise, state, value, unwrap) {\n if (state.done) return;\n state.done = true;\n if (unwrap) state = unwrap;\n state.value = value;\n state.state = REJECTED;\n notify(promise, state, true);\n};\n\nvar internalResolve = function (promise, state, value, unwrap) {\n if (state.done) return;\n state.done = true;\n if (unwrap) state = unwrap;\n try {\n if (promise === value) throw TypeError(\"Promise can't be resolved itself\");\n var then = isThenable(value);\n if (then) {\n microtask(function () {\n var wrapper = { done: false };\n try {\n then.call(value,\n bind(internalResolve, promise, wrapper, state),\n bind(internalReject, promise, wrapper, state)\n );\n } catch (error) {\n internalReject(promise, wrapper, error, state);\n }\n });\n } else {\n state.value = value;\n state.state = FULFILLED;\n notify(promise, state, false);\n }\n } catch (error) {\n internalReject(promise, { done: false }, error, state);\n }\n};\n\n// constructor polyfill\nif (FORCED) {\n // 25.4.3.1 Promise(executor)\n PromiseConstructor = function Promise(executor) {\n anInstance(this, PromiseConstructor, PROMISE);\n aFunction(executor);\n Internal.call(this);\n var state = getInternalState(this);\n try {\n executor(bind(internalResolve, this, state), bind(internalReject, this, state));\n } catch (error) {\n internalReject(this, state, error);\n }\n };\n // eslint-disable-next-line no-unused-vars\n Internal = function Promise(executor) {\n setInternalState(this, {\n type: PROMISE,\n done: false,\n notified: false,\n parent: false,\n reactions: [],\n rejection: false,\n state: PENDING,\n value: undefined\n });\n };\n Internal.prototype = require('../internals/redefine-all')(PromiseConstructor.prototype, {\n // `Promise.prototype.then` method\n // https://tc39.github.io/ecma262/#sec-promise.prototype.then\n then: function then(onFulfilled, onRejected) {\n var state = getInternalPromiseState(this);\n var reaction = newPromiseCapability(speciesConstructor(this, PromiseConstructor));\n reaction.ok = typeof onFulfilled == 'function' ? onFulfilled : true;\n reaction.fail = typeof onRejected == 'function' && onRejected;\n reaction.domain = IS_NODE ? process.domain : undefined;\n state.parent = true;\n state.reactions.push(reaction);\n if (state.state != PENDING) notify(this, state, false);\n return reaction.promise;\n },\n // `Promise.prototype.catch` method\n // https://tc39.github.io/ecma262/#sec-promise.prototype.catch\n 'catch': function (onRejected) {\n return this.then(undefined, onRejected);\n }\n });\n OwnPromiseCapability = function () {\n var promise = new Internal();\n var state = getInternalState(promise);\n this.promise = promise;\n this.resolve = bind(internalResolve, promise, state);\n this.reject = bind(internalReject, promise, state);\n };\n newPromiseCapabilityModule.f = newPromiseCapability = function (C) {\n return C === PromiseConstructor || C === PromiseWrapper\n ? new OwnPromiseCapability(C)\n : newGenericPromiseCapability(C);\n };\n\n // wrap fetch result\n if (!IS_PURE && typeof $fetch == 'function') $export({ global: true, enumerable: true, forced: true }, {\n // eslint-disable-next-line no-unused-vars\n fetch: function fetch(input) {\n return promiseResolve(PromiseConstructor, $fetch.apply(global, arguments));\n }\n });\n}\n\n$export({ global: true, wrap: true, forced: FORCED }, { Promise: PromiseConstructor });\n\nrequire('../internals/set-to-string-tag')(PromiseConstructor, PROMISE, false, true);\nrequire('../internals/set-species')(PROMISE);\n\nPromiseWrapper = require('../internals/path')[PROMISE];\n\n// statics\n$export({ target: PROMISE, stat: true, forced: FORCED }, {\n // `Promise.reject` method\n // https://tc39.github.io/ecma262/#sec-promise.reject\n reject: function reject(r) {\n var capability = newPromiseCapability(this);\n capability.reject.call(undefined, r);\n return capability.promise;\n }\n});\n\n$export({ target: PROMISE, stat: true, forced: IS_PURE || FORCED }, {\n // `Promise.resolve` method\n // https://tc39.github.io/ecma262/#sec-promise.resolve\n resolve: function resolve(x) {\n return promiseResolve(IS_PURE && this === PromiseWrapper ? PromiseConstructor : this, x);\n }\n});\n\n$export({ target: PROMISE, stat: true, forced: INCORRECT_ITERATION }, {\n // `Promise.all` method\n // https://tc39.github.io/ecma262/#sec-promise.all\n all: function all(iterable) {\n var C = this;\n var capability = newPromiseCapability(C);\n var resolve = capability.resolve;\n var reject = capability.reject;\n var result = perform(function () {\n var values = [];\n var counter = 0;\n var remaining = 1;\n iterate(iterable, function (promise) {\n var index = counter++;\n var alreadyCalled = false;\n values.push(undefined);\n remaining++;\n C.resolve(promise).then(function (value) {\n if (alreadyCalled) return;\n alreadyCalled = true;\n values[index] = value;\n --remaining || resolve(values);\n }, reject);\n });\n --remaining || resolve(values);\n });\n if (result.error) reject(result.value);\n return capability.promise;\n },\n // `Promise.race` method\n // https://tc39.github.io/ecma262/#sec-promise.race\n race: function race(iterable) {\n var C = this;\n var capability = newPromiseCapability(C);\n var reject = capability.reject;\n var result = perform(function () {\n iterate(iterable, function (promise) {\n C.resolve(promise).then(capability.resolve, reject);\n });\n });\n if (result.error) reject(result.value);\n return capability.promise;\n }\n});\n","var aFunction = require('../internals/a-function');\nvar anObject = require('../internals/an-object');\nvar nativeApply = (require('../internals/global').Reflect || {}).apply;\nvar functionApply = Function.apply;\n\n// MS Edge argumentsList argument is optional\nvar OPTIONAL_ARGUMENTS_LIST = !require('../internals/fails')(function () {\n nativeApply(function () { /* empty */ });\n});\n\n// `Reflect.apply` method\n// https://tc39.github.io/ecma262/#sec-reflect.apply\nrequire('../internals/export')({ target: 'Reflect', stat: true, forced: OPTIONAL_ARGUMENTS_LIST }, {\n apply: function apply(target, thisArgument, argumentsList) {\n aFunction(target);\n anObject(argumentsList);\n return nativeApply\n ? nativeApply(target, thisArgument, argumentsList)\n : functionApply.call(target, thisArgument, argumentsList);\n }\n});\n","var create = require('../internals/object-create');\nvar aFunction = require('../internals/a-function');\nvar anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\nvar fails = require('../internals/fails');\nvar bind = require('../internals/function-bind');\nvar nativeConstruct = (require('../internals/global').Reflect || {}).construct;\n\n// `Reflect.construct` method\n// https://tc39.github.io/ecma262/#sec-reflect.construct\n// MS Edge supports only 2 arguments and argumentsList argument is optional\n// FF Nightly sets third argument as `new.target`, but does not create `this` from it\nvar NEW_TARGET_BUG = fails(function () {\n function F() { /* empty */ }\n return !(nativeConstruct(function () { /* empty */ }, [], F) instanceof F);\n});\nvar ARGS_BUG = !fails(function () {\n nativeConstruct(function () { /* empty */ });\n});\nvar FORCED = NEW_TARGET_BUG || ARGS_BUG;\n\nrequire('../internals/export')({ target: 'Reflect', stat: true, forced: FORCED, sham: FORCED }, {\n construct: function construct(Target, args /* , newTarget */) {\n aFunction(Target);\n anObject(args);\n var newTarget = arguments.length < 3 ? Target : aFunction(arguments[2]);\n if (ARGS_BUG && !NEW_TARGET_BUG) return nativeConstruct(Target, args, newTarget);\n if (Target == newTarget) {\n // w/o altered newTarget, optimization for 0-4 arguments\n switch (args.length) {\n case 0: return new Target();\n case 1: return new Target(args[0]);\n case 2: return new Target(args[0], args[1]);\n case 3: return new Target(args[0], args[1], args[2]);\n case 4: return new Target(args[0], args[1], args[2], args[3]);\n }\n // w/o altered newTarget, lot of arguments case\n var $args = [null];\n $args.push.apply($args, args);\n return new (bind.apply(Target, $args))();\n }\n // with altered newTarget, not support built-in constructors\n var proto = newTarget.prototype;\n var instance = create(isObject(proto) ? proto : Object.prototype);\n var result = Function.apply.call(Target, instance, args);\n return isObject(result) ? result : instance;\n }\n});\n","var definePropertyModule = require('../internals/object-define-property');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar DESCRIPTORS = require('../internals/descriptors');\n\n// MS Edge has broken Reflect.defineProperty - throwing instead of returning false\nvar ERROR_INSTEAD_OF_FALSE = require('../internals/fails')(function () {\n // eslint-disable-next-line no-undef\n Reflect.defineProperty(definePropertyModule.f({}, 1, { value: 1 }), 1, { value: 2 });\n});\n\n// `Reflect.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-reflect.defineproperty\nrequire('../internals/export')({ target: 'Reflect', stat: true, forced: ERROR_INSTEAD_OF_FALSE, sham: !DESCRIPTORS }, {\n defineProperty: function defineProperty(target, propertyKey, attributes) {\n anObject(target);\n propertyKey = toPrimitive(propertyKey, true);\n anObject(attributes);\n try {\n definePropertyModule.f(target, propertyKey, attributes);\n return true;\n } catch (error) {\n return false;\n }\n }\n});\n","var getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar anObject = require('../internals/an-object');\n\n// `Reflect.deleteProperty` method\n// https://tc39.github.io/ecma262/#sec-reflect.deleteproperty\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n deleteProperty: function deleteProperty(target, propertyKey) {\n var descriptor = getOwnPropertyDescriptor(anObject(target), propertyKey);\n return descriptor && !descriptor.configurable ? false : delete target[propertyKey];\n }\n});\n","var getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar anObject = require('../internals/an-object');\nvar DESCRIPTORS = require('../internals/descriptors');\n\n// `Reflect.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-reflect.getownpropertydescriptor\nrequire('../internals/export')({ target: 'Reflect', stat: true, sham: !DESCRIPTORS }, {\n getOwnPropertyDescriptor: function getOwnPropertyDescriptor(target, propertyKey) {\n return getOwnPropertyDescriptorModule.f(anObject(target), propertyKey);\n }\n});\n","var objectGetPrototypeOf = require('../internals/object-get-prototype-of');\nvar anObject = require('../internals/an-object');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\n\n// `Reflect.getPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-reflect.getprototypeof\nrequire('../internals/export')({ target: 'Reflect', stat: true, sham: !CORRECT_PROTOTYPE_GETTER }, {\n getPrototypeOf: function getPrototypeOf(target) {\n return objectGetPrototypeOf(anObject(target));\n }\n});\n","var getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar has = require('../internals/has');\nvar isObject = require('../internals/is-object');\nvar anObject = require('../internals/an-object');\n\n// `Reflect.get` method\n// https://tc39.github.io/ecma262/#sec-reflect.get\nfunction get(target, propertyKey /* , receiver */) {\n var receiver = arguments.length < 3 ? target : arguments[2];\n var descriptor, prototype;\n if (anObject(target) === receiver) return target[propertyKey];\n if (descriptor = getOwnPropertyDescriptorModule.f(target, propertyKey)) return has(descriptor, 'value')\n ? descriptor.value\n : descriptor.get === undefined\n ? undefined\n : descriptor.get.call(receiver);\n if (isObject(prototype = getPrototypeOf(target))) return get(prototype, propertyKey, receiver);\n}\n\nrequire('../internals/export')({ target: 'Reflect', stat: true }, { get: get });\n","// `Reflect.has` method\n// https://tc39.github.io/ecma262/#sec-reflect.has\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n has: function has(target, propertyKey) {\n return propertyKey in target;\n }\n});\n","var anObject = require('../internals/an-object');\nvar objectIsExtensible = Object.isExtensible;\n\n// `Reflect.isExtensible` method\n// https://tc39.github.io/ecma262/#sec-reflect.isextensible\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n isExtensible: function isExtensible(target) {\n anObject(target);\n return objectIsExtensible ? objectIsExtensible(target) : true;\n }\n});\n","// `Reflect.ownKeys` method\n// https://tc39.github.io/ecma262/#sec-reflect.ownkeys\nrequire('../internals/export')({ target: 'Reflect', stat: true }, { ownKeys: require('../internals/own-keys') });\n","var getBuiltIn = require('../internals/get-built-in');\nvar anObject = require('../internals/an-object');\nvar FREEZING = require('../internals/freezing');\n\n// `Reflect.preventExtensions` method\n// https://tc39.github.io/ecma262/#sec-reflect.preventextensions\nrequire('../internals/export')({ target: 'Reflect', stat: true, sham: !FREEZING }, {\n preventExtensions: function preventExtensions(target) {\n anObject(target);\n try {\n var objectPreventExtensions = getBuiltIn('Object', 'preventExtensions');\n if (objectPreventExtensions) objectPreventExtensions(target);\n return true;\n } catch (error) {\n return false;\n }\n }\n});\n","var objectSetPrototypeOf = require('../internals/object-set-prototype-of');\nvar validateSetPrototypeOfArguments = require('../internals/validate-set-prototype-of-arguments');\n\n// `Reflect.setPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-reflect.setprototypeof\nif (objectSetPrototypeOf) require('../internals/export')({ target: 'Reflect', stat: true }, {\n setPrototypeOf: function setPrototypeOf(target, proto) {\n validateSetPrototypeOfArguments(target, proto);\n try {\n objectSetPrototypeOf(target, proto);\n return true;\n } catch (error) {\n return false;\n }\n }\n});\n","var definePropertyModule = require('../internals/object-define-property');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar has = require('../internals/has');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\n\n// `Reflect.set` method\n// https://tc39.github.io/ecma262/#sec-reflect.set\nfunction set(target, propertyKey, V /* , receiver */) {\n var receiver = arguments.length < 4 ? target : arguments[3];\n var ownDescriptor = getOwnPropertyDescriptorModule.f(anObject(target), propertyKey);\n var existingDescriptor, prototype;\n if (!ownDescriptor) {\n if (isObject(prototype = getPrototypeOf(target))) {\n return set(prototype, propertyKey, V, receiver);\n }\n ownDescriptor = createPropertyDescriptor(0);\n }\n if (has(ownDescriptor, 'value')) {\n if (ownDescriptor.writable === false || !isObject(receiver)) return false;\n if (existingDescriptor = getOwnPropertyDescriptorModule.f(receiver, propertyKey)) {\n if (existingDescriptor.get || existingDescriptor.set || existingDescriptor.writable === false) return false;\n existingDescriptor.value = V;\n definePropertyModule.f(receiver, propertyKey, existingDescriptor);\n } else definePropertyModule.f(receiver, propertyKey, createPropertyDescriptor(0, V));\n return true;\n }\n return ownDescriptor.set === undefined ? false : (ownDescriptor.set.call(receiver, V), true);\n}\n\nrequire('../internals/export')({ target: 'Reflect', stat: true }, { set: set });\n","var DESCRIPTORS = require('../internals/descriptors');\nvar MATCH = require('../internals/well-known-symbol')('match');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar inheritIfRequired = require('../internals/inherit-if-required');\nvar defineProperty = require('../internals/object-define-property').f;\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar isRegExp = require('../internals/is-regexp');\nvar getFlags = require('../internals/regexp-flags');\nvar redefine = require('../internals/redefine');\nvar fails = require('../internals/fails');\nvar NativeRegExp = global.RegExp;\nvar RegExpPrototype = NativeRegExp.prototype;\nvar re1 = /a/g;\nvar re2 = /a/g;\n\n// \"new\" should create a new object, old webkit bug\nvar CORRECT_NEW = new NativeRegExp(re1) !== re1;\n\nvar FORCED = isForced('RegExp', DESCRIPTORS && (!CORRECT_NEW || fails(function () {\n re2[MATCH] = false;\n // RegExp constructor can alter flags and IsRegExp works correct with @@match\n return NativeRegExp(re1) != re1 || NativeRegExp(re2) == re2 || NativeRegExp(re1, 'i') != '/a/i';\n})));\n\n// `RegExp` constructor\n// https://tc39.github.io/ecma262/#sec-regexp-constructor\nif (FORCED) {\n var RegExpWrapper = function RegExp(pattern, flags) {\n var thisIsRegExp = this instanceof RegExpWrapper;\n var patternIsRegExp = isRegExp(pattern);\n var flagsAreUndefined = flags === undefined;\n return !thisIsRegExp && patternIsRegExp && pattern.constructor === RegExpWrapper && flagsAreUndefined ? pattern\n : inheritIfRequired(CORRECT_NEW\n ? new NativeRegExp(patternIsRegExp && !flagsAreUndefined ? pattern.source : pattern, flags)\n : NativeRegExp((patternIsRegExp = pattern instanceof RegExpWrapper)\n ? pattern.source\n : pattern, patternIsRegExp && flagsAreUndefined ? getFlags.call(pattern) : flags)\n , thisIsRegExp ? this : RegExpPrototype, RegExpWrapper);\n };\n var proxy = function (key) {\n key in RegExpWrapper || defineProperty(RegExpWrapper, key, {\n configurable: true,\n get: function () { return NativeRegExp[key]; },\n set: function (it) { NativeRegExp[key] = it; }\n });\n };\n var keys = getOwnPropertyNames(NativeRegExp);\n var i = 0;\n while (i < keys.length) proxy(keys[i++]);\n RegExpPrototype.constructor = RegExpWrapper;\n RegExpWrapper.prototype = RegExpPrototype;\n redefine(global, 'RegExp', RegExpWrapper);\n}\n\n// https://tc39.github.io/ecma262/#sec-get-regexp-@@species\nrequire('../internals/set-species')('RegExp');\n","'use strict';\n\nvar regexpExec = require('../internals/regexp-exec');\n\nrequire('../internals/export')({ target: 'RegExp', proto: true, forced: /./.exec !== regexpExec }, {\n exec: regexpExec\n});\n","// `RegExp.prototype.flags` getter\n// https://tc39.github.io/ecma262/#sec-get-regexp.prototype.flags\nif (require('../internals/descriptors') && /./g.flags != 'g') {\n require('../internals/object-define-property').f(RegExp.prototype, 'flags', {\n configurable: true,\n get: require('../internals/regexp-flags')\n });\n}\n","'use strict';\nvar anObject = require('../internals/an-object');\nvar fails = require('../internals/fails');\nvar flags = require('../internals/regexp-flags');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar TO_STRING = 'toString';\nvar nativeToString = /./[TO_STRING];\n\nvar NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });\n// FF44- RegExp#toString has a wrong name\nvar INCORRECT_NAME = nativeToString.name != TO_STRING;\n\n// `RegExp.prototype.toString` method\n// https://tc39.github.io/ecma262/#sec-regexp.prototype.tostring\nif (NOT_GENERIC || INCORRECT_NAME) {\n require('../internals/redefine')(RegExp.prototype, TO_STRING, function toString() {\n var R = anObject(this);\n return '/'.concat(R.source, '/',\n 'flags' in R ? R.flags : !DESCRIPTORS && R instanceof RegExp ? flags.call(R) : undefined);\n }, { unsafe: true });\n}\n","'use strict';\n// `Set` constructor\n// https://tc39.github.io/ecma262/#sec-set-objects\nmodule.exports = require('../internals/collection')('Set', function (get) {\n return function Set() { return get(this, arguments.length > 0 ? arguments[0] : undefined); };\n}, require('../internals/collection-strong'));\n","'use strict';\nvar createHTML = require('../internals/create-html');\nvar FORCED = require('../internals/forced-string-html-method')('anchor');\n\n// `String.prototype.anchor` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.anchor\nrequire('../internals/export')({ target: 'String', proto: true, forced: FORCED }, {\n anchor: function anchor(name) {\n return createHTML(this, 'a', 'name', name);\n }\n});\n","'use strict';\nvar createHTML = require('../internals/create-html');\nvar FORCED = require('../internals/forced-string-html-method')('big');\n\n// `String.prototype.big` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.big\nrequire('../internals/export')({ target: 'String', proto: true, forced: FORCED }, {\n big: function big() {\n return createHTML(this, 'big', '', '');\n }\n});\n","'use strict';\nvar createHTML = require('../internals/create-html');\nvar FORCED = require('../internals/forced-string-html-method')('blink');\n\n// `String.prototype.blink` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.blink\nrequire('../internals/export')({ target: 'String', proto: true, forced: FORCED }, {\n blink: function blink() {\n return createHTML(this, 'blink', '', '');\n }\n});\n","'use strict';\nvar createHTML = require('../internals/create-html');\nvar FORCED = require('../internals/forced-string-html-method')('bold');\n\n// `String.prototype.bold` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.bold\nrequire('../internals/export')({ target: 'String', proto: true, forced: FORCED }, {\n bold: function bold() {\n return createHTML(this, 'b', '', '');\n }\n});\n","'use strict';\nvar internalCodePointAt = require('../internals/string-at');\n\n// `String.prototype.codePointAt` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.codepointat\nrequire('../internals/export')({ target: 'String', proto: true }, {\n codePointAt: function codePointAt(pos) {\n return internalCodePointAt(this, pos);\n }\n});\n","'use strict';\nvar toLength = require('../internals/to-length');\nvar validateArguments = require('../internals/validate-string-method-arguments');\nvar ENDS_WITH = 'endsWith';\nvar nativeEndsWith = ''[ENDS_WITH];\nvar min = Math.min;\n\nvar CORRECT_IS_REGEXP_LOGIC = require('../internals/correct-is-regexp-logic')(ENDS_WITH);\n\n// `String.prototype.endsWith` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.endswith\nrequire('../internals/export')({ target: 'String', proto: true, forced: !CORRECT_IS_REGEXP_LOGIC }, {\n endsWith: function endsWith(searchString /* , endPosition = @length */) {\n var that = validateArguments(this, searchString, ENDS_WITH);\n var endPosition = arguments.length > 1 ? arguments[1] : undefined;\n var len = toLength(that.length);\n var end = endPosition === undefined ? len : min(toLength(endPosition), len);\n var search = String(searchString);\n return nativeEndsWith\n ? nativeEndsWith.call(that, search, end)\n : that.slice(end - search.length, end) === search;\n }\n});\n","'use strict';\nvar createHTML = require('../internals/create-html');\nvar FORCED = require('../internals/forced-string-html-method')('fixed');\n\n// `String.prototype.fixed` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.fixed\nrequire('../internals/export')({ target: 'String', proto: true, forced: FORCED }, {\n fixed: function fixed() {\n return createHTML(this, 'tt', '', '');\n }\n});\n","'use strict';\nvar createHTML = require('../internals/create-html');\nvar FORCED = require('../internals/forced-string-html-method')('fontcolor');\n\n// `String.prototype.fontcolor` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.fontcolor\nrequire('../internals/export')({ target: 'String', proto: true, forced: FORCED }, {\n fontcolor: function fontcolor(color) {\n return createHTML(this, 'font', 'color', color);\n }\n});\n","'use strict';\nvar createHTML = require('../internals/create-html');\nvar FORCED = require('../internals/forced-string-html-method')('fontsize');\n\n// `String.prototype.fontsize` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.fontsize\nrequire('../internals/export')({ target: 'String', proto: true, forced: FORCED }, {\n fontsize: function fontsize(size) {\n return createHTML(this, 'font', 'size', size);\n }\n});\n","var toAbsoluteIndex = require('../internals/to-absolute-index');\nvar fromCharCode = String.fromCharCode;\nvar nativeFromCodePoint = String.fromCodePoint;\n\n// length should be 1, old FF problem\nvar INCORRECT_LENGTH = !!nativeFromCodePoint && nativeFromCodePoint.length != 1;\n\n// `String.fromCodePoint` method\n// https://tc39.github.io/ecma262/#sec-string.fromcodepoint\nrequire('../internals/export')({ target: 'String', stat: true, forced: INCORRECT_LENGTH }, {\n fromCodePoint: function fromCodePoint(x) { // eslint-disable-line no-unused-vars\n var elements = [];\n var length = arguments.length;\n var i = 0;\n var code;\n while (length > i) {\n code = +arguments[i++];\n if (toAbsoluteIndex(code, 0x10FFFF) !== code) throw RangeError(code + ' is not a valid code point');\n elements.push(code < 0x10000\n ? fromCharCode(code)\n : fromCharCode(((code -= 0x10000) >> 10) + 0xD800, code % 0x400 + 0xDC00)\n );\n } return elements.join('');\n }\n});\n","'use strict';\nvar validateArguments = require('../internals/validate-string-method-arguments');\nvar INCLUDES = 'includes';\n\nvar CORRECT_IS_REGEXP_LOGIC = require('../internals/correct-is-regexp-logic')(INCLUDES);\n\n// `String.prototype.includes` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.includes\nrequire('../internals/export')({ target: 'String', proto: true, forced: !CORRECT_IS_REGEXP_LOGIC }, {\n includes: function includes(searchString /* , position = 0 */) {\n return !!~validateArguments(this, searchString, INCLUDES)\n .indexOf(searchString, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\nvar createHTML = require('../internals/create-html');\nvar FORCED = require('../internals/forced-string-html-method')('italics');\n\n// `String.prototype.italics` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.italics\nrequire('../internals/export')({ target: 'String', proto: true, forced: FORCED }, {\n italics: function italics() {\n return createHTML(this, 'i', '', '');\n }\n});\n","'use strict';\nvar codePointAt = require('../internals/string-at');\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\nvar STRING_ITERATOR = 'String Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(STRING_ITERATOR);\n\n// `String.prototype[@@iterator]` method\n// https://tc39.github.io/ecma262/#sec-string.prototype-@@iterator\ndefineIterator(String, 'String', function (iterated) {\n setInternalState(this, {\n type: STRING_ITERATOR,\n string: String(iterated),\n index: 0\n });\n// `%StringIteratorPrototype%.next` method\n// https://tc39.github.io/ecma262/#sec-%stringiteratorprototype%.next\n}, function next() {\n var state = getInternalState(this);\n var string = state.string;\n var index = state.index;\n var point;\n if (index >= string.length) return { value: undefined, done: true };\n point = codePointAt(string, index, true);\n state.index += point.length;\n return { value: point, done: false };\n});\n","'use strict';\nvar createHTML = require('../internals/create-html');\nvar FORCED = require('../internals/forced-string-html-method')('link');\n\n// `String.prototype.link` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.link\nrequire('../internals/export')({ target: 'String', proto: true, forced: FORCED }, {\n link: function link(url) {\n return createHTML(this, 'a', 'href', url);\n }\n});\n","'use strict';\n\nvar anObject = require('../internals/an-object');\nvar toLength = require('../internals/to-length');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\n// @@match logic\nrequire('../internals/fix-regexp-well-known-symbol-logic')(\n 'match',\n 1,\n function (MATCH, nativeMatch, maybeCallNative) {\n return [\n // `String.prototype.match` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.match\n function match(regexp) {\n var O = requireObjectCoercible(this);\n var matcher = regexp == undefined ? undefined : regexp[MATCH];\n return matcher !== undefined ? matcher.call(regexp, O) : new RegExp(regexp)[MATCH](String(O));\n },\n // `RegExp.prototype[@@match]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@match\n function (regexp) {\n var res = maybeCallNative(nativeMatch, regexp, this);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n\n if (!rx.global) return regExpExec(rx, S);\n\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n var A = [];\n var n = 0;\n var result;\n while ((result = regExpExec(rx, S)) !== null) {\n var matchStr = String(result[0]);\n A[n] = matchStr;\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n n++;\n }\n return n === 0 ? null : A;\n }\n ];\n }\n);\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\n\n// `String.raw` method\n// https://tc39.github.io/ecma262/#sec-string.raw\nrequire('../internals/export')({ target: 'String', stat: true }, {\n raw: function raw(template) {\n var rawTemplate = toIndexedObject(template.raw);\n var literalSegments = toLength(rawTemplate.length);\n var argumentsLength = arguments.length;\n var elements = [];\n var i = 0;\n while (literalSegments > i) {\n elements.push(String(rawTemplate[i++]));\n if (i < argumentsLength) elements.push(String(arguments[i]));\n } return elements.join('');\n }\n});\n","// `String.prototype.repeat` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.repeat\nrequire('../internals/export')({ target: 'String', proto: true }, {\n repeat: require('../internals/string-repeat')\n});\n","'use strict';\n\nvar anObject = require('../internals/an-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar regExpExec = require('../internals/regexp-exec-abstract');\nvar max = Math.max;\nvar min = Math.min;\nvar floor = Math.floor;\nvar SUBSTITUTION_SYMBOLS = /\\$([$&`']|\\d\\d?|<[^>]*>)/g;\nvar SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&`']|\\d\\d?)/g;\n\nvar maybeToString = function (it) {\n return it === undefined ? it : String(it);\n};\n\n// @@replace logic\nrequire('../internals/fix-regexp-well-known-symbol-logic')(\n 'replace',\n 2,\n function (REPLACE, nativeReplace, maybeCallNative) {\n return [\n // `String.prototype.replace` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.replace\n function replace(searchValue, replaceValue) {\n var O = requireObjectCoercible(this);\n var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];\n return replacer !== undefined\n ? replacer.call(searchValue, O, replaceValue)\n : nativeReplace.call(String(O), searchValue, replaceValue);\n },\n // `RegExp.prototype[@@replace]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@replace\n function (regexp, replaceValue) {\n var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n\n var functionalReplace = typeof replaceValue === 'function';\n if (!functionalReplace) replaceValue = String(replaceValue);\n\n var global = rx.global;\n if (global) {\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n }\n var results = [];\n while (true) {\n var result = regExpExec(rx, S);\n if (result === null) break;\n\n results.push(result);\n if (!global) break;\n\n var matchStr = String(result[0]);\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n }\n\n var accumulatedResult = '';\n var nextSourcePosition = 0;\n for (var i = 0; i < results.length; i++) {\n result = results[i];\n\n var matched = String(result[0]);\n var position = max(min(toInteger(result.index), S.length), 0);\n var captures = [];\n // NOTE: This is equivalent to\n // captures = result.slice(1).map(maybeToString)\n // but for some reason `nativeSlice.call(result, 1, result.length)` (called in\n // the slice polyfill when slicing native arrays) \"doesn't work\" in safari 9 and\n // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.\n for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));\n var namedCaptures = result.groups;\n if (functionalReplace) {\n var replacerArgs = [matched].concat(captures, position, S);\n if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);\n var replacement = String(replaceValue.apply(undefined, replacerArgs));\n } else {\n replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);\n }\n if (position >= nextSourcePosition) {\n accumulatedResult += S.slice(nextSourcePosition, position) + replacement;\n nextSourcePosition = position + matched.length;\n }\n }\n return accumulatedResult + S.slice(nextSourcePosition);\n }\n ];\n\n // https://tc39.github.io/ecma262/#sec-getsubstitution\n function getSubstitution(matched, str, position, captures, namedCaptures, replacement) {\n var tailPos = position + matched.length;\n var m = captures.length;\n var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;\n if (namedCaptures !== undefined) {\n namedCaptures = toObject(namedCaptures);\n symbols = SUBSTITUTION_SYMBOLS;\n }\n return nativeReplace.call(replacement, symbols, function (match, ch) {\n var capture;\n switch (ch.charAt(0)) {\n case '$': return '$';\n case '&': return matched;\n case '`': return str.slice(0, position);\n case \"'\": return str.slice(tailPos);\n case '<':\n capture = namedCaptures[ch.slice(1, -1)];\n break;\n default: // \\d\\d?\n var n = +ch;\n if (n === 0) return match;\n if (n > m) {\n var f = floor(n / 10);\n if (f === 0) return match;\n if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);\n return match;\n }\n capture = captures[n - 1];\n }\n return capture === undefined ? '' : capture;\n });\n }\n }\n);\n","'use strict';\n\nvar anObject = require('../internals/an-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar sameValue = require('../internals/same-value');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\n// @@search logic\nrequire('../internals/fix-regexp-well-known-symbol-logic')(\n 'search',\n 1,\n function (SEARCH, nativeSearch, maybeCallNative) {\n return [\n // `String.prototype.search` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.search\n function search(regexp) {\n var O = requireObjectCoercible(this);\n var searcher = regexp == undefined ? undefined : regexp[SEARCH];\n return searcher !== undefined ? searcher.call(regexp, O) : new RegExp(regexp)[SEARCH](String(O));\n },\n // `RegExp.prototype[@@search]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@search\n function (regexp) {\n var res = maybeCallNative(nativeSearch, regexp, this);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n\n var previousLastIndex = rx.lastIndex;\n if (!sameValue(previousLastIndex, 0)) rx.lastIndex = 0;\n var result = regExpExec(rx, S);\n if (!sameValue(rx.lastIndex, previousLastIndex)) rx.lastIndex = previousLastIndex;\n return result === null ? -1 : result.index;\n }\n ];\n }\n);\n","'use strict';\nvar createHTML = require('../internals/create-html');\nvar FORCED = require('../internals/forced-string-html-method')('small');\n\n// `String.prototype.small` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.small\nrequire('../internals/export')({ target: 'String', proto: true, forced: FORCED }, {\n small: function small() {\n return createHTML(this, 'small', '', '');\n }\n});\n","'use strict';\n\nvar isRegExp = require('../internals/is-regexp');\nvar anObject = require('../internals/an-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar speciesConstructor = require('../internals/species-constructor');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar toLength = require('../internals/to-length');\nvar callRegExpExec = require('../internals/regexp-exec-abstract');\nvar regexpExec = require('../internals/regexp-exec');\nvar fails = require('../internals/fails');\nvar arrayPush = [].push;\nvar min = Math.min;\nvar MAX_UINT32 = 0xFFFFFFFF;\n\n// babel-minify transpiles RegExp('x', 'y') -> /x/y and it causes SyntaxError\nvar SUPPORTS_Y = !fails(function () { return !RegExp(MAX_UINT32, 'y'); });\n\n// @@split logic\nrequire('../internals/fix-regexp-well-known-symbol-logic')(\n 'split',\n 2,\n function (SPLIT, nativeSplit, maybeCallNative) {\n var internalSplit;\n if (\n 'abbc'.split(/(b)*/)[1] == 'c' ||\n 'test'.split(/(?:)/, -1).length != 4 ||\n 'ab'.split(/(?:ab)*/).length != 2 ||\n '.'.split(/(.?)(.?)/).length != 4 ||\n '.'.split(/()()/).length > 1 ||\n ''.split(/.?/).length\n ) {\n // based on es5-shim implementation, need to rework it\n internalSplit = function (separator, limit) {\n var string = String(requireObjectCoercible(this));\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (separator === undefined) return [string];\n // If `separator` is not a regex, use native split\n if (!isRegExp(separator)) {\n return nativeSplit.call(string, separator, lim);\n }\n var output = [];\n var flags = (separator.ignoreCase ? 'i' : '') +\n (separator.multiline ? 'm' : '') +\n (separator.unicode ? 'u' : '') +\n (separator.sticky ? 'y' : '');\n var lastLastIndex = 0;\n // Make `global` and avoid `lastIndex` issues by working with a copy\n var separatorCopy = new RegExp(separator.source, flags + 'g');\n var match, lastIndex, lastLength;\n while (match = regexpExec.call(separatorCopy, string)) {\n lastIndex = separatorCopy.lastIndex;\n if (lastIndex > lastLastIndex) {\n output.push(string.slice(lastLastIndex, match.index));\n if (match.length > 1 && match.index < string.length) arrayPush.apply(output, match.slice(1));\n lastLength = match[0].length;\n lastLastIndex = lastIndex;\n if (output.length >= lim) break;\n }\n if (separatorCopy.lastIndex === match.index) separatorCopy.lastIndex++; // Avoid an infinite loop\n }\n if (lastLastIndex === string.length) {\n if (lastLength || !separatorCopy.test('')) output.push('');\n } else output.push(string.slice(lastLastIndex));\n return output.length > lim ? output.slice(0, lim) : output;\n };\n // Chakra, V8\n } else if ('0'.split(undefined, 0).length) {\n internalSplit = function (separator, limit) {\n return separator === undefined && limit === 0 ? [] : nativeSplit.call(this, separator, limit);\n };\n } else internalSplit = nativeSplit;\n\n return [\n // `String.prototype.split` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.split\n function split(separator, limit) {\n var O = requireObjectCoercible(this);\n var splitter = separator == undefined ? undefined : separator[SPLIT];\n return splitter !== undefined\n ? splitter.call(separator, O, limit)\n : internalSplit.call(String(O), separator, limit);\n },\n // `RegExp.prototype[@@split]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@split\n //\n // NOTE: This cannot be properly polyfilled in engines that don't support\n // the 'y' flag.\n function (regexp, limit) {\n var res = maybeCallNative(internalSplit, regexp, this, limit, internalSplit !== nativeSplit);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n var C = speciesConstructor(rx, RegExp);\n\n var unicodeMatching = rx.unicode;\n var flags = (rx.ignoreCase ? 'i' : '') +\n (rx.multiline ? 'm' : '') +\n (rx.unicode ? 'u' : '') +\n (SUPPORTS_Y ? 'y' : 'g');\n\n // ^(? + rx + ) is needed, in combination with some S slicing, to\n // simulate the 'y' flag.\n var splitter = new C(SUPPORTS_Y ? rx : '^(?:' + rx.source + ')', flags);\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : [];\n var p = 0;\n var q = 0;\n var A = [];\n while (q < S.length) {\n splitter.lastIndex = SUPPORTS_Y ? q : 0;\n var z = callRegExpExec(splitter, SUPPORTS_Y ? S : S.slice(q));\n var e;\n if (\n z === null ||\n (e = min(toLength(splitter.lastIndex + (SUPPORTS_Y ? 0 : q)), S.length)) === p\n ) {\n q = advanceStringIndex(S, q, unicodeMatching);\n } else {\n A.push(S.slice(p, q));\n if (A.length === lim) return A;\n for (var i = 1; i <= z.length - 1; i++) {\n A.push(z[i]);\n if (A.length === lim) return A;\n }\n q = p = e;\n }\n }\n A.push(S.slice(p));\n return A;\n }\n ];\n },\n !SUPPORTS_Y\n);\n","'use strict';\nvar toLength = require('../internals/to-length');\nvar validateArguments = require('../internals/validate-string-method-arguments');\nvar STARTS_WITH = 'startsWith';\nvar CORRECT_IS_REGEXP_LOGIC = require('../internals/correct-is-regexp-logic')(STARTS_WITH);\nvar nativeStartsWith = ''[STARTS_WITH];\n\n// `String.prototype.startsWith` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.startswith\nrequire('../internals/export')({ target: 'String', proto: true, forced: !CORRECT_IS_REGEXP_LOGIC }, {\n startsWith: function startsWith(searchString /* , position = 0 */) {\n var that = validateArguments(this, searchString, STARTS_WITH);\n var index = toLength(Math.min(arguments.length > 1 ? arguments[1] : undefined, that.length));\n var search = String(searchString);\n return nativeStartsWith\n ? nativeStartsWith.call(that, search, index)\n : that.slice(index, index + search.length) === search;\n }\n});\n","'use strict';\nvar createHTML = require('../internals/create-html');\nvar FORCED = require('../internals/forced-string-html-method')('strike');\n\n// `String.prototype.strike` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.strike\nrequire('../internals/export')({ target: 'String', proto: true, forced: FORCED }, {\n strike: function strike() {\n return createHTML(this, 'strike', '', '');\n }\n});\n","'use strict';\nvar createHTML = require('../internals/create-html');\nvar FORCED = require('../internals/forced-string-html-method')('sub');\n\n// `String.prototype.sub` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.sub\nrequire('../internals/export')({ target: 'String', proto: true, forced: FORCED }, {\n sub: function sub() {\n return createHTML(this, 'sub', '', '');\n }\n});\n","'use strict';\nvar createHTML = require('../internals/create-html');\nvar FORCED = require('../internals/forced-string-html-method')('sup');\n\n// `String.prototype.sup` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.sup\nrequire('../internals/export')({ target: 'String', proto: true, forced: FORCED }, {\n sup: function sup() {\n return createHTML(this, 'sup', '', '');\n }\n});\n","'use strict';\nvar internalStringTrim = require('../internals/string-trim');\nvar FORCED = require('../internals/forced-string-trim-method')('trim');\n\n// `String.prototype.trim` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.trim\nrequire('../internals/export')({ target: 'String', proto: true, forced: FORCED }, {\n trim: function trim() {\n return internalStringTrim(this, 3);\n }\n});\n","// `Symbol.iterator` well-known symbol\n// https://tc39.github.io/ecma262/#sec-symbol.iterator\nrequire('../internals/define-well-known-symbol')('iterator');\n","'use strict';\n// ECMAScript 6 symbols shim\nvar global = require('../internals/global');\nvar has = require('../internals/has');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar IS_PURE = require('../internals/is-pure');\nvar $export = require('../internals/export');\nvar redefine = require('../internals/redefine');\nvar hiddenKeys = require('../internals/hidden-keys');\nvar fails = require('../internals/fails');\nvar shared = require('../internals/shared');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar uid = require('../internals/uid');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar wrappedWellKnownSymbolModule = require('../internals/wrapped-well-known-symbol');\nvar defineWellKnownSymbol = require('../internals/define-well-known-symbol');\nvar enumKeys = require('../internals/enum-keys');\nvar isArray = require('../internals/is-array');\nvar anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar nativeObjectCreate = require('../internals/object-create');\nvar getOwnPropertyNamesExternal = require('../internals/object-get-own-property-names-external');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar hide = require('../internals/hide');\nvar objectKeys = require('../internals/object-keys');\nvar HIDDEN = require('../internals/shared-key')('hidden');\nvar InternalStateModule = require('../internals/internal-state');\nvar SYMBOL = 'Symbol';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(SYMBOL);\nvar nativeGetOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\nvar nativeDefineProperty = definePropertyModule.f;\nvar nativeGetOwnPropertyNames = getOwnPropertyNamesExternal.f;\nvar $Symbol = global.Symbol;\nvar JSON = global.JSON;\nvar nativeJSONStringify = JSON && JSON.stringify;\nvar PROTOTYPE = 'prototype';\nvar TO_PRIMITIVE = wellKnownSymbol('toPrimitive');\nvar nativePropertyIsEnumerable = propertyIsEnumerableModule.f;\nvar SymbolRegistry = shared('symbol-registry');\nvar AllSymbols = shared('symbols');\nvar ObjectPrototypeSymbols = shared('op-symbols');\nvar WellKnownSymbolsStore = shared('wks');\nvar ObjectPrototype = Object[PROTOTYPE];\nvar QObject = global.QObject;\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\n// Don't use setters in Qt Script, https://github.com/zloirock/core-js/issues/173\nvar USE_SETTER = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild;\n\n// fallback for old Android, https://code.google.com/p/v8/issues/detail?id=687\nvar setSymbolDescriptor = DESCRIPTORS && fails(function () {\n return nativeObjectCreate(nativeDefineProperty({}, 'a', {\n get: function () { return nativeDefineProperty(this, 'a', { value: 7 }).a; }\n })).a != 7;\n}) ? function (it, key, D) {\n var ObjectPrototypeDescriptor = nativeGetOwnPropertyDescriptor(ObjectPrototype, key);\n if (ObjectPrototypeDescriptor) delete ObjectPrototype[key];\n nativeDefineProperty(it, key, D);\n if (ObjectPrototypeDescriptor && it !== ObjectPrototype) {\n nativeDefineProperty(ObjectPrototype, key, ObjectPrototypeDescriptor);\n }\n} : nativeDefineProperty;\n\nvar wrap = function (tag, description) {\n var symbol = AllSymbols[tag] = nativeObjectCreate($Symbol[PROTOTYPE]);\n setInternalState(symbol, {\n type: SYMBOL,\n tag: tag,\n description: description\n });\n if (!DESCRIPTORS) symbol.description = description;\n return symbol;\n};\n\nvar isSymbol = NATIVE_SYMBOL && typeof $Symbol.iterator == 'symbol' ? function (it) {\n return typeof it == 'symbol';\n} : function (it) {\n return Object(it) instanceof $Symbol;\n};\n\nvar $defineProperty = function defineProperty(it, key, D) {\n if (it === ObjectPrototype) $defineProperty(ObjectPrototypeSymbols, key, D);\n anObject(it);\n key = toPrimitive(key, true);\n anObject(D);\n if (has(AllSymbols, key)) {\n if (!D.enumerable) {\n if (!has(it, HIDDEN)) nativeDefineProperty(it, HIDDEN, createPropertyDescriptor(1, {}));\n it[HIDDEN][key] = true;\n } else {\n if (has(it, HIDDEN) && it[HIDDEN][key]) it[HIDDEN][key] = false;\n D = nativeObjectCreate(D, { enumerable: createPropertyDescriptor(0, false) });\n } return setSymbolDescriptor(it, key, D);\n } return nativeDefineProperty(it, key, D);\n};\n\nvar $defineProperties = function defineProperties(it, P) {\n anObject(it);\n var keys = enumKeys(P = toIndexedObject(P));\n var i = 0;\n var l = keys.length;\n var key;\n while (l > i) $defineProperty(it, key = keys[i++], P[key]);\n return it;\n};\n\nvar $create = function create(it, P) {\n return P === undefined ? nativeObjectCreate(it) : $defineProperties(nativeObjectCreate(it), P);\n};\n\nvar $propertyIsEnumerable = function propertyIsEnumerable(key) {\n var E = nativePropertyIsEnumerable.call(this, key = toPrimitive(key, true));\n if (this === ObjectPrototype && has(AllSymbols, key) && !has(ObjectPrototypeSymbols, key)) return false;\n return E || !has(this, key) || !has(AllSymbols, key) || has(this, HIDDEN) && this[HIDDEN][key] ? E : true;\n};\n\nvar $getOwnPropertyDescriptor = function getOwnPropertyDescriptor(it, key) {\n it = toIndexedObject(it);\n key = toPrimitive(key, true);\n if (it === ObjectPrototype && has(AllSymbols, key) && !has(ObjectPrototypeSymbols, key)) return;\n var D = nativeGetOwnPropertyDescriptor(it, key);\n if (D && has(AllSymbols, key) && !(has(it, HIDDEN) && it[HIDDEN][key])) D.enumerable = true;\n return D;\n};\n\nvar $getOwnPropertyNames = function getOwnPropertyNames(it) {\n var names = nativeGetOwnPropertyNames(toIndexedObject(it));\n var result = [];\n var i = 0;\n var key;\n while (names.length > i) {\n if (!has(AllSymbols, key = names[i++]) && !has(hiddenKeys, key)) result.push(key);\n } return result;\n};\n\nvar $getOwnPropertySymbols = function getOwnPropertySymbols(it) {\n var IS_OP = it === ObjectPrototype;\n var names = nativeGetOwnPropertyNames(IS_OP ? ObjectPrototypeSymbols : toIndexedObject(it));\n var result = [];\n var i = 0;\n var key;\n while (names.length > i) {\n if (has(AllSymbols, key = names[i++]) && (IS_OP ? has(ObjectPrototype, key) : true)) result.push(AllSymbols[key]);\n } return result;\n};\n\n// `Symbol` constructor\n// https://tc39.github.io/ecma262/#sec-symbol-constructor\nif (!NATIVE_SYMBOL) {\n $Symbol = function Symbol() {\n if (this instanceof $Symbol) throw TypeError('Symbol is not a constructor');\n var description = arguments[0] === undefined ? undefined : String(arguments[0]);\n var tag = uid(description);\n var setter = function (value) {\n if (this === ObjectPrototype) setter.call(ObjectPrototypeSymbols, value);\n if (has(this, HIDDEN) && has(this[HIDDEN], tag)) this[HIDDEN][tag] = false;\n setSymbolDescriptor(this, tag, createPropertyDescriptor(1, value));\n };\n if (DESCRIPTORS && USE_SETTER) setSymbolDescriptor(ObjectPrototype, tag, { configurable: true, set: setter });\n return wrap(tag, description);\n };\n redefine($Symbol[PROTOTYPE], 'toString', function toString() {\n return getInternalState(this).tag;\n });\n\n propertyIsEnumerableModule.f = $propertyIsEnumerable;\n definePropertyModule.f = $defineProperty;\n getOwnPropertyDescriptorModule.f = $getOwnPropertyDescriptor;\n require('../internals/object-get-own-property-names').f = getOwnPropertyNamesExternal.f = $getOwnPropertyNames;\n require('../internals/object-get-own-property-symbols').f = $getOwnPropertySymbols;\n\n if (DESCRIPTORS) {\n // https://github.com/tc39/proposal-Symbol-description\n nativeDefineProperty($Symbol[PROTOTYPE], 'description', {\n configurable: true,\n get: function description() {\n return getInternalState(this).description;\n }\n });\n if (!IS_PURE) {\n redefine(ObjectPrototype, 'propertyIsEnumerable', $propertyIsEnumerable, { unsafe: true });\n }\n }\n\n wrappedWellKnownSymbolModule.f = function (name) {\n return wrap(wellKnownSymbol(name), name);\n };\n}\n\n$export({ global: true, wrap: true, forced: !NATIVE_SYMBOL, sham: !NATIVE_SYMBOL }, { Symbol: $Symbol });\n\nfor (var wellKnownSymbols = objectKeys(WellKnownSymbolsStore), k = 0; wellKnownSymbols.length > k;) {\n defineWellKnownSymbol(wellKnownSymbols[k++]);\n}\n\n$export({ target: SYMBOL, stat: true, forced: !NATIVE_SYMBOL }, {\n // `Symbol.for` method\n // https://tc39.github.io/ecma262/#sec-symbol.for\n 'for': function (key) {\n return has(SymbolRegistry, key += '')\n ? SymbolRegistry[key]\n : SymbolRegistry[key] = $Symbol(key);\n },\n // `Symbol.keyFor` method\n // https://tc39.github.io/ecma262/#sec-symbol.keyfor\n keyFor: function keyFor(sym) {\n if (!isSymbol(sym)) throw TypeError(sym + ' is not a symbol');\n for (var key in SymbolRegistry) if (SymbolRegistry[key] === sym) return key;\n },\n useSetter: function () { USE_SETTER = true; },\n useSimple: function () { USE_SETTER = false; }\n});\n\n$export({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL, sham: !DESCRIPTORS }, {\n // `Object.create` method\n // https://tc39.github.io/ecma262/#sec-object.create\n create: $create,\n // `Object.defineProperty` method\n // https://tc39.github.io/ecma262/#sec-object.defineproperty\n defineProperty: $defineProperty,\n // `Object.defineProperties` method\n // https://tc39.github.io/ecma262/#sec-object.defineproperties\n defineProperties: $defineProperties,\n // `Object.getOwnPropertyDescriptor` method\n // https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptors\n getOwnPropertyDescriptor: $getOwnPropertyDescriptor\n});\n\n$export({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL }, {\n // `Object.getOwnPropertyNames` method\n // https://tc39.github.io/ecma262/#sec-object.getownpropertynames\n getOwnPropertyNames: $getOwnPropertyNames,\n // `Object.getOwnPropertySymbols` method\n // https://tc39.github.io/ecma262/#sec-object.getownpropertysymbols\n getOwnPropertySymbols: $getOwnPropertySymbols\n});\n\n// `JSON.stringify` method behavior with symbols\n// https://tc39.github.io/ecma262/#sec-json.stringify\nJSON && $export({ target: 'JSON', stat: true, forced: !NATIVE_SYMBOL || fails(function () {\n var symbol = $Symbol();\n // MS Edge converts symbol values to JSON as {}\n return nativeJSONStringify([symbol]) != '[null]'\n // WebKit converts symbol values to JSON as null\n || nativeJSONStringify({ a: symbol }) != '{}'\n // V8 throws on boxed symbols\n || nativeJSONStringify(Object(symbol)) != '{}';\n}) }, {\n stringify: function stringify(it) {\n var args = [it];\n var i = 1;\n var replacer, $replacer;\n while (arguments.length > i) args.push(arguments[i++]);\n $replacer = replacer = args[1];\n if (!isObject(replacer) && it === undefined || isSymbol(it)) return; // IE8 returns string on undefined\n if (!isArray(replacer)) replacer = function (key, value) {\n if (typeof $replacer == 'function') value = $replacer.call(this, key, value);\n if (!isSymbol(value)) return value;\n };\n args[1] = replacer;\n return nativeJSONStringify.apply(JSON, args);\n }\n});\n\n// `Symbol.prototype[@@toPrimitive]` method\n// https://tc39.github.io/ecma262/#sec-symbol.prototype-@@toprimitive\nif (!$Symbol[PROTOTYPE][TO_PRIMITIVE]) hide($Symbol[PROTOTYPE], TO_PRIMITIVE, $Symbol[PROTOTYPE].valueOf);\n// `Symbol.prototype[@@toStringTag]` property\n// https://tc39.github.io/ecma262/#sec-symbol.prototype-@@tostringtag\nsetToStringTag($Symbol, SYMBOL);\n\nhiddenKeys[HIDDEN] = true;\n","'use strict';\nvar global = require('../internals/global');\nvar redefineAll = require('../internals/redefine-all');\nvar InternalMetadataModule = require('../internals/internal-metadata');\nvar weak = require('../internals/collection-weak');\nvar isObject = require('../internals/is-object');\nvar enforceIternalState = require('../internals/internal-state').enforce;\nvar NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar IS_IE11 = !global.ActiveXObject && 'ActiveXObject' in global;\nvar isExtensible = Object.isExtensible;\nvar InternalWeakMap;\n\nvar wrapper = function (get) {\n return function WeakMap() {\n return get(this, arguments.length > 0 ? arguments[0] : undefined);\n };\n};\n\n// `WeakMap` constructor\n// https://tc39.github.io/ecma262/#sec-weakmap-constructor\nvar $WeakMap = module.exports = require('../internals/collection')('WeakMap', wrapper, weak, true, true);\n\n// IE11 WeakMap frozen keys fix\n// We can't use feature detection because it crash some old IE builds\n// https://github.com/zloirock/core-js/issues/485\nif (NATIVE_WEAK_MAP && IS_IE11) {\n InternalWeakMap = weak.getConstructor(wrapper, 'WeakMap', true);\n InternalMetadataModule.REQUIRED = true;\n var WeakMapPrototype = $WeakMap.prototype;\n var nativeDelete = WeakMapPrototype['delete'];\n var nativeHas = WeakMapPrototype.has;\n var nativeGet = WeakMapPrototype.get;\n var nativeSet = WeakMapPrototype.set;\n redefineAll(WeakMapPrototype, {\n 'delete': function (key) {\n if (isObject(key) && !isExtensible(key)) {\n var state = enforceIternalState(this);\n if (!state.frozen) state.frozen = new InternalWeakMap();\n return nativeDelete.call(this, key) || state.frozen['delete'](key);\n } return nativeDelete.call(this, key);\n },\n has: function has(key) {\n if (isObject(key) && !isExtensible(key)) {\n var state = enforceIternalState(this);\n if (!state.frozen) state.frozen = new InternalWeakMap();\n return nativeHas.call(this, key) || state.frozen.has(key);\n } return nativeHas.call(this, key);\n },\n get: function get(key) {\n if (isObject(key) && !isExtensible(key)) {\n var state = enforceIternalState(this);\n if (!state.frozen) state.frozen = new InternalWeakMap();\n return nativeHas.call(this, key) ? nativeGet.call(this, key) : state.frozen.get(key);\n } return nativeGet.call(this, key);\n },\n set: function set(key, value) {\n if (isObject(key) && !isExtensible(key)) {\n var state = enforceIternalState(this);\n if (!state.frozen) state.frozen = new InternalWeakMap();\n nativeHas.call(this, key) ? nativeSet.call(this, key, value) : state.frozen.set(key, value);\n } else nativeSet.call(this, key, value);\n return this;\n }\n });\n}\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar toMetadataKey = ReflectMetadataModule.toKey;\nvar ordinaryDefineOwnMetadata = ReflectMetadataModule.set;\n\n// `Reflect.defineMetadata` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n defineMetadata: function defineMetadata(metadataKey, metadataValue, target /* , targetKey */) {\n var targetKey = arguments.length < 4 ? undefined : toMetadataKey(arguments[3]);\n ordinaryDefineOwnMetadata(metadataKey, metadataValue, anObject(target), targetKey);\n }\n});\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar toMetadataKey = ReflectMetadataModule.toKey;\nvar getOrCreateMetadataMap = ReflectMetadataModule.getMap;\nvar store = ReflectMetadataModule.store;\n\n// `Reflect.deleteMetadata` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n deleteMetadata: function deleteMetadata(metadataKey, target /* , targetKey */) {\n var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]);\n var metadataMap = getOrCreateMetadataMap(anObject(target), targetKey, false);\n if (metadataMap === undefined || !metadataMap['delete'](metadataKey)) return false;\n if (metadataMap.size) return true;\n var targetMetadata = store.get(target);\n targetMetadata['delete'](targetKey);\n return !!targetMetadata.size || store['delete'](target);\n }\n});\n","var Set = require('../modules/es.set');\nvar ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar iterate = require('../internals/iterate');\nvar ordinaryOwnMetadataKeys = ReflectMetadataModule.keys;\nvar toMetadataKey = ReflectMetadataModule.toKey;\n\nvar from = function (iter) {\n var result = [];\n iterate(iter, result.push, result);\n return result;\n};\n\nvar ordinaryMetadataKeys = function (O, P) {\n var oKeys = ordinaryOwnMetadataKeys(O, P);\n var parent = getPrototypeOf(O);\n if (parent === null) return oKeys;\n var pKeys = ordinaryMetadataKeys(parent, P);\n return pKeys.length ? oKeys.length ? from(new Set(oKeys.concat(pKeys))) : pKeys : oKeys;\n};\n\n// `Reflect.getMetadataKeys` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n getMetadataKeys: function getMetadataKeys(target /* , targetKey */) {\n var targetKey = arguments.length < 2 ? undefined : toMetadataKey(arguments[1]);\n return ordinaryMetadataKeys(anObject(target), targetKey);\n }\n});\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar ordinaryHasOwnMetadata = ReflectMetadataModule.has;\nvar ordinaryGetOwnMetadata = ReflectMetadataModule.get;\nvar toMetadataKey = ReflectMetadataModule.toKey;\n\nvar ordinaryGetMetadata = function (MetadataKey, O, P) {\n var hasOwn = ordinaryHasOwnMetadata(MetadataKey, O, P);\n if (hasOwn) return ordinaryGetOwnMetadata(MetadataKey, O, P);\n var parent = getPrototypeOf(O);\n return parent !== null ? ordinaryGetMetadata(MetadataKey, parent, P) : undefined;\n};\n\n// `Reflect.getMetadata` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n getMetadata: function getMetadata(metadataKey, target /* , targetKey */) {\n var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]);\n return ordinaryGetMetadata(metadataKey, anObject(target), targetKey);\n }\n});\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar ordinaryOwnMetadataKeys = ReflectMetadataModule.keys;\nvar toMetadataKey = ReflectMetadataModule.toKey;\n\n// `Reflect.getOwnMetadataKeys` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n getOwnMetadataKeys: function getOwnMetadataKeys(target /* , targetKey */) {\n var targetKey = arguments.length < 2 ? undefined : toMetadataKey(arguments[1]);\n return ordinaryOwnMetadataKeys(anObject(target), targetKey);\n }\n});\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar ordinaryGetOwnMetadata = ReflectMetadataModule.get;\nvar toMetadataKey = ReflectMetadataModule.toKey;\n\n// `Reflect.getOwnMetadata` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n getOwnMetadata: function getOwnMetadata(metadataKey, target /* , targetKey */) {\n var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]);\n return ordinaryGetOwnMetadata(metadataKey, anObject(target), targetKey);\n }\n});\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar ordinaryHasOwnMetadata = ReflectMetadataModule.has;\nvar toMetadataKey = ReflectMetadataModule.toKey;\n\nvar ordinaryHasMetadata = function (MetadataKey, O, P) {\n var hasOwn = ordinaryHasOwnMetadata(MetadataKey, O, P);\n if (hasOwn) return true;\n var parent = getPrototypeOf(O);\n return parent !== null ? ordinaryHasMetadata(MetadataKey, parent, P) : false;\n};\n\n// `Reflect.hasMetadata` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n hasMetadata: function hasMetadata(metadataKey, target /* , targetKey */) {\n var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]);\n return ordinaryHasMetadata(metadataKey, anObject(target), targetKey);\n }\n});\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar ordinaryHasOwnMetadata = ReflectMetadataModule.has;\nvar toMetadataKey = ReflectMetadataModule.toKey;\n\n// `Reflect.hasOwnMetadata` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n hasOwnMetadata: function hasOwnMetadata(metadataKey, target /* , targetKey */) {\n var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]);\n return ordinaryHasOwnMetadata(metadataKey, anObject(target), targetKey);\n }\n});\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar toMetadataKey = ReflectMetadataModule.toKey;\nvar ordinaryDefineOwnMetadata = ReflectMetadataModule.set;\n\n// `Reflect.metadata` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n metadata: function metadata(metadataKey, metadataValue) {\n return function decorator(target, key) {\n ordinaryDefineOwnMetadata(metadataKey, metadataValue, anObject(target), toMetadataKey(key));\n };\n }\n});\n","var DOMIterables = require('../internals/dom-iterables');\nvar ArrayIteratorMethods = require('../modules/es.array.iterator');\nvar global = require('../internals/global');\nvar hide = require('../internals/hide');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar ITERATOR = wellKnownSymbol('iterator');\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar ArrayValues = ArrayIteratorMethods.values;\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n if (CollectionPrototype) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[ITERATOR] !== ArrayValues) try {\n hide(CollectionPrototype, ITERATOR, ArrayValues);\n } catch (error) {\n CollectionPrototype[ITERATOR] = ArrayValues;\n }\n if (!CollectionPrototype[TO_STRING_TAG]) hide(CollectionPrototype, TO_STRING_TAG, COLLECTION_NAME);\n if (DOMIterables[COLLECTION_NAME]) for (var METHOD_NAME in ArrayIteratorMethods) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[METHOD_NAME] !== ArrayIteratorMethods[METHOD_NAME]) try {\n hide(CollectionPrototype, METHOD_NAME, ArrayIteratorMethods[METHOD_NAME]);\n } catch (error) {\n CollectionPrototype[METHOD_NAME] = ArrayIteratorMethods[METHOD_NAME];\n }\n }\n }\n}\n","require('../modules/esnext.reflect.define-metadata');\nrequire('../modules/esnext.reflect.delete-metadata');\nrequire('../modules/esnext.reflect.get-metadata');\nrequire('../modules/esnext.reflect.get-metadata-keys');\nrequire('../modules/esnext.reflect.get-own-metadata');\nrequire('../modules/esnext.reflect.get-own-metadata-keys');\nrequire('../modules/esnext.reflect.has-metadata');\nrequire('../modules/esnext.reflect.has-own-metadata');\nrequire('../modules/esnext.reflect.metadata');\n","/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nimport 'core-js/es/reflect';\n","/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n// ES2015 symbol capabilities\nimport 'core-js/modules/es.symbol';\nimport 'core-js/modules/es.symbol.iterator';\n\n// ES2015 function capabilities\nimport 'core-js/modules/es.function.bind';\nimport 'core-js/modules/es.function.name';\nimport 'core-js/modules/es.function.has-instance';\n\n// ES2015 object capabilities\nimport 'core-js/modules/es.object.create';\nimport 'core-js/modules/es.object.define-property';\nimport 'core-js/modules/es.object.define-properties';\nimport 'core-js/modules/es.object.get-own-property-descriptor';\nimport 'core-js/modules/es.object.get-prototype-of';\nimport 'core-js/modules/es.object.keys';\nimport 'core-js/modules/es.object.get-own-property-names';\nimport 'core-js/modules/es.object.freeze';\nimport 'core-js/modules/es.object.seal';\nimport 'core-js/modules/es.object.prevent-extensions';\nimport 'core-js/modules/es.object.is-frozen';\nimport 'core-js/modules/es.object.is-sealed';\nimport 'core-js/modules/es.object.is-extensible';\nimport 'core-js/modules/es.object.assign';\nimport 'core-js/modules/es.object.is';\nimport 'core-js/modules/es.object.set-prototype-of';\nimport 'core-js/modules/es.object.to-string';\n\n// ES2015 array capabilities\nimport 'core-js/modules/es.array.is-array';\nimport 'core-js/modules/es.array.from';\nimport 'core-js/modules/es.array.of';\nimport 'core-js/modules/es.array.join';\nimport 'core-js/modules/es.array.slice';\nimport 'core-js/modules/es.array.sort';\nimport 'core-js/modules/es.array.for-each';\nimport 'core-js/modules/es.array.map';\nimport 'core-js/modules/es.array.filter';\nimport 'core-js/modules/es.array.some';\nimport 'core-js/modules/es.array.every';\nimport 'core-js/modules/es.array.reduce';\nimport 'core-js/modules/es.array.reduce-right';\nimport 'core-js/modules/es.array.index-of';\nimport 'core-js/modules/es.array.last-index-of';\nimport 'core-js/modules/es.array.copy-within';\nimport 'core-js/modules/es.array.fill';\nimport 'core-js/modules/es.array.find';\nimport 'core-js/modules/es.array.find-index';\nimport 'core-js/modules/es.array.iterator';\n\n// ES2015 string capabilities\nimport 'core-js/modules/es.string.from-code-point';\nimport 'core-js/modules/es.string.raw';\nimport 'core-js/modules/es.string.trim';\nimport 'core-js/modules/es.string.iterator';\nimport 'core-js/modules/es.string.code-point-at';\nimport 'core-js/modules/es.string.ends-with';\nimport 'core-js/modules/es.string.includes';\nimport 'core-js/modules/es.string.repeat';\nimport 'core-js/modules/es.string.starts-with';\nimport 'core-js/modules/es.string.anchor';\nimport 'core-js/modules/es.string.big';\nimport 'core-js/modules/es.string.blink';\nimport 'core-js/modules/es.string.bold';\nimport 'core-js/modules/es.string.fixed';\nimport 'core-js/modules/es.string.fontcolor';\nimport 'core-js/modules/es.string.fontsize';\nimport 'core-js/modules/es.string.italics';\nimport 'core-js/modules/es.string.link';\nimport 'core-js/modules/es.string.small';\nimport 'core-js/modules/es.string.strike';\nimport 'core-js/modules/es.string.sub';\nimport 'core-js/modules/es.string.sup';\n\nimport 'core-js/modules/es.parse-int';\nimport 'core-js/modules/es.parse-float';\n\nimport 'core-js/es/number';\nimport 'core-js/es/math';\nimport 'core-js/es/date';\nimport 'core-js/es/regexp';\n\nimport 'core-js/modules/es.map';\nimport 'core-js/modules/es.weak-map';\nimport 'core-js/modules/es.set';\nimport 'core-js/modules/web.dom-collections.iterator';\nimport 'core-js/modules/es.promise';\n","/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nimport 'core-js/proposals/reflect-metadata';\n","/* smoothscroll v0.4.4 - 2019 - Dustan Kasten, Jeremias Menichelli - MIT License */\n(function () {\n 'use strict';\n\n // polyfill\n function polyfill() {\n // aliases\n var w = window;\n var d = document;\n\n // return if scroll behavior is supported and polyfill is not forced\n if (\n 'scrollBehavior' in d.documentElement.style &&\n w.__forceSmoothScrollPolyfill__ !== true\n ) {\n return;\n }\n\n // globals\n var Element = w.HTMLElement || w.Element;\n var SCROLL_TIME = 468;\n\n // object gathering original scroll methods\n var original = {\n scroll: w.scroll || w.scrollTo,\n scrollBy: w.scrollBy,\n elementScroll: Element.prototype.scroll || scrollElement,\n scrollIntoView: Element.prototype.scrollIntoView\n };\n\n // define timing method\n var now =\n w.performance && w.performance.now\n ? w.performance.now.bind(w.performance)\n : Date.now;\n\n /**\n * indicates if a the current browser is made by Microsoft\n * @method isMicrosoftBrowser\n * @param {String} userAgent\n * @returns {Boolean}\n */\n function isMicrosoftBrowser(userAgent) {\n var userAgentPatterns = ['MSIE ', 'Trident/', 'Edge/'];\n\n return new RegExp(userAgentPatterns.join('|')).test(userAgent);\n }\n\n /*\n * IE has rounding bug rounding down clientHeight and clientWidth and\n * rounding up scrollHeight and scrollWidth causing false positives\n * on hasScrollableSpace\n */\n var ROUNDING_TOLERANCE = isMicrosoftBrowser(w.navigator.userAgent) ? 1 : 0;\n\n /**\n * changes scroll position inside an element\n * @method scrollElement\n * @param {Number} x\n * @param {Number} y\n * @returns {undefined}\n */\n function scrollElement(x, y) {\n this.scrollLeft = x;\n this.scrollTop = y;\n }\n\n /**\n * returns result of applying ease math function to a number\n * @method ease\n * @param {Number} k\n * @returns {Number}\n */\n function ease(k) {\n return 0.5 * (1 - Math.cos(Math.PI * k));\n }\n\n /**\n * indicates if a smooth behavior should be applied\n * @method shouldBailOut\n * @param {Number|Object} firstArg\n * @returns {Boolean}\n */\n function shouldBailOut(firstArg) {\n if (\n firstArg === null ||\n typeof firstArg !== 'object' ||\n firstArg.behavior === undefined ||\n firstArg.behavior === 'auto' ||\n firstArg.behavior === 'instant'\n ) {\n // first argument is not an object/null\n // or behavior is auto, instant or undefined\n return true;\n }\n\n if (typeof firstArg === 'object' && firstArg.behavior === 'smooth') {\n // first argument is an object and behavior is smooth\n return false;\n }\n\n // throw error when behavior is not supported\n throw new TypeError(\n 'behavior member of ScrollOptions ' +\n firstArg.behavior +\n ' is not a valid value for enumeration ScrollBehavior.'\n );\n }\n\n /**\n * indicates if an element has scrollable space in the provided axis\n * @method hasScrollableSpace\n * @param {Node} el\n * @param {String} axis\n * @returns {Boolean}\n */\n function hasScrollableSpace(el, axis) {\n if (axis === 'Y') {\n return el.clientHeight + ROUNDING_TOLERANCE < el.scrollHeight;\n }\n\n if (axis === 'X') {\n return el.clientWidth + ROUNDING_TOLERANCE < el.scrollWidth;\n }\n }\n\n /**\n * indicates if an element has a scrollable overflow property in the axis\n * @method canOverflow\n * @param {Node} el\n * @param {String} axis\n * @returns {Boolean}\n */\n function canOverflow(el, axis) {\n var overflowValue = w.getComputedStyle(el, null)['overflow' + axis];\n\n return overflowValue === 'auto' || overflowValue === 'scroll';\n }\n\n /**\n * indicates if an element can be scrolled in either axis\n * @method isScrollable\n * @param {Node} el\n * @param {String} axis\n * @returns {Boolean}\n */\n function isScrollable(el) {\n var isScrollableY = hasScrollableSpace(el, 'Y') && canOverflow(el, 'Y');\n var isScrollableX = hasScrollableSpace(el, 'X') && canOverflow(el, 'X');\n\n return isScrollableY || isScrollableX;\n }\n\n /**\n * finds scrollable parent of an element\n * @method findScrollableParent\n * @param {Node} el\n * @returns {Node} el\n */\n function findScrollableParent(el) {\n while (el !== d.body && isScrollable(el) === false) {\n el = el.parentNode || el.host;\n }\n\n return el;\n }\n\n /**\n * self invoked function that, given a context, steps through scrolling\n * @method step\n * @param {Object} context\n * @returns {undefined}\n */\n function step(context) {\n var time = now();\n var value;\n var currentX;\n var currentY;\n var elapsed = (time - context.startTime) / SCROLL_TIME;\n\n // avoid elapsed times higher than one\n elapsed = elapsed > 1 ? 1 : elapsed;\n\n // apply easing to elapsed time\n value = ease(elapsed);\n\n currentX = context.startX + (context.x - context.startX) * value;\n currentY = context.startY + (context.y - context.startY) * value;\n\n context.method.call(context.scrollable, currentX, currentY);\n\n // scroll more if we have not reached our destination\n if (currentX !== context.x || currentY !== context.y) {\n w.requestAnimationFrame(step.bind(w, context));\n }\n }\n\n /**\n * scrolls window or element with a smooth behavior\n * @method smoothScroll\n * @param {Object|Node} el\n * @param {Number} x\n * @param {Number} y\n * @returns {undefined}\n */\n function smoothScroll(el, x, y) {\n var scrollable;\n var startX;\n var startY;\n var method;\n var startTime = now();\n\n // define scroll context\n if (el === d.body) {\n scrollable = w;\n startX = w.scrollX || w.pageXOffset;\n startY = w.scrollY || w.pageYOffset;\n method = original.scroll;\n } else {\n scrollable = el;\n startX = el.scrollLeft;\n startY = el.scrollTop;\n method = scrollElement;\n }\n\n // scroll looping over a frame\n step({\n scrollable: scrollable,\n method: method,\n startTime: startTime,\n startX: startX,\n startY: startY,\n x: x,\n y: y\n });\n }\n\n // ORIGINAL METHODS OVERRIDES\n // w.scroll and w.scrollTo\n w.scroll = w.scrollTo = function() {\n // avoid action when no arguments are passed\n if (arguments[0] === undefined) {\n return;\n }\n\n // avoid smooth behavior if not required\n if (shouldBailOut(arguments[0]) === true) {\n original.scroll.call(\n w,\n arguments[0].left !== undefined\n ? arguments[0].left\n : typeof arguments[0] !== 'object'\n ? arguments[0]\n : w.scrollX || w.pageXOffset,\n // use top prop, second argument if present or fallback to scrollY\n arguments[0].top !== undefined\n ? arguments[0].top\n : arguments[1] !== undefined\n ? arguments[1]\n : w.scrollY || w.pageYOffset\n );\n\n return;\n }\n\n // LET THE SMOOTHNESS BEGIN!\n smoothScroll.call(\n w,\n d.body,\n arguments[0].left !== undefined\n ? ~~arguments[0].left\n : w.scrollX || w.pageXOffset,\n arguments[0].top !== undefined\n ? ~~arguments[0].top\n : w.scrollY || w.pageYOffset\n );\n };\n\n // w.scrollBy\n w.scrollBy = function() {\n // avoid action when no arguments are passed\n if (arguments[0] === undefined) {\n return;\n }\n\n // avoid smooth behavior if not required\n if (shouldBailOut(arguments[0])) {\n original.scrollBy.call(\n w,\n arguments[0].left !== undefined\n ? arguments[0].left\n : typeof arguments[0] !== 'object' ? arguments[0] : 0,\n arguments[0].top !== undefined\n ? arguments[0].top\n : arguments[1] !== undefined ? arguments[1] : 0\n );\n\n return;\n }\n\n // LET THE SMOOTHNESS BEGIN!\n smoothScroll.call(\n w,\n d.body,\n ~~arguments[0].left + (w.scrollX || w.pageXOffset),\n ~~arguments[0].top + (w.scrollY || w.pageYOffset)\n );\n };\n\n // Element.prototype.scroll and Element.prototype.scrollTo\n Element.prototype.scroll = Element.prototype.scrollTo = function() {\n // avoid action when no arguments are passed\n if (arguments[0] === undefined) {\n return;\n }\n\n // avoid smooth behavior if not required\n if (shouldBailOut(arguments[0]) === true) {\n // if one number is passed, throw error to match Firefox implementation\n if (typeof arguments[0] === 'number' && arguments[1] === undefined) {\n throw new SyntaxError('Value could not be converted');\n }\n\n original.elementScroll.call(\n this,\n // use left prop, first number argument or fallback to scrollLeft\n arguments[0].left !== undefined\n ? ~~arguments[0].left\n : typeof arguments[0] !== 'object' ? ~~arguments[0] : this.scrollLeft,\n // use top prop, second argument or fallback to scrollTop\n arguments[0].top !== undefined\n ? ~~arguments[0].top\n : arguments[1] !== undefined ? ~~arguments[1] : this.scrollTop\n );\n\n return;\n }\n\n var left = arguments[0].left;\n var top = arguments[0].top;\n\n // LET THE SMOOTHNESS BEGIN!\n smoothScroll.call(\n this,\n this,\n typeof left === 'undefined' ? this.scrollLeft : ~~left,\n typeof top === 'undefined' ? this.scrollTop : ~~top\n );\n };\n\n // Element.prototype.scrollBy\n Element.prototype.scrollBy = function() {\n // avoid action when no arguments are passed\n if (arguments[0] === undefined) {\n return;\n }\n\n // avoid smooth behavior if not required\n if (shouldBailOut(arguments[0]) === true) {\n original.elementScroll.call(\n this,\n arguments[0].left !== undefined\n ? ~~arguments[0].left + this.scrollLeft\n : ~~arguments[0] + this.scrollLeft,\n arguments[0].top !== undefined\n ? ~~arguments[0].top + this.scrollTop\n : ~~arguments[1] + this.scrollTop\n );\n\n return;\n }\n\n this.scroll({\n left: ~~arguments[0].left + this.scrollLeft,\n top: ~~arguments[0].top + this.scrollTop,\n behavior: arguments[0].behavior\n });\n };\n\n // Element.prototype.scrollIntoView\n Element.prototype.scrollIntoView = function() {\n // avoid smooth behavior if not required\n if (shouldBailOut(arguments[0]) === true) {\n original.scrollIntoView.call(\n this,\n arguments[0] === undefined ? true : arguments[0]\n );\n\n return;\n }\n\n // LET THE SMOOTHNESS BEGIN!\n var scrollableParent = findScrollableParent(this);\n var parentRects = scrollableParent.getBoundingClientRect();\n var clientRects = this.getBoundingClientRect();\n\n if (scrollableParent !== d.body) {\n // reveal element inside parent\n smoothScroll.call(\n this,\n scrollableParent,\n scrollableParent.scrollLeft + clientRects.left - parentRects.left,\n scrollableParent.scrollTop + clientRects.top - parentRects.top\n );\n\n // reveal parent in viewport unless is fixed\n if (w.getComputedStyle(scrollableParent).position !== 'fixed') {\n w.scrollBy({\n left: parentRects.left,\n top: parentRects.top,\n behavior: 'smooth'\n });\n }\n } else {\n // reveal element in viewport\n w.scrollBy({\n left: clientRects.left,\n top: clientRects.top,\n behavior: 'smooth'\n });\n }\n };\n }\n\n if (typeof exports === 'object' && typeof module !== 'undefined') {\n // commonjs\n module.exports = { polyfill: polyfill };\n } else {\n // global\n polyfill();\n }\n\n}());\n","/**\n* @license\n* Copyright Google Inc. All Rights Reserved.\n*\n* Use of this source code is governed by an MIT-style license that can be\n* found in the LICENSE file at https://angular.io/license\n*/\n(function (global, factory) {\n\ttypeof exports === 'object' && typeof module !== 'undefined' ? factory() :\n\ttypeof define === 'function' && define.amd ? define(factory) :\n\t(factory());\n}(this, (function () { 'use strict';\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nvar Zone$1 = (function (global) {\n var performance = global['performance'];\n function mark(name) {\n performance && performance['mark'] && performance['mark'](name);\n }\n function performanceMeasure(name, label) {\n performance && performance['measure'] && performance['measure'](name, label);\n }\n mark('Zone');\n var checkDuplicate = global[('__zone_symbol__forceDuplicateZoneCheck')] === true;\n if (global['Zone']) {\n // if global['Zone'] already exists (maybe zone.js was already loaded or\n // some other lib also registered a global object named Zone), we may need\n // to throw an error, but sometimes user may not want this error.\n // For example,\n // we have two web pages, page1 includes zone.js, page2 doesn't.\n // and the 1st time user load page1 and page2, everything work fine,\n // but when user load page2 again, error occurs because global['Zone'] already exists.\n // so we add a flag to let user choose whether to throw this error or not.\n // By default, if existing Zone is from zone.js, we will not throw the error.\n if (checkDuplicate || typeof global['Zone'].__symbol__ !== 'function') {\n throw new Error('Zone already loaded.');\n }\n else {\n return global['Zone'];\n }\n }\n var Zone = /** @class */ (function () {\n function Zone(parent, zoneSpec) {\n this._parent = parent;\n this._name = zoneSpec ? zoneSpec.name || 'unnamed' : '';\n this._properties = zoneSpec && zoneSpec.properties || {};\n this._zoneDelegate =\n new ZoneDelegate(this, this._parent && this._parent._zoneDelegate, zoneSpec);\n }\n Zone.assertZonePatched = function () {\n if (global['Promise'] !== patches['ZoneAwarePromise']) {\n throw new Error('Zone.js has detected that ZoneAwarePromise `(window|global).Promise` ' +\n 'has been overwritten.\\n' +\n 'Most likely cause is that a Promise polyfill has been loaded ' +\n 'after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. ' +\n 'If you must load one, do so before loading zone.js.)');\n }\n };\n Object.defineProperty(Zone, \"root\", {\n get: function () {\n var zone = Zone.current;\n while (zone.parent) {\n zone = zone.parent;\n }\n return zone;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(Zone, \"current\", {\n get: function () {\n return _currentZoneFrame.zone;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(Zone, \"currentTask\", {\n get: function () {\n return _currentTask;\n },\n enumerable: true,\n configurable: true\n });\n Zone.__load_patch = function (name, fn) {\n if (patches.hasOwnProperty(name)) {\n if (checkDuplicate) {\n throw Error('Already loaded patch: ' + name);\n }\n }\n else if (!global['__Zone_disable_' + name]) {\n var perfName = 'Zone:' + name;\n mark(perfName);\n patches[name] = fn(global, Zone, _api);\n performanceMeasure(perfName, perfName);\n }\n };\n Object.defineProperty(Zone.prototype, \"parent\", {\n get: function () {\n return this._parent;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(Zone.prototype, \"name\", {\n get: function () {\n return this._name;\n },\n enumerable: true,\n configurable: true\n });\n Zone.prototype.get = function (key) {\n var zone = this.getZoneWith(key);\n if (zone)\n return zone._properties[key];\n };\n Zone.prototype.getZoneWith = function (key) {\n var current = this;\n while (current) {\n if (current._properties.hasOwnProperty(key)) {\n return current;\n }\n current = current._parent;\n }\n return null;\n };\n Zone.prototype.fork = function (zoneSpec) {\n if (!zoneSpec)\n throw new Error('ZoneSpec required!');\n return this._zoneDelegate.fork(this, zoneSpec);\n };\n Zone.prototype.wrap = function (callback, source) {\n if (typeof callback !== 'function') {\n throw new Error('Expecting function got: ' + callback);\n }\n var _callback = this._zoneDelegate.intercept(this, callback, source);\n var zone = this;\n return function () {\n return zone.runGuarded(_callback, this, arguments, source);\n };\n };\n Zone.prototype.run = function (callback, applyThis, applyArgs, source) {\n _currentZoneFrame = { parent: _currentZoneFrame, zone: this };\n try {\n return this._zoneDelegate.invoke(this, callback, applyThis, applyArgs, source);\n }\n finally {\n _currentZoneFrame = _currentZoneFrame.parent;\n }\n };\n Zone.prototype.runGuarded = function (callback, applyThis, applyArgs, source) {\n if (applyThis === void 0) { applyThis = null; }\n _currentZoneFrame = { parent: _currentZoneFrame, zone: this };\n try {\n try {\n return this._zoneDelegate.invoke(this, callback, applyThis, applyArgs, source);\n }\n catch (error) {\n if (this._zoneDelegate.handleError(this, error)) {\n throw error;\n }\n }\n }\n finally {\n _currentZoneFrame = _currentZoneFrame.parent;\n }\n };\n Zone.prototype.runTask = function (task, applyThis, applyArgs) {\n if (task.zone != this) {\n throw new Error('A task can only be run in the zone of creation! (Creation: ' +\n (task.zone || NO_ZONE).name + '; Execution: ' + this.name + ')');\n }\n // https://github.com/angular/zone.js/issues/778, sometimes eventTask\n // will run in notScheduled(canceled) state, we should not try to\n // run such kind of task but just return\n if (task.state === notScheduled && (task.type === eventTask || task.type === macroTask)) {\n return;\n }\n var reEntryGuard = task.state != running;\n reEntryGuard && task._transitionTo(running, scheduled);\n task.runCount++;\n var previousTask = _currentTask;\n _currentTask = task;\n _currentZoneFrame = { parent: _currentZoneFrame, zone: this };\n try {\n if (task.type == macroTask && task.data && !task.data.isPeriodic) {\n task.cancelFn = undefined;\n }\n try {\n return this._zoneDelegate.invokeTask(this, task, applyThis, applyArgs);\n }\n catch (error) {\n if (this._zoneDelegate.handleError(this, error)) {\n throw error;\n }\n }\n }\n finally {\n // if the task's state is notScheduled or unknown, then it has already been cancelled\n // we should not reset the state to scheduled\n if (task.state !== notScheduled && task.state !== unknown) {\n if (task.type == eventTask || (task.data && task.data.isPeriodic)) {\n reEntryGuard && task._transitionTo(scheduled, running);\n }\n else {\n task.runCount = 0;\n this._updateTaskCount(task, -1);\n reEntryGuard &&\n task._transitionTo(notScheduled, running, notScheduled);\n }\n }\n _currentZoneFrame = _currentZoneFrame.parent;\n _currentTask = previousTask;\n }\n };\n Zone.prototype.scheduleTask = function (task) {\n if (task.zone && task.zone !== this) {\n // check if the task was rescheduled, the newZone\n // should not be the children of the original zone\n var newZone = this;\n while (newZone) {\n if (newZone === task.zone) {\n throw Error(\"can not reschedule task to \" + this.name + \" which is descendants of the original zone \" + task.zone.name);\n }\n newZone = newZone.parent;\n }\n }\n task._transitionTo(scheduling, notScheduled);\n var zoneDelegates = [];\n task._zoneDelegates = zoneDelegates;\n task._zone = this;\n try {\n task = this._zoneDelegate.scheduleTask(this, task);\n }\n catch (err) {\n // should set task's state to unknown when scheduleTask throw error\n // because the err may from reschedule, so the fromState maybe notScheduled\n task._transitionTo(unknown, scheduling, notScheduled);\n // TODO: @JiaLiPassion, should we check the result from handleError?\n this._zoneDelegate.handleError(this, err);\n throw err;\n }\n if (task._zoneDelegates === zoneDelegates) {\n // we have to check because internally the delegate can reschedule the task.\n this._updateTaskCount(task, 1);\n }\n if (task.state == scheduling) {\n task._transitionTo(scheduled, scheduling);\n }\n return task;\n };\n Zone.prototype.scheduleMicroTask = function (source, callback, data, customSchedule) {\n return this.scheduleTask(new ZoneTask(microTask, source, callback, data, customSchedule, undefined));\n };\n Zone.prototype.scheduleMacroTask = function (source, callback, data, customSchedule, customCancel) {\n return this.scheduleTask(new ZoneTask(macroTask, source, callback, data, customSchedule, customCancel));\n };\n Zone.prototype.scheduleEventTask = function (source, callback, data, customSchedule, customCancel) {\n return this.scheduleTask(new ZoneTask(eventTask, source, callback, data, customSchedule, customCancel));\n };\n Zone.prototype.cancelTask = function (task) {\n if (task.zone != this)\n throw new Error('A task can only be cancelled in the zone of creation! (Creation: ' +\n (task.zone || NO_ZONE).name + '; Execution: ' + this.name + ')');\n task._transitionTo(canceling, scheduled, running);\n try {\n this._zoneDelegate.cancelTask(this, task);\n }\n catch (err) {\n // if error occurs when cancelTask, transit the state to unknown\n task._transitionTo(unknown, canceling);\n this._zoneDelegate.handleError(this, err);\n throw err;\n }\n this._updateTaskCount(task, -1);\n task._transitionTo(notScheduled, canceling);\n task.runCount = 0;\n return task;\n };\n Zone.prototype._updateTaskCount = function (task, count) {\n var zoneDelegates = task._zoneDelegates;\n if (count == -1) {\n task._zoneDelegates = null;\n }\n for (var i = 0; i < zoneDelegates.length; i++) {\n zoneDelegates[i]._updateTaskCount(task.type, count);\n }\n };\n Zone.__symbol__ = __symbol__;\n return Zone;\n }());\n var DELEGATE_ZS = {\n name: '',\n onHasTask: function (delegate, _, target, hasTaskState) { return delegate.hasTask(target, hasTaskState); },\n onScheduleTask: function (delegate, _, target, task) {\n return delegate.scheduleTask(target, task);\n },\n onInvokeTask: function (delegate, _, target, task, applyThis, applyArgs) {\n return delegate.invokeTask(target, task, applyThis, applyArgs);\n },\n onCancelTask: function (delegate, _, target, task) { return delegate.cancelTask(target, task); }\n };\n var ZoneDelegate = /** @class */ (function () {\n function ZoneDelegate(zone, parentDelegate, zoneSpec) {\n this._taskCounts = { 'microTask': 0, 'macroTask': 0, 'eventTask': 0 };\n this.zone = zone;\n this._parentDelegate = parentDelegate;\n this._forkZS = zoneSpec && (zoneSpec && zoneSpec.onFork ? zoneSpec : parentDelegate._forkZS);\n this._forkDlgt = zoneSpec && (zoneSpec.onFork ? parentDelegate : parentDelegate._forkDlgt);\n this._forkCurrZone = zoneSpec && (zoneSpec.onFork ? this.zone : parentDelegate.zone);\n this._interceptZS =\n zoneSpec && (zoneSpec.onIntercept ? zoneSpec : parentDelegate._interceptZS);\n this._interceptDlgt =\n zoneSpec && (zoneSpec.onIntercept ? parentDelegate : parentDelegate._interceptDlgt);\n this._interceptCurrZone =\n zoneSpec && (zoneSpec.onIntercept ? this.zone : parentDelegate.zone);\n this._invokeZS = zoneSpec && (zoneSpec.onInvoke ? zoneSpec : parentDelegate._invokeZS);\n this._invokeDlgt =\n zoneSpec && (zoneSpec.onInvoke ? parentDelegate : parentDelegate._invokeDlgt);\n this._invokeCurrZone = zoneSpec && (zoneSpec.onInvoke ? this.zone : parentDelegate.zone);\n this._handleErrorZS =\n zoneSpec && (zoneSpec.onHandleError ? zoneSpec : parentDelegate._handleErrorZS);\n this._handleErrorDlgt =\n zoneSpec && (zoneSpec.onHandleError ? parentDelegate : parentDelegate._handleErrorDlgt);\n this._handleErrorCurrZone =\n zoneSpec && (zoneSpec.onHandleError ? this.zone : parentDelegate.zone);\n this._scheduleTaskZS =\n zoneSpec && (zoneSpec.onScheduleTask ? zoneSpec : parentDelegate._scheduleTaskZS);\n this._scheduleTaskDlgt = zoneSpec &&\n (zoneSpec.onScheduleTask ? parentDelegate : parentDelegate._scheduleTaskDlgt);\n this._scheduleTaskCurrZone =\n zoneSpec && (zoneSpec.onScheduleTask ? this.zone : parentDelegate.zone);\n this._invokeTaskZS =\n zoneSpec && (zoneSpec.onInvokeTask ? zoneSpec : parentDelegate._invokeTaskZS);\n this._invokeTaskDlgt =\n zoneSpec && (zoneSpec.onInvokeTask ? parentDelegate : parentDelegate._invokeTaskDlgt);\n this._invokeTaskCurrZone =\n zoneSpec && (zoneSpec.onInvokeTask ? this.zone : parentDelegate.zone);\n this._cancelTaskZS =\n zoneSpec && (zoneSpec.onCancelTask ? zoneSpec : parentDelegate._cancelTaskZS);\n this._cancelTaskDlgt =\n zoneSpec && (zoneSpec.onCancelTask ? parentDelegate : parentDelegate._cancelTaskDlgt);\n this._cancelTaskCurrZone =\n zoneSpec && (zoneSpec.onCancelTask ? this.zone : parentDelegate.zone);\n this._hasTaskZS = null;\n this._hasTaskDlgt = null;\n this._hasTaskDlgtOwner = null;\n this._hasTaskCurrZone = null;\n var zoneSpecHasTask = zoneSpec && zoneSpec.onHasTask;\n var parentHasTask = parentDelegate && parentDelegate._hasTaskZS;\n if (zoneSpecHasTask || parentHasTask) {\n // If we need to report hasTask, than this ZS needs to do ref counting on tasks. In such\n // a case all task related interceptors must go through this ZD. We can't short circuit it.\n this._hasTaskZS = zoneSpecHasTask ? zoneSpec : DELEGATE_ZS;\n this._hasTaskDlgt = parentDelegate;\n this._hasTaskDlgtOwner = this;\n this._hasTaskCurrZone = zone;\n if (!zoneSpec.onScheduleTask) {\n this._scheduleTaskZS = DELEGATE_ZS;\n this._scheduleTaskDlgt = parentDelegate;\n this._scheduleTaskCurrZone = this.zone;\n }\n if (!zoneSpec.onInvokeTask) {\n this._invokeTaskZS = DELEGATE_ZS;\n this._invokeTaskDlgt = parentDelegate;\n this._invokeTaskCurrZone = this.zone;\n }\n if (!zoneSpec.onCancelTask) {\n this._cancelTaskZS = DELEGATE_ZS;\n this._cancelTaskDlgt = parentDelegate;\n this._cancelTaskCurrZone = this.zone;\n }\n }\n }\n ZoneDelegate.prototype.fork = function (targetZone, zoneSpec) {\n return this._forkZS ? this._forkZS.onFork(this._forkDlgt, this.zone, targetZone, zoneSpec) :\n new Zone(targetZone, zoneSpec);\n };\n ZoneDelegate.prototype.intercept = function (targetZone, callback, source) {\n return this._interceptZS ?\n this._interceptZS.onIntercept(this._interceptDlgt, this._interceptCurrZone, targetZone, callback, source) :\n callback;\n };\n ZoneDelegate.prototype.invoke = function (targetZone, callback, applyThis, applyArgs, source) {\n return this._invokeZS ? this._invokeZS.onInvoke(this._invokeDlgt, this._invokeCurrZone, targetZone, callback, applyThis, applyArgs, source) :\n callback.apply(applyThis, applyArgs);\n };\n ZoneDelegate.prototype.handleError = function (targetZone, error) {\n return this._handleErrorZS ?\n this._handleErrorZS.onHandleError(this._handleErrorDlgt, this._handleErrorCurrZone, targetZone, error) :\n true;\n };\n ZoneDelegate.prototype.scheduleTask = function (targetZone, task) {\n var returnTask = task;\n if (this._scheduleTaskZS) {\n if (this._hasTaskZS) {\n returnTask._zoneDelegates.push(this._hasTaskDlgtOwner);\n }\n returnTask = this._scheduleTaskZS.onScheduleTask(this._scheduleTaskDlgt, this._scheduleTaskCurrZone, targetZone, task);\n if (!returnTask)\n returnTask = task;\n }\n else {\n if (task.scheduleFn) {\n task.scheduleFn(task);\n }\n else if (task.type == microTask) {\n scheduleMicroTask(task);\n }\n else {\n throw new Error('Task is missing scheduleFn.');\n }\n }\n return returnTask;\n };\n ZoneDelegate.prototype.invokeTask = function (targetZone, task, applyThis, applyArgs) {\n return this._invokeTaskZS ? this._invokeTaskZS.onInvokeTask(this._invokeTaskDlgt, this._invokeTaskCurrZone, targetZone, task, applyThis, applyArgs) :\n task.callback.apply(applyThis, applyArgs);\n };\n ZoneDelegate.prototype.cancelTask = function (targetZone, task) {\n var value;\n if (this._cancelTaskZS) {\n value = this._cancelTaskZS.onCancelTask(this._cancelTaskDlgt, this._cancelTaskCurrZone, targetZone, task);\n }\n else {\n if (!task.cancelFn) {\n throw Error('Task is not cancelable');\n }\n value = task.cancelFn(task);\n }\n return value;\n };\n ZoneDelegate.prototype.hasTask = function (targetZone, isEmpty) {\n // hasTask should not throw error so other ZoneDelegate\n // can still trigger hasTask callback\n try {\n this._hasTaskZS &&\n this._hasTaskZS.onHasTask(this._hasTaskDlgt, this._hasTaskCurrZone, targetZone, isEmpty);\n }\n catch (err) {\n this.handleError(targetZone, err);\n }\n };\n ZoneDelegate.prototype._updateTaskCount = function (type, count) {\n var counts = this._taskCounts;\n var prev = counts[type];\n var next = counts[type] = prev + count;\n if (next < 0) {\n throw new Error('More tasks executed then were scheduled.');\n }\n if (prev == 0 || next == 0) {\n var isEmpty = {\n microTask: counts['microTask'] > 0,\n macroTask: counts['macroTask'] > 0,\n eventTask: counts['eventTask'] > 0,\n change: type\n };\n this.hasTask(this.zone, isEmpty);\n }\n };\n return ZoneDelegate;\n }());\n var ZoneTask = /** @class */ (function () {\n function ZoneTask(type, source, callback, options, scheduleFn, cancelFn) {\n this._zone = null;\n this.runCount = 0;\n this._zoneDelegates = null;\n this._state = 'notScheduled';\n this.type = type;\n this.source = source;\n this.data = options;\n this.scheduleFn = scheduleFn;\n this.cancelFn = cancelFn;\n this.callback = callback;\n var self = this;\n // TODO: @JiaLiPassion options should have interface\n if (type === eventTask && options && options.useG) {\n this.invoke = ZoneTask.invokeTask;\n }\n else {\n this.invoke = function () {\n return ZoneTask.invokeTask.call(global, self, this, arguments);\n };\n }\n }\n ZoneTask.invokeTask = function (task, target, args) {\n if (!task) {\n task = this;\n }\n _numberOfNestedTaskFrames++;\n try {\n task.runCount++;\n return task.zone.runTask(task, target, args);\n }\n finally {\n if (_numberOfNestedTaskFrames == 1) {\n drainMicroTaskQueue();\n }\n _numberOfNestedTaskFrames--;\n }\n };\n Object.defineProperty(ZoneTask.prototype, \"zone\", {\n get: function () {\n return this._zone;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(ZoneTask.prototype, \"state\", {\n get: function () {\n return this._state;\n },\n enumerable: true,\n configurable: true\n });\n ZoneTask.prototype.cancelScheduleRequest = function () {\n this._transitionTo(notScheduled, scheduling);\n };\n ZoneTask.prototype._transitionTo = function (toState, fromState1, fromState2) {\n if (this._state === fromState1 || this._state === fromState2) {\n this._state = toState;\n if (toState == notScheduled) {\n this._zoneDelegates = null;\n }\n }\n else {\n throw new Error(this.type + \" '\" + this.source + \"': can not transition to '\" + toState + \"', expecting state '\" + fromState1 + \"'\" + (fromState2 ? ' or \\'' + fromState2 + '\\'' : '') + \", was '\" + this._state + \"'.\");\n }\n };\n ZoneTask.prototype.toString = function () {\n if (this.data && typeof this.data.handleId !== 'undefined') {\n return this.data.handleId.toString();\n }\n else {\n return Object.prototype.toString.call(this);\n }\n };\n // add toJSON method to prevent cyclic error when\n // call JSON.stringify(zoneTask)\n ZoneTask.prototype.toJSON = function () {\n return {\n type: this.type,\n state: this.state,\n source: this.source,\n zone: this.zone.name,\n runCount: this.runCount\n };\n };\n return ZoneTask;\n }());\n //////////////////////////////////////////////////////\n //////////////////////////////////////////////////////\n /// MICROTASK QUEUE\n //////////////////////////////////////////////////////\n //////////////////////////////////////////////////////\n var symbolSetTimeout = __symbol__('setTimeout');\n var symbolPromise = __symbol__('Promise');\n var symbolThen = __symbol__('then');\n var _microTaskQueue = [];\n var _isDrainingMicrotaskQueue = false;\n var nativeMicroTaskQueuePromise;\n function scheduleMicroTask(task) {\n // if we are not running in any task, and there has not been anything scheduled\n // we must bootstrap the initial task creation by manually scheduling the drain\n if (_numberOfNestedTaskFrames === 0 && _microTaskQueue.length === 0) {\n // We are not running in Task, so we need to kickstart the microtask queue.\n if (!nativeMicroTaskQueuePromise) {\n if (global[symbolPromise]) {\n nativeMicroTaskQueuePromise = global[symbolPromise].resolve(0);\n }\n }\n if (nativeMicroTaskQueuePromise) {\n var nativeThen = nativeMicroTaskQueuePromise[symbolThen];\n if (!nativeThen) {\n // native Promise is not patchable, we need to use `then` directly\n // issue 1078\n nativeThen = nativeMicroTaskQueuePromise['then'];\n }\n nativeThen.call(nativeMicroTaskQueuePromise, drainMicroTaskQueue);\n }\n else {\n global[symbolSetTimeout](drainMicroTaskQueue, 0);\n }\n }\n task && _microTaskQueue.push(task);\n }\n function drainMicroTaskQueue() {\n if (!_isDrainingMicrotaskQueue) {\n _isDrainingMicrotaskQueue = true;\n while (_microTaskQueue.length) {\n var queue = _microTaskQueue;\n _microTaskQueue = [];\n for (var i = 0; i < queue.length; i++) {\n var task = queue[i];\n try {\n task.zone.runTask(task, null, null);\n }\n catch (error) {\n _api.onUnhandledError(error);\n }\n }\n }\n _api.microtaskDrainDone();\n _isDrainingMicrotaskQueue = false;\n }\n }\n //////////////////////////////////////////////////////\n //////////////////////////////////////////////////////\n /// BOOTSTRAP\n //////////////////////////////////////////////////////\n //////////////////////////////////////////////////////\n var NO_ZONE = { name: 'NO ZONE' };\n var notScheduled = 'notScheduled', scheduling = 'scheduling', scheduled = 'scheduled', running = 'running', canceling = 'canceling', unknown = 'unknown';\n var microTask = 'microTask', macroTask = 'macroTask', eventTask = 'eventTask';\n var patches = {};\n var _api = {\n symbol: __symbol__,\n currentZoneFrame: function () { return _currentZoneFrame; },\n onUnhandledError: noop,\n microtaskDrainDone: noop,\n scheduleMicroTask: scheduleMicroTask,\n showUncaughtError: function () { return !Zone[__symbol__('ignoreConsoleErrorUncaughtError')]; },\n patchEventTarget: function () { return []; },\n patchOnProperties: noop,\n patchMethod: function () { return noop; },\n bindArguments: function () { return []; },\n patchThen: function () { return noop; },\n patchMacroTask: function () { return noop; },\n setNativePromise: function (NativePromise) {\n // sometimes NativePromise.resolve static function\n // is not ready yet, (such as core-js/es6.promise)\n // so we need to check here.\n if (NativePromise && typeof NativePromise.resolve === 'function') {\n nativeMicroTaskQueuePromise = NativePromise.resolve(0);\n }\n },\n patchEventPrototype: function () { return noop; },\n isIEOrEdge: function () { return false; },\n getGlobalObjects: function () { return undefined; },\n ObjectDefineProperty: function () { return noop; },\n ObjectGetOwnPropertyDescriptor: function () { return undefined; },\n ObjectCreate: function () { return undefined; },\n ArraySlice: function () { return []; },\n patchClass: function () { return noop; },\n wrapWithCurrentZone: function () { return noop; },\n filterProperties: function () { return []; },\n attachOriginToPatched: function () { return noop; },\n _redefineProperty: function () { return noop; },\n patchCallbacks: function () { return noop; }\n };\n var _currentZoneFrame = { parent: null, zone: new Zone(null, null) };\n var _currentTask = null;\n var _numberOfNestedTaskFrames = 0;\n function noop() { }\n function __symbol__(name) {\n return '__zone_symbol__' + name;\n }\n performanceMeasure('Zone', 'Zone');\n return global['Zone'] = Zone;\n})(typeof window !== 'undefined' && window || typeof self !== 'undefined' && self || global);\n\nvar __values = (undefined && undefined.__values) || function (o) {\n var m = typeof Symbol === \"function\" && o[Symbol.iterator], i = 0;\n if (m) return m.call(o);\n return {\n next: function () {\n if (o && i >= o.length) o = void 0;\n return { value: o && o[i++], done: !o };\n }\n };\n};\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nZone.__load_patch('ZoneAwarePromise', function (global, Zone, api) {\n var ObjectGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n var ObjectDefineProperty = Object.defineProperty;\n function readableObjectToString(obj) {\n if (obj && obj.toString === Object.prototype.toString) {\n var className = obj.constructor && obj.constructor.name;\n return (className ? className : '') + ': ' + JSON.stringify(obj);\n }\n return obj ? obj.toString() : Object.prototype.toString.call(obj);\n }\n var __symbol__ = api.symbol;\n var _uncaughtPromiseErrors = [];\n var symbolPromise = __symbol__('Promise');\n var symbolThen = __symbol__('then');\n var creationTrace = '__creationTrace__';\n api.onUnhandledError = function (e) {\n if (api.showUncaughtError()) {\n var rejection = e && e.rejection;\n if (rejection) {\n console.error('Unhandled Promise rejection:', rejection instanceof Error ? rejection.message : rejection, '; Zone:', e.zone.name, '; Task:', e.task && e.task.source, '; Value:', rejection, rejection instanceof Error ? rejection.stack : undefined);\n }\n else {\n console.error(e);\n }\n }\n };\n api.microtaskDrainDone = function () {\n while (_uncaughtPromiseErrors.length) {\n var _loop_1 = function () {\n var uncaughtPromiseError = _uncaughtPromiseErrors.shift();\n try {\n uncaughtPromiseError.zone.runGuarded(function () {\n throw uncaughtPromiseError;\n });\n }\n catch (error) {\n handleUnhandledRejection(error);\n }\n };\n while (_uncaughtPromiseErrors.length) {\n _loop_1();\n }\n }\n };\n var UNHANDLED_PROMISE_REJECTION_HANDLER_SYMBOL = __symbol__('unhandledPromiseRejectionHandler');\n function handleUnhandledRejection(e) {\n api.onUnhandledError(e);\n try {\n var handler = Zone[UNHANDLED_PROMISE_REJECTION_HANDLER_SYMBOL];\n if (handler && typeof handler === 'function') {\n handler.call(this, e);\n }\n }\n catch (err) {\n }\n }\n function isThenable(value) {\n return value && value.then;\n }\n function forwardResolution(value) {\n return value;\n }\n function forwardRejection(rejection) {\n return ZoneAwarePromise.reject(rejection);\n }\n var symbolState = __symbol__('state');\n var symbolValue = __symbol__('value');\n var symbolFinally = __symbol__('finally');\n var symbolParentPromiseValue = __symbol__('parentPromiseValue');\n var symbolParentPromiseState = __symbol__('parentPromiseState');\n var source = 'Promise.then';\n var UNRESOLVED = null;\n var RESOLVED = true;\n var REJECTED = false;\n var REJECTED_NO_CATCH = 0;\n function makeResolver(promise, state) {\n return function (v) {\n try {\n resolvePromise(promise, state, v);\n }\n catch (err) {\n resolvePromise(promise, false, err);\n }\n // Do not return value or you will break the Promise spec.\n };\n }\n var once = function () {\n var wasCalled = false;\n return function wrapper(wrappedFunction) {\n return function () {\n if (wasCalled) {\n return;\n }\n wasCalled = true;\n wrappedFunction.apply(null, arguments);\n };\n };\n };\n var TYPE_ERROR = 'Promise resolved with itself';\n var CURRENT_TASK_TRACE_SYMBOL = __symbol__('currentTaskTrace');\n // Promise Resolution\n function resolvePromise(promise, state, value) {\n var onceWrapper = once();\n if (promise === value) {\n throw new TypeError(TYPE_ERROR);\n }\n if (promise[symbolState] === UNRESOLVED) {\n // should only get value.then once based on promise spec.\n var then = null;\n try {\n if (typeof value === 'object' || typeof value === 'function') {\n then = value && value.then;\n }\n }\n catch (err) {\n onceWrapper(function () {\n resolvePromise(promise, false, err);\n })();\n return promise;\n }\n // if (value instanceof ZoneAwarePromise) {\n if (state !== REJECTED && value instanceof ZoneAwarePromise &&\n value.hasOwnProperty(symbolState) && value.hasOwnProperty(symbolValue) &&\n value[symbolState] !== UNRESOLVED) {\n clearRejectedNoCatch(value);\n resolvePromise(promise, value[symbolState], value[symbolValue]);\n }\n else if (state !== REJECTED && typeof then === 'function') {\n try {\n then.call(value, onceWrapper(makeResolver(promise, state)), onceWrapper(makeResolver(promise, false)));\n }\n catch (err) {\n onceWrapper(function () {\n resolvePromise(promise, false, err);\n })();\n }\n }\n else {\n promise[symbolState] = state;\n var queue = promise[symbolValue];\n promise[symbolValue] = value;\n if (promise[symbolFinally] === symbolFinally) {\n // the promise is generated by Promise.prototype.finally\n if (state === RESOLVED) {\n // the state is resolved, should ignore the value\n // and use parent promise value\n promise[symbolState] = promise[symbolParentPromiseState];\n promise[symbolValue] = promise[symbolParentPromiseValue];\n }\n }\n // record task information in value when error occurs, so we can\n // do some additional work such as render longStackTrace\n if (state === REJECTED && value instanceof Error) {\n // check if longStackTraceZone is here\n var trace = Zone.currentTask && Zone.currentTask.data &&\n Zone.currentTask.data[creationTrace];\n if (trace) {\n // only keep the long stack trace into error when in longStackTraceZone\n ObjectDefineProperty(value, CURRENT_TASK_TRACE_SYMBOL, { configurable: true, enumerable: false, writable: true, value: trace });\n }\n }\n for (var i = 0; i < queue.length;) {\n scheduleResolveOrReject(promise, queue[i++], queue[i++], queue[i++], queue[i++]);\n }\n if (queue.length == 0 && state == REJECTED) {\n promise[symbolState] = REJECTED_NO_CATCH;\n try {\n // try to print more readable error log\n throw new Error('Uncaught (in promise): ' + readableObjectToString(value) +\n (value && value.stack ? '\\n' + value.stack : ''));\n }\n catch (err) {\n var error_1 = err;\n error_1.rejection = value;\n error_1.promise = promise;\n error_1.zone = Zone.current;\n error_1.task = Zone.currentTask;\n _uncaughtPromiseErrors.push(error_1);\n api.scheduleMicroTask(); // to make sure that it is running\n }\n }\n }\n }\n // Resolving an already resolved promise is a noop.\n return promise;\n }\n var REJECTION_HANDLED_HANDLER = __symbol__('rejectionHandledHandler');\n function clearRejectedNoCatch(promise) {\n if (promise[symbolState] === REJECTED_NO_CATCH) {\n // if the promise is rejected no catch status\n // and queue.length > 0, means there is a error handler\n // here to handle the rejected promise, we should trigger\n // windows.rejectionhandled eventHandler or nodejs rejectionHandled\n // eventHandler\n try {\n var handler = Zone[REJECTION_HANDLED_HANDLER];\n if (handler && typeof handler === 'function') {\n handler.call(this, { rejection: promise[symbolValue], promise: promise });\n }\n }\n catch (err) {\n }\n promise[symbolState] = REJECTED;\n for (var i = 0; i < _uncaughtPromiseErrors.length; i++) {\n if (promise === _uncaughtPromiseErrors[i].promise) {\n _uncaughtPromiseErrors.splice(i, 1);\n }\n }\n }\n }\n function scheduleResolveOrReject(promise, zone, chainPromise, onFulfilled, onRejected) {\n clearRejectedNoCatch(promise);\n var promiseState = promise[symbolState];\n var delegate = promiseState ?\n (typeof onFulfilled === 'function') ? onFulfilled : forwardResolution :\n (typeof onRejected === 'function') ? onRejected : forwardRejection;\n zone.scheduleMicroTask(source, function () {\n try {\n var parentPromiseValue = promise[symbolValue];\n var isFinallyPromise = chainPromise && symbolFinally === chainPromise[symbolFinally];\n if (isFinallyPromise) {\n // if the promise is generated from finally call, keep parent promise's state and value\n chainPromise[symbolParentPromiseValue] = parentPromiseValue;\n chainPromise[symbolParentPromiseState] = promiseState;\n }\n // should not pass value to finally callback\n var value = zone.run(delegate, undefined, isFinallyPromise && delegate !== forwardRejection && delegate !== forwardResolution ?\n [] :\n [parentPromiseValue]);\n resolvePromise(chainPromise, true, value);\n }\n catch (error) {\n // if error occurs, should always return this error\n resolvePromise(chainPromise, false, error);\n }\n }, chainPromise);\n }\n var ZONE_AWARE_PROMISE_TO_STRING = 'function ZoneAwarePromise() { [native code] }';\n var ZoneAwarePromise = /** @class */ (function () {\n function ZoneAwarePromise(executor) {\n var promise = this;\n if (!(promise instanceof ZoneAwarePromise)) {\n throw new Error('Must be an instanceof Promise.');\n }\n promise[symbolState] = UNRESOLVED;\n promise[symbolValue] = []; // queue;\n try {\n executor && executor(makeResolver(promise, RESOLVED), makeResolver(promise, REJECTED));\n }\n catch (error) {\n resolvePromise(promise, false, error);\n }\n }\n ZoneAwarePromise.toString = function () {\n return ZONE_AWARE_PROMISE_TO_STRING;\n };\n ZoneAwarePromise.resolve = function (value) {\n return resolvePromise(new this(null), RESOLVED, value);\n };\n ZoneAwarePromise.reject = function (error) {\n return resolvePromise(new this(null), REJECTED, error);\n };\n ZoneAwarePromise.race = function (values) {\n var e_1, _a;\n var resolve;\n var reject;\n var promise = new this(function (res, rej) {\n resolve = res;\n reject = rej;\n });\n function onResolve(value) {\n resolve(value);\n }\n function onReject(error) {\n reject(error);\n }\n try {\n for (var values_1 = __values(values), values_1_1 = values_1.next(); !values_1_1.done; values_1_1 = values_1.next()) {\n var value = values_1_1.value;\n if (!isThenable(value)) {\n value = this.resolve(value);\n }\n value.then(onResolve, onReject);\n }\n }\n catch (e_1_1) { e_1 = { error: e_1_1 }; }\n finally {\n try {\n if (values_1_1 && !values_1_1.done && (_a = values_1.return)) _a.call(values_1);\n }\n finally { if (e_1) throw e_1.error; }\n }\n return promise;\n };\n ZoneAwarePromise.all = function (values) {\n var e_2, _a;\n var resolve;\n var reject;\n var promise = new this(function (res, rej) {\n resolve = res;\n reject = rej;\n });\n // Start at 2 to prevent prematurely resolving if .then is called immediately.\n var unresolvedCount = 2;\n var valueIndex = 0;\n var resolvedValues = [];\n var _loop_2 = function (value) {\n if (!isThenable(value)) {\n value = this_1.resolve(value);\n }\n var curValueIndex = valueIndex;\n value.then(function (value) {\n resolvedValues[curValueIndex] = value;\n unresolvedCount--;\n if (unresolvedCount === 0) {\n resolve(resolvedValues);\n }\n }, reject);\n unresolvedCount++;\n valueIndex++;\n };\n var this_1 = this;\n try {\n for (var values_2 = __values(values), values_2_1 = values_2.next(); !values_2_1.done; values_2_1 = values_2.next()) {\n var value = values_2_1.value;\n _loop_2(value);\n }\n }\n catch (e_2_1) { e_2 = { error: e_2_1 }; }\n finally {\n try {\n if (values_2_1 && !values_2_1.done && (_a = values_2.return)) _a.call(values_2);\n }\n finally { if (e_2) throw e_2.error; }\n }\n // Make the unresolvedCount zero-based again.\n unresolvedCount -= 2;\n if (unresolvedCount === 0) {\n resolve(resolvedValues);\n }\n return promise;\n };\n Object.defineProperty(ZoneAwarePromise.prototype, Symbol.toStringTag, {\n get: function () {\n return 'Promise';\n },\n enumerable: true,\n configurable: true\n });\n ZoneAwarePromise.prototype.then = function (onFulfilled, onRejected) {\n var chainPromise = new this.constructor(null);\n var zone = Zone.current;\n if (this[symbolState] == UNRESOLVED) {\n this[symbolValue].push(zone, chainPromise, onFulfilled, onRejected);\n }\n else {\n scheduleResolveOrReject(this, zone, chainPromise, onFulfilled, onRejected);\n }\n return chainPromise;\n };\n ZoneAwarePromise.prototype.catch = function (onRejected) {\n return this.then(null, onRejected);\n };\n ZoneAwarePromise.prototype.finally = function (onFinally) {\n var chainPromise = new this.constructor(null);\n chainPromise[symbolFinally] = symbolFinally;\n var zone = Zone.current;\n if (this[symbolState] == UNRESOLVED) {\n this[symbolValue].push(zone, chainPromise, onFinally, onFinally);\n }\n else {\n scheduleResolveOrReject(this, zone, chainPromise, onFinally, onFinally);\n }\n return chainPromise;\n };\n return ZoneAwarePromise;\n }());\n // Protect against aggressive optimizers dropping seemingly unused properties.\n // E.g. Closure Compiler in advanced mode.\n ZoneAwarePromise['resolve'] = ZoneAwarePromise.resolve;\n ZoneAwarePromise['reject'] = ZoneAwarePromise.reject;\n ZoneAwarePromise['race'] = ZoneAwarePromise.race;\n ZoneAwarePromise['all'] = ZoneAwarePromise.all;\n var NativePromise = global[symbolPromise] = global['Promise'];\n var ZONE_AWARE_PROMISE = Zone.__symbol__('ZoneAwarePromise');\n var desc = ObjectGetOwnPropertyDescriptor(global, 'Promise');\n if (!desc || desc.configurable) {\n desc && delete desc.writable;\n desc && delete desc.value;\n if (!desc) {\n desc = { configurable: true, enumerable: true };\n }\n desc.get = function () {\n // if we already set ZoneAwarePromise, use patched one\n // otherwise return native one.\n return global[ZONE_AWARE_PROMISE] ? global[ZONE_AWARE_PROMISE] : global[symbolPromise];\n };\n desc.set = function (NewNativePromise) {\n if (NewNativePromise === ZoneAwarePromise) {\n // if the NewNativePromise is ZoneAwarePromise\n // save to global\n global[ZONE_AWARE_PROMISE] = NewNativePromise;\n }\n else {\n // if the NewNativePromise is not ZoneAwarePromise\n // for example: after load zone.js, some library just\n // set es6-promise to global, if we set it to global\n // directly, assertZonePatched will fail and angular\n // will not loaded, so we just set the NewNativePromise\n // to global[symbolPromise], so the result is just like\n // we load ES6 Promise before zone.js\n global[symbolPromise] = NewNativePromise;\n if (!NewNativePromise.prototype[symbolThen]) {\n patchThen(NewNativePromise);\n }\n api.setNativePromise(NewNativePromise);\n }\n };\n ObjectDefineProperty(global, 'Promise', desc);\n }\n global['Promise'] = ZoneAwarePromise;\n var symbolThenPatched = __symbol__('thenPatched');\n function patchThen(Ctor) {\n var proto = Ctor.prototype;\n var prop = ObjectGetOwnPropertyDescriptor(proto, 'then');\n if (prop && (prop.writable === false || !prop.configurable)) {\n // check Ctor.prototype.then propertyDescriptor is writable or not\n // in meteor env, writable is false, we should ignore such case\n return;\n }\n var originalThen = proto.then;\n // Keep a reference to the original method.\n proto[symbolThen] = originalThen;\n Ctor.prototype.then = function (onResolve, onReject) {\n var _this = this;\n var wrapped = new ZoneAwarePromise(function (resolve, reject) {\n originalThen.call(_this, resolve, reject);\n });\n return wrapped.then(onResolve, onReject);\n };\n Ctor[symbolThenPatched] = true;\n }\n api.patchThen = patchThen;\n function zoneify(fn) {\n return function () {\n var resultPromise = fn.apply(this, arguments);\n if (resultPromise instanceof ZoneAwarePromise) {\n return resultPromise;\n }\n var ctor = resultPromise.constructor;\n if (!ctor[symbolThenPatched]) {\n patchThen(ctor);\n }\n return resultPromise;\n };\n }\n if (NativePromise) {\n patchThen(NativePromise);\n var fetch_1 = global['fetch'];\n if (typeof fetch_1 == 'function') {\n global[api.symbol('fetch')] = fetch_1;\n global['fetch'] = zoneify(fetch_1);\n }\n }\n // This is not part of public API, but it is useful for tests, so we expose it.\n Promise[Zone.__symbol__('uncaughtPromiseErrors')] = _uncaughtPromiseErrors;\n return ZoneAwarePromise;\n});\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/**\n * Suppress closure compiler errors about unknown 'Zone' variable\n * @fileoverview\n * @suppress {undefinedVars,globalThis,missingRequire}\n */\n// issue #989, to reduce bundle size, use short name\n/** Object.getOwnPropertyDescriptor */\nvar ObjectGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n/** Object.defineProperty */\nvar ObjectDefineProperty = Object.defineProperty;\n/** Object.getPrototypeOf */\nvar ObjectGetPrototypeOf = Object.getPrototypeOf;\n/** Object.create */\nvar ObjectCreate = Object.create;\n/** Array.prototype.slice */\nvar ArraySlice = Array.prototype.slice;\n/** addEventListener string const */\nvar ADD_EVENT_LISTENER_STR = 'addEventListener';\n/** removeEventListener string const */\nvar REMOVE_EVENT_LISTENER_STR = 'removeEventListener';\n/** zoneSymbol addEventListener */\nvar ZONE_SYMBOL_ADD_EVENT_LISTENER = Zone.__symbol__(ADD_EVENT_LISTENER_STR);\n/** zoneSymbol removeEventListener */\nvar ZONE_SYMBOL_REMOVE_EVENT_LISTENER = Zone.__symbol__(REMOVE_EVENT_LISTENER_STR);\n/** true string const */\nvar TRUE_STR = 'true';\n/** false string const */\nvar FALSE_STR = 'false';\n/** __zone_symbol__ string const */\nvar ZONE_SYMBOL_PREFIX = '__zone_symbol__';\nfunction wrapWithCurrentZone(callback, source) {\n return Zone.current.wrap(callback, source);\n}\nfunction scheduleMacroTaskWithCurrentZone(source, callback, data, customSchedule, customCancel) {\n return Zone.current.scheduleMacroTask(source, callback, data, customSchedule, customCancel);\n}\nvar zoneSymbol = Zone.__symbol__;\nvar isWindowExists = typeof window !== 'undefined';\nvar internalWindow = isWindowExists ? window : undefined;\nvar _global = isWindowExists && internalWindow || typeof self === 'object' && self || global;\nvar REMOVE_ATTRIBUTE = 'removeAttribute';\nvar NULL_ON_PROP_VALUE = [null];\nfunction bindArguments(args, source) {\n for (var i = args.length - 1; i >= 0; i--) {\n if (typeof args[i] === 'function') {\n args[i] = wrapWithCurrentZone(args[i], source + '_' + i);\n }\n }\n return args;\n}\nfunction patchPrototype(prototype, fnNames) {\n var source = prototype.constructor['name'];\n var _loop_1 = function (i) {\n var name_1 = fnNames[i];\n var delegate = prototype[name_1];\n if (delegate) {\n var prototypeDesc = ObjectGetOwnPropertyDescriptor(prototype, name_1);\n if (!isPropertyWritable(prototypeDesc)) {\n return \"continue\";\n }\n prototype[name_1] = (function (delegate) {\n var patched = function () {\n return delegate.apply(this, bindArguments(arguments, source + '.' + name_1));\n };\n attachOriginToPatched(patched, delegate);\n return patched;\n })(delegate);\n }\n };\n for (var i = 0; i < fnNames.length; i++) {\n _loop_1(i);\n }\n}\nfunction isPropertyWritable(propertyDesc) {\n if (!propertyDesc) {\n return true;\n }\n if (propertyDesc.writable === false) {\n return false;\n }\n return !(typeof propertyDesc.get === 'function' && typeof propertyDesc.set === 'undefined');\n}\nvar isWebWorker = (typeof WorkerGlobalScope !== 'undefined' && self instanceof WorkerGlobalScope);\n// Make sure to access `process` through `_global` so that WebPack does not accidentally browserify\n// this code.\nvar isNode = (!('nw' in _global) && typeof _global.process !== 'undefined' &&\n {}.toString.call(_global.process) === '[object process]');\nvar isBrowser = !isNode && !isWebWorker && !!(isWindowExists && internalWindow['HTMLElement']);\n// we are in electron of nw, so we are both browser and nodejs\n// Make sure to access `process` through `_global` so that WebPack does not accidentally browserify\n// this code.\nvar isMix = typeof _global.process !== 'undefined' &&\n {}.toString.call(_global.process) === '[object process]' && !isWebWorker &&\n !!(isWindowExists && internalWindow['HTMLElement']);\nvar zoneSymbolEventNames = {};\nvar wrapFn = function (event) {\n // https://github.com/angular/zone.js/issues/911, in IE, sometimes\n // event will be undefined, so we need to use window.event\n event = event || _global.event;\n if (!event) {\n return;\n }\n var eventNameSymbol = zoneSymbolEventNames[event.type];\n if (!eventNameSymbol) {\n eventNameSymbol = zoneSymbolEventNames[event.type] = zoneSymbol('ON_PROPERTY' + event.type);\n }\n var target = this || event.target || _global;\n var listener = target[eventNameSymbol];\n var result;\n if (isBrowser && target === internalWindow && event.type === 'error') {\n // window.onerror have different signiture\n // https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror#window.onerror\n // and onerror callback will prevent default when callback return true\n var errorEvent = event;\n result = listener &&\n listener.call(this, errorEvent.message, errorEvent.filename, errorEvent.lineno, errorEvent.colno, errorEvent.error);\n if (result === true) {\n event.preventDefault();\n }\n }\n else {\n result = listener && listener.apply(this, arguments);\n if (result != undefined && !result) {\n event.preventDefault();\n }\n }\n return result;\n};\nfunction patchProperty(obj, prop, prototype) {\n var desc = ObjectGetOwnPropertyDescriptor(obj, prop);\n if (!desc && prototype) {\n // when patch window object, use prototype to check prop exist or not\n var prototypeDesc = ObjectGetOwnPropertyDescriptor(prototype, prop);\n if (prototypeDesc) {\n desc = { enumerable: true, configurable: true };\n }\n }\n // if the descriptor not exists or is not configurable\n // just return\n if (!desc || !desc.configurable) {\n return;\n }\n var onPropPatchedSymbol = zoneSymbol('on' + prop + 'patched');\n if (obj.hasOwnProperty(onPropPatchedSymbol) && obj[onPropPatchedSymbol]) {\n return;\n }\n // A property descriptor cannot have getter/setter and be writable\n // deleting the writable and value properties avoids this error:\n //\n // TypeError: property descriptors must not specify a value or be writable when a\n // getter or setter has been specified\n delete desc.writable;\n delete desc.value;\n var originalDescGet = desc.get;\n var originalDescSet = desc.set;\n // substr(2) cuz 'onclick' -> 'click', etc\n var eventName = prop.substr(2);\n var eventNameSymbol = zoneSymbolEventNames[eventName];\n if (!eventNameSymbol) {\n eventNameSymbol = zoneSymbolEventNames[eventName] = zoneSymbol('ON_PROPERTY' + eventName);\n }\n desc.set = function (newValue) {\n // in some of windows's onproperty callback, this is undefined\n // so we need to check it\n var target = this;\n if (!target && obj === _global) {\n target = _global;\n }\n if (!target) {\n return;\n }\n var previousValue = target[eventNameSymbol];\n if (previousValue) {\n target.removeEventListener(eventName, wrapFn);\n }\n // issue #978, when onload handler was added before loading zone.js\n // we should remove it with originalDescSet\n if (originalDescSet) {\n originalDescSet.apply(target, NULL_ON_PROP_VALUE);\n }\n if (typeof newValue === 'function') {\n target[eventNameSymbol] = newValue;\n target.addEventListener(eventName, wrapFn, false);\n }\n else {\n target[eventNameSymbol] = null;\n }\n };\n // The getter would return undefined for unassigned properties but the default value of an\n // unassigned property is null\n desc.get = function () {\n // in some of windows's onproperty callback, this is undefined\n // so we need to check it\n var target = this;\n if (!target && obj === _global) {\n target = _global;\n }\n if (!target) {\n return null;\n }\n var listener = target[eventNameSymbol];\n if (listener) {\n return listener;\n }\n else if (originalDescGet) {\n // result will be null when use inline event attribute,\n // such as \n // because the onclick function is internal raw uncompiled handler\n // the onclick will be evaluated when first time event was triggered or\n // the property is accessed, https://github.com/angular/zone.js/issues/525\n // so we should use original native get to retrieve the handler\n var value = originalDescGet && originalDescGet.call(this);\n if (value) {\n desc.set.call(this, value);\n if (typeof target[REMOVE_ATTRIBUTE] === 'function') {\n target.removeAttribute(prop);\n }\n return value;\n }\n }\n return null;\n };\n ObjectDefineProperty(obj, prop, desc);\n obj[onPropPatchedSymbol] = true;\n}\nfunction patchOnProperties(obj, properties, prototype) {\n if (properties) {\n for (var i = 0; i < properties.length; i++) {\n patchProperty(obj, 'on' + properties[i], prototype);\n }\n }\n else {\n var onProperties = [];\n for (var prop in obj) {\n if (prop.substr(0, 2) == 'on') {\n onProperties.push(prop);\n }\n }\n for (var j = 0; j < onProperties.length; j++) {\n patchProperty(obj, onProperties[j], prototype);\n }\n }\n}\nvar originalInstanceKey = zoneSymbol('originalInstance');\n// wrap some native API on `window`\nfunction patchClass(className) {\n var OriginalClass = _global[className];\n if (!OriginalClass)\n return;\n // keep original class in global\n _global[zoneSymbol(className)] = OriginalClass;\n _global[className] = function () {\n var a = bindArguments(arguments, className);\n switch (a.length) {\n case 0:\n this[originalInstanceKey] = new OriginalClass();\n break;\n case 1:\n this[originalInstanceKey] = new OriginalClass(a[0]);\n break;\n case 2:\n this[originalInstanceKey] = new OriginalClass(a[0], a[1]);\n break;\n case 3:\n this[originalInstanceKey] = new OriginalClass(a[0], a[1], a[2]);\n break;\n case 4:\n this[originalInstanceKey] = new OriginalClass(a[0], a[1], a[2], a[3]);\n break;\n default:\n throw new Error('Arg list too long.');\n }\n };\n // attach original delegate to patched function\n attachOriginToPatched(_global[className], OriginalClass);\n var instance = new OriginalClass(function () { });\n var prop;\n for (prop in instance) {\n // https://bugs.webkit.org/show_bug.cgi?id=44721\n if (className === 'XMLHttpRequest' && prop === 'responseBlob')\n continue;\n (function (prop) {\n if (typeof instance[prop] === 'function') {\n _global[className].prototype[prop] = function () {\n return this[originalInstanceKey][prop].apply(this[originalInstanceKey], arguments);\n };\n }\n else {\n ObjectDefineProperty(_global[className].prototype, prop, {\n set: function (fn) {\n if (typeof fn === 'function') {\n this[originalInstanceKey][prop] = wrapWithCurrentZone(fn, className + '.' + prop);\n // keep callback in wrapped function so we can\n // use it in Function.prototype.toString to return\n // the native one.\n attachOriginToPatched(this[originalInstanceKey][prop], fn);\n }\n else {\n this[originalInstanceKey][prop] = fn;\n }\n },\n get: function () {\n return this[originalInstanceKey][prop];\n }\n });\n }\n }(prop));\n }\n for (prop in OriginalClass) {\n if (prop !== 'prototype' && OriginalClass.hasOwnProperty(prop)) {\n _global[className][prop] = OriginalClass[prop];\n }\n }\n}\nfunction copySymbolProperties(src, dest) {\n if (typeof Object.getOwnPropertySymbols !== 'function') {\n return;\n }\n var symbols = Object.getOwnPropertySymbols(src);\n symbols.forEach(function (symbol) {\n var desc = Object.getOwnPropertyDescriptor(src, symbol);\n Object.defineProperty(dest, symbol, {\n get: function () {\n return src[symbol];\n },\n set: function (value) {\n if (desc && (!desc.writable || typeof desc.set !== 'function')) {\n // if src[symbol] is not writable or not have a setter, just return\n return;\n }\n src[symbol] = value;\n },\n enumerable: desc ? desc.enumerable : true,\n configurable: desc ? desc.configurable : true\n });\n });\n}\nvar shouldCopySymbolProperties = false;\n\nfunction patchMethod(target, name, patchFn) {\n var proto = target;\n while (proto && !proto.hasOwnProperty(name)) {\n proto = ObjectGetPrototypeOf(proto);\n }\n if (!proto && target[name]) {\n // somehow we did not find it, but we can see it. This happens on IE for Window properties.\n proto = target;\n }\n var delegateName = zoneSymbol(name);\n var delegate = null;\n if (proto && !(delegate = proto[delegateName])) {\n delegate = proto[delegateName] = proto[name];\n // check whether proto[name] is writable\n // some property is readonly in safari, such as HtmlCanvasElement.prototype.toBlob\n var desc = proto && ObjectGetOwnPropertyDescriptor(proto, name);\n if (isPropertyWritable(desc)) {\n var patchDelegate_1 = patchFn(delegate, delegateName, name);\n proto[name] = function () {\n return patchDelegate_1(this, arguments);\n };\n attachOriginToPatched(proto[name], delegate);\n if (shouldCopySymbolProperties) {\n copySymbolProperties(delegate, proto[name]);\n }\n }\n }\n return delegate;\n}\n// TODO: @JiaLiPassion, support cancel task later if necessary\nfunction patchMacroTask(obj, funcName, metaCreator) {\n var setNative = null;\n function scheduleTask(task) {\n var data = task.data;\n data.args[data.cbIdx] = function () {\n task.invoke.apply(this, arguments);\n };\n setNative.apply(data.target, data.args);\n return task;\n }\n setNative = patchMethod(obj, funcName, function (delegate) { return function (self, args) {\n var meta = metaCreator(self, args);\n if (meta.cbIdx >= 0 && typeof args[meta.cbIdx] === 'function') {\n return scheduleMacroTaskWithCurrentZone(meta.name, args[meta.cbIdx], meta, scheduleTask);\n }\n else {\n // cause an error by calling it directly.\n return delegate.apply(self, args);\n }\n }; });\n}\n\nfunction attachOriginToPatched(patched, original) {\n patched[zoneSymbol('OriginalDelegate')] = original;\n}\nvar isDetectedIEOrEdge = false;\nvar ieOrEdge = false;\nfunction isIE() {\n try {\n var ua = internalWindow.navigator.userAgent;\n if (ua.indexOf('MSIE ') !== -1 || ua.indexOf('Trident/') !== -1) {\n return true;\n }\n }\n catch (error) {\n }\n return false;\n}\nfunction isIEOrEdge() {\n if (isDetectedIEOrEdge) {\n return ieOrEdge;\n }\n isDetectedIEOrEdge = true;\n try {\n var ua = internalWindow.navigator.userAgent;\n if (ua.indexOf('MSIE ') !== -1 || ua.indexOf('Trident/') !== -1 || ua.indexOf('Edge/') !== -1) {\n ieOrEdge = true;\n }\n }\n catch (error) {\n }\n return ieOrEdge;\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n// override Function.prototype.toString to make zone.js patched function\n// look like native function\nZone.__load_patch('toString', function (global) {\n // patch Func.prototype.toString to let them look like native\n var originalFunctionToString = Function.prototype.toString;\n var ORIGINAL_DELEGATE_SYMBOL = zoneSymbol('OriginalDelegate');\n var PROMISE_SYMBOL = zoneSymbol('Promise');\n var ERROR_SYMBOL = zoneSymbol('Error');\n var newFunctionToString = function toString() {\n if (typeof this === 'function') {\n var originalDelegate = this[ORIGINAL_DELEGATE_SYMBOL];\n if (originalDelegate) {\n if (typeof originalDelegate === 'function') {\n return originalFunctionToString.call(originalDelegate);\n }\n else {\n return Object.prototype.toString.call(originalDelegate);\n }\n }\n if (this === Promise) {\n var nativePromise = global[PROMISE_SYMBOL];\n if (nativePromise) {\n return originalFunctionToString.call(nativePromise);\n }\n }\n if (this === Error) {\n var nativeError = global[ERROR_SYMBOL];\n if (nativeError) {\n return originalFunctionToString.call(nativeError);\n }\n }\n }\n return originalFunctionToString.call(this);\n };\n newFunctionToString[ORIGINAL_DELEGATE_SYMBOL] = originalFunctionToString;\n Function.prototype.toString = newFunctionToString;\n // patch Object.prototype.toString to let them look like native\n var originalObjectToString = Object.prototype.toString;\n var PROMISE_OBJECT_TO_STRING = '[object Promise]';\n Object.prototype.toString = function () {\n if (this instanceof Promise) {\n return PROMISE_OBJECT_TO_STRING;\n }\n return originalObjectToString.call(this);\n };\n});\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/**\n * @fileoverview\n * @suppress {missingRequire}\n */\nvar passiveSupported = false;\nif (typeof window !== 'undefined') {\n try {\n var options = Object.defineProperty({}, 'passive', {\n get: function () {\n passiveSupported = true;\n }\n });\n window.addEventListener('test', options, options);\n window.removeEventListener('test', options, options);\n }\n catch (err) {\n passiveSupported = false;\n }\n}\n// an identifier to tell ZoneTask do not create a new invoke closure\nvar OPTIMIZED_ZONE_EVENT_TASK_DATA = {\n useG: true\n};\nvar zoneSymbolEventNames$1 = {};\nvar globalSources = {};\nvar EVENT_NAME_SYMBOL_REGX = /^__zone_symbol__(\\w+)(true|false)$/;\nvar IMMEDIATE_PROPAGATION_SYMBOL = ('__zone_symbol__propagationStopped');\nfunction patchEventTarget(_global, apis, patchOptions) {\n var ADD_EVENT_LISTENER = (patchOptions && patchOptions.add) || ADD_EVENT_LISTENER_STR;\n var REMOVE_EVENT_LISTENER = (patchOptions && patchOptions.rm) || REMOVE_EVENT_LISTENER_STR;\n var LISTENERS_EVENT_LISTENER = (patchOptions && patchOptions.listeners) || 'eventListeners';\n var REMOVE_ALL_LISTENERS_EVENT_LISTENER = (patchOptions && patchOptions.rmAll) || 'removeAllListeners';\n var zoneSymbolAddEventListener = zoneSymbol(ADD_EVENT_LISTENER);\n var ADD_EVENT_LISTENER_SOURCE = '.' + ADD_EVENT_LISTENER + ':';\n var PREPEND_EVENT_LISTENER = 'prependListener';\n var PREPEND_EVENT_LISTENER_SOURCE = '.' + PREPEND_EVENT_LISTENER + ':';\n var invokeTask = function (task, target, event) {\n // for better performance, check isRemoved which is set\n // by removeEventListener\n if (task.isRemoved) {\n return;\n }\n var delegate = task.callback;\n if (typeof delegate === 'object' && delegate.handleEvent) {\n // create the bind version of handleEvent when invoke\n task.callback = function (event) { return delegate.handleEvent(event); };\n task.originalDelegate = delegate;\n }\n // invoke static task.invoke\n task.invoke(task, target, [event]);\n var options = task.options;\n if (options && typeof options === 'object' && options.once) {\n // if options.once is true, after invoke once remove listener here\n // only browser need to do this, nodejs eventEmitter will cal removeListener\n // inside EventEmitter.once\n var delegate_1 = task.originalDelegate ? task.originalDelegate : task.callback;\n target[REMOVE_EVENT_LISTENER].call(target, event.type, delegate_1, options);\n }\n };\n // global shared zoneAwareCallback to handle all event callback with capture = false\n var globalZoneAwareCallback = function (event) {\n // https://github.com/angular/zone.js/issues/911, in IE, sometimes\n // event will be undefined, so we need to use window.event\n event = event || _global.event;\n if (!event) {\n return;\n }\n // event.target is needed for Samsung TV and SourceBuffer\n // || global is needed https://github.com/angular/zone.js/issues/190\n var target = this || event.target || _global;\n var tasks = target[zoneSymbolEventNames$1[event.type][FALSE_STR]];\n if (tasks) {\n // invoke all tasks which attached to current target with given event.type and capture = false\n // for performance concern, if task.length === 1, just invoke\n if (tasks.length === 1) {\n invokeTask(tasks[0], target, event);\n }\n else {\n // https://github.com/angular/zone.js/issues/836\n // copy the tasks array before invoke, to avoid\n // the callback will remove itself or other listener\n var copyTasks = tasks.slice();\n for (var i = 0; i < copyTasks.length; i++) {\n if (event && event[IMMEDIATE_PROPAGATION_SYMBOL] === true) {\n break;\n }\n invokeTask(copyTasks[i], target, event);\n }\n }\n }\n };\n // global shared zoneAwareCallback to handle all event callback with capture = true\n var globalZoneAwareCaptureCallback = function (event) {\n // https://github.com/angular/zone.js/issues/911, in IE, sometimes\n // event will be undefined, so we need to use window.event\n event = event || _global.event;\n if (!event) {\n return;\n }\n // event.target is needed for Samsung TV and SourceBuffer\n // || global is needed https://github.com/angular/zone.js/issues/190\n var target = this || event.target || _global;\n var tasks = target[zoneSymbolEventNames$1[event.type][TRUE_STR]];\n if (tasks) {\n // invoke all tasks which attached to current target with given event.type and capture = false\n // for performance concern, if task.length === 1, just invoke\n if (tasks.length === 1) {\n invokeTask(tasks[0], target, event);\n }\n else {\n // https://github.com/angular/zone.js/issues/836\n // copy the tasks array before invoke, to avoid\n // the callback will remove itself or other listener\n var copyTasks = tasks.slice();\n for (var i = 0; i < copyTasks.length; i++) {\n if (event && event[IMMEDIATE_PROPAGATION_SYMBOL] === true) {\n break;\n }\n invokeTask(copyTasks[i], target, event);\n }\n }\n }\n };\n function patchEventTargetMethods(obj, patchOptions) {\n if (!obj) {\n return false;\n }\n var useGlobalCallback = true;\n if (patchOptions && patchOptions.useG !== undefined) {\n useGlobalCallback = patchOptions.useG;\n }\n var validateHandler = patchOptions && patchOptions.vh;\n var checkDuplicate = true;\n if (patchOptions && patchOptions.chkDup !== undefined) {\n checkDuplicate = patchOptions.chkDup;\n }\n var returnTarget = false;\n if (patchOptions && patchOptions.rt !== undefined) {\n returnTarget = patchOptions.rt;\n }\n var proto = obj;\n while (proto && !proto.hasOwnProperty(ADD_EVENT_LISTENER)) {\n proto = ObjectGetPrototypeOf(proto);\n }\n if (!proto && obj[ADD_EVENT_LISTENER]) {\n // somehow we did not find it, but we can see it. This happens on IE for Window properties.\n proto = obj;\n }\n if (!proto) {\n return false;\n }\n if (proto[zoneSymbolAddEventListener]) {\n return false;\n }\n var eventNameToString = patchOptions && patchOptions.eventNameToString;\n // a shared global taskData to pass data for scheduleEventTask\n // so we do not need to create a new object just for pass some data\n var taskData = {};\n var nativeAddEventListener = proto[zoneSymbolAddEventListener] = proto[ADD_EVENT_LISTENER];\n var nativeRemoveEventListener = proto[zoneSymbol(REMOVE_EVENT_LISTENER)] =\n proto[REMOVE_EVENT_LISTENER];\n var nativeListeners = proto[zoneSymbol(LISTENERS_EVENT_LISTENER)] =\n proto[LISTENERS_EVENT_LISTENER];\n var nativeRemoveAllListeners = proto[zoneSymbol(REMOVE_ALL_LISTENERS_EVENT_LISTENER)] =\n proto[REMOVE_ALL_LISTENERS_EVENT_LISTENER];\n var nativePrependEventListener;\n if (patchOptions && patchOptions.prepend) {\n nativePrependEventListener = proto[zoneSymbol(patchOptions.prepend)] =\n proto[patchOptions.prepend];\n }\n function checkIsPassive(task) {\n if (!passiveSupported && typeof taskData.options !== 'boolean' &&\n typeof taskData.options !== 'undefined' && taskData.options !== null) {\n // options is a non-null non-undefined object\n // passive is not supported\n // don't pass options as object\n // just pass capture as a boolean\n task.options = !!taskData.options.capture;\n taskData.options = task.options;\n }\n }\n var customScheduleGlobal = function (task) {\n // if there is already a task for the eventName + capture,\n // just return, because we use the shared globalZoneAwareCallback here.\n if (taskData.isExisting) {\n return;\n }\n checkIsPassive(task);\n return nativeAddEventListener.call(taskData.target, taskData.eventName, taskData.capture ? globalZoneAwareCaptureCallback : globalZoneAwareCallback, taskData.options);\n };\n var customCancelGlobal = function (task) {\n // if task is not marked as isRemoved, this call is directly\n // from Zone.prototype.cancelTask, we should remove the task\n // from tasksList of target first\n if (!task.isRemoved) {\n var symbolEventNames = zoneSymbolEventNames$1[task.eventName];\n var symbolEventName = void 0;\n if (symbolEventNames) {\n symbolEventName = symbolEventNames[task.capture ? TRUE_STR : FALSE_STR];\n }\n var existingTasks = symbolEventName && task.target[symbolEventName];\n if (existingTasks) {\n for (var i = 0; i < existingTasks.length; i++) {\n var existingTask = existingTasks[i];\n if (existingTask === task) {\n existingTasks.splice(i, 1);\n // set isRemoved to data for faster invokeTask check\n task.isRemoved = true;\n if (existingTasks.length === 0) {\n // all tasks for the eventName + capture have gone,\n // remove globalZoneAwareCallback and remove the task cache from target\n task.allRemoved = true;\n task.target[symbolEventName] = null;\n }\n break;\n }\n }\n }\n }\n // if all tasks for the eventName + capture have gone,\n // we will really remove the global event callback,\n // if not, return\n if (!task.allRemoved) {\n return;\n }\n return nativeRemoveEventListener.call(task.target, task.eventName, task.capture ? globalZoneAwareCaptureCallback : globalZoneAwareCallback, task.options);\n };\n var customScheduleNonGlobal = function (task) {\n checkIsPassive(task);\n return nativeAddEventListener.call(taskData.target, taskData.eventName, task.invoke, taskData.options);\n };\n var customSchedulePrepend = function (task) {\n return nativePrependEventListener.call(taskData.target, taskData.eventName, task.invoke, taskData.options);\n };\n var customCancelNonGlobal = function (task) {\n return nativeRemoveEventListener.call(task.target, task.eventName, task.invoke, task.options);\n };\n var customSchedule = useGlobalCallback ? customScheduleGlobal : customScheduleNonGlobal;\n var customCancel = useGlobalCallback ? customCancelGlobal : customCancelNonGlobal;\n var compareTaskCallbackVsDelegate = function (task, delegate) {\n var typeOfDelegate = typeof delegate;\n return (typeOfDelegate === 'function' && task.callback === delegate) ||\n (typeOfDelegate === 'object' && task.originalDelegate === delegate);\n };\n var compare = (patchOptions && patchOptions.diff) ? patchOptions.diff : compareTaskCallbackVsDelegate;\n var blackListedEvents = Zone[Zone.__symbol__('BLACK_LISTED_EVENTS')];\n var makeAddListener = function (nativeListener, addSource, customScheduleFn, customCancelFn, returnTarget, prepend) {\n if (returnTarget === void 0) { returnTarget = false; }\n if (prepend === void 0) { prepend = false; }\n return function () {\n var target = this || _global;\n var eventName = arguments[0];\n var delegate = arguments[1];\n if (!delegate) {\n return nativeListener.apply(this, arguments);\n }\n if (isNode && eventName === 'uncaughtException') {\n // don't patch uncaughtException of nodejs to prevent endless loop\n return nativeListener.apply(this, arguments);\n }\n // don't create the bind delegate function for handleEvent\n // case here to improve addEventListener performance\n // we will create the bind delegate when invoke\n var isHandleEvent = false;\n if (typeof delegate !== 'function') {\n if (!delegate.handleEvent) {\n return nativeListener.apply(this, arguments);\n }\n isHandleEvent = true;\n }\n if (validateHandler && !validateHandler(nativeListener, delegate, target, arguments)) {\n return;\n }\n var options = arguments[2];\n if (blackListedEvents) {\n // check black list\n for (var i = 0; i < blackListedEvents.length; i++) {\n if (eventName === blackListedEvents[i]) {\n return nativeListener.apply(this, arguments);\n }\n }\n }\n var capture;\n var once = false;\n if (options === undefined) {\n capture = false;\n }\n else if (options === true) {\n capture = true;\n }\n else if (options === false) {\n capture = false;\n }\n else {\n capture = options ? !!options.capture : false;\n once = options ? !!options.once : false;\n }\n var zone = Zone.current;\n var symbolEventNames = zoneSymbolEventNames$1[eventName];\n var symbolEventName;\n if (!symbolEventNames) {\n // the code is duplicate, but I just want to get some better performance\n var falseEventName = (eventNameToString ? eventNameToString(eventName) : eventName) + FALSE_STR;\n var trueEventName = (eventNameToString ? eventNameToString(eventName) : eventName) + TRUE_STR;\n var symbol = ZONE_SYMBOL_PREFIX + falseEventName;\n var symbolCapture = ZONE_SYMBOL_PREFIX + trueEventName;\n zoneSymbolEventNames$1[eventName] = {};\n zoneSymbolEventNames$1[eventName][FALSE_STR] = symbol;\n zoneSymbolEventNames$1[eventName][TRUE_STR] = symbolCapture;\n symbolEventName = capture ? symbolCapture : symbol;\n }\n else {\n symbolEventName = symbolEventNames[capture ? TRUE_STR : FALSE_STR];\n }\n var existingTasks = target[symbolEventName];\n var isExisting = false;\n if (existingTasks) {\n // already have task registered\n isExisting = true;\n if (checkDuplicate) {\n for (var i = 0; i < existingTasks.length; i++) {\n if (compare(existingTasks[i], delegate)) {\n // same callback, same capture, same event name, just return\n return;\n }\n }\n }\n }\n else {\n existingTasks = target[symbolEventName] = [];\n }\n var source;\n var constructorName = target.constructor['name'];\n var targetSource = globalSources[constructorName];\n if (targetSource) {\n source = targetSource[eventName];\n }\n if (!source) {\n source = constructorName + addSource +\n (eventNameToString ? eventNameToString(eventName) : eventName);\n }\n // do not create a new object as task.data to pass those things\n // just use the global shared one\n taskData.options = options;\n if (once) {\n // if addEventListener with once options, we don't pass it to\n // native addEventListener, instead we keep the once setting\n // and handle ourselves.\n taskData.options.once = false;\n }\n taskData.target = target;\n taskData.capture = capture;\n taskData.eventName = eventName;\n taskData.isExisting = isExisting;\n var data = useGlobalCallback ? OPTIMIZED_ZONE_EVENT_TASK_DATA : undefined;\n // keep taskData into data to allow onScheduleEventTask to access the task information\n if (data) {\n data.taskData = taskData;\n }\n var task = zone.scheduleEventTask(source, delegate, data, customScheduleFn, customCancelFn);\n // should clear taskData.target to avoid memory leak\n // issue, https://github.com/angular/angular/issues/20442\n taskData.target = null;\n // need to clear up taskData because it is a global object\n if (data) {\n data.taskData = null;\n }\n // have to save those information to task in case\n // application may call task.zone.cancelTask() directly\n if (once) {\n options.once = true;\n }\n if (!(!passiveSupported && typeof task.options === 'boolean')) {\n // if not support passive, and we pass an option object\n // to addEventListener, we should save the options to task\n task.options = options;\n }\n task.target = target;\n task.capture = capture;\n task.eventName = eventName;\n if (isHandleEvent) {\n // save original delegate for compare to check duplicate\n task.originalDelegate = delegate;\n }\n if (!prepend) {\n existingTasks.push(task);\n }\n else {\n existingTasks.unshift(task);\n }\n if (returnTarget) {\n return target;\n }\n };\n };\n proto[ADD_EVENT_LISTENER] = makeAddListener(nativeAddEventListener, ADD_EVENT_LISTENER_SOURCE, customSchedule, customCancel, returnTarget);\n if (nativePrependEventListener) {\n proto[PREPEND_EVENT_LISTENER] = makeAddListener(nativePrependEventListener, PREPEND_EVENT_LISTENER_SOURCE, customSchedulePrepend, customCancel, returnTarget, true);\n }\n proto[REMOVE_EVENT_LISTENER] = function () {\n var target = this || _global;\n var eventName = arguments[0];\n var options = arguments[2];\n var capture;\n if (options === undefined) {\n capture = false;\n }\n else if (options === true) {\n capture = true;\n }\n else if (options === false) {\n capture = false;\n }\n else {\n capture = options ? !!options.capture : false;\n }\n var delegate = arguments[1];\n if (!delegate) {\n return nativeRemoveEventListener.apply(this, arguments);\n }\n if (validateHandler &&\n !validateHandler(nativeRemoveEventListener, delegate, target, arguments)) {\n return;\n }\n var symbolEventNames = zoneSymbolEventNames$1[eventName];\n var symbolEventName;\n if (symbolEventNames) {\n symbolEventName = symbolEventNames[capture ? TRUE_STR : FALSE_STR];\n }\n var existingTasks = symbolEventName && target[symbolEventName];\n if (existingTasks) {\n for (var i = 0; i < existingTasks.length; i++) {\n var existingTask = existingTasks[i];\n if (compare(existingTask, delegate)) {\n existingTasks.splice(i, 1);\n // set isRemoved to data for faster invokeTask check\n existingTask.isRemoved = true;\n if (existingTasks.length === 0) {\n // all tasks for the eventName + capture have gone,\n // remove globalZoneAwareCallback and remove the task cache from target\n existingTask.allRemoved = true;\n target[symbolEventName] = null;\n }\n existingTask.zone.cancelTask(existingTask);\n if (returnTarget) {\n return target;\n }\n return;\n }\n }\n }\n // issue 930, didn't find the event name or callback\n // from zone kept existingTasks, the callback maybe\n // added outside of zone, we need to call native removeEventListener\n // to try to remove it.\n return nativeRemoveEventListener.apply(this, arguments);\n };\n proto[LISTENERS_EVENT_LISTENER] = function () {\n var target = this || _global;\n var eventName = arguments[0];\n var listeners = [];\n var tasks = findEventTasks(target, eventNameToString ? eventNameToString(eventName) : eventName);\n for (var i = 0; i < tasks.length; i++) {\n var task = tasks[i];\n var delegate = task.originalDelegate ? task.originalDelegate : task.callback;\n listeners.push(delegate);\n }\n return listeners;\n };\n proto[REMOVE_ALL_LISTENERS_EVENT_LISTENER] = function () {\n var target = this || _global;\n var eventName = arguments[0];\n if (!eventName) {\n var keys = Object.keys(target);\n for (var i = 0; i < keys.length; i++) {\n var prop = keys[i];\n var match = EVENT_NAME_SYMBOL_REGX.exec(prop);\n var evtName = match && match[1];\n // in nodejs EventEmitter, removeListener event is\n // used for monitoring the removeListener call,\n // so just keep removeListener eventListener until\n // all other eventListeners are removed\n if (evtName && evtName !== 'removeListener') {\n this[REMOVE_ALL_LISTENERS_EVENT_LISTENER].call(this, evtName);\n }\n }\n // remove removeListener listener finally\n this[REMOVE_ALL_LISTENERS_EVENT_LISTENER].call(this, 'removeListener');\n }\n else {\n var symbolEventNames = zoneSymbolEventNames$1[eventName];\n if (symbolEventNames) {\n var symbolEventName = symbolEventNames[FALSE_STR];\n var symbolCaptureEventName = symbolEventNames[TRUE_STR];\n var tasks = target[symbolEventName];\n var captureTasks = target[symbolCaptureEventName];\n if (tasks) {\n var removeTasks = tasks.slice();\n for (var i = 0; i < removeTasks.length; i++) {\n var task = removeTasks[i];\n var delegate = task.originalDelegate ? task.originalDelegate : task.callback;\n this[REMOVE_EVENT_LISTENER].call(this, eventName, delegate, task.options);\n }\n }\n if (captureTasks) {\n var removeTasks = captureTasks.slice();\n for (var i = 0; i < removeTasks.length; i++) {\n var task = removeTasks[i];\n var delegate = task.originalDelegate ? task.originalDelegate : task.callback;\n this[REMOVE_EVENT_LISTENER].call(this, eventName, delegate, task.options);\n }\n }\n }\n }\n if (returnTarget) {\n return this;\n }\n };\n // for native toString patch\n attachOriginToPatched(proto[ADD_EVENT_LISTENER], nativeAddEventListener);\n attachOriginToPatched(proto[REMOVE_EVENT_LISTENER], nativeRemoveEventListener);\n if (nativeRemoveAllListeners) {\n attachOriginToPatched(proto[REMOVE_ALL_LISTENERS_EVENT_LISTENER], nativeRemoveAllListeners);\n }\n if (nativeListeners) {\n attachOriginToPatched(proto[LISTENERS_EVENT_LISTENER], nativeListeners);\n }\n return true;\n }\n var results = [];\n for (var i = 0; i < apis.length; i++) {\n results[i] = patchEventTargetMethods(apis[i], patchOptions);\n }\n return results;\n}\nfunction findEventTasks(target, eventName) {\n var foundTasks = [];\n for (var prop in target) {\n var match = EVENT_NAME_SYMBOL_REGX.exec(prop);\n var evtName = match && match[1];\n if (evtName && (!eventName || evtName === eventName)) {\n var tasks = target[prop];\n if (tasks) {\n for (var i = 0; i < tasks.length; i++) {\n foundTasks.push(tasks[i]);\n }\n }\n }\n }\n return foundTasks;\n}\nfunction patchEventPrototype(global, api) {\n var Event = global['Event'];\n if (Event && Event.prototype) {\n api.patchMethod(Event.prototype, 'stopImmediatePropagation', function (delegate) { return function (self, args) {\n self[IMMEDIATE_PROPAGATION_SYMBOL] = true;\n // we need to call the native stopImmediatePropagation\n // in case in some hybrid application, some part of\n // application will be controlled by zone, some are not\n delegate && delegate.apply(self, args);\n }; });\n }\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nfunction patchCallbacks(api, target, targetName, method, callbacks) {\n var symbol = Zone.__symbol__(method);\n if (target[symbol]) {\n return;\n }\n var nativeDelegate = target[symbol] = target[method];\n target[method] = function (name, opts, options) {\n if (opts && opts.prototype) {\n callbacks.forEach(function (callback) {\n var source = targetName + \".\" + method + \"::\" + callback;\n var prototype = opts.prototype;\n if (prototype.hasOwnProperty(callback)) {\n var descriptor = api.ObjectGetOwnPropertyDescriptor(prototype, callback);\n if (descriptor && descriptor.value) {\n descriptor.value = api.wrapWithCurrentZone(descriptor.value, source);\n api._redefineProperty(opts.prototype, callback, descriptor);\n }\n else if (prototype[callback]) {\n prototype[callback] = api.wrapWithCurrentZone(prototype[callback], source);\n }\n }\n else if (prototype[callback]) {\n prototype[callback] = api.wrapWithCurrentZone(prototype[callback], source);\n }\n });\n }\n return nativeDelegate.call(target, name, opts, options);\n };\n api.attachOriginToPatched(target[method], nativeDelegate);\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/*\n * This is necessary for Chrome and Chrome mobile, to enable\n * things like redefining `createdCallback` on an element.\n */\nvar zoneSymbol$1 = Zone.__symbol__;\nvar _defineProperty = Object[zoneSymbol$1('defineProperty')] = Object.defineProperty;\nvar _getOwnPropertyDescriptor = Object[zoneSymbol$1('getOwnPropertyDescriptor')] =\n Object.getOwnPropertyDescriptor;\nvar _create = Object.create;\nvar unconfigurablesKey = zoneSymbol$1('unconfigurables');\nfunction propertyPatch() {\n Object.defineProperty = function (obj, prop, desc) {\n if (isUnconfigurable(obj, prop)) {\n throw new TypeError('Cannot assign to read only property \\'' + prop + '\\' of ' + obj);\n }\n var originalConfigurableFlag = desc.configurable;\n if (prop !== 'prototype') {\n desc = rewriteDescriptor(obj, prop, desc);\n }\n return _tryDefineProperty(obj, prop, desc, originalConfigurableFlag);\n };\n Object.defineProperties = function (obj, props) {\n Object.keys(props).forEach(function (prop) {\n Object.defineProperty(obj, prop, props[prop]);\n });\n return obj;\n };\n Object.create = function (obj, proto) {\n if (typeof proto === 'object' && !Object.isFrozen(proto)) {\n Object.keys(proto).forEach(function (prop) {\n proto[prop] = rewriteDescriptor(obj, prop, proto[prop]);\n });\n }\n return _create(obj, proto);\n };\n Object.getOwnPropertyDescriptor = function (obj, prop) {\n var desc = _getOwnPropertyDescriptor(obj, prop);\n if (desc && isUnconfigurable(obj, prop)) {\n desc.configurable = false;\n }\n return desc;\n };\n}\nfunction _redefineProperty(obj, prop, desc) {\n var originalConfigurableFlag = desc.configurable;\n desc = rewriteDescriptor(obj, prop, desc);\n return _tryDefineProperty(obj, prop, desc, originalConfigurableFlag);\n}\nfunction isUnconfigurable(obj, prop) {\n return obj && obj[unconfigurablesKey] && obj[unconfigurablesKey][prop];\n}\nfunction rewriteDescriptor(obj, prop, desc) {\n // issue-927, if the desc is frozen, don't try to change the desc\n if (!Object.isFrozen(desc)) {\n desc.configurable = true;\n }\n if (!desc.configurable) {\n // issue-927, if the obj is frozen, don't try to set the desc to obj\n if (!obj[unconfigurablesKey] && !Object.isFrozen(obj)) {\n _defineProperty(obj, unconfigurablesKey, { writable: true, value: {} });\n }\n if (obj[unconfigurablesKey]) {\n obj[unconfigurablesKey][prop] = true;\n }\n }\n return desc;\n}\nfunction _tryDefineProperty(obj, prop, desc, originalConfigurableFlag) {\n try {\n return _defineProperty(obj, prop, desc);\n }\n catch (error) {\n if (desc.configurable) {\n // In case of errors, when the configurable flag was likely set by rewriteDescriptor(), let's\n // retry with the original flag value\n if (typeof originalConfigurableFlag == 'undefined') {\n delete desc.configurable;\n }\n else {\n desc.configurable = originalConfigurableFlag;\n }\n try {\n return _defineProperty(obj, prop, desc);\n }\n catch (error) {\n var descJson = null;\n try {\n descJson = JSON.stringify(desc);\n }\n catch (error) {\n descJson = desc.toString();\n }\n console.log(\"Attempting to configure '\" + prop + \"' with descriptor '\" + descJson + \"' on object '\" + obj + \"' and got error, giving up: \" + error);\n }\n }\n else {\n throw error;\n }\n }\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/**\n * @fileoverview\n * @suppress {globalThis}\n */\nvar globalEventHandlersEventNames = [\n 'abort',\n 'animationcancel',\n 'animationend',\n 'animationiteration',\n 'auxclick',\n 'beforeinput',\n 'blur',\n 'cancel',\n 'canplay',\n 'canplaythrough',\n 'change',\n 'compositionstart',\n 'compositionupdate',\n 'compositionend',\n 'cuechange',\n 'click',\n 'close',\n 'contextmenu',\n 'curechange',\n 'dblclick',\n 'drag',\n 'dragend',\n 'dragenter',\n 'dragexit',\n 'dragleave',\n 'dragover',\n 'drop',\n 'durationchange',\n 'emptied',\n 'ended',\n 'error',\n 'focus',\n 'focusin',\n 'focusout',\n 'gotpointercapture',\n 'input',\n 'invalid',\n 'keydown',\n 'keypress',\n 'keyup',\n 'load',\n 'loadstart',\n 'loadeddata',\n 'loadedmetadata',\n 'lostpointercapture',\n 'mousedown',\n 'mouseenter',\n 'mouseleave',\n 'mousemove',\n 'mouseout',\n 'mouseover',\n 'mouseup',\n 'mousewheel',\n 'orientationchange',\n 'pause',\n 'play',\n 'playing',\n 'pointercancel',\n 'pointerdown',\n 'pointerenter',\n 'pointerleave',\n 'pointerlockchange',\n 'mozpointerlockchange',\n 'webkitpointerlockerchange',\n 'pointerlockerror',\n 'mozpointerlockerror',\n 'webkitpointerlockerror',\n 'pointermove',\n 'pointout',\n 'pointerover',\n 'pointerup',\n 'progress',\n 'ratechange',\n 'reset',\n 'resize',\n 'scroll',\n 'seeked',\n 'seeking',\n 'select',\n 'selectionchange',\n 'selectstart',\n 'show',\n 'sort',\n 'stalled',\n 'submit',\n 'suspend',\n 'timeupdate',\n 'volumechange',\n 'touchcancel',\n 'touchmove',\n 'touchstart',\n 'touchend',\n 'transitioncancel',\n 'transitionend',\n 'waiting',\n 'wheel'\n];\nvar documentEventNames = [\n 'afterscriptexecute', 'beforescriptexecute', 'DOMContentLoaded', 'freeze', 'fullscreenchange',\n 'mozfullscreenchange', 'webkitfullscreenchange', 'msfullscreenchange', 'fullscreenerror',\n 'mozfullscreenerror', 'webkitfullscreenerror', 'msfullscreenerror', 'readystatechange',\n 'visibilitychange', 'resume'\n];\nvar windowEventNames = [\n 'absolutedeviceorientation',\n 'afterinput',\n 'afterprint',\n 'appinstalled',\n 'beforeinstallprompt',\n 'beforeprint',\n 'beforeunload',\n 'devicelight',\n 'devicemotion',\n 'deviceorientation',\n 'deviceorientationabsolute',\n 'deviceproximity',\n 'hashchange',\n 'languagechange',\n 'message',\n 'mozbeforepaint',\n 'offline',\n 'online',\n 'paint',\n 'pageshow',\n 'pagehide',\n 'popstate',\n 'rejectionhandled',\n 'storage',\n 'unhandledrejection',\n 'unload',\n 'userproximity',\n 'vrdisplyconnected',\n 'vrdisplaydisconnected',\n 'vrdisplaypresentchange'\n];\nvar htmlElementEventNames = [\n 'beforecopy', 'beforecut', 'beforepaste', 'copy', 'cut', 'paste', 'dragstart', 'loadend',\n 'animationstart', 'search', 'transitionrun', 'transitionstart', 'webkitanimationend',\n 'webkitanimationiteration', 'webkitanimationstart', 'webkittransitionend'\n];\nvar mediaElementEventNames = ['encrypted', 'waitingforkey', 'msneedkey', 'mozinterruptbegin', 'mozinterruptend'];\nvar ieElementEventNames = [\n 'activate',\n 'afterupdate',\n 'ariarequest',\n 'beforeactivate',\n 'beforedeactivate',\n 'beforeeditfocus',\n 'beforeupdate',\n 'cellchange',\n 'controlselect',\n 'dataavailable',\n 'datasetchanged',\n 'datasetcomplete',\n 'errorupdate',\n 'filterchange',\n 'layoutcomplete',\n 'losecapture',\n 'move',\n 'moveend',\n 'movestart',\n 'propertychange',\n 'resizeend',\n 'resizestart',\n 'rowenter',\n 'rowexit',\n 'rowsdelete',\n 'rowsinserted',\n 'command',\n 'compassneedscalibration',\n 'deactivate',\n 'help',\n 'mscontentzoom',\n 'msmanipulationstatechanged',\n 'msgesturechange',\n 'msgesturedoubletap',\n 'msgestureend',\n 'msgesturehold',\n 'msgesturestart',\n 'msgesturetap',\n 'msgotpointercapture',\n 'msinertiastart',\n 'mslostpointercapture',\n 'mspointercancel',\n 'mspointerdown',\n 'mspointerenter',\n 'mspointerhover',\n 'mspointerleave',\n 'mspointermove',\n 'mspointerout',\n 'mspointerover',\n 'mspointerup',\n 'pointerout',\n 'mssitemodejumplistitemremoved',\n 'msthumbnailclick',\n 'stop',\n 'storagecommit'\n];\nvar webglEventNames = ['webglcontextrestored', 'webglcontextlost', 'webglcontextcreationerror'];\nvar formEventNames = ['autocomplete', 'autocompleteerror'];\nvar detailEventNames = ['toggle'];\nvar frameEventNames = ['load'];\nvar frameSetEventNames = ['blur', 'error', 'focus', 'load', 'resize', 'scroll', 'messageerror'];\nvar marqueeEventNames = ['bounce', 'finish', 'start'];\nvar XMLHttpRequestEventNames = [\n 'loadstart', 'progress', 'abort', 'error', 'load', 'progress', 'timeout', 'loadend',\n 'readystatechange'\n];\nvar IDBIndexEventNames = ['upgradeneeded', 'complete', 'abort', 'success', 'error', 'blocked', 'versionchange', 'close'];\nvar websocketEventNames = ['close', 'error', 'open', 'message'];\nvar workerEventNames = ['error', 'message'];\nvar eventNames = globalEventHandlersEventNames.concat(webglEventNames, formEventNames, detailEventNames, documentEventNames, windowEventNames, htmlElementEventNames, ieElementEventNames);\nfunction filterProperties(target, onProperties, ignoreProperties) {\n if (!ignoreProperties || ignoreProperties.length === 0) {\n return onProperties;\n }\n var tip = ignoreProperties.filter(function (ip) { return ip.target === target; });\n if (!tip || tip.length === 0) {\n return onProperties;\n }\n var targetIgnoreProperties = tip[0].ignoreProperties;\n return onProperties.filter(function (op) { return targetIgnoreProperties.indexOf(op) === -1; });\n}\nfunction patchFilteredProperties(target, onProperties, ignoreProperties, prototype) {\n // check whether target is available, sometimes target will be undefined\n // because different browser or some 3rd party plugin.\n if (!target) {\n return;\n }\n var filteredProperties = filterProperties(target, onProperties, ignoreProperties);\n patchOnProperties(target, filteredProperties, prototype);\n}\nfunction propertyDescriptorPatch(api, _global) {\n if (isNode && !isMix) {\n return;\n }\n if (Zone[api.symbol('patchEvents')]) {\n // events are already been patched by legacy patch.\n return;\n }\n var supportsWebSocket = typeof WebSocket !== 'undefined';\n var ignoreProperties = _global['__Zone_ignore_on_properties'];\n // for browsers that we can patch the descriptor: Chrome & Firefox\n if (isBrowser) {\n var internalWindow = window;\n var ignoreErrorProperties = isIE ? [{ target: internalWindow, ignoreProperties: ['error'] }] : [];\n // in IE/Edge, onProp not exist in window object, but in WindowPrototype\n // so we need to pass WindowPrototype to check onProp exist or not\n patchFilteredProperties(internalWindow, eventNames.concat(['messageerror']), ignoreProperties ? ignoreProperties.concat(ignoreErrorProperties) : ignoreProperties, ObjectGetPrototypeOf(internalWindow));\n patchFilteredProperties(Document.prototype, eventNames, ignoreProperties);\n if (typeof internalWindow['SVGElement'] !== 'undefined') {\n patchFilteredProperties(internalWindow['SVGElement'].prototype, eventNames, ignoreProperties);\n }\n patchFilteredProperties(Element.prototype, eventNames, ignoreProperties);\n patchFilteredProperties(HTMLElement.prototype, eventNames, ignoreProperties);\n patchFilteredProperties(HTMLMediaElement.prototype, mediaElementEventNames, ignoreProperties);\n patchFilteredProperties(HTMLFrameSetElement.prototype, windowEventNames.concat(frameSetEventNames), ignoreProperties);\n patchFilteredProperties(HTMLBodyElement.prototype, windowEventNames.concat(frameSetEventNames), ignoreProperties);\n patchFilteredProperties(HTMLFrameElement.prototype, frameEventNames, ignoreProperties);\n patchFilteredProperties(HTMLIFrameElement.prototype, frameEventNames, ignoreProperties);\n var HTMLMarqueeElement_1 = internalWindow['HTMLMarqueeElement'];\n if (HTMLMarqueeElement_1) {\n patchFilteredProperties(HTMLMarqueeElement_1.prototype, marqueeEventNames, ignoreProperties);\n }\n var Worker_1 = internalWindow['Worker'];\n if (Worker_1) {\n patchFilteredProperties(Worker_1.prototype, workerEventNames, ignoreProperties);\n }\n }\n var XMLHttpRequest = _global['XMLHttpRequest'];\n if (XMLHttpRequest) {\n // XMLHttpRequest is not available in ServiceWorker, so we need to check here\n patchFilteredProperties(XMLHttpRequest.prototype, XMLHttpRequestEventNames, ignoreProperties);\n }\n var XMLHttpRequestEventTarget = _global['XMLHttpRequestEventTarget'];\n if (XMLHttpRequestEventTarget) {\n patchFilteredProperties(XMLHttpRequestEventTarget && XMLHttpRequestEventTarget.prototype, XMLHttpRequestEventNames, ignoreProperties);\n }\n if (typeof IDBIndex !== 'undefined') {\n patchFilteredProperties(IDBIndex.prototype, IDBIndexEventNames, ignoreProperties);\n patchFilteredProperties(IDBRequest.prototype, IDBIndexEventNames, ignoreProperties);\n patchFilteredProperties(IDBOpenDBRequest.prototype, IDBIndexEventNames, ignoreProperties);\n patchFilteredProperties(IDBDatabase.prototype, IDBIndexEventNames, ignoreProperties);\n patchFilteredProperties(IDBTransaction.prototype, IDBIndexEventNames, ignoreProperties);\n patchFilteredProperties(IDBCursor.prototype, IDBIndexEventNames, ignoreProperties);\n }\n if (supportsWebSocket) {\n patchFilteredProperties(WebSocket.prototype, websocketEventNames, ignoreProperties);\n }\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nZone.__load_patch('util', function (global, Zone, api) {\n api.patchOnProperties = patchOnProperties;\n api.patchMethod = patchMethod;\n api.bindArguments = bindArguments;\n api.patchMacroTask = patchMacroTask;\n // In earlier version of zone.js (<0.9.0), we use env name `__zone_symbol__BLACK_LISTED_EVENTS` to\n // define which events will not be patched by `Zone.js`.\n // In newer version (>=0.9.0), we change the env name to `__zone_symbol__UNPATCHED_EVENTS` to keep\n // the name consistent with angular repo.\n // The `__zone_symbol__BLACK_LISTED_EVENTS` is deprecated, but it is still be supported for\n // backwards compatibility.\n var SYMBOL_BLACK_LISTED_EVENTS = Zone.__symbol__('BLACK_LISTED_EVENTS');\n var SYMBOL_UNPATCHED_EVENTS = Zone.__symbol__('UNPATCHED_EVENTS');\n if (global[SYMBOL_UNPATCHED_EVENTS]) {\n global[SYMBOL_BLACK_LISTED_EVENTS] = global[SYMBOL_UNPATCHED_EVENTS];\n }\n if (global[SYMBOL_BLACK_LISTED_EVENTS]) {\n Zone[SYMBOL_BLACK_LISTED_EVENTS] = Zone[SYMBOL_UNPATCHED_EVENTS] =\n global[SYMBOL_BLACK_LISTED_EVENTS];\n }\n api.patchEventPrototype = patchEventPrototype;\n api.patchEventTarget = patchEventTarget;\n api.isIEOrEdge = isIEOrEdge;\n api.ObjectDefineProperty = ObjectDefineProperty;\n api.ObjectGetOwnPropertyDescriptor = ObjectGetOwnPropertyDescriptor;\n api.ObjectCreate = ObjectCreate;\n api.ArraySlice = ArraySlice;\n api.patchClass = patchClass;\n api.wrapWithCurrentZone = wrapWithCurrentZone;\n api.filterProperties = filterProperties;\n api.attachOriginToPatched = attachOriginToPatched;\n api._redefineProperty = _redefineProperty;\n api.patchCallbacks = patchCallbacks;\n api.getGlobalObjects = function () { return ({\n globalSources: globalSources,\n zoneSymbolEventNames: zoneSymbolEventNames$1,\n eventNames: eventNames,\n isBrowser: isBrowser,\n isMix: isMix,\n isNode: isNode,\n TRUE_STR: TRUE_STR,\n FALSE_STR: FALSE_STR,\n ZONE_SYMBOL_PREFIX: ZONE_SYMBOL_PREFIX,\n ADD_EVENT_LISTENER_STR: ADD_EVENT_LISTENER_STR,\n REMOVE_EVENT_LISTENER_STR: REMOVE_EVENT_LISTENER_STR\n }); };\n});\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nfunction eventTargetLegacyPatch(_global, api) {\n var _a = api.getGlobalObjects(), eventNames = _a.eventNames, globalSources = _a.globalSources, zoneSymbolEventNames = _a.zoneSymbolEventNames, TRUE_STR = _a.TRUE_STR, FALSE_STR = _a.FALSE_STR, ZONE_SYMBOL_PREFIX = _a.ZONE_SYMBOL_PREFIX;\n var WTF_ISSUE_555 = 'Anchor,Area,Audio,BR,Base,BaseFont,Body,Button,Canvas,Content,DList,Directory,Div,Embed,FieldSet,Font,Form,Frame,FrameSet,HR,Head,Heading,Html,IFrame,Image,Input,Keygen,LI,Label,Legend,Link,Map,Marquee,Media,Menu,Meta,Meter,Mod,OList,Object,OptGroup,Option,Output,Paragraph,Pre,Progress,Quote,Script,Select,Source,Span,Style,TableCaption,TableCell,TableCol,Table,TableRow,TableSection,TextArea,Title,Track,UList,Unknown,Video';\n var NO_EVENT_TARGET = 'ApplicationCache,EventSource,FileReader,InputMethodContext,MediaController,MessagePort,Node,Performance,SVGElementInstance,SharedWorker,TextTrack,TextTrackCue,TextTrackList,WebKitNamedFlow,Window,Worker,WorkerGlobalScope,XMLHttpRequest,XMLHttpRequestEventTarget,XMLHttpRequestUpload,IDBRequest,IDBOpenDBRequest,IDBDatabase,IDBTransaction,IDBCursor,DBIndex,WebSocket'\n .split(',');\n var EVENT_TARGET = 'EventTarget';\n var apis = [];\n var isWtf = _global['wtf'];\n var WTF_ISSUE_555_ARRAY = WTF_ISSUE_555.split(',');\n if (isWtf) {\n // Workaround for: https://github.com/google/tracing-framework/issues/555\n apis = WTF_ISSUE_555_ARRAY.map(function (v) { return 'HTML' + v + 'Element'; }).concat(NO_EVENT_TARGET);\n }\n else if (_global[EVENT_TARGET]) {\n apis.push(EVENT_TARGET);\n }\n else {\n // Note: EventTarget is not available in all browsers,\n // if it's not available, we instead patch the APIs in the IDL that inherit from EventTarget\n apis = NO_EVENT_TARGET;\n }\n var isDisableIECheck = _global['__Zone_disable_IE_check'] || false;\n var isEnableCrossContextCheck = _global['__Zone_enable_cross_context_check'] || false;\n var ieOrEdge = api.isIEOrEdge();\n var ADD_EVENT_LISTENER_SOURCE = '.addEventListener:';\n var FUNCTION_WRAPPER = '[object FunctionWrapper]';\n var BROWSER_TOOLS = 'function __BROWSERTOOLS_CONSOLE_SAFEFUNC() { [native code] }';\n // predefine all __zone_symbol__ + eventName + true/false string\n for (var i = 0; i < eventNames.length; i++) {\n var eventName = eventNames[i];\n var falseEventName = eventName + FALSE_STR;\n var trueEventName = eventName + TRUE_STR;\n var symbol = ZONE_SYMBOL_PREFIX + falseEventName;\n var symbolCapture = ZONE_SYMBOL_PREFIX + trueEventName;\n zoneSymbolEventNames[eventName] = {};\n zoneSymbolEventNames[eventName][FALSE_STR] = symbol;\n zoneSymbolEventNames[eventName][TRUE_STR] = symbolCapture;\n }\n // predefine all task.source string\n for (var i = 0; i < WTF_ISSUE_555.length; i++) {\n var target = WTF_ISSUE_555_ARRAY[i];\n var targets = globalSources[target] = {};\n for (var j = 0; j < eventNames.length; j++) {\n var eventName = eventNames[j];\n targets[eventName] = target + ADD_EVENT_LISTENER_SOURCE + eventName;\n }\n }\n var checkIEAndCrossContext = function (nativeDelegate, delegate, target, args) {\n if (!isDisableIECheck && ieOrEdge) {\n if (isEnableCrossContextCheck) {\n try {\n var testString = delegate.toString();\n if ((testString === FUNCTION_WRAPPER || testString == BROWSER_TOOLS)) {\n nativeDelegate.apply(target, args);\n return false;\n }\n }\n catch (error) {\n nativeDelegate.apply(target, args);\n return false;\n }\n }\n else {\n var testString = delegate.toString();\n if ((testString === FUNCTION_WRAPPER || testString == BROWSER_TOOLS)) {\n nativeDelegate.apply(target, args);\n return false;\n }\n }\n }\n else if (isEnableCrossContextCheck) {\n try {\n delegate.toString();\n }\n catch (error) {\n nativeDelegate.apply(target, args);\n return false;\n }\n }\n return true;\n };\n var apiTypes = [];\n for (var i = 0; i < apis.length; i++) {\n var type = _global[apis[i]];\n apiTypes.push(type && type.prototype);\n }\n // vh is validateHandler to check event handler\n // is valid or not(for security check)\n api.patchEventTarget(_global, apiTypes, { vh: checkIEAndCrossContext });\n Zone[api.symbol('patchEventTarget')] = !!_global[EVENT_TARGET];\n return true;\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n// we have to patch the instance since the proto is non-configurable\nfunction apply(api, _global) {\n var _a = api.getGlobalObjects(), ADD_EVENT_LISTENER_STR = _a.ADD_EVENT_LISTENER_STR, REMOVE_EVENT_LISTENER_STR = _a.REMOVE_EVENT_LISTENER_STR;\n var WS = _global.WebSocket;\n // On Safari window.EventTarget doesn't exist so need to patch WS add/removeEventListener\n // On older Chrome, no need since EventTarget was already patched\n if (!_global.EventTarget) {\n api.patchEventTarget(_global, [WS.prototype]);\n }\n _global.WebSocket = function (x, y) {\n var socket = arguments.length > 1 ? new WS(x, y) : new WS(x);\n var proxySocket;\n var proxySocketProto;\n // Safari 7.0 has non-configurable own 'onmessage' and friends properties on the socket instance\n var onmessageDesc = api.ObjectGetOwnPropertyDescriptor(socket, 'onmessage');\n if (onmessageDesc && onmessageDesc.configurable === false) {\n proxySocket = api.ObjectCreate(socket);\n // socket have own property descriptor 'onopen', 'onmessage', 'onclose', 'onerror'\n // but proxySocket not, so we will keep socket as prototype and pass it to\n // patchOnProperties method\n proxySocketProto = socket;\n [ADD_EVENT_LISTENER_STR, REMOVE_EVENT_LISTENER_STR, 'send', 'close'].forEach(function (propName) {\n proxySocket[propName] = function () {\n var args = api.ArraySlice.call(arguments);\n if (propName === ADD_EVENT_LISTENER_STR || propName === REMOVE_EVENT_LISTENER_STR) {\n var eventName = args.length > 0 ? args[0] : undefined;\n if (eventName) {\n var propertySymbol = Zone.__symbol__('ON_PROPERTY' + eventName);\n socket[propertySymbol] = proxySocket[propertySymbol];\n }\n }\n return socket[propName].apply(socket, args);\n };\n });\n }\n else {\n // we can patch the real socket\n proxySocket = socket;\n }\n api.patchOnProperties(proxySocket, ['close', 'error', 'message', 'open'], proxySocketProto);\n return proxySocket;\n };\n var globalWebSocket = _global['WebSocket'];\n for (var prop in WS) {\n globalWebSocket[prop] = WS[prop];\n }\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/**\n * @fileoverview\n * @suppress {globalThis}\n */\nfunction propertyDescriptorLegacyPatch(api, _global) {\n var _a = api.getGlobalObjects(), isNode = _a.isNode, isMix = _a.isMix;\n if (isNode && !isMix) {\n return;\n }\n if (!canPatchViaPropertyDescriptor(api, _global)) {\n var supportsWebSocket = typeof WebSocket !== 'undefined';\n // Safari, Android browsers (Jelly Bean)\n patchViaCapturingAllTheEvents(api);\n api.patchClass('XMLHttpRequest');\n if (supportsWebSocket) {\n apply(api, _global);\n }\n Zone[api.symbol('patchEvents')] = true;\n }\n}\nfunction canPatchViaPropertyDescriptor(api, _global) {\n var _a = api.getGlobalObjects(), isBrowser = _a.isBrowser, isMix = _a.isMix;\n if ((isBrowser || isMix) &&\n !api.ObjectGetOwnPropertyDescriptor(HTMLElement.prototype, 'onclick') &&\n typeof Element !== 'undefined') {\n // WebKit https://bugs.webkit.org/show_bug.cgi?id=134364\n // IDL interface attributes are not configurable\n var desc = api.ObjectGetOwnPropertyDescriptor(Element.prototype, 'onclick');\n if (desc && !desc.configurable)\n return false;\n // try to use onclick to detect whether we can patch via propertyDescriptor\n // because XMLHttpRequest is not available in service worker\n if (desc) {\n api.ObjectDefineProperty(Element.prototype, 'onclick', {\n enumerable: true,\n configurable: true,\n get: function () {\n return true;\n }\n });\n var div = document.createElement('div');\n var result = !!div.onclick;\n api.ObjectDefineProperty(Element.prototype, 'onclick', desc);\n return result;\n }\n }\n var XMLHttpRequest = _global['XMLHttpRequest'];\n if (!XMLHttpRequest) {\n // XMLHttpRequest is not available in service worker\n return false;\n }\n var ON_READY_STATE_CHANGE = 'onreadystatechange';\n var XMLHttpRequestPrototype = XMLHttpRequest.prototype;\n var xhrDesc = api.ObjectGetOwnPropertyDescriptor(XMLHttpRequestPrototype, ON_READY_STATE_CHANGE);\n // add enumerable and configurable here because in opera\n // by default XMLHttpRequest.prototype.onreadystatechange is undefined\n // without adding enumerable and configurable will cause onreadystatechange\n // non-configurable\n // and if XMLHttpRequest.prototype.onreadystatechange is undefined,\n // we should set a real desc instead a fake one\n if (xhrDesc) {\n api.ObjectDefineProperty(XMLHttpRequestPrototype, ON_READY_STATE_CHANGE, {\n enumerable: true,\n configurable: true,\n get: function () {\n return true;\n }\n });\n var req = new XMLHttpRequest();\n var result = !!req.onreadystatechange;\n // restore original desc\n api.ObjectDefineProperty(XMLHttpRequestPrototype, ON_READY_STATE_CHANGE, xhrDesc || {});\n return result;\n }\n else {\n var SYMBOL_FAKE_ONREADYSTATECHANGE_1 = api.symbol('fake');\n api.ObjectDefineProperty(XMLHttpRequestPrototype, ON_READY_STATE_CHANGE, {\n enumerable: true,\n configurable: true,\n get: function () {\n return this[SYMBOL_FAKE_ONREADYSTATECHANGE_1];\n },\n set: function (value) {\n this[SYMBOL_FAKE_ONREADYSTATECHANGE_1] = value;\n }\n });\n var req = new XMLHttpRequest();\n var detectFunc = function () { };\n req.onreadystatechange = detectFunc;\n var result = req[SYMBOL_FAKE_ONREADYSTATECHANGE_1] === detectFunc;\n req.onreadystatechange = null;\n return result;\n }\n}\n// Whenever any eventListener fires, we check the eventListener target and all parents\n// for `onwhatever` properties and replace them with zone-bound functions\n// - Chrome (for now)\nfunction patchViaCapturingAllTheEvents(api) {\n var eventNames = api.getGlobalObjects().eventNames;\n var unboundKey = api.symbol('unbound');\n var _loop_1 = function (i) {\n var property = eventNames[i];\n var onproperty = 'on' + property;\n self.addEventListener(property, function (event) {\n var elt = event.target, bound, source;\n if (elt) {\n source = elt.constructor['name'] + '.' + onproperty;\n }\n else {\n source = 'unknown.' + onproperty;\n }\n while (elt) {\n if (elt[onproperty] && !elt[onproperty][unboundKey]) {\n bound = api.wrapWithCurrentZone(elt[onproperty], source);\n bound[unboundKey] = elt[onproperty];\n elt[onproperty] = bound;\n }\n elt = elt.parentElement;\n }\n }, true);\n };\n for (var i = 0; i < eventNames.length; i++) {\n _loop_1(i);\n }\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nfunction registerElementPatch(_global, api) {\n var _a = api.getGlobalObjects(), isBrowser = _a.isBrowser, isMix = _a.isMix;\n if ((!isBrowser && !isMix) || !('registerElement' in _global.document)) {\n return;\n }\n var callbacks = ['createdCallback', 'attachedCallback', 'detachedCallback', 'attributeChangedCallback'];\n api.patchCallbacks(api, document, 'Document', 'registerElement', callbacks);\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/**\n * @fileoverview\n * @suppress {missingRequire}\n */\n(function (_global) {\n _global['__zone_symbol__legacyPatch'] = function () {\n var Zone = _global['Zone'];\n Zone.__load_patch('registerElement', function (global, Zone, api) {\n registerElementPatch(global, api);\n });\n Zone.__load_patch('EventTargetLegacy', function (global, Zone, api) {\n eventTargetLegacyPatch(global, api);\n propertyDescriptorLegacyPatch(api, global);\n });\n };\n})(typeof window !== 'undefined' && window || typeof self !== 'undefined' && self || global);\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/**\n * @fileoverview\n * @suppress {missingRequire}\n */\nvar taskSymbol = zoneSymbol('zoneTask');\nfunction patchTimer(window, setName, cancelName, nameSuffix) {\n var setNative = null;\n var clearNative = null;\n setName += nameSuffix;\n cancelName += nameSuffix;\n var tasksByHandleId = {};\n function scheduleTask(task) {\n var data = task.data;\n function timer() {\n try {\n task.invoke.apply(this, arguments);\n }\n finally {\n // issue-934, task will be cancelled\n // even it is a periodic task such as\n // setInterval\n if (!(task.data && task.data.isPeriodic)) {\n if (typeof data.handleId === 'number') {\n // in non-nodejs env, we remove timerId\n // from local cache\n delete tasksByHandleId[data.handleId];\n }\n else if (data.handleId) {\n // Node returns complex objects as handleIds\n // we remove task reference from timer object\n data.handleId[taskSymbol] = null;\n }\n }\n }\n }\n data.args[0] = timer;\n data.handleId = setNative.apply(window, data.args);\n return task;\n }\n function clearTask(task) {\n return clearNative(task.data.handleId);\n }\n setNative =\n patchMethod(window, setName, function (delegate) { return function (self, args) {\n if (typeof args[0] === 'function') {\n var options = {\n isPeriodic: nameSuffix === 'Interval',\n delay: (nameSuffix === 'Timeout' || nameSuffix === 'Interval') ? args[1] || 0 :\n undefined,\n args: args\n };\n var task = scheduleMacroTaskWithCurrentZone(setName, args[0], options, scheduleTask, clearTask);\n if (!task) {\n return task;\n }\n // Node.js must additionally support the ref and unref functions.\n var handle = task.data.handleId;\n if (typeof handle === 'number') {\n // for non nodejs env, we save handleId: task\n // mapping in local cache for clearTimeout\n tasksByHandleId[handle] = task;\n }\n else if (handle) {\n // for nodejs env, we save task\n // reference in timerId Object for clearTimeout\n handle[taskSymbol] = task;\n }\n // check whether handle is null, because some polyfill or browser\n // may return undefined from setTimeout/setInterval/setImmediate/requestAnimationFrame\n if (handle && handle.ref && handle.unref && typeof handle.ref === 'function' &&\n typeof handle.unref === 'function') {\n task.ref = handle.ref.bind(handle);\n task.unref = handle.unref.bind(handle);\n }\n if (typeof handle === 'number' || handle) {\n return handle;\n }\n return task;\n }\n else {\n // cause an error by calling it directly.\n return delegate.apply(window, args);\n }\n }; });\n clearNative =\n patchMethod(window, cancelName, function (delegate) { return function (self, args) {\n var id = args[0];\n var task;\n if (typeof id === 'number') {\n // non nodejs env.\n task = tasksByHandleId[id];\n }\n else {\n // nodejs env.\n task = id && id[taskSymbol];\n // other environments.\n if (!task) {\n task = id;\n }\n }\n if (task && typeof task.type === 'string') {\n if (task.state !== 'notScheduled' &&\n (task.cancelFn && task.data.isPeriodic || task.runCount === 0)) {\n if (typeof id === 'number') {\n delete tasksByHandleId[id];\n }\n else if (id) {\n id[taskSymbol] = null;\n }\n // Do not cancel already canceled functions\n task.zone.cancelTask(task);\n }\n }\n else {\n // cause an error by calling it directly.\n delegate.apply(window, args);\n }\n }; });\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nfunction patchCustomElements(_global, api) {\n var _a = api.getGlobalObjects(), isBrowser = _a.isBrowser, isMix = _a.isMix;\n if ((!isBrowser && !isMix) || !_global['customElements'] || !('customElements' in _global)) {\n return;\n }\n var callbacks = ['connectedCallback', 'disconnectedCallback', 'adoptedCallback', 'attributeChangedCallback'];\n api.patchCallbacks(api, _global.customElements, 'customElements', 'define', callbacks);\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nfunction eventTargetPatch(_global, api) {\n if (Zone[api.symbol('patchEventTarget')]) {\n // EventTarget is already patched.\n return;\n }\n var _a = api.getGlobalObjects(), eventNames = _a.eventNames, zoneSymbolEventNames = _a.zoneSymbolEventNames, TRUE_STR = _a.TRUE_STR, FALSE_STR = _a.FALSE_STR, ZONE_SYMBOL_PREFIX = _a.ZONE_SYMBOL_PREFIX;\n // predefine all __zone_symbol__ + eventName + true/false string\n for (var i = 0; i < eventNames.length; i++) {\n var eventName = eventNames[i];\n var falseEventName = eventName + FALSE_STR;\n var trueEventName = eventName + TRUE_STR;\n var symbol = ZONE_SYMBOL_PREFIX + falseEventName;\n var symbolCapture = ZONE_SYMBOL_PREFIX + trueEventName;\n zoneSymbolEventNames[eventName] = {};\n zoneSymbolEventNames[eventName][FALSE_STR] = symbol;\n zoneSymbolEventNames[eventName][TRUE_STR] = symbolCapture;\n }\n var EVENT_TARGET = _global['EventTarget'];\n if (!EVENT_TARGET || !EVENT_TARGET.prototype) {\n return;\n }\n api.patchEventTarget(_global, [EVENT_TARGET && EVENT_TARGET.prototype]);\n return true;\n}\nfunction patchEvent$1(global, api) {\n api.patchEventPrototype(global, api);\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/**\n * @fileoverview\n * @suppress {missingRequire}\n */\nZone.__load_patch('legacy', function (global) {\n var legacyPatch = global[Zone.__symbol__('legacyPatch')];\n if (legacyPatch) {\n legacyPatch();\n }\n});\nZone.__load_patch('timers', function (global) {\n var set = 'set';\n var clear = 'clear';\n patchTimer(global, set, clear, 'Timeout');\n patchTimer(global, set, clear, 'Interval');\n patchTimer(global, set, clear, 'Immediate');\n});\nZone.__load_patch('requestAnimationFrame', function (global) {\n patchTimer(global, 'request', 'cancel', 'AnimationFrame');\n patchTimer(global, 'mozRequest', 'mozCancel', 'AnimationFrame');\n patchTimer(global, 'webkitRequest', 'webkitCancel', 'AnimationFrame');\n});\nZone.__load_patch('blocking', function (global, Zone) {\n var blockingMethods = ['alert', 'prompt', 'confirm'];\n for (var i = 0; i < blockingMethods.length; i++) {\n var name_1 = blockingMethods[i];\n patchMethod(global, name_1, function (delegate, symbol, name) {\n return function (s, args) {\n return Zone.current.run(delegate, global, args, name);\n };\n });\n }\n});\nZone.__load_patch('EventTarget', function (global, Zone, api) {\n patchEvent$1(global, api);\n eventTargetPatch(global, api);\n // patch XMLHttpRequestEventTarget's addEventListener/removeEventListener\n var XMLHttpRequestEventTarget = global['XMLHttpRequestEventTarget'];\n if (XMLHttpRequestEventTarget && XMLHttpRequestEventTarget.prototype) {\n api.patchEventTarget(global, [XMLHttpRequestEventTarget.prototype]);\n }\n patchClass('MutationObserver');\n patchClass('WebKitMutationObserver');\n patchClass('IntersectionObserver');\n patchClass('FileReader');\n});\nZone.__load_patch('on_property', function (global, Zone, api) {\n propertyDescriptorPatch(api, global);\n propertyPatch();\n});\nZone.__load_patch('customElements', function (global, Zone, api) {\n patchCustomElements(global, api);\n});\nZone.__load_patch('XHR', function (global, Zone) {\n // Treat XMLHttpRequest as a macrotask.\n patchXHR(global);\n var XHR_TASK = zoneSymbol('xhrTask');\n var XHR_SYNC = zoneSymbol('xhrSync');\n var XHR_LISTENER = zoneSymbol('xhrListener');\n var XHR_SCHEDULED = zoneSymbol('xhrScheduled');\n var XHR_URL = zoneSymbol('xhrURL');\n var XHR_ERROR_BEFORE_SCHEDULED = zoneSymbol('xhrErrorBeforeScheduled');\n function patchXHR(window) {\n var XMLHttpRequest = window['XMLHttpRequest'];\n if (!XMLHttpRequest) {\n // XMLHttpRequest is not available in service worker\n return;\n }\n var XMLHttpRequestPrototype = XMLHttpRequest.prototype;\n function findPendingTask(target) {\n return target[XHR_TASK];\n }\n var oriAddListener = XMLHttpRequestPrototype[ZONE_SYMBOL_ADD_EVENT_LISTENER];\n var oriRemoveListener = XMLHttpRequestPrototype[ZONE_SYMBOL_REMOVE_EVENT_LISTENER];\n if (!oriAddListener) {\n var XMLHttpRequestEventTarget_1 = window['XMLHttpRequestEventTarget'];\n if (XMLHttpRequestEventTarget_1) {\n var XMLHttpRequestEventTargetPrototype = XMLHttpRequestEventTarget_1.prototype;\n oriAddListener = XMLHttpRequestEventTargetPrototype[ZONE_SYMBOL_ADD_EVENT_LISTENER];\n oriRemoveListener = XMLHttpRequestEventTargetPrototype[ZONE_SYMBOL_REMOVE_EVENT_LISTENER];\n }\n }\n var READY_STATE_CHANGE = 'readystatechange';\n var SCHEDULED = 'scheduled';\n function scheduleTask(task) {\n var data = task.data;\n var target = data.target;\n target[XHR_SCHEDULED] = false;\n target[XHR_ERROR_BEFORE_SCHEDULED] = false;\n // remove existing event listener\n var listener = target[XHR_LISTENER];\n if (!oriAddListener) {\n oriAddListener = target[ZONE_SYMBOL_ADD_EVENT_LISTENER];\n oriRemoveListener = target[ZONE_SYMBOL_REMOVE_EVENT_LISTENER];\n }\n if (listener) {\n oriRemoveListener.call(target, READY_STATE_CHANGE, listener);\n }\n var newListener = target[XHR_LISTENER] = function () {\n if (target.readyState === target.DONE) {\n // sometimes on some browsers XMLHttpRequest will fire onreadystatechange with\n // readyState=4 multiple times, so we need to check task state here\n if (!data.aborted && target[XHR_SCHEDULED] && task.state === SCHEDULED) {\n // check whether the xhr has registered onload listener\n // if that is the case, the task should invoke after all\n // onload listeners finish.\n var loadTasks = target['__zone_symbol__loadfalse'];\n if (loadTasks && loadTasks.length > 0) {\n var oriInvoke_1 = task.invoke;\n task.invoke = function () {\n // need to load the tasks again, because in other\n // load listener, they may remove themselves\n var loadTasks = target['__zone_symbol__loadfalse'];\n for (var i = 0; i < loadTasks.length; i++) {\n if (loadTasks[i] === task) {\n loadTasks.splice(i, 1);\n }\n }\n if (!data.aborted && task.state === SCHEDULED) {\n oriInvoke_1.call(task);\n }\n };\n loadTasks.push(task);\n }\n else {\n task.invoke();\n }\n }\n else if (!data.aborted && target[XHR_SCHEDULED] === false) {\n // error occurs when xhr.send()\n target[XHR_ERROR_BEFORE_SCHEDULED] = true;\n }\n }\n };\n oriAddListener.call(target, READY_STATE_CHANGE, newListener);\n var storedTask = target[XHR_TASK];\n if (!storedTask) {\n target[XHR_TASK] = task;\n }\n sendNative.apply(target, data.args);\n target[XHR_SCHEDULED] = true;\n return task;\n }\n function placeholderCallback() { }\n function clearTask(task) {\n var data = task.data;\n // Note - ideally, we would call data.target.removeEventListener here, but it's too late\n // to prevent it from firing. So instead, we store info for the event listener.\n data.aborted = true;\n return abortNative.apply(data.target, data.args);\n }\n var openNative = patchMethod(XMLHttpRequestPrototype, 'open', function () { return function (self, args) {\n self[XHR_SYNC] = args[2] == false;\n self[XHR_URL] = args[1];\n return openNative.apply(self, args);\n }; });\n var XMLHTTPREQUEST_SOURCE = 'XMLHttpRequest.send';\n var fetchTaskAborting = zoneSymbol('fetchTaskAborting');\n var fetchTaskScheduling = zoneSymbol('fetchTaskScheduling');\n var sendNative = patchMethod(XMLHttpRequestPrototype, 'send', function () { return function (self, args) {\n if (Zone.current[fetchTaskScheduling] === true) {\n // a fetch is scheduling, so we are using xhr to polyfill fetch\n // and because we already schedule macroTask for fetch, we should\n // not schedule a macroTask for xhr again\n return sendNative.apply(self, args);\n }\n if (self[XHR_SYNC]) {\n // if the XHR is sync there is no task to schedule, just execute the code.\n return sendNative.apply(self, args);\n }\n else {\n var options = { target: self, url: self[XHR_URL], isPeriodic: false, args: args, aborted: false };\n var task = scheduleMacroTaskWithCurrentZone(XMLHTTPREQUEST_SOURCE, placeholderCallback, options, scheduleTask, clearTask);\n if (self && self[XHR_ERROR_BEFORE_SCHEDULED] === true && !options.aborted &&\n task.state === SCHEDULED) {\n // xhr request throw error when send\n // we should invoke task instead of leaving a scheduled\n // pending macroTask\n task.invoke();\n }\n }\n }; });\n var abortNative = patchMethod(XMLHttpRequestPrototype, 'abort', function () { return function (self, args) {\n var task = findPendingTask(self);\n if (task && typeof task.type == 'string') {\n // If the XHR has already completed, do nothing.\n // If the XHR has already been aborted, do nothing.\n // Fix #569, call abort multiple times before done will cause\n // macroTask task count be negative number\n if (task.cancelFn == null || (task.data && task.data.aborted)) {\n return;\n }\n task.zone.cancelTask(task);\n }\n else if (Zone.current[fetchTaskAborting] === true) {\n // the abort is called from fetch polyfill, we need to call native abort of XHR.\n return abortNative.apply(self, args);\n }\n // Otherwise, we are trying to abort an XHR which has not yet been sent, so there is no\n // task\n // to cancel. Do nothing.\n }; });\n }\n});\nZone.__load_patch('geolocation', function (global) {\n /// GEO_LOCATION\n if (global['navigator'] && global['navigator'].geolocation) {\n patchPrototype(global['navigator'].geolocation, ['getCurrentPosition', 'watchPosition']);\n }\n});\nZone.__load_patch('PromiseRejectionEvent', function (global, Zone) {\n // handle unhandled promise rejection\n function findPromiseRejectionHandler(evtName) {\n return function (e) {\n var eventTasks = findEventTasks(global, evtName);\n eventTasks.forEach(function (eventTask) {\n // windows has added unhandledrejection event listener\n // trigger the event listener\n var PromiseRejectionEvent = global['PromiseRejectionEvent'];\n if (PromiseRejectionEvent) {\n var evt = new PromiseRejectionEvent(evtName, { promise: e.promise, reason: e.rejection });\n eventTask.invoke(evt);\n }\n });\n };\n }\n if (global['PromiseRejectionEvent']) {\n Zone[zoneSymbol('unhandledPromiseRejectionHandler')] =\n findPromiseRejectionHandler('unhandledrejection');\n Zone[zoneSymbol('rejectionHandledHandler')] =\n findPromiseRejectionHandler('rejectionhandled');\n }\n});\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n})));\n","/**\n * This file includes polyfills needed by Angular and is loaded before the app.\n * You can add your own extra polyfills to this file.\n *\n * This file is divided into 2 sections:\n * 1. Browser polyfills. These are applied before loading ZoneJS and are sorted by browsers.\n * 2. Application imports. Files imported after ZoneJS that should be loaded before your main\n * file.\n *\n * The current setup is for so-called \"evergreen\" browsers; the last versions of browsers that\n * automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera),\n * Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile.\n *\n * Learn more in https://angular.io/guide/browser-support\n */\n\n/***************************************************************************************************\n * BROWSER POLYFILLS\n */\n\n/** IE10 and IE11 requires the following for NgClass support on SVG elements */\n// import 'classlist.js'; // Run `npm install --save classlist.js`.\n\n/**\n * Web Animations `@angular/platform-browser/animations`\n * Only required if AnimationBuilder is used within the application and using IE/Edge or Safari.\n * Standard animation support in Angular DOES NOT require any polyfills (as of Angular 6.0).\n */\n// import 'web-animations-js'; // Run `npm install --save web-animations-js`.\n\n/**\n * By default, zone.js will patch all possible macroTask and DomEvents\n * user can disable parts of macroTask/DomEvents patch by setting following flags\n * because those flags need to be set before `zone.js` being loaded, and webpack\n * will put import in the top of bundle, so user need to create a separate file\n * in this directory (for example: zone-flags.ts), and put the following flags\n * into that file, and then add the following code before importing zone.js.\n * import './zone-flags.ts';\n *\n * The flags allowed in zone-flags.ts are listed here.\n *\n * The following flags will work for all browsers.\n *\n * (window as any).__Zone_disable_requestAnimationFrame = true; // disable patch requestAnimationFrame\n * (window as any).__Zone_disable_on_property = true; // disable patch onProperty such as onclick\n * (window as any).__zone_symbol__UNPATCHED_EVENTS = ['scroll', 'mousemove']; // disable patch specified eventNames\n *\n * in IE/Edge developer tools, the addEventListener will also be wrapped by zone.js\n * with the following flag, it will bypass `zone.js` patch for IE/Edge\n *\n * (window as any).__Zone_enable_cross_context_check = true;\n *\n */\n\n/** Smooth Scroll behavior polyfill */\nimport smoothscroll from 'smoothscroll-polyfill/dist/smoothscroll.js';\nsmoothscroll.polyfill();\n\n/***************************************************************************************************\n * Zone JS is required by default for Angular itself.\n */\nimport 'zone.js/dist/zone'; // Included with Angular CLI.\n\n/***************************************************************************************************\n * APPLICATION IMPORTS\n */\n"],"sourceRoot":""} \ No newline at end of file +{"version":3,"sources":["webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/es/date/index.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/es/math/index.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/es/number/index.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/es/reflect/index.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/es/regexp/index.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/a-function.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/add-to-unscopables.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/advance-string-index.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/an-instance.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/an-object.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-copy-within.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-fill.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-for-each.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-from.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-includes.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-last-index-of.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-method-has-species-support.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-methods.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-reduce.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/array-species-create.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/bind-context.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/call-with-safe-iteration-closing.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/check-correctness-of-iteration.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/classof-raw.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/classof.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection-strong.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection-weak.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/collection.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/copy-constructor-properties.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/correct-is-regexp-logic.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/correct-prototype-getter.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-html.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-iterator-constructor.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-property-descriptor.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/create-property.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/date-to-iso-string.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/date-to-primitive.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/define-iterator.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/define-well-known-symbol.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/descriptors.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/document-create-element.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/dom-iterables.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/enum-bug-keys.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/enum-keys.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/export.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/fails.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/forced-string-html-method.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/forced-string-trim-method.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/freezing.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/function-bind.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/function-to-string.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/get-built-in.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/get-iterator-method.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/global.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/has.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/hidden-keys.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/hide.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/host-report-errors.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/html.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/ie8-dom-define.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/indexed-object.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/inherit-if-required.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/internal-metadata.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/internal-state.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-array-iterator-method.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-array.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-forced.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-integer.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-object.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-pure.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/is-regexp.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterate.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterators-core.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/iterators.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/math-expm1.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/math-fround.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/math-log1p.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/math-sign.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/microtask.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/native-symbol.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/native-weak-map.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/new-promise-capability.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/number-is-finite.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-assign.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-create.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-define-properties.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-define-property.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-names-external.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-names.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-get-prototype-of.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-keys-internal.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-keys.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-set-prototype-of.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/object-to-string.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/own-keys.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/parse-float.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/parse-int.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/path.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/perform.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/promise-resolve.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/redefine-all.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/redefine.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/reflect-metadata.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/regexp-exec-abstract.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/regexp-exec.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/regexp-flags.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/require-object-coercible.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/same-value.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-global.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-species.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/set-to-string-tag.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/shared-key.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/shared.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/sloppy-array-method.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/species-constructor.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/string-at.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/string-repeat.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/string-trim.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/task.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/this-number-value.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-absolute-index.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-indexed-object.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-integer.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-length.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-object.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/to-primitive.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/uid.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/user-agent.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/validate-set-prototype-of-arguments.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/validate-string-method-arguments.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/well-known-symbol.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/whitespaces.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/internals/wrapped-well-known-symbol.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.copy-within.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.every.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.fill.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.filter.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.find-index.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.find.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.for-each.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.from.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.index-of.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.is-array.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.iterator.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.join.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.last-index-of.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.map.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.of.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.reduce-right.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.reduce.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.slice.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.some.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.array.sort.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.date.now.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.date.to-iso-string.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.date.to-json.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.date.to-primitive.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.date.to-string.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.function.bind.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.function.has-instance.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.function.name.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.map.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.acosh.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.asinh.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.atanh.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.cbrt.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.clz32.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.cosh.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.expm1.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.fround.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.hypot.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.imul.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.log10.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.log1p.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.log2.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.sign.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.sinh.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.tanh.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.to-string-tag.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.math.trunc.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.constructor.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.epsilon.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.is-finite.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.is-integer.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.is-nan.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.is-safe-integer.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.max-safe-integer.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.min-safe-integer.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.parse-float.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.parse-int.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.to-fixed.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.number.to-precision.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.assign.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.create.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.define-properties.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.define-property.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.freeze.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.get-own-property-descriptor.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.get-own-property-names.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.get-prototype-of.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.is-extensible.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.is-frozen.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.is-sealed.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.is.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.keys.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.prevent-extensions.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.seal.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.set-prototype-of.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.object.to-string.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.parse-float.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.parse-int.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.promise.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.apply.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.construct.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.define-property.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.delete-property.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.get-own-property-descriptor.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.get-prototype-of.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.get.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.has.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.is-extensible.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.own-keys.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.prevent-extensions.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.set-prototype-of.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.reflect.set.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.regexp.constructor.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.regexp.exec.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.regexp.flags.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.regexp.to-string.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.set.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.anchor.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.big.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.blink.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.bold.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.code-point-at.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.ends-with.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.fixed.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.fontcolor.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.fontsize.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.from-code-point.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.includes.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.italics.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.iterator.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.link.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.match.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.raw.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.repeat.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.replace.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.search.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.small.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.split.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.starts-with.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.strike.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.sub.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.sup.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.string.trim.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.symbol.iterator.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.symbol.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/es.weak-map.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.define-metadata.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.delete-metadata.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-metadata-keys.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-metadata.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-own-metadata-keys.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.get-own-metadata.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.has-metadata.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.has-own-metadata.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/esnext.reflect.metadata.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/modules/web.dom-collections.iterator.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/node_modules/core-js/proposals/reflect-metadata.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/es5-jit-polyfills.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/es5-polyfills.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/jit-polyfills.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/smoothscroll-polyfill/dist/smoothscroll.js","webpack:///C:/Sources/GroupDocs.Total.Angular/node_modules/zone.js/dist/zone.js","webpack:///./src/polyfills.ts"],"names":[],"mappings":"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,kJAAmC;;AAEpE,qBAAqB,qDAAqD;AAC1E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,eAAe;AACzB;AACA;AACA;AACA,2CAA2C;AAC3C;AACA,8BAA8B;AAC9B,+BAA+B;AAC/B,+BAA+B;AAC/B,qCAAqC;AACrC,SAAS,iCAAiC;AAC1C;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACpDA,gBAAgB,mBAAO,CAAC,8HAAyB;AACjD,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,oBAAoB,mBAAO,CAAC,sIAA6B;AACzD,eAAe,mBAAO,CAAC,4HAAwB;;AAE/C,qBAAqB,sBAAsB;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ,sCAAsC;AAC9C;AACA;AACA;AACA;;;;;;;;;;;;AC9BA,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,cAAc,mBAAO,CAAC,0HAAuB;AAC7C,cAAc,mBAAO,CAAC,4IAAgC;;AAEtD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;;;;;;;;;;;ACjBA,gBAAgB,mBAAO,CAAC,8HAAyB;;AAEjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACvBA,eAAe,mBAAO,CAAC,4HAAwB;;AAE/C;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACZA,eAAe,mBAAO,CAAC,4IAAgC;AACvD;;AAEA;AACA;AACA;AACA;AACA,cAAc;AACd,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8CAA8C,SAAS,EAAE;AACzD,CAAC,gBAAgB;;AAEjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kBAAkB;AAClB;AACA;AACA;AACA;AACA,GAAG,gBAAgB;AACnB;AACA;;;;;;;;;;;;ACnCA,iBAAiB;;AAEjB;AACA;AACA;;;;;;;;;;;;ACJA,iBAAiB,mBAAO,CAAC,gIAA0B;AACnD,oBAAoB,mBAAO,CAAC,4IAAgC;AAC5D;AACA,gDAAgD,kBAAkB,EAAE;;AAEpE;AACA;AACA;AACA;AACA,GAAG,gBAAgB;AACnB;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;ACtBa;AACb,qBAAqB,mBAAO,CAAC,sJAAqC;AAClE,aAAa,mBAAO,CAAC,oIAA4B;AACjD,kBAAkB,mBAAO,CAAC,kIAA2B;AACrD,WAAW,mBAAO,CAAC,kIAA2B;AAC9C,iBAAiB,mBAAO,CAAC,gIAA0B;AACnD,cAAc,mBAAO,CAAC,wHAAsB;AAC5C,qBAAqB,mBAAO,CAAC,wIAA8B;AAC3D,iBAAiB,mBAAO,CAAC,gIAA0B;AACnD,kBAAkB,mBAAO,CAAC,gIAA0B;AACpD,cAAc,mBAAO,CAAC,4IAAgC;AACtD,0BAA0B,mBAAO,CAAC,sIAA6B;AAC/D;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA,KAAK;;AAEL;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,OAAO;AACtC;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA,KAAK;AACL;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,kCAAkC;AAClC,oCAAoC;AACpC,cAAc;AACd,KAAK;;AAEL;AACA;AACA;AACA;;;;;;;;;;;;;ACxLa;AACb,kBAAkB,mBAAO,CAAC,kIAA2B;AACrD,kBAAkB,mBAAO,CAAC,4IAAgC;AAC1D,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,iBAAiB,mBAAO,CAAC,gIAA0B;AACnD,cAAc,mBAAO,CAAC,wHAAsB;AAC5C,wBAAwB,mBAAO,CAAC,oIAA4B;AAC5D,WAAW,mBAAO,CAAC,gHAAkB;AACrC,0BAA0B,mBAAO,CAAC,sIAA6B;AAC/D;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA,KAAK;;AAEL;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK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AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACTA,iBAAiB,mBAAO,CAAC,gIAA0B;AACnD,kCAAkC,mBAAO,CAAC,wKAA8C;AACxF,iCAAiC,mBAAO,CAAC,oKAA4C;;AAErF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;;;;;;;;;;;ACfA,aAAa,mBAAO,CAAC,sHAAqB;AAC1C,+BAA+B,mBAAO,CAAC,8KAAiD;AACxF,WAAW,mBAAO,CAAC,kHAAmB;AACtC,eAAe,mBAAO,CAAC,0HAAuB;AAC9C,gBAAgB,mBAAO,CAAC,8HAAyB;AACjD,gCAAgC,mBAAO,CAAC,gKAA0C;AAClF,eAAe,mBAAO,CAAC,4HAAwB;;AAE/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH,mDAAmD;AACnD,GAAG;AACH,kCAAkC;AAClC;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACrDA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;;;;;;;;;;;;ACNa;AACb,WAAW,mBAAO,CAAC,kHAAmB;AACtC,eAAe,mBAAO,CAAC,0HAAuB;AAC9C,YAAY,mBAAO,CAAC,oHAAoB;AACxC,sBAAsB,mBAAO,CAAC,4IAAgC;AAC9D,iBAAiB,mBAAO,CAAC,gIAA0B;;AAEnD;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA,yBAAyB,4CAA4C;AACrE;AACA;AACA,CAAC;;AAED;AACA;;AAEA;AACA;AACA;AACA,6BAA6B,UAAU;AACvC;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA,2BAA2B,mBAAmB,aAAa;;AAE3D;AACA;AACA;AACA;AACA,6CAA6C,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C,UAAU,mBAAO,CAAC,gHAAkB;AACpC,cAAc,mBAAO,CAAC,wHAAsB;AAC5C,eAAe,mBAAO,CAAC,4IAAgC;AACvD;;AAEA,8BAA8B,aAAa;;AAE3C;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;;;;;;;;;;;AChCA;;;;;;;;;;;;ACAA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;;;;;;;;;;;ACXD,WAAW,mBAAO,CAAC,4HAAwB;AAC3C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACvBA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACJA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACLA,aAAa,mBAAO,CAAC,sHAAqB;AAC1C,+BAA+B,mBAAO,CAAC,8KAAiD;AACxF,cAAc,mBAAO,CAAC,gIAA0B;AAChD,gBAAgB,mBAAO,CAAC,kHAAmB;AAC3C,gBAAgB,mBAAO,CAAC,8HAAyB;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,+CAA+C,sBAAsB,EAAE;AACvE;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,cAAc;AACd;AACA;AACA;AACA;AACA,GAAG;AACH;;;;;;;;;;;;AC3EA;AACA,kBAAkB,mBAAO,CAAC,oHAAoB;AAC9C;AACA;AACA,CAAC;;;;;;;;;;;;ACJD,6BAA6B,mBAAO,CAAC,8IAAiC;AACtE,cAAc,mB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O,CAAC,kHAAmB;AACtC,UAAU,mBAAO,CAAC,gHAAkB;AACpC,gBAAgB,mBAAO,CAAC,8HAAyB;AACjD,6BAA6B,mBAAO,CAAC,8IAAiC;AACtE,0BAA0B,mBAAO,CAAC,sIAA6B;AAC/D;AACA;AACA;;AAEA,mBAAO,CAAC,sHAAqB;AAC7B;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA,CAAC;;;;;;;;;;;;ACpCD,UAAU,mBAAO,CAAC,kHAAmB;AACrC,cAAc,mBAAO,CAAC,4HAAwB;AAC9C,aAAa,mBAAO,CAAC,sHAAqB;AAC1C;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,0DAA0D,gBAAgB,EAAE;AAC5E;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACnDA,cAAc,mBAAO,CAAC,qHAAe;AACrC,iBAAiB,mBAAO,CAAC,qHAAe;;AAExC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;;;;;;;;;;;;;ACpBa;;AAEb,kBAAkB,mBAAO,CAAC,uHAAgB;;AAE1C;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,0BAA0B;AAC7C;AACA;AACA,OAAO;AACP;;AAEA;AACA;AACA;;AAEA;;;;;;;;;;;;;ACtDa;AACb,eAAe,mBAAO,CAAC,4HAAwB;;AAE/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACdA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACLA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACLA,aAAa,mBAAO,CAAC,sHAAqB;AAC1C,WAAW,mBAAO,CAAC,kHAAmB;;AAEtC;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;;;;;;;;;;;;;ACTa;AACb,iBAAiB,mBAAO,CAAC,kIAA2B;AACpD,2BAA2B,mBAAO,CAAC,sJAAqC;AACxE,kBAAkB,mBAAO,CAAC,gIAA0B;AACpD,cAAc,mBAAO,CAAC,4IAAgC;;AAEtD;AACA;AACA;AACA;AACA;AACA,sBAAsB,aAAa;AACnC,GAAG;AACH;;;;;;;;;;;;ACbA,qBAAqB,mBAAO,CAAC,sJAAqC;AAClE,UAAU,mBAAO,CAAC,gHAAkB;AACpC,oBAAoB,mBAAO,CAAC,4IAAgC;;AAE5D;AACA;AACA,uCAAuC,iCAAiC;AACxE;AACA;;;;;;;;;;;;ACRA,aAAa,mBAAO,CAAC,sHAAqB;AAC1C,UAAU,mBAAO,CAAC,gHAAkB;;AAEpC;AACA;AACA;;;;;;;;;;;;ACLA,aAAa,mBAAO,CAAC,sHAAqB;AAC1C,gBAAgB,mBAAO,CAAC,8HAAyB;AACjD;AACA,kDAAkD;;AAElD;AACA,qEAAqE;AACrE,CAAC;AACD;AACA,QAAQ,mBAAO,CAAC,wHAAsB;AACtC;AACA,CAAC;;;;;;;;;;;;;ACXY;AACb,YAAY,mBAAO,CAAC,oHAAoB;;AAExC;AACA;AACA;AACA;AACA,+CAA+C,SAAS,EAAE;AAC1D,GAAG;AACH;;;;;;;;;;;;ACTA,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,gBAAgB,mBAAO,CAAC,8HAAyB;AACjD,cAAc,mBAAO,CAAC,4IAAgC;;AAEtD;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACVA,gBAAgB,mBAAO,CAAC,8HAAyB;AACjD,6BAA6B,mBAAO,CAAC,0JAAuC;AAC5E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;ACfa;AACb,gBAAgB,mBAAO,CAAC,8HAAyB;AACjD,6BAA6B,mBAAO,CAAC,0JAAuC;;AAE5E;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ,MAAM;AACd;AACA;;;;;;;;;;;;ACbA,6BAA6B,mBAAO,CAAC,0JAAuC;AAC5E,uBAAuB,mBAAO,CAAC,gIAA0B;AACzD;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACbA,aAAa,mBAAO,CAAC,sHAAqB;AAC1C,cAAc,mBAAO,CAAC,gIAA0B;AAChD,WAAW,mBAAO,CAAC,kIAA2B;AAC9C,WAAW,mBAAO,CAAC,kHAAmB;AACtC,oBAAoB,mBAAO,CAAC,wJAAsC;AAClE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;;;;;;;;;;;ACvFA,cAAc,mBAAO,CAAC,gIAA0B;;AAEhD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACTA,gBAAgB,mBAAO,CAAC,8HAAyB;AACjD;AACA;;AAEA;AACA;AACA,4DAA4D;AAC5D;AACA;AACA;AACA;;;;;;;;;;;;ACVA;AACA,oBAAoB,mBAAO,CAAC,sIAA6B;AACzD,6BAA6B,mBAAO,CAAC,0JAAuC;;AAE5E;AACA;AACA;;;;;;;;;;;;ACNA;AACA;;AAEA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACPA,gBAAgB,mBAAO,CAAC,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,oIAA4B;AACjD;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA,mBAAO,CAAC,sHAAqB,GAAG;AAChC;AACA;AACA;AACA;AACA,MAAM,mBAAO,CAAC,oHAAoB;AAClC;AACA,uBAAuB;AACvB,CAAC,GAAG;AACJ;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA,KAAK;AACL;AACA,CAAC;;;;;;;;;;;;;ACpHY;AACb,YAAY,mBAAO,CAAC,oHAAoB;AACxC,sBAAsB,mBAAO,CAAC,4IAAgC;AAC9D;;AAEA;AACA;AACA,mBAAO,CAAC,sHAAqB,GAAG;AAChC;AACA;AACA,CAAC;AACD;AACA,2BAA2B;AAC3B,CAAC,GAAG;AACJ;AACA;AACA;AACA;AACA;AACA,CAAC;;;;;;;;;;;;ACnBD,aAAa,mBAAO,CAAC,oIAA4B;;AAEjD;AACA;AACA,mBAAO,CAAC,sHAAqB,GAAG,iEAAiE,GAAG,iBAAiB;;;;;;;;;;;;ACJrH;AACA;AACA,mBAAO,CAAC,sHAAqB;AAC7B,uCAAuC,mBAAO,CAAC,gIAA0B;AACzE,CAAC,GAAG,SAAS,mBAAO,CAAC,oIAA4B,GAAG;;;;;;;;;;;;ACJpD,kBAAkB,mBAAO,CAAC,gIAA0B;;AAEpD;AACA;AACA,mBAAO,CAAC,sHAAqB,GAAG,yEAAyE;AACzG,oBAAoB,mBAAO,CAAC,0JAAuC;AACn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CA;AACA;AACA;AACA,oCAAoC;AACpC;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW;AACX;AACA,WAAW;AACX,SAAS;AACT,OAAO;AACP;AACA;AACA;AACA;AACA,6CAA6C;AAC7C;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG,eAAe;AAClB;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT,OAAO;AACP;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,KAAK;AACL,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uBAAuB;AACvB;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,OAAO;AACP,KAAK;AACL;AACA;AACA;AACA;AACA,GAAG;AACH,6BAA6B,cAAc;AAC3C;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA,uBAAuB,mBAAO,CAAC,kIAA2B;AAC1D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,wDAAwD,+CAA+C;AACvG;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA,SAAS,2CAA2C,GAAG,8BAA8B;;AAErF,mBAAO,CAAC,4IAAgC;AACxC,mBAAO,CAAC,gIAA0B;;AAElC,iBAAiB,mBAAO,CAAC,kHAAmB;;AAE5C;AACA,SAAS,8CAA8C;AACvD;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED,SAAS,yDAAyD;AAClE;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED,SAAS,2DAA2D;AACpE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT,OAAO;AACP;AACA,KAAK;AACL;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP,KAAK;AACL;AACA;AACA;AACA,CAAC;;;;;;;;;;;;ACzVD,gBAAgB,mBAAO,CAAC,8HAAyB;AACjD,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,mBAAmB,mBAAO,CAAC,sHAAqB,eAAe;AAC/D;;AAEA;AACA,+BAA+B,mBAAO,CAAC,oHAAoB;AAC3D,2BAA2B,cAAc;AACzC,CAAC;;AAED;AACA;AACA,mBAAO,CAAC,sHAAqB,GAAG,iEAAiE;AACjG;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;;;;;;;;;;;ACpBD,aAAa,mBAAO,CAAC,oIAA4B;AACjD,gBAAgB,mBAAO,CAAC,8HAAyB;AACjD,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,YAAY,mBAAO,CAAC,oHAAoB;AACxC,WAAW,mBAAO,CAAC,oIAA4B;AAC/C,uBAAuB,mBAAO,CAAC,sHAAqB,eAAe;;AAEnE;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB,wCAAwC,cAAc;AACtD,CAAC;AACD;AACA,+BAA+B,cAAc;AAC7C,CAAC;AACD;;AAEA,mBAAO,CAAC,sHAAqB,GAAG,8DAA8D;AAC9F;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;;;;;;;;;;;AC/CD,2BAA2B,mBAAO,CAAC,sJAAqC;AACxE,eAAe,mBAAO,CAAC,4HAAw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A;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;AC/CA,sBAAsB,mBAAO,CAAC,4IAAgC;AAC9D,eAAe,mBAAO,CAAC,4HAAwB;;AAE/C;AACA;AACA,mBAAO,CAAC,sHAAqB,GAAG,+BAA+B;AAC/D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA,CAAC;;;;;;;;;;;;ACjBD;AACA;AACA,mBAAO,CAAC,sHAAqB,GAAG,gCAAgC;AAChE,UAAU,mBAAO,CAAC,oIAA4B;AAC9C,CAAC;;;;;;;;;;;;;ACJY;;AAEb,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,gBAAgB,mBAAO,CAAC,8HAAyB;AACjD,6BAA6B,mBAAO,CAAC,0JAAuC;AAC5E,yBAAyB,mBAAO,CAAC,kJAAmC;AACpE,iBAAiB,mBAAO,CAAC,kJAAmC;AAC5D;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA,mBAAO,CAAC,8KAAiD;AACzD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA,uBAAuB,oBAAoB;AAC3C;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,yBAAyB,mBAAmB;AAC5C;AACA;AACA;AACA;AACA;AACA,WAAW;AACX;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;;;;;;;;;;;;;AChIa;;AAEb,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,6BAA6B,mBAAO,CAAC,0JAAuC;AAC5E,gBAAgB,mBAAO,CAAC,8HAAyB;AACjD,iBAAiB,mBAAO,CAAC,kJAAmC;;AAE5D;AACA,mBAAO,CAAC,8KAAiD;AACzD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;ACrCa;AACb,iBAAiB,mBAAO,CAAC,gIAA0B;AACnD,aAAa,mBAAO,CAAC,4JAAwC;;AAE7D;AACA;AACA,mBAAO,CAAC,sHAAqB,GAAG,gDAAgD;AAChF;AACA;AACA;AACA,CAAC;;;;;;;;;;;;;ACVY;;AAEb,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,6BAA6B,mBAAO,CAAC,0JAAuC;AAC5E,yBAAyB,mBAAO,CAAC,gJAAkC;AACnE,yBAAyB,mBAAO,CAAC,kJAAmC;AACpE,eAAe,mBAAO,CAAC,4HAAwB;AAC/C,qBAAqB,mBAAO,CAAC,kJAAmC;AAChE,iBAAiB,mBAAO,CAAC,gIAA0B;AACnD,YAAY,mBAAO,CAAC,oHAAoB;AACxC;AACA;AACA;;AAEA;AACA,qCAAqC,iCAAiC,EAAE;;AAExE;AACA,mBAAO,CAAC,8KAAiD;AACzD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iFAAiF;AACjF;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AA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;AACA,2FAA2F;AAC3F;AACA,KAAK;AACL;AACA,iCAAiC,iDAAiD;AAClF,KAAK;AACL,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8EAA8E,kCAAkC;AAChH;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA,EAAE,mBAAO,CAAC,oKAA4C;AACtD,EAAE,mBAAO,CAAC,wKAA8C;;AAExD;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA,gFAAgF,eAAe;AAC/F;AACA;;AAEA;AACA;AACA;AACA;;AAEA,SAAS,yEAAyE,GAAG,kBAAkB;;AAEvG,qEAAqE,6BAA6B;AAClG;AACA;;AAEA,SAAS,qDAAqD;AAC9D;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA,GAAG;AACH,0BAA0B,mBAAmB,EAAE;AAC/C,0BAA0B,oBAAoB;AAC9C,CAAC;;AAED,SAAS,2EAA2E;AACpF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED,SAAS,uDAAuD;AAChE;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA,iBAAiB;AACjB;AACA;AACA;AACA;AACA,4BAA4B,YAAY,QAAQ;AAChD;AACA,iDAAiD;AACjD,CAAC,GAAG;AACJ;AACA;AACA;AACA;AACA;AACA;AACA,wEAAwE;AACxE;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;;AAEA;;;;;;;;;;;;;ACpR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;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACmC;AACS;;AAE5C;AAC0C;AACA;AACQ;;AAElD;AAC0C;AACS;AACE;AACU;AACX;AACZ;AACkB;AAChB;AACF;AACc;AACT;AACA;AACI;AACP;AACJ;AACc;AACP;;AAE7C;AAC2C;AACJ;AACF;AACE;AACC;AACD;AACI;AACL;AACG;AACF;AACC;AACC;AACM;AACJ;AACK;AACF;AACP;AACA;AACM;AACF;;AAE3C;AACmD;AACZ;AACC;AACI;AACK;AACJ;AACD;AACF;AACK;AACL;AACH;AACE;AACD;AACC;AACI;AACD;AACD;AACH;AACC;AACC;AACH;AACA;;AAED;AACE;;AAEb;AACF;AACA;AACE;;AAEK;AACK;AACL;AACsB;AAClB;;;;;;;;;;;;;AC9FpC;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AAC4C;;;;;;;;;;;;ACP5C;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe,OAAO;AACtB,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe,cAAc;AAC7B,iBAAiB;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe,KAAK;AACpB,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe,KAAK;AACpB,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,eAAe,KAAK;AACpB,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,eAAe,KAAK;AACpB,iBAAiB,KAAK;AACtB;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAe,YAAY;AAC3B,eAAe,OAAO;AACtB,eAAe,OAAO;AACtB,iBAAiB;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,OAAO;AACP;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW;AACX;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;;AAEA,MAAM,IAA4D;AAClE;AACA,sBAAsB;AACtB,GAAG,MAAM,EAGN;;AAEH,CAAC;;;;;;;;;;;;AChbD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC,KAA4D;AAC7D,CAAC,SACW;AACZ,CAAC,qBAAqB;;AAEtB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC;AACjC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uCAAuC,kBAAkB;AACzD,iCAAiC;AACjC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oDAAoD;AACpD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC;AACjC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oDAAoD;AACpD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,0BAA0B;AACrD;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,iEAAiE,+CAA+C,EAAE;AAClH;AACA;AACA,SAAS;AACT;AACA;AACA,SAAS;AACT,4DAA4D,0CAA0C;AACtG;AACA;AACA;AACA,gCAAgC;AAChC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,kBAAkB;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB;AACnB;AACA;AACA;AACA;AACA;AACA,uCAAuC,0BAA0B,EAAE;AACnE;AACA;AACA;AACA,wCAAwC,6DAA6D,EAAE;AACvG,uCAAuC,WAAW,EAAE;AACpD;AACA,kCAAkC,aAAa,EAAE;AACjD,oCAAoC,WAAW,EAAE;AACjD,gCAAgC,aAAa,EAAE;AAC/C,qCAAqC,aAAa,EAAE;AACpD;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT,0CAA0C,aAAa,EAAE;AACzD,iCAAiC,cAAc,EAAE;AACjD,uCAAuC,kBAAkB,EAAE;AAC3D,2CAA2C,aAAa,EAAE;AAC1D,qDAAqD,kBAAkB,EAAE;AACzE,mCAAmC,kBAAkB,EAAE;AACvD,iCAAiC,WAAW,EAAE;AAC9C,iCAAiC,aAAa,EAAE;AAChD,0CAA0C,aAAa,EAAE;AACzD,uCAAuC,WAAW,EAAE;AACpD,4CAA4C,aAAa,EAAE;AAC3D,wCAAwC,aAAa,EAAE;AACvD,qCAAqC,aAAa;AAClD;AACA,6BAA6B;AAC7B;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4HAA4H,wBAAwB,oCAAoC;AACxL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gFAAgF,sEAAsE;AACtJ;AACA;AACA,+BAA+B,kBAAkB;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gDAAgD;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wCAAwC,oDAAoD;AAC5F;AACA;AACA;AACA;AACA;AACA,2BAA2B,mCAAmC;AAC9D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,qEAAqE,gBAAgB;AACrF;AACA;AACA;AACA;AACA;AACA;AACA;AACA,sCAAsC;AACtC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mFAAmF,kBAAkB;AACrG;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,QAAQ,gBAAgB;AACnD;AACA;AACA;AACA;AACA,yBAAyB,0BAA0B;AACnD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB;AACjB;AACA;AACA;AACA;AACA;AACA,mFAAmF,kBAAkB;AACrG;AACA;AACA;AACA;AACA,2BAA2B,QAAQ,gBAAgB;AACnD;AACA;AACA;AACA;AACA,yBAAyB,0BAA0B;AACnD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC,QAAQ;AACzC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,mBAAmB,oBAAoB;AACvC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+CAA+C;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uBAAuB,uBAAuB;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uBAAuB,yBAAyB;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kDAAkD,EAAE;AACpD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA,iBAAiB;AACjB;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,SAAS;AACT,KAAK;AACL;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gEAAgE;AAChE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,EAAE;AACR;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;AACA;AACA,8CAA8C;AAC9C;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8CAA8C,oCAAoC;AAClF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,sBAAsB;AACrD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,sBAAsB;AACrD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mCAAmC,0BAA0B;AAC7D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0CAA0C,sBAAsB;AAChE,qCAAqC,iBAAiB;AACtD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mCAAmC,8BAA8B;AACjE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uCAAuC,0BAA0B;AACjE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,0BAA0B;AACzD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,kBAAkB;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,iBAAiB;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uCAAuC,wBAAwB;AAC/D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uCAAuC,wBAAwB;AAC/D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,iBAAiB;AACpC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,kBAAkB;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0FAA0F;AAC1F;AACA;AACA;AACA;AACA;AACA,UAAU,EAAE;AACZ;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,sDAAsD,0BAA0B,EAAE;AAClF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qDAAqD,6BAA6B,EAAE;AACpF;AACA;AACA;AACA;AACA,8CAA8C,kDAAkD,EAAE;AAClG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6CAA6C,sDAAsD;AACnG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wCAAwC;AACxC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,EAAE;AACP,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qDAAqD,+BAA+B,EAAE;AACtF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qEAAqE,gBAAgB;AACrF;AACA,mBAAmB,uBAAuB;AAC1C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,0BAA0B;AAC7C;AACA;AACA,uBAAuB,uBAAuB;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,iBAAiB;AACpC;AACA;AACA;AACA;AACA;AACA,6CAA6C,6BAA6B;AAC1E;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,8FAA8F;AAC9F;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA,SAAS;AACT;AACA,sCAAsC;AACtC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,mBAAmB,uBAAuB;AAC1C;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,SAAS;AACT;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0DAA0D;AAC1D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,EAAE;AACZ;AACA,6DAA6D;AAC7D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,EAAE;AACZ;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,uBAAuB;AAC1C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA,mBAAmB,4BAA4B;AAC/C;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA,CAAC;AACD;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+CAA+C,sBAAsB;AACrE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wCAAwC;AACxC;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mFAAmF;AACnF;AACA;AACA;AACA,UAAU,EAAE;AACZ;AACA;AACA;AACA,mFAAmF;AACnF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,EAAE;AACZ,qFAAqF;AACrF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,EAAE;AACZ;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kEAAkE,0CAA0C;AAC5G;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,CAAC;;;;;;;;;;;;;ACl5GD;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;;GAcG;AAEH;;GAEG;AAEH,+EAA+E;AAC/E,oEAAoE;AAEpE;;;;GAIG;AACH,8EAA8E;AAE9E;;;;;;;;;;;;;;;;;;;;;;GAsBG;AAEH,sCAAsC;AACgC;AACtE,iFAAY,CAAC,QAAQ,EAAE,CAAC;AAExB;;GAEG;AACwB,CAAC,6BAA6B;AAEzD;;GAEG","file":"polyfills-es5.js","sourcesContent":["require('../../modules/es.date.now');\nrequire('../../modules/es.date.to-json');\nrequire('../../modules/es.date.to-iso-string');\nrequire('../../modules/es.date.to-string');\nrequire('../../modules/es.date.to-primitive');\n\nmodule.exports = require('../../internals/path').Date;\n","require('../../modules/es.math.acosh');\nrequire('../../modules/es.math.asinh');\nrequire('../../modules/es.math.atanh');\nrequire('../../modules/es.math.cbrt');\nrequire('../../modules/es.math.clz32');\nrequire('../../modules/es.math.cosh');\nrequire('../../modules/es.math.expm1');\nrequire('../../modules/es.math.fround');\nrequire('../../modules/es.math.hypot');\nrequire('../../modules/es.math.imul');\nrequire('../../modules/es.math.log10');\nrequire('../../modules/es.math.log1p');\nrequire('../../modules/es.math.log2');\nrequire('../../modules/es.math.sign');\nrequire('../../modules/es.math.sinh');\nrequire('../../modules/es.math.tanh');\nrequire('../../modules/es.math.to-string-tag');\nrequire('../../modules/es.math.trunc');\n\nmodule.exports = require('../../internals/path').Math;\n","require('../../modules/es.number.constructor');\nrequire('../../modules/es.number.epsilon');\nrequire('../../modules/es.number.is-finite');\nrequire('../../modules/es.number.is-integer');\nrequire('../../modules/es.number.is-nan');\nrequire('../../modules/es.number.is-safe-integer');\nrequire('../../modules/es.number.max-safe-integer');\nrequire('../../modules/es.number.min-safe-integer');\nrequire('../../modules/es.number.parse-float');\nrequire('../../modules/es.number.parse-int');\nrequire('../../modules/es.number.to-fixed');\nrequire('../../modules/es.number.to-precision');\n\nmodule.exports = require('../../internals/path').Number;\n","require('../../modules/es.reflect.apply');\nrequire('../../modules/es.reflect.construct');\nrequire('../../modules/es.reflect.define-property');\nrequire('../../modules/es.reflect.delete-property');\nrequire('../../modules/es.reflect.get');\nrequire('../../modules/es.reflect.get-own-property-descriptor');\nrequire('../../modules/es.reflect.get-prototype-of');\nrequire('../../modules/es.reflect.has');\nrequire('../../modules/es.reflect.is-extensible');\nrequire('../../modules/es.reflect.own-keys');\nrequire('../../modules/es.reflect.prevent-extensions');\nrequire('../../modules/es.reflect.set');\nrequire('../../modules/es.reflect.set-prototype-of');\n\nmodule.exports = require('../../internals/path').Reflect;\n","require('../../modules/es.regexp.constructor');\nrequire('../../modules/es.regexp.to-string');\nrequire('../../modules/es.regexp.exec');\nrequire('../../modules/es.regexp.flags');\nrequire('../../modules/es.string.match');\nrequire('../../modules/es.string.replace');\nrequire('../../modules/es.string.search');\nrequire('../../modules/es.string.split');\n","module.exports = function (it) {\n if (typeof it != 'function') {\n throw TypeError(String(it) + ' is not a function');\n } return it;\n};\n","var UNSCOPABLES = require('../internals/well-known-symbol')('unscopables');\nvar create = require('../internals/object-create');\nvar hide = require('../internals/hide');\nvar ArrayPrototype = Array.prototype;\n\n// Array.prototype[@@unscopables]\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\nif (ArrayPrototype[UNSCOPABLES] == undefined) {\n hide(ArrayPrototype, UNSCOPABLES, create(null));\n}\n\n// add a key to Array.prototype[@@unscopables]\nmodule.exports = function (key) {\n ArrayPrototype[UNSCOPABLES][key] = true;\n};\n","'use strict';\nvar codePointAt = require('../internals/string-at');\n\n// `AdvanceStringIndex` abstract operation\n// https://tc39.github.io/ecma262/#sec-advancestringindex\nmodule.exports = function (S, index, unicode) {\n return index + (unicode ? codePointAt(S, index, true).length : 1);\n};\n","module.exports = function (it, Constructor, name) {\n if (!(it instanceof Constructor)) {\n throw TypeError('Incorrect ' + (name ? name + ' ' : '') + 'invocation');\n } return it;\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","'use strict';\nvar toObject = require('../internals/to-object');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\nvar toLength = require('../internals/to-length');\n\n// `Array.prototype.copyWithin` method implementation\n// https://tc39.github.io/ecma262/#sec-array.prototype.copywithin\nmodule.exports = [].copyWithin || function copyWithin(target /* = 0 */, start /* = 0, end = @length */) {\n var O = toObject(this);\n var len = toLength(O.length);\n var to = toAbsoluteIndex(target, len);\n var from = toAbsoluteIndex(start, len);\n var end = arguments.length > 2 ? arguments[2] : undefined;\n var count = Math.min((end === undefined ? len : toAbsoluteIndex(end, len)) - from, len - to);\n var inc = 1;\n if (from < to && to < from + count) {\n inc = -1;\n from += count - 1;\n to += count - 1;\n }\n while (count-- > 0) {\n if (from in O) O[to] = O[from];\n else delete O[to];\n to += inc;\n from += inc;\n } return O;\n};\n","'use strict';\nvar toObject = require('../internals/to-object');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\nvar toLength = require('../internals/to-length');\n\n// `Array.prototype.fill` method implementation\n// https://tc39.github.io/ecma262/#sec-array.prototype.fill\nmodule.exports = function fill(value /* , start = 0, end = @length */) {\n var O = toObject(this);\n var length = toLength(O.length);\n var argumentsLength = arguments.length;\n var index = toAbsoluteIndex(argumentsLength > 1 ? arguments[1] : undefined, length);\n var end = argumentsLength > 2 ? arguments[2] : undefined;\n var endPos = end === undefined ? length : toAbsoluteIndex(end, length);\n while (endPos > index) O[index++] = value;\n return O;\n};\n","'use strict';\nvar nativeForEach = [].forEach;\nvar internalForEach = require('../internals/array-methods')(0);\n\nvar SLOPPY_METHOD = require('../internals/sloppy-array-method')('forEach');\n\n// `Array.prototype.forEach` method implementation\n// https://tc39.github.io/ecma262/#sec-array.prototype.foreach\nmodule.exports = SLOPPY_METHOD ? function forEach(callbackfn /* , thisArg */) {\n return internalForEach(this, callbackfn, arguments[1]);\n} : nativeForEach;\n","'use strict';\nvar bind = require('../internals/bind-context');\nvar toObject = require('../internals/to-object');\nvar callWithSafeIterationClosing = require('../internals/call-with-safe-iteration-closing');\nvar isArrayIteratorMethod = require('../internals/is-array-iterator-method');\nvar toLength = require('../internals/to-length');\nvar createProperty = require('../internals/create-property');\nvar getIteratorMethod = require('../internals/get-iterator-method');\n\n// `Array.from` method\n// https://tc39.github.io/ecma262/#sec-array.from\nmodule.exports = function from(arrayLike /* , mapfn = undefined, thisArg = undefined */) {\n var O = toObject(arrayLike);\n var C = typeof this == 'function' ? this : Array;\n var argumentsLength = arguments.length;\n var mapfn = argumentsLength > 1 ? arguments[1] : undefined;\n var mapping = mapfn !== undefined;\n var index = 0;\n var iteratorMethod = getIteratorMethod(O);\n var length, result, step, iterator;\n if (mapping) mapfn = bind(mapfn, argumentsLength > 2 ? arguments[2] : undefined, 2);\n // if the target is not iterable or it's an array with the default iterator - use a simple case\n if (iteratorMethod != undefined && !(C == Array && isArrayIteratorMethod(iteratorMethod))) {\n iterator = iteratorMethod.call(O);\n result = new C();\n for (;!(step = iterator.next()).done; index++) {\n createProperty(result, index, mapping\n ? callWithSafeIterationClosing(iterator, mapfn, [step.value, index], true)\n : step.value\n );\n }\n } else {\n length = toLength(O.length);\n result = new C(length);\n for (;length > index; index++) {\n createProperty(result, index, mapping ? mapfn(O[index], index) : O[index]);\n }\n }\n result.length = index;\n return result;\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\n// false -> Array#indexOf\n// https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n// true -> Array#includes\n// https://tc39.github.io/ecma262/#sec-array.prototype.includes\nmodule.exports = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) if (IS_INCLUDES || index in O) {\n if (O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n","'use strict';\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toInteger = require('../internals/to-integer');\nvar toLength = require('../internals/to-length');\nvar nativeLastIndexOf = [].lastIndexOf;\n\nvar NEGATIVE_ZERO = !!nativeLastIndexOf && 1 / [1].lastIndexOf(1, -0) < 0;\nvar SLOPPY_METHOD = require('../internals/sloppy-array-method')('lastIndexOf');\n\n// `Array.prototype.lastIndexOf` method implementation\n// https://tc39.github.io/ecma262/#sec-array.prototype.lastindexof\nmodule.exports = (NEGATIVE_ZERO || SLOPPY_METHOD) ? function lastIndexOf(searchElement /* , fromIndex = @[*-1] */) {\n // convert -0 to +0\n if (NEGATIVE_ZERO) return nativeLastIndexOf.apply(this, arguments) || 0;\n var O = toIndexedObject(this);\n var length = toLength(O.length);\n var index = length - 1;\n if (arguments.length > 1) index = Math.min(index, toInteger(arguments[1]));\n if (index < 0) index = length + index;\n for (;index >= 0; index--) if (index in O) if (O[index] === searchElement) return index || 0;\n return -1;\n} : nativeLastIndexOf;\n","var fails = require('../internals/fails');\nvar SPECIES = require('../internals/well-known-symbol')('species');\n\nmodule.exports = function (METHOD_NAME) {\n return !fails(function () {\n var array = [];\n var constructor = array.constructor = {};\n constructor[SPECIES] = function () {\n return { foo: 1 };\n };\n return array[METHOD_NAME](Boolean).foo !== 1;\n });\n};\n","var bind = require('../internals/bind-context');\nvar IndexedObject = require('../internals/indexed-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\n// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex }` methods implementation\n// 0 -> Array#forEach\n// https://tc39.github.io/ecma262/#sec-array.prototype.foreach\n// 1 -> Array#map\n// https://tc39.github.io/ecma262/#sec-array.prototype.map\n// 2 -> Array#filter\n// https://tc39.github.io/ecma262/#sec-array.prototype.filter\n// 3 -> Array#some\n// https://tc39.github.io/ecma262/#sec-array.prototype.some\n// 4 -> Array#every\n// https://tc39.github.io/ecma262/#sec-array.prototype.every\n// 5 -> Array#find\n// https://tc39.github.io/ecma262/#sec-array.prototype.find\n// 6 -> Array#findIndex\n// https://tc39.github.io/ecma262/#sec-array.prototype.findIndex\nmodule.exports = function (TYPE, specificCreate) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n var create = specificCreate || arraySpeciesCreate;\n return function ($this, callbackfn, that) {\n var O = toObject($this);\n var self = IndexedObject(O);\n var boundFunction = bind(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var target = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;\n var value, result;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n value = self[index];\n result = boundFunction(value, index, O);\n if (TYPE) {\n if (IS_MAP) target[index] = result; // map\n else if (result) switch (TYPE) {\n case 3: return true; // some\n case 5: return value; // find\n case 6: return index; // findIndex\n case 2: target.push(value); // filter\n } else if (IS_EVERY) return false; // every\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;\n };\n};\n","var aFunction = require('../internals/a-function');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\nvar toLength = require('../internals/to-length');\n\n// `Array.prototype.{ reduce, reduceRight }` methods implementation\n// https://tc39.github.io/ecma262/#sec-array.prototype.reduce\n// https://tc39.github.io/ecma262/#sec-array.prototype.reduceright\nmodule.exports = function (that, callbackfn, argumentsLength, memo, isRight) {\n aFunction(callbackfn);\n var O = toObject(that);\n var self = IndexedObject(O);\n var length = toLength(O.length);\n var index = isRight ? length - 1 : 0;\n var i = isRight ? -1 : 1;\n if (argumentsLength < 2) while (true) {\n if (index in self) {\n memo = self[index];\n index += i;\n break;\n }\n index += i;\n if (isRight ? index < 0 : length <= index) {\n throw TypeError('Reduce of empty array with no initial value');\n }\n }\n for (;isRight ? index >= 0 : length > index; index += i) if (index in self) {\n memo = callbackfn(memo, self[index], index, O);\n }\n return memo;\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar SPECIES = require('../internals/well-known-symbol')('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.github.io/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var aFunction = require('../internals/a-function');\n\n// optional / simple context binding\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 0: return function () {\n return fn.call(that);\n };\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","var anObject = require('../internals/an-object');\n\n// call something on iterator step with safe closing on error\nmodule.exports = function (iterator, fn, value, ENTRIES) {\n try {\n return ENTRIES ? fn(anObject(value)[0], value[1]) : fn(value);\n // 7.4.6 IteratorClose(iterator, completion)\n } catch (error) {\n var returnMethod = iterator['return'];\n if (returnMethod !== undefined) anObject(returnMethod.call(iterator));\n throw error;\n }\n};\n","var ITERATOR = require('../internals/well-known-symbol')('iterator');\nvar SAFE_CLOSING = false;\n\ntry {\n var called = 0;\n var iteratorWithReturn = {\n next: function () {\n return { done: !!called++ };\n },\n 'return': function () {\n SAFE_CLOSING = true;\n }\n };\n iteratorWithReturn[ITERATOR] = function () {\n return this;\n };\n // eslint-disable-next-line no-throw-literal\n Array.from(iteratorWithReturn, function () { throw 2; });\n} catch (error) { /* empty */ }\n\nmodule.exports = function (exec, SKIP_CLOSING) {\n if (!SKIP_CLOSING && !SAFE_CLOSING) return false;\n var ITERATION_SUPPORT = false;\n try {\n var object = {};\n object[ITERATOR] = function () {\n return {\n next: function () {\n return { done: ITERATION_SUPPORT = true };\n }\n };\n };\n exec(object);\n } catch (error) { /* empty */ }\n return ITERATION_SUPPORT;\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var classofRaw = require('../internals/classof-raw');\nvar TO_STRING_TAG = require('../internals/well-known-symbol')('toStringTag');\n// ES3 wrong here\nvar CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (error) { /* empty */ }\n};\n\n// getting tag from ES6+ `Object.prototype.toString`\nmodule.exports = function (it) {\n var O, tag, result;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag\n // builtinTag case\n : CORRECT_ARGUMENTS ? classofRaw(O)\n // ES3 arguments fallback\n : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;\n};\n","'use strict';\nvar defineProperty = require('../internals/object-define-property').f;\nvar create = require('../internals/object-create');\nvar redefineAll = require('../internals/redefine-all');\nvar bind = require('../internals/bind-context');\nvar anInstance = require('../internals/an-instance');\nvar iterate = require('../internals/iterate');\nvar defineIterator = require('../internals/define-iterator');\nvar setSpecies = require('../internals/set-species');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fastKey = require('../internals/internal-metadata').fastKey;\nvar InternalStateModule = require('../internals/internal-state');\nvar setInternalState = InternalStateModule.set;\nvar internalStateGetterFor = InternalStateModule.getterFor;\n\nmodule.exports = {\n getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, CONSTRUCTOR_NAME);\n setInternalState(that, {\n type: CONSTRUCTOR_NAME,\n index: create(null),\n first: undefined,\n last: undefined,\n size: 0\n });\n if (!DESCRIPTORS) that.size = 0;\n if (iterable != undefined) iterate(iterable, that[ADDER], that, IS_MAP);\n });\n\n var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME);\n\n var define = function (that, key, value) {\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n var previous, index;\n // change existing entry\n if (entry) {\n entry.value = value;\n // create new entry\n } else {\n state.last = entry = {\n index: index = fastKey(key, true),\n key: key,\n value: value,\n previous: previous = state.last,\n next: undefined,\n removed: false\n };\n if (!state.first) state.first = entry;\n if (previous) previous.next = entry;\n if (DESCRIPTORS) state.size++;\n else that.size++;\n // add to index\n if (index !== 'F') state.index[index] = entry;\n } return that;\n };\n\n var getEntry = function (that, key) {\n var state = getInternalState(that);\n // fast case\n var index = fastKey(key);\n var entry;\n if (index !== 'F') return state.index[index];\n // frozen object case\n for (entry = state.first; entry; entry = entry.next) {\n if (entry.key == key) return entry;\n }\n };\n\n redefineAll(C.prototype, {\n // 23.1.3.1 Map.prototype.clear()\n // 23.2.3.2 Set.prototype.clear()\n clear: function clear() {\n var that = this;\n var state = getInternalState(that);\n var data = state.index;\n var entry = state.first;\n while (entry) {\n entry.removed = true;\n if (entry.previous) entry.previous = entry.previous.next = undefined;\n delete data[entry.index];\n entry = entry.next;\n }\n state.first = state.last = undefined;\n if (DESCRIPTORS) state.size = 0;\n else that.size = 0;\n },\n // 23.1.3.3 Map.prototype.delete(key)\n // 23.2.3.4 Set.prototype.delete(value)\n 'delete': function (key) {\n var that = this;\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n if (entry) {\n var next = entry.next;\n var prev = entry.previous;\n delete state.index[entry.index];\n entry.removed = true;\n if (prev) prev.next = next;\n if (next) next.previous = prev;\n if (state.first == entry) state.first = next;\n if (state.last == entry) state.last = prev;\n if (DESCRIPTORS) state.size--;\n else that.size--;\n } return !!entry;\n },\n // 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined)\n // 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = undefined)\n forEach: function forEach(callbackfn /* , that = undefined */) {\n var state = getInternalState(this);\n var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);\n var entry;\n while (entry = entry ? entry.next : state.first) {\n boundFunction(entry.value, entry.key, this);\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n }\n },\n // 23.1.3.7 Map.prototype.has(key)\n // 23.2.3.7 Set.prototype.has(value)\n has: function has(key) {\n return !!getEntry(this, key);\n }\n });\n\n redefineAll(C.prototype, IS_MAP ? {\n // 23.1.3.6 Map.prototype.get(key)\n get: function get(key) {\n var entry = getEntry(this, key);\n return entry && entry.value;\n },\n // 23.1.3.9 Map.prototype.set(key, value)\n set: function set(key, value) {\n return define(this, key === 0 ? 0 : key, value);\n }\n } : {\n // 23.2.3.1 Set.prototype.add(value)\n add: function add(value) {\n return define(this, value = value === 0 ? 0 : value, value);\n }\n });\n if (DESCRIPTORS) defineProperty(C.prototype, 'size', {\n get: function () {\n return getInternalState(this).size;\n }\n });\n return C;\n },\n setStrong: function (C, CONSTRUCTOR_NAME, IS_MAP) {\n var ITERATOR_NAME = CONSTRUCTOR_NAME + ' Iterator';\n var getInternalCollectionState = internalStateGetterFor(CONSTRUCTOR_NAME);\n var getInternalIteratorState = internalStateGetterFor(ITERATOR_NAME);\n // add .keys, .values, .entries, [@@iterator]\n // 23.1.3.4, 23.1.3.8, 23.1.3.11, 23.1.3.12, 23.2.3.5, 23.2.3.8, 23.2.3.10, 23.2.3.11\n defineIterator(C, CONSTRUCTOR_NAME, function (iterated, kind) {\n setInternalState(this, {\n type: ITERATOR_NAME,\n target: iterated,\n state: getInternalCollectionState(iterated),\n kind: kind,\n last: undefined\n });\n }, function () {\n var state = getInternalIteratorState(this);\n var kind = state.kind;\n var entry = state.last;\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n // get next entry\n if (!state.target || !(state.last = entry = entry ? entry.next : state.state.first)) {\n // or finish the iteration\n state.target = undefined;\n return { value: undefined, done: true };\n }\n // return step by kind\n if (kind == 'keys') return { value: entry.key, done: false };\n if (kind == 'values') return { value: entry.value, done: false };\n return { value: [entry.key, entry.value], done: false };\n }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);\n\n // add [@@species], 23.1.2.2, 23.2.2.2\n setSpecies(CONSTRUCTOR_NAME);\n }\n};\n","'use strict';\nvar redefineAll = require('../internals/redefine-all');\nvar getWeakData = require('../internals/internal-metadata').getWeakData;\nvar anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\nvar anInstance = require('../internals/an-instance');\nvar iterate = require('../internals/iterate');\nvar createArrayMethod = require('../internals/array-methods');\nvar $has = require('../internals/has');\nvar InternalStateModule = require('../internals/internal-state');\nvar setInternalState = InternalStateModule.set;\nvar internalStateGetterFor = InternalStateModule.getterFor;\nvar arrayFind = createArrayMethod(5);\nvar arrayFindIndex = createArrayMethod(6);\nvar id = 0;\n\n// fallback for uncaught frozen keys\nvar uncaughtFrozenStore = function (store) {\n return store.frozen || (store.frozen = new UncaughtFrozenStore());\n};\n\nvar UncaughtFrozenStore = function () {\n this.entries = [];\n};\n\nvar findUncaughtFrozen = function (store, key) {\n return arrayFind(store.entries, function (it) {\n return it[0] === key;\n });\n};\n\nUncaughtFrozenStore.prototype = {\n get: function (key) {\n var entry = findUncaughtFrozen(this, key);\n if (entry) return entry[1];\n },\n has: function (key) {\n return !!findUncaughtFrozen(this, key);\n },\n set: function (key, value) {\n var entry = findUncaughtFrozen(this, key);\n if (entry) entry[1] = value;\n else this.entries.push([key, value]);\n },\n 'delete': function (key) {\n var index = arrayFindIndex(this.entries, function (it) {\n return it[0] === key;\n });\n if (~index) this.entries.splice(index, 1);\n return !!~index;\n }\n};\n\nmodule.exports = {\n getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, CONSTRUCTOR_NAME);\n setInternalState(that, {\n type: CONSTRUCTOR_NAME,\n id: id++,\n frozen: undefined\n });\n if (iterable != undefined) iterate(iterable, that[ADDER], that, IS_MAP);\n });\n\n var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME);\n\n var define = function (that, key, value) {\n var state = getInternalState(that);\n var data = getWeakData(anObject(key), true);\n if (data === true) uncaughtFrozenStore(state).set(key, value);\n else data[state.id] = value;\n return that;\n };\n\n redefineAll(C.prototype, {\n // 23.3.3.2 WeakMap.prototype.delete(key)\n // 23.4.3.3 WeakSet.prototype.delete(value)\n 'delete': function (key) {\n var state = getInternalState(this);\n if (!isObject(key)) return false;\n var data = getWeakData(key);\n if (data === true) return uncaughtFrozenStore(state)['delete'](key);\n return data && $has(data, state.id) && delete data[state.id];\n },\n // 23.3.3.4 WeakMap.prototype.has(key)\n // 23.4.3.4 WeakSet.prototype.has(value)\n has: function has(key) {\n var state = getInternalState(this);\n if (!isObject(key)) return false;\n var data = getWeakData(key);\n if (data === true) return uncaughtFrozenStore(state).has(key);\n return data && $has(data, state.id);\n }\n });\n\n redefineAll(C.prototype, IS_MAP ? {\n // 23.3.3.3 WeakMap.prototype.get(key)\n get: function get(key) {\n var state = getInternalState(this);\n if (isObject(key)) {\n var data = getWeakData(key);\n if (data === true) return uncaughtFrozenStore(state).get(key);\n return data ? data[state.id] : undefined;\n }\n },\n // 23.3.3.5 WeakMap.prototype.set(key, value)\n set: function set(key, value) {\n return define(this, key, value);\n }\n } : {\n // 23.4.3.1 WeakSet.prototype.add(value)\n add: function add(value) {\n return define(this, value, true);\n }\n });\n\n return C;\n }\n};\n","'use strict';\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar $export = require('../internals/export');\nvar redefine = require('../internals/redefine');\nvar InternalMetadataModule = require('../internals/internal-metadata');\nvar iterate = require('../internals/iterate');\nvar anInstance = require('../internals/an-instance');\nvar isObject = require('../internals/is-object');\nvar fails = require('../internals/fails');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar inheritIfRequired = require('../internals/inherit-if-required');\n\nmodule.exports = function (CONSTRUCTOR_NAME, wrapper, common, IS_MAP, IS_WEAK) {\n var NativeConstructor = global[CONSTRUCTOR_NAME];\n var NativePrototype = NativeConstructor && NativeConstructor.prototype;\n var Constructor = NativeConstructor;\n var ADDER = IS_MAP ? 'set' : 'add';\n var exported = {};\n\n var fixMethod = function (KEY) {\n var nativeMethod = NativePrototype[KEY];\n redefine(NativePrototype, KEY,\n KEY == 'add' ? function add(a) {\n nativeMethod.call(this, a === 0 ? 0 : a);\n return this;\n } : KEY == 'delete' ? function (a) {\n return IS_WEAK && !isObject(a) ? false : nativeMethod.call(this, a === 0 ? 0 : a);\n } : KEY == 'get' ? function get(a) {\n return IS_WEAK && !isObject(a) ? undefined : nativeMethod.call(this, a === 0 ? 0 : a);\n } : KEY == 'has' ? function has(a) {\n return IS_WEAK && !isObject(a) ? false : nativeMethod.call(this, a === 0 ? 0 : a);\n } : function set(a, b) {\n nativeMethod.call(this, a === 0 ? 0 : a, b);\n return this;\n }\n );\n };\n\n // eslint-disable-next-line max-len\n if (isForced(CONSTRUCTOR_NAME, typeof NativeConstructor != 'function' || !(IS_WEAK || NativePrototype.forEach && !fails(function () {\n new NativeConstructor().entries().next();\n })))) {\n // create collection constructor\n Constructor = common.getConstructor(wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER);\n InternalMetadataModule.REQUIRED = true;\n } else if (isForced(CONSTRUCTOR_NAME, true)) {\n var instance = new Constructor();\n // early implementations not supports chaining\n var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;\n // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false\n var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); });\n // most early implementations doesn't supports iterables, most modern - not close it correctly\n // eslint-disable-next-line no-new\n var ACCEPT_ITERABLES = checkCorrectnessOfIteration(function (iterable) { new NativeConstructor(iterable); });\n // for early implementations -0 and +0 not the same\n var BUGGY_ZERO = !IS_WEAK && fails(function () {\n // V8 ~ Chromium 42- fails only with 5+ elements\n var $instance = new NativeConstructor();\n var index = 5;\n while (index--) $instance[ADDER](index, index);\n return !$instance.has(-0);\n });\n\n if (!ACCEPT_ITERABLES) {\n Constructor = wrapper(function (target, iterable) {\n anInstance(target, Constructor, CONSTRUCTOR_NAME);\n var that = inheritIfRequired(new NativeConstructor(), target, Constructor);\n if (iterable != undefined) iterate(iterable, that[ADDER], that, IS_MAP);\n return that;\n });\n Constructor.prototype = NativePrototype;\n NativePrototype.constructor = Constructor;\n }\n\n if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) {\n fixMethod('delete');\n fixMethod('has');\n IS_MAP && fixMethod('get');\n }\n\n if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER);\n\n // weak collections should not contains .clear method\n if (IS_WEAK && NativePrototype.clear) delete NativePrototype.clear;\n }\n\n exported[CONSTRUCTOR_NAME] = Constructor;\n $export({ global: true, forced: Constructor != NativeConstructor }, exported);\n\n setToStringTag(Constructor, CONSTRUCTOR_NAME);\n\n if (!IS_WEAK) common.setStrong(Constructor, CONSTRUCTOR_NAME, IS_MAP);\n\n return Constructor;\n};\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var MATCH = require('../internals/well-known-symbol')('match');\n\nmodule.exports = function (METHOD_NAME) {\n var regexp = /./;\n try {\n '/./'[METHOD_NAME](regexp);\n } catch (e) {\n try {\n regexp[MATCH] = false;\n return '/./'[METHOD_NAME](regexp);\n } catch (f) { /* empty */ }\n } return false;\n};\n","module.exports = !require('../internals/fails')(function () {\n function F() { /* empty */ }\n F.prototype.constructor = null;\n return Object.getPrototypeOf(new F()) !== F.prototype;\n});\n","var requireObjectCoercible = require('../internals/require-object-coercible');\nvar quot = /\"/g;\n\n// B.2.3.2.1 CreateHTML(string, tag, attribute, value)\n// https://tc39.github.io/ecma262/#sec-createhtml\nmodule.exports = function (string, tag, attribute, value) {\n var S = String(requireObjectCoercible(string));\n var p1 = '<' + tag;\n if (attribute !== '') p1 += ' ' + attribute + '=\"' + String(value).replace(quot, '"') + '\"';\n return p1 + '>' + S + '';\n};\n","'use strict';\nvar IteratorPrototype = require('../internals/iterators-core').IteratorPrototype;\nvar create = require('../internals/object-create');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar Iterators = require('../internals/iterators');\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (IteratorConstructor, NAME, next) {\n var TO_STRING_TAG = NAME + ' Iterator';\n IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(1, next) });\n setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true);\n Iterators[TO_STRING_TAG] = returnThis;\n return IteratorConstructor;\n};\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","'use strict';\nvar toPrimitive = require('../internals/to-primitive');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = function (object, key, value) {\n var propertyKey = toPrimitive(key);\n if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));\n else object[propertyKey] = value;\n};\n","'use strict';\nvar fails = require('../internals/fails');\nvar prototype = Date.prototype;\nvar getTime = prototype.getTime;\nvar nativeDateToISOString = prototype.toISOString;\n\nvar leadingZero = function (number) {\n return number > 9 ? number : '0' + number;\n};\n\n// `Date.prototype.toISOString` method implementation\n// https://tc39.github.io/ecma262/#sec-date.prototype.toisostring\n// PhantomJS / old WebKit fails here:\nmodule.exports = (fails(function () {\n return nativeDateToISOString.call(new Date(-5e13 - 1)) != '0385-07-25T07:06:39.999Z';\n}) || !fails(function () {\n nativeDateToISOString.call(new Date(NaN));\n})) ? function toISOString() {\n if (!isFinite(getTime.call(this))) throw RangeError('Invalid time value');\n var date = this;\n var year = date.getUTCFullYear();\n var milliseconds = date.getUTCMilliseconds();\n var sign = year < 0 ? '-' : year > 9999 ? '+' : '';\n return sign + ('00000' + Math.abs(year)).slice(sign ? -6 : -4) +\n '-' + leadingZero(date.getUTCMonth() + 1) +\n '-' + leadingZero(date.getUTCDate()) +\n 'T' + leadingZero(date.getUTCHours()) +\n ':' + leadingZero(date.getUTCMinutes()) +\n ':' + leadingZero(date.getUTCSeconds()) +\n '.' + (milliseconds > 99 ? milliseconds : '0' + leadingZero(milliseconds)) +\n 'Z';\n} : nativeDateToISOString;\n","'use strict';\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nmodule.exports = function (hint) {\n if (hint !== 'string' && hint !== 'number' && hint !== 'default') {\n throw TypeError('Incorrect hint');\n } return toPrimitive(anObject(this), hint !== 'number');\n};\n","'use strict';\nvar $export = require('../internals/export');\nvar createIteratorConstructor = require('../internals/create-iterator-constructor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar hide = require('../internals/hide');\nvar redefine = require('../internals/redefine');\nvar IS_PURE = require('../internals/is-pure');\nvar ITERATOR = require('../internals/well-known-symbol')('iterator');\nvar Iterators = require('../internals/iterators');\nvar IteratorsCore = require('../internals/iterators-core');\nvar IteratorPrototype = IteratorsCore.IteratorPrototype;\nvar BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;\nvar KEYS = 'keys';\nvar VALUES = 'values';\nvar ENTRIES = 'entries';\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {\n createIteratorConstructor(IteratorConstructor, NAME, next);\n\n var getIterationMethod = function (KIND) {\n if (KIND === DEFAULT && defaultIterator) return defaultIterator;\n if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND];\n switch (KIND) {\n case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };\n case VALUES: return function values() { return new IteratorConstructor(this, KIND); };\n case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };\n } return function () { return new IteratorConstructor(this); };\n };\n\n var TO_STRING_TAG = NAME + ' Iterator';\n var INCORRECT_VALUES_NAME = false;\n var IterablePrototype = Iterable.prototype;\n var nativeIterator = IterablePrototype[ITERATOR]\n || IterablePrototype['@@iterator']\n || DEFAULT && IterablePrototype[DEFAULT];\n var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);\n var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;\n var CurrentIteratorPrototype, methods, KEY;\n\n // fix native\n if (anyNativeIterator) {\n CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable()));\n if (IteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {\n if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {\n if (setPrototypeOf) {\n setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);\n } else if (typeof CurrentIteratorPrototype[ITERATOR] != 'function') {\n hide(CurrentIteratorPrototype, ITERATOR, returnThis);\n }\n }\n // Set @@toStringTag to native iterators\n setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true);\n if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis;\n }\n }\n\n // fix Array#{values, @@iterator}.name in V8 / FF\n if (DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {\n INCORRECT_VALUES_NAME = true;\n defaultIterator = function values() { return nativeIterator.call(this); };\n }\n\n // define iterator\n if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) {\n hide(IterablePrototype, ITERATOR, defaultIterator);\n }\n Iterators[NAME] = defaultIterator;\n\n // export additional methods\n if (DEFAULT) {\n methods = {\n values: getIterationMethod(VALUES),\n keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),\n entries: getIterationMethod(ENTRIES)\n };\n if (FORCED) for (KEY in methods) {\n if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {\n redefine(IterablePrototype, KEY, methods[KEY]);\n }\n } else $export({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);\n }\n\n return methods;\n};\n","var path = require('../internals/path');\nvar has = require('../internals/has');\nvar wrappedWellKnownSymbolModule = require('../internals/wrapped-well-known-symbol');\nvar defineProperty = require('../internals/object-define-property').f;\n\nmodule.exports = function (NAME) {\n var Symbol = path.Symbol || (path.Symbol = {});\n if (!has(Symbol, NAME)) defineProperty(Symbol, NAME, {\n value: wrappedWellKnownSymbolModule.f(NAME)\n });\n};\n","// Thank's IE8 for his funny defineProperty\nmodule.exports = !require('../internals/fails')(function () {\n return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;\n});\n","var isObject = require('../internals/is-object');\nvar document = require('../internals/global').document;\n// typeof document.createElement is 'object' in old IE\nvar exist = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return exist ? document.createElement(it) : {};\n};\n","// iterable DOM collections\n// flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods\nmodule.exports = {\n CSSRuleList: 0,\n CSSStyleDeclaration: 0,\n CSSValueList: 0,\n ClientRectList: 0,\n DOMRectList: 0,\n DOMStringList: 0,\n DOMTokenList: 1,\n DataTransferItemList: 0,\n FileList: 0,\n HTMLAllCollection: 0,\n HTMLCollection: 0,\n HTMLFormElement: 0,\n HTMLSelectElement: 0,\n MediaList: 0,\n MimeTypeArray: 0,\n NamedNodeMap: 0,\n NodeList: 1,\n PaintRequestList: 0,\n Plugin: 0,\n PluginArray: 0,\n SVGLengthList: 0,\n SVGNumberList: 0,\n SVGPathSegList: 0,\n SVGPointList: 0,\n SVGStringList: 0,\n SVGTransformList: 0,\n SourceBufferList: 0,\n StyleSheetList: 0,\n TextTrackCueList: 0,\n TextTrackList: 0,\n TouchList: 0\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","var objectKeys = require('../internals/object-keys');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\n\n// all enumerable object keys, includes symbols\nmodule.exports = function (it) {\n var result = objectKeys(it);\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n if (getOwnPropertySymbols) {\n var symbols = getOwnPropertySymbols(it);\n var propertyIsEnumerable = propertyIsEnumerableModule.f;\n var i = 0;\n var key;\n while (symbols.length > i) if (propertyIsEnumerable.call(it, key = symbols[i++])) result.push(key);\n } return result;\n};\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar hide = require('../internals/hide');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n hide(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","'use strict';\nvar hide = require('../internals/hide');\nvar redefine = require('../internals/redefine');\nvar fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar regexpExec = require('../internals/regexp-exec');\n\nvar SPECIES = wellKnownSymbol('species');\n\nvar REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {\n // #replace needs built-in support for named groups.\n // #match works fine because it just return the exec results, even if it has\n // a \"grops\" property.\n var re = /./;\n re.exec = function () {\n var result = [];\n result.groups = { a: '7' };\n return result;\n };\n return ''.replace(re, '$') !== '7';\n});\n\n// Chrome 51 has a buggy \"split\" implementation when RegExp#exec !== nativeExec\n// Weex JS has frozen built-in prototypes, so use try / catch wrapper\nvar SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {\n var re = /(?:)/;\n var originalExec = re.exec;\n re.exec = function () { return originalExec.apply(this, arguments); };\n var result = 'ab'.split(re);\n return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';\n});\n\nmodule.exports = function (KEY, length, exec, sham) {\n var SYMBOL = wellKnownSymbol(KEY);\n\n var DELEGATES_TO_SYMBOL = !fails(function () {\n // String methods call symbol-named RegEp methods\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n });\n\n var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {\n // Symbol-named RegExp methods call .exec\n var execCalled = false;\n var re = /a/;\n re.exec = function () { execCalled = true; return null; };\n\n if (KEY === 'split') {\n // RegExp[@@split] doesn't call the regex's exec method, but first creates\n // a new one. We need to return the patched regex when creating the new one.\n re.constructor = {};\n re.constructor[SPECIES] = function () { return re; };\n }\n\n re[SYMBOL]('');\n return !execCalled;\n });\n\n if (\n !DELEGATES_TO_SYMBOL ||\n !DELEGATES_TO_EXEC ||\n (KEY === 'replace' && !REPLACE_SUPPORTS_NAMED_GROUPS) ||\n (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)\n ) {\n var nativeRegExpMethod = /./[SYMBOL];\n var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {\n if (regexp.exec === regexpExec) {\n if (DELEGATES_TO_SYMBOL && !forceStringMethod) {\n // The native String method already delegates to @@method (this\n // polyfilled function), leasing to infinite recursion.\n // We avoid it by directly calling the native @@method method.\n return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };\n }\n return { done: true, value: nativeMethod.call(str, regexp, arg2) };\n }\n return { done: false };\n });\n var stringMethod = methods[0];\n var regexMethod = methods[1];\n\n redefine(String.prototype, KEY, stringMethod);\n redefine(RegExp.prototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return regexMethod.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return regexMethod.call(string, this); }\n );\n if (sham) hide(RegExp.prototype[SYMBOL], 'sham', true);\n }\n};\n","var fails = require('../internals/fails');\n\n// check the existence of a method, lowercase\n// of a tag and escaping quotes in arguments\nmodule.exports = function (METHOD_NAME) {\n return fails(function () {\n var test = ''[METHOD_NAME]('\"');\n return test !== test.toLowerCase() || test.split('\"').length > 3;\n });\n};\n","var fails = require('../internals/fails');\nvar whitespaces = require('../internals/whitespaces');\nvar non = '\\u200B\\u0085\\u180E';\n\n// check that a method works with the correct list\n// of whitespaces and has a correct name\nmodule.exports = function (METHOD_NAME) {\n return fails(function () {\n return !!whitespaces[METHOD_NAME]() || non[METHOD_NAME]() != non || whitespaces[METHOD_NAME].name !== METHOD_NAME;\n });\n};\n","module.exports = !require('../internals/fails')(function () {\n return Object.isExtensible(Object.preventExtensions({}));\n});\n","'use strict';\nvar aFunction = require('../internals/a-function');\nvar isObject = require('../internals/is-object');\nvar arraySlice = [].slice;\nvar factories = {};\n\nvar construct = function (C, argsLength, args) {\n if (!(argsLength in factories)) {\n for (var list = [], i = 0; i < argsLength; i++) list[i] = 'a[' + i + ']';\n // eslint-disable-next-line no-new-func\n factories[argsLength] = Function('C,a', 'return new C(' + list.join(',') + ')');\n } return factories[argsLength](C, args);\n};\n\n// `Function.prototype.bind` method implementation\n// https://tc39.github.io/ecma262/#sec-function.prototype.bind\nmodule.exports = Function.bind || function bind(that /* , ...args */) {\n var fn = aFunction(this);\n var partArgs = arraySlice.call(arguments, 1);\n var boundFunction = function bound(/* args... */) {\n var args = partArgs.concat(arraySlice.call(arguments));\n return this instanceof boundFunction ? construct(fn, args.length, args) : fn.apply(that, args);\n };\n if (isObject(fn.prototype)) boundFunction.prototype = fn.prototype;\n return boundFunction;\n};\n","module.exports = require('../internals/shared')('native-function-to-string', Function.toString);\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var classof = require('../internals/classof');\nvar ITERATOR = require('../internals/well-known-symbol')('iterator');\nvar Iterators = require('../internals/iterators');\n\nmodule.exports = function (it) {\n if (it != undefined) return it[ITERATOR]\n || it['@@iterator']\n || Iterators[classof(it)];\n};\n","// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports = typeof window == 'object' && window && window.Math == Math ? window\n : typeof self == 'object' && self && self.Math == Math ? self\n // eslint-disable-next-line no-new-func\n : Function('return this')();\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","module.exports = {};\n","var definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = require('../internals/descriptors') ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var global = require('../internals/global');\n\nmodule.exports = function (a, b) {\n var console = global.console;\n if (console && console.error) {\n arguments.length === 1 ? console.error(a) : console.error(a, b);\n }\n};\n","var document = require('../internals/global').document;\n\nmodule.exports = document && document.documentElement;\n","// Thank's IE8 for his funny defineProperty\nmodule.exports = !require('../internals/descriptors') && !require('../internals/fails')(function () {\n return Object.defineProperty(require('../internals/document-create-element')('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","// fallback for non-array-like ES3 and non-enumerable old V8 strings\nvar fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\nvar split = ''.split;\n\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","var isObject = require('../internals/is-object');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\n\nmodule.exports = function (that, target, C) {\n var S = target.constructor;\n var P;\n if (S !== C && typeof S == 'function' && (P = S.prototype) !== C.prototype && isObject(P) && setPrototypeOf) {\n setPrototypeOf(that, P);\n } return that;\n};\n","var METADATA = require('../internals/uid')('meta');\nvar FREEZING = require('../internals/freezing');\nvar isObject = require('../internals/is-object');\nvar has = require('../internals/has');\nvar defineProperty = require('../internals/object-define-property').f;\nvar id = 0;\n\nvar isExtensible = Object.isExtensible || function () {\n return true;\n};\n\nvar setMetadata = function (it) {\n defineProperty(it, METADATA, { value: {\n objectID: 'O' + ++id, // object ID\n weakData: {} // weak collections IDs\n } });\n};\n\nvar fastKey = function (it, create) {\n // return a primitive with prefix\n if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it;\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return 'F';\n // not necessary to add metadata\n if (!create) return 'E';\n // add missing metadata\n setMetadata(it);\n // return object ID\n } return it[METADATA].objectID;\n};\n\nvar getWeakData = function (it, create) {\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return true;\n // not necessary to add metadata\n if (!create) return false;\n // add missing metadata\n setMetadata(it);\n // return the store of weak collections IDs\n } return it[METADATA].weakData;\n};\n\n// add metadata on freeze-family methods calling\nvar onFreeze = function (it) {\n if (FREEZING && meta.REQUIRED && isExtensible(it) && !has(it, METADATA)) setMetadata(it);\n return it;\n};\n\nvar meta = module.exports = {\n REQUIRED: false,\n fastKey: fastKey,\n getWeakData: getWeakData,\n onFreeze: onFreeze\n};\n\nrequire('../internals/hidden-keys')[METADATA] = true;\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar isObject = require('../internals/is-object');\nvar hide = require('../internals/hide');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\nvar WeakMap = require('../internals/global').WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n hide(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","// check on default Array iterator\nvar Iterators = require('../internals/iterators');\nvar ITERATOR = require('../internals/well-known-symbol')('iterator');\nvar ArrayPrototype = Array.prototype;\n\nmodule.exports = function (it) {\n return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it);\n};\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.github.io/ecma262/#sec-isarray\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","var fails = require('../internals/fails');\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","var isObject = require('../internals/is-object');\nvar floor = Math.floor;\n\n// `Number.isInteger` method implementation\n// https://tc39.github.io/ecma262/#sec-number.isinteger\nmodule.exports = function isInteger(it) {\n return !isObject(it) && isFinite(it) && floor(it) === it;\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","module.exports = false;\n","var isObject = require('../internals/is-object');\nvar classof = require('../internals/classof-raw');\nvar MATCH = require('../internals/well-known-symbol')('match');\n\n// `IsRegExp` abstract operation\n// https://tc39.github.io/ecma262/#sec-isregexp\nmodule.exports = function (it) {\n var isRegExp;\n return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classof(it) == 'RegExp');\n};\n","var anObject = require('../internals/an-object');\nvar isArrayIteratorMethod = require('../internals/is-array-iterator-method');\nvar toLength = require('../internals/to-length');\nvar bind = require('../internals/bind-context');\nvar getIteratorMethod = require('../internals/get-iterator-method');\nvar callWithSafeIterationClosing = require('../internals/call-with-safe-iteration-closing');\nvar BREAK = {};\n\nvar exports = module.exports = function (iterable, fn, that, ENTRIES, ITERATOR) {\n var boundFunction = bind(fn, that, ENTRIES ? 2 : 1);\n var iterator, iterFn, index, length, result, step;\n\n if (ITERATOR) {\n iterator = iterable;\n } else {\n iterFn = getIteratorMethod(iterable);\n if (typeof iterFn != 'function') throw TypeError('Target is not iterable');\n // optimisation for array iterators\n if (isArrayIteratorMethod(iterFn)) {\n for (index = 0, length = toLength(iterable.length); length > index; index++) {\n result = ENTRIES ? boundFunction(anObject(step = iterable[index])[0], step[1]) : boundFunction(iterable[index]);\n if (result === BREAK) return BREAK;\n } return;\n }\n iterator = iterFn.call(iterable);\n }\n\n while (!(step = iterator.next()).done) {\n if (callWithSafeIterationClosing(iterator, boundFunction, step.value, ENTRIES) === BREAK) return BREAK;\n }\n};\n\nexports.BREAK = BREAK;\n","'use strict';\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar hide = require('../internals/hide');\nvar has = require('../internals/has');\nvar IS_PURE = require('../internals/is-pure');\nvar ITERATOR = require('../internals/well-known-symbol')('iterator');\nvar BUGGY_SAFARI_ITERATORS = false;\n\nvar returnThis = function () { return this; };\n\n// `%IteratorPrototype%` object\n// https://tc39.github.io/ecma262/#sec-%iteratorprototype%-object\nvar IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;\n\nif ([].keys) {\n arrayIterator = [].keys();\n // Safari 8 has buggy iterators w/o `next`\n if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;\n else {\n PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator));\n if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;\n }\n}\n\nif (IteratorPrototype == undefined) IteratorPrototype = {};\n\n// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()\nif (!IS_PURE && !has(IteratorPrototype, ITERATOR)) hide(IteratorPrototype, ITERATOR, returnThis);\n\nmodule.exports = {\n IteratorPrototype: IteratorPrototype,\n BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS\n};\n","module.exports = {};\n","var nativeExpm1 = Math.expm1;\n\n// `Math.expm1` method implementation\n// https://tc39.github.io/ecma262/#sec-math.expm1\nmodule.exports = (!nativeExpm1\n // Old FF bug\n || nativeExpm1(10) > 22025.465794806719 || nativeExpm1(10) < 22025.4657948067165168\n // Tor Browser bug\n || nativeExpm1(-2e-17) != -2e-17\n) ? function expm1(x) {\n return (x = +x) == 0 ? x : x > -1e-6 && x < 1e-6 ? x + x * x / 2 : Math.exp(x) - 1;\n} : nativeExpm1;\n","var sign = require('../internals/math-sign');\nvar pow = Math.pow;\nvar EPSILON = pow(2, -52);\nvar EPSILON32 = pow(2, -23);\nvar MAX32 = pow(2, 127) * (2 - EPSILON32);\nvar MIN32 = pow(2, -126);\n\nvar roundTiesToEven = function (n) {\n return n + 1 / EPSILON - 1 / EPSILON;\n};\n\n// `Math.fround` method implementation\n// https://tc39.github.io/ecma262/#sec-math.fround\nmodule.exports = Math.fround || function fround(x) {\n var $abs = Math.abs(x);\n var $sign = sign(x);\n var a, result;\n if ($abs < MIN32) return $sign * roundTiesToEven($abs / MIN32 / EPSILON32) * MIN32 * EPSILON32;\n a = (1 + EPSILON32 / EPSILON) * $abs;\n result = a - (a - $abs);\n // eslint-disable-next-line no-self-compare\n if (result > MAX32 || result != result) return $sign * Infinity;\n return $sign * result;\n};\n","// `Math.log1p` method implementation\n// https://tc39.github.io/ecma262/#sec-math.log1p\nmodule.exports = Math.log1p || function log1p(x) {\n return (x = +x) > -1e-8 && x < 1e-8 ? x - x * x / 2 : Math.log(1 + x);\n};\n","// `Math.sign` method implementation\n// https://tc39.github.io/ecma262/#sec-math.sign\nmodule.exports = Math.sign || function sign(x) {\n // eslint-disable-next-line no-self-compare\n return (x = +x) == 0 || x != x ? x : x < 0 ? -1 : 1;\n};\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar classof = require('../internals/classof-raw');\nvar macrotask = require('../internals/task').set;\nvar userAgent = require('../internals/user-agent');\nvar MutationObserver = global.MutationObserver || global.WebKitMutationObserver;\nvar process = global.process;\nvar Promise = global.Promise;\nvar IS_NODE = classof(process) == 'process';\n// Node.js 11 shows ExperimentalWarning on getting `queueMicrotask`\nvar queueMicrotaskDescriptor = getOwnPropertyDescriptor(global, 'queueMicrotask');\nvar queueMicrotask = queueMicrotaskDescriptor && queueMicrotaskDescriptor.value;\n\nvar flush, head, last, notify, toggle, node, promise;\n\n// modern engines have queueMicrotask method\nif (!queueMicrotask) {\n flush = function () {\n var parent, fn;\n if (IS_NODE && (parent = process.domain)) parent.exit();\n while (head) {\n fn = head.fn;\n head = head.next;\n try {\n fn();\n } catch (error) {\n if (head) notify();\n else last = undefined;\n throw error;\n }\n } last = undefined;\n if (parent) parent.enter();\n };\n\n // Node.js\n if (IS_NODE) {\n notify = function () {\n process.nextTick(flush);\n };\n // browsers with MutationObserver, except iOS - https://github.com/zloirock/core-js/issues/339\n } else if (MutationObserver && !/(iPhone|iPod|iPad).*AppleWebKit/i.test(userAgent)) {\n toggle = true;\n node = document.createTextNode('');\n new MutationObserver(flush).observe(node, { characterData: true }); // eslint-disable-line no-new\n notify = function () {\n node.data = toggle = !toggle;\n };\n // environments with maybe non-completely correct, but existent Promise\n } else if (Promise && Promise.resolve) {\n // Promise.resolve without an argument throws an error in LG WebOS 2\n promise = Promise.resolve(undefined);\n notify = function () {\n promise.then(flush);\n };\n // for other environments - macrotask based on:\n // - setImmediate\n // - MessageChannel\n // - window.postMessag\n // - onreadystatechange\n // - setTimeout\n } else {\n notify = function () {\n // strange IE + webpack dev server bug - use .call(global)\n macrotask.call(global, flush);\n };\n }\n}\n\nmodule.exports = queueMicrotask || function (fn) {\n var task = { fn: fn, next: undefined };\n if (last) last.next = task;\n if (!head) {\n head = task;\n notify();\n } last = task;\n};\n","// Chrome 38 Symbol has incorrect toString conversion\nmodule.exports = !require('../internals/fails')(function () {\n // eslint-disable-next-line no-undef\n return !String(Symbol());\n});\n","var nativeFunctionToString = require('../internals/function-to-string');\nvar WeakMap = require('../internals/global').WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(nativeFunctionToString.call(WeakMap));\n","'use strict';\n// 25.4.1.5 NewPromiseCapability(C)\nvar aFunction = require('../internals/a-function');\n\nvar PromiseCapability = function (C) {\n var resolve, reject;\n this.promise = new C(function ($$resolve, $$reject) {\n if (resolve !== undefined || reject !== undefined) throw TypeError('Bad Promise constructor');\n resolve = $$resolve;\n reject = $$reject;\n });\n this.resolve = aFunction(resolve);\n this.reject = aFunction(reject);\n};\n\nmodule.exports.f = function (C) {\n return new PromiseCapability(C);\n};\n","var globalIsFinite = require('../internals/global').isFinite;\n\n// `Number.isFinite` method\n// https://tc39.github.io/ecma262/#sec-number.isfinite\nmodule.exports = Number.isFinite || function isFinite(it) {\n return typeof it == 'number' && globalIsFinite(it);\n};\n","'use strict';\n// 19.1.2.1 Object.assign(target, source, ...)\nvar objectKeys = require('../internals/object-keys');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\nvar nativeAssign = Object.assign;\n\n// should work with symbols and should have deterministic property order (V8 bug)\nmodule.exports = !nativeAssign || require('../internals/fails')(function () {\n var A = {};\n var B = {};\n // eslint-disable-next-line no-undef\n var symbol = Symbol();\n var alphabet = 'abcdefghijklmnopqrst';\n A[symbol] = 7;\n alphabet.split('').forEach(function (chr) { B[chr] = chr; });\n return nativeAssign({}, A)[symbol] != 7 || objectKeys(nativeAssign({}, B)).join('') != alphabet;\n}) ? function assign(target, source) { // eslint-disable-line no-unused-vars\n var T = toObject(target);\n var argumentsLength = arguments.length;\n var index = 1;\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n var propertyIsEnumerable = propertyIsEnumerableModule.f;\n while (argumentsLength > index) {\n var S = IndexedObject(arguments[index++]);\n var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S);\n var length = keys.length;\n var j = 0;\n var key;\n while (length > j) if (propertyIsEnumerable.call(S, key = keys[j++])) T[key] = S[key];\n } return T;\n} : nativeAssign;\n","// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])\nvar anObject = require('../internals/an-object');\nvar defineProperties = require('../internals/object-define-properties');\nvar enumBugKeys = require('../internals/enum-bug-keys');\nvar html = require('../internals/html');\nvar documentCreateElement = require('../internals/document-create-element');\nvar IE_PROTO = require('../internals/shared-key')('IE_PROTO');\nvar PROTOTYPE = 'prototype';\nvar Empty = function () { /* empty */ };\n\n// Create object with fake `null` prototype: use iframe Object with cleared prototype\nvar createDict = function () {\n // Thrash, waste and sodomy: IE GC bug\n var iframe = documentCreateElement('iframe');\n var length = enumBugKeys.length;\n var lt = '<';\n var script = 'script';\n var gt = '>';\n var js = 'java' + script + ':';\n var iframeDocument;\n iframe.style.display = 'none';\n html.appendChild(iframe);\n iframe.src = String(js);\n iframeDocument = iframe.contentWindow.document;\n iframeDocument.open();\n iframeDocument.write(lt + script + gt + 'document.F=Object' + lt + '/' + script + gt);\n iframeDocument.close();\n createDict = iframeDocument.F;\n while (length--) delete createDict[PROTOTYPE][enumBugKeys[length]];\n return createDict();\n};\n\nmodule.exports = Object.create || function create(O, Properties) {\n var result;\n if (O !== null) {\n Empty[PROTOTYPE] = anObject(O);\n result = new Empty();\n Empty[PROTOTYPE] = null;\n // add \"__proto__\" for Object.getPrototypeOf polyfill\n result[IE_PROTO] = O;\n } else result = createDict();\n return Properties === undefined ? result : defineProperties(result, Properties);\n};\n\nrequire('../internals/hidden-keys')[IE_PROTO] = true;\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar anObject = require('../internals/an-object');\nvar objectKeys = require('../internals/object-keys');\n\nmodule.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) {\n anObject(O);\n var keys = objectKeys(Properties);\n var length = keys.length;\n var i = 0;\n var key;\n while (length > i) definePropertyModule.f(O, key = keys[i++], Properties[key]);\n return O;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar nativeDefineProperty = Object.defineProperty;\n\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","// fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar nativeGetOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar toString = {}.toString;\n\nvar windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames\n ? Object.getOwnPropertyNames(window) : [];\n\nvar getWindowNames = function (it) {\n try {\n return nativeGetOwnPropertyNames(it);\n } catch (error) {\n return windowNames.slice();\n }\n};\n\nmodule.exports.f = function getOwnPropertyNames(it) {\n return windowNames && toString.call(it) == '[object Window]'\n ? getWindowNames(it)\n : nativeGetOwnPropertyNames(toIndexedObject(it));\n};\n","// 19.1.2.7 / 15.2.3.4 Object.getOwnPropertyNames(O)\nvar internalObjectKeys = require('../internals/object-keys-internal');\nvar hiddenKeys = require('../internals/enum-bug-keys').concat('length', 'prototype');\n\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","exports.f = Object.getOwnPropertySymbols;\n","// 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)\nvar has = require('../internals/has');\nvar toObject = require('../internals/to-object');\nvar IE_PROTO = require('../internals/shared-key')('IE_PROTO');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\nvar ObjectPrototype = Object.prototype;\n\nmodule.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function (O) {\n O = toObject(O);\n if (has(O, IE_PROTO)) return O[IE_PROTO];\n if (typeof O.constructor == 'function' && O instanceof O.constructor) {\n return O.constructor.prototype;\n } return O instanceof Object ? ObjectPrototype : null;\n};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar arrayIndexOf = require('../internals/array-includes')(false);\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~arrayIndexOf(result, key) || result.push(key);\n }\n return result;\n};\n","// 19.1.2.14 / 15.2.3.14 Object.keys(O)\nvar internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = nativeGetOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = nativeGetOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","// Works with __proto__ only. Old v8 can't work with null proto objects.\n/* eslint-disable no-proto */\nvar validateSetPrototypeOfArguments = require('../internals/validate-set-prototype-of-arguments');\n\nmodule.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {\n var correctSetter = false;\n var test = {};\n var setter;\n try {\n setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set;\n setter.call(test, []);\n correctSetter = test instanceof Array;\n } catch (error) { /* empty */ }\n return function setPrototypeOf(O, proto) {\n validateSetPrototypeOfArguments(O, proto);\n if (correctSetter) setter.call(O, proto);\n else O.__proto__ = proto;\n return O;\n };\n}() : undefined);\n","'use strict';\nvar classof = require('../internals/classof');\nvar TO_STRING_TAG = require('../internals/well-known-symbol')('toStringTag');\nvar test = {};\n\ntest[TO_STRING_TAG] = 'z';\n\n// `Object.prototype.toString` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.tostring\nmodule.exports = String(test) !== '[object z]' ? function toString() {\n return '[object ' + classof(this) + ']';\n} : test.toString;\n","var getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\nvar Reflect = require('../internals/global').Reflect;\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = Reflect && Reflect.ownKeys || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var nativeParseFloat = require('../internals/global').parseFloat;\nvar internalStringTrim = require('../internals/string-trim');\nvar whitespaces = require('../internals/whitespaces');\nvar FORCED = 1 / nativeParseFloat(whitespaces + '-0') !== -Infinity;\n\nmodule.exports = FORCED ? function parseFloat(str) {\n var string = internalStringTrim(String(str), 3);\n var result = nativeParseFloat(string);\n return result === 0 && string.charAt(0) == '-' ? -0 : result;\n} : nativeParseFloat;\n","var nativeParseInt = require('../internals/global').parseInt;\nvar internalStringTrim = require('../internals/string-trim');\nvar whitespaces = require('../internals/whitespaces');\nvar hex = /^[-+]?0[xX]/;\nvar FORCED = nativeParseInt(whitespaces + '08') !== 8 || nativeParseInt(whitespaces + '0x16') !== 22;\n\nmodule.exports = FORCED ? function parseInt(str, radix) {\n var string = internalStringTrim(String(str), 3);\n return nativeParseInt(string, (radix >>> 0) || (hex.test(string) ? 16 : 10));\n} : nativeParseInt;\n","module.exports = require('../internals/global');\n","module.exports = function (exec) {\n try {\n return { error: false, value: exec() };\n } catch (error) {\n return { error: true, value: error };\n }\n};\n","var anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\nvar newPromiseCapability = require('../internals/new-promise-capability');\n\nmodule.exports = function (C, x) {\n anObject(C);\n if (isObject(x) && x.constructor === C) return x;\n var promiseCapability = newPromiseCapability.f(C);\n var resolve = promiseCapability.resolve;\n resolve(x);\n return promiseCapability.promise;\n};\n","var redefine = require('../internals/redefine');\n\nmodule.exports = function (target, src, options) {\n for (var key in src) redefine(target, key, src[key], options);\n return target;\n};\n","var global = require('../internals/global');\nvar hide = require('../internals/hide');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar nativeFunctionToString = require('../internals/function-to-string');\nvar InternalStateModule = require('../internals/internal-state');\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(nativeFunctionToString).split('toString');\n\nrequire('../internals/shared')('inspectSource', function (it) {\n return nativeFunctionToString.call(it);\n});\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) hide(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else hide(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || nativeFunctionToString.call(this);\n});\n","var Map = require('../modules/es.map');\nvar WeakMap = require('../modules/es.weak-map');\nvar shared = require('../internals/shared')('metadata');\nvar store = shared.store || (shared.store = new WeakMap());\n\nvar getOrCreateMetadataMap = function (target, targetKey, create) {\n var targetMetadata = store.get(target);\n if (!targetMetadata) {\n if (!create) return;\n store.set(target, targetMetadata = new Map());\n }\n var keyMetadata = targetMetadata.get(targetKey);\n if (!keyMetadata) {\n if (!create) return;\n targetMetadata.set(targetKey, keyMetadata = new Map());\n } return keyMetadata;\n};\n\nvar ordinaryHasOwnMetadata = function (MetadataKey, O, P) {\n var metadataMap = getOrCreateMetadataMap(O, P, false);\n return metadataMap === undefined ? false : metadataMap.has(MetadataKey);\n};\n\nvar ordinaryGetOwnMetadata = function (MetadataKey, O, P) {\n var metadataMap = getOrCreateMetadataMap(O, P, false);\n return metadataMap === undefined ? undefined : metadataMap.get(MetadataKey);\n};\n\nvar ordinaryDefineOwnMetadata = function (MetadataKey, MetadataValue, O, P) {\n getOrCreateMetadataMap(O, P, true).set(MetadataKey, MetadataValue);\n};\n\nvar ordinaryOwnMetadataKeys = function (target, targetKey) {\n var metadataMap = getOrCreateMetadataMap(target, targetKey, false);\n var keys = [];\n if (metadataMap) metadataMap.forEach(function (_, key) { keys.push(key); });\n return keys;\n};\n\nvar toMetadataKey = function (it) {\n return it === undefined || typeof it == 'symbol' ? it : String(it);\n};\n\nmodule.exports = {\n store: store,\n getMap: getOrCreateMetadataMap,\n has: ordinaryHasOwnMetadata,\n get: ordinaryGetOwnMetadata,\n set: ordinaryDefineOwnMetadata,\n keys: ordinaryOwnMetadataKeys,\n toKey: toMetadataKey\n};\n","var classof = require('./classof-raw');\nvar regexpExec = require('./regexp-exec');\n\n// `RegExpExec` abstract operation\n// https://tc39.github.io/ecma262/#sec-regexpexec\nmodule.exports = function (R, S) {\n var exec = R.exec;\n if (typeof exec === 'function') {\n var result = exec.call(R, S);\n if (typeof result !== 'object') {\n throw TypeError('RegExp exec method returned something other than an Object or null');\n }\n return result;\n }\n\n if (classof(R) !== 'RegExp') {\n throw TypeError('RegExp#exec called on incompatible receiver');\n }\n\n return regexpExec.call(R, S);\n};\n\n","'use strict';\n\nvar regexpFlags = require('./regexp-flags');\n\nvar nativeExec = RegExp.prototype.exec;\n// This always refers to the native implementation, because the\n// String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,\n// which loads this file before patching the method.\nvar nativeReplace = String.prototype.replace;\n\nvar patchedExec = nativeExec;\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/;\n var re2 = /b*/g;\n nativeExec.call(re1, 'a');\n nativeExec.call(re2, 'a');\n return re1.lastIndex !== 0 || re2.lastIndex !== 0;\n})();\n\n// nonparticipating capturing group, copied from es5-shim's String#split patch.\nvar NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;\n\nvar PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED;\n\nif (PATCH) {\n patchedExec = function exec(str) {\n var re = this;\n var lastIndex, reCopy, match, i;\n\n if (NPCG_INCLUDED) {\n reCopy = new RegExp('^' + re.source + '$(?!\\\\s)', regexpFlags.call(re));\n }\n if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;\n\n match = nativeExec.call(re, str);\n\n if (UPDATES_LAST_INDEX_WRONG && match) {\n re.lastIndex = re.global ? match.index + match[0].length : lastIndex;\n }\n if (NPCG_INCLUDED && match && match.length > 1) {\n // Fix browsers whose `exec` methods don't consistently return `undefined`\n // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/\n nativeReplace.call(match[0], reCopy, function () {\n for (i = 1; i < arguments.length - 2; i++) {\n if (arguments[i] === undefined) match[i] = undefined;\n }\n });\n }\n\n return match;\n };\n}\n\nmodule.exports = patchedExec;\n","'use strict';\nvar anObject = require('../internals/an-object');\n\n// `RegExp.prototype.flags` getter implementation\n// https://tc39.github.io/ecma262/#sec-get-regexp.prototype.flags\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.global) result += 'g';\n if (that.ignoreCase) result += 'i';\n if (that.multiline) result += 'm';\n if (that.unicode) result += 'u';\n if (that.sticky) result += 'y';\n return result;\n};\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","// `SameValue` abstract operation\n// https://tc39.github.io/ecma262/#sec-samevalue\nmodule.exports = Object.is || function is(x, y) {\n // eslint-disable-next-line no-self-compare\n return x === y ? x !== 0 || 1 / x === 1 / y : x != x && y != y;\n};\n","var global = require('../internals/global');\nvar hide = require('../internals/hide');\n\nmodule.exports = function (key, value) {\n try {\n hide(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","'use strict';\nvar getBuiltIn = require('../internals/get-built-in');\nvar definePropertyModule = require('../internals/object-define-property');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar SPECIES = require('../internals/well-known-symbol')('species');\n\nmodule.exports = function (CONSTRUCTOR_NAME) {\n var C = getBuiltIn(CONSTRUCTOR_NAME);\n var defineProperty = definePropertyModule.f;\n if (DESCRIPTORS && C && !C[SPECIES]) defineProperty(C, SPECIES, {\n configurable: true,\n get: function () { return this; }\n });\n};\n","var defineProperty = require('../internals/object-define-property').f;\nvar has = require('../internals/has');\nvar TO_STRING_TAG = require('../internals/well-known-symbol')('toStringTag');\n\nmodule.exports = function (it, TAG, STATIC) {\n if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) {\n defineProperty(it, TO_STRING_TAG, { configurable: true, value: TAG });\n }\n};\n","var shared = require('../internals/shared')('keys');\nvar uid = require('../internals/uid');\n\nmodule.exports = function (key) {\n return shared[key] || (shared[key] = uid(key));\n};\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.0.1',\n mode: require('../internals/is-pure') ? 'pure' : 'global',\n copyright: '© 2019 Denis Pushkarev (zloirock.ru)'\n});\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !method || !fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","var anObject = require('../internals/an-object');\nvar aFunction = require('../internals/a-function');\nvar SPECIES = require('../internals/well-known-symbol')('species');\n\n// `SpeciesConstructor` abstract operation\n// https://tc39.github.io/ecma262/#sec-speciesconstructor\nmodule.exports = function (O, defaultConstructor) {\n var C = anObject(O).constructor;\n var S;\n return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? defaultConstructor : aFunction(S);\n};\n","var toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n// CONVERT_TO_STRING: true -> String#at\n// CONVERT_TO_STRING: false -> String#codePointAt\nmodule.exports = function (that, pos, CONVERT_TO_STRING) {\n var S = String(requireObjectCoercible(that));\n var position = toInteger(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = S.charCodeAt(position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING ? S.charAt(position) : first\n : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n};\n","'use strict';\nvar toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.repeat` method implementation\n// https://tc39.github.io/ecma262/#sec-string.prototype.repeat\nmodule.exports = ''.repeat || function repeat(count) {\n var str = String(requireObjectCoercible(this));\n var result = '';\n var n = toInteger(count);\n if (n < 0 || n == Infinity) throw RangeError('Wrong number of repetitions');\n for (;n > 0; (n >>>= 1) && (str += str)) if (n & 1) result += str;\n return result;\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\nvar whitespace = '[' + require('../internals/whitespaces') + ']';\nvar ltrim = RegExp('^' + whitespace + whitespace + '*');\nvar rtrim = RegExp(whitespace + whitespace + '*$');\n\n// 1 -> String#trimStart\n// 2 -> String#trimEnd\n// 3 -> String#trim\nmodule.exports = function (string, TYPE) {\n string = String(requireObjectCoercible(string));\n if (TYPE & 1) string = string.replace(ltrim, '');\n if (TYPE & 2) string = string.replace(rtrim, '');\n return string;\n};\n","var global = require('../internals/global');\nvar classof = require('../internals/classof-raw');\nvar bind = require('../internals/bind-context');\nvar html = require('../internals/html');\nvar createElement = require('../internals/document-create-element');\nvar set = global.setImmediate;\nvar clear = global.clearImmediate;\nvar process = global.process;\nvar MessageChannel = global.MessageChannel;\nvar Dispatch = global.Dispatch;\nvar counter = 0;\nvar queue = {};\nvar ONREADYSTATECHANGE = 'onreadystatechange';\nvar defer, channel, port;\n\nvar run = function () {\n var id = +this;\n // eslint-disable-next-line no-prototype-builtins\n if (queue.hasOwnProperty(id)) {\n var fn = queue[id];\n delete queue[id];\n fn();\n }\n};\n\nvar listener = function (event) {\n run.call(event.data);\n};\n\n// Node.js 0.9+ & IE10+ has setImmediate, otherwise:\nif (!set || !clear) {\n set = function setImmediate(fn) {\n var args = [];\n var i = 1;\n while (arguments.length > i) args.push(arguments[i++]);\n queue[++counter] = function () {\n // eslint-disable-next-line no-new-func\n (typeof fn == 'function' ? fn : Function(fn)).apply(undefined, args);\n };\n defer(counter);\n return counter;\n };\n clear = function clearImmediate(id) {\n delete queue[id];\n };\n // Node.js 0.8-\n if (classof(process) == 'process') {\n defer = function (id) {\n process.nextTick(bind(run, id, 1));\n };\n // Sphere (JS game engine) Dispatch API\n } else if (Dispatch && Dispatch.now) {\n defer = function (id) {\n Dispatch.now(bind(run, id, 1));\n };\n // Browsers with MessageChannel, includes WebWorkers\n } else if (MessageChannel) {\n channel = new MessageChannel();\n port = channel.port2;\n channel.port1.onmessage = listener;\n defer = bind(port.postMessage, port, 1);\n // Browsers with postMessage, skip WebWorkers\n // IE8 has postMessage, but it's sync & typeof its postMessage is 'object'\n } else if (global.addEventListener && typeof postMessage == 'function' && !global.importScripts) {\n defer = function (id) {\n global.postMessage(id + '', '*');\n };\n global.addEventListener('message', listener, false);\n // IE8-\n } else if (ONREADYSTATECHANGE in createElement('script')) {\n defer = function (id) {\n html.appendChild(createElement('script'))[ONREADYSTATECHANGE] = function () {\n html.removeChild(this);\n run.call(id);\n };\n };\n // Rest old browsers\n } else {\n defer = function (id) {\n setTimeout(bind(run, id, 1), 0);\n };\n }\n}\n\nmodule.exports = {\n set: set,\n clear: clear\n};\n","var classof = require('../internals/classof-raw');\n\n// `thisNumberValue` abstract operation\n// https://tc39.github.io/ecma262/#sec-thisnumbervalue\nmodule.exports = function (value) {\n if (typeof value != 'number' && classof(value) != 'Number') {\n throw TypeError('Incorrect invocation');\n }\n return +value;\n};\n","var toInteger = require('../internals/to-integer');\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(length, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","var toInteger = require('../internals/to-integer');\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.github.io/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","// 7.1.1 ToPrimitive(input [, PreferredType])\nvar isObject = require('../internals/is-object');\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (it, S) {\n if (!isObject(it)) return it;\n var fn, val;\n if (S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;\n if (typeof (fn = it.valueOf) == 'function' && !isObject(val = fn.call(it))) return val;\n if (!S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + postfix).toString(36));\n};\n","var global = require('../internals/global');\nvar navigator = global.navigator;\n\nmodule.exports = navigator && navigator.userAgent || '';\n","var isObject = require('../internals/is-object');\nvar anObject = require('../internals/an-object');\n\nmodule.exports = function (O, proto) {\n anObject(O);\n if (!isObject(proto) && proto !== null) {\n throw TypeError(\"Can't set \" + String(proto) + ' as a prototype');\n }\n};\n","// helper for String#{startsWith, endsWith, includes}\nvar isRegExp = require('../internals/is-regexp');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (that, searchString, NAME) {\n if (isRegExp(searchString)) {\n throw TypeError('String.prototype.' + NAME + \" doesn't accept regex\");\n } return String(requireObjectCoercible(that));\n};\n","var store = require('../internals/shared')('wks');\nvar uid = require('../internals/uid');\nvar Symbol = require('../internals/global').Symbol;\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = function (name) {\n return store[name] || (store[name] = NATIVE_SYMBOL && Symbol[name]\n || (NATIVE_SYMBOL ? Symbol : uid)('Symbol.' + name));\n};\n","// a string of all valid unicode whitespaces\n// eslint-disable-next-line max-len\nmodule.exports = '\\u0009\\u000A\\u000B\\u000C\\u000D\\u0020\\u00A0\\u1680\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200A\\u202F\\u205F\\u3000\\u2028\\u2029\\uFEFF';\n","exports.f = require('../internals/well-known-symbol');\n","// `Array.prototype.copyWithin` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.copywithin\nrequire('../internals/export')({ target: 'Array', proto: true }, {\n copyWithin: require('../internals/array-copy-within')\n});\n\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\nrequire('../internals/add-to-unscopables')('copyWithin');\n","'use strict';\nvar internalEvery = require('../internals/array-methods')(4);\n\nvar SLOPPY_METHOD = require('../internals/sloppy-array-method')('every');\n\n// `Array.prototype.every` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.every\nrequire('../internals/export')({ target: 'Array', proto: true, forced: SLOPPY_METHOD }, {\n every: function every(callbackfn /* , thisArg */) {\n return internalEvery(this, callbackfn, arguments[1]);\n }\n});\n","// `Array.prototype.fill` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.fill\nrequire('../internals/export')({ target: 'Array', proto: true }, { fill: require('../internals/array-fill') });\n\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\nrequire('../internals/add-to-unscopables')('fill');\n","'use strict';\nvar internalFilter = require('../internals/array-methods')(2);\n\nvar SPECIES_SUPPORT = require('../internals/array-method-has-species-support')('filter');\n\n// `Array.prototype.filter` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.filter\n// with adding support of @@species\nrequire('../internals/export')({ target: 'Array', proto: true, forced: !SPECIES_SUPPORT }, {\n filter: function filter(callbackfn /* , thisArg */) {\n return internalFilter(this, callbackfn, arguments[1]);\n }\n});\n","'use strict';\nvar internalFindIndex = require('../internals/array-methods')(6);\nvar FIND_INDEX = 'findIndex';\nvar SKIPS_HOLES = true;\n\n// Shouldn't skip holes\nif (FIND_INDEX in []) Array(1)[FIND_INDEX](function () { SKIPS_HOLES = false; });\n\n// `Array.prototype.findIndex` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.findindex\nrequire('../internals/export')({ target: 'Array', proto: true, forced: SKIPS_HOLES }, {\n findIndex: function findIndex(callbackfn /* , that = undefined */) {\n return internalFindIndex(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\nrequire('../internals/add-to-unscopables')(FIND_INDEX);\n","'use strict';\nvar internalFind = require('../internals/array-methods')(5);\nvar FIND = 'find';\nvar SKIPS_HOLES = true;\n\n// Shouldn't skip holes\nif (FIND in []) Array(1)[FIND](function () { SKIPS_HOLES = false; });\n\n// `Array.prototype.find` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.find\nrequire('../internals/export')({ target: 'Array', proto: true, forced: SKIPS_HOLES }, {\n find: function find(callbackfn /* , that = undefined */) {\n return internalFind(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\nrequire('../internals/add-to-unscopables')(FIND);\n","'use strict';\nvar forEach = require('../internals/array-for-each');\n\n// `Array.prototype.forEach` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.foreach\nrequire('../internals/export')({ target: 'Array', proto: true, forced: [].forEach != forEach }, { forEach: forEach });\n","var INCORRECT_ITERATION = !require('../internals/check-correctness-of-iteration')(function (iterable) {\n Array.from(iterable);\n});\n\n// `Array.from` method\n// https://tc39.github.io/ecma262/#sec-array.from\nrequire('../internals/export')({ target: 'Array', stat: true, forced: INCORRECT_ITERATION }, {\n from: require('../internals/array-from')\n});\n","'use strict';\nvar internalIndexOf = require('../internals/array-includes')(false);\nvar nativeIndexOf = [].indexOf;\n\nvar NEGATIVE_ZERO = !!nativeIndexOf && 1 / [1].indexOf(1, -0) < 0;\nvar SLOPPY_METHOD = require('../internals/sloppy-array-method')('indexOf');\n\n// `Array.prototype.indexOf` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.indexof\nrequire('../internals/export')({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || SLOPPY_METHOD }, {\n indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {\n return NEGATIVE_ZERO\n // convert -0 to +0\n ? nativeIndexOf.apply(this, arguments) || 0\n : internalIndexOf(this, searchElement, arguments[1]);\n }\n});\n","// `Array.isArray` method\n// https://tc39.github.io/ecma262/#sec-array.isarray\nrequire('../internals/export')({ target: 'Array', stat: true }, { isArray: require('../internals/is-array') });\n","'use strict';\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar addToUnscopables = require('../internals/add-to-unscopables');\nvar Iterators = require('../internals/iterators');\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\nvar ARRAY_ITERATOR = 'Array Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(ARRAY_ITERATOR);\n\n// `Array.prototype.entries` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.entries\n// `Array.prototype.keys` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.keys\n// `Array.prototype.values` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.values\n// `Array.prototype[@@iterator]` method\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@iterator\n// `CreateArrayIterator` internal method\n// https://tc39.github.io/ecma262/#sec-createarrayiterator\nmodule.exports = defineIterator(Array, 'Array', function (iterated, kind) {\n setInternalState(this, {\n type: ARRAY_ITERATOR,\n target: toIndexedObject(iterated), // target\n index: 0, // next index\n kind: kind // kind\n });\n// `%ArrayIteratorPrototype%.next` method\n// https://tc39.github.io/ecma262/#sec-%arrayiteratorprototype%.next\n}, function () {\n var state = getInternalState(this);\n var target = state.target;\n var kind = state.kind;\n var index = state.index++;\n if (!target || index >= target.length) {\n state.target = undefined;\n return { value: undefined, done: true };\n }\n if (kind == 'keys') return { value: index, done: false };\n if (kind == 'values') return { value: target[index], done: false };\n return { value: [index, target[index]], done: false };\n}, 'values');\n\n// argumentsList[@@iterator] is %ArrayProto_values%\n// https://tc39.github.io/ecma262/#sec-createunmappedargumentsobject\n// https://tc39.github.io/ecma262/#sec-createmappedargumentsobject\nIterators.Arguments = Iterators.Array;\n\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables('keys');\naddToUnscopables('values');\naddToUnscopables('entries');\n","'use strict';\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar nativeJoin = [].join;\n\nvar ES3_STRINGS = require('../internals/indexed-object') != Object;\nvar SLOPPY_METHOD = require('../internals/sloppy-array-method')('join', ',');\n\n// `Array.prototype.join` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.join\nrequire('../internals/export')({ target: 'Array', proto: true, forced: ES3_STRINGS || SLOPPY_METHOD }, {\n join: function join(separator) {\n return nativeJoin.call(toIndexedObject(this), separator === undefined ? ',' : separator);\n }\n});\n","var arrayLastIndexOf = require('../internals/array-last-index-of');\n\n// `Array.prototype.lastIndexOf` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.lastindexof\nrequire('../internals/export')({ target: 'Array', proto: true, forced: arrayLastIndexOf !== [].lastIndexOf }, {\n lastIndexOf: arrayLastIndexOf\n});\n","'use strict';\nvar internalMap = require('../internals/array-methods')(1);\n\nvar SPECIES_SUPPORT = require('../internals/array-method-has-species-support')('map');\n\n// `Array.prototype.map` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.map\n// with adding support of @@species\nrequire('../internals/export')({ target: 'Array', proto: true, forced: !SPECIES_SUPPORT }, {\n map: function map(callbackfn /* , thisArg */) {\n return internalMap(this, callbackfn, arguments[1]);\n }\n});\n","'use strict';\nvar createProperty = require('../internals/create-property');\n\nvar ISNT_GENERIC = require('../internals/fails')(function () {\n function F() { /* empty */ }\n return !(Array.of.call(F) instanceof F);\n});\n\n// `Array.of` method\n// https://tc39.github.io/ecma262/#sec-array.of\n// WebKit Array.of isn't generic\nrequire('../internals/export')({ target: 'Array', stat: true, forced: ISNT_GENERIC }, {\n of: function of(/* ...args */) {\n var index = 0;\n var argumentsLength = arguments.length;\n var result = new (typeof this == 'function' ? this : Array)(argumentsLength);\n while (argumentsLength > index) createProperty(result, index, arguments[index++]);\n result.length = argumentsLength;\n return result;\n }\n});\n","'use strict';\nvar internalReduceRight = require('../internals/array-reduce');\n\nvar SLOPPY_METHOD = require('../internals/sloppy-array-method')('reduceRight');\n\n// `Array.prototype.reduceRight` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.reduceright\nrequire('../internals/export')({ target: 'Array', proto: true, forced: SLOPPY_METHOD }, {\n reduceRight: function reduceRight(callbackfn /* , initialValue */) {\n return internalReduceRight(this, callbackfn, arguments.length, arguments[1], true);\n }\n});\n","'use strict';\nvar internalReduce = require('../internals/array-reduce');\n\nvar SLOPPY_METHOD = require('../internals/sloppy-array-method')('reduce');\n\n// `Array.prototype.reduce` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.reduce\nrequire('../internals/export')({ target: 'Array', proto: true, forced: SLOPPY_METHOD }, {\n reduce: function reduce(callbackfn /* , initialValue */) {\n return internalReduce(this, callbackfn, arguments.length, arguments[1], false);\n }\n});\n","'use strict';\nvar isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\nvar toLength = require('../internals/to-length');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar createProperty = require('../internals/create-property');\nvar SPECIES = require('../internals/well-known-symbol')('species');\nvar nativeSlice = [].slice;\nvar max = Math.max;\n\nvar SPECIES_SUPPORT = require('../internals/array-method-has-species-support')('slice');\n\n// `Array.prototype.slice` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.slice\n// fallback for not array-like ES3 strings and DOM objects\nrequire('../internals/export')({ target: 'Array', proto: true, forced: !SPECIES_SUPPORT }, {\n slice: function slice(start, end) {\n var O = toIndexedObject(this);\n var length = toLength(O.length);\n var k = toAbsoluteIndex(start, length);\n var fin = toAbsoluteIndex(end === undefined ? length : end, length);\n // inline `ArraySpeciesCreate` for usage native `Array#slice` where it's possible\n var Constructor, result, n;\n if (isArray(O)) {\n Constructor = O.constructor;\n // cross-realm fallback\n if (typeof Constructor == 'function' && (Constructor === Array || isArray(Constructor.prototype))) {\n Constructor = undefined;\n } else if (isObject(Constructor)) {\n Constructor = Constructor[SPECIES];\n if (Constructor === null) Constructor = undefined;\n }\n if (Constructor === Array || Constructor === undefined) {\n return nativeSlice.call(O, k, fin);\n }\n }\n result = new (Constructor === undefined ? Array : Constructor)(max(fin - k, 0));\n for (n = 0; k < fin; k++, n++) if (k in O) createProperty(result, n, O[k]);\n result.length = n;\n return result;\n }\n});\n","'use strict';\nvar internalSome = require('../internals/array-methods')(3);\n\nvar SLOPPY_METHOD = require('../internals/sloppy-array-method')('some');\n\n// `Array.prototype.some` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.some\nrequire('../internals/export')({ target: 'Array', proto: true, forced: SLOPPY_METHOD }, {\n some: function some(callbackfn /* , thisArg */) {\n return internalSome(this, callbackfn, arguments[1]);\n }\n});\n","'use strict';\nvar aFunction = require('../internals/a-function');\nvar toObject = require('../internals/to-object');\nvar fails = require('../internals/fails');\nvar nativeSort = [].sort;\nvar test = [1, 2, 3];\n\n// IE8-\nvar FAILS_ON_UNDEFINED = fails(function () {\n test.sort(undefined);\n});\n// V8 bug\nvar FAILS_ON_NULL = fails(function () {\n test.sort(null);\n});\n// Old WebKit\nvar SLOPPY_METHOD = require('../internals/sloppy-array-method')('sort');\n\nvar FORCED = FAILS_ON_UNDEFINED || !FAILS_ON_NULL || SLOPPY_METHOD;\n\n// `Array.prototype.sort` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.sort\nrequire('../internals/export')({ target: 'Array', proto: true, forced: FORCED }, {\n sort: function sort(comparefn) {\n return comparefn === undefined\n ? nativeSort.call(toObject(this))\n : nativeSort.call(toObject(this), aFunction(comparefn));\n }\n});\n","// `Date.now` method\n// https://tc39.github.io/ecma262/#sec-date.now\nrequire('../internals/export')({ target: 'Date', stat: true }, {\n now: function now() {\n return new Date().getTime();\n }\n});\n","var toISOString = require('../internals/date-to-iso-string');\n\n// `Date.prototype.toISOString` method\n// https://tc39.github.io/ecma262/#sec-date.prototype.toisostring\n// PhantomJS / old WebKit has a broken implementations\nrequire('../internals/export')({ target: 'Date', proto: true, forced: Date.prototype.toISOString !== toISOString }, {\n toISOString: toISOString\n});\n","'use strict';\nvar toObject = require('../internals/to-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar FORCED = require('../internals/fails')(function () {\n return new Date(NaN).toJSON() !== null\n || Date.prototype.toJSON.call({ toISOString: function () { return 1; } }) !== 1;\n});\n\n// `Date.prototype.toJSON` method\n// https://tc39.github.io/ecma262/#sec-date.prototype.tojson\nrequire('../internals/export')({ target: 'Date', proto: true, forced: FORCED }, {\n // eslint-disable-next-line no-unused-vars\n toJSON: function toJSON(key) {\n var O = toObject(this);\n var pv = toPrimitive(O);\n return typeof pv == 'number' && !isFinite(pv) ? null : O.toISOString();\n }\n});\n","var hide = require('../internals/hide');\nvar TO_PRIMITIVE = require('../internals/well-known-symbol')('toPrimitive');\nvar dateToPrimitive = require('../internals/date-to-primitive');\nvar DatePrototype = Date.prototype;\n\n// `Date.prototype[@@toPrimitive]` method\n// https://tc39.github.io/ecma262/#sec-date.prototype-@@toprimitive\nif (!(TO_PRIMITIVE in DatePrototype)) hide(DatePrototype, TO_PRIMITIVE, dateToPrimitive);\n","var DatePrototype = Date.prototype;\nvar INVALID_DATE = 'Invalid Date';\nvar TO_STRING = 'toString';\nvar nativeDateToString = DatePrototype[TO_STRING];\nvar getTime = DatePrototype.getTime;\n\n// `Date.prototype.toString` method\n// https://tc39.github.io/ecma262/#sec-date.prototype.tostring\nif (new Date(NaN) + '' != INVALID_DATE) {\n require('../internals/redefine')(DatePrototype, TO_STRING, function toString() {\n var value = getTime.call(this);\n // eslint-disable-next-line no-self-compare\n return value === value ? nativeDateToString.call(this) : INVALID_DATE;\n });\n}\n","// `Function.prototype.bind` method\n// https://tc39.github.io/ecma262/#sec-function.prototype.bind\nrequire('../internals/export')({ target: 'Function', proto: true }, {\n bind: require('../internals/function-bind')\n});\n","'use strict';\nvar isObject = require('../internals/is-object');\nvar definePropertyModule = require('../internals/object-define-property');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar HAS_INSTANCE = require('../internals/well-known-symbol')('hasInstance');\nvar FunctionPrototype = Function.prototype;\n\n// `Function.prototype[@@hasInstance]` method\n// https://tc39.github.io/ecma262/#sec-function.prototype-@@hasinstance\nif (!(HAS_INSTANCE in FunctionPrototype)) {\n definePropertyModule.f(FunctionPrototype, HAS_INSTANCE, { value: function (O) {\n if (typeof this != 'function' || !isObject(O)) return false;\n if (!isObject(this.prototype)) return O instanceof this;\n // for environment w/o native `@@hasInstance` logic enough `instanceof`, but add this:\n while (O = getPrototypeOf(O)) if (this.prototype === O) return true;\n return false;\n } });\n}\n","var DESCRIPTORS = require('../internals/descriptors');\nvar defineProperty = require('../internals/object-define-property').f;\nvar FunctionPrototype = Function.prototype;\nvar FunctionPrototypeToString = FunctionPrototype.toString;\nvar nameRE = /^\\s*function ([^ (]*)/;\nvar NAME = 'name';\n\n// Function instances `.name` property\n// https://tc39.github.io/ecma262/#sec-function-instances-name\nif (DESCRIPTORS && !(NAME in FunctionPrototype)) {\n defineProperty(FunctionPrototype, NAME, {\n configurable: true,\n get: function () {\n try {\n return FunctionPrototypeToString.call(this).match(nameRE)[1];\n } catch (error) {\n return '';\n }\n }\n });\n}\n","'use strict';\n// `Map` constructor\n// https://tc39.github.io/ecma262/#sec-map-objects\nmodule.exports = require('../internals/collection')('Map', function (get) {\n return function Map() { return get(this, arguments.length > 0 ? arguments[0] : undefined); };\n}, require('../internals/collection-strong'), true);\n","var log1p = require('../internals/math-log1p');\nvar nativeAcosh = Math.acosh;\nvar log = Math.log;\nvar sqrt = Math.sqrt;\nvar LN2 = Math.LN2;\n\nvar FORCED = !nativeAcosh\n // V8 bug: https://code.google.com/p/v8/issues/detail?id=3509\n || Math.floor(nativeAcosh(Number.MAX_VALUE)) != 710\n // Tor Browser bug: Math.acosh(Infinity) -> NaN\n || nativeAcosh(Infinity) != Infinity;\n\n// `Math.acosh` method\n// https://tc39.github.io/ecma262/#sec-math.acosh\nrequire('../internals/export')({ target: 'Math', stat: true, forced: FORCED }, {\n acosh: function acosh(x) {\n return (x = +x) < 1 ? NaN : x > 94906265.62425156\n ? log(x) + LN2\n : log1p(x - 1 + sqrt(x - 1) * sqrt(x + 1));\n }\n});\n","var nativeAsinh = Math.asinh;\nvar log = Math.log;\nvar sqrt = Math.sqrt;\n\nfunction asinh(x) {\n return !isFinite(x = +x) || x == 0 ? x : x < 0 ? -asinh(-x) : log(x + sqrt(x * x + 1));\n}\n\n// `Math.asinh` method\n// https://tc39.github.io/ecma262/#sec-math.asinh\n// Tor Browser bug: Math.asinh(0) -> -0\nrequire('../internals/export')({ target: 'Math', stat: true, forced: !(nativeAsinh && 1 / nativeAsinh(0) > 0) }, {\n asinh: asinh\n});\n","var nativeAtanh = Math.atanh;\nvar log = Math.log;\n\n// `Math.atanh` method\n// https://tc39.github.io/ecma262/#sec-math.atanh\n// Tor Browser bug: Math.atanh(-0) -> 0\nrequire('../internals/export')({ target: 'Math', stat: true, forced: !(nativeAtanh && 1 / nativeAtanh(-0) < 0) }, {\n atanh: function atanh(x) {\n return (x = +x) == 0 ? x : log((1 + x) / (1 - x)) / 2;\n }\n});\n","var sign = require('../internals/math-sign');\nvar abs = Math.abs;\nvar pow = Math.pow;\n\n// `Math.cbrt` method\n// https://tc39.github.io/ecma262/#sec-math.cbrt\nrequire('../internals/export')({ target: 'Math', stat: true }, {\n cbrt: function cbrt(x) {\n return sign(x = +x) * pow(abs(x), 1 / 3);\n }\n});\n","var floor = Math.floor;\nvar log = Math.log;\nvar LOG2E = Math.LOG2E;\n\n// `Math.clz32` method\n// https://tc39.github.io/ecma262/#sec-math.clz32\nrequire('../internals/export')({ target: 'Math', stat: true }, {\n clz32: function clz32(x) {\n return (x >>>= 0) ? 31 - floor(log(x + 0.5) * LOG2E) : 32;\n }\n});\n","var expm1 = require('../internals/math-expm1');\nvar nativeCosh = Math.cosh;\nvar abs = Math.abs;\nvar E = Math.E;\n\n// `Math.cosh` method\n// https://tc39.github.io/ecma262/#sec-math.cosh\nrequire('../internals/export')({ target: 'Math', stat: true, forced: !nativeCosh || nativeCosh(710) === Infinity }, {\n cosh: function cosh(x) {\n var t = expm1(abs(x) - 1) + 1;\n return (t + 1 / (t * E * E)) * (E / 2);\n }\n});\n","var expm1Implementation = require('../internals/math-expm1');\n\n// `Math.expm1` method\n// https://tc39.github.io/ecma262/#sec-math.expm1\nrequire('../internals/export')({ target: 'Math', stat: true, forced: expm1Implementation != Math.expm1 }, {\n expm1: expm1Implementation\n});\n","// `Math.fround` method\n// https://tc39.github.io/ecma262/#sec-math.fround\nrequire('../internals/export')({ target: 'Math', stat: true }, { fround: require('../internals/math-fround') });\n","var abs = Math.abs;\nvar sqrt = Math.sqrt;\n\n// `Math.hypot` method\n// https://tc39.github.io/ecma262/#sec-math.hypot\nrequire('../internals/export')({ target: 'Math', stat: true }, {\n hypot: function hypot(value1, value2) { // eslint-disable-line no-unused-vars\n var sum = 0;\n var i = 0;\n var aLen = arguments.length;\n var larg = 0;\n var arg, div;\n while (i < aLen) {\n arg = abs(arguments[i++]);\n if (larg < arg) {\n div = larg / arg;\n sum = sum * div * div + 1;\n larg = arg;\n } else if (arg > 0) {\n div = arg / larg;\n sum += div * div;\n } else sum += arg;\n }\n return larg === Infinity ? Infinity : larg * sqrt(sum);\n }\n});\n","var nativeImul = Math.imul;\n\nvar FORCED = require('../internals/fails')(function () {\n return nativeImul(0xFFFFFFFF, 5) != -5 || nativeImul.length != 2;\n});\n\n// `Math.imul` method\n// https://tc39.github.io/ecma262/#sec-math.imul\n// some WebKit versions fails with big numbers, some has wrong arity\nrequire('../internals/export')({ target: 'Math', stat: true, forced: FORCED }, {\n imul: function imul(x, y) {\n var UINT16 = 0xFFFF;\n var xn = +x;\n var yn = +y;\n var xl = UINT16 & xn;\n var yl = UINT16 & yn;\n return 0 | xl * yl + ((UINT16 & xn >>> 16) * yl + xl * (UINT16 & yn >>> 16) << 16 >>> 0);\n }\n});\n","var log = Math.log;\nvar LOG10E = Math.LOG10E;\n\n// `Math.log10` method\n// https://tc39.github.io/ecma262/#sec-math.log10\nrequire('../internals/export')({ target: 'Math', stat: true }, {\n log10: function log10(x) {\n return log(x) * LOG10E;\n }\n});\n","// `Math.log1p` method\n// https://tc39.github.io/ecma262/#sec-math.log1p\nrequire('../internals/export')({ target: 'Math', stat: true }, { log1p: require('../internals/math-log1p') });\n","var log = Math.log;\nvar LN2 = Math.LN2;\n\n// `Math.log2` method\n// https://tc39.github.io/ecma262/#sec-math.log2\nrequire('../internals/export')({ target: 'Math', stat: true }, {\n log2: function log2(x) {\n return log(x) / LN2;\n }\n});\n","// `Math.sign` method\n// https://tc39.github.io/ecma262/#sec-math.sign\nrequire('../internals/export')({ target: 'Math', stat: true }, { sign: require('../internals/math-sign') });\n","var expm1 = require('../internals/math-expm1');\nvar abs = Math.abs;\nvar exp = Math.exp;\nvar E = Math.E;\n\nvar FORCED = require('../internals/fails')(function () {\n return Math.sinh(-2e-17) != -2e-17;\n});\n\n// `Math.sinh` method\n// https://tc39.github.io/ecma262/#sec-math.sinh\n// V8 near Chromium 38 has a problem with very small numbers\nrequire('../internals/export')({ target: 'Math', stat: true, forced: FORCED }, {\n sinh: function sinh(x) {\n return abs(x = +x) < 1 ? (expm1(x) - expm1(-x)) / 2 : (exp(x - 1) - exp(-x - 1)) * (E / 2);\n }\n});\n","var expm1 = require('../internals/math-expm1');\nvar exp = Math.exp;\n\n// `Math.tanh` method\n// https://tc39.github.io/ecma262/#sec-math.tanh\nrequire('../internals/export')({ target: 'Math', stat: true }, {\n tanh: function tanh(x) {\n var a = expm1(x = +x);\n var b = expm1(-x);\n return a == Infinity ? 1 : b == Infinity ? -1 : (a - b) / (exp(x) + exp(-x));\n }\n});\n","// Math[@@toStringTag] property\n// https://tc39.github.io/ecma262/#sec-math-@@tostringtag\nrequire('../internals/set-to-string-tag')(Math, 'Math', true);\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `Math.trunc` method\n// https://tc39.github.io/ecma262/#sec-math.trunc\nrequire('../internals/export')({ target: 'Math', stat: true }, {\n trunc: function trunc(it) {\n return (it > 0 ? floor : ceil)(it);\n }\n});\n","'use strict';\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar has = require('../internals/has');\nvar classof = require('../internals/classof-raw');\nvar inheritIfRequired = require('../internals/inherit-if-required');\nvar toPrimitive = require('../internals/to-primitive');\nvar fails = require('../internals/fails');\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar defineProperty = require('../internals/object-define-property').f;\nvar internalStringTrim = require('../internals/string-trim');\nvar NUMBER = 'Number';\nvar NativeNumber = global[NUMBER];\nvar NumberPrototype = NativeNumber.prototype;\n\n// Opera ~12 has broken Object#toString\nvar BROKEN_CLASSOF = classof(require('../internals/object-create')(NumberPrototype)) == NUMBER;\nvar NATIVE_TRIM = 'trim' in String.prototype;\n\n// `ToNumber` abstract operation\n// https://tc39.github.io/ecma262/#sec-tonumber\nvar toNumber = function (argument) {\n var it = toPrimitive(argument, false);\n var first, third, radix, maxCode, digits, length, i, code;\n if (typeof it == 'string' && it.length > 2) {\n it = NATIVE_TRIM ? it.trim() : internalStringTrim(it, 3);\n first = it.charCodeAt(0);\n if (first === 43 || first === 45) {\n third = it.charCodeAt(2);\n if (third === 88 || third === 120) return NaN; // Number('+0x1') should be NaN, old V8 fix\n } else if (first === 48) {\n switch (it.charCodeAt(1)) {\n case 66: case 98: radix = 2; maxCode = 49; break; // fast equal of /^0b[01]+$/i\n case 79: case 111: radix = 8; maxCode = 55; break; // fast equal of /^0o[0-7]+$/i\n default: return +it;\n }\n digits = it.slice(2);\n length = digits.length;\n for (i = 0; i < length; i++) {\n code = digits.charCodeAt(i);\n // parseInt parses a string to a first unavailable symbol\n // but ToNumber should return NaN if a string contains unavailable symbols\n if (code < 48 || code > maxCode) return NaN;\n } return parseInt(digits, radix);\n }\n } return +it;\n};\n\n// `Number` constructor\n// https://tc39.github.io/ecma262/#sec-number-constructor\nif (isForced(NUMBER, !NativeNumber(' 0o1') || !NativeNumber('0b1') || NativeNumber('+0x1'))) {\n var NumberWrapper = function Number(value) {\n var it = arguments.length < 1 ? 0 : value;\n var that = this;\n return that instanceof NumberWrapper\n // check on 1..constructor(foo) case\n && (BROKEN_CLASSOF ? fails(function () { NumberPrototype.valueOf.call(that); }) : classof(that) != NUMBER)\n ? inheritIfRequired(new NativeNumber(toNumber(it)), that, NumberWrapper) : toNumber(it);\n };\n for (var keys = require('../internals/descriptors') ? getOwnPropertyNames(NativeNumber) : (\n // ES3:\n 'MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,' +\n // ES2015 (in case, if modules with ES2015 Number statics required before):\n 'EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,' +\n 'MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger'\n ).split(','), j = 0, key; keys.length > j; j++) {\n if (has(NativeNumber, key = keys[j]) && !has(NumberWrapper, key)) {\n defineProperty(NumberWrapper, key, getOwnPropertyDescriptor(NativeNumber, key));\n }\n }\n NumberWrapper.prototype = NumberPrototype;\n NumberPrototype.constructor = NumberWrapper;\n require('../internals/redefine')(global, NUMBER, NumberWrapper);\n}\n","// `Number.EPSILON` constant\n// https://tc39.github.io/ecma262/#sec-number.epsilon\nrequire('../internals/export')({ target: 'Number', stat: true }, { EPSILON: Math.pow(2, -52) });\n","// `Number.isFinite` method\n// https://tc39.github.io/ecma262/#sec-number.isfinite\nrequire('../internals/export')({ target: 'Number', stat: true }, {\n isFinite: require('../internals/number-is-finite')\n});\n","// `Number.isInteger` method\n// https://tc39.github.io/ecma262/#sec-number.isinteger\nrequire('../internals/export')({ target: 'Number', stat: true }, {\n isInteger: require('../internals/is-integer')\n});\n","// `Number.isNaN` method\n// https://tc39.github.io/ecma262/#sec-number.isnan\nrequire('../internals/export')({ target: 'Number', stat: true }, {\n isNaN: function isNaN(number) {\n // eslint-disable-next-line no-self-compare\n return number != number;\n }\n});\n","var isInteger = require('../internals/is-integer');\nvar abs = Math.abs;\n\n// `Number.isSafeInteger` method\n// https://tc39.github.io/ecma262/#sec-number.issafeinteger\nrequire('../internals/export')({ target: 'Number', stat: true }, {\n isSafeInteger: function isSafeInteger(number) {\n return isInteger(number) && abs(number) <= 0x1FFFFFFFFFFFFF;\n }\n});\n","// `Number.MAX_SAFE_INTEGER` constant\n// https://tc39.github.io/ecma262/#sec-number.max_safe_integer\nrequire('../internals/export')({ target: 'Number', stat: true }, { MAX_SAFE_INTEGER: 0x1FFFFFFFFFFFFF });\n","// `Number.MIN_SAFE_INTEGER` constant\n// https://tc39.github.io/ecma262/#sec-number.min_safe_integer\nrequire('../internals/export')({ target: 'Number', stat: true }, { MIN_SAFE_INTEGER: -0x1FFFFFFFFFFFFF });\n","var parseFloat = require('../internals/parse-float');\n\n// `Number.parseFloat` method\n// https://tc39.github.io/ecma262/#sec-number.parseFloat\nrequire('../internals/export')({ target: 'Number', stat: true, forced: Number.parseFloat != parseFloat }, {\n parseFloat: parseFloat\n});\n","var parseInt = require('../internals/parse-int');\n\n// `Number.parseInt` method\n// https://tc39.github.io/ecma262/#sec-number.parseint\nrequire('../internals/export')({ target: 'Number', stat: true, forced: Number.parseInt != parseInt }, {\n parseInt: parseInt\n});\n","'use strict';\nvar toInteger = require('../internals/to-integer');\nvar thisNumberValue = require('../internals/this-number-value');\nvar repeat = require('../internals/string-repeat');\nvar nativeToFixed = 1.0.toFixed;\nvar floor = Math.floor;\nvar data = [0, 0, 0, 0, 0, 0];\n\nvar multiply = function (n, c) {\n var i = -1;\n var c2 = c;\n while (++i < 6) {\n c2 += n * data[i];\n data[i] = c2 % 1e7;\n c2 = floor(c2 / 1e7);\n }\n};\n\nvar divide = function (n) {\n var i = 6;\n var c = 0;\n while (--i >= 0) {\n c += data[i];\n data[i] = floor(c / n);\n c = (c % n) * 1e7;\n }\n};\n\nvar numToString = function () {\n var i = 6;\n var s = '';\n while (--i >= 0) {\n if (s !== '' || i === 0 || data[i] !== 0) {\n var t = String(data[i]);\n s = s === '' ? t : s + repeat.call('0', 7 - t.length) + t;\n }\n } return s;\n};\n\nvar pow = function (x, n, acc) {\n return n === 0 ? acc : n % 2 === 1 ? pow(x, n - 1, acc * x) : pow(x * x, n / 2, acc);\n};\n\nvar log = function (x) {\n var n = 0;\n var x2 = x;\n while (x2 >= 4096) {\n n += 12;\n x2 /= 4096;\n }\n while (x2 >= 2) {\n n += 1;\n x2 /= 2;\n } return n;\n};\n\n// `Number.prototype.toFixed` method\n// https://tc39.github.io/ecma262/#sec-number.prototype.tofixed\nrequire('../internals/export')({ target: 'Number', proto: true, forced: nativeToFixed && (\n 0.00008.toFixed(3) !== '0.000' ||\n 0.9.toFixed(0) !== '1' ||\n 1.255.toFixed(2) !== '1.25' ||\n 1000000000000000128.0.toFixed(0) !== '1000000000000000128'\n) || !require('../internals/fails')(function () {\n // V8 ~ Android 4.3-\n nativeToFixed.call({});\n}) }, {\n toFixed: function toFixed(fractionDigits) {\n var x = thisNumberValue(this);\n var f = toInteger(fractionDigits);\n var s = '';\n var m = '0';\n var e, z, j, k;\n if (f < 0 || f > 20) throw RangeError('Incorrect fraction digits');\n // eslint-disable-next-line no-self-compare\n if (x != x) return 'NaN';\n if (x <= -1e21 || x >= 1e21) return String(x);\n if (x < 0) {\n s = '-';\n x = -x;\n }\n if (x > 1e-21) {\n e = log(x * pow(2, 69, 1)) - 69;\n z = e < 0 ? x * pow(2, -e, 1) : x / pow(2, e, 1);\n z *= 0x10000000000000;\n e = 52 - e;\n if (e > 0) {\n multiply(0, z);\n j = f;\n while (j >= 7) {\n multiply(1e7, 0);\n j -= 7;\n }\n multiply(pow(10, j, 1), 0);\n j = e - 1;\n while (j >= 23) {\n divide(1 << 23);\n j -= 23;\n }\n divide(1 << j);\n multiply(1, 1);\n divide(2);\n m = numToString();\n } else {\n multiply(0, z);\n multiply(1 << -e, 0);\n m = numToString() + repeat.call('0', f);\n }\n }\n if (f > 0) {\n k = m.length;\n m = s + (k <= f ? '0.' + repeat.call('0', f - k) + m : m.slice(0, k - f) + '.' + m.slice(k - f));\n } else {\n m = s + m;\n } return m;\n }\n});\n","'use strict';\nvar fails = require('../internals/fails');\nvar thisNumberValue = require('../internals/this-number-value');\nvar nativeToPrecision = 1.0.toPrecision;\n\n// `Number.prototype.toPrecision` method\n// https://tc39.github.io/ecma262/#sec-number.prototype.toprecision\nrequire('../internals/export')({ target: 'Number', proto: true, forced: fails(function () {\n // IE7-\n return nativeToPrecision.call(1, undefined) !== '1';\n}) || !fails(function () {\n // V8 ~ Android 4.3-\n nativeToPrecision.call({});\n}) }, {\n toPrecision: function toPrecision(precision) {\n return precision === undefined\n ? nativeToPrecision.call(thisNumberValue(this))\n : nativeToPrecision.call(thisNumberValue(this), precision);\n }\n});\n","var assign = require('../internals/object-assign');\n\n// `Object.assign` method\n// https://tc39.github.io/ecma262/#sec-object.assign\nrequire('../internals/export')({ target: 'Object', stat: true, forced: Object.assign !== assign }, { assign: assign });\n","// `Object.create` method\n// https://tc39.github.io/ecma262/#sec-object.create\nrequire('../internals/export')({\n target: 'Object', stat: true, sham: !require('../internals/descriptors')\n}, { create: require('../internals/object-create') });\n","var DESCRIPTORS = require('../internals/descriptors');\n\n// `Object.defineProperties` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperties\nrequire('../internals/export')({ target: 'Object', stat: true, forced: !DESCRIPTORS, sham: !DESCRIPTORS }, {\n defineProperties: require('../internals/object-define-properties')\n});\n","var DESCRIPTORS = require('../internals/descriptors');\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\nrequire('../internals/export')({ target: 'Object', stat: true, forced: !DESCRIPTORS, sham: !DESCRIPTORS }, {\n defineProperty: require('../internals/object-define-property').f\n});\n","var isObject = require('../internals/is-object');\nvar onFreeze = require('../internals/internal-metadata').onFreeze;\nvar nativeFreeze = Object.freeze;\nvar FREEZING = require('../internals/freezing');\nvar FAILS_ON_PRIMITIVES = require('../internals/fails')(function () { nativeFreeze(1); });\n\n// `Object.freeze` method\n// https://tc39.github.io/ecma262/#sec-object.freeze\nrequire('../internals/export')({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, {\n freeze: function freeze(it) {\n return nativeFreeze && isObject(it) ? nativeFreeze(onFreeze(it)) : it;\n }\n});\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar nativeGetOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar DESCRIPTORS = require('../internals/descriptors');\nvar FAILS_ON_PRIMITIVES = require('../internals/fails')(function () { nativeGetOwnPropertyDescriptor(1); });\nvar FORCED = !DESCRIPTORS || FAILS_ON_PRIMITIVES;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\nrequire('../internals/export')({ target: 'Object', stat: true, forced: FORCED, sham: !DESCRIPTORS }, {\n getOwnPropertyDescriptor: function getOwnPropertyDescriptor(it, key) {\n return nativeGetOwnPropertyDescriptor(toIndexedObject(it), key);\n }\n});\n","var nativeGetOwnPropertyNames = require('../internals/object-get-own-property-names-external').f;\nvar FAILS_ON_PRIMITIVES = require('../internals/fails')(function () { Object.getOwnPropertyNames(1); });\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\nrequire('../internals/export')({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {\n getOwnPropertyNames: nativeGetOwnPropertyNames\n});\n","var toObject = require('../internals/to-object');\nvar nativeGetPrototypeOf = require('../internals/object-get-prototype-of');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\nvar FAILS_ON_PRIMITIVES = require('../internals/fails')(function () { nativeGetPrototypeOf(1); });\n\n// `Object.getPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-object.getprototypeof\nrequire('../internals/export')({\n target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !CORRECT_PROTOTYPE_GETTER\n}, {\n getPrototypeOf: function getPrototypeOf(it) {\n return nativeGetPrototypeOf(toObject(it));\n }\n});\n\n","var isObject = require('../internals/is-object');\nvar nativeIsExtensible = Object.isExtensible;\nvar FAILS_ON_PRIMITIVES = require('../internals/fails')(function () { nativeIsExtensible(1); });\n\n// `Object.isExtensible` method\n// https://tc39.github.io/ecma262/#sec-object.isextensible\nrequire('../internals/export')({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {\n isExtensible: function isExtensible(it) {\n return isObject(it) ? nativeIsExtensible ? nativeIsExtensible(it) : true : false;\n }\n});\n","var isObject = require('../internals/is-object');\nvar nativeIsFrozen = Object.isFrozen;\nvar FAILS_ON_PRIMITIVES = require('../internals/fails')(function () { nativeIsFrozen(1); });\n\n// `Object.isFrozen` method\n// https://tc39.github.io/ecma262/#sec-object.isfrozen\nrequire('../internals/export')({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {\n isFrozen: function isFrozen(it) {\n return isObject(it) ? nativeIsFrozen ? nativeIsFrozen(it) : false : true;\n }\n});\n","var isObject = require('../internals/is-object');\nvar nativeIsSealed = Object.isSealed;\nvar FAILS_ON_PRIMITIVES = require('../internals/fails')(function () { nativeIsSealed(1); });\n\n// `Object.isSealed` method\n// https://tc39.github.io/ecma262/#sec-object.issealed\nrequire('../internals/export')({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {\n isSealed: function isSealed(it) {\n return isObject(it) ? nativeIsSealed ? nativeIsSealed(it) : false : true;\n }\n});\n","// `Object.is` method\n// https://tc39.github.io/ecma262/#sec-object.is\nrequire('../internals/export')({ target: 'Object', stat: true }, { is: require('../internals/same-value') });\n","var toObject = require('../internals/to-object');\nvar nativeKeys = require('../internals/object-keys');\nvar FAILS_ON_PRIMITIVES = require('../internals/fails')(function () { nativeKeys(1); });\n\n// `Object.keys` method\n// https://tc39.github.io/ecma262/#sec-object.keys\nrequire('../internals/export')({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {\n keys: function keys(it) {\n return nativeKeys(toObject(it));\n }\n});\n","var isObject = require('../internals/is-object');\nvar onFreeze = require('../internals/internal-metadata').onFreeze;\nvar nativePreventExtensions = Object.preventExtensions;\nvar FREEZING = require('../internals/freezing');\nvar FAILS_ON_PRIMITIVES = require('../internals/fails')(function () { nativePreventExtensions(1); });\n\n// `Object.preventExtensions` method\n// https://tc39.github.io/ecma262/#sec-object.preventextensions\nrequire('../internals/export')({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, {\n preventExtensions: function preventExtensions(it) {\n return nativePreventExtensions && isObject(it) ? nativePreventExtensions(onFreeze(it)) : it;\n }\n});\n","var isObject = require('../internals/is-object');\nvar onFreeze = require('../internals/internal-metadata').onFreeze;\nvar nativeSeal = Object.seal;\nvar FREEZING = require('../internals/freezing');\nvar FAILS_ON_PRIMITIVES = require('../internals/fails')(function () { nativeSeal(1); });\n\n// `Object.seal` method\n// https://tc39.github.io/ecma262/#sec-object.seal\nrequire('../internals/export')({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, {\n seal: function seal(it) {\n return nativeSeal && isObject(it) ? nativeSeal(onFreeze(it)) : it;\n }\n});\n","// `Object.setPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-object.setprototypeof\nrequire('../internals/export')({ target: 'Object', stat: true }, {\n setPrototypeOf: require('../internals/object-set-prototype-of')\n});\n","var toString = require('../internals/object-to-string');\nvar ObjectPrototype = Object.prototype;\n\n// `Object.prototype.toString` method\n// https://tc39.github.io/ecma262/#sec-object.prototype.tostring\nif (toString !== ObjectPrototype.toString) {\n require('../internals/redefine')(ObjectPrototype, 'toString', toString, { unsafe: true });\n}\n","var parseFloatImplementation = require('../internals/parse-float');\n\n// `parseFloat` method\n// https://tc39.github.io/ecma262/#sec-parsefloat-string\nrequire('../internals/export')({ global: true, forced: parseFloat != parseFloatImplementation }, {\n parseFloat: parseFloatImplementation\n});\n","var parseIntImplementation = require('../internals/parse-int');\n\n// `parseInt` method\n// https://tc39.github.io/ecma262/#sec-parseint-string-radix\nrequire('../internals/export')({ global: true, forced: parseInt != parseIntImplementation }, {\n parseInt: parseIntImplementation\n});\n","'use strict';\nvar PROMISE = 'Promise';\nvar IS_PURE = require('../internals/is-pure');\nvar global = require('../internals/global');\nvar $export = require('../internals/export');\nvar isObject = require('../internals/is-object');\nvar aFunction = require('../internals/a-function');\nvar anInstance = require('../internals/an-instance');\nvar classof = require('../internals/classof-raw');\nvar iterate = require('../internals/iterate');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\nvar speciesConstructor = require('../internals/species-constructor');\nvar task = require('../internals/task').set;\nvar microtask = require('../internals/microtask');\nvar promiseResolve = require('../internals/promise-resolve');\nvar hostReportErrors = require('../internals/host-report-errors');\nvar newPromiseCapabilityModule = require('../internals/new-promise-capability');\nvar perform = require('../internals/perform');\nvar userAgent = require('../internals/user-agent');\nvar SPECIES = require('../internals/well-known-symbol')('species');\nvar InternalStateModule = require('../internals/internal-state');\nvar isForced = require('../internals/is-forced');\nvar getInternalState = InternalStateModule.get;\nvar setInternalState = InternalStateModule.set;\nvar getInternalPromiseState = InternalStateModule.getterFor(PROMISE);\nvar PromiseConstructor = global[PROMISE];\nvar TypeError = global.TypeError;\nvar document = global.document;\nvar process = global.process;\nvar $fetch = global.fetch;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8 || '';\nvar newPromiseCapability = newPromiseCapabilityModule.f;\nvar newGenericPromiseCapability = newPromiseCapability;\nvar IS_NODE = classof(process) == 'process';\nvar DISPATCH_EVENT = !!(document && document.createEvent && global.dispatchEvent);\nvar UNHANDLED_REJECTION = 'unhandledrejection';\nvar REJECTION_HANDLED = 'rejectionhandled';\nvar PENDING = 0;\nvar FULFILLED = 1;\nvar REJECTED = 2;\nvar HANDLED = 1;\nvar UNHANDLED = 2;\nvar Internal, OwnPromiseCapability, PromiseWrapper;\n\nvar FORCED = isForced(PROMISE, function () {\n // correct subclassing with @@species support\n var promise = PromiseConstructor.resolve(1);\n var empty = function () { /* empty */ };\n var FakePromise = (promise.constructor = {})[SPECIES] = function (exec) {\n exec(empty, empty);\n };\n // unhandled rejections tracking support, NodeJS Promise without it fails @@species test\n return !((IS_NODE || typeof PromiseRejectionEvent == 'function')\n && (!IS_PURE || promise['finally'])\n && promise.then(empty) instanceof FakePromise\n // v8 6.6 (Node 10 and Chrome 66) have a bug with resolving custom thenables\n // https://bugs.chromium.org/p/chromium/issues/detail?id=830565\n // we can't detect it synchronously, so just check versions\n && v8.indexOf('6.6') !== 0\n && userAgent.indexOf('Chrome/66') === -1);\n});\n\nvar INCORRECT_ITERATION = FORCED || !checkCorrectnessOfIteration(function (iterable) {\n PromiseConstructor.all(iterable)['catch'](function () { /* empty */ });\n});\n\n// helpers\nvar isThenable = function (it) {\n var then;\n return isObject(it) && typeof (then = it.then) == 'function' ? then : false;\n};\n\nvar notify = function (promise, state, isReject) {\n if (state.notified) return;\n state.notified = true;\n var chain = state.reactions;\n microtask(function () {\n var value = state.value;\n var ok = state.state == FULFILLED;\n var i = 0;\n var run = function (reaction) {\n var handler = ok ? reaction.ok : reaction.fail;\n var resolve = reaction.resolve;\n var reject = reaction.reject;\n var domain = reaction.domain;\n var result, then, exited;\n try {\n if (handler) {\n if (!ok) {\n if (state.rejection === UNHANDLED) onHandleUnhandled(promise, state);\n state.rejection = HANDLED;\n }\n if (handler === true) result = value;\n else {\n if (domain) domain.enter();\n result = handler(value); // may throw\n if (domain) {\n domain.exit();\n exited = true;\n }\n }\n if (result === reaction.promise) {\n reject(TypeError('Promise-chain cycle'));\n } else if (then = isThenable(result)) {\n then.call(result, resolve, reject);\n } else resolve(result);\n } else reject(value);\n } catch (error) {\n if (domain && !exited) domain.exit();\n reject(error);\n }\n };\n while (chain.length > i) run(chain[i++]); // variable length - can't use forEach\n state.reactions = [];\n state.notified = false;\n if (isReject && !state.rejection) onUnhandled(promise, state);\n });\n};\n\nvar dispatchEvent = function (name, promise, reason) {\n var event, handler;\n if (DISPATCH_EVENT) {\n event = document.createEvent('Event');\n event.promise = promise;\n event.reason = reason;\n event.initEvent(name, false, true);\n global.dispatchEvent(event);\n } else event = { promise: promise, reason: reason };\n if (handler = global['on' + name]) handler(event);\n else if (name === UNHANDLED_REJECTION) hostReportErrors('Unhandled promise rejection', reason);\n};\n\nvar onUnhandled = function (promise, state) {\n task.call(global, function () {\n var value = state.value;\n var IS_UNHANDLED = isUnhandled(state);\n var result;\n if (IS_UNHANDLED) {\n result = perform(function () {\n if (IS_NODE) {\n process.emit('unhandledRejection', value, promise);\n } else dispatchEvent(UNHANDLED_REJECTION, promise, value);\n });\n // Browsers should not trigger `rejectionHandled` event if it was handled here, NodeJS - should\n state.rejection = IS_NODE || isUnhandled(state) ? UNHANDLED : HANDLED;\n if (result.error) throw result.value;\n }\n });\n};\n\nvar isUnhandled = function (state) {\n return state.rejection !== HANDLED && !state.parent;\n};\n\nvar onHandleUnhandled = function (promise, state) {\n task.call(global, function () {\n if (IS_NODE) {\n process.emit('rejectionHandled', promise);\n } else dispatchEvent(REJECTION_HANDLED, promise, state.value);\n });\n};\n\nvar bind = function (fn, promise, state, unwrap) {\n return function (value) {\n fn(promise, state, value, unwrap);\n };\n};\n\nvar internalReject = function (promise, state, value, unwrap) {\n if (state.done) return;\n state.done = true;\n if (unwrap) state = unwrap;\n state.value = value;\n state.state = REJECTED;\n notify(promise, state, true);\n};\n\nvar internalResolve = function (promise, state, value, unwrap) {\n if (state.done) return;\n state.done = true;\n if (unwrap) state = unwrap;\n try {\n if (promise === value) throw TypeError(\"Promise can't be resolved itself\");\n var then = isThenable(value);\n if (then) {\n microtask(function () {\n var wrapper = { done: false };\n try {\n then.call(value,\n bind(internalResolve, promise, wrapper, state),\n bind(internalReject, promise, wrapper, state)\n );\n } catch (error) {\n internalReject(promise, wrapper, error, state);\n }\n });\n } else {\n state.value = value;\n state.state = FULFILLED;\n notify(promise, state, false);\n }\n } catch (error) {\n internalReject(promise, { done: false }, error, state);\n }\n};\n\n// constructor polyfill\nif (FORCED) {\n // 25.4.3.1 Promise(executor)\n PromiseConstructor = function Promise(executor) {\n anInstance(this, PromiseConstructor, PROMISE);\n aFunction(executor);\n Internal.call(this);\n var state = getInternalState(this);\n try {\n executor(bind(internalResolve, this, state), bind(internalReject, this, state));\n } catch (error) {\n internalReject(this, state, error);\n }\n };\n // eslint-disable-next-line no-unused-vars\n Internal = function Promise(executor) {\n setInternalState(this, {\n type: PROMISE,\n done: false,\n notified: false,\n parent: false,\n reactions: [],\n rejection: false,\n state: PENDING,\n value: undefined\n });\n };\n Internal.prototype = require('../internals/redefine-all')(PromiseConstructor.prototype, {\n // `Promise.prototype.then` method\n // https://tc39.github.io/ecma262/#sec-promise.prototype.then\n then: function then(onFulfilled, onRejected) {\n var state = getInternalPromiseState(this);\n var reaction = newPromiseCapability(speciesConstructor(this, PromiseConstructor));\n reaction.ok = typeof onFulfilled == 'function' ? onFulfilled : true;\n reaction.fail = typeof onRejected == 'function' && onRejected;\n reaction.domain = IS_NODE ? process.domain : undefined;\n state.parent = true;\n state.reactions.push(reaction);\n if (state.state != PENDING) notify(this, state, false);\n return reaction.promise;\n },\n // `Promise.prototype.catch` method\n // https://tc39.github.io/ecma262/#sec-promise.prototype.catch\n 'catch': function (onRejected) {\n return this.then(undefined, onRejected);\n }\n });\n OwnPromiseCapability = function () {\n var promise = new Internal();\n var state = getInternalState(promise);\n this.promise = promise;\n this.resolve = bind(internalResolve, promise, state);\n this.reject = bind(internalReject, promise, state);\n };\n newPromiseCapabilityModule.f = newPromiseCapability = function (C) {\n return C === PromiseConstructor || C === PromiseWrapper\n ? new OwnPromiseCapability(C)\n : newGenericPromiseCapability(C);\n };\n\n // wrap fetch result\n if (!IS_PURE && typeof $fetch == 'function') $export({ global: true, enumerable: true, forced: true }, {\n // eslint-disable-next-line no-unused-vars\n fetch: function fetch(input) {\n return promiseResolve(PromiseConstructor, $fetch.apply(global, arguments));\n }\n });\n}\n\n$export({ global: true, wrap: true, forced: FORCED }, { Promise: PromiseConstructor });\n\nrequire('../internals/set-to-string-tag')(PromiseConstructor, PROMISE, false, true);\nrequire('../internals/set-species')(PROMISE);\n\nPromiseWrapper = require('../internals/path')[PROMISE];\n\n// statics\n$export({ target: PROMISE, stat: true, forced: FORCED }, {\n // `Promise.reject` method\n // https://tc39.github.io/ecma262/#sec-promise.reject\n reject: function reject(r) {\n var capability = newPromiseCapability(this);\n capability.reject.call(undefined, r);\n return capability.promise;\n }\n});\n\n$export({ target: PROMISE, stat: true, forced: IS_PURE || FORCED }, {\n // `Promise.resolve` method\n // https://tc39.github.io/ecma262/#sec-promise.resolve\n resolve: function resolve(x) {\n return promiseResolve(IS_PURE && this === PromiseWrapper ? PromiseConstructor : this, x);\n }\n});\n\n$export({ target: PROMISE, stat: true, forced: INCORRECT_ITERATION }, {\n // `Promise.all` method\n // https://tc39.github.io/ecma262/#sec-promise.all\n all: function all(iterable) {\n var C = this;\n var capability = newPromiseCapability(C);\n var resolve = capability.resolve;\n var reject = capability.reject;\n var result = perform(function () {\n var values = [];\n var counter = 0;\n var remaining = 1;\n iterate(iterable, function (promise) {\n var index = counter++;\n var alreadyCalled = false;\n values.push(undefined);\n remaining++;\n C.resolve(promise).then(function (value) {\n if (alreadyCalled) return;\n alreadyCalled = true;\n values[index] = value;\n --remaining || resolve(values);\n }, reject);\n });\n --remaining || resolve(values);\n });\n if (result.error) reject(result.value);\n return capability.promise;\n },\n // `Promise.race` method\n // https://tc39.github.io/ecma262/#sec-promise.race\n race: function race(iterable) {\n var C = this;\n var capability = newPromiseCapability(C);\n var reject = capability.reject;\n var result = perform(function () {\n iterate(iterable, function (promise) {\n C.resolve(promise).then(capability.resolve, reject);\n });\n });\n if (result.error) reject(result.value);\n return capability.promise;\n }\n});\n","var aFunction = require('../internals/a-function');\nvar anObject = require('../internals/an-object');\nvar nativeApply = (require('../internals/global').Reflect || {}).apply;\nvar functionApply = Function.apply;\n\n// MS Edge argumentsList argument is optional\nvar OPTIONAL_ARGUMENTS_LIST = !require('../internals/fails')(function () {\n nativeApply(function () { /* empty */ });\n});\n\n// `Reflect.apply` method\n// https://tc39.github.io/ecma262/#sec-reflect.apply\nrequire('../internals/export')({ target: 'Reflect', stat: true, forced: OPTIONAL_ARGUMENTS_LIST }, {\n apply: function apply(target, thisArgument, argumentsList) {\n aFunction(target);\n anObject(argumentsList);\n return nativeApply\n ? nativeApply(target, thisArgument, argumentsList)\n : functionApply.call(target, thisArgument, argumentsList);\n }\n});\n","var create = require('../internals/object-create');\nvar aFunction = require('../internals/a-function');\nvar anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\nvar fails = require('../internals/fails');\nvar bind = require('../internals/function-bind');\nvar nativeConstruct = (require('../internals/global').Reflect || {}).construct;\n\n// `Reflect.construct` method\n// https://tc39.github.io/ecma262/#sec-reflect.construct\n// MS Edge supports only 2 arguments and argumentsList argument is optional\n// FF Nightly sets third argument as `new.target`, but does not create `this` from it\nvar NEW_TARGET_BUG = fails(function () {\n function F() { /* empty */ }\n return !(nativeConstruct(function () { /* empty */ }, [], F) instanceof F);\n});\nvar ARGS_BUG = !fails(function () {\n nativeConstruct(function () { /* empty */ });\n});\nvar FORCED = NEW_TARGET_BUG || ARGS_BUG;\n\nrequire('../internals/export')({ target: 'Reflect', stat: true, forced: FORCED, sham: FORCED }, {\n construct: function construct(Target, args /* , newTarget */) {\n aFunction(Target);\n anObject(args);\n var newTarget = arguments.length < 3 ? Target : aFunction(arguments[2]);\n if (ARGS_BUG && !NEW_TARGET_BUG) return nativeConstruct(Target, args, newTarget);\n if (Target == newTarget) {\n // w/o altered newTarget, optimization for 0-4 arguments\n switch (args.length) {\n case 0: return new Target();\n case 1: return new Target(args[0]);\n case 2: return new Target(args[0], args[1]);\n case 3: return new Target(args[0], args[1], args[2]);\n case 4: return new Target(args[0], args[1], args[2], args[3]);\n }\n // w/o altered newTarget, lot of arguments case\n var $args = [null];\n $args.push.apply($args, args);\n return new (bind.apply(Target, $args))();\n }\n // with altered newTarget, not support built-in constructors\n var proto = newTarget.prototype;\n var instance = create(isObject(proto) ? proto : Object.prototype);\n var result = Function.apply.call(Target, instance, args);\n return isObject(result) ? result : instance;\n }\n});\n","var definePropertyModule = require('../internals/object-define-property');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar DESCRIPTORS = require('../internals/descriptors');\n\n// MS Edge has broken Reflect.defineProperty - throwing instead of returning false\nvar ERROR_INSTEAD_OF_FALSE = require('../internals/fails')(function () {\n // eslint-disable-next-line no-undef\n Reflect.defineProperty(definePropertyModule.f({}, 1, { value: 1 }), 1, { value: 2 });\n});\n\n// `Reflect.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-reflect.defineproperty\nrequire('../internals/export')({ target: 'Reflect', stat: true, forced: ERROR_INSTEAD_OF_FALSE, sham: !DESCRIPTORS }, {\n defineProperty: function defineProperty(target, propertyKey, attributes) {\n anObject(target);\n propertyKey = toPrimitive(propertyKey, true);\n anObject(attributes);\n try {\n definePropertyModule.f(target, propertyKey, attributes);\n return true;\n } catch (error) {\n return false;\n }\n }\n});\n","var getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar anObject = require('../internals/an-object');\n\n// `Reflect.deleteProperty` method\n// https://tc39.github.io/ecma262/#sec-reflect.deleteproperty\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n deleteProperty: function deleteProperty(target, propertyKey) {\n var descriptor = getOwnPropertyDescriptor(anObject(target), propertyKey);\n return descriptor && !descriptor.configurable ? false : delete target[propertyKey];\n }\n});\n","var getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar anObject = require('../internals/an-object');\nvar DESCRIPTORS = require('../internals/descriptors');\n\n// `Reflect.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-reflect.getownpropertydescriptor\nrequire('../internals/export')({ target: 'Reflect', stat: true, sham: !DESCRIPTORS }, {\n getOwnPropertyDescriptor: function getOwnPropertyDescriptor(target, propertyKey) {\n return getOwnPropertyDescriptorModule.f(anObject(target), propertyKey);\n }\n});\n","var objectGetPrototypeOf = require('../internals/object-get-prototype-of');\nvar anObject = require('../internals/an-object');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\n\n// `Reflect.getPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-reflect.getprototypeof\nrequire('../internals/export')({ target: 'Reflect', stat: true, sham: !CORRECT_PROTOTYPE_GETTER }, {\n getPrototypeOf: function getPrototypeOf(target) {\n return objectGetPrototypeOf(anObject(target));\n }\n});\n","var getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar has = require('../internals/has');\nvar isObject = require('../internals/is-object');\nvar anObject = require('../internals/an-object');\n\n// `Reflect.get` method\n// https://tc39.github.io/ecma262/#sec-reflect.get\nfunction get(target, propertyKey /* , receiver */) {\n var receiver = arguments.length < 3 ? target : arguments[2];\n var descriptor, prototype;\n if (anObject(target) === receiver) return target[propertyKey];\n if (descriptor = getOwnPropertyDescriptorModule.f(target, propertyKey)) return has(descriptor, 'value')\n ? descriptor.value\n : descriptor.get === undefined\n ? undefined\n : descriptor.get.call(receiver);\n if (isObject(prototype = getPrototypeOf(target))) return get(prototype, propertyKey, receiver);\n}\n\nrequire('../internals/export')({ target: 'Reflect', stat: true }, { get: get });\n","// `Reflect.has` method\n// https://tc39.github.io/ecma262/#sec-reflect.has\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n has: function has(target, propertyKey) {\n return propertyKey in target;\n }\n});\n","var anObject = require('../internals/an-object');\nvar objectIsExtensible = Object.isExtensible;\n\n// `Reflect.isExtensible` method\n// https://tc39.github.io/ecma262/#sec-reflect.isextensible\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n isExtensible: function isExtensible(target) {\n anObject(target);\n return objectIsExtensible ? objectIsExtensible(target) : true;\n }\n});\n","// `Reflect.ownKeys` method\n// https://tc39.github.io/ecma262/#sec-reflect.ownkeys\nrequire('../internals/export')({ target: 'Reflect', stat: true }, { ownKeys: require('../internals/own-keys') });\n","var getBuiltIn = require('../internals/get-built-in');\nvar anObject = require('../internals/an-object');\nvar FREEZING = require('../internals/freezing');\n\n// `Reflect.preventExtensions` method\n// https://tc39.github.io/ecma262/#sec-reflect.preventextensions\nrequire('../internals/export')({ target: 'Reflect', stat: true, sham: !FREEZING }, {\n preventExtensions: function preventExtensions(target) {\n anObject(target);\n try {\n var objectPreventExtensions = getBuiltIn('Object', 'preventExtensions');\n if (objectPreventExtensions) objectPreventExtensions(target);\n return true;\n } catch (error) {\n return false;\n }\n }\n});\n","var objectSetPrototypeOf = require('../internals/object-set-prototype-of');\nvar validateSetPrototypeOfArguments = require('../internals/validate-set-prototype-of-arguments');\n\n// `Reflect.setPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-reflect.setprototypeof\nif (objectSetPrototypeOf) require('../internals/export')({ target: 'Reflect', stat: true }, {\n setPrototypeOf: function setPrototypeOf(target, proto) {\n validateSetPrototypeOfArguments(target, proto);\n try {\n objectSetPrototypeOf(target, proto);\n return true;\n } catch (error) {\n return false;\n }\n }\n});\n","var definePropertyModule = require('../internals/object-define-property');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar has = require('../internals/has');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\n\n// `Reflect.set` method\n// https://tc39.github.io/ecma262/#sec-reflect.set\nfunction set(target, propertyKey, V /* , receiver */) {\n var receiver = arguments.length < 4 ? target : arguments[3];\n var ownDescriptor = getOwnPropertyDescriptorModule.f(anObject(target), propertyKey);\n var existingDescriptor, prototype;\n if (!ownDescriptor) {\n if (isObject(prototype = getPrototypeOf(target))) {\n return set(prototype, propertyKey, V, receiver);\n }\n ownDescriptor = createPropertyDescriptor(0);\n }\n if (has(ownDescriptor, 'value')) {\n if (ownDescriptor.writable === false || !isObject(receiver)) return false;\n if (existingDescriptor = getOwnPropertyDescriptorModule.f(receiver, propertyKey)) {\n if (existingDescriptor.get || existingDescriptor.set || existingDescriptor.writable === false) return false;\n existingDescriptor.value = V;\n definePropertyModule.f(receiver, propertyKey, existingDescriptor);\n } else definePropertyModule.f(receiver, propertyKey, createPropertyDescriptor(0, V));\n return true;\n }\n return ownDescriptor.set === undefined ? false : (ownDescriptor.set.call(receiver, V), true);\n}\n\nrequire('../internals/export')({ target: 'Reflect', stat: true }, { set: set });\n","var DESCRIPTORS = require('../internals/descriptors');\nvar MATCH = require('../internals/well-known-symbol')('match');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar inheritIfRequired = require('../internals/inherit-if-required');\nvar defineProperty = require('../internals/object-define-property').f;\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar isRegExp = require('../internals/is-regexp');\nvar getFlags = require('../internals/regexp-flags');\nvar redefine = require('../internals/redefine');\nvar fails = require('../internals/fails');\nvar NativeRegExp = global.RegExp;\nvar RegExpPrototype = NativeRegExp.prototype;\nvar re1 = /a/g;\nvar re2 = /a/g;\n\n// \"new\" should create a new object, old webkit bug\nvar CORRECT_NEW = new NativeRegExp(re1) !== re1;\n\nvar FORCED = isForced('RegExp', DESCRIPTORS && (!CORRECT_NEW || fails(function () {\n re2[MATCH] = false;\n // RegExp constructor can alter flags and IsRegExp works correct with @@match\n return NativeRegExp(re1) != re1 || NativeRegExp(re2) == re2 || NativeRegExp(re1, 'i') != '/a/i';\n})));\n\n// `RegExp` constructor\n// https://tc39.github.io/ecma262/#sec-regexp-constructor\nif (FORCED) {\n var RegExpWrapper = function RegExp(pattern, flags) {\n var thisIsRegExp = this instanceof RegExpWrapper;\n var patternIsRegExp = isRegExp(pattern);\n var flagsAreUndefined = flags === undefined;\n return !thisIsRegExp && patternIsRegExp && pattern.constructor === RegExpWrapper && flagsAreUndefined ? pattern\n : inheritIfRequired(CORRECT_NEW\n ? new NativeRegExp(patternIsRegExp && !flagsAreUndefined ? pattern.source : pattern, flags)\n : NativeRegExp((patternIsRegExp = pattern instanceof RegExpWrapper)\n ? pattern.source\n : pattern, patternIsRegExp && flagsAreUndefined ? getFlags.call(pattern) : flags)\n , thisIsRegExp ? this : RegExpPrototype, RegExpWrapper);\n };\n var proxy = function (key) {\n key in RegExpWrapper || defineProperty(RegExpWrapper, key, {\n configurable: true,\n get: function () { return NativeRegExp[key]; },\n set: function (it) { NativeRegExp[key] = it; }\n });\n };\n var keys = getOwnPropertyNames(NativeRegExp);\n var i = 0;\n while (i < keys.length) proxy(keys[i++]);\n RegExpPrototype.constructor = RegExpWrapper;\n RegExpWrapper.prototype = RegExpPrototype;\n redefine(global, 'RegExp', RegExpWrapper);\n}\n\n// https://tc39.github.io/ecma262/#sec-get-regexp-@@species\nrequire('../internals/set-species')('RegExp');\n","'use strict';\n\nvar regexpExec = require('../internals/regexp-exec');\n\nrequire('../internals/export')({ target: 'RegExp', proto: true, forced: /./.exec !== regexpExec }, {\n exec: regexpExec\n});\n","// `RegExp.prototype.flags` getter\n// https://tc39.github.io/ecma262/#sec-get-regexp.prototype.flags\nif (require('../internals/descriptors') && /./g.flags != 'g') {\n require('../internals/object-define-property').f(RegExp.prototype, 'flags', {\n configurable: true,\n get: require('../internals/regexp-flags')\n });\n}\n","'use strict';\nvar anObject = require('../internals/an-object');\nvar fails = require('../internals/fails');\nvar flags = require('../internals/regexp-flags');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar TO_STRING = 'toString';\nvar nativeToString = /./[TO_STRING];\n\nvar NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });\n// FF44- RegExp#toString has a wrong name\nvar INCORRECT_NAME = nativeToString.name != TO_STRING;\n\n// `RegExp.prototype.toString` method\n// https://tc39.github.io/ecma262/#sec-regexp.prototype.tostring\nif (NOT_GENERIC || INCORRECT_NAME) {\n require('../internals/redefine')(RegExp.prototype, TO_STRING, function toString() {\n var R = anObject(this);\n return '/'.concat(R.source, '/',\n 'flags' in R ? R.flags : !DESCRIPTORS && R instanceof RegExp ? flags.call(R) : undefined);\n }, { unsafe: true });\n}\n","'use strict';\n// `Set` constructor\n// https://tc39.github.io/ecma262/#sec-set-objects\nmodule.exports = require('../internals/collection')('Set', function (get) {\n return function Set() { return get(this, arguments.length > 0 ? arguments[0] : undefined); };\n}, require('../internals/collection-strong'));\n","'use strict';\nvar createHTML = require('../internals/create-html');\nvar FORCED = require('../internals/forced-string-html-method')('anchor');\n\n// `String.prototype.anchor` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.anchor\nrequire('../internals/export')({ target: 'String', proto: true, forced: FORCED }, {\n anchor: function anchor(name) {\n return createHTML(this, 'a', 'name', name);\n }\n});\n","'use strict';\nvar createHTML = require('../internals/create-html');\nvar FORCED = require('../internals/forced-string-html-method')('big');\n\n// `String.prototype.big` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.big\nrequire('../internals/export')({ target: 'String', proto: true, forced: FORCED }, {\n big: function big() {\n return createHTML(this, 'big', '', '');\n }\n});\n","'use strict';\nvar createHTML = require('../internals/create-html');\nvar FORCED = require('../internals/forced-string-html-method')('blink');\n\n// `String.prototype.blink` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.blink\nrequire('../internals/export')({ target: 'String', proto: true, forced: FORCED }, {\n blink: function blink() {\n return createHTML(this, 'blink', '', '');\n }\n});\n","'use strict';\nvar createHTML = require('../internals/create-html');\nvar FORCED = require('../internals/forced-string-html-method')('bold');\n\n// `String.prototype.bold` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.bold\nrequire('../internals/export')({ target: 'String', proto: true, forced: FORCED }, {\n bold: function bold() {\n return createHTML(this, 'b', '', '');\n }\n});\n","'use strict';\nvar internalCodePointAt = require('../internals/string-at');\n\n// `String.prototype.codePointAt` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.codepointat\nrequire('../internals/export')({ target: 'String', proto: true }, {\n codePointAt: function codePointAt(pos) {\n return internalCodePointAt(this, pos);\n }\n});\n","'use strict';\nvar toLength = require('../internals/to-length');\nvar validateArguments = require('../internals/validate-string-method-arguments');\nvar ENDS_WITH = 'endsWith';\nvar nativeEndsWith = ''[ENDS_WITH];\nvar min = Math.min;\n\nvar CORRECT_IS_REGEXP_LOGIC = require('../internals/correct-is-regexp-logic')(ENDS_WITH);\n\n// `String.prototype.endsWith` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.endswith\nrequire('../internals/export')({ target: 'String', proto: true, forced: !CORRECT_IS_REGEXP_LOGIC }, {\n endsWith: function endsWith(searchString /* , endPosition = @length */) {\n var that = validateArguments(this, searchString, ENDS_WITH);\n var endPosition = arguments.length > 1 ? arguments[1] : undefined;\n var len = toLength(that.length);\n var end = endPosition === undefined ? len : min(toLength(endPosition), len);\n var search = String(searchString);\n return nativeEndsWith\n ? nativeEndsWith.call(that, search, end)\n : that.slice(end - search.length, end) === search;\n }\n});\n","'use strict';\nvar createHTML = require('../internals/create-html');\nvar FORCED = require('../internals/forced-string-html-method')('fixed');\n\n// `String.prototype.fixed` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.fixed\nrequire('../internals/export')({ target: 'String', proto: true, forced: FORCED }, {\n fixed: function fixed() {\n return createHTML(this, 'tt', '', '');\n }\n});\n","'use strict';\nvar createHTML = require('../internals/create-html');\nvar FORCED = require('../internals/forced-string-html-method')('fontcolor');\n\n// `String.prototype.fontcolor` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.fontcolor\nrequire('../internals/export')({ target: 'String', proto: true, forced: FORCED }, {\n fontcolor: function fontcolor(color) {\n return createHTML(this, 'font', 'color', color);\n }\n});\n","'use strict';\nvar createHTML = require('../internals/create-html');\nvar FORCED = require('../internals/forced-string-html-method')('fontsize');\n\n// `String.prototype.fontsize` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.fontsize\nrequire('../internals/export')({ target: 'String', proto: true, forced: FORCED }, {\n fontsize: function fontsize(size) {\n return createHTML(this, 'font', 'size', size);\n }\n});\n","var toAbsoluteIndex = require('../internals/to-absolute-index');\nvar fromCharCode = String.fromCharCode;\nvar nativeFromCodePoint = String.fromCodePoint;\n\n// length should be 1, old FF problem\nvar INCORRECT_LENGTH = !!nativeFromCodePoint && nativeFromCodePoint.length != 1;\n\n// `String.fromCodePoint` method\n// https://tc39.github.io/ecma262/#sec-string.fromcodepoint\nrequire('../internals/export')({ target: 'String', stat: true, forced: INCORRECT_LENGTH }, {\n fromCodePoint: function fromCodePoint(x) { // eslint-disable-line no-unused-vars\n var elements = [];\n var length = arguments.length;\n var i = 0;\n var code;\n while (length > i) {\n code = +arguments[i++];\n if (toAbsoluteIndex(code, 0x10FFFF) !== code) throw RangeError(code + ' is not a valid code point');\n elements.push(code < 0x10000\n ? fromCharCode(code)\n : fromCharCode(((code -= 0x10000) >> 10) + 0xD800, code % 0x400 + 0xDC00)\n );\n } return elements.join('');\n }\n});\n","'use strict';\nvar validateArguments = require('../internals/validate-string-method-arguments');\nvar INCLUDES = 'includes';\n\nvar CORRECT_IS_REGEXP_LOGIC = require('../internals/correct-is-regexp-logic')(INCLUDES);\n\n// `String.prototype.includes` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.includes\nrequire('../internals/export')({ target: 'String', proto: true, forced: !CORRECT_IS_REGEXP_LOGIC }, {\n includes: function includes(searchString /* , position = 0 */) {\n return !!~validateArguments(this, searchString, INCLUDES)\n .indexOf(searchString, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\nvar createHTML = require('../internals/create-html');\nvar FORCED = require('../internals/forced-string-html-method')('italics');\n\n// `String.prototype.italics` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.italics\nrequire('../internals/export')({ target: 'String', proto: true, forced: FORCED }, {\n italics: function italics() {\n return createHTML(this, 'i', '', '');\n }\n});\n","'use strict';\nvar codePointAt = require('../internals/string-at');\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\nvar STRING_ITERATOR = 'String Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(STRING_ITERATOR);\n\n// `String.prototype[@@iterator]` method\n// https://tc39.github.io/ecma262/#sec-string.prototype-@@iterator\ndefineIterator(String, 'String', function (iterated) {\n setInternalState(this, {\n type: STRING_ITERATOR,\n string: String(iterated),\n index: 0\n });\n// `%StringIteratorPrototype%.next` method\n// https://tc39.github.io/ecma262/#sec-%stringiteratorprototype%.next\n}, function next() {\n var state = getInternalState(this);\n var string = state.string;\n var index = state.index;\n var point;\n if (index >= string.length) return { value: undefined, done: true };\n point = codePointAt(string, index, true);\n state.index += point.length;\n return { value: point, done: false };\n});\n","'use strict';\nvar createHTML = require('../internals/create-html');\nvar FORCED = require('../internals/forced-string-html-method')('link');\n\n// `String.prototype.link` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.link\nrequire('../internals/export')({ target: 'String', proto: true, forced: FORCED }, {\n link: function link(url) {\n return createHTML(this, 'a', 'href', url);\n }\n});\n","'use strict';\n\nvar anObject = require('../internals/an-object');\nvar toLength = require('../internals/to-length');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\n// @@match logic\nrequire('../internals/fix-regexp-well-known-symbol-logic')(\n 'match',\n 1,\n function (MATCH, nativeMatch, maybeCallNative) {\n return [\n // `String.prototype.match` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.match\n function match(regexp) {\n var O = requireObjectCoercible(this);\n var matcher = regexp == undefined ? undefined : regexp[MATCH];\n return matcher !== undefined ? matcher.call(regexp, O) : new RegExp(regexp)[MATCH](String(O));\n },\n // `RegExp.prototype[@@match]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@match\n function (regexp) {\n var res = maybeCallNative(nativeMatch, regexp, this);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n\n if (!rx.global) return regExpExec(rx, S);\n\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n var A = [];\n var n = 0;\n var result;\n while ((result = regExpExec(rx, S)) !== null) {\n var matchStr = String(result[0]);\n A[n] = matchStr;\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n n++;\n }\n return n === 0 ? null : A;\n }\n ];\n }\n);\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\n\n// `String.raw` method\n// https://tc39.github.io/ecma262/#sec-string.raw\nrequire('../internals/export')({ target: 'String', stat: true }, {\n raw: function raw(template) {\n var rawTemplate = toIndexedObject(template.raw);\n var literalSegments = toLength(rawTemplate.length);\n var argumentsLength = arguments.length;\n var elements = [];\n var i = 0;\n while (literalSegments > i) {\n elements.push(String(rawTemplate[i++]));\n if (i < argumentsLength) elements.push(String(arguments[i]));\n } return elements.join('');\n }\n});\n","// `String.prototype.repeat` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.repeat\nrequire('../internals/export')({ target: 'String', proto: true }, {\n repeat: require('../internals/string-repeat')\n});\n","'use strict';\n\nvar anObject = require('../internals/an-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar regExpExec = require('../internals/regexp-exec-abstract');\nvar max = Math.max;\nvar min = Math.min;\nvar floor = Math.floor;\nvar SUBSTITUTION_SYMBOLS = /\\$([$&`']|\\d\\d?|<[^>]*>)/g;\nvar SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&`']|\\d\\d?)/g;\n\nvar maybeToString = function (it) {\n return it === undefined ? it : String(it);\n};\n\n// @@replace logic\nrequire('../internals/fix-regexp-well-known-symbol-logic')(\n 'replace',\n 2,\n function (REPLACE, nativeReplace, maybeCallNative) {\n return [\n // `String.prototype.replace` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.replace\n function replace(searchValue, replaceValue) {\n var O = requireObjectCoercible(this);\n var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];\n return replacer !== undefined\n ? replacer.call(searchValue, O, replaceValue)\n : nativeReplace.call(String(O), searchValue, replaceValue);\n },\n // `RegExp.prototype[@@replace]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@replace\n function (regexp, replaceValue) {\n var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n\n var functionalReplace = typeof replaceValue === 'function';\n if (!functionalReplace) replaceValue = String(replaceValue);\n\n var global = rx.global;\n if (global) {\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n }\n var results = [];\n while (true) {\n var result = regExpExec(rx, S);\n if (result === null) break;\n\n results.push(result);\n if (!global) break;\n\n var matchStr = String(result[0]);\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n }\n\n var accumulatedResult = '';\n var nextSourcePosition = 0;\n for (var i = 0; i < results.length; i++) {\n result = results[i];\n\n var matched = String(result[0]);\n var position = max(min(toInteger(result.index), S.length), 0);\n var captures = [];\n // NOTE: This is equivalent to\n // captures = result.slice(1).map(maybeToString)\n // but for some reason `nativeSlice.call(result, 1, result.length)` (called in\n // the slice polyfill when slicing native arrays) \"doesn't work\" in safari 9 and\n // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.\n for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));\n var namedCaptures = result.groups;\n if (functionalReplace) {\n var replacerArgs = [matched].concat(captures, position, S);\n if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);\n var replacement = String(replaceValue.apply(undefined, replacerArgs));\n } else {\n replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);\n }\n if (position >= nextSourcePosition) {\n accumulatedResult += S.slice(nextSourcePosition, position) + replacement;\n nextSourcePosition = position + matched.length;\n }\n }\n return accumulatedResult + S.slice(nextSourcePosition);\n }\n ];\n\n // https://tc39.github.io/ecma262/#sec-getsubstitution\n function getSubstitution(matched, str, position, captures, namedCaptures, replacement) {\n var tailPos = position + matched.length;\n var m = captures.length;\n var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;\n if (namedCaptures !== undefined) {\n namedCaptures = toObject(namedCaptures);\n symbols = SUBSTITUTION_SYMBOLS;\n }\n return nativeReplace.call(replacement, symbols, function (match, ch) {\n var capture;\n switch (ch.charAt(0)) {\n case '$': return '$';\n case '&': return matched;\n case '`': return str.slice(0, position);\n case \"'\": return str.slice(tailPos);\n case '<':\n capture = namedCaptures[ch.slice(1, -1)];\n break;\n default: // \\d\\d?\n var n = +ch;\n if (n === 0) return match;\n if (n > m) {\n var f = floor(n / 10);\n if (f === 0) return match;\n if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);\n return match;\n }\n capture = captures[n - 1];\n }\n return capture === undefined ? '' : capture;\n });\n }\n }\n);\n","'use strict';\n\nvar anObject = require('../internals/an-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar sameValue = require('../internals/same-value');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\n// @@search logic\nrequire('../internals/fix-regexp-well-known-symbol-logic')(\n 'search',\n 1,\n function (SEARCH, nativeSearch, maybeCallNative) {\n return [\n // `String.prototype.search` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.search\n function search(regexp) {\n var O = requireObjectCoercible(this);\n var searcher = regexp == undefined ? undefined : regexp[SEARCH];\n return searcher !== undefined ? searcher.call(regexp, O) : new RegExp(regexp)[SEARCH](String(O));\n },\n // `RegExp.prototype[@@search]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@search\n function (regexp) {\n var res = maybeCallNative(nativeSearch, regexp, this);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n\n var previousLastIndex = rx.lastIndex;\n if (!sameValue(previousLastIndex, 0)) rx.lastIndex = 0;\n var result = regExpExec(rx, S);\n if (!sameValue(rx.lastIndex, previousLastIndex)) rx.lastIndex = previousLastIndex;\n return result === null ? -1 : result.index;\n }\n ];\n }\n);\n","'use strict';\nvar createHTML = require('../internals/create-html');\nvar FORCED = require('../internals/forced-string-html-method')('small');\n\n// `String.prototype.small` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.small\nrequire('../internals/export')({ target: 'String', proto: true, forced: FORCED }, {\n small: function small() {\n return createHTML(this, 'small', '', '');\n }\n});\n","'use strict';\n\nvar isRegExp = require('../internals/is-regexp');\nvar anObject = require('../internals/an-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar speciesConstructor = require('../internals/species-constructor');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar toLength = require('../internals/to-length');\nvar callRegExpExec = require('../internals/regexp-exec-abstract');\nvar regexpExec = require('../internals/regexp-exec');\nvar fails = require('../internals/fails');\nvar arrayPush = [].push;\nvar min = Math.min;\nvar MAX_UINT32 = 0xFFFFFFFF;\n\n// babel-minify transpiles RegExp('x', 'y') -> /x/y and it causes SyntaxError\nvar SUPPORTS_Y = !fails(function () { return !RegExp(MAX_UINT32, 'y'); });\n\n// @@split logic\nrequire('../internals/fix-regexp-well-known-symbol-logic')(\n 'split',\n 2,\n function (SPLIT, nativeSplit, maybeCallNative) {\n var internalSplit;\n if (\n 'abbc'.split(/(b)*/)[1] == 'c' ||\n 'test'.split(/(?:)/, -1).length != 4 ||\n 'ab'.split(/(?:ab)*/).length != 2 ||\n '.'.split(/(.?)(.?)/).length != 4 ||\n '.'.split(/()()/).length > 1 ||\n ''.split(/.?/).length\n ) {\n // based on es5-shim implementation, need to rework it\n internalSplit = function (separator, limit) {\n var string = String(requireObjectCoercible(this));\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (separator === undefined) return [string];\n // If `separator` is not a regex, use native split\n if (!isRegExp(separator)) {\n return nativeSplit.call(string, separator, lim);\n }\n var output = [];\n var flags = (separator.ignoreCase ? 'i' : '') +\n (separator.multiline ? 'm' : '') +\n (separator.unicode ? 'u' : '') +\n (separator.sticky ? 'y' : '');\n var lastLastIndex = 0;\n // Make `global` and avoid `lastIndex` issues by working with a copy\n var separatorCopy = new RegExp(separator.source, flags + 'g');\n var match, lastIndex, lastLength;\n while (match = regexpExec.call(separatorCopy, string)) {\n lastIndex = separatorCopy.lastIndex;\n if (lastIndex > lastLastIndex) {\n output.push(string.slice(lastLastIndex, match.index));\n if (match.length > 1 && match.index < string.length) arrayPush.apply(output, match.slice(1));\n lastLength = match[0].length;\n lastLastIndex = lastIndex;\n if (output.length >= lim) break;\n }\n if (separatorCopy.lastIndex === match.index) separatorCopy.lastIndex++; // Avoid an infinite loop\n }\n if (lastLastIndex === string.length) {\n if (lastLength || !separatorCopy.test('')) output.push('');\n } else output.push(string.slice(lastLastIndex));\n return output.length > lim ? output.slice(0, lim) : output;\n };\n // Chakra, V8\n } else if ('0'.split(undefined, 0).length) {\n internalSplit = function (separator, limit) {\n return separator === undefined && limit === 0 ? [] : nativeSplit.call(this, separator, limit);\n };\n } else internalSplit = nativeSplit;\n\n return [\n // `String.prototype.split` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.split\n function split(separator, limit) {\n var O = requireObjectCoercible(this);\n var splitter = separator == undefined ? undefined : separator[SPLIT];\n return splitter !== undefined\n ? splitter.call(separator, O, limit)\n : internalSplit.call(String(O), separator, limit);\n },\n // `RegExp.prototype[@@split]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@split\n //\n // NOTE: This cannot be properly polyfilled in engines that don't support\n // the 'y' flag.\n function (regexp, limit) {\n var res = maybeCallNative(internalSplit, regexp, this, limit, internalSplit !== nativeSplit);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n var C = speciesConstructor(rx, RegExp);\n\n var unicodeMatching = rx.unicode;\n var flags = (rx.ignoreCase ? 'i' : '') +\n (rx.multiline ? 'm' : '') +\n (rx.unicode ? 'u' : '') +\n (SUPPORTS_Y ? 'y' : 'g');\n\n // ^(? + rx + ) is needed, in combination with some S slicing, to\n // simulate the 'y' flag.\n var splitter = new C(SUPPORTS_Y ? rx : '^(?:' + rx.source + ')', flags);\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : [];\n var p = 0;\n var q = 0;\n var A = [];\n while (q < S.length) {\n splitter.lastIndex = SUPPORTS_Y ? q : 0;\n var z = callRegExpExec(splitter, SUPPORTS_Y ? S : S.slice(q));\n var e;\n if (\n z === null ||\n (e = min(toLength(splitter.lastIndex + (SUPPORTS_Y ? 0 : q)), S.length)) === p\n ) {\n q = advanceStringIndex(S, q, unicodeMatching);\n } else {\n A.push(S.slice(p, q));\n if (A.length === lim) return A;\n for (var i = 1; i <= z.length - 1; i++) {\n A.push(z[i]);\n if (A.length === lim) return A;\n }\n q = p = e;\n }\n }\n A.push(S.slice(p));\n return A;\n }\n ];\n },\n !SUPPORTS_Y\n);\n","'use strict';\nvar toLength = require('../internals/to-length');\nvar validateArguments = require('../internals/validate-string-method-arguments');\nvar STARTS_WITH = 'startsWith';\nvar CORRECT_IS_REGEXP_LOGIC = require('../internals/correct-is-regexp-logic')(STARTS_WITH);\nvar nativeStartsWith = ''[STARTS_WITH];\n\n// `String.prototype.startsWith` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.startswith\nrequire('../internals/export')({ target: 'String', proto: true, forced: !CORRECT_IS_REGEXP_LOGIC }, {\n startsWith: function startsWith(searchString /* , position = 0 */) {\n var that = validateArguments(this, searchString, STARTS_WITH);\n var index = toLength(Math.min(arguments.length > 1 ? arguments[1] : undefined, that.length));\n var search = String(searchString);\n return nativeStartsWith\n ? nativeStartsWith.call(that, search, index)\n : that.slice(index, index + search.length) === search;\n }\n});\n","'use strict';\nvar createHTML = require('../internals/create-html');\nvar FORCED = require('../internals/forced-string-html-method')('strike');\n\n// `String.prototype.strike` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.strike\nrequire('../internals/export')({ target: 'String', proto: true, forced: FORCED }, {\n strike: function strike() {\n return createHTML(this, 'strike', '', '');\n }\n});\n","'use strict';\nvar createHTML = require('../internals/create-html');\nvar FORCED = require('../internals/forced-string-html-method')('sub');\n\n// `String.prototype.sub` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.sub\nrequire('../internals/export')({ target: 'String', proto: true, forced: FORCED }, {\n sub: function sub() {\n return createHTML(this, 'sub', '', '');\n }\n});\n","'use strict';\nvar createHTML = require('../internals/create-html');\nvar FORCED = require('../internals/forced-string-html-method')('sup');\n\n// `String.prototype.sup` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.sup\nrequire('../internals/export')({ target: 'String', proto: true, forced: FORCED }, {\n sup: function sup() {\n return createHTML(this, 'sup', '', '');\n }\n});\n","'use strict';\nvar internalStringTrim = require('../internals/string-trim');\nvar FORCED = require('../internals/forced-string-trim-method')('trim');\n\n// `String.prototype.trim` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.trim\nrequire('../internals/export')({ target: 'String', proto: true, forced: FORCED }, {\n trim: function trim() {\n return internalStringTrim(this, 3);\n }\n});\n","// `Symbol.iterator` well-known symbol\n// https://tc39.github.io/ecma262/#sec-symbol.iterator\nrequire('../internals/define-well-known-symbol')('iterator');\n","'use strict';\n// ECMAScript 6 symbols shim\nvar global = require('../internals/global');\nvar has = require('../internals/has');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar IS_PURE = require('../internals/is-pure');\nvar $export = require('../internals/export');\nvar redefine = require('../internals/redefine');\nvar hiddenKeys = require('../internals/hidden-keys');\nvar fails = require('../internals/fails');\nvar shared = require('../internals/shared');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar uid = require('../internals/uid');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar wrappedWellKnownSymbolModule = require('../internals/wrapped-well-known-symbol');\nvar defineWellKnownSymbol = require('../internals/define-well-known-symbol');\nvar enumKeys = require('../internals/enum-keys');\nvar isArray = require('../internals/is-array');\nvar anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar nativeObjectCreate = require('../internals/object-create');\nvar getOwnPropertyNamesExternal = require('../internals/object-get-own-property-names-external');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar hide = require('../internals/hide');\nvar objectKeys = require('../internals/object-keys');\nvar HIDDEN = require('../internals/shared-key')('hidden');\nvar InternalStateModule = require('../internals/internal-state');\nvar SYMBOL = 'Symbol';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(SYMBOL);\nvar nativeGetOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\nvar nativeDefineProperty = definePropertyModule.f;\nvar nativeGetOwnPropertyNames = getOwnPropertyNamesExternal.f;\nvar $Symbol = global.Symbol;\nvar JSON = global.JSON;\nvar nativeJSONStringify = JSON && JSON.stringify;\nvar PROTOTYPE = 'prototype';\nvar TO_PRIMITIVE = wellKnownSymbol('toPrimitive');\nvar nativePropertyIsEnumerable = propertyIsEnumerableModule.f;\nvar SymbolRegistry = shared('symbol-registry');\nvar AllSymbols = shared('symbols');\nvar ObjectPrototypeSymbols = shared('op-symbols');\nvar WellKnownSymbolsStore = shared('wks');\nvar ObjectPrototype = Object[PROTOTYPE];\nvar QObject = global.QObject;\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\n// Don't use setters in Qt Script, https://github.com/zloirock/core-js/issues/173\nvar USE_SETTER = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild;\n\n// fallback for old Android, https://code.google.com/p/v8/issues/detail?id=687\nvar setSymbolDescriptor = DESCRIPTORS && fails(function () {\n return nativeObjectCreate(nativeDefineProperty({}, 'a', {\n get: function () { return nativeDefineProperty(this, 'a', { value: 7 }).a; }\n })).a != 7;\n}) ? function (it, key, D) {\n var ObjectPrototypeDescriptor = nativeGetOwnPropertyDescriptor(ObjectPrototype, key);\n if (ObjectPrototypeDescriptor) delete ObjectPrototype[key];\n nativeDefineProperty(it, key, D);\n if (ObjectPrototypeDescriptor && it !== ObjectPrototype) {\n nativeDefineProperty(ObjectPrototype, key, ObjectPrototypeDescriptor);\n }\n} : nativeDefineProperty;\n\nvar wrap = function (tag, description) {\n var symbol = AllSymbols[tag] = nativeObjectCreate($Symbol[PROTOTYPE]);\n setInternalState(symbol, {\n type: SYMBOL,\n tag: tag,\n description: description\n });\n if (!DESCRIPTORS) symbol.description = description;\n return symbol;\n};\n\nvar isSymbol = NATIVE_SYMBOL && typeof $Symbol.iterator == 'symbol' ? function (it) {\n return typeof it == 'symbol';\n} : function (it) {\n return Object(it) instanceof $Symbol;\n};\n\nvar $defineProperty = function defineProperty(it, key, D) {\n if (it === ObjectPrototype) $defineProperty(ObjectPrototypeSymbols, key, D);\n anObject(it);\n key = toPrimitive(key, true);\n anObject(D);\n if (has(AllSymbols, key)) {\n if (!D.enumerable) {\n if (!has(it, HIDDEN)) nativeDefineProperty(it, HIDDEN, createPropertyDescriptor(1, {}));\n it[HIDDEN][key] = true;\n } else {\n if (has(it, HIDDEN) && it[HIDDEN][key]) it[HIDDEN][key] = false;\n D = nativeObjectCreate(D, { enumerable: createPropertyDescriptor(0, false) });\n } return setSymbolDescriptor(it, key, D);\n } return nativeDefineProperty(it, key, D);\n};\n\nvar $defineProperties = function defineProperties(it, P) {\n anObject(it);\n var keys = enumKeys(P = toIndexedObject(P));\n var i = 0;\n var l = keys.length;\n var key;\n while (l > i) $defineProperty(it, key = keys[i++], P[key]);\n return it;\n};\n\nvar $create = function create(it, P) {\n return P === undefined ? nativeObjectCreate(it) : $defineProperties(nativeObjectCreate(it), P);\n};\n\nvar $propertyIsEnumerable = function propertyIsEnumerable(key) {\n var E = nativePropertyIsEnumerable.call(this, key = toPrimitive(key, true));\n if (this === ObjectPrototype && has(AllSymbols, key) && !has(ObjectPrototypeSymbols, key)) return false;\n return E || !has(this, key) || !has(AllSymbols, key) || has(this, HIDDEN) && this[HIDDEN][key] ? E : true;\n};\n\nvar $getOwnPropertyDescriptor = function getOwnPropertyDescriptor(it, key) {\n it = toIndexedObject(it);\n key = toPrimitive(key, true);\n if (it === ObjectPrototype && has(AllSymbols, key) && !has(ObjectPrototypeSymbols, key)) return;\n var D = nativeGetOwnPropertyDescriptor(it, key);\n if (D && has(AllSymbols, key) && !(has(it, HIDDEN) && it[HIDDEN][key])) D.enumerable = true;\n return D;\n};\n\nvar $getOwnPropertyNames = function getOwnPropertyNames(it) {\n var names = nativeGetOwnPropertyNames(toIndexedObject(it));\n var result = [];\n var i = 0;\n var key;\n while (names.length > i) {\n if (!has(AllSymbols, key = names[i++]) && !has(hiddenKeys, key)) result.push(key);\n } return result;\n};\n\nvar $getOwnPropertySymbols = function getOwnPropertySymbols(it) {\n var IS_OP = it === ObjectPrototype;\n var names = nativeGetOwnPropertyNames(IS_OP ? ObjectPrototypeSymbols : toIndexedObject(it));\n var result = [];\n var i = 0;\n var key;\n while (names.length > i) {\n if (has(AllSymbols, key = names[i++]) && (IS_OP ? has(ObjectPrototype, key) : true)) result.push(AllSymbols[key]);\n } return result;\n};\n\n// `Symbol` constructor\n// https://tc39.github.io/ecma262/#sec-symbol-constructor\nif (!NATIVE_SYMBOL) {\n $Symbol = function Symbol() {\n if (this instanceof $Symbol) throw TypeError('Symbol is not a constructor');\n var description = arguments[0] === undefined ? undefined : String(arguments[0]);\n var tag = uid(description);\n var setter = function (value) {\n if (this === ObjectPrototype) setter.call(ObjectPrototypeSymbols, value);\n if (has(this, HIDDEN) && has(this[HIDDEN], tag)) this[HIDDEN][tag] = false;\n setSymbolDescriptor(this, tag, createPropertyDescriptor(1, value));\n };\n if (DESCRIPTORS && USE_SETTER) setSymbolDescriptor(ObjectPrototype, tag, { configurable: true, set: setter });\n return wrap(tag, description);\n };\n redefine($Symbol[PROTOTYPE], 'toString', function toString() {\n return getInternalState(this).tag;\n });\n\n propertyIsEnumerableModule.f = $propertyIsEnumerable;\n definePropertyModule.f = $defineProperty;\n getOwnPropertyDescriptorModule.f = $getOwnPropertyDescriptor;\n require('../internals/object-get-own-property-names').f = getOwnPropertyNamesExternal.f = $getOwnPropertyNames;\n require('../internals/object-get-own-property-symbols').f = $getOwnPropertySymbols;\n\n if (DESCRIPTORS) {\n // https://github.com/tc39/proposal-Symbol-description\n nativeDefineProperty($Symbol[PROTOTYPE], 'description', {\n configurable: true,\n get: function description() {\n return getInternalState(this).description;\n }\n });\n if (!IS_PURE) {\n redefine(ObjectPrototype, 'propertyIsEnumerable', $propertyIsEnumerable, { unsafe: true });\n }\n }\n\n wrappedWellKnownSymbolModule.f = function (name) {\n return wrap(wellKnownSymbol(name), name);\n };\n}\n\n$export({ global: true, wrap: true, forced: !NATIVE_SYMBOL, sham: !NATIVE_SYMBOL }, { Symbol: $Symbol });\n\nfor (var wellKnownSymbols = objectKeys(WellKnownSymbolsStore), k = 0; wellKnownSymbols.length > k;) {\n defineWellKnownSymbol(wellKnownSymbols[k++]);\n}\n\n$export({ target: SYMBOL, stat: true, forced: !NATIVE_SYMBOL }, {\n // `Symbol.for` method\n // https://tc39.github.io/ecma262/#sec-symbol.for\n 'for': function (key) {\n return has(SymbolRegistry, key += '')\n ? SymbolRegistry[key]\n : SymbolRegistry[key] = $Symbol(key);\n },\n // `Symbol.keyFor` method\n // https://tc39.github.io/ecma262/#sec-symbol.keyfor\n keyFor: function keyFor(sym) {\n if (!isSymbol(sym)) throw TypeError(sym + ' is not a symbol');\n for (var key in SymbolRegistry) if (SymbolRegistry[key] === sym) return key;\n },\n useSetter: function () { USE_SETTER = true; },\n useSimple: function () { USE_SETTER = false; }\n});\n\n$export({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL, sham: !DESCRIPTORS }, {\n // `Object.create` method\n // https://tc39.github.io/ecma262/#sec-object.create\n create: $create,\n // `Object.defineProperty` method\n // https://tc39.github.io/ecma262/#sec-object.defineproperty\n defineProperty: $defineProperty,\n // `Object.defineProperties` method\n // https://tc39.github.io/ecma262/#sec-object.defineproperties\n defineProperties: $defineProperties,\n // `Object.getOwnPropertyDescriptor` method\n // https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptors\n getOwnPropertyDescriptor: $getOwnPropertyDescriptor\n});\n\n$export({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL }, {\n // `Object.getOwnPropertyNames` method\n // https://tc39.github.io/ecma262/#sec-object.getownpropertynames\n getOwnPropertyNames: $getOwnPropertyNames,\n // `Object.getOwnPropertySymbols` method\n // https://tc39.github.io/ecma262/#sec-object.getownpropertysymbols\n getOwnPropertySymbols: $getOwnPropertySymbols\n});\n\n// `JSON.stringify` method behavior with symbols\n// https://tc39.github.io/ecma262/#sec-json.stringify\nJSON && $export({ target: 'JSON', stat: true, forced: !NATIVE_SYMBOL || fails(function () {\n var symbol = $Symbol();\n // MS Edge converts symbol values to JSON as {}\n return nativeJSONStringify([symbol]) != '[null]'\n // WebKit converts symbol values to JSON as null\n || nativeJSONStringify({ a: symbol }) != '{}'\n // V8 throws on boxed symbols\n || nativeJSONStringify(Object(symbol)) != '{}';\n}) }, {\n stringify: function stringify(it) {\n var args = [it];\n var i = 1;\n var replacer, $replacer;\n while (arguments.length > i) args.push(arguments[i++]);\n $replacer = replacer = args[1];\n if (!isObject(replacer) && it === undefined || isSymbol(it)) return; // IE8 returns string on undefined\n if (!isArray(replacer)) replacer = function (key, value) {\n if (typeof $replacer == 'function') value = $replacer.call(this, key, value);\n if (!isSymbol(value)) return value;\n };\n args[1] = replacer;\n return nativeJSONStringify.apply(JSON, args);\n }\n});\n\n// `Symbol.prototype[@@toPrimitive]` method\n// https://tc39.github.io/ecma262/#sec-symbol.prototype-@@toprimitive\nif (!$Symbol[PROTOTYPE][TO_PRIMITIVE]) hide($Symbol[PROTOTYPE], TO_PRIMITIVE, $Symbol[PROTOTYPE].valueOf);\n// `Symbol.prototype[@@toStringTag]` property\n// https://tc39.github.io/ecma262/#sec-symbol.prototype-@@tostringtag\nsetToStringTag($Symbol, SYMBOL);\n\nhiddenKeys[HIDDEN] = true;\n","'use strict';\nvar global = require('../internals/global');\nvar redefineAll = require('../internals/redefine-all');\nvar InternalMetadataModule = require('../internals/internal-metadata');\nvar weak = require('../internals/collection-weak');\nvar isObject = require('../internals/is-object');\nvar enforceIternalState = require('../internals/internal-state').enforce;\nvar NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar IS_IE11 = !global.ActiveXObject && 'ActiveXObject' in global;\nvar isExtensible = Object.isExtensible;\nvar InternalWeakMap;\n\nvar wrapper = function (get) {\n return function WeakMap() {\n return get(this, arguments.length > 0 ? arguments[0] : undefined);\n };\n};\n\n// `WeakMap` constructor\n// https://tc39.github.io/ecma262/#sec-weakmap-constructor\nvar $WeakMap = module.exports = require('../internals/collection')('WeakMap', wrapper, weak, true, true);\n\n// IE11 WeakMap frozen keys fix\n// We can't use feature detection because it crash some old IE builds\n// https://github.com/zloirock/core-js/issues/485\nif (NATIVE_WEAK_MAP && IS_IE11) {\n InternalWeakMap = weak.getConstructor(wrapper, 'WeakMap', true);\n InternalMetadataModule.REQUIRED = true;\n var WeakMapPrototype = $WeakMap.prototype;\n var nativeDelete = WeakMapPrototype['delete'];\n var nativeHas = WeakMapPrototype.has;\n var nativeGet = WeakMapPrototype.get;\n var nativeSet = WeakMapPrototype.set;\n redefineAll(WeakMapPrototype, {\n 'delete': function (key) {\n if (isObject(key) && !isExtensible(key)) {\n var state = enforceIternalState(this);\n if (!state.frozen) state.frozen = new InternalWeakMap();\n return nativeDelete.call(this, key) || state.frozen['delete'](key);\n } return nativeDelete.call(this, key);\n },\n has: function has(key) {\n if (isObject(key) && !isExtensible(key)) {\n var state = enforceIternalState(this);\n if (!state.frozen) state.frozen = new InternalWeakMap();\n return nativeHas.call(this, key) || state.frozen.has(key);\n } return nativeHas.call(this, key);\n },\n get: function get(key) {\n if (isObject(key) && !isExtensible(key)) {\n var state = enforceIternalState(this);\n if (!state.frozen) state.frozen = new InternalWeakMap();\n return nativeHas.call(this, key) ? nativeGet.call(this, key) : state.frozen.get(key);\n } return nativeGet.call(this, key);\n },\n set: function set(key, value) {\n if (isObject(key) && !isExtensible(key)) {\n var state = enforceIternalState(this);\n if (!state.frozen) state.frozen = new InternalWeakMap();\n nativeHas.call(this, key) ? nativeSet.call(this, key, value) : state.frozen.set(key, value);\n } else nativeSet.call(this, key, value);\n return this;\n }\n });\n}\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar toMetadataKey = ReflectMetadataModule.toKey;\nvar ordinaryDefineOwnMetadata = ReflectMetadataModule.set;\n\n// `Reflect.defineMetadata` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n defineMetadata: function defineMetadata(metadataKey, metadataValue, target /* , targetKey */) {\n var targetKey = arguments.length < 4 ? undefined : toMetadataKey(arguments[3]);\n ordinaryDefineOwnMetadata(metadataKey, metadataValue, anObject(target), targetKey);\n }\n});\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar toMetadataKey = ReflectMetadataModule.toKey;\nvar getOrCreateMetadataMap = ReflectMetadataModule.getMap;\nvar store = ReflectMetadataModule.store;\n\n// `Reflect.deleteMetadata` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n deleteMetadata: function deleteMetadata(metadataKey, target /* , targetKey */) {\n var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]);\n var metadataMap = getOrCreateMetadataMap(anObject(target), targetKey, false);\n if (metadataMap === undefined || !metadataMap['delete'](metadataKey)) return false;\n if (metadataMap.size) return true;\n var targetMetadata = store.get(target);\n targetMetadata['delete'](targetKey);\n return !!targetMetadata.size || store['delete'](target);\n }\n});\n","var Set = require('../modules/es.set');\nvar ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar iterate = require('../internals/iterate');\nvar ordinaryOwnMetadataKeys = ReflectMetadataModule.keys;\nvar toMetadataKey = ReflectMetadataModule.toKey;\n\nvar from = function (iter) {\n var result = [];\n iterate(iter, result.push, result);\n return result;\n};\n\nvar ordinaryMetadataKeys = function (O, P) {\n var oKeys = ordinaryOwnMetadataKeys(O, P);\n var parent = getPrototypeOf(O);\n if (parent === null) return oKeys;\n var pKeys = ordinaryMetadataKeys(parent, P);\n return pKeys.length ? oKeys.length ? from(new Set(oKeys.concat(pKeys))) : pKeys : oKeys;\n};\n\n// `Reflect.getMetadataKeys` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n getMetadataKeys: function getMetadataKeys(target /* , targetKey */) {\n var targetKey = arguments.length < 2 ? undefined : toMetadataKey(arguments[1]);\n return ordinaryMetadataKeys(anObject(target), targetKey);\n }\n});\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar ordinaryHasOwnMetadata = ReflectMetadataModule.has;\nvar ordinaryGetOwnMetadata = ReflectMetadataModule.get;\nvar toMetadataKey = ReflectMetadataModule.toKey;\n\nvar ordinaryGetMetadata = function (MetadataKey, O, P) {\n var hasOwn = ordinaryHasOwnMetadata(MetadataKey, O, P);\n if (hasOwn) return ordinaryGetOwnMetadata(MetadataKey, O, P);\n var parent = getPrototypeOf(O);\n return parent !== null ? ordinaryGetMetadata(MetadataKey, parent, P) : undefined;\n};\n\n// `Reflect.getMetadata` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n getMetadata: function getMetadata(metadataKey, target /* , targetKey */) {\n var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]);\n return ordinaryGetMetadata(metadataKey, anObject(target), targetKey);\n }\n});\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar ordinaryOwnMetadataKeys = ReflectMetadataModule.keys;\nvar toMetadataKey = ReflectMetadataModule.toKey;\n\n// `Reflect.getOwnMetadataKeys` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n getOwnMetadataKeys: function getOwnMetadataKeys(target /* , targetKey */) {\n var targetKey = arguments.length < 2 ? undefined : toMetadataKey(arguments[1]);\n return ordinaryOwnMetadataKeys(anObject(target), targetKey);\n }\n});\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar ordinaryGetOwnMetadata = ReflectMetadataModule.get;\nvar toMetadataKey = ReflectMetadataModule.toKey;\n\n// `Reflect.getOwnMetadata` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n getOwnMetadata: function getOwnMetadata(metadataKey, target /* , targetKey */) {\n var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]);\n return ordinaryGetOwnMetadata(metadataKey, anObject(target), targetKey);\n }\n});\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar ordinaryHasOwnMetadata = ReflectMetadataModule.has;\nvar toMetadataKey = ReflectMetadataModule.toKey;\n\nvar ordinaryHasMetadata = function (MetadataKey, O, P) {\n var hasOwn = ordinaryHasOwnMetadata(MetadataKey, O, P);\n if (hasOwn) return true;\n var parent = getPrototypeOf(O);\n return parent !== null ? ordinaryHasMetadata(MetadataKey, parent, P) : false;\n};\n\n// `Reflect.hasMetadata` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n hasMetadata: function hasMetadata(metadataKey, target /* , targetKey */) {\n var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]);\n return ordinaryHasMetadata(metadataKey, anObject(target), targetKey);\n }\n});\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar ordinaryHasOwnMetadata = ReflectMetadataModule.has;\nvar toMetadataKey = ReflectMetadataModule.toKey;\n\n// `Reflect.hasOwnMetadata` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n hasOwnMetadata: function hasOwnMetadata(metadataKey, target /* , targetKey */) {\n var targetKey = arguments.length < 3 ? undefined : toMetadataKey(arguments[2]);\n return ordinaryHasOwnMetadata(metadataKey, anObject(target), targetKey);\n }\n});\n","var ReflectMetadataModule = require('../internals/reflect-metadata');\nvar anObject = require('../internals/an-object');\nvar toMetadataKey = ReflectMetadataModule.toKey;\nvar ordinaryDefineOwnMetadata = ReflectMetadataModule.set;\n\n// `Reflect.metadata` method\n// https://github.com/rbuckton/reflect-metadata\nrequire('../internals/export')({ target: 'Reflect', stat: true }, {\n metadata: function metadata(metadataKey, metadataValue) {\n return function decorator(target, key) {\n ordinaryDefineOwnMetadata(metadataKey, metadataValue, anObject(target), toMetadataKey(key));\n };\n }\n});\n","var DOMIterables = require('../internals/dom-iterables');\nvar ArrayIteratorMethods = require('../modules/es.array.iterator');\nvar global = require('../internals/global');\nvar hide = require('../internals/hide');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar ITERATOR = wellKnownSymbol('iterator');\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar ArrayValues = ArrayIteratorMethods.values;\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n if (CollectionPrototype) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[ITERATOR] !== ArrayValues) try {\n hide(CollectionPrototype, ITERATOR, ArrayValues);\n } catch (error) {\n CollectionPrototype[ITERATOR] = ArrayValues;\n }\n if (!CollectionPrototype[TO_STRING_TAG]) hide(CollectionPrototype, TO_STRING_TAG, COLLECTION_NAME);\n if (DOMIterables[COLLECTION_NAME]) for (var METHOD_NAME in ArrayIteratorMethods) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[METHOD_NAME] !== ArrayIteratorMethods[METHOD_NAME]) try {\n hide(CollectionPrototype, METHOD_NAME, ArrayIteratorMethods[METHOD_NAME]);\n } catch (error) {\n CollectionPrototype[METHOD_NAME] = ArrayIteratorMethods[METHOD_NAME];\n }\n }\n }\n}\n","require('../modules/esnext.reflect.define-metadata');\nrequire('../modules/esnext.reflect.delete-metadata');\nrequire('../modules/esnext.reflect.get-metadata');\nrequire('../modules/esnext.reflect.get-metadata-keys');\nrequire('../modules/esnext.reflect.get-own-metadata');\nrequire('../modules/esnext.reflect.get-own-metadata-keys');\nrequire('../modules/esnext.reflect.has-metadata');\nrequire('../modules/esnext.reflect.has-own-metadata');\nrequire('../modules/esnext.reflect.metadata');\n","/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nimport 'core-js/es/reflect';\n","/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n// ES2015 symbol capabilities\nimport 'core-js/modules/es.symbol';\nimport 'core-js/modules/es.symbol.iterator';\n\n// ES2015 function capabilities\nimport 'core-js/modules/es.function.bind';\nimport 'core-js/modules/es.function.name';\nimport 'core-js/modules/es.function.has-instance';\n\n// ES2015 object capabilities\nimport 'core-js/modules/es.object.create';\nimport 'core-js/modules/es.object.define-property';\nimport 'core-js/modules/es.object.define-properties';\nimport 'core-js/modules/es.object.get-own-property-descriptor';\nimport 'core-js/modules/es.object.get-prototype-of';\nimport 'core-js/modules/es.object.keys';\nimport 'core-js/modules/es.object.get-own-property-names';\nimport 'core-js/modules/es.object.freeze';\nimport 'core-js/modules/es.object.seal';\nimport 'core-js/modules/es.object.prevent-extensions';\nimport 'core-js/modules/es.object.is-frozen';\nimport 'core-js/modules/es.object.is-sealed';\nimport 'core-js/modules/es.object.is-extensible';\nimport 'core-js/modules/es.object.assign';\nimport 'core-js/modules/es.object.is';\nimport 'core-js/modules/es.object.set-prototype-of';\nimport 'core-js/modules/es.object.to-string';\n\n// ES2015 array capabilities\nimport 'core-js/modules/es.array.is-array';\nimport 'core-js/modules/es.array.from';\nimport 'core-js/modules/es.array.of';\nimport 'core-js/modules/es.array.join';\nimport 'core-js/modules/es.array.slice';\nimport 'core-js/modules/es.array.sort';\nimport 'core-js/modules/es.array.for-each';\nimport 'core-js/modules/es.array.map';\nimport 'core-js/modules/es.array.filter';\nimport 'core-js/modules/es.array.some';\nimport 'core-js/modules/es.array.every';\nimport 'core-js/modules/es.array.reduce';\nimport 'core-js/modules/es.array.reduce-right';\nimport 'core-js/modules/es.array.index-of';\nimport 'core-js/modules/es.array.last-index-of';\nimport 'core-js/modules/es.array.copy-within';\nimport 'core-js/modules/es.array.fill';\nimport 'core-js/modules/es.array.find';\nimport 'core-js/modules/es.array.find-index';\nimport 'core-js/modules/es.array.iterator';\n\n// ES2015 string capabilities\nimport 'core-js/modules/es.string.from-code-point';\nimport 'core-js/modules/es.string.raw';\nimport 'core-js/modules/es.string.trim';\nimport 'core-js/modules/es.string.iterator';\nimport 'core-js/modules/es.string.code-point-at';\nimport 'core-js/modules/es.string.ends-with';\nimport 'core-js/modules/es.string.includes';\nimport 'core-js/modules/es.string.repeat';\nimport 'core-js/modules/es.string.starts-with';\nimport 'core-js/modules/es.string.anchor';\nimport 'core-js/modules/es.string.big';\nimport 'core-js/modules/es.string.blink';\nimport 'core-js/modules/es.string.bold';\nimport 'core-js/modules/es.string.fixed';\nimport 'core-js/modules/es.string.fontcolor';\nimport 'core-js/modules/es.string.fontsize';\nimport 'core-js/modules/es.string.italics';\nimport 'core-js/modules/es.string.link';\nimport 'core-js/modules/es.string.small';\nimport 'core-js/modules/es.string.strike';\nimport 'core-js/modules/es.string.sub';\nimport 'core-js/modules/es.string.sup';\n\nimport 'core-js/modules/es.parse-int';\nimport 'core-js/modules/es.parse-float';\n\nimport 'core-js/es/number';\nimport 'core-js/es/math';\nimport 'core-js/es/date';\nimport 'core-js/es/regexp';\n\nimport 'core-js/modules/es.map';\nimport 'core-js/modules/es.weak-map';\nimport 'core-js/modules/es.set';\nimport 'core-js/modules/web.dom-collections.iterator';\nimport 'core-js/modules/es.promise';\n","/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nimport 'core-js/proposals/reflect-metadata';\n","/* smoothscroll v0.4.4 - 2019 - Dustan Kasten, Jeremias Menichelli - MIT License */\n(function () {\n 'use strict';\n\n // polyfill\n function polyfill() {\n // aliases\n var w = window;\n var d = document;\n\n // return if scroll behavior is supported and polyfill is not forced\n if (\n 'scrollBehavior' in d.documentElement.style &&\n w.__forceSmoothScrollPolyfill__ !== true\n ) {\n return;\n }\n\n // globals\n var Element = w.HTMLElement || w.Element;\n var SCROLL_TIME = 468;\n\n // object gathering original scroll methods\n var original = {\n scroll: w.scroll || w.scrollTo,\n scrollBy: w.scrollBy,\n elementScroll: Element.prototype.scroll || scrollElement,\n scrollIntoView: Element.prototype.scrollIntoView\n };\n\n // define timing method\n var now =\n w.performance && w.performance.now\n ? w.performance.now.bind(w.performance)\n : Date.now;\n\n /**\n * indicates if a the current browser is made by Microsoft\n * @method isMicrosoftBrowser\n * @param {String} userAgent\n * @returns {Boolean}\n */\n function isMicrosoftBrowser(userAgent) {\n var userAgentPatterns = ['MSIE ', 'Trident/', 'Edge/'];\n\n return new RegExp(userAgentPatterns.join('|')).test(userAgent);\n }\n\n /*\n * IE has rounding bug rounding down clientHeight and clientWidth and\n * rounding up scrollHeight and scrollWidth causing false positives\n * on hasScrollableSpace\n */\n var ROUNDING_TOLERANCE = isMicrosoftBrowser(w.navigator.userAgent) ? 1 : 0;\n\n /**\n * changes scroll position inside an element\n * @method scrollElement\n * @param {Number} x\n * @param {Number} y\n * @returns {undefined}\n */\n function scrollElement(x, y) {\n this.scrollLeft = x;\n this.scrollTop = y;\n }\n\n /**\n * returns result of applying ease math function to a number\n * @method ease\n * @param {Number} k\n * @returns {Number}\n */\n function ease(k) {\n return 0.5 * (1 - Math.cos(Math.PI * k));\n }\n\n /**\n * indicates if a smooth behavior should be applied\n * @method shouldBailOut\n * @param {Number|Object} firstArg\n * @returns {Boolean}\n */\n function shouldBailOut(firstArg) {\n if (\n firstArg === null ||\n typeof firstArg !== 'object' ||\n firstArg.behavior === undefined ||\n firstArg.behavior === 'auto' ||\n firstArg.behavior === 'instant'\n ) {\n // first argument is not an object/null\n // or behavior is auto, instant or undefined\n return true;\n }\n\n if (typeof firstArg === 'object' && firstArg.behavior === 'smooth') {\n // first argument is an object and behavior is smooth\n return false;\n }\n\n // throw error when behavior is not supported\n throw new TypeError(\n 'behavior member of ScrollOptions ' +\n firstArg.behavior +\n ' is not a valid value for enumeration ScrollBehavior.'\n );\n }\n\n /**\n * indicates if an element has scrollable space in the provided axis\n * @method hasScrollableSpace\n * @param {Node} el\n * @param {String} axis\n * @returns {Boolean}\n */\n function hasScrollableSpace(el, axis) {\n if (axis === 'Y') {\n return el.clientHeight + ROUNDING_TOLERANCE < el.scrollHeight;\n }\n\n if (axis === 'X') {\n return el.clientWidth + ROUNDING_TOLERANCE < el.scrollWidth;\n }\n }\n\n /**\n * indicates if an element has a scrollable overflow property in the axis\n * @method canOverflow\n * @param {Node} el\n * @param {String} axis\n * @returns {Boolean}\n */\n function canOverflow(el, axis) {\n var overflowValue = w.getComputedStyle(el, null)['overflow' + axis];\n\n return overflowValue === 'auto' || overflowValue === 'scroll';\n }\n\n /**\n * indicates if an element can be scrolled in either axis\n * @method isScrollable\n * @param {Node} el\n * @param {String} axis\n * @returns {Boolean}\n */\n function isScrollable(el) {\n var isScrollableY = hasScrollableSpace(el, 'Y') && canOverflow(el, 'Y');\n var isScrollableX = hasScrollableSpace(el, 'X') && canOverflow(el, 'X');\n\n return isScrollableY || isScrollableX;\n }\n\n /**\n * finds scrollable parent of an element\n * @method findScrollableParent\n * @param {Node} el\n * @returns {Node} el\n */\n function findScrollableParent(el) {\n while (el !== d.body && isScrollable(el) === false) {\n el = el.parentNode || el.host;\n }\n\n return el;\n }\n\n /**\n * self invoked function that, given a context, steps through scrolling\n * @method step\n * @param {Object} context\n * @returns {undefined}\n */\n function step(context) {\n var time = now();\n var value;\n var currentX;\n var currentY;\n var elapsed = (time - context.startTime) / SCROLL_TIME;\n\n // avoid elapsed times higher than one\n elapsed = elapsed > 1 ? 1 : elapsed;\n\n // apply easing to elapsed time\n value = ease(elapsed);\n\n currentX = context.startX + (context.x - context.startX) * value;\n currentY = context.startY + (context.y - context.startY) * value;\n\n context.method.call(context.scrollable, currentX, currentY);\n\n // scroll more if we have not reached our destination\n if (currentX !== context.x || currentY !== context.y) {\n w.requestAnimationFrame(step.bind(w, context));\n }\n }\n\n /**\n * scrolls window or element with a smooth behavior\n * @method smoothScroll\n * @param {Object|Node} el\n * @param {Number} x\n * @param {Number} y\n * @returns {undefined}\n */\n function smoothScroll(el, x, y) {\n var scrollable;\n var startX;\n var startY;\n var method;\n var startTime = now();\n\n // define scroll context\n if (el === d.body) {\n scrollable = w;\n startX = w.scrollX || w.pageXOffset;\n startY = w.scrollY || w.pageYOffset;\n method = original.scroll;\n } else {\n scrollable = el;\n startX = el.scrollLeft;\n startY = el.scrollTop;\n method = scrollElement;\n }\n\n // scroll looping over a frame\n step({\n scrollable: scrollable,\n method: method,\n startTime: startTime,\n startX: startX,\n startY: startY,\n x: x,\n y: y\n });\n }\n\n // ORIGINAL METHODS OVERRIDES\n // w.scroll and w.scrollTo\n w.scroll = w.scrollTo = function() {\n // avoid action when no arguments are passed\n if (arguments[0] === undefined) {\n return;\n }\n\n // avoid smooth behavior if not required\n if (shouldBailOut(arguments[0]) === true) {\n original.scroll.call(\n w,\n arguments[0].left !== undefined\n ? arguments[0].left\n : typeof arguments[0] !== 'object'\n ? arguments[0]\n : w.scrollX || w.pageXOffset,\n // use top prop, second argument if present or fallback to scrollY\n arguments[0].top !== undefined\n ? arguments[0].top\n : arguments[1] !== undefined\n ? arguments[1]\n : w.scrollY || w.pageYOffset\n );\n\n return;\n }\n\n // LET THE SMOOTHNESS BEGIN!\n smoothScroll.call(\n w,\n d.body,\n arguments[0].left !== undefined\n ? ~~arguments[0].left\n : w.scrollX || w.pageXOffset,\n arguments[0].top !== undefined\n ? ~~arguments[0].top\n : w.scrollY || w.pageYOffset\n );\n };\n\n // w.scrollBy\n w.scrollBy = function() {\n // avoid action when no arguments are passed\n if (arguments[0] === undefined) {\n return;\n }\n\n // avoid smooth behavior if not required\n if (shouldBailOut(arguments[0])) {\n original.scrollBy.call(\n w,\n arguments[0].left !== undefined\n ? arguments[0].left\n : typeof arguments[0] !== 'object' ? arguments[0] : 0,\n arguments[0].top !== undefined\n ? arguments[0].top\n : arguments[1] !== undefined ? arguments[1] : 0\n );\n\n return;\n }\n\n // LET THE SMOOTHNESS BEGIN!\n smoothScroll.call(\n w,\n d.body,\n ~~arguments[0].left + (w.scrollX || w.pageXOffset),\n ~~arguments[0].top + (w.scrollY || w.pageYOffset)\n );\n };\n\n // Element.prototype.scroll and Element.prototype.scrollTo\n Element.prototype.scroll = Element.prototype.scrollTo = function() {\n // avoid action when no arguments are passed\n if (arguments[0] === undefined) {\n return;\n }\n\n // avoid smooth behavior if not required\n if (shouldBailOut(arguments[0]) === true) {\n // if one number is passed, throw error to match Firefox implementation\n if (typeof arguments[0] === 'number' && arguments[1] === undefined) {\n throw new SyntaxError('Value could not be converted');\n }\n\n original.elementScroll.call(\n this,\n // use left prop, first number argument or fallback to scrollLeft\n arguments[0].left !== undefined\n ? ~~arguments[0].left\n : typeof arguments[0] !== 'object' ? ~~arguments[0] : this.scrollLeft,\n // use top prop, second argument or fallback to scrollTop\n arguments[0].top !== undefined\n ? ~~arguments[0].top\n : arguments[1] !== undefined ? ~~arguments[1] : this.scrollTop\n );\n\n return;\n }\n\n var left = arguments[0].left;\n var top = arguments[0].top;\n\n // LET THE SMOOTHNESS BEGIN!\n smoothScroll.call(\n this,\n this,\n typeof left === 'undefined' ? this.scrollLeft : ~~left,\n typeof top === 'undefined' ? this.scrollTop : ~~top\n );\n };\n\n // Element.prototype.scrollBy\n Element.prototype.scrollBy = function() {\n // avoid action when no arguments are passed\n if (arguments[0] === undefined) {\n return;\n }\n\n // avoid smooth behavior if not required\n if (shouldBailOut(arguments[0]) === true) {\n original.elementScroll.call(\n this,\n arguments[0].left !== undefined\n ? ~~arguments[0].left + this.scrollLeft\n : ~~arguments[0] + this.scrollLeft,\n arguments[0].top !== undefined\n ? ~~arguments[0].top + this.scrollTop\n : ~~arguments[1] + this.scrollTop\n );\n\n return;\n }\n\n this.scroll({\n left: ~~arguments[0].left + this.scrollLeft,\n top: ~~arguments[0].top + this.scrollTop,\n behavior: arguments[0].behavior\n });\n };\n\n // Element.prototype.scrollIntoView\n Element.prototype.scrollIntoView = function() {\n // avoid smooth behavior if not required\n if (shouldBailOut(arguments[0]) === true) {\n original.scrollIntoView.call(\n this,\n arguments[0] === undefined ? true : arguments[0]\n );\n\n return;\n }\n\n // LET THE SMOOTHNESS BEGIN!\n var scrollableParent = findScrollableParent(this);\n var parentRects = scrollableParent.getBoundingClientRect();\n var clientRects = this.getBoundingClientRect();\n\n if (scrollableParent !== d.body) {\n // reveal element inside parent\n smoothScroll.call(\n this,\n scrollableParent,\n scrollableParent.scrollLeft + clientRects.left - parentRects.left,\n scrollableParent.scrollTop + clientRects.top - parentRects.top\n );\n\n // reveal parent in viewport unless is fixed\n if (w.getComputedStyle(scrollableParent).position !== 'fixed') {\n w.scrollBy({\n left: parentRects.left,\n top: parentRects.top,\n behavior: 'smooth'\n });\n }\n } else {\n // reveal element in viewport\n w.scrollBy({\n left: clientRects.left,\n top: clientRects.top,\n behavior: 'smooth'\n });\n }\n };\n }\n\n if (typeof exports === 'object' && typeof module !== 'undefined') {\n // commonjs\n module.exports = { polyfill: polyfill };\n } else {\n // global\n polyfill();\n }\n\n}());\n","/**\n* @license\n* Copyright Google Inc. All Rights Reserved.\n*\n* Use of this source code is governed by an MIT-style license that can be\n* found in the LICENSE file at https://angular.io/license\n*/\n(function (global, factory) {\n\ttypeof exports === 'object' && typeof module !== 'undefined' ? factory() :\n\ttypeof define === 'function' && define.amd ? define(factory) :\n\t(factory());\n}(this, (function () { 'use strict';\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nvar Zone$1 = (function (global) {\n var performance = global['performance'];\n function mark(name) {\n performance && performance['mark'] && performance['mark'](name);\n }\n function performanceMeasure(name, label) {\n performance && performance['measure'] && performance['measure'](name, label);\n }\n mark('Zone');\n var checkDuplicate = global[('__zone_symbol__forceDuplicateZoneCheck')] === true;\n if (global['Zone']) {\n // if global['Zone'] already exists (maybe zone.js was already loaded or\n // some other lib also registered a global object named Zone), we may need\n // to throw an error, but sometimes user may not want this error.\n // For example,\n // we have two web pages, page1 includes zone.js, page2 doesn't.\n // and the 1st time user load page1 and page2, everything work fine,\n // but when user load page2 again, error occurs because global['Zone'] already exists.\n // so we add a flag to let user choose whether to throw this error or not.\n // By default, if existing Zone is from zone.js, we will not throw the error.\n if (checkDuplicate || typeof global['Zone'].__symbol__ !== 'function') {\n throw new Error('Zone already loaded.');\n }\n else {\n return global['Zone'];\n }\n }\n var Zone = /** @class */ (function () {\n function Zone(parent, zoneSpec) {\n this._parent = parent;\n this._name = zoneSpec ? zoneSpec.name || 'unnamed' : '';\n this._properties = zoneSpec && zoneSpec.properties || {};\n this._zoneDelegate =\n new ZoneDelegate(this, this._parent && this._parent._zoneDelegate, zoneSpec);\n }\n Zone.assertZonePatched = function () {\n if (global['Promise'] !== patches['ZoneAwarePromise']) {\n throw new Error('Zone.js has detected that ZoneAwarePromise `(window|global).Promise` ' +\n 'has been overwritten.\\n' +\n 'Most likely cause is that a Promise polyfill has been loaded ' +\n 'after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. ' +\n 'If you must load one, do so before loading zone.js.)');\n }\n };\n Object.defineProperty(Zone, \"root\", {\n get: function () {\n var zone = Zone.current;\n while (zone.parent) {\n zone = zone.parent;\n }\n return zone;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(Zone, \"current\", {\n get: function () {\n return _currentZoneFrame.zone;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(Zone, \"currentTask\", {\n get: function () {\n return _currentTask;\n },\n enumerable: true,\n configurable: true\n });\n Zone.__load_patch = function (name, fn) {\n if (patches.hasOwnProperty(name)) {\n if (checkDuplicate) {\n throw Error('Already loaded patch: ' + name);\n }\n }\n else if (!global['__Zone_disable_' + name]) {\n var perfName = 'Zone:' + name;\n mark(perfName);\n patches[name] = fn(global, Zone, _api);\n performanceMeasure(perfName, perfName);\n }\n };\n Object.defineProperty(Zone.prototype, \"parent\", {\n get: function () {\n return this._parent;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(Zone.prototype, \"name\", {\n get: function () {\n return this._name;\n },\n enumerable: true,\n configurable: true\n });\n Zone.prototype.get = function (key) {\n var zone = this.getZoneWith(key);\n if (zone)\n return zone._properties[key];\n };\n Zone.prototype.getZoneWith = function (key) {\n var current = this;\n while (current) {\n if (current._properties.hasOwnProperty(key)) {\n return current;\n }\n current = current._parent;\n }\n return null;\n };\n Zone.prototype.fork = function (zoneSpec) {\n if (!zoneSpec)\n throw new Error('ZoneSpec required!');\n return this._zoneDelegate.fork(this, zoneSpec);\n };\n Zone.prototype.wrap = function (callback, source) {\n if (typeof callback !== 'function') {\n throw new Error('Expecting function got: ' + callback);\n }\n var _callback = this._zoneDelegate.intercept(this, callback, source);\n var zone = this;\n return function () {\n return zone.runGuarded(_callback, this, arguments, source);\n };\n };\n Zone.prototype.run = function (callback, applyThis, applyArgs, source) {\n _currentZoneFrame = { parent: _currentZoneFrame, zone: this };\n try {\n return this._zoneDelegate.invoke(this, callback, applyThis, applyArgs, source);\n }\n finally {\n _currentZoneFrame = _currentZoneFrame.parent;\n }\n };\n Zone.prototype.runGuarded = function (callback, applyThis, applyArgs, source) {\n if (applyThis === void 0) { applyThis = null; }\n _currentZoneFrame = { parent: _currentZoneFrame, zone: this };\n try {\n try {\n return this._zoneDelegate.invoke(this, callback, applyThis, applyArgs, source);\n }\n catch (error) {\n if (this._zoneDelegate.handleError(this, error)) {\n throw error;\n }\n }\n }\n finally {\n _currentZoneFrame = _currentZoneFrame.parent;\n }\n };\n Zone.prototype.runTask = function (task, applyThis, applyArgs) {\n if (task.zone != this) {\n throw new Error('A task can only be run in the zone of creation! (Creation: ' +\n (task.zone || NO_ZONE).name + '; Execution: ' + this.name + ')');\n }\n // https://github.com/angular/zone.js/issues/778, sometimes eventTask\n // will run in notScheduled(canceled) state, we should not try to\n // run such kind of task but just return\n if (task.state === notScheduled && (task.type === eventTask || task.type === macroTask)) {\n return;\n }\n var reEntryGuard = task.state != running;\n reEntryGuard && task._transitionTo(running, scheduled);\n task.runCount++;\n var previousTask = _currentTask;\n _currentTask = task;\n _currentZoneFrame = { parent: _currentZoneFrame, zone: this };\n try {\n if (task.type == macroTask && task.data && !task.data.isPeriodic) {\n task.cancelFn = undefined;\n }\n try {\n return this._zoneDelegate.invokeTask(this, task, applyThis, applyArgs);\n }\n catch (error) {\n if (this._zoneDelegate.handleError(this, error)) {\n throw error;\n }\n }\n }\n finally {\n // if the task's state is notScheduled or unknown, then it has already been cancelled\n // we should not reset the state to scheduled\n if (task.state !== notScheduled && task.state !== unknown) {\n if (task.type == eventTask || (task.data && task.data.isPeriodic)) {\n reEntryGuard && task._transitionTo(scheduled, running);\n }\n else {\n task.runCount = 0;\n this._updateTaskCount(task, -1);\n reEntryGuard &&\n task._transitionTo(notScheduled, running, notScheduled);\n }\n }\n _currentZoneFrame = _currentZoneFrame.parent;\n _currentTask = previousTask;\n }\n };\n Zone.prototype.scheduleTask = function (task) {\n if (task.zone && task.zone !== this) {\n // check if the task was rescheduled, the newZone\n // should not be the children of the original zone\n var newZone = this;\n while (newZone) {\n if (newZone === task.zone) {\n throw Error(\"can not reschedule task to \" + this.name + \" which is descendants of the original zone \" + task.zone.name);\n }\n newZone = newZone.parent;\n }\n }\n task._transitionTo(scheduling, notScheduled);\n var zoneDelegates = [];\n task._zoneDelegates = zoneDelegates;\n task._zone = this;\n try {\n task = this._zoneDelegate.scheduleTask(this, task);\n }\n catch (err) {\n // should set task's state to unknown when scheduleTask throw error\n // because the err may from reschedule, so the fromState maybe notScheduled\n task._transitionTo(unknown, scheduling, notScheduled);\n // TODO: @JiaLiPassion, should we check the result from handleError?\n this._zoneDelegate.handleError(this, err);\n throw err;\n }\n if (task._zoneDelegates === zoneDelegates) {\n // we have to check because internally the delegate can reschedule the task.\n this._updateTaskCount(task, 1);\n }\n if (task.state == scheduling) {\n task._transitionTo(scheduled, scheduling);\n }\n return task;\n };\n Zone.prototype.scheduleMicroTask = function (source, callback, data, customSchedule) {\n return this.scheduleTask(new ZoneTask(microTask, source, callback, data, customSchedule, undefined));\n };\n Zone.prototype.scheduleMacroTask = function (source, callback, data, customSchedule, customCancel) {\n return this.scheduleTask(new ZoneTask(macroTask, source, callback, data, customSchedule, customCancel));\n };\n Zone.prototype.scheduleEventTask = function (source, callback, data, customSchedule, customCancel) {\n return this.scheduleTask(new ZoneTask(eventTask, source, callback, data, customSchedule, customCancel));\n };\n Zone.prototype.cancelTask = function (task) {\n if (task.zone != this)\n throw new Error('A task can only be cancelled in the zone of creation! (Creation: ' +\n (task.zone || NO_ZONE).name + '; Execution: ' + this.name + ')');\n task._transitionTo(canceling, scheduled, running);\n try {\n this._zoneDelegate.cancelTask(this, task);\n }\n catch (err) {\n // if error occurs when cancelTask, transit the state to unknown\n task._transitionTo(unknown, canceling);\n this._zoneDelegate.handleError(this, err);\n throw err;\n }\n this._updateTaskCount(task, -1);\n task._transitionTo(notScheduled, canceling);\n task.runCount = 0;\n return task;\n };\n Zone.prototype._updateTaskCount = function (task, count) {\n var zoneDelegates = task._zoneDelegates;\n if (count == -1) {\n task._zoneDelegates = null;\n }\n for (var i = 0; i < zoneDelegates.length; i++) {\n zoneDelegates[i]._updateTaskCount(task.type, count);\n }\n };\n Zone.__symbol__ = __symbol__;\n return Zone;\n }());\n var DELEGATE_ZS = {\n name: '',\n onHasTask: function (delegate, _, target, hasTaskState) { return delegate.hasTask(target, hasTaskState); },\n onScheduleTask: function (delegate, _, target, task) {\n return delegate.scheduleTask(target, task);\n },\n onInvokeTask: function (delegate, _, target, task, applyThis, applyArgs) {\n return delegate.invokeTask(target, task, applyThis, applyArgs);\n },\n onCancelTask: function (delegate, _, target, task) { return delegate.cancelTask(target, task); }\n };\n var ZoneDelegate = /** @class */ (function () {\n function ZoneDelegate(zone, parentDelegate, zoneSpec) {\n this._taskCounts = { 'microTask': 0, 'macroTask': 0, 'eventTask': 0 };\n this.zone = zone;\n this._parentDelegate = parentDelegate;\n this._forkZS = zoneSpec && (zoneSpec && zoneSpec.onFork ? zoneSpec : parentDelegate._forkZS);\n this._forkDlgt = zoneSpec && (zoneSpec.onFork ? parentDelegate : parentDelegate._forkDlgt);\n this._forkCurrZone = zoneSpec && (zoneSpec.onFork ? this.zone : parentDelegate.zone);\n this._interceptZS =\n zoneSpec && (zoneSpec.onIntercept ? zoneSpec : parentDelegate._interceptZS);\n this._interceptDlgt =\n zoneSpec && (zoneSpec.onIntercept ? parentDelegate : parentDelegate._interceptDlgt);\n this._interceptCurrZone =\n zoneSpec && (zoneSpec.onIntercept ? this.zone : parentDelegate.zone);\n this._invokeZS = zoneSpec && (zoneSpec.onInvoke ? zoneSpec : parentDelegate._invokeZS);\n this._invokeDlgt =\n zoneSpec && (zoneSpec.onInvoke ? parentDelegate : parentDelegate._invokeDlgt);\n this._invokeCurrZone = zoneSpec && (zoneSpec.onInvoke ? this.zone : parentDelegate.zone);\n this._handleErrorZS =\n zoneSpec && (zoneSpec.onHandleError ? zoneSpec : parentDelegate._handleErrorZS);\n this._handleErrorDlgt =\n zoneSpec && (zoneSpec.onHandleError ? parentDelegate : parentDelegate._handleErrorDlgt);\n this._handleErrorCurrZone =\n zoneSpec && (zoneSpec.onHandleError ? this.zone : parentDelegate.zone);\n this._scheduleTaskZS =\n zoneSpec && (zoneSpec.onScheduleTask ? zoneSpec : parentDelegate._scheduleTaskZS);\n this._scheduleTaskDlgt = zoneSpec &&\n (zoneSpec.onScheduleTask ? parentDelegate : parentDelegate._scheduleTaskDlgt);\n this._scheduleTaskCurrZone =\n zoneSpec && (zoneSpec.onScheduleTask ? this.zone : parentDelegate.zone);\n this._invokeTaskZS =\n zoneSpec && (zoneSpec.onInvokeTask ? zoneSpec : parentDelegate._invokeTaskZS);\n this._invokeTaskDlgt =\n zoneSpec && (zoneSpec.onInvokeTask ? parentDelegate : parentDelegate._invokeTaskDlgt);\n this._invokeTaskCurrZone =\n zoneSpec && (zoneSpec.onInvokeTask ? this.zone : parentDelegate.zone);\n this._cancelTaskZS =\n zoneSpec && (zoneSpec.onCancelTask ? zoneSpec : parentDelegate._cancelTaskZS);\n this._cancelTaskDlgt =\n zoneSpec && (zoneSpec.onCancelTask ? parentDelegate : parentDelegate._cancelTaskDlgt);\n this._cancelTaskCurrZone =\n zoneSpec && (zoneSpec.onCancelTask ? this.zone : parentDelegate.zone);\n this._hasTaskZS = null;\n this._hasTaskDlgt = null;\n this._hasTaskDlgtOwner = null;\n this._hasTaskCurrZone = null;\n var zoneSpecHasTask = zoneSpec && zoneSpec.onHasTask;\n var parentHasTask = parentDelegate && parentDelegate._hasTaskZS;\n if (zoneSpecHasTask || parentHasTask) {\n // If we need to report hasTask, than this ZS needs to do ref counting on tasks. In such\n // a case all task related interceptors must go through this ZD. We can't short circuit it.\n this._hasTaskZS = zoneSpecHasTask ? zoneSpec : DELEGATE_ZS;\n this._hasTaskDlgt = parentDelegate;\n this._hasTaskDlgtOwner = this;\n this._hasTaskCurrZone = zone;\n if (!zoneSpec.onScheduleTask) {\n this._scheduleTaskZS = DELEGATE_ZS;\n this._scheduleTaskDlgt = parentDelegate;\n this._scheduleTaskCurrZone = this.zone;\n }\n if (!zoneSpec.onInvokeTask) {\n this._invokeTaskZS = DELEGATE_ZS;\n this._invokeTaskDlgt = parentDelegate;\n this._invokeTaskCurrZone = this.zone;\n }\n if (!zoneSpec.onCancelTask) {\n this._cancelTaskZS = DELEGATE_ZS;\n this._cancelTaskDlgt = parentDelegate;\n this._cancelTaskCurrZone = this.zone;\n }\n }\n }\n ZoneDelegate.prototype.fork = function (targetZone, zoneSpec) {\n return this._forkZS ? this._forkZS.onFork(this._forkDlgt, this.zone, targetZone, zoneSpec) :\n new Zone(targetZone, zoneSpec);\n };\n ZoneDelegate.prototype.intercept = function (targetZone, callback, source) {\n return this._interceptZS ?\n this._interceptZS.onIntercept(this._interceptDlgt, this._interceptCurrZone, targetZone, callback, source) :\n callback;\n };\n ZoneDelegate.prototype.invoke = function (targetZone, callback, applyThis, applyArgs, source) {\n return this._invokeZS ? this._invokeZS.onInvoke(this._invokeDlgt, this._invokeCurrZone, targetZone, callback, applyThis, applyArgs, source) :\n callback.apply(applyThis, applyArgs);\n };\n ZoneDelegate.prototype.handleError = function (targetZone, error) {\n return this._handleErrorZS ?\n this._handleErrorZS.onHandleError(this._handleErrorDlgt, this._handleErrorCurrZone, targetZone, error) :\n true;\n };\n ZoneDelegate.prototype.scheduleTask = function (targetZone, task) {\n var returnTask = task;\n if (this._scheduleTaskZS) {\n if (this._hasTaskZS) {\n returnTask._zoneDelegates.push(this._hasTaskDlgtOwner);\n }\n returnTask = this._scheduleTaskZS.onScheduleTask(this._scheduleTaskDlgt, this._scheduleTaskCurrZone, targetZone, task);\n if (!returnTask)\n returnTask = task;\n }\n else {\n if (task.scheduleFn) {\n task.scheduleFn(task);\n }\n else if (task.type == microTask) {\n scheduleMicroTask(task);\n }\n else {\n throw new Error('Task is missing scheduleFn.');\n }\n }\n return returnTask;\n };\n ZoneDelegate.prototype.invokeTask = function (targetZone, task, applyThis, applyArgs) {\n return this._invokeTaskZS ? this._invokeTaskZS.onInvokeTask(this._invokeTaskDlgt, this._invokeTaskCurrZone, targetZone, task, applyThis, applyArgs) :\n task.callback.apply(applyThis, applyArgs);\n };\n ZoneDelegate.prototype.cancelTask = function (targetZone, task) {\n var value;\n if (this._cancelTaskZS) {\n value = this._cancelTaskZS.onCancelTask(this._cancelTaskDlgt, this._cancelTaskCurrZone, targetZone, task);\n }\n else {\n if (!task.cancelFn) {\n throw Error('Task is not cancelable');\n }\n value = task.cancelFn(task);\n }\n return value;\n };\n ZoneDelegate.prototype.hasTask = function (targetZone, isEmpty) {\n // hasTask should not throw error so other ZoneDelegate\n // can still trigger hasTask callback\n try {\n this._hasTaskZS &&\n this._hasTaskZS.onHasTask(this._hasTaskDlgt, this._hasTaskCurrZone, targetZone, isEmpty);\n }\n catch (err) {\n this.handleError(targetZone, err);\n }\n };\n ZoneDelegate.prototype._updateTaskCount = function (type, count) {\n var counts = this._taskCounts;\n var prev = counts[type];\n var next = counts[type] = prev + count;\n if (next < 0) {\n throw new Error('More tasks executed then were scheduled.');\n }\n if (prev == 0 || next == 0) {\n var isEmpty = {\n microTask: counts['microTask'] > 0,\n macroTask: counts['macroTask'] > 0,\n eventTask: counts['eventTask'] > 0,\n change: type\n };\n this.hasTask(this.zone, isEmpty);\n }\n };\n return ZoneDelegate;\n }());\n var ZoneTask = /** @class */ (function () {\n function ZoneTask(type, source, callback, options, scheduleFn, cancelFn) {\n this._zone = null;\n this.runCount = 0;\n this._zoneDelegates = null;\n this._state = 'notScheduled';\n this.type = type;\n this.source = source;\n this.data = options;\n this.scheduleFn = scheduleFn;\n this.cancelFn = cancelFn;\n this.callback = callback;\n var self = this;\n // TODO: @JiaLiPassion options should have interface\n if (type === eventTask && options && options.useG) {\n this.invoke = ZoneTask.invokeTask;\n }\n else {\n this.invoke = function () {\n return ZoneTask.invokeTask.call(global, self, this, arguments);\n };\n }\n }\n ZoneTask.invokeTask = function (task, target, args) {\n if (!task) {\n task = this;\n }\n _numberOfNestedTaskFrames++;\n try {\n task.runCount++;\n return task.zone.runTask(task, target, args);\n }\n finally {\n if (_numberOfNestedTaskFrames == 1) {\n drainMicroTaskQueue();\n }\n _numberOfNestedTaskFrames--;\n }\n };\n Object.defineProperty(ZoneTask.prototype, \"zone\", {\n get: function () {\n return this._zone;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(ZoneTask.prototype, \"state\", {\n get: function () {\n return this._state;\n },\n enumerable: true,\n configurable: true\n });\n ZoneTask.prototype.cancelScheduleRequest = function () {\n this._transitionTo(notScheduled, scheduling);\n };\n ZoneTask.prototype._transitionTo = function (toState, fromState1, fromState2) {\n if (this._state === fromState1 || this._state === fromState2) {\n this._state = toState;\n if (toState == notScheduled) {\n this._zoneDelegates = null;\n }\n }\n else {\n throw new Error(this.type + \" '\" + this.source + \"': can not transition to '\" + toState + \"', expecting state '\" + fromState1 + \"'\" + (fromState2 ? ' or \\'' + fromState2 + '\\'' : '') + \", was '\" + this._state + \"'.\");\n }\n };\n ZoneTask.prototype.toString = function () {\n if (this.data && typeof this.data.handleId !== 'undefined') {\n return this.data.handleId.toString();\n }\n else {\n return Object.prototype.toString.call(this);\n }\n };\n // add toJSON method to prevent cyclic error when\n // call JSON.stringify(zoneTask)\n ZoneTask.prototype.toJSON = function () {\n return {\n type: this.type,\n state: this.state,\n source: this.source,\n zone: this.zone.name,\n runCount: this.runCount\n };\n };\n return ZoneTask;\n }());\n //////////////////////////////////////////////////////\n //////////////////////////////////////////////////////\n /// MICROTASK QUEUE\n //////////////////////////////////////////////////////\n //////////////////////////////////////////////////////\n var symbolSetTimeout = __symbol__('setTimeout');\n var symbolPromise = __symbol__('Promise');\n var symbolThen = __symbol__('then');\n var _microTaskQueue = [];\n var _isDrainingMicrotaskQueue = false;\n var nativeMicroTaskQueuePromise;\n function scheduleMicroTask(task) {\n // if we are not running in any task, and there has not been anything scheduled\n // we must bootstrap the initial task creation by manually scheduling the drain\n if (_numberOfNestedTaskFrames === 0 && _microTaskQueue.length === 0) {\n // We are not running in Task, so we need to kickstart the microtask queue.\n if (!nativeMicroTaskQueuePromise) {\n if (global[symbolPromise]) {\n nativeMicroTaskQueuePromise = global[symbolPromise].resolve(0);\n }\n }\n if (nativeMicroTaskQueuePromise) {\n var nativeThen = nativeMicroTaskQueuePromise[symbolThen];\n if (!nativeThen) {\n // native Promise is not patchable, we need to use `then` directly\n // issue 1078\n nativeThen = nativeMicroTaskQueuePromise['then'];\n }\n nativeThen.call(nativeMicroTaskQueuePromise, drainMicroTaskQueue);\n }\n else {\n global[symbolSetTimeout](drainMicroTaskQueue, 0);\n }\n }\n task && _microTaskQueue.push(task);\n }\n function drainMicroTaskQueue() {\n if (!_isDrainingMicrotaskQueue) {\n _isDrainingMicrotaskQueue = true;\n while (_microTaskQueue.length) {\n var queue = _microTaskQueue;\n _microTaskQueue = [];\n for (var i = 0; i < queue.length; i++) {\n var task = queue[i];\n try {\n task.zone.runTask(task, null, null);\n }\n catch (error) {\n _api.onUnhandledError(error);\n }\n }\n }\n _api.microtaskDrainDone();\n _isDrainingMicrotaskQueue = false;\n }\n }\n //////////////////////////////////////////////////////\n //////////////////////////////////////////////////////\n /// BOOTSTRAP\n //////////////////////////////////////////////////////\n //////////////////////////////////////////////////////\n var NO_ZONE = { name: 'NO ZONE' };\n var notScheduled = 'notScheduled', scheduling = 'scheduling', scheduled = 'scheduled', running = 'running', canceling = 'canceling', unknown = 'unknown';\n var microTask = 'microTask', macroTask = 'macroTask', eventTask = 'eventTask';\n var patches = {};\n var _api = {\n symbol: __symbol__,\n currentZoneFrame: function () { return _currentZoneFrame; },\n onUnhandledError: noop,\n microtaskDrainDone: noop,\n scheduleMicroTask: scheduleMicroTask,\n showUncaughtError: function () { return !Zone[__symbol__('ignoreConsoleErrorUncaughtError')]; },\n patchEventTarget: function () { return []; },\n patchOnProperties: noop,\n patchMethod: function () { return noop; },\n bindArguments: function () { return []; },\n patchThen: function () { return noop; },\n patchMacroTask: function () { return noop; },\n setNativePromise: function (NativePromise) {\n // sometimes NativePromise.resolve static function\n // is not ready yet, (such as core-js/es6.promise)\n // so we need to check here.\n if (NativePromise && typeof NativePromise.resolve === 'function') {\n nativeMicroTaskQueuePromise = NativePromise.resolve(0);\n }\n },\n patchEventPrototype: function () { return noop; },\n isIEOrEdge: function () { return false; },\n getGlobalObjects: function () { return undefined; },\n ObjectDefineProperty: function () { return noop; },\n ObjectGetOwnPropertyDescriptor: function () { return undefined; },\n ObjectCreate: function () { return undefined; },\n ArraySlice: function () { return []; },\n patchClass: function () { return noop; },\n wrapWithCurrentZone: function () { return noop; },\n filterProperties: function () { return []; },\n attachOriginToPatched: function () { return noop; },\n _redefineProperty: function () { return noop; },\n patchCallbacks: function () { return noop; }\n };\n var _currentZoneFrame = { parent: null, zone: new Zone(null, null) };\n var _currentTask = null;\n var _numberOfNestedTaskFrames = 0;\n function noop() { }\n function __symbol__(name) {\n return '__zone_symbol__' + name;\n }\n performanceMeasure('Zone', 'Zone');\n return global['Zone'] = Zone;\n})(typeof window !== 'undefined' && window || typeof self !== 'undefined' && self || global);\n\nvar __values = (undefined && undefined.__values) || function (o) {\n var m = typeof Symbol === \"function\" && o[Symbol.iterator], i = 0;\n if (m) return m.call(o);\n return {\n next: function () {\n if (o && i >= o.length) o = void 0;\n return { value: o && o[i++], done: !o };\n }\n };\n};\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nZone.__load_patch('ZoneAwarePromise', function (global, Zone, api) {\n var ObjectGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n var ObjectDefineProperty = Object.defineProperty;\n function readableObjectToString(obj) {\n if (obj && obj.toString === Object.prototype.toString) {\n var className = obj.constructor && obj.constructor.name;\n return (className ? className : '') + ': ' + JSON.stringify(obj);\n }\n return obj ? obj.toString() : Object.prototype.toString.call(obj);\n }\n var __symbol__ = api.symbol;\n var _uncaughtPromiseErrors = [];\n var symbolPromise = __symbol__('Promise');\n var symbolThen = __symbol__('then');\n var creationTrace = '__creationTrace__';\n api.onUnhandledError = function (e) {\n if (api.showUncaughtError()) {\n var rejection = e && e.rejection;\n if (rejection) {\n console.error('Unhandled Promise rejection:', rejection instanceof Error ? rejection.message : rejection, '; Zone:', e.zone.name, '; Task:', e.task && e.task.source, '; Value:', rejection, rejection instanceof Error ? rejection.stack : undefined);\n }\n else {\n console.error(e);\n }\n }\n };\n api.microtaskDrainDone = function () {\n while (_uncaughtPromiseErrors.length) {\n var _loop_1 = function () {\n var uncaughtPromiseError = _uncaughtPromiseErrors.shift();\n try {\n uncaughtPromiseError.zone.runGuarded(function () {\n throw uncaughtPromiseError;\n });\n }\n catch (error) {\n handleUnhandledRejection(error);\n }\n };\n while (_uncaughtPromiseErrors.length) {\n _loop_1();\n }\n }\n };\n var UNHANDLED_PROMISE_REJECTION_HANDLER_SYMBOL = __symbol__('unhandledPromiseRejectionHandler');\n function handleUnhandledRejection(e) {\n api.onUnhandledError(e);\n try {\n var handler = Zone[UNHANDLED_PROMISE_REJECTION_HANDLER_SYMBOL];\n if (handler && typeof handler === 'function') {\n handler.call(this, e);\n }\n }\n catch (err) {\n }\n }\n function isThenable(value) {\n return value && value.then;\n }\n function forwardResolution(value) {\n return value;\n }\n function forwardRejection(rejection) {\n return ZoneAwarePromise.reject(rejection);\n }\n var symbolState = __symbol__('state');\n var symbolValue = __symbol__('value');\n var symbolFinally = __symbol__('finally');\n var symbolParentPromiseValue = __symbol__('parentPromiseValue');\n var symbolParentPromiseState = __symbol__('parentPromiseState');\n var source = 'Promise.then';\n var UNRESOLVED = null;\n var RESOLVED = true;\n var REJECTED = false;\n var REJECTED_NO_CATCH = 0;\n function makeResolver(promise, state) {\n return function (v) {\n try {\n resolvePromise(promise, state, v);\n }\n catch (err) {\n resolvePromise(promise, false, err);\n }\n // Do not return value or you will break the Promise spec.\n };\n }\n var once = function () {\n var wasCalled = false;\n return function wrapper(wrappedFunction) {\n return function () {\n if (wasCalled) {\n return;\n }\n wasCalled = true;\n wrappedFunction.apply(null, arguments);\n };\n };\n };\n var TYPE_ERROR = 'Promise resolved with itself';\n var CURRENT_TASK_TRACE_SYMBOL = __symbol__('currentTaskTrace');\n // Promise Resolution\n function resolvePromise(promise, state, value) {\n var onceWrapper = once();\n if (promise === value) {\n throw new TypeError(TYPE_ERROR);\n }\n if (promise[symbolState] === UNRESOLVED) {\n // should only get value.then once based on promise spec.\n var then = null;\n try {\n if (typeof value === 'object' || typeof value === 'function') {\n then = value && value.then;\n }\n }\n catch (err) {\n onceWrapper(function () {\n resolvePromise(promise, false, err);\n })();\n return promise;\n }\n // if (value instanceof ZoneAwarePromise) {\n if (state !== REJECTED && value instanceof ZoneAwarePromise &&\n value.hasOwnProperty(symbolState) && value.hasOwnProperty(symbolValue) &&\n value[symbolState] !== UNRESOLVED) {\n clearRejectedNoCatch(value);\n resolvePromise(promise, value[symbolState], value[symbolValue]);\n }\n else if (state !== REJECTED && typeof then === 'function') {\n try {\n then.call(value, onceWrapper(makeResolver(promise, state)), onceWrapper(makeResolver(promise, false)));\n }\n catch (err) {\n onceWrapper(function () {\n resolvePromise(promise, false, err);\n })();\n }\n }\n else {\n promise[symbolState] = state;\n var queue = promise[symbolValue];\n promise[symbolValue] = value;\n if (promise[symbolFinally] === symbolFinally) {\n // the promise is generated by Promise.prototype.finally\n if (state === RESOLVED) {\n // the state is resolved, should ignore the value\n // and use parent promise value\n promise[symbolState] = promise[symbolParentPromiseState];\n promise[symbolValue] = promise[symbolParentPromiseValue];\n }\n }\n // record task information in value when error occurs, so we can\n // do some additional work such as render longStackTrace\n if (state === REJECTED && value instanceof Error) {\n // check if longStackTraceZone is here\n var trace = Zone.currentTask && Zone.currentTask.data &&\n Zone.currentTask.data[creationTrace];\n if (trace) {\n // only keep the long stack trace into error when in longStackTraceZone\n ObjectDefineProperty(value, CURRENT_TASK_TRACE_SYMBOL, { configurable: true, enumerable: false, writable: true, value: trace });\n }\n }\n for (var i = 0; i < queue.length;) {\n scheduleResolveOrReject(promise, queue[i++], queue[i++], queue[i++], queue[i++]);\n }\n if (queue.length == 0 && state == REJECTED) {\n promise[symbolState] = REJECTED_NO_CATCH;\n try {\n // try to print more readable error log\n throw new Error('Uncaught (in promise): ' + readableObjectToString(value) +\n (value && value.stack ? '\\n' + value.stack : ''));\n }\n catch (err) {\n var error_1 = err;\n error_1.rejection = value;\n error_1.promise = promise;\n error_1.zone = Zone.current;\n error_1.task = Zone.currentTask;\n _uncaughtPromiseErrors.push(error_1);\n api.scheduleMicroTask(); // to make sure that it is running\n }\n }\n }\n }\n // Resolving an already resolved promise is a noop.\n return promise;\n }\n var REJECTION_HANDLED_HANDLER = __symbol__('rejectionHandledHandler');\n function clearRejectedNoCatch(promise) {\n if (promise[symbolState] === REJECTED_NO_CATCH) {\n // if the promise is rejected no catch status\n // and queue.length > 0, means there is a error handler\n // here to handle the rejected promise, we should trigger\n // windows.rejectionhandled eventHandler or nodejs rejectionHandled\n // eventHandler\n try {\n var handler = Zone[REJECTION_HANDLED_HANDLER];\n if (handler && typeof handler === 'function') {\n handler.call(this, { rejection: promise[symbolValue], promise: promise });\n }\n }\n catch (err) {\n }\n promise[symbolState] = REJECTED;\n for (var i = 0; i < _uncaughtPromiseErrors.length; i++) {\n if (promise === _uncaughtPromiseErrors[i].promise) {\n _uncaughtPromiseErrors.splice(i, 1);\n }\n }\n }\n }\n function scheduleResolveOrReject(promise, zone, chainPromise, onFulfilled, onRejected) {\n clearRejectedNoCatch(promise);\n var promiseState = promise[symbolState];\n var delegate = promiseState ?\n (typeof onFulfilled === 'function') ? onFulfilled : forwardResolution :\n (typeof onRejected === 'function') ? onRejected : forwardRejection;\n zone.scheduleMicroTask(source, function () {\n try {\n var parentPromiseValue = promise[symbolValue];\n var isFinallyPromise = chainPromise && symbolFinally === chainPromise[symbolFinally];\n if (isFinallyPromise) {\n // if the promise is generated from finally call, keep parent promise's state and value\n chainPromise[symbolParentPromiseValue] = parentPromiseValue;\n chainPromise[symbolParentPromiseState] = promiseState;\n }\n // should not pass value to finally callback\n var value = zone.run(delegate, undefined, isFinallyPromise && delegate !== forwardRejection && delegate !== forwardResolution ?\n [] :\n [parentPromiseValue]);\n resolvePromise(chainPromise, true, value);\n }\n catch (error) {\n // if error occurs, should always return this error\n resolvePromise(chainPromise, false, error);\n }\n }, chainPromise);\n }\n var ZONE_AWARE_PROMISE_TO_STRING = 'function ZoneAwarePromise() { [native code] }';\n var ZoneAwarePromise = /** @class */ (function () {\n function ZoneAwarePromise(executor) {\n var promise = this;\n if (!(promise instanceof ZoneAwarePromise)) {\n throw new Error('Must be an instanceof Promise.');\n }\n promise[symbolState] = UNRESOLVED;\n promise[symbolValue] = []; // queue;\n try {\n executor && executor(makeResolver(promise, RESOLVED), makeResolver(promise, REJECTED));\n }\n catch (error) {\n resolvePromise(promise, false, error);\n }\n }\n ZoneAwarePromise.toString = function () {\n return ZONE_AWARE_PROMISE_TO_STRING;\n };\n ZoneAwarePromise.resolve = function (value) {\n return resolvePromise(new this(null), RESOLVED, value);\n };\n ZoneAwarePromise.reject = function (error) {\n return resolvePromise(new this(null), REJECTED, error);\n };\n ZoneAwarePromise.race = function (values) {\n var e_1, _a;\n var resolve;\n var reject;\n var promise = new this(function (res, rej) {\n resolve = res;\n reject = rej;\n });\n function onResolve(value) {\n resolve(value);\n }\n function onReject(error) {\n reject(error);\n }\n try {\n for (var values_1 = __values(values), values_1_1 = values_1.next(); !values_1_1.done; values_1_1 = values_1.next()) {\n var value = values_1_1.value;\n if (!isThenable(value)) {\n value = this.resolve(value);\n }\n value.then(onResolve, onReject);\n }\n }\n catch (e_1_1) { e_1 = { error: e_1_1 }; }\n finally {\n try {\n if (values_1_1 && !values_1_1.done && (_a = values_1.return)) _a.call(values_1);\n }\n finally { if (e_1) throw e_1.error; }\n }\n return promise;\n };\n ZoneAwarePromise.all = function (values) {\n var e_2, _a;\n var resolve;\n var reject;\n var promise = new this(function (res, rej) {\n resolve = res;\n reject = rej;\n });\n // Start at 2 to prevent prematurely resolving if .then is called immediately.\n var unresolvedCount = 2;\n var valueIndex = 0;\n var resolvedValues = [];\n var _loop_2 = function (value) {\n if (!isThenable(value)) {\n value = this_1.resolve(value);\n }\n var curValueIndex = valueIndex;\n value.then(function (value) {\n resolvedValues[curValueIndex] = value;\n unresolvedCount--;\n if (unresolvedCount === 0) {\n resolve(resolvedValues);\n }\n }, reject);\n unresolvedCount++;\n valueIndex++;\n };\n var this_1 = this;\n try {\n for (var values_2 = __values(values), values_2_1 = values_2.next(); !values_2_1.done; values_2_1 = values_2.next()) {\n var value = values_2_1.value;\n _loop_2(value);\n }\n }\n catch (e_2_1) { e_2 = { error: e_2_1 }; }\n finally {\n try {\n if (values_2_1 && !values_2_1.done && (_a = values_2.return)) _a.call(values_2);\n }\n finally { if (e_2) throw e_2.error; }\n }\n // Make the unresolvedCount zero-based again.\n unresolvedCount -= 2;\n if (unresolvedCount === 0) {\n resolve(resolvedValues);\n }\n return promise;\n };\n Object.defineProperty(ZoneAwarePromise.prototype, Symbol.toStringTag, {\n get: function () {\n return 'Promise';\n },\n enumerable: true,\n configurable: true\n });\n ZoneAwarePromise.prototype.then = function (onFulfilled, onRejected) {\n var chainPromise = new this.constructor(null);\n var zone = Zone.current;\n if (this[symbolState] == UNRESOLVED) {\n this[symbolValue].push(zone, chainPromise, onFulfilled, onRejected);\n }\n else {\n scheduleResolveOrReject(this, zone, chainPromise, onFulfilled, onRejected);\n }\n return chainPromise;\n };\n ZoneAwarePromise.prototype.catch = function (onRejected) {\n return this.then(null, onRejected);\n };\n ZoneAwarePromise.prototype.finally = function (onFinally) {\n var chainPromise = new this.constructor(null);\n chainPromise[symbolFinally] = symbolFinally;\n var zone = Zone.current;\n if (this[symbolState] == UNRESOLVED) {\n this[symbolValue].push(zone, chainPromise, onFinally, onFinally);\n }\n else {\n scheduleResolveOrReject(this, zone, chainPromise, onFinally, onFinally);\n }\n return chainPromise;\n };\n return ZoneAwarePromise;\n }());\n // Protect against aggressive optimizers dropping seemingly unused properties.\n // E.g. Closure Compiler in advanced mode.\n ZoneAwarePromise['resolve'] = ZoneAwarePromise.resolve;\n ZoneAwarePromise['reject'] = ZoneAwarePromise.reject;\n ZoneAwarePromise['race'] = ZoneAwarePromise.race;\n ZoneAwarePromise['all'] = ZoneAwarePromise.all;\n var NativePromise = global[symbolPromise] = global['Promise'];\n var ZONE_AWARE_PROMISE = Zone.__symbol__('ZoneAwarePromise');\n var desc = ObjectGetOwnPropertyDescriptor(global, 'Promise');\n if (!desc || desc.configurable) {\n desc && delete desc.writable;\n desc && delete desc.value;\n if (!desc) {\n desc = { configurable: true, enumerable: true };\n }\n desc.get = function () {\n // if we already set ZoneAwarePromise, use patched one\n // otherwise return native one.\n return global[ZONE_AWARE_PROMISE] ? global[ZONE_AWARE_PROMISE] : global[symbolPromise];\n };\n desc.set = function (NewNativePromise) {\n if (NewNativePromise === ZoneAwarePromise) {\n // if the NewNativePromise is ZoneAwarePromise\n // save to global\n global[ZONE_AWARE_PROMISE] = NewNativePromise;\n }\n else {\n // if the NewNativePromise is not ZoneAwarePromise\n // for example: after load zone.js, some library just\n // set es6-promise to global, if we set it to global\n // directly, assertZonePatched will fail and angular\n // will not loaded, so we just set the NewNativePromise\n // to global[symbolPromise], so the result is just like\n // we load ES6 Promise before zone.js\n global[symbolPromise] = NewNativePromise;\n if (!NewNativePromise.prototype[symbolThen]) {\n patchThen(NewNativePromise);\n }\n api.setNativePromise(NewNativePromise);\n }\n };\n ObjectDefineProperty(global, 'Promise', desc);\n }\n global['Promise'] = ZoneAwarePromise;\n var symbolThenPatched = __symbol__('thenPatched');\n function patchThen(Ctor) {\n var proto = Ctor.prototype;\n var prop = ObjectGetOwnPropertyDescriptor(proto, 'then');\n if (prop && (prop.writable === false || !prop.configurable)) {\n // check Ctor.prototype.then propertyDescriptor is writable or not\n // in meteor env, writable is false, we should ignore such case\n return;\n }\n var originalThen = proto.then;\n // Keep a reference to the original method.\n proto[symbolThen] = originalThen;\n Ctor.prototype.then = function (onResolve, onReject) {\n var _this = this;\n var wrapped = new ZoneAwarePromise(function (resolve, reject) {\n originalThen.call(_this, resolve, reject);\n });\n return wrapped.then(onResolve, onReject);\n };\n Ctor[symbolThenPatched] = true;\n }\n api.patchThen = patchThen;\n function zoneify(fn) {\n return function () {\n var resultPromise = fn.apply(this, arguments);\n if (resultPromise instanceof ZoneAwarePromise) {\n return resultPromise;\n }\n var ctor = resultPromise.constructor;\n if (!ctor[symbolThenPatched]) {\n patchThen(ctor);\n }\n return resultPromise;\n };\n }\n if (NativePromise) {\n patchThen(NativePromise);\n var fetch_1 = global['fetch'];\n if (typeof fetch_1 == 'function') {\n global[api.symbol('fetch')] = fetch_1;\n global['fetch'] = zoneify(fetch_1);\n }\n }\n // This is not part of public API, but it is useful for tests, so we expose it.\n Promise[Zone.__symbol__('uncaughtPromiseErrors')] = _uncaughtPromiseErrors;\n return ZoneAwarePromise;\n});\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/**\n * Suppress closure compiler errors about unknown 'Zone' variable\n * @fileoverview\n * @suppress {undefinedVars,globalThis,missingRequire}\n */\n// issue #989, to reduce bundle size, use short name\n/** Object.getOwnPropertyDescriptor */\nvar ObjectGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n/** Object.defineProperty */\nvar ObjectDefineProperty = Object.defineProperty;\n/** Object.getPrototypeOf */\nvar ObjectGetPrototypeOf = Object.getPrototypeOf;\n/** Object.create */\nvar ObjectCreate = Object.create;\n/** Array.prototype.slice */\nvar ArraySlice = Array.prototype.slice;\n/** addEventListener string const */\nvar ADD_EVENT_LISTENER_STR = 'addEventListener';\n/** removeEventListener string const */\nvar REMOVE_EVENT_LISTENER_STR = 'removeEventListener';\n/** zoneSymbol addEventListener */\nvar ZONE_SYMBOL_ADD_EVENT_LISTENER = Zone.__symbol__(ADD_EVENT_LISTENER_STR);\n/** zoneSymbol removeEventListener */\nvar ZONE_SYMBOL_REMOVE_EVENT_LISTENER = Zone.__symbol__(REMOVE_EVENT_LISTENER_STR);\n/** true string const */\nvar TRUE_STR = 'true';\n/** false string const */\nvar FALSE_STR = 'false';\n/** __zone_symbol__ string const */\nvar ZONE_SYMBOL_PREFIX = '__zone_symbol__';\nfunction wrapWithCurrentZone(callback, source) {\n return Zone.current.wrap(callback, source);\n}\nfunction scheduleMacroTaskWithCurrentZone(source, callback, data, customSchedule, customCancel) {\n return Zone.current.scheduleMacroTask(source, callback, data, customSchedule, customCancel);\n}\nvar zoneSymbol = Zone.__symbol__;\nvar isWindowExists = typeof window !== 'undefined';\nvar internalWindow = isWindowExists ? window : undefined;\nvar _global = isWindowExists && internalWindow || typeof self === 'object' && self || global;\nvar REMOVE_ATTRIBUTE = 'removeAttribute';\nvar NULL_ON_PROP_VALUE = [null];\nfunction bindArguments(args, source) {\n for (var i = args.length - 1; i >= 0; i--) {\n if (typeof args[i] === 'function') {\n args[i] = wrapWithCurrentZone(args[i], source + '_' + i);\n }\n }\n return args;\n}\nfunction patchPrototype(prototype, fnNames) {\n var source = prototype.constructor['name'];\n var _loop_1 = function (i) {\n var name_1 = fnNames[i];\n var delegate = prototype[name_1];\n if (delegate) {\n var prototypeDesc = ObjectGetOwnPropertyDescriptor(prototype, name_1);\n if (!isPropertyWritable(prototypeDesc)) {\n return \"continue\";\n }\n prototype[name_1] = (function (delegate) {\n var patched = function () {\n return delegate.apply(this, bindArguments(arguments, source + '.' + name_1));\n };\n attachOriginToPatched(patched, delegate);\n return patched;\n })(delegate);\n }\n };\n for (var i = 0; i < fnNames.length; i++) {\n _loop_1(i);\n }\n}\nfunction isPropertyWritable(propertyDesc) {\n if (!propertyDesc) {\n return true;\n }\n if (propertyDesc.writable === false) {\n return false;\n }\n return !(typeof propertyDesc.get === 'function' && typeof propertyDesc.set === 'undefined');\n}\nvar isWebWorker = (typeof WorkerGlobalScope !== 'undefined' && self instanceof WorkerGlobalScope);\n// Make sure to access `process` through `_global` so that WebPack does not accidentally browserify\n// this code.\nvar isNode = (!('nw' in _global) && typeof _global.process !== 'undefined' &&\n {}.toString.call(_global.process) === '[object process]');\nvar isBrowser = !isNode && !isWebWorker && !!(isWindowExists && internalWindow['HTMLElement']);\n// we are in electron of nw, so we are both browser and nodejs\n// Make sure to access `process` through `_global` so that WebPack does not accidentally browserify\n// this code.\nvar isMix = typeof _global.process !== 'undefined' &&\n {}.toString.call(_global.process) === '[object process]' && !isWebWorker &&\n !!(isWindowExists && internalWindow['HTMLElement']);\nvar zoneSymbolEventNames = {};\nvar wrapFn = function (event) {\n // https://github.com/angular/zone.js/issues/911, in IE, sometimes\n // event will be undefined, so we need to use window.event\n event = event || _global.event;\n if (!event) {\n return;\n }\n var eventNameSymbol = zoneSymbolEventNames[event.type];\n if (!eventNameSymbol) {\n eventNameSymbol = zoneSymbolEventNames[event.type] = zoneSymbol('ON_PROPERTY' + event.type);\n }\n var target = this || event.target || _global;\n var listener = target[eventNameSymbol];\n var result;\n if (isBrowser && target === internalWindow && event.type === 'error') {\n // window.onerror have different signiture\n // https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror#window.onerror\n // and onerror callback will prevent default when callback return true\n var errorEvent = event;\n result = listener &&\n listener.call(this, errorEvent.message, errorEvent.filename, errorEvent.lineno, errorEvent.colno, errorEvent.error);\n if (result === true) {\n event.preventDefault();\n }\n }\n else {\n result = listener && listener.apply(this, arguments);\n if (result != undefined && !result) {\n event.preventDefault();\n }\n }\n return result;\n};\nfunction patchProperty(obj, prop, prototype) {\n var desc = ObjectGetOwnPropertyDescriptor(obj, prop);\n if (!desc && prototype) {\n // when patch window object, use prototype to check prop exist or not\n var prototypeDesc = ObjectGetOwnPropertyDescriptor(prototype, prop);\n if (prototypeDesc) {\n desc = { enumerable: true, configurable: true };\n }\n }\n // if the descriptor not exists or is not configurable\n // just return\n if (!desc || !desc.configurable) {\n return;\n }\n var onPropPatchedSymbol = zoneSymbol('on' + prop + 'patched');\n if (obj.hasOwnProperty(onPropPatchedSymbol) && obj[onPropPatchedSymbol]) {\n return;\n }\n // A property descriptor cannot have getter/setter and be writable\n // deleting the writable and value properties avoids this error:\n //\n // TypeError: property descriptors must not specify a value or be writable when a\n // getter or setter has been specified\n delete desc.writable;\n delete desc.value;\n var originalDescGet = desc.get;\n var originalDescSet = desc.set;\n // substr(2) cuz 'onclick' -> 'click', etc\n var eventName = prop.substr(2);\n var eventNameSymbol = zoneSymbolEventNames[eventName];\n if (!eventNameSymbol) {\n eventNameSymbol = zoneSymbolEventNames[eventName] = zoneSymbol('ON_PROPERTY' + eventName);\n }\n desc.set = function (newValue) {\n // in some of windows's onproperty callback, this is undefined\n // so we need to check it\n var target = this;\n if (!target && obj === _global) {\n target = _global;\n }\n if (!target) {\n return;\n }\n var previousValue = target[eventNameSymbol];\n if (previousValue) {\n target.removeEventListener(eventName, wrapFn);\n }\n // issue #978, when onload handler was added before loading zone.js\n // we should remove it with originalDescSet\n if (originalDescSet) {\n originalDescSet.apply(target, NULL_ON_PROP_VALUE);\n }\n if (typeof newValue === 'function') {\n target[eventNameSymbol] = newValue;\n target.addEventListener(eventName, wrapFn, false);\n }\n else {\n target[eventNameSymbol] = null;\n }\n };\n // The getter would return undefined for unassigned properties but the default value of an\n // unassigned property is null\n desc.get = function () {\n // in some of windows's onproperty callback, this is undefined\n // so we need to check it\n var target = this;\n if (!target && obj === _global) {\n target = _global;\n }\n if (!target) {\n return null;\n }\n var listener = target[eventNameSymbol];\n if (listener) {\n return listener;\n }\n else if (originalDescGet) {\n // result will be null when use inline event attribute,\n // such as \n // because the onclick function is internal raw uncompiled handler\n // the onclick will be evaluated when first time event was triggered or\n // the property is accessed, https://github.com/angular/zone.js/issues/525\n // so we should use original native get to retrieve the handler\n var value = originalDescGet && originalDescGet.call(this);\n if (value) {\n desc.set.call(this, value);\n if (typeof target[REMOVE_ATTRIBUTE] === 'function') {\n target.removeAttribute(prop);\n }\n return value;\n }\n }\n return null;\n };\n ObjectDefineProperty(obj, prop, desc);\n obj[onPropPatchedSymbol] = true;\n}\nfunction patchOnProperties(obj, properties, prototype) {\n if (properties) {\n for (var i = 0; i < properties.length; i++) {\n patchProperty(obj, 'on' + properties[i], prototype);\n }\n }\n else {\n var onProperties = [];\n for (var prop in obj) {\n if (prop.substr(0, 2) == 'on') {\n onProperties.push(prop);\n }\n }\n for (var j = 0; j < onProperties.length; j++) {\n patchProperty(obj, onProperties[j], prototype);\n }\n }\n}\nvar originalInstanceKey = zoneSymbol('originalInstance');\n// wrap some native API on `window`\nfunction patchClass(className) {\n var OriginalClass = _global[className];\n if (!OriginalClass)\n return;\n // keep original class in global\n _global[zoneSymbol(className)] = OriginalClass;\n _global[className] = function () {\n var a = bindArguments(arguments, className);\n switch (a.length) {\n case 0:\n this[originalInstanceKey] = new OriginalClass();\n break;\n case 1:\n this[originalInstanceKey] = new OriginalClass(a[0]);\n break;\n case 2:\n this[originalInstanceKey] = new OriginalClass(a[0], a[1]);\n break;\n case 3:\n this[originalInstanceKey] = new OriginalClass(a[0], a[1], a[2]);\n break;\n case 4:\n this[originalInstanceKey] = new OriginalClass(a[0], a[1], a[2], a[3]);\n break;\n default:\n throw new Error('Arg list too long.');\n }\n };\n // attach original delegate to patched function\n attachOriginToPatched(_global[className], OriginalClass);\n var instance = new OriginalClass(function () { });\n var prop;\n for (prop in instance) {\n // https://bugs.webkit.org/show_bug.cgi?id=44721\n if (className === 'XMLHttpRequest' && prop === 'responseBlob')\n continue;\n (function (prop) {\n if (typeof instance[prop] === 'function') {\n _global[className].prototype[prop] = function () {\n return this[originalInstanceKey][prop].apply(this[originalInstanceKey], arguments);\n };\n }\n else {\n ObjectDefineProperty(_global[className].prototype, prop, {\n set: function (fn) {\n if (typeof fn === 'function') {\n this[originalInstanceKey][prop] = wrapWithCurrentZone(fn, className + '.' + prop);\n // keep callback in wrapped function so we can\n // use it in Function.prototype.toString to return\n // the native one.\n attachOriginToPatched(this[originalInstanceKey][prop], fn);\n }\n else {\n this[originalInstanceKey][prop] = fn;\n }\n },\n get: function () {\n return this[originalInstanceKey][prop];\n }\n });\n }\n }(prop));\n }\n for (prop in OriginalClass) {\n if (prop !== 'prototype' && OriginalClass.hasOwnProperty(prop)) {\n _global[className][prop] = OriginalClass[prop];\n }\n }\n}\nfunction copySymbolProperties(src, dest) {\n if (typeof Object.getOwnPropertySymbols !== 'function') {\n return;\n }\n var symbols = Object.getOwnPropertySymbols(src);\n symbols.forEach(function (symbol) {\n var desc = Object.getOwnPropertyDescriptor(src, symbol);\n Object.defineProperty(dest, symbol, {\n get: function () {\n return src[symbol];\n },\n set: function (value) {\n if (desc && (!desc.writable || typeof desc.set !== 'function')) {\n // if src[symbol] is not writable or not have a setter, just return\n return;\n }\n src[symbol] = value;\n },\n enumerable: desc ? desc.enumerable : true,\n configurable: desc ? desc.configurable : true\n });\n });\n}\nvar shouldCopySymbolProperties = false;\n\nfunction patchMethod(target, name, patchFn) {\n var proto = target;\n while (proto && !proto.hasOwnProperty(name)) {\n proto = ObjectGetPrototypeOf(proto);\n }\n if (!proto && target[name]) {\n // somehow we did not find it, but we can see it. This happens on IE for Window properties.\n proto = target;\n }\n var delegateName = zoneSymbol(name);\n var delegate = null;\n if (proto && !(delegate = proto[delegateName])) {\n delegate = proto[delegateName] = proto[name];\n // check whether proto[name] is writable\n // some property is readonly in safari, such as HtmlCanvasElement.prototype.toBlob\n var desc = proto && ObjectGetOwnPropertyDescriptor(proto, name);\n if (isPropertyWritable(desc)) {\n var patchDelegate_1 = patchFn(delegate, delegateName, name);\n proto[name] = function () {\n return patchDelegate_1(this, arguments);\n };\n attachOriginToPatched(proto[name], delegate);\n if (shouldCopySymbolProperties) {\n copySymbolProperties(delegate, proto[name]);\n }\n }\n }\n return delegate;\n}\n// TODO: @JiaLiPassion, support cancel task later if necessary\nfunction patchMacroTask(obj, funcName, metaCreator) {\n var setNative = null;\n function scheduleTask(task) {\n var data = task.data;\n data.args[data.cbIdx] = function () {\n task.invoke.apply(this, arguments);\n };\n setNative.apply(data.target, data.args);\n return task;\n }\n setNative = patchMethod(obj, funcName, function (delegate) { return function (self, args) {\n var meta = metaCreator(self, args);\n if (meta.cbIdx >= 0 && typeof args[meta.cbIdx] === 'function') {\n return scheduleMacroTaskWithCurrentZone(meta.name, args[meta.cbIdx], meta, scheduleTask);\n }\n else {\n // cause an error by calling it directly.\n return delegate.apply(self, args);\n }\n }; });\n}\n\nfunction attachOriginToPatched(patched, original) {\n patched[zoneSymbol('OriginalDelegate')] = original;\n}\nvar isDetectedIEOrEdge = false;\nvar ieOrEdge = false;\nfunction isIE() {\n try {\n var ua = internalWindow.navigator.userAgent;\n if (ua.indexOf('MSIE ') !== -1 || ua.indexOf('Trident/') !== -1) {\n return true;\n }\n }\n catch (error) {\n }\n return false;\n}\nfunction isIEOrEdge() {\n if (isDetectedIEOrEdge) {\n return ieOrEdge;\n }\n isDetectedIEOrEdge = true;\n try {\n var ua = internalWindow.navigator.userAgent;\n if (ua.indexOf('MSIE ') !== -1 || ua.indexOf('Trident/') !== -1 || ua.indexOf('Edge/') !== -1) {\n ieOrEdge = true;\n }\n }\n catch (error) {\n }\n return ieOrEdge;\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n// override Function.prototype.toString to make zone.js patched function\n// look like native function\nZone.__load_patch('toString', function (global) {\n // patch Func.prototype.toString to let them look like native\n var originalFunctionToString = Function.prototype.toString;\n var ORIGINAL_DELEGATE_SYMBOL = zoneSymbol('OriginalDelegate');\n var PROMISE_SYMBOL = zoneSymbol('Promise');\n var ERROR_SYMBOL = zoneSymbol('Error');\n var newFunctionToString = function toString() {\n if (typeof this === 'function') {\n var originalDelegate = this[ORIGINAL_DELEGATE_SYMBOL];\n if (originalDelegate) {\n if (typeof originalDelegate === 'function') {\n return originalFunctionToString.call(originalDelegate);\n }\n else {\n return Object.prototype.toString.call(originalDelegate);\n }\n }\n if (this === Promise) {\n var nativePromise = global[PROMISE_SYMBOL];\n if (nativePromise) {\n return originalFunctionToString.call(nativePromise);\n }\n }\n if (this === Error) {\n var nativeError = global[ERROR_SYMBOL];\n if (nativeError) {\n return originalFunctionToString.call(nativeError);\n }\n }\n }\n return originalFunctionToString.call(this);\n };\n newFunctionToString[ORIGINAL_DELEGATE_SYMBOL] = originalFunctionToString;\n Function.prototype.toString = newFunctionToString;\n // patch Object.prototype.toString to let them look like native\n var originalObjectToString = Object.prototype.toString;\n var PROMISE_OBJECT_TO_STRING = '[object Promise]';\n Object.prototype.toString = function () {\n if (this instanceof Promise) {\n return PROMISE_OBJECT_TO_STRING;\n }\n return originalObjectToString.call(this);\n };\n});\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/**\n * @fileoverview\n * @suppress {missingRequire}\n */\nvar passiveSupported = false;\nif (typeof window !== 'undefined') {\n try {\n var options = Object.defineProperty({}, 'passive', {\n get: function () {\n passiveSupported = true;\n }\n });\n window.addEventListener('test', options, options);\n window.removeEventListener('test', options, options);\n }\n catch (err) {\n passiveSupported = false;\n }\n}\n// an identifier to tell ZoneTask do not create a new invoke closure\nvar OPTIMIZED_ZONE_EVENT_TASK_DATA = {\n useG: true\n};\nvar zoneSymbolEventNames$1 = {};\nvar globalSources = {};\nvar EVENT_NAME_SYMBOL_REGX = /^__zone_symbol__(\\w+)(true|false)$/;\nvar IMMEDIATE_PROPAGATION_SYMBOL = ('__zone_symbol__propagationStopped');\nfunction patchEventTarget(_global, apis, patchOptions) {\n var ADD_EVENT_LISTENER = (patchOptions && patchOptions.add) || ADD_EVENT_LISTENER_STR;\n var REMOVE_EVENT_LISTENER = (patchOptions && patchOptions.rm) || REMOVE_EVENT_LISTENER_STR;\n var LISTENERS_EVENT_LISTENER = (patchOptions && patchOptions.listeners) || 'eventListeners';\n var REMOVE_ALL_LISTENERS_EVENT_LISTENER = (patchOptions && patchOptions.rmAll) || 'removeAllListeners';\n var zoneSymbolAddEventListener = zoneSymbol(ADD_EVENT_LISTENER);\n var ADD_EVENT_LISTENER_SOURCE = '.' + ADD_EVENT_LISTENER + ':';\n var PREPEND_EVENT_LISTENER = 'prependListener';\n var PREPEND_EVENT_LISTENER_SOURCE = '.' + PREPEND_EVENT_LISTENER + ':';\n var invokeTask = function (task, target, event) {\n // for better performance, check isRemoved which is set\n // by removeEventListener\n if (task.isRemoved) {\n return;\n }\n var delegate = task.callback;\n if (typeof delegate === 'object' && delegate.handleEvent) {\n // create the bind version of handleEvent when invoke\n task.callback = function (event) { return delegate.handleEvent(event); };\n task.originalDelegate = delegate;\n }\n // invoke static task.invoke\n task.invoke(task, target, [event]);\n var options = task.options;\n if (options && typeof options === 'object' && options.once) {\n // if options.once is true, after invoke once remove listener here\n // only browser need to do this, nodejs eventEmitter will cal removeListener\n // inside EventEmitter.once\n var delegate_1 = task.originalDelegate ? task.originalDelegate : task.callback;\n target[REMOVE_EVENT_LISTENER].call(target, event.type, delegate_1, options);\n }\n };\n // global shared zoneAwareCallback to handle all event callback with capture = false\n var globalZoneAwareCallback = function (event) {\n // https://github.com/angular/zone.js/issues/911, in IE, sometimes\n // event will be undefined, so we need to use window.event\n event = event || _global.event;\n if (!event) {\n return;\n }\n // event.target is needed for Samsung TV and SourceBuffer\n // || global is needed https://github.com/angular/zone.js/issues/190\n var target = this || event.target || _global;\n var tasks = target[zoneSymbolEventNames$1[event.type][FALSE_STR]];\n if (tasks) {\n // invoke all tasks which attached to current target with given event.type and capture = false\n // for performance concern, if task.length === 1, just invoke\n if (tasks.length === 1) {\n invokeTask(tasks[0], target, event);\n }\n else {\n // https://github.com/angular/zone.js/issues/836\n // copy the tasks array before invoke, to avoid\n // the callback will remove itself or other listener\n var copyTasks = tasks.slice();\n for (var i = 0; i < copyTasks.length; i++) {\n if (event && event[IMMEDIATE_PROPAGATION_SYMBOL] === true) {\n break;\n }\n invokeTask(copyTasks[i], target, event);\n }\n }\n }\n };\n // global shared zoneAwareCallback to handle all event callback with capture = true\n var globalZoneAwareCaptureCallback = function (event) {\n // https://github.com/angular/zone.js/issues/911, in IE, sometimes\n // event will be undefined, so we need to use window.event\n event = event || _global.event;\n if (!event) {\n return;\n }\n // event.target is needed for Samsung TV and SourceBuffer\n // || global is needed https://github.com/angular/zone.js/issues/190\n var target = this || event.target || _global;\n var tasks = target[zoneSymbolEventNames$1[event.type][TRUE_STR]];\n if (tasks) {\n // invoke all tasks which attached to current target with given event.type and capture = false\n // for performance concern, if task.length === 1, just invoke\n if (tasks.length === 1) {\n invokeTask(tasks[0], target, event);\n }\n else {\n // https://github.com/angular/zone.js/issues/836\n // copy the tasks array before invoke, to avoid\n // the callback will remove itself or other listener\n var copyTasks = tasks.slice();\n for (var i = 0; i < copyTasks.length; i++) {\n if (event && event[IMMEDIATE_PROPAGATION_SYMBOL] === true) {\n break;\n }\n invokeTask(copyTasks[i], target, event);\n }\n }\n }\n };\n function patchEventTargetMethods(obj, patchOptions) {\n if (!obj) {\n return false;\n }\n var useGlobalCallback = true;\n if (patchOptions && patchOptions.useG !== undefined) {\n useGlobalCallback = patchOptions.useG;\n }\n var validateHandler = patchOptions && patchOptions.vh;\n var checkDuplicate = true;\n if (patchOptions && patchOptions.chkDup !== undefined) {\n checkDuplicate = patchOptions.chkDup;\n }\n var returnTarget = false;\n if (patchOptions && patchOptions.rt !== undefined) {\n returnTarget = patchOptions.rt;\n }\n var proto = obj;\n while (proto && !proto.hasOwnProperty(ADD_EVENT_LISTENER)) {\n proto = ObjectGetPrototypeOf(proto);\n }\n if (!proto && obj[ADD_EVENT_LISTENER]) {\n // somehow we did not find it, but we can see it. This happens on IE for Window properties.\n proto = obj;\n }\n if (!proto) {\n return false;\n }\n if (proto[zoneSymbolAddEventListener]) {\n return false;\n }\n var eventNameToString = patchOptions && patchOptions.eventNameToString;\n // a shared global taskData to pass data for scheduleEventTask\n // so we do not need to create a new object just for pass some data\n var taskData = {};\n var nativeAddEventListener = proto[zoneSymbolAddEventListener] = proto[ADD_EVENT_LISTENER];\n var nativeRemoveEventListener = proto[zoneSymbol(REMOVE_EVENT_LISTENER)] =\n proto[REMOVE_EVENT_LISTENER];\n var nativeListeners = proto[zoneSymbol(LISTENERS_EVENT_LISTENER)] =\n proto[LISTENERS_EVENT_LISTENER];\n var nativeRemoveAllListeners = proto[zoneSymbol(REMOVE_ALL_LISTENERS_EVENT_LISTENER)] =\n proto[REMOVE_ALL_LISTENERS_EVENT_LISTENER];\n var nativePrependEventListener;\n if (patchOptions && patchOptions.prepend) {\n nativePrependEventListener = proto[zoneSymbol(patchOptions.prepend)] =\n proto[patchOptions.prepend];\n }\n function checkIsPassive(task) {\n if (!passiveSupported && typeof taskData.options !== 'boolean' &&\n typeof taskData.options !== 'undefined' && taskData.options !== null) {\n // options is a non-null non-undefined object\n // passive is not supported\n // don't pass options as object\n // just pass capture as a boolean\n task.options = !!taskData.options.capture;\n taskData.options = task.options;\n }\n }\n var customScheduleGlobal = function (task) {\n // if there is already a task for the eventName + capture,\n // just return, because we use the shared globalZoneAwareCallback here.\n if (taskData.isExisting) {\n return;\n }\n checkIsPassive(task);\n return nativeAddEventListener.call(taskData.target, taskData.eventName, taskData.capture ? globalZoneAwareCaptureCallback : globalZoneAwareCallback, taskData.options);\n };\n var customCancelGlobal = function (task) {\n // if task is not marked as isRemoved, this call is directly\n // from Zone.prototype.cancelTask, we should remove the task\n // from tasksList of target first\n if (!task.isRemoved) {\n var symbolEventNames = zoneSymbolEventNames$1[task.eventName];\n var symbolEventName = void 0;\n if (symbolEventNames) {\n symbolEventName = symbolEventNames[task.capture ? TRUE_STR : FALSE_STR];\n }\n var existingTasks = symbolEventName && task.target[symbolEventName];\n if (existingTasks) {\n for (var i = 0; i < existingTasks.length; i++) {\n var existingTask = existingTasks[i];\n if (existingTask === task) {\n existingTasks.splice(i, 1);\n // set isRemoved to data for faster invokeTask check\n task.isRemoved = true;\n if (existingTasks.length === 0) {\n // all tasks for the eventName + capture have gone,\n // remove globalZoneAwareCallback and remove the task cache from target\n task.allRemoved = true;\n task.target[symbolEventName] = null;\n }\n break;\n }\n }\n }\n }\n // if all tasks for the eventName + capture have gone,\n // we will really remove the global event callback,\n // if not, return\n if (!task.allRemoved) {\n return;\n }\n return nativeRemoveEventListener.call(task.target, task.eventName, task.capture ? globalZoneAwareCaptureCallback : globalZoneAwareCallback, task.options);\n };\n var customScheduleNonGlobal = function (task) {\n checkIsPassive(task);\n return nativeAddEventListener.call(taskData.target, taskData.eventName, task.invoke, taskData.options);\n };\n var customSchedulePrepend = function (task) {\n return nativePrependEventListener.call(taskData.target, taskData.eventName, task.invoke, taskData.options);\n };\n var customCancelNonGlobal = function (task) {\n return nativeRemoveEventListener.call(task.target, task.eventName, task.invoke, task.options);\n };\n var customSchedule = useGlobalCallback ? customScheduleGlobal : customScheduleNonGlobal;\n var customCancel = useGlobalCallback ? customCancelGlobal : customCancelNonGlobal;\n var compareTaskCallbackVsDelegate = function (task, delegate) {\n var typeOfDelegate = typeof delegate;\n return (typeOfDelegate === 'function' && task.callback === delegate) ||\n (typeOfDelegate === 'object' && task.originalDelegate === delegate);\n };\n var compare = (patchOptions && patchOptions.diff) ? patchOptions.diff : compareTaskCallbackVsDelegate;\n var blackListedEvents = Zone[Zone.__symbol__('BLACK_LISTED_EVENTS')];\n var makeAddListener = function (nativeListener, addSource, customScheduleFn, customCancelFn, returnTarget, prepend) {\n if (returnTarget === void 0) { returnTarget = false; }\n if (prepend === void 0) { prepend = false; }\n return function () {\n var target = this || _global;\n var eventName = arguments[0];\n var delegate = arguments[1];\n if (!delegate) {\n return nativeListener.apply(this, arguments);\n }\n if (isNode && eventName === 'uncaughtException') {\n // don't patch uncaughtException of nodejs to prevent endless loop\n return nativeListener.apply(this, arguments);\n }\n // don't create the bind delegate function for handleEvent\n // case here to improve addEventListener performance\n // we will create the bind delegate when invoke\n var isHandleEvent = false;\n if (typeof delegate !== 'function') {\n if (!delegate.handleEvent) {\n return nativeListener.apply(this, arguments);\n }\n isHandleEvent = true;\n }\n if (validateHandler && !validateHandler(nativeListener, delegate, target, arguments)) {\n return;\n }\n var options = arguments[2];\n if (blackListedEvents) {\n // check black list\n for (var i = 0; i < blackListedEvents.length; i++) {\n if (eventName === blackListedEvents[i]) {\n return nativeListener.apply(this, arguments);\n }\n }\n }\n var capture;\n var once = false;\n if (options === undefined) {\n capture = false;\n }\n else if (options === true) {\n capture = true;\n }\n else if (options === false) {\n capture = false;\n }\n else {\n capture = options ? !!options.capture : false;\n once = options ? !!options.once : false;\n }\n var zone = Zone.current;\n var symbolEventNames = zoneSymbolEventNames$1[eventName];\n var symbolEventName;\n if (!symbolEventNames) {\n // the code is duplicate, but I just want to get some better performance\n var falseEventName = (eventNameToString ? eventNameToString(eventName) : eventName) + FALSE_STR;\n var trueEventName = (eventNameToString ? eventNameToString(eventName) : eventName) + TRUE_STR;\n var symbol = ZONE_SYMBOL_PREFIX + falseEventName;\n var symbolCapture = ZONE_SYMBOL_PREFIX + trueEventName;\n zoneSymbolEventNames$1[eventName] = {};\n zoneSymbolEventNames$1[eventName][FALSE_STR] = symbol;\n zoneSymbolEventNames$1[eventName][TRUE_STR] = symbolCapture;\n symbolEventName = capture ? symbolCapture : symbol;\n }\n else {\n symbolEventName = symbolEventNames[capture ? TRUE_STR : FALSE_STR];\n }\n var existingTasks = target[symbolEventName];\n var isExisting = false;\n if (existingTasks) {\n // already have task registered\n isExisting = true;\n if (checkDuplicate) {\n for (var i = 0; i < existingTasks.length; i++) {\n if (compare(existingTasks[i], delegate)) {\n // same callback, same capture, same event name, just return\n return;\n }\n }\n }\n }\n else {\n existingTasks = target[symbolEventName] = [];\n }\n var source;\n var constructorName = target.constructor['name'];\n var targetSource = globalSources[constructorName];\n if (targetSource) {\n source = targetSource[eventName];\n }\n if (!source) {\n source = constructorName + addSource +\n (eventNameToString ? eventNameToString(eventName) : eventName);\n }\n // do not create a new object as task.data to pass those things\n // just use the global shared one\n taskData.options = options;\n if (once) {\n // if addEventListener with once options, we don't pass it to\n // native addEventListener, instead we keep the once setting\n // and handle ourselves.\n taskData.options.once = false;\n }\n taskData.target = target;\n taskData.capture = capture;\n taskData.eventName = eventName;\n taskData.isExisting = isExisting;\n var data = useGlobalCallback ? OPTIMIZED_ZONE_EVENT_TASK_DATA : undefined;\n // keep taskData into data to allow onScheduleEventTask to access the task information\n if (data) {\n data.taskData = taskData;\n }\n var task = zone.scheduleEventTask(source, delegate, data, customScheduleFn, customCancelFn);\n // should clear taskData.target to avoid memory leak\n // issue, https://github.com/angular/angular/issues/20442\n taskData.target = null;\n // need to clear up taskData because it is a global object\n if (data) {\n data.taskData = null;\n }\n // have to save those information to task in case\n // application may call task.zone.cancelTask() directly\n if (once) {\n options.once = true;\n }\n if (!(!passiveSupported && typeof task.options === 'boolean')) {\n // if not support passive, and we pass an option object\n // to addEventListener, we should save the options to task\n task.options = options;\n }\n task.target = target;\n task.capture = capture;\n task.eventName = eventName;\n if (isHandleEvent) {\n // save original delegate for compare to check duplicate\n task.originalDelegate = delegate;\n }\n if (!prepend) {\n existingTasks.push(task);\n }\n else {\n existingTasks.unshift(task);\n }\n if (returnTarget) {\n return target;\n }\n };\n };\n proto[ADD_EVENT_LISTENER] = makeAddListener(nativeAddEventListener, ADD_EVENT_LISTENER_SOURCE, customSchedule, customCancel, returnTarget);\n if (nativePrependEventListener) {\n proto[PREPEND_EVENT_LISTENER] = makeAddListener(nativePrependEventListener, PREPEND_EVENT_LISTENER_SOURCE, customSchedulePrepend, customCancel, returnTarget, true);\n }\n proto[REMOVE_EVENT_LISTENER] = function () {\n var target = this || _global;\n var eventName = arguments[0];\n var options = arguments[2];\n var capture;\n if (options === undefined) {\n capture = false;\n }\n else if (options === true) {\n capture = true;\n }\n else if (options === false) {\n capture = false;\n }\n else {\n capture = options ? !!options.capture : false;\n }\n var delegate = arguments[1];\n if (!delegate) {\n return nativeRemoveEventListener.apply(this, arguments);\n }\n if (validateHandler &&\n !validateHandler(nativeRemoveEventListener, delegate, target, arguments)) {\n return;\n }\n var symbolEventNames = zoneSymbolEventNames$1[eventName];\n var symbolEventName;\n if (symbolEventNames) {\n symbolEventName = symbolEventNames[capture ? TRUE_STR : FALSE_STR];\n }\n var existingTasks = symbolEventName && target[symbolEventName];\n if (existingTasks) {\n for (var i = 0; i < existingTasks.length; i++) {\n var existingTask = existingTasks[i];\n if (compare(existingTask, delegate)) {\n existingTasks.splice(i, 1);\n // set isRemoved to data for faster invokeTask check\n existingTask.isRemoved = true;\n if (existingTasks.length === 0) {\n // all tasks for the eventName + capture have gone,\n // remove globalZoneAwareCallback and remove the task cache from target\n existingTask.allRemoved = true;\n target[symbolEventName] = null;\n }\n existingTask.zone.cancelTask(existingTask);\n if (returnTarget) {\n return target;\n }\n return;\n }\n }\n }\n // issue 930, didn't find the event name or callback\n // from zone kept existingTasks, the callback maybe\n // added outside of zone, we need to call native removeEventListener\n // to try to remove it.\n return nativeRemoveEventListener.apply(this, arguments);\n };\n proto[LISTENERS_EVENT_LISTENER] = function () {\n var target = this || _global;\n var eventName = arguments[0];\n var listeners = [];\n var tasks = findEventTasks(target, eventNameToString ? eventNameToString(eventName) : eventName);\n for (var i = 0; i < tasks.length; i++) {\n var task = tasks[i];\n var delegate = task.originalDelegate ? task.originalDelegate : task.callback;\n listeners.push(delegate);\n }\n return listeners;\n };\n proto[REMOVE_ALL_LISTENERS_EVENT_LISTENER] = function () {\n var target = this || _global;\n var eventName = arguments[0];\n if (!eventName) {\n var keys = Object.keys(target);\n for (var i = 0; i < keys.length; i++) {\n var prop = keys[i];\n var match = EVENT_NAME_SYMBOL_REGX.exec(prop);\n var evtName = match && match[1];\n // in nodejs EventEmitter, removeListener event is\n // used for monitoring the removeListener call,\n // so just keep removeListener eventListener until\n // all other eventListeners are removed\n if (evtName && evtName !== 'removeListener') {\n this[REMOVE_ALL_LISTENERS_EVENT_LISTENER].call(this, evtName);\n }\n }\n // remove removeListener listener finally\n this[REMOVE_ALL_LISTENERS_EVENT_LISTENER].call(this, 'removeListener');\n }\n else {\n var symbolEventNames = zoneSymbolEventNames$1[eventName];\n if (symbolEventNames) {\n var symbolEventName = symbolEventNames[FALSE_STR];\n var symbolCaptureEventName = symbolEventNames[TRUE_STR];\n var tasks = target[symbolEventName];\n var captureTasks = target[symbolCaptureEventName];\n if (tasks) {\n var removeTasks = tasks.slice();\n for (var i = 0; i < removeTasks.length; i++) {\n var task = removeTasks[i];\n var delegate = task.originalDelegate ? task.originalDelegate : task.callback;\n this[REMOVE_EVENT_LISTENER].call(this, eventName, delegate, task.options);\n }\n }\n if (captureTasks) {\n var removeTasks = captureTasks.slice();\n for (var i = 0; i < removeTasks.length; i++) {\n var task = removeTasks[i];\n var delegate = task.originalDelegate ? task.originalDelegate : task.callback;\n this[REMOVE_EVENT_LISTENER].call(this, eventName, delegate, task.options);\n }\n }\n }\n }\n if (returnTarget) {\n return this;\n }\n };\n // for native toString patch\n attachOriginToPatched(proto[ADD_EVENT_LISTENER], nativeAddEventListener);\n attachOriginToPatched(proto[REMOVE_EVENT_LISTENER], nativeRemoveEventListener);\n if (nativeRemoveAllListeners) {\n attachOriginToPatched(proto[REMOVE_ALL_LISTENERS_EVENT_LISTENER], nativeRemoveAllListeners);\n }\n if (nativeListeners) {\n attachOriginToPatched(proto[LISTENERS_EVENT_LISTENER], nativeListeners);\n }\n return true;\n }\n var results = [];\n for (var i = 0; i < apis.length; i++) {\n results[i] = patchEventTargetMethods(apis[i], patchOptions);\n }\n return results;\n}\nfunction findEventTasks(target, eventName) {\n var foundTasks = [];\n for (var prop in target) {\n var match = EVENT_NAME_SYMBOL_REGX.exec(prop);\n var evtName = match && match[1];\n if (evtName && (!eventName || evtName === eventName)) {\n var tasks = target[prop];\n if (tasks) {\n for (var i = 0; i < tasks.length; i++) {\n foundTasks.push(tasks[i]);\n }\n }\n }\n }\n return foundTasks;\n}\nfunction patchEventPrototype(global, api) {\n var Event = global['Event'];\n if (Event && Event.prototype) {\n api.patchMethod(Event.prototype, 'stopImmediatePropagation', function (delegate) { return function (self, args) {\n self[IMMEDIATE_PROPAGATION_SYMBOL] = true;\n // we need to call the native stopImmediatePropagation\n // in case in some hybrid application, some part of\n // application will be controlled by zone, some are not\n delegate && delegate.apply(self, args);\n }; });\n }\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nfunction patchCallbacks(api, target, targetName, method, callbacks) {\n var symbol = Zone.__symbol__(method);\n if (target[symbol]) {\n return;\n }\n var nativeDelegate = target[symbol] = target[method];\n target[method] = function (name, opts, options) {\n if (opts && opts.prototype) {\n callbacks.forEach(function (callback) {\n var source = targetName + \".\" + method + \"::\" + callback;\n var prototype = opts.prototype;\n if (prototype.hasOwnProperty(callback)) {\n var descriptor = api.ObjectGetOwnPropertyDescriptor(prototype, callback);\n if (descriptor && descriptor.value) {\n descriptor.value = api.wrapWithCurrentZone(descriptor.value, source);\n api._redefineProperty(opts.prototype, callback, descriptor);\n }\n else if (prototype[callback]) {\n prototype[callback] = api.wrapWithCurrentZone(prototype[callback], source);\n }\n }\n else if (prototype[callback]) {\n prototype[callback] = api.wrapWithCurrentZone(prototype[callback], source);\n }\n });\n }\n return nativeDelegate.call(target, name, opts, options);\n };\n api.attachOriginToPatched(target[method], nativeDelegate);\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/*\n * This is necessary for Chrome and Chrome mobile, to enable\n * things like redefining `createdCallback` on an element.\n */\nvar zoneSymbol$1 = Zone.__symbol__;\nvar _defineProperty = Object[zoneSymbol$1('defineProperty')] = Object.defineProperty;\nvar _getOwnPropertyDescriptor = Object[zoneSymbol$1('getOwnPropertyDescriptor')] =\n Object.getOwnPropertyDescriptor;\nvar _create = Object.create;\nvar unconfigurablesKey = zoneSymbol$1('unconfigurables');\nfunction propertyPatch() {\n Object.defineProperty = function (obj, prop, desc) {\n if (isUnconfigurable(obj, prop)) {\n throw new TypeError('Cannot assign to read only property \\'' + prop + '\\' of ' + obj);\n }\n var originalConfigurableFlag = desc.configurable;\n if (prop !== 'prototype') {\n desc = rewriteDescriptor(obj, prop, desc);\n }\n return _tryDefineProperty(obj, prop, desc, originalConfigurableFlag);\n };\n Object.defineProperties = function (obj, props) {\n Object.keys(props).forEach(function (prop) {\n Object.defineProperty(obj, prop, props[prop]);\n });\n return obj;\n };\n Object.create = function (obj, proto) {\n if (typeof proto === 'object' && !Object.isFrozen(proto)) {\n Object.keys(proto).forEach(function (prop) {\n proto[prop] = rewriteDescriptor(obj, prop, proto[prop]);\n });\n }\n return _create(obj, proto);\n };\n Object.getOwnPropertyDescriptor = function (obj, prop) {\n var desc = _getOwnPropertyDescriptor(obj, prop);\n if (desc && isUnconfigurable(obj, prop)) {\n desc.configurable = false;\n }\n return desc;\n };\n}\nfunction _redefineProperty(obj, prop, desc) {\n var originalConfigurableFlag = desc.configurable;\n desc = rewriteDescriptor(obj, prop, desc);\n return _tryDefineProperty(obj, prop, desc, originalConfigurableFlag);\n}\nfunction isUnconfigurable(obj, prop) {\n return obj && obj[unconfigurablesKey] && obj[unconfigurablesKey][prop];\n}\nfunction rewriteDescriptor(obj, prop, desc) {\n // issue-927, if the desc is frozen, don't try to change the desc\n if (!Object.isFrozen(desc)) {\n desc.configurable = true;\n }\n if (!desc.configurable) {\n // issue-927, if the obj is frozen, don't try to set the desc to obj\n if (!obj[unconfigurablesKey] && !Object.isFrozen(obj)) {\n _defineProperty(obj, unconfigurablesKey, { writable: true, value: {} });\n }\n if (obj[unconfigurablesKey]) {\n obj[unconfigurablesKey][prop] = true;\n }\n }\n return desc;\n}\nfunction _tryDefineProperty(obj, prop, desc, originalConfigurableFlag) {\n try {\n return _defineProperty(obj, prop, desc);\n }\n catch (error) {\n if (desc.configurable) {\n // In case of errors, when the configurable flag was likely set by rewriteDescriptor(), let's\n // retry with the original flag value\n if (typeof originalConfigurableFlag == 'undefined') {\n delete desc.configurable;\n }\n else {\n desc.configurable = originalConfigurableFlag;\n }\n try {\n return _defineProperty(obj, prop, desc);\n }\n catch (error) {\n var descJson = null;\n try {\n descJson = JSON.stringify(desc);\n }\n catch (error) {\n descJson = desc.toString();\n }\n console.log(\"Attempting to configure '\" + prop + \"' with descriptor '\" + descJson + \"' on object '\" + obj + \"' and got error, giving up: \" + error);\n }\n }\n else {\n throw error;\n }\n }\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/**\n * @fileoverview\n * @suppress {globalThis}\n */\nvar globalEventHandlersEventNames = [\n 'abort',\n 'animationcancel',\n 'animationend',\n 'animationiteration',\n 'auxclick',\n 'beforeinput',\n 'blur',\n 'cancel',\n 'canplay',\n 'canplaythrough',\n 'change',\n 'compositionstart',\n 'compositionupdate',\n 'compositionend',\n 'cuechange',\n 'click',\n 'close',\n 'contextmenu',\n 'curechange',\n 'dblclick',\n 'drag',\n 'dragend',\n 'dragenter',\n 'dragexit',\n 'dragleave',\n 'dragover',\n 'drop',\n 'durationchange',\n 'emptied',\n 'ended',\n 'error',\n 'focus',\n 'focusin',\n 'focusout',\n 'gotpointercapture',\n 'input',\n 'invalid',\n 'keydown',\n 'keypress',\n 'keyup',\n 'load',\n 'loadstart',\n 'loadeddata',\n 'loadedmetadata',\n 'lostpointercapture',\n 'mousedown',\n 'mouseenter',\n 'mouseleave',\n 'mousemove',\n 'mouseout',\n 'mouseover',\n 'mouseup',\n 'mousewheel',\n 'orientationchange',\n 'pause',\n 'play',\n 'playing',\n 'pointercancel',\n 'pointerdown',\n 'pointerenter',\n 'pointerleave',\n 'pointerlockchange',\n 'mozpointerlockchange',\n 'webkitpointerlockerchange',\n 'pointerlockerror',\n 'mozpointerlockerror',\n 'webkitpointerlockerror',\n 'pointermove',\n 'pointout',\n 'pointerover',\n 'pointerup',\n 'progress',\n 'ratechange',\n 'reset',\n 'resize',\n 'scroll',\n 'seeked',\n 'seeking',\n 'select',\n 'selectionchange',\n 'selectstart',\n 'show',\n 'sort',\n 'stalled',\n 'submit',\n 'suspend',\n 'timeupdate',\n 'volumechange',\n 'touchcancel',\n 'touchmove',\n 'touchstart',\n 'touchend',\n 'transitioncancel',\n 'transitionend',\n 'waiting',\n 'wheel'\n];\nvar documentEventNames = [\n 'afterscriptexecute', 'beforescriptexecute', 'DOMContentLoaded', 'freeze', 'fullscreenchange',\n 'mozfullscreenchange', 'webkitfullscreenchange', 'msfullscreenchange', 'fullscreenerror',\n 'mozfullscreenerror', 'webkitfullscreenerror', 'msfullscreenerror', 'readystatechange',\n 'visibilitychange', 'resume'\n];\nvar windowEventNames = [\n 'absolutedeviceorientation',\n 'afterinput',\n 'afterprint',\n 'appinstalled',\n 'beforeinstallprompt',\n 'beforeprint',\n 'beforeunload',\n 'devicelight',\n 'devicemotion',\n 'deviceorientation',\n 'deviceorientationabsolute',\n 'deviceproximity',\n 'hashchange',\n 'languagechange',\n 'message',\n 'mozbeforepaint',\n 'offline',\n 'online',\n 'paint',\n 'pageshow',\n 'pagehide',\n 'popstate',\n 'rejectionhandled',\n 'storage',\n 'unhandledrejection',\n 'unload',\n 'userproximity',\n 'vrdisplyconnected',\n 'vrdisplaydisconnected',\n 'vrdisplaypresentchange'\n];\nvar htmlElementEventNames = [\n 'beforecopy', 'beforecut', 'beforepaste', 'copy', 'cut', 'paste', 'dragstart', 'loadend',\n 'animationstart', 'search', 'transitionrun', 'transitionstart', 'webkitanimationend',\n 'webkitanimationiteration', 'webkitanimationstart', 'webkittransitionend'\n];\nvar mediaElementEventNames = ['encrypted', 'waitingforkey', 'msneedkey', 'mozinterruptbegin', 'mozinterruptend'];\nvar ieElementEventNames = [\n 'activate',\n 'afterupdate',\n 'ariarequest',\n 'beforeactivate',\n 'beforedeactivate',\n 'beforeeditfocus',\n 'beforeupdate',\n 'cellchange',\n 'controlselect',\n 'dataavailable',\n 'datasetchanged',\n 'datasetcomplete',\n 'errorupdate',\n 'filterchange',\n 'layoutcomplete',\n 'losecapture',\n 'move',\n 'moveend',\n 'movestart',\n 'propertychange',\n 'resizeend',\n 'resizestart',\n 'rowenter',\n 'rowexit',\n 'rowsdelete',\n 'rowsinserted',\n 'command',\n 'compassneedscalibration',\n 'deactivate',\n 'help',\n 'mscontentzoom',\n 'msmanipulationstatechanged',\n 'msgesturechange',\n 'msgesturedoubletap',\n 'msgestureend',\n 'msgesturehold',\n 'msgesturestart',\n 'msgesturetap',\n 'msgotpointercapture',\n 'msinertiastart',\n 'mslostpointercapture',\n 'mspointercancel',\n 'mspointerdown',\n 'mspointerenter',\n 'mspointerhover',\n 'mspointerleave',\n 'mspointermove',\n 'mspointerout',\n 'mspointerover',\n 'mspointerup',\n 'pointerout',\n 'mssitemodejumplistitemremoved',\n 'msthumbnailclick',\n 'stop',\n 'storagecommit'\n];\nvar webglEventNames = ['webglcontextrestored', 'webglcontextlost', 'webglcontextcreationerror'];\nvar formEventNames = ['autocomplete', 'autocompleteerror'];\nvar detailEventNames = ['toggle'];\nvar frameEventNames = ['load'];\nvar frameSetEventNames = ['blur', 'error', 'focus', 'load', 'resize', 'scroll', 'messageerror'];\nvar marqueeEventNames = ['bounce', 'finish', 'start'];\nvar XMLHttpRequestEventNames = [\n 'loadstart', 'progress', 'abort', 'error', 'load', 'progress', 'timeout', 'loadend',\n 'readystatechange'\n];\nvar IDBIndexEventNames = ['upgradeneeded', 'complete', 'abort', 'success', 'error', 'blocked', 'versionchange', 'close'];\nvar websocketEventNames = ['close', 'error', 'open', 'message'];\nvar workerEventNames = ['error', 'message'];\nvar eventNames = globalEventHandlersEventNames.concat(webglEventNames, formEventNames, detailEventNames, documentEventNames, windowEventNames, htmlElementEventNames, ieElementEventNames);\nfunction filterProperties(target, onProperties, ignoreProperties) {\n if (!ignoreProperties || ignoreProperties.length === 0) {\n return onProperties;\n }\n var tip = ignoreProperties.filter(function (ip) { return ip.target === target; });\n if (!tip || tip.length === 0) {\n return onProperties;\n }\n var targetIgnoreProperties = tip[0].ignoreProperties;\n return onProperties.filter(function (op) { return targetIgnoreProperties.indexOf(op) === -1; });\n}\nfunction patchFilteredProperties(target, onProperties, ignoreProperties, prototype) {\n // check whether target is available, sometimes target will be undefined\n // because different browser or some 3rd party plugin.\n if (!target) {\n return;\n }\n var filteredProperties = filterProperties(target, onProperties, ignoreProperties);\n patchOnProperties(target, filteredProperties, prototype);\n}\nfunction propertyDescriptorPatch(api, _global) {\n if (isNode && !isMix) {\n return;\n }\n if (Zone[api.symbol('patchEvents')]) {\n // events are already been patched by legacy patch.\n return;\n }\n var supportsWebSocket = typeof WebSocket !== 'undefined';\n var ignoreProperties = _global['__Zone_ignore_on_properties'];\n // for browsers that we can patch the descriptor: Chrome & Firefox\n if (isBrowser) {\n var internalWindow = window;\n var ignoreErrorProperties = isIE ? [{ target: internalWindow, ignoreProperties: ['error'] }] : [];\n // in IE/Edge, onProp not exist in window object, but in WindowPrototype\n // so we need to pass WindowPrototype to check onProp exist or not\n patchFilteredProperties(internalWindow, eventNames.concat(['messageerror']), ignoreProperties ? ignoreProperties.concat(ignoreErrorProperties) : ignoreProperties, ObjectGetPrototypeOf(internalWindow));\n patchFilteredProperties(Document.prototype, eventNames, ignoreProperties);\n if (typeof internalWindow['SVGElement'] !== 'undefined') {\n patchFilteredProperties(internalWindow['SVGElement'].prototype, eventNames, ignoreProperties);\n }\n patchFilteredProperties(Element.prototype, eventNames, ignoreProperties);\n patchFilteredProperties(HTMLElement.prototype, eventNames, ignoreProperties);\n patchFilteredProperties(HTMLMediaElement.prototype, mediaElementEventNames, ignoreProperties);\n patchFilteredProperties(HTMLFrameSetElement.prototype, windowEventNames.concat(frameSetEventNames), ignoreProperties);\n patchFilteredProperties(HTMLBodyElement.prototype, windowEventNames.concat(frameSetEventNames), ignoreProperties);\n patchFilteredProperties(HTMLFrameElement.prototype, frameEventNames, ignoreProperties);\n patchFilteredProperties(HTMLIFrameElement.prototype, frameEventNames, ignoreProperties);\n var HTMLMarqueeElement_1 = internalWindow['HTMLMarqueeElement'];\n if (HTMLMarqueeElement_1) {\n patchFilteredProperties(HTMLMarqueeElement_1.prototype, marqueeEventNames, ignoreProperties);\n }\n var Worker_1 = internalWindow['Worker'];\n if (Worker_1) {\n patchFilteredProperties(Worker_1.prototype, workerEventNames, ignoreProperties);\n }\n }\n var XMLHttpRequest = _global['XMLHttpRequest'];\n if (XMLHttpRequest) {\n // XMLHttpRequest is not available in ServiceWorker, so we need to check here\n patchFilteredProperties(XMLHttpRequest.prototype, XMLHttpRequestEventNames, ignoreProperties);\n }\n var XMLHttpRequestEventTarget = _global['XMLHttpRequestEventTarget'];\n if (XMLHttpRequestEventTarget) {\n patchFilteredProperties(XMLHttpRequestEventTarget && XMLHttpRequestEventTarget.prototype, XMLHttpRequestEventNames, ignoreProperties);\n }\n if (typeof IDBIndex !== 'undefined') {\n patchFilteredProperties(IDBIndex.prototype, IDBIndexEventNames, ignoreProperties);\n patchFilteredProperties(IDBRequest.prototype, IDBIndexEventNames, ignoreProperties);\n patchFilteredProperties(IDBOpenDBRequest.prototype, IDBIndexEventNames, ignoreProperties);\n patchFilteredProperties(IDBDatabase.prototype, IDBIndexEventNames, ignoreProperties);\n patchFilteredProperties(IDBTransaction.prototype, IDBIndexEventNames, ignoreProperties);\n patchFilteredProperties(IDBCursor.prototype, IDBIndexEventNames, ignoreProperties);\n }\n if (supportsWebSocket) {\n patchFilteredProperties(WebSocket.prototype, websocketEventNames, ignoreProperties);\n }\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nZone.__load_patch('util', function (global, Zone, api) {\n api.patchOnProperties = patchOnProperties;\n api.patchMethod = patchMethod;\n api.bindArguments = bindArguments;\n api.patchMacroTask = patchMacroTask;\n // In earlier version of zone.js (<0.9.0), we use env name `__zone_symbol__BLACK_LISTED_EVENTS` to\n // define which events will not be patched by `Zone.js`.\n // In newer version (>=0.9.0), we change the env name to `__zone_symbol__UNPATCHED_EVENTS` to keep\n // the name consistent with angular repo.\n // The `__zone_symbol__BLACK_LISTED_EVENTS` is deprecated, but it is still be supported for\n // backwards compatibility.\n var SYMBOL_BLACK_LISTED_EVENTS = Zone.__symbol__('BLACK_LISTED_EVENTS');\n var SYMBOL_UNPATCHED_EVENTS = Zone.__symbol__('UNPATCHED_EVENTS');\n if (global[SYMBOL_UNPATCHED_EVENTS]) {\n global[SYMBOL_BLACK_LISTED_EVENTS] = global[SYMBOL_UNPATCHED_EVENTS];\n }\n if (global[SYMBOL_BLACK_LISTED_EVENTS]) {\n Zone[SYMBOL_BLACK_LISTED_EVENTS] = Zone[SYMBOL_UNPATCHED_EVENTS] =\n global[SYMBOL_BLACK_LISTED_EVENTS];\n }\n api.patchEventPrototype = patchEventPrototype;\n api.patchEventTarget = patchEventTarget;\n api.isIEOrEdge = isIEOrEdge;\n api.ObjectDefineProperty = ObjectDefineProperty;\n api.ObjectGetOwnPropertyDescriptor = ObjectGetOwnPropertyDescriptor;\n api.ObjectCreate = ObjectCreate;\n api.ArraySlice = ArraySlice;\n api.patchClass = patchClass;\n api.wrapWithCurrentZone = wrapWithCurrentZone;\n api.filterProperties = filterProperties;\n api.attachOriginToPatched = attachOriginToPatched;\n api._redefineProperty = _redefineProperty;\n api.patchCallbacks = patchCallbacks;\n api.getGlobalObjects = function () { return ({\n globalSources: globalSources,\n zoneSymbolEventNames: zoneSymbolEventNames$1,\n eventNames: eventNames,\n isBrowser: isBrowser,\n isMix: isMix,\n isNode: isNode,\n TRUE_STR: TRUE_STR,\n FALSE_STR: FALSE_STR,\n ZONE_SYMBOL_PREFIX: ZONE_SYMBOL_PREFIX,\n ADD_EVENT_LISTENER_STR: ADD_EVENT_LISTENER_STR,\n REMOVE_EVENT_LISTENER_STR: REMOVE_EVENT_LISTENER_STR\n }); };\n});\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nfunction eventTargetLegacyPatch(_global, api) {\n var _a = api.getGlobalObjects(), eventNames = _a.eventNames, globalSources = _a.globalSources, zoneSymbolEventNames = _a.zoneSymbolEventNames, TRUE_STR = _a.TRUE_STR, FALSE_STR = _a.FALSE_STR, ZONE_SYMBOL_PREFIX = _a.ZONE_SYMBOL_PREFIX;\n var WTF_ISSUE_555 = 'Anchor,Area,Audio,BR,Base,BaseFont,Body,Button,Canvas,Content,DList,Directory,Div,Embed,FieldSet,Font,Form,Frame,FrameSet,HR,Head,Heading,Html,IFrame,Image,Input,Keygen,LI,Label,Legend,Link,Map,Marquee,Media,Menu,Meta,Meter,Mod,OList,Object,OptGroup,Option,Output,Paragraph,Pre,Progress,Quote,Script,Select,Source,Span,Style,TableCaption,TableCell,TableCol,Table,TableRow,TableSection,TextArea,Title,Track,UList,Unknown,Video';\n var NO_EVENT_TARGET = 'ApplicationCache,EventSource,FileReader,InputMethodContext,MediaController,MessagePort,Node,Performance,SVGElementInstance,SharedWorker,TextTrack,TextTrackCue,TextTrackList,WebKitNamedFlow,Window,Worker,WorkerGlobalScope,XMLHttpRequest,XMLHttpRequestEventTarget,XMLHttpRequestUpload,IDBRequest,IDBOpenDBRequest,IDBDatabase,IDBTransaction,IDBCursor,DBIndex,WebSocket'\n .split(',');\n var EVENT_TARGET = 'EventTarget';\n var apis = [];\n var isWtf = _global['wtf'];\n var WTF_ISSUE_555_ARRAY = WTF_ISSUE_555.split(',');\n if (isWtf) {\n // Workaround for: https://github.com/google/tracing-framework/issues/555\n apis = WTF_ISSUE_555_ARRAY.map(function (v) { return 'HTML' + v + 'Element'; }).concat(NO_EVENT_TARGET);\n }\n else if (_global[EVENT_TARGET]) {\n apis.push(EVENT_TARGET);\n }\n else {\n // Note: EventTarget is not available in all browsers,\n // if it's not available, we instead patch the APIs in the IDL that inherit from EventTarget\n apis = NO_EVENT_TARGET;\n }\n var isDisableIECheck = _global['__Zone_disable_IE_check'] || false;\n var isEnableCrossContextCheck = _global['__Zone_enable_cross_context_check'] || false;\n var ieOrEdge = api.isIEOrEdge();\n var ADD_EVENT_LISTENER_SOURCE = '.addEventListener:';\n var FUNCTION_WRAPPER = '[object FunctionWrapper]';\n var BROWSER_TOOLS = 'function __BROWSERTOOLS_CONSOLE_SAFEFUNC() { [native code] }';\n // predefine all __zone_symbol__ + eventName + true/false string\n for (var i = 0; i < eventNames.length; i++) {\n var eventName = eventNames[i];\n var falseEventName = eventName + FALSE_STR;\n var trueEventName = eventName + TRUE_STR;\n var symbol = ZONE_SYMBOL_PREFIX + falseEventName;\n var symbolCapture = ZONE_SYMBOL_PREFIX + trueEventName;\n zoneSymbolEventNames[eventName] = {};\n zoneSymbolEventNames[eventName][FALSE_STR] = symbol;\n zoneSymbolEventNames[eventName][TRUE_STR] = symbolCapture;\n }\n // predefine all task.source string\n for (var i = 0; i < WTF_ISSUE_555.length; i++) {\n var target = WTF_ISSUE_555_ARRAY[i];\n var targets = globalSources[target] = {};\n for (var j = 0; j < eventNames.length; j++) {\n var eventName = eventNames[j];\n targets[eventName] = target + ADD_EVENT_LISTENER_SOURCE + eventName;\n }\n }\n var checkIEAndCrossContext = function (nativeDelegate, delegate, target, args) {\n if (!isDisableIECheck && ieOrEdge) {\n if (isEnableCrossContextCheck) {\n try {\n var testString = delegate.toString();\n if ((testString === FUNCTION_WRAPPER || testString == BROWSER_TOOLS)) {\n nativeDelegate.apply(target, args);\n return false;\n }\n }\n catch (error) {\n nativeDelegate.apply(target, args);\n return false;\n }\n }\n else {\n var testString = delegate.toString();\n if ((testString === FUNCTION_WRAPPER || testString == BROWSER_TOOLS)) {\n nativeDelegate.apply(target, args);\n return false;\n }\n }\n }\n else if (isEnableCrossContextCheck) {\n try {\n delegate.toString();\n }\n catch (error) {\n nativeDelegate.apply(target, args);\n return false;\n }\n }\n return true;\n };\n var apiTypes = [];\n for (var i = 0; i < apis.length; i++) {\n var type = _global[apis[i]];\n apiTypes.push(type && type.prototype);\n }\n // vh is validateHandler to check event handler\n // is valid or not(for security check)\n api.patchEventTarget(_global, apiTypes, { vh: checkIEAndCrossContext });\n Zone[api.symbol('patchEventTarget')] = !!_global[EVENT_TARGET];\n return true;\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n// we have to patch the instance since the proto is non-configurable\nfunction apply(api, _global) {\n var _a = api.getGlobalObjects(), ADD_EVENT_LISTENER_STR = _a.ADD_EVENT_LISTENER_STR, REMOVE_EVENT_LISTENER_STR = _a.REMOVE_EVENT_LISTENER_STR;\n var WS = _global.WebSocket;\n // On Safari window.EventTarget doesn't exist so need to patch WS add/removeEventListener\n // On older Chrome, no need since EventTarget was already patched\n if (!_global.EventTarget) {\n api.patchEventTarget(_global, [WS.prototype]);\n }\n _global.WebSocket = function (x, y) {\n var socket = arguments.length > 1 ? new WS(x, y) : new WS(x);\n var proxySocket;\n var proxySocketProto;\n // Safari 7.0 has non-configurable own 'onmessage' and friends properties on the socket instance\n var onmessageDesc = api.ObjectGetOwnPropertyDescriptor(socket, 'onmessage');\n if (onmessageDesc && onmessageDesc.configurable === false) {\n proxySocket = api.ObjectCreate(socket);\n // socket have own property descriptor 'onopen', 'onmessage', 'onclose', 'onerror'\n // but proxySocket not, so we will keep socket as prototype and pass it to\n // patchOnProperties method\n proxySocketProto = socket;\n [ADD_EVENT_LISTENER_STR, REMOVE_EVENT_LISTENER_STR, 'send', 'close'].forEach(function (propName) {\n proxySocket[propName] = function () {\n var args = api.ArraySlice.call(arguments);\n if (propName === ADD_EVENT_LISTENER_STR || propName === REMOVE_EVENT_LISTENER_STR) {\n var eventName = args.length > 0 ? args[0] : undefined;\n if (eventName) {\n var propertySymbol = Zone.__symbol__('ON_PROPERTY' + eventName);\n socket[propertySymbol] = proxySocket[propertySymbol];\n }\n }\n return socket[propName].apply(socket, args);\n };\n });\n }\n else {\n // we can patch the real socket\n proxySocket = socket;\n }\n api.patchOnProperties(proxySocket, ['close', 'error', 'message', 'open'], proxySocketProto);\n return proxySocket;\n };\n var globalWebSocket = _global['WebSocket'];\n for (var prop in WS) {\n globalWebSocket[prop] = WS[prop];\n }\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/**\n * @fileoverview\n * @suppress {globalThis}\n */\nfunction propertyDescriptorLegacyPatch(api, _global) {\n var _a = api.getGlobalObjects(), isNode = _a.isNode, isMix = _a.isMix;\n if (isNode && !isMix) {\n return;\n }\n if (!canPatchViaPropertyDescriptor(api, _global)) {\n var supportsWebSocket = typeof WebSocket !== 'undefined';\n // Safari, Android browsers (Jelly Bean)\n patchViaCapturingAllTheEvents(api);\n api.patchClass('XMLHttpRequest');\n if (supportsWebSocket) {\n apply(api, _global);\n }\n Zone[api.symbol('patchEvents')] = true;\n }\n}\nfunction canPatchViaPropertyDescriptor(api, _global) {\n var _a = api.getGlobalObjects(), isBrowser = _a.isBrowser, isMix = _a.isMix;\n if ((isBrowser || isMix) &&\n !api.ObjectGetOwnPropertyDescriptor(HTMLElement.prototype, 'onclick') &&\n typeof Element !== 'undefined') {\n // WebKit https://bugs.webkit.org/show_bug.cgi?id=134364\n // IDL interface attributes are not configurable\n var desc = api.ObjectGetOwnPropertyDescriptor(Element.prototype, 'onclick');\n if (desc && !desc.configurable)\n return false;\n // try to use onclick to detect whether we can patch via propertyDescriptor\n // because XMLHttpRequest is not available in service worker\n if (desc) {\n api.ObjectDefineProperty(Element.prototype, 'onclick', {\n enumerable: true,\n configurable: true,\n get: function () {\n return true;\n }\n });\n var div = document.createElement('div');\n var result = !!div.onclick;\n api.ObjectDefineProperty(Element.prototype, 'onclick', desc);\n return result;\n }\n }\n var XMLHttpRequest = _global['XMLHttpRequest'];\n if (!XMLHttpRequest) {\n // XMLHttpRequest is not available in service worker\n return false;\n }\n var ON_READY_STATE_CHANGE = 'onreadystatechange';\n var XMLHttpRequestPrototype = XMLHttpRequest.prototype;\n var xhrDesc = api.ObjectGetOwnPropertyDescriptor(XMLHttpRequestPrototype, ON_READY_STATE_CHANGE);\n // add enumerable and configurable here because in opera\n // by default XMLHttpRequest.prototype.onreadystatechange is undefined\n // without adding enumerable and configurable will cause onreadystatechange\n // non-configurable\n // and if XMLHttpRequest.prototype.onreadystatechange is undefined,\n // we should set a real desc instead a fake one\n if (xhrDesc) {\n api.ObjectDefineProperty(XMLHttpRequestPrototype, ON_READY_STATE_CHANGE, {\n enumerable: true,\n configurable: true,\n get: function () {\n return true;\n }\n });\n var req = new XMLHttpRequest();\n var result = !!req.onreadystatechange;\n // restore original desc\n api.ObjectDefineProperty(XMLHttpRequestPrototype, ON_READY_STATE_CHANGE, xhrDesc || {});\n return result;\n }\n else {\n var SYMBOL_FAKE_ONREADYSTATECHANGE_1 = api.symbol('fake');\n api.ObjectDefineProperty(XMLHttpRequestPrototype, ON_READY_STATE_CHANGE, {\n enumerable: true,\n configurable: true,\n get: function () {\n return this[SYMBOL_FAKE_ONREADYSTATECHANGE_1];\n },\n set: function (value) {\n this[SYMBOL_FAKE_ONREADYSTATECHANGE_1] = value;\n }\n });\n var req = new XMLHttpRequest();\n var detectFunc = function () { };\n req.onreadystatechange = detectFunc;\n var result = req[SYMBOL_FAKE_ONREADYSTATECHANGE_1] === detectFunc;\n req.onreadystatechange = null;\n return result;\n }\n}\n// Whenever any eventListener fires, we check the eventListener target and all parents\n// for `onwhatever` properties and replace them with zone-bound functions\n// - Chrome (for now)\nfunction patchViaCapturingAllTheEvents(api) {\n var eventNames = api.getGlobalObjects().eventNames;\n var unboundKey = api.symbol('unbound');\n var _loop_1 = function (i) {\n var property = eventNames[i];\n var onproperty = 'on' + property;\n self.addEventListener(property, function (event) {\n var elt = event.target, bound, source;\n if (elt) {\n source = elt.constructor['name'] + '.' + onproperty;\n }\n else {\n source = 'unknown.' + onproperty;\n }\n while (elt) {\n if (elt[onproperty] && !elt[onproperty][unboundKey]) {\n bound = api.wrapWithCurrentZone(elt[onproperty], source);\n bound[unboundKey] = elt[onproperty];\n elt[onproperty] = bound;\n }\n elt = elt.parentElement;\n }\n }, true);\n };\n for (var i = 0; i < eventNames.length; i++) {\n _loop_1(i);\n }\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nfunction registerElementPatch(_global, api) {\n var _a = api.getGlobalObjects(), isBrowser = _a.isBrowser, isMix = _a.isMix;\n if ((!isBrowser && !isMix) || !('registerElement' in _global.document)) {\n return;\n }\n var callbacks = ['createdCallback', 'attachedCallback', 'detachedCallback', 'attributeChangedCallback'];\n api.patchCallbacks(api, document, 'Document', 'registerElement', callbacks);\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/**\n * @fileoverview\n * @suppress {missingRequire}\n */\n(function (_global) {\n _global['__zone_symbol__legacyPatch'] = function () {\n var Zone = _global['Zone'];\n Zone.__load_patch('registerElement', function (global, Zone, api) {\n registerElementPatch(global, api);\n });\n Zone.__load_patch('EventTargetLegacy', function (global, Zone, api) {\n eventTargetLegacyPatch(global, api);\n propertyDescriptorLegacyPatch(api, global);\n });\n };\n})(typeof window !== 'undefined' && window || typeof self !== 'undefined' && self || global);\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/**\n * @fileoverview\n * @suppress {missingRequire}\n */\nvar taskSymbol = zoneSymbol('zoneTask');\nfunction patchTimer(window, setName, cancelName, nameSuffix) {\n var setNative = null;\n var clearNative = null;\n setName += nameSuffix;\n cancelName += nameSuffix;\n var tasksByHandleId = {};\n function scheduleTask(task) {\n var data = task.data;\n function timer() {\n try {\n task.invoke.apply(this, arguments);\n }\n finally {\n // issue-934, task will be cancelled\n // even it is a periodic task such as\n // setInterval\n if (!(task.data && task.data.isPeriodic)) {\n if (typeof data.handleId === 'number') {\n // in non-nodejs env, we remove timerId\n // from local cache\n delete tasksByHandleId[data.handleId];\n }\n else if (data.handleId) {\n // Node returns complex objects as handleIds\n // we remove task reference from timer object\n data.handleId[taskSymbol] = null;\n }\n }\n }\n }\n data.args[0] = timer;\n data.handleId = setNative.apply(window, data.args);\n return task;\n }\n function clearTask(task) {\n return clearNative(task.data.handleId);\n }\n setNative =\n patchMethod(window, setName, function (delegate) { return function (self, args) {\n if (typeof args[0] === 'function') {\n var options = {\n isPeriodic: nameSuffix === 'Interval',\n delay: (nameSuffix === 'Timeout' || nameSuffix === 'Interval') ? args[1] || 0 :\n undefined,\n args: args\n };\n var task = scheduleMacroTaskWithCurrentZone(setName, args[0], options, scheduleTask, clearTask);\n if (!task) {\n return task;\n }\n // Node.js must additionally support the ref and unref functions.\n var handle = task.data.handleId;\n if (typeof handle === 'number') {\n // for non nodejs env, we save handleId: task\n // mapping in local cache for clearTimeout\n tasksByHandleId[handle] = task;\n }\n else if (handle) {\n // for nodejs env, we save task\n // reference in timerId Object for clearTimeout\n handle[taskSymbol] = task;\n }\n // check whether handle is null, because some polyfill or browser\n // may return undefined from setTimeout/setInterval/setImmediate/requestAnimationFrame\n if (handle && handle.ref && handle.unref && typeof handle.ref === 'function' &&\n typeof handle.unref === 'function') {\n task.ref = handle.ref.bind(handle);\n task.unref = handle.unref.bind(handle);\n }\n if (typeof handle === 'number' || handle) {\n return handle;\n }\n return task;\n }\n else {\n // cause an error by calling it directly.\n return delegate.apply(window, args);\n }\n }; });\n clearNative =\n patchMethod(window, cancelName, function (delegate) { return function (self, args) {\n var id = args[0];\n var task;\n if (typeof id === 'number') {\n // non nodejs env.\n task = tasksByHandleId[id];\n }\n else {\n // nodejs env.\n task = id && id[taskSymbol];\n // other environments.\n if (!task) {\n task = id;\n }\n }\n if (task && typeof task.type === 'string') {\n if (task.state !== 'notScheduled' &&\n (task.cancelFn && task.data.isPeriodic || task.runCount === 0)) {\n if (typeof id === 'number') {\n delete tasksByHandleId[id];\n }\n else if (id) {\n id[taskSymbol] = null;\n }\n // Do not cancel already canceled functions\n task.zone.cancelTask(task);\n }\n }\n else {\n // cause an error by calling it directly.\n delegate.apply(window, args);\n }\n }; });\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nfunction patchCustomElements(_global, api) {\n var _a = api.getGlobalObjects(), isBrowser = _a.isBrowser, isMix = _a.isMix;\n if ((!isBrowser && !isMix) || !_global['customElements'] || !('customElements' in _global)) {\n return;\n }\n var callbacks = ['connectedCallback', 'disconnectedCallback', 'adoptedCallback', 'attributeChangedCallback'];\n api.patchCallbacks(api, _global.customElements, 'customElements', 'define', callbacks);\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nfunction eventTargetPatch(_global, api) {\n if (Zone[api.symbol('patchEventTarget')]) {\n // EventTarget is already patched.\n return;\n }\n var _a = api.getGlobalObjects(), eventNames = _a.eventNames, zoneSymbolEventNames = _a.zoneSymbolEventNames, TRUE_STR = _a.TRUE_STR, FALSE_STR = _a.FALSE_STR, ZONE_SYMBOL_PREFIX = _a.ZONE_SYMBOL_PREFIX;\n // predefine all __zone_symbol__ + eventName + true/false string\n for (var i = 0; i < eventNames.length; i++) {\n var eventName = eventNames[i];\n var falseEventName = eventName + FALSE_STR;\n var trueEventName = eventName + TRUE_STR;\n var symbol = ZONE_SYMBOL_PREFIX + falseEventName;\n var symbolCapture = ZONE_SYMBOL_PREFIX + trueEventName;\n zoneSymbolEventNames[eventName] = {};\n zoneSymbolEventNames[eventName][FALSE_STR] = symbol;\n zoneSymbolEventNames[eventName][TRUE_STR] = symbolCapture;\n }\n var EVENT_TARGET = _global['EventTarget'];\n if (!EVENT_TARGET || !EVENT_TARGET.prototype) {\n return;\n }\n api.patchEventTarget(_global, [EVENT_TARGET && EVENT_TARGET.prototype]);\n return true;\n}\nfunction patchEvent$1(global, api) {\n api.patchEventPrototype(global, api);\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/**\n * @fileoverview\n * @suppress {missingRequire}\n */\nZone.__load_patch('legacy', function (global) {\n var legacyPatch = global[Zone.__symbol__('legacyPatch')];\n if (legacyPatch) {\n legacyPatch();\n }\n});\nZone.__load_patch('timers', function (global) {\n var set = 'set';\n var clear = 'clear';\n patchTimer(global, set, clear, 'Timeout');\n patchTimer(global, set, clear, 'Interval');\n patchTimer(global, set, clear, 'Immediate');\n});\nZone.__load_patch('requestAnimationFrame', function (global) {\n patchTimer(global, 'request', 'cancel', 'AnimationFrame');\n patchTimer(global, 'mozRequest', 'mozCancel', 'AnimationFrame');\n patchTimer(global, 'webkitRequest', 'webkitCancel', 'AnimationFrame');\n});\nZone.__load_patch('blocking', function (global, Zone) {\n var blockingMethods = ['alert', 'prompt', 'confirm'];\n for (var i = 0; i < blockingMethods.length; i++) {\n var name_1 = blockingMethods[i];\n patchMethod(global, name_1, function (delegate, symbol, name) {\n return function (s, args) {\n return Zone.current.run(delegate, global, args, name);\n };\n });\n }\n});\nZone.__load_patch('EventTarget', function (global, Zone, api) {\n patchEvent$1(global, api);\n eventTargetPatch(global, api);\n // patch XMLHttpRequestEventTarget's addEventListener/removeEventListener\n var XMLHttpRequestEventTarget = global['XMLHttpRequestEventTarget'];\n if (XMLHttpRequestEventTarget && XMLHttpRequestEventTarget.prototype) {\n api.patchEventTarget(global, [XMLHttpRequestEventTarget.prototype]);\n }\n patchClass('MutationObserver');\n patchClass('WebKitMutationObserver');\n patchClass('IntersectionObserver');\n patchClass('FileReader');\n});\nZone.__load_patch('on_property', function (global, Zone, api) {\n propertyDescriptorPatch(api, global);\n propertyPatch();\n});\nZone.__load_patch('customElements', function (global, Zone, api) {\n patchCustomElements(global, api);\n});\nZone.__load_patch('XHR', function (global, Zone) {\n // Treat XMLHttpRequest as a macrotask.\n patchXHR(global);\n var XHR_TASK = zoneSymbol('xhrTask');\n var XHR_SYNC = zoneSymbol('xhrSync');\n var XHR_LISTENER = zoneSymbol('xhrListener');\n var XHR_SCHEDULED = zoneSymbol('xhrScheduled');\n var XHR_URL = zoneSymbol('xhrURL');\n var XHR_ERROR_BEFORE_SCHEDULED = zoneSymbol('xhrErrorBeforeScheduled');\n function patchXHR(window) {\n var XMLHttpRequest = window['XMLHttpRequest'];\n if (!XMLHttpRequest) {\n // XMLHttpRequest is not available in service worker\n return;\n }\n var XMLHttpRequestPrototype = XMLHttpRequest.prototype;\n function findPendingTask(target) {\n return target[XHR_TASK];\n }\n var oriAddListener = XMLHttpRequestPrototype[ZONE_SYMBOL_ADD_EVENT_LISTENER];\n var oriRemoveListener = XMLHttpRequestPrototype[ZONE_SYMBOL_REMOVE_EVENT_LISTENER];\n if (!oriAddListener) {\n var XMLHttpRequestEventTarget_1 = window['XMLHttpRequestEventTarget'];\n if (XMLHttpRequestEventTarget_1) {\n var XMLHttpRequestEventTargetPrototype = XMLHttpRequestEventTarget_1.prototype;\n oriAddListener = XMLHttpRequestEventTargetPrototype[ZONE_SYMBOL_ADD_EVENT_LISTENER];\n oriRemoveListener = XMLHttpRequestEventTargetPrototype[ZONE_SYMBOL_REMOVE_EVENT_LISTENER];\n }\n }\n var READY_STATE_CHANGE = 'readystatechange';\n var SCHEDULED = 'scheduled';\n function scheduleTask(task) {\n var data = task.data;\n var target = data.target;\n target[XHR_SCHEDULED] = false;\n target[XHR_ERROR_BEFORE_SCHEDULED] = false;\n // remove existing event listener\n var listener = target[XHR_LISTENER];\n if (!oriAddListener) {\n oriAddListener = target[ZONE_SYMBOL_ADD_EVENT_LISTENER];\n oriRemoveListener = target[ZONE_SYMBOL_REMOVE_EVENT_LISTENER];\n }\n if (listener) {\n oriRemoveListener.call(target, READY_STATE_CHANGE, listener);\n }\n var newListener = target[XHR_LISTENER] = function () {\n if (target.readyState === target.DONE) {\n // sometimes on some browsers XMLHttpRequest will fire onreadystatechange with\n // readyState=4 multiple times, so we need to check task state here\n if (!data.aborted && target[XHR_SCHEDULED] && task.state === SCHEDULED) {\n // check whether the xhr has registered onload listener\n // if that is the case, the task should invoke after all\n // onload listeners finish.\n var loadTasks = target['__zone_symbol__loadfalse'];\n if (loadTasks && loadTasks.length > 0) {\n var oriInvoke_1 = task.invoke;\n task.invoke = function () {\n // need to load the tasks again, because in other\n // load listener, they may remove themselves\n var loadTasks = target['__zone_symbol__loadfalse'];\n for (var i = 0; i < loadTasks.length; i++) {\n if (loadTasks[i] === task) {\n loadTasks.splice(i, 1);\n }\n }\n if (!data.aborted && task.state === SCHEDULED) {\n oriInvoke_1.call(task);\n }\n };\n loadTasks.push(task);\n }\n else {\n task.invoke();\n }\n }\n else if (!data.aborted && target[XHR_SCHEDULED] === false) {\n // error occurs when xhr.send()\n target[XHR_ERROR_BEFORE_SCHEDULED] = true;\n }\n }\n };\n oriAddListener.call(target, READY_STATE_CHANGE, newListener);\n var storedTask = target[XHR_TASK];\n if (!storedTask) {\n target[XHR_TASK] = task;\n }\n sendNative.apply(target, data.args);\n target[XHR_SCHEDULED] = true;\n return task;\n }\n function placeholderCallback() { }\n function clearTask(task) {\n var data = task.data;\n // Note - ideally, we would call data.target.removeEventListener here, but it's too late\n // to prevent it from firing. So instead, we store info for the event listener.\n data.aborted = true;\n return abortNative.apply(data.target, data.args);\n }\n var openNative = patchMethod(XMLHttpRequestPrototype, 'open', function () { return function (self, args) {\n self[XHR_SYNC] = args[2] == false;\n self[XHR_URL] = args[1];\n return openNative.apply(self, args);\n }; });\n var XMLHTTPREQUEST_SOURCE = 'XMLHttpRequest.send';\n var fetchTaskAborting = zoneSymbol('fetchTaskAborting');\n var fetchTaskScheduling = zoneSymbol('fetchTaskScheduling');\n var sendNative = patchMethod(XMLHttpRequestPrototype, 'send', function () { return function (self, args) {\n if (Zone.current[fetchTaskScheduling] === true) {\n // a fetch is scheduling, so we are using xhr to polyfill fetch\n // and because we already schedule macroTask for fetch, we should\n // not schedule a macroTask for xhr again\n return sendNative.apply(self, args);\n }\n if (self[XHR_SYNC]) {\n // if the XHR is sync there is no task to schedule, just execute the code.\n return sendNative.apply(self, args);\n }\n else {\n var options = { target: self, url: self[XHR_URL], isPeriodic: false, args: args, aborted: false };\n var task = scheduleMacroTaskWithCurrentZone(XMLHTTPREQUEST_SOURCE, placeholderCallback, options, scheduleTask, clearTask);\n if (self && self[XHR_ERROR_BEFORE_SCHEDULED] === true && !options.aborted &&\n task.state === SCHEDULED) {\n // xhr request throw error when send\n // we should invoke task instead of leaving a scheduled\n // pending macroTask\n task.invoke();\n }\n }\n }; });\n var abortNative = patchMethod(XMLHttpRequestPrototype, 'abort', function () { return function (self, args) {\n var task = findPendingTask(self);\n if (task && typeof task.type == 'string') {\n // If the XHR has already completed, do nothing.\n // If the XHR has already been aborted, do nothing.\n // Fix #569, call abort multiple times before done will cause\n // macroTask task count be negative number\n if (task.cancelFn == null || (task.data && task.data.aborted)) {\n return;\n }\n task.zone.cancelTask(task);\n }\n else if (Zone.current[fetchTaskAborting] === true) {\n // the abort is called from fetch polyfill, we need to call native abort of XHR.\n return abortNative.apply(self, args);\n }\n // Otherwise, we are trying to abort an XHR which has not yet been sent, so there is no\n // task\n // to cancel. Do nothing.\n }; });\n }\n});\nZone.__load_patch('geolocation', function (global) {\n /// GEO_LOCATION\n if (global['navigator'] && global['navigator'].geolocation) {\n patchPrototype(global['navigator'].geolocation, ['getCurrentPosition', 'watchPosition']);\n }\n});\nZone.__load_patch('PromiseRejectionEvent', function (global, Zone) {\n // handle unhandled promise rejection\n function findPromiseRejectionHandler(evtName) {\n return function (e) {\n var eventTasks = findEventTasks(global, evtName);\n eventTasks.forEach(function (eventTask) {\n // windows has added unhandledrejection event listener\n // trigger the event listener\n var PromiseRejectionEvent = global['PromiseRejectionEvent'];\n if (PromiseRejectionEvent) {\n var evt = new PromiseRejectionEvent(evtName, { promise: e.promise, reason: e.rejection });\n eventTask.invoke(evt);\n }\n });\n };\n }\n if (global['PromiseRejectionEvent']) {\n Zone[zoneSymbol('unhandledPromiseRejectionHandler')] =\n findPromiseRejectionHandler('unhandledrejection');\n Zone[zoneSymbol('rejectionHandledHandler')] =\n findPromiseRejectionHandler('rejectionhandled');\n }\n});\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n})));\n","/**\r\n * This file includes polyfills needed by Angular and is loaded before the app.\r\n * You can add your own extra polyfills to this file.\r\n *\r\n * This file is divided into 2 sections:\r\n * 1. Browser polyfills. These are applied before loading ZoneJS and are sorted by browsers.\r\n * 2. Application imports. Files imported after ZoneJS that should be loaded before your main\r\n * file.\r\n *\r\n * The current setup is for so-called \"evergreen\" browsers; the last versions of browsers that\r\n * automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera),\r\n * Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile.\r\n *\r\n * Learn more in https://angular.io/guide/browser-support\r\n */\r\n\r\n/***************************************************************************************************\r\n * BROWSER POLYFILLS\r\n */\r\n\r\n/** IE10 and IE11 requires the following for NgClass support on SVG elements */\r\n// import 'classlist.js'; // Run `npm install --save classlist.js`.\r\n\r\n/**\r\n * Web Animations `@angular/platform-browser/animations`\r\n * Only required if AnimationBuilder is used within the application and using IE/Edge or Safari.\r\n * Standard animation support in Angular DOES NOT require any polyfills (as of Angular 6.0).\r\n */\r\n// import 'web-animations-js'; // Run `npm install --save web-animations-js`.\r\n\r\n/**\r\n * By default, zone.js will patch all possible macroTask and DomEvents\r\n * user can disable parts of macroTask/DomEvents patch by setting following flags\r\n * because those flags need to be set before `zone.js` being loaded, and webpack\r\n * will put import in the top of bundle, so user need to create a separate file\r\n * in this directory (for example: zone-flags.ts), and put the following flags\r\n * into that file, and then add the following code before importing zone.js.\r\n * import './zone-flags.ts';\r\n *\r\n * The flags allowed in zone-flags.ts are listed here.\r\n *\r\n * The following flags will work for all browsers.\r\n *\r\n * (window as any).__Zone_disable_requestAnimationFrame = true; // disable patch requestAnimationFrame\r\n * (window as any).__Zone_disable_on_property = true; // disable patch onProperty such as onclick\r\n * (window as any).__zone_symbol__UNPATCHED_EVENTS = ['scroll', 'mousemove']; // disable patch specified eventNames\r\n *\r\n * in IE/Edge developer tools, the addEventListener will also be wrapped by zone.js\r\n * with the following flag, it will bypass `zone.js` patch for IE/Edge\r\n *\r\n * (window as any).__Zone_enable_cross_context_check = true;\r\n *\r\n */\r\n\r\n/** Smooth Scroll behavior polyfill */\r\nimport smoothscroll from 'smoothscroll-polyfill/dist/smoothscroll.js';\r\nsmoothscroll.polyfill();\r\n\r\n/***************************************************************************************************\r\n * Zone JS is required by default for Angular itself.\r\n */\r\nimport 'zone.js/dist/zone'; // Included with Angular CLI.\r\n\r\n/***************************************************************************************************\r\n * APPLICATION IMPORTS\r\n */\r\n"],"sourceRoot":""} \ No newline at end of file diff --git a/dist/apps/total-angular/styles-es2015.js b/dist/apps/total-angular/styles-es2015.js index d5faab636..5eea6cd2f 100644 --- a/dist/apps/total-angular/styles-es2015.js +++ b/dist/apps/total-angular/styles-es2015.js @@ -1,9 +1,9 @@ (window["webpackJsonp"] = window["webpackJsonp"] || []).push([["styles"],{ /***/ "../../node_modules/@angular-devkit/build-angular/src/angular-cli-files/plugins/raw-css-loader.js!../../node_modules/postcss-loader/src/index.js?!../../node_modules/less-loader/dist/cjs.js?!./src/styles.less": -/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/plugins/raw-css-loader.js!/Users/elenko/projects/GroupDocs.Total-Angular/node_modules/postcss-loader/src??embedded!/Users/elenko/projects/GroupDocs.Total-Angular/node_modules/less-loader/dist/cjs.js??ref--14-3!./src/styles.less ***! - \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ +/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/@angular-devkit/build-angular/src/angular-cli-files/plugins/raw-css-loader.js!C:/Sources/GroupDocs.Total.Angular/node_modules/postcss-loader/src??embedded!C:/Sources/GroupDocs.Total.Angular/node_modules/less-loader/dist/cjs.js??ref--14-3!./src/styles.less ***! + \***********************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -12,9 +12,9 @@ module.exports = [[module.i, "/* You can add global styles to this file, and als /***/ }), /***/ "../../node_modules/style-loader/lib/addStyles.js": -/*!*************************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/style-loader/lib/addStyles.js ***! - \*************************************************************************************************/ +/*!*************************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/style-loader/lib/addStyles.js ***! + \*************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { @@ -421,9 +421,9 @@ function updateLink (link, options, obj) { /***/ }), /***/ "../../node_modules/style-loader/lib/urls.js": -/*!********************************************************************************************!*\ - !*** /Users/elenko/projects/GroupDocs.Total-Angular/node_modules/style-loader/lib/urls.js ***! - \********************************************************************************************/ +/*!********************************************************************************!*\ + !*** C:/Sources/GroupDocs.Total.Angular/node_modules/style-loader/lib/urls.js ***! + \********************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { @@ -557,7 +557,7 @@ if(false) {} /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { -module.exports = __webpack_require__(/*! /Users/elenko/projects/GroupDocs.Total-Angular/apps/total-angular/src/styles.less */"./src/styles.less"); +module.exports = __webpack_require__(/*! C:\Sources\GroupDocs.Total.Angular\apps\total-angular\src\styles.less */"./src/styles.less"); /***/ }) diff --git a/dist/apps/total-angular/styles-es2015.js.map b/dist/apps/total-angular/styles-es2015.js.map index 2a3dc74de..90d770794 100644 --- a/dist/apps/total-angular/styles-es2015.js.map +++ b/dist/apps/total-angular/styles-es2015.js.map @@ -1 +1 @@ -{"version":3,"sources":["webpack:///./src/styles.less","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/style-loader/lib/addStyles.js","webpack:////Users/elenko/projects/GroupDocs.Total-Angular/node_modules/style-loader/lib/urls.js","webpack:///./src/styles.less?de13"],"names":[],"mappings":";;;;;;;;;AAAA,mBAAmB,QAAS,iIAAiI,qN;;;;;;;;;;;ACA7J;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,8CAA8C;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;;AAEA,cAAc,mBAAO,CAAC,2DAAQ;;AAE9B;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;;AAEA;;AAEA;AACA;;AAEA,iBAAiB,mBAAmB;AACpC;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA,iBAAiB,sBAAsB;AACvC;;AAEA;AACA,mBAAmB,2BAA2B;;AAE9C;AACA;AACA;AACA;AACA;;AAEA;AACA,gBAAgB,mBAAmB;AACnC;AACA;;AAEA;AACA;;AAEA,iBAAiB,2BAA2B;AAC5C;AACA;;AAEA,QAAQ,uBAAuB;AAC/B;AACA;AACA,GAAG;AACH;;AAEA,iBAAiB,uBAAuB;AACxC;AACA;;AAEA,2BAA2B;AAC3B;AACA;AACA;;AAEA;AACA;AACA;;AAEA,gBAAgB,iBAAiB;AACjC;AACA;AACA;AACA;AACA;AACA,cAAc;;AAEd,kDAAkD,sBAAsB;AACxE;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;AACA,EAAE;AACF;AACA,EAAE;AACF;AACA;AACA,EAAE;AACF;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,EAAE;AACF;;AAEA;AACA,KAAK,KAAwC,EAAE,EAE7C;;AAEF,QAAQ,sBAAiB;AACzB;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;;AAEA,EAAE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,EAAE;AACF;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA,CAAC;;AAED;AACA;;AAEA;AACA;AACA,EAAE;AACF;AACA;;AAEA;;AAEA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA,EAAE;AACF;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA,uDAAuD;AACvD;;AAEA,6BAA6B,mBAAmB;;AAEhD;;AAEA;;AAEA;AACA;;;;;;;;;;;;;AC9YA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,wCAAwC,WAAW,EAAE;AACrD,wCAAwC,WAAW,EAAE;;AAErD;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA,sCAAsC;AACtC,GAAG;AACH;AACA,8DAA8D;AAC9D;;AAEA;AACA;AACA,EAAE;;AAEF;AACA;AACA;;;;;;;;;;;;;ACvFA,cAAc,mBAAO,CAAC,sbAA0O;;AAEhQ,4CAA4C,QAAS;;AAErD;AACA;;;;AAIA,eAAe;;AAEf;AACA;;AAEA,aAAa,mBAAO,CAAC,6GAAsD;;AAE3E;;AAEA,GAAG,KAAU,EAAE,E","file":"styles-es2015.js","sourcesContent":["module.exports = [[module.id, \"/* You can add global styles to this file, and also import other style files */\\n\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFwcHMvdG90YWwtYW5ndWxhci9zcmMvc3R5bGVzLmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsOEVBQThFIiwiZmlsZSI6ImFwcHMvdG90YWwtYW5ndWxhci9zcmMvc3R5bGVzLmxlc3MifQ== */\", '', '']]","/*\n\tMIT License http://www.opensource.org/licenses/mit-license.php\n\tAuthor Tobias Koppers @sokra\n*/\n\nvar stylesInDom = {};\n\nvar\tmemoize = function (fn) {\n\tvar memo;\n\n\treturn function () {\n\t\tif (typeof memo === \"undefined\") memo = fn.apply(this, arguments);\n\t\treturn memo;\n\t};\n};\n\nvar isOldIE = memoize(function () {\n\t// Test for IE <= 9 as proposed by Browserhacks\n\t// @see http://browserhacks.com/#hack-e71d8692f65334173fee715c222cb805\n\t// Tests for existence of standard globals is to allow style-loader\n\t// to operate correctly into non-standard environments\n\t// @see https://github.com/webpack-contrib/style-loader/issues/177\n\treturn window && document && document.all && !window.atob;\n});\n\nvar getTarget = function (target, parent) {\n if (parent){\n return parent.querySelector(target);\n }\n return document.querySelector(target);\n};\n\nvar getElement = (function (fn) {\n\tvar memo = {};\n\n\treturn function(target, parent) {\n // If passing function in options, then use it for resolve \"head\" element.\n // Useful for Shadow Root style i.e\n // {\n // insertInto: function () { return document.querySelector(\"#foo\").shadowRoot }\n // }\n if (typeof target === 'function') {\n return target();\n }\n if (typeof memo[target] === \"undefined\") {\n\t\t\tvar styleTarget = getTarget.call(this, target, parent);\n\t\t\t// Special case to return head of iframe instead of iframe itself\n\t\t\tif (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {\n\t\t\t\ttry {\n\t\t\t\t\t// This will throw an exception if access to iframe is blocked\n\t\t\t\t\t// due to cross-origin restrictions\n\t\t\t\t\tstyleTarget = styleTarget.contentDocument.head;\n\t\t\t\t} catch(e) {\n\t\t\t\t\tstyleTarget = null;\n\t\t\t\t}\n\t\t\t}\n\t\t\tmemo[target] = styleTarget;\n\t\t}\n\t\treturn memo[target]\n\t};\n})();\n\nvar singleton = null;\nvar\tsingletonCounter = 0;\nvar\tstylesInsertedAtTop = [];\n\nvar\tfixUrls = require(\"./urls\");\n\nmodule.exports = function(list, options) {\n\tif (typeof DEBUG !== \"undefined\" && DEBUG) {\n\t\tif (typeof document !== \"object\") throw new Error(\"The style-loader cannot be used in a non-browser environment\");\n\t}\n\n\toptions = options || {};\n\n\toptions.attrs = typeof options.attrs === \"object\" ? options.attrs : {};\n\n\t// Force single-tag solution on IE6-9, which has a hard limit on the # of \n \n\n could become:\n\n \n
    \n \n
    \n\n Note the use of @polyfill in the comment above a ShadowDOM specific style\n declaration. This is a directive to the styling shim to use the selector\n in comments in lieu of the next selector when running under polyfill.\n*/\nclass ShadowCss {\n constructor() {\n this.strictStyling = true;\n }\n /*\n * Shim some cssText with the given selector. Returns cssText that can\n * be included in the document via WebComponents.ShadowCSS.addCssToDocument(css).\n *\n * When strictStyling is true:\n * - selector is the attribute added to all elements inside the host,\n * - hostSelector is the attribute added to the host itself.\n */\n shimCssText(cssText, selector, hostSelector = '') {\n const commentsWithHash = extractCommentsWithHash(cssText);\n cssText = stripComments(cssText);\n cssText = this._insertDirectives(cssText);\n const scopedCssText = this._scopeCssText(cssText, selector, hostSelector);\n return [scopedCssText, ...commentsWithHash].join('\\n');\n }\n _insertDirectives(cssText) {\n cssText = this._insertPolyfillDirectivesInCssText(cssText);\n return this._insertPolyfillRulesInCssText(cssText);\n }\n /*\n * Process styles to convert native ShadowDOM rules that will trip\n * up the css parser; we rely on decorating the stylesheet with inert rules.\n *\n * For example, we convert this rule:\n *\n * polyfill-next-selector { content: ':host menu-item'; }\n * ::content menu-item {\n *\n * to this:\n *\n * scopeName menu-item {\n *\n **/\n _insertPolyfillDirectivesInCssText(cssText) {\n // Difference with webcomponents.js: does not handle comments\n return cssText.replace(_cssContentNextSelectorRe, function (...m) { return m[2] + '{'; });\n }\n /*\n * Process styles to add rules which will only apply under the polyfill\n *\n * For example, we convert this rule:\n *\n * polyfill-rule {\n * content: ':host menu-item';\n * ...\n * }\n *\n * to this:\n *\n * scopeName menu-item {...}\n *\n **/\n _insertPolyfillRulesInCssText(cssText) {\n // Difference with webcomponents.js: does not handle comments\n return cssText.replace(_cssContentRuleRe, (...m) => {\n const rule = m[0].replace(m[1], '').replace(m[2], '');\n return m[4] + rule;\n });\n }\n /* Ensure styles are scoped. Pseudo-scoping takes a rule like:\n *\n * .foo {... }\n *\n * and converts this to\n *\n * scopeName .foo { ... }\n */\n _scopeCssText(cssText, scopeSelector, hostSelector) {\n const unscopedRules = this._extractUnscopedRulesFromCssText(cssText);\n // replace :host and :host-context -shadowcsshost and -shadowcsshost respectively\n cssText = this._insertPolyfillHostInCssText(cssText);\n cssText = this._convertColonHost(cssText);\n cssText = this._convertColonHostContext(cssText);\n cssText = this._convertShadowDOMSelectors(cssText);\n if (scopeSelector) {\n cssText = this._scopeSelectors(cssText, scopeSelector, hostSelector);\n }\n cssText = cssText + '\\n' + unscopedRules;\n return cssText.trim();\n }\n /*\n * Process styles to add rules which will only apply under the polyfill\n * and do not process via CSSOM. (CSSOM is destructive to rules on rare\n * occasions, e.g. -webkit-calc on Safari.)\n * For example, we convert this rule:\n *\n * @polyfill-unscoped-rule {\n * content: 'menu-item';\n * ... }\n *\n * to this:\n *\n * menu-item {...}\n *\n **/\n _extractUnscopedRulesFromCssText(cssText) {\n // Difference with webcomponents.js: does not handle comments\n let r = '';\n let m;\n _cssContentUnscopedRuleRe.lastIndex = 0;\n while ((m = _cssContentUnscopedRuleRe.exec(cssText)) !== null) {\n const rule = m[0].replace(m[2], '').replace(m[1], m[4]);\n r += rule + '\\n\\n';\n }\n return r;\n }\n /*\n * convert a rule like :host(.foo) > .bar { }\n *\n * to\n *\n * .foo > .bar\n */\n _convertColonHost(cssText) {\n return this._convertColonRule(cssText, _cssColonHostRe, this._colonHostPartReplacer);\n }\n /*\n * convert a rule like :host-context(.foo) > .bar { }\n *\n * to\n *\n * .foo > .bar, .foo scopeName > .bar { }\n *\n * and\n *\n * :host-context(.foo:host) .bar { ... }\n *\n * to\n *\n * .foo .bar { ... }\n */\n _convertColonHostContext(cssText) {\n return this._convertColonRule(cssText, _cssColonHostContextRe, this._colonHostContextPartReplacer);\n }\n _convertColonRule(cssText, regExp, partReplacer) {\n // m[1] = :host(-context), m[2] = contents of (), m[3] rest of rule\n return cssText.replace(regExp, function (...m) {\n if (m[2]) {\n const parts = m[2].split(',');\n const r = [];\n for (let i = 0; i < parts.length; i++) {\n const p = parts[i].trim();\n if (!p)\n break;\n r.push(partReplacer(_polyfillHostNoCombinator, p, m[3]));\n }\n return r.join(',');\n }\n else {\n return _polyfillHostNoCombinator + m[3];\n }\n });\n }\n _colonHostContextPartReplacer(host, part, suffix) {\n if (part.indexOf(_polyfillHost) > -1) {\n return this._colonHostPartReplacer(host, part, suffix);\n }\n else {\n return host + part + suffix + ', ' + part + ' ' + host + suffix;\n }\n }\n _colonHostPartReplacer(host, part, suffix) {\n return host + part.replace(_polyfillHost, '') + suffix;\n }\n /*\n * Convert combinators like ::shadow and pseudo-elements like ::content\n * by replacing with space.\n */\n _convertShadowDOMSelectors(cssText) {\n return _shadowDOMSelectorsRe.reduce((result, pattern) => result.replace(pattern, ' '), cssText);\n }\n // change a selector like 'div' to 'name div'\n _scopeSelectors(cssText, scopeSelector, hostSelector) {\n return processRules(cssText, (rule) => {\n let selector = rule.selector;\n let content = rule.content;\n if (rule.selector[0] != '@') {\n selector =\n this._scopeSelector(rule.selector, scopeSelector, hostSelector, this.strictStyling);\n }\n else if (rule.selector.startsWith('@media') || rule.selector.startsWith('@supports') ||\n rule.selector.startsWith('@page') || rule.selector.startsWith('@document')) {\n content = this._scopeSelectors(rule.content, scopeSelector, hostSelector);\n }\n return new CssRule(selector, content);\n });\n }\n _scopeSelector(selector, scopeSelector, hostSelector, strict) {\n return selector.split(',')\n .map(part => part.trim().split(_shadowDeepSelectors))\n .map((deepParts) => {\n const [shallowPart, ...otherParts] = deepParts;\n const applyScope = (shallowPart) => {\n if (this._selectorNeedsScoping(shallowPart, scopeSelector)) {\n return strict ?\n this._applyStrictSelectorScope(shallowPart, scopeSelector, hostSelector) :\n this._applySelectorScope(shallowPart, scopeSelector, hostSelector);\n }\n else {\n return shallowPart;\n }\n };\n return [applyScope(shallowPart), ...otherParts].join(' ');\n })\n .join(', ');\n }\n _selectorNeedsScoping(selector, scopeSelector) {\n const re = this._makeScopeMatcher(scopeSelector);\n return !re.test(selector);\n }\n _makeScopeMatcher(scopeSelector) {\n const lre = /\\[/g;\n const rre = /\\]/g;\n scopeSelector = scopeSelector.replace(lre, '\\\\[').replace(rre, '\\\\]');\n return new RegExp('^(' + scopeSelector + ')' + _selectorReSuffix, 'm');\n }\n _applySelectorScope(selector, scopeSelector, hostSelector) {\n // Difference from webcomponents.js: scopeSelector could not be an array\n return this._applySimpleSelectorScope(selector, scopeSelector, hostSelector);\n }\n // scope via name and [is=name]\n _applySimpleSelectorScope(selector, scopeSelector, hostSelector) {\n // In Android browser, the lastIndex is not reset when the regex is used in String.replace()\n _polyfillHostRe.lastIndex = 0;\n if (_polyfillHostRe.test(selector)) {\n const replaceBy = this.strictStyling ? `[${hostSelector}]` : scopeSelector;\n return selector\n .replace(_polyfillHostNoCombinatorRe, (hnc, selector) => {\n return selector.replace(/([^:]*)(:*)(.*)/, (_, before, colon, after) => {\n return before + replaceBy + colon + after;\n });\n })\n .replace(_polyfillHostRe, replaceBy + ' ');\n }\n return scopeSelector + ' ' + selector;\n }\n // return a selector with [name] suffix on each simple selector\n // e.g. .foo.bar > .zot becomes .foo[name].bar[name] > .zot[name] /** @internal */\n _applyStrictSelectorScope(selector, scopeSelector, hostSelector) {\n const isRe = /\\[is=([^\\]]*)\\]/g;\n scopeSelector = scopeSelector.replace(isRe, (_, ...parts) => parts[0]);\n const attrName = '[' + scopeSelector + ']';\n const _scopeSelectorPart = (p) => {\n let scopedP = p.trim();\n if (!scopedP) {\n return '';\n }\n if (p.indexOf(_polyfillHostNoCombinator) > -1) {\n scopedP = this._applySimpleSelectorScope(p, scopeSelector, hostSelector);\n }\n else {\n // remove :host since it should be unnecessary\n const t = p.replace(_polyfillHostRe, '');\n if (t.length > 0) {\n const matches = t.match(/([^:]*)(:*)(.*)/);\n if (matches) {\n scopedP = matches[1] + attrName + matches[2] + matches[3];\n }\n }\n }\n return scopedP;\n };\n const safeContent = new SafeSelector(selector);\n selector = safeContent.content();\n let scopedSelector = '';\n let startIndex = 0;\n let res;\n const sep = /( |>|\\+|~(?!=))\\s*/g;\n // If a selector appears before :host it should not be shimmed as it\n // matches on ancestor elements and not on elements in the host's shadow\n // `:host-context(div)` is transformed to\n // `-shadowcsshost-no-combinatordiv, div -shadowcsshost-no-combinator`\n // the `div` is not part of the component in the 2nd selectors and should not be scoped.\n // Historically `component-tag:host` was matching the component so we also want to preserve\n // this behavior to avoid breaking legacy apps (it should not match).\n // The behavior should be:\n // - `tag:host` -> `tag[h]` (this is to avoid breaking legacy apps, should not match anything)\n // - `tag :host` -> `tag [h]` (`tag` is not scoped because it's considered part of a\n // `:host-context(tag)`)\n const hasHost = selector.indexOf(_polyfillHostNoCombinator) > -1;\n // Only scope parts after the first `-shadowcsshost-no-combinator` when it is present\n let shouldScope = !hasHost;\n while ((res = sep.exec(selector)) !== null) {\n const separator = res[1];\n const part = selector.slice(startIndex, res.index).trim();\n shouldScope = shouldScope || part.indexOf(_polyfillHostNoCombinator) > -1;\n const scopedPart = shouldScope ? _scopeSelectorPart(part) : part;\n scopedSelector += `${scopedPart} ${separator} `;\n startIndex = sep.lastIndex;\n }\n const part = selector.substring(startIndex);\n shouldScope = shouldScope || part.indexOf(_polyfillHostNoCombinator) > -1;\n scopedSelector += shouldScope ? _scopeSelectorPart(part) : part;\n // replace the placeholders with their original values\n return safeContent.restore(scopedSelector);\n }\n _insertPolyfillHostInCssText(selector) {\n return selector.replace(_colonHostContextRe, _polyfillHostContext)\n .replace(_colonHostRe, _polyfillHost);\n }\n}\nclass SafeSelector {\n constructor(selector) {\n this.placeholders = [];\n this.index = 0;\n // Replaces attribute selectors with placeholders.\n // The WS in [attr=\"va lue\"] would otherwise be interpreted as a selector separator.\n selector = selector.replace(/(\\[[^\\]]*\\])/g, (_, keep) => {\n const replaceBy = `__ph-${this.index}__`;\n this.placeholders.push(keep);\n this.index++;\n return replaceBy;\n });\n // Replaces the expression in `:nth-child(2n + 1)` with a placeholder.\n // WS and \"+\" would otherwise be interpreted as selector separators.\n this._content = selector.replace(/(:nth-[-\\w]+)(\\([^)]+\\))/g, (_, pseudo, exp) => {\n const replaceBy = `__ph-${this.index}__`;\n this.placeholders.push(exp);\n this.index++;\n return pseudo + replaceBy;\n });\n }\n restore(content) {\n return content.replace(/__ph-(\\d+)__/g, (ph, index) => this.placeholders[+index]);\n }\n content() { return this._content; }\n}\nconst _cssContentNextSelectorRe = /polyfill-next-selector[^}]*content:[\\s]*?(['\"])(.*?)\\1[;\\s]*}([^{]*?){/gim;\nconst _cssContentRuleRe = /(polyfill-rule)[^}]*(content:[\\s]*(['\"])(.*?)\\3)[;\\s]*[^}]*}/gim;\nconst _cssContentUnscopedRuleRe = /(polyfill-unscoped-rule)[^}]*(content:[\\s]*(['\"])(.*?)\\3)[;\\s]*[^}]*}/gim;\nconst _polyfillHost = '-shadowcsshost';\n// note: :host-context pre-processed to -shadowcsshostcontext.\nconst _polyfillHostContext = '-shadowcsscontext';\nconst _parenSuffix = ')(?:\\\\((' +\n '(?:\\\\([^)(]*\\\\)|[^)(]*)+?' +\n ')\\\\))?([^,{]*)';\nconst _cssColonHostRe = new RegExp('(' + _polyfillHost + _parenSuffix, 'gim');\nconst _cssColonHostContextRe = new RegExp('(' + _polyfillHostContext + _parenSuffix, 'gim');\nconst _polyfillHostNoCombinator = _polyfillHost + '-no-combinator';\nconst _polyfillHostNoCombinatorRe = /-shadowcsshost-no-combinator([^\\s]*)/;\nconst _shadowDOMSelectorsRe = [\n /::shadow/g,\n /::content/g,\n // Deprecated selectors\n /\\/shadow-deep\\//g,\n /\\/shadow\\//g,\n];\n// The deep combinator is deprecated in the CSS spec\n// Support for `>>>`, `deep`, `::ng-deep` is then also deprecated and will be removed in the future.\n// see https://github.com/angular/angular/pull/17677\nconst _shadowDeepSelectors = /(?:>>>)|(?:\\/deep\\/)|(?:::ng-deep)/g;\nconst _selectorReSuffix = '([>\\\\s~+\\[.,{:][\\\\s\\\\S]*)?$';\nconst _polyfillHostRe = /-shadowcsshost/gim;\nconst _colonHostRe = /:host/gim;\nconst _colonHostContextRe = /:host-context/gim;\nconst _commentRe = /\\/\\*\\s*[\\s\\S]*?\\*\\//g;\nfunction stripComments(input) {\n return input.replace(_commentRe, '');\n}\nconst _commentWithHashRe = /\\/\\*\\s*#\\s*source(Mapping)?URL=[\\s\\S]+?\\*\\//g;\nfunction extractCommentsWithHash(input) {\n return input.match(_commentWithHashRe) || [];\n}\nconst _ruleRe = /(\\s*)([^;\\{\\}]+?)(\\s*)((?:{%BLOCK%}?\\s*;?)|(?:\\s*;))/g;\nconst _curlyRe = /([{}])/g;\nconst OPEN_CURLY = '{';\nconst CLOSE_CURLY = '}';\nconst BLOCK_PLACEHOLDER = '%BLOCK%';\nclass CssRule {\n constructor(selector, content) {\n this.selector = selector;\n this.content = content;\n }\n}\nfunction processRules(input, ruleCallback) {\n const inputWithEscapedBlocks = escapeBlocks(input);\n let nextBlockIndex = 0;\n return inputWithEscapedBlocks.escapedString.replace(_ruleRe, function (...m) {\n const selector = m[2];\n let content = '';\n let suffix = m[4];\n let contentPrefix = '';\n if (suffix && suffix.startsWith('{' + BLOCK_PLACEHOLDER)) {\n content = inputWithEscapedBlocks.blocks[nextBlockIndex++];\n suffix = suffix.substring(BLOCK_PLACEHOLDER.length + 1);\n contentPrefix = '{';\n }\n const rule = ruleCallback(new CssRule(selector, content));\n return `${m[1]}${rule.selector}${m[3]}${contentPrefix}${rule.content}${suffix}`;\n });\n}\nclass StringWithEscapedBlocks {\n constructor(escapedString, blocks) {\n this.escapedString = escapedString;\n this.blocks = blocks;\n }\n}\nfunction escapeBlocks(input) {\n const inputParts = input.split(_curlyRe);\n const resultParts = [];\n const escapedBlocks = [];\n let bracketCount = 0;\n let currentBlockParts = [];\n for (let partIndex = 0; partIndex < inputParts.length; partIndex++) {\n const part = inputParts[partIndex];\n if (part == CLOSE_CURLY) {\n bracketCount--;\n }\n if (bracketCount > 0) {\n currentBlockParts.push(part);\n }\n else {\n if (currentBlockParts.length > 0) {\n escapedBlocks.push(currentBlockParts.join(''));\n resultParts.push(BLOCK_PLACEHOLDER);\n currentBlockParts = [];\n }\n resultParts.push(part);\n }\n if (part == OPEN_CURLY) {\n bracketCount++;\n }\n }\n if (currentBlockParts.length > 0) {\n escapedBlocks.push(currentBlockParts.join(''));\n resultParts.push(BLOCK_PLACEHOLDER);\n }\n return new StringWithEscapedBlocks(resultParts.join(''), escapedBlocks);\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nconst COMPONENT_VARIABLE = '%COMP%';\nconst HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;\nconst CONTENT_ATTR = `_ngcontent-${COMPONENT_VARIABLE}`;\nclass StylesCompileDependency {\n constructor(name, moduleUrl, setValue) {\n this.name = name;\n this.moduleUrl = moduleUrl;\n this.setValue = setValue;\n }\n}\nclass CompiledStylesheet {\n constructor(outputCtx, stylesVar, dependencies, isShimmed, meta) {\n this.outputCtx = outputCtx;\n this.stylesVar = stylesVar;\n this.dependencies = dependencies;\n this.isShimmed = isShimmed;\n this.meta = meta;\n }\n}\nclass StyleCompiler {\n constructor(_urlResolver) {\n this._urlResolver = _urlResolver;\n this._shadowCss = new ShadowCss();\n }\n compileComponent(outputCtx, comp) {\n const template = comp.template;\n return this._compileStyles(outputCtx, comp, new CompileStylesheetMetadata({\n styles: template.styles,\n styleUrls: template.styleUrls,\n moduleUrl: identifierModuleUrl(comp.type)\n }), this.needsStyleShim(comp), true);\n }\n compileStyles(outputCtx, comp, stylesheet, shim = this.needsStyleShim(comp)) {\n return this._compileStyles(outputCtx, comp, stylesheet, shim, false);\n }\n needsStyleShim(comp) {\n return comp.template.encapsulation === ViewEncapsulation.Emulated;\n }\n _compileStyles(outputCtx, comp, stylesheet, shim, isComponentStylesheet) {\n const styleExpressions = stylesheet.styles.map(plainStyle => literal(this._shimIfNeeded(plainStyle, shim)));\n const dependencies = [];\n stylesheet.styleUrls.forEach((styleUrl) => {\n const exprIndex = styleExpressions.length;\n // Note: This placeholder will be filled later.\n styleExpressions.push(null);\n dependencies.push(new StylesCompileDependency(getStylesVarName(null), styleUrl, (value) => styleExpressions[exprIndex] = outputCtx.importExpr(value)));\n });\n // styles variable contains plain strings and arrays of other styles arrays (recursive),\n // so we set its type to dynamic.\n const stylesVar = getStylesVarName(isComponentStylesheet ? comp : null);\n const stmt = variable(stylesVar)\n .set(literalArr(styleExpressions, new ArrayType(DYNAMIC_TYPE, [TypeModifier.Const])))\n .toDeclStmt(null, isComponentStylesheet ? [StmtModifier.Final] : [\n StmtModifier.Final, StmtModifier.Exported\n ]);\n outputCtx.statements.push(stmt);\n return new CompiledStylesheet(outputCtx, stylesVar, dependencies, shim, stylesheet);\n }\n _shimIfNeeded(style, shim) {\n return shim ? this._shadowCss.shimCssText(style, CONTENT_ATTR, HOST_ATTR) : style;\n }\n}\nfunction getStylesVarName(component) {\n let result = `styles`;\n if (component) {\n result += `_${identifierName(component.type)}`;\n }\n return result;\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/**\n * A path is an ordered set of elements. Typically a path is to a\n * particular offset in a source file. The head of the list is the top\n * most node. The tail is the node that contains the offset directly.\n *\n * For example, the expression `a + b + c` might have an ast that looks\n * like:\n * +\n * / \\\n * a +\n * / \\\n * b c\n *\n * The path to the node at offset 9 would be `['+' at 1-10, '+' at 7-10,\n * 'c' at 9-10]` and the path the node at offset 1 would be\n * `['+' at 1-10, 'a' at 1-2]`.\n */\nclass AstPath {\n constructor(path, position = -1) {\n this.path = path;\n this.position = position;\n }\n get empty() { return !this.path || !this.path.length; }\n get head() { return this.path[0]; }\n get tail() { return this.path[this.path.length - 1]; }\n parentOf(node) {\n return node && this.path[this.path.indexOf(node) - 1];\n }\n childOf(node) { return this.path[this.path.indexOf(node) + 1]; }\n first(ctor) {\n for (let i = this.path.length - 1; i >= 0; i--) {\n let item = this.path[i];\n if (item instanceof ctor)\n return item;\n }\n }\n push(node) { this.path.push(node); }\n pop() { return this.path.pop(); }\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nclass Text$3 {\n constructor(value, sourceSpan, i18n) {\n this.value = value;\n this.sourceSpan = sourceSpan;\n this.i18n = i18n;\n }\n visit(visitor, context) { return visitor.visitText(this, context); }\n}\nclass Expansion {\n constructor(switchValue, type, cases, sourceSpan, switchValueSourceSpan, i18n) {\n this.switchValue = switchValue;\n this.type = type;\n this.cases = cases;\n this.sourceSpan = sourceSpan;\n this.switchValueSourceSpan = switchValueSourceSpan;\n this.i18n = i18n;\n }\n visit(visitor, context) { return visitor.visitExpansion(this, context); }\n}\nclass ExpansionCase {\n constructor(value, expression, sourceSpan, valueSourceSpan, expSourceSpan) {\n this.value = value;\n this.expression = expression;\n this.sourceSpan = sourceSpan;\n this.valueSourceSpan = valueSourceSpan;\n this.expSourceSpan = expSourceSpan;\n }\n visit(visitor, context) { return visitor.visitExpansionCase(this, context); }\n}\nclass Attribute {\n constructor(name, value, sourceSpan, valueSpan, i18n) {\n this.name = name;\n this.value = value;\n this.sourceSpan = sourceSpan;\n this.valueSpan = valueSpan;\n this.i18n = i18n;\n }\n visit(visitor, context) { return visitor.visitAttribute(this, context); }\n}\nclass Element$1 {\n constructor(name, attrs, children, sourceSpan, startSourceSpan = null, endSourceSpan = null, i18n) {\n this.name = name;\n this.attrs = attrs;\n this.children = children;\n this.sourceSpan = sourceSpan;\n this.startSourceSpan = startSourceSpan;\n this.endSourceSpan = endSourceSpan;\n this.i18n = i18n;\n }\n visit(visitor, context) { return visitor.visitElement(this, context); }\n}\nclass Comment {\n constructor(value, sourceSpan) {\n this.value = value;\n this.sourceSpan = sourceSpan;\n }\n visit(visitor, context) { return visitor.visitComment(this, context); }\n}\nfunction visitAll$1(visitor, nodes, context = null) {\n const result = [];\n const visit = visitor.visit ?\n (ast) => visitor.visit(ast, context) || ast.visit(visitor, context) :\n (ast) => ast.visit(visitor, context);\n nodes.forEach(ast => {\n const astResult = visit(ast);\n if (astResult) {\n result.push(astResult);\n }\n });\n return result;\n}\nclass RecursiveVisitor$1 {\n constructor() { }\n visitElement(ast, context) {\n this.visitChildren(context, visit => {\n visit(ast.attrs);\n visit(ast.children);\n });\n }\n visitAttribute(ast, context) { }\n visitText(ast, context) { }\n visitComment(ast, context) { }\n visitExpansion(ast, context) {\n return this.visitChildren(context, visit => { visit(ast.cases); });\n }\n visitExpansionCase(ast, context) { }\n visitChildren(context, cb) {\n let results = [];\n let t = this;\n function visit(children) {\n if (children)\n results.push(visitAll$1(t, children, context));\n }\n cb(visit);\n return Array.prototype.concat.apply([], results);\n }\n}\nfunction spanOf(ast) {\n const start = ast.sourceSpan.start.offset;\n let end = ast.sourceSpan.end.offset;\n if (ast instanceof Element$1) {\n if (ast.endSourceSpan) {\n end = ast.endSourceSpan.end.offset;\n }\n else if (ast.children && ast.children.length) {\n end = spanOf(ast.children[ast.children.length - 1]).end;\n }\n }\n return { start, end };\n}\nfunction findNode(nodes, position) {\n const path = [];\n const visitor = new class extends RecursiveVisitor$1 {\n visit(ast, context) {\n const span = spanOf(ast);\n if (span.start <= position && position < span.end) {\n path.push(ast);\n }\n else {\n // Returning a value here will result in the children being skipped.\n return true;\n }\n }\n };\n visitAll$1(visitor, nodes);\n return new AstPath(path, position);\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nvar TokenType;\n(function (TokenType) {\n TokenType[TokenType[\"TAG_OPEN_START\"] = 0] = \"TAG_OPEN_START\";\n TokenType[TokenType[\"TAG_OPEN_END\"] = 1] = \"TAG_OPEN_END\";\n TokenType[TokenType[\"TAG_OPEN_END_VOID\"] = 2] = \"TAG_OPEN_END_VOID\";\n TokenType[TokenType[\"TAG_CLOSE\"] = 3] = \"TAG_CLOSE\";\n TokenType[TokenType[\"TEXT\"] = 4] = \"TEXT\";\n TokenType[TokenType[\"ESCAPABLE_RAW_TEXT\"] = 5] = \"ESCAPABLE_RAW_TEXT\";\n TokenType[TokenType[\"RAW_TEXT\"] = 6] = \"RAW_TEXT\";\n TokenType[TokenType[\"COMMENT_START\"] = 7] = \"COMMENT_START\";\n TokenType[TokenType[\"COMMENT_END\"] = 8] = \"COMMENT_END\";\n TokenType[TokenType[\"CDATA_START\"] = 9] = \"CDATA_START\";\n TokenType[TokenType[\"CDATA_END\"] = 10] = \"CDATA_END\";\n TokenType[TokenType[\"ATTR_NAME\"] = 11] = \"ATTR_NAME\";\n TokenType[TokenType[\"ATTR_QUOTE\"] = 12] = \"ATTR_QUOTE\";\n TokenType[TokenType[\"ATTR_VALUE\"] = 13] = \"ATTR_VALUE\";\n TokenType[TokenType[\"DOC_TYPE\"] = 14] = \"DOC_TYPE\";\n TokenType[TokenType[\"EXPANSION_FORM_START\"] = 15] = \"EXPANSION_FORM_START\";\n TokenType[TokenType[\"EXPANSION_CASE_VALUE\"] = 16] = \"EXPANSION_CASE_VALUE\";\n TokenType[TokenType[\"EXPANSION_CASE_EXP_START\"] = 17] = \"EXPANSION_CASE_EXP_START\";\n TokenType[TokenType[\"EXPANSION_CASE_EXP_END\"] = 18] = \"EXPANSION_CASE_EXP_END\";\n TokenType[TokenType[\"EXPANSION_FORM_END\"] = 19] = \"EXPANSION_FORM_END\";\n TokenType[TokenType[\"EOF\"] = 20] = \"EOF\";\n})(TokenType || (TokenType = {}));\nclass Token {\n constructor(type, parts, sourceSpan) {\n this.type = type;\n this.parts = parts;\n this.sourceSpan = sourceSpan;\n }\n}\nclass TokenError extends ParseError {\n constructor(errorMsg, tokenType, span) {\n super(span, errorMsg);\n this.tokenType = tokenType;\n }\n}\nclass TokenizeResult {\n constructor(tokens, errors) {\n this.tokens = tokens;\n this.errors = errors;\n }\n}\nfunction tokenize(source, url, getTagDefinition, options = {}) {\n return new _Tokenizer(new ParseSourceFile(source, url), getTagDefinition, options).tokenize();\n}\nconst _CR_OR_CRLF_REGEXP = /\\r\\n?/g;\nfunction _unexpectedCharacterErrorMsg(charCode) {\n const char = charCode === $EOF ? 'EOF' : String.fromCharCode(charCode);\n return `Unexpected character \"${char}\"`;\n}\nfunction _unknownEntityErrorMsg(entitySrc) {\n return `Unknown entity \"${entitySrc}\" - use the \"&#;\" or \"&#x;\" syntax`;\n}\nclass _ControlFlowError {\n constructor(error) {\n this.error = error;\n }\n}\n// See http://www.w3.org/TR/html51/syntax.html#writing\nclass _Tokenizer {\n /**\n * @param _file The html source file being tokenized.\n * @param _getTagDefinition A function that will retrieve a tag definition for a given tag name.\n * @param options Configuration of the tokenization.\n */\n constructor(_file, _getTagDefinition, options) {\n this._getTagDefinition = _getTagDefinition;\n this._currentTokenStart = null;\n this._currentTokenType = null;\n this._expansionCaseStack = [];\n this._inInterpolation = false;\n this.tokens = [];\n this.errors = [];\n this._tokenizeIcu = options.tokenizeExpansionForms || false;\n this._interpolationConfig = options.interpolationConfig || DEFAULT_INTERPOLATION_CONFIG;\n this._leadingTriviaCodePoints =\n options.leadingTriviaChars && options.leadingTriviaChars.map(c => c.codePointAt(0) || 0);\n const range = options.range || { endPos: _file.content.length, startPos: 0, startLine: 0, startCol: 0 };\n this._cursor = options.escapedString ? new EscapedCharacterCursor(_file, range) :\n new PlainCharacterCursor(_file, range);\n try {\n this._cursor.init();\n }\n catch (e) {\n this.handleError(e);\n }\n }\n _processCarriageReturns(content) {\n // http://www.w3.org/TR/html5/syntax.html#preprocessing-the-input-stream\n // In order to keep the original position in the source, we can not\n // pre-process it.\n // Instead CRs are processed right before instantiating the tokens.\n return content.replace(_CR_OR_CRLF_REGEXP, '\\n');\n }\n tokenize() {\n while (this._cursor.peek() !== $EOF) {\n const start = this._cursor.clone();\n try {\n if (this._attemptCharCode($LT)) {\n if (this._attemptCharCode($BANG)) {\n if (this._attemptCharCode($LBRACKET)) {\n this._consumeCdata(start);\n }\n else if (this._attemptCharCode($MINUS)) {\n this._consumeComment(start);\n }\n else {\n this._consumeDocType(start);\n }\n }\n else if (this._attemptCharCode($SLASH)) {\n this._consumeTagClose(start);\n }\n else {\n this._consumeTagOpen(start);\n }\n }\n else if (!(this._tokenizeIcu && this._tokenizeExpansionForm())) {\n this._consumeText();\n }\n }\n catch (e) {\n this.handleError(e);\n }\n }\n this._beginToken(TokenType.EOF);\n this._endToken([]);\n return new TokenizeResult(mergeTextTokens(this.tokens), this.errors);\n }\n /**\n * @returns whether an ICU token has been created\n * @internal\n */\n _tokenizeExpansionForm() {\n if (this.isExpansionFormStart()) {\n this._consumeExpansionFormStart();\n return true;\n }\n if (isExpansionCaseStart(this._cursor.peek()) && this._isInExpansionForm()) {\n this._consumeExpansionCaseStart();\n return true;\n }\n if (this._cursor.peek() === $RBRACE) {\n if (this._isInExpansionCase()) {\n this._consumeExpansionCaseEnd();\n return true;\n }\n if (this._isInExpansionForm()) {\n this._consumeExpansionFormEnd();\n return true;\n }\n }\n return false;\n }\n _beginToken(type, start = this._cursor.clone()) {\n this._currentTokenStart = start;\n this._currentTokenType = type;\n }\n _endToken(parts, end = this._cursor.clone()) {\n if (this._currentTokenStart === null) {\n throw new TokenError('Programming error - attempted to end a token when there was no start to the token', this._currentTokenType, this._cursor.getSpan(end));\n }\n if (this._currentTokenType === null) {\n throw new TokenError('Programming error - attempted to end a token which has no token type', null, this._cursor.getSpan(this._currentTokenStart));\n }\n const token = new Token(this._currentTokenType, parts, this._cursor.getSpan(this._currentTokenStart, this._leadingTriviaCodePoints));\n this.tokens.push(token);\n this._currentTokenStart = null;\n this._currentTokenType = null;\n return token;\n }\n _createError(msg, span) {\n if (this._isInExpansionForm()) {\n msg += ` (Do you have an unescaped \"{\" in your template? Use \"{{ '{' }}\") to escape it.)`;\n }\n const error = new TokenError(msg, this._currentTokenType, span);\n this._currentTokenStart = null;\n this._currentTokenType = null;\n return new _ControlFlowError(error);\n }\n handleError(e) {\n if (e instanceof CursorError) {\n e = this._createError(e.msg, this._cursor.getSpan(e.cursor));\n }\n if (e instanceof _ControlFlowError) {\n this.errors.push(e.error);\n }\n else {\n throw e;\n }\n }\n _attemptCharCode(charCode) {\n if (this._cursor.peek() === charCode) {\n this._cursor.advance();\n return true;\n }\n return false;\n }\n _attemptCharCodeCaseInsensitive(charCode) {\n if (compareCharCodeCaseInsensitive(this._cursor.peek(), charCode)) {\n this._cursor.advance();\n return true;\n }\n return false;\n }\n _requireCharCode(charCode) {\n const location = this._cursor.clone();\n if (!this._attemptCharCode(charCode)) {\n throw this._createError(_unexpectedCharacterErrorMsg(this._cursor.peek()), this._cursor.getSpan(location));\n }\n }\n _attemptStr(chars) {\n const len = chars.length;\n if (this._cursor.charsLeft() < len) {\n return false;\n }\n const initialPosition = this._cursor.clone();\n for (let i = 0; i < len; i++) {\n if (!this._attemptCharCode(chars.charCodeAt(i))) {\n // If attempting to parse the string fails, we want to reset the parser\n // to where it was before the attempt\n this._cursor = initialPosition;\n return false;\n }\n }\n return true;\n }\n _attemptStrCaseInsensitive(chars) {\n for (let i = 0; i < chars.length; i++) {\n if (!this._attemptCharCodeCaseInsensitive(chars.charCodeAt(i))) {\n return false;\n }\n }\n return true;\n }\n _requireStr(chars) {\n const location = this._cursor.clone();\n if (!this._attemptStr(chars)) {\n throw this._createError(_unexpectedCharacterErrorMsg(this._cursor.peek()), this._cursor.getSpan(location));\n }\n }\n _attemptCharCodeUntilFn(predicate) {\n while (!predicate(this._cursor.peek())) {\n this._cursor.advance();\n }\n }\n _requireCharCodeUntilFn(predicate, len) {\n const start = this._cursor.clone();\n this._attemptCharCodeUntilFn(predicate);\n const end = this._cursor.clone();\n if (end.diff(start) < len) {\n throw this._createError(_unexpectedCharacterErrorMsg(this._cursor.peek()), this._cursor.getSpan(start));\n }\n }\n _attemptUntilChar(char) {\n while (this._cursor.peek() !== char) {\n this._cursor.advance();\n }\n }\n _readChar(decodeEntities) {\n if (decodeEntities && this._cursor.peek() === $AMPERSAND) {\n return this._decodeEntity();\n }\n else {\n // Don't rely upon reading directly from `_input` as the actual char value\n // may have been generated from an escape sequence.\n const char = String.fromCodePoint(this._cursor.peek());\n this._cursor.advance();\n return char;\n }\n }\n _decodeEntity() {\n const start = this._cursor.clone();\n this._cursor.advance();\n if (this._attemptCharCode($HASH)) {\n const isHex = this._attemptCharCode($x) || this._attemptCharCode($X);\n const codeStart = this._cursor.clone();\n this._attemptCharCodeUntilFn(isDigitEntityEnd);\n if (this._cursor.peek() != $SEMICOLON) {\n throw this._createError(_unexpectedCharacterErrorMsg(this._cursor.peek()), this._cursor.getSpan());\n }\n const strNum = this._cursor.getChars(codeStart);\n this._cursor.advance();\n try {\n const charCode = parseInt(strNum, isHex ? 16 : 10);\n return String.fromCharCode(charCode);\n }\n catch (_a) {\n throw this._createError(_unknownEntityErrorMsg(this._cursor.getChars(start)), this._cursor.getSpan());\n }\n }\n else {\n const nameStart = this._cursor.clone();\n this._attemptCharCodeUntilFn(isNamedEntityEnd);\n if (this._cursor.peek() != $SEMICOLON) {\n this._cursor = nameStart;\n return '&';\n }\n const name = this._cursor.getChars(nameStart);\n this._cursor.advance();\n const char = NAMED_ENTITIES[name];\n if (!char) {\n throw this._createError(_unknownEntityErrorMsg(name), this._cursor.getSpan(start));\n }\n return char;\n }\n }\n _consumeRawText(decodeEntities, endMarkerPredicate) {\n this._beginToken(decodeEntities ? TokenType.ESCAPABLE_RAW_TEXT : TokenType.RAW_TEXT);\n const parts = [];\n while (true) {\n const tagCloseStart = this._cursor.clone();\n const foundEndMarker = endMarkerPredicate();\n this._cursor = tagCloseStart;\n if (foundEndMarker) {\n break;\n }\n parts.push(this._readChar(decodeEntities));\n }\n return this._endToken([this._processCarriageReturns(parts.join(''))]);\n }\n _consumeComment(start) {\n this._beginToken(TokenType.COMMENT_START, start);\n this._requireCharCode($MINUS);\n this._endToken([]);\n this._consumeRawText(false, () => this._attemptStr('-->'));\n this._beginToken(TokenType.COMMENT_END);\n this._requireStr('-->');\n this._endToken([]);\n }\n _consumeCdata(start) {\n this._beginToken(TokenType.CDATA_START, start);\n this._requireStr('CDATA[');\n this._endToken([]);\n this._consumeRawText(false, () => this._attemptStr(']]>'));\n this._beginToken(TokenType.CDATA_END);\n this._requireStr(']]>');\n this._endToken([]);\n }\n _consumeDocType(start) {\n this._beginToken(TokenType.DOC_TYPE, start);\n const contentStart = this._cursor.clone();\n this._attemptUntilChar($GT);\n const content = this._cursor.getChars(contentStart);\n this._cursor.advance();\n this._endToken([content]);\n }\n _consumePrefixAndName() {\n const nameOrPrefixStart = this._cursor.clone();\n let prefix = '';\n while (this._cursor.peek() !== $COLON && !isPrefixEnd(this._cursor.peek())) {\n this._cursor.advance();\n }\n let nameStart;\n if (this._cursor.peek() === $COLON) {\n prefix = this._cursor.getChars(nameOrPrefixStart);\n this._cursor.advance();\n nameStart = this._cursor.clone();\n }\n else {\n nameStart = nameOrPrefixStart;\n }\n this._requireCharCodeUntilFn(isNameEnd, prefix === '' ? 0 : 1);\n const name = this._cursor.getChars(nameStart);\n return [prefix, name];\n }\n _consumeTagOpen(start) {\n let tagName;\n let prefix;\n let openTagToken;\n let tokensBeforeTagOpen = this.tokens.length;\n const innerStart = this._cursor.clone();\n try {\n if (!isAsciiLetter(this._cursor.peek())) {\n throw this._createError(_unexpectedCharacterErrorMsg(this._cursor.peek()), this._cursor.getSpan(start));\n }\n openTagToken = this._consumeTagOpenStart(start);\n prefix = openTagToken.parts[0];\n tagName = openTagToken.parts[1];\n this._attemptCharCodeUntilFn(isNotWhitespace);\n while (this._cursor.peek() !== $SLASH && this._cursor.peek() !== $GT) {\n this._consumeAttributeName();\n this._attemptCharCodeUntilFn(isNotWhitespace);\n if (this._attemptCharCode($EQ)) {\n this._attemptCharCodeUntilFn(isNotWhitespace);\n this._consumeAttributeValue();\n }\n this._attemptCharCodeUntilFn(isNotWhitespace);\n }\n this._consumeTagOpenEnd();\n }\n catch (e) {\n if (e instanceof _ControlFlowError) {\n // When the start tag is invalid (including invalid \"attributes\"), assume we want a \"<\"\n this._cursor = innerStart;\n if (openTagToken) {\n this.tokens.length = tokensBeforeTagOpen;\n }\n // Back to back text tokens are merged at the end\n this._beginToken(TokenType.TEXT, start);\n this._endToken(['<']);\n return;\n }\n throw e;\n }\n const contentTokenType = this._getTagDefinition(tagName).contentType;\n if (contentTokenType === TagContentType.RAW_TEXT) {\n this._consumeRawTextWithTagClose(prefix, tagName, false);\n }\n else if (contentTokenType === TagContentType.ESCAPABLE_RAW_TEXT) {\n this._consumeRawTextWithTagClose(prefix, tagName, true);\n }\n }\n _consumeRawTextWithTagClose(prefix, tagName, decodeEntities) {\n const textToken = this._consumeRawText(decodeEntities, () => {\n if (!this._attemptCharCode($LT))\n return false;\n if (!this._attemptCharCode($SLASH))\n return false;\n this._attemptCharCodeUntilFn(isNotWhitespace);\n if (!this._attemptStrCaseInsensitive(tagName))\n return false;\n this._attemptCharCodeUntilFn(isNotWhitespace);\n return this._attemptCharCode($GT);\n });\n this._beginToken(TokenType.TAG_CLOSE);\n this._requireCharCodeUntilFn(code => code === $GT, 3);\n this._cursor.advance(); // Consume the `>`\n this._endToken([prefix, tagName]);\n }\n _consumeTagOpenStart(start) {\n this._beginToken(TokenType.TAG_OPEN_START, start);\n const parts = this._consumePrefixAndName();\n return this._endToken(parts);\n }\n _consumeAttributeName() {\n const attrNameStart = this._cursor.peek();\n if (attrNameStart === $SQ || attrNameStart === $DQ) {\n throw this._createError(_unexpectedCharacterErrorMsg(attrNameStart), this._cursor.getSpan());\n }\n this._beginToken(TokenType.ATTR_NAME);\n const prefixAndName = this._consumePrefixAndName();\n this._endToken(prefixAndName);\n }\n _consumeAttributeValue() {\n let value;\n if (this._cursor.peek() === $SQ || this._cursor.peek() === $DQ) {\n this._beginToken(TokenType.ATTR_QUOTE);\n const quoteChar = this._cursor.peek();\n this._cursor.advance();\n this._endToken([String.fromCodePoint(quoteChar)]);\n this._beginToken(TokenType.ATTR_VALUE);\n const parts = [];\n while (this._cursor.peek() !== quoteChar) {\n parts.push(this._readChar(true));\n }\n value = parts.join('');\n this._endToken([this._processCarriageReturns(value)]);\n this._beginToken(TokenType.ATTR_QUOTE);\n this._cursor.advance();\n this._endToken([String.fromCodePoint(quoteChar)]);\n }\n else {\n this._beginToken(TokenType.ATTR_VALUE);\n const valueStart = this._cursor.clone();\n this._requireCharCodeUntilFn(isNameEnd, 1);\n value = this._cursor.getChars(valueStart);\n this._endToken([this._processCarriageReturns(value)]);\n }\n }\n _consumeTagOpenEnd() {\n const tokenType = this._attemptCharCode($SLASH) ? TokenType.TAG_OPEN_END_VOID : TokenType.TAG_OPEN_END;\n this._beginToken(tokenType);\n this._requireCharCode($GT);\n this._endToken([]);\n }\n _consumeTagClose(start) {\n this._beginToken(TokenType.TAG_CLOSE, start);\n this._attemptCharCodeUntilFn(isNotWhitespace);\n const prefixAndName = this._consumePrefixAndName();\n this._attemptCharCodeUntilFn(isNotWhitespace);\n this._requireCharCode($GT);\n this._endToken(prefixAndName);\n }\n _consumeExpansionFormStart() {\n this._beginToken(TokenType.EXPANSION_FORM_START);\n this._requireCharCode($LBRACE);\n this._endToken([]);\n this._expansionCaseStack.push(TokenType.EXPANSION_FORM_START);\n this._beginToken(TokenType.RAW_TEXT);\n const condition = this._readUntil($COMMA);\n this._endToken([condition]);\n this._requireCharCode($COMMA);\n this._attemptCharCodeUntilFn(isNotWhitespace);\n this._beginToken(TokenType.RAW_TEXT);\n const type = this._readUntil($COMMA);\n this._endToken([type]);\n this._requireCharCode($COMMA);\n this._attemptCharCodeUntilFn(isNotWhitespace);\n }\n _consumeExpansionCaseStart() {\n this._beginToken(TokenType.EXPANSION_CASE_VALUE);\n const value = this._readUntil($LBRACE).trim();\n this._endToken([value]);\n this._attemptCharCodeUntilFn(isNotWhitespace);\n this._beginToken(TokenType.EXPANSION_CASE_EXP_START);\n this._requireCharCode($LBRACE);\n this._endToken([]);\n this._attemptCharCodeUntilFn(isNotWhitespace);\n this._expansionCaseStack.push(TokenType.EXPANSION_CASE_EXP_START);\n }\n _consumeExpansionCaseEnd() {\n this._beginToken(TokenType.EXPANSION_CASE_EXP_END);\n this._requireCharCode($RBRACE);\n this._endToken([]);\n this._attemptCharCodeUntilFn(isNotWhitespace);\n this._expansionCaseStack.pop();\n }\n _consumeExpansionFormEnd() {\n this._beginToken(TokenType.EXPANSION_FORM_END);\n this._requireCharCode($RBRACE);\n this._endToken([]);\n this._expansionCaseStack.pop();\n }\n _consumeText() {\n const start = this._cursor.clone();\n this._beginToken(TokenType.TEXT, start);\n const parts = [];\n do {\n if (this._interpolationConfig && this._attemptStr(this._interpolationConfig.start)) {\n parts.push(this._interpolationConfig.start);\n this._inInterpolation = true;\n }\n else if (this._interpolationConfig && this._inInterpolation &&\n this._attemptStr(this._interpolationConfig.end)) {\n parts.push(this._interpolationConfig.end);\n this._inInterpolation = false;\n }\n else {\n parts.push(this._readChar(true));\n }\n } while (!this._isTextEnd());\n this._endToken([this._processCarriageReturns(parts.join(''))]);\n }\n _isTextEnd() {\n if (this._cursor.peek() === $LT || this._cursor.peek() === $EOF) {\n return true;\n }\n if (this._tokenizeIcu && !this._inInterpolation) {\n if (this.isExpansionFormStart()) {\n // start of an expansion form\n return true;\n }\n if (this._cursor.peek() === $RBRACE && this._isInExpansionCase()) {\n // end of and expansion case\n return true;\n }\n }\n return false;\n }\n _readUntil(char) {\n const start = this._cursor.clone();\n this._attemptUntilChar(char);\n return this._cursor.getChars(start);\n }\n _isInExpansionCase() {\n return this._expansionCaseStack.length > 0 &&\n this._expansionCaseStack[this._expansionCaseStack.length - 1] ===\n TokenType.EXPANSION_CASE_EXP_START;\n }\n _isInExpansionForm() {\n return this._expansionCaseStack.length > 0 &&\n this._expansionCaseStack[this._expansionCaseStack.length - 1] ===\n TokenType.EXPANSION_FORM_START;\n }\n isExpansionFormStart() {\n if (this._cursor.peek() !== $LBRACE) {\n return false;\n }\n if (this._interpolationConfig) {\n const start = this._cursor.clone();\n const isInterpolation = this._attemptStr(this._interpolationConfig.start);\n this._cursor = start;\n return !isInterpolation;\n }\n return true;\n }\n}\nfunction isNotWhitespace(code) {\n return !isWhitespace(code) || code === $EOF;\n}\nfunction isNameEnd(code) {\n return isWhitespace(code) || code === $GT || code === $SLASH ||\n code === $SQ || code === $DQ || code === $EQ;\n}\nfunction isPrefixEnd(code) {\n return (code < $a || $z < code) && (code < $A || $Z < code) &&\n (code < $0 || code > $9);\n}\nfunction isDigitEntityEnd(code) {\n return code == $SEMICOLON || code == $EOF || !isAsciiHexDigit(code);\n}\nfunction isNamedEntityEnd(code) {\n return code == $SEMICOLON || code == $EOF || !isAsciiLetter(code);\n}\nfunction isExpansionCaseStart(peek) {\n return peek === $EQ || isAsciiLetter(peek) || isDigit(peek);\n}\nfunction compareCharCodeCaseInsensitive(code1, code2) {\n return toUpperCaseCharCode(code1) == toUpperCaseCharCode(code2);\n}\nfunction toUpperCaseCharCode(code) {\n return code >= $a && code <= $z ? code - $a + $A : code;\n}\nfunction mergeTextTokens(srcTokens) {\n const dstTokens = [];\n let lastDstToken = undefined;\n for (let i = 0; i < srcTokens.length; i++) {\n const token = srcTokens[i];\n if (lastDstToken && lastDstToken.type == TokenType.TEXT && token.type == TokenType.TEXT) {\n lastDstToken.parts[0] += token.parts[0];\n lastDstToken.sourceSpan.end = token.sourceSpan.end;\n }\n else {\n lastDstToken = token;\n dstTokens.push(lastDstToken);\n }\n }\n return dstTokens;\n}\nclass PlainCharacterCursor {\n constructor(fileOrCursor, range) {\n if (fileOrCursor instanceof PlainCharacterCursor) {\n this.file = fileOrCursor.file;\n this.input = fileOrCursor.input;\n this.end = fileOrCursor.end;\n this.state = Object.assign({}, fileOrCursor.state);\n }\n else {\n if (!range) {\n throw new Error('Programming error: the range argument must be provided with a file argument.');\n }\n this.file = fileOrCursor;\n this.input = fileOrCursor.content;\n this.end = range.endPos;\n this.state = {\n peek: -1,\n offset: range.startPos,\n line: range.startLine,\n column: range.startCol,\n };\n }\n }\n clone() { return new PlainCharacterCursor(this); }\n peek() { return this.state.peek; }\n charsLeft() { return this.end - this.state.offset; }\n diff(other) { return this.state.offset - other.state.offset; }\n advance() { this.advanceState(this.state); }\n init() { this.updatePeek(this.state); }\n getSpan(start, leadingTriviaCodePoints) {\n start = start || this;\n if (leadingTriviaCodePoints) {\n start = start.clone();\n while (this.diff(start) > 0 && leadingTriviaCodePoints.indexOf(start.peek()) !== -1) {\n start.advance();\n }\n }\n return new ParseSourceSpan(new ParseLocation(start.file, start.state.offset, start.state.line, start.state.column), new ParseLocation(this.file, this.state.offset, this.state.line, this.state.column));\n }\n getChars(start) {\n return this.input.substring(start.state.offset, this.state.offset);\n }\n charAt(pos) { return this.input.charCodeAt(pos); }\n advanceState(state) {\n if (state.offset >= this.end) {\n this.state = state;\n throw new CursorError('Unexpected character \"EOF\"', this);\n }\n const currentChar = this.charAt(state.offset);\n if (currentChar === $LF) {\n state.line++;\n state.column = 0;\n }\n else if (!isNewLine(currentChar)) {\n state.column++;\n }\n state.offset++;\n this.updatePeek(state);\n }\n updatePeek(state) {\n state.peek = state.offset >= this.end ? $EOF : this.charAt(state.offset);\n }\n}\nclass EscapedCharacterCursor extends PlainCharacterCursor {\n constructor(fileOrCursor, range) {\n if (fileOrCursor instanceof EscapedCharacterCursor) {\n super(fileOrCursor);\n this.internalState = Object.assign({}, fileOrCursor.internalState);\n }\n else {\n super(fileOrCursor, range);\n this.internalState = this.state;\n }\n }\n advance() {\n this.state = this.internalState;\n super.advance();\n this.processEscapeSequence();\n }\n init() {\n super.init();\n this.processEscapeSequence();\n }\n clone() { return new EscapedCharacterCursor(this); }\n getChars(start) {\n const cursor = start.clone();\n let chars = '';\n while (cursor.internalState.offset < this.internalState.offset) {\n chars += String.fromCodePoint(cursor.peek());\n cursor.advance();\n }\n return chars;\n }\n /**\n * Process the escape sequence that starts at the current position in the text.\n *\n * This method is called to ensure that `peek` has the unescaped value of escape sequences.\n */\n processEscapeSequence() {\n const peek = () => this.internalState.peek;\n if (peek() === $BACKSLASH) {\n // We have hit an escape sequence so we need the internal state to become independent\n // of the external state.\n this.internalState = Object.assign({}, this.state);\n // Move past the backslash\n this.advanceState(this.internalState);\n // First check for standard control char sequences\n if (peek() === $n) {\n this.state.peek = $LF;\n }\n else if (peek() === $r) {\n this.state.peek = $CR;\n }\n else if (peek() === $v) {\n this.state.peek = $VTAB;\n }\n else if (peek() === $t) {\n this.state.peek = $TAB;\n }\n else if (peek() === $b) {\n this.state.peek = $BSPACE;\n }\n else if (peek() === $f) {\n this.state.peek = $FF;\n }\n // Now consider more complex sequences\n else if (peek() === $u) {\n // Unicode code-point sequence\n this.advanceState(this.internalState); // advance past the `u` char\n if (peek() === $LBRACE) {\n // Variable length Unicode, e.g. `\\x{123}`\n this.advanceState(this.internalState); // advance past the `{` char\n // Advance past the variable number of hex digits until we hit a `}` char\n const digitStart = this.clone();\n let length = 0;\n while (peek() !== $RBRACE) {\n this.advanceState(this.internalState);\n length++;\n }\n this.state.peek = this.decodeHexDigits(digitStart, length);\n }\n else {\n // Fixed length Unicode, e.g. `\\u1234`\n const digitStart = this.clone();\n this.advanceState(this.internalState);\n this.advanceState(this.internalState);\n this.advanceState(this.internalState);\n this.state.peek = this.decodeHexDigits(digitStart, 4);\n }\n }\n else if (peek() === $x) {\n // Hex char code, e.g. `\\x2F`\n this.advanceState(this.internalState); // advance past the `x` char\n const digitStart = this.clone();\n this.advanceState(this.internalState);\n this.state.peek = this.decodeHexDigits(digitStart, 2);\n }\n else if (isOctalDigit(peek())) {\n // Octal char code, e.g. `\\012`,\n let octal = '';\n let length = 0;\n let previous = this.clone();\n while (isOctalDigit(peek()) && length < 3) {\n previous = this.clone();\n octal += String.fromCodePoint(peek());\n this.advanceState(this.internalState);\n length++;\n }\n this.state.peek = parseInt(octal, 8);\n // Backup one char\n this.internalState = previous.internalState;\n }\n else if (isNewLine(this.internalState.peek)) {\n // Line continuation `\\` followed by a new line\n this.advanceState(this.internalState); // advance over the newline\n this.state = this.internalState;\n }\n else {\n // If none of the `if` blocks were executed then we just have an escaped normal character.\n // In that case we just, effectively, skip the backslash from the character.\n this.state.peek = this.internalState.peek;\n }\n }\n }\n decodeHexDigits(start, length) {\n const hex = this.input.substr(start.internalState.offset, length);\n const charCode = parseInt(hex, 16);\n if (!isNaN(charCode)) {\n return charCode;\n }\n else {\n start.state = start.internalState;\n throw new CursorError('Invalid hexadecimal escape sequence', start);\n }\n }\n}\nclass CursorError {\n constructor(msg, cursor) {\n this.msg = msg;\n this.cursor = cursor;\n }\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nclass TreeError extends ParseError {\n constructor(elementName, span, msg) {\n super(span, msg);\n this.elementName = elementName;\n }\n static create(elementName, span, msg) {\n return new TreeError(elementName, span, msg);\n }\n}\nclass ParseTreeResult {\n constructor(rootNodes, errors) {\n this.rootNodes = rootNodes;\n this.errors = errors;\n }\n}\nclass Parser {\n constructor(getTagDefinition) {\n this.getTagDefinition = getTagDefinition;\n }\n parse(source, url, options) {\n const tokensAndErrors = tokenize(source, url, this.getTagDefinition, options);\n const treeAndErrors = new _TreeBuilder(tokensAndErrors.tokens, this.getTagDefinition).build();\n return new ParseTreeResult(treeAndErrors.rootNodes, tokensAndErrors.errors.concat(treeAndErrors.errors));\n }\n}\nclass _TreeBuilder {\n constructor(tokens, getTagDefinition) {\n this.tokens = tokens;\n this.getTagDefinition = getTagDefinition;\n this._index = -1;\n this._rootNodes = [];\n this._errors = [];\n this._elementStack = [];\n this._advance();\n }\n build() {\n while (this._peek.type !== TokenType.EOF) {\n if (this._peek.type === TokenType.TAG_OPEN_START) {\n this._consumeStartTag(this._advance());\n }\n else if (this._peek.type === TokenType.TAG_CLOSE) {\n this._consumeEndTag(this._advance());\n }\n else if (this._peek.type === TokenType.CDATA_START) {\n this._closeVoidElement();\n this._consumeCdata(this._advance());\n }\n else if (this._peek.type === TokenType.COMMENT_START) {\n this._closeVoidElement();\n this._consumeComment(this._advance());\n }\n else if (this._peek.type === TokenType.TEXT || this._peek.type === TokenType.RAW_TEXT ||\n this._peek.type === TokenType.ESCAPABLE_RAW_TEXT) {\n this._closeVoidElement();\n this._consumeText(this._advance());\n }\n else if (this._peek.type === TokenType.EXPANSION_FORM_START) {\n this._consumeExpansion(this._advance());\n }\n else {\n // Skip all other tokens...\n this._advance();\n }\n }\n return new ParseTreeResult(this._rootNodes, this._errors);\n }\n _advance() {\n const prev = this._peek;\n if (this._index < this.tokens.length - 1) {\n // Note: there is always an EOF token at the end\n this._index++;\n }\n this._peek = this.tokens[this._index];\n return prev;\n }\n _advanceIf(type) {\n if (this._peek.type === type) {\n return this._advance();\n }\n return null;\n }\n _consumeCdata(startToken) {\n this._consumeText(this._advance());\n this._advanceIf(TokenType.CDATA_END);\n }\n _consumeComment(token) {\n const text = this._advanceIf(TokenType.RAW_TEXT);\n this._advanceIf(TokenType.COMMENT_END);\n const value = text != null ? text.parts[0].trim() : null;\n this._addToParent(new Comment(value, token.sourceSpan));\n }\n _consumeExpansion(token) {\n const switchValue = this._advance();\n const type = this._advance();\n const cases = [];\n // read =\n while (this._peek.type === TokenType.EXPANSION_CASE_VALUE) {\n const expCase = this._parseExpansionCase();\n if (!expCase)\n return; // error\n cases.push(expCase);\n }\n // read the final }\n if (this._peek.type !== TokenType.EXPANSION_FORM_END) {\n this._errors.push(TreeError.create(null, this._peek.sourceSpan, `Invalid ICU message. Missing '}'.`));\n return;\n }\n const sourceSpan = new ParseSourceSpan(token.sourceSpan.start, this._peek.sourceSpan.end);\n this._addToParent(new Expansion(switchValue.parts[0], type.parts[0], cases, sourceSpan, switchValue.sourceSpan));\n this._advance();\n }\n _parseExpansionCase() {\n const value = this._advance();\n // read {\n if (this._peek.type !== TokenType.EXPANSION_CASE_EXP_START) {\n this._errors.push(TreeError.create(null, this._peek.sourceSpan, `Invalid ICU message. Missing '{'.`));\n return null;\n }\n // read until }\n const start = this._advance();\n const exp = this._collectExpansionExpTokens(start);\n if (!exp)\n return null;\n const end = this._advance();\n exp.push(new Token(TokenType.EOF, [], end.sourceSpan));\n // parse everything in between { and }\n const parsedExp = new _TreeBuilder(exp, this.getTagDefinition).build();\n if (parsedExp.errors.length > 0) {\n this._errors = this._errors.concat(parsedExp.errors);\n return null;\n }\n const sourceSpan = new ParseSourceSpan(value.sourceSpan.start, end.sourceSpan.end);\n const expSourceSpan = new ParseSourceSpan(start.sourceSpan.start, end.sourceSpan.end);\n return new ExpansionCase(value.parts[0], parsedExp.rootNodes, sourceSpan, value.sourceSpan, expSourceSpan);\n }\n _collectExpansionExpTokens(start) {\n const exp = [];\n const expansionFormStack = [TokenType.EXPANSION_CASE_EXP_START];\n while (true) {\n if (this._peek.type === TokenType.EXPANSION_FORM_START ||\n this._peek.type === TokenType.EXPANSION_CASE_EXP_START) {\n expansionFormStack.push(this._peek.type);\n }\n if (this._peek.type === TokenType.EXPANSION_CASE_EXP_END) {\n if (lastOnStack(expansionFormStack, TokenType.EXPANSION_CASE_EXP_START)) {\n expansionFormStack.pop();\n if (expansionFormStack.length == 0)\n return exp;\n }\n else {\n this._errors.push(TreeError.create(null, start.sourceSpan, `Invalid ICU message. Missing '}'.`));\n return null;\n }\n }\n if (this._peek.type === TokenType.EXPANSION_FORM_END) {\n if (lastOnStack(expansionFormStack, TokenType.EXPANSION_FORM_START)) {\n expansionFormStack.pop();\n }\n else {\n this._errors.push(TreeError.create(null, start.sourceSpan, `Invalid ICU message. Missing '}'.`));\n return null;\n }\n }\n if (this._peek.type === TokenType.EOF) {\n this._errors.push(TreeError.create(null, start.sourceSpan, `Invalid ICU message. Missing '}'.`));\n return null;\n }\n exp.push(this._advance());\n }\n }\n _consumeText(token) {\n let text = token.parts[0];\n if (text.length > 0 && text[0] == '\\n') {\n const parent = this._getParentElement();\n if (parent != null && parent.children.length == 0 &&\n this.getTagDefinition(parent.name).ignoreFirstLf) {\n text = text.substring(1);\n }\n }\n if (text.length > 0) {\n this._addToParent(new Text$3(text, token.sourceSpan));\n }\n }\n _closeVoidElement() {\n const el = this._getParentElement();\n if (el && this.getTagDefinition(el.name).isVoid) {\n this._elementStack.pop();\n }\n }\n _consumeStartTag(startTagToken) {\n const prefix = startTagToken.parts[0];\n const name = startTagToken.parts[1];\n const attrs = [];\n while (this._peek.type === TokenType.ATTR_NAME) {\n attrs.push(this._consumeAttr(this._advance()));\n }\n const fullName = this._getElementFullName(prefix, name, this._getParentElement());\n let selfClosing = false;\n // Note: There could have been a tokenizer error\n // so that we don't get a token for the end tag...\n if (this._peek.type === TokenType.TAG_OPEN_END_VOID) {\n this._advance();\n selfClosing = true;\n const tagDef = this.getTagDefinition(fullName);\n if (!(tagDef.canSelfClose || getNsPrefix(fullName) !== null || tagDef.isVoid)) {\n this._errors.push(TreeError.create(fullName, startTagToken.sourceSpan, `Only void and foreign elements can be self closed \"${startTagToken.parts[1]}\"`));\n }\n }\n else if (this._peek.type === TokenType.TAG_OPEN_END) {\n this._advance();\n selfClosing = false;\n }\n const end = this._peek.sourceSpan.start;\n const span = new ParseSourceSpan(startTagToken.sourceSpan.start, end);\n const el = new Element$1(fullName, attrs, [], span, span, undefined);\n this._pushElement(el);\n if (selfClosing) {\n this._popElement(fullName);\n el.endSourceSpan = span;\n }\n }\n _pushElement(el) {\n const parentEl = this._getParentElement();\n if (parentEl && this.getTagDefinition(parentEl.name).isClosedByChild(el.name)) {\n this._elementStack.pop();\n }\n this._addToParent(el);\n this._elementStack.push(el);\n }\n _consumeEndTag(endTagToken) {\n const fullName = this._getElementFullName(endTagToken.parts[0], endTagToken.parts[1], this._getParentElement());\n if (this._getParentElement()) {\n this._getParentElement().endSourceSpan = endTagToken.sourceSpan;\n }\n if (this.getTagDefinition(fullName).isVoid) {\n this._errors.push(TreeError.create(fullName, endTagToken.sourceSpan, `Void elements do not have end tags \"${endTagToken.parts[1]}\"`));\n }\n else if (!this._popElement(fullName)) {\n const errMsg = `Unexpected closing tag \"${fullName}\". It may happen when the tag has already been closed by another tag. For more info see https://www.w3.org/TR/html5/syntax.html#closing-elements-that-have-implied-end-tags`;\n this._errors.push(TreeError.create(fullName, endTagToken.sourceSpan, errMsg));\n }\n }\n _popElement(fullName) {\n for (let stackIndex = this._elementStack.length - 1; stackIndex >= 0; stackIndex--) {\n const el = this._elementStack[stackIndex];\n if (el.name == fullName) {\n this._elementStack.splice(stackIndex, this._elementStack.length - stackIndex);\n return true;\n }\n if (!this.getTagDefinition(el.name).closedByParent) {\n return false;\n }\n }\n return false;\n }\n _consumeAttr(attrName) {\n const fullName = mergeNsAndName(attrName.parts[0], attrName.parts[1]);\n let end = attrName.sourceSpan.end;\n let value = '';\n let valueSpan = undefined;\n if (this._peek.type === TokenType.ATTR_QUOTE) {\n this._advance();\n }\n if (this._peek.type === TokenType.ATTR_VALUE) {\n const valueToken = this._advance();\n value = valueToken.parts[0];\n end = valueToken.sourceSpan.end;\n valueSpan = valueToken.sourceSpan;\n }\n if (this._peek.type === TokenType.ATTR_QUOTE) {\n const quoteToken = this._advance();\n end = quoteToken.sourceSpan.end;\n }\n return new Attribute(fullName, value, new ParseSourceSpan(attrName.sourceSpan.start, end), valueSpan);\n }\n _getParentElement() {\n return this._elementStack.length > 0 ? this._elementStack[this._elementStack.length - 1] : null;\n }\n /**\n * Returns the parent in the DOM and the container.\n *\n * `` elements are skipped as they are not rendered as DOM element.\n */\n _getParentElementSkippingContainers() {\n let container = null;\n for (let i = this._elementStack.length - 1; i >= 0; i--) {\n if (!isNgContainer(this._elementStack[i].name)) {\n return { parent: this._elementStack[i], container };\n }\n container = this._elementStack[i];\n }\n return { parent: null, container };\n }\n _addToParent(node) {\n const parent = this._getParentElement();\n if (parent != null) {\n parent.children.push(node);\n }\n else {\n this._rootNodes.push(node);\n }\n }\n /**\n * Insert a node between the parent and the container.\n * When no container is given, the node is appended as a child of the parent.\n * Also updates the element stack accordingly.\n *\n * @internal\n */\n _insertBeforeContainer(parent, container, node) {\n if (!container) {\n this._addToParent(node);\n this._elementStack.push(node);\n }\n else {\n if (parent) {\n // replace the container with the new node in the children\n const index = parent.children.indexOf(container);\n parent.children[index] = node;\n }\n else {\n this._rootNodes.push(node);\n }\n node.children.push(container);\n this._elementStack.splice(this._elementStack.indexOf(container), 0, node);\n }\n }\n _getElementFullName(prefix, localName, parentElement) {\n if (prefix === '') {\n prefix = this.getTagDefinition(localName).implicitNamespacePrefix || '';\n if (prefix === '' && parentElement != null) {\n prefix = getNsPrefix(parentElement.name);\n }\n }\n return mergeNsAndName(prefix, localName);\n }\n}\nfunction lastOnStack(stack, element) {\n return stack.length > 0 && stack[stack.length - 1] === element;\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nclass HtmlParser extends Parser {\n constructor() { super(getHtmlTagDefinition); }\n parse(source, url, options) {\n return super.parse(source, url, options);\n }\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nconst PRESERVE_WS_ATTR_NAME = 'ngPreserveWhitespaces';\nconst SKIP_WS_TRIM_TAGS = new Set(['pre', 'template', 'textarea', 'script', 'style']);\n// Equivalent to \\s with \\u00a0 (non-breaking space) excluded.\n// Based on https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp\nconst WS_CHARS = ' \\f\\n\\r\\t\\v\\u1680\\u180e\\u2000-\\u200a\\u2028\\u2029\\u202f\\u205f\\u3000\\ufeff';\nconst NO_WS_REGEXP = new RegExp(`[^${WS_CHARS}]`);\nconst WS_REPLACE_REGEXP = new RegExp(`[${WS_CHARS}]{2,}`, 'g');\nfunction hasPreserveWhitespacesAttr(attrs) {\n return attrs.some((attr) => attr.name === PRESERVE_WS_ATTR_NAME);\n}\n/**\n * Angular Dart introduced &ngsp; as a placeholder for non-removable space, see:\n * https://github.com/dart-lang/angular/blob/0bb611387d29d65b5af7f9d2515ab571fd3fbee4/_tests/test/compiler/preserve_whitespace_test.dart#L25-L32\n * In Angular Dart &ngsp; is converted to the 0xE500 PUA (Private Use Areas) unicode character\n * and later on replaced by a space. We are re-implementing the same idea here.\n */\nfunction replaceNgsp(value) {\n // lexer is replacing the &ngsp; pseudo-entity with NGSP_UNICODE\n return value.replace(new RegExp(NGSP_UNICODE, 'g'), ' ');\n}\n/**\n * This visitor can walk HTML parse tree and remove / trim text nodes using the following rules:\n * - consider spaces, tabs and new lines as whitespace characters;\n * - drop text nodes consisting of whitespace characters only;\n * - for all other text nodes replace consecutive whitespace characters with one space;\n * - convert &ngsp; pseudo-entity to a single space;\n *\n * Removal and trimming of whitespaces have positive performance impact (less code to generate\n * while compiling templates, faster view creation). At the same time it can be \"destructive\"\n * in some cases (whitespaces can influence layout). Because of the potential of breaking layout\n * this visitor is not activated by default in Angular 5 and people need to explicitly opt-in for\n * whitespace removal. The default option for whitespace removal will be revisited in Angular 6\n * and might be changed to \"on\" by default.\n */\nclass WhitespaceVisitor {\n visitElement(element, context) {\n if (SKIP_WS_TRIM_TAGS.has(element.name) || hasPreserveWhitespacesAttr(element.attrs)) {\n // don't descent into elements where we need to preserve whitespaces\n // but still visit all attributes to eliminate one used as a market to preserve WS\n return new Element$1(element.name, visitAll$1(this, element.attrs), element.children, element.sourceSpan, element.startSourceSpan, element.endSourceSpan, element.i18n);\n }\n return new Element$1(element.name, element.attrs, visitAll$1(this, element.children), element.sourceSpan, element.startSourceSpan, element.endSourceSpan, element.i18n);\n }\n visitAttribute(attribute, context) {\n return attribute.name !== PRESERVE_WS_ATTR_NAME ? attribute : null;\n }\n visitText(text, context) {\n const isNotBlank = text.value.match(NO_WS_REGEXP);\n if (isNotBlank) {\n return new Text$3(replaceNgsp(text.value).replace(WS_REPLACE_REGEXP, ' '), text.sourceSpan, text.i18n);\n }\n return null;\n }\n visitComment(comment, context) { return comment; }\n visitExpansion(expansion, context) { return expansion; }\n visitExpansionCase(expansionCase, context) { return expansionCase; }\n}\nfunction removeWhitespaces(htmlAstWithErrors) {\n return new ParseTreeResult(visitAll$1(new WhitespaceVisitor(), htmlAstWithErrors.rootNodes), htmlAstWithErrors.errors);\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n// http://cldr.unicode.org/index/cldr-spec/plural-rules\nconst PLURAL_CASES = ['zero', 'one', 'two', 'few', 'many', 'other'];\n/**\n * Expands special forms into elements.\n *\n * For example,\n *\n * ```\n * { messages.length, plural,\n * =0 {zero}\n * =1 {one}\n * other {more than one}\n * }\n * ```\n *\n * will be expanded into\n *\n * ```\n * \n * zero\n * one\n * more than one\n * \n * ```\n */\nfunction expandNodes(nodes) {\n const expander = new _Expander();\n return new ExpansionResult(visitAll$1(expander, nodes), expander.isExpanded, expander.errors);\n}\nclass ExpansionResult {\n constructor(nodes, expanded, errors) {\n this.nodes = nodes;\n this.expanded = expanded;\n this.errors = errors;\n }\n}\nclass ExpansionError extends ParseError {\n constructor(span, errorMsg) { super(span, errorMsg); }\n}\n/**\n * Expand expansion forms (plural, select) to directives\n *\n * @internal\n */\nclass _Expander {\n constructor() {\n this.isExpanded = false;\n this.errors = [];\n }\n visitElement(element, context) {\n return new Element$1(element.name, element.attrs, visitAll$1(this, element.children), element.sourceSpan, element.startSourceSpan, element.endSourceSpan);\n }\n visitAttribute(attribute, context) { return attribute; }\n visitText(text, context) { return text; }\n visitComment(comment, context) { return comment; }\n visitExpansion(icu, context) {\n this.isExpanded = true;\n return icu.type == 'plural' ? _expandPluralForm(icu, this.errors) :\n _expandDefaultForm(icu, this.errors);\n }\n visitExpansionCase(icuCase, context) {\n throw new Error('Should not be reached');\n }\n}\n// Plural forms are expanded to `NgPlural` and `NgPluralCase`s\nfunction _expandPluralForm(ast, errors) {\n const children = ast.cases.map(c => {\n if (PLURAL_CASES.indexOf(c.value) == -1 && !c.value.match(/^=\\d+$/)) {\n errors.push(new ExpansionError(c.valueSourceSpan, `Plural cases should be \"=\" or one of ${PLURAL_CASES.join(\", \")}`));\n }\n const expansionResult = expandNodes(c.expression);\n errors.push(...expansionResult.errors);\n return new Element$1(`ng-template`, [new Attribute('ngPluralCase', `${c.value}`, c.valueSourceSpan)], expansionResult.nodes, c.sourceSpan, c.sourceSpan, c.sourceSpan);\n });\n const switchAttr = new Attribute('[ngPlural]', ast.switchValue, ast.switchValueSourceSpan);\n return new Element$1('ng-container', [switchAttr], children, ast.sourceSpan, ast.sourceSpan, ast.sourceSpan);\n}\n// ICU messages (excluding plural form) are expanded to `NgSwitch` and `NgSwitchCase`s\nfunction _expandDefaultForm(ast, errors) {\n const children = ast.cases.map(c => {\n const expansionResult = expandNodes(c.expression);\n errors.push(...expansionResult.errors);\n if (c.value === 'other') {\n // other is the default case when no values match\n return new Element$1(`ng-template`, [new Attribute('ngSwitchDefault', '', c.valueSourceSpan)], expansionResult.nodes, c.sourceSpan, c.sourceSpan, c.sourceSpan);\n }\n return new Element$1(`ng-template`, [new Attribute('ngSwitchCase', `${c.value}`, c.valueSourceSpan)], expansionResult.nodes, c.sourceSpan, c.sourceSpan, c.sourceSpan);\n });\n const switchAttr = new Attribute('[ngSwitch]', ast.switchValue, ast.switchValueSourceSpan);\n return new Element$1('ng-container', [switchAttr], children, ast.sourceSpan, ast.sourceSpan, ast.sourceSpan);\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/**\n * A segment of text within the template.\n */\nclass TextAst {\n constructor(value, ngContentIndex, sourceSpan) {\n this.value = value;\n this.ngContentIndex = ngContentIndex;\n this.sourceSpan = sourceSpan;\n }\n visit(visitor, context) { return visitor.visitText(this, context); }\n}\n/**\n * A bound expression within the text of a template.\n */\nclass BoundTextAst {\n constructor(value, ngContentIndex, sourceSpan) {\n this.value = value;\n this.ngContentIndex = ngContentIndex;\n this.sourceSpan = sourceSpan;\n }\n visit(visitor, context) {\n return visitor.visitBoundText(this, context);\n }\n}\n/**\n * A plain attribute on an element.\n */\nclass AttrAst {\n constructor(name, value, sourceSpan) {\n this.name = name;\n this.value = value;\n this.sourceSpan = sourceSpan;\n }\n visit(visitor, context) { return visitor.visitAttr(this, context); }\n}\nconst BoundPropertyMapping = {\n [4 /* Animation */]: 4 /* Animation */,\n [1 /* Attribute */]: 1 /* Attribute */,\n [2 /* Class */]: 2 /* Class */,\n [0 /* Property */]: 0 /* Property */,\n [3 /* Style */]: 3 /* Style */,\n};\n/**\n * A binding for an element property (e.g. `[property]=\"expression\"`) or an animation trigger (e.g.\n * `[@trigger]=\"stateExp\"`)\n */\nclass BoundElementPropertyAst {\n constructor(name, type, securityContext, value, unit, sourceSpan) {\n this.name = name;\n this.type = type;\n this.securityContext = securityContext;\n this.value = value;\n this.unit = unit;\n this.sourceSpan = sourceSpan;\n this.isAnimation = this.type === 4 /* Animation */;\n }\n static fromBoundProperty(prop) {\n const type = BoundPropertyMapping[prop.type];\n return new BoundElementPropertyAst(prop.name, type, prop.securityContext, prop.value, prop.unit, prop.sourceSpan);\n }\n visit(visitor, context) {\n return visitor.visitElementProperty(this, context);\n }\n}\n/**\n * A binding for an element event (e.g. `(event)=\"handler()\"`) or an animation trigger event (e.g.\n * `(@trigger.phase)=\"callback($event)\"`).\n */\nclass BoundEventAst {\n constructor(name, target, phase, handler, sourceSpan, handlerSpan) {\n this.name = name;\n this.target = target;\n this.phase = phase;\n this.handler = handler;\n this.sourceSpan = sourceSpan;\n this.handlerSpan = handlerSpan;\n this.fullName = BoundEventAst.calcFullName(this.name, this.target, this.phase);\n this.isAnimation = !!this.phase;\n }\n static calcFullName(name, target, phase) {\n if (target) {\n return `${target}:${name}`;\n }\n if (phase) {\n return `@${name}.${phase}`;\n }\n return name;\n }\n static fromParsedEvent(event) {\n const target = event.type === 0 /* Regular */ ? event.targetOrPhase : null;\n const phase = event.type === 1 /* Animation */ ? event.targetOrPhase : null;\n return new BoundEventAst(event.name, target, phase, event.handler, event.sourceSpan, event.handlerSpan);\n }\n visit(visitor, context) {\n return visitor.visitEvent(this, context);\n }\n}\n/**\n * A reference declaration on an element (e.g. `let someName=\"expression\"`).\n */\nclass ReferenceAst {\n constructor(name, value, originalValue, sourceSpan) {\n this.name = name;\n this.value = value;\n this.originalValue = originalValue;\n this.sourceSpan = sourceSpan;\n }\n visit(visitor, context) {\n return visitor.visitReference(this, context);\n }\n}\n/**\n * A variable declaration on a (e.g. `var-someName=\"someLocalName\"`).\n */\nclass VariableAst {\n constructor(name, value, sourceSpan) {\n this.name = name;\n this.value = value;\n this.sourceSpan = sourceSpan;\n }\n static fromParsedVariable(v) {\n return new VariableAst(v.name, v.value, v.sourceSpan);\n }\n visit(visitor, context) {\n return visitor.visitVariable(this, context);\n }\n}\n/**\n * An element declaration in a template.\n */\nclass ElementAst {\n constructor(name, attrs, inputs, outputs, references, directives, providers, hasViewContainer, queryMatches, children, ngContentIndex, sourceSpan, endSourceSpan) {\n this.name = name;\n this.attrs = attrs;\n this.inputs = inputs;\n this.outputs = outputs;\n this.references = references;\n this.directives = directives;\n this.providers = providers;\n this.hasViewContainer = hasViewContainer;\n this.queryMatches = queryMatches;\n this.children = children;\n this.ngContentIndex = ngContentIndex;\n this.sourceSpan = sourceSpan;\n this.endSourceSpan = endSourceSpan;\n }\n visit(visitor, context) {\n return visitor.visitElement(this, context);\n }\n}\n/**\n * A `` element included in an Angular template.\n */\nclass EmbeddedTemplateAst {\n constructor(attrs, outputs, references, variables, directives, providers, hasViewContainer, queryMatches, children, ngContentIndex, sourceSpan) {\n this.attrs = attrs;\n this.outputs = outputs;\n this.references = references;\n this.variables = variables;\n this.directives = directives;\n this.providers = providers;\n this.hasViewContainer = hasViewContainer;\n this.queryMatches = queryMatches;\n this.children = children;\n this.ngContentIndex = ngContentIndex;\n this.sourceSpan = sourceSpan;\n }\n visit(visitor, context) {\n return visitor.visitEmbeddedTemplate(this, context);\n }\n}\n/**\n * A directive property with a bound value (e.g. `*ngIf=\"condition\").\n */\nclass BoundDirectivePropertyAst {\n constructor(directiveName, templateName, value, sourceSpan) {\n this.directiveName = directiveName;\n this.templateName = templateName;\n this.value = value;\n this.sourceSpan = sourceSpan;\n }\n visit(visitor, context) {\n return visitor.visitDirectiveProperty(this, context);\n }\n}\n/**\n * A directive declared on an element.\n */\nclass DirectiveAst {\n constructor(directive, inputs, hostProperties, hostEvents, contentQueryStartId, sourceSpan) {\n this.directive = directive;\n this.inputs = inputs;\n this.hostProperties = hostProperties;\n this.hostEvents = hostEvents;\n this.contentQueryStartId = contentQueryStartId;\n this.sourceSpan = sourceSpan;\n }\n visit(visitor, context) {\n return visitor.visitDirective(this, context);\n }\n}\n/**\n * A provider declared on an element\n */\nclass ProviderAst {\n constructor(token, multiProvider, eager, providers, providerType, lifecycleHooks, sourceSpan, isModule) {\n this.token = token;\n this.multiProvider = multiProvider;\n this.eager = eager;\n this.providers = providers;\n this.providerType = providerType;\n this.lifecycleHooks = lifecycleHooks;\n this.sourceSpan = sourceSpan;\n this.isModule = isModule;\n }\n visit(visitor, context) {\n // No visit method in the visitor for now...\n return null;\n }\n}\nvar ProviderAstType;\n(function (ProviderAstType) {\n ProviderAstType[ProviderAstType[\"PublicService\"] = 0] = \"PublicService\";\n ProviderAstType[ProviderAstType[\"PrivateService\"] = 1] = \"PrivateService\";\n ProviderAstType[ProviderAstType[\"Component\"] = 2] = \"Component\";\n ProviderAstType[ProviderAstType[\"Directive\"] = 3] = \"Directive\";\n ProviderAstType[ProviderAstType[\"Builtin\"] = 4] = \"Builtin\";\n})(ProviderAstType || (ProviderAstType = {}));\n/**\n * Position where content is to be projected (instance of `` in a template).\n */\nclass NgContentAst {\n constructor(index, ngContentIndex, sourceSpan) {\n this.index = index;\n this.ngContentIndex = ngContentIndex;\n this.sourceSpan = sourceSpan;\n }\n visit(visitor, context) {\n return visitor.visitNgContent(this, context);\n }\n}\n/**\n * A visitor that accepts each node but doesn't do anything. It is intended to be used\n * as the base class for a visitor that is only interested in a subset of the node types.\n */\nclass NullTemplateVisitor {\n visitNgContent(ast, context) { }\n visitEmbeddedTemplate(ast, context) { }\n visitElement(ast, context) { }\n visitReference(ast, context) { }\n visitVariable(ast, context) { }\n visitEvent(ast, context) { }\n visitElementProperty(ast, context) { }\n visitAttr(ast, context) { }\n visitBoundText(ast, context) { }\n visitText(ast, context) { }\n visitDirective(ast, context) { }\n visitDirectiveProperty(ast, context) { }\n}\n/**\n * Base class that can be used to build a visitor that visits each node\n * in an template ast recursively.\n */\nclass RecursiveTemplateAstVisitor extends NullTemplateVisitor {\n constructor() { super(); }\n // Nodes with children\n visitEmbeddedTemplate(ast, context) {\n return this.visitChildren(context, visit => {\n visit(ast.attrs);\n visit(ast.references);\n visit(ast.variables);\n visit(ast.directives);\n visit(ast.providers);\n visit(ast.children);\n });\n }\n visitElement(ast, context) {\n return this.visitChildren(context, visit => {\n visit(ast.attrs);\n visit(ast.inputs);\n visit(ast.outputs);\n visit(ast.references);\n visit(ast.directives);\n visit(ast.providers);\n visit(ast.children);\n });\n }\n visitDirective(ast, context) {\n return this.visitChildren(context, visit => {\n visit(ast.inputs);\n visit(ast.hostProperties);\n visit(ast.hostEvents);\n });\n }\n visitChildren(context, cb) {\n let results = [];\n let t = this;\n function visit(children) {\n if (children && children.length)\n results.push(templateVisitAll(t, children, context));\n }\n cb(visit);\n return Array.prototype.concat.apply([], results);\n }\n}\n/**\n * Visit every node in a list of {@link TemplateAst}s with the given {@link TemplateAstVisitor}.\n */\nfunction templateVisitAll(visitor, asts, context = null) {\n const result = [];\n const visit = visitor.visit ?\n (ast) => visitor.visit(ast, context) || ast.visit(visitor, context) :\n (ast) => ast.visit(visitor, context);\n asts.forEach(ast => {\n const astResult = visit(ast);\n if (astResult) {\n result.push(astResult);\n }\n });\n return result;\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nclass ProviderError extends ParseError {\n constructor(message, span) { super(span, message); }\n}\nclass ProviderViewContext {\n constructor(reflector, component) {\n this.reflector = reflector;\n this.component = component;\n this.errors = [];\n this.viewQueries = _getViewQueries(component);\n this.viewProviders = new Map();\n component.viewProviders.forEach((provider) => {\n if (this.viewProviders.get(tokenReference(provider.token)) == null) {\n this.viewProviders.set(tokenReference(provider.token), true);\n }\n });\n }\n}\nclass ProviderElementContext {\n constructor(viewContext, _parent, _isViewRoot, _directiveAsts, attrs, refs, isTemplate, contentQueryStartId, _sourceSpan) {\n this.viewContext = viewContext;\n this._parent = _parent;\n this._isViewRoot = _isViewRoot;\n this._directiveAsts = _directiveAsts;\n this._sourceSpan = _sourceSpan;\n this._transformedProviders = new Map();\n this._seenProviders = new Map();\n this._queriedTokens = new Map();\n this.transformedHasViewContainer = false;\n this._attrs = {};\n attrs.forEach((attrAst) => this._attrs[attrAst.name] = attrAst.value);\n const directivesMeta = _directiveAsts.map(directiveAst => directiveAst.directive);\n this._allProviders =\n _resolveProvidersFromDirectives(directivesMeta, _sourceSpan, viewContext.errors);\n this._contentQueries = _getContentQueries(contentQueryStartId, directivesMeta);\n Array.from(this._allProviders.values()).forEach((provider) => {\n this._addQueryReadsTo(provider.token, provider.token, this._queriedTokens);\n });\n if (isTemplate) {\n const templateRefId = createTokenForExternalReference(this.viewContext.reflector, Identifiers.TemplateRef);\n this._addQueryReadsTo(templateRefId, templateRefId, this._queriedTokens);\n }\n refs.forEach((refAst) => {\n let defaultQueryValue = refAst.value ||\n createTokenForExternalReference(this.viewContext.reflector, Identifiers.ElementRef);\n this._addQueryReadsTo({ value: refAst.name }, defaultQueryValue, this._queriedTokens);\n });\n if (this._queriedTokens.get(this.viewContext.reflector.resolveExternalReference(Identifiers.ViewContainerRef))) {\n this.transformedHasViewContainer = true;\n }\n // create the providers that we know are eager first\n Array.from(this._allProviders.values()).forEach((provider) => {\n const eager = provider.eager || this._queriedTokens.get(tokenReference(provider.token));\n if (eager) {\n this._getOrCreateLocalProvider(provider.providerType, provider.token, true);\n }\n });\n }\n afterElement() {\n // collect lazy providers\n Array.from(this._allProviders.values()).forEach((provider) => {\n this._getOrCreateLocalProvider(provider.providerType, provider.token, false);\n });\n }\n get transformProviders() {\n // Note: Maps keep their insertion order.\n const lazyProviders = [];\n const eagerProviders = [];\n this._transformedProviders.forEach(provider => {\n if (provider.eager) {\n eagerProviders.push(provider);\n }\n else {\n lazyProviders.push(provider);\n }\n });\n return lazyProviders.concat(eagerProviders);\n }\n get transformedDirectiveAsts() {\n const sortedProviderTypes = this.transformProviders.map(provider => provider.token.identifier);\n const sortedDirectives = this._directiveAsts.slice();\n sortedDirectives.sort((dir1, dir2) => sortedProviderTypes.indexOf(dir1.directive.type) -\n sortedProviderTypes.indexOf(dir2.directive.type));\n return sortedDirectives;\n }\n get queryMatches() {\n const allMatches = [];\n this._queriedTokens.forEach((matches) => { allMatches.push(...matches); });\n return allMatches;\n }\n _addQueryReadsTo(token, defaultValue, queryReadTokens) {\n this._getQueriesFor(token).forEach((query) => {\n const queryValue = query.meta.read || defaultValue;\n const tokenRef = tokenReference(queryValue);\n let queryMatches = queryReadTokens.get(tokenRef);\n if (!queryMatches) {\n queryMatches = [];\n queryReadTokens.set(tokenRef, queryMatches);\n }\n queryMatches.push({ queryId: query.queryId, value: queryValue });\n });\n }\n _getQueriesFor(token) {\n const result = [];\n let currentEl = this;\n let distance = 0;\n let queries;\n while (currentEl !== null) {\n queries = currentEl._contentQueries.get(tokenReference(token));\n if (queries) {\n result.push(...queries.filter((query) => query.meta.descendants || distance <= 1));\n }\n if (currentEl._directiveAsts.length > 0) {\n distance++;\n }\n currentEl = currentEl._parent;\n }\n queries = this.viewContext.viewQueries.get(tokenReference(token));\n if (queries) {\n result.push(...queries);\n }\n return result;\n }\n _getOrCreateLocalProvider(requestingProviderType, token, eager) {\n const resolvedProvider = this._allProviders.get(tokenReference(token));\n if (!resolvedProvider || ((requestingProviderType === ProviderAstType.Directive ||\n requestingProviderType === ProviderAstType.PublicService) &&\n resolvedProvider.providerType === ProviderAstType.PrivateService) ||\n ((requestingProviderType === ProviderAstType.PrivateService ||\n requestingProviderType === ProviderAstType.PublicService) &&\n resolvedProvider.providerType === ProviderAstType.Builtin)) {\n return null;\n }\n let transformedProviderAst = this._transformedProviders.get(tokenReference(token));\n if (transformedProviderAst) {\n return transformedProviderAst;\n }\n if (this._seenProviders.get(tokenReference(token)) != null) {\n this.viewContext.errors.push(new ProviderError(`Cannot instantiate cyclic dependency! ${tokenName(token)}`, this._sourceSpan));\n return null;\n }\n this._seenProviders.set(tokenReference(token), true);\n const transformedProviders = resolvedProvider.providers.map((provider) => {\n let transformedUseValue = provider.useValue;\n let transformedUseExisting = provider.useExisting;\n let transformedDeps = undefined;\n if (provider.useExisting != null) {\n const existingDiDep = this._getDependency(resolvedProvider.providerType, { token: provider.useExisting }, eager);\n if (existingDiDep.token != null) {\n transformedUseExisting = existingDiDep.token;\n }\n else {\n transformedUseExisting = null;\n transformedUseValue = existingDiDep.value;\n }\n }\n else if (provider.useFactory) {\n const deps = provider.deps || provider.useFactory.diDeps;\n transformedDeps =\n deps.map((dep) => this._getDependency(resolvedProvider.providerType, dep, eager));\n }\n else if (provider.useClass) {\n const deps = provider.deps || provider.useClass.diDeps;\n transformedDeps =\n deps.map((dep) => this._getDependency(resolvedProvider.providerType, dep, eager));\n }\n return _transformProvider(provider, {\n useExisting: transformedUseExisting,\n useValue: transformedUseValue,\n deps: transformedDeps\n });\n });\n transformedProviderAst =\n _transformProviderAst(resolvedProvider, { eager: eager, providers: transformedProviders });\n this._transformedProviders.set(tokenReference(token), transformedProviderAst);\n return transformedProviderAst;\n }\n _getLocalDependency(requestingProviderType, dep, eager = false) {\n if (dep.isAttribute) {\n const attrValue = this._attrs[dep.token.value];\n return { isValue: true, value: attrValue == null ? null : attrValue };\n }\n if (dep.token != null) {\n // access builtints\n if ((requestingProviderType === ProviderAstType.Directive ||\n requestingProviderType === ProviderAstType.Component)) {\n if (tokenReference(dep.token) ===\n this.viewContext.reflector.resolveExternalReference(Identifiers.Renderer) ||\n tokenReference(dep.token) ===\n this.viewContext.reflector.resolveExternalReference(Identifiers.ElementRef) ||\n tokenReference(dep.token) ===\n this.viewContext.reflector.resolveExternalReference(Identifiers.ChangeDetectorRef) ||\n tokenReference(dep.token) ===\n this.viewContext.reflector.resolveExternalReference(Identifiers.TemplateRef)) {\n return dep;\n }\n if (tokenReference(dep.token) ===\n this.viewContext.reflector.resolveExternalReference(Identifiers.ViewContainerRef)) {\n this.transformedHasViewContainer = true;\n }\n }\n // access the injector\n if (tokenReference(dep.token) ===\n this.viewContext.reflector.resolveExternalReference(Identifiers.Injector)) {\n return dep;\n }\n // access providers\n if (this._getOrCreateLocalProvider(requestingProviderType, dep.token, eager) != null) {\n return dep;\n }\n }\n return null;\n }\n _getDependency(requestingProviderType, dep, eager = false) {\n let currElement = this;\n let currEager = eager;\n let result = null;\n if (!dep.isSkipSelf) {\n result = this._getLocalDependency(requestingProviderType, dep, eager);\n }\n if (dep.isSelf) {\n if (!result && dep.isOptional) {\n result = { isValue: true, value: null };\n }\n }\n else {\n // check parent elements\n while (!result && currElement._parent) {\n const prevElement = currElement;\n currElement = currElement._parent;\n if (prevElement._isViewRoot) {\n currEager = false;\n }\n result = currElement._getLocalDependency(ProviderAstType.PublicService, dep, currEager);\n }\n // check @Host restriction\n if (!result) {\n if (!dep.isHost || this.viewContext.component.isHost ||\n this.viewContext.component.type.reference === tokenReference(dep.token) ||\n this.viewContext.viewProviders.get(tokenReference(dep.token)) != null) {\n result = dep;\n }\n else {\n result = dep.isOptional ? { isValue: true, value: null } : null;\n }\n }\n }\n if (!result) {\n this.viewContext.errors.push(new ProviderError(`No provider for ${tokenName(dep.token)}`, this._sourceSpan));\n }\n return result;\n }\n}\nclass NgModuleProviderAnalyzer {\n constructor(reflector, ngModule, extraProviders, sourceSpan) {\n this.reflector = reflector;\n this._transformedProviders = new Map();\n this._seenProviders = new Map();\n this._errors = [];\n this._allProviders = new Map();\n ngModule.transitiveModule.modules.forEach((ngModuleType) => {\n const ngModuleProvider = { token: { identifier: ngModuleType }, useClass: ngModuleType };\n _resolveProviders([ngModuleProvider], ProviderAstType.PublicService, true, sourceSpan, this._errors, this._allProviders, /* isModule */ true);\n });\n _resolveProviders(ngModule.transitiveModule.providers.map(entry => entry.provider).concat(extraProviders), ProviderAstType.PublicService, false, sourceSpan, this._errors, this._allProviders, \n /* isModule */ false);\n }\n parse() {\n Array.from(this._allProviders.values()).forEach((provider) => {\n this._getOrCreateLocalProvider(provider.token, provider.eager);\n });\n if (this._errors.length > 0) {\n const errorString = this._errors.join('\\n');\n throw new Error(`Provider parse errors:\\n${errorString}`);\n }\n // Note: Maps keep their insertion order.\n const lazyProviders = [];\n const eagerProviders = [];\n this._transformedProviders.forEach(provider => {\n if (provider.eager) {\n eagerProviders.push(provider);\n }\n else {\n lazyProviders.push(provider);\n }\n });\n return lazyProviders.concat(eagerProviders);\n }\n _getOrCreateLocalProvider(token, eager) {\n const resolvedProvider = this._allProviders.get(tokenReference(token));\n if (!resolvedProvider) {\n return null;\n }\n let transformedProviderAst = this._transformedProviders.get(tokenReference(token));\n if (transformedProviderAst) {\n return transformedProviderAst;\n }\n if (this._seenProviders.get(tokenReference(token)) != null) {\n this._errors.push(new ProviderError(`Cannot instantiate cyclic dependency! ${tokenName(token)}`, resolvedProvider.sourceSpan));\n return null;\n }\n this._seenProviders.set(tokenReference(token), true);\n const transformedProviders = resolvedProvider.providers.map((provider) => {\n let transformedUseValue = provider.useValue;\n let transformedUseExisting = provider.useExisting;\n let transformedDeps = undefined;\n if (provider.useExisting != null) {\n const existingDiDep = this._getDependency({ token: provider.useExisting }, eager, resolvedProvider.sourceSpan);\n if (existingDiDep.token != null) {\n transformedUseExisting = existingDiDep.token;\n }\n else {\n transformedUseExisting = null;\n transformedUseValue = existingDiDep.value;\n }\n }\n else if (provider.useFactory) {\n const deps = provider.deps || provider.useFactory.diDeps;\n transformedDeps =\n deps.map((dep) => this._getDependency(dep, eager, resolvedProvider.sourceSpan));\n }\n else if (provider.useClass) {\n const deps = provider.deps || provider.useClass.diDeps;\n transformedDeps =\n deps.map((dep) => this._getDependency(dep, eager, resolvedProvider.sourceSpan));\n }\n return _transformProvider(provider, {\n useExisting: transformedUseExisting,\n useValue: transformedUseValue,\n deps: transformedDeps\n });\n });\n transformedProviderAst =\n _transformProviderAst(resolvedProvider, { eager: eager, providers: transformedProviders });\n this._transformedProviders.set(tokenReference(token), transformedProviderAst);\n return transformedProviderAst;\n }\n _getDependency(dep, eager = false, requestorSourceSpan) {\n let foundLocal = false;\n if (!dep.isSkipSelf && dep.token != null) {\n // access the injector\n if (tokenReference(dep.token) ===\n this.reflector.resolveExternalReference(Identifiers.Injector) ||\n tokenReference(dep.token) ===\n this.reflector.resolveExternalReference(Identifiers.ComponentFactoryResolver)) {\n foundLocal = true;\n // access providers\n }\n else if (this._getOrCreateLocalProvider(dep.token, eager) != null) {\n foundLocal = true;\n }\n }\n return dep;\n }\n}\nfunction _transformProvider(provider, { useExisting, useValue, deps }) {\n return {\n token: provider.token,\n useClass: provider.useClass,\n useExisting: useExisting,\n useFactory: provider.useFactory,\n useValue: useValue,\n deps: deps,\n multi: provider.multi\n };\n}\nfunction _transformProviderAst(provider, { eager, providers }) {\n return new ProviderAst(provider.token, provider.multiProvider, provider.eager || eager, providers, provider.providerType, provider.lifecycleHooks, provider.sourceSpan, provider.isModule);\n}\nfunction _resolveProvidersFromDirectives(directives, sourceSpan, targetErrors) {\n const providersByToken = new Map();\n directives.forEach((directive) => {\n const dirProvider = { token: { identifier: directive.type }, useClass: directive.type };\n _resolveProviders([dirProvider], directive.isComponent ? ProviderAstType.Component : ProviderAstType.Directive, true, sourceSpan, targetErrors, providersByToken, /* isModule */ false);\n });\n // Note: directives need to be able to overwrite providers of a component!\n const directivesWithComponentFirst = directives.filter(dir => dir.isComponent).concat(directives.filter(dir => !dir.isComponent));\n directivesWithComponentFirst.forEach((directive) => {\n _resolveProviders(directive.providers, ProviderAstType.PublicService, false, sourceSpan, targetErrors, providersByToken, /* isModule */ false);\n _resolveProviders(directive.viewProviders, ProviderAstType.PrivateService, false, sourceSpan, targetErrors, providersByToken, /* isModule */ false);\n });\n return providersByToken;\n}\nfunction _resolveProviders(providers, providerType, eager, sourceSpan, targetErrors, targetProvidersByToken, isModule) {\n providers.forEach((provider) => {\n let resolvedProvider = targetProvidersByToken.get(tokenReference(provider.token));\n if (resolvedProvider != null && !!resolvedProvider.multiProvider !== !!provider.multi) {\n targetErrors.push(new ProviderError(`Mixing multi and non multi provider is not possible for token ${tokenName(resolvedProvider.token)}`, sourceSpan));\n }\n if (!resolvedProvider) {\n const lifecycleHooks = provider.token.identifier &&\n provider.token.identifier.lifecycleHooks ?\n provider.token.identifier.lifecycleHooks :\n [];\n const isUseValue = !(provider.useClass || provider.useExisting || provider.useFactory);\n resolvedProvider = new ProviderAst(provider.token, !!provider.multi, eager || isUseValue, [provider], providerType, lifecycleHooks, sourceSpan, isModule);\n targetProvidersByToken.set(tokenReference(provider.token), resolvedProvider);\n }\n else {\n if (!provider.multi) {\n resolvedProvider.providers.length = 0;\n }\n resolvedProvider.providers.push(provider);\n }\n });\n}\nfunction _getViewQueries(component) {\n // Note: queries start with id 1 so we can use the number in a Bloom filter!\n let viewQueryId = 1;\n const viewQueries = new Map();\n if (component.viewQueries) {\n component.viewQueries.forEach((query) => _addQueryToTokenMap(viewQueries, { meta: query, queryId: viewQueryId++ }));\n }\n return viewQueries;\n}\nfunction _getContentQueries(contentQueryStartId, directives) {\n let contentQueryId = contentQueryStartId;\n const contentQueries = new Map();\n directives.forEach((directive, directiveIndex) => {\n if (directive.queries) {\n directive.queries.forEach((query) => _addQueryToTokenMap(contentQueries, { meta: query, queryId: contentQueryId++ }));\n }\n });\n return contentQueries;\n}\nfunction _addQueryToTokenMap(map, query) {\n query.meta.selectors.forEach((token) => {\n let entry = map.get(tokenReference(token));\n if (!entry) {\n entry = [];\n map.set(tokenReference(token), entry);\n }\n entry.push(query);\n });\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nclass StyleWithImports {\n constructor(style, styleUrls) {\n this.style = style;\n this.styleUrls = styleUrls;\n }\n}\nfunction isStyleUrlResolvable(url) {\n if (url == null || url.length === 0 || url[0] == '/')\n return false;\n const schemeMatch = url.match(URL_WITH_SCHEMA_REGEXP);\n return schemeMatch === null || schemeMatch[1] == 'package' || schemeMatch[1] == 'asset';\n}\n/**\n * Rewrites stylesheets by resolving and removing the @import urls that\n * are either relative or don't have a `package:` scheme\n */\nfunction extractStyleUrls(resolver, baseUrl, cssText) {\n const foundUrls = [];\n const modifiedCssText = cssText.replace(CSS_STRIPPABLE_COMMENT_REGEXP, '')\n .replace(CSS_IMPORT_REGEXP, (...m) => {\n const url = m[1] || m[2];\n if (!isStyleUrlResolvable(url)) {\n // Do not attempt to resolve non-package absolute URLs with URI\n // scheme\n return m[0];\n }\n foundUrls.push(resolver.resolve(baseUrl, url));\n return '';\n });\n return new StyleWithImports(modifiedCssText, foundUrls);\n}\nconst CSS_IMPORT_REGEXP = /@import\\s+(?:url\\()?\\s*(?:(?:['\"]([^'\"]*))|([^;\\)\\s]*))[^;]*;?/g;\nconst CSS_STRIPPABLE_COMMENT_REGEXP = /\\/\\*(?!#\\s*(?:sourceURL|sourceMappingURL)=)[\\s\\S]+?\\*\\//g;\nconst URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nconst PROPERTY_PARTS_SEPARATOR = '.';\nconst ATTRIBUTE_PREFIX = 'attr';\nconst CLASS_PREFIX = 'class';\nconst STYLE_PREFIX = 'style';\nconst ANIMATE_PROP_PREFIX = 'animate-';\n/**\n * Parses bindings in templates and in the directive host area.\n */\nclass BindingParser {\n constructor(_exprParser, _interpolationConfig, _schemaRegistry, pipes, errors) {\n this._exprParser = _exprParser;\n this._interpolationConfig = _interpolationConfig;\n this._schemaRegistry = _schemaRegistry;\n this.errors = errors;\n this.pipesByName = null;\n this._usedPipes = new Map();\n // When the `pipes` parameter is `null`, do not check for used pipes\n // This is used in IVY when we might not know the available pipes at compile time\n if (pipes) {\n const pipesByName = new Map();\n pipes.forEach(pipe => pipesByName.set(pipe.name, pipe));\n this.pipesByName = pipesByName;\n }\n }\n get interpolationConfig() { return this._interpolationConfig; }\n getUsedPipes() { return Array.from(this._usedPipes.values()); }\n createBoundHostProperties(dirMeta, sourceSpan) {\n if (dirMeta.hostProperties) {\n const boundProps = [];\n Object.keys(dirMeta.hostProperties).forEach(propName => {\n const expression = dirMeta.hostProperties[propName];\n if (typeof expression === 'string') {\n this.parsePropertyBinding(propName, expression, true, sourceSpan, sourceSpan.start.offset, undefined, [], boundProps);\n }\n else {\n this._reportError(`Value of the host property binding \"${propName}\" needs to be a string representing an expression but got \"${expression}\" (${typeof expression})`, sourceSpan);\n }\n });\n return boundProps;\n }\n return null;\n }\n createDirectiveHostPropertyAsts(dirMeta, elementSelector, sourceSpan) {\n const boundProps = this.createBoundHostProperties(dirMeta, sourceSpan);\n return boundProps &&\n boundProps.map((prop) => this.createBoundElementProperty(elementSelector, prop));\n }\n createDirectiveHostEventAsts(dirMeta, sourceSpan) {\n if (dirMeta.hostListeners) {\n const targetEvents = [];\n Object.keys(dirMeta.hostListeners).forEach(propName => {\n const expression = dirMeta.hostListeners[propName];\n if (typeof expression === 'string') {\n // TODO: pass a more accurate handlerSpan for this event.\n this.parseEvent(propName, expression, sourceSpan, sourceSpan, [], targetEvents);\n }\n else {\n this._reportError(`Value of the host listener \"${propName}\" needs to be a string representing an expression but got \"${expression}\" (${typeof expression})`, sourceSpan);\n }\n });\n return targetEvents;\n }\n return null;\n }\n parseInterpolation(value, sourceSpan) {\n const sourceInfo = sourceSpan.start.toString();\n try {\n const ast = this._exprParser.parseInterpolation(value, sourceInfo, sourceSpan.start.offset, this._interpolationConfig);\n if (ast)\n this._reportExpressionParserErrors(ast.errors, sourceSpan);\n this._checkPipes(ast, sourceSpan);\n return ast;\n }\n catch (e) {\n this._reportError(`${e}`, sourceSpan);\n return this._exprParser.wrapLiteralPrimitive('ERROR', sourceInfo, sourceSpan.start.offset);\n }\n }\n // Parse an inline template binding. ie `\">`\n parseInlineTemplateBinding(tplKey, tplValue, sourceSpan, absoluteOffset, targetMatchableAttrs, targetProps, targetVars) {\n const bindings = this._parseTemplateBindings(tplKey, tplValue, sourceSpan);\n for (let i = 0; i < bindings.length; i++) {\n const binding = bindings[i];\n if (binding.keyIsVar) {\n targetVars.push(new ParsedVariable(binding.key, binding.name, sourceSpan));\n }\n else if (binding.expression) {\n this._parsePropertyAst(binding.key, binding.expression, sourceSpan, undefined, targetMatchableAttrs, targetProps);\n }\n else {\n targetMatchableAttrs.push([binding.key, '']);\n this.parseLiteralAttr(binding.key, null, sourceSpan, absoluteOffset, undefined, targetMatchableAttrs, targetProps);\n }\n }\n }\n _parseTemplateBindings(tplKey, tplValue, sourceSpan) {\n const sourceInfo = sourceSpan.start.toString();\n try {\n const bindingsResult = this._exprParser.parseTemplateBindings(tplKey, tplValue, sourceInfo, sourceSpan.start.offset);\n this._reportExpressionParserErrors(bindingsResult.errors, sourceSpan);\n bindingsResult.templateBindings.forEach((binding) => {\n if (binding.expression) {\n this._checkPipes(binding.expression, sourceSpan);\n }\n });\n bindingsResult.warnings.forEach((warning) => { this._reportError(warning, sourceSpan, ParseErrorLevel.WARNING); });\n return bindingsResult.templateBindings;\n }\n catch (e) {\n this._reportError(`${e}`, sourceSpan);\n return [];\n }\n }\n parseLiteralAttr(name, value, sourceSpan, absoluteOffset, valueSpan, targetMatchableAttrs, targetProps) {\n if (isAnimationLabel(name)) {\n name = name.substring(1);\n if (value) {\n this._reportError(`Assigning animation triggers via @prop=\"exp\" attributes with an expression is invalid.` +\n ` Use property bindings (e.g. [@prop]=\"exp\") or use an attribute without a value (e.g. @prop) instead.`, sourceSpan, ParseErrorLevel.ERROR);\n }\n this._parseAnimation(name, value, sourceSpan, absoluteOffset, valueSpan, targetMatchableAttrs, targetProps);\n }\n else {\n targetProps.push(new ParsedProperty(name, this._exprParser.wrapLiteralPrimitive(value, '', absoluteOffset), ParsedPropertyType.LITERAL_ATTR, sourceSpan, valueSpan));\n }\n }\n parsePropertyBinding(name, expression, isHost, sourceSpan, absoluteOffset, valueSpan, targetMatchableAttrs, targetProps) {\n let isAnimationProp = false;\n if (name.startsWith(ANIMATE_PROP_PREFIX)) {\n isAnimationProp = true;\n name = name.substring(ANIMATE_PROP_PREFIX.length);\n }\n else if (isAnimationLabel(name)) {\n isAnimationProp = true;\n name = name.substring(1);\n }\n if (isAnimationProp) {\n this._parseAnimation(name, expression, sourceSpan, absoluteOffset, valueSpan, targetMatchableAttrs, targetProps);\n }\n else {\n this._parsePropertyAst(name, this._parseBinding(expression, isHost, valueSpan || sourceSpan, absoluteOffset), sourceSpan, valueSpan, targetMatchableAttrs, targetProps);\n }\n }\n parsePropertyInterpolation(name, value, sourceSpan, valueSpan, targetMatchableAttrs, targetProps) {\n const expr = this.parseInterpolation(value, valueSpan || sourceSpan);\n if (expr) {\n this._parsePropertyAst(name, expr, sourceSpan, valueSpan, targetMatchableAttrs, targetProps);\n return true;\n }\n return false;\n }\n _parsePropertyAst(name, ast, sourceSpan, valueSpan, targetMatchableAttrs, targetProps) {\n targetMatchableAttrs.push([name, ast.source]);\n targetProps.push(new ParsedProperty(name, ast, ParsedPropertyType.DEFAULT, sourceSpan, valueSpan));\n }\n _parseAnimation(name, expression, sourceSpan, absoluteOffset, valueSpan, targetMatchableAttrs, targetProps) {\n // This will occur when a @trigger is not paired with an expression.\n // For animations it is valid to not have an expression since */void\n // states will be applied by angular when the element is attached/detached\n const ast = this._parseBinding(expression || 'undefined', false, valueSpan || sourceSpan, absoluteOffset);\n targetMatchableAttrs.push([name, ast.source]);\n targetProps.push(new ParsedProperty(name, ast, ParsedPropertyType.ANIMATION, sourceSpan, valueSpan));\n }\n _parseBinding(value, isHostBinding, sourceSpan, absoluteOffset) {\n const sourceInfo = (sourceSpan && sourceSpan.start || '(unknown)').toString();\n try {\n const ast = isHostBinding ?\n this._exprParser.parseSimpleBinding(value, sourceInfo, absoluteOffset, this._interpolationConfig) :\n this._exprParser.parseBinding(value, sourceInfo, absoluteOffset, this._interpolationConfig);\n if (ast)\n this._reportExpressionParserErrors(ast.errors, sourceSpan);\n this._checkPipes(ast, sourceSpan);\n return ast;\n }\n catch (e) {\n this._reportError(`${e}`, sourceSpan);\n return this._exprParser.wrapLiteralPrimitive('ERROR', sourceInfo, absoluteOffset);\n }\n }\n createBoundElementProperty(elementSelector, boundProp, skipValidation = false, mapPropertyName = true) {\n if (boundProp.isAnimation) {\n return new BoundElementProperty(boundProp.name, 4 /* Animation */, SecurityContext.NONE, boundProp.expression, null, boundProp.sourceSpan, boundProp.valueSpan);\n }\n let unit = null;\n let bindingType = undefined;\n let boundPropertyName = null;\n const parts = boundProp.name.split(PROPERTY_PARTS_SEPARATOR);\n let securityContexts = undefined;\n // Check for special cases (prefix style, attr, class)\n if (parts.length > 1) {\n if (parts[0] == ATTRIBUTE_PREFIX) {\n boundPropertyName = parts[1];\n if (!skipValidation) {\n this._validatePropertyOrAttributeName(boundPropertyName, boundProp.sourceSpan, true);\n }\n securityContexts = calcPossibleSecurityContexts(this._schemaRegistry, elementSelector, boundPropertyName, true);\n const nsSeparatorIdx = boundPropertyName.indexOf(':');\n if (nsSeparatorIdx > -1) {\n const ns = boundPropertyName.substring(0, nsSeparatorIdx);\n const name = boundPropertyName.substring(nsSeparatorIdx + 1);\n boundPropertyName = mergeNsAndName(ns, name);\n }\n bindingType = 1 /* Attribute */;\n }\n else if (parts[0] == CLASS_PREFIX) {\n boundPropertyName = parts[1];\n bindingType = 2 /* Class */;\n securityContexts = [SecurityContext.NONE];\n }\n else if (parts[0] == STYLE_PREFIX) {\n unit = parts.length > 2 ? parts[2] : null;\n boundPropertyName = parts[1];\n bindingType = 3 /* Style */;\n securityContexts = [SecurityContext.STYLE];\n }\n }\n // If not a special case, use the full property name\n if (boundPropertyName === null) {\n const mappedPropName = this._schemaRegistry.getMappedPropName(boundProp.name);\n boundPropertyName = mapPropertyName ? mappedPropName : boundProp.name;\n securityContexts = calcPossibleSecurityContexts(this._schemaRegistry, elementSelector, mappedPropName, false);\n bindingType = 0 /* Property */;\n if (!skipValidation) {\n this._validatePropertyOrAttributeName(mappedPropName, boundProp.sourceSpan, false);\n }\n }\n return new BoundElementProperty(boundPropertyName, bindingType, securityContexts[0], boundProp.expression, unit, boundProp.sourceSpan, boundProp.valueSpan);\n }\n parseEvent(name, expression, sourceSpan, handlerSpan, targetMatchableAttrs, targetEvents) {\n if (isAnimationLabel(name)) {\n name = name.substr(1);\n this._parseAnimationEvent(name, expression, sourceSpan, handlerSpan, targetEvents);\n }\n else {\n this._parseRegularEvent(name, expression, sourceSpan, handlerSpan, targetMatchableAttrs, targetEvents);\n }\n }\n calcPossibleSecurityContexts(selector, propName, isAttribute) {\n const prop = this._schemaRegistry.getMappedPropName(propName);\n return calcPossibleSecurityContexts(this._schemaRegistry, selector, prop, isAttribute);\n }\n _parseAnimationEvent(name, expression, sourceSpan, handlerSpan, targetEvents) {\n const matches = splitAtPeriod(name, [name, '']);\n const eventName = matches[0];\n const phase = matches[1].toLowerCase();\n if (phase) {\n switch (phase) {\n case 'start':\n case 'done':\n const ast = this._parseAction(expression, handlerSpan);\n targetEvents.push(new ParsedEvent(eventName, phase, 1 /* Animation */, ast, sourceSpan, handlerSpan));\n break;\n default:\n this._reportError(`The provided animation output phase value \"${phase}\" for \"@${eventName}\" is not supported (use start or done)`, sourceSpan);\n break;\n }\n }\n else {\n this._reportError(`The animation trigger output event (@${eventName}) is missing its phase value name (start or done are currently supported)`, sourceSpan);\n }\n }\n _parseRegularEvent(name, expression, sourceSpan, handlerSpan, targetMatchableAttrs, targetEvents) {\n // long format: 'target: eventName'\n const [target, eventName] = splitAtColon(name, [null, name]);\n const ast = this._parseAction(expression, handlerSpan);\n targetMatchableAttrs.push([name, ast.source]);\n targetEvents.push(new ParsedEvent(eventName, target, 0 /* Regular */, ast, sourceSpan, handlerSpan));\n // Don't detect directives for event names for now,\n // so don't add the event name to the matchableAttrs\n }\n _parseAction(value, sourceSpan) {\n const sourceInfo = (sourceSpan && sourceSpan.start || '(unknown').toString();\n const absoluteOffset = (sourceSpan && sourceSpan.start) ? sourceSpan.start.offset : 0;\n try {\n const ast = this._exprParser.parseAction(value, sourceInfo, absoluteOffset, this._interpolationConfig);\n if (ast) {\n this._reportExpressionParserErrors(ast.errors, sourceSpan);\n }\n if (!ast || ast.ast instanceof EmptyExpr) {\n this._reportError(`Empty expressions are not allowed`, sourceSpan);\n return this._exprParser.wrapLiteralPrimitive('ERROR', sourceInfo, absoluteOffset);\n }\n this._checkPipes(ast, sourceSpan);\n return ast;\n }\n catch (e) {\n this._reportError(`${e}`, sourceSpan);\n return this._exprParser.wrapLiteralPrimitive('ERROR', sourceInfo, absoluteOffset);\n }\n }\n _reportError(message, sourceSpan, level = ParseErrorLevel.ERROR) {\n this.errors.push(new ParseError(sourceSpan, message, level));\n }\n _reportExpressionParserErrors(errors, sourceSpan) {\n for (const error of errors) {\n this._reportError(error.message, sourceSpan);\n }\n }\n // Make sure all the used pipes are known in `this.pipesByName`\n _checkPipes(ast, sourceSpan) {\n if (ast && this.pipesByName) {\n const collector = new PipeCollector();\n ast.visit(collector);\n collector.pipes.forEach((ast, pipeName) => {\n const pipeMeta = this.pipesByName.get(pipeName);\n if (!pipeMeta) {\n this._reportError(`The pipe '${pipeName}' could not be found`, new ParseSourceSpan(sourceSpan.start.moveBy(ast.span.start), sourceSpan.start.moveBy(ast.span.end)));\n }\n else {\n this._usedPipes.set(pipeName, pipeMeta);\n }\n });\n }\n }\n /**\n * @param propName the name of the property / attribute\n * @param sourceSpan\n * @param isAttr true when binding to an attribute\n */\n _validatePropertyOrAttributeName(propName, sourceSpan, isAttr) {\n const report = isAttr ? this._schemaRegistry.validateAttribute(propName) :\n this._schemaRegistry.validateProperty(propName);\n if (report.error) {\n this._reportError(report.msg, sourceSpan, ParseErrorLevel.ERROR);\n }\n }\n}\nclass PipeCollector extends RecursiveAstVisitor$1 {\n constructor() {\n super(...arguments);\n this.pipes = new Map();\n }\n visitPipe(ast, context) {\n this.pipes.set(ast.name, ast);\n ast.exp.visit(this);\n this.visitAll(ast.args, context);\n return null;\n }\n}\nfunction isAnimationLabel(name) {\n return name[0] == '@';\n}\nfunction calcPossibleSecurityContexts(registry, selector, propName, isAttribute) {\n const ctxs = [];\n CssSelector.parse(selector).forEach((selector) => {\n const elementNames = selector.element ? [selector.element] : registry.allKnownElementNames();\n const notElementNames = new Set(selector.notSelectors.filter(selector => selector.isElementSelector())\n .map((selector) => selector.element));\n const possibleElementNames = elementNames.filter(elementName => !notElementNames.has(elementName));\n ctxs.push(...possibleElementNames.map(elementName => registry.securityContext(elementName, propName, isAttribute)));\n });\n return ctxs.length === 0 ? [SecurityContext.NONE] : Array.from(new Set(ctxs)).sort();\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nconst NG_CONTENT_SELECT_ATTR = 'select';\nconst LINK_ELEMENT = 'link';\nconst LINK_STYLE_REL_ATTR = 'rel';\nconst LINK_STYLE_HREF_ATTR = 'href';\nconst LINK_STYLE_REL_VALUE = 'stylesheet';\nconst STYLE_ELEMENT = 'style';\nconst SCRIPT_ELEMENT = 'script';\nconst NG_NON_BINDABLE_ATTR = 'ngNonBindable';\nconst NG_PROJECT_AS = 'ngProjectAs';\nfunction preparseElement(ast) {\n let selectAttr = null;\n let hrefAttr = null;\n let relAttr = null;\n let nonBindable = false;\n let projectAs = '';\n ast.attrs.forEach(attr => {\n const lcAttrName = attr.name.toLowerCase();\n if (lcAttrName == NG_CONTENT_SELECT_ATTR) {\n selectAttr = attr.value;\n }\n else if (lcAttrName == LINK_STYLE_HREF_ATTR) {\n hrefAttr = attr.value;\n }\n else if (lcAttrName == LINK_STYLE_REL_ATTR) {\n relAttr = attr.value;\n }\n else if (attr.name == NG_NON_BINDABLE_ATTR) {\n nonBindable = true;\n }\n else if (attr.name == NG_PROJECT_AS) {\n if (attr.value.length > 0) {\n projectAs = attr.value;\n }\n }\n });\n selectAttr = normalizeNgContentSelect(selectAttr);\n const nodeName = ast.name.toLowerCase();\n let type = PreparsedElementType.OTHER;\n if (isNgContent(nodeName)) {\n type = PreparsedElementType.NG_CONTENT;\n }\n else if (nodeName == STYLE_ELEMENT) {\n type = PreparsedElementType.STYLE;\n }\n else if (nodeName == SCRIPT_ELEMENT) {\n type = PreparsedElementType.SCRIPT;\n }\n else if (nodeName == LINK_ELEMENT && relAttr == LINK_STYLE_REL_VALUE) {\n type = PreparsedElementType.STYLESHEET;\n }\n return new PreparsedElement(type, selectAttr, hrefAttr, nonBindable, projectAs);\n}\nvar PreparsedElementType;\n(function (PreparsedElementType) {\n PreparsedElementType[PreparsedElementType[\"NG_CONTENT\"] = 0] = \"NG_CONTENT\";\n PreparsedElementType[PreparsedElementType[\"STYLE\"] = 1] = \"STYLE\";\n PreparsedElementType[PreparsedElementType[\"STYLESHEET\"] = 2] = \"STYLESHEET\";\n PreparsedElementType[PreparsedElementType[\"SCRIPT\"] = 3] = \"SCRIPT\";\n PreparsedElementType[PreparsedElementType[\"OTHER\"] = 4] = \"OTHER\";\n})(PreparsedElementType || (PreparsedElementType = {}));\nclass PreparsedElement {\n constructor(type, selectAttr, hrefAttr, nonBindable, projectAs) {\n this.type = type;\n this.selectAttr = selectAttr;\n this.hrefAttr = hrefAttr;\n this.nonBindable = nonBindable;\n this.projectAs = projectAs;\n }\n}\nfunction normalizeNgContentSelect(selectAttr) {\n if (selectAttr === null || selectAttr.length === 0) {\n return '*';\n }\n return selectAttr;\n}\n\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nconst BIND_NAME_REGEXP = /^(?:(?:(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.+))|\\[\\(([^\\)]+)\\)\\]|\\[([^\\]]+)\\]|\\(([^\\)]+)\\))$/;\n// Group 1 = \"bind-\"\nconst KW_BIND_IDX = 1;\n// Group 2 = \"let-\"\nconst KW_LET_IDX = 2;\n// Group 3 = \"ref-/#\"\nconst KW_REF_IDX = 3;\n// Group 4 = \"on-\"\nconst KW_ON_IDX = 4;\n// Group 5 = \"bindon-\"\nconst KW_BINDON_IDX = 5;\n// Group 6 = \"@\"\nconst KW_AT_IDX = 6;\n// Group 7 = the identifier after \"bind-\", \"let-\", \"ref-/#\", \"on-\", \"bindon-\" or \"@\"\nconst IDENT_KW_IDX = 7;\n// Group 8 = identifier inside [()]\nconst IDENT_BANANA_BOX_IDX = 8;\n// Group 9 = identifier inside []\nconst IDENT_PROPERTY_IDX = 9;\n// Group 10 = identifier inside ()\nconst IDENT_EVENT_IDX = 10;\nconst TEMPLATE_ATTR_PREFIX = '*';\nconst CLASS_ATTR = 'class';\nlet _TEXT_CSS_SELECTOR;\nfunction TEXT_CSS_SELECTOR() {\n if (!_TEXT_CSS_SELECTOR) {\n _TEXT_CSS_SELECTOR = CssSelector.parse('*')[0];\n }\n return _TEXT_CSS_SELECTOR;\n}\nclass TemplateParseError extends ParseError {\n constructor(message, span, level) {\n super(span, message, level);\n }\n}\nclass TemplateParseResult {\n constructor(templateAst, usedPipes, errors) {\n this.templateAst = templateAst;\n this.usedPipes = usedPipes;\n this.errors = errors;\n }\n}\nclass TemplateParser {\n constructor(_config, _reflector, _exprParser, _schemaRegistry, _htmlParser, _console, transforms) {\n this._config = _config;\n this._reflector = _reflector;\n this._exprParser = _exprParser;\n this._schemaRegistry = _schemaRegistry;\n this._htmlParser = _htmlParser;\n this._console = _console;\n this.transforms = transforms;\n }\n get expressionParser() { return this._exprParser; }\n parse(component, template, directives, pipes, schemas, templateUrl, preserveWhitespaces) {\n const result = this.tryParse(component, template, directives, pipes, schemas, templateUrl, preserveWhitespaces);\n const warnings = result.errors.filter(error => error.level === ParseErrorLevel.WARNING);\n const errors = result.errors.filter(error => error.level === ParseErrorLevel.ERROR);\n if (warnings.length > 0) {\n this._console.warn(`Template parse warnings:\\n${warnings.join('\\n')}`);\n }\n if (errors.length > 0) {\n const errorString = errors.join('\\n');\n throw syntaxError(`Template parse errors:\\n${errorString}`, errors);\n }\n return { template: result.templateAst, pipes: result.usedPipes };\n }\n tryParse(component, template, directives, pipes, schemas, templateUrl, preserveWhitespaces) {\n let htmlParseResult = typeof template === 'string' ?\n this._htmlParser.parse(template, templateUrl, {\n tokenizeExpansionForms: true,\n interpolationConfig: this.getInterpolationConfig(component)\n }) :\n template;\n if (!preserveWhitespaces) {\n htmlParseResult = removeWhitespaces(htmlParseResult);\n }\n return this.tryParseHtml(this.expandHtml(htmlParseResult), component, directives, pipes, schemas);\n }\n tryParseHtml(htmlAstWithErrors, component, directives, pipes, schemas) {\n let result;\n const errors = htmlAstWithErrors.errors;\n const usedPipes = [];\n if (htmlAstWithErrors.rootNodes.length > 0) {\n const uniqDirectives = removeSummaryDuplicates(directives);\n const uniqPipes = removeSummaryDuplicates(pipes);\n const providerViewContext = new ProviderViewContext(this._reflector, component);\n let interpolationConfig = undefined;\n if (component.template && component.template.interpolation) {\n interpolationConfig = {\n start: component.template.interpolation[0],\n end: component.template.interpolation[1]\n };\n }\n const bindingParser = new BindingParser(this._exprParser, interpolationConfig, this._schemaRegistry, uniqPipes, errors);\n const parseVisitor = new TemplateParseVisitor(this._reflector, this._config, providerViewContext, uniqDirectives, bindingParser, this._schemaRegistry, schemas, errors);\n result = visitAll$1(parseVisitor, htmlAstWithErrors.rootNodes, EMPTY_ELEMENT_CONTEXT);\n errors.push(...providerViewContext.errors);\n usedPipes.push(...bindingParser.getUsedPipes());\n }\n else {\n result = [];\n }\n this._assertNoReferenceDuplicationOnTemplate(result, errors);\n if (errors.length > 0) {\n return new TemplateParseResult(result, usedPipes, errors);\n }\n if (this.transforms) {\n this.transforms.forEach((transform) => { result = templateVisitAll(transform, result); });\n }\n return new TemplateParseResult(result, usedPipes, errors);\n }\n expandHtml(htmlAstWithErrors, forced = false) {\n const errors = htmlAstWithErrors.errors;\n if (errors.length == 0 || forced) {\n // Transform ICU messages to angular directives\n const expandedHtmlAst = expandNodes(htmlAstWithErrors.rootNodes);\n errors.push(...expandedHtmlAst.errors);\n htmlAstWithErrors = new ParseTreeResult(expandedHtmlAst.nodes, errors);\n }\n return htmlAstWithErrors;\n }\n getInterpolationConfig(component) {\n if (component.template) {\n return InterpolationConfig.fromArray(component.template.interpolation);\n }\n return undefined;\n }\n /** @internal */\n _assertNoReferenceDuplicationOnTemplate(result, errors) {\n const existingReferences = [];\n result.filter(element => !!element.references)\n .forEach(element => element.references.forEach((reference) => {\n const name = reference.name;\n if (existingReferences.indexOf(name) < 0) {\n existingReferences.push(name);\n }\n else {\n const error = new TemplateParseError(`Reference \"#${name}\" is defined several times`, reference.sourceSpan, ParseErrorLevel.ERROR);\n errors.push(error);\n }\n }));\n }\n}\nclass TemplateParseVisitor {\n constructor(reflector, config, providerViewContext, directives, _bindingParser, _schemaRegistry, _schemas, _targetErrors) {\n this.reflector = reflector;\n this.config = config;\n this.providerViewContext = providerViewContext;\n this._bindingParser = _bindingParser;\n this._schemaRegistry = _schemaRegistry;\n this._schemas = _schemas;\n this._targetErrors = _targetErrors;\n this.selectorMatcher = new SelectorMatcher();\n this.directivesIndex = new Map();\n this.ngContentCount = 0;\n // Note: queries start with id 1 so we can use the number in a Bloom filter!\n this.contentQueryStartId = providerViewContext.component.viewQueries.length + 1;\n directives.forEach((directive, index) => {\n const selector = CssSelector.parse(directive.selector);\n this.selectorMatcher.addSelectables(selector, directive);\n this.directivesIndex.set(directive, index);\n });\n }\n visitExpansion(expansion, context) { return null; }\n visitExpansionCase(expansionCase, context) { return null; }\n visitText(text, parent) {\n const ngContentIndex = parent.findNgContentIndex(TEXT_CSS_SELECTOR());\n const valueNoNgsp = replaceNgsp(text.value);\n const expr = this._bindingParser.parseInterpolation(valueNoNgsp, text.sourceSpan);\n return expr ? new BoundTextAst(expr, ngContentIndex, text.sourceSpan) :\n new TextAst(valueNoNgsp, ngContentIndex, text.sourceSpan);\n }\n visitAttribute(attribute, context) {\n return new AttrAst(attribute.name, attribute.value, attribute.sourceSpan);\n }\n visitComment(comment, context) { return null; }\n visitElement(element, parent) {\n const queryStartIndex = this.contentQueryStartId;\n const elName = element.name;\n const preparsedElement = preparseElement(element);\n if (preparsedElement.type === PreparsedElementType.SCRIPT ||\n preparsedElement.type === PreparsedElementType.STYLE) {\n // Skipping \n if (val === '') return true;\n if (val === 'false') return false;\n if (val === 'true') return true;\n return val;\n}\n\nif (DOCUMENT && typeof DOCUMENT.querySelector === 'function') {\n var attrs = [['data-family-prefix', 'familyPrefix'], ['data-replacement-class', 'replacementClass'], ['data-auto-replace-svg', 'autoReplaceSvg'], ['data-auto-add-css', 'autoAddCss'], ['data-auto-a11y', 'autoA11y'], ['data-search-pseudo-elements', 'searchPseudoElements'], ['data-observe-mutations', 'observeMutations'], ['data-mutate-approach', 'mutateApproach'], ['data-keep-original-source', 'keepOriginalSource'], ['data-measure-performance', 'measurePerformance'], ['data-show-missing-icons', 'showMissingIcons']];\n attrs.forEach(function (_ref) {\n var _ref2 = _slicedToArray(_ref, 2),\n attr = _ref2[0],\n key = _ref2[1];\n\n var val = coerce(getAttrConfig(attr));\n\n if (val !== undefined && val !== null) {\n initial[key] = val;\n }\n });\n}\n\nvar _default = {\n familyPrefix: DEFAULT_FAMILY_PREFIX,\n replacementClass: DEFAULT_REPLACEMENT_CLASS,\n autoReplaceSvg: true,\n autoAddCss: true,\n autoA11y: true,\n searchPseudoElements: false,\n observeMutations: true,\n mutateApproach: 'async',\n keepOriginalSource: true,\n measurePerformance: false,\n showMissingIcons: true\n};\n\nvar _config = _objectSpread({}, _default, initial);\n\nif (!_config.autoReplaceSvg) _config.observeMutations = false;\n\nvar config = _objectSpread({}, _config);\n\nWINDOW.FontAwesomeConfig = config;\n\nvar w = WINDOW || {};\nif (!w[NAMESPACE_IDENTIFIER]) w[NAMESPACE_IDENTIFIER] = {};\nif (!w[NAMESPACE_IDENTIFIER].styles) w[NAMESPACE_IDENTIFIER].styles = {};\nif (!w[NAMESPACE_IDENTIFIER].hooks) w[NAMESPACE_IDENTIFIER].hooks = {};\nif (!w[NAMESPACE_IDENTIFIER].shims) w[NAMESPACE_IDENTIFIER].shims = [];\nvar namespace = w[NAMESPACE_IDENTIFIER];\n\nvar functions = [];\n\nvar listener = function listener() {\n DOCUMENT.removeEventListener('DOMContentLoaded', listener);\n loaded = 1;\n functions.map(function (fn) {\n return fn();\n });\n};\n\nvar loaded = false;\n\nif (IS_DOM) {\n loaded = (DOCUMENT.documentElement.doScroll ? /^loaded|^c/ : /^loaded|^i|^c/).test(DOCUMENT.readyState);\n if (!loaded) DOCUMENT.addEventListener('DOMContentLoaded', listener);\n}\n\nfunction domready (fn) {\n if (!IS_DOM) return;\n loaded ? setTimeout(fn, 0) : functions.push(fn);\n}\n\nvar PENDING = 'pending';\nvar SETTLED = 'settled';\nvar FULFILLED = 'fulfilled';\nvar REJECTED = 'rejected';\n\nvar NOOP = function NOOP() {};\n\nvar isNode = typeof global !== 'undefined' && typeof global.process !== 'undefined' && typeof global.process.emit === 'function';\nvar asyncSetTimer = typeof setImmediate === 'undefined' ? setTimeout : setImmediate;\nvar asyncQueue = [];\nvar asyncTimer;\n\nfunction asyncFlush() {\n // run promise callbacks\n for (var i = 0; i < asyncQueue.length; i++) {\n asyncQueue[i][0](asyncQueue[i][1]);\n } // reset async asyncQueue\n\n\n asyncQueue = [];\n asyncTimer = false;\n}\n\nfunction asyncCall(callback, arg) {\n asyncQueue.push([callback, arg]);\n\n if (!asyncTimer) {\n asyncTimer = true;\n asyncSetTimer(asyncFlush, 0);\n }\n}\n\nfunction invokeResolver(resolver, promise) {\n function resolvePromise(value) {\n resolve(promise, value);\n }\n\n function rejectPromise(reason) {\n reject(promise, reason);\n }\n\n try {\n resolver(resolvePromise, rejectPromise);\n } catch (e) {\n rejectPromise(e);\n }\n}\n\nfunction invokeCallback(subscriber) {\n var owner = subscriber.owner;\n var settled = owner._state;\n var value = owner._data;\n var callback = subscriber[settled];\n var promise = subscriber.then;\n\n if (typeof callback === 'function') {\n settled = FULFILLED;\n\n try {\n value = callback(value);\n } catch (e) {\n reject(promise, e);\n }\n }\n\n if (!handleThenable(promise, value)) {\n if (settled === FULFILLED) {\n resolve(promise, value);\n }\n\n if (settled === REJECTED) {\n reject(promise, value);\n }\n }\n}\n\nfunction handleThenable(promise, value) {\n var resolved;\n\n try {\n if (promise === value) {\n throw new TypeError('A promises callback cannot return that same promise.');\n }\n\n if (value && (typeof value === 'function' || _typeof(value) === 'object')) {\n // then should be retrieved only once\n var then = value.then;\n\n if (typeof then === 'function') {\n then.call(value, function (val) {\n if (!resolved) {\n resolved = true;\n\n if (value === val) {\n fulfill(promise, val);\n } else {\n resolve(promise, val);\n }\n }\n }, function (reason) {\n if (!resolved) {\n resolved = true;\n reject(promise, reason);\n }\n });\n return true;\n }\n }\n } catch (e) {\n if (!resolved) {\n reject(promise, e);\n }\n\n return true;\n }\n\n return false;\n}\n\nfunction resolve(promise, value) {\n if (promise === value || !handleThenable(promise, value)) {\n fulfill(promise, value);\n }\n}\n\nfunction fulfill(promise, value) {\n if (promise._state === PENDING) {\n promise._state = SETTLED;\n promise._data = value;\n asyncCall(publishFulfillment, promise);\n }\n}\n\nfunction reject(promise, reason) {\n if (promise._state === PENDING) {\n promise._state = SETTLED;\n promise._data = reason;\n asyncCall(publishRejection, promise);\n }\n}\n\nfunction publish(promise) {\n promise._then = promise._then.forEach(invokeCallback);\n}\n\nfunction publishFulfillment(promise) {\n promise._state = FULFILLED;\n publish(promise);\n}\n\nfunction publishRejection(promise) {\n promise._state = REJECTED;\n publish(promise);\n\n if (!promise._handled && isNode) {\n global.process.emit('unhandledRejection', promise._data, promise);\n }\n}\n\nfunction notifyRejectionHandled(promise) {\n global.process.emit('rejectionHandled', promise);\n}\n/**\n * @class\n */\n\n\nfunction P(resolver) {\n if (typeof resolver !== 'function') {\n throw new TypeError('Promise resolver ' + resolver + ' is not a function');\n }\n\n if (this instanceof P === false) {\n throw new TypeError('Failed to construct \\'Promise\\': Please use the \\'new\\' operator, this object constructor cannot be called as a function.');\n }\n\n this._then = [];\n invokeResolver(resolver, this);\n}\n\nP.prototype = {\n constructor: P,\n _state: PENDING,\n _then: null,\n _data: undefined,\n _handled: false,\n then: function then(onFulfillment, onRejection) {\n var subscriber = {\n owner: this,\n then: new this.constructor(NOOP),\n fulfilled: onFulfillment,\n rejected: onRejection\n };\n\n if ((onRejection || onFulfillment) && !this._handled) {\n this._handled = true;\n\n if (this._state === REJECTED && isNode) {\n asyncCall(notifyRejectionHandled, this);\n }\n }\n\n if (this._state === FULFILLED || this._state === REJECTED) {\n // already resolved, call callback async\n asyncCall(invokeCallback, subscriber);\n } else {\n // subscribe\n this._then.push(subscriber);\n }\n\n return subscriber.then;\n },\n catch: function _catch(onRejection) {\n return this.then(null, onRejection);\n }\n};\n\nP.all = function (promises) {\n if (!Array.isArray(promises)) {\n throw new TypeError('You must pass an array to Promise.all().');\n }\n\n return new P(function (resolve, reject) {\n var results = [];\n var remaining = 0;\n\n function resolver(index) {\n remaining++;\n return function (value) {\n results[index] = value;\n\n if (! --remaining) {\n resolve(results);\n }\n };\n }\n\n for (var i = 0, promise; i < promises.length; i++) {\n promise = promises[i];\n\n if (promise && typeof promise.then === 'function') {\n promise.then(resolver(i), reject);\n } else {\n results[i] = promise;\n }\n }\n\n if (!remaining) {\n resolve(results);\n }\n });\n};\n\nP.race = function (promises) {\n if (!Array.isArray(promises)) {\n throw new TypeError('You must pass an array to Promise.race().');\n }\n\n return new P(function (resolve, reject) {\n for (var i = 0, promise; i < promises.length; i++) {\n promise = promises[i];\n\n if (promise && typeof promise.then === 'function') {\n promise.then(resolve, reject);\n } else {\n resolve(promise);\n }\n }\n });\n};\n\nP.resolve = function (value) {\n if (value && _typeof(value) === 'object' && value.constructor === P) {\n return value;\n }\n\n return new P(function (resolve) {\n resolve(value);\n });\n};\n\nP.reject = function (reason) {\n return new P(function (resolve, reject) {\n reject(reason);\n });\n};\n\nvar picked = typeof Promise === 'function' ? Promise : P;\n\nvar d = UNITS_IN_GRID;\nvar meaninglessTransform = {\n size: 16,\n x: 0,\n y: 0,\n rotate: 0,\n flipX: false,\n flipY: false\n};\n\nfunction isReserved(name) {\n return ~RESERVED_CLASSES.indexOf(name);\n}\nfunction insertCss(css) {\n if (!css || !IS_DOM) {\n return;\n }\n\n var style = DOCUMENT.createElement('style');\n style.setAttribute('type', 'text/css');\n style.innerHTML = css;\n var headChildren = DOCUMENT.head.childNodes;\n var beforeChild = null;\n\n for (var i = headChildren.length - 1; i > -1; i--) {\n var child = headChildren[i];\n var tagName = (child.tagName || '').toUpperCase();\n\n if (['STYLE', 'LINK'].indexOf(tagName) > -1) {\n beforeChild = child;\n }\n }\n\n DOCUMENT.head.insertBefore(style, beforeChild);\n return css;\n}\nvar idPool = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';\nfunction nextUniqueId() {\n var size = 12;\n var id = '';\n\n while (size-- > 0) {\n id += idPool[Math.random() * 62 | 0];\n }\n\n return id;\n}\nfunction toArray(obj) {\n var array = [];\n\n for (var i = (obj || []).length >>> 0; i--;) {\n array[i] = obj[i];\n }\n\n return array;\n}\nfunction classArray(node) {\n if (node.classList) {\n return toArray(node.classList);\n } else {\n return (node.getAttribute('class') || '').split(' ').filter(function (i) {\n return i;\n });\n }\n}\nfunction getIconName(familyPrefix, cls) {\n var parts = cls.split('-');\n var prefix = parts[0];\n var iconName = parts.slice(1).join('-');\n\n if (prefix === familyPrefix && iconName !== '' && !isReserved(iconName)) {\n return iconName;\n } else {\n return null;\n }\n}\nfunction htmlEscape(str) {\n return \"\".concat(str).replace(/&/g, '&').replace(/\"/g, '"').replace(/'/g, ''').replace(//g, '>');\n}\nfunction joinAttributes(attributes) {\n return Object.keys(attributes || {}).reduce(function (acc, attributeName) {\n return acc + \"\".concat(attributeName, \"=\\\"\").concat(htmlEscape(attributes[attributeName]), \"\\\" \");\n }, '').trim();\n}\nfunction joinStyles(styles) {\n return Object.keys(styles || {}).reduce(function (acc, styleName) {\n return acc + \"\".concat(styleName, \": \").concat(styles[styleName], \";\");\n }, '');\n}\nfunction transformIsMeaningful(transform) {\n return transform.size !== meaninglessTransform.size || transform.x !== meaninglessTransform.x || transform.y !== meaninglessTransform.y || transform.rotate !== meaninglessTransform.rotate || transform.flipX || transform.flipY;\n}\nfunction transformForSvg(_ref) {\n var transform = _ref.transform,\n containerWidth = _ref.containerWidth,\n iconWidth = _ref.iconWidth;\n var outer = {\n transform: \"translate(\".concat(containerWidth / 2, \" 256)\")\n };\n var innerTranslate = \"translate(\".concat(transform.x * 32, \", \").concat(transform.y * 32, \") \");\n var innerScale = \"scale(\".concat(transform.size / 16 * (transform.flipX ? -1 : 1), \", \").concat(transform.size / 16 * (transform.flipY ? -1 : 1), \") \");\n var innerRotate = \"rotate(\".concat(transform.rotate, \" 0 0)\");\n var inner = {\n transform: \"\".concat(innerTranslate, \" \").concat(innerScale, \" \").concat(innerRotate)\n };\n var path = {\n transform: \"translate(\".concat(iconWidth / 2 * -1, \" -256)\")\n };\n return {\n outer: outer,\n inner: inner,\n path: path\n };\n}\nfunction transformForCss(_ref2) {\n var transform = _ref2.transform,\n _ref2$width = _ref2.width,\n width = _ref2$width === void 0 ? UNITS_IN_GRID : _ref2$width,\n _ref2$height = _ref2.height,\n height = _ref2$height === void 0 ? UNITS_IN_GRID : _ref2$height,\n _ref2$startCentered = _ref2.startCentered,\n startCentered = _ref2$startCentered === void 0 ? false : _ref2$startCentered;\n var val = '';\n\n if (startCentered && IS_IE) {\n val += \"translate(\".concat(transform.x / d - width / 2, \"em, \").concat(transform.y / d - height / 2, \"em) \");\n } else if (startCentered) {\n val += \"translate(calc(-50% + \".concat(transform.x / d, \"em), calc(-50% + \").concat(transform.y / d, \"em)) \");\n } else {\n val += \"translate(\".concat(transform.x / d, \"em, \").concat(transform.y / d, \"em) \");\n }\n\n val += \"scale(\".concat(transform.size / d * (transform.flipX ? -1 : 1), \", \").concat(transform.size / d * (transform.flipY ? -1 : 1), \") \");\n val += \"rotate(\".concat(transform.rotate, \"deg) \");\n return val;\n}\n\nvar ALL_SPACE = {\n x: 0,\n y: 0,\n width: '100%',\n height: '100%'\n};\n\nfunction fillBlack(abstract) {\n var force = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;\n\n if (abstract.attributes && (abstract.attributes.fill || force)) {\n abstract.attributes.fill = 'black';\n }\n\n return abstract;\n}\n\nfunction deGroup(abstract) {\n if (abstract.tag === 'g') {\n return abstract.children;\n } else {\n return [abstract];\n }\n}\n\nfunction makeIconMasking (_ref) {\n var children = _ref.children,\n attributes = _ref.attributes,\n main = _ref.main,\n mask = _ref.mask,\n transform = _ref.transform;\n var mainWidth = main.width,\n mainPath = main.icon;\n var maskWidth = mask.width,\n maskPath = mask.icon;\n var trans = transformForSvg({\n transform: transform,\n containerWidth: maskWidth,\n iconWidth: mainWidth\n });\n var maskRect = {\n tag: 'rect',\n attributes: _objectSpread({}, ALL_SPACE, {\n fill: 'white'\n })\n };\n var maskInnerGroupChildrenMixin = mainPath.children ? {\n children: mainPath.children.map(fillBlack)\n } : {};\n var maskInnerGroup = {\n tag: 'g',\n attributes: _objectSpread({}, trans.inner),\n children: [fillBlack(_objectSpread({\n tag: mainPath.tag,\n attributes: _objectSpread({}, mainPath.attributes, trans.path)\n }, maskInnerGroupChildrenMixin))]\n };\n var maskOuterGroup = {\n tag: 'g',\n attributes: _objectSpread({}, trans.outer),\n children: [maskInnerGroup]\n };\n var maskId = \"mask-\".concat(nextUniqueId());\n var clipId = \"clip-\".concat(nextUniqueId());\n var maskTag = {\n tag: 'mask',\n attributes: _objectSpread({}, ALL_SPACE, {\n id: maskId,\n maskUnits: 'userSpaceOnUse',\n maskContentUnits: 'userSpaceOnUse'\n }),\n children: [maskRect, maskOuterGroup]\n };\n var defs = {\n tag: 'defs',\n children: [{\n tag: 'clipPath',\n attributes: {\n id: clipId\n },\n children: deGroup(maskPath)\n }, maskTag]\n };\n children.push(defs, {\n tag: 'rect',\n attributes: _objectSpread({\n fill: 'currentColor',\n 'clip-path': \"url(#\".concat(clipId, \")\"),\n mask: \"url(#\".concat(maskId, \")\")\n }, ALL_SPACE)\n });\n return {\n children: children,\n attributes: attributes\n };\n}\n\nfunction makeIconStandard (_ref) {\n var children = _ref.children,\n attributes = _ref.attributes,\n main = _ref.main,\n transform = _ref.transform,\n styles = _ref.styles;\n var styleString = joinStyles(styles);\n\n if (styleString.length > 0) {\n attributes['style'] = styleString;\n }\n\n if (transformIsMeaningful(transform)) {\n var trans = transformForSvg({\n transform: transform,\n containerWidth: main.width,\n iconWidth: main.width\n });\n children.push({\n tag: 'g',\n attributes: _objectSpread({}, trans.outer),\n children: [{\n tag: 'g',\n attributes: _objectSpread({}, trans.inner),\n children: [{\n tag: main.icon.tag,\n children: main.icon.children,\n attributes: _objectSpread({}, main.icon.attributes, trans.path)\n }]\n }]\n });\n } else {\n children.push(main.icon);\n }\n\n return {\n children: children,\n attributes: attributes\n };\n}\n\nfunction asIcon (_ref) {\n var children = _ref.children,\n main = _ref.main,\n mask = _ref.mask,\n attributes = _ref.attributes,\n styles = _ref.styles,\n transform = _ref.transform;\n\n if (transformIsMeaningful(transform) && main.found && !mask.found) {\n var width = main.width,\n height = main.height;\n var offset = {\n x: width / height / 2,\n y: 0.5\n };\n attributes['style'] = joinStyles(_objectSpread({}, styles, {\n 'transform-origin': \"\".concat(offset.x + transform.x / 16, \"em \").concat(offset.y + transform.y / 16, \"em\")\n }));\n }\n\n return [{\n tag: 'svg',\n attributes: attributes,\n children: children\n }];\n}\n\nfunction asSymbol (_ref) {\n var prefix = _ref.prefix,\n iconName = _ref.iconName,\n children = _ref.children,\n attributes = _ref.attributes,\n symbol = _ref.symbol;\n var id = symbol === true ? \"\".concat(prefix, \"-\").concat(config.familyPrefix, \"-\").concat(iconName) : symbol;\n return [{\n tag: 'svg',\n attributes: {\n style: 'display: none;'\n },\n children: [{\n tag: 'symbol',\n attributes: _objectSpread({}, attributes, {\n id: id\n }),\n children: children\n }]\n }];\n}\n\nfunction makeInlineSvgAbstract(params) {\n var _params$icons = params.icons,\n main = _params$icons.main,\n mask = _params$icons.mask,\n prefix = params.prefix,\n iconName = params.iconName,\n transform = params.transform,\n symbol = params.symbol,\n title = params.title,\n extra = params.extra,\n _params$watchable = params.watchable,\n watchable = _params$watchable === void 0 ? false : _params$watchable;\n\n var _ref = mask.found ? mask : main,\n width = _ref.width,\n height = _ref.height;\n\n var widthClass = \"fa-w-\".concat(Math.ceil(width / height * 16));\n var attrClass = [config.replacementClass, iconName ? \"\".concat(config.familyPrefix, \"-\").concat(iconName) : '', widthClass].filter(function (c) {\n return extra.classes.indexOf(c) === -1;\n }).concat(extra.classes).join(' ');\n var content = {\n children: [],\n attributes: _objectSpread({}, extra.attributes, {\n 'data-prefix': prefix,\n 'data-icon': iconName,\n 'class': attrClass,\n 'role': extra.attributes.role || 'img',\n 'xmlns': 'http://www.w3.org/2000/svg',\n 'viewBox': \"0 0 \".concat(width, \" \").concat(height)\n })\n };\n\n if (watchable) {\n content.attributes[DATA_FA_I2SVG] = '';\n }\n\n if (title) content.children.push({\n tag: 'title',\n attributes: {\n id: content.attributes['aria-labelledby'] || \"title-\".concat(nextUniqueId())\n },\n children: [title]\n });\n\n var args = _objectSpread({}, content, {\n prefix: prefix,\n iconName: iconName,\n main: main,\n mask: mask,\n transform: transform,\n symbol: symbol,\n styles: extra.styles\n });\n\n var _ref2 = mask.found && main.found ? makeIconMasking(args) : makeIconStandard(args),\n children = _ref2.children,\n attributes = _ref2.attributes;\n\n args.children = children;\n args.attributes = attributes;\n\n if (symbol) {\n return asSymbol(args);\n } else {\n return asIcon(args);\n }\n}\nfunction makeLayersTextAbstract(params) {\n var content = params.content,\n width = params.width,\n height = params.height,\n transform = params.transform,\n title = params.title,\n extra = params.extra,\n _params$watchable2 = params.watchable,\n watchable = _params$watchable2 === void 0 ? false : _params$watchable2;\n\n var attributes = _objectSpread({}, extra.attributes, title ? {\n 'title': title\n } : {}, {\n 'class': extra.classes.join(' ')\n });\n\n if (watchable) {\n attributes[DATA_FA_I2SVG] = '';\n }\n\n var styles = _objectSpread({}, extra.styles);\n\n if (transformIsMeaningful(transform)) {\n styles['transform'] = transformForCss({\n transform: transform,\n startCentered: true,\n width: width,\n height: height\n });\n styles['-webkit-transform'] = styles['transform'];\n }\n\n var styleString = joinStyles(styles);\n\n if (styleString.length > 0) {\n attributes['style'] = styleString;\n }\n\n var val = [];\n val.push({\n tag: 'span',\n attributes: attributes,\n children: [content]\n });\n\n if (title) {\n val.push({\n tag: 'span',\n attributes: {\n class: 'sr-only'\n },\n children: [title]\n });\n }\n\n return val;\n}\nfunction makeLayersCounterAbstract(params) {\n var content = params.content,\n title = params.title,\n extra = params.extra;\n\n var attributes = _objectSpread({}, extra.attributes, title ? {\n 'title': title\n } : {}, {\n 'class': extra.classes.join(' ')\n });\n\n var styleString = joinStyles(extra.styles);\n\n if (styleString.length > 0) {\n attributes['style'] = styleString;\n }\n\n var val = [];\n val.push({\n tag: 'span',\n attributes: attributes,\n children: [content]\n });\n\n if (title) {\n val.push({\n tag: 'span',\n attributes: {\n class: 'sr-only'\n },\n children: [title]\n });\n }\n\n return val;\n}\n\nvar noop$1 = function noop() {};\n\nvar p = config.measurePerformance && PERFORMANCE && PERFORMANCE.mark && PERFORMANCE.measure ? PERFORMANCE : {\n mark: noop$1,\n measure: noop$1\n};\nvar preamble = \"FA \\\"5.11.2\\\"\";\n\nvar begin = function begin(name) {\n p.mark(\"\".concat(preamble, \" \").concat(name, \" begins\"));\n return function () {\n return end(name);\n };\n};\n\nvar end = function end(name) {\n p.mark(\"\".concat(preamble, \" \").concat(name, \" ends\"));\n p.measure(\"\".concat(preamble, \" \").concat(name), \"\".concat(preamble, \" \").concat(name, \" begins\"), \"\".concat(preamble, \" \").concat(name, \" ends\"));\n};\n\nvar perf = {\n begin: begin,\n end: end\n};\n\n/**\n * Internal helper to bind a function known to have 4 arguments\n * to a given context.\n */\n\nvar bindInternal4 = function bindInternal4(func, thisContext) {\n return function (a, b, c, d) {\n return func.call(thisContext, a, b, c, d);\n };\n};\n\n/**\n * # Reduce\n *\n * A fast object `.reduce()` implementation.\n *\n * @param {Object} subject The object to reduce over.\n * @param {Function} fn The reducer function.\n * @param {mixed} initialValue The initial value for the reducer, defaults to subject[0].\n * @param {Object} thisContext The context for the reducer.\n * @return {mixed} The final result.\n */\n\n\nvar reduce = function fastReduceObject(subject, fn, initialValue, thisContext) {\n var keys = Object.keys(subject),\n length = keys.length,\n iterator = thisContext !== undefined ? bindInternal4(fn, thisContext) : fn,\n i,\n key,\n result;\n\n if (initialValue === undefined) {\n i = 1;\n result = subject[keys[0]];\n } else {\n i = 0;\n result = initialValue;\n }\n\n for (; i < length; i++) {\n key = keys[i];\n result = iterator(result, subject[key], key, subject);\n }\n\n return result;\n};\n\nfunction toHex(unicode) {\n var result = '';\n\n for (var i = 0; i < unicode.length; i++) {\n var hex = unicode.charCodeAt(i).toString(16);\n result += ('000' + hex).slice(-4);\n }\n\n return result;\n}\n\nfunction defineIcons(prefix, icons) {\n var params = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\n var _params$skipHooks = params.skipHooks,\n skipHooks = _params$skipHooks === void 0 ? false : _params$skipHooks;\n var normalized = Object.keys(icons).reduce(function (acc, iconName) {\n var icon = icons[iconName];\n var expanded = !!icon.icon;\n\n if (expanded) {\n acc[icon.iconName] = icon.icon;\n } else {\n acc[iconName] = icon;\n }\n\n return acc;\n }, {});\n\n if (typeof namespace.hooks.addPack === 'function' && !skipHooks) {\n namespace.hooks.addPack(prefix, normalized);\n } else {\n namespace.styles[prefix] = _objectSpread({}, namespace.styles[prefix] || {}, normalized);\n }\n /**\n * Font Awesome 4 used the prefix of `fa` for all icons. With the introduction\n * of new styles we needed to differentiate between them. Prefix `fa` is now an alias\n * for `fas` so we'll easy the upgrade process for our users by automatically defining\n * this as well.\n */\n\n\n if (prefix === 'fas') {\n defineIcons('fa', icons);\n }\n}\n\nvar styles = namespace.styles,\n shims = namespace.shims;\nvar _byUnicode = {};\nvar _byLigature = {};\nvar _byOldName = {};\nvar build = function build() {\n var lookup = function lookup(reducer) {\n return reduce(styles, function (o, style, prefix) {\n o[prefix] = reduce(style, reducer, {});\n return o;\n }, {});\n };\n\n _byUnicode = lookup(function (acc, icon, iconName) {\n if (icon[3]) {\n acc[icon[3]] = iconName;\n }\n\n return acc;\n });\n _byLigature = lookup(function (acc, icon, iconName) {\n var ligatures = icon[2];\n acc[iconName] = iconName;\n ligatures.forEach(function (ligature) {\n acc[ligature] = iconName;\n });\n return acc;\n });\n var hasRegular = 'far' in styles;\n _byOldName = reduce(shims, function (acc, shim) {\n var oldName = shim[0];\n var prefix = shim[1];\n var iconName = shim[2];\n\n if (prefix === 'far' && !hasRegular) {\n prefix = 'fas';\n }\n\n acc[oldName] = {\n prefix: prefix,\n iconName: iconName\n };\n return acc;\n }, {});\n};\nbuild();\nfunction byUnicode(prefix, unicode) {\n return (_byUnicode[prefix] || {})[unicode];\n}\nfunction byLigature(prefix, ligature) {\n return (_byLigature[prefix] || {})[ligature];\n}\nfunction byOldName(name) {\n return _byOldName[name] || {\n prefix: null,\n iconName: null\n };\n}\n\nvar styles$1 = namespace.styles;\nvar emptyCanonicalIcon = function emptyCanonicalIcon() {\n return {\n prefix: null,\n iconName: null,\n rest: []\n };\n};\nfunction getCanonicalIcon(values) {\n return values.reduce(function (acc, cls) {\n var iconName = getIconName(config.familyPrefix, cls);\n\n if (styles$1[cls]) {\n acc.prefix = cls;\n } else if (config.autoFetchSvg && ['fas', 'far', 'fal', 'fad', 'fab', 'fa'].indexOf(cls) > -1) {\n acc.prefix = cls;\n } else if (iconName) {\n var shim = acc.prefix === 'fa' ? byOldName(iconName) : {};\n acc.iconName = shim.iconName || iconName;\n acc.prefix = shim.prefix || acc.prefix;\n } else if (cls !== config.replacementClass && cls.indexOf('fa-w-') !== 0) {\n acc.rest.push(cls);\n }\n\n return acc;\n }, emptyCanonicalIcon());\n}\nfunction iconFromMapping(mapping, prefix, iconName) {\n if (mapping && mapping[prefix] && mapping[prefix][iconName]) {\n return {\n prefix: prefix,\n iconName: iconName,\n icon: mapping[prefix][iconName]\n };\n }\n}\n\nfunction toHtml(abstractNodes) {\n var tag = abstractNodes.tag,\n _abstractNodes$attrib = abstractNodes.attributes,\n attributes = _abstractNodes$attrib === void 0 ? {} : _abstractNodes$attrib,\n _abstractNodes$childr = abstractNodes.children,\n children = _abstractNodes$childr === void 0 ? [] : _abstractNodes$childr;\n\n if (typeof abstractNodes === 'string') {\n return htmlEscape(abstractNodes);\n } else {\n return \"<\".concat(tag, \" \").concat(joinAttributes(attributes), \">\").concat(children.map(toHtml).join(''), \"\");\n }\n}\n\nvar noop$2 = function noop() {};\n\nfunction isWatched(node) {\n var i2svg = node.getAttribute ? node.getAttribute(DATA_FA_I2SVG) : null;\n return typeof i2svg === 'string';\n}\n\nfunction getMutator() {\n if (config.autoReplaceSvg === true) {\n return mutators.replace;\n }\n\n var mutator = mutators[config.autoReplaceSvg];\n return mutator || mutators.replace;\n}\n\nvar mutators = {\n replace: function replace(mutation) {\n var node = mutation[0];\n var abstract = mutation[1];\n var newOuterHTML = abstract.map(function (a) {\n return toHtml(a);\n }).join('\\n');\n\n if (node.parentNode && node.outerHTML) {\n node.outerHTML = newOuterHTML + (config.keepOriginalSource && node.tagName.toLowerCase() !== 'svg' ? \"\") : '');\n } else if (node.parentNode) {\n var newNode = document.createElement('span');\n node.parentNode.replaceChild(newNode, node);\n newNode.outerHTML = newOuterHTML;\n }\n },\n nest: function nest(mutation) {\n var node = mutation[0];\n var abstract = mutation[1]; // If we already have a replaced node we do not want to continue nesting within it.\n // Short-circuit to the standard replacement\n\n if (~classArray(node).indexOf(config.replacementClass)) {\n return mutators.replace(mutation);\n }\n\n var forSvg = new RegExp(\"\".concat(config.familyPrefix, \"-.*\"));\n delete abstract[0].attributes.style;\n delete abstract[0].attributes.id;\n var splitClasses = abstract[0].attributes.class.split(' ').reduce(function (acc, cls) {\n if (cls === config.replacementClass || cls.match(forSvg)) {\n acc.toSvg.push(cls);\n } else {\n acc.toNode.push(cls);\n }\n\n return acc;\n }, {\n toNode: [],\n toSvg: []\n });\n abstract[0].attributes.class = splitClasses.toSvg.join(' ');\n var newInnerHTML = abstract.map(function (a) {\n return toHtml(a);\n }).join('\\n');\n node.setAttribute('class', splitClasses.toNode.join(' '));\n node.setAttribute(DATA_FA_I2SVG, '');\n node.innerHTML = newInnerHTML;\n }\n};\n\nfunction performOperationSync(op) {\n op();\n}\n\nfunction perform(mutations, callback) {\n var callbackFunction = typeof callback === 'function' ? callback : noop$2;\n\n if (mutations.length === 0) {\n callbackFunction();\n } else {\n var frame = performOperationSync;\n\n if (config.mutateApproach === MUTATION_APPROACH_ASYNC) {\n frame = WINDOW.requestAnimationFrame || performOperationSync;\n }\n\n frame(function () {\n var mutator = getMutator();\n var mark = perf.begin('mutate');\n mutations.map(mutator);\n mark();\n callbackFunction();\n });\n }\n}\nvar disabled = false;\nfunction disableObservation() {\n disabled = true;\n}\nfunction enableObservation() {\n disabled = false;\n}\nvar mo = null;\nfunction observe(options) {\n if (!MUTATION_OBSERVER) {\n return;\n }\n\n if (!config.observeMutations) {\n return;\n }\n\n var treeCallback = options.treeCallback,\n nodeCallback = options.nodeCallback,\n pseudoElementsCallback = options.pseudoElementsCallback,\n _options$observeMutat = options.observeMutationsRoot,\n observeMutationsRoot = _options$observeMutat === void 0 ? DOCUMENT : _options$observeMutat;\n mo = new MUTATION_OBSERVER(function (objects) {\n if (disabled) return;\n toArray(objects).forEach(function (mutationRecord) {\n if (mutationRecord.type === 'childList' && mutationRecord.addedNodes.length > 0 && !isWatched(mutationRecord.addedNodes[0])) {\n if (config.searchPseudoElements) {\n pseudoElementsCallback(mutationRecord.target);\n }\n\n treeCallback(mutationRecord.target);\n }\n\n if (mutationRecord.type === 'attributes' && mutationRecord.target.parentNode && config.searchPseudoElements) {\n pseudoElementsCallback(mutationRecord.target.parentNode);\n }\n\n if (mutationRecord.type === 'attributes' && isWatched(mutationRecord.target) && ~ATTRIBUTES_WATCHED_FOR_MUTATION.indexOf(mutationRecord.attributeName)) {\n if (mutationRecord.attributeName === 'class') {\n var _getCanonicalIcon = getCanonicalIcon(classArray(mutationRecord.target)),\n prefix = _getCanonicalIcon.prefix,\n iconName = _getCanonicalIcon.iconName;\n\n if (prefix) mutationRecord.target.setAttribute('data-prefix', prefix);\n if (iconName) mutationRecord.target.setAttribute('data-icon', iconName);\n } else {\n nodeCallback(mutationRecord.target);\n }\n }\n });\n });\n if (!IS_DOM) return;\n mo.observe(observeMutationsRoot, {\n childList: true,\n attributes: true,\n characterData: true,\n subtree: true\n });\n}\nfunction disconnect() {\n if (!mo) return;\n mo.disconnect();\n}\n\nfunction styleParser (node) {\n var style = node.getAttribute('style');\n var val = [];\n\n if (style) {\n val = style.split(';').reduce(function (acc, style) {\n var styles = style.split(':');\n var prop = styles[0];\n var value = styles.slice(1);\n\n if (prop && value.length > 0) {\n acc[prop] = value.join(':').trim();\n }\n\n return acc;\n }, {});\n }\n\n return val;\n}\n\nfunction classParser (node) {\n var existingPrefix = node.getAttribute('data-prefix');\n var existingIconName = node.getAttribute('data-icon');\n var innerText = node.innerText !== undefined ? node.innerText.trim() : '';\n var val = getCanonicalIcon(classArray(node));\n\n if (existingPrefix && existingIconName) {\n val.prefix = existingPrefix;\n val.iconName = existingIconName;\n }\n\n if (val.prefix && innerText.length > 1) {\n val.iconName = byLigature(val.prefix, node.innerText);\n } else if (val.prefix && innerText.length === 1) {\n val.iconName = byUnicode(val.prefix, toHex(node.innerText));\n }\n\n return val;\n}\n\nvar parseTransformString = function parseTransformString(transformString) {\n var transform = {\n size: 16,\n x: 0,\n y: 0,\n flipX: false,\n flipY: false,\n rotate: 0\n };\n\n if (!transformString) {\n return transform;\n } else {\n return transformString.toLowerCase().split(' ').reduce(function (acc, n) {\n var parts = n.toLowerCase().split('-');\n var first = parts[0];\n var rest = parts.slice(1).join('-');\n\n if (first && rest === 'h') {\n acc.flipX = true;\n return acc;\n }\n\n if (first && rest === 'v') {\n acc.flipY = true;\n return acc;\n }\n\n rest = parseFloat(rest);\n\n if (isNaN(rest)) {\n return acc;\n }\n\n switch (first) {\n case 'grow':\n acc.size = acc.size + rest;\n break;\n\n case 'shrink':\n acc.size = acc.size - rest;\n break;\n\n case 'left':\n acc.x = acc.x - rest;\n break;\n\n case 'right':\n acc.x = acc.x + rest;\n break;\n\n case 'up':\n acc.y = acc.y - rest;\n break;\n\n case 'down':\n acc.y = acc.y + rest;\n break;\n\n case 'rotate':\n acc.rotate = acc.rotate + rest;\n break;\n }\n\n return acc;\n }, transform);\n }\n};\nfunction transformParser (node) {\n return parseTransformString(node.getAttribute('data-fa-transform'));\n}\n\nfunction symbolParser (node) {\n var symbol = node.getAttribute('data-fa-symbol');\n return symbol === null ? false : symbol === '' ? true : symbol;\n}\n\nfunction attributesParser (node) {\n var extraAttributes = toArray(node.attributes).reduce(function (acc, attr) {\n if (acc.name !== 'class' && acc.name !== 'style') {\n acc[attr.name] = attr.value;\n }\n\n return acc;\n }, {});\n var title = node.getAttribute('title');\n\n if (config.autoA11y) {\n if (title) {\n extraAttributes['aria-labelledby'] = \"\".concat(config.replacementClass, \"-title-\").concat(nextUniqueId());\n } else {\n extraAttributes['aria-hidden'] = 'true';\n extraAttributes['focusable'] = 'false';\n }\n }\n\n return extraAttributes;\n}\n\nfunction maskParser (node) {\n var mask = node.getAttribute('data-fa-mask');\n\n if (!mask) {\n return emptyCanonicalIcon();\n } else {\n return getCanonicalIcon(mask.split(' ').map(function (i) {\n return i.trim();\n }));\n }\n}\n\nfunction blankMeta() {\n return {\n iconName: null,\n title: null,\n prefix: null,\n transform: meaninglessTransform,\n symbol: false,\n mask: null,\n extra: {\n classes: [],\n styles: {},\n attributes: {}\n }\n };\n}\nfunction parseMeta(node) {\n var _classParser = classParser(node),\n iconName = _classParser.iconName,\n prefix = _classParser.prefix,\n extraClasses = _classParser.rest;\n\n var extraStyles = styleParser(node);\n var transform = transformParser(node);\n var symbol = symbolParser(node);\n var extraAttributes = attributesParser(node);\n var mask = maskParser(node);\n return {\n iconName: iconName,\n title: node.getAttribute('title'),\n prefix: prefix,\n transform: transform,\n symbol: symbol,\n mask: mask,\n extra: {\n classes: extraClasses,\n styles: extraStyles,\n attributes: extraAttributes\n }\n };\n}\n\nfunction MissingIcon(error) {\n this.name = 'MissingIcon';\n this.message = error || 'Icon unavailable';\n this.stack = new Error().stack;\n}\nMissingIcon.prototype = Object.create(Error.prototype);\nMissingIcon.prototype.constructor = MissingIcon;\n\nvar FILL = {\n fill: 'currentColor'\n};\nvar ANIMATION_BASE = {\n attributeType: 'XML',\n repeatCount: 'indefinite',\n dur: '2s'\n};\nvar RING = {\n tag: 'path',\n attributes: _objectSpread({}, FILL, {\n d: 'M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z'\n })\n};\n\nvar OPACITY_ANIMATE = _objectSpread({}, ANIMATION_BASE, {\n attributeName: 'opacity'\n});\n\nvar DOT = {\n tag: 'circle',\n attributes: _objectSpread({}, FILL, {\n cx: '256',\n cy: '364',\n r: '28'\n }),\n children: [{\n tag: 'animate',\n attributes: _objectSpread({}, ANIMATION_BASE, {\n attributeName: 'r',\n values: '28;14;28;28;14;28;'\n })\n }, {\n tag: 'animate',\n attributes: _objectSpread({}, OPACITY_ANIMATE, {\n values: '1;0;1;1;0;1;'\n })\n }]\n};\nvar QUESTION = {\n tag: 'path',\n attributes: _objectSpread({}, FILL, {\n opacity: '1',\n d: 'M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z'\n }),\n children: [{\n tag: 'animate',\n attributes: _objectSpread({}, OPACITY_ANIMATE, {\n values: '1;0;0;0;0;1;'\n })\n }]\n};\nvar EXCLAMATION = {\n tag: 'path',\n attributes: _objectSpread({}, FILL, {\n opacity: '0',\n d: 'M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z'\n }),\n children: [{\n tag: 'animate',\n attributes: _objectSpread({}, OPACITY_ANIMATE, {\n values: '0;0;1;1;0;0;'\n })\n }]\n};\nvar missing = {\n tag: 'g',\n children: [RING, DOT, QUESTION, EXCLAMATION]\n};\n\nvar styles$2 = namespace.styles;\nfunction asFoundIcon(icon) {\n var width = icon[0];\n var height = icon[1];\n\n var _icon$slice = icon.slice(4),\n _icon$slice2 = _slicedToArray(_icon$slice, 1),\n vectorData = _icon$slice2[0];\n\n var element = null;\n\n if (Array.isArray(vectorData)) {\n element = {\n tag: 'g',\n attributes: {\n class: \"\".concat(config.familyPrefix, \"-\").concat(DUOTONE_CLASSES.GROUP)\n },\n children: [{\n tag: 'path',\n attributes: {\n class: \"\".concat(config.familyPrefix, \"-\").concat(DUOTONE_CLASSES.SECONDARY),\n fill: 'currentColor',\n d: vectorData[0]\n }\n }, {\n tag: 'path',\n attributes: {\n class: \"\".concat(config.familyPrefix, \"-\").concat(DUOTONE_CLASSES.PRIMARY),\n fill: 'currentColor',\n d: vectorData[1]\n }\n }]\n };\n } else {\n element = {\n tag: 'path',\n attributes: {\n fill: 'currentColor',\n d: vectorData\n }\n };\n }\n\n return {\n found: true,\n width: width,\n height: height,\n icon: element\n };\n}\nfunction findIcon(iconName, prefix) {\n return new picked(function (resolve, reject) {\n var val = {\n found: false,\n width: 512,\n height: 512,\n icon: missing\n };\n\n if (iconName && prefix && styles$2[prefix] && styles$2[prefix][iconName]) {\n var icon = styles$2[prefix][iconName];\n return resolve(asFoundIcon(icon));\n }\n\n var headers = {};\n\n if (_typeof(WINDOW.FontAwesomeKitConfig) === 'object' && typeof window.FontAwesomeKitConfig.token === 'string') {\n headers['fa-kit-token'] = WINDOW.FontAwesomeKitConfig.token;\n }\n\n if (iconName && prefix && !config.showMissingIcons) {\n reject(new MissingIcon(\"Icon is missing for prefix \".concat(prefix, \" with icon name \").concat(iconName)));\n } else {\n resolve(val);\n }\n });\n}\n\nvar styles$3 = namespace.styles;\n\nfunction generateSvgReplacementMutation(node, nodeMeta) {\n var iconName = nodeMeta.iconName,\n title = nodeMeta.title,\n prefix = nodeMeta.prefix,\n transform = nodeMeta.transform,\n symbol = nodeMeta.symbol,\n mask = nodeMeta.mask,\n extra = nodeMeta.extra;\n return new picked(function (resolve, reject) {\n picked.all([findIcon(iconName, prefix), findIcon(mask.iconName, mask.prefix)]).then(function (_ref) {\n var _ref2 = _slicedToArray(_ref, 2),\n main = _ref2[0],\n mask = _ref2[1];\n\n resolve([node, makeInlineSvgAbstract({\n icons: {\n main: main,\n mask: mask\n },\n prefix: prefix,\n iconName: iconName,\n transform: transform,\n symbol: symbol,\n mask: mask,\n title: title,\n extra: extra,\n watchable: true\n })]);\n });\n });\n}\n\nfunction generateLayersText(node, nodeMeta) {\n var title = nodeMeta.title,\n transform = nodeMeta.transform,\n extra = nodeMeta.extra;\n var width = null;\n var height = null;\n\n if (IS_IE) {\n var computedFontSize = parseInt(getComputedStyle(node).fontSize, 10);\n var boundingClientRect = node.getBoundingClientRect();\n width = boundingClientRect.width / computedFontSize;\n height = boundingClientRect.height / computedFontSize;\n }\n\n if (config.autoA11y && !title) {\n extra.attributes['aria-hidden'] = 'true';\n }\n\n return picked.resolve([node, makeLayersTextAbstract({\n content: node.innerHTML,\n width: width,\n height: height,\n transform: transform,\n title: title,\n extra: extra,\n watchable: true\n })]);\n}\n\nfunction generateMutation(node) {\n var nodeMeta = parseMeta(node);\n\n if (~nodeMeta.extra.classes.indexOf(LAYERS_TEXT_CLASSNAME)) {\n return generateLayersText(node, nodeMeta);\n } else {\n return generateSvgReplacementMutation(node, nodeMeta);\n }\n}\n\nfunction onTree(root) {\n var callback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;\n if (!IS_DOM) return;\n var htmlClassList = DOCUMENT.documentElement.classList;\n\n var hclAdd = function hclAdd(suffix) {\n return htmlClassList.add(\"\".concat(HTML_CLASS_I2SVG_BASE_CLASS, \"-\").concat(suffix));\n };\n\n var hclRemove = function hclRemove(suffix) {\n return htmlClassList.remove(\"\".concat(HTML_CLASS_I2SVG_BASE_CLASS, \"-\").concat(suffix));\n };\n\n var prefixes = config.autoFetchSvg ? Object.keys(PREFIX_TO_STYLE) : Object.keys(styles$3);\n var prefixesDomQuery = [\".\".concat(LAYERS_TEXT_CLASSNAME, \":not([\").concat(DATA_FA_I2SVG, \"])\")].concat(prefixes.map(function (p) {\n return \".\".concat(p, \":not([\").concat(DATA_FA_I2SVG, \"])\");\n })).join(', ');\n\n if (prefixesDomQuery.length === 0) {\n return;\n }\n\n var candidates = [];\n\n try {\n candidates = toArray(root.querySelectorAll(prefixesDomQuery));\n } catch (e) {// noop\n }\n\n if (candidates.length > 0) {\n hclAdd('pending');\n hclRemove('complete');\n } else {\n return;\n }\n\n var mark = perf.begin('onTree');\n var mutations = candidates.reduce(function (acc, node) {\n try {\n var mutation = generateMutation(node);\n\n if (mutation) {\n acc.push(mutation);\n }\n } catch (e) {\n if (!PRODUCTION) {\n if (e instanceof MissingIcon) {\n console.error(e);\n }\n }\n }\n\n return acc;\n }, []);\n return new picked(function (resolve, reject) {\n picked.all(mutations).then(function (resolvedMutations) {\n perform(resolvedMutations, function () {\n hclAdd('active');\n hclAdd('complete');\n hclRemove('pending');\n if (typeof callback === 'function') callback();\n mark();\n resolve();\n });\n }).catch(function () {\n mark();\n reject();\n });\n });\n}\nfunction onNode(node) {\n var callback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;\n generateMutation(node).then(function (mutation) {\n if (mutation) {\n perform([mutation], callback);\n }\n });\n}\n\nfunction replaceForPosition(node, position) {\n var pendingAttribute = \"\".concat(DATA_FA_PSEUDO_ELEMENT_PENDING).concat(position.replace(':', '-'));\n return new picked(function (resolve, reject) {\n if (node.getAttribute(pendingAttribute) !== null) {\n // This node is already being processed\n return resolve();\n }\n\n var children = toArray(node.children);\n var alreadyProcessedPseudoElement = children.filter(function (c) {\n return c.getAttribute(DATA_FA_PSEUDO_ELEMENT) === position;\n })[0];\n var styles = WINDOW.getComputedStyle(node, position);\n var fontFamily = styles.getPropertyValue('font-family').match(FONT_FAMILY_PATTERN);\n var fontWeight = styles.getPropertyValue('font-weight');\n\n if (alreadyProcessedPseudoElement && !fontFamily) {\n // If we've already processed it but the current computed style does not result in a font-family,\n // that probably means that a class name that was previously present to make the icon has been\n // removed. So we now should delete the icon.\n node.removeChild(alreadyProcessedPseudoElement);\n return resolve();\n } else if (fontFamily) {\n var content = styles.getPropertyValue('content');\n var prefix = ~['Solid', 'Regular', 'Light', 'Duotone', 'Brands'].indexOf(fontFamily[1]) ? STYLE_TO_PREFIX[fontFamily[1].toLowerCase()] : FONT_WEIGHT_TO_PREFIX[fontWeight];\n var hexValue = toHex(content.length === 3 ? content.substr(1, 1) : content);\n var iconName = byUnicode(prefix, hexValue);\n var iconIdentifier = iconName; // Only convert the pseudo element in this :before/:after position into an icon if we haven't\n // already done so with the same prefix and iconName\n\n if (iconName && (!alreadyProcessedPseudoElement || alreadyProcessedPseudoElement.getAttribute(DATA_PREFIX) !== prefix || alreadyProcessedPseudoElement.getAttribute(DATA_ICON) !== iconIdentifier)) {\n node.setAttribute(pendingAttribute, iconIdentifier);\n\n if (alreadyProcessedPseudoElement) {\n // Delete the old one, since we're replacing it with a new one\n node.removeChild(alreadyProcessedPseudoElement);\n }\n\n var meta = blankMeta();\n var extra = meta.extra;\n extra.attributes[DATA_FA_PSEUDO_ELEMENT] = position;\n findIcon(iconName, prefix).then(function (main) {\n var abstract = makeInlineSvgAbstract(_objectSpread({}, meta, {\n icons: {\n main: main,\n mask: emptyCanonicalIcon()\n },\n prefix: prefix,\n iconName: iconIdentifier,\n extra: extra,\n watchable: true\n }));\n var element = DOCUMENT.createElement('svg');\n\n if (position === ':before') {\n node.insertBefore(element, node.firstChild);\n } else {\n node.appendChild(element);\n }\n\n element.outerHTML = abstract.map(function (a) {\n return toHtml(a);\n }).join('\\n');\n node.removeAttribute(pendingAttribute);\n resolve();\n }).catch(reject);\n } else {\n resolve();\n }\n } else {\n resolve();\n }\n });\n}\n\nfunction replace(node) {\n return picked.all([replaceForPosition(node, ':before'), replaceForPosition(node, ':after')]);\n}\n\nfunction processable(node) {\n return node.parentNode !== document.head && !~TAGNAMES_TO_SKIP_FOR_PSEUDOELEMENTS.indexOf(node.tagName.toUpperCase()) && !node.getAttribute(DATA_FA_PSEUDO_ELEMENT) && (!node.parentNode || node.parentNode.tagName !== 'svg');\n}\n\nfunction searchPseudoElements (root) {\n if (!IS_DOM) return;\n return new picked(function (resolve, reject) {\n var operations = toArray(root.querySelectorAll('*')).filter(processable).map(replace);\n var end = perf.begin('searchPseudoElements');\n disableObservation();\n picked.all(operations).then(function () {\n end();\n enableObservation();\n resolve();\n }).catch(function () {\n end();\n enableObservation();\n reject();\n });\n });\n}\n\nvar baseStyles = \"svg:not(:root).svg-inline--fa {\\n overflow: visible;\\n}\\n\\n.svg-inline--fa {\\n display: inline-block;\\n font-size: inherit;\\n height: 1em;\\n overflow: visible;\\n vertical-align: -0.125em;\\n}\\n.svg-inline--fa.fa-lg {\\n vertical-align: -0.225em;\\n}\\n.svg-inline--fa.fa-w-1 {\\n width: 0.0625em;\\n}\\n.svg-inline--fa.fa-w-2 {\\n width: 0.125em;\\n}\\n.svg-inline--fa.fa-w-3 {\\n width: 0.1875em;\\n}\\n.svg-inline--fa.fa-w-4 {\\n width: 0.25em;\\n}\\n.svg-inline--fa.fa-w-5 {\\n width: 0.3125em;\\n}\\n.svg-inline--fa.fa-w-6 {\\n width: 0.375em;\\n}\\n.svg-inline--fa.fa-w-7 {\\n width: 0.4375em;\\n}\\n.svg-inline--fa.fa-w-8 {\\n width: 0.5em;\\n}\\n.svg-inline--fa.fa-w-9 {\\n width: 0.5625em;\\n}\\n.svg-inline--fa.fa-w-10 {\\n width: 0.625em;\\n}\\n.svg-inline--fa.fa-w-11 {\\n width: 0.6875em;\\n}\\n.svg-inline--fa.fa-w-12 {\\n width: 0.75em;\\n}\\n.svg-inline--fa.fa-w-13 {\\n width: 0.8125em;\\n}\\n.svg-inline--fa.fa-w-14 {\\n width: 0.875em;\\n}\\n.svg-inline--fa.fa-w-15 {\\n width: 0.9375em;\\n}\\n.svg-inline--fa.fa-w-16 {\\n width: 1em;\\n}\\n.svg-inline--fa.fa-w-17 {\\n width: 1.0625em;\\n}\\n.svg-inline--fa.fa-w-18 {\\n width: 1.125em;\\n}\\n.svg-inline--fa.fa-w-19 {\\n width: 1.1875em;\\n}\\n.svg-inline--fa.fa-w-20 {\\n width: 1.25em;\\n}\\n.svg-inline--fa.fa-pull-left {\\n margin-right: 0.3em;\\n width: auto;\\n}\\n.svg-inline--fa.fa-pull-right {\\n margin-left: 0.3em;\\n width: auto;\\n}\\n.svg-inline--fa.fa-border {\\n height: 1.5em;\\n}\\n.svg-inline--fa.fa-li {\\n width: 2em;\\n}\\n.svg-inline--fa.fa-fw {\\n width: 1.25em;\\n}\\n\\n.fa-layers svg.svg-inline--fa {\\n bottom: 0;\\n left: 0;\\n margin: auto;\\n position: absolute;\\n right: 0;\\n top: 0;\\n}\\n\\n.fa-layers {\\n display: inline-block;\\n height: 1em;\\n position: relative;\\n text-align: center;\\n vertical-align: -0.125em;\\n width: 1em;\\n}\\n.fa-layers svg.svg-inline--fa {\\n -webkit-transform-origin: center center;\\n transform-origin: center center;\\n}\\n\\n.fa-layers-counter, .fa-layers-text {\\n display: inline-block;\\n position: absolute;\\n text-align: center;\\n}\\n\\n.fa-layers-text {\\n left: 50%;\\n top: 50%;\\n -webkit-transform: translate(-50%, -50%);\\n transform: translate(-50%, -50%);\\n -webkit-transform-origin: center center;\\n transform-origin: center center;\\n}\\n\\n.fa-layers-counter {\\n background-color: #ff253a;\\n border-radius: 1em;\\n -webkit-box-sizing: border-box;\\n box-sizing: border-box;\\n color: #fff;\\n height: 1.5em;\\n line-height: 1;\\n max-width: 5em;\\n min-width: 1.5em;\\n overflow: hidden;\\n padding: 0.25em;\\n right: 0;\\n text-overflow: ellipsis;\\n top: 0;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: top right;\\n transform-origin: top right;\\n}\\n\\n.fa-layers-bottom-right {\\n bottom: 0;\\n right: 0;\\n top: auto;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: bottom right;\\n transform-origin: bottom right;\\n}\\n\\n.fa-layers-bottom-left {\\n bottom: 0;\\n left: 0;\\n right: auto;\\n top: auto;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: bottom left;\\n transform-origin: bottom left;\\n}\\n\\n.fa-layers-top-right {\\n right: 0;\\n top: 0;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: top right;\\n transform-origin: top right;\\n}\\n\\n.fa-layers-top-left {\\n left: 0;\\n right: auto;\\n top: 0;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: top left;\\n transform-origin: top left;\\n}\\n\\n.fa-lg {\\n font-size: 1.3333333333em;\\n line-height: 0.75em;\\n vertical-align: -0.0667em;\\n}\\n\\n.fa-xs {\\n font-size: 0.75em;\\n}\\n\\n.fa-sm {\\n font-size: 0.875em;\\n}\\n\\n.fa-1x {\\n font-size: 1em;\\n}\\n\\n.fa-2x {\\n font-size: 2em;\\n}\\n\\n.fa-3x {\\n font-size: 3em;\\n}\\n\\n.fa-4x {\\n font-size: 4em;\\n}\\n\\n.fa-5x {\\n font-size: 5em;\\n}\\n\\n.fa-6x {\\n font-size: 6em;\\n}\\n\\n.fa-7x {\\n font-size: 7em;\\n}\\n\\n.fa-8x {\\n font-size: 8em;\\n}\\n\\n.fa-9x {\\n font-size: 9em;\\n}\\n\\n.fa-10x {\\n font-size: 10em;\\n}\\n\\n.fa-fw {\\n text-align: center;\\n width: 1.25em;\\n}\\n\\n.fa-ul {\\n list-style-type: none;\\n margin-left: 2.5em;\\n padding-left: 0;\\n}\\n.fa-ul > li {\\n position: relative;\\n}\\n\\n.fa-li {\\n left: -2em;\\n position: absolute;\\n text-align: center;\\n width: 2em;\\n line-height: inherit;\\n}\\n\\n.fa-border {\\n border: solid 0.08em #eee;\\n border-radius: 0.1em;\\n padding: 0.2em 0.25em 0.15em;\\n}\\n\\n.fa-pull-left {\\n float: left;\\n}\\n\\n.fa-pull-right {\\n float: right;\\n}\\n\\n.fa.fa-pull-left,\\n.fas.fa-pull-left,\\n.far.fa-pull-left,\\n.fal.fa-pull-left,\\n.fab.fa-pull-left {\\n margin-right: 0.3em;\\n}\\n.fa.fa-pull-right,\\n.fas.fa-pull-right,\\n.far.fa-pull-right,\\n.fal.fa-pull-right,\\n.fab.fa-pull-right {\\n margin-left: 0.3em;\\n}\\n\\n.fa-spin {\\n -webkit-animation: fa-spin 2s infinite linear;\\n animation: fa-spin 2s infinite linear;\\n}\\n\\n.fa-pulse {\\n -webkit-animation: fa-spin 1s infinite steps(8);\\n animation: fa-spin 1s infinite steps(8);\\n}\\n\\n@-webkit-keyframes fa-spin {\\n 0% {\\n -webkit-transform: rotate(0deg);\\n transform: rotate(0deg);\\n }\\n 100% {\\n -webkit-transform: rotate(360deg);\\n transform: rotate(360deg);\\n }\\n}\\n\\n@keyframes fa-spin {\\n 0% {\\n -webkit-transform: rotate(0deg);\\n transform: rotate(0deg);\\n }\\n 100% {\\n -webkit-transform: rotate(360deg);\\n transform: rotate(360deg);\\n }\\n}\\n.fa-rotate-90 {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)\\\";\\n -webkit-transform: rotate(90deg);\\n transform: rotate(90deg);\\n}\\n\\n.fa-rotate-180 {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)\\\";\\n -webkit-transform: rotate(180deg);\\n transform: rotate(180deg);\\n}\\n\\n.fa-rotate-270 {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)\\\";\\n -webkit-transform: rotate(270deg);\\n transform: rotate(270deg);\\n}\\n\\n.fa-flip-horizontal {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)\\\";\\n -webkit-transform: scale(-1, 1);\\n transform: scale(-1, 1);\\n}\\n\\n.fa-flip-vertical {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\\\";\\n -webkit-transform: scale(1, -1);\\n transform: scale(1, -1);\\n}\\n\\n.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\\\";\\n -webkit-transform: scale(-1, -1);\\n transform: scale(-1, -1);\\n}\\n\\n:root .fa-rotate-90,\\n:root .fa-rotate-180,\\n:root .fa-rotate-270,\\n:root .fa-flip-horizontal,\\n:root .fa-flip-vertical,\\n:root .fa-flip-both {\\n -webkit-filter: none;\\n filter: none;\\n}\\n\\n.fa-stack {\\n display: inline-block;\\n height: 2em;\\n position: relative;\\n width: 2.5em;\\n}\\n\\n.fa-stack-1x,\\n.fa-stack-2x {\\n bottom: 0;\\n left: 0;\\n margin: auto;\\n position: absolute;\\n right: 0;\\n top: 0;\\n}\\n\\n.svg-inline--fa.fa-stack-1x {\\n height: 1em;\\n width: 1.25em;\\n}\\n.svg-inline--fa.fa-stack-2x {\\n height: 2em;\\n width: 2.5em;\\n}\\n\\n.fa-inverse {\\n color: #fff;\\n}\\n\\n.sr-only {\\n border: 0;\\n clip: rect(0, 0, 0, 0);\\n height: 1px;\\n margin: -1px;\\n overflow: hidden;\\n padding: 0;\\n position: absolute;\\n width: 1px;\\n}\\n\\n.sr-only-focusable:active, .sr-only-focusable:focus {\\n clip: auto;\\n height: auto;\\n margin: 0;\\n overflow: visible;\\n position: static;\\n width: auto;\\n}\\n\\n.svg-inline--fa .fa-primary {\\n fill: var(--fa-primary-color, currentColor);\\n opacity: 1;\\n opacity: var(--fa-primary-opacity, 1);\\n}\\n\\n.svg-inline--fa .fa-secondary {\\n fill: var(--fa-secondary-color, currentColor);\\n opacity: 0.4;\\n opacity: var(--fa-secondary-opacity, 0.4);\\n}\\n\\n.svg-inline--fa.fa-swap-opacity .fa-primary {\\n opacity: 0.4;\\n opacity: var(--fa-secondary-opacity, 0.4);\\n}\\n\\n.svg-inline--fa.fa-swap-opacity .fa-secondary {\\n opacity: 1;\\n opacity: var(--fa-primary-opacity, 1);\\n}\\n\\n.svg-inline--fa mask .fa-primary,\\n.svg-inline--fa mask .fa-secondary {\\n fill: black;\\n}\\n\\n.fad.fa-inverse {\\n color: #fff;\\n}\";\n\nfunction css () {\n var dfp = DEFAULT_FAMILY_PREFIX;\n var drc = DEFAULT_REPLACEMENT_CLASS;\n var fp = config.familyPrefix;\n var rc = config.replacementClass;\n var s = baseStyles;\n\n if (fp !== dfp || rc !== drc) {\n var dPatt = new RegExp(\"\\\\.\".concat(dfp, \"\\\\-\"), 'g');\n var customPropPatt = new RegExp(\"\\\\--\".concat(dfp, \"\\\\-\"), 'g');\n var rPatt = new RegExp(\"\\\\.\".concat(drc), 'g');\n s = s.replace(dPatt, \".\".concat(fp, \"-\")).replace(customPropPatt, \"--\".concat(fp, \"-\")).replace(rPatt, \".\".concat(rc));\n }\n\n return s;\n}\n\nvar Library =\n/*#__PURE__*/\nfunction () {\n function Library() {\n _classCallCheck(this, Library);\n\n this.definitions = {};\n }\n\n _createClass(Library, [{\n key: \"add\",\n value: function add() {\n var _this = this;\n\n for (var _len = arguments.length, definitions = new Array(_len), _key = 0; _key < _len; _key++) {\n definitions[_key] = arguments[_key];\n }\n\n var additions = definitions.reduce(this._pullDefinitions, {});\n Object.keys(additions).forEach(function (key) {\n _this.definitions[key] = _objectSpread({}, _this.definitions[key] || {}, additions[key]);\n defineIcons(key, additions[key]);\n build();\n });\n }\n }, {\n key: \"reset\",\n value: function reset() {\n this.definitions = {};\n }\n }, {\n key: \"_pullDefinitions\",\n value: function _pullDefinitions(additions, definition) {\n var normalized = definition.prefix && definition.iconName && definition.icon ? {\n 0: definition\n } : definition;\n Object.keys(normalized).map(function (key) {\n var _normalized$key = normalized[key],\n prefix = _normalized$key.prefix,\n iconName = _normalized$key.iconName,\n icon = _normalized$key.icon;\n if (!additions[prefix]) additions[prefix] = {};\n additions[prefix][iconName] = icon;\n });\n return additions;\n }\n }]);\n\n return Library;\n}();\n\nfunction ensureCss() {\n if (config.autoAddCss && !_cssInserted) {\n insertCss(css());\n\n _cssInserted = true;\n }\n}\n\nfunction apiObject(val, abstractCreator) {\n Object.defineProperty(val, 'abstract', {\n get: abstractCreator\n });\n Object.defineProperty(val, 'html', {\n get: function get() {\n return val.abstract.map(function (a) {\n return toHtml(a);\n });\n }\n });\n Object.defineProperty(val, 'node', {\n get: function get() {\n if (!IS_DOM) return;\n var container = DOCUMENT.createElement('div');\n container.innerHTML = val.html;\n return container.children;\n }\n });\n return val;\n}\n\nfunction findIconDefinition(iconLookup) {\n var _iconLookup$prefix = iconLookup.prefix,\n prefix = _iconLookup$prefix === void 0 ? 'fa' : _iconLookup$prefix,\n iconName = iconLookup.iconName;\n if (!iconName) return;\n return iconFromMapping(library.definitions, prefix, iconName) || iconFromMapping(namespace.styles, prefix, iconName);\n}\n\nfunction resolveIcons(next) {\n return function (maybeIconDefinition) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var iconDefinition = (maybeIconDefinition || {}).icon ? maybeIconDefinition : findIconDefinition(maybeIconDefinition || {});\n var mask = params.mask;\n\n if (mask) {\n mask = (mask || {}).icon ? mask : findIconDefinition(mask || {});\n }\n\n return next(iconDefinition, _objectSpread({}, params, {\n mask: mask\n }));\n };\n}\n\nvar library = new Library();\nvar noAuto = function noAuto() {\n config.autoReplaceSvg = false;\n config.observeMutations = false;\n disconnect();\n};\nvar _cssInserted = false;\nvar dom = {\n i2svg: function i2svg() {\n var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n\n if (IS_DOM) {\n ensureCss();\n var _params$node = params.node,\n node = _params$node === void 0 ? DOCUMENT : _params$node,\n _params$callback = params.callback,\n callback = _params$callback === void 0 ? function () {} : _params$callback;\n\n if (config.searchPseudoElements) {\n searchPseudoElements(node);\n }\n\n return onTree(node, callback);\n } else {\n return picked.reject('Operation requires a DOM of some kind.');\n }\n },\n css: css,\n insertCss: function insertCss$$1() {\n if (!_cssInserted) {\n insertCss(css());\n\n _cssInserted = true;\n }\n },\n watch: function watch() {\n var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var autoReplaceSvgRoot = params.autoReplaceSvgRoot,\n observeMutationsRoot = params.observeMutationsRoot;\n\n if (config.autoReplaceSvg === false) {\n config.autoReplaceSvg = true;\n }\n\n config.observeMutations = true;\n domready(function () {\n autoReplace({\n autoReplaceSvgRoot: autoReplaceSvgRoot\n });\n observe({\n treeCallback: onTree,\n nodeCallback: onNode,\n pseudoElementsCallback: searchPseudoElements,\n observeMutationsRoot: observeMutationsRoot\n });\n });\n }\n};\nvar parse = {\n transform: function transform(transformString) {\n return parseTransformString(transformString);\n }\n};\nvar icon = resolveIcons(function (iconDefinition) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$transform = params.transform,\n transform = _params$transform === void 0 ? meaninglessTransform : _params$transform,\n _params$symbol = params.symbol,\n symbol = _params$symbol === void 0 ? false : _params$symbol,\n _params$mask = params.mask,\n mask = _params$mask === void 0 ? null : _params$mask,\n _params$title = params.title,\n title = _params$title === void 0 ? null : _params$title,\n _params$classes = params.classes,\n classes = _params$classes === void 0 ? [] : _params$classes,\n _params$attributes = params.attributes,\n attributes = _params$attributes === void 0 ? {} : _params$attributes,\n _params$styles = params.styles,\n styles = _params$styles === void 0 ? {} : _params$styles;\n if (!iconDefinition) return;\n var prefix = iconDefinition.prefix,\n iconName = iconDefinition.iconName,\n icon = iconDefinition.icon;\n return apiObject(_objectSpread({\n type: 'icon'\n }, iconDefinition), function () {\n ensureCss();\n\n if (config.autoA11y) {\n if (title) {\n attributes['aria-labelledby'] = \"\".concat(config.replacementClass, \"-title-\").concat(nextUniqueId());\n } else {\n attributes['aria-hidden'] = 'true';\n attributes['focusable'] = 'false';\n }\n }\n\n return makeInlineSvgAbstract({\n icons: {\n main: asFoundIcon(icon),\n mask: mask ? asFoundIcon(mask.icon) : {\n found: false,\n width: null,\n height: null,\n icon: {}\n }\n },\n prefix: prefix,\n iconName: iconName,\n transform: _objectSpread({}, meaninglessTransform, transform),\n symbol: symbol,\n title: title,\n extra: {\n attributes: attributes,\n styles: styles,\n classes: classes\n }\n });\n });\n});\nvar text = function text(content) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$transform2 = params.transform,\n transform = _params$transform2 === void 0 ? meaninglessTransform : _params$transform2,\n _params$title2 = params.title,\n title = _params$title2 === void 0 ? null : _params$title2,\n _params$classes2 = params.classes,\n classes = _params$classes2 === void 0 ? [] : _params$classes2,\n _params$attributes2 = params.attributes,\n attributes = _params$attributes2 === void 0 ? {} : _params$attributes2,\n _params$styles2 = params.styles,\n styles = _params$styles2 === void 0 ? {} : _params$styles2;\n return apiObject({\n type: 'text',\n content: content\n }, function () {\n ensureCss();\n return makeLayersTextAbstract({\n content: content,\n transform: _objectSpread({}, meaninglessTransform, transform),\n title: title,\n extra: {\n attributes: attributes,\n styles: styles,\n classes: [\"\".concat(config.familyPrefix, \"-layers-text\")].concat(_toConsumableArray(classes))\n }\n });\n });\n};\nvar counter = function counter(content) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$title3 = params.title,\n title = _params$title3 === void 0 ? null : _params$title3,\n _params$classes3 = params.classes,\n classes = _params$classes3 === void 0 ? [] : _params$classes3,\n _params$attributes3 = params.attributes,\n attributes = _params$attributes3 === void 0 ? {} : _params$attributes3,\n _params$styles3 = params.styles,\n styles = _params$styles3 === void 0 ? {} : _params$styles3;\n return apiObject({\n type: 'counter',\n content: content\n }, function () {\n ensureCss();\n return makeLayersCounterAbstract({\n content: content.toString(),\n title: title,\n extra: {\n attributes: attributes,\n styles: styles,\n classes: [\"\".concat(config.familyPrefix, \"-layers-counter\")].concat(_toConsumableArray(classes))\n }\n });\n });\n};\nvar layer = function layer(assembler) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$classes4 = params.classes,\n classes = _params$classes4 === void 0 ? [] : _params$classes4;\n return apiObject({\n type: 'layer'\n }, function () {\n ensureCss();\n var children = [];\n assembler(function (args) {\n Array.isArray(args) ? args.map(function (a) {\n children = children.concat(a.abstract);\n }) : children = children.concat(args.abstract);\n });\n return [{\n tag: 'span',\n attributes: {\n class: [\"\".concat(config.familyPrefix, \"-layers\")].concat(_toConsumableArray(classes)).join(' ')\n },\n children: children\n }];\n });\n};\nvar api = {\n noAuto: noAuto,\n config: config,\n dom: dom,\n library: library,\n parse: parse,\n findIconDefinition: findIconDefinition,\n icon: icon,\n text: text,\n counter: counter,\n layer: layer,\n toHtml: toHtml\n};\n\nvar autoReplace = function autoReplace() {\n var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var _params$autoReplaceSv = params.autoReplaceSvgRoot,\n autoReplaceSvgRoot = _params$autoReplaceSv === void 0 ? DOCUMENT : _params$autoReplaceSv;\n if ((Object.keys(namespace.styles).length > 0 || config.autoFetchSvg) && IS_DOM && config.autoReplaceSvg) api.dom.i2svg({\n node: autoReplaceSvgRoot\n });\n};\n\nexport { icon, noAuto, config, toHtml, layer, text, counter, library, dom, parse, findIconDefinition };\n","var prefix = \"far\";\nvar faAddressBook = {\n prefix: 'far',\n iconName: 'address-book',\n icon: [448, 512, [], \"f2b9\", \"M436 160c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48v-48h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20zm-68 304H48V48h320v416zM208 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2z\"]\n};\nvar faAddressCard = {\n prefix: 'far',\n iconName: 'address-card',\n icon: [576, 512, [], \"f2bb\", \"M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 400H48V80h480v352zM208 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2zM360 320h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8z\"]\n};\nvar faAngry = {\n prefix: 'far',\n iconName: 'angry',\n icon: [496, 512, [], \"f556\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm0-144c-33.6 0-65.2 14.8-86.8 40.6-8.5 10.2-7.1 25.3 3.1 33.8s25.3 7.2 33.8-3c24.8-29.7 75-29.7 99.8 0 8.1 9.7 23.2 11.9 33.8 3 10.2-8.5 11.5-23.6 3.1-33.8-21.6-25.8-53.2-40.6-86.8-40.6zm-48-72c10.3 0 19.9-6.7 23-17.1 3.8-12.7-3.4-26.1-16.1-29.9l-80-24c-12.8-3.9-26.1 3.4-29.9 16.1-3.8 12.7 3.4 26.1 16.1 29.9l28.2 8.5c-3.1 4.9-5.3 10.4-5.3 16.6 0 17.7 14.3 32 32 32s32-14.4 32-32.1zm199-54.9c-3.8-12.7-17.1-19.9-29.9-16.1l-80 24c-12.7 3.8-19.9 17.2-16.1 29.9 3.1 10.4 12.7 17.1 23 17.1 0 17.7 14.3 32 32 32s32-14.3 32-32c0-6.2-2.2-11.7-5.3-16.6l28.2-8.5c12.7-3.7 19.9-17.1 16.1-29.8z\"]\n};\nvar faArrowAltCircleDown = {\n prefix: 'far',\n iconName: 'arrow-alt-circle-down',\n icon: [512, 512, [], \"f358\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm-32-316v116h-67c-10.7 0-16 12.9-8.5 20.5l99 99c4.7 4.7 12.3 4.7 17 0l99-99c7.6-7.6 2.2-20.5-8.5-20.5h-67V140c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12z\"]\n};\nvar faArrowAltCircleLeft = {\n prefix: 'far',\n iconName: 'arrow-alt-circle-left',\n icon: [512, 512, [], \"f359\", \"M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z\"]\n};\nvar faArrowAltCircleRight = {\n prefix: 'far',\n iconName: 'arrow-alt-circle-right',\n icon: [512, 512, [], \"f35a\", \"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"]\n};\nvar faArrowAltCircleUp = {\n prefix: 'far',\n iconName: 'arrow-alt-circle-up',\n icon: [512, 512, [], \"f35b\", \"M256 504c137 0 248-111 248-248S393 8 256 8 8 119 8 256s111 248 248 248zm0-448c110.5 0 200 89.5 200 200s-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56zm20 328h-40c-6.6 0-12-5.4-12-12V256h-67c-10.7 0-16-12.9-8.5-20.5l99-99c4.7-4.7 12.3-4.7 17 0l99 99c7.6 7.6 2.2 20.5-8.5 20.5h-67v116c0 6.6-5.4 12-12 12z\"]\n};\nvar faBell = {\n prefix: 'far',\n iconName: 'bell',\n icon: [448, 512, [], \"f0f3\", \"M439.39 362.29c-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84C118.56 68.1 64.08 130.3 64.08 208c0 102.3-36.15 133.53-55.47 154.29-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h383.8c19.12 0 32-15.6 32.1-32 .05-7.55-2.61-15.27-8.61-21.71zM67.53 368c21.22-27.97 44.42-74.33 44.53-159.42 0-.2-.06-.38-.06-.58 0-61.86 50.14-112 112-112s112 50.14 112 112c0 .2-.06.38-.06.58.11 85.1 23.31 131.46 44.53 159.42H67.53zM224 512c35.32 0 63.97-28.65 63.97-64H160.03c0 35.35 28.65 64 63.97 64z\"]\n};\nvar faBellSlash = {\n prefix: 'far',\n iconName: 'bell-slash',\n icon: [640, 512, [], \"f1f6\", \"M633.99 471.02L36 3.51C29.1-2.01 19.03-.9 13.51 6l-10 12.49C-2.02 25.39-.9 35.46 6 40.98l598 467.51c6.9 5.52 16.96 4.4 22.49-2.49l10-12.49c5.52-6.9 4.41-16.97-2.5-22.49zM163.53 368c16.71-22.03 34.48-55.8 41.4-110.58l-45.47-35.55c-3.27 90.73-36.47 120.68-54.84 140.42-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h279.66l-61.4-48H163.53zM320 96c61.86 0 112 50.14 112 112 0 .2-.06.38-.06.58.02 16.84 1.16 31.77 2.79 45.73l59.53 46.54c-8.31-22.13-14.34-51.49-14.34-92.85 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84c-26.02 5.41-49.45 16.94-69.13 32.72l38.17 29.84C275 103.18 296.65 96 320 96zm0 416c35.32 0 63.97-28.65 63.97-64H256.03c0 35.35 28.65 64 63.97 64z\"]\n};\nvar faBookmark = {\n prefix: 'far',\n iconName: 'bookmark',\n icon: [384, 512, [], \"f02e\", \"M336 0H48C21.49 0 0 21.49 0 48v464l192-112 192 112V48c0-26.51-21.49-48-48-48zm0 428.43l-144-84-144 84V54a6 6 0 0 1 6-6h276c3.314 0 6 2.683 6 5.996V428.43z\"]\n};\nvar faBuilding = {\n prefix: 'far',\n iconName: 'building',\n icon: [448, 512, [], \"f1ad\", \"M128 148v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12zm140 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-128 96h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm128 0h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-76 84v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm76 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm180 124v36H0v-36c0-6.6 5.4-12 12-12h19.5V24c0-13.3 10.7-24 24-24h337c13.3 0 24 10.7 24 24v440H436c6.6 0 12 5.4 12 12zM79.5 463H192v-67c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v67h112.5V49L80 48l-.5 415z\"]\n};\nvar faCalendar = {\n prefix: 'far',\n iconName: 'calendar',\n icon: [448, 512, [], \"f133\", \"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"]\n};\nvar faCalendarAlt = {\n prefix: 'far',\n iconName: 'calendar-alt',\n icon: [448, 512, [], \"f073\", \"M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faCalendarCheck = {\n prefix: 'far',\n iconName: 'calendar-check',\n icon: [448, 512, [], \"f274\", \"M400 64h-48V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v52H160V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v52H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V160h352v298a6 6 0 0 1-6 6zm-52.849-200.65L198.842 404.519c-4.705 4.667-12.303 4.637-16.971-.068l-75.091-75.699c-4.667-4.705-4.637-12.303.068-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l44.104 44.461 111.072-110.181c4.705-4.667 12.303-4.637 16.971.068l22.536 22.718c4.667 4.705 4.636 12.303-.069 16.97z\"]\n};\nvar faCalendarMinus = {\n prefix: 'far',\n iconName: 'calendar-minus',\n icon: [448, 512, [], \"f272\", \"M124 328c-6.6 0-12-5.4-12-12v-24c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v24c0 6.6-5.4 12-12 12H124zm324-216v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faCalendarPlus = {\n prefix: 'far',\n iconName: 'calendar-plus',\n icon: [448, 512, [], \"f271\", \"M336 292v24c0 6.6-5.4 12-12 12h-76v76c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12v-76h-76c-6.6 0-12-5.4-12-12v-24c0-6.6 5.4-12 12-12h76v-76c0-6.6 5.4-12 12-12h24c6.6 0 12 5.4 12 12v76h76c6.6 0 12 5.4 12 12zm112-180v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faCalendarTimes = {\n prefix: 'far',\n iconName: 'calendar-times',\n icon: [448, 512, [], \"f273\", \"M311.7 374.7l-17 17c-4.7 4.7-12.3 4.7-17 0L224 337.9l-53.7 53.7c-4.7 4.7-12.3 4.7-17 0l-17-17c-4.7-4.7-4.7-12.3 0-17l53.7-53.7-53.7-53.7c-4.7-4.7-4.7-12.3 0-17l17-17c4.7-4.7 12.3-4.7 17 0l53.7 53.7 53.7-53.7c4.7-4.7 12.3-4.7 17 0l17 17c4.7 4.7 4.7 12.3 0 17L257.9 304l53.7 53.7c4.8 4.7 4.8 12.3.1 17zM448 112v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faCaretSquareDown = {\n prefix: 'far',\n iconName: 'caret-square-down',\n icon: [448, 512, [], \"f150\", \"M125.1 208h197.8c10.7 0 16.1 13 8.5 20.5l-98.9 98.3c-4.7 4.7-12.2 4.7-16.9 0l-98.9-98.3c-7.7-7.5-2.3-20.5 8.4-20.5zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faCaretSquareLeft = {\n prefix: 'far',\n iconName: 'caret-square-left',\n icon: [448, 512, [], \"f191\", \"M272 157.1v197.8c0 10.7-13 16.1-20.5 8.5l-98.3-98.9c-4.7-4.7-4.7-12.2 0-16.9l98.3-98.9c7.5-7.7 20.5-2.3 20.5 8.4zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faCaretSquareRight = {\n prefix: 'far',\n iconName: 'caret-square-right',\n icon: [448, 512, [], \"f152\", \"M176 354.9V157.1c0-10.7 13-16.1 20.5-8.5l98.3 98.9c4.7 4.7 4.7 12.2 0 16.9l-98.3 98.9c-7.5 7.7-20.5 2.3-20.5-8.4zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faCaretSquareUp = {\n prefix: 'far',\n iconName: 'caret-square-up',\n icon: [448, 512, [], \"f151\", \"M322.9 304H125.1c-10.7 0-16.1-13-8.5-20.5l98.9-98.3c4.7-4.7 12.2-4.7 16.9 0l98.9 98.3c7.7 7.5 2.3 20.5-8.4 20.5zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faChartBar = {\n prefix: 'far',\n iconName: 'chart-bar',\n icon: [512, 512, [], \"f080\", \"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\"]\n};\nvar faCheckCircle = {\n prefix: 'far',\n iconName: 'check-circle',\n icon: [512, 512, [], \"f058\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"]\n};\nvar faCheckSquare = {\n prefix: 'far',\n iconName: 'check-square',\n icon: [448, 512, [], \"f14a\", \"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"]\n};\nvar faCircle = {\n prefix: 'far',\n iconName: 'circle',\n icon: [512, 512, [], \"f111\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z\"]\n};\nvar faClipboard = {\n prefix: 'far',\n iconName: 'clipboard',\n icon: [384, 512, [], \"f328\", \"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm144 418c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V118c0-3.3 2.7-6 6-6h42v36c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-36h42c3.3 0 6 2.7 6 6z\"]\n};\nvar faClock = {\n prefix: 'far',\n iconName: 'clock',\n icon: [512, 512, [], \"f017\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"]\n};\nvar faClone = {\n prefix: 'far',\n iconName: 'clone',\n icon: [512, 512, [], \"f24d\", \"M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z\"]\n};\nvar faClosedCaptioning = {\n prefix: 'far',\n iconName: 'closed-captioning',\n icon: [512, 512, [], \"f20a\", \"M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 336H54c-3.3 0-6-2.7-6-6V118c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v276c0 3.3-2.7 6-6 6zm-211.1-85.7c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.8-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7l-17.5 30.5c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6 2.8-2.5 7.1-2.1 9.2.9l19.6 27.7zm190.4 0c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.9-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7L420 220.2c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6 2.8-2.5 7.1-2.1 9.2.9l19.6 27.7z\"]\n};\nvar faComment = {\n prefix: 'far',\n iconName: 'comment',\n icon: [512, 512, [], \"f075\", \"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"]\n};\nvar faCommentAlt = {\n prefix: 'far',\n iconName: 'comment-alt',\n icon: [512, 512, [], \"f27a\", \"M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm16 352c0 8.8-7.2 16-16 16H288l-12.8 9.6L208 428v-60H64c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16h384c8.8 0 16 7.2 16 16v288z\"]\n};\nvar faCommentDots = {\n prefix: 'far',\n iconName: 'comment-dots',\n icon: [512, 512, [], \"f4ad\", \"M144 208c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm112 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm112 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zM256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"]\n};\nvar faComments = {\n prefix: 'far',\n iconName: 'comments',\n icon: [576, 512, [], \"f086\", \"M532 386.2c27.5-27.1 44-61.1 44-98.2 0-80-76.5-146.1-176.2-157.9C368.3 72.5 294.3 32 208 32 93.1 32 0 103.6 0 192c0 37 16.5 71 44 98.2-15.3 30.7-37.3 54.5-37.7 54.9-6.3 6.7-8.1 16.5-4.4 25 3.6 8.5 12 14 21.2 14 53.5 0 96.7-20.2 125.2-38.8 9.2 2.1 18.7 3.7 28.4 4.9C208.1 407.6 281.8 448 368 448c20.8 0 40.8-2.4 59.8-6.8C456.3 459.7 499.4 480 553 480c9.2 0 17.5-5.5 21.2-14 3.6-8.5 1.9-18.3-4.4-25-.4-.3-22.5-24.1-37.8-54.8zm-392.8-92.3L122.1 305c-14.1 9.1-28.5 16.3-43.1 21.4 2.7-4.7 5.4-9.7 8-14.8l15.5-31.1L77.7 256C64.2 242.6 48 220.7 48 192c0-60.7 73.3-112 160-112s160 51.3 160 112-73.3 112-160 112c-16.5 0-33-1.9-49-5.6l-19.8-4.5zM498.3 352l-24.7 24.4 15.5 31.1c2.6 5.1 5.3 10.1 8 14.8-14.6-5.1-29-12.3-43.1-21.4l-17.1-11.1-19.9 4.6c-16 3.7-32.5 5.6-49 5.6-54 0-102.2-20.1-131.3-49.7C338 339.5 416 272.9 416 192c0-3.4-.4-6.7-.7-10C479.7 196.5 528 238.8 528 288c0 28.7-16.2 50.6-29.7 64z\"]\n};\nvar faCompass = {\n prefix: 'far',\n iconName: 'compass',\n icon: [496, 512, [], \"f14e\", \"M347.94 129.86L203.6 195.83a31.938 31.938 0 0 0-15.77 15.77l-65.97 144.34c-7.61 16.65 9.54 33.81 26.2 26.2l144.34-65.97a31.938 31.938 0 0 0 15.77-15.77l65.97-144.34c7.61-16.66-9.54-33.81-26.2-26.2zm-77.36 148.72c-12.47 12.47-32.69 12.47-45.16 0-12.47-12.47-12.47-32.69 0-45.16 12.47-12.47 32.69-12.47 45.16 0 12.47 12.47 12.47 32.69 0 45.16zM248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 448c-110.28 0-200-89.72-200-200S137.72 56 248 56s200 89.72 200 200-89.72 200-200 200z\"]\n};\nvar faCopy = {\n prefix: 'far',\n iconName: 'copy',\n icon: [448, 512, [], \"f0c5\", \"M433.941 65.941l-51.882-51.882A48 48 0 0 0 348.118 0H176c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h224c26.51 0 48-21.49 48-48v-48h80c26.51 0 48-21.49 48-48V99.882a48 48 0 0 0-14.059-33.941zM266 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h74v224c0 26.51 21.49 48 48 48h96v42a6 6 0 0 1-6 6zm128-96H182a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h106v88c0 13.255 10.745 24 24 24h88v202a6 6 0 0 1-6 6zm6-256h-64V48h9.632c1.591 0 3.117.632 4.243 1.757l48.368 48.368a6 6 0 0 1 1.757 4.243V112z\"]\n};\nvar faCopyright = {\n prefix: 'far',\n iconName: 'copyright',\n icon: [512, 512, [], \"f1f9\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z\"]\n};\nvar faCreditCard = {\n prefix: 'far',\n iconName: 'credit-card',\n icon: [576, 512, [], \"f09d\", \"M527.9 32H48.1C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48.1 48h479.8c26.6 0 48.1-21.5 48.1-48V80c0-26.5-21.5-48-48.1-48zM54.1 80h467.8c3.3 0 6 2.7 6 6v42H48.1V86c0-3.3 2.7-6 6-6zm467.8 352H54.1c-3.3 0-6-2.7-6-6V256h479.8v170c0 3.3-2.7 6-6 6zM192 332v40c0 6.6-5.4 12-12 12h-72c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12zm192 0v40c0 6.6-5.4 12-12 12H236c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12z\"]\n};\nvar faDizzy = {\n prefix: 'far',\n iconName: 'dizzy',\n icon: [496, 512, [], \"f567\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-33.8-217.9c7.8-7.8 7.8-20.5 0-28.3L196.3 192l17.9-17.9c7.8-7.8 7.8-20.5 0-28.3-7.8-7.8-20.5-7.8-28.3 0L168 163.7l-17.8-17.8c-7.8-7.8-20.5-7.8-28.3 0-7.8 7.8-7.8 20.5 0 28.3l17.9 17.9-17.9 17.9c-7.8 7.8-7.8 20.5 0 28.3 7.8 7.8 20.5 7.8 28.3 0l17.8-17.8 17.8 17.8c7.9 7.7 20.5 7.7 28.4-.2zm160-92.2c-7.8-7.8-20.5-7.8-28.3 0L328 163.7l-17.8-17.8c-7.8-7.8-20.5-7.8-28.3 0-7.8 7.8-7.8 20.5 0 28.3l17.9 17.9-17.9 17.9c-7.8 7.8-7.8 20.5 0 28.3 7.8 7.8 20.5 7.8 28.3 0l17.8-17.8 17.8 17.8c7.8 7.8 20.5 7.8 28.3 0 7.8-7.8 7.8-20.5 0-28.3l-17.8-18 17.9-17.9c7.7-7.8 7.7-20.4 0-28.2zM248 272c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64z\"]\n};\nvar faDotCircle = {\n prefix: 'far',\n iconName: 'dot-circle',\n icon: [512, 512, [], \"f192\", \"M256 56c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m0-48C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 168c-44.183 0-80 35.817-80 80s35.817 80 80 80 80-35.817 80-80-35.817-80-80-80z\"]\n};\nvar faEdit = {\n prefix: 'far',\n iconName: 'edit',\n icon: [576, 512, [], \"f044\", \"M402.3 344.9l32-32c5-5 13.7-1.5 13.7 5.7V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h273.5c7.1 0 10.7 8.6 5.7 13.7l-32 32c-1.5 1.5-3.5 2.3-5.7 2.3H48v352h352V350.5c0-2.1.8-4.1 2.3-5.6zm156.6-201.8L296.3 405.7l-90.4 10c-26.2 2.9-48.5-19.2-45.6-45.6l10-90.4L432.9 17.1c22.9-22.9 59.9-22.9 82.7 0l43.2 43.2c22.9 22.9 22.9 60 .1 82.8zM460.1 174L402 115.9 216.2 301.8l-7.3 65.3 65.3-7.3L460.1 174zm64.8-79.7l-43.2-43.2c-4.1-4.1-10.8-4.1-14.8 0L436 82l58.1 58.1 30.9-30.9c4-4.2 4-10.8-.1-14.9z\"]\n};\nvar faEnvelope = {\n prefix: 'far',\n iconName: 'envelope',\n icon: [512, 512, [], \"f0e0\", \"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"]\n};\nvar faEnvelopeOpen = {\n prefix: 'far',\n iconName: 'envelope-open',\n icon: [512, 512, [], \"f2b6\", \"M494.586 164.516c-4.697-3.883-111.723-89.95-135.251-108.657C337.231 38.191 299.437 0 256 0c-43.205 0-80.636 37.717-103.335 55.859-24.463 19.45-131.07 105.195-135.15 108.549A48.004 48.004 0 0 0 0 201.485V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V201.509a48 48 0 0 0-17.414-36.993zM464 458a6 6 0 0 1-6 6H54a6 6 0 0 1-6-6V204.347c0-1.813.816-3.526 2.226-4.665 15.87-12.814 108.793-87.554 132.364-106.293C200.755 78.88 232.398 48 256 48c23.693 0 55.857 31.369 73.41 45.389 23.573 18.741 116.503 93.493 132.366 106.316a5.99 5.99 0 0 1 2.224 4.663V458zm-31.991-187.704c4.249 5.159 3.465 12.795-1.745 16.981-28.975 23.283-59.274 47.597-70.929 56.863C336.636 362.283 299.205 400 256 400c-43.452 0-81.287-38.237-103.335-55.86-11.279-8.967-41.744-33.413-70.927-56.865-5.21-4.187-5.993-11.822-1.745-16.981l15.258-18.528c4.178-5.073 11.657-5.843 16.779-1.726 28.618 23.001 58.566 47.035 70.56 56.571C200.143 320.631 232.307 352 256 352c23.602 0 55.246-30.88 73.41-45.389 11.994-9.535 41.944-33.57 70.563-56.568 5.122-4.116 12.601-3.346 16.778 1.727l15.258 18.526z\"]\n};\nvar faEye = {\n prefix: 'far',\n iconName: 'eye',\n icon: [576, 512, [], \"f06e\", \"M288 144a110.94 110.94 0 0 0-31.24 5 55.4 55.4 0 0 1 7.24 27 56 56 0 0 1-56 56 55.4 55.4 0 0 1-27-7.24A111.71 111.71 0 1 0 288 144zm284.52 97.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400c-98.65 0-189.09-55-237.93-144C98.91 167 189.34 112 288 112s189.09 55 237.93 144C477.1 345 386.66 400 288 400z\"]\n};\nvar faEyeSlash = {\n prefix: 'far',\n iconName: 'eye-slash',\n icon: [640, 512, [], \"f070\", \"M634 471L36 3.51A16 16 0 0 0 13.51 6l-10 12.49A16 16 0 0 0 6 41l598 467.49a16 16 0 0 0 22.49-2.49l10-12.49A16 16 0 0 0 634 471zM296.79 146.47l134.79 105.38C429.36 191.91 380.48 144 320 144a112.26 112.26 0 0 0-23.21 2.47zm46.42 219.07L208.42 260.16C210.65 320.09 259.53 368 320 368a113 113 0 0 0 23.21-2.46zM320 112c98.65 0 189.09 55 237.93 144a285.53 285.53 0 0 1-44 60.2l37.74 29.5a333.7 333.7 0 0 0 52.9-75.11 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64c-36.7 0-71.71 7-104.63 18.81l46.41 36.29c18.94-4.3 38.34-7.1 58.22-7.1zm0 288c-98.65 0-189.08-55-237.93-144a285.47 285.47 0 0 1 44.05-60.19l-37.74-29.5a333.6 333.6 0 0 0-52.89 75.1 32.35 32.35 0 0 0 0 29.19C89.72 376.41 197.08 448 320 448c36.7 0 71.71-7.05 104.63-18.81l-46.41-36.28C359.28 397.2 339.89 400 320 400z\"]\n};\nvar faFile = {\n prefix: 'far',\n iconName: 'file',\n icon: [384, 512, [], \"f15b\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48z\"]\n};\nvar faFileAlt = {\n prefix: 'far',\n iconName: 'file-alt',\n icon: [384, 512, [], \"f15c\", \"M288 248v28c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-28c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm-12 72H108c-6.6 0-12 5.4-12 12v28c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-28c0-6.6-5.4-12-12-12zm108-188.1V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48C0 21.5 21.5 0 48 0h204.1C264.8 0 277 5.1 286 14.1L369.9 98c9 8.9 14.1 21.2 14.1 33.9zm-128-80V128h76.1L256 51.9zM336 464V176H232c-13.3 0-24-10.7-24-24V48H48v416h288z\"]\n};\nvar faFileArchive = {\n prefix: 'far',\n iconName: 'file-archive',\n icon: [384, 512, [], \"f1c6\", \"M128.3 160v32h32v-32zm64-96h-32v32h32zm-64 32v32h32V96zm64 32h-32v32h32zm177.6-30.1L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM256 51.9l76.1 76.1H256zM336 464H48V48h79.7v16h32V48H208v104c0 13.3 10.7 24 24 24h104zM194.2 265.7c-1.1-5.6-6-9.7-11.8-9.7h-22.1v-32h-32v32l-19.7 97.1C102 385.6 126.8 416 160 416c33.1 0 57.9-30.2 51.5-62.6zm-33.9 124.4c-17.9 0-32.4-12.1-32.4-27s14.5-27 32.4-27 32.4 12.1 32.4 27-14.5 27-32.4 27zm32-198.1h-32v32h32z\"]\n};\nvar faFileAudio = {\n prefix: 'far',\n iconName: 'file-audio',\n icon: [384, 512, [], \"f1c7\", \"M369.941 97.941l-83.882-83.882A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v416c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48V131.882a48 48 0 0 0-14.059-33.941zM332.118 128H256V51.882L332.118 128zM48 464V48h160v104c0 13.255 10.745 24 24 24h104v288H48zm144-76.024c0 10.691-12.926 16.045-20.485 8.485L136 360.486h-28c-6.627 0-12-5.373-12-12v-56c0-6.627 5.373-12 12-12h28l35.515-36.947c7.56-7.56 20.485-2.206 20.485 8.485v135.952zm41.201-47.13c9.051-9.297 9.06-24.133.001-33.439-22.149-22.752 12.235-56.246 34.395-33.481 27.198 27.94 27.212 72.444.001 100.401-21.793 22.386-56.947-10.315-34.397-33.481z\"]\n};\nvar faFileCode = {\n prefix: 'far',\n iconName: 'file-code',\n icon: [384, 512, [], \"f1c9\", \"M149.9 349.1l-.2-.2-32.8-28.9 32.8-28.9c3.6-3.2 4-8.8.8-12.4l-.2-.2-17.4-18.6c-3.4-3.6-9-3.7-12.4-.4l-57.7 54.1c-3.7 3.5-3.7 9.4 0 12.8l57.7 54.1c1.6 1.5 3.8 2.4 6 2.4 2.4 0 4.8-1 6.4-2.8l17.4-18.6c3.3-3.5 3.1-9.1-.4-12.4zm220-251.2L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM256 51.9l76.1 76.1H256zM336 464H48V48h160v104c0 13.3 10.7 24 24 24h104zM209.6 214c-4.7-1.4-9.5 1.3-10.9 6L144 408.1c-1.4 4.7 1.3 9.6 6 10.9l24.4 7.1c4.7 1.4 9.6-1.4 10.9-6L240 231.9c1.4-4.7-1.3-9.6-6-10.9zm24.5 76.9l.2.2 32.8 28.9-32.8 28.9c-3.6 3.2-4 8.8-.8 12.4l.2.2 17.4 18.6c3.3 3.5 8.9 3.7 12.4.4l57.7-54.1c3.7-3.5 3.7-9.4 0-12.8l-57.7-54.1c-3.5-3.3-9.1-3.2-12.4.4l-17.4 18.6c-3.3 3.5-3.1 9.1.4 12.4z\"]\n};\nvar faFileExcel = {\n prefix: 'far',\n iconName: 'file-excel',\n icon: [384, 512, [], \"f1c3\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm212-240h-28.8c-4.4 0-8.4 2.4-10.5 6.3-18 33.1-22.2 42.4-28.6 57.7-13.9-29.1-6.9-17.3-28.6-57.7-2.1-3.9-6.2-6.3-10.6-6.3H124c-9.3 0-15 10-10.4 18l46.3 78-46.3 78c-4.7 8 1.1 18 10.4 18h28.9c4.4 0 8.4-2.4 10.5-6.3 21.7-40 23-45 28.6-57.7 14.9 30.2 5.9 15.9 28.6 57.7 2.1 3.9 6.2 6.3 10.6 6.3H260c9.3 0 15-10 10.4-18L224 320c.7-1.1 30.3-50.5 46.3-78 4.7-8-1.1-18-10.3-18z\"]\n};\nvar faFileImage = {\n prefix: 'far',\n iconName: 'file-image',\n icon: [384, 512, [], \"f1c5\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm32-48h224V288l-23.5-23.5c-4.7-4.7-12.3-4.7-17 0L176 352l-39.5-39.5c-4.7-4.7-12.3-4.7-17 0L80 352v64zm48-240c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48z\"]\n};\nvar faFilePdf = {\n prefix: 'far',\n iconName: 'file-pdf',\n icon: [384, 512, [], \"f1c1\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm250.2-143.7c-12.2-12-47-8.7-64.4-6.5-17.2-10.5-28.7-25-36.8-46.3 3.9-16.1 10.1-40.6 5.4-56-4.2-26.2-37.8-23.6-42.6-5.9-4.4 16.1-.4 38.5 7 67.1-10 23.9-24.9 56-35.4 74.4-20 10.3-47 26.2-51 46.2-3.3 15.8 26 55.2 76.1-31.2 22.4-7.4 46.8-16.5 68.4-20.1 18.9 10.2 41 17 55.8 17 25.5 0 28-28.2 17.5-38.7zm-198.1 77.8c5.1-13.7 24.5-29.5 30.4-35-19 30.3-30.4 35.7-30.4 35zm81.6-190.6c7.4 0 6.7 32.1 1.8 40.8-4.4-13.9-4.3-40.8-1.8-40.8zm-24.4 136.6c9.7-16.9 18-37 24.7-54.7 8.3 15.1 18.9 27.2 30.1 35.5-20.8 4.3-38.9 13.1-54.8 19.2zm131.6-5s-5 6-37.3-7.8c35.1-2.6 40.9 5.4 37.3 7.8z\"]\n};\nvar faFilePowerpoint = {\n prefix: 'far',\n iconName: 'file-powerpoint',\n icon: [384, 512, [], \"f1c4\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm72-60V236c0-6.6 5.4-12 12-12h69.2c36.7 0 62.8 27 62.8 66.3 0 74.3-68.7 66.5-95.5 66.5V404c0 6.6-5.4 12-12 12H132c-6.6 0-12-5.4-12-12zm48.5-87.4h23c7.9 0 13.9-2.4 18.1-7.2 8.5-9.8 8.4-28.5.1-37.8-4.1-4.6-9.9-7-17.4-7h-23.9v52z\"]\n};\nvar faFileVideo = {\n prefix: 'far',\n iconName: 'file-video',\n icon: [384, 512, [], \"f1c8\", \"M369.941 97.941l-83.882-83.882A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v416c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48V131.882a48 48 0 0 0-14.059-33.941zM332.118 128H256V51.882L332.118 128zM48 464V48h160v104c0 13.255 10.745 24 24 24h104v288H48zm228.687-211.303L224 305.374V268c0-11.046-8.954-20-20-20H100c-11.046 0-20 8.954-20 20v104c0 11.046 8.954 20 20 20h104c11.046 0 20-8.954 20-20v-37.374l52.687 52.674C286.704 397.318 304 390.28 304 375.986V264.011c0-14.311-17.309-21.319-27.313-11.314z\"]\n};\nvar faFileWord = {\n prefix: 'far',\n iconName: 'file-word',\n icon: [384, 512, [], \"f1c2\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm220.1-208c-5.7 0-10.6 4-11.7 9.5-20.6 97.7-20.4 95.4-21 103.5-.2-1.2-.4-2.6-.7-4.3-.8-5.1.3.2-23.6-99.5-1.3-5.4-6.1-9.2-11.7-9.2h-13.3c-5.5 0-10.3 3.8-11.7 9.1-24.4 99-24 96.2-24.8 103.7-.1-1.1-.2-2.5-.5-4.2-.7-5.2-14.1-73.3-19.1-99-1.1-5.6-6-9.7-11.8-9.7h-16.8c-7.8 0-13.5 7.3-11.7 14.8 8 32.6 26.7 109.5 33.2 136 1.3 5.4 6.1 9.1 11.7 9.1h25.2c5.5 0 10.3-3.7 11.6-9.1l17.9-71.4c1.5-6.2 2.5-12 3-17.3l2.9 17.3c.1.4 12.6 50.5 17.9 71.4 1.3 5.3 6.1 9.1 11.6 9.1h24.7c5.5 0 10.3-3.7 11.6-9.1 20.8-81.9 30.2-119 34.5-136 1.9-7.6-3.8-14.9-11.6-14.9h-15.8z\"]\n};\nvar faFlag = {\n prefix: 'far',\n iconName: 'flag',\n icon: [512, 512, [], \"f024\", \"M336.174 80c-49.132 0-93.305-32-161.913-32-31.301 0-58.303 6.482-80.721 15.168a48.04 48.04 0 0 0 2.142-20.727C93.067 19.575 74.167 1.594 51.201.104 23.242-1.71 0 20.431 0 48c0 17.764 9.657 33.262 24 41.562V496c0 8.837 7.163 16 16 16h16c8.837 0 16-7.163 16-16v-83.443C109.869 395.28 143.259 384 199.826 384c49.132 0 93.305 32 161.913 32 58.479 0 101.972-22.617 128.548-39.981C503.846 367.161 512 352.051 512 335.855V95.937c0-34.459-35.264-57.768-66.904-44.117C409.193 67.309 371.641 80 336.174 80zM464 336c-21.783 15.412-60.824 32-102.261 32-59.945 0-102.002-32-161.913-32-43.361 0-96.379 9.403-127.826 24V128c21.784-15.412 60.824-32 102.261-32 59.945 0 102.002 32 161.913 32 43.271 0 96.32-17.366 127.826-32v240z\"]\n};\nvar faFlushed = {\n prefix: 'far',\n iconName: 'flushed',\n icon: [496, 512, [], \"f579\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm96-312c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80zm0 128c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-72c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm-112 24c0-44.2-35.8-80-80-80s-80 35.8-80 80 35.8 80 80 80 80-35.8 80-80zm-80 48c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-72c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm160 144H184c-13.2 0-24 10.8-24 24s10.8 24 24 24h128c13.2 0 24-10.8 24-24s-10.8-24-24-24z\"]\n};\nvar faFolder = {\n prefix: 'far',\n iconName: 'folder',\n icon: [512, 512, [], \"f07b\", \"M464 128H272l-54.63-54.63c-6-6-14.14-9.37-22.63-9.37H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48zm0 272H48V112h140.12l54.63 54.63c6 6 14.14 9.37 22.63 9.37H464v224z\"]\n};\nvar faFolderOpen = {\n prefix: 'far',\n iconName: 'folder-open',\n icon: [576, 512, [], \"f07c\", \"M527.9 224H480v-48c0-26.5-21.5-48-48-48H272l-64-64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h400c16.5 0 31.9-8.5 40.7-22.6l79.9-128c20-31.9-3-73.4-40.7-73.4zM48 118c0-3.3 2.7-6 6-6h134.1l64 64H426c3.3 0 6 2.7 6 6v42H152c-16.8 0-32.4 8.8-41.1 23.2L48 351.4zm400 282H72l77.2-128H528z\"]\n};\nvar faFontAwesomeLogoFull = {\n prefix: 'far',\n iconName: 'font-awesome-logo-full',\n icon: [3992, 512, [\"Font Awesome\"], \"f4e6\", \"M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z\"]\n};\nvar faFrown = {\n prefix: 'far',\n iconName: 'frown',\n icon: [496, 512, [], \"f119\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-80 128c-40.2 0-78 17.7-103.8 48.6-8.5 10.2-7.1 25.3 3.1 33.8 10.2 8.4 25.3 7.1 33.8-3.1 16.6-19.9 41-31.4 66.9-31.4s50.3 11.4 66.9 31.4c8.1 9.7 23.1 11.9 33.8 3.1 10.2-8.5 11.5-23.6 3.1-33.8C326 321.7 288.2 304 248 304z\"]\n};\nvar faFrownOpen = {\n prefix: 'far',\n iconName: 'frown-open',\n icon: [496, 512, [], \"f57a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-48-248c0-17.7-14.3-32-32-32s-32 14.3-32 32 14.3 32 32 32 32-14.3 32-32zm128-32c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-80 112c-35.6 0-88.8 21.3-95.8 61.2-2 11.8 9 21.5 20.5 18.1 31.2-9.6 59.4-15.3 75.3-15.3s44.1 5.7 75.3 15.3c11.4 3.5 22.5-6.3 20.5-18.1-7-39.9-60.2-61.2-95.8-61.2z\"]\n};\nvar faFutbol = {\n prefix: 'far',\n iconName: 'futbol',\n icon: [496, 512, [], \"f1e3\", \"M483.8 179.4C449.8 74.6 352.6 8 248.1 8c-25.4 0-51.2 3.9-76.7 12.2C41.2 62.5-30.1 202.4 12.2 332.6 46.2 437.4 143.4 504 247.9 504c25.4 0 51.2-3.9 76.7-12.2 130.2-42.3 201.5-182.2 159.2-312.4zm-74.5 193.7l-52.2 6.4-43.7-60.9 24.4-75.2 71.1-22.1 38.9 36.4c-.2 30.7-7.4 61.1-21.7 89.2-4.7 9.3-10.7 17.8-16.8 26.2zm0-235.4l-10.4 53.1-70.7 22-64.2-46.5V92.5l47.4-26.2c39.2 13 73.4 38 97.9 71.4zM184.9 66.4L232 92.5v73.8l-64.2 46.5-70.6-22-10.1-52.5c24.3-33.4 57.9-58.6 97.8-71.9zM139 379.5L85.9 373c-14.4-20.1-37.3-59.6-37.8-115.3l39-36.4 71.1 22.2 24.3 74.3-43.5 61.7zm48.2 67l-22.4-48.1 43.6-61.7H287l44.3 61.7-22.4 48.1c-6.2 1.8-57.6 20.4-121.7 0z\"]\n};\nvar faGem = {\n prefix: 'far',\n iconName: 'gem',\n icon: [576, 512, [], \"f3a5\", \"M464 0H112c-4 0-7.8 2-10 5.4L2 152.6c-2.9 4.4-2.6 10.2.7 14.2l276 340.8c4.8 5.9 13.8 5.9 18.6 0l276-340.8c3.3-4.1 3.6-9.8.7-14.2L474.1 5.4C471.8 2 468.1 0 464 0zm-19.3 48l63.3 96h-68.4l-51.7-96h56.8zm-202.1 0h90.7l51.7 96H191l51.6-96zm-111.3 0h56.8l-51.7 96H68l63.3-96zm-43 144h51.4L208 352 88.3 192zm102.9 0h193.6L288 435.3 191.2 192zM368 352l68.2-160h51.4L368 352z\"]\n};\nvar faGrimace = {\n prefix: 'far',\n iconName: 'grimace',\n icon: [496, 512, [], \"f57f\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm16 16H152c-26.5 0-48 21.5-48 48v32c0 26.5 21.5 48 48 48h192c26.5 0 48-21.5 48-48v-32c0-26.5-21.5-48-48-48zm-168 96h-24c-8.8 0-16-7.2-16-16v-8h40v24zm0-40h-40v-8c0-8.8 7.2-16 16-16h24v24zm64 40h-48v-24h48v24zm0-40h-48v-24h48v24zm64 40h-48v-24h48v24zm0-40h-48v-24h48v24zm56 24c0 8.8-7.2 16-16 16h-24v-24h40v8zm0-24h-40v-24h24c8.8 0 16 7.2 16 16v8z\"]\n};\nvar faGrin = {\n prefix: 'far',\n iconName: 'grin',\n icon: [496, 512, [], \"f580\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.4-17.7 15.3 7.9 47.1 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zM168 240c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32z\"]\n};\nvar faGrinAlt = {\n prefix: 'far',\n iconName: 'grin-alt',\n icon: [496, 512, [], \"f581\", \"M200.3 248c12.4-18.7 15.1-37.3 15.7-56-.5-18.7-3.3-37.3-15.7-56-8-12-25.1-11.4-32.7 0-12.4 18.7-15.1 37.3-15.7 56 .5 18.7 3.3 37.3 15.7 56 8.1 12 25.2 11.4 32.7 0zm128 0c12.4-18.7 15.1-37.3 15.7-56-.5-18.7-3.3-37.3-15.7-56-8-12-25.1-11.4-32.7 0-12.4 18.7-15.1 37.3-15.7 56 .5 18.7 3.3 37.3 15.7 56 8.1 12 25.2 11.4 32.7 0zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.3-17.7 15.3 7.9 47.2 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3z\"]\n};\nvar faGrinBeam = {\n prefix: 'far',\n iconName: 'grin-beam',\n icon: [496, 512, [], \"f582\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 7.9 47.1 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zm-235.9-72.9c3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3zm160 0c3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3z\"]\n};\nvar faGrinBeamSweat = {\n prefix: 'far',\n iconName: 'grin-beam-sweat',\n icon: [496, 512, [], \"f583\", \"M440 160c29.5 0 53.3-26.3 53.3-58.7 0-25-31.7-75.5-46.2-97.3-3.6-5.3-10.7-5.3-14.2 0-14.5 21.8-46.2 72.3-46.2 97.3 0 32.4 23.8 58.7 53.3 58.7zM248 400c51.9 0 115.3-32.9 123.3-80 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 8 47.1 71.4 80 123.3 80zm130.3-168.3c3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.6 6.2 4.6 9.3 3.7zm105.3-52.9c-24.6 15.7-46 12.9-46.4 12.9 6.9 20.2 10.8 41.8 10.8 64.3 0 110.3-89.7 200-200 200S48 366.3 48 256 137.7 56 248 56c39.8 0 76.8 11.8 108 31.9 1.7-9.5 6.3-24.1 17.2-45.7C336.4 20.6 293.7 8 248 8 111 8 0 119 0 256s111 248 248 248 248-111 248-248c0-27-4.4-52.9-12.4-77.2zM168 189.4c12.3 0 23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.8 19.2-21.6 31.5-21.6z\"]\n};\nvar faGrinHearts = {\n prefix: 'far',\n iconName: 'grin-hearts',\n icon: [496, 512, [], \"f584\", \"M353.6 304.6c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 7.9 47.2 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zm-152.8-48.9c4.5 1.2 9.2-1.5 10.5-6l19.4-69.9c5.6-20.3-7.4-41.1-28.8-44.5-18.6-3-36.4 9.8-41.5 27.9l-2 7.1-7.1-1.9c-18.2-4.7-38.2 4.3-44.9 22-7.7 20.2 3.8 41.9 24.2 47.2l70.2 18.1zm188.8-65.3c-6.7-17.6-26.7-26.7-44.9-22l-7.1 1.9-2-7.1c-5-18.1-22.8-30.9-41.5-27.9-21.4 3.4-34.4 24.2-28.8 44.5l19.4 69.9c1.2 4.5 5.9 7.2 10.5 6l70.2-18.2c20.4-5.3 31.9-26.9 24.2-47.1zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200z\"]\n};\nvar faGrinSquint = {\n prefix: 'far',\n iconName: 'grin-squint',\n icon: [496, 512, [], \"f585\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.4-17.7 15.3 7.9 47.1 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zm-234.7-40.8c3.6 4.2 9.9 5.7 15.3 2.5l80-48c3.6-2.2 5.8-6.1 5.8-10.3s-2.2-8.1-5.8-10.3l-80-48c-5.1-3-11.4-1.9-15.3 2.5-3.8 4.5-3.8 11-.1 15.5l33.6 40.3-33.6 40.3c-3.8 4.5-3.7 11.1.1 15.5zm242.9 2.5c5.4 3.2 11.7 1.7 15.3-2.5 3.8-4.5 3.8-11 .1-15.5L343.6 208l33.6-40.3c3.8-4.5 3.7-11-.1-15.5-3.8-4.4-10.2-5.4-15.3-2.5l-80 48c-3.6 2.2-5.8 6.1-5.8 10.3s2.2 8.1 5.8 10.3l80 48z\"]\n};\nvar faGrinSquintTears = {\n prefix: 'far',\n iconName: 'grin-squint-tears',\n icon: [512, 512, [], \"f586\", \"M117.1 384.1c-25.8 3.7-84 13.7-100.9 30.6-21.9 21.9-21.5 57.9.9 80.3s58.3 22.8 80.3.9C114.3 479 124.3 420.8 128 395c.8-6.4-4.6-11.8-10.9-10.9zm-41.2-41.7C40.3 268 53 176.1 114.6 114.6 152.4 76.8 202.6 56 256 56c36.2 0 70.8 9.8 101.2 27.7 3.8-20.3 8-36.1 12-48.3C333.8 17.2 294.9 8 256 8 192.5 8 129.1 32.2 80.6 80.6c-74.1 74.1-91.3 183.4-52 274 12.2-4.1 27.7-8.3 47.3-12.2zm352.3-187.6c45 76.6 34.9 176.9-30.8 242.6-37.8 37.8-88 58.6-141.4 58.6-30.5 0-59.8-7-86.4-19.8-3.9 19.5-8 35-12.2 47.2 31.4 13.6 65 20.6 98.7 20.6 63.5 0 126.9-24.2 175.4-72.6 78.1-78.1 93.1-195.4 45.2-288.6-12.3 4-28.2 8.1-48.5 12zm-33.3-26.9c25.8-3.7 84-13.7 100.9-30.6 21.9-21.9 21.5-57.9-.9-80.3s-58.3-22.8-80.3-.9C397.7 33 387.7 91.2 384 117c-.8 6.4 4.6 11.8 10.9 10.9zm-187 108.3c-3-3-7.2-4.2-11.4-3.2L106 255.7c-5.7 1.4-9.5 6.7-9.1 12.6.5 5.8 5.1 10.5 10.9 11l52.3 4.8 4.8 52.3c.5 5.8 5.2 10.4 11 10.9h.9c5.5 0 10.3-3.7 11.7-9.1l22.6-90.5c1-4.2-.2-8.5-3.2-11.5zm39.7-25.1l90.5-22.6c5.7-1.4 9.5-6.7 9.1-12.6-.5-5.8-5.1-10.5-10.9-11l-52.3-4.8-4.8-52.3c-.5-5.8-5.2-10.4-11-10.9-5.6-.1-11.2 3.4-12.6 9.1L233 196.5c-1 4.1.2 8.4 3.2 11.4 5 5 11.3 3.2 11.4 3.2zm52 88.5c-29.1 29.1-59.7 52.9-83.9 65.4-9.2 4.8-10 17.5-1.7 23.4 38.9 27.7 107 6.2 143.7-30.6S416 253 388.3 214.1c-5.8-8.2-18.5-7.6-23.4 1.7-12.3 24.2-36.2 54.7-65.3 83.8z\"]\n};\nvar faGrinStars = {\n prefix: 'far',\n iconName: 'grin-stars',\n icon: [496, 512, [], \"f587\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 7.9 47.2 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zm-227.9-57.5c-1 6.2 5.4 11 11 7.9l31.3-16.3 31.3 16.3c5.6 3.1 12-1.7 11-7.9l-6-34.9 25.4-24.6c4.5-4.5 1.9-12.2-4.3-13.2l-34.9-5-15.5-31.6c-2.9-5.8-11-5.8-13.9 0l-15.5 31.6-34.9 5c-6.2.9-8.9 8.6-4.3 13.2l25.4 24.6-6.1 34.9zm259.7-72.7l-34.9-5-15.5-31.6c-2.9-5.8-11-5.8-13.9 0l-15.5 31.6-34.9 5c-6.2.9-8.9 8.6-4.3 13.2l25.4 24.6-6 34.9c-1 6.2 5.4 11 11 7.9l31.3-16.3 31.3 16.3c5.6 3.1 12-1.7 11-7.9l-6-34.9 25.4-24.6c4.5-4.6 1.8-12.2-4.4-13.2z\"]\n};\nvar faGrinTears = {\n prefix: 'far',\n iconName: 'grin-tears',\n icon: [640, 512, [], \"f588\", \"M117.1 256.1c-25.8 3.7-84 13.7-100.9 30.6-21.9 21.9-21.5 57.9.9 80.3s58.3 22.8 80.3.9C114.3 351 124.3 292.8 128 267c.8-6.4-4.6-11.8-10.9-10.9zm506.7 30.6c-16.9-16.9-75.1-26.9-100.9-30.6-6.3-.9-11.7 4.5-10.8 10.8 3.7 25.8 13.7 84 30.6 100.9 21.9 21.9 57.9 21.5 80.3-.9 22.3-22.3 22.7-58.3.8-80.2zm-126.6 61.7C463.8 412.3 396.9 456 320 456c-76.9 0-143.8-43.7-177.2-107.6-12.5 37.4-25.2 43.9-28.3 46.5C159.1 460.7 234.5 504 320 504s160.9-43.3 205.5-109.1c-3.2-2.7-15.9-9.2-28.3-46.5zM122.7 224.5C137.9 129.2 220.5 56 320 56c99.5 0 182.1 73.2 197.3 168.5 2.1-.2 5.2-2.4 49.5 7C554.4 106 448.7 8 320 8S85.6 106 73.2 231.4c44.5-9.4 47.1-7.2 49.5-6.9zM320 400c51.9 0 115.3-32.9 123.3-80 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 8 47.1 71.4 80 123.3 80zm130.3-168.3c3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.6 6.2 4.6 9.3 3.7zM240 189.4c12.3 0 23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.8 19.2-21.6 31.5-21.6z\"]\n};\nvar faGrinTongue = {\n prefix: 'far',\n iconName: 'grin-tongue',\n icon: [496, 512, [], \"f589\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm64 400c0 35.6-29.1 64.5-64.9 64-35.1-.5-63.1-29.8-63.1-65v-42.8l17.7-8.8c15-7.5 31.5 1.7 34.9 16.5l2.8 12.1c2.1 9.2 15.2 9.2 17.3 0l2.8-12.1c3.4-14.8 19.8-24.1 34.9-16.5l17.7 8.8V408zm28.2 25.3c2.2-8.1 3.8-16.5 3.8-25.3v-43.5c14.2-12.4 24.4-27.5 27.3-44.5 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.3-17.7 15.3 2.9 17 13.1 32.1 27.3 44.5V408c0 8.8 1.6 17.2 3.8 25.3C91.8 399.9 48 333 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 77-43.8 143.9-107.8 177.3zM168 176c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"]\n};\nvar faGrinTongueSquint = {\n prefix: 'far',\n iconName: 'grin-tongue-squint',\n icon: [496, 512, [], \"f58a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm64 400c0 35.6-29.1 64.5-64.9 64-35.1-.5-63.1-29.8-63.1-65v-42.8l17.7-8.8c15-7.5 31.5 1.7 34.9 16.5l2.8 12.1c2.1 9.2 15.2 9.2 17.3 0l2.8-12.1c3.4-14.8 19.8-24.1 34.9-16.5l17.7 8.8V408zm28.2 25.3c2.2-8.1 3.8-16.5 3.8-25.3v-43.5c14.2-12.4 24.4-27.5 27.3-44.5 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.3-17.7 15.3 2.9 17 13.1 32.1 27.3 44.5V408c0 8.8 1.6 17.2 3.8 25.3C91.8 399.9 48 333 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 77-43.8 143.9-107.8 177.3zm36.9-281.1c-3.8-4.4-10.3-5.5-15.3-2.5l-80 48c-3.6 2.2-5.8 6.1-5.8 10.3s2.2 8.1 5.8 10.3l80 48c5.4 3.2 11.7 1.7 15.3-2.5 3.8-4.5 3.8-11 .1-15.5L343.6 208l33.6-40.3c3.8-4.5 3.7-11.1-.1-15.5zm-162.9 45.5l-80-48c-5-3-11.4-2-15.3 2.5-3.8 4.5-3.8 11-.1 15.5l33.6 40.3-33.6 40.3c-3.8 4.5-3.7 11 .1 15.5 3.6 4.2 9.9 5.7 15.3 2.5l80-48c3.6-2.2 5.8-6.1 5.8-10.3s-2.2-8.1-5.8-10.3z\"]\n};\nvar faGrinTongueWink = {\n prefix: 'far',\n iconName: 'grin-tongue-wink',\n icon: [496, 512, [], \"f58b\", \"M152 180c-25.7 0-55.9 16.9-59.8 42.1-.8 5 1.7 10 6.1 12.4 4.4 2.4 9.9 1.8 13.7-1.6l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c2.5 2.2 8 4.7 13.7 1.6 4.4-2.4 6.9-7.4 6.1-12.4-3.9-25.2-34.1-42.1-59.8-42.1zm176-52c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80zm0 128c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-72c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm64 400c0 35.6-29.1 64.5-64.9 64-35.1-.5-63.1-29.8-63.1-65v-42.8l17.7-8.8c15-7.5 31.5 1.7 34.9 16.5l2.8 12.1c2.1 9.2 15.2 9.2 17.3 0l2.8-12.1c3.4-14.8 19.8-24.1 34.9-16.5l17.7 8.8V408zm28.2 25.3c2.2-8.1 3.8-16.5 3.8-25.3v-43.5c14.2-12.4 24.4-27.5 27.3-44.5 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.3-17.7 15.3 2.9 17 13.1 32.1 27.3 44.5V408c0 8.8 1.6 17.2 3.8 25.3C91.8 399.9 48 333 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 77-43.8 143.9-107.8 177.3z\"]\n};\nvar faGrinWink = {\n prefix: 'far',\n iconName: 'grin-wink',\n icon: [496, 512, [], \"f58c\", \"M328 180c-25.69 0-55.88 16.92-59.86 42.12-1.75 11.22 11.5 18.24 19.83 10.84l9.55-8.48c14.81-13.19 46.16-13.19 60.97 0l9.55 8.48c8.48 7.43 21.56.25 19.83-10.84C383.88 196.92 353.69 180 328 180zm-160 60c17.67 0 32-14.33 32-32s-14.33-32-32-32-32 14.33-32 32 14.33 32 32 32zm185.55 64.64c-25.93 8.3-64.4 13.06-105.55 13.06s-79.62-4.75-105.55-13.06c-9.94-3.13-19.4 5.37-17.71 15.34C132.67 367.13 196.06 400 248 400s115.33-32.87 123.26-80.02c1.68-9.89-7.67-18.48-17.71-15.34zM248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 448c-110.28 0-200-89.72-200-200S137.72 56 248 56s200 89.72 200 200-89.72 200-200 200z\"]\n};\nvar faHandLizard = {\n prefix: 'far',\n iconName: 'hand-lizard',\n icon: [576, 512, [], \"f258\", \"M556.686 290.542L410.328 64.829C397.001 44.272 374.417 32 349.917 32H56C25.121 32 0 57.122 0 88v8c0 44.112 35.888 80 80 80h196.042l-18.333 48H144c-48.523 0-88 39.477-88 88 0 30.879 25.121 56 56 56h131.552c2.987 0 5.914.549 8.697 1.631L352 408.418V480h224V355.829c0-23.225-6.679-45.801-19.314-65.287zM528 432H400v-23.582c0-19.948-12.014-37.508-30.604-44.736l-99.751-38.788A71.733 71.733 0 0 0 243.552 320H112c-4.411 0-8-3.589-8-8 0-22.056 17.944-40 40-40h113.709c19.767 0 37.786-12.407 44.84-30.873l24.552-64.281c8.996-23.553-8.428-48.846-33.63-48.846H80c-17.645 0-32-14.355-32-32v-8c0-4.411 3.589-8 8-8h293.917c8.166 0 15.693 4.09 20.137 10.942l146.358 225.715A71.84 71.84 0 0 1 528 355.829V432z\"]\n};\nvar faHandPaper = {\n prefix: 'far',\n iconName: 'hand-paper',\n icon: [448, 512, [], \"f256\", \"M372.57 112.641v-10.825c0-43.612-40.52-76.691-83.039-65.546-25.629-49.5-94.09-47.45-117.982.747C130.269 26.456 89.144 57.945 89.144 102v126.13c-19.953-7.427-43.308-5.068-62.083 8.871-29.355 21.796-35.794 63.333-14.55 93.153L132.48 498.569a32 32 0 0 0 26.062 13.432h222.897c14.904 0 27.835-10.289 31.182-24.813l30.184-130.958A203.637 203.637 0 0 0 448 310.564V179c0-40.62-35.523-71.992-75.43-66.359zm27.427 197.922c0 11.731-1.334 23.469-3.965 34.886L368.707 464h-201.92L51.591 302.303c-14.439-20.27 15.023-42.776 29.394-22.605l27.128 38.079c8.995 12.626 29.031 6.287 29.031-9.283V102c0-25.645 36.571-24.81 36.571.691V256c0 8.837 7.163 16 16 16h6.856c8.837 0 16-7.163 16-16V67c0-25.663 36.571-24.81 36.571.691V256c0 8.837 7.163 16 16 16h6.856c8.837 0 16-7.163 16-16V101.125c0-25.672 36.57-24.81 36.57.691V256c0 8.837 7.163 16 16 16h6.857c8.837 0 16-7.163 16-16v-76.309c0-26.242 36.57-25.64 36.57-.691v131.563z\"]\n};\nvar faHandPeace = {\n prefix: 'far',\n iconName: 'hand-peace',\n icon: [448, 512, [], \"f25b\", \"M362.146 191.976c-13.71-21.649-38.761-34.016-65.006-30.341V74c0-40.804-32.811-74-73.141-74-40.33 0-73.14 33.196-73.14 74L160 168l-18.679-78.85C126.578 50.843 83.85 32.11 46.209 47.208 8.735 62.238-9.571 104.963 5.008 142.85l55.757 144.927c-30.557 24.956-43.994 57.809-24.733 92.218l54.853 97.999C102.625 498.97 124.73 512 148.575 512h205.702c30.744 0 57.558-21.44 64.555-51.797l27.427-118.999a67.801 67.801 0 0 0 1.729-15.203L448 256c0-44.956-43.263-77.343-85.854-64.024zM399.987 326c0 1.488-.169 2.977-.502 4.423l-27.427 119.001c-1.978 8.582-9.29 14.576-17.782 14.576H148.575c-6.486 0-12.542-3.621-15.805-9.449l-54.854-98c-4.557-8.141-2.619-18.668 4.508-24.488l26.647-21.764a16 16 0 0 0 4.812-18.139l-64.09-166.549C37.226 92.956 84.37 74.837 96.51 106.389l59.784 155.357A16 16 0 0 0 171.227 272h11.632c8.837 0 16-7.163 16-16V74c0-34.375 50.281-34.43 50.281 0v182c0 8.837 7.163 16 16 16h6.856c8.837 0 16-7.163 16-16v-28c0-25.122 36.567-25.159 36.567 0v28c0 8.837 7.163 16 16 16h6.856c8.837 0 16-7.163 16-16 0-25.12 36.567-25.16 36.567 0v70z\"]\n};\nvar faHandPointDown = {\n prefix: 'far',\n iconName: 'hand-point-down',\n icon: [448, 512, [], \"f0a7\", \"M188.8 512c45.616 0 83.2-37.765 83.2-83.2v-35.647a93.148 93.148 0 0 0 22.064-7.929c22.006 2.507 44.978-3.503 62.791-15.985C409.342 368.1 448 331.841 448 269.299V248c0-60.063-40-98.512-40-127.2v-2.679c4.952-5.747 8-13.536 8-22.12V32c0-17.673-12.894-32-28.8-32H156.8C140.894 0 128 14.327 128 32v64c0 8.584 3.048 16.373 8 22.12v2.679c0 6.964-6.193 14.862-23.668 30.183l-.148.129-.146.131c-9.937 8.856-20.841 18.116-33.253 25.851C48.537 195.798 0 207.486 0 252.8c0 56.928 35.286 92 83.2 92 8.026 0 15.489-.814 22.4-2.176V428.8c0 45.099 38.101 83.2 83.2 83.2zm0-48c-18.7 0-35.2-16.775-35.2-35.2V270.4c-17.325 0-35.2 26.4-70.4 26.4-26.4 0-35.2-20.625-35.2-44 0-8.794 32.712-20.445 56.1-34.926 14.575-9.074 27.225-19.524 39.875-30.799 18.374-16.109 36.633-33.836 39.596-59.075h176.752C364.087 170.79 400 202.509 400 248v21.299c0 40.524-22.197 57.124-61.325 50.601-8.001 14.612-33.979 24.151-53.625 12.925-18.225 19.365-46.381 17.787-61.05 4.95V428.8c0 18.975-16.225 35.2-35.2 35.2zM328 64c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24-24-10.745-24-24z\"]\n};\nvar faHandPointLeft = {\n prefix: 'far',\n iconName: 'hand-point-left',\n icon: [512, 512, [], \"f0a5\", \"M0 220.8C0 266.416 37.765 304 83.2 304h35.647a93.148 93.148 0 0 0 7.929 22.064c-2.507 22.006 3.503 44.978 15.985 62.791C143.9 441.342 180.159 480 242.701 480H264c60.063 0 98.512-40 127.2-40h2.679c5.747 4.952 13.536 8 22.12 8h64c17.673 0 32-12.894 32-28.8V188.8c0-15.906-14.327-28.8-32-28.8h-64c-8.584 0-16.373 3.048-22.12 8H391.2c-6.964 0-14.862-6.193-30.183-23.668l-.129-.148-.131-.146c-8.856-9.937-18.116-20.841-25.851-33.253C316.202 80.537 304.514 32 259.2 32c-56.928 0-92 35.286-92 83.2 0 8.026.814 15.489 2.176 22.4H83.2C38.101 137.6 0 175.701 0 220.8zm48 0c0-18.7 16.775-35.2 35.2-35.2h158.4c0-17.325-26.4-35.2-26.4-70.4 0-26.4 20.625-35.2 44-35.2 8.794 0 20.445 32.712 34.926 56.1 9.074 14.575 19.524 27.225 30.799 39.875 16.109 18.374 33.836 36.633 59.075 39.596v176.752C341.21 396.087 309.491 432 264 432h-21.299c-40.524 0-57.124-22.197-50.601-61.325-14.612-8.001-24.151-33.979-12.925-53.625-19.365-18.225-17.787-46.381-4.95-61.05H83.2C64.225 256 48 239.775 48 220.8zM448 360c13.255 0 24 10.745 24 24s-10.745 24-24 24-24-10.745-24-24 10.745-24 24-24z\"]\n};\nvar faHandPointRight = {\n prefix: 'far',\n iconName: 'hand-point-right',\n icon: [512, 512, [], \"f0a4\", \"M428.8 137.6h-86.177a115.52 115.52 0 0 0 2.176-22.4c0-47.914-35.072-83.2-92-83.2-45.314 0-57.002 48.537-75.707 78.784-7.735 12.413-16.994 23.317-25.851 33.253l-.131.146-.129.148C135.662 161.807 127.764 168 120.8 168h-2.679c-5.747-4.952-13.536-8-22.12-8H32c-17.673 0-32 12.894-32 28.8v230.4C0 435.106 14.327 448 32 448h64c8.584 0 16.373-3.048 22.12-8h2.679c28.688 0 67.137 40 127.2 40h21.299c62.542 0 98.8-38.658 99.94-91.145 12.482-17.813 18.491-40.785 15.985-62.791A93.148 93.148 0 0 0 393.152 304H428.8c45.435 0 83.2-37.584 83.2-83.2 0-45.099-38.101-83.2-83.2-83.2zm0 118.4h-91.026c12.837 14.669 14.415 42.825-4.95 61.05 11.227 19.646 1.687 45.624-12.925 53.625 6.524 39.128-10.076 61.325-50.6 61.325H248c-45.491 0-77.21-35.913-120-39.676V215.571c25.239-2.964 42.966-21.222 59.075-39.596 11.275-12.65 21.725-25.3 30.799-39.875C232.355 112.712 244.006 80 252.8 80c23.375 0 44 8.8 44 35.2 0 35.2-26.4 53.075-26.4 70.4h158.4c18.425 0 35.2 16.5 35.2 35.2 0 18.975-16.225 35.2-35.2 35.2zM88 384c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24z\"]\n};\nvar faHandPointUp = {\n prefix: 'far',\n iconName: 'hand-point-up',\n icon: [448, 512, [], \"f0a6\", \"M105.6 83.2v86.177a115.52 115.52 0 0 0-22.4-2.176c-47.914 0-83.2 35.072-83.2 92 0 45.314 48.537 57.002 78.784 75.707 12.413 7.735 23.317 16.994 33.253 25.851l.146.131.148.129C129.807 376.338 136 384.236 136 391.2v2.679c-4.952 5.747-8 13.536-8 22.12v64c0 17.673 12.894 32 28.8 32h230.4c15.906 0 28.8-14.327 28.8-32v-64c0-8.584-3.048-16.373-8-22.12V391.2c0-28.688 40-67.137 40-127.2v-21.299c0-62.542-38.658-98.8-91.145-99.94-17.813-12.482-40.785-18.491-62.791-15.985A93.148 93.148 0 0 0 272 118.847V83.2C272 37.765 234.416 0 188.8 0c-45.099 0-83.2 38.101-83.2 83.2zm118.4 0v91.026c14.669-12.837 42.825-14.415 61.05 4.95 19.646-11.227 45.624-1.687 53.625 12.925 39.128-6.524 61.325 10.076 61.325 50.6V264c0 45.491-35.913 77.21-39.676 120H183.571c-2.964-25.239-21.222-42.966-39.596-59.075-12.65-11.275-25.3-21.725-39.875-30.799C80.712 279.645 48 267.994 48 259.2c0-23.375 8.8-44 35.2-44 35.2 0 53.075 26.4 70.4 26.4V83.2c0-18.425 16.5-35.2 35.2-35.2 18.975 0 35.2 16.225 35.2 35.2zM352 424c13.255 0 24 10.745 24 24s-10.745 24-24 24-24-10.745-24-24 10.745-24 24-24z\"]\n};\nvar faHandPointer = {\n prefix: 'far',\n iconName: 'hand-pointer',\n icon: [448, 512, [], \"f25a\", \"M358.182 179.361c-19.493-24.768-52.679-31.945-79.872-19.098-15.127-15.687-36.182-22.487-56.595-19.629V67c0-36.944-29.736-67-66.286-67S89.143 30.056 89.143 67v161.129c-19.909-7.41-43.272-5.094-62.083 8.872-29.355 21.795-35.793 63.333-14.55 93.152l109.699 154.001C134.632 501.59 154.741 512 176 512h178.286c30.802 0 57.574-21.5 64.557-51.797l27.429-118.999A67.873 67.873 0 0 0 448 326v-84c0-46.844-46.625-79.273-89.818-62.639zM80.985 279.697l27.126 38.079c8.995 12.626 29.031 6.287 29.031-9.283V67c0-25.12 36.571-25.16 36.571 0v175c0 8.836 7.163 16 16 16h6.857c8.837 0 16-7.164 16-16v-35c0-25.12 36.571-25.16 36.571 0v35c0 8.836 7.163 16 16 16H272c8.837 0 16-7.164 16-16v-21c0-25.12 36.571-25.16 36.571 0v21c0 8.836 7.163 16 16 16h6.857c8.837 0 16-7.164 16-16 0-25.121 36.571-25.16 36.571 0v84c0 1.488-.169 2.977-.502 4.423l-27.43 119.001c-1.978 8.582-9.29 14.576-17.782 14.576H176c-5.769 0-11.263-2.878-14.697-7.697l-109.712-154c-14.406-20.223 14.994-42.818 29.394-22.606zM176.143 400v-96c0-8.837 6.268-16 14-16h6c7.732 0 14 7.163 14 16v96c0 8.837-6.268 16-14 16h-6c-7.733 0-14-7.163-14-16zm75.428 0v-96c0-8.837 6.268-16 14-16h6c7.732 0 14 7.163 14 16v96c0 8.837-6.268 16-14 16h-6c-7.732 0-14-7.163-14-16zM327 400v-96c0-8.837 6.268-16 14-16h6c7.732 0 14 7.163 14 16v96c0 8.837-6.268 16-14 16h-6c-7.732 0-14-7.163-14-16z\"]\n};\nvar faHandRock = {\n prefix: 'far',\n iconName: 'hand-rock',\n icon: [512, 512, [], \"f255\", \"M408.864 79.052c-22.401-33.898-66.108-42.273-98.813-23.588-29.474-31.469-79.145-31.093-108.334-.022-47.16-27.02-108.71 5.055-110.671 60.806C44.846 105.407 0 140.001 0 187.429v56.953c0 32.741 14.28 63.954 39.18 85.634l97.71 85.081c4.252 3.702 3.11 5.573 3.11 32.903 0 17.673 14.327 32 32 32h252c17.673 0 32-14.327 32-32 0-23.513-1.015-30.745 3.982-42.37l42.835-99.656c6.094-14.177 9.183-29.172 9.183-44.568V146.963c0-52.839-54.314-88.662-103.136-67.911zM464 261.406a64.505 64.505 0 0 1-5.282 25.613l-42.835 99.655c-5.23 12.171-7.883 25.04-7.883 38.25V432H188v-10.286c0-16.37-7.14-31.977-19.59-42.817l-97.71-85.08C56.274 281.255 48 263.236 48 244.381v-56.953c0-33.208 52-33.537 52 .677v41.228a16 16 0 0 0 5.493 12.067l7 6.095A16 16 0 0 0 139 235.429V118.857c0-33.097 52-33.725 52 .677v26.751c0 8.836 7.164 16 16 16h7c8.836 0 16-7.164 16-16v-41.143c0-33.134 52-33.675 52 .677v40.466c0 8.836 7.163 16 16 16h7c8.837 0 16-7.164 16-16v-27.429c0-33.03 52-33.78 52 .677v26.751c0 8.836 7.163 16 16 16h7c8.837 0 16-7.164 16-16 0-33.146 52-33.613 52 .677v114.445z\"]\n};\nvar faHandScissors = {\n prefix: 'far',\n iconName: 'hand-scissors',\n icon: [512, 512, [], \"f257\", \"M256 480l70-.013c5.114 0 10.231-.583 15.203-1.729l118.999-27.427C490.56 443.835 512 417.02 512 386.277V180.575c0-23.845-13.03-45.951-34.005-57.69l-97.999-54.853c-34.409-19.261-67.263-5.824-92.218 24.733L142.85 37.008c-37.887-14.579-80.612 3.727-95.642 41.201-15.098 37.642 3.635 80.37 41.942 95.112L168 192l-94-9.141c-40.804 0-74 32.811-74 73.14 0 40.33 33.196 73.141 74 73.141h87.635c-3.675 26.245 8.692 51.297 30.341 65.006C178.657 436.737 211.044 480 256 480zm0-48.013c-25.16 0-25.12-36.567 0-36.567 8.837 0 16-7.163 16-16v-6.856c0-8.837-7.163-16-16-16h-28c-25.159 0-25.122-36.567 0-36.567h28c8.837 0 16-7.163 16-16v-6.856c0-8.837-7.163-16-16-16H74c-34.43 0-34.375-50.281 0-50.281h182c8.837 0 16-7.163 16-16v-11.632a16 16 0 0 0-10.254-14.933L106.389 128.51c-31.552-12.14-13.432-59.283 19.222-46.717l166.549 64.091a16.001 16.001 0 0 0 18.139-4.812l21.764-26.647c5.82-7.127 16.348-9.064 24.488-4.508l98 54.854c5.828 3.263 9.449 9.318 9.449 15.805v205.701c0 8.491-5.994 15.804-14.576 17.782l-119.001 27.427a19.743 19.743 0 0 1-4.423.502h-70z\"]\n};\nvar faHandSpock = {\n prefix: 'far',\n iconName: 'hand-spock',\n icon: [512, 512, [], \"f259\", \"M21.096 381.79l129.092 121.513a32 32 0 0 0 21.932 8.698h237.6c14.17 0 26.653-9.319 30.68-22.904l31.815-107.313A115.955 115.955 0 0 0 477 348.811v-36.839c0-4.051.476-8.104 1.414-12.045l31.73-133.41c10.099-42.412-22.316-82.738-65.544-82.525-4.144-24.856-22.543-47.165-49.85-53.992-35.803-8.952-72.227 12.655-81.25 48.75L296.599 184 274.924 52.01c-8.286-36.07-44.303-58.572-80.304-50.296-29.616 6.804-50.138 32.389-51.882 61.295-42.637.831-73.455 40.563-64.071 81.844l31.04 136.508c-27.194-22.515-67.284-19.992-91.482 5.722-25.376 26.961-24.098 69.325 2.871 94.707zm32.068-61.811l.002-.001c7.219-7.672 19.241-7.98 26.856-.813l53.012 49.894C143.225 378.649 160 371.4 160 357.406v-69.479c0-1.193-.134-2.383-.397-3.546l-34.13-150.172c-5.596-24.617 31.502-32.86 37.054-8.421l30.399 133.757a16 16 0 0 0 15.603 12.454h8.604c10.276 0 17.894-9.567 15.594-19.583l-41.62-181.153c-5.623-24.469 31.39-33.076 37.035-8.508l45.22 196.828A16 16 0 0 0 288.956 272h13.217a16 16 0 0 0 15.522-12.119l42.372-169.49c6.104-24.422 42.962-15.159 36.865 9.217L358.805 252.12c-2.521 10.088 5.115 19.88 15.522 19.88h9.694a16 16 0 0 0 15.565-12.295L426.509 146.6c5.821-24.448 42.797-15.687 36.966 8.802L431.72 288.81a100.094 100.094 0 0 0-2.72 23.162v36.839c0 6.548-.943 13.051-2.805 19.328L397.775 464h-219.31L53.978 346.836c-7.629-7.18-7.994-19.229-.814-26.857z\"]\n};\nvar faHandshake = {\n prefix: 'far',\n iconName: 'handshake',\n icon: [640, 512, [], \"f2b5\", \"M519.2 127.9l-47.6-47.6A56.252 56.252 0 0 0 432 64H205.2c-14.8 0-29.1 5.9-39.6 16.3L118 127.9H0v255.7h64c17.6 0 31.8-14.2 31.9-31.7h9.1l84.6 76.4c30.9 25.1 73.8 25.7 105.6 3.8 12.5 10.8 26 15.9 41.1 15.9 18.2 0 35.3-7.4 48.8-24 22.1 8.7 48.2 2.6 64-16.8l26.2-32.3c5.6-6.9 9.1-14.8 10.9-23h57.9c.1 17.5 14.4 31.7 31.9 31.7h64V127.9H519.2zM48 351.6c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16c0 8.9-7.2 16-16 16zm390-6.9l-26.1 32.2c-2.8 3.4-7.8 4-11.3 1.2l-23.9-19.4-30 36.5c-6 7.3-15 4.8-18 2.4l-36.8-31.5-15.6 19.2c-13.9 17.1-39.2 19.7-55.3 6.6l-97.3-88H96V175.8h41.9l61.7-61.6c2-.8 3.7-1.5 5.7-2.3H262l-38.7 35.5c-29.4 26.9-31.1 72.3-4.4 101.3 14.8 16.2 61.2 41.2 101.5 4.4l8.2-7.5 108.2 87.8c3.4 2.8 3.9 7.9 1.2 11.3zm106-40.8h-69.2c-2.3-2.8-4.9-5.4-7.7-7.7l-102.7-83.4 12.5-11.4c6.5-6 7-16.1 1-22.6L367 167.1c-6-6.5-16.1-6.9-22.6-1l-55.2 50.6c-9.5 8.7-25.7 9.4-34.6 0-9.3-9.9-8.5-25.1 1.2-33.9l65.6-60.1c7.4-6.8 17-10.5 27-10.5l83.7-.2c2.1 0 4.1.8 5.5 2.3l61.7 61.6H544v128zm48 47.7c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16c0 8.9-7.2 16-16 16z\"]\n};\nvar faHdd = {\n prefix: 'far',\n iconName: 'hdd',\n icon: [576, 512, [], \"f0a0\", \"M567.403 235.642L462.323 84.589A48 48 0 0 0 422.919 64H153.081a48 48 0 0 0-39.404 20.589L8.597 235.642A48.001 48.001 0 0 0 0 263.054V400c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V263.054c0-9.801-3-19.366-8.597-27.412zM153.081 112h269.838l77.913 112H75.168l77.913-112zM528 400H48V272h480v128zm-32-64c0 17.673-14.327 32-32 32s-32-14.327-32-32 14.327-32 32-32 32 14.327 32 32zm-96 0c0 17.673-14.327 32-32 32s-32-14.327-32-32 14.327-32 32-32 32 14.327 32 32z\"]\n};\nvar faHeart = {\n prefix: 'far',\n iconName: 'heart',\n icon: [512, 512, [], \"f004\", \"M458.4 64.3C400.6 15.7 311.3 23 256 79.3 200.7 23 111.4 15.6 53.6 64.3-21.6 127.6-10.6 230.8 43 285.5l175.4 178.7c10 10.2 23.4 15.9 37.6 15.9 14.3 0 27.6-5.6 37.6-15.8L469 285.6c53.5-54.7 64.7-157.9-10.6-221.3zm-23.6 187.5L259.4 430.5c-2.4 2.4-4.4 2.4-6.8 0L77.2 251.8c-36.5-37.2-43.9-107.6 7.3-150.7 38.9-32.7 98.9-27.8 136.5 10.5l35 35.7 35-35.7c37.8-38.5 97.8-43.2 136.5-10.6 51.1 43.1 43.5 113.9 7.3 150.8z\"]\n};\nvar faHospital = {\n prefix: 'far',\n iconName: 'hospital',\n icon: [448, 512, [], \"f0f8\", \"M128 244v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12zm140 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12zm-76 84v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm76 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12zm180 124v36H0v-36c0-6.627 5.373-12 12-12h19.5V85.035C31.5 73.418 42.245 64 55.5 64H144V24c0-13.255 10.745-24 24-24h112c13.255 0 24 10.745 24 24v40h88.5c13.255 0 24 9.418 24 21.035V464H436c6.627 0 12 5.373 12 12zM79.5 463H192v-67c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v67h112.5V112H304v24c0 13.255-10.745 24-24 24H168c-13.255 0-24-10.745-24-24v-24H79.5v351zM266 64h-26V38a6 6 0 0 0-6-6h-20a6 6 0 0 0-6 6v26h-26a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h26v26a6 6 0 0 0 6 6h20a6 6 0 0 0 6-6V96h26a6 6 0 0 0 6-6V70a6 6 0 0 0-6-6z\"]\n};\nvar faHourglass = {\n prefix: 'far',\n iconName: 'hourglass',\n icon: [384, 512, [], \"f254\", \"M368 48h4c6.627 0 12-5.373 12-12V12c0-6.627-5.373-12-12-12H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h4c0 80.564 32.188 165.807 97.18 208C47.899 298.381 16 383.9 16 464h-4c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h360c6.627 0 12-5.373 12-12v-24c0-6.627-5.373-12-12-12h-4c0-80.564-32.188-165.807-97.18-208C336.102 213.619 368 128.1 368 48zM64 48h256c0 101.62-57.307 184-128 184S64 149.621 64 48zm256 416H64c0-101.62 57.308-184 128-184s128 82.38 128 184z\"]\n};\nvar faIdBadge = {\n prefix: 'far',\n iconName: 'id-badge',\n icon: [384, 512, [], \"f2c1\", \"M336 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm0 464H48V48h288v416zM144 112h96c8.8 0 16-7.2 16-16s-7.2-16-16-16h-96c-8.8 0-16 7.2-16 16s7.2 16 16 16zm48 176c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2z\"]\n};\nvar faIdCard = {\n prefix: 'far',\n iconName: 'id-card',\n icon: [576, 512, [], \"f2c2\", \"M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 400H303.2c.9-4.5.8 3.6.8-22.4 0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6 0 26-.2 17.9.8 22.4H48V144h480v288zm-168-80h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm-168 96c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64z\"]\n};\nvar faImage = {\n prefix: 'far',\n iconName: 'image',\n icon: [512, 512, [], \"f03e\", \"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm-6 336H54a6 6 0 0 1-6-6V118a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v276a6 6 0 0 1-6 6zM128 152c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zM96 352h320v-80l-87.515-87.515c-4.686-4.686-12.284-4.686-16.971 0L192 304l-39.515-39.515c-4.686-4.686-12.284-4.686-16.971 0L96 304v48z\"]\n};\nvar faImages = {\n prefix: 'far',\n iconName: 'images',\n icon: [576, 512, [], \"f302\", \"M480 416v16c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v48H54a6 6 0 0 0-6 6v244a6 6 0 0 0 6 6h372a6 6 0 0 0 6-6v-10h48zm42-336H150a6 6 0 0 0-6 6v244a6 6 0 0 0 6 6h372a6 6 0 0 0 6-6V86a6 6 0 0 0-6-6zm6-48c26.51 0 48 21.49 48 48v256c0 26.51-21.49 48-48 48H144c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h384zM264 144c0 22.091-17.909 40-40 40s-40-17.909-40-40 17.909-40 40-40 40 17.909 40 40zm-72 96l39.515-39.515c4.686-4.686 12.284-4.686 16.971 0L288 240l103.515-103.515c4.686-4.686 12.284-4.686 16.971 0L480 208v80H192v-48z\"]\n};\nvar faKeyboard = {\n prefix: 'far',\n iconName: 'keyboard',\n icon: [576, 512, [], \"f11c\", \"M528 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm8 336c0 4.411-3.589 8-8 8H48c-4.411 0-8-3.589-8-8V112c0-4.411 3.589-8 8-8h480c4.411 0 8 3.589 8 8v288zM170 270v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm-336 82v-28c0-6.627-5.373-12-12-12H82c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm384 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zM122 188v-28c0-6.627-5.373-12-12-12H82c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm-98 158v-16c0-6.627-5.373-12-12-12H180c-6.627 0-12 5.373-12 12v16c0 6.627 5.373 12 12 12h216c6.627 0 12-5.373 12-12z\"]\n};\nvar faKiss = {\n prefix: 'far',\n iconName: 'kiss',\n icon: [496, 512, [], \"f596\", \"M168 176c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm136 132c0-19.2-28.8-41.5-71.5-44-3.8-.4-7.4 2.4-8.2 6.2-.9 3.8 1.1 7.7 4.7 9.2l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-5.7 2.4-6 12.2 0 14.8l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-3.6 1.5-5.6 5.4-4.7 9.2.8 3.6 4.1 6.2 7.8 6.2h.5c42.8-2.5 71.5-24.8 71.5-44 0-13-13.4-27.3-35.2-36C290.6 335.3 304 321 304 308zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm80-280c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"]\n};\nvar faKissBeam = {\n prefix: 'far',\n iconName: 'kiss-beam',\n icon: [496, 512, [], \"f597\", \"M168 152c-23.8 0-52.7 29.3-56 71.4-.3 3.7 2 7.2 5.6 8.3 3.5 1 7.5-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 5.9-4.5 5.6-8.3-3.1-42.1-32-71.4-55.8-71.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm56-148c0-19.2-28.8-41.5-71.5-44-3.8-.4-7.4 2.4-8.2 6.2-.9 3.8 1.1 7.7 4.7 9.2l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-5.7 2.4-6 12.2 0 14.8l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-3.6 1.5-5.6 5.4-4.7 9.2.8 3.6 4.1 6.2 7.8 6.2h.5c42.8-2.5 71.5-24.8 71.5-44 0-13-13.4-27.3-35.2-36C290.6 335.3 304 321 304 308zm24-156c-23.8 0-52.7 29.3-56 71.4-.3 3.7 2 7.2 5.6 8.3 3.5 1 7.5-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 5.9-4.5 5.6-8.3-3.1-42.1-32-71.4-55.8-71.4z\"]\n};\nvar faKissWinkHeart = {\n prefix: 'far',\n iconName: 'kiss-wink-heart',\n icon: [504, 512, [], \"f598\", \"M304 308.5c0-19.2-28.8-41.5-71.5-44-3.8-.4-7.4 2.4-8.2 6.2-.9 3.8 1.1 7.7 4.7 9.2l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-5.7 2.4-6 12.2 0 14.8l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-3.6 1.5-5.6 5.4-4.7 9.2.8 3.6 4.1 6.2 7.8 6.2h.5c42.8-2.5 71.5-24.8 71.5-44 0-13-13.4-27.3-35.2-36 21.7-9.1 35.1-23.4 35.1-36.4zm70.5-83.5l9.5 8.5c3.8 3.3 9.3 4 13.7 1.6 4.4-2.4 6.9-7.4 6.1-12.4-4-25.2-34.2-42.1-59.8-42.1s-55.9 16.9-59.8 42.1c-.8 5 1.7 10 6.1 12.4 5.8 3.1 11.2.7 13.7-1.6l9.5-8.5c14.8-13.2 46.2-13.2 61 0zM136 208.5c0 17.7 14.3 32 32 32s32-14.3 32-32-14.3-32-32-32-32 14.3-32 32zm365.1 194c-8-20.8-31.5-31.5-53.1-25.9l-8.4 2.2-2.3-8.4c-5.9-21.4-27-36.5-49-33-25.2 4-40.6 28.6-34 52.6l22.9 82.6c1.5 5.3 7 8.5 12.4 7.1l83-21.5c24.1-6.3 37.7-31.8 28.5-55.7zM334 436.3c-26.1 12.5-55.2 19.7-86 19.7-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200c0 22.1-3.7 43.3-10.4 63.2 9 6.4 17 14.2 22.6 23.9 6.4.1 12.6 1.4 18.6 2.9 10.9-27.9 17.1-58.2 17.1-90C496 119 385 8 248 8S0 119 0 256s111 248 248 248c35.4 0 68.9-7.5 99.4-20.9-2.5-7.3 4.3 17.2-13.4-46.8z\"]\n};\nvar faLaugh = {\n prefix: 'far',\n iconName: 'laugh',\n icon: [496, 512, [], \"f599\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm141.4 389.4c-37.8 37.8-88 58.6-141.4 58.6s-103.6-20.8-141.4-58.6S48 309.4 48 256s20.8-103.6 58.6-141.4S194.6 56 248 56s103.6 20.8 141.4 58.6S448 202.6 448 256s-20.8 103.6-58.6 141.4zM328 224c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm-160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm194.4 64H133.6c-8.2 0-14.5 7-13.5 15 7.5 59.2 58.9 105 121.1 105h13.6c62.2 0 113.6-45.8 121.1-105 1-8-5.3-15-13.5-15z\"]\n};\nvar faLaughBeam = {\n prefix: 'far',\n iconName: 'laugh-beam',\n icon: [496, 512, [], \"f59a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm141.4 389.4c-37.8 37.8-88 58.6-141.4 58.6s-103.6-20.8-141.4-58.6S48 309.4 48 256s20.8-103.6 58.6-141.4S194.6 56 248 56s103.6 20.8 141.4 58.6S448 202.6 448 256s-20.8 103.6-58.6 141.4zM328 152c-23.8 0-52.7 29.3-56 71.4-.7 8.6 10.8 11.9 14.9 4.5l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c4.1 7.4 15.6 4 14.9-4.5-3.1-42.1-32-71.4-55.8-71.4zm-201 75.9l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c4.1 7.4 15.6 4 14.9-4.5-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.6 8.5 10.9 11.9 15.1 4.5zM362.4 288H133.6c-8.2 0-14.5 7-13.5 15 7.5 59.2 58.9 105 121.1 105h13.6c62.2 0 113.6-45.8 121.1-105 1-8-5.3-15-13.5-15z\"]\n};\nvar faLaughSquint = {\n prefix: 'far',\n iconName: 'laugh-squint',\n icon: [496, 512, [], \"f59b\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm141.4 389.4c-37.8 37.8-88 58.6-141.4 58.6s-103.6-20.8-141.4-58.6S48 309.4 48 256s20.8-103.6 58.6-141.4S194.6 56 248 56s103.6 20.8 141.4 58.6S448 202.6 448 256s-20.8 103.6-58.6 141.4zM343.6 196l33.6-40.3c8.6-10.3-3.8-24.8-15.4-18l-80 48c-7.8 4.7-7.8 15.9 0 20.6l80 48c11.5 6.8 24-7.6 15.4-18L343.6 196zm-209.4 58.3l80-48c7.8-4.7 7.8-15.9 0-20.6l-80-48c-11.6-6.9-24 7.7-15.4 18l33.6 40.3-33.6 40.3c-8.7 10.4 3.8 24.8 15.4 18zM362.4 288H133.6c-8.2 0-14.5 7-13.5 15 7.5 59.2 58.9 105 121.1 105h13.6c62.2 0 113.6-45.8 121.1-105 1-8-5.3-15-13.5-15z\"]\n};\nvar faLaughWink = {\n prefix: 'far',\n iconName: 'laugh-wink',\n icon: [496, 512, [], \"f59c\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm141.4 389.4c-37.8 37.8-88 58.6-141.4 58.6s-103.6-20.8-141.4-58.6C68.8 359.6 48 309.4 48 256s20.8-103.6 58.6-141.4C144.4 76.8 194.6 56 248 56s103.6 20.8 141.4 58.6c37.8 37.8 58.6 88 58.6 141.4s-20.8 103.6-58.6 141.4zM328 164c-25.7 0-55.9 16.9-59.9 42.1-1.7 11.2 11.5 18.2 19.8 10.8l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c8.5 7.4 21.6.3 19.8-10.8-3.8-25.2-34-42.1-59.7-42.1zm-160 60c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm194.4 64H133.6c-8.2 0-14.5 7-13.5 15 7.5 59.2 58.9 105 121.1 105h13.6c62.2 0 113.6-45.8 121.1-105 1-8-5.3-15-13.5-15z\"]\n};\nvar faLemon = {\n prefix: 'far',\n iconName: 'lemon',\n icon: [512, 512, [], \"f094\", \"M484.112 27.889C455.989-.233 416.108-8.057 387.059 8.865 347.604 31.848 223.504-41.111 91.196 91.197-41.277 223.672 31.923 347.472 8.866 387.058c-16.922 29.051-9.1 68.932 19.022 97.054 28.135 28.135 68.011 35.938 97.057 19.021 39.423-22.97 163.557 49.969 295.858-82.329 132.474-132.477 59.273-256.277 82.331-295.861 16.922-29.05 9.1-68.931-19.022-97.054zm-22.405 72.894c-38.8 66.609 45.6 165.635-74.845 286.08-120.44 120.443-219.475 36.048-286.076 74.843-22.679 13.207-64.035-27.241-50.493-50.488 38.8-66.609-45.6-165.635 74.845-286.08C245.573 4.702 344.616 89.086 411.219 50.292c22.73-13.24 64.005 27.288 50.488 50.491zm-169.861 8.736c1.37 10.96-6.404 20.957-17.365 22.327-54.846 6.855-135.779 87.787-142.635 142.635-1.373 10.989-11.399 18.734-22.326 17.365-10.961-1.37-18.735-11.366-17.365-22.326 9.162-73.286 104.167-168.215 177.365-177.365 10.953-1.368 20.956 6.403 22.326 17.364z\"]\n};\nvar faLifeRing = {\n prefix: 'far',\n iconName: 'life-ring',\n icon: [512, 512, [], \"f1cd\", \"M256 504c136.967 0 248-111.033 248-248S392.967 8 256 8 8 119.033 8 256s111.033 248 248 248zm-103.398-76.72l53.411-53.411c31.806 13.506 68.128 13.522 99.974 0l53.411 53.411c-63.217 38.319-143.579 38.319-206.796 0zM336 256c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zm91.28 103.398l-53.411-53.411c13.505-31.806 13.522-68.128 0-99.974l53.411-53.411c38.319 63.217 38.319 143.579 0 206.796zM359.397 84.72l-53.411 53.411c-31.806-13.505-68.128-13.522-99.973 0L152.602 84.72c63.217-38.319 143.579-38.319 206.795 0zM84.72 152.602l53.411 53.411c-13.506 31.806-13.522 68.128 0 99.974L84.72 359.398c-38.319-63.217-38.319-143.579 0-206.796z\"]\n};\nvar faLightbulb = {\n prefix: 'far',\n iconName: 'lightbulb',\n icon: [352, 512, [], \"f0eb\", \"M176 80c-52.94 0-96 43.06-96 96 0 8.84 7.16 16 16 16s16-7.16 16-16c0-35.3 28.72-64 64-64 8.84 0 16-7.16 16-16s-7.16-16-16-16zM96.06 459.17c0 3.15.93 6.22 2.68 8.84l24.51 36.84c2.97 4.46 7.97 7.14 13.32 7.14h78.85c5.36 0 10.36-2.68 13.32-7.14l24.51-36.84c1.74-2.62 2.67-5.7 2.68-8.84l.05-43.18H96.02l.04 43.18zM176 0C73.72 0 0 82.97 0 176c0 44.37 16.45 84.85 43.56 115.78 16.64 18.99 42.74 58.8 52.42 92.16v.06h48v-.12c-.01-4.77-.72-9.51-2.15-14.07-5.59-17.81-22.82-64.77-62.17-109.67-20.54-23.43-31.52-53.15-31.61-84.14-.2-73.64 59.67-128 127.95-128 70.58 0 128 57.42 128 128 0 30.97-11.24 60.85-31.65 84.14-39.11 44.61-56.42 91.47-62.1 109.46a47.507 47.507 0 0 0-2.22 14.3v.1h48v-.05c9.68-33.37 35.78-73.18 52.42-92.16C335.55 260.85 352 220.37 352 176 352 78.8 273.2 0 176 0z\"]\n};\nvar faListAlt = {\n prefix: 'far',\n iconName: 'list-alt',\n icon: [512, 512, [], \"f022\", \"M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-42-92v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm-252 12c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36z\"]\n};\nvar faMap = {\n prefix: 'far',\n iconName: 'map',\n icon: [576, 512, [], \"f279\", \"M560.02 32c-1.96 0-3.98.37-5.96 1.16L384.01 96H384L212 35.28A64.252 64.252 0 0 0 191.76 32c-6.69 0-13.37 1.05-19.81 3.14L20.12 87.95A32.006 32.006 0 0 0 0 117.66v346.32C0 473.17 7.53 480 15.99 480c1.96 0 3.97-.37 5.96-1.16L192 416l172 60.71a63.98 63.98 0 0 0 40.05.15l151.83-52.81A31.996 31.996 0 0 0 576 394.34V48.02c0-9.19-7.53-16.02-15.98-16.02zM224 90.42l128 45.19v285.97l-128-45.19V90.42zM48 418.05V129.07l128-44.53v286.2l-.64.23L48 418.05zm480-35.13l-128 44.53V141.26l.64-.24L528 93.95v288.97z\"]\n};\nvar faMeh = {\n prefix: 'far',\n iconName: 'meh',\n icon: [496, 512, [], \"f11a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm8 144H160c-13.2 0-24 10.8-24 24s10.8 24 24 24h176c13.2 0 24-10.8 24-24s-10.8-24-24-24z\"]\n};\nvar faMehBlank = {\n prefix: 'far',\n iconName: 'meh-blank',\n icon: [496, 512, [], \"f5a4\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-280c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"]\n};\nvar faMehRollingEyes = {\n prefix: 'far',\n iconName: 'meh-rolling-eyes',\n icon: [496, 512, [], \"f5a5\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm88-304c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72zm0 112c-22.1 0-40-17.9-40-40 0-13.6 7.3-25.1 17.7-32.3-1 2.6-1.7 5.3-1.7 8.3 0 13.3 10.7 24 24 24s24-10.7 24-24c0-2.9-.7-5.7-1.7-8.3 10.4 7.2 17.7 18.7 17.7 32.3 0 22.1-17.9 40-40 40zm-104-40c0-39.8-32.2-72-72-72s-72 32.2-72 72 32.2 72 72 72 72-32.2 72-72zm-112 0c0-13.6 7.3-25.1 17.7-32.3-1 2.6-1.7 5.3-1.7 8.3 0 13.3 10.7 24 24 24s24-10.7 24-24c0-2.9-.7-5.7-1.7-8.3 10.4 7.2 17.7 18.7 17.7 32.3 0 22.1-17.9 40-40 40s-40-17.9-40-40zm192 128H184c-13.2 0-24 10.8-24 24s10.8 24 24 24h128c13.2 0 24-10.8 24-24s-10.8-24-24-24z\"]\n};\nvar faMinusSquare = {\n prefix: 'far',\n iconName: 'minus-square',\n icon: [448, 512, [], \"f146\", \"M108 284c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h232c6.6 0 12 5.4 12 12v32c0 6.6-5.4 12-12 12H108zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faMoneyBillAlt = {\n prefix: 'far',\n iconName: 'money-bill-alt',\n icon: [640, 512, [], \"f3d1\", \"M320 144c-53.02 0-96 50.14-96 112 0 61.85 42.98 112 96 112 53 0 96-50.13 96-112 0-61.86-42.98-112-96-112zm40 168c0 4.42-3.58 8-8 8h-64c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h16v-55.44l-.47.31a7.992 7.992 0 0 1-11.09-2.22l-8.88-13.31a7.992 7.992 0 0 1 2.22-11.09l15.33-10.22a23.99 23.99 0 0 1 13.31-4.03H328c4.42 0 8 3.58 8 8v88h16c4.42 0 8 3.58 8 8v16zM608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zm-16 272c-35.35 0-64 28.65-64 64H112c0-35.35-28.65-64-64-64V176c35.35 0 64-28.65 64-64h416c0 35.35 28.65 64 64 64v160z\"]\n};\nvar faMoon = {\n prefix: 'far',\n iconName: 'moon',\n icon: [512, 512, [], \"f186\", \"M279.135 512c78.756 0 150.982-35.804 198.844-94.775 28.27-34.831-2.558-85.722-46.249-77.401-82.348 15.683-158.272-47.268-158.272-130.792 0-48.424 26.06-92.292 67.434-115.836 38.745-22.05 28.999-80.788-15.022-88.919A257.936 257.936 0 0 0 279.135 0c-141.36 0-256 114.575-256 256 0 141.36 114.576 256 256 256zm0-464c12.985 0 25.689 1.201 38.016 3.478-54.76 31.163-91.693 90.042-91.693 157.554 0 113.848 103.641 199.2 215.252 177.944C402.574 433.964 344.366 464 279.135 464c-114.875 0-208-93.125-208-208s93.125-208 208-208z\"]\n};\nvar faNewspaper = {\n prefix: 'far',\n iconName: 'newspaper',\n icon: [576, 512, [], \"f1ea\", \"M552 64H112c-20.858 0-38.643 13.377-45.248 32H24c-13.255 0-24 10.745-24 24v272c0 30.928 25.072 56 56 56h496c13.255 0 24-10.745 24-24V88c0-13.255-10.745-24-24-24zM48 392V144h16v248c0 4.411-3.589 8-8 8s-8-3.589-8-8zm480 8H111.422c.374-2.614.578-5.283.578-8V112h416v288zM172 280h136c6.627 0 12-5.373 12-12v-96c0-6.627-5.373-12-12-12H172c-6.627 0-12 5.373-12 12v96c0 6.627 5.373 12 12 12zm28-80h80v40h-80v-40zm-40 140v-24c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H172c-6.627 0-12-5.373-12-12zm192 0v-24c0-6.627 5.373-12 12-12h104c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0-144v-24c0-6.627 5.373-12 12-12h104c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0 72v-24c0-6.627 5.373-12 12-12h104c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12z\"]\n};\nvar faObjectGroup = {\n prefix: 'far',\n iconName: 'object-group',\n icon: [512, 512, [], \"f247\", \"M500 128c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v12H96V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v72c0 6.627 5.373 12 12 12h12v256H12c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-12h320v12c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-12V128h12zm-52-64h32v32h-32V64zM32 64h32v32H32V64zm32 384H32v-32h32v32zm416 0h-32v-32h32v32zm-40-64h-12c-6.627 0-12 5.373-12 12v12H96v-12c0-6.627-5.373-12-12-12H72V128h12c6.627 0 12-5.373 12-12v-12h320v12c0 6.627 5.373 12 12 12h12v256zm-36-192h-84v-52c0-6.628-5.373-12-12-12H108c-6.627 0-12 5.372-12 12v168c0 6.628 5.373 12 12 12h84v52c0 6.628 5.373 12 12 12h200c6.627 0 12-5.372 12-12V204c0-6.628-5.373-12-12-12zm-268-24h144v112H136V168zm240 176H232v-24h76c6.627 0 12-5.372 12-12v-76h56v112z\"]\n};\nvar faObjectUngroup = {\n prefix: 'far',\n iconName: 'object-ungroup',\n icon: [576, 512, [], \"f248\", \"M564 224c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v12h-88v-24h12c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v12H96V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v72c0 6.627 5.373 12 12 12h12v160H12c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-12h88v24h-12c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-12h224v12c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-12V224h12zM352 64h32v32h-32V64zm0 256h32v32h-32v-32zM64 352H32v-32h32v32zm0-256H32V64h32v32zm32 216v-12c0-6.627-5.373-12-12-12H72V128h12c6.627 0 12-5.373 12-12v-12h224v12c0 6.627 5.373 12 12 12h12v160h-12c-6.627 0-12 5.373-12 12v12H96zm128 136h-32v-32h32v32zm280-64h-12c-6.627 0-12 5.373-12 12v12H256v-12c0-6.627-5.373-12-12-12h-12v-24h88v12c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-12v-88h88v12c0 6.627 5.373 12 12 12h12v160zm40 64h-32v-32h32v32zm0-256h-32v-32h32v32z\"]\n};\nvar faPaperPlane = {\n prefix: 'far',\n iconName: 'paper-plane',\n icon: [512, 512, [], \"f1d8\", \"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"]\n};\nvar faPauseCircle = {\n prefix: 'far',\n iconName: 'pause-circle',\n icon: [512, 512, [], \"f28b\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm96-280v160c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16zm-112 0v160c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16z\"]\n};\nvar faPlayCircle = {\n prefix: 'far',\n iconName: 'play-circle',\n icon: [512, 512, [], \"f144\", \"M371.7 238l-176-107c-15.8-8.8-35.7 2.5-35.7 21v208c0 18.4 19.8 29.8 35.7 21l176-101c16.4-9.1 16.4-32.8 0-42zM504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256z\"]\n};\nvar faPlusSquare = {\n prefix: 'far',\n iconName: 'plus-square',\n icon: [448, 512, [], \"f0fe\", \"M352 240v32c0 6.6-5.4 12-12 12h-88v88c0 6.6-5.4 12-12 12h-32c-6.6 0-12-5.4-12-12v-88h-88c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h88v-88c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v88h88c6.6 0 12 5.4 12 12zm96-160v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faQuestionCircle = {\n prefix: 'far',\n iconName: 'question-circle',\n icon: [512, 512, [], \"f059\", \"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 448c-110.532 0-200-89.431-200-200 0-110.495 89.472-200 200-200 110.491 0 200 89.471 200 200 0 110.53-89.431 200-200 200zm107.244-255.2c0 67.052-72.421 68.084-72.421 92.863V300c0 6.627-5.373 12-12 12h-45.647c-6.627 0-12-5.373-12-12v-8.659c0-35.745 27.1-50.034 47.579-61.516 17.561-9.845 28.324-16.541 28.324-29.579 0-17.246-21.999-28.693-39.784-28.693-23.189 0-33.894 10.977-48.942 29.969-4.057 5.12-11.46 6.071-16.666 2.124l-27.824-21.098c-5.107-3.872-6.251-11.066-2.644-16.363C184.846 131.491 214.94 112 261.794 112c49.071 0 101.45 38.304 101.45 88.8zM298 368c0 23.159-18.841 42-42 42s-42-18.841-42-42 18.841-42 42-42 42 18.841 42 42z\"]\n};\nvar faRegistered = {\n prefix: 'far',\n iconName: 'registered',\n icon: [512, 512, [], \"f25d\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm110.442-81.791c-53.046-96.284-50.25-91.468-53.271-96.085 24.267-13.879 39.482-41.563 39.482-73.176 0-52.503-30.247-85.252-101.498-85.252h-78.667c-6.617 0-12 5.383-12 12V380c0 6.617 5.383 12 12 12h38.568c6.617 0 12-5.383 12-12v-83.663h31.958l47.515 89.303a11.98 11.98 0 0 0 10.593 6.36h42.81c9.14 0 14.914-9.799 10.51-17.791zM256.933 239.906h-33.875v-64.14h27.377c32.417 0 38.929 12.133 38.929 31.709-.001 20.913-11.518 32.431-32.431 32.431z\"]\n};\nvar faSadCry = {\n prefix: 'far',\n iconName: 'sad-cry',\n icon: [496, 512, [], \"f5b3\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm144 386.4V280c0-13.2-10.8-24-24-24s-24 10.8-24 24v151.4C315.5 447 282.8 456 248 456s-67.5-9-96-24.6V280c0-13.2-10.8-24-24-24s-24 10.8-24 24v114.4c-34.6-36-56-84.7-56-138.4 0-110.3 89.7-200 200-200s200 89.7 200 200c0 53.7-21.4 102.5-56 138.4zM205.8 234.5c4.4-2.4 6.9-7.4 6.1-12.4-4-25.2-34.2-42.1-59.8-42.1s-55.9 16.9-59.8 42.1c-.8 5 1.7 10 6.1 12.4 4.4 2.4 9.9 1.8 13.7-1.6l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c2.5 2.3 7.9 4.8 13.7 1.6zM344 180c-25.7 0-55.9 16.9-59.8 42.1-.8 5 1.7 10 6.1 12.4 4.5 2.4 9.9 1.8 13.7-1.6l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c2.5 2.2 8 4.7 13.7 1.6 4.4-2.4 6.9-7.4 6.1-12.4-3.9-25.2-34.1-42.1-59.8-42.1zm-96 92c-30.9 0-56 28.7-56 64s25.1 64 56 64 56-28.7 56-64-25.1-64-56-64z\"]\n};\nvar faSadTear = {\n prefix: 'far',\n iconName: 'sad-tear',\n icon: [496, 512, [], \"f5b4\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm8-152c-13.2 0-24 10.8-24 24s10.8 24 24 24c23.8 0 46.3 10.5 61.6 28.8 8.1 9.8 23.2 11.9 33.8 3.1 10.2-8.5 11.6-23.6 3.1-33.8C330 320.8 294.1 304 256 304zm-88-64c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-165.6 98.8C151 290.1 126 325.4 126 342.9c0 22.7 18.8 41.1 42 41.1s42-18.4 42-41.1c0-17.5-25-52.8-36.4-68.1-2.8-3.7-8.4-3.7-11.2 0z\"]\n};\nvar faSave = {\n prefix: 'far',\n iconName: 'save',\n icon: [448, 512, [], \"f0c7\", \"M433.941 129.941l-83.882-83.882A48 48 0 0 0 316.118 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V163.882a48 48 0 0 0-14.059-33.941zM272 80v80H144V80h128zm122 352H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h42v104c0 13.255 10.745 24 24 24h176c13.255 0 24-10.745 24-24V83.882l78.243 78.243a6 6 0 0 1 1.757 4.243V426a6 6 0 0 1-6 6zM224 232c-48.523 0-88 39.477-88 88s39.477 88 88 88 88-39.477 88-88-39.477-88-88-88zm0 128c-22.056 0-40-17.944-40-40s17.944-40 40-40 40 17.944 40 40-17.944 40-40 40z\"]\n};\nvar faShareSquare = {\n prefix: 'far',\n iconName: 'share-square',\n icon: [576, 512, [], \"f14d\", \"M561.938 158.06L417.94 14.092C387.926-15.922 336 5.097 336 48.032v57.198c-42.45 1.88-84.03 6.55-120.76 17.99-35.17 10.95-63.07 27.58-82.91 49.42C108.22 199.2 96 232.6 96 271.94c0 61.697 33.178 112.455 84.87 144.76 37.546 23.508 85.248-12.651 71.02-55.74-15.515-47.119-17.156-70.923 84.11-78.76V336c0 42.993 51.968 63.913 81.94 33.94l143.998-144c18.75-18.74 18.75-49.14 0-67.88zM384 336V232.16C255.309 234.082 166.492 255.35 206.31 376 176.79 357.55 144 324.08 144 271.94c0-109.334 129.14-118.947 240-119.85V48l144 144-144 144zm24.74 84.493a82.658 82.658 0 0 0 20.974-9.303c7.976-4.952 18.286.826 18.286 10.214V464c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h132c6.627 0 12 5.373 12 12v4.486c0 4.917-2.987 9.369-7.569 11.152-13.702 5.331-26.396 11.537-38.05 18.585a12.138 12.138 0 0 1-6.28 1.777H54a6 6 0 0 0-6 6v340a6 6 0 0 0 6 6h340a6 6 0 0 0 6-6v-25.966c0-5.37 3.579-10.059 8.74-11.541z\"]\n};\nvar faSmile = {\n prefix: 'far',\n iconName: 'smile',\n icon: [496, 512, [], \"f118\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm4 72.6c-20.8 25-51.5 39.4-84 39.4s-63.2-14.3-84-39.4c-8.5-10.2-23.7-11.5-33.8-3.1-10.2 8.5-11.5 23.6-3.1 33.8 30 36 74.1 56.6 120.9 56.6s90.9-20.6 120.9-56.6c8.5-10.2 7.1-25.3-3.1-33.8-10.1-8.4-25.3-7.1-33.8 3.1z\"]\n};\nvar faSmileBeam = {\n prefix: 'far',\n iconName: 'smile-beam',\n icon: [496, 512, [], \"f5b8\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm84-143.4c-20.8 25-51.5 39.4-84 39.4s-63.2-14.3-84-39.4c-8.5-10.2-23.6-11.5-33.8-3.1-10.2 8.5-11.5 23.6-3.1 33.8 30 36 74.1 56.6 120.9 56.6s90.9-20.6 120.9-56.6c8.5-10.2 7.1-25.3-3.1-33.8-10.2-8.4-25.3-7.1-33.8 3.1zM136.5 211c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.4 1.1 7.4-.5 9.3-3.7l9.5-17zM328 152c-23.8 0-52.7 29.3-56 71.4-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4z\"]\n};\nvar faSmileWink = {\n prefix: 'far',\n iconName: 'smile-wink',\n icon: [496, 512, [], \"f4da\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm117.8-146.4c-10.2-8.5-25.3-7.1-33.8 3.1-20.8 25-51.5 39.4-84 39.4s-63.2-14.3-84-39.4c-8.5-10.2-23.7-11.5-33.8-3.1-10.2 8.5-11.5 23.6-3.1 33.8 30 36 74.1 56.6 120.9 56.6s90.9-20.6 120.9-56.6c8.5-10.2 7.1-25.3-3.1-33.8zM168 240c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-60c-25.7 0-55.9 16.9-59.9 42.1-1.7 11.2 11.5 18.2 19.8 10.8l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c8.5 7.4 21.6.3 19.8-10.8-3.8-25.2-34-42.1-59.7-42.1z\"]\n};\nvar faSnowflake = {\n prefix: 'far',\n iconName: 'snowflake',\n icon: [448, 512, [], \"f2dc\", \"M440.1 355.2l-39.2-23 34.1-9.3c8.4-2.3 13.4-11.1 11.1-19.6l-4.1-15.5c-2.2-8.5-10.9-13.6-19.3-11.3L343 298.2 271.2 256l71.9-42.2 79.7 21.7c8.4 2.3 17-2.8 19.3-11.3l4.1-15.5c2.2-8.5-2.7-17.3-11.1-19.6l-34.1-9.3 39.2-23c7.5-4.4 10.1-14.2 5.8-21.9l-7.9-13.9c-4.3-7.7-14-10.3-21.5-5.9l-39.2 23 9.1-34.7c2.2-8.5-2.7-17.3-11.1-19.6l-15.2-4.1c-8.4-2.3-17 2.8-19.3 11.3l-21.3 81-71.9 42.2v-84.5L306 70.4c6.1-6.2 6.1-16.4 0-22.6l-11.1-11.3c-6.1-6.2-16.1-6.2-22.2 0l-24.9 25.4V16c0-8.8-7-16-15.7-16h-15.7c-8.7 0-15.7 7.2-15.7 16v46.1l-24.9-25.4c-6.1-6.2-16.1-6.2-22.2 0L142.1 48c-6.1 6.2-6.1 16.4 0 22.6l58.3 59.3v84.5l-71.9-42.2-21.3-81c-2.2-8.5-10.9-13.6-19.3-11.3L72.7 84c-8.4 2.3-13.4 11.1-11.1 19.6l9.1 34.7-39.2-23c-7.5-4.4-17.1-1.8-21.5 5.9l-7.9 13.9c-4.3 7.7-1.8 17.4 5.8 21.9l39.2 23-34.1 9.1c-8.4 2.3-13.4 11.1-11.1 19.6L6 224.2c2.2 8.5 10.9 13.6 19.3 11.3l79.7-21.7 71.9 42.2-71.9 42.2-79.7-21.7c-8.4-2.3-17 2.8-19.3 11.3l-4.1 15.5c-2.2 8.5 2.7 17.3 11.1 19.6l34.1 9.3-39.2 23c-7.5 4.4-10.1 14.2-5.8 21.9L10 391c4.3 7.7 14 10.3 21.5 5.9l39.2-23-9.1 34.7c-2.2 8.5 2.7 17.3 11.1 19.6l15.2 4.1c8.4 2.3 17-2.8 19.3-11.3l21.3-81 71.9-42.2v84.5l-58.3 59.3c-6.1 6.2-6.1 16.4 0 22.6l11.1 11.3c6.1 6.2 16.1 6.2 22.2 0l24.9-25.4V496c0 8.8 7 16 15.7 16h15.7c8.7 0 15.7-7.2 15.7-16v-46.1l24.9 25.4c6.1 6.2 16.1 6.2 22.2 0l11.1-11.3c6.1-6.2 6.1-16.4 0-22.6l-58.3-59.3v-84.5l71.9 42.2 21.3 81c2.2 8.5 10.9 13.6 19.3 11.3L375 428c8.4-2.3 13.4-11.1 11.1-19.6l-9.1-34.7 39.2 23c7.5 4.4 17.1 1.8 21.5-5.9l7.9-13.9c4.6-7.5 2.1-17.3-5.5-21.7z\"]\n};\nvar faSquare = {\n prefix: 'far',\n iconName: 'square',\n icon: [448, 512, [], \"f0c8\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h340c3.3 0 6 2.7 6 6v340c0 3.3-2.7 6-6 6z\"]\n};\nvar faStar = {\n prefix: 'far',\n iconName: 'star',\n icon: [576, 512, [], \"f005\", \"M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z\"]\n};\nvar faStarHalf = {\n prefix: 'far',\n iconName: 'star-half',\n icon: [576, 512, [], \"f089\", \"M288 385.3l-124.3 65.4 23.7-138.4-100.6-98 139-20.2 62.2-126V0c-11.4 0-22.8 5.9-28.7 17.8L194 150.2 47.9 171.4c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.1 23 46 46.4 33.7L288 439.6v-54.3z\"]\n};\nvar faStickyNote = {\n prefix: 'far',\n iconName: 'sticky-note',\n icon: [448, 512, [], \"f249\", \"M448 348.106V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80v351.988c0 26.51 21.49 48 48 48h268.118a48 48 0 0 0 33.941-14.059l83.882-83.882A48 48 0 0 0 448 348.106zm-128 80v-76.118h76.118L320 428.106zM400 80v223.988H296c-13.255 0-24 10.745-24 24v104H48V80h352z\"]\n};\nvar faStopCircle = {\n prefix: 'far',\n iconName: 'stop-circle',\n icon: [512, 512, [], \"f28d\", \"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm296-80v160c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h160c8.8 0 16 7.2 16 16z\"]\n};\nvar faSun = {\n prefix: 'far',\n iconName: 'sun',\n icon: [512, 512, [], \"f185\", \"M494.2 221.9l-59.8-40.5 13.7-71c2.6-13.2-1.6-26.8-11.1-36.4-9.6-9.5-23.2-13.7-36.2-11.1l-70.9 13.7-40.4-59.9c-15.1-22.3-51.9-22.3-67 0l-40.4 59.9-70.8-13.7C98 60.4 84.5 64.5 75 74.1c-9.5 9.6-13.7 23.1-11.1 36.3l13.7 71-59.8 40.5C6.6 229.5 0 242 0 255.5s6.7 26 17.8 33.5l59.8 40.5-13.7 71c-2.6 13.2 1.6 26.8 11.1 36.3 9.5 9.5 22.9 13.7 36.3 11.1l70.8-13.7 40.4 59.9C230 505.3 242.6 512 256 512s26-6.7 33.5-17.8l40.4-59.9 70.9 13.7c13.4 2.7 26.8-1.6 36.3-11.1 9.5-9.5 13.6-23.1 11.1-36.3l-13.7-71 59.8-40.5c11.1-7.5 17.8-20.1 17.8-33.5-.1-13.6-6.7-26.1-17.9-33.7zm-112.9 85.6l17.6 91.2-91-17.6L256 458l-51.9-77-90.9 17.6 17.6-91.2-76.8-52 76.8-52-17.6-91.2 91 17.6L256 53l51.9 76.9 91-17.6-17.6 91.1 76.8 52-76.8 52.1zM256 152c-57.3 0-104 46.7-104 104s46.7 104 104 104 104-46.7 104-104-46.7-104-104-104zm0 160c-30.9 0-56-25.1-56-56s25.1-56 56-56 56 25.1 56 56-25.1 56-56 56z\"]\n};\nvar faSurprise = {\n prefix: 'far',\n iconName: 'surprise',\n icon: [496, 512, [], \"f5c2\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm0-176c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64zm-48-72c0-17.7-14.3-32-32-32s-32 14.3-32 32 14.3 32 32 32 32-14.3 32-32zm128-32c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"]\n};\nvar faThumbsDown = {\n prefix: 'far',\n iconName: 'thumbs-down',\n icon: [512, 512, [], \"f165\", \"M466.27 225.31c4.674-22.647.864-44.538-8.99-62.99 2.958-23.868-4.021-48.565-17.34-66.99C438.986 39.423 404.117 0 327 0c-7 0-15 .01-22.22.01C201.195.01 168.997 40 128 40h-10.845c-5.64-4.975-13.042-8-21.155-8H32C14.327 32 0 46.327 0 64v240c0 17.673 14.327 32 32 32h64c11.842 0 22.175-6.438 27.708-16h7.052c19.146 16.953 46.013 60.653 68.76 83.4 13.667 13.667 10.153 108.6 71.76 108.6 57.58 0 95.27-31.936 95.27-104.73 0-18.41-3.93-33.73-8.85-46.54h36.48c48.602 0 85.82-41.565 85.82-85.58 0-19.15-4.96-34.99-13.73-49.84zM64 296c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zm330.18 16.73H290.19c0 37.82 28.36 55.37 28.36 94.54 0 23.75 0 56.73-47.27 56.73-18.91-18.91-9.46-66.18-37.82-94.54C206.9 342.89 167.28 272 138.92 272H128V85.83c53.611 0 100.001-37.82 171.64-37.82h37.82c35.512 0 60.82 17.12 53.12 65.9 15.2 8.16 26.5 36.44 13.94 57.57 21.581 20.384 18.699 51.065 5.21 65.62 9.45 0 22.36 18.91 22.27 37.81-.09 18.91-16.71 37.82-37.82 37.82z\"]\n};\nvar faThumbsUp = {\n prefix: 'far',\n iconName: 'thumbs-up',\n icon: [512, 512, [], \"f164\", \"M466.27 286.69C475.04 271.84 480 256 480 236.85c0-44.015-37.218-85.58-85.82-85.58H357.7c4.92-12.81 8.85-28.13 8.85-46.54C366.55 31.936 328.86 0 271.28 0c-61.607 0-58.093 94.933-71.76 108.6-22.747 22.747-49.615 66.447-68.76 83.4H32c-17.673 0-32 14.327-32 32v240c0 17.673 14.327 32 32 32h64c14.893 0 27.408-10.174 30.978-23.95 44.509 1.001 75.06 39.94 177.802 39.94 7.22 0 15.22.01 22.22.01 77.117 0 111.986-39.423 112.94-95.33 13.319-18.425 20.299-43.122 17.34-66.99 9.854-18.452 13.664-40.343 8.99-62.99zm-61.75 53.83c12.56 21.13 1.26 49.41-13.94 57.57 7.7 48.78-17.608 65.9-53.12 65.9h-37.82c-71.639 0-118.029-37.82-171.64-37.82V240h10.92c28.36 0 67.98-70.89 94.54-97.46 28.36-28.36 18.91-75.63 37.82-94.54 47.27 0 47.27 32.98 47.27 56.73 0 39.17-28.36 56.72-28.36 94.54h103.99c21.11 0 37.73 18.91 37.82 37.82.09 18.9-12.82 37.81-22.27 37.81 13.489 14.555 16.371 45.236-5.21 65.62zM88 432c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24z\"]\n};\nvar faTimesCircle = {\n prefix: 'far',\n iconName: 'times-circle',\n icon: [512, 512, [], \"f057\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm101.8-262.2L295.6 256l62.2 62.2c4.7 4.7 4.7 12.3 0 17l-22.6 22.6c-4.7 4.7-12.3 4.7-17 0L256 295.6l-62.2 62.2c-4.7 4.7-12.3 4.7-17 0l-22.6-22.6c-4.7-4.7-4.7-12.3 0-17l62.2-62.2-62.2-62.2c-4.7-4.7-4.7-12.3 0-17l22.6-22.6c4.7-4.7 12.3-4.7 17 0l62.2 62.2 62.2-62.2c4.7-4.7 12.3-4.7 17 0l22.6 22.6c4.7 4.7 4.7 12.3 0 17z\"]\n};\nvar faTired = {\n prefix: 'far',\n iconName: 'tired',\n icon: [496, 512, [], \"f5c8\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm129.1-303.8c-3.8-4.4-10.3-5.4-15.3-2.5l-80 48c-3.6 2.2-5.8 6.1-5.8 10.3s2.2 8.1 5.8 10.3l80 48c5.4 3.2 11.8 1.6 15.3-2.5 3.8-4.5 3.9-11 .1-15.5L343.6 208l33.6-40.3c3.8-4.5 3.7-11.1-.1-15.5zM220 208c0-4.2-2.2-8.1-5.8-10.3l-80-48c-5-3-11.5-1.9-15.3 2.5-3.8 4.5-3.9 11-.1 15.5l33.6 40.3-33.6 40.3c-3.8 4.5-3.7 11 .1 15.5 3.5 4.1 9.9 5.7 15.3 2.5l80-48c3.6-2.2 5.8-6.1 5.8-10.3zm28 64c-45.4 0-100.9 38.3-107.8 93.3-1.5 11.8 6.9 21.6 15.5 17.9C178.4 373.5 212 368 248 368s69.6 5.5 92.3 15.2c8.5 3.7 17-6 15.5-17.9-6.9-55-62.4-93.3-107.8-93.3z\"]\n};\nvar faTrashAlt = {\n prefix: 'far',\n iconName: 'trash-alt',\n icon: [448, 512, [], \"f2ed\", \"M268 416h24a12 12 0 0 0 12-12V188a12 12 0 0 0-12-12h-24a12 12 0 0 0-12 12v216a12 12 0 0 0 12 12zM432 80h-82.41l-34-56.7A48 48 0 0 0 274.41 0H173.59a48 48 0 0 0-41.16 23.3L98.41 80H16A16 16 0 0 0 0 96v16a16 16 0 0 0 16 16h16v336a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128h16a16 16 0 0 0 16-16V96a16 16 0 0 0-16-16zM171.84 50.91A6 6 0 0 1 177 48h94a6 6 0 0 1 5.15 2.91L293.61 80H154.39zM368 464H80V128h288zm-212-48h24a12 12 0 0 0 12-12V188a12 12 0 0 0-12-12h-24a12 12 0 0 0-12 12v216a12 12 0 0 0 12 12z\"]\n};\nvar faUser = {\n prefix: 'far',\n iconName: 'user',\n icon: [448, 512, [], \"f007\", \"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"]\n};\nvar faUserCircle = {\n prefix: 'far',\n iconName: 'user-circle',\n icon: [496, 512, [], \"f2bd\", \"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"]\n};\nvar faWindowClose = {\n prefix: 'far',\n iconName: 'window-close',\n icon: [512, 512, [], \"f410\", \"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z\"]\n};\nvar faWindowMaximize = {\n prefix: 'far',\n iconName: 'window-maximize',\n icon: [512, 512, [], \"f2d0\", \"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V192h416v234z\"]\n};\nvar faWindowMinimize = {\n prefix: 'far',\n iconName: 'window-minimize',\n icon: [512, 512, [], \"f2d1\", \"M480 480H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h448c17.7 0 32 14.3 32 32s-14.3 32-32 32z\"]\n};\nvar faWindowRestore = {\n prefix: 'far',\n iconName: 'window-restore',\n icon: [512, 512, [], \"f2d2\", \"M464 0H144c-26.5 0-48 21.5-48 48v48H48c-26.5 0-48 21.5-48 48v320c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48v-48h48c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-96 464H48V256h320v208zm96-96h-48V144c0-26.5-21.5-48-48-48H144V48h320v320z\"]\n};\nvar _iconsCache = {\n faAddressBook: faAddressBook,\n faAddressCard: faAddressCard,\n faAngry: faAngry,\n faArrowAltCircleDown: faArrowAltCircleDown,\n faArrowAltCircleLeft: faArrowAltCircleLeft,\n faArrowAltCircleRight: faArrowAltCircleRight,\n faArrowAltCircleUp: faArrowAltCircleUp,\n faBell: faBell,\n faBellSlash: faBellSlash,\n faBookmark: faBookmark,\n faBuilding: faBuilding,\n faCalendar: faCalendar,\n faCalendarAlt: faCalendarAlt,\n faCalendarCheck: faCalendarCheck,\n faCalendarMinus: faCalendarMinus,\n faCalendarPlus: faCalendarPlus,\n faCalendarTimes: faCalendarTimes,\n faCaretSquareDown: faCaretSquareDown,\n faCaretSquareLeft: faCaretSquareLeft,\n faCaretSquareRight: faCaretSquareRight,\n faCaretSquareUp: faCaretSquareUp,\n faChartBar: faChartBar,\n faCheckCircle: faCheckCircle,\n faCheckSquare: faCheckSquare,\n faCircle: faCircle,\n faClipboard: faClipboard,\n faClock: faClock,\n faClone: faClone,\n faClosedCaptioning: faClosedCaptioning,\n faComment: faComment,\n faCommentAlt: faCommentAlt,\n faCommentDots: faCommentDots,\n faComments: faComments,\n faCompass: faCompass,\n faCopy: faCopy,\n faCopyright: faCopyright,\n faCreditCard: faCreditCard,\n faDizzy: faDizzy,\n faDotCircle: faDotCircle,\n faEdit: faEdit,\n faEnvelope: faEnvelope,\n faEnvelopeOpen: faEnvelopeOpen,\n faEye: faEye,\n faEyeSlash: faEyeSlash,\n faFile: faFile,\n faFileAlt: faFileAlt,\n faFileArchive: faFileArchive,\n faFileAudio: faFileAudio,\n faFileCode: faFileCode,\n faFileExcel: faFileExcel,\n faFileImage: faFileImage,\n faFilePdf: faFilePdf,\n faFilePowerpoint: faFilePowerpoint,\n faFileVideo: faFileVideo,\n faFileWord: faFileWord,\n faFlag: faFlag,\n faFlushed: faFlushed,\n faFolder: faFolder,\n faFolderOpen: faFolderOpen,\n faFontAwesomeLogoFull: faFontAwesomeLogoFull,\n faFrown: faFrown,\n faFrownOpen: faFrownOpen,\n faFutbol: faFutbol,\n faGem: faGem,\n faGrimace: faGrimace,\n faGrin: faGrin,\n faGrinAlt: faGrinAlt,\n faGrinBeam: faGrinBeam,\n faGrinBeamSweat: faGrinBeamSweat,\n faGrinHearts: faGrinHearts,\n faGrinSquint: faGrinSquint,\n faGrinSquintTears: faGrinSquintTears,\n faGrinStars: faGrinStars,\n faGrinTears: faGrinTears,\n faGrinTongue: faGrinTongue,\n faGrinTongueSquint: faGrinTongueSquint,\n faGrinTongueWink: faGrinTongueWink,\n faGrinWink: faGrinWink,\n faHandLizard: faHandLizard,\n faHandPaper: faHandPaper,\n faHandPeace: faHandPeace,\n faHandPointDown: faHandPointDown,\n faHandPointLeft: faHandPointLeft,\n faHandPointRight: faHandPointRight,\n faHandPointUp: faHandPointUp,\n faHandPointer: faHandPointer,\n faHandRock: faHandRock,\n faHandScissors: faHandScissors,\n faHandSpock: faHandSpock,\n faHandshake: faHandshake,\n faHdd: faHdd,\n faHeart: faHeart,\n faHospital: faHospital,\n faHourglass: faHourglass,\n faIdBadge: faIdBadge,\n faIdCard: faIdCard,\n faImage: faImage,\n faImages: faImages,\n faKeyboard: faKeyboard,\n faKiss: faKiss,\n faKissBeam: faKissBeam,\n faKissWinkHeart: faKissWinkHeart,\n faLaugh: faLaugh,\n faLaughBeam: faLaughBeam,\n faLaughSquint: faLaughSquint,\n faLaughWink: faLaughWink,\n faLemon: faLemon,\n faLifeRing: faLifeRing,\n faLightbulb: faLightbulb,\n faListAlt: faListAlt,\n faMap: faMap,\n faMeh: faMeh,\n faMehBlank: faMehBlank,\n faMehRollingEyes: faMehRollingEyes,\n faMinusSquare: faMinusSquare,\n faMoneyBillAlt: faMoneyBillAlt,\n faMoon: faMoon,\n faNewspaper: faNewspaper,\n faObjectGroup: faObjectGroup,\n faObjectUngroup: faObjectUngroup,\n faPaperPlane: faPaperPlane,\n faPauseCircle: faPauseCircle,\n faPlayCircle: faPlayCircle,\n faPlusSquare: faPlusSquare,\n faQuestionCircle: faQuestionCircle,\n faRegistered: faRegistered,\n faSadCry: faSadCry,\n faSadTear: faSadTear,\n faSave: faSave,\n faShareSquare: faShareSquare,\n faSmile: faSmile,\n faSmileBeam: faSmileBeam,\n faSmileWink: faSmileWink,\n faSnowflake: faSnowflake,\n faSquare: faSquare,\n faStar: faStar,\n faStarHalf: faStarHalf,\n faStickyNote: faStickyNote,\n faStopCircle: faStopCircle,\n faSun: faSun,\n faSurprise: faSurprise,\n faThumbsDown: faThumbsDown,\n faThumbsUp: faThumbsUp,\n faTimesCircle: faTimesCircle,\n faTired: faTired,\n faTrashAlt: faTrashAlt,\n faUser: faUser,\n faUserCircle: faUserCircle,\n faWindowClose: faWindowClose,\n faWindowMaximize: faWindowMaximize,\n faWindowMinimize: faWindowMinimize,\n faWindowRestore: faWindowRestore\n};\n\nexport { _iconsCache as far, prefix, faAddressBook, faAddressCard, faAngry, faArrowAltCircleDown, faArrowAltCircleLeft, faArrowAltCircleRight, faArrowAltCircleUp, faBell, faBellSlash, faBookmark, faBuilding, faCalendar, faCalendarAlt, faCalendarCheck, faCalendarMinus, faCalendarPlus, faCalendarTimes, faCaretSquareDown, faCaretSquareLeft, faCaretSquareRight, faCaretSquareUp, faChartBar, faCheckCircle, faCheckSquare, faCircle, faClipboard, faClock, faClone, faClosedCaptioning, faComment, faCommentAlt, faCommentDots, faComments, faCompass, faCopy, faCopyright, faCreditCard, faDizzy, faDotCircle, faEdit, faEnvelope, faEnvelopeOpen, faEye, faEyeSlash, faFile, faFileAlt, faFileArchive, faFileAudio, faFileCode, faFileExcel, faFileImage, faFilePdf, faFilePowerpoint, faFileVideo, faFileWord, faFlag, faFlushed, faFolder, faFolderOpen, faFontAwesomeLogoFull, faFrown, faFrownOpen, faFutbol, faGem, faGrimace, faGrin, faGrinAlt, faGrinBeam, faGrinBeamSweat, faGrinHearts, faGrinSquint, faGrinSquintTears, faGrinStars, faGrinTears, faGrinTongue, faGrinTongueSquint, faGrinTongueWink, faGrinWink, faHandLizard, faHandPaper, faHandPeace, faHandPointDown, faHandPointLeft, faHandPointRight, faHandPointUp, faHandPointer, faHandRock, faHandScissors, faHandSpock, faHandshake, faHdd, faHeart, faHospital, faHourglass, faIdBadge, faIdCard, faImage, faImages, faKeyboard, faKiss, faKissBeam, faKissWinkHeart, faLaugh, faLaughBeam, faLaughSquint, faLaughWink, faLemon, faLifeRing, faLightbulb, faListAlt, faMap, faMeh, faMehBlank, faMehRollingEyes, faMinusSquare, faMoneyBillAlt, faMoon, faNewspaper, faObjectGroup, faObjectUngroup, faPaperPlane, faPauseCircle, faPlayCircle, faPlusSquare, faQuestionCircle, faRegistered, faSadCry, faSadTear, faSave, faShareSquare, faSmile, faSmileBeam, faSmileWink, faSnowflake, faSquare, faStar, faStarHalf, faStickyNote, faStopCircle, faSun, faSurprise, faThumbsDown, faThumbsUp, faTimesCircle, faTired, faTrashAlt, faUser, faUserCircle, faWindowClose, faWindowMaximize, faWindowMinimize, faWindowRestore };\n","var prefix = \"fas\";\nvar faAd = {\n prefix: 'fas',\n iconName: 'ad',\n icon: [512, 512, [], \"f641\", \"M157.52 272h36.96L176 218.78 157.52 272zM352 256c-13.23 0-24 10.77-24 24s10.77 24 24 24 24-10.77 24-24-10.77-24-24-24zM464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM250.58 352h-16.94c-6.81 0-12.88-4.32-15.12-10.75L211.15 320h-70.29l-7.38 21.25A16 16 0 0 1 118.36 352h-16.94c-11.01 0-18.73-10.85-15.12-21.25L140 176.12A23.995 23.995 0 0 1 162.67 160h26.66A23.99 23.99 0 0 1 212 176.13l53.69 154.62c3.61 10.4-4.11 21.25-15.11 21.25zM424 336c0 8.84-7.16 16-16 16h-16c-4.85 0-9.04-2.27-11.98-5.68-8.62 3.66-18.09 5.68-28.02 5.68-39.7 0-72-32.3-72-72s32.3-72 72-72c8.46 0 16.46 1.73 24 4.42V176c0-8.84 7.16-16 16-16h16c8.84 0 16 7.16 16 16v160z\"]\n};\nvar faAddressBook = {\n prefix: 'fas',\n iconName: 'address-book',\n icon: [448, 512, [], \"f2b9\", \"M436 160c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48v-48h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20zm-228-32c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H118.4C106 384 96 375.4 96 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2z\"]\n};\nvar faAddressCard = {\n prefix: 'fas',\n iconName: 'address-card',\n icon: [576, 512, [], \"f2bb\", \"M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-352 96c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H86.4C74 384 64 375.4 64 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2zM512 312c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-64c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-64c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faAdjust = {\n prefix: 'fas',\n iconName: 'adjust',\n icon: [512, 512, [], \"f042\", \"M8 256c0 136.966 111.033 248 248 248s248-111.034 248-248S392.966 8 256 8 8 119.033 8 256zm248 184V72c101.705 0 184 82.311 184 184 0 101.705-82.311 184-184 184z\"]\n};\nvar faAirFreshener = {\n prefix: 'fas',\n iconName: 'air-freshener',\n icon: [384, 512, [], \"f5d0\", \"M378.94 321.41L284.7 224h49.22c15.3 0 23.66-16.6 13.86-27.53L234.45 69.96c3.43-6.61 5.55-14 5.55-21.96 0-26.51-21.49-48-48-48s-48 21.49-48 48c0 7.96 2.12 15.35 5.55 21.96L36.22 196.47C26.42 207.4 34.78 224 50.08 224H99.3L5.06 321.41C-6.69 333.56 3.34 352 21.7 352H160v32H48c-8.84 0-16 7.16-16 16v96c0 8.84 7.16 16 16 16h288c8.84 0 16-7.16 16-16v-96c0-8.84-7.16-16-16-16H224v-32h138.3c18.36 0 28.39-18.44 16.64-30.59zM192 31.98c8.85 0 16.02 7.17 16.02 16.02 0 8.84-7.17 16.02-16.02 16.02S175.98 56.84 175.98 48c0-8.85 7.17-16.02 16.02-16.02zM304 432v32H80v-32h224z\"]\n};\nvar faAlignCenter = {\n prefix: 'fas',\n iconName: 'align-center',\n icon: [448, 512, [], \"f037\", \"M432 160H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 256H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM108.1 96h231.81A12.09 12.09 0 0 0 352 83.9V44.09A12.09 12.09 0 0 0 339.91 32H108.1A12.09 12.09 0 0 0 96 44.09V83.9A12.1 12.1 0 0 0 108.1 96zm231.81 256A12.09 12.09 0 0 0 352 339.9v-39.81A12.09 12.09 0 0 0 339.91 288H108.1A12.09 12.09 0 0 0 96 300.09v39.81a12.1 12.1 0 0 0 12.1 12.1z\"]\n};\nvar faAlignJustify = {\n prefix: 'fas',\n iconName: 'align-justify',\n icon: [448, 512, [], \"f039\", \"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faAlignLeft = {\n prefix: 'fas',\n iconName: 'align-left',\n icon: [448, 512, [], \"f036\", \"M12.83 352h262.34A12.82 12.82 0 0 0 288 339.17v-38.34A12.82 12.82 0 0 0 275.17 288H12.83A12.82 12.82 0 0 0 0 300.83v38.34A12.82 12.82 0 0 0 12.83 352zm0-256h262.34A12.82 12.82 0 0 0 288 83.17V44.83A12.82 12.82 0 0 0 275.17 32H12.83A12.82 12.82 0 0 0 0 44.83v38.34A12.82 12.82 0 0 0 12.83 96zM432 160H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 256H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faAlignRight = {\n prefix: 'fas',\n iconName: 'align-right',\n icon: [448, 512, [], \"f038\", \"M16 224h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm416 192H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm3.17-384H172.83A12.82 12.82 0 0 0 160 44.83v38.34A12.82 12.82 0 0 0 172.83 96h262.34A12.82 12.82 0 0 0 448 83.17V44.83A12.82 12.82 0 0 0 435.17 32zm0 256H172.83A12.82 12.82 0 0 0 160 300.83v38.34A12.82 12.82 0 0 0 172.83 352h262.34A12.82 12.82 0 0 0 448 339.17v-38.34A12.82 12.82 0 0 0 435.17 288z\"]\n};\nvar faAllergies = {\n prefix: 'fas',\n iconName: 'allergies',\n icon: [448, 512, [], \"f461\", \"M416 112c-17.6 0-32 14.4-32 32v72c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V64c0-17.6-14.4-32-32-32s-32 14.4-32 32v152c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V32c0-17.6-14.4-32-32-32s-32 14.4-32 32v184c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V64c0-17.6-14.4-32-32-32S96 46.4 96 64v241l-23.6-32.5c-13-17.9-38-21.8-55.9-8.8s-21.8 38-8.8 55.9l125.6 172.7c9 12.4 23.5 19.8 38.8 19.8h197.6c22.3 0 41.6-15.3 46.7-37l26.5-112.7c3.2-13.7 4.9-28.3 5.1-42.3V144c0-17.6-14.4-32-32-32zM176 416c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm64 128c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm64 32c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32 64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32-128c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"]\n};\nvar faAmbulance = {\n prefix: 'fas',\n iconName: 'ambulance',\n icon: [640, 512, [], \"f0f9\", \"M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm144-248c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48zm176 248c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z\"]\n};\nvar faAmericanSignLanguageInterpreting = {\n prefix: 'fas',\n iconName: 'american-sign-language-interpreting',\n icon: [640, 512, [], \"f2a3\", \"M290.547 189.039c-20.295-10.149-44.147-11.199-64.739-3.89 42.606 0 71.208 20.475 85.578 50.576 8.576 17.899-5.148 38.071-23.617 38.071 18.429 0 32.211 20.136 23.617 38.071-14.725 30.846-46.123 50.854-80.298 50.854-.557 0-94.471-8.615-94.471-8.615l-66.406 33.347c-9.384 4.693-19.815.379-23.895-7.781L1.86 290.747c-4.167-8.615-1.111-18.897 6.946-23.621l58.072-33.069L108 159.861c6.39-57.245 34.731-109.767 79.743-146.726 11.391-9.448 28.341-7.781 37.51 3.613 9.446 11.394 7.78 28.067-3.612 37.516-12.503 10.559-23.618 22.509-32.509 35.57 21.672-14.729 46.679-24.732 74.186-28.067 14.725-1.945 28.063 8.336 29.73 23.065 1.945 14.728-8.336 28.067-23.062 29.734-16.116 1.945-31.12 7.503-44.178 15.284 26.114-5.713 58.712-3.138 88.079 11.115 13.336 6.669 18.893 22.509 12.224 35.848-6.389 13.06-22.504 18.617-35.564 12.226zm-27.229 69.472c-6.112-12.505-18.338-20.286-32.231-20.286a35.46 35.46 0 0 0-35.565 35.57c0 21.428 17.808 35.57 35.565 35.57 13.893 0 26.119-7.781 32.231-20.286 4.446-9.449 13.614-15.006 23.339-15.284-9.725-.277-18.893-5.835-23.339-15.284zm374.821-37.237c4.168 8.615 1.111 18.897-6.946 23.621l-58.071 33.069L532 352.16c-6.39 57.245-34.731 109.767-79.743 146.726-10.932 9.112-27.799 8.144-37.51-3.613-9.446-11.394-7.78-28.067 3.613-37.516 12.503-10.559 23.617-22.509 32.508-35.57-21.672 14.729-46.679 24.732-74.186 28.067-10.021 2.506-27.552-5.643-29.73-23.065-1.945-14.728 8.336-28.067 23.062-29.734 16.116-1.946 31.12-7.503 44.178-15.284-26.114 5.713-58.712 3.138-88.079-11.115-13.336-6.669-18.893-22.509-12.224-35.848 6.389-13.061 22.505-18.619 35.565-12.227 20.295 10.149 44.147 11.199 64.739 3.89-42.606 0-71.208-20.475-85.578-50.576-8.576-17.899 5.148-38.071 23.617-38.071-18.429 0-32.211-20.136-23.617-38.071 14.033-29.396 44.039-50.887 81.966-50.854l92.803 8.615 66.406-33.347c9.408-4.704 19.828-.354 23.894 7.781l44.455 88.926zm-229.227-18.618c-13.893 0-26.119 7.781-32.231 20.286-4.446 9.449-13.614 15.006-23.339 15.284 9.725.278 18.893 5.836 23.339 15.284 6.112 12.505 18.338 20.286 32.231 20.286a35.46 35.46 0 0 0 35.565-35.57c0-21.429-17.808-35.57-35.565-35.57z\"]\n};\nvar faAnchor = {\n prefix: 'fas',\n iconName: 'anchor',\n icon: [576, 512, [], \"f13d\", \"M12.971 352h32.394C67.172 454.735 181.944 512 288 512c106.229 0 220.853-57.38 242.635-160h32.394c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0l-67.029 67.029c-7.56 7.56-2.206 20.485 8.485 20.485h35.146c-20.29 54.317-84.963 86.588-144.117 94.015V256h52c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-52v-5.47c37.281-13.178 63.995-48.725 64-90.518C384.005 43.772 341.605.738 289.37.01 235.723-.739 192 42.525 192 96c0 41.798 26.716 77.35 64 90.53V192h-52c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h52v190.015c-58.936-7.399-123.82-39.679-144.117-94.015h35.146c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0L4.485 331.515C-3.074 339.074 2.28 352 12.971 352zM288 64c17.645 0 32 14.355 32 32s-14.355 32-32 32-32-14.355-32-32 14.355-32 32-32z\"]\n};\nvar faAngleDoubleDown = {\n prefix: 'fas',\n iconName: 'angle-double-down',\n icon: [320, 512, [], \"f103\", \"M143 256.3L7 120.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0L313 86.3c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.4 9.5-24.6 9.5-34 .1zm34 192l136-136c9.4-9.4 9.4-24.6 0-33.9l-22.6-22.6c-9.4-9.4-24.6-9.4-33.9 0L160 352.1l-96.4-96.4c-9.4-9.4-24.6-9.4-33.9 0L7 278.3c-9.4 9.4-9.4 24.6 0 33.9l136 136c9.4 9.5 24.6 9.5 34 .1z\"]\n};\nvar faAngleDoubleLeft = {\n prefix: 'fas',\n iconName: 'angle-double-left',\n icon: [448, 512, [], \"f100\", \"M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z\"]\n};\nvar faAngleDoubleRight = {\n prefix: 'fas',\n iconName: 'angle-double-right',\n icon: [448, 512, [], \"f101\", \"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z\"]\n};\nvar faAngleDoubleUp = {\n prefix: 'fas',\n iconName: 'angle-double-up',\n icon: [320, 512, [], \"f102\", \"M177 255.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 351.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 425.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1zm-34-192L7 199.7c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l96.4-96.4 96.4 96.4c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9l-136-136c-9.2-9.4-24.4-9.4-33.8 0z\"]\n};\nvar faAngleDown = {\n prefix: 'fas',\n iconName: 'angle-down',\n icon: [320, 512, [], \"f107\", \"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"]\n};\nvar faAngleLeft = {\n prefix: 'fas',\n iconName: 'angle-left',\n icon: [256, 512, [], \"f104\", \"M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z\"]\n};\nvar faAngleRight = {\n prefix: 'fas',\n iconName: 'angle-right',\n icon: [256, 512, [], \"f105\", \"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"]\n};\nvar faAngleUp = {\n prefix: 'fas',\n iconName: 'angle-up',\n icon: [320, 512, [], \"f106\", \"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"]\n};\nvar faAngry = {\n prefix: 'fas',\n iconName: 'angry',\n icon: [496, 512, [], \"f556\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 240c0-9.3 4.1-17.5 10.5-23.4l-31-9.3c-8.5-2.5-13.3-11.5-10.7-19.9 2.5-8.5 11.4-13.2 19.9-10.7l80 24c8.5 2.5 13.3 11.5 10.7 19.9-2.1 6.9-8.4 11.4-15.3 11.4-.5 0-1.1-.2-1.7-.2.7 2.7 1.7 5.3 1.7 8.2 0 17.7-14.3 32-32 32S136 257.7 136 240zm168 154.2c-27.8-33.4-84.2-33.4-112.1 0-13.5 16.3-38.2-4.2-24.6-20.5 20-24 49.4-37.8 80.6-37.8s60.6 13.8 80.6 37.8c13.8 16.5-11.1 36.6-24.5 20.5zm76.6-186.9l-31 9.3c6.3 5.8 10.5 14.1 10.5 23.4 0 17.7-14.3 32-32 32s-32-14.3-32-32c0-2.9.9-5.6 1.7-8.2-.6.1-1.1.2-1.7.2-6.9 0-13.2-4.5-15.3-11.4-2.5-8.5 2.3-17.4 10.7-19.9l80-24c8.4-2.5 17.4 2.3 19.9 10.7 2.5 8.5-2.3 17.4-10.8 19.9z\"]\n};\nvar faAnkh = {\n prefix: 'fas',\n iconName: 'ankh',\n icon: [320, 512, [], \"f644\", \"M296 256h-44.62C272.46 222.01 288 181.65 288 144 288 55.63 230.69 0 160 0S32 55.63 32 144c0 37.65 15.54 78.01 36.62 112H24c-13.25 0-24 10.74-24 24v32c0 13.25 10.75 24 24 24h96v152c0 13.25 10.75 24 24 24h32c13.25 0 24-10.75 24-24V336h96c13.25 0 24-10.75 24-24v-32c0-13.26-10.75-24-24-24zM160 80c29.61 0 48 24.52 48 64 0 34.66-27.14 78.14-48 100.87-20.86-22.72-48-66.21-48-100.87 0-39.48 18.39-64 48-64z\"]\n};\nvar faAppleAlt = {\n prefix: 'fas',\n iconName: 'apple-alt',\n icon: [448, 512, [], \"f5d1\", \"M350.85 129c25.97 4.67 47.27 18.67 63.92 42 14.65 20.67 24.64 46.67 29.96 78 4.67 28.67 4.32 57.33-1 86-7.99 47.33-23.97 87-47.94 119-28.64 38.67-64.59 58-107.87 58-10.66 0-22.3-3.33-34.96-10-8.66-5.33-18.31-8-28.97-8s-20.3 2.67-28.97 8c-12.66 6.67-24.3 10-34.96 10-43.28 0-79.23-19.33-107.87-58-23.97-32-39.95-71.67-47.94-119-5.32-28.67-5.67-57.33-1-86 5.32-31.33 15.31-57.33 29.96-78 16.65-23.33 37.95-37.33 63.92-42 15.98-2.67 37.95-.33 65.92 7 23.97 6.67 44.28 14.67 60.93 24 16.65-9.33 36.96-17.33 60.93-24 27.98-7.33 49.96-9.67 65.94-7zm-54.94-41c-9.32 8.67-21.65 15-36.96 19-10.66 3.33-22.3 5-34.96 5l-14.98-1c-1.33-9.33-1.33-20 0-32 2.67-24 10.32-42.33 22.97-55 9.32-8.67 21.65-15 36.96-19 10.66-3.33 22.3-5 34.96-5l14.98 1 1 15c0 12.67-1.67 24.33-4.99 35-3.99 15.33-10.31 27.67-18.98 37z\"]\n};\nvar faArchive = {\n prefix: 'fas',\n iconName: 'archive',\n icon: [512, 512, [], \"f187\", \"M32 448c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V160H32v288zm160-212c0-6.6 5.4-12 12-12h104c6.6 0 12 5.4 12 12v8c0 6.6-5.4 12-12 12H204c-6.6 0-12-5.4-12-12v-8zM480 32H32C14.3 32 0 46.3 0 64v48c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16V64c0-17.7-14.3-32-32-32z\"]\n};\nvar faArchway = {\n prefix: 'fas',\n iconName: 'archway',\n icon: [576, 512, [], \"f557\", \"M560 448h-16V96H32v352H16.02c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16H176c8.84 0 16-7.16 16-16V320c0-53.02 42.98-96 96-96s96 42.98 96 96l.02 160v16c0 8.84 7.16 16 16 16H560c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm0-448H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h544c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16z\"]\n};\nvar faArrowAltCircleDown = {\n prefix: 'fas',\n iconName: 'arrow-alt-circle-down',\n icon: [512, 512, [], \"f358\", \"M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zM212 140v116h-70.9c-10.7 0-16.1 13-8.5 20.5l114.9 114.3c4.7 4.7 12.2 4.7 16.9 0l114.9-114.3c7.6-7.6 2.2-20.5-8.5-20.5H300V140c0-6.6-5.4-12-12-12h-64c-6.6 0-12 5.4-12 12z\"]\n};\nvar faArrowAltCircleLeft = {\n prefix: 'fas',\n iconName: 'arrow-alt-circle-left',\n icon: [512, 512, [], \"f359\", \"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm116-292H256v-70.9c0-10.7-13-16.1-20.5-8.5L121.2 247.5c-4.7 4.7-4.7 12.2 0 16.9l114.3 114.9c7.6 7.6 20.5 2.2 20.5-8.5V300h116c6.6 0 12-5.4 12-12v-64c0-6.6-5.4-12-12-12z\"]\n};\nvar faArrowAltCircleRight = {\n prefix: 'fas',\n iconName: 'arrow-alt-circle-right',\n icon: [512, 512, [], \"f35a\", \"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"]\n};\nvar faArrowAltCircleUp = {\n prefix: 'fas',\n iconName: 'arrow-alt-circle-up',\n icon: [512, 512, [], \"f35b\", \"M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm292 116V256h70.9c10.7 0 16.1-13 8.5-20.5L264.5 121.2c-4.7-4.7-12.2-4.7-16.9 0l-115 114.3c-7.6 7.6-2.2 20.5 8.5 20.5H212v116c0 6.6 5.4 12 12 12h64c6.6 0 12-5.4 12-12z\"]\n};\nvar faArrowCircleDown = {\n prefix: 'fas',\n iconName: 'arrow-circle-down',\n icon: [512, 512, [], \"f0ab\", \"M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-143.6-28.9L288 302.6V120c0-13.3-10.7-24-24-24h-16c-13.3 0-24 10.7-24 24v182.6l-72.4-75.5c-9.3-9.7-24.8-9.9-34.3-.4l-10.9 11c-9.4 9.4-9.4 24.6 0 33.9L239 404.3c9.4 9.4 24.6 9.4 33.9 0l132.7-132.7c9.4-9.4 9.4-24.6 0-33.9l-10.9-11c-9.5-9.5-25-9.3-34.3.4z\"]\n};\nvar faArrowCircleLeft = {\n prefix: 'fas',\n iconName: 'arrow-circle-left',\n icon: [512, 512, [], \"f0a8\", \"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\"]\n};\nvar faArrowCircleRight = {\n prefix: 'fas',\n iconName: 'arrow-circle-right',\n icon: [512, 512, [], \"f0a9\", \"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z\"]\n};\nvar faArrowCircleUp = {\n prefix: 'fas',\n iconName: 'arrow-circle-up',\n icon: [512, 512, [], \"f0aa\", \"M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm143.6 28.9l72.4-75.5V392c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V209.4l72.4 75.5c9.3 9.7 24.8 9.9 34.3.4l10.9-11c9.4-9.4 9.4-24.6 0-33.9L273 107.7c-9.4-9.4-24.6-9.4-33.9 0L106.3 240.4c-9.4 9.4-9.4 24.6 0 33.9l10.9 11c9.6 9.5 25.1 9.3 34.4-.4z\"]\n};\nvar faArrowDown = {\n prefix: 'fas',\n iconName: 'arrow-down',\n icon: [448, 512, [], \"f063\", \"M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z\"]\n};\nvar faArrowLeft = {\n prefix: 'fas',\n iconName: 'arrow-left',\n icon: [448, 512, [], \"f060\", \"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\"]\n};\nvar faArrowRight = {\n prefix: 'fas',\n iconName: 'arrow-right',\n icon: [448, 512, [], \"f061\", \"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"]\n};\nvar faArrowUp = {\n prefix: 'fas',\n iconName: 'arrow-up',\n icon: [448, 512, [], \"f062\", \"M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z\"]\n};\nvar faArrowsAlt = {\n prefix: 'fas',\n iconName: 'arrows-alt',\n icon: [512, 512, [], \"f0b2\", \"M352.201 425.775l-79.196 79.196c-9.373 9.373-24.568 9.373-33.941 0l-79.196-79.196c-15.119-15.119-4.411-40.971 16.971-40.97h51.162L228 284H127.196v51.162c0 21.382-25.851 32.09-40.971 16.971L7.029 272.937c-9.373-9.373-9.373-24.569 0-33.941L86.225 159.8c15.119-15.119 40.971-4.411 40.971 16.971V228H228V127.196h-51.23c-21.382 0-32.09-25.851-16.971-40.971l79.196-79.196c9.373-9.373 24.568-9.373 33.941 0l79.196 79.196c15.119 15.119 4.411 40.971-16.971 40.971h-51.162V228h100.804v-51.162c0-21.382 25.851-32.09 40.97-16.971l79.196 79.196c9.373 9.373 9.373 24.569 0 33.941L425.773 352.2c-15.119 15.119-40.971 4.411-40.97-16.971V284H284v100.804h51.23c21.382 0 32.09 25.851 16.971 40.971z\"]\n};\nvar faArrowsAltH = {\n prefix: 'fas',\n iconName: 'arrows-alt-h',\n icon: [512, 512, [], \"f337\", \"M377.941 169.941V216H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.568 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296h243.882v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.568 0-33.941l-86.059-86.059c-15.119-15.12-40.971-4.412-40.971 16.97z\"]\n};\nvar faArrowsAltV = {\n prefix: 'fas',\n iconName: 'arrows-alt-v',\n icon: [256, 512, [], \"f338\", \"M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z\"]\n};\nvar faAssistiveListeningSystems = {\n prefix: 'fas',\n iconName: 'assistive-listening-systems',\n icon: [512, 512, [], \"f2a2\", \"M216 260c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-44.112 35.888-80 80-80s80 35.888 80 80c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-13.234-10.767-24-24-24s-24 10.766-24 24zm24-176c-97.047 0-176 78.953-176 176 0 15.464 12.536 28 28 28s28-12.536 28-28c0-66.168 53.832-120 120-120s120 53.832 120 120c0 75.164-71.009 70.311-71.997 143.622L288 404c0 28.673-23.327 52-52 52-15.464 0-28 12.536-28 28s12.536 28 28 28c59.475 0 107.876-48.328 108-107.774.595-34.428 72-48.24 72-144.226 0-97.047-78.953-176-176-176zm-80 236c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zM32 448c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm480-187.993c0-1.518-.012-3.025-.045-4.531C510.076 140.525 436.157 38.47 327.994 1.511c-14.633-4.998-30.549 2.809-35.55 17.442-5 14.633 2.81 30.549 17.442 35.55 85.906 29.354 144.61 110.513 146.077 201.953l.003.188c.026 1.118.033 2.236.033 3.363 0 15.464 12.536 28 28 28s28.001-12.536 28.001-28zM152.971 439.029l-80-80L39.03 392.97l80 80 33.941-33.941z\"]\n};\nvar faAsterisk = {\n prefix: 'fas',\n iconName: 'asterisk',\n icon: [512, 512, [], \"f069\", \"M478.21 334.093L336 256l142.21-78.093c11.795-6.477 15.961-21.384 9.232-33.037l-19.48-33.741c-6.728-11.653-21.72-15.499-33.227-8.523L296 186.718l3.475-162.204C299.763 11.061 288.937 0 275.48 0h-38.96c-13.456 0-24.283 11.061-23.994 24.514L216 186.718 77.265 102.607c-11.506-6.976-26.499-3.13-33.227 8.523l-19.48 33.741c-6.728 11.653-2.562 26.56 9.233 33.037L176 256 33.79 334.093c-11.795 6.477-15.961 21.384-9.232 33.037l19.48 33.741c6.728 11.653 21.721 15.499 33.227 8.523L216 325.282l-3.475 162.204C212.237 500.939 223.064 512 236.52 512h38.961c13.456 0 24.283-11.061 23.995-24.514L296 325.282l138.735 84.111c11.506 6.976 26.499 3.13 33.227-8.523l19.48-33.741c6.728-11.653 2.563-26.559-9.232-33.036z\"]\n};\nvar faAt = {\n prefix: 'fas',\n iconName: 'at',\n icon: [512, 512, [], \"f1fa\", \"M256 8C118.941 8 8 118.919 8 256c0 137.059 110.919 248 248 248 48.154 0 95.342-14.14 135.408-40.223 12.005-7.815 14.625-24.288 5.552-35.372l-10.177-12.433c-7.671-9.371-21.179-11.667-31.373-5.129C325.92 429.757 291.314 440 256 440c-101.458 0-184-82.542-184-184S154.542 72 256 72c100.139 0 184 57.619 184 160 0 38.786-21.093 79.742-58.17 83.693-17.349-.454-16.91-12.857-13.476-30.024l23.433-121.11C394.653 149.75 383.308 136 368.225 136h-44.981a13.518 13.518 0 0 0-13.432 11.993l-.01.092c-14.697-17.901-40.448-21.775-59.971-21.775-74.58 0-137.831 62.234-137.831 151.46 0 65.303 36.785 105.87 96 105.87 26.984 0 57.369-15.637 74.991-38.333 9.522 34.104 40.613 34.103 70.71 34.103C462.609 379.41 504 307.798 504 232 504 95.653 394.023 8 256 8zm-21.68 304.43c-22.249 0-36.07-15.623-36.07-40.771 0-44.993 30.779-72.729 58.63-72.729 22.292 0 35.601 15.241 35.601 40.77 0 45.061-33.875 72.73-58.161 72.73z\"]\n};\nvar faAtlas = {\n prefix: 'fas',\n iconName: 'atlas',\n icon: [448, 512, [], \"f558\", \"M318.38 208h-39.09c-1.49 27.03-6.54 51.35-14.21 70.41 27.71-13.24 48.02-39.19 53.3-70.41zm0-32c-5.29-31.22-25.59-57.17-53.3-70.41 7.68 19.06 12.72 43.38 14.21 70.41h39.09zM224 97.31c-7.69 7.45-20.77 34.42-23.43 78.69h46.87c-2.67-44.26-15.75-71.24-23.44-78.69zm-41.08 8.28c-27.71 13.24-48.02 39.19-53.3 70.41h39.09c1.49-27.03 6.53-51.35 14.21-70.41zm0 172.82c-7.68-19.06-12.72-43.38-14.21-70.41h-39.09c5.28 31.22 25.59 57.17 53.3 70.41zM247.43 208h-46.87c2.66 44.26 15.74 71.24 23.43 78.69 7.7-7.45 20.78-34.43 23.44-78.69zM448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM224 64c70.69 0 128 57.31 128 128s-57.31 128-128 128S96 262.69 96 192 153.31 64 224 64zm160 384H96c-19.2 0-32-12.8-32-32s16-32 32-32h288v64z\"]\n};\nvar faAtom = {\n prefix: 'fas',\n iconName: 'atom',\n icon: [448, 512, [], \"f5d2\", \"M413.03 256c40.13-54.89 41.51-98.62 25.14-128-10.91-19.52-40.54-50.73-116.33-41.88C300.36 34.89 267.64 0 224 0s-76.36 34.89-97.84 86.12C50.43 77.34 20.73 108.48 9.83 128c-16.38 29.4-15 73.09 25.14 128-40.13 54.89-41.51 98.62-25.14 128 29.21 52.34 101.68 43.58 116.33 41.88C147.63 477.1 180.36 512 224 512s76.37-34.9 97.84-86.12c14.64 1.7 87.11 10.46 116.33-41.88 16.38-29.4 15-73.09-25.14-128zM63.38 352c-4.03-7.21-.19-24.8 14.95-48.29 6.96 6.53 14.2 12.89 21.87 19.18 1.71 13.71 4 27.08 6.76 40.08-24.56.89-39.89-4.37-43.58-10.97zm36.82-162.88c-7.66 6.29-14.9 12.65-21.87 19.18-15.13-23.5-18.97-41.09-14.95-48.3 3.41-6.14 16.39-11.47 37.92-11.47 1.71 0 3.87.3 5.69.37a472.191 472.191 0 0 0-6.79 40.22zM224 64c9.47 0 22.2 13.52 33.86 37.26-11.19 3.7-22.44 8-33.86 12.86-11.42-4.86-22.67-9.16-33.86-12.86C201.8 77.52 214.53 64 224 64zm0 384c-9.47 0-22.2-13.52-33.86-37.26 11.19-3.7 22.44-8 33.86-12.86 11.42 4.86 22.67 9.16 33.86 12.86C246.2 434.48 233.47 448 224 448zm62.5-157.33c-26.7 19.08-46.14 29.33-62.5 37.48-16.35-8.14-35.8-18.41-62.5-37.48-1.99-27.79-1.99-41.54 0-69.33 26.67-19.05 46.13-29.32 62.5-37.48 16.39 8.17 35.86 18.44 62.5 37.48 1.98 27.78 1.99 41.53 0 69.33zM384.62 352c-3.67 6.62-19 11.82-43.58 10.95 2.76-13 5.05-26.37 6.76-40.06 7.66-6.29 14.9-12.65 21.87-19.18 15.13 23.49 18.97 41.08 14.95 48.29zm-14.95-143.71c-6.96-6.53-14.2-12.89-21.87-19.18a473.535 473.535 0 0 0-6.79-40.22c1.82-.07 3.97-.37 5.69-.37 21.52 0 34.51 5.34 37.92 11.47 4.02 7.22.18 24.81-14.95 48.3zM224 224c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z\"]\n};\nvar faAudioDescription = {\n prefix: 'fas',\n iconName: 'audio-description',\n icon: [512, 512, [], \"f29e\", \"M162.925 238.709l8.822 30.655h-25.606l9.041-30.652c1.277-4.421 2.651-9.994 3.872-15.245 1.22 5.251 2.594 10.823 3.871 15.242zm166.474-32.099h-14.523v98.781h14.523c29.776 0 46.175-17.678 46.175-49.776 0-32.239-17.49-49.005-46.175-49.005zM512 112v288c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48zM245.459 336.139l-57.097-168A12.001 12.001 0 0 0 177 160h-35.894a12.001 12.001 0 0 0-11.362 8.139l-57.097 168C70.003 343.922 75.789 352 84.009 352h29.133a12 12 0 0 0 11.535-8.693l8.574-29.906h51.367l8.793 29.977A12 12 0 0 0 204.926 352h29.172c8.22 0 14.006-8.078 11.361-15.861zm184.701-80.525c0-58.977-37.919-95.614-98.96-95.614h-57.366c-6.627 0-12 5.373-12 12v168c0 6.627 5.373 12 12 12H331.2c61.041 0 98.96-36.933 98.96-96.386z\"]\n};\nvar faAward = {\n prefix: 'fas',\n iconName: 'award',\n icon: [384, 512, [], \"f559\", \"M97.12 362.63c-8.69-8.69-4.16-6.24-25.12-11.85-9.51-2.55-17.87-7.45-25.43-13.32L1.2 448.7c-4.39 10.77 3.81 22.47 15.43 22.03l52.69-2.01L105.56 507c8 8.44 22.04 5.81 26.43-4.96l52.05-127.62c-10.84 6.04-22.87 9.58-35.31 9.58-19.5 0-37.82-7.59-51.61-21.37zM382.8 448.7l-45.37-111.24c-7.56 5.88-15.92 10.77-25.43 13.32-21.07 5.64-16.45 3.18-25.12 11.85-13.79 13.78-32.12 21.37-51.62 21.37-12.44 0-24.47-3.55-35.31-9.58L252 502.04c4.39 10.77 18.44 13.4 26.43 4.96l36.25-38.28 52.69 2.01c11.62.44 19.82-11.27 15.43-22.03zM263 340c15.28-15.55 17.03-14.21 38.79-20.14 13.89-3.79 24.75-14.84 28.47-28.98 7.48-28.4 5.54-24.97 25.95-45.75 10.17-10.35 14.14-25.44 10.42-39.58-7.47-28.38-7.48-24.42 0-52.83 3.72-14.14-.25-29.23-10.42-39.58-20.41-20.78-18.47-17.36-25.95-45.75-3.72-14.14-14.58-25.19-28.47-28.98-27.88-7.61-24.52-5.62-44.95-26.41-10.17-10.35-25-14.4-38.89-10.61-27.87 7.6-23.98 7.61-51.9 0-13.89-3.79-28.72.25-38.89 10.61-20.41 20.78-17.05 18.8-44.94 26.41-13.89 3.79-24.75 14.84-28.47 28.98-7.47 28.39-5.54 24.97-25.95 45.75-10.17 10.35-14.15 25.44-10.42 39.58 7.47 28.36 7.48 24.4 0 52.82-3.72 14.14.25 29.23 10.42 39.59 20.41 20.78 18.47 17.35 25.95 45.75 3.72 14.14 14.58 25.19 28.47 28.98C104.6 325.96 106.27 325 121 340c13.23 13.47 33.84 15.88 49.74 5.82a39.676 39.676 0 0 1 42.53 0c15.89 10.06 36.5 7.65 49.73-5.82zM97.66 175.96c0-53.03 42.24-96.02 94.34-96.02s94.34 42.99 94.34 96.02-42.24 96.02-94.34 96.02-94.34-42.99-94.34-96.02z\"]\n};\nvar faBaby = {\n prefix: 'fas',\n iconName: 'baby',\n icon: [384, 512, [], \"f77c\", \"M192 160c44.2 0 80-35.8 80-80S236.2 0 192 0s-80 35.8-80 80 35.8 80 80 80zm-53.4 248.8l25.6-32-61.5-51.2L56.8 383c-11.4 14.2-11.7 34.4-.8 49l48 64c7.9 10.5 19.9 16 32 16 8.3 0 16.8-2.6 24-8 17.7-13.2 21.2-38.3 8-56l-29.4-39.2zm142.7-83.2l-61.5 51.2 25.6 32L216 448c-13.2 17.7-9.7 42.8 8 56 7.2 5.4 15.6 8 24 8 12.2 0 24.2-5.5 32-16l48-64c10.9-14.6 10.6-34.8-.8-49l-45.9-57.4zM376.7 145c-12.7-18.1-37.6-22.4-55.7-9.8l-40.6 28.5c-52.7 37-124.2 37-176.8 0L63 135.3C44.9 122.6 20 127 7.3 145-5.4 163.1-1 188 17 200.7l40.6 28.5c17 11.9 35.4 20.9 54.4 27.9V288h160v-30.8c19-7 37.4-16 54.4-27.9l40.6-28.5c18.1-12.8 22.4-37.7 9.7-55.8z\"]\n};\nvar faBabyCarriage = {\n prefix: 'fas',\n iconName: 'baby-carriage',\n icon: [512, 512, [], \"f77d\", \"M144.8 17c-11.3-17.8-37.2-22.8-54-9.4C35.3 51.9 0 118 0 192h256L144.8 17zM496 96h-48c-35.3 0-64 28.7-64 64v64H0c0 50.6 23 96.4 60.3 130.7C25.7 363.6 0 394.7 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-8.9-1.8-17.2-4.4-25.2 21.6 5.9 44.6 9.2 68.4 9.2s46.9-3.3 68.4-9.2c-2.7 8-4.4 16.3-4.4 25.2 0 44.2 35.8 80 80 80s80-35.8 80-80c0-37.3-25.7-68.4-60.3-77.3C425 320.4 448 274.6 448 224v-64h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM80 464c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32zm320-32c0 17.6-14.4 32-32 32s-32-14.4-32-32 14.4-32 32-32 32 14.4 32 32z\"]\n};\nvar faBackspace = {\n prefix: 'fas',\n iconName: 'backspace',\n icon: [640, 512, [], \"f55a\", \"M576 64H205.26A63.97 63.97 0 0 0 160 82.75L9.37 233.37c-12.5 12.5-12.5 32.76 0 45.25L160 429.25c12 12 28.28 18.75 45.25 18.75H576c35.35 0 64-28.65 64-64V128c0-35.35-28.65-64-64-64zm-84.69 254.06c6.25 6.25 6.25 16.38 0 22.63l-22.62 22.62c-6.25 6.25-16.38 6.25-22.63 0L384 301.25l-62.06 62.06c-6.25 6.25-16.38 6.25-22.63 0l-22.62-22.62c-6.25-6.25-6.25-16.38 0-22.63L338.75 256l-62.06-62.06c-6.25-6.25-6.25-16.38 0-22.63l22.62-22.62c6.25-6.25 16.38-6.25 22.63 0L384 210.75l62.06-62.06c6.25-6.25 16.38-6.25 22.63 0l22.62 22.62c6.25 6.25 6.25 16.38 0 22.63L429.25 256l62.06 62.06z\"]\n};\nvar faBackward = {\n prefix: 'fas',\n iconName: 'backward',\n icon: [512, 512, [], \"f04a\", \"M11.5 280.6l192 160c20.6 17.2 52.5 2.8 52.5-24.6V96c0-27.4-31.9-41.8-52.5-24.6l-192 160c-15.3 12.8-15.3 36.4 0 49.2zm256 0l192 160c20.6 17.2 52.5 2.8 52.5-24.6V96c0-27.4-31.9-41.8-52.5-24.6l-192 160c-15.3 12.8-15.3 36.4 0 49.2z\"]\n};\nvar faBacon = {\n prefix: 'fas',\n iconName: 'bacon',\n icon: [576, 512, [], \"f7e5\", \"M218.92 336.39c34.89-34.89 44.2-59.7 54.05-86 10.61-28.29 21.59-57.54 61.37-97.34s69.05-50.77 97.35-61.38c23.88-9 46.64-17.68 76.79-45.37L470.81 8.91a31 31 0 0 0-40.18-2.83c-13.64 10.1-25.15 14.39-41 20.3C247 79.52 209.26 191.29 200.65 214.1c-29.75 78.83-89.55 94.68-98.72 98.09-24.86 9.26-54.73 20.38-91.07 50.36C-3 374-3.63 395 9.07 407.61l35.76 35.51C80 410.52 107 400.15 133 390.39c26.27-9.84 51.06-19.12 85.92-54zm348-232l-35.75-35.51c-35.19 32.63-62.18 43-88.25 52.79-26.26 9.85-51.06 19.16-85.95 54s-44.19 59.69-54 86C292.33 290 281.34 319.22 241.55 359s-69 50.73-97.3 61.32c-23.86 9-46.61 17.66-76.72 45.33l37.68 37.43a31 31 0 0 0 40.18 2.82c13.6-10.06 25.09-14.34 40.94-20.24 142.2-53 180-164.1 188.94-187.69C405 219.18 464.8 203.3 474 199.86c24.87-9.27 54.74-20.4 91.11-50.41 13.89-11.4 14.52-32.45 1.82-45.05z\"]\n};\nvar faBalanceScale = {\n prefix: 'fas',\n iconName: 'balance-scale',\n icon: [640, 512, [], \"f24e\", \"M256 336h-.02c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0C-2.06 328.75.02 320.33.02 336H0c0 44.18 57.31 80 128 80s128-35.82 128-80zM128 176l72 144H56l72-144zm511.98 160c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 320l72-144 72 144H440zm88 128H352V153.25c23.51-10.29 41.16-31.48 46.39-57.25H528c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H383.64C369.04 12.68 346.09 0 320 0s-49.04 12.68-63.64 32H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h129.61c5.23 25.76 22.87 46.96 46.39 57.25V448H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faBalanceScaleLeft = {\n prefix: 'fas',\n iconName: 'balance-scale-left',\n icon: [640, 512, [], \"f515\", \"M528 448H352V153.25c20.42-8.94 36.1-26.22 43.38-47.47l132-44.26c8.38-2.81 12.89-11.88 10.08-20.26l-10.17-30.34C524.48 2.54 515.41-1.97 507.03.84L389.11 40.37C375.3 16.36 349.69 0 320 0c-44.18 0-80 35.82-80 80 0 3.43.59 6.71 1.01 10.03l-128.39 43.05c-8.38 2.81-12.89 11.88-10.08 20.26l10.17 30.34c2.81 8.38 11.88 12.89 20.26 10.08l142.05-47.63c4.07 2.77 8.43 5.12 12.99 7.12V496c0 8.84 7.16 16 16 16h224c8.84 0 16-7.16 16-16v-32c-.01-8.84-7.17-16-16.01-16zm111.98-144c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 288l72-144 72 144H440zm-269.07-37.51c-17.65-35.29-68.19-35.36-85.87 0C-2.06 424.75.02 416.33.02 432H0c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02c0-16.18 1.34-8.73-85.05-181.51zM56 416l72-144 72 144H56z\"]\n};\nvar faBalanceScaleRight = {\n prefix: 'fas',\n iconName: 'balance-scale-right',\n icon: [640, 512, [], \"f516\", \"M96 464v32c0 8.84 7.16 16 16 16h224c8.84 0 16-7.16 16-16V153.25c4.56-2 8.92-4.35 12.99-7.12l142.05 47.63c8.38 2.81 17.45-1.71 20.26-10.08l10.17-30.34c2.81-8.38-1.71-17.45-10.08-20.26l-128.4-43.05c.42-3.32 1.01-6.6 1.01-10.03 0-44.18-35.82-80-80-80-29.69 0-55.3 16.36-69.11 40.37L132.96.83c-8.38-2.81-17.45 1.71-20.26 10.08l-10.17 30.34c-2.81 8.38 1.71 17.45 10.08 20.26l132 44.26c7.28 21.25 22.96 38.54 43.38 47.47V448H112c-8.84 0-16 7.16-16 16zM0 304c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02c0-15.67 2.08-7.25-85.05-181.51-17.68-35.36-68.22-35.29-85.87 0C-1.32 295.27.02 287.82.02 304H0zm56-16l72-144 72 144H56zm328.02 144H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02c0-15.67 2.08-7.25-85.05-181.51-17.68-35.36-68.22-35.29-85.87 0-86.38 172.78-85.04 165.33-85.04 181.51zM440 416l72-144 72 144H440z\"]\n};\nvar faBan = {\n prefix: 'fas',\n iconName: 'ban',\n icon: [512, 512, [], \"f05e\", \"M256 8C119.034 8 8 119.033 8 256s111.034 248 248 248 248-111.034 248-248S392.967 8 256 8zm130.108 117.892c65.448 65.448 70 165.481 20.677 235.637L150.47 105.216c70.204-49.356 170.226-44.735 235.638 20.676zM125.892 386.108c-65.448-65.448-70-165.481-20.677-235.637L361.53 406.784c-70.203 49.356-170.226 44.736-235.638-20.676z\"]\n};\nvar faBandAid = {\n prefix: 'fas',\n iconName: 'band-aid',\n icon: [640, 512, [], \"f462\", \"M0 160v192c0 35.3 28.7 64 64 64h96V96H64c-35.3 0-64 28.7-64 64zm576-64h-96v320h96c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64zM192 416h256V96H192v320zm176-232c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm0 96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm-96-96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm0 96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24z\"]\n};\nvar faBarcode = {\n prefix: 'fas',\n iconName: 'barcode',\n icon: [512, 512, [], \"f02a\", \"M0 448V64h18v384H0zm26.857-.273V64H36v383.727h-9.143zm27.143 0V64h8.857v383.727H54zm44.857 0V64h8.857v383.727h-8.857zm36 0V64h17.714v383.727h-17.714zm44.857 0V64h8.857v383.727h-8.857zm18 0V64h8.857v383.727h-8.857zm18 0V64h8.857v383.727h-8.857zm35.715 0V64h18v383.727h-18zm44.857 0V64h18v383.727h-18zm35.999 0V64h18.001v383.727h-18.001zm36.001 0V64h18.001v383.727h-18.001zm26.857 0V64h18v383.727h-18zm45.143 0V64h26.857v383.727h-26.857zm35.714 0V64h9.143v383.727H476zm18 .273V64h18v384h-18z\"]\n};\nvar faBars = {\n prefix: 'fas',\n iconName: 'bars',\n icon: [448, 512, [], \"f0c9\", \"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"]\n};\nvar faBaseballBall = {\n prefix: 'fas',\n iconName: 'baseball-ball',\n icon: [496, 512, [], \"f433\", \"M368.5 363.9l28.8-13.9c11.1 22.9 26 43.2 44.1 60.9 34-42.5 54.5-96.3 54.5-154.9 0-58.5-20.4-112.2-54.2-154.6-17.8 17.3-32.6 37.1-43.6 59.5l-28.7-14.1c12.8-26 30-49 50.8-69C375.6 34.7 315 8 248 8 181.1 8 120.5 34.6 75.9 77.7c20.7 19.9 37.9 42.9 50.7 68.8l-28.7 14.1c-11-22.3-25.7-42.1-43.5-59.4C20.4 143.7 0 197.4 0 256c0 58.6 20.4 112.3 54.4 154.7 18.2-17.7 33.2-38 44.3-61l28.8 13.9c-12.9 26.7-30.3 50.3-51.5 70.7 44.5 43.1 105.1 69.7 172 69.7 66.8 0 127.3-26.5 171.9-69.5-21.1-20.4-38.5-43.9-51.4-70.6zm-228.3-32l-30.5-9.8c14.9-46.4 12.7-93.8-.6-134l30.4-10c15 45.6 18 99.9.7 153.8zm216.3-153.4l30.4 10c-13.2 40.1-15.5 87.5-.6 134l-30.5 9.8c-17.3-54-14.3-108.3.7-153.8z\"]\n};\nvar faBasketballBall = {\n prefix: 'fas',\n iconName: 'basketball-ball',\n icon: [496, 512, [], \"f434\", \"M212.3 10.3c-43.8 6.3-86.2 24.1-122.2 53.8l77.4 77.4c27.8-35.8 43.3-81.2 44.8-131.2zM248 222L405.9 64.1c-42.4-35-93.6-53.5-145.5-56.1-1.2 63.9-21.5 122.3-58.7 167.7L248 222zM56.1 98.1c-29.7 36-47.5 78.4-53.8 122.2 50-1.5 95.5-17 131.2-44.8L56.1 98.1zm272.2 204.2c45.3-37.1 103.7-57.4 167.7-58.7-2.6-51.9-21.1-103.1-56.1-145.5L282 256l46.3 46.3zM248 290L90.1 447.9c42.4 34.9 93.6 53.5 145.5 56.1 1.3-64 21.6-122.4 58.7-167.7L248 290zm191.9 123.9c29.7-36 47.5-78.4 53.8-122.2-50.1 1.6-95.5 17.1-131.2 44.8l77.4 77.4zM167.7 209.7C122.3 246.9 63.9 267.3 0 268.4c2.6 51.9 21.1 103.1 56.1 145.5L214 256l-46.3-46.3zm116 292c43.8-6.3 86.2-24.1 122.2-53.8l-77.4-77.4c-27.7 35.7-43.2 81.2-44.8 131.2z\"]\n};\nvar faBath = {\n prefix: 'fas',\n iconName: 'bath',\n icon: [512, 512, [], \"f2cd\", \"M488 256H80V112c0-17.645 14.355-32 32-32 11.351 0 21.332 5.945 27.015 14.88-16.492 25.207-14.687 59.576 6.838 83.035-4.176 4.713-4.021 11.916.491 16.428l11.314 11.314c4.686 4.686 12.284 4.686 16.971 0l95.03-95.029c4.686-4.686 4.686-12.284 0-16.971l-11.314-11.314c-4.512-4.512-11.715-4.666-16.428-.491-17.949-16.469-42.294-21.429-64.178-15.365C163.281 45.667 139.212 32 112 32c-44.112 0-80 35.888-80 80v144h-8c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h8v32c0 28.43 12.362 53.969 32 71.547V456c0 13.255 10.745 24 24 24h16c13.255 0 24-10.745 24-24v-8h256v8c0 13.255 10.745 24 24 24h16c13.255 0 24-10.745 24-24v-32.453c19.638-17.578 32-43.117 32-71.547v-32h8c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24z\"]\n};\nvar faBatteryEmpty = {\n prefix: 'fas',\n iconName: 'battery-empty',\n icon: [640, 512, [], \"f244\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48z\"]\n};\nvar faBatteryFull = {\n prefix: 'fas',\n iconName: 'battery-full',\n icon: [640, 512, [], \"f240\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-48 96H96v128h416V192z\"]\n};\nvar faBatteryHalf = {\n prefix: 'fas',\n iconName: 'battery-half',\n icon: [640, 512, [], \"f242\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-240 96H96v128h224V192z\"]\n};\nvar faBatteryQuarter = {\n prefix: 'fas',\n iconName: 'battery-quarter',\n icon: [640, 512, [], \"f243\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-336 96H96v128h128V192z\"]\n};\nvar faBatteryThreeQuarters = {\n prefix: 'fas',\n iconName: 'battery-three-quarters',\n icon: [640, 512, [], \"f241\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-144 96H96v128h320V192z\"]\n};\nvar faBed = {\n prefix: 'fas',\n iconName: 'bed',\n icon: [640, 512, [], \"f236\", \"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"]\n};\nvar faBeer = {\n prefix: 'fas',\n iconName: 'beer',\n icon: [448, 512, [], \"f0fc\", \"M368 96h-48V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56v400c0 13.255 10.745 24 24 24h272c13.255 0 24-10.745 24-24v-42.11l80.606-35.977C429.396 365.063 448 336.388 448 304.86V176c0-44.112-35.888-80-80-80zm16 208.86a16.018 16.018 0 0 1-9.479 14.611L320 343.805V160h48c8.822 0 16 7.178 16 16v128.86zM208 384c-8.836 0-16-7.164-16-16V144c0-8.836 7.164-16 16-16s16 7.164 16 16v224c0 8.836-7.164 16-16 16zm-96 0c-8.836 0-16-7.164-16-16V144c0-8.836 7.164-16 16-16s16 7.164 16 16v224c0 8.836-7.164 16-16 16z\"]\n};\nvar faBell = {\n prefix: 'fas',\n iconName: 'bell',\n icon: [448, 512, [], \"f0f3\", \"M224 512c35.32 0 63.97-28.65 63.97-64H160.03c0 35.35 28.65 64 63.97 64zm215.39-149.71c-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84C118.56 68.1 64.08 130.3 64.08 208c0 102.3-36.15 133.53-55.47 154.29-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h383.8c19.12 0 32-15.6 32.1-32 .05-7.55-2.61-15.27-8.61-21.71z\"]\n};\nvar faBellSlash = {\n prefix: 'fas',\n iconName: 'bell-slash',\n icon: [640, 512, [], \"f1f6\", \"M633.82 458.1l-90.62-70.05c.19-1.38.8-2.66.8-4.06.05-7.55-2.61-15.27-8.61-21.71-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84c-40.33 8.38-74.66 31.07-97.59 62.57L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.35 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.42-6.97 4.17-17.02-2.81-22.45zM157.23 251.54c-8.61 67.96-36.41 93.33-52.62 110.75-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h241.92L157.23 251.54zM320 512c35.32 0 63.97-28.65 63.97-64H256.03c0 35.35 28.65 64 63.97 64z\"]\n};\nvar faBezierCurve = {\n prefix: 'fas',\n iconName: 'bezier-curve',\n icon: [640, 512, [], \"f55b\", \"M368 32h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zM208 88h-84.75C113.75 64.56 90.84 48 64 48 28.66 48 0 76.65 0 112s28.66 64 64 64c26.84 0 49.75-16.56 59.25-40h79.73c-55.37 32.52-95.86 87.32-109.54 152h49.4c11.3-41.61 36.77-77.21 71.04-101.56-3.7-8.08-5.88-16.99-5.88-26.44V88zm-48 232H64c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32zM576 48c-26.84 0-49.75 16.56-59.25 40H432v72c0 9.45-2.19 18.36-5.88 26.44 34.27 24.35 59.74 59.95 71.04 101.56h49.4c-13.68-64.68-54.17-119.48-109.54-152h79.73c9.5 23.44 32.41 40 59.25 40 35.34 0 64-28.65 64-64s-28.66-64-64-64zm0 272h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32z\"]\n};\nvar faBible = {\n prefix: 'fas',\n iconName: 'bible',\n icon: [448, 512, [], \"f647\", \"M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM144 144c0-8.84 7.16-16 16-16h48V80c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v48h48c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-48v112c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16V192h-48c-8.84 0-16-7.16-16-16v-32zm236.8 304H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8v64z\"]\n};\nvar faBicycle = {\n prefix: 'fas',\n iconName: 'bicycle',\n icon: [640, 512, [], \"f206\", \"M512.509 192.001c-16.373-.064-32.03 2.955-46.436 8.495l-77.68-125.153A24 24 0 0 0 368.001 64h-64c-8.837 0-16 7.163-16 16v16c0 8.837 7.163 16 16 16h50.649l14.896 24H256.002v-16c0-8.837-7.163-16-16-16h-87.459c-13.441 0-24.777 10.999-24.536 24.437.232 13.044 10.876 23.563 23.995 23.563h48.726l-29.417 47.52c-13.433-4.83-27.904-7.483-42.992-7.52C58.094 191.83.412 249.012.002 319.236-.413 390.279 57.055 448 128.002 448c59.642 0 109.758-40.793 123.967-96h52.033a24 24 0 0 0 20.406-11.367L410.37 201.77l14.938 24.067c-25.455 23.448-41.385 57.081-41.307 94.437.145 68.833 57.899 127.051 126.729 127.719 70.606.685 128.181-55.803 129.255-125.996 1.086-70.941-56.526-129.72-127.476-129.996zM186.75 265.772c9.727 10.529 16.673 23.661 19.642 38.228h-43.306l23.664-38.228zM128.002 400c-44.112 0-80-35.888-80-80s35.888-80 80-80c5.869 0 11.586.653 17.099 1.859l-45.505 73.509C89.715 331.327 101.213 352 120.002 352h81.3c-12.37 28.225-40.562 48-73.3 48zm162.63-96h-35.624c-3.96-31.756-19.556-59.894-42.383-80.026L237.371 184h127.547l-74.286 120zm217.057 95.886c-41.036-2.165-74.049-35.692-75.627-76.755-.812-21.121 6.633-40.518 19.335-55.263l44.433 71.586c4.66 7.508 14.524 9.816 22.032 5.156l13.594-8.437c7.508-4.66 9.817-14.524 5.156-22.032l-44.468-71.643a79.901 79.901 0 0 1 19.858-2.497c44.112 0 80 35.888 80 80-.001 45.54-38.252 82.316-84.313 79.885z\"]\n};\nvar faBiking = {\n prefix: 'fas',\n iconName: 'biking',\n icon: [640, 512, [], \"f84a\", \"M400 96a48 48 0 1 0-48-48 48 48 0 0 0 48 48zm-4 121a31.9 31.9 0 0 0 20 7h64a32 32 0 0 0 0-64h-52.78L356 103a31.94 31.94 0 0 0-40.81.68l-112 96a32 32 0 0 0 3.08 50.92L288 305.12V416a32 32 0 0 0 64 0V288a32 32 0 0 0-14.25-26.62l-41.36-27.57 58.25-49.92zm116 39a128 128 0 1 0 128 128 128 128 0 0 0-128-128zm0 192a64 64 0 1 1 64-64 64 64 0 0 1-64 64zM128 256a128 128 0 1 0 128 128 128 128 0 0 0-128-128zm0 192a64 64 0 1 1 64-64 64 64 0 0 1-64 64z\"]\n};\nvar faBinoculars = {\n prefix: 'fas',\n iconName: 'binoculars',\n icon: [512, 512, [], \"f1e5\", \"M416 48c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v48h96V48zM63.91 159.99C61.4 253.84 3.46 274.22 0 404v44c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32V288h32V128H95.84c-17.63 0-31.45 14.37-31.93 31.99zm384.18 0c-.48-17.62-14.3-31.99-31.93-31.99H320v160h32v160c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-44c-3.46-129.78-61.4-150.16-63.91-244.01zM176 32h-64c-8.84 0-16 7.16-16 16v48h96V48c0-8.84-7.16-16-16-16zm48 256h64V128h-64v160z\"]\n};\nvar faBiohazard = {\n prefix: 'fas',\n iconName: 'biohazard',\n icon: [576, 512, [], \"f780\", \"M287.9 112c18.6 0 36.2 3.8 52.8 9.6 13.3-10.3 23.6-24.3 29.5-40.7-25.2-10.9-53-17-82.2-17-29.1 0-56.9 6-82.1 16.9 5.9 16.4 16.2 30.4 29.5 40.7 16.5-5.7 34-9.5 52.5-9.5zM163.6 438.7c12-11.8 20.4-26.4 24.5-42.4-32.9-26.4-54.8-65.3-58.9-109.6-8.5-2.8-17.2-4.6-26.4-4.6-7.6 0-15.2 1-22.5 3.1 4.1 62.8 35.8 118 83.3 153.5zm224.2-42.6c4.1 16 12.5 30.7 24.5 42.5 47.4-35.5 79.1-90.7 83-153.5-7.2-2-14.7-3-22.2-3-9.2 0-18 1.9-26.6 4.7-4.1 44.2-26 82.9-58.7 109.3zm113.5-205c-17.6-10.4-36.3-16.6-55.3-19.9 6-17.7 10-36.4 10-56.2 0-41-14.5-80.8-41-112.2-2.5-3-6.6-3.7-10-1.8-3.3 1.9-4.8 6-3.6 9.7 4.5 13.8 6.6 26.3 6.6 38.5 0 67.8-53.8 122.9-120 122.9S168 117 168 49.2c0-12.1 2.2-24.7 6.6-38.5 1.2-3.7-.3-7.8-3.6-9.7-3.4-1.9-7.5-1.2-10 1.8C134.6 34.2 120 74 120 115c0 19.8 3.9 38.5 10 56.2-18.9 3.3-37.7 9.5-55.3 19.9-34.6 20.5-61 53.3-74.3 92.4-1.3 3.7.2 7.7 3.5 9.8 3.3 2 7.5 1.3 10-1.6 9.4-10.8 19-19.1 29.2-25.1 57.3-33.9 130.8-13.7 163.9 45 33.1 58.7 13.4 134-43.9 167.9-10.2 6.1-22 10.4-35.8 13.4-3.7.8-6.4 4.2-6.4 8.1.1 4 2.7 7.3 6.5 8 39.7 7.8 80.6.8 115.2-19.7 18-10.6 32.9-24.5 45.3-40.1 12.4 15.6 27.3 29.5 45.3 40.1 34.6 20.5 75.5 27.5 115.2 19.7 3.8-.7 6.4-4 6.5-8 0-3.9-2.6-7.3-6.4-8.1-13.9-2.9-25.6-7.3-35.8-13.4-57.3-33.9-77-109.2-43.9-167.9s106.6-78.9 163.9-45c10.2 6.1 19.8 14.3 29.2 25.1 2.5 2.9 6.7 3.6 10 1.6s4.8-6.1 3.5-9.8c-13.1-39.1-39.5-72-74.1-92.4zm-213.4 129c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z\"]\n};\nvar faBirthdayCake = {\n prefix: 'fas',\n iconName: 'birthday-cake',\n icon: [448, 512, [], \"f1fd\", \"M448 384c-28.02 0-31.26-32-74.5-32-43.43 0-46.825 32-74.75 32-27.695 0-31.454-32-74.75-32-42.842 0-47.218 32-74.5 32-28.148 0-31.202-32-74.75-32-43.547 0-46.653 32-74.75 32v-80c0-26.5 21.5-48 48-48h16V112h64v144h64V112h64v144h64V112h64v144h16c26.5 0 48 21.5 48 48v80zm0 128H0v-96c43.356 0 46.767-32 74.75-32 27.951 0 31.253 32 74.75 32 42.843 0 47.217-32 74.5-32 28.148 0 31.201 32 74.75 32 43.357 0 46.767-32 74.75-32 27.488 0 31.252 32 74.5 32v96zM96 96c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40zm128 0c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40zm128 0c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40z\"]\n};\nvar faBlender = {\n prefix: 'fas',\n iconName: 'blender',\n icon: [512, 512, [], \"f517\", \"M416 384H160c-35.35 0-64 28.65-64 64v32c0 17.67 14.33 32 32 32h320c17.67 0 32-14.33 32-32v-32c0-35.35-28.65-64-64-64zm-128 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm40-416h166.54L512 0H48C21.49 0 0 21.49 0 48v160c0 26.51 21.49 48 48 48h103.27l8.73 96h256l17.46-64H328c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h114.18l17.46-64H328c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h140.36l17.46-64H328c-4.42 0-8-3.58-8-8V72c0-4.42 3.58-8 8-8zM64 192V64h69.82l11.64 128H64z\"]\n};\nvar faBlenderPhone = {\n prefix: 'fas',\n iconName: 'blender-phone',\n icon: [576, 512, [], \"f6b6\", \"M392 64h166.54L576 0H192v352h288l17.46-64H392c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h114.18l17.46-64H392c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h140.36l17.46-64H392c-4.42 0-8-3.58-8-8V72c0-4.42 3.58-8 8-8zM158.8 335.01l-25.78-63.26c-2.78-6.81-9.8-10.99-17.24-10.26l-45.03 4.42c-17.28-46.94-17.65-99.78 0-147.72l45.03 4.42c7.43.73 14.46-3.46 17.24-10.26l25.78-63.26c3.02-7.39.2-15.85-6.68-20.07l-39.28-24.1C98.51-3.87 80.09-.5 68.95 11.97c-92.57 103.6-92 259.55 2.1 362.49 9.87 10.8 29.12 12.48 41.65 4.8l39.41-24.18c6.89-4.22 9.7-12.67 6.69-20.07zM480 384H192c-35.35 0-64 28.65-64 64v32c0 17.67 14.33 32 32 32h352c17.67 0 32-14.33 32-32v-32c0-35.35-28.65-64-64-64zm-144 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faBlind = {\n prefix: 'fas',\n iconName: 'blind',\n icon: [384, 512, [], \"f29d\", \"M380.15 510.837a8 8 0 0 1-10.989-2.687l-125.33-206.427a31.923 31.923 0 0 0 12.958-9.485l126.048 207.608a8 8 0 0 1-2.687 10.991zM142.803 314.338l-32.54 89.485 36.12 88.285c6.693 16.36 25.377 24.192 41.733 17.501 16.357-6.692 24.193-25.376 17.501-41.734l-62.814-153.537zM96 88c24.301 0 44-19.699 44-44S120.301 0 96 0 52 19.699 52 44s19.699 44 44 44zm154.837 169.128l-120-152c-4.733-5.995-11.75-9.108-18.837-9.112V96H80v.026c-7.146.003-14.217 3.161-18.944 9.24L0 183.766v95.694c0 13.455 11.011 24.791 24.464 24.536C37.505 303.748 48 293.1 48 280v-79.766l16-20.571v140.698L9.927 469.055c-6.04 16.609 2.528 34.969 19.138 41.009 16.602 6.039 34.968-2.524 41.009-19.138L136 309.638V202.441l-31.406-39.816a4 4 0 1 1 6.269-4.971l102.3 129.217c9.145 11.584 24.368 11.339 33.708 3.965 10.41-8.216 12.159-23.334 3.966-33.708z\"]\n};\nvar faBlog = {\n prefix: 'fas',\n iconName: 'blog',\n icon: [512, 512, [], \"f781\", \"M172.2 226.8c-14.6-2.9-28.2 8.9-28.2 23.8V301c0 10.2 7.1 18.4 16.7 22 18.2 6.8 31.3 24.4 31.3 45 0 26.5-21.5 48-48 48s-48-21.5-48-48V120c0-13.3-10.7-24-24-24H24c-13.3 0-24 10.7-24 24v248c0 89.5 82.1 160.2 175 140.7 54.4-11.4 98.3-55.4 109.7-109.7 17.4-82.9-37-157.2-112.5-172.2zM209 0c-9.2-.5-17 6.8-17 16v31.6c0 8.5 6.6 15.5 15 15.9 129.4 7 233.4 112 240.9 241.5.5 8.4 7.5 15 15.9 15h32.1c9.2 0 16.5-7.8 16-17C503.4 139.8 372.2 8.6 209 0zm.3 96c-9.3-.7-17.3 6.7-17.3 16.1v32.1c0 8.4 6.5 15.3 14.8 15.9 76.8 6.3 138 68.2 144.9 145.2.8 8.3 7.6 14.7 15.9 14.7h32.2c9.3 0 16.8-8 16.1-17.3-8.4-110.1-96.5-198.2-206.6-206.7z\"]\n};\nvar faBold = {\n prefix: 'fas',\n iconName: 'bold',\n icon: [384, 512, [], \"f032\", \"M333.49 238a122 122 0 0 0 27-65.21C367.87 96.49 308 32 233.42 32H34a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h31.87v288H34a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h209.32c70.8 0 134.14-51.75 141-122.4 4.74-48.45-16.39-92.06-50.83-119.6zM145.66 112h87.76a48 48 0 0 1 0 96h-87.76zm87.76 288h-87.76V288h87.76a56 56 0 0 1 0 112z\"]\n};\nvar faBolt = {\n prefix: 'fas',\n iconName: 'bolt',\n icon: [320, 512, [], \"f0e7\", \"M296 160H180.6l42.6-129.8C227.2 15 215.7 0 200 0H56C44 0 33.8 8.9 32.2 20.8l-32 240C-1.7 275.2 9.5 288 24 288h118.7L96.6 482.5c-3.6 15.2 8 29.5 23.3 29.5 8.4 0 16.4-4.4 20.8-12l176-304c9.3-15.9-2.2-36-20.7-36z\"]\n};\nvar faBomb = {\n prefix: 'fas',\n iconName: 'bomb',\n icon: [512, 512, [], \"f1e2\", \"M440.5 88.5l-52 52L415 167c9.4 9.4 9.4 24.6 0 33.9l-17.4 17.4c11.8 26.1 18.4 55.1 18.4 85.6 0 114.9-93.1 208-208 208S0 418.9 0 304 93.1 96 208 96c30.5 0 59.5 6.6 85.6 18.4L311 97c9.4-9.4 24.6-9.4 33.9 0l26.5 26.5 52-52 17.1 17zM500 60h-24c-6.6 0-12 5.4-12 12s5.4 12 12 12h24c6.6 0 12-5.4 12-12s-5.4-12-12-12zM440 0c-6.6 0-12 5.4-12 12v24c0 6.6 5.4 12 12 12s12-5.4 12-12V12c0-6.6-5.4-12-12-12zm33.9 55l17-17c4.7-4.7 4.7-12.3 0-17-4.7-4.7-12.3-4.7-17 0l-17 17c-4.7 4.7-4.7 12.3 0 17 4.8 4.7 12.4 4.7 17 0zm-67.8 0c4.7 4.7 12.3 4.7 17 0 4.7-4.7 4.7-12.3 0-17l-17-17c-4.7-4.7-12.3-4.7-17 0-4.7 4.7-4.7 12.3 0 17l17 17zm67.8 34c-4.7-4.7-12.3-4.7-17 0-4.7 4.7-4.7 12.3 0 17l17 17c4.7 4.7 12.3 4.7 17 0 4.7-4.7 4.7-12.3 0-17l-17-17zM112 272c0-35.3 28.7-64 64-64 8.8 0 16-7.2 16-16s-7.2-16-16-16c-52.9 0-96 43.1-96 96 0 8.8 7.2 16 16 16s16-7.2 16-16z\"]\n};\nvar faBone = {\n prefix: 'fas',\n iconName: 'bone',\n icon: [640, 512, [], \"f5d7\", \"M598.88 244.56c25.2-12.6 41.12-38.36 41.12-66.53v-7.64C640 129.3 606.7 96 565.61 96c-32.02 0-60.44 20.49-70.57 50.86-7.68 23.03-11.6 45.14-38.11 45.14H183.06c-27.38 0-31.58-25.54-38.11-45.14C134.83 116.49 106.4 96 74.39 96 33.3 96 0 129.3 0 170.39v7.64c0 28.17 15.92 53.93 41.12 66.53 9.43 4.71 9.43 18.17 0 22.88C15.92 280.04 0 305.8 0 333.97v7.64C0 382.7 33.3 416 74.38 416c32.02 0 60.44-20.49 70.57-50.86 7.68-23.03 11.6-45.14 38.11-45.14h273.87c27.38 0 31.58 25.54 38.11 45.14C505.17 395.51 533.6 416 565.61 416c41.08 0 74.38-33.3 74.38-74.39v-7.64c0-28.18-15.92-53.93-41.12-66.53-9.42-4.71-9.42-18.17.01-22.88z\"]\n};\nvar faBong = {\n prefix: 'fas',\n iconName: 'bong',\n icon: [448, 512, [], \"f55c\", \"M302.5 512c23.18 0 44.43-12.58 56-32.66C374.69 451.26 384 418.75 384 384c0-36.12-10.08-69.81-27.44-98.62L400 241.94l9.38 9.38c6.25 6.25 16.38 6.25 22.63 0l11.3-11.32c6.25-6.25 6.25-16.38 0-22.63l-52.69-52.69c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l9.38 9.38-39.41 39.41c-11.56-11.37-24.53-21.33-38.65-29.51V63.74l15.97-.02c8.82-.01 15.97-7.16 15.98-15.98l.04-31.72C320 7.17 312.82-.01 303.97 0L80.03.26c-8.82.01-15.97 7.16-15.98 15.98l-.04 31.73c-.01 8.85 7.17 16.02 16.02 16.01L96 63.96v153.93C38.67 251.1 0 312.97 0 384c0 34.75 9.31 67.27 25.5 95.34C37.08 499.42 58.33 512 81.5 512h221zM120.06 259.43L144 245.56V63.91l96-.11v181.76l23.94 13.87c24.81 14.37 44.12 35.73 56.56 60.57h-257c12.45-24.84 31.75-46.2 56.56-60.57z\"]\n};\nvar faBook = {\n prefix: 'fas',\n iconName: 'book',\n icon: [448, 512, [], \"f02d\", \"M448 360V24c0-13.3-10.7-24-24-24H96C43 0 0 43 0 96v320c0 53 43 96 96 96h328c13.3 0 24-10.7 24-24v-16c0-7.5-3.5-14.3-8.9-18.7-4.2-15.4-4.2-59.3 0-74.7 5.4-4.3 8.9-11.1 8.9-18.6zM128 134c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm0 64c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm253.4 250H96c-17.7 0-32-14.3-32-32 0-17.6 14.4-32 32-32h285.4c-1.9 17.1-1.9 46.9 0 64z\"]\n};\nvar faBookDead = {\n prefix: 'fas',\n iconName: 'book-dead',\n icon: [448, 512, [], \"f6b7\", \"M272 136c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zm176 222.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM240 56c44.2 0 80 28.7 80 64 0 20.9-12.7 39.2-32 50.9V184c0 8.8-7.2 16-16 16h-64c-8.8 0-16-7.2-16-16v-13.1c-19.3-11.7-32-30-32-50.9 0-35.3 35.8-64 80-64zM124.8 223.3l6.3-14.7c1.7-4.1 6.4-5.9 10.5-4.2l98.3 42.1 98.4-42.1c4.1-1.7 8.8.1 10.5 4.2l6.3 14.7c1.7 4.1-.1 8.8-4.2 10.5L280.6 264l70.3 30.1c4.1 1.7 5.9 6.4 4.2 10.5l-6.3 14.7c-1.7 4.1-6.4 5.9-10.5 4.2L240 281.4l-98.3 42.2c-4.1 1.7-8.8-.1-10.5-4.2l-6.3-14.7c-1.7-4.1.1-8.8 4.2-10.5l70.4-30.1-70.5-30.3c-4.1-1.7-5.9-6.4-4.2-10.5zm256 224.7H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8zM208 136c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16z\"]\n};\nvar faBookMedical = {\n prefix: 'fas',\n iconName: 'book-medical',\n icon: [448, 512, [], \"f7e6\", \"M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16q0-9.6-9.6-19.2c-3.2-16-3.2-60.8 0-73.6q9.6-4.8 9.6-19.2zM144 168a8 8 0 0 1 8-8h56v-56a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v56h56a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8h-56v56a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-56h-56a8 8 0 0 1-8-8zm236.8 280H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8z\"]\n};\nvar faBookOpen = {\n prefix: 'fas',\n iconName: 'book-open',\n icon: [576, 512, [], \"f518\", \"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"]\n};\nvar faBookReader = {\n prefix: 'fas',\n iconName: 'book-reader',\n icon: [512, 512, [], \"f5da\", \"M352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.98 96-96zM233.59 241.1c-59.33-36.32-155.43-46.3-203.79-49.05C13.55 191.13 0 203.51 0 219.14v222.8c0 14.33 11.59 26.28 26.49 27.05 43.66 2.29 131.99 10.68 193.04 41.43 9.37 4.72 20.48-1.71 20.48-11.87V252.56c-.01-4.67-2.32-8.95-6.42-11.46zm248.61-49.05c-48.35 2.74-144.46 12.73-203.78 49.05-4.1 2.51-6.41 6.96-6.41 11.63v245.79c0 10.19 11.14 16.63 20.54 11.9 61.04-30.72 149.32-39.11 192.97-41.4 14.9-.78 26.49-12.73 26.49-27.06V219.14c-.01-15.63-13.56-28.01-29.81-27.09z\"]\n};\nvar faBookmark = {\n prefix: 'fas',\n iconName: 'bookmark',\n icon: [384, 512, [], \"f02e\", \"M0 512V48C0 21.49 21.49 0 48 0h288c26.51 0 48 21.49 48 48v464L192 400 0 512z\"]\n};\nvar faBorderAll = {\n prefix: 'fas',\n iconName: 'border-all',\n icon: [448, 512, [], \"f84c\", \"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"]\n};\nvar faBorderNone = {\n prefix: 'fas',\n iconName: 'border-none',\n icon: [448, 512, [], \"f850\", \"M240 224h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-288 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM240 320h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-96 288h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96-384h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM48 224H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 192H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-192H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faBorderStyle = {\n prefix: 'fas',\n iconName: 'border-style',\n icon: [448, 512, [], \"f853\", \"M240 416h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm192 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96-192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 96h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 96h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-288h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96H32A32 32 0 0 0 0 64v400a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V96h368a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faBowlingBall = {\n prefix: 'fas',\n iconName: 'bowling-ball',\n icon: [496, 512, [], \"f436\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM120 192c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm64-96c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm48 144c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faBox = {\n prefix: 'fas',\n iconName: 'box',\n icon: [512, 512, [], \"f466\", \"M509.5 184.6L458.9 32.8C452.4 13.2 434.1 0 413.4 0H272v192h238.7c-.4-2.5-.4-5-1.2-7.4zM240 0H98.6c-20.7 0-39 13.2-45.5 32.8L2.5 184.6c-.8 2.4-.8 4.9-1.2 7.4H240V0zM0 224v240c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V224H0z\"]\n};\nvar faBoxOpen = {\n prefix: 'fas',\n iconName: 'box-open',\n icon: [640, 512, [], \"f49e\", \"M425.7 256c-16.9 0-32.8-9-41.4-23.4L320 126l-64.2 106.6c-8.7 14.5-24.6 23.5-41.5 23.5-4.5 0-9-.6-13.3-1.9L64 215v178c0 14.7 10 27.5 24.2 31l216.2 54.1c10.2 2.5 20.9 2.5 31 0L551.8 424c14.2-3.6 24.2-16.4 24.2-31V215l-137 39.1c-4.3 1.3-8.8 1.9-13.3 1.9zm212.6-112.2L586.8 41c-3.1-6.2-9.8-9.8-16.7-8.9L320 64l91.7 152.1c3.8 6.3 11.4 9.3 18.5 7.3l197.9-56.5c9.9-2.9 14.7-13.9 10.2-23.1zM53.2 41L1.7 143.8c-4.6 9.2.3 20.2 10.1 23l197.9 56.5c7.1 2 14.7-1 18.5-7.3L320 64 69.8 32.1c-6.9-.8-13.5 2.7-16.6 8.9z\"]\n};\nvar faBoxes = {\n prefix: 'fas',\n iconName: 'boxes',\n icon: [576, 512, [], \"f468\", \"M560 288h-80v96l-32-21.3-32 21.3v-96h-80c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16zm-384-64h224c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16h-80v96l-32-21.3L256 96V0h-80c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16zm64 64h-80v96l-32-21.3L96 384v-96H16c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16z\"]\n};\nvar faBraille = {\n prefix: 'fas',\n iconName: 'braille',\n icon: [640, 512, [], \"f2a1\", \"M128 256c0 35.346-28.654 64-64 64S0 291.346 0 256s28.654-64 64-64 64 28.654 64 64zM64 384c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352C28.654 32 0 60.654 0 96s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm160 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm224 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm160 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-320c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z\"]\n};\nvar faBrain = {\n prefix: 'fas',\n iconName: 'brain',\n icon: [576, 512, [], \"f5dc\", \"M208 0c-29.9 0-54.7 20.5-61.8 48.2-.8 0-1.4-.2-2.2-.2-35.3 0-64 28.7-64 64 0 4.8.6 9.5 1.7 14C52.5 138 32 166.6 32 200c0 12.6 3.2 24.3 8.3 34.9C16.3 248.7 0 274.3 0 304c0 33.3 20.4 61.9 49.4 73.9-.9 4.6-1.4 9.3-1.4 14.1 0 39.8 32.2 72 72 72 4.1 0 8.1-.5 12-1.2 9.6 28.5 36.2 49.2 68 49.2 39.8 0 72-32.2 72-72V64c0-35.3-28.7-64-64-64zm368 304c0-29.7-16.3-55.3-40.3-69.1 5.2-10.6 8.3-22.3 8.3-34.9 0-33.4-20.5-62-49.7-74 1-4.5 1.7-9.2 1.7-14 0-35.3-28.7-64-64-64-.8 0-1.5.2-2.2.2C422.7 20.5 397.9 0 368 0c-35.3 0-64 28.6-64 64v376c0 39.8 32.2 72 72 72 31.8 0 58.4-20.7 68-49.2 3.9.7 7.9 1.2 12 1.2 39.8 0 72-32.2 72-72 0-4.8-.5-9.5-1.4-14.1 29-12 49.4-40.6 49.4-73.9z\"]\n};\nvar faBreadSlice = {\n prefix: 'fas',\n iconName: 'bread-slice',\n icon: [576, 512, [], \"f7ec\", \"M288 0C108 0 0 93.4 0 169.14 0 199.44 24.24 224 64 224v256c0 17.67 16.12 32 36 32h376c19.88 0 36-14.33 36-32V224c39.76 0 64-24.56 64-54.86C576 93.4 468 0 288 0z\"]\n};\nvar faBriefcase = {\n prefix: 'fas',\n iconName: 'briefcase',\n icon: [512, 512, [], \"f0b1\", \"M320 336c0 8.84-7.16 16-16 16h-96c-8.84 0-16-7.16-16-16v-48H0v144c0 25.6 22.4 48 48 48h416c25.6 0 48-22.4 48-48V288H320v48zm144-208h-80V80c0-25.6-22.4-48-48-48H176c-25.6 0-48 22.4-48 48v48H48c-25.6 0-48 22.4-48 48v80h512v-80c0-25.6-22.4-48-48-48zm-144 0H192V96h128v32z\"]\n};\nvar faBriefcaseMedical = {\n prefix: 'fas',\n iconName: 'briefcase-medical',\n icon: [512, 512, [], \"f469\", \"M464 128h-80V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v48H48c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48zM192 96h128v32H192V96zm160 248c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48z\"]\n};\nvar faBroadcastTower = {\n prefix: 'fas',\n iconName: 'broadcast-tower',\n icon: [640, 512, [], \"f519\", \"M150.94 192h33.73c11.01 0 18.61-10.83 14.86-21.18-4.93-13.58-7.55-27.98-7.55-42.82s2.62-29.24 7.55-42.82C203.29 74.83 195.68 64 184.67 64h-33.73c-7.01 0-13.46 4.49-15.41 11.23C130.64 92.21 128 109.88 128 128c0 18.12 2.64 35.79 7.54 52.76 1.94 6.74 8.39 11.24 15.4 11.24zM89.92 23.34C95.56 12.72 87.97 0 75.96 0H40.63c-6.27 0-12.14 3.59-14.74 9.31C9.4 45.54 0 85.65 0 128c0 24.75 3.12 68.33 26.69 118.86 2.62 5.63 8.42 9.14 14.61 9.14h34.84c12.02 0 19.61-12.74 13.95-23.37-49.78-93.32-16.71-178.15-.17-209.29zM614.06 9.29C611.46 3.58 605.6 0 599.33 0h-35.42c-11.98 0-19.66 12.66-14.02 23.25 18.27 34.29 48.42 119.42.28 209.23-5.72 10.68 1.8 23.52 13.91 23.52h35.23c6.27 0 12.13-3.58 14.73-9.29C630.57 210.48 640 170.36 640 128s-9.42-82.48-25.94-118.71zM489.06 64h-33.73c-11.01 0-18.61 10.83-14.86 21.18 4.93 13.58 7.55 27.98 7.55 42.82s-2.62 29.24-7.55 42.82c-3.76 10.35 3.85 21.18 14.86 21.18h33.73c7.02 0 13.46-4.49 15.41-11.24 4.9-16.97 7.53-34.64 7.53-52.76 0-18.12-2.64-35.79-7.54-52.76-1.94-6.75-8.39-11.24-15.4-11.24zm-116.3 100.12c7.05-10.29 11.2-22.71 11.2-36.12 0-35.35-28.63-64-63.96-64-35.32 0-63.96 28.65-63.96 64 0 13.41 4.15 25.83 11.2 36.12l-130.5 313.41c-3.4 8.15.46 17.52 8.61 20.92l29.51 12.31c8.15 3.4 17.52-.46 20.91-8.61L244.96 384h150.07l49.2 118.15c3.4 8.16 12.76 12.01 20.91 8.61l29.51-12.31c8.15-3.4 12-12.77 8.61-20.92l-130.5-313.41zM271.62 320L320 203.81 368.38 320h-96.76z\"]\n};\nvar faBroom = {\n prefix: 'fas',\n iconName: 'broom',\n icon: [640, 512, [], \"f51a\", \"M256.47 216.77l86.73 109.18s-16.6 102.36-76.57 150.12C206.66 523.85 0 510.19 0 510.19s3.8-23.14 11-55.43l94.62-112.17c3.97-4.7-.87-11.62-6.65-9.5l-60.4 22.09c14.44-41.66 32.72-80.04 54.6-97.47 59.97-47.76 163.3-40.94 163.3-40.94zM636.53 31.03l-19.86-25c-5.49-6.9-15.52-8.05-22.41-2.56l-232.48 177.8-34.14-42.97c-5.09-6.41-15.14-5.21-18.59 2.21l-25.33 54.55 86.73 109.18 58.8-12.45c8-1.69 11.42-11.2 6.34-17.6l-34.09-42.92 232.48-177.8c6.89-5.48 8.04-15.53 2.55-22.44z\"]\n};\nvar faBrush = {\n prefix: 'fas',\n iconName: 'brush',\n icon: [384, 512, [], \"f55d\", \"M352 0H32C14.33 0 0 14.33 0 32v224h384V32c0-17.67-14.33-32-32-32zM0 320c0 35.35 28.66 64 64 64h64v64c0 35.35 28.66 64 64 64s64-28.65 64-64v-64h64c35.34 0 64-28.65 64-64v-32H0v32zm192 104c13.25 0 24 10.74 24 24 0 13.25-10.75 24-24 24s-24-10.75-24-24c0-13.26 10.75-24 24-24z\"]\n};\nvar faBug = {\n prefix: 'fas',\n iconName: 'bug',\n icon: [512, 512, [], \"f188\", \"M511.988 288.9c-.478 17.43-15.217 31.1-32.653 31.1H424v16c0 21.864-4.882 42.584-13.6 61.145l60.228 60.228c12.496 12.497 12.496 32.758 0 45.255-12.498 12.497-32.759 12.496-45.256 0l-54.736-54.736C345.886 467.965 314.351 480 280 480V236c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v244c-34.351 0-65.886-12.035-90.636-32.108l-54.736 54.736c-12.498 12.497-32.759 12.496-45.256 0-12.496-12.497-12.496-32.758 0-45.255l60.228-60.228C92.882 378.584 88 357.864 88 336v-16H32.666C15.23 320 .491 306.33.013 288.9-.484 270.816 14.028 256 32 256h56v-58.745l-46.628-46.628c-12.496-12.497-12.496-32.758 0-45.255 12.498-12.497 32.758-12.497 45.256 0L141.255 160h229.489l54.627-54.627c12.498-12.497 32.758-12.497 45.256 0 12.496 12.497 12.496 32.758 0 45.255L424 197.255V256h56c17.972 0 32.484 14.816 31.988 32.9zM257 0c-61.856 0-112 50.144-112 112h224C369 50.144 318.856 0 257 0z\"]\n};\nvar faBuilding = {\n prefix: 'fas',\n iconName: 'building',\n icon: [448, 512, [], \"f1ad\", \"M436 480h-20V24c0-13.255-10.745-24-24-24H56C42.745 0 32 10.745 32 24v456H12c-6.627 0-12 5.373-12 12v20h448v-20c0-6.627-5.373-12-12-12zM128 76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76zm0 96c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40zm52 148h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12zm76 160h-64v-84c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v84zm64-172c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40z\"]\n};\nvar faBullhorn = {\n prefix: 'fas',\n iconName: 'bullhorn',\n icon: [576, 512, [], \"f0a1\", \"M576 240c0-23.63-12.95-44.04-32-55.12V32.01C544 23.26 537.02 0 512 0c-7.12 0-14.19 2.38-19.98 7.02l-85.03 68.03C364.28 109.19 310.66 128 256 128H64c-35.35 0-64 28.65-64 64v96c0 35.35 28.65 64 64 64h33.7c-1.39 10.48-2.18 21.14-2.18 32 0 39.77 9.26 77.35 25.56 110.94 5.19 10.69 16.52 17.06 28.4 17.06h74.28c26.05 0 41.69-29.84 25.9-50.56-16.4-21.52-26.15-48.36-26.15-77.44 0-11.11 1.62-21.79 4.41-32H256c54.66 0 108.28 18.81 150.98 52.95l85.03 68.03a32.023 32.023 0 0 0 19.98 7.02c24.92 0 32-22.78 32-32V295.13C563.05 284.04 576 263.63 576 240zm-96 141.42l-33.05-26.44C392.95 311.78 325.12 288 256 288v-96c69.12 0 136.95-23.78 190.95-66.98L480 98.58v282.84z\"]\n};\nvar faBullseye = {\n prefix: 'fas',\n iconName: 'bullseye',\n icon: [496, 512, [], \"f140\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z\"]\n};\nvar faBurn = {\n prefix: 'fas',\n iconName: 'burn',\n icon: [384, 512, [], \"f46a\", \"M192 0C79.7 101.3 0 220.9 0 300.5 0 425 79 512 192 512s192-87 192-211.5c0-79.9-80.2-199.6-192-300.5zm0 448c-56.5 0-96-39-96-94.8 0-13.5 4.6-61.5 96-161.2 91.4 99.7 96 147.7 96 161.2 0 55.8-39.5 94.8-96 94.8z\"]\n};\nvar faBus = {\n prefix: 'fas',\n iconName: 'bus',\n icon: [512, 512, [], \"f207\", \"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faBusAlt = {\n prefix: 'fas',\n iconName: 'bus-alt',\n icon: [512, 512, [], \"f55e\", \"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM160 72c0-4.42 3.58-8 8-8h176c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H168c-4.42 0-8-3.58-8-8V72zm-48 328c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm128-112H128c-17.67 0-32-14.33-32-32v-96c0-17.67 14.33-32 32-32h112v160zm32 0V128h112c17.67 0 32 14.33 32 32v96c0 17.67-14.33 32-32 32H272zm128 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faBusinessTime = {\n prefix: 'fas',\n iconName: 'business-time',\n icon: [640, 512, [], \"f64a\", \"M496 224c-79.59 0-144 64.41-144 144s64.41 144 144 144 144-64.41 144-144-64.41-144-144-144zm64 150.29c0 5.34-4.37 9.71-9.71 9.71h-60.57c-5.34 0-9.71-4.37-9.71-9.71v-76.57c0-5.34 4.37-9.71 9.71-9.71h12.57c5.34 0 9.71 4.37 9.71 9.71V352h38.29c5.34 0 9.71 4.37 9.71 9.71v12.58zM496 192c5.4 0 10.72.33 16 .81V144c0-25.6-22.4-48-48-48h-80V48c0-25.6-22.4-48-48-48H176c-25.6 0-48 22.4-48 48v48H48c-25.6 0-48 22.4-48 48v80h395.12c28.6-20.09 63.35-32 100.88-32zM320 96H192V64h128v32zm6.82 224H208c-8.84 0-16-7.16-16-16v-48H0v144c0 25.6 22.4 48 48 48h291.43C327.1 423.96 320 396.82 320 368c0-16.66 2.48-32.72 6.82-48z\"]\n};\nvar faCalculator = {\n prefix: 'fas',\n iconName: 'calculator',\n icon: [448, 512, [], \"f1ec\", \"M400 0H48C22.4 0 0 22.4 0 48v416c0 25.6 22.4 48 48 48h352c25.6 0 48-22.4 48-48V48c0-25.6-22.4-48-48-48zM128 435.2c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8V268.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v166.4zm0-256c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8V76.8C64 70.4 70.4 64 76.8 64h294.4c6.4 0 12.8 6.4 12.8 12.8v102.4z\"]\n};\nvar faCalendar = {\n prefix: 'fas',\n iconName: 'calendar',\n icon: [448, 512, [], \"f133\", \"M12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm436-44v-36c0-26.5-21.5-48-48-48h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v36c0 6.6 5.4 12 12 12h424c6.6 0 12-5.4 12-12z\"]\n};\nvar faCalendarAlt = {\n prefix: 'fas',\n iconName: 'calendar-alt',\n icon: [448, 512, [], \"f073\", \"M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm320-196c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM192 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM64 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z\"]\n};\nvar faCalendarCheck = {\n prefix: 'fas',\n iconName: 'calendar-check',\n icon: [448, 512, [], \"f274\", \"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"]\n};\nvar faCalendarDay = {\n prefix: 'fas',\n iconName: 'calendar-day',\n icon: [448, 512, [], \"f783\", \"M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm64-192c0-8.8 7.2-16 16-16h96c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-96zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z\"]\n};\nvar faCalendarMinus = {\n prefix: 'fas',\n iconName: 'calendar-minus',\n icon: [448, 512, [], \"f272\", \"M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm304 192c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12H132c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h184z\"]\n};\nvar faCalendarPlus = {\n prefix: 'fas',\n iconName: 'calendar-plus',\n icon: [448, 512, [], \"f271\", \"M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm316 140c0-6.6-5.4-12-12-12h-60v-60c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v60h-60c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h60v60c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-60h60c6.6 0 12-5.4 12-12v-40z\"]\n};\nvar faCalendarTimes = {\n prefix: 'fas',\n iconName: 'calendar-times',\n icon: [448, 512, [], \"f273\", \"M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm257.3 160l48.1-48.1c4.7-4.7 4.7-12.3 0-17l-28.3-28.3c-4.7-4.7-12.3-4.7-17 0L224 306.7l-48.1-48.1c-4.7-4.7-12.3-4.7-17 0l-28.3 28.3c-4.7 4.7-4.7 12.3 0 17l48.1 48.1-48.1 48.1c-4.7 4.7-4.7 12.3 0 17l28.3 28.3c4.7 4.7 12.3 4.7 17 0l48.1-48.1 48.1 48.1c4.7 4.7 12.3 4.7 17 0l28.3-28.3c4.7-4.7 4.7-12.3 0-17L269.3 352z\"]\n};\nvar faCalendarWeek = {\n prefix: 'fas',\n iconName: 'calendar-week',\n icon: [448, 512, [], \"f784\", \"M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm64-192c0-8.8 7.2-16 16-16h288c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-64zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z\"]\n};\nvar faCamera = {\n prefix: 'fas',\n iconName: 'camera',\n icon: [512, 512, [], \"f030\", \"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"]\n};\nvar faCameraRetro = {\n prefix: 'fas',\n iconName: 'camera-retro',\n icon: [512, 512, [], \"f083\", \"M48 32C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48H48zm0 32h106c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H38c-3.3 0-6-2.7-6-6V80c0-8.8 7.2-16 16-16zm426 96H38c-3.3 0-6-2.7-6-6v-36c0-3.3 2.7-6 6-6h138l30.2-45.3c1.1-1.7 3-2.7 5-2.7H464c8.8 0 16 7.2 16 16v74c0 3.3-2.7 6-6 6zM256 424c-66.2 0-120-53.8-120-120s53.8-120 120-120 120 53.8 120 120-53.8 120-120 120zm0-208c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88zm-48 104c-8.8 0-16-7.2-16-16 0-35.3 28.7-64 64-64 8.8 0 16 7.2 16 16s-7.2 16-16 16c-17.6 0-32 14.4-32 32 0 8.8-7.2 16-16 16z\"]\n};\nvar faCampground = {\n prefix: 'fas',\n iconName: 'campground',\n icon: [640, 512, [], \"f6bb\", \"M624 448h-24.68L359.54 117.75l53.41-73.55c5.19-7.15 3.61-17.16-3.54-22.35l-25.9-18.79c-7.15-5.19-17.15-3.61-22.35 3.55L320 63.3 278.83 6.6c-5.19-7.15-15.2-8.74-22.35-3.55l-25.88 18.8c-7.15 5.19-8.74 15.2-3.54 22.35l53.41 73.55L40.68 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM320 288l116.36 160H203.64L320 288z\"]\n};\nvar faCandyCane = {\n prefix: 'fas',\n iconName: 'candy-cane',\n icon: [512, 512, [], \"f786\", \"M497.5 92C469.6 33.1 411.8 0 352.4 0c-27.9 0-56.2 7.3-81.8 22.6L243.1 39c-15.2 9.1-20.1 28.7-11 43.9l32.8 54.9c6 10 16.6 15.6 27.5 15.6 5.6 0 11.2-1.5 16.4-4.5l27.5-16.4c5.1-3.1 10.8-4.5 16.4-4.5 10.9 0 21.5 5.6 27.5 15.6 9.1 15.1 4.1 34.8-11 43.9L15.6 397.6c-15.2 9.1-20.1 28.7-11 43.9l32.8 54.9c6 10 16.6 15.6 27.5 15.6 5.6 0 11.2-1.5 16.4-4.5L428.6 301c71.7-42.9 104.6-133.5 68.9-209zm-177.7 13l-2.5 1.5L296.8 45c9.7-4.7 19.8-8.1 30.3-10.2l20.6 61.8c-9.8.8-19.4 3.3-27.9 8.4zM145.9 431.8l-60.5-38.5 30.8-18.3 60.5 38.5-30.8 18.3zm107.5-63.9l-60.5-38.5 30.8-18.3 60.5 38.5-30.8 18.3zM364.3 302l-60.5-38.5 30.8-18.3 60.5 38.5-30.8 18.3zm20.4-197.3l46-46c8.4 6.5 16 14.1 22.6 22.6L407.6 127c-5.7-9.3-13.7-16.9-22.9-22.3zm82.1 107.8l-59.5-19.8c3.2-5.3 5.8-10.9 7.4-17.1 1.1-4.5 1.7-9.1 1.8-13.6l60.4 20.1c-2.1 10.4-5.5 20.6-10.1 30.4z\"]\n};\nvar faCannabis = {\n prefix: 'fas',\n iconName: 'cannabis',\n icon: [512, 512, [], \"f55f\", \"M503.47 360.25c-1.56-.82-32.39-16.89-76.78-25.81 64.25-75.12 84.05-161.67 84.93-165.64 1.18-5.33-.44-10.9-4.3-14.77-3.03-3.04-7.12-4.7-11.32-4.7-1.14 0-2.29.12-3.44.38-3.88.85-86.54 19.59-160.58 79.76.01-1.46.01-2.93.01-4.4 0-118.79-59.98-213.72-62.53-217.7A15.973 15.973 0 0 0 256 0c-5.45 0-10.53 2.78-13.47 7.37-2.55 3.98-62.53 98.91-62.53 217.7 0 1.47.01 2.94.01 4.4-74.03-60.16-156.69-78.9-160.58-79.76-1.14-.25-2.29-.38-3.44-.38-4.2 0-8.29 1.66-11.32 4.7A15.986 15.986 0 0 0 .38 168.8c.88 3.97 20.68 90.52 84.93 165.64-44.39 8.92-75.21 24.99-76.78 25.81a16.003 16.003 0 0 0-.02 28.29c2.45 1.29 60.76 31.72 133.49 31.72 6.14 0 11.96-.1 17.5-.31-11.37 22.23-16.52 38.31-16.81 39.22-1.8 5.68-.29 11.89 3.91 16.11a16.019 16.019 0 0 0 16.1 3.99c1.83-.57 37.72-11.99 77.3-39.29V504c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8v-64.01c39.58 27.3 75.47 38.71 77.3 39.29a16.019 16.019 0 0 0 16.1-3.99c4.2-4.22 5.71-10.43 3.91-16.11-.29-.91-5.45-16.99-16.81-39.22 5.54.21 11.37.31 17.5.31 72.72 0 131.04-30.43 133.49-31.72 5.24-2.78 8.52-8.22 8.51-14.15-.01-5.94-3.29-11.39-8.53-14.15z\"]\n};\nvar faCapsules = {\n prefix: 'fas',\n iconName: 'capsules',\n icon: [576, 512, [], \"f46b\", \"M555.3 300.1L424.2 112.8C401.9 81 366.4 64 330.4 64c-22.6 0-45.5 6.7-65.5 20.7-19.7 13.8-33.7 32.8-41.5 53.8C220.5 79.2 172 32 112 32 50.1 32 0 82.1 0 144v224c0 61.9 50.1 112 112 112s112-50.1 112-112V218.9c3.3 8.6 7.3 17.1 12.8 25L368 431.2c22.2 31.8 57.7 48.8 93.8 48.8 22.7 0 45.5-6.7 65.5-20.7 51.7-36.2 64.2-107.5 28-159.2zM160 256H64V144c0-26.5 21.5-48 48-48s48 21.5 48 48v112zm194.8 44.9l-65.6-93.7c-7.7-11-10.7-24.4-8.3-37.6 2.3-13.2 9.7-24.8 20.7-32.5 8.5-6 18.5-9.1 28.8-9.1 16.5 0 31.9 8 41.3 21.5l65.6 93.7-82.5 57.7z\"]\n};\nvar faCar = {\n prefix: 'fas',\n iconName: 'car',\n icon: [512, 512, [], \"f1b9\", \"M499.99 176h-59.87l-16.64-41.6C406.38 91.63 365.57 64 319.5 64h-127c-46.06 0-86.88 27.63-103.99 70.4L71.87 176H12.01C4.2 176-1.53 183.34.37 190.91l6 24C7.7 220.25 12.5 224 18.01 224h20.07C24.65 235.73 16 252.78 16 272v48c0 16.12 6.16 30.67 16 41.93V416c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-54.07c9.84-11.25 16-25.8 16-41.93v-48c0-19.22-8.65-36.27-22.07-48H494c5.51 0 10.31-3.75 11.64-9.09l6-24c1.89-7.57-3.84-14.91-11.65-14.91zm-352.06-17.83c7.29-18.22 24.94-30.17 44.57-30.17h127c19.63 0 37.28 11.95 44.57 30.17L384 208H128l19.93-49.83zM96 319.8c-19.2 0-32-12.76-32-31.9S76.8 256 96 256s48 28.71 48 47.85-28.8 15.95-48 15.95zm320 0c-19.2 0-48 3.19-48-15.95S396.8 256 416 256s32 12.76 32 31.9-12.8 31.9-32 31.9z\"]\n};\nvar faCarAlt = {\n prefix: 'fas',\n iconName: 'car-alt',\n icon: [480, 512, [], \"f5de\", \"M438.66 212.33l-11.24-28.1-19.93-49.83C390.38 91.63 349.57 64 303.5 64h-127c-46.06 0-86.88 27.63-103.99 70.4l-19.93 49.83-11.24 28.1C17.22 221.5 0 244.66 0 272v48c0 16.12 6.16 30.67 16 41.93V416c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-54.07c9.84-11.25 16-25.8 16-41.93v-48c0-27.34-17.22-50.5-41.34-59.67zm-306.73-54.16c7.29-18.22 24.94-30.17 44.57-30.17h127c19.63 0 37.28 11.95 44.57 30.17L368 208H112l19.93-49.83zM80 319.8c-19.2 0-32-12.76-32-31.9S60.8 256 80 256s48 28.71 48 47.85-28.8 15.95-48 15.95zm320 0c-19.2 0-48 3.19-48-15.95S380.8 256 400 256s32 12.76 32 31.9-12.8 31.9-32 31.9z\"]\n};\nvar faCarBattery = {\n prefix: 'fas',\n iconName: 'car-battery',\n icon: [512, 512, [], \"f5df\", \"M480 128h-32V80c0-8.84-7.16-16-16-16h-96c-8.84 0-16 7.16-16 16v48H192V80c0-8.84-7.16-16-16-16H80c-8.84 0-16 7.16-16 16v48H32c-17.67 0-32 14.33-32 32v256c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32V160c0-17.67-14.33-32-32-32zM192 264c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16zm256 0c0 4.42-3.58 8-8 8h-40v40c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-40h-40c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h40v-40c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v40h40c4.42 0 8 3.58 8 8v16z\"]\n};\nvar faCarCrash = {\n prefix: 'fas',\n iconName: 'car-crash',\n icon: [640, 512, [], \"f5e1\", \"M143.25 220.81l-12.42 46.37c-3.01 11.25-3.63 22.89-2.41 34.39l-35.2 28.98c-6.57 5.41-16.31-.43-14.62-8.77l15.44-76.68c1.06-5.26-2.66-10.28-8-10.79l-77.86-7.55c-8.47-.82-11.23-11.83-4.14-16.54l65.15-43.3c4.46-2.97 5.38-9.15 1.98-13.29L21.46 93.22c-5.41-6.57.43-16.3 8.78-14.62l76.68 15.44c5.26 1.06 10.28-2.66 10.8-8l7.55-77.86c.82-8.48 11.83-11.23 16.55-4.14l43.3 65.14c2.97 4.46 9.15 5.38 13.29 1.98l60.4-49.71c6.57-5.41 16.3.43 14.62 8.77L262.1 86.38c-2.71 3.05-5.43 6.09-7.91 9.4l-32.15 42.97-10.71 14.32c-32.73 8.76-59.18 34.53-68.08 67.74zm494.57 132.51l-12.42 46.36c-3.13 11.68-9.38 21.61-17.55 29.36a66.876 66.876 0 0 1-8.76 7l-13.99 52.23c-1.14 4.27-3.1 8.1-5.65 11.38-7.67 9.84-20.74 14.68-33.54 11.25L515 502.62c-17.07-4.57-27.2-22.12-22.63-39.19l8.28-30.91-247.28-66.26-8.28 30.91c-4.57 17.07-22.12 27.2-39.19 22.63l-30.91-8.28c-12.8-3.43-21.7-14.16-23.42-26.51-.57-4.12-.35-8.42.79-12.68l13.99-52.23a66.62 66.62 0 0 1-4.09-10.45c-3.2-10.79-3.65-22.52-.52-34.2l12.42-46.37c5.31-19.8 19.36-34.83 36.89-42.21a64.336 64.336 0 0 1 18.49-4.72l18.13-24.23 32.15-42.97c3.45-4.61 7.19-8.9 11.2-12.84 8-7.89 17.03-14.44 26.74-19.51 4.86-2.54 9.89-4.71 15.05-6.49 10.33-3.58 21.19-5.63 32.24-6.04 11.05-.41 22.31.82 33.43 3.8l122.68 32.87c11.12 2.98 21.48 7.54 30.85 13.43a111.11 111.11 0 0 1 34.69 34.5c8.82 13.88 14.64 29.84 16.68 46.99l6.36 53.29 3.59 30.05a64.49 64.49 0 0 1 22.74 29.93c4.39 11.88 5.29 25.19 1.75 38.39zM255.58 234.34c-18.55-4.97-34.21 4.04-39.17 22.53-4.96 18.49 4.11 34.12 22.65 39.09 18.55 4.97 45.54 15.51 50.49-2.98 4.96-18.49-15.43-53.67-33.97-58.64zm290.61 28.17l-6.36-53.29c-.58-4.87-1.89-9.53-3.82-13.86-5.8-12.99-17.2-23.01-31.42-26.82l-122.68-32.87a48.008 48.008 0 0 0-50.86 17.61l-32.15 42.97 172 46.08 75.29 20.18zm18.49 54.65c-18.55-4.97-53.8 15.31-58.75 33.79-4.95 18.49 23.69 22.86 42.24 27.83 18.55 4.97 34.21-4.04 39.17-22.53 4.95-18.48-4.11-34.12-22.66-39.09z\"]\n};\nvar faCarSide = {\n prefix: 'fas',\n iconName: 'car-side',\n icon: [640, 512, [], \"f5e4\", \"M544 192h-16L419.22 56.02A64.025 64.025 0 0 0 369.24 32H155.33c-26.17 0-49.7 15.93-59.42 40.23L48 194.26C20.44 201.4 0 226.21 0 256v112c0 8.84 7.16 16 16 16h48c0 53.02 42.98 96 96 96s96-42.98 96-96h128c0 53.02 42.98 96 96 96s96-42.98 96-96h48c8.84 0 16-7.16 16-16v-80c0-53.02-42.98-96-96-96zM160 432c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48zm72-240H116.93l38.4-96H232v96zm48 0V96h89.24l76.8 96H280zm200 240c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48z\"]\n};\nvar faCaretDown = {\n prefix: 'fas',\n iconName: 'caret-down',\n icon: [320, 512, [], \"f0d7\", \"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"]\n};\nvar faCaretLeft = {\n prefix: 'fas',\n iconName: 'caret-left',\n icon: [192, 512, [], \"f0d9\", \"M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z\"]\n};\nvar faCaretRight = {\n prefix: 'fas',\n iconName: 'caret-right',\n icon: [192, 512, [], \"f0da\", \"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z\"]\n};\nvar faCaretSquareDown = {\n prefix: 'fas',\n iconName: 'caret-square-down',\n icon: [448, 512, [], \"f150\", \"M448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM92.5 220.5l123 123c4.7 4.7 12.3 4.7 17 0l123-123c7.6-7.6 2.2-20.5-8.5-20.5H101c-10.7 0-16.1 12.9-8.5 20.5z\"]\n};\nvar faCaretSquareLeft = {\n prefix: 'fas',\n iconName: 'caret-square-left',\n icon: [448, 512, [], \"f191\", \"M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zM259.515 124.485l-123.03 123.03c-4.686 4.686-4.686 12.284 0 16.971l123.029 123.029c7.56 7.56 20.485 2.206 20.485-8.485V132.971c.001-10.691-12.925-16.045-20.484-8.486z\"]\n};\nvar faCaretSquareRight = {\n prefix: 'fas',\n iconName: 'caret-square-right',\n icon: [448, 512, [], \"f152\", \"M48 32h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48zm140.485 355.515l123.029-123.029c4.686-4.686 4.686-12.284 0-16.971l-123.029-123.03c-7.56-7.56-20.485-2.206-20.485 8.485v246.059c0 10.691 12.926 16.045 20.485 8.486z\"]\n};\nvar faCaretSquareUp = {\n prefix: 'fas',\n iconName: 'caret-square-up',\n icon: [448, 512, [], \"f151\", \"M0 432V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48zm355.515-140.485l-123.03-123.03c-4.686-4.686-12.284-4.686-16.971 0L92.485 291.515c-7.56 7.56-2.206 20.485 8.485 20.485h246.059c10.691 0 16.045-12.926 8.486-20.485z\"]\n};\nvar faCaretUp = {\n prefix: 'fas',\n iconName: 'caret-up',\n icon: [320, 512, [], \"f0d8\", \"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"]\n};\nvar faCarrot = {\n prefix: 'fas',\n iconName: 'carrot',\n icon: [512, 512, [], \"f787\", \"M298.2 156.6c-52.7-25.7-114.5-10.5-150.2 32.8l55.2 55.2c6.3 6.3 6.3 16.4 0 22.6-3.1 3.1-7.2 4.7-11.3 4.7s-8.2-1.6-11.3-4.7L130.4 217 2.3 479.7c-2.9 6-3.1 13.3 0 19.7 5.4 11.1 18.9 15.7 30 10.3l133.6-65.2-49.2-49.2c-6.3-6.2-6.3-16.4 0-22.6 6.3-6.2 16.4-6.2 22.6 0l57 57 102-49.8c24-11.7 44.5-31.3 57.1-57.1 30.1-61.7 4.5-136.1-57.2-166.2zm92.1-34.9C409.8 81 399.7 32.9 360 0c-50.3 41.7-52.5 107.5-7.9 151.9l8 8c44.4 44.6 110.3 42.4 151.9-7.9-32.9-39.7-81-49.8-121.7-30.3z\"]\n};\nvar faCartArrowDown = {\n prefix: 'fas',\n iconName: 'cart-arrow-down',\n icon: [576, 512, [], \"f218\", \"M504.717 320H211.572l6.545 32h268.418c15.401 0 26.816 14.301 23.403 29.319l-5.517 24.276C523.112 414.668 536 433.828 536 456c0 31.202-25.519 56.444-56.824 55.994-29.823-.429-54.35-24.631-55.155-54.447-.44-16.287 6.085-31.049 16.803-41.548H231.176C241.553 426.165 248 440.326 248 456c0 31.813-26.528 57.431-58.67 55.938-28.54-1.325-51.751-24.385-53.251-52.917-1.158-22.034 10.436-41.455 28.051-51.586L93.883 64H24C10.745 64 0 53.255 0 40V24C0 10.745 10.745 0 24 0h102.529c11.401 0 21.228 8.021 23.513 19.19L159.208 64H551.99c15.401 0 26.816 14.301 23.403 29.319l-47.273 208C525.637 312.246 515.923 320 504.717 320zM403.029 192H360v-60c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v60h-43.029c-10.691 0-16.045 12.926-8.485 20.485l67.029 67.029c4.686 4.686 12.284 4.686 16.971 0l67.029-67.029c7.559-7.559 2.205-20.485-8.486-20.485z\"]\n};\nvar faCartPlus = {\n prefix: 'fas',\n iconName: 'cart-plus',\n icon: [576, 512, [], \"f217\", \"M504.717 320H211.572l6.545 32h268.418c15.401 0 26.816 14.301 23.403 29.319l-5.517 24.276C523.112 414.668 536 433.828 536 456c0 31.202-25.519 56.444-56.824 55.994-29.823-.429-54.35-24.631-55.155-54.447-.44-16.287 6.085-31.049 16.803-41.548H231.176C241.553 426.165 248 440.326 248 456c0 31.813-26.528 57.431-58.67 55.938-28.54-1.325-51.751-24.385-53.251-52.917-1.158-22.034 10.436-41.455 28.051-51.586L93.883 64H24C10.745 64 0 53.255 0 40V24C0 10.745 10.745 0 24 0h102.529c11.401 0 21.228 8.021 23.513 19.19L159.208 64H551.99c15.401 0 26.816 14.301 23.403 29.319l-47.273 208C525.637 312.246 515.923 320 504.717 320zM408 168h-48v-40c0-8.837-7.163-16-16-16h-16c-8.837 0-16 7.163-16 16v40h-48c-8.837 0-16 7.163-16 16v16c0 8.837 7.163 16 16 16h48v40c0 8.837 7.163 16 16 16h16c8.837 0 16-7.163 16-16v-40h48c8.837 0 16-7.163 16-16v-16c0-8.837-7.163-16-16-16z\"]\n};\nvar faCashRegister = {\n prefix: 'fas',\n iconName: 'cash-register',\n icon: [512, 512, [], \"f788\", \"M511.1 378.8l-26.7-160c-2.6-15.4-15.9-26.7-31.6-26.7H208v-64h96c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h96v64H59.1c-15.6 0-29 11.3-31.6 26.7L.8 378.7c-.6 3.5-.9 7-.9 10.5V480c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32v-90.7c.1-3.5-.2-7-.8-10.5zM280 248c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16zm-32 64h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16zm-32-80c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16zM80 80V48h192v32H80zm40 200h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16zm16 64v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16zm216 112c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h176c4.4 0 8 3.6 8 8v16zm24-112c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16zm48-80c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16z\"]\n};\nvar faCat = {\n prefix: 'fas',\n iconName: 'cat',\n icon: [512, 512, [], \"f6be\", \"M290.59 192c-20.18 0-106.82 1.98-162.59 85.95V192c0-52.94-43.06-96-96-96-17.67 0-32 14.33-32 32s14.33 32 32 32c17.64 0 32 14.36 32 32v256c0 35.3 28.7 64 64 64h176c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-32l128-96v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V289.86c-10.29 2.67-20.89 4.54-32 4.54-61.81 0-113.52-44.05-125.41-102.4zM448 96h-64l-64-64v134.4c0 53.02 42.98 96 96 96s96-42.98 96-96V32l-64 64zm-72 80c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm80 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z\"]\n};\nvar faCertificate = {\n prefix: 'fas',\n iconName: 'certificate',\n icon: [512, 512, [], \"f0a3\", \"M458.622 255.92l45.985-45.005c13.708-12.977 7.316-36.039-10.664-40.339l-62.65-15.99 17.661-62.015c4.991-17.838-11.829-34.663-29.661-29.671l-61.994 17.667-15.984-62.671C337.085.197 313.765-6.276 300.99 7.228L256 53.57 211.011 7.229c-12.63-13.351-36.047-7.234-40.325 10.668l-15.984 62.671-61.995-17.667C74.87 57.907 58.056 74.738 63.046 92.572l17.661 62.015-62.65 15.99C.069 174.878-6.31 197.944 7.392 210.915l45.985 45.005-45.985 45.004c-13.708 12.977-7.316 36.039 10.664 40.339l62.65 15.99-17.661 62.015c-4.991 17.838 11.829 34.663 29.661 29.671l61.994-17.667 15.984 62.671c4.439 18.575 27.696 24.018 40.325 10.668L256 458.61l44.989 46.001c12.5 13.488 35.987 7.486 40.325-10.668l15.984-62.671 61.994 17.667c17.836 4.994 34.651-11.837 29.661-29.671l-17.661-62.015 62.65-15.99c17.987-4.302 24.366-27.367 10.664-40.339l-45.984-45.004z\"]\n};\nvar faChair = {\n prefix: 'fas',\n iconName: 'chair',\n icon: [448, 512, [], \"f6c0\", \"M112 128c0-29.5 16.2-55 40-68.9V256h48V48h48v208h48V59.1c23.8 13.9 40 39.4 40 68.9v128h48V128C384 57.3 326.7 0 256 0h-64C121.3 0 64 57.3 64 128v128h48zm334.3 213.9l-10.7-32c-4.4-13.1-16.6-21.9-30.4-21.9H42.7c-13.8 0-26 8.8-30.4 21.9l-10.7 32C-5.2 362.6 10.2 384 32 384v112c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V384h256v112c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V384c21.8 0 37.2-21.4 30.3-42.1z\"]\n};\nvar faChalkboard = {\n prefix: 'fas',\n iconName: 'chalkboard',\n icon: [640, 512, [], \"f51b\", \"M96 64h448v352h64V40c0-22.06-17.94-40-40-40H72C49.94 0 32 17.94 32 40v376h64V64zm528 384H480v-64H288v64H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faChalkboardTeacher = {\n prefix: 'fas',\n iconName: 'chalkboard-teacher',\n icon: [640, 512, [], \"f51c\", \"M208 352c-2.39 0-4.78.35-7.06 1.09C187.98 357.3 174.35 360 160 360c-14.35 0-27.98-2.7-40.95-6.91-2.28-.74-4.66-1.09-7.05-1.09C49.94 352-.33 402.48 0 464.62.14 490.88 21.73 512 48 512h224c26.27 0 47.86-21.12 48-47.38.33-62.14-49.94-112.62-112-112.62zm-48-32c53.02 0 96-42.98 96-96s-42.98-96-96-96-96 42.98-96 96 42.98 96 96 96zM592 0H208c-26.47 0-48 22.25-48 49.59V96c23.42 0 45.1 6.78 64 17.8V64h352v288h-64v-64H384v64h-76.24c19.1 16.69 33.12 38.73 39.69 64H592c26.47 0 48-22.25 48-49.59V49.59C640 22.25 618.47 0 592 0z\"]\n};\nvar faChargingStation = {\n prefix: 'fas',\n iconName: 'charging-station',\n icon: [576, 512, [], \"f5e7\", \"M336 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h320c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm208-320V80c0-8.84-7.16-16-16-16s-16 7.16-16 16v48h-32V80c0-8.84-7.16-16-16-16s-16 7.16-16 16v48h-16c-8.84 0-16 7.16-16 16v32c0 35.76 23.62 65.69 56 75.93v118.49c0 13.95-9.5 26.92-23.26 29.19C431.22 402.5 416 388.99 416 372v-28c0-48.6-39.4-88-88-88h-8V64c0-35.35-28.65-64-64-64H96C60.65 0 32 28.65 32 64v352h288V304h8c22.09 0 40 17.91 40 40v24.61c0 39.67 28.92 75.16 68.41 79.01C481.71 452.05 520 416.41 520 372V251.93c32.38-10.24 56-40.17 56-75.93v-32c0-8.84-7.16-16-16-16h-16zm-283.91 47.76l-93.7 139c-2.2 3.33-6.21 5.24-10.39 5.24-7.67 0-13.47-6.28-11.67-12.92L167.35 224H108c-7.25 0-12.85-5.59-11.89-11.89l16-107C112.9 99.9 117.98 96 124 96h68c7.88 0 13.62 6.54 11.6 13.21L192 160h57.7c9.24 0 15.01 8.78 10.39 15.76z\"]\n};\nvar faChartArea = {\n prefix: 'fas',\n iconName: 'chart-area',\n icon: [512, 512, [], \"f1fe\", \"M500 384c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v308h436zM372.7 159.5L288 216l-85.3-113.7c-5.1-6.8-15.5-6.3-19.9 1L96 248v104h384l-89.9-187.8c-3.2-6.5-11.4-8.7-17.4-4.7z\"]\n};\nvar faChartBar = {\n prefix: 'fas',\n iconName: 'chart-bar',\n icon: [512, 512, [], \"f080\", \"M332.8 320h38.4c6.4 0 12.8-6.4 12.8-12.8V172.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h38.4c6.4 0 12.8-6.4 12.8-12.8V76.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-288 0h38.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h38.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zM496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faChartLine = {\n prefix: 'fas',\n iconName: 'chart-line',\n icon: [512, 512, [], \"f201\", \"M496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM464 96H345.94c-21.38 0-32.09 25.85-16.97 40.97l32.4 32.4L288 242.75l-73.37-73.37c-12.5-12.5-32.76-12.5-45.25 0l-68.69 68.69c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L192 237.25l73.37 73.37c12.5 12.5 32.76 12.5 45.25 0l96-96 32.4 32.4c15.12 15.12 40.97 4.41 40.97-16.97V112c.01-8.84-7.15-16-15.99-16z\"]\n};\nvar faChartPie = {\n prefix: 'fas',\n iconName: 'chart-pie',\n icon: [544, 512, [], \"f200\", \"M527.79 288H290.5l158.03 158.03c6.04 6.04 15.98 6.53 22.19.68 38.7-36.46 65.32-85.61 73.13-140.86 1.34-9.46-6.51-17.85-16.06-17.85zm-15.83-64.8C503.72 103.74 408.26 8.28 288.8.04 279.68-.59 272 7.1 272 16.24V240h223.77c9.14 0 16.82-7.68 16.19-16.8zM224 288V50.71c0-9.55-8.39-17.4-17.84-16.06C86.99 51.49-4.1 155.6.14 280.37 4.5 408.51 114.83 513.59 243.03 511.98c50.4-.63 96.97-16.87 135.26-44.03 7.9-5.6 8.42-17.23 1.57-24.08L224 288z\"]\n};\nvar faCheck = {\n prefix: 'fas',\n iconName: 'check',\n icon: [512, 512, [], \"f00c\", \"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"]\n};\nvar faCheckCircle = {\n prefix: 'fas',\n iconName: 'check-circle',\n icon: [512, 512, [], \"f058\", \"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"]\n};\nvar faCheckDouble = {\n prefix: 'fas',\n iconName: 'check-double',\n icon: [512, 512, [], \"f560\", \"M505 174.8l-39.6-39.6c-9.4-9.4-24.6-9.4-33.9 0L192 374.7 80.6 263.2c-9.4-9.4-24.6-9.4-33.9 0L7 302.9c-9.4 9.4-9.4 24.6 0 34L175 505c9.4 9.4 24.6 9.4 33.9 0l296-296.2c9.4-9.5 9.4-24.7.1-34zm-324.3 106c6.2 6.3 16.4 6.3 22.6 0l208-208.2c6.2-6.3 6.2-16.4 0-22.6L366.1 4.7c-6.2-6.3-16.4-6.3-22.6 0L192 156.2l-55.4-55.5c-6.2-6.3-16.4-6.3-22.6 0L68.7 146c-6.2 6.3-6.2 16.4 0 22.6l112 112.2z\"]\n};\nvar faCheckSquare = {\n prefix: 'fas',\n iconName: 'check-square',\n icon: [448, 512, [], \"f14a\", \"M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zm-204.686-98.059l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L184 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.379 6.25 22.628.001z\"]\n};\nvar faCheese = {\n prefix: 'fas',\n iconName: 'cheese',\n icon: [512, 512, [], \"f7ef\", \"M0 288v160a32 32 0 0 0 32 32h448a32 32 0 0 0 32-32V288zM299.83 32a32 32 0 0 0-21.13 7L0 256h512c0-119.89-94-217.8-212.17-224z\"]\n};\nvar faChess = {\n prefix: 'fas',\n iconName: 'chess',\n icon: [512, 512, [], \"f439\", \"M74 208H64a16 16 0 0 0-16 16v16a16 16 0 0 0 16 16h15.94A535.78 535.78 0 0 1 64 384h128a535.78 535.78 0 0 1-15.94-128H192a16 16 0 0 0 16-16v-16a16 16 0 0 0-16-16h-10l33.89-90.38a16 16 0 0 0-15-21.62H144V64h24a8 8 0 0 0 8-8V40a8 8 0 0 0-8-8h-24V8a8 8 0 0 0-8-8h-16a8 8 0 0 0-8 8v24H88a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h24v32H55.09a16 16 0 0 0-15 21.62zm173.16 251.58L224 448v-16a16 16 0 0 0-16-16H48a16 16 0 0 0-16 16v16L8.85 459.58A16 16 0 0 0 0 473.89V496a16 16 0 0 0 16 16h224a16 16 0 0 0 16-16v-22.11a16 16 0 0 0-8.84-14.31zm92.77-157.78l-3.29 82.2h126.72l-3.29-82.21 24.6-20.79A32 32 0 0 0 496 256.54V198a6 6 0 0 0-6-6h-26.38a6 6 0 0 0-6 6v26h-24.71v-26a6 6 0 0 0-6-6H373.1a6 6 0 0 0-6 6v26h-24.71v-26a6 6 0 0 0-6-6H310a6 6 0 0 0-6 6v58.6a32 32 0 0 0 11.36 24.4zM384 304a16 16 0 0 1 32 0v32h-32zm119.16 155.58L480 448v-16a16 16 0 0 0-16-16H336a16 16 0 0 0-16 16v16l-23.15 11.58a16 16 0 0 0-8.85 14.31V496a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-22.11a16 16 0 0 0-8.84-14.31z\"]\n};\nvar faChessBishop = {\n prefix: 'fas',\n iconName: 'chess-bishop',\n icon: [320, 512, [], \"f43a\", \"M8 287.88c0 51.64 22.14 73.83 56 84.6V416h192v-43.52c33.86-10.77 56-33 56-84.6 0-30.61-10.73-67.1-26.69-102.56L185 285.65a8 8 0 0 1-11.31 0l-11.31-11.31a8 8 0 0 1 0-11.31L270.27 155.1c-20.8-37.91-46.47-72.1-70.87-92.59C213.4 59.09 224 47.05 224 32a32 32 0 0 0-32-32h-64a32 32 0 0 0-32 32c0 15 10.6 27.09 24.6 30.51C67.81 106.8 8 214.5 8 287.88zM304 448H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faChessBoard = {\n prefix: 'fas',\n iconName: 'chess-board',\n icon: [512, 512, [], \"f43c\", \"M255.9.2h-64v64h64zM0 64.17v64h64v-64zM128 .2H64v64h64zm64 255.9v64h64v-64zM0 192.12v64h64v-64zM383.85.2h-64v64h64zm128 0h-64v64h64zM128 256.1H64v64h64zM511.8 448v-64h-64v64zm0-128v-64h-64v64zM383.85 512h64v-64h-64zm128-319.88v-64h-64v64zM128 512h64v-64h-64zM0 512h64v-64H0zm255.9 0h64v-64h-64zM0 320.07v64h64v-64zm319.88-191.92v-64h-64v64zm-64 128h64v-64h-64zm-64 128v64h64v-64zm128-64h64v-64h-64zm0-127.95h64v-64h-64zm0 191.93v64h64v-64zM64 384.05v64h64v-64zm128-255.9v-64h-64v64zm191.92 255.9h64v-64h-64zm-128-191.93v-64h-64v64zm128-127.95v64h64v-64zm-128 255.9v64h64v-64zm-64-127.95H128v64h64zm191.92 64h64v-64h-64zM128 128.15H64v64h64zm0 191.92v64h64v-64z\"]\n};\nvar faChessKing = {\n prefix: 'fas',\n iconName: 'chess-king',\n icon: [448, 512, [], \"f43f\", \"M400 448H48a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm16-288H256v-48h40a8 8 0 0 0 8-8V56a8 8 0 0 0-8-8h-40V8a8 8 0 0 0-8-8h-48a8 8 0 0 0-8 8v40h-40a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8h40v48H32a32 32 0 0 0-30.52 41.54L74.56 416h298.88l73.08-214.46A32 32 0 0 0 416 160z\"]\n};\nvar faChessKnight = {\n prefix: 'fas',\n iconName: 'chess-knight',\n icon: [384, 512, [], \"f441\", \"M19 272.47l40.63 18.06a32 32 0 0 0 24.88.47l12.78-5.12a32 32 0 0 0 18.76-20.5l9.22-30.65a24 24 0 0 1 12.55-15.65L159.94 208v50.33a48 48 0 0 1-26.53 42.94l-57.22 28.65A80 80 0 0 0 32 401.48V416h319.86V224c0-106-85.92-192-191.92-192H12A12 12 0 0 0 0 44a16.9 16.9 0 0 0 1.79 7.58L16 80l-9 9a24 24 0 0 0-7 17v137.21a32 32 0 0 0 19 29.26zM52 128a20 20 0 1 1-20 20 20 20 0 0 1 20-20zm316 320H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faChessPawn = {\n prefix: 'fas',\n iconName: 'chess-pawn',\n icon: [320, 512, [], \"f443\", \"M105.1 224H80a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h16v5.49c0 44-4.14 86.6-24 122.51h176c-19.89-35.91-24-78.51-24-122.51V288h16a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-25.1c29.39-18.38 49.1-50.78 49.1-88a104 104 0 0 0-208 0c0 37.22 19.71 69.62 49.1 88zM304 448H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faChessQueen = {\n prefix: 'fas',\n iconName: 'chess-queen',\n icon: [512, 512, [], \"f445\", \"M256 112a56 56 0 1 0-56-56 56 56 0 0 0 56 56zm176 336H80a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm72.87-263.84l-28.51-15.92c-7.44-5-16.91-2.46-22.29 4.68a47.59 47.59 0 0 1-47.23 18.23C383.7 186.86 368 164.93 368 141.4a13.4 13.4 0 0 0-13.4-13.4h-38.77c-6 0-11.61 4-12.86 9.91a48 48 0 0 1-93.94 0c-1.25-5.92-6.82-9.91-12.86-9.91H157.4a13.4 13.4 0 0 0-13.4 13.4c0 25.69-19 48.75-44.67 50.49a47.5 47.5 0 0 1-41.54-19.15c-5.28-7.09-14.73-9.45-22.09-4.54l-28.57 16a16 16 0 0 0-5.44 20.47L104.24 416h303.52l102.55-211.37a16 16 0 0 0-5.44-20.47z\"]\n};\nvar faChessRook = {\n prefix: 'fas',\n iconName: 'chess-rook',\n icon: [384, 512, [], \"f447\", \"M368 32h-56a16 16 0 0 0-16 16v48h-48V48a16 16 0 0 0-16-16h-80a16 16 0 0 0-16 16v48H88.1V48a16 16 0 0 0-16-16H16A16 16 0 0 0 0 48v176l64 32c0 48.33-1.54 95-13.21 160h282.42C321.54 351 320 303.72 320 256l64-32V48a16 16 0 0 0-16-16zM224 320h-64v-64a32 32 0 0 1 64 0zm144 128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faChevronCircleDown = {\n prefix: 'fas',\n iconName: 'chevron-circle-down',\n icon: [512, 512, [], \"f13a\", \"M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zM273 369.9l135.5-135.5c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L256 285.1 154.4 183.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L239 369.9c9.4 9.4 24.6 9.4 34 0z\"]\n};\nvar faChevronCircleLeft = {\n prefix: 'fas',\n iconName: 'chevron-circle-left',\n icon: [512, 512, [], \"f137\", \"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zM142.1 273l135.5 135.5c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L226.9 256l101.6-101.6c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L142.1 239c-9.4 9.4-9.4 24.6 0 34z\"]\n};\nvar faChevronCircleRight = {\n prefix: 'fas',\n iconName: 'chevron-circle-right',\n icon: [512, 512, [], \"f138\", \"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z\"]\n};\nvar faChevronCircleUp = {\n prefix: 'fas',\n iconName: 'chevron-circle-up',\n icon: [512, 512, [], \"f139\", \"M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm231-113.9L103.5 277.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L256 226.9l101.6 101.6c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L273 142.1c-9.4-9.4-24.6-9.4-34 0z\"]\n};\nvar faChevronDown = {\n prefix: 'fas',\n iconName: 'chevron-down',\n icon: [448, 512, [], \"f078\", \"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"]\n};\nvar faChevronLeft = {\n prefix: 'fas',\n iconName: 'chevron-left',\n icon: [320, 512, [], \"f053\", \"M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z\"]\n};\nvar faChevronRight = {\n prefix: 'fas',\n iconName: 'chevron-right',\n icon: [320, 512, [], \"f054\", \"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"]\n};\nvar faChevronUp = {\n prefix: 'fas',\n iconName: 'chevron-up',\n icon: [448, 512, [], \"f077\", \"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"]\n};\nvar faChild = {\n prefix: 'fas',\n iconName: 'child',\n icon: [384, 512, [], \"f1ae\", \"M120 72c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.764-32.235 72-72 72s-72-32.236-72-72zm254.627 1.373c-12.496-12.497-32.758-12.497-45.254 0L242.745 160H141.254L54.627 73.373c-12.496-12.497-32.758-12.497-45.254 0-12.497 12.497-12.497 32.758 0 45.255L104 213.254V480c0 17.673 14.327 32 32 32h16c17.673 0 32-14.327 32-32V368h16v112c0 17.673 14.327 32 32 32h16c17.673 0 32-14.327 32-32V213.254l94.627-94.627c12.497-12.497 12.497-32.757 0-45.254z\"]\n};\nvar faChurch = {\n prefix: 'fas',\n iconName: 'church',\n icon: [640, 512, [], \"f51d\", \"M464.46 246.68L352 179.2V128h48c8.84 0 16-7.16 16-16V80c0-8.84-7.16-16-16-16h-48V16c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v48h-48c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h48v51.2l-112.46 67.48A31.997 31.997 0 0 0 160 274.12V512h96v-96c0-35.35 28.65-64 64-64s64 28.65 64 64v96h96V274.12c0-11.24-5.9-21.66-15.54-27.44zM0 395.96V496c0 8.84 7.16 16 16 16h112V320L19.39 366.54A32.024 32.024 0 0 0 0 395.96zm620.61-29.42L512 320v192h112c8.84 0 16-7.16 16-16V395.96c0-12.8-7.63-24.37-19.39-29.42z\"]\n};\nvar faCircle = {\n prefix: 'fas',\n iconName: 'circle',\n icon: [512, 512, [], \"f111\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"]\n};\nvar faCircleNotch = {\n prefix: 'fas',\n iconName: 'circle-notch',\n icon: [512, 512, [], \"f1ce\", \"M288 39.056v16.659c0 10.804 7.281 20.159 17.686 23.066C383.204 100.434 440 171.518 440 256c0 101.689-82.295 184-184 184-101.689 0-184-82.295-184-184 0-84.47 56.786-155.564 134.312-177.219C216.719 75.874 224 66.517 224 55.712V39.064c0-15.709-14.834-27.153-30.046-23.234C86.603 43.482 7.394 141.206 8.003 257.332c.72 137.052 111.477 246.956 248.531 246.667C393.255 503.711 504 392.788 504 256c0-115.633-79.14-212.779-186.211-240.236C302.678 11.889 288 23.456 288 39.056z\"]\n};\nvar faCity = {\n prefix: 'fas',\n iconName: 'city',\n icon: [640, 512, [], \"f64f\", \"M616 192H480V24c0-13.26-10.74-24-24-24H312c-13.26 0-24 10.74-24 24v72h-64V16c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v80h-64V16c0-8.84-7.16-16-16-16H80c-8.84 0-16 7.16-16 16v80H24c-13.26 0-24 10.74-24 24v360c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V216c0-13.26-10.75-24-24-24zM128 404c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm128 192c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm160 96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12V76c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm160 288c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40z\"]\n};\nvar faClinicMedical = {\n prefix: 'fas',\n iconName: 'clinic-medical',\n icon: [576, 512, [], \"f7f2\", \"M288 115L69.47 307.71c-1.62 1.46-3.69 2.14-5.47 3.35V496a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V311.1c-1.7-1.16-3.72-1.82-5.26-3.2zm96 261a8 8 0 0 1-8 8h-56v56a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-56h-56a8 8 0 0 1-8-8v-48a8 8 0 0 1 8-8h56v-56a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v56h56a8 8 0 0 1 8 8zm186.69-139.72l-255.94-226a39.85 39.85 0 0 0-53.45 0l-256 226a16 16 0 0 0-1.21 22.6L25.5 282.7a16 16 0 0 0 22.6 1.21L277.42 81.63a16 16 0 0 1 21.17 0L527.91 283.9a16 16 0 0 0 22.6-1.21l21.4-23.82a16 16 0 0 0-1.22-22.59z\"]\n};\nvar faClipboard = {\n prefix: 'fas',\n iconName: 'clipboard',\n icon: [384, 512, [], \"f328\", \"M384 112v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h80c0-35.29 28.71-64 64-64s64 28.71 64 64h80c26.51 0 48 21.49 48 48zM192 40c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24m96 114v-20a6 6 0 0 0-6-6H102a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h180a6 6 0 0 0 6-6z\"]\n};\nvar faClipboardCheck = {\n prefix: 'fas',\n iconName: 'clipboard-check',\n icon: [384, 512, [], \"f46c\", \"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm121.2 231.8l-143 141.8c-4.7 4.7-12.3 4.6-17-.1l-82.6-83.3c-4.7-4.7-4.6-12.3.1-17L99.1 285c4.7-4.7 12.3-4.6 17 .1l46 46.4 106-105.2c4.7-4.7 12.3-4.6 17 .1l28.2 28.4c4.7 4.8 4.6 12.3-.1 17z\"]\n};\nvar faClipboardList = {\n prefix: 'fas',\n iconName: 'clipboard-list',\n icon: [384, 512, [], \"f46d\", \"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM96 424c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0-96c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0-96c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm96-192c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm128 368c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faClock = {\n prefix: 'fas',\n iconName: 'clock',\n icon: [512, 512, [], \"f017\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm57.1 350.1L224.9 294c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h48c6.6 0 12 5.4 12 12v137.7l63.5 46.2c5.4 3.9 6.5 11.4 2.6 16.8l-28.2 38.8c-3.9 5.3-11.4 6.5-16.8 2.6z\"]\n};\nvar faClone = {\n prefix: 'fas',\n iconName: 'clone',\n icon: [512, 512, [], \"f24d\", \"M464 0c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48H176c-26.51 0-48-21.49-48-48V48c0-26.51 21.49-48 48-48h288M176 416c-44.112 0-80-35.888-80-80V128H48c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48v-48H176z\"]\n};\nvar faClosedCaptioning = {\n prefix: 'fas',\n iconName: 'closed-captioning',\n icon: [512, 512, [], \"f20a\", \"M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM218.1 287.7c2.8-2.5 7.1-2.1 9.2.9l19.5 27.7c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.8-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7l-17.5 30.5c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2.1 48 51.1 70.5 92.3 32.6zm190.4 0c2.8-2.5 7.1-2.1 9.2.9l19.5 27.7c1.7 2.4 1.5 5.6-.5 7.7-53.5 56.9-172.7 32.1-172.7-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7L420 222.2c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6z\"]\n};\nvar faCloud = {\n prefix: 'fas',\n iconName: 'cloud',\n icon: [640, 512, [], \"f0c2\", \"M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4z\"]\n};\nvar faCloudDownloadAlt = {\n prefix: 'fas',\n iconName: 'cloud-download-alt',\n icon: [640, 512, [], \"f381\", \"M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4zm-132.9 88.7L299.3 420.7c-6.2 6.2-16.4 6.2-22.6 0L171.3 315.3c-10.1-10.1-2.9-27.3 11.3-27.3H248V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v112h65.4c14.2 0 21.4 17.2 11.3 27.3z\"]\n};\nvar faCloudMeatball = {\n prefix: 'fas',\n iconName: 'cloud-meatball',\n icon: [512, 512, [], \"f73b\", \"M48 352c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm416 0c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm-119 11.1c4.6-14.5 1.6-30.8-9.8-42.3-11.5-11.5-27.8-14.4-42.3-9.9-7-13.5-20.7-23-36.9-23s-29.9 9.5-36.9 23c-14.5-4.6-30.8-1.6-42.3 9.9-11.5 11.5-14.4 27.8-9.9 42.3-13.5 7-23 20.7-23 36.9s9.5 29.9 23 36.9c-4.6 14.5-1.6 30.8 9.9 42.3 8.2 8.2 18.9 12.3 29.7 12.3 4.3 0 8.5-1.1 12.6-2.5 7 13.5 20.7 23 36.9 23s29.9-9.5 36.9-23c4.1 1.3 8.3 2.5 12.6 2.5 10.8 0 21.5-4.1 29.7-12.3 11.5-11.5 14.4-27.8 9.8-42.3 13.5-7 23-20.7 23-36.9s-9.5-29.9-23-36.9zM512 224c0-53-43-96-96-96-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h43.4c3.6-8 8.4-15.4 14.8-21.8 13.5-13.5 31.5-21.1 50.8-21.3 13.5-13.2 31.7-20.9 51-20.9s37.5 7.7 51 20.9c19.3.2 37.3 7.8 50.8 21.3 6.4 6.4 11.3 13.8 14.8 21.8H416c53 0 96-43 96-96z\"]\n};\nvar faCloudMoon = {\n prefix: 'fas',\n iconName: 'cloud-moon',\n icon: [576, 512, [], \"f6c3\", \"M342.8 352.7c5.7-9.6 9.2-20.7 9.2-32.7 0-35.3-28.7-64-64-64-17.2 0-32.8 6.9-44.3 17.9-16.3-29.6-47.5-49.9-83.7-49.9-53 0-96 43-96 96 0 2 .5 3.8.6 5.7C27.1 338.8 0 374.1 0 416c0 53 43 96 96 96h240c44.2 0 80-35.8 80-80 0-41.9-32.3-75.8-73.2-79.3zm222.5-54.3c-93.1 17.7-178.5-53.7-178.5-147.7 0-54.2 29-104 76.1-130.8 7.3-4.1 5.4-15.1-2.8-16.7C448.4 1.1 436.7 0 425 0 319.1 0 233.1 85.9 233.1 192c0 8.5.7 16.8 1.8 25 5.9 4.3 11.6 8.9 16.7 14.2 11.4-4.7 23.7-7.2 36.4-7.2 52.9 0 96 43.1 96 96 0 3.6-.2 7.2-.6 10.7 23.6 10.8 42.4 29.5 53.5 52.6 54.4-3.4 103.7-29.3 137.1-70.4 5.3-6.5-.5-16.1-8.7-14.5z\"]\n};\nvar faCloudMoonRain = {\n prefix: 'fas',\n iconName: 'cloud-moon-rain',\n icon: [576, 512, [], \"f73c\", \"M350.5 225.5c-6.9-37.2-39.3-65.5-78.5-65.5-12.3 0-23.9 3-34.3 8-17.4-24.1-45.6-40-77.7-40-53 0-96 43-96 96 0 .5.2 1.1.2 1.6C27.6 232.9 0 265.2 0 304c0 44.2 35.8 80 80 80h256c44.2 0 80-35.8 80-80 0-39.2-28.2-71.7-65.5-78.5zm217.4-1.7c-70.4 13.3-135-40.3-135-110.8 0-40.6 21.9-78 57.5-98.1 5.5-3.1 4.1-11.4-2.1-12.5C479.6.8 470.7 0 461.8 0c-77.9 0-141.1 61.2-144.4 137.9 26.7 11.9 48.2 33.8 58.9 61.7 37.1 14.3 64 47.4 70.2 86.8 5.1.5 10 1.5 15.2 1.5 44.7 0 85.6-20.2 112.6-53.3 4.2-4.8-.2-12-6.4-10.8zM364.5 418.1c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8z\"]\n};\nvar faCloudRain = {\n prefix: 'fas',\n iconName: 'cloud-rain',\n icon: [512, 512, [], \"f73d\", \"M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z\"]\n};\nvar faCloudShowersHeavy = {\n prefix: 'fas',\n iconName: 'cloud-showers-heavy',\n icon: [512, 512, [], \"f740\", \"M183.9 370.1c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm96 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm-192 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm384 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm-96 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zM416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.2 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96z\"]\n};\nvar faCloudSun = {\n prefix: 'fas',\n iconName: 'cloud-sun',\n icon: [640, 512, [], \"f6c4\", \"M575.2 325.7c.2-1.9.8-3.7.8-5.6 0-35.3-28.7-64-64-64-12.6 0-24.2 3.8-34.1 10-17.6-38.8-56.5-66-101.9-66-61.8 0-112 50.1-112 112 0 3 .7 5.8.9 8.7-49.6 3.7-88.9 44.7-88.9 95.3 0 53 43 96 96 96h272c53 0 96-43 96-96 0-42.1-27.2-77.4-64.8-90.4zm-430.4-22.6c-43.7-43.7-43.7-114.7 0-158.3 43.7-43.7 114.7-43.7 158.4 0 9.7 9.7 16.9 20.9 22.3 32.7 9.8-3.7 20.1-6 30.7-7.5L386 81.1c4-11.9-7.3-23.1-19.2-19.2L279 91.2 237.5 8.4C232-2.8 216-2.8 210.4 8.4L169 91.2 81.1 61.9C69.3 58 58 69.3 61.9 81.1l29.3 87.8-82.8 41.5c-11.2 5.6-11.2 21.5 0 27.1l82.8 41.4-29.3 87.8c-4 11.9 7.3 23.1 19.2 19.2l76.1-25.3c6.1-12.4 14-23.7 23.6-33.5-13.1-5.4-25.4-13.4-36-24zm-4.8-79.2c0 40.8 29.3 74.8 67.9 82.3 8-4.7 16.3-8.8 25.2-11.7 5.4-44.3 31-82.5 67.4-105C287.3 160.4 258 140 224 140c-46.3 0-84 37.6-84 83.9z\"]\n};\nvar faCloudSunRain = {\n prefix: 'fas',\n iconName: 'cloud-sun-rain',\n icon: [576, 512, [], \"f743\", \"M510.5 225.5c-6.9-37.2-39.3-65.5-78.5-65.5-12.3 0-23.9 3-34.3 8-17.4-24.1-45.6-40-77.7-40-53 0-96 43-96 96 0 .5.2 1.1.2 1.6C187.6 233 160 265.2 160 304c0 44.2 35.8 80 80 80h256c44.2 0 80-35.8 80-80 0-39.2-28.2-71.7-65.5-78.5zm-386.4 34.4c-37.4-37.4-37.4-98.3 0-135.8 34.6-34.6 89.1-36.8 126.7-7.4 20-12.9 43.6-20.7 69.2-20.7.7 0 1.3.2 2 .2l8.9-26.7c3.4-10.2-6.3-19.8-16.5-16.4l-75.3 25.1-35.5-71c-4.8-9.6-18.5-9.6-23.3 0l-35.5 71-75.3-25.1c-10.2-3.4-19.8 6.3-16.4 16.5l25.1 75.3-71 35.5c-9.6 4.8-9.6 18.5 0 23.3l71 35.5-25.1 75.3c-3.4 10.2 6.3 19.8 16.5 16.5l59.2-19.7c-.2-2.4-.7-4.7-.7-7.2 0-12.5 2.3-24.5 6.2-35.9-3.6-2.7-7.1-5.2-10.2-8.3zm69.8-58c4.3-24.5 15.8-46.4 31.9-64-9.8-6.2-21.4-9.9-33.8-9.9-35.3 0-64 28.7-64 64 0 18.7 8.2 35.4 21.1 47.1 11.3-15.9 26.6-28.9 44.8-37.2zm330.6 216.2c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8z\"]\n};\nvar faCloudUploadAlt = {\n prefix: 'fas',\n iconName: 'cloud-upload-alt',\n icon: [640, 512, [], \"f382\", \"M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4zM393.4 288H328v112c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V288h-65.4c-14.3 0-21.4-17.2-11.3-27.3l105.4-105.4c6.2-6.2 16.4-6.2 22.6 0l105.4 105.4c10.1 10.1 2.9 27.3-11.3 27.3z\"]\n};\nvar faCocktail = {\n prefix: 'fas',\n iconName: 'cocktail',\n icon: [576, 512, [], \"f561\", \"M296 464h-56V338.78l168.74-168.73c15.52-15.52 4.53-42.05-17.42-42.05H24.68c-21.95 0-32.94 26.53-17.42 42.05L176 338.78V464h-56c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h240c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40zM432 0c-62.61 0-115.35 40.2-135.18 96h52.54c16.65-28.55 47.27-48 82.64-48 52.93 0 96 43.06 96 96s-43.07 96-96 96c-14.04 0-27.29-3.2-39.32-8.64l-35.26 35.26C379.23 279.92 404.59 288 432 288c79.53 0 144-64.47 144-144S511.53 0 432 0z\"]\n};\nvar faCode = {\n prefix: 'fas',\n iconName: 'code',\n icon: [640, 512, [], \"f121\", \"M278.9 511.5l-61-17.7c-6.4-1.8-10-8.5-8.2-14.9L346.2 8.7c1.8-6.4 8.5-10 14.9-8.2l61 17.7c6.4 1.8 10 8.5 8.2 14.9L293.8 503.3c-1.9 6.4-8.5 10.1-14.9 8.2zm-114-112.2l43.5-46.4c4.6-4.9 4.3-12.7-.8-17.2L117 256l90.6-79.7c5.1-4.5 5.5-12.3.8-17.2l-43.5-46.4c-4.5-4.8-12.1-5.1-17-.5L3.8 247.2c-5.1 4.7-5.1 12.8 0 17.5l144.1 135.1c4.9 4.6 12.5 4.4 17-.5zm327.2.6l144.1-135.1c5.1-4.7 5.1-12.8 0-17.5L492.1 112.1c-4.8-4.5-12.4-4.3-17 .5L431.6 159c-4.6 4.9-4.3 12.7.8 17.2L523 256l-90.6 79.7c-5.1 4.5-5.5 12.3-.8 17.2l43.5 46.4c4.5 4.9 12.1 5.1 17 .6z\"]\n};\nvar faCodeBranch = {\n prefix: 'fas',\n iconName: 'code-branch',\n icon: [384, 512, [], \"f126\", \"M384 144c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 36.4 24.3 67.1 57.5 76.8-.6 16.1-4.2 28.5-11 36.9-15.4 19.2-49.3 22.4-85.2 25.7-28.2 2.6-57.4 5.4-81.3 16.9v-144c32.5-10.2 56-40.5 56-76.3 0-44.2-35.8-80-80-80S0 35.8 0 80c0 35.8 23.5 66.1 56 76.3v199.3C23.5 365.9 0 396.2 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-34-21.2-63.1-51.2-74.6 3.1-5.2 7.8-9.8 14.9-13.4 16.2-8.2 40.4-10.4 66.1-12.8 42.2-3.9 90-8.4 118.2-43.4 14-17.4 21.1-39.8 21.6-67.9 31.6-10.8 54.4-40.7 54.4-75.9zM80 64c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16zm0 384c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm224-320c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16z\"]\n};\nvar faCoffee = {\n prefix: 'fas',\n iconName: 'coffee',\n icon: [640, 512, [], \"f0f4\", \"M192 384h192c53 0 96-43 96-96h32c70.6 0 128-57.4 128-128S582.6 32 512 32H120c-13.3 0-24 10.7-24 24v232c0 53 43 96 96 96zM512 96c35.3 0 64 28.7 64 64s-28.7 64-64 64h-32V96h32zm47.7 384H48.3c-47.6 0-61-64-36-64h583.3c25 0 11.8 64-35.9 64z\"]\n};\nvar faCog = {\n prefix: 'fas',\n iconName: 'cog',\n icon: [512, 512, [], \"f013\", \"M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4.6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faCogs = {\n prefix: 'fas',\n iconName: 'cogs',\n icon: [640, 512, [], \"f085\", \"M512.1 191l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0L552 6.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zm-10.5-58.8c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.7-82.4 14.3-52.8 52.8zM386.3 286.1l33.7 16.8c10.1 5.8 14.5 18.1 10.5 29.1-8.9 24.2-26.4 46.4-42.6 65.8-7.4 8.9-20.2 11.1-30.3 5.3l-29.1-16.8c-16 13.7-34.6 24.6-54.9 31.7v33.6c0 11.6-8.3 21.6-19.7 23.6-24.6 4.2-50.4 4.4-75.9 0-11.5-2-20-11.9-20-23.6V418c-20.3-7.2-38.9-18-54.9-31.7L74 403c-10 5.8-22.9 3.6-30.3-5.3-16.2-19.4-33.3-41.6-42.2-65.7-4-10.9.4-23.2 10.5-29.1l33.3-16.8c-3.9-20.9-3.9-42.4 0-63.4L12 205.8c-10.1-5.8-14.6-18.1-10.5-29 8.9-24.2 26-46.4 42.2-65.8 7.4-8.9 20.2-11.1 30.3-5.3l29.1 16.8c16-13.7 34.6-24.6 54.9-31.7V57.1c0-11.5 8.2-21.5 19.6-23.5 24.6-4.2 50.5-4.4 76-.1 11.5 2 20 11.9 20 23.6v33.6c20.3 7.2 38.9 18 54.9 31.7l29.1-16.8c10-5.8 22.9-3.6 30.3 5.3 16.2 19.4 33.2 41.6 42.1 65.8 4 10.9.1 23.2-10 29.1l-33.7 16.8c3.9 21 3.9 42.5 0 63.5zm-117.6 21.1c59.2-77-28.7-164.9-105.7-105.7-59.2 77 28.7 164.9 105.7 105.7zm243.4 182.7l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0l8.2-14.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zM501.6 431c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.6-82.4 14.3-52.8 52.8z\"]\n};\nvar faCoins = {\n prefix: 'fas',\n iconName: 'coins',\n icon: [512, 512, [], \"f51e\", \"M0 405.3V448c0 35.3 86 64 192 64s192-28.7 192-64v-42.7C342.7 434.4 267.2 448 192 448S41.3 434.4 0 405.3zM320 128c106 0 192-28.7 192-64S426 0 320 0 128 28.7 128 64s86 64 192 64zM0 300.4V352c0 35.3 86 64 192 64s192-28.7 192-64v-51.6c-41.3 34-116.9 51.6-192 51.6S41.3 334.4 0 300.4zm416 11c57.3-11.1 96-31.7 96-55.4v-42.7c-23.2 16.4-57.3 27.6-96 34.5v63.6zM192 160C86 160 0 195.8 0 240s86 80 192 80 192-35.8 192-80-86-80-192-80zm219.3 56.3c60-10.8 100.7-32 100.7-56.3v-42.7c-35.5 25.1-96.5 38.6-160.7 41.8 29.5 14.3 51.2 33.5 60 57.2z\"]\n};\nvar faColumns = {\n prefix: 'fas',\n iconName: 'columns',\n icon: [512, 512, [], \"f0db\", \"M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM224 416H64V160h160v256zm224 0H288V160h160v256z\"]\n};\nvar faComment = {\n prefix: 'fas',\n iconName: 'comment',\n icon: [512, 512, [], \"f075\", \"M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32z\"]\n};\nvar faCommentAlt = {\n prefix: 'fas',\n iconName: 'comment-alt',\n icon: [512, 512, [], \"f27a\", \"M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z\"]\n};\nvar faCommentDollar = {\n prefix: 'fas',\n iconName: 'comment-dollar',\n icon: [512, 512, [], \"f651\", \"M256 32C114.62 32 0 125.12 0 240c0 49.56 21.41 95.01 57.02 130.74C44.46 421.05 2.7 465.97 2.2 466.5A7.995 7.995 0 0 0 8 480c66.26 0 115.99-31.75 140.6-51.38C181.29 440.93 217.59 448 256 448c141.38 0 256-93.12 256-208S397.38 32 256 32zm24 302.44V352c0 8.84-7.16 16-16 16h-16c-8.84 0-16-7.16-16-16v-17.73c-11.42-1.35-22.28-5.19-31.78-11.46-6.22-4.11-6.82-13.11-1.55-18.38l17.52-17.52c3.74-3.74 9.31-4.24 14.11-2.03 3.18 1.46 6.66 2.22 10.26 2.22h32.78c4.66 0 8.44-3.78 8.44-8.42 0-3.75-2.52-7.08-6.12-8.11l-50.07-14.3c-22.25-6.35-40.01-24.71-42.91-47.67-4.05-32.07 19.03-59.43 49.32-63.05V128c0-8.84 7.16-16 16-16h16c8.84 0 16 7.16 16 16v17.73c11.42 1.35 22.28 5.19 31.78 11.46 6.22 4.11 6.82 13.11 1.55 18.38l-17.52 17.52c-3.74 3.74-9.31 4.24-14.11 2.03a24.516 24.516 0 0 0-10.26-2.22h-32.78c-4.66 0-8.44 3.78-8.44 8.42 0 3.75 2.52 7.08 6.12 8.11l50.07 14.3c22.25 6.36 40.01 24.71 42.91 47.67 4.05 32.06-19.03 59.42-49.32 63.04z\"]\n};\nvar faCommentDots = {\n prefix: 'fas',\n iconName: 'comment-dots',\n icon: [512, 512, [], \"f4ad\", \"M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32zM128 272c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faCommentMedical = {\n prefix: 'fas',\n iconName: 'comment-medical',\n icon: [512, 512, [], \"f7f5\", \"M256 32C114.62 32 0 125.12 0 240c0 49.56 21.41 95 57 130.74C44.46 421.05 2.7 466 2.2 466.5A8 8 0 0 0 8 480c66.26 0 116-31.75 140.6-51.38A304.66 304.66 0 0 0 256 448c141.39 0 256-93.12 256-208S397.39 32 256 32zm96 232a8 8 0 0 1-8 8h-56v56a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-56h-56a8 8 0 0 1-8-8v-48a8 8 0 0 1 8-8h56v-56a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v56h56a8 8 0 0 1 8 8z\"]\n};\nvar faCommentSlash = {\n prefix: 'fas',\n iconName: 'comment-slash',\n icon: [640, 512, [], \"f4b3\", \"M64 240c0 49.6 21.4 95 57 130.7-12.6 50.3-54.3 95.2-54.8 95.8-2.2 2.3-2.8 5.7-1.5 8.7 1.3 2.9 4.1 4.8 7.3 4.8 66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 27.4 0 53.7-3.6 78.4-10L72.9 186.4c-5.6 17.1-8.9 35-8.9 53.6zm569.8 218.1l-114.4-88.4C554.6 334.1 576 289.2 576 240c0-114.9-114.6-208-256-208-65.1 0-124.2 20.1-169.4 52.7L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3z\"]\n};\nvar faComments = {\n prefix: 'fas',\n iconName: 'comments',\n icon: [576, 512, [], \"f086\", \"M416 192c0-88.4-93.1-160-208-160S0 103.6 0 192c0 34.3 14.1 65.9 38 92-13.4 30.2-35.5 54.2-35.8 54.5-2.2 2.3-2.8 5.7-1.5 8.7S4.8 352 8 352c36.6 0 66.9-12.3 88.7-25 32.2 15.7 70.3 25 111.3 25 114.9 0 208-71.6 208-160zm122 220c23.9-26 38-57.7 38-92 0-66.9-53.5-124.2-129.3-148.1.9 6.6 1.3 13.3 1.3 20.1 0 105.9-107.7 192-240 192-10.8 0-21.3-.8-31.7-1.9C207.8 439.6 281.8 480 368 480c41 0 79.1-9.2 111.3-25 21.8 12.7 52.1 25 88.7 25 3.2 0 6.1-1.9 7.3-4.8 1.3-2.9.7-6.3-1.5-8.7-.3-.3-22.4-24.2-35.8-54.5z\"]\n};\nvar faCommentsDollar = {\n prefix: 'fas',\n iconName: 'comments-dollar',\n icon: [576, 512, [], \"f653\", \"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"]\n};\nvar faCompactDisc = {\n prefix: 'fas',\n iconName: 'compact-disc',\n icon: [496, 512, [], \"f51f\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM88 256H56c0-105.9 86.1-192 192-192v32c-88.2 0-160 71.8-160 160zm160 96c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96zm0-128c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"]\n};\nvar faCompass = {\n prefix: 'fas',\n iconName: 'compass',\n icon: [496, 512, [], \"f14e\", \"M225.38 233.37c-12.5 12.5-12.5 32.76 0 45.25 12.49 12.5 32.76 12.5 45.25 0 12.5-12.5 12.5-32.76 0-45.25-12.5-12.49-32.76-12.49-45.25 0zM248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm126.14 148.05L308.17 300.4a31.938 31.938 0 0 1-15.77 15.77l-144.34 65.97c-16.65 7.61-33.81-9.55-26.2-26.2l65.98-144.35a31.938 31.938 0 0 1 15.77-15.77l144.34-65.97c16.65-7.6 33.8 9.55 26.19 26.2z\"]\n};\nvar faCompress = {\n prefix: 'fas',\n iconName: 'compress',\n icon: [448, 512, [], \"f066\", \"M436 192H312c-13.3 0-24-10.7-24-24V44c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v84h84c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm-276-24V44c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v84H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h124c13.3 0 24-10.7 24-24zm0 300V344c0-13.3-10.7-24-24-24H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h84v84c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-84h84c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12H312c-13.3 0-24 10.7-24 24v124c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12z\"]\n};\nvar faCompressArrowsAlt = {\n prefix: 'fas',\n iconName: 'compress-arrows-alt',\n icon: [512, 512, [], \"f78c\", \"M200 288H88c-21.4 0-32.1 25.8-17 41l32.9 31-99.2 99.3c-6.2 6.2-6.2 16.4 0 22.6l25.4 25.4c6.2 6.2 16.4 6.2 22.6 0L152 408l31.1 33c15.1 15.1 40.9 4.4 40.9-17V312c0-13.3-10.7-24-24-24zm112-64h112c21.4 0 32.1-25.9 17-41l-33-31 99.3-99.3c6.2-6.2 6.2-16.4 0-22.6L481.9 4.7c-6.2-6.2-16.4-6.2-22.6 0L360 104l-31.1-33C313.8 55.9 288 66.6 288 88v112c0 13.3 10.7 24 24 24zm96 136l33-31.1c15.1-15.1 4.4-40.9-17-40.9H312c-13.3 0-24 10.7-24 24v112c0 21.4 25.9 32.1 41 17l31-32.9 99.3 99.3c6.2 6.2 16.4 6.2 22.6 0l25.4-25.4c6.2-6.2 6.2-16.4 0-22.6L408 360zM183 71.1L152 104 52.7 4.7c-6.2-6.2-16.4-6.2-22.6 0L4.7 30.1c-6.2 6.2-6.2 16.4 0 22.6L104 152l-33 31.1C55.9 198.2 66.6 224 88 224h112c13.3 0 24-10.7 24-24V88c0-21.3-25.9-32-41-16.9z\"]\n};\nvar faConciergeBell = {\n prefix: 'fas',\n iconName: 'concierge-bell',\n icon: [512, 512, [], \"f562\", \"M288 130.54V112h16c8.84 0 16-7.16 16-16V80c0-8.84-7.16-16-16-16h-96c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h16v18.54C115.49 146.11 32 239.18 32 352h448c0-112.82-83.49-205.89-192-221.46zM496 384H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faCookie = {\n prefix: 'fas',\n iconName: 'cookie',\n icon: [512, 512, [], \"f563\", \"M510.37 254.79l-12.08-76.26a132.493 132.493 0 0 0-37.16-72.95l-54.76-54.75c-19.73-19.72-45.18-32.7-72.71-37.05l-76.7-12.15c-27.51-4.36-55.69.11-80.52 12.76L107.32 49.6a132.25 132.25 0 0 0-57.79 57.8l-35.1 68.88a132.602 132.602 0 0 0-12.82 80.94l12.08 76.27a132.493 132.493 0 0 0 37.16 72.95l54.76 54.75a132.087 132.087 0 0 0 72.71 37.05l76.7 12.14c27.51 4.36 55.69-.11 80.52-12.75l69.12-35.21a132.302 132.302 0 0 0 57.79-57.8l35.1-68.87c12.71-24.96 17.2-53.3 12.82-80.96zM176 368c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm32-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm160 128c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faCookieBite = {\n prefix: 'fas',\n iconName: 'cookie-bite',\n icon: [512, 512, [], \"f564\", \"M510.52 255.82c-69.97-.85-126.47-57.69-126.47-127.86-70.17 0-127-56.49-127.86-126.45-27.26-4.14-55.13.3-79.72 12.82l-69.13 35.22a132.221 132.221 0 0 0-57.79 57.81l-35.1 68.88a132.645 132.645 0 0 0-12.82 80.95l12.08 76.27a132.521 132.521 0 0 0 37.16 72.96l54.77 54.76a132.036 132.036 0 0 0 72.71 37.06l76.71 12.15c27.51 4.36 55.7-.11 80.53-12.76l69.13-35.21a132.273 132.273 0 0 0 57.79-57.81l35.1-68.88c12.56-24.64 17.01-52.58 12.91-79.91zM176 368c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm32-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm160 128c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faCopy = {\n prefix: 'fas',\n iconName: 'copy',\n icon: [448, 512, [], \"f0c5\", \"M320 448v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V120c0-13.255 10.745-24 24-24h72v296c0 30.879 25.121 56 56 56h168zm0-344V0H152c-13.255 0-24 10.745-24 24v368c0 13.255 10.745 24 24 24h272c13.255 0 24-10.745 24-24V128H344c-13.2 0-24-10.8-24-24zm120.971-31.029L375.029 7.029A24 24 0 0 0 358.059 0H352v96h96v-6.059a24 24 0 0 0-7.029-16.97z\"]\n};\nvar faCopyright = {\n prefix: 'fas',\n iconName: 'copyright',\n icon: [512, 512, [], \"f1f9\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm117.134 346.753c-1.592 1.867-39.776 45.731-109.851 45.731-84.692 0-144.484-63.26-144.484-145.567 0-81.303 62.004-143.401 143.762-143.401 66.957 0 101.965 37.315 103.422 38.904a12 12 0 0 1 1.238 14.623l-22.38 34.655c-4.049 6.267-12.774 7.351-18.234 2.295-.233-.214-26.529-23.88-61.88-23.88-46.116 0-73.916 33.575-73.916 76.082 0 39.602 25.514 79.692 74.277 79.692 38.697 0 65.28-28.338 65.544-28.625 5.132-5.565 14.059-5.033 18.508 1.053l24.547 33.572a12.001 12.001 0 0 1-.553 14.866z\"]\n};\nvar faCouch = {\n prefix: 'fas',\n iconName: 'couch',\n icon: [640, 512, [], \"f4b8\", \"M160 224v64h320v-64c0-35.3 28.7-64 64-64h32c0-53-43-96-96-96H160c-53 0-96 43-96 96h32c35.3 0 64 28.7 64 64zm416-32h-32c-17.7 0-32 14.3-32 32v96H128v-96c0-17.7-14.3-32-32-32H64c-35.3 0-64 28.7-64 64 0 23.6 13 44 32 55.1V432c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-16h384v16c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V311.1c19-11.1 32-31.5 32-55.1 0-35.3-28.7-64-64-64z\"]\n};\nvar faCreditCard = {\n prefix: 'fas',\n iconName: 'credit-card',\n icon: [576, 512, [], \"f09d\", \"M0 432c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V256H0v176zm192-68c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H204c-6.6 0-12-5.4-12-12v-40zm-128 0c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM576 80v48H0V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48z\"]\n};\nvar faCrop = {\n prefix: 'fas',\n iconName: 'crop',\n icon: [512, 512, [], \"f125\", \"M488 352h-40V109.25l59.31-59.31c6.25-6.25 6.25-16.38 0-22.63L484.69 4.69c-6.25-6.25-16.38-6.25-22.63 0L402.75 64H192v96h114.75L160 306.75V24c0-13.26-10.75-24-24-24H88C74.75 0 64 10.74 64 24v40H24C10.75 64 0 74.74 0 88v48c0 13.25 10.75 24 24 24h40v264c0 13.25 10.75 24 24 24h232v-96H205.25L352 205.25V488c0 13.25 10.75 24 24 24h48c13.25 0 24-10.75 24-24v-40h40c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24z\"]\n};\nvar faCropAlt = {\n prefix: 'fas',\n iconName: 'crop-alt',\n icon: [512, 512, [], \"f565\", \"M488 352h-40V96c0-17.67-14.33-32-32-32H192v96h160v328c0 13.25 10.75 24 24 24h48c13.25 0 24-10.75 24-24v-40h40c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24zM160 24c0-13.26-10.75-24-24-24H88C74.75 0 64 10.74 64 24v40H24C10.75 64 0 74.74 0 88v48c0 13.25 10.75 24 24 24h40v256c0 17.67 14.33 32 32 32h224v-96H160V24z\"]\n};\nvar faCross = {\n prefix: 'fas',\n iconName: 'cross',\n icon: [384, 512, [], \"f654\", \"M352 128h-96V32c0-17.67-14.33-32-32-32h-64c-17.67 0-32 14.33-32 32v96H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h96v224c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V256h96c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z\"]\n};\nvar faCrosshairs = {\n prefix: 'fas',\n iconName: 'crosshairs',\n icon: [512, 512, [], \"f05b\", \"M500 224h-30.364C455.724 130.325 381.675 56.276 288 42.364V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v30.364C130.325 56.276 56.276 130.325 42.364 224H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h30.364C56.276 381.675 130.325 455.724 224 469.636V500c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-30.364C381.675 455.724 455.724 381.675 469.636 288H500c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zM288 404.634V364c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40.634C165.826 392.232 119.783 346.243 107.366 288H148c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40.634C119.768 165.826 165.757 119.783 224 107.366V148c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40.634C346.174 119.768 392.217 165.757 404.634 224H364c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40.634C392.232 346.174 346.243 392.217 288 404.634zM288 256c0 17.673-14.327 32-32 32s-32-14.327-32-32c0-17.673 14.327-32 32-32s32 14.327 32 32z\"]\n};\nvar faCrow = {\n prefix: 'fas',\n iconName: 'crow',\n icon: [640, 512, [], \"f520\", \"M544 32h-16.36C513.04 12.68 490.09 0 464 0c-44.18 0-80 35.82-80 80v20.98L12.09 393.57A30.216 30.216 0 0 0 0 417.74c0 22.46 23.64 37.07 43.73 27.03L165.27 384h96.49l44.41 120.1c2.27 6.23 9.15 9.44 15.38 7.17l22.55-8.21c6.23-2.27 9.44-9.15 7.17-15.38L312.94 384H352c1.91 0 3.76-.23 5.66-.29l44.51 120.38c2.27 6.23 9.15 9.44 15.38 7.17l22.55-8.21c6.23-2.27 9.44-9.15 7.17-15.38l-41.24-111.53C485.74 352.8 544 279.26 544 192v-80l96-16c0-35.35-42.98-64-96-64zm-80 72c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faCrown = {\n prefix: 'fas',\n iconName: 'crown',\n icon: [640, 512, [], \"f521\", \"M528 448H112c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h416c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm64-320c-26.5 0-48 21.5-48 48 0 7.1 1.6 13.7 4.4 19.8L476 239.2c-15.4 9.2-35.3 4-44.2-11.6L350.3 85C361 76.2 368 63 368 48c0-26.5-21.5-48-48-48s-48 21.5-48 48c0 15 7 28.2 17.7 37l-81.5 142.6c-8.9 15.6-28.9 20.8-44.2 11.6l-72.3-43.4c2.7-6 4.4-12.7 4.4-19.8 0-26.5-21.5-48-48-48S0 149.5 0 176s21.5 48 48 48c2.6 0 5.2-.4 7.7-.8L128 416h384l72.3-192.8c2.5.4 5.1.8 7.7.8 26.5 0 48-21.5 48-48s-21.5-48-48-48z\"]\n};\nvar faCrutch = {\n prefix: 'fas',\n iconName: 'crutch',\n icon: [512, 512, [], \"f7f7\", \"M507.31 185.71l-181-181a16 16 0 0 0-22.62 0L281 27.31a16 16 0 0 0 0 22.63l181 181a16 16 0 0 0 22.63 0l22.62-22.63a16 16 0 0 0 .06-22.6zm-179.54 66.41l-67.89-67.89 55.1-55.1-45.25-45.25-109.67 109.67a96.08 96.08 0 0 0-25.67 46.29L106.65 360.1l-102 102a16 16 0 0 0 0 22.63l22.62 22.62a16 16 0 0 0 22.63 0l102-102 120.25-27.75a95.88 95.88 0 0 0 46.29-25.65l109.68-109.68L382.87 197zm-54.57 54.57a32 32 0 0 1-15.45 8.54l-79.3 18.32 18.3-79.3a32.22 32.22 0 0 1 8.56-15.45l9.31-9.31 67.89 67.89z\"]\n};\nvar faCube = {\n prefix: 'fas',\n iconName: 'cube',\n icon: [512, 512, [], \"f1b2\", \"M239.1 6.3l-208 78c-18.7 7-31.1 25-31.1 45v225.1c0 18.2 10.3 34.8 26.5 42.9l208 104c13.5 6.8 29.4 6.8 42.9 0l208-104c16.3-8.1 26.5-24.8 26.5-42.9V129.3c0-20-12.4-37.9-31.1-44.9l-208-78C262 2.2 250 2.2 239.1 6.3zM256 68.4l192 72v1.1l-192 78-192-78v-1.1l192-72zm32 356V275.5l160-65v133.9l-160 80z\"]\n};\nvar faCubes = {\n prefix: 'fas',\n iconName: 'cubes',\n icon: [512, 512, [], \"f1b3\", \"M488.6 250.2L392 214V105.5c0-15-9.3-28.4-23.4-33.7l-100-37.5c-8.1-3.1-17.1-3.1-25.3 0l-100 37.5c-14.1 5.3-23.4 18.7-23.4 33.7V214l-96.6 36.2C9.3 255.5 0 268.9 0 283.9V394c0 13.6 7.7 26.1 19.9 32.2l100 50c10.1 5.1 22.1 5.1 32.2 0l103.9-52 103.9 52c10.1 5.1 22.1 5.1 32.2 0l100-50c12.2-6.1 19.9-18.6 19.9-32.2V283.9c0-15-9.3-28.4-23.4-33.7zM358 214.8l-85 31.9v-68.2l85-37v73.3zM154 104.1l102-38.2 102 38.2v.6l-102 41.4-102-41.4v-.6zm84 291.1l-85 42.5v-79.1l85-38.8v75.4zm0-112l-102 41.4-102-41.4v-.6l102-38.2 102 38.2v.6zm240 112l-85 42.5v-79.1l85-38.8v75.4zm0-112l-102 41.4-102-41.4v-.6l102-38.2 102 38.2v.6z\"]\n};\nvar faCut = {\n prefix: 'fas',\n iconName: 'cut',\n icon: [448, 512, [], \"f0c4\", \"M278.06 256L444.48 89.57c4.69-4.69 4.69-12.29 0-16.97-32.8-32.8-85.99-32.8-118.79 0L210.18 188.12l-24.86-24.86c4.31-10.92 6.68-22.81 6.68-35.26 0-53.02-42.98-96-96-96S0 74.98 0 128s42.98 96 96 96c4.54 0 8.99-.32 13.36-.93L142.29 256l-32.93 32.93c-4.37-.61-8.83-.93-13.36-.93-53.02 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96c0-12.45-2.37-24.34-6.68-35.26l24.86-24.86L325.69 439.4c32.8 32.8 85.99 32.8 118.79 0 4.69-4.68 4.69-12.28 0-16.97L278.06 256zM96 160c-17.64 0-32-14.36-32-32s14.36-32 32-32 32 14.36 32 32-14.36 32-32 32zm0 256c-17.64 0-32-14.36-32-32s14.36-32 32-32 32 14.36 32 32-14.36 32-32 32z\"]\n};\nvar faDatabase = {\n prefix: 'fas',\n iconName: 'database',\n icon: [448, 512, [], \"f1c0\", \"M448 73.143v45.714C448 159.143 347.667 192 224 192S0 159.143 0 118.857V73.143C0 32.857 100.333 0 224 0s224 32.857 224 73.143zM448 176v102.857C448 319.143 347.667 352 224 352S0 319.143 0 278.857V176c48.125 33.143 136.208 48.572 224 48.572S399.874 209.143 448 176zm0 160v102.857C448 479.143 347.667 512 224 512S0 479.143 0 438.857V336c48.125 33.143 136.208 48.572 224 48.572S399.874 369.143 448 336z\"]\n};\nvar faDeaf = {\n prefix: 'fas',\n iconName: 'deaf',\n icon: [512, 512, [], \"f2a4\", \"M216 260c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-44.112 35.888-80 80-80s80 35.888 80 80c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-13.234-10.767-24-24-24s-24 10.766-24 24zm24-176c-97.047 0-176 78.953-176 176 0 15.464 12.536 28 28 28s28-12.536 28-28c0-66.168 53.832-120 120-120s120 53.832 120 120c0 75.164-71.009 70.311-71.997 143.622L288 404c0 28.673-23.327 52-52 52-15.464 0-28 12.536-28 28s12.536 28 28 28c59.475 0 107.876-48.328 108-107.774.595-34.428 72-48.24 72-144.226 0-97.047-78.953-176-176-176zm268.485-52.201L480.2 3.515c-4.687-4.686-12.284-4.686-16.971 0L376.2 90.544c-4.686 4.686-4.686 12.284 0 16.971l28.285 28.285c4.686 4.686 12.284 4.686 16.97 0l87.03-87.029c4.687-4.688 4.687-12.286 0-16.972zM168.97 314.745c-4.686-4.686-12.284-4.686-16.97 0L3.515 463.23c-4.686 4.686-4.686 12.284 0 16.971L31.8 508.485c4.687 4.686 12.284 4.686 16.971 0L197.256 360c4.686-4.686 4.686-12.284 0-16.971l-28.286-28.284z\"]\n};\nvar faDemocrat = {\n prefix: 'fas',\n iconName: 'democrat',\n icon: [640, 512, [], \"f747\", \"M637.3 256.9l-19.6-29.4c-28.2-42.3-75.3-67.5-126.1-67.5H256l-81.2-81.2c20.1-20.1 22.6-51.1 7.5-73.9-3.4-5.2-10.8-5.9-15.2-1.5l-41.8 41.8L82.4 2.4c-3.6-3.6-9.6-3-12.4 1.2-12.3 18.6-10.3 44 6.1 60.4 3.3 3.3 7.3 5.3 11.3 7.5-2.2 1.7-4.7 3.1-6.4 5.4L6.4 176.2c-7.3 9.7-8.4 22.7-3 33.5l14.3 28.6c5.4 10.8 16.5 17.7 28.6 17.7h31c8.5 0 16.6-3.4 22.6-9.4L138 212l54 108h352v-77.8c16.2 12.2 18.3 17.6 40.1 50.3 4.9 7.4 14.8 9.3 22.2 4.4l26.6-17.7c7.3-5 9.3-14.9 4.4-22.3zm-341.1-13.6l-16.5 16.1 3.9 22.7c.7 4.1-3.6 7.2-7.2 5.3L256 276.7l-20.4 10.7c-3.6 1.9-7.9-1.2-7.2-5.3l3.9-22.7-16.5-16.1c-3-2.9-1.3-7.9 2.8-8.5l22.8-3.3 10.2-20.7c1.8-3.7 7.1-3.7 9 0l10.2 20.7 22.8 3.3c4 .6 5.6 5.6 2.6 8.5zm112 0l-16.5 16.1 3.9 22.7c.7 4.1-3.6 7.2-7.2 5.3L368 276.7l-20.4 10.7c-3.6 1.9-7.9-1.2-7.2-5.3l3.9-22.7-16.5-16.1c-3-2.9-1.3-7.9 2.8-8.5l22.8-3.3 10.2-20.7c1.8-3.7 7.1-3.7 9 0l10.2 20.7 22.8 3.3c4 .6 5.6 5.6 2.6 8.5zm112 0l-16.5 16.1 3.9 22.7c.7 4.1-3.6 7.2-7.2 5.3L480 276.7l-20.4 10.7c-3.6 1.9-7.9-1.2-7.2-5.3l3.9-22.7-16.5-16.1c-3-2.9-1.3-7.9 2.8-8.5l22.8-3.3 10.2-20.7c1.8-3.7 7.1-3.7 9 0l10.2 20.7 22.8 3.3c4 .6 5.6 5.6 2.6 8.5zM192 496c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-80h160v80c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V352H192v144z\"]\n};\nvar faDesktop = {\n prefix: 'fas',\n iconName: 'desktop',\n icon: [576, 512, [], \"f108\", \"M528 0H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h192l-16 48h-72c-13.3 0-24 10.7-24 24s10.7 24 24 24h272c13.3 0 24-10.7 24-24s-10.7-24-24-24h-72l-16-48h192c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-16 352H64V64h448v288z\"]\n};\nvar faDharmachakra = {\n prefix: 'fas',\n iconName: 'dharmachakra',\n icon: [512, 512, [], \"f655\", \"M495 225.06l-17.22 1.08c-5.27-39.49-20.79-75.64-43.86-105.84l12.95-11.43c6.92-6.11 7.25-16.79.73-23.31L426.44 64.4c-6.53-6.53-17.21-6.19-23.31.73L391.7 78.07c-30.2-23.06-66.35-38.58-105.83-43.86L286.94 17c.58-9.21-6.74-17-15.97-17h-29.94c-9.23 0-16.54 7.79-15.97 17l1.08 17.22c-39.49 5.27-75.64 20.79-105.83 43.86l-11.43-12.95c-6.11-6.92-16.79-7.25-23.31-.73L64.4 85.56c-6.53 6.53-6.19 17.21.73 23.31l12.95 11.43c-23.06 30.2-38.58 66.35-43.86 105.84L17 225.06c-9.21-.58-17 6.74-17 15.97v29.94c0 9.23 7.79 16.54 17 15.97l17.22-1.08c5.27 39.49 20.79 75.64 43.86 105.83l-12.95 11.43c-6.92 6.11-7.25 16.79-.73 23.31l21.17 21.17c6.53 6.53 17.21 6.19 23.31-.73l11.43-12.95c30.2 23.06 66.35 38.58 105.84 43.86L225.06 495c-.58 9.21 6.74 17 15.97 17h29.94c9.23 0 16.54-7.79 15.97-17l-1.08-17.22c39.49-5.27 75.64-20.79 105.84-43.86l11.43 12.95c6.11 6.92 16.79 7.25 23.31.73l21.17-21.17c6.53-6.53 6.19-17.21-.73-23.31l-12.95-11.43c23.06-30.2 38.58-66.35 43.86-105.83l17.22 1.08c9.21.58 17-6.74 17-15.97v-29.94c-.01-9.23-7.8-16.54-17.01-15.97zM281.84 98.61c24.81 4.07 47.63 13.66 67.23 27.78l-42.62 48.29c-8.73-5.44-18.32-9.54-28.62-11.95l4.01-64.12zm-51.68 0l4.01 64.12c-10.29 2.41-19.89 6.52-28.62 11.95l-42.62-48.29c19.6-14.12 42.42-23.71 67.23-27.78zm-103.77 64.33l48.3 42.61c-5.44 8.73-9.54 18.33-11.96 28.62l-64.12-4.01c4.07-24.81 13.66-47.62 27.78-67.22zm-27.78 118.9l64.12-4.01c2.41 10.29 6.52 19.89 11.95 28.62l-48.29 42.62c-14.12-19.6-23.71-42.42-27.78-67.23zm131.55 131.55c-24.81-4.07-47.63-13.66-67.23-27.78l42.61-48.3c8.73 5.44 18.33 9.54 28.62 11.96l-4 64.12zM256 288c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm25.84 125.39l-4.01-64.12c10.29-2.41 19.89-6.52 28.62-11.96l42.61 48.3c-19.6 14.12-42.41 23.71-67.22 27.78zm103.77-64.33l-48.29-42.62c5.44-8.73 9.54-18.32 11.95-28.62l64.12 4.01c-4.07 24.82-13.66 47.64-27.78 67.23zm-36.34-114.89c-2.41-10.29-6.52-19.89-11.96-28.62l48.3-42.61c14.12 19.6 23.71 42.42 27.78 67.23l-64.12 4z\"]\n};\nvar faDiagnoses = {\n prefix: 'fas',\n iconName: 'diagnoses',\n icon: [640, 512, [], \"f470\", \"M496 256c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zm-176-80c48.5 0 88-39.5 88-88S368.5 0 320 0s-88 39.5-88 88 39.5 88 88 88zM59.8 364c10.2 15.3 29.3 17.8 42.9 9.8 16.2-9.6 56.2-31.7 105.3-48.6V416h224v-90.7c49.1 16.8 89.1 39 105.3 48.6 13.6 8 32.7 5.3 42.9-9.8l17.8-26.7c8.8-13.2 7.6-34.6-10-45.1-11.9-7.1-29.7-17-51.1-27.4-28.1 46.1-99.4 17.8-87.7-35.1C409.3 217.2 365.1 208 320 208c-57 0-112.9 14.5-160 32.2-.2 40.2-47.6 63.3-79.2 36-11.2 6-21.3 11.6-28.7 16-17.6 10.5-18.8 31.8-10 45.1L59.8 364zM368 344c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm-96-96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm-160 8c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zm512 192H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"]\n};\nvar faDice = {\n prefix: 'fas',\n iconName: 'dice',\n icon: [640, 512, [], \"f522\", \"M592 192H473.26c12.69 29.59 7.12 65.2-17 89.32L320 417.58V464c0 26.51 21.49 48 48 48h224c26.51 0 48-21.49 48-48V240c0-26.51-21.49-48-48-48zM480 376c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm-46.37-186.7L258.7 14.37c-19.16-19.16-50.23-19.16-69.39 0L14.37 189.3c-19.16 19.16-19.16 50.23 0 69.39L189.3 433.63c19.16 19.16 50.23 19.16 69.39 0L433.63 258.7c19.16-19.17 19.16-50.24 0-69.4zM96 248c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm128 128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm0-128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm0-128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm128 128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faDiceD20 = {\n prefix: 'fas',\n iconName: 'dice-d20',\n icon: [480, 512, [], \"f6cf\", \"M106.75 215.06L1.2 370.95c-3.08 5 .1 11.5 5.93 12.14l208.26 22.07-108.64-190.1zM7.41 315.43L82.7 193.08 6.06 147.1c-2.67-1.6-6.06.32-6.06 3.43v162.81c0 4.03 5.29 5.53 7.41 2.09zM18.25 423.6l194.4 87.66c5.3 2.45 11.35-1.43 11.35-7.26v-65.67l-203.55-22.3c-4.45-.5-6.23 5.59-2.2 7.57zm81.22-257.78L179.4 22.88c4.34-7.06-3.59-15.25-10.78-11.14L17.81 110.35c-2.47 1.62-2.39 5.26.13 6.78l81.53 48.69zM240 176h109.21L253.63 7.62C250.5 2.54 245.25 0 240 0s-10.5 2.54-13.63 7.62L130.79 176H240zm233.94-28.9l-76.64 45.99 75.29 122.35c2.11 3.44 7.41 1.94 7.41-2.1V150.53c0-3.11-3.39-5.03-6.06-3.43zm-93.41 18.72l81.53-48.7c2.53-1.52 2.6-5.16.13-6.78l-150.81-98.6c-7.19-4.11-15.12 4.08-10.78 11.14l79.93 142.94zm79.02 250.21L256 438.32v65.67c0 5.84 6.05 9.71 11.35 7.26l194.4-87.66c4.03-1.97 2.25-8.06-2.2-7.56zm-86.3-200.97l-108.63 190.1 208.26-22.07c5.83-.65 9.01-7.14 5.93-12.14L373.25 215.06zM240 208H139.57L240 383.75 340.43 208H240z\"]\n};\nvar faDiceD6 = {\n prefix: 'fas',\n iconName: 'dice-d6',\n icon: [448, 512, [], \"f6d1\", \"M422.19 109.95L256.21 9.07c-19.91-12.1-44.52-12.1-64.43 0L25.81 109.95c-5.32 3.23-5.29 11.27.06 14.46L224 242.55l198.14-118.14c5.35-3.19 5.38-11.22.05-14.46zm13.84 44.63L240 271.46v223.82c0 12.88 13.39 20.91 24.05 14.43l152.16-92.48c19.68-11.96 31.79-33.94 31.79-57.7v-197.7c0-6.41-6.64-10.43-11.97-7.25zM0 161.83v197.7c0 23.77 12.11 45.74 31.79 57.7l152.16 92.47c10.67 6.48 24.05-1.54 24.05-14.43V271.46L11.97 154.58C6.64 151.4 0 155.42 0 161.83z\"]\n};\nvar faDiceFive = {\n prefix: 'fas',\n iconName: 'dice-five',\n icon: [448, 512, [], \"f523\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceFour = {\n prefix: 'fas',\n iconName: 'dice-four',\n icon: [448, 512, [], \"f524\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm192 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceOne = {\n prefix: 'fas',\n iconName: 'dice-one',\n icon: [448, 512, [], \"f525\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM224 288c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceSix = {\n prefix: 'fas',\n iconName: 'dice-six',\n icon: [448, 512, [], \"f526\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm192 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceThree = {\n prefix: 'fas',\n iconName: 'dice-three',\n icon: [448, 512, [], \"f527\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceTwo = {\n prefix: 'fas',\n iconName: 'dice-two',\n icon: [448, 512, [], \"f528\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm192 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDigitalTachograph = {\n prefix: 'fas',\n iconName: 'digital-tachograph',\n icon: [640, 512, [], \"f566\", \"M608 96H32c-17.67 0-32 14.33-32 32v256c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V128c0-17.67-14.33-32-32-32zM304 352c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-8c0-4.42 3.58-8 8-8h224c4.42 0 8 3.58 8 8v8zM72 288v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H80c-4.42 0-8-3.58-8-8zm64 0v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm64 0v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm64 0v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm40-64c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-48c0-8.84 7.16-16 16-16h208c8.84 0 16 7.16 16 16v48zm272 128c0 4.42-3.58 8-8 8H344c-4.42 0-8-3.58-8-8v-8c0-4.42 3.58-8 8-8h224c4.42 0 8 3.58 8 8v8z\"]\n};\nvar faDirections = {\n prefix: 'fas',\n iconName: 'directions',\n icon: [512, 512, [], \"f5eb\", \"M502.61 233.32L278.68 9.39c-12.52-12.52-32.83-12.52-45.36 0L9.39 233.32c-12.52 12.53-12.52 32.83 0 45.36l223.93 223.93c12.52 12.53 32.83 12.53 45.36 0l223.93-223.93c12.52-12.53 12.52-32.83 0-45.36zm-100.98 12.56l-84.21 77.73c-5.12 4.73-13.43 1.1-13.43-5.88V264h-96v64c0 4.42-3.58 8-8 8h-32c-4.42 0-8-3.58-8-8v-80c0-17.67 14.33-32 32-32h112v-53.73c0-6.97 8.3-10.61 13.43-5.88l84.21 77.73c3.43 3.17 3.43 8.59 0 11.76z\"]\n};\nvar faDivide = {\n prefix: 'fas',\n iconName: 'divide',\n icon: [448, 512, [], \"f529\", \"M224 352c-35.35 0-64 28.65-64 64s28.65 64 64 64 64-28.65 64-64-28.65-64-64-64zm0-192c35.35 0 64-28.65 64-64s-28.65-64-64-64-64 28.65-64 64 28.65 64 64 64zm192 48H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"]\n};\nvar faDizzy = {\n prefix: 'fas',\n iconName: 'dizzy',\n icon: [496, 512, [], \"f567\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-96 206.6l-28.7 28.7c-14.8 14.8-37.8-7.5-22.6-22.6l28.7-28.7-28.7-28.7c-15-15 7.7-37.6 22.6-22.6l28.7 28.7 28.7-28.7c15-15 37.6 7.7 22.6 22.6L174.6 192l28.7 28.7c15.2 15.2-7.9 37.4-22.6 22.6L152 214.6zM248 416c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm147.3-195.3c15.2 15.2-7.9 37.4-22.6 22.6L344 214.6l-28.7 28.7c-14.8 14.8-37.8-7.5-22.6-22.6l28.7-28.7-28.7-28.7c-15-15 7.7-37.6 22.6-22.6l28.7 28.7 28.7-28.7c15-15 37.6 7.7 22.6 22.6L366.6 192l28.7 28.7z\"]\n};\nvar faDna = {\n prefix: 'fas',\n iconName: 'dna',\n icon: [448, 512, [], \"f471\", \"M.1 494.1c-1.1 9.5 6.3 17.8 15.9 17.8l32.3.1c8.1 0 14.9-5.9 16-13.9.7-4.9 1.8-11.1 3.4-18.1H380c1.6 6.9 2.9 13.2 3.5 18.1 1.1 8 7.9 14 16 13.9l32.3-.1c9.6 0 17.1-8.3 15.9-17.8-4.6-37.9-25.6-129-118.9-207.7-17.6 12.4-37.1 24.2-58.5 35.4 6.2 4.6 11.4 9.4 17 14.2H159.7c21.3-18.1 47-35.6 78.7-51.4C410.5 199.1 442.1 65.8 447.9 17.9 449 8.4 441.6.1 432 .1L399.6 0c-8.1 0-14.9 5.9-16 13.9-.7 4.9-1.8 11.1-3.4 18.1H67.8c-1.6-7-2.7-13.1-3.4-18.1-1.1-8-7.9-14-16-13.9L16.1.1C6.5.1-1 8.4.1 17.9 5.3 60.8 31.4 171.8 160 256 31.5 340.2 5.3 451.2.1 494.1zM224 219.6c-25.1-13.7-46.4-28.4-64.3-43.6h128.5c-17.8 15.2-39.1 30-64.2 43.6zM355.1 96c-5.8 10.4-12.8 21.1-21 32H114c-8.3-10.9-15.3-21.6-21-32h262.1zM92.9 416c5.8-10.4 12.8-21.1 21-32h219.4c8.3 10.9 15.4 21.6 21.2 32H92.9z\"]\n};\nvar faDog = {\n prefix: 'fas',\n iconName: 'dog',\n icon: [512, 512, [], \"f6d3\", \"M496 96h-64l-7.16-14.31A32 32 0 0 0 396.22 64H342.6l-27.28-27.28C305.23 26.64 288 33.78 288 48.03v149.84l128 45.71V208h32c35.35 0 64-28.65 64-64v-32c0-8.84-7.16-16-16-16zm-112 48c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zM96 224c-17.64 0-32-14.36-32-32 0-17.67-14.33-32-32-32S0 174.33 0 192c0 41.66 26.83 76.85 64 90.1V496c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V384h160v112c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V277.55L266.05 224H96z\"]\n};\nvar faDollarSign = {\n prefix: 'fas',\n iconName: 'dollar-sign',\n icon: [288, 512, [], \"f155\", \"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"]\n};\nvar faDolly = {\n prefix: 'fas',\n iconName: 'dolly',\n icon: [576, 512, [], \"f472\", \"M294.2 277.7c18 5 34.7 13.4 49.5 24.7l161.5-53.8c8.4-2.8 12.9-11.9 10.1-20.2L454.9 47.2c-2.8-8.4-11.9-12.9-20.2-10.1l-61.1 20.4 33.1 99.4L346 177l-33.1-99.4-61.6 20.5c-8.4 2.8-12.9 11.9-10.1 20.2l53 159.4zm281 48.7L565 296c-2.8-8.4-11.9-12.9-20.2-10.1l-213.5 71.2c-17.2-22-43.6-36.4-73.5-37L158.4 21.9C154 8.8 141.8 0 128 0H16C7.2 0 0 7.2 0 16v32c0 8.8 7.2 16 16 16h88.9l92.2 276.7c-26.1 20.4-41.7 53.6-36 90.5 6.1 39.4 37.9 72.3 77.3 79.2 60.2 10.7 112.3-34.8 113.4-92.6l213.3-71.2c8.3-2.8 12.9-11.8 10.1-20.2zM256 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z\"]\n};\nvar faDollyFlatbed = {\n prefix: 'fas',\n iconName: 'dolly-flatbed',\n icon: [640, 512, [], \"f474\", \"M208 320h384c8.8 0 16-7.2 16-16V48c0-8.8-7.2-16-16-16H448v128l-48-32-48 32V32H208c-8.8 0-16 7.2-16 16v256c0 8.8 7.2 16 16 16zm416 64H128V16c0-8.8-7.2-16-16-16H16C7.2 0 0 7.2 0 16v32c0 8.8 7.2 16 16 16h48v368c0 8.8 7.2 16 16 16h82.9c-1.8 5-2.9 10.4-2.9 16 0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1.2-11-2.9-16H451c-1.8 5-2.9 10.4-2.9 16 0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1.2-11-2.9-16H624c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"]\n};\nvar faDonate = {\n prefix: 'fas',\n iconName: 'donate',\n icon: [512, 512, [], \"f4b9\", \"M256 416c114.9 0 208-93.1 208-208S370.9 0 256 0 48 93.1 48 208s93.1 208 208 208zM233.8 97.4V80.6c0-9.2 7.4-16.6 16.6-16.6h11.1c9.2 0 16.6 7.4 16.6 16.6v17c15.5.8 30.5 6.1 43 15.4 5.6 4.1 6.2 12.3 1.2 17.1L306 145.6c-3.8 3.7-9.5 3.8-14 1-5.4-3.4-11.4-5.1-17.8-5.1h-38.9c-9 0-16.3 8.2-16.3 18.3 0 8.2 5 15.5 12.1 17.6l62.3 18.7c25.7 7.7 43.7 32.4 43.7 60.1 0 34-26.4 61.5-59.1 62.4v16.8c0 9.2-7.4 16.6-16.6 16.6h-11.1c-9.2 0-16.6-7.4-16.6-16.6v-17c-15.5-.8-30.5-6.1-43-15.4-5.6-4.1-6.2-12.3-1.2-17.1l16.3-15.5c3.8-3.7 9.5-3.8 14-1 5.4 3.4 11.4 5.1 17.8 5.1h38.9c9 0 16.3-8.2 16.3-18.3 0-8.2-5-15.5-12.1-17.6l-62.3-18.7c-25.7-7.7-43.7-32.4-43.7-60.1.1-34 26.4-61.5 59.1-62.4zM480 352h-32.5c-19.6 26-44.6 47.7-73 64h63.8c5.3 0 9.6 3.6 9.6 8v16c0 4.4-4.3 8-9.6 8H73.6c-5.3 0-9.6-3.6-9.6-8v-16c0-4.4 4.3-8 9.6-8h63.8c-28.4-16.3-53.3-38-73-64H32c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32v-96c0-17.7-14.3-32-32-32z\"]\n};\nvar faDoorClosed = {\n prefix: 'fas',\n iconName: 'door-closed',\n icon: [640, 512, [], \"f52a\", \"M624 448H512V50.8C512 22.78 490.47 0 464 0H175.99c-26.47 0-48 22.78-48 50.8V448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM415.99 288c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32c.01 17.67-14.32 32-32 32z\"]\n};\nvar faDoorOpen = {\n prefix: 'fas',\n iconName: 'door-open',\n icon: [640, 512, [], \"f52b\", \"M624 448h-80V113.45C544 86.19 522.47 64 496 64H384v64h96v384h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM312.24 1.01l-192 49.74C105.99 54.44 96 67.7 96 82.92V448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h336V33.18c0-21.58-19.56-37.41-39.76-32.17zM264 288c-13.25 0-24-14.33-24-32s10.75-32 24-32 24 14.33 24 32-10.75 32-24 32z\"]\n};\nvar faDotCircle = {\n prefix: 'fas',\n iconName: 'dot-circle',\n icon: [512, 512, [], \"f192\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"]\n};\nvar faDove = {\n prefix: 'fas',\n iconName: 'dove',\n icon: [512, 512, [], \"f4ba\", \"M288 167.2v-28.1c-28.2-36.3-47.1-79.3-54.1-125.2-2.1-13.5-19-18.8-27.8-8.3-21.1 24.9-37.7 54.1-48.9 86.5 34.2 38.3 80 64.6 130.8 75.1zM400 64c-44.2 0-80 35.9-80 80.1v59.4C215.6 197.3 127 133 87 41.8c-5.5-12.5-23.2-13.2-29-.9C41.4 76 32 115.2 32 156.6c0 70.8 34.1 136.9 85.1 185.9 13.2 12.7 26.1 23.2 38.9 32.8l-143.9 36C1.4 414-3.4 426.4 2.6 435.7 20 462.6 63 508.2 155.8 512c8 .3 16-2.6 22.1-7.9l65.2-56.1H320c88.4 0 160-71.5 160-159.9V128l32-64H400zm0 96.1c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"]\n};\nvar faDownload = {\n prefix: 'fas',\n iconName: 'download',\n icon: [512, 512, [], \"f019\", \"M216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1L269.7 378.3c-7.5 7.5-19.8 7.5-27.3 0L90.1 226.1c-12.6-12.6-3.7-34.1 14.1-34.1H192V24c0-13.3 10.7-24 24-24zm296 376v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h146.7l49 49c20.1 20.1 52.5 20.1 72.6 0l49-49H488c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"]\n};\nvar faDraftingCompass = {\n prefix: 'fas',\n iconName: 'drafting-compass',\n icon: [512, 512, [], \"f568\", \"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"]\n};\nvar faDragon = {\n prefix: 'fas',\n iconName: 'dragon',\n icon: [640, 512, [], \"f6d5\", \"M18.32 255.78L192 223.96l-91.28 68.69c-10.08 10.08-2.94 27.31 11.31 27.31h222.7c-9.44-26.4-14.73-54.47-14.73-83.38v-42.27l-119.73-87.6c-23.82-15.88-55.29-14.01-77.06 4.59L5.81 227.64c-12.38 10.33-3.45 30.42 12.51 28.14zm556.87 34.1l-100.66-50.31A47.992 47.992 0 0 1 448 196.65v-36.69h64l28.09 22.63c6 6 14.14 9.37 22.63 9.37h30.97a32 32 0 0 0 28.62-17.69l14.31-28.62a32.005 32.005 0 0 0-3.02-33.51l-74.53-99.38C553.02 4.7 543.54 0 533.47 0H296.02c-7.13 0-10.7 8.57-5.66 13.61L352 63.96 292.42 88.8c-5.9 2.95-5.9 11.36 0 14.31L352 127.96v108.62c0 72.08 36.03 139.39 96 179.38-195.59 6.81-344.56 41.01-434.1 60.91C5.78 478.67 0 485.88 0 494.2 0 504 7.95 512 17.76 512h499.08c63.29.01 119.61-47.56 122.99-110.76 2.52-47.28-22.73-90.4-64.64-111.36zM489.18 66.25l45.65 11.41c-2.75 10.91-12.47 18.89-24.13 18.26-12.96-.71-25.85-12.53-21.52-29.67z\"]\n};\nvar faDrawPolygon = {\n prefix: 'fas',\n iconName: 'draw-polygon',\n icon: [448, 512, [], \"f5ee\", \"M384 352c-.35 0-.67.1-1.02.1l-39.2-65.32c5.07-9.17 8.22-19.56 8.22-30.78s-3.14-21.61-8.22-30.78l39.2-65.32c.35.01.67.1 1.02.1 35.35 0 64-28.65 64-64s-28.65-64-64-64c-23.63 0-44.04 12.95-55.12 32H119.12C108.04 44.95 87.63 32 64 32 28.65 32 0 60.65 0 96c0 23.63 12.95 44.04 32 55.12v209.75C12.95 371.96 0 392.37 0 416c0 35.35 28.65 64 64 64 23.63 0 44.04-12.95 55.12-32h209.75c11.09 19.05 31.49 32 55.12 32 35.35 0 64-28.65 64-64 .01-35.35-28.64-64-63.99-64zm-288 8.88V151.12A63.825 63.825 0 0 0 119.12 128h208.36l-38.46 64.1c-.35-.01-.67-.1-1.02-.1-35.35 0-64 28.65-64 64s28.65 64 64 64c.35 0 .67-.1 1.02-.1l38.46 64.1H119.12A63.748 63.748 0 0 0 96 360.88zM272 256c0-8.82 7.18-16 16-16s16 7.18 16 16-7.18 16-16 16-16-7.18-16-16zM400 96c0 8.82-7.18 16-16 16s-16-7.18-16-16 7.18-16 16-16 16 7.18 16 16zM64 80c8.82 0 16 7.18 16 16s-7.18 16-16 16-16-7.18-16-16 7.18-16 16-16zM48 416c0-8.82 7.18-16 16-16s16 7.18 16 16-7.18 16-16 16-16-7.18-16-16zm336 16c-8.82 0-16-7.18-16-16s7.18-16 16-16 16 7.18 16 16-7.18 16-16 16z\"]\n};\nvar faDrum = {\n prefix: 'fas',\n iconName: 'drum',\n icon: [512, 512, [], \"f569\", \"M431.34 122.05l73.53-47.42a16 16 0 0 0 4.44-22.19l-8.87-13.31a16 16 0 0 0-22.19-4.44l-110.06 71C318.43 96.91 271.22 96 256 96 219.55 96 0 100.55 0 208.15v160.23c0 30.27 27.5 57.68 72 77.86v-101.9a24 24 0 1 1 48 0v118.93c33.05 9.11 71.07 15.06 112 16.73V376.39a24 24 0 1 1 48 0V480c40.93-1.67 78.95-7.62 112-16.73V344.34a24 24 0 1 1 48 0v101.9c44.5-20.18 72-47.59 72-77.86V208.15c0-43.32-35.76-69.76-80.66-86.1zM256 272.24c-114.88 0-208-28.69-208-64.09s93.12-64.08 208-64.08c17.15 0 33.73.71 49.68 1.91l-72.81 47a16 16 0 0 0-4.43 22.19l8.87 13.31a16 16 0 0 0 22.19 4.44l118.64-76.52C430.09 168 464 186.84 464 208.15c0 35.4-93.13 64.09-208 64.09z\"]\n};\nvar faDrumSteelpan = {\n prefix: 'fas',\n iconName: 'drum-steelpan',\n icon: [576, 512, [], \"f56a\", \"M288 32C128.94 32 0 89.31 0 160v192c0 70.69 128.94 128 288 128s288-57.31 288-128V160c0-70.69-128.94-128-288-128zm-82.99 158.36c-4.45 16.61-14.54 30.57-28.31 40.48C100.23 217.46 48 190.78 48 160c0-30.16 50.11-56.39 124.04-70.03l25.6 44.34c9.86 17.09 12.48 36.99 7.37 56.05zM288 240c-21.08 0-41.41-1-60.89-2.7 8.06-26.13 32.15-45.3 60.89-45.3s52.83 19.17 60.89 45.3C329.41 239 309.08 240 288 240zm64-144c0 35.29-28.71 64-64 64s-64-28.71-64-64V82.96c20.4-1.88 41.8-2.96 64-2.96s43.6 1.08 64 2.96V96zm46.93 134.9c-13.81-9.91-23.94-23.9-28.4-40.54-5.11-19.06-2.49-38.96 7.38-56.04l25.65-44.42C477.72 103.5 528 129.79 528 160c0 30.83-52.4 57.54-129.07 70.9z\"]\n};\nvar faDrumstickBite = {\n prefix: 'fas',\n iconName: 'drumstick-bite',\n icon: [512, 512, [], \"f6d7\", \"M462.8 49.57a169.44 169.44 0 0 0-239.5 0C187.82 85 160.13 128 160.13 192v85.83l-40.62 40.59c-9.7 9.69-24 11.07-36.78 6a60.33 60.33 0 0 0-65 98.72C33 438.39 54.24 442.7 73.85 438.21c-4.5 19.6-.18 40.83 15.1 56.1a60.35 60.35 0 0 0 98.8-65c-5.09-12.73-3.72-27 6-36.75L234.36 352h85.89a187.87 187.87 0 0 0 61.89-10c-39.64-43.89-39.83-110.23 1.05-151.07 34.38-34.36 86.76-39.46 128.74-16.8 1.3-44.96-14.81-90.28-49.13-124.56z\"]\n};\nvar faDumbbell = {\n prefix: 'fas',\n iconName: 'dumbbell',\n icon: [640, 512, [], \"f44b\", \"M104 96H56c-13.3 0-24 10.7-24 24v104H8c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h24v104c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V120c0-13.3-10.7-24-24-24zm528 128h-24V120c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v272c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V288h24c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM456 32h-48c-13.3 0-24 10.7-24 24v168H256V56c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v400c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V288h128v168c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24z\"]\n};\nvar faDumpster = {\n prefix: 'fas',\n iconName: 'dumpster',\n icon: [576, 512, [], \"f793\", \"M560 160c10.4 0 18-9.8 15.5-19.9l-24-96C549.7 37 543.3 32 536 32h-98.9l25.6 128H560zM272 32H171.5l-25.6 128H272V32zm132.5 0H304v128h126.1L404.5 32zM16 160h97.3l25.6-128H40c-7.3 0-13.7 5-15.5 12.1l-24 96C-2 150.2 5.6 160 16 160zm544 64h-20l4-32H32l4 32H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h28l20 160v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h320v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16l20-160h28c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"]\n};\nvar faDumpsterFire = {\n prefix: 'fas',\n iconName: 'dumpster-fire',\n icon: [640, 512, [], \"f794\", \"M418.7 104.1l.2-.2-14.4-72H304v128h60.8c16.2-19.3 34.2-38.2 53.9-55.8zM272 32H171.5l-25.6 128H272V32zm189.3 72.1c18.2 16.3 35.5 33.7 51.1 51.5 5.7-5.6 11.4-11.1 17.3-16.3l21.3-19 21.3 19c1.1.9 2.1 2.1 3.1 3.1-.1-.8.2-1.5 0-2.3l-24-96C549.7 37 543.3 32 536 32h-98.9l12.3 61.5 11.9 10.6zM16 160h97.3l25.6-128H40c-7.3 0-13.7 5-15.5 12.1l-24 96C-2 150.2 5.6 160 16 160zm324.6 32H32l4 32H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h28l20 160v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h208.8c-30.2-33.7-48.8-77.9-48.8-126.4 0-35.9 19.9-82.9 52.6-129.6zm210.5-28.8c-14.9 13.3-28.3 27.2-40.2 41.2-19.5-25.8-43.6-52-71-76.4-70.2 62.7-120 144.3-120 193.6 0 87.5 71.6 158.4 160 158.4s160-70.9 160-158.4c.1-36.6-37-112.2-88.8-158.4zm-18.6 229.4c-14.7 10.7-32.9 17-52.5 17-49 0-88.9-33.5-88.9-88 0-27.1 16.5-51 49.4-91.9 4.7 5.6 67.1 88.1 67.1 88.1l39.8-47c2.8 4.8 5.4 9.5 7.7 14 18.6 36.7 10.8 83.6-22.6 107.8z\"]\n};\nvar faDungeon = {\n prefix: 'fas',\n iconName: 'dungeon',\n icon: [512, 512, [], \"f6d9\", \"M128.73 195.32l-82.81-51.76c-8.04-5.02-18.99-2.17-22.93 6.45A254.19 254.19 0 0 0 .54 239.28C-.05 248.37 7.59 256 16.69 256h97.13c7.96 0 14.08-6.25 15.01-14.16 1.09-9.33 3.24-18.33 6.24-26.94 2.56-7.34.25-15.46-6.34-19.58zM319.03 8C298.86 2.82 277.77 0 256 0s-42.86 2.82-63.03 8c-9.17 2.35-13.91 12.6-10.39 21.39l37.47 104.03A16.003 16.003 0 0 0 235.1 144h41.8c6.75 0 12.77-4.23 15.05-10.58l37.47-104.03c3.52-8.79-1.22-19.03-10.39-21.39zM112 288H16c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm0 128H16c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm77.31-283.67l-36.32-90.8c-3.53-8.83-14.13-12.99-22.42-8.31a257.308 257.308 0 0 0-71.61 59.89c-6.06 7.32-3.85 18.48 4.22 23.52l82.93 51.83c6.51 4.07 14.66 2.62 20.11-2.79 5.18-5.15 10.79-9.85 16.79-14.05 6.28-4.41 9.15-12.17 6.3-19.29zM398.18 256h97.13c9.1 0 16.74-7.63 16.15-16.72a254.135 254.135 0 0 0-22.45-89.27c-3.94-8.62-14.89-11.47-22.93-6.45l-82.81 51.76c-6.59 4.12-8.9 12.24-6.34 19.58 3.01 8.61 5.15 17.62 6.24 26.94.93 7.91 7.05 14.16 15.01 14.16zm54.85-162.89a257.308 257.308 0 0 0-71.61-59.89c-8.28-4.68-18.88-.52-22.42 8.31l-36.32 90.8c-2.85 7.12.02 14.88 6.3 19.28 6 4.2 11.61 8.9 16.79 14.05 5.44 5.41 13.6 6.86 20.11 2.79l82.93-51.83c8.07-5.03 10.29-16.19 4.22-23.51zM496 288h-96c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm0 128h-96c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zM240 177.62V472c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8V177.62c-5.23-.89-10.52-1.62-16-1.62s-10.77.73-16 1.62zm-64 41.51V472c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8V189.36c-12.78 7.45-23.84 17.47-32 29.77zm128-29.77V472c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8V219.13c-8.16-12.3-19.22-22.32-32-29.77z\"]\n};\nvar faEdit = {\n prefix: 'fas',\n iconName: 'edit',\n icon: [576, 512, [], \"f044\", \"M402.6 83.2l90.2 90.2c3.8 3.8 3.8 10 0 13.8L274.4 405.6l-92.8 10.3c-12.4 1.4-22.9-9.1-21.5-21.5l10.3-92.8L388.8 83.2c3.8-3.8 10-3.8 13.8 0zm162-22.9l-48.8-48.8c-15.2-15.2-39.9-15.2-55.2 0l-35.4 35.4c-3.8 3.8-3.8 10 0 13.8l90.2 90.2c3.8 3.8 10 3.8 13.8 0l35.4-35.4c15.2-15.3 15.2-40 0-55.2zM384 346.2V448H64V128h229.8c3.2 0 6.2-1.3 8.5-3.5l40-40c7.6-7.6 2.2-20.5-8.5-20.5H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V306.2c0-10.7-12.9-16-20.5-8.5l-40 40c-2.2 2.3-3.5 5.3-3.5 8.5z\"]\n};\nvar faEgg = {\n prefix: 'fas',\n iconName: 'egg',\n icon: [384, 512, [], \"f7fb\", \"M192 0C86 0 0 214 0 320s86 192 192 192 192-86 192-192S298 0 192 0z\"]\n};\nvar faEject = {\n prefix: 'fas',\n iconName: 'eject',\n icon: [448, 512, [], \"f052\", \"M448 384v64c0 17.673-14.327 32-32 32H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h384c17.673 0 32 14.327 32 32zM48.053 320h351.886c41.651 0 63.581-49.674 35.383-80.435L259.383 47.558c-19.014-20.743-51.751-20.744-70.767 0L12.67 239.565C-15.475 270.268 6.324 320 48.053 320z\"]\n};\nvar faEllipsisH = {\n prefix: 'fas',\n iconName: 'ellipsis-h',\n icon: [512, 512, [], \"f141\", \"M328 256c0 39.8-32.2 72-72 72s-72-32.2-72-72 32.2-72 72-72 72 32.2 72 72zm104-72c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72zm-352 0c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72z\"]\n};\nvar faEllipsisV = {\n prefix: 'fas',\n iconName: 'ellipsis-v',\n icon: [192, 512, [], \"f142\", \"M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z\"]\n};\nvar faEnvelope = {\n prefix: 'fas',\n iconName: 'envelope',\n icon: [512, 512, [], \"f0e0\", \"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"]\n};\nvar faEnvelopeOpen = {\n prefix: 'fas',\n iconName: 'envelope-open',\n icon: [512, 512, [], \"f2b6\", \"M512 464c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V200.724a48 48 0 0 1 18.387-37.776c24.913-19.529 45.501-35.365 164.2-121.511C199.412 29.17 232.797-.347 256 .003c23.198-.354 56.596 29.172 73.413 41.433 118.687 86.137 139.303 101.995 164.2 121.512A48 48 0 0 1 512 200.724V464zm-65.666-196.605c-2.563-3.728-7.7-4.595-11.339-1.907-22.845 16.873-55.462 40.705-105.582 77.079-16.825 12.266-50.21 41.781-73.413 41.43-23.211.344-56.559-29.143-73.413-41.43-50.114-36.37-82.734-60.204-105.582-77.079-3.639-2.688-8.776-1.821-11.339 1.907l-9.072 13.196a7.998 7.998 0 0 0 1.839 10.967c22.887 16.899 55.454 40.69 105.303 76.868 20.274 14.781 56.524 47.813 92.264 47.573 35.724.242 71.961-32.771 92.263-47.573 49.85-36.179 82.418-59.97 105.303-76.868a7.998 7.998 0 0 0 1.839-10.967l-9.071-13.196z\"]\n};\nvar faEnvelopeOpenText = {\n prefix: 'fas',\n iconName: 'envelope-open-text',\n icon: [512, 512, [], \"f658\", \"M176 216h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16zm-16 80c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16zm96 121.13c-16.42 0-32.84-5.06-46.86-15.19L0 250.86V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V250.86L302.86 401.94c-14.02 10.12-30.44 15.19-46.86 15.19zm237.61-254.18c-8.85-6.94-17.24-13.47-29.61-22.81V96c0-26.51-21.49-48-48-48h-77.55c-3.04-2.2-5.87-4.26-9.04-6.56C312.6 29.17 279.2-.35 256 0c-23.2-.35-56.59 29.17-73.41 41.44-3.17 2.3-6 4.36-9.04 6.56H96c-26.51 0-48 21.49-48 48v44.14c-12.37 9.33-20.76 15.87-29.61 22.81A47.995 47.995 0 0 0 0 200.72v10.65l96 69.35V96h320v184.72l96-69.35v-10.65c0-14.74-6.78-28.67-18.39-37.77z\"]\n};\nvar faEnvelopeSquare = {\n prefix: 'fas',\n iconName: 'envelope-square',\n icon: [448, 512, [], \"f199\", \"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM178.117 262.104C87.429 196.287 88.353 196.121 64 177.167V152c0-13.255 10.745-24 24-24h272c13.255 0 24 10.745 24 24v25.167c-24.371 18.969-23.434 19.124-114.117 84.938-10.5 7.655-31.392 26.12-45.883 25.894-14.503.218-35.367-18.227-45.883-25.895zM384 217.775V360c0 13.255-10.745 24-24 24H88c-13.255 0-24-10.745-24-24V217.775c13.958 10.794 33.329 25.236 95.303 70.214 14.162 10.341 37.975 32.145 64.694 32.01 26.887.134 51.037-22.041 64.72-32.025 61.958-44.965 81.325-59.406 95.283-70.199z\"]\n};\nvar faEquals = {\n prefix: 'fas',\n iconName: 'equals',\n icon: [448, 512, [], \"f52c\", \"M416 304H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32zm0-192H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"]\n};\nvar faEraser = {\n prefix: 'fas',\n iconName: 'eraser',\n icon: [512, 512, [], \"f12d\", \"M497.941 273.941c18.745-18.745 18.745-49.137 0-67.882l-160-160c-18.745-18.745-49.136-18.746-67.883 0l-256 256c-18.745 18.745-18.745 49.137 0 67.882l96 96A48.004 48.004 0 0 0 144 480h356c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12H355.883l142.058-142.059zm-302.627-62.627l137.373 137.373L265.373 416H150.628l-80-80 124.686-124.686z\"]\n};\nvar faEthernet = {\n prefix: 'fas',\n iconName: 'ethernet',\n icon: [512, 512, [], \"f796\", \"M496 192h-48v-48c0-8.8-7.2-16-16-16h-48V80c0-8.8-7.2-16-16-16H144c-8.8 0-16 7.2-16 16v48H80c-8.8 0-16 7.2-16 16v48H16c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16h80V320h32v128h64V320h32v128h64V320h32v128h64V320h32v128h80c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16z\"]\n};\nvar faEuroSign = {\n prefix: 'fas',\n iconName: 'euro-sign',\n icon: [320, 512, [], \"f153\", \"M310.706 413.765c-1.314-6.63-7.835-10.872-14.424-9.369-10.692 2.439-27.422 5.413-45.426 5.413-56.763 0-101.929-34.79-121.461-85.449h113.689a12 12 0 0 0 11.708-9.369l6.373-28.36c1.686-7.502-4.019-14.631-11.708-14.631H115.22c-1.21-14.328-1.414-28.287.137-42.245H261.95a12 12 0 0 0 11.723-9.434l6.512-29.755c1.638-7.484-4.061-14.566-11.723-14.566H130.184c20.633-44.991 62.69-75.03 117.619-75.03 14.486 0 28.564 2.25 37.851 4.145 6.216 1.268 12.347-2.498 14.002-8.623l11.991-44.368c1.822-6.741-2.465-13.616-9.326-14.917C290.217 34.912 270.71 32 249.635 32 152.451 32 74.03 92.252 45.075 176H12c-6.627 0-12 5.373-12 12v29.755c0 6.627 5.373 12 12 12h21.569c-1.009 13.607-1.181 29.287-.181 42.245H12c-6.627 0-12 5.373-12 12v28.36c0 6.627 5.373 12 12 12h30.114C67.139 414.692 145.264 480 249.635 480c26.301 0 48.562-4.544 61.101-7.788 6.167-1.595 10.027-7.708 8.788-13.957l-8.818-44.49z\"]\n};\nvar faExchangeAlt = {\n prefix: 'fas',\n iconName: 'exchange-alt',\n icon: [512, 512, [], \"f362\", \"M0 168v-16c0-13.255 10.745-24 24-24h360V80c0-21.367 25.899-32.042 40.971-16.971l80 80c9.372 9.373 9.372 24.569 0 33.941l-80 80C409.956 271.982 384 261.456 384 240v-48H24c-13.255 0-24-10.745-24-24zm488 152H128v-48c0-21.314-25.862-32.08-40.971-16.971l-80 80c-9.372 9.373-9.372 24.569 0 33.941l80 80C102.057 463.997 128 453.437 128 432v-48h360c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24z\"]\n};\nvar faExclamation = {\n prefix: 'fas',\n iconName: 'exclamation',\n icon: [192, 512, [], \"f12a\", \"M176 432c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zM25.26 25.199l13.6 272C39.499 309.972 50.041 320 62.83 320h66.34c12.789 0 23.331-10.028 23.97-22.801l13.6-272C167.425 11.49 156.496 0 142.77 0H49.23C35.504 0 24.575 11.49 25.26 25.199z\"]\n};\nvar faExclamationCircle = {\n prefix: 'fas',\n iconName: 'exclamation-circle',\n icon: [512, 512, [], \"f06a\", \"M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z\"]\n};\nvar faExclamationTriangle = {\n prefix: 'fas',\n iconName: 'exclamation-triangle',\n icon: [576, 512, [], \"f071\", \"M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z\"]\n};\nvar faExpand = {\n prefix: 'fas',\n iconName: 'expand',\n icon: [448, 512, [], \"f065\", \"M0 180V56c0-13.3 10.7-24 24-24h124c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H64v84c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12zM288 44v40c0 6.6 5.4 12 12 12h84v84c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12V56c0-13.3-10.7-24-24-24H300c-6.6 0-12 5.4-12 12zm148 276h-40c-6.6 0-12 5.4-12 12v84h-84c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h124c13.3 0 24-10.7 24-24V332c0-6.6-5.4-12-12-12zM160 468v-40c0-6.6-5.4-12-12-12H64v-84c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v124c0 13.3 10.7 24 24 24h124c6.6 0 12-5.4 12-12z\"]\n};\nvar faExpandArrowsAlt = {\n prefix: 'fas',\n iconName: 'expand-arrows-alt',\n icon: [448, 512, [], \"f31e\", \"M448 344v112a23.94 23.94 0 0 1-24 24H312c-21.39 0-32.09-25.9-17-41l36.2-36.2L224 295.6 116.77 402.9 153 439c15.09 15.1 4.39 41-17 41H24a23.94 23.94 0 0 1-24-24V344c0-21.4 25.89-32.1 41-17l36.19 36.2L184.46 256 77.18 148.7 41 185c-15.1 15.1-41 4.4-41-17V56a23.94 23.94 0 0 1 24-24h112c21.39 0 32.09 25.9 17 41l-36.2 36.2L224 216.4l107.23-107.3L295 73c-15.09-15.1-4.39-41 17-41h112a23.94 23.94 0 0 1 24 24v112c0 21.4-25.89 32.1-41 17l-36.19-36.2L263.54 256l107.28 107.3L407 327.1c15.1-15.2 41-4.5 41 16.9z\"]\n};\nvar faExternalLinkAlt = {\n prefix: 'fas',\n iconName: 'external-link-alt',\n icon: [512, 512, [], \"f35d\", \"M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z\"]\n};\nvar faExternalLinkSquareAlt = {\n prefix: 'fas',\n iconName: 'external-link-square-alt',\n icon: [448, 512, [], \"f360\", \"M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zm-88 16H248.029c-21.313 0-32.08 25.861-16.971 40.971l31.984 31.987L67.515 364.485c-4.686 4.686-4.686 12.284 0 16.971l31.029 31.029c4.687 4.686 12.285 4.686 16.971 0l195.526-195.526 31.988 31.991C358.058 263.977 384 253.425 384 231.979V120c0-13.255-10.745-24-24-24z\"]\n};\nvar faEye = {\n prefix: 'fas',\n iconName: 'eye',\n icon: [576, 512, [], \"f06e\", \"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"]\n};\nvar faEyeDropper = {\n prefix: 'fas',\n iconName: 'eye-dropper',\n icon: [512, 512, [], \"f1fb\", \"M50.75 333.25c-12 12-18.75 28.28-18.75 45.26V424L0 480l32 32 56-32h45.49c16.97 0 33.25-6.74 45.25-18.74l126.64-126.62-128-128L50.75 333.25zM483.88 28.12c-37.47-37.5-98.28-37.5-135.75 0l-77.09 77.09-13.1-13.1c-9.44-9.44-24.65-9.31-33.94 0l-40.97 40.97c-9.37 9.37-9.37 24.57 0 33.94l161.94 161.94c9.44 9.44 24.65 9.31 33.94 0L419.88 288c9.37-9.37 9.37-24.57 0-33.94l-13.1-13.1 77.09-77.09c37.51-37.48 37.51-98.26.01-135.75z\"]\n};\nvar faEyeSlash = {\n prefix: 'fas',\n iconName: 'eye-slash',\n icon: [640, 512, [], \"f070\", \"M320 400c-75.85 0-137.25-58.71-142.9-133.11L72.2 185.82c-13.79 17.3-26.48 35.59-36.72 55.59a32.35 32.35 0 0 0 0 29.19C89.71 376.41 197.07 448 320 448c26.91 0 52.87-4 77.89-10.46L346 397.39a144.13 144.13 0 0 1-26 2.61zm313.82 58.1l-110.55-85.44a331.25 331.25 0 0 0 81.25-102.07 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64a308.15 308.15 0 0 0-147.32 37.7L45.46 3.37A16 16 0 0 0 23 6.18L3.37 31.45A16 16 0 0 0 6.18 53.9l588.36 454.73a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zm-183.72-142l-39.3-30.38A94.75 94.75 0 0 0 416 256a94.76 94.76 0 0 0-121.31-92.21A47.65 47.65 0 0 1 304 192a46.64 46.64 0 0 1-1.54 10l-73.61-56.89A142.31 142.31 0 0 1 320 112a143.92 143.92 0 0 1 144 144c0 21.63-5.29 41.79-13.9 60.11z\"]\n};\nvar faFan = {\n prefix: 'fas',\n iconName: 'fan',\n icon: [512, 512, [], \"f863\", \"M352.57 128c-28.09 0-54.09 4.52-77.06 12.86l12.41-123.11C289 7.31 279.81-1.18 269.33.13 189.63 10.13 128 77.64 128 159.43c0 28.09 4.52 54.09 12.86 77.06L17.75 224.08C7.31 223-1.18 232.19.13 242.67c10 79.7 77.51 141.33 159.3 141.33 28.09 0 54.09-4.52 77.06-12.86l-12.41 123.11c-1.05 10.43 8.11 18.93 18.59 17.62 79.7-10 141.33-77.51 141.33-159.3 0-28.09-4.52-54.09-12.86-77.06l123.11 12.41c10.44 1.05 18.93-8.11 17.62-18.59-10-79.7-77.51-141.33-159.3-141.33zM256 288a32 32 0 1 1 32-32 32 32 0 0 1-32 32z\"]\n};\nvar faFastBackward = {\n prefix: 'fas',\n iconName: 'fast-backward',\n icon: [512, 512, [], \"f049\", \"M0 436V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v151.9L235.5 71.4C256.1 54.3 288 68.6 288 96v131.9L459.5 71.4C480.1 54.3 512 68.6 512 96v320c0 27.4-31.9 41.7-52.5 24.6L288 285.3V416c0 27.4-31.9 41.7-52.5 24.6L64 285.3V436c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12z\"]\n};\nvar faFastForward = {\n prefix: 'fas',\n iconName: 'fast-forward',\n icon: [512, 512, [], \"f050\", \"M512 76v360c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V284.1L276.5 440.6c-20.6 17.2-52.5 2.8-52.5-24.6V284.1L52.5 440.6C31.9 457.8 0 443.4 0 416V96c0-27.4 31.9-41.7 52.5-24.6L224 226.8V96c0-27.4 31.9-41.7 52.5-24.6L448 226.8V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12z\"]\n};\nvar faFax = {\n prefix: 'fas',\n iconName: 'fax',\n icon: [512, 512, [], \"f1ac\", \"M480 160V77.25a32 32 0 0 0-9.38-22.63L425.37 9.37A32 32 0 0 0 402.75 0H160a32 32 0 0 0-32 32v448a32 32 0 0 0 32 32h320a32 32 0 0 0 32-32V192a32 32 0 0 0-32-32zM288 432a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm0-128a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm128 128a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm0-128a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm0-112H192V64h160v48a16 16 0 0 0 16 16h48zM64 128H32a32 32 0 0 0-32 32v320a32 32 0 0 0 32 32h32a32 32 0 0 0 32-32V160a32 32 0 0 0-32-32z\"]\n};\nvar faFeather = {\n prefix: 'fas',\n iconName: 'feather',\n icon: [512, 512, [], \"f52d\", \"M467.14 44.84c-62.55-62.48-161.67-64.78-252.28 25.73-78.61 78.52-60.98 60.92-85.75 85.66-60.46 60.39-70.39 150.83-63.64 211.17l178.44-178.25c6.26-6.25 16.4-6.25 22.65 0s6.25 16.38 0 22.63L7.04 471.03c-9.38 9.37-9.38 24.57 0 33.94 9.38 9.37 24.6 9.37 33.98 0l66.1-66.03C159.42 454.65 279 457.11 353.95 384h-98.19l147.57-49.14c49.99-49.93 36.38-36.18 46.31-46.86h-97.78l131.54-43.8c45.44-74.46 34.31-148.84-16.26-199.36z\"]\n};\nvar faFeatherAlt = {\n prefix: 'fas',\n iconName: 'feather-alt',\n icon: [512, 512, [], \"f56b\", \"M512 0C460.22 3.56 96.44 38.2 71.01 287.61c-3.09 26.66-4.84 53.44-5.99 80.24l178.87-178.69c6.25-6.25 16.4-6.25 22.65 0s6.25 16.38 0 22.63L7.04 471.03c-9.38 9.37-9.38 24.57 0 33.94 9.38 9.37 24.59 9.37 33.98 0l57.13-57.07c42.09-.14 84.15-2.53 125.96-7.36 53.48-5.44 97.02-26.47 132.58-56.54H255.74l146.79-48.88c11.25-14.89 21.37-30.71 30.45-47.12h-81.14l106.54-53.21C500.29 132.86 510.19 26.26 512 0z\"]\n};\nvar faFemale = {\n prefix: 'fas',\n iconName: 'female',\n icon: [256, 512, [], \"f182\", \"M128 0c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64S92.654 0 128 0m119.283 354.179l-48-192A24 24 0 0 0 176 144h-11.36c-22.711 10.443-49.59 10.894-73.28 0H80a24 24 0 0 0-23.283 18.179l-48 192C4.935 369.305 16.383 384 32 384h56v104c0 13.255 10.745 24 24 24h32c13.255 0 24-10.745 24-24V384h56c15.591 0 27.071-14.671 23.283-29.821z\"]\n};\nvar faFighterJet = {\n prefix: 'fas',\n iconName: 'fighter-jet',\n icon: [640, 512, [], \"f0fb\", \"M544 224l-128-16-48-16h-24L227.158 44h39.509C278.333 44 288 41.375 288 38s-9.667-6-21.333-6H152v12h16v164h-48l-66.667-80H18.667L8 138.667V208h8v16h48v2.666l-64 8v42.667l64 8V288H16v16H8v69.333L18.667 384h34.667L120 304h48v164h-16v12h114.667c11.667 0 21.333-2.625 21.333-6s-9.667-6-21.333-6h-39.509L344 320h24l48-16 128-16c96-21.333 96-26.583 96-32 0-5.417 0-10.667-96-32z\"]\n};\nvar faFile = {\n prefix: 'fas',\n iconName: 'file',\n icon: [384, 512, [], \"f15b\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm160-14.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileAlt = {\n prefix: 'fas',\n iconName: 'file-alt',\n icon: [384, 512, [], \"f15c\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm64 236c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12v8zm0-64c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12v8zm0-72v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm96-114.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileArchive = {\n prefix: 'fas',\n iconName: 'file-archive',\n icon: [384, 512, [], \"f1c6\", \"M377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zM128.4 336c-17.9 0-32.4 12.1-32.4 27 0 15 14.6 27 32.5 27s32.4-12.1 32.4-27-14.6-27-32.5-27zM224 136V0h-63.6v32h-32V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM95.9 32h32v32h-32zm32.3 384c-33.2 0-58-30.4-51.4-62.9L96.4 256v-32h32v-32h-32v-32h32v-32h-32V96h32V64h32v32h-32v32h32v32h-32v32h32v32h-32v32h22.1c5.7 0 10.7 4.1 11.8 9.7l17.3 87.7c6.4 32.4-18.4 62.6-51.4 62.6z\"]\n};\nvar faFileAudio = {\n prefix: 'fas',\n iconName: 'file-audio',\n icon: [384, 512, [], \"f1c7\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm-64 268c0 10.7-12.9 16-20.5 8.5L104 376H76c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h28l35.5-36.5c7.6-7.6 20.5-2.2 20.5 8.5v136zm33.2-47.6c9.1-9.3 9.1-24.1 0-33.4-22.1-22.8 12.2-56.2 34.4-33.5 27.2 27.9 27.2 72.4 0 100.4-21.8 22.3-56.9-10.4-34.4-33.5zm86-117.1c54.4 55.9 54.4 144.8 0 200.8-21.8 22.4-57-10.3-34.4-33.5 36.2-37.2 36.3-96.5 0-133.8-22.1-22.8 12.3-56.3 34.4-33.5zM384 121.9v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileCode = {\n prefix: 'fas',\n iconName: 'file-code',\n icon: [384, 512, [], \"f1c9\", \"M384 121.941V128H256V0h6.059c6.365 0 12.47 2.529 16.971 7.029l97.941 97.941A24.005 24.005 0 0 1 384 121.941zM248 160c-13.2 0-24-10.8-24-24V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160H248zM123.206 400.505a5.4 5.4 0 0 1-7.633.246l-64.866-60.812a5.4 5.4 0 0 1 0-7.879l64.866-60.812a5.4 5.4 0 0 1 7.633.246l19.579 20.885a5.4 5.4 0 0 1-.372 7.747L101.65 336l40.763 35.874a5.4 5.4 0 0 1 .372 7.747l-19.579 20.884zm51.295 50.479l-27.453-7.97a5.402 5.402 0 0 1-3.681-6.692l61.44-211.626a5.402 5.402 0 0 1 6.692-3.681l27.452 7.97a5.4 5.4 0 0 1 3.68 6.692l-61.44 211.626a5.397 5.397 0 0 1-6.69 3.681zm160.792-111.045l-64.866 60.812a5.4 5.4 0 0 1-7.633-.246l-19.58-20.885a5.4 5.4 0 0 1 .372-7.747L284.35 336l-40.763-35.874a5.4 5.4 0 0 1-.372-7.747l19.58-20.885a5.4 5.4 0 0 1 7.633-.246l64.866 60.812a5.4 5.4 0 0 1-.001 7.879z\"]\n};\nvar faFileContract = {\n prefix: 'fas',\n iconName: 'file-contract',\n icon: [384, 512, [], \"f56c\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 64c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm192.81 248H304c8.84 0 16 7.16 16 16s-7.16 16-16 16h-47.19c-16.45 0-31.27-9.14-38.64-23.86-2.95-5.92-8.09-6.52-10.17-6.52s-7.22.59-10.02 6.19l-7.67 15.34a15.986 15.986 0 0 1-14.31 8.84c-.38 0-.75-.02-1.14-.05-6.45-.45-12-4.75-14.03-10.89L144 354.59l-10.61 31.88c-5.89 17.66-22.38 29.53-41 29.53H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h12.39c4.83 0 9.11-3.08 10.64-7.66l18.19-54.64c3.3-9.81 12.44-16.41 22.78-16.41s19.48 6.59 22.77 16.41l13.88 41.64c19.77-16.19 54.05-9.7 66 14.16 2.02 4.06 5.96 6.5 10.16 6.5zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFileCsv = {\n prefix: 'fas',\n iconName: 'file-csv',\n icon: [384, 512, [], \"f6dd\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm-96 144c0 4.42-3.58 8-8 8h-8c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h8c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-8c-26.51 0-48-21.49-48-48v-32c0-26.51 21.49-48 48-48h8c4.42 0 8 3.58 8 8v16zm44.27 104H160c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h12.27c5.95 0 10.41-3.5 10.41-6.62 0-1.3-.75-2.66-2.12-3.84l-21.89-18.77c-8.47-7.22-13.33-17.48-13.33-28.14 0-21.3 19.02-38.62 42.41-38.62H200c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-12.27c-5.95 0-10.41 3.5-10.41 6.62 0 1.3.75 2.66 2.12 3.84l21.89 18.77c8.47 7.22 13.33 17.48 13.33 28.14.01 21.29-19 38.62-42.39 38.62zM256 264v20.8c0 20.27 5.7 40.17 16 56.88 10.3-16.7 16-36.61 16-56.88V264c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v20.8c0 35.48-12.88 68.89-36.28 94.09-3.02 3.25-7.27 5.11-11.72 5.11s-8.7-1.86-11.72-5.11c-23.4-25.2-36.28-58.61-36.28-94.09V264c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8zm121-159L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFileDownload = {\n prefix: 'fas',\n iconName: 'file-download',\n icon: [384, 512, [], \"f56d\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm76.45 211.36l-96.42 95.7c-6.65 6.61-17.39 6.61-24.04 0l-96.42-95.7C73.42 337.29 80.54 320 94.82 320H160v-80c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v80h65.18c14.28 0 21.4 17.29 11.27 27.36zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFileExcel = {\n prefix: 'fas',\n iconName: 'file-excel',\n icon: [384, 512, [], \"f1c3\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm60.1 106.5L224 336l60.1 93.5c5.1 8-.6 18.5-10.1 18.5h-34.9c-4.4 0-8.5-2.4-10.6-6.3C208.9 405.5 192 373 192 373c-6.4 14.8-10 20-36.6 68.8-2.1 3.9-6.1 6.3-10.5 6.3H110c-9.5 0-15.2-10.5-10.1-18.5l60.3-93.5-60.3-93.5c-5.2-8 .6-18.5 10.1-18.5h34.8c4.4 0 8.5 2.4 10.6 6.3 26.1 48.8 20 33.6 36.6 68.5 0 0 6.1-11.7 36.6-68.5 2.1-3.9 6.2-6.3 10.6-6.3H274c9.5-.1 15.2 10.4 10.1 18.4zM384 121.9v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileExport = {\n prefix: 'fas',\n iconName: 'file-export',\n icon: [576, 512, [], \"f56e\", \"M384 121.9c0-6.3-2.5-12.4-7-16.9L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128zM571 308l-95.7-96.4c-10.1-10.1-27.4-3-27.4 11.3V288h-64v64h64v65.2c0 14.3 17.3 21.4 27.4 11.3L571 332c6.6-6.6 6.6-17.4 0-24zm-379 28v-32c0-8.8 7.2-16 16-16h176V160H248c-13.2 0-24-10.8-24-24V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V352H208c-8.8 0-16-7.2-16-16z\"]\n};\nvar faFileImage = {\n prefix: 'fas',\n iconName: 'file-image',\n icon: [384, 512, [], \"f1c5\", \"M384 121.941V128H256V0h6.059a24 24 0 0 1 16.97 7.029l97.941 97.941a24.002 24.002 0 0 1 7.03 16.971zM248 160c-13.2 0-24-10.8-24-24V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160H248zm-135.455 16c26.51 0 48 21.49 48 48s-21.49 48-48 48-48-21.49-48-48 21.491-48 48-48zm208 240h-256l.485-48.485L104.545 328c4.686-4.686 11.799-4.201 16.485.485L160.545 368 264.06 264.485c4.686-4.686 12.284-4.686 16.971 0L320.545 304v112z\"]\n};\nvar faFileImport = {\n prefix: 'fas',\n iconName: 'file-import',\n icon: [512, 512, [], \"f56f\", \"M16 288c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h112v-64zm489-183L407.1 7c-4.5-4.5-10.6-7-17-7H384v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H152c-13.3 0-24 10.7-24 24v264h128v-65.2c0-14.3 17.3-21.4 27.4-11.3L379 308c6.6 6.7 6.6 17.4 0 24l-95.7 96.4c-10.1 10.1-27.4 3-27.4-11.3V352H128v136c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H376c-13.2 0-24-10.8-24-24z\"]\n};\nvar faFileInvoice = {\n prefix: 'fas',\n iconName: 'file-invoice',\n icon: [384, 512, [], \"f570\", \"M288 256H96v64h192v-64zm89-151L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 64c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm256 304c0 4.42-3.58 8-8 8h-80c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16zm0-200v96c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-96c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16z\"]\n};\nvar faFileInvoiceDollar = {\n prefix: 'fas',\n iconName: 'file-invoice-dollar',\n icon: [384, 512, [], \"f571\", \"M377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 80v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8zm144 263.88V440c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-24.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V232c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v24.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07z\"]\n};\nvar faFileMedical = {\n prefix: 'fas',\n iconName: 'file-medical',\n icon: [384, 512, [], \"f477\", \"M377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm64 160v48c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8z\"]\n};\nvar faFileMedicalAlt = {\n prefix: 'fas',\n iconName: 'file-medical-alt',\n icon: [448, 512, [], \"f478\", \"M288 136V0H88C74.7 0 64 10.7 64 24v232H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h140.9c3 0 5.8 1.7 7.2 4.4l19.9 39.8 56.8-113.7c2.9-5.9 11.4-5.9 14.3 0l34.7 69.5H352c8.8 0 16 7.2 16 16s-7.2 16-16 16h-89.9L240 275.8l-56.8 113.7c-2.9 5.9-11.4 5.9-14.3 0L134.1 320H64v168c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H312c-13.2 0-24-10.8-24-24zm153-31L343.1 7c-4.5-4.5-10.6-7-17-7H320v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFilePdf = {\n prefix: 'fas',\n iconName: 'file-pdf',\n icon: [384, 512, [], \"f1c1\", \"M181.9 256.1c-5-16-4.9-46.9-2-46.9 8.4 0 7.6 36.9 2 46.9zm-1.7 47.2c-7.7 20.2-17.3 43.3-28.4 62.7 18.3-7 39-17.2 62.9-21.9-12.7-9.6-24.9-23.4-34.5-40.8zM86.1 428.1c0 .8 13.2-5.4 34.9-40.2-6.7 6.3-29.1 24.5-34.9 40.2zM248 160h136v328c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V24C0 10.7 10.7 0 24 0h200v136c0 13.2 10.8 24 24 24zm-8 171.8c-20-12.2-33.3-29-42.7-53.8 4.5-18.5 11.6-46.6 6.2-64.2-4.7-29.4-42.4-26.5-47.8-6.8-5 18.3-.4 44.1 8.1 77-11.6 27.6-28.7 64.6-40.8 85.8-.1 0-.1.1-.2.1-27.1 13.9-73.6 44.5-54.5 68 5.6 6.9 16 10 21.5 10 17.9 0 35.7-18 61.1-61.8 25.8-8.5 54.1-19.1 79-23.2 21.7 11.8 47.1 19.5 64 19.5 29.2 0 31.2-32 19.7-43.4-13.9-13.6-54.3-9.7-73.6-7.2zM377 105L279 7c-4.5-4.5-10.6-7-17-7h-6v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-74.1 255.3c4.1-2.7-2.5-11.9-42.8-9 37.1 15.8 42.8 9 42.8 9z\"]\n};\nvar faFilePowerpoint = {\n prefix: 'fas',\n iconName: 'file-powerpoint',\n icon: [384, 512, [], \"f1c4\", \"M193.7 271.2c8.8 0 15.5 2.7 20.3 8.1 9.6 10.9 9.8 32.7-.2 44.1-4.9 5.6-11.9 8.5-21.1 8.5h-26.9v-60.7h27.9zM377 105L279 7c-4.5-4.5-10.6-7-17-7h-6v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm53 165.2c0 90.3-88.8 77.6-111.1 77.6V436c0 6.6-5.4 12-12 12h-30.8c-6.6 0-12-5.4-12-12V236.2c0-6.6 5.4-12 12-12h81c44.5 0 72.9 32.8 72.9 77z\"]\n};\nvar faFilePrescription = {\n prefix: 'fas',\n iconName: 'file-prescription',\n icon: [384, 512, [], \"f572\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm68.53 179.48l11.31 11.31c6.25 6.25 6.25 16.38 0 22.63l-29.9 29.9L304 409.38c6.25 6.25 6.25 16.38 0 22.63l-11.31 11.31c-6.25 6.25-16.38 6.25-22.63 0L240 413.25l-30.06 30.06c-6.25 6.25-16.38 6.25-22.63 0L176 432c-6.25-6.25-6.25-16.38 0-22.63l30.06-30.06L146.74 320H128v48c0 8.84-7.16 16-16 16H96c-8.84 0-16-7.16-16-16V208c0-8.84 7.16-16 16-16h80c35.35 0 64 28.65 64 64 0 24.22-13.62 45.05-33.46 55.92L240 345.38l29.9-29.9c6.25-6.25 16.38-6.25 22.63 0zM176 272h-48v-32h48c8.82 0 16 7.18 16 16s-7.18 16-16 16zm208-150.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileSignature = {\n prefix: 'fas',\n iconName: 'file-signature',\n icon: [576, 512, [], \"f573\", \"M218.17 424.14c-2.95-5.92-8.09-6.52-10.17-6.52s-7.22.59-10.02 6.19l-7.67 15.34c-6.37 12.78-25.03 11.37-29.48-2.09L144 386.59l-10.61 31.88c-5.89 17.66-22.38 29.53-41 29.53H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h12.39c4.83 0 9.11-3.08 10.64-7.66l18.19-54.64c3.3-9.81 12.44-16.41 22.78-16.41s19.48 6.59 22.77 16.41l13.88 41.64c19.75-16.19 54.06-9.7 66 14.16 1.89 3.78 5.49 5.95 9.36 6.26v-82.12l128-127.09V160H248c-13.2 0-24-10.8-24-24V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24v-40l-128-.11c-16.12-.31-30.58-9.28-37.83-23.75zM384 121.9c0-6.3-2.5-12.4-7-16.9L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1zm-96 225.06V416h68.99l161.68-162.78-67.88-67.88L288 346.96zm280.54-179.63l-31.87-31.87c-9.94-9.94-26.07-9.94-36.01 0l-27.25 27.25 67.88 67.88 27.25-27.25c9.95-9.94 9.95-26.07 0-36.01z\"]\n};\nvar faFileUpload = {\n prefix: 'fas',\n iconName: 'file-upload',\n icon: [384, 512, [], \"f574\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm65.18 216.01H224v80c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-80H94.82c-14.28 0-21.41-17.29-11.27-27.36l96.42-95.7c6.65-6.61 17.39-6.61 24.04 0l96.42 95.7c10.15 10.07 3.03 27.36-11.25 27.36zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFileVideo = {\n prefix: 'fas',\n iconName: 'file-video',\n icon: [384, 512, [], \"f1c8\", \"M384 121.941V128H256V0h6.059c6.365 0 12.47 2.529 16.971 7.029l97.941 97.941A24.005 24.005 0 0 1 384 121.941zM224 136V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160H248c-13.2 0-24-10.8-24-24zm96 144.016v111.963c0 21.445-25.943 31.998-40.971 16.971L224 353.941V392c0 13.255-10.745 24-24 24H88c-13.255 0-24-10.745-24-24V280c0-13.255 10.745-24 24-24h112c13.255 0 24 10.745 24 24v38.059l55.029-55.013c15.011-15.01 40.971-4.491 40.971 16.97z\"]\n};\nvar faFileWord = {\n prefix: 'fas',\n iconName: 'file-word',\n icon: [384, 512, [], \"f1c2\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm57.1 120H305c7.7 0 13.4 7.1 11.7 14.7l-38 168c-1.2 5.5-6.1 9.3-11.7 9.3h-38c-5.5 0-10.3-3.8-11.6-9.1-25.8-103.5-20.8-81.2-25.6-110.5h-.5c-1.1 14.3-2.4 17.4-25.6 110.5-1.3 5.3-6.1 9.1-11.6 9.1H117c-5.6 0-10.5-3.9-11.7-9.4l-37.8-168c-1.7-7.5 4-14.6 11.7-14.6h24.5c5.7 0 10.7 4 11.8 9.7 15.6 78 20.1 109.5 21 122.2 1.6-10.2 7.3-32.7 29.4-122.7 1.3-5.4 6.1-9.1 11.7-9.1h29.1c5.6 0 10.4 3.8 11.7 9.2 24 100.4 28.8 124 29.6 129.4-.2-11.2-2.6-17.8 21.6-129.2 1-5.6 5.9-9.5 11.5-9.5zM384 121.9v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFill = {\n prefix: 'fas',\n iconName: 'fill',\n icon: [512, 512, [], \"f575\", \"M502.63 217.06L294.94 9.37C288.69 3.12 280.5 0 272.31 0s-16.38 3.12-22.62 9.37l-81.58 81.58L81.93 4.77c-6.24-6.25-16.38-6.25-22.62 0L36.69 27.38c-6.24 6.25-6.24 16.38 0 22.63l86.19 86.18-94.76 94.76c-37.49 37.49-37.49 98.26 0 135.75l117.19 117.19c18.75 18.74 43.31 28.12 67.87 28.12 24.57 0 49.13-9.37 67.88-28.12l221.57-221.57c12.49-12.5 12.49-32.76 0-45.26zm-116.22 70.97H65.93c1.36-3.84 3.57-7.98 7.43-11.83l13.15-13.15 81.61-81.61 58.61 58.6c12.49 12.49 32.75 12.49 45.24 0 12.49-12.49 12.49-32.75 0-45.24l-58.61-58.6 58.95-58.95 162.45 162.44-48.35 48.34z\"]\n};\nvar faFillDrip = {\n prefix: 'fas',\n iconName: 'fill-drip',\n icon: [576, 512, [], \"f576\", \"M512 320s-64 92.65-64 128c0 35.35 28.66 64 64 64s64-28.65 64-64-64-128-64-128zm-9.37-102.94L294.94 9.37C288.69 3.12 280.5 0 272.31 0s-16.38 3.12-22.62 9.37l-81.58 81.58L81.93 4.76c-6.25-6.25-16.38-6.25-22.62 0L36.69 27.38c-6.24 6.25-6.24 16.38 0 22.62l86.19 86.18-94.76 94.76c-37.49 37.48-37.49 98.26 0 135.75l117.19 117.19c18.74 18.74 43.31 28.12 67.87 28.12 24.57 0 49.13-9.37 67.87-28.12l221.57-221.57c12.5-12.5 12.5-32.75.01-45.25zm-116.22 70.97H65.93c1.36-3.84 3.57-7.98 7.43-11.83l13.15-13.15 81.61-81.61 58.6 58.6c12.49 12.49 32.75 12.49 45.24 0s12.49-32.75 0-45.24l-58.6-58.6 58.95-58.95 162.44 162.44-48.34 48.34z\"]\n};\nvar faFilm = {\n prefix: 'fas',\n iconName: 'film',\n icon: [512, 512, [], \"f008\", \"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"]\n};\nvar faFilter = {\n prefix: 'fas',\n iconName: 'filter',\n icon: [512, 512, [], \"f0b0\", \"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"]\n};\nvar faFingerprint = {\n prefix: 'fas',\n iconName: 'fingerprint',\n icon: [512, 512, [], \"f577\", \"M256.12 245.96c-13.25 0-24 10.74-24 24 1.14 72.25-8.14 141.9-27.7 211.55-2.73 9.72 2.15 30.49 23.12 30.49 10.48 0 20.11-6.92 23.09-17.52 13.53-47.91 31.04-125.41 29.48-224.52.01-13.25-10.73-24-23.99-24zm-.86-81.73C194 164.16 151.25 211.3 152.1 265.32c.75 47.94-3.75 95.91-13.37 142.55-2.69 12.98 5.67 25.69 18.64 28.36 13.05 2.67 25.67-5.66 28.36-18.64 10.34-50.09 15.17-101.58 14.37-153.02-.41-25.95 19.92-52.49 54.45-52.34 31.31.47 57.15 25.34 57.62 55.47.77 48.05-2.81 96.33-10.61 143.55-2.17 13.06 6.69 25.42 19.76 27.58 19.97 3.33 26.81-15.1 27.58-19.77 8.28-50.03 12.06-101.21 11.27-152.11-.88-55.8-47.94-101.88-104.91-102.72zm-110.69-19.78c-10.3-8.34-25.37-6.8-33.76 3.48-25.62 31.5-39.39 71.28-38.75 112 .59 37.58-2.47 75.27-9.11 112.05-2.34 13.05 6.31 25.53 19.36 27.89 20.11 3.5 27.07-14.81 27.89-19.36 7.19-39.84 10.5-80.66 9.86-121.33-.47-29.88 9.2-57.88 28-80.97 8.35-10.28 6.79-25.39-3.49-33.76zm109.47-62.33c-15.41-.41-30.87 1.44-45.78 4.97-12.89 3.06-20.87 15.98-17.83 28.89 3.06 12.89 16 20.83 28.89 17.83 11.05-2.61 22.47-3.77 34-3.69 75.43 1.13 137.73 61.5 138.88 134.58.59 37.88-1.28 76.11-5.58 113.63-1.5 13.17 7.95 25.08 21.11 26.58 16.72 1.95 25.51-11.88 26.58-21.11a929.06 929.06 0 0 0 5.89-119.85c-1.56-98.75-85.07-180.33-186.16-181.83zm252.07 121.45c-2.86-12.92-15.51-21.2-28.61-18.27-12.94 2.86-21.12 15.66-18.26 28.61 4.71 21.41 4.91 37.41 4.7 61.6-.11 13.27 10.55 24.09 23.8 24.2h.2c13.17 0 23.89-10.61 24-23.8.18-22.18.4-44.11-5.83-72.34zm-40.12-90.72C417.29 43.46 337.6 1.29 252.81.02 183.02-.82 118.47 24.91 70.46 72.94 24.09 119.37-.9 181.04.14 246.65l-.12 21.47c-.39 13.25 10.03 24.31 23.28 24.69.23.02.48.02.72.02 12.92 0 23.59-10.3 23.97-23.3l.16-23.64c-.83-52.5 19.16-101.86 56.28-139 38.76-38.8 91.34-59.67 147.68-58.86 69.45 1.03 134.73 35.56 174.62 92.39 7.61 10.86 22.56 13.45 33.42 5.86 10.84-7.62 13.46-22.59 5.84-33.43z\"]\n};\nvar faFire = {\n prefix: 'fas',\n iconName: 'fire',\n icon: [384, 512, [], \"f06d\", \"M216 23.86c0-23.8-30.65-32.77-44.15-13.04C48 191.85 224 200 224 288c0 35.63-29.11 64.46-64.85 63.99-35.17-.45-63.15-29.77-63.15-64.94v-85.51c0-21.7-26.47-32.23-41.43-16.5C27.8 213.16 0 261.33 0 320c0 105.87 86.13 192 192 192s192-86.13 192-192c0-170.29-168-193-168-296.14z\"]\n};\nvar faFireAlt = {\n prefix: 'fas',\n iconName: 'fire-alt',\n icon: [448, 512, [], \"f7e4\", \"M323.56 51.2c-20.8 19.3-39.58 39.59-56.22 59.97C240.08 73.62 206.28 35.53 168 0 69.74 91.17 0 209.96 0 281.6 0 408.85 100.29 512 224 512s224-103.15 224-230.4c0-53.27-51.98-163.14-124.44-230.4zm-19.47 340.65C282.43 407.01 255.72 416 226.86 416 154.71 416 96 368.26 96 290.75c0-38.61 24.31-72.63 72.79-130.75 6.93 7.98 98.83 125.34 98.83 125.34l58.63-66.88c4.14 6.85 7.91 13.55 11.27 19.97 27.35 52.19 15.81 118.97-33.43 153.42z\"]\n};\nvar faFireExtinguisher = {\n prefix: 'fas',\n iconName: 'fire-extinguisher',\n icon: [448, 512, [], \"f134\", \"M434.027 26.329l-168 28C254.693 56.218 256 67.8 256 72h-58.332C208.353 36.108 181.446 0 144 0c-39.435 0-66.368 39.676-52.228 76.203-52.039 13.051-75.381 54.213-90.049 90.884-4.923 12.307 1.063 26.274 13.37 31.197 12.317 4.926 26.279-1.075 31.196-13.37C75.058 112.99 106.964 120 168 120v27.076c-41.543 10.862-72 49.235-72 94.129V488c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24V240c0-44.731-30.596-82.312-72-92.97V120h40c0 2.974-1.703 15.716 10.027 17.671l168 28C441.342 166.89 448 161.25 448 153.834V38.166c0-7.416-6.658-13.056-13.973-11.837zM144 72c-8.822 0-16-7.178-16-16s7.178-16 16-16 16 7.178 16 16-7.178 16-16 16z\"]\n};\nvar faFirstAid = {\n prefix: 'fas',\n iconName: 'first-aid',\n icon: [576, 512, [], \"f479\", \"M0 80v352c0 26.5 21.5 48 48 48h48V32H48C21.5 32 0 53.5 0 80zm128 400h320V32H128v448zm64-248c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48zM528 32h-48v448h48c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"]\n};\nvar faFish = {\n prefix: 'fas',\n iconName: 'fish',\n icon: [576, 512, [], \"f578\", \"M327.1 96c-89.97 0-168.54 54.77-212.27 101.63L27.5 131.58c-12.13-9.18-30.24.6-27.14 14.66L24.54 256 .35 365.77c-3.1 14.06 15.01 23.83 27.14 14.66l87.33-66.05C158.55 361.23 237.13 416 327.1 416 464.56 416 576 288 576 256S464.56 96 327.1 96zm87.43 184c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24 13.26 0 24 10.74 24 24 0 13.25-10.75 24-24 24z\"]\n};\nvar faFistRaised = {\n prefix: 'fas',\n iconName: 'fist-raised',\n icon: [384, 512, [], \"f6de\", \"M255.98 160V16c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v146.93c5.02-1.78 10.34-2.93 15.97-2.93h48.03zm128 95.99c-.01-35.34-28.66-63.99-63.99-63.99H207.85c-8.78 0-15.9 7.07-15.9 15.85v.56c0 26.27 21.3 47.59 47.57 47.59h35.26c9.68 0 13.2 3.58 13.2 8v16.2c0 4.29-3.59 7.78-7.88 8-44.52 2.28-64.16 24.71-96.05 72.55l-6.31 9.47a7.994 7.994 0 0 1-11.09 2.22l-13.31-8.88a7.994 7.994 0 0 1-2.22-11.09l6.31-9.47c15.73-23.6 30.2-43.26 47.31-58.08-17.27-5.51-31.4-18.12-38.87-34.45-6.59 3.41-13.96 5.52-21.87 5.52h-32c-12.34 0-23.49-4.81-32-12.48C71.48 251.19 60.33 256 48 256H16c-5.64 0-10.97-1.15-16-2.95v77.93c0 33.95 13.48 66.5 37.49 90.51L63.99 448v64h255.98v-63.96l35.91-35.92A96.035 96.035 0 0 0 384 344.21l-.02-88.22zm-32.01-90.09V48c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v112h32c11.28 0 21.94 2.31 32 5.9zM16 224h32c8.84 0 16-7.16 16-16V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v128c0 8.84 7.16 16 16 16zm95.99 0h32c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v160c0 8.84 7.16 16 16 16z\"]\n};\nvar faFlag = {\n prefix: 'fas',\n iconName: 'flag',\n icon: [512, 512, [], \"f024\", \"M349.565 98.783C295.978 98.783 251.721 64 184.348 64c-24.955 0-47.309 4.384-68.045 12.013a55.947 55.947 0 0 0 3.586-23.562C118.117 24.015 94.806 1.206 66.338.048 34.345-1.254 8 24.296 8 56c0 19.026 9.497 35.825 24 45.945V488c0 13.255 10.745 24 24 24h16c13.255 0 24-10.745 24-24v-94.4c28.311-12.064 63.582-22.122 114.435-22.122 53.588 0 97.844 34.783 165.217 34.783 48.169 0 86.667-16.294 122.505-40.858C506.84 359.452 512 349.571 512 339.045v-243.1c0-23.393-24.269-38.87-45.485-29.016-34.338 15.948-76.454 31.854-116.95 31.854z\"]\n};\nvar faFlagCheckered = {\n prefix: 'fas',\n iconName: 'flag-checkered',\n icon: [512, 512, [], \"f11e\", \"M243.2 189.9V258c26.1 5.9 49.3 15.6 73.6 22.3v-68.2c-26-5.8-49.4-15.5-73.6-22.2zm223.3-123c-34.3 15.9-76.5 31.9-117 31.9C296 98.8 251.7 64 184.3 64c-25 0-47.3 4.4-68 12 2.8-7.3 4.1-15.2 3.6-23.6C118.1 24 94.8 1.2 66.3 0 34.3-1.3 8 24.3 8 56c0 19 9.5 35.8 24 45.9V488c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24v-94.4c28.3-12.1 63.6-22.1 114.4-22.1 53.6 0 97.8 34.8 165.2 34.8 48.2 0 86.7-16.3 122.5-40.9 8.7-6 13.8-15.8 13.8-26.4V95.9c.1-23.3-24.2-38.8-45.4-29zM169.6 325.5c-25.8 2.7-50 8.2-73.6 16.6v-70.5c26.2-9.3 47.5-15 73.6-17.4zM464 191c-23.6 9.8-46.3 19.5-73.6 23.9V286c24.8-3.4 51.4-11.8 73.6-26v70.5c-25.1 16.1-48.5 24.7-73.6 27.1V286c-27 3.7-47.9 1.5-73.6-5.6v67.4c-23.9-7.4-47.3-16.7-73.6-21.3V258c-19.7-4.4-40.8-6.8-73.6-3.8v-70c-22.4 3.1-44.6 10.2-73.6 20.9v-70.5c33.2-12.2 50.1-19.8 73.6-22v71.6c27-3.7 48.4-1.3 73.6 5.7v-67.4c23.7 7.4 47.2 16.7 73.6 21.3v68.4c23.7 5.3 47.6 6.9 73.6 2.7V143c27-4.8 52.3-13.6 73.6-22.5z\"]\n};\nvar faFlagUsa = {\n prefix: 'fas',\n iconName: 'flag-usa',\n icon: [512, 512, [], \"f74d\", \"M32 0C14.3 0 0 14.3 0 32v464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V32C64 14.3 49.7 0 32 0zm267.9 303.6c-57.2-15.1-111.7-28.8-203.9 11.1V384c185.7-92.2 221.7 53.3 397.5-23.1 11.4-5 18.5-16.5 18.5-28.8v-36c-43.6 17.3-80.2 24.1-112.1 24.1-37.4-.1-68.9-8.4-100-16.6zm0-96c-57.2-15.1-111.7-28.8-203.9 11.1v61.5c94.8-37.6 154.6-22.7 212.1-7.6 57.2 15.1 111.7 28.8 203.9-11.1V200c-43.6 17.3-80.2 24.1-112.1 24.1-37.4 0-68.9-8.3-100-16.5zm9.5-125.9c51.8 15.6 97.4 29 202.6-20.1V30.8c0-25.1-26.8-38.1-49.4-26.6C291.3 91.5 305.4-62.2 96 32.4v151.9c94.8-37.5 154.6-22.7 212.1-7.6 57.2 15 111.7 28.7 203.9-11.1V96.7c-53.6 23.5-93.3 31.4-126.1 31.4s-59-7.8-85.7-15.9c-4-1.2-8.1-2.4-12.1-3.5V75.5c7.2 2 14.3 4.1 21.3 6.2zM160 128.1c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16-7.2 16-16 16zm0-55.8c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16c0 8.8-7.2 16-16 16zm64 47.9c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16c0 8.8-7.2 16-16 16zm0-55.9c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16c0 8.8-7.2 16-16 16z\"]\n};\nvar faFlask = {\n prefix: 'fas',\n iconName: 'flask',\n icon: [448, 512, [], \"f0c3\", \"M437.2 403.5L320 215V64h8c13.3 0 24-10.7 24-24V24c0-13.3-10.7-24-24-24H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h8v151L10.8 403.5C-18.5 450.6 15.3 512 70.9 512h306.2c55.7 0 89.4-61.5 60.1-108.5zM137.9 320l48.2-77.6c3.7-5.2 5.8-11.6 5.8-18.4V64h64v160c0 6.9 2.2 13.2 5.8 18.4l48.2 77.6h-172z\"]\n};\nvar faFlushed = {\n prefix: 'fas',\n iconName: 'flushed',\n icon: [496, 512, [], \"f579\", \"M344 200c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm-192 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM80 224c0-39.8 32.2-72 72-72s72 32.2 72 72-32.2 72-72 72-72-32.2-72-72zm232 176H184c-21.2 0-21.2-32 0-32h128c21.2 0 21.2 32 0 32zm32-104c-39.8 0-72-32.2-72-72s32.2-72 72-72 72 32.2 72 72-32.2 72-72 72z\"]\n};\nvar faFolder = {\n prefix: 'fas',\n iconName: 'folder',\n icon: [512, 512, [], \"f07b\", \"M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48z\"]\n};\nvar faFolderMinus = {\n prefix: 'fas',\n iconName: 'folder-minus',\n icon: [512, 512, [], \"f65d\", \"M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48zm-96 168c0 8.84-7.16 16-16 16H160c-8.84 0-16-7.16-16-16v-16c0-8.84 7.16-16 16-16h192c8.84 0 16 7.16 16 16v16z\"]\n};\nvar faFolderOpen = {\n prefix: 'fas',\n iconName: 'folder-open',\n icon: [576, 512, [], \"f07c\", \"M572.694 292.093L500.27 416.248A63.997 63.997 0 0 1 444.989 448H45.025c-18.523 0-30.064-20.093-20.731-36.093l72.424-124.155A64 64 0 0 1 152 256h399.964c18.523 0 30.064 20.093 20.73 36.093zM152 224h328v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v278.046l69.077-118.418C86.214 242.25 117.989 224 152 224z\"]\n};\nvar faFolderPlus = {\n prefix: 'fas',\n iconName: 'folder-plus',\n icon: [512, 512, [], \"f65e\", \"M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48zm-96 168c0 8.84-7.16 16-16 16h-72v72c0 8.84-7.16 16-16 16h-16c-8.84 0-16-7.16-16-16v-72h-72c-8.84 0-16-7.16-16-16v-16c0-8.84 7.16-16 16-16h72v-72c0-8.84 7.16-16 16-16h16c8.84 0 16 7.16 16 16v72h72c8.84 0 16 7.16 16 16v16z\"]\n};\nvar faFont = {\n prefix: 'fas',\n iconName: 'font',\n icon: [448, 512, [], \"f031\", \"M432 416h-23.41L277.88 53.69A32 32 0 0 0 247.58 32h-47.16a32 32 0 0 0-30.3 21.69L39.41 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-19.58l23.3-64h152.56l23.3 64H304a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM176.85 272L224 142.51 271.15 272z\"]\n};\nvar faFontAwesomeLogoFull = {\n prefix: 'fas',\n iconName: 'font-awesome-logo-full',\n icon: [3992, 512, [\"Font Awesome\"], \"f4e6\", \"M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z\"]\n};\nvar faFootballBall = {\n prefix: 'fas',\n iconName: 'football-ball',\n icon: [496, 512, [], \"f44e\", \"M481.5 60.3c-4.8-18.2-19.1-32.5-37.3-37.4C420.3 16.5 383 8.9 339.4 8L496 164.8c-.8-43.5-8.2-80.6-14.5-104.5zm-467 391.4c4.8 18.2 19.1 32.5 37.3 37.4 23.9 6.4 61.2 14 104.8 14.9L0 347.2c.8 43.5 8.2 80.6 14.5 104.5zM4.2 283.4L220.4 500c132.5-19.4 248.8-118.7 271.5-271.4L275.6 12C143.1 31.4 26.8 130.7 4.2 283.4zm317.3-123.6c3.1-3.1 8.2-3.1 11.3 0l11.3 11.3c3.1 3.1 3.1 8.2 0 11.3l-28.3 28.3 28.3 28.3c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-28.3-28.3-22.6 22.7 28.3 28.3c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0L248 278.6l-22.6 22.6 28.3 28.3c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-28.3-28.3-28.3 28.3c-3.1 3.1-8.2 3.1-11.3 0l-11.3-11.3c-3.1-3.1-3.1-8.2 0-11.3l28.3-28.3-28.3-28.2c-3.1-3.1-3.1-8.2 0-11.3l11.3-11.3c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3 22.6-22.6-28.3-28.3c-3.1-3.1-3.1-8.2 0-11.3l11.3-11.3c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3 22.6-22.6-28.3-28.3c-3.1-3.1-3.1-8.2 0-11.3l11.3-11.3c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3 28.3-28.5z\"]\n};\nvar faForward = {\n prefix: 'fas',\n iconName: 'forward',\n icon: [512, 512, [], \"f04e\", \"M500.5 231.4l-192-160C287.9 54.3 256 68.6 256 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160c15.3-12.8 15.3-36.4 0-49.2zm-256 0l-192-160C31.9 54.3 0 68.6 0 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160c15.3-12.8 15.3-36.4 0-49.2z\"]\n};\nvar faFrog = {\n prefix: 'fas',\n iconName: 'frog',\n icon: [576, 512, [], \"f52e\", \"M446.53 97.43C439.67 60.23 407.19 32 368 32c-39.23 0-71.72 28.29-78.54 65.54C126.75 112.96-.5 250.12 0 416.98.11 451.9 29.08 480 64 480h304c8.84 0 16-7.16 16-16 0-17.67-14.33-32-32-32h-79.49l35.8-48.33c24.14-36.23 10.35-88.28-33.71-106.6-23.89-9.93-51.55-4.65-72.24 10.88l-32.76 24.59c-7.06 5.31-17.09 3.91-22.41-3.19-5.3-7.08-3.88-17.11 3.19-22.41l34.78-26.09c36.84-27.66 88.28-27.62 125.13 0 10.87 8.15 45.87 39.06 40.8 93.21L469.62 480H560c8.84 0 16-7.16 16-16 0-17.67-14.33-32-32-32h-53.63l-98.52-104.68 154.44-86.65A58.16 58.16 0 0 0 576 189.94c0-21.4-11.72-40.95-30.48-51.23-40.56-22.22-98.99-41.28-98.99-41.28zM368 136c-13.26 0-24-10.75-24-24 0-13.26 10.74-24 24-24 13.25 0 24 10.74 24 24 0 13.25-10.75 24-24 24z\"]\n};\nvar faFrown = {\n prefix: 'fas',\n iconName: 'frown',\n icon: [496, 512, [], \"f119\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm170.2 218.2C315.8 367.4 282.9 352 248 352s-67.8 15.4-90.2 42.2c-13.5 16.3-38.1-4.2-24.6-20.5C161.7 339.6 203.6 320 248 320s86.3 19.6 114.7 53.8c13.6 16.2-11 36.7-24.5 20.4z\"]\n};\nvar faFrownOpen = {\n prefix: 'fas',\n iconName: 'frown-open',\n icon: [496, 512, [], \"f57a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 208c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm187.3 183.3c-31.2-9.6-59.4-15.3-75.3-15.3s-44.1 5.7-75.3 15.3c-11.5 3.5-22.5-6.3-20.5-18.1 7-40 60.1-61.2 95.8-61.2s88.8 21.3 95.8 61.2c2 11.9-9.1 21.6-20.5 18.1zM328 240c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faFunnelDollar = {\n prefix: 'fas',\n iconName: 'funnel-dollar',\n icon: [640, 512, [], \"f662\", \"M433.46 165.94l101.2-111.87C554.61 34.12 540.48 0 512.26 0H31.74C3.52 0-10.61 34.12 9.34 54.07L192 256v155.92c0 12.59 5.93 24.44 16 32l79.99 60c20.86 15.64 48.47 6.97 59.22-13.57C310.8 455.38 288 406.35 288 352c0-89.79 62.05-165.17 145.46-186.06zM480 192c-88.37 0-160 71.63-160 160s71.63 160 160 160 160-71.63 160-160-71.63-160-160-160zm16 239.88V448c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V256c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.04 44.44-42.67 45.07z\"]\n};\nvar faFutbol = {\n prefix: 'fas',\n iconName: 'futbol',\n icon: [512, 512, [], \"f1e3\", \"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zm-48 0l-.003-.282-26.064 22.741-62.679-58.5 16.454-84.355 34.303 3.072c-24.889-34.216-60.004-60.089-100.709-73.141l13.651 31.939L256 139l-74.953-41.525 13.651-31.939c-40.631 13.028-75.78 38.87-100.709 73.141l34.565-3.073 16.192 84.355-62.678 58.5-26.064-22.741-.003.282c0 43.015 13.497 83.952 38.472 117.991l7.704-33.897 85.138 10.447 36.301 77.826-29.902 17.786c40.202 13.122 84.29 13.148 124.572 0l-29.902-17.786 36.301-77.826 85.138-10.447 7.704 33.897C442.503 339.952 456 299.015 456 256zm-248.102 69.571l-29.894-91.312L256 177.732l77.996 56.527-29.622 91.312h-96.476z\"]\n};\nvar faGamepad = {\n prefix: 'fas',\n iconName: 'gamepad',\n icon: [640, 512, [], \"f11b\", \"M480.07 96H160a160 160 0 1 0 114.24 272h91.52A160 160 0 1 0 480.07 96zM248 268a12 12 0 0 1-12 12h-52v52a12 12 0 0 1-12 12h-24a12 12 0 0 1-12-12v-52H84a12 12 0 0 1-12-12v-24a12 12 0 0 1 12-12h52v-52a12 12 0 0 1 12-12h24a12 12 0 0 1 12 12v52h52a12 12 0 0 1 12 12zm216 76a40 40 0 1 1 40-40 40 40 0 0 1-40 40zm64-96a40 40 0 1 1 40-40 40 40 0 0 1-40 40z\"]\n};\nvar faGasPump = {\n prefix: 'fas',\n iconName: 'gas-pump',\n icon: [512, 512, [], \"f52f\", \"M336 448H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm157.2-340.7l-81-81c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-6.2 6.2-6.2 16.4 0 22.6L416 97.9V160c0 28.1 20.9 51.3 48 55.2V376c0 13.2-10.8 24-24 24s-24-10.8-24-24v-32c0-48.6-39.4-88-88-88h-8V64c0-35.3-28.7-64-64-64H96C60.7 0 32 28.7 32 64v352h288V304h8c22.1 0 40 17.9 40 40v27.8c0 37.7 27 72 64.5 75.9 43 4.3 79.5-29.5 79.5-71.7V152.6c0-17-6.8-33.3-18.8-45.3zM256 192H96V64h160v128z\"]\n};\nvar faGavel = {\n prefix: 'fas',\n iconName: 'gavel',\n icon: [512, 512, [], \"f0e3\", \"M504.971 199.362l-22.627-22.627c-9.373-9.373-24.569-9.373-33.941 0l-5.657 5.657L329.608 69.255l5.657-5.657c9.373-9.373 9.373-24.569 0-33.941L312.638 7.029c-9.373-9.373-24.569-9.373-33.941 0L154.246 131.48c-9.373 9.373-9.373 24.569 0 33.941l22.627 22.627c9.373 9.373 24.569 9.373 33.941 0l5.657-5.657 39.598 39.598-81.04 81.04-5.657-5.657c-12.497-12.497-32.758-12.497-45.255 0L9.373 412.118c-12.497 12.497-12.497 32.758 0 45.255l45.255 45.255c12.497 12.497 32.758 12.497 45.255 0l114.745-114.745c12.497-12.497 12.497-32.758 0-45.255l-5.657-5.657 81.04-81.04 39.598 39.598-5.657 5.657c-9.373 9.373-9.373 24.569 0 33.941l22.627 22.627c9.373 9.373 24.569 9.373 33.941 0l124.451-124.451c9.372-9.372 9.372-24.568 0-33.941z\"]\n};\nvar faGem = {\n prefix: 'fas',\n iconName: 'gem',\n icon: [576, 512, [], \"f3a5\", \"M485.5 0L576 160H474.9L405.7 0h79.8zm-128 0l69.2 160H149.3L218.5 0h139zm-267 0h79.8l-69.2 160H0L90.5 0zM0 192h100.7l123 251.7c1.5 3.1-2.7 5.9-5 3.3L0 192zm148.2 0h279.6l-137 318.2c-1 2.4-4.5 2.4-5.5 0L148.2 192zm204.1 251.7l123-251.7H576L357.3 446.9c-2.3 2.7-6.5-.1-5-3.2z\"]\n};\nvar faGenderless = {\n prefix: 'fas',\n iconName: 'genderless',\n icon: [288, 512, [], \"f22d\", \"M144 176c44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80 35.9-80 80-80m0-64C64.5 112 0 176.5 0 256s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144z\"]\n};\nvar faGhost = {\n prefix: 'fas',\n iconName: 'ghost',\n icon: [384, 512, [], \"f6e2\", \"M186.1.09C81.01 3.24 0 94.92 0 200.05v263.92c0 14.26 17.23 21.39 27.31 11.31l24.92-18.53c6.66-4.95 16-3.99 21.51 2.21l42.95 48.35c6.25 6.25 16.38 6.25 22.63 0l40.72-45.85c6.37-7.17 17.56-7.17 23.92 0l40.72 45.85c6.25 6.25 16.38 6.25 22.63 0l42.95-48.35c5.51-6.2 14.85-7.17 21.51-2.21l24.92 18.53c10.08 10.08 27.31 2.94 27.31-11.31V192C384 84 294.83-3.17 186.1.09zM128 224c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm128 0c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faGift = {\n prefix: 'fas',\n iconName: 'gift',\n icon: [512, 512, [], \"f06b\", \"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"]\n};\nvar faGifts = {\n prefix: 'fas',\n iconName: 'gifts',\n icon: [640, 512, [], \"f79c\", \"M240.6 194.1c1.9-30.8 17.3-61.2 44-79.8C279.4 103.5 268.7 96 256 96h-29.4l30.7-22c7.2-5.1 8.9-15.1 3.7-22.3l-9.3-13c-5.1-7.2-15.1-8.9-22.3-3.7l-32 22.9 11.5-30.6c3.1-8.3-1.1-17.5-9.4-20.6l-15-5.6c-8.3-3.1-17.5 1.1-20.6 9.4l-19.9 53-19.9-53.1C121 2.1 111.8-2.1 103.5 1l-15 5.6C80.2 9.7 76 19 79.2 27.2l11.5 30.6L58.6 35c-7.2-5.1-17.2-3.5-22.3 3.7l-9.3 13c-5.1 7.2-3.5 17.2 3.7 22.3l30.7 22H32c-17.7 0-32 14.3-32 32v352c0 17.7 14.3 32 32 32h168.9c-5.5-9.5-8.9-20.3-8.9-32V256c0-29.9 20.8-55 48.6-61.9zM224 480c0 17.7 14.3 32 32 32h160V384H224v96zm224 32h160c17.7 0 32-14.3 32-32v-96H448v128zm160-288h-20.4c2.6-7.6 4.4-15.5 4.4-23.8 0-35.5-27-72.2-72.1-72.2-48.1 0-75.9 47.7-87.9 75.3-12.1-27.6-39.9-75.3-87.9-75.3-45.1 0-72.1 36.7-72.1 72.2 0 8.3 1.7 16.2 4.4 23.8H256c-17.7 0-32 14.3-32 32v96h192V224h15.3l.7-.2.7.2H448v128h192v-96c0-17.7-14.3-32-32-32zm-272 0c-2.7-1.4-5.1-3-7.2-4.8-7.3-6.4-8.8-13.8-8.8-19 0-9.7 6.4-24.2 24.1-24.2 18.7 0 35.6 27.4 44.5 48H336zm199.2-4.8c-2.1 1.8-4.5 3.4-7.2 4.8h-52.6c8.8-20.3 25.8-48 44.5-48 17.7 0 24.1 14.5 24.1 24.2 0 5.2-1.5 12.6-8.8 19z\"]\n};\nvar faGlassCheers = {\n prefix: 'fas',\n iconName: 'glass-cheers',\n icon: [640, 512, [], \"f79f\", \"M639.4 433.6c-8.4-20.4-31.8-30.1-52.2-21.6l-22.1 9.2-38.7-101.9c47.9-35 64.8-100.3 34.5-152.8L474.3 16c-8-13.9-25.1-19.7-40-13.6L320 49.8 205.7 2.4c-14.9-6.2-32-.3-40 13.6L79.1 166.5C48.9 219 65.7 284.3 113.6 319.2L74.9 421.1l-22.1-9.2c-20.4-8.5-43.7 1.2-52.2 21.6-1.7 4.1.2 8.8 4.3 10.5l162.3 67.4c4.1 1.7 8.7-.2 10.4-4.3 8.4-20.4-1.2-43.8-21.6-52.3l-22.1-9.2L173.3 342c4.4.5 8.8 1.3 13.1 1.3 51.7 0 99.4-33.1 113.4-85.3l20.2-75.4 20.2 75.4c14 52.2 61.7 85.3 113.4 85.3 4.3 0 8.7-.8 13.1-1.3L506 445.6l-22.1 9.2c-20.4 8.5-30.1 31.9-21.6 52.3 1.7 4.1 6.4 6 10.4 4.3L635.1 444c4-1.7 6-6.3 4.3-10.4zM275.9 162.1l-112.1-46.5 36.5-63.4 94.5 39.2-18.9 70.7zm88.2 0l-18.9-70.7 94.5-39.2 36.5 63.4-112.1 46.5z\"]\n};\nvar faGlassMartini = {\n prefix: 'fas',\n iconName: 'glass-martini',\n icon: [512, 512, [], \"f000\", \"M502.05 57.6C523.3 36.34 508.25 0 478.2 0H33.8C3.75 0-11.3 36.34 9.95 57.6L224 271.64V464h-56c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h240c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40h-56V271.64L502.05 57.6z\"]\n};\nvar faGlassMartiniAlt = {\n prefix: 'fas',\n iconName: 'glass-martini-alt',\n icon: [512, 512, [], \"f57b\", \"M502.05 57.6C523.3 36.34 508.25 0 478.2 0H33.8C3.75 0-11.3 36.34 9.95 57.6L224 271.64V464h-56c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h240c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40h-56V271.64L502.05 57.6zM443.77 48l-48 48H116.24l-48-48h375.53z\"]\n};\nvar faGlassWhiskey = {\n prefix: 'fas',\n iconName: 'glass-whiskey',\n icon: [512, 512, [], \"f7a0\", \"M480 32H32C12.5 32-2.4 49.2.3 68.5l56 356.5c4.5 31.5 31.5 54.9 63.4 54.9h273c31.8 0 58.9-23.4 63.4-54.9l55.6-356.5C514.4 49.2 499.5 32 480 32zm-37.4 64l-30 192h-313L69.4 96h373.2z\"]\n};\nvar faGlasses = {\n prefix: 'fas',\n iconName: 'glasses',\n icon: [576, 512, [], \"f530\", \"M574.1 280.37L528.75 98.66c-5.91-23.7-21.59-44.05-43-55.81-21.44-11.73-46.97-14.11-70.19-6.33l-15.25 5.08c-8.39 2.79-12.92 11.86-10.12 20.24l5.06 15.18c2.79 8.38 11.85 12.91 20.23 10.12l13.18-4.39c10.87-3.62 23-3.57 33.16 1.73 10.29 5.37 17.57 14.56 20.37 25.82l38.46 153.82c-22.19-6.81-49.79-12.46-81.2-12.46-34.77 0-73.98 7.02-114.85 26.74h-73.18c-40.87-19.74-80.08-26.75-114.86-26.75-31.42 0-59.02 5.65-81.21 12.46l38.46-153.83c2.79-11.25 10.09-20.45 20.38-25.81 10.16-5.3 22.28-5.35 33.15-1.73l13.17 4.39c8.38 2.79 17.44-1.74 20.23-10.12l5.06-15.18c2.8-8.38-1.73-17.45-10.12-20.24l-15.25-5.08c-23.22-7.78-48.75-5.41-70.19 6.33-21.41 11.77-37.09 32.11-43 55.8L1.9 280.37A64.218 64.218 0 0 0 0 295.86v70.25C0 429.01 51.58 480 115.2 480h37.12c60.28 0 110.37-45.94 114.88-105.37l2.93-38.63h35.75l2.93 38.63C313.31 434.06 363.4 480 423.68 480h37.12c63.62 0 115.2-50.99 115.2-113.88v-70.25c0-5.23-.64-10.43-1.9-15.5zm-370.72 89.42c-1.97 25.91-24.4 46.21-51.06 46.21H115.2C86.97 416 64 393.62 64 366.11v-37.54c18.12-6.49 43.42-12.92 72.58-12.92 23.86 0 47.26 4.33 69.93 12.92l-3.13 41.22zM512 366.12c0 27.51-22.97 49.88-51.2 49.88h-37.12c-26.67 0-49.1-20.3-51.06-46.21l-3.13-41.22c22.67-8.59 46.08-12.92 69.95-12.92 29.12 0 54.43 6.44 72.55 12.93v37.54z\"]\n};\nvar faGlobe = {\n prefix: 'fas',\n iconName: 'globe',\n icon: [496, 512, [], \"f0ac\", \"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"]\n};\nvar faGlobeAfrica = {\n prefix: 'fas',\n iconName: 'globe-africa',\n icon: [496, 512, [], \"f57c\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm160 215.5v6.93c0 5.87-3.32 11.24-8.57 13.86l-15.39 7.7a15.485 15.485 0 0 1-15.53-.97l-18.21-12.14a15.52 15.52 0 0 0-13.5-1.81l-2.65.88c-9.7 3.23-13.66 14.79-7.99 23.3l13.24 19.86c2.87 4.31 7.71 6.9 12.89 6.9h8.21c8.56 0 15.5 6.94 15.5 15.5v11.34c0 3.35-1.09 6.62-3.1 9.3l-18.74 24.98c-1.42 1.9-2.39 4.1-2.83 6.43l-4.3 22.83c-.62 3.29-2.29 6.29-4.76 8.56a159.608 159.608 0 0 0-25 29.16l-13.03 19.55a27.756 27.756 0 0 1-23.09 12.36c-10.51 0-20.12-5.94-24.82-15.34a78.902 78.902 0 0 1-8.33-35.29V367.5c0-8.56-6.94-15.5-15.5-15.5h-25.88c-14.49 0-28.38-5.76-38.63-16a54.659 54.659 0 0 1-16-38.63v-14.06c0-17.19 8.1-33.38 21.85-43.7l27.58-20.69a54.663 54.663 0 0 1 32.78-10.93h.89c8.48 0 16.85 1.97 24.43 5.77l14.72 7.36c3.68 1.84 7.93 2.14 11.83.84l47.31-15.77c6.33-2.11 10.6-8.03 10.6-14.7 0-8.56-6.94-15.5-15.5-15.5h-10.09c-4.11 0-8.05-1.63-10.96-4.54l-6.92-6.92a15.493 15.493 0 0 0-10.96-4.54H199.5c-8.56 0-15.5-6.94-15.5-15.5v-4.4c0-7.11 4.84-13.31 11.74-15.04l14.45-3.61c3.74-.94 7-3.23 9.14-6.44l8.08-12.11c2.87-4.31 7.71-6.9 12.89-6.9h24.21c8.56 0 15.5-6.94 15.5-15.5v-21.7C359.23 71.63 422.86 131.02 441.93 208H423.5c-8.56 0-15.5 6.94-15.5 15.5z\"]\n};\nvar faGlobeAmericas = {\n prefix: 'fas',\n iconName: 'globe-americas',\n icon: [496, 512, [], \"f57d\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm82.29 357.6c-3.9 3.88-7.99 7.95-11.31 11.28-2.99 3-5.1 6.7-6.17 10.71-1.51 5.66-2.73 11.38-4.77 16.87l-17.39 46.85c-13.76 3-28 4.69-42.65 4.69v-27.38c1.69-12.62-7.64-36.26-22.63-51.25-6-6-9.37-14.14-9.37-22.63v-32.01c0-11.64-6.27-22.34-16.46-27.97-14.37-7.95-34.81-19.06-48.81-26.11-11.48-5.78-22.1-13.14-31.65-21.75l-.8-.72a114.792 114.792 0 0 1-18.06-20.74c-9.38-13.77-24.66-36.42-34.59-51.14 20.47-45.5 57.36-82.04 103.2-101.89l24.01 12.01C203.48 89.74 216 82.01 216 70.11v-11.3c7.99-1.29 16.12-2.11 24.39-2.42l28.3 28.3c6.25 6.25 6.25 16.38 0 22.63L264 112l-10.34 10.34c-3.12 3.12-3.12 8.19 0 11.31l4.69 4.69c3.12 3.12 3.12 8.19 0 11.31l-8 8a8.008 8.008 0 0 1-5.66 2.34h-8.99c-2.08 0-4.08.81-5.58 2.27l-9.92 9.65a8.008 8.008 0 0 0-1.58 9.31l15.59 31.19c2.66 5.32-1.21 11.58-7.15 11.58h-5.64c-1.93 0-3.79-.7-5.24-1.96l-9.28-8.06a16.017 16.017 0 0 0-15.55-3.1l-31.17 10.39a11.95 11.95 0 0 0-8.17 11.34c0 4.53 2.56 8.66 6.61 10.69l11.08 5.54c9.41 4.71 19.79 7.16 30.31 7.16s22.59 27.29 32 32h66.75c8.49 0 16.62 3.37 22.63 9.37l13.69 13.69a30.503 30.503 0 0 1 8.93 21.57 46.536 46.536 0 0 1-13.72 32.98zM417 274.25c-5.79-1.45-10.84-5-14.15-9.97l-17.98-26.97a23.97 23.97 0 0 1 0-26.62l19.59-29.38c2.32-3.47 5.5-6.29 9.24-8.15l12.98-6.49C440.2 193.59 448 223.87 448 256c0 8.67-.74 17.16-1.82 25.54L417 274.25z\"]\n};\nvar faGlobeAsia = {\n prefix: 'fas',\n iconName: 'globe-asia',\n icon: [496, 512, [], \"f57e\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm-11.34 240.23c-2.89 4.82-8.1 7.77-13.72 7.77h-.31c-4.24 0-8.31 1.69-11.31 4.69l-5.66 5.66c-3.12 3.12-3.12 8.19 0 11.31l5.66 5.66c3 3 4.69 7.07 4.69 11.31V304c0 8.84-7.16 16-16 16h-6.11c-6.06 0-11.6-3.42-14.31-8.85l-22.62-45.23c-2.44-4.88-8.95-5.94-12.81-2.08l-19.47 19.46c-3 3-7.07 4.69-11.31 4.69H50.81C49.12 277.55 48 266.92 48 256c0-110.28 89.72-200 200-200 21.51 0 42.2 3.51 61.63 9.82l-50.16 38.53c-5.11 3.41-4.63 11.06.86 13.81l10.83 5.41c5.42 2.71 8.84 8.25 8.84 14.31V216c0 4.42-3.58 8-8 8h-3.06c-3.03 0-5.8-1.71-7.15-4.42-1.56-3.12-5.96-3.29-7.76-.3l-17.37 28.95zM408 358.43c0 4.24-1.69 8.31-4.69 11.31l-9.57 9.57c-3 3-7.07 4.69-11.31 4.69h-15.16c-4.24 0-8.31-1.69-11.31-4.69l-13.01-13.01a26.767 26.767 0 0 0-25.42-7.04l-21.27 5.32c-1.27.32-2.57.48-3.88.48h-10.34c-4.24 0-8.31-1.69-11.31-4.69l-11.91-11.91a8.008 8.008 0 0 1-2.34-5.66v-10.2c0-3.27 1.99-6.21 5.03-7.43l39.34-15.74c1.98-.79 3.86-1.82 5.59-3.05l23.71-16.89a7.978 7.978 0 0 1 4.64-1.48h12.09c3.23 0 6.15 1.94 7.39 4.93l5.35 12.85a4 4 0 0 0 3.69 2.46h3.8c1.78 0 3.35-1.18 3.84-2.88l4.2-14.47c.5-1.71 2.06-2.88 3.84-2.88h6.06c2.21 0 4 1.79 4 4v12.93c0 2.12.84 4.16 2.34 5.66l11.91 11.91c3 3 4.69 7.07 4.69 11.31v24.6z\"]\n};\nvar faGlobeEurope = {\n prefix: 'fas',\n iconName: 'globe-europe',\n icon: [496, 512, [], \"f7a2\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm200 248c0 22.5-3.9 44.2-10.8 64.4h-20.3c-4.3 0-8.4-1.7-11.4-4.8l-32-32.6c-4.5-4.6-4.5-12.1.1-16.7l12.5-12.5v-8.7c0-3-1.2-5.9-3.3-8l-9.4-9.4c-2.1-2.1-5-3.3-8-3.3h-16c-6.2 0-11.3-5.1-11.3-11.3 0-3 1.2-5.9 3.3-8l9.4-9.4c2.1-2.1 5-3.3 8-3.3h32c6.2 0 11.3-5.1 11.3-11.3v-9.4c0-6.2-5.1-11.3-11.3-11.3h-36.7c-8.8 0-16 7.2-16 16v4.5c0 6.9-4.4 13-10.9 15.2l-31.6 10.5c-3.3 1.1-5.5 4.1-5.5 7.6v2.2c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8s-3.6-8-8-8H247c-3 0-5.8 1.7-7.2 4.4l-9.4 18.7c-2.7 5.4-8.2 8.8-14.3 8.8H194c-8.8 0-16-7.2-16-16V199c0-4.2 1.7-8.3 4.7-11.3l20.1-20.1c4.6-4.6 7.2-10.9 7.2-17.5 0-3.4 2.2-6.5 5.5-7.6l40-13.3c1.7-.6 3.2-1.5 4.4-2.7l26.8-26.8c2.1-2.1 3.3-5 3.3-8 0-6.2-5.1-11.3-11.3-11.3H258l-16 16v8c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8v-20c0-2.5 1.2-4.9 3.2-6.4l28.9-21.7c1.9-.1 3.8-.3 5.7-.3C358.3 56 448 145.7 448 256zM130.1 149.1c0-3 1.2-5.9 3.3-8l25.4-25.4c2.1-2.1 5-3.3 8-3.3 6.2 0 11.3 5.1 11.3 11.3v16c0 3-1.2 5.9-3.3 8l-9.4 9.4c-2.1 2.1-5 3.3-8 3.3h-16c-6.2 0-11.3-5.1-11.3-11.3zm128 306.4v-7.1c0-8.8-7.2-16-16-16h-20.2c-10.8 0-26.7-5.3-35.4-11.8l-22.2-16.7c-11.5-8.6-18.2-22.1-18.2-36.4v-23.9c0-16 8.4-30.8 22.1-39l42.9-25.7c7.1-4.2 15.2-6.5 23.4-6.5h31.2c10.9 0 21.4 3.9 29.6 10.9l43.2 37.1h18.3c8.5 0 16.6 3.4 22.6 9.4l17.3 17.3c3.4 3.4 8.1 5.3 12.9 5.3H423c-32.4 58.9-93.8 99.5-164.9 103.1z\"]\n};\nvar faGolfBall = {\n prefix: 'fas',\n iconName: 'golf-ball',\n icon: [416, 512, [], \"f450\", \"M96 416h224c0 17.7-14.3 32-32 32h-16c-17.7 0-32 14.3-32 32v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-20c0-17.7-14.3-32-32-32h-16c-17.7 0-32-14.3-32-32zm320-208c0 74.2-39 139.2-97.5 176h-221C39 347.2 0 282.2 0 208 0 93.1 93.1 0 208 0s208 93.1 208 208zm-180.1 43.9c18.3 0 33.1-14.8 33.1-33.1 0-14.4-9.3-26.3-22.1-30.9 9.6 26.8-15.6 51.3-41.9 41.9 4.6 12.8 16.5 22.1 30.9 22.1zm49.1 46.9c0-14.4-9.3-26.3-22.1-30.9 9.6 26.8-15.6 51.3-41.9 41.9 4.6 12.8 16.5 22.1 30.9 22.1 18.3 0 33.1-14.9 33.1-33.1zm64-64c0-14.4-9.3-26.3-22.1-30.9 9.6 26.8-15.6 51.3-41.9 41.9 4.6 12.8 16.5 22.1 30.9 22.1 18.3 0 33.1-14.9 33.1-33.1z\"]\n};\nvar faGopuram = {\n prefix: 'fas',\n iconName: 'gopuram',\n icon: [512, 512, [], \"f664\", \"M496 352h-16V240c0-8.8-7.2-16-16-16h-16v-80c0-8.8-7.2-16-16-16h-16V16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16h-64V16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16h-64V16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16h-64V16c0-8.8-7.2-16-16-16S96 7.2 96 16v112H80c-8.8 0-16 7.2-16 16v80H48c-8.8 0-16 7.2-16 16v112H16c-8.8 0-16 7.2-16 16v128c0 8.8 7.2 16 16 16h80V352h32V224h32v-96h32v96h-32v128h-32v160h80v-80c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16v80h80V352h-32V224h-32v-96h32v96h32v128h32v160h80c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16zM232 176c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v48h-48zm56 176h-64v-64c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16z\"]\n};\nvar faGraduationCap = {\n prefix: 'fas',\n iconName: 'graduation-cap',\n icon: [640, 512, [], \"f19d\", \"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"]\n};\nvar faGreaterThan = {\n prefix: 'fas',\n iconName: 'greater-than',\n icon: [384, 512, [], \"f531\", \"M365.52 209.85L59.22 67.01c-16.06-7.49-35.15-.54-42.64 15.52L3.01 111.61c-7.49 16.06-.54 35.15 15.52 42.64L236.96 256.1 18.49 357.99C2.47 365.46-4.46 384.5 3.01 400.52l13.52 29C24 445.54 43.04 452.47 59.06 445l306.47-142.91a32.003 32.003 0 0 0 18.48-29v-34.23c-.01-12.45-7.21-23.76-18.49-29.01z\"]\n};\nvar faGreaterThanEqual = {\n prefix: 'fas',\n iconName: 'greater-than-equal',\n icon: [448, 512, [], \"f532\", \"M55.22 107.69l175.56 68.09-175.44 68.05c-18.39 6.03-27.88 24.39-21.2 41l12.09 30.08c6.68 16.61 26.99 25.19 45.38 19.15L393.02 214.2c13.77-4.52 22.98-16.61 22.98-30.17v-15.96c0-13.56-9.21-25.65-22.98-30.17L91.3 17.92c-18.29-6-38.51 2.53-45.15 19.06L34.12 66.9c-6.64 16.53 2.81 34.79 21.1 40.79zM424 400H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h400c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24z\"]\n};\nvar faGrimace = {\n prefix: 'fas',\n iconName: 'grimace',\n icon: [496, 512, [], \"f57f\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM144 400h-8c-17.7 0-32-14.3-32-32v-8h40v40zm0-56h-40v-8c0-17.7 14.3-32 32-32h8v40zm-8-136c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm72 192h-48v-40h48v40zm0-56h-48v-40h48v40zm64 56h-48v-40h48v40zm0-56h-48v-40h48v40zm64 56h-48v-40h48v40zm0-56h-48v-40h48v40zm-8-104c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm64 128c0 17.7-14.3 32-32 32h-8v-40h40v8zm0-24h-40v-40h8c17.7 0 32 14.3 32 32v8z\"]\n};\nvar faGrin = {\n prefix: 'fas',\n iconName: 'grin',\n icon: [496, 512, [], \"f580\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm80 256c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.3-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinAlt = {\n prefix: 'fas',\n iconName: 'grin-alt',\n icon: [496, 512, [], \"f581\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm63.7 128.7c7.6-11.4 24.7-11.7 32.7 0 12.4 18.4 15.1 36.9 15.7 55.3-.5 18.4-3.3 36.9-15.7 55.3-7.6 11.4-24.7 11.7-32.7 0-12.4-18.4-15.1-36.9-15.7-55.3.5-18.4 3.3-36.9 15.7-55.3zm-160 0c7.6-11.4 24.7-11.7 32.7 0 12.4 18.4 15.1 36.9 15.7 55.3-.5 18.4-3.3 36.9-15.7 55.3-7.6 11.4-24.7 11.7-32.7 0-12.4-18.4-15.1-36.9-15.7-55.3.5-18.4 3.3-36.9 15.7-55.3zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinBeam = {\n prefix: 'fas',\n iconName: 'grin-beam',\n icon: [496, 512, [], \"f582\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 144c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm-160 0c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm80 280c-60.6 0-134.5-38.3-143.8-93.3-2-11.9 9.4-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinBeamSweat = {\n prefix: 'fas',\n iconName: 'grin-beam-sweat',\n icon: [504, 512, [], \"f583\", \"M456 128c26.5 0 48-21 48-47 0-20-28.5-60.4-41.6-77.8-3.2-4.3-9.6-4.3-12.8 0C436.5 20.6 408 61 408 81c0 26 21.5 47 48 47zm0 32c-44.1 0-80-35.4-80-79 0-4.4.3-14.2 8.1-32.2C345 23.1 298.3 8 248 8 111 8 0 119 0 256s111 248 248 248 248-111 248-248c0-35.1-7.4-68.4-20.5-98.6-6.3 1.5-12.7 2.6-19.5 2.6zm-128-8c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm-160 0c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm80 280c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.2 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinHearts = {\n prefix: 'fas',\n iconName: 'grin-hearts',\n icon: [496, 512, [], \"f584\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM90.4 183.6c6.7-17.6 26.7-26.7 44.9-21.9l7.1 1.9 2-7.1c5-18.1 22.8-30.9 41.5-27.9 21.4 3.4 34.4 24.2 28.8 44.5L195.3 243c-1.2 4.5-5.9 7.2-10.5 6l-70.2-18.2c-20.4-5.4-31.9-27-24.2-47.2zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.2-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.6 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3zm133.4-201.3l-70.2 18.2c-4.5 1.2-9.2-1.5-10.5-6L281.3 173c-5.6-20.3 7.4-41.1 28.8-44.5 18.6-3 36.4 9.8 41.5 27.9l2 7.1 7.1-1.9c18.2-4.7 38.2 4.3 44.9 21.9 7.7 20.3-3.8 41.9-24.2 47.2z\"]\n};\nvar faGrinSquint = {\n prefix: 'fas',\n iconName: 'grin-squint',\n icon: [496, 512, [], \"f585\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm33.8 189.7l80-48c11.6-6.9 24 7.7 15.4 18L343.6 208l33.6 40.3c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.7-4.7-7.7-15.9 0-20.6zm-163-30c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.8 4.7 7.8 15.9 0 20.6l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.9 9.4-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.2 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinSquintTears = {\n prefix: 'fas',\n iconName: 'grin-squint-tears',\n icon: [512, 512, [], \"f586\", \"M409.6 111.9c22.6-3.2 73.5-12 88.3-26.8 19.2-19.2 18.9-50.6-.7-70.2S446-5 426.9 14.2c-14.8 14.8-23.5 65.7-26.8 88.3-.8 5.5 3.9 10.2 9.5 9.4zM102.4 400.1c-22.6 3.2-73.5 12-88.3 26.8-19.1 19.1-18.8 50.6.8 70.2s51 19.9 70.2.7c14.8-14.8 23.5-65.7 26.8-88.3.8-5.5-3.9-10.2-9.5-9.4zm311.7-256.5c-33 3.9-48.6-25.1-45.7-45.7 3.4-24 7.4-42.1 11.5-56.5C285.1-13.4 161.8-.5 80.6 80.6-.5 161.7-13.4 285 41.4 379.9c14.4-4.1 32.4-8 56.5-11.5 33.2-3.9 48.6 25.2 45.7 45.7-3.4 24-7.4 42.1-11.5 56.5 94.8 54.8 218.1 41.9 299.3-39.2s94-204.4 39.2-299.3c-14.4 4.1-32.5 8-56.5 11.5zM255.7 106c3.3-13.2 22.4-11.5 23.6 1.8l4.8 52.3 52.3 4.8c13.4 1.2 14.9 20.3 1.8 23.6l-90.5 22.6c-8.9 2.2-16.7-5.9-14.5-14.5l22.5-90.6zm-90.9 230.3L160 284l-52.3-4.8c-13.4-1.2-14.9-20.3-1.8-23.6l90.5-22.6c8.8-2.2 16.7 5.8 14.5 14.5L188.3 338c-3.1 13.2-22.2 11.7-23.5-1.7zm215.7 44.2c-29.3 29.3-75.7 50.4-116.7 50.4-18.9 0-36.6-4.5-51-14.7-9.8-6.9-8.7-21.8 2-27.2 28.3-14.6 63.9-42.4 97.8-76.3s61.7-69.6 76.3-97.8c5.4-10.5 20.2-11.9 27.3-2 32.3 45.3 7.1 124.7-35.7 167.6z\"]\n};\nvar faGrinStars = {\n prefix: 'fas',\n iconName: 'grin-stars',\n icon: [496, 512, [], \"f587\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM94.6 168.9l34.9-5 15.5-31.6c2.9-5.8 11-5.8 13.9 0l15.5 31.6 34.9 5c6.2 1 8.9 8.6 4.3 13.2l-25.4 24.6 6 34.9c1 6.2-5.3 11-11 7.9L152 233.3l-31.3 16.3c-5.7 3.1-12-1.7-11-7.9l6-34.9-25.4-24.6c-4.6-4.7-1.9-12.3 4.3-13.3zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3zm157.7-249.9l-25.4 24.6 6 34.9c1 6.2-5.3 11-11 7.9L344 233.3l-31.3 16.3c-5.7 3.1-12-1.7-11-7.9l6-34.9-25.4-24.6c-4.5-4.6-1.9-12.2 4.3-13.2l34.9-5 15.5-31.6c2.9-5.8 11-5.8 13.9 0l15.5 31.6 34.9 5c6.3.9 9 8.5 4.4 13.1z\"]\n};\nvar faGrinTears = {\n prefix: 'fas',\n iconName: 'grin-tears',\n icon: [640, 512, [], \"f588\", \"M102.4 256.1c-22.6 3.2-73.5 12-88.3 26.8-19.1 19.1-18.8 50.6.8 70.2s51 19.9 70.2.7c14.8-14.8 23.5-65.7 26.8-88.3.8-5.5-3.9-10.2-9.5-9.4zm523.4 26.8c-14.8-14.8-65.7-23.5-88.3-26.8-5.5-.8-10.3 3.9-9.5 9.5 3.2 22.6 12 73.5 26.8 88.3 19.2 19.2 50.6 18.9 70.2-.7s20-51.2.8-70.3zm-129.4-12.8c-3.8-26.6 19.1-49.5 45.7-45.7 8.9 1.3 16.8 2.7 24.3 4.1C552.7 104.5 447.7 8 320 8S87.3 104.5 73.6 228.5c7.5-1.4 15.4-2.8 24.3-4.1 33.2-3.9 48.6 25.3 45.7 45.7-11.8 82.3-29.9 100.4-35.8 106.4-.9.9-2 1.6-3 2.5 42.7 74.6 123 125 215.2 125s172.5-50.4 215.2-125.1c-1-.9-2.1-1.5-3-2.5-5.9-5.9-24-24-35.8-106.3zM400 152c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm-160 0c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm80 280c-60.6 0-134.5-38.3-143.8-93.3-2-11.7 9.2-21.6 20.7-17.9C227.1 330.5 272 336 320 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinTongue = {\n prefix: 'fas',\n iconName: 'grin-tongue',\n icon: [496, 512, [], \"f589\", \"M248 8C111 8 0 119 0 256c0 106.3 67 196.7 161 232-5.6-12.2-9-25.7-9-40v-45.5c-24.7-16.2-43.5-38.1-47.8-63.8-2-11.8 9.3-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.6 22.6 6.1 20.7 17.9-4.3 25.7-23.1 47.6-47.8 63.8V448c0 14.3-3.4 27.8-9 40 94-35.3 161-125.7 161-232C496 119 385 8 248 8zm-80 232c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm-34.9 134.6c-14.4-6.5-31.1 2.2-34.6 17.6l-1.8 7.8c-2.1 9.2-15.2 9.2-17.3 0l-1.8-7.8c-3.5-15.4-20.2-24.1-34.6-17.6-.9.4.3-.2-18.9 9.4v63c0 35.2 28 64.5 63.1 64.9 35.7.5 64.9-28.4 64.9-64v-64c-19.5-9.6-18.2-8.9-19-9.3z\"]\n};\nvar faGrinTongueSquint = {\n prefix: 'fas',\n iconName: 'grin-tongue-squint',\n icon: [496, 512, [], \"f58a\", \"M293.1 374.6c-14.4-6.5-31.1 2.2-34.6 17.6l-1.8 7.8c-2.1 9.2-15.2 9.2-17.3 0l-1.8-7.8c-3.5-15.4-20.2-24.1-34.6-17.6-.9.4.3-.2-18.9 9.4v63c0 35.2 28 64.5 63.1 64.9 35.7.5 64.9-28.4 64.9-64v-64c-19.5-9.6-18.2-8.9-19-9.3zM248 8C111 8 0 119 0 256c0 106.3 67 196.7 161 232-5.6-12.2-9-25.7-9-40v-45.5c-24.7-16.2-43.5-38.1-47.8-63.8-2-11.8 9.2-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-4.3 25.7-23.1 47.6-47.8 63.8V448c0 14.3-3.4 27.8-9 40 94-35.3 161-125.7 161-232C496 119 385 8 248 8zm-33.8 210.3l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.7 4.7 7.7 15.9 0 20.6zm163 30c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.8-4.7-7.8-15.9 0-20.6l80-48c11.7-6.9 23.9 7.7 15.4 18L343.6 208l33.6 40.3z\"]\n};\nvar faGrinTongueWink = {\n prefix: 'fas',\n iconName: 'grin-tongue-wink',\n icon: [496, 512, [], \"f58b\", \"M344 184c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zM248 8C111 8 0 119 0 256c0 106.3 67 196.7 161 232-5.6-12.2-9-25.7-9-40v-45.5c-24.7-16.2-43.5-38.1-47.8-63.8-2-11.8 9.3-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.1 20.7 17.9-4.3 25.7-23.1 47.6-47.8 63.8V448c0 14.3-3.4 27.8-9 40 94-35.3 161-125.7 161-232C496 119 385 8 248 8zm-56 225l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L112 233c-8.5 7.4-21.6.3-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S208 197 212 222.2c1.6 11.1-11.6 18.2-20 10.8zm152 39c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm-50.9 102.6c-14.4-6.5-31.1 2.2-34.6 17.6l-1.8 7.8c-2.1 9.2-15.2 9.2-17.3 0l-1.8-7.8c-3.5-15.4-20.2-24.1-34.6-17.6-.9.4.3-.2-18.9 9.4v63c0 35.2 28 64.5 63.1 64.9 35.7.5 64.9-28.4 64.9-64v-64c-19.5-9.6-18.2-8.9-19-9.3z\"]\n};\nvar faGrinWink = {\n prefix: 'fas',\n iconName: 'grin-wink',\n icon: [496, 512, [], \"f58c\", \"M0 256c0 137 111 248 248 248s248-111 248-248S385 8 248 8 0 119 0 256zm200-48c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm168 25l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L288 233c-8.3 7.4-21.6.4-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S384 197 388 222.2c1.6 11-11.5 18.2-20 10.8zm-243.1 87.8C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.3-3.7 22.6 6 20.7 17.9-9.2 55-83.2 93.3-143.8 93.3s-134.5-38.3-143.8-93.3c-2-11.9 9.3-21.6 20.7-17.9z\"]\n};\nvar faGripHorizontal = {\n prefix: 'fas',\n iconName: 'grip-horizontal',\n icon: [448, 512, [], \"f58d\", \"M96 288H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zM96 96H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z\"]\n};\nvar faGripLines = {\n prefix: 'fas',\n iconName: 'grip-lines',\n icon: [512, 512, [], \"f7a4\", \"M496 288H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-128H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"]\n};\nvar faGripLinesVertical = {\n prefix: 'fas',\n iconName: 'grip-lines-vertical',\n icon: [256, 512, [], \"f7a5\", \"M96 496V16c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16zm128 0V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16z\"]\n};\nvar faGripVertical = {\n prefix: 'fas',\n iconName: 'grip-vertical',\n icon: [320, 512, [], \"f58e\", \"M96 32H32C14.33 32 0 46.33 0 64v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zM288 32h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z\"]\n};\nvar faGuitar = {\n prefix: 'fas',\n iconName: 'guitar',\n icon: [512, 512, [], \"f7a6\", \"M502.63 39L473 9.37a32 32 0 0 0-45.26 0L381.46 55.7a35.14 35.14 0 0 0-8.53 13.79L360.77 106l-76.26 76.26c-12.16-8.76-25.5-15.74-40.1-19.14-33.45-7.78-67-.88-89.88 22a82.45 82.45 0 0 0-20.24 33.47c-6 18.56-23.21 32.69-42.15 34.46-23.7 2.27-45.73 11.45-62.61 28.44C-16.11 327-7.9 409 47.58 464.45S185 528 230.56 482.52c17-16.88 26.16-38.9 28.45-62.71 1.76-18.85 15.89-36.13 34.43-42.14a82.6 82.6 0 0 0 33.48-20.25c22.87-22.88 29.74-56.36 22-89.75-3.39-14.64-10.37-28-19.16-40.2L406 151.23l36.48-12.16a35.14 35.14 0 0 0 13.79-8.53l46.33-46.32a32 32 0 0 0 .03-45.22zM208 352a48 48 0 1 1 48-48 48 48 0 0 1-48 48z\"]\n};\nvar faHSquare = {\n prefix: 'fas',\n iconName: 'h-square',\n icon: [448, 512, [], \"f0fd\", \"M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zm-112 48h-32c-8.837 0-16 7.163-16 16v80H160v-80c0-8.837-7.163-16-16-16h-32c-8.837 0-16 7.163-16 16v224c0 8.837 7.163 16 16 16h32c8.837 0 16-7.163 16-16v-80h128v80c0 8.837 7.163 16 16 16h32c8.837 0 16-7.163 16-16V144c0-8.837-7.163-16-16-16z\"]\n};\nvar faHamburger = {\n prefix: 'fas',\n iconName: 'hamburger',\n icon: [512, 512, [], \"f805\", \"M464 256H48a48 48 0 0 0 0 96h416a48 48 0 0 0 0-96zm16 128H32a16 16 0 0 0-16 16v16a64 64 0 0 0 64 64h352a64 64 0 0 0 64-64v-16a16 16 0 0 0-16-16zM58.64 224h394.72c34.57 0 54.62-43.9 34.82-75.88C448 83.2 359.55 32.1 256 32c-103.54.1-192 51.2-232.18 116.11C4 180.09 24.07 224 58.64 224zM384 112a16 16 0 1 1-16 16 16 16 0 0 1 16-16zM256 80a16 16 0 1 1-16 16 16 16 0 0 1 16-16zm-128 32a16 16 0 1 1-16 16 16 16 0 0 1 16-16z\"]\n};\nvar faHammer = {\n prefix: 'fas',\n iconName: 'hammer',\n icon: [576, 512, [], \"f6e3\", \"M571.31 193.94l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31-28.9-28.9c5.63-21.31.36-44.9-16.35-61.61l-45.25-45.25c-62.48-62.48-163.79-62.48-226.28 0l90.51 45.25v18.75c0 16.97 6.74 33.25 18.75 45.25l49.14 49.14c16.71 16.71 40.3 21.98 61.61 16.35l28.9 28.9-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l90.51-90.51c6.23-6.24 6.23-16.37-.02-22.62zm-286.72-15.2c-3.7-3.7-6.84-7.79-9.85-11.95L19.64 404.96c-25.57 23.88-26.26 64.19-1.53 88.93s65.05 24.05 88.93-1.53l238.13-255.07c-3.96-2.91-7.9-5.87-11.44-9.41l-49.14-49.14z\"]\n};\nvar faHamsa = {\n prefix: 'fas',\n iconName: 'hamsa',\n icon: [512, 512, [], \"f665\", \"M509.34 307.25C504.28 295.56 492.75 288 480 288h-64V80c0-22-18-40-40-40s-40 18-40 40v134c0 5.52-4.48 10-10 10h-20c-5.52 0-10-4.48-10-10V40c0-22-18-40-40-40s-40 18-40 40v174c0 5.52-4.48 10-10 10h-20c-5.52 0-10-4.48-10-10V80c0-22-18-40-40-40S96 58 96 80v208H32c-12.75 0-24.28 7.56-29.34 19.25a31.966 31.966 0 0 0 5.94 34.58l102.69 110.03C146.97 490.08 199.69 512 256 512s109.03-21.92 144.72-60.14L503.4 341.83a31.966 31.966 0 0 0 5.94-34.58zM256 416c-53.02 0-96-64-96-64s42.98-64 96-64 96 64 96 64-42.98 64-96 64zm0-96c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z\"]\n};\nvar faHandHolding = {\n prefix: 'fas',\n iconName: 'hand-holding',\n icon: [576, 512, [], \"f4bd\", \"M565.3 328.1c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"]\n};\nvar faHandHoldingHeart = {\n prefix: 'fas',\n iconName: 'hand-holding-heart',\n icon: [576, 512, [], \"f4be\", \"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"]\n};\nvar faHandHoldingUsd = {\n prefix: 'fas',\n iconName: 'hand-holding-usd',\n icon: [576, 512, [], \"f4c0\", \"M271.06,144.3l54.27,14.3a8.59,8.59,0,0,1,6.63,8.1c0,4.6-4.09,8.4-9.12,8.4h-35.6a30,30,0,0,1-11.19-2.2c-5.24-2.2-11.28-1.7-15.3,2l-19,17.5a11.68,11.68,0,0,0-2.25,2.66,11.42,11.42,0,0,0,3.88,15.74,83.77,83.77,0,0,0,34.51,11.5V240c0,8.8,7.83,16,17.37,16h17.37c9.55,0,17.38-7.2,17.38-16V222.4c32.93-3.6,57.84-31,53.5-63-3.15-23-22.46-41.3-46.56-47.7L282.68,97.4a8.59,8.59,0,0,1-6.63-8.1c0-4.6,4.09-8.4,9.12-8.4h35.6A30,30,0,0,1,332,83.1c5.23,2.2,11.28,1.7,15.3-2l19-17.5A11.31,11.31,0,0,0,368.47,61a11.43,11.43,0,0,0-3.84-15.78,83.82,83.82,0,0,0-34.52-11.5V16c0-8.8-7.82-16-17.37-16H295.37C285.82,0,278,7.2,278,16V33.6c-32.89,3.6-57.85,31-53.51,63C227.63,119.6,247,137.9,271.06,144.3ZM565.27,328.1c-11.8-10.7-30.2-10-42.6,0L430.27,402a63.64,63.64,0,0,1-40,14H272a16,16,0,0,1,0-32h78.29c15.9,0,30.71-10.9,33.25-26.6a31.2,31.2,0,0,0,.46-5.46A32,32,0,0,0,352,320H192a117.66,117.66,0,0,0-74.1,26.29L71.4,384H16A16,16,0,0,0,0,400v96a16,16,0,0,0,16,16H372.77a64,64,0,0,0,40-14L564,377a32,32,0,0,0,1.28-48.9Z\"]\n};\nvar faHandLizard = {\n prefix: 'fas',\n iconName: 'hand-lizard',\n icon: [576, 512, [], \"f258\", \"M384 480h192V363.778a95.998 95.998 0 0 0-14.833-51.263L398.127 54.368A48 48 0 0 0 357.544 32H24C10.745 32 0 42.745 0 56v16c0 30.928 25.072 56 56 56h229.981c12.844 0 21.556 13.067 16.615 24.923l-21.41 51.385A32 32 0 0 1 251.648 224H128c-35.346 0-64 28.654-64 64v8c0 13.255 10.745 24 24 24h147.406a47.995 47.995 0 0 1 25.692 7.455l111.748 70.811A24.001 24.001 0 0 1 384 418.539V480z\"]\n};\nvar faHandMiddleFinger = {\n prefix: 'fas',\n iconName: 'hand-middle-finger',\n icon: [512, 512, [], \"f806\", \"M479.93 317.12a37.33 37.33 0 0 0-28.28-36.19L416 272v-49.59c0-11.44-9.69-21.29-23.15-23.54l-38.4-6.4C336.63 189.5 320 200.86 320 216v32a8 8 0 0 1-16 0V50c0-26.28-20.25-49.2-46.52-50A48 48 0 0 0 208 48v200a8 8 0 0 1-16 0v-32c0-15.15-16.63-26.51-34.45-23.54l-30.68 5.12c-18 3-30.87 16.12-30.87 31.38V376a8 8 0 0 1-16 0v-76l-27.36 15A37.34 37.34 0 0 0 32 348.4v73.47a37.31 37.31 0 0 0 10.93 26.39l30.93 30.93A112 112 0 0 0 153.05 512h215A112 112 0 0 0 480 400z\"]\n};\nvar faHandPaper = {\n prefix: 'fas',\n iconName: 'hand-paper',\n icon: [448, 512, [], \"f256\", \"M408.781 128.007C386.356 127.578 368 146.36 368 168.79V256h-8V79.79c0-22.43-18.356-41.212-40.781-40.783C297.488 39.423 280 57.169 280 79v177h-8V40.79C272 18.36 253.644-.422 231.219.007 209.488.423 192 18.169 192 40v216h-8V80.79c0-22.43-18.356-41.212-40.781-40.783C121.488 40.423 104 58.169 104 80v235.992l-31.648-43.519c-12.993-17.866-38.009-21.817-55.877-8.823-17.865 12.994-21.815 38.01-8.822 55.877l125.601 172.705A48 48 0 0 0 172.073 512h197.59c22.274 0 41.622-15.324 46.724-37.006l26.508-112.66a192.011 192.011 0 0 0 5.104-43.975V168c.001-21.831-17.487-39.577-39.218-39.993z\"]\n};\nvar faHandPeace = {\n prefix: 'fas',\n iconName: 'hand-peace',\n icon: [448, 512, [], \"f25b\", \"M408 216c-22.092 0-40 17.909-40 40h-8v-32c0-22.091-17.908-40-40-40s-40 17.909-40 40v32h-8V48c0-26.51-21.49-48-48-48s-48 21.49-48 48v208h-13.572L92.688 78.449C82.994 53.774 55.134 41.63 30.461 51.324 5.787 61.017-6.356 88.877 3.337 113.551l74.765 190.342-31.09 24.872c-15.381 12.306-19.515 33.978-9.741 51.081l64 112A39.998 39.998 0 0 0 136 512h240c18.562 0 34.686-12.77 38.937-30.838l32-136A39.97 39.97 0 0 0 448 336v-80c0-22.091-17.908-40-40-40z\"]\n};\nvar faHandPointDown = {\n prefix: 'fas',\n iconName: 'hand-point-down',\n icon: [384, 512, [], \"f0a7\", \"M91.826 467.2V317.966c-8.248 5.841-16.558 10.57-24.918 14.153C35.098 345.752-.014 322.222 0 288c.008-18.616 10.897-32.203 29.092-40 28.286-12.122 64.329-78.648 77.323-107.534 7.956-17.857 25.479-28.453 43.845-28.464l.001-.002h171.526c11.812 0 21.897 8.596 23.703 20.269 7.25 46.837 38.483 61.76 38.315 123.731-.007 2.724.195 13.254.195 16 0 50.654-22.122 81.574-71.263 72.6-9.297 18.597-39.486 30.738-62.315 16.45-21.177 24.645-53.896 22.639-70.944 6.299V467.2c0 24.15-20.201 44.8-43.826 44.8-23.283 0-43.826-21.35-43.826-44.8zM112 72V24c0-13.255 10.745-24 24-24h192c13.255 0 24 10.745 24 24v48c0 13.255-10.745 24-24 24H136c-13.255 0-24-10.745-24-24zm212-24c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z\"]\n};\nvar faHandPointLeft = {\n prefix: 'fas',\n iconName: 'hand-point-left',\n icon: [512, 512, [], \"f0a5\", \"M44.8 155.826h149.234c-5.841-8.248-10.57-16.558-14.153-24.918C166.248 99.098 189.778 63.986 224 64c18.616.008 32.203 10.897 40 29.092 12.122 28.286 78.648 64.329 107.534 77.323 17.857 7.956 28.453 25.479 28.464 43.845l.002.001v171.526c0 11.812-8.596 21.897-20.269 23.703-46.837 7.25-61.76 38.483-123.731 38.315-2.724-.007-13.254.195-16 .195-50.654 0-81.574-22.122-72.6-71.263-18.597-9.297-30.738-39.486-16.45-62.315-24.645-21.177-22.639-53.896-6.299-70.944H44.8c-24.15 0-44.8-20.201-44.8-43.826 0-23.283 21.35-43.826 44.8-43.826zM440 176h48c13.255 0 24 10.745 24 24v192c0 13.255-10.745 24-24 24h-48c-13.255 0-24-10.745-24-24V200c0-13.255 10.745-24 24-24zm24 212c11.046 0 20-8.954 20-20s-8.954-20-20-20-20 8.954-20 20 8.954 20 20 20z\"]\n};\nvar faHandPointRight = {\n prefix: 'fas',\n iconName: 'hand-point-right',\n icon: [512, 512, [], \"f0a4\", \"M512 199.652c0 23.625-20.65 43.826-44.8 43.826h-99.851c16.34 17.048 18.346 49.766-6.299 70.944 14.288 22.829 2.147 53.017-16.45 62.315C353.574 425.878 322.654 448 272 448c-2.746 0-13.276-.203-16-.195-61.971.168-76.894-31.065-123.731-38.315C120.596 407.683 112 397.599 112 385.786V214.261l.002-.001c.011-18.366 10.607-35.889 28.464-43.845 28.886-12.994 95.413-49.038 107.534-77.323 7.797-18.194 21.384-29.084 40-29.092 34.222-.014 57.752 35.098 44.119 66.908-3.583 8.359-8.312 16.67-14.153 24.918H467.2c23.45 0 44.8 20.543 44.8 43.826zM96 200v192c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V200c0-13.255 10.745-24 24-24h48c13.255 0 24 10.745 24 24zM68 368c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z\"]\n};\nvar faHandPointUp = {\n prefix: 'fas',\n iconName: 'hand-point-up',\n icon: [384, 512, [], \"f0a6\", \"M135.652 0c23.625 0 43.826 20.65 43.826 44.8v99.851c17.048-16.34 49.766-18.346 70.944 6.299 22.829-14.288 53.017-2.147 62.315 16.45C361.878 158.426 384 189.346 384 240c0 2.746-.203 13.276-.195 16 .168 61.971-31.065 76.894-38.315 123.731C343.683 391.404 333.599 400 321.786 400H150.261l-.001-.002c-18.366-.011-35.889-10.607-43.845-28.464C93.421 342.648 57.377 276.122 29.092 264 10.897 256.203.008 242.616 0 224c-.014-34.222 35.098-57.752 66.908-44.119 8.359 3.583 16.67 8.312 24.918 14.153V44.8c0-23.45 20.543-44.8 43.826-44.8zM136 416h192c13.255 0 24 10.745 24 24v48c0 13.255-10.745 24-24 24H136c-13.255 0-24-10.745-24-24v-48c0-13.255 10.745-24 24-24zm168 28c-11.046 0-20 8.954-20 20s8.954 20 20 20 20-8.954 20-20-8.954-20-20-20z\"]\n};\nvar faHandPointer = {\n prefix: 'fas',\n iconName: 'hand-pointer',\n icon: [448, 512, [], \"f25a\", \"M448 240v96c0 3.084-.356 6.159-1.063 9.162l-32 136C410.686 499.23 394.562 512 376 512H168a40.004 40.004 0 0 1-32.35-16.473l-127.997-176c-12.993-17.866-9.043-42.883 8.822-55.876 17.867-12.994 42.884-9.043 55.877 8.823L104 315.992V40c0-22.091 17.908-40 40-40s40 17.909 40 40v200h8v-40c0-22.091 17.908-40 40-40s40 17.909 40 40v40h8v-24c0-22.091 17.908-40 40-40s40 17.909 40 40v24h8c0-22.091 17.908-40 40-40s40 17.909 40 40zm-256 80h-8v96h8v-96zm88 0h-8v96h8v-96zm88 0h-8v96h8v-96z\"]\n};\nvar faHandRock = {\n prefix: 'fas',\n iconName: 'hand-rock',\n icon: [512, 512, [], \"f255\", \"M464.8 80c-26.9-.4-48.8 21.2-48.8 48h-8V96.8c0-26.3-20.9-48.3-47.2-48.8-26.9-.4-48.8 21.2-48.8 48v32h-8V80.8c0-26.3-20.9-48.3-47.2-48.8-26.9-.4-48.8 21.2-48.8 48v48h-8V96.8c0-26.3-20.9-48.3-47.2-48.8-26.9-.4-48.8 21.2-48.8 48v136l-8-7.1v-48.1c0-26.3-20.9-48.3-47.2-48.8C21.9 127.6 0 149.2 0 176v66.4c0 27.4 11.7 53.5 32.2 71.8l111.7 99.3c10.2 9.1 16.1 22.2 16.1 35.9v6.7c0 13.3 10.7 24 24 24h240c13.3 0 24-10.7 24-24v-2.9c0-12.8 2.6-25.5 7.5-37.3l49-116.3c5-11.8 7.5-24.5 7.5-37.3V128.8c0-26.3-20.9-48.4-47.2-48.8z\"]\n};\nvar faHandScissors = {\n prefix: 'fas',\n iconName: 'hand-scissors',\n icon: [512, 512, [], \"f257\", \"M216 440c0-22.092 17.909-40 40-40v-8h-32c-22.091 0-40-17.908-40-40s17.909-40 40-40h32v-8H48c-26.51 0-48-21.49-48-48s21.49-48 48-48h208v-13.572l-177.551-69.74c-24.674-9.694-36.818-37.555-27.125-62.228 9.693-24.674 37.554-36.817 62.228-27.124l190.342 74.765 24.872-31.09c12.306-15.381 33.978-19.515 51.081-9.741l112 64A40.002 40.002 0 0 1 512 168v240c0 18.562-12.77 34.686-30.838 38.937l-136 32A39.982 39.982 0 0 1 336 480h-80c-22.091 0-40-17.908-40-40z\"]\n};\nvar faHandSpock = {\n prefix: 'fas',\n iconName: 'hand-spock',\n icon: [512, 512, [], \"f259\", \"M481.3 97.1c-21.5-5.1-43.1 8.2-48.2 29.6L402.3 256h-11.1l43.6-174.3c5.4-21.4-7.7-43.1-29.1-48.5s-43.1 7.7-48.5 29.1L308.8 256h-15.1L242 31.1c-5-21.6-26.4-35-48-30.1-21.5 4.9-35 26.4-30 47.9l47.6 207h-9.8L167 103.1c-4.9-21.5-26.3-35-47.9-30.1-21.5 4.9-35 26.3-30.1 47.9l39 171.6v79.4l-60.6-57c-16.1-15.1-41.4-14.4-56.5 1.7s-14.4 41.4 1.7 56.5L146.3 499c8.9 8.4 20.7 13 32.9 13h216.7c21.3 0 40-14 46-34.4l26.2-88.3c2.6-8.9 4-18 4-27.3v-42c0-7.5.9-15 2.6-22.2L511 145.3c5-21.5-8.3-43.1-29.7-48.2z\"]\n};\nvar faHands = {\n prefix: 'fas',\n iconName: 'hands',\n icon: [640, 512, [], \"f4c2\", \"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"]\n};\nvar faHandsHelping = {\n prefix: 'fas',\n iconName: 'hands-helping',\n icon: [640, 512, [], \"f4c4\", \"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"]\n};\nvar faHandshake = {\n prefix: 'fas',\n iconName: 'handshake',\n icon: [640, 512, [], \"f2b5\", \"M434.7 64h-85.9c-8 0-15.7 3-21.6 8.4l-98.3 90c-.1.1-.2.3-.3.4-16.6 15.6-16.3 40.5-2.1 56 12.7 13.9 39.4 17.6 56.1 2.7.1-.1.3-.1.4-.2l79.9-73.2c6.5-5.9 16.7-5.5 22.6 1 6 6.5 5.5 16.6-1 22.6l-26.1 23.9L504 313.8c2.9 2.4 5.5 5 7.9 7.7V128l-54.6-54.6c-5.9-6-14.1-9.4-22.6-9.4zM544 128.2v223.9c0 17.7 14.3 32 32 32h64V128.2h-96zm48 223.9c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zM0 384h64c17.7 0 32-14.3 32-32V128.2H0V384zm48-63.9c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16c0-8.9 7.2-16 16-16zm435.9 18.6L334.6 217.5l-30 27.5c-29.7 27.1-75.2 24.5-101.7-4.4-26.9-29.4-24.8-74.9 4.4-101.7L289.1 64h-83.8c-8.5 0-16.6 3.4-22.6 9.4L128 128v223.9h18.3l90.5 81.9c27.4 22.3 67.7 18.1 90-9.3l.2-.2 17.9 15.5c15.9 13 39.4 10.5 52.3-5.4l31.4-38.6 5.4 4.4c13.7 11.1 33.9 9.1 45-4.7l9.5-11.7c11.2-13.8 9.1-33.9-4.6-45.1z\"]\n};\nvar faHanukiah = {\n prefix: 'fas',\n iconName: 'hanukiah',\n icon: [640, 512, [], \"f6e6\", \"M232 160c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm-64 0c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm224 0c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm64 0c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm88 8c0-4.42-3.58-8-8-8h-16c-4.42 0-8 3.58-8 8v120h32V168zm-440-8c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm520 0h-32c-8.84 0-16 7.16-16 16v112c0 17.67-14.33 32-32 32H352V128c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v192H96c-17.67 0-32-14.33-32-32V176c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v112c0 53.02 42.98 96 96 96h192v64H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16H352v-64h192c53.02 0 96-42.98 96-96V176c0-8.84-7.16-16-16-16zm-16-32c13.25 0 24-11.94 24-26.67S608 48 608 48s-24 38.61-24 53.33S594.75 128 608 128zm-576 0c13.25 0 24-11.94 24-26.67S32 48 32 48 8 86.61 8 101.33 18.75 128 32 128zm288-48c13.25 0 24-11.94 24-26.67S320 0 320 0s-24 38.61-24 53.33S306.75 80 320 80zm-208 48c13.25 0 24-11.94 24-26.67S112 48 112 48s-24 38.61-24 53.33S98.75 128 112 128zm64 0c13.25 0 24-11.94 24-26.67S176 48 176 48s-24 38.61-24 53.33S162.75 128 176 128zm64 0c13.25 0 24-11.94 24-26.67S240 48 240 48s-24 38.61-24 53.33S226.75 128 240 128zm160 0c13.25 0 24-11.94 24-26.67S400 48 400 48s-24 38.61-24 53.33S386.75 128 400 128zm64 0c13.25 0 24-11.94 24-26.67S464 48 464 48s-24 38.61-24 53.33S450.75 128 464 128zm64 0c13.25 0 24-11.94 24-26.67S528 48 528 48s-24 38.61-24 53.33S514.75 128 528 128z\"]\n};\nvar faHardHat = {\n prefix: 'fas',\n iconName: 'hard-hat',\n icon: [512, 512, [], \"f807\", \"M480 288c0-80.25-49.28-148.92-119.19-177.62L320 192V80a16 16 0 0 0-16-16h-96a16 16 0 0 0-16 16v112l-40.81-81.62C81.28 139.08 32 207.75 32 288v64h448zm16 96H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h480a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faHashtag = {\n prefix: 'fas',\n iconName: 'hashtag',\n icon: [448, 512, [], \"f292\", \"M440.667 182.109l7.143-40c1.313-7.355-4.342-14.109-11.813-14.109h-74.81l14.623-81.891C377.123 38.754 371.468 32 363.997 32h-40.632a12 12 0 0 0-11.813 9.891L296.175 128H197.54l14.623-81.891C213.477 38.754 207.822 32 200.35 32h-40.632a12 12 0 0 0-11.813 9.891L132.528 128H53.432a12 12 0 0 0-11.813 9.891l-7.143 40C33.163 185.246 38.818 192 46.289 192h74.81L98.242 320H19.146a12 12 0 0 0-11.813 9.891l-7.143 40C-1.123 377.246 4.532 384 12.003 384h74.81L72.19 465.891C70.877 473.246 76.532 480 84.003 480h40.632a12 12 0 0 0 11.813-9.891L151.826 384h98.634l-14.623 81.891C234.523 473.246 240.178 480 247.65 480h40.632a12 12 0 0 0 11.813-9.891L315.472 384h79.096a12 12 0 0 0 11.813-9.891l7.143-40c1.313-7.355-4.342-14.109-11.813-14.109h-74.81l22.857-128h79.096a12 12 0 0 0 11.813-9.891zM261.889 320h-98.634l22.857-128h98.634l-22.857 128z\"]\n};\nvar faHatCowboy = {\n prefix: 'fas',\n iconName: 'hat-cowboy',\n icon: [640, 512, [], \"f8c0\", \"M490 296.9C480.51 239.51 450.51 64 392.3 64c-14 0-26.49 5.93-37 14a58.21 58.21 0 0 1-70.58 0c-10.51-8-23-14-37-14-58.2 0-88.2 175.47-97.71 232.88C188.81 309.47 243.73 320 320 320s131.23-10.51 170-23.1zm142.9-37.18a16 16 0 0 0-19.75 1.5c-1 .9-101.27 90.78-293.16 90.78-190.82 0-292.22-89.94-293.24-90.84A16 16 0 0 0 1 278.53C1.73 280.55 78.32 480 320 480s318.27-199.45 319-201.47a16 16 0 0 0-6.09-18.81z\"]\n};\nvar faHatCowboySide = {\n prefix: 'fas',\n iconName: 'hat-cowboy-side',\n icon: [640, 512, [], \"f8c1\", \"M260.8 291.06c-28.63-22.94-62-35.06-96.4-35.06C87 256 21.47 318.72 1.43 412.06c-3.55 16.6-.43 33.83 8.57 47.3C18.75 472.47 31.83 480 45.88 480H592c-103.21 0-155-37.07-233.19-104.46zm234.65-18.29L468.4 116.2A64 64 0 0 0 392 64.41L200.85 105a64 64 0 0 0-50.35 55.79L143.61 226c6.9-.83 13.7-2 20.79-2 41.79 0 82 14.55 117.29 42.82l98 84.48C450.76 412.54 494.9 448 592 448a48 48 0 0 0 48-48c0-25.39-29.6-119.33-144.55-127.23z\"]\n};\nvar faHatWizard = {\n prefix: 'fas',\n iconName: 'hat-wizard',\n icon: [512, 512, [], \"f6e8\", \"M496 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-304-64l-64-32 64-32 32-64 32 64 64 32-64 32-16 32h208l-86.41-201.63a63.955 63.955 0 0 1-1.89-45.45L416 0 228.42 107.19a127.989 127.989 0 0 0-53.46 59.15L64 416h144l-16-32zm64-224l16-32 16 32 32 16-32 16-16 32-16-32-32-16 32-16z\"]\n};\nvar faHaykal = {\n prefix: 'fas',\n iconName: 'haykal',\n icon: [512, 512, [], \"f666\", \"M496.25 202.52l-110-15.44 41.82-104.34c6.67-16.64-11.6-32.18-26.59-22.63L307.44 120 273.35 12.82C270.64 4.27 263.32 0 256 0c-7.32 0-14.64 4.27-17.35 12.82l-34.09 107.19-94.04-59.89c-14.99-9.55-33.25 5.99-26.59 22.63l41.82 104.34-110 15.43c-17.54 2.46-21.68 26.27-6.03 34.67l98.16 52.66-74.48 83.54c-10.92 12.25-1.72 30.93 13.29 30.93 1.31 0 2.67-.14 4.07-.45l108.57-23.65-4.11 112.55c-.43 11.65 8.87 19.22 18.41 19.22 5.15 0 10.39-2.21 14.2-7.18l68.18-88.9 68.18 88.9c3.81 4.97 9.04 7.18 14.2 7.18 9.54 0 18.84-7.57 18.41-19.22l-4.11-112.55 108.57 23.65c17.36 3.76 29.21-17.2 17.35-30.49l-74.48-83.54 98.16-52.66c15.64-8.39 11.5-32.2-6.04-34.66zM338.51 311.68l-51.89-11.3 1.97 53.79L256 311.68l-32.59 42.49 1.96-53.79-51.89 11.3 35.6-39.93-46.92-25.17 52.57-7.38-19.99-49.87 44.95 28.62L256 166.72l16.29 51.23 44.95-28.62-19.99 49.87 52.57 7.38-46.92 25.17 35.61 39.93z\"]\n};\nvar faHdd = {\n prefix: 'fas',\n iconName: 'hdd',\n icon: [576, 512, [], \"f0a0\", \"M576 304v96c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48v-96c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48zm-48-80a79.557 79.557 0 0 1 30.777 6.165L462.25 85.374A48.003 48.003 0 0 0 422.311 64H153.689a48 48 0 0 0-39.938 21.374L17.223 230.165A79.557 79.557 0 0 1 48 224h480zm-48 96c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm-96 0c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z\"]\n};\nvar faHeading = {\n prefix: 'fas',\n iconName: 'heading',\n icon: [512, 512, [], \"f1dc\", \"M448 96v320h32a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H320a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32V288H160v128h32a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32V96H32a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16h-32v128h192V96h-32a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16z\"]\n};\nvar faHeadphones = {\n prefix: 'fas',\n iconName: 'headphones',\n icon: [512, 512, [], \"f025\", \"M256 32C114.52 32 0 146.496 0 288v48a32 32 0 0 0 17.689 28.622l14.383 7.191C34.083 431.903 83.421 480 144 480h24c13.255 0 24-10.745 24-24V280c0-13.255-10.745-24-24-24h-24c-31.342 0-59.671 12.879-80 33.627V288c0-105.869 86.131-192 192-192s192 86.131 192 192v1.627C427.671 268.879 399.342 256 368 256h-24c-13.255 0-24 10.745-24 24v176c0 13.255 10.745 24 24 24h24c60.579 0 109.917-48.098 111.928-108.187l14.382-7.191A32 32 0 0 0 512 336v-48c0-141.479-114.496-256-256-256z\"]\n};\nvar faHeadphonesAlt = {\n prefix: 'fas',\n iconName: 'headphones-alt',\n icon: [512, 512, [], \"f58f\", \"M160 288h-16c-35.35 0-64 28.7-64 64.12v63.76c0 35.41 28.65 64.12 64 64.12h16c17.67 0 32-14.36 32-32.06V320.06c0-17.71-14.33-32.06-32-32.06zm208 0h-16c-17.67 0-32 14.35-32 32.06v127.88c0 17.7 14.33 32.06 32 32.06h16c35.35 0 64-28.71 64-64.12v-63.76c0-35.41-28.65-64.12-64-64.12zM256 32C112.91 32 4.57 151.13 0 288v112c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16V288c0-114.67 93.33-207.8 208-207.82 114.67.02 208 93.15 208 207.82v112c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16V288C507.43 151.13 399.09 32 256 32z\"]\n};\nvar faHeadset = {\n prefix: 'fas',\n iconName: 'headset',\n icon: [512, 512, [], \"f590\", \"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"]\n};\nvar faHeart = {\n prefix: 'fas',\n iconName: 'heart',\n icon: [512, 512, [], \"f004\", \"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"]\n};\nvar faHeartBroken = {\n prefix: 'fas',\n iconName: 'heart-broken',\n icon: [512, 512, [], \"f7a9\", \"M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z\"]\n};\nvar faHeartbeat = {\n prefix: 'fas',\n iconName: 'heartbeat',\n icon: [512, 512, [], \"f21e\", \"M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z\"]\n};\nvar faHelicopter = {\n prefix: 'fas',\n iconName: 'helicopter',\n icon: [640, 512, [], \"f533\", \"M304 384h272c17.67 0 32-14.33 32-32 0-123.71-100.29-224-224-224V64h176c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16H144c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h176v64H112L68.8 70.4C65.78 66.37 61.03 64 56 64H16.01C5.6 64-2.04 73.78.49 83.88L32 192l160 64 86.4 115.2A31.992 31.992 0 0 0 304 384zm112-188.49C478.55 208.3 528.03 257.44 540.79 320H416V195.51zm219.37 263.3l-22.15-22.2c-6.25-6.26-16.24-6.1-22.64.01-7.09 6.77-13.84 11.25-24.64 11.25H240c-8.84 0-16 7.18-16 16.03v32.06c0 8.85 7.16 16.03 16 16.03h325.94c14.88 0 35.3-.47 68.45-29.52 7.02-6.14 7.57-17.05.98-23.66z\"]\n};\nvar faHighlighter = {\n prefix: 'fas',\n iconName: 'highlighter',\n icon: [544, 512, [], \"f591\", \"M0 479.98L99.92 512l35.45-35.45-67.04-67.04L0 479.98zm124.61-240.01a36.592 36.592 0 0 0-10.79 38.1l13.05 42.83-50.93 50.94 96.23 96.23 50.86-50.86 42.74 13.08c13.73 4.2 28.65-.01 38.15-10.78l35.55-41.64-173.34-173.34-41.52 35.44zm403.31-160.7l-63.2-63.2c-20.49-20.49-53.38-21.52-75.12-2.35L190.55 183.68l169.77 169.78L530.27 154.4c19.18-21.74 18.15-54.63-2.35-75.13z\"]\n};\nvar faHiking = {\n prefix: 'fas',\n iconName: 'hiking',\n icon: [384, 512, [], \"f6ec\", \"M80.95 472.23c-4.28 17.16 6.14 34.53 23.28 38.81 2.61.66 5.22.95 7.8.95 14.33 0 27.37-9.7 31.02-24.23l25.24-100.97-52.78-52.78-34.56 138.22zm14.89-196.12L137 117c2.19-8.42-3.14-16.95-11.92-19.06-43.88-10.52-88.35 15.07-99.32 57.17L.49 253.24c-2.19 8.42 3.14 16.95 11.92 19.06l63.56 15.25c8.79 2.1 17.68-3.02 19.87-11.44zM368 160h-16c-8.84 0-16 7.16-16 16v16h-34.75l-46.78-46.78C243.38 134.11 228.61 128 212.91 128c-27.02 0-50.47 18.3-57.03 44.52l-26.92 107.72a32.012 32.012 0 0 0 8.42 30.39L224 397.25V480c0 17.67 14.33 32 32 32s32-14.33 32-32v-82.75c0-17.09-6.66-33.16-18.75-45.25l-46.82-46.82c.15-.5.49-.89.62-1.41l19.89-79.57 22.43 22.43c6 6 14.14 9.38 22.62 9.38h48v240c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16V176c.01-8.84-7.15-16-15.99-16zM240 96c26.51 0 48-21.49 48-48S266.51 0 240 0s-48 21.49-48 48 21.49 48 48 48z\"]\n};\nvar faHippo = {\n prefix: 'fas',\n iconName: 'hippo',\n icon: [640, 512, [], \"f6ed\", \"M581.12 96.2c-27.67-.15-52.5 17.58-76.6 26.62C489.98 88.27 455.83 64 416 64c-11.28 0-21.95 2.3-32 5.88V56c0-13.26-10.75-24-24-24h-16c-13.25 0-24 10.74-24 24v48.98C286.01 79.58 241.24 64 192 64 85.96 64 0 135.64 0 224v240c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16v-70.79C128.35 407.57 166.72 416 208 416s79.65-8.43 112-22.79V464c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V288h128v32c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-32c17.67 0 32-14.33 32-32v-92.02c0-34.09-24.79-67.59-58.88-67.78zM448 176c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z\"]\n};\nvar faHistory = {\n prefix: 'fas',\n iconName: 'history',\n icon: [512, 512, [], \"f1da\", \"M504 255.531c.253 136.64-111.18 248.372-247.82 248.468-59.015.042-113.223-20.53-155.822-54.911-11.077-8.94-11.905-25.541-1.839-35.607l11.267-11.267c8.609-8.609 22.353-9.551 31.891-1.984C173.062 425.135 212.781 440 256 440c101.705 0 184-82.311 184-184 0-101.705-82.311-184-184-184-48.814 0-93.149 18.969-126.068 49.932l50.754 50.754c10.08 10.08 2.941 27.314-11.313 27.314H24c-8.837 0-16-7.163-16-16V38.627c0-14.254 17.234-21.393 27.314-11.314l49.372 49.372C129.209 34.136 189.552 8 256 8c136.81 0 247.747 110.78 248 247.531zm-180.912 78.784l9.823-12.63c8.138-10.463 6.253-25.542-4.21-33.679L288 256.349V152c0-13.255-10.745-24-24-24h-16c-13.255 0-24 10.745-24 24v135.651l65.409 50.874c10.463 8.137 25.541 6.253 33.679-4.21z\"]\n};\nvar faHockeyPuck = {\n prefix: 'fas',\n iconName: 'hockey-puck',\n icon: [512, 512, [], \"f453\", \"M0 160c0-53 114.6-96 256-96s256 43 256 96-114.6 96-256 96S0 213 0 160zm0 82.2V352c0 53 114.6 96 256 96s256-43 256-96V242.2c-113.4 82.3-398.5 82.4-512 0z\"]\n};\nvar faHollyBerry = {\n prefix: 'fas',\n iconName: 'holly-berry',\n icon: [448, 512, [], \"f7aa\", \"M144 192c26.5 0 48-21.5 48-48s-21.5-48-48-48-48 21.5-48 48 21.5 48 48 48zm112-48c0 26.5 21.5 48 48 48s48-21.5 48-48-21.5-48-48-48-48 21.5-48 48zm-32-48c26.5 0 48-21.5 48-48S250.5 0 224 0s-48 21.5-48 48 21.5 48 48 48zm-16.2 139.1c.1-12.4-13.1-20.1-23.8-13.7-34.3 20.3-71.4 32.7-108.7 36.2-9.7.9-15.6 11.3-11.6 20.2 6.2 13.9 11.1 28.6 14.7 43.8 3.6 15.2-5.3 30.6-20.2 35.1-14.9 4.5-30.1 7.6-45.3 9.1-9.7 1-15.7 11.3-11.7 20.2 15 32.8 22.9 69.5 23 107.7.1 14.4 15.2 23.1 27.6 16 33.2-19 68.9-30.5 104.8-33.9 9.7-.9 15.6-11.3 11.6-20.2-6.2-13.9-11.1-28.6-14.7-43.8-3.6-15.2 5.3-30.6 20.2-35.1 14.9-4.5 30.1-7.6 45.3-9.1 9.7-1 15.7-11.3 11.7-20.2-15.5-34.2-23.3-72.5-22.9-112.3zM435 365.6c-15.2-1.6-30.3-4.7-45.3-9.1-14.9-4.5-23.8-19.9-20.2-35.1 3.6-15.2 8.5-29.8 14.7-43.8 4-8.9-1.9-19.3-11.6-20.2-37.3-3.5-74.4-15.9-108.7-36.2-10.7-6.3-23.9 1.4-23.8 13.7 0 1.6-.2 3.2-.2 4.9.2 33.3 7 65.7 19.9 94 5.7 12.4 5.2 26.6-.6 38.9 4.9 1.2 9.9 2.2 14.8 3.7 14.9 4.5 23.8 19.9 20.2 35.1-3.6 15.2-8.5 29.8-14.7 43.8-4 8.9 1.9 19.3 11.6 20.2 35.9 3.4 71.6 14.9 104.8 33.9 12.5 7.1 27.6-1.6 27.6-16 .2-38.2 8-75 23-107.7 4.3-8.7-1.8-19.1-11.5-20.1z\"]\n};\nvar faHome = {\n prefix: 'fas',\n iconName: 'home',\n icon: [576, 512, [], \"f015\", \"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"]\n};\nvar faHorse = {\n prefix: 'fas',\n iconName: 'horse',\n icon: [576, 512, [], \"f6f0\", \"M575.92 76.6c-.01-8.13-3.02-15.87-8.58-21.8-3.78-4.03-8.58-9.12-13.69-14.5 11.06-6.84 19.5-17.49 22.18-30.66C576.85 4.68 572.96 0 567.9 0H447.92c-70.69 0-128 57.31-128 128H160c-28.84 0-54.4 12.98-72 33.11V160c-48.53 0-88 39.47-88 88v56c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-56c0-13.22 6.87-24.39 16.78-31.68-.21 2.58-.78 5.05-.78 7.68 0 27.64 11.84 52.36 30.54 69.88l-25.72 68.6a63.945 63.945 0 0 0-2.16 37.99l24.85 99.41A15.982 15.982 0 0 0 107.02 512h65.96c10.41 0 18.05-9.78 15.52-19.88l-26.31-105.26 23.84-63.59L320 345.6V496c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V318.22c19.74-20.19 32-47.75 32-78.22 0-.22-.07-.42-.08-.64V136.89l16 7.11 18.9 37.7c7.45 14.87 25.05 21.55 40.49 15.37l32.55-13.02a31.997 31.997 0 0 0 20.12-29.74l-.06-77.71zm-64 19.4c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z\"]\n};\nvar faHorseHead = {\n prefix: 'fas',\n iconName: 'horse-head',\n icon: [512, 512, [], \"f7ab\", \"M509.8 332.5l-69.9-164.3c-14.9-41.2-50.4-71-93-79.2 18-10.6 46.3-35.9 34.2-82.3-1.3-5-7.1-7.9-12-6.1L166.9 76.3C35.9 123.4 0 238.9 0 398.8V480c0 17.7 14.3 32 32 32h236.2c23.8 0 39.3-25 28.6-46.3L256 384v-.7c-45.6-3.5-84.6-30.7-104.3-69.6-1.6-3.1-.9-6.9 1.6-9.3l12.1-12.1c3.9-3.9 10.6-2.7 12.9 2.4 14.8 33.7 48.2 57.4 87.4 57.4 17.2 0 33-5.1 46.8-13.2l46 63.9c6 8.4 15.7 13.3 26 13.3h50.3c8.5 0 16.6-3.4 22.6-9.4l45.3-39.8c8.9-9.1 11.7-22.6 7.1-34.4zM328 224c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24z\"]\n};\nvar faHospital = {\n prefix: 'fas',\n iconName: 'hospital',\n icon: [448, 512, [], \"f0f8\", \"M448 492v20H0v-20c0-6.627 5.373-12 12-12h20V120c0-13.255 10.745-24 24-24h88V24c0-13.255 10.745-24 24-24h112c13.255 0 24 10.745 24 24v72h88c13.255 0 24 10.745 24 24v360h20c6.627 0 12 5.373 12 12zM308 192h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zm-168 64h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12zm104 128h-40c-6.627 0-12 5.373-12 12v84h64v-84c0-6.627-5.373-12-12-12zm64-96h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zm-116 12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40zM182 96h26v26a6 6 0 0 0 6 6h20a6 6 0 0 0 6-6V96h26a6 6 0 0 0 6-6V70a6 6 0 0 0-6-6h-26V38a6 6 0 0 0-6-6h-20a6 6 0 0 0-6 6v26h-26a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6z\"]\n};\nvar faHospitalAlt = {\n prefix: 'fas',\n iconName: 'hospital-alt',\n icon: [576, 512, [], \"f47d\", \"M544 96H416V32c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32v64H32c-17.7 0-32 14.3-32 32v368c0 8.8 7.2 16 16 16h544c8.8 0 16-7.2 16-16V128c0-17.7-14.3-32-32-32zM160 436c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm160 128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm16-170c0 3.3-2.7 6-6 6h-26v26c0 3.3-2.7 6-6 6h-20c-3.3 0-6-2.7-6-6v-26h-26c-3.3 0-6-2.7-6-6v-20c0-3.3 2.7-6 6-6h26V86c0-3.3 2.7-6 6-6h20c3.3 0 6 2.7 6 6v26h26c3.3 0 6 2.7 6 6v20zm144 298c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"]\n};\nvar faHospitalSymbol = {\n prefix: 'fas',\n iconName: 'hospital-symbol',\n icon: [512, 512, [], \"f47e\", \"M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm112 376c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-88h-96v88c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V136c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v88h96v-88c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v240z\"]\n};\nvar faHotTub = {\n prefix: 'fas',\n iconName: 'hot-tub',\n icon: [512, 512, [], \"f593\", \"M414.21 177.65c1.02 8.21 7.75 14.35 15.75 14.35h16.12c9.51 0 17.08-8.57 16-18.35-4.34-39.11-22.4-74.53-50.13-97.16-17.37-14.17-28.82-36.75-31.98-62.15C378.96 6.14 372.22 0 364.23 0h-16.12c-9.51 0-17.09 8.57-16 18.35 4.34 39.11 22.4 74.53 50.13 97.16 17.36 14.17 28.82 36.75 31.97 62.14zm-108 0c1.02 8.21 7.75 14.35 15.75 14.35h16.12c9.51 0 17.08-8.57 16-18.35-4.34-39.11-22.4-74.53-50.13-97.16-17.37-14.17-28.82-36.75-31.98-62.15C270.96 6.14 264.22 0 256.23 0h-16.12c-9.51 0-17.09 8.57-16 18.35 4.34 39.11 22.4 74.53 50.13 97.16 17.36 14.17 28.82 36.75 31.97 62.14zM480 256H256l-110.93-83.2a63.99 63.99 0 0 0-38.4-12.8H64c-35.35 0-64 28.65-64 64v224c0 35.35 28.65 64 64 64h384c35.35 0 64-28.65 64-64V288c0-17.67-14.33-32-32-32zM128 440c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zm96 0c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zm96 0c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zm96 0c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zM64 128c35.35 0 64-28.65 64-64S99.35 0 64 0 0 28.65 0 64s28.65 64 64 64z\"]\n};\nvar faHotdog = {\n prefix: 'fas',\n iconName: 'hotdog',\n icon: [512, 512, [], \"f80f\", \"M488.56 23.44a80 80 0 0 0-113.12 0l-352 352a80 80 0 1 0 113.12 113.12l352-352a80 80 0 0 0 0-113.12zm-49.93 95.19c-19.6 19.59-37.52 22.67-51.93 25.14C373.76 146 364.4 147.6 352 160s-14 21.76-16.23 34.71c-2.48 14.4-5.55 32.33-25.15 51.92s-37.52 22.67-51.92 25.15C245.75 274 236.4 275.6 224 288s-14 21.75-16.23 34.7c-2.47 14.4-5.54 32.33-25.14 51.92s-37.53 22.68-51.93 25.15C117.76 402 108.4 403.6 96 416a16 16 0 0 1-22.63-22.63c19.6-19.59 37.52-22.67 51.92-25.14 13-2.22 22.3-3.82 34.71-16.23s14-21.75 16.22-34.7c2.48-14.4 5.55-32.33 25.15-51.92s37.52-22.67 51.92-25.14c13-2.22 22.3-3.83 34.7-16.23s14-21.76 16.24-34.71c2.47-14.4 5.54-32.33 25.14-51.92s37.52-22.68 51.92-25.15C394.24 110 403.59 108.41 416 96a16 16 0 0 1 22.63 22.63zM31.44 322.18L322.18 31.44l-11.54-11.55c-25-25-63.85-26.66-86.79-3.72L16.17 223.85c-22.94 22.94-21.27 61.79 3.72 86.78zm449.12-132.36L189.82 480.56l11.54 11.55c25 25 63.85 26.66 86.79 3.72l207.68-207.68c22.94-22.94 21.27-61.79-3.72-86.79z\"]\n};\nvar faHotel = {\n prefix: 'fas',\n iconName: 'hotel',\n icon: [576, 512, [], \"f594\", \"M560 64c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h15.98v384H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h240v-80c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v80h240c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-16V64h16zm-304 44.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zm0 96c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zm-128-96c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zM179.2 256h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8zM192 384c0-53.02 42.98-96 96-96s96 42.98 96 96H192zm256-140.8c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-96c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4z\"]\n};\nvar faHourglass = {\n prefix: 'fas',\n iconName: 'hourglass',\n icon: [384, 512, [], \"f254\", \"M360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64z\"]\n};\nvar faHourglassEnd = {\n prefix: 'fas',\n iconName: 'hourglass-end',\n icon: [384, 512, [], \"f253\", \"M360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64zM192 208c-57.787 0-104-66.518-104-144h208c0 77.945-46.51 144-104 144z\"]\n};\nvar faHourglassHalf = {\n prefix: 'fas',\n iconName: 'hourglass-half',\n icon: [384, 512, [], \"f252\", \"M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-75.078 384H99.08c17.059-46.797 52.096-80 92.92-80 40.821 0 75.862 33.196 92.922 80zm.019-256H99.078C91.988 108.548 88 86.748 88 64h208c0 22.805-3.987 44.587-11.059 64z\"]\n};\nvar faHourglassStart = {\n prefix: 'fas',\n iconName: 'hourglass-start',\n icon: [384, 512, [], \"f251\", \"M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-64 448H88c0-77.458 46.204-144 104-144 57.786 0 104 66.517 104 144z\"]\n};\nvar faHouseDamage = {\n prefix: 'fas',\n iconName: 'house-damage',\n icon: [576, 512, [], \"f6f1\", \"M288 114.96L69.47 307.71c-1.62 1.46-3.69 2.14-5.47 3.35V496c0 8.84 7.16 16 16 16h149.23L192 439.19l104.11-64-60.16-119.22L384 392.75l-104.11 64L319.81 512H496c8.84 0 16-7.16 16-16V311.1c-1.7-1.16-3.72-1.82-5.26-3.2L288 114.96zm282.69 121.32L512 184.45V48c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v51.69L314.75 10.31C307.12 3.45 297.56.01 288 0s-19.1 3.41-26.7 10.27L5.31 236.28c-6.57 5.91-7.12 16.02-1.21 22.6l21.4 23.82c5.9 6.57 16.02 7.12 22.6 1.21L277.42 81.63c6.05-5.33 15.12-5.33 21.17 0L527.91 283.9c6.57 5.9 16.69 5.36 22.6-1.21l21.4-23.82c5.9-6.57 5.36-16.69-1.22-22.59z\"]\n};\nvar faHryvnia = {\n prefix: 'fas',\n iconName: 'hryvnia',\n icon: [384, 512, [], \"f6f2\", \"M368 240c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-41.86c13.41-28.63 13.74-63.33-4.13-94.05C303.34 49.84 267.1 32 229.96 32h-78.82c-24.32 0-47.86 8.53-66.54 24.09L72.83 65.9c-10.18 8.49-11.56 23.62-3.07 33.8l20.49 24.59c8.49 10.19 23.62 11.56 33.81 3.07l11.73-9.78c4.32-3.6 9.77-5.57 15.39-5.57h83.62c11.69 0 21.2 9.52 21.2 21.2 0 5.91-2.48 11.58-6.81 15.58L219.7 176H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h134.37l-34.67 32H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h41.86c-13.41 28.63-13.74 63.33 4.13 94.05C80.66 462.15 116.9 480 154.04 480h78.82c24.32 0 47.86-8.53 66.54-24.09l11.77-9.81c10.18-8.49 11.56-23.62 3.07-33.8l-20.49-24.59c-8.49-10.19-23.62-11.56-33.81-3.07l-11.75 9.8a23.992 23.992 0 0 1-15.36 5.56H149.2c-11.69 0-21.2-9.52-21.2-21.2 0-5.91 2.48-11.58 6.81-15.58L164.3 336H368c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16H233.63l34.67-32H368z\"]\n};\nvar faICursor = {\n prefix: 'fas',\n iconName: 'i-cursor',\n icon: [256, 512, [], \"f246\", \"M256 52.048V12.065C256 5.496 250.726.148 244.158.066 211.621-.344 166.469.011 128 37.959 90.266.736 46.979-.114 11.913.114 5.318.157 0 5.519 0 12.114v39.645c0 6.687 5.458 12.078 12.145 11.998C38.111 63.447 96 67.243 96 112.182V224H60c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h36v112c0 44.932-56.075 48.031-83.95 47.959C5.404 447.942 0 453.306 0 459.952v39.983c0 6.569 5.274 11.917 11.842 11.999 32.537.409 77.689.054 116.158-37.894 37.734 37.223 81.021 38.073 116.087 37.845 6.595-.043 11.913-5.405 11.913-12V460.24c0-6.687-5.458-12.078-12.145-11.998C217.889 448.553 160 444.939 160 400V288h36c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-36V112.182c0-44.932 56.075-48.213 83.95-48.142 6.646.018 12.05-5.346 12.05-11.992z\"]\n};\nvar faIceCream = {\n prefix: 'fas',\n iconName: 'ice-cream',\n icon: [448, 512, [], \"f810\", \"M368 160h-.94a144 144 0 1 0-286.12 0H80a48 48 0 0 0 0 96h288a48 48 0 0 0 0-96zM195.38 493.69a31.52 31.52 0 0 0 57.24 0L352 288H96z\"]\n};\nvar faIcicles = {\n prefix: 'fas',\n iconName: 'icicles',\n icon: [512, 512, [], \"f7ad\", \"M511.4 37.9C515.1 18.2 500 0 480 0H32C10.6 0-4.8 20.7 1.4 41.2l87.1 273.4c2.5 7.2 12.7 7.2 15.1 0L140 190.5l44.2 187.3c1.9 8.3 13.7 8.3 15.6 0l46.5-196.9 34.1 133.4c2.3 7.6 13 7.6 15.3 0l45.8-172.5 66.7 363.8c1.7 8.6 14 8.6 15.7 0l87.5-467.7z\"]\n};\nvar faIcons = {\n prefix: 'fas',\n iconName: 'icons',\n icon: [512, 512, [], \"f86d\", \"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"]\n};\nvar faIdBadge = {\n prefix: 'fas',\n iconName: 'id-badge',\n icon: [384, 512, [], \"f2c1\", \"M336 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM144 32h96c8.8 0 16 7.2 16 16s-7.2 16-16 16h-96c-8.8 0-16-7.2-16-16s7.2-16 16-16zm48 128c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H102.4C90 416 80 407.4 80 396.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2z\"]\n};\nvar faIdCard = {\n prefix: 'fas',\n iconName: 'id-card',\n icon: [576, 512, [], \"f2c2\", \"M528 32H48C21.5 32 0 53.5 0 80v16h576V80c0-26.5-21.5-48-48-48zM0 432c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V128H0v304zm352-232c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zm0 64c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zm0 64c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zM176 192c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zM67.1 396.2C75.5 370.5 99.6 352 128 352h8.2c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h8.2c28.4 0 52.5 18.5 60.9 44.2 3.2 9.9-5.2 19.8-15.6 19.8H82.7c-10.4 0-18.8-10-15.6-19.8z\"]\n};\nvar faIdCardAlt = {\n prefix: 'fas',\n iconName: 'id-card-alt',\n icon: [576, 512, [], \"f47f\", \"M528 64H384v96H192V64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM288 224c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm93.3 224H194.7c-10.4 0-18.8-10-15.6-19.8 8.3-25.6 32.4-44.2 60.9-44.2h8.2c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h8.2c28.4 0 52.5 18.5 60.9 44.2 3.2 9.8-5.2 19.8-15.6 19.8zM352 32c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32v96h128V32z\"]\n};\nvar faIgloo = {\n prefix: 'fas',\n iconName: 'igloo',\n icon: [576, 512, [], \"f7ae\", \"M320 33.9c-10.5-1.2-21.2-1.9-32-1.9-99.8 0-187.8 50.8-239.4 128H320V33.9zM96 192H30.3C11.1 230.6 0 274 0 320h96V192zM352 39.4V160h175.4C487.2 99.9 424.8 55.9 352 39.4zM480 320h96c0-46-11.1-89.4-30.3-128H480v128zm-64 64v96h128c17.7 0 32-14.3 32-32v-96H411.5c2.6 10.3 4.5 20.9 4.5 32zm32-192H128v128h49.8c22.2-38.1 63-64 110.2-64s88 25.9 110.2 64H448V192zM0 448c0 17.7 14.3 32 32 32h128v-96c0-11.1 1.9-21.7 4.5-32H0v96zm288-160c-53 0-96 43-96 96v96h192v-96c0-53-43-96-96-96z\"]\n};\nvar faImage = {\n prefix: 'fas',\n iconName: 'image',\n icon: [512, 512, [], \"f03e\", \"M464 448H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48zM112 120c-30.928 0-56 25.072-56 56s25.072 56 56 56 56-25.072 56-56-25.072-56-56-56zM64 384h384V272l-87.515-87.515c-4.686-4.686-12.284-4.686-16.971 0L208 320l-55.515-55.515c-4.686-4.686-12.284-4.686-16.971 0L64 336v48z\"]\n};\nvar faImages = {\n prefix: 'fas',\n iconName: 'images',\n icon: [576, 512, [], \"f302\", \"M480 416v16c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v208c0 44.112 35.888 80 80 80h336zm96-80V80c0-26.51-21.49-48-48-48H144c-26.51 0-48 21.49-48 48v256c0 26.51 21.49 48 48 48h384c26.51 0 48-21.49 48-48zM256 128c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-96 144l55.515-55.515c4.686-4.686 12.284-4.686 16.971 0L272 256l135.515-135.515c4.686-4.686 12.284-4.686 16.971 0L512 208v112H160v-48z\"]\n};\nvar faInbox = {\n prefix: 'fas',\n iconName: 'inbox',\n icon: [576, 512, [], \"f01c\", \"M567.938 243.908L462.25 85.374A48.003 48.003 0 0 0 422.311 64H153.689a48 48 0 0 0-39.938 21.374L8.062 243.908A47.994 47.994 0 0 0 0 270.533V400c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V270.533a47.994 47.994 0 0 0-8.062-26.625zM162.252 128h251.497l85.333 128H376l-32 64H232l-32-64H76.918l85.334-128z\"]\n};\nvar faIndent = {\n prefix: 'fas',\n iconName: 'indent',\n icon: [448, 512, [], \"f03c\", \"M27.31 363.3l96-96a16 16 0 0 0 0-22.62l-96-96C17.27 138.66 0 145.78 0 160v192c0 14.31 17.33 21.3 27.31 11.3zM432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm3.17-128H204.83A12.82 12.82 0 0 0 192 300.83v38.34A12.82 12.82 0 0 0 204.83 352h230.34A12.82 12.82 0 0 0 448 339.17v-38.34A12.82 12.82 0 0 0 435.17 288zm0-128H204.83A12.82 12.82 0 0 0 192 172.83v38.34A12.82 12.82 0 0 0 204.83 224h230.34A12.82 12.82 0 0 0 448 211.17v-38.34A12.82 12.82 0 0 0 435.17 160zM432 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faIndustry = {\n prefix: 'fas',\n iconName: 'industry',\n icon: [512, 512, [], \"f275\", \"M475.115 163.781L336 252.309v-68.28c0-18.916-20.931-30.399-36.885-20.248L160 252.309V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56v400c0 13.255 10.745 24 24 24h464c13.255 0 24-10.745 24-24V184.029c0-18.917-20.931-30.399-36.885-20.248z\"]\n};\nvar faInfinity = {\n prefix: 'fas',\n iconName: 'infinity',\n icon: [640, 512, [], \"f534\", \"M471.1 96C405 96 353.3 137.3 320 174.6 286.7 137.3 235 96 168.9 96 75.8 96 0 167.8 0 256s75.8 160 168.9 160c66.1 0 117.8-41.3 151.1-78.6 33.3 37.3 85 78.6 151.1 78.6 93.1 0 168.9-71.8 168.9-160S564.2 96 471.1 96zM168.9 320c-40.2 0-72.9-28.7-72.9-64s32.7-64 72.9-64c38.2 0 73.4 36.1 94 64-20.4 27.6-55.9 64-94 64zm302.2 0c-38.2 0-73.4-36.1-94-64 20.4-27.6 55.9-64 94-64 40.2 0 72.9 28.7 72.9 64s-32.7 64-72.9 64z\"]\n};\nvar faInfo = {\n prefix: 'fas',\n iconName: 'info',\n icon: [192, 512, [], \"f129\", \"M20 424.229h20V279.771H20c-11.046 0-20-8.954-20-20V212c0-11.046 8.954-20 20-20h112c11.046 0 20 8.954 20 20v212.229h20c11.046 0 20 8.954 20 20V492c0 11.046-8.954 20-20 20H20c-11.046 0-20-8.954-20-20v-47.771c0-11.046 8.954-20 20-20zM96 0C56.235 0 24 32.235 24 72s32.235 72 72 72 72-32.235 72-72S135.764 0 96 0z\"]\n};\nvar faInfoCircle = {\n prefix: 'fas',\n iconName: 'info-circle',\n icon: [512, 512, [], \"f05a\", \"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"]\n};\nvar faItalic = {\n prefix: 'fas',\n iconName: 'italic',\n icon: [320, 512, [], \"f033\", \"M320 48v32a16 16 0 0 1-16 16h-62.76l-80 320H208a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H16a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h62.76l80-320H112a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h192a16 16 0 0 1 16 16z\"]\n};\nvar faJedi = {\n prefix: 'fas',\n iconName: 'jedi',\n icon: [544, 512, [], \"f669\", \"M479.99 352l58.88-58.87c3.29-16.8 5.13-34.12 5.13-51.86 0-5.81-.68-11.51-1.05-17.27H496l41.25-41.24c-14.5-64.79-52.43-123.05-107.91-162.27-2.77-1.96-5.97-2.99-9.25-2.99-5.37 0-10.41 2.71-13.49 7.24-3.05 4.49-3.64 9.99-1.61 15.09 6.55 16.46 9.86 33.73 9.86 51.31 0 45.12-21.03 86.57-57.69 113.73-4.02 2.98-6.46 7.5-6.7 12.4-.24 4.92 1.76 9.66 5.49 13.03 32.93 29.75 47.35 73.51 38.57 117.07-9.74 48.35-48.84 87.1-97.31 96.5l-2.5-65.34L321.88 397c2.98 2.06 7.39 1.69 10.02-.8a8.002 8.002 0 0 0 1.34-9.92l-20.11-33.73 42.07-8.72c3.7-.75 6.38-4.05 6.38-7.83 0-3.77-2.69-7.06-6.38-7.83l-42.07-8.73 20.13-33.77c1.92-3.23 1.34-7.31-1.38-9.91-2.7-2.55-6.97-2.89-10-.8l-30.39 20.67L279.96 7.7a7.964 7.964 0 0 0-8-7.7c-4.33 0-7.84 3.38-8 7.67l-11.52 287.97-30.39-20.66c-3.14-2.12-7.27-1.83-10 .78-2.72 2.59-3.3 6.67-1.36 9.94l20.11 33.73-42.07 8.73c-3.7.75-6.38 4.05-6.38 7.83s2.67 7.08 6.38 7.83l42.07 8.72-20.13 33.77c-1.92 3.23-1.34 7.33 1.39 9.94 2.59 2.45 7.03 2.75 10 .75l27.16-18.48-2.5 65.26c-56.94-11.64-99.89-61.89-99.89-121.92 0-35.08 14.62-67.6 41.17-91.58 3.72-3.36 5.72-8.11 5.48-13.01-.24-4.9-2.68-9.41-6.69-12.38-36.67-27.16-57.71-68.62-57.71-113.74 0-17.56 3.31-34.81 9.84-51.26 2.02-5.09 1.43-10.59-1.62-15.09-3.08-4.54-8.13-7.25-13.51-7.25-3.3 0-6.5 1.04-9.27 3-55.87 39.52-93.6 97.37-107.97 162.07L47.93 224H.72c-.63 9.92-.97 19.91-.5 29.99.62 13.43 2.54 26.53 5.11 39.41l58.6 58.6H24.02c41.25 90.23 131.13 154.94 235.1 159.71 4.3.2 8.59.29 12.85.29 110.34 0 205.35-65.83 247.98-160h-39.96z\"]\n};\nvar faJoint = {\n prefix: 'fas',\n iconName: 'joint',\n icon: [640, 512, [], \"f595\", \"M444.34 181.1c22.38 15.68 35.66 41.16 35.66 68.59V280c0 4.42 3.58 8 8 8h48c4.42 0 8-3.58 8-8v-30.31c0-43.24-21.01-83.41-56.34-108.06C463.85 125.02 448 99.34 448 70.31V8c0-4.42-3.58-8-8-8h-48c-4.42 0-8 3.58-8 8v66.4c0 43.69 24.56 81.63 60.34 106.7zM194.97 358.98C126.03 370.07 59.69 394.69 0 432c83.65 52.28 180.3 80 278.94 80h88.57L254.79 380.49c-14.74-17.2-37.45-25.11-59.82-21.51zM553.28 87.09c-5.67-3.8-9.28-9.96-9.28-16.78V8c0-4.42-3.58-8-8-8h-48c-4.42 0-8 3.58-8 8v62.31c0 22.02 10.17 43.41 28.64 55.39C550.79 153.04 576 199.54 576 249.69V280c0 4.42 3.58 8 8 8h48c4.42 0 8-3.58 8-8v-30.31c0-65.44-32.41-126.19-86.72-162.6zM360.89 352.05c-34.4.06-86.81.15-88.21.17l117.8 137.43A63.987 63.987 0 0 0 439.07 512h88.45L409.57 374.4a63.955 63.955 0 0 0-48.68-22.35zM616 352H432l117.99 137.65A63.987 63.987 0 0 0 598.58 512H616c13.25 0 24-10.75 24-24V376c0-13.26-10.75-24-24-24z\"]\n};\nvar faJournalWhills = {\n prefix: 'fas',\n iconName: 'journal-whills',\n icon: [448, 512, [], \"f66a\", \"M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM133.08 144.39l21.26 21.26c1.56 1.56 3.61 2.34 5.66 2.34s4.09-.78 5.66-2.34c3.12-3.12 3.12-8.19 0-11.31l-26.42-26.42c10-20.9 26.24-37.97 46.37-49.26C179.62 88.4 176 99.74 176 112c0 19.96 9.33 37.57 23.66 49.31C190.01 171.37 184 184.96 184 200c0 26.94 19.04 49.4 44.38 54.76l1.36-32.71-10.37 7.04c-.69.45-1.47.69-2.25.69-1 0-1.98-.38-2.75-1.09a4.006 4.006 0 0 1-.69-4.95l8.54-14.31-17.91-3.72c-1.86-.39-3.19-2.03-3.19-3.92s1.33-3.53 3.19-3.92l17.91-3.72-8.54-14.31c-.95-1.61-.67-3.67.69-4.95 1.36-1.3 3.44-1.44 5-.41l12.01 8.16L236 71.83c.09-2.14 1.86-3.83 4-3.83s3.91 1.69 4 3.83l4.68 112.29 14.2-9.65a4.067 4.067 0 0 1 5 .41 4.006 4.006 0 0 1 .69 4.95l-8.54 14.31 17.91 3.72c1.86.39 3.19 2.03 3.19 3.92s-1.33 3.53-3.19 3.92l-17.91 3.72 8.54 14.31c.95 1.61.67 3.67-.69 4.95-.77.72-1.77 1.09-2.75 1.09-.78 0-1.56-.23-2.25-.69l-12.68-8.62 1.43 34.28C276.96 249.4 296 226.94 296 200c0-15.04-6.01-28.63-15.66-38.69C294.67 149.57 304 131.96 304 112c0-12.26-3.62-23.6-9.6-33.33 20.13 11.28 36.37 28.36 46.37 49.26l-26.42 26.42c-3.12 3.12-3.12 8.19 0 11.31 1.56 1.56 3.61 2.34 5.66 2.34s4.09-.78 5.66-2.34l21.26-21.26c2.97 10.08 5.07 20.55 5.07 31.6 0 .52-.14.99-.15 1.51l-37.11 32.47a7.975 7.975 0 0 0-.75 11.28 7.97 7.97 0 0 0 6.02 2.73c1.88 0 3.75-.66 5.27-1.98l23.59-20.64C337.32 250.96 293.09 288 240 288s-97.32-37.04-108.86-86.62l23.59 20.64A7.957 7.957 0 0 0 160 224c2.22 0 4.44-.92 6.02-2.73 2.92-3.33 2.58-8.38-.75-11.28l-37.11-32.47c-.01-.52-.15-.99-.15-1.51-.01-11.06 2.09-21.53 5.07-31.62zM380.8 448H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8v64z\"]\n};\nvar faKaaba = {\n prefix: 'fas',\n iconName: 'kaaba',\n icon: [576, 512, [], \"f66b\", \"M554.12 83.51L318.36 4.93a95.962 95.962 0 0 0-60.71 0L21.88 83.51A32.006 32.006 0 0 0 0 113.87v49.01l265.02-79.51c15.03-4.5 30.92-4.5 45.98 0l265 79.51v-49.01c0-13.77-8.81-26-21.88-30.36zm-279.9 30.52L0 196.3v228.38c0 15 10.42 27.98 25.06 31.24l242.12 53.8a95.937 95.937 0 0 0 41.65 0l242.12-53.8c14.64-3.25 25.06-16.24 25.06-31.24V196.29l-274.2-82.26c-9.04-2.72-18.59-2.72-27.59 0zM128 230.11c0 3.61-2.41 6.77-5.89 7.72l-80 21.82C37.02 261.03 32 257.2 32 251.93v-16.58c0-3.61 2.41-6.77 5.89-7.72l80-21.82c5.09-1.39 10.11 2.44 10.11 7.72v16.58zm144-39.28c0 3.61-2.41 6.77-5.89 7.72l-96 26.18c-5.09 1.39-10.11-2.44-10.11-7.72v-16.58c0-3.61 2.41-6.77 5.89-7.72l96-26.18c5.09-1.39 10.11 2.44 10.11 7.72v16.58zm176 22.7c0-5.28 5.02-9.11 10.11-7.72l80 21.82c3.48.95 5.89 4.11 5.89 7.72v16.58c0 5.28-5.02 9.11-10.11 7.72l-80-21.82a7.997 7.997 0 0 1-5.89-7.72v-16.58zm-144-39.27c0-5.28 5.02-9.11 10.11-7.72l96 26.18c3.48.95 5.89 4.11 5.89 7.72v16.58c0 5.28-5.02 9.11-10.11 7.72l-96-26.18a7.997 7.997 0 0 1-5.89-7.72v-16.58z\"]\n};\nvar faKey = {\n prefix: 'fas',\n iconName: 'key',\n icon: [512, 512, [], \"f084\", \"M512 176.001C512 273.203 433.202 352 336 352c-11.22 0-22.19-1.062-32.827-3.069l-24.012 27.014A23.999 23.999 0 0 1 261.223 384H224v40c0 13.255-10.745 24-24 24h-40v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-78.059c0-6.365 2.529-12.47 7.029-16.971l161.802-161.802C163.108 213.814 160 195.271 160 176 160 78.798 238.797.001 335.999 0 433.488-.001 512 78.511 512 176.001zM336 128c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48-48 21.49-48 48z\"]\n};\nvar faKeyboard = {\n prefix: 'fas',\n iconName: 'keyboard',\n icon: [576, 512, [], \"f11c\", \"M528 448H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48zM128 180v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm288 0v-40c0-6.627-5.373-12-12-12H172c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12z\"]\n};\nvar faKhanda = {\n prefix: 'fas',\n iconName: 'khanda',\n icon: [512, 512, [], \"f66d\", \"M415.81 66c-6.37-3.5-14.37-2.33-19.36 3.02a15.974 15.974 0 0 0-1.91 19.52c16.49 26.16 25.2 56.39 25.2 87.41-.19 53.25-26.77 102.69-71.27 132.41l-76.63 53.35v-20.1l44.05-36.09c3.92-4.2 5-10.09 2.81-15.28L310.85 273c33.84-19.26 56.94-55.25 56.94-96.99 0-40.79-22.02-76.13-54.59-95.71l5.22-11.44c2.34-5.53.93-11.83-3.57-16.04L255.86 0l-58.99 52.81c-4.5 4.21-5.9 10.51-3.57 16.04l5.22 11.44c-32.57 19.58-54.59 54.93-54.59 95.72 0 41.75 23.09 77.73 56.94 96.99l-7.85 17.24c-2.19 5.18-1.1 11.07 2.81 15.28l44.05 36.09v19.9l-76.59-53.33C119.02 278.62 92.44 229.19 92.26 176c0-31.08 8.71-61.31 25.2-87.47 3.87-6.16 2.4-13.77-2.59-19.08-5-5.34-13.68-6.2-20.02-2.7C16.32 109.6-22.3 205.3 13.36 295.99c7.07 17.99 17.89 34.38 30.46 49.06l55.97 65.36c4.87 5.69 13.04 7.24 19.65 3.72l79.35-42.23L228 392.23l-47.08 32.78c-1.67-.37-3.23-1.01-5.01-1.01-13.25 0-23.99 10.74-23.99 24 0 13.25 10.74 24 23.99 24 12.1 0 21.69-9.11 23.33-20.76l40.63-28.28v29.95c-9.39 5.57-15.99 15.38-15.99 27.1 0 17.67 14.32 32 31.98 32s31.98-14.33 31.98-32c0-11.71-6.61-21.52-15.99-27.1v-30.15l40.91 28.48C314.41 462.89 324 472 336.09 472c13.25 0 23.99-10.75 23.99-24 0-13.26-10.74-24-23.99-24-1.78 0-3.34.64-5.01 1.01L284 392.23l29.21-20.34 79.35 42.23c6.61 3.52 14.78 1.97 19.65-3.71l52.51-61.31c18.87-22.02 34-47.5 41.25-75.59 21.62-83.66-16.45-167.27-90.16-207.51zm-95.99 110c0 22.3-11.49 41.92-28.83 53.38l-5.65-12.41c-8.75-24.52-8.75-51.04 0-75.56l7.83-17.18c16.07 11.65 26.65 30.45 26.65 51.77zm-127.93 0c0-21.32 10.58-40.12 26.66-51.76l7.83 17.18c8.75 24.52 8.75 51.03 0 75.56l-5.65 12.41c-17.34-11.46-28.84-31.09-28.84-53.39z\"]\n};\nvar faKiss = {\n prefix: 'fas',\n iconName: 'kiss',\n icon: [496, 512, [], \"f596\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 232c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm136 156c0 19.2-28.7 41.5-71.5 44-8.5.8-12.1-11.8-3.6-15.4l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-6-2.5-6.1-12.2 0-14.8l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-8.6-3.6-4.8-16.5 3.6-15.4 42.8 2.5 71.5 24.8 71.5 44 0 13-13.4 27.3-35.2 36C290.6 368.7 304 383 304 396zm24-156c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faKissBeam = {\n prefix: 'fas',\n iconName: 'kiss-beam',\n icon: [496, 512, [], \"f597\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-39 219.9l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.5 8.5-10.9 12-15.1 4.5zM304 396c0 19.2-28.7 41.5-71.5 44-8.5.8-12.1-11.8-3.6-15.4l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-6-2.5-6.1-12.2 0-14.8l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-8.6-3.6-4.8-16.5 3.6-15.4 42.8 2.5 71.5 24.8 71.5 44 0 13-13.4 27.3-35.2 36C290.6 368.7 304 383 304 396zm65-168.1l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.5 8.5-10.9 12-15.1 4.5z\"]\n};\nvar faKissWinkHeart = {\n prefix: 'fas',\n iconName: 'kiss-wink-heart',\n icon: [504, 512, [], \"f598\", \"M501.1 402.5c-8-20.8-31.5-31.5-53.1-25.9l-8.4 2.2-2.3-8.4c-5.9-21.4-27-36.5-49-33-25.2 4-40.6 28.6-34 52.6l22.9 82.6c1.5 5.3 7 8.5 12.4 7.1l83-21.5c24.1-6.3 37.7-31.8 28.5-55.7zm-177.6-4c-5.6-20.3-2.3-42 9-59.7 29.7-46.3 98.7-45.5 127.8 4.3 6.4.1 12.6 1.4 18.6 2.9 10.9-27.9 17.1-58.2 17.1-90C496 119 385 8 248 8S0 119 0 256s111 248 248 248c35.4 0 68.9-7.5 99.4-20.9-.3-.7-23.9-84.6-23.9-84.6zM168 240c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm120 156c0 19.2-28.7 41.5-71.5 44-8.5.8-12.1-11.8-3.6-15.4l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-6-2.5-5.7-12.3 0-14.8l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-8.8-3.7-4.6-16.6 3.6-15.4 42.8 2.5 71.5 24.8 71.5 44 0 13-13.4 27.3-35.2 36C274.6 368.7 288 383 288 396zm16-179c-8.3 7.4-21.6.4-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S400 181 404 206.2c1.7 11.1-11.3 18.3-19.8 10.8l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L304 217z\"]\n};\nvar faKiwiBird = {\n prefix: 'fas',\n iconName: 'kiwi-bird',\n icon: [576, 512, [], \"f535\", \"M575.81 217.98C572.64 157.41 518.28 112 457.63 112h-9.37c-52.82 0-104.25-16.25-147.74-46.24-41.99-28.96-96.04-41.62-153.21-28.7C129.3 41.12-.08 78.24 0 224c.04 70.95 38.68 132.8 95.99 166.01V464c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-54.26c15.36 3.96 31.4 6.26 48 6.26 5.44 0 10.68-.73 16-1.18V464c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-59.43c14.24-5.06 27.88-11.39 40.34-19.51C342.07 355.25 393.86 336 448.46 336c25.48 0 16.01-.31 23.05-.78l74.41 136.44c2.86 5.23 8.3 8.34 14.05 8.34 1.31 0 2.64-.16 3.95-.5 7.09-1.8 12.05-8.19 12.05-15.5 0 0 .14-240.24-.16-246.02zM463.97 248c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm80 153.25l-39.86-73.08c15.12-5.83 28.73-14.6 39.86-25.98v99.06z\"]\n};\nvar faLandmark = {\n prefix: 'fas',\n iconName: 'landmark',\n icon: [512, 512, [], \"f66f\", \"M501.62 92.11L267.24 2.04a31.958 31.958 0 0 0-22.47 0L10.38 92.11A16.001 16.001 0 0 0 0 107.09V144c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-36.91c0-6.67-4.14-12.64-10.38-14.98zM64 192v160H48c-8.84 0-16 7.16-16 16v48h448v-48c0-8.84-7.16-16-16-16h-16V192h-64v160h-96V192h-64v160h-96V192H64zm432 256H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faLanguage = {\n prefix: 'fas',\n iconName: 'language',\n icon: [640, 512, [], \"f1ab\", \"M152.1 236.2c-3.5-12.1-7.8-33.2-7.8-33.2h-.5s-4.3 21.1-7.8 33.2l-11.1 37.5H163zM616 96H336v320h280c13.3 0 24-10.7 24-24V120c0-13.3-10.7-24-24-24zm-24 120c0 6.6-5.4 12-12 12h-11.4c-6.9 23.6-21.7 47.4-42.7 69.9 8.4 6.4 17.1 12.5 26.1 18 5.5 3.4 7.3 10.5 4.1 16.2l-7.9 13.9c-3.4 5.9-10.9 7.8-16.7 4.3-12.6-7.8-24.5-16.1-35.4-24.9-10.9 8.7-22.7 17.1-35.4 24.9-5.8 3.5-13.3 1.6-16.7-4.3l-7.9-13.9c-3.2-5.6-1.4-12.8 4.2-16.2 9.3-5.7 18-11.7 26.1-18-7.9-8.4-14.9-17-21-25.7-4-5.7-2.2-13.6 3.7-17.1l6.5-3.9 7.3-4.3c5.4-3.2 12.4-1.7 16 3.4 5 7 10.8 14 17.4 20.9 13.5-14.2 23.8-28.9 30-43.2H412c-6.6 0-12-5.4-12-12v-16c0-6.6 5.4-12 12-12h64v-16c0-6.6 5.4-12 12-12h16c6.6 0 12 5.4 12 12v16h64c6.6 0 12 5.4 12 12zM0 120v272c0 13.3 10.7 24 24 24h280V96H24c-13.3 0-24 10.7-24 24zm58.9 216.1L116.4 167c1.7-4.9 6.2-8.1 11.4-8.1h32.5c5.1 0 9.7 3.3 11.4 8.1l57.5 169.1c2.6 7.8-3.1 15.9-11.4 15.9h-22.9a12 12 0 0 1-11.5-8.6l-9.4-31.9h-60.2l-9.1 31.8c-1.5 5.1-6.2 8.7-11.5 8.7H70.3c-8.2 0-14-8.1-11.4-15.9z\"]\n};\nvar faLaptop = {\n prefix: 'fas',\n iconName: 'laptop',\n icon: [640, 512, [], \"f109\", \"M624 416H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33.02-17.47-32.77-32H16c-8.8 0-16 7.2-16 16v16c0 35.2 28.8 64 64 64h512c35.2 0 64-28.8 64-64v-16c0-8.8-7.2-16-16-16zM576 48c0-26.4-21.6-48-48-48H112C85.6 0 64 21.6 64 48v336h512V48zm-64 272H128V64h384v256z\"]\n};\nvar faLaptopCode = {\n prefix: 'fas',\n iconName: 'laptop-code',\n icon: [640, 512, [], \"f5fc\", \"M255.03 261.65c6.25 6.25 16.38 6.25 22.63 0l11.31-11.31c6.25-6.25 6.25-16.38 0-22.63L253.25 192l35.71-35.72c6.25-6.25 6.25-16.38 0-22.63l-11.31-11.31c-6.25-6.25-16.38-6.25-22.63 0l-58.34 58.34c-6.25 6.25-6.25 16.38 0 22.63l58.35 58.34zm96.01-11.3l11.31 11.31c6.25 6.25 16.38 6.25 22.63 0l58.34-58.34c6.25-6.25 6.25-16.38 0-22.63l-58.34-58.34c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63L386.75 192l-35.71 35.72c-6.25 6.25-6.25 16.38 0 22.63zM624 416H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33.02-17.47-32.77-32H16c-8.8 0-16 7.2-16 16v16c0 35.2 28.8 64 64 64h512c35.2 0 64-28.8 64-64v-16c0-8.8-7.2-16-16-16zM576 48c0-26.4-21.6-48-48-48H112C85.6 0 64 21.6 64 48v336h512V48zm-64 272H128V64h384v256z\"]\n};\nvar faLaptopMedical = {\n prefix: 'fas',\n iconName: 'laptop-medical',\n icon: [640, 512, [], \"f812\", \"M232 224h56v56a8 8 0 0 0 8 8h48a8 8 0 0 0 8-8v-56h56a8 8 0 0 0 8-8v-48a8 8 0 0 0-8-8h-56v-56a8 8 0 0 0-8-8h-48a8 8 0 0 0-8 8v56h-56a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8zM576 48a48.14 48.14 0 0 0-48-48H112a48.14 48.14 0 0 0-48 48v336h512zm-64 272H128V64h384zm112 96H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33-17.47-32.77-32H16a16 16 0 0 0-16 16v16a64.19 64.19 0 0 0 64 64h512a64.19 64.19 0 0 0 64-64v-16a16 16 0 0 0-16-16z\"]\n};\nvar faLaugh = {\n prefix: 'fas',\n iconName: 'laugh',\n icon: [496, 512, [], \"f599\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 152c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm88 272h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18-8.9 71-69.5 126-142.9 126z\"]\n};\nvar faLaughBeam = {\n prefix: 'fas',\n iconName: 'laugh-beam',\n icon: [496, 512, [], \"f59a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm24 199.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.8 4.1-15.1-4.5zm-160 0c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zM398.9 306C390 377 329.4 432 256 432h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18z\"]\n};\nvar faLaughSquint = {\n prefix: 'fas',\n iconName: 'laugh-squint',\n icon: [496, 512, [], \"f59b\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm33.8 161.7l80-48c11.6-6.9 24 7.7 15.4 18L343.6 180l33.6 40.3c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.7-4.7-7.7-15.9 0-20.6zm-163-30c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.8 4.7 7.8 15.9 0 20.6l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3zM398.9 306C390 377 329.4 432 256 432h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18z\"]\n};\nvar faLaughWink = {\n prefix: 'fas',\n iconName: 'laugh-wink',\n icon: [496, 512, [], \"f59c\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm20.1 198.1c4-25.2 34.2-42.1 59.9-42.1s55.9 16.9 59.9 42.1c1.7 11.1-11.4 18.3-19.8 10.8l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L288 217c-8.4 7.4-21.6.3-19.9-10.9zM168 160c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm230.9 146C390 377 329.4 432 256 432h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18z\"]\n};\nvar faLayerGroup = {\n prefix: 'fas',\n iconName: 'layer-group',\n icon: [512, 512, [], \"f5fd\", \"M12.41 148.02l232.94 105.67c6.8 3.09 14.49 3.09 21.29 0l232.94-105.67c16.55-7.51 16.55-32.52 0-40.03L266.65 2.31a25.607 25.607 0 0 0-21.29 0L12.41 107.98c-16.55 7.51-16.55 32.53 0 40.04zm487.18 88.28l-58.09-26.33-161.64 73.27c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.51 209.97l-58.1 26.33c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 276.3c16.55-7.5 16.55-32.5 0-40zm0 127.8l-57.87-26.23-161.86 73.37c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.29 337.87 12.41 364.1c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 404.1c16.55-7.5 16.55-32.5 0-40z\"]\n};\nvar faLeaf = {\n prefix: 'fas',\n iconName: 'leaf',\n icon: [576, 512, [], \"f06c\", \"M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.7 576 154.3c0-50.2-10.8-102.2-29.8-144.6z\"]\n};\nvar faLemon = {\n prefix: 'fas',\n iconName: 'lemon',\n icon: [512, 512, [], \"f094\", \"M489.038 22.963C465.944-.13 434.648-5.93 413.947 6.129c-58.906 34.312-181.25-53.077-321.073 86.746S40.441 355.041 6.129 413.945c-12.059 20.702-6.26 51.999 16.833 75.093 23.095 23.095 54.392 28.891 75.095 16.832 58.901-34.31 181.246 53.079 321.068-86.743S471.56 156.96 505.871 98.056c12.059-20.702 6.261-51.999-16.833-75.093zM243.881 95.522c-58.189 14.547-133.808 90.155-148.358 148.358-1.817 7.27-8.342 12.124-15.511 12.124-1.284 0-2.59-.156-3.893-.481-8.572-2.144-13.784-10.83-11.642-19.403C81.901 166.427 166.316 81.93 236.119 64.478c8.575-2.143 17.261 3.069 19.403 11.642s-3.069 17.259-11.641 19.402z\"]\n};\nvar faLessThan = {\n prefix: 'fas',\n iconName: 'less-than',\n icon: [384, 512, [], \"f536\", \"M365.46 357.74L147.04 255.89l218.47-101.88c16.02-7.47 22.95-26.51 15.48-42.53l-13.52-29C360 66.46 340.96 59.53 324.94 67L18.48 209.91a32.014 32.014 0 0 0-18.48 29v34.24c0 12.44 7.21 23.75 18.48 29l306.31 142.83c16.06 7.49 35.15.54 42.64-15.52l13.56-29.08c7.49-16.06.54-35.15-15.53-42.64z\"]\n};\nvar faLessThanEqual = {\n prefix: 'fas',\n iconName: 'less-than-equal',\n icon: [448, 512, [], \"f537\", \"M54.98 214.2l301.41 119.87c18.39 6.03 38.71-2.54 45.38-19.15l12.09-30.08c6.68-16.61-2.82-34.97-21.21-41l-175.44-68.05 175.56-68.09c18.29-6 27.74-24.27 21.1-40.79l-12.03-29.92c-6.64-16.53-26.86-25.06-45.15-19.06L54.98 137.89C41.21 142.41 32 154.5 32 168.07v15.96c0 13.56 9.21 25.65 22.98 30.17zM424 400H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h400c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24z\"]\n};\nvar faLevelDownAlt = {\n prefix: 'fas',\n iconName: 'level-down-alt',\n icon: [320, 512, [], \"f3be\", \"M313.553 392.331L209.587 504.334c-9.485 10.214-25.676 10.229-35.174 0L70.438 392.331C56.232 377.031 67.062 352 88.025 352H152V80H68.024a11.996 11.996 0 0 1-8.485-3.515l-56-56C-4.021 12.926 1.333 0 12.024 0H208c13.255 0 24 10.745 24 24v328h63.966c20.878 0 31.851 24.969 17.587 40.331z\"]\n};\nvar faLevelUpAlt = {\n prefix: 'fas',\n iconName: 'level-up-alt',\n icon: [320, 512, [], \"f3bf\", \"M313.553 119.669L209.587 7.666c-9.485-10.214-25.676-10.229-35.174 0L70.438 119.669C56.232 134.969 67.062 160 88.025 160H152v272H68.024a11.996 11.996 0 0 0-8.485 3.515l-56 56C-4.021 499.074 1.333 512 12.024 512H208c13.255 0 24-10.745 24-24V160h63.966c20.878 0 31.851-24.969 17.587-40.331z\"]\n};\nvar faLifeRing = {\n prefix: 'fas',\n iconName: 'life-ring',\n icon: [512, 512, [], \"f1cd\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm173.696 119.559l-63.399 63.399c-10.987-18.559-26.67-34.252-45.255-45.255l63.399-63.399a218.396 218.396 0 0 1 45.255 45.255zM256 352c-53.019 0-96-42.981-96-96s42.981-96 96-96 96 42.981 96 96-42.981 96-96 96zM127.559 82.304l63.399 63.399c-18.559 10.987-34.252 26.67-45.255 45.255l-63.399-63.399a218.372 218.372 0 0 1 45.255-45.255zM82.304 384.441l63.399-63.399c10.987 18.559 26.67 34.252 45.255 45.255l-63.399 63.399a218.396 218.396 0 0 1-45.255-45.255zm302.137 45.255l-63.399-63.399c18.559-10.987 34.252-26.67 45.255-45.255l63.399 63.399a218.403 218.403 0 0 1-45.255 45.255z\"]\n};\nvar faLightbulb = {\n prefix: 'fas',\n iconName: 'lightbulb',\n icon: [352, 512, [], \"f0eb\", \"M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z\"]\n};\nvar faLink = {\n prefix: 'fas',\n iconName: 'link',\n icon: [512, 512, [], \"f0c1\", \"M326.612 185.391c59.747 59.809 58.927 155.698.36 214.59-.11.12-.24.25-.36.37l-67.2 67.2c-59.27 59.27-155.699 59.262-214.96 0-59.27-59.26-59.27-155.7 0-214.96l37.106-37.106c9.84-9.84 26.786-3.3 27.294 10.606.648 17.722 3.826 35.527 9.69 52.721 1.986 5.822.567 12.262-3.783 16.612l-13.087 13.087c-28.026 28.026-28.905 73.66-1.155 101.96 28.024 28.579 74.086 28.749 102.325.51l67.2-67.19c28.191-28.191 28.073-73.757 0-101.83-3.701-3.694-7.429-6.564-10.341-8.569a16.037 16.037 0 0 1-6.947-12.606c-.396-10.567 3.348-21.456 11.698-29.806l21.054-21.055c5.521-5.521 14.182-6.199 20.584-1.731a152.482 152.482 0 0 1 20.522 17.197zM467.547 44.449c-59.261-59.262-155.69-59.27-214.96 0l-67.2 67.2c-.12.12-.25.25-.36.37-58.566 58.892-59.387 154.781.36 214.59a152.454 152.454 0 0 0 20.521 17.196c6.402 4.468 15.064 3.789 20.584-1.731l21.054-21.055c8.35-8.35 12.094-19.239 11.698-29.806a16.037 16.037 0 0 0-6.947-12.606c-2.912-2.005-6.64-4.875-10.341-8.569-28.073-28.073-28.191-73.639 0-101.83l67.2-67.19c28.239-28.239 74.3-28.069 102.325.51 27.75 28.3 26.872 73.934-1.155 101.96l-13.087 13.087c-4.35 4.35-5.769 10.79-3.783 16.612 5.864 17.194 9.042 34.999 9.69 52.721.509 13.906 17.454 20.446 27.294 10.606l37.106-37.106c59.271-59.259 59.271-155.699.001-214.959z\"]\n};\nvar faLiraSign = {\n prefix: 'fas',\n iconName: 'lira-sign',\n icon: [384, 512, [], \"f195\", \"M371.994 256h-48.019C317.64 256 312 260.912 312 267.246 312 368 230.179 416 144 416V256.781l134.603-29.912A12 12 0 0 0 288 215.155v-40.976c0-7.677-7.109-13.38-14.603-11.714L144 191.219V160.78l134.603-29.912A12 12 0 0 0 288 119.154V78.179c0-7.677-7.109-13.38-14.603-11.714L144 95.219V44c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v68.997L9.397 125.131A12 12 0 0 0 0 136.845v40.976c0 7.677 7.109 13.38 14.603 11.714L64 178.558v30.439L9.397 221.131A12 12 0 0 0 0 232.845v40.976c0 7.677 7.109 13.38 14.603 11.714L64 274.558V468c0 6.627 5.373 12 12 12h79.583c134.091 0 223.255-77.834 228.408-211.592.261-6.782-5.211-12.408-11.997-12.408z\"]\n};\nvar faList = {\n prefix: 'fas',\n iconName: 'list',\n icon: [512, 512, [], \"f03a\", \"M80 368H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm0-320H16A16 16 0 0 0 0 64v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16V64a16 16 0 0 0-16-16zm0 160H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm416 176H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faListAlt = {\n prefix: 'fas',\n iconName: 'list-alt',\n icon: [512, 512, [], \"f022\", \"M464 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zM128 120c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zm0 96c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zm0 96c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zm288-136v-32c0-6.627-5.373-12-12-12H204c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12h200c6.627 0 12-5.373 12-12zm0 96v-32c0-6.627-5.373-12-12-12H204c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12h200c6.627 0 12-5.373 12-12zm0 96v-32c0-6.627-5.373-12-12-12H204c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12h200c6.627 0 12-5.373 12-12z\"]\n};\nvar faListOl = {\n prefix: 'fas',\n iconName: 'list-ol',\n icon: [512, 512, [], \"f0cb\", \"M61.77 401l17.5-20.15a19.92 19.92 0 0 0 5.07-14.19v-3.31C84.34 356 80.5 352 73 352H16a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h22.83a157.41 157.41 0 0 0-11 12.31l-5.61 7c-4 5.07-5.25 10.13-2.8 14.88l1.05 1.93c3 5.76 6.29 7.88 12.25 7.88h4.73c10.33 0 15.94 2.44 15.94 9.09 0 4.72-4.2 8.22-14.36 8.22a41.54 41.54 0 0 1-15.47-3.12c-6.49-3.88-11.74-3.5-15.6 3.12l-5.59 9.31c-3.72 6.13-3.19 11.72 2.63 15.94 7.71 4.69 20.38 9.44 37 9.44 34.16 0 48.5-22.75 48.5-44.12-.03-14.38-9.12-29.76-28.73-34.88zM496 224H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM16 160h64a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8H64V40a8 8 0 0 0-8-8H32a8 8 0 0 0-7.14 4.42l-8 16A8 8 0 0 0 24 64h8v64H16a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8zm-3.91 160H80a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8H41.32c3.29-10.29 48.34-18.68 48.34-56.44 0-29.06-25-39.56-44.47-39.56-21.36 0-33.8 10-40.46 18.75-4.37 5.59-3 10.84 2.8 15.37l8.58 6.88c5.61 4.56 11 2.47 16.12-2.44a13.44 13.44 0 0 1 9.46-3.84c3.33 0 9.28 1.56 9.28 8.75C51 248.19 0 257.31 0 304.59v4C0 316 5.08 320 12.09 320z\"]\n};\nvar faListUl = {\n prefix: 'fas',\n iconName: 'list-ul',\n icon: [512, 512, [], \"f0ca\", \"M48 48a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm0 160a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm0 160a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm448 16H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faLocationArrow = {\n prefix: 'fas',\n iconName: 'location-arrow',\n icon: [512, 512, [], \"f124\", \"M444.52 3.52L28.74 195.42c-47.97 22.39-31.98 92.75 19.19 92.75h175.91v175.91c0 51.17 70.36 67.17 92.75 19.19l191.9-415.78c15.99-38.39-25.59-79.97-63.97-63.97z\"]\n};\nvar faLock = {\n prefix: 'fas',\n iconName: 'lock',\n icon: [448, 512, [], \"f023\", \"M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z\"]\n};\nvar faLockOpen = {\n prefix: 'fas',\n iconName: 'lock-open',\n icon: [576, 512, [], \"f3c1\", \"M423.5 0C339.5.3 272 69.5 272 153.5V224H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48h-48v-71.1c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v80c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-80C576 68 507.5-.3 423.5 0z\"]\n};\nvar faLongArrowAltDown = {\n prefix: 'fas',\n iconName: 'long-arrow-alt-down',\n icon: [256, 512, [], \"f309\", \"M168 345.941V44c0-6.627-5.373-12-12-12h-56c-6.627 0-12 5.373-12 12v301.941H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.569 9.373 33.941 0l86.059-86.059c15.119-15.119 4.411-40.971-16.971-40.971H168z\"]\n};\nvar faLongArrowAltLeft = {\n prefix: 'fas',\n iconName: 'long-arrow-alt-left',\n icon: [448, 512, [], \"f30a\", \"M134.059 296H436c6.627 0 12-5.373 12-12v-56c0-6.627-5.373-12-12-12H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.569 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296z\"]\n};\nvar faLongArrowAltRight = {\n prefix: 'fas',\n iconName: 'long-arrow-alt-right',\n icon: [448, 512, [], \"f30b\", \"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"]\n};\nvar faLongArrowAltUp = {\n prefix: 'fas',\n iconName: 'long-arrow-alt-up',\n icon: [256, 512, [], \"f30c\", \"M88 166.059V468c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12V166.059h46.059c21.382 0 32.09-25.851 16.971-40.971l-86.059-86.059c-9.373-9.373-24.569-9.373-33.941 0l-86.059 86.059c-15.119 15.119-4.411 40.971 16.971 40.971H88z\"]\n};\nvar faLowVision = {\n prefix: 'fas',\n iconName: 'low-vision',\n icon: [576, 512, [], \"f2a8\", \"M569.344 231.631C512.96 135.949 407.81 72 288 72c-28.468 0-56.102 3.619-82.451 10.409L152.778 10.24c-7.601-10.858-22.564-13.5-33.423-5.9l-13.114 9.178c-10.86 7.601-13.502 22.566-5.9 33.426l43.131 58.395C89.449 131.73 40.228 174.683 6.682 231.581c-.01.017-.023.033-.034.05-8.765 14.875-8.964 33.528 0 48.739 38.5 65.332 99.742 115.862 172.859 141.349L55.316 244.302A272.194 272.194 0 0 1 83.61 208.39l119.4 170.58h.01l40.63 58.04a330.055 330.055 0 0 0 78.94 1.17l-189.98-271.4a277.628 277.628 0 0 1 38.777-21.563l251.836 356.544c7.601 10.858 22.564 13.499 33.423 5.9l13.114-9.178c10.86-7.601 13.502-22.567 5.9-33.426l-43.12-58.377-.007-.009c57.161-27.978 104.835-72.04 136.81-126.301a47.938 47.938 0 0 0 .001-48.739zM390.026 345.94l-19.066-27.23c24.682-32.567 27.711-76.353 8.8-111.68v.03c0 23.65-19.17 42.82-42.82 42.82-23.828 0-42.82-19.349-42.82-42.82 0-23.65 19.17-42.82 42.82-42.82h.03c-24.75-13.249-53.522-15.643-79.51-7.68l-19.068-27.237C253.758 123.306 270.488 120 288 120c75.162 0 136 60.826 136 136 0 34.504-12.833 65.975-33.974 89.94z\"]\n};\nvar faLuggageCart = {\n prefix: 'fas',\n iconName: 'luggage-cart',\n icon: [640, 512, [], \"f59d\", \"M224 320h32V96h-32c-17.67 0-32 14.33-32 32v160c0 17.67 14.33 32 32 32zm352-32V128c0-17.67-14.33-32-32-32h-32v224h32c17.67 0 32-14.33 32-32zm48 96H128V16c0-8.84-7.16-16-16-16H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h48v368c0 8.84 7.16 16 16 16h82.94c-1.79 5.03-2.94 10.36-2.94 16 0 26.51 21.49 48 48 48s48-21.49 48-48c0-5.64-1.15-10.97-2.94-16h197.88c-1.79 5.03-2.94 10.36-2.94 16 0 26.51 21.49 48 48 48s48-21.49 48-48c0-5.64-1.15-10.97-2.94-16H624c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM480 96V48c0-26.51-21.49-48-48-48h-96c-26.51 0-48 21.49-48 48v272h192V96zm-48 0h-96V48h96v48z\"]\n};\nvar faMagic = {\n prefix: 'fas',\n iconName: 'magic',\n icon: [512, 512, [], \"f0d0\", \"M224 96l16-32 32-16-32-16-16-32-16 32-32 16 32 16 16 32zM80 160l26.66-53.33L160 80l-53.34-26.67L80 0 53.34 53.33 0 80l53.34 26.67L80 160zm352 128l-26.66 53.33L352 368l53.34 26.67L432 448l26.66-53.33L512 368l-53.34-26.67L432 288zm70.62-193.77L417.77 9.38C411.53 3.12 403.34 0 395.15 0c-8.19 0-16.38 3.12-22.63 9.38L9.38 372.52c-12.5 12.5-12.5 32.76 0 45.25l84.85 84.85c6.25 6.25 14.44 9.37 22.62 9.37 8.19 0 16.38-3.12 22.63-9.37l363.14-363.15c12.5-12.48 12.5-32.75 0-45.24zM359.45 203.46l-50.91-50.91 86.6-86.6 50.91 50.91-86.6 86.6z\"]\n};\nvar faMagnet = {\n prefix: 'fas',\n iconName: 'magnet',\n icon: [512, 512, [], \"f076\", \"M164.07 148.1H12a12 12 0 0 1-12-12v-80a36 36 0 0 1 36-36h104a36 36 0 0 1 36 36v80a11.89 11.89 0 0 1-11.93 12zm347.93-12V56a36 36 0 0 0-36-36H372a36 36 0 0 0-36 36v80a12 12 0 0 0 12 12h152a11.89 11.89 0 0 0 12-11.9zm-164 44a12 12 0 0 0-12 12v52c0 128.1-160 127.9-160 0v-52a12 12 0 0 0-12-12H12.1a12 12 0 0 0-12 12.1c.1 21.4.6 40.3 0 53.3 0 150.6 136.17 246.6 256.75 246.6s255-96 255-246.7c-.6-12.8-.2-33 0-53.2a12 12 0 0 0-12-12.1z\"]\n};\nvar faMailBulk = {\n prefix: 'fas',\n iconName: 'mail-bulk',\n icon: [576, 512, [], \"f674\", \"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"]\n};\nvar faMale = {\n prefix: 'fas',\n iconName: 'male',\n icon: [192, 512, [], \"f183\", \"M96 0c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64S60.654 0 96 0m48 144h-11.36c-22.711 10.443-49.59 10.894-73.28 0H48c-26.51 0-48 21.49-48 48v136c0 13.255 10.745 24 24 24h16v136c0 13.255 10.745 24 24 24h64c13.255 0 24-10.745 24-24V352h16c13.255 0 24-10.745 24-24V192c0-26.51-21.49-48-48-48z\"]\n};\nvar faMap = {\n prefix: 'fas',\n iconName: 'map',\n icon: [576, 512, [], \"f279\", \"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"]\n};\nvar faMapMarked = {\n prefix: 'fas',\n iconName: 'map-marked',\n icon: [576, 512, [], \"f59f\", \"M288 0c-69.59 0-126 56.41-126 126 0 56.26 82.35 158.8 113.9 196.02 6.39 7.54 17.82 7.54 24.2 0C331.65 284.8 414 182.26 414 126 414 56.41 357.59 0 288 0zM20.12 215.95A32.006 32.006 0 0 0 0 245.66v250.32c0 11.32 11.43 19.06 21.94 14.86L160 448V214.92c-8.84-15.98-16.07-31.54-21.25-46.42L20.12 215.95zM288 359.67c-14.07 0-27.38-6.18-36.51-16.96-19.66-23.2-40.57-49.62-59.49-76.72v182l192 64V266c-18.92 27.09-39.82 53.52-59.49 76.72-9.13 10.77-22.44 16.95-36.51 16.95zm266.06-198.51L416 224v288l139.88-55.95A31.996 31.996 0 0 0 576 426.34V176.02c0-11.32-11.43-19.06-21.94-14.86z\"]\n};\nvar faMapMarkedAlt = {\n prefix: 'fas',\n iconName: 'map-marked-alt',\n icon: [576, 512, [], \"f5a0\", \"M288 0c-69.59 0-126 56.41-126 126 0 56.26 82.35 158.8 113.9 196.02 6.39 7.54 17.82 7.54 24.2 0C331.65 284.8 414 182.26 414 126 414 56.41 357.59 0 288 0zm0 168c-23.2 0-42-18.8-42-42s18.8-42 42-42 42 18.8 42 42-18.8 42-42 42zM20.12 215.95A32.006 32.006 0 0 0 0 245.66v250.32c0 11.32 11.43 19.06 21.94 14.86L160 448V214.92c-8.84-15.98-16.07-31.54-21.25-46.42L20.12 215.95zM288 359.67c-14.07 0-27.38-6.18-36.51-16.96-19.66-23.2-40.57-49.62-59.49-76.72v182l192 64V266c-18.92 27.09-39.82 53.52-59.49 76.72-9.13 10.77-22.44 16.95-36.51 16.95zm266.06-198.51L416 224v288l139.88-55.95A31.996 31.996 0 0 0 576 426.34V176.02c0-11.32-11.43-19.06-21.94-14.86z\"]\n};\nvar faMapMarker = {\n prefix: 'fas',\n iconName: 'map-marker',\n icon: [384, 512, [], \"f041\", \"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0z\"]\n};\nvar faMapMarkerAlt = {\n prefix: 'fas',\n iconName: 'map-marker-alt',\n icon: [384, 512, [], \"f3c5\", \"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"]\n};\nvar faMapPin = {\n prefix: 'fas',\n iconName: 'map-pin',\n icon: [288, 512, [], \"f276\", \"M112 316.94v156.69l22.02 33.02c4.75 7.12 15.22 7.12 19.97 0L176 473.63V316.94c-10.39 1.92-21.06 3.06-32 3.06s-21.61-1.14-32-3.06zM144 0C64.47 0 0 64.47 0 144s64.47 144 144 144 144-64.47 144-144S223.53 0 144 0zm0 76c-37.5 0-68 30.5-68 68 0 6.62-5.38 12-12 12s-12-5.38-12-12c0-50.73 41.28-92 92-92 6.62 0 12 5.38 12 12s-5.38 12-12 12z\"]\n};\nvar faMapSigns = {\n prefix: 'fas',\n iconName: 'map-signs',\n icon: [512, 512, [], \"f277\", \"M507.31 84.69L464 41.37c-6-6-14.14-9.37-22.63-9.37H288V16c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v16H56c-13.25 0-24 10.75-24 24v80c0 13.25 10.75 24 24 24h385.37c8.49 0 16.62-3.37 22.63-9.37l43.31-43.31c6.25-6.26 6.25-16.38 0-22.63zM224 496c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V384h-64v112zm232-272H288v-32h-64v32H70.63c-8.49 0-16.62 3.37-22.63 9.37L4.69 276.69c-6.25 6.25-6.25 16.38 0 22.63L48 342.63c6 6 14.14 9.37 22.63 9.37H456c13.25 0 24-10.75 24-24v-80c0-13.25-10.75-24-24-24z\"]\n};\nvar faMarker = {\n prefix: 'fas',\n iconName: 'marker',\n icon: [512, 512, [], \"f5a1\", \"M93.95 290.03A327.038 327.038 0 0 0 .17 485.11l-.03.23c-1.7 15.28 11.21 28.2 26.49 26.51a327.02 327.02 0 0 0 195.34-93.8l75.4-75.4-128.02-128.02-75.4 75.4zM485.49 26.51c-35.35-35.35-92.67-35.35-128.02 0l-21.76 21.76-36.56-36.55c-15.62-15.62-40.95-15.62-56.56 0L138.47 115.84c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0l87.15-87.15 19.59 19.59L191.98 192 320 320.02l165.49-165.49c35.35-35.35 35.35-92.66 0-128.02z\"]\n};\nvar faMars = {\n prefix: 'fas',\n iconName: 'mars',\n icon: [384, 512, [], \"f222\", \"M372 64h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-80.7 80.7c-22.2-14-48.5-22.1-76.7-22.1C64.5 160 0 224.5 0 304s64.5 144 144 144 144-64.5 144-144c0-28.2-8.1-54.5-22.1-76.7l80.7-80.7 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V76c0-6.6-5.4-12-12-12zM144 384c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faMarsDouble = {\n prefix: 'fas',\n iconName: 'mars-double',\n icon: [512, 512, [], \"f227\", \"M340 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-48.7 48.7C198.5 72.1 172.2 64 144 64 64.5 64 0 128.5 0 208s64.5 144 144 144 144-64.5 144-144c0-28.2-8.1-54.5-22.1-76.7l48.7-48.7 16.9 16.9c2.4 2.4 5.5 3.5 8.4 3.5 6.2 0 12.1-4.8 12.1-12V12c0-6.6-5.4-12-12-12zM144 288c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80zm356-128.1h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-48.7 48.7c-18.2-11.4-39-18.9-61.5-21.3-2.1 21.8-8.2 43.3-18.4 63.3 1.1 0 2.2-.1 3.2-.1 44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80c0-1.1 0-2.2.1-3.2-20 10.2-41.5 16.4-63.3 18.4C168.4 455.6 229.6 512 304 512c79.5 0 144-64.5 144-144 0-28.2-8.1-54.5-22.1-76.7l48.7-48.7 16.9 16.9c2.4 2.4 5.4 3.5 8.4 3.5 6.2 0 12.1-4.8 12.1-12v-79c0-6.7-5.4-12.1-12-12.1z\"]\n};\nvar faMarsStroke = {\n prefix: 'fas',\n iconName: 'mars-stroke',\n icon: [384, 512, [], \"f229\", \"M372 64h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-17.5 17.5-14.1-14.1c-4.7-4.7-12.3-4.7-17 0L224.5 133c-4.7 4.7-4.7 12.3 0 17l14.1 14.1-18 18c-22.2-14-48.5-22.1-76.7-22.1C64.5 160 0 224.5 0 304s64.5 144 144 144 144-64.5 144-144c0-28.2-8.1-54.5-22.1-76.7l18-18 14.1 14.1c4.7 4.7 12.3 4.7 17 0l28.3-28.3c4.7-4.7 4.7-12.3 0-17L329.2 164l17.5-17.5 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V76c-.1-6.6-5.5-12-12.1-12zM144 384c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faMarsStrokeH = {\n prefix: 'fas',\n iconName: 'mars-stroke-h',\n icon: [480, 512, [], \"f22b\", \"M476.2 247.5l-55.9-55.9c-7.6-7.6-20.5-2.2-20.5 8.5V224H376v-20c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v20h-27.6c-5.8-25.6-18.7-49.9-38.6-69.8C189.6 98 98.4 98 42.2 154.2c-56.2 56.2-56.2 147.4 0 203.6 56.2 56.2 147.4 56.2 203.6 0 19.9-19.9 32.8-44.2 38.6-69.8H312v20c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-20h23.9v23.9c0 10.7 12.9 16 20.5 8.5l55.9-55.9c4.6-4.7 4.6-12.3-.1-17zm-275.6 65.1c-31.2 31.2-81.9 31.2-113.1 0-31.2-31.2-31.2-81.9 0-113.1 31.2-31.2 81.9-31.2 113.1 0 31.2 31.1 31.2 81.9 0 113.1z\"]\n};\nvar faMarsStrokeV = {\n prefix: 'fas',\n iconName: 'mars-stroke-v',\n icon: [288, 512, [], \"f22a\", \"M245.8 234.2c-19.9-19.9-44.2-32.8-69.8-38.6v-25.4h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V81.4h23.9c10.7 0 16-12.9 8.5-20.5L152.5 5.1c-4.7-4.7-12.3-4.7-17 0L79.6 61c-7.6 7.6-2.2 20.5 8.5 20.5H112v24.7H92c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h20v25.4c-25.6 5.8-49.9 18.7-69.8 38.6-56.2 56.2-56.2 147.4 0 203.6 56.2 56.2 147.4 56.2 203.6 0 56.3-56.2 56.3-147.4 0-203.6zm-45.2 158.4c-31.2 31.2-81.9 31.2-113.1 0-31.2-31.2-31.2-81.9 0-113.1 31.2-31.2 81.9-31.2 113.1 0 31.2 31.1 31.2 81.9 0 113.1z\"]\n};\nvar faMask = {\n prefix: 'fas',\n iconName: 'mask',\n icon: [640, 512, [], \"f6fa\", \"M320.67 64c-442.6 0-357.57 384-158.46 384 39.9 0 77.47-20.69 101.42-55.86l25.73-37.79c15.66-22.99 46.97-22.99 62.63 0l25.73 37.79C401.66 427.31 439.23 448 479.13 448c189.86 0 290.63-384-158.46-384zM184 308.36c-41.06 0-67.76-25.66-80.08-41.05-5.23-6.53-5.23-16.09 0-22.63 12.32-15.4 39.01-41.05 80.08-41.05s67.76 25.66 80.08 41.05c5.23 6.53 5.23 16.09 0 22.63-12.32 15.4-39.02 41.05-80.08 41.05zm272 0c-41.06 0-67.76-25.66-80.08-41.05-5.23-6.53-5.23-16.09 0-22.63 12.32-15.4 39.01-41.05 80.08-41.05s67.76 25.66 80.08 41.05c5.23 6.53 5.23 16.09 0 22.63-12.32 15.4-39.02 41.05-80.08 41.05z\"]\n};\nvar faMedal = {\n prefix: 'fas',\n iconName: 'medal',\n icon: [512, 512, [], \"f5a2\", \"M223.75 130.75L154.62 15.54A31.997 31.997 0 0 0 127.18 0H16.03C3.08 0-4.5 14.57 2.92 25.18l111.27 158.96c29.72-27.77 67.52-46.83 109.56-53.39zM495.97 0H384.82c-11.24 0-21.66 5.9-27.44 15.54l-69.13 115.21c42.04 6.56 79.84 25.62 109.56 53.38L509.08 25.18C516.5 14.57 508.92 0 495.97 0zM256 160c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm92.52 157.26l-37.93 36.96 8.97 52.22c1.6 9.36-8.26 16.51-16.65 12.09L256 393.88l-46.9 24.65c-8.4 4.45-18.25-2.74-16.65-12.09l8.97-52.22-37.93-36.96c-6.82-6.64-3.05-18.23 6.35-19.59l52.43-7.64 23.43-47.52c2.11-4.28 6.19-6.39 10.28-6.39 4.11 0 8.22 2.14 10.33 6.39l23.43 47.52 52.43 7.64c9.4 1.36 13.17 12.95 6.35 19.59z\"]\n};\nvar faMedkit = {\n prefix: 'fas',\n iconName: 'medkit',\n icon: [512, 512, [], \"f0fa\", \"M96 480h320V128h-32V80c0-26.51-21.49-48-48-48H176c-26.51 0-48 21.49-48 48v48H96v352zm96-384h128v32H192V96zm320 80v256c0 26.51-21.49 48-48 48h-16V128h16c26.51 0 48 21.49 48 48zM64 480H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v352zm288-208v32c0 8.837-7.163 16-16 16h-48v48c0 8.837-7.163 16-16 16h-32c-8.837 0-16-7.163-16-16v-48h-48c-8.837 0-16-7.163-16-16v-32c0-8.837 7.163-16 16-16h48v-48c0-8.837 7.163-16 16-16h32c8.837 0 16 7.163 16 16v48h48c8.837 0 16 7.163 16 16z\"]\n};\nvar faMeh = {\n prefix: 'fas',\n iconName: 'meh',\n icon: [496, 512, [], \"f11a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm176 192H152c-21.2 0-21.2-32 0-32h192c21.2 0 21.2 32 0 32zm-16-128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faMehBlank = {\n prefix: 'fas',\n iconName: 'meh-blank',\n icon: [496, 512, [], \"f5a4\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 232c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faMehRollingEyes = {\n prefix: 'fas',\n iconName: 'meh-rolling-eyes',\n icon: [496, 512, [], \"f5a5\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM88 224c0-24.3 13.7-45.2 33.6-56-.7 2.6-1.6 5.2-1.6 8 0 17.7 14.3 32 32 32s32-14.3 32-32c0-2.8-.9-5.4-1.6-8 19.9 10.8 33.6 31.7 33.6 56 0 35.3-28.7 64-64 64s-64-28.7-64-64zm224 176H184c-21.2 0-21.2-32 0-32h128c21.2 0 21.2 32 0 32zm32-112c-35.3 0-64-28.7-64-64 0-24.3 13.7-45.2 33.6-56-.7 2.6-1.6 5.2-1.6 8 0 17.7 14.3 32 32 32s32-14.3 32-32c0-2.8-.9-5.4-1.6-8 19.9 10.8 33.6 31.7 33.6 56 0 35.3-28.7 64-64 64z\"]\n};\nvar faMemory = {\n prefix: 'fas',\n iconName: 'memory',\n icon: [640, 512, [], \"f538\", \"M640 130.94V96c0-17.67-14.33-32-32-32H32C14.33 64 0 78.33 0 96v34.94c18.6 6.61 32 24.19 32 45.06s-13.4 38.45-32 45.06V320h640v-98.94c-18.6-6.61-32-24.19-32-45.06s13.4-38.45 32-45.06zM224 256h-64V128h64v128zm128 0h-64V128h64v128zm128 0h-64V128h64v128zM0 448h64v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h128v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h128v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h128v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h64v-96H0v96z\"]\n};\nvar faMenorah = {\n prefix: 'fas',\n iconName: 'menorah',\n icon: [640, 512, [], \"f676\", \"M144 128h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm96 0h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm192 0h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm96 0h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm80-32c17.67 0 32-14.33 32-32S608 0 608 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S512 0 512 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S416 0 416 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S320 0 320 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S224 0 224 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S128 0 128 0 96 46.33 96 64s14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S32 0 32 0 0 46.33 0 64s14.33 32 32 32zm544 192c0 17.67-14.33 32-32 32H352V144c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v176H96c-17.67 0-32-14.33-32-32V144c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v144c0 53.02 42.98 96 96 96h192v64H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16H352v-64h192c53.02 0 96-42.98 96-96V144c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144z\"]\n};\nvar faMercury = {\n prefix: 'fas',\n iconName: 'mercury',\n icon: [288, 512, [], \"f223\", \"M288 208c0-44.2-19.9-83.7-51.2-110.1 2.5-1.8 4.9-3.8 7.2-5.8 24.7-21.2 39.8-48.8 43.2-78.8.9-7.1-4.7-13.3-11.9-13.3h-40.5C229 0 224.1 4.1 223 9.8c-2.4 12.5-9.6 24.3-20.7 33.8C187 56.8 166.3 64 144 64s-43-7.2-58.4-20.4C74.5 34.1 67.4 22.3 64.9 9.8 63.8 4.1 58.9 0 53.2 0H12.7C5.5 0-.1 6.2.8 13.3 4.2 43.4 19.2 71 44 92.2c2.3 2 4.7 3.9 7.2 5.8C19.9 124.3 0 163.8 0 208c0 68.5 47.9 125.9 112 140.4V400H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.5 112-71.9 112-140.4zm-224 0c0-44.1 35.9-80 80-80s80 35.9 80 80-35.9 80-80 80-80-35.9-80-80z\"]\n};\nvar faMeteor = {\n prefix: 'fas',\n iconName: 'meteor',\n icon: [512, 512, [], \"f753\", \"M491.2.7C452.5 12.3 379.4 35 303.5 62c-2.1-7-4-13.5-5.6-18.6-3-9.7-13.9-14.2-22.9-9.5C232.6 56 122.2 116.5 60.6 176.4c-1.1 1-2.5 2-3.5 3C19 217.4 0 267.3 0 317.2 0 367 19 416.9 57 455c38 38 87.9 57.1 137.8 57 49.9 0 99.8-19 137.9-57.1 1-1 2-2.4 3-3.5 59.8-61.6 120.4-172.1 142.5-214.4 4.7-9 .2-19.9-9.5-22.9-5.2-1.6-11.6-3.5-18.6-5.6 27-76 49.7-149 61.3-187.7C515 8.4 503.6-3 491.2.7zM192 448c-70.7 0-128-57.3-128-128s57.3-128 128-128 128 57.3 128 128-57.3 128-128 128zm-32-192c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm48 96c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16z\"]\n};\nvar faMicrochip = {\n prefix: 'fas',\n iconName: 'microchip',\n icon: [512, 512, [], \"f2db\", \"M416 48v416c0 26.51-21.49 48-48 48H144c-26.51 0-48-21.49-48-48V48c0-26.51 21.49-48 48-48h224c26.51 0 48 21.49 48 48zm96 58v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42V88h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zM30 376h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6z\"]\n};\nvar faMicrophone = {\n prefix: 'fas',\n iconName: 'microphone',\n icon: [352, 512, [], \"f130\", \"M176 352c53.02 0 96-42.98 96-96V96c0-53.02-42.98-96-96-96S80 42.98 80 96v160c0 53.02 42.98 96 96 96zm160-160h-16c-8.84 0-16 7.16-16 16v48c0 74.8-64.49 134.82-140.79 127.38C96.71 376.89 48 317.11 48 250.3V208c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v40.16c0 89.64 63.97 169.55 152 181.69V464H96c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16h-56v-33.77C285.71 418.47 352 344.9 352 256v-48c0-8.84-7.16-16-16-16z\"]\n};\nvar faMicrophoneAlt = {\n prefix: 'fas',\n iconName: 'microphone-alt',\n icon: [352, 512, [], \"f3c9\", \"M336 192h-16c-8.84 0-16 7.16-16 16v48c0 74.8-64.49 134.82-140.79 127.38C96.71 376.89 48 317.11 48 250.3V208c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v40.16c0 89.64 63.97 169.55 152 181.69V464H96c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16h-56v-33.77C285.71 418.47 352 344.9 352 256v-48c0-8.84-7.16-16-16-16zM176 352c53.02 0 96-42.98 96-96h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H272v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H272v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H272c0-53.02-42.98-96-96-96S80 42.98 80 96v160c0 53.02 42.98 96 96 96z\"]\n};\nvar faMicrophoneAltSlash = {\n prefix: 'fas',\n iconName: 'microphone-alt-slash',\n icon: [640, 512, [], \"f539\", \"M633.82 458.1L476.26 336.33C488.74 312.21 496 284.98 496 256v-48c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v48c0 17.92-3.96 34.8-10.72 50.2l-26.55-20.52c3.1-9.4 5.28-19.22 5.28-29.67h-43.67l-41.4-32H416v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H416v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H416c0-53.02-42.98-96-96-96s-96 42.98-96 96v45.36L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.41-6.97 4.16-17.02-2.82-22.45zM400 464h-56v-33.78c11.71-1.62 23.1-4.28 33.96-8.08l-50.4-38.96c-6.71.4-13.41.87-20.35.2-55.85-5.45-98.74-48.63-111.18-101.85L144 241.31v6.85c0 89.64 63.97 169.55 152 181.69V464h-56c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16z\"]\n};\nvar faMicrophoneSlash = {\n prefix: 'fas',\n iconName: 'microphone-slash',\n icon: [640, 512, [], \"f131\", \"M633.82 458.1l-157.8-121.96C488.61 312.13 496 285.01 496 256v-48c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v48c0 17.92-3.96 34.8-10.72 50.2l-26.55-20.52c3.1-9.4 5.28-19.22 5.28-29.67V96c0-53.02-42.98-96-96-96s-96 42.98-96 96v45.36L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.41-6.97 4.16-17.02-2.82-22.45zM400 464h-56v-33.77c11.66-1.6 22.85-4.54 33.67-8.31l-50.11-38.73c-6.71.4-13.41.87-20.35.2-55.85-5.45-98.74-48.63-111.18-101.85L144 241.31v6.85c0 89.64 63.97 169.55 152 181.69V464h-56c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16z\"]\n};\nvar faMicroscope = {\n prefix: 'fas',\n iconName: 'microscope',\n icon: [512, 512, [], \"f610\", \"M160 320h12v16c0 8.84 7.16 16 16 16h40c8.84 0 16-7.16 16-16v-16h12c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32V16c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v16c-17.67 0-32 14.33-32 32v224c0 17.67 14.33 32 32 32zm304 128h-1.29C493.24 413.99 512 369.2 512 320c0-105.88-86.12-192-192-192v64c70.58 0 128 57.42 128 128s-57.42 128-128 128H48c-26.51 0-48 21.49-48 48 0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16 0-26.51-21.49-48-48-48zm-360-32h208c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8H104c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8z\"]\n};\nvar faMinus = {\n prefix: 'fas',\n iconName: 'minus',\n icon: [448, 512, [], \"f068\", \"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"]\n};\nvar faMinusCircle = {\n prefix: 'fas',\n iconName: 'minus-circle',\n icon: [512, 512, [], \"f056\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zM124 296c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h264c6.6 0 12 5.4 12 12v56c0 6.6-5.4 12-12 12H124z\"]\n};\nvar faMinusSquare = {\n prefix: 'fas',\n iconName: 'minus-square',\n icon: [448, 512, [], \"f146\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM92 296c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h264c6.6 0 12 5.4 12 12v56c0 6.6-5.4 12-12 12H92z\"]\n};\nvar faMitten = {\n prefix: 'fas',\n iconName: 'mitten',\n icon: [448, 512, [], \"f7b5\", \"M368 416H48c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16zm57-209.1c-27.2-22.6-67.5-19-90.1 8.2l-20.9 25-29.6-128.4c-18-77.5-95.4-125.9-172.8-108C34.2 21.6-14.2 98.9 3.7 176.4L51.6 384h309l72.5-87c22.7-27.2 19-67.5-8.1-90.1z\"]\n};\nvar faMobile = {\n prefix: 'fas',\n iconName: 'mobile',\n icon: [320, 512, [], \"f10b\", \"M272 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM160 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faMobileAlt = {\n prefix: 'fas',\n iconName: 'mobile-alt',\n icon: [320, 512, [], \"f3cd\", \"M272 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM160 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm112-108c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v312z\"]\n};\nvar faMoneyBill = {\n prefix: 'fas',\n iconName: 'money-bill',\n icon: [640, 512, [], \"f0d6\", \"M608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zM48 400v-64c35.35 0 64 28.65 64 64H48zm0-224v-64h64c0 35.35-28.65 64-64 64zm272 176c-44.19 0-80-42.99-80-96 0-53.02 35.82-96 80-96s80 42.98 80 96c0 53.03-35.83 96-80 96zm272 48h-64c0-35.35 28.65-64 64-64v64zm0-224c-35.35 0-64-28.65-64-64h64v64z\"]\n};\nvar faMoneyBillAlt = {\n prefix: 'fas',\n iconName: 'money-bill-alt',\n icon: [640, 512, [], \"f3d1\", \"M352 288h-16v-88c0-4.42-3.58-8-8-8h-13.58c-4.74 0-9.37 1.4-13.31 4.03l-15.33 10.22a7.994 7.994 0 0 0-2.22 11.09l8.88 13.31a7.994 7.994 0 0 0 11.09 2.22l.47-.31V288h-16c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8h64c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8zM608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zM48 400v-64c35.35 0 64 28.65 64 64H48zm0-224v-64h64c0 35.35-28.65 64-64 64zm272 192c-53.02 0-96-50.15-96-112 0-61.86 42.98-112 96-112s96 50.14 96 112c0 61.87-43 112-96 112zm272 32h-64c0-35.35 28.65-64 64-64v64zm0-224c-35.35 0-64-28.65-64-64h64v64z\"]\n};\nvar faMoneyBillWave = {\n prefix: 'fas',\n iconName: 'money-bill-wave',\n icon: [640, 512, [], \"f53a\", \"M621.16 54.46C582.37 38.19 543.55 32 504.75 32c-123.17-.01-246.33 62.34-369.5 62.34-30.89 0-61.76-3.92-92.65-13.72-3.47-1.1-6.95-1.62-10.35-1.62C15.04 79 0 92.32 0 110.81v317.26c0 12.63 7.23 24.6 18.84 29.46C57.63 473.81 96.45 480 135.25 480c123.17 0 246.34-62.35 369.51-62.35 30.89 0 61.76 3.92 92.65 13.72 3.47 1.1 6.95 1.62 10.35 1.62 17.21 0 32.25-13.32 32.25-31.81V83.93c-.01-12.64-7.24-24.6-18.85-29.47zM48 132.22c20.12 5.04 41.12 7.57 62.72 8.93C104.84 170.54 79 192.69 48 192.69v-60.47zm0 285v-47.78c34.37 0 62.18 27.27 63.71 61.4-22.53-1.81-43.59-6.31-63.71-13.62zM320 352c-44.19 0-80-42.99-80-96 0-53.02 35.82-96 80-96s80 42.98 80 96c0 53.03-35.83 96-80 96zm272 27.78c-17.52-4.39-35.71-6.85-54.32-8.44 5.87-26.08 27.5-45.88 54.32-49.28v57.72zm0-236.11c-30.89-3.91-54.86-29.7-55.81-61.55 19.54 2.17 38.09 6.23 55.81 12.66v48.89z\"]\n};\nvar faMoneyBillWaveAlt = {\n prefix: 'fas',\n iconName: 'money-bill-wave-alt',\n icon: [640, 512, [], \"f53b\", \"M621.16 54.46C582.37 38.19 543.55 32 504.75 32c-123.17-.01-246.33 62.34-369.5 62.34-30.89 0-61.76-3.92-92.65-13.72-3.47-1.1-6.95-1.62-10.35-1.62C15.04 79 0 92.32 0 110.81v317.26c0 12.63 7.23 24.6 18.84 29.46C57.63 473.81 96.45 480 135.25 480c123.17 0 246.34-62.35 369.51-62.35 30.89 0 61.76 3.92 92.65 13.72 3.47 1.1 6.95 1.62 10.35 1.62 17.21 0 32.25-13.32 32.25-31.81V83.93c-.01-12.64-7.24-24.6-18.85-29.47zM320 352c-44.19 0-80-42.99-80-96 0-53.02 35.82-96 80-96s80 42.98 80 96c0 53.03-35.83 96-80 96z\"]\n};\nvar faMoneyCheck = {\n prefix: 'fas',\n iconName: 'money-check',\n icon: [640, 512, [], \"f53c\", \"M0 448c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V128H0v320zm448-208c0-8.84 7.16-16 16-16h96c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-96c-8.84 0-16-7.16-16-16v-32zm0 120c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H456c-4.42 0-8-3.58-8-8v-16zM64 264c0-4.42 3.58-8 8-8h304c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm0 96c0-4.42 3.58-8 8-8h176c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zM624 32H16C7.16 32 0 39.16 0 48v48h640V48c0-8.84-7.16-16-16-16z\"]\n};\nvar faMoneyCheckAlt = {\n prefix: 'fas',\n iconName: 'money-check-alt',\n icon: [640, 512, [], \"f53d\", \"M608 32H32C14.33 32 0 46.33 0 64v384c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zM176 327.88V344c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V152c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07zM416 312c0 4.42-3.58 8-8 8H296c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16zm160 0c0 4.42-3.58 8-8 8h-80c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16zm0-96c0 4.42-3.58 8-8 8H296c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h272c4.42 0 8 3.58 8 8v16z\"]\n};\nvar faMonument = {\n prefix: 'fas',\n iconName: 'monument',\n icon: [384, 512, [], \"f5a6\", \"M368 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h352c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-78.86-347.26a31.97 31.97 0 0 0-9.21-19.44L203.31 4.69c-6.25-6.25-16.38-6.25-22.63 0l-76.6 76.61a31.97 31.97 0 0 0-9.21 19.44L64 416h256l-30.86-315.26zM240 307.2c0 6.4-6.4 12.8-12.8 12.8h-70.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h70.4c6.4 0 12.8 6.4 12.8 12.8v38.4z\"]\n};\nvar faMoon = {\n prefix: 'fas',\n iconName: 'moon',\n icon: [512, 512, [], \"f186\", \"M283.211 512c78.962 0 151.079-35.925 198.857-94.792 7.068-8.708-.639-21.43-11.562-19.35-124.203 23.654-238.262-71.576-238.262-196.954 0-72.222 38.662-138.635 101.498-174.394 9.686-5.512 7.25-20.197-3.756-22.23A258.156 258.156 0 0 0 283.211 0c-141.309 0-256 114.511-256 256 0 141.309 114.511 256 256 256z\"]\n};\nvar faMortarPestle = {\n prefix: 'fas',\n iconName: 'mortar-pestle',\n icon: [512, 512, [], \"f5a7\", \"M501.54 60.91c17.22-17.22 12.51-46.25-9.27-57.14a35.696 35.696 0 0 0-37.37 3.37L251.09 160h151.37l99.08-99.09zM496 192H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16c0 80.98 50.2 150.11 121.13 178.32-12.76 16.87-21.72 36.8-24.95 58.69-1.46 9.92 6.04 18.98 16.07 18.98h223.5c10.03 0 17.53-9.06 16.07-18.98-3.22-21.89-12.18-41.82-24.95-58.69C429.8 406.11 480 336.98 480 256h16c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faMosque = {\n prefix: 'fas',\n iconName: 'mosque',\n icon: [640, 512, [], \"f678\", \"M0 480c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V160H0v320zm579.16-192c17.86-17.39 28.84-37.34 28.84-58.91 0-52.86-41.79-93.79-87.92-122.9-41.94-26.47-80.63-57.77-111.96-96.22L400 0l-8.12 9.97c-31.33 38.45-70.01 69.76-111.96 96.22C233.79 135.3 192 176.23 192 229.09c0 21.57 10.98 41.52 28.84 58.91h358.32zM608 320H192c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h32v-64c0-17.67 14.33-32 32-32s32 14.33 32 32v64h64v-72c0-48 48-72 48-72s48 24 48 72v72h64v-64c0-17.67 14.33-32 32-32s32 14.33 32 32v64h32c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32zM64 0S0 32 0 96v32h128V96c0-64-64-96-64-96z\"]\n};\nvar faMotorcycle = {\n prefix: 'fas',\n iconName: 'motorcycle',\n icon: [640, 512, [], \"f21c\", \"M512.9 192c-14.9-.1-29.1 2.3-42.4 6.9L437.6 144H520c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24h-45.3c-6.8 0-13.3 2.9-17.8 7.9l-37.5 41.7-22.8-38C392.2 68.4 384.4 64 376 64h-80c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h66.4l19.2 32H227.9c-17.7-23.1-44.9-40-99.9-40H72.5C59 104 47.7 115 48 128.5c.2 13 10.9 23.5 24 23.5h56c24.5 0 38.7 10.9 47.8 24.8l-11.3 20.5c-13-3.9-26.9-5.7-41.3-5.2C55.9 194.5 1.6 249.6 0 317c-1.6 72.1 56.3 131 128 131 59.6 0 109.7-40.8 124-96h84.2c13.7 0 24.6-11.4 24-25.1-2.1-47.1 17.5-93.7 56.2-125l12.5 20.8c-27.6 23.7-45.1 58.9-44.8 98.2.5 69.6 57.2 126.5 126.8 127.1 71.6.7 129.8-57.5 129.2-129.1-.7-69.6-57.6-126.4-127.2-126.9zM128 400c-44.1 0-80-35.9-80-80s35.9-80 80-80c4.2 0 8.4.3 12.5 1L99 316.4c-8.8 16 2.8 35.6 21 35.6h81.3c-12.4 28.2-40.6 48-73.3 48zm463.9-75.6c-2.2 40.6-35 73.4-75.5 75.5-46.1 2.5-84.4-34.3-84.4-79.9 0-21.4 8.4-40.8 22.1-55.1l49.4 82.4c4.5 7.6 14.4 10 22 5.5l13.7-8.2c7.6-4.5 10-14.4 5.5-22l-48.6-80.9c5.2-1.1 10.5-1.6 15.9-1.6 45.6-.1 82.3 38.2 79.9 84.3z\"]\n};\nvar faMountain = {\n prefix: 'fas',\n iconName: 'mountain',\n icon: [640, 512, [], \"f6fc\", \"M634.92 462.7l-288-448C341.03 5.54 330.89 0 320 0s-21.03 5.54-26.92 14.7l-288 448a32.001 32.001 0 0 0-1.17 32.64A32.004 32.004 0 0 0 32 512h576c11.71 0 22.48-6.39 28.09-16.67a31.983 31.983 0 0 0-1.17-32.63zM320 91.18L405.39 224H320l-64 64-38.06-38.06L320 91.18z\"]\n};\nvar faMouse = {\n prefix: 'fas',\n iconName: 'mouse',\n icon: [384, 512, [], \"f8cc\", \"M0 352a160 160 0 0 0 160 160h64a160 160 0 0 0 160-160V224H0zM176 0h-16A160 160 0 0 0 0 160v32h176zm48 0h-16v192h176v-32A160 160 0 0 0 224 0z\"]\n};\nvar faMousePointer = {\n prefix: 'fas',\n iconName: 'mouse-pointer',\n icon: [320, 512, [], \"f245\", \"M302.189 329.126H196.105l55.831 135.993c3.889 9.428-.555 19.999-9.444 23.999l-49.165 21.427c-9.165 4-19.443-.571-23.332-9.714l-53.053-129.136-86.664 89.138C18.729 472.71 0 463.554 0 447.977V18.299C0 1.899 19.921-6.096 30.277 5.443l284.412 292.542c11.472 11.179 3.007 31.141-12.5 31.141z\"]\n};\nvar faMugHot = {\n prefix: 'fas',\n iconName: 'mug-hot',\n icon: [512, 512, [], \"f7b6\", \"M127.1 146.5c1.3 7.7 8 13.5 16 13.5h16.5c9.8 0 17.6-8.5 16.3-18-3.8-28.2-16.4-54.2-36.6-74.7-14.4-14.7-23.6-33.3-26.4-53.5C111.8 5.9 105 0 96.8 0H80.4C70.6 0 63 8.5 64.1 18c3.9 31.9 18 61.3 40.6 84.4 12 12.2 19.7 27.5 22.4 44.1zm112 0c1.3 7.7 8 13.5 16 13.5h16.5c9.8 0 17.6-8.5 16.3-18-3.8-28.2-16.4-54.2-36.6-74.7-14.4-14.7-23.6-33.3-26.4-53.5C223.8 5.9 217 0 208.8 0h-16.4c-9.8 0-17.5 8.5-16.3 18 3.9 31.9 18 61.3 40.6 84.4 12 12.2 19.7 27.5 22.4 44.1zM400 192H32c-17.7 0-32 14.3-32 32v192c0 53 43 96 96 96h192c53 0 96-43 96-96h16c61.8 0 112-50.2 112-112s-50.2-112-112-112zm0 160h-16v-96h16c26.5 0 48 21.5 48 48s-21.5 48-48 48z\"]\n};\nvar faMusic = {\n prefix: 'fas',\n iconName: 'music',\n icon: [512, 512, [], \"f001\", \"M470.38 1.51L150.41 96A32 32 0 0 0 128 126.51v261.41A139 139 0 0 0 96 384c-53 0-96 28.66-96 64s43 64 96 64 96-28.66 96-64V214.32l256-75v184.61a138.4 138.4 0 0 0-32-3.93c-53 0-96 28.66-96 64s43 64 96 64 96-28.65 96-64V32a32 32 0 0 0-41.62-30.49z\"]\n};\nvar faNetworkWired = {\n prefix: 'fas',\n iconName: 'network-wired',\n icon: [640, 512, [], \"f6ff\", \"M640 264v-16c0-8.84-7.16-16-16-16H344v-40h72c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32H224c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h72v40H16c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h104v40H64c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h304v40h-56c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h104c8.84 0 16-7.16 16-16zM256 128V64h128v64H256zm-64 320H96v-64h96v64zm352 0h-96v-64h96v64z\"]\n};\nvar faNeuter = {\n prefix: 'fas',\n iconName: 'neuter',\n icon: [288, 512, [], \"f22c\", \"M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 68.5 47.9 125.9 112 140.4V468c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12V316.4c64.1-14.5 112-71.9 112-140.4zm-144 80c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faNewspaper = {\n prefix: 'fas',\n iconName: 'newspaper',\n icon: [576, 512, [], \"f1ea\", \"M552 64H88c-13.255 0-24 10.745-24 24v8H24c-13.255 0-24 10.745-24 24v272c0 30.928 25.072 56 56 56h472c26.51 0 48-21.49 48-48V88c0-13.255-10.745-24-24-24zM56 400a8 8 0 0 1-8-8V144h16v248a8 8 0 0 1-8 8zm236-16H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm-208-96H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm0-96H140c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h360c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12z\"]\n};\nvar faNotEqual = {\n prefix: 'fas',\n iconName: 'not-equal',\n icon: [448, 512, [], \"f53e\", \"M416 208c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32h-23.88l51.87-66.81c5.37-7.02 4.04-17.06-2.97-22.43L415.61 3.3c-7.02-5.38-17.06-4.04-22.44 2.97L311.09 112H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h204.56l-74.53 96H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h55.49l-51.87 66.81c-5.37 7.01-4.04 17.05 2.97 22.43L64 508.7c7.02 5.38 17.06 4.04 22.43-2.97L168.52 400H416c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32H243.05l74.53-96H416z\"]\n};\nvar faNotesMedical = {\n prefix: 'fas',\n iconName: 'notes-medical',\n icon: [384, 512, [], \"f481\", \"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm96 304c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48zm0-192c0 4.4-3.6 8-8 8H104c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h176c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faObjectGroup = {\n prefix: 'fas',\n iconName: 'object-group',\n icon: [512, 512, [], \"f247\", \"M480 128V96h20c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v20H64V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v40c0 6.627 5.373 12 12 12h20v320H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-20h384v20c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-20V128zM96 276V140c0-6.627 5.373-12 12-12h168c6.627 0 12 5.373 12 12v136c0 6.627-5.373 12-12 12H108c-6.627 0-12-5.373-12-12zm320 96c0 6.627-5.373 12-12 12H236c-6.627 0-12-5.373-12-12v-52h72c13.255 0 24-10.745 24-24v-72h84c6.627 0 12 5.373 12 12v136z\"]\n};\nvar faObjectUngroup = {\n prefix: 'fas',\n iconName: 'object-ungroup',\n icon: [576, 512, [], \"f248\", \"M64 320v26a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6v-52a6 6 0 0 1 6-6h26V96H6a6 6 0 0 1-6-6V38a6 6 0 0 1 6-6h52a6 6 0 0 1 6 6v26h288V38a6 6 0 0 1 6-6h52a6 6 0 0 1 6 6v52a6 6 0 0 1-6 6h-26v192h26a6 6 0 0 1 6 6v52a6 6 0 0 1-6 6h-52a6 6 0 0 1-6-6v-26H64zm480-64v-32h26a6 6 0 0 0 6-6v-52a6 6 0 0 0-6-6h-52a6 6 0 0 0-6 6v26H408v72h8c13.255 0 24 10.745 24 24v64c0 13.255-10.745 24-24 24h-64c-13.255 0-24-10.745-24-24v-8H192v72h-26a6 6 0 0 0-6 6v52a6 6 0 0 0 6 6h52a6 6 0 0 0 6-6v-26h288v26a6 6 0 0 0 6 6h52a6 6 0 0 0 6-6v-52a6 6 0 0 0-6-6h-26V256z\"]\n};\nvar faOilCan = {\n prefix: 'fas',\n iconName: 'oil-can',\n icon: [640, 512, [], \"f613\", \"M629.8 160.31L416 224l-50.49-25.24a64.07 64.07 0 0 0-28.62-6.76H280v-48h56c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h56v48h-56L37.72 166.86a31.9 31.9 0 0 0-5.79-.53C14.67 166.33 0 180.36 0 198.34v94.95c0 15.46 11.06 28.72 26.28 31.48L96 337.46V384c0 17.67 14.33 32 32 32h274.63c8.55 0 16.75-3.42 22.76-9.51l212.26-214.75c1.5-1.5 2.34-3.54 2.34-5.66V168c.01-5.31-5.08-9.15-10.19-7.69zM96 288.67l-48-8.73v-62.43l48 8.73v62.43zm453.33 84.66c0 23.56 19.1 42.67 42.67 42.67s42.67-19.1 42.67-42.67S592 288 592 288s-42.67 61.77-42.67 85.33z\"]\n};\nvar faOm = {\n prefix: 'fas',\n iconName: 'om',\n icon: [512, 512, [], \"f679\", \"M360.6 60.94a10.43 10.43 0 0 0 14.76 0l21.57-21.56a10.43 10.43 0 0 0 0-14.76L375.35 3.06c-4.08-4.07-10.68-4.07-14.76 0l-21.57 21.56a10.43 10.43 0 0 0 0 14.76l21.58 21.56zM412.11 192c-26.69 0-51.77 10.39-70.64 29.25l-24.25 24.25c-6.78 6.77-15.78 10.5-25.38 10.5H245c10.54-22.1 14.17-48.11 7.73-75.23-10.1-42.55-46.36-76.11-89.52-83.19-36.15-5.93-70.9 5.04-96.01 28.78-7.36 6.96-6.97 18.85 1.12 24.93l26.15 19.63c5.72 4.3 13.66 4.32 19.2-.21 8.45-6.9 19.02-10.71 30.27-10.71 26.47 0 48.01 21.53 48.01 48s-21.54 48-48.01 48h-31.9c-11.96 0-19.74 12.58-14.39 23.28l16.09 32.17c2.53 5.06 7.6 8.1 13.17 8.55h33.03c35.3 0 64.01 28.7 64.01 64s-28.71 64-64.01 64c-96.02 0-122.35-54.02-145.15-92.03-4.53-7.55-14.77-3.58-14.79 5.22C-.09 416 41.13 512 159.94 512c70.59 0 128.02-57.42 128.02-128 0-23.42-6.78-45.1-17.81-64h21.69c26.69 0 51.77-10.39 70.64-29.25l24.25-24.25c6.78-6.77 15.78-10.5 25.38-10.5 19.78 0 35.88 16.09 35.88 35.88V392c0 13.23-18.77 24-32.01 24-39.4 0-66.67-24.24-81.82-42.89-4.77-5.87-14.2-2.54-14.2 5.02V416s0 64 96.02 64c48.54 0 96.02-39.47 96.02-88V291.88c0-55.08-44.8-99.88-99.89-99.88zm42.18-124.73c-85.55 65.12-169.05 2.75-172.58.05-6.02-4.62-14.44-4.38-20.14.55-5.74 4.92-7.27 13.17-3.66 19.8 1.61 2.95 40.37 72.34 118.8 72.34 79.92 0 98.78-31.36 101.75-37.66 1.02-2.12 1.53-4.47 1.53-6.83V80c0-13.22-15.14-20.69-25.7-12.73z\"]\n};\nvar faOtter = {\n prefix: 'fas',\n iconName: 'otter',\n icon: [640, 512, [], \"f700\", \"M608 32h-32l-13.25-13.25A63.97 63.97 0 0 0 517.49 0H497c-11.14 0-22.08 2.91-31.75 8.43L312 96h-56C149.96 96 64 181.96 64 288v1.61c0 32.75-16 62.14-39.56 84.89-18.19 17.58-28.1 43.68-23.19 71.8 6.76 38.8 42.9 65.7 82.28 65.7H192c17.67 0 32-14.33 32-32s-14.33-32-32-32H80c-8.83 0-16-7.17-16-16s7.17-16 16-16h224c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-64l149.49-80.5L448 416h80c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-28.22l-55.11-110.21L521.14 192H544c53.02 0 96-42.98 96-96V64c0-17.67-14.33-32-32-32zm-96 16c8.84 0 16 7.16 16 16s-7.16 16-16 16-16-7.16-16-16 7.16-16 16-16zm32 96h-34.96L407.2 198.84l-13.77-27.55L512 112h77.05c-6.62 18.58-24.22 32-45.05 32z\"]\n};\nvar faOutdent = {\n prefix: 'fas',\n iconName: 'outdent',\n icon: [448, 512, [], \"f03b\", \"M100.69 363.29c10 10 27.31 2.93 27.31-11.31V160c0-14.32-17.33-21.31-27.31-11.31l-96 96a16 16 0 0 0 0 22.62zM432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm3.17-128H204.83A12.82 12.82 0 0 0 192 300.83v38.34A12.82 12.82 0 0 0 204.83 352h230.34A12.82 12.82 0 0 0 448 339.17v-38.34A12.82 12.82 0 0 0 435.17 288zm0-128H204.83A12.82 12.82 0 0 0 192 172.83v38.34A12.82 12.82 0 0 0 204.83 224h230.34A12.82 12.82 0 0 0 448 211.17v-38.34A12.82 12.82 0 0 0 435.17 160zM432 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faPager = {\n prefix: 'fas',\n iconName: 'pager',\n icon: [512, 512, [], \"f815\", \"M448 64H64a64 64 0 0 0-64 64v256a64 64 0 0 0 64 64h384a64 64 0 0 0 64-64V128a64 64 0 0 0-64-64zM160 368H80a16 16 0 0 1-16-16v-16a16 16 0 0 1 16-16h80zm128-16a16 16 0 0 1-16 16h-80v-48h80a16 16 0 0 1 16 16zm160-128a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32v-64a32 32 0 0 1 32-32h320a32 32 0 0 1 32 32z\"]\n};\nvar faPaintBrush = {\n prefix: 'fas',\n iconName: 'paint-brush',\n icon: [512, 512, [], \"f1fc\", \"M167.02 309.34c-40.12 2.58-76.53 17.86-97.19 72.3-2.35 6.21-8 9.98-14.59 9.98-11.11 0-45.46-27.67-55.25-34.35C0 439.62 37.93 512 128 512c75.86 0 128-43.77 128-120.19 0-3.11-.65-6.08-.97-9.13l-88.01-73.34zM457.89 0c-15.16 0-29.37 6.71-40.21 16.45C213.27 199.05 192 203.34 192 257.09c0 13.7 3.25 26.76 8.73 38.7l63.82 53.18c7.21 1.8 14.64 3.03 22.39 3.03 62.11 0 98.11-45.47 211.16-256.46 7.38-14.35 13.9-29.85 13.9-45.99C512 20.64 486 0 457.89 0z\"]\n};\nvar faPaintRoller = {\n prefix: 'fas',\n iconName: 'paint-roller',\n icon: [512, 512, [], \"f5aa\", \"M416 128V32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v96c0 17.67 14.33 32 32 32h352c17.67 0 32-14.33 32-32zm32-64v128c0 17.67-14.33 32-32 32H256c-35.35 0-64 28.65-64 64v32c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32v-32h160c53.02 0 96-42.98 96-96v-64c0-35.35-28.65-64-64-64z\"]\n};\nvar faPalette = {\n prefix: 'fas',\n iconName: 'palette',\n icon: [512, 512, [], \"f53f\", \"M204.3 5C104.9 24.4 24.8 104.3 5.2 203.4c-37 187 131.7 326.4 258.8 306.7 41.2-6.4 61.4-54.6 42.5-91.7-23.1-45.4 9.9-98.4 60.9-98.4h79.7c35.8 0 64.8-29.6 64.9-65.3C511.5 97.1 368.1-26.9 204.3 5zM96 320c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm32-128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128-64c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 64c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faPallet = {\n prefix: 'fas',\n iconName: 'pallet',\n icon: [640, 512, [], \"f482\", \"M144 256h352c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16H384v128l-64-32-64 32V0H144c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16zm480 128c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v64H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-48v-64h48zm-336 64H128v-64h160v64zm224 0H352v-64h160v64z\"]\n};\nvar faPaperPlane = {\n prefix: 'fas',\n iconName: 'paper-plane',\n icon: [512, 512, [], \"f1d8\", \"M476 3.2L12.5 270.6c-18.1 10.4-15.8 35.6 2.2 43.2L121 358.4l287.3-253.2c5.5-4.9 13.3 2.6 8.6 8.3L176 407v80.5c0 23.6 28.5 32.9 42.5 15.8L282 426l124.6 52.2c14.2 6 30.4-2.9 33-18.2l72-432C515 7.8 493.3-6.8 476 3.2z\"]\n};\nvar faPaperclip = {\n prefix: 'fas',\n iconName: 'paperclip',\n icon: [448, 512, [], \"f0c6\", \"M43.246 466.142c-58.43-60.289-57.341-157.511 1.386-217.581L254.392 34c44.316-45.332 116.351-45.336 160.671 0 43.89 44.894 43.943 117.329 0 162.276L232.214 383.128c-29.855 30.537-78.633 30.111-107.982-.998-28.275-29.97-27.368-77.473 1.452-106.953l143.743-146.835c6.182-6.314 16.312-6.422 22.626-.241l22.861 22.379c6.315 6.182 6.422 16.312.241 22.626L171.427 319.927c-4.932 5.045-5.236 13.428-.648 18.292 4.372 4.634 11.245 4.711 15.688.165l182.849-186.851c19.613-20.062 19.613-52.725-.011-72.798-19.189-19.627-49.957-19.637-69.154 0L90.39 293.295c-34.763 35.56-35.299 93.12-1.191 128.313 34.01 35.093 88.985 35.137 123.058.286l172.06-175.999c6.177-6.319 16.307-6.433 22.626-.256l22.877 22.364c6.319 6.177 6.434 16.307.256 22.626l-172.06 175.998c-59.576 60.938-155.943 60.216-214.77-.485z\"]\n};\nvar faParachuteBox = {\n prefix: 'fas',\n iconName: 'parachute-box',\n icon: [512, 512, [], \"f4cd\", \"M511.9 175c-9.1-75.6-78.4-132.4-158.3-158.7C390 55.7 416 116.9 416 192h28.1L327.5 321.5c-2.5-.6-4.8-1.5-7.5-1.5h-48V192h112C384 76.8 315.1 0 256 0S128 76.8 128 192h112v128h-48c-2.7 0-5 .9-7.5 1.5L67.9 192H96c0-75.1 26-136.3 62.4-175.7C78.5 42.7 9.2 99.5.1 175c-1.1 9.1 6.8 17 16 17h8.7l136.7 151.9c-.7 2.6-1.6 5.2-1.6 8.1v128c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32V352c0-2.9-.9-5.4-1.6-8.1L487.1 192h8.7c9.3 0 17.2-7.8 16.1-17z\"]\n};\nvar faParagraph = {\n prefix: 'fas',\n iconName: 'paragraph',\n icon: [448, 512, [], \"f1dd\", \"M448 48v32a16 16 0 0 1-16 16h-48v368a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V96h-32v368a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V352h-32a160 160 0 0 1 0-320h240a16 16 0 0 1 16 16z\"]\n};\nvar faParking = {\n prefix: 'fas',\n iconName: 'parking',\n icon: [448, 512, [], \"f540\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM240 320h-48v48c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16h96c52.9 0 96 43.1 96 96s-43.1 96-96 96zm0-128h-48v64h48c17.6 0 32-14.4 32-32s-14.4-32-32-32z\"]\n};\nvar faPassport = {\n prefix: 'fas',\n iconName: 'passport',\n icon: [448, 512, [], \"f5ab\", \"M129.62 176h39.09c1.49-27.03 6.54-51.35 14.21-70.41-27.71 13.24-48.02 39.19-53.3 70.41zm0 32c5.29 31.22 25.59 57.17 53.3 70.41-7.68-19.06-12.72-43.38-14.21-70.41h-39.09zM224 286.69c7.69-7.45 20.77-34.42 23.43-78.69h-46.87c2.67 44.26 15.75 71.24 23.44 78.69zM200.57 176h46.87c-2.66-44.26-15.74-71.24-23.43-78.69-7.7 7.45-20.78 34.43-23.44 78.69zm64.51 102.41c27.71-13.24 48.02-39.19 53.3-70.41h-39.09c-1.49 27.03-6.53 51.35-14.21 70.41zM416 0H64C28.65 0 0 28.65 0 64v384c0 35.35 28.65 64 64 64h352c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32zm-80 416H112c-8.8 0-16-7.2-16-16s7.2-16 16-16h224c8.8 0 16 7.2 16 16s-7.2 16-16 16zm-112-96c-70.69 0-128-57.31-128-128S153.31 64 224 64s128 57.31 128 128-57.31 128-128 128zm41.08-214.41c7.68 19.06 12.72 43.38 14.21 70.41h39.09c-5.28-31.22-25.59-57.17-53.3-70.41z\"]\n};\nvar faPastafarianism = {\n prefix: 'fas',\n iconName: 'pastafarianism',\n icon: [640, 512, [], \"f67b\", \"M624.54 347.67c-32.7-12.52-57.36 4.25-75.37 16.45-17.06 11.53-23.25 14.42-31.41 11.36-8.12-3.09-10.83-9.38-15.89-29.38-3.33-13.15-7.44-29.32-17.95-42.65 2.24-2.91 4.43-5.79 6.38-8.57C500.47 304.45 513.71 312 532 312c33.95 0 50.87-25.78 62.06-42.83 10.59-16.14 15-21.17 21.94-21.17 13.25 0 24-10.75 24-24s-10.75-24-24-24c-33.95 0-50.87 25.78-62.06 42.83-10.6 16.14-15 21.17-21.94 21.17-17.31 0-37.48-61.43-97.26-101.91l17.25-34.5C485.43 125.5 512 97.98 512 64c0-35.35-28.65-64-64-64s-64 28.65-64 64c0 13.02 3.94 25.1 10.62 35.21l-18.15 36.3c-16.98-4.6-35.6-7.51-56.46-7.51s-39.49 2.91-56.46 7.51l-18.15-36.3C252.06 89.1 256 77.02 256 64c0-35.35-28.65-64-64-64s-64 28.65-64 64c0 33.98 26.56 61.5 60.02 63.6l17.25 34.5C145.68 202.44 125.15 264 108 264c-6.94 0-11.34-5.03-21.94-21.17C74.88 225.78 57.96 200 24 200c-13.25 0-24 10.75-24 24s10.75 24 24 24c6.94 0 11.34 5.03 21.94 21.17C57.13 286.22 74.05 312 108 312c18.29 0 31.53-7.55 41.7-17.11 1.95 2.79 4.14 5.66 6.38 8.57-10.51 13.33-14.62 29.5-17.95 42.65-5.06 20-7.77 26.28-15.89 29.38-8.11 3.06-14.33.17-31.41-11.36-18.03-12.2-42.72-28.92-75.37-16.45-12.39 4.72-18.59 18.58-13.87 30.97 4.72 12.41 18.61 18.61 30.97 13.88 8.16-3.09 14.34-.19 31.39 11.36 13.55 9.16 30.83 20.86 52.42 20.84 7.17 0 14.83-1.28 22.97-4.39 32.66-12.44 39.98-41.33 45.33-62.44 2.21-8.72 3.99-14.49 5.95-18.87 16.62 13.61 36.95 25.88 61.64 34.17-9.96 37-32.18 90.8-60.26 90.8-13.25 0-24 10.75-24 24s10.75 24 24 24c66.74 0 97.05-88.63 107.42-129.14 6.69.6 13.42 1.14 20.58 1.14s13.89-.54 20.58-1.14C350.95 423.37 381.26 512 448 512c13.25 0 24-10.75 24-24s-10.75-24-24-24c-27.94 0-50.21-53.81-60.22-90.81 24.69-8.29 45-20.56 61.62-34.16 1.96 4.38 3.74 10.15 5.95 18.87 5.34 21.11 12.67 50 45.33 62.44 8.14 3.11 15.8 4.39 22.97 4.39 21.59 0 38.87-11.69 52.42-20.84 17.05-11.55 23.28-14.45 31.39-11.36 12.39 4.75 26.27-1.47 30.97-13.88 4.71-12.4-1.49-26.26-13.89-30.98zM448 48c8.82 0 16 7.18 16 16s-7.18 16-16 16-16-7.18-16-16 7.18-16 16-16zm-256 0c8.82 0 16 7.18 16 16s-7.18 16-16 16-16-7.18-16-16 7.18-16 16-16z\"]\n};\nvar faPaste = {\n prefix: 'fas',\n iconName: 'paste',\n icon: [448, 512, [], \"f0ea\", \"M128 184c0-30.879 25.122-56 56-56h136V56c0-13.255-10.745-24-24-24h-80.61C204.306 12.89 183.637 0 160 0s-44.306 12.89-55.39 32H24C10.745 32 0 42.745 0 56v336c0 13.255 10.745 24 24 24h104V184zm32-144c13.255 0 24 10.745 24 24s-10.745 24-24 24-24-10.745-24-24 10.745-24 24-24zm184 248h104v200c0 13.255-10.745 24-24 24H184c-13.255 0-24-10.745-24-24V184c0-13.255 10.745-24 24-24h136v104c0 13.2 10.8 24 24 24zm104-38.059V256h-96v-96h6.059a24 24 0 0 1 16.97 7.029l65.941 65.941a24.002 24.002 0 0 1 7.03 16.971z\"]\n};\nvar faPause = {\n prefix: 'fas',\n iconName: 'pause',\n icon: [448, 512, [], \"f04c\", \"M144 479H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zm304-48V79c0-26.5-21.5-48-48-48h-96c-26.5 0-48 21.5-48 48v352c0 26.5 21.5 48 48 48h96c26.5 0 48-21.5 48-48z\"]\n};\nvar faPauseCircle = {\n prefix: 'fas',\n iconName: 'pause-circle',\n icon: [512, 512, [], \"f28b\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-16 328c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160zm112 0c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160z\"]\n};\nvar faPaw = {\n prefix: 'fas',\n iconName: 'paw',\n icon: [512, 512, [], \"f1b0\", \"M256 224c-79.41 0-192 122.76-192 200.25 0 34.9 26.81 55.75 71.74 55.75 48.84 0 81.09-25.08 120.26-25.08 39.51 0 71.85 25.08 120.26 25.08 44.93 0 71.74-20.85 71.74-55.75C448 346.76 335.41 224 256 224zm-147.28-12.61c-10.4-34.65-42.44-57.09-71.56-50.13-29.12 6.96-44.29 40.69-33.89 75.34 10.4 34.65 42.44 57.09 71.56 50.13 29.12-6.96 44.29-40.69 33.89-75.34zm84.72-20.78c30.94-8.14 46.42-49.94 34.58-93.36s-46.52-72.01-77.46-63.87-46.42 49.94-34.58 93.36c11.84 43.42 46.53 72.02 77.46 63.87zm281.39-29.34c-29.12-6.96-61.15 15.48-71.56 50.13-10.4 34.65 4.77 68.38 33.89 75.34 29.12 6.96 61.15-15.48 71.56-50.13 10.4-34.65-4.77-68.38-33.89-75.34zm-156.27 29.34c30.94 8.14 65.62-20.45 77.46-63.87 11.84-43.42-3.64-85.21-34.58-93.36s-65.62 20.45-77.46 63.87c-11.84 43.42 3.64 85.22 34.58 93.36z\"]\n};\nvar faPeace = {\n prefix: 'fas',\n iconName: 'peace',\n icon: [496, 512, [], \"f67c\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm184 248c0 31.93-8.2 61.97-22.57 88.17L280 240.63V74.97c86.23 15.21 152 90.5 152 181.03zM216 437.03c-33.86-5.97-64.49-21.2-89.29-43.02L216 322.57v114.46zm64-114.46L369.29 394c-24.8 21.82-55.43 37.05-89.29 43.02V322.57zm-64-247.6v165.66L86.57 344.17C72.2 317.97 64 287.93 64 256c0-90.53 65.77-165.82 152-181.03z\"]\n};\nvar faPen = {\n prefix: 'fas',\n iconName: 'pen',\n icon: [512, 512, [], \"f304\", \"M290.74 93.24l128.02 128.02-277.99 277.99-114.14 12.6C11.35 513.54-1.56 500.62.14 485.34l12.7-114.22 277.9-277.88zm207.2-19.06l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.76 18.75-49.16 0-67.91z\"]\n};\nvar faPenAlt = {\n prefix: 'fas',\n iconName: 'pen-alt',\n icon: [512, 512, [], \"f305\", \"M497.94 74.17l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.75 18.75-49.15 0-67.91zm-246.8-20.53c-15.62-15.62-40.94-15.62-56.56 0L75.8 172.43c-6.25 6.25-6.25 16.38 0 22.62l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l101.82-101.82 22.63 22.62L93.95 290.03A327.038 327.038 0 0 0 .17 485.11l-.03.23c-1.7 15.28 11.21 28.2 26.49 26.51a327.02 327.02 0 0 0 195.34-93.8l196.79-196.79-82.77-82.77-84.85-84.85z\"]\n};\nvar faPenFancy = {\n prefix: 'fas',\n iconName: 'pen-fancy',\n icon: [512, 512, [], \"f5ac\", \"M79.18 282.94a32.005 32.005 0 0 0-20.24 20.24L0 480l4.69 4.69 92.89-92.89c-.66-2.56-1.57-5.03-1.57-7.8 0-17.67 14.33-32 32-32s32 14.33 32 32-14.33 32-32 32c-2.77 0-5.24-.91-7.8-1.57l-92.89 92.89L32 512l176.82-58.94a31.983 31.983 0 0 0 20.24-20.24l33.07-84.07-98.88-98.88-84.07 33.07zM369.25 28.32L186.14 227.81l97.85 97.85 199.49-183.11C568.4 67.48 443.73-55.94 369.25 28.32z\"]\n};\nvar faPenNib = {\n prefix: 'fas',\n iconName: 'pen-nib',\n icon: [512, 512, [], \"f5ad\", \"M136.6 138.79a64.003 64.003 0 0 0-43.31 41.35L0 460l14.69 14.69L164.8 324.58c-2.99-6.26-4.8-13.18-4.8-20.58 0-26.51 21.49-48 48-48s48 21.49 48 48-21.49 48-48 48c-7.4 0-14.32-1.81-20.58-4.8L37.31 497.31 52 512l279.86-93.29a64.003 64.003 0 0 0 41.35-43.31L416 224 288 96l-151.4 42.79zm361.34-64.62l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.75 18.75-49.15 0-67.91z\"]\n};\nvar faPenSquare = {\n prefix: 'fas',\n iconName: 'pen-square',\n icon: [448, 512, [], \"f14b\", \"M400 480H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zM238.1 177.9L102.4 313.6l-6.3 57.1c-.8 7.6 5.6 14.1 13.3 13.3l57.1-6.3L302.2 242c2.3-2.3 2.3-6.1 0-8.5L246.7 178c-2.5-2.4-6.3-2.4-8.6-.1zM345 165.1L314.9 135c-9.4-9.4-24.6-9.4-33.9 0l-23.1 23.1c-2.3 2.3-2.3 6.1 0 8.5l55.5 55.5c2.3 2.3 6.1 2.3 8.5 0L345 199c9.3-9.3 9.3-24.5 0-33.9z\"]\n};\nvar faPencilAlt = {\n prefix: 'fas',\n iconName: 'pencil-alt',\n icon: [512, 512, [], \"f303\", \"M497.9 142.1l-46.1 46.1c-4.7 4.7-12.3 4.7-17 0l-111-111c-4.7-4.7-4.7-12.3 0-17l46.1-46.1c18.7-18.7 49.1-18.7 67.9 0l60.1 60.1c18.8 18.7 18.8 49.1 0 67.9zM284.2 99.8L21.6 362.4.4 483.9c-2.9 16.4 11.4 30.6 27.8 27.8l121.5-21.3 262.6-262.6c4.7-4.7 4.7-12.3 0-17l-111-111c-4.8-4.7-12.4-4.7-17.1 0zM124.1 339.9c-5.5-5.5-5.5-14.3 0-19.8l154-154c5.5-5.5 14.3-5.5 19.8 0s5.5 14.3 0 19.8l-154 154c-5.5 5.5-14.3 5.5-19.8 0zM88 424h48v36.3l-64.5 11.3-31.1-31.1L51.7 376H88v48z\"]\n};\nvar faPencilRuler = {\n prefix: 'fas',\n iconName: 'pencil-ruler',\n icon: [512, 512, [], \"f5ae\", \"M109.46 244.04l134.58-134.56-44.12-44.12-61.68 61.68a7.919 7.919 0 0 1-11.21 0l-11.21-11.21c-3.1-3.1-3.1-8.12 0-11.21l61.68-61.68-33.64-33.65C131.47-3.1 111.39-3.1 99 9.29L9.29 99c-12.38 12.39-12.39 32.47 0 44.86l100.17 100.18zm388.47-116.8c18.76-18.76 18.75-49.17 0-67.93l-45.25-45.25c-18.76-18.76-49.18-18.76-67.95 0l-46.02 46.01 113.2 113.2 46.02-46.03zM316.08 82.71l-297 296.96L.32 487.11c-2.53 14.49 10.09 27.11 24.59 24.56l107.45-18.84L429.28 195.9 316.08 82.71zm186.63 285.43l-33.64-33.64-61.68 61.68c-3.1 3.1-8.12 3.1-11.21 0l-11.21-11.21c-3.09-3.1-3.09-8.12 0-11.21l61.68-61.68-44.14-44.14L267.93 402.5l100.21 100.2c12.39 12.39 32.47 12.39 44.86 0l89.71-89.7c12.39-12.39 12.39-32.47 0-44.86z\"]\n};\nvar faPeopleCarry = {\n prefix: 'fas',\n iconName: 'people-carry',\n icon: [640, 512, [], \"f4ce\", \"M128 96c26.5 0 48-21.5 48-48S154.5 0 128 0 80 21.5 80 48s21.5 48 48 48zm384 0c26.5 0 48-21.5 48-48S538.5 0 512 0s-48 21.5-48 48 21.5 48 48 48zm125.7 372.1l-44-110-41.1 46.4-2 18.2 27.7 69.2c5 12.5 17 20.1 29.7 20.1 4 0 8-.7 11.9-2.3 16.4-6.6 24.4-25.2 17.8-41.6zm-34.2-209.8L585 178.1c-4.6-20-18.6-36.8-37.5-44.9-18.5-8-39-6.7-56.1 3.3-22.7 13.4-39.7 34.5-48.1 59.4L432 229.8 416 240v-96c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v96l-16.1-10.2-11.3-33.9c-8.3-25-25.4-46-48.1-59.4-17.2-10-37.6-11.3-56.1-3.3-18.9 8.1-32.9 24.9-37.5 44.9l-18.4 80.2c-4.6 20 .7 41.2 14.4 56.7l67.2 75.9 10.1 92.6C130 499.8 143.8 512 160 512c1.2 0 2.3-.1 3.5-.2 17.6-1.9 30.2-17.7 28.3-35.3l-10.1-92.8c-1.5-13-6.9-25.1-15.6-35l-43.3-49 17.6-70.3 6.8 20.4c4.1 12.5 11.9 23.4 24.5 32.6l51.1 32.5c4.6 2.9 12.1 4.6 17.2 5h160c5.1-.4 12.6-2.1 17.2-5l51.1-32.5c12.6-9.2 20.4-20 24.5-32.6l6.8-20.4 17.6 70.3-43.3 49c-8.7 9.9-14.1 22-15.6 35l-10.1 92.8c-1.9 17.6 10.8 33.4 28.3 35.3 1.2.1 2.3.2 3.5.2 16.1 0 30-12.1 31.8-28.5l10.1-92.6 67.2-75.9c13.6-15.5 19-36.7 14.4-56.7zM46.3 358.1l-44 110c-6.6 16.4 1.4 35 17.8 41.6 16.8 6.6 35.1-1.7 41.6-17.8l27.7-69.2-2-18.2-41.1-46.4z\"]\n};\nvar faPepperHot = {\n prefix: 'fas',\n iconName: 'pepper-hot',\n icon: [512, 512, [], \"f816\", \"M330.67 263.12V173.4l-52.75-24.22C219.44 218.76 197.58 400 56 400a56 56 0 0 0 0 112c212.64 0 370.65-122.87 419.18-210.34l-37.05-38.54zm131.09-128.37C493.92 74.91 477.18 26.48 458.62 3a8 8 0 0 0-11.93-.59l-22.9 23a8.06 8.06 0 0 0-.89 10.23c6.86 10.36 17.05 35.1-1.4 72.32A142.85 142.85 0 0 0 364.34 96c-28 0-54 8.54-76.34 22.59l74.67 34.29v78.24h89.09L506.44 288c3.26-12.62 5.56-25.63 5.56-39.31a154 154 0 0 0-50.24-113.94z\"]\n};\nvar faPercent = {\n prefix: 'fas',\n iconName: 'percent',\n icon: [448, 512, [], \"f295\", \"M112 224c61.9 0 112-50.1 112-112S173.9 0 112 0 0 50.1 0 112s50.1 112 112 112zm0-160c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm224 224c-61.9 0-112 50.1-112 112s50.1 112 112 112 112-50.1 112-112-50.1-112-112-112zm0 160c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zM392.3.2l31.6-.1c19.4-.1 30.9 21.8 19.7 37.8L77.4 501.6a23.95 23.95 0 0 1-19.6 10.2l-33.4.1c-19.5 0-30.9-21.9-19.7-37.8l368-463.7C377.2 4 384.5.2 392.3.2z\"]\n};\nvar faPercentage = {\n prefix: 'fas',\n iconName: 'percentage',\n icon: [384, 512, [], \"f541\", \"M109.25 173.25c24.99-24.99 24.99-65.52 0-90.51-24.99-24.99-65.52-24.99-90.51 0-24.99 24.99-24.99 65.52 0 90.51 25 25 65.52 25 90.51 0zm256 165.49c-24.99-24.99-65.52-24.99-90.51 0-24.99 24.99-24.99 65.52 0 90.51 24.99 24.99 65.52 24.99 90.51 0 25-24.99 25-65.51 0-90.51zm-1.94-231.43l-22.62-22.62c-12.5-12.5-32.76-12.5-45.25 0L20.69 359.44c-12.5 12.5-12.5 32.76 0 45.25l22.62 22.62c12.5 12.5 32.76 12.5 45.25 0l274.75-274.75c12.5-12.49 12.5-32.75 0-45.25z\"]\n};\nvar faPersonBooth = {\n prefix: 'fas',\n iconName: 'person-booth',\n icon: [576, 512, [], \"f756\", \"M192 496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320h-64v176zm32-272h-50.9l-45.2-45.3C115.8 166.6 99.7 160 82.7 160H64c-17.1 0-33.2 6.7-45.3 18.8C6.7 190.9 0 207 0 224.1L.2 320 0 480c0 17.7 14.3 32 31.9 32 17.6 0 32-14.3 32-32l.1-100.7c.9.5 1.6 1.3 2.5 1.7l29.1 43v56c0 17.7 14.3 32 32 32s32-14.3 32-32v-56.5c0-9.9-2.3-19.8-6.7-28.6l-41.2-61.3V253l20.9 20.9c9.1 9.1 21.1 14.1 33.9 14.1H224c17.7 0 32-14.3 32-32s-14.3-32-32-32zM64 128c26.5 0 48-21.5 48-48S90.5 32 64 32 16 53.5 16 80s21.5 48 48 48zm224-96l31.5 223.1-30.9 154.6c-4.3 21.6 13 38.3 31.4 38.3 15.2 0 28-9.1 32.3-30.4.9 16.9 14.6 30.4 31.7 30.4 17.7 0 32-14.3 32-32 0 17.7 14.3 32 32 32s32-14.3 32-32V0H288v32zm-96 0v160h64V0h-32c-17.7 0-32 14.3-32 32zM544 0h-32v496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V32c0-17.7-14.3-32-32-32z\"]\n};\nvar faPhone = {\n prefix: 'fas',\n iconName: 'phone',\n icon: [512, 512, [], \"f095\", \"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"]\n};\nvar faPhoneAlt = {\n prefix: 'fas',\n iconName: 'phone-alt',\n icon: [512, 512, [], \"f879\", \"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"]\n};\nvar faPhoneSlash = {\n prefix: 'fas',\n iconName: 'phone-slash',\n icon: [640, 512, [], \"f3dd\", \"M268.2 381.4l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48c-10.7 4.6-16.5 16.1-13.9 27.5l24 104c2.5 10.8 12.1 18.6 23.4 18.6 100.7 0 193.7-32.4 269.7-86.9l-80-61.8c-10.9 6.5-22.1 12.7-33.6 18.1zm365.6 76.7L475.1 335.5C537.9 256.4 576 156.9 576 48c0-11.2-7.7-20.9-18.6-23.4l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-12.2 26.1-27.9 50.3-46 72.8L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3z\"]\n};\nvar faPhoneSquare = {\n prefix: 'fas',\n iconName: 'phone-square',\n icon: [448, 512, [], \"f098\", \"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM94 416c-7.033 0-13.057-4.873-14.616-11.627l-14.998-65a15 15 0 0 1 8.707-17.16l69.998-29.999a15 15 0 0 1 17.518 4.289l30.997 37.885c48.944-22.963 88.297-62.858 110.781-110.78l-37.886-30.997a15.001 15.001 0 0 1-4.289-17.518l30-69.998a15 15 0 0 1 17.16-8.707l65 14.998A14.997 14.997 0 0 1 384 126c0 160.292-129.945 290-290 290z\"]\n};\nvar faPhoneSquareAlt = {\n prefix: 'fas',\n iconName: 'phone-square-alt',\n icon: [448, 512, [], \"f87b\", \"M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h352a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48zm-16.39 307.37l-15 65A15 15 0 0 1 354 416C194 416 64 286.29 64 126a15.7 15.7 0 0 1 11.63-14.61l65-15A18.23 18.23 0 0 1 144 96a16.27 16.27 0 0 1 13.79 9.09l30 70A17.9 17.9 0 0 1 189 181a17 17 0 0 1-5.5 11.61l-37.89 31a231.91 231.91 0 0 0 110.78 110.78l31-37.89A17 17 0 0 1 299 291a17.85 17.85 0 0 1 5.91 1.21l70 30A16.25 16.25 0 0 1 384 336a17.41 17.41 0 0 1-.39 3.37z\"]\n};\nvar faPhoneVolume = {\n prefix: 'fas',\n iconName: 'phone-volume',\n icon: [384, 512, [], \"f2a0\", \"M97.333 506.966c-129.874-129.874-129.681-340.252 0-469.933 5.698-5.698 14.527-6.632 21.263-2.422l64.817 40.513a17.187 17.187 0 0 1 6.849 20.958l-32.408 81.021a17.188 17.188 0 0 1-17.669 10.719l-55.81-5.58c-21.051 58.261-20.612 122.471 0 179.515l55.811-5.581a17.188 17.188 0 0 1 17.669 10.719l32.408 81.022a17.188 17.188 0 0 1-6.849 20.958l-64.817 40.513a17.19 17.19 0 0 1-21.264-2.422zM247.126 95.473c11.832 20.047 11.832 45.008 0 65.055-3.95 6.693-13.108 7.959-18.718 2.581l-5.975-5.726c-3.911-3.748-4.793-9.622-2.261-14.41a32.063 32.063 0 0 0 0-29.945c-2.533-4.788-1.65-10.662 2.261-14.41l5.975-5.726c5.61-5.378 14.768-4.112 18.718 2.581zm91.787-91.187c60.14 71.604 60.092 175.882 0 247.428-4.474 5.327-12.53 5.746-17.552.933l-5.798-5.557c-4.56-4.371-4.977-11.529-.93-16.379 49.687-59.538 49.646-145.933 0-205.422-4.047-4.85-3.631-12.008.93-16.379l5.798-5.557c5.022-4.813 13.078-4.394 17.552.933zm-45.972 44.941c36.05 46.322 36.108 111.149 0 157.546-4.39 5.641-12.697 6.251-17.856 1.304l-5.818-5.579c-4.4-4.219-4.998-11.095-1.285-15.931 26.536-34.564 26.534-82.572 0-117.134-3.713-4.836-3.115-11.711 1.285-15.931l5.818-5.579c5.159-4.947 13.466-4.337 17.856 1.304z\"]\n};\nvar faPhotoVideo = {\n prefix: 'fas',\n iconName: 'photo-video',\n icon: [640, 512, [], \"f87c\", \"M608 0H160a32 32 0 0 0-32 32v96h160V64h192v320h128a32 32 0 0 0 32-32V32a32 32 0 0 0-32-32zM232 103a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9V73a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm352 208a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9v-30a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm0-104a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9v-30a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm0-104a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9V73a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm-168 57H32a32 32 0 0 0-32 32v288a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V192a32 32 0 0 0-32-32zM96 224a32 32 0 1 1-32 32 32 32 0 0 1 32-32zm288 224H64v-32l64-64 32 32 128-128 96 96z\"]\n};\nvar faPiggyBank = {\n prefix: 'fas',\n iconName: 'piggy-bank',\n icon: [576, 512, [], \"f4d3\", \"M560 224h-29.5c-8.8-20-21.6-37.7-37.4-52.5L512 96h-32c-29.4 0-55.4 13.5-73 34.3-7.6-1.1-15.1-2.3-23-2.3H256c-77.4 0-141.9 55-156.8 128H56c-14.8 0-26.5-13.5-23.5-28.8C34.7 215.8 45.4 208 57 208h1c3.3 0 6-2.7 6-6v-20c0-3.3-2.7-6-6-6-28.5 0-53.9 20.4-57.5 48.6C-3.9 258.8 22.7 288 56 288h40c0 52.2 25.4 98.1 64 127.3V496c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-48h128v48c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-80.7c11.8-8.9 22.3-19.4 31.3-31.3H560c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16zm-128 64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zM256 96h128c5.4 0 10.7.4 15.9.8 0-.3.1-.5.1-.8 0-53-43-96-96-96s-96 43-96 96c0 2.1.5 4.1.6 6.2 15.2-3.9 31-6.2 47.4-6.2z\"]\n};\nvar faPills = {\n prefix: 'fas',\n iconName: 'pills',\n icon: [576, 512, [], \"f484\", \"M112 32C50.1 32 0 82.1 0 144v224c0 61.9 50.1 112 112 112s112-50.1 112-112V144c0-61.9-50.1-112-112-112zm48 224H64V144c0-26.5 21.5-48 48-48s48 21.5 48 48v112zm139.7-29.7c-3.5-3.5-9.4-3.1-12.3.8-45.3 62.5-40.4 150.1 15.9 206.4 56.3 56.3 143.9 61.2 206.4 15.9 4-2.9 4.3-8.8.8-12.3L299.7 226.3zm229.8-19c-56.3-56.3-143.9-61.2-206.4-15.9-4 2.9-4.3 8.8-.8 12.3l210.8 210.8c3.5 3.5 9.4 3.1 12.3-.8 45.3-62.6 40.5-150.1-15.9-206.4z\"]\n};\nvar faPizzaSlice = {\n prefix: 'fas',\n iconName: 'pizza-slice',\n icon: [512, 512, [], \"f818\", \"M158.87.15c-16.16-1.52-31.2 8.42-35.33 24.12l-14.81 56.27c187.62 5.49 314.54 130.61 322.48 317l56.94-15.78c15.72-4.36 25.49-19.68 23.62-35.9C490.89 165.08 340.78 17.32 158.87.15zm-58.47 112L.55 491.64a16.21 16.21 0 0 0 20 19.75l379-105.1c-4.27-174.89-123.08-292.14-299.15-294.1zM128 416a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm48-152a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm104 104a32 32 0 1 1 32-32 32 32 0 0 1-32 32z\"]\n};\nvar faPlaceOfWorship = {\n prefix: 'fas',\n iconName: 'place-of-worship',\n icon: [640, 512, [], \"f67f\", \"M620.61 366.55L512 320v192h112c8.84 0 16-7.16 16-16V395.96a32 32 0 0 0-19.39-29.41zM0 395.96V496c0 8.84 7.16 16 16 16h112V320L19.39 366.55A32 32 0 0 0 0 395.96zm464.46-149.28L416 217.6V102.63c0-8.49-3.37-16.62-9.38-22.63L331.31 4.69c-6.25-6.25-16.38-6.25-22.62 0L233.38 80c-6 6-9.38 14.14-9.38 22.63V217.6l-48.46 29.08A31.997 31.997 0 0 0 160 274.12V512h96v-96c0-35.35 28.66-64 64-64s64 28.65 64 64v96h96V274.12c0-11.24-5.9-21.66-15.54-27.44z\"]\n};\nvar faPlane = {\n prefix: 'fas',\n iconName: 'plane',\n icon: [576, 512, [], \"f072\", \"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"]\n};\nvar faPlaneArrival = {\n prefix: 'fas',\n iconName: 'plane-arrival',\n icon: [640, 512, [], \"f5af\", \"M624 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM44.81 205.66l88.74 80a62.607 62.607 0 0 0 25.47 13.93l287.6 78.35c26.48 7.21 54.56 8.72 81 1.36 29.67-8.27 43.44-21.21 47.25-35.71 3.83-14.5-1.73-32.71-23.37-54.96-19.28-19.82-44.35-32.79-70.83-40l-97.51-26.56L282.8 30.22c-1.51-5.81-5.95-10.35-11.66-11.91L206.05.58c-10.56-2.88-20.9 5.32-20.71 16.44l47.92 164.21-102.2-27.84-27.59-67.88c-1.93-4.89-6.01-8.57-11.02-9.93L52.72 64.75c-10.34-2.82-20.53 5-20.72 15.88l.23 101.78c.19 8.91 6.03 17.34 12.58 23.25z\"]\n};\nvar faPlaneDeparture = {\n prefix: 'fas',\n iconName: 'plane-departure',\n icon: [640, 512, [], \"f5b0\", \"M624 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM80.55 341.27c6.28 6.84 15.1 10.72 24.33 10.71l130.54-.18a65.62 65.62 0 0 0 29.64-7.12l290.96-147.65c26.74-13.57 50.71-32.94 67.02-58.31 18.31-28.48 20.3-49.09 13.07-63.65-7.21-14.57-24.74-25.27-58.25-27.45-29.85-1.94-59.54 5.92-86.28 19.48l-98.51 49.99-218.7-82.06a17.799 17.799 0 0 0-18-1.11L90.62 67.29c-10.67 5.41-13.25 19.65-5.17 28.53l156.22 98.1-103.21 52.38-72.35-36.47a17.804 17.804 0 0 0-16.07.02L9.91 230.22c-10.44 5.3-13.19 19.12-5.57 28.08l76.21 82.97z\"]\n};\nvar faPlay = {\n prefix: 'fas',\n iconName: 'play',\n icon: [448, 512, [], \"f04b\", \"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"]\n};\nvar faPlayCircle = {\n prefix: 'fas',\n iconName: 'play-circle',\n icon: [512, 512, [], \"f144\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"]\n};\nvar faPlug = {\n prefix: 'fas',\n iconName: 'plug',\n icon: [384, 512, [], \"f1e6\", \"M256 144V32c0-17.673 14.327-32 32-32s32 14.327 32 32v112h-64zm112 16H16c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h16v32c0 77.406 54.969 141.971 128 156.796V512h64v-99.204c73.031-14.825 128-79.39 128-156.796v-32h16c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zm-240-16V32c0-17.673-14.327-32-32-32S64 14.327 64 32v112h64z\"]\n};\nvar faPlus = {\n prefix: 'fas',\n iconName: 'plus',\n icon: [448, 512, [], \"f067\", \"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"]\n};\nvar faPlusCircle = {\n prefix: 'fas',\n iconName: 'plus-circle',\n icon: [512, 512, [], \"f055\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm144 276c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92h-92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z\"]\n};\nvar faPlusSquare = {\n prefix: 'fas',\n iconName: 'plus-square',\n icon: [448, 512, [], \"f0fe\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-32 252c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92H92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z\"]\n};\nvar faPodcast = {\n prefix: 'fas',\n iconName: 'podcast',\n icon: [448, 512, [], \"f2ce\", \"M267.429 488.563C262.286 507.573 242.858 512 224 512c-18.857 0-38.286-4.427-43.428-23.437C172.927 460.134 160 388.898 160 355.75c0-35.156 31.142-43.75 64-43.75s64 8.594 64 43.75c0 32.949-12.871 104.179-20.571 132.813zM156.867 288.554c-18.693-18.308-29.958-44.173-28.784-72.599 2.054-49.724 42.395-89.956 92.124-91.881C274.862 121.958 320 165.807 320 220c0 26.827-11.064 51.116-28.866 68.552-2.675 2.62-2.401 6.986.628 9.187 9.312 6.765 16.46 15.343 21.234 25.363 1.741 3.654 6.497 4.66 9.449 1.891 28.826-27.043 46.553-65.783 45.511-108.565-1.855-76.206-63.595-138.208-139.793-140.369C146.869 73.753 80 139.215 80 220c0 41.361 17.532 78.7 45.55 104.989 2.953 2.771 7.711 1.77 9.453-1.887 4.774-10.021 11.923-18.598 21.235-25.363 3.029-2.2 3.304-6.566.629-9.185zM224 0C100.204 0 0 100.185 0 224c0 89.992 52.602 165.647 125.739 201.408 4.333 2.118 9.267-1.544 8.535-6.31-2.382-15.512-4.342-30.946-5.406-44.339-.146-1.836-1.149-3.486-2.678-4.512-47.4-31.806-78.564-86.016-78.187-147.347.592-96.237 79.29-174.648 175.529-174.899C320.793 47.747 400 126.797 400 224c0 61.932-32.158 116.49-80.65 147.867-.999 14.037-3.069 30.588-5.624 47.23-.732 4.767 4.203 8.429 8.535 6.31C395.227 389.727 448 314.187 448 224 448 100.205 347.815 0 224 0zm0 160c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64z\"]\n};\nvar faPoll = {\n prefix: 'fas',\n iconName: 'poll',\n icon: [448, 512, [], \"f681\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM160 368c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16V240c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v128zm96 0c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16V144c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v224zm96 0c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-64c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v64z\"]\n};\nvar faPollH = {\n prefix: 'fas',\n iconName: 'poll-h',\n icon: [448, 512, [], \"f682\", \"M448 432V80c0-26.5-21.5-48-48-48H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48zM112 192c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h128c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-64z\"]\n};\nvar faPoo = {\n prefix: 'fas',\n iconName: 'poo',\n icon: [512, 512, [], \"f2fe\", \"M451.4 369.1C468.7 356 480 335.4 480 312c0-39.8-32.2-72-72-72h-14.1c13.4-11.7 22.1-28.8 22.1-48 0-35.3-28.7-64-64-64h-5.9c3.6-10.1 5.9-20.7 5.9-32 0-53-43-96-96-96-5.2 0-10.2.7-15.1 1.5C250.3 14.6 256 30.6 256 48c0 44.2-35.8 80-80 80h-16c-35.3 0-64 28.7-64 64 0 19.2 8.7 36.3 22.1 48H104c-39.8 0-72 32.2-72 72 0 23.4 11.3 44 28.6 57.1C26.3 374.6 0 404.1 0 440c0 39.8 32.2 72 72 72h368c39.8 0 72-32.2 72-72 0-35.9-26.3-65.4-60.6-70.9zM192 256c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm159.5 139C341 422.9 293 448 256 448s-85-25.1-95.5-53c-2-5.3 2-11 7.8-11h175.4c5.8 0 9.8 5.7 7.8 11zM320 320c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faPooStorm = {\n prefix: 'fas',\n iconName: 'poo-storm',\n icon: [448, 512, [], \"f75a\", \"M308 336h-57.7l17.3-64.9c2-7.6-3.7-15.1-11.6-15.1h-68c-6 0-11.1 4.5-11.9 10.4l-16 120c-1 7.2 4.6 13.6 11.9 13.6h59.3l-23 97.2c-1.8 7.6 4 14.8 11.7 14.8 4.2 0 8.2-2.2 10.4-6l88-152c4.6-8-1.2-18-10.4-18zm66.4-111.3c5.9-9.6 9.6-20.6 9.6-32.7 0-35.3-28.7-64-64-64h-5.9c3.6-10.1 5.9-20.7 5.9-32 0-53-43-96-96-96-5.2 0-10.2.7-15.1 1.5C218.3 14.6 224 30.6 224 48c0 44.2-35.8 80-80 80h-16c-35.3 0-64 28.7-64 64 0 12.1 3.7 23.1 9.6 32.7C32.6 228 0 262.2 0 304c0 44 36 80 80 80h48.3c.1-.6 0-1.2 0-1.8l16-120c3-21.8 21.7-38.2 43.7-38.2h68c13.8 0 26.5 6.3 34.9 17.2s11.2 24.8 7.6 38.1l-6.6 24.7h16c15.7 0 30.3 8.4 38.1 22 7.8 13.6 7.8 30.5 0 44l-8.1 14h30c44 0 80-36 80-80 .1-41.8-32.5-76-73.5-79.3z\"]\n};\nvar faPoop = {\n prefix: 'fas',\n iconName: 'poop',\n icon: [512, 512, [], \"f619\", \"M451.36 369.14C468.66 355.99 480 335.41 480 312c0-39.77-32.24-72-72-72h-14.07c13.42-11.73 22.07-28.78 22.07-48 0-35.35-28.65-64-64-64h-5.88c3.57-10.05 5.88-20.72 5.88-32 0-53.02-42.98-96-96-96-5.17 0-10.15.74-15.11 1.52C250.31 14.64 256 30.62 256 48c0 44.18-35.82 80-80 80h-16c-35.35 0-64 28.65-64 64 0 19.22 8.65 36.27 22.07 48H104c-39.76 0-72 32.23-72 72 0 23.41 11.34 43.99 28.64 57.14C26.31 374.62 0 404.12 0 440c0 39.76 32.24 72 72 72h368c39.76 0 72-32.24 72-72 0-35.88-26.31-65.38-60.64-70.86z\"]\n};\nvar faPortrait = {\n prefix: 'fas',\n iconName: 'portrait',\n icon: [384, 512, [], \"f3e0\", \"M336 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM192 128c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H102.4C90 384 80 375.4 80 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2z\"]\n};\nvar faPoundSign = {\n prefix: 'fas',\n iconName: 'pound-sign',\n icon: [320, 512, [], \"f154\", \"M308 352h-45.495c-6.627 0-12 5.373-12 12v50.848H128V288h84c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-84v-63.556c0-32.266 24.562-57.086 61.792-57.086 23.658 0 45.878 11.505 57.652 18.849 5.151 3.213 11.888 2.051 15.688-2.685l28.493-35.513c4.233-5.276 3.279-13.005-2.119-17.081C273.124 54.56 236.576 32 187.931 32 106.026 32 48 84.742 48 157.961V224H20c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h28v128H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h296c6.627 0 12-5.373 12-12V364c0-6.627-5.373-12-12-12z\"]\n};\nvar faPowerOff = {\n prefix: 'fas',\n iconName: 'power-off',\n icon: [512, 512, [], \"f011\", \"M400 54.1c63 45 104 118.6 104 201.9 0 136.8-110.8 247.7-247.5 248C120 504.3 8.2 393 8 256.4 7.9 173.1 48.9 99.3 111.8 54.2c11.7-8.3 28-4.8 35 7.7L162.6 90c5.9 10.5 3.1 23.8-6.6 31-41.5 30.8-68 79.6-68 134.9-.1 92.3 74.5 168.1 168 168.1 91.6 0 168.6-74.2 168-169.1-.3-51.8-24.7-101.8-68.1-134-9.7-7.2-12.4-20.5-6.5-30.9l15.8-28.1c7-12.4 23.2-16.1 34.8-7.8zM296 264V24c0-13.3-10.7-24-24-24h-32c-13.3 0-24 10.7-24 24v240c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24z\"]\n};\nvar faPray = {\n prefix: 'fas',\n iconName: 'pray',\n icon: [384, 512, [], \"f683\", \"M256 128c35.35 0 64-28.65 64-64S291.35 0 256 0s-64 28.65-64 64 28.65 64 64 64zm-30.63 169.75c14.06 16.72 39 19.09 55.97 5.22l88-72.02c17.09-13.98 19.59-39.19 5.62-56.28-13.97-17.11-39.19-19.59-56.31-5.62l-57.44 47-38.91-46.31c-15.44-18.39-39.22-27.92-64-25.33-24.19 2.48-45.25 16.27-56.37 36.92l-49.37 92.03c-23.4 43.64-8.69 96.37 34.19 123.75L131.56 432H40c-22.09 0-40 17.91-40 40s17.91 40 40 40h208c34.08 0 53.77-42.79 28.28-68.28L166.42 333.86l34.8-64.87 24.15 28.76z\"]\n};\nvar faPrayingHands = {\n prefix: 'fas',\n iconName: 'praying-hands',\n icon: [640, 512, [], \"f684\", \"M272 191.91c-17.6 0-32 14.4-32 32v80c0 8.84-7.16 16-16 16s-16-7.16-16-16v-76.55c0-17.39 4.72-34.47 13.69-49.39l77.75-129.59c9.09-15.16 4.19-34.81-10.97-43.91-14.45-8.67-32.72-4.3-42.3 9.21-.2.23-.62.21-.79.48l-117.26 175.9C117.56 205.9 112 224.31 112 243.29v80.23l-90.12 30.04A31.974 31.974 0 0 0 0 383.91v96c0 10.82 8.52 32 32 32 2.69 0 5.41-.34 8.06-1.03l179.19-46.62C269.16 449.99 304 403.8 304 351.91v-128c0-17.6-14.4-32-32-32zm346.12 161.73L528 323.6v-80.23c0-18.98-5.56-37.39-16.12-53.23L394.62 14.25c-.18-.27-.59-.24-.79-.48-9.58-13.51-27.85-17.88-42.3-9.21-15.16 9.09-20.06 28.75-10.97 43.91l77.75 129.59c8.97 14.92 13.69 32 13.69 49.39V304c0 8.84-7.16 16-16 16s-16-7.16-16-16v-80c0-17.6-14.4-32-32-32s-32 14.4-32 32v128c0 51.89 34.84 98.08 84.75 112.34l179.19 46.62c2.66.69 5.38 1.03 8.06 1.03 23.48 0 32-21.18 32-32v-96c0-13.77-8.81-25.99-21.88-30.35z\"]\n};\nvar faPrescription = {\n prefix: 'fas',\n iconName: 'prescription',\n icon: [384, 512, [], \"f5b1\", \"M301.26 352l78.06-78.06c6.25-6.25 6.25-16.38 0-22.63l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0L256 306.74l-83.96-83.96C219.31 216.8 256 176.89 256 128c0-53.02-42.98-96-96-96H16C7.16 32 0 39.16 0 48v256c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-80h18.75l128 128-78.06 78.06c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0L256 397.25l78.06 78.06c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.25-6.25 6.25-16.38 0-22.63L301.26 352zM64 96h96c17.64 0 32 14.36 32 32s-14.36 32-32 32H64V96z\"]\n};\nvar faPrescriptionBottle = {\n prefix: 'fas',\n iconName: 'prescription-bottle',\n icon: [384, 512, [], \"f485\", \"M32 192h120c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H32v64h120c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H32v64h120c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H32v64c0 17.6 14.4 32 32 32h256c17.6 0 32-14.4 32-32V128H32v64zM360 0H24C10.8 0 0 10.8 0 24v48c0 13.2 10.8 24 24 24h336c13.2 0 24-10.8 24-24V24c0-13.2-10.8-24-24-24z\"]\n};\nvar faPrescriptionBottleAlt = {\n prefix: 'fas',\n iconName: 'prescription-bottle-alt',\n icon: [384, 512, [], \"f486\", \"M360 0H24C10.8 0 0 10.8 0 24v48c0 13.2 10.8 24 24 24h336c13.2 0 24-10.8 24-24V24c0-13.2-10.8-24-24-24zM32 480c0 17.6 14.4 32 32 32h256c17.6 0 32-14.4 32-32V128H32v352zm64-184c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48z\"]\n};\nvar faPrint = {\n prefix: 'fas',\n iconName: 'print',\n icon: [512, 512, [], \"f02f\", \"M448 192V77.25c0-8.49-3.37-16.62-9.37-22.63L393.37 9.37c-6-6-14.14-9.37-22.63-9.37H96C78.33 0 64 14.33 64 32v160c-35.35 0-64 28.65-64 64v112c0 8.84 7.16 16 16 16h48v96c0 17.67 14.33 32 32 32h320c17.67 0 32-14.33 32-32v-96h48c8.84 0 16-7.16 16-16V256c0-35.35-28.65-64-64-64zm-64 256H128v-96h256v96zm0-224H128V64h192v48c0 8.84 7.16 16 16 16h48v96zm48 72c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faProcedures = {\n prefix: 'fas',\n iconName: 'procedures',\n icon: [640, 512, [], \"f487\", \"M528 224H272c-8.8 0-16 7.2-16 16v144H64V144c0-8.8-7.2-16-16-16H16c-8.8 0-16 7.2-16 16v352c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48h512v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V336c0-61.9-50.1-112-112-112zM136 96h126.1l27.6 55.2c5.9 11.8 22.7 11.8 28.6 0L368 51.8 390.1 96H512c8.8 0 16-7.2 16-16s-7.2-16-16-16H409.9L382.3 8.8C376.4-3 359.6-3 353.7 8.8L304 108.2l-19.9-39.8c-1.4-2.7-4.1-4.4-7.2-4.4H136c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm24 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64z\"]\n};\nvar faProjectDiagram = {\n prefix: 'fas',\n iconName: 'project-diagram',\n icon: [640, 512, [], \"f542\", \"M384 320H256c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h128c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32zM192 32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v128c0 17.67 14.33 32 32 32h95.72l73.16 128.04C211.98 300.98 232.4 288 256 288h.28L192 175.51V128h224V64H192V32zM608 0H480c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h128c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32z\"]\n};\nvar faPuzzlePiece = {\n prefix: 'fas',\n iconName: 'puzzle-piece',\n icon: [576, 512, [], \"f12e\", \"M519.442 288.651c-41.519 0-59.5 31.593-82.058 31.593C377.409 320.244 432 144 432 144s-196.288 80-196.288-3.297c0-35.827 36.288-46.25 36.288-85.985C272 19.216 243.885 0 210.539 0c-34.654 0-66.366 18.891-66.366 56.346 0 41.364 31.711 59.277 31.711 81.75C175.885 207.719 0 166.758 0 166.758v333.237s178.635 41.047 178.635-28.662c0-22.473-40-40.107-40-81.471 0-37.456 29.25-56.346 63.577-56.346 33.673 0 61.788 19.216 61.788 54.717 0 39.735-36.288 50.158-36.288 85.985 0 60.803 129.675 25.73 181.23 25.73 0 0-34.725-120.101 25.827-120.101 35.962 0 46.423 36.152 86.308 36.152C556.712 416 576 387.99 576 354.443c0-34.199-18.962-65.792-56.558-65.792z\"]\n};\nvar faQrcode = {\n prefix: 'fas',\n iconName: 'qrcode',\n icon: [448, 512, [], \"f029\", \"M0 224h192V32H0v192zM64 96h64v64H64V96zm192-64v192h192V32H256zm128 128h-64V96h64v64zM0 480h192V288H0v192zm64-128h64v64H64v-64zm352-64h32v128h-96v-32h-32v96h-64V288h96v32h64v-32zm0 160h32v32h-32v-32zm-64 0h32v32h-32v-32z\"]\n};\nvar faQuestion = {\n prefix: 'fas',\n iconName: 'question',\n icon: [384, 512, [], \"f128\", \"M202.021 0C122.202 0 70.503 32.703 29.914 91.026c-7.363 10.58-5.093 25.086 5.178 32.874l43.138 32.709c10.373 7.865 25.132 6.026 33.253-4.148 25.049-31.381 43.63-49.449 82.757-49.449 30.764 0 68.816 19.799 68.816 49.631 0 22.552-18.617 34.134-48.993 51.164-35.423 19.86-82.299 44.576-82.299 106.405V320c0 13.255 10.745 24 24 24h72.471c13.255 0 24-10.745 24-24v-5.773c0-42.86 125.268-44.645 125.268-160.627C377.504 66.256 286.902 0 202.021 0zM192 373.459c-38.196 0-69.271 31.075-69.271 69.271 0 38.195 31.075 69.27 69.271 69.27s69.271-31.075 69.271-69.271-31.075-69.27-69.271-69.27z\"]\n};\nvar faQuestionCircle = {\n prefix: 'fas',\n iconName: 'question-circle',\n icon: [512, 512, [], \"f059\", \"M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z\"]\n};\nvar faQuidditch = {\n prefix: 'fas',\n iconName: 'quidditch',\n icon: [640, 512, [], \"f458\", \"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"]\n};\nvar faQuoteLeft = {\n prefix: 'fas',\n iconName: 'quote-left',\n icon: [512, 512, [], \"f10d\", \"M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z\"]\n};\nvar faQuoteRight = {\n prefix: 'fas',\n iconName: 'quote-right',\n icon: [512, 512, [], \"f10e\", \"M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z\"]\n};\nvar faQuran = {\n prefix: 'fas',\n iconName: 'quran',\n icon: [448, 512, [], \"f687\", \"M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM301.08 145.82c.6-1.21 1.76-1.82 2.92-1.82s2.32.61 2.92 1.82l11.18 22.65 25 3.63c2.67.39 3.74 3.67 1.81 5.56l-18.09 17.63 4.27 24.89c.36 2.11-1.31 3.82-3.21 3.82-.5 0-1.02-.12-1.52-.38L304 211.87l-22.36 11.75c-.5.26-1.02.38-1.52.38-1.9 0-3.57-1.71-3.21-3.82l4.27-24.89-18.09-17.63c-1.94-1.89-.87-5.17 1.81-5.56l24.99-3.63 11.19-22.65zm-57.89-69.01c13.67 0 27.26 2.49 40.38 7.41a6.775 6.775 0 1 1-2.38 13.12c-.67 0-3.09-.21-4.13-.21-52.31 0-94.86 42.55-94.86 94.86 0 52.3 42.55 94.86 94.86 94.86 1.03 0 3.48-.21 4.13-.21 3.93 0 6.8 3.14 6.8 6.78 0 2.98-1.94 5.51-4.62 6.42-13.07 4.87-26.59 7.34-40.19 7.34C179.67 307.19 128 255.51 128 192c0-63.52 51.67-115.19 115.19-115.19zM380.8 448H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8v64z\"]\n};\nvar faRadiation = {\n prefix: 'fas',\n iconName: 'radiation',\n icon: [496, 512, [], \"f7b9\", \"M328.2 255.8h151.6c9.1 0 16.8-7.7 16.2-16.8-5.1-75.8-44.4-142.2-102.5-184.2-7.4-5.3-17.9-2.9-22.7 4.8L290.4 188c22.6 14.3 37.8 39.2 37.8 67.8zm-37.8 67.7c-12.3 7.7-26.8 12.4-42.4 12.4-15.6 0-30-4.7-42.4-12.4L125.2 452c-4.8 7.7-2.4 18.1 5.6 22.4C165.7 493.2 205.6 504 248 504s82.3-10.8 117.2-29.6c8-4.3 10.4-14.8 5.6-22.4l-80.4-128.5zM248 303.8c26.5 0 48-21.5 48-48s-21.5-48-48-48-48 21.5-48 48 21.5 48 48 48zm-231.8-48h151.6c0-28.6 15.2-53.5 37.8-67.7L125.2 59.7c-4.8-7.7-15.3-10.2-22.7-4.8C44.4 96.9 5.1 163.3 0 239.1c-.6 9 7.1 16.7 16.2 16.7z\"]\n};\nvar faRadiationAlt = {\n prefix: 'fas',\n iconName: 'radiation-alt',\n icon: [496, 512, [], \"f7ba\", \"M312 256h79.1c9.2 0 16.9-7.7 16-16.8-4.6-43.6-27-81.8-59.5-107.8-7.6-6.1-18.8-4.5-24 3.8L281.9 202c18 11.2 30.1 31.2 30.1 54zm-97.8 54.1L172.4 377c-4.9 7.8-2.4 18.4 5.8 22.5 21.1 10.4 44.7 16.5 69.8 16.5s48.7-6.1 69.9-16.5c8.2-4.1 10.6-14.7 5.8-22.5l-41.8-66.9c-9.8 6.2-21.4 9.9-33.8 9.9s-24.1-3.7-33.9-9.9zM104.9 256H184c0-22.8 12.1-42.8 30.2-54.1l-41.7-66.8c-5.2-8.3-16.4-9.9-24-3.8-32.6 26-54.9 64.2-59.5 107.8-1.1 9.2 6.7 16.9 15.9 16.9zM248 504c137 0 248-111 248-248S385 8 248 8 0 119 0 256s111 248 248 248zm0-432c101.5 0 184 82.5 184 184s-82.5 184-184 184S64 357.5 64 256 146.5 72 248 72zm0 216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32z\"]\n};\nvar faRainbow = {\n prefix: 'fas',\n iconName: 'rainbow',\n icon: [576, 512, [], \"f75b\", \"M268.3 32.7C115.4 42.9 0 176.9 0 330.2V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320C64 186.8 180.9 80.3 317.5 97.9 430.4 112.4 512 214 512 327.8V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-165.3-140-298.6-307.7-287.3zm-5.6 96.9C166 142 96 229.1 96 326.7V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-74.8 64.5-134.8 140.8-127.4 66.5 6.5 115.2 66.2 115.2 133.1V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-114.2-100.2-205.4-217.3-190.4zm6.2 96.3c-45.6 8.9-76.9 51.5-76.9 97.9V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-17.6 14.3-32 32-32s32 14.4 32 32v144c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-59.2-53.8-106-115.1-94.1z\"]\n};\nvar faRandom = {\n prefix: 'fas',\n iconName: 'random',\n icon: [512, 512, [], \"f074\", \"M504.971 359.029c9.373 9.373 9.373 24.569 0 33.941l-80 79.984c-15.01 15.01-40.971 4.49-40.971-16.971V416h-58.785a12.004 12.004 0 0 1-8.773-3.812l-70.556-75.596 53.333-57.143L352 336h32v-39.981c0-21.438 25.943-31.998 40.971-16.971l80 79.981zM12 176h84l52.781 56.551 53.333-57.143-70.556-75.596A11.999 11.999 0 0 0 122.785 96H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12zm372 0v39.984c0 21.46 25.961 31.98 40.971 16.971l80-79.984c9.373-9.373 9.373-24.569 0-33.941l-80-79.981C409.943 24.021 384 34.582 384 56.019V96h-58.785a12.004 12.004 0 0 0-8.773 3.812L96 336H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h110.785c3.326 0 6.503-1.381 8.773-3.812L352 176h32z\"]\n};\nvar faReceipt = {\n prefix: 'fas',\n iconName: 'receipt',\n icon: [384, 512, [], \"f543\", \"M358.4 3.2L320 48 265.6 3.2a15.9 15.9 0 0 0-19.2 0L192 48 137.6 3.2a15.9 15.9 0 0 0-19.2 0L64 48 25.6 3.2C15-4.7 0 2.8 0 16v480c0 13.2 15 20.7 25.6 12.8L64 464l54.4 44.8a15.9 15.9 0 0 0 19.2 0L192 464l54.4 44.8a15.9 15.9 0 0 0 19.2 0L320 464l38.4 44.8c10.5 7.9 25.6.4 25.6-12.8V16c0-13.2-15-20.7-25.6-12.8zM320 360c0 4.4-3.6 8-8 8H72c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h240c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H72c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h240c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H72c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h240c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faRecordVinyl = {\n prefix: 'fas',\n iconName: 'record-vinyl',\n icon: [512, 512, [], \"f8d9\", \"M256 152a104 104 0 1 0 104 104 104 104 0 0 0-104-104zm0 128a24 24 0 1 1 24-24 24 24 0 0 1-24 24zm0-272C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 376a128 128 0 1 1 128-128 128 128 0 0 1-128 128z\"]\n};\nvar faRecycle = {\n prefix: 'fas',\n iconName: 'recycle',\n icon: [512, 512, [], \"f1b8\", \"M184.561 261.903c3.232 13.997-12.123 24.635-24.068 17.168l-40.736-25.455-50.867 81.402C55.606 356.273 70.96 384 96.012 384H148c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12H96.115c-75.334 0-121.302-83.048-81.408-146.88l50.822-81.388-40.725-25.448c-12.081-7.547-8.966-25.961 4.879-29.158l110.237-25.45c8.611-1.988 17.201 3.381 19.189 11.99l25.452 110.237zm98.561-182.915l41.289 66.076-40.74 25.457c-12.051 7.528-9 25.953 4.879 29.158l110.237 25.45c8.672 1.999 17.215-3.438 19.189-11.99l25.45-110.237c3.197-13.844-11.99-24.719-24.068-17.168l-40.687 25.424-41.263-66.082c-37.521-60.033-125.209-60.171-162.816 0l-17.963 28.766c-3.51 5.62-1.8 13.021 3.82 16.533l33.919 21.195c5.62 3.512 13.024 1.803 16.536-3.817l17.961-28.743c12.712-20.341 41.973-19.676 54.257-.022zM497.288 301.12l-27.515-44.065c-3.511-5.623-10.916-7.334-16.538-3.821l-33.861 21.159c-5.62 3.512-7.33 10.915-3.818 16.536l27.564 44.112c13.257 21.211-2.057 48.96-27.136 48.96H320V336.02c0-14.213-17.242-21.383-27.313-11.313l-80 79.981c-6.249 6.248-6.249 16.379 0 22.627l80 79.989C302.689 517.308 320 510.3 320 495.989V448h95.88c75.274 0 121.335-82.997 81.408-146.88z\"]\n};\nvar faRedo = {\n prefix: 'fas',\n iconName: 'redo',\n icon: [512, 512, [], \"f01e\", \"M500.33 0h-47.41a12 12 0 0 0-12 12.57l4 82.76A247.42 247.42 0 0 0 256 8C119.34 8 7.9 119.53 8 256.19 8.1 393.07 119.1 504 256 504a247.1 247.1 0 0 0 166.18-63.91 12 12 0 0 0 .48-17.43l-34-34a12 12 0 0 0-16.38-.55A176 176 0 1 1 402.1 157.8l-101.53-4.87a12 12 0 0 0-12.57 12v47.41a12 12 0 0 0 12 12h200.33a12 12 0 0 0 12-12V12a12 12 0 0 0-12-12z\"]\n};\nvar faRedoAlt = {\n prefix: 'fas',\n iconName: 'redo-alt',\n icon: [512, 512, [], \"f2f9\", \"M256.455 8c66.269.119 126.437 26.233 170.859 68.685l35.715-35.715C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.75c-30.864-28.899-70.801-44.907-113.23-45.273-92.398-.798-170.283 73.977-169.484 169.442C88.764 348.009 162.184 424 256 424c41.127 0 79.997-14.678 110.629-41.556 4.743-4.161 11.906-3.908 16.368.553l39.662 39.662c4.872 4.872 4.631 12.815-.482 17.433C378.202 479.813 319.926 504 256 504 119.034 504 8.001 392.967 8 256.002 7.999 119.193 119.646 7.755 256.455 8z\"]\n};\nvar faRegistered = {\n prefix: 'fas',\n iconName: 'registered',\n icon: [512, 512, [], \"f25d\", \"M285.363 207.475c0 18.6-9.831 28.431-28.431 28.431h-29.876v-56.14h23.378c28.668 0 34.929 8.773 34.929 27.709zM504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM363.411 360.414c-46.729-84.825-43.299-78.636-44.702-80.98 23.432-15.172 37.945-42.979 37.945-74.486 0-54.244-31.5-89.252-105.498-89.252h-70.667c-13.255 0-24 10.745-24 24V372c0 13.255 10.745 24 24 24h22.567c13.255 0 24-10.745 24-24v-71.663h25.556l44.129 82.937a24.001 24.001 0 0 0 21.188 12.727h24.464c18.261-.001 29.829-19.591 21.018-35.587z\"]\n};\nvar faRemoveFormat = {\n prefix: 'fas',\n iconName: 'remove-format',\n icon: [640, 512, [], \"f87d\", \"M336 416h-11.17l9.26-27.77L267 336.4 240.49 416H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm297.82 42.1L377 259.59 426.17 112H544v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16H176a16 16 0 0 0-16 16v43.9L45.46 3.38A16 16 0 0 0 23 6.19L3.37 31.46a16 16 0 0 0 2.81 22.45l588.36 454.72a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zM309.91 207.76L224 141.36V112h117.83z\"]\n};\nvar faReply = {\n prefix: 'fas',\n iconName: 'reply',\n icon: [512, 512, [], \"f3e5\", \"M8.309 189.836L184.313 37.851C199.719 24.546 224 35.347 224 56.015v80.053c160.629 1.839 288 34.032 288 186.258 0 61.441-39.581 122.309-83.333 154.132-13.653 9.931-33.111-2.533-28.077-18.631 45.344-145.012-21.507-183.51-176.59-185.742V360c0 20.7-24.3 31.453-39.687 18.164l-176.004-152c-11.071-9.562-11.086-26.753 0-36.328z\"]\n};\nvar faReplyAll = {\n prefix: 'fas',\n iconName: 'reply-all',\n icon: [576, 512, [], \"f122\", \"M136.309 189.836L312.313 37.851C327.72 24.546 352 35.348 352 56.015v82.763c129.182 10.231 224 52.212 224 183.548 0 61.441-39.582 122.309-83.333 154.132-13.653 9.931-33.111-2.533-28.077-18.631 38.512-123.162-3.922-169.482-112.59-182.015v84.175c0 20.701-24.3 31.453-39.687 18.164L136.309 226.164c-11.071-9.561-11.086-26.753 0-36.328zm-128 36.328L184.313 378.15C199.7 391.439 224 380.687 224 359.986v-15.818l-108.606-93.785A55.96 55.96 0 0 1 96 207.998a55.953 55.953 0 0 1 19.393-42.38L224 71.832V56.015c0-20.667-24.28-31.469-39.687-18.164L8.309 189.836c-11.086 9.575-11.071 26.767 0 36.328z\"]\n};\nvar faRepublican = {\n prefix: 'fas',\n iconName: 'republican',\n icon: [640, 512, [], \"f75e\", \"M544 192c0-88.4-71.6-160-160-160H160C71.6 32 0 103.6 0 192v64h544v-64zm-367.7-21.6l-19.8 19.3 4.7 27.3c.8 4.9-4.3 8.6-8.7 6.3L128 210.4l-24.5 12.9c-4.3 2.3-9.5-1.4-8.7-6.3l4.7-27.3-19.8-19.3c-3.6-3.5-1.6-9.5 3.3-10.2l27.4-4 12.2-24.8c2.2-4.5 8.6-4.4 10.7 0l12.2 24.8 27.4 4c5 .7 6.9 6.7 3.4 10.2zm144 0l-19.8 19.3 4.7 27.3c.8 4.9-4.3 8.6-8.7 6.3L272 210.4l-24.5 12.9c-4.3 2.3-9.5-1.4-8.7-6.3l4.7-27.3-19.8-19.3c-3.6-3.5-1.6-9.5 3.3-10.2l27.4-4 12.2-24.8c2.2-4.5 8.6-4.4 10.7 0l12.2 24.8 27.4 4c5 .7 6.9 6.7 3.4 10.2zm144 0l-19.8 19.3 4.7 27.3c.8 4.9-4.3 8.6-8.7 6.3L416 210.4l-24.5 12.9c-4.3 2.3-9.5-1.4-8.7-6.3l4.7-27.3-19.8-19.3c-3.6-3.5-1.6-9.5 3.3-10.2l27.4-4 12.2-24.8c2.2-4.5 8.6-4.4 10.7 0l12.2 24.8 27.4 4c5 .7 6.9 6.7 3.4 10.2zM624 320h-32c-8.8 0-16 7.2-16 16v64c0 8.8-7.2 16-16 16s-16-7.2-16-16V288H0v176c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16v-80h192v80c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16V352h32v43.3c0 41.8 30 80.1 71.6 84.3 47.8 4.9 88.4-32.7 88.4-79.6v-64c0-8.8-7.2-16-16-16z\"]\n};\nvar faRestroom = {\n prefix: 'fas',\n iconName: 'restroom',\n icon: [640, 512, [], \"f7bd\", \"M128 128c35.3 0 64-28.7 64-64S163.3 0 128 0 64 28.7 64 64s28.7 64 64 64zm384 0c35.3 0 64-28.7 64-64S547.3 0 512 0s-64 28.7-64 64 28.7 64 64 64zm127.3 226.5l-45.6-185.8c-3.3-13.5-15.5-23-29.8-24.2-15 9.7-32.8 15.5-52 15.5-19.2 0-37-5.8-52-15.5-14.3 1.2-26.5 10.7-29.8 24.2l-45.6 185.8C381 369.6 393 384 409.2 384H464v104c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V384h54.8c16.2 0 28.2-14.4 24.5-29.5zM336 0h-32c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16zM180.1 144.4c-15 9.8-32.9 15.6-52.1 15.6-19.2 0-37.1-5.8-52.1-15.6C51.3 146.5 32 166.9 32 192v136c0 13.3 10.7 24 24 24h8v136c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V352h8c13.3 0 24-10.7 24-24V192c0-25.1-19.3-45.5-43.9-47.6z\"]\n};\nvar faRetweet = {\n prefix: 'fas',\n iconName: 'retweet',\n icon: [640, 512, [], \"f079\", \"M629.657 343.598L528.971 444.284c-9.373 9.372-24.568 9.372-33.941 0L394.343 343.598c-9.373-9.373-9.373-24.569 0-33.941l10.823-10.823c9.562-9.562 25.133-9.34 34.419.492L480 342.118V160H292.451a24.005 24.005 0 0 1-16.971-7.029l-16-16C244.361 121.851 255.069 96 276.451 96H520c13.255 0 24 10.745 24 24v222.118l40.416-42.792c9.285-9.831 24.856-10.054 34.419-.492l10.823 10.823c9.372 9.372 9.372 24.569-.001 33.941zm-265.138 15.431A23.999 23.999 0 0 0 347.548 352H160V169.881l40.416 42.792c9.286 9.831 24.856 10.054 34.419.491l10.822-10.822c9.373-9.373 9.373-24.569 0-33.941L144.971 67.716c-9.373-9.373-24.569-9.373-33.941 0L10.343 168.402c-9.373 9.373-9.373 24.569 0 33.941l10.822 10.822c9.562 9.562 25.133 9.34 34.419-.491L96 169.881V392c0 13.255 10.745 24 24 24h243.549c21.382 0 32.09-25.851 16.971-40.971l-16.001-16z\"]\n};\nvar faRibbon = {\n prefix: 'fas',\n iconName: 'ribbon',\n icon: [448, 512, [], \"f4d6\", \"M6.1 444.3c-9.6 10.8-7.5 27.6 4.5 35.7l68.8 27.9c9.9 6.7 23.3 5 31.3-3.8l91.8-101.9-79.2-87.9-117.2 130zm435.8 0s-292-324.6-295.4-330.1c15.4-8.4 40.2-17.9 77.5-17.9s62.1 9.5 77.5 17.9c-3.3 5.6-56 64.6-56 64.6l79.1 87.7 34.2-38c28.7-31.9 33.3-78.6 11.4-115.5l-43.7-73.5c-4.3-7.2-9.9-13.3-16.8-18-40.7-27.6-127.4-29.7-171.4 0-6.9 4.7-12.5 10.8-16.8 18l-43.6 73.2c-1.5 2.5-37.1 62.2 11.5 116L337.5 504c8 8.9 21.4 10.5 31.3 3.8l68.8-27.9c11.9-8 14-24.8 4.3-35.6z\"]\n};\nvar faRing = {\n prefix: 'fas',\n iconName: 'ring',\n icon: [512, 512, [], \"f70b\", \"M256 64C110.06 64 0 125.91 0 208v98.13C0 384.48 114.62 448 256 448s256-63.52 256-141.87V208c0-82.09-110.06-144-256-144zm0 64c106.04 0 192 35.82 192 80 0 9.26-3.97 18.12-10.91 26.39C392.15 208.21 328.23 192 256 192s-136.15 16.21-181.09 42.39C67.97 226.12 64 217.26 64 208c0-44.18 85.96-80 192-80zM120.43 264.64C155.04 249.93 201.64 240 256 240s100.96 9.93 135.57 24.64C356.84 279.07 308.93 288 256 288s-100.84-8.93-135.57-23.36z\"]\n};\nvar faRoad = {\n prefix: 'fas',\n iconName: 'road',\n icon: [576, 512, [], \"f018\", \"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"]\n};\nvar faRobot = {\n prefix: 'fas',\n iconName: 'robot',\n icon: [640, 512, [], \"f544\", \"M0 256v128c0 17.7 14.3 32 32 32h32V224H32c-17.7 0-32 14.3-32 32zM464 96H352V32c0-17.7-14.3-32-32-32s-32 14.3-32 32v64H176c-44.2 0-80 35.8-80 80v272c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V176c0-44.2-35.8-80-80-80zM256 416h-64v-32h64v32zm-32-120c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm128 120h-64v-32h64v32zm96 0h-64v-32h64v32zm-32-120c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm192-72h-32v192h32c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32z\"]\n};\nvar faRocket = {\n prefix: 'fas',\n iconName: 'rocket',\n icon: [512, 512, [], \"f135\", \"M505.05 19.1a15.89 15.89 0 0 0-12.2-12.2C460.65 0 435.46 0 410.36 0c-103.2 0-165.1 55.2-211.29 128H94.87A48 48 0 0 0 52 154.49l-49.42 98.8A24 24 0 0 0 24.07 288h103.77l-22.47 22.47a32 32 0 0 0 0 45.25l50.9 50.91a32 32 0 0 0 45.26 0L224 384.16V488a24 24 0 0 0 34.7 21.49l98.7-49.39a47.91 47.91 0 0 0 26.5-42.9V312.79c72.59-46.3 128-108.4 128-211.09.1-25.2.1-50.4-6.85-82.6zM384 168a40 40 0 1 1 40-40 40 40 0 0 1-40 40z\"]\n};\nvar faRoute = {\n prefix: 'fas',\n iconName: 'route',\n icon: [512, 512, [], \"f4d7\", \"M416 320h-96c-17.6 0-32-14.4-32-32s14.4-32 32-32h96s96-107 96-160-43-96-96-96-96 43-96 96c0 25.5 22.2 63.4 45.3 96H320c-52.9 0-96 43.1-96 96s43.1 96 96 96h96c17.6 0 32 14.4 32 32s-14.4 32-32 32H185.5c-16 24.8-33.8 47.7-47.3 64H416c52.9 0 96-43.1 96-96s-43.1-96-96-96zm0-256c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM96 256c-53 0-96 43-96 96s96 160 96 160 96-107 96-160-43-96-96-96zm0 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faRss = {\n prefix: 'fas',\n iconName: 'rss',\n icon: [448, 512, [], \"f09e\", \"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"]\n};\nvar faRssSquare = {\n prefix: 'fas',\n iconName: 'rss-square',\n icon: [448, 512, [], \"f143\", \"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM112 416c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm157.533 0h-34.335c-6.011 0-11.051-4.636-11.442-10.634-5.214-80.05-69.243-143.92-149.123-149.123-5.997-.39-10.633-5.431-10.633-11.441v-34.335c0-6.535 5.468-11.777 11.994-11.425 110.546 5.974 198.997 94.536 204.964 204.964.352 6.526-4.89 11.994-11.425 11.994zm103.027 0h-34.334c-6.161 0-11.175-4.882-11.427-11.038-5.598-136.535-115.204-246.161-251.76-251.76C68.882 152.949 64 147.935 64 141.774V107.44c0-6.454 5.338-11.664 11.787-11.432 167.83 6.025 302.21 141.191 308.205 308.205.232 6.449-4.978 11.787-11.432 11.787z\"]\n};\nvar faRubleSign = {\n prefix: 'fas',\n iconName: 'ruble-sign',\n icon: [384, 512, [], \"f158\", \"M239.36 320C324.48 320 384 260.542 384 175.071S324.48 32 239.36 32H76c-6.627 0-12 5.373-12 12v206.632H12c-6.627 0-12 5.373-12 12V308c0 6.627 5.373 12 12 12h52v32H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h52v52c0 6.627 5.373 12 12 12h58.56c6.627 0 12-5.373 12-12v-52H308c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12H146.56v-32h92.8zm-92.8-219.252h78.72c46.72 0 74.88 29.11 74.88 74.323 0 45.832-28.16 75.561-76.16 75.561h-77.44V100.748z\"]\n};\nvar faRuler = {\n prefix: 'fas',\n iconName: 'ruler',\n icon: [640, 512, [], \"f545\", \"M635.7 167.2L556.1 31.7c-8.8-15-28.3-20.1-43.5-11.5l-69 39.1L503.3 161c2.2 3.8.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9L416 75l-55.2 31.3 27.9 47.4c2.2 3.8.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9L333.2 122 278 153.3 337.8 255c2.2 3.7.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9l-59.7-101.7-55.2 31.3 27.9 47.4c2.2 3.8.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9l-27.9-47.5-55.2 31.3 59.7 101.7c2.2 3.7.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9L84.9 262.9l-69 39.1C.7 310.7-4.6 329.8 4.2 344.8l79.6 135.6c8.8 15 28.3 20.1 43.5 11.5L624.1 210c15.2-8.6 20.4-27.8 11.6-42.8z\"]\n};\nvar faRulerCombined = {\n prefix: 'fas',\n iconName: 'ruler-combined',\n icon: [512, 512, [], \"f546\", \"M160 288h-56c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h56v-64h-56c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h56V96h-56c-4.42 0-8-3.58-8-8V72c0-4.42 3.58-8 8-8h56V32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v448c0 2.77.91 5.24 1.57 7.8L160 329.38V288zm320 64h-32v56c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-56h-64v56c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-56h-64v56c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-56h-41.37L24.2 510.43c2.56.66 5.04 1.57 7.8 1.57h448c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32z\"]\n};\nvar faRulerHorizontal = {\n prefix: 'fas',\n iconName: 'ruler-horizontal',\n icon: [576, 512, [], \"f547\", \"M544 128h-48v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8H88c-4.42 0-8-3.58-8-8v-88H32c-17.67 0-32 14.33-32 32v192c0 17.67 14.33 32 32 32h512c17.67 0 32-14.33 32-32V160c0-17.67-14.33-32-32-32z\"]\n};\nvar faRulerVertical = {\n prefix: 'fas',\n iconName: 'ruler-vertical',\n icon: [256, 512, [], \"f548\", \"M168 416c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88v-64h-88c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88v-64h-88c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88v-64h-88c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88V32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v448c0 17.67 14.33 32 32 32h192c17.67 0 32-14.33 32-32v-64h-88z\"]\n};\nvar faRunning = {\n prefix: 'fas',\n iconName: 'running',\n icon: [416, 512, [], \"f70c\", \"M272 96c26.51 0 48-21.49 48-48S298.51 0 272 0s-48 21.49-48 48 21.49 48 48 48zM113.69 317.47l-14.8 34.52H32c-17.67 0-32 14.33-32 32s14.33 32 32 32h77.45c19.25 0 36.58-11.44 44.11-29.09l8.79-20.52-10.67-6.3c-17.32-10.23-30.06-25.37-37.99-42.61zM384 223.99h-44.03l-26.06-53.25c-12.5-25.55-35.45-44.23-61.78-50.94l-71.08-21.14c-28.3-6.8-57.77-.55-80.84 17.14l-39.67 30.41c-14.03 10.75-16.69 30.83-5.92 44.86s30.84 16.66 44.86 5.92l39.69-30.41c7.67-5.89 17.44-8 25.27-6.14l14.7 4.37-37.46 87.39c-12.62 29.48-1.31 64.01 26.3 80.31l84.98 50.17-27.47 87.73c-5.28 16.86 4.11 34.81 20.97 40.09 3.19 1 6.41 1.48 9.58 1.48 13.61 0 26.23-8.77 30.52-22.45l31.64-101.06c5.91-20.77-2.89-43.08-21.64-54.39l-61.24-36.14 31.31-78.28 20.27 41.43c8 16.34 24.92 26.89 43.11 26.89H384c17.67 0 32-14.33 32-32s-14.33-31.99-32-31.99z\"]\n};\nvar faRupeeSign = {\n prefix: 'fas',\n iconName: 'rupee-sign',\n icon: [320, 512, [], \"f156\", \"M308 96c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v44.748c0 6.627 5.373 12 12 12h85.28c27.308 0 48.261 9.958 60.97 27.252H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h158.757c-6.217 36.086-32.961 58.632-74.757 58.632H12c-6.627 0-12 5.373-12 12v53.012c0 3.349 1.4 6.546 3.861 8.818l165.052 152.356a12.001 12.001 0 0 0 8.139 3.182h82.562c10.924 0 16.166-13.408 8.139-20.818L116.871 319.906c76.499-2.34 131.144-53.395 138.318-127.906H308c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-58.69c-3.486-11.541-8.28-22.246-14.252-32H308z\"]\n};\nvar faSadCry = {\n prefix: 'fas',\n iconName: 'sad-cry',\n icon: [496, 512, [], \"f5b3\", \"M248 8C111 8 0 119 0 256c0 90.1 48.2 168.7 120 212.1V288c0-8.8 7.2-16 16-16s16 7.2 16 16v196.7c29.5 12.4 62 19.3 96 19.3s66.5-6.9 96-19.3V288c0-8.8 7.2-16 16-16s16 7.2 16 16v180.1C447.8 424.7 496 346 496 256 496 119 385 8 248 8zm-65.5 216.5c-14.8-13.2-46.2-13.2-61 0L112 233c-3.8 3.3-9.3 4-13.7 1.6-4.4-2.4-6.9-7.4-6.1-12.4 4-25.2 34.2-42.1 59.9-42.1S208 197 212 222.2c.8 5-1.7 10-6.1 12.4-5.8 3.1-11.2.7-13.7-1.6l-9.7-8.5zM248 416c-26.5 0-48-28.7-48-64s21.5-64 48-64 48 28.7 48 64-21.5 64-48 64zm149.8-181.5c-5.8 3.1-11.2.7-13.7-1.6l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L304 233c-3.8 3.3-9.3 4-13.7 1.6-4.4-2.4-6.9-7.4-6.1-12.4 4-25.2 34.2-42.1 59.9-42.1S400 197 404 222.2c.6 4.9-1.8 9.9-6.2 12.3z\"]\n};\nvar faSadTear = {\n prefix: 'fas',\n iconName: 'sad-tear',\n icon: [496, 512, [], \"f5b4\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM152 416c-26.5 0-48-21-48-47 0-20 28.5-60.4 41.6-77.8 3.2-4.3 9.6-4.3 12.8 0C171.5 308.6 200 349 200 369c0 26-21.5 47-48 47zm16-176c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm170.2 154.2C315.8 367.4 282.9 352 248 352c-21.2 0-21.2-32 0-32 44.4 0 86.3 19.6 114.7 53.8 13.8 16.4-11.2 36.5-24.5 20.4z\"]\n};\nvar faSatellite = {\n prefix: 'fas',\n iconName: 'satellite',\n icon: [512, 512, [], \"f7bf\", \"M502.7 265l-80.3-80.4 47.8-47.9c13.1-13.1 13.1-34.4 0-47.5l-47.5-47.5c-13.1-13.1-34.4-13.1-47.5 0l-47.8 47.9-80.3-80.3C240.8 3.1 232.7 0 224.5 0S208.2 3.1 202 9.3L105.3 106c-12.4 12.4-12.4 32.6 0 45.1l80.3 80.4-9.8 9.8C122.1 217 59.6 218.6 7.3 246.7c-8.5 4.6-9.6 16.4-2.8 23.2L112 377.4l-17.8 17.8c-2.6-.7-5-1.6-7.8-1.6-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32c0-2.8-.9-5.2-1.6-7.8l17.8-17.8 107.5 107.5c6.8 6.8 18.7 5.7 23.2-2.8 28.1-52.3 29.7-114.8 5.4-168.5l9.9-9.9 80.3 80.4c6.2 6.2 14.4 9.3 22.5 9.3s16.3-3.1 22.5-9.3l96.7-96.7c12.5-12.4 12.5-32.6.1-45zm-352-136.5l73.8-73.8 68.9 68.9-73.8 73.8-68.9-68.9zm232.8 232.8l-68.9-68.9 73.8-73.8 68.9 68.9-73.8 73.8z\"]\n};\nvar faSatelliteDish = {\n prefix: 'fas',\n iconName: 'satellite-dish',\n icon: [512, 512, [], \"f7c0\", \"M188.8 345.9l27.4-27.4c2.6.7 5 1.6 7.8 1.6 17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32c0 2.8.9 5.2 1.6 7.8l-27.4 27.4L49.4 206.5c-7.3-7.3-20.1-6.1-25 3-41.8 77.8-29.9 176.7 35.7 242.3 65.6 65.6 164.6 77.5 242.3 35.7 9.2-4.9 10.4-17.7 3-25L188.8 345.9zM209 0c-9.2-.5-17 6.8-17 16v31.6c0 8.5 6.6 15.5 15 15.9 129.4 7 233.4 112 240.9 241.5.5 8.4 7.5 15 15.9 15h32.1c9.2 0 16.5-7.8 16-17C503.4 139.8 372.2 8.6 209 0zm.3 96c-9.3-.7-17.3 6.7-17.3 16.1v32.1c0 8.4 6.5 15.3 14.8 15.9 76.8 6.3 138 68.2 144.9 145.2.8 8.3 7.6 14.7 15.9 14.7h32.2c9.3 0 16.8-8 16.1-17.3-8.4-110.1-96.5-198.2-206.6-206.7z\"]\n};\nvar faSave = {\n prefix: 'fas',\n iconName: 'save',\n icon: [448, 512, [], \"f0c7\", \"M433.941 129.941l-83.882-83.882A48 48 0 0 0 316.118 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V163.882a48 48 0 0 0-14.059-33.941zM224 416c-35.346 0-64-28.654-64-64 0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64zm96-304.52V212c0 6.627-5.373 12-12 12H76c-6.627 0-12-5.373-12-12V108c0-6.627 5.373-12 12-12h228.52c3.183 0 6.235 1.264 8.485 3.515l3.48 3.48A11.996 11.996 0 0 1 320 111.48z\"]\n};\nvar faSchool = {\n prefix: 'fas',\n iconName: 'school',\n icon: [640, 512, [], \"f549\", \"M0 224v272c0 8.84 7.16 16 16 16h80V192H32c-17.67 0-32 14.33-32 32zm360-48h-24v-40c0-4.42-3.58-8-8-8h-16c-4.42 0-8 3.58-8 8v64c0 4.42 3.58 8 8 8h48c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8zm137.75-63.96l-160-106.67a32.02 32.02 0 0 0-35.5 0l-160 106.67A32.002 32.002 0 0 0 128 138.66V512h128V368c0-8.84 7.16-16 16-16h96c8.84 0 16 7.16 16 16v144h128V138.67c0-10.7-5.35-20.7-14.25-26.63zM320 256c-44.18 0-80-35.82-80-80s35.82-80 80-80 80 35.82 80 80-35.82 80-80 80zm288-64h-64v320h80c8.84 0 16-7.16 16-16V224c0-17.67-14.33-32-32-32z\"]\n};\nvar faScrewdriver = {\n prefix: 'fas',\n iconName: 'screwdriver',\n icon: [512, 512, [], \"f54a\", \"M448 0L320 96v62.06l-83.03 83.03c6.79 4.25 13.27 9.06 19.07 14.87 5.8 5.8 10.62 12.28 14.87 19.07L353.94 192H416l96-128-64-64zM128 278.59L10.92 395.67c-14.55 14.55-14.55 38.15 0 52.71l52.7 52.7c14.56 14.56 38.15 14.56 52.71 0L233.41 384c29.11-29.11 29.11-76.3 0-105.41s-76.3-29.11-105.41 0z\"]\n};\nvar faScroll = {\n prefix: 'fas',\n iconName: 'scroll',\n icon: [640, 512, [], \"f70e\", \"M48 0C21.53 0 0 21.53 0 48v64c0 8.84 7.16 16 16 16h80V48C96 21.53 74.47 0 48 0zm208 412.57V352h288V96c0-52.94-43.06-96-96-96H111.59C121.74 13.41 128 29.92 128 48v368c0 38.87 34.65 69.65 74.75 63.12C234.22 474 256 444.46 256 412.57zM288 384v32c0 52.93-43.06 96-96 96h336c61.86 0 112-50.14 112-112 0-8.84-7.16-16-16-16H288z\"]\n};\nvar faSdCard = {\n prefix: 'fas',\n iconName: 'sd-card',\n icon: [384, 512, [], \"f7c2\", \"M320 0H128L0 128v320c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zM160 160h-48V64h48v96zm80 0h-48V64h48v96zm80 0h-48V64h48v96z\"]\n};\nvar faSearch = {\n prefix: 'fas',\n iconName: 'search',\n icon: [512, 512, [], \"f002\", \"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"]\n};\nvar faSearchDollar = {\n prefix: 'fas',\n iconName: 'search-dollar',\n icon: [512, 512, [], \"f688\", \"M505.04 442.66l-99.71-99.69c-4.5-4.5-10.6-7-17-7h-16.3c27.6-35.3 44-79.69 44-127.99C416.03 93.09 322.92 0 208.02 0S0 93.09 0 207.98s93.11 207.98 208.02 207.98c48.3 0 92.71-16.4 128.01-44v16.3c0 6.4 2.5 12.5 7 17l99.71 99.69c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.59.1-33.99zm-297.02-90.7c-79.54 0-144-64.34-144-143.98 0-79.53 64.35-143.98 144-143.98 79.54 0 144 64.34 144 143.98 0 79.53-64.35 143.98-144 143.98zm27.11-152.54l-45.01-13.5c-5.16-1.55-8.77-6.78-8.77-12.73 0-7.27 5.3-13.19 11.8-13.19h28.11c4.56 0 8.96 1.29 12.82 3.72 3.24 2.03 7.36 1.91 10.13-.73l11.75-11.21c3.53-3.37 3.33-9.21-.57-12.14-9.1-6.83-20.08-10.77-31.37-11.35V112c0-4.42-3.58-8-8-8h-16c-4.42 0-8 3.58-8 8v16.12c-23.63.63-42.68 20.55-42.68 45.07 0 19.97 12.99 37.81 31.58 43.39l45.01 13.5c5.16 1.55 8.77 6.78 8.77 12.73 0 7.27-5.3 13.19-11.8 13.19h-28.1c-4.56 0-8.96-1.29-12.82-3.72-3.24-2.03-7.36-1.91-10.13.73l-11.75 11.21c-3.53 3.37-3.33 9.21.57 12.14 9.1 6.83 20.08 10.77 31.37 11.35V304c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8v-16.12c23.63-.63 42.68-20.54 42.68-45.07 0-19.97-12.99-37.81-31.59-43.39z\"]\n};\nvar faSearchLocation = {\n prefix: 'fas',\n iconName: 'search-location',\n icon: [512, 512, [], \"f689\", \"M505.04 442.66l-99.71-99.69c-4.5-4.5-10.6-7-17-7h-16.3c27.6-35.3 44-79.69 44-127.99C416.03 93.09 322.92 0 208.02 0S0 93.09 0 207.98s93.11 207.98 208.02 207.98c48.3 0 92.71-16.4 128.01-44v16.3c0 6.4 2.5 12.5 7 17l99.71 99.69c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.59.1-33.99zm-297.02-90.7c-79.54 0-144-64.34-144-143.98 0-79.53 64.35-143.98 144-143.98 79.54 0 144 64.34 144 143.98 0 79.53-64.35 143.98-144 143.98zm.02-239.96c-40.78 0-73.84 33.05-73.84 73.83 0 32.96 48.26 93.05 66.75 114.86a9.24 9.24 0 0 0 14.18 0c18.49-21.81 66.75-81.89 66.75-114.86 0-40.78-33.06-73.83-73.84-73.83zm0 96c-13.26 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faSearchMinus = {\n prefix: 'fas',\n iconName: 'search-minus',\n icon: [512, 512, [], \"f010\", \"M304 192v32c0 6.6-5.4 12-12 12H124c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm201 284.7L476.7 505c-9.4 9.4-24.6 9.4-33.9 0L343 405.3c-4.5-4.5-7-10.6-7-17V372c-35.3 27.6-79.7 44-128 44C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.3-16.4 92.7-44 128h16.3c6.4 0 12.5 2.5 17 7l99.7 99.7c9.3 9.4 9.3 24.6 0 34zM344 208c0-75.2-60.8-136-136-136S72 132.8 72 208s60.8 136 136 136 136-60.8 136-136z\"]\n};\nvar faSearchPlus = {\n prefix: 'fas',\n iconName: 'search-plus',\n icon: [512, 512, [], \"f00e\", \"M304 192v32c0 6.6-5.4 12-12 12h-56v56c0 6.6-5.4 12-12 12h-32c-6.6 0-12-5.4-12-12v-56h-56c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h56v-56c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v56h56c6.6 0 12 5.4 12 12zm201 284.7L476.7 505c-9.4 9.4-24.6 9.4-33.9 0L343 405.3c-4.5-4.5-7-10.6-7-17V372c-35.3 27.6-79.7 44-128 44C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.3-16.4 92.7-44 128h16.3c6.4 0 12.5 2.5 17 7l99.7 99.7c9.3 9.4 9.3 24.6 0 34zM344 208c0-75.2-60.8-136-136-136S72 132.8 72 208s60.8 136 136 136 136-60.8 136-136z\"]\n};\nvar faSeedling = {\n prefix: 'fas',\n iconName: 'seedling',\n icon: [512, 512, [], \"f4d8\", \"M64 96H0c0 123.7 100.3 224 224 224v144c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320C288 196.3 187.7 96 64 96zm384-64c-84.2 0-157.4 46.5-195.7 115.2 27.7 30.2 48.2 66.9 59 107.6C424 243.1 512 147.9 512 32h-64z\"]\n};\nvar faServer = {\n prefix: 'fas',\n iconName: 'server',\n icon: [512, 512, [], \"f233\", \"M480 160H32c-17.673 0-32-14.327-32-32V64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24z\"]\n};\nvar faShapes = {\n prefix: 'fas',\n iconName: 'shapes',\n icon: [512, 512, [], \"f61f\", \"M512 320v160c0 17.67-14.33 32-32 32H320c-17.67 0-32-14.33-32-32V320c0-17.67 14.33-32 32-32h160c17.67 0 32 14.33 32 32zm-384-64C57.31 256 0 313.31 0 384s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm351.03-32c25.34 0 41.18-26.67 28.51-48L412.51 16c-12.67-21.33-44.35-21.33-57.02 0l-95.03 160c-12.67 21.33 3.17 48 28.51 48h190.06z\"]\n};\nvar faShare = {\n prefix: 'fas',\n iconName: 'share',\n icon: [512, 512, [], \"f064\", \"M503.691 189.836L327.687 37.851C312.281 24.546 288 35.347 288 56.015v80.053C127.371 137.907 0 170.1 0 322.326c0 61.441 39.581 122.309 83.333 154.132 13.653 9.931 33.111-2.533 28.077-18.631C66.066 312.814 132.917 274.316 288 272.085V360c0 20.7 24.3 31.453 39.687 18.164l176.004-152c11.071-9.562 11.086-26.753 0-36.328z\"]\n};\nvar faShareAlt = {\n prefix: 'fas',\n iconName: 'share-alt',\n icon: [448, 512, [], \"f1e0\", \"M352 320c-22.608 0-43.387 7.819-59.79 20.895l-102.486-64.054a96.551 96.551 0 0 0 0-41.683l102.486-64.054C308.613 184.181 329.392 192 352 192c53.019 0 96-42.981 96-96S405.019 0 352 0s-96 42.981-96 96c0 7.158.79 14.13 2.276 20.841L155.79 180.895C139.387 167.819 118.608 160 96 160c-53.019 0-96 42.981-96 96s42.981 96 96 96c22.608 0 43.387-7.819 59.79-20.895l102.486 64.054A96.301 96.301 0 0 0 256 416c0 53.019 42.981 96 96 96s96-42.981 96-96-42.981-96-96-96z\"]\n};\nvar faShareAltSquare = {\n prefix: 'fas',\n iconName: 'share-alt-square',\n icon: [448, 512, [], \"f1e1\", \"M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zM304 296c-14.562 0-27.823 5.561-37.783 14.671l-67.958-40.775a56.339 56.339 0 0 0 0-27.793l67.958-40.775C276.177 210.439 289.438 216 304 216c30.928 0 56-25.072 56-56s-25.072-56-56-56-56 25.072-56 56c0 4.797.605 9.453 1.74 13.897l-67.958 40.775C171.823 205.561 158.562 200 144 200c-30.928 0-56 25.072-56 56s25.072 56 56 56c14.562 0 27.823-5.561 37.783-14.671l67.958 40.775a56.088 56.088 0 0 0-1.74 13.897c0 30.928 25.072 56 56 56s56-25.072 56-56C360 321.072 334.928 296 304 296z\"]\n};\nvar faShareSquare = {\n prefix: 'fas',\n iconName: 'share-square',\n icon: [576, 512, [], \"f14d\", \"M568.482 177.448L424.479 313.433C409.3 327.768 384 317.14 384 295.985v-71.963c-144.575.97-205.566 35.113-164.775 171.353 4.483 14.973-12.846 26.567-25.006 17.33C155.252 383.105 120 326.488 120 269.339c0-143.937 117.599-172.5 264-173.312V24.012c0-21.174 25.317-31.768 40.479-17.448l144.003 135.988c10.02 9.463 10.028 25.425 0 34.896zM384 379.128V448H64V128h50.916a11.99 11.99 0 0 0 8.648-3.693c14.953-15.568 32.237-27.89 51.014-37.676C185.708 80.83 181.584 64 169.033 64H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48v-88.806c0-8.288-8.197-14.066-16.011-11.302a71.83 71.83 0 0 1-34.189 3.377c-7.27-1.046-13.8 4.514-13.8 11.859z\"]\n};\nvar faShekelSign = {\n prefix: 'fas',\n iconName: 'shekel-sign',\n icon: [448, 512, [], \"f20b\", \"M248 168v168c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V168c0-75.11-60.89-136-136-136H24C10.75 32 0 42.74 0 56v408c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V112h112c30.93 0 56 25.07 56 56zM432 32h-48c-8.84 0-16 7.16-16 16v296c0 30.93-25.07 56-56 56H200V176c0-8.84-7.16-16-16-16h-48c-8.84 0-16 7.16-16 16v280c0 13.25 10.75 24 24 24h168c75.11 0 136-60.89 136-136V48c0-8.84-7.16-16-16-16z\"]\n};\nvar faShieldAlt = {\n prefix: 'fas',\n iconName: 'shield-alt',\n icon: [512, 512, [], \"f3ed\", \"M466.5 83.7l-192-80a48.15 48.15 0 0 0-36.9 0l-192 80C27.7 91.1 16 108.6 16 128c0 198.5 114.5 335.7 221.5 380.3 11.8 4.9 25.1 4.9 36.9 0C360.1 472.6 496 349.3 496 128c0-19.4-11.7-36.9-29.5-44.3zM256.1 446.3l-.1-381 175.9 73.3c-3.3 151.4-82.1 261.1-175.8 307.7z\"]\n};\nvar faShip = {\n prefix: 'fas',\n iconName: 'ship',\n icon: [640, 512, [], \"f21a\", \"M496.616 372.639l70.012-70.012c16.899-16.9 9.942-45.771-12.836-53.092L512 236.102V96c0-17.673-14.327-32-32-32h-64V24c0-13.255-10.745-24-24-24H248c-13.255 0-24 10.745-24 24v40h-64c-17.673 0-32 14.327-32 32v140.102l-41.792 13.433c-22.753 7.313-29.754 36.173-12.836 53.092l70.012 70.012C125.828 416.287 85.587 448 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24 61.023 0 107.499-20.61 143.258-59.396C181.677 487.432 216.021 512 256 512h128c39.979 0 74.323-24.568 88.742-59.396C508.495 491.384 554.968 512 616 512c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24-60.817 0-101.542-31.001-119.384-75.361zM192 128h256v87.531l-118.208-37.995a31.995 31.995 0 0 0-19.584 0L192 215.531V128z\"]\n};\nvar faShippingFast = {\n prefix: 'fas',\n iconName: 'shipping-fast',\n icon: [640, 512, [], \"f48b\", \"M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H112C85.5 0 64 21.5 64 48v48H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h272c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H40c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H64v128c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z\"]\n};\nvar faShoePrints = {\n prefix: 'fas',\n iconName: 'shoe-prints',\n icon: [640, 512, [], \"f54b\", \"M192 160h32V32h-32c-35.35 0-64 28.65-64 64s28.65 64 64 64zM0 416c0 35.35 28.65 64 64 64h32V352H64c-35.35 0-64 28.65-64 64zm337.46-128c-34.91 0-76.16 13.12-104.73 32-24.79 16.38-44.52 32-104.73 32v128l57.53 15.97c26.21 7.28 53.01 13.12 80.31 15.05 32.69 2.31 65.6.67 97.58-6.2C472.9 481.3 512 429.22 512 384c0-64-84.18-96-174.54-96zM491.42 7.19C459.44.32 426.53-1.33 393.84.99c-27.3 1.93-54.1 7.77-80.31 15.04L256 32v128c60.2 0 79.94 15.62 104.73 32 28.57 18.88 69.82 32 104.73 32C555.82 224 640 192 640 128c0-45.22-39.1-97.3-148.58-120.81z\"]\n};\nvar faShoppingBag = {\n prefix: 'fas',\n iconName: 'shopping-bag',\n icon: [448, 512, [], \"f290\", \"M352 160v-32C352 57.42 294.579 0 224 0 153.42 0 96 57.42 96 128v32H0v272c0 44.183 35.817 80 80 80h288c44.183 0 80-35.817 80-80V160h-96zm-192-32c0-35.29 28.71-64 64-64s64 28.71 64 64v32H160v-32zm160 120c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zm-192 0c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24z\"]\n};\nvar faShoppingBasket = {\n prefix: 'fas',\n iconName: 'shopping-basket',\n icon: [576, 512, [], \"f291\", \"M576 216v16c0 13.255-10.745 24-24 24h-8l-26.113 182.788C514.509 462.435 494.257 480 470.37 480H105.63c-23.887 0-44.139-17.565-47.518-41.212L32 256h-8c-13.255 0-24-10.745-24-24v-16c0-13.255 10.745-24 24-24h67.341l106.78-146.821c10.395-14.292 30.407-17.453 44.701-7.058 14.293 10.395 17.453 30.408 7.058 44.701L170.477 192h235.046L326.12 82.821c-10.395-14.292-7.234-34.306 7.059-44.701 14.291-10.395 34.306-7.235 44.701 7.058L484.659 192H552c13.255 0 24 10.745 24 24zM312 392V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24zm112 0V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24zm-224 0V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24z\"]\n};\nvar faShoppingCart = {\n prefix: 'fas',\n iconName: 'shopping-cart',\n icon: [576, 512, [], \"f07a\", \"M528.12 301.319l47.273-208C578.806 78.301 567.391 64 551.99 64H159.208l-9.166-44.81C147.758 8.021 137.93 0 126.529 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24h69.883l70.248 343.435C147.325 417.1 136 435.222 136 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-15.674-6.447-29.835-16.824-40h209.647C430.447 426.165 424 440.326 424 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-22.172-12.888-41.332-31.579-50.405l5.517-24.276c3.413-15.018-8.002-29.319-23.403-29.319H218.117l-6.545-32h293.145c11.206 0 20.92-7.754 23.403-18.681z\"]\n};\nvar faShower = {\n prefix: 'fas',\n iconName: 'shower',\n icon: [512, 512, [], \"f2cc\", \"M389.66 135.6L231.6 293.66c-9.37 9.37-24.57 9.37-33.94 0l-11.32-11.32c-9.37-9.37-9.37-24.57 0-33.94l.11-.11c-34.03-40.21-35.16-98.94-3.39-140.38-11.97-7.55-26.14-11.91-41.3-11.91C98.88 96 64 130.88 64 173.76V480H0V173.76C0 95.59 63.59 32 141.76 32c36.93 0 70.61 14.2 95.86 37.42 35.9-11.51 76.5-4.5 106.67 21.03l.11-.11c9.37-9.37 24.57-9.37 33.94 0l11.32 11.32c9.37 9.37 9.37 24.57 0 33.94zM384 208c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm32 0c0-8.837 7.163-16 16-16s16 7.163 16 16-7.163 16-16 16-16-7.163-16-16zm96 0c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm-160 32c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm48-16c8.837 0 16 7.163 16 16s-7.163 16-16 16-16-7.163-16-16 7.163-16 16-16zm80 16c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm-160 32c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm32 0c0-8.837 7.163-16 16-16s16 7.163 16 16-7.163 16-16 16-16-7.163-16-16zm96 0c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm-128 32c0-8.837 7.163-16 16-16s16 7.163 16 16-7.163 16-16 16-16-7.163-16-16zm96 0c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm-96 32c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm64 0c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm-32 32c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm-32 32c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16z\"]\n};\nvar faShuttleVan = {\n prefix: 'fas',\n iconName: 'shuttle-van',\n icon: [640, 512, [], \"f5b6\", \"M628.88 210.65L494.39 49.27A48.01 48.01 0 0 0 457.52 32H32C14.33 32 0 46.33 0 64v288c0 17.67 14.33 32 32 32h32c0 53.02 42.98 96 96 96s96-42.98 96-96h128c0 53.02 42.98 96 96 96s96-42.98 96-96h32c17.67 0 32-14.33 32-32V241.38c0-11.23-3.94-22.1-11.12-30.73zM64 192V96h96v96H64zm96 240c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm160-240h-96V96h96v96zm160 240c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm-96-240V96h66.02l80 96H384z\"]\n};\nvar faSign = {\n prefix: 'fas',\n iconName: 'sign',\n icon: [512, 512, [], \"f4d9\", \"M496 64H128V16c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16v48H16C7.2 64 0 71.2 0 80v32c0 8.8 7.2 16 16 16h48v368c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V128h368c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16zM160 384h320V160H160v224z\"]\n};\nvar faSignInAlt = {\n prefix: 'fas',\n iconName: 'sign-in-alt',\n icon: [512, 512, [], \"f2f6\", \"M416 448h-84c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h84c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32h-84c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h84c53 0 96 43 96 96v192c0 53-43 96-96 96zm-47-201L201 79c-15-15-41-4.5-41 17v96H24c-13.3 0-24 10.7-24 24v96c0 13.3 10.7 24 24 24h136v96c0 21.5 26 32 41 17l168-168c9.3-9.4 9.3-24.6 0-34z\"]\n};\nvar faSignLanguage = {\n prefix: 'fas',\n iconName: 'sign-language',\n icon: [448, 512, [], \"f2a7\", \"M91.434 483.987c-.307-16.018 13.109-29.129 29.13-29.129h62.293v-5.714H56.993c-16.021 0-29.437-13.111-29.13-29.129C28.16 404.491 40.835 392 56.428 392h126.429v-5.714H29.136c-16.021 0-29.437-13.111-29.13-29.129.297-15.522 12.973-28.013 28.566-28.013h154.286v-5.714H57.707c-16.021 0-29.437-13.111-29.13-29.129.297-15.522 12.973-28.013 28.566-28.013h168.566l-31.085-22.606c-12.762-9.281-15.583-27.149-6.302-39.912 9.281-12.761 27.15-15.582 39.912-6.302l123.361 89.715a34.287 34.287 0 0 1 14.12 27.728v141.136c0 15.91-10.946 29.73-26.433 33.374l-80.471 18.934a137.16 137.16 0 0 1-31.411 3.646H120c-15.593-.001-28.269-12.492-28.566-28.014zm73.249-225.701h36.423l-11.187-8.136c-18.579-13.511-20.313-40.887-3.17-56.536l-13.004-16.7c-9.843-12.641-28.43-15.171-40.88-5.088-12.065 9.771-14.133 27.447-4.553 39.75l36.371 46.71zm283.298-2.103l-5.003-152.452c-.518-15.771-13.722-28.136-29.493-27.619-15.773.518-28.137 13.722-27.619 29.493l1.262 38.415L283.565 11.019c-9.58-12.303-27.223-14.63-39.653-5.328-12.827 9.599-14.929 28.24-5.086 40.881l76.889 98.745-4.509 3.511-94.79-121.734c-9.58-12.303-27.223-14.63-39.653-5.328-12.827 9.599-14.929 28.24-5.086 40.881l94.443 121.288-4.509 3.511-77.675-99.754c-9.58-12.303-27.223-14.63-39.653-5.328-12.827 9.599-14.929 28.24-5.086 40.881l52.053 66.849c12.497-8.257 29.055-8.285 41.69.904l123.36 89.714c10.904 7.93 17.415 20.715 17.415 34.198v16.999l61.064-47.549a34.285 34.285 0 0 0 13.202-28.177z\"]\n};\nvar faSignOutAlt = {\n prefix: 'fas',\n iconName: 'sign-out-alt',\n icon: [512, 512, [], \"f2f5\", \"M497 273L329 441c-15 15-41 4.5-41-17v-96H152c-13.3 0-24-10.7-24-24v-96c0-13.3 10.7-24 24-24h136V88c0-21.4 25.9-32 41-17l168 168c9.3 9.4 9.3 24.6 0 34zM192 436v-40c0-6.6-5.4-12-12-12H96c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32h84c6.6 0 12-5.4 12-12V76c0-6.6-5.4-12-12-12H96c-53 0-96 43-96 96v192c0 53 43 96 96 96h84c6.6 0 12-5.4 12-12z\"]\n};\nvar faSignal = {\n prefix: 'fas',\n iconName: 'signal',\n icon: [640, 512, [], \"f012\", \"M216 288h-48c-8.84 0-16 7.16-16 16v192c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V304c0-8.84-7.16-16-16-16zM88 384H40c-8.84 0-16 7.16-16 16v96c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16v-96c0-8.84-7.16-16-16-16zm256-192h-48c-8.84 0-16 7.16-16 16v288c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V208c0-8.84-7.16-16-16-16zm128-96h-48c-8.84 0-16 7.16-16 16v384c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V112c0-8.84-7.16-16-16-16zM600 0h-48c-8.84 0-16 7.16-16 16v480c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16z\"]\n};\nvar faSignature = {\n prefix: 'fas',\n iconName: 'signature',\n icon: [640, 512, [], \"f5b7\", \"M623.2 192c-51.8 3.5-125.7 54.7-163.1 71.5-29.1 13.1-54.2 24.4-76.1 24.4-22.6 0-26-16.2-21.3-51.9 1.1-8 11.7-79.2-42.7-76.1-25.1 1.5-64.3 24.8-169.5 126L192 182.2c30.4-75.9-53.2-151.5-129.7-102.8L7.4 116.3C0 121-2.2 130.9 2.5 138.4l17.2 27c4.7 7.5 14.6 9.7 22.1 4.9l58-38.9c18.4-11.7 40.7 7.2 32.7 27.1L34.3 404.1C27.5 421 37 448 64 448c8.3 0 16.5-3.2 22.6-9.4 42.2-42.2 154.7-150.7 211.2-195.8-2.2 28.5-2.1 58.9 20.6 83.8 15.3 16.8 37.3 25.3 65.5 25.3 35.6 0 68-14.6 102.3-30 33-14.8 99-62.6 138.4-65.8 8.5-.7 15.2-7.3 15.2-15.8v-32.1c.2-9.1-7.5-16.8-16.6-16.2z\"]\n};\nvar faSimCard = {\n prefix: 'fas',\n iconName: 'sim-card',\n icon: [384, 512, [], \"f7c4\", \"M0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V128L256 0H64C28.7 0 0 28.7 0 64zm224 192h-64v-64h64v64zm96 0h-64v-64h32c17.7 0 32 14.3 32 32v32zm-64 128h64v32c0 17.7-14.3 32-32 32h-32v-64zm-96 0h64v64h-64v-64zm-96 0h64v64H96c-17.7 0-32-14.3-32-32v-32zm0-96h256v64H64v-64zm0-64c0-17.7 14.3-32 32-32h32v64H64v-32z\"]\n};\nvar faSitemap = {\n prefix: 'fas',\n iconName: 'sitemap',\n icon: [640, 512, [], \"f0e8\", \"M128 352H32c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32zm-24-80h192v48h48v-48h192v48h48v-57.59c0-21.17-17.23-38.41-38.41-38.41H344v-64h40c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32H256c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h40v64H94.41C73.23 224 56 241.23 56 262.41V320h48v-48zm264 80h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32zm240 0h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32z\"]\n};\nvar faSkating = {\n prefix: 'fas',\n iconName: 'skating',\n icon: [448, 512, [], \"f7c5\", \"M400 0c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm0 448c-8.8 0-16 7.2-16 16s-7.2 16-16 16h-96c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c26.5 0 48-21.5 48-48 0-8.8-7.2-16-16-16zm-282.2 8.6c-6.2 6.2-16.4 6.3-22.6 0l-67.9-67.9c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l67.9 67.9c9.4 9.4 21.7 14 34 14s24.6-4.7 33.9-14c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.3-22.7 0zm56.1-179.8l-93.7 93.7c-12.5 12.5-12.5 32.8 0 45.2 6.2 6.2 14.4 9.4 22.6 9.4s16.4-3.1 22.6-9.4l91.9-91.9-30.2-30.2c-5-5-9.4-10.7-13.2-16.8zM128 160h105.5l-20.1 17.2c-13.5 11.5-21.6 28.4-22.3 46.1-.7 17.8 6.1 35.2 18.7 47.7l78.2 78.2V432c0 17.7 14.3 32 32 32s32-14.3 32-32v-89.4c0-12.6-5.1-25-14.1-33.9l-61-61c.5-.4 1.2-.6 1.7-1.1l82.3-82.3c11.5-11.5 14.9-28.6 8.7-43.6-6.2-15-20.7-24.7-37-24.7H128c-17.7 0-32 14.3-32 32s14.3 32 32 32z\"]\n};\nvar faSkiing = {\n prefix: 'fas',\n iconName: 'skiing',\n icon: [512, 512, [], \"f7c9\", \"M432 96c26.5 0 48-21.5 48-48S458.5 0 432 0s-48 21.5-48 48 21.5 48 48 48zm73 356.1c-9.4-9.4-24.6-9.4-33.9 0-12.1 12.1-30.5 15.4-45.1 8.7l-135.8-70.2 49.2-73.8c12.7-19 10.2-44.5-6-60.6L293 215.7l-107-53.1c-2.9 19.9 3.4 40 17.7 54.4l75.1 75.2-45.9 68.8L35 258.7c-11.7-6-26.2-1.5-32.3 10.3-6.1 11.8-1.5 26.3 10.3 32.3l391.9 202.5c11.9 5.5 24.5 8.1 37.1 8.1 23.2 0 46-9 63-26 9.3-9.3 9.3-24.5 0-33.8zM120 91.6l-11.5 22.5c14.4 7.3 31.2 4.9 42.8-4.8l47.2 23.4c-.1.1-.1.2-.2.3l114.5 56.8 32.4-13 6.4 19.1c4 12.1 12.6 22 24 27.7l58.1 29c15.9 7.9 35 1.5 42.9-14.3 7.9-15.8 1.5-35-14.3-42.9l-52.1-26.1-17.1-51.2c-8.1-24.2-40.9-56.6-84.5-39.2l-81.2 32.5-62.5-31c.3-14.5-7.2-28.6-20.9-35.6l-11.1 21.7h-.2l-34.4-7c-1.8-.4-3.7.2-5 1.7-1.9 2.2-1.7 5.5.5 7.4l26.2 23z\"]\n};\nvar faSkiingNordic = {\n prefix: 'fas',\n iconName: 'skiing-nordic',\n icon: [576, 512, [], \"f7ca\", \"M336 96c26.5 0 48-21.5 48-48S362.5 0 336 0s-48 21.5-48 48 21.5 48 48 48zm216 320c-13.2 0-24 10.7-24 24 0 13.2-10.8 24-24 24h-69.5L460 285.6c11.7-4.7 20.1-16.2 20.1-29.6 0-17.7-14.3-32-32-32h-44L378 170.8c-12.5-25.5-35.5-44.2-61.8-50.9L245 98.7c-28.3-6.8-57.8-.5-80.8 17.1l-39.7 30.4c-14 10.7-16.7 30.8-5.9 44.9.7.9 1.7 1.3 2.4 2.1L66.9 464H24c-13.2 0-24 10.7-24 24s10.8 24 24 24h480c39.7 0 72-32.3 72-72 0-13.2-10.8-24-24-24zm-260.5 48h-96.9l43.1-91-22-13c-12.1-7.2-21.9-16.9-29.5-27.8L123.7 464H99.5l52.3-261.4c4.1-1 8.1-2.9 11.7-5.6l39.7-30.4c7.7-5.9 17.4-8 25.3-6.1l14.7 4.4-37.5 87.4c-12.6 29.5-1.3 64 26.3 80.3l85 50.2-25.5 81.2zm110.6 0h-43.6l23.6-75.5c5.9-20.8-2.9-43.1-21.6-54.4L299.3 298l31.3-78.3 20.3 41.4c8 16.3 24.9 26.9 43.1 26.9h33.3l-25.2 176z\"]\n};\nvar faSkull = {\n prefix: 'fas',\n iconName: 'skull',\n icon: [512, 512, [], \"f54c\", \"M256 0C114.6 0 0 100.3 0 224c0 70.1 36.9 132.6 94.5 173.7 9.6 6.9 15.2 18.1 13.5 29.9l-9.4 66.2c-1.4 9.6 6 18.2 15.7 18.2H192v-56c0-4.4 3.6-8 8-8h16c4.4 0 8 3.6 8 8v56h64v-56c0-4.4 3.6-8 8-8h16c4.4 0 8 3.6 8 8v56h77.7c9.7 0 17.1-8.6 15.7-18.2l-9.4-66.2c-1.7-11.7 3.8-23 13.5-29.9C475.1 356.6 512 294.1 512 224 512 100.3 397.4 0 256 0zm-96 320c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm192 0c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64z\"]\n};\nvar faSkullCrossbones = {\n prefix: 'fas',\n iconName: 'skull-crossbones',\n icon: [448, 512, [], \"f714\", \"M439.15 453.06L297.17 384l141.99-69.06c7.9-3.95 11.11-13.56 7.15-21.46L432 264.85c-3.95-7.9-13.56-11.11-21.47-7.16L224 348.41 37.47 257.69c-7.9-3.95-17.51-.75-21.47 7.16L1.69 293.48c-3.95 7.9-.75 17.51 7.15 21.46L150.83 384 8.85 453.06c-7.9 3.95-11.11 13.56-7.15 21.47l14.31 28.63c3.95 7.9 13.56 11.11 21.47 7.15L224 419.59l186.53 90.72c7.9 3.95 17.51.75 21.47-7.15l14.31-28.63c3.95-7.91.74-17.52-7.16-21.47zM150 237.28l-5.48 25.87c-2.67 12.62 5.42 24.85 16.45 24.85h126.08c11.03 0 19.12-12.23 16.45-24.85l-5.5-25.87c41.78-22.41 70-62.75 70-109.28C368 57.31 303.53 0 224 0S80 57.31 80 128c0 46.53 28.22 86.87 70 109.28zM280 112c17.65 0 32 14.35 32 32s-14.35 32-32 32-32-14.35-32-32 14.35-32 32-32zm-112 0c17.65 0 32 14.35 32 32s-14.35 32-32 32-32-14.35-32-32 14.35-32 32-32z\"]\n};\nvar faSlash = {\n prefix: 'fas',\n iconName: 'slash',\n icon: [640, 512, [], \"f715\", \"M594.53 508.63L6.18 53.9c-6.97-5.42-8.23-15.47-2.81-22.45L23.01 6.18C28.43-.8 38.49-2.06 45.47 3.37L633.82 458.1c6.97 5.42 8.23 15.47 2.81 22.45l-19.64 25.27c-5.42 6.98-15.48 8.23-22.46 2.81z\"]\n};\nvar faSleigh = {\n prefix: 'fas',\n iconName: 'sleigh',\n icon: [640, 512, [], \"f7cc\", \"M612.7 350.7l-9.3-7.4c-6.9-5.5-17-4.4-22.5 2.5l-10 12.5c-5.5 6.9-4.4 17 2.5 22.5l9.3 7.4c5.9 4.7 9.2 11.7 9.2 19.2 0 13.6-11 24.6-24.6 24.6H48c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h516c39 0 73.7-29.3 75.9-68.3 1.4-23.8-8.7-46.3-27.2-61zM32 224c0 59.6 40.9 109.2 96 123.5V400h64v-48h192v48h64v-48c53 0 96-43 96-96v-96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-96v64c0 35.3-28.7 64-64 64h-20.7c-65.8 0-125.9-37.2-155.3-96-29.4-58.8-89.6-96-155.3-96H32C14.3 32 0 46.3 0 64s14.3 32 32 32v128z\"]\n};\nvar faSlidersH = {\n prefix: 'fas',\n iconName: 'sliders-h',\n icon: [512, 512, [], \"f1de\", \"M496 384H160v-16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h80v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h336c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-160h-80v-16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h336v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h80c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-160H288V48c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16C7.2 64 0 71.2 0 80v32c0 8.8 7.2 16 16 16h208v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h208c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16z\"]\n};\nvar faSmile = {\n prefix: 'fas',\n iconName: 'smile',\n icon: [496, 512, [], \"f118\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm194.8 170.2C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.6-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.4-16.2 38.1 4.2 24.6 20.5z\"]\n};\nvar faSmileBeam = {\n prefix: 'fas',\n iconName: 'smile-beam',\n icon: [496, 512, [], \"f5b8\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"]\n};\nvar faSmileWink = {\n prefix: 'fas',\n iconName: 'smile-wink',\n icon: [496, 512, [], \"f4da\", \"M0 256c0 137 111 248 248 248s248-111 248-248S385 8 248 8 0 119 0 256zm200-48c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm158.5 16.5c-14.8-13.2-46.2-13.2-61 0L288 233c-8.3 7.4-21.6.4-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S384 197 388 222.2c1.7 11.1-11.4 18.3-19.8 10.8l-9.7-8.5zM157.8 325.8C180.2 352.7 213 368 248 368s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.2 24.6 20.5C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11.2-36.7 24.6-20.4z\"]\n};\nvar faSmog = {\n prefix: 'fas',\n iconName: 'smog',\n icon: [640, 512, [], \"f75f\", \"M624 368H80c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h544c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zm-480 96H16c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zm416 0H224c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h336c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zM144 288h156.1c22.5 19.7 51.6 32 83.9 32s61.3-12.3 83.9-32H528c61.9 0 112-50.1 112-112S589.9 64 528 64c-18 0-34.7 4.6-49.7 12.1C454 31 406.8 0 352 0c-41 0-77.8 17.3-104 44.8C221.8 17.3 185 0 144 0 64.5 0 0 64.5 0 144s64.5 144 144 144z\"]\n};\nvar faSmoking = {\n prefix: 'fas',\n iconName: 'smoking',\n icon: [640, 512, [], \"f48d\", \"M632 352h-48c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8zM553.3 87.1c-5.7-3.8-9.3-10-9.3-16.8V8c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v62.3c0 22 10.2 43.4 28.6 55.4 42.2 27.3 67.4 73.8 67.4 124V280c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-30.3c0-65.5-32.4-126.2-86.7-162.6zM432 352H48c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48h384c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16zm-32 112H224v-64h176v64zm87.7-322.4C463.8 125 448 99.3 448 70.3V8c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v66.4c0 43.7 24.6 81.6 60.3 106.7 22.4 15.7 35.7 41.2 35.7 68.6V280c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-30.3c0-43.3-21-83.4-56.3-108.1zM536 352h-48c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8z\"]\n};\nvar faSmokingBan = {\n prefix: 'fas',\n iconName: 'smoking-ban',\n icon: [512, 512, [], \"f54d\", \"M96 304c0 8.8 7.2 16 16 16h117.5l-96-96H112c-8.8 0-16 7.2-16 16v64zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm0 448c-105.9 0-192-86.1-192-192 0-41.4 13.3-79.7 35.7-111.1l267.4 267.4C335.7 434.7 297.4 448 256 448zm45.2-192H384v32h-50.8l-32-32zm111.1 111.1L365.2 320H400c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16H269.2L144.9 99.7C176.3 77.3 214.6 64 256 64c105.9 0 192 86.1 192 192 0 41.4-13.3 79.7-35.7 111.1zM320.6 128c-15.6 0-28.6-11.2-31.4-25.9-.7-3.6-4-6.1-7.7-6.1h-16.2c-5 0-8.7 4.5-8 9.4 4.6 30.9 31.2 54.6 63.3 54.6 15.6 0 28.6 11.2 31.4 25.9.7 3.6 4 6.1 7.7 6.1h16.2c5 0 8.7-4.5 8-9.4-4.6-30.9-31.2-54.6-63.3-54.6z\"]\n};\nvar faSms = {\n prefix: 'fas',\n iconName: 'sms',\n icon: [512, 512, [], \"f7cd\", \"M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7 1.3 3 4.1 4.8 7.3 4.8 66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32zM128.2 304H116c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h12.3c6 0 10.4-3.5 10.4-6.6 0-1.3-.8-2.7-2.1-3.8l-21.9-18.8c-8.5-7.2-13.3-17.5-13.3-28.1 0-21.3 19-38.6 42.4-38.6H156c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8h-12.3c-6 0-10.4 3.5-10.4 6.6 0 1.3.8 2.7 2.1 3.8l21.9 18.8c8.5 7.2 13.3 17.5 13.3 28.1.1 21.3-19 38.6-42.4 38.6zm191.8-8c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8v-68.2l-24.8 55.8c-2.9 5.9-11.4 5.9-14.3 0L224 227.8V296c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V192c0-8.8 7.2-16 16-16h16c6.1 0 11.6 3.4 14.3 8.8l17.7 35.4 17.7-35.4c2.7-5.4 8.3-8.8 14.3-8.8h16c8.8 0 16 7.2 16 16v104zm48.3 8H356c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h12.3c6 0 10.4-3.5 10.4-6.6 0-1.3-.8-2.7-2.1-3.8l-21.9-18.8c-8.5-7.2-13.3-17.5-13.3-28.1 0-21.3 19-38.6 42.4-38.6H396c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8h-12.3c-6 0-10.4 3.5-10.4 6.6 0 1.3.8 2.7 2.1 3.8l21.9 18.8c8.5 7.2 13.3 17.5 13.3 28.1.1 21.3-18.9 38.6-42.3 38.6z\"]\n};\nvar faSnowboarding = {\n prefix: 'fas',\n iconName: 'snowboarding',\n icon: [512, 512, [], \"f7ce\", \"M432 96c26.5 0 48-21.5 48-48S458.5 0 432 0s-48 21.5-48 48 21.5 48 48 48zm28.8 153.6c5.8 4.3 12.5 6.4 19.2 6.4 9.7 0 19.3-4.4 25.6-12.8 10.6-14.1 7.8-34.2-6.4-44.8l-111.4-83.5c-13.8-10.3-29.1-18.4-45.4-23.8l-63.7-21.2-26.1-52.1C244.7 2 225.5-4.4 209.7 3.5c-15.8 7.9-22.2 27.1-14.3 42.9l29.1 58.1c5.7 11.4 15.6 19.9 27.7 24l16.4 5.5-41.2 20.6c-21.8 10.9-35.4 32.8-35.4 57.2v53.1l-74.1 24.7c-16.8 5.6-25.8 23.7-20.2 40.5 1.7 5.2 4.9 9.4 8.7 12.9l-38.7-14.1c-9.7-3.5-17.4-10.6-21.8-20-5.6-12-19.9-17.2-31.9-11.6s-17.2 19.9-11.6 31.9c9.8 21 27.1 36.9 48.9 44.8l364.8 132.7c9.7 3.5 19.7 5.3 29.7 5.3 12.5 0 24.9-2.7 36.5-8.2 12-5.6 17.2-19.9 11.6-31.9S474 454.7 462 460.3c-9.3 4.4-19.8 4.8-29.5 1.3l-90.8-33.1c8.7-4.1 15.6-11.8 17.8-21.9l21.9-102c3.9-18.2-3.2-37.2-18.1-48.4l-52-39 66-30.5 83.5 62.9zm-144.4 51.7l-19.7 92c-1.5 7.1-.1 13.9 2.8 20l-169.4-61.6c2.7-.2 5.4-.4 8-1.3l85-28.4c19.6-6.5 32.8-24.8 32.8-45.5V256l60.5 45.3z\"]\n};\nvar faSnowflake = {\n prefix: 'fas',\n iconName: 'snowflake',\n icon: [448, 512, [], \"f2dc\", \"M440.3 345.2l-33.8-19.5 26-7c8.2-2.2 13.1-10.7 10.9-18.9l-4-14.9c-2.2-8.2-10.7-13.1-18.9-10.9l-70.8 19-63.9-37 63.8-36.9 70.8 19c8.2 2.2 16.7-2.7 18.9-10.9l4-14.9c2.2-8.2-2.7-16.7-10.9-18.9l-26-7 33.8-19.5c7.4-4.3 9.9-13.7 5.7-21.1L430.4 119c-4.3-7.4-13.7-9.9-21.1-5.7l-33.8 19.5 7-26c2.2-8.2-2.7-16.7-10.9-18.9l-14.9-4c-8.2-2.2-16.7 2.7-18.9 10.9l-19 70.8-62.8 36.2v-77.5l53.7-53.7c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0L256 56.4V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v40.4l-19.7-19.7c-6.2-6.2-16.4-6.2-22.6 0L138.3 48c-6.3 6.2-6.3 16.4 0 22.6l53.7 53.7v77.5l-62.8-36.2-19-70.8c-2.2-8.2-10.7-13.1-18.9-10.9l-14.9 4c-8.2 2.2-13.1 10.7-10.9 18.9l7 26-33.8-19.5c-7.4-4.3-16.8-1.7-21.1 5.7L2.1 145.7c-4.3 7.4-1.7 16.8 5.7 21.1l33.8 19.5-26 7c-8.3 2.2-13.2 10.7-11 19l4 14.9c2.2 8.2 10.7 13.1 18.9 10.9l70.8-19 63.8 36.9-63.8 36.9-70.8-19c-8.2-2.2-16.7 2.7-18.9 10.9l-4 14.9c-2.2 8.2 2.7 16.7 10.9 18.9l26 7-33.8 19.6c-7.4 4.3-9.9 13.7-5.7 21.1l15.5 26.8c4.3 7.4 13.7 9.9 21.1 5.7l33.8-19.5-7 26c-2.2 8.2 2.7 16.7 10.9 18.9l14.9 4c8.2 2.2 16.7-2.7 18.9-10.9l19-70.8 62.8-36.2v77.5l-53.7 53.7c-6.3 6.2-6.3 16.4 0 22.6l11.3 11.3c6.2 6.2 16.4 6.2 22.6 0l19.7-19.7V496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-40.4l19.7 19.7c6.2 6.2 16.4 6.2 22.6 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6L256 387.7v-77.5l62.8 36.2 19 70.8c2.2 8.2 10.7 13.1 18.9 10.9l14.9-4c8.2-2.2 13.1-10.7 10.9-18.9l-7-26 33.8 19.5c7.4 4.3 16.8 1.7 21.1-5.7l15.5-26.8c4.3-7.3 1.8-16.8-5.6-21z\"]\n};\nvar faSnowman = {\n prefix: 'fas',\n iconName: 'snowman',\n icon: [512, 512, [], \"f7d0\", \"M510.9 152.3l-5.9-14.5c-3.3-8-12.6-11.9-20.8-8.7L456 140.6v-29c0-8.6-7.2-15.6-16-15.6h-16c-8.8 0-16 7-16 15.6v46.9c0 .5.3 1 .3 1.5l-56.4 23c-5.9-10-13.3-18.9-22-26.6 13.6-16.6 22-37.4 22-60.5 0-53-43-96-96-96s-96 43-96 96c0 23.1 8.5 43.9 22 60.5-8.7 7.7-16 16.6-22 26.6l-56.4-23c.1-.5.3-1 .3-1.5v-46.9C104 103 96.8 96 88 96H72c-8.8 0-16 7-16 15.6v29l-28.1-11.5c-8.2-3.2-17.5.7-20.8 8.7l-5.9 14.5c-3.3 8 .7 17.1 8.9 20.3l135.2 55.2c-.4 4-1.2 8-1.2 12.2 0 10.1 1.7 19.6 4.2 28.9C120.9 296.4 104 334.2 104 376c0 54 28.4 100.9 70.8 127.8 9.3 5.9 20.3 8.2 31.3 8.2h99.2c13.3 0 26.3-4.1 37.2-11.7 46.5-32.3 74.4-89.4 62.9-152.6-5.5-30.2-20.5-57.6-41.6-79 2.5-9.2 4.2-18.7 4.2-28.7 0-4.2-.8-8.1-1.2-12.2L502 172.6c8.1-3.1 12.1-12.2 8.9-20.3zM224 96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32 272c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-88s-16-23.2-16-32 7.2-16 16-16 16 7.2 16 16-16 32-16 32zm32-56c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"]\n};\nvar faSnowplow = {\n prefix: 'fas',\n iconName: 'snowplow',\n icon: [640, 512, [], \"f7d2\", \"M120 376c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm238.6 49.4c-14.5-14.5-22.6-34.1-22.6-54.6V269.2c0-20.5 8.1-40.1 22.6-54.6l36.7-36.7c6.2-6.2 6.2-16.4 0-22.6l-22.6-22.6c-6.2-6.2-16.4-6.2-22.6 0l-36.7 36.7c-26.5 26.5-41.4 62.4-41.4 99.9V288h-64v-50.9c0-8.7-1.8-17.2-5.2-25.2L364.5 29.1C356.9 11.4 339.6 0 320.3 0H176c-26.5 0-48 21.5-48 48v112h-16c-26.5 0-48 21.5-48 48v91.2C26.3 317.2 0 355.4 0 400c0 61.9 50.1 112 112 112h256c61.9 0 112-50.1 112-112 0-17.3-4.2-33.4-11.2-48H512v18.7c0 37.5 14.9 73.4 41.4 99.9l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0l22.6-22.6c6.2-6.2 6.2-16.4 0-22.6l-36.7-36.7zM192 64h117.8l68.6 160H256l-64-64V64zm176 384H112c-26.5 0-48-21.5-48-48s21.5-48 48-48h256c26.5 0 48 21.5 48 48s-21.5 48-48 48z\"]\n};\nvar faSocks = {\n prefix: 'fas',\n iconName: 'socks',\n icon: [512, 512, [], \"f696\", \"M214.66 311.01L288 256V96H128v176l-86.65 64.61c-39.4 29.56-53.86 84.42-29.21 127.06C30.39 495.25 63.27 512 96.08 512c20.03 0 40.25-6.25 57.52-19.2l21.86-16.39c-29.85-55.38-13.54-125.84 39.2-165.4zM288 32c0-11.05 3.07-21.3 8.02-30.38C293.4.92 290.85 0 288 0H160c-17.67 0-32 14.33-32 32v32h160V32zM480 0H352c-17.67 0-32 14.33-32 32v32h192V32c0-17.67-14.33-32-32-32zM320 272l-86.13 64.61c-39.4 29.56-53.86 84.42-29.21 127.06 18.25 31.58 50.61 48.33 83.42 48.33 20.03 0 40.25-6.25 57.52-19.2l115.2-86.4A127.997 127.997 0 0 0 512 304V96H320v176z\"]\n};\nvar faSolarPanel = {\n prefix: 'fas',\n iconName: 'solar-panel',\n icon: [640, 512, [], \"f5ba\", \"M431.98 448.01l-47.97.05V416h-128v32.21l-47.98.05c-8.82.01-15.97 7.16-15.98 15.99l-.05 31.73c-.01 8.85 7.17 16.03 16.02 16.02l223.96-.26c8.82-.01 15.97-7.16 15.98-15.98l.04-31.73c.01-8.85-7.17-16.03-16.02-16.02zM585.2 26.74C582.58 11.31 568.99 0 553.06 0H86.93C71 0 57.41 11.31 54.79 26.74-3.32 369.16.04 348.08.03 352c-.03 17.32 14.29 32 32.6 32h574.74c18.23 0 32.51-14.56 32.59-31.79.02-4.08 3.35 16.95-54.76-325.47zM259.83 64h120.33l9.77 96H250.06l9.77-96zm-75.17 256H71.09L90.1 208h105.97l-11.41 112zm16.29-160H98.24l16.29-96h96.19l-9.77 96zm32.82 160l11.4-112h149.65l11.4 112H233.77zm195.5-256h96.19l16.29 96H439.04l-9.77-96zm26.06 256l-11.4-112H549.9l19.01 112H455.33z\"]\n};\nvar faSort = {\n prefix: 'fas',\n iconName: 'sort',\n icon: [320, 512, [], \"f0dc\", \"M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z\"]\n};\nvar faSortAlphaDown = {\n prefix: 'fas',\n iconName: 'sort-alpha-down',\n icon: [448, 512, [], \"f15d\", \"M176 352h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm240-64H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 446.37V464a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 321.63V304a16 16 0 0 0-16-16zm31.06-85.38l-59.27-160A16 16 0 0 0 372.72 32h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 224h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 224H432a16 16 0 0 0 15.06-21.38zM335.61 144L352 96l16.39 48z\"]\n};\nvar faSortAlphaDownAlt = {\n prefix: 'fas',\n iconName: 'sort-alpha-down-alt',\n icon: [448, 512, [], \"f881\", \"M176 352h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm112-128h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 65.63V48a16 16 0 0 0-16-16H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 190.37V208a16 16 0 0 0 16 16zm159.06 234.62l-59.27-160A16 16 0 0 0 372.72 288h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 480h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 480H432a16 16 0 0 0 15.06-21.38zM335.61 400L352 352l16.39 48z\"]\n};\nvar faSortAlphaUp = {\n prefix: 'fas',\n iconName: 'sort-alpha-up',\n icon: [448, 512, [], \"f15e\", \"M16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160zm400 128H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 446.37V464a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 321.63V304a16 16 0 0 0-16-16zm31.06-85.38l-59.27-160A16 16 0 0 0 372.72 32h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 224h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 224H432a16 16 0 0 0 15.06-21.38zM335.61 144L352 96l16.39 48z\"]\n};\nvar faSortAlphaUpAlt = {\n prefix: 'fas',\n iconName: 'sort-alpha-up-alt',\n icon: [448, 512, [], \"f882\", \"M16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160zm272 64h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 65.63V48a16 16 0 0 0-16-16H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 190.37V208a16 16 0 0 0 16 16zm159.06 234.62l-59.27-160A16 16 0 0 0 372.72 288h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 480h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 480H432a16 16 0 0 0 15.06-21.38zM335.61 400L352 352l16.39 48z\"]\n};\nvar faSortAmountDown = {\n prefix: 'fas',\n iconName: 'sort-amount-down',\n icon: [512, 512, [], \"f160\", \"M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-128-64h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm256-192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faSortAmountDownAlt = {\n prefix: 'fas',\n iconName: 'sort-amount-down-alt',\n icon: [512, 512, [], \"f884\", \"M240 96h64a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm0 128h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm256 192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-256-64h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm-64 0h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352z\"]\n};\nvar faSortAmountUp = {\n prefix: 'fas',\n iconName: 'sort-amount-up',\n icon: [512, 512, [], \"f161\", \"M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.77 160 16 160zm416 0H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faSortAmountUpAlt = {\n prefix: 'fas',\n iconName: 'sort-amount-up-alt',\n icon: [512, 512, [], \"f885\", \"M240 96h64a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm0 128h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm256 192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-256-64h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zM16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.39-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160z\"]\n};\nvar faSortDown = {\n prefix: 'fas',\n iconName: 'sort-down',\n icon: [320, 512, [], \"f0dd\", \"M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z\"]\n};\nvar faSortNumericDown = {\n prefix: 'fas',\n iconName: 'sort-numeric-down',\n icon: [448, 512, [], \"f162\", \"M304 96h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-16V48a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 96zm26.15 162.91a79 79 0 0 0-55 54.17c-14.25 51.05 21.21 97.77 68.85 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.76 86.25-61.61 86.25-132V336c-.02-51.21-48.4-91.34-101.85-77.09zM352 356a20 20 0 1 1 20-20 20 20 0 0 1-20 20zm-176-4h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352z\"]\n};\nvar faSortNumericDownAlt = {\n prefix: 'fas',\n iconName: 'sort-numeric-down-alt',\n icon: [448, 512, [], \"f886\", \"M176 352h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm224 64h-16V304a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 352h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM330.17 34.91a79 79 0 0 0-55 54.17c-14.27 51.05 21.19 97.77 68.83 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.77 86.25-61.61 86.25-132V112c-.02-51.21-48.4-91.34-101.85-77.09zM352 132a20 20 0 1 1 20-20 20 20 0 0 1-20 20z\"]\n};\nvar faSortNumericUp = {\n prefix: 'fas',\n iconName: 'sort-numeric-up',\n icon: [448, 512, [], \"f163\", \"M330.17 258.91a79 79 0 0 0-55 54.17c-14.27 51.05 21.19 97.77 68.83 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.76 86.25-61.61 86.25-132V336c-.02-51.21-48.4-91.34-101.85-77.09zM352 356a20 20 0 1 1 20-20 20 20 0 0 1-20 20zM304 96h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-16V48a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 96zM107.31 36.69a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31z\"]\n};\nvar faSortNumericUpAlt = {\n prefix: 'fas',\n iconName: 'sort-numeric-up-alt',\n icon: [448, 512, [], \"f887\", \"M107.31 36.69a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31zM400 416h-16V304a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 352h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM330.17 34.91a79 79 0 0 0-55 54.17c-14.27 51.05 21.19 97.77 68.83 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.77 86.25-61.61 86.25-132V112c-.02-51.21-48.4-91.34-101.85-77.09zM352 132a20 20 0 1 1 20-20 20 20 0 0 1-20 20z\"]\n};\nvar faSortUp = {\n prefix: 'fas',\n iconName: 'sort-up',\n icon: [320, 512, [], \"f0de\", \"M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z\"]\n};\nvar faSpa = {\n prefix: 'fas',\n iconName: 'spa',\n icon: [576, 512, [], \"f5bb\", \"M568.25 192c-29.04.13-135.01 6.16-213.84 83-33.12 29.63-53.36 63.3-66.41 94.86-13.05-31.56-33.29-65.23-66.41-94.86-78.83-76.84-184.8-82.87-213.84-83-4.41-.02-7.79 3.4-7.75 7.82.23 27.92 7.14 126.14 88.77 199.3C172.79 480.94 256 480 288 480s115.19.95 199.23-80.88c81.64-73.17 88.54-171.38 88.77-199.3.04-4.42-3.34-7.84-7.75-7.82zM287.98 302.6c12.82-18.85 27.6-35.78 44.09-50.52 19.09-18.61 39.58-33.3 60.26-45.18-16.44-70.5-51.72-133.05-96.73-172.22-4.11-3.58-11.02-3.58-15.14 0-44.99 39.14-80.27 101.63-96.74 172.07 20.37 11.7 40.5 26.14 59.22 44.39a282.768 282.768 0 0 1 45.04 51.46z\"]\n};\nvar faSpaceShuttle = {\n prefix: 'fas',\n iconName: 'space-shuttle',\n icon: [640, 512, [], \"f197\", \"M592.604 208.244C559.735 192.836 515.777 184 472 184H186.327c-4.952-6.555-10.585-11.978-16.72-16H376C229.157 137.747 219.403 32 96.003 32H96v128H80V32c-26.51 0-48 28.654-48 64v64c-23.197 0-32 10.032-32 24v40c0 13.983 8.819 24 32 24v16c-23.197 0-32 10.032-32 24v40c0 13.983 8.819 24 32 24v64c0 35.346 21.49 64 48 64V352h16v128h.003c123.4 0 133.154-105.747 279.997-136H169.606c6.135-4.022 11.768-9.445 16.72-16H472c43.777 0 87.735-8.836 120.604-24.244C622.282 289.845 640 271.992 640 256s-17.718-33.845-47.396-47.756zM488 296a8 8 0 0 1-8-8v-64a8 8 0 0 1 8-8c31.909 0 31.942 80 0 80z\"]\n};\nvar faSpellCheck = {\n prefix: 'fas',\n iconName: 'spell-check',\n icon: [576, 512, [], \"f891\", \"M272 256h91.36c43.2 0 82-32.2 84.51-75.34a79.82 79.82 0 0 0-25.26-63.07 79.81 79.81 0 0 0 9.06-44.91C427.9 30.57 389.3 0 347 0h-75a16 16 0 0 0-16 16v224a16 16 0 0 0 16 16zm40-200h40a24 24 0 0 1 0 48h-40zm0 96h56a24 24 0 0 1 0 48h-56zM155.12 22.25A32 32 0 0 0 124.64 0H99.36a32 32 0 0 0-30.48 22.25L.59 235.73A16 16 0 0 0 16 256h24.93a16 16 0 0 0 15.42-11.73L68.29 208h87.42l11.94 36.27A16 16 0 0 0 183.07 256H208a16 16 0 0 0 15.42-20.27zM89.37 144L112 75.3l22.63 68.7zm482 132.48l-45.21-45.3a15.88 15.88 0 0 0-22.59 0l-151.5 151.5-55.41-55.5a15.88 15.88 0 0 0-22.59 0l-45.3 45.3a16 16 0 0 0 0 22.59l112 112.21a15.89 15.89 0 0 0 22.6 0l208-208.21a16 16 0 0 0-.02-22.59z\"]\n};\nvar faSpider = {\n prefix: 'fas',\n iconName: 'spider',\n icon: [576, 512, [], \"f717\", \"M151.17 167.35L177.1 176h4.67l5.22-26.12c.72-3.58 1.8-7.58 3.21-11.79l-20.29-40.58 23.8-71.39c2.79-8.38-1.73-17.44-10.12-20.24L168.42.82c-8.38-2.8-17.45 1.73-20.24 10.12l-25.89 77.68a32.04 32.04 0 0 0 1.73 24.43l27.15 54.3zm422.14 182.03l-52.75-79.12a32.002 32.002 0 0 0-26.62-14.25H416l68.99-24.36a32.03 32.03 0 0 0 16.51-12.61l53.6-80.41c4.9-7.35 2.91-17.29-4.44-22.19l-13.31-8.88c-7.35-4.9-17.29-2.91-22.19 4.44l-50.56 75.83L404.1 208H368l-10.37-51.85C355.44 145.18 340.26 96 288 96c-52.26 0-67.44 49.18-69.63 60.15L208 208h-36.1l-60.49-20.17L60.84 112c-4.9-7.35-14.83-9.34-22.19-4.44l-13.31 8.88c-7.35 4.9-9.34 14.83-4.44 22.19l53.6 80.41a32.03 32.03 0 0 0 16.51 12.61L160 256H82.06a32.02 32.02 0 0 0-26.63 14.25L2.69 349.38c-4.9 7.35-2.92 17.29 4.44 22.19l13.31 8.88c7.35 4.9 17.29 2.91 22.19-4.44l48-72h47.06l-60.83 97.33A31.988 31.988 0 0 0 72 418.3V496c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-73.11l74.08-118.53c-1.01 14.05-2.08 28.11-2.08 42.21C192 399.64 232.76 448 288 448s96-48.36 96-101.43c0-14.1-1.08-28.16-2.08-42.21L456 422.89V496c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-77.71c0-6-1.69-11.88-4.86-16.96L438.31 304h47.06l48 72c4.9 7.35 14.84 9.34 22.19 4.44l13.31-8.88c7.36-4.9 9.34-14.83 4.44-22.18zM406.09 97.51l-20.29 40.58c1.41 4.21 2.49 8.21 3.21 11.79l5.22 26.12h4.67l25.93-8.65 27.15-54.3a31.995 31.995 0 0 0 1.73-24.43l-25.89-77.68C425.03 2.56 415.96-1.98 407.58.82l-15.17 5.06c-8.38 2.8-12.91 11.86-10.12 20.24l23.8 71.39z\"]\n};\nvar faSpinner = {\n prefix: 'fas',\n iconName: 'spinner',\n icon: [512, 512, [], \"f110\", \"M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z\"]\n};\nvar faSplotch = {\n prefix: 'fas',\n iconName: 'splotch',\n icon: [512, 512, [], \"f5bc\", \"M472.29 195.89l-67.06-22.95c-19.28-6.6-33.54-20.92-38.14-38.3L351.1 74.19c-11.58-43.77-76.57-57.13-109.98-22.62l-46.14 47.67c-13.26 13.71-33.54 20.93-54.2 19.31l-71.88-5.62c-52.05-4.07-86.93 44.88-59.03 82.83l38.54 52.42c11.08 15.07 12.82 33.86 4.64 50.24L24.62 355.4c-20.59 41.25 22.84 84.87 73.49 73.81l69.96-15.28c20.11-4.39 41.45 0 57.07 11.73l54.32 40.83c39.32 29.56 101.04 7.57 104.45-37.22l4.7-61.86c1.35-17.79 12.8-33.86 30.63-42.99l62-31.74c44.88-22.96 39.59-80.17-8.95-96.79z\"]\n};\nvar faSprayCan = {\n prefix: 'fas',\n iconName: 'spray-can',\n icon: [512, 512, [], \"f5bd\", \"M224 32c0-17.67-14.33-32-32-32h-64c-17.67 0-32 14.33-32 32v96h128V32zm256 96c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm-256 32H96c-53.02 0-96 42.98-96 96v224c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V256c0-53.02-42.98-96-96-96zm-64 256c-44.18 0-80-35.82-80-80s35.82-80 80-80 80 35.82 80 80-35.82 80-80 80zM480 96c17.67 0 32-14.33 32-32s-14.33-32-32-32-32 14.33-32 32 14.33 32 32 32zm-96 32c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm-96-96c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm96 0c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm96 192c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z\"]\n};\nvar faSquare = {\n prefix: 'fas',\n iconName: 'square',\n icon: [448, 512, [], \"f0c8\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"]\n};\nvar faSquareFull = {\n prefix: 'fas',\n iconName: 'square-full',\n icon: [512, 512, [], \"f45c\", \"M512 512H0V0h512v512z\"]\n};\nvar faSquareRootAlt = {\n prefix: 'fas',\n iconName: 'square-root-alt',\n icon: [576, 512, [], \"f698\", \"M571.31 251.31l-22.62-22.62c-6.25-6.25-16.38-6.25-22.63 0L480 274.75l-46.06-46.06c-6.25-6.25-16.38-6.25-22.63 0l-22.62 22.62c-6.25 6.25-6.25 16.38 0 22.63L434.75 320l-46.06 46.06c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L480 365.25l46.06 46.06c6.25 6.25 16.38 6.25 22.63 0l22.62-22.62c6.25-6.25 6.25-16.38 0-22.63L525.25 320l46.06-46.06c6.25-6.25 6.25-16.38 0-22.63zM552 0H307.65c-14.54 0-27.26 9.8-30.95 23.87l-84.79 322.8-58.41-106.1A32.008 32.008 0 0 0 105.47 224H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h43.62l88.88 163.73C168.99 503.5 186.3 512 204.94 512c17.27 0 44.44-9 54.28-41.48L357.03 96H552c13.25 0 24-10.75 24-24V24c0-13.26-10.75-24-24-24z\"]\n};\nvar faStamp = {\n prefix: 'fas',\n iconName: 'stamp',\n icon: [512, 512, [], \"f5bf\", \"M32 512h448v-64H32v64zm384-256h-66.56c-16.26 0-29.44-13.18-29.44-29.44v-9.46c0-27.37 8.88-53.41 21.46-77.72 9.11-17.61 12.9-38.39 9.05-60.42-6.77-38.78-38.47-70.7-77.26-77.45C212.62-9.04 160 37.33 160 96c0 14.16 3.12 27.54 8.69 39.58C182.02 164.43 192 194.7 192 226.49v.07c0 16.26-13.18 29.44-29.44 29.44H96c-53.02 0-96 42.98-96 96v32c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-32c0-53.02-42.98-96-96-96z\"]\n};\nvar faStar = {\n prefix: 'fas',\n iconName: 'star',\n icon: [576, 512, [], \"f005\", \"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"]\n};\nvar faStarAndCrescent = {\n prefix: 'fas',\n iconName: 'star-and-crescent',\n icon: [512, 512, [], \"f699\", \"M340.47 466.36c-1.45 0-6.89.46-9.18.46-116.25 0-210.82-94.57-210.82-210.82S215.04 45.18 331.29 45.18c2.32 0 7.7.46 9.18.46 7.13 0 13.33-5.03 14.75-12.07 1.46-7.25-2.55-14.49-9.47-17.09C316.58 5.54 286.39 0 256 0 114.84 0 0 114.84 0 256s114.84 256 256 256c30.23 0 60.28-5.49 89.32-16.32 5.96-2.02 10.28-7.64 10.28-14.26 0-8.09-6.39-15.06-15.13-15.06zm162.99-252.5l-76.38-11.1-34.16-69.21c-1.83-3.7-5.38-5.55-8.93-5.55s-7.1 1.85-8.93 5.55l-34.16 69.21-76.38 11.1c-8.17 1.18-11.43 11.22-5.52 16.99l55.27 53.87-13.05 76.07c-1.11 6.44 4.01 11.66 9.81 11.66 1.53 0 3.11-.36 4.64-1.17L384 335.37l68.31 35.91c1.53.8 3.11 1.17 4.64 1.17 5.8 0 10.92-5.23 9.81-11.66l-13.05-76.07 55.27-53.87c5.91-5.77 2.65-15.81-5.52-16.99z\"]\n};\nvar faStarHalf = {\n prefix: 'fas',\n iconName: 'star-half',\n icon: [576, 512, [], \"f089\", \"M288 0c-11.4 0-22.8 5.9-28.7 17.8L194 150.2 47.9 171.4c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.1 23 46 46.4 33.7L288 439.6V0z\"]\n};\nvar faStarHalfAlt = {\n prefix: 'fas',\n iconName: 'star-half-alt',\n icon: [536, 512, [], \"f5c0\", \"M508.55 171.51L362.18 150.2 296.77 17.81C290.89 5.98 279.42 0 267.95 0c-11.4 0-22.79 5.9-28.69 17.81l-65.43 132.38-146.38 21.29c-26.25 3.8-36.77 36.09-17.74 54.59l105.89 103-25.06 145.48C86.98 495.33 103.57 512 122.15 512c4.93 0 10-1.17 14.87-3.75l130.95-68.68 130.94 68.7c4.86 2.55 9.92 3.71 14.83 3.71 18.6 0 35.22-16.61 31.66-37.4l-25.03-145.49 105.91-102.98c19.04-18.5 8.52-50.8-17.73-54.6zm-121.74 123.2l-18.12 17.62 4.28 24.88 19.52 113.45-102.13-53.59-22.38-11.74.03-317.19 51.03 103.29 11.18 22.63 25.01 3.64 114.23 16.63-82.65 80.38z\"]\n};\nvar faStarOfDavid = {\n prefix: 'fas',\n iconName: 'star-of-david',\n icon: [464, 512, [], \"f69a\", \"M405.68 256l53.21-89.39C473.3 142.4 455.48 112 426.88 112H319.96l-55.95-93.98C256.86 6.01 244.43 0 232 0s-24.86 6.01-32.01 18.02L144.04 112H37.11c-28.6 0-46.42 30.4-32.01 54.61L58.32 256 5.1 345.39C-9.31 369.6 8.51 400 37.11 400h106.93l55.95 93.98C207.14 505.99 219.57 512 232 512s24.86-6.01 32.01-18.02L319.96 400h106.93c28.6 0 46.42-30.4 32.01-54.61L405.68 256zm-12.78-88l-19.8 33.26L353.3 168h39.6zm-52.39 88l-52.39 88H175.88l-52.39-88 52.38-88h112.25l52.39 88zM232 73.72L254.79 112h-45.57L232 73.72zM71.1 168h39.6l-19.8 33.26L71.1 168zm0 176l19.8-33.26L110.7 344H71.1zM232 438.28L209.21 400h45.57L232 438.28zM353.29 344l19.8-33.26L392.9 344h-39.61z\"]\n};\nvar faStarOfLife = {\n prefix: 'fas',\n iconName: 'star-of-life',\n icon: [480, 512, [], \"f621\", \"M471.99 334.43L336.06 256l135.93-78.43c7.66-4.42 10.28-14.2 5.86-21.86l-32.02-55.43c-4.42-7.65-14.21-10.28-21.87-5.86l-135.93 78.43V16c0-8.84-7.17-16-16.01-16h-64.04c-8.84 0-16.01 7.16-16.01 16v156.86L56.04 94.43c-7.66-4.42-17.45-1.79-21.87 5.86L2.15 155.71c-4.42 7.65-1.8 17.44 5.86 21.86L143.94 256 8.01 334.43c-7.66 4.42-10.28 14.21-5.86 21.86l32.02 55.43c4.42 7.65 14.21 10.27 21.87 5.86l135.93-78.43V496c0 8.84 7.17 16 16.01 16h64.04c8.84 0 16.01-7.16 16.01-16V339.14l135.93 78.43c7.66 4.42 17.45 1.8 21.87-5.86l32.02-55.43c4.42-7.65 1.8-17.43-5.86-21.85z\"]\n};\nvar faStepBackward = {\n prefix: 'fas',\n iconName: 'step-backward',\n icon: [448, 512, [], \"f048\", \"M64 468V44c0-6.6 5.4-12 12-12h48c6.6 0 12 5.4 12 12v176.4l195.5-181C352.1 22.3 384 36.6 384 64v384c0 27.4-31.9 41.7-52.5 24.6L136 292.7V468c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12z\"]\n};\nvar faStepForward = {\n prefix: 'fas',\n iconName: 'step-forward',\n icon: [448, 512, [], \"f051\", \"M384 44v424c0 6.6-5.4 12-12 12h-48c-6.6 0-12-5.4-12-12V291.6l-195.5 181C95.9 489.7 64 475.4 64 448V64c0-27.4 31.9-41.7 52.5-24.6L312 219.3V44c0-6.6 5.4-12 12-12h48c6.6 0 12 5.4 12 12z\"]\n};\nvar faStethoscope = {\n prefix: 'fas',\n iconName: 'stethoscope',\n icon: [512, 512, [], \"f0f1\", \"M447.1 112c-34.2.5-62.3 28.4-63 62.6-.5 24.3 12.5 45.6 32 56.8V344c0 57.3-50.2 104-112 104-60 0-109.2-44.1-111.9-99.2C265 333.8 320 269.2 320 192V36.6c0-11.4-8.1-21.3-19.3-23.5L237.8.5c-13-2.6-25.6 5.8-28.2 18.8L206.4 35c-2.6 13 5.8 25.6 18.8 28.2l30.7 6.1v121.4c0 52.9-42.2 96.7-95.1 97.2-53.4.5-96.9-42.7-96.9-96V69.4l30.7-6.1c13-2.6 21.4-15.2 18.8-28.2l-3.1-15.7C107.7 6.4 95.1-2 82.1.6L19.3 13C8.1 15.3 0 25.1 0 36.6V192c0 77.3 55.1 142 128.1 156.8C130.7 439.2 208.6 512 304 512c97 0 176-75.4 176-168V231.4c19.1-11.1 32-31.7 32-55.4 0-35.7-29.2-64.5-64.9-64zm.9 80c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"]\n};\nvar faStickyNote = {\n prefix: 'fas',\n iconName: 'sticky-note',\n icon: [448, 512, [], \"f249\", \"M312 320h136V56c0-13.3-10.7-24-24-24H24C10.7 32 0 42.7 0 56v400c0 13.3 10.7 24 24 24h264V344c0-13.2 10.8-24 24-24zm129 55l-98 98c-4.5 4.5-10.6 7-17 7h-6V352h128v6.1c0 6.3-2.5 12.4-7 16.9z\"]\n};\nvar faStop = {\n prefix: 'fas',\n iconName: 'stop',\n icon: [448, 512, [], \"f04d\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"]\n};\nvar faStopCircle = {\n prefix: 'fas',\n iconName: 'stop-circle',\n icon: [512, 512, [], \"f28d\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm96 328c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h160c8.8 0 16 7.2 16 16v160z\"]\n};\nvar faStopwatch = {\n prefix: 'fas',\n iconName: 'stopwatch',\n icon: [448, 512, [], \"f2f2\", \"M432 304c0 114.9-93.1 208-208 208S16 418.9 16 304c0-104 76.3-190.2 176-205.5V64h-28c-6.6 0-12-5.4-12-12V12c0-6.6 5.4-12 12-12h120c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-28v34.5c37.5 5.8 71.7 21.6 99.7 44.6l27.5-27.5c4.7-4.7 12.3-4.7 17 0l28.3 28.3c4.7 4.7 4.7 12.3 0 17l-29.4 29.4-.6.6C419.7 223.3 432 262.2 432 304zm-176 36V188.5c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12V340c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12z\"]\n};\nvar faStore = {\n prefix: 'fas',\n iconName: 'store',\n icon: [616, 512, [], \"f54e\", \"M602 118.6L537.1 15C531.3 5.7 521 0 510 0H106C95 0 84.7 5.7 78.9 15L14 118.6c-33.5 53.5-3.8 127.9 58.8 136.4 4.5.6 9.1.9 13.7.9 29.6 0 55.8-13 73.8-33.1 18 20.1 44.3 33.1 73.8 33.1 29.6 0 55.8-13 73.8-33.1 18 20.1 44.3 33.1 73.8 33.1 29.6 0 55.8-13 73.8-33.1 18.1 20.1 44.3 33.1 73.8 33.1 4.7 0 9.2-.3 13.7-.9 62.8-8.4 92.6-82.8 59-136.4zM529.5 288c-10 0-19.9-1.5-29.5-3.8V384H116v-99.8c-9.6 2.2-19.5 3.8-29.5 3.8-6 0-12.1-.4-18-1.2-5.6-.8-11.1-2.1-16.4-3.6V480c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32V283.2c-5.4 1.6-10.8 2.9-16.4 3.6-6.1.8-12.1 1.2-18.2 1.2z\"]\n};\nvar faStoreAlt = {\n prefix: 'fas',\n iconName: 'store-alt',\n icon: [640, 512, [], \"f54f\", \"M320 384H128V224H64v256c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32V224h-64v160zm314.6-241.8l-85.3-128c-6-8.9-16-14.2-26.7-14.2H117.4c-10.7 0-20.7 5.3-26.6 14.2l-85.3 128c-14.2 21.3 1 49.8 26.6 49.8H608c25.5 0 40.7-28.5 26.6-49.8zM512 496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V224h-64v272z\"]\n};\nvar faStream = {\n prefix: 'fas',\n iconName: 'stream',\n icon: [512, 512, [], \"f550\", \"M16 128h416c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H16C7.16 32 0 39.16 0 48v64c0 8.84 7.16 16 16 16zm480 80H80c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm-64 176H16c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16z\"]\n};\nvar faStreetView = {\n prefix: 'fas',\n iconName: 'street-view',\n icon: [512, 512, [], \"f21d\", \"M367.9 329.76c-4.62 5.3-9.78 10.1-15.9 13.65v22.94c66.52 9.34 112 28.05 112 49.65 0 30.93-93.12 56-208 56S48 446.93 48 416c0-21.6 45.48-40.3 112-49.65v-22.94c-6.12-3.55-11.28-8.35-15.9-13.65C58.87 345.34 0 378.05 0 416c0 53.02 114.62 96 256 96s256-42.98 256-96c0-37.95-58.87-70.66-144.1-86.24zM256 128c35.35 0 64-28.65 64-64S291.35 0 256 0s-64 28.65-64 64 28.65 64 64 64zm-64 192v96c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-96c17.67 0 32-14.33 32-32v-96c0-26.51-21.49-48-48-48h-11.8c-11.07 5.03-23.26 8-36.2 8s-25.13-2.97-36.2-8H208c-26.51 0-48 21.49-48 48v96c0 17.67 14.33 32 32 32z\"]\n};\nvar faStrikethrough = {\n prefix: 'fas',\n iconName: 'strikethrough',\n icon: [512, 512, [], \"f0cc\", \"M496 224H293.9l-87.17-26.83A43.55 43.55 0 0 1 219.55 112h66.79A49.89 49.89 0 0 1 331 139.58a16 16 0 0 0 21.46 7.15l42.94-21.47a16 16 0 0 0 7.16-21.46l-.53-1A128 128 0 0 0 287.51 32h-68a123.68 123.68 0 0 0-123 135.64c2 20.89 10.1 39.83 21.78 56.36H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h480a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-180.24 96A43 43 0 0 1 336 356.45 43.59 43.59 0 0 1 292.45 400h-66.79A49.89 49.89 0 0 1 181 372.42a16 16 0 0 0-21.46-7.15l-42.94 21.47a16 16 0 0 0-7.16 21.46l.53 1A128 128 0 0 0 224.49 480h68a123.68 123.68 0 0 0 123-135.64 114.25 114.25 0 0 0-5.34-24.36z\"]\n};\nvar faStroopwafel = {\n prefix: 'fas',\n iconName: 'stroopwafel',\n icon: [512, 512, [], \"f551\", \"M188.12 210.74L142.86 256l45.25 45.25L233.37 256l-45.25-45.26zm113.13-22.62L256 142.86l-45.25 45.25L256 233.37l45.25-45.25zm-90.5 135.76L256 369.14l45.26-45.26L256 278.63l-45.25 45.25zM256 0C114.62 0 0 114.62 0 256s114.62 256 256 256 256-114.62 256-256S397.38 0 256 0zm186.68 295.6l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-28.29-28.29-45.25 45.25 33.94 33.94 16.97-16.97c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-16.97 16.97 16.97 16.97c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-16.97-16.97-16.97 16.97c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l16.97-16.97-33.94-33.94-45.26 45.26 28.29 28.29c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0L256 414.39l-28.29 28.29c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l28.29-28.29-45.25-45.26-33.94 33.94 16.97 16.97c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-16.97-16.97-16.97 16.97c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l16.97-16.97-16.97-16.97c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l16.97 16.97 33.94-33.94-45.25-45.25-28.29 28.29c-3.12 3.12-8.19 3.12-11.31 0L69.32 295.6c-3.12-3.12-3.12-8.19 0-11.31L97.61 256l-28.29-28.29c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l28.29 28.29 45.25-45.26-33.94-33.94-16.97 16.97c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l16.97-16.97-16.97-16.97c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l16.97 16.97 16.97-16.97c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-16.97 16.97 33.94 33.94 45.26-45.25-28.29-28.29c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0L256 97.61l28.29-28.29c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-28.29 28.29 45.26 45.25 33.94-33.94-16.97-16.97c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l16.97 16.97 16.97-16.97c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-16.97 16.97 16.97 16.97c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-16.97-16.97-33.94 33.94 45.25 45.26 28.29-28.29c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31L414.39 256l28.29 28.28a8.015 8.015 0 0 1 0 11.32zM278.63 256l45.26 45.25L369.14 256l-45.25-45.26L278.63 256z\"]\n};\nvar faSubscript = {\n prefix: 'fas',\n iconName: 'subscript',\n icon: [512, 512, [], \"f12c\", \"M496 448h-16V304a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 400 352h16v96h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM336 64h-67a16 16 0 0 0-13.14 6.87l-79.9 115-79.9-115A16 16 0 0 0 83 64H16A16 16 0 0 0 0 80v48a16 16 0 0 0 16 16h33.48l77.81 112-77.81 112H16a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h67a16 16 0 0 0 13.14-6.87l79.9-115 79.9 115A16 16 0 0 0 269 448h67a16 16 0 0 0 16-16v-48a16 16 0 0 0-16-16h-33.48l-77.81-112 77.81-112H336a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16z\"]\n};\nvar faSubway = {\n prefix: 'fas',\n iconName: 'subway',\n icon: [448, 512, [], \"f239\", \"M448 96v256c0 51.815-61.624 96-130.022 96l62.98 49.721C386.905 502.417 383.562 512 376 512H72c-7.578 0-10.892-9.594-4.957-14.279L130.022 448C61.82 448 0 403.954 0 352V96C0 42.981 64 0 128 0h192c65 0 128 42.981 128 96zM200 232V120c0-13.255-10.745-24-24-24H72c-13.255 0-24 10.745-24 24v112c0 13.255 10.745 24 24 24h104c13.255 0 24-10.745 24-24zm200 0V120c0-13.255-10.745-24-24-24H272c-13.255 0-24 10.745-24 24v112c0 13.255 10.745 24 24 24h104c13.255 0 24-10.745 24-24zm-48 56c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm-256 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z\"]\n};\nvar faSuitcase = {\n prefix: 'fas',\n iconName: 'suitcase',\n icon: [512, 512, [], \"f0f2\", \"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"]\n};\nvar faSuitcaseRolling = {\n prefix: 'fas',\n iconName: 'suitcase-rolling',\n icon: [384, 512, [], \"f5c1\", \"M336 160H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h16v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16h128v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16h16c26.51 0 48-21.49 48-48V208c0-26.51-21.49-48-48-48zm-16 216c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h240c4.42 0 8 3.58 8 8v16zm0-96c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h240c4.42 0 8 3.58 8 8v16zM144 48h96v80h48V48c0-26.51-21.49-48-48-48h-96c-26.51 0-48 21.49-48 48v80h48V48z\"]\n};\nvar faSun = {\n prefix: 'fas',\n iconName: 'sun',\n icon: [512, 512, [], \"f185\", \"M256 160c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm246.4 80.5l-94.7-47.3 33.5-100.4c4.5-13.6-8.4-26.5-21.9-21.9l-100.4 33.5-47.4-94.8c-6.4-12.8-24.6-12.8-31 0l-47.3 94.7L92.7 70.8c-13.6-4.5-26.5 8.4-21.9 21.9l33.5 100.4-94.7 47.4c-12.8 6.4-12.8 24.6 0 31l94.7 47.3-33.5 100.5c-4.5 13.6 8.4 26.5 21.9 21.9l100.4-33.5 47.3 94.7c6.4 12.8 24.6 12.8 31 0l47.3-94.7 100.4 33.5c13.6 4.5 26.5-8.4 21.9-21.9l-33.5-100.4 94.7-47.3c13-6.5 13-24.7.2-31.1zm-155.9 106c-49.9 49.9-131.1 49.9-181 0-49.9-49.9-49.9-131.1 0-181 49.9-49.9 131.1-49.9 181 0 49.9 49.9 49.9 131.1 0 181z\"]\n};\nvar faSuperscript = {\n prefix: 'fas',\n iconName: 'superscript',\n icon: [512, 512, [], \"f12b\", \"M496 160h-16V16a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 400 64h16v96h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM336 64h-67a16 16 0 0 0-13.14 6.87l-79.9 115-79.9-115A16 16 0 0 0 83 64H16A16 16 0 0 0 0 80v48a16 16 0 0 0 16 16h33.48l77.81 112-77.81 112H16a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h67a16 16 0 0 0 13.14-6.87l79.9-115 79.9 115A16 16 0 0 0 269 448h67a16 16 0 0 0 16-16v-48a16 16 0 0 0-16-16h-33.48l-77.81-112 77.81-112H336a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16z\"]\n};\nvar faSurprise = {\n prefix: 'fas',\n iconName: 'surprise',\n icon: [496, 512, [], \"f5c2\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 208c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm112 208c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm80-176c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faSwatchbook = {\n prefix: 'fas',\n iconName: 'swatchbook',\n icon: [512, 512, [], \"f5c3\", \"M434.66,167.71h0L344.5,77.36a31.83,31.83,0,0,0-45-.07h0l-.07.07L224,152.88V424L434.66,212.9A32,32,0,0,0,434.66,167.71ZM480,320H373.09L186.68,506.51c-2.06,2.07-4.5,3.58-6.68,5.49H480a32,32,0,0,0,32-32V352A32,32,0,0,0,480,320ZM192,32A32,32,0,0,0,160,0H32A32,32,0,0,0,0,32V416a96,96,0,0,0,192,0ZM96,440a24,24,0,1,1,24-24A24,24,0,0,1,96,440Zm32-184H64V192h64Zm0-128H64V64h64Z\"]\n};\nvar faSwimmer = {\n prefix: 'fas',\n iconName: 'swimmer',\n icon: [640, 512, [], \"f5c4\", \"M189.61 310.58c3.54 3.26 15.27 9.42 34.39 9.42s30.86-6.16 34.39-9.42c16.02-14.77 34.5-22.58 53.46-22.58h16.3c18.96 0 37.45 7.81 53.46 22.58 3.54 3.26 15.27 9.42 34.39 9.42s30.86-6.16 34.39-9.42c14.86-13.71 31.88-21.12 49.39-22.16l-112.84-80.6 18-12.86c3.64-2.58 8.28-3.52 12.62-2.61l100.35 21.53c25.91 5.53 51.44-10.97 57-36.88 5.55-25.92-10.95-51.44-36.88-57L437.68 98.47c-30.73-6.58-63.02.12-88.56 18.38l-80.02 57.17c-10.38 7.39-19.36 16.44-26.72 26.94L173.75 299c5.47 3.23 10.82 6.93 15.86 11.58zM624 352h-16c-26.04 0-45.8-8.42-56.09-17.9-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C461.8 343.58 442.04 352 416 352s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C269.8 343.58 250.04 352 224 352s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C77.8 343.58 58.04 352 32 352H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16c38.62 0 72.72-12.19 96-31.84 23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84h16c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-512-96c44.18 0 80-35.82 80-80s-35.82-80-80-80-80 35.82-80 80 35.82 80 80 80z\"]\n};\nvar faSwimmingPool = {\n prefix: 'fas',\n iconName: 'swimming-pool',\n icon: [640, 512, [], \"f5c5\", \"M624 416h-16c-26.04 0-45.8-8.42-56.09-17.9-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C461.8 407.58 442.04 416 416 416s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C269.8 407.58 250.04 416 224 416s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C77.8 407.58 58.04 416 32 416H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16c38.62 0 72.72-12.19 96-31.84 23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84h16c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-400-32v-96h192v96c19.12 0 30.86-6.16 34.39-9.42 9.17-8.46 19.2-14.34 29.61-18.07V128c0-17.64 14.36-32 32-32s32 14.36 32 32v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16c0-52.94-43.06-96-96-96s-96 43.06-96 96v96H224v-96c0-17.64 14.36-32 32-32s32 14.36 32 32v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16c0-52.94-43.06-96-96-96s-96 43.06-96 96v228.5c10.41 3.73 20.44 9.62 29.61 18.07 3.53 3.27 15.27 9.43 34.39 9.43z\"]\n};\nvar faSynagogue = {\n prefix: 'fas',\n iconName: 'synagogue',\n icon: [640, 512, [], \"f69b\", \"M70 196.51L6.67 268.29A26.643 26.643 0 0 0 0 285.93V512h128V239.58l-38-43.07c-5.31-6.01-14.69-6.01-20 0zm563.33 71.78L570 196.51c-5.31-6.02-14.69-6.02-20 0l-38 43.07V512h128V285.93c0-6.5-2.37-12.77-6.67-17.64zM339.99 7.01c-11.69-9.35-28.29-9.35-39.98 0l-128 102.4A32.005 32.005 0 0 0 160 134.4V512h96v-92.57c0-31.88 21.78-61.43 53.25-66.55C349.34 346.35 384 377.13 384 416v96h96V134.4c0-9.72-4.42-18.92-12.01-24.99l-128-102.4zm52.07 215.55c1.98 3.15-.29 7.24-4 7.24h-38.94L324 269.79c-1.85 2.95-6.15 2.95-8 0l-25.12-39.98h-38.94c-3.72 0-5.98-4.09-4-7.24l19.2-30.56-19.2-30.56c-1.98-3.15.29-7.24 4-7.24h38.94l25.12-40c1.85-2.95 6.15-2.95 8 0l25.12 39.98h38.95c3.71 0 5.98 4.09 4 7.24L372.87 192l19.19 30.56z\"]\n};\nvar faSync = {\n prefix: 'fas',\n iconName: 'sync',\n icon: [512, 512, [], \"f021\", \"M440.65 12.57l4 82.77A247.16 247.16 0 0 0 255.83 8C134.73 8 33.91 94.92 12.29 209.82A12 12 0 0 0 24.09 224h49.05a12 12 0 0 0 11.67-9.26 175.91 175.91 0 0 1 317-56.94l-101.46-4.86a12 12 0 0 0-12.57 12v47.41a12 12 0 0 0 12 12H500a12 12 0 0 0 12-12V12a12 12 0 0 0-12-12h-47.37a12 12 0 0 0-11.98 12.57zM255.83 432a175.61 175.61 0 0 1-146-77.8l101.8 4.87a12 12 0 0 0 12.57-12v-47.4a12 12 0 0 0-12-12H12a12 12 0 0 0-12 12V500a12 12 0 0 0 12 12h47.35a12 12 0 0 0 12-12.6l-4.15-82.57A247.17 247.17 0 0 0 255.83 504c121.11 0 221.93-86.92 243.55-201.82a12 12 0 0 0-11.8-14.18h-49.05a12 12 0 0 0-11.67 9.26A175.86 175.86 0 0 1 255.83 432z\"]\n};\nvar faSyncAlt = {\n prefix: 'fas',\n iconName: 'sync-alt',\n icon: [512, 512, [], \"f2f1\", \"M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z\"]\n};\nvar faSyringe = {\n prefix: 'fas',\n iconName: 'syringe',\n icon: [512, 512, [], \"f48e\", \"M201.5 174.8l55.7 55.8c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-55.7-55.8-45.3 45.3 55.8 55.8c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0L111 265.2l-26.4 26.4c-17.3 17.3-25.6 41.1-23 65.4l7.1 63.6L2.3 487c-3.1 3.1-3.1 8.2 0 11.3l11.3 11.3c3.1 3.1 8.2 3.1 11.3 0l66.3-66.3 63.6 7.1c23.9 2.6 47.9-5.4 65.4-23l181.9-181.9-135.7-135.7-64.9 65zm308.2-93.3L430.5 2.3c-3.1-3.1-8.2-3.1-11.3 0l-11.3 11.3c-3.1 3.1-3.1 8.2 0 11.3l28.3 28.3-45.3 45.3-56.6-56.6-17-17c-3.1-3.1-8.2-3.1-11.3 0l-33.9 33.9c-3.1 3.1-3.1 8.2 0 11.3l17 17L424.8 223l17 17c3.1 3.1 8.2 3.1 11.3 0l33.9-34c3.1-3.1 3.1-8.2 0-11.3l-73.5-73.5 45.3-45.3 28.3 28.3c3.1 3.1 8.2 3.1 11.3 0l11.3-11.3c3.1-3.2 3.1-8.2 0-11.4z\"]\n};\nvar faTable = {\n prefix: 'fas',\n iconName: 'table',\n icon: [512, 512, [], \"f0ce\", \"M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM224 416H64v-96h160v96zm0-160H64v-96h160v96zm224 160H288v-96h160v96zm0-160H288v-96h160v96z\"]\n};\nvar faTableTennis = {\n prefix: 'fas',\n iconName: 'table-tennis',\n icon: [512, 512, [], \"f45d\", \"M496.2 296.5C527.7 218.7 512 126.2 449 63.1 365.1-21 229-21 145.1 63.1l-56 56.1 211.5 211.5c46.1-62.1 131.5-77.4 195.6-34.2zm-217.9 79.7L57.9 155.9c-27.3 45.3-21.7 105 17.3 144.1l34.5 34.6L6.7 424c-8.6 7.5-9.1 20.7-1 28.8l53.4 53.5c8 8.1 21.2 7.6 28.7-1L177.1 402l35.7 35.7c19.7 19.7 44.6 30.5 70.3 33.3-7.1-17-11-35.6-11-55.1-.1-13.8 2.5-27 6.2-39.7zM416 320c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96z\"]\n};\nvar faTablet = {\n prefix: 'fas',\n iconName: 'tablet',\n icon: [448, 512, [], \"f10a\", \"M400 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM224 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faTabletAlt = {\n prefix: 'fas',\n iconName: 'tablet-alt',\n icon: [448, 512, [], \"f3fa\", \"M400 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM224 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm176-108c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h328c6.6 0 12 5.4 12 12v312z\"]\n};\nvar faTablets = {\n prefix: 'fas',\n iconName: 'tablets',\n icon: [640, 512, [], \"f490\", \"M160 192C78.9 192 12.5 250.5.1 326.7c-.8 4.8 3.3 9.3 8.3 9.3h303.3c5 0 9.1-4.5 8.3-9.3C307.5 250.5 241.1 192 160 192zm151.6 176H8.4c-5 0-9.1 4.5-8.3 9.3C12.5 453.5 78.9 512 160 512s147.5-58.5 159.9-134.7c.8-4.8-3.3-9.3-8.3-9.3zM593.4 46.6c-56.5-56.5-144.2-61.4-206.9-16-4 2.9-4.3 8.9-.8 12.3L597 254.3c3.5 3.5 9.5 3.2 12.3-.8 45.5-62.7 40.6-150.4-15.9-206.9zM363 65.7c-3.5-3.5-9.5-3.2-12.3.8-45.4 62.7-40.5 150.4 15.9 206.9 56.5 56.5 144.2 61.4 206.9 15.9 4-2.9 4.3-8.9.8-12.3L363 65.7z\"]\n};\nvar faTachometerAlt = {\n prefix: 'fas',\n iconName: 'tachometer-alt',\n icon: [576, 512, [], \"f3fd\", \"M288 32C128.94 32 0 160.94 0 320c0 52.8 14.25 102.26 39.06 144.8 5.61 9.62 16.3 15.2 27.44 15.2h443c11.14 0 21.83-5.58 27.44-15.2C561.75 422.26 576 372.8 576 320c0-159.06-128.94-288-288-288zm0 64c14.71 0 26.58 10.13 30.32 23.65-1.11 2.26-2.64 4.23-3.45 6.67l-9.22 27.67c-5.13 3.49-10.97 6.01-17.64 6.01-17.67 0-32-14.33-32-32S270.33 96 288 96zM96 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm48-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm246.77-72.41l-61.33 184C343.13 347.33 352 364.54 352 384c0 11.72-3.38 22.55-8.88 32H232.88c-5.5-9.45-8.88-20.28-8.88-32 0-33.94 26.5-61.43 59.9-63.59l61.34-184.01c4.17-12.56 17.73-19.45 30.36-15.17 12.57 4.19 19.35 17.79 15.17 30.36zm14.66 57.2l15.52-46.55c3.47-1.29 7.13-2.23 11.05-2.23 17.67 0 32 14.33 32 32s-14.33 32-32 32c-11.38-.01-20.89-6.28-26.57-15.22zM480 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faTag = {\n prefix: 'fas',\n iconName: 'tag',\n icon: [512, 512, [], \"f02b\", \"M0 252.118V48C0 21.49 21.49 0 48 0h204.118a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882L293.823 497.941c-18.745 18.745-49.137 18.745-67.882 0L14.059 286.059A48 48 0 0 1 0 252.118zM112 64c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z\"]\n};\nvar faTags = {\n prefix: 'fas',\n iconName: 'tags',\n icon: [640, 512, [], \"f02c\", \"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"]\n};\nvar faTape = {\n prefix: 'fas',\n iconName: 'tape',\n icon: [640, 512, [], \"f4db\", \"M224 192c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64zm400 224H380.6c41.5-40.7 67.4-97.3 67.4-160 0-123.7-100.3-224-224-224S0 132.3 0 256s100.3 224 224 224h400c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-400-64c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96z\"]\n};\nvar faTasks = {\n prefix: 'fas',\n iconName: 'tasks',\n icon: [512, 512, [], \"f0ae\", \"M139.61 35.5a12 12 0 0 0-17 0L58.93 98.81l-22.7-22.12a12 12 0 0 0-17 0L3.53 92.41a12 12 0 0 0 0 17l47.59 47.4a12.78 12.78 0 0 0 17.61 0l15.59-15.62L156.52 69a12.09 12.09 0 0 0 .09-17zm0 159.19a12 12 0 0 0-17 0l-63.68 63.72-22.7-22.1a12 12 0 0 0-17 0L3.53 252a12 12 0 0 0 0 17L51 316.5a12.77 12.77 0 0 0 17.6 0l15.7-15.69 72.2-72.22a12 12 0 0 0 .09-16.9zM64 368c-26.49 0-48.59 21.5-48.59 48S37.53 464 64 464a48 48 0 0 0 0-96zm432 16H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faTaxi = {\n prefix: 'fas',\n iconName: 'taxi',\n icon: [512, 512, [], \"f1ba\", \"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faTeeth = {\n prefix: 'fas',\n iconName: 'teeth',\n icon: [640, 512, [], \"f62e\", \"M544 0H96C42.98 0 0 42.98 0 96v320c0 53.02 42.98 96 96 96h448c53.02 0 96-42.98 96-96V96c0-53.02-42.98-96-96-96zM160 368c0 26.51-21.49 48-48 48s-48-21.49-48-48v-64c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v64zm0-128c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-64c0-26.51 21.49-48 48-48s48 21.49 48 48v64zm144 120c0 30.93-25.07 56-56 56s-56-25.07-56-56v-56c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v56zm0-120c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-88c0-30.93 25.07-56 56-56s56 25.07 56 56v88zm144 120c0 30.93-25.07 56-56 56s-56-25.07-56-56v-56c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v56zm0-120c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-88c0-30.93 25.07-56 56-56s56 25.07 56 56v88zm128 128c0 26.51-21.49 48-48 48s-48-21.49-48-48v-64c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v64zm0-128c0 8.84-7.16 16-16 16h-64c-8.84 0-16-7.16-16-16v-64c0-26.51 21.49-48 48-48s48 21.49 48 48v64z\"]\n};\nvar faTeethOpen = {\n prefix: 'fas',\n iconName: 'teeth-open',\n icon: [640, 512, [], \"f62f\", \"M544 0H96C42.98 0 0 42.98 0 96v64c0 35.35 28.66 64 64 64h512c35.34 0 64-28.65 64-64V96c0-53.02-42.98-96-96-96zM160 176c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-32c0-26.51 21.49-48 48-48s48 21.49 48 48v32zm144 0c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-56c0-30.93 25.07-56 56-56s56 25.07 56 56v56zm144 0c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-56c0-30.93 25.07-56 56-56s56 25.07 56 56v56zm128 0c0 8.84-7.16 16-16 16h-64c-8.84 0-16-7.16-16-16v-32c0-26.51 21.49-48 48-48s48 21.49 48 48v32zm0 144H64c-35.34 0-64 28.65-64 64v32c0 53.02 42.98 96 96 96h448c53.02 0 96-42.98 96-96v-32c0-35.35-28.66-64-64-64zm-416 80c0 26.51-21.49 48-48 48s-48-21.49-48-48v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32zm144-8c0 30.93-25.07 56-56 56s-56-25.07-56-56v-24c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v24zm144 0c0 30.93-25.07 56-56 56s-56-25.07-56-56v-24c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v24zm128 8c0 26.51-21.49 48-48 48s-48-21.49-48-48v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32z\"]\n};\nvar faTemperatureHigh = {\n prefix: 'fas',\n iconName: 'temperature-high',\n icon: [512, 512, [], \"f769\", \"M416 0c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm0 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm-160-16C256 50.1 205.9 0 144 0S32 50.1 32 112v166.5C12.3 303.2 0 334 0 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-34-12.3-64.9-32-89.5V112zM144 448c-44.1 0-80-35.9-80-80 0-25.5 12.2-48.9 32-63.8V112c0-26.5 21.5-48 48-48s48 21.5 48 48v192.2c19.8 14.8 32 38.3 32 63.8 0 44.1-35.9 80-80 80zm16-125.1V112c0-8.8-7.2-16-16-16s-16 7.2-16 16v210.9c-18.6 6.6-32 24.2-32 45.1 0 26.5 21.5 48 48 48s48-21.5 48-48c0-20.9-13.4-38.5-32-45.1z\"]\n};\nvar faTemperatureLow = {\n prefix: 'fas',\n iconName: 'temperature-low',\n icon: [512, 512, [], \"f76b\", \"M416 0c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm0 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm-160-16C256 50.1 205.9 0 144 0S32 50.1 32 112v166.5C12.3 303.2 0 334 0 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-34-12.3-64.9-32-89.5V112zM144 448c-44.1 0-80-35.9-80-80 0-25.5 12.2-48.9 32-63.8V112c0-26.5 21.5-48 48-48s48 21.5 48 48v192.2c19.8 14.8 32 38.3 32 63.8 0 44.1-35.9 80-80 80zm16-125.1V304c0-8.8-7.2-16-16-16s-16 7.2-16 16v18.9c-18.6 6.6-32 24.2-32 45.1 0 26.5 21.5 48 48 48s48-21.5 48-48c0-20.9-13.4-38.5-32-45.1z\"]\n};\nvar faTenge = {\n prefix: 'fas',\n iconName: 'tenge',\n icon: [384, 512, [], \"f7d7\", \"M372 160H12c-6.6 0-12 5.4-12 12v56c0 6.6 5.4 12 12 12h140v228c0 6.6 5.4 12 12 12h56c6.6 0 12-5.4 12-12V240h140c6.6 0 12-5.4 12-12v-56c0-6.6-5.4-12-12-12zm0-128H12C5.4 32 0 37.4 0 44v56c0 6.6 5.4 12 12 12h360c6.6 0 12-5.4 12-12V44c0-6.6-5.4-12-12-12z\"]\n};\nvar faTerminal = {\n prefix: 'fas',\n iconName: 'terminal',\n icon: [640, 512, [], \"f120\", \"M257.981 272.971L63.638 467.314c-9.373 9.373-24.569 9.373-33.941 0L7.029 444.647c-9.357-9.357-9.375-24.522-.04-33.901L161.011 256 6.99 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L257.981 239.03c9.373 9.372 9.373 24.568 0 33.941zM640 456v-32c0-13.255-10.745-24-24-24H312c-13.255 0-24 10.745-24 24v32c0 13.255 10.745 24 24 24h304c13.255 0 24-10.745 24-24z\"]\n};\nvar faTextHeight = {\n prefix: 'fas',\n iconName: 'text-height',\n icon: [576, 512, [], \"f034\", \"M304 32H16A16 16 0 0 0 0 48v96a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32h56v304H80a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-40V112h56v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm256 336h-48V144h48c14.31 0 21.33-17.31 11.31-27.31l-80-80a16 16 0 0 0-22.62 0l-80 80C379.36 126 384.36 144 400 144h48v224h-48c-14.31 0-21.32 17.31-11.31 27.31l80 80a16 16 0 0 0 22.62 0l80-80C580.64 386 575.64 368 560 368z\"]\n};\nvar faTextWidth = {\n prefix: 'fas',\n iconName: 'text-width',\n icon: [448, 512, [], \"f035\", \"M432 32H16A16 16 0 0 0 0 48v80a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-16h120v112h-24a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-24V112h120v16a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm-68.69 260.69C354 283.36 336 288.36 336 304v48H112v-48c0-14.31-17.31-21.32-27.31-11.31l-80 80a16 16 0 0 0 0 22.62l80 80C94 484.64 112 479.64 112 464v-48h224v48c0 14.31 17.31 21.33 27.31 11.31l80-80a16 16 0 0 0 0-22.62z\"]\n};\nvar faTh = {\n prefix: 'fas',\n iconName: 'th',\n icon: [512, 512, [], \"f00a\", \"M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z\"]\n};\nvar faThLarge = {\n prefix: 'fas',\n iconName: 'th-large',\n icon: [512, 512, [], \"f009\", \"M296 32h192c13.255 0 24 10.745 24 24v160c0 13.255-10.745 24-24 24H296c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24zm-80 0H24C10.745 32 0 42.745 0 56v160c0 13.255 10.745 24 24 24h192c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24zM0 296v160c0 13.255 10.745 24 24 24h192c13.255 0 24-10.745 24-24V296c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm296 184h192c13.255 0 24-10.745 24-24V296c0-13.255-10.745-24-24-24H296c-13.255 0-24 10.745-24 24v160c0 13.255 10.745 24 24 24z\"]\n};\nvar faThList = {\n prefix: 'fas',\n iconName: 'th-list',\n icon: [512, 512, [], \"f00b\", \"M149.333 216v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-80c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zM125.333 32H24C10.745 32 0 42.745 0 56v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24zm80 448H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm-24-424v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24zm24 264H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24z\"]\n};\nvar faTheaterMasks = {\n prefix: 'fas',\n iconName: 'theater-masks',\n icon: [640, 512, [], \"f630\", \"M206.86 245.15c-35.88 10.45-59.95 41.2-57.53 74.1 11.4-12.72 28.81-23.7 49.9-30.92l7.63-43.18zM95.81 295L64.08 115.49c-.29-1.62.28-2.62.24-2.65 57.76-32.06 123.12-49.01 189.01-49.01 1.61 0 3.23.17 4.85.19 13.95-13.47 31.73-22.83 51.59-26 18.89-3.02 38.05-4.55 57.18-5.32-9.99-13.95-24.48-24.23-41.77-27C301.27 1.89 277.24 0 253.32 0 176.66 0 101.02 19.42 33.2 57.06 9.03 70.48-3.92 98.48 1.05 126.58l31.73 179.51c14.23 80.52 136.33 142.08 204.45 142.08 3.59 0 6.75-.46 10.01-.8-13.52-17.08-28.94-40.48-39.5-67.58-47.61-12.98-106.06-51.62-111.93-84.79zm97.55-137.46c-.73-4.12-2.23-7.87-4.07-11.4-8.25 8.91-20.67 15.75-35.32 18.32-14.65 2.58-28.67.4-39.48-5.17-.52 3.94-.64 7.98.09 12.1 3.84 21.7 24.58 36.19 46.34 32.37 21.75-3.82 36.28-24.52 32.44-46.22zM606.8 120.9c-88.98-49.38-191.43-67.41-291.98-51.35-27.31 4.36-49.08 26.26-54.04 54.36l-31.73 179.51c-15.39 87.05 95.28 196.27 158.31 207.35 63.03 11.09 204.47-53.79 219.86-140.84l31.73-179.51c4.97-28.11-7.98-56.11-32.15-69.52zm-273.24 96.8c3.84-21.7 24.58-36.19 46.34-32.36 21.76 3.83 36.28 24.52 32.45 46.22-.73 4.12-2.23 7.87-4.07 11.4-8.25-8.91-20.67-15.75-35.32-18.32-14.65-2.58-28.67-.4-39.48 5.17-.53-3.95-.65-7.99.08-12.11zm70.47 198.76c-55.68-9.79-93.52-59.27-89.04-112.9 20.6 25.54 56.21 46.17 99.49 53.78 43.28 7.61 83.82.37 111.93-16.6-14.18 51.94-66.71 85.51-122.38 75.72zm130.3-151.34c-8.25-8.91-20.68-15.75-35.33-18.32-14.65-2.58-28.67-.4-39.48 5.17-.52-3.94-.64-7.98.09-12.1 3.84-21.7 24.58-36.19 46.34-32.37 21.75 3.83 36.28 24.52 32.45 46.22-.73 4.13-2.23 7.88-4.07 11.4z\"]\n};\nvar faThermometer = {\n prefix: 'fas',\n iconName: 'thermometer',\n icon: [512, 512, [], \"f491\", \"M476.8 20.4c-37.5-30.7-95.5-26.3-131.9 10.2l-45.7 46 50.5 50.5c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-50.4-50.5-45.1 45.4 50.3 50.4c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0L209 167.4l-45.1 45.4L214 263c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-50.1-50.2L96 281.1V382L7 471c-9.4 9.4-9.4 24.6 0 33.9 9.4 9.4 24.6 9.4 33.9 0l89-89h99.9L484 162.6c34.9-34.9 42.2-101.5-7.2-142.2z\"]\n};\nvar faThermometerEmpty = {\n prefix: 'fas',\n iconName: 'thermometer-empty',\n icon: [256, 512, [], \"f2cb\", \"M192 384c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"]\n};\nvar faThermometerFull = {\n prefix: 'fas',\n iconName: 'thermometer-full',\n icon: [256, 512, [], \"f2c7\", \"M224 96c0-53.019-42.981-96-96-96S32 42.981 32 96v203.347C12.225 321.756.166 351.136.002 383.333c-.359 70.303 56.787 128.176 127.089 128.664.299.002.61.003.909.003 70.698 0 128-57.304 128-128 0-32.459-12.088-62.09-32-84.653V96zm-96 368l-.576-.002c-43.86-.304-79.647-36.544-79.423-80.42.173-33.98 19.266-51.652 31.999-66.08V96c0-26.467 21.533-48 48-48s48 21.533 48 48v221.498c12.63 14.312 32 32.164 32 66.502 0 44.112-35.888 80-80 80zm64-80c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-23.685 12.876-44.349 32-55.417V96c0-17.673 14.327-32 32-32s32 14.327 32 32v232.583c19.124 11.068 32 31.732 32 55.417z\"]\n};\nvar faThermometerHalf = {\n prefix: 'fas',\n iconName: 'thermometer-half',\n icon: [256, 512, [], \"f2c9\", \"M192 384c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-23.685 12.876-44.349 32-55.417V224c0-17.673 14.327-32 32-32s32 14.327 32 32v104.583c19.124 11.068 32 31.732 32 55.417zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"]\n};\nvar faThermometerQuarter = {\n prefix: 'fas',\n iconName: 'thermometer-quarter',\n icon: [256, 512, [], \"f2ca\", \"M192 384c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-23.685 12.876-44.349 32-55.417V288c0-17.673 14.327-32 32-32s32 14.327 32 32v40.583c19.124 11.068 32 31.732 32 55.417zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"]\n};\nvar faThermometerThreeQuarters = {\n prefix: 'fas',\n iconName: 'thermometer-three-quarters',\n icon: [256, 512, [], \"f2c8\", \"M192 384c0 35.346-28.654 64-64 64-35.346 0-64-28.654-64-64 0-23.685 12.876-44.349 32-55.417V160c0-17.673 14.327-32 32-32s32 14.327 32 32v168.583c19.124 11.068 32 31.732 32 55.417zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"]\n};\nvar faThumbsDown = {\n prefix: 'fas',\n iconName: 'thumbs-down',\n icon: [512, 512, [], \"f165\", \"M0 56v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56zm40 200c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24-24-10.745-24-24zm272 256c-20.183 0-29.485-39.293-33.931-57.795-5.206-21.666-10.589-44.07-25.393-58.902-32.469-32.524-49.503-73.967-89.117-113.111a11.98 11.98 0 0 1-3.558-8.521V59.901c0-6.541 5.243-11.878 11.783-11.998 15.831-.29 36.694-9.079 52.651-16.178C256.189 17.598 295.709.017 343.995 0h2.844c42.777 0 93.363.413 113.774 29.737 8.392 12.057 10.446 27.034 6.148 44.632 16.312 17.053 25.063 48.863 16.382 74.757 17.544 23.432 19.143 56.132 9.308 79.469l.11.11c11.893 11.949 19.523 31.259 19.439 49.197-.156 30.352-26.157 58.098-59.553 58.098H350.723C358.03 364.34 384 388.132 384 430.548 384 504 336 512 312 512z\"]\n};\nvar faThumbsUp = {\n prefix: 'fas',\n iconName: 'thumbs-up',\n icon: [512, 512, [], \"f164\", \"M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z\"]\n};\nvar faThumbtack = {\n prefix: 'fas',\n iconName: 'thumbtack',\n icon: [384, 512, [], \"f08d\", \"M298.028 214.267L285.793 96H328c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H56C42.745 0 32 10.745 32 24v48c0 13.255 10.745 24 24 24h42.207L85.972 214.267C37.465 236.82 0 277.261 0 328c0 13.255 10.745 24 24 24h136v104.007c0 1.242.289 2.467.845 3.578l24 48c2.941 5.882 11.364 5.893 14.311 0l24-48a8.008 8.008 0 0 0 .845-3.578V352h136c13.255 0 24-10.745 24-24-.001-51.183-37.983-91.42-85.973-113.733z\"]\n};\nvar faTicketAlt = {\n prefix: 'fas',\n iconName: 'ticket-alt',\n icon: [576, 512, [], \"f3ff\", \"M128 160h320v192H128V160zm400 96c0 26.51 21.49 48 48 48v96c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48v-96c26.51 0 48-21.49 48-48s-21.49-48-48-48v-96c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48v96c-26.51 0-48 21.49-48 48zm-48-104c0-13.255-10.745-24-24-24H120c-13.255 0-24 10.745-24 24v208c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V152z\"]\n};\nvar faTimes = {\n prefix: 'fas',\n iconName: 'times',\n icon: [352, 512, [], \"f00d\", \"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"]\n};\nvar faTimesCircle = {\n prefix: 'fas',\n iconName: 'times-circle',\n icon: [512, 512, [], \"f057\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z\"]\n};\nvar faTint = {\n prefix: 'fas',\n iconName: 'tint',\n icon: [352, 512, [], \"f043\", \"M205.22 22.09c-7.94-28.78-49.44-30.12-58.44 0C100.01 179.85 0 222.72 0 333.91 0 432.35 78.72 512 176 512s176-79.65 176-178.09c0-111.75-99.79-153.34-146.78-311.82zM176 448c-61.75 0-112-50.25-112-112 0-8.84 7.16-16 16-16s16 7.16 16 16c0 44.11 35.89 80 80 80 8.84 0 16 7.16 16 16s-7.16 16-16 16z\"]\n};\nvar faTintSlash = {\n prefix: 'fas',\n iconName: 'tint-slash',\n icon: [640, 512, [], \"f5c7\", \"M633.82 458.1L494.97 350.78c.52-5.57 1.03-11.16 1.03-16.87 0-111.76-99.79-153.34-146.78-311.82-7.94-28.78-49.44-30.12-58.44 0-15.52 52.34-36.87 91.96-58.49 125.68L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.41-6.97 4.16-17.02-2.82-22.45zM144 333.91C144 432.35 222.72 512 320 512c44.71 0 85.37-16.96 116.4-44.7L162.72 255.78c-11.41 23.5-18.72 48.35-18.72 78.13z\"]\n};\nvar faTired = {\n prefix: 'fas',\n iconName: 'tired',\n icon: [496, 512, [], \"f5c8\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm33.8 189.7l80-48c11.6-6.9 24 7.7 15.4 18L343.6 208l33.6 40.3c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.7-4.7-7.7-15.9 0-20.6zm-163-30c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.8 4.7 7.8 15.9 0 20.6l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3zM248 288c51.9 0 115.3 43.8 123.2 106.7 1.7 13.6-8 24.6-17.7 20.4-25.9-11.1-64.4-17.4-105.5-17.4s-79.6 6.3-105.5 17.4c-9.8 4.2-19.4-7-17.7-20.4C132.7 331.8 196.1 288 248 288z\"]\n};\nvar faToggleOff = {\n prefix: 'fas',\n iconName: 'toggle-off',\n icon: [576, 512, [], \"f204\", \"M384 64H192C85.961 64 0 149.961 0 256s85.961 192 192 192h192c106.039 0 192-85.961 192-192S490.039 64 384 64zM64 256c0-70.741 57.249-128 128-128 70.741 0 128 57.249 128 128 0 70.741-57.249 128-128 128-70.741 0-128-57.249-128-128zm320 128h-48.905c65.217-72.858 65.236-183.12 0-256H384c70.741 0 128 57.249 128 128 0 70.74-57.249 128-128 128z\"]\n};\nvar faToggleOn = {\n prefix: 'fas',\n iconName: 'toggle-on',\n icon: [576, 512, [], \"f205\", \"M384 64H192C86 64 0 150 0 256s86 192 192 192h192c106 0 192-86 192-192S490 64 384 64zm0 320c-70.8 0-128-57.3-128-128 0-70.8 57.3-128 128-128 70.8 0 128 57.3 128 128 0 70.8-57.3 128-128 128z\"]\n};\nvar faToilet = {\n prefix: 'fas',\n iconName: 'toilet',\n icon: [384, 512, [], \"f7d8\", \"M368 48c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16H16C7.2 0 0 7.2 0 16v16c0 8.8 7.2 16 16 16h16v156.7C11.8 214.8 0 226.9 0 240c0 67.2 34.6 126.2 86.8 160.5l-21.4 70.2C59.1 491.2 74.5 512 96 512h192c21.5 0 36.9-20.8 30.6-41.3l-21.4-70.2C349.4 366.2 384 307.2 384 240c0-13.1-11.8-25.2-32-35.3V48h16zM80 72c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H88c-4.4 0-8-3.6-8-8V72zm112 200c-77.1 0-139.6-14.3-139.6-32s62.5-32 139.6-32 139.6 14.3 139.6 32-62.5 32-139.6 32z\"]\n};\nvar faToiletPaper = {\n prefix: 'fas',\n iconName: 'toilet-paper',\n icon: [576, 512, [], \"f71e\", \"M128 0C74.98 0 32 85.96 32 192v172.07c0 41.12-9.8 62.77-31.17 126.87C-2.62 501.3 5.09 512 16.01 512h280.92c13.77 0 26-8.81 30.36-21.88 12.83-38.48 24.71-72.4 24.71-126.05V192c0-83.6 23.67-153.52 60.44-192H128zM96 224c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm64 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm64 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm64 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zM480 0c-53.02 0-96 85.96-96 192s42.98 192 96 192 96-85.96 96-192S533.02 0 480 0zm0 256c-17.67 0-32-28.65-32-64s14.33-64 32-64 32 28.65 32 64-14.33 64-32 64z\"]\n};\nvar faToolbox = {\n prefix: 'fas',\n iconName: 'toolbox',\n icon: [512, 512, [], \"f552\", \"M502.63 214.63l-45.25-45.25c-6-6-14.14-9.37-22.63-9.37H384V80c0-26.51-21.49-48-48-48H176c-26.51 0-48 21.49-48 48v80H77.25c-8.49 0-16.62 3.37-22.63 9.37L9.37 214.63c-6 6-9.37 14.14-9.37 22.63V320h128v-16c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v16h128v-16c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v16h128v-82.75c0-8.48-3.37-16.62-9.37-22.62zM320 160H192V96h128v64zm64 208c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-16H192v16c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-16H0v96c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-96H384v16z\"]\n};\nvar faTools = {\n prefix: 'fas',\n iconName: 'tools',\n icon: [512, 512, [], \"f7d9\", \"M501.1 395.7L384 278.6c-23.1-23.1-57.6-27.6-85.4-13.9L192 158.1V96L64 0 0 64l96 128h62.1l106.6 106.6c-13.6 27.8-9.2 62.3 13.9 85.4l117.1 117.1c14.6 14.6 38.2 14.6 52.7 0l52.7-52.7c14.5-14.6 14.5-38.2 0-52.7zM331.7 225c28.3 0 54.9 11 74.9 31l19.4 19.4c15.8-6.9 30.8-16.5 43.8-29.5 37.1-37.1 49.7-89.3 37.9-136.7-2.2-9-13.5-12.1-20.1-5.5l-74.4 74.4-67.9-11.3L334 98.9l74.4-74.4c6.6-6.6 3.4-17.9-5.7-20.2-47.4-11.7-99.6.9-136.6 37.9-28.5 28.5-41.9 66.1-41.2 103.6l82.1 82.1c8.1-1.9 16.5-2.9 24.7-2.9zm-103.9 82l-56.7-56.7L18.7 402.8c-25 25-25 65.5 0 90.5s65.5 25 90.5 0l123.6-123.6c-7.6-19.9-9.9-41.6-5-62.7zM64 472c-13.2 0-24-10.8-24-24 0-13.3 10.7-24 24-24s24 10.7 24 24c0 13.2-10.7 24-24 24z\"]\n};\nvar faTooth = {\n prefix: 'fas',\n iconName: 'tooth',\n icon: [448, 512, [], \"f5c9\", \"M443.98 96.25c-11.01-45.22-47.11-82.06-92.01-93.72-32.19-8.36-63 5.1-89.14 24.33-3.25 2.39-6.96 3.73-10.5 5.48l28.32 18.21c7.42 4.77 9.58 14.67 4.8 22.11-4.46 6.95-14.27 9.86-22.11 4.8L162.83 12.84c-20.7-10.85-43.38-16.4-66.81-10.31-44.9 11.67-81 48.5-92.01 93.72-10.13 41.62-.42 80.81 21.5 110.43 23.36 31.57 32.68 68.66 36.29 107.35 4.4 47.16 10.33 94.16 20.94 140.32l7.8 33.95c3.19 13.87 15.49 23.7 29.67 23.7 13.97 0 26.15-9.55 29.54-23.16l34.47-138.42c4.56-18.32 20.96-31.16 39.76-31.16s35.2 12.85 39.76 31.16l34.47 138.42c3.39 13.61 15.57 23.16 29.54 23.16 14.18 0 26.48-9.83 29.67-23.7l7.8-33.95c10.61-46.15 16.53-93.16 20.94-140.32 3.61-38.7 12.93-75.78 36.29-107.35 21.95-29.61 31.66-68.8 21.53-110.43z\"]\n};\nvar faTorah = {\n prefix: 'fas',\n iconName: 'torah',\n icon: [640, 512, [], \"f6a0\", \"M320.05 366.48l17.72-29.64h-35.46zm99.21-166H382.4l18.46 30.82zM48 0C21.49 0 0 14.33 0 32v448c0 17.67 21.49 32 48 32s48-14.33 48-32V32C96 14.33 74.51 0 48 0zm172.74 311.5h36.85l-18.46-30.82zm161.71 0h36.86l-18.45-30.8zM128 464h384V48H128zm66.77-278.13a21.22 21.22 0 0 1 18.48-10.71h59.45l29.13-48.71a21.13 21.13 0 0 1 18.22-10.37A20.76 20.76 0 0 1 338 126.29l29.25 48.86h59.52a21.12 21.12 0 0 1 18.1 32L415.63 256 445 305a20.69 20.69 0 0 1 .24 21.12 21.25 21.25 0 0 1-18.48 10.72h-59.47l-29.13 48.7a21.13 21.13 0 0 1-18.16 10.4 20.79 20.79 0 0 1-18-10.22l-29.25-48.88h-59.5a21.11 21.11 0 0 1-18.1-32L224.36 256 195 207a20.7 20.7 0 0 1-.23-21.13zM592 0c-26.51 0-48 14.33-48 32v448c0 17.67 21.49 32 48 32s48-14.33 48-32V32c0-17.67-21.49-32-48-32zM320 145.53l-17.78 29.62h35.46zm-62.45 55h-36.81l18.44 30.8zm29.58 111h65.79L386.09 256l-33.23-55.52h-65.79L253.9 256z\"]\n};\nvar faToriiGate = {\n prefix: 'fas',\n iconName: 'torii-gate',\n icon: [512, 512, [], \"f6a1\", \"M376.45 32h-240.9A303.17 303.17 0 0 1 0 0v96c0 17.67 14.33 32 32 32h32v64H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h48v240c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V256h256v240c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V256h48c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-48v-64h32c17.67 0 32-14.33 32-32V0a303.17 303.17 0 0 1-135.55 32zM128 128h96v64h-96v-64zm256 64h-96v-64h96v64z\"]\n};\nvar faTractor = {\n prefix: 'fas',\n iconName: 'tractor',\n icon: [640, 512, [], \"f722\", \"M528 336c-48.6 0-88 39.4-88 88s39.4 88 88 88 88-39.4 88-88-39.4-88-88-88zm0 112c-13.23 0-24-10.77-24-24s10.77-24 24-24 24 10.77 24 24-10.77 24-24 24zm80-288h-64v-40.2c0-14.12 4.7-27.76 13.15-38.84 4.42-5.8 3.55-14.06-1.32-19.49L534.2 37.3c-6.66-7.45-18.32-6.92-24.7.78C490.58 60.9 480 89.81 480 119.8V160H377.67L321.58 29.14A47.914 47.914 0 0 0 277.45 0H144c-26.47 0-48 21.53-48 48v146.52c-8.63-6.73-20.96-6.46-28.89 1.47L36 227.1c-8.59 8.59-8.59 22.52 0 31.11l5.06 5.06c-4.99 9.26-8.96 18.82-11.91 28.72H22c-12.15 0-22 9.85-22 22v44c0 12.15 9.85 22 22 22h7.14c2.96 9.91 6.92 19.46 11.91 28.73l-5.06 5.06c-8.59 8.59-8.59 22.52 0 31.11L67.1 476c8.59 8.59 22.52 8.59 31.11 0l5.06-5.06c9.26 4.99 18.82 8.96 28.72 11.91V490c0 12.15 9.85 22 22 22h44c12.15 0 22-9.85 22-22v-7.14c9.9-2.95 19.46-6.92 28.72-11.91l5.06 5.06c8.59 8.59 22.52 8.59 31.11 0l31.11-31.11c8.59-8.59 8.59-22.52 0-31.11l-5.06-5.06c4.99-9.26 8.96-18.82 11.91-28.72H330c12.15 0 22-9.85 22-22v-6h80.54c21.91-28.99 56.32-48 95.46-48 18.64 0 36.07 4.61 51.8 12.2l50.82-50.82c6-6 9.37-14.14 9.37-22.63V192c.01-17.67-14.32-32-31.99-32zM176 416c-44.18 0-80-35.82-80-80s35.82-80 80-80 80 35.82 80 80-35.82 80-80 80zm22-256h-38V64h106.89l41.15 96H198z\"]\n};\nvar faTrademark = {\n prefix: 'fas',\n iconName: 'trademark',\n icon: [640, 512, [], \"f25c\", \"M260.6 96H12c-6.6 0-12 5.4-12 12v43.1c0 6.6 5.4 12 12 12h85.1V404c0 6.6 5.4 12 12 12h54.3c6.6 0 12-5.4 12-12V163.1h85.1c6.6 0 12-5.4 12-12V108c.1-6.6-5.3-12-11.9-12zM640 403l-24-296c-.5-6.2-5.7-11-12-11h-65.4c-5.1 0-9.7 3.3-11.3 8.1l-43.8 127.1c-7.2 20.6-16.1 52.8-16.1 52.8h-.9s-8.9-32.2-16.1-52.8l-43.8-127.1c-1.7-4.8-6.2-8.1-11.3-8.1h-65.4c-6.2 0-11.4 4.8-12 11l-24.4 296c-.6 7 4.9 13 12 13H360c6.3 0 11.5-4.9 12-11.2l9.1-132.9c1.8-24.2 0-53.7 0-53.7h.9s10.7 33.6 17.9 53.7l30.7 84.7c1.7 4.7 6.2 7.9 11.3 7.9h50.3c5.1 0 9.6-3.2 11.3-7.9l30.7-84.7c7.2-20.1 17.9-53.7 17.9-53.7h.9s-1.8 29.5 0 53.7l9.1 132.9c.4 6.3 5.7 11.2 12 11.2H628c7 0 12.5-6 12-13z\"]\n};\nvar faTrafficLight = {\n prefix: 'fas',\n iconName: 'traffic-light',\n icon: [384, 512, [], \"f637\", \"M384 192h-64v-37.88c37.2-13.22 64-48.38 64-90.12h-64V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v32H0c0 41.74 26.8 76.9 64 90.12V192H0c0 41.74 26.8 76.9 64 90.12V320H0c0 42.84 28.25 78.69 66.99 91.05C79.42 468.72 130.6 512 192 512s112.58-43.28 125.01-100.95C355.75 398.69 384 362.84 384 320h-64v-37.88c37.2-13.22 64-48.38 64-90.12zM192 416c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm0-128c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm0-128c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48z\"]\n};\nvar faTrain = {\n prefix: 'fas',\n iconName: 'train',\n icon: [448, 512, [], \"f238\", \"M448 96v256c0 51.815-61.624 96-130.022 96l62.98 49.721C386.905 502.417 383.562 512 376 512H72c-7.578 0-10.892-9.594-4.957-14.279L130.022 448C61.82 448 0 403.954 0 352V96C0 42.981 64 0 128 0h192c65 0 128 42.981 128 96zm-48 136V120c0-13.255-10.745-24-24-24H72c-13.255 0-24 10.745-24 24v112c0 13.255 10.745 24 24 24h304c13.255 0 24-10.745 24-24zm-176 64c-30.928 0-56 25.072-56 56s25.072 56 56 56 56-25.072 56-56-25.072-56-56-56z\"]\n};\nvar faTram = {\n prefix: 'fas',\n iconName: 'tram',\n icon: [512, 512, [], \"f7da\", \"M288 64c17.7 0 32-14.3 32-32S305.7 0 288 0s-32 14.3-32 32 14.3 32 32 32zm223.5-12.1c-2.3-8.6-11-13.6-19.6-11.3l-480 128c-8.5 2.3-13.6 11-11.3 19.6C2.5 195.3 8.9 200 16 200c1.4 0 2.8-.2 4.1-.5L240 140.8V224H64c-17.7 0-32 14.3-32 32v224c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32H272v-91.7l228.1-60.8c8.6-2.3 13.6-11.1 11.4-19.6zM176 384H80v-96h96v96zm160-96h96v96h-96v-96zm-32 0v96h-96v-96h96zM192 96c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32z\"]\n};\nvar faTransgender = {\n prefix: 'fas',\n iconName: 'transgender',\n icon: [384, 512, [], \"f224\", \"M372 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-80.7 80.7C198.5 104.1 172.2 96 144 96 64.5 96 0 160.5 0 240c0 68.5 47.9 125.9 112 140.4V408H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v28c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-28h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-27.6c64.1-14.6 112-71.9 112-140.4 0-28.2-8.1-54.5-22.1-76.7l80.7-80.7 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V12c0-6.6-5.4-12-12-12zM144 320c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faTransgenderAlt = {\n prefix: 'fas',\n iconName: 'transgender-alt',\n icon: [480, 512, [], \"f225\", \"M468 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-80.7 80.7C294.5 104.1 268.2 96 240 96c-28.2 0-54.5 8.1-76.7 22.1l-16.5-16.5 19.8-19.8c4.7-4.7 4.7-12.3 0-17l-28.3-28.3c-4.7-4.7-12.3-4.7-17 0l-19.8 19.8-19-19 16.9-16.9C107.1 12.9 101.7 0 91 0H12C5.4 0 0 5.4 0 12v79c0 10.7 12.9 16 20.5 8.5l16.9-16.9 19 19-19.8 19.8c-4.7 4.7-4.7 12.3 0 17l28.3 28.3c4.7 4.7 12.3 4.7 17 0l19.8-19.8 16.5 16.5C104.1 185.5 96 211.8 96 240c0 68.5 47.9 125.9 112 140.4V408h-36c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v28c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-28h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-27.6c64.1-14.6 112-71.9 112-140.4 0-28.2-8.1-54.5-22.1-76.7l80.7-80.7 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V12c0-6.6-5.4-12-12-12zM240 320c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faTrash = {\n prefix: 'fas',\n iconName: 'trash',\n icon: [448, 512, [], \"f1f8\", \"M432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32z\"]\n};\nvar faTrashAlt = {\n prefix: 'fas',\n iconName: 'trash-alt',\n icon: [448, 512, [], \"f2ed\", \"M32 464a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128H32zm272-256a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zm-96 0a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zm-96 0a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zM432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faTrashRestore = {\n prefix: 'fas',\n iconName: 'trash-restore',\n icon: [448, 512, [], \"f829\", \"M53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32zm70.11-175.8l89.38-94.26a15.41 15.41 0 0 1 22.62 0l89.38 94.26c10.08 10.62 2.94 28.8-11.32 28.8H256v112a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V320h-57.37c-14.26 0-21.4-18.18-11.32-28.8zM432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faTrashRestoreAlt = {\n prefix: 'fas',\n iconName: 'trash-restore-alt',\n icon: [448, 512, [], \"f82a\", \"M32 464a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128H32zm91.31-172.8l89.38-94.26a15.41 15.41 0 0 1 22.62 0l89.38 94.26c10.08 10.62 2.94 28.8-11.32 28.8H256v112a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V320h-57.37c-14.26 0-21.4-18.18-11.32-28.8zM432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faTree = {\n prefix: 'fas',\n iconName: 'tree',\n icon: [384, 512, [], \"f1bb\", \"M378.31 378.49L298.42 288h30.63c9.01 0 16.98-5 20.78-13.06 3.8-8.04 2.55-17.26-3.28-24.05L268.42 160h28.89c9.1 0 17.3-5.35 20.86-13.61 3.52-8.13 1.86-17.59-4.24-24.08L203.66 4.83c-6.03-6.45-17.28-6.45-23.32 0L70.06 122.31c-6.1 6.49-7.75 15.95-4.24 24.08C69.38 154.65 77.59 160 86.69 160h28.89l-78.14 90.91c-5.81 6.78-7.06 15.99-3.27 24.04C37.97 283 45.93 288 54.95 288h30.63L5.69 378.49c-6 6.79-7.36 16.09-3.56 24.26 3.75 8.05 12 13.25 21.01 13.25H160v24.45l-30.29 48.4c-5.32 10.64 2.42 23.16 14.31 23.16h95.96c11.89 0 19.63-12.52 14.31-23.16L224 440.45V416h136.86c9.01 0 17.26-5.2 21.01-13.25 3.8-8.17 2.44-17.47-3.56-24.26z\"]\n};\nvar faTrophy = {\n prefix: 'fas',\n iconName: 'trophy',\n icon: [576, 512, [], \"f091\", \"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"]\n};\nvar faTruck = {\n prefix: 'fas',\n iconName: 'truck',\n icon: [640, 512, [], \"f0d1\", \"M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z\"]\n};\nvar faTruckLoading = {\n prefix: 'fas',\n iconName: 'truck-loading',\n icon: [640, 512, [], \"f4de\", \"M50.2 375.6c2.3 8.5 11.1 13.6 19.6 11.3l216.4-58c8.5-2.3 13.6-11.1 11.3-19.6l-49.7-185.5c-2.3-8.5-11.1-13.6-19.6-11.3L151 133.3l24.8 92.7-61.8 16.5-24.8-92.7-77.3 20.7C3.4 172.8-1.7 181.6.6 190.1l49.6 185.5zM384 0c-17.7 0-32 14.3-32 32v323.6L5.9 450c-4.3 1.2-6.8 5.6-5.6 9.8l12.6 46.3c1.2 4.3 5.6 6.8 9.8 5.6l393.7-107.4C418.8 464.1 467.6 512 528 512c61.9 0 112-50.1 112-112V0H384zm144 448c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z\"]\n};\nvar faTruckMonster = {\n prefix: 'fas',\n iconName: 'truck-monster',\n icon: [640, 512, [], \"f63b\", \"M624 224h-16v-64c0-17.67-14.33-32-32-32h-73.6L419.22 24.02A64.025 64.025 0 0 0 369.24 0H256c-17.67 0-32 14.33-32 32v96H48c-8.84 0-16 7.16-16 16v80H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16.72c29.21-38.65 75.1-64 127.28-64s98.07 25.35 127.28 64h65.45c29.21-38.65 75.1-64 127.28-64s98.07 25.35 127.28 64H624c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-336-96V64h81.24l51.2 64H288zm304 224h-5.2c-2.2-7.33-5.07-14.28-8.65-20.89l3.67-3.67c6.25-6.25 6.25-16.38 0-22.63l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-3.67 3.67A110.85 110.85 0 0 0 512 277.2V272c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v5.2c-7.33 2.2-14.28 5.07-20.89 8.65l-3.67-3.67c-6.25-6.25-16.38-6.25-22.63 0l-22.63 22.63c-6.25 6.25-6.25 16.38 0 22.63l3.67 3.67A110.85 110.85 0 0 0 373.2 352H368c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h5.2c2.2 7.33 5.07 14.28 8.65 20.89l-3.67 3.67c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l3.67-3.67c6.61 3.57 13.57 6.45 20.9 8.65v5.2c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-5.2c7.33-2.2 14.28-5.07 20.9-8.65l3.67 3.67c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.25-6.25 6.25-16.38 0-22.63l-3.67-3.67a110.85 110.85 0 0 0 8.65-20.89h5.2c8.84 0 16-7.16 16-16v-32c-.02-8.84-7.18-16-16.02-16zm-112 80c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm-208-80h-5.2c-2.2-7.33-5.07-14.28-8.65-20.89l3.67-3.67c6.25-6.25 6.25-16.38 0-22.63l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-3.67 3.67A110.85 110.85 0 0 0 192 277.2V272c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v5.2c-7.33 2.2-14.28 5.07-20.89 8.65l-3.67-3.67c-6.25-6.25-16.38-6.25-22.63 0L58.18 304.8c-6.25 6.25-6.25 16.38 0 22.63l3.67 3.67a110.85 110.85 0 0 0-8.65 20.89H48c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h5.2c2.2 7.33 5.07 14.28 8.65 20.89l-3.67 3.67c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l3.67-3.67c6.61 3.57 13.57 6.45 20.9 8.65v5.2c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-5.2c7.33-2.2 14.28-5.07 20.9-8.65l3.67 3.67c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.25-6.25 6.25-16.38 0-22.63l-3.67-3.67a110.85 110.85 0 0 0 8.65-20.89h5.2c8.84 0 16-7.16 16-16v-32C288 359.16 280.84 352 272 352zm-112 80c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48z\"]\n};\nvar faTruckMoving = {\n prefix: 'fas',\n iconName: 'truck-moving',\n icon: [640, 512, [], \"f4df\", \"M621.3 237.3l-58.5-58.5c-12-12-28.3-18.7-45.3-18.7H480V64c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64v336c0 44.2 35.8 80 80 80 26.3 0 49.4-12.9 64-32.4 14.6 19.6 37.7 32.4 64 32.4 44.2 0 80-35.8 80-80 0-5.5-.6-10.8-1.6-16h163.2c-1.1 5.2-1.6 10.5-1.6 16 0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16H624c8.8 0 16-7.2 16-16v-85.5c0-17-6.7-33.2-18.7-45.2zM80 432c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32zm128 0c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32zm272-224h37.5c4.3 0 8.3 1.7 11.3 4.7l43.3 43.3H480v-48zm48 224c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32z\"]\n};\nvar faTruckPickup = {\n prefix: 'fas',\n iconName: 'truck-pickup',\n icon: [640, 512, [], \"f63c\", \"M624 288h-16v-64c0-17.67-14.33-32-32-32h-48L419.22 56.02A64.025 64.025 0 0 0 369.24 32H256c-17.67 0-32 14.33-32 32v128H64c-17.67 0-32 14.33-32 32v64H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h49.61c-.76 5.27-1.61 10.52-1.61 16 0 61.86 50.14 112 112 112s112-50.14 112-112c0-5.48-.85-10.73-1.61-16h67.23c-.76 5.27-1.61 10.52-1.61 16 0 61.86 50.14 112 112 112s112-50.14 112-112c0-5.48-.85-10.73-1.61-16H624c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM288 96h81.24l76.8 96H288V96zM176 416c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48zm288 0c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48z\"]\n};\nvar faTshirt = {\n prefix: 'fas',\n iconName: 'tshirt',\n icon: [640, 512, [], \"f553\", \"M631.2 96.5L436.5 0C416.4 27.8 371.9 47.2 320 47.2S223.6 27.8 203.5 0L8.8 96.5c-7.9 4-11.1 13.6-7.2 21.5l57.2 114.5c4 7.9 13.6 11.1 21.5 7.2l56.6-27.7c10.6-5.2 23 2.5 23 14.4V480c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32V226.3c0-11.8 12.4-19.6 23-14.4l56.6 27.7c7.9 4 17.5.8 21.5-7.2L638.3 118c4-7.9.8-17.6-7.1-21.5z\"]\n};\nvar faTty = {\n prefix: 'fas',\n iconName: 'tty',\n icon: [512, 512, [], \"f1e4\", \"M5.37 103.822c138.532-138.532 362.936-138.326 501.262 0 6.078 6.078 7.074 15.496 2.583 22.681l-43.214 69.138a18.332 18.332 0 0 1-22.356 7.305l-86.422-34.569a18.335 18.335 0 0 1-11.434-18.846L351.741 90c-62.145-22.454-130.636-21.986-191.483 0l5.953 59.532a18.331 18.331 0 0 1-11.434 18.846l-86.423 34.568a18.334 18.334 0 0 1-22.356-7.305L2.787 126.502a18.333 18.333 0 0 1 2.583-22.68zM96 308v-40c0-6.627-5.373-12-12-12H44c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12H92c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zM96 500v-40c0-6.627-5.373-12-12-12H44c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm288 0v-40c0-6.627-5.373-12-12-12H140c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12z\"]\n};\nvar faTv = {\n prefix: 'fas',\n iconName: 'tv',\n icon: [640, 512, [], \"f26c\", \"M592 0H48A48 48 0 0 0 0 48v320a48 48 0 0 0 48 48h240v32H112a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H352v-32h240a48 48 0 0 0 48-48V48a48 48 0 0 0-48-48zm-16 352H64V64h512z\"]\n};\nvar faUmbrella = {\n prefix: 'fas',\n iconName: 'umbrella',\n icon: [576, 512, [], \"f0e9\", \"M575.7 280.8C547.1 144.5 437.3 62.6 320 49.9V32c0-17.7-14.3-32-32-32s-32 14.3-32 32v17.9C138.3 62.6 29.5 144.5.3 280.8c-2.2 10.1 8.5 21.3 18.7 11.4 52-55 107.7-52.4 158.6 37 5.3 9.5 14.9 8.6 19.7 0 20.2-35.4 44.9-73.2 90.7-73.2 58.5 0 88.2 68.8 90.7 73.2 4.8 8.6 14.4 9.5 19.7 0 51-89.5 107.1-91.4 158.6-37 10.3 10 20.9-1.3 18.7-11.4zM256 301.7V432c0 8.8-7.2 16-16 16-7.8 0-13.2-5.3-15.1-10.7-5.9-16.7-24.1-25.4-40.8-19.5-16.7 5.9-25.4 24.2-19.5 40.8 11.2 31.9 41.6 53.3 75.4 53.3 44.1 0 80-35.9 80-80V301.6c-9.1-7.9-19.8-13.6-32-13.6-12.3.1-22.4 4.8-32 13.7z\"]\n};\nvar faUmbrellaBeach = {\n prefix: 'fas',\n iconName: 'umbrella-beach',\n icon: [640, 512, [], \"f5ca\", \"M115.38 136.9l102.11 37.18c35.19-81.54 86.21-144.29 139-173.7-95.88-4.89-188.78 36.96-248.53 111.8-6.69 8.4-2.66 21.05 7.42 24.72zm132.25 48.16l238.48 86.83c35.76-121.38 18.7-231.66-42.63-253.98-7.4-2.7-15.13-4-23.09-4-58.02.01-128.27 69.17-172.76 171.15zM521.48 60.5c6.22 16.3 10.83 34.6 13.2 55.19 5.74 49.89-1.42 108.23-18.95 166.98l102.62 37.36c10.09 3.67 21.31-3.43 21.57-14.17 2.32-95.69-41.91-187.44-118.44-245.36zM560 447.98H321.06L386 269.5l-60.14-21.9-72.9 200.37H16c-8.84 0-16 7.16-16 16.01v32.01C0 504.83 7.16 512 16 512h544c8.84 0 16-7.17 16-16.01v-32.01c0-8.84-7.16-16-16-16z\"]\n};\nvar faUnderline = {\n prefix: 'fas',\n iconName: 'underline',\n icon: [448, 512, [], \"f0cd\", \"M32 64h32v160c0 88.22 71.78 160 160 160s160-71.78 160-160V64h32a16 16 0 0 0 16-16V16a16 16 0 0 0-16-16H272a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32v160a80 80 0 0 1-160 0V64h32a16 16 0 0 0 16-16V16a16 16 0 0 0-16-16H32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm400 384H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faUndo = {\n prefix: 'fas',\n iconName: 'undo',\n icon: [512, 512, [], \"f0e2\", \"M212.333 224.333H12c-6.627 0-12-5.373-12-12V12C0 5.373 5.373 0 12 0h48c6.627 0 12 5.373 12 12v78.112C117.773 39.279 184.26 7.47 258.175 8.007c136.906.994 246.448 111.623 246.157 248.532C504.041 393.258 393.12 504 256.333 504c-64.089 0-122.496-24.313-166.51-64.215-5.099-4.622-5.334-12.554-.467-17.42l33.967-33.967c4.474-4.474 11.662-4.717 16.401-.525C170.76 415.336 211.58 432 256.333 432c97.268 0 176-78.716 176-176 0-97.267-78.716-176-176-176-58.496 0-110.28 28.476-142.274 72.333h98.274c6.627 0 12 5.373 12 12v48c0 6.627-5.373 12-12 12z\"]\n};\nvar faUndoAlt = {\n prefix: 'fas',\n iconName: 'undo-alt',\n icon: [512, 512, [], \"f2ea\", \"M255.545 8c-66.269.119-126.438 26.233-170.86 68.685L48.971 40.971C33.851 25.851 8 36.559 8 57.941V192c0 13.255 10.745 24 24 24h134.059c21.382 0 32.09-25.851 16.971-40.971l-41.75-41.75c30.864-28.899 70.801-44.907 113.23-45.273 92.398-.798 170.283 73.977 169.484 169.442C423.236 348.009 349.816 424 256 424c-41.127 0-79.997-14.678-110.63-41.556-4.743-4.161-11.906-3.908-16.368.553L89.34 422.659c-4.872 4.872-4.631 12.815.482 17.433C133.798 479.813 192.074 504 256 504c136.966 0 247.999-111.033 248-247.998C504.001 119.193 392.354 7.755 255.545 8z\"]\n};\nvar faUniversalAccess = {\n prefix: 'fas',\n iconName: 'universal-access',\n icon: [512, 512, [], \"f29a\", \"M256 48c114.953 0 208 93.029 208 208 0 114.953-93.029 208-208 208-114.953 0-208-93.029-208-208 0-114.953 93.029-208 208-208m0-40C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 56C149.961 64 64 149.961 64 256s85.961 192 192 192 192-85.961 192-192S362.039 64 256 64zm0 44c19.882 0 36 16.118 36 36s-16.118 36-36 36-36-16.118-36-36 16.118-36 36-36zm117.741 98.023c-28.712 6.779-55.511 12.748-82.14 15.807.851 101.023 12.306 123.052 25.037 155.621 3.617 9.26-.957 19.698-10.217 23.315-9.261 3.617-19.699-.957-23.316-10.217-8.705-22.308-17.086-40.636-22.261-78.549h-9.686c-5.167 37.851-13.534 56.208-22.262 78.549-3.615 9.255-14.05 13.836-23.315 10.217-9.26-3.617-13.834-14.056-10.217-23.315 12.713-32.541 24.185-54.541 25.037-155.621-26.629-3.058-53.428-9.027-82.141-15.807-8.6-2.031-13.926-10.648-11.895-19.249s10.647-13.926 19.249-11.895c96.686 22.829 124.283 22.783 220.775 0 8.599-2.03 17.218 3.294 19.249 11.895 2.029 8.601-3.297 17.219-11.897 19.249z\"]\n};\nvar faUniversity = {\n prefix: 'fas',\n iconName: 'university',\n icon: [512, 512, [], \"f19c\", \"M496 128v16a8 8 0 0 1-8 8h-24v12c0 6.627-5.373 12-12 12H60c-6.627 0-12-5.373-12-12v-12H24a8 8 0 0 1-8-8v-16a8 8 0 0 1 4.941-7.392l232-88a7.996 7.996 0 0 1 6.118 0l232 88A8 8 0 0 1 496 128zm-24 304H40c-13.255 0-24 10.745-24 24v16a8 8 0 0 0 8 8h464a8 8 0 0 0 8-8v-16c0-13.255-10.745-24-24-24zM96 192v192H60c-6.627 0-12 5.373-12 12v20h416v-20c0-6.627-5.373-12-12-12h-36V192h-64v192h-64V192h-64v192h-64V192H96z\"]\n};\nvar faUnlink = {\n prefix: 'fas',\n iconName: 'unlink',\n icon: [512, 512, [], \"f127\", \"M304.083 405.907c4.686 4.686 4.686 12.284 0 16.971l-44.674 44.674c-59.263 59.262-155.693 59.266-214.961 0-59.264-59.265-59.264-155.696 0-214.96l44.675-44.675c4.686-4.686 12.284-4.686 16.971 0l39.598 39.598c4.686 4.686 4.686 12.284 0 16.971l-44.675 44.674c-28.072 28.073-28.072 73.75 0 101.823 28.072 28.072 73.75 28.073 101.824 0l44.674-44.674c4.686-4.686 12.284-4.686 16.971 0l39.597 39.598zm-56.568-260.216c4.686 4.686 12.284 4.686 16.971 0l44.674-44.674c28.072-28.075 73.75-28.073 101.824 0 28.072 28.073 28.072 73.75 0 101.823l-44.675 44.674c-4.686 4.686-4.686 12.284 0 16.971l39.598 39.598c4.686 4.686 12.284 4.686 16.971 0l44.675-44.675c59.265-59.265 59.265-155.695 0-214.96-59.266-59.264-155.695-59.264-214.961 0l-44.674 44.674c-4.686 4.686-4.686 12.284 0 16.971l39.597 39.598zm234.828 359.28l22.627-22.627c9.373-9.373 9.373-24.569 0-33.941L63.598 7.029c-9.373-9.373-24.569-9.373-33.941 0L7.029 29.657c-9.373 9.373-9.373 24.569 0 33.941l441.373 441.373c9.373 9.372 24.569 9.372 33.941 0z\"]\n};\nvar faUnlock = {\n prefix: 'fas',\n iconName: 'unlock',\n icon: [448, 512, [], \"f09c\", \"M400 256H152V152.9c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v16c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-16C376 68 307.5-.3 223.5 0 139.5.3 72 69.5 72 153.5V256H48c-26.5 0-48 21.5-48 48v160c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z\"]\n};\nvar faUnlockAlt = {\n prefix: 'fas',\n iconName: 'unlock-alt',\n icon: [448, 512, [], \"f13e\", \"M400 256H152V152.9c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v16c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-16C376 68 307.5-.3 223.5 0 139.5.3 72 69.5 72 153.5V256H48c-26.5 0-48 21.5-48 48v160c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zM264 408c0 22.1-17.9 40-40 40s-40-17.9-40-40v-48c0-22.1 17.9-40 40-40s40 17.9 40 40v48z\"]\n};\nvar faUpload = {\n prefix: 'fas',\n iconName: 'upload',\n icon: [512, 512, [], \"f093\", \"M296 384h-80c-13.3 0-24-10.7-24-24V192h-87.7c-17.8 0-26.7-21.5-14.1-34.1L242.3 5.7c7.5-7.5 19.8-7.5 27.3 0l152.2 152.2c12.6 12.6 3.7 34.1-14.1 34.1H320v168c0 13.3-10.7 24-24 24zm216-8v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h136v8c0 30.9 25.1 56 56 56h80c30.9 0 56-25.1 56-56v-8h136c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"]\n};\nvar faUser = {\n prefix: 'fas',\n iconName: 'user',\n icon: [448, 512, [], \"f007\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"]\n};\nvar faUserAlt = {\n prefix: 'fas',\n iconName: 'user-alt',\n icon: [512, 512, [], \"f406\", \"M256 288c79.5 0 144-64.5 144-144S335.5 0 256 0 112 64.5 112 144s64.5 144 144 144zm128 32h-55.1c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16H128C57.3 320 0 377.3 0 448v16c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48v-16c0-70.7-57.3-128-128-128z\"]\n};\nvar faUserAltSlash = {\n prefix: 'fas',\n iconName: 'user-alt-slash',\n icon: [640, 512, [], \"f4fa\", \"M633.8 458.1L389.6 269.3C433.8 244.7 464 198.1 464 144 464 64.5 399.5 0 320 0c-67.1 0-123 46.1-139 108.2L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3zM198.4 320C124.2 320 64 380.2 64 454.4v9.6c0 26.5 21.5 48 48 48h382.2L245.8 320h-47.4z\"]\n};\nvar faUserAstronaut = {\n prefix: 'fas',\n iconName: 'user-astronaut',\n icon: [448, 512, [], \"f4fb\", \"M64 224h13.5c24.7 56.5 80.9 96 146.5 96s121.8-39.5 146.5-96H384c8.8 0 16-7.2 16-16v-96c0-8.8-7.2-16-16-16h-13.5C345.8 39.5 289.6 0 224 0S102.2 39.5 77.5 96H64c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16zm40-88c0-22.1 21.5-40 48-40h144c26.5 0 48 17.9 48 40v24c0 53-43 96-96 96h-48c-53 0-96-43-96-96v-24zm72 72l12-36 36-12-36-12-12-36-12 36-36 12 36 12 12 36zm151.6 113.4C297.7 340.7 262.2 352 224 352s-73.7-11.3-103.6-30.6C52.9 328.5 0 385 0 454.4v9.6c0 26.5 21.5 48 48 48h80v-64c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v64h80c26.5 0 48-21.5 48-48v-9.6c0-69.4-52.9-125.9-120.4-133zM272 448c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm-96 0c-8.8 0-16 7.2-16 16v48h32v-48c0-8.8-7.2-16-16-16z\"]\n};\nvar faUserCheck = {\n prefix: 'fas',\n iconName: 'user-check',\n icon: [640, 512, [], \"f4fc\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4zm323-128.4l-27.8-28.1c-4.6-4.7-12.1-4.7-16.8-.1l-104.8 104-45.5-45.8c-4.6-4.7-12.1-4.7-16.8-.1l-28.1 27.9c-4.7 4.6-4.7 12.1-.1 16.8l81.7 82.3c4.6 4.7 12.1 4.7 16.8.1l141.3-140.2c4.6-4.7 4.7-12.2.1-16.8z\"]\n};\nvar faUserCircle = {\n prefix: 'fas',\n iconName: 'user-circle',\n icon: [496, 512, [], \"f2bd\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 96c48.6 0 88 39.4 88 88s-39.4 88-88 88-88-39.4-88-88 39.4-88 88-88zm0 344c-58.7 0-111.3-26.6-146.5-68.2 18.8-35.4 55.6-59.8 98.5-59.8 2.4 0 4.8.4 7.1 1.1 13 4.2 26.6 6.9 40.9 6.9 14.3 0 28-2.7 40.9-6.9 2.3-.7 4.7-1.1 7.1-1.1 42.9 0 79.7 24.4 98.5 59.8C359.3 421.4 306.7 448 248 448z\"]\n};\nvar faUserClock = {\n prefix: 'fas',\n iconName: 'user-clock',\n icon: [640, 512, [], \"f4fd\", \"M496 224c-79.6 0-144 64.4-144 144s64.4 144 144 144 144-64.4 144-144-64.4-144-144-144zm64 150.3c0 5.3-4.4 9.7-9.7 9.7h-60.6c-5.3 0-9.7-4.4-9.7-9.7v-76.6c0-5.3 4.4-9.7 9.7-9.7h12.6c5.3 0 9.7 4.4 9.7 9.7V352h38.3c5.3 0 9.7 4.4 9.7 9.7v12.6zM320 368c0-27.8 6.7-54.1 18.2-77.5-8-1.5-16.2-2.5-24.6-2.5h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h347.1c-45.3-31.9-75.1-84.5-75.1-144zm-96-112c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128z\"]\n};\nvar faUserCog = {\n prefix: 'fas',\n iconName: 'user-cog',\n icon: [640, 512, [], \"f4fe\", \"M610.5 373.3c2.6-14.1 2.6-28.5 0-42.6l25.8-14.9c3-1.7 4.3-5.2 3.3-8.5-6.7-21.6-18.2-41.2-33.2-57.4-2.3-2.5-6-3.1-9-1.4l-25.8 14.9c-10.9-9.3-23.4-16.5-36.9-21.3v-29.8c0-3.4-2.4-6.4-5.7-7.1-22.3-5-45-4.8-66.2 0-3.3.7-5.7 3.7-5.7 7.1v29.8c-13.5 4.8-26 12-36.9 21.3l-25.8-14.9c-2.9-1.7-6.7-1.1-9 1.4-15 16.2-26.5 35.8-33.2 57.4-1 3.3.4 6.8 3.3 8.5l25.8 14.9c-2.6 14.1-2.6 28.5 0 42.6l-25.8 14.9c-3 1.7-4.3 5.2-3.3 8.5 6.7 21.6 18.2 41.1 33.2 57.4 2.3 2.5 6 3.1 9 1.4l25.8-14.9c10.9 9.3 23.4 16.5 36.9 21.3v29.8c0 3.4 2.4 6.4 5.7 7.1 22.3 5 45 4.8 66.2 0 3.3-.7 5.7-3.7 5.7-7.1v-29.8c13.5-4.8 26-12 36.9-21.3l25.8 14.9c2.9 1.7 6.7 1.1 9-1.4 15-16.2 26.5-35.8 33.2-57.4 1-3.3-.4-6.8-3.3-8.5l-25.8-14.9zM496 400.5c-26.8 0-48.5-21.8-48.5-48.5s21.8-48.5 48.5-48.5 48.5 21.8 48.5 48.5-21.7 48.5-48.5 48.5zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm201.2 226.5c-2.3-1.2-4.6-2.6-6.8-3.9l-7.9 4.6c-6 3.4-12.8 5.3-19.6 5.3-10.9 0-21.4-4.6-28.9-12.6-18.3-19.8-32.3-43.9-40.2-69.6-5.5-17.7 1.9-36.4 17.9-45.7l7.9-4.6c-.1-2.6-.1-5.2 0-7.8l-7.9-4.6c-16-9.2-23.4-28-17.9-45.7.9-2.9 2.2-5.8 3.2-8.7-3.8-.3-7.5-1.2-11.4-1.2h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c10.1 0 19.5-3.2 27.2-8.5-1.2-3.8-2-7.7-2-11.8v-9.2z\"]\n};\nvar faUserEdit = {\n prefix: 'fas',\n iconName: 'user-edit',\n icon: [640, 512, [], \"f4ff\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h274.9c-2.4-6.8-3.4-14-2.6-21.3l6.8-60.9 1.2-11.1 7.9-7.9 77.3-77.3c-24.5-27.7-60-45.5-99.9-45.5zm45.3 145.3l-6.8 61c-1.1 10.2 7.5 18.8 17.6 17.6l60.9-6.8 137.9-137.9-71.7-71.7-137.9 137.8zM633 268.9L595.1 231c-9.3-9.3-24.5-9.3-33.8 0l-37.8 37.8-4.1 4.1 71.8 71.7 41.8-41.8c9.3-9.4 9.3-24.5 0-33.9z\"]\n};\nvar faUserFriends = {\n prefix: 'fas',\n iconName: 'user-friends',\n icon: [640, 512, [], \"f500\", \"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"]\n};\nvar faUserGraduate = {\n prefix: 'fas',\n iconName: 'user-graduate',\n icon: [448, 512, [], \"f501\", \"M319.4 320.6L224 416l-95.4-95.4C57.1 323.7 0 382.2 0 454.4v9.6c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-9.6c0-72.2-57.1-130.7-128.6-133.8zM13.6 79.8l6.4 1.5v58.4c-7 4.2-12 11.5-12 20.3 0 8.4 4.6 15.4 11.1 19.7L3.5 242c-1.7 6.9 2.1 14 7.6 14h41.8c5.5 0 9.3-7.1 7.6-14l-15.6-62.3C51.4 175.4 56 168.4 56 160c0-8.8-5-16.1-12-20.3V87.1l66 15.9c-8.6 17.2-14 36.4-14 57 0 70.7 57.3 128 128 128s128-57.3 128-128c0-20.6-5.3-39.8-14-57l96.3-23.2c18.2-4.4 18.2-27.1 0-31.5l-190.4-46c-13-3.1-26.7-3.1-39.7 0L13.6 48.2c-18.1 4.4-18.1 27.2 0 31.6z\"]\n};\nvar faUserInjured = {\n prefix: 'fas',\n iconName: 'user-injured',\n icon: [448, 512, [], \"f728\", \"M277.37 11.98C261.08 4.47 243.11 0 224 0c-53.69 0-99.5 33.13-118.51 80h81.19l90.69-68.02zM342.51 80c-7.9-19.47-20.67-36.2-36.49-49.52L239.99 80h102.52zM224 256c70.69 0 128-57.31 128-128 0-5.48-.95-10.7-1.61-16H97.61c-.67 5.3-1.61 10.52-1.61 16 0 70.69 57.31 128 128 128zM80 299.7V512h128.26l-98.45-221.52A132.835 132.835 0 0 0 80 299.7zM0 464c0 26.51 21.49 48 48 48V320.24C18.88 344.89 0 381.26 0 422.4V464zm256-48h-55.38l42.67 96H256c26.47 0 48-21.53 48-48s-21.53-48-48-48zm57.6-128h-16.71c-22.24 10.18-46.88 16-72.89 16s-50.65-5.82-72.89-16h-7.37l42.67 96H256c44.11 0 80 35.89 80 80 0 18.08-6.26 34.59-16.41 48H400c26.51 0 48-21.49 48-48v-41.6c0-74.23-60.17-134.4-134.4-134.4z\"]\n};\nvar faUserLock = {\n prefix: 'fas',\n iconName: 'user-lock',\n icon: [640, 512, [], \"f502\", \"M224 256A128 128 0 1 0 96 128a128 128 0 0 0 128 128zm96 64a63.08 63.08 0 0 1 8.1-30.5c-4.8-.5-9.5-1.5-14.5-1.5h-16.7a174.08 174.08 0 0 1-145.8 0h-16.7A134.43 134.43 0 0 0 0 422.4V464a48 48 0 0 0 48 48h280.9a63.54 63.54 0 0 1-8.9-32zm288-32h-32v-80a80 80 0 0 0-160 0v80h-32a32 32 0 0 0-32 32v160a32 32 0 0 0 32 32h224a32 32 0 0 0 32-32V320a32 32 0 0 0-32-32zM496 432a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm32-144h-64v-80a32 32 0 0 1 64 0z\"]\n};\nvar faUserMd = {\n prefix: 'fas',\n iconName: 'user-md',\n icon: [448, 512, [], \"f0f0\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zM104 424c0 13.3 10.7 24 24 24s24-10.7 24-24-10.7-24-24-24-24 10.7-24 24zm216-135.4v49c36.5 7.4 64 39.8 64 78.4v41.7c0 7.6-5.4 14.2-12.9 15.7l-32.2 6.4c-4.3.9-8.5-1.9-9.4-6.3l-3.1-15.7c-.9-4.3 1.9-8.6 6.3-9.4l19.3-3.9V416c0-62.8-96-65.1-96 1.9v26.7l19.3 3.9c4.3.9 7.1 5.1 6.3 9.4l-3.1 15.7c-.9 4.3-5.1 7.1-9.4 6.3l-31.2-4.2c-7.9-1.1-13.8-7.8-13.8-15.9V416c0-38.6 27.5-70.9 64-78.4v-45.2c-2.2.7-4.4 1.1-6.6 1.9-18 6.3-37.3 9.8-57.4 9.8s-39.4-3.5-57.4-9.8c-7.4-2.6-14.9-4.2-22.6-5.2v81.6c23.1 6.9 40 28.1 40 53.4 0 30.9-25.1 56-56 56s-56-25.1-56-56c0-25.3 16.9-46.5 40-53.4v-80.4C48.5 301 0 355.8 0 422.4v44.8C0 491.9 20.1 512 44.8 512h358.4c24.7 0 44.8-20.1 44.8-44.8v-44.8c0-72-56.8-130.3-128-133.8z\"]\n};\nvar faUserMinus = {\n prefix: 'fas',\n iconName: 'user-minus',\n icon: [640, 512, [], \"f503\", \"M624 208H432c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h192c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-400 48c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"]\n};\nvar faUserNinja = {\n prefix: 'fas',\n iconName: 'user-ninja',\n icon: [448, 512, [], \"f504\", \"M325.4 289.2L224 390.6 122.6 289.2C54 295.3 0 352.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-70.2-54-127.1-122.6-133.2zM32 192c27.3 0 51.8-11.5 69.2-29.7 15.1 53.9 64 93.7 122.8 93.7 70.7 0 128-57.3 128-128S294.7 0 224 0c-50.4 0-93.6 29.4-114.5 71.8C92.1 47.8 64 32 32 32c0 33.4 17.1 62.8 43.1 80-26 17.2-43.1 46.6-43.1 80zm144-96h96c17.7 0 32 14.3 32 32H144c0-17.7 14.3-32 32-32z\"]\n};\nvar faUserNurse = {\n prefix: 'fas',\n iconName: 'user-nurse',\n icon: [448, 512, [], \"f82f\", \"M57.78 288h82.36c22.51 19.68 51.62 32 83.86 32s61.35-12.32 83.86-32h82.36a16 16 0 0 0 14.28-23.18c-15.23-29.85-31.28-62.23-42.15-95.54C354.78 146.09 352 121.59 352 97.2V48L224 0 96 48v49.2c0 24.39-2.75 48.89-10.33 72.08C74.78 202.59 58.73 235 43.5 264.82A16 16 0 0 0 57.78 288zM184 71.67a5 5 0 0 1 5-5h21.67V45a5 5 0 0 1 5-5h16.66a5 5 0 0 1 5 5v21.67H259a5 5 0 0 1 5 5v16.66a5 5 0 0 1-5 5h-21.67V115a5 5 0 0 1-5 5h-16.66a5 5 0 0 1-5-5V93.33H189a5 5 0 0 1-5-5zM144 160h160v32a80 80 0 0 1-160 0zm175.41 160L224 415.39 128.59 320C57.1 323.1 0 381.6 0 453.79A58.21 58.21 0 0 0 58.21 512h331.58A58.21 58.21 0 0 0 448 453.79C448 381.6 390.9 323.1 319.41 320z\"]\n};\nvar faUserPlus = {\n prefix: 'fas',\n iconName: 'user-plus',\n icon: [640, 512, [], \"f234\", \"M624 208h-64v-64c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v64h-64c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h64v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-64h64c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-400 48c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"]\n};\nvar faUserSecret = {\n prefix: 'fas',\n iconName: 'user-secret',\n icon: [448, 512, [], \"f21b\", \"M383.9 308.3l23.9-62.6c4-10.5-3.7-21.7-15-21.7h-58.5c11-18.9 17.8-40.6 17.8-64v-.3c39.2-7.8 64-19.1 64-31.7 0-13.3-27.3-25.1-70.1-33-9.2-32.8-27-65.8-40.6-82.8-9.5-11.9-25.9-15.6-39.5-8.8l-27.6 13.8c-9 4.5-19.6 4.5-28.6 0L182.1 3.4c-13.6-6.8-30-3.1-39.5 8.8-13.5 17-31.4 50-40.6 82.8-42.7 7.9-70 19.7-70 33 0 12.6 24.8 23.9 64 31.7v.3c0 23.4 6.8 45.1 17.8 64H56.3c-11.5 0-19.2 11.7-14.7 22.3l25.8 60.2C27.3 329.8 0 372.7 0 422.4v44.8C0 491.9 20.1 512 44.8 512h358.4c24.7 0 44.8-20.1 44.8-44.8v-44.8c0-48.4-25.8-90.4-64.1-114.1zM176 480l-41.6-192 49.6 32 24 40-32 120zm96 0l-32-120 24-40 49.6-32L272 480zm41.7-298.5c-3.9 11.9-7 24.6-16.5 33.4-10.1 9.3-48 22.4-64-25-2.8-8.4-15.4-8.4-18.3 0-17 50.2-56 32.4-64 25-9.5-8.8-12.7-21.5-16.5-33.4-.8-2.5-6.3-5.7-6.3-5.8v-10.8c28.3 3.6 61 5.8 96 5.8s67.7-2.1 96-5.8v10.8c-.1.1-5.6 3.2-6.4 5.8z\"]\n};\nvar faUserShield = {\n prefix: 'fas',\n iconName: 'user-shield',\n icon: [640, 512, [], \"f505\", \"M622.3 271.1l-115.2-45c-4.1-1.6-12.6-3.7-22.2 0l-115.2 45c-10.7 4.2-17.7 14-17.7 24.9 0 111.6 68.7 188.8 132.9 213.9 9.6 3.7 18 1.6 22.2 0C558.4 489.9 640 420.5 640 296c0-10.9-7-20.7-17.7-24.9zM496 462.4V273.3l95.5 37.3c-5.6 87.1-60.9 135.4-95.5 151.8zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm96 40c0-2.5.8-4.8 1.1-7.2-2.5-.1-4.9-.8-7.5-.8h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c6.8 0 13.3-1.5 19.2-4-54-42.9-99.2-116.7-99.2-212z\"]\n};\nvar faUserSlash = {\n prefix: 'fas',\n iconName: 'user-slash',\n icon: [640, 512, [], \"f506\", \"M633.8 458.1L362.3 248.3C412.1 230.7 448 183.8 448 128 448 57.3 390.7 0 320 0c-67.1 0-121.5 51.8-126.9 117.4L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3zM96 422.4V464c0 26.5 21.5 48 48 48h350.2L207.4 290.3C144.2 301.3 96 356 96 422.4z\"]\n};\nvar faUserTag = {\n prefix: 'fas',\n iconName: 'user-tag',\n icon: [640, 512, [], \"f507\", \"M630.6 364.9l-90.3-90.2c-12-12-28.3-18.7-45.3-18.7h-79.3c-17.7 0-32 14.3-32 32v79.2c0 17 6.7 33.2 18.7 45.2l90.3 90.2c12.5 12.5 32.8 12.5 45.3 0l92.5-92.5c12.6-12.5 12.6-32.7.1-45.2zm-182.8-21c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24c0 13.2-10.7 24-24 24zm-223.8-88c70.7 0 128-57.3 128-128C352 57.3 294.7 0 224 0S96 57.3 96 128c0 70.6 57.3 127.9 128 127.9zm127.8 111.2V294c-12.2-3.6-24.9-6.2-38.2-6.2h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 287.9 0 348.1 0 422.3v41.6c0 26.5 21.5 48 48 48h352c15.5 0 29.1-7.5 37.9-18.9l-58-58c-18.1-18.1-28.1-42.2-28.1-67.9z\"]\n};\nvar faUserTie = {\n prefix: 'fas',\n iconName: 'user-tie',\n icon: [448, 512, [], \"f508\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm95.8 32.6L272 480l-32-136 32-56h-96l32 56-32 136-47.8-191.4C56.9 292 0 350.3 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-72.1-56.9-130.4-128.2-133.8z\"]\n};\nvar faUserTimes = {\n prefix: 'fas',\n iconName: 'user-times',\n icon: [640, 512, [], \"f235\", \"M589.6 240l45.6-45.6c6.3-6.3 6.3-16.5 0-22.8l-22.8-22.8c-6.3-6.3-16.5-6.3-22.8 0L544 194.4l-45.6-45.6c-6.3-6.3-16.5-6.3-22.8 0l-22.8 22.8c-6.3 6.3-6.3 16.5 0 22.8l45.6 45.6-45.6 45.6c-6.3 6.3-6.3 16.5 0 22.8l22.8 22.8c6.3 6.3 16.5 6.3 22.8 0l45.6-45.6 45.6 45.6c6.3 6.3 16.5 6.3 22.8 0l22.8-22.8c6.3-6.3 6.3-16.5 0-22.8L589.6 240zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"]\n};\nvar faUsers = {\n prefix: 'fas',\n iconName: 'users',\n icon: [640, 512, [], \"f0c0\", \"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"]\n};\nvar faUsersCog = {\n prefix: 'fas',\n iconName: 'users-cog',\n icon: [640, 512, [], \"f509\", \"M610.5 341.3c2.6-14.1 2.6-28.5 0-42.6l25.8-14.9c3-1.7 4.3-5.2 3.3-8.5-6.7-21.6-18.2-41.2-33.2-57.4-2.3-2.5-6-3.1-9-1.4l-25.8 14.9c-10.9-9.3-23.4-16.5-36.9-21.3v-29.8c0-3.4-2.4-6.4-5.7-7.1-22.3-5-45-4.8-66.2 0-3.3.7-5.7 3.7-5.7 7.1v29.8c-13.5 4.8-26 12-36.9 21.3l-25.8-14.9c-2.9-1.7-6.7-1.1-9 1.4-15 16.2-26.5 35.8-33.2 57.4-1 3.3.4 6.8 3.3 8.5l25.8 14.9c-2.6 14.1-2.6 28.5 0 42.6l-25.8 14.9c-3 1.7-4.3 5.2-3.3 8.5 6.7 21.6 18.2 41.1 33.2 57.4 2.3 2.5 6 3.1 9 1.4l25.8-14.9c10.9 9.3 23.4 16.5 36.9 21.3v29.8c0 3.4 2.4 6.4 5.7 7.1 22.3 5 45 4.8 66.2 0 3.3-.7 5.7-3.7 5.7-7.1v-29.8c13.5-4.8 26-12 36.9-21.3l25.8 14.9c2.9 1.7 6.7 1.1 9-1.4 15-16.2 26.5-35.8 33.2-57.4 1-3.3-.4-6.8-3.3-8.5l-25.8-14.9zM496 368.5c-26.8 0-48.5-21.8-48.5-48.5s21.8-48.5 48.5-48.5 48.5 21.8 48.5 48.5-21.7 48.5-48.5 48.5zM96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm224 32c1.9 0 3.7-.5 5.6-.6 8.3-21.7 20.5-42.1 36.3-59.2 7.4-8 17.9-12.6 28.9-12.6 6.9 0 13.7 1.8 19.6 5.3l7.9 4.6c.8-.5 1.6-.9 2.4-1.4 7-14.6 11.2-30.8 11.2-48 0-61.9-50.1-112-112-112S208 82.1 208 144c0 61.9 50.1 112 112 112zm105.2 194.5c-2.3-1.2-4.6-2.6-6.8-3.9-8.2 4.8-15.3 9.8-27.5 9.8-10.9 0-21.4-4.6-28.9-12.6-18.3-19.8-32.3-43.9-40.2-69.6-10.7-34.5 24.9-49.7 25.8-50.3-.1-2.6-.1-5.2 0-7.8l-7.9-4.6c-3.8-2.2-7-5-9.8-8.1-3.3.2-6.5.6-9.8.6-24.6 0-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h255.4c-3.7-6-6.2-12.8-6.2-20.3v-9.2zM173.1 274.6C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"]\n};\nvar faUtensilSpoon = {\n prefix: 'fas',\n iconName: 'utensil-spoon',\n icon: [512, 512, [], \"f2e5\", \"M480.1 31.9c-55-55.1-164.9-34.5-227.8 28.5-49.3 49.3-55.1 110-28.8 160.4L9 413.2c-11.6 10.5-12.1 28.5-1 39.5L59.3 504c11 11 29.1 10.5 39.5-1.1l192.4-214.4c50.4 26.3 111.1 20.5 160.4-28.8 63-62.9 83.6-172.8 28.5-227.8z\"]\n};\nvar faUtensils = {\n prefix: 'fas',\n iconName: 'utensils',\n icon: [416, 512, [], \"f2e7\", \"M207.9 15.2c.8 4.7 16.1 94.5 16.1 128.8 0 52.3-27.8 89.6-68.9 104.6L168 486.7c.7 13.7-10.2 25.3-24 25.3H80c-13.7 0-24.7-11.5-24-25.3l12.9-238.1C27.7 233.6 0 196.2 0 144 0 109.6 15.3 19.9 16.1 15.2 19.3-5.1 61.4-5.4 64 16.3v141.2c1.3 3.4 15.1 3.2 16 0 1.4-25.3 7.9-139.2 8-141.8 3.3-20.8 44.7-20.8 47.9 0 .2 2.7 6.6 116.5 8 141.8.9 3.2 14.8 3.4 16 0V16.3c2.6-21.6 44.8-21.4 48-1.1zm119.2 285.7l-15 185.1c-1.2 14 9.9 26 23.9 26h56c13.3 0 24-10.7 24-24V24c0-13.2-10.7-24-24-24-82.5 0-221.4 178.5-64.9 300.9z\"]\n};\nvar faVectorSquare = {\n prefix: 'fas',\n iconName: 'vector-square',\n icon: [512, 512, [], \"f5cb\", \"M512 128V32c0-17.67-14.33-32-32-32h-96c-17.67 0-32 14.33-32 32H160c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v96c0 17.67 14.33 32 32 32v192c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32h192c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32V160c17.67 0 32-14.33 32-32zm-96-64h32v32h-32V64zM64 64h32v32H64V64zm32 384H64v-32h32v32zm352 0h-32v-32h32v32zm-32-96h-32c-17.67 0-32 14.33-32 32v32H160v-32c0-17.67-14.33-32-32-32H96V160h32c17.67 0 32-14.33 32-32V96h192v32c0 17.67 14.33 32 32 32h32v192z\"]\n};\nvar faVenus = {\n prefix: 'fas',\n iconName: 'venus',\n icon: [288, 512, [], \"f221\", \"M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 68.5 47.9 125.9 112 140.4V368H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.5 112-71.9 112-140.4zm-224 0c0-44.1 35.9-80 80-80s80 35.9 80 80-35.9 80-80 80-80-35.9-80-80z\"]\n};\nvar faVenusDouble = {\n prefix: 'fas',\n iconName: 'venus-double',\n icon: [512, 512, [], \"f226\", \"M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 68.5 47.9 125.9 112 140.4V368H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.5 112-71.9 112-140.4zm-224 0c0-44.1 35.9-80 80-80s80 35.9 80 80-35.9 80-80 80-80-35.9-80-80zm336 140.4V368h36c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-36v36c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-36h-36c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h36v-51.6c-21.2-4.8-40.6-14.3-57.2-27.3 14-16.7 25-36 32.1-57.1 14.5 14.8 34.7 24 57.1 24 44.1 0 80-35.9 80-80s-35.9-80-80-80c-22.3 0-42.6 9.2-57.1 24-7.1-21.1-18-40.4-32.1-57.1C303.4 43.6 334.3 32 368 32c79.5 0 144 64.5 144 144 0 68.5-47.9 125.9-112 140.4z\"]\n};\nvar faVenusMars = {\n prefix: 'fas',\n iconName: 'venus-mars',\n icon: [576, 512, [], \"f228\", \"M564 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-48.7 48.7C422.5 72.1 396.2 64 368 64c-33.7 0-64.6 11.6-89.2 30.9 14 16.7 25 36 32.1 57.1 14.5-14.8 34.7-24 57.1-24 44.1 0 80 35.9 80 80s-35.9 80-80 80c-22.3 0-42.6-9.2-57.1-24-7.1 21.1-18 40.4-32.1 57.1 24.5 19.4 55.5 30.9 89.2 30.9 79.5 0 144-64.5 144-144 0-28.2-8.1-54.5-22.1-76.7l48.7-48.7 16.9 16.9c2.4 2.4 5.4 3.5 8.4 3.5 6.2 0 12.1-4.8 12.1-12V12c0-6.6-5.4-12-12-12zM144 64C64.5 64 0 128.5 0 208c0 68.5 47.9 125.9 112 140.4V400H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.6 112-71.9 112-140.4 0-79.5-64.5-144-144-144zm0 224c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faVial = {\n prefix: 'fas',\n iconName: 'vial',\n icon: [480, 512, [], \"f492\", \"M477.7 186.1L309.5 18.3c-3.1-3.1-8.2-3.1-11.3 0l-34 33.9c-3.1 3.1-3.1 8.2 0 11.3l11.2 11.1L33 316.5c-38.8 38.7-45.1 102-9.4 143.5 20.6 24 49.5 36 78.4 35.9 26.4 0 52.8-10 72.9-30.1l246.3-245.7 11.2 11.1c3.1 3.1 8.2 3.1 11.3 0l34-33.9c3.1-3 3.1-8.1 0-11.2zM318 256H161l148-147.7 78.5 78.3L318 256z\"]\n};\nvar faVials = {\n prefix: 'fas',\n iconName: 'vials',\n icon: [640, 512, [], \"f493\", \"M72 64h24v240c0 44.1 35.9 80 80 80s80-35.9 80-80V64h24c4.4 0 8-3.6 8-8V8c0-4.4-3.6-8-8-8H72c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm72 0h64v96h-64V64zm480 384H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM360 64h24v240c0 44.1 35.9 80 80 80s80-35.9 80-80V64h24c4.4 0 8-3.6 8-8V8c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm72 0h64v96h-64V64z\"]\n};\nvar faVideo = {\n prefix: 'fas',\n iconName: 'video',\n icon: [576, 512, [], \"f03d\", \"M336.2 64H47.8C21.4 64 0 85.4 0 111.8v288.4C0 426.6 21.4 448 47.8 448h288.4c26.4 0 47.8-21.4 47.8-47.8V111.8c0-26.4-21.4-47.8-47.8-47.8zm189.4 37.7L416 177.3v157.4l109.6 75.5c21.2 14.6 50.4-.3 50.4-25.8V127.5c0-25.4-29.1-40.4-50.4-25.8z\"]\n};\nvar faVideoSlash = {\n prefix: 'fas',\n iconName: 'video-slash',\n icon: [640, 512, [], \"f4e2\", \"M633.8 458.1l-55-42.5c15.4-1.4 29.2-13.7 29.2-31.1v-257c0-25.5-29.1-40.4-50.4-25.8L448 177.3v137.2l-32-24.7v-178c0-26.4-21.4-47.8-47.8-47.8H123.9L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4L42.7 82 416 370.6l178.5 138c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.5-6.9 4.2-17-2.8-22.4zM32 400.2c0 26.4 21.4 47.8 47.8 47.8h288.4c11.2 0 21.4-4 29.6-10.5L32 154.7v245.5z\"]\n};\nvar faVihara = {\n prefix: 'fas',\n iconName: 'vihara',\n icon: [640, 512, [], \"f6a7\", \"M632.88 400.71L544 352v-64l55.16-17.69c11.79-5.9 11.79-22.72 0-28.62L480 192v-64l27.31-16.3c7.72-7.72 5.61-20.74-4.16-25.62L320 0 136.85 86.07c-9.77 4.88-11.88 17.9-4.16 25.62L160 128v64L40.84 241.69c-11.79 5.9-11.79 22.72 0 28.62L96 288v64L7.12 400.71c-5.42 3.62-7.7 9.63-7 15.29.62 5.01 3.57 9.75 8.72 12.33L64 448v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h160v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h160v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48l55.15-19.67c5.16-2.58 8.1-7.32 8.72-12.33.71-5.67-1.57-11.68-6.99-15.29zM224 128h192v64H224v-64zm-64 224v-64h320v64H160z\"]\n};\nvar faVoicemail = {\n prefix: 'fas',\n iconName: 'voicemail',\n icon: [640, 512, [], \"f897\", \"M496 128a144 144 0 0 0-119.74 224H263.74A144 144 0 1 0 144 416h352a144 144 0 0 0 0-288zM64 272a80 80 0 1 1 80 80 80 80 0 0 1-80-80zm432 80a80 80 0 1 1 80-80 80 80 0 0 1-80 80z\"]\n};\nvar faVolleyballBall = {\n prefix: 'fas',\n iconName: 'volleyball-ball',\n icon: [512, 512, [], \"f45f\", \"M231.39 243.48a285.56 285.56 0 0 0-22.7-105.7c-90.8 42.4-157.5 122.4-180.3 216.8a249 249 0 0 0 56.9 81.1 333.87 333.87 0 0 1 146.1-192.2zm-36.9-134.4a284.23 284.23 0 0 0-57.4-70.7c-91 49.8-144.8 152.9-125 262.2 33.4-83.1 98.4-152 182.4-191.5zm187.6 165.1c8.6-99.8-27.3-197.5-97.5-264.4-14.7-1.7-51.6-5.5-98.9 8.5A333.87 333.87 0 0 1 279.19 241a285 285 0 0 0 102.9 33.18zm-124.7 9.5a286.33 286.33 0 0 0-80.2 72.6c82 57.3 184.5 75.1 277.5 47.8a247.15 247.15 0 0 0 42.2-89.9 336.1 336.1 0 0 1-80.9 10.4c-54.6-.1-108.9-14.1-158.6-40.9zm-98.3 99.7c-15.2 26-25.7 54.4-32.1 84.2a247.07 247.07 0 0 0 289-22.1c-112.9 16.1-203.3-24.8-256.9-62.1zm180.3-360.6c55.3 70.4 82.5 161.2 74.6 253.6a286.59 286.59 0 0 0 89.7-14.2c0-2 .3-4 .3-6 0-107.8-68.7-199.1-164.6-233.4z\"]\n};\nvar faVolumeDown = {\n prefix: 'fas',\n iconName: 'volume-down',\n icon: [384, 512, [], \"f027\", \"M215.03 72.04L126.06 161H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V89.02c0-21.47-25.96-31.98-40.97-16.98zm123.2 108.08c-11.58-6.33-26.19-2.16-32.61 9.45-6.39 11.61-2.16 26.2 9.45 32.61C327.98 229.28 336 242.62 336 257c0 14.38-8.02 27.72-20.92 34.81-11.61 6.41-15.84 21-9.45 32.61 6.43 11.66 21.05 15.8 32.61 9.45 28.23-15.55 45.77-45 45.77-76.88s-17.54-61.32-45.78-76.87z\"]\n};\nvar faVolumeMute = {\n prefix: 'fas',\n iconName: 'volume-mute',\n icon: [512, 512, [], \"f6a9\", \"M215.03 71.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V88.02c0-21.46-25.96-31.98-40.97-16.97zM461.64 256l45.64-45.64c6.3-6.3 6.3-16.52 0-22.82l-22.82-22.82c-6.3-6.3-16.52-6.3-22.82 0L416 210.36l-45.64-45.64c-6.3-6.3-16.52-6.3-22.82 0l-22.82 22.82c-6.3 6.3-6.3 16.52 0 22.82L370.36 256l-45.63 45.63c-6.3 6.3-6.3 16.52 0 22.82l22.82 22.82c6.3 6.3 16.52 6.3 22.82 0L416 301.64l45.64 45.64c6.3 6.3 16.52 6.3 22.82 0l22.82-22.82c6.3-6.3 6.3-16.52 0-22.82L461.64 256z\"]\n};\nvar faVolumeOff = {\n prefix: 'fas',\n iconName: 'volume-off',\n icon: [256, 512, [], \"f026\", \"M215 71l-89 89H24a24 24 0 0 0-24 24v144a24 24 0 0 0 24 24h102.06L215 441c15 15 41 4.47 41-17V88c0-21.47-26-32-41-17z\"]\n};\nvar faVolumeUp = {\n prefix: 'fas',\n iconName: 'volume-up',\n icon: [576, 512, [], \"f028\", \"M215.03 71.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V88.02c0-21.46-25.96-31.98-40.97-16.97zm233.32-51.08c-11.17-7.33-26.18-4.24-33.51 6.95-7.34 11.17-4.22 26.18 6.95 33.51 66.27 43.49 105.82 116.6 105.82 195.58 0 78.98-39.55 152.09-105.82 195.58-11.17 7.32-14.29 22.34-6.95 33.5 7.04 10.71 21.93 14.56 33.51 6.95C528.27 439.58 576 351.33 576 256S528.27 72.43 448.35 19.97zM480 256c0-63.53-32.06-121.94-85.77-156.24-11.19-7.14-26.03-3.82-33.12 7.46s-3.78 26.21 7.41 33.36C408.27 165.97 432 209.11 432 256s-23.73 90.03-63.48 115.42c-11.19 7.14-14.5 22.07-7.41 33.36 6.51 10.36 21.12 15.14 33.12 7.46C447.94 377.94 480 319.54 480 256zm-141.77-76.87c-11.58-6.33-26.19-2.16-32.61 9.45-6.39 11.61-2.16 26.2 9.45 32.61C327.98 228.28 336 241.63 336 256c0 14.38-8.02 27.72-20.92 34.81-11.61 6.41-15.84 21-9.45 32.61 6.43 11.66 21.05 15.8 32.61 9.45 28.23-15.55 45.77-45 45.77-76.88s-17.54-61.32-45.78-76.86z\"]\n};\nvar faVoteYea = {\n prefix: 'fas',\n iconName: 'vote-yea',\n icon: [640, 512, [], \"f772\", \"M608 320h-64v64h22.4c5.3 0 9.6 3.6 9.6 8v16c0 4.4-4.3 8-9.6 8H73.6c-5.3 0-9.6-3.6-9.6-8v-16c0-4.4 4.3-8 9.6-8H96v-64H32c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32h576c17.7 0 32-14.3 32-32v-96c0-17.7-14.3-32-32-32zm-96 64V64.3c0-17.9-14.5-32.3-32.3-32.3H160.4C142.5 32 128 46.5 128 64.3V384h384zM211.2 202l25.5-25.3c4.2-4.2 11-4.2 15.2.1l41.3 41.6 95.2-94.4c4.2-4.2 11-4.2 15.2.1l25.3 25.5c4.2 4.2 4.2 11-.1 15.2L300.5 292c-4.2 4.2-11 4.2-15.2-.1l-74.1-74.7c-4.3-4.2-4.2-11 0-15.2z\"]\n};\nvar faVrCardboard = {\n prefix: 'fas',\n iconName: 'vr-cardboard',\n icon: [640, 512, [], \"f729\", \"M608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h160.22c25.19 0 48.03-14.77 58.36-37.74l27.74-61.64C286.21 331.08 302.35 320 320 320s33.79 11.08 41.68 28.62l27.74 61.64C399.75 433.23 422.6 448 447.78 448H608c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zM160 304c-35.35 0-64-28.65-64-64s28.65-64 64-64 64 28.65 64 64-28.65 64-64 64zm320 0c-35.35 0-64-28.65-64-64s28.65-64 64-64 64 28.65 64 64-28.65 64-64 64z\"]\n};\nvar faWalking = {\n prefix: 'fas',\n iconName: 'walking',\n icon: [320, 512, [], \"f554\", \"M208 96c26.5 0 48-21.5 48-48S234.5 0 208 0s-48 21.5-48 48 21.5 48 48 48zm94.5 149.1l-23.3-11.8-9.7-29.4c-14.7-44.6-55.7-75.8-102.2-75.9-36-.1-55.9 10.1-93.3 25.2-21.6 8.7-39.3 25.2-49.7 46.2L17.6 213c-7.8 15.8-1.5 35 14.2 42.9 15.6 7.9 34.6 1.5 42.5-14.3L81 228c3.5-7 9.3-12.5 16.5-15.4l26.8-10.8-15.2 60.7c-5.2 20.8.4 42.9 14.9 58.8l59.9 65.4c7.2 7.9 12.3 17.4 14.9 27.7l18.3 73.3c4.3 17.1 21.7 27.6 38.8 23.3 17.1-4.3 27.6-21.7 23.3-38.8l-22.2-89c-2.6-10.3-7.7-19.9-14.9-27.7l-45.5-49.7 17.2-68.7 5.5 16.5c5.3 16.1 16.7 29.4 31.7 37l23.3 11.8c15.6 7.9 34.6 1.5 42.5-14.3 7.7-15.7 1.4-35.1-14.3-43zM73.6 385.8c-3.2 8.1-8 15.4-14.2 21.5l-50 50.1c-12.5 12.5-12.5 32.8 0 45.3s32.7 12.5 45.2 0l59.4-59.4c6.1-6.1 10.9-13.4 14.2-21.5l13.5-33.8c-55.3-60.3-38.7-41.8-47.4-53.7l-20.7 51.5z\"]\n};\nvar faWallet = {\n prefix: 'fas',\n iconName: 'wallet',\n icon: [512, 512, [], \"f555\", \"M461.2 128H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h384c8.84 0 16-7.16 16-16 0-26.51-21.49-48-48-48H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h397.2c28.02 0 50.8-21.53 50.8-48V176c0-26.47-22.78-48-50.8-48zM416 336c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faWarehouse = {\n prefix: 'fas',\n iconName: 'warehouse',\n icon: [640, 512, [], \"f494\", \"M504 352H136.4c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8H504c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm0 96H136.1c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm0-192H136.6c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8H504c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm106.5-139L338.4 3.7a48.15 48.15 0 0 0-36.9 0L29.5 117C11.7 124.5 0 141.9 0 161.3V504c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8V256c0-17.6 14.6-32 32.6-32h382.8c18 0 32.6 14.4 32.6 32v248c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8V161.3c0-19.4-11.7-36.8-29.5-44.3z\"]\n};\nvar faWater = {\n prefix: 'fas',\n iconName: 'water',\n icon: [576, 512, [], \"f773\", \"M562.1 383.9c-21.5-2.4-42.1-10.5-57.9-22.9-14.1-11.1-34.2-11.3-48.2 0-37.9 30.4-107.2 30.4-145.7-1.5-13.5-11.2-33-9.1-46.7 1.8-38 30.1-106.9 30-145.2-1.7-13.5-11.2-33.3-8.9-47.1 2-15.5 12.2-36 20.1-57.7 22.4-7.9.8-13.6 7.8-13.6 15.7v32.2c0 9.1 7.6 16.8 16.7 16 28.8-2.5 56.1-11.4 79.4-25.9 56.5 34.6 137 34.1 192 0 56.5 34.6 137 34.1 192 0 23.3 14.2 50.9 23.3 79.1 25.8 9.1.8 16.7-6.9 16.7-16v-31.6c.1-8-5.7-15.4-13.8-16.3zm0-144c-21.5-2.4-42.1-10.5-57.9-22.9-14.1-11.1-34.2-11.3-48.2 0-37.9 30.4-107.2 30.4-145.7-1.5-13.5-11.2-33-9.1-46.7 1.8-38 30.1-106.9 30-145.2-1.7-13.5-11.2-33.3-8.9-47.1 2-15.5 12.2-36 20.1-57.7 22.4-7.9.8-13.6 7.8-13.6 15.7v32.2c0 9.1 7.6 16.8 16.7 16 28.8-2.5 56.1-11.4 79.4-25.9 56.5 34.6 137 34.1 192 0 56.5 34.6 137 34.1 192 0 23.3 14.2 50.9 23.3 79.1 25.8 9.1.8 16.7-6.9 16.7-16v-31.6c.1-8-5.7-15.4-13.8-16.3zm0-144C540.6 93.4 520 85.4 504.2 73 490.1 61.9 470 61.7 456 73c-37.9 30.4-107.2 30.4-145.7-1.5-13.5-11.2-33-9.1-46.7 1.8-38 30.1-106.9 30-145.2-1.7-13.5-11.2-33.3-8.9-47.1 2-15.5 12.2-36 20.1-57.7 22.4-7.9.8-13.6 7.8-13.6 15.7v32.2c0 9.1 7.6 16.8 16.7 16 28.8-2.5 56.1-11.4 79.4-25.9 56.5 34.6 137 34.1 192 0 56.5 34.6 137 34.1 192 0 23.3 14.2 50.9 23.3 79.1 25.8 9.1.8 16.7-6.9 16.7-16v-31.6c.1-8-5.7-15.4-13.8-16.3z\"]\n};\nvar faWaveSquare = {\n prefix: 'fas',\n iconName: 'wave-square',\n icon: [640, 512, [], \"f83e\", \"M476 480H324a36 36 0 0 1-36-36V96h-96v156a36 36 0 0 1-36 36H16a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h112V68a36 36 0 0 1 36-36h152a36 36 0 0 1 36 36v348h96V260a36 36 0 0 1 36-36h140a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H512v156a36 36 0 0 1-36 36z\"]\n};\nvar faWeight = {\n prefix: 'fas',\n iconName: 'weight',\n icon: [512, 512, [], \"f496\", \"M448 64h-25.98C438.44 92.28 448 125.01 448 160c0 105.87-86.13 192-192 192S64 265.87 64 160c0-34.99 9.56-67.72 25.98-96H64C28.71 64 0 92.71 0 128v320c0 35.29 28.71 64 64 64h384c35.29 0 64-28.71 64-64V128c0-35.29-28.71-64-64-64zM256 320c88.37 0 160-71.63 160-160S344.37 0 256 0 96 71.63 96 160s71.63 160 160 160zm-.3-151.94l33.58-78.36c3.5-8.17 12.94-11.92 21.03-8.41 8.12 3.48 11.88 12.89 8.41 21l-33.67 78.55C291.73 188 296 197.45 296 208c0 22.09-17.91 40-40 40s-40-17.91-40-40c0-21.98 17.76-39.77 39.7-39.94z\"]\n};\nvar faWeightHanging = {\n prefix: 'fas',\n iconName: 'weight-hanging',\n icon: [512, 512, [], \"f5cd\", \"M510.28 445.86l-73.03-292.13c-3.8-15.19-16.44-25.72-30.87-25.72h-60.25c3.57-10.05 5.88-20.72 5.88-32 0-53.02-42.98-96-96-96s-96 42.98-96 96c0 11.28 2.3 21.95 5.88 32h-60.25c-14.43 0-27.08 10.54-30.87 25.72L1.72 445.86C-6.61 479.17 16.38 512 48.03 512h415.95c31.64 0 54.63-32.83 46.3-66.14zM256 128c-17.64 0-32-14.36-32-32s14.36-32 32-32 32 14.36 32 32-14.36 32-32 32z\"]\n};\nvar faWheelchair = {\n prefix: 'fas',\n iconName: 'wheelchair',\n icon: [512, 512, [], \"f193\", \"M496.101 385.669l14.227 28.663c3.929 7.915.697 17.516-7.218 21.445l-65.465 32.886c-16.049 7.967-35.556 1.194-43.189-15.055L331.679 320H192c-15.925 0-29.426-11.71-31.679-27.475C126.433 55.308 128.38 70.044 128 64c0-36.358 30.318-65.635 67.052-63.929 33.271 1.545 60.048 28.905 60.925 62.201.868 32.933-23.152 60.423-54.608 65.039l4.67 32.69H336c8.837 0 16 7.163 16 16v32c0 8.837-7.163 16-16 16H215.182l4.572 32H352a32 32 0 0 1 28.962 18.392L438.477 396.8l36.178-18.349c7.915-3.929 17.517-.697 21.446 7.218zM311.358 352h-24.506c-7.788 54.204-54.528 96-110.852 96-61.757 0-112-50.243-112-112 0-41.505 22.694-77.809 56.324-97.156-3.712-25.965-6.844-47.86-9.488-66.333C45.956 198.464 0 261.963 0 336c0 97.047 78.953 176 176 176 71.87 0 133.806-43.308 161.11-105.192L311.358 352z\"]\n};\nvar faWifi = {\n prefix: 'fas',\n iconName: 'wifi',\n icon: [640, 512, [], \"f1eb\", \"M634.91 154.88C457.74-8.99 182.19-8.93 5.09 154.88c-6.66 6.16-6.79 16.59-.35 22.98l34.24 33.97c6.14 6.1 16.02 6.23 22.4.38 145.92-133.68 371.3-133.71 517.25 0 6.38 5.85 16.26 5.71 22.4-.38l34.24-33.97c6.43-6.39 6.3-16.82-.36-22.98zM320 352c-35.35 0-64 28.65-64 64s28.65 64 64 64 64-28.65 64-64-28.65-64-64-64zm202.67-83.59c-115.26-101.93-290.21-101.82-405.34 0-6.9 6.1-7.12 16.69-.57 23.15l34.44 33.99c6 5.92 15.66 6.32 22.05.8 83.95-72.57 209.74-72.41 293.49 0 6.39 5.52 16.05 5.13 22.05-.8l34.44-33.99c6.56-6.46 6.33-17.06-.56-23.15z\"]\n};\nvar faWind = {\n prefix: 'fas',\n iconName: 'wind',\n icon: [512, 512, [], \"f72e\", \"M156.7 256H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h142.2c15.9 0 30.8 10.9 33.4 26.6 3.3 20-12.1 37.4-31.6 37.4-14.1 0-26.1-9.2-30.4-21.9-2.1-6.3-8.6-10.1-15.2-10.1H81.6c-9.8 0-17.7 8.8-15.9 18.4 8.6 44.1 47.6 77.6 94.2 77.6 57.1 0 102.7-50.1 95.2-108.6C249 291 205.4 256 156.7 256zM16 224h336c59.7 0 106.8-54.8 93.8-116.7-7.6-36.2-36.9-65.5-73.1-73.1-55.4-11.6-105.1 24.9-114.9 75.5-1.9 9.6 6.1 18.3 15.8 18.3h32.8c6.7 0 13.1-3.8 15.2-10.1C325.9 105.2 337.9 96 352 96c19.4 0 34.9 17.4 31.6 37.4-2.6 15.7-17.4 26.6-33.4 26.6H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16zm384 32H243.7c19.3 16.6 33.2 38.8 39.8 64H400c26.5 0 48 21.5 48 48s-21.5 48-48 48c-17.9 0-33.3-9.9-41.6-24.4-2.9-5-8.7-7.6-14.5-7.6h-33.8c-10.9 0-19 10.8-15.3 21.1 17.8 50.6 70.5 84.8 129.4 72.3 41.2-8.7 75.1-41.6 84.7-82.7C526 321.5 470.5 256 400 256z\"]\n};\nvar faWindowClose = {\n prefix: 'fas',\n iconName: 'window-close',\n icon: [512, 512, [], \"f410\", \"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-83.6 290.5c4.8 4.8 4.8 12.6 0 17.4l-40.5 40.5c-4.8 4.8-12.6 4.8-17.4 0L256 313.3l-66.5 67.1c-4.8 4.8-12.6 4.8-17.4 0l-40.5-40.5c-4.8-4.8-4.8-12.6 0-17.4l67.1-66.5-67.1-66.5c-4.8-4.8-4.8-12.6 0-17.4l40.5-40.5c4.8-4.8 12.6-4.8 17.4 0l66.5 67.1 66.5-67.1c4.8-4.8 12.6-4.8 17.4 0l40.5 40.5c4.8 4.8 4.8 12.6 0 17.4L313.3 256l67.1 66.5z\"]\n};\nvar faWindowMaximize = {\n prefix: 'fas',\n iconName: 'window-maximize',\n icon: [512, 512, [], \"f2d0\", \"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-16 160H64v-84c0-6.6 5.4-12 12-12h360c6.6 0 12 5.4 12 12v84z\"]\n};\nvar faWindowMinimize = {\n prefix: 'fas',\n iconName: 'window-minimize',\n icon: [512, 512, [], \"f2d1\", \"M464 352H48c-26.5 0-48 21.5-48 48v32c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48v-32c0-26.5-21.5-48-48-48z\"]\n};\nvar faWindowRestore = {\n prefix: 'fas',\n iconName: 'window-restore',\n icon: [512, 512, [], \"f2d2\", \"M512 48v288c0 26.5-21.5 48-48 48h-48V176c0-44.1-35.9-80-80-80H128V48c0-26.5 21.5-48 48-48h288c26.5 0 48 21.5 48 48zM384 176v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h288c26.5 0 48 21.5 48 48zm-68 28c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v52h252v-52z\"]\n};\nvar faWineBottle = {\n prefix: 'fas',\n iconName: 'wine-bottle',\n icon: [512, 512, [], \"f72f\", \"M507.31 72.57L439.43 4.69c-6.25-6.25-16.38-6.25-22.63 0l-22.63 22.63c-6.25 6.25-6.25 16.38 0 22.63l-76.67 76.67c-46.58-19.7-102.4-10.73-140.37 27.23L18.75 312.23c-24.99 24.99-24.99 65.52 0 90.51l90.51 90.51c24.99 24.99 65.52 24.99 90.51 0l158.39-158.39c37.96-37.96 46.93-93.79 27.23-140.37l76.67-76.67c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.24-6.24 6.24-16.37-.01-22.62zM179.22 423.29l-90.51-90.51 122.04-122.04 90.51 90.51-122.04 122.04z\"]\n};\nvar faWineGlass = {\n prefix: 'fas',\n iconName: 'wine-glass',\n icon: [288, 512, [], \"f4e3\", \"M216 464h-40V346.81c68.47-15.89 118.05-79.91 111.4-154.16l-15.95-178.1C270.71 6.31 263.9 0 255.74 0H32.26c-8.15 0-14.97 6.31-15.7 14.55L.6 192.66C-6.05 266.91 43.53 330.93 112 346.82V464H72c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h208c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40z\"]\n};\nvar faWineGlassAlt = {\n prefix: 'fas',\n iconName: 'wine-glass-alt',\n icon: [288, 512, [], \"f5ce\", \"M216 464h-40V346.81c68.47-15.89 118.05-79.91 111.4-154.16l-15.95-178.1C270.71 6.31 263.9 0 255.74 0H32.26c-8.15 0-14.97 6.31-15.7 14.55L.6 192.66C-6.05 266.91 43.53 330.93 112 346.82V464H72c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h208c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40zM61.75 48h164.5l7.17 80H54.58l7.17-80z\"]\n};\nvar faWonSign = {\n prefix: 'fas',\n iconName: 'won-sign',\n icon: [576, 512, [], \"f159\", \"M564 192c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-48l18.6-80.6c1.7-7.5-4-14.7-11.7-14.7h-46.1c-5.7 0-10.6 4-11.7 9.5L450.7 128H340.8l-19.7-86c-1.3-5.5-6.1-9.3-11.7-9.3h-44c-5.6 0-10.4 3.8-11.7 9.3l-20 86H125l-17.5-85.7c-1.1-5.6-6.1-9.6-11.8-9.6H53.6c-7.7 0-13.4 7.1-11.7 14.6L60 128H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h62.3l7.2 32H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h83.9l40.9 182.6c1.2 5.5 6.1 9.4 11.7 9.4h56.8c5.6 0 10.4-3.9 11.7-9.3L259.3 288h55.1l42.4 182.7c1.3 5.4 6.1 9.3 11.7 9.3h56.8c5.6 0 10.4-3.9 11.7-9.3L479.1 288H564c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-70.1l7.4-32zM183.8 342c-6.2 25.8-6.8 47.2-7.3 47.2h-1.1s-1.7-22-6.8-47.2l-11-54h38.8zm27.5-118h-66.8l-6.5-32h80.8zm62.9 0l2-8.6c1.9-8 3.5-16 4.8-23.4h11.8c1.3 7.4 2.9 15.4 4.8 23.4l2 8.6zm130.9 118c-5.1 25.2-6.8 47.2-6.8 47.2h-1.1c-.6 0-1.1-21.4-7.3-47.2l-12.4-54h39.1zm25.2-118h-67.4l-7.3-32h81.6z\"]\n};\nvar faWrench = {\n prefix: 'fas',\n iconName: 'wrench',\n icon: [512, 512, [], \"f0ad\", \"M507.73 109.1c-2.24-9.03-13.54-12.09-20.12-5.51l-74.36 74.36-67.88-11.31-11.31-67.88 74.36-74.36c6.62-6.62 3.43-17.9-5.66-20.16-47.38-11.74-99.55.91-136.58 37.93-39.64 39.64-50.55 97.1-34.05 147.2L18.74 402.76c-24.99 24.99-24.99 65.51 0 90.5 24.99 24.99 65.51 24.99 90.5 0l213.21-213.21c50.12 16.71 107.47 5.68 147.37-34.22 37.07-37.07 49.7-89.32 37.91-136.73zM64 472c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faXRay = {\n prefix: 'fas',\n iconName: 'x-ray',\n icon: [640, 512, [], \"f497\", \"M240 384c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm160 32c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zM624 0H16C7.2 0 0 7.2 0 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16zm0 448h-48V96H64v352H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM480 248c0 4.4-3.6 8-8 8H336v32h104c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H336v32h64c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48v-16h-64v16c0 26.5-21.5 48-48 48s-48-21.5-48-48 21.5-48 48-48h64v-32H200c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h104v-32H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h136v-32H200c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h104v-24c0-4.4 3.6-8 8-8h16c4.4 0 8 3.6 8 8v24h104c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H336v32h136c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faYenSign = {\n prefix: 'fas',\n iconName: 'yen-sign',\n icon: [384, 512, [], \"f157\", \"M351.2 32h-65.3c-4.6 0-8.8 2.6-10.8 6.7l-55.4 113.2c-14.5 34.7-27.1 71.9-27.1 71.9h-1.3s-12.6-37.2-27.1-71.9L108.8 38.7c-2-4.1-6.2-6.7-10.8-6.7H32.8c-9.1 0-14.8 9.7-10.6 17.6L102.3 200H44c-6.6 0-12 5.4-12 12v32c0 6.6 5.4 12 12 12h88.2l19.8 37.2V320H44c-6.6 0-12 5.4-12 12v32c0 6.6 5.4 12 12 12h108v92c0 6.6 5.4 12 12 12h56c6.6 0 12-5.4 12-12v-92h108c6.6 0 12-5.4 12-12v-32c0-6.6-5.4-12-12-12H232v-26.8l19.8-37.2H340c6.6 0 12-5.4 12-12v-32c0-6.6-5.4-12-12-12h-58.3l80.1-150.4c4.3-7.9-1.5-17.6-10.6-17.6z\"]\n};\nvar faYinYang = {\n prefix: 'fas',\n iconName: 'yin-yang',\n icon: [496, 512, [], \"f6ad\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 376c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-128c-53.02 0-96 42.98-96 96s42.98 96 96 96c-106.04 0-192-85.96-192-192S141.96 64 248 64c53.02 0 96 42.98 96 96s-42.98 96-96 96zm0-128c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z\"]\n};\nvar _iconsCache = {\n faAd: faAd,\n faAddressBook: faAddressBook,\n faAddressCard: faAddressCard,\n faAdjust: faAdjust,\n faAirFreshener: faAirFreshener,\n faAlignCenter: faAlignCenter,\n faAlignJustify: faAlignJustify,\n faAlignLeft: faAlignLeft,\n faAlignRight: faAlignRight,\n faAllergies: faAllergies,\n faAmbulance: faAmbulance,\n faAmericanSignLanguageInterpreting: faAmericanSignLanguageInterpreting,\n faAnchor: faAnchor,\n faAngleDoubleDown: faAngleDoubleDown,\n faAngleDoubleLeft: faAngleDoubleLeft,\n faAngleDoubleRight: faAngleDoubleRight,\n faAngleDoubleUp: faAngleDoubleUp,\n faAngleDown: faAngleDown,\n faAngleLeft: faAngleLeft,\n faAngleRight: faAngleRight,\n faAngleUp: faAngleUp,\n faAngry: faAngry,\n faAnkh: faAnkh,\n faAppleAlt: faAppleAlt,\n faArchive: faArchive,\n faArchway: faArchway,\n faArrowAltCircleDown: faArrowAltCircleDown,\n faArrowAltCircleLeft: faArrowAltCircleLeft,\n faArrowAltCircleRight: faArrowAltCircleRight,\n faArrowAltCircleUp: faArrowAltCircleUp,\n faArrowCircleDown: faArrowCircleDown,\n faArrowCircleLeft: faArrowCircleLeft,\n faArrowCircleRight: faArrowCircleRight,\n faArrowCircleUp: faArrowCircleUp,\n faArrowDown: faArrowDown,\n faArrowLeft: faArrowLeft,\n faArrowRight: faArrowRight,\n faArrowUp: faArrowUp,\n faArrowsAlt: faArrowsAlt,\n faArrowsAltH: faArrowsAltH,\n faArrowsAltV: faArrowsAltV,\n faAssistiveListeningSystems: faAssistiveListeningSystems,\n faAsterisk: faAsterisk,\n faAt: faAt,\n faAtlas: faAtlas,\n faAtom: faAtom,\n faAudioDescription: faAudioDescription,\n faAward: faAward,\n faBaby: faBaby,\n faBabyCarriage: faBabyCarriage,\n faBackspace: faBackspace,\n faBackward: faBackward,\n faBacon: faBacon,\n faBalanceScale: faBalanceScale,\n faBalanceScaleLeft: faBalanceScaleLeft,\n faBalanceScaleRight: faBalanceScaleRight,\n faBan: faBan,\n faBandAid: faBandAid,\n faBarcode: faBarcode,\n faBars: faBars,\n faBaseballBall: faBaseballBall,\n faBasketballBall: faBasketballBall,\n faBath: faBath,\n faBatteryEmpty: faBatteryEmpty,\n faBatteryFull: faBatteryFull,\n faBatteryHalf: faBatteryHalf,\n faBatteryQuarter: faBatteryQuarter,\n faBatteryThreeQuarters: faBatteryThreeQuarters,\n faBed: faBed,\n faBeer: faBeer,\n faBell: faBell,\n faBellSlash: faBellSlash,\n faBezierCurve: faBezierCurve,\n faBible: faBible,\n faBicycle: faBicycle,\n faBiking: faBiking,\n faBinoculars: faBinoculars,\n faBiohazard: faBiohazard,\n faBirthdayCake: faBirthdayCake,\n faBlender: faBlender,\n faBlenderPhone: faBlenderPhone,\n faBlind: faBlind,\n faBlog: faBlog,\n faBold: faBold,\n faBolt: faBolt,\n faBomb: faBomb,\n faBone: faBone,\n faBong: faBong,\n faBook: faBook,\n faBookDead: faBookDead,\n faBookMedical: faBookMedical,\n faBookOpen: faBookOpen,\n faBookReader: faBookReader,\n faBookmark: faBookmark,\n faBorderAll: faBorderAll,\n faBorderNone: faBorderNone,\n faBorderStyle: faBorderStyle,\n faBowlingBall: faBowlingBall,\n faBox: faBox,\n faBoxOpen: faBoxOpen,\n faBoxes: faBoxes,\n faBraille: faBraille,\n faBrain: faBrain,\n faBreadSlice: faBreadSlice,\n faBriefcase: faBriefcase,\n faBriefcaseMedical: faBriefcaseMedical,\n faBroadcastTower: faBroadcastTower,\n faBroom: faBroom,\n faBrush: faBrush,\n faBug: faBug,\n faBuilding: faBuilding,\n faBullhorn: faBullhorn,\n faBullseye: faBullseye,\n faBurn: faBurn,\n faBus: faBus,\n faBusAlt: faBusAlt,\n faBusinessTime: faBusinessTime,\n faCalculator: faCalculator,\n faCalendar: faCalendar,\n faCalendarAlt: faCalendarAlt,\n faCalendarCheck: faCalendarCheck,\n faCalendarDay: faCalendarDay,\n faCalendarMinus: faCalendarMinus,\n faCalendarPlus: faCalendarPlus,\n faCalendarTimes: faCalendarTimes,\n faCalendarWeek: faCalendarWeek,\n faCamera: faCamera,\n faCameraRetro: faCameraRetro,\n faCampground: faCampground,\n faCandyCane: faCandyCane,\n faCannabis: faCannabis,\n faCapsules: faCapsules,\n faCar: faCar,\n faCarAlt: faCarAlt,\n faCarBattery: faCarBattery,\n faCarCrash: faCarCrash,\n faCarSide: faCarSide,\n faCaretDown: faCaretDown,\n faCaretLeft: faCaretLeft,\n faCaretRight: faCaretRight,\n faCaretSquareDown: faCaretSquareDown,\n faCaretSquareLeft: faCaretSquareLeft,\n faCaretSquareRight: faCaretSquareRight,\n faCaretSquareUp: faCaretSquareUp,\n faCaretUp: faCaretUp,\n faCarrot: faCarrot,\n faCartArrowDown: faCartArrowDown,\n faCartPlus: faCartPlus,\n faCashRegister: faCashRegister,\n faCat: faCat,\n faCertificate: faCertificate,\n faChair: faChair,\n faChalkboard: faChalkboard,\n faChalkboardTeacher: faChalkboardTeacher,\n faChargingStation: faChargingStation,\n faChartArea: faChartArea,\n faChartBar: faChartBar,\n faChartLine: faChartLine,\n faChartPie: faChartPie,\n faCheck: faCheck,\n faCheckCircle: faCheckCircle,\n faCheckDouble: faCheckDouble,\n faCheckSquare: faCheckSquare,\n faCheese: faCheese,\n faChess: faChess,\n faChessBishop: faChessBishop,\n faChessBoard: faChessBoard,\n faChessKing: faChessKing,\n faChessKnight: faChessKnight,\n faChessPawn: faChessPawn,\n faChessQueen: faChessQueen,\n faChessRook: faChessRook,\n faChevronCircleDown: faChevronCircleDown,\n faChevronCircleLeft: faChevronCircleLeft,\n faChevronCircleRight: faChevronCircleRight,\n faChevronCircleUp: faChevronCircleUp,\n faChevronDown: faChevronDown,\n faChevronLeft: faChevronLeft,\n faChevronRight: faChevronRight,\n faChevronUp: faChevronUp,\n faChild: faChild,\n faChurch: faChurch,\n faCircle: faCircle,\n faCircleNotch: faCircleNotch,\n faCity: faCity,\n faClinicMedical: faClinicMedical,\n faClipboard: faClipboard,\n faClipboardCheck: faClipboardCheck,\n faClipboardList: faClipboardList,\n faClock: faClock,\n faClone: faClone,\n faClosedCaptioning: faClosedCaptioning,\n faCloud: faCloud,\n faCloudDownloadAlt: faCloudDownloadAlt,\n faCloudMeatball: faCloudMeatball,\n faCloudMoon: faCloudMoon,\n faCloudMoonRain: faCloudMoonRain,\n faCloudRain: faCloudRain,\n faCloudShowersHeavy: faCloudShowersHeavy,\n faCloudSun: faCloudSun,\n faCloudSunRain: faCloudSunRain,\n faCloudUploadAlt: faCloudUploadAlt,\n faCocktail: faCocktail,\n faCode: faCode,\n faCodeBranch: faCodeBranch,\n faCoffee: faCoffee,\n faCog: faCog,\n faCogs: faCogs,\n faCoins: faCoins,\n faColumns: faColumns,\n faComment: faComment,\n faCommentAlt: faCommentAlt,\n faCommentDollar: faCommentDollar,\n faCommentDots: faCommentDots,\n faCommentMedical: faCommentMedical,\n faCommentSlash: faCommentSlash,\n faComments: faComments,\n faCommentsDollar: faCommentsDollar,\n faCompactDisc: faCompactDisc,\n faCompass: faCompass,\n faCompress: faCompress,\n faCompressArrowsAlt: faCompressArrowsAlt,\n faConciergeBell: faConciergeBell,\n faCookie: faCookie,\n faCookieBite: faCookieBite,\n faCopy: faCopy,\n faCopyright: faCopyright,\n faCouch: faCouch,\n faCreditCard: faCreditCard,\n faCrop: faCrop,\n faCropAlt: faCropAlt,\n faCross: faCross,\n faCrosshairs: faCrosshairs,\n faCrow: faCrow,\n faCrown: faCrown,\n faCrutch: faCrutch,\n faCube: faCube,\n faCubes: faCubes,\n faCut: faCut,\n faDatabase: faDatabase,\n faDeaf: faDeaf,\n faDemocrat: faDemocrat,\n faDesktop: faDesktop,\n faDharmachakra: faDharmachakra,\n faDiagnoses: faDiagnoses,\n faDice: faDice,\n faDiceD20: faDiceD20,\n faDiceD6: faDiceD6,\n faDiceFive: faDiceFive,\n faDiceFour: faDiceFour,\n faDiceOne: faDiceOne,\n faDiceSix: faDiceSix,\n faDiceThree: faDiceThree,\n faDiceTwo: faDiceTwo,\n faDigitalTachograph: faDigitalTachograph,\n faDirections: faDirections,\n faDivide: faDivide,\n faDizzy: faDizzy,\n faDna: faDna,\n faDog: faDog,\n faDollarSign: faDollarSign,\n faDolly: faDolly,\n faDollyFlatbed: faDollyFlatbed,\n faDonate: faDonate,\n faDoorClosed: faDoorClosed,\n faDoorOpen: faDoorOpen,\n faDotCircle: faDotCircle,\n faDove: faDove,\n faDownload: faDownload,\n faDraftingCompass: faDraftingCompass,\n faDragon: faDragon,\n faDrawPolygon: faDrawPolygon,\n faDrum: faDrum,\n faDrumSteelpan: faDrumSteelpan,\n faDrumstickBite: faDrumstickBite,\n faDumbbell: faDumbbell,\n faDumpster: faDumpster,\n faDumpsterFire: faDumpsterFire,\n faDungeon: faDungeon,\n faEdit: faEdit,\n faEgg: faEgg,\n faEject: faEject,\n faEllipsisH: faEllipsisH,\n faEllipsisV: faEllipsisV,\n faEnvelope: faEnvelope,\n faEnvelopeOpen: faEnvelopeOpen,\n faEnvelopeOpenText: faEnvelopeOpenText,\n faEnvelopeSquare: faEnvelopeSquare,\n faEquals: faEquals,\n faEraser: faEraser,\n faEthernet: faEthernet,\n faEuroSign: faEuroSign,\n faExchangeAlt: faExchangeAlt,\n faExclamation: faExclamation,\n faExclamationCircle: faExclamationCircle,\n faExclamationTriangle: faExclamationTriangle,\n faExpand: faExpand,\n faExpandArrowsAlt: faExpandArrowsAlt,\n faExternalLinkAlt: faExternalLinkAlt,\n faExternalLinkSquareAlt: faExternalLinkSquareAlt,\n faEye: faEye,\n faEyeDropper: faEyeDropper,\n faEyeSlash: faEyeSlash,\n faFan: faFan,\n faFastBackward: faFastBackward,\n faFastForward: faFastForward,\n faFax: faFax,\n faFeather: faFeather,\n faFeatherAlt: faFeatherAlt,\n faFemale: faFemale,\n faFighterJet: faFighterJet,\n faFile: faFile,\n faFileAlt: faFileAlt,\n faFileArchive: faFileArchive,\n faFileAudio: faFileAudio,\n faFileCode: faFileCode,\n faFileContract: faFileContract,\n faFileCsv: faFileCsv,\n faFileDownload: faFileDownload,\n faFileExcel: faFileExcel,\n faFileExport: faFileExport,\n faFileImage: faFileImage,\n faFileImport: faFileImport,\n faFileInvoice: faFileInvoice,\n faFileInvoiceDollar: faFileInvoiceDollar,\n faFileMedical: faFileMedical,\n faFileMedicalAlt: faFileMedicalAlt,\n faFilePdf: faFilePdf,\n faFilePowerpoint: faFilePowerpoint,\n faFilePrescription: faFilePrescription,\n faFileSignature: faFileSignature,\n faFileUpload: faFileUpload,\n faFileVideo: faFileVideo,\n faFileWord: faFileWord,\n faFill: faFill,\n faFillDrip: faFillDrip,\n faFilm: faFilm,\n faFilter: faFilter,\n faFingerprint: faFingerprint,\n faFire: faFire,\n faFireAlt: faFireAlt,\n faFireExtinguisher: faFireExtinguisher,\n faFirstAid: faFirstAid,\n faFish: faFish,\n faFistRaised: faFistRaised,\n faFlag: faFlag,\n faFlagCheckered: faFlagCheckered,\n faFlagUsa: faFlagUsa,\n faFlask: faFlask,\n faFlushed: faFlushed,\n faFolder: faFolder,\n faFolderMinus: faFolderMinus,\n faFolderOpen: faFolderOpen,\n faFolderPlus: faFolderPlus,\n faFont: faFont,\n faFontAwesomeLogoFull: faFontAwesomeLogoFull,\n faFootballBall: faFootballBall,\n faForward: faForward,\n faFrog: faFrog,\n faFrown: faFrown,\n faFrownOpen: faFrownOpen,\n faFunnelDollar: faFunnelDollar,\n faFutbol: faFutbol,\n faGamepad: faGamepad,\n faGasPump: faGasPump,\n faGavel: faGavel,\n faGem: faGem,\n faGenderless: faGenderless,\n faGhost: faGhost,\n faGift: faGift,\n faGifts: faGifts,\n faGlassCheers: faGlassCheers,\n faGlassMartini: faGlassMartini,\n faGlassMartiniAlt: faGlassMartiniAlt,\n faGlassWhiskey: faGlassWhiskey,\n faGlasses: faGlasses,\n faGlobe: faGlobe,\n faGlobeAfrica: faGlobeAfrica,\n faGlobeAmericas: faGlobeAmericas,\n faGlobeAsia: faGlobeAsia,\n faGlobeEurope: faGlobeEurope,\n faGolfBall: faGolfBall,\n faGopuram: faGopuram,\n faGraduationCap: faGraduationCap,\n faGreaterThan: faGreaterThan,\n faGreaterThanEqual: faGreaterThanEqual,\n faGrimace: faGrimace,\n faGrin: faGrin,\n faGrinAlt: faGrinAlt,\n faGrinBeam: faGrinBeam,\n faGrinBeamSweat: faGrinBeamSweat,\n faGrinHearts: faGrinHearts,\n faGrinSquint: faGrinSquint,\n faGrinSquintTears: faGrinSquintTears,\n faGrinStars: faGrinStars,\n faGrinTears: faGrinTears,\n faGrinTongue: faGrinTongue,\n faGrinTongueSquint: faGrinTongueSquint,\n faGrinTongueWink: faGrinTongueWink,\n faGrinWink: faGrinWink,\n faGripHorizontal: faGripHorizontal,\n faGripLines: faGripLines,\n faGripLinesVertical: faGripLinesVertical,\n faGripVertical: faGripVertical,\n faGuitar: faGuitar,\n faHSquare: faHSquare,\n faHamburger: faHamburger,\n faHammer: faHammer,\n faHamsa: faHamsa,\n faHandHolding: faHandHolding,\n faHandHoldingHeart: faHandHoldingHeart,\n faHandHoldingUsd: faHandHoldingUsd,\n faHandLizard: faHandLizard,\n faHandMiddleFinger: faHandMiddleFinger,\n faHandPaper: faHandPaper,\n faHandPeace: faHandPeace,\n faHandPointDown: faHandPointDown,\n faHandPointLeft: faHandPointLeft,\n faHandPointRight: faHandPointRight,\n faHandPointUp: faHandPointUp,\n faHandPointer: faHandPointer,\n faHandRock: faHandRock,\n faHandScissors: faHandScissors,\n faHandSpock: faHandSpock,\n faHands: faHands,\n faHandsHelping: faHandsHelping,\n faHandshake: faHandshake,\n faHanukiah: faHanukiah,\n faHardHat: faHardHat,\n faHashtag: faHashtag,\n faHatCowboy: faHatCowboy,\n faHatCowboySide: faHatCowboySide,\n faHatWizard: faHatWizard,\n faHaykal: faHaykal,\n faHdd: faHdd,\n faHeading: faHeading,\n faHeadphones: faHeadphones,\n faHeadphonesAlt: faHeadphonesAlt,\n faHeadset: faHeadset,\n faHeart: faHeart,\n faHeartBroken: faHeartBroken,\n faHeartbeat: faHeartbeat,\n faHelicopter: faHelicopter,\n faHighlighter: faHighlighter,\n faHiking: faHiking,\n faHippo: faHippo,\n faHistory: faHistory,\n faHockeyPuck: faHockeyPuck,\n faHollyBerry: faHollyBerry,\n faHome: faHome,\n faHorse: faHorse,\n faHorseHead: faHorseHead,\n faHospital: faHospital,\n faHospitalAlt: faHospitalAlt,\n faHospitalSymbol: faHospitalSymbol,\n faHotTub: faHotTub,\n faHotdog: faHotdog,\n faHotel: faHotel,\n faHourglass: faHourglass,\n faHourglassEnd: faHourglassEnd,\n faHourglassHalf: faHourglassHalf,\n faHourglassStart: faHourglassStart,\n faHouseDamage: faHouseDamage,\n faHryvnia: faHryvnia,\n faICursor: faICursor,\n faIceCream: faIceCream,\n faIcicles: faIcicles,\n faIcons: faIcons,\n faIdBadge: faIdBadge,\n faIdCard: faIdCard,\n faIdCardAlt: faIdCardAlt,\n faIgloo: faIgloo,\n faImage: faImage,\n faImages: faImages,\n faInbox: faInbox,\n faIndent: faIndent,\n faIndustry: faIndustry,\n faInfinity: faInfinity,\n faInfo: faInfo,\n faInfoCircle: faInfoCircle,\n faItalic: faItalic,\n faJedi: faJedi,\n faJoint: faJoint,\n faJournalWhills: faJournalWhills,\n faKaaba: faKaaba,\n faKey: faKey,\n faKeyboard: faKeyboard,\n faKhanda: faKhanda,\n faKiss: faKiss,\n faKissBeam: faKissBeam,\n faKissWinkHeart: faKissWinkHeart,\n faKiwiBird: faKiwiBird,\n faLandmark: faLandmark,\n faLanguage: faLanguage,\n faLaptop: faLaptop,\n faLaptopCode: faLaptopCode,\n faLaptopMedical: faLaptopMedical,\n faLaugh: faLaugh,\n faLaughBeam: faLaughBeam,\n faLaughSquint: faLaughSquint,\n faLaughWink: faLaughWink,\n faLayerGroup: faLayerGroup,\n faLeaf: faLeaf,\n faLemon: faLemon,\n faLessThan: faLessThan,\n faLessThanEqual: faLessThanEqual,\n faLevelDownAlt: faLevelDownAlt,\n faLevelUpAlt: faLevelUpAlt,\n faLifeRing: faLifeRing,\n faLightbulb: faLightbulb,\n faLink: faLink,\n faLiraSign: faLiraSign,\n faList: faList,\n faListAlt: faListAlt,\n faListOl: faListOl,\n faListUl: faListUl,\n faLocationArrow: faLocationArrow,\n faLock: faLock,\n faLockOpen: faLockOpen,\n faLongArrowAltDown: faLongArrowAltDown,\n faLongArrowAltLeft: faLongArrowAltLeft,\n faLongArrowAltRight: faLongArrowAltRight,\n faLongArrowAltUp: faLongArrowAltUp,\n faLowVision: faLowVision,\n faLuggageCart: faLuggageCart,\n faMagic: faMagic,\n faMagnet: faMagnet,\n faMailBulk: faMailBulk,\n faMale: faMale,\n faMap: faMap,\n faMapMarked: faMapMarked,\n faMapMarkedAlt: faMapMarkedAlt,\n faMapMarker: faMapMarker,\n faMapMarkerAlt: faMapMarkerAlt,\n faMapPin: faMapPin,\n faMapSigns: faMapSigns,\n faMarker: faMarker,\n faMars: faMars,\n faMarsDouble: faMarsDouble,\n faMarsStroke: faMarsStroke,\n faMarsStrokeH: faMarsStrokeH,\n faMarsStrokeV: faMarsStrokeV,\n faMask: faMask,\n faMedal: faMedal,\n faMedkit: faMedkit,\n faMeh: faMeh,\n faMehBlank: faMehBlank,\n faMehRollingEyes: faMehRollingEyes,\n faMemory: faMemory,\n faMenorah: faMenorah,\n faMercury: faMercury,\n faMeteor: faMeteor,\n faMicrochip: faMicrochip,\n faMicrophone: faMicrophone,\n faMicrophoneAlt: faMicrophoneAlt,\n faMicrophoneAltSlash: faMicrophoneAltSlash,\n faMicrophoneSlash: faMicrophoneSlash,\n faMicroscope: faMicroscope,\n faMinus: faMinus,\n faMinusCircle: faMinusCircle,\n faMinusSquare: faMinusSquare,\n faMitten: faMitten,\n faMobile: faMobile,\n faMobileAlt: faMobileAlt,\n faMoneyBill: faMoneyBill,\n faMoneyBillAlt: faMoneyBillAlt,\n faMoneyBillWave: faMoneyBillWave,\n faMoneyBillWaveAlt: faMoneyBillWaveAlt,\n faMoneyCheck: faMoneyCheck,\n faMoneyCheckAlt: faMoneyCheckAlt,\n faMonument: faMonument,\n faMoon: faMoon,\n faMortarPestle: faMortarPestle,\n faMosque: faMosque,\n faMotorcycle: faMotorcycle,\n faMountain: faMountain,\n faMouse: faMouse,\n faMousePointer: faMousePointer,\n faMugHot: faMugHot,\n faMusic: faMusic,\n faNetworkWired: faNetworkWired,\n faNeuter: faNeuter,\n faNewspaper: faNewspaper,\n faNotEqual: faNotEqual,\n faNotesMedical: faNotesMedical,\n faObjectGroup: faObjectGroup,\n faObjectUngroup: faObjectUngroup,\n faOilCan: faOilCan,\n faOm: faOm,\n faOtter: faOtter,\n faOutdent: faOutdent,\n faPager: faPager,\n faPaintBrush: faPaintBrush,\n faPaintRoller: faPaintRoller,\n faPalette: faPalette,\n faPallet: faPallet,\n faPaperPlane: faPaperPlane,\n faPaperclip: faPaperclip,\n faParachuteBox: faParachuteBox,\n faParagraph: faParagraph,\n faParking: faParking,\n faPassport: faPassport,\n faPastafarianism: faPastafarianism,\n faPaste: faPaste,\n faPause: faPause,\n faPauseCircle: faPauseCircle,\n faPaw: faPaw,\n faPeace: faPeace,\n faPen: faPen,\n faPenAlt: faPenAlt,\n faPenFancy: faPenFancy,\n faPenNib: faPenNib,\n faPenSquare: faPenSquare,\n faPencilAlt: faPencilAlt,\n faPencilRuler: faPencilRuler,\n faPeopleCarry: faPeopleCarry,\n faPepperHot: faPepperHot,\n faPercent: faPercent,\n faPercentage: faPercentage,\n faPersonBooth: faPersonBooth,\n faPhone: faPhone,\n faPhoneAlt: faPhoneAlt,\n faPhoneSlash: faPhoneSlash,\n faPhoneSquare: faPhoneSquare,\n faPhoneSquareAlt: faPhoneSquareAlt,\n faPhoneVolume: faPhoneVolume,\n faPhotoVideo: faPhotoVideo,\n faPiggyBank: faPiggyBank,\n faPills: faPills,\n faPizzaSlice: faPizzaSlice,\n faPlaceOfWorship: faPlaceOfWorship,\n faPlane: faPlane,\n faPlaneArrival: faPlaneArrival,\n faPlaneDeparture: faPlaneDeparture,\n faPlay: faPlay,\n faPlayCircle: faPlayCircle,\n faPlug: faPlug,\n faPlus: faPlus,\n faPlusCircle: faPlusCircle,\n faPlusSquare: faPlusSquare,\n faPodcast: faPodcast,\n faPoll: faPoll,\n faPollH: faPollH,\n faPoo: faPoo,\n faPooStorm: faPooStorm,\n faPoop: faPoop,\n faPortrait: faPortrait,\n faPoundSign: faPoundSign,\n faPowerOff: faPowerOff,\n faPray: faPray,\n faPrayingHands: faPrayingHands,\n faPrescription: faPrescription,\n faPrescriptionBottle: faPrescriptionBottle,\n faPrescriptionBottleAlt: faPrescriptionBottleAlt,\n faPrint: faPrint,\n faProcedures: faProcedures,\n faProjectDiagram: faProjectDiagram,\n faPuzzlePiece: faPuzzlePiece,\n faQrcode: faQrcode,\n faQuestion: faQuestion,\n faQuestionCircle: faQuestionCircle,\n faQuidditch: faQuidditch,\n faQuoteLeft: faQuoteLeft,\n faQuoteRight: faQuoteRight,\n faQuran: faQuran,\n faRadiation: faRadiation,\n faRadiationAlt: faRadiationAlt,\n faRainbow: faRainbow,\n faRandom: faRandom,\n faReceipt: faReceipt,\n faRecordVinyl: faRecordVinyl,\n faRecycle: faRecycle,\n faRedo: faRedo,\n faRedoAlt: faRedoAlt,\n faRegistered: faRegistered,\n faRemoveFormat: faRemoveFormat,\n faReply: faReply,\n faReplyAll: faReplyAll,\n faRepublican: faRepublican,\n faRestroom: faRestroom,\n faRetweet: faRetweet,\n faRibbon: faRibbon,\n faRing: faRing,\n faRoad: faRoad,\n faRobot: faRobot,\n faRocket: faRocket,\n faRoute: faRoute,\n faRss: faRss,\n faRssSquare: faRssSquare,\n faRubleSign: faRubleSign,\n faRuler: faRuler,\n faRulerCombined: faRulerCombined,\n faRulerHorizontal: faRulerHorizontal,\n faRulerVertical: faRulerVertical,\n faRunning: faRunning,\n faRupeeSign: faRupeeSign,\n faSadCry: faSadCry,\n faSadTear: faSadTear,\n faSatellite: faSatellite,\n faSatelliteDish: faSatelliteDish,\n faSave: faSave,\n faSchool: faSchool,\n faScrewdriver: faScrewdriver,\n faScroll: faScroll,\n faSdCard: faSdCard,\n faSearch: faSearch,\n faSearchDollar: faSearchDollar,\n faSearchLocation: faSearchLocation,\n faSearchMinus: faSearchMinus,\n faSearchPlus: faSearchPlus,\n faSeedling: faSeedling,\n faServer: faServer,\n faShapes: faShapes,\n faShare: faShare,\n faShareAlt: faShareAlt,\n faShareAltSquare: faShareAltSquare,\n faShareSquare: faShareSquare,\n faShekelSign: faShekelSign,\n faShieldAlt: faShieldAlt,\n faShip: faShip,\n faShippingFast: faShippingFast,\n faShoePrints: faShoePrints,\n faShoppingBag: faShoppingBag,\n faShoppingBasket: faShoppingBasket,\n faShoppingCart: faShoppingCart,\n faShower: faShower,\n faShuttleVan: faShuttleVan,\n faSign: faSign,\n faSignInAlt: faSignInAlt,\n faSignLanguage: faSignLanguage,\n faSignOutAlt: faSignOutAlt,\n faSignal: faSignal,\n faSignature: faSignature,\n faSimCard: faSimCard,\n faSitemap: faSitemap,\n faSkating: faSkating,\n faSkiing: faSkiing,\n faSkiingNordic: faSkiingNordic,\n faSkull: faSkull,\n faSkullCrossbones: faSkullCrossbones,\n faSlash: faSlash,\n faSleigh: faSleigh,\n faSlidersH: faSlidersH,\n faSmile: faSmile,\n faSmileBeam: faSmileBeam,\n faSmileWink: faSmileWink,\n faSmog: faSmog,\n faSmoking: faSmoking,\n faSmokingBan: faSmokingBan,\n faSms: faSms,\n faSnowboarding: faSnowboarding,\n faSnowflake: faSnowflake,\n faSnowman: faSnowman,\n faSnowplow: faSnowplow,\n faSocks: faSocks,\n faSolarPanel: faSolarPanel,\n faSort: faSort,\n faSortAlphaDown: faSortAlphaDown,\n faSortAlphaDownAlt: faSortAlphaDownAlt,\n faSortAlphaUp: faSortAlphaUp,\n faSortAlphaUpAlt: faSortAlphaUpAlt,\n faSortAmountDown: faSortAmountDown,\n faSortAmountDownAlt: faSortAmountDownAlt,\n faSortAmountUp: faSortAmountUp,\n faSortAmountUpAlt: faSortAmountUpAlt,\n faSortDown: faSortDown,\n faSortNumericDown: faSortNumericDown,\n faSortNumericDownAlt: faSortNumericDownAlt,\n faSortNumericUp: faSortNumericUp,\n faSortNumericUpAlt: faSortNumericUpAlt,\n faSortUp: faSortUp,\n faSpa: faSpa,\n faSpaceShuttle: faSpaceShuttle,\n faSpellCheck: faSpellCheck,\n faSpider: faSpider,\n faSpinner: faSpinner,\n faSplotch: faSplotch,\n faSprayCan: faSprayCan,\n faSquare: faSquare,\n faSquareFull: faSquareFull,\n faSquareRootAlt: faSquareRootAlt,\n faStamp: faStamp,\n faStar: faStar,\n faStarAndCrescent: faStarAndCrescent,\n faStarHalf: faStarHalf,\n faStarHalfAlt: faStarHalfAlt,\n faStarOfDavid: faStarOfDavid,\n faStarOfLife: faStarOfLife,\n faStepBackward: faStepBackward,\n faStepForward: faStepForward,\n faStethoscope: faStethoscope,\n faStickyNote: faStickyNote,\n faStop: faStop,\n faStopCircle: faStopCircle,\n faStopwatch: faStopwatch,\n faStore: faStore,\n faStoreAlt: faStoreAlt,\n faStream: faStream,\n faStreetView: faStreetView,\n faStrikethrough: faStrikethrough,\n faStroopwafel: faStroopwafel,\n faSubscript: faSubscript,\n faSubway: faSubway,\n faSuitcase: faSuitcase,\n faSuitcaseRolling: faSuitcaseRolling,\n faSun: faSun,\n faSuperscript: faSuperscript,\n faSurprise: faSurprise,\n faSwatchbook: faSwatchbook,\n faSwimmer: faSwimmer,\n faSwimmingPool: faSwimmingPool,\n faSynagogue: faSynagogue,\n faSync: faSync,\n faSyncAlt: faSyncAlt,\n faSyringe: faSyringe,\n faTable: faTable,\n faTableTennis: faTableTennis,\n faTablet: faTablet,\n faTabletAlt: faTabletAlt,\n faTablets: faTablets,\n faTachometerAlt: faTachometerAlt,\n faTag: faTag,\n faTags: faTags,\n faTape: faTape,\n faTasks: faTasks,\n faTaxi: faTaxi,\n faTeeth: faTeeth,\n faTeethOpen: faTeethOpen,\n faTemperatureHigh: faTemperatureHigh,\n faTemperatureLow: faTemperatureLow,\n faTenge: faTenge,\n faTerminal: faTerminal,\n faTextHeight: faTextHeight,\n faTextWidth: faTextWidth,\n faTh: faTh,\n faThLarge: faThLarge,\n faThList: faThList,\n faTheaterMasks: faTheaterMasks,\n faThermometer: faThermometer,\n faThermometerEmpty: faThermometerEmpty,\n faThermometerFull: faThermometerFull,\n faThermometerHalf: faThermometerHalf,\n faThermometerQuarter: faThermometerQuarter,\n faThermometerThreeQuarters: faThermometerThreeQuarters,\n faThumbsDown: faThumbsDown,\n faThumbsUp: faThumbsUp,\n faThumbtack: faThumbtack,\n faTicketAlt: faTicketAlt,\n faTimes: faTimes,\n faTimesCircle: faTimesCircle,\n faTint: faTint,\n faTintSlash: faTintSlash,\n faTired: faTired,\n faToggleOff: faToggleOff,\n faToggleOn: faToggleOn,\n faToilet: faToilet,\n faToiletPaper: faToiletPaper,\n faToolbox: faToolbox,\n faTools: faTools,\n faTooth: faTooth,\n faTorah: faTorah,\n faToriiGate: faToriiGate,\n faTractor: faTractor,\n faTrademark: faTrademark,\n faTrafficLight: faTrafficLight,\n faTrain: faTrain,\n faTram: faTram,\n faTransgender: faTransgender,\n faTransgenderAlt: faTransgenderAlt,\n faTrash: faTrash,\n faTrashAlt: faTrashAlt,\n faTrashRestore: faTrashRestore,\n faTrashRestoreAlt: faTrashRestoreAlt,\n faTree: faTree,\n faTrophy: faTrophy,\n faTruck: faTruck,\n faTruckLoading: faTruckLoading,\n faTruckMonster: faTruckMonster,\n faTruckMoving: faTruckMoving,\n faTruckPickup: faTruckPickup,\n faTshirt: faTshirt,\n faTty: faTty,\n faTv: faTv,\n faUmbrella: faUmbrella,\n faUmbrellaBeach: faUmbrellaBeach,\n faUnderline: faUnderline,\n faUndo: faUndo,\n faUndoAlt: faUndoAlt,\n faUniversalAccess: faUniversalAccess,\n faUniversity: faUniversity,\n faUnlink: faUnlink,\n faUnlock: faUnlock,\n faUnlockAlt: faUnlockAlt,\n faUpload: faUpload,\n faUser: faUser,\n faUserAlt: faUserAlt,\n faUserAltSlash: faUserAltSlash,\n faUserAstronaut: faUserAstronaut,\n faUserCheck: faUserCheck,\n faUserCircle: faUserCircle,\n faUserClock: faUserClock,\n faUserCog: faUserCog,\n faUserEdit: faUserEdit,\n faUserFriends: faUserFriends,\n faUserGraduate: faUserGraduate,\n faUserInjured: faUserInjured,\n faUserLock: faUserLock,\n faUserMd: faUserMd,\n faUserMinus: faUserMinus,\n faUserNinja: faUserNinja,\n faUserNurse: faUserNurse,\n faUserPlus: faUserPlus,\n faUserSecret: faUserSecret,\n faUserShield: faUserShield,\n faUserSlash: faUserSlash,\n faUserTag: faUserTag,\n faUserTie: faUserTie,\n faUserTimes: faUserTimes,\n faUsers: faUsers,\n faUsersCog: faUsersCog,\n faUtensilSpoon: faUtensilSpoon,\n faUtensils: faUtensils,\n faVectorSquare: faVectorSquare,\n faVenus: faVenus,\n faVenusDouble: faVenusDouble,\n faVenusMars: faVenusMars,\n faVial: faVial,\n faVials: faVials,\n faVideo: faVideo,\n faVideoSlash: faVideoSlash,\n faVihara: faVihara,\n faVoicemail: faVoicemail,\n faVolleyballBall: faVolleyballBall,\n faVolumeDown: faVolumeDown,\n faVolumeMute: faVolumeMute,\n faVolumeOff: faVolumeOff,\n faVolumeUp: faVolumeUp,\n faVoteYea: faVoteYea,\n faVrCardboard: faVrCardboard,\n faWalking: faWalking,\n faWallet: faWallet,\n faWarehouse: faWarehouse,\n faWater: faWater,\n faWaveSquare: faWaveSquare,\n faWeight: faWeight,\n faWeightHanging: faWeightHanging,\n faWheelchair: faWheelchair,\n faWifi: faWifi,\n faWind: faWind,\n faWindowClose: faWindowClose,\n faWindowMaximize: faWindowMaximize,\n faWindowMinimize: faWindowMinimize,\n faWindowRestore: faWindowRestore,\n faWineBottle: faWineBottle,\n faWineGlass: faWineGlass,\n faWineGlassAlt: faWineGlassAlt,\n faWonSign: faWonSign,\n faWrench: faWrench,\n faXRay: faXRay,\n faYenSign: faYenSign,\n faYinYang: faYinYang\n};\n\nexport { _iconsCache as fas, prefix, faAd, faAddressBook, faAddressCard, faAdjust, faAirFreshener, faAlignCenter, faAlignJustify, faAlignLeft, faAlignRight, faAllergies, faAmbulance, faAmericanSignLanguageInterpreting, faAnchor, faAngleDoubleDown, faAngleDoubleLeft, faAngleDoubleRight, faAngleDoubleUp, faAngleDown, faAngleLeft, faAngleRight, faAngleUp, faAngry, faAnkh, faAppleAlt, faArchive, faArchway, faArrowAltCircleDown, faArrowAltCircleLeft, faArrowAltCircleRight, faArrowAltCircleUp, faArrowCircleDown, faArrowCircleLeft, faArrowCircleRight, faArrowCircleUp, faArrowDown, faArrowLeft, faArrowRight, faArrowUp, faArrowsAlt, faArrowsAltH, faArrowsAltV, faAssistiveListeningSystems, faAsterisk, faAt, faAtlas, faAtom, faAudioDescription, faAward, faBaby, faBabyCarriage, faBackspace, faBackward, faBacon, faBalanceScale, faBalanceScaleLeft, faBalanceScaleRight, faBan, faBandAid, faBarcode, faBars, faBaseballBall, faBasketballBall, faBath, faBatteryEmpty, faBatteryFull, faBatteryHalf, faBatteryQuarter, faBatteryThreeQuarters, faBed, faBeer, faBell, faBellSlash, faBezierCurve, faBible, faBicycle, faBiking, faBinoculars, faBiohazard, faBirthdayCake, faBlender, faBlenderPhone, faBlind, faBlog, faBold, faBolt, faBomb, faBone, faBong, faBook, faBookDead, faBookMedical, faBookOpen, faBookReader, faBookmark, faBorderAll, faBorderNone, faBorderStyle, faBowlingBall, faBox, faBoxOpen, faBoxes, faBraille, faBrain, faBreadSlice, faBriefcase, faBriefcaseMedical, faBroadcastTower, faBroom, faBrush, faBug, faBuilding, faBullhorn, faBullseye, faBurn, faBus, faBusAlt, faBusinessTime, faCalculator, faCalendar, faCalendarAlt, faCalendarCheck, faCalendarDay, faCalendarMinus, faCalendarPlus, faCalendarTimes, faCalendarWeek, faCamera, faCameraRetro, faCampground, faCandyCane, faCannabis, faCapsules, faCar, faCarAlt, faCarBattery, faCarCrash, faCarSide, faCaretDown, faCaretLeft, faCaretRight, faCaretSquareDown, faCaretSquareLeft, faCaretSquareRight, faCaretSquareUp, faCaretUp, faCarrot, faCartArrowDown, faCartPlus, faCashRegister, faCat, faCertificate, faChair, faChalkboard, faChalkboardTeacher, faChargingStation, faChartArea, faChartBar, faChartLine, faChartPie, faCheck, faCheckCircle, faCheckDouble, faCheckSquare, faCheese, faChess, faChessBishop, faChessBoard, faChessKing, faChessKnight, faChessPawn, faChessQueen, faChessRook, faChevronCircleDown, faChevronCircleLeft, faChevronCircleRight, faChevronCircleUp, faChevronDown, faChevronLeft, faChevronRight, faChevronUp, faChild, faChurch, faCircle, faCircleNotch, faCity, faClinicMedical, faClipboard, faClipboardCheck, faClipboardList, faClock, faClone, faClosedCaptioning, faCloud, faCloudDownloadAlt, faCloudMeatball, faCloudMoon, faCloudMoonRain, faCloudRain, faCloudShowersHeavy, faCloudSun, faCloudSunRain, faCloudUploadAlt, faCocktail, faCode, faCodeBranch, faCoffee, faCog, faCogs, faCoins, faColumns, faComment, faCommentAlt, faCommentDollar, faCommentDots, faCommentMedical, faCommentSlash, faComments, faCommentsDollar, faCompactDisc, faCompass, faCompress, faCompressArrowsAlt, faConciergeBell, faCookie, faCookieBite, faCopy, faCopyright, faCouch, faCreditCard, faCrop, faCropAlt, faCross, faCrosshairs, faCrow, faCrown, faCrutch, faCube, faCubes, faCut, faDatabase, faDeaf, faDemocrat, faDesktop, faDharmachakra, faDiagnoses, faDice, faDiceD20, faDiceD6, faDiceFive, faDiceFour, faDiceOne, faDiceSix, faDiceThree, faDiceTwo, faDigitalTachograph, faDirections, faDivide, faDizzy, faDna, faDog, faDollarSign, faDolly, faDollyFlatbed, faDonate, faDoorClosed, faDoorOpen, faDotCircle, faDove, faDownload, faDraftingCompass, faDragon, faDrawPolygon, faDrum, faDrumSteelpan, faDrumstickBite, faDumbbell, faDumpster, faDumpsterFire, faDungeon, faEdit, faEgg, faEject, faEllipsisH, faEllipsisV, faEnvelope, faEnvelopeOpen, faEnvelopeOpenText, faEnvelopeSquare, faEquals, faEraser, faEthernet, faEuroSign, faExchangeAlt, faExclamation, faExclamationCircle, faExclamationTriangle, faExpand, faExpandArrowsAlt, faExternalLinkAlt, faExternalLinkSquareAlt, faEye, faEyeDropper, faEyeSlash, faFan, faFastBackward, faFastForward, faFax, faFeather, faFeatherAlt, faFemale, faFighterJet, faFile, faFileAlt, faFileArchive, faFileAudio, faFileCode, faFileContract, faFileCsv, faFileDownload, faFileExcel, faFileExport, faFileImage, faFileImport, faFileInvoice, faFileInvoiceDollar, faFileMedical, faFileMedicalAlt, faFilePdf, faFilePowerpoint, faFilePrescription, faFileSignature, faFileUpload, faFileVideo, faFileWord, faFill, faFillDrip, faFilm, faFilter, faFingerprint, faFire, faFireAlt, faFireExtinguisher, faFirstAid, faFish, faFistRaised, faFlag, faFlagCheckered, faFlagUsa, faFlask, faFlushed, faFolder, faFolderMinus, faFolderOpen, faFolderPlus, faFont, faFontAwesomeLogoFull, faFootballBall, faForward, faFrog, faFrown, faFrownOpen, faFunnelDollar, faFutbol, faGamepad, faGasPump, faGavel, faGem, faGenderless, faGhost, faGift, faGifts, faGlassCheers, faGlassMartini, faGlassMartiniAlt, faGlassWhiskey, faGlasses, faGlobe, faGlobeAfrica, faGlobeAmericas, faGlobeAsia, faGlobeEurope, faGolfBall, faGopuram, faGraduationCap, faGreaterThan, faGreaterThanEqual, faGrimace, faGrin, faGrinAlt, faGrinBeam, faGrinBeamSweat, faGrinHearts, faGrinSquint, faGrinSquintTears, faGrinStars, faGrinTears, faGrinTongue, faGrinTongueSquint, faGrinTongueWink, faGrinWink, faGripHorizontal, faGripLines, faGripLinesVertical, faGripVertical, faGuitar, faHSquare, faHamburger, faHammer, faHamsa, faHandHolding, faHandHoldingHeart, faHandHoldingUsd, faHandLizard, faHandMiddleFinger, faHandPaper, faHandPeace, faHandPointDown, faHandPointLeft, faHandPointRight, faHandPointUp, faHandPointer, faHandRock, faHandScissors, faHandSpock, faHands, faHandsHelping, faHandshake, faHanukiah, faHardHat, faHashtag, faHatCowboy, faHatCowboySide, faHatWizard, faHaykal, faHdd, faHeading, faHeadphones, faHeadphonesAlt, faHeadset, faHeart, faHeartBroken, faHeartbeat, faHelicopter, faHighlighter, faHiking, faHippo, faHistory, faHockeyPuck, faHollyBerry, faHome, faHorse, faHorseHead, faHospital, faHospitalAlt, faHospitalSymbol, faHotTub, faHotdog, faHotel, faHourglass, faHourglassEnd, faHourglassHalf, faHourglassStart, faHouseDamage, faHryvnia, faICursor, faIceCream, faIcicles, faIcons, faIdBadge, faIdCard, faIdCardAlt, faIgloo, faImage, faImages, faInbox, faIndent, faIndustry, faInfinity, faInfo, faInfoCircle, faItalic, faJedi, faJoint, faJournalWhills, faKaaba, faKey, faKeyboard, faKhanda, faKiss, faKissBeam, faKissWinkHeart, faKiwiBird, faLandmark, faLanguage, faLaptop, faLaptopCode, faLaptopMedical, faLaugh, faLaughBeam, faLaughSquint, faLaughWink, faLayerGroup, faLeaf, faLemon, faLessThan, faLessThanEqual, faLevelDownAlt, faLevelUpAlt, faLifeRing, faLightbulb, faLink, faLiraSign, faList, faListAlt, faListOl, faListUl, faLocationArrow, faLock, faLockOpen, faLongArrowAltDown, faLongArrowAltLeft, faLongArrowAltRight, faLongArrowAltUp, faLowVision, faLuggageCart, faMagic, faMagnet, faMailBulk, faMale, faMap, faMapMarked, faMapMarkedAlt, faMapMarker, faMapMarkerAlt, faMapPin, faMapSigns, faMarker, faMars, faMarsDouble, faMarsStroke, faMarsStrokeH, faMarsStrokeV, faMask, faMedal, faMedkit, faMeh, faMehBlank, faMehRollingEyes, faMemory, faMenorah, faMercury, faMeteor, faMicrochip, faMicrophone, faMicrophoneAlt, faMicrophoneAltSlash, faMicrophoneSlash, faMicroscope, faMinus, faMinusCircle, faMinusSquare, faMitten, faMobile, faMobileAlt, faMoneyBill, faMoneyBillAlt, faMoneyBillWave, faMoneyBillWaveAlt, faMoneyCheck, faMoneyCheckAlt, faMonument, faMoon, faMortarPestle, faMosque, faMotorcycle, faMountain, faMouse, faMousePointer, faMugHot, faMusic, faNetworkWired, faNeuter, faNewspaper, faNotEqual, faNotesMedical, faObjectGroup, faObjectUngroup, faOilCan, faOm, faOtter, faOutdent, faPager, faPaintBrush, faPaintRoller, faPalette, faPallet, faPaperPlane, faPaperclip, faParachuteBox, faParagraph, faParking, faPassport, faPastafarianism, faPaste, faPause, faPauseCircle, faPaw, faPeace, faPen, faPenAlt, faPenFancy, faPenNib, faPenSquare, faPencilAlt, faPencilRuler, faPeopleCarry, faPepperHot, faPercent, faPercentage, faPersonBooth, faPhone, faPhoneAlt, faPhoneSlash, faPhoneSquare, faPhoneSquareAlt, faPhoneVolume, faPhotoVideo, faPiggyBank, faPills, faPizzaSlice, faPlaceOfWorship, faPlane, faPlaneArrival, faPlaneDeparture, faPlay, faPlayCircle, faPlug, faPlus, faPlusCircle, faPlusSquare, faPodcast, faPoll, faPollH, faPoo, faPooStorm, faPoop, faPortrait, faPoundSign, faPowerOff, faPray, faPrayingHands, faPrescription, faPrescriptionBottle, faPrescriptionBottleAlt, faPrint, faProcedures, faProjectDiagram, faPuzzlePiece, faQrcode, faQuestion, faQuestionCircle, faQuidditch, faQuoteLeft, faQuoteRight, faQuran, faRadiation, faRadiationAlt, faRainbow, faRandom, faReceipt, faRecordVinyl, faRecycle, faRedo, faRedoAlt, faRegistered, faRemoveFormat, faReply, faReplyAll, faRepublican, faRestroom, faRetweet, faRibbon, faRing, faRoad, faRobot, faRocket, faRoute, faRss, faRssSquare, faRubleSign, faRuler, faRulerCombined, faRulerHorizontal, faRulerVertical, faRunning, faRupeeSign, faSadCry, faSadTear, faSatellite, faSatelliteDish, faSave, faSchool, faScrewdriver, faScroll, faSdCard, faSearch, faSearchDollar, faSearchLocation, faSearchMinus, faSearchPlus, faSeedling, faServer, faShapes, faShare, faShareAlt, faShareAltSquare, faShareSquare, faShekelSign, faShieldAlt, faShip, faShippingFast, faShoePrints, faShoppingBag, faShoppingBasket, faShoppingCart, faShower, faShuttleVan, faSign, faSignInAlt, faSignLanguage, faSignOutAlt, faSignal, faSignature, faSimCard, faSitemap, faSkating, faSkiing, faSkiingNordic, faSkull, faSkullCrossbones, faSlash, faSleigh, faSlidersH, faSmile, faSmileBeam, faSmileWink, faSmog, faSmoking, faSmokingBan, faSms, faSnowboarding, faSnowflake, faSnowman, faSnowplow, faSocks, faSolarPanel, faSort, faSortAlphaDown, faSortAlphaDownAlt, faSortAlphaUp, faSortAlphaUpAlt, faSortAmountDown, faSortAmountDownAlt, faSortAmountUp, faSortAmountUpAlt, faSortDown, faSortNumericDown, faSortNumericDownAlt, faSortNumericUp, faSortNumericUpAlt, faSortUp, faSpa, faSpaceShuttle, faSpellCheck, faSpider, faSpinner, faSplotch, faSprayCan, faSquare, faSquareFull, faSquareRootAlt, faStamp, faStar, faStarAndCrescent, faStarHalf, faStarHalfAlt, faStarOfDavid, faStarOfLife, faStepBackward, faStepForward, faStethoscope, faStickyNote, faStop, faStopCircle, faStopwatch, faStore, faStoreAlt, faStream, faStreetView, faStrikethrough, faStroopwafel, faSubscript, faSubway, faSuitcase, faSuitcaseRolling, faSun, faSuperscript, faSurprise, faSwatchbook, faSwimmer, faSwimmingPool, faSynagogue, faSync, faSyncAlt, faSyringe, faTable, faTableTennis, faTablet, faTabletAlt, faTablets, faTachometerAlt, faTag, faTags, faTape, faTasks, faTaxi, faTeeth, faTeethOpen, faTemperatureHigh, faTemperatureLow, faTenge, faTerminal, faTextHeight, faTextWidth, faTh, faThLarge, faThList, faTheaterMasks, faThermometer, faThermometerEmpty, faThermometerFull, faThermometerHalf, faThermometerQuarter, faThermometerThreeQuarters, faThumbsDown, faThumbsUp, faThumbtack, faTicketAlt, faTimes, faTimesCircle, faTint, faTintSlash, faTired, faToggleOff, faToggleOn, faToilet, faToiletPaper, faToolbox, faTools, faTooth, faTorah, faToriiGate, faTractor, faTrademark, faTrafficLight, faTrain, faTram, faTransgender, faTransgenderAlt, faTrash, faTrashAlt, faTrashRestore, faTrashRestoreAlt, faTree, faTrophy, faTruck, faTruckLoading, faTruckMonster, faTruckMoving, faTruckPickup, faTshirt, faTty, faTv, faUmbrella, faUmbrellaBeach, faUnderline, faUndo, faUndoAlt, faUniversalAccess, faUniversity, faUnlink, faUnlock, faUnlockAlt, faUpload, faUser, faUserAlt, faUserAltSlash, faUserAstronaut, faUserCheck, faUserCircle, faUserClock, faUserCog, faUserEdit, faUserFriends, faUserGraduate, faUserInjured, faUserLock, faUserMd, faUserMinus, faUserNinja, faUserNurse, faUserPlus, faUserSecret, faUserShield, faUserSlash, faUserTag, faUserTie, faUserTimes, faUsers, faUsersCog, faUtensilSpoon, faUtensils, faVectorSquare, faVenus, faVenusDouble, faVenusMars, faVial, faVials, faVideo, faVideoSlash, faVihara, faVoicemail, faVolleyballBall, faVolumeDown, faVolumeMute, faVolumeOff, faVolumeUp, faVoteYea, faVrCardboard, faWalking, faWallet, faWarehouse, faWater, faWaveSquare, faWeight, faWeightHanging, faWheelchair, faWifi, faWind, faWindowClose, faWindowMaximize, faWindowMinimize, faWindowRestore, faWineBottle, faWineGlass, faWineGlassAlt, faWonSign, faWrench, faXRay, faYenSign, faYinYang };\n","/*! Hammer.JS - v2.0.7 - 2016-04-22\n * http://hammerjs.github.io/\n *\n * Copyright (c) 2016 Jorik Tangelder;\n * Licensed under the MIT license */\n(function(window, document, exportName, undefined) {\n 'use strict';\n\nvar VENDOR_PREFIXES = ['', 'webkit', 'Moz', 'MS', 'ms', 'o'];\nvar TEST_ELEMENT = document.createElement('div');\n\nvar TYPE_FUNCTION = 'function';\n\nvar round = Math.round;\nvar abs = Math.abs;\nvar now = Date.now;\n\n/**\n * set a timeout with a given scope\n * @param {Function} fn\n * @param {Number} timeout\n * @param {Object} context\n * @returns {number}\n */\nfunction setTimeoutContext(fn, timeout, context) {\n return setTimeout(bindFn(fn, context), timeout);\n}\n\n/**\n * if the argument is an array, we want to execute the fn on each entry\n * if it aint an array we don't want to do a thing.\n * this is used by all the methods that accept a single and array argument.\n * @param {*|Array} arg\n * @param {String} fn\n * @param {Object} [context]\n * @returns {Boolean}\n */\nfunction invokeArrayArg(arg, fn, context) {\n if (Array.isArray(arg)) {\n each(arg, context[fn], context);\n return true;\n }\n return false;\n}\n\n/**\n * walk objects and arrays\n * @param {Object} obj\n * @param {Function} iterator\n * @param {Object} context\n */\nfunction each(obj, iterator, context) {\n var i;\n\n if (!obj) {\n return;\n }\n\n if (obj.forEach) {\n obj.forEach(iterator, context);\n } else if (obj.length !== undefined) {\n i = 0;\n while (i < obj.length) {\n iterator.call(context, obj[i], i, obj);\n i++;\n }\n } else {\n for (i in obj) {\n obj.hasOwnProperty(i) && iterator.call(context, obj[i], i, obj);\n }\n }\n}\n\n/**\n * wrap a method with a deprecation warning and stack trace\n * @param {Function} method\n * @param {String} name\n * @param {String} message\n * @returns {Function} A new function wrapping the supplied method.\n */\nfunction deprecate(method, name, message) {\n var deprecationMessage = 'DEPRECATED METHOD: ' + name + '\\n' + message + ' AT \\n';\n return function() {\n var e = new Error('get-stack-trace');\n var stack = e && e.stack ? e.stack.replace(/^[^\\(]+?[\\n$]/gm, '')\n .replace(/^\\s+at\\s+/gm, '')\n .replace(/^Object.\\s*\\(/gm, '{anonymous}()@') : 'Unknown Stack Trace';\n\n var log = window.console && (window.console.warn || window.console.log);\n if (log) {\n log.call(window.console, deprecationMessage, stack);\n }\n return method.apply(this, arguments);\n };\n}\n\n/**\n * extend object.\n * means that properties in dest will be overwritten by the ones in src.\n * @param {Object} target\n * @param {...Object} objects_to_assign\n * @returns {Object} target\n */\nvar assign;\nif (typeof Object.assign !== 'function') {\n assign = function assign(target) {\n if (target === undefined || target === null) {\n throw new TypeError('Cannot convert undefined or null to object');\n }\n\n var output = Object(target);\n for (var index = 1; index < arguments.length; index++) {\n var source = arguments[index];\n if (source !== undefined && source !== null) {\n for (var nextKey in source) {\n if (source.hasOwnProperty(nextKey)) {\n output[nextKey] = source[nextKey];\n }\n }\n }\n }\n return output;\n };\n} else {\n assign = Object.assign;\n}\n\n/**\n * extend object.\n * means that properties in dest will be overwritten by the ones in src.\n * @param {Object} dest\n * @param {Object} src\n * @param {Boolean} [merge=false]\n * @returns {Object} dest\n */\nvar extend = deprecate(function extend(dest, src, merge) {\n var keys = Object.keys(src);\n var i = 0;\n while (i < keys.length) {\n if (!merge || (merge && dest[keys[i]] === undefined)) {\n dest[keys[i]] = src[keys[i]];\n }\n i++;\n }\n return dest;\n}, 'extend', 'Use `assign`.');\n\n/**\n * merge the values from src in the dest.\n * means that properties that exist in dest will not be overwritten by src\n * @param {Object} dest\n * @param {Object} src\n * @returns {Object} dest\n */\nvar merge = deprecate(function merge(dest, src) {\n return extend(dest, src, true);\n}, 'merge', 'Use `assign`.');\n\n/**\n * simple class inheritance\n * @param {Function} child\n * @param {Function} base\n * @param {Object} [properties]\n */\nfunction inherit(child, base, properties) {\n var baseP = base.prototype,\n childP;\n\n childP = child.prototype = Object.create(baseP);\n childP.constructor = child;\n childP._super = baseP;\n\n if (properties) {\n assign(childP, properties);\n }\n}\n\n/**\n * simple function bind\n * @param {Function} fn\n * @param {Object} context\n * @returns {Function}\n */\nfunction bindFn(fn, context) {\n return function boundFn() {\n return fn.apply(context, arguments);\n };\n}\n\n/**\n * let a boolean value also be a function that must return a boolean\n * this first item in args will be used as the context\n * @param {Boolean|Function} val\n * @param {Array} [args]\n * @returns {Boolean}\n */\nfunction boolOrFn(val, args) {\n if (typeof val == TYPE_FUNCTION) {\n return val.apply(args ? args[0] || undefined : undefined, args);\n }\n return val;\n}\n\n/**\n * use the val2 when val1 is undefined\n * @param {*} val1\n * @param {*} val2\n * @returns {*}\n */\nfunction ifUndefined(val1, val2) {\n return (val1 === undefined) ? val2 : val1;\n}\n\n/**\n * addEventListener with multiple events at once\n * @param {EventTarget} target\n * @param {String} types\n * @param {Function} handler\n */\nfunction addEventListeners(target, types, handler) {\n each(splitStr(types), function(type) {\n target.addEventListener(type, handler, false);\n });\n}\n\n/**\n * removeEventListener with multiple events at once\n * @param {EventTarget} target\n * @param {String} types\n * @param {Function} handler\n */\nfunction removeEventListeners(target, types, handler) {\n each(splitStr(types), function(type) {\n target.removeEventListener(type, handler, false);\n });\n}\n\n/**\n * find if a node is in the given parent\n * @method hasParent\n * @param {HTMLElement} node\n * @param {HTMLElement} parent\n * @return {Boolean} found\n */\nfunction hasParent(node, parent) {\n while (node) {\n if (node == parent) {\n return true;\n }\n node = node.parentNode;\n }\n return false;\n}\n\n/**\n * small indexOf wrapper\n * @param {String} str\n * @param {String} find\n * @returns {Boolean} found\n */\nfunction inStr(str, find) {\n return str.indexOf(find) > -1;\n}\n\n/**\n * split string on whitespace\n * @param {String} str\n * @returns {Array} words\n */\nfunction splitStr(str) {\n return str.trim().split(/\\s+/g);\n}\n\n/**\n * find if a array contains the object using indexOf or a simple polyFill\n * @param {Array} src\n * @param {String} find\n * @param {String} [findByKey]\n * @return {Boolean|Number} false when not found, or the index\n */\nfunction inArray(src, find, findByKey) {\n if (src.indexOf && !findByKey) {\n return src.indexOf(find);\n } else {\n var i = 0;\n while (i < src.length) {\n if ((findByKey && src[i][findByKey] == find) || (!findByKey && src[i] === find)) {\n return i;\n }\n i++;\n }\n return -1;\n }\n}\n\n/**\n * convert array-like objects to real arrays\n * @param {Object} obj\n * @returns {Array}\n */\nfunction toArray(obj) {\n return Array.prototype.slice.call(obj, 0);\n}\n\n/**\n * unique array with objects based on a key (like 'id') or just by the array's value\n * @param {Array} src [{id:1},{id:2},{id:1}]\n * @param {String} [key]\n * @param {Boolean} [sort=False]\n * @returns {Array} [{id:1},{id:2}]\n */\nfunction uniqueArray(src, key, sort) {\n var results = [];\n var values = [];\n var i = 0;\n\n while (i < src.length) {\n var val = key ? src[i][key] : src[i];\n if (inArray(values, val) < 0) {\n results.push(src[i]);\n }\n values[i] = val;\n i++;\n }\n\n if (sort) {\n if (!key) {\n results = results.sort();\n } else {\n results = results.sort(function sortUniqueArray(a, b) {\n return a[key] > b[key];\n });\n }\n }\n\n return results;\n}\n\n/**\n * get the prefixed property\n * @param {Object} obj\n * @param {String} property\n * @returns {String|Undefined} prefixed\n */\nfunction prefixed(obj, property) {\n var prefix, prop;\n var camelProp = property[0].toUpperCase() + property.slice(1);\n\n var i = 0;\n while (i < VENDOR_PREFIXES.length) {\n prefix = VENDOR_PREFIXES[i];\n prop = (prefix) ? prefix + camelProp : property;\n\n if (prop in obj) {\n return prop;\n }\n i++;\n }\n return undefined;\n}\n\n/**\n * get a unique id\n * @returns {number} uniqueId\n */\nvar _uniqueId = 1;\nfunction uniqueId() {\n return _uniqueId++;\n}\n\n/**\n * get the window object of an element\n * @param {HTMLElement} element\n * @returns {DocumentView|Window}\n */\nfunction getWindowForElement(element) {\n var doc = element.ownerDocument || element;\n return (doc.defaultView || doc.parentWindow || window);\n}\n\nvar MOBILE_REGEX = /mobile|tablet|ip(ad|hone|od)|android/i;\n\nvar SUPPORT_TOUCH = ('ontouchstart' in window);\nvar SUPPORT_POINTER_EVENTS = prefixed(window, 'PointerEvent') !== undefined;\nvar SUPPORT_ONLY_TOUCH = SUPPORT_TOUCH && MOBILE_REGEX.test(navigator.userAgent);\n\nvar INPUT_TYPE_TOUCH = 'touch';\nvar INPUT_TYPE_PEN = 'pen';\nvar INPUT_TYPE_MOUSE = 'mouse';\nvar INPUT_TYPE_KINECT = 'kinect';\n\nvar COMPUTE_INTERVAL = 25;\n\nvar INPUT_START = 1;\nvar INPUT_MOVE = 2;\nvar INPUT_END = 4;\nvar INPUT_CANCEL = 8;\n\nvar DIRECTION_NONE = 1;\nvar DIRECTION_LEFT = 2;\nvar DIRECTION_RIGHT = 4;\nvar DIRECTION_UP = 8;\nvar DIRECTION_DOWN = 16;\n\nvar DIRECTION_HORIZONTAL = DIRECTION_LEFT | DIRECTION_RIGHT;\nvar DIRECTION_VERTICAL = DIRECTION_UP | DIRECTION_DOWN;\nvar DIRECTION_ALL = DIRECTION_HORIZONTAL | DIRECTION_VERTICAL;\n\nvar PROPS_XY = ['x', 'y'];\nvar PROPS_CLIENT_XY = ['clientX', 'clientY'];\n\n/**\n * create new input type manager\n * @param {Manager} manager\n * @param {Function} callback\n * @returns {Input}\n * @constructor\n */\nfunction Input(manager, callback) {\n var self = this;\n this.manager = manager;\n this.callback = callback;\n this.element = manager.element;\n this.target = manager.options.inputTarget;\n\n // smaller wrapper around the handler, for the scope and the enabled state of the manager,\n // so when disabled the input events are completely bypassed.\n this.domHandler = function(ev) {\n if (boolOrFn(manager.options.enable, [manager])) {\n self.handler(ev);\n }\n };\n\n this.init();\n\n}\n\nInput.prototype = {\n /**\n * should handle the inputEvent data and trigger the callback\n * @virtual\n */\n handler: function() { },\n\n /**\n * bind the events\n */\n init: function() {\n this.evEl && addEventListeners(this.element, this.evEl, this.domHandler);\n this.evTarget && addEventListeners(this.target, this.evTarget, this.domHandler);\n this.evWin && addEventListeners(getWindowForElement(this.element), this.evWin, this.domHandler);\n },\n\n /**\n * unbind the events\n */\n destroy: function() {\n this.evEl && removeEventListeners(this.element, this.evEl, this.domHandler);\n this.evTarget && removeEventListeners(this.target, this.evTarget, this.domHandler);\n this.evWin && removeEventListeners(getWindowForElement(this.element), this.evWin, this.domHandler);\n }\n};\n\n/**\n * create new input type manager\n * called by the Manager constructor\n * @param {Hammer} manager\n * @returns {Input}\n */\nfunction createInputInstance(manager) {\n var Type;\n var inputClass = manager.options.inputClass;\n\n if (inputClass) {\n Type = inputClass;\n } else if (SUPPORT_POINTER_EVENTS) {\n Type = PointerEventInput;\n } else if (SUPPORT_ONLY_TOUCH) {\n Type = TouchInput;\n } else if (!SUPPORT_TOUCH) {\n Type = MouseInput;\n } else {\n Type = TouchMouseInput;\n }\n return new (Type)(manager, inputHandler);\n}\n\n/**\n * handle input events\n * @param {Manager} manager\n * @param {String} eventType\n * @param {Object} input\n */\nfunction inputHandler(manager, eventType, input) {\n var pointersLen = input.pointers.length;\n var changedPointersLen = input.changedPointers.length;\n var isFirst = (eventType & INPUT_START && (pointersLen - changedPointersLen === 0));\n var isFinal = (eventType & (INPUT_END | INPUT_CANCEL) && (pointersLen - changedPointersLen === 0));\n\n input.isFirst = !!isFirst;\n input.isFinal = !!isFinal;\n\n if (isFirst) {\n manager.session = {};\n }\n\n // source event is the normalized value of the domEvents\n // like 'touchstart, mouseup, pointerdown'\n input.eventType = eventType;\n\n // compute scale, rotation etc\n computeInputData(manager, input);\n\n // emit secret event\n manager.emit('hammer.input', input);\n\n manager.recognize(input);\n manager.session.prevInput = input;\n}\n\n/**\n * extend the data with some usable properties like scale, rotate, velocity etc\n * @param {Object} manager\n * @param {Object} input\n */\nfunction computeInputData(manager, input) {\n var session = manager.session;\n var pointers = input.pointers;\n var pointersLength = pointers.length;\n\n // store the first input to calculate the distance and direction\n if (!session.firstInput) {\n session.firstInput = simpleCloneInputData(input);\n }\n\n // to compute scale and rotation we need to store the multiple touches\n if (pointersLength > 1 && !session.firstMultiple) {\n session.firstMultiple = simpleCloneInputData(input);\n } else if (pointersLength === 1) {\n session.firstMultiple = false;\n }\n\n var firstInput = session.firstInput;\n var firstMultiple = session.firstMultiple;\n var offsetCenter = firstMultiple ? firstMultiple.center : firstInput.center;\n\n var center = input.center = getCenter(pointers);\n input.timeStamp = now();\n input.deltaTime = input.timeStamp - firstInput.timeStamp;\n\n input.angle = getAngle(offsetCenter, center);\n input.distance = getDistance(offsetCenter, center);\n\n computeDeltaXY(session, input);\n input.offsetDirection = getDirection(input.deltaX, input.deltaY);\n\n var overallVelocity = getVelocity(input.deltaTime, input.deltaX, input.deltaY);\n input.overallVelocityX = overallVelocity.x;\n input.overallVelocityY = overallVelocity.y;\n input.overallVelocity = (abs(overallVelocity.x) > abs(overallVelocity.y)) ? overallVelocity.x : overallVelocity.y;\n\n input.scale = firstMultiple ? getScale(firstMultiple.pointers, pointers) : 1;\n input.rotation = firstMultiple ? getRotation(firstMultiple.pointers, pointers) : 0;\n\n input.maxPointers = !session.prevInput ? input.pointers.length : ((input.pointers.length >\n session.prevInput.maxPointers) ? input.pointers.length : session.prevInput.maxPointers);\n\n computeIntervalInputData(session, input);\n\n // find the correct target\n var target = manager.element;\n if (hasParent(input.srcEvent.target, target)) {\n target = input.srcEvent.target;\n }\n input.target = target;\n}\n\nfunction computeDeltaXY(session, input) {\n var center = input.center;\n var offset = session.offsetDelta || {};\n var prevDelta = session.prevDelta || {};\n var prevInput = session.prevInput || {};\n\n if (input.eventType === INPUT_START || prevInput.eventType === INPUT_END) {\n prevDelta = session.prevDelta = {\n x: prevInput.deltaX || 0,\n y: prevInput.deltaY || 0\n };\n\n offset = session.offsetDelta = {\n x: center.x,\n y: center.y\n };\n }\n\n input.deltaX = prevDelta.x + (center.x - offset.x);\n input.deltaY = prevDelta.y + (center.y - offset.y);\n}\n\n/**\n * velocity is calculated every x ms\n * @param {Object} session\n * @param {Object} input\n */\nfunction computeIntervalInputData(session, input) {\n var last = session.lastInterval || input,\n deltaTime = input.timeStamp - last.timeStamp,\n velocity, velocityX, velocityY, direction;\n\n if (input.eventType != INPUT_CANCEL && (deltaTime > COMPUTE_INTERVAL || last.velocity === undefined)) {\n var deltaX = input.deltaX - last.deltaX;\n var deltaY = input.deltaY - last.deltaY;\n\n var v = getVelocity(deltaTime, deltaX, deltaY);\n velocityX = v.x;\n velocityY = v.y;\n velocity = (abs(v.x) > abs(v.y)) ? v.x : v.y;\n direction = getDirection(deltaX, deltaY);\n\n session.lastInterval = input;\n } else {\n // use latest velocity info if it doesn't overtake a minimum period\n velocity = last.velocity;\n velocityX = last.velocityX;\n velocityY = last.velocityY;\n direction = last.direction;\n }\n\n input.velocity = velocity;\n input.velocityX = velocityX;\n input.velocityY = velocityY;\n input.direction = direction;\n}\n\n/**\n * create a simple clone from the input used for storage of firstInput and firstMultiple\n * @param {Object} input\n * @returns {Object} clonedInputData\n */\nfunction simpleCloneInputData(input) {\n // make a simple copy of the pointers because we will get a reference if we don't\n // we only need clientXY for the calculations\n var pointers = [];\n var i = 0;\n while (i < input.pointers.length) {\n pointers[i] = {\n clientX: round(input.pointers[i].clientX),\n clientY: round(input.pointers[i].clientY)\n };\n i++;\n }\n\n return {\n timeStamp: now(),\n pointers: pointers,\n center: getCenter(pointers),\n deltaX: input.deltaX,\n deltaY: input.deltaY\n };\n}\n\n/**\n * get the center of all the pointers\n * @param {Array} pointers\n * @return {Object} center contains `x` and `y` properties\n */\nfunction getCenter(pointers) {\n var pointersLength = pointers.length;\n\n // no need to loop when only one touch\n if (pointersLength === 1) {\n return {\n x: round(pointers[0].clientX),\n y: round(pointers[0].clientY)\n };\n }\n\n var x = 0, y = 0, i = 0;\n while (i < pointersLength) {\n x += pointers[i].clientX;\n y += pointers[i].clientY;\n i++;\n }\n\n return {\n x: round(x / pointersLength),\n y: round(y / pointersLength)\n };\n}\n\n/**\n * calculate the velocity between two points. unit is in px per ms.\n * @param {Number} deltaTime\n * @param {Number} x\n * @param {Number} y\n * @return {Object} velocity `x` and `y`\n */\nfunction getVelocity(deltaTime, x, y) {\n return {\n x: x / deltaTime || 0,\n y: y / deltaTime || 0\n };\n}\n\n/**\n * get the direction between two points\n * @param {Number} x\n * @param {Number} y\n * @return {Number} direction\n */\nfunction getDirection(x, y) {\n if (x === y) {\n return DIRECTION_NONE;\n }\n\n if (abs(x) >= abs(y)) {\n return x < 0 ? DIRECTION_LEFT : DIRECTION_RIGHT;\n }\n return y < 0 ? DIRECTION_UP : DIRECTION_DOWN;\n}\n\n/**\n * calculate the absolute distance between two points\n * @param {Object} p1 {x, y}\n * @param {Object} p2 {x, y}\n * @param {Array} [props] containing x and y keys\n * @return {Number} distance\n */\nfunction getDistance(p1, p2, props) {\n if (!props) {\n props = PROPS_XY;\n }\n var x = p2[props[0]] - p1[props[0]],\n y = p2[props[1]] - p1[props[1]];\n\n return Math.sqrt((x * x) + (y * y));\n}\n\n/**\n * calculate the angle between two coordinates\n * @param {Object} p1\n * @param {Object} p2\n * @param {Array} [props] containing x and y keys\n * @return {Number} angle\n */\nfunction getAngle(p1, p2, props) {\n if (!props) {\n props = PROPS_XY;\n }\n var x = p2[props[0]] - p1[props[0]],\n y = p2[props[1]] - p1[props[1]];\n return Math.atan2(y, x) * 180 / Math.PI;\n}\n\n/**\n * calculate the rotation degrees between two pointersets\n * @param {Array} start array of pointers\n * @param {Array} end array of pointers\n * @return {Number} rotation\n */\nfunction getRotation(start, end) {\n return getAngle(end[1], end[0], PROPS_CLIENT_XY) + getAngle(start[1], start[0], PROPS_CLIENT_XY);\n}\n\n/**\n * calculate the scale factor between two pointersets\n * no scale is 1, and goes down to 0 when pinched together, and bigger when pinched out\n * @param {Array} start array of pointers\n * @param {Array} end array of pointers\n * @return {Number} scale\n */\nfunction getScale(start, end) {\n return getDistance(end[0], end[1], PROPS_CLIENT_XY) / getDistance(start[0], start[1], PROPS_CLIENT_XY);\n}\n\nvar MOUSE_INPUT_MAP = {\n mousedown: INPUT_START,\n mousemove: INPUT_MOVE,\n mouseup: INPUT_END\n};\n\nvar MOUSE_ELEMENT_EVENTS = 'mousedown';\nvar MOUSE_WINDOW_EVENTS = 'mousemove mouseup';\n\n/**\n * Mouse events input\n * @constructor\n * @extends Input\n */\nfunction MouseInput() {\n this.evEl = MOUSE_ELEMENT_EVENTS;\n this.evWin = MOUSE_WINDOW_EVENTS;\n\n this.pressed = false; // mousedown state\n\n Input.apply(this, arguments);\n}\n\ninherit(MouseInput, Input, {\n /**\n * handle mouse events\n * @param {Object} ev\n */\n handler: function MEhandler(ev) {\n var eventType = MOUSE_INPUT_MAP[ev.type];\n\n // on start we want to have the left mouse button down\n if (eventType & INPUT_START && ev.button === 0) {\n this.pressed = true;\n }\n\n if (eventType & INPUT_MOVE && ev.which !== 1) {\n eventType = INPUT_END;\n }\n\n // mouse must be down\n if (!this.pressed) {\n return;\n }\n\n if (eventType & INPUT_END) {\n this.pressed = false;\n }\n\n this.callback(this.manager, eventType, {\n pointers: [ev],\n changedPointers: [ev],\n pointerType: INPUT_TYPE_MOUSE,\n srcEvent: ev\n });\n }\n});\n\nvar POINTER_INPUT_MAP = {\n pointerdown: INPUT_START,\n pointermove: INPUT_MOVE,\n pointerup: INPUT_END,\n pointercancel: INPUT_CANCEL,\n pointerout: INPUT_CANCEL\n};\n\n// in IE10 the pointer types is defined as an enum\nvar IE10_POINTER_TYPE_ENUM = {\n 2: INPUT_TYPE_TOUCH,\n 3: INPUT_TYPE_PEN,\n 4: INPUT_TYPE_MOUSE,\n 5: INPUT_TYPE_KINECT // see https://twitter.com/jacobrossi/status/480596438489890816\n};\n\nvar POINTER_ELEMENT_EVENTS = 'pointerdown';\nvar POINTER_WINDOW_EVENTS = 'pointermove pointerup pointercancel';\n\n// IE10 has prefixed support, and case-sensitive\nif (window.MSPointerEvent && !window.PointerEvent) {\n POINTER_ELEMENT_EVENTS = 'MSPointerDown';\n POINTER_WINDOW_EVENTS = 'MSPointerMove MSPointerUp MSPointerCancel';\n}\n\n/**\n * Pointer events input\n * @constructor\n * @extends Input\n */\nfunction PointerEventInput() {\n this.evEl = POINTER_ELEMENT_EVENTS;\n this.evWin = POINTER_WINDOW_EVENTS;\n\n Input.apply(this, arguments);\n\n this.store = (this.manager.session.pointerEvents = []);\n}\n\ninherit(PointerEventInput, Input, {\n /**\n * handle mouse events\n * @param {Object} ev\n */\n handler: function PEhandler(ev) {\n var store = this.store;\n var removePointer = false;\n\n var eventTypeNormalized = ev.type.toLowerCase().replace('ms', '');\n var eventType = POINTER_INPUT_MAP[eventTypeNormalized];\n var pointerType = IE10_POINTER_TYPE_ENUM[ev.pointerType] || ev.pointerType;\n\n var isTouch = (pointerType == INPUT_TYPE_TOUCH);\n\n // get index of the event in the store\n var storeIndex = inArray(store, ev.pointerId, 'pointerId');\n\n // start and mouse must be down\n if (eventType & INPUT_START && (ev.button === 0 || isTouch)) {\n if (storeIndex < 0) {\n store.push(ev);\n storeIndex = store.length - 1;\n }\n } else if (eventType & (INPUT_END | INPUT_CANCEL)) {\n removePointer = true;\n }\n\n // it not found, so the pointer hasn't been down (so it's probably a hover)\n if (storeIndex < 0) {\n return;\n }\n\n // update the event in the store\n store[storeIndex] = ev;\n\n this.callback(this.manager, eventType, {\n pointers: store,\n changedPointers: [ev],\n pointerType: pointerType,\n srcEvent: ev\n });\n\n if (removePointer) {\n // remove from the store\n store.splice(storeIndex, 1);\n }\n }\n});\n\nvar SINGLE_TOUCH_INPUT_MAP = {\n touchstart: INPUT_START,\n touchmove: INPUT_MOVE,\n touchend: INPUT_END,\n touchcancel: INPUT_CANCEL\n};\n\nvar SINGLE_TOUCH_TARGET_EVENTS = 'touchstart';\nvar SINGLE_TOUCH_WINDOW_EVENTS = 'touchstart touchmove touchend touchcancel';\n\n/**\n * Touch events input\n * @constructor\n * @extends Input\n */\nfunction SingleTouchInput() {\n this.evTarget = SINGLE_TOUCH_TARGET_EVENTS;\n this.evWin = SINGLE_TOUCH_WINDOW_EVENTS;\n this.started = false;\n\n Input.apply(this, arguments);\n}\n\ninherit(SingleTouchInput, Input, {\n handler: function TEhandler(ev) {\n var type = SINGLE_TOUCH_INPUT_MAP[ev.type];\n\n // should we handle the touch events?\n if (type === INPUT_START) {\n this.started = true;\n }\n\n if (!this.started) {\n return;\n }\n\n var touches = normalizeSingleTouches.call(this, ev, type);\n\n // when done, reset the started state\n if (type & (INPUT_END | INPUT_CANCEL) && touches[0].length - touches[1].length === 0) {\n this.started = false;\n }\n\n this.callback(this.manager, type, {\n pointers: touches[0],\n changedPointers: touches[1],\n pointerType: INPUT_TYPE_TOUCH,\n srcEvent: ev\n });\n }\n});\n\n/**\n * @this {TouchInput}\n * @param {Object} ev\n * @param {Number} type flag\n * @returns {undefined|Array} [all, changed]\n */\nfunction normalizeSingleTouches(ev, type) {\n var all = toArray(ev.touches);\n var changed = toArray(ev.changedTouches);\n\n if (type & (INPUT_END | INPUT_CANCEL)) {\n all = uniqueArray(all.concat(changed), 'identifier', true);\n }\n\n return [all, changed];\n}\n\nvar TOUCH_INPUT_MAP = {\n touchstart: INPUT_START,\n touchmove: INPUT_MOVE,\n touchend: INPUT_END,\n touchcancel: INPUT_CANCEL\n};\n\nvar TOUCH_TARGET_EVENTS = 'touchstart touchmove touchend touchcancel';\n\n/**\n * Multi-user touch events input\n * @constructor\n * @extends Input\n */\nfunction TouchInput() {\n this.evTarget = TOUCH_TARGET_EVENTS;\n this.targetIds = {};\n\n Input.apply(this, arguments);\n}\n\ninherit(TouchInput, Input, {\n handler: function MTEhandler(ev) {\n var type = TOUCH_INPUT_MAP[ev.type];\n var touches = getTouches.call(this, ev, type);\n if (!touches) {\n return;\n }\n\n this.callback(this.manager, type, {\n pointers: touches[0],\n changedPointers: touches[1],\n pointerType: INPUT_TYPE_TOUCH,\n srcEvent: ev\n });\n }\n});\n\n/**\n * @this {TouchInput}\n * @param {Object} ev\n * @param {Number} type flag\n * @returns {undefined|Array} [all, changed]\n */\nfunction getTouches(ev, type) {\n var allTouches = toArray(ev.touches);\n var targetIds = this.targetIds;\n\n // when there is only one touch, the process can be simplified\n if (type & (INPUT_START | INPUT_MOVE) && allTouches.length === 1) {\n targetIds[allTouches[0].identifier] = true;\n return [allTouches, allTouches];\n }\n\n var i,\n targetTouches,\n changedTouches = toArray(ev.changedTouches),\n changedTargetTouches = [],\n target = this.target;\n\n // get target touches from touches\n targetTouches = allTouches.filter(function(touch) {\n return hasParent(touch.target, target);\n });\n\n // collect touches\n if (type === INPUT_START) {\n i = 0;\n while (i < targetTouches.length) {\n targetIds[targetTouches[i].identifier] = true;\n i++;\n }\n }\n\n // filter changed touches to only contain touches that exist in the collected target ids\n i = 0;\n while (i < changedTouches.length) {\n if (targetIds[changedTouches[i].identifier]) {\n changedTargetTouches.push(changedTouches[i]);\n }\n\n // cleanup removed touches\n if (type & (INPUT_END | INPUT_CANCEL)) {\n delete targetIds[changedTouches[i].identifier];\n }\n i++;\n }\n\n if (!changedTargetTouches.length) {\n return;\n }\n\n return [\n // merge targetTouches with changedTargetTouches so it contains ALL touches, including 'end' and 'cancel'\n uniqueArray(targetTouches.concat(changedTargetTouches), 'identifier', true),\n changedTargetTouches\n ];\n}\n\n/**\n * Combined touch and mouse input\n *\n * Touch has a higher priority then mouse, and while touching no mouse events are allowed.\n * This because touch devices also emit mouse events while doing a touch.\n *\n * @constructor\n * @extends Input\n */\n\nvar DEDUP_TIMEOUT = 2500;\nvar DEDUP_DISTANCE = 25;\n\nfunction TouchMouseInput() {\n Input.apply(this, arguments);\n\n var handler = bindFn(this.handler, this);\n this.touch = new TouchInput(this.manager, handler);\n this.mouse = new MouseInput(this.manager, handler);\n\n this.primaryTouch = null;\n this.lastTouches = [];\n}\n\ninherit(TouchMouseInput, Input, {\n /**\n * handle mouse and touch events\n * @param {Hammer} manager\n * @param {String} inputEvent\n * @param {Object} inputData\n */\n handler: function TMEhandler(manager, inputEvent, inputData) {\n var isTouch = (inputData.pointerType == INPUT_TYPE_TOUCH),\n isMouse = (inputData.pointerType == INPUT_TYPE_MOUSE);\n\n if (isMouse && inputData.sourceCapabilities && inputData.sourceCapabilities.firesTouchEvents) {\n return;\n }\n\n // when we're in a touch event, record touches to de-dupe synthetic mouse event\n if (isTouch) {\n recordTouches.call(this, inputEvent, inputData);\n } else if (isMouse && isSyntheticEvent.call(this, inputData)) {\n return;\n }\n\n this.callback(manager, inputEvent, inputData);\n },\n\n /**\n * remove the event listeners\n */\n destroy: function destroy() {\n this.touch.destroy();\n this.mouse.destroy();\n }\n});\n\nfunction recordTouches(eventType, eventData) {\n if (eventType & INPUT_START) {\n this.primaryTouch = eventData.changedPointers[0].identifier;\n setLastTouch.call(this, eventData);\n } else if (eventType & (INPUT_END | INPUT_CANCEL)) {\n setLastTouch.call(this, eventData);\n }\n}\n\nfunction setLastTouch(eventData) {\n var touch = eventData.changedPointers[0];\n\n if (touch.identifier === this.primaryTouch) {\n var lastTouch = {x: touch.clientX, y: touch.clientY};\n this.lastTouches.push(lastTouch);\n var lts = this.lastTouches;\n var removeLastTouch = function() {\n var i = lts.indexOf(lastTouch);\n if (i > -1) {\n lts.splice(i, 1);\n }\n };\n setTimeout(removeLastTouch, DEDUP_TIMEOUT);\n }\n}\n\nfunction isSyntheticEvent(eventData) {\n var x = eventData.srcEvent.clientX, y = eventData.srcEvent.clientY;\n for (var i = 0; i < this.lastTouches.length; i++) {\n var t = this.lastTouches[i];\n var dx = Math.abs(x - t.x), dy = Math.abs(y - t.y);\n if (dx <= DEDUP_DISTANCE && dy <= DEDUP_DISTANCE) {\n return true;\n }\n }\n return false;\n}\n\nvar PREFIXED_TOUCH_ACTION = prefixed(TEST_ELEMENT.style, 'touchAction');\nvar NATIVE_TOUCH_ACTION = PREFIXED_TOUCH_ACTION !== undefined;\n\n// magical touchAction value\nvar TOUCH_ACTION_COMPUTE = 'compute';\nvar TOUCH_ACTION_AUTO = 'auto';\nvar TOUCH_ACTION_MANIPULATION = 'manipulation'; // not implemented\nvar TOUCH_ACTION_NONE = 'none';\nvar TOUCH_ACTION_PAN_X = 'pan-x';\nvar TOUCH_ACTION_PAN_Y = 'pan-y';\nvar TOUCH_ACTION_MAP = getTouchActionProps();\n\n/**\n * Touch Action\n * sets the touchAction property or uses the js alternative\n * @param {Manager} manager\n * @param {String} value\n * @constructor\n */\nfunction TouchAction(manager, value) {\n this.manager = manager;\n this.set(value);\n}\n\nTouchAction.prototype = {\n /**\n * set the touchAction value on the element or enable the polyfill\n * @param {String} value\n */\n set: function(value) {\n // find out the touch-action by the event handlers\n if (value == TOUCH_ACTION_COMPUTE) {\n value = this.compute();\n }\n\n if (NATIVE_TOUCH_ACTION && this.manager.element.style && TOUCH_ACTION_MAP[value]) {\n this.manager.element.style[PREFIXED_TOUCH_ACTION] = value;\n }\n this.actions = value.toLowerCase().trim();\n },\n\n /**\n * just re-set the touchAction value\n */\n update: function() {\n this.set(this.manager.options.touchAction);\n },\n\n /**\n * compute the value for the touchAction property based on the recognizer's settings\n * @returns {String} value\n */\n compute: function() {\n var actions = [];\n each(this.manager.recognizers, function(recognizer) {\n if (boolOrFn(recognizer.options.enable, [recognizer])) {\n actions = actions.concat(recognizer.getTouchAction());\n }\n });\n return cleanTouchActions(actions.join(' '));\n },\n\n /**\n * this method is called on each input cycle and provides the preventing of the browser behavior\n * @param {Object} input\n */\n preventDefaults: function(input) {\n var srcEvent = input.srcEvent;\n var direction = input.offsetDirection;\n\n // if the touch action did prevented once this session\n if (this.manager.session.prevented) {\n srcEvent.preventDefault();\n return;\n }\n\n var actions = this.actions;\n var hasNone = inStr(actions, TOUCH_ACTION_NONE) && !TOUCH_ACTION_MAP[TOUCH_ACTION_NONE];\n var hasPanY = inStr(actions, TOUCH_ACTION_PAN_Y) && !TOUCH_ACTION_MAP[TOUCH_ACTION_PAN_Y];\n var hasPanX = inStr(actions, TOUCH_ACTION_PAN_X) && !TOUCH_ACTION_MAP[TOUCH_ACTION_PAN_X];\n\n if (hasNone) {\n //do not prevent defaults if this is a tap gesture\n\n var isTapPointer = input.pointers.length === 1;\n var isTapMovement = input.distance < 2;\n var isTapTouchTime = input.deltaTime < 250;\n\n if (isTapPointer && isTapMovement && isTapTouchTime) {\n return;\n }\n }\n\n if (hasPanX && hasPanY) {\n // `pan-x pan-y` means browser handles all scrolling/panning, do not prevent\n return;\n }\n\n if (hasNone ||\n (hasPanY && direction & DIRECTION_HORIZONTAL) ||\n (hasPanX && direction & DIRECTION_VERTICAL)) {\n return this.preventSrc(srcEvent);\n }\n },\n\n /**\n * call preventDefault to prevent the browser's default behavior (scrolling in most cases)\n * @param {Object} srcEvent\n */\n preventSrc: function(srcEvent) {\n this.manager.session.prevented = true;\n srcEvent.preventDefault();\n }\n};\n\n/**\n * when the touchActions are collected they are not a valid value, so we need to clean things up. *\n * @param {String} actions\n * @returns {*}\n */\nfunction cleanTouchActions(actions) {\n // none\n if (inStr(actions, TOUCH_ACTION_NONE)) {\n return TOUCH_ACTION_NONE;\n }\n\n var hasPanX = inStr(actions, TOUCH_ACTION_PAN_X);\n var hasPanY = inStr(actions, TOUCH_ACTION_PAN_Y);\n\n // if both pan-x and pan-y are set (different recognizers\n // for different directions, e.g. horizontal pan but vertical swipe?)\n // we need none (as otherwise with pan-x pan-y combined none of these\n // recognizers will work, since the browser would handle all panning\n if (hasPanX && hasPanY) {\n return TOUCH_ACTION_NONE;\n }\n\n // pan-x OR pan-y\n if (hasPanX || hasPanY) {\n return hasPanX ? TOUCH_ACTION_PAN_X : TOUCH_ACTION_PAN_Y;\n }\n\n // manipulation\n if (inStr(actions, TOUCH_ACTION_MANIPULATION)) {\n return TOUCH_ACTION_MANIPULATION;\n }\n\n return TOUCH_ACTION_AUTO;\n}\n\nfunction getTouchActionProps() {\n if (!NATIVE_TOUCH_ACTION) {\n return false;\n }\n var touchMap = {};\n var cssSupports = window.CSS && window.CSS.supports;\n ['auto', 'manipulation', 'pan-y', 'pan-x', 'pan-x pan-y', 'none'].forEach(function(val) {\n\n // If css.supports is not supported but there is native touch-action assume it supports\n // all values. This is the case for IE 10 and 11.\n touchMap[val] = cssSupports ? window.CSS.supports('touch-action', val) : true;\n });\n return touchMap;\n}\n\n/**\n * Recognizer flow explained; *\n * All recognizers have the initial state of POSSIBLE when a input session starts.\n * The definition of a input session is from the first input until the last input, with all it's movement in it. *\n * Example session for mouse-input: mousedown -> mousemove -> mouseup\n *\n * On each recognizing cycle (see Manager.recognize) the .recognize() method is executed\n * which determines with state it should be.\n *\n * If the recognizer has the state FAILED, CANCELLED or RECOGNIZED (equals ENDED), it is reset to\n * POSSIBLE to give it another change on the next cycle.\n *\n * Possible\n * |\n * +-----+---------------+\n * | |\n * +-----+-----+ |\n * | | |\n * Failed Cancelled |\n * +-------+------+\n * | |\n * Recognized Began\n * |\n * Changed\n * |\n * Ended/Recognized\n */\nvar STATE_POSSIBLE = 1;\nvar STATE_BEGAN = 2;\nvar STATE_CHANGED = 4;\nvar STATE_ENDED = 8;\nvar STATE_RECOGNIZED = STATE_ENDED;\nvar STATE_CANCELLED = 16;\nvar STATE_FAILED = 32;\n\n/**\n * Recognizer\n * Every recognizer needs to extend from this class.\n * @constructor\n * @param {Object} options\n */\nfunction Recognizer(options) {\n this.options = assign({}, this.defaults, options || {});\n\n this.id = uniqueId();\n\n this.manager = null;\n\n // default is enable true\n this.options.enable = ifUndefined(this.options.enable, true);\n\n this.state = STATE_POSSIBLE;\n\n this.simultaneous = {};\n this.requireFail = [];\n}\n\nRecognizer.prototype = {\n /**\n * @virtual\n * @type {Object}\n */\n defaults: {},\n\n /**\n * set options\n * @param {Object} options\n * @return {Recognizer}\n */\n set: function(options) {\n assign(this.options, options);\n\n // also update the touchAction, in case something changed about the directions/enabled state\n this.manager && this.manager.touchAction.update();\n return this;\n },\n\n /**\n * recognize simultaneous with an other recognizer.\n * @param {Recognizer} otherRecognizer\n * @returns {Recognizer} this\n */\n recognizeWith: function(otherRecognizer) {\n if (invokeArrayArg(otherRecognizer, 'recognizeWith', this)) {\n return this;\n }\n\n var simultaneous = this.simultaneous;\n otherRecognizer = getRecognizerByNameIfManager(otherRecognizer, this);\n if (!simultaneous[otherRecognizer.id]) {\n simultaneous[otherRecognizer.id] = otherRecognizer;\n otherRecognizer.recognizeWith(this);\n }\n return this;\n },\n\n /**\n * drop the simultaneous link. it doesnt remove the link on the other recognizer.\n * @param {Recognizer} otherRecognizer\n * @returns {Recognizer} this\n */\n dropRecognizeWith: function(otherRecognizer) {\n if (invokeArrayArg(otherRecognizer, 'dropRecognizeWith', this)) {\n return this;\n }\n\n otherRecognizer = getRecognizerByNameIfManager(otherRecognizer, this);\n delete this.simultaneous[otherRecognizer.id];\n return this;\n },\n\n /**\n * recognizer can only run when an other is failing\n * @param {Recognizer} otherRecognizer\n * @returns {Recognizer} this\n */\n requireFailure: function(otherRecognizer) {\n if (invokeArrayArg(otherRecognizer, 'requireFailure', this)) {\n return this;\n }\n\n var requireFail = this.requireFail;\n otherRecognizer = getRecognizerByNameIfManager(otherRecognizer, this);\n if (inArray(requireFail, otherRecognizer) === -1) {\n requireFail.push(otherRecognizer);\n otherRecognizer.requireFailure(this);\n }\n return this;\n },\n\n /**\n * drop the requireFailure link. it does not remove the link on the other recognizer.\n * @param {Recognizer} otherRecognizer\n * @returns {Recognizer} this\n */\n dropRequireFailure: function(otherRecognizer) {\n if (invokeArrayArg(otherRecognizer, 'dropRequireFailure', this)) {\n return this;\n }\n\n otherRecognizer = getRecognizerByNameIfManager(otherRecognizer, this);\n var index = inArray(this.requireFail, otherRecognizer);\n if (index > -1) {\n this.requireFail.splice(index, 1);\n }\n return this;\n },\n\n /**\n * has require failures boolean\n * @returns {boolean}\n */\n hasRequireFailures: function() {\n return this.requireFail.length > 0;\n },\n\n /**\n * if the recognizer can recognize simultaneous with an other recognizer\n * @param {Recognizer} otherRecognizer\n * @returns {Boolean}\n */\n canRecognizeWith: function(otherRecognizer) {\n return !!this.simultaneous[otherRecognizer.id];\n },\n\n /**\n * You should use `tryEmit` instead of `emit` directly to check\n * that all the needed recognizers has failed before emitting.\n * @param {Object} input\n */\n emit: function(input) {\n var self = this;\n var state = this.state;\n\n function emit(event) {\n self.manager.emit(event, input);\n }\n\n // 'panstart' and 'panmove'\n if (state < STATE_ENDED) {\n emit(self.options.event + stateStr(state));\n }\n\n emit(self.options.event); // simple 'eventName' events\n\n if (input.additionalEvent) { // additional event(panleft, panright, pinchin, pinchout...)\n emit(input.additionalEvent);\n }\n\n // panend and pancancel\n if (state >= STATE_ENDED) {\n emit(self.options.event + stateStr(state));\n }\n },\n\n /**\n * Check that all the require failure recognizers has failed,\n * if true, it emits a gesture event,\n * otherwise, setup the state to FAILED.\n * @param {Object} input\n */\n tryEmit: function(input) {\n if (this.canEmit()) {\n return this.emit(input);\n }\n // it's failing anyway\n this.state = STATE_FAILED;\n },\n\n /**\n * can we emit?\n * @returns {boolean}\n */\n canEmit: function() {\n var i = 0;\n while (i < this.requireFail.length) {\n if (!(this.requireFail[i].state & (STATE_FAILED | STATE_POSSIBLE))) {\n return false;\n }\n i++;\n }\n return true;\n },\n\n /**\n * update the recognizer\n * @param {Object} inputData\n */\n recognize: function(inputData) {\n // make a new copy of the inputData\n // so we can change the inputData without messing up the other recognizers\n var inputDataClone = assign({}, inputData);\n\n // is is enabled and allow recognizing?\n if (!boolOrFn(this.options.enable, [this, inputDataClone])) {\n this.reset();\n this.state = STATE_FAILED;\n return;\n }\n\n // reset when we've reached the end\n if (this.state & (STATE_RECOGNIZED | STATE_CANCELLED | STATE_FAILED)) {\n this.state = STATE_POSSIBLE;\n }\n\n this.state = this.process(inputDataClone);\n\n // the recognizer has recognized a gesture\n // so trigger an event\n if (this.state & (STATE_BEGAN | STATE_CHANGED | STATE_ENDED | STATE_CANCELLED)) {\n this.tryEmit(inputDataClone);\n }\n },\n\n /**\n * return the state of the recognizer\n * the actual recognizing happens in this method\n * @virtual\n * @param {Object} inputData\n * @returns {Const} STATE\n */\n process: function(inputData) { }, // jshint ignore:line\n\n /**\n * return the preferred touch-action\n * @virtual\n * @returns {Array}\n */\n getTouchAction: function() { },\n\n /**\n * called when the gesture isn't allowed to recognize\n * like when another is being recognized or it is disabled\n * @virtual\n */\n reset: function() { }\n};\n\n/**\n * get a usable string, used as event postfix\n * @param {Const} state\n * @returns {String} state\n */\nfunction stateStr(state) {\n if (state & STATE_CANCELLED) {\n return 'cancel';\n } else if (state & STATE_ENDED) {\n return 'end';\n } else if (state & STATE_CHANGED) {\n return 'move';\n } else if (state & STATE_BEGAN) {\n return 'start';\n }\n return '';\n}\n\n/**\n * direction cons to string\n * @param {Const} direction\n * @returns {String}\n */\nfunction directionStr(direction) {\n if (direction == DIRECTION_DOWN) {\n return 'down';\n } else if (direction == DIRECTION_UP) {\n return 'up';\n } else if (direction == DIRECTION_LEFT) {\n return 'left';\n } else if (direction == DIRECTION_RIGHT) {\n return 'right';\n }\n return '';\n}\n\n/**\n * get a recognizer by name if it is bound to a manager\n * @param {Recognizer|String} otherRecognizer\n * @param {Recognizer} recognizer\n * @returns {Recognizer}\n */\nfunction getRecognizerByNameIfManager(otherRecognizer, recognizer) {\n var manager = recognizer.manager;\n if (manager) {\n return manager.get(otherRecognizer);\n }\n return otherRecognizer;\n}\n\n/**\n * This recognizer is just used as a base for the simple attribute recognizers.\n * @constructor\n * @extends Recognizer\n */\nfunction AttrRecognizer() {\n Recognizer.apply(this, arguments);\n}\n\ninherit(AttrRecognizer, Recognizer, {\n /**\n * @namespace\n * @memberof AttrRecognizer\n */\n defaults: {\n /**\n * @type {Number}\n * @default 1\n */\n pointers: 1\n },\n\n /**\n * Used to check if it the recognizer receives valid input, like input.distance > 10.\n * @memberof AttrRecognizer\n * @param {Object} input\n * @returns {Boolean} recognized\n */\n attrTest: function(input) {\n var optionPointers = this.options.pointers;\n return optionPointers === 0 || input.pointers.length === optionPointers;\n },\n\n /**\n * Process the input and return the state for the recognizer\n * @memberof AttrRecognizer\n * @param {Object} input\n * @returns {*} State\n */\n process: function(input) {\n var state = this.state;\n var eventType = input.eventType;\n\n var isRecognized = state & (STATE_BEGAN | STATE_CHANGED);\n var isValid = this.attrTest(input);\n\n // on cancel input and we've recognized before, return STATE_CANCELLED\n if (isRecognized && (eventType & INPUT_CANCEL || !isValid)) {\n return state | STATE_CANCELLED;\n } else if (isRecognized || isValid) {\n if (eventType & INPUT_END) {\n return state | STATE_ENDED;\n } else if (!(state & STATE_BEGAN)) {\n return STATE_BEGAN;\n }\n return state | STATE_CHANGED;\n }\n return STATE_FAILED;\n }\n});\n\n/**\n * Pan\n * Recognized when the pointer is down and moved in the allowed direction.\n * @constructor\n * @extends AttrRecognizer\n */\nfunction PanRecognizer() {\n AttrRecognizer.apply(this, arguments);\n\n this.pX = null;\n this.pY = null;\n}\n\ninherit(PanRecognizer, AttrRecognizer, {\n /**\n * @namespace\n * @memberof PanRecognizer\n */\n defaults: {\n event: 'pan',\n threshold: 10,\n pointers: 1,\n direction: DIRECTION_ALL\n },\n\n getTouchAction: function() {\n var direction = this.options.direction;\n var actions = [];\n if (direction & DIRECTION_HORIZONTAL) {\n actions.push(TOUCH_ACTION_PAN_Y);\n }\n if (direction & DIRECTION_VERTICAL) {\n actions.push(TOUCH_ACTION_PAN_X);\n }\n return actions;\n },\n\n directionTest: function(input) {\n var options = this.options;\n var hasMoved = true;\n var distance = input.distance;\n var direction = input.direction;\n var x = input.deltaX;\n var y = input.deltaY;\n\n // lock to axis?\n if (!(direction & options.direction)) {\n if (options.direction & DIRECTION_HORIZONTAL) {\n direction = (x === 0) ? DIRECTION_NONE : (x < 0) ? DIRECTION_LEFT : DIRECTION_RIGHT;\n hasMoved = x != this.pX;\n distance = Math.abs(input.deltaX);\n } else {\n direction = (y === 0) ? DIRECTION_NONE : (y < 0) ? DIRECTION_UP : DIRECTION_DOWN;\n hasMoved = y != this.pY;\n distance = Math.abs(input.deltaY);\n }\n }\n input.direction = direction;\n return hasMoved && distance > options.threshold && direction & options.direction;\n },\n\n attrTest: function(input) {\n return AttrRecognizer.prototype.attrTest.call(this, input) &&\n (this.state & STATE_BEGAN || (!(this.state & STATE_BEGAN) && this.directionTest(input)));\n },\n\n emit: function(input) {\n\n this.pX = input.deltaX;\n this.pY = input.deltaY;\n\n var direction = directionStr(input.direction);\n\n if (direction) {\n input.additionalEvent = this.options.event + direction;\n }\n this._super.emit.call(this, input);\n }\n});\n\n/**\n * Pinch\n * Recognized when two or more pointers are moving toward (zoom-in) or away from each other (zoom-out).\n * @constructor\n * @extends AttrRecognizer\n */\nfunction PinchRecognizer() {\n AttrRecognizer.apply(this, arguments);\n}\n\ninherit(PinchRecognizer, AttrRecognizer, {\n /**\n * @namespace\n * @memberof PinchRecognizer\n */\n defaults: {\n event: 'pinch',\n threshold: 0,\n pointers: 2\n },\n\n getTouchAction: function() {\n return [TOUCH_ACTION_NONE];\n },\n\n attrTest: function(input) {\n return this._super.attrTest.call(this, input) &&\n (Math.abs(input.scale - 1) > this.options.threshold || this.state & STATE_BEGAN);\n },\n\n emit: function(input) {\n if (input.scale !== 1) {\n var inOut = input.scale < 1 ? 'in' : 'out';\n input.additionalEvent = this.options.event + inOut;\n }\n this._super.emit.call(this, input);\n }\n});\n\n/**\n * Press\n * Recognized when the pointer is down for x ms without any movement.\n * @constructor\n * @extends Recognizer\n */\nfunction PressRecognizer() {\n Recognizer.apply(this, arguments);\n\n this._timer = null;\n this._input = null;\n}\n\ninherit(PressRecognizer, Recognizer, {\n /**\n * @namespace\n * @memberof PressRecognizer\n */\n defaults: {\n event: 'press',\n pointers: 1,\n time: 251, // minimal time of the pointer to be pressed\n threshold: 9 // a minimal movement is ok, but keep it low\n },\n\n getTouchAction: function() {\n return [TOUCH_ACTION_AUTO];\n },\n\n process: function(input) {\n var options = this.options;\n var validPointers = input.pointers.length === options.pointers;\n var validMovement = input.distance < options.threshold;\n var validTime = input.deltaTime > options.time;\n\n this._input = input;\n\n // we only allow little movement\n // and we've reached an end event, so a tap is possible\n if (!validMovement || !validPointers || (input.eventType & (INPUT_END | INPUT_CANCEL) && !validTime)) {\n this.reset();\n } else if (input.eventType & INPUT_START) {\n this.reset();\n this._timer = setTimeoutContext(function() {\n this.state = STATE_RECOGNIZED;\n this.tryEmit();\n }, options.time, this);\n } else if (input.eventType & INPUT_END) {\n return STATE_RECOGNIZED;\n }\n return STATE_FAILED;\n },\n\n reset: function() {\n clearTimeout(this._timer);\n },\n\n emit: function(input) {\n if (this.state !== STATE_RECOGNIZED) {\n return;\n }\n\n if (input && (input.eventType & INPUT_END)) {\n this.manager.emit(this.options.event + 'up', input);\n } else {\n this._input.timeStamp = now();\n this.manager.emit(this.options.event, this._input);\n }\n }\n});\n\n/**\n * Rotate\n * Recognized when two or more pointer are moving in a circular motion.\n * @constructor\n * @extends AttrRecognizer\n */\nfunction RotateRecognizer() {\n AttrRecognizer.apply(this, arguments);\n}\n\ninherit(RotateRecognizer, AttrRecognizer, {\n /**\n * @namespace\n * @memberof RotateRecognizer\n */\n defaults: {\n event: 'rotate',\n threshold: 0,\n pointers: 2\n },\n\n getTouchAction: function() {\n return [TOUCH_ACTION_NONE];\n },\n\n attrTest: function(input) {\n return this._super.attrTest.call(this, input) &&\n (Math.abs(input.rotation) > this.options.threshold || this.state & STATE_BEGAN);\n }\n});\n\n/**\n * Swipe\n * Recognized when the pointer is moving fast (velocity), with enough distance in the allowed direction.\n * @constructor\n * @extends AttrRecognizer\n */\nfunction SwipeRecognizer() {\n AttrRecognizer.apply(this, arguments);\n}\n\ninherit(SwipeRecognizer, AttrRecognizer, {\n /**\n * @namespace\n * @memberof SwipeRecognizer\n */\n defaults: {\n event: 'swipe',\n threshold: 10,\n velocity: 0.3,\n direction: DIRECTION_HORIZONTAL | DIRECTION_VERTICAL,\n pointers: 1\n },\n\n getTouchAction: function() {\n return PanRecognizer.prototype.getTouchAction.call(this);\n },\n\n attrTest: function(input) {\n var direction = this.options.direction;\n var velocity;\n\n if (direction & (DIRECTION_HORIZONTAL | DIRECTION_VERTICAL)) {\n velocity = input.overallVelocity;\n } else if (direction & DIRECTION_HORIZONTAL) {\n velocity = input.overallVelocityX;\n } else if (direction & DIRECTION_VERTICAL) {\n velocity = input.overallVelocityY;\n }\n\n return this._super.attrTest.call(this, input) &&\n direction & input.offsetDirection &&\n input.distance > this.options.threshold &&\n input.maxPointers == this.options.pointers &&\n abs(velocity) > this.options.velocity && input.eventType & INPUT_END;\n },\n\n emit: function(input) {\n var direction = directionStr(input.offsetDirection);\n if (direction) {\n this.manager.emit(this.options.event + direction, input);\n }\n\n this.manager.emit(this.options.event, input);\n }\n});\n\n/**\n * A tap is ecognized when the pointer is doing a small tap/click. Multiple taps are recognized if they occur\n * between the given interval and position. The delay option can be used to recognize multi-taps without firing\n * a single tap.\n *\n * The eventData from the emitted event contains the property `tapCount`, which contains the amount of\n * multi-taps being recognized.\n * @constructor\n * @extends Recognizer\n */\nfunction TapRecognizer() {\n Recognizer.apply(this, arguments);\n\n // previous time and center,\n // used for tap counting\n this.pTime = false;\n this.pCenter = false;\n\n this._timer = null;\n this._input = null;\n this.count = 0;\n}\n\ninherit(TapRecognizer, Recognizer, {\n /**\n * @namespace\n * @memberof PinchRecognizer\n */\n defaults: {\n event: 'tap',\n pointers: 1,\n taps: 1,\n interval: 300, // max time between the multi-tap taps\n time: 250, // max time of the pointer to be down (like finger on the screen)\n threshold: 9, // a minimal movement is ok, but keep it low\n posThreshold: 10 // a multi-tap can be a bit off the initial position\n },\n\n getTouchAction: function() {\n return [TOUCH_ACTION_MANIPULATION];\n },\n\n process: function(input) {\n var options = this.options;\n\n var validPointers = input.pointers.length === options.pointers;\n var validMovement = input.distance < options.threshold;\n var validTouchTime = input.deltaTime < options.time;\n\n this.reset();\n\n if ((input.eventType & INPUT_START) && (this.count === 0)) {\n return this.failTimeout();\n }\n\n // we only allow little movement\n // and we've reached an end event, so a tap is possible\n if (validMovement && validTouchTime && validPointers) {\n if (input.eventType != INPUT_END) {\n return this.failTimeout();\n }\n\n var validInterval = this.pTime ? (input.timeStamp - this.pTime < options.interval) : true;\n var validMultiTap = !this.pCenter || getDistance(this.pCenter, input.center) < options.posThreshold;\n\n this.pTime = input.timeStamp;\n this.pCenter = input.center;\n\n if (!validMultiTap || !validInterval) {\n this.count = 1;\n } else {\n this.count += 1;\n }\n\n this._input = input;\n\n // if tap count matches we have recognized it,\n // else it has began recognizing...\n var tapCount = this.count % options.taps;\n if (tapCount === 0) {\n // no failing requirements, immediately trigger the tap event\n // or wait as long as the multitap interval to trigger\n if (!this.hasRequireFailures()) {\n return STATE_RECOGNIZED;\n } else {\n this._timer = setTimeoutContext(function() {\n this.state = STATE_RECOGNIZED;\n this.tryEmit();\n }, options.interval, this);\n return STATE_BEGAN;\n }\n }\n }\n return STATE_FAILED;\n },\n\n failTimeout: function() {\n this._timer = setTimeoutContext(function() {\n this.state = STATE_FAILED;\n }, this.options.interval, this);\n return STATE_FAILED;\n },\n\n reset: function() {\n clearTimeout(this._timer);\n },\n\n emit: function() {\n if (this.state == STATE_RECOGNIZED) {\n this._input.tapCount = this.count;\n this.manager.emit(this.options.event, this._input);\n }\n }\n});\n\n/**\n * Simple way to create a manager with a default set of recognizers.\n * @param {HTMLElement} element\n * @param {Object} [options]\n * @constructor\n */\nfunction Hammer(element, options) {\n options = options || {};\n options.recognizers = ifUndefined(options.recognizers, Hammer.defaults.preset);\n return new Manager(element, options);\n}\n\n/**\n * @const {string}\n */\nHammer.VERSION = '2.0.7';\n\n/**\n * default settings\n * @namespace\n */\nHammer.defaults = {\n /**\n * set if DOM events are being triggered.\n * But this is slower and unused by simple implementations, so disabled by default.\n * @type {Boolean}\n * @default false\n */\n domEvents: false,\n\n /**\n * The value for the touchAction property/fallback.\n * When set to `compute` it will magically set the correct value based on the added recognizers.\n * @type {String}\n * @default compute\n */\n touchAction: TOUCH_ACTION_COMPUTE,\n\n /**\n * @type {Boolean}\n * @default true\n */\n enable: true,\n\n /**\n * EXPERIMENTAL FEATURE -- can be removed/changed\n * Change the parent input target element.\n * If Null, then it is being set the to main element.\n * @type {Null|EventTarget}\n * @default null\n */\n inputTarget: null,\n\n /**\n * force an input class\n * @type {Null|Function}\n * @default null\n */\n inputClass: null,\n\n /**\n * Default recognizer setup when calling `Hammer()`\n * When creating a new Manager these will be skipped.\n * @type {Array}\n */\n preset: [\n // RecognizerClass, options, [recognizeWith, ...], [requireFailure, ...]\n [RotateRecognizer, {enable: false}],\n [PinchRecognizer, {enable: false}, ['rotate']],\n [SwipeRecognizer, {direction: DIRECTION_HORIZONTAL}],\n [PanRecognizer, {direction: DIRECTION_HORIZONTAL}, ['swipe']],\n [TapRecognizer],\n [TapRecognizer, {event: 'doubletap', taps: 2}, ['tap']],\n [PressRecognizer]\n ],\n\n /**\n * Some CSS properties can be used to improve the working of Hammer.\n * Add them to this method and they will be set when creating a new Manager.\n * @namespace\n */\n cssProps: {\n /**\n * Disables text selection to improve the dragging gesture. Mainly for desktop browsers.\n * @type {String}\n * @default 'none'\n */\n userSelect: 'none',\n\n /**\n * Disable the Windows Phone grippers when pressing an element.\n * @type {String}\n * @default 'none'\n */\n touchSelect: 'none',\n\n /**\n * Disables the default callout shown when you touch and hold a touch target.\n * On iOS, when you touch and hold a touch target such as a link, Safari displays\n * a callout containing information about the link. This property allows you to disable that callout.\n * @type {String}\n * @default 'none'\n */\n touchCallout: 'none',\n\n /**\n * Specifies whether zooming is enabled. Used by IE10>\n * @type {String}\n * @default 'none'\n */\n contentZooming: 'none',\n\n /**\n * Specifies that an entire element should be draggable instead of its contents. Mainly for desktop browsers.\n * @type {String}\n * @default 'none'\n */\n userDrag: 'none',\n\n /**\n * Overrides the highlight color shown when the user taps a link or a JavaScript\n * clickable element in iOS. This property obeys the alpha value, if specified.\n * @type {String}\n * @default 'rgba(0,0,0,0)'\n */\n tapHighlightColor: 'rgba(0,0,0,0)'\n }\n};\n\nvar STOP = 1;\nvar FORCED_STOP = 2;\n\n/**\n * Manager\n * @param {HTMLElement} element\n * @param {Object} [options]\n * @constructor\n */\nfunction Manager(element, options) {\n this.options = assign({}, Hammer.defaults, options || {});\n\n this.options.inputTarget = this.options.inputTarget || element;\n\n this.handlers = {};\n this.session = {};\n this.recognizers = [];\n this.oldCssProps = {};\n\n this.element = element;\n this.input = createInputInstance(this);\n this.touchAction = new TouchAction(this, this.options.touchAction);\n\n toggleCssProps(this, true);\n\n each(this.options.recognizers, function(item) {\n var recognizer = this.add(new (item[0])(item[1]));\n item[2] && recognizer.recognizeWith(item[2]);\n item[3] && recognizer.requireFailure(item[3]);\n }, this);\n}\n\nManager.prototype = {\n /**\n * set options\n * @param {Object} options\n * @returns {Manager}\n */\n set: function(options) {\n assign(this.options, options);\n\n // Options that need a little more setup\n if (options.touchAction) {\n this.touchAction.update();\n }\n if (options.inputTarget) {\n // Clean up existing event listeners and reinitialize\n this.input.destroy();\n this.input.target = options.inputTarget;\n this.input.init();\n }\n return this;\n },\n\n /**\n * stop recognizing for this session.\n * This session will be discarded, when a new [input]start event is fired.\n * When forced, the recognizer cycle is stopped immediately.\n * @param {Boolean} [force]\n */\n stop: function(force) {\n this.session.stopped = force ? FORCED_STOP : STOP;\n },\n\n /**\n * run the recognizers!\n * called by the inputHandler function on every movement of the pointers (touches)\n * it walks through all the recognizers and tries to detect the gesture that is being made\n * @param {Object} inputData\n */\n recognize: function(inputData) {\n var session = this.session;\n if (session.stopped) {\n return;\n }\n\n // run the touch-action polyfill\n this.touchAction.preventDefaults(inputData);\n\n var recognizer;\n var recognizers = this.recognizers;\n\n // this holds the recognizer that is being recognized.\n // so the recognizer's state needs to be BEGAN, CHANGED, ENDED or RECOGNIZED\n // if no recognizer is detecting a thing, it is set to `null`\n var curRecognizer = session.curRecognizer;\n\n // reset when the last recognizer is recognized\n // or when we're in a new session\n if (!curRecognizer || (curRecognizer && curRecognizer.state & STATE_RECOGNIZED)) {\n curRecognizer = session.curRecognizer = null;\n }\n\n var i = 0;\n while (i < recognizers.length) {\n recognizer = recognizers[i];\n\n // find out if we are allowed try to recognize the input for this one.\n // 1. allow if the session is NOT forced stopped (see the .stop() method)\n // 2. allow if we still haven't recognized a gesture in this session, or the this recognizer is the one\n // that is being recognized.\n // 3. allow if the recognizer is allowed to run simultaneous with the current recognized recognizer.\n // this can be setup with the `recognizeWith()` method on the recognizer.\n if (session.stopped !== FORCED_STOP && ( // 1\n !curRecognizer || recognizer == curRecognizer || // 2\n recognizer.canRecognizeWith(curRecognizer))) { // 3\n recognizer.recognize(inputData);\n } else {\n recognizer.reset();\n }\n\n // if the recognizer has been recognizing the input as a valid gesture, we want to store this one as the\n // current active recognizer. but only if we don't already have an active recognizer\n if (!curRecognizer && recognizer.state & (STATE_BEGAN | STATE_CHANGED | STATE_ENDED)) {\n curRecognizer = session.curRecognizer = recognizer;\n }\n i++;\n }\n },\n\n /**\n * get a recognizer by its event name.\n * @param {Recognizer|String} recognizer\n * @returns {Recognizer|Null}\n */\n get: function(recognizer) {\n if (recognizer instanceof Recognizer) {\n return recognizer;\n }\n\n var recognizers = this.recognizers;\n for (var i = 0; i < recognizers.length; i++) {\n if (recognizers[i].options.event == recognizer) {\n return recognizers[i];\n }\n }\n return null;\n },\n\n /**\n * add a recognizer to the manager\n * existing recognizers with the same event name will be removed\n * @param {Recognizer} recognizer\n * @returns {Recognizer|Manager}\n */\n add: function(recognizer) {\n if (invokeArrayArg(recognizer, 'add', this)) {\n return this;\n }\n\n // remove existing\n var existing = this.get(recognizer.options.event);\n if (existing) {\n this.remove(existing);\n }\n\n this.recognizers.push(recognizer);\n recognizer.manager = this;\n\n this.touchAction.update();\n return recognizer;\n },\n\n /**\n * remove a recognizer by name or instance\n * @param {Recognizer|String} recognizer\n * @returns {Manager}\n */\n remove: function(recognizer) {\n if (invokeArrayArg(recognizer, 'remove', this)) {\n return this;\n }\n\n recognizer = this.get(recognizer);\n\n // let's make sure this recognizer exists\n if (recognizer) {\n var recognizers = this.recognizers;\n var index = inArray(recognizers, recognizer);\n\n if (index !== -1) {\n recognizers.splice(index, 1);\n this.touchAction.update();\n }\n }\n\n return this;\n },\n\n /**\n * bind event\n * @param {String} events\n * @param {Function} handler\n * @returns {EventEmitter} this\n */\n on: function(events, handler) {\n if (events === undefined) {\n return;\n }\n if (handler === undefined) {\n return;\n }\n\n var handlers = this.handlers;\n each(splitStr(events), function(event) {\n handlers[event] = handlers[event] || [];\n handlers[event].push(handler);\n });\n return this;\n },\n\n /**\n * unbind event, leave emit blank to remove all handlers\n * @param {String} events\n * @param {Function} [handler]\n * @returns {EventEmitter} this\n */\n off: function(events, handler) {\n if (events === undefined) {\n return;\n }\n\n var handlers = this.handlers;\n each(splitStr(events), function(event) {\n if (!handler) {\n delete handlers[event];\n } else {\n handlers[event] && handlers[event].splice(inArray(handlers[event], handler), 1);\n }\n });\n return this;\n },\n\n /**\n * emit event to the listeners\n * @param {String} event\n * @param {Object} data\n */\n emit: function(event, data) {\n // we also want to trigger dom events\n if (this.options.domEvents) {\n triggerDomEvent(event, data);\n }\n\n // no handlers, so skip it all\n var handlers = this.handlers[event] && this.handlers[event].slice();\n if (!handlers || !handlers.length) {\n return;\n }\n\n data.type = event;\n data.preventDefault = function() {\n data.srcEvent.preventDefault();\n };\n\n var i = 0;\n while (i < handlers.length) {\n handlers[i](data);\n i++;\n }\n },\n\n /**\n * destroy the manager and unbinds all events\n * it doesn't unbind dom events, that is the user own responsibility\n */\n destroy: function() {\n this.element && toggleCssProps(this, false);\n\n this.handlers = {};\n this.session = {};\n this.input.destroy();\n this.element = null;\n }\n};\n\n/**\n * add/remove the css properties as defined in manager.options.cssProps\n * @param {Manager} manager\n * @param {Boolean} add\n */\nfunction toggleCssProps(manager, add) {\n var element = manager.element;\n if (!element.style) {\n return;\n }\n var prop;\n each(manager.options.cssProps, function(value, name) {\n prop = prefixed(element.style, name);\n if (add) {\n manager.oldCssProps[prop] = element.style[prop];\n element.style[prop] = value;\n } else {\n element.style[prop] = manager.oldCssProps[prop] || '';\n }\n });\n if (!add) {\n manager.oldCssProps = {};\n }\n}\n\n/**\n * trigger dom event\n * @param {String} event\n * @param {Object} data\n */\nfunction triggerDomEvent(event, data) {\n var gestureEvent = document.createEvent('Event');\n gestureEvent.initEvent(event, true, true);\n gestureEvent.gesture = data;\n data.target.dispatchEvent(gestureEvent);\n}\n\nassign(Hammer, {\n INPUT_START: INPUT_START,\n INPUT_MOVE: INPUT_MOVE,\n INPUT_END: INPUT_END,\n INPUT_CANCEL: INPUT_CANCEL,\n\n STATE_POSSIBLE: STATE_POSSIBLE,\n STATE_BEGAN: STATE_BEGAN,\n STATE_CHANGED: STATE_CHANGED,\n STATE_ENDED: STATE_ENDED,\n STATE_RECOGNIZED: STATE_RECOGNIZED,\n STATE_CANCELLED: STATE_CANCELLED,\n STATE_FAILED: STATE_FAILED,\n\n DIRECTION_NONE: DIRECTION_NONE,\n DIRECTION_LEFT: DIRECTION_LEFT,\n DIRECTION_RIGHT: DIRECTION_RIGHT,\n DIRECTION_UP: DIRECTION_UP,\n DIRECTION_DOWN: DIRECTION_DOWN,\n DIRECTION_HORIZONTAL: DIRECTION_HORIZONTAL,\n DIRECTION_VERTICAL: DIRECTION_VERTICAL,\n DIRECTION_ALL: DIRECTION_ALL,\n\n Manager: Manager,\n Input: Input,\n TouchAction: TouchAction,\n\n TouchInput: TouchInput,\n MouseInput: MouseInput,\n PointerEventInput: PointerEventInput,\n TouchMouseInput: TouchMouseInput,\n SingleTouchInput: SingleTouchInput,\n\n Recognizer: Recognizer,\n AttrRecognizer: AttrRecognizer,\n Tap: TapRecognizer,\n Pan: PanRecognizer,\n Swipe: SwipeRecognizer,\n Pinch: PinchRecognizer,\n Rotate: RotateRecognizer,\n Press: PressRecognizer,\n\n on: addEventListeners,\n off: removeEventListeners,\n each: each,\n merge: merge,\n extend: extend,\n assign: assign,\n inherit: inherit,\n bindFn: bindFn,\n prefixed: prefixed\n});\n\n// this prevents errors when Hammer is loaded in the presence of an AMD\n// style loader but by script tag, not by the loader.\nvar freeGlobal = (typeof window !== 'undefined' ? window : (typeof self !== 'undefined' ? self : {})); // jshint ignore:line\nfreeGlobal.Hammer = Hammer;\n\nif (typeof define === 'function' && define.amd) {\n define(function() {\n return Hammer;\n });\n} else if (typeof module != 'undefined' && module.exports) {\n module.exports = Hammer;\n} else {\n window[exportName] = Hammer;\n}\n\n})(window, document, 'Hammer');\n","/*!\n * jQuery JavaScript Library v3.4.1\n * https://jquery.com/\n *\n * Includes Sizzle.js\n * https://sizzlejs.com/\n *\n * Copyright JS Foundation and other contributors\n * Released under the MIT license\n * https://jquery.org/license\n *\n * Date: 2019-05-01T21:04Z\n */\n( function( global, factory ) {\n\n\t\"use strict\";\n\n\tif ( typeof module === \"object\" && typeof module.exports === \"object\" ) {\n\n\t\t// For CommonJS and CommonJS-like environments where a proper `window`\n\t\t// is present, execute the factory and get jQuery.\n\t\t// For environments that do not have a `window` with a `document`\n\t\t// (such as Node.js), expose a factory as module.exports.\n\t\t// This accentuates the need for the creation of a real `window`.\n\t\t// e.g. var jQuery = require(\"jquery\")(window);\n\t\t// See ticket #14549 for more info.\n\t\tmodule.exports = global.document ?\n\t\t\tfactory( global, true ) :\n\t\t\tfunction( w ) {\n\t\t\t\tif ( !w.document ) {\n\t\t\t\t\tthrow new Error( \"jQuery requires a window with a document\" );\n\t\t\t\t}\n\t\t\t\treturn factory( w );\n\t\t\t};\n\t} else {\n\t\tfactory( global );\n\t}\n\n// Pass this if window is not defined yet\n} )( typeof window !== \"undefined\" ? window : this, function( window, noGlobal ) {\n\n// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1\n// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode\n// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common\n// enough that all such attempts are guarded in a try block.\n\"use strict\";\n\nvar arr = [];\n\nvar document = window.document;\n\nvar getProto = Object.getPrototypeOf;\n\nvar slice = arr.slice;\n\nvar concat = arr.concat;\n\nvar push = arr.push;\n\nvar indexOf = arr.indexOf;\n\nvar class2type = {};\n\nvar toString = class2type.toString;\n\nvar hasOwn = class2type.hasOwnProperty;\n\nvar fnToString = hasOwn.toString;\n\nvar ObjectFunctionString = fnToString.call( Object );\n\nvar support = {};\n\nvar isFunction = function isFunction( obj ) {\n\n // Support: Chrome <=57, Firefox <=52\n // In some browsers, typeof returns \"function\" for HTML elements\n // (i.e., `typeof document.createElement( \"object\" ) === \"function\"`).\n // We don't want to classify *any* DOM node as a function.\n return typeof obj === \"function\" && typeof obj.nodeType !== \"number\";\n };\n\n\nvar isWindow = function isWindow( obj ) {\n\t\treturn obj != null && obj === obj.window;\n\t};\n\n\n\n\n\tvar preservedScriptAttributes = {\n\t\ttype: true,\n\t\tsrc: true,\n\t\tnonce: true,\n\t\tnoModule: true\n\t};\n\n\tfunction DOMEval( code, node, doc ) {\n\t\tdoc = doc || document;\n\n\t\tvar i, val,\n\t\t\tscript = doc.createElement( \"script\" );\n\n\t\tscript.text = code;\n\t\tif ( node ) {\n\t\t\tfor ( i in preservedScriptAttributes ) {\n\n\t\t\t\t// Support: Firefox 64+, Edge 18+\n\t\t\t\t// Some browsers don't support the \"nonce\" property on scripts.\n\t\t\t\t// On the other hand, just using `getAttribute` is not enough as\n\t\t\t\t// the `nonce` attribute is reset to an empty string whenever it\n\t\t\t\t// becomes browsing-context connected.\n\t\t\t\t// See https://github.com/whatwg/html/issues/2369\n\t\t\t\t// See https://html.spec.whatwg.org/#nonce-attributes\n\t\t\t\t// The `node.getAttribute` check was added for the sake of\n\t\t\t\t// `jQuery.globalEval` so that it can fake a nonce-containing node\n\t\t\t\t// via an object.\n\t\t\t\tval = node[ i ] || node.getAttribute && node.getAttribute( i );\n\t\t\t\tif ( val ) {\n\t\t\t\t\tscript.setAttribute( i, val );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tdoc.head.appendChild( script ).parentNode.removeChild( script );\n\t}\n\n\nfunction toType( obj ) {\n\tif ( obj == null ) {\n\t\treturn obj + \"\";\n\t}\n\n\t// Support: Android <=2.3 only (functionish RegExp)\n\treturn typeof obj === \"object\" || typeof obj === \"function\" ?\n\t\tclass2type[ toString.call( obj ) ] || \"object\" :\n\t\ttypeof obj;\n}\n/* global Symbol */\n// Defining this global in .eslintrc.json would create a danger of using the global\n// unguarded in another place, it seems safer to define global only for this module\n\n\n\nvar\n\tversion = \"3.4.1\",\n\n\t// Define a local copy of jQuery\n\tjQuery = function( selector, context ) {\n\n\t\t// The jQuery object is actually just the init constructor 'enhanced'\n\t\t// Need init if jQuery is called (just allow error to be thrown if not included)\n\t\treturn new jQuery.fn.init( selector, context );\n\t},\n\n\t// Support: Android <=4.0 only\n\t// Make sure we trim BOM and NBSP\n\trtrim = /^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g;\n\njQuery.fn = jQuery.prototype = {\n\n\t// The current version of jQuery being used\n\tjquery: version,\n\n\tconstructor: jQuery,\n\n\t// The default length of a jQuery object is 0\n\tlength: 0,\n\n\ttoArray: function() {\n\t\treturn slice.call( this );\n\t},\n\n\t// Get the Nth element in the matched element set OR\n\t// Get the whole matched element set as a clean array\n\tget: function( num ) {\n\n\t\t// Return all the elements in a clean array\n\t\tif ( num == null ) {\n\t\t\treturn slice.call( this );\n\t\t}\n\n\t\t// Return just the one element from the set\n\t\treturn num < 0 ? this[ num + this.length ] : this[ num ];\n\t},\n\n\t// Take an array of elements and push it onto the stack\n\t// (returning the new matched element set)\n\tpushStack: function( elems ) {\n\n\t\t// Build a new jQuery matched element set\n\t\tvar ret = jQuery.merge( this.constructor(), elems );\n\n\t\t// Add the old object onto the stack (as a reference)\n\t\tret.prevObject = this;\n\n\t\t// Return the newly-formed element set\n\t\treturn ret;\n\t},\n\n\t// Execute a callback for every element in the matched set.\n\teach: function( callback ) {\n\t\treturn jQuery.each( this, callback );\n\t},\n\n\tmap: function( callback ) {\n\t\treturn this.pushStack( jQuery.map( this, function( elem, i ) {\n\t\t\treturn callback.call( elem, i, elem );\n\t\t} ) );\n\t},\n\n\tslice: function() {\n\t\treturn this.pushStack( slice.apply( this, arguments ) );\n\t},\n\n\tfirst: function() {\n\t\treturn this.eq( 0 );\n\t},\n\n\tlast: function() {\n\t\treturn this.eq( -1 );\n\t},\n\n\teq: function( i ) {\n\t\tvar len = this.length,\n\t\t\tj = +i + ( i < 0 ? len : 0 );\n\t\treturn this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] );\n\t},\n\n\tend: function() {\n\t\treturn this.prevObject || this.constructor();\n\t},\n\n\t// For internal use only.\n\t// Behaves like an Array's method, not like a jQuery method.\n\tpush: push,\n\tsort: arr.sort,\n\tsplice: arr.splice\n};\n\njQuery.extend = jQuery.fn.extend = function() {\n\tvar options, name, src, copy, copyIsArray, clone,\n\t\ttarget = arguments[ 0 ] || {},\n\t\ti = 1,\n\t\tlength = arguments.length,\n\t\tdeep = false;\n\n\t// Handle a deep copy situation\n\tif ( typeof target === \"boolean\" ) {\n\t\tdeep = target;\n\n\t\t// Skip the boolean and the target\n\t\ttarget = arguments[ i ] || {};\n\t\ti++;\n\t}\n\n\t// Handle case when target is a string or something (possible in deep copy)\n\tif ( typeof target !== \"object\" && !isFunction( target ) ) {\n\t\ttarget = {};\n\t}\n\n\t// Extend jQuery itself if only one argument is passed\n\tif ( i === length ) {\n\t\ttarget = this;\n\t\ti--;\n\t}\n\n\tfor ( ; i < length; i++ ) {\n\n\t\t// Only deal with non-null/undefined values\n\t\tif ( ( options = arguments[ i ] ) != null ) {\n\n\t\t\t// Extend the base object\n\t\t\tfor ( name in options ) {\n\t\t\t\tcopy = options[ name ];\n\n\t\t\t\t// Prevent Object.prototype pollution\n\t\t\t\t// Prevent never-ending loop\n\t\t\t\tif ( name === \"__proto__\" || target === copy ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\t// Recurse if we're merging plain objects or arrays\n\t\t\t\tif ( deep && copy && ( jQuery.isPlainObject( copy ) ||\n\t\t\t\t\t( copyIsArray = Array.isArray( copy ) ) ) ) {\n\t\t\t\t\tsrc = target[ name ];\n\n\t\t\t\t\t// Ensure proper type for the source value\n\t\t\t\t\tif ( copyIsArray && !Array.isArray( src ) ) {\n\t\t\t\t\t\tclone = [];\n\t\t\t\t\t} else if ( !copyIsArray && !jQuery.isPlainObject( src ) ) {\n\t\t\t\t\t\tclone = {};\n\t\t\t\t\t} else {\n\t\t\t\t\t\tclone = src;\n\t\t\t\t\t}\n\t\t\t\t\tcopyIsArray = false;\n\n\t\t\t\t\t// Never move original objects, clone them\n\t\t\t\t\ttarget[ name ] = jQuery.extend( deep, clone, copy );\n\n\t\t\t\t// Don't bring in undefined values\n\t\t\t\t} else if ( copy !== undefined ) {\n\t\t\t\t\ttarget[ name ] = copy;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Return the modified object\n\treturn target;\n};\n\njQuery.extend( {\n\n\t// Unique for each copy of jQuery on the page\n\texpando: \"jQuery\" + ( version + Math.random() ).replace( /\\D/g, \"\" ),\n\n\t// Assume jQuery is ready without the ready module\n\tisReady: true,\n\n\terror: function( msg ) {\n\t\tthrow new Error( msg );\n\t},\n\n\tnoop: function() {},\n\n\tisPlainObject: function( obj ) {\n\t\tvar proto, Ctor;\n\n\t\t// Detect obvious negatives\n\t\t// Use toString instead of jQuery.type to catch host objects\n\t\tif ( !obj || toString.call( obj ) !== \"[object Object]\" ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tproto = getProto( obj );\n\n\t\t// Objects with no prototype (e.g., `Object.create( null )`) are plain\n\t\tif ( !proto ) {\n\t\t\treturn true;\n\t\t}\n\n\t\t// Objects with prototype are plain iff they were constructed by a global Object function\n\t\tCtor = hasOwn.call( proto, \"constructor\" ) && proto.constructor;\n\t\treturn typeof Ctor === \"function\" && fnToString.call( Ctor ) === ObjectFunctionString;\n\t},\n\n\tisEmptyObject: function( obj ) {\n\t\tvar name;\n\n\t\tfor ( name in obj ) {\n\t\t\treturn false;\n\t\t}\n\t\treturn true;\n\t},\n\n\t// Evaluates a script in a global context\n\tglobalEval: function( code, options ) {\n\t\tDOMEval( code, { nonce: options && options.nonce } );\n\t},\n\n\teach: function( obj, callback ) {\n\t\tvar length, i = 0;\n\n\t\tif ( isArrayLike( obj ) ) {\n\t\t\tlength = obj.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tfor ( i in obj ) {\n\t\t\t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn obj;\n\t},\n\n\t// Support: Android <=4.0 only\n\ttrim: function( text ) {\n\t\treturn text == null ?\n\t\t\t\"\" :\n\t\t\t( text + \"\" ).replace( rtrim, \"\" );\n\t},\n\n\t// results is for internal usage only\n\tmakeArray: function( arr, results ) {\n\t\tvar ret = results || [];\n\n\t\tif ( arr != null ) {\n\t\t\tif ( isArrayLike( Object( arr ) ) ) {\n\t\t\t\tjQuery.merge( ret,\n\t\t\t\t\ttypeof arr === \"string\" ?\n\t\t\t\t\t[ arr ] : arr\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tpush.call( ret, arr );\n\t\t\t}\n\t\t}\n\n\t\treturn ret;\n\t},\n\n\tinArray: function( elem, arr, i ) {\n\t\treturn arr == null ? -1 : indexOf.call( arr, elem, i );\n\t},\n\n\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t// push.apply(_, arraylike) throws on ancient WebKit\n\tmerge: function( first, second ) {\n\t\tvar len = +second.length,\n\t\t\tj = 0,\n\t\t\ti = first.length;\n\n\t\tfor ( ; j < len; j++ ) {\n\t\t\tfirst[ i++ ] = second[ j ];\n\t\t}\n\n\t\tfirst.length = i;\n\n\t\treturn first;\n\t},\n\n\tgrep: function( elems, callback, invert ) {\n\t\tvar callbackInverse,\n\t\t\tmatches = [],\n\t\t\ti = 0,\n\t\t\tlength = elems.length,\n\t\t\tcallbackExpect = !invert;\n\n\t\t// Go through the array, only saving the items\n\t\t// that pass the validator function\n\t\tfor ( ; i < length; i++ ) {\n\t\t\tcallbackInverse = !callback( elems[ i ], i );\n\t\t\tif ( callbackInverse !== callbackExpect ) {\n\t\t\t\tmatches.push( elems[ i ] );\n\t\t\t}\n\t\t}\n\n\t\treturn matches;\n\t},\n\n\t// arg is for internal usage only\n\tmap: function( elems, callback, arg ) {\n\t\tvar length, value,\n\t\t\ti = 0,\n\t\t\tret = [];\n\n\t\t// Go through the array, translating each of the items to their new values\n\t\tif ( isArrayLike( elems ) ) {\n\t\t\tlength = elems.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Go through every key on the object,\n\t\t} else {\n\t\t\tfor ( i in elems ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Flatten any nested arrays\n\t\treturn concat.apply( [], ret );\n\t},\n\n\t// A global GUID counter for objects\n\tguid: 1,\n\n\t// jQuery.support is not used in Core but other projects attach their\n\t// properties to it so it needs to exist.\n\tsupport: support\n} );\n\nif ( typeof Symbol === \"function\" ) {\n\tjQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ];\n}\n\n// Populate the class2type map\njQuery.each( \"Boolean Number String Function Array Date RegExp Object Error Symbol\".split( \" \" ),\nfunction( i, name ) {\n\tclass2type[ \"[object \" + name + \"]\" ] = name.toLowerCase();\n} );\n\nfunction isArrayLike( obj ) {\n\n\t// Support: real iOS 8.2 only (not reproducible in simulator)\n\t// `in` check used to prevent JIT error (gh-2145)\n\t// hasOwn isn't used here due to false negatives\n\t// regarding Nodelist length in IE\n\tvar length = !!obj && \"length\" in obj && obj.length,\n\t\ttype = toType( obj );\n\n\tif ( isFunction( obj ) || isWindow( obj ) ) {\n\t\treturn false;\n\t}\n\n\treturn type === \"array\" || length === 0 ||\n\t\ttypeof length === \"number\" && length > 0 && ( length - 1 ) in obj;\n}\nvar Sizzle =\n/*!\n * Sizzle CSS Selector Engine v2.3.4\n * https://sizzlejs.com/\n *\n * Copyright JS Foundation and other contributors\n * Released under the MIT license\n * https://js.foundation/\n *\n * Date: 2019-04-08\n */\n(function( window ) {\n\nvar i,\n\tsupport,\n\tExpr,\n\tgetText,\n\tisXML,\n\ttokenize,\n\tcompile,\n\tselect,\n\toutermostContext,\n\tsortInput,\n\thasDuplicate,\n\n\t// Local document vars\n\tsetDocument,\n\tdocument,\n\tdocElem,\n\tdocumentIsHTML,\n\trbuggyQSA,\n\trbuggyMatches,\n\tmatches,\n\tcontains,\n\n\t// Instance-specific data\n\texpando = \"sizzle\" + 1 * new Date(),\n\tpreferredDoc = window.document,\n\tdirruns = 0,\n\tdone = 0,\n\tclassCache = createCache(),\n\ttokenCache = createCache(),\n\tcompilerCache = createCache(),\n\tnonnativeSelectorCache = createCache(),\n\tsortOrder = function( a, b ) {\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t}\n\t\treturn 0;\n\t},\n\n\t// Instance methods\n\thasOwn = ({}).hasOwnProperty,\n\tarr = [],\n\tpop = arr.pop,\n\tpush_native = arr.push,\n\tpush = arr.push,\n\tslice = arr.slice,\n\t// Use a stripped-down indexOf as it's faster than native\n\t// https://jsperf.com/thor-indexof-vs-for/5\n\tindexOf = function( list, elem ) {\n\t\tvar i = 0,\n\t\t\tlen = list.length;\n\t\tfor ( ; i < len; i++ ) {\n\t\t\tif ( list[i] === elem ) {\n\t\t\t\treturn i;\n\t\t\t}\n\t\t}\n\t\treturn -1;\n\t},\n\n\tbooleans = \"checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped\",\n\n\t// Regular expressions\n\n\t// http://www.w3.org/TR/css3-selectors/#whitespace\n\twhitespace = \"[\\\\x20\\\\t\\\\r\\\\n\\\\f]\",\n\n\t// http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier\n\tidentifier = \"(?:\\\\\\\\.|[\\\\w-]|[^\\0-\\\\xa0])+\",\n\n\t// Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors\n\tattributes = \"\\\\[\" + whitespace + \"*(\" + identifier + \")(?:\" + whitespace +\n\t\t// Operator (capture 2)\n\t\t\"*([*^$|!~]?=)\" + whitespace +\n\t\t// \"Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]\"\n\t\t\"*(?:'((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\"|(\" + identifier + \"))|)\" + whitespace +\n\t\t\"*\\\\]\",\n\n\tpseudos = \":(\" + identifier + \")(?:\\\\((\" +\n\t\t// To reduce the number of selectors needing tokenize in the preFilter, prefer arguments:\n\t\t// 1. quoted (capture 3; capture 4 or capture 5)\n\t\t\"('((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\")|\" +\n\t\t// 2. simple (capture 6)\n\t\t\"((?:\\\\\\\\.|[^\\\\\\\\()[\\\\]]|\" + attributes + \")*)|\" +\n\t\t// 3. anything else (capture 2)\n\t\t\".*\" +\n\t\t\")\\\\)|)\",\n\n\t// Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter\n\trwhitespace = new RegExp( whitespace + \"+\", \"g\" ),\n\trtrim = new RegExp( \"^\" + whitespace + \"+|((?:^|[^\\\\\\\\])(?:\\\\\\\\.)*)\" + whitespace + \"+$\", \"g\" ),\n\n\trcomma = new RegExp( \"^\" + whitespace + \"*,\" + whitespace + \"*\" ),\n\trcombinators = new RegExp( \"^\" + whitespace + \"*([>+~]|\" + whitespace + \")\" + whitespace + \"*\" ),\n\trdescend = new RegExp( whitespace + \"|>\" ),\n\n\trpseudo = new RegExp( pseudos ),\n\tridentifier = new RegExp( \"^\" + identifier + \"$\" ),\n\n\tmatchExpr = {\n\t\t\"ID\": new RegExp( \"^#(\" + identifier + \")\" ),\n\t\t\"CLASS\": new RegExp( \"^\\\\.(\" + identifier + \")\" ),\n\t\t\"TAG\": new RegExp( \"^(\" + identifier + \"|[*])\" ),\n\t\t\"ATTR\": new RegExp( \"^\" + attributes ),\n\t\t\"PSEUDO\": new RegExp( \"^\" + pseudos ),\n\t\t\"CHILD\": new RegExp( \"^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\\\(\" + whitespace +\n\t\t\t\"*(even|odd|(([+-]|)(\\\\d*)n|)\" + whitespace + \"*(?:([+-]|)\" + whitespace +\n\t\t\t\"*(\\\\d+)|))\" + whitespace + \"*\\\\)|)\", \"i\" ),\n\t\t\"bool\": new RegExp( \"^(?:\" + booleans + \")$\", \"i\" ),\n\t\t// For use in libraries implementing .is()\n\t\t// We use this for POS matching in `select`\n\t\t\"needsContext\": new RegExp( \"^\" + whitespace + \"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\\\(\" +\n\t\t\twhitespace + \"*((?:-\\\\d)?\\\\d*)\" + whitespace + \"*\\\\)|)(?=[^-]|$)\", \"i\" )\n\t},\n\n\trhtml = /HTML$/i,\n\trinputs = /^(?:input|select|textarea|button)$/i,\n\trheader = /^h\\d$/i,\n\n\trnative = /^[^{]+\\{\\s*\\[native \\w/,\n\n\t// Easily-parseable/retrievable ID or TAG or CLASS selectors\n\trquickExpr = /^(?:#([\\w-]+)|(\\w+)|\\.([\\w-]+))$/,\n\n\trsibling = /[+~]/,\n\n\t// CSS escapes\n\t// http://www.w3.org/TR/CSS21/syndata.html#escaped-characters\n\trunescape = new RegExp( \"\\\\\\\\([\\\\da-f]{1,6}\" + whitespace + \"?|(\" + whitespace + \")|.)\", \"ig\" ),\n\tfunescape = function( _, escaped, escapedWhitespace ) {\n\t\tvar high = \"0x\" + escaped - 0x10000;\n\t\t// NaN means non-codepoint\n\t\t// Support: Firefox<24\n\t\t// Workaround erroneous numeric interpretation of +\"0x\"\n\t\treturn high !== high || escapedWhitespace ?\n\t\t\tescaped :\n\t\t\thigh < 0 ?\n\t\t\t\t// BMP codepoint\n\t\t\t\tString.fromCharCode( high + 0x10000 ) :\n\t\t\t\t// Supplemental Plane codepoint (surrogate pair)\n\t\t\t\tString.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 );\n\t},\n\n\t// CSS string/identifier serialization\n\t// https://drafts.csswg.org/cssom/#common-serializing-idioms\n\trcssescape = /([\\0-\\x1f\\x7f]|^-?\\d)|^-$|[^\\0-\\x1f\\x7f-\\uFFFF\\w-]/g,\n\tfcssescape = function( ch, asCodePoint ) {\n\t\tif ( asCodePoint ) {\n\n\t\t\t// U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER\n\t\t\tif ( ch === \"\\0\" ) {\n\t\t\t\treturn \"\\uFFFD\";\n\t\t\t}\n\n\t\t\t// Control characters and (dependent upon position) numbers get escaped as code points\n\t\t\treturn ch.slice( 0, -1 ) + \"\\\\\" + ch.charCodeAt( ch.length - 1 ).toString( 16 ) + \" \";\n\t\t}\n\n\t\t// Other potentially-special ASCII characters get backslash-escaped\n\t\treturn \"\\\\\" + ch;\n\t},\n\n\t// Used for iframes\n\t// See setDocument()\n\t// Removing the function wrapper causes a \"Permission Denied\"\n\t// error in IE\n\tunloadHandler = function() {\n\t\tsetDocument();\n\t},\n\n\tinDisabledFieldset = addCombinator(\n\t\tfunction( elem ) {\n\t\t\treturn elem.disabled === true && elem.nodeName.toLowerCase() === \"fieldset\";\n\t\t},\n\t\t{ dir: \"parentNode\", next: \"legend\" }\n\t);\n\n// Optimize for push.apply( _, NodeList )\ntry {\n\tpush.apply(\n\t\t(arr = slice.call( preferredDoc.childNodes )),\n\t\tpreferredDoc.childNodes\n\t);\n\t// Support: Android<4.0\n\t// Detect silently failing push.apply\n\tarr[ preferredDoc.childNodes.length ].nodeType;\n} catch ( e ) {\n\tpush = { apply: arr.length ?\n\n\t\t// Leverage slice if possible\n\t\tfunction( target, els ) {\n\t\t\tpush_native.apply( target, slice.call(els) );\n\t\t} :\n\n\t\t// Support: IE<9\n\t\t// Otherwise append directly\n\t\tfunction( target, els ) {\n\t\t\tvar j = target.length,\n\t\t\t\ti = 0;\n\t\t\t// Can't trust NodeList.length\n\t\t\twhile ( (target[j++] = els[i++]) ) {}\n\t\t\ttarget.length = j - 1;\n\t\t}\n\t};\n}\n\nfunction Sizzle( selector, context, results, seed ) {\n\tvar m, i, elem, nid, match, groups, newSelector,\n\t\tnewContext = context && context.ownerDocument,\n\n\t\t// nodeType defaults to 9, since context defaults to document\n\t\tnodeType = context ? context.nodeType : 9;\n\n\tresults = results || [];\n\n\t// Return early from calls with invalid selector or context\n\tif ( typeof selector !== \"string\" || !selector ||\n\t\tnodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) {\n\n\t\treturn results;\n\t}\n\n\t// Try to shortcut find operations (as opposed to filters) in HTML documents\n\tif ( !seed ) {\n\n\t\tif ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) {\n\t\t\tsetDocument( context );\n\t\t}\n\t\tcontext = context || document;\n\n\t\tif ( documentIsHTML ) {\n\n\t\t\t// If the selector is sufficiently simple, try using a \"get*By*\" DOM method\n\t\t\t// (excepting DocumentFragment context, where the methods don't exist)\n\t\t\tif ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) {\n\n\t\t\t\t// ID selector\n\t\t\t\tif ( (m = match[1]) ) {\n\n\t\t\t\t\t// Document context\n\t\t\t\t\tif ( nodeType === 9 ) {\n\t\t\t\t\t\tif ( (elem = context.getElementById( m )) ) {\n\n\t\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t\t// getElementById can match elements by name instead of ID\n\t\t\t\t\t\t\tif ( elem.id === m ) {\n\t\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t// Element context\n\t\t\t\t\t} else {\n\n\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t// getElementById can match elements by name instead of ID\n\t\t\t\t\t\tif ( newContext && (elem = newContext.getElementById( m )) &&\n\t\t\t\t\t\t\tcontains( context, elem ) &&\n\t\t\t\t\t\t\telem.id === m ) {\n\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t// Type selector\n\t\t\t\t} else if ( match[2] ) {\n\t\t\t\t\tpush.apply( results, context.getElementsByTagName( selector ) );\n\t\t\t\t\treturn results;\n\n\t\t\t\t// Class selector\n\t\t\t\t} else if ( (m = match[3]) && support.getElementsByClassName &&\n\t\t\t\t\tcontext.getElementsByClassName ) {\n\n\t\t\t\t\tpush.apply( results, context.getElementsByClassName( m ) );\n\t\t\t\t\treturn results;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Take advantage of querySelectorAll\n\t\t\tif ( support.qsa &&\n\t\t\t\t!nonnativeSelectorCache[ selector + \" \" ] &&\n\t\t\t\t(!rbuggyQSA || !rbuggyQSA.test( selector )) &&\n\n\t\t\t\t// Support: IE 8 only\n\t\t\t\t// Exclude object elements\n\t\t\t\t(nodeType !== 1 || context.nodeName.toLowerCase() !== \"object\") ) {\n\n\t\t\t\tnewSelector = selector;\n\t\t\t\tnewContext = context;\n\n\t\t\t\t// qSA considers elements outside a scoping root when evaluating child or\n\t\t\t\t// descendant combinators, which is not what we want.\n\t\t\t\t// In such cases, we work around the behavior by prefixing every selector in the\n\t\t\t\t// list with an ID selector referencing the scope context.\n\t\t\t\t// Thanks to Andrew Dupont for this technique.\n\t\t\t\tif ( nodeType === 1 && rdescend.test( selector ) ) {\n\n\t\t\t\t\t// Capture the context ID, setting it first if necessary\n\t\t\t\t\tif ( (nid = context.getAttribute( \"id\" )) ) {\n\t\t\t\t\t\tnid = nid.replace( rcssescape, fcssescape );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tcontext.setAttribute( \"id\", (nid = expando) );\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prefix every selector in the list\n\t\t\t\t\tgroups = tokenize( selector );\n\t\t\t\t\ti = groups.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tgroups[i] = \"#\" + nid + \" \" + toSelector( groups[i] );\n\t\t\t\t\t}\n\t\t\t\t\tnewSelector = groups.join( \",\" );\n\n\t\t\t\t\t// Expand context for sibling selectors\n\t\t\t\t\tnewContext = rsibling.test( selector ) && testContext( context.parentNode ) ||\n\t\t\t\t\t\tcontext;\n\t\t\t\t}\n\n\t\t\t\ttry {\n\t\t\t\t\tpush.apply( results,\n\t\t\t\t\t\tnewContext.querySelectorAll( newSelector )\n\t\t\t\t\t);\n\t\t\t\t\treturn results;\n\t\t\t\t} catch ( qsaError ) {\n\t\t\t\t\tnonnativeSelectorCache( selector, true );\n\t\t\t\t} finally {\n\t\t\t\t\tif ( nid === expando ) {\n\t\t\t\t\t\tcontext.removeAttribute( \"id\" );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// All others\n\treturn select( selector.replace( rtrim, \"$1\" ), context, results, seed );\n}\n\n/**\n * Create key-value caches of limited size\n * @returns {function(string, object)} Returns the Object data after storing it on itself with\n *\tproperty name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength)\n *\tdeleting the oldest entry\n */\nfunction createCache() {\n\tvar keys = [];\n\n\tfunction cache( key, value ) {\n\t\t// Use (key + \" \") to avoid collision with native prototype properties (see Issue #157)\n\t\tif ( keys.push( key + \" \" ) > Expr.cacheLength ) {\n\t\t\t// Only keep the most recent entries\n\t\t\tdelete cache[ keys.shift() ];\n\t\t}\n\t\treturn (cache[ key + \" \" ] = value);\n\t}\n\treturn cache;\n}\n\n/**\n * Mark a function for special use by Sizzle\n * @param {Function} fn The function to mark\n */\nfunction markFunction( fn ) {\n\tfn[ expando ] = true;\n\treturn fn;\n}\n\n/**\n * Support testing using an element\n * @param {Function} fn Passed the created element and returns a boolean result\n */\nfunction assert( fn ) {\n\tvar el = document.createElement(\"fieldset\");\n\n\ttry {\n\t\treturn !!fn( el );\n\t} catch (e) {\n\t\treturn false;\n\t} finally {\n\t\t// Remove from its parent by default\n\t\tif ( el.parentNode ) {\n\t\t\tel.parentNode.removeChild( el );\n\t\t}\n\t\t// release memory in IE\n\t\tel = null;\n\t}\n}\n\n/**\n * Adds the same handler for all of the specified attrs\n * @param {String} attrs Pipe-separated list of attributes\n * @param {Function} handler The method that will be applied\n */\nfunction addHandle( attrs, handler ) {\n\tvar arr = attrs.split(\"|\"),\n\t\ti = arr.length;\n\n\twhile ( i-- ) {\n\t\tExpr.attrHandle[ arr[i] ] = handler;\n\t}\n}\n\n/**\n * Checks document order of two siblings\n * @param {Element} a\n * @param {Element} b\n * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b\n */\nfunction siblingCheck( a, b ) {\n\tvar cur = b && a,\n\t\tdiff = cur && a.nodeType === 1 && b.nodeType === 1 &&\n\t\t\ta.sourceIndex - b.sourceIndex;\n\n\t// Use IE sourceIndex if available on both nodes\n\tif ( diff ) {\n\t\treturn diff;\n\t}\n\n\t// Check if b follows a\n\tif ( cur ) {\n\t\twhile ( (cur = cur.nextSibling) ) {\n\t\t\tif ( cur === b ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t}\n\n\treturn a ? 1 : -1;\n}\n\n/**\n * Returns a function to use in pseudos for input types\n * @param {String} type\n */\nfunction createInputPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn name === \"input\" && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for buttons\n * @param {String} type\n */\nfunction createButtonPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn (name === \"input\" || name === \"button\") && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for :enabled/:disabled\n * @param {Boolean} disabled true for :disabled; false for :enabled\n */\nfunction createDisabledPseudo( disabled ) {\n\n\t// Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable\n\treturn function( elem ) {\n\n\t\t// Only certain elements can match :enabled or :disabled\n\t\t// https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled\n\t\t// https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled\n\t\tif ( \"form\" in elem ) {\n\n\t\t\t// Check for inherited disabledness on relevant non-disabled elements:\n\t\t\t// * listed form-associated elements in a disabled fieldset\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#category-listed\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled\n\t\t\t// * option elements in a disabled optgroup\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled\n\t\t\t// All such elements have a \"form\" property.\n\t\t\tif ( elem.parentNode && elem.disabled === false ) {\n\n\t\t\t\t// Option elements defer to a parent optgroup if present\n\t\t\t\tif ( \"label\" in elem ) {\n\t\t\t\t\tif ( \"label\" in elem.parentNode ) {\n\t\t\t\t\t\treturn elem.parentNode.disabled === disabled;\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn elem.disabled === disabled;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Support: IE 6 - 11\n\t\t\t\t// Use the isDisabled shortcut property to check for disabled fieldset ancestors\n\t\t\t\treturn elem.isDisabled === disabled ||\n\n\t\t\t\t\t// Where there is no isDisabled, check manually\n\t\t\t\t\t/* jshint -W018 */\n\t\t\t\t\telem.isDisabled !== !disabled &&\n\t\t\t\t\t\tinDisabledFieldset( elem ) === disabled;\n\t\t\t}\n\n\t\t\treturn elem.disabled === disabled;\n\n\t\t// Try to winnow out elements that can't be disabled before trusting the disabled property.\n\t\t// Some victims get caught in our net (label, legend, menu, track), but it shouldn't\n\t\t// even exist on them, let alone have a boolean value.\n\t\t} else if ( \"label\" in elem ) {\n\t\t\treturn elem.disabled === disabled;\n\t\t}\n\n\t\t// Remaining elements are neither :enabled nor :disabled\n\t\treturn false;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for positionals\n * @param {Function} fn\n */\nfunction createPositionalPseudo( fn ) {\n\treturn markFunction(function( argument ) {\n\t\targument = +argument;\n\t\treturn markFunction(function( seed, matches ) {\n\t\t\tvar j,\n\t\t\t\tmatchIndexes = fn( [], seed.length, argument ),\n\t\t\t\ti = matchIndexes.length;\n\n\t\t\t// Match elements found at the specified indexes\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( seed[ (j = matchIndexes[i]) ] ) {\n\t\t\t\t\tseed[j] = !(matches[j] = seed[j]);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t});\n}\n\n/**\n * Checks a node for validity as a Sizzle context\n * @param {Element|Object=} context\n * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value\n */\nfunction testContext( context ) {\n\treturn context && typeof context.getElementsByTagName !== \"undefined\" && context;\n}\n\n// Expose support vars for convenience\nsupport = Sizzle.support = {};\n\n/**\n * Detects XML nodes\n * @param {Element|Object} elem An element or a document\n * @returns {Boolean} True iff elem is a non-HTML XML node\n */\nisXML = Sizzle.isXML = function( elem ) {\n\tvar namespace = elem.namespaceURI,\n\t\tdocElem = (elem.ownerDocument || elem).documentElement;\n\n\t// Support: IE <=8\n\t// Assume HTML when documentElement doesn't yet exist, such as inside loading iframes\n\t// https://bugs.jquery.com/ticket/4833\n\treturn !rhtml.test( namespace || docElem && docElem.nodeName || \"HTML\" );\n};\n\n/**\n * Sets document-related variables once based on the current document\n * @param {Element|Object} [doc] An element or document object to use to set the document\n * @returns {Object} Returns the current document\n */\nsetDocument = Sizzle.setDocument = function( node ) {\n\tvar hasCompare, subWindow,\n\t\tdoc = node ? node.ownerDocument || node : preferredDoc;\n\n\t// Return early if doc is invalid or already selected\n\tif ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) {\n\t\treturn document;\n\t}\n\n\t// Update global variables\n\tdocument = doc;\n\tdocElem = document.documentElement;\n\tdocumentIsHTML = !isXML( document );\n\n\t// Support: IE 9-11, Edge\n\t// Accessing iframe documents after unload throws \"permission denied\" errors (jQuery #13936)\n\tif ( preferredDoc !== document &&\n\t\t(subWindow = document.defaultView) && subWindow.top !== subWindow ) {\n\n\t\t// Support: IE 11, Edge\n\t\tif ( subWindow.addEventListener ) {\n\t\t\tsubWindow.addEventListener( \"unload\", unloadHandler, false );\n\n\t\t// Support: IE 9 - 10 only\n\t\t} else if ( subWindow.attachEvent ) {\n\t\t\tsubWindow.attachEvent( \"onunload\", unloadHandler );\n\t\t}\n\t}\n\n\t/* Attributes\n\t---------------------------------------------------------------------- */\n\n\t// Support: IE<8\n\t// Verify that getAttribute really returns attributes and not properties\n\t// (excepting IE8 booleans)\n\tsupport.attributes = assert(function( el ) {\n\t\tel.className = \"i\";\n\t\treturn !el.getAttribute(\"className\");\n\t});\n\n\t/* getElement(s)By*\n\t---------------------------------------------------------------------- */\n\n\t// Check if getElementsByTagName(\"*\") returns only elements\n\tsupport.getElementsByTagName = assert(function( el ) {\n\t\tel.appendChild( document.createComment(\"\") );\n\t\treturn !el.getElementsByTagName(\"*\").length;\n\t});\n\n\t// Support: IE<9\n\tsupport.getElementsByClassName = rnative.test( document.getElementsByClassName );\n\n\t// Support: IE<10\n\t// Check if getElementById returns elements by name\n\t// The broken getElementById methods don't pick up programmatically-set names,\n\t// so use a roundabout getElementsByName test\n\tsupport.getById = assert(function( el ) {\n\t\tdocElem.appendChild( el ).id = expando;\n\t\treturn !document.getElementsByName || !document.getElementsByName( expando ).length;\n\t});\n\n\t// ID filter and find\n\tif ( support.getById ) {\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn elem.getAttribute(\"id\") === attrId;\n\t\t\t};\n\t\t};\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar elem = context.getElementById( id );\n\t\t\t\treturn elem ? [ elem ] : [];\n\t\t\t}\n\t\t};\n\t} else {\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\tvar node = typeof elem.getAttributeNode !== \"undefined\" &&\n\t\t\t\t\telem.getAttributeNode(\"id\");\n\t\t\t\treturn node && node.value === attrId;\n\t\t\t};\n\t\t};\n\n\t\t// Support: IE 6 - 7 only\n\t\t// getElementById is not reliable as a find shortcut\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar node, i, elems,\n\t\t\t\t\telem = context.getElementById( id );\n\n\t\t\t\tif ( elem ) {\n\n\t\t\t\t\t// Verify the id attribute\n\t\t\t\t\tnode = elem.getAttributeNode(\"id\");\n\t\t\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t}\n\n\t\t\t\t\t// Fall back on getElementsByName\n\t\t\t\t\telems = context.getElementsByName( id );\n\t\t\t\t\ti = 0;\n\t\t\t\t\twhile ( (elem = elems[i++]) ) {\n\t\t\t\t\t\tnode = elem.getAttributeNode(\"id\");\n\t\t\t\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn [];\n\t\t\t}\n\t\t};\n\t}\n\n\t// Tag\n\tExpr.find[\"TAG\"] = support.getElementsByTagName ?\n\t\tfunction( tag, context ) {\n\t\t\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\t\t\treturn context.getElementsByTagName( tag );\n\n\t\t\t// DocumentFragment nodes don't have gEBTN\n\t\t\t} else if ( support.qsa ) {\n\t\t\t\treturn context.querySelectorAll( tag );\n\t\t\t}\n\t\t} :\n\n\t\tfunction( tag, context ) {\n\t\t\tvar elem,\n\t\t\t\ttmp = [],\n\t\t\t\ti = 0,\n\t\t\t\t// By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too\n\t\t\t\tresults = context.getElementsByTagName( tag );\n\n\t\t\t// Filter out possible comments\n\t\t\tif ( tag === \"*\" ) {\n\t\t\t\twhile ( (elem = results[i++]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\ttmp.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn tmp;\n\t\t\t}\n\t\t\treturn results;\n\t\t};\n\n\t// Class\n\tExpr.find[\"CLASS\"] = support.getElementsByClassName && function( className, context ) {\n\t\tif ( typeof context.getElementsByClassName !== \"undefined\" && documentIsHTML ) {\n\t\t\treturn context.getElementsByClassName( className );\n\t\t}\n\t};\n\n\t/* QSA/matchesSelector\n\t---------------------------------------------------------------------- */\n\n\t// QSA and matchesSelector support\n\n\t// matchesSelector(:active) reports false when true (IE9/Opera 11.5)\n\trbuggyMatches = [];\n\n\t// qSa(:focus) reports false when true (Chrome 21)\n\t// We allow this because of a bug in IE8/9 that throws an error\n\t// whenever `document.activeElement` is accessed on an iframe\n\t// So, we allow :focus to pass through QSA all the time to avoid the IE error\n\t// See https://bugs.jquery.com/ticket/13378\n\trbuggyQSA = [];\n\n\tif ( (support.qsa = rnative.test( document.querySelectorAll )) ) {\n\t\t// Build QSA regex\n\t\t// Regex strategy adopted from Diego Perini\n\t\tassert(function( el ) {\n\t\t\t// Select is set to empty string on purpose\n\t\t\t// This is to test IE's treatment of not explicitly\n\t\t\t// setting a boolean content attribute,\n\t\t\t// since its presence should be enough\n\t\t\t// https://bugs.jquery.com/ticket/12359\n\t\t\tdocElem.appendChild( el ).innerHTML = \"\" +\n\t\t\t\t\"\";\n\n\t\t\t// Support: IE8, Opera 11-12.16\n\t\t\t// Nothing should be selected when empty strings follow ^= or $= or *=\n\t\t\t// The test attribute must be unknown in Opera but \"safe\" for WinRT\n\t\t\t// https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section\n\t\t\tif ( el.querySelectorAll(\"[msallowcapture^='']\").length ) {\n\t\t\t\trbuggyQSA.push( \"[*^$]=\" + whitespace + \"*(?:''|\\\"\\\")\" );\n\t\t\t}\n\n\t\t\t// Support: IE8\n\t\t\t// Boolean attributes and \"value\" are not treated correctly\n\t\t\tif ( !el.querySelectorAll(\"[selected]\").length ) {\n\t\t\t\trbuggyQSA.push( \"\\\\[\" + whitespace + \"*(?:value|\" + booleans + \")\" );\n\t\t\t}\n\n\t\t\t// Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+\n\t\t\tif ( !el.querySelectorAll( \"[id~=\" + expando + \"-]\" ).length ) {\n\t\t\t\trbuggyQSA.push(\"~=\");\n\t\t\t}\n\n\t\t\t// Webkit/Opera - :checked should return selected option elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( !el.querySelectorAll(\":checked\").length ) {\n\t\t\t\trbuggyQSA.push(\":checked\");\n\t\t\t}\n\n\t\t\t// Support: Safari 8+, iOS 8+\n\t\t\t// https://bugs.webkit.org/show_bug.cgi?id=136851\n\t\t\t// In-page `selector#id sibling-combinator selector` fails\n\t\t\tif ( !el.querySelectorAll( \"a#\" + expando + \"+*\" ).length ) {\n\t\t\t\trbuggyQSA.push(\".#.+[+~]\");\n\t\t\t}\n\t\t});\n\n\t\tassert(function( el ) {\n\t\t\tel.innerHTML = \"\" +\n\t\t\t\t\"\";\n\n\t\t\t// Support: Windows 8 Native Apps\n\t\t\t// The type and name attributes are restricted during .innerHTML assignment\n\t\t\tvar input = document.createElement(\"input\");\n\t\t\tinput.setAttribute( \"type\", \"hidden\" );\n\t\t\tel.appendChild( input ).setAttribute( \"name\", \"D\" );\n\n\t\t\t// Support: IE8\n\t\t\t// Enforce case-sensitivity of name attribute\n\t\t\tif ( el.querySelectorAll(\"[name=d]\").length ) {\n\t\t\t\trbuggyQSA.push( \"name\" + whitespace + \"*[*^$|!~]?=\" );\n\t\t\t}\n\n\t\t\t// FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( el.querySelectorAll(\":enabled\").length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Support: IE9-11+\n\t\t\t// IE's :disabled selector does not pick up the children of disabled fieldsets\n\t\t\tdocElem.appendChild( el ).disabled = true;\n\t\t\tif ( el.querySelectorAll(\":disabled\").length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Opera 10-11 does not throw on post-comma invalid pseudos\n\t\t\tel.querySelectorAll(\"*,:x\");\n\t\t\trbuggyQSA.push(\",.*:\");\n\t\t});\n\t}\n\n\tif ( (support.matchesSelector = rnative.test( (matches = docElem.matches ||\n\t\tdocElem.webkitMatchesSelector ||\n\t\tdocElem.mozMatchesSelector ||\n\t\tdocElem.oMatchesSelector ||\n\t\tdocElem.msMatchesSelector) )) ) {\n\n\t\tassert(function( el ) {\n\t\t\t// Check to see if it's possible to do matchesSelector\n\t\t\t// on a disconnected node (IE 9)\n\t\t\tsupport.disconnectedMatch = matches.call( el, \"*\" );\n\n\t\t\t// This should fail with an exception\n\t\t\t// Gecko does not error, returns false instead\n\t\t\tmatches.call( el, \"[s!='']:x\" );\n\t\t\trbuggyMatches.push( \"!=\", pseudos );\n\t\t});\n\t}\n\n\trbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join(\"|\") );\n\trbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join(\"|\") );\n\n\t/* Contains\n\t---------------------------------------------------------------------- */\n\thasCompare = rnative.test( docElem.compareDocumentPosition );\n\n\t// Element contains another\n\t// Purposefully self-exclusive\n\t// As in, an element does not contain itself\n\tcontains = hasCompare || rnative.test( docElem.contains ) ?\n\t\tfunction( a, b ) {\n\t\t\tvar adown = a.nodeType === 9 ? a.documentElement : a,\n\t\t\t\tbup = b && b.parentNode;\n\t\t\treturn a === bup || !!( bup && bup.nodeType === 1 && (\n\t\t\t\tadown.contains ?\n\t\t\t\t\tadown.contains( bup ) :\n\t\t\t\t\ta.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16\n\t\t\t));\n\t\t} :\n\t\tfunction( a, b ) {\n\t\t\tif ( b ) {\n\t\t\t\twhile ( (b = b.parentNode) ) {\n\t\t\t\t\tif ( b === a ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n\n\t/* Sorting\n\t---------------------------------------------------------------------- */\n\n\t// Document order sorting\n\tsortOrder = hasCompare ?\n\tfunction( a, b ) {\n\n\t\t// Flag for duplicate removal\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\t// Sort on method existence if only one input has compareDocumentPosition\n\t\tvar compare = !a.compareDocumentPosition - !b.compareDocumentPosition;\n\t\tif ( compare ) {\n\t\t\treturn compare;\n\t\t}\n\n\t\t// Calculate position if both inputs belong to the same document\n\t\tcompare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ?\n\t\t\ta.compareDocumentPosition( b ) :\n\n\t\t\t// Otherwise we know they are disconnected\n\t\t\t1;\n\n\t\t// Disconnected nodes\n\t\tif ( compare & 1 ||\n\t\t\t(!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) {\n\n\t\t\t// Choose the first element that is related to our preferred document\n\t\t\tif ( a === document || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t\tif ( b === document || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\t// Maintain original order\n\t\t\treturn sortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\t\t}\n\n\t\treturn compare & 4 ? -1 : 1;\n\t} :\n\tfunction( a, b ) {\n\t\t// Exit early if the nodes are identical\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\taup = a.parentNode,\n\t\t\tbup = b.parentNode,\n\t\t\tap = [ a ],\n\t\t\tbp = [ b ];\n\n\t\t// Parentless nodes are either documents or disconnected\n\t\tif ( !aup || !bup ) {\n\t\t\treturn a === document ? -1 :\n\t\t\t\tb === document ? 1 :\n\t\t\t\taup ? -1 :\n\t\t\t\tbup ? 1 :\n\t\t\t\tsortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\n\t\t// If the nodes are siblings, we can do a quick check\n\t\t} else if ( aup === bup ) {\n\t\t\treturn siblingCheck( a, b );\n\t\t}\n\n\t\t// Otherwise we need full lists of their ancestors for comparison\n\t\tcur = a;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tap.unshift( cur );\n\t\t}\n\t\tcur = b;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tbp.unshift( cur );\n\t\t}\n\n\t\t// Walk down the tree looking for a discrepancy\n\t\twhile ( ap[i] === bp[i] ) {\n\t\t\ti++;\n\t\t}\n\n\t\treturn i ?\n\t\t\t// Do a sibling check if the nodes have a common ancestor\n\t\t\tsiblingCheck( ap[i], bp[i] ) :\n\n\t\t\t// Otherwise nodes in our document sort first\n\t\t\tap[i] === preferredDoc ? -1 :\n\t\t\tbp[i] === preferredDoc ? 1 :\n\t\t\t0;\n\t};\n\n\treturn document;\n};\n\nSizzle.matches = function( expr, elements ) {\n\treturn Sizzle( expr, null, null, elements );\n};\n\nSizzle.matchesSelector = function( elem, expr ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\tif ( support.matchesSelector && documentIsHTML &&\n\t\t!nonnativeSelectorCache[ expr + \" \" ] &&\n\t\t( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&\n\t\t( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) {\n\n\t\ttry {\n\t\t\tvar ret = matches.call( elem, expr );\n\n\t\t\t// IE 9's matchesSelector returns false on disconnected nodes\n\t\t\tif ( ret || support.disconnectedMatch ||\n\t\t\t\t\t// As well, disconnected nodes are said to be in a document\n\t\t\t\t\t// fragment in IE 9\n\t\t\t\t\telem.document && elem.document.nodeType !== 11 ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\t\t} catch (e) {\n\t\t\tnonnativeSelectorCache( expr, true );\n\t\t}\n\t}\n\n\treturn Sizzle( expr, document, null, [ elem ] ).length > 0;\n};\n\nSizzle.contains = function( context, elem ) {\n\t// Set document vars if needed\n\tif ( ( context.ownerDocument || context ) !== document ) {\n\t\tsetDocument( context );\n\t}\n\treturn contains( context, elem );\n};\n\nSizzle.attr = function( elem, name ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\tvar fn = Expr.attrHandle[ name.toLowerCase() ],\n\t\t// Don't get fooled by Object.prototype properties (jQuery #13807)\n\t\tval = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ?\n\t\t\tfn( elem, name, !documentIsHTML ) :\n\t\t\tundefined;\n\n\treturn val !== undefined ?\n\t\tval :\n\t\tsupport.attributes || !documentIsHTML ?\n\t\t\telem.getAttribute( name ) :\n\t\t\t(val = elem.getAttributeNode(name)) && val.specified ?\n\t\t\t\tval.value :\n\t\t\t\tnull;\n};\n\nSizzle.escape = function( sel ) {\n\treturn (sel + \"\").replace( rcssescape, fcssescape );\n};\n\nSizzle.error = function( msg ) {\n\tthrow new Error( \"Syntax error, unrecognized expression: \" + msg );\n};\n\n/**\n * Document sorting and removing duplicates\n * @param {ArrayLike} results\n */\nSizzle.uniqueSort = function( results ) {\n\tvar elem,\n\t\tduplicates = [],\n\t\tj = 0,\n\t\ti = 0;\n\n\t// Unless we *know* we can detect duplicates, assume their presence\n\thasDuplicate = !support.detectDuplicates;\n\tsortInput = !support.sortStable && results.slice( 0 );\n\tresults.sort( sortOrder );\n\n\tif ( hasDuplicate ) {\n\t\twhile ( (elem = results[i++]) ) {\n\t\t\tif ( elem === results[ i ] ) {\n\t\t\t\tj = duplicates.push( i );\n\t\t\t}\n\t\t}\n\t\twhile ( j-- ) {\n\t\t\tresults.splice( duplicates[ j ], 1 );\n\t\t}\n\t}\n\n\t// Clear input after sorting to release objects\n\t// See https://github.com/jquery/sizzle/pull/225\n\tsortInput = null;\n\n\treturn results;\n};\n\n/**\n * Utility function for retrieving the text value of an array of DOM nodes\n * @param {Array|Element} elem\n */\ngetText = Sizzle.getText = function( elem ) {\n\tvar node,\n\t\tret = \"\",\n\t\ti = 0,\n\t\tnodeType = elem.nodeType;\n\n\tif ( !nodeType ) {\n\t\t// If no nodeType, this is expected to be an array\n\t\twhile ( (node = elem[i++]) ) {\n\t\t\t// Do not traverse comment nodes\n\t\t\tret += getText( node );\n\t\t}\n\t} else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {\n\t\t// Use textContent for elements\n\t\t// innerText usage removed for consistency of new lines (jQuery #11153)\n\t\tif ( typeof elem.textContent === \"string\" ) {\n\t\t\treturn elem.textContent;\n\t\t} else {\n\t\t\t// Traverse its children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tret += getText( elem );\n\t\t\t}\n\t\t}\n\t} else if ( nodeType === 3 || nodeType === 4 ) {\n\t\treturn elem.nodeValue;\n\t}\n\t// Do not include comment or processing instruction nodes\n\n\treturn ret;\n};\n\nExpr = Sizzle.selectors = {\n\n\t// Can be adjusted by the user\n\tcacheLength: 50,\n\n\tcreatePseudo: markFunction,\n\n\tmatch: matchExpr,\n\n\tattrHandle: {},\n\n\tfind: {},\n\n\trelative: {\n\t\t\">\": { dir: \"parentNode\", first: true },\n\t\t\" \": { dir: \"parentNode\" },\n\t\t\"+\": { dir: \"previousSibling\", first: true },\n\t\t\"~\": { dir: \"previousSibling\" }\n\t},\n\n\tpreFilter: {\n\t\t\"ATTR\": function( match ) {\n\t\t\tmatch[1] = match[1].replace( runescape, funescape );\n\n\t\t\t// Move the given value to match[3] whether quoted or unquoted\n\t\t\tmatch[3] = ( match[3] || match[4] || match[5] || \"\" ).replace( runescape, funescape );\n\n\t\t\tif ( match[2] === \"~=\" ) {\n\t\t\t\tmatch[3] = \" \" + match[3] + \" \";\n\t\t\t}\n\n\t\t\treturn match.slice( 0, 4 );\n\t\t},\n\n\t\t\"CHILD\": function( match ) {\n\t\t\t/* matches from matchExpr[\"CHILD\"]\n\t\t\t\t1 type (only|nth|...)\n\t\t\t\t2 what (child|of-type)\n\t\t\t\t3 argument (even|odd|\\d*|\\d*n([+-]\\d+)?|...)\n\t\t\t\t4 xn-component of xn+y argument ([+-]?\\d*n|)\n\t\t\t\t5 sign of xn-component\n\t\t\t\t6 x of xn-component\n\t\t\t\t7 sign of y-component\n\t\t\t\t8 y of y-component\n\t\t\t*/\n\t\t\tmatch[1] = match[1].toLowerCase();\n\n\t\t\tif ( match[1].slice( 0, 3 ) === \"nth\" ) {\n\t\t\t\t// nth-* requires argument\n\t\t\t\tif ( !match[3] ) {\n\t\t\t\t\tSizzle.error( match[0] );\n\t\t\t\t}\n\n\t\t\t\t// numeric x and y parameters for Expr.filter.CHILD\n\t\t\t\t// remember that false/true cast respectively to 0/1\n\t\t\t\tmatch[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === \"even\" || match[3] === \"odd\" ) );\n\t\t\t\tmatch[5] = +( ( match[7] + match[8] ) || match[3] === \"odd\" );\n\n\t\t\t// other types prohibit arguments\n\t\t\t} else if ( match[3] ) {\n\t\t\t\tSizzle.error( match[0] );\n\t\t\t}\n\n\t\t\treturn match;\n\t\t},\n\n\t\t\"PSEUDO\": function( match ) {\n\t\t\tvar excess,\n\t\t\t\tunquoted = !match[6] && match[2];\n\n\t\t\tif ( matchExpr[\"CHILD\"].test( match[0] ) ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\t// Accept quoted arguments as-is\n\t\t\tif ( match[3] ) {\n\t\t\t\tmatch[2] = match[4] || match[5] || \"\";\n\n\t\t\t// Strip excess characters from unquoted arguments\n\t\t\t} else if ( unquoted && rpseudo.test( unquoted ) &&\n\t\t\t\t// Get excess from tokenize (recursively)\n\t\t\t\t(excess = tokenize( unquoted, true )) &&\n\t\t\t\t// advance to the next closing parenthesis\n\t\t\t\t(excess = unquoted.indexOf( \")\", unquoted.length - excess ) - unquoted.length) ) {\n\n\t\t\t\t// excess is a negative index\n\t\t\t\tmatch[0] = match[0].slice( 0, excess );\n\t\t\t\tmatch[2] = unquoted.slice( 0, excess );\n\t\t\t}\n\n\t\t\t// Return only captures needed by the pseudo filter method (type and argument)\n\t\t\treturn match.slice( 0, 3 );\n\t\t}\n\t},\n\n\tfilter: {\n\n\t\t\"TAG\": function( nodeNameSelector ) {\n\t\t\tvar nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn nodeNameSelector === \"*\" ?\n\t\t\t\tfunction() { return true; } :\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn elem.nodeName && elem.nodeName.toLowerCase() === nodeName;\n\t\t\t\t};\n\t\t},\n\n\t\t\"CLASS\": function( className ) {\n\t\t\tvar pattern = classCache[ className + \" \" ];\n\n\t\t\treturn pattern ||\n\t\t\t\t(pattern = new RegExp( \"(^|\" + whitespace + \")\" + className + \"(\" + whitespace + \"|$)\" )) &&\n\t\t\t\tclassCache( className, function( elem ) {\n\t\t\t\t\treturn pattern.test( typeof elem.className === \"string\" && elem.className || typeof elem.getAttribute !== \"undefined\" && elem.getAttribute(\"class\") || \"\" );\n\t\t\t\t});\n\t\t},\n\n\t\t\"ATTR\": function( name, operator, check ) {\n\t\t\treturn function( elem ) {\n\t\t\t\tvar result = Sizzle.attr( elem, name );\n\n\t\t\t\tif ( result == null ) {\n\t\t\t\t\treturn operator === \"!=\";\n\t\t\t\t}\n\t\t\t\tif ( !operator ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\n\t\t\t\tresult += \"\";\n\n\t\t\t\treturn operator === \"=\" ? result === check :\n\t\t\t\t\toperator === \"!=\" ? result !== check :\n\t\t\t\t\toperator === \"^=\" ? check && result.indexOf( check ) === 0 :\n\t\t\t\t\toperator === \"*=\" ? check && result.indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"$=\" ? check && result.slice( -check.length ) === check :\n\t\t\t\t\toperator === \"~=\" ? ( \" \" + result.replace( rwhitespace, \" \" ) + \" \" ).indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"|=\" ? result === check || result.slice( 0, check.length + 1 ) === check + \"-\" :\n\t\t\t\t\tfalse;\n\t\t\t};\n\t\t},\n\n\t\t\"CHILD\": function( type, what, argument, first, last ) {\n\t\t\tvar simple = type.slice( 0, 3 ) !== \"nth\",\n\t\t\t\tforward = type.slice( -4 ) !== \"last\",\n\t\t\t\tofType = what === \"of-type\";\n\n\t\t\treturn first === 1 && last === 0 ?\n\n\t\t\t\t// Shortcut for :nth-*(n)\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn !!elem.parentNode;\n\t\t\t\t} :\n\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tvar cache, uniqueCache, outerCache, node, nodeIndex, start,\n\t\t\t\t\t\tdir = simple !== forward ? \"nextSibling\" : \"previousSibling\",\n\t\t\t\t\t\tparent = elem.parentNode,\n\t\t\t\t\t\tname = ofType && elem.nodeName.toLowerCase(),\n\t\t\t\t\t\tuseCache = !xml && !ofType,\n\t\t\t\t\t\tdiff = false;\n\n\t\t\t\t\tif ( parent ) {\n\n\t\t\t\t\t\t// :(first|last|only)-(child|of-type)\n\t\t\t\t\t\tif ( simple ) {\n\t\t\t\t\t\t\twhile ( dir ) {\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\twhile ( (node = node[ dir ]) ) {\n\t\t\t\t\t\t\t\t\tif ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) {\n\n\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t// Reverse direction for :only-* (if we haven't yet done so)\n\t\t\t\t\t\t\t\tstart = dir = type === \"only\" && !start && \"nextSibling\";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tstart = [ forward ? parent.firstChild : parent.lastChild ];\n\n\t\t\t\t\t\t// non-xml :nth-child(...) stores cache data on `parent`\n\t\t\t\t\t\tif ( forward && useCache ) {\n\n\t\t\t\t\t\t\t// Seek `elem` from a previously-cached index\n\n\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\tnode = parent;\n\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\tcache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\tdiff = nodeIndex && cache[ 2 ];\n\t\t\t\t\t\t\tnode = nodeIndex && parent.childNodes[ nodeIndex ];\n\n\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\n\t\t\t\t\t\t\t\t// Fallback to seeking `elem` from the start\n\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\t// When found, cache indexes on `parent` and break\n\t\t\t\t\t\t\t\tif ( node.nodeType === 1 && ++diff && node === elem ) {\n\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, nodeIndex, diff ];\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Use previously-cached element index if available\n\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\t\tcache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\t\tdiff = nodeIndex;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t// xml :nth-child(...)\n\t\t\t\t\t\t\t// or :nth-last-child(...) or :nth(-last)?-of-type(...)\n\t\t\t\t\t\t\tif ( diff === false ) {\n\t\t\t\t\t\t\t\t// Use the same loop as above to seek `elem` from the start\n\t\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\t\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\t\tif ( ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) &&\n\t\t\t\t\t\t\t\t\t\t++diff ) {\n\n\t\t\t\t\t\t\t\t\t\t// Cache the index of each encountered element\n\t\t\t\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, diff ];\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tif ( node === elem ) {\n\t\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Incorporate the offset, then check against cycle size\n\t\t\t\t\t\tdiff -= last;\n\t\t\t\t\t\treturn diff === first || ( diff % first === 0 && diff / first >= 0 );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t},\n\n\t\t\"PSEUDO\": function( pseudo, argument ) {\n\t\t\t// pseudo-class names are case-insensitive\n\t\t\t// http://www.w3.org/TR/selectors/#pseudo-classes\n\t\t\t// Prioritize by case sensitivity in case custom pseudos are added with uppercase letters\n\t\t\t// Remember that setFilters inherits from pseudos\n\t\t\tvar args,\n\t\t\t\tfn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||\n\t\t\t\t\tSizzle.error( \"unsupported pseudo: \" + pseudo );\n\n\t\t\t// The user may use createPseudo to indicate that\n\t\t\t// arguments are needed to create the filter function\n\t\t\t// just as Sizzle does\n\t\t\tif ( fn[ expando ] ) {\n\t\t\t\treturn fn( argument );\n\t\t\t}\n\n\t\t\t// But maintain support for old signatures\n\t\t\tif ( fn.length > 1 ) {\n\t\t\t\targs = [ pseudo, pseudo, \"\", argument ];\n\t\t\t\treturn Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?\n\t\t\t\t\tmarkFunction(function( seed, matches ) {\n\t\t\t\t\t\tvar idx,\n\t\t\t\t\t\t\tmatched = fn( seed, argument ),\n\t\t\t\t\t\t\ti = matched.length;\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tidx = indexOf( seed, matched[i] );\n\t\t\t\t\t\t\tseed[ idx ] = !( matches[ idx ] = matched[i] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}) :\n\t\t\t\t\tfunction( elem ) {\n\t\t\t\t\t\treturn fn( elem, 0, args );\n\t\t\t\t\t};\n\t\t\t}\n\n\t\t\treturn fn;\n\t\t}\n\t},\n\n\tpseudos: {\n\t\t// Potentially complex pseudos\n\t\t\"not\": markFunction(function( selector ) {\n\t\t\t// Trim the selector passed to compile\n\t\t\t// to avoid treating leading and trailing\n\t\t\t// spaces as combinators\n\t\t\tvar input = [],\n\t\t\t\tresults = [],\n\t\t\t\tmatcher = compile( selector.replace( rtrim, \"$1\" ) );\n\n\t\t\treturn matcher[ expando ] ?\n\t\t\t\tmarkFunction(function( seed, matches, context, xml ) {\n\t\t\t\t\tvar elem,\n\t\t\t\t\t\tunmatched = matcher( seed, null, xml, [] ),\n\t\t\t\t\t\ti = seed.length;\n\n\t\t\t\t\t// Match elements unmatched by `matcher`\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = unmatched[i]) ) {\n\t\t\t\t\t\t\tseed[i] = !(matches[i] = elem);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}) :\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tinput[0] = elem;\n\t\t\t\t\tmatcher( input, null, xml, results );\n\t\t\t\t\t// Don't keep the element (issue #299)\n\t\t\t\t\tinput[0] = null;\n\t\t\t\t\treturn !results.pop();\n\t\t\t\t};\n\t\t}),\n\n\t\t\"has\": markFunction(function( selector ) {\n\t\t\treturn function( elem ) {\n\t\t\t\treturn Sizzle( selector, elem ).length > 0;\n\t\t\t};\n\t\t}),\n\n\t\t\"contains\": markFunction(function( text ) {\n\t\t\ttext = text.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn ( elem.textContent || getText( elem ) ).indexOf( text ) > -1;\n\t\t\t};\n\t\t}),\n\n\t\t// \"Whether an element is represented by a :lang() selector\n\t\t// is based solely on the element's language value\n\t\t// being equal to the identifier C,\n\t\t// or beginning with the identifier C immediately followed by \"-\".\n\t\t// The matching of C against the element's language value is performed case-insensitively.\n\t\t// The identifier C does not have to be a valid language name.\"\n\t\t// http://www.w3.org/TR/selectors/#lang-pseudo\n\t\t\"lang\": markFunction( function( lang ) {\n\t\t\t// lang value must be a valid identifier\n\t\t\tif ( !ridentifier.test(lang || \"\") ) {\n\t\t\t\tSizzle.error( \"unsupported lang: \" + lang );\n\t\t\t}\n\t\t\tlang = lang.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn function( elem ) {\n\t\t\t\tvar elemLang;\n\t\t\t\tdo {\n\t\t\t\t\tif ( (elemLang = documentIsHTML ?\n\t\t\t\t\t\telem.lang :\n\t\t\t\t\t\telem.getAttribute(\"xml:lang\") || elem.getAttribute(\"lang\")) ) {\n\n\t\t\t\t\t\telemLang = elemLang.toLowerCase();\n\t\t\t\t\t\treturn elemLang === lang || elemLang.indexOf( lang + \"-\" ) === 0;\n\t\t\t\t\t}\n\t\t\t\t} while ( (elem = elem.parentNode) && elem.nodeType === 1 );\n\t\t\t\treturn false;\n\t\t\t};\n\t\t}),\n\n\t\t// Miscellaneous\n\t\t\"target\": function( elem ) {\n\t\t\tvar hash = window.location && window.location.hash;\n\t\t\treturn hash && hash.slice( 1 ) === elem.id;\n\t\t},\n\n\t\t\"root\": function( elem ) {\n\t\t\treturn elem === docElem;\n\t\t},\n\n\t\t\"focus\": function( elem ) {\n\t\t\treturn elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex);\n\t\t},\n\n\t\t// Boolean properties\n\t\t\"enabled\": createDisabledPseudo( false ),\n\t\t\"disabled\": createDisabledPseudo( true ),\n\n\t\t\"checked\": function( elem ) {\n\t\t\t// In CSS3, :checked should return both checked and selected elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\tvar nodeName = elem.nodeName.toLowerCase();\n\t\t\treturn (nodeName === \"input\" && !!elem.checked) || (nodeName === \"option\" && !!elem.selected);\n\t\t},\n\n\t\t\"selected\": function( elem ) {\n\t\t\t// Accessing this property makes selected-by-default\n\t\t\t// options in Safari work properly\n\t\t\tif ( elem.parentNode ) {\n\t\t\t\telem.parentNode.selectedIndex;\n\t\t\t}\n\n\t\t\treturn elem.selected === true;\n\t\t},\n\n\t\t// Contents\n\t\t\"empty\": function( elem ) {\n\t\t\t// http://www.w3.org/TR/selectors/#empty-pseudo\n\t\t\t// :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5),\n\t\t\t// but not by others (comment: 8; processing instruction: 7; etc.)\n\t\t\t// nodeType < 6 works because attributes (2) do not appear as children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tif ( elem.nodeType < 6 ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t},\n\n\t\t\"parent\": function( elem ) {\n\t\t\treturn !Expr.pseudos[\"empty\"]( elem );\n\t\t},\n\n\t\t// Element/input types\n\t\t\"header\": function( elem ) {\n\t\t\treturn rheader.test( elem.nodeName );\n\t\t},\n\n\t\t\"input\": function( elem ) {\n\t\t\treturn rinputs.test( elem.nodeName );\n\t\t},\n\n\t\t\"button\": function( elem ) {\n\t\t\tvar name = elem.nodeName.toLowerCase();\n\t\t\treturn name === \"input\" && elem.type === \"button\" || name === \"button\";\n\t\t},\n\n\t\t\"text\": function( elem ) {\n\t\t\tvar attr;\n\t\t\treturn elem.nodeName.toLowerCase() === \"input\" &&\n\t\t\t\telem.type === \"text\" &&\n\n\t\t\t\t// Support: IE<8\n\t\t\t\t// New HTML5 attribute values (e.g., \"search\") appear with elem.type === \"text\"\n\t\t\t\t( (attr = elem.getAttribute(\"type\")) == null || attr.toLowerCase() === \"text\" );\n\t\t},\n\n\t\t// Position-in-collection\n\t\t\"first\": createPositionalPseudo(function() {\n\t\t\treturn [ 0 ];\n\t\t}),\n\n\t\t\"last\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\treturn [ length - 1 ];\n\t\t}),\n\n\t\t\"eq\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\treturn [ argument < 0 ? argument + length : argument ];\n\t\t}),\n\n\t\t\"even\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"odd\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 1;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"lt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ?\n\t\t\t\targument + length :\n\t\t\t\targument > length ?\n\t\t\t\t\tlength :\n\t\t\t\t\targument;\n\t\t\tfor ( ; --i >= 0; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"gt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; ++i < length; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t})\n\t}\n};\n\nExpr.pseudos[\"nth\"] = Expr.pseudos[\"eq\"];\n\n// Add button/input type pseudos\nfor ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) {\n\tExpr.pseudos[ i ] = createInputPseudo( i );\n}\nfor ( i in { submit: true, reset: true } ) {\n\tExpr.pseudos[ i ] = createButtonPseudo( i );\n}\n\n// Easy API for creating new setFilters\nfunction setFilters() {}\nsetFilters.prototype = Expr.filters = Expr.pseudos;\nExpr.setFilters = new setFilters();\n\ntokenize = Sizzle.tokenize = function( selector, parseOnly ) {\n\tvar matched, match, tokens, type,\n\t\tsoFar, groups, preFilters,\n\t\tcached = tokenCache[ selector + \" \" ];\n\n\tif ( cached ) {\n\t\treturn parseOnly ? 0 : cached.slice( 0 );\n\t}\n\n\tsoFar = selector;\n\tgroups = [];\n\tpreFilters = Expr.preFilter;\n\n\twhile ( soFar ) {\n\n\t\t// Comma and first run\n\t\tif ( !matched || (match = rcomma.exec( soFar )) ) {\n\t\t\tif ( match ) {\n\t\t\t\t// Don't consume trailing commas as valid\n\t\t\t\tsoFar = soFar.slice( match[0].length ) || soFar;\n\t\t\t}\n\t\t\tgroups.push( (tokens = []) );\n\t\t}\n\n\t\tmatched = false;\n\n\t\t// Combinators\n\t\tif ( (match = rcombinators.exec( soFar )) ) {\n\t\t\tmatched = match.shift();\n\t\t\ttokens.push({\n\t\t\t\tvalue: matched,\n\t\t\t\t// Cast descendant combinators to space\n\t\t\t\ttype: match[0].replace( rtrim, \" \" )\n\t\t\t});\n\t\t\tsoFar = soFar.slice( matched.length );\n\t\t}\n\n\t\t// Filters\n\t\tfor ( type in Expr.filter ) {\n\t\t\tif ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] ||\n\t\t\t\t(match = preFilters[ type ]( match ))) ) {\n\t\t\t\tmatched = match.shift();\n\t\t\t\ttokens.push({\n\t\t\t\t\tvalue: matched,\n\t\t\t\t\ttype: type,\n\t\t\t\t\tmatches: match\n\t\t\t\t});\n\t\t\t\tsoFar = soFar.slice( matched.length );\n\t\t\t}\n\t\t}\n\n\t\tif ( !matched ) {\n\t\t\tbreak;\n\t\t}\n\t}\n\n\t// Return the length of the invalid excess\n\t// if we're just parsing\n\t// Otherwise, throw an error or return tokens\n\treturn parseOnly ?\n\t\tsoFar.length :\n\t\tsoFar ?\n\t\t\tSizzle.error( selector ) :\n\t\t\t// Cache the tokens\n\t\t\ttokenCache( selector, groups ).slice( 0 );\n};\n\nfunction toSelector( tokens ) {\n\tvar i = 0,\n\t\tlen = tokens.length,\n\t\tselector = \"\";\n\tfor ( ; i < len; i++ ) {\n\t\tselector += tokens[i].value;\n\t}\n\treturn selector;\n}\n\nfunction addCombinator( matcher, combinator, base ) {\n\tvar dir = combinator.dir,\n\t\tskip = combinator.next,\n\t\tkey = skip || dir,\n\t\tcheckNonElements = base && key === \"parentNode\",\n\t\tdoneName = done++;\n\n\treturn combinator.first ?\n\t\t// Check against closest ancestor/preceding element\n\t\tfunction( elem, context, xml ) {\n\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\treturn matcher( elem, context, xml );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t} :\n\n\t\t// Check against all ancestor/preceding elements\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar oldCache, uniqueCache, outerCache,\n\t\t\t\tnewCache = [ dirruns, doneName ];\n\n\t\t\t// We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching\n\t\t\tif ( xml ) {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\tif ( matcher( elem, context, xml ) ) {\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\touterCache = elem[ expando ] || (elem[ expando ] = {});\n\n\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\tuniqueCache = outerCache[ elem.uniqueID ] || (outerCache[ elem.uniqueID ] = {});\n\n\t\t\t\t\t\tif ( skip && skip === elem.nodeName.toLowerCase() ) {\n\t\t\t\t\t\t\telem = elem[ dir ] || elem;\n\t\t\t\t\t\t} else if ( (oldCache = uniqueCache[ key ]) &&\n\t\t\t\t\t\t\toldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) {\n\n\t\t\t\t\t\t\t// Assign to newCache so results back-propagate to previous elements\n\t\t\t\t\t\t\treturn (newCache[ 2 ] = oldCache[ 2 ]);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Reuse newcache so results back-propagate to previous elements\n\t\t\t\t\t\t\tuniqueCache[ key ] = newCache;\n\n\t\t\t\t\t\t\t// A match means we're done; a fail means we have to keep checking\n\t\t\t\t\t\t\tif ( (newCache[ 2 ] = matcher( elem, context, xml )) ) {\n\t\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n}\n\nfunction elementMatcher( matchers ) {\n\treturn matchers.length > 1 ?\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar i = matchers.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( !matchers[i]( elem, context, xml ) ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t} :\n\t\tmatchers[0];\n}\n\nfunction multipleContexts( selector, contexts, results ) {\n\tvar i = 0,\n\t\tlen = contexts.length;\n\tfor ( ; i < len; i++ ) {\n\t\tSizzle( selector, contexts[i], results );\n\t}\n\treturn results;\n}\n\nfunction condense( unmatched, map, filter, context, xml ) {\n\tvar elem,\n\t\tnewUnmatched = [],\n\t\ti = 0,\n\t\tlen = unmatched.length,\n\t\tmapped = map != null;\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (elem = unmatched[i]) ) {\n\t\t\tif ( !filter || filter( elem, context, xml ) ) {\n\t\t\t\tnewUnmatched.push( elem );\n\t\t\t\tif ( mapped ) {\n\t\t\t\t\tmap.push( i );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn newUnmatched;\n}\n\nfunction setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {\n\tif ( postFilter && !postFilter[ expando ] ) {\n\t\tpostFilter = setMatcher( postFilter );\n\t}\n\tif ( postFinder && !postFinder[ expando ] ) {\n\t\tpostFinder = setMatcher( postFinder, postSelector );\n\t}\n\treturn markFunction(function( seed, results, context, xml ) {\n\t\tvar temp, i, elem,\n\t\t\tpreMap = [],\n\t\t\tpostMap = [],\n\t\t\tpreexisting = results.length,\n\n\t\t\t// Get initial elements from seed or context\n\t\t\telems = seed || multipleContexts( selector || \"*\", context.nodeType ? [ context ] : context, [] ),\n\n\t\t\t// Prefilter to get matcher input, preserving a map for seed-results synchronization\n\t\t\tmatcherIn = preFilter && ( seed || !selector ) ?\n\t\t\t\tcondense( elems, preMap, preFilter, context, xml ) :\n\t\t\t\telems,\n\n\t\t\tmatcherOut = matcher ?\n\t\t\t\t// If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,\n\t\t\t\tpostFinder || ( seed ? preFilter : preexisting || postFilter ) ?\n\n\t\t\t\t\t// ...intermediate processing is necessary\n\t\t\t\t\t[] :\n\n\t\t\t\t\t// ...otherwise use results directly\n\t\t\t\t\tresults :\n\t\t\t\tmatcherIn;\n\n\t\t// Find primary matches\n\t\tif ( matcher ) {\n\t\t\tmatcher( matcherIn, matcherOut, context, xml );\n\t\t}\n\n\t\t// Apply postFilter\n\t\tif ( postFilter ) {\n\t\t\ttemp = condense( matcherOut, postMap );\n\t\t\tpostFilter( temp, [], context, xml );\n\n\t\t\t// Un-match failing elements by moving them back to matcherIn\n\t\t\ti = temp.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( (elem = temp[i]) ) {\n\t\t\t\t\tmatcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( seed ) {\n\t\t\tif ( postFinder || preFilter ) {\n\t\t\t\tif ( postFinder ) {\n\t\t\t\t\t// Get the final matcherOut by condensing this intermediate into postFinder contexts\n\t\t\t\t\ttemp = [];\n\t\t\t\t\ti = matcherOut.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = matcherOut[i]) ) {\n\t\t\t\t\t\t\t// Restore matcherIn since elem is not yet a final match\n\t\t\t\t\t\t\ttemp.push( (matcherIn[i] = elem) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tpostFinder( null, (matcherOut = []), temp, xml );\n\t\t\t\t}\n\n\t\t\t\t// Move matched elements from seed to results to keep them synchronized\n\t\t\t\ti = matcherOut.length;\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\tif ( (elem = matcherOut[i]) &&\n\t\t\t\t\t\t(temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) {\n\n\t\t\t\t\t\tseed[temp] = !(results[temp] = elem);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Add elements to results, through postFinder if defined\n\t\t} else {\n\t\t\tmatcherOut = condense(\n\t\t\t\tmatcherOut === results ?\n\t\t\t\t\tmatcherOut.splice( preexisting, matcherOut.length ) :\n\t\t\t\t\tmatcherOut\n\t\t\t);\n\t\t\tif ( postFinder ) {\n\t\t\t\tpostFinder( null, results, matcherOut, xml );\n\t\t\t} else {\n\t\t\t\tpush.apply( results, matcherOut );\n\t\t\t}\n\t\t}\n\t});\n}\n\nfunction matcherFromTokens( tokens ) {\n\tvar checkContext, matcher, j,\n\t\tlen = tokens.length,\n\t\tleadingRelative = Expr.relative[ tokens[0].type ],\n\t\timplicitRelative = leadingRelative || Expr.relative[\" \"],\n\t\ti = leadingRelative ? 1 : 0,\n\n\t\t// The foundational matcher ensures that elements are reachable from top-level context(s)\n\t\tmatchContext = addCombinator( function( elem ) {\n\t\t\treturn elem === checkContext;\n\t\t}, implicitRelative, true ),\n\t\tmatchAnyContext = addCombinator( function( elem ) {\n\t\t\treturn indexOf( checkContext, elem ) > -1;\n\t\t}, implicitRelative, true ),\n\t\tmatchers = [ function( elem, context, xml ) {\n\t\t\tvar ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || (\n\t\t\t\t(checkContext = context).nodeType ?\n\t\t\t\t\tmatchContext( elem, context, xml ) :\n\t\t\t\t\tmatchAnyContext( elem, context, xml ) );\n\t\t\t// Avoid hanging onto element (issue #299)\n\t\t\tcheckContext = null;\n\t\t\treturn ret;\n\t\t} ];\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (matcher = Expr.relative[ tokens[i].type ]) ) {\n\t\t\tmatchers = [ addCombinator(elementMatcher( matchers ), matcher) ];\n\t\t} else {\n\t\t\tmatcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches );\n\n\t\t\t// Return special upon seeing a positional matcher\n\t\t\tif ( matcher[ expando ] ) {\n\t\t\t\t// Find the next relative operator (if any) for proper handling\n\t\t\t\tj = ++i;\n\t\t\t\tfor ( ; j < len; j++ ) {\n\t\t\t\t\tif ( Expr.relative[ tokens[j].type ] ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn setMatcher(\n\t\t\t\t\ti > 1 && elementMatcher( matchers ),\n\t\t\t\t\ti > 1 && toSelector(\n\t\t\t\t\t\t// If the preceding token was a descendant combinator, insert an implicit any-element `*`\n\t\t\t\t\t\ttokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === \" \" ? \"*\" : \"\" })\n\t\t\t\t\t).replace( rtrim, \"$1\" ),\n\t\t\t\t\tmatcher,\n\t\t\t\t\ti < j && matcherFromTokens( tokens.slice( i, j ) ),\n\t\t\t\t\tj < len && matcherFromTokens( (tokens = tokens.slice( j )) ),\n\t\t\t\t\tj < len && toSelector( tokens )\n\t\t\t\t);\n\t\t\t}\n\t\t\tmatchers.push( matcher );\n\t\t}\n\t}\n\n\treturn elementMatcher( matchers );\n}\n\nfunction matcherFromGroupMatchers( elementMatchers, setMatchers ) {\n\tvar bySet = setMatchers.length > 0,\n\t\tbyElement = elementMatchers.length > 0,\n\t\tsuperMatcher = function( seed, context, xml, results, outermost ) {\n\t\t\tvar elem, j, matcher,\n\t\t\t\tmatchedCount = 0,\n\t\t\t\ti = \"0\",\n\t\t\t\tunmatched = seed && [],\n\t\t\t\tsetMatched = [],\n\t\t\t\tcontextBackup = outermostContext,\n\t\t\t\t// We must always have either seed elements or outermost context\n\t\t\t\telems = seed || byElement && Expr.find[\"TAG\"]( \"*\", outermost ),\n\t\t\t\t// Use integer dirruns iff this is the outermost matcher\n\t\t\t\tdirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1),\n\t\t\t\tlen = elems.length;\n\n\t\t\tif ( outermost ) {\n\t\t\t\toutermostContext = context === document || context || outermost;\n\t\t\t}\n\n\t\t\t// Add elements passing elementMatchers directly to results\n\t\t\t// Support: IE<9, Safari\n\t\t\t// Tolerate NodeList properties (IE: \"length\"; Safari: ) matching elements by id\n\t\t\tfor ( ; i !== len && (elem = elems[i]) != null; i++ ) {\n\t\t\t\tif ( byElement && elem ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\tif ( !context && elem.ownerDocument !== document ) {\n\t\t\t\t\t\tsetDocument( elem );\n\t\t\t\t\t\txml = !documentIsHTML;\n\t\t\t\t\t}\n\t\t\t\t\twhile ( (matcher = elementMatchers[j++]) ) {\n\t\t\t\t\t\tif ( matcher( elem, context || document, xml) ) {\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( outermost ) {\n\t\t\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Track unmatched elements for set filters\n\t\t\t\tif ( bySet ) {\n\t\t\t\t\t// They will have gone through all possible matchers\n\t\t\t\t\tif ( (elem = !matcher && elem) ) {\n\t\t\t\t\t\tmatchedCount--;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Lengthen the array for every element, matched or not\n\t\t\t\t\tif ( seed ) {\n\t\t\t\t\t\tunmatched.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// `i` is now the count of elements visited above, and adding it to `matchedCount`\n\t\t\t// makes the latter nonnegative.\n\t\t\tmatchedCount += i;\n\n\t\t\t// Apply set filters to unmatched elements\n\t\t\t// NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount`\n\t\t\t// equals `i`), unless we didn't visit _any_ elements in the above loop because we have\n\t\t\t// no element matchers and no seed.\n\t\t\t// Incrementing an initially-string \"0\" `i` allows `i` to remain a string only in that\n\t\t\t// case, which will result in a \"00\" `matchedCount` that differs from `i` but is also\n\t\t\t// numerically zero.\n\t\t\tif ( bySet && i !== matchedCount ) {\n\t\t\t\tj = 0;\n\t\t\t\twhile ( (matcher = setMatchers[j++]) ) {\n\t\t\t\t\tmatcher( unmatched, setMatched, context, xml );\n\t\t\t\t}\n\n\t\t\t\tif ( seed ) {\n\t\t\t\t\t// Reintegrate element matches to eliminate the need for sorting\n\t\t\t\t\tif ( matchedCount > 0 ) {\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tif ( !(unmatched[i] || setMatched[i]) ) {\n\t\t\t\t\t\t\t\tsetMatched[i] = pop.call( results );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Discard index placeholder values to get only actual matches\n\t\t\t\t\tsetMatched = condense( setMatched );\n\t\t\t\t}\n\n\t\t\t\t// Add matches to results\n\t\t\t\tpush.apply( results, setMatched );\n\n\t\t\t\t// Seedless set matches succeeding multiple successful matchers stipulate sorting\n\t\t\t\tif ( outermost && !seed && setMatched.length > 0 &&\n\t\t\t\t\t( matchedCount + setMatchers.length ) > 1 ) {\n\n\t\t\t\t\tSizzle.uniqueSort( results );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Override manipulation of globals by nested matchers\n\t\t\tif ( outermost ) {\n\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\toutermostContext = contextBackup;\n\t\t\t}\n\n\t\t\treturn unmatched;\n\t\t};\n\n\treturn bySet ?\n\t\tmarkFunction( superMatcher ) :\n\t\tsuperMatcher;\n}\n\ncompile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) {\n\tvar i,\n\t\tsetMatchers = [],\n\t\telementMatchers = [],\n\t\tcached = compilerCache[ selector + \" \" ];\n\n\tif ( !cached ) {\n\t\t// Generate a function of recursive functions that can be used to check each element\n\t\tif ( !match ) {\n\t\t\tmatch = tokenize( selector );\n\t\t}\n\t\ti = match.length;\n\t\twhile ( i-- ) {\n\t\t\tcached = matcherFromTokens( match[i] );\n\t\t\tif ( cached[ expando ] ) {\n\t\t\t\tsetMatchers.push( cached );\n\t\t\t} else {\n\t\t\t\telementMatchers.push( cached );\n\t\t\t}\n\t\t}\n\n\t\t// Cache the compiled function\n\t\tcached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) );\n\n\t\t// Save selector and tokenization\n\t\tcached.selector = selector;\n\t}\n\treturn cached;\n};\n\n/**\n * A low-level selection function that works with Sizzle's compiled\n * selector functions\n * @param {String|Function} selector A selector or a pre-compiled\n * selector function built with Sizzle.compile\n * @param {Element} context\n * @param {Array} [results]\n * @param {Array} [seed] A set of elements to match against\n */\nselect = Sizzle.select = function( selector, context, results, seed ) {\n\tvar i, tokens, token, type, find,\n\t\tcompiled = typeof selector === \"function\" && selector,\n\t\tmatch = !seed && tokenize( (selector = compiled.selector || selector) );\n\n\tresults = results || [];\n\n\t// Try to minimize operations if there is only one selector in the list and no seed\n\t// (the latter of which guarantees us context)\n\tif ( match.length === 1 ) {\n\n\t\t// Reduce context if the leading compound selector is an ID\n\t\ttokens = match[0] = match[0].slice( 0 );\n\t\tif ( tokens.length > 2 && (token = tokens[0]).type === \"ID\" &&\n\t\t\t\tcontext.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[1].type ] ) {\n\n\t\t\tcontext = ( Expr.find[\"ID\"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];\n\t\t\tif ( !context ) {\n\t\t\t\treturn results;\n\n\t\t\t// Precompiled matchers will still verify ancestry, so step up a level\n\t\t\t} else if ( compiled ) {\n\t\t\t\tcontext = context.parentNode;\n\t\t\t}\n\n\t\t\tselector = selector.slice( tokens.shift().value.length );\n\t\t}\n\n\t\t// Fetch a seed set for right-to-left matching\n\t\ti = matchExpr[\"needsContext\"].test( selector ) ? 0 : tokens.length;\n\t\twhile ( i-- ) {\n\t\t\ttoken = tokens[i];\n\n\t\t\t// Abort if we hit a combinator\n\t\t\tif ( Expr.relative[ (type = token.type) ] ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( (find = Expr.find[ type ]) ) {\n\t\t\t\t// Search, expanding context for leading sibling combinators\n\t\t\t\tif ( (seed = find(\n\t\t\t\t\ttoken.matches[0].replace( runescape, funescape ),\n\t\t\t\t\trsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context\n\t\t\t\t)) ) {\n\n\t\t\t\t\t// If seed is empty or no tokens remain, we can return early\n\t\t\t\t\ttokens.splice( i, 1 );\n\t\t\t\t\tselector = seed.length && toSelector( tokens );\n\t\t\t\t\tif ( !selector ) {\n\t\t\t\t\t\tpush.apply( results, seed );\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Compile and execute a filtering function if one is not provided\n\t// Provide `match` to avoid retokenization if we modified the selector above\n\t( compiled || compile( selector, match ) )(\n\t\tseed,\n\t\tcontext,\n\t\t!documentIsHTML,\n\t\tresults,\n\t\t!context || rsibling.test( selector ) && testContext( context.parentNode ) || context\n\t);\n\treturn results;\n};\n\n// One-time assignments\n\n// Sort stability\nsupport.sortStable = expando.split(\"\").sort( sortOrder ).join(\"\") === expando;\n\n// Support: Chrome 14-35+\n// Always assume duplicates if they aren't passed to the comparison function\nsupport.detectDuplicates = !!hasDuplicate;\n\n// Initialize against the default document\nsetDocument();\n\n// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27)\n// Detached nodes confoundingly follow *each other*\nsupport.sortDetached = assert(function( el ) {\n\t// Should return 1, but returns 4 (following)\n\treturn el.compareDocumentPosition( document.createElement(\"fieldset\") ) & 1;\n});\n\n// Support: IE<8\n// Prevent attribute/property \"interpolation\"\n// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx\nif ( !assert(function( el ) {\n\tel.innerHTML = \"\";\n\treturn el.firstChild.getAttribute(\"href\") === \"#\" ;\n}) ) {\n\taddHandle( \"type|href|height|width\", function( elem, name, isXML ) {\n\t\tif ( !isXML ) {\n\t\t\treturn elem.getAttribute( name, name.toLowerCase() === \"type\" ? 1 : 2 );\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use defaultValue in place of getAttribute(\"value\")\nif ( !support.attributes || !assert(function( el ) {\n\tel.innerHTML = \"\";\n\tel.firstChild.setAttribute( \"value\", \"\" );\n\treturn el.firstChild.getAttribute( \"value\" ) === \"\";\n}) ) {\n\taddHandle( \"value\", function( elem, name, isXML ) {\n\t\tif ( !isXML && elem.nodeName.toLowerCase() === \"input\" ) {\n\t\t\treturn elem.defaultValue;\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use getAttributeNode to fetch booleans when getAttribute lies\nif ( !assert(function( el ) {\n\treturn el.getAttribute(\"disabled\") == null;\n}) ) {\n\taddHandle( booleans, function( elem, name, isXML ) {\n\t\tvar val;\n\t\tif ( !isXML ) {\n\t\t\treturn elem[ name ] === true ? name.toLowerCase() :\n\t\t\t\t\t(val = elem.getAttributeNode( name )) && val.specified ?\n\t\t\t\t\tval.value :\n\t\t\t\tnull;\n\t\t}\n\t});\n}\n\nreturn Sizzle;\n\n})( window );\n\n\n\njQuery.find = Sizzle;\njQuery.expr = Sizzle.selectors;\n\n// Deprecated\njQuery.expr[ \":\" ] = jQuery.expr.pseudos;\njQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort;\njQuery.text = Sizzle.getText;\njQuery.isXMLDoc = Sizzle.isXML;\njQuery.contains = Sizzle.contains;\njQuery.escapeSelector = Sizzle.escape;\n\n\n\n\nvar dir = function( elem, dir, until ) {\n\tvar matched = [],\n\t\ttruncate = until !== undefined;\n\n\twhile ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) {\n\t\tif ( elem.nodeType === 1 ) {\n\t\t\tif ( truncate && jQuery( elem ).is( until ) ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tmatched.push( elem );\n\t\t}\n\t}\n\treturn matched;\n};\n\n\nvar siblings = function( n, elem ) {\n\tvar matched = [];\n\n\tfor ( ; n; n = n.nextSibling ) {\n\t\tif ( n.nodeType === 1 && n !== elem ) {\n\t\t\tmatched.push( n );\n\t\t}\n\t}\n\n\treturn matched;\n};\n\n\nvar rneedsContext = jQuery.expr.match.needsContext;\n\n\n\nfunction nodeName( elem, name ) {\n\n return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();\n\n};\nvar rsingleTag = ( /^<([a-z][^\\/\\0>:\\x20\\t\\r\\n\\f]*)[\\x20\\t\\r\\n\\f]*\\/?>(?:<\\/\\1>|)$/i );\n\n\n\n// Implement the identical functionality for filter and not\nfunction winnow( elements, qualifier, not ) {\n\tif ( isFunction( qualifier ) ) {\n\t\treturn jQuery.grep( elements, function( elem, i ) {\n\t\t\treturn !!qualifier.call( elem, i, elem ) !== not;\n\t\t} );\n\t}\n\n\t// Single element\n\tif ( qualifier.nodeType ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( elem === qualifier ) !== not;\n\t\t} );\n\t}\n\n\t// Arraylike of elements (jQuery, arguments, Array)\n\tif ( typeof qualifier !== \"string\" ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( indexOf.call( qualifier, elem ) > -1 ) !== not;\n\t\t} );\n\t}\n\n\t// Filtered directly for both simple and complex selectors\n\treturn jQuery.filter( qualifier, elements, not );\n}\n\njQuery.filter = function( expr, elems, not ) {\n\tvar elem = elems[ 0 ];\n\n\tif ( not ) {\n\t\texpr = \":not(\" + expr + \")\";\n\t}\n\n\tif ( elems.length === 1 && elem.nodeType === 1 ) {\n\t\treturn jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [];\n\t}\n\n\treturn jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) {\n\t\treturn elem.nodeType === 1;\n\t} ) );\n};\n\njQuery.fn.extend( {\n\tfind: function( selector ) {\n\t\tvar i, ret,\n\t\t\tlen = this.length,\n\t\t\tself = this;\n\n\t\tif ( typeof selector !== \"string\" ) {\n\t\t\treturn this.pushStack( jQuery( selector ).filter( function() {\n\t\t\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\t\t\tif ( jQuery.contains( self[ i ], this ) ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} ) );\n\t\t}\n\n\t\tret = this.pushStack( [] );\n\n\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\tjQuery.find( selector, self[ i ], ret );\n\t\t}\n\n\t\treturn len > 1 ? jQuery.uniqueSort( ret ) : ret;\n\t},\n\tfilter: function( selector ) {\n\t\treturn this.pushStack( winnow( this, selector || [], false ) );\n\t},\n\tnot: function( selector ) {\n\t\treturn this.pushStack( winnow( this, selector || [], true ) );\n\t},\n\tis: function( selector ) {\n\t\treturn !!winnow(\n\t\t\tthis,\n\n\t\t\t// If this is a positional/relative selector, check membership in the returned set\n\t\t\t// so $(\"p:first\").is(\"p:last\") won't return true for a doc with two \"p\".\n\t\t\ttypeof selector === \"string\" && rneedsContext.test( selector ) ?\n\t\t\t\tjQuery( selector ) :\n\t\t\t\tselector || [],\n\t\t\tfalse\n\t\t).length;\n\t}\n} );\n\n\n// Initialize a jQuery object\n\n\n// A central reference to the root jQuery(document)\nvar rootjQuery,\n\n\t// A simple way to check for HTML strings\n\t// Prioritize #id over to avoid XSS via location.hash (#9521)\n\t// Strict HTML recognition (#11290: must start with <)\n\t// Shortcut simple #id case for speed\n\trquickExpr = /^(?:\\s*(<[\\w\\W]+>)[^>]*|#([\\w-]+))$/,\n\n\tinit = jQuery.fn.init = function( selector, context, root ) {\n\t\tvar match, elem;\n\n\t\t// HANDLE: $(\"\"), $(null), $(undefined), $(false)\n\t\tif ( !selector ) {\n\t\t\treturn this;\n\t\t}\n\n\t\t// Method init() accepts an alternate rootjQuery\n\t\t// so migrate can support jQuery.sub (gh-2101)\n\t\troot = root || rootjQuery;\n\n\t\t// Handle HTML strings\n\t\tif ( typeof selector === \"string\" ) {\n\t\t\tif ( selector[ 0 ] === \"<\" &&\n\t\t\t\tselector[ selector.length - 1 ] === \">\" &&\n\t\t\t\tselector.length >= 3 ) {\n\n\t\t\t\t// Assume that strings that start and end with <> are HTML and skip the regex check\n\t\t\t\tmatch = [ null, selector, null ];\n\n\t\t\t} else {\n\t\t\t\tmatch = rquickExpr.exec( selector );\n\t\t\t}\n\n\t\t\t// Match html or make sure no context is specified for #id\n\t\t\tif ( match && ( match[ 1 ] || !context ) ) {\n\n\t\t\t\t// HANDLE: $(html) -> $(array)\n\t\t\t\tif ( match[ 1 ] ) {\n\t\t\t\t\tcontext = context instanceof jQuery ? context[ 0 ] : context;\n\n\t\t\t\t\t// Option to run scripts is true for back-compat\n\t\t\t\t\t// Intentionally let the error be thrown if parseHTML is not present\n\t\t\t\t\tjQuery.merge( this, jQuery.parseHTML(\n\t\t\t\t\t\tmatch[ 1 ],\n\t\t\t\t\t\tcontext && context.nodeType ? context.ownerDocument || context : document,\n\t\t\t\t\t\ttrue\n\t\t\t\t\t) );\n\n\t\t\t\t\t// HANDLE: $(html, props)\n\t\t\t\t\tif ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) {\n\t\t\t\t\t\tfor ( match in context ) {\n\n\t\t\t\t\t\t\t// Properties of context are called as methods if possible\n\t\t\t\t\t\t\tif ( isFunction( this[ match ] ) ) {\n\t\t\t\t\t\t\t\tthis[ match ]( context[ match ] );\n\n\t\t\t\t\t\t\t// ...and otherwise set as attributes\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tthis.attr( match, context[ match ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn this;\n\n\t\t\t\t// HANDLE: $(#id)\n\t\t\t\t} else {\n\t\t\t\t\telem = document.getElementById( match[ 2 ] );\n\n\t\t\t\t\tif ( elem ) {\n\n\t\t\t\t\t\t// Inject the element directly into the jQuery object\n\t\t\t\t\t\tthis[ 0 ] = elem;\n\t\t\t\t\t\tthis.length = 1;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\n\t\t\t// HANDLE: $(expr, $(...))\n\t\t\t} else if ( !context || context.jquery ) {\n\t\t\t\treturn ( context || root ).find( selector );\n\n\t\t\t// HANDLE: $(expr, context)\n\t\t\t// (which is just equivalent to: $(context).find(expr)\n\t\t\t} else {\n\t\t\t\treturn this.constructor( context ).find( selector );\n\t\t\t}\n\n\t\t// HANDLE: $(DOMElement)\n\t\t} else if ( selector.nodeType ) {\n\t\t\tthis[ 0 ] = selector;\n\t\t\tthis.length = 1;\n\t\t\treturn this;\n\n\t\t// HANDLE: $(function)\n\t\t// Shortcut for document ready\n\t\t} else if ( isFunction( selector ) ) {\n\t\t\treturn root.ready !== undefined ?\n\t\t\t\troot.ready( selector ) :\n\n\t\t\t\t// Execute immediately if ready is not present\n\t\t\t\tselector( jQuery );\n\t\t}\n\n\t\treturn jQuery.makeArray( selector, this );\n\t};\n\n// Give the init function the jQuery prototype for later instantiation\ninit.prototype = jQuery.fn;\n\n// Initialize central reference\nrootjQuery = jQuery( document );\n\n\nvar rparentsprev = /^(?:parents|prev(?:Until|All))/,\n\n\t// Methods guaranteed to produce a unique set when starting from a unique set\n\tguaranteedUnique = {\n\t\tchildren: true,\n\t\tcontents: true,\n\t\tnext: true,\n\t\tprev: true\n\t};\n\njQuery.fn.extend( {\n\thas: function( target ) {\n\t\tvar targets = jQuery( target, this ),\n\t\t\tl = targets.length;\n\n\t\treturn this.filter( function() {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tif ( jQuery.contains( this, targets[ i ] ) ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\tclosest: function( selectors, context ) {\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\tl = this.length,\n\t\t\tmatched = [],\n\t\t\ttargets = typeof selectors !== \"string\" && jQuery( selectors );\n\n\t\t// Positional selectors never match, since there's no _selection_ context\n\t\tif ( !rneedsContext.test( selectors ) ) {\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tfor ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) {\n\n\t\t\t\t\t// Always skip document fragments\n\t\t\t\t\tif ( cur.nodeType < 11 && ( targets ?\n\t\t\t\t\t\ttargets.index( cur ) > -1 :\n\n\t\t\t\t\t\t// Don't pass non-elements to Sizzle\n\t\t\t\t\t\tcur.nodeType === 1 &&\n\t\t\t\t\t\t\tjQuery.find.matchesSelector( cur, selectors ) ) ) {\n\n\t\t\t\t\t\tmatched.push( cur );\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched );\n\t},\n\n\t// Determine the position of an element within the set\n\tindex: function( elem ) {\n\n\t\t// No argument, return index in parent\n\t\tif ( !elem ) {\n\t\t\treturn ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1;\n\t\t}\n\n\t\t// Index in selector\n\t\tif ( typeof elem === \"string\" ) {\n\t\t\treturn indexOf.call( jQuery( elem ), this[ 0 ] );\n\t\t}\n\n\t\t// Locate the position of the desired element\n\t\treturn indexOf.call( this,\n\n\t\t\t// If it receives a jQuery object, the first element is used\n\t\t\telem.jquery ? elem[ 0 ] : elem\n\t\t);\n\t},\n\n\tadd: function( selector, context ) {\n\t\treturn this.pushStack(\n\t\t\tjQuery.uniqueSort(\n\t\t\t\tjQuery.merge( this.get(), jQuery( selector, context ) )\n\t\t\t)\n\t\t);\n\t},\n\n\taddBack: function( selector ) {\n\t\treturn this.add( selector == null ?\n\t\t\tthis.prevObject : this.prevObject.filter( selector )\n\t\t);\n\t}\n} );\n\nfunction sibling( cur, dir ) {\n\twhile ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {}\n\treturn cur;\n}\n\njQuery.each( {\n\tparent: function( elem ) {\n\t\tvar parent = elem.parentNode;\n\t\treturn parent && parent.nodeType !== 11 ? parent : null;\n\t},\n\tparents: function( elem ) {\n\t\treturn dir( elem, \"parentNode\" );\n\t},\n\tparentsUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"parentNode\", until );\n\t},\n\tnext: function( elem ) {\n\t\treturn sibling( elem, \"nextSibling\" );\n\t},\n\tprev: function( elem ) {\n\t\treturn sibling( elem, \"previousSibling\" );\n\t},\n\tnextAll: function( elem ) {\n\t\treturn dir( elem, \"nextSibling\" );\n\t},\n\tprevAll: function( elem ) {\n\t\treturn dir( elem, \"previousSibling\" );\n\t},\n\tnextUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"nextSibling\", until );\n\t},\n\tprevUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"previousSibling\", until );\n\t},\n\tsiblings: function( elem ) {\n\t\treturn siblings( ( elem.parentNode || {} ).firstChild, elem );\n\t},\n\tchildren: function( elem ) {\n\t\treturn siblings( elem.firstChild );\n\t},\n\tcontents: function( elem ) {\n\t\tif ( typeof elem.contentDocument !== \"undefined\" ) {\n\t\t\treturn elem.contentDocument;\n\t\t}\n\n\t\t// Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only\n\t\t// Treat the template element as a regular one in browsers that\n\t\t// don't support it.\n\t\tif ( nodeName( elem, \"template\" ) ) {\n\t\t\telem = elem.content || elem;\n\t\t}\n\n\t\treturn jQuery.merge( [], elem.childNodes );\n\t}\n}, function( name, fn ) {\n\tjQuery.fn[ name ] = function( until, selector ) {\n\t\tvar matched = jQuery.map( this, fn, until );\n\n\t\tif ( name.slice( -5 ) !== \"Until\" ) {\n\t\t\tselector = until;\n\t\t}\n\n\t\tif ( selector && typeof selector === \"string\" ) {\n\t\t\tmatched = jQuery.filter( selector, matched );\n\t\t}\n\n\t\tif ( this.length > 1 ) {\n\n\t\t\t// Remove duplicates\n\t\t\tif ( !guaranteedUnique[ name ] ) {\n\t\t\t\tjQuery.uniqueSort( matched );\n\t\t\t}\n\n\t\t\t// Reverse order for parents* and prev-derivatives\n\t\t\tif ( rparentsprev.test( name ) ) {\n\t\t\t\tmatched.reverse();\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched );\n\t};\n} );\nvar rnothtmlwhite = ( /[^\\x20\\t\\r\\n\\f]+/g );\n\n\n\n// Convert String-formatted options into Object-formatted ones\nfunction createOptions( options ) {\n\tvar object = {};\n\tjQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) {\n\t\tobject[ flag ] = true;\n\t} );\n\treturn object;\n}\n\n/*\n * Create a callback list using the following parameters:\n *\n *\toptions: an optional list of space-separated options that will change how\n *\t\t\tthe callback list behaves or a more traditional option object\n *\n * By default a callback list will act like an event callback list and can be\n * \"fired\" multiple times.\n *\n * Possible options:\n *\n *\tonce:\t\t\twill ensure the callback list can only be fired once (like a Deferred)\n *\n *\tmemory:\t\t\twill keep track of previous values and will call any callback added\n *\t\t\t\t\tafter the list has been fired right away with the latest \"memorized\"\n *\t\t\t\t\tvalues (like a Deferred)\n *\n *\tunique:\t\t\twill ensure a callback can only be added once (no duplicate in the list)\n *\n *\tstopOnFalse:\tinterrupt callings when a callback returns false\n *\n */\njQuery.Callbacks = function( options ) {\n\n\t// Convert options from String-formatted to Object-formatted if needed\n\t// (we check in cache first)\n\toptions = typeof options === \"string\" ?\n\t\tcreateOptions( options ) :\n\t\tjQuery.extend( {}, options );\n\n\tvar // Flag to know if list is currently firing\n\t\tfiring,\n\n\t\t// Last fire value for non-forgettable lists\n\t\tmemory,\n\n\t\t// Flag to know if list was already fired\n\t\tfired,\n\n\t\t// Flag to prevent firing\n\t\tlocked,\n\n\t\t// Actual callback list\n\t\tlist = [],\n\n\t\t// Queue of execution data for repeatable lists\n\t\tqueue = [],\n\n\t\t// Index of currently firing callback (modified by add/remove as needed)\n\t\tfiringIndex = -1,\n\n\t\t// Fire callbacks\n\t\tfire = function() {\n\n\t\t\t// Enforce single-firing\n\t\t\tlocked = locked || options.once;\n\n\t\t\t// Execute callbacks for all pending executions,\n\t\t\t// respecting firingIndex overrides and runtime changes\n\t\t\tfired = firing = true;\n\t\t\tfor ( ; queue.length; firingIndex = -1 ) {\n\t\t\t\tmemory = queue.shift();\n\t\t\t\twhile ( ++firingIndex < list.length ) {\n\n\t\t\t\t\t// Run callback and check for early termination\n\t\t\t\t\tif ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false &&\n\t\t\t\t\t\toptions.stopOnFalse ) {\n\n\t\t\t\t\t\t// Jump to end and forget the data so .add doesn't re-fire\n\t\t\t\t\t\tfiringIndex = list.length;\n\t\t\t\t\t\tmemory = false;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Forget the data if we're done with it\n\t\t\tif ( !options.memory ) {\n\t\t\t\tmemory = false;\n\t\t\t}\n\n\t\t\tfiring = false;\n\n\t\t\t// Clean up if we're done firing for good\n\t\t\tif ( locked ) {\n\n\t\t\t\t// Keep an empty list if we have data for future add calls\n\t\t\t\tif ( memory ) {\n\t\t\t\t\tlist = [];\n\n\t\t\t\t// Otherwise, this object is spent\n\t\t\t\t} else {\n\t\t\t\t\tlist = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\t// Actual Callbacks object\n\t\tself = {\n\n\t\t\t// Add a callback or a collection of callbacks to the list\n\t\t\tadd: function() {\n\t\t\t\tif ( list ) {\n\n\t\t\t\t\t// If we have memory from a past run, we should fire after adding\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfiringIndex = list.length - 1;\n\t\t\t\t\t\tqueue.push( memory );\n\t\t\t\t\t}\n\n\t\t\t\t\t( function add( args ) {\n\t\t\t\t\t\tjQuery.each( args, function( _, arg ) {\n\t\t\t\t\t\t\tif ( isFunction( arg ) ) {\n\t\t\t\t\t\t\t\tif ( !options.unique || !self.has( arg ) ) {\n\t\t\t\t\t\t\t\t\tlist.push( arg );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if ( arg && arg.length && toType( arg ) !== \"string\" ) {\n\n\t\t\t\t\t\t\t\t// Inspect recursively\n\t\t\t\t\t\t\t\tadd( arg );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} );\n\t\t\t\t\t} )( arguments );\n\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfire();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Remove a callback from the list\n\t\t\tremove: function() {\n\t\t\t\tjQuery.each( arguments, function( _, arg ) {\n\t\t\t\t\tvar index;\n\t\t\t\t\twhile ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {\n\t\t\t\t\t\tlist.splice( index, 1 );\n\n\t\t\t\t\t\t// Handle firing indexes\n\t\t\t\t\t\tif ( index <= firingIndex ) {\n\t\t\t\t\t\t\tfiringIndex--;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Check if a given callback is in the list.\n\t\t\t// If no argument is given, return whether or not list has callbacks attached.\n\t\t\thas: function( fn ) {\n\t\t\t\treturn fn ?\n\t\t\t\t\tjQuery.inArray( fn, list ) > -1 :\n\t\t\t\t\tlist.length > 0;\n\t\t\t},\n\n\t\t\t// Remove all callbacks from the list\n\t\t\tempty: function() {\n\t\t\t\tif ( list ) {\n\t\t\t\t\tlist = [];\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Disable .fire and .add\n\t\t\t// Abort any current/pending executions\n\t\t\t// Clear all callbacks and values\n\t\t\tdisable: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tlist = memory = \"\";\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tdisabled: function() {\n\t\t\t\treturn !list;\n\t\t\t},\n\n\t\t\t// Disable .fire\n\t\t\t// Also disable .add unless we have memory (since it would have no effect)\n\t\t\t// Abort any pending executions\n\t\t\tlock: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tif ( !memory && !firing ) {\n\t\t\t\t\tlist = memory = \"\";\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tlocked: function() {\n\t\t\t\treturn !!locked;\n\t\t\t},\n\n\t\t\t// Call all callbacks with the given context and arguments\n\t\t\tfireWith: function( context, args ) {\n\t\t\t\tif ( !locked ) {\n\t\t\t\t\targs = args || [];\n\t\t\t\t\targs = [ context, args.slice ? args.slice() : args ];\n\t\t\t\t\tqueue.push( args );\n\t\t\t\t\tif ( !firing ) {\n\t\t\t\t\t\tfire();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Call all the callbacks with the given arguments\n\t\t\tfire: function() {\n\t\t\t\tself.fireWith( this, arguments );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// To know if the callbacks have already been called at least once\n\t\t\tfired: function() {\n\t\t\t\treturn !!fired;\n\t\t\t}\n\t\t};\n\n\treturn self;\n};\n\n\nfunction Identity( v ) {\n\treturn v;\n}\nfunction Thrower( ex ) {\n\tthrow ex;\n}\n\nfunction adoptValue( value, resolve, reject, noValue ) {\n\tvar method;\n\n\ttry {\n\n\t\t// Check for promise aspect first to privilege synchronous behavior\n\t\tif ( value && isFunction( ( method = value.promise ) ) ) {\n\t\t\tmethod.call( value ).done( resolve ).fail( reject );\n\n\t\t// Other thenables\n\t\t} else if ( value && isFunction( ( method = value.then ) ) ) {\n\t\t\tmethod.call( value, resolve, reject );\n\n\t\t// Other non-thenables\n\t\t} else {\n\n\t\t\t// Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer:\n\t\t\t// * false: [ value ].slice( 0 ) => resolve( value )\n\t\t\t// * true: [ value ].slice( 1 ) => resolve()\n\t\t\tresolve.apply( undefined, [ value ].slice( noValue ) );\n\t\t}\n\n\t// For Promises/A+, convert exceptions into rejections\n\t// Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in\n\t// Deferred#then to conditionally suppress rejection.\n\t} catch ( value ) {\n\n\t\t// Support: Android 4.0 only\n\t\t// Strict mode functions invoked without .call/.apply get global-object context\n\t\treject.apply( undefined, [ value ] );\n\t}\n}\n\njQuery.extend( {\n\n\tDeferred: function( func ) {\n\t\tvar tuples = [\n\n\t\t\t\t// action, add listener, callbacks,\n\t\t\t\t// ... .then handlers, argument index, [final state]\n\t\t\t\t[ \"notify\", \"progress\", jQuery.Callbacks( \"memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"memory\" ), 2 ],\n\t\t\t\t[ \"resolve\", \"done\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 0, \"resolved\" ],\n\t\t\t\t[ \"reject\", \"fail\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 1, \"rejected\" ]\n\t\t\t],\n\t\t\tstate = \"pending\",\n\t\t\tpromise = {\n\t\t\t\tstate: function() {\n\t\t\t\t\treturn state;\n\t\t\t\t},\n\t\t\t\talways: function() {\n\t\t\t\t\tdeferred.done( arguments ).fail( arguments );\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\t\t\t\t\"catch\": function( fn ) {\n\t\t\t\t\treturn promise.then( null, fn );\n\t\t\t\t},\n\n\t\t\t\t// Keep pipe for back-compat\n\t\t\t\tpipe: function( /* fnDone, fnFail, fnProgress */ ) {\n\t\t\t\t\tvar fns = arguments;\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\t\t\t\t\t\tjQuery.each( tuples, function( i, tuple ) {\n\n\t\t\t\t\t\t\t// Map tuples (progress, done, fail) to arguments (done, fail, progress)\n\t\t\t\t\t\t\tvar fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ];\n\n\t\t\t\t\t\t\t// deferred.progress(function() { bind to newDefer or newDefer.notify })\n\t\t\t\t\t\t\t// deferred.done(function() { bind to newDefer or newDefer.resolve })\n\t\t\t\t\t\t\t// deferred.fail(function() { bind to newDefer or newDefer.reject })\n\t\t\t\t\t\t\tdeferred[ tuple[ 1 ] ]( function() {\n\t\t\t\t\t\t\t\tvar returned = fn && fn.apply( this, arguments );\n\t\t\t\t\t\t\t\tif ( returned && isFunction( returned.promise ) ) {\n\t\t\t\t\t\t\t\t\treturned.promise()\n\t\t\t\t\t\t\t\t\t\t.progress( newDefer.notify )\n\t\t\t\t\t\t\t\t\t\t.done( newDefer.resolve )\n\t\t\t\t\t\t\t\t\t\t.fail( newDefer.reject );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tnewDefer[ tuple[ 0 ] + \"With\" ](\n\t\t\t\t\t\t\t\t\t\tthis,\n\t\t\t\t\t\t\t\t\t\tfn ? [ returned ] : arguments\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t} );\n\t\t\t\t\t\tfns = null;\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\t\t\t\tthen: function( onFulfilled, onRejected, onProgress ) {\n\t\t\t\t\tvar maxDepth = 0;\n\t\t\t\t\tfunction resolve( depth, deferred, handler, special ) {\n\t\t\t\t\t\treturn function() {\n\t\t\t\t\t\t\tvar that = this,\n\t\t\t\t\t\t\t\targs = arguments,\n\t\t\t\t\t\t\t\tmightThrow = function() {\n\t\t\t\t\t\t\t\t\tvar returned, then;\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.3\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-59\n\t\t\t\t\t\t\t\t\t// Ignore double-resolution attempts\n\t\t\t\t\t\t\t\t\tif ( depth < maxDepth ) {\n\t\t\t\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\treturned = handler.apply( that, args );\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.1\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-48\n\t\t\t\t\t\t\t\t\tif ( returned === deferred.promise() ) {\n\t\t\t\t\t\t\t\t\t\tthrow new TypeError( \"Thenable self-resolution\" );\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ sections 2.3.3.1, 3.5\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-54\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-75\n\t\t\t\t\t\t\t\t\t// Retrieve `then` only once\n\t\t\t\t\t\t\t\t\tthen = returned &&\n\n\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.4\n\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-64\n\t\t\t\t\t\t\t\t\t\t// Only check objects and functions for thenability\n\t\t\t\t\t\t\t\t\t\t( typeof returned === \"object\" ||\n\t\t\t\t\t\t\t\t\t\t\ttypeof returned === \"function\" ) &&\n\t\t\t\t\t\t\t\t\t\treturned.then;\n\n\t\t\t\t\t\t\t\t\t// Handle a returned thenable\n\t\t\t\t\t\t\t\t\tif ( isFunction( then ) ) {\n\n\t\t\t\t\t\t\t\t\t\t// Special processors (notify) just wait for resolution\n\t\t\t\t\t\t\t\t\t\tif ( special ) {\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special )\n\t\t\t\t\t\t\t\t\t\t\t);\n\n\t\t\t\t\t\t\t\t\t\t// Normal processors (resolve) also hook into progress\n\t\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\t\t// ...and disregard older resolution values\n\t\t\t\t\t\t\t\t\t\t\tmaxDepth++;\n\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity,\n\t\t\t\t\t\t\t\t\t\t\t\t\tdeferred.notifyWith )\n\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Handle all other returned values\n\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\t\t\t\tif ( handler !== Identity ) {\n\t\t\t\t\t\t\t\t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\targs = [ returned ];\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t// Process the value(s)\n\t\t\t\t\t\t\t\t\t\t// Default process is resolve\n\t\t\t\t\t\t\t\t\t\t( special || deferred.resolveWith )( that, args );\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\t\t// Only normal processors (resolve) catch and reject exceptions\n\t\t\t\t\t\t\t\tprocess = special ?\n\t\t\t\t\t\t\t\t\tmightThrow :\n\t\t\t\t\t\t\t\t\tfunction() {\n\t\t\t\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\t\t\t\tmightThrow();\n\t\t\t\t\t\t\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t\t\t\t\t\t\tif ( jQuery.Deferred.exceptionHook ) {\n\t\t\t\t\t\t\t\t\t\t\t\tjQuery.Deferred.exceptionHook( e,\n\t\t\t\t\t\t\t\t\t\t\t\t\tprocess.stackTrace );\n\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.4.1\n\t\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-61\n\t\t\t\t\t\t\t\t\t\t\t// Ignore post-resolution exceptions\n\t\t\t\t\t\t\t\t\t\t\tif ( depth + 1 >= maxDepth ) {\n\n\t\t\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\t\t\t\t\t\tif ( handler !== Thrower ) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\t\t\targs = [ e ];\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t\tdeferred.rejectWith( that, args );\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t};\n\n\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.1\n\t\t\t\t\t\t\t// https://promisesaplus.com/#point-57\n\t\t\t\t\t\t\t// Re-resolve promises immediately to dodge false rejection from\n\t\t\t\t\t\t\t// subsequent errors\n\t\t\t\t\t\t\tif ( depth ) {\n\t\t\t\t\t\t\t\tprocess();\n\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t// Call an optional hook to record the stack, in case of exception\n\t\t\t\t\t\t\t\t// since it's otherwise lost when execution goes async\n\t\t\t\t\t\t\t\tif ( jQuery.Deferred.getStackHook ) {\n\t\t\t\t\t\t\t\t\tprocess.stackTrace = jQuery.Deferred.getStackHook();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\twindow.setTimeout( process );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t};\n\t\t\t\t\t}\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\n\t\t\t\t\t\t// progress_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 0 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onProgress ) ?\n\t\t\t\t\t\t\t\t\tonProgress :\n\t\t\t\t\t\t\t\t\tIdentity,\n\t\t\t\t\t\t\t\tnewDefer.notifyWith\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// fulfilled_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 1 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onFulfilled ) ?\n\t\t\t\t\t\t\t\t\tonFulfilled :\n\t\t\t\t\t\t\t\t\tIdentity\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// rejected_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 2 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onRejected ) ?\n\t\t\t\t\t\t\t\t\tonRejected :\n\t\t\t\t\t\t\t\t\tThrower\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\n\t\t\t\t// Get a promise for this deferred\n\t\t\t\t// If obj is provided, the promise aspect is added to the object\n\t\t\t\tpromise: function( obj ) {\n\t\t\t\t\treturn obj != null ? jQuery.extend( obj, promise ) : promise;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdeferred = {};\n\n\t\t// Add list-specific methods\n\t\tjQuery.each( tuples, function( i, tuple ) {\n\t\t\tvar list = tuple[ 2 ],\n\t\t\t\tstateString = tuple[ 5 ];\n\n\t\t\t// promise.progress = list.add\n\t\t\t// promise.done = list.add\n\t\t\t// promise.fail = list.add\n\t\t\tpromise[ tuple[ 1 ] ] = list.add;\n\n\t\t\t// Handle state\n\t\t\tif ( stateString ) {\n\t\t\t\tlist.add(\n\t\t\t\t\tfunction() {\n\n\t\t\t\t\t\t// state = \"resolved\" (i.e., fulfilled)\n\t\t\t\t\t\t// state = \"rejected\"\n\t\t\t\t\t\tstate = stateString;\n\t\t\t\t\t},\n\n\t\t\t\t\t// rejected_callbacks.disable\n\t\t\t\t\t// fulfilled_callbacks.disable\n\t\t\t\t\ttuples[ 3 - i ][ 2 ].disable,\n\n\t\t\t\t\t// rejected_handlers.disable\n\t\t\t\t\t// fulfilled_handlers.disable\n\t\t\t\t\ttuples[ 3 - i ][ 3 ].disable,\n\n\t\t\t\t\t// progress_callbacks.lock\n\t\t\t\t\ttuples[ 0 ][ 2 ].lock,\n\n\t\t\t\t\t// progress_handlers.lock\n\t\t\t\t\ttuples[ 0 ][ 3 ].lock\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// progress_handlers.fire\n\t\t\t// fulfilled_handlers.fire\n\t\t\t// rejected_handlers.fire\n\t\t\tlist.add( tuple[ 3 ].fire );\n\n\t\t\t// deferred.notify = function() { deferred.notifyWith(...) }\n\t\t\t// deferred.resolve = function() { deferred.resolveWith(...) }\n\t\t\t// deferred.reject = function() { deferred.rejectWith(...) }\n\t\t\tdeferred[ tuple[ 0 ] ] = function() {\n\t\t\t\tdeferred[ tuple[ 0 ] + \"With\" ]( this === deferred ? undefined : this, arguments );\n\t\t\t\treturn this;\n\t\t\t};\n\n\t\t\t// deferred.notifyWith = list.fireWith\n\t\t\t// deferred.resolveWith = list.fireWith\n\t\t\t// deferred.rejectWith = list.fireWith\n\t\t\tdeferred[ tuple[ 0 ] + \"With\" ] = list.fireWith;\n\t\t} );\n\n\t\t// Make the deferred a promise\n\t\tpromise.promise( deferred );\n\n\t\t// Call given func if any\n\t\tif ( func ) {\n\t\t\tfunc.call( deferred, deferred );\n\t\t}\n\n\t\t// All done!\n\t\treturn deferred;\n\t},\n\n\t// Deferred helper\n\twhen: function( singleValue ) {\n\t\tvar\n\n\t\t\t// count of uncompleted subordinates\n\t\t\tremaining = arguments.length,\n\n\t\t\t// count of unprocessed arguments\n\t\t\ti = remaining,\n\n\t\t\t// subordinate fulfillment data\n\t\t\tresolveContexts = Array( i ),\n\t\t\tresolveValues = slice.call( arguments ),\n\n\t\t\t// the master Deferred\n\t\t\tmaster = jQuery.Deferred(),\n\n\t\t\t// subordinate callback factory\n\t\t\tupdateFunc = function( i ) {\n\t\t\t\treturn function( value ) {\n\t\t\t\t\tresolveContexts[ i ] = this;\n\t\t\t\t\tresolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value;\n\t\t\t\t\tif ( !( --remaining ) ) {\n\t\t\t\t\t\tmaster.resolveWith( resolveContexts, resolveValues );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t\t};\n\n\t\t// Single- and empty arguments are adopted like Promise.resolve\n\t\tif ( remaining <= 1 ) {\n\t\t\tadoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject,\n\t\t\t\t!remaining );\n\n\t\t\t// Use .then() to unwrap secondary thenables (cf. gh-3000)\n\t\t\tif ( master.state() === \"pending\" ||\n\t\t\t\tisFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) {\n\n\t\t\t\treturn master.then();\n\t\t\t}\n\t\t}\n\n\t\t// Multiple arguments are aggregated like Promise.all array elements\n\t\twhile ( i-- ) {\n\t\t\tadoptValue( resolveValues[ i ], updateFunc( i ), master.reject );\n\t\t}\n\n\t\treturn master.promise();\n\t}\n} );\n\n\n// These usually indicate a programmer mistake during development,\n// warn about them ASAP rather than swallowing them by default.\nvar rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;\n\njQuery.Deferred.exceptionHook = function( error, stack ) {\n\n\t// Support: IE 8 - 9 only\n\t// Console exists when dev tools are open, which can happen at any time\n\tif ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) {\n\t\twindow.console.warn( \"jQuery.Deferred exception: \" + error.message, error.stack, stack );\n\t}\n};\n\n\n\n\njQuery.readyException = function( error ) {\n\twindow.setTimeout( function() {\n\t\tthrow error;\n\t} );\n};\n\n\n\n\n// The deferred used on DOM ready\nvar readyList = jQuery.Deferred();\n\njQuery.fn.ready = function( fn ) {\n\n\treadyList\n\t\t.then( fn )\n\n\t\t// Wrap jQuery.readyException in a function so that the lookup\n\t\t// happens at the time of error handling instead of callback\n\t\t// registration.\n\t\t.catch( function( error ) {\n\t\t\tjQuery.readyException( error );\n\t\t} );\n\n\treturn this;\n};\n\njQuery.extend( {\n\n\t// Is the DOM ready to be used? Set to true once it occurs.\n\tisReady: false,\n\n\t// A counter to track how many items to wait for before\n\t// the ready event fires. See #6781\n\treadyWait: 1,\n\n\t// Handle when the DOM is ready\n\tready: function( wait ) {\n\n\t\t// Abort if there are pending holds or we're already ready\n\t\tif ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Remember that the DOM is ready\n\t\tjQuery.isReady = true;\n\n\t\t// If a normal DOM Ready event fired, decrement, and wait if need be\n\t\tif ( wait !== true && --jQuery.readyWait > 0 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// If there are functions bound, to execute\n\t\treadyList.resolveWith( document, [ jQuery ] );\n\t}\n} );\n\njQuery.ready.then = readyList.then;\n\n// The ready event handler and self cleanup method\nfunction completed() {\n\tdocument.removeEventListener( \"DOMContentLoaded\", completed );\n\twindow.removeEventListener( \"load\", completed );\n\tjQuery.ready();\n}\n\n// Catch cases where $(document).ready() is called\n// after the browser event has already occurred.\n// Support: IE <=9 - 10 only\n// Older IE sometimes signals \"interactive\" too soon\nif ( document.readyState === \"complete\" ||\n\t( document.readyState !== \"loading\" && !document.documentElement.doScroll ) ) {\n\n\t// Handle it asynchronously to allow scripts the opportunity to delay ready\n\twindow.setTimeout( jQuery.ready );\n\n} else {\n\n\t// Use the handy event callback\n\tdocument.addEventListener( \"DOMContentLoaded\", completed );\n\n\t// A fallback to window.onload, that will always work\n\twindow.addEventListener( \"load\", completed );\n}\n\n\n\n\n// Multifunctional method to get and set values of a collection\n// The value/s can optionally be executed if it's a function\nvar access = function( elems, fn, key, value, chainable, emptyGet, raw ) {\n\tvar i = 0,\n\t\tlen = elems.length,\n\t\tbulk = key == null;\n\n\t// Sets many values\n\tif ( toType( key ) === \"object\" ) {\n\t\tchainable = true;\n\t\tfor ( i in key ) {\n\t\t\taccess( elems, fn, i, key[ i ], true, emptyGet, raw );\n\t\t}\n\n\t// Sets one value\n\t} else if ( value !== undefined ) {\n\t\tchainable = true;\n\n\t\tif ( !isFunction( value ) ) {\n\t\t\traw = true;\n\t\t}\n\n\t\tif ( bulk ) {\n\n\t\t\t// Bulk operations run against the entire set\n\t\t\tif ( raw ) {\n\t\t\t\tfn.call( elems, value );\n\t\t\t\tfn = null;\n\n\t\t\t// ...except when executing function values\n\t\t\t} else {\n\t\t\t\tbulk = fn;\n\t\t\t\tfn = function( elem, key, value ) {\n\t\t\t\t\treturn bulk.call( jQuery( elem ), value );\n\t\t\t\t};\n\t\t\t}\n\t\t}\n\n\t\tif ( fn ) {\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\tfn(\n\t\t\t\t\telems[ i ], key, raw ?\n\t\t\t\t\tvalue :\n\t\t\t\t\tvalue.call( elems[ i ], i, fn( elems[ i ], key ) )\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( chainable ) {\n\t\treturn elems;\n\t}\n\n\t// Gets\n\tif ( bulk ) {\n\t\treturn fn.call( elems );\n\t}\n\n\treturn len ? fn( elems[ 0 ], key ) : emptyGet;\n};\n\n\n// Matches dashed string for camelizing\nvar rmsPrefix = /^-ms-/,\n\trdashAlpha = /-([a-z])/g;\n\n// Used by camelCase as callback to replace()\nfunction fcamelCase( all, letter ) {\n\treturn letter.toUpperCase();\n}\n\n// Convert dashed to camelCase; used by the css and data modules\n// Support: IE <=9 - 11, Edge 12 - 15\n// Microsoft forgot to hump their vendor prefix (#9572)\nfunction camelCase( string ) {\n\treturn string.replace( rmsPrefix, \"ms-\" ).replace( rdashAlpha, fcamelCase );\n}\nvar acceptData = function( owner ) {\n\n\t// Accepts only:\n\t// - Node\n\t// - Node.ELEMENT_NODE\n\t// - Node.DOCUMENT_NODE\n\t// - Object\n\t// - Any\n\treturn owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );\n};\n\n\n\n\nfunction Data() {\n\tthis.expando = jQuery.expando + Data.uid++;\n}\n\nData.uid = 1;\n\nData.prototype = {\n\n\tcache: function( owner ) {\n\n\t\t// Check if the owner object already has a cache\n\t\tvar value = owner[ this.expando ];\n\n\t\t// If not, create one\n\t\tif ( !value ) {\n\t\t\tvalue = {};\n\n\t\t\t// We can accept data for non-element nodes in modern browsers,\n\t\t\t// but we should not, see #8335.\n\t\t\t// Always return an empty object.\n\t\t\tif ( acceptData( owner ) ) {\n\n\t\t\t\t// If it is a node unlikely to be stringify-ed or looped over\n\t\t\t\t// use plain assignment\n\t\t\t\tif ( owner.nodeType ) {\n\t\t\t\t\towner[ this.expando ] = value;\n\n\t\t\t\t// Otherwise secure it in a non-enumerable property\n\t\t\t\t// configurable must be true to allow the property to be\n\t\t\t\t// deleted when data is removed\n\t\t\t\t} else {\n\t\t\t\t\tObject.defineProperty( owner, this.expando, {\n\t\t\t\t\t\tvalue: value,\n\t\t\t\t\t\tconfigurable: true\n\t\t\t\t\t} );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn value;\n\t},\n\tset: function( owner, data, value ) {\n\t\tvar prop,\n\t\t\tcache = this.cache( owner );\n\n\t\t// Handle: [ owner, key, value ] args\n\t\t// Always use camelCase key (gh-2257)\n\t\tif ( typeof data === \"string\" ) {\n\t\t\tcache[ camelCase( data ) ] = value;\n\n\t\t// Handle: [ owner, { properties } ] args\n\t\t} else {\n\n\t\t\t// Copy the properties one-by-one to the cache object\n\t\t\tfor ( prop in data ) {\n\t\t\t\tcache[ camelCase( prop ) ] = data[ prop ];\n\t\t\t}\n\t\t}\n\t\treturn cache;\n\t},\n\tget: function( owner, key ) {\n\t\treturn key === undefined ?\n\t\t\tthis.cache( owner ) :\n\n\t\t\t// Always use camelCase key (gh-2257)\n\t\t\towner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ];\n\t},\n\taccess: function( owner, key, value ) {\n\n\t\t// In cases where either:\n\t\t//\n\t\t// 1. No key was specified\n\t\t// 2. A string key was specified, but no value provided\n\t\t//\n\t\t// Take the \"read\" path and allow the get method to determine\n\t\t// which value to return, respectively either:\n\t\t//\n\t\t// 1. The entire cache object\n\t\t// 2. The data stored at the key\n\t\t//\n\t\tif ( key === undefined ||\n\t\t\t\t( ( key && typeof key === \"string\" ) && value === undefined ) ) {\n\n\t\t\treturn this.get( owner, key );\n\t\t}\n\n\t\t// When the key is not a string, or both a key and value\n\t\t// are specified, set or extend (existing objects) with either:\n\t\t//\n\t\t// 1. An object of properties\n\t\t// 2. A key and value\n\t\t//\n\t\tthis.set( owner, key, value );\n\n\t\t// Since the \"set\" path can have two possible entry points\n\t\t// return the expected data based on which path was taken[*]\n\t\treturn value !== undefined ? value : key;\n\t},\n\tremove: function( owner, key ) {\n\t\tvar i,\n\t\t\tcache = owner[ this.expando ];\n\n\t\tif ( cache === undefined ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( key !== undefined ) {\n\n\t\t\t// Support array or space separated string of keys\n\t\t\tif ( Array.isArray( key ) ) {\n\n\t\t\t\t// If key is an array of keys...\n\t\t\t\t// We always set camelCase keys, so remove that.\n\t\t\t\tkey = key.map( camelCase );\n\t\t\t} else {\n\t\t\t\tkey = camelCase( key );\n\n\t\t\t\t// If a key with the spaces exists, use it.\n\t\t\t\t// Otherwise, create an array by matching non-whitespace\n\t\t\t\tkey = key in cache ?\n\t\t\t\t\t[ key ] :\n\t\t\t\t\t( key.match( rnothtmlwhite ) || [] );\n\t\t\t}\n\n\t\t\ti = key.length;\n\n\t\t\twhile ( i-- ) {\n\t\t\t\tdelete cache[ key[ i ] ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove the expando if there's no more data\n\t\tif ( key === undefined || jQuery.isEmptyObject( cache ) ) {\n\n\t\t\t// Support: Chrome <=35 - 45\n\t\t\t// Webkit & Blink performance suffers when deleting properties\n\t\t\t// from DOM nodes, so set to undefined instead\n\t\t\t// https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted)\n\t\t\tif ( owner.nodeType ) {\n\t\t\t\towner[ this.expando ] = undefined;\n\t\t\t} else {\n\t\t\t\tdelete owner[ this.expando ];\n\t\t\t}\n\t\t}\n\t},\n\thasData: function( owner ) {\n\t\tvar cache = owner[ this.expando ];\n\t\treturn cache !== undefined && !jQuery.isEmptyObject( cache );\n\t}\n};\nvar dataPriv = new Data();\n\nvar dataUser = new Data();\n\n\n\n//\tImplementation Summary\n//\n//\t1. Enforce API surface and semantic compatibility with 1.9.x branch\n//\t2. Improve the module's maintainability by reducing the storage\n//\t\tpaths to a single mechanism.\n//\t3. Use the same single mechanism to support \"private\" and \"user\" data.\n//\t4. _Never_ expose \"private\" data to user code (TODO: Drop _data, _removeData)\n//\t5. Avoid exposing implementation details on user objects (eg. expando properties)\n//\t6. Provide a clear path for implementation upgrade to WeakMap in 2014\n\nvar rbrace = /^(?:\\{[\\w\\W]*\\}|\\[[\\w\\W]*\\])$/,\n\trmultiDash = /[A-Z]/g;\n\nfunction getData( data ) {\n\tif ( data === \"true\" ) {\n\t\treturn true;\n\t}\n\n\tif ( data === \"false\" ) {\n\t\treturn false;\n\t}\n\n\tif ( data === \"null\" ) {\n\t\treturn null;\n\t}\n\n\t// Only convert to a number if it doesn't change the string\n\tif ( data === +data + \"\" ) {\n\t\treturn +data;\n\t}\n\n\tif ( rbrace.test( data ) ) {\n\t\treturn JSON.parse( data );\n\t}\n\n\treturn data;\n}\n\nfunction dataAttr( elem, key, data ) {\n\tvar name;\n\n\t// If nothing was found internally, try to fetch any\n\t// data from the HTML5 data-* attribute\n\tif ( data === undefined && elem.nodeType === 1 ) {\n\t\tname = \"data-\" + key.replace( rmultiDash, \"-$&\" ).toLowerCase();\n\t\tdata = elem.getAttribute( name );\n\n\t\tif ( typeof data === \"string\" ) {\n\t\t\ttry {\n\t\t\t\tdata = getData( data );\n\t\t\t} catch ( e ) {}\n\n\t\t\t// Make sure we set the data so it isn't changed later\n\t\t\tdataUser.set( elem, key, data );\n\t\t} else {\n\t\t\tdata = undefined;\n\t\t}\n\t}\n\treturn data;\n}\n\njQuery.extend( {\n\thasData: function( elem ) {\n\t\treturn dataUser.hasData( elem ) || dataPriv.hasData( elem );\n\t},\n\n\tdata: function( elem, name, data ) {\n\t\treturn dataUser.access( elem, name, data );\n\t},\n\n\tremoveData: function( elem, name ) {\n\t\tdataUser.remove( elem, name );\n\t},\n\n\t// TODO: Now that all calls to _data and _removeData have been replaced\n\t// with direct calls to dataPriv methods, these can be deprecated.\n\t_data: function( elem, name, data ) {\n\t\treturn dataPriv.access( elem, name, data );\n\t},\n\n\t_removeData: function( elem, name ) {\n\t\tdataPriv.remove( elem, name );\n\t}\n} );\n\njQuery.fn.extend( {\n\tdata: function( key, value ) {\n\t\tvar i, name, data,\n\t\t\telem = this[ 0 ],\n\t\t\tattrs = elem && elem.attributes;\n\n\t\t// Gets all values\n\t\tif ( key === undefined ) {\n\t\t\tif ( this.length ) {\n\t\t\t\tdata = dataUser.get( elem );\n\n\t\t\t\tif ( elem.nodeType === 1 && !dataPriv.get( elem, \"hasDataAttrs\" ) ) {\n\t\t\t\t\ti = attrs.length;\n\t\t\t\t\twhile ( i-- ) {\n\n\t\t\t\t\t\t// Support: IE 11 only\n\t\t\t\t\t\t// The attrs elements can be null (#14894)\n\t\t\t\t\t\tif ( attrs[ i ] ) {\n\t\t\t\t\t\t\tname = attrs[ i ].name;\n\t\t\t\t\t\t\tif ( name.indexOf( \"data-\" ) === 0 ) {\n\t\t\t\t\t\t\t\tname = camelCase( name.slice( 5 ) );\n\t\t\t\t\t\t\t\tdataAttr( elem, name, data[ name ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tdataPriv.set( elem, \"hasDataAttrs\", true );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn data;\n\t\t}\n\n\t\t// Sets multiple values\n\t\tif ( typeof key === \"object\" ) {\n\t\t\treturn this.each( function() {\n\t\t\t\tdataUser.set( this, key );\n\t\t\t} );\n\t\t}\n\n\t\treturn access( this, function( value ) {\n\t\t\tvar data;\n\n\t\t\t// The calling jQuery object (element matches) is not empty\n\t\t\t// (and therefore has an element appears at this[ 0 ]) and the\n\t\t\t// `value` parameter was not undefined. An empty jQuery object\n\t\t\t// will result in `undefined` for elem = this[ 0 ] which will\n\t\t\t// throw an exception if an attempt to read a data cache is made.\n\t\t\tif ( elem && value === undefined ) {\n\n\t\t\t\t// Attempt to get data from the cache\n\t\t\t\t// The key will always be camelCased in Data\n\t\t\t\tdata = dataUser.get( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// Attempt to \"discover\" the data in\n\t\t\t\t// HTML5 custom data-* attrs\n\t\t\t\tdata = dataAttr( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// We tried really hard, but the data doesn't exist.\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Set the data...\n\t\t\tthis.each( function() {\n\n\t\t\t\t// We always store the camelCased key\n\t\t\t\tdataUser.set( this, key, value );\n\t\t\t} );\n\t\t}, null, value, arguments.length > 1, null, true );\n\t},\n\n\tremoveData: function( key ) {\n\t\treturn this.each( function() {\n\t\t\tdataUser.remove( this, key );\n\t\t} );\n\t}\n} );\n\n\njQuery.extend( {\n\tqueue: function( elem, type, data ) {\n\t\tvar queue;\n\n\t\tif ( elem ) {\n\t\t\ttype = ( type || \"fx\" ) + \"queue\";\n\t\t\tqueue = dataPriv.get( elem, type );\n\n\t\t\t// Speed up dequeue by getting out quickly if this is just a lookup\n\t\t\tif ( data ) {\n\t\t\t\tif ( !queue || Array.isArray( data ) ) {\n\t\t\t\t\tqueue = dataPriv.access( elem, type, jQuery.makeArray( data ) );\n\t\t\t\t} else {\n\t\t\t\t\tqueue.push( data );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn queue || [];\n\t\t}\n\t},\n\n\tdequeue: function( elem, type ) {\n\t\ttype = type || \"fx\";\n\n\t\tvar queue = jQuery.queue( elem, type ),\n\t\t\tstartLength = queue.length,\n\t\t\tfn = queue.shift(),\n\t\t\thooks = jQuery._queueHooks( elem, type ),\n\t\t\tnext = function() {\n\t\t\t\tjQuery.dequeue( elem, type );\n\t\t\t};\n\n\t\t// If the fx queue is dequeued, always remove the progress sentinel\n\t\tif ( fn === \"inprogress\" ) {\n\t\t\tfn = queue.shift();\n\t\t\tstartLength--;\n\t\t}\n\n\t\tif ( fn ) {\n\n\t\t\t// Add a progress sentinel to prevent the fx queue from being\n\t\t\t// automatically dequeued\n\t\t\tif ( type === \"fx\" ) {\n\t\t\t\tqueue.unshift( \"inprogress\" );\n\t\t\t}\n\n\t\t\t// Clear up the last queue stop function\n\t\t\tdelete hooks.stop;\n\t\t\tfn.call( elem, next, hooks );\n\t\t}\n\n\t\tif ( !startLength && hooks ) {\n\t\t\thooks.empty.fire();\n\t\t}\n\t},\n\n\t// Not public - generate a queueHooks object, or return the current one\n\t_queueHooks: function( elem, type ) {\n\t\tvar key = type + \"queueHooks\";\n\t\treturn dataPriv.get( elem, key ) || dataPriv.access( elem, key, {\n\t\t\tempty: jQuery.Callbacks( \"once memory\" ).add( function() {\n\t\t\t\tdataPriv.remove( elem, [ type + \"queue\", key ] );\n\t\t\t} )\n\t\t} );\n\t}\n} );\n\njQuery.fn.extend( {\n\tqueue: function( type, data ) {\n\t\tvar setter = 2;\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tdata = type;\n\t\t\ttype = \"fx\";\n\t\t\tsetter--;\n\t\t}\n\n\t\tif ( arguments.length < setter ) {\n\t\t\treturn jQuery.queue( this[ 0 ], type );\n\t\t}\n\n\t\treturn data === undefined ?\n\t\t\tthis :\n\t\t\tthis.each( function() {\n\t\t\t\tvar queue = jQuery.queue( this, type, data );\n\n\t\t\t\t// Ensure a hooks for this queue\n\t\t\t\tjQuery._queueHooks( this, type );\n\n\t\t\t\tif ( type === \"fx\" && queue[ 0 ] !== \"inprogress\" ) {\n\t\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t\t}\n\t\t\t} );\n\t},\n\tdequeue: function( type ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.dequeue( this, type );\n\t\t} );\n\t},\n\tclearQueue: function( type ) {\n\t\treturn this.queue( type || \"fx\", [] );\n\t},\n\n\t// Get a promise resolved when queues of a certain type\n\t// are emptied (fx is the type by default)\n\tpromise: function( type, obj ) {\n\t\tvar tmp,\n\t\t\tcount = 1,\n\t\t\tdefer = jQuery.Deferred(),\n\t\t\telements = this,\n\t\t\ti = this.length,\n\t\t\tresolve = function() {\n\t\t\t\tif ( !( --count ) ) {\n\t\t\t\t\tdefer.resolveWith( elements, [ elements ] );\n\t\t\t\t}\n\t\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tobj = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\ttype = type || \"fx\";\n\n\t\twhile ( i-- ) {\n\t\t\ttmp = dataPriv.get( elements[ i ], type + \"queueHooks\" );\n\t\t\tif ( tmp && tmp.empty ) {\n\t\t\t\tcount++;\n\t\t\t\ttmp.empty.add( resolve );\n\t\t\t}\n\t\t}\n\t\tresolve();\n\t\treturn defer.promise( obj );\n\t}\n} );\nvar pnum = ( /[+-]?(?:\\d*\\.|)\\d+(?:[eE][+-]?\\d+|)/ ).source;\n\nvar rcssNum = new RegExp( \"^(?:([+-])=|)(\" + pnum + \")([a-z%]*)$\", \"i\" );\n\n\nvar cssExpand = [ \"Top\", \"Right\", \"Bottom\", \"Left\" ];\n\nvar documentElement = document.documentElement;\n\n\n\n\tvar isAttached = function( elem ) {\n\t\t\treturn jQuery.contains( elem.ownerDocument, elem );\n\t\t},\n\t\tcomposed = { composed: true };\n\n\t// Support: IE 9 - 11+, Edge 12 - 18+, iOS 10.0 - 10.2 only\n\t// Check attachment across shadow DOM boundaries when possible (gh-3504)\n\t// Support: iOS 10.0-10.2 only\n\t// Early iOS 10 versions support `attachShadow` but not `getRootNode`,\n\t// leading to errors. We need to check for `getRootNode`.\n\tif ( documentElement.getRootNode ) {\n\t\tisAttached = function( elem ) {\n\t\t\treturn jQuery.contains( elem.ownerDocument, elem ) ||\n\t\t\t\telem.getRootNode( composed ) === elem.ownerDocument;\n\t\t};\n\t}\nvar isHiddenWithinTree = function( elem, el ) {\n\n\t\t// isHiddenWithinTree might be called from jQuery#filter function;\n\t\t// in that case, element will be second argument\n\t\telem = el || elem;\n\n\t\t// Inline style trumps all\n\t\treturn elem.style.display === \"none\" ||\n\t\t\telem.style.display === \"\" &&\n\n\t\t\t// Otherwise, check computed style\n\t\t\t// Support: Firefox <=43 - 45\n\t\t\t// Disconnected elements can have computed display: none, so first confirm that elem is\n\t\t\t// in the document.\n\t\t\tisAttached( elem ) &&\n\n\t\t\tjQuery.css( elem, \"display\" ) === \"none\";\n\t};\n\nvar swap = function( elem, options, callback, args ) {\n\tvar ret, name,\n\t\told = {};\n\n\t// Remember the old values, and insert the new ones\n\tfor ( name in options ) {\n\t\told[ name ] = elem.style[ name ];\n\t\telem.style[ name ] = options[ name ];\n\t}\n\n\tret = callback.apply( elem, args || [] );\n\n\t// Revert the old values\n\tfor ( name in options ) {\n\t\telem.style[ name ] = old[ name ];\n\t}\n\n\treturn ret;\n};\n\n\n\n\nfunction adjustCSS( elem, prop, valueParts, tween ) {\n\tvar adjusted, scale,\n\t\tmaxIterations = 20,\n\t\tcurrentValue = tween ?\n\t\t\tfunction() {\n\t\t\t\treturn tween.cur();\n\t\t\t} :\n\t\t\tfunction() {\n\t\t\t\treturn jQuery.css( elem, prop, \"\" );\n\t\t\t},\n\t\tinitial = currentValue(),\n\t\tunit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" ),\n\n\t\t// Starting value computation is required for potential unit mismatches\n\t\tinitialInUnit = elem.nodeType &&\n\t\t\t( jQuery.cssNumber[ prop ] || unit !== \"px\" && +initial ) &&\n\t\t\trcssNum.exec( jQuery.css( elem, prop ) );\n\n\tif ( initialInUnit && initialInUnit[ 3 ] !== unit ) {\n\n\t\t// Support: Firefox <=54\n\t\t// Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144)\n\t\tinitial = initial / 2;\n\n\t\t// Trust units reported by jQuery.css\n\t\tunit = unit || initialInUnit[ 3 ];\n\n\t\t// Iteratively approximate from a nonzero starting point\n\t\tinitialInUnit = +initial || 1;\n\n\t\twhile ( maxIterations-- ) {\n\n\t\t\t// Evaluate and update our best guess (doubling guesses that zero out).\n\t\t\t// Finish if the scale equals or crosses 1 (making the old*new product non-positive).\n\t\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\t\t\tif ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) {\n\t\t\t\tmaxIterations = 0;\n\t\t\t}\n\t\t\tinitialInUnit = initialInUnit / scale;\n\n\t\t}\n\n\t\tinitialInUnit = initialInUnit * 2;\n\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\n\t\t// Make sure we update the tween properties later on\n\t\tvalueParts = valueParts || [];\n\t}\n\n\tif ( valueParts ) {\n\t\tinitialInUnit = +initialInUnit || +initial || 0;\n\n\t\t// Apply relative offset (+=/-=) if specified\n\t\tadjusted = valueParts[ 1 ] ?\n\t\t\tinitialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] :\n\t\t\t+valueParts[ 2 ];\n\t\tif ( tween ) {\n\t\t\ttween.unit = unit;\n\t\t\ttween.start = initialInUnit;\n\t\t\ttween.end = adjusted;\n\t\t}\n\t}\n\treturn adjusted;\n}\n\n\nvar defaultDisplayMap = {};\n\nfunction getDefaultDisplay( elem ) {\n\tvar temp,\n\t\tdoc = elem.ownerDocument,\n\t\tnodeName = elem.nodeName,\n\t\tdisplay = defaultDisplayMap[ nodeName ];\n\n\tif ( display ) {\n\t\treturn display;\n\t}\n\n\ttemp = doc.body.appendChild( doc.createElement( nodeName ) );\n\tdisplay = jQuery.css( temp, \"display\" );\n\n\ttemp.parentNode.removeChild( temp );\n\n\tif ( display === \"none\" ) {\n\t\tdisplay = \"block\";\n\t}\n\tdefaultDisplayMap[ nodeName ] = display;\n\n\treturn display;\n}\n\nfunction showHide( elements, show ) {\n\tvar display, elem,\n\t\tvalues = [],\n\t\tindex = 0,\n\t\tlength = elements.length;\n\n\t// Determine new display value for elements that need to change\n\tfor ( ; index < length; index++ ) {\n\t\telem = elements[ index ];\n\t\tif ( !elem.style ) {\n\t\t\tcontinue;\n\t\t}\n\n\t\tdisplay = elem.style.display;\n\t\tif ( show ) {\n\n\t\t\t// Since we force visibility upon cascade-hidden elements, an immediate (and slow)\n\t\t\t// check is required in this first loop unless we have a nonempty display value (either\n\t\t\t// inline or about-to-be-restored)\n\t\t\tif ( display === \"none\" ) {\n\t\t\t\tvalues[ index ] = dataPriv.get( elem, \"display\" ) || null;\n\t\t\t\tif ( !values[ index ] ) {\n\t\t\t\t\telem.style.display = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t\tif ( elem.style.display === \"\" && isHiddenWithinTree( elem ) ) {\n\t\t\t\tvalues[ index ] = getDefaultDisplay( elem );\n\t\t\t}\n\t\t} else {\n\t\t\tif ( display !== \"none\" ) {\n\t\t\t\tvalues[ index ] = \"none\";\n\n\t\t\t\t// Remember what we're overwriting\n\t\t\t\tdataPriv.set( elem, \"display\", display );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Set the display of the elements in a second loop to avoid constant reflow\n\tfor ( index = 0; index < length; index++ ) {\n\t\tif ( values[ index ] != null ) {\n\t\t\telements[ index ].style.display = values[ index ];\n\t\t}\n\t}\n\n\treturn elements;\n}\n\njQuery.fn.extend( {\n\tshow: function() {\n\t\treturn showHide( this, true );\n\t},\n\thide: function() {\n\t\treturn showHide( this );\n\t},\n\ttoggle: function( state ) {\n\t\tif ( typeof state === \"boolean\" ) {\n\t\t\treturn state ? this.show() : this.hide();\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tif ( isHiddenWithinTree( this ) ) {\n\t\t\t\tjQuery( this ).show();\n\t\t\t} else {\n\t\t\t\tjQuery( this ).hide();\n\t\t\t}\n\t\t} );\n\t}\n} );\nvar rcheckableType = ( /^(?:checkbox|radio)$/i );\n\nvar rtagName = ( /<([a-z][^\\/\\0>\\x20\\t\\r\\n\\f]*)/i );\n\nvar rscriptType = ( /^$|^module$|\\/(?:java|ecma)script/i );\n\n\n\n// We have to close these tags to support XHTML (#13200)\nvar wrapMap = {\n\n\t// Support: IE <=9 only\n\toption: [ 1, \"\" ],\n\n\t// XHTML parsers do not magically insert elements in the\n\t// same way that tag soup parsers do. So we cannot shorten\n\t// this by omitting or other required elements.\n\tthead: [ 1, \"\", \"
    \" ],\n\tcol: [ 2, \"\", \"
    \" ],\n\ttr: [ 2, \"\", \"
    \" ],\n\ttd: [ 3, \"\", \"
    \" ],\n\n\t_default: [ 0, \"\", \"\" ]\n};\n\n// Support: IE <=9 only\nwrapMap.optgroup = wrapMap.option;\n\nwrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;\nwrapMap.th = wrapMap.td;\n\n\nfunction getAll( context, tag ) {\n\n\t// Support: IE <=9 - 11 only\n\t// Use typeof to avoid zero-argument method invocation on host objects (#15151)\n\tvar ret;\n\n\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\tret = context.getElementsByTagName( tag || \"*\" );\n\n\t} else if ( typeof context.querySelectorAll !== \"undefined\" ) {\n\t\tret = context.querySelectorAll( tag || \"*\" );\n\n\t} else {\n\t\tret = [];\n\t}\n\n\tif ( tag === undefined || tag && nodeName( context, tag ) ) {\n\t\treturn jQuery.merge( [ context ], ret );\n\t}\n\n\treturn ret;\n}\n\n\n// Mark scripts as having already been evaluated\nfunction setGlobalEval( elems, refElements ) {\n\tvar i = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\tdataPriv.set(\n\t\t\telems[ i ],\n\t\t\t\"globalEval\",\n\t\t\t!refElements || dataPriv.get( refElements[ i ], \"globalEval\" )\n\t\t);\n\t}\n}\n\n\nvar rhtml = /<|&#?\\w+;/;\n\nfunction buildFragment( elems, context, scripts, selection, ignored ) {\n\tvar elem, tmp, tag, wrap, attached, j,\n\t\tfragment = context.createDocumentFragment(),\n\t\tnodes = [],\n\t\ti = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\telem = elems[ i ];\n\n\t\tif ( elem || elem === 0 ) {\n\n\t\t\t// Add nodes directly\n\t\t\tif ( toType( elem ) === \"object\" ) {\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\tjQuery.merge( nodes, elem.nodeType ? [ elem ] : elem );\n\n\t\t\t// Convert non-html into a text node\n\t\t\t} else if ( !rhtml.test( elem ) ) {\n\t\t\t\tnodes.push( context.createTextNode( elem ) );\n\n\t\t\t// Convert html into DOM nodes\n\t\t\t} else {\n\t\t\t\ttmp = tmp || fragment.appendChild( context.createElement( \"div\" ) );\n\n\t\t\t\t// Deserialize a standard representation\n\t\t\t\ttag = ( rtagName.exec( elem ) || [ \"\", \"\" ] )[ 1 ].toLowerCase();\n\t\t\t\twrap = wrapMap[ tag ] || wrapMap._default;\n\t\t\t\ttmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ];\n\n\t\t\t\t// Descend through wrappers to the right content\n\t\t\t\tj = wrap[ 0 ];\n\t\t\t\twhile ( j-- ) {\n\t\t\t\t\ttmp = tmp.lastChild;\n\t\t\t\t}\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\tjQuery.merge( nodes, tmp.childNodes );\n\n\t\t\t\t// Remember the top-level container\n\t\t\t\ttmp = fragment.firstChild;\n\n\t\t\t\t// Ensure the created nodes are orphaned (#12392)\n\t\t\t\ttmp.textContent = \"\";\n\t\t\t}\n\t\t}\n\t}\n\n\t// Remove wrapper from fragment\n\tfragment.textContent = \"\";\n\n\ti = 0;\n\twhile ( ( elem = nodes[ i++ ] ) ) {\n\n\t\t// Skip elements already in the context collection (trac-4087)\n\t\tif ( selection && jQuery.inArray( elem, selection ) > -1 ) {\n\t\t\tif ( ignored ) {\n\t\t\t\tignored.push( elem );\n\t\t\t}\n\t\t\tcontinue;\n\t\t}\n\n\t\tattached = isAttached( elem );\n\n\t\t// Append to fragment\n\t\ttmp = getAll( fragment.appendChild( elem ), \"script\" );\n\n\t\t// Preserve script evaluation history\n\t\tif ( attached ) {\n\t\t\tsetGlobalEval( tmp );\n\t\t}\n\n\t\t// Capture executables\n\t\tif ( scripts ) {\n\t\t\tj = 0;\n\t\t\twhile ( ( elem = tmp[ j++ ] ) ) {\n\t\t\t\tif ( rscriptType.test( elem.type || \"\" ) ) {\n\t\t\t\t\tscripts.push( elem );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn fragment;\n}\n\n\n( function() {\n\tvar fragment = document.createDocumentFragment(),\n\t\tdiv = fragment.appendChild( document.createElement( \"div\" ) ),\n\t\tinput = document.createElement( \"input\" );\n\n\t// Support: Android 4.0 - 4.3 only\n\t// Check state lost if the name is set (#11217)\n\t// Support: Windows Web Apps (WWA)\n\t// `name` and `type` must use .setAttribute for WWA (#14901)\n\tinput.setAttribute( \"type\", \"radio\" );\n\tinput.setAttribute( \"checked\", \"checked\" );\n\tinput.setAttribute( \"name\", \"t\" );\n\n\tdiv.appendChild( input );\n\n\t// Support: Android <=4.1 only\n\t// Older WebKit doesn't clone checked state correctly in fragments\n\tsupport.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;\n\n\t// Support: IE <=11 only\n\t// Make sure textarea (and checkbox) defaultValue is properly cloned\n\tdiv.innerHTML = \"\";\n\tsupport.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;\n} )();\n\n\nvar\n\trkeyEvent = /^key/,\n\trmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/,\n\trtypenamespace = /^([^.]*)(?:\\.(.+)|)/;\n\nfunction returnTrue() {\n\treturn true;\n}\n\nfunction returnFalse() {\n\treturn false;\n}\n\n// Support: IE <=9 - 11+\n// focus() and blur() are asynchronous, except when they are no-op.\n// So expect focus to be synchronous when the element is already active,\n// and blur to be synchronous when the element is not already active.\n// (focus and blur are always synchronous in other supported browsers,\n// this just defines when we can count on it).\nfunction expectSync( elem, type ) {\n\treturn ( elem === safeActiveElement() ) === ( type === \"focus\" );\n}\n\n// Support: IE <=9 only\n// Accessing document.activeElement can throw unexpectedly\n// https://bugs.jquery.com/ticket/13393\nfunction safeActiveElement() {\n\ttry {\n\t\treturn document.activeElement;\n\t} catch ( err ) { }\n}\n\nfunction on( elem, types, selector, data, fn, one ) {\n\tvar origFn, type;\n\n\t// Types can be a map of types/handlers\n\tif ( typeof types === \"object\" ) {\n\n\t\t// ( types-Object, selector, data )\n\t\tif ( typeof selector !== \"string\" ) {\n\n\t\t\t// ( types-Object, data )\n\t\t\tdata = data || selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tfor ( type in types ) {\n\t\t\ton( elem, type, selector, data, types[ type ], one );\n\t\t}\n\t\treturn elem;\n\t}\n\n\tif ( data == null && fn == null ) {\n\n\t\t// ( types, fn )\n\t\tfn = selector;\n\t\tdata = selector = undefined;\n\t} else if ( fn == null ) {\n\t\tif ( typeof selector === \"string\" ) {\n\n\t\t\t// ( types, selector, fn )\n\t\t\tfn = data;\n\t\t\tdata = undefined;\n\t\t} else {\n\n\t\t\t// ( types, data, fn )\n\t\t\tfn = data;\n\t\t\tdata = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t}\n\tif ( fn === false ) {\n\t\tfn = returnFalse;\n\t} else if ( !fn ) {\n\t\treturn elem;\n\t}\n\n\tif ( one === 1 ) {\n\t\torigFn = fn;\n\t\tfn = function( event ) {\n\n\t\t\t// Can use an empty set, since event contains the info\n\t\t\tjQuery().off( event );\n\t\t\treturn origFn.apply( this, arguments );\n\t\t};\n\n\t\t// Use same guid so caller can remove using origFn\n\t\tfn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );\n\t}\n\treturn elem.each( function() {\n\t\tjQuery.event.add( this, types, fn, data, selector );\n\t} );\n}\n\n/*\n * Helper functions for managing events -- not part of the public interface.\n * Props to Dean Edwards' addEvent library for many of the ideas.\n */\njQuery.event = {\n\n\tglobal: {},\n\n\tadd: function( elem, types, handler, data, selector ) {\n\n\t\tvar handleObjIn, eventHandle, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.get( elem );\n\n\t\t// Don't attach events to noData or text/comment nodes (but allow plain objects)\n\t\tif ( !elemData ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Caller can pass in an object of custom data in lieu of the handler\n\t\tif ( handler.handler ) {\n\t\t\thandleObjIn = handler;\n\t\t\thandler = handleObjIn.handler;\n\t\t\tselector = handleObjIn.selector;\n\t\t}\n\n\t\t// Ensure that invalid selectors throw exceptions at attach time\n\t\t// Evaluate against documentElement in case elem is a non-element node (e.g., document)\n\t\tif ( selector ) {\n\t\t\tjQuery.find.matchesSelector( documentElement, selector );\n\t\t}\n\n\t\t// Make sure that the handler has a unique ID, used to find/remove it later\n\t\tif ( !handler.guid ) {\n\t\t\thandler.guid = jQuery.guid++;\n\t\t}\n\n\t\t// Init the element's event structure and main handler, if this is the first\n\t\tif ( !( events = elemData.events ) ) {\n\t\t\tevents = elemData.events = {};\n\t\t}\n\t\tif ( !( eventHandle = elemData.handle ) ) {\n\t\t\teventHandle = elemData.handle = function( e ) {\n\n\t\t\t\t// Discard the second event of a jQuery.event.trigger() and\n\t\t\t\t// when an event is called after a page has unloaded\n\t\t\t\treturn typeof jQuery !== \"undefined\" && jQuery.event.triggered !== e.type ?\n\t\t\t\t\tjQuery.event.dispatch.apply( elem, arguments ) : undefined;\n\t\t\t};\n\t\t}\n\n\t\t// Handle multiple events separated by a space\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ] ) || [];\n\t\t\ttype = origType = tmp[ 1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// There *must* be a type, no attaching namespace-only handlers\n\t\t\tif ( !type ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// If event changes its type, use the special event handlers for the changed type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// If selector defined, determine special event api type, otherwise given type\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\n\t\t\t// Update special based on newly reset type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// handleObj is passed to all event handlers\n\t\t\thandleObj = jQuery.extend( {\n\t\t\t\ttype: type,\n\t\t\t\torigType: origType,\n\t\t\t\tdata: data,\n\t\t\t\thandler: handler,\n\t\t\t\tguid: handler.guid,\n\t\t\t\tselector: selector,\n\t\t\t\tneedsContext: selector && jQuery.expr.match.needsContext.test( selector ),\n\t\t\t\tnamespace: namespaces.join( \".\" )\n\t\t\t}, handleObjIn );\n\n\t\t\t// Init the event handler queue if we're the first\n\t\t\tif ( !( handlers = events[ type ] ) ) {\n\t\t\t\thandlers = events[ type ] = [];\n\t\t\t\thandlers.delegateCount = 0;\n\n\t\t\t\t// Only use addEventListener if the special events handler returns false\n\t\t\t\tif ( !special.setup ||\n\t\t\t\t\tspecial.setup.call( elem, data, namespaces, eventHandle ) === false ) {\n\n\t\t\t\t\tif ( elem.addEventListener ) {\n\t\t\t\t\t\telem.addEventListener( type, eventHandle );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( special.add ) {\n\t\t\t\tspecial.add.call( elem, handleObj );\n\n\t\t\t\tif ( !handleObj.handler.guid ) {\n\t\t\t\t\thandleObj.handler.guid = handler.guid;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Add to the element's handler list, delegates in front\n\t\t\tif ( selector ) {\n\t\t\t\thandlers.splice( handlers.delegateCount++, 0, handleObj );\n\t\t\t} else {\n\t\t\t\thandlers.push( handleObj );\n\t\t\t}\n\n\t\t\t// Keep track of which events have ever been used, for event optimization\n\t\t\tjQuery.event.global[ type ] = true;\n\t\t}\n\n\t},\n\n\t// Detach an event or set of events from an element\n\tremove: function( elem, types, handler, selector, mappedTypes ) {\n\n\t\tvar j, origCount, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.hasData( elem ) && dataPriv.get( elem );\n\n\t\tif ( !elemData || !( events = elemData.events ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Once for each type.namespace in types; type may be omitted\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ] ) || [];\n\t\t\ttype = origType = tmp[ 1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// Unbind all events (on this namespace, if provided) for the element\n\t\t\tif ( !type ) {\n\t\t\t\tfor ( type in events ) {\n\t\t\t\t\tjQuery.event.remove( elem, type + types[ t ], handler, selector, true );\n\t\t\t\t}\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\t\t\thandlers = events[ type ] || [];\n\t\t\ttmp = tmp[ 2 ] &&\n\t\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" );\n\n\t\t\t// Remove matching events\n\t\t\torigCount = j = handlers.length;\n\t\t\twhile ( j-- ) {\n\t\t\t\thandleObj = handlers[ j ];\n\n\t\t\t\tif ( ( mappedTypes || origType === handleObj.origType ) &&\n\t\t\t\t\t( !handler || handler.guid === handleObj.guid ) &&\n\t\t\t\t\t( !tmp || tmp.test( handleObj.namespace ) ) &&\n\t\t\t\t\t( !selector || selector === handleObj.selector ||\n\t\t\t\t\t\tselector === \"**\" && handleObj.selector ) ) {\n\t\t\t\t\thandlers.splice( j, 1 );\n\n\t\t\t\t\tif ( handleObj.selector ) {\n\t\t\t\t\t\thandlers.delegateCount--;\n\t\t\t\t\t}\n\t\t\t\t\tif ( special.remove ) {\n\t\t\t\t\t\tspecial.remove.call( elem, handleObj );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Remove generic event handler if we removed something and no more handlers exist\n\t\t\t// (avoids potential for endless recursion during removal of special event handlers)\n\t\t\tif ( origCount && !handlers.length ) {\n\t\t\t\tif ( !special.teardown ||\n\t\t\t\t\tspecial.teardown.call( elem, namespaces, elemData.handle ) === false ) {\n\n\t\t\t\t\tjQuery.removeEvent( elem, type, elemData.handle );\n\t\t\t\t}\n\n\t\t\t\tdelete events[ type ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove data and the expando if it's no longer used\n\t\tif ( jQuery.isEmptyObject( events ) ) {\n\t\t\tdataPriv.remove( elem, \"handle events\" );\n\t\t}\n\t},\n\n\tdispatch: function( nativeEvent ) {\n\n\t\t// Make a writable jQuery.Event from the native event object\n\t\tvar event = jQuery.event.fix( nativeEvent );\n\n\t\tvar i, j, ret, matched, handleObj, handlerQueue,\n\t\t\targs = new Array( arguments.length ),\n\t\t\thandlers = ( dataPriv.get( this, \"events\" ) || {} )[ event.type ] || [],\n\t\t\tspecial = jQuery.event.special[ event.type ] || {};\n\n\t\t// Use the fix-ed jQuery.Event rather than the (read-only) native event\n\t\targs[ 0 ] = event;\n\n\t\tfor ( i = 1; i < arguments.length; i++ ) {\n\t\t\targs[ i ] = arguments[ i ];\n\t\t}\n\n\t\tevent.delegateTarget = this;\n\n\t\t// Call the preDispatch hook for the mapped type, and let it bail if desired\n\t\tif ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine handlers\n\t\thandlerQueue = jQuery.event.handlers.call( this, event, handlers );\n\n\t\t// Run delegates first; they may want to stop propagation beneath us\n\t\ti = 0;\n\t\twhile ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tevent.currentTarget = matched.elem;\n\n\t\t\tj = 0;\n\t\t\twhile ( ( handleObj = matched.handlers[ j++ ] ) &&\n\t\t\t\t!event.isImmediatePropagationStopped() ) {\n\n\t\t\t\t// If the event is namespaced, then each handler is only invoked if it is\n\t\t\t\t// specially universal or its namespaces are a superset of the event's.\n\t\t\t\tif ( !event.rnamespace || handleObj.namespace === false ||\n\t\t\t\t\tevent.rnamespace.test( handleObj.namespace ) ) {\n\n\t\t\t\t\tevent.handleObj = handleObj;\n\t\t\t\t\tevent.data = handleObj.data;\n\n\t\t\t\t\tret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle ||\n\t\t\t\t\t\thandleObj.handler ).apply( matched.elem, args );\n\n\t\t\t\t\tif ( ret !== undefined ) {\n\t\t\t\t\t\tif ( ( event.result = ret ) === false ) {\n\t\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Call the postDispatch hook for the mapped type\n\t\tif ( special.postDispatch ) {\n\t\t\tspecial.postDispatch.call( this, event );\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\thandlers: function( event, handlers ) {\n\t\tvar i, handleObj, sel, matchedHandlers, matchedSelectors,\n\t\t\thandlerQueue = [],\n\t\t\tdelegateCount = handlers.delegateCount,\n\t\t\tcur = event.target;\n\n\t\t// Find delegate handlers\n\t\tif ( delegateCount &&\n\n\t\t\t// Support: IE <=9\n\t\t\t// Black-hole SVG instance trees (trac-13180)\n\t\t\tcur.nodeType &&\n\n\t\t\t// Support: Firefox <=42\n\t\t\t// Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861)\n\t\t\t// https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click\n\t\t\t// Support: IE 11 only\n\t\t\t// ...but not arrow key \"clicks\" of radio inputs, which can have `button` -1 (gh-2343)\n\t\t\t!( event.type === \"click\" && event.button >= 1 ) ) {\n\n\t\t\tfor ( ; cur !== this; cur = cur.parentNode || this ) {\n\n\t\t\t\t// Don't check non-elements (#13208)\n\t\t\t\t// Don't process clicks on disabled elements (#6911, #8165, #11382, #11764)\n\t\t\t\tif ( cur.nodeType === 1 && !( event.type === \"click\" && cur.disabled === true ) ) {\n\t\t\t\t\tmatchedHandlers = [];\n\t\t\t\t\tmatchedSelectors = {};\n\t\t\t\t\tfor ( i = 0; i < delegateCount; i++ ) {\n\t\t\t\t\t\thandleObj = handlers[ i ];\n\n\t\t\t\t\t\t// Don't conflict with Object.prototype properties (#13203)\n\t\t\t\t\t\tsel = handleObj.selector + \" \";\n\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] === undefined ) {\n\t\t\t\t\t\t\tmatchedSelectors[ sel ] = handleObj.needsContext ?\n\t\t\t\t\t\t\t\tjQuery( sel, this ).index( cur ) > -1 :\n\t\t\t\t\t\t\t\tjQuery.find( sel, this, null, [ cur ] ).length;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] ) {\n\t\t\t\t\t\t\tmatchedHandlers.push( handleObj );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( matchedHandlers.length ) {\n\t\t\t\t\t\thandlerQueue.push( { elem: cur, handlers: matchedHandlers } );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Add the remaining (directly-bound) handlers\n\t\tcur = this;\n\t\tif ( delegateCount < handlers.length ) {\n\t\t\thandlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } );\n\t\t}\n\n\t\treturn handlerQueue;\n\t},\n\n\taddProp: function( name, hook ) {\n\t\tObject.defineProperty( jQuery.Event.prototype, name, {\n\t\t\tenumerable: true,\n\t\t\tconfigurable: true,\n\n\t\t\tget: isFunction( hook ) ?\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\n\t\t\t\t\t\t\treturn hook( this.originalEvent );\n\t\t\t\t\t}\n\t\t\t\t} :\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\n\t\t\t\t\t\t\treturn this.originalEvent[ name ];\n\t\t\t\t\t}\n\t\t\t\t},\n\n\t\t\tset: function( value ) {\n\t\t\t\tObject.defineProperty( this, name, {\n\t\t\t\t\tenumerable: true,\n\t\t\t\t\tconfigurable: true,\n\t\t\t\t\twritable: true,\n\t\t\t\t\tvalue: value\n\t\t\t\t} );\n\t\t\t}\n\t\t} );\n\t},\n\n\tfix: function( originalEvent ) {\n\t\treturn originalEvent[ jQuery.expando ] ?\n\t\t\toriginalEvent :\n\t\t\tnew jQuery.Event( originalEvent );\n\t},\n\n\tspecial: {\n\t\tload: {\n\n\t\t\t// Prevent triggered image.load events from bubbling to window.load\n\t\t\tnoBubble: true\n\t\t},\n\t\tclick: {\n\n\t\t\t// Utilize native event to ensure correct state for checkable inputs\n\t\t\tsetup: function( data ) {\n\n\t\t\t\t// For mutual compressibility with _default, replace `this` access with a local var.\n\t\t\t\t// `|| data` is dead code meant only to preserve the variable through minification.\n\t\t\t\tvar el = this || data;\n\n\t\t\t\t// Claim the first handler\n\t\t\t\tif ( rcheckableType.test( el.type ) &&\n\t\t\t\t\tel.click && nodeName( el, \"input\" ) ) {\n\n\t\t\t\t\t// dataPriv.set( el, \"click\", ... )\n\t\t\t\t\tleverageNative( el, \"click\", returnTrue );\n\t\t\t\t}\n\n\t\t\t\t// Return false to allow normal processing in the caller\n\t\t\t\treturn false;\n\t\t\t},\n\t\t\ttrigger: function( data ) {\n\n\t\t\t\t// For mutual compressibility with _default, replace `this` access with a local var.\n\t\t\t\t// `|| data` is dead code meant only to preserve the variable through minification.\n\t\t\t\tvar el = this || data;\n\n\t\t\t\t// Force setup before triggering a click\n\t\t\t\tif ( rcheckableType.test( el.type ) &&\n\t\t\t\t\tel.click && nodeName( el, \"input\" ) ) {\n\n\t\t\t\t\tleverageNative( el, \"click\" );\n\t\t\t\t}\n\n\t\t\t\t// Return non-false to allow normal event-path propagation\n\t\t\t\treturn true;\n\t\t\t},\n\n\t\t\t// For cross-browser consistency, suppress native .click() on links\n\t\t\t// Also prevent it if we're currently inside a leveraged native-event stack\n\t\t\t_default: function( event ) {\n\t\t\t\tvar target = event.target;\n\t\t\t\treturn rcheckableType.test( target.type ) &&\n\t\t\t\t\ttarget.click && nodeName( target, \"input\" ) &&\n\t\t\t\t\tdataPriv.get( target, \"click\" ) ||\n\t\t\t\t\tnodeName( target, \"a\" );\n\t\t\t}\n\t\t},\n\n\t\tbeforeunload: {\n\t\t\tpostDispatch: function( event ) {\n\n\t\t\t\t// Support: Firefox 20+\n\t\t\t\t// Firefox doesn't alert if the returnValue field is not set.\n\t\t\t\tif ( event.result !== undefined && event.originalEvent ) {\n\t\t\t\t\tevent.originalEvent.returnValue = event.result;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n};\n\n// Ensure the presence of an event listener that handles manually-triggered\n// synthetic events by interrupting progress until reinvoked in response to\n// *native* events that it fires directly, ensuring that state changes have\n// already occurred before other listeners are invoked.\nfunction leverageNative( el, type, expectSync ) {\n\n\t// Missing expectSync indicates a trigger call, which must force setup through jQuery.event.add\n\tif ( !expectSync ) {\n\t\tif ( dataPriv.get( el, type ) === undefined ) {\n\t\t\tjQuery.event.add( el, type, returnTrue );\n\t\t}\n\t\treturn;\n\t}\n\n\t// Register the controller as a special universal handler for all event namespaces\n\tdataPriv.set( el, type, false );\n\tjQuery.event.add( el, type, {\n\t\tnamespace: false,\n\t\thandler: function( event ) {\n\t\t\tvar notAsync, result,\n\t\t\t\tsaved = dataPriv.get( this, type );\n\n\t\t\tif ( ( event.isTrigger & 1 ) && this[ type ] ) {\n\n\t\t\t\t// Interrupt processing of the outer synthetic .trigger()ed event\n\t\t\t\t// Saved data should be false in such cases, but might be a leftover capture object\n\t\t\t\t// from an async native handler (gh-4350)\n\t\t\t\tif ( !saved.length ) {\n\n\t\t\t\t\t// Store arguments for use when handling the inner native event\n\t\t\t\t\t// There will always be at least one argument (an event object), so this array\n\t\t\t\t\t// will not be confused with a leftover capture object.\n\t\t\t\t\tsaved = slice.call( arguments );\n\t\t\t\t\tdataPriv.set( this, type, saved );\n\n\t\t\t\t\t// Trigger the native event and capture its result\n\t\t\t\t\t// Support: IE <=9 - 11+\n\t\t\t\t\t// focus() and blur() are asynchronous\n\t\t\t\t\tnotAsync = expectSync( this, type );\n\t\t\t\t\tthis[ type ]();\n\t\t\t\t\tresult = dataPriv.get( this, type );\n\t\t\t\t\tif ( saved !== result || notAsync ) {\n\t\t\t\t\t\tdataPriv.set( this, type, false );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tresult = {};\n\t\t\t\t\t}\n\t\t\t\t\tif ( saved !== result ) {\n\n\t\t\t\t\t\t// Cancel the outer synthetic event\n\t\t\t\t\t\tevent.stopImmediatePropagation();\n\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\treturn result.value;\n\t\t\t\t\t}\n\n\t\t\t\t// If this is an inner synthetic event for an event with a bubbling surrogate\n\t\t\t\t// (focus or blur), assume that the surrogate already propagated from triggering the\n\t\t\t\t// native event and prevent that from happening again here.\n\t\t\t\t// This technically gets the ordering wrong w.r.t. to `.trigger()` (in which the\n\t\t\t\t// bubbling surrogate propagates *after* the non-bubbling base), but that seems\n\t\t\t\t// less bad than duplication.\n\t\t\t\t} else if ( ( jQuery.event.special[ type ] || {} ).delegateType ) {\n\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t}\n\n\t\t\t// If this is a native event triggered above, everything is now in order\n\t\t\t// Fire an inner synthetic event with the original arguments\n\t\t\t} else if ( saved.length ) {\n\n\t\t\t\t// ...and capture the result\n\t\t\t\tdataPriv.set( this, type, {\n\t\t\t\t\tvalue: jQuery.event.trigger(\n\n\t\t\t\t\t\t// Support: IE <=9 - 11+\n\t\t\t\t\t\t// Extend with the prototype to reset the above stopImmediatePropagation()\n\t\t\t\t\t\tjQuery.extend( saved[ 0 ], jQuery.Event.prototype ),\n\t\t\t\t\t\tsaved.slice( 1 ),\n\t\t\t\t\t\tthis\n\t\t\t\t\t)\n\t\t\t\t} );\n\n\t\t\t\t// Abort handling of the native event\n\t\t\t\tevent.stopImmediatePropagation();\n\t\t\t}\n\t\t}\n\t} );\n}\n\njQuery.removeEvent = function( elem, type, handle ) {\n\n\t// This \"if\" is needed for plain objects\n\tif ( elem.removeEventListener ) {\n\t\telem.removeEventListener( type, handle );\n\t}\n};\n\njQuery.Event = function( src, props ) {\n\n\t// Allow instantiation without the 'new' keyword\n\tif ( !( this instanceof jQuery.Event ) ) {\n\t\treturn new jQuery.Event( src, props );\n\t}\n\n\t// Event object\n\tif ( src && src.type ) {\n\t\tthis.originalEvent = src;\n\t\tthis.type = src.type;\n\n\t\t// Events bubbling up the document may have been marked as prevented\n\t\t// by a handler lower down the tree; reflect the correct value.\n\t\tthis.isDefaultPrevented = src.defaultPrevented ||\n\t\t\t\tsrc.defaultPrevented === undefined &&\n\n\t\t\t\t// Support: Android <=2.3 only\n\t\t\t\tsrc.returnValue === false ?\n\t\t\treturnTrue :\n\t\t\treturnFalse;\n\n\t\t// Create target properties\n\t\t// Support: Safari <=6 - 7 only\n\t\t// Target should not be a text node (#504, #13143)\n\t\tthis.target = ( src.target && src.target.nodeType === 3 ) ?\n\t\t\tsrc.target.parentNode :\n\t\t\tsrc.target;\n\n\t\tthis.currentTarget = src.currentTarget;\n\t\tthis.relatedTarget = src.relatedTarget;\n\n\t// Event type\n\t} else {\n\t\tthis.type = src;\n\t}\n\n\t// Put explicitly provided properties onto the event object\n\tif ( props ) {\n\t\tjQuery.extend( this, props );\n\t}\n\n\t// Create a timestamp if incoming event doesn't have one\n\tthis.timeStamp = src && src.timeStamp || Date.now();\n\n\t// Mark it as fixed\n\tthis[ jQuery.expando ] = true;\n};\n\n// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding\n// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html\njQuery.Event.prototype = {\n\tconstructor: jQuery.Event,\n\tisDefaultPrevented: returnFalse,\n\tisPropagationStopped: returnFalse,\n\tisImmediatePropagationStopped: returnFalse,\n\tisSimulated: false,\n\n\tpreventDefault: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isDefaultPrevented = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.preventDefault();\n\t\t}\n\t},\n\tstopPropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isPropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopPropagation();\n\t\t}\n\t},\n\tstopImmediatePropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isImmediatePropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopImmediatePropagation();\n\t\t}\n\n\t\tthis.stopPropagation();\n\t}\n};\n\n// Includes all common event props including KeyEvent and MouseEvent specific props\njQuery.each( {\n\taltKey: true,\n\tbubbles: true,\n\tcancelable: true,\n\tchangedTouches: true,\n\tctrlKey: true,\n\tdetail: true,\n\teventPhase: true,\n\tmetaKey: true,\n\tpageX: true,\n\tpageY: true,\n\tshiftKey: true,\n\tview: true,\n\t\"char\": true,\n\tcode: true,\n\tcharCode: true,\n\tkey: true,\n\tkeyCode: true,\n\tbutton: true,\n\tbuttons: true,\n\tclientX: true,\n\tclientY: true,\n\toffsetX: true,\n\toffsetY: true,\n\tpointerId: true,\n\tpointerType: true,\n\tscreenX: true,\n\tscreenY: true,\n\ttargetTouches: true,\n\ttoElement: true,\n\ttouches: true,\n\n\twhich: function( event ) {\n\t\tvar button = event.button;\n\n\t\t// Add which for key events\n\t\tif ( event.which == null && rkeyEvent.test( event.type ) ) {\n\t\t\treturn event.charCode != null ? event.charCode : event.keyCode;\n\t\t}\n\n\t\t// Add which for click: 1 === left; 2 === middle; 3 === right\n\t\tif ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) {\n\t\t\tif ( button & 1 ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\tif ( button & 2 ) {\n\t\t\t\treturn 3;\n\t\t\t}\n\n\t\t\tif ( button & 4 ) {\n\t\t\t\treturn 2;\n\t\t\t}\n\n\t\t\treturn 0;\n\t\t}\n\n\t\treturn event.which;\n\t}\n}, jQuery.event.addProp );\n\njQuery.each( { focus: \"focusin\", blur: \"focusout\" }, function( type, delegateType ) {\n\tjQuery.event.special[ type ] = {\n\n\t\t// Utilize native event if possible so blur/focus sequence is correct\n\t\tsetup: function() {\n\n\t\t\t// Claim the first handler\n\t\t\t// dataPriv.set( this, \"focus\", ... )\n\t\t\t// dataPriv.set( this, \"blur\", ... )\n\t\t\tleverageNative( this, type, expectSync );\n\n\t\t\t// Return false to allow normal processing in the caller\n\t\t\treturn false;\n\t\t},\n\t\ttrigger: function() {\n\n\t\t\t// Force setup before trigger\n\t\t\tleverageNative( this, type );\n\n\t\t\t// Return non-false to allow normal event-path propagation\n\t\t\treturn true;\n\t\t},\n\n\t\tdelegateType: delegateType\n\t};\n} );\n\n// Create mouseenter/leave events using mouseover/out and event-time checks\n// so that event delegation works in jQuery.\n// Do the same for pointerenter/pointerleave and pointerover/pointerout\n//\n// Support: Safari 7 only\n// Safari sends mouseenter too often; see:\n// https://bugs.chromium.org/p/chromium/issues/detail?id=470258\n// for the description of the bug (it existed in older Chrome versions as well).\njQuery.each( {\n\tmouseenter: \"mouseover\",\n\tmouseleave: \"mouseout\",\n\tpointerenter: \"pointerover\",\n\tpointerleave: \"pointerout\"\n}, function( orig, fix ) {\n\tjQuery.event.special[ orig ] = {\n\t\tdelegateType: fix,\n\t\tbindType: fix,\n\n\t\thandle: function( event ) {\n\t\t\tvar ret,\n\t\t\t\ttarget = this,\n\t\t\t\trelated = event.relatedTarget,\n\t\t\t\thandleObj = event.handleObj;\n\n\t\t\t// For mouseenter/leave call the handler if related is outside the target.\n\t\t\t// NB: No relatedTarget if the mouse left/entered the browser window\n\t\t\tif ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) {\n\t\t\t\tevent.type = handleObj.origType;\n\t\t\t\tret = handleObj.handler.apply( this, arguments );\n\t\t\t\tevent.type = fix;\n\t\t\t}\n\t\t\treturn ret;\n\t\t}\n\t};\n} );\n\njQuery.fn.extend( {\n\n\ton: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn );\n\t},\n\tone: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn, 1 );\n\t},\n\toff: function( types, selector, fn ) {\n\t\tvar handleObj, type;\n\t\tif ( types && types.preventDefault && types.handleObj ) {\n\n\t\t\t// ( event ) dispatched jQuery.Event\n\t\t\thandleObj = types.handleObj;\n\t\t\tjQuery( types.delegateTarget ).off(\n\t\t\t\thandleObj.namespace ?\n\t\t\t\t\thandleObj.origType + \".\" + handleObj.namespace :\n\t\t\t\t\thandleObj.origType,\n\t\t\t\thandleObj.selector,\n\t\t\t\thandleObj.handler\n\t\t\t);\n\t\t\treturn this;\n\t\t}\n\t\tif ( typeof types === \"object\" ) {\n\n\t\t\t// ( types-object [, selector] )\n\t\t\tfor ( type in types ) {\n\t\t\t\tthis.off( type, selector, types[ type ] );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\t\tif ( selector === false || typeof selector === \"function\" ) {\n\n\t\t\t// ( types [, fn] )\n\t\t\tfn = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tif ( fn === false ) {\n\t\t\tfn = returnFalse;\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.remove( this, types, fn, selector );\n\t\t} );\n\t}\n} );\n\n\nvar\n\n\t/* eslint-disable max-len */\n\n\t// See https://github.com/eslint/eslint/issues/3229\n\trxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\\/\\0>\\x20\\t\\r\\n\\f]*)[^>]*)\\/>/gi,\n\n\t/* eslint-enable */\n\n\t// Support: IE <=10 - 11, Edge 12 - 13 only\n\t// In IE/Edge using regex groups here causes severe slowdowns.\n\t// See https://connect.microsoft.com/IE/feedback/details/1736512/\n\trnoInnerhtml = /\\s*$/g;\n\n// Prefer a tbody over its parent table for containing new rows\nfunction manipulationTarget( elem, content ) {\n\tif ( nodeName( elem, \"table\" ) &&\n\t\tnodeName( content.nodeType !== 11 ? content : content.firstChild, \"tr\" ) ) {\n\n\t\treturn jQuery( elem ).children( \"tbody\" )[ 0 ] || elem;\n\t}\n\n\treturn elem;\n}\n\n// Replace/restore the type attribute of script elements for safe DOM manipulation\nfunction disableScript( elem ) {\n\telem.type = ( elem.getAttribute( \"type\" ) !== null ) + \"/\" + elem.type;\n\treturn elem;\n}\nfunction restoreScript( elem ) {\n\tif ( ( elem.type || \"\" ).slice( 0, 5 ) === \"true/\" ) {\n\t\telem.type = elem.type.slice( 5 );\n\t} else {\n\t\telem.removeAttribute( \"type\" );\n\t}\n\n\treturn elem;\n}\n\nfunction cloneCopyEvent( src, dest ) {\n\tvar i, l, type, pdataOld, pdataCur, udataOld, udataCur, events;\n\n\tif ( dest.nodeType !== 1 ) {\n\t\treturn;\n\t}\n\n\t// 1. Copy private data: events, handlers, etc.\n\tif ( dataPriv.hasData( src ) ) {\n\t\tpdataOld = dataPriv.access( src );\n\t\tpdataCur = dataPriv.set( dest, pdataOld );\n\t\tevents = pdataOld.events;\n\n\t\tif ( events ) {\n\t\t\tdelete pdataCur.handle;\n\t\t\tpdataCur.events = {};\n\n\t\t\tfor ( type in events ) {\n\t\t\t\tfor ( i = 0, l = events[ type ].length; i < l; i++ ) {\n\t\t\t\t\tjQuery.event.add( dest, type, events[ type ][ i ] );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// 2. Copy user data\n\tif ( dataUser.hasData( src ) ) {\n\t\tudataOld = dataUser.access( src );\n\t\tudataCur = jQuery.extend( {}, udataOld );\n\n\t\tdataUser.set( dest, udataCur );\n\t}\n}\n\n// Fix IE bugs, see support tests\nfunction fixInput( src, dest ) {\n\tvar nodeName = dest.nodeName.toLowerCase();\n\n\t// Fails to persist the checked state of a cloned checkbox or radio button.\n\tif ( nodeName === \"input\" && rcheckableType.test( src.type ) ) {\n\t\tdest.checked = src.checked;\n\n\t// Fails to return the selected option to the default selected state when cloning options\n\t} else if ( nodeName === \"input\" || nodeName === \"textarea\" ) {\n\t\tdest.defaultValue = src.defaultValue;\n\t}\n}\n\nfunction domManip( collection, args, callback, ignored ) {\n\n\t// Flatten any nested arrays\n\targs = concat.apply( [], args );\n\n\tvar fragment, first, scripts, hasScripts, node, doc,\n\t\ti = 0,\n\t\tl = collection.length,\n\t\tiNoClone = l - 1,\n\t\tvalue = args[ 0 ],\n\t\tvalueIsFunction = isFunction( value );\n\n\t// We can't cloneNode fragments that contain checked, in WebKit\n\tif ( valueIsFunction ||\n\t\t\t( l > 1 && typeof value === \"string\" &&\n\t\t\t\t!support.checkClone && rchecked.test( value ) ) ) {\n\t\treturn collection.each( function( index ) {\n\t\t\tvar self = collection.eq( index );\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\targs[ 0 ] = value.call( this, index, self.html() );\n\t\t\t}\n\t\t\tdomManip( self, args, callback, ignored );\n\t\t} );\n\t}\n\n\tif ( l ) {\n\t\tfragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored );\n\t\tfirst = fragment.firstChild;\n\n\t\tif ( fragment.childNodes.length === 1 ) {\n\t\t\tfragment = first;\n\t\t}\n\n\t\t// Require either new content or an interest in ignored elements to invoke the callback\n\t\tif ( first || ignored ) {\n\t\t\tscripts = jQuery.map( getAll( fragment, \"script\" ), disableScript );\n\t\t\thasScripts = scripts.length;\n\n\t\t\t// Use the original fragment for the last item\n\t\t\t// instead of the first because it can end up\n\t\t\t// being emptied incorrectly in certain situations (#8070).\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tnode = fragment;\n\n\t\t\t\tif ( i !== iNoClone ) {\n\t\t\t\t\tnode = jQuery.clone( node, true, true );\n\n\t\t\t\t\t// Keep references to cloned scripts for later restoration\n\t\t\t\t\tif ( hasScripts ) {\n\n\t\t\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\t\t\tjQuery.merge( scripts, getAll( node, \"script\" ) );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tcallback.call( collection[ i ], node, i );\n\t\t\t}\n\n\t\t\tif ( hasScripts ) {\n\t\t\t\tdoc = scripts[ scripts.length - 1 ].ownerDocument;\n\n\t\t\t\t// Reenable scripts\n\t\t\t\tjQuery.map( scripts, restoreScript );\n\n\t\t\t\t// Evaluate executable scripts on first document insertion\n\t\t\t\tfor ( i = 0; i < hasScripts; i++ ) {\n\t\t\t\t\tnode = scripts[ i ];\n\t\t\t\t\tif ( rscriptType.test( node.type || \"\" ) &&\n\t\t\t\t\t\t!dataPriv.access( node, \"globalEval\" ) &&\n\t\t\t\t\t\tjQuery.contains( doc, node ) ) {\n\n\t\t\t\t\t\tif ( node.src && ( node.type || \"\" ).toLowerCase() !== \"module\" ) {\n\n\t\t\t\t\t\t\t// Optional AJAX dependency, but won't run scripts if not present\n\t\t\t\t\t\t\tif ( jQuery._evalUrl && !node.noModule ) {\n\t\t\t\t\t\t\t\tjQuery._evalUrl( node.src, {\n\t\t\t\t\t\t\t\t\tnonce: node.nonce || node.getAttribute( \"nonce\" )\n\t\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tDOMEval( node.textContent.replace( rcleanScript, \"\" ), node, doc );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn collection;\n}\n\nfunction remove( elem, selector, keepData ) {\n\tvar node,\n\t\tnodes = selector ? jQuery.filter( selector, elem ) : elem,\n\t\ti = 0;\n\n\tfor ( ; ( node = nodes[ i ] ) != null; i++ ) {\n\t\tif ( !keepData && node.nodeType === 1 ) {\n\t\t\tjQuery.cleanData( getAll( node ) );\n\t\t}\n\n\t\tif ( node.parentNode ) {\n\t\t\tif ( keepData && isAttached( node ) ) {\n\t\t\t\tsetGlobalEval( getAll( node, \"script\" ) );\n\t\t\t}\n\t\t\tnode.parentNode.removeChild( node );\n\t\t}\n\t}\n\n\treturn elem;\n}\n\njQuery.extend( {\n\thtmlPrefilter: function( html ) {\n\t\treturn html.replace( rxhtmlTag, \"<$1>\" );\n\t},\n\n\tclone: function( elem, dataAndEvents, deepDataAndEvents ) {\n\t\tvar i, l, srcElements, destElements,\n\t\t\tclone = elem.cloneNode( true ),\n\t\t\tinPage = isAttached( elem );\n\n\t\t// Fix IE cloning issues\n\t\tif ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) &&\n\t\t\t\t!jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2\n\t\t\tdestElements = getAll( clone );\n\t\t\tsrcElements = getAll( elem );\n\n\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\tfixInput( srcElements[ i ], destElements[ i ] );\n\t\t\t}\n\t\t}\n\n\t\t// Copy the events from the original to the clone\n\t\tif ( dataAndEvents ) {\n\t\t\tif ( deepDataAndEvents ) {\n\t\t\t\tsrcElements = srcElements || getAll( elem );\n\t\t\t\tdestElements = destElements || getAll( clone );\n\n\t\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\t\tcloneCopyEvent( srcElements[ i ], destElements[ i ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcloneCopyEvent( elem, clone );\n\t\t\t}\n\t\t}\n\n\t\t// Preserve script evaluation history\n\t\tdestElements = getAll( clone, \"script\" );\n\t\tif ( destElements.length > 0 ) {\n\t\t\tsetGlobalEval( destElements, !inPage && getAll( elem, \"script\" ) );\n\t\t}\n\n\t\t// Return the cloned set\n\t\treturn clone;\n\t},\n\n\tcleanData: function( elems ) {\n\t\tvar data, elem, type,\n\t\t\tspecial = jQuery.event.special,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = elems[ i ] ) !== undefined; i++ ) {\n\t\t\tif ( acceptData( elem ) ) {\n\t\t\t\tif ( ( data = elem[ dataPriv.expando ] ) ) {\n\t\t\t\t\tif ( data.events ) {\n\t\t\t\t\t\tfor ( type in data.events ) {\n\t\t\t\t\t\t\tif ( special[ type ] ) {\n\t\t\t\t\t\t\t\tjQuery.event.remove( elem, type );\n\n\t\t\t\t\t\t\t// This is a shortcut to avoid jQuery.event.remove's overhead\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery.removeEvent( elem, type, data.handle );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataPriv.expando ] = undefined;\n\t\t\t\t}\n\t\t\t\tif ( elem[ dataUser.expando ] ) {\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataUser.expando ] = undefined;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n} );\n\njQuery.fn.extend( {\n\tdetach: function( selector ) {\n\t\treturn remove( this, selector, true );\n\t},\n\n\tremove: function( selector ) {\n\t\treturn remove( this, selector );\n\t},\n\n\ttext: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\treturn value === undefined ?\n\t\t\t\tjQuery.text( this ) :\n\t\t\t\tthis.empty().each( function() {\n\t\t\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\t\t\tthis.textContent = value;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t}, null, value, arguments.length );\n\t},\n\n\tappend: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.appendChild( elem );\n\t\t\t}\n\t\t} );\n\t},\n\n\tprepend: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.insertBefore( elem, target.firstChild );\n\t\t\t}\n\t\t} );\n\t},\n\n\tbefore: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this );\n\t\t\t}\n\t\t} );\n\t},\n\n\tafter: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this.nextSibling );\n\t\t\t}\n\t\t} );\n\t},\n\n\tempty: function() {\n\t\tvar elem,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = this[ i ] ) != null; i++ ) {\n\t\t\tif ( elem.nodeType === 1 ) {\n\n\t\t\t\t// Prevent memory leaks\n\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\n\t\t\t\t// Remove any remaining nodes\n\t\t\t\telem.textContent = \"\";\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tclone: function( dataAndEvents, deepDataAndEvents ) {\n\t\tdataAndEvents = dataAndEvents == null ? false : dataAndEvents;\n\t\tdeepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;\n\n\t\treturn this.map( function() {\n\t\t\treturn jQuery.clone( this, dataAndEvents, deepDataAndEvents );\n\t\t} );\n\t},\n\n\thtml: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\tvar elem = this[ 0 ] || {},\n\t\t\t\ti = 0,\n\t\t\t\tl = this.length;\n\n\t\t\tif ( value === undefined && elem.nodeType === 1 ) {\n\t\t\t\treturn elem.innerHTML;\n\t\t\t}\n\n\t\t\t// See if we can take a shortcut and just use innerHTML\n\t\t\tif ( typeof value === \"string\" && !rnoInnerhtml.test( value ) &&\n\t\t\t\t!wrapMap[ ( rtagName.exec( value ) || [ \"\", \"\" ] )[ 1 ].toLowerCase() ] ) {\n\n\t\t\t\tvalue = jQuery.htmlPrefilter( value );\n\n\t\t\t\ttry {\n\t\t\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\t\t\telem = this[ i ] || {};\n\n\t\t\t\t\t\t// Remove element nodes and prevent memory leaks\n\t\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\t\t\t\t\t\t\telem.innerHTML = value;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\telem = 0;\n\n\t\t\t\t// If using innerHTML throws an exception, use the fallback method\n\t\t\t\t} catch ( e ) {}\n\t\t\t}\n\n\t\t\tif ( elem ) {\n\t\t\t\tthis.empty().append( value );\n\t\t\t}\n\t\t}, null, value, arguments.length );\n\t},\n\n\treplaceWith: function() {\n\t\tvar ignored = [];\n\n\t\t// Make the changes, replacing each non-ignored context element with the new content\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tvar parent = this.parentNode;\n\n\t\t\tif ( jQuery.inArray( this, ignored ) < 0 ) {\n\t\t\t\tjQuery.cleanData( getAll( this ) );\n\t\t\t\tif ( parent ) {\n\t\t\t\t\tparent.replaceChild( elem, this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Force callback invocation\n\t\t}, ignored );\n\t}\n} );\n\njQuery.each( {\n\tappendTo: \"append\",\n\tprependTo: \"prepend\",\n\tinsertBefore: \"before\",\n\tinsertAfter: \"after\",\n\treplaceAll: \"replaceWith\"\n}, function( name, original ) {\n\tjQuery.fn[ name ] = function( selector ) {\n\t\tvar elems,\n\t\t\tret = [],\n\t\t\tinsert = jQuery( selector ),\n\t\t\tlast = insert.length - 1,\n\t\t\ti = 0;\n\n\t\tfor ( ; i <= last; i++ ) {\n\t\t\telems = i === last ? this : this.clone( true );\n\t\t\tjQuery( insert[ i ] )[ original ]( elems );\n\n\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t// .get() because push.apply(_, arraylike) throws on ancient WebKit\n\t\t\tpush.apply( ret, elems.get() );\n\t\t}\n\n\t\treturn this.pushStack( ret );\n\t};\n} );\nvar rnumnonpx = new RegExp( \"^(\" + pnum + \")(?!px)[a-z%]+$\", \"i\" );\n\nvar getStyles = function( elem ) {\n\n\t\t// Support: IE <=11 only, Firefox <=30 (#15098, #14150)\n\t\t// IE throws on elements created in popups\n\t\t// FF meanwhile throws on frame elements through \"defaultView.getComputedStyle\"\n\t\tvar view = elem.ownerDocument.defaultView;\n\n\t\tif ( !view || !view.opener ) {\n\t\t\tview = window;\n\t\t}\n\n\t\treturn view.getComputedStyle( elem );\n\t};\n\nvar rboxStyle = new RegExp( cssExpand.join( \"|\" ), \"i\" );\n\n\n\n( function() {\n\n\t// Executing both pixelPosition & boxSizingReliable tests require only one layout\n\t// so they're executed at the same time to save the second computation.\n\tfunction computeStyleTests() {\n\n\t\t// This is a singleton, we need to execute it only once\n\t\tif ( !div ) {\n\t\t\treturn;\n\t\t}\n\n\t\tcontainer.style.cssText = \"position:absolute;left:-11111px;width:60px;\" +\n\t\t\t\"margin-top:1px;padding:0;border:0\";\n\t\tdiv.style.cssText =\n\t\t\t\"position:relative;display:block;box-sizing:border-box;overflow:scroll;\" +\n\t\t\t\"margin:auto;border:1px;padding:1px;\" +\n\t\t\t\"width:60%;top:1%\";\n\t\tdocumentElement.appendChild( container ).appendChild( div );\n\n\t\tvar divStyle = window.getComputedStyle( div );\n\t\tpixelPositionVal = divStyle.top !== \"1%\";\n\n\t\t// Support: Android 4.0 - 4.3 only, Firefox <=3 - 44\n\t\treliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12;\n\n\t\t// Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3\n\t\t// Some styles come back with percentage values, even though they shouldn't\n\t\tdiv.style.right = \"60%\";\n\t\tpixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36;\n\n\t\t// Support: IE 9 - 11 only\n\t\t// Detect misreporting of content dimensions for box-sizing:border-box elements\n\t\tboxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36;\n\n\t\t// Support: IE 9 only\n\t\t// Detect overflow:scroll screwiness (gh-3699)\n\t\t// Support: Chrome <=64\n\t\t// Don't get tricked when zoom affects offsetWidth (gh-4029)\n\t\tdiv.style.position = \"absolute\";\n\t\tscrollboxSizeVal = roundPixelMeasures( div.offsetWidth / 3 ) === 12;\n\n\t\tdocumentElement.removeChild( container );\n\n\t\t// Nullify the div so it wouldn't be stored in the memory and\n\t\t// it will also be a sign that checks already performed\n\t\tdiv = null;\n\t}\n\n\tfunction roundPixelMeasures( measure ) {\n\t\treturn Math.round( parseFloat( measure ) );\n\t}\n\n\tvar pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal,\n\t\treliableMarginLeftVal,\n\t\tcontainer = document.createElement( \"div\" ),\n\t\tdiv = document.createElement( \"div\" );\n\n\t// Finish early in limited (non-browser) environments\n\tif ( !div.style ) {\n\t\treturn;\n\t}\n\n\t// Support: IE <=9 - 11 only\n\t// Style of cloned element affects source element cloned (#8908)\n\tdiv.style.backgroundClip = \"content-box\";\n\tdiv.cloneNode( true ).style.backgroundClip = \"\";\n\tsupport.clearCloneStyle = div.style.backgroundClip === \"content-box\";\n\n\tjQuery.extend( support, {\n\t\tboxSizingReliable: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn boxSizingReliableVal;\n\t\t},\n\t\tpixelBoxStyles: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelBoxStylesVal;\n\t\t},\n\t\tpixelPosition: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelPositionVal;\n\t\t},\n\t\treliableMarginLeft: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn reliableMarginLeftVal;\n\t\t},\n\t\tscrollboxSize: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn scrollboxSizeVal;\n\t\t}\n\t} );\n} )();\n\n\nfunction curCSS( elem, name, computed ) {\n\tvar width, minWidth, maxWidth, ret,\n\n\t\t// Support: Firefox 51+\n\t\t// Retrieving style before computed somehow\n\t\t// fixes an issue with getting wrong values\n\t\t// on detached elements\n\t\tstyle = elem.style;\n\n\tcomputed = computed || getStyles( elem );\n\n\t// getPropertyValue is needed for:\n\t// .css('filter') (IE 9 only, #12537)\n\t// .css('--customProperty) (#3144)\n\tif ( computed ) {\n\t\tret = computed.getPropertyValue( name ) || computed[ name ];\n\n\t\tif ( ret === \"\" && !isAttached( elem ) ) {\n\t\t\tret = jQuery.style( elem, name );\n\t\t}\n\n\t\t// A tribute to the \"awesome hack by Dean Edwards\"\n\t\t// Android Browser returns percentage for some values,\n\t\t// but width seems to be reliably pixels.\n\t\t// This is against the CSSOM draft spec:\n\t\t// https://drafts.csswg.org/cssom/#resolved-values\n\t\tif ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) {\n\n\t\t\t// Remember the original values\n\t\t\twidth = style.width;\n\t\t\tminWidth = style.minWidth;\n\t\t\tmaxWidth = style.maxWidth;\n\n\t\t\t// Put in the new values to get a computed value out\n\t\t\tstyle.minWidth = style.maxWidth = style.width = ret;\n\t\t\tret = computed.width;\n\n\t\t\t// Revert the changed values\n\t\t\tstyle.width = width;\n\t\t\tstyle.minWidth = minWidth;\n\t\t\tstyle.maxWidth = maxWidth;\n\t\t}\n\t}\n\n\treturn ret !== undefined ?\n\n\t\t// Support: IE <=9 - 11 only\n\t\t// IE returns zIndex value as an integer.\n\t\tret + \"\" :\n\t\tret;\n}\n\n\nfunction addGetHookIf( conditionFn, hookFn ) {\n\n\t// Define the hook, we'll check on the first run if it's really needed.\n\treturn {\n\t\tget: function() {\n\t\t\tif ( conditionFn() ) {\n\n\t\t\t\t// Hook not needed (or it's not possible to use it due\n\t\t\t\t// to missing dependency), remove it.\n\t\t\t\tdelete this.get;\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Hook needed; redefine it so that the support test is not executed again.\n\t\t\treturn ( this.get = hookFn ).apply( this, arguments );\n\t\t}\n\t};\n}\n\n\nvar cssPrefixes = [ \"Webkit\", \"Moz\", \"ms\" ],\n\temptyStyle = document.createElement( \"div\" ).style,\n\tvendorProps = {};\n\n// Return a vendor-prefixed property or undefined\nfunction vendorPropName( name ) {\n\n\t// Check for vendor prefixed names\n\tvar capName = name[ 0 ].toUpperCase() + name.slice( 1 ),\n\t\ti = cssPrefixes.length;\n\n\twhile ( i-- ) {\n\t\tname = cssPrefixes[ i ] + capName;\n\t\tif ( name in emptyStyle ) {\n\t\t\treturn name;\n\t\t}\n\t}\n}\n\n// Return a potentially-mapped jQuery.cssProps or vendor prefixed property\nfunction finalPropName( name ) {\n\tvar final = jQuery.cssProps[ name ] || vendorProps[ name ];\n\n\tif ( final ) {\n\t\treturn final;\n\t}\n\tif ( name in emptyStyle ) {\n\t\treturn name;\n\t}\n\treturn vendorProps[ name ] = vendorPropName( name ) || name;\n}\n\n\nvar\n\n\t// Swappable if display is none or starts with table\n\t// except \"table\", \"table-cell\", or \"table-caption\"\n\t// See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display\n\trdisplayswap = /^(none|table(?!-c[ea]).+)/,\n\trcustomProp = /^--/,\n\tcssShow = { position: \"absolute\", visibility: \"hidden\", display: \"block\" },\n\tcssNormalTransform = {\n\t\tletterSpacing: \"0\",\n\t\tfontWeight: \"400\"\n\t};\n\nfunction setPositiveNumber( elem, value, subtract ) {\n\n\t// Any relative (+/-) values have already been\n\t// normalized at this point\n\tvar matches = rcssNum.exec( value );\n\treturn matches ?\n\n\t\t// Guard against undefined \"subtract\", e.g., when used as in cssHooks\n\t\tMath.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || \"px\" ) :\n\t\tvalue;\n}\n\nfunction boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) {\n\tvar i = dimension === \"width\" ? 1 : 0,\n\t\textra = 0,\n\t\tdelta = 0;\n\n\t// Adjustment may not be necessary\n\tif ( box === ( isBorderBox ? \"border\" : \"content\" ) ) {\n\t\treturn 0;\n\t}\n\n\tfor ( ; i < 4; i += 2 ) {\n\n\t\t// Both box models exclude margin\n\t\tif ( box === \"margin\" ) {\n\t\t\tdelta += jQuery.css( elem, box + cssExpand[ i ], true, styles );\n\t\t}\n\n\t\t// If we get here with a content-box, we're seeking \"padding\" or \"border\" or \"margin\"\n\t\tif ( !isBorderBox ) {\n\n\t\t\t// Add padding\n\t\t\tdelta += jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\n\t\t\t// For \"border\" or \"margin\", add border\n\t\t\tif ( box !== \"padding\" ) {\n\t\t\t\tdelta += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\n\t\t\t// But still keep track of it otherwise\n\t\t\t} else {\n\t\t\t\textra += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\n\t\t// If we get here with a border-box (content + padding + border), we're seeking \"content\" or\n\t\t// \"padding\" or \"margin\"\n\t\t} else {\n\n\t\t\t// For \"content\", subtract padding\n\t\t\tif ( box === \"content\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\t\t\t}\n\n\t\t\t// For \"content\" or \"padding\", subtract border\n\t\t\tif ( box !== \"margin\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Account for positive content-box scroll gutter when requested by providing computedVal\n\tif ( !isBorderBox && computedVal >= 0 ) {\n\n\t\t// offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border\n\t\t// Assuming integer scroll gutter, subtract the rest and round down\n\t\tdelta += Math.max( 0, Math.ceil(\n\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\tcomputedVal -\n\t\t\tdelta -\n\t\t\textra -\n\t\t\t0.5\n\n\t\t// If offsetWidth/offsetHeight is unknown, then we can't determine content-box scroll gutter\n\t\t// Use an explicit zero to avoid NaN (gh-3964)\n\t\t) ) || 0;\n\t}\n\n\treturn delta;\n}\n\nfunction getWidthOrHeight( elem, dimension, extra ) {\n\n\t// Start with computed style\n\tvar styles = getStyles( elem ),\n\n\t\t// To avoid forcing a reflow, only fetch boxSizing if we need it (gh-4322).\n\t\t// Fake content-box until we know it's needed to know the true value.\n\t\tboxSizingNeeded = !support.boxSizingReliable() || extra,\n\t\tisBorderBox = boxSizingNeeded &&\n\t\t\tjQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\tvalueIsBorderBox = isBorderBox,\n\n\t\tval = curCSS( elem, dimension, styles ),\n\t\toffsetProp = \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 );\n\n\t// Support: Firefox <=54\n\t// Return a confounding non-pixel value or feign ignorance, as appropriate.\n\tif ( rnumnonpx.test( val ) ) {\n\t\tif ( !extra ) {\n\t\t\treturn val;\n\t\t}\n\t\tval = \"auto\";\n\t}\n\n\n\t// Fall back to offsetWidth/offsetHeight when value is \"auto\"\n\t// This happens for inline elements with no explicit setting (gh-3571)\n\t// Support: Android <=4.1 - 4.3 only\n\t// Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602)\n\t// Support: IE 9-11 only\n\t// Also use offsetWidth/offsetHeight for when box sizing is unreliable\n\t// We use getClientRects() to check for hidden/disconnected.\n\t// In those cases, the computed value can be trusted to be border-box\n\tif ( ( !support.boxSizingReliable() && isBorderBox ||\n\t\tval === \"auto\" ||\n\t\t!parseFloat( val ) && jQuery.css( elem, \"display\", false, styles ) === \"inline\" ) &&\n\t\telem.getClientRects().length ) {\n\n\t\tisBorderBox = jQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\";\n\n\t\t// Where available, offsetWidth/offsetHeight approximate border box dimensions.\n\t\t// Where not available (e.g., SVG), assume unreliable box-sizing and interpret the\n\t\t// retrieved value as a content box dimension.\n\t\tvalueIsBorderBox = offsetProp in elem;\n\t\tif ( valueIsBorderBox ) {\n\t\t\tval = elem[ offsetProp ];\n\t\t}\n\t}\n\n\t// Normalize \"\" and auto\n\tval = parseFloat( val ) || 0;\n\n\t// Adjust for the element's box model\n\treturn ( val +\n\t\tboxModelAdjustment(\n\t\t\telem,\n\t\t\tdimension,\n\t\t\textra || ( isBorderBox ? \"border\" : \"content\" ),\n\t\t\tvalueIsBorderBox,\n\t\t\tstyles,\n\n\t\t\t// Provide the current computed size to request scroll gutter calculation (gh-3589)\n\t\t\tval\n\t\t)\n\t) + \"px\";\n}\n\njQuery.extend( {\n\n\t// Add in style property hooks for overriding the default\n\t// behavior of getting and setting a style property\n\tcssHooks: {\n\t\topacity: {\n\t\t\tget: function( elem, computed ) {\n\t\t\t\tif ( computed ) {\n\n\t\t\t\t\t// We should always get a number back from opacity\n\t\t\t\t\tvar ret = curCSS( elem, \"opacity\" );\n\t\t\t\t\treturn ret === \"\" ? \"1\" : ret;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\t// Don't automatically add \"px\" to these possibly-unitless properties\n\tcssNumber: {\n\t\t\"animationIterationCount\": true,\n\t\t\"columnCount\": true,\n\t\t\"fillOpacity\": true,\n\t\t\"flexGrow\": true,\n\t\t\"flexShrink\": true,\n\t\t\"fontWeight\": true,\n\t\t\"gridArea\": true,\n\t\t\"gridColumn\": true,\n\t\t\"gridColumnEnd\": true,\n\t\t\"gridColumnStart\": true,\n\t\t\"gridRow\": true,\n\t\t\"gridRowEnd\": true,\n\t\t\"gridRowStart\": true,\n\t\t\"lineHeight\": true,\n\t\t\"opacity\": true,\n\t\t\"order\": true,\n\t\t\"orphans\": true,\n\t\t\"widows\": true,\n\t\t\"zIndex\": true,\n\t\t\"zoom\": true\n\t},\n\n\t// Add in properties whose names you wish to fix before\n\t// setting or getting the value\n\tcssProps: {},\n\n\t// Get and set the style property on a DOM Node\n\tstyle: function( elem, name, value, extra ) {\n\n\t\t// Don't set styles on text and comment nodes\n\t\tif ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Make sure that we're working with the right name\n\t\tvar ret, type, hooks,\n\t\t\torigName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name ),\n\t\t\tstyle = elem.style;\n\n\t\t// Make sure that we're working with the right name. We don't\n\t\t// want to query the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {\n\t\t\tname = finalPropName( origName );\n\t\t}\n\n\t\t// Gets hook for the prefixed version, then unprefixed version\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// Check if we're setting a value\n\t\tif ( value !== undefined ) {\n\t\t\ttype = typeof value;\n\n\t\t\t// Convert \"+=\" or \"-=\" to relative numbers (#7345)\n\t\t\tif ( type === \"string\" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) {\n\t\t\t\tvalue = adjustCSS( elem, name, ret );\n\n\t\t\t\t// Fixes bug #9237\n\t\t\t\ttype = \"number\";\n\t\t\t}\n\n\t\t\t// Make sure that null and NaN values aren't set (#7116)\n\t\t\tif ( value == null || value !== value ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// If a number was passed in, add the unit (except for certain CSS properties)\n\t\t\t// The isCustomProp check can be removed in jQuery 4.0 when we only auto-append\n\t\t\t// \"px\" to a few hardcoded values.\n\t\t\tif ( type === \"number\" && !isCustomProp ) {\n\t\t\t\tvalue += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? \"\" : \"px\" );\n\t\t\t}\n\n\t\t\t// background-* props affect original clone's values\n\t\t\tif ( !support.clearCloneStyle && value === \"\" && name.indexOf( \"background\" ) === 0 ) {\n\t\t\t\tstyle[ name ] = \"inherit\";\n\t\t\t}\n\n\t\t\t// If a hook was provided, use that value, otherwise just set the specified value\n\t\t\tif ( !hooks || !( \"set\" in hooks ) ||\n\t\t\t\t( value = hooks.set( elem, value, extra ) ) !== undefined ) {\n\n\t\t\t\tif ( isCustomProp ) {\n\t\t\t\t\tstyle.setProperty( name, value );\n\t\t\t\t} else {\n\t\t\t\t\tstyle[ name ] = value;\n\t\t\t\t}\n\t\t\t}\n\n\t\t} else {\n\n\t\t\t// If a hook was provided get the non-computed value from there\n\t\t\tif ( hooks && \"get\" in hooks &&\n\t\t\t\t( ret = hooks.get( elem, false, extra ) ) !== undefined ) {\n\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\t// Otherwise just get the value from the style object\n\t\t\treturn style[ name ];\n\t\t}\n\t},\n\n\tcss: function( elem, name, extra, styles ) {\n\t\tvar val, num, hooks,\n\t\t\torigName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name );\n\n\t\t// Make sure that we're working with the right name. We don't\n\t\t// want to modify the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {\n\t\t\tname = finalPropName( origName );\n\t\t}\n\n\t\t// Try prefixed name followed by the unprefixed name\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// If a hook was provided get the computed value from there\n\t\tif ( hooks && \"get\" in hooks ) {\n\t\t\tval = hooks.get( elem, true, extra );\n\t\t}\n\n\t\t// Otherwise, if a way to get the computed value exists, use that\n\t\tif ( val === undefined ) {\n\t\t\tval = curCSS( elem, name, styles );\n\t\t}\n\n\t\t// Convert \"normal\" to computed value\n\t\tif ( val === \"normal\" && name in cssNormalTransform ) {\n\t\t\tval = cssNormalTransform[ name ];\n\t\t}\n\n\t\t// Make numeric if forced or a qualifier was provided and val looks numeric\n\t\tif ( extra === \"\" || extra ) {\n\t\t\tnum = parseFloat( val );\n\t\t\treturn extra === true || isFinite( num ) ? num || 0 : val;\n\t\t}\n\n\t\treturn val;\n\t}\n} );\n\njQuery.each( [ \"height\", \"width\" ], function( i, dimension ) {\n\tjQuery.cssHooks[ dimension ] = {\n\t\tget: function( elem, computed, extra ) {\n\t\t\tif ( computed ) {\n\n\t\t\t\t// Certain elements can have dimension info if we invisibly show them\n\t\t\t\t// but it must have a current display style that would benefit\n\t\t\t\treturn rdisplayswap.test( jQuery.css( elem, \"display\" ) ) &&\n\n\t\t\t\t\t// Support: Safari 8+\n\t\t\t\t\t// Table columns in Safari have non-zero offsetWidth & zero\n\t\t\t\t\t// getBoundingClientRect().width unless display is changed.\n\t\t\t\t\t// Support: IE <=11 only\n\t\t\t\t\t// Running getBoundingClientRect on a disconnected node\n\t\t\t\t\t// in IE throws an error.\n\t\t\t\t\t( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ?\n\t\t\t\t\t\tswap( elem, cssShow, function() {\n\t\t\t\t\t\t\treturn getWidthOrHeight( elem, dimension, extra );\n\t\t\t\t\t\t} ) :\n\t\t\t\t\t\tgetWidthOrHeight( elem, dimension, extra );\n\t\t\t}\n\t\t},\n\n\t\tset: function( elem, value, extra ) {\n\t\t\tvar matches,\n\t\t\t\tstyles = getStyles( elem ),\n\n\t\t\t\t// Only read styles.position if the test has a chance to fail\n\t\t\t\t// to avoid forcing a reflow.\n\t\t\t\tscrollboxSizeBuggy = !support.scrollboxSize() &&\n\t\t\t\t\tstyles.position === \"absolute\",\n\n\t\t\t\t// To avoid forcing a reflow, only fetch boxSizing if we need it (gh-3991)\n\t\t\t\tboxSizingNeeded = scrollboxSizeBuggy || extra,\n\t\t\t\tisBorderBox = boxSizingNeeded &&\n\t\t\t\t\tjQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\t\t\tsubtract = extra ?\n\t\t\t\t\tboxModelAdjustment(\n\t\t\t\t\t\telem,\n\t\t\t\t\t\tdimension,\n\t\t\t\t\t\textra,\n\t\t\t\t\t\tisBorderBox,\n\t\t\t\t\t\tstyles\n\t\t\t\t\t) :\n\t\t\t\t\t0;\n\n\t\t\t// Account for unreliable border-box dimensions by comparing offset* to computed and\n\t\t\t// faking a content-box to get border and padding (gh-3699)\n\t\t\tif ( isBorderBox && scrollboxSizeBuggy ) {\n\t\t\t\tsubtract -= Math.ceil(\n\t\t\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\t\t\tparseFloat( styles[ dimension ] ) -\n\t\t\t\t\tboxModelAdjustment( elem, dimension, \"border\", false, styles ) -\n\t\t\t\t\t0.5\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// Convert to pixels if value adjustment is needed\n\t\t\tif ( subtract && ( matches = rcssNum.exec( value ) ) &&\n\t\t\t\t( matches[ 3 ] || \"px\" ) !== \"px\" ) {\n\n\t\t\t\telem.style[ dimension ] = value;\n\t\t\t\tvalue = jQuery.css( elem, dimension );\n\t\t\t}\n\n\t\t\treturn setPositiveNumber( elem, value, subtract );\n\t\t}\n\t};\n} );\n\njQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft,\n\tfunction( elem, computed ) {\n\t\tif ( computed ) {\n\t\t\treturn ( parseFloat( curCSS( elem, \"marginLeft\" ) ) ||\n\t\t\t\telem.getBoundingClientRect().left -\n\t\t\t\t\tswap( elem, { marginLeft: 0 }, function() {\n\t\t\t\t\t\treturn elem.getBoundingClientRect().left;\n\t\t\t\t\t} )\n\t\t\t\t) + \"px\";\n\t\t}\n\t}\n);\n\n// These hooks are used by animate to expand properties\njQuery.each( {\n\tmargin: \"\",\n\tpadding: \"\",\n\tborder: \"Width\"\n}, function( prefix, suffix ) {\n\tjQuery.cssHooks[ prefix + suffix ] = {\n\t\texpand: function( value ) {\n\t\t\tvar i = 0,\n\t\t\t\texpanded = {},\n\n\t\t\t\t// Assumes a single number if not a string\n\t\t\t\tparts = typeof value === \"string\" ? value.split( \" \" ) : [ value ];\n\n\t\t\tfor ( ; i < 4; i++ ) {\n\t\t\t\texpanded[ prefix + cssExpand[ i ] + suffix ] =\n\t\t\t\t\tparts[ i ] || parts[ i - 2 ] || parts[ 0 ];\n\t\t\t}\n\n\t\t\treturn expanded;\n\t\t}\n\t};\n\n\tif ( prefix !== \"margin\" ) {\n\t\tjQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;\n\t}\n} );\n\njQuery.fn.extend( {\n\tcss: function( name, value ) {\n\t\treturn access( this, function( elem, name, value ) {\n\t\t\tvar styles, len,\n\t\t\t\tmap = {},\n\t\t\t\ti = 0;\n\n\t\t\tif ( Array.isArray( name ) ) {\n\t\t\t\tstyles = getStyles( elem );\n\t\t\t\tlen = name.length;\n\n\t\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\t\tmap[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles );\n\t\t\t\t}\n\n\t\t\t\treturn map;\n\t\t\t}\n\n\t\t\treturn value !== undefined ?\n\t\t\t\tjQuery.style( elem, name, value ) :\n\t\t\t\tjQuery.css( elem, name );\n\t\t}, name, value, arguments.length > 1 );\n\t}\n} );\n\n\nfunction Tween( elem, options, prop, end, easing ) {\n\treturn new Tween.prototype.init( elem, options, prop, end, easing );\n}\njQuery.Tween = Tween;\n\nTween.prototype = {\n\tconstructor: Tween,\n\tinit: function( elem, options, prop, end, easing, unit ) {\n\t\tthis.elem = elem;\n\t\tthis.prop = prop;\n\t\tthis.easing = easing || jQuery.easing._default;\n\t\tthis.options = options;\n\t\tthis.start = this.now = this.cur();\n\t\tthis.end = end;\n\t\tthis.unit = unit || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" );\n\t},\n\tcur: function() {\n\t\tvar hooks = Tween.propHooks[ this.prop ];\n\n\t\treturn hooks && hooks.get ?\n\t\t\thooks.get( this ) :\n\t\t\tTween.propHooks._default.get( this );\n\t},\n\trun: function( percent ) {\n\t\tvar eased,\n\t\t\thooks = Tween.propHooks[ this.prop ];\n\n\t\tif ( this.options.duration ) {\n\t\t\tthis.pos = eased = jQuery.easing[ this.easing ](\n\t\t\t\tpercent, this.options.duration * percent, 0, 1, this.options.duration\n\t\t\t);\n\t\t} else {\n\t\t\tthis.pos = eased = percent;\n\t\t}\n\t\tthis.now = ( this.end - this.start ) * eased + this.start;\n\n\t\tif ( this.options.step ) {\n\t\t\tthis.options.step.call( this.elem, this.now, this );\n\t\t}\n\n\t\tif ( hooks && hooks.set ) {\n\t\t\thooks.set( this );\n\t\t} else {\n\t\t\tTween.propHooks._default.set( this );\n\t\t}\n\t\treturn this;\n\t}\n};\n\nTween.prototype.init.prototype = Tween.prototype;\n\nTween.propHooks = {\n\t_default: {\n\t\tget: function( tween ) {\n\t\t\tvar result;\n\n\t\t\t// Use a property on the element directly when it is not a DOM element,\n\t\t\t// or when there is no matching style property that exists.\n\t\t\tif ( tween.elem.nodeType !== 1 ||\n\t\t\t\ttween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) {\n\t\t\t\treturn tween.elem[ tween.prop ];\n\t\t\t}\n\n\t\t\t// Passing an empty string as a 3rd parameter to .css will automatically\n\t\t\t// attempt a parseFloat and fallback to a string if the parse fails.\n\t\t\t// Simple values such as \"10px\" are parsed to Float;\n\t\t\t// complex values such as \"rotate(1rad)\" are returned as-is.\n\t\t\tresult = jQuery.css( tween.elem, tween.prop, \"\" );\n\n\t\t\t// Empty strings, null, undefined and \"auto\" are converted to 0.\n\t\t\treturn !result || result === \"auto\" ? 0 : result;\n\t\t},\n\t\tset: function( tween ) {\n\n\t\t\t// Use step hook for back compat.\n\t\t\t// Use cssHook if its there.\n\t\t\t// Use .style if available and use plain properties where available.\n\t\t\tif ( jQuery.fx.step[ tween.prop ] ) {\n\t\t\t\tjQuery.fx.step[ tween.prop ]( tween );\n\t\t\t} else if ( tween.elem.nodeType === 1 && (\n\t\t\t\t\tjQuery.cssHooks[ tween.prop ] ||\n\t\t\t\t\ttween.elem.style[ finalPropName( tween.prop ) ] != null ) ) {\n\t\t\t\tjQuery.style( tween.elem, tween.prop, tween.now + tween.unit );\n\t\t\t} else {\n\t\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t\t}\n\t\t}\n\t}\n};\n\n// Support: IE <=9 only\n// Panic based approach to setting things on disconnected nodes\nTween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {\n\tset: function( tween ) {\n\t\tif ( tween.elem.nodeType && tween.elem.parentNode ) {\n\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t}\n\t}\n};\n\njQuery.easing = {\n\tlinear: function( p ) {\n\t\treturn p;\n\t},\n\tswing: function( p ) {\n\t\treturn 0.5 - Math.cos( p * Math.PI ) / 2;\n\t},\n\t_default: \"swing\"\n};\n\njQuery.fx = Tween.prototype.init;\n\n// Back compat <1.8 extension point\njQuery.fx.step = {};\n\n\n\n\nvar\n\tfxNow, inProgress,\n\trfxtypes = /^(?:toggle|show|hide)$/,\n\trrun = /queueHooks$/;\n\nfunction schedule() {\n\tif ( inProgress ) {\n\t\tif ( document.hidden === false && window.requestAnimationFrame ) {\n\t\t\twindow.requestAnimationFrame( schedule );\n\t\t} else {\n\t\t\twindow.setTimeout( schedule, jQuery.fx.interval );\n\t\t}\n\n\t\tjQuery.fx.tick();\n\t}\n}\n\n// Animations created synchronously will run synchronously\nfunction createFxNow() {\n\twindow.setTimeout( function() {\n\t\tfxNow = undefined;\n\t} );\n\treturn ( fxNow = Date.now() );\n}\n\n// Generate parameters to create a standard animation\nfunction genFx( type, includeWidth ) {\n\tvar which,\n\t\ti = 0,\n\t\tattrs = { height: type };\n\n\t// If we include width, step value is 1 to do all cssExpand values,\n\t// otherwise step value is 2 to skip over Left and Right\n\tincludeWidth = includeWidth ? 1 : 0;\n\tfor ( ; i < 4; i += 2 - includeWidth ) {\n\t\twhich = cssExpand[ i ];\n\t\tattrs[ \"margin\" + which ] = attrs[ \"padding\" + which ] = type;\n\t}\n\n\tif ( includeWidth ) {\n\t\tattrs.opacity = attrs.width = type;\n\t}\n\n\treturn attrs;\n}\n\nfunction createTween( value, prop, animation ) {\n\tvar tween,\n\t\tcollection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ \"*\" ] ),\n\t\tindex = 0,\n\t\tlength = collection.length;\n\tfor ( ; index < length; index++ ) {\n\t\tif ( ( tween = collection[ index ].call( animation, prop, value ) ) ) {\n\n\t\t\t// We're done with this property\n\t\t\treturn tween;\n\t\t}\n\t}\n}\n\nfunction defaultPrefilter( elem, props, opts ) {\n\tvar prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display,\n\t\tisBox = \"width\" in props || \"height\" in props,\n\t\tanim = this,\n\t\torig = {},\n\t\tstyle = elem.style,\n\t\thidden = elem.nodeType && isHiddenWithinTree( elem ),\n\t\tdataShow = dataPriv.get( elem, \"fxshow\" );\n\n\t// Queue-skipping animations hijack the fx hooks\n\tif ( !opts.queue ) {\n\t\thooks = jQuery._queueHooks( elem, \"fx\" );\n\t\tif ( hooks.unqueued == null ) {\n\t\t\thooks.unqueued = 0;\n\t\t\toldfire = hooks.empty.fire;\n\t\t\thooks.empty.fire = function() {\n\t\t\t\tif ( !hooks.unqueued ) {\n\t\t\t\t\toldfire();\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\t\thooks.unqueued++;\n\n\t\tanim.always( function() {\n\n\t\t\t// Ensure the complete handler is called before this completes\n\t\t\tanim.always( function() {\n\t\t\t\thooks.unqueued--;\n\t\t\t\tif ( !jQuery.queue( elem, \"fx\" ).length ) {\n\t\t\t\t\thooks.empty.fire();\n\t\t\t\t}\n\t\t\t} );\n\t\t} );\n\t}\n\n\t// Detect show/hide animations\n\tfor ( prop in props ) {\n\t\tvalue = props[ prop ];\n\t\tif ( rfxtypes.test( value ) ) {\n\t\t\tdelete props[ prop ];\n\t\t\ttoggle = toggle || value === \"toggle\";\n\t\t\tif ( value === ( hidden ? \"hide\" : \"show\" ) ) {\n\n\t\t\t\t// Pretend to be hidden if this is a \"show\" and\n\t\t\t\t// there is still data from a stopped show/hide\n\t\t\t\tif ( value === \"show\" && dataShow && dataShow[ prop ] !== undefined ) {\n\t\t\t\t\thidden = true;\n\n\t\t\t\t// Ignore all other no-op show/hide data\n\t\t\t\t} else {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t}\n\t\t\torig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop );\n\t\t}\n\t}\n\n\t// Bail out if this is a no-op like .hide().hide()\n\tpropTween = !jQuery.isEmptyObject( props );\n\tif ( !propTween && jQuery.isEmptyObject( orig ) ) {\n\t\treturn;\n\t}\n\n\t// Restrict \"overflow\" and \"display\" styles during box animations\n\tif ( isBox && elem.nodeType === 1 ) {\n\n\t\t// Support: IE <=9 - 11, Edge 12 - 15\n\t\t// Record all 3 overflow attributes because IE does not infer the shorthand\n\t\t// from identically-valued overflowX and overflowY and Edge just mirrors\n\t\t// the overflowX value there.\n\t\topts.overflow = [ style.overflow, style.overflowX, style.overflowY ];\n\n\t\t// Identify a display type, preferring old show/hide data over the CSS cascade\n\t\trestoreDisplay = dataShow && dataShow.display;\n\t\tif ( restoreDisplay == null ) {\n\t\t\trestoreDisplay = dataPriv.get( elem, \"display\" );\n\t\t}\n\t\tdisplay = jQuery.css( elem, \"display\" );\n\t\tif ( display === \"none\" ) {\n\t\t\tif ( restoreDisplay ) {\n\t\t\t\tdisplay = restoreDisplay;\n\t\t\t} else {\n\n\t\t\t\t// Get nonempty value(s) by temporarily forcing visibility\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t\trestoreDisplay = elem.style.display || restoreDisplay;\n\t\t\t\tdisplay = jQuery.css( elem, \"display\" );\n\t\t\t\tshowHide( [ elem ] );\n\t\t\t}\n\t\t}\n\n\t\t// Animate inline elements as inline-block\n\t\tif ( display === \"inline\" || display === \"inline-block\" && restoreDisplay != null ) {\n\t\t\tif ( jQuery.css( elem, \"float\" ) === \"none\" ) {\n\n\t\t\t\t// Restore the original display value at the end of pure show/hide animations\n\t\t\t\tif ( !propTween ) {\n\t\t\t\t\tanim.done( function() {\n\t\t\t\t\t\tstyle.display = restoreDisplay;\n\t\t\t\t\t} );\n\t\t\t\t\tif ( restoreDisplay == null ) {\n\t\t\t\t\t\tdisplay = style.display;\n\t\t\t\t\t\trestoreDisplay = display === \"none\" ? \"\" : display;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tstyle.display = \"inline-block\";\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( opts.overflow ) {\n\t\tstyle.overflow = \"hidden\";\n\t\tanim.always( function() {\n\t\t\tstyle.overflow = opts.overflow[ 0 ];\n\t\t\tstyle.overflowX = opts.overflow[ 1 ];\n\t\t\tstyle.overflowY = opts.overflow[ 2 ];\n\t\t} );\n\t}\n\n\t// Implement show/hide animations\n\tpropTween = false;\n\tfor ( prop in orig ) {\n\n\t\t// General show/hide setup for this element animation\n\t\tif ( !propTween ) {\n\t\t\tif ( dataShow ) {\n\t\t\t\tif ( \"hidden\" in dataShow ) {\n\t\t\t\t\thidden = dataShow.hidden;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tdataShow = dataPriv.access( elem, \"fxshow\", { display: restoreDisplay } );\n\t\t\t}\n\n\t\t\t// Store hidden/visible for toggle so `.stop().toggle()` \"reverses\"\n\t\t\tif ( toggle ) {\n\t\t\t\tdataShow.hidden = !hidden;\n\t\t\t}\n\n\t\t\t// Show elements before animating them\n\t\t\tif ( hidden ) {\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t}\n\n\t\t\t/* eslint-disable no-loop-func */\n\n\t\t\tanim.done( function() {\n\n\t\t\t/* eslint-enable no-loop-func */\n\n\t\t\t\t// The final step of a \"hide\" animation is actually hiding the element\n\t\t\t\tif ( !hidden ) {\n\t\t\t\t\tshowHide( [ elem ] );\n\t\t\t\t}\n\t\t\t\tdataPriv.remove( elem, \"fxshow\" );\n\t\t\t\tfor ( prop in orig ) {\n\t\t\t\t\tjQuery.style( elem, prop, orig[ prop ] );\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\n\t\t// Per-property setup\n\t\tpropTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim );\n\t\tif ( !( prop in dataShow ) ) {\n\t\t\tdataShow[ prop ] = propTween.start;\n\t\t\tif ( hidden ) {\n\t\t\t\tpropTween.end = propTween.start;\n\t\t\t\tpropTween.start = 0;\n\t\t\t}\n\t\t}\n\t}\n}\n\nfunction propFilter( props, specialEasing ) {\n\tvar index, name, easing, value, hooks;\n\n\t// camelCase, specialEasing and expand cssHook pass\n\tfor ( index in props ) {\n\t\tname = camelCase( index );\n\t\teasing = specialEasing[ name ];\n\t\tvalue = props[ index ];\n\t\tif ( Array.isArray( value ) ) {\n\t\t\teasing = value[ 1 ];\n\t\t\tvalue = props[ index ] = value[ 0 ];\n\t\t}\n\n\t\tif ( index !== name ) {\n\t\t\tprops[ name ] = value;\n\t\t\tdelete props[ index ];\n\t\t}\n\n\t\thooks = jQuery.cssHooks[ name ];\n\t\tif ( hooks && \"expand\" in hooks ) {\n\t\t\tvalue = hooks.expand( value );\n\t\t\tdelete props[ name ];\n\n\t\t\t// Not quite $.extend, this won't overwrite existing keys.\n\t\t\t// Reusing 'index' because we have the correct \"name\"\n\t\t\tfor ( index in value ) {\n\t\t\t\tif ( !( index in props ) ) {\n\t\t\t\t\tprops[ index ] = value[ index ];\n\t\t\t\t\tspecialEasing[ index ] = easing;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tspecialEasing[ name ] = easing;\n\t\t}\n\t}\n}\n\nfunction Animation( elem, properties, options ) {\n\tvar result,\n\t\tstopped,\n\t\tindex = 0,\n\t\tlength = Animation.prefilters.length,\n\t\tdeferred = jQuery.Deferred().always( function() {\n\n\t\t\t// Don't match elem in the :animated selector\n\t\t\tdelete tick.elem;\n\t\t} ),\n\t\ttick = function() {\n\t\t\tif ( stopped ) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\tvar currentTime = fxNow || createFxNow(),\n\t\t\t\tremaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),\n\n\t\t\t\t// Support: Android 2.3 only\n\t\t\t\t// Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497)\n\t\t\t\ttemp = remaining / animation.duration || 0,\n\t\t\t\tpercent = 1 - temp,\n\t\t\t\tindex = 0,\n\t\t\t\tlength = animation.tweens.length;\n\n\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\tanimation.tweens[ index ].run( percent );\n\t\t\t}\n\n\t\t\tdeferred.notifyWith( elem, [ animation, percent, remaining ] );\n\n\t\t\t// If there's more to do, yield\n\t\t\tif ( percent < 1 && length ) {\n\t\t\t\treturn remaining;\n\t\t\t}\n\n\t\t\t// If this was an empty animation, synthesize a final progress notification\n\t\t\tif ( !length ) {\n\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t}\n\n\t\t\t// Resolve the animation and report its conclusion\n\t\t\tdeferred.resolveWith( elem, [ animation ] );\n\t\t\treturn false;\n\t\t},\n\t\tanimation = deferred.promise( {\n\t\t\telem: elem,\n\t\t\tprops: jQuery.extend( {}, properties ),\n\t\t\topts: jQuery.extend( true, {\n\t\t\t\tspecialEasing: {},\n\t\t\t\teasing: jQuery.easing._default\n\t\t\t}, options ),\n\t\t\toriginalProperties: properties,\n\t\t\toriginalOptions: options,\n\t\t\tstartTime: fxNow || createFxNow(),\n\t\t\tduration: options.duration,\n\t\t\ttweens: [],\n\t\t\tcreateTween: function( prop, end ) {\n\t\t\t\tvar tween = jQuery.Tween( elem, animation.opts, prop, end,\n\t\t\t\t\t\tanimation.opts.specialEasing[ prop ] || animation.opts.easing );\n\t\t\t\tanimation.tweens.push( tween );\n\t\t\t\treturn tween;\n\t\t\t},\n\t\t\tstop: function( gotoEnd ) {\n\t\t\t\tvar index = 0,\n\n\t\t\t\t\t// If we are going to the end, we want to run all the tweens\n\t\t\t\t\t// otherwise we skip this part\n\t\t\t\t\tlength = gotoEnd ? animation.tweens.length : 0;\n\t\t\t\tif ( stopped ) {\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t\tstopped = true;\n\t\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\t\tanimation.tweens[ index ].run( 1 );\n\t\t\t\t}\n\n\t\t\t\t// Resolve when we played the last frame; otherwise, reject\n\t\t\t\tif ( gotoEnd ) {\n\t\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t\t\tdeferred.resolveWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t} else {\n\t\t\t\t\tdeferred.rejectWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t}\n\t\t} ),\n\t\tprops = animation.props;\n\n\tpropFilter( props, animation.opts.specialEasing );\n\n\tfor ( ; index < length; index++ ) {\n\t\tresult = Animation.prefilters[ index ].call( animation, elem, props, animation.opts );\n\t\tif ( result ) {\n\t\t\tif ( isFunction( result.stop ) ) {\n\t\t\t\tjQuery._queueHooks( animation.elem, animation.opts.queue ).stop =\n\t\t\t\t\tresult.stop.bind( result );\n\t\t\t}\n\t\t\treturn result;\n\t\t}\n\t}\n\n\tjQuery.map( props, createTween, animation );\n\n\tif ( isFunction( animation.opts.start ) ) {\n\t\tanimation.opts.start.call( elem, animation );\n\t}\n\n\t// Attach callbacks from options\n\tanimation\n\t\t.progress( animation.opts.progress )\n\t\t.done( animation.opts.done, animation.opts.complete )\n\t\t.fail( animation.opts.fail )\n\t\t.always( animation.opts.always );\n\n\tjQuery.fx.timer(\n\t\tjQuery.extend( tick, {\n\t\t\telem: elem,\n\t\t\tanim: animation,\n\t\t\tqueue: animation.opts.queue\n\t\t} )\n\t);\n\n\treturn animation;\n}\n\njQuery.Animation = jQuery.extend( Animation, {\n\n\ttweeners: {\n\t\t\"*\": [ function( prop, value ) {\n\t\t\tvar tween = this.createTween( prop, value );\n\t\t\tadjustCSS( tween.elem, prop, rcssNum.exec( value ), tween );\n\t\t\treturn tween;\n\t\t} ]\n\t},\n\n\ttweener: function( props, callback ) {\n\t\tif ( isFunction( props ) ) {\n\t\t\tcallback = props;\n\t\t\tprops = [ \"*\" ];\n\t\t} else {\n\t\t\tprops = props.match( rnothtmlwhite );\n\t\t}\n\n\t\tvar prop,\n\t\t\tindex = 0,\n\t\t\tlength = props.length;\n\n\t\tfor ( ; index < length; index++ ) {\n\t\t\tprop = props[ index ];\n\t\t\tAnimation.tweeners[ prop ] = Animation.tweeners[ prop ] || [];\n\t\t\tAnimation.tweeners[ prop ].unshift( callback );\n\t\t}\n\t},\n\n\tprefilters: [ defaultPrefilter ],\n\n\tprefilter: function( callback, prepend ) {\n\t\tif ( prepend ) {\n\t\t\tAnimation.prefilters.unshift( callback );\n\t\t} else {\n\t\t\tAnimation.prefilters.push( callback );\n\t\t}\n\t}\n} );\n\njQuery.speed = function( speed, easing, fn ) {\n\tvar opt = speed && typeof speed === \"object\" ? jQuery.extend( {}, speed ) : {\n\t\tcomplete: fn || !fn && easing ||\n\t\t\tisFunction( speed ) && speed,\n\t\tduration: speed,\n\t\teasing: fn && easing || easing && !isFunction( easing ) && easing\n\t};\n\n\t// Go to the end state if fx are off\n\tif ( jQuery.fx.off ) {\n\t\topt.duration = 0;\n\n\t} else {\n\t\tif ( typeof opt.duration !== \"number\" ) {\n\t\t\tif ( opt.duration in jQuery.fx.speeds ) {\n\t\t\t\topt.duration = jQuery.fx.speeds[ opt.duration ];\n\n\t\t\t} else {\n\t\t\t\topt.duration = jQuery.fx.speeds._default;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Normalize opt.queue - true/undefined/null -> \"fx\"\n\tif ( opt.queue == null || opt.queue === true ) {\n\t\topt.queue = \"fx\";\n\t}\n\n\t// Queueing\n\topt.old = opt.complete;\n\n\topt.complete = function() {\n\t\tif ( isFunction( opt.old ) ) {\n\t\t\topt.old.call( this );\n\t\t}\n\n\t\tif ( opt.queue ) {\n\t\t\tjQuery.dequeue( this, opt.queue );\n\t\t}\n\t};\n\n\treturn opt;\n};\n\njQuery.fn.extend( {\n\tfadeTo: function( speed, to, easing, callback ) {\n\n\t\t// Show any hidden elements after setting opacity to 0\n\t\treturn this.filter( isHiddenWithinTree ).css( \"opacity\", 0 ).show()\n\n\t\t\t// Animate to the value specified\n\t\t\t.end().animate( { opacity: to }, speed, easing, callback );\n\t},\n\tanimate: function( prop, speed, easing, callback ) {\n\t\tvar empty = jQuery.isEmptyObject( prop ),\n\t\t\toptall = jQuery.speed( speed, easing, callback ),\n\t\t\tdoAnimation = function() {\n\n\t\t\t\t// Operate on a copy of prop so per-property easing won't be lost\n\t\t\t\tvar anim = Animation( this, jQuery.extend( {}, prop ), optall );\n\n\t\t\t\t// Empty animations, or finishing resolves immediately\n\t\t\t\tif ( empty || dataPriv.get( this, \"finish\" ) ) {\n\t\t\t\t\tanim.stop( true );\n\t\t\t\t}\n\t\t\t};\n\t\t\tdoAnimation.finish = doAnimation;\n\n\t\treturn empty || optall.queue === false ?\n\t\t\tthis.each( doAnimation ) :\n\t\t\tthis.queue( optall.queue, doAnimation );\n\t},\n\tstop: function( type, clearQueue, gotoEnd ) {\n\t\tvar stopQueue = function( hooks ) {\n\t\t\tvar stop = hooks.stop;\n\t\t\tdelete hooks.stop;\n\t\t\tstop( gotoEnd );\n\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tgotoEnd = clearQueue;\n\t\t\tclearQueue = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\tif ( clearQueue && type !== false ) {\n\t\t\tthis.queue( type || \"fx\", [] );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar dequeue = true,\n\t\t\t\tindex = type != null && type + \"queueHooks\",\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tdata = dataPriv.get( this );\n\n\t\t\tif ( index ) {\n\t\t\t\tif ( data[ index ] && data[ index ].stop ) {\n\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( index in data ) {\n\t\t\t\t\tif ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {\n\t\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this &&\n\t\t\t\t\t( type == null || timers[ index ].queue === type ) ) {\n\n\t\t\t\t\ttimers[ index ].anim.stop( gotoEnd );\n\t\t\t\t\tdequeue = false;\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Start the next in the queue if the last step wasn't forced.\n\t\t\t// Timers currently will call their complete callbacks, which\n\t\t\t// will dequeue but only if they were gotoEnd.\n\t\t\tif ( dequeue || !gotoEnd ) {\n\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t}\n\t\t} );\n\t},\n\tfinish: function( type ) {\n\t\tif ( type !== false ) {\n\t\t\ttype = type || \"fx\";\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tvar index,\n\t\t\t\tdata = dataPriv.get( this ),\n\t\t\t\tqueue = data[ type + \"queue\" ],\n\t\t\t\thooks = data[ type + \"queueHooks\" ],\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tlength = queue ? queue.length : 0;\n\n\t\t\t// Enable finishing flag on private data\n\t\t\tdata.finish = true;\n\n\t\t\t// Empty the queue first\n\t\t\tjQuery.queue( this, type, [] );\n\n\t\t\tif ( hooks && hooks.stop ) {\n\t\t\t\thooks.stop.call( this, true );\n\t\t\t}\n\n\t\t\t// Look for any active animations, and finish them\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this && timers[ index ].queue === type ) {\n\t\t\t\t\ttimers[ index ].anim.stop( true );\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Look for any animations in the old queue and finish them\n\t\t\tfor ( index = 0; index < length; index++ ) {\n\t\t\t\tif ( queue[ index ] && queue[ index ].finish ) {\n\t\t\t\t\tqueue[ index ].finish.call( this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Turn off finishing flag\n\t\t\tdelete data.finish;\n\t\t} );\n\t}\n} );\n\njQuery.each( [ \"toggle\", \"show\", \"hide\" ], function( i, name ) {\n\tvar cssFn = jQuery.fn[ name ];\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn speed == null || typeof speed === \"boolean\" ?\n\t\t\tcssFn.apply( this, arguments ) :\n\t\t\tthis.animate( genFx( name, true ), speed, easing, callback );\n\t};\n} );\n\n// Generate shortcuts for custom animations\njQuery.each( {\n\tslideDown: genFx( \"show\" ),\n\tslideUp: genFx( \"hide\" ),\n\tslideToggle: genFx( \"toggle\" ),\n\tfadeIn: { opacity: \"show\" },\n\tfadeOut: { opacity: \"hide\" },\n\tfadeToggle: { opacity: \"toggle\" }\n}, function( name, props ) {\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn this.animate( props, speed, easing, callback );\n\t};\n} );\n\njQuery.timers = [];\njQuery.fx.tick = function() {\n\tvar timer,\n\t\ti = 0,\n\t\ttimers = jQuery.timers;\n\n\tfxNow = Date.now();\n\n\tfor ( ; i < timers.length; i++ ) {\n\t\ttimer = timers[ i ];\n\n\t\t// Run the timer and safely remove it when done (allowing for external removal)\n\t\tif ( !timer() && timers[ i ] === timer ) {\n\t\t\ttimers.splice( i--, 1 );\n\t\t}\n\t}\n\n\tif ( !timers.length ) {\n\t\tjQuery.fx.stop();\n\t}\n\tfxNow = undefined;\n};\n\njQuery.fx.timer = function( timer ) {\n\tjQuery.timers.push( timer );\n\tjQuery.fx.start();\n};\n\njQuery.fx.interval = 13;\njQuery.fx.start = function() {\n\tif ( inProgress ) {\n\t\treturn;\n\t}\n\n\tinProgress = true;\n\tschedule();\n};\n\njQuery.fx.stop = function() {\n\tinProgress = null;\n};\n\njQuery.fx.speeds = {\n\tslow: 600,\n\tfast: 200,\n\n\t// Default speed\n\t_default: 400\n};\n\n\n// Based off of the plugin by Clint Helfers, with permission.\n// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/\njQuery.fn.delay = function( time, type ) {\n\ttime = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;\n\ttype = type || \"fx\";\n\n\treturn this.queue( type, function( next, hooks ) {\n\t\tvar timeout = window.setTimeout( next, time );\n\t\thooks.stop = function() {\n\t\t\twindow.clearTimeout( timeout );\n\t\t};\n\t} );\n};\n\n\n( function() {\n\tvar input = document.createElement( \"input\" ),\n\t\tselect = document.createElement( \"select\" ),\n\t\topt = select.appendChild( document.createElement( \"option\" ) );\n\n\tinput.type = \"checkbox\";\n\n\t// Support: Android <=4.3 only\n\t// Default value for a checkbox should be \"on\"\n\tsupport.checkOn = input.value !== \"\";\n\n\t// Support: IE <=11 only\n\t// Must access selectedIndex to make default options select\n\tsupport.optSelected = opt.selected;\n\n\t// Support: IE <=11 only\n\t// An input loses its value after becoming a radio\n\tinput = document.createElement( \"input\" );\n\tinput.value = \"t\";\n\tinput.type = \"radio\";\n\tsupport.radioValue = input.value === \"t\";\n} )();\n\n\nvar boolHook,\n\tattrHandle = jQuery.expr.attrHandle;\n\njQuery.fn.extend( {\n\tattr: function( name, value ) {\n\t\treturn access( this, jQuery.attr, name, value, arguments.length > 1 );\n\t},\n\n\tremoveAttr: function( name ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.removeAttr( this, name );\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tattr: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set attributes on text, comment and attribute nodes\n\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Fallback to prop when attributes are not supported\n\t\tif ( typeof elem.getAttribute === \"undefined\" ) {\n\t\t\treturn jQuery.prop( elem, name, value );\n\t\t}\n\n\t\t// Attribute hooks are determined by the lowercase version\n\t\t// Grab necessary hook if one is defined\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\t\t\thooks = jQuery.attrHooks[ name.toLowerCase() ] ||\n\t\t\t\t( jQuery.expr.match.bool.test( name ) ? boolHook : undefined );\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( value === null ) {\n\t\t\t\tjQuery.removeAttr( elem, name );\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( hooks && \"set\" in hooks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\telem.setAttribute( name, value + \"\" );\n\t\t\treturn value;\n\t\t}\n\n\t\tif ( hooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\tret = jQuery.find.attr( elem, name );\n\n\t\t// Non-existent attributes return null, we normalize to undefined\n\t\treturn ret == null ? undefined : ret;\n\t},\n\n\tattrHooks: {\n\t\ttype: {\n\t\t\tset: function( elem, value ) {\n\t\t\t\tif ( !support.radioValue && value === \"radio\" &&\n\t\t\t\t\tnodeName( elem, \"input\" ) ) {\n\t\t\t\t\tvar val = elem.value;\n\t\t\t\t\telem.setAttribute( \"type\", value );\n\t\t\t\t\tif ( val ) {\n\t\t\t\t\t\telem.value = val;\n\t\t\t\t\t}\n\t\t\t\t\treturn value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\tremoveAttr: function( elem, value ) {\n\t\tvar name,\n\t\t\ti = 0,\n\n\t\t\t// Attribute names can contain non-HTML whitespace characters\n\t\t\t// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n\t\t\tattrNames = value && value.match( rnothtmlwhite );\n\n\t\tif ( attrNames && elem.nodeType === 1 ) {\n\t\t\twhile ( ( name = attrNames[ i++ ] ) ) {\n\t\t\t\telem.removeAttribute( name );\n\t\t\t}\n\t\t}\n\t}\n} );\n\n// Hooks for boolean attributes\nboolHook = {\n\tset: function( elem, value, name ) {\n\t\tif ( value === false ) {\n\n\t\t\t// Remove boolean attributes when set to false\n\t\t\tjQuery.removeAttr( elem, name );\n\t\t} else {\n\t\t\telem.setAttribute( name, name );\n\t\t}\n\t\treturn name;\n\t}\n};\n\njQuery.each( jQuery.expr.match.bool.source.match( /\\w+/g ), function( i, name ) {\n\tvar getter = attrHandle[ name ] || jQuery.find.attr;\n\n\tattrHandle[ name ] = function( elem, name, isXML ) {\n\t\tvar ret, handle,\n\t\t\tlowercaseName = name.toLowerCase();\n\n\t\tif ( !isXML ) {\n\n\t\t\t// Avoid an infinite loop by temporarily removing this function from the getter\n\t\t\thandle = attrHandle[ lowercaseName ];\n\t\t\tattrHandle[ lowercaseName ] = ret;\n\t\t\tret = getter( elem, name, isXML ) != null ?\n\t\t\t\tlowercaseName :\n\t\t\t\tnull;\n\t\t\tattrHandle[ lowercaseName ] = handle;\n\t\t}\n\t\treturn ret;\n\t};\n} );\n\n\n\n\nvar rfocusable = /^(?:input|select|textarea|button)$/i,\n\trclickable = /^(?:a|area)$/i;\n\njQuery.fn.extend( {\n\tprop: function( name, value ) {\n\t\treturn access( this, jQuery.prop, name, value, arguments.length > 1 );\n\t},\n\n\tremoveProp: function( name ) {\n\t\treturn this.each( function() {\n\t\t\tdelete this[ jQuery.propFix[ name ] || name ];\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tprop: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set properties on text, comment and attribute nodes\n\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// Fix name and attach hooks\n\t\t\tname = jQuery.propFix[ name ] || name;\n\t\t\thooks = jQuery.propHooks[ name ];\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( hooks && \"set\" in hooks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\treturn ( elem[ name ] = value );\n\t\t}\n\n\t\tif ( hooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\treturn elem[ name ];\n\t},\n\n\tpropHooks: {\n\t\ttabIndex: {\n\t\t\tget: function( elem ) {\n\n\t\t\t\t// Support: IE <=9 - 11 only\n\t\t\t\t// elem.tabIndex doesn't always return the\n\t\t\t\t// correct value when it hasn't been explicitly set\n\t\t\t\t// https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/\n\t\t\t\t// Use proper attribute retrieval(#12072)\n\t\t\t\tvar tabindex = jQuery.find.attr( elem, \"tabindex\" );\n\n\t\t\t\tif ( tabindex ) {\n\t\t\t\t\treturn parseInt( tabindex, 10 );\n\t\t\t\t}\n\n\t\t\t\tif (\n\t\t\t\t\trfocusable.test( elem.nodeName ) ||\n\t\t\t\t\trclickable.test( elem.nodeName ) &&\n\t\t\t\t\telem.href\n\t\t\t\t) {\n\t\t\t\t\treturn 0;\n\t\t\t\t}\n\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t},\n\n\tpropFix: {\n\t\t\"for\": \"htmlFor\",\n\t\t\"class\": \"className\"\n\t}\n} );\n\n// Support: IE <=11 only\n// Accessing the selectedIndex property\n// forces the browser to respect setting selected\n// on the option\n// The getter ensures a default option is selected\n// when in an optgroup\n// eslint rule \"no-unused-expressions\" is disabled for this code\n// since it considers such accessions noop\nif ( !support.optSelected ) {\n\tjQuery.propHooks.selected = {\n\t\tget: function( elem ) {\n\n\t\t\t/* eslint no-unused-expressions: \"off\" */\n\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent && parent.parentNode ) {\n\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t}\n\t\t\treturn null;\n\t\t},\n\t\tset: function( elem ) {\n\n\t\t\t/* eslint no-unused-expressions: \"off\" */\n\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent ) {\n\t\t\t\tparent.selectedIndex;\n\n\t\t\t\tif ( parent.parentNode ) {\n\t\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\njQuery.each( [\n\t\"tabIndex\",\n\t\"readOnly\",\n\t\"maxLength\",\n\t\"cellSpacing\",\n\t\"cellPadding\",\n\t\"rowSpan\",\n\t\"colSpan\",\n\t\"useMap\",\n\t\"frameBorder\",\n\t\"contentEditable\"\n], function() {\n\tjQuery.propFix[ this.toLowerCase() ] = this;\n} );\n\n\n\n\n\t// Strip and collapse whitespace according to HTML spec\n\t// https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace\n\tfunction stripAndCollapse( value ) {\n\t\tvar tokens = value.match( rnothtmlwhite ) || [];\n\t\treturn tokens.join( \" \" );\n\t}\n\n\nfunction getClass( elem ) {\n\treturn elem.getAttribute && elem.getAttribute( \"class\" ) || \"\";\n}\n\nfunction classesToArray( value ) {\n\tif ( Array.isArray( value ) ) {\n\t\treturn value;\n\t}\n\tif ( typeof value === \"string\" ) {\n\t\treturn value.match( rnothtmlwhite ) || [];\n\t}\n\treturn [];\n}\n\njQuery.fn.extend( {\n\taddClass: function( value ) {\n\t\tvar classes, elem, cur, curValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).addClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\t\t\t\tcur = elem.nodeType === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\t\t\t\t\t\tif ( cur.indexOf( \" \" + clazz + \" \" ) < 0 ) {\n\t\t\t\t\t\t\tcur += clazz + \" \";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tremoveClass: function( value ) {\n\t\tvar classes, elem, cur, curValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).removeClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tif ( !arguments.length ) {\n\t\t\treturn this.attr( \"class\", \"\" );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\n\t\t\t\t// This expression is here for better compressibility (see addClass)\n\t\t\t\tcur = elem.nodeType === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\n\t\t\t\t\t\t// Remove *all* instances\n\t\t\t\t\t\twhile ( cur.indexOf( \" \" + clazz + \" \" ) > -1 ) {\n\t\t\t\t\t\t\tcur = cur.replace( \" \" + clazz + \" \", \" \" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\ttoggleClass: function( value, stateVal ) {\n\t\tvar type = typeof value,\n\t\t\tisValidValue = type === \"string\" || Array.isArray( value );\n\n\t\tif ( typeof stateVal === \"boolean\" && isValidValue ) {\n\t\t\treturn stateVal ? this.addClass( value ) : this.removeClass( value );\n\t\t}\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( i ) {\n\t\t\t\tjQuery( this ).toggleClass(\n\t\t\t\t\tvalue.call( this, i, getClass( this ), stateVal ),\n\t\t\t\t\tstateVal\n\t\t\t\t);\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar className, i, self, classNames;\n\n\t\t\tif ( isValidValue ) {\n\n\t\t\t\t// Toggle individual class names\n\t\t\t\ti = 0;\n\t\t\t\tself = jQuery( this );\n\t\t\t\tclassNames = classesToArray( value );\n\n\t\t\t\twhile ( ( className = classNames[ i++ ] ) ) {\n\n\t\t\t\t\t// Check each className given, space separated list\n\t\t\t\t\tif ( self.hasClass( className ) ) {\n\t\t\t\t\t\tself.removeClass( className );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tself.addClass( className );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Toggle whole class name\n\t\t\t} else if ( value === undefined || type === \"boolean\" ) {\n\t\t\t\tclassName = getClass( this );\n\t\t\t\tif ( className ) {\n\n\t\t\t\t\t// Store className if set\n\t\t\t\t\tdataPriv.set( this, \"__className__\", className );\n\t\t\t\t}\n\n\t\t\t\t// If the element has a class name or if we're passed `false`,\n\t\t\t\t// then remove the whole classname (if there was one, the above saved it).\n\t\t\t\t// Otherwise bring back whatever was previously saved (if anything),\n\t\t\t\t// falling back to the empty string if nothing was stored.\n\t\t\t\tif ( this.setAttribute ) {\n\t\t\t\t\tthis.setAttribute( \"class\",\n\t\t\t\t\t\tclassName || value === false ?\n\t\t\t\t\t\t\"\" :\n\t\t\t\t\t\tdataPriv.get( this, \"__className__\" ) || \"\"\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\thasClass: function( selector ) {\n\t\tvar className, elem,\n\t\t\ti = 0;\n\n\t\tclassName = \" \" + selector + \" \";\n\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\tif ( elem.nodeType === 1 &&\n\t\t\t\t( \" \" + stripAndCollapse( getClass( elem ) ) + \" \" ).indexOf( className ) > -1 ) {\n\t\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}\n} );\n\n\n\n\nvar rreturn = /\\r/g;\n\njQuery.fn.extend( {\n\tval: function( value ) {\n\t\tvar hooks, ret, valueIsFunction,\n\t\t\telem = this[ 0 ];\n\n\t\tif ( !arguments.length ) {\n\t\t\tif ( elem ) {\n\t\t\t\thooks = jQuery.valHooks[ elem.type ] ||\n\t\t\t\t\tjQuery.valHooks[ elem.nodeName.toLowerCase() ];\n\n\t\t\t\tif ( hooks &&\n\t\t\t\t\t\"get\" in hooks &&\n\t\t\t\t\t( ret = hooks.get( elem, \"value\" ) ) !== undefined\n\t\t\t\t) {\n\t\t\t\t\treturn ret;\n\t\t\t\t}\n\n\t\t\t\tret = elem.value;\n\n\t\t\t\t// Handle most common string cases\n\t\t\t\tif ( typeof ret === \"string\" ) {\n\t\t\t\t\treturn ret.replace( rreturn, \"\" );\n\t\t\t\t}\n\n\t\t\t\t// Handle cases where value is null/undef or number\n\t\t\t\treturn ret == null ? \"\" : ret;\n\t\t\t}\n\n\t\t\treturn;\n\t\t}\n\n\t\tvalueIsFunction = isFunction( value );\n\n\t\treturn this.each( function( i ) {\n\t\t\tvar val;\n\n\t\t\tif ( this.nodeType !== 1 ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\tval = value.call( this, i, jQuery( this ).val() );\n\t\t\t} else {\n\t\t\t\tval = value;\n\t\t\t}\n\n\t\t\t// Treat null/undefined as \"\"; convert numbers to string\n\t\t\tif ( val == null ) {\n\t\t\t\tval = \"\";\n\n\t\t\t} else if ( typeof val === \"number\" ) {\n\t\t\t\tval += \"\";\n\n\t\t\t} else if ( Array.isArray( val ) ) {\n\t\t\t\tval = jQuery.map( val, function( value ) {\n\t\t\t\t\treturn value == null ? \"\" : value + \"\";\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\thooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ];\n\n\t\t\t// If set returns undefined, fall back to normal setting\n\t\t\tif ( !hooks || !( \"set\" in hooks ) || hooks.set( this, val, \"value\" ) === undefined ) {\n\t\t\t\tthis.value = val;\n\t\t\t}\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tvalHooks: {\n\t\toption: {\n\t\t\tget: function( elem ) {\n\n\t\t\t\tvar val = jQuery.find.attr( elem, \"value\" );\n\t\t\t\treturn val != null ?\n\t\t\t\t\tval :\n\n\t\t\t\t\t// Support: IE <=10 - 11 only\n\t\t\t\t\t// option.text throws exceptions (#14686, #14858)\n\t\t\t\t\t// Strip and collapse whitespace\n\t\t\t\t\t// https://html.spec.whatwg.org/#strip-and-collapse-whitespace\n\t\t\t\t\tstripAndCollapse( jQuery.text( elem ) );\n\t\t\t}\n\t\t},\n\t\tselect: {\n\t\t\tget: function( elem ) {\n\t\t\t\tvar value, option, i,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tindex = elem.selectedIndex,\n\t\t\t\t\tone = elem.type === \"select-one\",\n\t\t\t\t\tvalues = one ? null : [],\n\t\t\t\t\tmax = one ? index + 1 : options.length;\n\n\t\t\t\tif ( index < 0 ) {\n\t\t\t\t\ti = max;\n\n\t\t\t\t} else {\n\t\t\t\t\ti = one ? index : 0;\n\t\t\t\t}\n\n\t\t\t\t// Loop through all the selected options\n\t\t\t\tfor ( ; i < max; i++ ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t// IE8-9 doesn't update selected after form reset (#2551)\n\t\t\t\t\tif ( ( option.selected || i === index ) &&\n\n\t\t\t\t\t\t\t// Don't return options that are disabled or in a disabled optgroup\n\t\t\t\t\t\t\t!option.disabled &&\n\t\t\t\t\t\t\t( !option.parentNode.disabled ||\n\t\t\t\t\t\t\t\t!nodeName( option.parentNode, \"optgroup\" ) ) ) {\n\n\t\t\t\t\t\t// Get the specific value for the option\n\t\t\t\t\t\tvalue = jQuery( option ).val();\n\n\t\t\t\t\t\t// We don't need an array for one selects\n\t\t\t\t\t\tif ( one ) {\n\t\t\t\t\t\t\treturn value;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Multi-Selects return an array\n\t\t\t\t\t\tvalues.push( value );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn values;\n\t\t\t},\n\n\t\t\tset: function( elem, value ) {\n\t\t\t\tvar optionSet, option,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tvalues = jQuery.makeArray( value ),\n\t\t\t\t\ti = options.length;\n\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t/* eslint-disable no-cond-assign */\n\n\t\t\t\t\tif ( option.selected =\n\t\t\t\t\t\tjQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1\n\t\t\t\t\t) {\n\t\t\t\t\t\toptionSet = true;\n\t\t\t\t\t}\n\n\t\t\t\t\t/* eslint-enable no-cond-assign */\n\t\t\t\t}\n\n\t\t\t\t// Force browsers to behave consistently when non-matching value is set\n\t\t\t\tif ( !optionSet ) {\n\t\t\t\t\telem.selectedIndex = -1;\n\t\t\t\t}\n\t\t\t\treturn values;\n\t\t\t}\n\t\t}\n\t}\n} );\n\n// Radios and checkboxes getter/setter\njQuery.each( [ \"radio\", \"checkbox\" ], function() {\n\tjQuery.valHooks[ this ] = {\n\t\tset: function( elem, value ) {\n\t\t\tif ( Array.isArray( value ) ) {\n\t\t\t\treturn ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 );\n\t\t\t}\n\t\t}\n\t};\n\tif ( !support.checkOn ) {\n\t\tjQuery.valHooks[ this ].get = function( elem ) {\n\t\t\treturn elem.getAttribute( \"value\" ) === null ? \"on\" : elem.value;\n\t\t};\n\t}\n} );\n\n\n\n\n// Return jQuery for attributes-only inclusion\n\n\nsupport.focusin = \"onfocusin\" in window;\n\n\nvar rfocusMorph = /^(?:focusinfocus|focusoutblur)$/,\n\tstopPropagationCallback = function( e ) {\n\t\te.stopPropagation();\n\t};\n\njQuery.extend( jQuery.event, {\n\n\ttrigger: function( event, data, elem, onlyHandlers ) {\n\n\t\tvar i, cur, tmp, bubbleType, ontype, handle, special, lastElement,\n\t\t\teventPath = [ elem || document ],\n\t\t\ttype = hasOwn.call( event, \"type\" ) ? event.type : event,\n\t\t\tnamespaces = hasOwn.call( event, \"namespace\" ) ? event.namespace.split( \".\" ) : [];\n\n\t\tcur = lastElement = tmp = elem = elem || document;\n\n\t\t// Don't do events on text and comment nodes\n\t\tif ( elem.nodeType === 3 || elem.nodeType === 8 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// focus/blur morphs to focusin/out; ensure we're not firing them right now\n\t\tif ( rfocusMorph.test( type + jQuery.event.triggered ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( type.indexOf( \".\" ) > -1 ) {\n\n\t\t\t// Namespaced trigger; create a regexp to match event type in handle()\n\t\t\tnamespaces = type.split( \".\" );\n\t\t\ttype = namespaces.shift();\n\t\t\tnamespaces.sort();\n\t\t}\n\t\tontype = type.indexOf( \":\" ) < 0 && \"on\" + type;\n\n\t\t// Caller can pass in a jQuery.Event object, Object, or just an event type string\n\t\tevent = event[ jQuery.expando ] ?\n\t\t\tevent :\n\t\t\tnew jQuery.Event( type, typeof event === \"object\" && event );\n\n\t\t// Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true)\n\t\tevent.isTrigger = onlyHandlers ? 2 : 3;\n\t\tevent.namespace = namespaces.join( \".\" );\n\t\tevent.rnamespace = event.namespace ?\n\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" ) :\n\t\t\tnull;\n\n\t\t// Clean up the event in case it is being reused\n\t\tevent.result = undefined;\n\t\tif ( !event.target ) {\n\t\t\tevent.target = elem;\n\t\t}\n\n\t\t// Clone any incoming data and prepend the event, creating the handler arg list\n\t\tdata = data == null ?\n\t\t\t[ event ] :\n\t\t\tjQuery.makeArray( data, [ event ] );\n\n\t\t// Allow special events to draw outside the lines\n\t\tspecial = jQuery.event.special[ type ] || {};\n\t\tif ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine event propagation path in advance, per W3C events spec (#9951)\n\t\t// Bubble up to document, then to window; watch for a global ownerDocument var (#9724)\n\t\tif ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) {\n\n\t\t\tbubbleType = special.delegateType || type;\n\t\t\tif ( !rfocusMorph.test( bubbleType + type ) ) {\n\t\t\t\tcur = cur.parentNode;\n\t\t\t}\n\t\t\tfor ( ; cur; cur = cur.parentNode ) {\n\t\t\t\teventPath.push( cur );\n\t\t\t\ttmp = cur;\n\t\t\t}\n\n\t\t\t// Only add window if we got to document (e.g., not plain obj or detached DOM)\n\t\t\tif ( tmp === ( elem.ownerDocument || document ) ) {\n\t\t\t\teventPath.push( tmp.defaultView || tmp.parentWindow || window );\n\t\t\t}\n\t\t}\n\n\t\t// Fire handlers on the event path\n\t\ti = 0;\n\t\twhile ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tlastElement = cur;\n\t\t\tevent.type = i > 1 ?\n\t\t\t\tbubbleType :\n\t\t\t\tspecial.bindType || type;\n\n\t\t\t// jQuery handler\n\t\t\thandle = ( dataPriv.get( cur, \"events\" ) || {} )[ event.type ] &&\n\t\t\t\tdataPriv.get( cur, \"handle\" );\n\t\t\tif ( handle ) {\n\t\t\t\thandle.apply( cur, data );\n\t\t\t}\n\n\t\t\t// Native handler\n\t\t\thandle = ontype && cur[ ontype ];\n\t\t\tif ( handle && handle.apply && acceptData( cur ) ) {\n\t\t\t\tevent.result = handle.apply( cur, data );\n\t\t\t\tif ( event.result === false ) {\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tevent.type = type;\n\n\t\t// If nobody prevented the default action, do it now\n\t\tif ( !onlyHandlers && !event.isDefaultPrevented() ) {\n\n\t\t\tif ( ( !special._default ||\n\t\t\t\tspecial._default.apply( eventPath.pop(), data ) === false ) &&\n\t\t\t\tacceptData( elem ) ) {\n\n\t\t\t\t// Call a native DOM method on the target with the same name as the event.\n\t\t\t\t// Don't do default actions on window, that's where global variables be (#6170)\n\t\t\t\tif ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) {\n\n\t\t\t\t\t// Don't re-trigger an onFOO event when we call its FOO() method\n\t\t\t\t\ttmp = elem[ ontype ];\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = null;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prevent re-triggering of the same event, since we already bubbled it above\n\t\t\t\t\tjQuery.event.triggered = type;\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.addEventListener( type, stopPropagationCallback );\n\t\t\t\t\t}\n\n\t\t\t\t\telem[ type ]();\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.removeEventListener( type, stopPropagationCallback );\n\t\t\t\t\t}\n\n\t\t\t\t\tjQuery.event.triggered = undefined;\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\t// Piggyback on a donor event to simulate a different one\n\t// Used only for `focus(in | out)` events\n\tsimulate: function( type, elem, event ) {\n\t\tvar e = jQuery.extend(\n\t\t\tnew jQuery.Event(),\n\t\t\tevent,\n\t\t\t{\n\t\t\t\ttype: type,\n\t\t\t\tisSimulated: true\n\t\t\t}\n\t\t);\n\n\t\tjQuery.event.trigger( e, null, elem );\n\t}\n\n} );\n\njQuery.fn.extend( {\n\n\ttrigger: function( type, data ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.trigger( type, data, this );\n\t\t} );\n\t},\n\ttriggerHandler: function( type, data ) {\n\t\tvar elem = this[ 0 ];\n\t\tif ( elem ) {\n\t\t\treturn jQuery.event.trigger( type, data, elem, true );\n\t\t}\n\t}\n} );\n\n\n// Support: Firefox <=44\n// Firefox doesn't have focus(in | out) events\n// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787\n//\n// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1\n// focus(in | out) events fire after focus & blur events,\n// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order\n// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857\nif ( !support.focusin ) {\n\tjQuery.each( { focus: \"focusin\", blur: \"focusout\" }, function( orig, fix ) {\n\n\t\t// Attach a single capturing handler on the document while someone wants focusin/focusout\n\t\tvar handler = function( event ) {\n\t\t\tjQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) );\n\t\t};\n\n\t\tjQuery.event.special[ fix ] = {\n\t\t\tsetup: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix );\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.addEventListener( orig, handler, true );\n\t\t\t\t}\n\t\t\t\tdataPriv.access( doc, fix, ( attaches || 0 ) + 1 );\n\t\t\t},\n\t\t\tteardown: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix ) - 1;\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.removeEventListener( orig, handler, true );\n\t\t\t\t\tdataPriv.remove( doc, fix );\n\n\t\t\t\t} else {\n\t\t\t\t\tdataPriv.access( doc, fix, attaches );\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t} );\n}\nvar location = window.location;\n\nvar nonce = Date.now();\n\nvar rquery = ( /\\?/ );\n\n\n\n// Cross-browser xml parsing\njQuery.parseXML = function( data ) {\n\tvar xml;\n\tif ( !data || typeof data !== \"string\" ) {\n\t\treturn null;\n\t}\n\n\t// Support: IE 9 - 11 only\n\t// IE throws on parseFromString with invalid input.\n\ttry {\n\t\txml = ( new window.DOMParser() ).parseFromString( data, \"text/xml\" );\n\t} catch ( e ) {\n\t\txml = undefined;\n\t}\n\n\tif ( !xml || xml.getElementsByTagName( \"parsererror\" ).length ) {\n\t\tjQuery.error( \"Invalid XML: \" + data );\n\t}\n\treturn xml;\n};\n\n\nvar\n\trbracket = /\\[\\]$/,\n\trCRLF = /\\r?\\n/g,\n\trsubmitterTypes = /^(?:submit|button|image|reset|file)$/i,\n\trsubmittable = /^(?:input|select|textarea|keygen)/i;\n\nfunction buildParams( prefix, obj, traditional, add ) {\n\tvar name;\n\n\tif ( Array.isArray( obj ) ) {\n\n\t\t// Serialize array item.\n\t\tjQuery.each( obj, function( i, v ) {\n\t\t\tif ( traditional || rbracket.test( prefix ) ) {\n\n\t\t\t\t// Treat each array item as a scalar.\n\t\t\t\tadd( prefix, v );\n\n\t\t\t} else {\n\n\t\t\t\t// Item is non-scalar (array or object), encode its numeric index.\n\t\t\t\tbuildParams(\n\t\t\t\t\tprefix + \"[\" + ( typeof v === \"object\" && v != null ? i : \"\" ) + \"]\",\n\t\t\t\t\tv,\n\t\t\t\t\ttraditional,\n\t\t\t\t\tadd\n\t\t\t\t);\n\t\t\t}\n\t\t} );\n\n\t} else if ( !traditional && toType( obj ) === \"object\" ) {\n\n\t\t// Serialize object item.\n\t\tfor ( name in obj ) {\n\t\t\tbuildParams( prefix + \"[\" + name + \"]\", obj[ name ], traditional, add );\n\t\t}\n\n\t} else {\n\n\t\t// Serialize scalar item.\n\t\tadd( prefix, obj );\n\t}\n}\n\n// Serialize an array of form elements or a set of\n// key/values into a query string\njQuery.param = function( a, traditional ) {\n\tvar prefix,\n\t\ts = [],\n\t\tadd = function( key, valueOrFunction ) {\n\n\t\t\t// If value is a function, invoke it and use its return value\n\t\t\tvar value = isFunction( valueOrFunction ) ?\n\t\t\t\tvalueOrFunction() :\n\t\t\t\tvalueOrFunction;\n\n\t\t\ts[ s.length ] = encodeURIComponent( key ) + \"=\" +\n\t\t\t\tencodeURIComponent( value == null ? \"\" : value );\n\t\t};\n\n\tif ( a == null ) {\n\t\treturn \"\";\n\t}\n\n\t// If an array was passed in, assume that it is an array of form elements.\n\tif ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {\n\n\t\t// Serialize the form elements\n\t\tjQuery.each( a, function() {\n\t\t\tadd( this.name, this.value );\n\t\t} );\n\n\t} else {\n\n\t\t// If traditional, encode the \"old\" way (the way 1.3.2 or older\n\t\t// did it), otherwise encode params recursively.\n\t\tfor ( prefix in a ) {\n\t\t\tbuildParams( prefix, a[ prefix ], traditional, add );\n\t\t}\n\t}\n\n\t// Return the resulting serialization\n\treturn s.join( \"&\" );\n};\n\njQuery.fn.extend( {\n\tserialize: function() {\n\t\treturn jQuery.param( this.serializeArray() );\n\t},\n\tserializeArray: function() {\n\t\treturn this.map( function() {\n\n\t\t\t// Can add propHook for \"elements\" to filter or add form elements\n\t\t\tvar elements = jQuery.prop( this, \"elements\" );\n\t\t\treturn elements ? jQuery.makeArray( elements ) : this;\n\t\t} )\n\t\t.filter( function() {\n\t\t\tvar type = this.type;\n\n\t\t\t// Use .is( \":disabled\" ) so that fieldset[disabled] works\n\t\t\treturn this.name && !jQuery( this ).is( \":disabled\" ) &&\n\t\t\t\trsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) &&\n\t\t\t\t( this.checked || !rcheckableType.test( type ) );\n\t\t} )\n\t\t.map( function( i, elem ) {\n\t\t\tvar val = jQuery( this ).val();\n\n\t\t\tif ( val == null ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\tif ( Array.isArray( val ) ) {\n\t\t\t\treturn jQuery.map( val, function( val ) {\n\t\t\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t} ).get();\n\t}\n} );\n\n\nvar\n\tr20 = /%20/g,\n\trhash = /#.*$/,\n\trantiCache = /([?&])_=[^&]*/,\n\trheaders = /^(.*?):[ \\t]*([^\\r\\n]*)$/mg,\n\n\t// #7653, #8125, #8152: local protocol detection\n\trlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/,\n\trnoContent = /^(?:GET|HEAD)$/,\n\trprotocol = /^\\/\\//,\n\n\t/* Prefilters\n\t * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)\n\t * 2) These are called:\n\t * - BEFORE asking for a transport\n\t * - AFTER param serialization (s.data is a string if s.processData is true)\n\t * 3) key is the dataType\n\t * 4) the catchall symbol \"*\" can be used\n\t * 5) execution will start with transport dataType and THEN continue down to \"*\" if needed\n\t */\n\tprefilters = {},\n\n\t/* Transports bindings\n\t * 1) key is the dataType\n\t * 2) the catchall symbol \"*\" can be used\n\t * 3) selection will start with transport dataType and THEN go to \"*\" if needed\n\t */\n\ttransports = {},\n\n\t// Avoid comment-prolog char sequence (#10098); must appease lint and evade compression\n\tallTypes = \"*/\".concat( \"*\" ),\n\n\t// Anchor tag for parsing the document origin\n\toriginAnchor = document.createElement( \"a\" );\n\toriginAnchor.href = location.href;\n\n// Base \"constructor\" for jQuery.ajaxPrefilter and jQuery.ajaxTransport\nfunction addToPrefiltersOrTransports( structure ) {\n\n\t// dataTypeExpression is optional and defaults to \"*\"\n\treturn function( dataTypeExpression, func ) {\n\n\t\tif ( typeof dataTypeExpression !== \"string\" ) {\n\t\t\tfunc = dataTypeExpression;\n\t\t\tdataTypeExpression = \"*\";\n\t\t}\n\n\t\tvar dataType,\n\t\t\ti = 0,\n\t\t\tdataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || [];\n\n\t\tif ( isFunction( func ) ) {\n\n\t\t\t// For each dataType in the dataTypeExpression\n\t\t\twhile ( ( dataType = dataTypes[ i++ ] ) ) {\n\n\t\t\t\t// Prepend if requested\n\t\t\t\tif ( dataType[ 0 ] === \"+\" ) {\n\t\t\t\t\tdataType = dataType.slice( 1 ) || \"*\";\n\t\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func );\n\n\t\t\t\t// Otherwise append\n\t\t\t\t} else {\n\t\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).push( func );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\n// Base inspection function for prefilters and transports\nfunction inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) {\n\n\tvar inspected = {},\n\t\tseekingTransport = ( structure === transports );\n\n\tfunction inspect( dataType ) {\n\t\tvar selected;\n\t\tinspected[ dataType ] = true;\n\t\tjQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) {\n\t\t\tvar dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR );\n\t\t\tif ( typeof dataTypeOrTransport === \"string\" &&\n\t\t\t\t!seekingTransport && !inspected[ dataTypeOrTransport ] ) {\n\n\t\t\t\toptions.dataTypes.unshift( dataTypeOrTransport );\n\t\t\t\tinspect( dataTypeOrTransport );\n\t\t\t\treturn false;\n\t\t\t} else if ( seekingTransport ) {\n\t\t\t\treturn !( selected = dataTypeOrTransport );\n\t\t\t}\n\t\t} );\n\t\treturn selected;\n\t}\n\n\treturn inspect( options.dataTypes[ 0 ] ) || !inspected[ \"*\" ] && inspect( \"*\" );\n}\n\n// A special extend for ajax options\n// that takes \"flat\" options (not to be deep extended)\n// Fixes #9887\nfunction ajaxExtend( target, src ) {\n\tvar key, deep,\n\t\tflatOptions = jQuery.ajaxSettings.flatOptions || {};\n\n\tfor ( key in src ) {\n\t\tif ( src[ key ] !== undefined ) {\n\t\t\t( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ];\n\t\t}\n\t}\n\tif ( deep ) {\n\t\tjQuery.extend( true, target, deep );\n\t}\n\n\treturn target;\n}\n\n/* Handles responses to an ajax request:\n * - finds the right dataType (mediates between content-type and expected dataType)\n * - returns the corresponding response\n */\nfunction ajaxHandleResponses( s, jqXHR, responses ) {\n\n\tvar ct, type, finalDataType, firstDataType,\n\t\tcontents = s.contents,\n\t\tdataTypes = s.dataTypes;\n\n\t// Remove auto dataType and get content-type in the process\n\twhile ( dataTypes[ 0 ] === \"*\" ) {\n\t\tdataTypes.shift();\n\t\tif ( ct === undefined ) {\n\t\t\tct = s.mimeType || jqXHR.getResponseHeader( \"Content-Type\" );\n\t\t}\n\t}\n\n\t// Check if we're dealing with a known content-type\n\tif ( ct ) {\n\t\tfor ( type in contents ) {\n\t\t\tif ( contents[ type ] && contents[ type ].test( ct ) ) {\n\t\t\t\tdataTypes.unshift( type );\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Check to see if we have a response for the expected dataType\n\tif ( dataTypes[ 0 ] in responses ) {\n\t\tfinalDataType = dataTypes[ 0 ];\n\t} else {\n\n\t\t// Try convertible dataTypes\n\t\tfor ( type in responses ) {\n\t\t\tif ( !dataTypes[ 0 ] || s.converters[ type + \" \" + dataTypes[ 0 ] ] ) {\n\t\t\t\tfinalDataType = type;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( !firstDataType ) {\n\t\t\t\tfirstDataType = type;\n\t\t\t}\n\t\t}\n\n\t\t// Or just use first one\n\t\tfinalDataType = finalDataType || firstDataType;\n\t}\n\n\t// If we found a dataType\n\t// We add the dataType to the list if needed\n\t// and return the corresponding response\n\tif ( finalDataType ) {\n\t\tif ( finalDataType !== dataTypes[ 0 ] ) {\n\t\t\tdataTypes.unshift( finalDataType );\n\t\t}\n\t\treturn responses[ finalDataType ];\n\t}\n}\n\n/* Chain conversions given the request and the original response\n * Also sets the responseXXX fields on the jqXHR instance\n */\nfunction ajaxConvert( s, response, jqXHR, isSuccess ) {\n\tvar conv2, current, conv, tmp, prev,\n\t\tconverters = {},\n\n\t\t// Work with a copy of dataTypes in case we need to modify it for conversion\n\t\tdataTypes = s.dataTypes.slice();\n\n\t// Create converters map with lowercased keys\n\tif ( dataTypes[ 1 ] ) {\n\t\tfor ( conv in s.converters ) {\n\t\t\tconverters[ conv.toLowerCase() ] = s.converters[ conv ];\n\t\t}\n\t}\n\n\tcurrent = dataTypes.shift();\n\n\t// Convert to each sequential dataType\n\twhile ( current ) {\n\n\t\tif ( s.responseFields[ current ] ) {\n\t\t\tjqXHR[ s.responseFields[ current ] ] = response;\n\t\t}\n\n\t\t// Apply the dataFilter if provided\n\t\tif ( !prev && isSuccess && s.dataFilter ) {\n\t\t\tresponse = s.dataFilter( response, s.dataType );\n\t\t}\n\n\t\tprev = current;\n\t\tcurrent = dataTypes.shift();\n\n\t\tif ( current ) {\n\n\t\t\t// There's only work to do if current dataType is non-auto\n\t\t\tif ( current === \"*\" ) {\n\n\t\t\t\tcurrent = prev;\n\n\t\t\t// Convert response if prev dataType is non-auto and differs from current\n\t\t\t} else if ( prev !== \"*\" && prev !== current ) {\n\n\t\t\t\t// Seek a direct converter\n\t\t\t\tconv = converters[ prev + \" \" + current ] || converters[ \"* \" + current ];\n\n\t\t\t\t// If none found, seek a pair\n\t\t\t\tif ( !conv ) {\n\t\t\t\t\tfor ( conv2 in converters ) {\n\n\t\t\t\t\t\t// If conv2 outputs current\n\t\t\t\t\t\ttmp = conv2.split( \" \" );\n\t\t\t\t\t\tif ( tmp[ 1 ] === current ) {\n\n\t\t\t\t\t\t\t// If prev can be converted to accepted input\n\t\t\t\t\t\t\tconv = converters[ prev + \" \" + tmp[ 0 ] ] ||\n\t\t\t\t\t\t\t\tconverters[ \"* \" + tmp[ 0 ] ];\n\t\t\t\t\t\t\tif ( conv ) {\n\n\t\t\t\t\t\t\t\t// Condense equivalence converters\n\t\t\t\t\t\t\t\tif ( conv === true ) {\n\t\t\t\t\t\t\t\t\tconv = converters[ conv2 ];\n\n\t\t\t\t\t\t\t\t// Otherwise, insert the intermediate dataType\n\t\t\t\t\t\t\t\t} else if ( converters[ conv2 ] !== true ) {\n\t\t\t\t\t\t\t\t\tcurrent = tmp[ 0 ];\n\t\t\t\t\t\t\t\t\tdataTypes.unshift( tmp[ 1 ] );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Apply converter (if not an equivalence)\n\t\t\t\tif ( conv !== true ) {\n\n\t\t\t\t\t// Unless errors are allowed to bubble, catch and return them\n\t\t\t\t\tif ( conv && s.throws ) {\n\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t} else {\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t\t} catch ( e ) {\n\t\t\t\t\t\t\treturn {\n\t\t\t\t\t\t\t\tstate: \"parsererror\",\n\t\t\t\t\t\t\t\terror: conv ? e : \"No conversion from \" + prev + \" to \" + current\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn { state: \"success\", data: response };\n}\n\njQuery.extend( {\n\n\t// Counter for holding the number of active queries\n\tactive: 0,\n\n\t// Last-Modified header cache for next request\n\tlastModified: {},\n\tetag: {},\n\n\tajaxSettings: {\n\t\turl: location.href,\n\t\ttype: \"GET\",\n\t\tisLocal: rlocalProtocol.test( location.protocol ),\n\t\tglobal: true,\n\t\tprocessData: true,\n\t\tasync: true,\n\t\tcontentType: \"application/x-www-form-urlencoded; charset=UTF-8\",\n\n\t\t/*\n\t\ttimeout: 0,\n\t\tdata: null,\n\t\tdataType: null,\n\t\tusername: null,\n\t\tpassword: null,\n\t\tcache: null,\n\t\tthrows: false,\n\t\ttraditional: false,\n\t\theaders: {},\n\t\t*/\n\n\t\taccepts: {\n\t\t\t\"*\": allTypes,\n\t\t\ttext: \"text/plain\",\n\t\t\thtml: \"text/html\",\n\t\t\txml: \"application/xml, text/xml\",\n\t\t\tjson: \"application/json, text/javascript\"\n\t\t},\n\n\t\tcontents: {\n\t\t\txml: /\\bxml\\b/,\n\t\t\thtml: /\\bhtml/,\n\t\t\tjson: /\\bjson\\b/\n\t\t},\n\n\t\tresponseFields: {\n\t\t\txml: \"responseXML\",\n\t\t\ttext: \"responseText\",\n\t\t\tjson: \"responseJSON\"\n\t\t},\n\n\t\t// Data converters\n\t\t// Keys separate source (or catchall \"*\") and destination types with a single space\n\t\tconverters: {\n\n\t\t\t// Convert anything to text\n\t\t\t\"* text\": String,\n\n\t\t\t// Text to html (true = no transformation)\n\t\t\t\"text html\": true,\n\n\t\t\t// Evaluate text as a json expression\n\t\t\t\"text json\": JSON.parse,\n\n\t\t\t// Parse text as xml\n\t\t\t\"text xml\": jQuery.parseXML\n\t\t},\n\n\t\t// For options that shouldn't be deep extended:\n\t\t// you can add your own custom options here if\n\t\t// and when you create one that shouldn't be\n\t\t// deep extended (see ajaxExtend)\n\t\tflatOptions: {\n\t\t\turl: true,\n\t\t\tcontext: true\n\t\t}\n\t},\n\n\t// Creates a full fledged settings object into target\n\t// with both ajaxSettings and settings fields.\n\t// If target is omitted, writes into ajaxSettings.\n\tajaxSetup: function( target, settings ) {\n\t\treturn settings ?\n\n\t\t\t// Building a settings object\n\t\t\tajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) :\n\n\t\t\t// Extending ajaxSettings\n\t\t\tajaxExtend( jQuery.ajaxSettings, target );\n\t},\n\n\tajaxPrefilter: addToPrefiltersOrTransports( prefilters ),\n\tajaxTransport: addToPrefiltersOrTransports( transports ),\n\n\t// Main method\n\tajax: function( url, options ) {\n\n\t\t// If url is an object, simulate pre-1.5 signature\n\t\tif ( typeof url === \"object\" ) {\n\t\t\toptions = url;\n\t\t\turl = undefined;\n\t\t}\n\n\t\t// Force options to be an object\n\t\toptions = options || {};\n\n\t\tvar transport,\n\n\t\t\t// URL without anti-cache param\n\t\t\tcacheURL,\n\n\t\t\t// Response headers\n\t\t\tresponseHeadersString,\n\t\t\tresponseHeaders,\n\n\t\t\t// timeout handle\n\t\t\ttimeoutTimer,\n\n\t\t\t// Url cleanup var\n\t\t\turlAnchor,\n\n\t\t\t// Request state (becomes false upon send and true upon completion)\n\t\t\tcompleted,\n\n\t\t\t// To know if global events are to be dispatched\n\t\t\tfireGlobals,\n\n\t\t\t// Loop variable\n\t\t\ti,\n\n\t\t\t// uncached part of the url\n\t\t\tuncached,\n\n\t\t\t// Create the final options object\n\t\t\ts = jQuery.ajaxSetup( {}, options ),\n\n\t\t\t// Callbacks context\n\t\t\tcallbackContext = s.context || s,\n\n\t\t\t// Context for global events is callbackContext if it is a DOM node or jQuery collection\n\t\t\tglobalEventContext = s.context &&\n\t\t\t\t( callbackContext.nodeType || callbackContext.jquery ) ?\n\t\t\t\t\tjQuery( callbackContext ) :\n\t\t\t\t\tjQuery.event,\n\n\t\t\t// Deferreds\n\t\t\tdeferred = jQuery.Deferred(),\n\t\t\tcompleteDeferred = jQuery.Callbacks( \"once memory\" ),\n\n\t\t\t// Status-dependent callbacks\n\t\t\tstatusCode = s.statusCode || {},\n\n\t\t\t// Headers (they are sent all at once)\n\t\t\trequestHeaders = {},\n\t\t\trequestHeadersNames = {},\n\n\t\t\t// Default abort message\n\t\t\tstrAbort = \"canceled\",\n\n\t\t\t// Fake xhr\n\t\t\tjqXHR = {\n\t\t\t\treadyState: 0,\n\n\t\t\t\t// Builds headers hashtable if needed\n\t\t\t\tgetResponseHeader: function( key ) {\n\t\t\t\t\tvar match;\n\t\t\t\t\tif ( completed ) {\n\t\t\t\t\t\tif ( !responseHeaders ) {\n\t\t\t\t\t\t\tresponseHeaders = {};\n\t\t\t\t\t\t\twhile ( ( match = rheaders.exec( responseHeadersString ) ) ) {\n\t\t\t\t\t\t\t\tresponseHeaders[ match[ 1 ].toLowerCase() + \" \" ] =\n\t\t\t\t\t\t\t\t\t( responseHeaders[ match[ 1 ].toLowerCase() + \" \" ] || [] )\n\t\t\t\t\t\t\t\t\t\t.concat( match[ 2 ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tmatch = responseHeaders[ key.toLowerCase() + \" \" ];\n\t\t\t\t\t}\n\t\t\t\t\treturn match == null ? null : match.join( \", \" );\n\t\t\t\t},\n\n\t\t\t\t// Raw string\n\t\t\t\tgetAllResponseHeaders: function() {\n\t\t\t\t\treturn completed ? responseHeadersString : null;\n\t\t\t\t},\n\n\t\t\t\t// Caches the header\n\t\t\t\tsetRequestHeader: function( name, value ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\tname = requestHeadersNames[ name.toLowerCase() ] =\n\t\t\t\t\t\t\trequestHeadersNames[ name.toLowerCase() ] || name;\n\t\t\t\t\t\trequestHeaders[ name ] = value;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Overrides response content-type header\n\t\t\t\toverrideMimeType: function( type ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\ts.mimeType = type;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Status-dependent callbacks\n\t\t\t\tstatusCode: function( map ) {\n\t\t\t\t\tvar code;\n\t\t\t\t\tif ( map ) {\n\t\t\t\t\t\tif ( completed ) {\n\n\t\t\t\t\t\t\t// Execute the appropriate callbacks\n\t\t\t\t\t\t\tjqXHR.always( map[ jqXHR.status ] );\n\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t// Lazy-add the new callbacks in a way that preserves old ones\n\t\t\t\t\t\t\tfor ( code in map ) {\n\t\t\t\t\t\t\t\tstatusCode[ code ] = [ statusCode[ code ], map[ code ] ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Cancel the request\n\t\t\t\tabort: function( statusText ) {\n\t\t\t\t\tvar finalText = statusText || strAbort;\n\t\t\t\t\tif ( transport ) {\n\t\t\t\t\t\ttransport.abort( finalText );\n\t\t\t\t\t}\n\t\t\t\t\tdone( 0, finalText );\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t};\n\n\t\t// Attach deferreds\n\t\tdeferred.promise( jqXHR );\n\n\t\t// Add protocol if not provided (prefilters might expect it)\n\t\t// Handle falsy url in the settings object (#10093: consistency with old signature)\n\t\t// We also use the url parameter if available\n\t\ts.url = ( ( url || s.url || location.href ) + \"\" )\n\t\t\t.replace( rprotocol, location.protocol + \"//\" );\n\n\t\t// Alias method option to type as per ticket #12004\n\t\ts.type = options.method || options.type || s.method || s.type;\n\n\t\t// Extract dataTypes list\n\t\ts.dataTypes = ( s.dataType || \"*\" ).toLowerCase().match( rnothtmlwhite ) || [ \"\" ];\n\n\t\t// A cross-domain request is in order when the origin doesn't match the current origin.\n\t\tif ( s.crossDomain == null ) {\n\t\t\turlAnchor = document.createElement( \"a\" );\n\n\t\t\t// Support: IE <=8 - 11, Edge 12 - 15\n\t\t\t// IE throws exception on accessing the href property if url is malformed,\n\t\t\t// e.g. http://example.com:80x/\n\t\t\ttry {\n\t\t\t\turlAnchor.href = s.url;\n\n\t\t\t\t// Support: IE <=8 - 11 only\n\t\t\t\t// Anchor's host property isn't correctly set when s.url is relative\n\t\t\t\turlAnchor.href = urlAnchor.href;\n\t\t\t\ts.crossDomain = originAnchor.protocol + \"//\" + originAnchor.host !==\n\t\t\t\t\turlAnchor.protocol + \"//\" + urlAnchor.host;\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// If there is an error parsing the URL, assume it is crossDomain,\n\t\t\t\t// it can be rejected by the transport if it is invalid\n\t\t\t\ts.crossDomain = true;\n\t\t\t}\n\t\t}\n\n\t\t// Convert data if not already a string\n\t\tif ( s.data && s.processData && typeof s.data !== \"string\" ) {\n\t\t\ts.data = jQuery.param( s.data, s.traditional );\n\t\t}\n\n\t\t// Apply prefilters\n\t\tinspectPrefiltersOrTransports( prefilters, s, options, jqXHR );\n\n\t\t// If request was aborted inside a prefilter, stop there\n\t\tif ( completed ) {\n\t\t\treturn jqXHR;\n\t\t}\n\n\t\t// We can fire global events as of now if asked to\n\t\t// Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118)\n\t\tfireGlobals = jQuery.event && s.global;\n\n\t\t// Watch for a new set of requests\n\t\tif ( fireGlobals && jQuery.active++ === 0 ) {\n\t\t\tjQuery.event.trigger( \"ajaxStart\" );\n\t\t}\n\n\t\t// Uppercase the type\n\t\ts.type = s.type.toUpperCase();\n\n\t\t// Determine if request has content\n\t\ts.hasContent = !rnoContent.test( s.type );\n\n\t\t// Save the URL in case we're toying with the If-Modified-Since\n\t\t// and/or If-None-Match header later on\n\t\t// Remove hash to simplify url manipulation\n\t\tcacheURL = s.url.replace( rhash, \"\" );\n\n\t\t// More options handling for requests with no content\n\t\tif ( !s.hasContent ) {\n\n\t\t\t// Remember the hash so we can put it back\n\t\t\tuncached = s.url.slice( cacheURL.length );\n\n\t\t\t// If data is available and should be processed, append data to url\n\t\t\tif ( s.data && ( s.processData || typeof s.data === \"string\" ) ) {\n\t\t\t\tcacheURL += ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + s.data;\n\n\t\t\t\t// #9682: remove data so that it's not used in an eventual retry\n\t\t\t\tdelete s.data;\n\t\t\t}\n\n\t\t\t// Add or update anti-cache param if needed\n\t\t\tif ( s.cache === false ) {\n\t\t\t\tcacheURL = cacheURL.replace( rantiCache, \"$1\" );\n\t\t\t\tuncached = ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + \"_=\" + ( nonce++ ) + uncached;\n\t\t\t}\n\n\t\t\t// Put hash and anti-cache on the URL that will be requested (gh-1732)\n\t\t\ts.url = cacheURL + uncached;\n\n\t\t// Change '%20' to '+' if this is encoded form body content (gh-2658)\n\t\t} else if ( s.data && s.processData &&\n\t\t\t( s.contentType || \"\" ).indexOf( \"application/x-www-form-urlencoded\" ) === 0 ) {\n\t\t\ts.data = s.data.replace( r20, \"+\" );\n\t\t}\n\n\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\tif ( s.ifModified ) {\n\t\t\tif ( jQuery.lastModified[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-Modified-Since\", jQuery.lastModified[ cacheURL ] );\n\t\t\t}\n\t\t\tif ( jQuery.etag[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-None-Match\", jQuery.etag[ cacheURL ] );\n\t\t\t}\n\t\t}\n\n\t\t// Set the correct header, if data is being sent\n\t\tif ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {\n\t\t\tjqXHR.setRequestHeader( \"Content-Type\", s.contentType );\n\t\t}\n\n\t\t// Set the Accepts header for the server, depending on the dataType\n\t\tjqXHR.setRequestHeader(\n\t\t\t\"Accept\",\n\t\t\ts.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ?\n\t\t\t\ts.accepts[ s.dataTypes[ 0 ] ] +\n\t\t\t\t\t( s.dataTypes[ 0 ] !== \"*\" ? \", \" + allTypes + \"; q=0.01\" : \"\" ) :\n\t\t\t\ts.accepts[ \"*\" ]\n\t\t);\n\n\t\t// Check for headers option\n\t\tfor ( i in s.headers ) {\n\t\t\tjqXHR.setRequestHeader( i, s.headers[ i ] );\n\t\t}\n\n\t\t// Allow custom headers/mimetypes and early abort\n\t\tif ( s.beforeSend &&\n\t\t\t( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) {\n\n\t\t\t// Abort if not done already and return\n\t\t\treturn jqXHR.abort();\n\t\t}\n\n\t\t// Aborting is no longer a cancellation\n\t\tstrAbort = \"abort\";\n\n\t\t// Install callbacks on deferreds\n\t\tcompleteDeferred.add( s.complete );\n\t\tjqXHR.done( s.success );\n\t\tjqXHR.fail( s.error );\n\n\t\t// Get transport\n\t\ttransport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );\n\n\t\t// If no transport, we auto-abort\n\t\tif ( !transport ) {\n\t\t\tdone( -1, \"No Transport\" );\n\t\t} else {\n\t\t\tjqXHR.readyState = 1;\n\n\t\t\t// Send global event\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxSend\", [ jqXHR, s ] );\n\t\t\t}\n\n\t\t\t// If request was aborted inside ajaxSend, stop there\n\t\t\tif ( completed ) {\n\t\t\t\treturn jqXHR;\n\t\t\t}\n\n\t\t\t// Timeout\n\t\t\tif ( s.async && s.timeout > 0 ) {\n\t\t\t\ttimeoutTimer = window.setTimeout( function() {\n\t\t\t\t\tjqXHR.abort( \"timeout\" );\n\t\t\t\t}, s.timeout );\n\t\t\t}\n\n\t\t\ttry {\n\t\t\t\tcompleted = false;\n\t\t\t\ttransport.send( requestHeaders, done );\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// Rethrow post-completion exceptions\n\t\t\t\tif ( completed ) {\n\t\t\t\t\tthrow e;\n\t\t\t\t}\n\n\t\t\t\t// Propagate others as results\n\t\t\t\tdone( -1, e );\n\t\t\t}\n\t\t}\n\n\t\t// Callback for when everything is done\n\t\tfunction done( status, nativeStatusText, responses, headers ) {\n\t\t\tvar isSuccess, success, error, response, modified,\n\t\t\t\tstatusText = nativeStatusText;\n\n\t\t\t// Ignore repeat invocations\n\t\t\tif ( completed ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tcompleted = true;\n\n\t\t\t// Clear timeout if it exists\n\t\t\tif ( timeoutTimer ) {\n\t\t\t\twindow.clearTimeout( timeoutTimer );\n\t\t\t}\n\n\t\t\t// Dereference transport for early garbage collection\n\t\t\t// (no matter how long the jqXHR object will be used)\n\t\t\ttransport = undefined;\n\n\t\t\t// Cache response headers\n\t\t\tresponseHeadersString = headers || \"\";\n\n\t\t\t// Set readyState\n\t\t\tjqXHR.readyState = status > 0 ? 4 : 0;\n\n\t\t\t// Determine if successful\n\t\t\tisSuccess = status >= 200 && status < 300 || status === 304;\n\n\t\t\t// Get response data\n\t\t\tif ( responses ) {\n\t\t\t\tresponse = ajaxHandleResponses( s, jqXHR, responses );\n\t\t\t}\n\n\t\t\t// Convert no matter what (that way responseXXX fields are always set)\n\t\t\tresponse = ajaxConvert( s, response, jqXHR, isSuccess );\n\n\t\t\t// If successful, handle type chaining\n\t\t\tif ( isSuccess ) {\n\n\t\t\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\t\t\tif ( s.ifModified ) {\n\t\t\t\t\tmodified = jqXHR.getResponseHeader( \"Last-Modified\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.lastModified[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t\tmodified = jqXHR.getResponseHeader( \"etag\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.etag[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// if no content\n\t\t\t\tif ( status === 204 || s.type === \"HEAD\" ) {\n\t\t\t\t\tstatusText = \"nocontent\";\n\n\t\t\t\t// if not modified\n\t\t\t\t} else if ( status === 304 ) {\n\t\t\t\t\tstatusText = \"notmodified\";\n\n\t\t\t\t// If we have data, let's convert it\n\t\t\t\t} else {\n\t\t\t\t\tstatusText = response.state;\n\t\t\t\t\tsuccess = response.data;\n\t\t\t\t\terror = response.error;\n\t\t\t\t\tisSuccess = !error;\n\t\t\t\t}\n\t\t\t} else {\n\n\t\t\t\t// Extract error from statusText and normalize for non-aborts\n\t\t\t\terror = statusText;\n\t\t\t\tif ( status || !statusText ) {\n\t\t\t\t\tstatusText = \"error\";\n\t\t\t\t\tif ( status < 0 ) {\n\t\t\t\t\t\tstatus = 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Set data for the fake xhr object\n\t\t\tjqXHR.status = status;\n\t\t\tjqXHR.statusText = ( nativeStatusText || statusText ) + \"\";\n\n\t\t\t// Success/Error\n\t\t\tif ( isSuccess ) {\n\t\t\t\tdeferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );\n\t\t\t} else {\n\t\t\t\tdeferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );\n\t\t\t}\n\n\t\t\t// Status-dependent callbacks\n\t\t\tjqXHR.statusCode( statusCode );\n\t\t\tstatusCode = undefined;\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( isSuccess ? \"ajaxSuccess\" : \"ajaxError\",\n\t\t\t\t\t[ jqXHR, s, isSuccess ? success : error ] );\n\t\t\t}\n\n\t\t\t// Complete\n\t\t\tcompleteDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxComplete\", [ jqXHR, s ] );\n\n\t\t\t\t// Handle the global AJAX counter\n\t\t\t\tif ( !( --jQuery.active ) ) {\n\t\t\t\t\tjQuery.event.trigger( \"ajaxStop\" );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn jqXHR;\n\t},\n\n\tgetJSON: function( url, data, callback ) {\n\t\treturn jQuery.get( url, data, callback, \"json\" );\n\t},\n\n\tgetScript: function( url, callback ) {\n\t\treturn jQuery.get( url, undefined, callback, \"script\" );\n\t}\n} );\n\njQuery.each( [ \"get\", \"post\" ], function( i, method ) {\n\tjQuery[ method ] = function( url, data, callback, type ) {\n\n\t\t// Shift arguments if data argument was omitted\n\t\tif ( isFunction( data ) ) {\n\t\t\ttype = type || callback;\n\t\t\tcallback = data;\n\t\t\tdata = undefined;\n\t\t}\n\n\t\t// The url can be an options object (which then must have .url)\n\t\treturn jQuery.ajax( jQuery.extend( {\n\t\t\turl: url,\n\t\t\ttype: method,\n\t\t\tdataType: type,\n\t\t\tdata: data,\n\t\t\tsuccess: callback\n\t\t}, jQuery.isPlainObject( url ) && url ) );\n\t};\n} );\n\n\njQuery._evalUrl = function( url, options ) {\n\treturn jQuery.ajax( {\n\t\turl: url,\n\n\t\t// Make this explicit, since user can override this through ajaxSetup (#11264)\n\t\ttype: \"GET\",\n\t\tdataType: \"script\",\n\t\tcache: true,\n\t\tasync: false,\n\t\tglobal: false,\n\n\t\t// Only evaluate the response if it is successful (gh-4126)\n\t\t// dataFilter is not invoked for failure responses, so using it instead\n\t\t// of the default converter is kludgy but it works.\n\t\tconverters: {\n\t\t\t\"text script\": function() {}\n\t\t},\n\t\tdataFilter: function( response ) {\n\t\t\tjQuery.globalEval( response, options );\n\t\t}\n\t} );\n};\n\n\njQuery.fn.extend( {\n\twrapAll: function( html ) {\n\t\tvar wrap;\n\n\t\tif ( this[ 0 ] ) {\n\t\t\tif ( isFunction( html ) ) {\n\t\t\t\thtml = html.call( this[ 0 ] );\n\t\t\t}\n\n\t\t\t// The elements to wrap the target around\n\t\t\twrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true );\n\n\t\t\tif ( this[ 0 ].parentNode ) {\n\t\t\t\twrap.insertBefore( this[ 0 ] );\n\t\t\t}\n\n\t\t\twrap.map( function() {\n\t\t\t\tvar elem = this;\n\n\t\t\t\twhile ( elem.firstElementChild ) {\n\t\t\t\t\telem = elem.firstElementChild;\n\t\t\t\t}\n\n\t\t\t\treturn elem;\n\t\t\t} ).append( this );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\twrapInner: function( html ) {\n\t\tif ( isFunction( html ) ) {\n\t\t\treturn this.each( function( i ) {\n\t\t\t\tjQuery( this ).wrapInner( html.call( this, i ) );\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar self = jQuery( this ),\n\t\t\t\tcontents = self.contents();\n\n\t\t\tif ( contents.length ) {\n\t\t\t\tcontents.wrapAll( html );\n\n\t\t\t} else {\n\t\t\t\tself.append( html );\n\t\t\t}\n\t\t} );\n\t},\n\n\twrap: function( html ) {\n\t\tvar htmlIsFunction = isFunction( html );\n\n\t\treturn this.each( function( i ) {\n\t\t\tjQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html );\n\t\t} );\n\t},\n\n\tunwrap: function( selector ) {\n\t\tthis.parent( selector ).not( \"body\" ).each( function() {\n\t\t\tjQuery( this ).replaceWith( this.childNodes );\n\t\t} );\n\t\treturn this;\n\t}\n} );\n\n\njQuery.expr.pseudos.hidden = function( elem ) {\n\treturn !jQuery.expr.pseudos.visible( elem );\n};\njQuery.expr.pseudos.visible = function( elem ) {\n\treturn !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length );\n};\n\n\n\n\njQuery.ajaxSettings.xhr = function() {\n\ttry {\n\t\treturn new window.XMLHttpRequest();\n\t} catch ( e ) {}\n};\n\nvar xhrSuccessStatus = {\n\n\t\t// File protocol always yields status code 0, assume 200\n\t\t0: 200,\n\n\t\t// Support: IE <=9 only\n\t\t// #1450: sometimes IE returns 1223 when it should be 204\n\t\t1223: 204\n\t},\n\txhrSupported = jQuery.ajaxSettings.xhr();\n\nsupport.cors = !!xhrSupported && ( \"withCredentials\" in xhrSupported );\nsupport.ajax = xhrSupported = !!xhrSupported;\n\njQuery.ajaxTransport( function( options ) {\n\tvar callback, errorCallback;\n\n\t// Cross domain only allowed if supported through XMLHttpRequest\n\tif ( support.cors || xhrSupported && !options.crossDomain ) {\n\t\treturn {\n\t\t\tsend: function( headers, complete ) {\n\t\t\t\tvar i,\n\t\t\t\t\txhr = options.xhr();\n\n\t\t\t\txhr.open(\n\t\t\t\t\toptions.type,\n\t\t\t\t\toptions.url,\n\t\t\t\t\toptions.async,\n\t\t\t\t\toptions.username,\n\t\t\t\t\toptions.password\n\t\t\t\t);\n\n\t\t\t\t// Apply custom fields if provided\n\t\t\t\tif ( options.xhrFields ) {\n\t\t\t\t\tfor ( i in options.xhrFields ) {\n\t\t\t\t\t\txhr[ i ] = options.xhrFields[ i ];\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Override mime type if needed\n\t\t\t\tif ( options.mimeType && xhr.overrideMimeType ) {\n\t\t\t\t\txhr.overrideMimeType( options.mimeType );\n\t\t\t\t}\n\n\t\t\t\t// X-Requested-With header\n\t\t\t\t// For cross-domain requests, seeing as conditions for a preflight are\n\t\t\t\t// akin to a jigsaw puzzle, we simply never set it to be sure.\n\t\t\t\t// (it can always be set on a per-request basis or even using ajaxSetup)\n\t\t\t\t// For same-domain requests, won't change header if already provided.\n\t\t\t\tif ( !options.crossDomain && !headers[ \"X-Requested-With\" ] ) {\n\t\t\t\t\theaders[ \"X-Requested-With\" ] = \"XMLHttpRequest\";\n\t\t\t\t}\n\n\t\t\t\t// Set headers\n\t\t\t\tfor ( i in headers ) {\n\t\t\t\t\txhr.setRequestHeader( i, headers[ i ] );\n\t\t\t\t}\n\n\t\t\t\t// Callback\n\t\t\t\tcallback = function( type ) {\n\t\t\t\t\treturn function() {\n\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\tcallback = errorCallback = xhr.onload =\n\t\t\t\t\t\t\t\txhr.onerror = xhr.onabort = xhr.ontimeout =\n\t\t\t\t\t\t\t\t\txhr.onreadystatechange = null;\n\n\t\t\t\t\t\t\tif ( type === \"abort\" ) {\n\t\t\t\t\t\t\t\txhr.abort();\n\t\t\t\t\t\t\t} else if ( type === \"error\" ) {\n\n\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t// On a manual native abort, IE9 throws\n\t\t\t\t\t\t\t\t// errors on any property access that is not readyState\n\t\t\t\t\t\t\t\tif ( typeof xhr.status !== \"number\" ) {\n\t\t\t\t\t\t\t\t\tcomplete( 0, \"error\" );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tcomplete(\n\n\t\t\t\t\t\t\t\t\t\t// File: protocol always yields status 0; see #8605, #14207\n\t\t\t\t\t\t\t\t\t\txhr.status,\n\t\t\t\t\t\t\t\t\t\txhr.statusText\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tcomplete(\n\t\t\t\t\t\t\t\t\txhrSuccessStatus[ xhr.status ] || xhr.status,\n\t\t\t\t\t\t\t\t\txhr.statusText,\n\n\t\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t\t// IE9 has no XHR2 but throws on binary (trac-11426)\n\t\t\t\t\t\t\t\t\t// For XHR2 non-text, let the caller handle it (gh-2498)\n\t\t\t\t\t\t\t\t\t( xhr.responseType || \"text\" ) !== \"text\" ||\n\t\t\t\t\t\t\t\t\ttypeof xhr.responseText !== \"string\" ?\n\t\t\t\t\t\t\t\t\t\t{ binary: xhr.response } :\n\t\t\t\t\t\t\t\t\t\t{ text: xhr.responseText },\n\t\t\t\t\t\t\t\t\txhr.getAllResponseHeaders()\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t};\n\n\t\t\t\t// Listen to events\n\t\t\t\txhr.onload = callback();\n\t\t\t\terrorCallback = xhr.onerror = xhr.ontimeout = callback( \"error\" );\n\n\t\t\t\t// Support: IE 9 only\n\t\t\t\t// Use onreadystatechange to replace onabort\n\t\t\t\t// to handle uncaught aborts\n\t\t\t\tif ( xhr.onabort !== undefined ) {\n\t\t\t\t\txhr.onabort = errorCallback;\n\t\t\t\t} else {\n\t\t\t\t\txhr.onreadystatechange = function() {\n\n\t\t\t\t\t\t// Check readyState before timeout as it changes\n\t\t\t\t\t\tif ( xhr.readyState === 4 ) {\n\n\t\t\t\t\t\t\t// Allow onerror to be called first,\n\t\t\t\t\t\t\t// but that will not handle a native abort\n\t\t\t\t\t\t\t// Also, save errorCallback to a variable\n\t\t\t\t\t\t\t// as xhr.onerror cannot be accessed\n\t\t\t\t\t\t\twindow.setTimeout( function() {\n\t\t\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\t\t\terrorCallback();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t}\n\n\t\t\t\t// Create the abort callback\n\t\t\t\tcallback = callback( \"abort\" );\n\n\t\t\t\ttry {\n\n\t\t\t\t\t// Do send the request (this may raise an exception)\n\t\t\t\t\txhr.send( options.hasContent && options.data || null );\n\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t// #14683: Only rethrow if this hasn't been notified as an error yet\n\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\tthrow e;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n} );\n\n\n\n\n// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432)\njQuery.ajaxPrefilter( function( s ) {\n\tif ( s.crossDomain ) {\n\t\ts.contents.script = false;\n\t}\n} );\n\n// Install script dataType\njQuery.ajaxSetup( {\n\taccepts: {\n\t\tscript: \"text/javascript, application/javascript, \" +\n\t\t\t\"application/ecmascript, application/x-ecmascript\"\n\t},\n\tcontents: {\n\t\tscript: /\\b(?:java|ecma)script\\b/\n\t},\n\tconverters: {\n\t\t\"text script\": function( text ) {\n\t\t\tjQuery.globalEval( text );\n\t\t\treturn text;\n\t\t}\n\t}\n} );\n\n// Handle cache's special case and crossDomain\njQuery.ajaxPrefilter( \"script\", function( s ) {\n\tif ( s.cache === undefined ) {\n\t\ts.cache = false;\n\t}\n\tif ( s.crossDomain ) {\n\t\ts.type = \"GET\";\n\t}\n} );\n\n// Bind script tag hack transport\njQuery.ajaxTransport( \"script\", function( s ) {\n\n\t// This transport only deals with cross domain or forced-by-attrs requests\n\tif ( s.crossDomain || s.scriptAttrs ) {\n\t\tvar script, callback;\n\t\treturn {\n\t\t\tsend: function( _, complete ) {\n\t\t\t\tscript = jQuery( \"\n if (val === '') return true;\n if (val === 'false') return false;\n if (val === 'true') return true;\n return val;\n}\n\nif (DOCUMENT && typeof DOCUMENT.querySelector === 'function') {\n var attrs = [['data-family-prefix', 'familyPrefix'], ['data-replacement-class', 'replacementClass'], ['data-auto-replace-svg', 'autoReplaceSvg'], ['data-auto-add-css', 'autoAddCss'], ['data-auto-a11y', 'autoA11y'], ['data-search-pseudo-elements', 'searchPseudoElements'], ['data-observe-mutations', 'observeMutations'], ['data-mutate-approach', 'mutateApproach'], ['data-keep-original-source', 'keepOriginalSource'], ['data-measure-performance', 'measurePerformance'], ['data-show-missing-icons', 'showMissingIcons']];\n attrs.forEach(function (_ref) {\n var _ref2 = _slicedToArray(_ref, 2),\n attr = _ref2[0],\n key = _ref2[1];\n\n var val = coerce(getAttrConfig(attr));\n\n if (val !== undefined && val !== null) {\n initial[key] = val;\n }\n });\n}\n\nvar _default = {\n familyPrefix: DEFAULT_FAMILY_PREFIX,\n replacementClass: DEFAULT_REPLACEMENT_CLASS,\n autoReplaceSvg: true,\n autoAddCss: true,\n autoA11y: true,\n searchPseudoElements: false,\n observeMutations: true,\n mutateApproach: 'async',\n keepOriginalSource: true,\n measurePerformance: false,\n showMissingIcons: true\n};\n\nvar _config = _objectSpread({}, _default, initial);\n\nif (!_config.autoReplaceSvg) _config.observeMutations = false;\n\nvar config = _objectSpread({}, _config);\n\nWINDOW.FontAwesomeConfig = config;\n\nvar w = WINDOW || {};\nif (!w[NAMESPACE_IDENTIFIER]) w[NAMESPACE_IDENTIFIER] = {};\nif (!w[NAMESPACE_IDENTIFIER].styles) w[NAMESPACE_IDENTIFIER].styles = {};\nif (!w[NAMESPACE_IDENTIFIER].hooks) w[NAMESPACE_IDENTIFIER].hooks = {};\nif (!w[NAMESPACE_IDENTIFIER].shims) w[NAMESPACE_IDENTIFIER].shims = [];\nvar namespace = w[NAMESPACE_IDENTIFIER];\n\nvar functions = [];\n\nvar listener = function listener() {\n DOCUMENT.removeEventListener('DOMContentLoaded', listener);\n loaded = 1;\n functions.map(function (fn) {\n return fn();\n });\n};\n\nvar loaded = false;\n\nif (IS_DOM) {\n loaded = (DOCUMENT.documentElement.doScroll ? /^loaded|^c/ : /^loaded|^i|^c/).test(DOCUMENT.readyState);\n if (!loaded) DOCUMENT.addEventListener('DOMContentLoaded', listener);\n}\n\nfunction domready (fn) {\n if (!IS_DOM) return;\n loaded ? setTimeout(fn, 0) : functions.push(fn);\n}\n\nvar PENDING = 'pending';\nvar SETTLED = 'settled';\nvar FULFILLED = 'fulfilled';\nvar REJECTED = 'rejected';\n\nvar NOOP = function NOOP() {};\n\nvar isNode = typeof global !== 'undefined' && typeof global.process !== 'undefined' && typeof global.process.emit === 'function';\nvar asyncSetTimer = typeof setImmediate === 'undefined' ? setTimeout : setImmediate;\nvar asyncQueue = [];\nvar asyncTimer;\n\nfunction asyncFlush() {\n // run promise callbacks\n for (var i = 0; i < asyncQueue.length; i++) {\n asyncQueue[i][0](asyncQueue[i][1]);\n } // reset async asyncQueue\n\n\n asyncQueue = [];\n asyncTimer = false;\n}\n\nfunction asyncCall(callback, arg) {\n asyncQueue.push([callback, arg]);\n\n if (!asyncTimer) {\n asyncTimer = true;\n asyncSetTimer(asyncFlush, 0);\n }\n}\n\nfunction invokeResolver(resolver, promise) {\n function resolvePromise(value) {\n resolve(promise, value);\n }\n\n function rejectPromise(reason) {\n reject(promise, reason);\n }\n\n try {\n resolver(resolvePromise, rejectPromise);\n } catch (e) {\n rejectPromise(e);\n }\n}\n\nfunction invokeCallback(subscriber) {\n var owner = subscriber.owner;\n var settled = owner._state;\n var value = owner._data;\n var callback = subscriber[settled];\n var promise = subscriber.then;\n\n if (typeof callback === 'function') {\n settled = FULFILLED;\n\n try {\n value = callback(value);\n } catch (e) {\n reject(promise, e);\n }\n }\n\n if (!handleThenable(promise, value)) {\n if (settled === FULFILLED) {\n resolve(promise, value);\n }\n\n if (settled === REJECTED) {\n reject(promise, value);\n }\n }\n}\n\nfunction handleThenable(promise, value) {\n var resolved;\n\n try {\n if (promise === value) {\n throw new TypeError('A promises callback cannot return that same promise.');\n }\n\n if (value && (typeof value === 'function' || _typeof(value) === 'object')) {\n // then should be retrieved only once\n var then = value.then;\n\n if (typeof then === 'function') {\n then.call(value, function (val) {\n if (!resolved) {\n resolved = true;\n\n if (value === val) {\n fulfill(promise, val);\n } else {\n resolve(promise, val);\n }\n }\n }, function (reason) {\n if (!resolved) {\n resolved = true;\n reject(promise, reason);\n }\n });\n return true;\n }\n }\n } catch (e) {\n if (!resolved) {\n reject(promise, e);\n }\n\n return true;\n }\n\n return false;\n}\n\nfunction resolve(promise, value) {\n if (promise === value || !handleThenable(promise, value)) {\n fulfill(promise, value);\n }\n}\n\nfunction fulfill(promise, value) {\n if (promise._state === PENDING) {\n promise._state = SETTLED;\n promise._data = value;\n asyncCall(publishFulfillment, promise);\n }\n}\n\nfunction reject(promise, reason) {\n if (promise._state === PENDING) {\n promise._state = SETTLED;\n promise._data = reason;\n asyncCall(publishRejection, promise);\n }\n}\n\nfunction publish(promise) {\n promise._then = promise._then.forEach(invokeCallback);\n}\n\nfunction publishFulfillment(promise) {\n promise._state = FULFILLED;\n publish(promise);\n}\n\nfunction publishRejection(promise) {\n promise._state = REJECTED;\n publish(promise);\n\n if (!promise._handled && isNode) {\n global.process.emit('unhandledRejection', promise._data, promise);\n }\n}\n\nfunction notifyRejectionHandled(promise) {\n global.process.emit('rejectionHandled', promise);\n}\n/**\n * @class\n */\n\n\nfunction P(resolver) {\n if (typeof resolver !== 'function') {\n throw new TypeError('Promise resolver ' + resolver + ' is not a function');\n }\n\n if (this instanceof P === false) {\n throw new TypeError('Failed to construct \\'Promise\\': Please use the \\'new\\' operator, this object constructor cannot be called as a function.');\n }\n\n this._then = [];\n invokeResolver(resolver, this);\n}\n\nP.prototype = {\n constructor: P,\n _state: PENDING,\n _then: null,\n _data: undefined,\n _handled: false,\n then: function then(onFulfillment, onRejection) {\n var subscriber = {\n owner: this,\n then: new this.constructor(NOOP),\n fulfilled: onFulfillment,\n rejected: onRejection\n };\n\n if ((onRejection || onFulfillment) && !this._handled) {\n this._handled = true;\n\n if (this._state === REJECTED && isNode) {\n asyncCall(notifyRejectionHandled, this);\n }\n }\n\n if (this._state === FULFILLED || this._state === REJECTED) {\n // already resolved, call callback async\n asyncCall(invokeCallback, subscriber);\n } else {\n // subscribe\n this._then.push(subscriber);\n }\n\n return subscriber.then;\n },\n catch: function _catch(onRejection) {\n return this.then(null, onRejection);\n }\n};\n\nP.all = function (promises) {\n if (!Array.isArray(promises)) {\n throw new TypeError('You must pass an array to Promise.all().');\n }\n\n return new P(function (resolve, reject) {\n var results = [];\n var remaining = 0;\n\n function resolver(index) {\n remaining++;\n return function (value) {\n results[index] = value;\n\n if (! --remaining) {\n resolve(results);\n }\n };\n }\n\n for (var i = 0, promise; i < promises.length; i++) {\n promise = promises[i];\n\n if (promise && typeof promise.then === 'function') {\n promise.then(resolver(i), reject);\n } else {\n results[i] = promise;\n }\n }\n\n if (!remaining) {\n resolve(results);\n }\n });\n};\n\nP.race = function (promises) {\n if (!Array.isArray(promises)) {\n throw new TypeError('You must pass an array to Promise.race().');\n }\n\n return new P(function (resolve, reject) {\n for (var i = 0, promise; i < promises.length; i++) {\n promise = promises[i];\n\n if (promise && typeof promise.then === 'function') {\n promise.then(resolve, reject);\n } else {\n resolve(promise);\n }\n }\n });\n};\n\nP.resolve = function (value) {\n if (value && _typeof(value) === 'object' && value.constructor === P) {\n return value;\n }\n\n return new P(function (resolve) {\n resolve(value);\n });\n};\n\nP.reject = function (reason) {\n return new P(function (resolve, reject) {\n reject(reason);\n });\n};\n\nvar picked = typeof Promise === 'function' ? Promise : P;\n\nvar d = UNITS_IN_GRID;\nvar meaninglessTransform = {\n size: 16,\n x: 0,\n y: 0,\n rotate: 0,\n flipX: false,\n flipY: false\n};\n\nfunction isReserved(name) {\n return ~RESERVED_CLASSES.indexOf(name);\n}\nfunction insertCss(css) {\n if (!css || !IS_DOM) {\n return;\n }\n\n var style = DOCUMENT.createElement('style');\n style.setAttribute('type', 'text/css');\n style.innerHTML = css;\n var headChildren = DOCUMENT.head.childNodes;\n var beforeChild = null;\n\n for (var i = headChildren.length - 1; i > -1; i--) {\n var child = headChildren[i];\n var tagName = (child.tagName || '').toUpperCase();\n\n if (['STYLE', 'LINK'].indexOf(tagName) > -1) {\n beforeChild = child;\n }\n }\n\n DOCUMENT.head.insertBefore(style, beforeChild);\n return css;\n}\nvar idPool = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';\nfunction nextUniqueId() {\n var size = 12;\n var id = '';\n\n while (size-- > 0) {\n id += idPool[Math.random() * 62 | 0];\n }\n\n return id;\n}\nfunction toArray(obj) {\n var array = [];\n\n for (var i = (obj || []).length >>> 0; i--;) {\n array[i] = obj[i];\n }\n\n return array;\n}\nfunction classArray(node) {\n if (node.classList) {\n return toArray(node.classList);\n } else {\n return (node.getAttribute('class') || '').split(' ').filter(function (i) {\n return i;\n });\n }\n}\nfunction getIconName(familyPrefix, cls) {\n var parts = cls.split('-');\n var prefix = parts[0];\n var iconName = parts.slice(1).join('-');\n\n if (prefix === familyPrefix && iconName !== '' && !isReserved(iconName)) {\n return iconName;\n } else {\n return null;\n }\n}\nfunction htmlEscape(str) {\n return \"\".concat(str).replace(/&/g, '&').replace(/\"/g, '"').replace(/'/g, ''').replace(//g, '>');\n}\nfunction joinAttributes(attributes) {\n return Object.keys(attributes || {}).reduce(function (acc, attributeName) {\n return acc + \"\".concat(attributeName, \"=\\\"\").concat(htmlEscape(attributes[attributeName]), \"\\\" \");\n }, '').trim();\n}\nfunction joinStyles(styles) {\n return Object.keys(styles || {}).reduce(function (acc, styleName) {\n return acc + \"\".concat(styleName, \": \").concat(styles[styleName], \";\");\n }, '');\n}\nfunction transformIsMeaningful(transform) {\n return transform.size !== meaninglessTransform.size || transform.x !== meaninglessTransform.x || transform.y !== meaninglessTransform.y || transform.rotate !== meaninglessTransform.rotate || transform.flipX || transform.flipY;\n}\nfunction transformForSvg(_ref) {\n var transform = _ref.transform,\n containerWidth = _ref.containerWidth,\n iconWidth = _ref.iconWidth;\n var outer = {\n transform: \"translate(\".concat(containerWidth / 2, \" 256)\")\n };\n var innerTranslate = \"translate(\".concat(transform.x * 32, \", \").concat(transform.y * 32, \") \");\n var innerScale = \"scale(\".concat(transform.size / 16 * (transform.flipX ? -1 : 1), \", \").concat(transform.size / 16 * (transform.flipY ? -1 : 1), \") \");\n var innerRotate = \"rotate(\".concat(transform.rotate, \" 0 0)\");\n var inner = {\n transform: \"\".concat(innerTranslate, \" \").concat(innerScale, \" \").concat(innerRotate)\n };\n var path = {\n transform: \"translate(\".concat(iconWidth / 2 * -1, \" -256)\")\n };\n return {\n outer: outer,\n inner: inner,\n path: path\n };\n}\nfunction transformForCss(_ref2) {\n var transform = _ref2.transform,\n _ref2$width = _ref2.width,\n width = _ref2$width === void 0 ? UNITS_IN_GRID : _ref2$width,\n _ref2$height = _ref2.height,\n height = _ref2$height === void 0 ? UNITS_IN_GRID : _ref2$height,\n _ref2$startCentered = _ref2.startCentered,\n startCentered = _ref2$startCentered === void 0 ? false : _ref2$startCentered;\n var val = '';\n\n if (startCentered && IS_IE) {\n val += \"translate(\".concat(transform.x / d - width / 2, \"em, \").concat(transform.y / d - height / 2, \"em) \");\n } else if (startCentered) {\n val += \"translate(calc(-50% + \".concat(transform.x / d, \"em), calc(-50% + \").concat(transform.y / d, \"em)) \");\n } else {\n val += \"translate(\".concat(transform.x / d, \"em, \").concat(transform.y / d, \"em) \");\n }\n\n val += \"scale(\".concat(transform.size / d * (transform.flipX ? -1 : 1), \", \").concat(transform.size / d * (transform.flipY ? -1 : 1), \") \");\n val += \"rotate(\".concat(transform.rotate, \"deg) \");\n return val;\n}\n\nvar ALL_SPACE = {\n x: 0,\n y: 0,\n width: '100%',\n height: '100%'\n};\n\nfunction fillBlack(abstract) {\n var force = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;\n\n if (abstract.attributes && (abstract.attributes.fill || force)) {\n abstract.attributes.fill = 'black';\n }\n\n return abstract;\n}\n\nfunction deGroup(abstract) {\n if (abstract.tag === 'g') {\n return abstract.children;\n } else {\n return [abstract];\n }\n}\n\nfunction makeIconMasking (_ref) {\n var children = _ref.children,\n attributes = _ref.attributes,\n main = _ref.main,\n mask = _ref.mask,\n transform = _ref.transform;\n var mainWidth = main.width,\n mainPath = main.icon;\n var maskWidth = mask.width,\n maskPath = mask.icon;\n var trans = transformForSvg({\n transform: transform,\n containerWidth: maskWidth,\n iconWidth: mainWidth\n });\n var maskRect = {\n tag: 'rect',\n attributes: _objectSpread({}, ALL_SPACE, {\n fill: 'white'\n })\n };\n var maskInnerGroupChildrenMixin = mainPath.children ? {\n children: mainPath.children.map(fillBlack)\n } : {};\n var maskInnerGroup = {\n tag: 'g',\n attributes: _objectSpread({}, trans.inner),\n children: [fillBlack(_objectSpread({\n tag: mainPath.tag,\n attributes: _objectSpread({}, mainPath.attributes, trans.path)\n }, maskInnerGroupChildrenMixin))]\n };\n var maskOuterGroup = {\n tag: 'g',\n attributes: _objectSpread({}, trans.outer),\n children: [maskInnerGroup]\n };\n var maskId = \"mask-\".concat(nextUniqueId());\n var clipId = \"clip-\".concat(nextUniqueId());\n var maskTag = {\n tag: 'mask',\n attributes: _objectSpread({}, ALL_SPACE, {\n id: maskId,\n maskUnits: 'userSpaceOnUse',\n maskContentUnits: 'userSpaceOnUse'\n }),\n children: [maskRect, maskOuterGroup]\n };\n var defs = {\n tag: 'defs',\n children: [{\n tag: 'clipPath',\n attributes: {\n id: clipId\n },\n children: deGroup(maskPath)\n }, maskTag]\n };\n children.push(defs, {\n tag: 'rect',\n attributes: _objectSpread({\n fill: 'currentColor',\n 'clip-path': \"url(#\".concat(clipId, \")\"),\n mask: \"url(#\".concat(maskId, \")\")\n }, ALL_SPACE)\n });\n return {\n children: children,\n attributes: attributes\n };\n}\n\nfunction makeIconStandard (_ref) {\n var children = _ref.children,\n attributes = _ref.attributes,\n main = _ref.main,\n transform = _ref.transform,\n styles = _ref.styles;\n var styleString = joinStyles(styles);\n\n if (styleString.length > 0) {\n attributes['style'] = styleString;\n }\n\n if (transformIsMeaningful(transform)) {\n var trans = transformForSvg({\n transform: transform,\n containerWidth: main.width,\n iconWidth: main.width\n });\n children.push({\n tag: 'g',\n attributes: _objectSpread({}, trans.outer),\n children: [{\n tag: 'g',\n attributes: _objectSpread({}, trans.inner),\n children: [{\n tag: main.icon.tag,\n children: main.icon.children,\n attributes: _objectSpread({}, main.icon.attributes, trans.path)\n }]\n }]\n });\n } else {\n children.push(main.icon);\n }\n\n return {\n children: children,\n attributes: attributes\n };\n}\n\nfunction asIcon (_ref) {\n var children = _ref.children,\n main = _ref.main,\n mask = _ref.mask,\n attributes = _ref.attributes,\n styles = _ref.styles,\n transform = _ref.transform;\n\n if (transformIsMeaningful(transform) && main.found && !mask.found) {\n var width = main.width,\n height = main.height;\n var offset = {\n x: width / height / 2,\n y: 0.5\n };\n attributes['style'] = joinStyles(_objectSpread({}, styles, {\n 'transform-origin': \"\".concat(offset.x + transform.x / 16, \"em \").concat(offset.y + transform.y / 16, \"em\")\n }));\n }\n\n return [{\n tag: 'svg',\n attributes: attributes,\n children: children\n }];\n}\n\nfunction asSymbol (_ref) {\n var prefix = _ref.prefix,\n iconName = _ref.iconName,\n children = _ref.children,\n attributes = _ref.attributes,\n symbol = _ref.symbol;\n var id = symbol === true ? \"\".concat(prefix, \"-\").concat(config.familyPrefix, \"-\").concat(iconName) : symbol;\n return [{\n tag: 'svg',\n attributes: {\n style: 'display: none;'\n },\n children: [{\n tag: 'symbol',\n attributes: _objectSpread({}, attributes, {\n id: id\n }),\n children: children\n }]\n }];\n}\n\nfunction makeInlineSvgAbstract(params) {\n var _params$icons = params.icons,\n main = _params$icons.main,\n mask = _params$icons.mask,\n prefix = params.prefix,\n iconName = params.iconName,\n transform = params.transform,\n symbol = params.symbol,\n title = params.title,\n extra = params.extra,\n _params$watchable = params.watchable,\n watchable = _params$watchable === void 0 ? false : _params$watchable;\n\n var _ref = mask.found ? mask : main,\n width = _ref.width,\n height = _ref.height;\n\n var widthClass = \"fa-w-\".concat(Math.ceil(width / height * 16));\n var attrClass = [config.replacementClass, iconName ? \"\".concat(config.familyPrefix, \"-\").concat(iconName) : '', widthClass].filter(function (c) {\n return extra.classes.indexOf(c) === -1;\n }).concat(extra.classes).join(' ');\n var content = {\n children: [],\n attributes: _objectSpread({}, extra.attributes, {\n 'data-prefix': prefix,\n 'data-icon': iconName,\n 'class': attrClass,\n 'role': extra.attributes.role || 'img',\n 'xmlns': 'http://www.w3.org/2000/svg',\n 'viewBox': \"0 0 \".concat(width, \" \").concat(height)\n })\n };\n\n if (watchable) {\n content.attributes[DATA_FA_I2SVG] = '';\n }\n\n if (title) content.children.push({\n tag: 'title',\n attributes: {\n id: content.attributes['aria-labelledby'] || \"title-\".concat(nextUniqueId())\n },\n children: [title]\n });\n\n var args = _objectSpread({}, content, {\n prefix: prefix,\n iconName: iconName,\n main: main,\n mask: mask,\n transform: transform,\n symbol: symbol,\n styles: extra.styles\n });\n\n var _ref2 = mask.found && main.found ? makeIconMasking(args) : makeIconStandard(args),\n children = _ref2.children,\n attributes = _ref2.attributes;\n\n args.children = children;\n args.attributes = attributes;\n\n if (symbol) {\n return asSymbol(args);\n } else {\n return asIcon(args);\n }\n}\nfunction makeLayersTextAbstract(params) {\n var content = params.content,\n width = params.width,\n height = params.height,\n transform = params.transform,\n title = params.title,\n extra = params.extra,\n _params$watchable2 = params.watchable,\n watchable = _params$watchable2 === void 0 ? false : _params$watchable2;\n\n var attributes = _objectSpread({}, extra.attributes, title ? {\n 'title': title\n } : {}, {\n 'class': extra.classes.join(' ')\n });\n\n if (watchable) {\n attributes[DATA_FA_I2SVG] = '';\n }\n\n var styles = _objectSpread({}, extra.styles);\n\n if (transformIsMeaningful(transform)) {\n styles['transform'] = transformForCss({\n transform: transform,\n startCentered: true,\n width: width,\n height: height\n });\n styles['-webkit-transform'] = styles['transform'];\n }\n\n var styleString = joinStyles(styles);\n\n if (styleString.length > 0) {\n attributes['style'] = styleString;\n }\n\n var val = [];\n val.push({\n tag: 'span',\n attributes: attributes,\n children: [content]\n });\n\n if (title) {\n val.push({\n tag: 'span',\n attributes: {\n class: 'sr-only'\n },\n children: [title]\n });\n }\n\n return val;\n}\nfunction makeLayersCounterAbstract(params) {\n var content = params.content,\n title = params.title,\n extra = params.extra;\n\n var attributes = _objectSpread({}, extra.attributes, title ? {\n 'title': title\n } : {}, {\n 'class': extra.classes.join(' ')\n });\n\n var styleString = joinStyles(extra.styles);\n\n if (styleString.length > 0) {\n attributes['style'] = styleString;\n }\n\n var val = [];\n val.push({\n tag: 'span',\n attributes: attributes,\n children: [content]\n });\n\n if (title) {\n val.push({\n tag: 'span',\n attributes: {\n class: 'sr-only'\n },\n children: [title]\n });\n }\n\n return val;\n}\n\nvar noop$1 = function noop() {};\n\nvar p = config.measurePerformance && PERFORMANCE && PERFORMANCE.mark && PERFORMANCE.measure ? PERFORMANCE : {\n mark: noop$1,\n measure: noop$1\n};\nvar preamble = \"FA \\\"5.11.2\\\"\";\n\nvar begin = function begin(name) {\n p.mark(\"\".concat(preamble, \" \").concat(name, \" begins\"));\n return function () {\n return end(name);\n };\n};\n\nvar end = function end(name) {\n p.mark(\"\".concat(preamble, \" \").concat(name, \" ends\"));\n p.measure(\"\".concat(preamble, \" \").concat(name), \"\".concat(preamble, \" \").concat(name, \" begins\"), \"\".concat(preamble, \" \").concat(name, \" ends\"));\n};\n\nvar perf = {\n begin: begin,\n end: end\n};\n\n/**\n * Internal helper to bind a function known to have 4 arguments\n * to a given context.\n */\n\nvar bindInternal4 = function bindInternal4(func, thisContext) {\n return function (a, b, c, d) {\n return func.call(thisContext, a, b, c, d);\n };\n};\n\n/**\n * # Reduce\n *\n * A fast object `.reduce()` implementation.\n *\n * @param {Object} subject The object to reduce over.\n * @param {Function} fn The reducer function.\n * @param {mixed} initialValue The initial value for the reducer, defaults to subject[0].\n * @param {Object} thisContext The context for the reducer.\n * @return {mixed} The final result.\n */\n\n\nvar reduce = function fastReduceObject(subject, fn, initialValue, thisContext) {\n var keys = Object.keys(subject),\n length = keys.length,\n iterator = thisContext !== undefined ? bindInternal4(fn, thisContext) : fn,\n i,\n key,\n result;\n\n if (initialValue === undefined) {\n i = 1;\n result = subject[keys[0]];\n } else {\n i = 0;\n result = initialValue;\n }\n\n for (; i < length; i++) {\n key = keys[i];\n result = iterator(result, subject[key], key, subject);\n }\n\n return result;\n};\n\nfunction toHex(unicode) {\n var result = '';\n\n for (var i = 0; i < unicode.length; i++) {\n var hex = unicode.charCodeAt(i).toString(16);\n result += ('000' + hex).slice(-4);\n }\n\n return result;\n}\n\nfunction defineIcons(prefix, icons) {\n var params = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\n var _params$skipHooks = params.skipHooks,\n skipHooks = _params$skipHooks === void 0 ? false : _params$skipHooks;\n var normalized = Object.keys(icons).reduce(function (acc, iconName) {\n var icon = icons[iconName];\n var expanded = !!icon.icon;\n\n if (expanded) {\n acc[icon.iconName] = icon.icon;\n } else {\n acc[iconName] = icon;\n }\n\n return acc;\n }, {});\n\n if (typeof namespace.hooks.addPack === 'function' && !skipHooks) {\n namespace.hooks.addPack(prefix, normalized);\n } else {\n namespace.styles[prefix] = _objectSpread({}, namespace.styles[prefix] || {}, normalized);\n }\n /**\n * Font Awesome 4 used the prefix of `fa` for all icons. With the introduction\n * of new styles we needed to differentiate between them. Prefix `fa` is now an alias\n * for `fas` so we'll easy the upgrade process for our users by automatically defining\n * this as well.\n */\n\n\n if (prefix === 'fas') {\n defineIcons('fa', icons);\n }\n}\n\nvar styles = namespace.styles,\n shims = namespace.shims;\nvar _byUnicode = {};\nvar _byLigature = {};\nvar _byOldName = {};\nvar build = function build() {\n var lookup = function lookup(reducer) {\n return reduce(styles, function (o, style, prefix) {\n o[prefix] = reduce(style, reducer, {});\n return o;\n }, {});\n };\n\n _byUnicode = lookup(function (acc, icon, iconName) {\n if (icon[3]) {\n acc[icon[3]] = iconName;\n }\n\n return acc;\n });\n _byLigature = lookup(function (acc, icon, iconName) {\n var ligatures = icon[2];\n acc[iconName] = iconName;\n ligatures.forEach(function (ligature) {\n acc[ligature] = iconName;\n });\n return acc;\n });\n var hasRegular = 'far' in styles;\n _byOldName = reduce(shims, function (acc, shim) {\n var oldName = shim[0];\n var prefix = shim[1];\n var iconName = shim[2];\n\n if (prefix === 'far' && !hasRegular) {\n prefix = 'fas';\n }\n\n acc[oldName] = {\n prefix: prefix,\n iconName: iconName\n };\n return acc;\n }, {});\n};\nbuild();\nfunction byUnicode(prefix, unicode) {\n return (_byUnicode[prefix] || {})[unicode];\n}\nfunction byLigature(prefix, ligature) {\n return (_byLigature[prefix] || {})[ligature];\n}\nfunction byOldName(name) {\n return _byOldName[name] || {\n prefix: null,\n iconName: null\n };\n}\n\nvar styles$1 = namespace.styles;\nvar emptyCanonicalIcon = function emptyCanonicalIcon() {\n return {\n prefix: null,\n iconName: null,\n rest: []\n };\n};\nfunction getCanonicalIcon(values) {\n return values.reduce(function (acc, cls) {\n var iconName = getIconName(config.familyPrefix, cls);\n\n if (styles$1[cls]) {\n acc.prefix = cls;\n } else if (config.autoFetchSvg && ['fas', 'far', 'fal', 'fad', 'fab', 'fa'].indexOf(cls) > -1) {\n acc.prefix = cls;\n } else if (iconName) {\n var shim = acc.prefix === 'fa' ? byOldName(iconName) : {};\n acc.iconName = shim.iconName || iconName;\n acc.prefix = shim.prefix || acc.prefix;\n } else if (cls !== config.replacementClass && cls.indexOf('fa-w-') !== 0) {\n acc.rest.push(cls);\n }\n\n return acc;\n }, emptyCanonicalIcon());\n}\nfunction iconFromMapping(mapping, prefix, iconName) {\n if (mapping && mapping[prefix] && mapping[prefix][iconName]) {\n return {\n prefix: prefix,\n iconName: iconName,\n icon: mapping[prefix][iconName]\n };\n }\n}\n\nfunction toHtml(abstractNodes) {\n var tag = abstractNodes.tag,\n _abstractNodes$attrib = abstractNodes.attributes,\n attributes = _abstractNodes$attrib === void 0 ? {} : _abstractNodes$attrib,\n _abstractNodes$childr = abstractNodes.children,\n children = _abstractNodes$childr === void 0 ? [] : _abstractNodes$childr;\n\n if (typeof abstractNodes === 'string') {\n return htmlEscape(abstractNodes);\n } else {\n return \"<\".concat(tag, \" \").concat(joinAttributes(attributes), \">\").concat(children.map(toHtml).join(''), \"\");\n }\n}\n\nvar noop$2 = function noop() {};\n\nfunction isWatched(node) {\n var i2svg = node.getAttribute ? node.getAttribute(DATA_FA_I2SVG) : null;\n return typeof i2svg === 'string';\n}\n\nfunction getMutator() {\n if (config.autoReplaceSvg === true) {\n return mutators.replace;\n }\n\n var mutator = mutators[config.autoReplaceSvg];\n return mutator || mutators.replace;\n}\n\nvar mutators = {\n replace: function replace(mutation) {\n var node = mutation[0];\n var abstract = mutation[1];\n var newOuterHTML = abstract.map(function (a) {\n return toHtml(a);\n }).join('\\n');\n\n if (node.parentNode && node.outerHTML) {\n node.outerHTML = newOuterHTML + (config.keepOriginalSource && node.tagName.toLowerCase() !== 'svg' ? \"\") : '');\n } else if (node.parentNode) {\n var newNode = document.createElement('span');\n node.parentNode.replaceChild(newNode, node);\n newNode.outerHTML = newOuterHTML;\n }\n },\n nest: function nest(mutation) {\n var node = mutation[0];\n var abstract = mutation[1]; // If we already have a replaced node we do not want to continue nesting within it.\n // Short-circuit to the standard replacement\n\n if (~classArray(node).indexOf(config.replacementClass)) {\n return mutators.replace(mutation);\n }\n\n var forSvg = new RegExp(\"\".concat(config.familyPrefix, \"-.*\"));\n delete abstract[0].attributes.style;\n delete abstract[0].attributes.id;\n var splitClasses = abstract[0].attributes.class.split(' ').reduce(function (acc, cls) {\n if (cls === config.replacementClass || cls.match(forSvg)) {\n acc.toSvg.push(cls);\n } else {\n acc.toNode.push(cls);\n }\n\n return acc;\n }, {\n toNode: [],\n toSvg: []\n });\n abstract[0].attributes.class = splitClasses.toSvg.join(' ');\n var newInnerHTML = abstract.map(function (a) {\n return toHtml(a);\n }).join('\\n');\n node.setAttribute('class', splitClasses.toNode.join(' '));\n node.setAttribute(DATA_FA_I2SVG, '');\n node.innerHTML = newInnerHTML;\n }\n};\n\nfunction performOperationSync(op) {\n op();\n}\n\nfunction perform(mutations, callback) {\n var callbackFunction = typeof callback === 'function' ? callback : noop$2;\n\n if (mutations.length === 0) {\n callbackFunction();\n } else {\n var frame = performOperationSync;\n\n if (config.mutateApproach === MUTATION_APPROACH_ASYNC) {\n frame = WINDOW.requestAnimationFrame || performOperationSync;\n }\n\n frame(function () {\n var mutator = getMutator();\n var mark = perf.begin('mutate');\n mutations.map(mutator);\n mark();\n callbackFunction();\n });\n }\n}\nvar disabled = false;\nfunction disableObservation() {\n disabled = true;\n}\nfunction enableObservation() {\n disabled = false;\n}\nvar mo = null;\nfunction observe(options) {\n if (!MUTATION_OBSERVER) {\n return;\n }\n\n if (!config.observeMutations) {\n return;\n }\n\n var treeCallback = options.treeCallback,\n nodeCallback = options.nodeCallback,\n pseudoElementsCallback = options.pseudoElementsCallback,\n _options$observeMutat = options.observeMutationsRoot,\n observeMutationsRoot = _options$observeMutat === void 0 ? DOCUMENT : _options$observeMutat;\n mo = new MUTATION_OBSERVER(function (objects) {\n if (disabled) return;\n toArray(objects).forEach(function (mutationRecord) {\n if (mutationRecord.type === 'childList' && mutationRecord.addedNodes.length > 0 && !isWatched(mutationRecord.addedNodes[0])) {\n if (config.searchPseudoElements) {\n pseudoElementsCallback(mutationRecord.target);\n }\n\n treeCallback(mutationRecord.target);\n }\n\n if (mutationRecord.type === 'attributes' && mutationRecord.target.parentNode && config.searchPseudoElements) {\n pseudoElementsCallback(mutationRecord.target.parentNode);\n }\n\n if (mutationRecord.type === 'attributes' && isWatched(mutationRecord.target) && ~ATTRIBUTES_WATCHED_FOR_MUTATION.indexOf(mutationRecord.attributeName)) {\n if (mutationRecord.attributeName === 'class') {\n var _getCanonicalIcon = getCanonicalIcon(classArray(mutationRecord.target)),\n prefix = _getCanonicalIcon.prefix,\n iconName = _getCanonicalIcon.iconName;\n\n if (prefix) mutationRecord.target.setAttribute('data-prefix', prefix);\n if (iconName) mutationRecord.target.setAttribute('data-icon', iconName);\n } else {\n nodeCallback(mutationRecord.target);\n }\n }\n });\n });\n if (!IS_DOM) return;\n mo.observe(observeMutationsRoot, {\n childList: true,\n attributes: true,\n characterData: true,\n subtree: true\n });\n}\nfunction disconnect() {\n if (!mo) return;\n mo.disconnect();\n}\n\nfunction styleParser (node) {\n var style = node.getAttribute('style');\n var val = [];\n\n if (style) {\n val = style.split(';').reduce(function (acc, style) {\n var styles = style.split(':');\n var prop = styles[0];\n var value = styles.slice(1);\n\n if (prop && value.length > 0) {\n acc[prop] = value.join(':').trim();\n }\n\n return acc;\n }, {});\n }\n\n return val;\n}\n\nfunction classParser (node) {\n var existingPrefix = node.getAttribute('data-prefix');\n var existingIconName = node.getAttribute('data-icon');\n var innerText = node.innerText !== undefined ? node.innerText.trim() : '';\n var val = getCanonicalIcon(classArray(node));\n\n if (existingPrefix && existingIconName) {\n val.prefix = existingPrefix;\n val.iconName = existingIconName;\n }\n\n if (val.prefix && innerText.length > 1) {\n val.iconName = byLigature(val.prefix, node.innerText);\n } else if (val.prefix && innerText.length === 1) {\n val.iconName = byUnicode(val.prefix, toHex(node.innerText));\n }\n\n return val;\n}\n\nvar parseTransformString = function parseTransformString(transformString) {\n var transform = {\n size: 16,\n x: 0,\n y: 0,\n flipX: false,\n flipY: false,\n rotate: 0\n };\n\n if (!transformString) {\n return transform;\n } else {\n return transformString.toLowerCase().split(' ').reduce(function (acc, n) {\n var parts = n.toLowerCase().split('-');\n var first = parts[0];\n var rest = parts.slice(1).join('-');\n\n if (first && rest === 'h') {\n acc.flipX = true;\n return acc;\n }\n\n if (first && rest === 'v') {\n acc.flipY = true;\n return acc;\n }\n\n rest = parseFloat(rest);\n\n if (isNaN(rest)) {\n return acc;\n }\n\n switch (first) {\n case 'grow':\n acc.size = acc.size + rest;\n break;\n\n case 'shrink':\n acc.size = acc.size - rest;\n break;\n\n case 'left':\n acc.x = acc.x - rest;\n break;\n\n case 'right':\n acc.x = acc.x + rest;\n break;\n\n case 'up':\n acc.y = acc.y - rest;\n break;\n\n case 'down':\n acc.y = acc.y + rest;\n break;\n\n case 'rotate':\n acc.rotate = acc.rotate + rest;\n break;\n }\n\n return acc;\n }, transform);\n }\n};\nfunction transformParser (node) {\n return parseTransformString(node.getAttribute('data-fa-transform'));\n}\n\nfunction symbolParser (node) {\n var symbol = node.getAttribute('data-fa-symbol');\n return symbol === null ? false : symbol === '' ? true : symbol;\n}\n\nfunction attributesParser (node) {\n var extraAttributes = toArray(node.attributes).reduce(function (acc, attr) {\n if (acc.name !== 'class' && acc.name !== 'style') {\n acc[attr.name] = attr.value;\n }\n\n return acc;\n }, {});\n var title = node.getAttribute('title');\n\n if (config.autoA11y) {\n if (title) {\n extraAttributes['aria-labelledby'] = \"\".concat(config.replacementClass, \"-title-\").concat(nextUniqueId());\n } else {\n extraAttributes['aria-hidden'] = 'true';\n extraAttributes['focusable'] = 'false';\n }\n }\n\n return extraAttributes;\n}\n\nfunction maskParser (node) {\n var mask = node.getAttribute('data-fa-mask');\n\n if (!mask) {\n return emptyCanonicalIcon();\n } else {\n return getCanonicalIcon(mask.split(' ').map(function (i) {\n return i.trim();\n }));\n }\n}\n\nfunction blankMeta() {\n return {\n iconName: null,\n title: null,\n prefix: null,\n transform: meaninglessTransform,\n symbol: false,\n mask: null,\n extra: {\n classes: [],\n styles: {},\n attributes: {}\n }\n };\n}\nfunction parseMeta(node) {\n var _classParser = classParser(node),\n iconName = _classParser.iconName,\n prefix = _classParser.prefix,\n extraClasses = _classParser.rest;\n\n var extraStyles = styleParser(node);\n var transform = transformParser(node);\n var symbol = symbolParser(node);\n var extraAttributes = attributesParser(node);\n var mask = maskParser(node);\n return {\n iconName: iconName,\n title: node.getAttribute('title'),\n prefix: prefix,\n transform: transform,\n symbol: symbol,\n mask: mask,\n extra: {\n classes: extraClasses,\n styles: extraStyles,\n attributes: extraAttributes\n }\n };\n}\n\nfunction MissingIcon(error) {\n this.name = 'MissingIcon';\n this.message = error || 'Icon unavailable';\n this.stack = new Error().stack;\n}\nMissingIcon.prototype = Object.create(Error.prototype);\nMissingIcon.prototype.constructor = MissingIcon;\n\nvar FILL = {\n fill: 'currentColor'\n};\nvar ANIMATION_BASE = {\n attributeType: 'XML',\n repeatCount: 'indefinite',\n dur: '2s'\n};\nvar RING = {\n tag: 'path',\n attributes: _objectSpread({}, FILL, {\n d: 'M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z'\n })\n};\n\nvar OPACITY_ANIMATE = _objectSpread({}, ANIMATION_BASE, {\n attributeName: 'opacity'\n});\n\nvar DOT = {\n tag: 'circle',\n attributes: _objectSpread({}, FILL, {\n cx: '256',\n cy: '364',\n r: '28'\n }),\n children: [{\n tag: 'animate',\n attributes: _objectSpread({}, ANIMATION_BASE, {\n attributeName: 'r',\n values: '28;14;28;28;14;28;'\n })\n }, {\n tag: 'animate',\n attributes: _objectSpread({}, OPACITY_ANIMATE, {\n values: '1;0;1;1;0;1;'\n })\n }]\n};\nvar QUESTION = {\n tag: 'path',\n attributes: _objectSpread({}, FILL, {\n opacity: '1',\n d: 'M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z'\n }),\n children: [{\n tag: 'animate',\n attributes: _objectSpread({}, OPACITY_ANIMATE, {\n values: '1;0;0;0;0;1;'\n })\n }]\n};\nvar EXCLAMATION = {\n tag: 'path',\n attributes: _objectSpread({}, FILL, {\n opacity: '0',\n d: 'M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z'\n }),\n children: [{\n tag: 'animate',\n attributes: _objectSpread({}, OPACITY_ANIMATE, {\n values: '0;0;1;1;0;0;'\n })\n }]\n};\nvar missing = {\n tag: 'g',\n children: [RING, DOT, QUESTION, EXCLAMATION]\n};\n\nvar styles$2 = namespace.styles;\nfunction asFoundIcon(icon) {\n var width = icon[0];\n var height = icon[1];\n\n var _icon$slice = icon.slice(4),\n _icon$slice2 = _slicedToArray(_icon$slice, 1),\n vectorData = _icon$slice2[0];\n\n var element = null;\n\n if (Array.isArray(vectorData)) {\n element = {\n tag: 'g',\n attributes: {\n class: \"\".concat(config.familyPrefix, \"-\").concat(DUOTONE_CLASSES.GROUP)\n },\n children: [{\n tag: 'path',\n attributes: {\n class: \"\".concat(config.familyPrefix, \"-\").concat(DUOTONE_CLASSES.SECONDARY),\n fill: 'currentColor',\n d: vectorData[0]\n }\n }, {\n tag: 'path',\n attributes: {\n class: \"\".concat(config.familyPrefix, \"-\").concat(DUOTONE_CLASSES.PRIMARY),\n fill: 'currentColor',\n d: vectorData[1]\n }\n }]\n };\n } else {\n element = {\n tag: 'path',\n attributes: {\n fill: 'currentColor',\n d: vectorData\n }\n };\n }\n\n return {\n found: true,\n width: width,\n height: height,\n icon: element\n };\n}\nfunction findIcon(iconName, prefix) {\n return new picked(function (resolve, reject) {\n var val = {\n found: false,\n width: 512,\n height: 512,\n icon: missing\n };\n\n if (iconName && prefix && styles$2[prefix] && styles$2[prefix][iconName]) {\n var icon = styles$2[prefix][iconName];\n return resolve(asFoundIcon(icon));\n }\n\n var headers = {};\n\n if (_typeof(WINDOW.FontAwesomeKitConfig) === 'object' && typeof window.FontAwesomeKitConfig.token === 'string') {\n headers['fa-kit-token'] = WINDOW.FontAwesomeKitConfig.token;\n }\n\n if (iconName && prefix && !config.showMissingIcons) {\n reject(new MissingIcon(\"Icon is missing for prefix \".concat(prefix, \" with icon name \").concat(iconName)));\n } else {\n resolve(val);\n }\n });\n}\n\nvar styles$3 = namespace.styles;\n\nfunction generateSvgReplacementMutation(node, nodeMeta) {\n var iconName = nodeMeta.iconName,\n title = nodeMeta.title,\n prefix = nodeMeta.prefix,\n transform = nodeMeta.transform,\n symbol = nodeMeta.symbol,\n mask = nodeMeta.mask,\n extra = nodeMeta.extra;\n return new picked(function (resolve, reject) {\n picked.all([findIcon(iconName, prefix), findIcon(mask.iconName, mask.prefix)]).then(function (_ref) {\n var _ref2 = _slicedToArray(_ref, 2),\n main = _ref2[0],\n mask = _ref2[1];\n\n resolve([node, makeInlineSvgAbstract({\n icons: {\n main: main,\n mask: mask\n },\n prefix: prefix,\n iconName: iconName,\n transform: transform,\n symbol: symbol,\n mask: mask,\n title: title,\n extra: extra,\n watchable: true\n })]);\n });\n });\n}\n\nfunction generateLayersText(node, nodeMeta) {\n var title = nodeMeta.title,\n transform = nodeMeta.transform,\n extra = nodeMeta.extra;\n var width = null;\n var height = null;\n\n if (IS_IE) {\n var computedFontSize = parseInt(getComputedStyle(node).fontSize, 10);\n var boundingClientRect = node.getBoundingClientRect();\n width = boundingClientRect.width / computedFontSize;\n height = boundingClientRect.height / computedFontSize;\n }\n\n if (config.autoA11y && !title) {\n extra.attributes['aria-hidden'] = 'true';\n }\n\n return picked.resolve([node, makeLayersTextAbstract({\n content: node.innerHTML,\n width: width,\n height: height,\n transform: transform,\n title: title,\n extra: extra,\n watchable: true\n })]);\n}\n\nfunction generateMutation(node) {\n var nodeMeta = parseMeta(node);\n\n if (~nodeMeta.extra.classes.indexOf(LAYERS_TEXT_CLASSNAME)) {\n return generateLayersText(node, nodeMeta);\n } else {\n return generateSvgReplacementMutation(node, nodeMeta);\n }\n}\n\nfunction onTree(root) {\n var callback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;\n if (!IS_DOM) return;\n var htmlClassList = DOCUMENT.documentElement.classList;\n\n var hclAdd = function hclAdd(suffix) {\n return htmlClassList.add(\"\".concat(HTML_CLASS_I2SVG_BASE_CLASS, \"-\").concat(suffix));\n };\n\n var hclRemove = function hclRemove(suffix) {\n return htmlClassList.remove(\"\".concat(HTML_CLASS_I2SVG_BASE_CLASS, \"-\").concat(suffix));\n };\n\n var prefixes = config.autoFetchSvg ? Object.keys(PREFIX_TO_STYLE) : Object.keys(styles$3);\n var prefixesDomQuery = [\".\".concat(LAYERS_TEXT_CLASSNAME, \":not([\").concat(DATA_FA_I2SVG, \"])\")].concat(prefixes.map(function (p) {\n return \".\".concat(p, \":not([\").concat(DATA_FA_I2SVG, \"])\");\n })).join(', ');\n\n if (prefixesDomQuery.length === 0) {\n return;\n }\n\n var candidates = [];\n\n try {\n candidates = toArray(root.querySelectorAll(prefixesDomQuery));\n } catch (e) {// noop\n }\n\n if (candidates.length > 0) {\n hclAdd('pending');\n hclRemove('complete');\n } else {\n return;\n }\n\n var mark = perf.begin('onTree');\n var mutations = candidates.reduce(function (acc, node) {\n try {\n var mutation = generateMutation(node);\n\n if (mutation) {\n acc.push(mutation);\n }\n } catch (e) {\n if (!PRODUCTION) {\n if (e instanceof MissingIcon) {\n console.error(e);\n }\n }\n }\n\n return acc;\n }, []);\n return new picked(function (resolve, reject) {\n picked.all(mutations).then(function (resolvedMutations) {\n perform(resolvedMutations, function () {\n hclAdd('active');\n hclAdd('complete');\n hclRemove('pending');\n if (typeof callback === 'function') callback();\n mark();\n resolve();\n });\n }).catch(function () {\n mark();\n reject();\n });\n });\n}\nfunction onNode(node) {\n var callback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;\n generateMutation(node).then(function (mutation) {\n if (mutation) {\n perform([mutation], callback);\n }\n });\n}\n\nfunction replaceForPosition(node, position) {\n var pendingAttribute = \"\".concat(DATA_FA_PSEUDO_ELEMENT_PENDING).concat(position.replace(':', '-'));\n return new picked(function (resolve, reject) {\n if (node.getAttribute(pendingAttribute) !== null) {\n // This node is already being processed\n return resolve();\n }\n\n var children = toArray(node.children);\n var alreadyProcessedPseudoElement = children.filter(function (c) {\n return c.getAttribute(DATA_FA_PSEUDO_ELEMENT) === position;\n })[0];\n var styles = WINDOW.getComputedStyle(node, position);\n var fontFamily = styles.getPropertyValue('font-family').match(FONT_FAMILY_PATTERN);\n var fontWeight = styles.getPropertyValue('font-weight');\n\n if (alreadyProcessedPseudoElement && !fontFamily) {\n // If we've already processed it but the current computed style does not result in a font-family,\n // that probably means that a class name that was previously present to make the icon has been\n // removed. So we now should delete the icon.\n node.removeChild(alreadyProcessedPseudoElement);\n return resolve();\n } else if (fontFamily) {\n var content = styles.getPropertyValue('content');\n var prefix = ~['Solid', 'Regular', 'Light', 'Duotone', 'Brands'].indexOf(fontFamily[1]) ? STYLE_TO_PREFIX[fontFamily[1].toLowerCase()] : FONT_WEIGHT_TO_PREFIX[fontWeight];\n var hexValue = toHex(content.length === 3 ? content.substr(1, 1) : content);\n var iconName = byUnicode(prefix, hexValue);\n var iconIdentifier = iconName; // Only convert the pseudo element in this :before/:after position into an icon if we haven't\n // already done so with the same prefix and iconName\n\n if (iconName && (!alreadyProcessedPseudoElement || alreadyProcessedPseudoElement.getAttribute(DATA_PREFIX) !== prefix || alreadyProcessedPseudoElement.getAttribute(DATA_ICON) !== iconIdentifier)) {\n node.setAttribute(pendingAttribute, iconIdentifier);\n\n if (alreadyProcessedPseudoElement) {\n // Delete the old one, since we're replacing it with a new one\n node.removeChild(alreadyProcessedPseudoElement);\n }\n\n var meta = blankMeta();\n var extra = meta.extra;\n extra.attributes[DATA_FA_PSEUDO_ELEMENT] = position;\n findIcon(iconName, prefix).then(function (main) {\n var abstract = makeInlineSvgAbstract(_objectSpread({}, meta, {\n icons: {\n main: main,\n mask: emptyCanonicalIcon()\n },\n prefix: prefix,\n iconName: iconIdentifier,\n extra: extra,\n watchable: true\n }));\n var element = DOCUMENT.createElement('svg');\n\n if (position === ':before') {\n node.insertBefore(element, node.firstChild);\n } else {\n node.appendChild(element);\n }\n\n element.outerHTML = abstract.map(function (a) {\n return toHtml(a);\n }).join('\\n');\n node.removeAttribute(pendingAttribute);\n resolve();\n }).catch(reject);\n } else {\n resolve();\n }\n } else {\n resolve();\n }\n });\n}\n\nfunction replace(node) {\n return picked.all([replaceForPosition(node, ':before'), replaceForPosition(node, ':after')]);\n}\n\nfunction processable(node) {\n return node.parentNode !== document.head && !~TAGNAMES_TO_SKIP_FOR_PSEUDOELEMENTS.indexOf(node.tagName.toUpperCase()) && !node.getAttribute(DATA_FA_PSEUDO_ELEMENT) && (!node.parentNode || node.parentNode.tagName !== 'svg');\n}\n\nfunction searchPseudoElements (root) {\n if (!IS_DOM) return;\n return new picked(function (resolve, reject) {\n var operations = toArray(root.querySelectorAll('*')).filter(processable).map(replace);\n var end = perf.begin('searchPseudoElements');\n disableObservation();\n picked.all(operations).then(function () {\n end();\n enableObservation();\n resolve();\n }).catch(function () {\n end();\n enableObservation();\n reject();\n });\n });\n}\n\nvar baseStyles = \"svg:not(:root).svg-inline--fa {\\n overflow: visible;\\n}\\n\\n.svg-inline--fa {\\n display: inline-block;\\n font-size: inherit;\\n height: 1em;\\n overflow: visible;\\n vertical-align: -0.125em;\\n}\\n.svg-inline--fa.fa-lg {\\n vertical-align: -0.225em;\\n}\\n.svg-inline--fa.fa-w-1 {\\n width: 0.0625em;\\n}\\n.svg-inline--fa.fa-w-2 {\\n width: 0.125em;\\n}\\n.svg-inline--fa.fa-w-3 {\\n width: 0.1875em;\\n}\\n.svg-inline--fa.fa-w-4 {\\n width: 0.25em;\\n}\\n.svg-inline--fa.fa-w-5 {\\n width: 0.3125em;\\n}\\n.svg-inline--fa.fa-w-6 {\\n width: 0.375em;\\n}\\n.svg-inline--fa.fa-w-7 {\\n width: 0.4375em;\\n}\\n.svg-inline--fa.fa-w-8 {\\n width: 0.5em;\\n}\\n.svg-inline--fa.fa-w-9 {\\n width: 0.5625em;\\n}\\n.svg-inline--fa.fa-w-10 {\\n width: 0.625em;\\n}\\n.svg-inline--fa.fa-w-11 {\\n width: 0.6875em;\\n}\\n.svg-inline--fa.fa-w-12 {\\n width: 0.75em;\\n}\\n.svg-inline--fa.fa-w-13 {\\n width: 0.8125em;\\n}\\n.svg-inline--fa.fa-w-14 {\\n width: 0.875em;\\n}\\n.svg-inline--fa.fa-w-15 {\\n width: 0.9375em;\\n}\\n.svg-inline--fa.fa-w-16 {\\n width: 1em;\\n}\\n.svg-inline--fa.fa-w-17 {\\n width: 1.0625em;\\n}\\n.svg-inline--fa.fa-w-18 {\\n width: 1.125em;\\n}\\n.svg-inline--fa.fa-w-19 {\\n width: 1.1875em;\\n}\\n.svg-inline--fa.fa-w-20 {\\n width: 1.25em;\\n}\\n.svg-inline--fa.fa-pull-left {\\n margin-right: 0.3em;\\n width: auto;\\n}\\n.svg-inline--fa.fa-pull-right {\\n margin-left: 0.3em;\\n width: auto;\\n}\\n.svg-inline--fa.fa-border {\\n height: 1.5em;\\n}\\n.svg-inline--fa.fa-li {\\n width: 2em;\\n}\\n.svg-inline--fa.fa-fw {\\n width: 1.25em;\\n}\\n\\n.fa-layers svg.svg-inline--fa {\\n bottom: 0;\\n left: 0;\\n margin: auto;\\n position: absolute;\\n right: 0;\\n top: 0;\\n}\\n\\n.fa-layers {\\n display: inline-block;\\n height: 1em;\\n position: relative;\\n text-align: center;\\n vertical-align: -0.125em;\\n width: 1em;\\n}\\n.fa-layers svg.svg-inline--fa {\\n -webkit-transform-origin: center center;\\n transform-origin: center center;\\n}\\n\\n.fa-layers-counter, .fa-layers-text {\\n display: inline-block;\\n position: absolute;\\n text-align: center;\\n}\\n\\n.fa-layers-text {\\n left: 50%;\\n top: 50%;\\n -webkit-transform: translate(-50%, -50%);\\n transform: translate(-50%, -50%);\\n -webkit-transform-origin: center center;\\n transform-origin: center center;\\n}\\n\\n.fa-layers-counter {\\n background-color: #ff253a;\\n border-radius: 1em;\\n -webkit-box-sizing: border-box;\\n box-sizing: border-box;\\n color: #fff;\\n height: 1.5em;\\n line-height: 1;\\n max-width: 5em;\\n min-width: 1.5em;\\n overflow: hidden;\\n padding: 0.25em;\\n right: 0;\\n text-overflow: ellipsis;\\n top: 0;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: top right;\\n transform-origin: top right;\\n}\\n\\n.fa-layers-bottom-right {\\n bottom: 0;\\n right: 0;\\n top: auto;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: bottom right;\\n transform-origin: bottom right;\\n}\\n\\n.fa-layers-bottom-left {\\n bottom: 0;\\n left: 0;\\n right: auto;\\n top: auto;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: bottom left;\\n transform-origin: bottom left;\\n}\\n\\n.fa-layers-top-right {\\n right: 0;\\n top: 0;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: top right;\\n transform-origin: top right;\\n}\\n\\n.fa-layers-top-left {\\n left: 0;\\n right: auto;\\n top: 0;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: top left;\\n transform-origin: top left;\\n}\\n\\n.fa-lg {\\n font-size: 1.3333333333em;\\n line-height: 0.75em;\\n vertical-align: -0.0667em;\\n}\\n\\n.fa-xs {\\n font-size: 0.75em;\\n}\\n\\n.fa-sm {\\n font-size: 0.875em;\\n}\\n\\n.fa-1x {\\n font-size: 1em;\\n}\\n\\n.fa-2x {\\n font-size: 2em;\\n}\\n\\n.fa-3x {\\n font-size: 3em;\\n}\\n\\n.fa-4x {\\n font-size: 4em;\\n}\\n\\n.fa-5x {\\n font-size: 5em;\\n}\\n\\n.fa-6x {\\n font-size: 6em;\\n}\\n\\n.fa-7x {\\n font-size: 7em;\\n}\\n\\n.fa-8x {\\n font-size: 8em;\\n}\\n\\n.fa-9x {\\n font-size: 9em;\\n}\\n\\n.fa-10x {\\n font-size: 10em;\\n}\\n\\n.fa-fw {\\n text-align: center;\\n width: 1.25em;\\n}\\n\\n.fa-ul {\\n list-style-type: none;\\n margin-left: 2.5em;\\n padding-left: 0;\\n}\\n.fa-ul > li {\\n position: relative;\\n}\\n\\n.fa-li {\\n left: -2em;\\n position: absolute;\\n text-align: center;\\n width: 2em;\\n line-height: inherit;\\n}\\n\\n.fa-border {\\n border: solid 0.08em #eee;\\n border-radius: 0.1em;\\n padding: 0.2em 0.25em 0.15em;\\n}\\n\\n.fa-pull-left {\\n float: left;\\n}\\n\\n.fa-pull-right {\\n float: right;\\n}\\n\\n.fa.fa-pull-left,\\n.fas.fa-pull-left,\\n.far.fa-pull-left,\\n.fal.fa-pull-left,\\n.fab.fa-pull-left {\\n margin-right: 0.3em;\\n}\\n.fa.fa-pull-right,\\n.fas.fa-pull-right,\\n.far.fa-pull-right,\\n.fal.fa-pull-right,\\n.fab.fa-pull-right {\\n margin-left: 0.3em;\\n}\\n\\n.fa-spin {\\n -webkit-animation: fa-spin 2s infinite linear;\\n animation: fa-spin 2s infinite linear;\\n}\\n\\n.fa-pulse {\\n -webkit-animation: fa-spin 1s infinite steps(8);\\n animation: fa-spin 1s infinite steps(8);\\n}\\n\\n@-webkit-keyframes fa-spin {\\n 0% {\\n -webkit-transform: rotate(0deg);\\n transform: rotate(0deg);\\n }\\n 100% {\\n -webkit-transform: rotate(360deg);\\n transform: rotate(360deg);\\n }\\n}\\n\\n@keyframes fa-spin {\\n 0% {\\n -webkit-transform: rotate(0deg);\\n transform: rotate(0deg);\\n }\\n 100% {\\n -webkit-transform: rotate(360deg);\\n transform: rotate(360deg);\\n }\\n}\\n.fa-rotate-90 {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)\\\";\\n -webkit-transform: rotate(90deg);\\n transform: rotate(90deg);\\n}\\n\\n.fa-rotate-180 {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)\\\";\\n -webkit-transform: rotate(180deg);\\n transform: rotate(180deg);\\n}\\n\\n.fa-rotate-270 {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)\\\";\\n -webkit-transform: rotate(270deg);\\n transform: rotate(270deg);\\n}\\n\\n.fa-flip-horizontal {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)\\\";\\n -webkit-transform: scale(-1, 1);\\n transform: scale(-1, 1);\\n}\\n\\n.fa-flip-vertical {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\\\";\\n -webkit-transform: scale(1, -1);\\n transform: scale(1, -1);\\n}\\n\\n.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\\\";\\n -webkit-transform: scale(-1, -1);\\n transform: scale(-1, -1);\\n}\\n\\n:root .fa-rotate-90,\\n:root .fa-rotate-180,\\n:root .fa-rotate-270,\\n:root .fa-flip-horizontal,\\n:root .fa-flip-vertical,\\n:root .fa-flip-both {\\n -webkit-filter: none;\\n filter: none;\\n}\\n\\n.fa-stack {\\n display: inline-block;\\n height: 2em;\\n position: relative;\\n width: 2.5em;\\n}\\n\\n.fa-stack-1x,\\n.fa-stack-2x {\\n bottom: 0;\\n left: 0;\\n margin: auto;\\n position: absolute;\\n right: 0;\\n top: 0;\\n}\\n\\n.svg-inline--fa.fa-stack-1x {\\n height: 1em;\\n width: 1.25em;\\n}\\n.svg-inline--fa.fa-stack-2x {\\n height: 2em;\\n width: 2.5em;\\n}\\n\\n.fa-inverse {\\n color: #fff;\\n}\\n\\n.sr-only {\\n border: 0;\\n clip: rect(0, 0, 0, 0);\\n height: 1px;\\n margin: -1px;\\n overflow: hidden;\\n padding: 0;\\n position: absolute;\\n width: 1px;\\n}\\n\\n.sr-only-focusable:active, .sr-only-focusable:focus {\\n clip: auto;\\n height: auto;\\n margin: 0;\\n overflow: visible;\\n position: static;\\n width: auto;\\n}\\n\\n.svg-inline--fa .fa-primary {\\n fill: var(--fa-primary-color, currentColor);\\n opacity: 1;\\n opacity: var(--fa-primary-opacity, 1);\\n}\\n\\n.svg-inline--fa .fa-secondary {\\n fill: var(--fa-secondary-color, currentColor);\\n opacity: 0.4;\\n opacity: var(--fa-secondary-opacity, 0.4);\\n}\\n\\n.svg-inline--fa.fa-swap-opacity .fa-primary {\\n opacity: 0.4;\\n opacity: var(--fa-secondary-opacity, 0.4);\\n}\\n\\n.svg-inline--fa.fa-swap-opacity .fa-secondary {\\n opacity: 1;\\n opacity: var(--fa-primary-opacity, 1);\\n}\\n\\n.svg-inline--fa mask .fa-primary,\\n.svg-inline--fa mask .fa-secondary {\\n fill: black;\\n}\\n\\n.fad.fa-inverse {\\n color: #fff;\\n}\";\n\nfunction css () {\n var dfp = DEFAULT_FAMILY_PREFIX;\n var drc = DEFAULT_REPLACEMENT_CLASS;\n var fp = config.familyPrefix;\n var rc = config.replacementClass;\n var s = baseStyles;\n\n if (fp !== dfp || rc !== drc) {\n var dPatt = new RegExp(\"\\\\.\".concat(dfp, \"\\\\-\"), 'g');\n var customPropPatt = new RegExp(\"\\\\--\".concat(dfp, \"\\\\-\"), 'g');\n var rPatt = new RegExp(\"\\\\.\".concat(drc), 'g');\n s = s.replace(dPatt, \".\".concat(fp, \"-\")).replace(customPropPatt, \"--\".concat(fp, \"-\")).replace(rPatt, \".\".concat(rc));\n }\n\n return s;\n}\n\nvar Library =\n/*#__PURE__*/\nfunction () {\n function Library() {\n _classCallCheck(this, Library);\n\n this.definitions = {};\n }\n\n _createClass(Library, [{\n key: \"add\",\n value: function add() {\n var _this = this;\n\n for (var _len = arguments.length, definitions = new Array(_len), _key = 0; _key < _len; _key++) {\n definitions[_key] = arguments[_key];\n }\n\n var additions = definitions.reduce(this._pullDefinitions, {});\n Object.keys(additions).forEach(function (key) {\n _this.definitions[key] = _objectSpread({}, _this.definitions[key] || {}, additions[key]);\n defineIcons(key, additions[key]);\n build();\n });\n }\n }, {\n key: \"reset\",\n value: function reset() {\n this.definitions = {};\n }\n }, {\n key: \"_pullDefinitions\",\n value: function _pullDefinitions(additions, definition) {\n var normalized = definition.prefix && definition.iconName && definition.icon ? {\n 0: definition\n } : definition;\n Object.keys(normalized).map(function (key) {\n var _normalized$key = normalized[key],\n prefix = _normalized$key.prefix,\n iconName = _normalized$key.iconName,\n icon = _normalized$key.icon;\n if (!additions[prefix]) additions[prefix] = {};\n additions[prefix][iconName] = icon;\n });\n return additions;\n }\n }]);\n\n return Library;\n}();\n\nfunction ensureCss() {\n if (config.autoAddCss && !_cssInserted) {\n insertCss(css());\n\n _cssInserted = true;\n }\n}\n\nfunction apiObject(val, abstractCreator) {\n Object.defineProperty(val, 'abstract', {\n get: abstractCreator\n });\n Object.defineProperty(val, 'html', {\n get: function get() {\n return val.abstract.map(function (a) {\n return toHtml(a);\n });\n }\n });\n Object.defineProperty(val, 'node', {\n get: function get() {\n if (!IS_DOM) return;\n var container = DOCUMENT.createElement('div');\n container.innerHTML = val.html;\n return container.children;\n }\n });\n return val;\n}\n\nfunction findIconDefinition(iconLookup) {\n var _iconLookup$prefix = iconLookup.prefix,\n prefix = _iconLookup$prefix === void 0 ? 'fa' : _iconLookup$prefix,\n iconName = iconLookup.iconName;\n if (!iconName) return;\n return iconFromMapping(library.definitions, prefix, iconName) || iconFromMapping(namespace.styles, prefix, iconName);\n}\n\nfunction resolveIcons(next) {\n return function (maybeIconDefinition) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var iconDefinition = (maybeIconDefinition || {}).icon ? maybeIconDefinition : findIconDefinition(maybeIconDefinition || {});\n var mask = params.mask;\n\n if (mask) {\n mask = (mask || {}).icon ? mask : findIconDefinition(mask || {});\n }\n\n return next(iconDefinition, _objectSpread({}, params, {\n mask: mask\n }));\n };\n}\n\nvar library = new Library();\nvar noAuto = function noAuto() {\n config.autoReplaceSvg = false;\n config.observeMutations = false;\n disconnect();\n};\nvar _cssInserted = false;\nvar dom = {\n i2svg: function i2svg() {\n var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n\n if (IS_DOM) {\n ensureCss();\n var _params$node = params.node,\n node = _params$node === void 0 ? DOCUMENT : _params$node,\n _params$callback = params.callback,\n callback = _params$callback === void 0 ? function () {} : _params$callback;\n\n if (config.searchPseudoElements) {\n searchPseudoElements(node);\n }\n\n return onTree(node, callback);\n } else {\n return picked.reject('Operation requires a DOM of some kind.');\n }\n },\n css: css,\n insertCss: function insertCss$$1() {\n if (!_cssInserted) {\n insertCss(css());\n\n _cssInserted = true;\n }\n },\n watch: function watch() {\n var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var autoReplaceSvgRoot = params.autoReplaceSvgRoot,\n observeMutationsRoot = params.observeMutationsRoot;\n\n if (config.autoReplaceSvg === false) {\n config.autoReplaceSvg = true;\n }\n\n config.observeMutations = true;\n domready(function () {\n autoReplace({\n autoReplaceSvgRoot: autoReplaceSvgRoot\n });\n observe({\n treeCallback: onTree,\n nodeCallback: onNode,\n pseudoElementsCallback: searchPseudoElements,\n observeMutationsRoot: observeMutationsRoot\n });\n });\n }\n};\nvar parse = {\n transform: function transform(transformString) {\n return parseTransformString(transformString);\n }\n};\nvar icon = resolveIcons(function (iconDefinition) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$transform = params.transform,\n transform = _params$transform === void 0 ? meaninglessTransform : _params$transform,\n _params$symbol = params.symbol,\n symbol = _params$symbol === void 0 ? false : _params$symbol,\n _params$mask = params.mask,\n mask = _params$mask === void 0 ? null : _params$mask,\n _params$title = params.title,\n title = _params$title === void 0 ? null : _params$title,\n _params$classes = params.classes,\n classes = _params$classes === void 0 ? [] : _params$classes,\n _params$attributes = params.attributes,\n attributes = _params$attributes === void 0 ? {} : _params$attributes,\n _params$styles = params.styles,\n styles = _params$styles === void 0 ? {} : _params$styles;\n if (!iconDefinition) return;\n var prefix = iconDefinition.prefix,\n iconName = iconDefinition.iconName,\n icon = iconDefinition.icon;\n return apiObject(_objectSpread({\n type: 'icon'\n }, iconDefinition), function () {\n ensureCss();\n\n if (config.autoA11y) {\n if (title) {\n attributes['aria-labelledby'] = \"\".concat(config.replacementClass, \"-title-\").concat(nextUniqueId());\n } else {\n attributes['aria-hidden'] = 'true';\n attributes['focusable'] = 'false';\n }\n }\n\n return makeInlineSvgAbstract({\n icons: {\n main: asFoundIcon(icon),\n mask: mask ? asFoundIcon(mask.icon) : {\n found: false,\n width: null,\n height: null,\n icon: {}\n }\n },\n prefix: prefix,\n iconName: iconName,\n transform: _objectSpread({}, meaninglessTransform, transform),\n symbol: symbol,\n title: title,\n extra: {\n attributes: attributes,\n styles: styles,\n classes: classes\n }\n });\n });\n});\nvar text = function text(content) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$transform2 = params.transform,\n transform = _params$transform2 === void 0 ? meaninglessTransform : _params$transform2,\n _params$title2 = params.title,\n title = _params$title2 === void 0 ? null : _params$title2,\n _params$classes2 = params.classes,\n classes = _params$classes2 === void 0 ? [] : _params$classes2,\n _params$attributes2 = params.attributes,\n attributes = _params$attributes2 === void 0 ? {} : _params$attributes2,\n _params$styles2 = params.styles,\n styles = _params$styles2 === void 0 ? {} : _params$styles2;\n return apiObject({\n type: 'text',\n content: content\n }, function () {\n ensureCss();\n return makeLayersTextAbstract({\n content: content,\n transform: _objectSpread({}, meaninglessTransform, transform),\n title: title,\n extra: {\n attributes: attributes,\n styles: styles,\n classes: [\"\".concat(config.familyPrefix, \"-layers-text\")].concat(_toConsumableArray(classes))\n }\n });\n });\n};\nvar counter = function counter(content) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$title3 = params.title,\n title = _params$title3 === void 0 ? null : _params$title3,\n _params$classes3 = params.classes,\n classes = _params$classes3 === void 0 ? [] : _params$classes3,\n _params$attributes3 = params.attributes,\n attributes = _params$attributes3 === void 0 ? {} : _params$attributes3,\n _params$styles3 = params.styles,\n styles = _params$styles3 === void 0 ? {} : _params$styles3;\n return apiObject({\n type: 'counter',\n content: content\n }, function () {\n ensureCss();\n return makeLayersCounterAbstract({\n content: content.toString(),\n title: title,\n extra: {\n attributes: attributes,\n styles: styles,\n classes: [\"\".concat(config.familyPrefix, \"-layers-counter\")].concat(_toConsumableArray(classes))\n }\n });\n });\n};\nvar layer = function layer(assembler) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$classes4 = params.classes,\n classes = _params$classes4 === void 0 ? [] : _params$classes4;\n return apiObject({\n type: 'layer'\n }, function () {\n ensureCss();\n var children = [];\n assembler(function (args) {\n Array.isArray(args) ? args.map(function (a) {\n children = children.concat(a.abstract);\n }) : children = children.concat(args.abstract);\n });\n return [{\n tag: 'span',\n attributes: {\n class: [\"\".concat(config.familyPrefix, \"-layers\")].concat(_toConsumableArray(classes)).join(' ')\n },\n children: children\n }];\n });\n};\nvar api = {\n noAuto: noAuto,\n config: config,\n dom: dom,\n library: library,\n parse: parse,\n findIconDefinition: findIconDefinition,\n icon: icon,\n text: text,\n counter: counter,\n layer: layer,\n toHtml: toHtml\n};\n\nvar autoReplace = function autoReplace() {\n var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var _params$autoReplaceSv = params.autoReplaceSvgRoot,\n autoReplaceSvgRoot = _params$autoReplaceSv === void 0 ? DOCUMENT : _params$autoReplaceSv;\n if ((Object.keys(namespace.styles).length > 0 || config.autoFetchSvg) && IS_DOM && config.autoReplaceSvg) api.dom.i2svg({\n node: autoReplaceSvgRoot\n });\n};\n\nexport { icon, noAuto, config, toHtml, layer, text, counter, library, dom, parse, findIconDefinition };\n","var prefix = \"far\";\nvar faAddressBook = {\n prefix: 'far',\n iconName: 'address-book',\n icon: [448, 512, [], \"f2b9\", \"M436 160c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48v-48h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20zm-68 304H48V48h320v416zM208 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2z\"]\n};\nvar faAddressCard = {\n prefix: 'far',\n iconName: 'address-card',\n icon: [576, 512, [], \"f2bb\", \"M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 400H48V80h480v352zM208 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2zM360 320h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8z\"]\n};\nvar faAngry = {\n prefix: 'far',\n iconName: 'angry',\n icon: [496, 512, [], \"f556\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm0-144c-33.6 0-65.2 14.8-86.8 40.6-8.5 10.2-7.1 25.3 3.1 33.8s25.3 7.2 33.8-3c24.8-29.7 75-29.7 99.8 0 8.1 9.7 23.2 11.9 33.8 3 10.2-8.5 11.5-23.6 3.1-33.8-21.6-25.8-53.2-40.6-86.8-40.6zm-48-72c10.3 0 19.9-6.7 23-17.1 3.8-12.7-3.4-26.1-16.1-29.9l-80-24c-12.8-3.9-26.1 3.4-29.9 16.1-3.8 12.7 3.4 26.1 16.1 29.9l28.2 8.5c-3.1 4.9-5.3 10.4-5.3 16.6 0 17.7 14.3 32 32 32s32-14.4 32-32.1zm199-54.9c-3.8-12.7-17.1-19.9-29.9-16.1l-80 24c-12.7 3.8-19.9 17.2-16.1 29.9 3.1 10.4 12.7 17.1 23 17.1 0 17.7 14.3 32 32 32s32-14.3 32-32c0-6.2-2.2-11.7-5.3-16.6l28.2-8.5c12.7-3.7 19.9-17.1 16.1-29.8z\"]\n};\nvar faArrowAltCircleDown = {\n prefix: 'far',\n iconName: 'arrow-alt-circle-down',\n icon: [512, 512, [], \"f358\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm-32-316v116h-67c-10.7 0-16 12.9-8.5 20.5l99 99c4.7 4.7 12.3 4.7 17 0l99-99c7.6-7.6 2.2-20.5-8.5-20.5h-67V140c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12z\"]\n};\nvar faArrowAltCircleLeft = {\n prefix: 'far',\n iconName: 'arrow-alt-circle-left',\n icon: [512, 512, [], \"f359\", \"M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z\"]\n};\nvar faArrowAltCircleRight = {\n prefix: 'far',\n iconName: 'arrow-alt-circle-right',\n icon: [512, 512, [], \"f35a\", \"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"]\n};\nvar faArrowAltCircleUp = {\n prefix: 'far',\n iconName: 'arrow-alt-circle-up',\n icon: [512, 512, [], \"f35b\", \"M256 504c137 0 248-111 248-248S393 8 256 8 8 119 8 256s111 248 248 248zm0-448c110.5 0 200 89.5 200 200s-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56zm20 328h-40c-6.6 0-12-5.4-12-12V256h-67c-10.7 0-16-12.9-8.5-20.5l99-99c4.7-4.7 12.3-4.7 17 0l99 99c7.6 7.6 2.2 20.5-8.5 20.5h-67v116c0 6.6-5.4 12-12 12z\"]\n};\nvar faBell = {\n prefix: 'far',\n iconName: 'bell',\n icon: [448, 512, [], \"f0f3\", \"M439.39 362.29c-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84C118.56 68.1 64.08 130.3 64.08 208c0 102.3-36.15 133.53-55.47 154.29-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h383.8c19.12 0 32-15.6 32.1-32 .05-7.55-2.61-15.27-8.61-21.71zM67.53 368c21.22-27.97 44.42-74.33 44.53-159.42 0-.2-.06-.38-.06-.58 0-61.86 50.14-112 112-112s112 50.14 112 112c0 .2-.06.38-.06.58.11 85.1 23.31 131.46 44.53 159.42H67.53zM224 512c35.32 0 63.97-28.65 63.97-64H160.03c0 35.35 28.65 64 63.97 64z\"]\n};\nvar faBellSlash = {\n prefix: 'far',\n iconName: 'bell-slash',\n icon: [640, 512, [], \"f1f6\", \"M633.99 471.02L36 3.51C29.1-2.01 19.03-.9 13.51 6l-10 12.49C-2.02 25.39-.9 35.46 6 40.98l598 467.51c6.9 5.52 16.96 4.4 22.49-2.49l10-12.49c5.52-6.9 4.41-16.97-2.5-22.49zM163.53 368c16.71-22.03 34.48-55.8 41.4-110.58l-45.47-35.55c-3.27 90.73-36.47 120.68-54.84 140.42-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h279.66l-61.4-48H163.53zM320 96c61.86 0 112 50.14 112 112 0 .2-.06.38-.06.58.02 16.84 1.16 31.77 2.79 45.73l59.53 46.54c-8.31-22.13-14.34-51.49-14.34-92.85 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84c-26.02 5.41-49.45 16.94-69.13 32.72l38.17 29.84C275 103.18 296.65 96 320 96zm0 416c35.32 0 63.97-28.65 63.97-64H256.03c0 35.35 28.65 64 63.97 64z\"]\n};\nvar faBookmark = {\n prefix: 'far',\n iconName: 'bookmark',\n icon: [384, 512, [], \"f02e\", \"M336 0H48C21.49 0 0 21.49 0 48v464l192-112 192 112V48c0-26.51-21.49-48-48-48zm0 428.43l-144-84-144 84V54a6 6 0 0 1 6-6h276c3.314 0 6 2.683 6 5.996V428.43z\"]\n};\nvar faBuilding = {\n prefix: 'far',\n iconName: 'building',\n icon: [448, 512, [], \"f1ad\", \"M128 148v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12zm140 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-128 96h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm128 0h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-76 84v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm76 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm180 124v36H0v-36c0-6.6 5.4-12 12-12h19.5V24c0-13.3 10.7-24 24-24h337c13.3 0 24 10.7 24 24v440H436c6.6 0 12 5.4 12 12zM79.5 463H192v-67c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v67h112.5V49L80 48l-.5 415z\"]\n};\nvar faCalendar = {\n prefix: 'far',\n iconName: 'calendar',\n icon: [448, 512, [], \"f133\", \"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"]\n};\nvar faCalendarAlt = {\n prefix: 'far',\n iconName: 'calendar-alt',\n icon: [448, 512, [], \"f073\", \"M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faCalendarCheck = {\n prefix: 'far',\n iconName: 'calendar-check',\n icon: [448, 512, [], \"f274\", \"M400 64h-48V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v52H160V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v52H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V160h352v298a6 6 0 0 1-6 6zm-52.849-200.65L198.842 404.519c-4.705 4.667-12.303 4.637-16.971-.068l-75.091-75.699c-4.667-4.705-4.637-12.303.068-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l44.104 44.461 111.072-110.181c4.705-4.667 12.303-4.637 16.971.068l22.536 22.718c4.667 4.705 4.636 12.303-.069 16.97z\"]\n};\nvar faCalendarMinus = {\n prefix: 'far',\n iconName: 'calendar-minus',\n icon: [448, 512, [], \"f272\", \"M124 328c-6.6 0-12-5.4-12-12v-24c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v24c0 6.6-5.4 12-12 12H124zm324-216v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faCalendarPlus = {\n prefix: 'far',\n iconName: 'calendar-plus',\n icon: [448, 512, [], \"f271\", \"M336 292v24c0 6.6-5.4 12-12 12h-76v76c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12v-76h-76c-6.6 0-12-5.4-12-12v-24c0-6.6 5.4-12 12-12h76v-76c0-6.6 5.4-12 12-12h24c6.6 0 12 5.4 12 12v76h76c6.6 0 12 5.4 12 12zm112-180v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faCalendarTimes = {\n prefix: 'far',\n iconName: 'calendar-times',\n icon: [448, 512, [], \"f273\", \"M311.7 374.7l-17 17c-4.7 4.7-12.3 4.7-17 0L224 337.9l-53.7 53.7c-4.7 4.7-12.3 4.7-17 0l-17-17c-4.7-4.7-4.7-12.3 0-17l53.7-53.7-53.7-53.7c-4.7-4.7-4.7-12.3 0-17l17-17c4.7-4.7 12.3-4.7 17 0l53.7 53.7 53.7-53.7c4.7-4.7 12.3-4.7 17 0l17 17c4.7 4.7 4.7 12.3 0 17L257.9 304l53.7 53.7c4.8 4.7 4.8 12.3.1 17zM448 112v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faCaretSquareDown = {\n prefix: 'far',\n iconName: 'caret-square-down',\n icon: [448, 512, [], \"f150\", \"M125.1 208h197.8c10.7 0 16.1 13 8.5 20.5l-98.9 98.3c-4.7 4.7-12.2 4.7-16.9 0l-98.9-98.3c-7.7-7.5-2.3-20.5 8.4-20.5zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faCaretSquareLeft = {\n prefix: 'far',\n iconName: 'caret-square-left',\n icon: [448, 512, [], \"f191\", \"M272 157.1v197.8c0 10.7-13 16.1-20.5 8.5l-98.3-98.9c-4.7-4.7-4.7-12.2 0-16.9l98.3-98.9c7.5-7.7 20.5-2.3 20.5 8.4zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faCaretSquareRight = {\n prefix: 'far',\n iconName: 'caret-square-right',\n icon: [448, 512, [], \"f152\", \"M176 354.9V157.1c0-10.7 13-16.1 20.5-8.5l98.3 98.9c4.7 4.7 4.7 12.2 0 16.9l-98.3 98.9c-7.5 7.7-20.5 2.3-20.5-8.4zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faCaretSquareUp = {\n prefix: 'far',\n iconName: 'caret-square-up',\n icon: [448, 512, [], \"f151\", \"M322.9 304H125.1c-10.7 0-16.1-13-8.5-20.5l98.9-98.3c4.7-4.7 12.2-4.7 16.9 0l98.9 98.3c7.7 7.5 2.3 20.5-8.4 20.5zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faChartBar = {\n prefix: 'far',\n iconName: 'chart-bar',\n icon: [512, 512, [], \"f080\", \"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\"]\n};\nvar faCheckCircle = {\n prefix: 'far',\n iconName: 'check-circle',\n icon: [512, 512, [], \"f058\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"]\n};\nvar faCheckSquare = {\n prefix: 'far',\n iconName: 'check-square',\n icon: [448, 512, [], \"f14a\", \"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"]\n};\nvar faCircle = {\n prefix: 'far',\n iconName: 'circle',\n icon: [512, 512, [], \"f111\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z\"]\n};\nvar faClipboard = {\n prefix: 'far',\n iconName: 'clipboard',\n icon: [384, 512, [], \"f328\", \"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm144 418c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V118c0-3.3 2.7-6 6-6h42v36c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-36h42c3.3 0 6 2.7 6 6z\"]\n};\nvar faClock = {\n prefix: 'far',\n iconName: 'clock',\n icon: [512, 512, [], \"f017\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"]\n};\nvar faClone = {\n prefix: 'far',\n iconName: 'clone',\n icon: [512, 512, [], \"f24d\", \"M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z\"]\n};\nvar faClosedCaptioning = {\n prefix: 'far',\n iconName: 'closed-captioning',\n icon: [512, 512, [], \"f20a\", \"M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 336H54c-3.3 0-6-2.7-6-6V118c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v276c0 3.3-2.7 6-6 6zm-211.1-85.7c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.8-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7l-17.5 30.5c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6 2.8-2.5 7.1-2.1 9.2.9l19.6 27.7zm190.4 0c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.9-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7L420 220.2c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6 2.8-2.5 7.1-2.1 9.2.9l19.6 27.7z\"]\n};\nvar faComment = {\n prefix: 'far',\n iconName: 'comment',\n icon: [512, 512, [], \"f075\", \"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"]\n};\nvar faCommentAlt = {\n prefix: 'far',\n iconName: 'comment-alt',\n icon: [512, 512, [], \"f27a\", \"M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm16 352c0 8.8-7.2 16-16 16H288l-12.8 9.6L208 428v-60H64c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16h384c8.8 0 16 7.2 16 16v288z\"]\n};\nvar faCommentDots = {\n prefix: 'far',\n iconName: 'comment-dots',\n icon: [512, 512, [], \"f4ad\", \"M144 208c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm112 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm112 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zM256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"]\n};\nvar faComments = {\n prefix: 'far',\n iconName: 'comments',\n icon: [576, 512, [], \"f086\", \"M532 386.2c27.5-27.1 44-61.1 44-98.2 0-80-76.5-146.1-176.2-157.9C368.3 72.5 294.3 32 208 32 93.1 32 0 103.6 0 192c0 37 16.5 71 44 98.2-15.3 30.7-37.3 54.5-37.7 54.9-6.3 6.7-8.1 16.5-4.4 25 3.6 8.5 12 14 21.2 14 53.5 0 96.7-20.2 125.2-38.8 9.2 2.1 18.7 3.7 28.4 4.9C208.1 407.6 281.8 448 368 448c20.8 0 40.8-2.4 59.8-6.8C456.3 459.7 499.4 480 553 480c9.2 0 17.5-5.5 21.2-14 3.6-8.5 1.9-18.3-4.4-25-.4-.3-22.5-24.1-37.8-54.8zm-392.8-92.3L122.1 305c-14.1 9.1-28.5 16.3-43.1 21.4 2.7-4.7 5.4-9.7 8-14.8l15.5-31.1L77.7 256C64.2 242.6 48 220.7 48 192c0-60.7 73.3-112 160-112s160 51.3 160 112-73.3 112-160 112c-16.5 0-33-1.9-49-5.6l-19.8-4.5zM498.3 352l-24.7 24.4 15.5 31.1c2.6 5.1 5.3 10.1 8 14.8-14.6-5.1-29-12.3-43.1-21.4l-17.1-11.1-19.9 4.6c-16 3.7-32.5 5.6-49 5.6-54 0-102.2-20.1-131.3-49.7C338 339.5 416 272.9 416 192c0-3.4-.4-6.7-.7-10C479.7 196.5 528 238.8 528 288c0 28.7-16.2 50.6-29.7 64z\"]\n};\nvar faCompass = {\n prefix: 'far',\n iconName: 'compass',\n icon: [496, 512, [], \"f14e\", \"M347.94 129.86L203.6 195.83a31.938 31.938 0 0 0-15.77 15.77l-65.97 144.34c-7.61 16.65 9.54 33.81 26.2 26.2l144.34-65.97a31.938 31.938 0 0 0 15.77-15.77l65.97-144.34c7.61-16.66-9.54-33.81-26.2-26.2zm-77.36 148.72c-12.47 12.47-32.69 12.47-45.16 0-12.47-12.47-12.47-32.69 0-45.16 12.47-12.47 32.69-12.47 45.16 0 12.47 12.47 12.47 32.69 0 45.16zM248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 448c-110.28 0-200-89.72-200-200S137.72 56 248 56s200 89.72 200 200-89.72 200-200 200z\"]\n};\nvar faCopy = {\n prefix: 'far',\n iconName: 'copy',\n icon: [448, 512, [], \"f0c5\", \"M433.941 65.941l-51.882-51.882A48 48 0 0 0 348.118 0H176c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h224c26.51 0 48-21.49 48-48v-48h80c26.51 0 48-21.49 48-48V99.882a48 48 0 0 0-14.059-33.941zM266 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h74v224c0 26.51 21.49 48 48 48h96v42a6 6 0 0 1-6 6zm128-96H182a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h106v88c0 13.255 10.745 24 24 24h88v202a6 6 0 0 1-6 6zm6-256h-64V48h9.632c1.591 0 3.117.632 4.243 1.757l48.368 48.368a6 6 0 0 1 1.757 4.243V112z\"]\n};\nvar faCopyright = {\n prefix: 'far',\n iconName: 'copyright',\n icon: [512, 512, [], \"f1f9\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z\"]\n};\nvar faCreditCard = {\n prefix: 'far',\n iconName: 'credit-card',\n icon: [576, 512, [], \"f09d\", \"M527.9 32H48.1C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48.1 48h479.8c26.6 0 48.1-21.5 48.1-48V80c0-26.5-21.5-48-48.1-48zM54.1 80h467.8c3.3 0 6 2.7 6 6v42H48.1V86c0-3.3 2.7-6 6-6zm467.8 352H54.1c-3.3 0-6-2.7-6-6V256h479.8v170c0 3.3-2.7 6-6 6zM192 332v40c0 6.6-5.4 12-12 12h-72c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12zm192 0v40c0 6.6-5.4 12-12 12H236c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12z\"]\n};\nvar faDizzy = {\n prefix: 'far',\n iconName: 'dizzy',\n icon: [496, 512, [], \"f567\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-33.8-217.9c7.8-7.8 7.8-20.5 0-28.3L196.3 192l17.9-17.9c7.8-7.8 7.8-20.5 0-28.3-7.8-7.8-20.5-7.8-28.3 0L168 163.7l-17.8-17.8c-7.8-7.8-20.5-7.8-28.3 0-7.8 7.8-7.8 20.5 0 28.3l17.9 17.9-17.9 17.9c-7.8 7.8-7.8 20.5 0 28.3 7.8 7.8 20.5 7.8 28.3 0l17.8-17.8 17.8 17.8c7.9 7.7 20.5 7.7 28.4-.2zm160-92.2c-7.8-7.8-20.5-7.8-28.3 0L328 163.7l-17.8-17.8c-7.8-7.8-20.5-7.8-28.3 0-7.8 7.8-7.8 20.5 0 28.3l17.9 17.9-17.9 17.9c-7.8 7.8-7.8 20.5 0 28.3 7.8 7.8 20.5 7.8 28.3 0l17.8-17.8 17.8 17.8c7.8 7.8 20.5 7.8 28.3 0 7.8-7.8 7.8-20.5 0-28.3l-17.8-18 17.9-17.9c7.7-7.8 7.7-20.4 0-28.2zM248 272c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64z\"]\n};\nvar faDotCircle = {\n prefix: 'far',\n iconName: 'dot-circle',\n icon: [512, 512, [], \"f192\", \"M256 56c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m0-48C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 168c-44.183 0-80 35.817-80 80s35.817 80 80 80 80-35.817 80-80-35.817-80-80-80z\"]\n};\nvar faEdit = {\n prefix: 'far',\n iconName: 'edit',\n icon: [576, 512, [], \"f044\", \"M402.3 344.9l32-32c5-5 13.7-1.5 13.7 5.7V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h273.5c7.1 0 10.7 8.6 5.7 13.7l-32 32c-1.5 1.5-3.5 2.3-5.7 2.3H48v352h352V350.5c0-2.1.8-4.1 2.3-5.6zm156.6-201.8L296.3 405.7l-90.4 10c-26.2 2.9-48.5-19.2-45.6-45.6l10-90.4L432.9 17.1c22.9-22.9 59.9-22.9 82.7 0l43.2 43.2c22.9 22.9 22.9 60 .1 82.8zM460.1 174L402 115.9 216.2 301.8l-7.3 65.3 65.3-7.3L460.1 174zm64.8-79.7l-43.2-43.2c-4.1-4.1-10.8-4.1-14.8 0L436 82l58.1 58.1 30.9-30.9c4-4.2 4-10.8-.1-14.9z\"]\n};\nvar faEnvelope = {\n prefix: 'far',\n iconName: 'envelope',\n icon: [512, 512, [], \"f0e0\", \"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"]\n};\nvar faEnvelopeOpen = {\n prefix: 'far',\n iconName: 'envelope-open',\n icon: [512, 512, [], \"f2b6\", \"M494.586 164.516c-4.697-3.883-111.723-89.95-135.251-108.657C337.231 38.191 299.437 0 256 0c-43.205 0-80.636 37.717-103.335 55.859-24.463 19.45-131.07 105.195-135.15 108.549A48.004 48.004 0 0 0 0 201.485V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V201.509a48 48 0 0 0-17.414-36.993zM464 458a6 6 0 0 1-6 6H54a6 6 0 0 1-6-6V204.347c0-1.813.816-3.526 2.226-4.665 15.87-12.814 108.793-87.554 132.364-106.293C200.755 78.88 232.398 48 256 48c23.693 0 55.857 31.369 73.41 45.389 23.573 18.741 116.503 93.493 132.366 106.316a5.99 5.99 0 0 1 2.224 4.663V458zm-31.991-187.704c4.249 5.159 3.465 12.795-1.745 16.981-28.975 23.283-59.274 47.597-70.929 56.863C336.636 362.283 299.205 400 256 400c-43.452 0-81.287-38.237-103.335-55.86-11.279-8.967-41.744-33.413-70.927-56.865-5.21-4.187-5.993-11.822-1.745-16.981l15.258-18.528c4.178-5.073 11.657-5.843 16.779-1.726 28.618 23.001 58.566 47.035 70.56 56.571C200.143 320.631 232.307 352 256 352c23.602 0 55.246-30.88 73.41-45.389 11.994-9.535 41.944-33.57 70.563-56.568 5.122-4.116 12.601-3.346 16.778 1.727l15.258 18.526z\"]\n};\nvar faEye = {\n prefix: 'far',\n iconName: 'eye',\n icon: [576, 512, [], \"f06e\", \"M288 144a110.94 110.94 0 0 0-31.24 5 55.4 55.4 0 0 1 7.24 27 56 56 0 0 1-56 56 55.4 55.4 0 0 1-27-7.24A111.71 111.71 0 1 0 288 144zm284.52 97.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400c-98.65 0-189.09-55-237.93-144C98.91 167 189.34 112 288 112s189.09 55 237.93 144C477.1 345 386.66 400 288 400z\"]\n};\nvar faEyeSlash = {\n prefix: 'far',\n iconName: 'eye-slash',\n icon: [640, 512, [], \"f070\", \"M634 471L36 3.51A16 16 0 0 0 13.51 6l-10 12.49A16 16 0 0 0 6 41l598 467.49a16 16 0 0 0 22.49-2.49l10-12.49A16 16 0 0 0 634 471zM296.79 146.47l134.79 105.38C429.36 191.91 380.48 144 320 144a112.26 112.26 0 0 0-23.21 2.47zm46.42 219.07L208.42 260.16C210.65 320.09 259.53 368 320 368a113 113 0 0 0 23.21-2.46zM320 112c98.65 0 189.09 55 237.93 144a285.53 285.53 0 0 1-44 60.2l37.74 29.5a333.7 333.7 0 0 0 52.9-75.11 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64c-36.7 0-71.71 7-104.63 18.81l46.41 36.29c18.94-4.3 38.34-7.1 58.22-7.1zm0 288c-98.65 0-189.08-55-237.93-144a285.47 285.47 0 0 1 44.05-60.19l-37.74-29.5a333.6 333.6 0 0 0-52.89 75.1 32.35 32.35 0 0 0 0 29.19C89.72 376.41 197.08 448 320 448c36.7 0 71.71-7.05 104.63-18.81l-46.41-36.28C359.28 397.2 339.89 400 320 400z\"]\n};\nvar faFile = {\n prefix: 'far',\n iconName: 'file',\n icon: [384, 512, [], \"f15b\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48z\"]\n};\nvar faFileAlt = {\n prefix: 'far',\n iconName: 'file-alt',\n icon: [384, 512, [], \"f15c\", \"M288 248v28c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-28c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm-12 72H108c-6.6 0-12 5.4-12 12v28c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-28c0-6.6-5.4-12-12-12zm108-188.1V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48C0 21.5 21.5 0 48 0h204.1C264.8 0 277 5.1 286 14.1L369.9 98c9 8.9 14.1 21.2 14.1 33.9zm-128-80V128h76.1L256 51.9zM336 464V176H232c-13.3 0-24-10.7-24-24V48H48v416h288z\"]\n};\nvar faFileArchive = {\n prefix: 'far',\n iconName: 'file-archive',\n icon: [384, 512, [], \"f1c6\", \"M128.3 160v32h32v-32zm64-96h-32v32h32zm-64 32v32h32V96zm64 32h-32v32h32zm177.6-30.1L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM256 51.9l76.1 76.1H256zM336 464H48V48h79.7v16h32V48H208v104c0 13.3 10.7 24 24 24h104zM194.2 265.7c-1.1-5.6-6-9.7-11.8-9.7h-22.1v-32h-32v32l-19.7 97.1C102 385.6 126.8 416 160 416c33.1 0 57.9-30.2 51.5-62.6zm-33.9 124.4c-17.9 0-32.4-12.1-32.4-27s14.5-27 32.4-27 32.4 12.1 32.4 27-14.5 27-32.4 27zm32-198.1h-32v32h32z\"]\n};\nvar faFileAudio = {\n prefix: 'far',\n iconName: 'file-audio',\n icon: [384, 512, [], \"f1c7\", \"M369.941 97.941l-83.882-83.882A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v416c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48V131.882a48 48 0 0 0-14.059-33.941zM332.118 128H256V51.882L332.118 128zM48 464V48h160v104c0 13.255 10.745 24 24 24h104v288H48zm144-76.024c0 10.691-12.926 16.045-20.485 8.485L136 360.486h-28c-6.627 0-12-5.373-12-12v-56c0-6.627 5.373-12 12-12h28l35.515-36.947c7.56-7.56 20.485-2.206 20.485 8.485v135.952zm41.201-47.13c9.051-9.297 9.06-24.133.001-33.439-22.149-22.752 12.235-56.246 34.395-33.481 27.198 27.94 27.212 72.444.001 100.401-21.793 22.386-56.947-10.315-34.397-33.481z\"]\n};\nvar faFileCode = {\n prefix: 'far',\n iconName: 'file-code',\n icon: [384, 512, [], \"f1c9\", \"M149.9 349.1l-.2-.2-32.8-28.9 32.8-28.9c3.6-3.2 4-8.8.8-12.4l-.2-.2-17.4-18.6c-3.4-3.6-9-3.7-12.4-.4l-57.7 54.1c-3.7 3.5-3.7 9.4 0 12.8l57.7 54.1c1.6 1.5 3.8 2.4 6 2.4 2.4 0 4.8-1 6.4-2.8l17.4-18.6c3.3-3.5 3.1-9.1-.4-12.4zm220-251.2L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM256 51.9l76.1 76.1H256zM336 464H48V48h160v104c0 13.3 10.7 24 24 24h104zM209.6 214c-4.7-1.4-9.5 1.3-10.9 6L144 408.1c-1.4 4.7 1.3 9.6 6 10.9l24.4 7.1c4.7 1.4 9.6-1.4 10.9-6L240 231.9c1.4-4.7-1.3-9.6-6-10.9zm24.5 76.9l.2.2 32.8 28.9-32.8 28.9c-3.6 3.2-4 8.8-.8 12.4l.2.2 17.4 18.6c3.3 3.5 8.9 3.7 12.4.4l57.7-54.1c3.7-3.5 3.7-9.4 0-12.8l-57.7-54.1c-3.5-3.3-9.1-3.2-12.4.4l-17.4 18.6c-3.3 3.5-3.1 9.1.4 12.4z\"]\n};\nvar faFileExcel = {\n prefix: 'far',\n iconName: 'file-excel',\n icon: [384, 512, [], \"f1c3\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm212-240h-28.8c-4.4 0-8.4 2.4-10.5 6.3-18 33.1-22.2 42.4-28.6 57.7-13.9-29.1-6.9-17.3-28.6-57.7-2.1-3.9-6.2-6.3-10.6-6.3H124c-9.3 0-15 10-10.4 18l46.3 78-46.3 78c-4.7 8 1.1 18 10.4 18h28.9c4.4 0 8.4-2.4 10.5-6.3 21.7-40 23-45 28.6-57.7 14.9 30.2 5.9 15.9 28.6 57.7 2.1 3.9 6.2 6.3 10.6 6.3H260c9.3 0 15-10 10.4-18L224 320c.7-1.1 30.3-50.5 46.3-78 4.7-8-1.1-18-10.3-18z\"]\n};\nvar faFileImage = {\n prefix: 'far',\n iconName: 'file-image',\n icon: [384, 512, [], \"f1c5\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm32-48h224V288l-23.5-23.5c-4.7-4.7-12.3-4.7-17 0L176 352l-39.5-39.5c-4.7-4.7-12.3-4.7-17 0L80 352v64zm48-240c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48z\"]\n};\nvar faFilePdf = {\n prefix: 'far',\n iconName: 'file-pdf',\n icon: [384, 512, [], \"f1c1\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm250.2-143.7c-12.2-12-47-8.7-64.4-6.5-17.2-10.5-28.7-25-36.8-46.3 3.9-16.1 10.1-40.6 5.4-56-4.2-26.2-37.8-23.6-42.6-5.9-4.4 16.1-.4 38.5 7 67.1-10 23.9-24.9 56-35.4 74.4-20 10.3-47 26.2-51 46.2-3.3 15.8 26 55.2 76.1-31.2 22.4-7.4 46.8-16.5 68.4-20.1 18.9 10.2 41 17 55.8 17 25.5 0 28-28.2 17.5-38.7zm-198.1 77.8c5.1-13.7 24.5-29.5 30.4-35-19 30.3-30.4 35.7-30.4 35zm81.6-190.6c7.4 0 6.7 32.1 1.8 40.8-4.4-13.9-4.3-40.8-1.8-40.8zm-24.4 136.6c9.7-16.9 18-37 24.7-54.7 8.3 15.1 18.9 27.2 30.1 35.5-20.8 4.3-38.9 13.1-54.8 19.2zm131.6-5s-5 6-37.3-7.8c35.1-2.6 40.9 5.4 37.3 7.8z\"]\n};\nvar faFilePowerpoint = {\n prefix: 'far',\n iconName: 'file-powerpoint',\n icon: [384, 512, [], \"f1c4\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm72-60V236c0-6.6 5.4-12 12-12h69.2c36.7 0 62.8 27 62.8 66.3 0 74.3-68.7 66.5-95.5 66.5V404c0 6.6-5.4 12-12 12H132c-6.6 0-12-5.4-12-12zm48.5-87.4h23c7.9 0 13.9-2.4 18.1-7.2 8.5-9.8 8.4-28.5.1-37.8-4.1-4.6-9.9-7-17.4-7h-23.9v52z\"]\n};\nvar faFileVideo = {\n prefix: 'far',\n iconName: 'file-video',\n icon: [384, 512, [], \"f1c8\", \"M369.941 97.941l-83.882-83.882A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v416c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48V131.882a48 48 0 0 0-14.059-33.941zM332.118 128H256V51.882L332.118 128zM48 464V48h160v104c0 13.255 10.745 24 24 24h104v288H48zm228.687-211.303L224 305.374V268c0-11.046-8.954-20-20-20H100c-11.046 0-20 8.954-20 20v104c0 11.046 8.954 20 20 20h104c11.046 0 20-8.954 20-20v-37.374l52.687 52.674C286.704 397.318 304 390.28 304 375.986V264.011c0-14.311-17.309-21.319-27.313-11.314z\"]\n};\nvar faFileWord = {\n prefix: 'far',\n iconName: 'file-word',\n icon: [384, 512, [], \"f1c2\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm220.1-208c-5.7 0-10.6 4-11.7 9.5-20.6 97.7-20.4 95.4-21 103.5-.2-1.2-.4-2.6-.7-4.3-.8-5.1.3.2-23.6-99.5-1.3-5.4-6.1-9.2-11.7-9.2h-13.3c-5.5 0-10.3 3.8-11.7 9.1-24.4 99-24 96.2-24.8 103.7-.1-1.1-.2-2.5-.5-4.2-.7-5.2-14.1-73.3-19.1-99-1.1-5.6-6-9.7-11.8-9.7h-16.8c-7.8 0-13.5 7.3-11.7 14.8 8 32.6 26.7 109.5 33.2 136 1.3 5.4 6.1 9.1 11.7 9.1h25.2c5.5 0 10.3-3.7 11.6-9.1l17.9-71.4c1.5-6.2 2.5-12 3-17.3l2.9 17.3c.1.4 12.6 50.5 17.9 71.4 1.3 5.3 6.1 9.1 11.6 9.1h24.7c5.5 0 10.3-3.7 11.6-9.1 20.8-81.9 30.2-119 34.5-136 1.9-7.6-3.8-14.9-11.6-14.9h-15.8z\"]\n};\nvar faFlag = {\n prefix: 'far',\n iconName: 'flag',\n icon: [512, 512, [], \"f024\", \"M336.174 80c-49.132 0-93.305-32-161.913-32-31.301 0-58.303 6.482-80.721 15.168a48.04 48.04 0 0 0 2.142-20.727C93.067 19.575 74.167 1.594 51.201.104 23.242-1.71 0 20.431 0 48c0 17.764 9.657 33.262 24 41.562V496c0 8.837 7.163 16 16 16h16c8.837 0 16-7.163 16-16v-83.443C109.869 395.28 143.259 384 199.826 384c49.132 0 93.305 32 161.913 32 58.479 0 101.972-22.617 128.548-39.981C503.846 367.161 512 352.051 512 335.855V95.937c0-34.459-35.264-57.768-66.904-44.117C409.193 67.309 371.641 80 336.174 80zM464 336c-21.783 15.412-60.824 32-102.261 32-59.945 0-102.002-32-161.913-32-43.361 0-96.379 9.403-127.826 24V128c21.784-15.412 60.824-32 102.261-32 59.945 0 102.002 32 161.913 32 43.271 0 96.32-17.366 127.826-32v240z\"]\n};\nvar faFlushed = {\n prefix: 'far',\n iconName: 'flushed',\n icon: [496, 512, [], \"f579\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm96-312c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80zm0 128c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-72c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm-112 24c0-44.2-35.8-80-80-80s-80 35.8-80 80 35.8 80 80 80 80-35.8 80-80zm-80 48c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-72c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm160 144H184c-13.2 0-24 10.8-24 24s10.8 24 24 24h128c13.2 0 24-10.8 24-24s-10.8-24-24-24z\"]\n};\nvar faFolder = {\n prefix: 'far',\n iconName: 'folder',\n icon: [512, 512, [], \"f07b\", \"M464 128H272l-54.63-54.63c-6-6-14.14-9.37-22.63-9.37H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48zm0 272H48V112h140.12l54.63 54.63c6 6 14.14 9.37 22.63 9.37H464v224z\"]\n};\nvar faFolderOpen = {\n prefix: 'far',\n iconName: 'folder-open',\n icon: [576, 512, [], \"f07c\", \"M527.9 224H480v-48c0-26.5-21.5-48-48-48H272l-64-64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h400c16.5 0 31.9-8.5 40.7-22.6l79.9-128c20-31.9-3-73.4-40.7-73.4zM48 118c0-3.3 2.7-6 6-6h134.1l64 64H426c3.3 0 6 2.7 6 6v42H152c-16.8 0-32.4 8.8-41.1 23.2L48 351.4zm400 282H72l77.2-128H528z\"]\n};\nvar faFontAwesomeLogoFull = {\n prefix: 'far',\n iconName: 'font-awesome-logo-full',\n icon: [3992, 512, [\"Font Awesome\"], \"f4e6\", \"M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z\"]\n};\nvar faFrown = {\n prefix: 'far',\n iconName: 'frown',\n icon: [496, 512, [], \"f119\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-80 128c-40.2 0-78 17.7-103.8 48.6-8.5 10.2-7.1 25.3 3.1 33.8 10.2 8.4 25.3 7.1 33.8-3.1 16.6-19.9 41-31.4 66.9-31.4s50.3 11.4 66.9 31.4c8.1 9.7 23.1 11.9 33.8 3.1 10.2-8.5 11.5-23.6 3.1-33.8C326 321.7 288.2 304 248 304z\"]\n};\nvar faFrownOpen = {\n prefix: 'far',\n iconName: 'frown-open',\n icon: [496, 512, [], \"f57a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-48-248c0-17.7-14.3-32-32-32s-32 14.3-32 32 14.3 32 32 32 32-14.3 32-32zm128-32c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-80 112c-35.6 0-88.8 21.3-95.8 61.2-2 11.8 9 21.5 20.5 18.1 31.2-9.6 59.4-15.3 75.3-15.3s44.1 5.7 75.3 15.3c11.4 3.5 22.5-6.3 20.5-18.1-7-39.9-60.2-61.2-95.8-61.2z\"]\n};\nvar faFutbol = {\n prefix: 'far',\n iconName: 'futbol',\n icon: [496, 512, [], \"f1e3\", \"M483.8 179.4C449.8 74.6 352.6 8 248.1 8c-25.4 0-51.2 3.9-76.7 12.2C41.2 62.5-30.1 202.4 12.2 332.6 46.2 437.4 143.4 504 247.9 504c25.4 0 51.2-3.9 76.7-12.2 130.2-42.3 201.5-182.2 159.2-312.4zm-74.5 193.7l-52.2 6.4-43.7-60.9 24.4-75.2 71.1-22.1 38.9 36.4c-.2 30.7-7.4 61.1-21.7 89.2-4.7 9.3-10.7 17.8-16.8 26.2zm0-235.4l-10.4 53.1-70.7 22-64.2-46.5V92.5l47.4-26.2c39.2 13 73.4 38 97.9 71.4zM184.9 66.4L232 92.5v73.8l-64.2 46.5-70.6-22-10.1-52.5c24.3-33.4 57.9-58.6 97.8-71.9zM139 379.5L85.9 373c-14.4-20.1-37.3-59.6-37.8-115.3l39-36.4 71.1 22.2 24.3 74.3-43.5 61.7zm48.2 67l-22.4-48.1 43.6-61.7H287l44.3 61.7-22.4 48.1c-6.2 1.8-57.6 20.4-121.7 0z\"]\n};\nvar faGem = {\n prefix: 'far',\n iconName: 'gem',\n icon: [576, 512, [], \"f3a5\", \"M464 0H112c-4 0-7.8 2-10 5.4L2 152.6c-2.9 4.4-2.6 10.2.7 14.2l276 340.8c4.8 5.9 13.8 5.9 18.6 0l276-340.8c3.3-4.1 3.6-9.8.7-14.2L474.1 5.4C471.8 2 468.1 0 464 0zm-19.3 48l63.3 96h-68.4l-51.7-96h56.8zm-202.1 0h90.7l51.7 96H191l51.6-96zm-111.3 0h56.8l-51.7 96H68l63.3-96zm-43 144h51.4L208 352 88.3 192zm102.9 0h193.6L288 435.3 191.2 192zM368 352l68.2-160h51.4L368 352z\"]\n};\nvar faGrimace = {\n prefix: 'far',\n iconName: 'grimace',\n icon: [496, 512, [], \"f57f\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm16 16H152c-26.5 0-48 21.5-48 48v32c0 26.5 21.5 48 48 48h192c26.5 0 48-21.5 48-48v-32c0-26.5-21.5-48-48-48zm-168 96h-24c-8.8 0-16-7.2-16-16v-8h40v24zm0-40h-40v-8c0-8.8 7.2-16 16-16h24v24zm64 40h-48v-24h48v24zm0-40h-48v-24h48v24zm64 40h-48v-24h48v24zm0-40h-48v-24h48v24zm56 24c0 8.8-7.2 16-16 16h-24v-24h40v8zm0-24h-40v-24h24c8.8 0 16 7.2 16 16v8z\"]\n};\nvar faGrin = {\n prefix: 'far',\n iconName: 'grin',\n icon: [496, 512, [], \"f580\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.4-17.7 15.3 7.9 47.1 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zM168 240c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32z\"]\n};\nvar faGrinAlt = {\n prefix: 'far',\n iconName: 'grin-alt',\n icon: [496, 512, [], \"f581\", \"M200.3 248c12.4-18.7 15.1-37.3 15.7-56-.5-18.7-3.3-37.3-15.7-56-8-12-25.1-11.4-32.7 0-12.4 18.7-15.1 37.3-15.7 56 .5 18.7 3.3 37.3 15.7 56 8.1 12 25.2 11.4 32.7 0zm128 0c12.4-18.7 15.1-37.3 15.7-56-.5-18.7-3.3-37.3-15.7-56-8-12-25.1-11.4-32.7 0-12.4 18.7-15.1 37.3-15.7 56 .5 18.7 3.3 37.3 15.7 56 8.1 12 25.2 11.4 32.7 0zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.3-17.7 15.3 7.9 47.2 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3z\"]\n};\nvar faGrinBeam = {\n prefix: 'far',\n iconName: 'grin-beam',\n icon: [496, 512, [], \"f582\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 7.9 47.1 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zm-235.9-72.9c3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3zm160 0c3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3z\"]\n};\nvar faGrinBeamSweat = {\n prefix: 'far',\n iconName: 'grin-beam-sweat',\n icon: [496, 512, [], \"f583\", \"M440 160c29.5 0 53.3-26.3 53.3-58.7 0-25-31.7-75.5-46.2-97.3-3.6-5.3-10.7-5.3-14.2 0-14.5 21.8-46.2 72.3-46.2 97.3 0 32.4 23.8 58.7 53.3 58.7zM248 400c51.9 0 115.3-32.9 123.3-80 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 8 47.1 71.4 80 123.3 80zm130.3-168.3c3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.6 6.2 4.6 9.3 3.7zm105.3-52.9c-24.6 15.7-46 12.9-46.4 12.9 6.9 20.2 10.8 41.8 10.8 64.3 0 110.3-89.7 200-200 200S48 366.3 48 256 137.7 56 248 56c39.8 0 76.8 11.8 108 31.9 1.7-9.5 6.3-24.1 17.2-45.7C336.4 20.6 293.7 8 248 8 111 8 0 119 0 256s111 248 248 248 248-111 248-248c0-27-4.4-52.9-12.4-77.2zM168 189.4c12.3 0 23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.8 19.2-21.6 31.5-21.6z\"]\n};\nvar faGrinHearts = {\n prefix: 'far',\n iconName: 'grin-hearts',\n icon: [496, 512, [], \"f584\", \"M353.6 304.6c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 7.9 47.2 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zm-152.8-48.9c4.5 1.2 9.2-1.5 10.5-6l19.4-69.9c5.6-20.3-7.4-41.1-28.8-44.5-18.6-3-36.4 9.8-41.5 27.9l-2 7.1-7.1-1.9c-18.2-4.7-38.2 4.3-44.9 22-7.7 20.2 3.8 41.9 24.2 47.2l70.2 18.1zm188.8-65.3c-6.7-17.6-26.7-26.7-44.9-22l-7.1 1.9-2-7.1c-5-18.1-22.8-30.9-41.5-27.9-21.4 3.4-34.4 24.2-28.8 44.5l19.4 69.9c1.2 4.5 5.9 7.2 10.5 6l70.2-18.2c20.4-5.3 31.9-26.9 24.2-47.1zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200z\"]\n};\nvar faGrinSquint = {\n prefix: 'far',\n iconName: 'grin-squint',\n icon: [496, 512, [], \"f585\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.4-17.7 15.3 7.9 47.1 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zm-234.7-40.8c3.6 4.2 9.9 5.7 15.3 2.5l80-48c3.6-2.2 5.8-6.1 5.8-10.3s-2.2-8.1-5.8-10.3l-80-48c-5.1-3-11.4-1.9-15.3 2.5-3.8 4.5-3.8 11-.1 15.5l33.6 40.3-33.6 40.3c-3.8 4.5-3.7 11.1.1 15.5zm242.9 2.5c5.4 3.2 11.7 1.7 15.3-2.5 3.8-4.5 3.8-11 .1-15.5L343.6 208l33.6-40.3c3.8-4.5 3.7-11-.1-15.5-3.8-4.4-10.2-5.4-15.3-2.5l-80 48c-3.6 2.2-5.8 6.1-5.8 10.3s2.2 8.1 5.8 10.3l80 48z\"]\n};\nvar faGrinSquintTears = {\n prefix: 'far',\n iconName: 'grin-squint-tears',\n icon: [512, 512, [], \"f586\", \"M117.1 384.1c-25.8 3.7-84 13.7-100.9 30.6-21.9 21.9-21.5 57.9.9 80.3s58.3 22.8 80.3.9C114.3 479 124.3 420.8 128 395c.8-6.4-4.6-11.8-10.9-10.9zm-41.2-41.7C40.3 268 53 176.1 114.6 114.6 152.4 76.8 202.6 56 256 56c36.2 0 70.8 9.8 101.2 27.7 3.8-20.3 8-36.1 12-48.3C333.8 17.2 294.9 8 256 8 192.5 8 129.1 32.2 80.6 80.6c-74.1 74.1-91.3 183.4-52 274 12.2-4.1 27.7-8.3 47.3-12.2zm352.3-187.6c45 76.6 34.9 176.9-30.8 242.6-37.8 37.8-88 58.6-141.4 58.6-30.5 0-59.8-7-86.4-19.8-3.9 19.5-8 35-12.2 47.2 31.4 13.6 65 20.6 98.7 20.6 63.5 0 126.9-24.2 175.4-72.6 78.1-78.1 93.1-195.4 45.2-288.6-12.3 4-28.2 8.1-48.5 12zm-33.3-26.9c25.8-3.7 84-13.7 100.9-30.6 21.9-21.9 21.5-57.9-.9-80.3s-58.3-22.8-80.3-.9C397.7 33 387.7 91.2 384 117c-.8 6.4 4.6 11.8 10.9 10.9zm-187 108.3c-3-3-7.2-4.2-11.4-3.2L106 255.7c-5.7 1.4-9.5 6.7-9.1 12.6.5 5.8 5.1 10.5 10.9 11l52.3 4.8 4.8 52.3c.5 5.8 5.2 10.4 11 10.9h.9c5.5 0 10.3-3.7 11.7-9.1l22.6-90.5c1-4.2-.2-8.5-3.2-11.5zm39.7-25.1l90.5-22.6c5.7-1.4 9.5-6.7 9.1-12.6-.5-5.8-5.1-10.5-10.9-11l-52.3-4.8-4.8-52.3c-.5-5.8-5.2-10.4-11-10.9-5.6-.1-11.2 3.4-12.6 9.1L233 196.5c-1 4.1.2 8.4 3.2 11.4 5 5 11.3 3.2 11.4 3.2zm52 88.5c-29.1 29.1-59.7 52.9-83.9 65.4-9.2 4.8-10 17.5-1.7 23.4 38.9 27.7 107 6.2 143.7-30.6S416 253 388.3 214.1c-5.8-8.2-18.5-7.6-23.4 1.7-12.3 24.2-36.2 54.7-65.3 83.8z\"]\n};\nvar faGrinStars = {\n prefix: 'far',\n iconName: 'grin-stars',\n icon: [496, 512, [], \"f587\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 7.9 47.2 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zm-227.9-57.5c-1 6.2 5.4 11 11 7.9l31.3-16.3 31.3 16.3c5.6 3.1 12-1.7 11-7.9l-6-34.9 25.4-24.6c4.5-4.5 1.9-12.2-4.3-13.2l-34.9-5-15.5-31.6c-2.9-5.8-11-5.8-13.9 0l-15.5 31.6-34.9 5c-6.2.9-8.9 8.6-4.3 13.2l25.4 24.6-6.1 34.9zm259.7-72.7l-34.9-5-15.5-31.6c-2.9-5.8-11-5.8-13.9 0l-15.5 31.6-34.9 5c-6.2.9-8.9 8.6-4.3 13.2l25.4 24.6-6 34.9c-1 6.2 5.4 11 11 7.9l31.3-16.3 31.3 16.3c5.6 3.1 12-1.7 11-7.9l-6-34.9 25.4-24.6c4.5-4.6 1.8-12.2-4.4-13.2z\"]\n};\nvar faGrinTears = {\n prefix: 'far',\n iconName: 'grin-tears',\n icon: [640, 512, [], \"f588\", \"M117.1 256.1c-25.8 3.7-84 13.7-100.9 30.6-21.9 21.9-21.5 57.9.9 80.3s58.3 22.8 80.3.9C114.3 351 124.3 292.8 128 267c.8-6.4-4.6-11.8-10.9-10.9zm506.7 30.6c-16.9-16.9-75.1-26.9-100.9-30.6-6.3-.9-11.7 4.5-10.8 10.8 3.7 25.8 13.7 84 30.6 100.9 21.9 21.9 57.9 21.5 80.3-.9 22.3-22.3 22.7-58.3.8-80.2zm-126.6 61.7C463.8 412.3 396.9 456 320 456c-76.9 0-143.8-43.7-177.2-107.6-12.5 37.4-25.2 43.9-28.3 46.5C159.1 460.7 234.5 504 320 504s160.9-43.3 205.5-109.1c-3.2-2.7-15.9-9.2-28.3-46.5zM122.7 224.5C137.9 129.2 220.5 56 320 56c99.5 0 182.1 73.2 197.3 168.5 2.1-.2 5.2-2.4 49.5 7C554.4 106 448.7 8 320 8S85.6 106 73.2 231.4c44.5-9.4 47.1-7.2 49.5-6.9zM320 400c51.9 0 115.3-32.9 123.3-80 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 8 47.1 71.4 80 123.3 80zm130.3-168.3c3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.6 6.2 4.6 9.3 3.7zM240 189.4c12.3 0 23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.8 19.2-21.6 31.5-21.6z\"]\n};\nvar faGrinTongue = {\n prefix: 'far',\n iconName: 'grin-tongue',\n icon: [496, 512, [], \"f589\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm64 400c0 35.6-29.1 64.5-64.9 64-35.1-.5-63.1-29.8-63.1-65v-42.8l17.7-8.8c15-7.5 31.5 1.7 34.9 16.5l2.8 12.1c2.1 9.2 15.2 9.2 17.3 0l2.8-12.1c3.4-14.8 19.8-24.1 34.9-16.5l17.7 8.8V408zm28.2 25.3c2.2-8.1 3.8-16.5 3.8-25.3v-43.5c14.2-12.4 24.4-27.5 27.3-44.5 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.3-17.7 15.3 2.9 17 13.1 32.1 27.3 44.5V408c0 8.8 1.6 17.2 3.8 25.3C91.8 399.9 48 333 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 77-43.8 143.9-107.8 177.3zM168 176c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"]\n};\nvar faGrinTongueSquint = {\n prefix: 'far',\n iconName: 'grin-tongue-squint',\n icon: [496, 512, [], \"f58a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm64 400c0 35.6-29.1 64.5-64.9 64-35.1-.5-63.1-29.8-63.1-65v-42.8l17.7-8.8c15-7.5 31.5 1.7 34.9 16.5l2.8 12.1c2.1 9.2 15.2 9.2 17.3 0l2.8-12.1c3.4-14.8 19.8-24.1 34.9-16.5l17.7 8.8V408zm28.2 25.3c2.2-8.1 3.8-16.5 3.8-25.3v-43.5c14.2-12.4 24.4-27.5 27.3-44.5 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.3-17.7 15.3 2.9 17 13.1 32.1 27.3 44.5V408c0 8.8 1.6 17.2 3.8 25.3C91.8 399.9 48 333 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 77-43.8 143.9-107.8 177.3zm36.9-281.1c-3.8-4.4-10.3-5.5-15.3-2.5l-80 48c-3.6 2.2-5.8 6.1-5.8 10.3s2.2 8.1 5.8 10.3l80 48c5.4 3.2 11.7 1.7 15.3-2.5 3.8-4.5 3.8-11 .1-15.5L343.6 208l33.6-40.3c3.8-4.5 3.7-11.1-.1-15.5zm-162.9 45.5l-80-48c-5-3-11.4-2-15.3 2.5-3.8 4.5-3.8 11-.1 15.5l33.6 40.3-33.6 40.3c-3.8 4.5-3.7 11 .1 15.5 3.6 4.2 9.9 5.7 15.3 2.5l80-48c3.6-2.2 5.8-6.1 5.8-10.3s-2.2-8.1-5.8-10.3z\"]\n};\nvar faGrinTongueWink = {\n prefix: 'far',\n iconName: 'grin-tongue-wink',\n icon: [496, 512, [], \"f58b\", \"M152 180c-25.7 0-55.9 16.9-59.8 42.1-.8 5 1.7 10 6.1 12.4 4.4 2.4 9.9 1.8 13.7-1.6l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c2.5 2.2 8 4.7 13.7 1.6 4.4-2.4 6.9-7.4 6.1-12.4-3.9-25.2-34.1-42.1-59.8-42.1zm176-52c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80zm0 128c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-72c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm64 400c0 35.6-29.1 64.5-64.9 64-35.1-.5-63.1-29.8-63.1-65v-42.8l17.7-8.8c15-7.5 31.5 1.7 34.9 16.5l2.8 12.1c2.1 9.2 15.2 9.2 17.3 0l2.8-12.1c3.4-14.8 19.8-24.1 34.9-16.5l17.7 8.8V408zm28.2 25.3c2.2-8.1 3.8-16.5 3.8-25.3v-43.5c14.2-12.4 24.4-27.5 27.3-44.5 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.3-17.7 15.3 2.9 17 13.1 32.1 27.3 44.5V408c0 8.8 1.6 17.2 3.8 25.3C91.8 399.9 48 333 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 77-43.8 143.9-107.8 177.3z\"]\n};\nvar faGrinWink = {\n prefix: 'far',\n iconName: 'grin-wink',\n icon: [496, 512, [], \"f58c\", \"M328 180c-25.69 0-55.88 16.92-59.86 42.12-1.75 11.22 11.5 18.24 19.83 10.84l9.55-8.48c14.81-13.19 46.16-13.19 60.97 0l9.55 8.48c8.48 7.43 21.56.25 19.83-10.84C383.88 196.92 353.69 180 328 180zm-160 60c17.67 0 32-14.33 32-32s-14.33-32-32-32-32 14.33-32 32 14.33 32 32 32zm185.55 64.64c-25.93 8.3-64.4 13.06-105.55 13.06s-79.62-4.75-105.55-13.06c-9.94-3.13-19.4 5.37-17.71 15.34C132.67 367.13 196.06 400 248 400s115.33-32.87 123.26-80.02c1.68-9.89-7.67-18.48-17.71-15.34zM248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 448c-110.28 0-200-89.72-200-200S137.72 56 248 56s200 89.72 200 200-89.72 200-200 200z\"]\n};\nvar faHandLizard = {\n prefix: 'far',\n iconName: 'hand-lizard',\n icon: [576, 512, [], \"f258\", \"M556.686 290.542L410.328 64.829C397.001 44.272 374.417 32 349.917 32H56C25.121 32 0 57.122 0 88v8c0 44.112 35.888 80 80 80h196.042l-18.333 48H144c-48.523 0-88 39.477-88 88 0 30.879 25.121 56 56 56h131.552c2.987 0 5.914.549 8.697 1.631L352 408.418V480h224V355.829c0-23.225-6.679-45.801-19.314-65.287zM528 432H400v-23.582c0-19.948-12.014-37.508-30.604-44.736l-99.751-38.788A71.733 71.733 0 0 0 243.552 320H112c-4.411 0-8-3.589-8-8 0-22.056 17.944-40 40-40h113.709c19.767 0 37.786-12.407 44.84-30.873l24.552-64.281c8.996-23.553-8.428-48.846-33.63-48.846H80c-17.645 0-32-14.355-32-32v-8c0-4.411 3.589-8 8-8h293.917c8.166 0 15.693 4.09 20.137 10.942l146.358 225.715A71.84 71.84 0 0 1 528 355.829V432z\"]\n};\nvar faHandPaper = {\n prefix: 'far',\n iconName: 'hand-paper',\n icon: [448, 512, [], \"f256\", \"M372.57 112.641v-10.825c0-43.612-40.52-76.691-83.039-65.546-25.629-49.5-94.09-47.45-117.982.747C130.269 26.456 89.144 57.945 89.144 102v126.13c-19.953-7.427-43.308-5.068-62.083 8.871-29.355 21.796-35.794 63.333-14.55 93.153L132.48 498.569a32 32 0 0 0 26.062 13.432h222.897c14.904 0 27.835-10.289 31.182-24.813l30.184-130.958A203.637 203.637 0 0 0 448 310.564V179c0-40.62-35.523-71.992-75.43-66.359zm27.427 197.922c0 11.731-1.334 23.469-3.965 34.886L368.707 464h-201.92L51.591 302.303c-14.439-20.27 15.023-42.776 29.394-22.605l27.128 38.079c8.995 12.626 29.031 6.287 29.031-9.283V102c0-25.645 36.571-24.81 36.571.691V256c0 8.837 7.163 16 16 16h6.856c8.837 0 16-7.163 16-16V67c0-25.663 36.571-24.81 36.571.691V256c0 8.837 7.163 16 16 16h6.856c8.837 0 16-7.163 16-16V101.125c0-25.672 36.57-24.81 36.57.691V256c0 8.837 7.163 16 16 16h6.857c8.837 0 16-7.163 16-16v-76.309c0-26.242 36.57-25.64 36.57-.691v131.563z\"]\n};\nvar faHandPeace = {\n prefix: 'far',\n iconName: 'hand-peace',\n icon: [448, 512, [], \"f25b\", \"M362.146 191.976c-13.71-21.649-38.761-34.016-65.006-30.341V74c0-40.804-32.811-74-73.141-74-40.33 0-73.14 33.196-73.14 74L160 168l-18.679-78.85C126.578 50.843 83.85 32.11 46.209 47.208 8.735 62.238-9.571 104.963 5.008 142.85l55.757 144.927c-30.557 24.956-43.994 57.809-24.733 92.218l54.853 97.999C102.625 498.97 124.73 512 148.575 512h205.702c30.744 0 57.558-21.44 64.555-51.797l27.427-118.999a67.801 67.801 0 0 0 1.729-15.203L448 256c0-44.956-43.263-77.343-85.854-64.024zM399.987 326c0 1.488-.169 2.977-.502 4.423l-27.427 119.001c-1.978 8.582-9.29 14.576-17.782 14.576H148.575c-6.486 0-12.542-3.621-15.805-9.449l-54.854-98c-4.557-8.141-2.619-18.668 4.508-24.488l26.647-21.764a16 16 0 0 0 4.812-18.139l-64.09-166.549C37.226 92.956 84.37 74.837 96.51 106.389l59.784 155.357A16 16 0 0 0 171.227 272h11.632c8.837 0 16-7.163 16-16V74c0-34.375 50.281-34.43 50.281 0v182c0 8.837 7.163 16 16 16h6.856c8.837 0 16-7.163 16-16v-28c0-25.122 36.567-25.159 36.567 0v28c0 8.837 7.163 16 16 16h6.856c8.837 0 16-7.163 16-16 0-25.12 36.567-25.16 36.567 0v70z\"]\n};\nvar faHandPointDown = {\n prefix: 'far',\n iconName: 'hand-point-down',\n icon: [448, 512, [], \"f0a7\", \"M188.8 512c45.616 0 83.2-37.765 83.2-83.2v-35.647a93.148 93.148 0 0 0 22.064-7.929c22.006 2.507 44.978-3.503 62.791-15.985C409.342 368.1 448 331.841 448 269.299V248c0-60.063-40-98.512-40-127.2v-2.679c4.952-5.747 8-13.536 8-22.12V32c0-17.673-12.894-32-28.8-32H156.8C140.894 0 128 14.327 128 32v64c0 8.584 3.048 16.373 8 22.12v2.679c0 6.964-6.193 14.862-23.668 30.183l-.148.129-.146.131c-9.937 8.856-20.841 18.116-33.253 25.851C48.537 195.798 0 207.486 0 252.8c0 56.928 35.286 92 83.2 92 8.026 0 15.489-.814 22.4-2.176V428.8c0 45.099 38.101 83.2 83.2 83.2zm0-48c-18.7 0-35.2-16.775-35.2-35.2V270.4c-17.325 0-35.2 26.4-70.4 26.4-26.4 0-35.2-20.625-35.2-44 0-8.794 32.712-20.445 56.1-34.926 14.575-9.074 27.225-19.524 39.875-30.799 18.374-16.109 36.633-33.836 39.596-59.075h176.752C364.087 170.79 400 202.509 400 248v21.299c0 40.524-22.197 57.124-61.325 50.601-8.001 14.612-33.979 24.151-53.625 12.925-18.225 19.365-46.381 17.787-61.05 4.95V428.8c0 18.975-16.225 35.2-35.2 35.2zM328 64c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24-24-10.745-24-24z\"]\n};\nvar faHandPointLeft = {\n prefix: 'far',\n iconName: 'hand-point-left',\n icon: [512, 512, [], \"f0a5\", \"M0 220.8C0 266.416 37.765 304 83.2 304h35.647a93.148 93.148 0 0 0 7.929 22.064c-2.507 22.006 3.503 44.978 15.985 62.791C143.9 441.342 180.159 480 242.701 480H264c60.063 0 98.512-40 127.2-40h2.679c5.747 4.952 13.536 8 22.12 8h64c17.673 0 32-12.894 32-28.8V188.8c0-15.906-14.327-28.8-32-28.8h-64c-8.584 0-16.373 3.048-22.12 8H391.2c-6.964 0-14.862-6.193-30.183-23.668l-.129-.148-.131-.146c-8.856-9.937-18.116-20.841-25.851-33.253C316.202 80.537 304.514 32 259.2 32c-56.928 0-92 35.286-92 83.2 0 8.026.814 15.489 2.176 22.4H83.2C38.101 137.6 0 175.701 0 220.8zm48 0c0-18.7 16.775-35.2 35.2-35.2h158.4c0-17.325-26.4-35.2-26.4-70.4 0-26.4 20.625-35.2 44-35.2 8.794 0 20.445 32.712 34.926 56.1 9.074 14.575 19.524 27.225 30.799 39.875 16.109 18.374 33.836 36.633 59.075 39.596v176.752C341.21 396.087 309.491 432 264 432h-21.299c-40.524 0-57.124-22.197-50.601-61.325-14.612-8.001-24.151-33.979-12.925-53.625-19.365-18.225-17.787-46.381-4.95-61.05H83.2C64.225 256 48 239.775 48 220.8zM448 360c13.255 0 24 10.745 24 24s-10.745 24-24 24-24-10.745-24-24 10.745-24 24-24z\"]\n};\nvar faHandPointRight = {\n prefix: 'far',\n iconName: 'hand-point-right',\n icon: [512, 512, [], \"f0a4\", \"M428.8 137.6h-86.177a115.52 115.52 0 0 0 2.176-22.4c0-47.914-35.072-83.2-92-83.2-45.314 0-57.002 48.537-75.707 78.784-7.735 12.413-16.994 23.317-25.851 33.253l-.131.146-.129.148C135.662 161.807 127.764 168 120.8 168h-2.679c-5.747-4.952-13.536-8-22.12-8H32c-17.673 0-32 12.894-32 28.8v230.4C0 435.106 14.327 448 32 448h64c8.584 0 16.373-3.048 22.12-8h2.679c28.688 0 67.137 40 127.2 40h21.299c62.542 0 98.8-38.658 99.94-91.145 12.482-17.813 18.491-40.785 15.985-62.791A93.148 93.148 0 0 0 393.152 304H428.8c45.435 0 83.2-37.584 83.2-83.2 0-45.099-38.101-83.2-83.2-83.2zm0 118.4h-91.026c12.837 14.669 14.415 42.825-4.95 61.05 11.227 19.646 1.687 45.624-12.925 53.625 6.524 39.128-10.076 61.325-50.6 61.325H248c-45.491 0-77.21-35.913-120-39.676V215.571c25.239-2.964 42.966-21.222 59.075-39.596 11.275-12.65 21.725-25.3 30.799-39.875C232.355 112.712 244.006 80 252.8 80c23.375 0 44 8.8 44 35.2 0 35.2-26.4 53.075-26.4 70.4h158.4c18.425 0 35.2 16.5 35.2 35.2 0 18.975-16.225 35.2-35.2 35.2zM88 384c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24z\"]\n};\nvar faHandPointUp = {\n prefix: 'far',\n iconName: 'hand-point-up',\n icon: [448, 512, [], \"f0a6\", \"M105.6 83.2v86.177a115.52 115.52 0 0 0-22.4-2.176c-47.914 0-83.2 35.072-83.2 92 0 45.314 48.537 57.002 78.784 75.707 12.413 7.735 23.317 16.994 33.253 25.851l.146.131.148.129C129.807 376.338 136 384.236 136 391.2v2.679c-4.952 5.747-8 13.536-8 22.12v64c0 17.673 12.894 32 28.8 32h230.4c15.906 0 28.8-14.327 28.8-32v-64c0-8.584-3.048-16.373-8-22.12V391.2c0-28.688 40-67.137 40-127.2v-21.299c0-62.542-38.658-98.8-91.145-99.94-17.813-12.482-40.785-18.491-62.791-15.985A93.148 93.148 0 0 0 272 118.847V83.2C272 37.765 234.416 0 188.8 0c-45.099 0-83.2 38.101-83.2 83.2zm118.4 0v91.026c14.669-12.837 42.825-14.415 61.05 4.95 19.646-11.227 45.624-1.687 53.625 12.925 39.128-6.524 61.325 10.076 61.325 50.6V264c0 45.491-35.913 77.21-39.676 120H183.571c-2.964-25.239-21.222-42.966-39.596-59.075-12.65-11.275-25.3-21.725-39.875-30.799C80.712 279.645 48 267.994 48 259.2c0-23.375 8.8-44 35.2-44 35.2 0 53.075 26.4 70.4 26.4V83.2c0-18.425 16.5-35.2 35.2-35.2 18.975 0 35.2 16.225 35.2 35.2zM352 424c13.255 0 24 10.745 24 24s-10.745 24-24 24-24-10.745-24-24 10.745-24 24-24z\"]\n};\nvar faHandPointer = {\n prefix: 'far',\n iconName: 'hand-pointer',\n icon: [448, 512, [], \"f25a\", \"M358.182 179.361c-19.493-24.768-52.679-31.945-79.872-19.098-15.127-15.687-36.182-22.487-56.595-19.629V67c0-36.944-29.736-67-66.286-67S89.143 30.056 89.143 67v161.129c-19.909-7.41-43.272-5.094-62.083 8.872-29.355 21.795-35.793 63.333-14.55 93.152l109.699 154.001C134.632 501.59 154.741 512 176 512h178.286c30.802 0 57.574-21.5 64.557-51.797l27.429-118.999A67.873 67.873 0 0 0 448 326v-84c0-46.844-46.625-79.273-89.818-62.639zM80.985 279.697l27.126 38.079c8.995 12.626 29.031 6.287 29.031-9.283V67c0-25.12 36.571-25.16 36.571 0v175c0 8.836 7.163 16 16 16h6.857c8.837 0 16-7.164 16-16v-35c0-25.12 36.571-25.16 36.571 0v35c0 8.836 7.163 16 16 16H272c8.837 0 16-7.164 16-16v-21c0-25.12 36.571-25.16 36.571 0v21c0 8.836 7.163 16 16 16h6.857c8.837 0 16-7.164 16-16 0-25.121 36.571-25.16 36.571 0v84c0 1.488-.169 2.977-.502 4.423l-27.43 119.001c-1.978 8.582-9.29 14.576-17.782 14.576H176c-5.769 0-11.263-2.878-14.697-7.697l-109.712-154c-14.406-20.223 14.994-42.818 29.394-22.606zM176.143 400v-96c0-8.837 6.268-16 14-16h6c7.732 0 14 7.163 14 16v96c0 8.837-6.268 16-14 16h-6c-7.733 0-14-7.163-14-16zm75.428 0v-96c0-8.837 6.268-16 14-16h6c7.732 0 14 7.163 14 16v96c0 8.837-6.268 16-14 16h-6c-7.732 0-14-7.163-14-16zM327 400v-96c0-8.837 6.268-16 14-16h6c7.732 0 14 7.163 14 16v96c0 8.837-6.268 16-14 16h-6c-7.732 0-14-7.163-14-16z\"]\n};\nvar faHandRock = {\n prefix: 'far',\n iconName: 'hand-rock',\n icon: [512, 512, [], \"f255\", \"M408.864 79.052c-22.401-33.898-66.108-42.273-98.813-23.588-29.474-31.469-79.145-31.093-108.334-.022-47.16-27.02-108.71 5.055-110.671 60.806C44.846 105.407 0 140.001 0 187.429v56.953c0 32.741 14.28 63.954 39.18 85.634l97.71 85.081c4.252 3.702 3.11 5.573 3.11 32.903 0 17.673 14.327 32 32 32h252c17.673 0 32-14.327 32-32 0-23.513-1.015-30.745 3.982-42.37l42.835-99.656c6.094-14.177 9.183-29.172 9.183-44.568V146.963c0-52.839-54.314-88.662-103.136-67.911zM464 261.406a64.505 64.505 0 0 1-5.282 25.613l-42.835 99.655c-5.23 12.171-7.883 25.04-7.883 38.25V432H188v-10.286c0-16.37-7.14-31.977-19.59-42.817l-97.71-85.08C56.274 281.255 48 263.236 48 244.381v-56.953c0-33.208 52-33.537 52 .677v41.228a16 16 0 0 0 5.493 12.067l7 6.095A16 16 0 0 0 139 235.429V118.857c0-33.097 52-33.725 52 .677v26.751c0 8.836 7.164 16 16 16h7c8.836 0 16-7.164 16-16v-41.143c0-33.134 52-33.675 52 .677v40.466c0 8.836 7.163 16 16 16h7c8.837 0 16-7.164 16-16v-27.429c0-33.03 52-33.78 52 .677v26.751c0 8.836 7.163 16 16 16h7c8.837 0 16-7.164 16-16 0-33.146 52-33.613 52 .677v114.445z\"]\n};\nvar faHandScissors = {\n prefix: 'far',\n iconName: 'hand-scissors',\n icon: [512, 512, [], \"f257\", \"M256 480l70-.013c5.114 0 10.231-.583 15.203-1.729l118.999-27.427C490.56 443.835 512 417.02 512 386.277V180.575c0-23.845-13.03-45.951-34.005-57.69l-97.999-54.853c-34.409-19.261-67.263-5.824-92.218 24.733L142.85 37.008c-37.887-14.579-80.612 3.727-95.642 41.201-15.098 37.642 3.635 80.37 41.942 95.112L168 192l-94-9.141c-40.804 0-74 32.811-74 73.14 0 40.33 33.196 73.141 74 73.141h87.635c-3.675 26.245 8.692 51.297 30.341 65.006C178.657 436.737 211.044 480 256 480zm0-48.013c-25.16 0-25.12-36.567 0-36.567 8.837 0 16-7.163 16-16v-6.856c0-8.837-7.163-16-16-16h-28c-25.159 0-25.122-36.567 0-36.567h28c8.837 0 16-7.163 16-16v-6.856c0-8.837-7.163-16-16-16H74c-34.43 0-34.375-50.281 0-50.281h182c8.837 0 16-7.163 16-16v-11.632a16 16 0 0 0-10.254-14.933L106.389 128.51c-31.552-12.14-13.432-59.283 19.222-46.717l166.549 64.091a16.001 16.001 0 0 0 18.139-4.812l21.764-26.647c5.82-7.127 16.348-9.064 24.488-4.508l98 54.854c5.828 3.263 9.449 9.318 9.449 15.805v205.701c0 8.491-5.994 15.804-14.576 17.782l-119.001 27.427a19.743 19.743 0 0 1-4.423.502h-70z\"]\n};\nvar faHandSpock = {\n prefix: 'far',\n iconName: 'hand-spock',\n icon: [512, 512, [], \"f259\", \"M21.096 381.79l129.092 121.513a32 32 0 0 0 21.932 8.698h237.6c14.17 0 26.653-9.319 30.68-22.904l31.815-107.313A115.955 115.955 0 0 0 477 348.811v-36.839c0-4.051.476-8.104 1.414-12.045l31.73-133.41c10.099-42.412-22.316-82.738-65.544-82.525-4.144-24.856-22.543-47.165-49.85-53.992-35.803-8.952-72.227 12.655-81.25 48.75L296.599 184 274.924 52.01c-8.286-36.07-44.303-58.572-80.304-50.296-29.616 6.804-50.138 32.389-51.882 61.295-42.637.831-73.455 40.563-64.071 81.844l31.04 136.508c-27.194-22.515-67.284-19.992-91.482 5.722-25.376 26.961-24.098 69.325 2.871 94.707zm32.068-61.811l.002-.001c7.219-7.672 19.241-7.98 26.856-.813l53.012 49.894C143.225 378.649 160 371.4 160 357.406v-69.479c0-1.193-.134-2.383-.397-3.546l-34.13-150.172c-5.596-24.617 31.502-32.86 37.054-8.421l30.399 133.757a16 16 0 0 0 15.603 12.454h8.604c10.276 0 17.894-9.567 15.594-19.583l-41.62-181.153c-5.623-24.469 31.39-33.076 37.035-8.508l45.22 196.828A16 16 0 0 0 288.956 272h13.217a16 16 0 0 0 15.522-12.119l42.372-169.49c6.104-24.422 42.962-15.159 36.865 9.217L358.805 252.12c-2.521 10.088 5.115 19.88 15.522 19.88h9.694a16 16 0 0 0 15.565-12.295L426.509 146.6c5.821-24.448 42.797-15.687 36.966 8.802L431.72 288.81a100.094 100.094 0 0 0-2.72 23.162v36.839c0 6.548-.943 13.051-2.805 19.328L397.775 464h-219.31L53.978 346.836c-7.629-7.18-7.994-19.229-.814-26.857z\"]\n};\nvar faHandshake = {\n prefix: 'far',\n iconName: 'handshake',\n icon: [640, 512, [], \"f2b5\", \"M519.2 127.9l-47.6-47.6A56.252 56.252 0 0 0 432 64H205.2c-14.8 0-29.1 5.9-39.6 16.3L118 127.9H0v255.7h64c17.6 0 31.8-14.2 31.9-31.7h9.1l84.6 76.4c30.9 25.1 73.8 25.7 105.6 3.8 12.5 10.8 26 15.9 41.1 15.9 18.2 0 35.3-7.4 48.8-24 22.1 8.7 48.2 2.6 64-16.8l26.2-32.3c5.6-6.9 9.1-14.8 10.9-23h57.9c.1 17.5 14.4 31.7 31.9 31.7h64V127.9H519.2zM48 351.6c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16c0 8.9-7.2 16-16 16zm390-6.9l-26.1 32.2c-2.8 3.4-7.8 4-11.3 1.2l-23.9-19.4-30 36.5c-6 7.3-15 4.8-18 2.4l-36.8-31.5-15.6 19.2c-13.9 17.1-39.2 19.7-55.3 6.6l-97.3-88H96V175.8h41.9l61.7-61.6c2-.8 3.7-1.5 5.7-2.3H262l-38.7 35.5c-29.4 26.9-31.1 72.3-4.4 101.3 14.8 16.2 61.2 41.2 101.5 4.4l8.2-7.5 108.2 87.8c3.4 2.8 3.9 7.9 1.2 11.3zm106-40.8h-69.2c-2.3-2.8-4.9-5.4-7.7-7.7l-102.7-83.4 12.5-11.4c6.5-6 7-16.1 1-22.6L367 167.1c-6-6.5-16.1-6.9-22.6-1l-55.2 50.6c-9.5 8.7-25.7 9.4-34.6 0-9.3-9.9-8.5-25.1 1.2-33.9l65.6-60.1c7.4-6.8 17-10.5 27-10.5l83.7-.2c2.1 0 4.1.8 5.5 2.3l61.7 61.6H544v128zm48 47.7c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16c0 8.9-7.2 16-16 16z\"]\n};\nvar faHdd = {\n prefix: 'far',\n iconName: 'hdd',\n icon: [576, 512, [], \"f0a0\", \"M567.403 235.642L462.323 84.589A48 48 0 0 0 422.919 64H153.081a48 48 0 0 0-39.404 20.589L8.597 235.642A48.001 48.001 0 0 0 0 263.054V400c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V263.054c0-9.801-3-19.366-8.597-27.412zM153.081 112h269.838l77.913 112H75.168l77.913-112zM528 400H48V272h480v128zm-32-64c0 17.673-14.327 32-32 32s-32-14.327-32-32 14.327-32 32-32 32 14.327 32 32zm-96 0c0 17.673-14.327 32-32 32s-32-14.327-32-32 14.327-32 32-32 32 14.327 32 32z\"]\n};\nvar faHeart = {\n prefix: 'far',\n iconName: 'heart',\n icon: [512, 512, [], \"f004\", \"M458.4 64.3C400.6 15.7 311.3 23 256 79.3 200.7 23 111.4 15.6 53.6 64.3-21.6 127.6-10.6 230.8 43 285.5l175.4 178.7c10 10.2 23.4 15.9 37.6 15.9 14.3 0 27.6-5.6 37.6-15.8L469 285.6c53.5-54.7 64.7-157.9-10.6-221.3zm-23.6 187.5L259.4 430.5c-2.4 2.4-4.4 2.4-6.8 0L77.2 251.8c-36.5-37.2-43.9-107.6 7.3-150.7 38.9-32.7 98.9-27.8 136.5 10.5l35 35.7 35-35.7c37.8-38.5 97.8-43.2 136.5-10.6 51.1 43.1 43.5 113.9 7.3 150.8z\"]\n};\nvar faHospital = {\n prefix: 'far',\n iconName: 'hospital',\n icon: [448, 512, [], \"f0f8\", \"M128 244v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12zm140 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12zm-76 84v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm76 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12zm180 124v36H0v-36c0-6.627 5.373-12 12-12h19.5V85.035C31.5 73.418 42.245 64 55.5 64H144V24c0-13.255 10.745-24 24-24h112c13.255 0 24 10.745 24 24v40h88.5c13.255 0 24 9.418 24 21.035V464H436c6.627 0 12 5.373 12 12zM79.5 463H192v-67c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v67h112.5V112H304v24c0 13.255-10.745 24-24 24H168c-13.255 0-24-10.745-24-24v-24H79.5v351zM266 64h-26V38a6 6 0 0 0-6-6h-20a6 6 0 0 0-6 6v26h-26a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h26v26a6 6 0 0 0 6 6h20a6 6 0 0 0 6-6V96h26a6 6 0 0 0 6-6V70a6 6 0 0 0-6-6z\"]\n};\nvar faHourglass = {\n prefix: 'far',\n iconName: 'hourglass',\n icon: [384, 512, [], \"f254\", \"M368 48h4c6.627 0 12-5.373 12-12V12c0-6.627-5.373-12-12-12H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h4c0 80.564 32.188 165.807 97.18 208C47.899 298.381 16 383.9 16 464h-4c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h360c6.627 0 12-5.373 12-12v-24c0-6.627-5.373-12-12-12h-4c0-80.564-32.188-165.807-97.18-208C336.102 213.619 368 128.1 368 48zM64 48h256c0 101.62-57.307 184-128 184S64 149.621 64 48zm256 416H64c0-101.62 57.308-184 128-184s128 82.38 128 184z\"]\n};\nvar faIdBadge = {\n prefix: 'far',\n iconName: 'id-badge',\n icon: [384, 512, [], \"f2c1\", \"M336 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm0 464H48V48h288v416zM144 112h96c8.8 0 16-7.2 16-16s-7.2-16-16-16h-96c-8.8 0-16 7.2-16 16s7.2 16 16 16zm48 176c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2z\"]\n};\nvar faIdCard = {\n prefix: 'far',\n iconName: 'id-card',\n icon: [576, 512, [], \"f2c2\", \"M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 400H303.2c.9-4.5.8 3.6.8-22.4 0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6 0 26-.2 17.9.8 22.4H48V144h480v288zm-168-80h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm-168 96c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64z\"]\n};\nvar faImage = {\n prefix: 'far',\n iconName: 'image',\n icon: [512, 512, [], \"f03e\", \"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm-6 336H54a6 6 0 0 1-6-6V118a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v276a6 6 0 0 1-6 6zM128 152c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zM96 352h320v-80l-87.515-87.515c-4.686-4.686-12.284-4.686-16.971 0L192 304l-39.515-39.515c-4.686-4.686-12.284-4.686-16.971 0L96 304v48z\"]\n};\nvar faImages = {\n prefix: 'far',\n iconName: 'images',\n icon: [576, 512, [], \"f302\", \"M480 416v16c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v48H54a6 6 0 0 0-6 6v244a6 6 0 0 0 6 6h372a6 6 0 0 0 6-6v-10h48zm42-336H150a6 6 0 0 0-6 6v244a6 6 0 0 0 6 6h372a6 6 0 0 0 6-6V86a6 6 0 0 0-6-6zm6-48c26.51 0 48 21.49 48 48v256c0 26.51-21.49 48-48 48H144c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h384zM264 144c0 22.091-17.909 40-40 40s-40-17.909-40-40 17.909-40 40-40 40 17.909 40 40zm-72 96l39.515-39.515c4.686-4.686 12.284-4.686 16.971 0L288 240l103.515-103.515c4.686-4.686 12.284-4.686 16.971 0L480 208v80H192v-48z\"]\n};\nvar faKeyboard = {\n prefix: 'far',\n iconName: 'keyboard',\n icon: [576, 512, [], \"f11c\", \"M528 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm8 336c0 4.411-3.589 8-8 8H48c-4.411 0-8-3.589-8-8V112c0-4.411 3.589-8 8-8h480c4.411 0 8 3.589 8 8v288zM170 270v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm-336 82v-28c0-6.627-5.373-12-12-12H82c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm384 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zM122 188v-28c0-6.627-5.373-12-12-12H82c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm-98 158v-16c0-6.627-5.373-12-12-12H180c-6.627 0-12 5.373-12 12v16c0 6.627 5.373 12 12 12h216c6.627 0 12-5.373 12-12z\"]\n};\nvar faKiss = {\n prefix: 'far',\n iconName: 'kiss',\n icon: [496, 512, [], \"f596\", \"M168 176c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm136 132c0-19.2-28.8-41.5-71.5-44-3.8-.4-7.4 2.4-8.2 6.2-.9 3.8 1.1 7.7 4.7 9.2l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-5.7 2.4-6 12.2 0 14.8l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-3.6 1.5-5.6 5.4-4.7 9.2.8 3.6 4.1 6.2 7.8 6.2h.5c42.8-2.5 71.5-24.8 71.5-44 0-13-13.4-27.3-35.2-36C290.6 335.3 304 321 304 308zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm80-280c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"]\n};\nvar faKissBeam = {\n prefix: 'far',\n iconName: 'kiss-beam',\n icon: [496, 512, [], \"f597\", \"M168 152c-23.8 0-52.7 29.3-56 71.4-.3 3.7 2 7.2 5.6 8.3 3.5 1 7.5-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 5.9-4.5 5.6-8.3-3.1-42.1-32-71.4-55.8-71.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm56-148c0-19.2-28.8-41.5-71.5-44-3.8-.4-7.4 2.4-8.2 6.2-.9 3.8 1.1 7.7 4.7 9.2l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-5.7 2.4-6 12.2 0 14.8l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-3.6 1.5-5.6 5.4-4.7 9.2.8 3.6 4.1 6.2 7.8 6.2h.5c42.8-2.5 71.5-24.8 71.5-44 0-13-13.4-27.3-35.2-36C290.6 335.3 304 321 304 308zm24-156c-23.8 0-52.7 29.3-56 71.4-.3 3.7 2 7.2 5.6 8.3 3.5 1 7.5-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 5.9-4.5 5.6-8.3-3.1-42.1-32-71.4-55.8-71.4z\"]\n};\nvar faKissWinkHeart = {\n prefix: 'far',\n iconName: 'kiss-wink-heart',\n icon: [504, 512, [], \"f598\", \"M304 308.5c0-19.2-28.8-41.5-71.5-44-3.8-.4-7.4 2.4-8.2 6.2-.9 3.8 1.1 7.7 4.7 9.2l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-5.7 2.4-6 12.2 0 14.8l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-3.6 1.5-5.6 5.4-4.7 9.2.8 3.6 4.1 6.2 7.8 6.2h.5c42.8-2.5 71.5-24.8 71.5-44 0-13-13.4-27.3-35.2-36 21.7-9.1 35.1-23.4 35.1-36.4zm70.5-83.5l9.5 8.5c3.8 3.3 9.3 4 13.7 1.6 4.4-2.4 6.9-7.4 6.1-12.4-4-25.2-34.2-42.1-59.8-42.1s-55.9 16.9-59.8 42.1c-.8 5 1.7 10 6.1 12.4 5.8 3.1 11.2.7 13.7-1.6l9.5-8.5c14.8-13.2 46.2-13.2 61 0zM136 208.5c0 17.7 14.3 32 32 32s32-14.3 32-32-14.3-32-32-32-32 14.3-32 32zm365.1 194c-8-20.8-31.5-31.5-53.1-25.9l-8.4 2.2-2.3-8.4c-5.9-21.4-27-36.5-49-33-25.2 4-40.6 28.6-34 52.6l22.9 82.6c1.5 5.3 7 8.5 12.4 7.1l83-21.5c24.1-6.3 37.7-31.8 28.5-55.7zM334 436.3c-26.1 12.5-55.2 19.7-86 19.7-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200c0 22.1-3.7 43.3-10.4 63.2 9 6.4 17 14.2 22.6 23.9 6.4.1 12.6 1.4 18.6 2.9 10.9-27.9 17.1-58.2 17.1-90C496 119 385 8 248 8S0 119 0 256s111 248 248 248c35.4 0 68.9-7.5 99.4-20.9-2.5-7.3 4.3 17.2-13.4-46.8z\"]\n};\nvar faLaugh = {\n prefix: 'far',\n iconName: 'laugh',\n icon: [496, 512, [], \"f599\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm141.4 389.4c-37.8 37.8-88 58.6-141.4 58.6s-103.6-20.8-141.4-58.6S48 309.4 48 256s20.8-103.6 58.6-141.4S194.6 56 248 56s103.6 20.8 141.4 58.6S448 202.6 448 256s-20.8 103.6-58.6 141.4zM328 224c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm-160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm194.4 64H133.6c-8.2 0-14.5 7-13.5 15 7.5 59.2 58.9 105 121.1 105h13.6c62.2 0 113.6-45.8 121.1-105 1-8-5.3-15-13.5-15z\"]\n};\nvar faLaughBeam = {\n prefix: 'far',\n iconName: 'laugh-beam',\n icon: [496, 512, [], \"f59a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm141.4 389.4c-37.8 37.8-88 58.6-141.4 58.6s-103.6-20.8-141.4-58.6S48 309.4 48 256s20.8-103.6 58.6-141.4S194.6 56 248 56s103.6 20.8 141.4 58.6S448 202.6 448 256s-20.8 103.6-58.6 141.4zM328 152c-23.8 0-52.7 29.3-56 71.4-.7 8.6 10.8 11.9 14.9 4.5l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c4.1 7.4 15.6 4 14.9-4.5-3.1-42.1-32-71.4-55.8-71.4zm-201 75.9l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c4.1 7.4 15.6 4 14.9-4.5-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.6 8.5 10.9 11.9 15.1 4.5zM362.4 288H133.6c-8.2 0-14.5 7-13.5 15 7.5 59.2 58.9 105 121.1 105h13.6c62.2 0 113.6-45.8 121.1-105 1-8-5.3-15-13.5-15z\"]\n};\nvar faLaughSquint = {\n prefix: 'far',\n iconName: 'laugh-squint',\n icon: [496, 512, [], \"f59b\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm141.4 389.4c-37.8 37.8-88 58.6-141.4 58.6s-103.6-20.8-141.4-58.6S48 309.4 48 256s20.8-103.6 58.6-141.4S194.6 56 248 56s103.6 20.8 141.4 58.6S448 202.6 448 256s-20.8 103.6-58.6 141.4zM343.6 196l33.6-40.3c8.6-10.3-3.8-24.8-15.4-18l-80 48c-7.8 4.7-7.8 15.9 0 20.6l80 48c11.5 6.8 24-7.6 15.4-18L343.6 196zm-209.4 58.3l80-48c7.8-4.7 7.8-15.9 0-20.6l-80-48c-11.6-6.9-24 7.7-15.4 18l33.6 40.3-33.6 40.3c-8.7 10.4 3.8 24.8 15.4 18zM362.4 288H133.6c-8.2 0-14.5 7-13.5 15 7.5 59.2 58.9 105 121.1 105h13.6c62.2 0 113.6-45.8 121.1-105 1-8-5.3-15-13.5-15z\"]\n};\nvar faLaughWink = {\n prefix: 'far',\n iconName: 'laugh-wink',\n icon: [496, 512, [], \"f59c\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm141.4 389.4c-37.8 37.8-88 58.6-141.4 58.6s-103.6-20.8-141.4-58.6C68.8 359.6 48 309.4 48 256s20.8-103.6 58.6-141.4C144.4 76.8 194.6 56 248 56s103.6 20.8 141.4 58.6c37.8 37.8 58.6 88 58.6 141.4s-20.8 103.6-58.6 141.4zM328 164c-25.7 0-55.9 16.9-59.9 42.1-1.7 11.2 11.5 18.2 19.8 10.8l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c8.5 7.4 21.6.3 19.8-10.8-3.8-25.2-34-42.1-59.7-42.1zm-160 60c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm194.4 64H133.6c-8.2 0-14.5 7-13.5 15 7.5 59.2 58.9 105 121.1 105h13.6c62.2 0 113.6-45.8 121.1-105 1-8-5.3-15-13.5-15z\"]\n};\nvar faLemon = {\n prefix: 'far',\n iconName: 'lemon',\n icon: [512, 512, [], \"f094\", \"M484.112 27.889C455.989-.233 416.108-8.057 387.059 8.865 347.604 31.848 223.504-41.111 91.196 91.197-41.277 223.672 31.923 347.472 8.866 387.058c-16.922 29.051-9.1 68.932 19.022 97.054 28.135 28.135 68.011 35.938 97.057 19.021 39.423-22.97 163.557 49.969 295.858-82.329 132.474-132.477 59.273-256.277 82.331-295.861 16.922-29.05 9.1-68.931-19.022-97.054zm-22.405 72.894c-38.8 66.609 45.6 165.635-74.845 286.08-120.44 120.443-219.475 36.048-286.076 74.843-22.679 13.207-64.035-27.241-50.493-50.488 38.8-66.609-45.6-165.635 74.845-286.08C245.573 4.702 344.616 89.086 411.219 50.292c22.73-13.24 64.005 27.288 50.488 50.491zm-169.861 8.736c1.37 10.96-6.404 20.957-17.365 22.327-54.846 6.855-135.779 87.787-142.635 142.635-1.373 10.989-11.399 18.734-22.326 17.365-10.961-1.37-18.735-11.366-17.365-22.326 9.162-73.286 104.167-168.215 177.365-177.365 10.953-1.368 20.956 6.403 22.326 17.364z\"]\n};\nvar faLifeRing = {\n prefix: 'far',\n iconName: 'life-ring',\n icon: [512, 512, [], \"f1cd\", \"M256 504c136.967 0 248-111.033 248-248S392.967 8 256 8 8 119.033 8 256s111.033 248 248 248zm-103.398-76.72l53.411-53.411c31.806 13.506 68.128 13.522 99.974 0l53.411 53.411c-63.217 38.319-143.579 38.319-206.796 0zM336 256c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zm91.28 103.398l-53.411-53.411c13.505-31.806 13.522-68.128 0-99.974l53.411-53.411c38.319 63.217 38.319 143.579 0 206.796zM359.397 84.72l-53.411 53.411c-31.806-13.505-68.128-13.522-99.973 0L152.602 84.72c63.217-38.319 143.579-38.319 206.795 0zM84.72 152.602l53.411 53.411c-13.506 31.806-13.522 68.128 0 99.974L84.72 359.398c-38.319-63.217-38.319-143.579 0-206.796z\"]\n};\nvar faLightbulb = {\n prefix: 'far',\n iconName: 'lightbulb',\n icon: [352, 512, [], \"f0eb\", \"M176 80c-52.94 0-96 43.06-96 96 0 8.84 7.16 16 16 16s16-7.16 16-16c0-35.3 28.72-64 64-64 8.84 0 16-7.16 16-16s-7.16-16-16-16zM96.06 459.17c0 3.15.93 6.22 2.68 8.84l24.51 36.84c2.97 4.46 7.97 7.14 13.32 7.14h78.85c5.36 0 10.36-2.68 13.32-7.14l24.51-36.84c1.74-2.62 2.67-5.7 2.68-8.84l.05-43.18H96.02l.04 43.18zM176 0C73.72 0 0 82.97 0 176c0 44.37 16.45 84.85 43.56 115.78 16.64 18.99 42.74 58.8 52.42 92.16v.06h48v-.12c-.01-4.77-.72-9.51-2.15-14.07-5.59-17.81-22.82-64.77-62.17-109.67-20.54-23.43-31.52-53.15-31.61-84.14-.2-73.64 59.67-128 127.95-128 70.58 0 128 57.42 128 128 0 30.97-11.24 60.85-31.65 84.14-39.11 44.61-56.42 91.47-62.1 109.46a47.507 47.507 0 0 0-2.22 14.3v.1h48v-.05c9.68-33.37 35.78-73.18 52.42-92.16C335.55 260.85 352 220.37 352 176 352 78.8 273.2 0 176 0z\"]\n};\nvar faListAlt = {\n prefix: 'far',\n iconName: 'list-alt',\n icon: [512, 512, [], \"f022\", \"M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-42-92v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm-252 12c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36z\"]\n};\nvar faMap = {\n prefix: 'far',\n iconName: 'map',\n icon: [576, 512, [], \"f279\", \"M560.02 32c-1.96 0-3.98.37-5.96 1.16L384.01 96H384L212 35.28A64.252 64.252 0 0 0 191.76 32c-6.69 0-13.37 1.05-19.81 3.14L20.12 87.95A32.006 32.006 0 0 0 0 117.66v346.32C0 473.17 7.53 480 15.99 480c1.96 0 3.97-.37 5.96-1.16L192 416l172 60.71a63.98 63.98 0 0 0 40.05.15l151.83-52.81A31.996 31.996 0 0 0 576 394.34V48.02c0-9.19-7.53-16.02-15.98-16.02zM224 90.42l128 45.19v285.97l-128-45.19V90.42zM48 418.05V129.07l128-44.53v286.2l-.64.23L48 418.05zm480-35.13l-128 44.53V141.26l.64-.24L528 93.95v288.97z\"]\n};\nvar faMeh = {\n prefix: 'far',\n iconName: 'meh',\n icon: [496, 512, [], \"f11a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm8 144H160c-13.2 0-24 10.8-24 24s10.8 24 24 24h176c13.2 0 24-10.8 24-24s-10.8-24-24-24z\"]\n};\nvar faMehBlank = {\n prefix: 'far',\n iconName: 'meh-blank',\n icon: [496, 512, [], \"f5a4\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-280c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"]\n};\nvar faMehRollingEyes = {\n prefix: 'far',\n iconName: 'meh-rolling-eyes',\n icon: [496, 512, [], \"f5a5\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm88-304c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72zm0 112c-22.1 0-40-17.9-40-40 0-13.6 7.3-25.1 17.7-32.3-1 2.6-1.7 5.3-1.7 8.3 0 13.3 10.7 24 24 24s24-10.7 24-24c0-2.9-.7-5.7-1.7-8.3 10.4 7.2 17.7 18.7 17.7 32.3 0 22.1-17.9 40-40 40zm-104-40c0-39.8-32.2-72-72-72s-72 32.2-72 72 32.2 72 72 72 72-32.2 72-72zm-112 0c0-13.6 7.3-25.1 17.7-32.3-1 2.6-1.7 5.3-1.7 8.3 0 13.3 10.7 24 24 24s24-10.7 24-24c0-2.9-.7-5.7-1.7-8.3 10.4 7.2 17.7 18.7 17.7 32.3 0 22.1-17.9 40-40 40s-40-17.9-40-40zm192 128H184c-13.2 0-24 10.8-24 24s10.8 24 24 24h128c13.2 0 24-10.8 24-24s-10.8-24-24-24z\"]\n};\nvar faMinusSquare = {\n prefix: 'far',\n iconName: 'minus-square',\n icon: [448, 512, [], \"f146\", \"M108 284c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h232c6.6 0 12 5.4 12 12v32c0 6.6-5.4 12-12 12H108zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faMoneyBillAlt = {\n prefix: 'far',\n iconName: 'money-bill-alt',\n icon: [640, 512, [], \"f3d1\", \"M320 144c-53.02 0-96 50.14-96 112 0 61.85 42.98 112 96 112 53 0 96-50.13 96-112 0-61.86-42.98-112-96-112zm40 168c0 4.42-3.58 8-8 8h-64c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h16v-55.44l-.47.31a7.992 7.992 0 0 1-11.09-2.22l-8.88-13.31a7.992 7.992 0 0 1 2.22-11.09l15.33-10.22a23.99 23.99 0 0 1 13.31-4.03H328c4.42 0 8 3.58 8 8v88h16c4.42 0 8 3.58 8 8v16zM608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zm-16 272c-35.35 0-64 28.65-64 64H112c0-35.35-28.65-64-64-64V176c35.35 0 64-28.65 64-64h416c0 35.35 28.65 64 64 64v160z\"]\n};\nvar faMoon = {\n prefix: 'far',\n iconName: 'moon',\n icon: [512, 512, [], \"f186\", \"M279.135 512c78.756 0 150.982-35.804 198.844-94.775 28.27-34.831-2.558-85.722-46.249-77.401-82.348 15.683-158.272-47.268-158.272-130.792 0-48.424 26.06-92.292 67.434-115.836 38.745-22.05 28.999-80.788-15.022-88.919A257.936 257.936 0 0 0 279.135 0c-141.36 0-256 114.575-256 256 0 141.36 114.576 256 256 256zm0-464c12.985 0 25.689 1.201 38.016 3.478-54.76 31.163-91.693 90.042-91.693 157.554 0 113.848 103.641 199.2 215.252 177.944C402.574 433.964 344.366 464 279.135 464c-114.875 0-208-93.125-208-208s93.125-208 208-208z\"]\n};\nvar faNewspaper = {\n prefix: 'far',\n iconName: 'newspaper',\n icon: [576, 512, [], \"f1ea\", \"M552 64H112c-20.858 0-38.643 13.377-45.248 32H24c-13.255 0-24 10.745-24 24v272c0 30.928 25.072 56 56 56h496c13.255 0 24-10.745 24-24V88c0-13.255-10.745-24-24-24zM48 392V144h16v248c0 4.411-3.589 8-8 8s-8-3.589-8-8zm480 8H111.422c.374-2.614.578-5.283.578-8V112h416v288zM172 280h136c6.627 0 12-5.373 12-12v-96c0-6.627-5.373-12-12-12H172c-6.627 0-12 5.373-12 12v96c0 6.627 5.373 12 12 12zm28-80h80v40h-80v-40zm-40 140v-24c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H172c-6.627 0-12-5.373-12-12zm192 0v-24c0-6.627 5.373-12 12-12h104c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0-144v-24c0-6.627 5.373-12 12-12h104c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0 72v-24c0-6.627 5.373-12 12-12h104c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12z\"]\n};\nvar faObjectGroup = {\n prefix: 'far',\n iconName: 'object-group',\n icon: [512, 512, [], \"f247\", \"M500 128c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v12H96V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v72c0 6.627 5.373 12 12 12h12v256H12c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-12h320v12c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-12V128h12zm-52-64h32v32h-32V64zM32 64h32v32H32V64zm32 384H32v-32h32v32zm416 0h-32v-32h32v32zm-40-64h-12c-6.627 0-12 5.373-12 12v12H96v-12c0-6.627-5.373-12-12-12H72V128h12c6.627 0 12-5.373 12-12v-12h320v12c0 6.627 5.373 12 12 12h12v256zm-36-192h-84v-52c0-6.628-5.373-12-12-12H108c-6.627 0-12 5.372-12 12v168c0 6.628 5.373 12 12 12h84v52c0 6.628 5.373 12 12 12h200c6.627 0 12-5.372 12-12V204c0-6.628-5.373-12-12-12zm-268-24h144v112H136V168zm240 176H232v-24h76c6.627 0 12-5.372 12-12v-76h56v112z\"]\n};\nvar faObjectUngroup = {\n prefix: 'far',\n iconName: 'object-ungroup',\n icon: [576, 512, [], \"f248\", \"M564 224c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v12h-88v-24h12c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v12H96V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v72c0 6.627 5.373 12 12 12h12v160H12c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-12h88v24h-12c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-12h224v12c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-12V224h12zM352 64h32v32h-32V64zm0 256h32v32h-32v-32zM64 352H32v-32h32v32zm0-256H32V64h32v32zm32 216v-12c0-6.627-5.373-12-12-12H72V128h12c6.627 0 12-5.373 12-12v-12h224v12c0 6.627 5.373 12 12 12h12v160h-12c-6.627 0-12 5.373-12 12v12H96zm128 136h-32v-32h32v32zm280-64h-12c-6.627 0-12 5.373-12 12v12H256v-12c0-6.627-5.373-12-12-12h-12v-24h88v12c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-12v-88h88v12c0 6.627 5.373 12 12 12h12v160zm40 64h-32v-32h32v32zm0-256h-32v-32h32v32z\"]\n};\nvar faPaperPlane = {\n prefix: 'far',\n iconName: 'paper-plane',\n icon: [512, 512, [], \"f1d8\", \"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"]\n};\nvar faPauseCircle = {\n prefix: 'far',\n iconName: 'pause-circle',\n icon: [512, 512, [], \"f28b\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm96-280v160c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16zm-112 0v160c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16z\"]\n};\nvar faPlayCircle = {\n prefix: 'far',\n iconName: 'play-circle',\n icon: [512, 512, [], \"f144\", \"M371.7 238l-176-107c-15.8-8.8-35.7 2.5-35.7 21v208c0 18.4 19.8 29.8 35.7 21l176-101c16.4-9.1 16.4-32.8 0-42zM504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256z\"]\n};\nvar faPlusSquare = {\n prefix: 'far',\n iconName: 'plus-square',\n icon: [448, 512, [], \"f0fe\", \"M352 240v32c0 6.6-5.4 12-12 12h-88v88c0 6.6-5.4 12-12 12h-32c-6.6 0-12-5.4-12-12v-88h-88c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h88v-88c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v88h88c6.6 0 12 5.4 12 12zm96-160v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faQuestionCircle = {\n prefix: 'far',\n iconName: 'question-circle',\n icon: [512, 512, [], \"f059\", \"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 448c-110.532 0-200-89.431-200-200 0-110.495 89.472-200 200-200 110.491 0 200 89.471 200 200 0 110.53-89.431 200-200 200zm107.244-255.2c0 67.052-72.421 68.084-72.421 92.863V300c0 6.627-5.373 12-12 12h-45.647c-6.627 0-12-5.373-12-12v-8.659c0-35.745 27.1-50.034 47.579-61.516 17.561-9.845 28.324-16.541 28.324-29.579 0-17.246-21.999-28.693-39.784-28.693-23.189 0-33.894 10.977-48.942 29.969-4.057 5.12-11.46 6.071-16.666 2.124l-27.824-21.098c-5.107-3.872-6.251-11.066-2.644-16.363C184.846 131.491 214.94 112 261.794 112c49.071 0 101.45 38.304 101.45 88.8zM298 368c0 23.159-18.841 42-42 42s-42-18.841-42-42 18.841-42 42-42 42 18.841 42 42z\"]\n};\nvar faRegistered = {\n prefix: 'far',\n iconName: 'registered',\n icon: [512, 512, [], \"f25d\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm110.442-81.791c-53.046-96.284-50.25-91.468-53.271-96.085 24.267-13.879 39.482-41.563 39.482-73.176 0-52.503-30.247-85.252-101.498-85.252h-78.667c-6.617 0-12 5.383-12 12V380c0 6.617 5.383 12 12 12h38.568c6.617 0 12-5.383 12-12v-83.663h31.958l47.515 89.303a11.98 11.98 0 0 0 10.593 6.36h42.81c9.14 0 14.914-9.799 10.51-17.791zM256.933 239.906h-33.875v-64.14h27.377c32.417 0 38.929 12.133 38.929 31.709-.001 20.913-11.518 32.431-32.431 32.431z\"]\n};\nvar faSadCry = {\n prefix: 'far',\n iconName: 'sad-cry',\n icon: [496, 512, [], \"f5b3\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm144 386.4V280c0-13.2-10.8-24-24-24s-24 10.8-24 24v151.4C315.5 447 282.8 456 248 456s-67.5-9-96-24.6V280c0-13.2-10.8-24-24-24s-24 10.8-24 24v114.4c-34.6-36-56-84.7-56-138.4 0-110.3 89.7-200 200-200s200 89.7 200 200c0 53.7-21.4 102.5-56 138.4zM205.8 234.5c4.4-2.4 6.9-7.4 6.1-12.4-4-25.2-34.2-42.1-59.8-42.1s-55.9 16.9-59.8 42.1c-.8 5 1.7 10 6.1 12.4 4.4 2.4 9.9 1.8 13.7-1.6l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c2.5 2.3 7.9 4.8 13.7 1.6zM344 180c-25.7 0-55.9 16.9-59.8 42.1-.8 5 1.7 10 6.1 12.4 4.5 2.4 9.9 1.8 13.7-1.6l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c2.5 2.2 8 4.7 13.7 1.6 4.4-2.4 6.9-7.4 6.1-12.4-3.9-25.2-34.1-42.1-59.8-42.1zm-96 92c-30.9 0-56 28.7-56 64s25.1 64 56 64 56-28.7 56-64-25.1-64-56-64z\"]\n};\nvar faSadTear = {\n prefix: 'far',\n iconName: 'sad-tear',\n icon: [496, 512, [], \"f5b4\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm8-152c-13.2 0-24 10.8-24 24s10.8 24 24 24c23.8 0 46.3 10.5 61.6 28.8 8.1 9.8 23.2 11.9 33.8 3.1 10.2-8.5 11.6-23.6 3.1-33.8C330 320.8 294.1 304 256 304zm-88-64c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-165.6 98.8C151 290.1 126 325.4 126 342.9c0 22.7 18.8 41.1 42 41.1s42-18.4 42-41.1c0-17.5-25-52.8-36.4-68.1-2.8-3.7-8.4-3.7-11.2 0z\"]\n};\nvar faSave = {\n prefix: 'far',\n iconName: 'save',\n icon: [448, 512, [], \"f0c7\", \"M433.941 129.941l-83.882-83.882A48 48 0 0 0 316.118 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V163.882a48 48 0 0 0-14.059-33.941zM272 80v80H144V80h128zm122 352H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h42v104c0 13.255 10.745 24 24 24h176c13.255 0 24-10.745 24-24V83.882l78.243 78.243a6 6 0 0 1 1.757 4.243V426a6 6 0 0 1-6 6zM224 232c-48.523 0-88 39.477-88 88s39.477 88 88 88 88-39.477 88-88-39.477-88-88-88zm0 128c-22.056 0-40-17.944-40-40s17.944-40 40-40 40 17.944 40 40-17.944 40-40 40z\"]\n};\nvar faShareSquare = {\n prefix: 'far',\n iconName: 'share-square',\n icon: [576, 512, [], \"f14d\", \"M561.938 158.06L417.94 14.092C387.926-15.922 336 5.097 336 48.032v57.198c-42.45 1.88-84.03 6.55-120.76 17.99-35.17 10.95-63.07 27.58-82.91 49.42C108.22 199.2 96 232.6 96 271.94c0 61.697 33.178 112.455 84.87 144.76 37.546 23.508 85.248-12.651 71.02-55.74-15.515-47.119-17.156-70.923 84.11-78.76V336c0 42.993 51.968 63.913 81.94 33.94l143.998-144c18.75-18.74 18.75-49.14 0-67.88zM384 336V232.16C255.309 234.082 166.492 255.35 206.31 376 176.79 357.55 144 324.08 144 271.94c0-109.334 129.14-118.947 240-119.85V48l144 144-144 144zm24.74 84.493a82.658 82.658 0 0 0 20.974-9.303c7.976-4.952 18.286.826 18.286 10.214V464c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h132c6.627 0 12 5.373 12 12v4.486c0 4.917-2.987 9.369-7.569 11.152-13.702 5.331-26.396 11.537-38.05 18.585a12.138 12.138 0 0 1-6.28 1.777H54a6 6 0 0 0-6 6v340a6 6 0 0 0 6 6h340a6 6 0 0 0 6-6v-25.966c0-5.37 3.579-10.059 8.74-11.541z\"]\n};\nvar faSmile = {\n prefix: 'far',\n iconName: 'smile',\n icon: [496, 512, [], \"f118\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm4 72.6c-20.8 25-51.5 39.4-84 39.4s-63.2-14.3-84-39.4c-8.5-10.2-23.7-11.5-33.8-3.1-10.2 8.5-11.5 23.6-3.1 33.8 30 36 74.1 56.6 120.9 56.6s90.9-20.6 120.9-56.6c8.5-10.2 7.1-25.3-3.1-33.8-10.1-8.4-25.3-7.1-33.8 3.1z\"]\n};\nvar faSmileBeam = {\n prefix: 'far',\n iconName: 'smile-beam',\n icon: [496, 512, [], \"f5b8\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm84-143.4c-20.8 25-51.5 39.4-84 39.4s-63.2-14.3-84-39.4c-8.5-10.2-23.6-11.5-33.8-3.1-10.2 8.5-11.5 23.6-3.1 33.8 30 36 74.1 56.6 120.9 56.6s90.9-20.6 120.9-56.6c8.5-10.2 7.1-25.3-3.1-33.8-10.2-8.4-25.3-7.1-33.8 3.1zM136.5 211c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.4 1.1 7.4-.5 9.3-3.7l9.5-17zM328 152c-23.8 0-52.7 29.3-56 71.4-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4z\"]\n};\nvar faSmileWink = {\n prefix: 'far',\n iconName: 'smile-wink',\n icon: [496, 512, [], \"f4da\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm117.8-146.4c-10.2-8.5-25.3-7.1-33.8 3.1-20.8 25-51.5 39.4-84 39.4s-63.2-14.3-84-39.4c-8.5-10.2-23.7-11.5-33.8-3.1-10.2 8.5-11.5 23.6-3.1 33.8 30 36 74.1 56.6 120.9 56.6s90.9-20.6 120.9-56.6c8.5-10.2 7.1-25.3-3.1-33.8zM168 240c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-60c-25.7 0-55.9 16.9-59.9 42.1-1.7 11.2 11.5 18.2 19.8 10.8l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c8.5 7.4 21.6.3 19.8-10.8-3.8-25.2-34-42.1-59.7-42.1z\"]\n};\nvar faSnowflake = {\n prefix: 'far',\n iconName: 'snowflake',\n icon: [448, 512, [], \"f2dc\", \"M440.1 355.2l-39.2-23 34.1-9.3c8.4-2.3 13.4-11.1 11.1-19.6l-4.1-15.5c-2.2-8.5-10.9-13.6-19.3-11.3L343 298.2 271.2 256l71.9-42.2 79.7 21.7c8.4 2.3 17-2.8 19.3-11.3l4.1-15.5c2.2-8.5-2.7-17.3-11.1-19.6l-34.1-9.3 39.2-23c7.5-4.4 10.1-14.2 5.8-21.9l-7.9-13.9c-4.3-7.7-14-10.3-21.5-5.9l-39.2 23 9.1-34.7c2.2-8.5-2.7-17.3-11.1-19.6l-15.2-4.1c-8.4-2.3-17 2.8-19.3 11.3l-21.3 81-71.9 42.2v-84.5L306 70.4c6.1-6.2 6.1-16.4 0-22.6l-11.1-11.3c-6.1-6.2-16.1-6.2-22.2 0l-24.9 25.4V16c0-8.8-7-16-15.7-16h-15.7c-8.7 0-15.7 7.2-15.7 16v46.1l-24.9-25.4c-6.1-6.2-16.1-6.2-22.2 0L142.1 48c-6.1 6.2-6.1 16.4 0 22.6l58.3 59.3v84.5l-71.9-42.2-21.3-81c-2.2-8.5-10.9-13.6-19.3-11.3L72.7 84c-8.4 2.3-13.4 11.1-11.1 19.6l9.1 34.7-39.2-23c-7.5-4.4-17.1-1.8-21.5 5.9l-7.9 13.9c-4.3 7.7-1.8 17.4 5.8 21.9l39.2 23-34.1 9.1c-8.4 2.3-13.4 11.1-11.1 19.6L6 224.2c2.2 8.5 10.9 13.6 19.3 11.3l79.7-21.7 71.9 42.2-71.9 42.2-79.7-21.7c-8.4-2.3-17 2.8-19.3 11.3l-4.1 15.5c-2.2 8.5 2.7 17.3 11.1 19.6l34.1 9.3-39.2 23c-7.5 4.4-10.1 14.2-5.8 21.9L10 391c4.3 7.7 14 10.3 21.5 5.9l39.2-23-9.1 34.7c-2.2 8.5 2.7 17.3 11.1 19.6l15.2 4.1c8.4 2.3 17-2.8 19.3-11.3l21.3-81 71.9-42.2v84.5l-58.3 59.3c-6.1 6.2-6.1 16.4 0 22.6l11.1 11.3c6.1 6.2 16.1 6.2 22.2 0l24.9-25.4V496c0 8.8 7 16 15.7 16h15.7c8.7 0 15.7-7.2 15.7-16v-46.1l24.9 25.4c6.1 6.2 16.1 6.2 22.2 0l11.1-11.3c6.1-6.2 6.1-16.4 0-22.6l-58.3-59.3v-84.5l71.9 42.2 21.3 81c2.2 8.5 10.9 13.6 19.3 11.3L375 428c8.4-2.3 13.4-11.1 11.1-19.6l-9.1-34.7 39.2 23c7.5 4.4 17.1 1.8 21.5-5.9l7.9-13.9c4.6-7.5 2.1-17.3-5.5-21.7z\"]\n};\nvar faSquare = {\n prefix: 'far',\n iconName: 'square',\n icon: [448, 512, [], \"f0c8\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h340c3.3 0 6 2.7 6 6v340c0 3.3-2.7 6-6 6z\"]\n};\nvar faStar = {\n prefix: 'far',\n iconName: 'star',\n icon: [576, 512, [], \"f005\", \"M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z\"]\n};\nvar faStarHalf = {\n prefix: 'far',\n iconName: 'star-half',\n icon: [576, 512, [], \"f089\", \"M288 385.3l-124.3 65.4 23.7-138.4-100.6-98 139-20.2 62.2-126V0c-11.4 0-22.8 5.9-28.7 17.8L194 150.2 47.9 171.4c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.1 23 46 46.4 33.7L288 439.6v-54.3z\"]\n};\nvar faStickyNote = {\n prefix: 'far',\n iconName: 'sticky-note',\n icon: [448, 512, [], \"f249\", \"M448 348.106V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80v351.988c0 26.51 21.49 48 48 48h268.118a48 48 0 0 0 33.941-14.059l83.882-83.882A48 48 0 0 0 448 348.106zm-128 80v-76.118h76.118L320 428.106zM400 80v223.988H296c-13.255 0-24 10.745-24 24v104H48V80h352z\"]\n};\nvar faStopCircle = {\n prefix: 'far',\n iconName: 'stop-circle',\n icon: [512, 512, [], \"f28d\", \"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm296-80v160c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h160c8.8 0 16 7.2 16 16z\"]\n};\nvar faSun = {\n prefix: 'far',\n iconName: 'sun',\n icon: [512, 512, [], \"f185\", \"M494.2 221.9l-59.8-40.5 13.7-71c2.6-13.2-1.6-26.8-11.1-36.4-9.6-9.5-23.2-13.7-36.2-11.1l-70.9 13.7-40.4-59.9c-15.1-22.3-51.9-22.3-67 0l-40.4 59.9-70.8-13.7C98 60.4 84.5 64.5 75 74.1c-9.5 9.6-13.7 23.1-11.1 36.3l13.7 71-59.8 40.5C6.6 229.5 0 242 0 255.5s6.7 26 17.8 33.5l59.8 40.5-13.7 71c-2.6 13.2 1.6 26.8 11.1 36.3 9.5 9.5 22.9 13.7 36.3 11.1l70.8-13.7 40.4 59.9C230 505.3 242.6 512 256 512s26-6.7 33.5-17.8l40.4-59.9 70.9 13.7c13.4 2.7 26.8-1.6 36.3-11.1 9.5-9.5 13.6-23.1 11.1-36.3l-13.7-71 59.8-40.5c11.1-7.5 17.8-20.1 17.8-33.5-.1-13.6-6.7-26.1-17.9-33.7zm-112.9 85.6l17.6 91.2-91-17.6L256 458l-51.9-77-90.9 17.6 17.6-91.2-76.8-52 76.8-52-17.6-91.2 91 17.6L256 53l51.9 76.9 91-17.6-17.6 91.1 76.8 52-76.8 52.1zM256 152c-57.3 0-104 46.7-104 104s46.7 104 104 104 104-46.7 104-104-46.7-104-104-104zm0 160c-30.9 0-56-25.1-56-56s25.1-56 56-56 56 25.1 56 56-25.1 56-56 56z\"]\n};\nvar faSurprise = {\n prefix: 'far',\n iconName: 'surprise',\n icon: [496, 512, [], \"f5c2\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm0-176c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64zm-48-72c0-17.7-14.3-32-32-32s-32 14.3-32 32 14.3 32 32 32 32-14.3 32-32zm128-32c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"]\n};\nvar faThumbsDown = {\n prefix: 'far',\n iconName: 'thumbs-down',\n icon: [512, 512, [], \"f165\", \"M466.27 225.31c4.674-22.647.864-44.538-8.99-62.99 2.958-23.868-4.021-48.565-17.34-66.99C438.986 39.423 404.117 0 327 0c-7 0-15 .01-22.22.01C201.195.01 168.997 40 128 40h-10.845c-5.64-4.975-13.042-8-21.155-8H32C14.327 32 0 46.327 0 64v240c0 17.673 14.327 32 32 32h64c11.842 0 22.175-6.438 27.708-16h7.052c19.146 16.953 46.013 60.653 68.76 83.4 13.667 13.667 10.153 108.6 71.76 108.6 57.58 0 95.27-31.936 95.27-104.73 0-18.41-3.93-33.73-8.85-46.54h36.48c48.602 0 85.82-41.565 85.82-85.58 0-19.15-4.96-34.99-13.73-49.84zM64 296c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zm330.18 16.73H290.19c0 37.82 28.36 55.37 28.36 94.54 0 23.75 0 56.73-47.27 56.73-18.91-18.91-9.46-66.18-37.82-94.54C206.9 342.89 167.28 272 138.92 272H128V85.83c53.611 0 100.001-37.82 171.64-37.82h37.82c35.512 0 60.82 17.12 53.12 65.9 15.2 8.16 26.5 36.44 13.94 57.57 21.581 20.384 18.699 51.065 5.21 65.62 9.45 0 22.36 18.91 22.27 37.81-.09 18.91-16.71 37.82-37.82 37.82z\"]\n};\nvar faThumbsUp = {\n prefix: 'far',\n iconName: 'thumbs-up',\n icon: [512, 512, [], \"f164\", \"M466.27 286.69C475.04 271.84 480 256 480 236.85c0-44.015-37.218-85.58-85.82-85.58H357.7c4.92-12.81 8.85-28.13 8.85-46.54C366.55 31.936 328.86 0 271.28 0c-61.607 0-58.093 94.933-71.76 108.6-22.747 22.747-49.615 66.447-68.76 83.4H32c-17.673 0-32 14.327-32 32v240c0 17.673 14.327 32 32 32h64c14.893 0 27.408-10.174 30.978-23.95 44.509 1.001 75.06 39.94 177.802 39.94 7.22 0 15.22.01 22.22.01 77.117 0 111.986-39.423 112.94-95.33 13.319-18.425 20.299-43.122 17.34-66.99 9.854-18.452 13.664-40.343 8.99-62.99zm-61.75 53.83c12.56 21.13 1.26 49.41-13.94 57.57 7.7 48.78-17.608 65.9-53.12 65.9h-37.82c-71.639 0-118.029-37.82-171.64-37.82V240h10.92c28.36 0 67.98-70.89 94.54-97.46 28.36-28.36 18.91-75.63 37.82-94.54 47.27 0 47.27 32.98 47.27 56.73 0 39.17-28.36 56.72-28.36 94.54h103.99c21.11 0 37.73 18.91 37.82 37.82.09 18.9-12.82 37.81-22.27 37.81 13.489 14.555 16.371 45.236-5.21 65.62zM88 432c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24z\"]\n};\nvar faTimesCircle = {\n prefix: 'far',\n iconName: 'times-circle',\n icon: [512, 512, [], \"f057\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm101.8-262.2L295.6 256l62.2 62.2c4.7 4.7 4.7 12.3 0 17l-22.6 22.6c-4.7 4.7-12.3 4.7-17 0L256 295.6l-62.2 62.2c-4.7 4.7-12.3 4.7-17 0l-22.6-22.6c-4.7-4.7-4.7-12.3 0-17l62.2-62.2-62.2-62.2c-4.7-4.7-4.7-12.3 0-17l22.6-22.6c4.7-4.7 12.3-4.7 17 0l62.2 62.2 62.2-62.2c4.7-4.7 12.3-4.7 17 0l22.6 22.6c4.7 4.7 4.7 12.3 0 17z\"]\n};\nvar faTired = {\n prefix: 'far',\n iconName: 'tired',\n icon: [496, 512, [], \"f5c8\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm129.1-303.8c-3.8-4.4-10.3-5.4-15.3-2.5l-80 48c-3.6 2.2-5.8 6.1-5.8 10.3s2.2 8.1 5.8 10.3l80 48c5.4 3.2 11.8 1.6 15.3-2.5 3.8-4.5 3.9-11 .1-15.5L343.6 208l33.6-40.3c3.8-4.5 3.7-11.1-.1-15.5zM220 208c0-4.2-2.2-8.1-5.8-10.3l-80-48c-5-3-11.5-1.9-15.3 2.5-3.8 4.5-3.9 11-.1 15.5l33.6 40.3-33.6 40.3c-3.8 4.5-3.7 11 .1 15.5 3.5 4.1 9.9 5.7 15.3 2.5l80-48c3.6-2.2 5.8-6.1 5.8-10.3zm28 64c-45.4 0-100.9 38.3-107.8 93.3-1.5 11.8 6.9 21.6 15.5 17.9C178.4 373.5 212 368 248 368s69.6 5.5 92.3 15.2c8.5 3.7 17-6 15.5-17.9-6.9-55-62.4-93.3-107.8-93.3z\"]\n};\nvar faTrashAlt = {\n prefix: 'far',\n iconName: 'trash-alt',\n icon: [448, 512, [], \"f2ed\", \"M268 416h24a12 12 0 0 0 12-12V188a12 12 0 0 0-12-12h-24a12 12 0 0 0-12 12v216a12 12 0 0 0 12 12zM432 80h-82.41l-34-56.7A48 48 0 0 0 274.41 0H173.59a48 48 0 0 0-41.16 23.3L98.41 80H16A16 16 0 0 0 0 96v16a16 16 0 0 0 16 16h16v336a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128h16a16 16 0 0 0 16-16V96a16 16 0 0 0-16-16zM171.84 50.91A6 6 0 0 1 177 48h94a6 6 0 0 1 5.15 2.91L293.61 80H154.39zM368 464H80V128h288zm-212-48h24a12 12 0 0 0 12-12V188a12 12 0 0 0-12-12h-24a12 12 0 0 0-12 12v216a12 12 0 0 0 12 12z\"]\n};\nvar faUser = {\n prefix: 'far',\n iconName: 'user',\n icon: [448, 512, [], \"f007\", \"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"]\n};\nvar faUserCircle = {\n prefix: 'far',\n iconName: 'user-circle',\n icon: [496, 512, [], \"f2bd\", \"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"]\n};\nvar faWindowClose = {\n prefix: 'far',\n iconName: 'window-close',\n icon: [512, 512, [], \"f410\", \"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z\"]\n};\nvar faWindowMaximize = {\n prefix: 'far',\n iconName: 'window-maximize',\n icon: [512, 512, [], \"f2d0\", \"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V192h416v234z\"]\n};\nvar faWindowMinimize = {\n prefix: 'far',\n iconName: 'window-minimize',\n icon: [512, 512, [], \"f2d1\", \"M480 480H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h448c17.7 0 32 14.3 32 32s-14.3 32-32 32z\"]\n};\nvar faWindowRestore = {\n prefix: 'far',\n iconName: 'window-restore',\n icon: [512, 512, [], \"f2d2\", \"M464 0H144c-26.5 0-48 21.5-48 48v48H48c-26.5 0-48 21.5-48 48v320c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48v-48h48c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-96 464H48V256h320v208zm96-96h-48V144c0-26.5-21.5-48-48-48H144V48h320v320z\"]\n};\nvar _iconsCache = {\n faAddressBook: faAddressBook,\n faAddressCard: faAddressCard,\n faAngry: faAngry,\n faArrowAltCircleDown: faArrowAltCircleDown,\n faArrowAltCircleLeft: faArrowAltCircleLeft,\n faArrowAltCircleRight: faArrowAltCircleRight,\n faArrowAltCircleUp: faArrowAltCircleUp,\n faBell: faBell,\n faBellSlash: faBellSlash,\n faBookmark: faBookmark,\n faBuilding: faBuilding,\n faCalendar: faCalendar,\n faCalendarAlt: faCalendarAlt,\n faCalendarCheck: faCalendarCheck,\n faCalendarMinus: faCalendarMinus,\n faCalendarPlus: faCalendarPlus,\n faCalendarTimes: faCalendarTimes,\n faCaretSquareDown: faCaretSquareDown,\n faCaretSquareLeft: faCaretSquareLeft,\n faCaretSquareRight: faCaretSquareRight,\n faCaretSquareUp: faCaretSquareUp,\n faChartBar: faChartBar,\n faCheckCircle: faCheckCircle,\n faCheckSquare: faCheckSquare,\n faCircle: faCircle,\n faClipboard: faClipboard,\n faClock: faClock,\n faClone: faClone,\n faClosedCaptioning: faClosedCaptioning,\n faComment: faComment,\n faCommentAlt: faCommentAlt,\n faCommentDots: faCommentDots,\n faComments: faComments,\n faCompass: faCompass,\n faCopy: faCopy,\n faCopyright: faCopyright,\n faCreditCard: faCreditCard,\n faDizzy: faDizzy,\n faDotCircle: faDotCircle,\n faEdit: faEdit,\n faEnvelope: faEnvelope,\n faEnvelopeOpen: faEnvelopeOpen,\n faEye: faEye,\n faEyeSlash: faEyeSlash,\n faFile: faFile,\n faFileAlt: faFileAlt,\n faFileArchive: faFileArchive,\n faFileAudio: faFileAudio,\n faFileCode: faFileCode,\n faFileExcel: faFileExcel,\n faFileImage: faFileImage,\n faFilePdf: faFilePdf,\n faFilePowerpoint: faFilePowerpoint,\n faFileVideo: faFileVideo,\n faFileWord: faFileWord,\n faFlag: faFlag,\n faFlushed: faFlushed,\n faFolder: faFolder,\n faFolderOpen: faFolderOpen,\n faFontAwesomeLogoFull: faFontAwesomeLogoFull,\n faFrown: faFrown,\n faFrownOpen: faFrownOpen,\n faFutbol: faFutbol,\n faGem: faGem,\n faGrimace: faGrimace,\n faGrin: faGrin,\n faGrinAlt: faGrinAlt,\n faGrinBeam: faGrinBeam,\n faGrinBeamSweat: faGrinBeamSweat,\n faGrinHearts: faGrinHearts,\n faGrinSquint: faGrinSquint,\n faGrinSquintTears: faGrinSquintTears,\n faGrinStars: faGrinStars,\n faGrinTears: faGrinTears,\n faGrinTongue: faGrinTongue,\n faGrinTongueSquint: faGrinTongueSquint,\n faGrinTongueWink: faGrinTongueWink,\n faGrinWink: faGrinWink,\n faHandLizard: faHandLizard,\n faHandPaper: faHandPaper,\n faHandPeace: faHandPeace,\n faHandPointDown: faHandPointDown,\n faHandPointLeft: faHandPointLeft,\n faHandPointRight: faHandPointRight,\n faHandPointUp: faHandPointUp,\n faHandPointer: faHandPointer,\n faHandRock: faHandRock,\n faHandScissors: faHandScissors,\n faHandSpock: faHandSpock,\n faHandshake: faHandshake,\n faHdd: faHdd,\n faHeart: faHeart,\n faHospital: faHospital,\n faHourglass: faHourglass,\n faIdBadge: faIdBadge,\n faIdCard: faIdCard,\n faImage: faImage,\n faImages: faImages,\n faKeyboard: faKeyboard,\n faKiss: faKiss,\n faKissBeam: faKissBeam,\n faKissWinkHeart: faKissWinkHeart,\n faLaugh: faLaugh,\n faLaughBeam: faLaughBeam,\n faLaughSquint: faLaughSquint,\n faLaughWink: faLaughWink,\n faLemon: faLemon,\n faLifeRing: faLifeRing,\n faLightbulb: faLightbulb,\n faListAlt: faListAlt,\n faMap: faMap,\n faMeh: faMeh,\n faMehBlank: faMehBlank,\n faMehRollingEyes: faMehRollingEyes,\n faMinusSquare: faMinusSquare,\n faMoneyBillAlt: faMoneyBillAlt,\n faMoon: faMoon,\n faNewspaper: faNewspaper,\n faObjectGroup: faObjectGroup,\n faObjectUngroup: faObjectUngroup,\n faPaperPlane: faPaperPlane,\n faPauseCircle: faPauseCircle,\n faPlayCircle: faPlayCircle,\n faPlusSquare: faPlusSquare,\n faQuestionCircle: faQuestionCircle,\n faRegistered: faRegistered,\n faSadCry: faSadCry,\n faSadTear: faSadTear,\n faSave: faSave,\n faShareSquare: faShareSquare,\n faSmile: faSmile,\n faSmileBeam: faSmileBeam,\n faSmileWink: faSmileWink,\n faSnowflake: faSnowflake,\n faSquare: faSquare,\n faStar: faStar,\n faStarHalf: faStarHalf,\n faStickyNote: faStickyNote,\n faStopCircle: faStopCircle,\n faSun: faSun,\n faSurprise: faSurprise,\n faThumbsDown: faThumbsDown,\n faThumbsUp: faThumbsUp,\n faTimesCircle: faTimesCircle,\n faTired: faTired,\n faTrashAlt: faTrashAlt,\n faUser: faUser,\n faUserCircle: faUserCircle,\n faWindowClose: faWindowClose,\n faWindowMaximize: faWindowMaximize,\n faWindowMinimize: faWindowMinimize,\n faWindowRestore: faWindowRestore\n};\n\nexport { _iconsCache as far, prefix, faAddressBook, faAddressCard, faAngry, faArrowAltCircleDown, faArrowAltCircleLeft, faArrowAltCircleRight, faArrowAltCircleUp, faBell, faBellSlash, faBookmark, faBuilding, faCalendar, faCalendarAlt, faCalendarCheck, faCalendarMinus, faCalendarPlus, faCalendarTimes, faCaretSquareDown, faCaretSquareLeft, faCaretSquareRight, faCaretSquareUp, faChartBar, faCheckCircle, faCheckSquare, faCircle, faClipboard, faClock, faClone, faClosedCaptioning, faComment, faCommentAlt, faCommentDots, faComments, faCompass, faCopy, faCopyright, faCreditCard, faDizzy, faDotCircle, faEdit, faEnvelope, faEnvelopeOpen, faEye, faEyeSlash, faFile, faFileAlt, faFileArchive, faFileAudio, faFileCode, faFileExcel, faFileImage, faFilePdf, faFilePowerpoint, faFileVideo, faFileWord, faFlag, faFlushed, faFolder, faFolderOpen, faFontAwesomeLogoFull, faFrown, faFrownOpen, faFutbol, faGem, faGrimace, faGrin, faGrinAlt, faGrinBeam, faGrinBeamSweat, faGrinHearts, faGrinSquint, faGrinSquintTears, faGrinStars, faGrinTears, faGrinTongue, faGrinTongueSquint, faGrinTongueWink, faGrinWink, faHandLizard, faHandPaper, faHandPeace, faHandPointDown, faHandPointLeft, faHandPointRight, faHandPointUp, faHandPointer, faHandRock, faHandScissors, faHandSpock, faHandshake, faHdd, faHeart, faHospital, faHourglass, faIdBadge, faIdCard, faImage, faImages, faKeyboard, faKiss, faKissBeam, faKissWinkHeart, faLaugh, faLaughBeam, faLaughSquint, faLaughWink, faLemon, faLifeRing, faLightbulb, faListAlt, faMap, faMeh, faMehBlank, faMehRollingEyes, faMinusSquare, faMoneyBillAlt, faMoon, faNewspaper, faObjectGroup, faObjectUngroup, faPaperPlane, faPauseCircle, faPlayCircle, faPlusSquare, faQuestionCircle, faRegistered, faSadCry, faSadTear, faSave, faShareSquare, faSmile, faSmileBeam, faSmileWink, faSnowflake, faSquare, faStar, faStarHalf, faStickyNote, faStopCircle, faSun, faSurprise, faThumbsDown, faThumbsUp, faTimesCircle, faTired, faTrashAlt, faUser, faUserCircle, faWindowClose, faWindowMaximize, faWindowMinimize, faWindowRestore };\n","var prefix = \"fas\";\nvar faAd = {\n prefix: 'fas',\n iconName: 'ad',\n icon: [512, 512, [], \"f641\", \"M157.52 272h36.96L176 218.78 157.52 272zM352 256c-13.23 0-24 10.77-24 24s10.77 24 24 24 24-10.77 24-24-10.77-24-24-24zM464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM250.58 352h-16.94c-6.81 0-12.88-4.32-15.12-10.75L211.15 320h-70.29l-7.38 21.25A16 16 0 0 1 118.36 352h-16.94c-11.01 0-18.73-10.85-15.12-21.25L140 176.12A23.995 23.995 0 0 1 162.67 160h26.66A23.99 23.99 0 0 1 212 176.13l53.69 154.62c3.61 10.4-4.11 21.25-15.11 21.25zM424 336c0 8.84-7.16 16-16 16h-16c-4.85 0-9.04-2.27-11.98-5.68-8.62 3.66-18.09 5.68-28.02 5.68-39.7 0-72-32.3-72-72s32.3-72 72-72c8.46 0 16.46 1.73 24 4.42V176c0-8.84 7.16-16 16-16h16c8.84 0 16 7.16 16 16v160z\"]\n};\nvar faAddressBook = {\n prefix: 'fas',\n iconName: 'address-book',\n icon: [448, 512, [], \"f2b9\", \"M436 160c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48v-48h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20zm-228-32c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H118.4C106 384 96 375.4 96 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2z\"]\n};\nvar faAddressCard = {\n prefix: 'fas',\n iconName: 'address-card',\n icon: [576, 512, [], \"f2bb\", \"M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-352 96c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H86.4C74 384 64 375.4 64 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2zM512 312c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-64c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-64c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faAdjust = {\n prefix: 'fas',\n iconName: 'adjust',\n icon: [512, 512, [], \"f042\", \"M8 256c0 136.966 111.033 248 248 248s248-111.034 248-248S392.966 8 256 8 8 119.033 8 256zm248 184V72c101.705 0 184 82.311 184 184 0 101.705-82.311 184-184 184z\"]\n};\nvar faAirFreshener = {\n prefix: 'fas',\n iconName: 'air-freshener',\n icon: [384, 512, [], \"f5d0\", \"M378.94 321.41L284.7 224h49.22c15.3 0 23.66-16.6 13.86-27.53L234.45 69.96c3.43-6.61 5.55-14 5.55-21.96 0-26.51-21.49-48-48-48s-48 21.49-48 48c0 7.96 2.12 15.35 5.55 21.96L36.22 196.47C26.42 207.4 34.78 224 50.08 224H99.3L5.06 321.41C-6.69 333.56 3.34 352 21.7 352H160v32H48c-8.84 0-16 7.16-16 16v96c0 8.84 7.16 16 16 16h288c8.84 0 16-7.16 16-16v-96c0-8.84-7.16-16-16-16H224v-32h138.3c18.36 0 28.39-18.44 16.64-30.59zM192 31.98c8.85 0 16.02 7.17 16.02 16.02 0 8.84-7.17 16.02-16.02 16.02S175.98 56.84 175.98 48c0-8.85 7.17-16.02 16.02-16.02zM304 432v32H80v-32h224z\"]\n};\nvar faAlignCenter = {\n prefix: 'fas',\n iconName: 'align-center',\n icon: [448, 512, [], \"f037\", \"M432 160H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 256H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM108.1 96h231.81A12.09 12.09 0 0 0 352 83.9V44.09A12.09 12.09 0 0 0 339.91 32H108.1A12.09 12.09 0 0 0 96 44.09V83.9A12.1 12.1 0 0 0 108.1 96zm231.81 256A12.09 12.09 0 0 0 352 339.9v-39.81A12.09 12.09 0 0 0 339.91 288H108.1A12.09 12.09 0 0 0 96 300.09v39.81a12.1 12.1 0 0 0 12.1 12.1z\"]\n};\nvar faAlignJustify = {\n prefix: 'fas',\n iconName: 'align-justify',\n icon: [448, 512, [], \"f039\", \"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faAlignLeft = {\n prefix: 'fas',\n iconName: 'align-left',\n icon: [448, 512, [], \"f036\", \"M12.83 352h262.34A12.82 12.82 0 0 0 288 339.17v-38.34A12.82 12.82 0 0 0 275.17 288H12.83A12.82 12.82 0 0 0 0 300.83v38.34A12.82 12.82 0 0 0 12.83 352zm0-256h262.34A12.82 12.82 0 0 0 288 83.17V44.83A12.82 12.82 0 0 0 275.17 32H12.83A12.82 12.82 0 0 0 0 44.83v38.34A12.82 12.82 0 0 0 12.83 96zM432 160H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 256H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faAlignRight = {\n prefix: 'fas',\n iconName: 'align-right',\n icon: [448, 512, [], \"f038\", \"M16 224h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm416 192H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm3.17-384H172.83A12.82 12.82 0 0 0 160 44.83v38.34A12.82 12.82 0 0 0 172.83 96h262.34A12.82 12.82 0 0 0 448 83.17V44.83A12.82 12.82 0 0 0 435.17 32zm0 256H172.83A12.82 12.82 0 0 0 160 300.83v38.34A12.82 12.82 0 0 0 172.83 352h262.34A12.82 12.82 0 0 0 448 339.17v-38.34A12.82 12.82 0 0 0 435.17 288z\"]\n};\nvar faAllergies = {\n prefix: 'fas',\n iconName: 'allergies',\n icon: [448, 512, [], \"f461\", \"M416 112c-17.6 0-32 14.4-32 32v72c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V64c0-17.6-14.4-32-32-32s-32 14.4-32 32v152c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V32c0-17.6-14.4-32-32-32s-32 14.4-32 32v184c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V64c0-17.6-14.4-32-32-32S96 46.4 96 64v241l-23.6-32.5c-13-17.9-38-21.8-55.9-8.8s-21.8 38-8.8 55.9l125.6 172.7c9 12.4 23.5 19.8 38.8 19.8h197.6c22.3 0 41.6-15.3 46.7-37l26.5-112.7c3.2-13.7 4.9-28.3 5.1-42.3V144c0-17.6-14.4-32-32-32zM176 416c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm64 128c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm64 32c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32 64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32-128c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"]\n};\nvar faAmbulance = {\n prefix: 'fas',\n iconName: 'ambulance',\n icon: [640, 512, [], \"f0f9\", \"M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm144-248c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48zm176 248c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z\"]\n};\nvar faAmericanSignLanguageInterpreting = {\n prefix: 'fas',\n iconName: 'american-sign-language-interpreting',\n icon: [640, 512, [], \"f2a3\", \"M290.547 189.039c-20.295-10.149-44.147-11.199-64.739-3.89 42.606 0 71.208 20.475 85.578 50.576 8.576 17.899-5.148 38.071-23.617 38.071 18.429 0 32.211 20.136 23.617 38.071-14.725 30.846-46.123 50.854-80.298 50.854-.557 0-94.471-8.615-94.471-8.615l-66.406 33.347c-9.384 4.693-19.815.379-23.895-7.781L1.86 290.747c-4.167-8.615-1.111-18.897 6.946-23.621l58.072-33.069L108 159.861c6.39-57.245 34.731-109.767 79.743-146.726 11.391-9.448 28.341-7.781 37.51 3.613 9.446 11.394 7.78 28.067-3.612 37.516-12.503 10.559-23.618 22.509-32.509 35.57 21.672-14.729 46.679-24.732 74.186-28.067 14.725-1.945 28.063 8.336 29.73 23.065 1.945 14.728-8.336 28.067-23.062 29.734-16.116 1.945-31.12 7.503-44.178 15.284 26.114-5.713 58.712-3.138 88.079 11.115 13.336 6.669 18.893 22.509 12.224 35.848-6.389 13.06-22.504 18.617-35.564 12.226zm-27.229 69.472c-6.112-12.505-18.338-20.286-32.231-20.286a35.46 35.46 0 0 0-35.565 35.57c0 21.428 17.808 35.57 35.565 35.57 13.893 0 26.119-7.781 32.231-20.286 4.446-9.449 13.614-15.006 23.339-15.284-9.725-.277-18.893-5.835-23.339-15.284zm374.821-37.237c4.168 8.615 1.111 18.897-6.946 23.621l-58.071 33.069L532 352.16c-6.39 57.245-34.731 109.767-79.743 146.726-10.932 9.112-27.799 8.144-37.51-3.613-9.446-11.394-7.78-28.067 3.613-37.516 12.503-10.559 23.617-22.509 32.508-35.57-21.672 14.729-46.679 24.732-74.186 28.067-10.021 2.506-27.552-5.643-29.73-23.065-1.945-14.728 8.336-28.067 23.062-29.734 16.116-1.946 31.12-7.503 44.178-15.284-26.114 5.713-58.712 3.138-88.079-11.115-13.336-6.669-18.893-22.509-12.224-35.848 6.389-13.061 22.505-18.619 35.565-12.227 20.295 10.149 44.147 11.199 64.739 3.89-42.606 0-71.208-20.475-85.578-50.576-8.576-17.899 5.148-38.071 23.617-38.071-18.429 0-32.211-20.136-23.617-38.071 14.033-29.396 44.039-50.887 81.966-50.854l92.803 8.615 66.406-33.347c9.408-4.704 19.828-.354 23.894 7.781l44.455 88.926zm-229.227-18.618c-13.893 0-26.119 7.781-32.231 20.286-4.446 9.449-13.614 15.006-23.339 15.284 9.725.278 18.893 5.836 23.339 15.284 6.112 12.505 18.338 20.286 32.231 20.286a35.46 35.46 0 0 0 35.565-35.57c0-21.429-17.808-35.57-35.565-35.57z\"]\n};\nvar faAnchor = {\n prefix: 'fas',\n iconName: 'anchor',\n icon: [576, 512, [], \"f13d\", \"M12.971 352h32.394C67.172 454.735 181.944 512 288 512c106.229 0 220.853-57.38 242.635-160h32.394c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0l-67.029 67.029c-7.56 7.56-2.206 20.485 8.485 20.485h35.146c-20.29 54.317-84.963 86.588-144.117 94.015V256h52c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-52v-5.47c37.281-13.178 63.995-48.725 64-90.518C384.005 43.772 341.605.738 289.37.01 235.723-.739 192 42.525 192 96c0 41.798 26.716 77.35 64 90.53V192h-52c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h52v190.015c-58.936-7.399-123.82-39.679-144.117-94.015h35.146c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0L4.485 331.515C-3.074 339.074 2.28 352 12.971 352zM288 64c17.645 0 32 14.355 32 32s-14.355 32-32 32-32-14.355-32-32 14.355-32 32-32z\"]\n};\nvar faAngleDoubleDown = {\n prefix: 'fas',\n iconName: 'angle-double-down',\n icon: [320, 512, [], \"f103\", \"M143 256.3L7 120.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0L313 86.3c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.4 9.5-24.6 9.5-34 .1zm34 192l136-136c9.4-9.4 9.4-24.6 0-33.9l-22.6-22.6c-9.4-9.4-24.6-9.4-33.9 0L160 352.1l-96.4-96.4c-9.4-9.4-24.6-9.4-33.9 0L7 278.3c-9.4 9.4-9.4 24.6 0 33.9l136 136c9.4 9.5 24.6 9.5 34 .1z\"]\n};\nvar faAngleDoubleLeft = {\n prefix: 'fas',\n iconName: 'angle-double-left',\n icon: [448, 512, [], \"f100\", \"M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z\"]\n};\nvar faAngleDoubleRight = {\n prefix: 'fas',\n iconName: 'angle-double-right',\n icon: [448, 512, [], \"f101\", \"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z\"]\n};\nvar faAngleDoubleUp = {\n prefix: 'fas',\n iconName: 'angle-double-up',\n icon: [320, 512, [], \"f102\", \"M177 255.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 351.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 425.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1zm-34-192L7 199.7c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l96.4-96.4 96.4 96.4c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9l-136-136c-9.2-9.4-24.4-9.4-33.8 0z\"]\n};\nvar faAngleDown = {\n prefix: 'fas',\n iconName: 'angle-down',\n icon: [320, 512, [], \"f107\", \"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"]\n};\nvar faAngleLeft = {\n prefix: 'fas',\n iconName: 'angle-left',\n icon: [256, 512, [], \"f104\", \"M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z\"]\n};\nvar faAngleRight = {\n prefix: 'fas',\n iconName: 'angle-right',\n icon: [256, 512, [], \"f105\", \"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"]\n};\nvar faAngleUp = {\n prefix: 'fas',\n iconName: 'angle-up',\n icon: [320, 512, [], \"f106\", \"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"]\n};\nvar faAngry = {\n prefix: 'fas',\n iconName: 'angry',\n icon: [496, 512, [], \"f556\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 240c0-9.3 4.1-17.5 10.5-23.4l-31-9.3c-8.5-2.5-13.3-11.5-10.7-19.9 2.5-8.5 11.4-13.2 19.9-10.7l80 24c8.5 2.5 13.3 11.5 10.7 19.9-2.1 6.9-8.4 11.4-15.3 11.4-.5 0-1.1-.2-1.7-.2.7 2.7 1.7 5.3 1.7 8.2 0 17.7-14.3 32-32 32S136 257.7 136 240zm168 154.2c-27.8-33.4-84.2-33.4-112.1 0-13.5 16.3-38.2-4.2-24.6-20.5 20-24 49.4-37.8 80.6-37.8s60.6 13.8 80.6 37.8c13.8 16.5-11.1 36.6-24.5 20.5zm76.6-186.9l-31 9.3c6.3 5.8 10.5 14.1 10.5 23.4 0 17.7-14.3 32-32 32s-32-14.3-32-32c0-2.9.9-5.6 1.7-8.2-.6.1-1.1.2-1.7.2-6.9 0-13.2-4.5-15.3-11.4-2.5-8.5 2.3-17.4 10.7-19.9l80-24c8.4-2.5 17.4 2.3 19.9 10.7 2.5 8.5-2.3 17.4-10.8 19.9z\"]\n};\nvar faAnkh = {\n prefix: 'fas',\n iconName: 'ankh',\n icon: [320, 512, [], \"f644\", \"M296 256h-44.62C272.46 222.01 288 181.65 288 144 288 55.63 230.69 0 160 0S32 55.63 32 144c0 37.65 15.54 78.01 36.62 112H24c-13.25 0-24 10.74-24 24v32c0 13.25 10.75 24 24 24h96v152c0 13.25 10.75 24 24 24h32c13.25 0 24-10.75 24-24V336h96c13.25 0 24-10.75 24-24v-32c0-13.26-10.75-24-24-24zM160 80c29.61 0 48 24.52 48 64 0 34.66-27.14 78.14-48 100.87-20.86-22.72-48-66.21-48-100.87 0-39.48 18.39-64 48-64z\"]\n};\nvar faAppleAlt = {\n prefix: 'fas',\n iconName: 'apple-alt',\n icon: [448, 512, [], \"f5d1\", \"M350.85 129c25.97 4.67 47.27 18.67 63.92 42 14.65 20.67 24.64 46.67 29.96 78 4.67 28.67 4.32 57.33-1 86-7.99 47.33-23.97 87-47.94 119-28.64 38.67-64.59 58-107.87 58-10.66 0-22.3-3.33-34.96-10-8.66-5.33-18.31-8-28.97-8s-20.3 2.67-28.97 8c-12.66 6.67-24.3 10-34.96 10-43.28 0-79.23-19.33-107.87-58-23.97-32-39.95-71.67-47.94-119-5.32-28.67-5.67-57.33-1-86 5.32-31.33 15.31-57.33 29.96-78 16.65-23.33 37.95-37.33 63.92-42 15.98-2.67 37.95-.33 65.92 7 23.97 6.67 44.28 14.67 60.93 24 16.65-9.33 36.96-17.33 60.93-24 27.98-7.33 49.96-9.67 65.94-7zm-54.94-41c-9.32 8.67-21.65 15-36.96 19-10.66 3.33-22.3 5-34.96 5l-14.98-1c-1.33-9.33-1.33-20 0-32 2.67-24 10.32-42.33 22.97-55 9.32-8.67 21.65-15 36.96-19 10.66-3.33 22.3-5 34.96-5l14.98 1 1 15c0 12.67-1.67 24.33-4.99 35-3.99 15.33-10.31 27.67-18.98 37z\"]\n};\nvar faArchive = {\n prefix: 'fas',\n iconName: 'archive',\n icon: [512, 512, [], \"f187\", \"M32 448c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V160H32v288zm160-212c0-6.6 5.4-12 12-12h104c6.6 0 12 5.4 12 12v8c0 6.6-5.4 12-12 12H204c-6.6 0-12-5.4-12-12v-8zM480 32H32C14.3 32 0 46.3 0 64v48c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16V64c0-17.7-14.3-32-32-32z\"]\n};\nvar faArchway = {\n prefix: 'fas',\n iconName: 'archway',\n icon: [576, 512, [], \"f557\", \"M560 448h-16V96H32v352H16.02c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16H176c8.84 0 16-7.16 16-16V320c0-53.02 42.98-96 96-96s96 42.98 96 96l.02 160v16c0 8.84 7.16 16 16 16H560c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm0-448H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h544c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16z\"]\n};\nvar faArrowAltCircleDown = {\n prefix: 'fas',\n iconName: 'arrow-alt-circle-down',\n icon: [512, 512, [], \"f358\", \"M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zM212 140v116h-70.9c-10.7 0-16.1 13-8.5 20.5l114.9 114.3c4.7 4.7 12.2 4.7 16.9 0l114.9-114.3c7.6-7.6 2.2-20.5-8.5-20.5H300V140c0-6.6-5.4-12-12-12h-64c-6.6 0-12 5.4-12 12z\"]\n};\nvar faArrowAltCircleLeft = {\n prefix: 'fas',\n iconName: 'arrow-alt-circle-left',\n icon: [512, 512, [], \"f359\", \"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm116-292H256v-70.9c0-10.7-13-16.1-20.5-8.5L121.2 247.5c-4.7 4.7-4.7 12.2 0 16.9l114.3 114.9c7.6 7.6 20.5 2.2 20.5-8.5V300h116c6.6 0 12-5.4 12-12v-64c0-6.6-5.4-12-12-12z\"]\n};\nvar faArrowAltCircleRight = {\n prefix: 'fas',\n iconName: 'arrow-alt-circle-right',\n icon: [512, 512, [], \"f35a\", \"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"]\n};\nvar faArrowAltCircleUp = {\n prefix: 'fas',\n iconName: 'arrow-alt-circle-up',\n icon: [512, 512, [], \"f35b\", \"M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm292 116V256h70.9c10.7 0 16.1-13 8.5-20.5L264.5 121.2c-4.7-4.7-12.2-4.7-16.9 0l-115 114.3c-7.6 7.6-2.2 20.5 8.5 20.5H212v116c0 6.6 5.4 12 12 12h64c6.6 0 12-5.4 12-12z\"]\n};\nvar faArrowCircleDown = {\n prefix: 'fas',\n iconName: 'arrow-circle-down',\n icon: [512, 512, [], \"f0ab\", \"M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-143.6-28.9L288 302.6V120c0-13.3-10.7-24-24-24h-16c-13.3 0-24 10.7-24 24v182.6l-72.4-75.5c-9.3-9.7-24.8-9.9-34.3-.4l-10.9 11c-9.4 9.4-9.4 24.6 0 33.9L239 404.3c9.4 9.4 24.6 9.4 33.9 0l132.7-132.7c9.4-9.4 9.4-24.6 0-33.9l-10.9-11c-9.5-9.5-25-9.3-34.3.4z\"]\n};\nvar faArrowCircleLeft = {\n prefix: 'fas',\n iconName: 'arrow-circle-left',\n icon: [512, 512, [], \"f0a8\", \"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\"]\n};\nvar faArrowCircleRight = {\n prefix: 'fas',\n iconName: 'arrow-circle-right',\n icon: [512, 512, [], \"f0a9\", \"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z\"]\n};\nvar faArrowCircleUp = {\n prefix: 'fas',\n iconName: 'arrow-circle-up',\n icon: [512, 512, [], \"f0aa\", \"M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm143.6 28.9l72.4-75.5V392c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V209.4l72.4 75.5c9.3 9.7 24.8 9.9 34.3.4l10.9-11c9.4-9.4 9.4-24.6 0-33.9L273 107.7c-9.4-9.4-24.6-9.4-33.9 0L106.3 240.4c-9.4 9.4-9.4 24.6 0 33.9l10.9 11c9.6 9.5 25.1 9.3 34.4-.4z\"]\n};\nvar faArrowDown = {\n prefix: 'fas',\n iconName: 'arrow-down',\n icon: [448, 512, [], \"f063\", \"M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z\"]\n};\nvar faArrowLeft = {\n prefix: 'fas',\n iconName: 'arrow-left',\n icon: [448, 512, [], \"f060\", \"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\"]\n};\nvar faArrowRight = {\n prefix: 'fas',\n iconName: 'arrow-right',\n icon: [448, 512, [], \"f061\", \"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"]\n};\nvar faArrowUp = {\n prefix: 'fas',\n iconName: 'arrow-up',\n icon: [448, 512, [], \"f062\", \"M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z\"]\n};\nvar faArrowsAlt = {\n prefix: 'fas',\n iconName: 'arrows-alt',\n icon: [512, 512, [], \"f0b2\", \"M352.201 425.775l-79.196 79.196c-9.373 9.373-24.568 9.373-33.941 0l-79.196-79.196c-15.119-15.119-4.411-40.971 16.971-40.97h51.162L228 284H127.196v51.162c0 21.382-25.851 32.09-40.971 16.971L7.029 272.937c-9.373-9.373-9.373-24.569 0-33.941L86.225 159.8c15.119-15.119 40.971-4.411 40.971 16.971V228H228V127.196h-51.23c-21.382 0-32.09-25.851-16.971-40.971l79.196-79.196c9.373-9.373 24.568-9.373 33.941 0l79.196 79.196c15.119 15.119 4.411 40.971-16.971 40.971h-51.162V228h100.804v-51.162c0-21.382 25.851-32.09 40.97-16.971l79.196 79.196c9.373 9.373 9.373 24.569 0 33.941L425.773 352.2c-15.119 15.119-40.971 4.411-40.97-16.971V284H284v100.804h51.23c21.382 0 32.09 25.851 16.971 40.971z\"]\n};\nvar faArrowsAltH = {\n prefix: 'fas',\n iconName: 'arrows-alt-h',\n icon: [512, 512, [], \"f337\", \"M377.941 169.941V216H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.568 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296h243.882v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.568 0-33.941l-86.059-86.059c-15.119-15.12-40.971-4.412-40.971 16.97z\"]\n};\nvar faArrowsAltV = {\n prefix: 'fas',\n iconName: 'arrows-alt-v',\n icon: [256, 512, [], \"f338\", \"M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z\"]\n};\nvar faAssistiveListeningSystems = {\n prefix: 'fas',\n iconName: 'assistive-listening-systems',\n icon: [512, 512, [], \"f2a2\", \"M216 260c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-44.112 35.888-80 80-80s80 35.888 80 80c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-13.234-10.767-24-24-24s-24 10.766-24 24zm24-176c-97.047 0-176 78.953-176 176 0 15.464 12.536 28 28 28s28-12.536 28-28c0-66.168 53.832-120 120-120s120 53.832 120 120c0 75.164-71.009 70.311-71.997 143.622L288 404c0 28.673-23.327 52-52 52-15.464 0-28 12.536-28 28s12.536 28 28 28c59.475 0 107.876-48.328 108-107.774.595-34.428 72-48.24 72-144.226 0-97.047-78.953-176-176-176zm-80 236c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zM32 448c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm480-187.993c0-1.518-.012-3.025-.045-4.531C510.076 140.525 436.157 38.47 327.994 1.511c-14.633-4.998-30.549 2.809-35.55 17.442-5 14.633 2.81 30.549 17.442 35.55 85.906 29.354 144.61 110.513 146.077 201.953l.003.188c.026 1.118.033 2.236.033 3.363 0 15.464 12.536 28 28 28s28.001-12.536 28.001-28zM152.971 439.029l-80-80L39.03 392.97l80 80 33.941-33.941z\"]\n};\nvar faAsterisk = {\n prefix: 'fas',\n iconName: 'asterisk',\n icon: [512, 512, [], \"f069\", \"M478.21 334.093L336 256l142.21-78.093c11.795-6.477 15.961-21.384 9.232-33.037l-19.48-33.741c-6.728-11.653-21.72-15.499-33.227-8.523L296 186.718l3.475-162.204C299.763 11.061 288.937 0 275.48 0h-38.96c-13.456 0-24.283 11.061-23.994 24.514L216 186.718 77.265 102.607c-11.506-6.976-26.499-3.13-33.227 8.523l-19.48 33.741c-6.728 11.653-2.562 26.56 9.233 33.037L176 256 33.79 334.093c-11.795 6.477-15.961 21.384-9.232 33.037l19.48 33.741c6.728 11.653 21.721 15.499 33.227 8.523L216 325.282l-3.475 162.204C212.237 500.939 223.064 512 236.52 512h38.961c13.456 0 24.283-11.061 23.995-24.514L296 325.282l138.735 84.111c11.506 6.976 26.499 3.13 33.227-8.523l19.48-33.741c6.728-11.653 2.563-26.559-9.232-33.036z\"]\n};\nvar faAt = {\n prefix: 'fas',\n iconName: 'at',\n icon: [512, 512, [], \"f1fa\", \"M256 8C118.941 8 8 118.919 8 256c0 137.059 110.919 248 248 248 48.154 0 95.342-14.14 135.408-40.223 12.005-7.815 14.625-24.288 5.552-35.372l-10.177-12.433c-7.671-9.371-21.179-11.667-31.373-5.129C325.92 429.757 291.314 440 256 440c-101.458 0-184-82.542-184-184S154.542 72 256 72c100.139 0 184 57.619 184 160 0 38.786-21.093 79.742-58.17 83.693-17.349-.454-16.91-12.857-13.476-30.024l23.433-121.11C394.653 149.75 383.308 136 368.225 136h-44.981a13.518 13.518 0 0 0-13.432 11.993l-.01.092c-14.697-17.901-40.448-21.775-59.971-21.775-74.58 0-137.831 62.234-137.831 151.46 0 65.303 36.785 105.87 96 105.87 26.984 0 57.369-15.637 74.991-38.333 9.522 34.104 40.613 34.103 70.71 34.103C462.609 379.41 504 307.798 504 232 504 95.653 394.023 8 256 8zm-21.68 304.43c-22.249 0-36.07-15.623-36.07-40.771 0-44.993 30.779-72.729 58.63-72.729 22.292 0 35.601 15.241 35.601 40.77 0 45.061-33.875 72.73-58.161 72.73z\"]\n};\nvar faAtlas = {\n prefix: 'fas',\n iconName: 'atlas',\n icon: [448, 512, [], \"f558\", \"M318.38 208h-39.09c-1.49 27.03-6.54 51.35-14.21 70.41 27.71-13.24 48.02-39.19 53.3-70.41zm0-32c-5.29-31.22-25.59-57.17-53.3-70.41 7.68 19.06 12.72 43.38 14.21 70.41h39.09zM224 97.31c-7.69 7.45-20.77 34.42-23.43 78.69h46.87c-2.67-44.26-15.75-71.24-23.44-78.69zm-41.08 8.28c-27.71 13.24-48.02 39.19-53.3 70.41h39.09c1.49-27.03 6.53-51.35 14.21-70.41zm0 172.82c-7.68-19.06-12.72-43.38-14.21-70.41h-39.09c5.28 31.22 25.59 57.17 53.3 70.41zM247.43 208h-46.87c2.66 44.26 15.74 71.24 23.43 78.69 7.7-7.45 20.78-34.43 23.44-78.69zM448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM224 64c70.69 0 128 57.31 128 128s-57.31 128-128 128S96 262.69 96 192 153.31 64 224 64zm160 384H96c-19.2 0-32-12.8-32-32s16-32 32-32h288v64z\"]\n};\nvar faAtom = {\n prefix: 'fas',\n iconName: 'atom',\n icon: [448, 512, [], \"f5d2\", \"M413.03 256c40.13-54.89 41.51-98.62 25.14-128-10.91-19.52-40.54-50.73-116.33-41.88C300.36 34.89 267.64 0 224 0s-76.36 34.89-97.84 86.12C50.43 77.34 20.73 108.48 9.83 128c-16.38 29.4-15 73.09 25.14 128-40.13 54.89-41.51 98.62-25.14 128 29.21 52.34 101.68 43.58 116.33 41.88C147.63 477.1 180.36 512 224 512s76.37-34.9 97.84-86.12c14.64 1.7 87.11 10.46 116.33-41.88 16.38-29.4 15-73.09-25.14-128zM63.38 352c-4.03-7.21-.19-24.8 14.95-48.29 6.96 6.53 14.2 12.89 21.87 19.18 1.71 13.71 4 27.08 6.76 40.08-24.56.89-39.89-4.37-43.58-10.97zm36.82-162.88c-7.66 6.29-14.9 12.65-21.87 19.18-15.13-23.5-18.97-41.09-14.95-48.3 3.41-6.14 16.39-11.47 37.92-11.47 1.71 0 3.87.3 5.69.37a472.191 472.191 0 0 0-6.79 40.22zM224 64c9.47 0 22.2 13.52 33.86 37.26-11.19 3.7-22.44 8-33.86 12.86-11.42-4.86-22.67-9.16-33.86-12.86C201.8 77.52 214.53 64 224 64zm0 384c-9.47 0-22.2-13.52-33.86-37.26 11.19-3.7 22.44-8 33.86-12.86 11.42 4.86 22.67 9.16 33.86 12.86C246.2 434.48 233.47 448 224 448zm62.5-157.33c-26.7 19.08-46.14 29.33-62.5 37.48-16.35-8.14-35.8-18.41-62.5-37.48-1.99-27.79-1.99-41.54 0-69.33 26.67-19.05 46.13-29.32 62.5-37.48 16.39 8.17 35.86 18.44 62.5 37.48 1.98 27.78 1.99 41.53 0 69.33zM384.62 352c-3.67 6.62-19 11.82-43.58 10.95 2.76-13 5.05-26.37 6.76-40.06 7.66-6.29 14.9-12.65 21.87-19.18 15.13 23.49 18.97 41.08 14.95 48.29zm-14.95-143.71c-6.96-6.53-14.2-12.89-21.87-19.18a473.535 473.535 0 0 0-6.79-40.22c1.82-.07 3.97-.37 5.69-.37 21.52 0 34.51 5.34 37.92 11.47 4.02 7.22.18 24.81-14.95 48.3zM224 224c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z\"]\n};\nvar faAudioDescription = {\n prefix: 'fas',\n iconName: 'audio-description',\n icon: [512, 512, [], \"f29e\", \"M162.925 238.709l8.822 30.655h-25.606l9.041-30.652c1.277-4.421 2.651-9.994 3.872-15.245 1.22 5.251 2.594 10.823 3.871 15.242zm166.474-32.099h-14.523v98.781h14.523c29.776 0 46.175-17.678 46.175-49.776 0-32.239-17.49-49.005-46.175-49.005zM512 112v288c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48zM245.459 336.139l-57.097-168A12.001 12.001 0 0 0 177 160h-35.894a12.001 12.001 0 0 0-11.362 8.139l-57.097 168C70.003 343.922 75.789 352 84.009 352h29.133a12 12 0 0 0 11.535-8.693l8.574-29.906h51.367l8.793 29.977A12 12 0 0 0 204.926 352h29.172c8.22 0 14.006-8.078 11.361-15.861zm184.701-80.525c0-58.977-37.919-95.614-98.96-95.614h-57.366c-6.627 0-12 5.373-12 12v168c0 6.627 5.373 12 12 12H331.2c61.041 0 98.96-36.933 98.96-96.386z\"]\n};\nvar faAward = {\n prefix: 'fas',\n iconName: 'award',\n icon: [384, 512, [], \"f559\", \"M97.12 362.63c-8.69-8.69-4.16-6.24-25.12-11.85-9.51-2.55-17.87-7.45-25.43-13.32L1.2 448.7c-4.39 10.77 3.81 22.47 15.43 22.03l52.69-2.01L105.56 507c8 8.44 22.04 5.81 26.43-4.96l52.05-127.62c-10.84 6.04-22.87 9.58-35.31 9.58-19.5 0-37.82-7.59-51.61-21.37zM382.8 448.7l-45.37-111.24c-7.56 5.88-15.92 10.77-25.43 13.32-21.07 5.64-16.45 3.18-25.12 11.85-13.79 13.78-32.12 21.37-51.62 21.37-12.44 0-24.47-3.55-35.31-9.58L252 502.04c4.39 10.77 18.44 13.4 26.43 4.96l36.25-38.28 52.69 2.01c11.62.44 19.82-11.27 15.43-22.03zM263 340c15.28-15.55 17.03-14.21 38.79-20.14 13.89-3.79 24.75-14.84 28.47-28.98 7.48-28.4 5.54-24.97 25.95-45.75 10.17-10.35 14.14-25.44 10.42-39.58-7.47-28.38-7.48-24.42 0-52.83 3.72-14.14-.25-29.23-10.42-39.58-20.41-20.78-18.47-17.36-25.95-45.75-3.72-14.14-14.58-25.19-28.47-28.98-27.88-7.61-24.52-5.62-44.95-26.41-10.17-10.35-25-14.4-38.89-10.61-27.87 7.6-23.98 7.61-51.9 0-13.89-3.79-28.72.25-38.89 10.61-20.41 20.78-17.05 18.8-44.94 26.41-13.89 3.79-24.75 14.84-28.47 28.98-7.47 28.39-5.54 24.97-25.95 45.75-10.17 10.35-14.15 25.44-10.42 39.58 7.47 28.36 7.48 24.4 0 52.82-3.72 14.14.25 29.23 10.42 39.59 20.41 20.78 18.47 17.35 25.95 45.75 3.72 14.14 14.58 25.19 28.47 28.98C104.6 325.96 106.27 325 121 340c13.23 13.47 33.84 15.88 49.74 5.82a39.676 39.676 0 0 1 42.53 0c15.89 10.06 36.5 7.65 49.73-5.82zM97.66 175.96c0-53.03 42.24-96.02 94.34-96.02s94.34 42.99 94.34 96.02-42.24 96.02-94.34 96.02-94.34-42.99-94.34-96.02z\"]\n};\nvar faBaby = {\n prefix: 'fas',\n iconName: 'baby',\n icon: [384, 512, [], \"f77c\", \"M192 160c44.2 0 80-35.8 80-80S236.2 0 192 0s-80 35.8-80 80 35.8 80 80 80zm-53.4 248.8l25.6-32-61.5-51.2L56.8 383c-11.4 14.2-11.7 34.4-.8 49l48 64c7.9 10.5 19.9 16 32 16 8.3 0 16.8-2.6 24-8 17.7-13.2 21.2-38.3 8-56l-29.4-39.2zm142.7-83.2l-61.5 51.2 25.6 32L216 448c-13.2 17.7-9.7 42.8 8 56 7.2 5.4 15.6 8 24 8 12.2 0 24.2-5.5 32-16l48-64c10.9-14.6 10.6-34.8-.8-49l-45.9-57.4zM376.7 145c-12.7-18.1-37.6-22.4-55.7-9.8l-40.6 28.5c-52.7 37-124.2 37-176.8 0L63 135.3C44.9 122.6 20 127 7.3 145-5.4 163.1-1 188 17 200.7l40.6 28.5c17 11.9 35.4 20.9 54.4 27.9V288h160v-30.8c19-7 37.4-16 54.4-27.9l40.6-28.5c18.1-12.8 22.4-37.7 9.7-55.8z\"]\n};\nvar faBabyCarriage = {\n prefix: 'fas',\n iconName: 'baby-carriage',\n icon: [512, 512, [], \"f77d\", \"M144.8 17c-11.3-17.8-37.2-22.8-54-9.4C35.3 51.9 0 118 0 192h256L144.8 17zM496 96h-48c-35.3 0-64 28.7-64 64v64H0c0 50.6 23 96.4 60.3 130.7C25.7 363.6 0 394.7 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-8.9-1.8-17.2-4.4-25.2 21.6 5.9 44.6 9.2 68.4 9.2s46.9-3.3 68.4-9.2c-2.7 8-4.4 16.3-4.4 25.2 0 44.2 35.8 80 80 80s80-35.8 80-80c0-37.3-25.7-68.4-60.3-77.3C425 320.4 448 274.6 448 224v-64h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM80 464c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32zm320-32c0 17.6-14.4 32-32 32s-32-14.4-32-32 14.4-32 32-32 32 14.4 32 32z\"]\n};\nvar faBackspace = {\n prefix: 'fas',\n iconName: 'backspace',\n icon: [640, 512, [], \"f55a\", \"M576 64H205.26A63.97 63.97 0 0 0 160 82.75L9.37 233.37c-12.5 12.5-12.5 32.76 0 45.25L160 429.25c12 12 28.28 18.75 45.25 18.75H576c35.35 0 64-28.65 64-64V128c0-35.35-28.65-64-64-64zm-84.69 254.06c6.25 6.25 6.25 16.38 0 22.63l-22.62 22.62c-6.25 6.25-16.38 6.25-22.63 0L384 301.25l-62.06 62.06c-6.25 6.25-16.38 6.25-22.63 0l-22.62-22.62c-6.25-6.25-6.25-16.38 0-22.63L338.75 256l-62.06-62.06c-6.25-6.25-6.25-16.38 0-22.63l22.62-22.62c6.25-6.25 16.38-6.25 22.63 0L384 210.75l62.06-62.06c6.25-6.25 16.38-6.25 22.63 0l22.62 22.62c6.25 6.25 6.25 16.38 0 22.63L429.25 256l62.06 62.06z\"]\n};\nvar faBackward = {\n prefix: 'fas',\n iconName: 'backward',\n icon: [512, 512, [], \"f04a\", \"M11.5 280.6l192 160c20.6 17.2 52.5 2.8 52.5-24.6V96c0-27.4-31.9-41.8-52.5-24.6l-192 160c-15.3 12.8-15.3 36.4 0 49.2zm256 0l192 160c20.6 17.2 52.5 2.8 52.5-24.6V96c0-27.4-31.9-41.8-52.5-24.6l-192 160c-15.3 12.8-15.3 36.4 0 49.2z\"]\n};\nvar faBacon = {\n prefix: 'fas',\n iconName: 'bacon',\n icon: [576, 512, [], \"f7e5\", \"M218.92 336.39c34.89-34.89 44.2-59.7 54.05-86 10.61-28.29 21.59-57.54 61.37-97.34s69.05-50.77 97.35-61.38c23.88-9 46.64-17.68 76.79-45.37L470.81 8.91a31 31 0 0 0-40.18-2.83c-13.64 10.1-25.15 14.39-41 20.3C247 79.52 209.26 191.29 200.65 214.1c-29.75 78.83-89.55 94.68-98.72 98.09-24.86 9.26-54.73 20.38-91.07 50.36C-3 374-3.63 395 9.07 407.61l35.76 35.51C80 410.52 107 400.15 133 390.39c26.27-9.84 51.06-19.12 85.92-54zm348-232l-35.75-35.51c-35.19 32.63-62.18 43-88.25 52.79-26.26 9.85-51.06 19.16-85.95 54s-44.19 59.69-54 86C292.33 290 281.34 319.22 241.55 359s-69 50.73-97.3 61.32c-23.86 9-46.61 17.66-76.72 45.33l37.68 37.43a31 31 0 0 0 40.18 2.82c13.6-10.06 25.09-14.34 40.94-20.24 142.2-53 180-164.1 188.94-187.69C405 219.18 464.8 203.3 474 199.86c24.87-9.27 54.74-20.4 91.11-50.41 13.89-11.4 14.52-32.45 1.82-45.05z\"]\n};\nvar faBalanceScale = {\n prefix: 'fas',\n iconName: 'balance-scale',\n icon: [640, 512, [], \"f24e\", \"M256 336h-.02c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0C-2.06 328.75.02 320.33.02 336H0c0 44.18 57.31 80 128 80s128-35.82 128-80zM128 176l72 144H56l72-144zm511.98 160c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 320l72-144 72 144H440zm88 128H352V153.25c23.51-10.29 41.16-31.48 46.39-57.25H528c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H383.64C369.04 12.68 346.09 0 320 0s-49.04 12.68-63.64 32H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h129.61c5.23 25.76 22.87 46.96 46.39 57.25V448H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faBalanceScaleLeft = {\n prefix: 'fas',\n iconName: 'balance-scale-left',\n icon: [640, 512, [], \"f515\", \"M528 448H352V153.25c20.42-8.94 36.1-26.22 43.38-47.47l132-44.26c8.38-2.81 12.89-11.88 10.08-20.26l-10.17-30.34C524.48 2.54 515.41-1.97 507.03.84L389.11 40.37C375.3 16.36 349.69 0 320 0c-44.18 0-80 35.82-80 80 0 3.43.59 6.71 1.01 10.03l-128.39 43.05c-8.38 2.81-12.89 11.88-10.08 20.26l10.17 30.34c2.81 8.38 11.88 12.89 20.26 10.08l142.05-47.63c4.07 2.77 8.43 5.12 12.99 7.12V496c0 8.84 7.16 16 16 16h224c8.84 0 16-7.16 16-16v-32c-.01-8.84-7.17-16-16.01-16zm111.98-144c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 288l72-144 72 144H440zm-269.07-37.51c-17.65-35.29-68.19-35.36-85.87 0C-2.06 424.75.02 416.33.02 432H0c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02c0-16.18 1.34-8.73-85.05-181.51zM56 416l72-144 72 144H56z\"]\n};\nvar faBalanceScaleRight = {\n prefix: 'fas',\n iconName: 'balance-scale-right',\n icon: [640, 512, [], \"f516\", \"M96 464v32c0 8.84 7.16 16 16 16h224c8.84 0 16-7.16 16-16V153.25c4.56-2 8.92-4.35 12.99-7.12l142.05 47.63c8.38 2.81 17.45-1.71 20.26-10.08l10.17-30.34c2.81-8.38-1.71-17.45-10.08-20.26l-128.4-43.05c.42-3.32 1.01-6.6 1.01-10.03 0-44.18-35.82-80-80-80-29.69 0-55.3 16.36-69.11 40.37L132.96.83c-8.38-2.81-17.45 1.71-20.26 10.08l-10.17 30.34c-2.81 8.38 1.71 17.45 10.08 20.26l132 44.26c7.28 21.25 22.96 38.54 43.38 47.47V448H112c-8.84 0-16 7.16-16 16zM0 304c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02c0-15.67 2.08-7.25-85.05-181.51-17.68-35.36-68.22-35.29-85.87 0C-1.32 295.27.02 287.82.02 304H0zm56-16l72-144 72 144H56zm328.02 144H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02c0-15.67 2.08-7.25-85.05-181.51-17.68-35.36-68.22-35.29-85.87 0-86.38 172.78-85.04 165.33-85.04 181.51zM440 416l72-144 72 144H440z\"]\n};\nvar faBan = {\n prefix: 'fas',\n iconName: 'ban',\n icon: [512, 512, [], \"f05e\", \"M256 8C119.034 8 8 119.033 8 256s111.034 248 248 248 248-111.034 248-248S392.967 8 256 8zm130.108 117.892c65.448 65.448 70 165.481 20.677 235.637L150.47 105.216c70.204-49.356 170.226-44.735 235.638 20.676zM125.892 386.108c-65.448-65.448-70-165.481-20.677-235.637L361.53 406.784c-70.203 49.356-170.226 44.736-235.638-20.676z\"]\n};\nvar faBandAid = {\n prefix: 'fas',\n iconName: 'band-aid',\n icon: [640, 512, [], \"f462\", \"M0 160v192c0 35.3 28.7 64 64 64h96V96H64c-35.3 0-64 28.7-64 64zm576-64h-96v320h96c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64zM192 416h256V96H192v320zm176-232c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm0 96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm-96-96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm0 96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24z\"]\n};\nvar faBarcode = {\n prefix: 'fas',\n iconName: 'barcode',\n icon: [512, 512, [], \"f02a\", \"M0 448V64h18v384H0zm26.857-.273V64H36v383.727h-9.143zm27.143 0V64h8.857v383.727H54zm44.857 0V64h8.857v383.727h-8.857zm36 0V64h17.714v383.727h-17.714zm44.857 0V64h8.857v383.727h-8.857zm18 0V64h8.857v383.727h-8.857zm18 0V64h8.857v383.727h-8.857zm35.715 0V64h18v383.727h-18zm44.857 0V64h18v383.727h-18zm35.999 0V64h18.001v383.727h-18.001zm36.001 0V64h18.001v383.727h-18.001zm26.857 0V64h18v383.727h-18zm45.143 0V64h26.857v383.727h-26.857zm35.714 0V64h9.143v383.727H476zm18 .273V64h18v384h-18z\"]\n};\nvar faBars = {\n prefix: 'fas',\n iconName: 'bars',\n icon: [448, 512, [], \"f0c9\", \"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"]\n};\nvar faBaseballBall = {\n prefix: 'fas',\n iconName: 'baseball-ball',\n icon: [496, 512, [], \"f433\", \"M368.5 363.9l28.8-13.9c11.1 22.9 26 43.2 44.1 60.9 34-42.5 54.5-96.3 54.5-154.9 0-58.5-20.4-112.2-54.2-154.6-17.8 17.3-32.6 37.1-43.6 59.5l-28.7-14.1c12.8-26 30-49 50.8-69C375.6 34.7 315 8 248 8 181.1 8 120.5 34.6 75.9 77.7c20.7 19.9 37.9 42.9 50.7 68.8l-28.7 14.1c-11-22.3-25.7-42.1-43.5-59.4C20.4 143.7 0 197.4 0 256c0 58.6 20.4 112.3 54.4 154.7 18.2-17.7 33.2-38 44.3-61l28.8 13.9c-12.9 26.7-30.3 50.3-51.5 70.7 44.5 43.1 105.1 69.7 172 69.7 66.8 0 127.3-26.5 171.9-69.5-21.1-20.4-38.5-43.9-51.4-70.6zm-228.3-32l-30.5-9.8c14.9-46.4 12.7-93.8-.6-134l30.4-10c15 45.6 18 99.9.7 153.8zm216.3-153.4l30.4 10c-13.2 40.1-15.5 87.5-.6 134l-30.5 9.8c-17.3-54-14.3-108.3.7-153.8z\"]\n};\nvar faBasketballBall = {\n prefix: 'fas',\n iconName: 'basketball-ball',\n icon: [496, 512, [], \"f434\", \"M212.3 10.3c-43.8 6.3-86.2 24.1-122.2 53.8l77.4 77.4c27.8-35.8 43.3-81.2 44.8-131.2zM248 222L405.9 64.1c-42.4-35-93.6-53.5-145.5-56.1-1.2 63.9-21.5 122.3-58.7 167.7L248 222zM56.1 98.1c-29.7 36-47.5 78.4-53.8 122.2 50-1.5 95.5-17 131.2-44.8L56.1 98.1zm272.2 204.2c45.3-37.1 103.7-57.4 167.7-58.7-2.6-51.9-21.1-103.1-56.1-145.5L282 256l46.3 46.3zM248 290L90.1 447.9c42.4 34.9 93.6 53.5 145.5 56.1 1.3-64 21.6-122.4 58.7-167.7L248 290zm191.9 123.9c29.7-36 47.5-78.4 53.8-122.2-50.1 1.6-95.5 17.1-131.2 44.8l77.4 77.4zM167.7 209.7C122.3 246.9 63.9 267.3 0 268.4c2.6 51.9 21.1 103.1 56.1 145.5L214 256l-46.3-46.3zm116 292c43.8-6.3 86.2-24.1 122.2-53.8l-77.4-77.4c-27.7 35.7-43.2 81.2-44.8 131.2z\"]\n};\nvar faBath = {\n prefix: 'fas',\n iconName: 'bath',\n icon: [512, 512, [], \"f2cd\", \"M488 256H80V112c0-17.645 14.355-32 32-32 11.351 0 21.332 5.945 27.015 14.88-16.492 25.207-14.687 59.576 6.838 83.035-4.176 4.713-4.021 11.916.491 16.428l11.314 11.314c4.686 4.686 12.284 4.686 16.971 0l95.03-95.029c4.686-4.686 4.686-12.284 0-16.971l-11.314-11.314c-4.512-4.512-11.715-4.666-16.428-.491-17.949-16.469-42.294-21.429-64.178-15.365C163.281 45.667 139.212 32 112 32c-44.112 0-80 35.888-80 80v144h-8c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h8v32c0 28.43 12.362 53.969 32 71.547V456c0 13.255 10.745 24 24 24h16c13.255 0 24-10.745 24-24v-8h256v8c0 13.255 10.745 24 24 24h16c13.255 0 24-10.745 24-24v-32.453c19.638-17.578 32-43.117 32-71.547v-32h8c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24z\"]\n};\nvar faBatteryEmpty = {\n prefix: 'fas',\n iconName: 'battery-empty',\n icon: [640, 512, [], \"f244\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48z\"]\n};\nvar faBatteryFull = {\n prefix: 'fas',\n iconName: 'battery-full',\n icon: [640, 512, [], \"f240\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-48 96H96v128h416V192z\"]\n};\nvar faBatteryHalf = {\n prefix: 'fas',\n iconName: 'battery-half',\n icon: [640, 512, [], \"f242\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-240 96H96v128h224V192z\"]\n};\nvar faBatteryQuarter = {\n prefix: 'fas',\n iconName: 'battery-quarter',\n icon: [640, 512, [], \"f243\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-336 96H96v128h128V192z\"]\n};\nvar faBatteryThreeQuarters = {\n prefix: 'fas',\n iconName: 'battery-three-quarters',\n icon: [640, 512, [], \"f241\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-144 96H96v128h320V192z\"]\n};\nvar faBed = {\n prefix: 'fas',\n iconName: 'bed',\n icon: [640, 512, [], \"f236\", \"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"]\n};\nvar faBeer = {\n prefix: 'fas',\n iconName: 'beer',\n icon: [448, 512, [], \"f0fc\", \"M368 96h-48V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56v400c0 13.255 10.745 24 24 24h272c13.255 0 24-10.745 24-24v-42.11l80.606-35.977C429.396 365.063 448 336.388 448 304.86V176c0-44.112-35.888-80-80-80zm16 208.86a16.018 16.018 0 0 1-9.479 14.611L320 343.805V160h48c8.822 0 16 7.178 16 16v128.86zM208 384c-8.836 0-16-7.164-16-16V144c0-8.836 7.164-16 16-16s16 7.164 16 16v224c0 8.836-7.164 16-16 16zm-96 0c-8.836 0-16-7.164-16-16V144c0-8.836 7.164-16 16-16s16 7.164 16 16v224c0 8.836-7.164 16-16 16z\"]\n};\nvar faBell = {\n prefix: 'fas',\n iconName: 'bell',\n icon: [448, 512, [], \"f0f3\", \"M224 512c35.32 0 63.97-28.65 63.97-64H160.03c0 35.35 28.65 64 63.97 64zm215.39-149.71c-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84C118.56 68.1 64.08 130.3 64.08 208c0 102.3-36.15 133.53-55.47 154.29-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h383.8c19.12 0 32-15.6 32.1-32 .05-7.55-2.61-15.27-8.61-21.71z\"]\n};\nvar faBellSlash = {\n prefix: 'fas',\n iconName: 'bell-slash',\n icon: [640, 512, [], \"f1f6\", \"M633.82 458.1l-90.62-70.05c.19-1.38.8-2.66.8-4.06.05-7.55-2.61-15.27-8.61-21.71-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84c-40.33 8.38-74.66 31.07-97.59 62.57L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.35 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.42-6.97 4.17-17.02-2.81-22.45zM157.23 251.54c-8.61 67.96-36.41 93.33-52.62 110.75-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h241.92L157.23 251.54zM320 512c35.32 0 63.97-28.65 63.97-64H256.03c0 35.35 28.65 64 63.97 64z\"]\n};\nvar faBezierCurve = {\n prefix: 'fas',\n iconName: 'bezier-curve',\n icon: [640, 512, [], \"f55b\", \"M368 32h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zM208 88h-84.75C113.75 64.56 90.84 48 64 48 28.66 48 0 76.65 0 112s28.66 64 64 64c26.84 0 49.75-16.56 59.25-40h79.73c-55.37 32.52-95.86 87.32-109.54 152h49.4c11.3-41.61 36.77-77.21 71.04-101.56-3.7-8.08-5.88-16.99-5.88-26.44V88zm-48 232H64c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32zM576 48c-26.84 0-49.75 16.56-59.25 40H432v72c0 9.45-2.19 18.36-5.88 26.44 34.27 24.35 59.74 59.95 71.04 101.56h49.4c-13.68-64.68-54.17-119.48-109.54-152h79.73c9.5 23.44 32.41 40 59.25 40 35.34 0 64-28.65 64-64s-28.66-64-64-64zm0 272h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32z\"]\n};\nvar faBible = {\n prefix: 'fas',\n iconName: 'bible',\n icon: [448, 512, [], \"f647\", \"M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM144 144c0-8.84 7.16-16 16-16h48V80c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v48h48c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-48v112c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16V192h-48c-8.84 0-16-7.16-16-16v-32zm236.8 304H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8v64z\"]\n};\nvar faBicycle = {\n prefix: 'fas',\n iconName: 'bicycle',\n icon: [640, 512, [], \"f206\", \"M512.509 192.001c-16.373-.064-32.03 2.955-46.436 8.495l-77.68-125.153A24 24 0 0 0 368.001 64h-64c-8.837 0-16 7.163-16 16v16c0 8.837 7.163 16 16 16h50.649l14.896 24H256.002v-16c0-8.837-7.163-16-16-16h-87.459c-13.441 0-24.777 10.999-24.536 24.437.232 13.044 10.876 23.563 23.995 23.563h48.726l-29.417 47.52c-13.433-4.83-27.904-7.483-42.992-7.52C58.094 191.83.412 249.012.002 319.236-.413 390.279 57.055 448 128.002 448c59.642 0 109.758-40.793 123.967-96h52.033a24 24 0 0 0 20.406-11.367L410.37 201.77l14.938 24.067c-25.455 23.448-41.385 57.081-41.307 94.437.145 68.833 57.899 127.051 126.729 127.719 70.606.685 128.181-55.803 129.255-125.996 1.086-70.941-56.526-129.72-127.476-129.996zM186.75 265.772c9.727 10.529 16.673 23.661 19.642 38.228h-43.306l23.664-38.228zM128.002 400c-44.112 0-80-35.888-80-80s35.888-80 80-80c5.869 0 11.586.653 17.099 1.859l-45.505 73.509C89.715 331.327 101.213 352 120.002 352h81.3c-12.37 28.225-40.562 48-73.3 48zm162.63-96h-35.624c-3.96-31.756-19.556-59.894-42.383-80.026L237.371 184h127.547l-74.286 120zm217.057 95.886c-41.036-2.165-74.049-35.692-75.627-76.755-.812-21.121 6.633-40.518 19.335-55.263l44.433 71.586c4.66 7.508 14.524 9.816 22.032 5.156l13.594-8.437c7.508-4.66 9.817-14.524 5.156-22.032l-44.468-71.643a79.901 79.901 0 0 1 19.858-2.497c44.112 0 80 35.888 80 80-.001 45.54-38.252 82.316-84.313 79.885z\"]\n};\nvar faBiking = {\n prefix: 'fas',\n iconName: 'biking',\n icon: [640, 512, [], \"f84a\", \"M400 96a48 48 0 1 0-48-48 48 48 0 0 0 48 48zm-4 121a31.9 31.9 0 0 0 20 7h64a32 32 0 0 0 0-64h-52.78L356 103a31.94 31.94 0 0 0-40.81.68l-112 96a32 32 0 0 0 3.08 50.92L288 305.12V416a32 32 0 0 0 64 0V288a32 32 0 0 0-14.25-26.62l-41.36-27.57 58.25-49.92zm116 39a128 128 0 1 0 128 128 128 128 0 0 0-128-128zm0 192a64 64 0 1 1 64-64 64 64 0 0 1-64 64zM128 256a128 128 0 1 0 128 128 128 128 0 0 0-128-128zm0 192a64 64 0 1 1 64-64 64 64 0 0 1-64 64z\"]\n};\nvar faBinoculars = {\n prefix: 'fas',\n iconName: 'binoculars',\n icon: [512, 512, [], \"f1e5\", \"M416 48c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v48h96V48zM63.91 159.99C61.4 253.84 3.46 274.22 0 404v44c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32V288h32V128H95.84c-17.63 0-31.45 14.37-31.93 31.99zm384.18 0c-.48-17.62-14.3-31.99-31.93-31.99H320v160h32v160c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-44c-3.46-129.78-61.4-150.16-63.91-244.01zM176 32h-64c-8.84 0-16 7.16-16 16v48h96V48c0-8.84-7.16-16-16-16zm48 256h64V128h-64v160z\"]\n};\nvar faBiohazard = {\n prefix: 'fas',\n iconName: 'biohazard',\n icon: [576, 512, [], \"f780\", \"M287.9 112c18.6 0 36.2 3.8 52.8 9.6 13.3-10.3 23.6-24.3 29.5-40.7-25.2-10.9-53-17-82.2-17-29.1 0-56.9 6-82.1 16.9 5.9 16.4 16.2 30.4 29.5 40.7 16.5-5.7 34-9.5 52.5-9.5zM163.6 438.7c12-11.8 20.4-26.4 24.5-42.4-32.9-26.4-54.8-65.3-58.9-109.6-8.5-2.8-17.2-4.6-26.4-4.6-7.6 0-15.2 1-22.5 3.1 4.1 62.8 35.8 118 83.3 153.5zm224.2-42.6c4.1 16 12.5 30.7 24.5 42.5 47.4-35.5 79.1-90.7 83-153.5-7.2-2-14.7-3-22.2-3-9.2 0-18 1.9-26.6 4.7-4.1 44.2-26 82.9-58.7 109.3zm113.5-205c-17.6-10.4-36.3-16.6-55.3-19.9 6-17.7 10-36.4 10-56.2 0-41-14.5-80.8-41-112.2-2.5-3-6.6-3.7-10-1.8-3.3 1.9-4.8 6-3.6 9.7 4.5 13.8 6.6 26.3 6.6 38.5 0 67.8-53.8 122.9-120 122.9S168 117 168 49.2c0-12.1 2.2-24.7 6.6-38.5 1.2-3.7-.3-7.8-3.6-9.7-3.4-1.9-7.5-1.2-10 1.8C134.6 34.2 120 74 120 115c0 19.8 3.9 38.5 10 56.2-18.9 3.3-37.7 9.5-55.3 19.9-34.6 20.5-61 53.3-74.3 92.4-1.3 3.7.2 7.7 3.5 9.8 3.3 2 7.5 1.3 10-1.6 9.4-10.8 19-19.1 29.2-25.1 57.3-33.9 130.8-13.7 163.9 45 33.1 58.7 13.4 134-43.9 167.9-10.2 6.1-22 10.4-35.8 13.4-3.7.8-6.4 4.2-6.4 8.1.1 4 2.7 7.3 6.5 8 39.7 7.8 80.6.8 115.2-19.7 18-10.6 32.9-24.5 45.3-40.1 12.4 15.6 27.3 29.5 45.3 40.1 34.6 20.5 75.5 27.5 115.2 19.7 3.8-.7 6.4-4 6.5-8 0-3.9-2.6-7.3-6.4-8.1-13.9-2.9-25.6-7.3-35.8-13.4-57.3-33.9-77-109.2-43.9-167.9s106.6-78.9 163.9-45c10.2 6.1 19.8 14.3 29.2 25.1 2.5 2.9 6.7 3.6 10 1.6s4.8-6.1 3.5-9.8c-13.1-39.1-39.5-72-74.1-92.4zm-213.4 129c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z\"]\n};\nvar faBirthdayCake = {\n prefix: 'fas',\n iconName: 'birthday-cake',\n icon: [448, 512, [], \"f1fd\", \"M448 384c-28.02 0-31.26-32-74.5-32-43.43 0-46.825 32-74.75 32-27.695 0-31.454-32-74.75-32-42.842 0-47.218 32-74.5 32-28.148 0-31.202-32-74.75-32-43.547 0-46.653 32-74.75 32v-80c0-26.5 21.5-48 48-48h16V112h64v144h64V112h64v144h64V112h64v144h16c26.5 0 48 21.5 48 48v80zm0 128H0v-96c43.356 0 46.767-32 74.75-32 27.951 0 31.253 32 74.75 32 42.843 0 47.217-32 74.5-32 28.148 0 31.201 32 74.75 32 43.357 0 46.767-32 74.75-32 27.488 0 31.252 32 74.5 32v96zM96 96c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40zm128 0c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40zm128 0c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40z\"]\n};\nvar faBlender = {\n prefix: 'fas',\n iconName: 'blender',\n icon: [512, 512, [], \"f517\", \"M416 384H160c-35.35 0-64 28.65-64 64v32c0 17.67 14.33 32 32 32h320c17.67 0 32-14.33 32-32v-32c0-35.35-28.65-64-64-64zm-128 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm40-416h166.54L512 0H48C21.49 0 0 21.49 0 48v160c0 26.51 21.49 48 48 48h103.27l8.73 96h256l17.46-64H328c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h114.18l17.46-64H328c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h140.36l17.46-64H328c-4.42 0-8-3.58-8-8V72c0-4.42 3.58-8 8-8zM64 192V64h69.82l11.64 128H64z\"]\n};\nvar faBlenderPhone = {\n prefix: 'fas',\n iconName: 'blender-phone',\n icon: [576, 512, [], \"f6b6\", \"M392 64h166.54L576 0H192v352h288l17.46-64H392c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h114.18l17.46-64H392c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h140.36l17.46-64H392c-4.42 0-8-3.58-8-8V72c0-4.42 3.58-8 8-8zM158.8 335.01l-25.78-63.26c-2.78-6.81-9.8-10.99-17.24-10.26l-45.03 4.42c-17.28-46.94-17.65-99.78 0-147.72l45.03 4.42c7.43.73 14.46-3.46 17.24-10.26l25.78-63.26c3.02-7.39.2-15.85-6.68-20.07l-39.28-24.1C98.51-3.87 80.09-.5 68.95 11.97c-92.57 103.6-92 259.55 2.1 362.49 9.87 10.8 29.12 12.48 41.65 4.8l39.41-24.18c6.89-4.22 9.7-12.67 6.69-20.07zM480 384H192c-35.35 0-64 28.65-64 64v32c0 17.67 14.33 32 32 32h352c17.67 0 32-14.33 32-32v-32c0-35.35-28.65-64-64-64zm-144 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faBlind = {\n prefix: 'fas',\n iconName: 'blind',\n icon: [384, 512, [], \"f29d\", \"M380.15 510.837a8 8 0 0 1-10.989-2.687l-125.33-206.427a31.923 31.923 0 0 0 12.958-9.485l126.048 207.608a8 8 0 0 1-2.687 10.991zM142.803 314.338l-32.54 89.485 36.12 88.285c6.693 16.36 25.377 24.192 41.733 17.501 16.357-6.692 24.193-25.376 17.501-41.734l-62.814-153.537zM96 88c24.301 0 44-19.699 44-44S120.301 0 96 0 52 19.699 52 44s19.699 44 44 44zm154.837 169.128l-120-152c-4.733-5.995-11.75-9.108-18.837-9.112V96H80v.026c-7.146.003-14.217 3.161-18.944 9.24L0 183.766v95.694c0 13.455 11.011 24.791 24.464 24.536C37.505 303.748 48 293.1 48 280v-79.766l16-20.571v140.698L9.927 469.055c-6.04 16.609 2.528 34.969 19.138 41.009 16.602 6.039 34.968-2.524 41.009-19.138L136 309.638V202.441l-31.406-39.816a4 4 0 1 1 6.269-4.971l102.3 129.217c9.145 11.584 24.368 11.339 33.708 3.965 10.41-8.216 12.159-23.334 3.966-33.708z\"]\n};\nvar faBlog = {\n prefix: 'fas',\n iconName: 'blog',\n icon: [512, 512, [], \"f781\", \"M172.2 226.8c-14.6-2.9-28.2 8.9-28.2 23.8V301c0 10.2 7.1 18.4 16.7 22 18.2 6.8 31.3 24.4 31.3 45 0 26.5-21.5 48-48 48s-48-21.5-48-48V120c0-13.3-10.7-24-24-24H24c-13.3 0-24 10.7-24 24v248c0 89.5 82.1 160.2 175 140.7 54.4-11.4 98.3-55.4 109.7-109.7 17.4-82.9-37-157.2-112.5-172.2zM209 0c-9.2-.5-17 6.8-17 16v31.6c0 8.5 6.6 15.5 15 15.9 129.4 7 233.4 112 240.9 241.5.5 8.4 7.5 15 15.9 15h32.1c9.2 0 16.5-7.8 16-17C503.4 139.8 372.2 8.6 209 0zm.3 96c-9.3-.7-17.3 6.7-17.3 16.1v32.1c0 8.4 6.5 15.3 14.8 15.9 76.8 6.3 138 68.2 144.9 145.2.8 8.3 7.6 14.7 15.9 14.7h32.2c9.3 0 16.8-8 16.1-17.3-8.4-110.1-96.5-198.2-206.6-206.7z\"]\n};\nvar faBold = {\n prefix: 'fas',\n iconName: 'bold',\n icon: [384, 512, [], \"f032\", \"M333.49 238a122 122 0 0 0 27-65.21C367.87 96.49 308 32 233.42 32H34a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h31.87v288H34a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h209.32c70.8 0 134.14-51.75 141-122.4 4.74-48.45-16.39-92.06-50.83-119.6zM145.66 112h87.76a48 48 0 0 1 0 96h-87.76zm87.76 288h-87.76V288h87.76a56 56 0 0 1 0 112z\"]\n};\nvar faBolt = {\n prefix: 'fas',\n iconName: 'bolt',\n icon: [320, 512, [], \"f0e7\", \"M296 160H180.6l42.6-129.8C227.2 15 215.7 0 200 0H56C44 0 33.8 8.9 32.2 20.8l-32 240C-1.7 275.2 9.5 288 24 288h118.7L96.6 482.5c-3.6 15.2 8 29.5 23.3 29.5 8.4 0 16.4-4.4 20.8-12l176-304c9.3-15.9-2.2-36-20.7-36z\"]\n};\nvar faBomb = {\n prefix: 'fas',\n iconName: 'bomb',\n icon: [512, 512, [], \"f1e2\", \"M440.5 88.5l-52 52L415 167c9.4 9.4 9.4 24.6 0 33.9l-17.4 17.4c11.8 26.1 18.4 55.1 18.4 85.6 0 114.9-93.1 208-208 208S0 418.9 0 304 93.1 96 208 96c30.5 0 59.5 6.6 85.6 18.4L311 97c9.4-9.4 24.6-9.4 33.9 0l26.5 26.5 52-52 17.1 17zM500 60h-24c-6.6 0-12 5.4-12 12s5.4 12 12 12h24c6.6 0 12-5.4 12-12s-5.4-12-12-12zM440 0c-6.6 0-12 5.4-12 12v24c0 6.6 5.4 12 12 12s12-5.4 12-12V12c0-6.6-5.4-12-12-12zm33.9 55l17-17c4.7-4.7 4.7-12.3 0-17-4.7-4.7-12.3-4.7-17 0l-17 17c-4.7 4.7-4.7 12.3 0 17 4.8 4.7 12.4 4.7 17 0zm-67.8 0c4.7 4.7 12.3 4.7 17 0 4.7-4.7 4.7-12.3 0-17l-17-17c-4.7-4.7-12.3-4.7-17 0-4.7 4.7-4.7 12.3 0 17l17 17zm67.8 34c-4.7-4.7-12.3-4.7-17 0-4.7 4.7-4.7 12.3 0 17l17 17c4.7 4.7 12.3 4.7 17 0 4.7-4.7 4.7-12.3 0-17l-17-17zM112 272c0-35.3 28.7-64 64-64 8.8 0 16-7.2 16-16s-7.2-16-16-16c-52.9 0-96 43.1-96 96 0 8.8 7.2 16 16 16s16-7.2 16-16z\"]\n};\nvar faBone = {\n prefix: 'fas',\n iconName: 'bone',\n icon: [640, 512, [], \"f5d7\", \"M598.88 244.56c25.2-12.6 41.12-38.36 41.12-66.53v-7.64C640 129.3 606.7 96 565.61 96c-32.02 0-60.44 20.49-70.57 50.86-7.68 23.03-11.6 45.14-38.11 45.14H183.06c-27.38 0-31.58-25.54-38.11-45.14C134.83 116.49 106.4 96 74.39 96 33.3 96 0 129.3 0 170.39v7.64c0 28.17 15.92 53.93 41.12 66.53 9.43 4.71 9.43 18.17 0 22.88C15.92 280.04 0 305.8 0 333.97v7.64C0 382.7 33.3 416 74.38 416c32.02 0 60.44-20.49 70.57-50.86 7.68-23.03 11.6-45.14 38.11-45.14h273.87c27.38 0 31.58 25.54 38.11 45.14C505.17 395.51 533.6 416 565.61 416c41.08 0 74.38-33.3 74.38-74.39v-7.64c0-28.18-15.92-53.93-41.12-66.53-9.42-4.71-9.42-18.17.01-22.88z\"]\n};\nvar faBong = {\n prefix: 'fas',\n iconName: 'bong',\n icon: [448, 512, [], \"f55c\", \"M302.5 512c23.18 0 44.43-12.58 56-32.66C374.69 451.26 384 418.75 384 384c0-36.12-10.08-69.81-27.44-98.62L400 241.94l9.38 9.38c6.25 6.25 16.38 6.25 22.63 0l11.3-11.32c6.25-6.25 6.25-16.38 0-22.63l-52.69-52.69c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l9.38 9.38-39.41 39.41c-11.56-11.37-24.53-21.33-38.65-29.51V63.74l15.97-.02c8.82-.01 15.97-7.16 15.98-15.98l.04-31.72C320 7.17 312.82-.01 303.97 0L80.03.26c-8.82.01-15.97 7.16-15.98 15.98l-.04 31.73c-.01 8.85 7.17 16.02 16.02 16.01L96 63.96v153.93C38.67 251.1 0 312.97 0 384c0 34.75 9.31 67.27 25.5 95.34C37.08 499.42 58.33 512 81.5 512h221zM120.06 259.43L144 245.56V63.91l96-.11v181.76l23.94 13.87c24.81 14.37 44.12 35.73 56.56 60.57h-257c12.45-24.84 31.75-46.2 56.56-60.57z\"]\n};\nvar faBook = {\n prefix: 'fas',\n iconName: 'book',\n icon: [448, 512, [], \"f02d\", \"M448 360V24c0-13.3-10.7-24-24-24H96C43 0 0 43 0 96v320c0 53 43 96 96 96h328c13.3 0 24-10.7 24-24v-16c0-7.5-3.5-14.3-8.9-18.7-4.2-15.4-4.2-59.3 0-74.7 5.4-4.3 8.9-11.1 8.9-18.6zM128 134c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm0 64c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm253.4 250H96c-17.7 0-32-14.3-32-32 0-17.6 14.4-32 32-32h285.4c-1.9 17.1-1.9 46.9 0 64z\"]\n};\nvar faBookDead = {\n prefix: 'fas',\n iconName: 'book-dead',\n icon: [448, 512, [], \"f6b7\", \"M272 136c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zm176 222.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM240 56c44.2 0 80 28.7 80 64 0 20.9-12.7 39.2-32 50.9V184c0 8.8-7.2 16-16 16h-64c-8.8 0-16-7.2-16-16v-13.1c-19.3-11.7-32-30-32-50.9 0-35.3 35.8-64 80-64zM124.8 223.3l6.3-14.7c1.7-4.1 6.4-5.9 10.5-4.2l98.3 42.1 98.4-42.1c4.1-1.7 8.8.1 10.5 4.2l6.3 14.7c1.7 4.1-.1 8.8-4.2 10.5L280.6 264l70.3 30.1c4.1 1.7 5.9 6.4 4.2 10.5l-6.3 14.7c-1.7 4.1-6.4 5.9-10.5 4.2L240 281.4l-98.3 42.2c-4.1 1.7-8.8-.1-10.5-4.2l-6.3-14.7c-1.7-4.1.1-8.8 4.2-10.5l70.4-30.1-70.5-30.3c-4.1-1.7-5.9-6.4-4.2-10.5zm256 224.7H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8zM208 136c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16z\"]\n};\nvar faBookMedical = {\n prefix: 'fas',\n iconName: 'book-medical',\n icon: [448, 512, [], \"f7e6\", \"M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16q0-9.6-9.6-19.2c-3.2-16-3.2-60.8 0-73.6q9.6-4.8 9.6-19.2zM144 168a8 8 0 0 1 8-8h56v-56a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v56h56a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8h-56v56a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-56h-56a8 8 0 0 1-8-8zm236.8 280H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8z\"]\n};\nvar faBookOpen = {\n prefix: 'fas',\n iconName: 'book-open',\n icon: [576, 512, [], \"f518\", \"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"]\n};\nvar faBookReader = {\n prefix: 'fas',\n iconName: 'book-reader',\n icon: [512, 512, [], \"f5da\", \"M352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.98 96-96zM233.59 241.1c-59.33-36.32-155.43-46.3-203.79-49.05C13.55 191.13 0 203.51 0 219.14v222.8c0 14.33 11.59 26.28 26.49 27.05 43.66 2.29 131.99 10.68 193.04 41.43 9.37 4.72 20.48-1.71 20.48-11.87V252.56c-.01-4.67-2.32-8.95-6.42-11.46zm248.61-49.05c-48.35 2.74-144.46 12.73-203.78 49.05-4.1 2.51-6.41 6.96-6.41 11.63v245.79c0 10.19 11.14 16.63 20.54 11.9 61.04-30.72 149.32-39.11 192.97-41.4 14.9-.78 26.49-12.73 26.49-27.06V219.14c-.01-15.63-13.56-28.01-29.81-27.09z\"]\n};\nvar faBookmark = {\n prefix: 'fas',\n iconName: 'bookmark',\n icon: [384, 512, [], \"f02e\", \"M0 512V48C0 21.49 21.49 0 48 0h288c26.51 0 48 21.49 48 48v464L192 400 0 512z\"]\n};\nvar faBorderAll = {\n prefix: 'fas',\n iconName: 'border-all',\n icon: [448, 512, [], \"f84c\", \"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"]\n};\nvar faBorderNone = {\n prefix: 'fas',\n iconName: 'border-none',\n icon: [448, 512, [], \"f850\", \"M240 224h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-288 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM240 320h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-96 288h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96-384h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM48 224H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 192H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-192H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faBorderStyle = {\n prefix: 'fas',\n iconName: 'border-style',\n icon: [448, 512, [], \"f853\", \"M240 416h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm192 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96-192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 96h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 96h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-288h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96H32A32 32 0 0 0 0 64v400a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V96h368a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faBowlingBall = {\n prefix: 'fas',\n iconName: 'bowling-ball',\n icon: [496, 512, [], \"f436\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM120 192c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm64-96c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm48 144c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faBox = {\n prefix: 'fas',\n iconName: 'box',\n icon: [512, 512, [], \"f466\", \"M509.5 184.6L458.9 32.8C452.4 13.2 434.1 0 413.4 0H272v192h238.7c-.4-2.5-.4-5-1.2-7.4zM240 0H98.6c-20.7 0-39 13.2-45.5 32.8L2.5 184.6c-.8 2.4-.8 4.9-1.2 7.4H240V0zM0 224v240c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V224H0z\"]\n};\nvar faBoxOpen = {\n prefix: 'fas',\n iconName: 'box-open',\n icon: [640, 512, [], \"f49e\", \"M425.7 256c-16.9 0-32.8-9-41.4-23.4L320 126l-64.2 106.6c-8.7 14.5-24.6 23.5-41.5 23.5-4.5 0-9-.6-13.3-1.9L64 215v178c0 14.7 10 27.5 24.2 31l216.2 54.1c10.2 2.5 20.9 2.5 31 0L551.8 424c14.2-3.6 24.2-16.4 24.2-31V215l-137 39.1c-4.3 1.3-8.8 1.9-13.3 1.9zm212.6-112.2L586.8 41c-3.1-6.2-9.8-9.8-16.7-8.9L320 64l91.7 152.1c3.8 6.3 11.4 9.3 18.5 7.3l197.9-56.5c9.9-2.9 14.7-13.9 10.2-23.1zM53.2 41L1.7 143.8c-4.6 9.2.3 20.2 10.1 23l197.9 56.5c7.1 2 14.7-1 18.5-7.3L320 64 69.8 32.1c-6.9-.8-13.5 2.7-16.6 8.9z\"]\n};\nvar faBoxes = {\n prefix: 'fas',\n iconName: 'boxes',\n icon: [576, 512, [], \"f468\", \"M560 288h-80v96l-32-21.3-32 21.3v-96h-80c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16zm-384-64h224c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16h-80v96l-32-21.3L256 96V0h-80c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16zm64 64h-80v96l-32-21.3L96 384v-96H16c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16z\"]\n};\nvar faBraille = {\n prefix: 'fas',\n iconName: 'braille',\n icon: [640, 512, [], \"f2a1\", \"M128 256c0 35.346-28.654 64-64 64S0 291.346 0 256s28.654-64 64-64 64 28.654 64 64zM64 384c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352C28.654 32 0 60.654 0 96s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm160 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm224 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm160 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-320c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z\"]\n};\nvar faBrain = {\n prefix: 'fas',\n iconName: 'brain',\n icon: [576, 512, [], \"f5dc\", \"M208 0c-29.9 0-54.7 20.5-61.8 48.2-.8 0-1.4-.2-2.2-.2-35.3 0-64 28.7-64 64 0 4.8.6 9.5 1.7 14C52.5 138 32 166.6 32 200c0 12.6 3.2 24.3 8.3 34.9C16.3 248.7 0 274.3 0 304c0 33.3 20.4 61.9 49.4 73.9-.9 4.6-1.4 9.3-1.4 14.1 0 39.8 32.2 72 72 72 4.1 0 8.1-.5 12-1.2 9.6 28.5 36.2 49.2 68 49.2 39.8 0 72-32.2 72-72V64c0-35.3-28.7-64-64-64zm368 304c0-29.7-16.3-55.3-40.3-69.1 5.2-10.6 8.3-22.3 8.3-34.9 0-33.4-20.5-62-49.7-74 1-4.5 1.7-9.2 1.7-14 0-35.3-28.7-64-64-64-.8 0-1.5.2-2.2.2C422.7 20.5 397.9 0 368 0c-35.3 0-64 28.6-64 64v376c0 39.8 32.2 72 72 72 31.8 0 58.4-20.7 68-49.2 3.9.7 7.9 1.2 12 1.2 39.8 0 72-32.2 72-72 0-4.8-.5-9.5-1.4-14.1 29-12 49.4-40.6 49.4-73.9z\"]\n};\nvar faBreadSlice = {\n prefix: 'fas',\n iconName: 'bread-slice',\n icon: [576, 512, [], \"f7ec\", \"M288 0C108 0 0 93.4 0 169.14 0 199.44 24.24 224 64 224v256c0 17.67 16.12 32 36 32h376c19.88 0 36-14.33 36-32V224c39.76 0 64-24.56 64-54.86C576 93.4 468 0 288 0z\"]\n};\nvar faBriefcase = {\n prefix: 'fas',\n iconName: 'briefcase',\n icon: [512, 512, [], \"f0b1\", \"M320 336c0 8.84-7.16 16-16 16h-96c-8.84 0-16-7.16-16-16v-48H0v144c0 25.6 22.4 48 48 48h416c25.6 0 48-22.4 48-48V288H320v48zm144-208h-80V80c0-25.6-22.4-48-48-48H176c-25.6 0-48 22.4-48 48v48H48c-25.6 0-48 22.4-48 48v80h512v-80c0-25.6-22.4-48-48-48zm-144 0H192V96h128v32z\"]\n};\nvar faBriefcaseMedical = {\n prefix: 'fas',\n iconName: 'briefcase-medical',\n icon: [512, 512, [], \"f469\", \"M464 128h-80V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v48H48c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48zM192 96h128v32H192V96zm160 248c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48z\"]\n};\nvar faBroadcastTower = {\n prefix: 'fas',\n iconName: 'broadcast-tower',\n icon: [640, 512, [], \"f519\", \"M150.94 192h33.73c11.01 0 18.61-10.83 14.86-21.18-4.93-13.58-7.55-27.98-7.55-42.82s2.62-29.24 7.55-42.82C203.29 74.83 195.68 64 184.67 64h-33.73c-7.01 0-13.46 4.49-15.41 11.23C130.64 92.21 128 109.88 128 128c0 18.12 2.64 35.79 7.54 52.76 1.94 6.74 8.39 11.24 15.4 11.24zM89.92 23.34C95.56 12.72 87.97 0 75.96 0H40.63c-6.27 0-12.14 3.59-14.74 9.31C9.4 45.54 0 85.65 0 128c0 24.75 3.12 68.33 26.69 118.86 2.62 5.63 8.42 9.14 14.61 9.14h34.84c12.02 0 19.61-12.74 13.95-23.37-49.78-93.32-16.71-178.15-.17-209.29zM614.06 9.29C611.46 3.58 605.6 0 599.33 0h-35.42c-11.98 0-19.66 12.66-14.02 23.25 18.27 34.29 48.42 119.42.28 209.23-5.72 10.68 1.8 23.52 13.91 23.52h35.23c6.27 0 12.13-3.58 14.73-9.29C630.57 210.48 640 170.36 640 128s-9.42-82.48-25.94-118.71zM489.06 64h-33.73c-11.01 0-18.61 10.83-14.86 21.18 4.93 13.58 7.55 27.98 7.55 42.82s-2.62 29.24-7.55 42.82c-3.76 10.35 3.85 21.18 14.86 21.18h33.73c7.02 0 13.46-4.49 15.41-11.24 4.9-16.97 7.53-34.64 7.53-52.76 0-18.12-2.64-35.79-7.54-52.76-1.94-6.75-8.39-11.24-15.4-11.24zm-116.3 100.12c7.05-10.29 11.2-22.71 11.2-36.12 0-35.35-28.63-64-63.96-64-35.32 0-63.96 28.65-63.96 64 0 13.41 4.15 25.83 11.2 36.12l-130.5 313.41c-3.4 8.15.46 17.52 8.61 20.92l29.51 12.31c8.15 3.4 17.52-.46 20.91-8.61L244.96 384h150.07l49.2 118.15c3.4 8.16 12.76 12.01 20.91 8.61l29.51-12.31c8.15-3.4 12-12.77 8.61-20.92l-130.5-313.41zM271.62 320L320 203.81 368.38 320h-96.76z\"]\n};\nvar faBroom = {\n prefix: 'fas',\n iconName: 'broom',\n icon: [640, 512, [], \"f51a\", \"M256.47 216.77l86.73 109.18s-16.6 102.36-76.57 150.12C206.66 523.85 0 510.19 0 510.19s3.8-23.14 11-55.43l94.62-112.17c3.97-4.7-.87-11.62-6.65-9.5l-60.4 22.09c14.44-41.66 32.72-80.04 54.6-97.47 59.97-47.76 163.3-40.94 163.3-40.94zM636.53 31.03l-19.86-25c-5.49-6.9-15.52-8.05-22.41-2.56l-232.48 177.8-34.14-42.97c-5.09-6.41-15.14-5.21-18.59 2.21l-25.33 54.55 86.73 109.18 58.8-12.45c8-1.69 11.42-11.2 6.34-17.6l-34.09-42.92 232.48-177.8c6.89-5.48 8.04-15.53 2.55-22.44z\"]\n};\nvar faBrush = {\n prefix: 'fas',\n iconName: 'brush',\n icon: [384, 512, [], \"f55d\", \"M352 0H32C14.33 0 0 14.33 0 32v224h384V32c0-17.67-14.33-32-32-32zM0 320c0 35.35 28.66 64 64 64h64v64c0 35.35 28.66 64 64 64s64-28.65 64-64v-64h64c35.34 0 64-28.65 64-64v-32H0v32zm192 104c13.25 0 24 10.74 24 24 0 13.25-10.75 24-24 24s-24-10.75-24-24c0-13.26 10.75-24 24-24z\"]\n};\nvar faBug = {\n prefix: 'fas',\n iconName: 'bug',\n icon: [512, 512, [], \"f188\", \"M511.988 288.9c-.478 17.43-15.217 31.1-32.653 31.1H424v16c0 21.864-4.882 42.584-13.6 61.145l60.228 60.228c12.496 12.497 12.496 32.758 0 45.255-12.498 12.497-32.759 12.496-45.256 0l-54.736-54.736C345.886 467.965 314.351 480 280 480V236c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v244c-34.351 0-65.886-12.035-90.636-32.108l-54.736 54.736c-12.498 12.497-32.759 12.496-45.256 0-12.496-12.497-12.496-32.758 0-45.255l60.228-60.228C92.882 378.584 88 357.864 88 336v-16H32.666C15.23 320 .491 306.33.013 288.9-.484 270.816 14.028 256 32 256h56v-58.745l-46.628-46.628c-12.496-12.497-12.496-32.758 0-45.255 12.498-12.497 32.758-12.497 45.256 0L141.255 160h229.489l54.627-54.627c12.498-12.497 32.758-12.497 45.256 0 12.496 12.497 12.496 32.758 0 45.255L424 197.255V256h56c17.972 0 32.484 14.816 31.988 32.9zM257 0c-61.856 0-112 50.144-112 112h224C369 50.144 318.856 0 257 0z\"]\n};\nvar faBuilding = {\n prefix: 'fas',\n iconName: 'building',\n icon: [448, 512, [], \"f1ad\", \"M436 480h-20V24c0-13.255-10.745-24-24-24H56C42.745 0 32 10.745 32 24v456H12c-6.627 0-12 5.373-12 12v20h448v-20c0-6.627-5.373-12-12-12zM128 76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76zm0 96c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40zm52 148h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12zm76 160h-64v-84c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v84zm64-172c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40z\"]\n};\nvar faBullhorn = {\n prefix: 'fas',\n iconName: 'bullhorn',\n icon: [576, 512, [], \"f0a1\", \"M576 240c0-23.63-12.95-44.04-32-55.12V32.01C544 23.26 537.02 0 512 0c-7.12 0-14.19 2.38-19.98 7.02l-85.03 68.03C364.28 109.19 310.66 128 256 128H64c-35.35 0-64 28.65-64 64v96c0 35.35 28.65 64 64 64h33.7c-1.39 10.48-2.18 21.14-2.18 32 0 39.77 9.26 77.35 25.56 110.94 5.19 10.69 16.52 17.06 28.4 17.06h74.28c26.05 0 41.69-29.84 25.9-50.56-16.4-21.52-26.15-48.36-26.15-77.44 0-11.11 1.62-21.79 4.41-32H256c54.66 0 108.28 18.81 150.98 52.95l85.03 68.03a32.023 32.023 0 0 0 19.98 7.02c24.92 0 32-22.78 32-32V295.13C563.05 284.04 576 263.63 576 240zm-96 141.42l-33.05-26.44C392.95 311.78 325.12 288 256 288v-96c69.12 0 136.95-23.78 190.95-66.98L480 98.58v282.84z\"]\n};\nvar faBullseye = {\n prefix: 'fas',\n iconName: 'bullseye',\n icon: [496, 512, [], \"f140\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z\"]\n};\nvar faBurn = {\n prefix: 'fas',\n iconName: 'burn',\n icon: [384, 512, [], \"f46a\", \"M192 0C79.7 101.3 0 220.9 0 300.5 0 425 79 512 192 512s192-87 192-211.5c0-79.9-80.2-199.6-192-300.5zm0 448c-56.5 0-96-39-96-94.8 0-13.5 4.6-61.5 96-161.2 91.4 99.7 96 147.7 96 161.2 0 55.8-39.5 94.8-96 94.8z\"]\n};\nvar faBus = {\n prefix: 'fas',\n iconName: 'bus',\n icon: [512, 512, [], \"f207\", \"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faBusAlt = {\n prefix: 'fas',\n iconName: 'bus-alt',\n icon: [512, 512, [], \"f55e\", \"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM160 72c0-4.42 3.58-8 8-8h176c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H168c-4.42 0-8-3.58-8-8V72zm-48 328c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm128-112H128c-17.67 0-32-14.33-32-32v-96c0-17.67 14.33-32 32-32h112v160zm32 0V128h112c17.67 0 32 14.33 32 32v96c0 17.67-14.33 32-32 32H272zm128 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faBusinessTime = {\n prefix: 'fas',\n iconName: 'business-time',\n icon: [640, 512, [], \"f64a\", \"M496 224c-79.59 0-144 64.41-144 144s64.41 144 144 144 144-64.41 144-144-64.41-144-144-144zm64 150.29c0 5.34-4.37 9.71-9.71 9.71h-60.57c-5.34 0-9.71-4.37-9.71-9.71v-76.57c0-5.34 4.37-9.71 9.71-9.71h12.57c5.34 0 9.71 4.37 9.71 9.71V352h38.29c5.34 0 9.71 4.37 9.71 9.71v12.58zM496 192c5.4 0 10.72.33 16 .81V144c0-25.6-22.4-48-48-48h-80V48c0-25.6-22.4-48-48-48H176c-25.6 0-48 22.4-48 48v48H48c-25.6 0-48 22.4-48 48v80h395.12c28.6-20.09 63.35-32 100.88-32zM320 96H192V64h128v32zm6.82 224H208c-8.84 0-16-7.16-16-16v-48H0v144c0 25.6 22.4 48 48 48h291.43C327.1 423.96 320 396.82 320 368c0-16.66 2.48-32.72 6.82-48z\"]\n};\nvar faCalculator = {\n prefix: 'fas',\n iconName: 'calculator',\n icon: [448, 512, [], \"f1ec\", \"M400 0H48C22.4 0 0 22.4 0 48v416c0 25.6 22.4 48 48 48h352c25.6 0 48-22.4 48-48V48c0-25.6-22.4-48-48-48zM128 435.2c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8V268.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v166.4zm0-256c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8V76.8C64 70.4 70.4 64 76.8 64h294.4c6.4 0 12.8 6.4 12.8 12.8v102.4z\"]\n};\nvar faCalendar = {\n prefix: 'fas',\n iconName: 'calendar',\n icon: [448, 512, [], \"f133\", \"M12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm436-44v-36c0-26.5-21.5-48-48-48h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v36c0 6.6 5.4 12 12 12h424c6.6 0 12-5.4 12-12z\"]\n};\nvar faCalendarAlt = {\n prefix: 'fas',\n iconName: 'calendar-alt',\n icon: [448, 512, [], \"f073\", \"M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm320-196c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM192 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM64 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z\"]\n};\nvar faCalendarCheck = {\n prefix: 'fas',\n iconName: 'calendar-check',\n icon: [448, 512, [], \"f274\", \"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"]\n};\nvar faCalendarDay = {\n prefix: 'fas',\n iconName: 'calendar-day',\n icon: [448, 512, [], \"f783\", \"M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm64-192c0-8.8 7.2-16 16-16h96c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-96zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z\"]\n};\nvar faCalendarMinus = {\n prefix: 'fas',\n iconName: 'calendar-minus',\n icon: [448, 512, [], \"f272\", \"M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm304 192c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12H132c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h184z\"]\n};\nvar faCalendarPlus = {\n prefix: 'fas',\n iconName: 'calendar-plus',\n icon: [448, 512, [], \"f271\", \"M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm316 140c0-6.6-5.4-12-12-12h-60v-60c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v60h-60c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h60v60c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-60h60c6.6 0 12-5.4 12-12v-40z\"]\n};\nvar faCalendarTimes = {\n prefix: 'fas',\n iconName: 'calendar-times',\n icon: [448, 512, [], \"f273\", \"M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm257.3 160l48.1-48.1c4.7-4.7 4.7-12.3 0-17l-28.3-28.3c-4.7-4.7-12.3-4.7-17 0L224 306.7l-48.1-48.1c-4.7-4.7-12.3-4.7-17 0l-28.3 28.3c-4.7 4.7-4.7 12.3 0 17l48.1 48.1-48.1 48.1c-4.7 4.7-4.7 12.3 0 17l28.3 28.3c4.7 4.7 12.3 4.7 17 0l48.1-48.1 48.1 48.1c4.7 4.7 12.3 4.7 17 0l28.3-28.3c4.7-4.7 4.7-12.3 0-17L269.3 352z\"]\n};\nvar faCalendarWeek = {\n prefix: 'fas',\n iconName: 'calendar-week',\n icon: [448, 512, [], \"f784\", \"M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm64-192c0-8.8 7.2-16 16-16h288c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-64zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z\"]\n};\nvar faCamera = {\n prefix: 'fas',\n iconName: 'camera',\n icon: [512, 512, [], \"f030\", \"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"]\n};\nvar faCameraRetro = {\n prefix: 'fas',\n iconName: 'camera-retro',\n icon: [512, 512, [], \"f083\", \"M48 32C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48H48zm0 32h106c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H38c-3.3 0-6-2.7-6-6V80c0-8.8 7.2-16 16-16zm426 96H38c-3.3 0-6-2.7-6-6v-36c0-3.3 2.7-6 6-6h138l30.2-45.3c1.1-1.7 3-2.7 5-2.7H464c8.8 0 16 7.2 16 16v74c0 3.3-2.7 6-6 6zM256 424c-66.2 0-120-53.8-120-120s53.8-120 120-120 120 53.8 120 120-53.8 120-120 120zm0-208c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88zm-48 104c-8.8 0-16-7.2-16-16 0-35.3 28.7-64 64-64 8.8 0 16 7.2 16 16s-7.2 16-16 16c-17.6 0-32 14.4-32 32 0 8.8-7.2 16-16 16z\"]\n};\nvar faCampground = {\n prefix: 'fas',\n iconName: 'campground',\n icon: [640, 512, [], \"f6bb\", \"M624 448h-24.68L359.54 117.75l53.41-73.55c5.19-7.15 3.61-17.16-3.54-22.35l-25.9-18.79c-7.15-5.19-17.15-3.61-22.35 3.55L320 63.3 278.83 6.6c-5.19-7.15-15.2-8.74-22.35-3.55l-25.88 18.8c-7.15 5.19-8.74 15.2-3.54 22.35l53.41 73.55L40.68 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM320 288l116.36 160H203.64L320 288z\"]\n};\nvar faCandyCane = {\n prefix: 'fas',\n iconName: 'candy-cane',\n icon: [512, 512, [], \"f786\", \"M497.5 92C469.6 33.1 411.8 0 352.4 0c-27.9 0-56.2 7.3-81.8 22.6L243.1 39c-15.2 9.1-20.1 28.7-11 43.9l32.8 54.9c6 10 16.6 15.6 27.5 15.6 5.6 0 11.2-1.5 16.4-4.5l27.5-16.4c5.1-3.1 10.8-4.5 16.4-4.5 10.9 0 21.5 5.6 27.5 15.6 9.1 15.1 4.1 34.8-11 43.9L15.6 397.6c-15.2 9.1-20.1 28.7-11 43.9l32.8 54.9c6 10 16.6 15.6 27.5 15.6 5.6 0 11.2-1.5 16.4-4.5L428.6 301c71.7-42.9 104.6-133.5 68.9-209zm-177.7 13l-2.5 1.5L296.8 45c9.7-4.7 19.8-8.1 30.3-10.2l20.6 61.8c-9.8.8-19.4 3.3-27.9 8.4zM145.9 431.8l-60.5-38.5 30.8-18.3 60.5 38.5-30.8 18.3zm107.5-63.9l-60.5-38.5 30.8-18.3 60.5 38.5-30.8 18.3zM364.3 302l-60.5-38.5 30.8-18.3 60.5 38.5-30.8 18.3zm20.4-197.3l46-46c8.4 6.5 16 14.1 22.6 22.6L407.6 127c-5.7-9.3-13.7-16.9-22.9-22.3zm82.1 107.8l-59.5-19.8c3.2-5.3 5.8-10.9 7.4-17.1 1.1-4.5 1.7-9.1 1.8-13.6l60.4 20.1c-2.1 10.4-5.5 20.6-10.1 30.4z\"]\n};\nvar faCannabis = {\n prefix: 'fas',\n iconName: 'cannabis',\n icon: [512, 512, [], \"f55f\", \"M503.47 360.25c-1.56-.82-32.39-16.89-76.78-25.81 64.25-75.12 84.05-161.67 84.93-165.64 1.18-5.33-.44-10.9-4.3-14.77-3.03-3.04-7.12-4.7-11.32-4.7-1.14 0-2.29.12-3.44.38-3.88.85-86.54 19.59-160.58 79.76.01-1.46.01-2.93.01-4.4 0-118.79-59.98-213.72-62.53-217.7A15.973 15.973 0 0 0 256 0c-5.45 0-10.53 2.78-13.47 7.37-2.55 3.98-62.53 98.91-62.53 217.7 0 1.47.01 2.94.01 4.4-74.03-60.16-156.69-78.9-160.58-79.76-1.14-.25-2.29-.38-3.44-.38-4.2 0-8.29 1.66-11.32 4.7A15.986 15.986 0 0 0 .38 168.8c.88 3.97 20.68 90.52 84.93 165.64-44.39 8.92-75.21 24.99-76.78 25.81a16.003 16.003 0 0 0-.02 28.29c2.45 1.29 60.76 31.72 133.49 31.72 6.14 0 11.96-.1 17.5-.31-11.37 22.23-16.52 38.31-16.81 39.22-1.8 5.68-.29 11.89 3.91 16.11a16.019 16.019 0 0 0 16.1 3.99c1.83-.57 37.72-11.99 77.3-39.29V504c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8v-64.01c39.58 27.3 75.47 38.71 77.3 39.29a16.019 16.019 0 0 0 16.1-3.99c4.2-4.22 5.71-10.43 3.91-16.11-.29-.91-5.45-16.99-16.81-39.22 5.54.21 11.37.31 17.5.31 72.72 0 131.04-30.43 133.49-31.72 5.24-2.78 8.52-8.22 8.51-14.15-.01-5.94-3.29-11.39-8.53-14.15z\"]\n};\nvar faCapsules = {\n prefix: 'fas',\n iconName: 'capsules',\n icon: [576, 512, [], \"f46b\", \"M555.3 300.1L424.2 112.8C401.9 81 366.4 64 330.4 64c-22.6 0-45.5 6.7-65.5 20.7-19.7 13.8-33.7 32.8-41.5 53.8C220.5 79.2 172 32 112 32 50.1 32 0 82.1 0 144v224c0 61.9 50.1 112 112 112s112-50.1 112-112V218.9c3.3 8.6 7.3 17.1 12.8 25L368 431.2c22.2 31.8 57.7 48.8 93.8 48.8 22.7 0 45.5-6.7 65.5-20.7 51.7-36.2 64.2-107.5 28-159.2zM160 256H64V144c0-26.5 21.5-48 48-48s48 21.5 48 48v112zm194.8 44.9l-65.6-93.7c-7.7-11-10.7-24.4-8.3-37.6 2.3-13.2 9.7-24.8 20.7-32.5 8.5-6 18.5-9.1 28.8-9.1 16.5 0 31.9 8 41.3 21.5l65.6 93.7-82.5 57.7z\"]\n};\nvar faCar = {\n prefix: 'fas',\n iconName: 'car',\n icon: [512, 512, [], \"f1b9\", \"M499.99 176h-59.87l-16.64-41.6C406.38 91.63 365.57 64 319.5 64h-127c-46.06 0-86.88 27.63-103.99 70.4L71.87 176H12.01C4.2 176-1.53 183.34.37 190.91l6 24C7.7 220.25 12.5 224 18.01 224h20.07C24.65 235.73 16 252.78 16 272v48c0 16.12 6.16 30.67 16 41.93V416c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-54.07c9.84-11.25 16-25.8 16-41.93v-48c0-19.22-8.65-36.27-22.07-48H494c5.51 0 10.31-3.75 11.64-9.09l6-24c1.89-7.57-3.84-14.91-11.65-14.91zm-352.06-17.83c7.29-18.22 24.94-30.17 44.57-30.17h127c19.63 0 37.28 11.95 44.57 30.17L384 208H128l19.93-49.83zM96 319.8c-19.2 0-32-12.76-32-31.9S76.8 256 96 256s48 28.71 48 47.85-28.8 15.95-48 15.95zm320 0c-19.2 0-48 3.19-48-15.95S396.8 256 416 256s32 12.76 32 31.9-12.8 31.9-32 31.9z\"]\n};\nvar faCarAlt = {\n prefix: 'fas',\n iconName: 'car-alt',\n icon: [480, 512, [], \"f5de\", \"M438.66 212.33l-11.24-28.1-19.93-49.83C390.38 91.63 349.57 64 303.5 64h-127c-46.06 0-86.88 27.63-103.99 70.4l-19.93 49.83-11.24 28.1C17.22 221.5 0 244.66 0 272v48c0 16.12 6.16 30.67 16 41.93V416c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-54.07c9.84-11.25 16-25.8 16-41.93v-48c0-27.34-17.22-50.5-41.34-59.67zm-306.73-54.16c7.29-18.22 24.94-30.17 44.57-30.17h127c19.63 0 37.28 11.95 44.57 30.17L368 208H112l19.93-49.83zM80 319.8c-19.2 0-32-12.76-32-31.9S60.8 256 80 256s48 28.71 48 47.85-28.8 15.95-48 15.95zm320 0c-19.2 0-48 3.19-48-15.95S380.8 256 400 256s32 12.76 32 31.9-12.8 31.9-32 31.9z\"]\n};\nvar faCarBattery = {\n prefix: 'fas',\n iconName: 'car-battery',\n icon: [512, 512, [], \"f5df\", \"M480 128h-32V80c0-8.84-7.16-16-16-16h-96c-8.84 0-16 7.16-16 16v48H192V80c0-8.84-7.16-16-16-16H80c-8.84 0-16 7.16-16 16v48H32c-17.67 0-32 14.33-32 32v256c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32V160c0-17.67-14.33-32-32-32zM192 264c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16zm256 0c0 4.42-3.58 8-8 8h-40v40c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-40h-40c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h40v-40c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v40h40c4.42 0 8 3.58 8 8v16z\"]\n};\nvar faCarCrash = {\n prefix: 'fas',\n iconName: 'car-crash',\n icon: [640, 512, [], \"f5e1\", \"M143.25 220.81l-12.42 46.37c-3.01 11.25-3.63 22.89-2.41 34.39l-35.2 28.98c-6.57 5.41-16.31-.43-14.62-8.77l15.44-76.68c1.06-5.26-2.66-10.28-8-10.79l-77.86-7.55c-8.47-.82-11.23-11.83-4.14-16.54l65.15-43.3c4.46-2.97 5.38-9.15 1.98-13.29L21.46 93.22c-5.41-6.57.43-16.3 8.78-14.62l76.68 15.44c5.26 1.06 10.28-2.66 10.8-8l7.55-77.86c.82-8.48 11.83-11.23 16.55-4.14l43.3 65.14c2.97 4.46 9.15 5.38 13.29 1.98l60.4-49.71c6.57-5.41 16.3.43 14.62 8.77L262.1 86.38c-2.71 3.05-5.43 6.09-7.91 9.4l-32.15 42.97-10.71 14.32c-32.73 8.76-59.18 34.53-68.08 67.74zm494.57 132.51l-12.42 46.36c-3.13 11.68-9.38 21.61-17.55 29.36a66.876 66.876 0 0 1-8.76 7l-13.99 52.23c-1.14 4.27-3.1 8.1-5.65 11.38-7.67 9.84-20.74 14.68-33.54 11.25L515 502.62c-17.07-4.57-27.2-22.12-22.63-39.19l8.28-30.91-247.28-66.26-8.28 30.91c-4.57 17.07-22.12 27.2-39.19 22.63l-30.91-8.28c-12.8-3.43-21.7-14.16-23.42-26.51-.57-4.12-.35-8.42.79-12.68l13.99-52.23a66.62 66.62 0 0 1-4.09-10.45c-3.2-10.79-3.65-22.52-.52-34.2l12.42-46.37c5.31-19.8 19.36-34.83 36.89-42.21a64.336 64.336 0 0 1 18.49-4.72l18.13-24.23 32.15-42.97c3.45-4.61 7.19-8.9 11.2-12.84 8-7.89 17.03-14.44 26.74-19.51 4.86-2.54 9.89-4.71 15.05-6.49 10.33-3.58 21.19-5.63 32.24-6.04 11.05-.41 22.31.82 33.43 3.8l122.68 32.87c11.12 2.98 21.48 7.54 30.85 13.43a111.11 111.11 0 0 1 34.69 34.5c8.82 13.88 14.64 29.84 16.68 46.99l6.36 53.29 3.59 30.05a64.49 64.49 0 0 1 22.74 29.93c4.39 11.88 5.29 25.19 1.75 38.39zM255.58 234.34c-18.55-4.97-34.21 4.04-39.17 22.53-4.96 18.49 4.11 34.12 22.65 39.09 18.55 4.97 45.54 15.51 50.49-2.98 4.96-18.49-15.43-53.67-33.97-58.64zm290.61 28.17l-6.36-53.29c-.58-4.87-1.89-9.53-3.82-13.86-5.8-12.99-17.2-23.01-31.42-26.82l-122.68-32.87a48.008 48.008 0 0 0-50.86 17.61l-32.15 42.97 172 46.08 75.29 20.18zm18.49 54.65c-18.55-4.97-53.8 15.31-58.75 33.79-4.95 18.49 23.69 22.86 42.24 27.83 18.55 4.97 34.21-4.04 39.17-22.53 4.95-18.48-4.11-34.12-22.66-39.09z\"]\n};\nvar faCarSide = {\n prefix: 'fas',\n iconName: 'car-side',\n icon: [640, 512, [], \"f5e4\", \"M544 192h-16L419.22 56.02A64.025 64.025 0 0 0 369.24 32H155.33c-26.17 0-49.7 15.93-59.42 40.23L48 194.26C20.44 201.4 0 226.21 0 256v112c0 8.84 7.16 16 16 16h48c0 53.02 42.98 96 96 96s96-42.98 96-96h128c0 53.02 42.98 96 96 96s96-42.98 96-96h48c8.84 0 16-7.16 16-16v-80c0-53.02-42.98-96-96-96zM160 432c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48zm72-240H116.93l38.4-96H232v96zm48 0V96h89.24l76.8 96H280zm200 240c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48z\"]\n};\nvar faCaretDown = {\n prefix: 'fas',\n iconName: 'caret-down',\n icon: [320, 512, [], \"f0d7\", \"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"]\n};\nvar faCaretLeft = {\n prefix: 'fas',\n iconName: 'caret-left',\n icon: [192, 512, [], \"f0d9\", \"M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z\"]\n};\nvar faCaretRight = {\n prefix: 'fas',\n iconName: 'caret-right',\n icon: [192, 512, [], \"f0da\", \"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z\"]\n};\nvar faCaretSquareDown = {\n prefix: 'fas',\n iconName: 'caret-square-down',\n icon: [448, 512, [], \"f150\", \"M448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM92.5 220.5l123 123c4.7 4.7 12.3 4.7 17 0l123-123c7.6-7.6 2.2-20.5-8.5-20.5H101c-10.7 0-16.1 12.9-8.5 20.5z\"]\n};\nvar faCaretSquareLeft = {\n prefix: 'fas',\n iconName: 'caret-square-left',\n icon: [448, 512, [], \"f191\", \"M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zM259.515 124.485l-123.03 123.03c-4.686 4.686-4.686 12.284 0 16.971l123.029 123.029c7.56 7.56 20.485 2.206 20.485-8.485V132.971c.001-10.691-12.925-16.045-20.484-8.486z\"]\n};\nvar faCaretSquareRight = {\n prefix: 'fas',\n iconName: 'caret-square-right',\n icon: [448, 512, [], \"f152\", \"M48 32h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48zm140.485 355.515l123.029-123.029c4.686-4.686 4.686-12.284 0-16.971l-123.029-123.03c-7.56-7.56-20.485-2.206-20.485 8.485v246.059c0 10.691 12.926 16.045 20.485 8.486z\"]\n};\nvar faCaretSquareUp = {\n prefix: 'fas',\n iconName: 'caret-square-up',\n icon: [448, 512, [], \"f151\", \"M0 432V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48zm355.515-140.485l-123.03-123.03c-4.686-4.686-12.284-4.686-16.971 0L92.485 291.515c-7.56 7.56-2.206 20.485 8.485 20.485h246.059c10.691 0 16.045-12.926 8.486-20.485z\"]\n};\nvar faCaretUp = {\n prefix: 'fas',\n iconName: 'caret-up',\n icon: [320, 512, [], \"f0d8\", \"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"]\n};\nvar faCarrot = {\n prefix: 'fas',\n iconName: 'carrot',\n icon: [512, 512, [], \"f787\", \"M298.2 156.6c-52.7-25.7-114.5-10.5-150.2 32.8l55.2 55.2c6.3 6.3 6.3 16.4 0 22.6-3.1 3.1-7.2 4.7-11.3 4.7s-8.2-1.6-11.3-4.7L130.4 217 2.3 479.7c-2.9 6-3.1 13.3 0 19.7 5.4 11.1 18.9 15.7 30 10.3l133.6-65.2-49.2-49.2c-6.3-6.2-6.3-16.4 0-22.6 6.3-6.2 16.4-6.2 22.6 0l57 57 102-49.8c24-11.7 44.5-31.3 57.1-57.1 30.1-61.7 4.5-136.1-57.2-166.2zm92.1-34.9C409.8 81 399.7 32.9 360 0c-50.3 41.7-52.5 107.5-7.9 151.9l8 8c44.4 44.6 110.3 42.4 151.9-7.9-32.9-39.7-81-49.8-121.7-30.3z\"]\n};\nvar faCartArrowDown = {\n prefix: 'fas',\n iconName: 'cart-arrow-down',\n icon: [576, 512, [], \"f218\", \"M504.717 320H211.572l6.545 32h268.418c15.401 0 26.816 14.301 23.403 29.319l-5.517 24.276C523.112 414.668 536 433.828 536 456c0 31.202-25.519 56.444-56.824 55.994-29.823-.429-54.35-24.631-55.155-54.447-.44-16.287 6.085-31.049 16.803-41.548H231.176C241.553 426.165 248 440.326 248 456c0 31.813-26.528 57.431-58.67 55.938-28.54-1.325-51.751-24.385-53.251-52.917-1.158-22.034 10.436-41.455 28.051-51.586L93.883 64H24C10.745 64 0 53.255 0 40V24C0 10.745 10.745 0 24 0h102.529c11.401 0 21.228 8.021 23.513 19.19L159.208 64H551.99c15.401 0 26.816 14.301 23.403 29.319l-47.273 208C525.637 312.246 515.923 320 504.717 320zM403.029 192H360v-60c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v60h-43.029c-10.691 0-16.045 12.926-8.485 20.485l67.029 67.029c4.686 4.686 12.284 4.686 16.971 0l67.029-67.029c7.559-7.559 2.205-20.485-8.486-20.485z\"]\n};\nvar faCartPlus = {\n prefix: 'fas',\n iconName: 'cart-plus',\n icon: [576, 512, [], \"f217\", \"M504.717 320H211.572l6.545 32h268.418c15.401 0 26.816 14.301 23.403 29.319l-5.517 24.276C523.112 414.668 536 433.828 536 456c0 31.202-25.519 56.444-56.824 55.994-29.823-.429-54.35-24.631-55.155-54.447-.44-16.287 6.085-31.049 16.803-41.548H231.176C241.553 426.165 248 440.326 248 456c0 31.813-26.528 57.431-58.67 55.938-28.54-1.325-51.751-24.385-53.251-52.917-1.158-22.034 10.436-41.455 28.051-51.586L93.883 64H24C10.745 64 0 53.255 0 40V24C0 10.745 10.745 0 24 0h102.529c11.401 0 21.228 8.021 23.513 19.19L159.208 64H551.99c15.401 0 26.816 14.301 23.403 29.319l-47.273 208C525.637 312.246 515.923 320 504.717 320zM408 168h-48v-40c0-8.837-7.163-16-16-16h-16c-8.837 0-16 7.163-16 16v40h-48c-8.837 0-16 7.163-16 16v16c0 8.837 7.163 16 16 16h48v40c0 8.837 7.163 16 16 16h16c8.837 0 16-7.163 16-16v-40h48c8.837 0 16-7.163 16-16v-16c0-8.837-7.163-16-16-16z\"]\n};\nvar faCashRegister = {\n prefix: 'fas',\n iconName: 'cash-register',\n icon: [512, 512, [], \"f788\", \"M511.1 378.8l-26.7-160c-2.6-15.4-15.9-26.7-31.6-26.7H208v-64h96c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h96v64H59.1c-15.6 0-29 11.3-31.6 26.7L.8 378.7c-.6 3.5-.9 7-.9 10.5V480c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32v-90.7c.1-3.5-.2-7-.8-10.5zM280 248c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16zm-32 64h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16zm-32-80c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16zM80 80V48h192v32H80zm40 200h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16zm16 64v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16zm216 112c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h176c4.4 0 8 3.6 8 8v16zm24-112c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16zm48-80c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16z\"]\n};\nvar faCat = {\n prefix: 'fas',\n iconName: 'cat',\n icon: [512, 512, [], \"f6be\", \"M290.59 192c-20.18 0-106.82 1.98-162.59 85.95V192c0-52.94-43.06-96-96-96-17.67 0-32 14.33-32 32s14.33 32 32 32c17.64 0 32 14.36 32 32v256c0 35.3 28.7 64 64 64h176c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-32l128-96v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V289.86c-10.29 2.67-20.89 4.54-32 4.54-61.81 0-113.52-44.05-125.41-102.4zM448 96h-64l-64-64v134.4c0 53.02 42.98 96 96 96s96-42.98 96-96V32l-64 64zm-72 80c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm80 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z\"]\n};\nvar faCertificate = {\n prefix: 'fas',\n iconName: 'certificate',\n icon: [512, 512, [], \"f0a3\", \"M458.622 255.92l45.985-45.005c13.708-12.977 7.316-36.039-10.664-40.339l-62.65-15.99 17.661-62.015c4.991-17.838-11.829-34.663-29.661-29.671l-61.994 17.667-15.984-62.671C337.085.197 313.765-6.276 300.99 7.228L256 53.57 211.011 7.229c-12.63-13.351-36.047-7.234-40.325 10.668l-15.984 62.671-61.995-17.667C74.87 57.907 58.056 74.738 63.046 92.572l17.661 62.015-62.65 15.99C.069 174.878-6.31 197.944 7.392 210.915l45.985 45.005-45.985 45.004c-13.708 12.977-7.316 36.039 10.664 40.339l62.65 15.99-17.661 62.015c-4.991 17.838 11.829 34.663 29.661 29.671l61.994-17.667 15.984 62.671c4.439 18.575 27.696 24.018 40.325 10.668L256 458.61l44.989 46.001c12.5 13.488 35.987 7.486 40.325-10.668l15.984-62.671 61.994 17.667c17.836 4.994 34.651-11.837 29.661-29.671l-17.661-62.015 62.65-15.99c17.987-4.302 24.366-27.367 10.664-40.339l-45.984-45.004z\"]\n};\nvar faChair = {\n prefix: 'fas',\n iconName: 'chair',\n icon: [448, 512, [], \"f6c0\", \"M112 128c0-29.5 16.2-55 40-68.9V256h48V48h48v208h48V59.1c23.8 13.9 40 39.4 40 68.9v128h48V128C384 57.3 326.7 0 256 0h-64C121.3 0 64 57.3 64 128v128h48zm334.3 213.9l-10.7-32c-4.4-13.1-16.6-21.9-30.4-21.9H42.7c-13.8 0-26 8.8-30.4 21.9l-10.7 32C-5.2 362.6 10.2 384 32 384v112c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V384h256v112c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V384c21.8 0 37.2-21.4 30.3-42.1z\"]\n};\nvar faChalkboard = {\n prefix: 'fas',\n iconName: 'chalkboard',\n icon: [640, 512, [], \"f51b\", \"M96 64h448v352h64V40c0-22.06-17.94-40-40-40H72C49.94 0 32 17.94 32 40v376h64V64zm528 384H480v-64H288v64H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faChalkboardTeacher = {\n prefix: 'fas',\n iconName: 'chalkboard-teacher',\n icon: [640, 512, [], \"f51c\", \"M208 352c-2.39 0-4.78.35-7.06 1.09C187.98 357.3 174.35 360 160 360c-14.35 0-27.98-2.7-40.95-6.91-2.28-.74-4.66-1.09-7.05-1.09C49.94 352-.33 402.48 0 464.62.14 490.88 21.73 512 48 512h224c26.27 0 47.86-21.12 48-47.38.33-62.14-49.94-112.62-112-112.62zm-48-32c53.02 0 96-42.98 96-96s-42.98-96-96-96-96 42.98-96 96 42.98 96 96 96zM592 0H208c-26.47 0-48 22.25-48 49.59V96c23.42 0 45.1 6.78 64 17.8V64h352v288h-64v-64H384v64h-76.24c19.1 16.69 33.12 38.73 39.69 64H592c26.47 0 48-22.25 48-49.59V49.59C640 22.25 618.47 0 592 0z\"]\n};\nvar faChargingStation = {\n prefix: 'fas',\n iconName: 'charging-station',\n icon: [576, 512, [], \"f5e7\", \"M336 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h320c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm208-320V80c0-8.84-7.16-16-16-16s-16 7.16-16 16v48h-32V80c0-8.84-7.16-16-16-16s-16 7.16-16 16v48h-16c-8.84 0-16 7.16-16 16v32c0 35.76 23.62 65.69 56 75.93v118.49c0 13.95-9.5 26.92-23.26 29.19C431.22 402.5 416 388.99 416 372v-28c0-48.6-39.4-88-88-88h-8V64c0-35.35-28.65-64-64-64H96C60.65 0 32 28.65 32 64v352h288V304h8c22.09 0 40 17.91 40 40v24.61c0 39.67 28.92 75.16 68.41 79.01C481.71 452.05 520 416.41 520 372V251.93c32.38-10.24 56-40.17 56-75.93v-32c0-8.84-7.16-16-16-16h-16zm-283.91 47.76l-93.7 139c-2.2 3.33-6.21 5.24-10.39 5.24-7.67 0-13.47-6.28-11.67-12.92L167.35 224H108c-7.25 0-12.85-5.59-11.89-11.89l16-107C112.9 99.9 117.98 96 124 96h68c7.88 0 13.62 6.54 11.6 13.21L192 160h57.7c9.24 0 15.01 8.78 10.39 15.76z\"]\n};\nvar faChartArea = {\n prefix: 'fas',\n iconName: 'chart-area',\n icon: [512, 512, [], \"f1fe\", \"M500 384c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v308h436zM372.7 159.5L288 216l-85.3-113.7c-5.1-6.8-15.5-6.3-19.9 1L96 248v104h384l-89.9-187.8c-3.2-6.5-11.4-8.7-17.4-4.7z\"]\n};\nvar faChartBar = {\n prefix: 'fas',\n iconName: 'chart-bar',\n icon: [512, 512, [], \"f080\", \"M332.8 320h38.4c6.4 0 12.8-6.4 12.8-12.8V172.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h38.4c6.4 0 12.8-6.4 12.8-12.8V76.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-288 0h38.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h38.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zM496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faChartLine = {\n prefix: 'fas',\n iconName: 'chart-line',\n icon: [512, 512, [], \"f201\", \"M496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM464 96H345.94c-21.38 0-32.09 25.85-16.97 40.97l32.4 32.4L288 242.75l-73.37-73.37c-12.5-12.5-32.76-12.5-45.25 0l-68.69 68.69c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L192 237.25l73.37 73.37c12.5 12.5 32.76 12.5 45.25 0l96-96 32.4 32.4c15.12 15.12 40.97 4.41 40.97-16.97V112c.01-8.84-7.15-16-15.99-16z\"]\n};\nvar faChartPie = {\n prefix: 'fas',\n iconName: 'chart-pie',\n icon: [544, 512, [], \"f200\", \"M527.79 288H290.5l158.03 158.03c6.04 6.04 15.98 6.53 22.19.68 38.7-36.46 65.32-85.61 73.13-140.86 1.34-9.46-6.51-17.85-16.06-17.85zm-15.83-64.8C503.72 103.74 408.26 8.28 288.8.04 279.68-.59 272 7.1 272 16.24V240h223.77c9.14 0 16.82-7.68 16.19-16.8zM224 288V50.71c0-9.55-8.39-17.4-17.84-16.06C86.99 51.49-4.1 155.6.14 280.37 4.5 408.51 114.83 513.59 243.03 511.98c50.4-.63 96.97-16.87 135.26-44.03 7.9-5.6 8.42-17.23 1.57-24.08L224 288z\"]\n};\nvar faCheck = {\n prefix: 'fas',\n iconName: 'check',\n icon: [512, 512, [], \"f00c\", \"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"]\n};\nvar faCheckCircle = {\n prefix: 'fas',\n iconName: 'check-circle',\n icon: [512, 512, [], \"f058\", \"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"]\n};\nvar faCheckDouble = {\n prefix: 'fas',\n iconName: 'check-double',\n icon: [512, 512, [], \"f560\", \"M505 174.8l-39.6-39.6c-9.4-9.4-24.6-9.4-33.9 0L192 374.7 80.6 263.2c-9.4-9.4-24.6-9.4-33.9 0L7 302.9c-9.4 9.4-9.4 24.6 0 34L175 505c9.4 9.4 24.6 9.4 33.9 0l296-296.2c9.4-9.5 9.4-24.7.1-34zm-324.3 106c6.2 6.3 16.4 6.3 22.6 0l208-208.2c6.2-6.3 6.2-16.4 0-22.6L366.1 4.7c-6.2-6.3-16.4-6.3-22.6 0L192 156.2l-55.4-55.5c-6.2-6.3-16.4-6.3-22.6 0L68.7 146c-6.2 6.3-6.2 16.4 0 22.6l112 112.2z\"]\n};\nvar faCheckSquare = {\n prefix: 'fas',\n iconName: 'check-square',\n icon: [448, 512, [], \"f14a\", \"M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zm-204.686-98.059l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L184 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.379 6.25 22.628.001z\"]\n};\nvar faCheese = {\n prefix: 'fas',\n iconName: 'cheese',\n icon: [512, 512, [], \"f7ef\", \"M0 288v160a32 32 0 0 0 32 32h448a32 32 0 0 0 32-32V288zM299.83 32a32 32 0 0 0-21.13 7L0 256h512c0-119.89-94-217.8-212.17-224z\"]\n};\nvar faChess = {\n prefix: 'fas',\n iconName: 'chess',\n icon: [512, 512, [], \"f439\", \"M74 208H64a16 16 0 0 0-16 16v16a16 16 0 0 0 16 16h15.94A535.78 535.78 0 0 1 64 384h128a535.78 535.78 0 0 1-15.94-128H192a16 16 0 0 0 16-16v-16a16 16 0 0 0-16-16h-10l33.89-90.38a16 16 0 0 0-15-21.62H144V64h24a8 8 0 0 0 8-8V40a8 8 0 0 0-8-8h-24V8a8 8 0 0 0-8-8h-16a8 8 0 0 0-8 8v24H88a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h24v32H55.09a16 16 0 0 0-15 21.62zm173.16 251.58L224 448v-16a16 16 0 0 0-16-16H48a16 16 0 0 0-16 16v16L8.85 459.58A16 16 0 0 0 0 473.89V496a16 16 0 0 0 16 16h224a16 16 0 0 0 16-16v-22.11a16 16 0 0 0-8.84-14.31zm92.77-157.78l-3.29 82.2h126.72l-3.29-82.21 24.6-20.79A32 32 0 0 0 496 256.54V198a6 6 0 0 0-6-6h-26.38a6 6 0 0 0-6 6v26h-24.71v-26a6 6 0 0 0-6-6H373.1a6 6 0 0 0-6 6v26h-24.71v-26a6 6 0 0 0-6-6H310a6 6 0 0 0-6 6v58.6a32 32 0 0 0 11.36 24.4zM384 304a16 16 0 0 1 32 0v32h-32zm119.16 155.58L480 448v-16a16 16 0 0 0-16-16H336a16 16 0 0 0-16 16v16l-23.15 11.58a16 16 0 0 0-8.85 14.31V496a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-22.11a16 16 0 0 0-8.84-14.31z\"]\n};\nvar faChessBishop = {\n prefix: 'fas',\n iconName: 'chess-bishop',\n icon: [320, 512, [], \"f43a\", \"M8 287.88c0 51.64 22.14 73.83 56 84.6V416h192v-43.52c33.86-10.77 56-33 56-84.6 0-30.61-10.73-67.1-26.69-102.56L185 285.65a8 8 0 0 1-11.31 0l-11.31-11.31a8 8 0 0 1 0-11.31L270.27 155.1c-20.8-37.91-46.47-72.1-70.87-92.59C213.4 59.09 224 47.05 224 32a32 32 0 0 0-32-32h-64a32 32 0 0 0-32 32c0 15 10.6 27.09 24.6 30.51C67.81 106.8 8 214.5 8 287.88zM304 448H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faChessBoard = {\n prefix: 'fas',\n iconName: 'chess-board',\n icon: [512, 512, [], \"f43c\", \"M255.9.2h-64v64h64zM0 64.17v64h64v-64zM128 .2H64v64h64zm64 255.9v64h64v-64zM0 192.12v64h64v-64zM383.85.2h-64v64h64zm128 0h-64v64h64zM128 256.1H64v64h64zM511.8 448v-64h-64v64zm0-128v-64h-64v64zM383.85 512h64v-64h-64zm128-319.88v-64h-64v64zM128 512h64v-64h-64zM0 512h64v-64H0zm255.9 0h64v-64h-64zM0 320.07v64h64v-64zm319.88-191.92v-64h-64v64zm-64 128h64v-64h-64zm-64 128v64h64v-64zm128-64h64v-64h-64zm0-127.95h64v-64h-64zm0 191.93v64h64v-64zM64 384.05v64h64v-64zm128-255.9v-64h-64v64zm191.92 255.9h64v-64h-64zm-128-191.93v-64h-64v64zm128-127.95v64h64v-64zm-128 255.9v64h64v-64zm-64-127.95H128v64h64zm191.92 64h64v-64h-64zM128 128.15H64v64h64zm0 191.92v64h64v-64z\"]\n};\nvar faChessKing = {\n prefix: 'fas',\n iconName: 'chess-king',\n icon: [448, 512, [], \"f43f\", \"M400 448H48a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm16-288H256v-48h40a8 8 0 0 0 8-8V56a8 8 0 0 0-8-8h-40V8a8 8 0 0 0-8-8h-48a8 8 0 0 0-8 8v40h-40a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8h40v48H32a32 32 0 0 0-30.52 41.54L74.56 416h298.88l73.08-214.46A32 32 0 0 0 416 160z\"]\n};\nvar faChessKnight = {\n prefix: 'fas',\n iconName: 'chess-knight',\n icon: [384, 512, [], \"f441\", \"M19 272.47l40.63 18.06a32 32 0 0 0 24.88.47l12.78-5.12a32 32 0 0 0 18.76-20.5l9.22-30.65a24 24 0 0 1 12.55-15.65L159.94 208v50.33a48 48 0 0 1-26.53 42.94l-57.22 28.65A80 80 0 0 0 32 401.48V416h319.86V224c0-106-85.92-192-191.92-192H12A12 12 0 0 0 0 44a16.9 16.9 0 0 0 1.79 7.58L16 80l-9 9a24 24 0 0 0-7 17v137.21a32 32 0 0 0 19 29.26zM52 128a20 20 0 1 1-20 20 20 20 0 0 1 20-20zm316 320H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faChessPawn = {\n prefix: 'fas',\n iconName: 'chess-pawn',\n icon: [320, 512, [], \"f443\", \"M105.1 224H80a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h16v5.49c0 44-4.14 86.6-24 122.51h176c-19.89-35.91-24-78.51-24-122.51V288h16a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-25.1c29.39-18.38 49.1-50.78 49.1-88a104 104 0 0 0-208 0c0 37.22 19.71 69.62 49.1 88zM304 448H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faChessQueen = {\n prefix: 'fas',\n iconName: 'chess-queen',\n icon: [512, 512, [], \"f445\", \"M256 112a56 56 0 1 0-56-56 56 56 0 0 0 56 56zm176 336H80a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm72.87-263.84l-28.51-15.92c-7.44-5-16.91-2.46-22.29 4.68a47.59 47.59 0 0 1-47.23 18.23C383.7 186.86 368 164.93 368 141.4a13.4 13.4 0 0 0-13.4-13.4h-38.77c-6 0-11.61 4-12.86 9.91a48 48 0 0 1-93.94 0c-1.25-5.92-6.82-9.91-12.86-9.91H157.4a13.4 13.4 0 0 0-13.4 13.4c0 25.69-19 48.75-44.67 50.49a47.5 47.5 0 0 1-41.54-19.15c-5.28-7.09-14.73-9.45-22.09-4.54l-28.57 16a16 16 0 0 0-5.44 20.47L104.24 416h303.52l102.55-211.37a16 16 0 0 0-5.44-20.47z\"]\n};\nvar faChessRook = {\n prefix: 'fas',\n iconName: 'chess-rook',\n icon: [384, 512, [], \"f447\", \"M368 32h-56a16 16 0 0 0-16 16v48h-48V48a16 16 0 0 0-16-16h-80a16 16 0 0 0-16 16v48H88.1V48a16 16 0 0 0-16-16H16A16 16 0 0 0 0 48v176l64 32c0 48.33-1.54 95-13.21 160h282.42C321.54 351 320 303.72 320 256l64-32V48a16 16 0 0 0-16-16zM224 320h-64v-64a32 32 0 0 1 64 0zm144 128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faChevronCircleDown = {\n prefix: 'fas',\n iconName: 'chevron-circle-down',\n icon: [512, 512, [], \"f13a\", \"M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zM273 369.9l135.5-135.5c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L256 285.1 154.4 183.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L239 369.9c9.4 9.4 24.6 9.4 34 0z\"]\n};\nvar faChevronCircleLeft = {\n prefix: 'fas',\n iconName: 'chevron-circle-left',\n icon: [512, 512, [], \"f137\", \"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zM142.1 273l135.5 135.5c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L226.9 256l101.6-101.6c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L142.1 239c-9.4 9.4-9.4 24.6 0 34z\"]\n};\nvar faChevronCircleRight = {\n prefix: 'fas',\n iconName: 'chevron-circle-right',\n icon: [512, 512, [], \"f138\", \"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z\"]\n};\nvar faChevronCircleUp = {\n prefix: 'fas',\n iconName: 'chevron-circle-up',\n icon: [512, 512, [], \"f139\", \"M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm231-113.9L103.5 277.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L256 226.9l101.6 101.6c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L273 142.1c-9.4-9.4-24.6-9.4-34 0z\"]\n};\nvar faChevronDown = {\n prefix: 'fas',\n iconName: 'chevron-down',\n icon: [448, 512, [], \"f078\", \"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"]\n};\nvar faChevronLeft = {\n prefix: 'fas',\n iconName: 'chevron-left',\n icon: [320, 512, [], \"f053\", \"M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z\"]\n};\nvar faChevronRight = {\n prefix: 'fas',\n iconName: 'chevron-right',\n icon: [320, 512, [], \"f054\", \"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"]\n};\nvar faChevronUp = {\n prefix: 'fas',\n iconName: 'chevron-up',\n icon: [448, 512, [], \"f077\", \"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"]\n};\nvar faChild = {\n prefix: 'fas',\n iconName: 'child',\n icon: [384, 512, [], \"f1ae\", \"M120 72c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.764-32.235 72-72 72s-72-32.236-72-72zm254.627 1.373c-12.496-12.497-32.758-12.497-45.254 0L242.745 160H141.254L54.627 73.373c-12.496-12.497-32.758-12.497-45.254 0-12.497 12.497-12.497 32.758 0 45.255L104 213.254V480c0 17.673 14.327 32 32 32h16c17.673 0 32-14.327 32-32V368h16v112c0 17.673 14.327 32 32 32h16c17.673 0 32-14.327 32-32V213.254l94.627-94.627c12.497-12.497 12.497-32.757 0-45.254z\"]\n};\nvar faChurch = {\n prefix: 'fas',\n iconName: 'church',\n icon: [640, 512, [], \"f51d\", \"M464.46 246.68L352 179.2V128h48c8.84 0 16-7.16 16-16V80c0-8.84-7.16-16-16-16h-48V16c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v48h-48c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h48v51.2l-112.46 67.48A31.997 31.997 0 0 0 160 274.12V512h96v-96c0-35.35 28.65-64 64-64s64 28.65 64 64v96h96V274.12c0-11.24-5.9-21.66-15.54-27.44zM0 395.96V496c0 8.84 7.16 16 16 16h112V320L19.39 366.54A32.024 32.024 0 0 0 0 395.96zm620.61-29.42L512 320v192h112c8.84 0 16-7.16 16-16V395.96c0-12.8-7.63-24.37-19.39-29.42z\"]\n};\nvar faCircle = {\n prefix: 'fas',\n iconName: 'circle',\n icon: [512, 512, [], \"f111\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"]\n};\nvar faCircleNotch = {\n prefix: 'fas',\n iconName: 'circle-notch',\n icon: [512, 512, [], \"f1ce\", \"M288 39.056v16.659c0 10.804 7.281 20.159 17.686 23.066C383.204 100.434 440 171.518 440 256c0 101.689-82.295 184-184 184-101.689 0-184-82.295-184-184 0-84.47 56.786-155.564 134.312-177.219C216.719 75.874 224 66.517 224 55.712V39.064c0-15.709-14.834-27.153-30.046-23.234C86.603 43.482 7.394 141.206 8.003 257.332c.72 137.052 111.477 246.956 248.531 246.667C393.255 503.711 504 392.788 504 256c0-115.633-79.14-212.779-186.211-240.236C302.678 11.889 288 23.456 288 39.056z\"]\n};\nvar faCity = {\n prefix: 'fas',\n iconName: 'city',\n icon: [640, 512, [], \"f64f\", \"M616 192H480V24c0-13.26-10.74-24-24-24H312c-13.26 0-24 10.74-24 24v72h-64V16c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v80h-64V16c0-8.84-7.16-16-16-16H80c-8.84 0-16 7.16-16 16v80H24c-13.26 0-24 10.74-24 24v360c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V216c0-13.26-10.75-24-24-24zM128 404c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm128 192c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm160 96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12V76c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm160 288c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40z\"]\n};\nvar faClinicMedical = {\n prefix: 'fas',\n iconName: 'clinic-medical',\n icon: [576, 512, [], \"f7f2\", \"M288 115L69.47 307.71c-1.62 1.46-3.69 2.14-5.47 3.35V496a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V311.1c-1.7-1.16-3.72-1.82-5.26-3.2zm96 261a8 8 0 0 1-8 8h-56v56a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-56h-56a8 8 0 0 1-8-8v-48a8 8 0 0 1 8-8h56v-56a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v56h56a8 8 0 0 1 8 8zm186.69-139.72l-255.94-226a39.85 39.85 0 0 0-53.45 0l-256 226a16 16 0 0 0-1.21 22.6L25.5 282.7a16 16 0 0 0 22.6 1.21L277.42 81.63a16 16 0 0 1 21.17 0L527.91 283.9a16 16 0 0 0 22.6-1.21l21.4-23.82a16 16 0 0 0-1.22-22.59z\"]\n};\nvar faClipboard = {\n prefix: 'fas',\n iconName: 'clipboard',\n icon: [384, 512, [], \"f328\", \"M384 112v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h80c0-35.29 28.71-64 64-64s64 28.71 64 64h80c26.51 0 48 21.49 48 48zM192 40c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24m96 114v-20a6 6 0 0 0-6-6H102a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h180a6 6 0 0 0 6-6z\"]\n};\nvar faClipboardCheck = {\n prefix: 'fas',\n iconName: 'clipboard-check',\n icon: [384, 512, [], \"f46c\", \"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm121.2 231.8l-143 141.8c-4.7 4.7-12.3 4.6-17-.1l-82.6-83.3c-4.7-4.7-4.6-12.3.1-17L99.1 285c4.7-4.7 12.3-4.6 17 .1l46 46.4 106-105.2c4.7-4.7 12.3-4.6 17 .1l28.2 28.4c4.7 4.8 4.6 12.3-.1 17z\"]\n};\nvar faClipboardList = {\n prefix: 'fas',\n iconName: 'clipboard-list',\n icon: [384, 512, [], \"f46d\", \"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM96 424c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0-96c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0-96c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm96-192c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm128 368c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faClock = {\n prefix: 'fas',\n iconName: 'clock',\n icon: [512, 512, [], \"f017\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm57.1 350.1L224.9 294c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h48c6.6 0 12 5.4 12 12v137.7l63.5 46.2c5.4 3.9 6.5 11.4 2.6 16.8l-28.2 38.8c-3.9 5.3-11.4 6.5-16.8 2.6z\"]\n};\nvar faClone = {\n prefix: 'fas',\n iconName: 'clone',\n icon: [512, 512, [], \"f24d\", \"M464 0c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48H176c-26.51 0-48-21.49-48-48V48c0-26.51 21.49-48 48-48h288M176 416c-44.112 0-80-35.888-80-80V128H48c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48v-48H176z\"]\n};\nvar faClosedCaptioning = {\n prefix: 'fas',\n iconName: 'closed-captioning',\n icon: [512, 512, [], \"f20a\", \"M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM218.1 287.7c2.8-2.5 7.1-2.1 9.2.9l19.5 27.7c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.8-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7l-17.5 30.5c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2.1 48 51.1 70.5 92.3 32.6zm190.4 0c2.8-2.5 7.1-2.1 9.2.9l19.5 27.7c1.7 2.4 1.5 5.6-.5 7.7-53.5 56.9-172.7 32.1-172.7-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7L420 222.2c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6z\"]\n};\nvar faCloud = {\n prefix: 'fas',\n iconName: 'cloud',\n icon: [640, 512, [], \"f0c2\", \"M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4z\"]\n};\nvar faCloudDownloadAlt = {\n prefix: 'fas',\n iconName: 'cloud-download-alt',\n icon: [640, 512, [], \"f381\", \"M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4zm-132.9 88.7L299.3 420.7c-6.2 6.2-16.4 6.2-22.6 0L171.3 315.3c-10.1-10.1-2.9-27.3 11.3-27.3H248V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v112h65.4c14.2 0 21.4 17.2 11.3 27.3z\"]\n};\nvar faCloudMeatball = {\n prefix: 'fas',\n iconName: 'cloud-meatball',\n icon: [512, 512, [], \"f73b\", \"M48 352c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm416 0c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm-119 11.1c4.6-14.5 1.6-30.8-9.8-42.3-11.5-11.5-27.8-14.4-42.3-9.9-7-13.5-20.7-23-36.9-23s-29.9 9.5-36.9 23c-14.5-4.6-30.8-1.6-42.3 9.9-11.5 11.5-14.4 27.8-9.9 42.3-13.5 7-23 20.7-23 36.9s9.5 29.9 23 36.9c-4.6 14.5-1.6 30.8 9.9 42.3 8.2 8.2 18.9 12.3 29.7 12.3 4.3 0 8.5-1.1 12.6-2.5 7 13.5 20.7 23 36.9 23s29.9-9.5 36.9-23c4.1 1.3 8.3 2.5 12.6 2.5 10.8 0 21.5-4.1 29.7-12.3 11.5-11.5 14.4-27.8 9.8-42.3 13.5-7 23-20.7 23-36.9s-9.5-29.9-23-36.9zM512 224c0-53-43-96-96-96-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h43.4c3.6-8 8.4-15.4 14.8-21.8 13.5-13.5 31.5-21.1 50.8-21.3 13.5-13.2 31.7-20.9 51-20.9s37.5 7.7 51 20.9c19.3.2 37.3 7.8 50.8 21.3 6.4 6.4 11.3 13.8 14.8 21.8H416c53 0 96-43 96-96z\"]\n};\nvar faCloudMoon = {\n prefix: 'fas',\n iconName: 'cloud-moon',\n icon: [576, 512, [], \"f6c3\", \"M342.8 352.7c5.7-9.6 9.2-20.7 9.2-32.7 0-35.3-28.7-64-64-64-17.2 0-32.8 6.9-44.3 17.9-16.3-29.6-47.5-49.9-83.7-49.9-53 0-96 43-96 96 0 2 .5 3.8.6 5.7C27.1 338.8 0 374.1 0 416c0 53 43 96 96 96h240c44.2 0 80-35.8 80-80 0-41.9-32.3-75.8-73.2-79.3zm222.5-54.3c-93.1 17.7-178.5-53.7-178.5-147.7 0-54.2 29-104 76.1-130.8 7.3-4.1 5.4-15.1-2.8-16.7C448.4 1.1 436.7 0 425 0 319.1 0 233.1 85.9 233.1 192c0 8.5.7 16.8 1.8 25 5.9 4.3 11.6 8.9 16.7 14.2 11.4-4.7 23.7-7.2 36.4-7.2 52.9 0 96 43.1 96 96 0 3.6-.2 7.2-.6 10.7 23.6 10.8 42.4 29.5 53.5 52.6 54.4-3.4 103.7-29.3 137.1-70.4 5.3-6.5-.5-16.1-8.7-14.5z\"]\n};\nvar faCloudMoonRain = {\n prefix: 'fas',\n iconName: 'cloud-moon-rain',\n icon: [576, 512, [], \"f73c\", \"M350.5 225.5c-6.9-37.2-39.3-65.5-78.5-65.5-12.3 0-23.9 3-34.3 8-17.4-24.1-45.6-40-77.7-40-53 0-96 43-96 96 0 .5.2 1.1.2 1.6C27.6 232.9 0 265.2 0 304c0 44.2 35.8 80 80 80h256c44.2 0 80-35.8 80-80 0-39.2-28.2-71.7-65.5-78.5zm217.4-1.7c-70.4 13.3-135-40.3-135-110.8 0-40.6 21.9-78 57.5-98.1 5.5-3.1 4.1-11.4-2.1-12.5C479.6.8 470.7 0 461.8 0c-77.9 0-141.1 61.2-144.4 137.9 26.7 11.9 48.2 33.8 58.9 61.7 37.1 14.3 64 47.4 70.2 86.8 5.1.5 10 1.5 15.2 1.5 44.7 0 85.6-20.2 112.6-53.3 4.2-4.8-.2-12-6.4-10.8zM364.5 418.1c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8z\"]\n};\nvar faCloudRain = {\n prefix: 'fas',\n iconName: 'cloud-rain',\n icon: [512, 512, [], \"f73d\", \"M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z\"]\n};\nvar faCloudShowersHeavy = {\n prefix: 'fas',\n iconName: 'cloud-showers-heavy',\n icon: [512, 512, [], \"f740\", \"M183.9 370.1c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm96 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm-192 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm384 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm-96 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zM416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.2 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96z\"]\n};\nvar faCloudSun = {\n prefix: 'fas',\n iconName: 'cloud-sun',\n icon: [640, 512, [], \"f6c4\", \"M575.2 325.7c.2-1.9.8-3.7.8-5.6 0-35.3-28.7-64-64-64-12.6 0-24.2 3.8-34.1 10-17.6-38.8-56.5-66-101.9-66-61.8 0-112 50.1-112 112 0 3 .7 5.8.9 8.7-49.6 3.7-88.9 44.7-88.9 95.3 0 53 43 96 96 96h272c53 0 96-43 96-96 0-42.1-27.2-77.4-64.8-90.4zm-430.4-22.6c-43.7-43.7-43.7-114.7 0-158.3 43.7-43.7 114.7-43.7 158.4 0 9.7 9.7 16.9 20.9 22.3 32.7 9.8-3.7 20.1-6 30.7-7.5L386 81.1c4-11.9-7.3-23.1-19.2-19.2L279 91.2 237.5 8.4C232-2.8 216-2.8 210.4 8.4L169 91.2 81.1 61.9C69.3 58 58 69.3 61.9 81.1l29.3 87.8-82.8 41.5c-11.2 5.6-11.2 21.5 0 27.1l82.8 41.4-29.3 87.8c-4 11.9 7.3 23.1 19.2 19.2l76.1-25.3c6.1-12.4 14-23.7 23.6-33.5-13.1-5.4-25.4-13.4-36-24zm-4.8-79.2c0 40.8 29.3 74.8 67.9 82.3 8-4.7 16.3-8.8 25.2-11.7 5.4-44.3 31-82.5 67.4-105C287.3 160.4 258 140 224 140c-46.3 0-84 37.6-84 83.9z\"]\n};\nvar faCloudSunRain = {\n prefix: 'fas',\n iconName: 'cloud-sun-rain',\n icon: [576, 512, [], \"f743\", \"M510.5 225.5c-6.9-37.2-39.3-65.5-78.5-65.5-12.3 0-23.9 3-34.3 8-17.4-24.1-45.6-40-77.7-40-53 0-96 43-96 96 0 .5.2 1.1.2 1.6C187.6 233 160 265.2 160 304c0 44.2 35.8 80 80 80h256c44.2 0 80-35.8 80-80 0-39.2-28.2-71.7-65.5-78.5zm-386.4 34.4c-37.4-37.4-37.4-98.3 0-135.8 34.6-34.6 89.1-36.8 126.7-7.4 20-12.9 43.6-20.7 69.2-20.7.7 0 1.3.2 2 .2l8.9-26.7c3.4-10.2-6.3-19.8-16.5-16.4l-75.3 25.1-35.5-71c-4.8-9.6-18.5-9.6-23.3 0l-35.5 71-75.3-25.1c-10.2-3.4-19.8 6.3-16.4 16.5l25.1 75.3-71 35.5c-9.6 4.8-9.6 18.5 0 23.3l71 35.5-25.1 75.3c-3.4 10.2 6.3 19.8 16.5 16.5l59.2-19.7c-.2-2.4-.7-4.7-.7-7.2 0-12.5 2.3-24.5 6.2-35.9-3.6-2.7-7.1-5.2-10.2-8.3zm69.8-58c4.3-24.5 15.8-46.4 31.9-64-9.8-6.2-21.4-9.9-33.8-9.9-35.3 0-64 28.7-64 64 0 18.7 8.2 35.4 21.1 47.1 11.3-15.9 26.6-28.9 44.8-37.2zm330.6 216.2c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8z\"]\n};\nvar faCloudUploadAlt = {\n prefix: 'fas',\n iconName: 'cloud-upload-alt',\n icon: [640, 512, [], \"f382\", \"M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4zM393.4 288H328v112c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V288h-65.4c-14.3 0-21.4-17.2-11.3-27.3l105.4-105.4c6.2-6.2 16.4-6.2 22.6 0l105.4 105.4c10.1 10.1 2.9 27.3-11.3 27.3z\"]\n};\nvar faCocktail = {\n prefix: 'fas',\n iconName: 'cocktail',\n icon: [576, 512, [], \"f561\", \"M296 464h-56V338.78l168.74-168.73c15.52-15.52 4.53-42.05-17.42-42.05H24.68c-21.95 0-32.94 26.53-17.42 42.05L176 338.78V464h-56c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h240c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40zM432 0c-62.61 0-115.35 40.2-135.18 96h52.54c16.65-28.55 47.27-48 82.64-48 52.93 0 96 43.06 96 96s-43.07 96-96 96c-14.04 0-27.29-3.2-39.32-8.64l-35.26 35.26C379.23 279.92 404.59 288 432 288c79.53 0 144-64.47 144-144S511.53 0 432 0z\"]\n};\nvar faCode = {\n prefix: 'fas',\n iconName: 'code',\n icon: [640, 512, [], \"f121\", \"M278.9 511.5l-61-17.7c-6.4-1.8-10-8.5-8.2-14.9L346.2 8.7c1.8-6.4 8.5-10 14.9-8.2l61 17.7c6.4 1.8 10 8.5 8.2 14.9L293.8 503.3c-1.9 6.4-8.5 10.1-14.9 8.2zm-114-112.2l43.5-46.4c4.6-4.9 4.3-12.7-.8-17.2L117 256l90.6-79.7c5.1-4.5 5.5-12.3.8-17.2l-43.5-46.4c-4.5-4.8-12.1-5.1-17-.5L3.8 247.2c-5.1 4.7-5.1 12.8 0 17.5l144.1 135.1c4.9 4.6 12.5 4.4 17-.5zm327.2.6l144.1-135.1c5.1-4.7 5.1-12.8 0-17.5L492.1 112.1c-4.8-4.5-12.4-4.3-17 .5L431.6 159c-4.6 4.9-4.3 12.7.8 17.2L523 256l-90.6 79.7c-5.1 4.5-5.5 12.3-.8 17.2l43.5 46.4c4.5 4.9 12.1 5.1 17 .6z\"]\n};\nvar faCodeBranch = {\n prefix: 'fas',\n iconName: 'code-branch',\n icon: [384, 512, [], \"f126\", \"M384 144c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 36.4 24.3 67.1 57.5 76.8-.6 16.1-4.2 28.5-11 36.9-15.4 19.2-49.3 22.4-85.2 25.7-28.2 2.6-57.4 5.4-81.3 16.9v-144c32.5-10.2 56-40.5 56-76.3 0-44.2-35.8-80-80-80S0 35.8 0 80c0 35.8 23.5 66.1 56 76.3v199.3C23.5 365.9 0 396.2 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-34-21.2-63.1-51.2-74.6 3.1-5.2 7.8-9.8 14.9-13.4 16.2-8.2 40.4-10.4 66.1-12.8 42.2-3.9 90-8.4 118.2-43.4 14-17.4 21.1-39.8 21.6-67.9 31.6-10.8 54.4-40.7 54.4-75.9zM80 64c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16zm0 384c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm224-320c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16z\"]\n};\nvar faCoffee = {\n prefix: 'fas',\n iconName: 'coffee',\n icon: [640, 512, [], \"f0f4\", \"M192 384h192c53 0 96-43 96-96h32c70.6 0 128-57.4 128-128S582.6 32 512 32H120c-13.3 0-24 10.7-24 24v232c0 53 43 96 96 96zM512 96c35.3 0 64 28.7 64 64s-28.7 64-64 64h-32V96h32zm47.7 384H48.3c-47.6 0-61-64-36-64h583.3c25 0 11.8 64-35.9 64z\"]\n};\nvar faCog = {\n prefix: 'fas',\n iconName: 'cog',\n icon: [512, 512, [], \"f013\", \"M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4.6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faCogs = {\n prefix: 'fas',\n iconName: 'cogs',\n icon: [640, 512, [], \"f085\", \"M512.1 191l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0L552 6.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zm-10.5-58.8c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.7-82.4 14.3-52.8 52.8zM386.3 286.1l33.7 16.8c10.1 5.8 14.5 18.1 10.5 29.1-8.9 24.2-26.4 46.4-42.6 65.8-7.4 8.9-20.2 11.1-30.3 5.3l-29.1-16.8c-16 13.7-34.6 24.6-54.9 31.7v33.6c0 11.6-8.3 21.6-19.7 23.6-24.6 4.2-50.4 4.4-75.9 0-11.5-2-20-11.9-20-23.6V418c-20.3-7.2-38.9-18-54.9-31.7L74 403c-10 5.8-22.9 3.6-30.3-5.3-16.2-19.4-33.3-41.6-42.2-65.7-4-10.9.4-23.2 10.5-29.1l33.3-16.8c-3.9-20.9-3.9-42.4 0-63.4L12 205.8c-10.1-5.8-14.6-18.1-10.5-29 8.9-24.2 26-46.4 42.2-65.8 7.4-8.9 20.2-11.1 30.3-5.3l29.1 16.8c16-13.7 34.6-24.6 54.9-31.7V57.1c0-11.5 8.2-21.5 19.6-23.5 24.6-4.2 50.5-4.4 76-.1 11.5 2 20 11.9 20 23.6v33.6c20.3 7.2 38.9 18 54.9 31.7l29.1-16.8c10-5.8 22.9-3.6 30.3 5.3 16.2 19.4 33.2 41.6 42.1 65.8 4 10.9.1 23.2-10 29.1l-33.7 16.8c3.9 21 3.9 42.5 0 63.5zm-117.6 21.1c59.2-77-28.7-164.9-105.7-105.7-59.2 77 28.7 164.9 105.7 105.7zm243.4 182.7l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0l8.2-14.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zM501.6 431c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.6-82.4 14.3-52.8 52.8z\"]\n};\nvar faCoins = {\n prefix: 'fas',\n iconName: 'coins',\n icon: [512, 512, [], \"f51e\", \"M0 405.3V448c0 35.3 86 64 192 64s192-28.7 192-64v-42.7C342.7 434.4 267.2 448 192 448S41.3 434.4 0 405.3zM320 128c106 0 192-28.7 192-64S426 0 320 0 128 28.7 128 64s86 64 192 64zM0 300.4V352c0 35.3 86 64 192 64s192-28.7 192-64v-51.6c-41.3 34-116.9 51.6-192 51.6S41.3 334.4 0 300.4zm416 11c57.3-11.1 96-31.7 96-55.4v-42.7c-23.2 16.4-57.3 27.6-96 34.5v63.6zM192 160C86 160 0 195.8 0 240s86 80 192 80 192-35.8 192-80-86-80-192-80zm219.3 56.3c60-10.8 100.7-32 100.7-56.3v-42.7c-35.5 25.1-96.5 38.6-160.7 41.8 29.5 14.3 51.2 33.5 60 57.2z\"]\n};\nvar faColumns = {\n prefix: 'fas',\n iconName: 'columns',\n icon: [512, 512, [], \"f0db\", \"M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM224 416H64V160h160v256zm224 0H288V160h160v256z\"]\n};\nvar faComment = {\n prefix: 'fas',\n iconName: 'comment',\n icon: [512, 512, [], \"f075\", \"M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32z\"]\n};\nvar faCommentAlt = {\n prefix: 'fas',\n iconName: 'comment-alt',\n icon: [512, 512, [], \"f27a\", \"M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z\"]\n};\nvar faCommentDollar = {\n prefix: 'fas',\n iconName: 'comment-dollar',\n icon: [512, 512, [], \"f651\", \"M256 32C114.62 32 0 125.12 0 240c0 49.56 21.41 95.01 57.02 130.74C44.46 421.05 2.7 465.97 2.2 466.5A7.995 7.995 0 0 0 8 480c66.26 0 115.99-31.75 140.6-51.38C181.29 440.93 217.59 448 256 448c141.38 0 256-93.12 256-208S397.38 32 256 32zm24 302.44V352c0 8.84-7.16 16-16 16h-16c-8.84 0-16-7.16-16-16v-17.73c-11.42-1.35-22.28-5.19-31.78-11.46-6.22-4.11-6.82-13.11-1.55-18.38l17.52-17.52c3.74-3.74 9.31-4.24 14.11-2.03 3.18 1.46 6.66 2.22 10.26 2.22h32.78c4.66 0 8.44-3.78 8.44-8.42 0-3.75-2.52-7.08-6.12-8.11l-50.07-14.3c-22.25-6.35-40.01-24.71-42.91-47.67-4.05-32.07 19.03-59.43 49.32-63.05V128c0-8.84 7.16-16 16-16h16c8.84 0 16 7.16 16 16v17.73c11.42 1.35 22.28 5.19 31.78 11.46 6.22 4.11 6.82 13.11 1.55 18.38l-17.52 17.52c-3.74 3.74-9.31 4.24-14.11 2.03a24.516 24.516 0 0 0-10.26-2.22h-32.78c-4.66 0-8.44 3.78-8.44 8.42 0 3.75 2.52 7.08 6.12 8.11l50.07 14.3c22.25 6.36 40.01 24.71 42.91 47.67 4.05 32.06-19.03 59.42-49.32 63.04z\"]\n};\nvar faCommentDots = {\n prefix: 'fas',\n iconName: 'comment-dots',\n icon: [512, 512, [], \"f4ad\", \"M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32zM128 272c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faCommentMedical = {\n prefix: 'fas',\n iconName: 'comment-medical',\n icon: [512, 512, [], \"f7f5\", \"M256 32C114.62 32 0 125.12 0 240c0 49.56 21.41 95 57 130.74C44.46 421.05 2.7 466 2.2 466.5A8 8 0 0 0 8 480c66.26 0 116-31.75 140.6-51.38A304.66 304.66 0 0 0 256 448c141.39 0 256-93.12 256-208S397.39 32 256 32zm96 232a8 8 0 0 1-8 8h-56v56a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-56h-56a8 8 0 0 1-8-8v-48a8 8 0 0 1 8-8h56v-56a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v56h56a8 8 0 0 1 8 8z\"]\n};\nvar faCommentSlash = {\n prefix: 'fas',\n iconName: 'comment-slash',\n icon: [640, 512, [], \"f4b3\", \"M64 240c0 49.6 21.4 95 57 130.7-12.6 50.3-54.3 95.2-54.8 95.8-2.2 2.3-2.8 5.7-1.5 8.7 1.3 2.9 4.1 4.8 7.3 4.8 66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 27.4 0 53.7-3.6 78.4-10L72.9 186.4c-5.6 17.1-8.9 35-8.9 53.6zm569.8 218.1l-114.4-88.4C554.6 334.1 576 289.2 576 240c0-114.9-114.6-208-256-208-65.1 0-124.2 20.1-169.4 52.7L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3z\"]\n};\nvar faComments = {\n prefix: 'fas',\n iconName: 'comments',\n icon: [576, 512, [], \"f086\", \"M416 192c0-88.4-93.1-160-208-160S0 103.6 0 192c0 34.3 14.1 65.9 38 92-13.4 30.2-35.5 54.2-35.8 54.5-2.2 2.3-2.8 5.7-1.5 8.7S4.8 352 8 352c36.6 0 66.9-12.3 88.7-25 32.2 15.7 70.3 25 111.3 25 114.9 0 208-71.6 208-160zm122 220c23.9-26 38-57.7 38-92 0-66.9-53.5-124.2-129.3-148.1.9 6.6 1.3 13.3 1.3 20.1 0 105.9-107.7 192-240 192-10.8 0-21.3-.8-31.7-1.9C207.8 439.6 281.8 480 368 480c41 0 79.1-9.2 111.3-25 21.8 12.7 52.1 25 88.7 25 3.2 0 6.1-1.9 7.3-4.8 1.3-2.9.7-6.3-1.5-8.7-.3-.3-22.4-24.2-35.8-54.5z\"]\n};\nvar faCommentsDollar = {\n prefix: 'fas',\n iconName: 'comments-dollar',\n icon: [576, 512, [], \"f653\", \"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"]\n};\nvar faCompactDisc = {\n prefix: 'fas',\n iconName: 'compact-disc',\n icon: [496, 512, [], \"f51f\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM88 256H56c0-105.9 86.1-192 192-192v32c-88.2 0-160 71.8-160 160zm160 96c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96zm0-128c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"]\n};\nvar faCompass = {\n prefix: 'fas',\n iconName: 'compass',\n icon: [496, 512, [], \"f14e\", \"M225.38 233.37c-12.5 12.5-12.5 32.76 0 45.25 12.49 12.5 32.76 12.5 45.25 0 12.5-12.5 12.5-32.76 0-45.25-12.5-12.49-32.76-12.49-45.25 0zM248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm126.14 148.05L308.17 300.4a31.938 31.938 0 0 1-15.77 15.77l-144.34 65.97c-16.65 7.61-33.81-9.55-26.2-26.2l65.98-144.35a31.938 31.938 0 0 1 15.77-15.77l144.34-65.97c16.65-7.6 33.8 9.55 26.19 26.2z\"]\n};\nvar faCompress = {\n prefix: 'fas',\n iconName: 'compress',\n icon: [448, 512, [], \"f066\", \"M436 192H312c-13.3 0-24-10.7-24-24V44c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v84h84c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm-276-24V44c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v84H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h124c13.3 0 24-10.7 24-24zm0 300V344c0-13.3-10.7-24-24-24H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h84v84c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-84h84c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12H312c-13.3 0-24 10.7-24 24v124c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12z\"]\n};\nvar faCompressArrowsAlt = {\n prefix: 'fas',\n iconName: 'compress-arrows-alt',\n icon: [512, 512, [], \"f78c\", \"M200 288H88c-21.4 0-32.1 25.8-17 41l32.9 31-99.2 99.3c-6.2 6.2-6.2 16.4 0 22.6l25.4 25.4c6.2 6.2 16.4 6.2 22.6 0L152 408l31.1 33c15.1 15.1 40.9 4.4 40.9-17V312c0-13.3-10.7-24-24-24zm112-64h112c21.4 0 32.1-25.9 17-41l-33-31 99.3-99.3c6.2-6.2 6.2-16.4 0-22.6L481.9 4.7c-6.2-6.2-16.4-6.2-22.6 0L360 104l-31.1-33C313.8 55.9 288 66.6 288 88v112c0 13.3 10.7 24 24 24zm96 136l33-31.1c15.1-15.1 4.4-40.9-17-40.9H312c-13.3 0-24 10.7-24 24v112c0 21.4 25.9 32.1 41 17l31-32.9 99.3 99.3c6.2 6.2 16.4 6.2 22.6 0l25.4-25.4c6.2-6.2 6.2-16.4 0-22.6L408 360zM183 71.1L152 104 52.7 4.7c-6.2-6.2-16.4-6.2-22.6 0L4.7 30.1c-6.2 6.2-6.2 16.4 0 22.6L104 152l-33 31.1C55.9 198.2 66.6 224 88 224h112c13.3 0 24-10.7 24-24V88c0-21.3-25.9-32-41-16.9z\"]\n};\nvar faConciergeBell = {\n prefix: 'fas',\n iconName: 'concierge-bell',\n icon: [512, 512, [], \"f562\", \"M288 130.54V112h16c8.84 0 16-7.16 16-16V80c0-8.84-7.16-16-16-16h-96c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h16v18.54C115.49 146.11 32 239.18 32 352h448c0-112.82-83.49-205.89-192-221.46zM496 384H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faCookie = {\n prefix: 'fas',\n iconName: 'cookie',\n icon: [512, 512, [], \"f563\", \"M510.37 254.79l-12.08-76.26a132.493 132.493 0 0 0-37.16-72.95l-54.76-54.75c-19.73-19.72-45.18-32.7-72.71-37.05l-76.7-12.15c-27.51-4.36-55.69.11-80.52 12.76L107.32 49.6a132.25 132.25 0 0 0-57.79 57.8l-35.1 68.88a132.602 132.602 0 0 0-12.82 80.94l12.08 76.27a132.493 132.493 0 0 0 37.16 72.95l54.76 54.75a132.087 132.087 0 0 0 72.71 37.05l76.7 12.14c27.51 4.36 55.69-.11 80.52-12.75l69.12-35.21a132.302 132.302 0 0 0 57.79-57.8l35.1-68.87c12.71-24.96 17.2-53.3 12.82-80.96zM176 368c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm32-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm160 128c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faCookieBite = {\n prefix: 'fas',\n iconName: 'cookie-bite',\n icon: [512, 512, [], \"f564\", \"M510.52 255.82c-69.97-.85-126.47-57.69-126.47-127.86-70.17 0-127-56.49-127.86-126.45-27.26-4.14-55.13.3-79.72 12.82l-69.13 35.22a132.221 132.221 0 0 0-57.79 57.81l-35.1 68.88a132.645 132.645 0 0 0-12.82 80.95l12.08 76.27a132.521 132.521 0 0 0 37.16 72.96l54.77 54.76a132.036 132.036 0 0 0 72.71 37.06l76.71 12.15c27.51 4.36 55.7-.11 80.53-12.76l69.13-35.21a132.273 132.273 0 0 0 57.79-57.81l35.1-68.88c12.56-24.64 17.01-52.58 12.91-79.91zM176 368c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm32-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm160 128c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faCopy = {\n prefix: 'fas',\n iconName: 'copy',\n icon: [448, 512, [], \"f0c5\", \"M320 448v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V120c0-13.255 10.745-24 24-24h72v296c0 30.879 25.121 56 56 56h168zm0-344V0H152c-13.255 0-24 10.745-24 24v368c0 13.255 10.745 24 24 24h272c13.255 0 24-10.745 24-24V128H344c-13.2 0-24-10.8-24-24zm120.971-31.029L375.029 7.029A24 24 0 0 0 358.059 0H352v96h96v-6.059a24 24 0 0 0-7.029-16.97z\"]\n};\nvar faCopyright = {\n prefix: 'fas',\n iconName: 'copyright',\n icon: [512, 512, [], \"f1f9\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm117.134 346.753c-1.592 1.867-39.776 45.731-109.851 45.731-84.692 0-144.484-63.26-144.484-145.567 0-81.303 62.004-143.401 143.762-143.401 66.957 0 101.965 37.315 103.422 38.904a12 12 0 0 1 1.238 14.623l-22.38 34.655c-4.049 6.267-12.774 7.351-18.234 2.295-.233-.214-26.529-23.88-61.88-23.88-46.116 0-73.916 33.575-73.916 76.082 0 39.602 25.514 79.692 74.277 79.692 38.697 0 65.28-28.338 65.544-28.625 5.132-5.565 14.059-5.033 18.508 1.053l24.547 33.572a12.001 12.001 0 0 1-.553 14.866z\"]\n};\nvar faCouch = {\n prefix: 'fas',\n iconName: 'couch',\n icon: [640, 512, [], \"f4b8\", \"M160 224v64h320v-64c0-35.3 28.7-64 64-64h32c0-53-43-96-96-96H160c-53 0-96 43-96 96h32c35.3 0 64 28.7 64 64zm416-32h-32c-17.7 0-32 14.3-32 32v96H128v-96c0-17.7-14.3-32-32-32H64c-35.3 0-64 28.7-64 64 0 23.6 13 44 32 55.1V432c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-16h384v16c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V311.1c19-11.1 32-31.5 32-55.1 0-35.3-28.7-64-64-64z\"]\n};\nvar faCreditCard = {\n prefix: 'fas',\n iconName: 'credit-card',\n icon: [576, 512, [], \"f09d\", \"M0 432c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V256H0v176zm192-68c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H204c-6.6 0-12-5.4-12-12v-40zm-128 0c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM576 80v48H0V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48z\"]\n};\nvar faCrop = {\n prefix: 'fas',\n iconName: 'crop',\n icon: [512, 512, [], \"f125\", \"M488 352h-40V109.25l59.31-59.31c6.25-6.25 6.25-16.38 0-22.63L484.69 4.69c-6.25-6.25-16.38-6.25-22.63 0L402.75 64H192v96h114.75L160 306.75V24c0-13.26-10.75-24-24-24H88C74.75 0 64 10.74 64 24v40H24C10.75 64 0 74.74 0 88v48c0 13.25 10.75 24 24 24h40v264c0 13.25 10.75 24 24 24h232v-96H205.25L352 205.25V488c0 13.25 10.75 24 24 24h48c13.25 0 24-10.75 24-24v-40h40c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24z\"]\n};\nvar faCropAlt = {\n prefix: 'fas',\n iconName: 'crop-alt',\n icon: [512, 512, [], \"f565\", \"M488 352h-40V96c0-17.67-14.33-32-32-32H192v96h160v328c0 13.25 10.75 24 24 24h48c13.25 0 24-10.75 24-24v-40h40c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24zM160 24c0-13.26-10.75-24-24-24H88C74.75 0 64 10.74 64 24v40H24C10.75 64 0 74.74 0 88v48c0 13.25 10.75 24 24 24h40v256c0 17.67 14.33 32 32 32h224v-96H160V24z\"]\n};\nvar faCross = {\n prefix: 'fas',\n iconName: 'cross',\n icon: [384, 512, [], \"f654\", \"M352 128h-96V32c0-17.67-14.33-32-32-32h-64c-17.67 0-32 14.33-32 32v96H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h96v224c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V256h96c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z\"]\n};\nvar faCrosshairs = {\n prefix: 'fas',\n iconName: 'crosshairs',\n icon: [512, 512, [], \"f05b\", \"M500 224h-30.364C455.724 130.325 381.675 56.276 288 42.364V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v30.364C130.325 56.276 56.276 130.325 42.364 224H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h30.364C56.276 381.675 130.325 455.724 224 469.636V500c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-30.364C381.675 455.724 455.724 381.675 469.636 288H500c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zM288 404.634V364c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40.634C165.826 392.232 119.783 346.243 107.366 288H148c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40.634C119.768 165.826 165.757 119.783 224 107.366V148c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40.634C346.174 119.768 392.217 165.757 404.634 224H364c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40.634C392.232 346.174 346.243 392.217 288 404.634zM288 256c0 17.673-14.327 32-32 32s-32-14.327-32-32c0-17.673 14.327-32 32-32s32 14.327 32 32z\"]\n};\nvar faCrow = {\n prefix: 'fas',\n iconName: 'crow',\n icon: [640, 512, [], \"f520\", \"M544 32h-16.36C513.04 12.68 490.09 0 464 0c-44.18 0-80 35.82-80 80v20.98L12.09 393.57A30.216 30.216 0 0 0 0 417.74c0 22.46 23.64 37.07 43.73 27.03L165.27 384h96.49l44.41 120.1c2.27 6.23 9.15 9.44 15.38 7.17l22.55-8.21c6.23-2.27 9.44-9.15 7.17-15.38L312.94 384H352c1.91 0 3.76-.23 5.66-.29l44.51 120.38c2.27 6.23 9.15 9.44 15.38 7.17l22.55-8.21c6.23-2.27 9.44-9.15 7.17-15.38l-41.24-111.53C485.74 352.8 544 279.26 544 192v-80l96-16c0-35.35-42.98-64-96-64zm-80 72c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faCrown = {\n prefix: 'fas',\n iconName: 'crown',\n icon: [640, 512, [], \"f521\", \"M528 448H112c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h416c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm64-320c-26.5 0-48 21.5-48 48 0 7.1 1.6 13.7 4.4 19.8L476 239.2c-15.4 9.2-35.3 4-44.2-11.6L350.3 85C361 76.2 368 63 368 48c0-26.5-21.5-48-48-48s-48 21.5-48 48c0 15 7 28.2 17.7 37l-81.5 142.6c-8.9 15.6-28.9 20.8-44.2 11.6l-72.3-43.4c2.7-6 4.4-12.7 4.4-19.8 0-26.5-21.5-48-48-48S0 149.5 0 176s21.5 48 48 48c2.6 0 5.2-.4 7.7-.8L128 416h384l72.3-192.8c2.5.4 5.1.8 7.7.8 26.5 0 48-21.5 48-48s-21.5-48-48-48z\"]\n};\nvar faCrutch = {\n prefix: 'fas',\n iconName: 'crutch',\n icon: [512, 512, [], \"f7f7\", \"M507.31 185.71l-181-181a16 16 0 0 0-22.62 0L281 27.31a16 16 0 0 0 0 22.63l181 181a16 16 0 0 0 22.63 0l22.62-22.63a16 16 0 0 0 .06-22.6zm-179.54 66.41l-67.89-67.89 55.1-55.1-45.25-45.25-109.67 109.67a96.08 96.08 0 0 0-25.67 46.29L106.65 360.1l-102 102a16 16 0 0 0 0 22.63l22.62 22.62a16 16 0 0 0 22.63 0l102-102 120.25-27.75a95.88 95.88 0 0 0 46.29-25.65l109.68-109.68L382.87 197zm-54.57 54.57a32 32 0 0 1-15.45 8.54l-79.3 18.32 18.3-79.3a32.22 32.22 0 0 1 8.56-15.45l9.31-9.31 67.89 67.89z\"]\n};\nvar faCube = {\n prefix: 'fas',\n iconName: 'cube',\n icon: [512, 512, [], \"f1b2\", \"M239.1 6.3l-208 78c-18.7 7-31.1 25-31.1 45v225.1c0 18.2 10.3 34.8 26.5 42.9l208 104c13.5 6.8 29.4 6.8 42.9 0l208-104c16.3-8.1 26.5-24.8 26.5-42.9V129.3c0-20-12.4-37.9-31.1-44.9l-208-78C262 2.2 250 2.2 239.1 6.3zM256 68.4l192 72v1.1l-192 78-192-78v-1.1l192-72zm32 356V275.5l160-65v133.9l-160 80z\"]\n};\nvar faCubes = {\n prefix: 'fas',\n iconName: 'cubes',\n icon: [512, 512, [], \"f1b3\", \"M488.6 250.2L392 214V105.5c0-15-9.3-28.4-23.4-33.7l-100-37.5c-8.1-3.1-17.1-3.1-25.3 0l-100 37.5c-14.1 5.3-23.4 18.7-23.4 33.7V214l-96.6 36.2C9.3 255.5 0 268.9 0 283.9V394c0 13.6 7.7 26.1 19.9 32.2l100 50c10.1 5.1 22.1 5.1 32.2 0l103.9-52 103.9 52c10.1 5.1 22.1 5.1 32.2 0l100-50c12.2-6.1 19.9-18.6 19.9-32.2V283.9c0-15-9.3-28.4-23.4-33.7zM358 214.8l-85 31.9v-68.2l85-37v73.3zM154 104.1l102-38.2 102 38.2v.6l-102 41.4-102-41.4v-.6zm84 291.1l-85 42.5v-79.1l85-38.8v75.4zm0-112l-102 41.4-102-41.4v-.6l102-38.2 102 38.2v.6zm240 112l-85 42.5v-79.1l85-38.8v75.4zm0-112l-102 41.4-102-41.4v-.6l102-38.2 102 38.2v.6z\"]\n};\nvar faCut = {\n prefix: 'fas',\n iconName: 'cut',\n icon: [448, 512, [], \"f0c4\", \"M278.06 256L444.48 89.57c4.69-4.69 4.69-12.29 0-16.97-32.8-32.8-85.99-32.8-118.79 0L210.18 188.12l-24.86-24.86c4.31-10.92 6.68-22.81 6.68-35.26 0-53.02-42.98-96-96-96S0 74.98 0 128s42.98 96 96 96c4.54 0 8.99-.32 13.36-.93L142.29 256l-32.93 32.93c-4.37-.61-8.83-.93-13.36-.93-53.02 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96c0-12.45-2.37-24.34-6.68-35.26l24.86-24.86L325.69 439.4c32.8 32.8 85.99 32.8 118.79 0 4.69-4.68 4.69-12.28 0-16.97L278.06 256zM96 160c-17.64 0-32-14.36-32-32s14.36-32 32-32 32 14.36 32 32-14.36 32-32 32zm0 256c-17.64 0-32-14.36-32-32s14.36-32 32-32 32 14.36 32 32-14.36 32-32 32z\"]\n};\nvar faDatabase = {\n prefix: 'fas',\n iconName: 'database',\n icon: [448, 512, [], \"f1c0\", \"M448 73.143v45.714C448 159.143 347.667 192 224 192S0 159.143 0 118.857V73.143C0 32.857 100.333 0 224 0s224 32.857 224 73.143zM448 176v102.857C448 319.143 347.667 352 224 352S0 319.143 0 278.857V176c48.125 33.143 136.208 48.572 224 48.572S399.874 209.143 448 176zm0 160v102.857C448 479.143 347.667 512 224 512S0 479.143 0 438.857V336c48.125 33.143 136.208 48.572 224 48.572S399.874 369.143 448 336z\"]\n};\nvar faDeaf = {\n prefix: 'fas',\n iconName: 'deaf',\n icon: [512, 512, [], \"f2a4\", \"M216 260c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-44.112 35.888-80 80-80s80 35.888 80 80c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-13.234-10.767-24-24-24s-24 10.766-24 24zm24-176c-97.047 0-176 78.953-176 176 0 15.464 12.536 28 28 28s28-12.536 28-28c0-66.168 53.832-120 120-120s120 53.832 120 120c0 75.164-71.009 70.311-71.997 143.622L288 404c0 28.673-23.327 52-52 52-15.464 0-28 12.536-28 28s12.536 28 28 28c59.475 0 107.876-48.328 108-107.774.595-34.428 72-48.24 72-144.226 0-97.047-78.953-176-176-176zm268.485-52.201L480.2 3.515c-4.687-4.686-12.284-4.686-16.971 0L376.2 90.544c-4.686 4.686-4.686 12.284 0 16.971l28.285 28.285c4.686 4.686 12.284 4.686 16.97 0l87.03-87.029c4.687-4.688 4.687-12.286 0-16.972zM168.97 314.745c-4.686-4.686-12.284-4.686-16.97 0L3.515 463.23c-4.686 4.686-4.686 12.284 0 16.971L31.8 508.485c4.687 4.686 12.284 4.686 16.971 0L197.256 360c4.686-4.686 4.686-12.284 0-16.971l-28.286-28.284z\"]\n};\nvar faDemocrat = {\n prefix: 'fas',\n iconName: 'democrat',\n icon: [640, 512, [], \"f747\", \"M637.3 256.9l-19.6-29.4c-28.2-42.3-75.3-67.5-126.1-67.5H256l-81.2-81.2c20.1-20.1 22.6-51.1 7.5-73.9-3.4-5.2-10.8-5.9-15.2-1.5l-41.8 41.8L82.4 2.4c-3.6-3.6-9.6-3-12.4 1.2-12.3 18.6-10.3 44 6.1 60.4 3.3 3.3 7.3 5.3 11.3 7.5-2.2 1.7-4.7 3.1-6.4 5.4L6.4 176.2c-7.3 9.7-8.4 22.7-3 33.5l14.3 28.6c5.4 10.8 16.5 17.7 28.6 17.7h31c8.5 0 16.6-3.4 22.6-9.4L138 212l54 108h352v-77.8c16.2 12.2 18.3 17.6 40.1 50.3 4.9 7.4 14.8 9.3 22.2 4.4l26.6-17.7c7.3-5 9.3-14.9 4.4-22.3zm-341.1-13.6l-16.5 16.1 3.9 22.7c.7 4.1-3.6 7.2-7.2 5.3L256 276.7l-20.4 10.7c-3.6 1.9-7.9-1.2-7.2-5.3l3.9-22.7-16.5-16.1c-3-2.9-1.3-7.9 2.8-8.5l22.8-3.3 10.2-20.7c1.8-3.7 7.1-3.7 9 0l10.2 20.7 22.8 3.3c4 .6 5.6 5.6 2.6 8.5zm112 0l-16.5 16.1 3.9 22.7c.7 4.1-3.6 7.2-7.2 5.3L368 276.7l-20.4 10.7c-3.6 1.9-7.9-1.2-7.2-5.3l3.9-22.7-16.5-16.1c-3-2.9-1.3-7.9 2.8-8.5l22.8-3.3 10.2-20.7c1.8-3.7 7.1-3.7 9 0l10.2 20.7 22.8 3.3c4 .6 5.6 5.6 2.6 8.5zm112 0l-16.5 16.1 3.9 22.7c.7 4.1-3.6 7.2-7.2 5.3L480 276.7l-20.4 10.7c-3.6 1.9-7.9-1.2-7.2-5.3l3.9-22.7-16.5-16.1c-3-2.9-1.3-7.9 2.8-8.5l22.8-3.3 10.2-20.7c1.8-3.7 7.1-3.7 9 0l10.2 20.7 22.8 3.3c4 .6 5.6 5.6 2.6 8.5zM192 496c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-80h160v80c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V352H192v144z\"]\n};\nvar faDesktop = {\n prefix: 'fas',\n iconName: 'desktop',\n icon: [576, 512, [], \"f108\", \"M528 0H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h192l-16 48h-72c-13.3 0-24 10.7-24 24s10.7 24 24 24h272c13.3 0 24-10.7 24-24s-10.7-24-24-24h-72l-16-48h192c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-16 352H64V64h448v288z\"]\n};\nvar faDharmachakra = {\n prefix: 'fas',\n iconName: 'dharmachakra',\n icon: [512, 512, [], \"f655\", \"M495 225.06l-17.22 1.08c-5.27-39.49-20.79-75.64-43.86-105.84l12.95-11.43c6.92-6.11 7.25-16.79.73-23.31L426.44 64.4c-6.53-6.53-17.21-6.19-23.31.73L391.7 78.07c-30.2-23.06-66.35-38.58-105.83-43.86L286.94 17c.58-9.21-6.74-17-15.97-17h-29.94c-9.23 0-16.54 7.79-15.97 17l1.08 17.22c-39.49 5.27-75.64 20.79-105.83 43.86l-11.43-12.95c-6.11-6.92-16.79-7.25-23.31-.73L64.4 85.56c-6.53 6.53-6.19 17.21.73 23.31l12.95 11.43c-23.06 30.2-38.58 66.35-43.86 105.84L17 225.06c-9.21-.58-17 6.74-17 15.97v29.94c0 9.23 7.79 16.54 17 15.97l17.22-1.08c5.27 39.49 20.79 75.64 43.86 105.83l-12.95 11.43c-6.92 6.11-7.25 16.79-.73 23.31l21.17 21.17c6.53 6.53 17.21 6.19 23.31-.73l11.43-12.95c30.2 23.06 66.35 38.58 105.84 43.86L225.06 495c-.58 9.21 6.74 17 15.97 17h29.94c9.23 0 16.54-7.79 15.97-17l-1.08-17.22c39.49-5.27 75.64-20.79 105.84-43.86l11.43 12.95c6.11 6.92 16.79 7.25 23.31.73l21.17-21.17c6.53-6.53 6.19-17.21-.73-23.31l-12.95-11.43c23.06-30.2 38.58-66.35 43.86-105.83l17.22 1.08c9.21.58 17-6.74 17-15.97v-29.94c-.01-9.23-7.8-16.54-17.01-15.97zM281.84 98.61c24.81 4.07 47.63 13.66 67.23 27.78l-42.62 48.29c-8.73-5.44-18.32-9.54-28.62-11.95l4.01-64.12zm-51.68 0l4.01 64.12c-10.29 2.41-19.89 6.52-28.62 11.95l-42.62-48.29c19.6-14.12 42.42-23.71 67.23-27.78zm-103.77 64.33l48.3 42.61c-5.44 8.73-9.54 18.33-11.96 28.62l-64.12-4.01c4.07-24.81 13.66-47.62 27.78-67.22zm-27.78 118.9l64.12-4.01c2.41 10.29 6.52 19.89 11.95 28.62l-48.29 42.62c-14.12-19.6-23.71-42.42-27.78-67.23zm131.55 131.55c-24.81-4.07-47.63-13.66-67.23-27.78l42.61-48.3c8.73 5.44 18.33 9.54 28.62 11.96l-4 64.12zM256 288c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm25.84 125.39l-4.01-64.12c10.29-2.41 19.89-6.52 28.62-11.96l42.61 48.3c-19.6 14.12-42.41 23.71-67.22 27.78zm103.77-64.33l-48.29-42.62c5.44-8.73 9.54-18.32 11.95-28.62l64.12 4.01c-4.07 24.82-13.66 47.64-27.78 67.23zm-36.34-114.89c-2.41-10.29-6.52-19.89-11.96-28.62l48.3-42.61c14.12 19.6 23.71 42.42 27.78 67.23l-64.12 4z\"]\n};\nvar faDiagnoses = {\n prefix: 'fas',\n iconName: 'diagnoses',\n icon: [640, 512, [], \"f470\", \"M496 256c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zm-176-80c48.5 0 88-39.5 88-88S368.5 0 320 0s-88 39.5-88 88 39.5 88 88 88zM59.8 364c10.2 15.3 29.3 17.8 42.9 9.8 16.2-9.6 56.2-31.7 105.3-48.6V416h224v-90.7c49.1 16.8 89.1 39 105.3 48.6 13.6 8 32.7 5.3 42.9-9.8l17.8-26.7c8.8-13.2 7.6-34.6-10-45.1-11.9-7.1-29.7-17-51.1-27.4-28.1 46.1-99.4 17.8-87.7-35.1C409.3 217.2 365.1 208 320 208c-57 0-112.9 14.5-160 32.2-.2 40.2-47.6 63.3-79.2 36-11.2 6-21.3 11.6-28.7 16-17.6 10.5-18.8 31.8-10 45.1L59.8 364zM368 344c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm-96-96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm-160 8c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zm512 192H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"]\n};\nvar faDice = {\n prefix: 'fas',\n iconName: 'dice',\n icon: [640, 512, [], \"f522\", \"M592 192H473.26c12.69 29.59 7.12 65.2-17 89.32L320 417.58V464c0 26.51 21.49 48 48 48h224c26.51 0 48-21.49 48-48V240c0-26.51-21.49-48-48-48zM480 376c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm-46.37-186.7L258.7 14.37c-19.16-19.16-50.23-19.16-69.39 0L14.37 189.3c-19.16 19.16-19.16 50.23 0 69.39L189.3 433.63c19.16 19.16 50.23 19.16 69.39 0L433.63 258.7c19.16-19.17 19.16-50.24 0-69.4zM96 248c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm128 128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm0-128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm0-128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm128 128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faDiceD20 = {\n prefix: 'fas',\n iconName: 'dice-d20',\n icon: [480, 512, [], \"f6cf\", \"M106.75 215.06L1.2 370.95c-3.08 5 .1 11.5 5.93 12.14l208.26 22.07-108.64-190.1zM7.41 315.43L82.7 193.08 6.06 147.1c-2.67-1.6-6.06.32-6.06 3.43v162.81c0 4.03 5.29 5.53 7.41 2.09zM18.25 423.6l194.4 87.66c5.3 2.45 11.35-1.43 11.35-7.26v-65.67l-203.55-22.3c-4.45-.5-6.23 5.59-2.2 7.57zm81.22-257.78L179.4 22.88c4.34-7.06-3.59-15.25-10.78-11.14L17.81 110.35c-2.47 1.62-2.39 5.26.13 6.78l81.53 48.69zM240 176h109.21L253.63 7.62C250.5 2.54 245.25 0 240 0s-10.5 2.54-13.63 7.62L130.79 176H240zm233.94-28.9l-76.64 45.99 75.29 122.35c2.11 3.44 7.41 1.94 7.41-2.1V150.53c0-3.11-3.39-5.03-6.06-3.43zm-93.41 18.72l81.53-48.7c2.53-1.52 2.6-5.16.13-6.78l-150.81-98.6c-7.19-4.11-15.12 4.08-10.78 11.14l79.93 142.94zm79.02 250.21L256 438.32v65.67c0 5.84 6.05 9.71 11.35 7.26l194.4-87.66c4.03-1.97 2.25-8.06-2.2-7.56zm-86.3-200.97l-108.63 190.1 208.26-22.07c5.83-.65 9.01-7.14 5.93-12.14L373.25 215.06zM240 208H139.57L240 383.75 340.43 208H240z\"]\n};\nvar faDiceD6 = {\n prefix: 'fas',\n iconName: 'dice-d6',\n icon: [448, 512, [], \"f6d1\", \"M422.19 109.95L256.21 9.07c-19.91-12.1-44.52-12.1-64.43 0L25.81 109.95c-5.32 3.23-5.29 11.27.06 14.46L224 242.55l198.14-118.14c5.35-3.19 5.38-11.22.05-14.46zm13.84 44.63L240 271.46v223.82c0 12.88 13.39 20.91 24.05 14.43l152.16-92.48c19.68-11.96 31.79-33.94 31.79-57.7v-197.7c0-6.41-6.64-10.43-11.97-7.25zM0 161.83v197.7c0 23.77 12.11 45.74 31.79 57.7l152.16 92.47c10.67 6.48 24.05-1.54 24.05-14.43V271.46L11.97 154.58C6.64 151.4 0 155.42 0 161.83z\"]\n};\nvar faDiceFive = {\n prefix: 'fas',\n iconName: 'dice-five',\n icon: [448, 512, [], \"f523\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceFour = {\n prefix: 'fas',\n iconName: 'dice-four',\n icon: [448, 512, [], \"f524\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm192 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceOne = {\n prefix: 'fas',\n iconName: 'dice-one',\n icon: [448, 512, [], \"f525\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM224 288c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceSix = {\n prefix: 'fas',\n iconName: 'dice-six',\n icon: [448, 512, [], \"f526\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm192 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceThree = {\n prefix: 'fas',\n iconName: 'dice-three',\n icon: [448, 512, [], \"f527\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceTwo = {\n prefix: 'fas',\n iconName: 'dice-two',\n icon: [448, 512, [], \"f528\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm192 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDigitalTachograph = {\n prefix: 'fas',\n iconName: 'digital-tachograph',\n icon: [640, 512, [], \"f566\", \"M608 96H32c-17.67 0-32 14.33-32 32v256c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V128c0-17.67-14.33-32-32-32zM304 352c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-8c0-4.42 3.58-8 8-8h224c4.42 0 8 3.58 8 8v8zM72 288v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H80c-4.42 0-8-3.58-8-8zm64 0v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm64 0v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm64 0v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm40-64c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-48c0-8.84 7.16-16 16-16h208c8.84 0 16 7.16 16 16v48zm272 128c0 4.42-3.58 8-8 8H344c-4.42 0-8-3.58-8-8v-8c0-4.42 3.58-8 8-8h224c4.42 0 8 3.58 8 8v8z\"]\n};\nvar faDirections = {\n prefix: 'fas',\n iconName: 'directions',\n icon: [512, 512, [], \"f5eb\", \"M502.61 233.32L278.68 9.39c-12.52-12.52-32.83-12.52-45.36 0L9.39 233.32c-12.52 12.53-12.52 32.83 0 45.36l223.93 223.93c12.52 12.53 32.83 12.53 45.36 0l223.93-223.93c12.52-12.53 12.52-32.83 0-45.36zm-100.98 12.56l-84.21 77.73c-5.12 4.73-13.43 1.1-13.43-5.88V264h-96v64c0 4.42-3.58 8-8 8h-32c-4.42 0-8-3.58-8-8v-80c0-17.67 14.33-32 32-32h112v-53.73c0-6.97 8.3-10.61 13.43-5.88l84.21 77.73c3.43 3.17 3.43 8.59 0 11.76z\"]\n};\nvar faDivide = {\n prefix: 'fas',\n iconName: 'divide',\n icon: [448, 512, [], \"f529\", \"M224 352c-35.35 0-64 28.65-64 64s28.65 64 64 64 64-28.65 64-64-28.65-64-64-64zm0-192c35.35 0 64-28.65 64-64s-28.65-64-64-64-64 28.65-64 64 28.65 64 64 64zm192 48H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"]\n};\nvar faDizzy = {\n prefix: 'fas',\n iconName: 'dizzy',\n icon: [496, 512, [], \"f567\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-96 206.6l-28.7 28.7c-14.8 14.8-37.8-7.5-22.6-22.6l28.7-28.7-28.7-28.7c-15-15 7.7-37.6 22.6-22.6l28.7 28.7 28.7-28.7c15-15 37.6 7.7 22.6 22.6L174.6 192l28.7 28.7c15.2 15.2-7.9 37.4-22.6 22.6L152 214.6zM248 416c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm147.3-195.3c15.2 15.2-7.9 37.4-22.6 22.6L344 214.6l-28.7 28.7c-14.8 14.8-37.8-7.5-22.6-22.6l28.7-28.7-28.7-28.7c-15-15 7.7-37.6 22.6-22.6l28.7 28.7 28.7-28.7c15-15 37.6 7.7 22.6 22.6L366.6 192l28.7 28.7z\"]\n};\nvar faDna = {\n prefix: 'fas',\n iconName: 'dna',\n icon: [448, 512, [], \"f471\", \"M.1 494.1c-1.1 9.5 6.3 17.8 15.9 17.8l32.3.1c8.1 0 14.9-5.9 16-13.9.7-4.9 1.8-11.1 3.4-18.1H380c1.6 6.9 2.9 13.2 3.5 18.1 1.1 8 7.9 14 16 13.9l32.3-.1c9.6 0 17.1-8.3 15.9-17.8-4.6-37.9-25.6-129-118.9-207.7-17.6 12.4-37.1 24.2-58.5 35.4 6.2 4.6 11.4 9.4 17 14.2H159.7c21.3-18.1 47-35.6 78.7-51.4C410.5 199.1 442.1 65.8 447.9 17.9 449 8.4 441.6.1 432 .1L399.6 0c-8.1 0-14.9 5.9-16 13.9-.7 4.9-1.8 11.1-3.4 18.1H67.8c-1.6-7-2.7-13.1-3.4-18.1-1.1-8-7.9-14-16-13.9L16.1.1C6.5.1-1 8.4.1 17.9 5.3 60.8 31.4 171.8 160 256 31.5 340.2 5.3 451.2.1 494.1zM224 219.6c-25.1-13.7-46.4-28.4-64.3-43.6h128.5c-17.8 15.2-39.1 30-64.2 43.6zM355.1 96c-5.8 10.4-12.8 21.1-21 32H114c-8.3-10.9-15.3-21.6-21-32h262.1zM92.9 416c5.8-10.4 12.8-21.1 21-32h219.4c8.3 10.9 15.4 21.6 21.2 32H92.9z\"]\n};\nvar faDog = {\n prefix: 'fas',\n iconName: 'dog',\n icon: [512, 512, [], \"f6d3\", \"M496 96h-64l-7.16-14.31A32 32 0 0 0 396.22 64H342.6l-27.28-27.28C305.23 26.64 288 33.78 288 48.03v149.84l128 45.71V208h32c35.35 0 64-28.65 64-64v-32c0-8.84-7.16-16-16-16zm-112 48c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zM96 224c-17.64 0-32-14.36-32-32 0-17.67-14.33-32-32-32S0 174.33 0 192c0 41.66 26.83 76.85 64 90.1V496c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V384h160v112c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V277.55L266.05 224H96z\"]\n};\nvar faDollarSign = {\n prefix: 'fas',\n iconName: 'dollar-sign',\n icon: [288, 512, [], \"f155\", \"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"]\n};\nvar faDolly = {\n prefix: 'fas',\n iconName: 'dolly',\n icon: [576, 512, [], \"f472\", \"M294.2 277.7c18 5 34.7 13.4 49.5 24.7l161.5-53.8c8.4-2.8 12.9-11.9 10.1-20.2L454.9 47.2c-2.8-8.4-11.9-12.9-20.2-10.1l-61.1 20.4 33.1 99.4L346 177l-33.1-99.4-61.6 20.5c-8.4 2.8-12.9 11.9-10.1 20.2l53 159.4zm281 48.7L565 296c-2.8-8.4-11.9-12.9-20.2-10.1l-213.5 71.2c-17.2-22-43.6-36.4-73.5-37L158.4 21.9C154 8.8 141.8 0 128 0H16C7.2 0 0 7.2 0 16v32c0 8.8 7.2 16 16 16h88.9l92.2 276.7c-26.1 20.4-41.7 53.6-36 90.5 6.1 39.4 37.9 72.3 77.3 79.2 60.2 10.7 112.3-34.8 113.4-92.6l213.3-71.2c8.3-2.8 12.9-11.8 10.1-20.2zM256 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z\"]\n};\nvar faDollyFlatbed = {\n prefix: 'fas',\n iconName: 'dolly-flatbed',\n icon: [640, 512, [], \"f474\", \"M208 320h384c8.8 0 16-7.2 16-16V48c0-8.8-7.2-16-16-16H448v128l-48-32-48 32V32H208c-8.8 0-16 7.2-16 16v256c0 8.8 7.2 16 16 16zm416 64H128V16c0-8.8-7.2-16-16-16H16C7.2 0 0 7.2 0 16v32c0 8.8 7.2 16 16 16h48v368c0 8.8 7.2 16 16 16h82.9c-1.8 5-2.9 10.4-2.9 16 0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1.2-11-2.9-16H451c-1.8 5-2.9 10.4-2.9 16 0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1.2-11-2.9-16H624c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"]\n};\nvar faDonate = {\n prefix: 'fas',\n iconName: 'donate',\n icon: [512, 512, [], \"f4b9\", \"M256 416c114.9 0 208-93.1 208-208S370.9 0 256 0 48 93.1 48 208s93.1 208 208 208zM233.8 97.4V80.6c0-9.2 7.4-16.6 16.6-16.6h11.1c9.2 0 16.6 7.4 16.6 16.6v17c15.5.8 30.5 6.1 43 15.4 5.6 4.1 6.2 12.3 1.2 17.1L306 145.6c-3.8 3.7-9.5 3.8-14 1-5.4-3.4-11.4-5.1-17.8-5.1h-38.9c-9 0-16.3 8.2-16.3 18.3 0 8.2 5 15.5 12.1 17.6l62.3 18.7c25.7 7.7 43.7 32.4 43.7 60.1 0 34-26.4 61.5-59.1 62.4v16.8c0 9.2-7.4 16.6-16.6 16.6h-11.1c-9.2 0-16.6-7.4-16.6-16.6v-17c-15.5-.8-30.5-6.1-43-15.4-5.6-4.1-6.2-12.3-1.2-17.1l16.3-15.5c3.8-3.7 9.5-3.8 14-1 5.4 3.4 11.4 5.1 17.8 5.1h38.9c9 0 16.3-8.2 16.3-18.3 0-8.2-5-15.5-12.1-17.6l-62.3-18.7c-25.7-7.7-43.7-32.4-43.7-60.1.1-34 26.4-61.5 59.1-62.4zM480 352h-32.5c-19.6 26-44.6 47.7-73 64h63.8c5.3 0 9.6 3.6 9.6 8v16c0 4.4-4.3 8-9.6 8H73.6c-5.3 0-9.6-3.6-9.6-8v-16c0-4.4 4.3-8 9.6-8h63.8c-28.4-16.3-53.3-38-73-64H32c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32v-96c0-17.7-14.3-32-32-32z\"]\n};\nvar faDoorClosed = {\n prefix: 'fas',\n iconName: 'door-closed',\n icon: [640, 512, [], \"f52a\", \"M624 448H512V50.8C512 22.78 490.47 0 464 0H175.99c-26.47 0-48 22.78-48 50.8V448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM415.99 288c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32c.01 17.67-14.32 32-32 32z\"]\n};\nvar faDoorOpen = {\n prefix: 'fas',\n iconName: 'door-open',\n icon: [640, 512, [], \"f52b\", \"M624 448h-80V113.45C544 86.19 522.47 64 496 64H384v64h96v384h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM312.24 1.01l-192 49.74C105.99 54.44 96 67.7 96 82.92V448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h336V33.18c0-21.58-19.56-37.41-39.76-32.17zM264 288c-13.25 0-24-14.33-24-32s10.75-32 24-32 24 14.33 24 32-10.75 32-24 32z\"]\n};\nvar faDotCircle = {\n prefix: 'fas',\n iconName: 'dot-circle',\n icon: [512, 512, [], \"f192\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"]\n};\nvar faDove = {\n prefix: 'fas',\n iconName: 'dove',\n icon: [512, 512, [], \"f4ba\", \"M288 167.2v-28.1c-28.2-36.3-47.1-79.3-54.1-125.2-2.1-13.5-19-18.8-27.8-8.3-21.1 24.9-37.7 54.1-48.9 86.5 34.2 38.3 80 64.6 130.8 75.1zM400 64c-44.2 0-80 35.9-80 80.1v59.4C215.6 197.3 127 133 87 41.8c-5.5-12.5-23.2-13.2-29-.9C41.4 76 32 115.2 32 156.6c0 70.8 34.1 136.9 85.1 185.9 13.2 12.7 26.1 23.2 38.9 32.8l-143.9 36C1.4 414-3.4 426.4 2.6 435.7 20 462.6 63 508.2 155.8 512c8 .3 16-2.6 22.1-7.9l65.2-56.1H320c88.4 0 160-71.5 160-159.9V128l32-64H400zm0 96.1c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"]\n};\nvar faDownload = {\n prefix: 'fas',\n iconName: 'download',\n icon: [512, 512, [], \"f019\", \"M216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1L269.7 378.3c-7.5 7.5-19.8 7.5-27.3 0L90.1 226.1c-12.6-12.6-3.7-34.1 14.1-34.1H192V24c0-13.3 10.7-24 24-24zm296 376v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h146.7l49 49c20.1 20.1 52.5 20.1 72.6 0l49-49H488c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"]\n};\nvar faDraftingCompass = {\n prefix: 'fas',\n iconName: 'drafting-compass',\n icon: [512, 512, [], \"f568\", \"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"]\n};\nvar faDragon = {\n prefix: 'fas',\n iconName: 'dragon',\n icon: [640, 512, [], \"f6d5\", \"M18.32 255.78L192 223.96l-91.28 68.69c-10.08 10.08-2.94 27.31 11.31 27.31h222.7c-9.44-26.4-14.73-54.47-14.73-83.38v-42.27l-119.73-87.6c-23.82-15.88-55.29-14.01-77.06 4.59L5.81 227.64c-12.38 10.33-3.45 30.42 12.51 28.14zm556.87 34.1l-100.66-50.31A47.992 47.992 0 0 1 448 196.65v-36.69h64l28.09 22.63c6 6 14.14 9.37 22.63 9.37h30.97a32 32 0 0 0 28.62-17.69l14.31-28.62a32.005 32.005 0 0 0-3.02-33.51l-74.53-99.38C553.02 4.7 543.54 0 533.47 0H296.02c-7.13 0-10.7 8.57-5.66 13.61L352 63.96 292.42 88.8c-5.9 2.95-5.9 11.36 0 14.31L352 127.96v108.62c0 72.08 36.03 139.39 96 179.38-195.59 6.81-344.56 41.01-434.1 60.91C5.78 478.67 0 485.88 0 494.2 0 504 7.95 512 17.76 512h499.08c63.29.01 119.61-47.56 122.99-110.76 2.52-47.28-22.73-90.4-64.64-111.36zM489.18 66.25l45.65 11.41c-2.75 10.91-12.47 18.89-24.13 18.26-12.96-.71-25.85-12.53-21.52-29.67z\"]\n};\nvar faDrawPolygon = {\n prefix: 'fas',\n iconName: 'draw-polygon',\n icon: [448, 512, [], \"f5ee\", \"M384 352c-.35 0-.67.1-1.02.1l-39.2-65.32c5.07-9.17 8.22-19.56 8.22-30.78s-3.14-21.61-8.22-30.78l39.2-65.32c.35.01.67.1 1.02.1 35.35 0 64-28.65 64-64s-28.65-64-64-64c-23.63 0-44.04 12.95-55.12 32H119.12C108.04 44.95 87.63 32 64 32 28.65 32 0 60.65 0 96c0 23.63 12.95 44.04 32 55.12v209.75C12.95 371.96 0 392.37 0 416c0 35.35 28.65 64 64 64 23.63 0 44.04-12.95 55.12-32h209.75c11.09 19.05 31.49 32 55.12 32 35.35 0 64-28.65 64-64 .01-35.35-28.64-64-63.99-64zm-288 8.88V151.12A63.825 63.825 0 0 0 119.12 128h208.36l-38.46 64.1c-.35-.01-.67-.1-1.02-.1-35.35 0-64 28.65-64 64s28.65 64 64 64c.35 0 .67-.1 1.02-.1l38.46 64.1H119.12A63.748 63.748 0 0 0 96 360.88zM272 256c0-8.82 7.18-16 16-16s16 7.18 16 16-7.18 16-16 16-16-7.18-16-16zM400 96c0 8.82-7.18 16-16 16s-16-7.18-16-16 7.18-16 16-16 16 7.18 16 16zM64 80c8.82 0 16 7.18 16 16s-7.18 16-16 16-16-7.18-16-16 7.18-16 16-16zM48 416c0-8.82 7.18-16 16-16s16 7.18 16 16-7.18 16-16 16-16-7.18-16-16zm336 16c-8.82 0-16-7.18-16-16s7.18-16 16-16 16 7.18 16 16-7.18 16-16 16z\"]\n};\nvar faDrum = {\n prefix: 'fas',\n iconName: 'drum',\n icon: [512, 512, [], \"f569\", \"M431.34 122.05l73.53-47.42a16 16 0 0 0 4.44-22.19l-8.87-13.31a16 16 0 0 0-22.19-4.44l-110.06 71C318.43 96.91 271.22 96 256 96 219.55 96 0 100.55 0 208.15v160.23c0 30.27 27.5 57.68 72 77.86v-101.9a24 24 0 1 1 48 0v118.93c33.05 9.11 71.07 15.06 112 16.73V376.39a24 24 0 1 1 48 0V480c40.93-1.67 78.95-7.62 112-16.73V344.34a24 24 0 1 1 48 0v101.9c44.5-20.18 72-47.59 72-77.86V208.15c0-43.32-35.76-69.76-80.66-86.1zM256 272.24c-114.88 0-208-28.69-208-64.09s93.12-64.08 208-64.08c17.15 0 33.73.71 49.68 1.91l-72.81 47a16 16 0 0 0-4.43 22.19l8.87 13.31a16 16 0 0 0 22.19 4.44l118.64-76.52C430.09 168 464 186.84 464 208.15c0 35.4-93.13 64.09-208 64.09z\"]\n};\nvar faDrumSteelpan = {\n prefix: 'fas',\n iconName: 'drum-steelpan',\n icon: [576, 512, [], \"f56a\", \"M288 32C128.94 32 0 89.31 0 160v192c0 70.69 128.94 128 288 128s288-57.31 288-128V160c0-70.69-128.94-128-288-128zm-82.99 158.36c-4.45 16.61-14.54 30.57-28.31 40.48C100.23 217.46 48 190.78 48 160c0-30.16 50.11-56.39 124.04-70.03l25.6 44.34c9.86 17.09 12.48 36.99 7.37 56.05zM288 240c-21.08 0-41.41-1-60.89-2.7 8.06-26.13 32.15-45.3 60.89-45.3s52.83 19.17 60.89 45.3C329.41 239 309.08 240 288 240zm64-144c0 35.29-28.71 64-64 64s-64-28.71-64-64V82.96c20.4-1.88 41.8-2.96 64-2.96s43.6 1.08 64 2.96V96zm46.93 134.9c-13.81-9.91-23.94-23.9-28.4-40.54-5.11-19.06-2.49-38.96 7.38-56.04l25.65-44.42C477.72 103.5 528 129.79 528 160c0 30.83-52.4 57.54-129.07 70.9z\"]\n};\nvar faDrumstickBite = {\n prefix: 'fas',\n iconName: 'drumstick-bite',\n icon: [512, 512, [], \"f6d7\", \"M462.8 49.57a169.44 169.44 0 0 0-239.5 0C187.82 85 160.13 128 160.13 192v85.83l-40.62 40.59c-9.7 9.69-24 11.07-36.78 6a60.33 60.33 0 0 0-65 98.72C33 438.39 54.24 442.7 73.85 438.21c-4.5 19.6-.18 40.83 15.1 56.1a60.35 60.35 0 0 0 98.8-65c-5.09-12.73-3.72-27 6-36.75L234.36 352h85.89a187.87 187.87 0 0 0 61.89-10c-39.64-43.89-39.83-110.23 1.05-151.07 34.38-34.36 86.76-39.46 128.74-16.8 1.3-44.96-14.81-90.28-49.13-124.56z\"]\n};\nvar faDumbbell = {\n prefix: 'fas',\n iconName: 'dumbbell',\n icon: [640, 512, [], \"f44b\", \"M104 96H56c-13.3 0-24 10.7-24 24v104H8c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h24v104c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V120c0-13.3-10.7-24-24-24zm528 128h-24V120c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v272c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V288h24c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM456 32h-48c-13.3 0-24 10.7-24 24v168H256V56c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v400c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V288h128v168c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24z\"]\n};\nvar faDumpster = {\n prefix: 'fas',\n iconName: 'dumpster',\n icon: [576, 512, [], \"f793\", \"M560 160c10.4 0 18-9.8 15.5-19.9l-24-96C549.7 37 543.3 32 536 32h-98.9l25.6 128H560zM272 32H171.5l-25.6 128H272V32zm132.5 0H304v128h126.1L404.5 32zM16 160h97.3l25.6-128H40c-7.3 0-13.7 5-15.5 12.1l-24 96C-2 150.2 5.6 160 16 160zm544 64h-20l4-32H32l4 32H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h28l20 160v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h320v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16l20-160h28c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"]\n};\nvar faDumpsterFire = {\n prefix: 'fas',\n iconName: 'dumpster-fire',\n icon: [640, 512, [], \"f794\", \"M418.7 104.1l.2-.2-14.4-72H304v128h60.8c16.2-19.3 34.2-38.2 53.9-55.8zM272 32H171.5l-25.6 128H272V32zm189.3 72.1c18.2 16.3 35.5 33.7 51.1 51.5 5.7-5.6 11.4-11.1 17.3-16.3l21.3-19 21.3 19c1.1.9 2.1 2.1 3.1 3.1-.1-.8.2-1.5 0-2.3l-24-96C549.7 37 543.3 32 536 32h-98.9l12.3 61.5 11.9 10.6zM16 160h97.3l25.6-128H40c-7.3 0-13.7 5-15.5 12.1l-24 96C-2 150.2 5.6 160 16 160zm324.6 32H32l4 32H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h28l20 160v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h208.8c-30.2-33.7-48.8-77.9-48.8-126.4 0-35.9 19.9-82.9 52.6-129.6zm210.5-28.8c-14.9 13.3-28.3 27.2-40.2 41.2-19.5-25.8-43.6-52-71-76.4-70.2 62.7-120 144.3-120 193.6 0 87.5 71.6 158.4 160 158.4s160-70.9 160-158.4c.1-36.6-37-112.2-88.8-158.4zm-18.6 229.4c-14.7 10.7-32.9 17-52.5 17-49 0-88.9-33.5-88.9-88 0-27.1 16.5-51 49.4-91.9 4.7 5.6 67.1 88.1 67.1 88.1l39.8-47c2.8 4.8 5.4 9.5 7.7 14 18.6 36.7 10.8 83.6-22.6 107.8z\"]\n};\nvar faDungeon = {\n prefix: 'fas',\n iconName: 'dungeon',\n icon: [512, 512, [], \"f6d9\", \"M128.73 195.32l-82.81-51.76c-8.04-5.02-18.99-2.17-22.93 6.45A254.19 254.19 0 0 0 .54 239.28C-.05 248.37 7.59 256 16.69 256h97.13c7.96 0 14.08-6.25 15.01-14.16 1.09-9.33 3.24-18.33 6.24-26.94 2.56-7.34.25-15.46-6.34-19.58zM319.03 8C298.86 2.82 277.77 0 256 0s-42.86 2.82-63.03 8c-9.17 2.35-13.91 12.6-10.39 21.39l37.47 104.03A16.003 16.003 0 0 0 235.1 144h41.8c6.75 0 12.77-4.23 15.05-10.58l37.47-104.03c3.52-8.79-1.22-19.03-10.39-21.39zM112 288H16c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm0 128H16c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm77.31-283.67l-36.32-90.8c-3.53-8.83-14.13-12.99-22.42-8.31a257.308 257.308 0 0 0-71.61 59.89c-6.06 7.32-3.85 18.48 4.22 23.52l82.93 51.83c6.51 4.07 14.66 2.62 20.11-2.79 5.18-5.15 10.79-9.85 16.79-14.05 6.28-4.41 9.15-12.17 6.3-19.29zM398.18 256h97.13c9.1 0 16.74-7.63 16.15-16.72a254.135 254.135 0 0 0-22.45-89.27c-3.94-8.62-14.89-11.47-22.93-6.45l-82.81 51.76c-6.59 4.12-8.9 12.24-6.34 19.58 3.01 8.61 5.15 17.62 6.24 26.94.93 7.91 7.05 14.16 15.01 14.16zm54.85-162.89a257.308 257.308 0 0 0-71.61-59.89c-8.28-4.68-18.88-.52-22.42 8.31l-36.32 90.8c-2.85 7.12.02 14.88 6.3 19.28 6 4.2 11.61 8.9 16.79 14.05 5.44 5.41 13.6 6.86 20.11 2.79l82.93-51.83c8.07-5.03 10.29-16.19 4.22-23.51zM496 288h-96c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm0 128h-96c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zM240 177.62V472c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8V177.62c-5.23-.89-10.52-1.62-16-1.62s-10.77.73-16 1.62zm-64 41.51V472c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8V189.36c-12.78 7.45-23.84 17.47-32 29.77zm128-29.77V472c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8V219.13c-8.16-12.3-19.22-22.32-32-29.77z\"]\n};\nvar faEdit = {\n prefix: 'fas',\n iconName: 'edit',\n icon: [576, 512, [], \"f044\", \"M402.6 83.2l90.2 90.2c3.8 3.8 3.8 10 0 13.8L274.4 405.6l-92.8 10.3c-12.4 1.4-22.9-9.1-21.5-21.5l10.3-92.8L388.8 83.2c3.8-3.8 10-3.8 13.8 0zm162-22.9l-48.8-48.8c-15.2-15.2-39.9-15.2-55.2 0l-35.4 35.4c-3.8 3.8-3.8 10 0 13.8l90.2 90.2c3.8 3.8 10 3.8 13.8 0l35.4-35.4c15.2-15.3 15.2-40 0-55.2zM384 346.2V448H64V128h229.8c3.2 0 6.2-1.3 8.5-3.5l40-40c7.6-7.6 2.2-20.5-8.5-20.5H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V306.2c0-10.7-12.9-16-20.5-8.5l-40 40c-2.2 2.3-3.5 5.3-3.5 8.5z\"]\n};\nvar faEgg = {\n prefix: 'fas',\n iconName: 'egg',\n icon: [384, 512, [], \"f7fb\", \"M192 0C86 0 0 214 0 320s86 192 192 192 192-86 192-192S298 0 192 0z\"]\n};\nvar faEject = {\n prefix: 'fas',\n iconName: 'eject',\n icon: [448, 512, [], \"f052\", \"M448 384v64c0 17.673-14.327 32-32 32H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h384c17.673 0 32 14.327 32 32zM48.053 320h351.886c41.651 0 63.581-49.674 35.383-80.435L259.383 47.558c-19.014-20.743-51.751-20.744-70.767 0L12.67 239.565C-15.475 270.268 6.324 320 48.053 320z\"]\n};\nvar faEllipsisH = {\n prefix: 'fas',\n iconName: 'ellipsis-h',\n icon: [512, 512, [], \"f141\", \"M328 256c0 39.8-32.2 72-72 72s-72-32.2-72-72 32.2-72 72-72 72 32.2 72 72zm104-72c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72zm-352 0c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72z\"]\n};\nvar faEllipsisV = {\n prefix: 'fas',\n iconName: 'ellipsis-v',\n icon: [192, 512, [], \"f142\", \"M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z\"]\n};\nvar faEnvelope = {\n prefix: 'fas',\n iconName: 'envelope',\n icon: [512, 512, [], \"f0e0\", \"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"]\n};\nvar faEnvelopeOpen = {\n prefix: 'fas',\n iconName: 'envelope-open',\n icon: [512, 512, [], \"f2b6\", \"M512 464c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V200.724a48 48 0 0 1 18.387-37.776c24.913-19.529 45.501-35.365 164.2-121.511C199.412 29.17 232.797-.347 256 .003c23.198-.354 56.596 29.172 73.413 41.433 118.687 86.137 139.303 101.995 164.2 121.512A48 48 0 0 1 512 200.724V464zm-65.666-196.605c-2.563-3.728-7.7-4.595-11.339-1.907-22.845 16.873-55.462 40.705-105.582 77.079-16.825 12.266-50.21 41.781-73.413 41.43-23.211.344-56.559-29.143-73.413-41.43-50.114-36.37-82.734-60.204-105.582-77.079-3.639-2.688-8.776-1.821-11.339 1.907l-9.072 13.196a7.998 7.998 0 0 0 1.839 10.967c22.887 16.899 55.454 40.69 105.303 76.868 20.274 14.781 56.524 47.813 92.264 47.573 35.724.242 71.961-32.771 92.263-47.573 49.85-36.179 82.418-59.97 105.303-76.868a7.998 7.998 0 0 0 1.839-10.967l-9.071-13.196z\"]\n};\nvar faEnvelopeOpenText = {\n prefix: 'fas',\n iconName: 'envelope-open-text',\n icon: [512, 512, [], \"f658\", \"M176 216h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16zm-16 80c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16zm96 121.13c-16.42 0-32.84-5.06-46.86-15.19L0 250.86V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V250.86L302.86 401.94c-14.02 10.12-30.44 15.19-46.86 15.19zm237.61-254.18c-8.85-6.94-17.24-13.47-29.61-22.81V96c0-26.51-21.49-48-48-48h-77.55c-3.04-2.2-5.87-4.26-9.04-6.56C312.6 29.17 279.2-.35 256 0c-23.2-.35-56.59 29.17-73.41 41.44-3.17 2.3-6 4.36-9.04 6.56H96c-26.51 0-48 21.49-48 48v44.14c-12.37 9.33-20.76 15.87-29.61 22.81A47.995 47.995 0 0 0 0 200.72v10.65l96 69.35V96h320v184.72l96-69.35v-10.65c0-14.74-6.78-28.67-18.39-37.77z\"]\n};\nvar faEnvelopeSquare = {\n prefix: 'fas',\n iconName: 'envelope-square',\n icon: [448, 512, [], \"f199\", \"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM178.117 262.104C87.429 196.287 88.353 196.121 64 177.167V152c0-13.255 10.745-24 24-24h272c13.255 0 24 10.745 24 24v25.167c-24.371 18.969-23.434 19.124-114.117 84.938-10.5 7.655-31.392 26.12-45.883 25.894-14.503.218-35.367-18.227-45.883-25.895zM384 217.775V360c0 13.255-10.745 24-24 24H88c-13.255 0-24-10.745-24-24V217.775c13.958 10.794 33.329 25.236 95.303 70.214 14.162 10.341 37.975 32.145 64.694 32.01 26.887.134 51.037-22.041 64.72-32.025 61.958-44.965 81.325-59.406 95.283-70.199z\"]\n};\nvar faEquals = {\n prefix: 'fas',\n iconName: 'equals',\n icon: [448, 512, [], \"f52c\", \"M416 304H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32zm0-192H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"]\n};\nvar faEraser = {\n prefix: 'fas',\n iconName: 'eraser',\n icon: [512, 512, [], \"f12d\", \"M497.941 273.941c18.745-18.745 18.745-49.137 0-67.882l-160-160c-18.745-18.745-49.136-18.746-67.883 0l-256 256c-18.745 18.745-18.745 49.137 0 67.882l96 96A48.004 48.004 0 0 0 144 480h356c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12H355.883l142.058-142.059zm-302.627-62.627l137.373 137.373L265.373 416H150.628l-80-80 124.686-124.686z\"]\n};\nvar faEthernet = {\n prefix: 'fas',\n iconName: 'ethernet',\n icon: [512, 512, [], \"f796\", \"M496 192h-48v-48c0-8.8-7.2-16-16-16h-48V80c0-8.8-7.2-16-16-16H144c-8.8 0-16 7.2-16 16v48H80c-8.8 0-16 7.2-16 16v48H16c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16h80V320h32v128h64V320h32v128h64V320h32v128h64V320h32v128h80c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16z\"]\n};\nvar faEuroSign = {\n prefix: 'fas',\n iconName: 'euro-sign',\n icon: [320, 512, [], \"f153\", \"M310.706 413.765c-1.314-6.63-7.835-10.872-14.424-9.369-10.692 2.439-27.422 5.413-45.426 5.413-56.763 0-101.929-34.79-121.461-85.449h113.689a12 12 0 0 0 11.708-9.369l6.373-28.36c1.686-7.502-4.019-14.631-11.708-14.631H115.22c-1.21-14.328-1.414-28.287.137-42.245H261.95a12 12 0 0 0 11.723-9.434l6.512-29.755c1.638-7.484-4.061-14.566-11.723-14.566H130.184c20.633-44.991 62.69-75.03 117.619-75.03 14.486 0 28.564 2.25 37.851 4.145 6.216 1.268 12.347-2.498 14.002-8.623l11.991-44.368c1.822-6.741-2.465-13.616-9.326-14.917C290.217 34.912 270.71 32 249.635 32 152.451 32 74.03 92.252 45.075 176H12c-6.627 0-12 5.373-12 12v29.755c0 6.627 5.373 12 12 12h21.569c-1.009 13.607-1.181 29.287-.181 42.245H12c-6.627 0-12 5.373-12 12v28.36c0 6.627 5.373 12 12 12h30.114C67.139 414.692 145.264 480 249.635 480c26.301 0 48.562-4.544 61.101-7.788 6.167-1.595 10.027-7.708 8.788-13.957l-8.818-44.49z\"]\n};\nvar faExchangeAlt = {\n prefix: 'fas',\n iconName: 'exchange-alt',\n icon: [512, 512, [], \"f362\", \"M0 168v-16c0-13.255 10.745-24 24-24h360V80c0-21.367 25.899-32.042 40.971-16.971l80 80c9.372 9.373 9.372 24.569 0 33.941l-80 80C409.956 271.982 384 261.456 384 240v-48H24c-13.255 0-24-10.745-24-24zm488 152H128v-48c0-21.314-25.862-32.08-40.971-16.971l-80 80c-9.372 9.373-9.372 24.569 0 33.941l80 80C102.057 463.997 128 453.437 128 432v-48h360c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24z\"]\n};\nvar faExclamation = {\n prefix: 'fas',\n iconName: 'exclamation',\n icon: [192, 512, [], \"f12a\", \"M176 432c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zM25.26 25.199l13.6 272C39.499 309.972 50.041 320 62.83 320h66.34c12.789 0 23.331-10.028 23.97-22.801l13.6-272C167.425 11.49 156.496 0 142.77 0H49.23C35.504 0 24.575 11.49 25.26 25.199z\"]\n};\nvar faExclamationCircle = {\n prefix: 'fas',\n iconName: 'exclamation-circle',\n icon: [512, 512, [], \"f06a\", \"M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z\"]\n};\nvar faExclamationTriangle = {\n prefix: 'fas',\n iconName: 'exclamation-triangle',\n icon: [576, 512, [], \"f071\", \"M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z\"]\n};\nvar faExpand = {\n prefix: 'fas',\n iconName: 'expand',\n icon: [448, 512, [], \"f065\", \"M0 180V56c0-13.3 10.7-24 24-24h124c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H64v84c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12zM288 44v40c0 6.6 5.4 12 12 12h84v84c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12V56c0-13.3-10.7-24-24-24H300c-6.6 0-12 5.4-12 12zm148 276h-40c-6.6 0-12 5.4-12 12v84h-84c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h124c13.3 0 24-10.7 24-24V332c0-6.6-5.4-12-12-12zM160 468v-40c0-6.6-5.4-12-12-12H64v-84c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v124c0 13.3 10.7 24 24 24h124c6.6 0 12-5.4 12-12z\"]\n};\nvar faExpandArrowsAlt = {\n prefix: 'fas',\n iconName: 'expand-arrows-alt',\n icon: [448, 512, [], \"f31e\", \"M448 344v112a23.94 23.94 0 0 1-24 24H312c-21.39 0-32.09-25.9-17-41l36.2-36.2L224 295.6 116.77 402.9 153 439c15.09 15.1 4.39 41-17 41H24a23.94 23.94 0 0 1-24-24V344c0-21.4 25.89-32.1 41-17l36.19 36.2L184.46 256 77.18 148.7 41 185c-15.1 15.1-41 4.4-41-17V56a23.94 23.94 0 0 1 24-24h112c21.39 0 32.09 25.9 17 41l-36.2 36.2L224 216.4l107.23-107.3L295 73c-15.09-15.1-4.39-41 17-41h112a23.94 23.94 0 0 1 24 24v112c0 21.4-25.89 32.1-41 17l-36.19-36.2L263.54 256l107.28 107.3L407 327.1c15.1-15.2 41-4.5 41 16.9z\"]\n};\nvar faExternalLinkAlt = {\n prefix: 'fas',\n iconName: 'external-link-alt',\n icon: [512, 512, [], \"f35d\", \"M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z\"]\n};\nvar faExternalLinkSquareAlt = {\n prefix: 'fas',\n iconName: 'external-link-square-alt',\n icon: [448, 512, [], \"f360\", \"M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zm-88 16H248.029c-21.313 0-32.08 25.861-16.971 40.971l31.984 31.987L67.515 364.485c-4.686 4.686-4.686 12.284 0 16.971l31.029 31.029c4.687 4.686 12.285 4.686 16.971 0l195.526-195.526 31.988 31.991C358.058 263.977 384 253.425 384 231.979V120c0-13.255-10.745-24-24-24z\"]\n};\nvar faEye = {\n prefix: 'fas',\n iconName: 'eye',\n icon: [576, 512, [], \"f06e\", \"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"]\n};\nvar faEyeDropper = {\n prefix: 'fas',\n iconName: 'eye-dropper',\n icon: [512, 512, [], \"f1fb\", \"M50.75 333.25c-12 12-18.75 28.28-18.75 45.26V424L0 480l32 32 56-32h45.49c16.97 0 33.25-6.74 45.25-18.74l126.64-126.62-128-128L50.75 333.25zM483.88 28.12c-37.47-37.5-98.28-37.5-135.75 0l-77.09 77.09-13.1-13.1c-9.44-9.44-24.65-9.31-33.94 0l-40.97 40.97c-9.37 9.37-9.37 24.57 0 33.94l161.94 161.94c9.44 9.44 24.65 9.31 33.94 0L419.88 288c9.37-9.37 9.37-24.57 0-33.94l-13.1-13.1 77.09-77.09c37.51-37.48 37.51-98.26.01-135.75z\"]\n};\nvar faEyeSlash = {\n prefix: 'fas',\n iconName: 'eye-slash',\n icon: [640, 512, [], \"f070\", \"M320 400c-75.85 0-137.25-58.71-142.9-133.11L72.2 185.82c-13.79 17.3-26.48 35.59-36.72 55.59a32.35 32.35 0 0 0 0 29.19C89.71 376.41 197.07 448 320 448c26.91 0 52.87-4 77.89-10.46L346 397.39a144.13 144.13 0 0 1-26 2.61zm313.82 58.1l-110.55-85.44a331.25 331.25 0 0 0 81.25-102.07 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64a308.15 308.15 0 0 0-147.32 37.7L45.46 3.37A16 16 0 0 0 23 6.18L3.37 31.45A16 16 0 0 0 6.18 53.9l588.36 454.73a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zm-183.72-142l-39.3-30.38A94.75 94.75 0 0 0 416 256a94.76 94.76 0 0 0-121.31-92.21A47.65 47.65 0 0 1 304 192a46.64 46.64 0 0 1-1.54 10l-73.61-56.89A142.31 142.31 0 0 1 320 112a143.92 143.92 0 0 1 144 144c0 21.63-5.29 41.79-13.9 60.11z\"]\n};\nvar faFan = {\n prefix: 'fas',\n iconName: 'fan',\n icon: [512, 512, [], \"f863\", \"M352.57 128c-28.09 0-54.09 4.52-77.06 12.86l12.41-123.11C289 7.31 279.81-1.18 269.33.13 189.63 10.13 128 77.64 128 159.43c0 28.09 4.52 54.09 12.86 77.06L17.75 224.08C7.31 223-1.18 232.19.13 242.67c10 79.7 77.51 141.33 159.3 141.33 28.09 0 54.09-4.52 77.06-12.86l-12.41 123.11c-1.05 10.43 8.11 18.93 18.59 17.62 79.7-10 141.33-77.51 141.33-159.3 0-28.09-4.52-54.09-12.86-77.06l123.11 12.41c10.44 1.05 18.93-8.11 17.62-18.59-10-79.7-77.51-141.33-159.3-141.33zM256 288a32 32 0 1 1 32-32 32 32 0 0 1-32 32z\"]\n};\nvar faFastBackward = {\n prefix: 'fas',\n iconName: 'fast-backward',\n icon: [512, 512, [], \"f049\", \"M0 436V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v151.9L235.5 71.4C256.1 54.3 288 68.6 288 96v131.9L459.5 71.4C480.1 54.3 512 68.6 512 96v320c0 27.4-31.9 41.7-52.5 24.6L288 285.3V416c0 27.4-31.9 41.7-52.5 24.6L64 285.3V436c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12z\"]\n};\nvar faFastForward = {\n prefix: 'fas',\n iconName: 'fast-forward',\n icon: [512, 512, [], \"f050\", \"M512 76v360c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V284.1L276.5 440.6c-20.6 17.2-52.5 2.8-52.5-24.6V284.1L52.5 440.6C31.9 457.8 0 443.4 0 416V96c0-27.4 31.9-41.7 52.5-24.6L224 226.8V96c0-27.4 31.9-41.7 52.5-24.6L448 226.8V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12z\"]\n};\nvar faFax = {\n prefix: 'fas',\n iconName: 'fax',\n icon: [512, 512, [], \"f1ac\", \"M480 160V77.25a32 32 0 0 0-9.38-22.63L425.37 9.37A32 32 0 0 0 402.75 0H160a32 32 0 0 0-32 32v448a32 32 0 0 0 32 32h320a32 32 0 0 0 32-32V192a32 32 0 0 0-32-32zM288 432a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm0-128a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm128 128a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm0-128a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm0-112H192V64h160v48a16 16 0 0 0 16 16h48zM64 128H32a32 32 0 0 0-32 32v320a32 32 0 0 0 32 32h32a32 32 0 0 0 32-32V160a32 32 0 0 0-32-32z\"]\n};\nvar faFeather = {\n prefix: 'fas',\n iconName: 'feather',\n icon: [512, 512, [], \"f52d\", \"M467.14 44.84c-62.55-62.48-161.67-64.78-252.28 25.73-78.61 78.52-60.98 60.92-85.75 85.66-60.46 60.39-70.39 150.83-63.64 211.17l178.44-178.25c6.26-6.25 16.4-6.25 22.65 0s6.25 16.38 0 22.63L7.04 471.03c-9.38 9.37-9.38 24.57 0 33.94 9.38 9.37 24.6 9.37 33.98 0l66.1-66.03C159.42 454.65 279 457.11 353.95 384h-98.19l147.57-49.14c49.99-49.93 36.38-36.18 46.31-46.86h-97.78l131.54-43.8c45.44-74.46 34.31-148.84-16.26-199.36z\"]\n};\nvar faFeatherAlt = {\n prefix: 'fas',\n iconName: 'feather-alt',\n icon: [512, 512, [], \"f56b\", \"M512 0C460.22 3.56 96.44 38.2 71.01 287.61c-3.09 26.66-4.84 53.44-5.99 80.24l178.87-178.69c6.25-6.25 16.4-6.25 22.65 0s6.25 16.38 0 22.63L7.04 471.03c-9.38 9.37-9.38 24.57 0 33.94 9.38 9.37 24.59 9.37 33.98 0l57.13-57.07c42.09-.14 84.15-2.53 125.96-7.36 53.48-5.44 97.02-26.47 132.58-56.54H255.74l146.79-48.88c11.25-14.89 21.37-30.71 30.45-47.12h-81.14l106.54-53.21C500.29 132.86 510.19 26.26 512 0z\"]\n};\nvar faFemale = {\n prefix: 'fas',\n iconName: 'female',\n icon: [256, 512, [], \"f182\", \"M128 0c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64S92.654 0 128 0m119.283 354.179l-48-192A24 24 0 0 0 176 144h-11.36c-22.711 10.443-49.59 10.894-73.28 0H80a24 24 0 0 0-23.283 18.179l-48 192C4.935 369.305 16.383 384 32 384h56v104c0 13.255 10.745 24 24 24h32c13.255 0 24-10.745 24-24V384h56c15.591 0 27.071-14.671 23.283-29.821z\"]\n};\nvar faFighterJet = {\n prefix: 'fas',\n iconName: 'fighter-jet',\n icon: [640, 512, [], \"f0fb\", \"M544 224l-128-16-48-16h-24L227.158 44h39.509C278.333 44 288 41.375 288 38s-9.667-6-21.333-6H152v12h16v164h-48l-66.667-80H18.667L8 138.667V208h8v16h48v2.666l-64 8v42.667l64 8V288H16v16H8v69.333L18.667 384h34.667L120 304h48v164h-16v12h114.667c11.667 0 21.333-2.625 21.333-6s-9.667-6-21.333-6h-39.509L344 320h24l48-16 128-16c96-21.333 96-26.583 96-32 0-5.417 0-10.667-96-32z\"]\n};\nvar faFile = {\n prefix: 'fas',\n iconName: 'file',\n icon: [384, 512, [], \"f15b\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm160-14.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileAlt = {\n prefix: 'fas',\n iconName: 'file-alt',\n icon: [384, 512, [], \"f15c\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm64 236c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12v8zm0-64c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12v8zm0-72v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm96-114.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileArchive = {\n prefix: 'fas',\n iconName: 'file-archive',\n icon: [384, 512, [], \"f1c6\", \"M377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zM128.4 336c-17.9 0-32.4 12.1-32.4 27 0 15 14.6 27 32.5 27s32.4-12.1 32.4-27-14.6-27-32.5-27zM224 136V0h-63.6v32h-32V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM95.9 32h32v32h-32zm32.3 384c-33.2 0-58-30.4-51.4-62.9L96.4 256v-32h32v-32h-32v-32h32v-32h-32V96h32V64h32v32h-32v32h32v32h-32v32h32v32h-32v32h22.1c5.7 0 10.7 4.1 11.8 9.7l17.3 87.7c6.4 32.4-18.4 62.6-51.4 62.6z\"]\n};\nvar faFileAudio = {\n prefix: 'fas',\n iconName: 'file-audio',\n icon: [384, 512, [], \"f1c7\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm-64 268c0 10.7-12.9 16-20.5 8.5L104 376H76c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h28l35.5-36.5c7.6-7.6 20.5-2.2 20.5 8.5v136zm33.2-47.6c9.1-9.3 9.1-24.1 0-33.4-22.1-22.8 12.2-56.2 34.4-33.5 27.2 27.9 27.2 72.4 0 100.4-21.8 22.3-56.9-10.4-34.4-33.5zm86-117.1c54.4 55.9 54.4 144.8 0 200.8-21.8 22.4-57-10.3-34.4-33.5 36.2-37.2 36.3-96.5 0-133.8-22.1-22.8 12.3-56.3 34.4-33.5zM384 121.9v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileCode = {\n prefix: 'fas',\n iconName: 'file-code',\n icon: [384, 512, [], \"f1c9\", \"M384 121.941V128H256V0h6.059c6.365 0 12.47 2.529 16.971 7.029l97.941 97.941A24.005 24.005 0 0 1 384 121.941zM248 160c-13.2 0-24-10.8-24-24V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160H248zM123.206 400.505a5.4 5.4 0 0 1-7.633.246l-64.866-60.812a5.4 5.4 0 0 1 0-7.879l64.866-60.812a5.4 5.4 0 0 1 7.633.246l19.579 20.885a5.4 5.4 0 0 1-.372 7.747L101.65 336l40.763 35.874a5.4 5.4 0 0 1 .372 7.747l-19.579 20.884zm51.295 50.479l-27.453-7.97a5.402 5.402 0 0 1-3.681-6.692l61.44-211.626a5.402 5.402 0 0 1 6.692-3.681l27.452 7.97a5.4 5.4 0 0 1 3.68 6.692l-61.44 211.626a5.397 5.397 0 0 1-6.69 3.681zm160.792-111.045l-64.866 60.812a5.4 5.4 0 0 1-7.633-.246l-19.58-20.885a5.4 5.4 0 0 1 .372-7.747L284.35 336l-40.763-35.874a5.4 5.4 0 0 1-.372-7.747l19.58-20.885a5.4 5.4 0 0 1 7.633-.246l64.866 60.812a5.4 5.4 0 0 1-.001 7.879z\"]\n};\nvar faFileContract = {\n prefix: 'fas',\n iconName: 'file-contract',\n icon: [384, 512, [], \"f56c\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 64c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm192.81 248H304c8.84 0 16 7.16 16 16s-7.16 16-16 16h-47.19c-16.45 0-31.27-9.14-38.64-23.86-2.95-5.92-8.09-6.52-10.17-6.52s-7.22.59-10.02 6.19l-7.67 15.34a15.986 15.986 0 0 1-14.31 8.84c-.38 0-.75-.02-1.14-.05-6.45-.45-12-4.75-14.03-10.89L144 354.59l-10.61 31.88c-5.89 17.66-22.38 29.53-41 29.53H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h12.39c4.83 0 9.11-3.08 10.64-7.66l18.19-54.64c3.3-9.81 12.44-16.41 22.78-16.41s19.48 6.59 22.77 16.41l13.88 41.64c19.77-16.19 54.05-9.7 66 14.16 2.02 4.06 5.96 6.5 10.16 6.5zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFileCsv = {\n prefix: 'fas',\n iconName: 'file-csv',\n icon: [384, 512, [], \"f6dd\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm-96 144c0 4.42-3.58 8-8 8h-8c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h8c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-8c-26.51 0-48-21.49-48-48v-32c0-26.51 21.49-48 48-48h8c4.42 0 8 3.58 8 8v16zm44.27 104H160c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h12.27c5.95 0 10.41-3.5 10.41-6.62 0-1.3-.75-2.66-2.12-3.84l-21.89-18.77c-8.47-7.22-13.33-17.48-13.33-28.14 0-21.3 19.02-38.62 42.41-38.62H200c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-12.27c-5.95 0-10.41 3.5-10.41 6.62 0 1.3.75 2.66 2.12 3.84l21.89 18.77c8.47 7.22 13.33 17.48 13.33 28.14.01 21.29-19 38.62-42.39 38.62zM256 264v20.8c0 20.27 5.7 40.17 16 56.88 10.3-16.7 16-36.61 16-56.88V264c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v20.8c0 35.48-12.88 68.89-36.28 94.09-3.02 3.25-7.27 5.11-11.72 5.11s-8.7-1.86-11.72-5.11c-23.4-25.2-36.28-58.61-36.28-94.09V264c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8zm121-159L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFileDownload = {\n prefix: 'fas',\n iconName: 'file-download',\n icon: [384, 512, [], \"f56d\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm76.45 211.36l-96.42 95.7c-6.65 6.61-17.39 6.61-24.04 0l-96.42-95.7C73.42 337.29 80.54 320 94.82 320H160v-80c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v80h65.18c14.28 0 21.4 17.29 11.27 27.36zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFileExcel = {\n prefix: 'fas',\n iconName: 'file-excel',\n icon: [384, 512, [], \"f1c3\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm60.1 106.5L224 336l60.1 93.5c5.1 8-.6 18.5-10.1 18.5h-34.9c-4.4 0-8.5-2.4-10.6-6.3C208.9 405.5 192 373 192 373c-6.4 14.8-10 20-36.6 68.8-2.1 3.9-6.1 6.3-10.5 6.3H110c-9.5 0-15.2-10.5-10.1-18.5l60.3-93.5-60.3-93.5c-5.2-8 .6-18.5 10.1-18.5h34.8c4.4 0 8.5 2.4 10.6 6.3 26.1 48.8 20 33.6 36.6 68.5 0 0 6.1-11.7 36.6-68.5 2.1-3.9 6.2-6.3 10.6-6.3H274c9.5-.1 15.2 10.4 10.1 18.4zM384 121.9v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileExport = {\n prefix: 'fas',\n iconName: 'file-export',\n icon: [576, 512, [], \"f56e\", \"M384 121.9c0-6.3-2.5-12.4-7-16.9L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128zM571 308l-95.7-96.4c-10.1-10.1-27.4-3-27.4 11.3V288h-64v64h64v65.2c0 14.3 17.3 21.4 27.4 11.3L571 332c6.6-6.6 6.6-17.4 0-24zm-379 28v-32c0-8.8 7.2-16 16-16h176V160H248c-13.2 0-24-10.8-24-24V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V352H208c-8.8 0-16-7.2-16-16z\"]\n};\nvar faFileImage = {\n prefix: 'fas',\n iconName: 'file-image',\n icon: [384, 512, [], \"f1c5\", \"M384 121.941V128H256V0h6.059a24 24 0 0 1 16.97 7.029l97.941 97.941a24.002 24.002 0 0 1 7.03 16.971zM248 160c-13.2 0-24-10.8-24-24V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160H248zm-135.455 16c26.51 0 48 21.49 48 48s-21.49 48-48 48-48-21.49-48-48 21.491-48 48-48zm208 240h-256l.485-48.485L104.545 328c4.686-4.686 11.799-4.201 16.485.485L160.545 368 264.06 264.485c4.686-4.686 12.284-4.686 16.971 0L320.545 304v112z\"]\n};\nvar faFileImport = {\n prefix: 'fas',\n iconName: 'file-import',\n icon: [512, 512, [], \"f56f\", \"M16 288c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h112v-64zm489-183L407.1 7c-4.5-4.5-10.6-7-17-7H384v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H152c-13.3 0-24 10.7-24 24v264h128v-65.2c0-14.3 17.3-21.4 27.4-11.3L379 308c6.6 6.7 6.6 17.4 0 24l-95.7 96.4c-10.1 10.1-27.4 3-27.4-11.3V352H128v136c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H376c-13.2 0-24-10.8-24-24z\"]\n};\nvar faFileInvoice = {\n prefix: 'fas',\n iconName: 'file-invoice',\n icon: [384, 512, [], \"f570\", \"M288 256H96v64h192v-64zm89-151L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 64c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm256 304c0 4.42-3.58 8-8 8h-80c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16zm0-200v96c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-96c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16z\"]\n};\nvar faFileInvoiceDollar = {\n prefix: 'fas',\n iconName: 'file-invoice-dollar',\n icon: [384, 512, [], \"f571\", \"M377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 80v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8zm144 263.88V440c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-24.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V232c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v24.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07z\"]\n};\nvar faFileMedical = {\n prefix: 'fas',\n iconName: 'file-medical',\n icon: [384, 512, [], \"f477\", \"M377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm64 160v48c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8z\"]\n};\nvar faFileMedicalAlt = {\n prefix: 'fas',\n iconName: 'file-medical-alt',\n icon: [448, 512, [], \"f478\", \"M288 136V0H88C74.7 0 64 10.7 64 24v232H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h140.9c3 0 5.8 1.7 7.2 4.4l19.9 39.8 56.8-113.7c2.9-5.9 11.4-5.9 14.3 0l34.7 69.5H352c8.8 0 16 7.2 16 16s-7.2 16-16 16h-89.9L240 275.8l-56.8 113.7c-2.9 5.9-11.4 5.9-14.3 0L134.1 320H64v168c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H312c-13.2 0-24-10.8-24-24zm153-31L343.1 7c-4.5-4.5-10.6-7-17-7H320v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFilePdf = {\n prefix: 'fas',\n iconName: 'file-pdf',\n icon: [384, 512, [], \"f1c1\", \"M181.9 256.1c-5-16-4.9-46.9-2-46.9 8.4 0 7.6 36.9 2 46.9zm-1.7 47.2c-7.7 20.2-17.3 43.3-28.4 62.7 18.3-7 39-17.2 62.9-21.9-12.7-9.6-24.9-23.4-34.5-40.8zM86.1 428.1c0 .8 13.2-5.4 34.9-40.2-6.7 6.3-29.1 24.5-34.9 40.2zM248 160h136v328c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V24C0 10.7 10.7 0 24 0h200v136c0 13.2 10.8 24 24 24zm-8 171.8c-20-12.2-33.3-29-42.7-53.8 4.5-18.5 11.6-46.6 6.2-64.2-4.7-29.4-42.4-26.5-47.8-6.8-5 18.3-.4 44.1 8.1 77-11.6 27.6-28.7 64.6-40.8 85.8-.1 0-.1.1-.2.1-27.1 13.9-73.6 44.5-54.5 68 5.6 6.9 16 10 21.5 10 17.9 0 35.7-18 61.1-61.8 25.8-8.5 54.1-19.1 79-23.2 21.7 11.8 47.1 19.5 64 19.5 29.2 0 31.2-32 19.7-43.4-13.9-13.6-54.3-9.7-73.6-7.2zM377 105L279 7c-4.5-4.5-10.6-7-17-7h-6v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-74.1 255.3c4.1-2.7-2.5-11.9-42.8-9 37.1 15.8 42.8 9 42.8 9z\"]\n};\nvar faFilePowerpoint = {\n prefix: 'fas',\n iconName: 'file-powerpoint',\n icon: [384, 512, [], \"f1c4\", \"M193.7 271.2c8.8 0 15.5 2.7 20.3 8.1 9.6 10.9 9.8 32.7-.2 44.1-4.9 5.6-11.9 8.5-21.1 8.5h-26.9v-60.7h27.9zM377 105L279 7c-4.5-4.5-10.6-7-17-7h-6v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm53 165.2c0 90.3-88.8 77.6-111.1 77.6V436c0 6.6-5.4 12-12 12h-30.8c-6.6 0-12-5.4-12-12V236.2c0-6.6 5.4-12 12-12h81c44.5 0 72.9 32.8 72.9 77z\"]\n};\nvar faFilePrescription = {\n prefix: 'fas',\n iconName: 'file-prescription',\n icon: [384, 512, [], \"f572\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm68.53 179.48l11.31 11.31c6.25 6.25 6.25 16.38 0 22.63l-29.9 29.9L304 409.38c6.25 6.25 6.25 16.38 0 22.63l-11.31 11.31c-6.25 6.25-16.38 6.25-22.63 0L240 413.25l-30.06 30.06c-6.25 6.25-16.38 6.25-22.63 0L176 432c-6.25-6.25-6.25-16.38 0-22.63l30.06-30.06L146.74 320H128v48c0 8.84-7.16 16-16 16H96c-8.84 0-16-7.16-16-16V208c0-8.84 7.16-16 16-16h80c35.35 0 64 28.65 64 64 0 24.22-13.62 45.05-33.46 55.92L240 345.38l29.9-29.9c6.25-6.25 16.38-6.25 22.63 0zM176 272h-48v-32h48c8.82 0 16 7.18 16 16s-7.18 16-16 16zm208-150.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileSignature = {\n prefix: 'fas',\n iconName: 'file-signature',\n icon: [576, 512, [], \"f573\", \"M218.17 424.14c-2.95-5.92-8.09-6.52-10.17-6.52s-7.22.59-10.02 6.19l-7.67 15.34c-6.37 12.78-25.03 11.37-29.48-2.09L144 386.59l-10.61 31.88c-5.89 17.66-22.38 29.53-41 29.53H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h12.39c4.83 0 9.11-3.08 10.64-7.66l18.19-54.64c3.3-9.81 12.44-16.41 22.78-16.41s19.48 6.59 22.77 16.41l13.88 41.64c19.75-16.19 54.06-9.7 66 14.16 1.89 3.78 5.49 5.95 9.36 6.26v-82.12l128-127.09V160H248c-13.2 0-24-10.8-24-24V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24v-40l-128-.11c-16.12-.31-30.58-9.28-37.83-23.75zM384 121.9c0-6.3-2.5-12.4-7-16.9L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1zm-96 225.06V416h68.99l161.68-162.78-67.88-67.88L288 346.96zm280.54-179.63l-31.87-31.87c-9.94-9.94-26.07-9.94-36.01 0l-27.25 27.25 67.88 67.88 27.25-27.25c9.95-9.94 9.95-26.07 0-36.01z\"]\n};\nvar faFileUpload = {\n prefix: 'fas',\n iconName: 'file-upload',\n icon: [384, 512, [], \"f574\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm65.18 216.01H224v80c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-80H94.82c-14.28 0-21.41-17.29-11.27-27.36l96.42-95.7c6.65-6.61 17.39-6.61 24.04 0l96.42 95.7c10.15 10.07 3.03 27.36-11.25 27.36zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFileVideo = {\n prefix: 'fas',\n iconName: 'file-video',\n icon: [384, 512, [], \"f1c8\", \"M384 121.941V128H256V0h6.059c6.365 0 12.47 2.529 16.971 7.029l97.941 97.941A24.005 24.005 0 0 1 384 121.941zM224 136V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160H248c-13.2 0-24-10.8-24-24zm96 144.016v111.963c0 21.445-25.943 31.998-40.971 16.971L224 353.941V392c0 13.255-10.745 24-24 24H88c-13.255 0-24-10.745-24-24V280c0-13.255 10.745-24 24-24h112c13.255 0 24 10.745 24 24v38.059l55.029-55.013c15.011-15.01 40.971-4.491 40.971 16.97z\"]\n};\nvar faFileWord = {\n prefix: 'fas',\n iconName: 'file-word',\n icon: [384, 512, [], \"f1c2\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm57.1 120H305c7.7 0 13.4 7.1 11.7 14.7l-38 168c-1.2 5.5-6.1 9.3-11.7 9.3h-38c-5.5 0-10.3-3.8-11.6-9.1-25.8-103.5-20.8-81.2-25.6-110.5h-.5c-1.1 14.3-2.4 17.4-25.6 110.5-1.3 5.3-6.1 9.1-11.6 9.1H117c-5.6 0-10.5-3.9-11.7-9.4l-37.8-168c-1.7-7.5 4-14.6 11.7-14.6h24.5c5.7 0 10.7 4 11.8 9.7 15.6 78 20.1 109.5 21 122.2 1.6-10.2 7.3-32.7 29.4-122.7 1.3-5.4 6.1-9.1 11.7-9.1h29.1c5.6 0 10.4 3.8 11.7 9.2 24 100.4 28.8 124 29.6 129.4-.2-11.2-2.6-17.8 21.6-129.2 1-5.6 5.9-9.5 11.5-9.5zM384 121.9v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFill = {\n prefix: 'fas',\n iconName: 'fill',\n icon: [512, 512, [], \"f575\", \"M502.63 217.06L294.94 9.37C288.69 3.12 280.5 0 272.31 0s-16.38 3.12-22.62 9.37l-81.58 81.58L81.93 4.77c-6.24-6.25-16.38-6.25-22.62 0L36.69 27.38c-6.24 6.25-6.24 16.38 0 22.63l86.19 86.18-94.76 94.76c-37.49 37.49-37.49 98.26 0 135.75l117.19 117.19c18.75 18.74 43.31 28.12 67.87 28.12 24.57 0 49.13-9.37 67.88-28.12l221.57-221.57c12.49-12.5 12.49-32.76 0-45.26zm-116.22 70.97H65.93c1.36-3.84 3.57-7.98 7.43-11.83l13.15-13.15 81.61-81.61 58.61 58.6c12.49 12.49 32.75 12.49 45.24 0 12.49-12.49 12.49-32.75 0-45.24l-58.61-58.6 58.95-58.95 162.45 162.44-48.35 48.34z\"]\n};\nvar faFillDrip = {\n prefix: 'fas',\n iconName: 'fill-drip',\n icon: [576, 512, [], \"f576\", \"M512 320s-64 92.65-64 128c0 35.35 28.66 64 64 64s64-28.65 64-64-64-128-64-128zm-9.37-102.94L294.94 9.37C288.69 3.12 280.5 0 272.31 0s-16.38 3.12-22.62 9.37l-81.58 81.58L81.93 4.76c-6.25-6.25-16.38-6.25-22.62 0L36.69 27.38c-6.24 6.25-6.24 16.38 0 22.62l86.19 86.18-94.76 94.76c-37.49 37.48-37.49 98.26 0 135.75l117.19 117.19c18.74 18.74 43.31 28.12 67.87 28.12 24.57 0 49.13-9.37 67.87-28.12l221.57-221.57c12.5-12.5 12.5-32.75.01-45.25zm-116.22 70.97H65.93c1.36-3.84 3.57-7.98 7.43-11.83l13.15-13.15 81.61-81.61 58.6 58.6c12.49 12.49 32.75 12.49 45.24 0s12.49-32.75 0-45.24l-58.6-58.6 58.95-58.95 162.44 162.44-48.34 48.34z\"]\n};\nvar faFilm = {\n prefix: 'fas',\n iconName: 'film',\n icon: [512, 512, [], \"f008\", \"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"]\n};\nvar faFilter = {\n prefix: 'fas',\n iconName: 'filter',\n icon: [512, 512, [], \"f0b0\", \"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"]\n};\nvar faFingerprint = {\n prefix: 'fas',\n iconName: 'fingerprint',\n icon: [512, 512, [], \"f577\", \"M256.12 245.96c-13.25 0-24 10.74-24 24 1.14 72.25-8.14 141.9-27.7 211.55-2.73 9.72 2.15 30.49 23.12 30.49 10.48 0 20.11-6.92 23.09-17.52 13.53-47.91 31.04-125.41 29.48-224.52.01-13.25-10.73-24-23.99-24zm-.86-81.73C194 164.16 151.25 211.3 152.1 265.32c.75 47.94-3.75 95.91-13.37 142.55-2.69 12.98 5.67 25.69 18.64 28.36 13.05 2.67 25.67-5.66 28.36-18.64 10.34-50.09 15.17-101.58 14.37-153.02-.41-25.95 19.92-52.49 54.45-52.34 31.31.47 57.15 25.34 57.62 55.47.77 48.05-2.81 96.33-10.61 143.55-2.17 13.06 6.69 25.42 19.76 27.58 19.97 3.33 26.81-15.1 27.58-19.77 8.28-50.03 12.06-101.21 11.27-152.11-.88-55.8-47.94-101.88-104.91-102.72zm-110.69-19.78c-10.3-8.34-25.37-6.8-33.76 3.48-25.62 31.5-39.39 71.28-38.75 112 .59 37.58-2.47 75.27-9.11 112.05-2.34 13.05 6.31 25.53 19.36 27.89 20.11 3.5 27.07-14.81 27.89-19.36 7.19-39.84 10.5-80.66 9.86-121.33-.47-29.88 9.2-57.88 28-80.97 8.35-10.28 6.79-25.39-3.49-33.76zm109.47-62.33c-15.41-.41-30.87 1.44-45.78 4.97-12.89 3.06-20.87 15.98-17.83 28.89 3.06 12.89 16 20.83 28.89 17.83 11.05-2.61 22.47-3.77 34-3.69 75.43 1.13 137.73 61.5 138.88 134.58.59 37.88-1.28 76.11-5.58 113.63-1.5 13.17 7.95 25.08 21.11 26.58 16.72 1.95 25.51-11.88 26.58-21.11a929.06 929.06 0 0 0 5.89-119.85c-1.56-98.75-85.07-180.33-186.16-181.83zm252.07 121.45c-2.86-12.92-15.51-21.2-28.61-18.27-12.94 2.86-21.12 15.66-18.26 28.61 4.71 21.41 4.91 37.41 4.7 61.6-.11 13.27 10.55 24.09 23.8 24.2h.2c13.17 0 23.89-10.61 24-23.8.18-22.18.4-44.11-5.83-72.34zm-40.12-90.72C417.29 43.46 337.6 1.29 252.81.02 183.02-.82 118.47 24.91 70.46 72.94 24.09 119.37-.9 181.04.14 246.65l-.12 21.47c-.39 13.25 10.03 24.31 23.28 24.69.23.02.48.02.72.02 12.92 0 23.59-10.3 23.97-23.3l.16-23.64c-.83-52.5 19.16-101.86 56.28-139 38.76-38.8 91.34-59.67 147.68-58.86 69.45 1.03 134.73 35.56 174.62 92.39 7.61 10.86 22.56 13.45 33.42 5.86 10.84-7.62 13.46-22.59 5.84-33.43z\"]\n};\nvar faFire = {\n prefix: 'fas',\n iconName: 'fire',\n icon: [384, 512, [], \"f06d\", \"M216 23.86c0-23.8-30.65-32.77-44.15-13.04C48 191.85 224 200 224 288c0 35.63-29.11 64.46-64.85 63.99-35.17-.45-63.15-29.77-63.15-64.94v-85.51c0-21.7-26.47-32.23-41.43-16.5C27.8 213.16 0 261.33 0 320c0 105.87 86.13 192 192 192s192-86.13 192-192c0-170.29-168-193-168-296.14z\"]\n};\nvar faFireAlt = {\n prefix: 'fas',\n iconName: 'fire-alt',\n icon: [448, 512, [], \"f7e4\", \"M323.56 51.2c-20.8 19.3-39.58 39.59-56.22 59.97C240.08 73.62 206.28 35.53 168 0 69.74 91.17 0 209.96 0 281.6 0 408.85 100.29 512 224 512s224-103.15 224-230.4c0-53.27-51.98-163.14-124.44-230.4zm-19.47 340.65C282.43 407.01 255.72 416 226.86 416 154.71 416 96 368.26 96 290.75c0-38.61 24.31-72.63 72.79-130.75 6.93 7.98 98.83 125.34 98.83 125.34l58.63-66.88c4.14 6.85 7.91 13.55 11.27 19.97 27.35 52.19 15.81 118.97-33.43 153.42z\"]\n};\nvar faFireExtinguisher = {\n prefix: 'fas',\n iconName: 'fire-extinguisher',\n icon: [448, 512, [], \"f134\", \"M434.027 26.329l-168 28C254.693 56.218 256 67.8 256 72h-58.332C208.353 36.108 181.446 0 144 0c-39.435 0-66.368 39.676-52.228 76.203-52.039 13.051-75.381 54.213-90.049 90.884-4.923 12.307 1.063 26.274 13.37 31.197 12.317 4.926 26.279-1.075 31.196-13.37C75.058 112.99 106.964 120 168 120v27.076c-41.543 10.862-72 49.235-72 94.129V488c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24V240c0-44.731-30.596-82.312-72-92.97V120h40c0 2.974-1.703 15.716 10.027 17.671l168 28C441.342 166.89 448 161.25 448 153.834V38.166c0-7.416-6.658-13.056-13.973-11.837zM144 72c-8.822 0-16-7.178-16-16s7.178-16 16-16 16 7.178 16 16-7.178 16-16 16z\"]\n};\nvar faFirstAid = {\n prefix: 'fas',\n iconName: 'first-aid',\n icon: [576, 512, [], \"f479\", \"M0 80v352c0 26.5 21.5 48 48 48h48V32H48C21.5 32 0 53.5 0 80zm128 400h320V32H128v448zm64-248c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48zM528 32h-48v448h48c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"]\n};\nvar faFish = {\n prefix: 'fas',\n iconName: 'fish',\n icon: [576, 512, [], \"f578\", \"M327.1 96c-89.97 0-168.54 54.77-212.27 101.63L27.5 131.58c-12.13-9.18-30.24.6-27.14 14.66L24.54 256 .35 365.77c-3.1 14.06 15.01 23.83 27.14 14.66l87.33-66.05C158.55 361.23 237.13 416 327.1 416 464.56 416 576 288 576 256S464.56 96 327.1 96zm87.43 184c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24 13.26 0 24 10.74 24 24 0 13.25-10.75 24-24 24z\"]\n};\nvar faFistRaised = {\n prefix: 'fas',\n iconName: 'fist-raised',\n icon: [384, 512, [], \"f6de\", \"M255.98 160V16c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v146.93c5.02-1.78 10.34-2.93 15.97-2.93h48.03zm128 95.99c-.01-35.34-28.66-63.99-63.99-63.99H207.85c-8.78 0-15.9 7.07-15.9 15.85v.56c0 26.27 21.3 47.59 47.57 47.59h35.26c9.68 0 13.2 3.58 13.2 8v16.2c0 4.29-3.59 7.78-7.88 8-44.52 2.28-64.16 24.71-96.05 72.55l-6.31 9.47a7.994 7.994 0 0 1-11.09 2.22l-13.31-8.88a7.994 7.994 0 0 1-2.22-11.09l6.31-9.47c15.73-23.6 30.2-43.26 47.31-58.08-17.27-5.51-31.4-18.12-38.87-34.45-6.59 3.41-13.96 5.52-21.87 5.52h-32c-12.34 0-23.49-4.81-32-12.48C71.48 251.19 60.33 256 48 256H16c-5.64 0-10.97-1.15-16-2.95v77.93c0 33.95 13.48 66.5 37.49 90.51L63.99 448v64h255.98v-63.96l35.91-35.92A96.035 96.035 0 0 0 384 344.21l-.02-88.22zm-32.01-90.09V48c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v112h32c11.28 0 21.94 2.31 32 5.9zM16 224h32c8.84 0 16-7.16 16-16V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v128c0 8.84 7.16 16 16 16zm95.99 0h32c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v160c0 8.84 7.16 16 16 16z\"]\n};\nvar faFlag = {\n prefix: 'fas',\n iconName: 'flag',\n icon: [512, 512, [], \"f024\", \"M349.565 98.783C295.978 98.783 251.721 64 184.348 64c-24.955 0-47.309 4.384-68.045 12.013a55.947 55.947 0 0 0 3.586-23.562C118.117 24.015 94.806 1.206 66.338.048 34.345-1.254 8 24.296 8 56c0 19.026 9.497 35.825 24 45.945V488c0 13.255 10.745 24 24 24h16c13.255 0 24-10.745 24-24v-94.4c28.311-12.064 63.582-22.122 114.435-22.122 53.588 0 97.844 34.783 165.217 34.783 48.169 0 86.667-16.294 122.505-40.858C506.84 359.452 512 349.571 512 339.045v-243.1c0-23.393-24.269-38.87-45.485-29.016-34.338 15.948-76.454 31.854-116.95 31.854z\"]\n};\nvar faFlagCheckered = {\n prefix: 'fas',\n iconName: 'flag-checkered',\n icon: [512, 512, [], \"f11e\", \"M243.2 189.9V258c26.1 5.9 49.3 15.6 73.6 22.3v-68.2c-26-5.8-49.4-15.5-73.6-22.2zm223.3-123c-34.3 15.9-76.5 31.9-117 31.9C296 98.8 251.7 64 184.3 64c-25 0-47.3 4.4-68 12 2.8-7.3 4.1-15.2 3.6-23.6C118.1 24 94.8 1.2 66.3 0 34.3-1.3 8 24.3 8 56c0 19 9.5 35.8 24 45.9V488c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24v-94.4c28.3-12.1 63.6-22.1 114.4-22.1 53.6 0 97.8 34.8 165.2 34.8 48.2 0 86.7-16.3 122.5-40.9 8.7-6 13.8-15.8 13.8-26.4V95.9c.1-23.3-24.2-38.8-45.4-29zM169.6 325.5c-25.8 2.7-50 8.2-73.6 16.6v-70.5c26.2-9.3 47.5-15 73.6-17.4zM464 191c-23.6 9.8-46.3 19.5-73.6 23.9V286c24.8-3.4 51.4-11.8 73.6-26v70.5c-25.1 16.1-48.5 24.7-73.6 27.1V286c-27 3.7-47.9 1.5-73.6-5.6v67.4c-23.9-7.4-47.3-16.7-73.6-21.3V258c-19.7-4.4-40.8-6.8-73.6-3.8v-70c-22.4 3.1-44.6 10.2-73.6 20.9v-70.5c33.2-12.2 50.1-19.8 73.6-22v71.6c27-3.7 48.4-1.3 73.6 5.7v-67.4c23.7 7.4 47.2 16.7 73.6 21.3v68.4c23.7 5.3 47.6 6.9 73.6 2.7V143c27-4.8 52.3-13.6 73.6-22.5z\"]\n};\nvar faFlagUsa = {\n prefix: 'fas',\n iconName: 'flag-usa',\n icon: [512, 512, [], \"f74d\", \"M32 0C14.3 0 0 14.3 0 32v464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V32C64 14.3 49.7 0 32 0zm267.9 303.6c-57.2-15.1-111.7-28.8-203.9 11.1V384c185.7-92.2 221.7 53.3 397.5-23.1 11.4-5 18.5-16.5 18.5-28.8v-36c-43.6 17.3-80.2 24.1-112.1 24.1-37.4-.1-68.9-8.4-100-16.6zm0-96c-57.2-15.1-111.7-28.8-203.9 11.1v61.5c94.8-37.6 154.6-22.7 212.1-7.6 57.2 15.1 111.7 28.8 203.9-11.1V200c-43.6 17.3-80.2 24.1-112.1 24.1-37.4 0-68.9-8.3-100-16.5zm9.5-125.9c51.8 15.6 97.4 29 202.6-20.1V30.8c0-25.1-26.8-38.1-49.4-26.6C291.3 91.5 305.4-62.2 96 32.4v151.9c94.8-37.5 154.6-22.7 212.1-7.6 57.2 15 111.7 28.7 203.9-11.1V96.7c-53.6 23.5-93.3 31.4-126.1 31.4s-59-7.8-85.7-15.9c-4-1.2-8.1-2.4-12.1-3.5V75.5c7.2 2 14.3 4.1 21.3 6.2zM160 128.1c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16-7.2 16-16 16zm0-55.8c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16c0 8.8-7.2 16-16 16zm64 47.9c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16c0 8.8-7.2 16-16 16zm0-55.9c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16c0 8.8-7.2 16-16 16z\"]\n};\nvar faFlask = {\n prefix: 'fas',\n iconName: 'flask',\n icon: [448, 512, [], \"f0c3\", \"M437.2 403.5L320 215V64h8c13.3 0 24-10.7 24-24V24c0-13.3-10.7-24-24-24H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h8v151L10.8 403.5C-18.5 450.6 15.3 512 70.9 512h306.2c55.7 0 89.4-61.5 60.1-108.5zM137.9 320l48.2-77.6c3.7-5.2 5.8-11.6 5.8-18.4V64h64v160c0 6.9 2.2 13.2 5.8 18.4l48.2 77.6h-172z\"]\n};\nvar faFlushed = {\n prefix: 'fas',\n iconName: 'flushed',\n icon: [496, 512, [], \"f579\", \"M344 200c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm-192 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM80 224c0-39.8 32.2-72 72-72s72 32.2 72 72-32.2 72-72 72-72-32.2-72-72zm232 176H184c-21.2 0-21.2-32 0-32h128c21.2 0 21.2 32 0 32zm32-104c-39.8 0-72-32.2-72-72s32.2-72 72-72 72 32.2 72 72-32.2 72-72 72z\"]\n};\nvar faFolder = {\n prefix: 'fas',\n iconName: 'folder',\n icon: [512, 512, [], \"f07b\", \"M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48z\"]\n};\nvar faFolderMinus = {\n prefix: 'fas',\n iconName: 'folder-minus',\n icon: [512, 512, [], \"f65d\", \"M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48zm-96 168c0 8.84-7.16 16-16 16H160c-8.84 0-16-7.16-16-16v-16c0-8.84 7.16-16 16-16h192c8.84 0 16 7.16 16 16v16z\"]\n};\nvar faFolderOpen = {\n prefix: 'fas',\n iconName: 'folder-open',\n icon: [576, 512, [], \"f07c\", \"M572.694 292.093L500.27 416.248A63.997 63.997 0 0 1 444.989 448H45.025c-18.523 0-30.064-20.093-20.731-36.093l72.424-124.155A64 64 0 0 1 152 256h399.964c18.523 0 30.064 20.093 20.73 36.093zM152 224h328v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v278.046l69.077-118.418C86.214 242.25 117.989 224 152 224z\"]\n};\nvar faFolderPlus = {\n prefix: 'fas',\n iconName: 'folder-plus',\n icon: [512, 512, [], \"f65e\", \"M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48zm-96 168c0 8.84-7.16 16-16 16h-72v72c0 8.84-7.16 16-16 16h-16c-8.84 0-16-7.16-16-16v-72h-72c-8.84 0-16-7.16-16-16v-16c0-8.84 7.16-16 16-16h72v-72c0-8.84 7.16-16 16-16h16c8.84 0 16 7.16 16 16v72h72c8.84 0 16 7.16 16 16v16z\"]\n};\nvar faFont = {\n prefix: 'fas',\n iconName: 'font',\n icon: [448, 512, [], \"f031\", \"M432 416h-23.41L277.88 53.69A32 32 0 0 0 247.58 32h-47.16a32 32 0 0 0-30.3 21.69L39.41 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-19.58l23.3-64h152.56l23.3 64H304a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM176.85 272L224 142.51 271.15 272z\"]\n};\nvar faFontAwesomeLogoFull = {\n prefix: 'fas',\n iconName: 'font-awesome-logo-full',\n icon: [3992, 512, [\"Font Awesome\"], \"f4e6\", \"M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z\"]\n};\nvar faFootballBall = {\n prefix: 'fas',\n iconName: 'football-ball',\n icon: [496, 512, [], \"f44e\", \"M481.5 60.3c-4.8-18.2-19.1-32.5-37.3-37.4C420.3 16.5 383 8.9 339.4 8L496 164.8c-.8-43.5-8.2-80.6-14.5-104.5zm-467 391.4c4.8 18.2 19.1 32.5 37.3 37.4 23.9 6.4 61.2 14 104.8 14.9L0 347.2c.8 43.5 8.2 80.6 14.5 104.5zM4.2 283.4L220.4 500c132.5-19.4 248.8-118.7 271.5-271.4L275.6 12C143.1 31.4 26.8 130.7 4.2 283.4zm317.3-123.6c3.1-3.1 8.2-3.1 11.3 0l11.3 11.3c3.1 3.1 3.1 8.2 0 11.3l-28.3 28.3 28.3 28.3c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-28.3-28.3-22.6 22.7 28.3 28.3c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0L248 278.6l-22.6 22.6 28.3 28.3c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-28.3-28.3-28.3 28.3c-3.1 3.1-8.2 3.1-11.3 0l-11.3-11.3c-3.1-3.1-3.1-8.2 0-11.3l28.3-28.3-28.3-28.2c-3.1-3.1-3.1-8.2 0-11.3l11.3-11.3c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3 22.6-22.6-28.3-28.3c-3.1-3.1-3.1-8.2 0-11.3l11.3-11.3c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3 22.6-22.6-28.3-28.3c-3.1-3.1-3.1-8.2 0-11.3l11.3-11.3c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3 28.3-28.5z\"]\n};\nvar faForward = {\n prefix: 'fas',\n iconName: 'forward',\n icon: [512, 512, [], \"f04e\", \"M500.5 231.4l-192-160C287.9 54.3 256 68.6 256 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160c15.3-12.8 15.3-36.4 0-49.2zm-256 0l-192-160C31.9 54.3 0 68.6 0 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160c15.3-12.8 15.3-36.4 0-49.2z\"]\n};\nvar faFrog = {\n prefix: 'fas',\n iconName: 'frog',\n icon: [576, 512, [], \"f52e\", \"M446.53 97.43C439.67 60.23 407.19 32 368 32c-39.23 0-71.72 28.29-78.54 65.54C126.75 112.96-.5 250.12 0 416.98.11 451.9 29.08 480 64 480h304c8.84 0 16-7.16 16-16 0-17.67-14.33-32-32-32h-79.49l35.8-48.33c24.14-36.23 10.35-88.28-33.71-106.6-23.89-9.93-51.55-4.65-72.24 10.88l-32.76 24.59c-7.06 5.31-17.09 3.91-22.41-3.19-5.3-7.08-3.88-17.11 3.19-22.41l34.78-26.09c36.84-27.66 88.28-27.62 125.13 0 10.87 8.15 45.87 39.06 40.8 93.21L469.62 480H560c8.84 0 16-7.16 16-16 0-17.67-14.33-32-32-32h-53.63l-98.52-104.68 154.44-86.65A58.16 58.16 0 0 0 576 189.94c0-21.4-11.72-40.95-30.48-51.23-40.56-22.22-98.99-41.28-98.99-41.28zM368 136c-13.26 0-24-10.75-24-24 0-13.26 10.74-24 24-24 13.25 0 24 10.74 24 24 0 13.25-10.75 24-24 24z\"]\n};\nvar faFrown = {\n prefix: 'fas',\n iconName: 'frown',\n icon: [496, 512, [], \"f119\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm170.2 218.2C315.8 367.4 282.9 352 248 352s-67.8 15.4-90.2 42.2c-13.5 16.3-38.1-4.2-24.6-20.5C161.7 339.6 203.6 320 248 320s86.3 19.6 114.7 53.8c13.6 16.2-11 36.7-24.5 20.4z\"]\n};\nvar faFrownOpen = {\n prefix: 'fas',\n iconName: 'frown-open',\n icon: [496, 512, [], \"f57a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 208c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm187.3 183.3c-31.2-9.6-59.4-15.3-75.3-15.3s-44.1 5.7-75.3 15.3c-11.5 3.5-22.5-6.3-20.5-18.1 7-40 60.1-61.2 95.8-61.2s88.8 21.3 95.8 61.2c2 11.9-9.1 21.6-20.5 18.1zM328 240c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faFunnelDollar = {\n prefix: 'fas',\n iconName: 'funnel-dollar',\n icon: [640, 512, [], \"f662\", \"M433.46 165.94l101.2-111.87C554.61 34.12 540.48 0 512.26 0H31.74C3.52 0-10.61 34.12 9.34 54.07L192 256v155.92c0 12.59 5.93 24.44 16 32l79.99 60c20.86 15.64 48.47 6.97 59.22-13.57C310.8 455.38 288 406.35 288 352c0-89.79 62.05-165.17 145.46-186.06zM480 192c-88.37 0-160 71.63-160 160s71.63 160 160 160 160-71.63 160-160-71.63-160-160-160zm16 239.88V448c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V256c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.04 44.44-42.67 45.07z\"]\n};\nvar faFutbol = {\n prefix: 'fas',\n iconName: 'futbol',\n icon: [512, 512, [], \"f1e3\", \"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zm-48 0l-.003-.282-26.064 22.741-62.679-58.5 16.454-84.355 34.303 3.072c-24.889-34.216-60.004-60.089-100.709-73.141l13.651 31.939L256 139l-74.953-41.525 13.651-31.939c-40.631 13.028-75.78 38.87-100.709 73.141l34.565-3.073 16.192 84.355-62.678 58.5-26.064-22.741-.003.282c0 43.015 13.497 83.952 38.472 117.991l7.704-33.897 85.138 10.447 36.301 77.826-29.902 17.786c40.202 13.122 84.29 13.148 124.572 0l-29.902-17.786 36.301-77.826 85.138-10.447 7.704 33.897C442.503 339.952 456 299.015 456 256zm-248.102 69.571l-29.894-91.312L256 177.732l77.996 56.527-29.622 91.312h-96.476z\"]\n};\nvar faGamepad = {\n prefix: 'fas',\n iconName: 'gamepad',\n icon: [640, 512, [], \"f11b\", \"M480.07 96H160a160 160 0 1 0 114.24 272h91.52A160 160 0 1 0 480.07 96zM248 268a12 12 0 0 1-12 12h-52v52a12 12 0 0 1-12 12h-24a12 12 0 0 1-12-12v-52H84a12 12 0 0 1-12-12v-24a12 12 0 0 1 12-12h52v-52a12 12 0 0 1 12-12h24a12 12 0 0 1 12 12v52h52a12 12 0 0 1 12 12zm216 76a40 40 0 1 1 40-40 40 40 0 0 1-40 40zm64-96a40 40 0 1 1 40-40 40 40 0 0 1-40 40z\"]\n};\nvar faGasPump = {\n prefix: 'fas',\n iconName: 'gas-pump',\n icon: [512, 512, [], \"f52f\", \"M336 448H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm157.2-340.7l-81-81c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-6.2 6.2-6.2 16.4 0 22.6L416 97.9V160c0 28.1 20.9 51.3 48 55.2V376c0 13.2-10.8 24-24 24s-24-10.8-24-24v-32c0-48.6-39.4-88-88-88h-8V64c0-35.3-28.7-64-64-64H96C60.7 0 32 28.7 32 64v352h288V304h8c22.1 0 40 17.9 40 40v27.8c0 37.7 27 72 64.5 75.9 43 4.3 79.5-29.5 79.5-71.7V152.6c0-17-6.8-33.3-18.8-45.3zM256 192H96V64h160v128z\"]\n};\nvar faGavel = {\n prefix: 'fas',\n iconName: 'gavel',\n icon: [512, 512, [], \"f0e3\", \"M504.971 199.362l-22.627-22.627c-9.373-9.373-24.569-9.373-33.941 0l-5.657 5.657L329.608 69.255l5.657-5.657c9.373-9.373 9.373-24.569 0-33.941L312.638 7.029c-9.373-9.373-24.569-9.373-33.941 0L154.246 131.48c-9.373 9.373-9.373 24.569 0 33.941l22.627 22.627c9.373 9.373 24.569 9.373 33.941 0l5.657-5.657 39.598 39.598-81.04 81.04-5.657-5.657c-12.497-12.497-32.758-12.497-45.255 0L9.373 412.118c-12.497 12.497-12.497 32.758 0 45.255l45.255 45.255c12.497 12.497 32.758 12.497 45.255 0l114.745-114.745c12.497-12.497 12.497-32.758 0-45.255l-5.657-5.657 81.04-81.04 39.598 39.598-5.657 5.657c-9.373 9.373-9.373 24.569 0 33.941l22.627 22.627c9.373 9.373 24.569 9.373 33.941 0l124.451-124.451c9.372-9.372 9.372-24.568 0-33.941z\"]\n};\nvar faGem = {\n prefix: 'fas',\n iconName: 'gem',\n icon: [576, 512, [], \"f3a5\", \"M485.5 0L576 160H474.9L405.7 0h79.8zm-128 0l69.2 160H149.3L218.5 0h139zm-267 0h79.8l-69.2 160H0L90.5 0zM0 192h100.7l123 251.7c1.5 3.1-2.7 5.9-5 3.3L0 192zm148.2 0h279.6l-137 318.2c-1 2.4-4.5 2.4-5.5 0L148.2 192zm204.1 251.7l123-251.7H576L357.3 446.9c-2.3 2.7-6.5-.1-5-3.2z\"]\n};\nvar faGenderless = {\n prefix: 'fas',\n iconName: 'genderless',\n icon: [288, 512, [], \"f22d\", \"M144 176c44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80 35.9-80 80-80m0-64C64.5 112 0 176.5 0 256s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144z\"]\n};\nvar faGhost = {\n prefix: 'fas',\n iconName: 'ghost',\n icon: [384, 512, [], \"f6e2\", \"M186.1.09C81.01 3.24 0 94.92 0 200.05v263.92c0 14.26 17.23 21.39 27.31 11.31l24.92-18.53c6.66-4.95 16-3.99 21.51 2.21l42.95 48.35c6.25 6.25 16.38 6.25 22.63 0l40.72-45.85c6.37-7.17 17.56-7.17 23.92 0l40.72 45.85c6.25 6.25 16.38 6.25 22.63 0l42.95-48.35c5.51-6.2 14.85-7.17 21.51-2.21l24.92 18.53c10.08 10.08 27.31 2.94 27.31-11.31V192C384 84 294.83-3.17 186.1.09zM128 224c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm128 0c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faGift = {\n prefix: 'fas',\n iconName: 'gift',\n icon: [512, 512, [], \"f06b\", \"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"]\n};\nvar faGifts = {\n prefix: 'fas',\n iconName: 'gifts',\n icon: [640, 512, [], \"f79c\", \"M240.6 194.1c1.9-30.8 17.3-61.2 44-79.8C279.4 103.5 268.7 96 256 96h-29.4l30.7-22c7.2-5.1 8.9-15.1 3.7-22.3l-9.3-13c-5.1-7.2-15.1-8.9-22.3-3.7l-32 22.9 11.5-30.6c3.1-8.3-1.1-17.5-9.4-20.6l-15-5.6c-8.3-3.1-17.5 1.1-20.6 9.4l-19.9 53-19.9-53.1C121 2.1 111.8-2.1 103.5 1l-15 5.6C80.2 9.7 76 19 79.2 27.2l11.5 30.6L58.6 35c-7.2-5.1-17.2-3.5-22.3 3.7l-9.3 13c-5.1 7.2-3.5 17.2 3.7 22.3l30.7 22H32c-17.7 0-32 14.3-32 32v352c0 17.7 14.3 32 32 32h168.9c-5.5-9.5-8.9-20.3-8.9-32V256c0-29.9 20.8-55 48.6-61.9zM224 480c0 17.7 14.3 32 32 32h160V384H224v96zm224 32h160c17.7 0 32-14.3 32-32v-96H448v128zm160-288h-20.4c2.6-7.6 4.4-15.5 4.4-23.8 0-35.5-27-72.2-72.1-72.2-48.1 0-75.9 47.7-87.9 75.3-12.1-27.6-39.9-75.3-87.9-75.3-45.1 0-72.1 36.7-72.1 72.2 0 8.3 1.7 16.2 4.4 23.8H256c-17.7 0-32 14.3-32 32v96h192V224h15.3l.7-.2.7.2H448v128h192v-96c0-17.7-14.3-32-32-32zm-272 0c-2.7-1.4-5.1-3-7.2-4.8-7.3-6.4-8.8-13.8-8.8-19 0-9.7 6.4-24.2 24.1-24.2 18.7 0 35.6 27.4 44.5 48H336zm199.2-4.8c-2.1 1.8-4.5 3.4-7.2 4.8h-52.6c8.8-20.3 25.8-48 44.5-48 17.7 0 24.1 14.5 24.1 24.2 0 5.2-1.5 12.6-8.8 19z\"]\n};\nvar faGlassCheers = {\n prefix: 'fas',\n iconName: 'glass-cheers',\n icon: [640, 512, [], \"f79f\", \"M639.4 433.6c-8.4-20.4-31.8-30.1-52.2-21.6l-22.1 9.2-38.7-101.9c47.9-35 64.8-100.3 34.5-152.8L474.3 16c-8-13.9-25.1-19.7-40-13.6L320 49.8 205.7 2.4c-14.9-6.2-32-.3-40 13.6L79.1 166.5C48.9 219 65.7 284.3 113.6 319.2L74.9 421.1l-22.1-9.2c-20.4-8.5-43.7 1.2-52.2 21.6-1.7 4.1.2 8.8 4.3 10.5l162.3 67.4c4.1 1.7 8.7-.2 10.4-4.3 8.4-20.4-1.2-43.8-21.6-52.3l-22.1-9.2L173.3 342c4.4.5 8.8 1.3 13.1 1.3 51.7 0 99.4-33.1 113.4-85.3l20.2-75.4 20.2 75.4c14 52.2 61.7 85.3 113.4 85.3 4.3 0 8.7-.8 13.1-1.3L506 445.6l-22.1 9.2c-20.4 8.5-30.1 31.9-21.6 52.3 1.7 4.1 6.4 6 10.4 4.3L635.1 444c4-1.7 6-6.3 4.3-10.4zM275.9 162.1l-112.1-46.5 36.5-63.4 94.5 39.2-18.9 70.7zm88.2 0l-18.9-70.7 94.5-39.2 36.5 63.4-112.1 46.5z\"]\n};\nvar faGlassMartini = {\n prefix: 'fas',\n iconName: 'glass-martini',\n icon: [512, 512, [], \"f000\", \"M502.05 57.6C523.3 36.34 508.25 0 478.2 0H33.8C3.75 0-11.3 36.34 9.95 57.6L224 271.64V464h-56c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h240c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40h-56V271.64L502.05 57.6z\"]\n};\nvar faGlassMartiniAlt = {\n prefix: 'fas',\n iconName: 'glass-martini-alt',\n icon: [512, 512, [], \"f57b\", \"M502.05 57.6C523.3 36.34 508.25 0 478.2 0H33.8C3.75 0-11.3 36.34 9.95 57.6L224 271.64V464h-56c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h240c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40h-56V271.64L502.05 57.6zM443.77 48l-48 48H116.24l-48-48h375.53z\"]\n};\nvar faGlassWhiskey = {\n prefix: 'fas',\n iconName: 'glass-whiskey',\n icon: [512, 512, [], \"f7a0\", \"M480 32H32C12.5 32-2.4 49.2.3 68.5l56 356.5c4.5 31.5 31.5 54.9 63.4 54.9h273c31.8 0 58.9-23.4 63.4-54.9l55.6-356.5C514.4 49.2 499.5 32 480 32zm-37.4 64l-30 192h-313L69.4 96h373.2z\"]\n};\nvar faGlasses = {\n prefix: 'fas',\n iconName: 'glasses',\n icon: [576, 512, [], \"f530\", \"M574.1 280.37L528.75 98.66c-5.91-23.7-21.59-44.05-43-55.81-21.44-11.73-46.97-14.11-70.19-6.33l-15.25 5.08c-8.39 2.79-12.92 11.86-10.12 20.24l5.06 15.18c2.79 8.38 11.85 12.91 20.23 10.12l13.18-4.39c10.87-3.62 23-3.57 33.16 1.73 10.29 5.37 17.57 14.56 20.37 25.82l38.46 153.82c-22.19-6.81-49.79-12.46-81.2-12.46-34.77 0-73.98 7.02-114.85 26.74h-73.18c-40.87-19.74-80.08-26.75-114.86-26.75-31.42 0-59.02 5.65-81.21 12.46l38.46-153.83c2.79-11.25 10.09-20.45 20.38-25.81 10.16-5.3 22.28-5.35 33.15-1.73l13.17 4.39c8.38 2.79 17.44-1.74 20.23-10.12l5.06-15.18c2.8-8.38-1.73-17.45-10.12-20.24l-15.25-5.08c-23.22-7.78-48.75-5.41-70.19 6.33-21.41 11.77-37.09 32.11-43 55.8L1.9 280.37A64.218 64.218 0 0 0 0 295.86v70.25C0 429.01 51.58 480 115.2 480h37.12c60.28 0 110.37-45.94 114.88-105.37l2.93-38.63h35.75l2.93 38.63C313.31 434.06 363.4 480 423.68 480h37.12c63.62 0 115.2-50.99 115.2-113.88v-70.25c0-5.23-.64-10.43-1.9-15.5zm-370.72 89.42c-1.97 25.91-24.4 46.21-51.06 46.21H115.2C86.97 416 64 393.62 64 366.11v-37.54c18.12-6.49 43.42-12.92 72.58-12.92 23.86 0 47.26 4.33 69.93 12.92l-3.13 41.22zM512 366.12c0 27.51-22.97 49.88-51.2 49.88h-37.12c-26.67 0-49.1-20.3-51.06-46.21l-3.13-41.22c22.67-8.59 46.08-12.92 69.95-12.92 29.12 0 54.43 6.44 72.55 12.93v37.54z\"]\n};\nvar faGlobe = {\n prefix: 'fas',\n iconName: 'globe',\n icon: [496, 512, [], \"f0ac\", \"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"]\n};\nvar faGlobeAfrica = {\n prefix: 'fas',\n iconName: 'globe-africa',\n icon: [496, 512, [], \"f57c\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm160 215.5v6.93c0 5.87-3.32 11.24-8.57 13.86l-15.39 7.7a15.485 15.485 0 0 1-15.53-.97l-18.21-12.14a15.52 15.52 0 0 0-13.5-1.81l-2.65.88c-9.7 3.23-13.66 14.79-7.99 23.3l13.24 19.86c2.87 4.31 7.71 6.9 12.89 6.9h8.21c8.56 0 15.5 6.94 15.5 15.5v11.34c0 3.35-1.09 6.62-3.1 9.3l-18.74 24.98c-1.42 1.9-2.39 4.1-2.83 6.43l-4.3 22.83c-.62 3.29-2.29 6.29-4.76 8.56a159.608 159.608 0 0 0-25 29.16l-13.03 19.55a27.756 27.756 0 0 1-23.09 12.36c-10.51 0-20.12-5.94-24.82-15.34a78.902 78.902 0 0 1-8.33-35.29V367.5c0-8.56-6.94-15.5-15.5-15.5h-25.88c-14.49 0-28.38-5.76-38.63-16a54.659 54.659 0 0 1-16-38.63v-14.06c0-17.19 8.1-33.38 21.85-43.7l27.58-20.69a54.663 54.663 0 0 1 32.78-10.93h.89c8.48 0 16.85 1.97 24.43 5.77l14.72 7.36c3.68 1.84 7.93 2.14 11.83.84l47.31-15.77c6.33-2.11 10.6-8.03 10.6-14.7 0-8.56-6.94-15.5-15.5-15.5h-10.09c-4.11 0-8.05-1.63-10.96-4.54l-6.92-6.92a15.493 15.493 0 0 0-10.96-4.54H199.5c-8.56 0-15.5-6.94-15.5-15.5v-4.4c0-7.11 4.84-13.31 11.74-15.04l14.45-3.61c3.74-.94 7-3.23 9.14-6.44l8.08-12.11c2.87-4.31 7.71-6.9 12.89-6.9h24.21c8.56 0 15.5-6.94 15.5-15.5v-21.7C359.23 71.63 422.86 131.02 441.93 208H423.5c-8.56 0-15.5 6.94-15.5 15.5z\"]\n};\nvar faGlobeAmericas = {\n prefix: 'fas',\n iconName: 'globe-americas',\n icon: [496, 512, [], \"f57d\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm82.29 357.6c-3.9 3.88-7.99 7.95-11.31 11.28-2.99 3-5.1 6.7-6.17 10.71-1.51 5.66-2.73 11.38-4.77 16.87l-17.39 46.85c-13.76 3-28 4.69-42.65 4.69v-27.38c1.69-12.62-7.64-36.26-22.63-51.25-6-6-9.37-14.14-9.37-22.63v-32.01c0-11.64-6.27-22.34-16.46-27.97-14.37-7.95-34.81-19.06-48.81-26.11-11.48-5.78-22.1-13.14-31.65-21.75l-.8-.72a114.792 114.792 0 0 1-18.06-20.74c-9.38-13.77-24.66-36.42-34.59-51.14 20.47-45.5 57.36-82.04 103.2-101.89l24.01 12.01C203.48 89.74 216 82.01 216 70.11v-11.3c7.99-1.29 16.12-2.11 24.39-2.42l28.3 28.3c6.25 6.25 6.25 16.38 0 22.63L264 112l-10.34 10.34c-3.12 3.12-3.12 8.19 0 11.31l4.69 4.69c3.12 3.12 3.12 8.19 0 11.31l-8 8a8.008 8.008 0 0 1-5.66 2.34h-8.99c-2.08 0-4.08.81-5.58 2.27l-9.92 9.65a8.008 8.008 0 0 0-1.58 9.31l15.59 31.19c2.66 5.32-1.21 11.58-7.15 11.58h-5.64c-1.93 0-3.79-.7-5.24-1.96l-9.28-8.06a16.017 16.017 0 0 0-15.55-3.1l-31.17 10.39a11.95 11.95 0 0 0-8.17 11.34c0 4.53 2.56 8.66 6.61 10.69l11.08 5.54c9.41 4.71 19.79 7.16 30.31 7.16s22.59 27.29 32 32h66.75c8.49 0 16.62 3.37 22.63 9.37l13.69 13.69a30.503 30.503 0 0 1 8.93 21.57 46.536 46.536 0 0 1-13.72 32.98zM417 274.25c-5.79-1.45-10.84-5-14.15-9.97l-17.98-26.97a23.97 23.97 0 0 1 0-26.62l19.59-29.38c2.32-3.47 5.5-6.29 9.24-8.15l12.98-6.49C440.2 193.59 448 223.87 448 256c0 8.67-.74 17.16-1.82 25.54L417 274.25z\"]\n};\nvar faGlobeAsia = {\n prefix: 'fas',\n iconName: 'globe-asia',\n icon: [496, 512, [], \"f57e\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm-11.34 240.23c-2.89 4.82-8.1 7.77-13.72 7.77h-.31c-4.24 0-8.31 1.69-11.31 4.69l-5.66 5.66c-3.12 3.12-3.12 8.19 0 11.31l5.66 5.66c3 3 4.69 7.07 4.69 11.31V304c0 8.84-7.16 16-16 16h-6.11c-6.06 0-11.6-3.42-14.31-8.85l-22.62-45.23c-2.44-4.88-8.95-5.94-12.81-2.08l-19.47 19.46c-3 3-7.07 4.69-11.31 4.69H50.81C49.12 277.55 48 266.92 48 256c0-110.28 89.72-200 200-200 21.51 0 42.2 3.51 61.63 9.82l-50.16 38.53c-5.11 3.41-4.63 11.06.86 13.81l10.83 5.41c5.42 2.71 8.84 8.25 8.84 14.31V216c0 4.42-3.58 8-8 8h-3.06c-3.03 0-5.8-1.71-7.15-4.42-1.56-3.12-5.96-3.29-7.76-.3l-17.37 28.95zM408 358.43c0 4.24-1.69 8.31-4.69 11.31l-9.57 9.57c-3 3-7.07 4.69-11.31 4.69h-15.16c-4.24 0-8.31-1.69-11.31-4.69l-13.01-13.01a26.767 26.767 0 0 0-25.42-7.04l-21.27 5.32c-1.27.32-2.57.48-3.88.48h-10.34c-4.24 0-8.31-1.69-11.31-4.69l-11.91-11.91a8.008 8.008 0 0 1-2.34-5.66v-10.2c0-3.27 1.99-6.21 5.03-7.43l39.34-15.74c1.98-.79 3.86-1.82 5.59-3.05l23.71-16.89a7.978 7.978 0 0 1 4.64-1.48h12.09c3.23 0 6.15 1.94 7.39 4.93l5.35 12.85a4 4 0 0 0 3.69 2.46h3.8c1.78 0 3.35-1.18 3.84-2.88l4.2-14.47c.5-1.71 2.06-2.88 3.84-2.88h6.06c2.21 0 4 1.79 4 4v12.93c0 2.12.84 4.16 2.34 5.66l11.91 11.91c3 3 4.69 7.07 4.69 11.31v24.6z\"]\n};\nvar faGlobeEurope = {\n prefix: 'fas',\n iconName: 'globe-europe',\n icon: [496, 512, [], \"f7a2\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm200 248c0 22.5-3.9 44.2-10.8 64.4h-20.3c-4.3 0-8.4-1.7-11.4-4.8l-32-32.6c-4.5-4.6-4.5-12.1.1-16.7l12.5-12.5v-8.7c0-3-1.2-5.9-3.3-8l-9.4-9.4c-2.1-2.1-5-3.3-8-3.3h-16c-6.2 0-11.3-5.1-11.3-11.3 0-3 1.2-5.9 3.3-8l9.4-9.4c2.1-2.1 5-3.3 8-3.3h32c6.2 0 11.3-5.1 11.3-11.3v-9.4c0-6.2-5.1-11.3-11.3-11.3h-36.7c-8.8 0-16 7.2-16 16v4.5c0 6.9-4.4 13-10.9 15.2l-31.6 10.5c-3.3 1.1-5.5 4.1-5.5 7.6v2.2c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8s-3.6-8-8-8H247c-3 0-5.8 1.7-7.2 4.4l-9.4 18.7c-2.7 5.4-8.2 8.8-14.3 8.8H194c-8.8 0-16-7.2-16-16V199c0-4.2 1.7-8.3 4.7-11.3l20.1-20.1c4.6-4.6 7.2-10.9 7.2-17.5 0-3.4 2.2-6.5 5.5-7.6l40-13.3c1.7-.6 3.2-1.5 4.4-2.7l26.8-26.8c2.1-2.1 3.3-5 3.3-8 0-6.2-5.1-11.3-11.3-11.3H258l-16 16v8c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8v-20c0-2.5 1.2-4.9 3.2-6.4l28.9-21.7c1.9-.1 3.8-.3 5.7-.3C358.3 56 448 145.7 448 256zM130.1 149.1c0-3 1.2-5.9 3.3-8l25.4-25.4c2.1-2.1 5-3.3 8-3.3 6.2 0 11.3 5.1 11.3 11.3v16c0 3-1.2 5.9-3.3 8l-9.4 9.4c-2.1 2.1-5 3.3-8 3.3h-16c-6.2 0-11.3-5.1-11.3-11.3zm128 306.4v-7.1c0-8.8-7.2-16-16-16h-20.2c-10.8 0-26.7-5.3-35.4-11.8l-22.2-16.7c-11.5-8.6-18.2-22.1-18.2-36.4v-23.9c0-16 8.4-30.8 22.1-39l42.9-25.7c7.1-4.2 15.2-6.5 23.4-6.5h31.2c10.9 0 21.4 3.9 29.6 10.9l43.2 37.1h18.3c8.5 0 16.6 3.4 22.6 9.4l17.3 17.3c3.4 3.4 8.1 5.3 12.9 5.3H423c-32.4 58.9-93.8 99.5-164.9 103.1z\"]\n};\nvar faGolfBall = {\n prefix: 'fas',\n iconName: 'golf-ball',\n icon: [416, 512, [], \"f450\", \"M96 416h224c0 17.7-14.3 32-32 32h-16c-17.7 0-32 14.3-32 32v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-20c0-17.7-14.3-32-32-32h-16c-17.7 0-32-14.3-32-32zm320-208c0 74.2-39 139.2-97.5 176h-221C39 347.2 0 282.2 0 208 0 93.1 93.1 0 208 0s208 93.1 208 208zm-180.1 43.9c18.3 0 33.1-14.8 33.1-33.1 0-14.4-9.3-26.3-22.1-30.9 9.6 26.8-15.6 51.3-41.9 41.9 4.6 12.8 16.5 22.1 30.9 22.1zm49.1 46.9c0-14.4-9.3-26.3-22.1-30.9 9.6 26.8-15.6 51.3-41.9 41.9 4.6 12.8 16.5 22.1 30.9 22.1 18.3 0 33.1-14.9 33.1-33.1zm64-64c0-14.4-9.3-26.3-22.1-30.9 9.6 26.8-15.6 51.3-41.9 41.9 4.6 12.8 16.5 22.1 30.9 22.1 18.3 0 33.1-14.9 33.1-33.1z\"]\n};\nvar faGopuram = {\n prefix: 'fas',\n iconName: 'gopuram',\n icon: [512, 512, [], \"f664\", \"M496 352h-16V240c0-8.8-7.2-16-16-16h-16v-80c0-8.8-7.2-16-16-16h-16V16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16h-64V16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16h-64V16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16h-64V16c0-8.8-7.2-16-16-16S96 7.2 96 16v112H80c-8.8 0-16 7.2-16 16v80H48c-8.8 0-16 7.2-16 16v112H16c-8.8 0-16 7.2-16 16v128c0 8.8 7.2 16 16 16h80V352h32V224h32v-96h32v96h-32v128h-32v160h80v-80c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16v80h80V352h-32V224h-32v-96h32v96h32v128h32v160h80c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16zM232 176c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v48h-48zm56 176h-64v-64c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16z\"]\n};\nvar faGraduationCap = {\n prefix: 'fas',\n iconName: 'graduation-cap',\n icon: [640, 512, [], \"f19d\", \"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"]\n};\nvar faGreaterThan = {\n prefix: 'fas',\n iconName: 'greater-than',\n icon: [384, 512, [], \"f531\", \"M365.52 209.85L59.22 67.01c-16.06-7.49-35.15-.54-42.64 15.52L3.01 111.61c-7.49 16.06-.54 35.15 15.52 42.64L236.96 256.1 18.49 357.99C2.47 365.46-4.46 384.5 3.01 400.52l13.52 29C24 445.54 43.04 452.47 59.06 445l306.47-142.91a32.003 32.003 0 0 0 18.48-29v-34.23c-.01-12.45-7.21-23.76-18.49-29.01z\"]\n};\nvar faGreaterThanEqual = {\n prefix: 'fas',\n iconName: 'greater-than-equal',\n icon: [448, 512, [], \"f532\", \"M55.22 107.69l175.56 68.09-175.44 68.05c-18.39 6.03-27.88 24.39-21.2 41l12.09 30.08c6.68 16.61 26.99 25.19 45.38 19.15L393.02 214.2c13.77-4.52 22.98-16.61 22.98-30.17v-15.96c0-13.56-9.21-25.65-22.98-30.17L91.3 17.92c-18.29-6-38.51 2.53-45.15 19.06L34.12 66.9c-6.64 16.53 2.81 34.79 21.1 40.79zM424 400H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h400c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24z\"]\n};\nvar faGrimace = {\n prefix: 'fas',\n iconName: 'grimace',\n icon: [496, 512, [], \"f57f\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM144 400h-8c-17.7 0-32-14.3-32-32v-8h40v40zm0-56h-40v-8c0-17.7 14.3-32 32-32h8v40zm-8-136c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm72 192h-48v-40h48v40zm0-56h-48v-40h48v40zm64 56h-48v-40h48v40zm0-56h-48v-40h48v40zm64 56h-48v-40h48v40zm0-56h-48v-40h48v40zm-8-104c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm64 128c0 17.7-14.3 32-32 32h-8v-40h40v8zm0-24h-40v-40h8c17.7 0 32 14.3 32 32v8z\"]\n};\nvar faGrin = {\n prefix: 'fas',\n iconName: 'grin',\n icon: [496, 512, [], \"f580\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm80 256c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.3-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinAlt = {\n prefix: 'fas',\n iconName: 'grin-alt',\n icon: [496, 512, [], \"f581\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm63.7 128.7c7.6-11.4 24.7-11.7 32.7 0 12.4 18.4 15.1 36.9 15.7 55.3-.5 18.4-3.3 36.9-15.7 55.3-7.6 11.4-24.7 11.7-32.7 0-12.4-18.4-15.1-36.9-15.7-55.3.5-18.4 3.3-36.9 15.7-55.3zm-160 0c7.6-11.4 24.7-11.7 32.7 0 12.4 18.4 15.1 36.9 15.7 55.3-.5 18.4-3.3 36.9-15.7 55.3-7.6 11.4-24.7 11.7-32.7 0-12.4-18.4-15.1-36.9-15.7-55.3.5-18.4 3.3-36.9 15.7-55.3zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinBeam = {\n prefix: 'fas',\n iconName: 'grin-beam',\n icon: [496, 512, [], \"f582\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 144c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm-160 0c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm80 280c-60.6 0-134.5-38.3-143.8-93.3-2-11.9 9.4-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinBeamSweat = {\n prefix: 'fas',\n iconName: 'grin-beam-sweat',\n icon: [504, 512, [], \"f583\", \"M456 128c26.5 0 48-21 48-47 0-20-28.5-60.4-41.6-77.8-3.2-4.3-9.6-4.3-12.8 0C436.5 20.6 408 61 408 81c0 26 21.5 47 48 47zm0 32c-44.1 0-80-35.4-80-79 0-4.4.3-14.2 8.1-32.2C345 23.1 298.3 8 248 8 111 8 0 119 0 256s111 248 248 248 248-111 248-248c0-35.1-7.4-68.4-20.5-98.6-6.3 1.5-12.7 2.6-19.5 2.6zm-128-8c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm-160 0c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm80 280c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.2 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinHearts = {\n prefix: 'fas',\n iconName: 'grin-hearts',\n icon: [496, 512, [], \"f584\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM90.4 183.6c6.7-17.6 26.7-26.7 44.9-21.9l7.1 1.9 2-7.1c5-18.1 22.8-30.9 41.5-27.9 21.4 3.4 34.4 24.2 28.8 44.5L195.3 243c-1.2 4.5-5.9 7.2-10.5 6l-70.2-18.2c-20.4-5.4-31.9-27-24.2-47.2zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.2-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.6 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3zm133.4-201.3l-70.2 18.2c-4.5 1.2-9.2-1.5-10.5-6L281.3 173c-5.6-20.3 7.4-41.1 28.8-44.5 18.6-3 36.4 9.8 41.5 27.9l2 7.1 7.1-1.9c18.2-4.7 38.2 4.3 44.9 21.9 7.7 20.3-3.8 41.9-24.2 47.2z\"]\n};\nvar faGrinSquint = {\n prefix: 'fas',\n iconName: 'grin-squint',\n icon: [496, 512, [], \"f585\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm33.8 189.7l80-48c11.6-6.9 24 7.7 15.4 18L343.6 208l33.6 40.3c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.7-4.7-7.7-15.9 0-20.6zm-163-30c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.8 4.7 7.8 15.9 0 20.6l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.9 9.4-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.2 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinSquintTears = {\n prefix: 'fas',\n iconName: 'grin-squint-tears',\n icon: [512, 512, [], \"f586\", \"M409.6 111.9c22.6-3.2 73.5-12 88.3-26.8 19.2-19.2 18.9-50.6-.7-70.2S446-5 426.9 14.2c-14.8 14.8-23.5 65.7-26.8 88.3-.8 5.5 3.9 10.2 9.5 9.4zM102.4 400.1c-22.6 3.2-73.5 12-88.3 26.8-19.1 19.1-18.8 50.6.8 70.2s51 19.9 70.2.7c14.8-14.8 23.5-65.7 26.8-88.3.8-5.5-3.9-10.2-9.5-9.4zm311.7-256.5c-33 3.9-48.6-25.1-45.7-45.7 3.4-24 7.4-42.1 11.5-56.5C285.1-13.4 161.8-.5 80.6 80.6-.5 161.7-13.4 285 41.4 379.9c14.4-4.1 32.4-8 56.5-11.5 33.2-3.9 48.6 25.2 45.7 45.7-3.4 24-7.4 42.1-11.5 56.5 94.8 54.8 218.1 41.9 299.3-39.2s94-204.4 39.2-299.3c-14.4 4.1-32.5 8-56.5 11.5zM255.7 106c3.3-13.2 22.4-11.5 23.6 1.8l4.8 52.3 52.3 4.8c13.4 1.2 14.9 20.3 1.8 23.6l-90.5 22.6c-8.9 2.2-16.7-5.9-14.5-14.5l22.5-90.6zm-90.9 230.3L160 284l-52.3-4.8c-13.4-1.2-14.9-20.3-1.8-23.6l90.5-22.6c8.8-2.2 16.7 5.8 14.5 14.5L188.3 338c-3.1 13.2-22.2 11.7-23.5-1.7zm215.7 44.2c-29.3 29.3-75.7 50.4-116.7 50.4-18.9 0-36.6-4.5-51-14.7-9.8-6.9-8.7-21.8 2-27.2 28.3-14.6 63.9-42.4 97.8-76.3s61.7-69.6 76.3-97.8c5.4-10.5 20.2-11.9 27.3-2 32.3 45.3 7.1 124.7-35.7 167.6z\"]\n};\nvar faGrinStars = {\n prefix: 'fas',\n iconName: 'grin-stars',\n icon: [496, 512, [], \"f587\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM94.6 168.9l34.9-5 15.5-31.6c2.9-5.8 11-5.8 13.9 0l15.5 31.6 34.9 5c6.2 1 8.9 8.6 4.3 13.2l-25.4 24.6 6 34.9c1 6.2-5.3 11-11 7.9L152 233.3l-31.3 16.3c-5.7 3.1-12-1.7-11-7.9l6-34.9-25.4-24.6c-4.6-4.7-1.9-12.3 4.3-13.3zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3zm157.7-249.9l-25.4 24.6 6 34.9c1 6.2-5.3 11-11 7.9L344 233.3l-31.3 16.3c-5.7 3.1-12-1.7-11-7.9l6-34.9-25.4-24.6c-4.5-4.6-1.9-12.2 4.3-13.2l34.9-5 15.5-31.6c2.9-5.8 11-5.8 13.9 0l15.5 31.6 34.9 5c6.3.9 9 8.5 4.4 13.1z\"]\n};\nvar faGrinTears = {\n prefix: 'fas',\n iconName: 'grin-tears',\n icon: [640, 512, [], \"f588\", \"M102.4 256.1c-22.6 3.2-73.5 12-88.3 26.8-19.1 19.1-18.8 50.6.8 70.2s51 19.9 70.2.7c14.8-14.8 23.5-65.7 26.8-88.3.8-5.5-3.9-10.2-9.5-9.4zm523.4 26.8c-14.8-14.8-65.7-23.5-88.3-26.8-5.5-.8-10.3 3.9-9.5 9.5 3.2 22.6 12 73.5 26.8 88.3 19.2 19.2 50.6 18.9 70.2-.7s20-51.2.8-70.3zm-129.4-12.8c-3.8-26.6 19.1-49.5 45.7-45.7 8.9 1.3 16.8 2.7 24.3 4.1C552.7 104.5 447.7 8 320 8S87.3 104.5 73.6 228.5c7.5-1.4 15.4-2.8 24.3-4.1 33.2-3.9 48.6 25.3 45.7 45.7-11.8 82.3-29.9 100.4-35.8 106.4-.9.9-2 1.6-3 2.5 42.7 74.6 123 125 215.2 125s172.5-50.4 215.2-125.1c-1-.9-2.1-1.5-3-2.5-5.9-5.9-24-24-35.8-106.3zM400 152c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm-160 0c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm80 280c-60.6 0-134.5-38.3-143.8-93.3-2-11.7 9.2-21.6 20.7-17.9C227.1 330.5 272 336 320 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinTongue = {\n prefix: 'fas',\n iconName: 'grin-tongue',\n icon: [496, 512, [], \"f589\", \"M248 8C111 8 0 119 0 256c0 106.3 67 196.7 161 232-5.6-12.2-9-25.7-9-40v-45.5c-24.7-16.2-43.5-38.1-47.8-63.8-2-11.8 9.3-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.6 22.6 6.1 20.7 17.9-4.3 25.7-23.1 47.6-47.8 63.8V448c0 14.3-3.4 27.8-9 40 94-35.3 161-125.7 161-232C496 119 385 8 248 8zm-80 232c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm-34.9 134.6c-14.4-6.5-31.1 2.2-34.6 17.6l-1.8 7.8c-2.1 9.2-15.2 9.2-17.3 0l-1.8-7.8c-3.5-15.4-20.2-24.1-34.6-17.6-.9.4.3-.2-18.9 9.4v63c0 35.2 28 64.5 63.1 64.9 35.7.5 64.9-28.4 64.9-64v-64c-19.5-9.6-18.2-8.9-19-9.3z\"]\n};\nvar faGrinTongueSquint = {\n prefix: 'fas',\n iconName: 'grin-tongue-squint',\n icon: [496, 512, [], \"f58a\", \"M293.1 374.6c-14.4-6.5-31.1 2.2-34.6 17.6l-1.8 7.8c-2.1 9.2-15.2 9.2-17.3 0l-1.8-7.8c-3.5-15.4-20.2-24.1-34.6-17.6-.9.4.3-.2-18.9 9.4v63c0 35.2 28 64.5 63.1 64.9 35.7.5 64.9-28.4 64.9-64v-64c-19.5-9.6-18.2-8.9-19-9.3zM248 8C111 8 0 119 0 256c0 106.3 67 196.7 161 232-5.6-12.2-9-25.7-9-40v-45.5c-24.7-16.2-43.5-38.1-47.8-63.8-2-11.8 9.2-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-4.3 25.7-23.1 47.6-47.8 63.8V448c0 14.3-3.4 27.8-9 40 94-35.3 161-125.7 161-232C496 119 385 8 248 8zm-33.8 210.3l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.7 4.7 7.7 15.9 0 20.6zm163 30c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.8-4.7-7.8-15.9 0-20.6l80-48c11.7-6.9 23.9 7.7 15.4 18L343.6 208l33.6 40.3z\"]\n};\nvar faGrinTongueWink = {\n prefix: 'fas',\n iconName: 'grin-tongue-wink',\n icon: [496, 512, [], \"f58b\", \"M344 184c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zM248 8C111 8 0 119 0 256c0 106.3 67 196.7 161 232-5.6-12.2-9-25.7-9-40v-45.5c-24.7-16.2-43.5-38.1-47.8-63.8-2-11.8 9.3-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.1 20.7 17.9-4.3 25.7-23.1 47.6-47.8 63.8V448c0 14.3-3.4 27.8-9 40 94-35.3 161-125.7 161-232C496 119 385 8 248 8zm-56 225l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L112 233c-8.5 7.4-21.6.3-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S208 197 212 222.2c1.6 11.1-11.6 18.2-20 10.8zm152 39c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm-50.9 102.6c-14.4-6.5-31.1 2.2-34.6 17.6l-1.8 7.8c-2.1 9.2-15.2 9.2-17.3 0l-1.8-7.8c-3.5-15.4-20.2-24.1-34.6-17.6-.9.4.3-.2-18.9 9.4v63c0 35.2 28 64.5 63.1 64.9 35.7.5 64.9-28.4 64.9-64v-64c-19.5-9.6-18.2-8.9-19-9.3z\"]\n};\nvar faGrinWink = {\n prefix: 'fas',\n iconName: 'grin-wink',\n icon: [496, 512, [], \"f58c\", \"M0 256c0 137 111 248 248 248s248-111 248-248S385 8 248 8 0 119 0 256zm200-48c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm168 25l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L288 233c-8.3 7.4-21.6.4-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S384 197 388 222.2c1.6 11-11.5 18.2-20 10.8zm-243.1 87.8C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.3-3.7 22.6 6 20.7 17.9-9.2 55-83.2 93.3-143.8 93.3s-134.5-38.3-143.8-93.3c-2-11.9 9.3-21.6 20.7-17.9z\"]\n};\nvar faGripHorizontal = {\n prefix: 'fas',\n iconName: 'grip-horizontal',\n icon: [448, 512, [], \"f58d\", \"M96 288H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zM96 96H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z\"]\n};\nvar faGripLines = {\n prefix: 'fas',\n iconName: 'grip-lines',\n icon: [512, 512, [], \"f7a4\", \"M496 288H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-128H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"]\n};\nvar faGripLinesVertical = {\n prefix: 'fas',\n iconName: 'grip-lines-vertical',\n icon: [256, 512, [], \"f7a5\", \"M96 496V16c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16zm128 0V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16z\"]\n};\nvar faGripVertical = {\n prefix: 'fas',\n iconName: 'grip-vertical',\n icon: [320, 512, [], \"f58e\", \"M96 32H32C14.33 32 0 46.33 0 64v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zM288 32h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z\"]\n};\nvar faGuitar = {\n prefix: 'fas',\n iconName: 'guitar',\n icon: [512, 512, [], \"f7a6\", \"M502.63 39L473 9.37a32 32 0 0 0-45.26 0L381.46 55.7a35.14 35.14 0 0 0-8.53 13.79L360.77 106l-76.26 76.26c-12.16-8.76-25.5-15.74-40.1-19.14-33.45-7.78-67-.88-89.88 22a82.45 82.45 0 0 0-20.24 33.47c-6 18.56-23.21 32.69-42.15 34.46-23.7 2.27-45.73 11.45-62.61 28.44C-16.11 327-7.9 409 47.58 464.45S185 528 230.56 482.52c17-16.88 26.16-38.9 28.45-62.71 1.76-18.85 15.89-36.13 34.43-42.14a82.6 82.6 0 0 0 33.48-20.25c22.87-22.88 29.74-56.36 22-89.75-3.39-14.64-10.37-28-19.16-40.2L406 151.23l36.48-12.16a35.14 35.14 0 0 0 13.79-8.53l46.33-46.32a32 32 0 0 0 .03-45.22zM208 352a48 48 0 1 1 48-48 48 48 0 0 1-48 48z\"]\n};\nvar faHSquare = {\n prefix: 'fas',\n iconName: 'h-square',\n icon: [448, 512, [], \"f0fd\", \"M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zm-112 48h-32c-8.837 0-16 7.163-16 16v80H160v-80c0-8.837-7.163-16-16-16h-32c-8.837 0-16 7.163-16 16v224c0 8.837 7.163 16 16 16h32c8.837 0 16-7.163 16-16v-80h128v80c0 8.837 7.163 16 16 16h32c8.837 0 16-7.163 16-16V144c0-8.837-7.163-16-16-16z\"]\n};\nvar faHamburger = {\n prefix: 'fas',\n iconName: 'hamburger',\n icon: [512, 512, [], \"f805\", \"M464 256H48a48 48 0 0 0 0 96h416a48 48 0 0 0 0-96zm16 128H32a16 16 0 0 0-16 16v16a64 64 0 0 0 64 64h352a64 64 0 0 0 64-64v-16a16 16 0 0 0-16-16zM58.64 224h394.72c34.57 0 54.62-43.9 34.82-75.88C448 83.2 359.55 32.1 256 32c-103.54.1-192 51.2-232.18 116.11C4 180.09 24.07 224 58.64 224zM384 112a16 16 0 1 1-16 16 16 16 0 0 1 16-16zM256 80a16 16 0 1 1-16 16 16 16 0 0 1 16-16zm-128 32a16 16 0 1 1-16 16 16 16 0 0 1 16-16z\"]\n};\nvar faHammer = {\n prefix: 'fas',\n iconName: 'hammer',\n icon: [576, 512, [], \"f6e3\", \"M571.31 193.94l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31-28.9-28.9c5.63-21.31.36-44.9-16.35-61.61l-45.25-45.25c-62.48-62.48-163.79-62.48-226.28 0l90.51 45.25v18.75c0 16.97 6.74 33.25 18.75 45.25l49.14 49.14c16.71 16.71 40.3 21.98 61.61 16.35l28.9 28.9-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l90.51-90.51c6.23-6.24 6.23-16.37-.02-22.62zm-286.72-15.2c-3.7-3.7-6.84-7.79-9.85-11.95L19.64 404.96c-25.57 23.88-26.26 64.19-1.53 88.93s65.05 24.05 88.93-1.53l238.13-255.07c-3.96-2.91-7.9-5.87-11.44-9.41l-49.14-49.14z\"]\n};\nvar faHamsa = {\n prefix: 'fas',\n iconName: 'hamsa',\n icon: [512, 512, [], \"f665\", \"M509.34 307.25C504.28 295.56 492.75 288 480 288h-64V80c0-22-18-40-40-40s-40 18-40 40v134c0 5.52-4.48 10-10 10h-20c-5.52 0-10-4.48-10-10V40c0-22-18-40-40-40s-40 18-40 40v174c0 5.52-4.48 10-10 10h-20c-5.52 0-10-4.48-10-10V80c0-22-18-40-40-40S96 58 96 80v208H32c-12.75 0-24.28 7.56-29.34 19.25a31.966 31.966 0 0 0 5.94 34.58l102.69 110.03C146.97 490.08 199.69 512 256 512s109.03-21.92 144.72-60.14L503.4 341.83a31.966 31.966 0 0 0 5.94-34.58zM256 416c-53.02 0-96-64-96-64s42.98-64 96-64 96 64 96 64-42.98 64-96 64zm0-96c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z\"]\n};\nvar faHandHolding = {\n prefix: 'fas',\n iconName: 'hand-holding',\n icon: [576, 512, [], \"f4bd\", \"M565.3 328.1c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"]\n};\nvar faHandHoldingHeart = {\n prefix: 'fas',\n iconName: 'hand-holding-heart',\n icon: [576, 512, [], \"f4be\", \"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"]\n};\nvar faHandHoldingUsd = {\n prefix: 'fas',\n iconName: 'hand-holding-usd',\n icon: [576, 512, [], \"f4c0\", \"M271.06,144.3l54.27,14.3a8.59,8.59,0,0,1,6.63,8.1c0,4.6-4.09,8.4-9.12,8.4h-35.6a30,30,0,0,1-11.19-2.2c-5.24-2.2-11.28-1.7-15.3,2l-19,17.5a11.68,11.68,0,0,0-2.25,2.66,11.42,11.42,0,0,0,3.88,15.74,83.77,83.77,0,0,0,34.51,11.5V240c0,8.8,7.83,16,17.37,16h17.37c9.55,0,17.38-7.2,17.38-16V222.4c32.93-3.6,57.84-31,53.5-63-3.15-23-22.46-41.3-46.56-47.7L282.68,97.4a8.59,8.59,0,0,1-6.63-8.1c0-4.6,4.09-8.4,9.12-8.4h35.6A30,30,0,0,1,332,83.1c5.23,2.2,11.28,1.7,15.3-2l19-17.5A11.31,11.31,0,0,0,368.47,61a11.43,11.43,0,0,0-3.84-15.78,83.82,83.82,0,0,0-34.52-11.5V16c0-8.8-7.82-16-17.37-16H295.37C285.82,0,278,7.2,278,16V33.6c-32.89,3.6-57.85,31-53.51,63C227.63,119.6,247,137.9,271.06,144.3ZM565.27,328.1c-11.8-10.7-30.2-10-42.6,0L430.27,402a63.64,63.64,0,0,1-40,14H272a16,16,0,0,1,0-32h78.29c15.9,0,30.71-10.9,33.25-26.6a31.2,31.2,0,0,0,.46-5.46A32,32,0,0,0,352,320H192a117.66,117.66,0,0,0-74.1,26.29L71.4,384H16A16,16,0,0,0,0,400v96a16,16,0,0,0,16,16H372.77a64,64,0,0,0,40-14L564,377a32,32,0,0,0,1.28-48.9Z\"]\n};\nvar faHandLizard = {\n prefix: 'fas',\n iconName: 'hand-lizard',\n icon: [576, 512, [], \"f258\", \"M384 480h192V363.778a95.998 95.998 0 0 0-14.833-51.263L398.127 54.368A48 48 0 0 0 357.544 32H24C10.745 32 0 42.745 0 56v16c0 30.928 25.072 56 56 56h229.981c12.844 0 21.556 13.067 16.615 24.923l-21.41 51.385A32 32 0 0 1 251.648 224H128c-35.346 0-64 28.654-64 64v8c0 13.255 10.745 24 24 24h147.406a47.995 47.995 0 0 1 25.692 7.455l111.748 70.811A24.001 24.001 0 0 1 384 418.539V480z\"]\n};\nvar faHandMiddleFinger = {\n prefix: 'fas',\n iconName: 'hand-middle-finger',\n icon: [512, 512, [], \"f806\", \"M479.93 317.12a37.33 37.33 0 0 0-28.28-36.19L416 272v-49.59c0-11.44-9.69-21.29-23.15-23.54l-38.4-6.4C336.63 189.5 320 200.86 320 216v32a8 8 0 0 1-16 0V50c0-26.28-20.25-49.2-46.52-50A48 48 0 0 0 208 48v200a8 8 0 0 1-16 0v-32c0-15.15-16.63-26.51-34.45-23.54l-30.68 5.12c-18 3-30.87 16.12-30.87 31.38V376a8 8 0 0 1-16 0v-76l-27.36 15A37.34 37.34 0 0 0 32 348.4v73.47a37.31 37.31 0 0 0 10.93 26.39l30.93 30.93A112 112 0 0 0 153.05 512h215A112 112 0 0 0 480 400z\"]\n};\nvar faHandPaper = {\n prefix: 'fas',\n iconName: 'hand-paper',\n icon: [448, 512, [], \"f256\", \"M408.781 128.007C386.356 127.578 368 146.36 368 168.79V256h-8V79.79c0-22.43-18.356-41.212-40.781-40.783C297.488 39.423 280 57.169 280 79v177h-8V40.79C272 18.36 253.644-.422 231.219.007 209.488.423 192 18.169 192 40v216h-8V80.79c0-22.43-18.356-41.212-40.781-40.783C121.488 40.423 104 58.169 104 80v235.992l-31.648-43.519c-12.993-17.866-38.009-21.817-55.877-8.823-17.865 12.994-21.815 38.01-8.822 55.877l125.601 172.705A48 48 0 0 0 172.073 512h197.59c22.274 0 41.622-15.324 46.724-37.006l26.508-112.66a192.011 192.011 0 0 0 5.104-43.975V168c.001-21.831-17.487-39.577-39.218-39.993z\"]\n};\nvar faHandPeace = {\n prefix: 'fas',\n iconName: 'hand-peace',\n icon: [448, 512, [], \"f25b\", \"M408 216c-22.092 0-40 17.909-40 40h-8v-32c0-22.091-17.908-40-40-40s-40 17.909-40 40v32h-8V48c0-26.51-21.49-48-48-48s-48 21.49-48 48v208h-13.572L92.688 78.449C82.994 53.774 55.134 41.63 30.461 51.324 5.787 61.017-6.356 88.877 3.337 113.551l74.765 190.342-31.09 24.872c-15.381 12.306-19.515 33.978-9.741 51.081l64 112A39.998 39.998 0 0 0 136 512h240c18.562 0 34.686-12.77 38.937-30.838l32-136A39.97 39.97 0 0 0 448 336v-80c0-22.091-17.908-40-40-40z\"]\n};\nvar faHandPointDown = {\n prefix: 'fas',\n iconName: 'hand-point-down',\n icon: [384, 512, [], \"f0a7\", \"M91.826 467.2V317.966c-8.248 5.841-16.558 10.57-24.918 14.153C35.098 345.752-.014 322.222 0 288c.008-18.616 10.897-32.203 29.092-40 28.286-12.122 64.329-78.648 77.323-107.534 7.956-17.857 25.479-28.453 43.845-28.464l.001-.002h171.526c11.812 0 21.897 8.596 23.703 20.269 7.25 46.837 38.483 61.76 38.315 123.731-.007 2.724.195 13.254.195 16 0 50.654-22.122 81.574-71.263 72.6-9.297 18.597-39.486 30.738-62.315 16.45-21.177 24.645-53.896 22.639-70.944 6.299V467.2c0 24.15-20.201 44.8-43.826 44.8-23.283 0-43.826-21.35-43.826-44.8zM112 72V24c0-13.255 10.745-24 24-24h192c13.255 0 24 10.745 24 24v48c0 13.255-10.745 24-24 24H136c-13.255 0-24-10.745-24-24zm212-24c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z\"]\n};\nvar faHandPointLeft = {\n prefix: 'fas',\n iconName: 'hand-point-left',\n icon: [512, 512, [], \"f0a5\", \"M44.8 155.826h149.234c-5.841-8.248-10.57-16.558-14.153-24.918C166.248 99.098 189.778 63.986 224 64c18.616.008 32.203 10.897 40 29.092 12.122 28.286 78.648 64.329 107.534 77.323 17.857 7.956 28.453 25.479 28.464 43.845l.002.001v171.526c0 11.812-8.596 21.897-20.269 23.703-46.837 7.25-61.76 38.483-123.731 38.315-2.724-.007-13.254.195-16 .195-50.654 0-81.574-22.122-72.6-71.263-18.597-9.297-30.738-39.486-16.45-62.315-24.645-21.177-22.639-53.896-6.299-70.944H44.8c-24.15 0-44.8-20.201-44.8-43.826 0-23.283 21.35-43.826 44.8-43.826zM440 176h48c13.255 0 24 10.745 24 24v192c0 13.255-10.745 24-24 24h-48c-13.255 0-24-10.745-24-24V200c0-13.255 10.745-24 24-24zm24 212c11.046 0 20-8.954 20-20s-8.954-20-20-20-20 8.954-20 20 8.954 20 20 20z\"]\n};\nvar faHandPointRight = {\n prefix: 'fas',\n iconName: 'hand-point-right',\n icon: [512, 512, [], \"f0a4\", \"M512 199.652c0 23.625-20.65 43.826-44.8 43.826h-99.851c16.34 17.048 18.346 49.766-6.299 70.944 14.288 22.829 2.147 53.017-16.45 62.315C353.574 425.878 322.654 448 272 448c-2.746 0-13.276-.203-16-.195-61.971.168-76.894-31.065-123.731-38.315C120.596 407.683 112 397.599 112 385.786V214.261l.002-.001c.011-18.366 10.607-35.889 28.464-43.845 28.886-12.994 95.413-49.038 107.534-77.323 7.797-18.194 21.384-29.084 40-29.092 34.222-.014 57.752 35.098 44.119 66.908-3.583 8.359-8.312 16.67-14.153 24.918H467.2c23.45 0 44.8 20.543 44.8 43.826zM96 200v192c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V200c0-13.255 10.745-24 24-24h48c13.255 0 24 10.745 24 24zM68 368c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z\"]\n};\nvar faHandPointUp = {\n prefix: 'fas',\n iconName: 'hand-point-up',\n icon: [384, 512, [], \"f0a6\", \"M135.652 0c23.625 0 43.826 20.65 43.826 44.8v99.851c17.048-16.34 49.766-18.346 70.944 6.299 22.829-14.288 53.017-2.147 62.315 16.45C361.878 158.426 384 189.346 384 240c0 2.746-.203 13.276-.195 16 .168 61.971-31.065 76.894-38.315 123.731C343.683 391.404 333.599 400 321.786 400H150.261l-.001-.002c-18.366-.011-35.889-10.607-43.845-28.464C93.421 342.648 57.377 276.122 29.092 264 10.897 256.203.008 242.616 0 224c-.014-34.222 35.098-57.752 66.908-44.119 8.359 3.583 16.67 8.312 24.918 14.153V44.8c0-23.45 20.543-44.8 43.826-44.8zM136 416h192c13.255 0 24 10.745 24 24v48c0 13.255-10.745 24-24 24H136c-13.255 0-24-10.745-24-24v-48c0-13.255 10.745-24 24-24zm168 28c-11.046 0-20 8.954-20 20s8.954 20 20 20 20-8.954 20-20-8.954-20-20-20z\"]\n};\nvar faHandPointer = {\n prefix: 'fas',\n iconName: 'hand-pointer',\n icon: [448, 512, [], \"f25a\", \"M448 240v96c0 3.084-.356 6.159-1.063 9.162l-32 136C410.686 499.23 394.562 512 376 512H168a40.004 40.004 0 0 1-32.35-16.473l-127.997-176c-12.993-17.866-9.043-42.883 8.822-55.876 17.867-12.994 42.884-9.043 55.877 8.823L104 315.992V40c0-22.091 17.908-40 40-40s40 17.909 40 40v200h8v-40c0-22.091 17.908-40 40-40s40 17.909 40 40v40h8v-24c0-22.091 17.908-40 40-40s40 17.909 40 40v24h8c0-22.091 17.908-40 40-40s40 17.909 40 40zm-256 80h-8v96h8v-96zm88 0h-8v96h8v-96zm88 0h-8v96h8v-96z\"]\n};\nvar faHandRock = {\n prefix: 'fas',\n iconName: 'hand-rock',\n icon: [512, 512, [], \"f255\", \"M464.8 80c-26.9-.4-48.8 21.2-48.8 48h-8V96.8c0-26.3-20.9-48.3-47.2-48.8-26.9-.4-48.8 21.2-48.8 48v32h-8V80.8c0-26.3-20.9-48.3-47.2-48.8-26.9-.4-48.8 21.2-48.8 48v48h-8V96.8c0-26.3-20.9-48.3-47.2-48.8-26.9-.4-48.8 21.2-48.8 48v136l-8-7.1v-48.1c0-26.3-20.9-48.3-47.2-48.8C21.9 127.6 0 149.2 0 176v66.4c0 27.4 11.7 53.5 32.2 71.8l111.7 99.3c10.2 9.1 16.1 22.2 16.1 35.9v6.7c0 13.3 10.7 24 24 24h240c13.3 0 24-10.7 24-24v-2.9c0-12.8 2.6-25.5 7.5-37.3l49-116.3c5-11.8 7.5-24.5 7.5-37.3V128.8c0-26.3-20.9-48.4-47.2-48.8z\"]\n};\nvar faHandScissors = {\n prefix: 'fas',\n iconName: 'hand-scissors',\n icon: [512, 512, [], \"f257\", \"M216 440c0-22.092 17.909-40 40-40v-8h-32c-22.091 0-40-17.908-40-40s17.909-40 40-40h32v-8H48c-26.51 0-48-21.49-48-48s21.49-48 48-48h208v-13.572l-177.551-69.74c-24.674-9.694-36.818-37.555-27.125-62.228 9.693-24.674 37.554-36.817 62.228-27.124l190.342 74.765 24.872-31.09c12.306-15.381 33.978-19.515 51.081-9.741l112 64A40.002 40.002 0 0 1 512 168v240c0 18.562-12.77 34.686-30.838 38.937l-136 32A39.982 39.982 0 0 1 336 480h-80c-22.091 0-40-17.908-40-40z\"]\n};\nvar faHandSpock = {\n prefix: 'fas',\n iconName: 'hand-spock',\n icon: [512, 512, [], \"f259\", \"M481.3 97.1c-21.5-5.1-43.1 8.2-48.2 29.6L402.3 256h-11.1l43.6-174.3c5.4-21.4-7.7-43.1-29.1-48.5s-43.1 7.7-48.5 29.1L308.8 256h-15.1L242 31.1c-5-21.6-26.4-35-48-30.1-21.5 4.9-35 26.4-30 47.9l47.6 207h-9.8L167 103.1c-4.9-21.5-26.3-35-47.9-30.1-21.5 4.9-35 26.3-30.1 47.9l39 171.6v79.4l-60.6-57c-16.1-15.1-41.4-14.4-56.5 1.7s-14.4 41.4 1.7 56.5L146.3 499c8.9 8.4 20.7 13 32.9 13h216.7c21.3 0 40-14 46-34.4l26.2-88.3c2.6-8.9 4-18 4-27.3v-42c0-7.5.9-15 2.6-22.2L511 145.3c5-21.5-8.3-43.1-29.7-48.2z\"]\n};\nvar faHands = {\n prefix: 'fas',\n iconName: 'hands',\n icon: [640, 512, [], \"f4c2\", \"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"]\n};\nvar faHandsHelping = {\n prefix: 'fas',\n iconName: 'hands-helping',\n icon: [640, 512, [], \"f4c4\", \"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"]\n};\nvar faHandshake = {\n prefix: 'fas',\n iconName: 'handshake',\n icon: [640, 512, [], \"f2b5\", \"M434.7 64h-85.9c-8 0-15.7 3-21.6 8.4l-98.3 90c-.1.1-.2.3-.3.4-16.6 15.6-16.3 40.5-2.1 56 12.7 13.9 39.4 17.6 56.1 2.7.1-.1.3-.1.4-.2l79.9-73.2c6.5-5.9 16.7-5.5 22.6 1 6 6.5 5.5 16.6-1 22.6l-26.1 23.9L504 313.8c2.9 2.4 5.5 5 7.9 7.7V128l-54.6-54.6c-5.9-6-14.1-9.4-22.6-9.4zM544 128.2v223.9c0 17.7 14.3 32 32 32h64V128.2h-96zm48 223.9c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zM0 384h64c17.7 0 32-14.3 32-32V128.2H0V384zm48-63.9c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16c0-8.9 7.2-16 16-16zm435.9 18.6L334.6 217.5l-30 27.5c-29.7 27.1-75.2 24.5-101.7-4.4-26.9-29.4-24.8-74.9 4.4-101.7L289.1 64h-83.8c-8.5 0-16.6 3.4-22.6 9.4L128 128v223.9h18.3l90.5 81.9c27.4 22.3 67.7 18.1 90-9.3l.2-.2 17.9 15.5c15.9 13 39.4 10.5 52.3-5.4l31.4-38.6 5.4 4.4c13.7 11.1 33.9 9.1 45-4.7l9.5-11.7c11.2-13.8 9.1-33.9-4.6-45.1z\"]\n};\nvar faHanukiah = {\n prefix: 'fas',\n iconName: 'hanukiah',\n icon: [640, 512, [], \"f6e6\", \"M232 160c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm-64 0c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm224 0c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm64 0c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm88 8c0-4.42-3.58-8-8-8h-16c-4.42 0-8 3.58-8 8v120h32V168zm-440-8c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm520 0h-32c-8.84 0-16 7.16-16 16v112c0 17.67-14.33 32-32 32H352V128c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v192H96c-17.67 0-32-14.33-32-32V176c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v112c0 53.02 42.98 96 96 96h192v64H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16H352v-64h192c53.02 0 96-42.98 96-96V176c0-8.84-7.16-16-16-16zm-16-32c13.25 0 24-11.94 24-26.67S608 48 608 48s-24 38.61-24 53.33S594.75 128 608 128zm-576 0c13.25 0 24-11.94 24-26.67S32 48 32 48 8 86.61 8 101.33 18.75 128 32 128zm288-48c13.25 0 24-11.94 24-26.67S320 0 320 0s-24 38.61-24 53.33S306.75 80 320 80zm-208 48c13.25 0 24-11.94 24-26.67S112 48 112 48s-24 38.61-24 53.33S98.75 128 112 128zm64 0c13.25 0 24-11.94 24-26.67S176 48 176 48s-24 38.61-24 53.33S162.75 128 176 128zm64 0c13.25 0 24-11.94 24-26.67S240 48 240 48s-24 38.61-24 53.33S226.75 128 240 128zm160 0c13.25 0 24-11.94 24-26.67S400 48 400 48s-24 38.61-24 53.33S386.75 128 400 128zm64 0c13.25 0 24-11.94 24-26.67S464 48 464 48s-24 38.61-24 53.33S450.75 128 464 128zm64 0c13.25 0 24-11.94 24-26.67S528 48 528 48s-24 38.61-24 53.33S514.75 128 528 128z\"]\n};\nvar faHardHat = {\n prefix: 'fas',\n iconName: 'hard-hat',\n icon: [512, 512, [], \"f807\", \"M480 288c0-80.25-49.28-148.92-119.19-177.62L320 192V80a16 16 0 0 0-16-16h-96a16 16 0 0 0-16 16v112l-40.81-81.62C81.28 139.08 32 207.75 32 288v64h448zm16 96H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h480a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faHashtag = {\n prefix: 'fas',\n iconName: 'hashtag',\n icon: [448, 512, [], \"f292\", \"M440.667 182.109l7.143-40c1.313-7.355-4.342-14.109-11.813-14.109h-74.81l14.623-81.891C377.123 38.754 371.468 32 363.997 32h-40.632a12 12 0 0 0-11.813 9.891L296.175 128H197.54l14.623-81.891C213.477 38.754 207.822 32 200.35 32h-40.632a12 12 0 0 0-11.813 9.891L132.528 128H53.432a12 12 0 0 0-11.813 9.891l-7.143 40C33.163 185.246 38.818 192 46.289 192h74.81L98.242 320H19.146a12 12 0 0 0-11.813 9.891l-7.143 40C-1.123 377.246 4.532 384 12.003 384h74.81L72.19 465.891C70.877 473.246 76.532 480 84.003 480h40.632a12 12 0 0 0 11.813-9.891L151.826 384h98.634l-14.623 81.891C234.523 473.246 240.178 480 247.65 480h40.632a12 12 0 0 0 11.813-9.891L315.472 384h79.096a12 12 0 0 0 11.813-9.891l7.143-40c1.313-7.355-4.342-14.109-11.813-14.109h-74.81l22.857-128h79.096a12 12 0 0 0 11.813-9.891zM261.889 320h-98.634l22.857-128h98.634l-22.857 128z\"]\n};\nvar faHatCowboy = {\n prefix: 'fas',\n iconName: 'hat-cowboy',\n icon: [640, 512, [], \"f8c0\", \"M490 296.9C480.51 239.51 450.51 64 392.3 64c-14 0-26.49 5.93-37 14a58.21 58.21 0 0 1-70.58 0c-10.51-8-23-14-37-14-58.2 0-88.2 175.47-97.71 232.88C188.81 309.47 243.73 320 320 320s131.23-10.51 170-23.1zm142.9-37.18a16 16 0 0 0-19.75 1.5c-1 .9-101.27 90.78-293.16 90.78-190.82 0-292.22-89.94-293.24-90.84A16 16 0 0 0 1 278.53C1.73 280.55 78.32 480 320 480s318.27-199.45 319-201.47a16 16 0 0 0-6.09-18.81z\"]\n};\nvar faHatCowboySide = {\n prefix: 'fas',\n iconName: 'hat-cowboy-side',\n icon: [640, 512, [], \"f8c1\", \"M260.8 291.06c-28.63-22.94-62-35.06-96.4-35.06C87 256 21.47 318.72 1.43 412.06c-3.55 16.6-.43 33.83 8.57 47.3C18.75 472.47 31.83 480 45.88 480H592c-103.21 0-155-37.07-233.19-104.46zm234.65-18.29L468.4 116.2A64 64 0 0 0 392 64.41L200.85 105a64 64 0 0 0-50.35 55.79L143.61 226c6.9-.83 13.7-2 20.79-2 41.79 0 82 14.55 117.29 42.82l98 84.48C450.76 412.54 494.9 448 592 448a48 48 0 0 0 48-48c0-25.39-29.6-119.33-144.55-127.23z\"]\n};\nvar faHatWizard = {\n prefix: 'fas',\n iconName: 'hat-wizard',\n icon: [512, 512, [], \"f6e8\", \"M496 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-304-64l-64-32 64-32 32-64 32 64 64 32-64 32-16 32h208l-86.41-201.63a63.955 63.955 0 0 1-1.89-45.45L416 0 228.42 107.19a127.989 127.989 0 0 0-53.46 59.15L64 416h144l-16-32zm64-224l16-32 16 32 32 16-32 16-16 32-16-32-32-16 32-16z\"]\n};\nvar faHaykal = {\n prefix: 'fas',\n iconName: 'haykal',\n icon: [512, 512, [], \"f666\", \"M496.25 202.52l-110-15.44 41.82-104.34c6.67-16.64-11.6-32.18-26.59-22.63L307.44 120 273.35 12.82C270.64 4.27 263.32 0 256 0c-7.32 0-14.64 4.27-17.35 12.82l-34.09 107.19-94.04-59.89c-14.99-9.55-33.25 5.99-26.59 22.63l41.82 104.34-110 15.43c-17.54 2.46-21.68 26.27-6.03 34.67l98.16 52.66-74.48 83.54c-10.92 12.25-1.72 30.93 13.29 30.93 1.31 0 2.67-.14 4.07-.45l108.57-23.65-4.11 112.55c-.43 11.65 8.87 19.22 18.41 19.22 5.15 0 10.39-2.21 14.2-7.18l68.18-88.9 68.18 88.9c3.81 4.97 9.04 7.18 14.2 7.18 9.54 0 18.84-7.57 18.41-19.22l-4.11-112.55 108.57 23.65c17.36 3.76 29.21-17.2 17.35-30.49l-74.48-83.54 98.16-52.66c15.64-8.39 11.5-32.2-6.04-34.66zM338.51 311.68l-51.89-11.3 1.97 53.79L256 311.68l-32.59 42.49 1.96-53.79-51.89 11.3 35.6-39.93-46.92-25.17 52.57-7.38-19.99-49.87 44.95 28.62L256 166.72l16.29 51.23 44.95-28.62-19.99 49.87 52.57 7.38-46.92 25.17 35.61 39.93z\"]\n};\nvar faHdd = {\n prefix: 'fas',\n iconName: 'hdd',\n icon: [576, 512, [], \"f0a0\", \"M576 304v96c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48v-96c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48zm-48-80a79.557 79.557 0 0 1 30.777 6.165L462.25 85.374A48.003 48.003 0 0 0 422.311 64H153.689a48 48 0 0 0-39.938 21.374L17.223 230.165A79.557 79.557 0 0 1 48 224h480zm-48 96c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm-96 0c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z\"]\n};\nvar faHeading = {\n prefix: 'fas',\n iconName: 'heading',\n icon: [512, 512, [], \"f1dc\", \"M448 96v320h32a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H320a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32V288H160v128h32a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32V96H32a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16h-32v128h192V96h-32a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16z\"]\n};\nvar faHeadphones = {\n prefix: 'fas',\n iconName: 'headphones',\n icon: [512, 512, [], \"f025\", \"M256 32C114.52 32 0 146.496 0 288v48a32 32 0 0 0 17.689 28.622l14.383 7.191C34.083 431.903 83.421 480 144 480h24c13.255 0 24-10.745 24-24V280c0-13.255-10.745-24-24-24h-24c-31.342 0-59.671 12.879-80 33.627V288c0-105.869 86.131-192 192-192s192 86.131 192 192v1.627C427.671 268.879 399.342 256 368 256h-24c-13.255 0-24 10.745-24 24v176c0 13.255 10.745 24 24 24h24c60.579 0 109.917-48.098 111.928-108.187l14.382-7.191A32 32 0 0 0 512 336v-48c0-141.479-114.496-256-256-256z\"]\n};\nvar faHeadphonesAlt = {\n prefix: 'fas',\n iconName: 'headphones-alt',\n icon: [512, 512, [], \"f58f\", \"M160 288h-16c-35.35 0-64 28.7-64 64.12v63.76c0 35.41 28.65 64.12 64 64.12h16c17.67 0 32-14.36 32-32.06V320.06c0-17.71-14.33-32.06-32-32.06zm208 0h-16c-17.67 0-32 14.35-32 32.06v127.88c0 17.7 14.33 32.06 32 32.06h16c35.35 0 64-28.71 64-64.12v-63.76c0-35.41-28.65-64.12-64-64.12zM256 32C112.91 32 4.57 151.13 0 288v112c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16V288c0-114.67 93.33-207.8 208-207.82 114.67.02 208 93.15 208 207.82v112c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16V288C507.43 151.13 399.09 32 256 32z\"]\n};\nvar faHeadset = {\n prefix: 'fas',\n iconName: 'headset',\n icon: [512, 512, [], \"f590\", \"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"]\n};\nvar faHeart = {\n prefix: 'fas',\n iconName: 'heart',\n icon: [512, 512, [], \"f004\", \"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"]\n};\nvar faHeartBroken = {\n prefix: 'fas',\n iconName: 'heart-broken',\n icon: [512, 512, [], \"f7a9\", \"M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z\"]\n};\nvar faHeartbeat = {\n prefix: 'fas',\n iconName: 'heartbeat',\n icon: [512, 512, [], \"f21e\", \"M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z\"]\n};\nvar faHelicopter = {\n prefix: 'fas',\n iconName: 'helicopter',\n icon: [640, 512, [], \"f533\", \"M304 384h272c17.67 0 32-14.33 32-32 0-123.71-100.29-224-224-224V64h176c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16H144c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h176v64H112L68.8 70.4C65.78 66.37 61.03 64 56 64H16.01C5.6 64-2.04 73.78.49 83.88L32 192l160 64 86.4 115.2A31.992 31.992 0 0 0 304 384zm112-188.49C478.55 208.3 528.03 257.44 540.79 320H416V195.51zm219.37 263.3l-22.15-22.2c-6.25-6.26-16.24-6.1-22.64.01-7.09 6.77-13.84 11.25-24.64 11.25H240c-8.84 0-16 7.18-16 16.03v32.06c0 8.85 7.16 16.03 16 16.03h325.94c14.88 0 35.3-.47 68.45-29.52 7.02-6.14 7.57-17.05.98-23.66z\"]\n};\nvar faHighlighter = {\n prefix: 'fas',\n iconName: 'highlighter',\n icon: [544, 512, [], \"f591\", \"M0 479.98L99.92 512l35.45-35.45-67.04-67.04L0 479.98zm124.61-240.01a36.592 36.592 0 0 0-10.79 38.1l13.05 42.83-50.93 50.94 96.23 96.23 50.86-50.86 42.74 13.08c13.73 4.2 28.65-.01 38.15-10.78l35.55-41.64-173.34-173.34-41.52 35.44zm403.31-160.7l-63.2-63.2c-20.49-20.49-53.38-21.52-75.12-2.35L190.55 183.68l169.77 169.78L530.27 154.4c19.18-21.74 18.15-54.63-2.35-75.13z\"]\n};\nvar faHiking = {\n prefix: 'fas',\n iconName: 'hiking',\n icon: [384, 512, [], \"f6ec\", \"M80.95 472.23c-4.28 17.16 6.14 34.53 23.28 38.81 2.61.66 5.22.95 7.8.95 14.33 0 27.37-9.7 31.02-24.23l25.24-100.97-52.78-52.78-34.56 138.22zm14.89-196.12L137 117c2.19-8.42-3.14-16.95-11.92-19.06-43.88-10.52-88.35 15.07-99.32 57.17L.49 253.24c-2.19 8.42 3.14 16.95 11.92 19.06l63.56 15.25c8.79 2.1 17.68-3.02 19.87-11.44zM368 160h-16c-8.84 0-16 7.16-16 16v16h-34.75l-46.78-46.78C243.38 134.11 228.61 128 212.91 128c-27.02 0-50.47 18.3-57.03 44.52l-26.92 107.72a32.012 32.012 0 0 0 8.42 30.39L224 397.25V480c0 17.67 14.33 32 32 32s32-14.33 32-32v-82.75c0-17.09-6.66-33.16-18.75-45.25l-46.82-46.82c.15-.5.49-.89.62-1.41l19.89-79.57 22.43 22.43c6 6 14.14 9.38 22.62 9.38h48v240c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16V176c.01-8.84-7.15-16-15.99-16zM240 96c26.51 0 48-21.49 48-48S266.51 0 240 0s-48 21.49-48 48 21.49 48 48 48z\"]\n};\nvar faHippo = {\n prefix: 'fas',\n iconName: 'hippo',\n icon: [640, 512, [], \"f6ed\", \"M581.12 96.2c-27.67-.15-52.5 17.58-76.6 26.62C489.98 88.27 455.83 64 416 64c-11.28 0-21.95 2.3-32 5.88V56c0-13.26-10.75-24-24-24h-16c-13.25 0-24 10.74-24 24v48.98C286.01 79.58 241.24 64 192 64 85.96 64 0 135.64 0 224v240c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16v-70.79C128.35 407.57 166.72 416 208 416s79.65-8.43 112-22.79V464c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V288h128v32c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-32c17.67 0 32-14.33 32-32v-92.02c0-34.09-24.79-67.59-58.88-67.78zM448 176c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z\"]\n};\nvar faHistory = {\n prefix: 'fas',\n iconName: 'history',\n icon: [512, 512, [], \"f1da\", \"M504 255.531c.253 136.64-111.18 248.372-247.82 248.468-59.015.042-113.223-20.53-155.822-54.911-11.077-8.94-11.905-25.541-1.839-35.607l11.267-11.267c8.609-8.609 22.353-9.551 31.891-1.984C173.062 425.135 212.781 440 256 440c101.705 0 184-82.311 184-184 0-101.705-82.311-184-184-184-48.814 0-93.149 18.969-126.068 49.932l50.754 50.754c10.08 10.08 2.941 27.314-11.313 27.314H24c-8.837 0-16-7.163-16-16V38.627c0-14.254 17.234-21.393 27.314-11.314l49.372 49.372C129.209 34.136 189.552 8 256 8c136.81 0 247.747 110.78 248 247.531zm-180.912 78.784l9.823-12.63c8.138-10.463 6.253-25.542-4.21-33.679L288 256.349V152c0-13.255-10.745-24-24-24h-16c-13.255 0-24 10.745-24 24v135.651l65.409 50.874c10.463 8.137 25.541 6.253 33.679-4.21z\"]\n};\nvar faHockeyPuck = {\n prefix: 'fas',\n iconName: 'hockey-puck',\n icon: [512, 512, [], \"f453\", \"M0 160c0-53 114.6-96 256-96s256 43 256 96-114.6 96-256 96S0 213 0 160zm0 82.2V352c0 53 114.6 96 256 96s256-43 256-96V242.2c-113.4 82.3-398.5 82.4-512 0z\"]\n};\nvar faHollyBerry = {\n prefix: 'fas',\n iconName: 'holly-berry',\n icon: [448, 512, [], \"f7aa\", \"M144 192c26.5 0 48-21.5 48-48s-21.5-48-48-48-48 21.5-48 48 21.5 48 48 48zm112-48c0 26.5 21.5 48 48 48s48-21.5 48-48-21.5-48-48-48-48 21.5-48 48zm-32-48c26.5 0 48-21.5 48-48S250.5 0 224 0s-48 21.5-48 48 21.5 48 48 48zm-16.2 139.1c.1-12.4-13.1-20.1-23.8-13.7-34.3 20.3-71.4 32.7-108.7 36.2-9.7.9-15.6 11.3-11.6 20.2 6.2 13.9 11.1 28.6 14.7 43.8 3.6 15.2-5.3 30.6-20.2 35.1-14.9 4.5-30.1 7.6-45.3 9.1-9.7 1-15.7 11.3-11.7 20.2 15 32.8 22.9 69.5 23 107.7.1 14.4 15.2 23.1 27.6 16 33.2-19 68.9-30.5 104.8-33.9 9.7-.9 15.6-11.3 11.6-20.2-6.2-13.9-11.1-28.6-14.7-43.8-3.6-15.2 5.3-30.6 20.2-35.1 14.9-4.5 30.1-7.6 45.3-9.1 9.7-1 15.7-11.3 11.7-20.2-15.5-34.2-23.3-72.5-22.9-112.3zM435 365.6c-15.2-1.6-30.3-4.7-45.3-9.1-14.9-4.5-23.8-19.9-20.2-35.1 3.6-15.2 8.5-29.8 14.7-43.8 4-8.9-1.9-19.3-11.6-20.2-37.3-3.5-74.4-15.9-108.7-36.2-10.7-6.3-23.9 1.4-23.8 13.7 0 1.6-.2 3.2-.2 4.9.2 33.3 7 65.7 19.9 94 5.7 12.4 5.2 26.6-.6 38.9 4.9 1.2 9.9 2.2 14.8 3.7 14.9 4.5 23.8 19.9 20.2 35.1-3.6 15.2-8.5 29.8-14.7 43.8-4 8.9 1.9 19.3 11.6 20.2 35.9 3.4 71.6 14.9 104.8 33.9 12.5 7.1 27.6-1.6 27.6-16 .2-38.2 8-75 23-107.7 4.3-8.7-1.8-19.1-11.5-20.1z\"]\n};\nvar faHome = {\n prefix: 'fas',\n iconName: 'home',\n icon: [576, 512, [], \"f015\", \"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"]\n};\nvar faHorse = {\n prefix: 'fas',\n iconName: 'horse',\n icon: [576, 512, [], \"f6f0\", \"M575.92 76.6c-.01-8.13-3.02-15.87-8.58-21.8-3.78-4.03-8.58-9.12-13.69-14.5 11.06-6.84 19.5-17.49 22.18-30.66C576.85 4.68 572.96 0 567.9 0H447.92c-70.69 0-128 57.31-128 128H160c-28.84 0-54.4 12.98-72 33.11V160c-48.53 0-88 39.47-88 88v56c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-56c0-13.22 6.87-24.39 16.78-31.68-.21 2.58-.78 5.05-.78 7.68 0 27.64 11.84 52.36 30.54 69.88l-25.72 68.6a63.945 63.945 0 0 0-2.16 37.99l24.85 99.41A15.982 15.982 0 0 0 107.02 512h65.96c10.41 0 18.05-9.78 15.52-19.88l-26.31-105.26 23.84-63.59L320 345.6V496c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V318.22c19.74-20.19 32-47.75 32-78.22 0-.22-.07-.42-.08-.64V136.89l16 7.11 18.9 37.7c7.45 14.87 25.05 21.55 40.49 15.37l32.55-13.02a31.997 31.997 0 0 0 20.12-29.74l-.06-77.71zm-64 19.4c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z\"]\n};\nvar faHorseHead = {\n prefix: 'fas',\n iconName: 'horse-head',\n icon: [512, 512, [], \"f7ab\", \"M509.8 332.5l-69.9-164.3c-14.9-41.2-50.4-71-93-79.2 18-10.6 46.3-35.9 34.2-82.3-1.3-5-7.1-7.9-12-6.1L166.9 76.3C35.9 123.4 0 238.9 0 398.8V480c0 17.7 14.3 32 32 32h236.2c23.8 0 39.3-25 28.6-46.3L256 384v-.7c-45.6-3.5-84.6-30.7-104.3-69.6-1.6-3.1-.9-6.9 1.6-9.3l12.1-12.1c3.9-3.9 10.6-2.7 12.9 2.4 14.8 33.7 48.2 57.4 87.4 57.4 17.2 0 33-5.1 46.8-13.2l46 63.9c6 8.4 15.7 13.3 26 13.3h50.3c8.5 0 16.6-3.4 22.6-9.4l45.3-39.8c8.9-9.1 11.7-22.6 7.1-34.4zM328 224c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24z\"]\n};\nvar faHospital = {\n prefix: 'fas',\n iconName: 'hospital',\n icon: [448, 512, [], \"f0f8\", \"M448 492v20H0v-20c0-6.627 5.373-12 12-12h20V120c0-13.255 10.745-24 24-24h88V24c0-13.255 10.745-24 24-24h112c13.255 0 24 10.745 24 24v72h88c13.255 0 24 10.745 24 24v360h20c6.627 0 12 5.373 12 12zM308 192h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zm-168 64h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12zm104 128h-40c-6.627 0-12 5.373-12 12v84h64v-84c0-6.627-5.373-12-12-12zm64-96h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zm-116 12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40zM182 96h26v26a6 6 0 0 0 6 6h20a6 6 0 0 0 6-6V96h26a6 6 0 0 0 6-6V70a6 6 0 0 0-6-6h-26V38a6 6 0 0 0-6-6h-20a6 6 0 0 0-6 6v26h-26a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6z\"]\n};\nvar faHospitalAlt = {\n prefix: 'fas',\n iconName: 'hospital-alt',\n icon: [576, 512, [], \"f47d\", \"M544 96H416V32c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32v64H32c-17.7 0-32 14.3-32 32v368c0 8.8 7.2 16 16 16h544c8.8 0 16-7.2 16-16V128c0-17.7-14.3-32-32-32zM160 436c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm160 128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm16-170c0 3.3-2.7 6-6 6h-26v26c0 3.3-2.7 6-6 6h-20c-3.3 0-6-2.7-6-6v-26h-26c-3.3 0-6-2.7-6-6v-20c0-3.3 2.7-6 6-6h26V86c0-3.3 2.7-6 6-6h20c3.3 0 6 2.7 6 6v26h26c3.3 0 6 2.7 6 6v20zm144 298c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"]\n};\nvar faHospitalSymbol = {\n prefix: 'fas',\n iconName: 'hospital-symbol',\n icon: [512, 512, [], \"f47e\", \"M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm112 376c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-88h-96v88c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V136c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v88h96v-88c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v240z\"]\n};\nvar faHotTub = {\n prefix: 'fas',\n iconName: 'hot-tub',\n icon: [512, 512, [], \"f593\", \"M414.21 177.65c1.02 8.21 7.75 14.35 15.75 14.35h16.12c9.51 0 17.08-8.57 16-18.35-4.34-39.11-22.4-74.53-50.13-97.16-17.37-14.17-28.82-36.75-31.98-62.15C378.96 6.14 372.22 0 364.23 0h-16.12c-9.51 0-17.09 8.57-16 18.35 4.34 39.11 22.4 74.53 50.13 97.16 17.36 14.17 28.82 36.75 31.97 62.14zm-108 0c1.02 8.21 7.75 14.35 15.75 14.35h16.12c9.51 0 17.08-8.57 16-18.35-4.34-39.11-22.4-74.53-50.13-97.16-17.37-14.17-28.82-36.75-31.98-62.15C270.96 6.14 264.22 0 256.23 0h-16.12c-9.51 0-17.09 8.57-16 18.35 4.34 39.11 22.4 74.53 50.13 97.16 17.36 14.17 28.82 36.75 31.97 62.14zM480 256H256l-110.93-83.2a63.99 63.99 0 0 0-38.4-12.8H64c-35.35 0-64 28.65-64 64v224c0 35.35 28.65 64 64 64h384c35.35 0 64-28.65 64-64V288c0-17.67-14.33-32-32-32zM128 440c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zm96 0c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zm96 0c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zm96 0c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zM64 128c35.35 0 64-28.65 64-64S99.35 0 64 0 0 28.65 0 64s28.65 64 64 64z\"]\n};\nvar faHotdog = {\n prefix: 'fas',\n iconName: 'hotdog',\n icon: [512, 512, [], \"f80f\", \"M488.56 23.44a80 80 0 0 0-113.12 0l-352 352a80 80 0 1 0 113.12 113.12l352-352a80 80 0 0 0 0-113.12zm-49.93 95.19c-19.6 19.59-37.52 22.67-51.93 25.14C373.76 146 364.4 147.6 352 160s-14 21.76-16.23 34.71c-2.48 14.4-5.55 32.33-25.15 51.92s-37.52 22.67-51.92 25.15C245.75 274 236.4 275.6 224 288s-14 21.75-16.23 34.7c-2.47 14.4-5.54 32.33-25.14 51.92s-37.53 22.68-51.93 25.15C117.76 402 108.4 403.6 96 416a16 16 0 0 1-22.63-22.63c19.6-19.59 37.52-22.67 51.92-25.14 13-2.22 22.3-3.82 34.71-16.23s14-21.75 16.22-34.7c2.48-14.4 5.55-32.33 25.15-51.92s37.52-22.67 51.92-25.14c13-2.22 22.3-3.83 34.7-16.23s14-21.76 16.24-34.71c2.47-14.4 5.54-32.33 25.14-51.92s37.52-22.68 51.92-25.15C394.24 110 403.59 108.41 416 96a16 16 0 0 1 22.63 22.63zM31.44 322.18L322.18 31.44l-11.54-11.55c-25-25-63.85-26.66-86.79-3.72L16.17 223.85c-22.94 22.94-21.27 61.79 3.72 86.78zm449.12-132.36L189.82 480.56l11.54 11.55c25 25 63.85 26.66 86.79 3.72l207.68-207.68c22.94-22.94 21.27-61.79-3.72-86.79z\"]\n};\nvar faHotel = {\n prefix: 'fas',\n iconName: 'hotel',\n icon: [576, 512, [], \"f594\", \"M560 64c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h15.98v384H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h240v-80c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v80h240c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-16V64h16zm-304 44.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zm0 96c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zm-128-96c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zM179.2 256h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8zM192 384c0-53.02 42.98-96 96-96s96 42.98 96 96H192zm256-140.8c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-96c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4z\"]\n};\nvar faHourglass = {\n prefix: 'fas',\n iconName: 'hourglass',\n icon: [384, 512, [], \"f254\", \"M360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64z\"]\n};\nvar faHourglassEnd = {\n prefix: 'fas',\n iconName: 'hourglass-end',\n icon: [384, 512, [], \"f253\", \"M360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64zM192 208c-57.787 0-104-66.518-104-144h208c0 77.945-46.51 144-104 144z\"]\n};\nvar faHourglassHalf = {\n prefix: 'fas',\n iconName: 'hourglass-half',\n icon: [384, 512, [], \"f252\", \"M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-75.078 384H99.08c17.059-46.797 52.096-80 92.92-80 40.821 0 75.862 33.196 92.922 80zm.019-256H99.078C91.988 108.548 88 86.748 88 64h208c0 22.805-3.987 44.587-11.059 64z\"]\n};\nvar faHourglassStart = {\n prefix: 'fas',\n iconName: 'hourglass-start',\n icon: [384, 512, [], \"f251\", \"M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-64 448H88c0-77.458 46.204-144 104-144 57.786 0 104 66.517 104 144z\"]\n};\nvar faHouseDamage = {\n prefix: 'fas',\n iconName: 'house-damage',\n icon: [576, 512, [], \"f6f1\", \"M288 114.96L69.47 307.71c-1.62 1.46-3.69 2.14-5.47 3.35V496c0 8.84 7.16 16 16 16h149.23L192 439.19l104.11-64-60.16-119.22L384 392.75l-104.11 64L319.81 512H496c8.84 0 16-7.16 16-16V311.1c-1.7-1.16-3.72-1.82-5.26-3.2L288 114.96zm282.69 121.32L512 184.45V48c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v51.69L314.75 10.31C307.12 3.45 297.56.01 288 0s-19.1 3.41-26.7 10.27L5.31 236.28c-6.57 5.91-7.12 16.02-1.21 22.6l21.4 23.82c5.9 6.57 16.02 7.12 22.6 1.21L277.42 81.63c6.05-5.33 15.12-5.33 21.17 0L527.91 283.9c6.57 5.9 16.69 5.36 22.6-1.21l21.4-23.82c5.9-6.57 5.36-16.69-1.22-22.59z\"]\n};\nvar faHryvnia = {\n prefix: 'fas',\n iconName: 'hryvnia',\n icon: [384, 512, [], \"f6f2\", \"M368 240c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-41.86c13.41-28.63 13.74-63.33-4.13-94.05C303.34 49.84 267.1 32 229.96 32h-78.82c-24.32 0-47.86 8.53-66.54 24.09L72.83 65.9c-10.18 8.49-11.56 23.62-3.07 33.8l20.49 24.59c8.49 10.19 23.62 11.56 33.81 3.07l11.73-9.78c4.32-3.6 9.77-5.57 15.39-5.57h83.62c11.69 0 21.2 9.52 21.2 21.2 0 5.91-2.48 11.58-6.81 15.58L219.7 176H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h134.37l-34.67 32H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h41.86c-13.41 28.63-13.74 63.33 4.13 94.05C80.66 462.15 116.9 480 154.04 480h78.82c24.32 0 47.86-8.53 66.54-24.09l11.77-9.81c10.18-8.49 11.56-23.62 3.07-33.8l-20.49-24.59c-8.49-10.19-23.62-11.56-33.81-3.07l-11.75 9.8a23.992 23.992 0 0 1-15.36 5.56H149.2c-11.69 0-21.2-9.52-21.2-21.2 0-5.91 2.48-11.58 6.81-15.58L164.3 336H368c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16H233.63l34.67-32H368z\"]\n};\nvar faICursor = {\n prefix: 'fas',\n iconName: 'i-cursor',\n icon: [256, 512, [], \"f246\", \"M256 52.048V12.065C256 5.496 250.726.148 244.158.066 211.621-.344 166.469.011 128 37.959 90.266.736 46.979-.114 11.913.114 5.318.157 0 5.519 0 12.114v39.645c0 6.687 5.458 12.078 12.145 11.998C38.111 63.447 96 67.243 96 112.182V224H60c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h36v112c0 44.932-56.075 48.031-83.95 47.959C5.404 447.942 0 453.306 0 459.952v39.983c0 6.569 5.274 11.917 11.842 11.999 32.537.409 77.689.054 116.158-37.894 37.734 37.223 81.021 38.073 116.087 37.845 6.595-.043 11.913-5.405 11.913-12V460.24c0-6.687-5.458-12.078-12.145-11.998C217.889 448.553 160 444.939 160 400V288h36c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-36V112.182c0-44.932 56.075-48.213 83.95-48.142 6.646.018 12.05-5.346 12.05-11.992z\"]\n};\nvar faIceCream = {\n prefix: 'fas',\n iconName: 'ice-cream',\n icon: [448, 512, [], \"f810\", \"M368 160h-.94a144 144 0 1 0-286.12 0H80a48 48 0 0 0 0 96h288a48 48 0 0 0 0-96zM195.38 493.69a31.52 31.52 0 0 0 57.24 0L352 288H96z\"]\n};\nvar faIcicles = {\n prefix: 'fas',\n iconName: 'icicles',\n icon: [512, 512, [], \"f7ad\", \"M511.4 37.9C515.1 18.2 500 0 480 0H32C10.6 0-4.8 20.7 1.4 41.2l87.1 273.4c2.5 7.2 12.7 7.2 15.1 0L140 190.5l44.2 187.3c1.9 8.3 13.7 8.3 15.6 0l46.5-196.9 34.1 133.4c2.3 7.6 13 7.6 15.3 0l45.8-172.5 66.7 363.8c1.7 8.6 14 8.6 15.7 0l87.5-467.7z\"]\n};\nvar faIcons = {\n prefix: 'fas',\n iconName: 'icons',\n icon: [512, 512, [], \"f86d\", \"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"]\n};\nvar faIdBadge = {\n prefix: 'fas',\n iconName: 'id-badge',\n icon: [384, 512, [], \"f2c1\", \"M336 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM144 32h96c8.8 0 16 7.2 16 16s-7.2 16-16 16h-96c-8.8 0-16-7.2-16-16s7.2-16 16-16zm48 128c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H102.4C90 416 80 407.4 80 396.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2z\"]\n};\nvar faIdCard = {\n prefix: 'fas',\n iconName: 'id-card',\n icon: [576, 512, [], \"f2c2\", \"M528 32H48C21.5 32 0 53.5 0 80v16h576V80c0-26.5-21.5-48-48-48zM0 432c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V128H0v304zm352-232c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zm0 64c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zm0 64c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zM176 192c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zM67.1 396.2C75.5 370.5 99.6 352 128 352h8.2c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h8.2c28.4 0 52.5 18.5 60.9 44.2 3.2 9.9-5.2 19.8-15.6 19.8H82.7c-10.4 0-18.8-10-15.6-19.8z\"]\n};\nvar faIdCardAlt = {\n prefix: 'fas',\n iconName: 'id-card-alt',\n icon: [576, 512, [], \"f47f\", \"M528 64H384v96H192V64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM288 224c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm93.3 224H194.7c-10.4 0-18.8-10-15.6-19.8 8.3-25.6 32.4-44.2 60.9-44.2h8.2c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h8.2c28.4 0 52.5 18.5 60.9 44.2 3.2 9.8-5.2 19.8-15.6 19.8zM352 32c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32v96h128V32z\"]\n};\nvar faIgloo = {\n prefix: 'fas',\n iconName: 'igloo',\n icon: [576, 512, [], \"f7ae\", \"M320 33.9c-10.5-1.2-21.2-1.9-32-1.9-99.8 0-187.8 50.8-239.4 128H320V33.9zM96 192H30.3C11.1 230.6 0 274 0 320h96V192zM352 39.4V160h175.4C487.2 99.9 424.8 55.9 352 39.4zM480 320h96c0-46-11.1-89.4-30.3-128H480v128zm-64 64v96h128c17.7 0 32-14.3 32-32v-96H411.5c2.6 10.3 4.5 20.9 4.5 32zm32-192H128v128h49.8c22.2-38.1 63-64 110.2-64s88 25.9 110.2 64H448V192zM0 448c0 17.7 14.3 32 32 32h128v-96c0-11.1 1.9-21.7 4.5-32H0v96zm288-160c-53 0-96 43-96 96v96h192v-96c0-53-43-96-96-96z\"]\n};\nvar faImage = {\n prefix: 'fas',\n iconName: 'image',\n icon: [512, 512, [], \"f03e\", \"M464 448H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48zM112 120c-30.928 0-56 25.072-56 56s25.072 56 56 56 56-25.072 56-56-25.072-56-56-56zM64 384h384V272l-87.515-87.515c-4.686-4.686-12.284-4.686-16.971 0L208 320l-55.515-55.515c-4.686-4.686-12.284-4.686-16.971 0L64 336v48z\"]\n};\nvar faImages = {\n prefix: 'fas',\n iconName: 'images',\n icon: [576, 512, [], \"f302\", \"M480 416v16c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v208c0 44.112 35.888 80 80 80h336zm96-80V80c0-26.51-21.49-48-48-48H144c-26.51 0-48 21.49-48 48v256c0 26.51 21.49 48 48 48h384c26.51 0 48-21.49 48-48zM256 128c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-96 144l55.515-55.515c4.686-4.686 12.284-4.686 16.971 0L272 256l135.515-135.515c4.686-4.686 12.284-4.686 16.971 0L512 208v112H160v-48z\"]\n};\nvar faInbox = {\n prefix: 'fas',\n iconName: 'inbox',\n icon: [576, 512, [], \"f01c\", \"M567.938 243.908L462.25 85.374A48.003 48.003 0 0 0 422.311 64H153.689a48 48 0 0 0-39.938 21.374L8.062 243.908A47.994 47.994 0 0 0 0 270.533V400c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V270.533a47.994 47.994 0 0 0-8.062-26.625zM162.252 128h251.497l85.333 128H376l-32 64H232l-32-64H76.918l85.334-128z\"]\n};\nvar faIndent = {\n prefix: 'fas',\n iconName: 'indent',\n icon: [448, 512, [], \"f03c\", \"M27.31 363.3l96-96a16 16 0 0 0 0-22.62l-96-96C17.27 138.66 0 145.78 0 160v192c0 14.31 17.33 21.3 27.31 11.3zM432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm3.17-128H204.83A12.82 12.82 0 0 0 192 300.83v38.34A12.82 12.82 0 0 0 204.83 352h230.34A12.82 12.82 0 0 0 448 339.17v-38.34A12.82 12.82 0 0 0 435.17 288zm0-128H204.83A12.82 12.82 0 0 0 192 172.83v38.34A12.82 12.82 0 0 0 204.83 224h230.34A12.82 12.82 0 0 0 448 211.17v-38.34A12.82 12.82 0 0 0 435.17 160zM432 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faIndustry = {\n prefix: 'fas',\n iconName: 'industry',\n icon: [512, 512, [], \"f275\", \"M475.115 163.781L336 252.309v-68.28c0-18.916-20.931-30.399-36.885-20.248L160 252.309V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56v400c0 13.255 10.745 24 24 24h464c13.255 0 24-10.745 24-24V184.029c0-18.917-20.931-30.399-36.885-20.248z\"]\n};\nvar faInfinity = {\n prefix: 'fas',\n iconName: 'infinity',\n icon: [640, 512, [], \"f534\", \"M471.1 96C405 96 353.3 137.3 320 174.6 286.7 137.3 235 96 168.9 96 75.8 96 0 167.8 0 256s75.8 160 168.9 160c66.1 0 117.8-41.3 151.1-78.6 33.3 37.3 85 78.6 151.1 78.6 93.1 0 168.9-71.8 168.9-160S564.2 96 471.1 96zM168.9 320c-40.2 0-72.9-28.7-72.9-64s32.7-64 72.9-64c38.2 0 73.4 36.1 94 64-20.4 27.6-55.9 64-94 64zm302.2 0c-38.2 0-73.4-36.1-94-64 20.4-27.6 55.9-64 94-64 40.2 0 72.9 28.7 72.9 64s-32.7 64-72.9 64z\"]\n};\nvar faInfo = {\n prefix: 'fas',\n iconName: 'info',\n icon: [192, 512, [], \"f129\", \"M20 424.229h20V279.771H20c-11.046 0-20-8.954-20-20V212c0-11.046 8.954-20 20-20h112c11.046 0 20 8.954 20 20v212.229h20c11.046 0 20 8.954 20 20V492c0 11.046-8.954 20-20 20H20c-11.046 0-20-8.954-20-20v-47.771c0-11.046 8.954-20 20-20zM96 0C56.235 0 24 32.235 24 72s32.235 72 72 72 72-32.235 72-72S135.764 0 96 0z\"]\n};\nvar faInfoCircle = {\n prefix: 'fas',\n iconName: 'info-circle',\n icon: [512, 512, [], \"f05a\", \"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"]\n};\nvar faItalic = {\n prefix: 'fas',\n iconName: 'italic',\n icon: [320, 512, [], \"f033\", \"M320 48v32a16 16 0 0 1-16 16h-62.76l-80 320H208a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H16a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h62.76l80-320H112a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h192a16 16 0 0 1 16 16z\"]\n};\nvar faJedi = {\n prefix: 'fas',\n iconName: 'jedi',\n icon: [544, 512, [], \"f669\", \"M479.99 352l58.88-58.87c3.29-16.8 5.13-34.12 5.13-51.86 0-5.81-.68-11.51-1.05-17.27H496l41.25-41.24c-14.5-64.79-52.43-123.05-107.91-162.27-2.77-1.96-5.97-2.99-9.25-2.99-5.37 0-10.41 2.71-13.49 7.24-3.05 4.49-3.64 9.99-1.61 15.09 6.55 16.46 9.86 33.73 9.86 51.31 0 45.12-21.03 86.57-57.69 113.73-4.02 2.98-6.46 7.5-6.7 12.4-.24 4.92 1.76 9.66 5.49 13.03 32.93 29.75 47.35 73.51 38.57 117.07-9.74 48.35-48.84 87.1-97.31 96.5l-2.5-65.34L321.88 397c2.98 2.06 7.39 1.69 10.02-.8a8.002 8.002 0 0 0 1.34-9.92l-20.11-33.73 42.07-8.72c3.7-.75 6.38-4.05 6.38-7.83 0-3.77-2.69-7.06-6.38-7.83l-42.07-8.73 20.13-33.77c1.92-3.23 1.34-7.31-1.38-9.91-2.7-2.55-6.97-2.89-10-.8l-30.39 20.67L279.96 7.7a7.964 7.964 0 0 0-8-7.7c-4.33 0-7.84 3.38-8 7.67l-11.52 287.97-30.39-20.66c-3.14-2.12-7.27-1.83-10 .78-2.72 2.59-3.3 6.67-1.36 9.94l20.11 33.73-42.07 8.73c-3.7.75-6.38 4.05-6.38 7.83s2.67 7.08 6.38 7.83l42.07 8.72-20.13 33.77c-1.92 3.23-1.34 7.33 1.39 9.94 2.59 2.45 7.03 2.75 10 .75l27.16-18.48-2.5 65.26c-56.94-11.64-99.89-61.89-99.89-121.92 0-35.08 14.62-67.6 41.17-91.58 3.72-3.36 5.72-8.11 5.48-13.01-.24-4.9-2.68-9.41-6.69-12.38-36.67-27.16-57.71-68.62-57.71-113.74 0-17.56 3.31-34.81 9.84-51.26 2.02-5.09 1.43-10.59-1.62-15.09-3.08-4.54-8.13-7.25-13.51-7.25-3.3 0-6.5 1.04-9.27 3-55.87 39.52-93.6 97.37-107.97 162.07L47.93 224H.72c-.63 9.92-.97 19.91-.5 29.99.62 13.43 2.54 26.53 5.11 39.41l58.6 58.6H24.02c41.25 90.23 131.13 154.94 235.1 159.71 4.3.2 8.59.29 12.85.29 110.34 0 205.35-65.83 247.98-160h-39.96z\"]\n};\nvar faJoint = {\n prefix: 'fas',\n iconName: 'joint',\n icon: [640, 512, [], \"f595\", \"M444.34 181.1c22.38 15.68 35.66 41.16 35.66 68.59V280c0 4.42 3.58 8 8 8h48c4.42 0 8-3.58 8-8v-30.31c0-43.24-21.01-83.41-56.34-108.06C463.85 125.02 448 99.34 448 70.31V8c0-4.42-3.58-8-8-8h-48c-4.42 0-8 3.58-8 8v66.4c0 43.69 24.56 81.63 60.34 106.7zM194.97 358.98C126.03 370.07 59.69 394.69 0 432c83.65 52.28 180.3 80 278.94 80h88.57L254.79 380.49c-14.74-17.2-37.45-25.11-59.82-21.51zM553.28 87.09c-5.67-3.8-9.28-9.96-9.28-16.78V8c0-4.42-3.58-8-8-8h-48c-4.42 0-8 3.58-8 8v62.31c0 22.02 10.17 43.41 28.64 55.39C550.79 153.04 576 199.54 576 249.69V280c0 4.42 3.58 8 8 8h48c4.42 0 8-3.58 8-8v-30.31c0-65.44-32.41-126.19-86.72-162.6zM360.89 352.05c-34.4.06-86.81.15-88.21.17l117.8 137.43A63.987 63.987 0 0 0 439.07 512h88.45L409.57 374.4a63.955 63.955 0 0 0-48.68-22.35zM616 352H432l117.99 137.65A63.987 63.987 0 0 0 598.58 512H616c13.25 0 24-10.75 24-24V376c0-13.26-10.75-24-24-24z\"]\n};\nvar faJournalWhills = {\n prefix: 'fas',\n iconName: 'journal-whills',\n icon: [448, 512, [], \"f66a\", \"M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM133.08 144.39l21.26 21.26c1.56 1.56 3.61 2.34 5.66 2.34s4.09-.78 5.66-2.34c3.12-3.12 3.12-8.19 0-11.31l-26.42-26.42c10-20.9 26.24-37.97 46.37-49.26C179.62 88.4 176 99.74 176 112c0 19.96 9.33 37.57 23.66 49.31C190.01 171.37 184 184.96 184 200c0 26.94 19.04 49.4 44.38 54.76l1.36-32.71-10.37 7.04c-.69.45-1.47.69-2.25.69-1 0-1.98-.38-2.75-1.09a4.006 4.006 0 0 1-.69-4.95l8.54-14.31-17.91-3.72c-1.86-.39-3.19-2.03-3.19-3.92s1.33-3.53 3.19-3.92l17.91-3.72-8.54-14.31c-.95-1.61-.67-3.67.69-4.95 1.36-1.3 3.44-1.44 5-.41l12.01 8.16L236 71.83c.09-2.14 1.86-3.83 4-3.83s3.91 1.69 4 3.83l4.68 112.29 14.2-9.65a4.067 4.067 0 0 1 5 .41 4.006 4.006 0 0 1 .69 4.95l-8.54 14.31 17.91 3.72c1.86.39 3.19 2.03 3.19 3.92s-1.33 3.53-3.19 3.92l-17.91 3.72 8.54 14.31c.95 1.61.67 3.67-.69 4.95-.77.72-1.77 1.09-2.75 1.09-.78 0-1.56-.23-2.25-.69l-12.68-8.62 1.43 34.28C276.96 249.4 296 226.94 296 200c0-15.04-6.01-28.63-15.66-38.69C294.67 149.57 304 131.96 304 112c0-12.26-3.62-23.6-9.6-33.33 20.13 11.28 36.37 28.36 46.37 49.26l-26.42 26.42c-3.12 3.12-3.12 8.19 0 11.31 1.56 1.56 3.61 2.34 5.66 2.34s4.09-.78 5.66-2.34l21.26-21.26c2.97 10.08 5.07 20.55 5.07 31.6 0 .52-.14.99-.15 1.51l-37.11 32.47a7.975 7.975 0 0 0-.75 11.28 7.97 7.97 0 0 0 6.02 2.73c1.88 0 3.75-.66 5.27-1.98l23.59-20.64C337.32 250.96 293.09 288 240 288s-97.32-37.04-108.86-86.62l23.59 20.64A7.957 7.957 0 0 0 160 224c2.22 0 4.44-.92 6.02-2.73 2.92-3.33 2.58-8.38-.75-11.28l-37.11-32.47c-.01-.52-.15-.99-.15-1.51-.01-11.06 2.09-21.53 5.07-31.62zM380.8 448H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8v64z\"]\n};\nvar faKaaba = {\n prefix: 'fas',\n iconName: 'kaaba',\n icon: [576, 512, [], \"f66b\", \"M554.12 83.51L318.36 4.93a95.962 95.962 0 0 0-60.71 0L21.88 83.51A32.006 32.006 0 0 0 0 113.87v49.01l265.02-79.51c15.03-4.5 30.92-4.5 45.98 0l265 79.51v-49.01c0-13.77-8.81-26-21.88-30.36zm-279.9 30.52L0 196.3v228.38c0 15 10.42 27.98 25.06 31.24l242.12 53.8a95.937 95.937 0 0 0 41.65 0l242.12-53.8c14.64-3.25 25.06-16.24 25.06-31.24V196.29l-274.2-82.26c-9.04-2.72-18.59-2.72-27.59 0zM128 230.11c0 3.61-2.41 6.77-5.89 7.72l-80 21.82C37.02 261.03 32 257.2 32 251.93v-16.58c0-3.61 2.41-6.77 5.89-7.72l80-21.82c5.09-1.39 10.11 2.44 10.11 7.72v16.58zm144-39.28c0 3.61-2.41 6.77-5.89 7.72l-96 26.18c-5.09 1.39-10.11-2.44-10.11-7.72v-16.58c0-3.61 2.41-6.77 5.89-7.72l96-26.18c5.09-1.39 10.11 2.44 10.11 7.72v16.58zm176 22.7c0-5.28 5.02-9.11 10.11-7.72l80 21.82c3.48.95 5.89 4.11 5.89 7.72v16.58c0 5.28-5.02 9.11-10.11 7.72l-80-21.82a7.997 7.997 0 0 1-5.89-7.72v-16.58zm-144-39.27c0-5.28 5.02-9.11 10.11-7.72l96 26.18c3.48.95 5.89 4.11 5.89 7.72v16.58c0 5.28-5.02 9.11-10.11 7.72l-96-26.18a7.997 7.997 0 0 1-5.89-7.72v-16.58z\"]\n};\nvar faKey = {\n prefix: 'fas',\n iconName: 'key',\n icon: [512, 512, [], \"f084\", \"M512 176.001C512 273.203 433.202 352 336 352c-11.22 0-22.19-1.062-32.827-3.069l-24.012 27.014A23.999 23.999 0 0 1 261.223 384H224v40c0 13.255-10.745 24-24 24h-40v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-78.059c0-6.365 2.529-12.47 7.029-16.971l161.802-161.802C163.108 213.814 160 195.271 160 176 160 78.798 238.797.001 335.999 0 433.488-.001 512 78.511 512 176.001zM336 128c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48-48 21.49-48 48z\"]\n};\nvar faKeyboard = {\n prefix: 'fas',\n iconName: 'keyboard',\n icon: [576, 512, [], \"f11c\", \"M528 448H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48zM128 180v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm288 0v-40c0-6.627-5.373-12-12-12H172c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12z\"]\n};\nvar faKhanda = {\n prefix: 'fas',\n iconName: 'khanda',\n icon: [512, 512, [], \"f66d\", \"M415.81 66c-6.37-3.5-14.37-2.33-19.36 3.02a15.974 15.974 0 0 0-1.91 19.52c16.49 26.16 25.2 56.39 25.2 87.41-.19 53.25-26.77 102.69-71.27 132.41l-76.63 53.35v-20.1l44.05-36.09c3.92-4.2 5-10.09 2.81-15.28L310.85 273c33.84-19.26 56.94-55.25 56.94-96.99 0-40.79-22.02-76.13-54.59-95.71l5.22-11.44c2.34-5.53.93-11.83-3.57-16.04L255.86 0l-58.99 52.81c-4.5 4.21-5.9 10.51-3.57 16.04l5.22 11.44c-32.57 19.58-54.59 54.93-54.59 95.72 0 41.75 23.09 77.73 56.94 96.99l-7.85 17.24c-2.19 5.18-1.1 11.07 2.81 15.28l44.05 36.09v19.9l-76.59-53.33C119.02 278.62 92.44 229.19 92.26 176c0-31.08 8.71-61.31 25.2-87.47 3.87-6.16 2.4-13.77-2.59-19.08-5-5.34-13.68-6.2-20.02-2.7C16.32 109.6-22.3 205.3 13.36 295.99c7.07 17.99 17.89 34.38 30.46 49.06l55.97 65.36c4.87 5.69 13.04 7.24 19.65 3.72l79.35-42.23L228 392.23l-47.08 32.78c-1.67-.37-3.23-1.01-5.01-1.01-13.25 0-23.99 10.74-23.99 24 0 13.25 10.74 24 23.99 24 12.1 0 21.69-9.11 23.33-20.76l40.63-28.28v29.95c-9.39 5.57-15.99 15.38-15.99 27.1 0 17.67 14.32 32 31.98 32s31.98-14.33 31.98-32c0-11.71-6.61-21.52-15.99-27.1v-30.15l40.91 28.48C314.41 462.89 324 472 336.09 472c13.25 0 23.99-10.75 23.99-24 0-13.26-10.74-24-23.99-24-1.78 0-3.34.64-5.01 1.01L284 392.23l29.21-20.34 79.35 42.23c6.61 3.52 14.78 1.97 19.65-3.71l52.51-61.31c18.87-22.02 34-47.5 41.25-75.59 21.62-83.66-16.45-167.27-90.16-207.51zm-95.99 110c0 22.3-11.49 41.92-28.83 53.38l-5.65-12.41c-8.75-24.52-8.75-51.04 0-75.56l7.83-17.18c16.07 11.65 26.65 30.45 26.65 51.77zm-127.93 0c0-21.32 10.58-40.12 26.66-51.76l7.83 17.18c8.75 24.52 8.75 51.03 0 75.56l-5.65 12.41c-17.34-11.46-28.84-31.09-28.84-53.39z\"]\n};\nvar faKiss = {\n prefix: 'fas',\n iconName: 'kiss',\n icon: [496, 512, [], \"f596\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 232c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm136 156c0 19.2-28.7 41.5-71.5 44-8.5.8-12.1-11.8-3.6-15.4l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-6-2.5-6.1-12.2 0-14.8l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-8.6-3.6-4.8-16.5 3.6-15.4 42.8 2.5 71.5 24.8 71.5 44 0 13-13.4 27.3-35.2 36C290.6 368.7 304 383 304 396zm24-156c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faKissBeam = {\n prefix: 'fas',\n iconName: 'kiss-beam',\n icon: [496, 512, [], \"f597\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-39 219.9l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.5 8.5-10.9 12-15.1 4.5zM304 396c0 19.2-28.7 41.5-71.5 44-8.5.8-12.1-11.8-3.6-15.4l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-6-2.5-6.1-12.2 0-14.8l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-8.6-3.6-4.8-16.5 3.6-15.4 42.8 2.5 71.5 24.8 71.5 44 0 13-13.4 27.3-35.2 36C290.6 368.7 304 383 304 396zm65-168.1l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.5 8.5-10.9 12-15.1 4.5z\"]\n};\nvar faKissWinkHeart = {\n prefix: 'fas',\n iconName: 'kiss-wink-heart',\n icon: [504, 512, [], \"f598\", \"M501.1 402.5c-8-20.8-31.5-31.5-53.1-25.9l-8.4 2.2-2.3-8.4c-5.9-21.4-27-36.5-49-33-25.2 4-40.6 28.6-34 52.6l22.9 82.6c1.5 5.3 7 8.5 12.4 7.1l83-21.5c24.1-6.3 37.7-31.8 28.5-55.7zm-177.6-4c-5.6-20.3-2.3-42 9-59.7 29.7-46.3 98.7-45.5 127.8 4.3 6.4.1 12.6 1.4 18.6 2.9 10.9-27.9 17.1-58.2 17.1-90C496 119 385 8 248 8S0 119 0 256s111 248 248 248c35.4 0 68.9-7.5 99.4-20.9-.3-.7-23.9-84.6-23.9-84.6zM168 240c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm120 156c0 19.2-28.7 41.5-71.5 44-8.5.8-12.1-11.8-3.6-15.4l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-6-2.5-5.7-12.3 0-14.8l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-8.8-3.7-4.6-16.6 3.6-15.4 42.8 2.5 71.5 24.8 71.5 44 0 13-13.4 27.3-35.2 36C274.6 368.7 288 383 288 396zm16-179c-8.3 7.4-21.6.4-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S400 181 404 206.2c1.7 11.1-11.3 18.3-19.8 10.8l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L304 217z\"]\n};\nvar faKiwiBird = {\n prefix: 'fas',\n iconName: 'kiwi-bird',\n icon: [576, 512, [], \"f535\", \"M575.81 217.98C572.64 157.41 518.28 112 457.63 112h-9.37c-52.82 0-104.25-16.25-147.74-46.24-41.99-28.96-96.04-41.62-153.21-28.7C129.3 41.12-.08 78.24 0 224c.04 70.95 38.68 132.8 95.99 166.01V464c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-54.26c15.36 3.96 31.4 6.26 48 6.26 5.44 0 10.68-.73 16-1.18V464c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-59.43c14.24-5.06 27.88-11.39 40.34-19.51C342.07 355.25 393.86 336 448.46 336c25.48 0 16.01-.31 23.05-.78l74.41 136.44c2.86 5.23 8.3 8.34 14.05 8.34 1.31 0 2.64-.16 3.95-.5 7.09-1.8 12.05-8.19 12.05-15.5 0 0 .14-240.24-.16-246.02zM463.97 248c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm80 153.25l-39.86-73.08c15.12-5.83 28.73-14.6 39.86-25.98v99.06z\"]\n};\nvar faLandmark = {\n prefix: 'fas',\n iconName: 'landmark',\n icon: [512, 512, [], \"f66f\", \"M501.62 92.11L267.24 2.04a31.958 31.958 0 0 0-22.47 0L10.38 92.11A16.001 16.001 0 0 0 0 107.09V144c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-36.91c0-6.67-4.14-12.64-10.38-14.98zM64 192v160H48c-8.84 0-16 7.16-16 16v48h448v-48c0-8.84-7.16-16-16-16h-16V192h-64v160h-96V192h-64v160h-96V192H64zm432 256H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faLanguage = {\n prefix: 'fas',\n iconName: 'language',\n icon: [640, 512, [], \"f1ab\", \"M152.1 236.2c-3.5-12.1-7.8-33.2-7.8-33.2h-.5s-4.3 21.1-7.8 33.2l-11.1 37.5H163zM616 96H336v320h280c13.3 0 24-10.7 24-24V120c0-13.3-10.7-24-24-24zm-24 120c0 6.6-5.4 12-12 12h-11.4c-6.9 23.6-21.7 47.4-42.7 69.9 8.4 6.4 17.1 12.5 26.1 18 5.5 3.4 7.3 10.5 4.1 16.2l-7.9 13.9c-3.4 5.9-10.9 7.8-16.7 4.3-12.6-7.8-24.5-16.1-35.4-24.9-10.9 8.7-22.7 17.1-35.4 24.9-5.8 3.5-13.3 1.6-16.7-4.3l-7.9-13.9c-3.2-5.6-1.4-12.8 4.2-16.2 9.3-5.7 18-11.7 26.1-18-7.9-8.4-14.9-17-21-25.7-4-5.7-2.2-13.6 3.7-17.1l6.5-3.9 7.3-4.3c5.4-3.2 12.4-1.7 16 3.4 5 7 10.8 14 17.4 20.9 13.5-14.2 23.8-28.9 30-43.2H412c-6.6 0-12-5.4-12-12v-16c0-6.6 5.4-12 12-12h64v-16c0-6.6 5.4-12 12-12h16c6.6 0 12 5.4 12 12v16h64c6.6 0 12 5.4 12 12zM0 120v272c0 13.3 10.7 24 24 24h280V96H24c-13.3 0-24 10.7-24 24zm58.9 216.1L116.4 167c1.7-4.9 6.2-8.1 11.4-8.1h32.5c5.1 0 9.7 3.3 11.4 8.1l57.5 169.1c2.6 7.8-3.1 15.9-11.4 15.9h-22.9a12 12 0 0 1-11.5-8.6l-9.4-31.9h-60.2l-9.1 31.8c-1.5 5.1-6.2 8.7-11.5 8.7H70.3c-8.2 0-14-8.1-11.4-15.9z\"]\n};\nvar faLaptop = {\n prefix: 'fas',\n iconName: 'laptop',\n icon: [640, 512, [], \"f109\", \"M624 416H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33.02-17.47-32.77-32H16c-8.8 0-16 7.2-16 16v16c0 35.2 28.8 64 64 64h512c35.2 0 64-28.8 64-64v-16c0-8.8-7.2-16-16-16zM576 48c0-26.4-21.6-48-48-48H112C85.6 0 64 21.6 64 48v336h512V48zm-64 272H128V64h384v256z\"]\n};\nvar faLaptopCode = {\n prefix: 'fas',\n iconName: 'laptop-code',\n icon: [640, 512, [], \"f5fc\", \"M255.03 261.65c6.25 6.25 16.38 6.25 22.63 0l11.31-11.31c6.25-6.25 6.25-16.38 0-22.63L253.25 192l35.71-35.72c6.25-6.25 6.25-16.38 0-22.63l-11.31-11.31c-6.25-6.25-16.38-6.25-22.63 0l-58.34 58.34c-6.25 6.25-6.25 16.38 0 22.63l58.35 58.34zm96.01-11.3l11.31 11.31c6.25 6.25 16.38 6.25 22.63 0l58.34-58.34c6.25-6.25 6.25-16.38 0-22.63l-58.34-58.34c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63L386.75 192l-35.71 35.72c-6.25 6.25-6.25 16.38 0 22.63zM624 416H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33.02-17.47-32.77-32H16c-8.8 0-16 7.2-16 16v16c0 35.2 28.8 64 64 64h512c35.2 0 64-28.8 64-64v-16c0-8.8-7.2-16-16-16zM576 48c0-26.4-21.6-48-48-48H112C85.6 0 64 21.6 64 48v336h512V48zm-64 272H128V64h384v256z\"]\n};\nvar faLaptopMedical = {\n prefix: 'fas',\n iconName: 'laptop-medical',\n icon: [640, 512, [], \"f812\", \"M232 224h56v56a8 8 0 0 0 8 8h48a8 8 0 0 0 8-8v-56h56a8 8 0 0 0 8-8v-48a8 8 0 0 0-8-8h-56v-56a8 8 0 0 0-8-8h-48a8 8 0 0 0-8 8v56h-56a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8zM576 48a48.14 48.14 0 0 0-48-48H112a48.14 48.14 0 0 0-48 48v336h512zm-64 272H128V64h384zm112 96H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33-17.47-32.77-32H16a16 16 0 0 0-16 16v16a64.19 64.19 0 0 0 64 64h512a64.19 64.19 0 0 0 64-64v-16a16 16 0 0 0-16-16z\"]\n};\nvar faLaugh = {\n prefix: 'fas',\n iconName: 'laugh',\n icon: [496, 512, [], \"f599\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 152c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm88 272h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18-8.9 71-69.5 126-142.9 126z\"]\n};\nvar faLaughBeam = {\n prefix: 'fas',\n iconName: 'laugh-beam',\n icon: [496, 512, [], \"f59a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm24 199.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.8 4.1-15.1-4.5zm-160 0c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zM398.9 306C390 377 329.4 432 256 432h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18z\"]\n};\nvar faLaughSquint = {\n prefix: 'fas',\n iconName: 'laugh-squint',\n icon: [496, 512, [], \"f59b\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm33.8 161.7l80-48c11.6-6.9 24 7.7 15.4 18L343.6 180l33.6 40.3c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.7-4.7-7.7-15.9 0-20.6zm-163-30c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.8 4.7 7.8 15.9 0 20.6l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3zM398.9 306C390 377 329.4 432 256 432h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18z\"]\n};\nvar faLaughWink = {\n prefix: 'fas',\n iconName: 'laugh-wink',\n icon: [496, 512, [], \"f59c\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm20.1 198.1c4-25.2 34.2-42.1 59.9-42.1s55.9 16.9 59.9 42.1c1.7 11.1-11.4 18.3-19.8 10.8l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L288 217c-8.4 7.4-21.6.3-19.9-10.9zM168 160c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm230.9 146C390 377 329.4 432 256 432h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18z\"]\n};\nvar faLayerGroup = {\n prefix: 'fas',\n iconName: 'layer-group',\n icon: [512, 512, [], \"f5fd\", \"M12.41 148.02l232.94 105.67c6.8 3.09 14.49 3.09 21.29 0l232.94-105.67c16.55-7.51 16.55-32.52 0-40.03L266.65 2.31a25.607 25.607 0 0 0-21.29 0L12.41 107.98c-16.55 7.51-16.55 32.53 0 40.04zm487.18 88.28l-58.09-26.33-161.64 73.27c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.51 209.97l-58.1 26.33c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 276.3c16.55-7.5 16.55-32.5 0-40zm0 127.8l-57.87-26.23-161.86 73.37c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.29 337.87 12.41 364.1c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 404.1c16.55-7.5 16.55-32.5 0-40z\"]\n};\nvar faLeaf = {\n prefix: 'fas',\n iconName: 'leaf',\n icon: [576, 512, [], \"f06c\", \"M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.7 576 154.3c0-50.2-10.8-102.2-29.8-144.6z\"]\n};\nvar faLemon = {\n prefix: 'fas',\n iconName: 'lemon',\n icon: [512, 512, [], \"f094\", \"M489.038 22.963C465.944-.13 434.648-5.93 413.947 6.129c-58.906 34.312-181.25-53.077-321.073 86.746S40.441 355.041 6.129 413.945c-12.059 20.702-6.26 51.999 16.833 75.093 23.095 23.095 54.392 28.891 75.095 16.832 58.901-34.31 181.246 53.079 321.068-86.743S471.56 156.96 505.871 98.056c12.059-20.702 6.261-51.999-16.833-75.093zM243.881 95.522c-58.189 14.547-133.808 90.155-148.358 148.358-1.817 7.27-8.342 12.124-15.511 12.124-1.284 0-2.59-.156-3.893-.481-8.572-2.144-13.784-10.83-11.642-19.403C81.901 166.427 166.316 81.93 236.119 64.478c8.575-2.143 17.261 3.069 19.403 11.642s-3.069 17.259-11.641 19.402z\"]\n};\nvar faLessThan = {\n prefix: 'fas',\n iconName: 'less-than',\n icon: [384, 512, [], \"f536\", \"M365.46 357.74L147.04 255.89l218.47-101.88c16.02-7.47 22.95-26.51 15.48-42.53l-13.52-29C360 66.46 340.96 59.53 324.94 67L18.48 209.91a32.014 32.014 0 0 0-18.48 29v34.24c0 12.44 7.21 23.75 18.48 29l306.31 142.83c16.06 7.49 35.15.54 42.64-15.52l13.56-29.08c7.49-16.06.54-35.15-15.53-42.64z\"]\n};\nvar faLessThanEqual = {\n prefix: 'fas',\n iconName: 'less-than-equal',\n icon: [448, 512, [], \"f537\", \"M54.98 214.2l301.41 119.87c18.39 6.03 38.71-2.54 45.38-19.15l12.09-30.08c6.68-16.61-2.82-34.97-21.21-41l-175.44-68.05 175.56-68.09c18.29-6 27.74-24.27 21.1-40.79l-12.03-29.92c-6.64-16.53-26.86-25.06-45.15-19.06L54.98 137.89C41.21 142.41 32 154.5 32 168.07v15.96c0 13.56 9.21 25.65 22.98 30.17zM424 400H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h400c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24z\"]\n};\nvar faLevelDownAlt = {\n prefix: 'fas',\n iconName: 'level-down-alt',\n icon: [320, 512, [], \"f3be\", \"M313.553 392.331L209.587 504.334c-9.485 10.214-25.676 10.229-35.174 0L70.438 392.331C56.232 377.031 67.062 352 88.025 352H152V80H68.024a11.996 11.996 0 0 1-8.485-3.515l-56-56C-4.021 12.926 1.333 0 12.024 0H208c13.255 0 24 10.745 24 24v328h63.966c20.878 0 31.851 24.969 17.587 40.331z\"]\n};\nvar faLevelUpAlt = {\n prefix: 'fas',\n iconName: 'level-up-alt',\n icon: [320, 512, [], \"f3bf\", \"M313.553 119.669L209.587 7.666c-9.485-10.214-25.676-10.229-35.174 0L70.438 119.669C56.232 134.969 67.062 160 88.025 160H152v272H68.024a11.996 11.996 0 0 0-8.485 3.515l-56 56C-4.021 499.074 1.333 512 12.024 512H208c13.255 0 24-10.745 24-24V160h63.966c20.878 0 31.851-24.969 17.587-40.331z\"]\n};\nvar faLifeRing = {\n prefix: 'fas',\n iconName: 'life-ring',\n icon: [512, 512, [], \"f1cd\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm173.696 119.559l-63.399 63.399c-10.987-18.559-26.67-34.252-45.255-45.255l63.399-63.399a218.396 218.396 0 0 1 45.255 45.255zM256 352c-53.019 0-96-42.981-96-96s42.981-96 96-96 96 42.981 96 96-42.981 96-96 96zM127.559 82.304l63.399 63.399c-18.559 10.987-34.252 26.67-45.255 45.255l-63.399-63.399a218.372 218.372 0 0 1 45.255-45.255zM82.304 384.441l63.399-63.399c10.987 18.559 26.67 34.252 45.255 45.255l-63.399 63.399a218.396 218.396 0 0 1-45.255-45.255zm302.137 45.255l-63.399-63.399c18.559-10.987 34.252-26.67 45.255-45.255l63.399 63.399a218.403 218.403 0 0 1-45.255 45.255z\"]\n};\nvar faLightbulb = {\n prefix: 'fas',\n iconName: 'lightbulb',\n icon: [352, 512, [], \"f0eb\", \"M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z\"]\n};\nvar faLink = {\n prefix: 'fas',\n iconName: 'link',\n icon: [512, 512, [], \"f0c1\", \"M326.612 185.391c59.747 59.809 58.927 155.698.36 214.59-.11.12-.24.25-.36.37l-67.2 67.2c-59.27 59.27-155.699 59.262-214.96 0-59.27-59.26-59.27-155.7 0-214.96l37.106-37.106c9.84-9.84 26.786-3.3 27.294 10.606.648 17.722 3.826 35.527 9.69 52.721 1.986 5.822.567 12.262-3.783 16.612l-13.087 13.087c-28.026 28.026-28.905 73.66-1.155 101.96 28.024 28.579 74.086 28.749 102.325.51l67.2-67.19c28.191-28.191 28.073-73.757 0-101.83-3.701-3.694-7.429-6.564-10.341-8.569a16.037 16.037 0 0 1-6.947-12.606c-.396-10.567 3.348-21.456 11.698-29.806l21.054-21.055c5.521-5.521 14.182-6.199 20.584-1.731a152.482 152.482 0 0 1 20.522 17.197zM467.547 44.449c-59.261-59.262-155.69-59.27-214.96 0l-67.2 67.2c-.12.12-.25.25-.36.37-58.566 58.892-59.387 154.781.36 214.59a152.454 152.454 0 0 0 20.521 17.196c6.402 4.468 15.064 3.789 20.584-1.731l21.054-21.055c8.35-8.35 12.094-19.239 11.698-29.806a16.037 16.037 0 0 0-6.947-12.606c-2.912-2.005-6.64-4.875-10.341-8.569-28.073-28.073-28.191-73.639 0-101.83l67.2-67.19c28.239-28.239 74.3-28.069 102.325.51 27.75 28.3 26.872 73.934-1.155 101.96l-13.087 13.087c-4.35 4.35-5.769 10.79-3.783 16.612 5.864 17.194 9.042 34.999 9.69 52.721.509 13.906 17.454 20.446 27.294 10.606l37.106-37.106c59.271-59.259 59.271-155.699.001-214.959z\"]\n};\nvar faLiraSign = {\n prefix: 'fas',\n iconName: 'lira-sign',\n icon: [384, 512, [], \"f195\", \"M371.994 256h-48.019C317.64 256 312 260.912 312 267.246 312 368 230.179 416 144 416V256.781l134.603-29.912A12 12 0 0 0 288 215.155v-40.976c0-7.677-7.109-13.38-14.603-11.714L144 191.219V160.78l134.603-29.912A12 12 0 0 0 288 119.154V78.179c0-7.677-7.109-13.38-14.603-11.714L144 95.219V44c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v68.997L9.397 125.131A12 12 0 0 0 0 136.845v40.976c0 7.677 7.109 13.38 14.603 11.714L64 178.558v30.439L9.397 221.131A12 12 0 0 0 0 232.845v40.976c0 7.677 7.109 13.38 14.603 11.714L64 274.558V468c0 6.627 5.373 12 12 12h79.583c134.091 0 223.255-77.834 228.408-211.592.261-6.782-5.211-12.408-11.997-12.408z\"]\n};\nvar faList = {\n prefix: 'fas',\n iconName: 'list',\n icon: [512, 512, [], \"f03a\", \"M80 368H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm0-320H16A16 16 0 0 0 0 64v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16V64a16 16 0 0 0-16-16zm0 160H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm416 176H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faListAlt = {\n prefix: 'fas',\n iconName: 'list-alt',\n icon: [512, 512, [], \"f022\", \"M464 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zM128 120c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zm0 96c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zm0 96c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zm288-136v-32c0-6.627-5.373-12-12-12H204c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12h200c6.627 0 12-5.373 12-12zm0 96v-32c0-6.627-5.373-12-12-12H204c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12h200c6.627 0 12-5.373 12-12zm0 96v-32c0-6.627-5.373-12-12-12H204c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12h200c6.627 0 12-5.373 12-12z\"]\n};\nvar faListOl = {\n prefix: 'fas',\n iconName: 'list-ol',\n icon: [512, 512, [], \"f0cb\", \"M61.77 401l17.5-20.15a19.92 19.92 0 0 0 5.07-14.19v-3.31C84.34 356 80.5 352 73 352H16a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h22.83a157.41 157.41 0 0 0-11 12.31l-5.61 7c-4 5.07-5.25 10.13-2.8 14.88l1.05 1.93c3 5.76 6.29 7.88 12.25 7.88h4.73c10.33 0 15.94 2.44 15.94 9.09 0 4.72-4.2 8.22-14.36 8.22a41.54 41.54 0 0 1-15.47-3.12c-6.49-3.88-11.74-3.5-15.6 3.12l-5.59 9.31c-3.72 6.13-3.19 11.72 2.63 15.94 7.71 4.69 20.38 9.44 37 9.44 34.16 0 48.5-22.75 48.5-44.12-.03-14.38-9.12-29.76-28.73-34.88zM496 224H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM16 160h64a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8H64V40a8 8 0 0 0-8-8H32a8 8 0 0 0-7.14 4.42l-8 16A8 8 0 0 0 24 64h8v64H16a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8zm-3.91 160H80a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8H41.32c3.29-10.29 48.34-18.68 48.34-56.44 0-29.06-25-39.56-44.47-39.56-21.36 0-33.8 10-40.46 18.75-4.37 5.59-3 10.84 2.8 15.37l8.58 6.88c5.61 4.56 11 2.47 16.12-2.44a13.44 13.44 0 0 1 9.46-3.84c3.33 0 9.28 1.56 9.28 8.75C51 248.19 0 257.31 0 304.59v4C0 316 5.08 320 12.09 320z\"]\n};\nvar faListUl = {\n prefix: 'fas',\n iconName: 'list-ul',\n icon: [512, 512, [], \"f0ca\", \"M48 48a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm0 160a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm0 160a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm448 16H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faLocationArrow = {\n prefix: 'fas',\n iconName: 'location-arrow',\n icon: [512, 512, [], \"f124\", \"M444.52 3.52L28.74 195.42c-47.97 22.39-31.98 92.75 19.19 92.75h175.91v175.91c0 51.17 70.36 67.17 92.75 19.19l191.9-415.78c15.99-38.39-25.59-79.97-63.97-63.97z\"]\n};\nvar faLock = {\n prefix: 'fas',\n iconName: 'lock',\n icon: [448, 512, [], \"f023\", \"M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z\"]\n};\nvar faLockOpen = {\n prefix: 'fas',\n iconName: 'lock-open',\n icon: [576, 512, [], \"f3c1\", \"M423.5 0C339.5.3 272 69.5 272 153.5V224H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48h-48v-71.1c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v80c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-80C576 68 507.5-.3 423.5 0z\"]\n};\nvar faLongArrowAltDown = {\n prefix: 'fas',\n iconName: 'long-arrow-alt-down',\n icon: [256, 512, [], \"f309\", \"M168 345.941V44c0-6.627-5.373-12-12-12h-56c-6.627 0-12 5.373-12 12v301.941H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.569 9.373 33.941 0l86.059-86.059c15.119-15.119 4.411-40.971-16.971-40.971H168z\"]\n};\nvar faLongArrowAltLeft = {\n prefix: 'fas',\n iconName: 'long-arrow-alt-left',\n icon: [448, 512, [], \"f30a\", \"M134.059 296H436c6.627 0 12-5.373 12-12v-56c0-6.627-5.373-12-12-12H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.569 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296z\"]\n};\nvar faLongArrowAltRight = {\n prefix: 'fas',\n iconName: 'long-arrow-alt-right',\n icon: [448, 512, [], \"f30b\", \"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"]\n};\nvar faLongArrowAltUp = {\n prefix: 'fas',\n iconName: 'long-arrow-alt-up',\n icon: [256, 512, [], \"f30c\", \"M88 166.059V468c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12V166.059h46.059c21.382 0 32.09-25.851 16.971-40.971l-86.059-86.059c-9.373-9.373-24.569-9.373-33.941 0l-86.059 86.059c-15.119 15.119-4.411 40.971 16.971 40.971H88z\"]\n};\nvar faLowVision = {\n prefix: 'fas',\n iconName: 'low-vision',\n icon: [576, 512, [], \"f2a8\", \"M569.344 231.631C512.96 135.949 407.81 72 288 72c-28.468 0-56.102 3.619-82.451 10.409L152.778 10.24c-7.601-10.858-22.564-13.5-33.423-5.9l-13.114 9.178c-10.86 7.601-13.502 22.566-5.9 33.426l43.131 58.395C89.449 131.73 40.228 174.683 6.682 231.581c-.01.017-.023.033-.034.05-8.765 14.875-8.964 33.528 0 48.739 38.5 65.332 99.742 115.862 172.859 141.349L55.316 244.302A272.194 272.194 0 0 1 83.61 208.39l119.4 170.58h.01l40.63 58.04a330.055 330.055 0 0 0 78.94 1.17l-189.98-271.4a277.628 277.628 0 0 1 38.777-21.563l251.836 356.544c7.601 10.858 22.564 13.499 33.423 5.9l13.114-9.178c10.86-7.601 13.502-22.567 5.9-33.426l-43.12-58.377-.007-.009c57.161-27.978 104.835-72.04 136.81-126.301a47.938 47.938 0 0 0 .001-48.739zM390.026 345.94l-19.066-27.23c24.682-32.567 27.711-76.353 8.8-111.68v.03c0 23.65-19.17 42.82-42.82 42.82-23.828 0-42.82-19.349-42.82-42.82 0-23.65 19.17-42.82 42.82-42.82h.03c-24.75-13.249-53.522-15.643-79.51-7.68l-19.068-27.237C253.758 123.306 270.488 120 288 120c75.162 0 136 60.826 136 136 0 34.504-12.833 65.975-33.974 89.94z\"]\n};\nvar faLuggageCart = {\n prefix: 'fas',\n iconName: 'luggage-cart',\n icon: [640, 512, [], \"f59d\", \"M224 320h32V96h-32c-17.67 0-32 14.33-32 32v160c0 17.67 14.33 32 32 32zm352-32V128c0-17.67-14.33-32-32-32h-32v224h32c17.67 0 32-14.33 32-32zm48 96H128V16c0-8.84-7.16-16-16-16H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h48v368c0 8.84 7.16 16 16 16h82.94c-1.79 5.03-2.94 10.36-2.94 16 0 26.51 21.49 48 48 48s48-21.49 48-48c0-5.64-1.15-10.97-2.94-16h197.88c-1.79 5.03-2.94 10.36-2.94 16 0 26.51 21.49 48 48 48s48-21.49 48-48c0-5.64-1.15-10.97-2.94-16H624c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM480 96V48c0-26.51-21.49-48-48-48h-96c-26.51 0-48 21.49-48 48v272h192V96zm-48 0h-96V48h96v48z\"]\n};\nvar faMagic = {\n prefix: 'fas',\n iconName: 'magic',\n icon: [512, 512, [], \"f0d0\", \"M224 96l16-32 32-16-32-16-16-32-16 32-32 16 32 16 16 32zM80 160l26.66-53.33L160 80l-53.34-26.67L80 0 53.34 53.33 0 80l53.34 26.67L80 160zm352 128l-26.66 53.33L352 368l53.34 26.67L432 448l26.66-53.33L512 368l-53.34-26.67L432 288zm70.62-193.77L417.77 9.38C411.53 3.12 403.34 0 395.15 0c-8.19 0-16.38 3.12-22.63 9.38L9.38 372.52c-12.5 12.5-12.5 32.76 0 45.25l84.85 84.85c6.25 6.25 14.44 9.37 22.62 9.37 8.19 0 16.38-3.12 22.63-9.37l363.14-363.15c12.5-12.48 12.5-32.75 0-45.24zM359.45 203.46l-50.91-50.91 86.6-86.6 50.91 50.91-86.6 86.6z\"]\n};\nvar faMagnet = {\n prefix: 'fas',\n iconName: 'magnet',\n icon: [512, 512, [], \"f076\", \"M164.07 148.1H12a12 12 0 0 1-12-12v-80a36 36 0 0 1 36-36h104a36 36 0 0 1 36 36v80a11.89 11.89 0 0 1-11.93 12zm347.93-12V56a36 36 0 0 0-36-36H372a36 36 0 0 0-36 36v80a12 12 0 0 0 12 12h152a11.89 11.89 0 0 0 12-11.9zm-164 44a12 12 0 0 0-12 12v52c0 128.1-160 127.9-160 0v-52a12 12 0 0 0-12-12H12.1a12 12 0 0 0-12 12.1c.1 21.4.6 40.3 0 53.3 0 150.6 136.17 246.6 256.75 246.6s255-96 255-246.7c-.6-12.8-.2-33 0-53.2a12 12 0 0 0-12-12.1z\"]\n};\nvar faMailBulk = {\n prefix: 'fas',\n iconName: 'mail-bulk',\n icon: [576, 512, [], \"f674\", \"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"]\n};\nvar faMale = {\n prefix: 'fas',\n iconName: 'male',\n icon: [192, 512, [], \"f183\", \"M96 0c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64S60.654 0 96 0m48 144h-11.36c-22.711 10.443-49.59 10.894-73.28 0H48c-26.51 0-48 21.49-48 48v136c0 13.255 10.745 24 24 24h16v136c0 13.255 10.745 24 24 24h64c13.255 0 24-10.745 24-24V352h16c13.255 0 24-10.745 24-24V192c0-26.51-21.49-48-48-48z\"]\n};\nvar faMap = {\n prefix: 'fas',\n iconName: 'map',\n icon: [576, 512, [], \"f279\", \"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"]\n};\nvar faMapMarked = {\n prefix: 'fas',\n iconName: 'map-marked',\n icon: [576, 512, [], \"f59f\", \"M288 0c-69.59 0-126 56.41-126 126 0 56.26 82.35 158.8 113.9 196.02 6.39 7.54 17.82 7.54 24.2 0C331.65 284.8 414 182.26 414 126 414 56.41 357.59 0 288 0zM20.12 215.95A32.006 32.006 0 0 0 0 245.66v250.32c0 11.32 11.43 19.06 21.94 14.86L160 448V214.92c-8.84-15.98-16.07-31.54-21.25-46.42L20.12 215.95zM288 359.67c-14.07 0-27.38-6.18-36.51-16.96-19.66-23.2-40.57-49.62-59.49-76.72v182l192 64V266c-18.92 27.09-39.82 53.52-59.49 76.72-9.13 10.77-22.44 16.95-36.51 16.95zm266.06-198.51L416 224v288l139.88-55.95A31.996 31.996 0 0 0 576 426.34V176.02c0-11.32-11.43-19.06-21.94-14.86z\"]\n};\nvar faMapMarkedAlt = {\n prefix: 'fas',\n iconName: 'map-marked-alt',\n icon: [576, 512, [], \"f5a0\", \"M288 0c-69.59 0-126 56.41-126 126 0 56.26 82.35 158.8 113.9 196.02 6.39 7.54 17.82 7.54 24.2 0C331.65 284.8 414 182.26 414 126 414 56.41 357.59 0 288 0zm0 168c-23.2 0-42-18.8-42-42s18.8-42 42-42 42 18.8 42 42-18.8 42-42 42zM20.12 215.95A32.006 32.006 0 0 0 0 245.66v250.32c0 11.32 11.43 19.06 21.94 14.86L160 448V214.92c-8.84-15.98-16.07-31.54-21.25-46.42L20.12 215.95zM288 359.67c-14.07 0-27.38-6.18-36.51-16.96-19.66-23.2-40.57-49.62-59.49-76.72v182l192 64V266c-18.92 27.09-39.82 53.52-59.49 76.72-9.13 10.77-22.44 16.95-36.51 16.95zm266.06-198.51L416 224v288l139.88-55.95A31.996 31.996 0 0 0 576 426.34V176.02c0-11.32-11.43-19.06-21.94-14.86z\"]\n};\nvar faMapMarker = {\n prefix: 'fas',\n iconName: 'map-marker',\n icon: [384, 512, [], \"f041\", \"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0z\"]\n};\nvar faMapMarkerAlt = {\n prefix: 'fas',\n iconName: 'map-marker-alt',\n icon: [384, 512, [], \"f3c5\", \"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"]\n};\nvar faMapPin = {\n prefix: 'fas',\n iconName: 'map-pin',\n icon: [288, 512, [], \"f276\", \"M112 316.94v156.69l22.02 33.02c4.75 7.12 15.22 7.12 19.97 0L176 473.63V316.94c-10.39 1.92-21.06 3.06-32 3.06s-21.61-1.14-32-3.06zM144 0C64.47 0 0 64.47 0 144s64.47 144 144 144 144-64.47 144-144S223.53 0 144 0zm0 76c-37.5 0-68 30.5-68 68 0 6.62-5.38 12-12 12s-12-5.38-12-12c0-50.73 41.28-92 92-92 6.62 0 12 5.38 12 12s-5.38 12-12 12z\"]\n};\nvar faMapSigns = {\n prefix: 'fas',\n iconName: 'map-signs',\n icon: [512, 512, [], \"f277\", \"M507.31 84.69L464 41.37c-6-6-14.14-9.37-22.63-9.37H288V16c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v16H56c-13.25 0-24 10.75-24 24v80c0 13.25 10.75 24 24 24h385.37c8.49 0 16.62-3.37 22.63-9.37l43.31-43.31c6.25-6.26 6.25-16.38 0-22.63zM224 496c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V384h-64v112zm232-272H288v-32h-64v32H70.63c-8.49 0-16.62 3.37-22.63 9.37L4.69 276.69c-6.25 6.25-6.25 16.38 0 22.63L48 342.63c6 6 14.14 9.37 22.63 9.37H456c13.25 0 24-10.75 24-24v-80c0-13.25-10.75-24-24-24z\"]\n};\nvar faMarker = {\n prefix: 'fas',\n iconName: 'marker',\n icon: [512, 512, [], \"f5a1\", \"M93.95 290.03A327.038 327.038 0 0 0 .17 485.11l-.03.23c-1.7 15.28 11.21 28.2 26.49 26.51a327.02 327.02 0 0 0 195.34-93.8l75.4-75.4-128.02-128.02-75.4 75.4zM485.49 26.51c-35.35-35.35-92.67-35.35-128.02 0l-21.76 21.76-36.56-36.55c-15.62-15.62-40.95-15.62-56.56 0L138.47 115.84c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0l87.15-87.15 19.59 19.59L191.98 192 320 320.02l165.49-165.49c35.35-35.35 35.35-92.66 0-128.02z\"]\n};\nvar faMars = {\n prefix: 'fas',\n iconName: 'mars',\n icon: [384, 512, [], \"f222\", \"M372 64h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-80.7 80.7c-22.2-14-48.5-22.1-76.7-22.1C64.5 160 0 224.5 0 304s64.5 144 144 144 144-64.5 144-144c0-28.2-8.1-54.5-22.1-76.7l80.7-80.7 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V76c0-6.6-5.4-12-12-12zM144 384c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faMarsDouble = {\n prefix: 'fas',\n iconName: 'mars-double',\n icon: [512, 512, [], \"f227\", \"M340 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-48.7 48.7C198.5 72.1 172.2 64 144 64 64.5 64 0 128.5 0 208s64.5 144 144 144 144-64.5 144-144c0-28.2-8.1-54.5-22.1-76.7l48.7-48.7 16.9 16.9c2.4 2.4 5.5 3.5 8.4 3.5 6.2 0 12.1-4.8 12.1-12V12c0-6.6-5.4-12-12-12zM144 288c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80zm356-128.1h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-48.7 48.7c-18.2-11.4-39-18.9-61.5-21.3-2.1 21.8-8.2 43.3-18.4 63.3 1.1 0 2.2-.1 3.2-.1 44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80c0-1.1 0-2.2.1-3.2-20 10.2-41.5 16.4-63.3 18.4C168.4 455.6 229.6 512 304 512c79.5 0 144-64.5 144-144 0-28.2-8.1-54.5-22.1-76.7l48.7-48.7 16.9 16.9c2.4 2.4 5.4 3.5 8.4 3.5 6.2 0 12.1-4.8 12.1-12v-79c0-6.7-5.4-12.1-12-12.1z\"]\n};\nvar faMarsStroke = {\n prefix: 'fas',\n iconName: 'mars-stroke',\n icon: [384, 512, [], \"f229\", \"M372 64h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-17.5 17.5-14.1-14.1c-4.7-4.7-12.3-4.7-17 0L224.5 133c-4.7 4.7-4.7 12.3 0 17l14.1 14.1-18 18c-22.2-14-48.5-22.1-76.7-22.1C64.5 160 0 224.5 0 304s64.5 144 144 144 144-64.5 144-144c0-28.2-8.1-54.5-22.1-76.7l18-18 14.1 14.1c4.7 4.7 12.3 4.7 17 0l28.3-28.3c4.7-4.7 4.7-12.3 0-17L329.2 164l17.5-17.5 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V76c-.1-6.6-5.5-12-12.1-12zM144 384c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faMarsStrokeH = {\n prefix: 'fas',\n iconName: 'mars-stroke-h',\n icon: [480, 512, [], \"f22b\", \"M476.2 247.5l-55.9-55.9c-7.6-7.6-20.5-2.2-20.5 8.5V224H376v-20c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v20h-27.6c-5.8-25.6-18.7-49.9-38.6-69.8C189.6 98 98.4 98 42.2 154.2c-56.2 56.2-56.2 147.4 0 203.6 56.2 56.2 147.4 56.2 203.6 0 19.9-19.9 32.8-44.2 38.6-69.8H312v20c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-20h23.9v23.9c0 10.7 12.9 16 20.5 8.5l55.9-55.9c4.6-4.7 4.6-12.3-.1-17zm-275.6 65.1c-31.2 31.2-81.9 31.2-113.1 0-31.2-31.2-31.2-81.9 0-113.1 31.2-31.2 81.9-31.2 113.1 0 31.2 31.1 31.2 81.9 0 113.1z\"]\n};\nvar faMarsStrokeV = {\n prefix: 'fas',\n iconName: 'mars-stroke-v',\n icon: [288, 512, [], \"f22a\", \"M245.8 234.2c-19.9-19.9-44.2-32.8-69.8-38.6v-25.4h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V81.4h23.9c10.7 0 16-12.9 8.5-20.5L152.5 5.1c-4.7-4.7-12.3-4.7-17 0L79.6 61c-7.6 7.6-2.2 20.5 8.5 20.5H112v24.7H92c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h20v25.4c-25.6 5.8-49.9 18.7-69.8 38.6-56.2 56.2-56.2 147.4 0 203.6 56.2 56.2 147.4 56.2 203.6 0 56.3-56.2 56.3-147.4 0-203.6zm-45.2 158.4c-31.2 31.2-81.9 31.2-113.1 0-31.2-31.2-31.2-81.9 0-113.1 31.2-31.2 81.9-31.2 113.1 0 31.2 31.1 31.2 81.9 0 113.1z\"]\n};\nvar faMask = {\n prefix: 'fas',\n iconName: 'mask',\n icon: [640, 512, [], \"f6fa\", \"M320.67 64c-442.6 0-357.57 384-158.46 384 39.9 0 77.47-20.69 101.42-55.86l25.73-37.79c15.66-22.99 46.97-22.99 62.63 0l25.73 37.79C401.66 427.31 439.23 448 479.13 448c189.86 0 290.63-384-158.46-384zM184 308.36c-41.06 0-67.76-25.66-80.08-41.05-5.23-6.53-5.23-16.09 0-22.63 12.32-15.4 39.01-41.05 80.08-41.05s67.76 25.66 80.08 41.05c5.23 6.53 5.23 16.09 0 22.63-12.32 15.4-39.02 41.05-80.08 41.05zm272 0c-41.06 0-67.76-25.66-80.08-41.05-5.23-6.53-5.23-16.09 0-22.63 12.32-15.4 39.01-41.05 80.08-41.05s67.76 25.66 80.08 41.05c5.23 6.53 5.23 16.09 0 22.63-12.32 15.4-39.02 41.05-80.08 41.05z\"]\n};\nvar faMedal = {\n prefix: 'fas',\n iconName: 'medal',\n icon: [512, 512, [], \"f5a2\", \"M223.75 130.75L154.62 15.54A31.997 31.997 0 0 0 127.18 0H16.03C3.08 0-4.5 14.57 2.92 25.18l111.27 158.96c29.72-27.77 67.52-46.83 109.56-53.39zM495.97 0H384.82c-11.24 0-21.66 5.9-27.44 15.54l-69.13 115.21c42.04 6.56 79.84 25.62 109.56 53.38L509.08 25.18C516.5 14.57 508.92 0 495.97 0zM256 160c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm92.52 157.26l-37.93 36.96 8.97 52.22c1.6 9.36-8.26 16.51-16.65 12.09L256 393.88l-46.9 24.65c-8.4 4.45-18.25-2.74-16.65-12.09l8.97-52.22-37.93-36.96c-6.82-6.64-3.05-18.23 6.35-19.59l52.43-7.64 23.43-47.52c2.11-4.28 6.19-6.39 10.28-6.39 4.11 0 8.22 2.14 10.33 6.39l23.43 47.52 52.43 7.64c9.4 1.36 13.17 12.95 6.35 19.59z\"]\n};\nvar faMedkit = {\n prefix: 'fas',\n iconName: 'medkit',\n icon: [512, 512, [], \"f0fa\", \"M96 480h320V128h-32V80c0-26.51-21.49-48-48-48H176c-26.51 0-48 21.49-48 48v48H96v352zm96-384h128v32H192V96zm320 80v256c0 26.51-21.49 48-48 48h-16V128h16c26.51 0 48 21.49 48 48zM64 480H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v352zm288-208v32c0 8.837-7.163 16-16 16h-48v48c0 8.837-7.163 16-16 16h-32c-8.837 0-16-7.163-16-16v-48h-48c-8.837 0-16-7.163-16-16v-32c0-8.837 7.163-16 16-16h48v-48c0-8.837 7.163-16 16-16h32c8.837 0 16 7.163 16 16v48h48c8.837 0 16 7.163 16 16z\"]\n};\nvar faMeh = {\n prefix: 'fas',\n iconName: 'meh',\n icon: [496, 512, [], \"f11a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm176 192H152c-21.2 0-21.2-32 0-32h192c21.2 0 21.2 32 0 32zm-16-128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faMehBlank = {\n prefix: 'fas',\n iconName: 'meh-blank',\n icon: [496, 512, [], \"f5a4\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 232c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faMehRollingEyes = {\n prefix: 'fas',\n iconName: 'meh-rolling-eyes',\n icon: [496, 512, [], \"f5a5\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM88 224c0-24.3 13.7-45.2 33.6-56-.7 2.6-1.6 5.2-1.6 8 0 17.7 14.3 32 32 32s32-14.3 32-32c0-2.8-.9-5.4-1.6-8 19.9 10.8 33.6 31.7 33.6 56 0 35.3-28.7 64-64 64s-64-28.7-64-64zm224 176H184c-21.2 0-21.2-32 0-32h128c21.2 0 21.2 32 0 32zm32-112c-35.3 0-64-28.7-64-64 0-24.3 13.7-45.2 33.6-56-.7 2.6-1.6 5.2-1.6 8 0 17.7 14.3 32 32 32s32-14.3 32-32c0-2.8-.9-5.4-1.6-8 19.9 10.8 33.6 31.7 33.6 56 0 35.3-28.7 64-64 64z\"]\n};\nvar faMemory = {\n prefix: 'fas',\n iconName: 'memory',\n icon: [640, 512, [], \"f538\", \"M640 130.94V96c0-17.67-14.33-32-32-32H32C14.33 64 0 78.33 0 96v34.94c18.6 6.61 32 24.19 32 45.06s-13.4 38.45-32 45.06V320h640v-98.94c-18.6-6.61-32-24.19-32-45.06s13.4-38.45 32-45.06zM224 256h-64V128h64v128zm128 0h-64V128h64v128zm128 0h-64V128h64v128zM0 448h64v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h128v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h128v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h128v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h64v-96H0v96z\"]\n};\nvar faMenorah = {\n prefix: 'fas',\n iconName: 'menorah',\n icon: [640, 512, [], \"f676\", \"M144 128h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm96 0h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm192 0h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm96 0h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm80-32c17.67 0 32-14.33 32-32S608 0 608 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S512 0 512 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S416 0 416 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S320 0 320 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S224 0 224 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S128 0 128 0 96 46.33 96 64s14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S32 0 32 0 0 46.33 0 64s14.33 32 32 32zm544 192c0 17.67-14.33 32-32 32H352V144c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v176H96c-17.67 0-32-14.33-32-32V144c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v144c0 53.02 42.98 96 96 96h192v64H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16H352v-64h192c53.02 0 96-42.98 96-96V144c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144z\"]\n};\nvar faMercury = {\n prefix: 'fas',\n iconName: 'mercury',\n icon: [288, 512, [], \"f223\", \"M288 208c0-44.2-19.9-83.7-51.2-110.1 2.5-1.8 4.9-3.8 7.2-5.8 24.7-21.2 39.8-48.8 43.2-78.8.9-7.1-4.7-13.3-11.9-13.3h-40.5C229 0 224.1 4.1 223 9.8c-2.4 12.5-9.6 24.3-20.7 33.8C187 56.8 166.3 64 144 64s-43-7.2-58.4-20.4C74.5 34.1 67.4 22.3 64.9 9.8 63.8 4.1 58.9 0 53.2 0H12.7C5.5 0-.1 6.2.8 13.3 4.2 43.4 19.2 71 44 92.2c2.3 2 4.7 3.9 7.2 5.8C19.9 124.3 0 163.8 0 208c0 68.5 47.9 125.9 112 140.4V400H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.5 112-71.9 112-140.4zm-224 0c0-44.1 35.9-80 80-80s80 35.9 80 80-35.9 80-80 80-80-35.9-80-80z\"]\n};\nvar faMeteor = {\n prefix: 'fas',\n iconName: 'meteor',\n icon: [512, 512, [], \"f753\", \"M491.2.7C452.5 12.3 379.4 35 303.5 62c-2.1-7-4-13.5-5.6-18.6-3-9.7-13.9-14.2-22.9-9.5C232.6 56 122.2 116.5 60.6 176.4c-1.1 1-2.5 2-3.5 3C19 217.4 0 267.3 0 317.2 0 367 19 416.9 57 455c38 38 87.9 57.1 137.8 57 49.9 0 99.8-19 137.9-57.1 1-1 2-2.4 3-3.5 59.8-61.6 120.4-172.1 142.5-214.4 4.7-9 .2-19.9-9.5-22.9-5.2-1.6-11.6-3.5-18.6-5.6 27-76 49.7-149 61.3-187.7C515 8.4 503.6-3 491.2.7zM192 448c-70.7 0-128-57.3-128-128s57.3-128 128-128 128 57.3 128 128-57.3 128-128 128zm-32-192c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm48 96c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16z\"]\n};\nvar faMicrochip = {\n prefix: 'fas',\n iconName: 'microchip',\n icon: [512, 512, [], \"f2db\", \"M416 48v416c0 26.51-21.49 48-48 48H144c-26.51 0-48-21.49-48-48V48c0-26.51 21.49-48 48-48h224c26.51 0 48 21.49 48 48zm96 58v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42V88h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zM30 376h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6z\"]\n};\nvar faMicrophone = {\n prefix: 'fas',\n iconName: 'microphone',\n icon: [352, 512, [], \"f130\", \"M176 352c53.02 0 96-42.98 96-96V96c0-53.02-42.98-96-96-96S80 42.98 80 96v160c0 53.02 42.98 96 96 96zm160-160h-16c-8.84 0-16 7.16-16 16v48c0 74.8-64.49 134.82-140.79 127.38C96.71 376.89 48 317.11 48 250.3V208c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v40.16c0 89.64 63.97 169.55 152 181.69V464H96c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16h-56v-33.77C285.71 418.47 352 344.9 352 256v-48c0-8.84-7.16-16-16-16z\"]\n};\nvar faMicrophoneAlt = {\n prefix: 'fas',\n iconName: 'microphone-alt',\n icon: [352, 512, [], \"f3c9\", \"M336 192h-16c-8.84 0-16 7.16-16 16v48c0 74.8-64.49 134.82-140.79 127.38C96.71 376.89 48 317.11 48 250.3V208c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v40.16c0 89.64 63.97 169.55 152 181.69V464H96c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16h-56v-33.77C285.71 418.47 352 344.9 352 256v-48c0-8.84-7.16-16-16-16zM176 352c53.02 0 96-42.98 96-96h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H272v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H272v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H272c0-53.02-42.98-96-96-96S80 42.98 80 96v160c0 53.02 42.98 96 96 96z\"]\n};\nvar faMicrophoneAltSlash = {\n prefix: 'fas',\n iconName: 'microphone-alt-slash',\n icon: [640, 512, [], \"f539\", \"M633.82 458.1L476.26 336.33C488.74 312.21 496 284.98 496 256v-48c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v48c0 17.92-3.96 34.8-10.72 50.2l-26.55-20.52c3.1-9.4 5.28-19.22 5.28-29.67h-43.67l-41.4-32H416v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H416v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H416c0-53.02-42.98-96-96-96s-96 42.98-96 96v45.36L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.41-6.97 4.16-17.02-2.82-22.45zM400 464h-56v-33.78c11.71-1.62 23.1-4.28 33.96-8.08l-50.4-38.96c-6.71.4-13.41.87-20.35.2-55.85-5.45-98.74-48.63-111.18-101.85L144 241.31v6.85c0 89.64 63.97 169.55 152 181.69V464h-56c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16z\"]\n};\nvar faMicrophoneSlash = {\n prefix: 'fas',\n iconName: 'microphone-slash',\n icon: [640, 512, [], \"f131\", \"M633.82 458.1l-157.8-121.96C488.61 312.13 496 285.01 496 256v-48c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v48c0 17.92-3.96 34.8-10.72 50.2l-26.55-20.52c3.1-9.4 5.28-19.22 5.28-29.67V96c0-53.02-42.98-96-96-96s-96 42.98-96 96v45.36L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.41-6.97 4.16-17.02-2.82-22.45zM400 464h-56v-33.77c11.66-1.6 22.85-4.54 33.67-8.31l-50.11-38.73c-6.71.4-13.41.87-20.35.2-55.85-5.45-98.74-48.63-111.18-101.85L144 241.31v6.85c0 89.64 63.97 169.55 152 181.69V464h-56c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16z\"]\n};\nvar faMicroscope = {\n prefix: 'fas',\n iconName: 'microscope',\n icon: [512, 512, [], \"f610\", \"M160 320h12v16c0 8.84 7.16 16 16 16h40c8.84 0 16-7.16 16-16v-16h12c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32V16c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v16c-17.67 0-32 14.33-32 32v224c0 17.67 14.33 32 32 32zm304 128h-1.29C493.24 413.99 512 369.2 512 320c0-105.88-86.12-192-192-192v64c70.58 0 128 57.42 128 128s-57.42 128-128 128H48c-26.51 0-48 21.49-48 48 0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16 0-26.51-21.49-48-48-48zm-360-32h208c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8H104c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8z\"]\n};\nvar faMinus = {\n prefix: 'fas',\n iconName: 'minus',\n icon: [448, 512, [], \"f068\", \"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"]\n};\nvar faMinusCircle = {\n prefix: 'fas',\n iconName: 'minus-circle',\n icon: [512, 512, [], \"f056\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zM124 296c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h264c6.6 0 12 5.4 12 12v56c0 6.6-5.4 12-12 12H124z\"]\n};\nvar faMinusSquare = {\n prefix: 'fas',\n iconName: 'minus-square',\n icon: [448, 512, [], \"f146\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM92 296c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h264c6.6 0 12 5.4 12 12v56c0 6.6-5.4 12-12 12H92z\"]\n};\nvar faMitten = {\n prefix: 'fas',\n iconName: 'mitten',\n icon: [448, 512, [], \"f7b5\", \"M368 416H48c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16zm57-209.1c-27.2-22.6-67.5-19-90.1 8.2l-20.9 25-29.6-128.4c-18-77.5-95.4-125.9-172.8-108C34.2 21.6-14.2 98.9 3.7 176.4L51.6 384h309l72.5-87c22.7-27.2 19-67.5-8.1-90.1z\"]\n};\nvar faMobile = {\n prefix: 'fas',\n iconName: 'mobile',\n icon: [320, 512, [], \"f10b\", \"M272 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM160 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faMobileAlt = {\n prefix: 'fas',\n iconName: 'mobile-alt',\n icon: [320, 512, [], \"f3cd\", \"M272 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM160 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm112-108c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v312z\"]\n};\nvar faMoneyBill = {\n prefix: 'fas',\n iconName: 'money-bill',\n icon: [640, 512, [], \"f0d6\", \"M608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zM48 400v-64c35.35 0 64 28.65 64 64H48zm0-224v-64h64c0 35.35-28.65 64-64 64zm272 176c-44.19 0-80-42.99-80-96 0-53.02 35.82-96 80-96s80 42.98 80 96c0 53.03-35.83 96-80 96zm272 48h-64c0-35.35 28.65-64 64-64v64zm0-224c-35.35 0-64-28.65-64-64h64v64z\"]\n};\nvar faMoneyBillAlt = {\n prefix: 'fas',\n iconName: 'money-bill-alt',\n icon: [640, 512, [], \"f3d1\", \"M352 288h-16v-88c0-4.42-3.58-8-8-8h-13.58c-4.74 0-9.37 1.4-13.31 4.03l-15.33 10.22a7.994 7.994 0 0 0-2.22 11.09l8.88 13.31a7.994 7.994 0 0 0 11.09 2.22l.47-.31V288h-16c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8h64c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8zM608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zM48 400v-64c35.35 0 64 28.65 64 64H48zm0-224v-64h64c0 35.35-28.65 64-64 64zm272 192c-53.02 0-96-50.15-96-112 0-61.86 42.98-112 96-112s96 50.14 96 112c0 61.87-43 112-96 112zm272 32h-64c0-35.35 28.65-64 64-64v64zm0-224c-35.35 0-64-28.65-64-64h64v64z\"]\n};\nvar faMoneyBillWave = {\n prefix: 'fas',\n iconName: 'money-bill-wave',\n icon: [640, 512, [], \"f53a\", \"M621.16 54.46C582.37 38.19 543.55 32 504.75 32c-123.17-.01-246.33 62.34-369.5 62.34-30.89 0-61.76-3.92-92.65-13.72-3.47-1.1-6.95-1.62-10.35-1.62C15.04 79 0 92.32 0 110.81v317.26c0 12.63 7.23 24.6 18.84 29.46C57.63 473.81 96.45 480 135.25 480c123.17 0 246.34-62.35 369.51-62.35 30.89 0 61.76 3.92 92.65 13.72 3.47 1.1 6.95 1.62 10.35 1.62 17.21 0 32.25-13.32 32.25-31.81V83.93c-.01-12.64-7.24-24.6-18.85-29.47zM48 132.22c20.12 5.04 41.12 7.57 62.72 8.93C104.84 170.54 79 192.69 48 192.69v-60.47zm0 285v-47.78c34.37 0 62.18 27.27 63.71 61.4-22.53-1.81-43.59-6.31-63.71-13.62zM320 352c-44.19 0-80-42.99-80-96 0-53.02 35.82-96 80-96s80 42.98 80 96c0 53.03-35.83 96-80 96zm272 27.78c-17.52-4.39-35.71-6.85-54.32-8.44 5.87-26.08 27.5-45.88 54.32-49.28v57.72zm0-236.11c-30.89-3.91-54.86-29.7-55.81-61.55 19.54 2.17 38.09 6.23 55.81 12.66v48.89z\"]\n};\nvar faMoneyBillWaveAlt = {\n prefix: 'fas',\n iconName: 'money-bill-wave-alt',\n icon: [640, 512, [], \"f53b\", \"M621.16 54.46C582.37 38.19 543.55 32 504.75 32c-123.17-.01-246.33 62.34-369.5 62.34-30.89 0-61.76-3.92-92.65-13.72-3.47-1.1-6.95-1.62-10.35-1.62C15.04 79 0 92.32 0 110.81v317.26c0 12.63 7.23 24.6 18.84 29.46C57.63 473.81 96.45 480 135.25 480c123.17 0 246.34-62.35 369.51-62.35 30.89 0 61.76 3.92 92.65 13.72 3.47 1.1 6.95 1.62 10.35 1.62 17.21 0 32.25-13.32 32.25-31.81V83.93c-.01-12.64-7.24-24.6-18.85-29.47zM320 352c-44.19 0-80-42.99-80-96 0-53.02 35.82-96 80-96s80 42.98 80 96c0 53.03-35.83 96-80 96z\"]\n};\nvar faMoneyCheck = {\n prefix: 'fas',\n iconName: 'money-check',\n icon: [640, 512, [], \"f53c\", \"M0 448c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V128H0v320zm448-208c0-8.84 7.16-16 16-16h96c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-96c-8.84 0-16-7.16-16-16v-32zm0 120c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H456c-4.42 0-8-3.58-8-8v-16zM64 264c0-4.42 3.58-8 8-8h304c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm0 96c0-4.42 3.58-8 8-8h176c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zM624 32H16C7.16 32 0 39.16 0 48v48h640V48c0-8.84-7.16-16-16-16z\"]\n};\nvar faMoneyCheckAlt = {\n prefix: 'fas',\n iconName: 'money-check-alt',\n icon: [640, 512, [], \"f53d\", \"M608 32H32C14.33 32 0 46.33 0 64v384c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zM176 327.88V344c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V152c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07zM416 312c0 4.42-3.58 8-8 8H296c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16zm160 0c0 4.42-3.58 8-8 8h-80c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16zm0-96c0 4.42-3.58 8-8 8H296c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h272c4.42 0 8 3.58 8 8v16z\"]\n};\nvar faMonument = {\n prefix: 'fas',\n iconName: 'monument',\n icon: [384, 512, [], \"f5a6\", \"M368 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h352c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-78.86-347.26a31.97 31.97 0 0 0-9.21-19.44L203.31 4.69c-6.25-6.25-16.38-6.25-22.63 0l-76.6 76.61a31.97 31.97 0 0 0-9.21 19.44L64 416h256l-30.86-315.26zM240 307.2c0 6.4-6.4 12.8-12.8 12.8h-70.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h70.4c6.4 0 12.8 6.4 12.8 12.8v38.4z\"]\n};\nvar faMoon = {\n prefix: 'fas',\n iconName: 'moon',\n icon: [512, 512, [], \"f186\", \"M283.211 512c78.962 0 151.079-35.925 198.857-94.792 7.068-8.708-.639-21.43-11.562-19.35-124.203 23.654-238.262-71.576-238.262-196.954 0-72.222 38.662-138.635 101.498-174.394 9.686-5.512 7.25-20.197-3.756-22.23A258.156 258.156 0 0 0 283.211 0c-141.309 0-256 114.511-256 256 0 141.309 114.511 256 256 256z\"]\n};\nvar faMortarPestle = {\n prefix: 'fas',\n iconName: 'mortar-pestle',\n icon: [512, 512, [], \"f5a7\", \"M501.54 60.91c17.22-17.22 12.51-46.25-9.27-57.14a35.696 35.696 0 0 0-37.37 3.37L251.09 160h151.37l99.08-99.09zM496 192H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16c0 80.98 50.2 150.11 121.13 178.32-12.76 16.87-21.72 36.8-24.95 58.69-1.46 9.92 6.04 18.98 16.07 18.98h223.5c10.03 0 17.53-9.06 16.07-18.98-3.22-21.89-12.18-41.82-24.95-58.69C429.8 406.11 480 336.98 480 256h16c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faMosque = {\n prefix: 'fas',\n iconName: 'mosque',\n icon: [640, 512, [], \"f678\", \"M0 480c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V160H0v320zm579.16-192c17.86-17.39 28.84-37.34 28.84-58.91 0-52.86-41.79-93.79-87.92-122.9-41.94-26.47-80.63-57.77-111.96-96.22L400 0l-8.12 9.97c-31.33 38.45-70.01 69.76-111.96 96.22C233.79 135.3 192 176.23 192 229.09c0 21.57 10.98 41.52 28.84 58.91h358.32zM608 320H192c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h32v-64c0-17.67 14.33-32 32-32s32 14.33 32 32v64h64v-72c0-48 48-72 48-72s48 24 48 72v72h64v-64c0-17.67 14.33-32 32-32s32 14.33 32 32v64h32c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32zM64 0S0 32 0 96v32h128V96c0-64-64-96-64-96z\"]\n};\nvar faMotorcycle = {\n prefix: 'fas',\n iconName: 'motorcycle',\n icon: [640, 512, [], \"f21c\", \"M512.9 192c-14.9-.1-29.1 2.3-42.4 6.9L437.6 144H520c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24h-45.3c-6.8 0-13.3 2.9-17.8 7.9l-37.5 41.7-22.8-38C392.2 68.4 384.4 64 376 64h-80c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h66.4l19.2 32H227.9c-17.7-23.1-44.9-40-99.9-40H72.5C59 104 47.7 115 48 128.5c.2 13 10.9 23.5 24 23.5h56c24.5 0 38.7 10.9 47.8 24.8l-11.3 20.5c-13-3.9-26.9-5.7-41.3-5.2C55.9 194.5 1.6 249.6 0 317c-1.6 72.1 56.3 131 128 131 59.6 0 109.7-40.8 124-96h84.2c13.7 0 24.6-11.4 24-25.1-2.1-47.1 17.5-93.7 56.2-125l12.5 20.8c-27.6 23.7-45.1 58.9-44.8 98.2.5 69.6 57.2 126.5 126.8 127.1 71.6.7 129.8-57.5 129.2-129.1-.7-69.6-57.6-126.4-127.2-126.9zM128 400c-44.1 0-80-35.9-80-80s35.9-80 80-80c4.2 0 8.4.3 12.5 1L99 316.4c-8.8 16 2.8 35.6 21 35.6h81.3c-12.4 28.2-40.6 48-73.3 48zm463.9-75.6c-2.2 40.6-35 73.4-75.5 75.5-46.1 2.5-84.4-34.3-84.4-79.9 0-21.4 8.4-40.8 22.1-55.1l49.4 82.4c4.5 7.6 14.4 10 22 5.5l13.7-8.2c7.6-4.5 10-14.4 5.5-22l-48.6-80.9c5.2-1.1 10.5-1.6 15.9-1.6 45.6-.1 82.3 38.2 79.9 84.3z\"]\n};\nvar faMountain = {\n prefix: 'fas',\n iconName: 'mountain',\n icon: [640, 512, [], \"f6fc\", \"M634.92 462.7l-288-448C341.03 5.54 330.89 0 320 0s-21.03 5.54-26.92 14.7l-288 448a32.001 32.001 0 0 0-1.17 32.64A32.004 32.004 0 0 0 32 512h576c11.71 0 22.48-6.39 28.09-16.67a31.983 31.983 0 0 0-1.17-32.63zM320 91.18L405.39 224H320l-64 64-38.06-38.06L320 91.18z\"]\n};\nvar faMouse = {\n prefix: 'fas',\n iconName: 'mouse',\n icon: [384, 512, [], \"f8cc\", \"M0 352a160 160 0 0 0 160 160h64a160 160 0 0 0 160-160V224H0zM176 0h-16A160 160 0 0 0 0 160v32h176zm48 0h-16v192h176v-32A160 160 0 0 0 224 0z\"]\n};\nvar faMousePointer = {\n prefix: 'fas',\n iconName: 'mouse-pointer',\n icon: [320, 512, [], \"f245\", \"M302.189 329.126H196.105l55.831 135.993c3.889 9.428-.555 19.999-9.444 23.999l-49.165 21.427c-9.165 4-19.443-.571-23.332-9.714l-53.053-129.136-86.664 89.138C18.729 472.71 0 463.554 0 447.977V18.299C0 1.899 19.921-6.096 30.277 5.443l284.412 292.542c11.472 11.179 3.007 31.141-12.5 31.141z\"]\n};\nvar faMugHot = {\n prefix: 'fas',\n iconName: 'mug-hot',\n icon: [512, 512, [], \"f7b6\", \"M127.1 146.5c1.3 7.7 8 13.5 16 13.5h16.5c9.8 0 17.6-8.5 16.3-18-3.8-28.2-16.4-54.2-36.6-74.7-14.4-14.7-23.6-33.3-26.4-53.5C111.8 5.9 105 0 96.8 0H80.4C70.6 0 63 8.5 64.1 18c3.9 31.9 18 61.3 40.6 84.4 12 12.2 19.7 27.5 22.4 44.1zm112 0c1.3 7.7 8 13.5 16 13.5h16.5c9.8 0 17.6-8.5 16.3-18-3.8-28.2-16.4-54.2-36.6-74.7-14.4-14.7-23.6-33.3-26.4-53.5C223.8 5.9 217 0 208.8 0h-16.4c-9.8 0-17.5 8.5-16.3 18 3.9 31.9 18 61.3 40.6 84.4 12 12.2 19.7 27.5 22.4 44.1zM400 192H32c-17.7 0-32 14.3-32 32v192c0 53 43 96 96 96h192c53 0 96-43 96-96h16c61.8 0 112-50.2 112-112s-50.2-112-112-112zm0 160h-16v-96h16c26.5 0 48 21.5 48 48s-21.5 48-48 48z\"]\n};\nvar faMusic = {\n prefix: 'fas',\n iconName: 'music',\n icon: [512, 512, [], \"f001\", \"M470.38 1.51L150.41 96A32 32 0 0 0 128 126.51v261.41A139 139 0 0 0 96 384c-53 0-96 28.66-96 64s43 64 96 64 96-28.66 96-64V214.32l256-75v184.61a138.4 138.4 0 0 0-32-3.93c-53 0-96 28.66-96 64s43 64 96 64 96-28.65 96-64V32a32 32 0 0 0-41.62-30.49z\"]\n};\nvar faNetworkWired = {\n prefix: 'fas',\n iconName: 'network-wired',\n icon: [640, 512, [], \"f6ff\", \"M640 264v-16c0-8.84-7.16-16-16-16H344v-40h72c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32H224c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h72v40H16c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h104v40H64c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h304v40h-56c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h104c8.84 0 16-7.16 16-16zM256 128V64h128v64H256zm-64 320H96v-64h96v64zm352 0h-96v-64h96v64z\"]\n};\nvar faNeuter = {\n prefix: 'fas',\n iconName: 'neuter',\n icon: [288, 512, [], \"f22c\", \"M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 68.5 47.9 125.9 112 140.4V468c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12V316.4c64.1-14.5 112-71.9 112-140.4zm-144 80c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faNewspaper = {\n prefix: 'fas',\n iconName: 'newspaper',\n icon: [576, 512, [], \"f1ea\", \"M552 64H88c-13.255 0-24 10.745-24 24v8H24c-13.255 0-24 10.745-24 24v272c0 30.928 25.072 56 56 56h472c26.51 0 48-21.49 48-48V88c0-13.255-10.745-24-24-24zM56 400a8 8 0 0 1-8-8V144h16v248a8 8 0 0 1-8 8zm236-16H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm-208-96H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm0-96H140c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h360c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12z\"]\n};\nvar faNotEqual = {\n prefix: 'fas',\n iconName: 'not-equal',\n icon: [448, 512, [], \"f53e\", \"M416 208c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32h-23.88l51.87-66.81c5.37-7.02 4.04-17.06-2.97-22.43L415.61 3.3c-7.02-5.38-17.06-4.04-22.44 2.97L311.09 112H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h204.56l-74.53 96H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h55.49l-51.87 66.81c-5.37 7.01-4.04 17.05 2.97 22.43L64 508.7c7.02 5.38 17.06 4.04 22.43-2.97L168.52 400H416c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32H243.05l74.53-96H416z\"]\n};\nvar faNotesMedical = {\n prefix: 'fas',\n iconName: 'notes-medical',\n icon: [384, 512, [], \"f481\", \"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm96 304c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48zm0-192c0 4.4-3.6 8-8 8H104c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h176c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faObjectGroup = {\n prefix: 'fas',\n iconName: 'object-group',\n icon: [512, 512, [], \"f247\", \"M480 128V96h20c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v20H64V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v40c0 6.627 5.373 12 12 12h20v320H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-20h384v20c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-20V128zM96 276V140c0-6.627 5.373-12 12-12h168c6.627 0 12 5.373 12 12v136c0 6.627-5.373 12-12 12H108c-6.627 0-12-5.373-12-12zm320 96c0 6.627-5.373 12-12 12H236c-6.627 0-12-5.373-12-12v-52h72c13.255 0 24-10.745 24-24v-72h84c6.627 0 12 5.373 12 12v136z\"]\n};\nvar faObjectUngroup = {\n prefix: 'fas',\n iconName: 'object-ungroup',\n icon: [576, 512, [], \"f248\", \"M64 320v26a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6v-52a6 6 0 0 1 6-6h26V96H6a6 6 0 0 1-6-6V38a6 6 0 0 1 6-6h52a6 6 0 0 1 6 6v26h288V38a6 6 0 0 1 6-6h52a6 6 0 0 1 6 6v52a6 6 0 0 1-6 6h-26v192h26a6 6 0 0 1 6 6v52a6 6 0 0 1-6 6h-52a6 6 0 0 1-6-6v-26H64zm480-64v-32h26a6 6 0 0 0 6-6v-52a6 6 0 0 0-6-6h-52a6 6 0 0 0-6 6v26H408v72h8c13.255 0 24 10.745 24 24v64c0 13.255-10.745 24-24 24h-64c-13.255 0-24-10.745-24-24v-8H192v72h-26a6 6 0 0 0-6 6v52a6 6 0 0 0 6 6h52a6 6 0 0 0 6-6v-26h288v26a6 6 0 0 0 6 6h52a6 6 0 0 0 6-6v-52a6 6 0 0 0-6-6h-26V256z\"]\n};\nvar faOilCan = {\n prefix: 'fas',\n iconName: 'oil-can',\n icon: [640, 512, [], \"f613\", \"M629.8 160.31L416 224l-50.49-25.24a64.07 64.07 0 0 0-28.62-6.76H280v-48h56c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h56v48h-56L37.72 166.86a31.9 31.9 0 0 0-5.79-.53C14.67 166.33 0 180.36 0 198.34v94.95c0 15.46 11.06 28.72 26.28 31.48L96 337.46V384c0 17.67 14.33 32 32 32h274.63c8.55 0 16.75-3.42 22.76-9.51l212.26-214.75c1.5-1.5 2.34-3.54 2.34-5.66V168c.01-5.31-5.08-9.15-10.19-7.69zM96 288.67l-48-8.73v-62.43l48 8.73v62.43zm453.33 84.66c0 23.56 19.1 42.67 42.67 42.67s42.67-19.1 42.67-42.67S592 288 592 288s-42.67 61.77-42.67 85.33z\"]\n};\nvar faOm = {\n prefix: 'fas',\n iconName: 'om',\n icon: [512, 512, [], \"f679\", \"M360.6 60.94a10.43 10.43 0 0 0 14.76 0l21.57-21.56a10.43 10.43 0 0 0 0-14.76L375.35 3.06c-4.08-4.07-10.68-4.07-14.76 0l-21.57 21.56a10.43 10.43 0 0 0 0 14.76l21.58 21.56zM412.11 192c-26.69 0-51.77 10.39-70.64 29.25l-24.25 24.25c-6.78 6.77-15.78 10.5-25.38 10.5H245c10.54-22.1 14.17-48.11 7.73-75.23-10.1-42.55-46.36-76.11-89.52-83.19-36.15-5.93-70.9 5.04-96.01 28.78-7.36 6.96-6.97 18.85 1.12 24.93l26.15 19.63c5.72 4.3 13.66 4.32 19.2-.21 8.45-6.9 19.02-10.71 30.27-10.71 26.47 0 48.01 21.53 48.01 48s-21.54 48-48.01 48h-31.9c-11.96 0-19.74 12.58-14.39 23.28l16.09 32.17c2.53 5.06 7.6 8.1 13.17 8.55h33.03c35.3 0 64.01 28.7 64.01 64s-28.71 64-64.01 64c-96.02 0-122.35-54.02-145.15-92.03-4.53-7.55-14.77-3.58-14.79 5.22C-.09 416 41.13 512 159.94 512c70.59 0 128.02-57.42 128.02-128 0-23.42-6.78-45.1-17.81-64h21.69c26.69 0 51.77-10.39 70.64-29.25l24.25-24.25c6.78-6.77 15.78-10.5 25.38-10.5 19.78 0 35.88 16.09 35.88 35.88V392c0 13.23-18.77 24-32.01 24-39.4 0-66.67-24.24-81.82-42.89-4.77-5.87-14.2-2.54-14.2 5.02V416s0 64 96.02 64c48.54 0 96.02-39.47 96.02-88V291.88c0-55.08-44.8-99.88-99.89-99.88zm42.18-124.73c-85.55 65.12-169.05 2.75-172.58.05-6.02-4.62-14.44-4.38-20.14.55-5.74 4.92-7.27 13.17-3.66 19.8 1.61 2.95 40.37 72.34 118.8 72.34 79.92 0 98.78-31.36 101.75-37.66 1.02-2.12 1.53-4.47 1.53-6.83V80c0-13.22-15.14-20.69-25.7-12.73z\"]\n};\nvar faOtter = {\n prefix: 'fas',\n iconName: 'otter',\n icon: [640, 512, [], \"f700\", \"M608 32h-32l-13.25-13.25A63.97 63.97 0 0 0 517.49 0H497c-11.14 0-22.08 2.91-31.75 8.43L312 96h-56C149.96 96 64 181.96 64 288v1.61c0 32.75-16 62.14-39.56 84.89-18.19 17.58-28.1 43.68-23.19 71.8 6.76 38.8 42.9 65.7 82.28 65.7H192c17.67 0 32-14.33 32-32s-14.33-32-32-32H80c-8.83 0-16-7.17-16-16s7.17-16 16-16h224c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-64l149.49-80.5L448 416h80c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-28.22l-55.11-110.21L521.14 192H544c53.02 0 96-42.98 96-96V64c0-17.67-14.33-32-32-32zm-96 16c8.84 0 16 7.16 16 16s-7.16 16-16 16-16-7.16-16-16 7.16-16 16-16zm32 96h-34.96L407.2 198.84l-13.77-27.55L512 112h77.05c-6.62 18.58-24.22 32-45.05 32z\"]\n};\nvar faOutdent = {\n prefix: 'fas',\n iconName: 'outdent',\n icon: [448, 512, [], \"f03b\", \"M100.69 363.29c10 10 27.31 2.93 27.31-11.31V160c0-14.32-17.33-21.31-27.31-11.31l-96 96a16 16 0 0 0 0 22.62zM432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm3.17-128H204.83A12.82 12.82 0 0 0 192 300.83v38.34A12.82 12.82 0 0 0 204.83 352h230.34A12.82 12.82 0 0 0 448 339.17v-38.34A12.82 12.82 0 0 0 435.17 288zm0-128H204.83A12.82 12.82 0 0 0 192 172.83v38.34A12.82 12.82 0 0 0 204.83 224h230.34A12.82 12.82 0 0 0 448 211.17v-38.34A12.82 12.82 0 0 0 435.17 160zM432 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faPager = {\n prefix: 'fas',\n iconName: 'pager',\n icon: [512, 512, [], \"f815\", \"M448 64H64a64 64 0 0 0-64 64v256a64 64 0 0 0 64 64h384a64 64 0 0 0 64-64V128a64 64 0 0 0-64-64zM160 368H80a16 16 0 0 1-16-16v-16a16 16 0 0 1 16-16h80zm128-16a16 16 0 0 1-16 16h-80v-48h80a16 16 0 0 1 16 16zm160-128a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32v-64a32 32 0 0 1 32-32h320a32 32 0 0 1 32 32z\"]\n};\nvar faPaintBrush = {\n prefix: 'fas',\n iconName: 'paint-brush',\n icon: [512, 512, [], \"f1fc\", \"M167.02 309.34c-40.12 2.58-76.53 17.86-97.19 72.3-2.35 6.21-8 9.98-14.59 9.98-11.11 0-45.46-27.67-55.25-34.35C0 439.62 37.93 512 128 512c75.86 0 128-43.77 128-120.19 0-3.11-.65-6.08-.97-9.13l-88.01-73.34zM457.89 0c-15.16 0-29.37 6.71-40.21 16.45C213.27 199.05 192 203.34 192 257.09c0 13.7 3.25 26.76 8.73 38.7l63.82 53.18c7.21 1.8 14.64 3.03 22.39 3.03 62.11 0 98.11-45.47 211.16-256.46 7.38-14.35 13.9-29.85 13.9-45.99C512 20.64 486 0 457.89 0z\"]\n};\nvar faPaintRoller = {\n prefix: 'fas',\n iconName: 'paint-roller',\n icon: [512, 512, [], \"f5aa\", \"M416 128V32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v96c0 17.67 14.33 32 32 32h352c17.67 0 32-14.33 32-32zm32-64v128c0 17.67-14.33 32-32 32H256c-35.35 0-64 28.65-64 64v32c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32v-32h160c53.02 0 96-42.98 96-96v-64c0-35.35-28.65-64-64-64z\"]\n};\nvar faPalette = {\n prefix: 'fas',\n iconName: 'palette',\n icon: [512, 512, [], \"f53f\", \"M204.3 5C104.9 24.4 24.8 104.3 5.2 203.4c-37 187 131.7 326.4 258.8 306.7 41.2-6.4 61.4-54.6 42.5-91.7-23.1-45.4 9.9-98.4 60.9-98.4h79.7c35.8 0 64.8-29.6 64.9-65.3C511.5 97.1 368.1-26.9 204.3 5zM96 320c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm32-128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128-64c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 64c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faPallet = {\n prefix: 'fas',\n iconName: 'pallet',\n icon: [640, 512, [], \"f482\", \"M144 256h352c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16H384v128l-64-32-64 32V0H144c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16zm480 128c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v64H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-48v-64h48zm-336 64H128v-64h160v64zm224 0H352v-64h160v64z\"]\n};\nvar faPaperPlane = {\n prefix: 'fas',\n iconName: 'paper-plane',\n icon: [512, 512, [], \"f1d8\", \"M476 3.2L12.5 270.6c-18.1 10.4-15.8 35.6 2.2 43.2L121 358.4l287.3-253.2c5.5-4.9 13.3 2.6 8.6 8.3L176 407v80.5c0 23.6 28.5 32.9 42.5 15.8L282 426l124.6 52.2c14.2 6 30.4-2.9 33-18.2l72-432C515 7.8 493.3-6.8 476 3.2z\"]\n};\nvar faPaperclip = {\n prefix: 'fas',\n iconName: 'paperclip',\n icon: [448, 512, [], \"f0c6\", \"M43.246 466.142c-58.43-60.289-57.341-157.511 1.386-217.581L254.392 34c44.316-45.332 116.351-45.336 160.671 0 43.89 44.894 43.943 117.329 0 162.276L232.214 383.128c-29.855 30.537-78.633 30.111-107.982-.998-28.275-29.97-27.368-77.473 1.452-106.953l143.743-146.835c6.182-6.314 16.312-6.422 22.626-.241l22.861 22.379c6.315 6.182 6.422 16.312.241 22.626L171.427 319.927c-4.932 5.045-5.236 13.428-.648 18.292 4.372 4.634 11.245 4.711 15.688.165l182.849-186.851c19.613-20.062 19.613-52.725-.011-72.798-19.189-19.627-49.957-19.637-69.154 0L90.39 293.295c-34.763 35.56-35.299 93.12-1.191 128.313 34.01 35.093 88.985 35.137 123.058.286l172.06-175.999c6.177-6.319 16.307-6.433 22.626-.256l22.877 22.364c6.319 6.177 6.434 16.307.256 22.626l-172.06 175.998c-59.576 60.938-155.943 60.216-214.77-.485z\"]\n};\nvar faParachuteBox = {\n prefix: 'fas',\n iconName: 'parachute-box',\n icon: [512, 512, [], \"f4cd\", \"M511.9 175c-9.1-75.6-78.4-132.4-158.3-158.7C390 55.7 416 116.9 416 192h28.1L327.5 321.5c-2.5-.6-4.8-1.5-7.5-1.5h-48V192h112C384 76.8 315.1 0 256 0S128 76.8 128 192h112v128h-48c-2.7 0-5 .9-7.5 1.5L67.9 192H96c0-75.1 26-136.3 62.4-175.7C78.5 42.7 9.2 99.5.1 175c-1.1 9.1 6.8 17 16 17h8.7l136.7 151.9c-.7 2.6-1.6 5.2-1.6 8.1v128c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32V352c0-2.9-.9-5.4-1.6-8.1L487.1 192h8.7c9.3 0 17.2-7.8 16.1-17z\"]\n};\nvar faParagraph = {\n prefix: 'fas',\n iconName: 'paragraph',\n icon: [448, 512, [], \"f1dd\", \"M448 48v32a16 16 0 0 1-16 16h-48v368a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V96h-32v368a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V352h-32a160 160 0 0 1 0-320h240a16 16 0 0 1 16 16z\"]\n};\nvar faParking = {\n prefix: 'fas',\n iconName: 'parking',\n icon: [448, 512, [], \"f540\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM240 320h-48v48c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16h96c52.9 0 96 43.1 96 96s-43.1 96-96 96zm0-128h-48v64h48c17.6 0 32-14.4 32-32s-14.4-32-32-32z\"]\n};\nvar faPassport = {\n prefix: 'fas',\n iconName: 'passport',\n icon: [448, 512, [], \"f5ab\", \"M129.62 176h39.09c1.49-27.03 6.54-51.35 14.21-70.41-27.71 13.24-48.02 39.19-53.3 70.41zm0 32c5.29 31.22 25.59 57.17 53.3 70.41-7.68-19.06-12.72-43.38-14.21-70.41h-39.09zM224 286.69c7.69-7.45 20.77-34.42 23.43-78.69h-46.87c2.67 44.26 15.75 71.24 23.44 78.69zM200.57 176h46.87c-2.66-44.26-15.74-71.24-23.43-78.69-7.7 7.45-20.78 34.43-23.44 78.69zm64.51 102.41c27.71-13.24 48.02-39.19 53.3-70.41h-39.09c-1.49 27.03-6.53 51.35-14.21 70.41zM416 0H64C28.65 0 0 28.65 0 64v384c0 35.35 28.65 64 64 64h352c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32zm-80 416H112c-8.8 0-16-7.2-16-16s7.2-16 16-16h224c8.8 0 16 7.2 16 16s-7.2 16-16 16zm-112-96c-70.69 0-128-57.31-128-128S153.31 64 224 64s128 57.31 128 128-57.31 128-128 128zm41.08-214.41c7.68 19.06 12.72 43.38 14.21 70.41h39.09c-5.28-31.22-25.59-57.17-53.3-70.41z\"]\n};\nvar faPastafarianism = {\n prefix: 'fas',\n iconName: 'pastafarianism',\n icon: [640, 512, [], \"f67b\", \"M624.54 347.67c-32.7-12.52-57.36 4.25-75.37 16.45-17.06 11.53-23.25 14.42-31.41 11.36-8.12-3.09-10.83-9.38-15.89-29.38-3.33-13.15-7.44-29.32-17.95-42.65 2.24-2.91 4.43-5.79 6.38-8.57C500.47 304.45 513.71 312 532 312c33.95 0 50.87-25.78 62.06-42.83 10.59-16.14 15-21.17 21.94-21.17 13.25 0 24-10.75 24-24s-10.75-24-24-24c-33.95 0-50.87 25.78-62.06 42.83-10.6 16.14-15 21.17-21.94 21.17-17.31 0-37.48-61.43-97.26-101.91l17.25-34.5C485.43 125.5 512 97.98 512 64c0-35.35-28.65-64-64-64s-64 28.65-64 64c0 13.02 3.94 25.1 10.62 35.21l-18.15 36.3c-16.98-4.6-35.6-7.51-56.46-7.51s-39.49 2.91-56.46 7.51l-18.15-36.3C252.06 89.1 256 77.02 256 64c0-35.35-28.65-64-64-64s-64 28.65-64 64c0 33.98 26.56 61.5 60.02 63.6l17.25 34.5C145.68 202.44 125.15 264 108 264c-6.94 0-11.34-5.03-21.94-21.17C74.88 225.78 57.96 200 24 200c-13.25 0-24 10.75-24 24s10.75 24 24 24c6.94 0 11.34 5.03 21.94 21.17C57.13 286.22 74.05 312 108 312c18.29 0 31.53-7.55 41.7-17.11 1.95 2.79 4.14 5.66 6.38 8.57-10.51 13.33-14.62 29.5-17.95 42.65-5.06 20-7.77 26.28-15.89 29.38-8.11 3.06-14.33.17-31.41-11.36-18.03-12.2-42.72-28.92-75.37-16.45-12.39 4.72-18.59 18.58-13.87 30.97 4.72 12.41 18.61 18.61 30.97 13.88 8.16-3.09 14.34-.19 31.39 11.36 13.55 9.16 30.83 20.86 52.42 20.84 7.17 0 14.83-1.28 22.97-4.39 32.66-12.44 39.98-41.33 45.33-62.44 2.21-8.72 3.99-14.49 5.95-18.87 16.62 13.61 36.95 25.88 61.64 34.17-9.96 37-32.18 90.8-60.26 90.8-13.25 0-24 10.75-24 24s10.75 24 24 24c66.74 0 97.05-88.63 107.42-129.14 6.69.6 13.42 1.14 20.58 1.14s13.89-.54 20.58-1.14C350.95 423.37 381.26 512 448 512c13.25 0 24-10.75 24-24s-10.75-24-24-24c-27.94 0-50.21-53.81-60.22-90.81 24.69-8.29 45-20.56 61.62-34.16 1.96 4.38 3.74 10.15 5.95 18.87 5.34 21.11 12.67 50 45.33 62.44 8.14 3.11 15.8 4.39 22.97 4.39 21.59 0 38.87-11.69 52.42-20.84 17.05-11.55 23.28-14.45 31.39-11.36 12.39 4.75 26.27-1.47 30.97-13.88 4.71-12.4-1.49-26.26-13.89-30.98zM448 48c8.82 0 16 7.18 16 16s-7.18 16-16 16-16-7.18-16-16 7.18-16 16-16zm-256 0c8.82 0 16 7.18 16 16s-7.18 16-16 16-16-7.18-16-16 7.18-16 16-16z\"]\n};\nvar faPaste = {\n prefix: 'fas',\n iconName: 'paste',\n icon: [448, 512, [], \"f0ea\", \"M128 184c0-30.879 25.122-56 56-56h136V56c0-13.255-10.745-24-24-24h-80.61C204.306 12.89 183.637 0 160 0s-44.306 12.89-55.39 32H24C10.745 32 0 42.745 0 56v336c0 13.255 10.745 24 24 24h104V184zm32-144c13.255 0 24 10.745 24 24s-10.745 24-24 24-24-10.745-24-24 10.745-24 24-24zm184 248h104v200c0 13.255-10.745 24-24 24H184c-13.255 0-24-10.745-24-24V184c0-13.255 10.745-24 24-24h136v104c0 13.2 10.8 24 24 24zm104-38.059V256h-96v-96h6.059a24 24 0 0 1 16.97 7.029l65.941 65.941a24.002 24.002 0 0 1 7.03 16.971z\"]\n};\nvar faPause = {\n prefix: 'fas',\n iconName: 'pause',\n icon: [448, 512, [], \"f04c\", \"M144 479H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zm304-48V79c0-26.5-21.5-48-48-48h-96c-26.5 0-48 21.5-48 48v352c0 26.5 21.5 48 48 48h96c26.5 0 48-21.5 48-48z\"]\n};\nvar faPauseCircle = {\n prefix: 'fas',\n iconName: 'pause-circle',\n icon: [512, 512, [], \"f28b\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-16 328c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160zm112 0c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160z\"]\n};\nvar faPaw = {\n prefix: 'fas',\n iconName: 'paw',\n icon: [512, 512, [], \"f1b0\", \"M256 224c-79.41 0-192 122.76-192 200.25 0 34.9 26.81 55.75 71.74 55.75 48.84 0 81.09-25.08 120.26-25.08 39.51 0 71.85 25.08 120.26 25.08 44.93 0 71.74-20.85 71.74-55.75C448 346.76 335.41 224 256 224zm-147.28-12.61c-10.4-34.65-42.44-57.09-71.56-50.13-29.12 6.96-44.29 40.69-33.89 75.34 10.4 34.65 42.44 57.09 71.56 50.13 29.12-6.96 44.29-40.69 33.89-75.34zm84.72-20.78c30.94-8.14 46.42-49.94 34.58-93.36s-46.52-72.01-77.46-63.87-46.42 49.94-34.58 93.36c11.84 43.42 46.53 72.02 77.46 63.87zm281.39-29.34c-29.12-6.96-61.15 15.48-71.56 50.13-10.4 34.65 4.77 68.38 33.89 75.34 29.12 6.96 61.15-15.48 71.56-50.13 10.4-34.65-4.77-68.38-33.89-75.34zm-156.27 29.34c30.94 8.14 65.62-20.45 77.46-63.87 11.84-43.42-3.64-85.21-34.58-93.36s-65.62 20.45-77.46 63.87c-11.84 43.42 3.64 85.22 34.58 93.36z\"]\n};\nvar faPeace = {\n prefix: 'fas',\n iconName: 'peace',\n icon: [496, 512, [], \"f67c\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm184 248c0 31.93-8.2 61.97-22.57 88.17L280 240.63V74.97c86.23 15.21 152 90.5 152 181.03zM216 437.03c-33.86-5.97-64.49-21.2-89.29-43.02L216 322.57v114.46zm64-114.46L369.29 394c-24.8 21.82-55.43 37.05-89.29 43.02V322.57zm-64-247.6v165.66L86.57 344.17C72.2 317.97 64 287.93 64 256c0-90.53 65.77-165.82 152-181.03z\"]\n};\nvar faPen = {\n prefix: 'fas',\n iconName: 'pen',\n icon: [512, 512, [], \"f304\", \"M290.74 93.24l128.02 128.02-277.99 277.99-114.14 12.6C11.35 513.54-1.56 500.62.14 485.34l12.7-114.22 277.9-277.88zm207.2-19.06l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.76 18.75-49.16 0-67.91z\"]\n};\nvar faPenAlt = {\n prefix: 'fas',\n iconName: 'pen-alt',\n icon: [512, 512, [], \"f305\", \"M497.94 74.17l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.75 18.75-49.15 0-67.91zm-246.8-20.53c-15.62-15.62-40.94-15.62-56.56 0L75.8 172.43c-6.25 6.25-6.25 16.38 0 22.62l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l101.82-101.82 22.63 22.62L93.95 290.03A327.038 327.038 0 0 0 .17 485.11l-.03.23c-1.7 15.28 11.21 28.2 26.49 26.51a327.02 327.02 0 0 0 195.34-93.8l196.79-196.79-82.77-82.77-84.85-84.85z\"]\n};\nvar faPenFancy = {\n prefix: 'fas',\n iconName: 'pen-fancy',\n icon: [512, 512, [], \"f5ac\", \"M79.18 282.94a32.005 32.005 0 0 0-20.24 20.24L0 480l4.69 4.69 92.89-92.89c-.66-2.56-1.57-5.03-1.57-7.8 0-17.67 14.33-32 32-32s32 14.33 32 32-14.33 32-32 32c-2.77 0-5.24-.91-7.8-1.57l-92.89 92.89L32 512l176.82-58.94a31.983 31.983 0 0 0 20.24-20.24l33.07-84.07-98.88-98.88-84.07 33.07zM369.25 28.32L186.14 227.81l97.85 97.85 199.49-183.11C568.4 67.48 443.73-55.94 369.25 28.32z\"]\n};\nvar faPenNib = {\n prefix: 'fas',\n iconName: 'pen-nib',\n icon: [512, 512, [], \"f5ad\", \"M136.6 138.79a64.003 64.003 0 0 0-43.31 41.35L0 460l14.69 14.69L164.8 324.58c-2.99-6.26-4.8-13.18-4.8-20.58 0-26.51 21.49-48 48-48s48 21.49 48 48-21.49 48-48 48c-7.4 0-14.32-1.81-20.58-4.8L37.31 497.31 52 512l279.86-93.29a64.003 64.003 0 0 0 41.35-43.31L416 224 288 96l-151.4 42.79zm361.34-64.62l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.75 18.75-49.15 0-67.91z\"]\n};\nvar faPenSquare = {\n prefix: 'fas',\n iconName: 'pen-square',\n icon: [448, 512, [], \"f14b\", \"M400 480H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zM238.1 177.9L102.4 313.6l-6.3 57.1c-.8 7.6 5.6 14.1 13.3 13.3l57.1-6.3L302.2 242c2.3-2.3 2.3-6.1 0-8.5L246.7 178c-2.5-2.4-6.3-2.4-8.6-.1zM345 165.1L314.9 135c-9.4-9.4-24.6-9.4-33.9 0l-23.1 23.1c-2.3 2.3-2.3 6.1 0 8.5l55.5 55.5c2.3 2.3 6.1 2.3 8.5 0L345 199c9.3-9.3 9.3-24.5 0-33.9z\"]\n};\nvar faPencilAlt = {\n prefix: 'fas',\n iconName: 'pencil-alt',\n icon: [512, 512, [], \"f303\", \"M497.9 142.1l-46.1 46.1c-4.7 4.7-12.3 4.7-17 0l-111-111c-4.7-4.7-4.7-12.3 0-17l46.1-46.1c18.7-18.7 49.1-18.7 67.9 0l60.1 60.1c18.8 18.7 18.8 49.1 0 67.9zM284.2 99.8L21.6 362.4.4 483.9c-2.9 16.4 11.4 30.6 27.8 27.8l121.5-21.3 262.6-262.6c4.7-4.7 4.7-12.3 0-17l-111-111c-4.8-4.7-12.4-4.7-17.1 0zM124.1 339.9c-5.5-5.5-5.5-14.3 0-19.8l154-154c5.5-5.5 14.3-5.5 19.8 0s5.5 14.3 0 19.8l-154 154c-5.5 5.5-14.3 5.5-19.8 0zM88 424h48v36.3l-64.5 11.3-31.1-31.1L51.7 376H88v48z\"]\n};\nvar faPencilRuler = {\n prefix: 'fas',\n iconName: 'pencil-ruler',\n icon: [512, 512, [], \"f5ae\", \"M109.46 244.04l134.58-134.56-44.12-44.12-61.68 61.68a7.919 7.919 0 0 1-11.21 0l-11.21-11.21c-3.1-3.1-3.1-8.12 0-11.21l61.68-61.68-33.64-33.65C131.47-3.1 111.39-3.1 99 9.29L9.29 99c-12.38 12.39-12.39 32.47 0 44.86l100.17 100.18zm388.47-116.8c18.76-18.76 18.75-49.17 0-67.93l-45.25-45.25c-18.76-18.76-49.18-18.76-67.95 0l-46.02 46.01 113.2 113.2 46.02-46.03zM316.08 82.71l-297 296.96L.32 487.11c-2.53 14.49 10.09 27.11 24.59 24.56l107.45-18.84L429.28 195.9 316.08 82.71zm186.63 285.43l-33.64-33.64-61.68 61.68c-3.1 3.1-8.12 3.1-11.21 0l-11.21-11.21c-3.09-3.1-3.09-8.12 0-11.21l61.68-61.68-44.14-44.14L267.93 402.5l100.21 100.2c12.39 12.39 32.47 12.39 44.86 0l89.71-89.7c12.39-12.39 12.39-32.47 0-44.86z\"]\n};\nvar faPeopleCarry = {\n prefix: 'fas',\n iconName: 'people-carry',\n icon: [640, 512, [], \"f4ce\", \"M128 96c26.5 0 48-21.5 48-48S154.5 0 128 0 80 21.5 80 48s21.5 48 48 48zm384 0c26.5 0 48-21.5 48-48S538.5 0 512 0s-48 21.5-48 48 21.5 48 48 48zm125.7 372.1l-44-110-41.1 46.4-2 18.2 27.7 69.2c5 12.5 17 20.1 29.7 20.1 4 0 8-.7 11.9-2.3 16.4-6.6 24.4-25.2 17.8-41.6zm-34.2-209.8L585 178.1c-4.6-20-18.6-36.8-37.5-44.9-18.5-8-39-6.7-56.1 3.3-22.7 13.4-39.7 34.5-48.1 59.4L432 229.8 416 240v-96c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v96l-16.1-10.2-11.3-33.9c-8.3-25-25.4-46-48.1-59.4-17.2-10-37.6-11.3-56.1-3.3-18.9 8.1-32.9 24.9-37.5 44.9l-18.4 80.2c-4.6 20 .7 41.2 14.4 56.7l67.2 75.9 10.1 92.6C130 499.8 143.8 512 160 512c1.2 0 2.3-.1 3.5-.2 17.6-1.9 30.2-17.7 28.3-35.3l-10.1-92.8c-1.5-13-6.9-25.1-15.6-35l-43.3-49 17.6-70.3 6.8 20.4c4.1 12.5 11.9 23.4 24.5 32.6l51.1 32.5c4.6 2.9 12.1 4.6 17.2 5h160c5.1-.4 12.6-2.1 17.2-5l51.1-32.5c12.6-9.2 20.4-20 24.5-32.6l6.8-20.4 17.6 70.3-43.3 49c-8.7 9.9-14.1 22-15.6 35l-10.1 92.8c-1.9 17.6 10.8 33.4 28.3 35.3 1.2.1 2.3.2 3.5.2 16.1 0 30-12.1 31.8-28.5l10.1-92.6 67.2-75.9c13.6-15.5 19-36.7 14.4-56.7zM46.3 358.1l-44 110c-6.6 16.4 1.4 35 17.8 41.6 16.8 6.6 35.1-1.7 41.6-17.8l27.7-69.2-2-18.2-41.1-46.4z\"]\n};\nvar faPepperHot = {\n prefix: 'fas',\n iconName: 'pepper-hot',\n icon: [512, 512, [], \"f816\", \"M330.67 263.12V173.4l-52.75-24.22C219.44 218.76 197.58 400 56 400a56 56 0 0 0 0 112c212.64 0 370.65-122.87 419.18-210.34l-37.05-38.54zm131.09-128.37C493.92 74.91 477.18 26.48 458.62 3a8 8 0 0 0-11.93-.59l-22.9 23a8.06 8.06 0 0 0-.89 10.23c6.86 10.36 17.05 35.1-1.4 72.32A142.85 142.85 0 0 0 364.34 96c-28 0-54 8.54-76.34 22.59l74.67 34.29v78.24h89.09L506.44 288c3.26-12.62 5.56-25.63 5.56-39.31a154 154 0 0 0-50.24-113.94z\"]\n};\nvar faPercent = {\n prefix: 'fas',\n iconName: 'percent',\n icon: [448, 512, [], \"f295\", \"M112 224c61.9 0 112-50.1 112-112S173.9 0 112 0 0 50.1 0 112s50.1 112 112 112zm0-160c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm224 224c-61.9 0-112 50.1-112 112s50.1 112 112 112 112-50.1 112-112-50.1-112-112-112zm0 160c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zM392.3.2l31.6-.1c19.4-.1 30.9 21.8 19.7 37.8L77.4 501.6a23.95 23.95 0 0 1-19.6 10.2l-33.4.1c-19.5 0-30.9-21.9-19.7-37.8l368-463.7C377.2 4 384.5.2 392.3.2z\"]\n};\nvar faPercentage = {\n prefix: 'fas',\n iconName: 'percentage',\n icon: [384, 512, [], \"f541\", \"M109.25 173.25c24.99-24.99 24.99-65.52 0-90.51-24.99-24.99-65.52-24.99-90.51 0-24.99 24.99-24.99 65.52 0 90.51 25 25 65.52 25 90.51 0zm256 165.49c-24.99-24.99-65.52-24.99-90.51 0-24.99 24.99-24.99 65.52 0 90.51 24.99 24.99 65.52 24.99 90.51 0 25-24.99 25-65.51 0-90.51zm-1.94-231.43l-22.62-22.62c-12.5-12.5-32.76-12.5-45.25 0L20.69 359.44c-12.5 12.5-12.5 32.76 0 45.25l22.62 22.62c12.5 12.5 32.76 12.5 45.25 0l274.75-274.75c12.5-12.49 12.5-32.75 0-45.25z\"]\n};\nvar faPersonBooth = {\n prefix: 'fas',\n iconName: 'person-booth',\n icon: [576, 512, [], \"f756\", \"M192 496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320h-64v176zm32-272h-50.9l-45.2-45.3C115.8 166.6 99.7 160 82.7 160H64c-17.1 0-33.2 6.7-45.3 18.8C6.7 190.9 0 207 0 224.1L.2 320 0 480c0 17.7 14.3 32 31.9 32 17.6 0 32-14.3 32-32l.1-100.7c.9.5 1.6 1.3 2.5 1.7l29.1 43v56c0 17.7 14.3 32 32 32s32-14.3 32-32v-56.5c0-9.9-2.3-19.8-6.7-28.6l-41.2-61.3V253l20.9 20.9c9.1 9.1 21.1 14.1 33.9 14.1H224c17.7 0 32-14.3 32-32s-14.3-32-32-32zM64 128c26.5 0 48-21.5 48-48S90.5 32 64 32 16 53.5 16 80s21.5 48 48 48zm224-96l31.5 223.1-30.9 154.6c-4.3 21.6 13 38.3 31.4 38.3 15.2 0 28-9.1 32.3-30.4.9 16.9 14.6 30.4 31.7 30.4 17.7 0 32-14.3 32-32 0 17.7 14.3 32 32 32s32-14.3 32-32V0H288v32zm-96 0v160h64V0h-32c-17.7 0-32 14.3-32 32zM544 0h-32v496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V32c0-17.7-14.3-32-32-32z\"]\n};\nvar faPhone = {\n prefix: 'fas',\n iconName: 'phone',\n icon: [512, 512, [], \"f095\", \"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"]\n};\nvar faPhoneAlt = {\n prefix: 'fas',\n iconName: 'phone-alt',\n icon: [512, 512, [], \"f879\", \"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"]\n};\nvar faPhoneSlash = {\n prefix: 'fas',\n iconName: 'phone-slash',\n icon: [640, 512, [], \"f3dd\", \"M268.2 381.4l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48c-10.7 4.6-16.5 16.1-13.9 27.5l24 104c2.5 10.8 12.1 18.6 23.4 18.6 100.7 0 193.7-32.4 269.7-86.9l-80-61.8c-10.9 6.5-22.1 12.7-33.6 18.1zm365.6 76.7L475.1 335.5C537.9 256.4 576 156.9 576 48c0-11.2-7.7-20.9-18.6-23.4l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-12.2 26.1-27.9 50.3-46 72.8L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3z\"]\n};\nvar faPhoneSquare = {\n prefix: 'fas',\n iconName: 'phone-square',\n icon: [448, 512, [], \"f098\", \"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM94 416c-7.033 0-13.057-4.873-14.616-11.627l-14.998-65a15 15 0 0 1 8.707-17.16l69.998-29.999a15 15 0 0 1 17.518 4.289l30.997 37.885c48.944-22.963 88.297-62.858 110.781-110.78l-37.886-30.997a15.001 15.001 0 0 1-4.289-17.518l30-69.998a15 15 0 0 1 17.16-8.707l65 14.998A14.997 14.997 0 0 1 384 126c0 160.292-129.945 290-290 290z\"]\n};\nvar faPhoneSquareAlt = {\n prefix: 'fas',\n iconName: 'phone-square-alt',\n icon: [448, 512, [], \"f87b\", \"M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h352a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48zm-16.39 307.37l-15 65A15 15 0 0 1 354 416C194 416 64 286.29 64 126a15.7 15.7 0 0 1 11.63-14.61l65-15A18.23 18.23 0 0 1 144 96a16.27 16.27 0 0 1 13.79 9.09l30 70A17.9 17.9 0 0 1 189 181a17 17 0 0 1-5.5 11.61l-37.89 31a231.91 231.91 0 0 0 110.78 110.78l31-37.89A17 17 0 0 1 299 291a17.85 17.85 0 0 1 5.91 1.21l70 30A16.25 16.25 0 0 1 384 336a17.41 17.41 0 0 1-.39 3.37z\"]\n};\nvar faPhoneVolume = {\n prefix: 'fas',\n iconName: 'phone-volume',\n icon: [384, 512, [], \"f2a0\", \"M97.333 506.966c-129.874-129.874-129.681-340.252 0-469.933 5.698-5.698 14.527-6.632 21.263-2.422l64.817 40.513a17.187 17.187 0 0 1 6.849 20.958l-32.408 81.021a17.188 17.188 0 0 1-17.669 10.719l-55.81-5.58c-21.051 58.261-20.612 122.471 0 179.515l55.811-5.581a17.188 17.188 0 0 1 17.669 10.719l32.408 81.022a17.188 17.188 0 0 1-6.849 20.958l-64.817 40.513a17.19 17.19 0 0 1-21.264-2.422zM247.126 95.473c11.832 20.047 11.832 45.008 0 65.055-3.95 6.693-13.108 7.959-18.718 2.581l-5.975-5.726c-3.911-3.748-4.793-9.622-2.261-14.41a32.063 32.063 0 0 0 0-29.945c-2.533-4.788-1.65-10.662 2.261-14.41l5.975-5.726c5.61-5.378 14.768-4.112 18.718 2.581zm91.787-91.187c60.14 71.604 60.092 175.882 0 247.428-4.474 5.327-12.53 5.746-17.552.933l-5.798-5.557c-4.56-4.371-4.977-11.529-.93-16.379 49.687-59.538 49.646-145.933 0-205.422-4.047-4.85-3.631-12.008.93-16.379l5.798-5.557c5.022-4.813 13.078-4.394 17.552.933zm-45.972 44.941c36.05 46.322 36.108 111.149 0 157.546-4.39 5.641-12.697 6.251-17.856 1.304l-5.818-5.579c-4.4-4.219-4.998-11.095-1.285-15.931 26.536-34.564 26.534-82.572 0-117.134-3.713-4.836-3.115-11.711 1.285-15.931l5.818-5.579c5.159-4.947 13.466-4.337 17.856 1.304z\"]\n};\nvar faPhotoVideo = {\n prefix: 'fas',\n iconName: 'photo-video',\n icon: [640, 512, [], \"f87c\", \"M608 0H160a32 32 0 0 0-32 32v96h160V64h192v320h128a32 32 0 0 0 32-32V32a32 32 0 0 0-32-32zM232 103a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9V73a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm352 208a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9v-30a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm0-104a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9v-30a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm0-104a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9V73a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm-168 57H32a32 32 0 0 0-32 32v288a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V192a32 32 0 0 0-32-32zM96 224a32 32 0 1 1-32 32 32 32 0 0 1 32-32zm288 224H64v-32l64-64 32 32 128-128 96 96z\"]\n};\nvar faPiggyBank = {\n prefix: 'fas',\n iconName: 'piggy-bank',\n icon: [576, 512, [], \"f4d3\", \"M560 224h-29.5c-8.8-20-21.6-37.7-37.4-52.5L512 96h-32c-29.4 0-55.4 13.5-73 34.3-7.6-1.1-15.1-2.3-23-2.3H256c-77.4 0-141.9 55-156.8 128H56c-14.8 0-26.5-13.5-23.5-28.8C34.7 215.8 45.4 208 57 208h1c3.3 0 6-2.7 6-6v-20c0-3.3-2.7-6-6-6-28.5 0-53.9 20.4-57.5 48.6C-3.9 258.8 22.7 288 56 288h40c0 52.2 25.4 98.1 64 127.3V496c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-48h128v48c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-80.7c11.8-8.9 22.3-19.4 31.3-31.3H560c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16zm-128 64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zM256 96h128c5.4 0 10.7.4 15.9.8 0-.3.1-.5.1-.8 0-53-43-96-96-96s-96 43-96 96c0 2.1.5 4.1.6 6.2 15.2-3.9 31-6.2 47.4-6.2z\"]\n};\nvar faPills = {\n prefix: 'fas',\n iconName: 'pills',\n icon: [576, 512, [], \"f484\", \"M112 32C50.1 32 0 82.1 0 144v224c0 61.9 50.1 112 112 112s112-50.1 112-112V144c0-61.9-50.1-112-112-112zm48 224H64V144c0-26.5 21.5-48 48-48s48 21.5 48 48v112zm139.7-29.7c-3.5-3.5-9.4-3.1-12.3.8-45.3 62.5-40.4 150.1 15.9 206.4 56.3 56.3 143.9 61.2 206.4 15.9 4-2.9 4.3-8.8.8-12.3L299.7 226.3zm229.8-19c-56.3-56.3-143.9-61.2-206.4-15.9-4 2.9-4.3 8.8-.8 12.3l210.8 210.8c3.5 3.5 9.4 3.1 12.3-.8 45.3-62.6 40.5-150.1-15.9-206.4z\"]\n};\nvar faPizzaSlice = {\n prefix: 'fas',\n iconName: 'pizza-slice',\n icon: [512, 512, [], \"f818\", \"M158.87.15c-16.16-1.52-31.2 8.42-35.33 24.12l-14.81 56.27c187.62 5.49 314.54 130.61 322.48 317l56.94-15.78c15.72-4.36 25.49-19.68 23.62-35.9C490.89 165.08 340.78 17.32 158.87.15zm-58.47 112L.55 491.64a16.21 16.21 0 0 0 20 19.75l379-105.1c-4.27-174.89-123.08-292.14-299.15-294.1zM128 416a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm48-152a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm104 104a32 32 0 1 1 32-32 32 32 0 0 1-32 32z\"]\n};\nvar faPlaceOfWorship = {\n prefix: 'fas',\n iconName: 'place-of-worship',\n icon: [640, 512, [], \"f67f\", \"M620.61 366.55L512 320v192h112c8.84 0 16-7.16 16-16V395.96a32 32 0 0 0-19.39-29.41zM0 395.96V496c0 8.84 7.16 16 16 16h112V320L19.39 366.55A32 32 0 0 0 0 395.96zm464.46-149.28L416 217.6V102.63c0-8.49-3.37-16.62-9.38-22.63L331.31 4.69c-6.25-6.25-16.38-6.25-22.62 0L233.38 80c-6 6-9.38 14.14-9.38 22.63V217.6l-48.46 29.08A31.997 31.997 0 0 0 160 274.12V512h96v-96c0-35.35 28.66-64 64-64s64 28.65 64 64v96h96V274.12c0-11.24-5.9-21.66-15.54-27.44z\"]\n};\nvar faPlane = {\n prefix: 'fas',\n iconName: 'plane',\n icon: [576, 512, [], \"f072\", \"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"]\n};\nvar faPlaneArrival = {\n prefix: 'fas',\n iconName: 'plane-arrival',\n icon: [640, 512, [], \"f5af\", \"M624 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM44.81 205.66l88.74 80a62.607 62.607 0 0 0 25.47 13.93l287.6 78.35c26.48 7.21 54.56 8.72 81 1.36 29.67-8.27 43.44-21.21 47.25-35.71 3.83-14.5-1.73-32.71-23.37-54.96-19.28-19.82-44.35-32.79-70.83-40l-97.51-26.56L282.8 30.22c-1.51-5.81-5.95-10.35-11.66-11.91L206.05.58c-10.56-2.88-20.9 5.32-20.71 16.44l47.92 164.21-102.2-27.84-27.59-67.88c-1.93-4.89-6.01-8.57-11.02-9.93L52.72 64.75c-10.34-2.82-20.53 5-20.72 15.88l.23 101.78c.19 8.91 6.03 17.34 12.58 23.25z\"]\n};\nvar faPlaneDeparture = {\n prefix: 'fas',\n iconName: 'plane-departure',\n icon: [640, 512, [], \"f5b0\", \"M624 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM80.55 341.27c6.28 6.84 15.1 10.72 24.33 10.71l130.54-.18a65.62 65.62 0 0 0 29.64-7.12l290.96-147.65c26.74-13.57 50.71-32.94 67.02-58.31 18.31-28.48 20.3-49.09 13.07-63.65-7.21-14.57-24.74-25.27-58.25-27.45-29.85-1.94-59.54 5.92-86.28 19.48l-98.51 49.99-218.7-82.06a17.799 17.799 0 0 0-18-1.11L90.62 67.29c-10.67 5.41-13.25 19.65-5.17 28.53l156.22 98.1-103.21 52.38-72.35-36.47a17.804 17.804 0 0 0-16.07.02L9.91 230.22c-10.44 5.3-13.19 19.12-5.57 28.08l76.21 82.97z\"]\n};\nvar faPlay = {\n prefix: 'fas',\n iconName: 'play',\n icon: [448, 512, [], \"f04b\", \"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"]\n};\nvar faPlayCircle = {\n prefix: 'fas',\n iconName: 'play-circle',\n icon: [512, 512, [], \"f144\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"]\n};\nvar faPlug = {\n prefix: 'fas',\n iconName: 'plug',\n icon: [384, 512, [], \"f1e6\", \"M256 144V32c0-17.673 14.327-32 32-32s32 14.327 32 32v112h-64zm112 16H16c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h16v32c0 77.406 54.969 141.971 128 156.796V512h64v-99.204c73.031-14.825 128-79.39 128-156.796v-32h16c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zm-240-16V32c0-17.673-14.327-32-32-32S64 14.327 64 32v112h64z\"]\n};\nvar faPlus = {\n prefix: 'fas',\n iconName: 'plus',\n icon: [448, 512, [], \"f067\", \"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"]\n};\nvar faPlusCircle = {\n prefix: 'fas',\n iconName: 'plus-circle',\n icon: [512, 512, [], \"f055\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm144 276c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92h-92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z\"]\n};\nvar faPlusSquare = {\n prefix: 'fas',\n iconName: 'plus-square',\n icon: [448, 512, [], \"f0fe\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-32 252c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92H92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z\"]\n};\nvar faPodcast = {\n prefix: 'fas',\n iconName: 'podcast',\n icon: [448, 512, [], \"f2ce\", \"M267.429 488.563C262.286 507.573 242.858 512 224 512c-18.857 0-38.286-4.427-43.428-23.437C172.927 460.134 160 388.898 160 355.75c0-35.156 31.142-43.75 64-43.75s64 8.594 64 43.75c0 32.949-12.871 104.179-20.571 132.813zM156.867 288.554c-18.693-18.308-29.958-44.173-28.784-72.599 2.054-49.724 42.395-89.956 92.124-91.881C274.862 121.958 320 165.807 320 220c0 26.827-11.064 51.116-28.866 68.552-2.675 2.62-2.401 6.986.628 9.187 9.312 6.765 16.46 15.343 21.234 25.363 1.741 3.654 6.497 4.66 9.449 1.891 28.826-27.043 46.553-65.783 45.511-108.565-1.855-76.206-63.595-138.208-139.793-140.369C146.869 73.753 80 139.215 80 220c0 41.361 17.532 78.7 45.55 104.989 2.953 2.771 7.711 1.77 9.453-1.887 4.774-10.021 11.923-18.598 21.235-25.363 3.029-2.2 3.304-6.566.629-9.185zM224 0C100.204 0 0 100.185 0 224c0 89.992 52.602 165.647 125.739 201.408 4.333 2.118 9.267-1.544 8.535-6.31-2.382-15.512-4.342-30.946-5.406-44.339-.146-1.836-1.149-3.486-2.678-4.512-47.4-31.806-78.564-86.016-78.187-147.347.592-96.237 79.29-174.648 175.529-174.899C320.793 47.747 400 126.797 400 224c0 61.932-32.158 116.49-80.65 147.867-.999 14.037-3.069 30.588-5.624 47.23-.732 4.767 4.203 8.429 8.535 6.31C395.227 389.727 448 314.187 448 224 448 100.205 347.815 0 224 0zm0 160c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64z\"]\n};\nvar faPoll = {\n prefix: 'fas',\n iconName: 'poll',\n icon: [448, 512, [], \"f681\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM160 368c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16V240c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v128zm96 0c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16V144c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v224zm96 0c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-64c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v64z\"]\n};\nvar faPollH = {\n prefix: 'fas',\n iconName: 'poll-h',\n icon: [448, 512, [], \"f682\", \"M448 432V80c0-26.5-21.5-48-48-48H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48zM112 192c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h128c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-64z\"]\n};\nvar faPoo = {\n prefix: 'fas',\n iconName: 'poo',\n icon: [512, 512, [], \"f2fe\", \"M451.4 369.1C468.7 356 480 335.4 480 312c0-39.8-32.2-72-72-72h-14.1c13.4-11.7 22.1-28.8 22.1-48 0-35.3-28.7-64-64-64h-5.9c3.6-10.1 5.9-20.7 5.9-32 0-53-43-96-96-96-5.2 0-10.2.7-15.1 1.5C250.3 14.6 256 30.6 256 48c0 44.2-35.8 80-80 80h-16c-35.3 0-64 28.7-64 64 0 19.2 8.7 36.3 22.1 48H104c-39.8 0-72 32.2-72 72 0 23.4 11.3 44 28.6 57.1C26.3 374.6 0 404.1 0 440c0 39.8 32.2 72 72 72h368c39.8 0 72-32.2 72-72 0-35.9-26.3-65.4-60.6-70.9zM192 256c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm159.5 139C341 422.9 293 448 256 448s-85-25.1-95.5-53c-2-5.3 2-11 7.8-11h175.4c5.8 0 9.8 5.7 7.8 11zM320 320c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faPooStorm = {\n prefix: 'fas',\n iconName: 'poo-storm',\n icon: [448, 512, [], \"f75a\", \"M308 336h-57.7l17.3-64.9c2-7.6-3.7-15.1-11.6-15.1h-68c-6 0-11.1 4.5-11.9 10.4l-16 120c-1 7.2 4.6 13.6 11.9 13.6h59.3l-23 97.2c-1.8 7.6 4 14.8 11.7 14.8 4.2 0 8.2-2.2 10.4-6l88-152c4.6-8-1.2-18-10.4-18zm66.4-111.3c5.9-9.6 9.6-20.6 9.6-32.7 0-35.3-28.7-64-64-64h-5.9c3.6-10.1 5.9-20.7 5.9-32 0-53-43-96-96-96-5.2 0-10.2.7-15.1 1.5C218.3 14.6 224 30.6 224 48c0 44.2-35.8 80-80 80h-16c-35.3 0-64 28.7-64 64 0 12.1 3.7 23.1 9.6 32.7C32.6 228 0 262.2 0 304c0 44 36 80 80 80h48.3c.1-.6 0-1.2 0-1.8l16-120c3-21.8 21.7-38.2 43.7-38.2h68c13.8 0 26.5 6.3 34.9 17.2s11.2 24.8 7.6 38.1l-6.6 24.7h16c15.7 0 30.3 8.4 38.1 22 7.8 13.6 7.8 30.5 0 44l-8.1 14h30c44 0 80-36 80-80 .1-41.8-32.5-76-73.5-79.3z\"]\n};\nvar faPoop = {\n prefix: 'fas',\n iconName: 'poop',\n icon: [512, 512, [], \"f619\", \"M451.36 369.14C468.66 355.99 480 335.41 480 312c0-39.77-32.24-72-72-72h-14.07c13.42-11.73 22.07-28.78 22.07-48 0-35.35-28.65-64-64-64h-5.88c3.57-10.05 5.88-20.72 5.88-32 0-53.02-42.98-96-96-96-5.17 0-10.15.74-15.11 1.52C250.31 14.64 256 30.62 256 48c0 44.18-35.82 80-80 80h-16c-35.35 0-64 28.65-64 64 0 19.22 8.65 36.27 22.07 48H104c-39.76 0-72 32.23-72 72 0 23.41 11.34 43.99 28.64 57.14C26.31 374.62 0 404.12 0 440c0 39.76 32.24 72 72 72h368c39.76 0 72-32.24 72-72 0-35.88-26.31-65.38-60.64-70.86z\"]\n};\nvar faPortrait = {\n prefix: 'fas',\n iconName: 'portrait',\n icon: [384, 512, [], \"f3e0\", \"M336 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM192 128c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H102.4C90 384 80 375.4 80 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2z\"]\n};\nvar faPoundSign = {\n prefix: 'fas',\n iconName: 'pound-sign',\n icon: [320, 512, [], \"f154\", \"M308 352h-45.495c-6.627 0-12 5.373-12 12v50.848H128V288h84c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-84v-63.556c0-32.266 24.562-57.086 61.792-57.086 23.658 0 45.878 11.505 57.652 18.849 5.151 3.213 11.888 2.051 15.688-2.685l28.493-35.513c4.233-5.276 3.279-13.005-2.119-17.081C273.124 54.56 236.576 32 187.931 32 106.026 32 48 84.742 48 157.961V224H20c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h28v128H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h296c6.627 0 12-5.373 12-12V364c0-6.627-5.373-12-12-12z\"]\n};\nvar faPowerOff = {\n prefix: 'fas',\n iconName: 'power-off',\n icon: [512, 512, [], \"f011\", \"M400 54.1c63 45 104 118.6 104 201.9 0 136.8-110.8 247.7-247.5 248C120 504.3 8.2 393 8 256.4 7.9 173.1 48.9 99.3 111.8 54.2c11.7-8.3 28-4.8 35 7.7L162.6 90c5.9 10.5 3.1 23.8-6.6 31-41.5 30.8-68 79.6-68 134.9-.1 92.3 74.5 168.1 168 168.1 91.6 0 168.6-74.2 168-169.1-.3-51.8-24.7-101.8-68.1-134-9.7-7.2-12.4-20.5-6.5-30.9l15.8-28.1c7-12.4 23.2-16.1 34.8-7.8zM296 264V24c0-13.3-10.7-24-24-24h-32c-13.3 0-24 10.7-24 24v240c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24z\"]\n};\nvar faPray = {\n prefix: 'fas',\n iconName: 'pray',\n icon: [384, 512, [], \"f683\", \"M256 128c35.35 0 64-28.65 64-64S291.35 0 256 0s-64 28.65-64 64 28.65 64 64 64zm-30.63 169.75c14.06 16.72 39 19.09 55.97 5.22l88-72.02c17.09-13.98 19.59-39.19 5.62-56.28-13.97-17.11-39.19-19.59-56.31-5.62l-57.44 47-38.91-46.31c-15.44-18.39-39.22-27.92-64-25.33-24.19 2.48-45.25 16.27-56.37 36.92l-49.37 92.03c-23.4 43.64-8.69 96.37 34.19 123.75L131.56 432H40c-22.09 0-40 17.91-40 40s17.91 40 40 40h208c34.08 0 53.77-42.79 28.28-68.28L166.42 333.86l34.8-64.87 24.15 28.76z\"]\n};\nvar faPrayingHands = {\n prefix: 'fas',\n iconName: 'praying-hands',\n icon: [640, 512, [], \"f684\", \"M272 191.91c-17.6 0-32 14.4-32 32v80c0 8.84-7.16 16-16 16s-16-7.16-16-16v-76.55c0-17.39 4.72-34.47 13.69-49.39l77.75-129.59c9.09-15.16 4.19-34.81-10.97-43.91-14.45-8.67-32.72-4.3-42.3 9.21-.2.23-.62.21-.79.48l-117.26 175.9C117.56 205.9 112 224.31 112 243.29v80.23l-90.12 30.04A31.974 31.974 0 0 0 0 383.91v96c0 10.82 8.52 32 32 32 2.69 0 5.41-.34 8.06-1.03l179.19-46.62C269.16 449.99 304 403.8 304 351.91v-128c0-17.6-14.4-32-32-32zm346.12 161.73L528 323.6v-80.23c0-18.98-5.56-37.39-16.12-53.23L394.62 14.25c-.18-.27-.59-.24-.79-.48-9.58-13.51-27.85-17.88-42.3-9.21-15.16 9.09-20.06 28.75-10.97 43.91l77.75 129.59c8.97 14.92 13.69 32 13.69 49.39V304c0 8.84-7.16 16-16 16s-16-7.16-16-16v-80c0-17.6-14.4-32-32-32s-32 14.4-32 32v128c0 51.89 34.84 98.08 84.75 112.34l179.19 46.62c2.66.69 5.38 1.03 8.06 1.03 23.48 0 32-21.18 32-32v-96c0-13.77-8.81-25.99-21.88-30.35z\"]\n};\nvar faPrescription = {\n prefix: 'fas',\n iconName: 'prescription',\n icon: [384, 512, [], \"f5b1\", \"M301.26 352l78.06-78.06c6.25-6.25 6.25-16.38 0-22.63l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0L256 306.74l-83.96-83.96C219.31 216.8 256 176.89 256 128c0-53.02-42.98-96-96-96H16C7.16 32 0 39.16 0 48v256c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-80h18.75l128 128-78.06 78.06c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0L256 397.25l78.06 78.06c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.25-6.25 6.25-16.38 0-22.63L301.26 352zM64 96h96c17.64 0 32 14.36 32 32s-14.36 32-32 32H64V96z\"]\n};\nvar faPrescriptionBottle = {\n prefix: 'fas',\n iconName: 'prescription-bottle',\n icon: [384, 512, [], \"f485\", \"M32 192h120c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H32v64h120c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H32v64h120c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H32v64c0 17.6 14.4 32 32 32h256c17.6 0 32-14.4 32-32V128H32v64zM360 0H24C10.8 0 0 10.8 0 24v48c0 13.2 10.8 24 24 24h336c13.2 0 24-10.8 24-24V24c0-13.2-10.8-24-24-24z\"]\n};\nvar faPrescriptionBottleAlt = {\n prefix: 'fas',\n iconName: 'prescription-bottle-alt',\n icon: [384, 512, [], \"f486\", \"M360 0H24C10.8 0 0 10.8 0 24v48c0 13.2 10.8 24 24 24h336c13.2 0 24-10.8 24-24V24c0-13.2-10.8-24-24-24zM32 480c0 17.6 14.4 32 32 32h256c17.6 0 32-14.4 32-32V128H32v352zm64-184c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48z\"]\n};\nvar faPrint = {\n prefix: 'fas',\n iconName: 'print',\n icon: [512, 512, [], \"f02f\", \"M448 192V77.25c0-8.49-3.37-16.62-9.37-22.63L393.37 9.37c-6-6-14.14-9.37-22.63-9.37H96C78.33 0 64 14.33 64 32v160c-35.35 0-64 28.65-64 64v112c0 8.84 7.16 16 16 16h48v96c0 17.67 14.33 32 32 32h320c17.67 0 32-14.33 32-32v-96h48c8.84 0 16-7.16 16-16V256c0-35.35-28.65-64-64-64zm-64 256H128v-96h256v96zm0-224H128V64h192v48c0 8.84 7.16 16 16 16h48v96zm48 72c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faProcedures = {\n prefix: 'fas',\n iconName: 'procedures',\n icon: [640, 512, [], \"f487\", \"M528 224H272c-8.8 0-16 7.2-16 16v144H64V144c0-8.8-7.2-16-16-16H16c-8.8 0-16 7.2-16 16v352c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48h512v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V336c0-61.9-50.1-112-112-112zM136 96h126.1l27.6 55.2c5.9 11.8 22.7 11.8 28.6 0L368 51.8 390.1 96H512c8.8 0 16-7.2 16-16s-7.2-16-16-16H409.9L382.3 8.8C376.4-3 359.6-3 353.7 8.8L304 108.2l-19.9-39.8c-1.4-2.7-4.1-4.4-7.2-4.4H136c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm24 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64z\"]\n};\nvar faProjectDiagram = {\n prefix: 'fas',\n iconName: 'project-diagram',\n icon: [640, 512, [], \"f542\", \"M384 320H256c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h128c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32zM192 32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v128c0 17.67 14.33 32 32 32h95.72l73.16 128.04C211.98 300.98 232.4 288 256 288h.28L192 175.51V128h224V64H192V32zM608 0H480c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h128c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32z\"]\n};\nvar faPuzzlePiece = {\n prefix: 'fas',\n iconName: 'puzzle-piece',\n icon: [576, 512, [], \"f12e\", \"M519.442 288.651c-41.519 0-59.5 31.593-82.058 31.593C377.409 320.244 432 144 432 144s-196.288 80-196.288-3.297c0-35.827 36.288-46.25 36.288-85.985C272 19.216 243.885 0 210.539 0c-34.654 0-66.366 18.891-66.366 56.346 0 41.364 31.711 59.277 31.711 81.75C175.885 207.719 0 166.758 0 166.758v333.237s178.635 41.047 178.635-28.662c0-22.473-40-40.107-40-81.471 0-37.456 29.25-56.346 63.577-56.346 33.673 0 61.788 19.216 61.788 54.717 0 39.735-36.288 50.158-36.288 85.985 0 60.803 129.675 25.73 181.23 25.73 0 0-34.725-120.101 25.827-120.101 35.962 0 46.423 36.152 86.308 36.152C556.712 416 576 387.99 576 354.443c0-34.199-18.962-65.792-56.558-65.792z\"]\n};\nvar faQrcode = {\n prefix: 'fas',\n iconName: 'qrcode',\n icon: [448, 512, [], \"f029\", \"M0 224h192V32H0v192zM64 96h64v64H64V96zm192-64v192h192V32H256zm128 128h-64V96h64v64zM0 480h192V288H0v192zm64-128h64v64H64v-64zm352-64h32v128h-96v-32h-32v96h-64V288h96v32h64v-32zm0 160h32v32h-32v-32zm-64 0h32v32h-32v-32z\"]\n};\nvar faQuestion = {\n prefix: 'fas',\n iconName: 'question',\n icon: [384, 512, [], \"f128\", \"M202.021 0C122.202 0 70.503 32.703 29.914 91.026c-7.363 10.58-5.093 25.086 5.178 32.874l43.138 32.709c10.373 7.865 25.132 6.026 33.253-4.148 25.049-31.381 43.63-49.449 82.757-49.449 30.764 0 68.816 19.799 68.816 49.631 0 22.552-18.617 34.134-48.993 51.164-35.423 19.86-82.299 44.576-82.299 106.405V320c0 13.255 10.745 24 24 24h72.471c13.255 0 24-10.745 24-24v-5.773c0-42.86 125.268-44.645 125.268-160.627C377.504 66.256 286.902 0 202.021 0zM192 373.459c-38.196 0-69.271 31.075-69.271 69.271 0 38.195 31.075 69.27 69.271 69.27s69.271-31.075 69.271-69.271-31.075-69.27-69.271-69.27z\"]\n};\nvar faQuestionCircle = {\n prefix: 'fas',\n iconName: 'question-circle',\n icon: [512, 512, [], \"f059\", \"M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z\"]\n};\nvar faQuidditch = {\n prefix: 'fas',\n iconName: 'quidditch',\n icon: [640, 512, [], \"f458\", \"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"]\n};\nvar faQuoteLeft = {\n prefix: 'fas',\n iconName: 'quote-left',\n icon: [512, 512, [], \"f10d\", \"M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z\"]\n};\nvar faQuoteRight = {\n prefix: 'fas',\n iconName: 'quote-right',\n icon: [512, 512, [], \"f10e\", \"M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z\"]\n};\nvar faQuran = {\n prefix: 'fas',\n iconName: 'quran',\n icon: [448, 512, [], \"f687\", \"M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM301.08 145.82c.6-1.21 1.76-1.82 2.92-1.82s2.32.61 2.92 1.82l11.18 22.65 25 3.63c2.67.39 3.74 3.67 1.81 5.56l-18.09 17.63 4.27 24.89c.36 2.11-1.31 3.82-3.21 3.82-.5 0-1.02-.12-1.52-.38L304 211.87l-22.36 11.75c-.5.26-1.02.38-1.52.38-1.9 0-3.57-1.71-3.21-3.82l4.27-24.89-18.09-17.63c-1.94-1.89-.87-5.17 1.81-5.56l24.99-3.63 11.19-22.65zm-57.89-69.01c13.67 0 27.26 2.49 40.38 7.41a6.775 6.775 0 1 1-2.38 13.12c-.67 0-3.09-.21-4.13-.21-52.31 0-94.86 42.55-94.86 94.86 0 52.3 42.55 94.86 94.86 94.86 1.03 0 3.48-.21 4.13-.21 3.93 0 6.8 3.14 6.8 6.78 0 2.98-1.94 5.51-4.62 6.42-13.07 4.87-26.59 7.34-40.19 7.34C179.67 307.19 128 255.51 128 192c0-63.52 51.67-115.19 115.19-115.19zM380.8 448H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8v64z\"]\n};\nvar faRadiation = {\n prefix: 'fas',\n iconName: 'radiation',\n icon: [496, 512, [], \"f7b9\", \"M328.2 255.8h151.6c9.1 0 16.8-7.7 16.2-16.8-5.1-75.8-44.4-142.2-102.5-184.2-7.4-5.3-17.9-2.9-22.7 4.8L290.4 188c22.6 14.3 37.8 39.2 37.8 67.8zm-37.8 67.7c-12.3 7.7-26.8 12.4-42.4 12.4-15.6 0-30-4.7-42.4-12.4L125.2 452c-4.8 7.7-2.4 18.1 5.6 22.4C165.7 493.2 205.6 504 248 504s82.3-10.8 117.2-29.6c8-4.3 10.4-14.8 5.6-22.4l-80.4-128.5zM248 303.8c26.5 0 48-21.5 48-48s-21.5-48-48-48-48 21.5-48 48 21.5 48 48 48zm-231.8-48h151.6c0-28.6 15.2-53.5 37.8-67.7L125.2 59.7c-4.8-7.7-15.3-10.2-22.7-4.8C44.4 96.9 5.1 163.3 0 239.1c-.6 9 7.1 16.7 16.2 16.7z\"]\n};\nvar faRadiationAlt = {\n prefix: 'fas',\n iconName: 'radiation-alt',\n icon: [496, 512, [], \"f7ba\", \"M312 256h79.1c9.2 0 16.9-7.7 16-16.8-4.6-43.6-27-81.8-59.5-107.8-7.6-6.1-18.8-4.5-24 3.8L281.9 202c18 11.2 30.1 31.2 30.1 54zm-97.8 54.1L172.4 377c-4.9 7.8-2.4 18.4 5.8 22.5 21.1 10.4 44.7 16.5 69.8 16.5s48.7-6.1 69.9-16.5c8.2-4.1 10.6-14.7 5.8-22.5l-41.8-66.9c-9.8 6.2-21.4 9.9-33.8 9.9s-24.1-3.7-33.9-9.9zM104.9 256H184c0-22.8 12.1-42.8 30.2-54.1l-41.7-66.8c-5.2-8.3-16.4-9.9-24-3.8-32.6 26-54.9 64.2-59.5 107.8-1.1 9.2 6.7 16.9 15.9 16.9zM248 504c137 0 248-111 248-248S385 8 248 8 0 119 0 256s111 248 248 248zm0-432c101.5 0 184 82.5 184 184s-82.5 184-184 184S64 357.5 64 256 146.5 72 248 72zm0 216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32z\"]\n};\nvar faRainbow = {\n prefix: 'fas',\n iconName: 'rainbow',\n icon: [576, 512, [], \"f75b\", \"M268.3 32.7C115.4 42.9 0 176.9 0 330.2V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320C64 186.8 180.9 80.3 317.5 97.9 430.4 112.4 512 214 512 327.8V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-165.3-140-298.6-307.7-287.3zm-5.6 96.9C166 142 96 229.1 96 326.7V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-74.8 64.5-134.8 140.8-127.4 66.5 6.5 115.2 66.2 115.2 133.1V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-114.2-100.2-205.4-217.3-190.4zm6.2 96.3c-45.6 8.9-76.9 51.5-76.9 97.9V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-17.6 14.3-32 32-32s32 14.4 32 32v144c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-59.2-53.8-106-115.1-94.1z\"]\n};\nvar faRandom = {\n prefix: 'fas',\n iconName: 'random',\n icon: [512, 512, [], \"f074\", \"M504.971 359.029c9.373 9.373 9.373 24.569 0 33.941l-80 79.984c-15.01 15.01-40.971 4.49-40.971-16.971V416h-58.785a12.004 12.004 0 0 1-8.773-3.812l-70.556-75.596 53.333-57.143L352 336h32v-39.981c0-21.438 25.943-31.998 40.971-16.971l80 79.981zM12 176h84l52.781 56.551 53.333-57.143-70.556-75.596A11.999 11.999 0 0 0 122.785 96H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12zm372 0v39.984c0 21.46 25.961 31.98 40.971 16.971l80-79.984c9.373-9.373 9.373-24.569 0-33.941l-80-79.981C409.943 24.021 384 34.582 384 56.019V96h-58.785a12.004 12.004 0 0 0-8.773 3.812L96 336H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h110.785c3.326 0 6.503-1.381 8.773-3.812L352 176h32z\"]\n};\nvar faReceipt = {\n prefix: 'fas',\n iconName: 'receipt',\n icon: [384, 512, [], \"f543\", \"M358.4 3.2L320 48 265.6 3.2a15.9 15.9 0 0 0-19.2 0L192 48 137.6 3.2a15.9 15.9 0 0 0-19.2 0L64 48 25.6 3.2C15-4.7 0 2.8 0 16v480c0 13.2 15 20.7 25.6 12.8L64 464l54.4 44.8a15.9 15.9 0 0 0 19.2 0L192 464l54.4 44.8a15.9 15.9 0 0 0 19.2 0L320 464l38.4 44.8c10.5 7.9 25.6.4 25.6-12.8V16c0-13.2-15-20.7-25.6-12.8zM320 360c0 4.4-3.6 8-8 8H72c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h240c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H72c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h240c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H72c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h240c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faRecordVinyl = {\n prefix: 'fas',\n iconName: 'record-vinyl',\n icon: [512, 512, [], \"f8d9\", \"M256 152a104 104 0 1 0 104 104 104 104 0 0 0-104-104zm0 128a24 24 0 1 1 24-24 24 24 0 0 1-24 24zm0-272C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 376a128 128 0 1 1 128-128 128 128 0 0 1-128 128z\"]\n};\nvar faRecycle = {\n prefix: 'fas',\n iconName: 'recycle',\n icon: [512, 512, [], \"f1b8\", \"M184.561 261.903c3.232 13.997-12.123 24.635-24.068 17.168l-40.736-25.455-50.867 81.402C55.606 356.273 70.96 384 96.012 384H148c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12H96.115c-75.334 0-121.302-83.048-81.408-146.88l50.822-81.388-40.725-25.448c-12.081-7.547-8.966-25.961 4.879-29.158l110.237-25.45c8.611-1.988 17.201 3.381 19.189 11.99l25.452 110.237zm98.561-182.915l41.289 66.076-40.74 25.457c-12.051 7.528-9 25.953 4.879 29.158l110.237 25.45c8.672 1.999 17.215-3.438 19.189-11.99l25.45-110.237c3.197-13.844-11.99-24.719-24.068-17.168l-40.687 25.424-41.263-66.082c-37.521-60.033-125.209-60.171-162.816 0l-17.963 28.766c-3.51 5.62-1.8 13.021 3.82 16.533l33.919 21.195c5.62 3.512 13.024 1.803 16.536-3.817l17.961-28.743c12.712-20.341 41.973-19.676 54.257-.022zM497.288 301.12l-27.515-44.065c-3.511-5.623-10.916-7.334-16.538-3.821l-33.861 21.159c-5.62 3.512-7.33 10.915-3.818 16.536l27.564 44.112c13.257 21.211-2.057 48.96-27.136 48.96H320V336.02c0-14.213-17.242-21.383-27.313-11.313l-80 79.981c-6.249 6.248-6.249 16.379 0 22.627l80 79.989C302.689 517.308 320 510.3 320 495.989V448h95.88c75.274 0 121.335-82.997 81.408-146.88z\"]\n};\nvar faRedo = {\n prefix: 'fas',\n iconName: 'redo',\n icon: [512, 512, [], \"f01e\", \"M500.33 0h-47.41a12 12 0 0 0-12 12.57l4 82.76A247.42 247.42 0 0 0 256 8C119.34 8 7.9 119.53 8 256.19 8.1 393.07 119.1 504 256 504a247.1 247.1 0 0 0 166.18-63.91 12 12 0 0 0 .48-17.43l-34-34a12 12 0 0 0-16.38-.55A176 176 0 1 1 402.1 157.8l-101.53-4.87a12 12 0 0 0-12.57 12v47.41a12 12 0 0 0 12 12h200.33a12 12 0 0 0 12-12V12a12 12 0 0 0-12-12z\"]\n};\nvar faRedoAlt = {\n prefix: 'fas',\n iconName: 'redo-alt',\n icon: [512, 512, [], \"f2f9\", \"M256.455 8c66.269.119 126.437 26.233 170.859 68.685l35.715-35.715C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.75c-30.864-28.899-70.801-44.907-113.23-45.273-92.398-.798-170.283 73.977-169.484 169.442C88.764 348.009 162.184 424 256 424c41.127 0 79.997-14.678 110.629-41.556 4.743-4.161 11.906-3.908 16.368.553l39.662 39.662c4.872 4.872 4.631 12.815-.482 17.433C378.202 479.813 319.926 504 256 504 119.034 504 8.001 392.967 8 256.002 7.999 119.193 119.646 7.755 256.455 8z\"]\n};\nvar faRegistered = {\n prefix: 'fas',\n iconName: 'registered',\n icon: [512, 512, [], \"f25d\", \"M285.363 207.475c0 18.6-9.831 28.431-28.431 28.431h-29.876v-56.14h23.378c28.668 0 34.929 8.773 34.929 27.709zM504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM363.411 360.414c-46.729-84.825-43.299-78.636-44.702-80.98 23.432-15.172 37.945-42.979 37.945-74.486 0-54.244-31.5-89.252-105.498-89.252h-70.667c-13.255 0-24 10.745-24 24V372c0 13.255 10.745 24 24 24h22.567c13.255 0 24-10.745 24-24v-71.663h25.556l44.129 82.937a24.001 24.001 0 0 0 21.188 12.727h24.464c18.261-.001 29.829-19.591 21.018-35.587z\"]\n};\nvar faRemoveFormat = {\n prefix: 'fas',\n iconName: 'remove-format',\n icon: [640, 512, [], \"f87d\", \"M336 416h-11.17l9.26-27.77L267 336.4 240.49 416H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm297.82 42.1L377 259.59 426.17 112H544v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16H176a16 16 0 0 0-16 16v43.9L45.46 3.38A16 16 0 0 0 23 6.19L3.37 31.46a16 16 0 0 0 2.81 22.45l588.36 454.72a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zM309.91 207.76L224 141.36V112h117.83z\"]\n};\nvar faReply = {\n prefix: 'fas',\n iconName: 'reply',\n icon: [512, 512, [], \"f3e5\", \"M8.309 189.836L184.313 37.851C199.719 24.546 224 35.347 224 56.015v80.053c160.629 1.839 288 34.032 288 186.258 0 61.441-39.581 122.309-83.333 154.132-13.653 9.931-33.111-2.533-28.077-18.631 45.344-145.012-21.507-183.51-176.59-185.742V360c0 20.7-24.3 31.453-39.687 18.164l-176.004-152c-11.071-9.562-11.086-26.753 0-36.328z\"]\n};\nvar faReplyAll = {\n prefix: 'fas',\n iconName: 'reply-all',\n icon: [576, 512, [], \"f122\", \"M136.309 189.836L312.313 37.851C327.72 24.546 352 35.348 352 56.015v82.763c129.182 10.231 224 52.212 224 183.548 0 61.441-39.582 122.309-83.333 154.132-13.653 9.931-33.111-2.533-28.077-18.631 38.512-123.162-3.922-169.482-112.59-182.015v84.175c0 20.701-24.3 31.453-39.687 18.164L136.309 226.164c-11.071-9.561-11.086-26.753 0-36.328zm-128 36.328L184.313 378.15C199.7 391.439 224 380.687 224 359.986v-15.818l-108.606-93.785A55.96 55.96 0 0 1 96 207.998a55.953 55.953 0 0 1 19.393-42.38L224 71.832V56.015c0-20.667-24.28-31.469-39.687-18.164L8.309 189.836c-11.086 9.575-11.071 26.767 0 36.328z\"]\n};\nvar faRepublican = {\n prefix: 'fas',\n iconName: 'republican',\n icon: [640, 512, [], \"f75e\", \"M544 192c0-88.4-71.6-160-160-160H160C71.6 32 0 103.6 0 192v64h544v-64zm-367.7-21.6l-19.8 19.3 4.7 27.3c.8 4.9-4.3 8.6-8.7 6.3L128 210.4l-24.5 12.9c-4.3 2.3-9.5-1.4-8.7-6.3l4.7-27.3-19.8-19.3c-3.6-3.5-1.6-9.5 3.3-10.2l27.4-4 12.2-24.8c2.2-4.5 8.6-4.4 10.7 0l12.2 24.8 27.4 4c5 .7 6.9 6.7 3.4 10.2zm144 0l-19.8 19.3 4.7 27.3c.8 4.9-4.3 8.6-8.7 6.3L272 210.4l-24.5 12.9c-4.3 2.3-9.5-1.4-8.7-6.3l4.7-27.3-19.8-19.3c-3.6-3.5-1.6-9.5 3.3-10.2l27.4-4 12.2-24.8c2.2-4.5 8.6-4.4 10.7 0l12.2 24.8 27.4 4c5 .7 6.9 6.7 3.4 10.2zm144 0l-19.8 19.3 4.7 27.3c.8 4.9-4.3 8.6-8.7 6.3L416 210.4l-24.5 12.9c-4.3 2.3-9.5-1.4-8.7-6.3l4.7-27.3-19.8-19.3c-3.6-3.5-1.6-9.5 3.3-10.2l27.4-4 12.2-24.8c2.2-4.5 8.6-4.4 10.7 0l12.2 24.8 27.4 4c5 .7 6.9 6.7 3.4 10.2zM624 320h-32c-8.8 0-16 7.2-16 16v64c0 8.8-7.2 16-16 16s-16-7.2-16-16V288H0v176c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16v-80h192v80c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16V352h32v43.3c0 41.8 30 80.1 71.6 84.3 47.8 4.9 88.4-32.7 88.4-79.6v-64c0-8.8-7.2-16-16-16z\"]\n};\nvar faRestroom = {\n prefix: 'fas',\n iconName: 'restroom',\n icon: [640, 512, [], \"f7bd\", \"M128 128c35.3 0 64-28.7 64-64S163.3 0 128 0 64 28.7 64 64s28.7 64 64 64zm384 0c35.3 0 64-28.7 64-64S547.3 0 512 0s-64 28.7-64 64 28.7 64 64 64zm127.3 226.5l-45.6-185.8c-3.3-13.5-15.5-23-29.8-24.2-15 9.7-32.8 15.5-52 15.5-19.2 0-37-5.8-52-15.5-14.3 1.2-26.5 10.7-29.8 24.2l-45.6 185.8C381 369.6 393 384 409.2 384H464v104c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V384h54.8c16.2 0 28.2-14.4 24.5-29.5zM336 0h-32c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16zM180.1 144.4c-15 9.8-32.9 15.6-52.1 15.6-19.2 0-37.1-5.8-52.1-15.6C51.3 146.5 32 166.9 32 192v136c0 13.3 10.7 24 24 24h8v136c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V352h8c13.3 0 24-10.7 24-24V192c0-25.1-19.3-45.5-43.9-47.6z\"]\n};\nvar faRetweet = {\n prefix: 'fas',\n iconName: 'retweet',\n icon: [640, 512, [], \"f079\", \"M629.657 343.598L528.971 444.284c-9.373 9.372-24.568 9.372-33.941 0L394.343 343.598c-9.373-9.373-9.373-24.569 0-33.941l10.823-10.823c9.562-9.562 25.133-9.34 34.419.492L480 342.118V160H292.451a24.005 24.005 0 0 1-16.971-7.029l-16-16C244.361 121.851 255.069 96 276.451 96H520c13.255 0 24 10.745 24 24v222.118l40.416-42.792c9.285-9.831 24.856-10.054 34.419-.492l10.823 10.823c9.372 9.372 9.372 24.569-.001 33.941zm-265.138 15.431A23.999 23.999 0 0 0 347.548 352H160V169.881l40.416 42.792c9.286 9.831 24.856 10.054 34.419.491l10.822-10.822c9.373-9.373 9.373-24.569 0-33.941L144.971 67.716c-9.373-9.373-24.569-9.373-33.941 0L10.343 168.402c-9.373 9.373-9.373 24.569 0 33.941l10.822 10.822c9.562 9.562 25.133 9.34 34.419-.491L96 169.881V392c0 13.255 10.745 24 24 24h243.549c21.382 0 32.09-25.851 16.971-40.971l-16.001-16z\"]\n};\nvar faRibbon = {\n prefix: 'fas',\n iconName: 'ribbon',\n icon: [448, 512, [], \"f4d6\", \"M6.1 444.3c-9.6 10.8-7.5 27.6 4.5 35.7l68.8 27.9c9.9 6.7 23.3 5 31.3-3.8l91.8-101.9-79.2-87.9-117.2 130zm435.8 0s-292-324.6-295.4-330.1c15.4-8.4 40.2-17.9 77.5-17.9s62.1 9.5 77.5 17.9c-3.3 5.6-56 64.6-56 64.6l79.1 87.7 34.2-38c28.7-31.9 33.3-78.6 11.4-115.5l-43.7-73.5c-4.3-7.2-9.9-13.3-16.8-18-40.7-27.6-127.4-29.7-171.4 0-6.9 4.7-12.5 10.8-16.8 18l-43.6 73.2c-1.5 2.5-37.1 62.2 11.5 116L337.5 504c8 8.9 21.4 10.5 31.3 3.8l68.8-27.9c11.9-8 14-24.8 4.3-35.6z\"]\n};\nvar faRing = {\n prefix: 'fas',\n iconName: 'ring',\n icon: [512, 512, [], \"f70b\", \"M256 64C110.06 64 0 125.91 0 208v98.13C0 384.48 114.62 448 256 448s256-63.52 256-141.87V208c0-82.09-110.06-144-256-144zm0 64c106.04 0 192 35.82 192 80 0 9.26-3.97 18.12-10.91 26.39C392.15 208.21 328.23 192 256 192s-136.15 16.21-181.09 42.39C67.97 226.12 64 217.26 64 208c0-44.18 85.96-80 192-80zM120.43 264.64C155.04 249.93 201.64 240 256 240s100.96 9.93 135.57 24.64C356.84 279.07 308.93 288 256 288s-100.84-8.93-135.57-23.36z\"]\n};\nvar faRoad = {\n prefix: 'fas',\n iconName: 'road',\n icon: [576, 512, [], \"f018\", \"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"]\n};\nvar faRobot = {\n prefix: 'fas',\n iconName: 'robot',\n icon: [640, 512, [], \"f544\", \"M0 256v128c0 17.7 14.3 32 32 32h32V224H32c-17.7 0-32 14.3-32 32zM464 96H352V32c0-17.7-14.3-32-32-32s-32 14.3-32 32v64H176c-44.2 0-80 35.8-80 80v272c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V176c0-44.2-35.8-80-80-80zM256 416h-64v-32h64v32zm-32-120c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm128 120h-64v-32h64v32zm96 0h-64v-32h64v32zm-32-120c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm192-72h-32v192h32c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32z\"]\n};\nvar faRocket = {\n prefix: 'fas',\n iconName: 'rocket',\n icon: [512, 512, [], \"f135\", \"M505.05 19.1a15.89 15.89 0 0 0-12.2-12.2C460.65 0 435.46 0 410.36 0c-103.2 0-165.1 55.2-211.29 128H94.87A48 48 0 0 0 52 154.49l-49.42 98.8A24 24 0 0 0 24.07 288h103.77l-22.47 22.47a32 32 0 0 0 0 45.25l50.9 50.91a32 32 0 0 0 45.26 0L224 384.16V488a24 24 0 0 0 34.7 21.49l98.7-49.39a47.91 47.91 0 0 0 26.5-42.9V312.79c72.59-46.3 128-108.4 128-211.09.1-25.2.1-50.4-6.85-82.6zM384 168a40 40 0 1 1 40-40 40 40 0 0 1-40 40z\"]\n};\nvar faRoute = {\n prefix: 'fas',\n iconName: 'route',\n icon: [512, 512, [], \"f4d7\", \"M416 320h-96c-17.6 0-32-14.4-32-32s14.4-32 32-32h96s96-107 96-160-43-96-96-96-96 43-96 96c0 25.5 22.2 63.4 45.3 96H320c-52.9 0-96 43.1-96 96s43.1 96 96 96h96c17.6 0 32 14.4 32 32s-14.4 32-32 32H185.5c-16 24.8-33.8 47.7-47.3 64H416c52.9 0 96-43.1 96-96s-43.1-96-96-96zm0-256c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM96 256c-53 0-96 43-96 96s96 160 96 160 96-107 96-160-43-96-96-96zm0 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faRss = {\n prefix: 'fas',\n iconName: 'rss',\n icon: [448, 512, [], \"f09e\", \"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"]\n};\nvar faRssSquare = {\n prefix: 'fas',\n iconName: 'rss-square',\n icon: [448, 512, [], \"f143\", \"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM112 416c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm157.533 0h-34.335c-6.011 0-11.051-4.636-11.442-10.634-5.214-80.05-69.243-143.92-149.123-149.123-5.997-.39-10.633-5.431-10.633-11.441v-34.335c0-6.535 5.468-11.777 11.994-11.425 110.546 5.974 198.997 94.536 204.964 204.964.352 6.526-4.89 11.994-11.425 11.994zm103.027 0h-34.334c-6.161 0-11.175-4.882-11.427-11.038-5.598-136.535-115.204-246.161-251.76-251.76C68.882 152.949 64 147.935 64 141.774V107.44c0-6.454 5.338-11.664 11.787-11.432 167.83 6.025 302.21 141.191 308.205 308.205.232 6.449-4.978 11.787-11.432 11.787z\"]\n};\nvar faRubleSign = {\n prefix: 'fas',\n iconName: 'ruble-sign',\n icon: [384, 512, [], \"f158\", \"M239.36 320C324.48 320 384 260.542 384 175.071S324.48 32 239.36 32H76c-6.627 0-12 5.373-12 12v206.632H12c-6.627 0-12 5.373-12 12V308c0 6.627 5.373 12 12 12h52v32H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h52v52c0 6.627 5.373 12 12 12h58.56c6.627 0 12-5.373 12-12v-52H308c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12H146.56v-32h92.8zm-92.8-219.252h78.72c46.72 0 74.88 29.11 74.88 74.323 0 45.832-28.16 75.561-76.16 75.561h-77.44V100.748z\"]\n};\nvar faRuler = {\n prefix: 'fas',\n iconName: 'ruler',\n icon: [640, 512, [], \"f545\", \"M635.7 167.2L556.1 31.7c-8.8-15-28.3-20.1-43.5-11.5l-69 39.1L503.3 161c2.2 3.8.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9L416 75l-55.2 31.3 27.9 47.4c2.2 3.8.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9L333.2 122 278 153.3 337.8 255c2.2 3.7.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9l-59.7-101.7-55.2 31.3 27.9 47.4c2.2 3.8.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9l-27.9-47.5-55.2 31.3 59.7 101.7c2.2 3.7.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9L84.9 262.9l-69 39.1C.7 310.7-4.6 329.8 4.2 344.8l79.6 135.6c8.8 15 28.3 20.1 43.5 11.5L624.1 210c15.2-8.6 20.4-27.8 11.6-42.8z\"]\n};\nvar faRulerCombined = {\n prefix: 'fas',\n iconName: 'ruler-combined',\n icon: [512, 512, [], \"f546\", \"M160 288h-56c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h56v-64h-56c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h56V96h-56c-4.42 0-8-3.58-8-8V72c0-4.42 3.58-8 8-8h56V32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v448c0 2.77.91 5.24 1.57 7.8L160 329.38V288zm320 64h-32v56c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-56h-64v56c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-56h-64v56c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-56h-41.37L24.2 510.43c2.56.66 5.04 1.57 7.8 1.57h448c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32z\"]\n};\nvar faRulerHorizontal = {\n prefix: 'fas',\n iconName: 'ruler-horizontal',\n icon: [576, 512, [], \"f547\", \"M544 128h-48v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8H88c-4.42 0-8-3.58-8-8v-88H32c-17.67 0-32 14.33-32 32v192c0 17.67 14.33 32 32 32h512c17.67 0 32-14.33 32-32V160c0-17.67-14.33-32-32-32z\"]\n};\nvar faRulerVertical = {\n prefix: 'fas',\n iconName: 'ruler-vertical',\n icon: [256, 512, [], \"f548\", \"M168 416c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88v-64h-88c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88v-64h-88c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88v-64h-88c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88V32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v448c0 17.67 14.33 32 32 32h192c17.67 0 32-14.33 32-32v-64h-88z\"]\n};\nvar faRunning = {\n prefix: 'fas',\n iconName: 'running',\n icon: [416, 512, [], \"f70c\", \"M272 96c26.51 0 48-21.49 48-48S298.51 0 272 0s-48 21.49-48 48 21.49 48 48 48zM113.69 317.47l-14.8 34.52H32c-17.67 0-32 14.33-32 32s14.33 32 32 32h77.45c19.25 0 36.58-11.44 44.11-29.09l8.79-20.52-10.67-6.3c-17.32-10.23-30.06-25.37-37.99-42.61zM384 223.99h-44.03l-26.06-53.25c-12.5-25.55-35.45-44.23-61.78-50.94l-71.08-21.14c-28.3-6.8-57.77-.55-80.84 17.14l-39.67 30.41c-14.03 10.75-16.69 30.83-5.92 44.86s30.84 16.66 44.86 5.92l39.69-30.41c7.67-5.89 17.44-8 25.27-6.14l14.7 4.37-37.46 87.39c-12.62 29.48-1.31 64.01 26.3 80.31l84.98 50.17-27.47 87.73c-5.28 16.86 4.11 34.81 20.97 40.09 3.19 1 6.41 1.48 9.58 1.48 13.61 0 26.23-8.77 30.52-22.45l31.64-101.06c5.91-20.77-2.89-43.08-21.64-54.39l-61.24-36.14 31.31-78.28 20.27 41.43c8 16.34 24.92 26.89 43.11 26.89H384c17.67 0 32-14.33 32-32s-14.33-31.99-32-31.99z\"]\n};\nvar faRupeeSign = {\n prefix: 'fas',\n iconName: 'rupee-sign',\n icon: [320, 512, [], \"f156\", \"M308 96c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v44.748c0 6.627 5.373 12 12 12h85.28c27.308 0 48.261 9.958 60.97 27.252H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h158.757c-6.217 36.086-32.961 58.632-74.757 58.632H12c-6.627 0-12 5.373-12 12v53.012c0 3.349 1.4 6.546 3.861 8.818l165.052 152.356a12.001 12.001 0 0 0 8.139 3.182h82.562c10.924 0 16.166-13.408 8.139-20.818L116.871 319.906c76.499-2.34 131.144-53.395 138.318-127.906H308c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-58.69c-3.486-11.541-8.28-22.246-14.252-32H308z\"]\n};\nvar faSadCry = {\n prefix: 'fas',\n iconName: 'sad-cry',\n icon: [496, 512, [], \"f5b3\", \"M248 8C111 8 0 119 0 256c0 90.1 48.2 168.7 120 212.1V288c0-8.8 7.2-16 16-16s16 7.2 16 16v196.7c29.5 12.4 62 19.3 96 19.3s66.5-6.9 96-19.3V288c0-8.8 7.2-16 16-16s16 7.2 16 16v180.1C447.8 424.7 496 346 496 256 496 119 385 8 248 8zm-65.5 216.5c-14.8-13.2-46.2-13.2-61 0L112 233c-3.8 3.3-9.3 4-13.7 1.6-4.4-2.4-6.9-7.4-6.1-12.4 4-25.2 34.2-42.1 59.9-42.1S208 197 212 222.2c.8 5-1.7 10-6.1 12.4-5.8 3.1-11.2.7-13.7-1.6l-9.7-8.5zM248 416c-26.5 0-48-28.7-48-64s21.5-64 48-64 48 28.7 48 64-21.5 64-48 64zm149.8-181.5c-5.8 3.1-11.2.7-13.7-1.6l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L304 233c-3.8 3.3-9.3 4-13.7 1.6-4.4-2.4-6.9-7.4-6.1-12.4 4-25.2 34.2-42.1 59.9-42.1S400 197 404 222.2c.6 4.9-1.8 9.9-6.2 12.3z\"]\n};\nvar faSadTear = {\n prefix: 'fas',\n iconName: 'sad-tear',\n icon: [496, 512, [], \"f5b4\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM152 416c-26.5 0-48-21-48-47 0-20 28.5-60.4 41.6-77.8 3.2-4.3 9.6-4.3 12.8 0C171.5 308.6 200 349 200 369c0 26-21.5 47-48 47zm16-176c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm170.2 154.2C315.8 367.4 282.9 352 248 352c-21.2 0-21.2-32 0-32 44.4 0 86.3 19.6 114.7 53.8 13.8 16.4-11.2 36.5-24.5 20.4z\"]\n};\nvar faSatellite = {\n prefix: 'fas',\n iconName: 'satellite',\n icon: [512, 512, [], \"f7bf\", \"M502.7 265l-80.3-80.4 47.8-47.9c13.1-13.1 13.1-34.4 0-47.5l-47.5-47.5c-13.1-13.1-34.4-13.1-47.5 0l-47.8 47.9-80.3-80.3C240.8 3.1 232.7 0 224.5 0S208.2 3.1 202 9.3L105.3 106c-12.4 12.4-12.4 32.6 0 45.1l80.3 80.4-9.8 9.8C122.1 217 59.6 218.6 7.3 246.7c-8.5 4.6-9.6 16.4-2.8 23.2L112 377.4l-17.8 17.8c-2.6-.7-5-1.6-7.8-1.6-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32c0-2.8-.9-5.2-1.6-7.8l17.8-17.8 107.5 107.5c6.8 6.8 18.7 5.7 23.2-2.8 28.1-52.3 29.7-114.8 5.4-168.5l9.9-9.9 80.3 80.4c6.2 6.2 14.4 9.3 22.5 9.3s16.3-3.1 22.5-9.3l96.7-96.7c12.5-12.4 12.5-32.6.1-45zm-352-136.5l73.8-73.8 68.9 68.9-73.8 73.8-68.9-68.9zm232.8 232.8l-68.9-68.9 73.8-73.8 68.9 68.9-73.8 73.8z\"]\n};\nvar faSatelliteDish = {\n prefix: 'fas',\n iconName: 'satellite-dish',\n icon: [512, 512, [], \"f7c0\", \"M188.8 345.9l27.4-27.4c2.6.7 5 1.6 7.8 1.6 17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32c0 2.8.9 5.2 1.6 7.8l-27.4 27.4L49.4 206.5c-7.3-7.3-20.1-6.1-25 3-41.8 77.8-29.9 176.7 35.7 242.3 65.6 65.6 164.6 77.5 242.3 35.7 9.2-4.9 10.4-17.7 3-25L188.8 345.9zM209 0c-9.2-.5-17 6.8-17 16v31.6c0 8.5 6.6 15.5 15 15.9 129.4 7 233.4 112 240.9 241.5.5 8.4 7.5 15 15.9 15h32.1c9.2 0 16.5-7.8 16-17C503.4 139.8 372.2 8.6 209 0zm.3 96c-9.3-.7-17.3 6.7-17.3 16.1v32.1c0 8.4 6.5 15.3 14.8 15.9 76.8 6.3 138 68.2 144.9 145.2.8 8.3 7.6 14.7 15.9 14.7h32.2c9.3 0 16.8-8 16.1-17.3-8.4-110.1-96.5-198.2-206.6-206.7z\"]\n};\nvar faSave = {\n prefix: 'fas',\n iconName: 'save',\n icon: [448, 512, [], \"f0c7\", \"M433.941 129.941l-83.882-83.882A48 48 0 0 0 316.118 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V163.882a48 48 0 0 0-14.059-33.941zM224 416c-35.346 0-64-28.654-64-64 0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64zm96-304.52V212c0 6.627-5.373 12-12 12H76c-6.627 0-12-5.373-12-12V108c0-6.627 5.373-12 12-12h228.52c3.183 0 6.235 1.264 8.485 3.515l3.48 3.48A11.996 11.996 0 0 1 320 111.48z\"]\n};\nvar faSchool = {\n prefix: 'fas',\n iconName: 'school',\n icon: [640, 512, [], \"f549\", \"M0 224v272c0 8.84 7.16 16 16 16h80V192H32c-17.67 0-32 14.33-32 32zm360-48h-24v-40c0-4.42-3.58-8-8-8h-16c-4.42 0-8 3.58-8 8v64c0 4.42 3.58 8 8 8h48c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8zm137.75-63.96l-160-106.67a32.02 32.02 0 0 0-35.5 0l-160 106.67A32.002 32.002 0 0 0 128 138.66V512h128V368c0-8.84 7.16-16 16-16h96c8.84 0 16 7.16 16 16v144h128V138.67c0-10.7-5.35-20.7-14.25-26.63zM320 256c-44.18 0-80-35.82-80-80s35.82-80 80-80 80 35.82 80 80-35.82 80-80 80zm288-64h-64v320h80c8.84 0 16-7.16 16-16V224c0-17.67-14.33-32-32-32z\"]\n};\nvar faScrewdriver = {\n prefix: 'fas',\n iconName: 'screwdriver',\n icon: [512, 512, [], \"f54a\", \"M448 0L320 96v62.06l-83.03 83.03c6.79 4.25 13.27 9.06 19.07 14.87 5.8 5.8 10.62 12.28 14.87 19.07L353.94 192H416l96-128-64-64zM128 278.59L10.92 395.67c-14.55 14.55-14.55 38.15 0 52.71l52.7 52.7c14.56 14.56 38.15 14.56 52.71 0L233.41 384c29.11-29.11 29.11-76.3 0-105.41s-76.3-29.11-105.41 0z\"]\n};\nvar faScroll = {\n prefix: 'fas',\n iconName: 'scroll',\n icon: [640, 512, [], \"f70e\", \"M48 0C21.53 0 0 21.53 0 48v64c0 8.84 7.16 16 16 16h80V48C96 21.53 74.47 0 48 0zm208 412.57V352h288V96c0-52.94-43.06-96-96-96H111.59C121.74 13.41 128 29.92 128 48v368c0 38.87 34.65 69.65 74.75 63.12C234.22 474 256 444.46 256 412.57zM288 384v32c0 52.93-43.06 96-96 96h336c61.86 0 112-50.14 112-112 0-8.84-7.16-16-16-16H288z\"]\n};\nvar faSdCard = {\n prefix: 'fas',\n iconName: 'sd-card',\n icon: [384, 512, [], \"f7c2\", \"M320 0H128L0 128v320c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zM160 160h-48V64h48v96zm80 0h-48V64h48v96zm80 0h-48V64h48v96z\"]\n};\nvar faSearch = {\n prefix: 'fas',\n iconName: 'search',\n icon: [512, 512, [], \"f002\", \"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"]\n};\nvar faSearchDollar = {\n prefix: 'fas',\n iconName: 'search-dollar',\n icon: [512, 512, [], \"f688\", \"M505.04 442.66l-99.71-99.69c-4.5-4.5-10.6-7-17-7h-16.3c27.6-35.3 44-79.69 44-127.99C416.03 93.09 322.92 0 208.02 0S0 93.09 0 207.98s93.11 207.98 208.02 207.98c48.3 0 92.71-16.4 128.01-44v16.3c0 6.4 2.5 12.5 7 17l99.71 99.69c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.59.1-33.99zm-297.02-90.7c-79.54 0-144-64.34-144-143.98 0-79.53 64.35-143.98 144-143.98 79.54 0 144 64.34 144 143.98 0 79.53-64.35 143.98-144 143.98zm27.11-152.54l-45.01-13.5c-5.16-1.55-8.77-6.78-8.77-12.73 0-7.27 5.3-13.19 11.8-13.19h28.11c4.56 0 8.96 1.29 12.82 3.72 3.24 2.03 7.36 1.91 10.13-.73l11.75-11.21c3.53-3.37 3.33-9.21-.57-12.14-9.1-6.83-20.08-10.77-31.37-11.35V112c0-4.42-3.58-8-8-8h-16c-4.42 0-8 3.58-8 8v16.12c-23.63.63-42.68 20.55-42.68 45.07 0 19.97 12.99 37.81 31.58 43.39l45.01 13.5c5.16 1.55 8.77 6.78 8.77 12.73 0 7.27-5.3 13.19-11.8 13.19h-28.1c-4.56 0-8.96-1.29-12.82-3.72-3.24-2.03-7.36-1.91-10.13.73l-11.75 11.21c-3.53 3.37-3.33 9.21.57 12.14 9.1 6.83 20.08 10.77 31.37 11.35V304c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8v-16.12c23.63-.63 42.68-20.54 42.68-45.07 0-19.97-12.99-37.81-31.59-43.39z\"]\n};\nvar faSearchLocation = {\n prefix: 'fas',\n iconName: 'search-location',\n icon: [512, 512, [], \"f689\", \"M505.04 442.66l-99.71-99.69c-4.5-4.5-10.6-7-17-7h-16.3c27.6-35.3 44-79.69 44-127.99C416.03 93.09 322.92 0 208.02 0S0 93.09 0 207.98s93.11 207.98 208.02 207.98c48.3 0 92.71-16.4 128.01-44v16.3c0 6.4 2.5 12.5 7 17l99.71 99.69c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.59.1-33.99zm-297.02-90.7c-79.54 0-144-64.34-144-143.98 0-79.53 64.35-143.98 144-143.98 79.54 0 144 64.34 144 143.98 0 79.53-64.35 143.98-144 143.98zm.02-239.96c-40.78 0-73.84 33.05-73.84 73.83 0 32.96 48.26 93.05 66.75 114.86a9.24 9.24 0 0 0 14.18 0c18.49-21.81 66.75-81.89 66.75-114.86 0-40.78-33.06-73.83-73.84-73.83zm0 96c-13.26 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faSearchMinus = {\n prefix: 'fas',\n iconName: 'search-minus',\n icon: [512, 512, [], \"f010\", \"M304 192v32c0 6.6-5.4 12-12 12H124c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm201 284.7L476.7 505c-9.4 9.4-24.6 9.4-33.9 0L343 405.3c-4.5-4.5-7-10.6-7-17V372c-35.3 27.6-79.7 44-128 44C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.3-16.4 92.7-44 128h16.3c6.4 0 12.5 2.5 17 7l99.7 99.7c9.3 9.4 9.3 24.6 0 34zM344 208c0-75.2-60.8-136-136-136S72 132.8 72 208s60.8 136 136 136 136-60.8 136-136z\"]\n};\nvar faSearchPlus = {\n prefix: 'fas',\n iconName: 'search-plus',\n icon: [512, 512, [], \"f00e\", \"M304 192v32c0 6.6-5.4 12-12 12h-56v56c0 6.6-5.4 12-12 12h-32c-6.6 0-12-5.4-12-12v-56h-56c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h56v-56c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v56h56c6.6 0 12 5.4 12 12zm201 284.7L476.7 505c-9.4 9.4-24.6 9.4-33.9 0L343 405.3c-4.5-4.5-7-10.6-7-17V372c-35.3 27.6-79.7 44-128 44C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.3-16.4 92.7-44 128h16.3c6.4 0 12.5 2.5 17 7l99.7 99.7c9.3 9.4 9.3 24.6 0 34zM344 208c0-75.2-60.8-136-136-136S72 132.8 72 208s60.8 136 136 136 136-60.8 136-136z\"]\n};\nvar faSeedling = {\n prefix: 'fas',\n iconName: 'seedling',\n icon: [512, 512, [], \"f4d8\", \"M64 96H0c0 123.7 100.3 224 224 224v144c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320C288 196.3 187.7 96 64 96zm384-64c-84.2 0-157.4 46.5-195.7 115.2 27.7 30.2 48.2 66.9 59 107.6C424 243.1 512 147.9 512 32h-64z\"]\n};\nvar faServer = {\n prefix: 'fas',\n iconName: 'server',\n icon: [512, 512, [], \"f233\", \"M480 160H32c-17.673 0-32-14.327-32-32V64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24z\"]\n};\nvar faShapes = {\n prefix: 'fas',\n iconName: 'shapes',\n icon: [512, 512, [], \"f61f\", \"M512 320v160c0 17.67-14.33 32-32 32H320c-17.67 0-32-14.33-32-32V320c0-17.67 14.33-32 32-32h160c17.67 0 32 14.33 32 32zm-384-64C57.31 256 0 313.31 0 384s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm351.03-32c25.34 0 41.18-26.67 28.51-48L412.51 16c-12.67-21.33-44.35-21.33-57.02 0l-95.03 160c-12.67 21.33 3.17 48 28.51 48h190.06z\"]\n};\nvar faShare = {\n prefix: 'fas',\n iconName: 'share',\n icon: [512, 512, [], \"f064\", \"M503.691 189.836L327.687 37.851C312.281 24.546 288 35.347 288 56.015v80.053C127.371 137.907 0 170.1 0 322.326c0 61.441 39.581 122.309 83.333 154.132 13.653 9.931 33.111-2.533 28.077-18.631C66.066 312.814 132.917 274.316 288 272.085V360c0 20.7 24.3 31.453 39.687 18.164l176.004-152c11.071-9.562 11.086-26.753 0-36.328z\"]\n};\nvar faShareAlt = {\n prefix: 'fas',\n iconName: 'share-alt',\n icon: [448, 512, [], \"f1e0\", \"M352 320c-22.608 0-43.387 7.819-59.79 20.895l-102.486-64.054a96.551 96.551 0 0 0 0-41.683l102.486-64.054C308.613 184.181 329.392 192 352 192c53.019 0 96-42.981 96-96S405.019 0 352 0s-96 42.981-96 96c0 7.158.79 14.13 2.276 20.841L155.79 180.895C139.387 167.819 118.608 160 96 160c-53.019 0-96 42.981-96 96s42.981 96 96 96c22.608 0 43.387-7.819 59.79-20.895l102.486 64.054A96.301 96.301 0 0 0 256 416c0 53.019 42.981 96 96 96s96-42.981 96-96-42.981-96-96-96z\"]\n};\nvar faShareAltSquare = {\n prefix: 'fas',\n iconName: 'share-alt-square',\n icon: [448, 512, [], \"f1e1\", \"M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zM304 296c-14.562 0-27.823 5.561-37.783 14.671l-67.958-40.775a56.339 56.339 0 0 0 0-27.793l67.958-40.775C276.177 210.439 289.438 216 304 216c30.928 0 56-25.072 56-56s-25.072-56-56-56-56 25.072-56 56c0 4.797.605 9.453 1.74 13.897l-67.958 40.775C171.823 205.561 158.562 200 144 200c-30.928 0-56 25.072-56 56s25.072 56 56 56c14.562 0 27.823-5.561 37.783-14.671l67.958 40.775a56.088 56.088 0 0 0-1.74 13.897c0 30.928 25.072 56 56 56s56-25.072 56-56C360 321.072 334.928 296 304 296z\"]\n};\nvar faShareSquare = {\n prefix: 'fas',\n iconName: 'share-square',\n icon: [576, 512, [], \"f14d\", \"M568.482 177.448L424.479 313.433C409.3 327.768 384 317.14 384 295.985v-71.963c-144.575.97-205.566 35.113-164.775 171.353 4.483 14.973-12.846 26.567-25.006 17.33C155.252 383.105 120 326.488 120 269.339c0-143.937 117.599-172.5 264-173.312V24.012c0-21.174 25.317-31.768 40.479-17.448l144.003 135.988c10.02 9.463 10.028 25.425 0 34.896zM384 379.128V448H64V128h50.916a11.99 11.99 0 0 0 8.648-3.693c14.953-15.568 32.237-27.89 51.014-37.676C185.708 80.83 181.584 64 169.033 64H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48v-88.806c0-8.288-8.197-14.066-16.011-11.302a71.83 71.83 0 0 1-34.189 3.377c-7.27-1.046-13.8 4.514-13.8 11.859z\"]\n};\nvar faShekelSign = {\n prefix: 'fas',\n iconName: 'shekel-sign',\n icon: [448, 512, [], \"f20b\", \"M248 168v168c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V168c0-75.11-60.89-136-136-136H24C10.75 32 0 42.74 0 56v408c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V112h112c30.93 0 56 25.07 56 56zM432 32h-48c-8.84 0-16 7.16-16 16v296c0 30.93-25.07 56-56 56H200V176c0-8.84-7.16-16-16-16h-48c-8.84 0-16 7.16-16 16v280c0 13.25 10.75 24 24 24h168c75.11 0 136-60.89 136-136V48c0-8.84-7.16-16-16-16z\"]\n};\nvar faShieldAlt = {\n prefix: 'fas',\n iconName: 'shield-alt',\n icon: [512, 512, [], \"f3ed\", \"M466.5 83.7l-192-80a48.15 48.15 0 0 0-36.9 0l-192 80C27.7 91.1 16 108.6 16 128c0 198.5 114.5 335.7 221.5 380.3 11.8 4.9 25.1 4.9 36.9 0C360.1 472.6 496 349.3 496 128c0-19.4-11.7-36.9-29.5-44.3zM256.1 446.3l-.1-381 175.9 73.3c-3.3 151.4-82.1 261.1-175.8 307.7z\"]\n};\nvar faShip = {\n prefix: 'fas',\n iconName: 'ship',\n icon: [640, 512, [], \"f21a\", \"M496.616 372.639l70.012-70.012c16.899-16.9 9.942-45.771-12.836-53.092L512 236.102V96c0-17.673-14.327-32-32-32h-64V24c0-13.255-10.745-24-24-24H248c-13.255 0-24 10.745-24 24v40h-64c-17.673 0-32 14.327-32 32v140.102l-41.792 13.433c-22.753 7.313-29.754 36.173-12.836 53.092l70.012 70.012C125.828 416.287 85.587 448 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24 61.023 0 107.499-20.61 143.258-59.396C181.677 487.432 216.021 512 256 512h128c39.979 0 74.323-24.568 88.742-59.396C508.495 491.384 554.968 512 616 512c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24-60.817 0-101.542-31.001-119.384-75.361zM192 128h256v87.531l-118.208-37.995a31.995 31.995 0 0 0-19.584 0L192 215.531V128z\"]\n};\nvar faShippingFast = {\n prefix: 'fas',\n iconName: 'shipping-fast',\n icon: [640, 512, [], \"f48b\", \"M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H112C85.5 0 64 21.5 64 48v48H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h272c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H40c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H64v128c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z\"]\n};\nvar faShoePrints = {\n prefix: 'fas',\n iconName: 'shoe-prints',\n icon: [640, 512, [], \"f54b\", \"M192 160h32V32h-32c-35.35 0-64 28.65-64 64s28.65 64 64 64zM0 416c0 35.35 28.65 64 64 64h32V352H64c-35.35 0-64 28.65-64 64zm337.46-128c-34.91 0-76.16 13.12-104.73 32-24.79 16.38-44.52 32-104.73 32v128l57.53 15.97c26.21 7.28 53.01 13.12 80.31 15.05 32.69 2.31 65.6.67 97.58-6.2C472.9 481.3 512 429.22 512 384c0-64-84.18-96-174.54-96zM491.42 7.19C459.44.32 426.53-1.33 393.84.99c-27.3 1.93-54.1 7.77-80.31 15.04L256 32v128c60.2 0 79.94 15.62 104.73 32 28.57 18.88 69.82 32 104.73 32C555.82 224 640 192 640 128c0-45.22-39.1-97.3-148.58-120.81z\"]\n};\nvar faShoppingBag = {\n prefix: 'fas',\n iconName: 'shopping-bag',\n icon: [448, 512, [], \"f290\", \"M352 160v-32C352 57.42 294.579 0 224 0 153.42 0 96 57.42 96 128v32H0v272c0 44.183 35.817 80 80 80h288c44.183 0 80-35.817 80-80V160h-96zm-192-32c0-35.29 28.71-64 64-64s64 28.71 64 64v32H160v-32zm160 120c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zm-192 0c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24z\"]\n};\nvar faShoppingBasket = {\n prefix: 'fas',\n iconName: 'shopping-basket',\n icon: [576, 512, [], \"f291\", \"M576 216v16c0 13.255-10.745 24-24 24h-8l-26.113 182.788C514.509 462.435 494.257 480 470.37 480H105.63c-23.887 0-44.139-17.565-47.518-41.212L32 256h-8c-13.255 0-24-10.745-24-24v-16c0-13.255 10.745-24 24-24h67.341l106.78-146.821c10.395-14.292 30.407-17.453 44.701-7.058 14.293 10.395 17.453 30.408 7.058 44.701L170.477 192h235.046L326.12 82.821c-10.395-14.292-7.234-34.306 7.059-44.701 14.291-10.395 34.306-7.235 44.701 7.058L484.659 192H552c13.255 0 24 10.745 24 24zM312 392V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24zm112 0V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24zm-224 0V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24z\"]\n};\nvar faShoppingCart = {\n prefix: 'fas',\n iconName: 'shopping-cart',\n icon: [576, 512, [], \"f07a\", \"M528.12 301.319l47.273-208C578.806 78.301 567.391 64 551.99 64H159.208l-9.166-44.81C147.758 8.021 137.93 0 126.529 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24h69.883l70.248 343.435C147.325 417.1 136 435.222 136 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-15.674-6.447-29.835-16.824-40h209.647C430.447 426.165 424 440.326 424 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-22.172-12.888-41.332-31.579-50.405l5.517-24.276c3.413-15.018-8.002-29.319-23.403-29.319H218.117l-6.545-32h293.145c11.206 0 20.92-7.754 23.403-18.681z\"]\n};\nvar faShower = {\n prefix: 'fas',\n iconName: 'shower',\n icon: [512, 512, [], \"f2cc\", \"M389.66 135.6L231.6 293.66c-9.37 9.37-24.57 9.37-33.94 0l-11.32-11.32c-9.37-9.37-9.37-24.57 0-33.94l.11-.11c-34.03-40.21-35.16-98.94-3.39-140.38-11.97-7.55-26.14-11.91-41.3-11.91C98.88 96 64 130.88 64 173.76V480H0V173.76C0 95.59 63.59 32 141.76 32c36.93 0 70.61 14.2 95.86 37.42 35.9-11.51 76.5-4.5 106.67 21.03l.11-.11c9.37-9.37 24.57-9.37 33.94 0l11.32 11.32c9.37 9.37 9.37 24.57 0 33.94zM384 208c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm32 0c0-8.837 7.163-16 16-16s16 7.163 16 16-7.163 16-16 16-16-7.163-16-16zm96 0c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm-160 32c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm48-16c8.837 0 16 7.163 16 16s-7.163 16-16 16-16-7.163-16-16 7.163-16 16-16zm80 16c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm-160 32c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm32 0c0-8.837 7.163-16 16-16s16 7.163 16 16-7.163 16-16 16-16-7.163-16-16zm96 0c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm-128 32c0-8.837 7.163-16 16-16s16 7.163 16 16-7.163 16-16 16-16-7.163-16-16zm96 0c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm-96 32c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm64 0c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm-32 32c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm-32 32c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16z\"]\n};\nvar faShuttleVan = {\n prefix: 'fas',\n iconName: 'shuttle-van',\n icon: [640, 512, [], \"f5b6\", \"M628.88 210.65L494.39 49.27A48.01 48.01 0 0 0 457.52 32H32C14.33 32 0 46.33 0 64v288c0 17.67 14.33 32 32 32h32c0 53.02 42.98 96 96 96s96-42.98 96-96h128c0 53.02 42.98 96 96 96s96-42.98 96-96h32c17.67 0 32-14.33 32-32V241.38c0-11.23-3.94-22.1-11.12-30.73zM64 192V96h96v96H64zm96 240c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm160-240h-96V96h96v96zm160 240c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm-96-240V96h66.02l80 96H384z\"]\n};\nvar faSign = {\n prefix: 'fas',\n iconName: 'sign',\n icon: [512, 512, [], \"f4d9\", \"M496 64H128V16c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16v48H16C7.2 64 0 71.2 0 80v32c0 8.8 7.2 16 16 16h48v368c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V128h368c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16zM160 384h320V160H160v224z\"]\n};\nvar faSignInAlt = {\n prefix: 'fas',\n iconName: 'sign-in-alt',\n icon: [512, 512, [], \"f2f6\", \"M416 448h-84c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h84c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32h-84c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h84c53 0 96 43 96 96v192c0 53-43 96-96 96zm-47-201L201 79c-15-15-41-4.5-41 17v96H24c-13.3 0-24 10.7-24 24v96c0 13.3 10.7 24 24 24h136v96c0 21.5 26 32 41 17l168-168c9.3-9.4 9.3-24.6 0-34z\"]\n};\nvar faSignLanguage = {\n prefix: 'fas',\n iconName: 'sign-language',\n icon: [448, 512, [], \"f2a7\", \"M91.434 483.987c-.307-16.018 13.109-29.129 29.13-29.129h62.293v-5.714H56.993c-16.021 0-29.437-13.111-29.13-29.129C28.16 404.491 40.835 392 56.428 392h126.429v-5.714H29.136c-16.021 0-29.437-13.111-29.13-29.129.297-15.522 12.973-28.013 28.566-28.013h154.286v-5.714H57.707c-16.021 0-29.437-13.111-29.13-29.129.297-15.522 12.973-28.013 28.566-28.013h168.566l-31.085-22.606c-12.762-9.281-15.583-27.149-6.302-39.912 9.281-12.761 27.15-15.582 39.912-6.302l123.361 89.715a34.287 34.287 0 0 1 14.12 27.728v141.136c0 15.91-10.946 29.73-26.433 33.374l-80.471 18.934a137.16 137.16 0 0 1-31.411 3.646H120c-15.593-.001-28.269-12.492-28.566-28.014zm73.249-225.701h36.423l-11.187-8.136c-18.579-13.511-20.313-40.887-3.17-56.536l-13.004-16.7c-9.843-12.641-28.43-15.171-40.88-5.088-12.065 9.771-14.133 27.447-4.553 39.75l36.371 46.71zm283.298-2.103l-5.003-152.452c-.518-15.771-13.722-28.136-29.493-27.619-15.773.518-28.137 13.722-27.619 29.493l1.262 38.415L283.565 11.019c-9.58-12.303-27.223-14.63-39.653-5.328-12.827 9.599-14.929 28.24-5.086 40.881l76.889 98.745-4.509 3.511-94.79-121.734c-9.58-12.303-27.223-14.63-39.653-5.328-12.827 9.599-14.929 28.24-5.086 40.881l94.443 121.288-4.509 3.511-77.675-99.754c-9.58-12.303-27.223-14.63-39.653-5.328-12.827 9.599-14.929 28.24-5.086 40.881l52.053 66.849c12.497-8.257 29.055-8.285 41.69.904l123.36 89.714c10.904 7.93 17.415 20.715 17.415 34.198v16.999l61.064-47.549a34.285 34.285 0 0 0 13.202-28.177z\"]\n};\nvar faSignOutAlt = {\n prefix: 'fas',\n iconName: 'sign-out-alt',\n icon: [512, 512, [], \"f2f5\", \"M497 273L329 441c-15 15-41 4.5-41-17v-96H152c-13.3 0-24-10.7-24-24v-96c0-13.3 10.7-24 24-24h136V88c0-21.4 25.9-32 41-17l168 168c9.3 9.4 9.3 24.6 0 34zM192 436v-40c0-6.6-5.4-12-12-12H96c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32h84c6.6 0 12-5.4 12-12V76c0-6.6-5.4-12-12-12H96c-53 0-96 43-96 96v192c0 53 43 96 96 96h84c6.6 0 12-5.4 12-12z\"]\n};\nvar faSignal = {\n prefix: 'fas',\n iconName: 'signal',\n icon: [640, 512, [], \"f012\", \"M216 288h-48c-8.84 0-16 7.16-16 16v192c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V304c0-8.84-7.16-16-16-16zM88 384H40c-8.84 0-16 7.16-16 16v96c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16v-96c0-8.84-7.16-16-16-16zm256-192h-48c-8.84 0-16 7.16-16 16v288c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V208c0-8.84-7.16-16-16-16zm128-96h-48c-8.84 0-16 7.16-16 16v384c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V112c0-8.84-7.16-16-16-16zM600 0h-48c-8.84 0-16 7.16-16 16v480c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16z\"]\n};\nvar faSignature = {\n prefix: 'fas',\n iconName: 'signature',\n icon: [640, 512, [], \"f5b7\", \"M623.2 192c-51.8 3.5-125.7 54.7-163.1 71.5-29.1 13.1-54.2 24.4-76.1 24.4-22.6 0-26-16.2-21.3-51.9 1.1-8 11.7-79.2-42.7-76.1-25.1 1.5-64.3 24.8-169.5 126L192 182.2c30.4-75.9-53.2-151.5-129.7-102.8L7.4 116.3C0 121-2.2 130.9 2.5 138.4l17.2 27c4.7 7.5 14.6 9.7 22.1 4.9l58-38.9c18.4-11.7 40.7 7.2 32.7 27.1L34.3 404.1C27.5 421 37 448 64 448c8.3 0 16.5-3.2 22.6-9.4 42.2-42.2 154.7-150.7 211.2-195.8-2.2 28.5-2.1 58.9 20.6 83.8 15.3 16.8 37.3 25.3 65.5 25.3 35.6 0 68-14.6 102.3-30 33-14.8 99-62.6 138.4-65.8 8.5-.7 15.2-7.3 15.2-15.8v-32.1c.2-9.1-7.5-16.8-16.6-16.2z\"]\n};\nvar faSimCard = {\n prefix: 'fas',\n iconName: 'sim-card',\n icon: [384, 512, [], \"f7c4\", \"M0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V128L256 0H64C28.7 0 0 28.7 0 64zm224 192h-64v-64h64v64zm96 0h-64v-64h32c17.7 0 32 14.3 32 32v32zm-64 128h64v32c0 17.7-14.3 32-32 32h-32v-64zm-96 0h64v64h-64v-64zm-96 0h64v64H96c-17.7 0-32-14.3-32-32v-32zm0-96h256v64H64v-64zm0-64c0-17.7 14.3-32 32-32h32v64H64v-32z\"]\n};\nvar faSitemap = {\n prefix: 'fas',\n iconName: 'sitemap',\n icon: [640, 512, [], \"f0e8\", \"M128 352H32c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32zm-24-80h192v48h48v-48h192v48h48v-57.59c0-21.17-17.23-38.41-38.41-38.41H344v-64h40c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32H256c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h40v64H94.41C73.23 224 56 241.23 56 262.41V320h48v-48zm264 80h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32zm240 0h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32z\"]\n};\nvar faSkating = {\n prefix: 'fas',\n iconName: 'skating',\n icon: [448, 512, [], \"f7c5\", \"M400 0c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm0 448c-8.8 0-16 7.2-16 16s-7.2 16-16 16h-96c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c26.5 0 48-21.5 48-48 0-8.8-7.2-16-16-16zm-282.2 8.6c-6.2 6.2-16.4 6.3-22.6 0l-67.9-67.9c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l67.9 67.9c9.4 9.4 21.7 14 34 14s24.6-4.7 33.9-14c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.3-22.7 0zm56.1-179.8l-93.7 93.7c-12.5 12.5-12.5 32.8 0 45.2 6.2 6.2 14.4 9.4 22.6 9.4s16.4-3.1 22.6-9.4l91.9-91.9-30.2-30.2c-5-5-9.4-10.7-13.2-16.8zM128 160h105.5l-20.1 17.2c-13.5 11.5-21.6 28.4-22.3 46.1-.7 17.8 6.1 35.2 18.7 47.7l78.2 78.2V432c0 17.7 14.3 32 32 32s32-14.3 32-32v-89.4c0-12.6-5.1-25-14.1-33.9l-61-61c.5-.4 1.2-.6 1.7-1.1l82.3-82.3c11.5-11.5 14.9-28.6 8.7-43.6-6.2-15-20.7-24.7-37-24.7H128c-17.7 0-32 14.3-32 32s14.3 32 32 32z\"]\n};\nvar faSkiing = {\n prefix: 'fas',\n iconName: 'skiing',\n icon: [512, 512, [], \"f7c9\", \"M432 96c26.5 0 48-21.5 48-48S458.5 0 432 0s-48 21.5-48 48 21.5 48 48 48zm73 356.1c-9.4-9.4-24.6-9.4-33.9 0-12.1 12.1-30.5 15.4-45.1 8.7l-135.8-70.2 49.2-73.8c12.7-19 10.2-44.5-6-60.6L293 215.7l-107-53.1c-2.9 19.9 3.4 40 17.7 54.4l75.1 75.2-45.9 68.8L35 258.7c-11.7-6-26.2-1.5-32.3 10.3-6.1 11.8-1.5 26.3 10.3 32.3l391.9 202.5c11.9 5.5 24.5 8.1 37.1 8.1 23.2 0 46-9 63-26 9.3-9.3 9.3-24.5 0-33.8zM120 91.6l-11.5 22.5c14.4 7.3 31.2 4.9 42.8-4.8l47.2 23.4c-.1.1-.1.2-.2.3l114.5 56.8 32.4-13 6.4 19.1c4 12.1 12.6 22 24 27.7l58.1 29c15.9 7.9 35 1.5 42.9-14.3 7.9-15.8 1.5-35-14.3-42.9l-52.1-26.1-17.1-51.2c-8.1-24.2-40.9-56.6-84.5-39.2l-81.2 32.5-62.5-31c.3-14.5-7.2-28.6-20.9-35.6l-11.1 21.7h-.2l-34.4-7c-1.8-.4-3.7.2-5 1.7-1.9 2.2-1.7 5.5.5 7.4l26.2 23z\"]\n};\nvar faSkiingNordic = {\n prefix: 'fas',\n iconName: 'skiing-nordic',\n icon: [576, 512, [], \"f7ca\", \"M336 96c26.5 0 48-21.5 48-48S362.5 0 336 0s-48 21.5-48 48 21.5 48 48 48zm216 320c-13.2 0-24 10.7-24 24 0 13.2-10.8 24-24 24h-69.5L460 285.6c11.7-4.7 20.1-16.2 20.1-29.6 0-17.7-14.3-32-32-32h-44L378 170.8c-12.5-25.5-35.5-44.2-61.8-50.9L245 98.7c-28.3-6.8-57.8-.5-80.8 17.1l-39.7 30.4c-14 10.7-16.7 30.8-5.9 44.9.7.9 1.7 1.3 2.4 2.1L66.9 464H24c-13.2 0-24 10.7-24 24s10.8 24 24 24h480c39.7 0 72-32.3 72-72 0-13.2-10.8-24-24-24zm-260.5 48h-96.9l43.1-91-22-13c-12.1-7.2-21.9-16.9-29.5-27.8L123.7 464H99.5l52.3-261.4c4.1-1 8.1-2.9 11.7-5.6l39.7-30.4c7.7-5.9 17.4-8 25.3-6.1l14.7 4.4-37.5 87.4c-12.6 29.5-1.3 64 26.3 80.3l85 50.2-25.5 81.2zm110.6 0h-43.6l23.6-75.5c5.9-20.8-2.9-43.1-21.6-54.4L299.3 298l31.3-78.3 20.3 41.4c8 16.3 24.9 26.9 43.1 26.9h33.3l-25.2 176z\"]\n};\nvar faSkull = {\n prefix: 'fas',\n iconName: 'skull',\n icon: [512, 512, [], \"f54c\", \"M256 0C114.6 0 0 100.3 0 224c0 70.1 36.9 132.6 94.5 173.7 9.6 6.9 15.2 18.1 13.5 29.9l-9.4 66.2c-1.4 9.6 6 18.2 15.7 18.2H192v-56c0-4.4 3.6-8 8-8h16c4.4 0 8 3.6 8 8v56h64v-56c0-4.4 3.6-8 8-8h16c4.4 0 8 3.6 8 8v56h77.7c9.7 0 17.1-8.6 15.7-18.2l-9.4-66.2c-1.7-11.7 3.8-23 13.5-29.9C475.1 356.6 512 294.1 512 224 512 100.3 397.4 0 256 0zm-96 320c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm192 0c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64z\"]\n};\nvar faSkullCrossbones = {\n prefix: 'fas',\n iconName: 'skull-crossbones',\n icon: [448, 512, [], \"f714\", \"M439.15 453.06L297.17 384l141.99-69.06c7.9-3.95 11.11-13.56 7.15-21.46L432 264.85c-3.95-7.9-13.56-11.11-21.47-7.16L224 348.41 37.47 257.69c-7.9-3.95-17.51-.75-21.47 7.16L1.69 293.48c-3.95 7.9-.75 17.51 7.15 21.46L150.83 384 8.85 453.06c-7.9 3.95-11.11 13.56-7.15 21.47l14.31 28.63c3.95 7.9 13.56 11.11 21.47 7.15L224 419.59l186.53 90.72c7.9 3.95 17.51.75 21.47-7.15l14.31-28.63c3.95-7.91.74-17.52-7.16-21.47zM150 237.28l-5.48 25.87c-2.67 12.62 5.42 24.85 16.45 24.85h126.08c11.03 0 19.12-12.23 16.45-24.85l-5.5-25.87c41.78-22.41 70-62.75 70-109.28C368 57.31 303.53 0 224 0S80 57.31 80 128c0 46.53 28.22 86.87 70 109.28zM280 112c17.65 0 32 14.35 32 32s-14.35 32-32 32-32-14.35-32-32 14.35-32 32-32zm-112 0c17.65 0 32 14.35 32 32s-14.35 32-32 32-32-14.35-32-32 14.35-32 32-32z\"]\n};\nvar faSlash = {\n prefix: 'fas',\n iconName: 'slash',\n icon: [640, 512, [], \"f715\", \"M594.53 508.63L6.18 53.9c-6.97-5.42-8.23-15.47-2.81-22.45L23.01 6.18C28.43-.8 38.49-2.06 45.47 3.37L633.82 458.1c6.97 5.42 8.23 15.47 2.81 22.45l-19.64 25.27c-5.42 6.98-15.48 8.23-22.46 2.81z\"]\n};\nvar faSleigh = {\n prefix: 'fas',\n iconName: 'sleigh',\n icon: [640, 512, [], \"f7cc\", \"M612.7 350.7l-9.3-7.4c-6.9-5.5-17-4.4-22.5 2.5l-10 12.5c-5.5 6.9-4.4 17 2.5 22.5l9.3 7.4c5.9 4.7 9.2 11.7 9.2 19.2 0 13.6-11 24.6-24.6 24.6H48c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h516c39 0 73.7-29.3 75.9-68.3 1.4-23.8-8.7-46.3-27.2-61zM32 224c0 59.6 40.9 109.2 96 123.5V400h64v-48h192v48h64v-48c53 0 96-43 96-96v-96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-96v64c0 35.3-28.7 64-64 64h-20.7c-65.8 0-125.9-37.2-155.3-96-29.4-58.8-89.6-96-155.3-96H32C14.3 32 0 46.3 0 64s14.3 32 32 32v128z\"]\n};\nvar faSlidersH = {\n prefix: 'fas',\n iconName: 'sliders-h',\n icon: [512, 512, [], \"f1de\", \"M496 384H160v-16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h80v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h336c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-160h-80v-16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h336v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h80c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-160H288V48c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16C7.2 64 0 71.2 0 80v32c0 8.8 7.2 16 16 16h208v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h208c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16z\"]\n};\nvar faSmile = {\n prefix: 'fas',\n iconName: 'smile',\n icon: [496, 512, [], \"f118\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm194.8 170.2C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.6-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.4-16.2 38.1 4.2 24.6 20.5z\"]\n};\nvar faSmileBeam = {\n prefix: 'fas',\n iconName: 'smile-beam',\n icon: [496, 512, [], \"f5b8\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"]\n};\nvar faSmileWink = {\n prefix: 'fas',\n iconName: 'smile-wink',\n icon: [496, 512, [], \"f4da\", \"M0 256c0 137 111 248 248 248s248-111 248-248S385 8 248 8 0 119 0 256zm200-48c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm158.5 16.5c-14.8-13.2-46.2-13.2-61 0L288 233c-8.3 7.4-21.6.4-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S384 197 388 222.2c1.7 11.1-11.4 18.3-19.8 10.8l-9.7-8.5zM157.8 325.8C180.2 352.7 213 368 248 368s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.2 24.6 20.5C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11.2-36.7 24.6-20.4z\"]\n};\nvar faSmog = {\n prefix: 'fas',\n iconName: 'smog',\n icon: [640, 512, [], \"f75f\", \"M624 368H80c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h544c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zm-480 96H16c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zm416 0H224c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h336c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zM144 288h156.1c22.5 19.7 51.6 32 83.9 32s61.3-12.3 83.9-32H528c61.9 0 112-50.1 112-112S589.9 64 528 64c-18 0-34.7 4.6-49.7 12.1C454 31 406.8 0 352 0c-41 0-77.8 17.3-104 44.8C221.8 17.3 185 0 144 0 64.5 0 0 64.5 0 144s64.5 144 144 144z\"]\n};\nvar faSmoking = {\n prefix: 'fas',\n iconName: 'smoking',\n icon: [640, 512, [], \"f48d\", \"M632 352h-48c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8zM553.3 87.1c-5.7-3.8-9.3-10-9.3-16.8V8c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v62.3c0 22 10.2 43.4 28.6 55.4 42.2 27.3 67.4 73.8 67.4 124V280c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-30.3c0-65.5-32.4-126.2-86.7-162.6zM432 352H48c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48h384c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16zm-32 112H224v-64h176v64zm87.7-322.4C463.8 125 448 99.3 448 70.3V8c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v66.4c0 43.7 24.6 81.6 60.3 106.7 22.4 15.7 35.7 41.2 35.7 68.6V280c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-30.3c0-43.3-21-83.4-56.3-108.1zM536 352h-48c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8z\"]\n};\nvar faSmokingBan = {\n prefix: 'fas',\n iconName: 'smoking-ban',\n icon: [512, 512, [], \"f54d\", \"M96 304c0 8.8 7.2 16 16 16h117.5l-96-96H112c-8.8 0-16 7.2-16 16v64zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm0 448c-105.9 0-192-86.1-192-192 0-41.4 13.3-79.7 35.7-111.1l267.4 267.4C335.7 434.7 297.4 448 256 448zm45.2-192H384v32h-50.8l-32-32zm111.1 111.1L365.2 320H400c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16H269.2L144.9 99.7C176.3 77.3 214.6 64 256 64c105.9 0 192 86.1 192 192 0 41.4-13.3 79.7-35.7 111.1zM320.6 128c-15.6 0-28.6-11.2-31.4-25.9-.7-3.6-4-6.1-7.7-6.1h-16.2c-5 0-8.7 4.5-8 9.4 4.6 30.9 31.2 54.6 63.3 54.6 15.6 0 28.6 11.2 31.4 25.9.7 3.6 4 6.1 7.7 6.1h16.2c5 0 8.7-4.5 8-9.4-4.6-30.9-31.2-54.6-63.3-54.6z\"]\n};\nvar faSms = {\n prefix: 'fas',\n iconName: 'sms',\n icon: [512, 512, [], \"f7cd\", \"M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7 1.3 3 4.1 4.8 7.3 4.8 66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32zM128.2 304H116c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h12.3c6 0 10.4-3.5 10.4-6.6 0-1.3-.8-2.7-2.1-3.8l-21.9-18.8c-8.5-7.2-13.3-17.5-13.3-28.1 0-21.3 19-38.6 42.4-38.6H156c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8h-12.3c-6 0-10.4 3.5-10.4 6.6 0 1.3.8 2.7 2.1 3.8l21.9 18.8c8.5 7.2 13.3 17.5 13.3 28.1.1 21.3-19 38.6-42.4 38.6zm191.8-8c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8v-68.2l-24.8 55.8c-2.9 5.9-11.4 5.9-14.3 0L224 227.8V296c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V192c0-8.8 7.2-16 16-16h16c6.1 0 11.6 3.4 14.3 8.8l17.7 35.4 17.7-35.4c2.7-5.4 8.3-8.8 14.3-8.8h16c8.8 0 16 7.2 16 16v104zm48.3 8H356c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h12.3c6 0 10.4-3.5 10.4-6.6 0-1.3-.8-2.7-2.1-3.8l-21.9-18.8c-8.5-7.2-13.3-17.5-13.3-28.1 0-21.3 19-38.6 42.4-38.6H396c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8h-12.3c-6 0-10.4 3.5-10.4 6.6 0 1.3.8 2.7 2.1 3.8l21.9 18.8c8.5 7.2 13.3 17.5 13.3 28.1.1 21.3-18.9 38.6-42.3 38.6z\"]\n};\nvar faSnowboarding = {\n prefix: 'fas',\n iconName: 'snowboarding',\n icon: [512, 512, [], \"f7ce\", \"M432 96c26.5 0 48-21.5 48-48S458.5 0 432 0s-48 21.5-48 48 21.5 48 48 48zm28.8 153.6c5.8 4.3 12.5 6.4 19.2 6.4 9.7 0 19.3-4.4 25.6-12.8 10.6-14.1 7.8-34.2-6.4-44.8l-111.4-83.5c-13.8-10.3-29.1-18.4-45.4-23.8l-63.7-21.2-26.1-52.1C244.7 2 225.5-4.4 209.7 3.5c-15.8 7.9-22.2 27.1-14.3 42.9l29.1 58.1c5.7 11.4 15.6 19.9 27.7 24l16.4 5.5-41.2 20.6c-21.8 10.9-35.4 32.8-35.4 57.2v53.1l-74.1 24.7c-16.8 5.6-25.8 23.7-20.2 40.5 1.7 5.2 4.9 9.4 8.7 12.9l-38.7-14.1c-9.7-3.5-17.4-10.6-21.8-20-5.6-12-19.9-17.2-31.9-11.6s-17.2 19.9-11.6 31.9c9.8 21 27.1 36.9 48.9 44.8l364.8 132.7c9.7 3.5 19.7 5.3 29.7 5.3 12.5 0 24.9-2.7 36.5-8.2 12-5.6 17.2-19.9 11.6-31.9S474 454.7 462 460.3c-9.3 4.4-19.8 4.8-29.5 1.3l-90.8-33.1c8.7-4.1 15.6-11.8 17.8-21.9l21.9-102c3.9-18.2-3.2-37.2-18.1-48.4l-52-39 66-30.5 83.5 62.9zm-144.4 51.7l-19.7 92c-1.5 7.1-.1 13.9 2.8 20l-169.4-61.6c2.7-.2 5.4-.4 8-1.3l85-28.4c19.6-6.5 32.8-24.8 32.8-45.5V256l60.5 45.3z\"]\n};\nvar faSnowflake = {\n prefix: 'fas',\n iconName: 'snowflake',\n icon: [448, 512, [], \"f2dc\", \"M440.3 345.2l-33.8-19.5 26-7c8.2-2.2 13.1-10.7 10.9-18.9l-4-14.9c-2.2-8.2-10.7-13.1-18.9-10.9l-70.8 19-63.9-37 63.8-36.9 70.8 19c8.2 2.2 16.7-2.7 18.9-10.9l4-14.9c2.2-8.2-2.7-16.7-10.9-18.9l-26-7 33.8-19.5c7.4-4.3 9.9-13.7 5.7-21.1L430.4 119c-4.3-7.4-13.7-9.9-21.1-5.7l-33.8 19.5 7-26c2.2-8.2-2.7-16.7-10.9-18.9l-14.9-4c-8.2-2.2-16.7 2.7-18.9 10.9l-19 70.8-62.8 36.2v-77.5l53.7-53.7c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0L256 56.4V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v40.4l-19.7-19.7c-6.2-6.2-16.4-6.2-22.6 0L138.3 48c-6.3 6.2-6.3 16.4 0 22.6l53.7 53.7v77.5l-62.8-36.2-19-70.8c-2.2-8.2-10.7-13.1-18.9-10.9l-14.9 4c-8.2 2.2-13.1 10.7-10.9 18.9l7 26-33.8-19.5c-7.4-4.3-16.8-1.7-21.1 5.7L2.1 145.7c-4.3 7.4-1.7 16.8 5.7 21.1l33.8 19.5-26 7c-8.3 2.2-13.2 10.7-11 19l4 14.9c2.2 8.2 10.7 13.1 18.9 10.9l70.8-19 63.8 36.9-63.8 36.9-70.8-19c-8.2-2.2-16.7 2.7-18.9 10.9l-4 14.9c-2.2 8.2 2.7 16.7 10.9 18.9l26 7-33.8 19.6c-7.4 4.3-9.9 13.7-5.7 21.1l15.5 26.8c4.3 7.4 13.7 9.9 21.1 5.7l33.8-19.5-7 26c-2.2 8.2 2.7 16.7 10.9 18.9l14.9 4c8.2 2.2 16.7-2.7 18.9-10.9l19-70.8 62.8-36.2v77.5l-53.7 53.7c-6.3 6.2-6.3 16.4 0 22.6l11.3 11.3c6.2 6.2 16.4 6.2 22.6 0l19.7-19.7V496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-40.4l19.7 19.7c6.2 6.2 16.4 6.2 22.6 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6L256 387.7v-77.5l62.8 36.2 19 70.8c2.2 8.2 10.7 13.1 18.9 10.9l14.9-4c8.2-2.2 13.1-10.7 10.9-18.9l-7-26 33.8 19.5c7.4 4.3 16.8 1.7 21.1-5.7l15.5-26.8c4.3-7.3 1.8-16.8-5.6-21z\"]\n};\nvar faSnowman = {\n prefix: 'fas',\n iconName: 'snowman',\n icon: [512, 512, [], \"f7d0\", \"M510.9 152.3l-5.9-14.5c-3.3-8-12.6-11.9-20.8-8.7L456 140.6v-29c0-8.6-7.2-15.6-16-15.6h-16c-8.8 0-16 7-16 15.6v46.9c0 .5.3 1 .3 1.5l-56.4 23c-5.9-10-13.3-18.9-22-26.6 13.6-16.6 22-37.4 22-60.5 0-53-43-96-96-96s-96 43-96 96c0 23.1 8.5 43.9 22 60.5-8.7 7.7-16 16.6-22 26.6l-56.4-23c.1-.5.3-1 .3-1.5v-46.9C104 103 96.8 96 88 96H72c-8.8 0-16 7-16 15.6v29l-28.1-11.5c-8.2-3.2-17.5.7-20.8 8.7l-5.9 14.5c-3.3 8 .7 17.1 8.9 20.3l135.2 55.2c-.4 4-1.2 8-1.2 12.2 0 10.1 1.7 19.6 4.2 28.9C120.9 296.4 104 334.2 104 376c0 54 28.4 100.9 70.8 127.8 9.3 5.9 20.3 8.2 31.3 8.2h99.2c13.3 0 26.3-4.1 37.2-11.7 46.5-32.3 74.4-89.4 62.9-152.6-5.5-30.2-20.5-57.6-41.6-79 2.5-9.2 4.2-18.7 4.2-28.7 0-4.2-.8-8.1-1.2-12.2L502 172.6c8.1-3.1 12.1-12.2 8.9-20.3zM224 96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32 272c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-88s-16-23.2-16-32 7.2-16 16-16 16 7.2 16 16-16 32-16 32zm32-56c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"]\n};\nvar faSnowplow = {\n prefix: 'fas',\n iconName: 'snowplow',\n icon: [640, 512, [], \"f7d2\", \"M120 376c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm238.6 49.4c-14.5-14.5-22.6-34.1-22.6-54.6V269.2c0-20.5 8.1-40.1 22.6-54.6l36.7-36.7c6.2-6.2 6.2-16.4 0-22.6l-22.6-22.6c-6.2-6.2-16.4-6.2-22.6 0l-36.7 36.7c-26.5 26.5-41.4 62.4-41.4 99.9V288h-64v-50.9c0-8.7-1.8-17.2-5.2-25.2L364.5 29.1C356.9 11.4 339.6 0 320.3 0H176c-26.5 0-48 21.5-48 48v112h-16c-26.5 0-48 21.5-48 48v91.2C26.3 317.2 0 355.4 0 400c0 61.9 50.1 112 112 112h256c61.9 0 112-50.1 112-112 0-17.3-4.2-33.4-11.2-48H512v18.7c0 37.5 14.9 73.4 41.4 99.9l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0l22.6-22.6c6.2-6.2 6.2-16.4 0-22.6l-36.7-36.7zM192 64h117.8l68.6 160H256l-64-64V64zm176 384H112c-26.5 0-48-21.5-48-48s21.5-48 48-48h256c26.5 0 48 21.5 48 48s-21.5 48-48 48z\"]\n};\nvar faSocks = {\n prefix: 'fas',\n iconName: 'socks',\n icon: [512, 512, [], \"f696\", \"M214.66 311.01L288 256V96H128v176l-86.65 64.61c-39.4 29.56-53.86 84.42-29.21 127.06C30.39 495.25 63.27 512 96.08 512c20.03 0 40.25-6.25 57.52-19.2l21.86-16.39c-29.85-55.38-13.54-125.84 39.2-165.4zM288 32c0-11.05 3.07-21.3 8.02-30.38C293.4.92 290.85 0 288 0H160c-17.67 0-32 14.33-32 32v32h160V32zM480 0H352c-17.67 0-32 14.33-32 32v32h192V32c0-17.67-14.33-32-32-32zM320 272l-86.13 64.61c-39.4 29.56-53.86 84.42-29.21 127.06 18.25 31.58 50.61 48.33 83.42 48.33 20.03 0 40.25-6.25 57.52-19.2l115.2-86.4A127.997 127.997 0 0 0 512 304V96H320v176z\"]\n};\nvar faSolarPanel = {\n prefix: 'fas',\n iconName: 'solar-panel',\n icon: [640, 512, [], \"f5ba\", \"M431.98 448.01l-47.97.05V416h-128v32.21l-47.98.05c-8.82.01-15.97 7.16-15.98 15.99l-.05 31.73c-.01 8.85 7.17 16.03 16.02 16.02l223.96-.26c8.82-.01 15.97-7.16 15.98-15.98l.04-31.73c.01-8.85-7.17-16.03-16.02-16.02zM585.2 26.74C582.58 11.31 568.99 0 553.06 0H86.93C71 0 57.41 11.31 54.79 26.74-3.32 369.16.04 348.08.03 352c-.03 17.32 14.29 32 32.6 32h574.74c18.23 0 32.51-14.56 32.59-31.79.02-4.08 3.35 16.95-54.76-325.47zM259.83 64h120.33l9.77 96H250.06l9.77-96zm-75.17 256H71.09L90.1 208h105.97l-11.41 112zm16.29-160H98.24l16.29-96h96.19l-9.77 96zm32.82 160l11.4-112h149.65l11.4 112H233.77zm195.5-256h96.19l16.29 96H439.04l-9.77-96zm26.06 256l-11.4-112H549.9l19.01 112H455.33z\"]\n};\nvar faSort = {\n prefix: 'fas',\n iconName: 'sort',\n icon: [320, 512, [], \"f0dc\", \"M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z\"]\n};\nvar faSortAlphaDown = {\n prefix: 'fas',\n iconName: 'sort-alpha-down',\n icon: [448, 512, [], \"f15d\", \"M176 352h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm240-64H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 446.37V464a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 321.63V304a16 16 0 0 0-16-16zm31.06-85.38l-59.27-160A16 16 0 0 0 372.72 32h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 224h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 224H432a16 16 0 0 0 15.06-21.38zM335.61 144L352 96l16.39 48z\"]\n};\nvar faSortAlphaDownAlt = {\n prefix: 'fas',\n iconName: 'sort-alpha-down-alt',\n icon: [448, 512, [], \"f881\", \"M176 352h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm112-128h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 65.63V48a16 16 0 0 0-16-16H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 190.37V208a16 16 0 0 0 16 16zm159.06 234.62l-59.27-160A16 16 0 0 0 372.72 288h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 480h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 480H432a16 16 0 0 0 15.06-21.38zM335.61 400L352 352l16.39 48z\"]\n};\nvar faSortAlphaUp = {\n prefix: 'fas',\n iconName: 'sort-alpha-up',\n icon: [448, 512, [], \"f15e\", \"M16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160zm400 128H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 446.37V464a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 321.63V304a16 16 0 0 0-16-16zm31.06-85.38l-59.27-160A16 16 0 0 0 372.72 32h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 224h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 224H432a16 16 0 0 0 15.06-21.38zM335.61 144L352 96l16.39 48z\"]\n};\nvar faSortAlphaUpAlt = {\n prefix: 'fas',\n iconName: 'sort-alpha-up-alt',\n icon: [448, 512, [], \"f882\", \"M16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160zm272 64h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 65.63V48a16 16 0 0 0-16-16H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 190.37V208a16 16 0 0 0 16 16zm159.06 234.62l-59.27-160A16 16 0 0 0 372.72 288h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 480h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 480H432a16 16 0 0 0 15.06-21.38zM335.61 400L352 352l16.39 48z\"]\n};\nvar faSortAmountDown = {\n prefix: 'fas',\n iconName: 'sort-amount-down',\n icon: [512, 512, [], \"f160\", \"M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-128-64h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm256-192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faSortAmountDownAlt = {\n prefix: 'fas',\n iconName: 'sort-amount-down-alt',\n icon: [512, 512, [], \"f884\", \"M240 96h64a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm0 128h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm256 192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-256-64h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm-64 0h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352z\"]\n};\nvar faSortAmountUp = {\n prefix: 'fas',\n iconName: 'sort-amount-up',\n icon: [512, 512, [], \"f161\", \"M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.77 160 16 160zm416 0H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faSortAmountUpAlt = {\n prefix: 'fas',\n iconName: 'sort-amount-up-alt',\n icon: [512, 512, [], \"f885\", \"M240 96h64a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm0 128h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm256 192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-256-64h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zM16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.39-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160z\"]\n};\nvar faSortDown = {\n prefix: 'fas',\n iconName: 'sort-down',\n icon: [320, 512, [], \"f0dd\", \"M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z\"]\n};\nvar faSortNumericDown = {\n prefix: 'fas',\n iconName: 'sort-numeric-down',\n icon: [448, 512, [], \"f162\", \"M304 96h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-16V48a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 96zm26.15 162.91a79 79 0 0 0-55 54.17c-14.25 51.05 21.21 97.77 68.85 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.76 86.25-61.61 86.25-132V336c-.02-51.21-48.4-91.34-101.85-77.09zM352 356a20 20 0 1 1 20-20 20 20 0 0 1-20 20zm-176-4h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352z\"]\n};\nvar faSortNumericDownAlt = {\n prefix: 'fas',\n iconName: 'sort-numeric-down-alt',\n icon: [448, 512, [], \"f886\", \"M176 352h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm224 64h-16V304a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 352h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM330.17 34.91a79 79 0 0 0-55 54.17c-14.27 51.05 21.19 97.77 68.83 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.77 86.25-61.61 86.25-132V112c-.02-51.21-48.4-91.34-101.85-77.09zM352 132a20 20 0 1 1 20-20 20 20 0 0 1-20 20z\"]\n};\nvar faSortNumericUp = {\n prefix: 'fas',\n iconName: 'sort-numeric-up',\n icon: [448, 512, [], \"f163\", \"M330.17 258.91a79 79 0 0 0-55 54.17c-14.27 51.05 21.19 97.77 68.83 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.76 86.25-61.61 86.25-132V336c-.02-51.21-48.4-91.34-101.85-77.09zM352 356a20 20 0 1 1 20-20 20 20 0 0 1-20 20zM304 96h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-16V48a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 96zM107.31 36.69a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31z\"]\n};\nvar faSortNumericUpAlt = {\n prefix: 'fas',\n iconName: 'sort-numeric-up-alt',\n icon: [448, 512, [], \"f887\", \"M107.31 36.69a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31zM400 416h-16V304a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 352h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM330.17 34.91a79 79 0 0 0-55 54.17c-14.27 51.05 21.19 97.77 68.83 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.77 86.25-61.61 86.25-132V112c-.02-51.21-48.4-91.34-101.85-77.09zM352 132a20 20 0 1 1 20-20 20 20 0 0 1-20 20z\"]\n};\nvar faSortUp = {\n prefix: 'fas',\n iconName: 'sort-up',\n icon: [320, 512, [], \"f0de\", \"M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z\"]\n};\nvar faSpa = {\n prefix: 'fas',\n iconName: 'spa',\n icon: [576, 512, [], \"f5bb\", \"M568.25 192c-29.04.13-135.01 6.16-213.84 83-33.12 29.63-53.36 63.3-66.41 94.86-13.05-31.56-33.29-65.23-66.41-94.86-78.83-76.84-184.8-82.87-213.84-83-4.41-.02-7.79 3.4-7.75 7.82.23 27.92 7.14 126.14 88.77 199.3C172.79 480.94 256 480 288 480s115.19.95 199.23-80.88c81.64-73.17 88.54-171.38 88.77-199.3.04-4.42-3.34-7.84-7.75-7.82zM287.98 302.6c12.82-18.85 27.6-35.78 44.09-50.52 19.09-18.61 39.58-33.3 60.26-45.18-16.44-70.5-51.72-133.05-96.73-172.22-4.11-3.58-11.02-3.58-15.14 0-44.99 39.14-80.27 101.63-96.74 172.07 20.37 11.7 40.5 26.14 59.22 44.39a282.768 282.768 0 0 1 45.04 51.46z\"]\n};\nvar faSpaceShuttle = {\n prefix: 'fas',\n iconName: 'space-shuttle',\n icon: [640, 512, [], \"f197\", \"M592.604 208.244C559.735 192.836 515.777 184 472 184H186.327c-4.952-6.555-10.585-11.978-16.72-16H376C229.157 137.747 219.403 32 96.003 32H96v128H80V32c-26.51 0-48 28.654-48 64v64c-23.197 0-32 10.032-32 24v40c0 13.983 8.819 24 32 24v16c-23.197 0-32 10.032-32 24v40c0 13.983 8.819 24 32 24v64c0 35.346 21.49 64 48 64V352h16v128h.003c123.4 0 133.154-105.747 279.997-136H169.606c6.135-4.022 11.768-9.445 16.72-16H472c43.777 0 87.735-8.836 120.604-24.244C622.282 289.845 640 271.992 640 256s-17.718-33.845-47.396-47.756zM488 296a8 8 0 0 1-8-8v-64a8 8 0 0 1 8-8c31.909 0 31.942 80 0 80z\"]\n};\nvar faSpellCheck = {\n prefix: 'fas',\n iconName: 'spell-check',\n icon: [576, 512, [], \"f891\", \"M272 256h91.36c43.2 0 82-32.2 84.51-75.34a79.82 79.82 0 0 0-25.26-63.07 79.81 79.81 0 0 0 9.06-44.91C427.9 30.57 389.3 0 347 0h-75a16 16 0 0 0-16 16v224a16 16 0 0 0 16 16zm40-200h40a24 24 0 0 1 0 48h-40zm0 96h56a24 24 0 0 1 0 48h-56zM155.12 22.25A32 32 0 0 0 124.64 0H99.36a32 32 0 0 0-30.48 22.25L.59 235.73A16 16 0 0 0 16 256h24.93a16 16 0 0 0 15.42-11.73L68.29 208h87.42l11.94 36.27A16 16 0 0 0 183.07 256H208a16 16 0 0 0 15.42-20.27zM89.37 144L112 75.3l22.63 68.7zm482 132.48l-45.21-45.3a15.88 15.88 0 0 0-22.59 0l-151.5 151.5-55.41-55.5a15.88 15.88 0 0 0-22.59 0l-45.3 45.3a16 16 0 0 0 0 22.59l112 112.21a15.89 15.89 0 0 0 22.6 0l208-208.21a16 16 0 0 0-.02-22.59z\"]\n};\nvar faSpider = {\n prefix: 'fas',\n iconName: 'spider',\n icon: [576, 512, [], \"f717\", \"M151.17 167.35L177.1 176h4.67l5.22-26.12c.72-3.58 1.8-7.58 3.21-11.79l-20.29-40.58 23.8-71.39c2.79-8.38-1.73-17.44-10.12-20.24L168.42.82c-8.38-2.8-17.45 1.73-20.24 10.12l-25.89 77.68a32.04 32.04 0 0 0 1.73 24.43l27.15 54.3zm422.14 182.03l-52.75-79.12a32.002 32.002 0 0 0-26.62-14.25H416l68.99-24.36a32.03 32.03 0 0 0 16.51-12.61l53.6-80.41c4.9-7.35 2.91-17.29-4.44-22.19l-13.31-8.88c-7.35-4.9-17.29-2.91-22.19 4.44l-50.56 75.83L404.1 208H368l-10.37-51.85C355.44 145.18 340.26 96 288 96c-52.26 0-67.44 49.18-69.63 60.15L208 208h-36.1l-60.49-20.17L60.84 112c-4.9-7.35-14.83-9.34-22.19-4.44l-13.31 8.88c-7.35 4.9-9.34 14.83-4.44 22.19l53.6 80.41a32.03 32.03 0 0 0 16.51 12.61L160 256H82.06a32.02 32.02 0 0 0-26.63 14.25L2.69 349.38c-4.9 7.35-2.92 17.29 4.44 22.19l13.31 8.88c7.35 4.9 17.29 2.91 22.19-4.44l48-72h47.06l-60.83 97.33A31.988 31.988 0 0 0 72 418.3V496c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-73.11l74.08-118.53c-1.01 14.05-2.08 28.11-2.08 42.21C192 399.64 232.76 448 288 448s96-48.36 96-101.43c0-14.1-1.08-28.16-2.08-42.21L456 422.89V496c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-77.71c0-6-1.69-11.88-4.86-16.96L438.31 304h47.06l48 72c4.9 7.35 14.84 9.34 22.19 4.44l13.31-8.88c7.36-4.9 9.34-14.83 4.44-22.18zM406.09 97.51l-20.29 40.58c1.41 4.21 2.49 8.21 3.21 11.79l5.22 26.12h4.67l25.93-8.65 27.15-54.3a31.995 31.995 0 0 0 1.73-24.43l-25.89-77.68C425.03 2.56 415.96-1.98 407.58.82l-15.17 5.06c-8.38 2.8-12.91 11.86-10.12 20.24l23.8 71.39z\"]\n};\nvar faSpinner = {\n prefix: 'fas',\n iconName: 'spinner',\n icon: [512, 512, [], \"f110\", \"M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z\"]\n};\nvar faSplotch = {\n prefix: 'fas',\n iconName: 'splotch',\n icon: [512, 512, [], \"f5bc\", \"M472.29 195.89l-67.06-22.95c-19.28-6.6-33.54-20.92-38.14-38.3L351.1 74.19c-11.58-43.77-76.57-57.13-109.98-22.62l-46.14 47.67c-13.26 13.71-33.54 20.93-54.2 19.31l-71.88-5.62c-52.05-4.07-86.93 44.88-59.03 82.83l38.54 52.42c11.08 15.07 12.82 33.86 4.64 50.24L24.62 355.4c-20.59 41.25 22.84 84.87 73.49 73.81l69.96-15.28c20.11-4.39 41.45 0 57.07 11.73l54.32 40.83c39.32 29.56 101.04 7.57 104.45-37.22l4.7-61.86c1.35-17.79 12.8-33.86 30.63-42.99l62-31.74c44.88-22.96 39.59-80.17-8.95-96.79z\"]\n};\nvar faSprayCan = {\n prefix: 'fas',\n iconName: 'spray-can',\n icon: [512, 512, [], \"f5bd\", \"M224 32c0-17.67-14.33-32-32-32h-64c-17.67 0-32 14.33-32 32v96h128V32zm256 96c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm-256 32H96c-53.02 0-96 42.98-96 96v224c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V256c0-53.02-42.98-96-96-96zm-64 256c-44.18 0-80-35.82-80-80s35.82-80 80-80 80 35.82 80 80-35.82 80-80 80zM480 96c17.67 0 32-14.33 32-32s-14.33-32-32-32-32 14.33-32 32 14.33 32 32 32zm-96 32c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm-96-96c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm96 0c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm96 192c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z\"]\n};\nvar faSquare = {\n prefix: 'fas',\n iconName: 'square',\n icon: [448, 512, [], \"f0c8\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"]\n};\nvar faSquareFull = {\n prefix: 'fas',\n iconName: 'square-full',\n icon: [512, 512, [], \"f45c\", \"M512 512H0V0h512v512z\"]\n};\nvar faSquareRootAlt = {\n prefix: 'fas',\n iconName: 'square-root-alt',\n icon: [576, 512, [], \"f698\", \"M571.31 251.31l-22.62-22.62c-6.25-6.25-16.38-6.25-22.63 0L480 274.75l-46.06-46.06c-6.25-6.25-16.38-6.25-22.63 0l-22.62 22.62c-6.25 6.25-6.25 16.38 0 22.63L434.75 320l-46.06 46.06c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L480 365.25l46.06 46.06c6.25 6.25 16.38 6.25 22.63 0l22.62-22.62c6.25-6.25 6.25-16.38 0-22.63L525.25 320l46.06-46.06c6.25-6.25 6.25-16.38 0-22.63zM552 0H307.65c-14.54 0-27.26 9.8-30.95 23.87l-84.79 322.8-58.41-106.1A32.008 32.008 0 0 0 105.47 224H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h43.62l88.88 163.73C168.99 503.5 186.3 512 204.94 512c17.27 0 44.44-9 54.28-41.48L357.03 96H552c13.25 0 24-10.75 24-24V24c0-13.26-10.75-24-24-24z\"]\n};\nvar faStamp = {\n prefix: 'fas',\n iconName: 'stamp',\n icon: [512, 512, [], \"f5bf\", \"M32 512h448v-64H32v64zm384-256h-66.56c-16.26 0-29.44-13.18-29.44-29.44v-9.46c0-27.37 8.88-53.41 21.46-77.72 9.11-17.61 12.9-38.39 9.05-60.42-6.77-38.78-38.47-70.7-77.26-77.45C212.62-9.04 160 37.33 160 96c0 14.16 3.12 27.54 8.69 39.58C182.02 164.43 192 194.7 192 226.49v.07c0 16.26-13.18 29.44-29.44 29.44H96c-53.02 0-96 42.98-96 96v32c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-32c0-53.02-42.98-96-96-96z\"]\n};\nvar faStar = {\n prefix: 'fas',\n iconName: 'star',\n icon: [576, 512, [], \"f005\", \"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"]\n};\nvar faStarAndCrescent = {\n prefix: 'fas',\n iconName: 'star-and-crescent',\n icon: [512, 512, [], \"f699\", \"M340.47 466.36c-1.45 0-6.89.46-9.18.46-116.25 0-210.82-94.57-210.82-210.82S215.04 45.18 331.29 45.18c2.32 0 7.7.46 9.18.46 7.13 0 13.33-5.03 14.75-12.07 1.46-7.25-2.55-14.49-9.47-17.09C316.58 5.54 286.39 0 256 0 114.84 0 0 114.84 0 256s114.84 256 256 256c30.23 0 60.28-5.49 89.32-16.32 5.96-2.02 10.28-7.64 10.28-14.26 0-8.09-6.39-15.06-15.13-15.06zm162.99-252.5l-76.38-11.1-34.16-69.21c-1.83-3.7-5.38-5.55-8.93-5.55s-7.1 1.85-8.93 5.55l-34.16 69.21-76.38 11.1c-8.17 1.18-11.43 11.22-5.52 16.99l55.27 53.87-13.05 76.07c-1.11 6.44 4.01 11.66 9.81 11.66 1.53 0 3.11-.36 4.64-1.17L384 335.37l68.31 35.91c1.53.8 3.11 1.17 4.64 1.17 5.8 0 10.92-5.23 9.81-11.66l-13.05-76.07 55.27-53.87c5.91-5.77 2.65-15.81-5.52-16.99z\"]\n};\nvar faStarHalf = {\n prefix: 'fas',\n iconName: 'star-half',\n icon: [576, 512, [], \"f089\", \"M288 0c-11.4 0-22.8 5.9-28.7 17.8L194 150.2 47.9 171.4c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.1 23 46 46.4 33.7L288 439.6V0z\"]\n};\nvar faStarHalfAlt = {\n prefix: 'fas',\n iconName: 'star-half-alt',\n icon: [536, 512, [], \"f5c0\", \"M508.55 171.51L362.18 150.2 296.77 17.81C290.89 5.98 279.42 0 267.95 0c-11.4 0-22.79 5.9-28.69 17.81l-65.43 132.38-146.38 21.29c-26.25 3.8-36.77 36.09-17.74 54.59l105.89 103-25.06 145.48C86.98 495.33 103.57 512 122.15 512c4.93 0 10-1.17 14.87-3.75l130.95-68.68 130.94 68.7c4.86 2.55 9.92 3.71 14.83 3.71 18.6 0 35.22-16.61 31.66-37.4l-25.03-145.49 105.91-102.98c19.04-18.5 8.52-50.8-17.73-54.6zm-121.74 123.2l-18.12 17.62 4.28 24.88 19.52 113.45-102.13-53.59-22.38-11.74.03-317.19 51.03 103.29 11.18 22.63 25.01 3.64 114.23 16.63-82.65 80.38z\"]\n};\nvar faStarOfDavid = {\n prefix: 'fas',\n iconName: 'star-of-david',\n icon: [464, 512, [], \"f69a\", \"M405.68 256l53.21-89.39C473.3 142.4 455.48 112 426.88 112H319.96l-55.95-93.98C256.86 6.01 244.43 0 232 0s-24.86 6.01-32.01 18.02L144.04 112H37.11c-28.6 0-46.42 30.4-32.01 54.61L58.32 256 5.1 345.39C-9.31 369.6 8.51 400 37.11 400h106.93l55.95 93.98C207.14 505.99 219.57 512 232 512s24.86-6.01 32.01-18.02L319.96 400h106.93c28.6 0 46.42-30.4 32.01-54.61L405.68 256zm-12.78-88l-19.8 33.26L353.3 168h39.6zm-52.39 88l-52.39 88H175.88l-52.39-88 52.38-88h112.25l52.39 88zM232 73.72L254.79 112h-45.57L232 73.72zM71.1 168h39.6l-19.8 33.26L71.1 168zm0 176l19.8-33.26L110.7 344H71.1zM232 438.28L209.21 400h45.57L232 438.28zM353.29 344l19.8-33.26L392.9 344h-39.61z\"]\n};\nvar faStarOfLife = {\n prefix: 'fas',\n iconName: 'star-of-life',\n icon: [480, 512, [], \"f621\", \"M471.99 334.43L336.06 256l135.93-78.43c7.66-4.42 10.28-14.2 5.86-21.86l-32.02-55.43c-4.42-7.65-14.21-10.28-21.87-5.86l-135.93 78.43V16c0-8.84-7.17-16-16.01-16h-64.04c-8.84 0-16.01 7.16-16.01 16v156.86L56.04 94.43c-7.66-4.42-17.45-1.79-21.87 5.86L2.15 155.71c-4.42 7.65-1.8 17.44 5.86 21.86L143.94 256 8.01 334.43c-7.66 4.42-10.28 14.21-5.86 21.86l32.02 55.43c4.42 7.65 14.21 10.27 21.87 5.86l135.93-78.43V496c0 8.84 7.17 16 16.01 16h64.04c8.84 0 16.01-7.16 16.01-16V339.14l135.93 78.43c7.66 4.42 17.45 1.8 21.87-5.86l32.02-55.43c4.42-7.65 1.8-17.43-5.86-21.85z\"]\n};\nvar faStepBackward = {\n prefix: 'fas',\n iconName: 'step-backward',\n icon: [448, 512, [], \"f048\", \"M64 468V44c0-6.6 5.4-12 12-12h48c6.6 0 12 5.4 12 12v176.4l195.5-181C352.1 22.3 384 36.6 384 64v384c0 27.4-31.9 41.7-52.5 24.6L136 292.7V468c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12z\"]\n};\nvar faStepForward = {\n prefix: 'fas',\n iconName: 'step-forward',\n icon: [448, 512, [], \"f051\", \"M384 44v424c0 6.6-5.4 12-12 12h-48c-6.6 0-12-5.4-12-12V291.6l-195.5 181C95.9 489.7 64 475.4 64 448V64c0-27.4 31.9-41.7 52.5-24.6L312 219.3V44c0-6.6 5.4-12 12-12h48c6.6 0 12 5.4 12 12z\"]\n};\nvar faStethoscope = {\n prefix: 'fas',\n iconName: 'stethoscope',\n icon: [512, 512, [], \"f0f1\", \"M447.1 112c-34.2.5-62.3 28.4-63 62.6-.5 24.3 12.5 45.6 32 56.8V344c0 57.3-50.2 104-112 104-60 0-109.2-44.1-111.9-99.2C265 333.8 320 269.2 320 192V36.6c0-11.4-8.1-21.3-19.3-23.5L237.8.5c-13-2.6-25.6 5.8-28.2 18.8L206.4 35c-2.6 13 5.8 25.6 18.8 28.2l30.7 6.1v121.4c0 52.9-42.2 96.7-95.1 97.2-53.4.5-96.9-42.7-96.9-96V69.4l30.7-6.1c13-2.6 21.4-15.2 18.8-28.2l-3.1-15.7C107.7 6.4 95.1-2 82.1.6L19.3 13C8.1 15.3 0 25.1 0 36.6V192c0 77.3 55.1 142 128.1 156.8C130.7 439.2 208.6 512 304 512c97 0 176-75.4 176-168V231.4c19.1-11.1 32-31.7 32-55.4 0-35.7-29.2-64.5-64.9-64zm.9 80c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"]\n};\nvar faStickyNote = {\n prefix: 'fas',\n iconName: 'sticky-note',\n icon: [448, 512, [], \"f249\", \"M312 320h136V56c0-13.3-10.7-24-24-24H24C10.7 32 0 42.7 0 56v400c0 13.3 10.7 24 24 24h264V344c0-13.2 10.8-24 24-24zm129 55l-98 98c-4.5 4.5-10.6 7-17 7h-6V352h128v6.1c0 6.3-2.5 12.4-7 16.9z\"]\n};\nvar faStop = {\n prefix: 'fas',\n iconName: 'stop',\n icon: [448, 512, [], \"f04d\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"]\n};\nvar faStopCircle = {\n prefix: 'fas',\n iconName: 'stop-circle',\n icon: [512, 512, [], \"f28d\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm96 328c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h160c8.8 0 16 7.2 16 16v160z\"]\n};\nvar faStopwatch = {\n prefix: 'fas',\n iconName: 'stopwatch',\n icon: [448, 512, [], \"f2f2\", \"M432 304c0 114.9-93.1 208-208 208S16 418.9 16 304c0-104 76.3-190.2 176-205.5V64h-28c-6.6 0-12-5.4-12-12V12c0-6.6 5.4-12 12-12h120c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-28v34.5c37.5 5.8 71.7 21.6 99.7 44.6l27.5-27.5c4.7-4.7 12.3-4.7 17 0l28.3 28.3c4.7 4.7 4.7 12.3 0 17l-29.4 29.4-.6.6C419.7 223.3 432 262.2 432 304zm-176 36V188.5c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12V340c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12z\"]\n};\nvar faStore = {\n prefix: 'fas',\n iconName: 'store',\n icon: [616, 512, [], \"f54e\", \"M602 118.6L537.1 15C531.3 5.7 521 0 510 0H106C95 0 84.7 5.7 78.9 15L14 118.6c-33.5 53.5-3.8 127.9 58.8 136.4 4.5.6 9.1.9 13.7.9 29.6 0 55.8-13 73.8-33.1 18 20.1 44.3 33.1 73.8 33.1 29.6 0 55.8-13 73.8-33.1 18 20.1 44.3 33.1 73.8 33.1 29.6 0 55.8-13 73.8-33.1 18.1 20.1 44.3 33.1 73.8 33.1 4.7 0 9.2-.3 13.7-.9 62.8-8.4 92.6-82.8 59-136.4zM529.5 288c-10 0-19.9-1.5-29.5-3.8V384H116v-99.8c-9.6 2.2-19.5 3.8-29.5 3.8-6 0-12.1-.4-18-1.2-5.6-.8-11.1-2.1-16.4-3.6V480c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32V283.2c-5.4 1.6-10.8 2.9-16.4 3.6-6.1.8-12.1 1.2-18.2 1.2z\"]\n};\nvar faStoreAlt = {\n prefix: 'fas',\n iconName: 'store-alt',\n icon: [640, 512, [], \"f54f\", \"M320 384H128V224H64v256c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32V224h-64v160zm314.6-241.8l-85.3-128c-6-8.9-16-14.2-26.7-14.2H117.4c-10.7 0-20.7 5.3-26.6 14.2l-85.3 128c-14.2 21.3 1 49.8 26.6 49.8H608c25.5 0 40.7-28.5 26.6-49.8zM512 496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V224h-64v272z\"]\n};\nvar faStream = {\n prefix: 'fas',\n iconName: 'stream',\n icon: [512, 512, [], \"f550\", \"M16 128h416c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H16C7.16 32 0 39.16 0 48v64c0 8.84 7.16 16 16 16zm480 80H80c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm-64 176H16c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16z\"]\n};\nvar faStreetView = {\n prefix: 'fas',\n iconName: 'street-view',\n icon: [512, 512, [], \"f21d\", \"M367.9 329.76c-4.62 5.3-9.78 10.1-15.9 13.65v22.94c66.52 9.34 112 28.05 112 49.65 0 30.93-93.12 56-208 56S48 446.93 48 416c0-21.6 45.48-40.3 112-49.65v-22.94c-6.12-3.55-11.28-8.35-15.9-13.65C58.87 345.34 0 378.05 0 416c0 53.02 114.62 96 256 96s256-42.98 256-96c0-37.95-58.87-70.66-144.1-86.24zM256 128c35.35 0 64-28.65 64-64S291.35 0 256 0s-64 28.65-64 64 28.65 64 64 64zm-64 192v96c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-96c17.67 0 32-14.33 32-32v-96c0-26.51-21.49-48-48-48h-11.8c-11.07 5.03-23.26 8-36.2 8s-25.13-2.97-36.2-8H208c-26.51 0-48 21.49-48 48v96c0 17.67 14.33 32 32 32z\"]\n};\nvar faStrikethrough = {\n prefix: 'fas',\n iconName: 'strikethrough',\n icon: [512, 512, [], \"f0cc\", \"M496 224H293.9l-87.17-26.83A43.55 43.55 0 0 1 219.55 112h66.79A49.89 49.89 0 0 1 331 139.58a16 16 0 0 0 21.46 7.15l42.94-21.47a16 16 0 0 0 7.16-21.46l-.53-1A128 128 0 0 0 287.51 32h-68a123.68 123.68 0 0 0-123 135.64c2 20.89 10.1 39.83 21.78 56.36H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h480a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-180.24 96A43 43 0 0 1 336 356.45 43.59 43.59 0 0 1 292.45 400h-66.79A49.89 49.89 0 0 1 181 372.42a16 16 0 0 0-21.46-7.15l-42.94 21.47a16 16 0 0 0-7.16 21.46l.53 1A128 128 0 0 0 224.49 480h68a123.68 123.68 0 0 0 123-135.64 114.25 114.25 0 0 0-5.34-24.36z\"]\n};\nvar faStroopwafel = {\n prefix: 'fas',\n iconName: 'stroopwafel',\n icon: [512, 512, [], \"f551\", \"M188.12 210.74L142.86 256l45.25 45.25L233.37 256l-45.25-45.26zm113.13-22.62L256 142.86l-45.25 45.25L256 233.37l45.25-45.25zm-90.5 135.76L256 369.14l45.26-45.26L256 278.63l-45.25 45.25zM256 0C114.62 0 0 114.62 0 256s114.62 256 256 256 256-114.62 256-256S397.38 0 256 0zm186.68 295.6l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-28.29-28.29-45.25 45.25 33.94 33.94 16.97-16.97c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-16.97 16.97 16.97 16.97c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-16.97-16.97-16.97 16.97c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l16.97-16.97-33.94-33.94-45.26 45.26 28.29 28.29c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0L256 414.39l-28.29 28.29c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l28.29-28.29-45.25-45.26-33.94 33.94 16.97 16.97c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-16.97-16.97-16.97 16.97c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l16.97-16.97-16.97-16.97c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l16.97 16.97 33.94-33.94-45.25-45.25-28.29 28.29c-3.12 3.12-8.19 3.12-11.31 0L69.32 295.6c-3.12-3.12-3.12-8.19 0-11.31L97.61 256l-28.29-28.29c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l28.29 28.29 45.25-45.26-33.94-33.94-16.97 16.97c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l16.97-16.97-16.97-16.97c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l16.97 16.97 16.97-16.97c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-16.97 16.97 33.94 33.94 45.26-45.25-28.29-28.29c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0L256 97.61l28.29-28.29c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-28.29 28.29 45.26 45.25 33.94-33.94-16.97-16.97c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l16.97 16.97 16.97-16.97c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-16.97 16.97 16.97 16.97c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-16.97-16.97-33.94 33.94 45.25 45.26 28.29-28.29c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31L414.39 256l28.29 28.28a8.015 8.015 0 0 1 0 11.32zM278.63 256l45.26 45.25L369.14 256l-45.25-45.26L278.63 256z\"]\n};\nvar faSubscript = {\n prefix: 'fas',\n iconName: 'subscript',\n icon: [512, 512, [], \"f12c\", \"M496 448h-16V304a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 400 352h16v96h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM336 64h-67a16 16 0 0 0-13.14 6.87l-79.9 115-79.9-115A16 16 0 0 0 83 64H16A16 16 0 0 0 0 80v48a16 16 0 0 0 16 16h33.48l77.81 112-77.81 112H16a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h67a16 16 0 0 0 13.14-6.87l79.9-115 79.9 115A16 16 0 0 0 269 448h67a16 16 0 0 0 16-16v-48a16 16 0 0 0-16-16h-33.48l-77.81-112 77.81-112H336a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16z\"]\n};\nvar faSubway = {\n prefix: 'fas',\n iconName: 'subway',\n icon: [448, 512, [], \"f239\", \"M448 96v256c0 51.815-61.624 96-130.022 96l62.98 49.721C386.905 502.417 383.562 512 376 512H72c-7.578 0-10.892-9.594-4.957-14.279L130.022 448C61.82 448 0 403.954 0 352V96C0 42.981 64 0 128 0h192c65 0 128 42.981 128 96zM200 232V120c0-13.255-10.745-24-24-24H72c-13.255 0-24 10.745-24 24v112c0 13.255 10.745 24 24 24h104c13.255 0 24-10.745 24-24zm200 0V120c0-13.255-10.745-24-24-24H272c-13.255 0-24 10.745-24 24v112c0 13.255 10.745 24 24 24h104c13.255 0 24-10.745 24-24zm-48 56c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm-256 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z\"]\n};\nvar faSuitcase = {\n prefix: 'fas',\n iconName: 'suitcase',\n icon: [512, 512, [], \"f0f2\", \"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"]\n};\nvar faSuitcaseRolling = {\n prefix: 'fas',\n iconName: 'suitcase-rolling',\n icon: [384, 512, [], \"f5c1\", \"M336 160H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h16v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16h128v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16h16c26.51 0 48-21.49 48-48V208c0-26.51-21.49-48-48-48zm-16 216c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h240c4.42 0 8 3.58 8 8v16zm0-96c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h240c4.42 0 8 3.58 8 8v16zM144 48h96v80h48V48c0-26.51-21.49-48-48-48h-96c-26.51 0-48 21.49-48 48v80h48V48z\"]\n};\nvar faSun = {\n prefix: 'fas',\n iconName: 'sun',\n icon: [512, 512, [], \"f185\", \"M256 160c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm246.4 80.5l-94.7-47.3 33.5-100.4c4.5-13.6-8.4-26.5-21.9-21.9l-100.4 33.5-47.4-94.8c-6.4-12.8-24.6-12.8-31 0l-47.3 94.7L92.7 70.8c-13.6-4.5-26.5 8.4-21.9 21.9l33.5 100.4-94.7 47.4c-12.8 6.4-12.8 24.6 0 31l94.7 47.3-33.5 100.5c-4.5 13.6 8.4 26.5 21.9 21.9l100.4-33.5 47.3 94.7c6.4 12.8 24.6 12.8 31 0l47.3-94.7 100.4 33.5c13.6 4.5 26.5-8.4 21.9-21.9l-33.5-100.4 94.7-47.3c13-6.5 13-24.7.2-31.1zm-155.9 106c-49.9 49.9-131.1 49.9-181 0-49.9-49.9-49.9-131.1 0-181 49.9-49.9 131.1-49.9 181 0 49.9 49.9 49.9 131.1 0 181z\"]\n};\nvar faSuperscript = {\n prefix: 'fas',\n iconName: 'superscript',\n icon: [512, 512, [], \"f12b\", \"M496 160h-16V16a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 400 64h16v96h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM336 64h-67a16 16 0 0 0-13.14 6.87l-79.9 115-79.9-115A16 16 0 0 0 83 64H16A16 16 0 0 0 0 80v48a16 16 0 0 0 16 16h33.48l77.81 112-77.81 112H16a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h67a16 16 0 0 0 13.14-6.87l79.9-115 79.9 115A16 16 0 0 0 269 448h67a16 16 0 0 0 16-16v-48a16 16 0 0 0-16-16h-33.48l-77.81-112 77.81-112H336a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16z\"]\n};\nvar faSurprise = {\n prefix: 'fas',\n iconName: 'surprise',\n icon: [496, 512, [], \"f5c2\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 208c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm112 208c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm80-176c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faSwatchbook = {\n prefix: 'fas',\n iconName: 'swatchbook',\n icon: [512, 512, [], \"f5c3\", \"M434.66,167.71h0L344.5,77.36a31.83,31.83,0,0,0-45-.07h0l-.07.07L224,152.88V424L434.66,212.9A32,32,0,0,0,434.66,167.71ZM480,320H373.09L186.68,506.51c-2.06,2.07-4.5,3.58-6.68,5.49H480a32,32,0,0,0,32-32V352A32,32,0,0,0,480,320ZM192,32A32,32,0,0,0,160,0H32A32,32,0,0,0,0,32V416a96,96,0,0,0,192,0ZM96,440a24,24,0,1,1,24-24A24,24,0,0,1,96,440Zm32-184H64V192h64Zm0-128H64V64h64Z\"]\n};\nvar faSwimmer = {\n prefix: 'fas',\n iconName: 'swimmer',\n icon: [640, 512, [], \"f5c4\", \"M189.61 310.58c3.54 3.26 15.27 9.42 34.39 9.42s30.86-6.16 34.39-9.42c16.02-14.77 34.5-22.58 53.46-22.58h16.3c18.96 0 37.45 7.81 53.46 22.58 3.54 3.26 15.27 9.42 34.39 9.42s30.86-6.16 34.39-9.42c14.86-13.71 31.88-21.12 49.39-22.16l-112.84-80.6 18-12.86c3.64-2.58 8.28-3.52 12.62-2.61l100.35 21.53c25.91 5.53 51.44-10.97 57-36.88 5.55-25.92-10.95-51.44-36.88-57L437.68 98.47c-30.73-6.58-63.02.12-88.56 18.38l-80.02 57.17c-10.38 7.39-19.36 16.44-26.72 26.94L173.75 299c5.47 3.23 10.82 6.93 15.86 11.58zM624 352h-16c-26.04 0-45.8-8.42-56.09-17.9-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C461.8 343.58 442.04 352 416 352s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C269.8 343.58 250.04 352 224 352s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C77.8 343.58 58.04 352 32 352H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16c38.62 0 72.72-12.19 96-31.84 23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84h16c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-512-96c44.18 0 80-35.82 80-80s-35.82-80-80-80-80 35.82-80 80 35.82 80 80 80z\"]\n};\nvar faSwimmingPool = {\n prefix: 'fas',\n iconName: 'swimming-pool',\n icon: [640, 512, [], \"f5c5\", \"M624 416h-16c-26.04 0-45.8-8.42-56.09-17.9-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C461.8 407.58 442.04 416 416 416s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C269.8 407.58 250.04 416 224 416s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C77.8 407.58 58.04 416 32 416H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16c38.62 0 72.72-12.19 96-31.84 23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84h16c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-400-32v-96h192v96c19.12 0 30.86-6.16 34.39-9.42 9.17-8.46 19.2-14.34 29.61-18.07V128c0-17.64 14.36-32 32-32s32 14.36 32 32v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16c0-52.94-43.06-96-96-96s-96 43.06-96 96v96H224v-96c0-17.64 14.36-32 32-32s32 14.36 32 32v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16c0-52.94-43.06-96-96-96s-96 43.06-96 96v228.5c10.41 3.73 20.44 9.62 29.61 18.07 3.53 3.27 15.27 9.43 34.39 9.43z\"]\n};\nvar faSynagogue = {\n prefix: 'fas',\n iconName: 'synagogue',\n icon: [640, 512, [], \"f69b\", \"M70 196.51L6.67 268.29A26.643 26.643 0 0 0 0 285.93V512h128V239.58l-38-43.07c-5.31-6.01-14.69-6.01-20 0zm563.33 71.78L570 196.51c-5.31-6.02-14.69-6.02-20 0l-38 43.07V512h128V285.93c0-6.5-2.37-12.77-6.67-17.64zM339.99 7.01c-11.69-9.35-28.29-9.35-39.98 0l-128 102.4A32.005 32.005 0 0 0 160 134.4V512h96v-92.57c0-31.88 21.78-61.43 53.25-66.55C349.34 346.35 384 377.13 384 416v96h96V134.4c0-9.72-4.42-18.92-12.01-24.99l-128-102.4zm52.07 215.55c1.98 3.15-.29 7.24-4 7.24h-38.94L324 269.79c-1.85 2.95-6.15 2.95-8 0l-25.12-39.98h-38.94c-3.72 0-5.98-4.09-4-7.24l19.2-30.56-19.2-30.56c-1.98-3.15.29-7.24 4-7.24h38.94l25.12-40c1.85-2.95 6.15-2.95 8 0l25.12 39.98h38.95c3.71 0 5.98 4.09 4 7.24L372.87 192l19.19 30.56z\"]\n};\nvar faSync = {\n prefix: 'fas',\n iconName: 'sync',\n icon: [512, 512, [], \"f021\", \"M440.65 12.57l4 82.77A247.16 247.16 0 0 0 255.83 8C134.73 8 33.91 94.92 12.29 209.82A12 12 0 0 0 24.09 224h49.05a12 12 0 0 0 11.67-9.26 175.91 175.91 0 0 1 317-56.94l-101.46-4.86a12 12 0 0 0-12.57 12v47.41a12 12 0 0 0 12 12H500a12 12 0 0 0 12-12V12a12 12 0 0 0-12-12h-47.37a12 12 0 0 0-11.98 12.57zM255.83 432a175.61 175.61 0 0 1-146-77.8l101.8 4.87a12 12 0 0 0 12.57-12v-47.4a12 12 0 0 0-12-12H12a12 12 0 0 0-12 12V500a12 12 0 0 0 12 12h47.35a12 12 0 0 0 12-12.6l-4.15-82.57A247.17 247.17 0 0 0 255.83 504c121.11 0 221.93-86.92 243.55-201.82a12 12 0 0 0-11.8-14.18h-49.05a12 12 0 0 0-11.67 9.26A175.86 175.86 0 0 1 255.83 432z\"]\n};\nvar faSyncAlt = {\n prefix: 'fas',\n iconName: 'sync-alt',\n icon: [512, 512, [], \"f2f1\", \"M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z\"]\n};\nvar faSyringe = {\n prefix: 'fas',\n iconName: 'syringe',\n icon: [512, 512, [], \"f48e\", \"M201.5 174.8l55.7 55.8c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-55.7-55.8-45.3 45.3 55.8 55.8c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0L111 265.2l-26.4 26.4c-17.3 17.3-25.6 41.1-23 65.4l7.1 63.6L2.3 487c-3.1 3.1-3.1 8.2 0 11.3l11.3 11.3c3.1 3.1 8.2 3.1 11.3 0l66.3-66.3 63.6 7.1c23.9 2.6 47.9-5.4 65.4-23l181.9-181.9-135.7-135.7-64.9 65zm308.2-93.3L430.5 2.3c-3.1-3.1-8.2-3.1-11.3 0l-11.3 11.3c-3.1 3.1-3.1 8.2 0 11.3l28.3 28.3-45.3 45.3-56.6-56.6-17-17c-3.1-3.1-8.2-3.1-11.3 0l-33.9 33.9c-3.1 3.1-3.1 8.2 0 11.3l17 17L424.8 223l17 17c3.1 3.1 8.2 3.1 11.3 0l33.9-34c3.1-3.1 3.1-8.2 0-11.3l-73.5-73.5 45.3-45.3 28.3 28.3c3.1 3.1 8.2 3.1 11.3 0l11.3-11.3c3.1-3.2 3.1-8.2 0-11.4z\"]\n};\nvar faTable = {\n prefix: 'fas',\n iconName: 'table',\n icon: [512, 512, [], \"f0ce\", \"M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM224 416H64v-96h160v96zm0-160H64v-96h160v96zm224 160H288v-96h160v96zm0-160H288v-96h160v96z\"]\n};\nvar faTableTennis = {\n prefix: 'fas',\n iconName: 'table-tennis',\n icon: [512, 512, [], \"f45d\", \"M496.2 296.5C527.7 218.7 512 126.2 449 63.1 365.1-21 229-21 145.1 63.1l-56 56.1 211.5 211.5c46.1-62.1 131.5-77.4 195.6-34.2zm-217.9 79.7L57.9 155.9c-27.3 45.3-21.7 105 17.3 144.1l34.5 34.6L6.7 424c-8.6 7.5-9.1 20.7-1 28.8l53.4 53.5c8 8.1 21.2 7.6 28.7-1L177.1 402l35.7 35.7c19.7 19.7 44.6 30.5 70.3 33.3-7.1-17-11-35.6-11-55.1-.1-13.8 2.5-27 6.2-39.7zM416 320c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96z\"]\n};\nvar faTablet = {\n prefix: 'fas',\n iconName: 'tablet',\n icon: [448, 512, [], \"f10a\", \"M400 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM224 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faTabletAlt = {\n prefix: 'fas',\n iconName: 'tablet-alt',\n icon: [448, 512, [], \"f3fa\", \"M400 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM224 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm176-108c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h328c6.6 0 12 5.4 12 12v312z\"]\n};\nvar faTablets = {\n prefix: 'fas',\n iconName: 'tablets',\n icon: [640, 512, [], \"f490\", \"M160 192C78.9 192 12.5 250.5.1 326.7c-.8 4.8 3.3 9.3 8.3 9.3h303.3c5 0 9.1-4.5 8.3-9.3C307.5 250.5 241.1 192 160 192zm151.6 176H8.4c-5 0-9.1 4.5-8.3 9.3C12.5 453.5 78.9 512 160 512s147.5-58.5 159.9-134.7c.8-4.8-3.3-9.3-8.3-9.3zM593.4 46.6c-56.5-56.5-144.2-61.4-206.9-16-4 2.9-4.3 8.9-.8 12.3L597 254.3c3.5 3.5 9.5 3.2 12.3-.8 45.5-62.7 40.6-150.4-15.9-206.9zM363 65.7c-3.5-3.5-9.5-3.2-12.3.8-45.4 62.7-40.5 150.4 15.9 206.9 56.5 56.5 144.2 61.4 206.9 15.9 4-2.9 4.3-8.9.8-12.3L363 65.7z\"]\n};\nvar faTachometerAlt = {\n prefix: 'fas',\n iconName: 'tachometer-alt',\n icon: [576, 512, [], \"f3fd\", \"M288 32C128.94 32 0 160.94 0 320c0 52.8 14.25 102.26 39.06 144.8 5.61 9.62 16.3 15.2 27.44 15.2h443c11.14 0 21.83-5.58 27.44-15.2C561.75 422.26 576 372.8 576 320c0-159.06-128.94-288-288-288zm0 64c14.71 0 26.58 10.13 30.32 23.65-1.11 2.26-2.64 4.23-3.45 6.67l-9.22 27.67c-5.13 3.49-10.97 6.01-17.64 6.01-17.67 0-32-14.33-32-32S270.33 96 288 96zM96 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm48-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm246.77-72.41l-61.33 184C343.13 347.33 352 364.54 352 384c0 11.72-3.38 22.55-8.88 32H232.88c-5.5-9.45-8.88-20.28-8.88-32 0-33.94 26.5-61.43 59.9-63.59l61.34-184.01c4.17-12.56 17.73-19.45 30.36-15.17 12.57 4.19 19.35 17.79 15.17 30.36zm14.66 57.2l15.52-46.55c3.47-1.29 7.13-2.23 11.05-2.23 17.67 0 32 14.33 32 32s-14.33 32-32 32c-11.38-.01-20.89-6.28-26.57-15.22zM480 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faTag = {\n prefix: 'fas',\n iconName: 'tag',\n icon: [512, 512, [], \"f02b\", \"M0 252.118V48C0 21.49 21.49 0 48 0h204.118a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882L293.823 497.941c-18.745 18.745-49.137 18.745-67.882 0L14.059 286.059A48 48 0 0 1 0 252.118zM112 64c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z\"]\n};\nvar faTags = {\n prefix: 'fas',\n iconName: 'tags',\n icon: [640, 512, [], \"f02c\", \"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"]\n};\nvar faTape = {\n prefix: 'fas',\n iconName: 'tape',\n icon: [640, 512, [], \"f4db\", \"M224 192c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64zm400 224H380.6c41.5-40.7 67.4-97.3 67.4-160 0-123.7-100.3-224-224-224S0 132.3 0 256s100.3 224 224 224h400c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-400-64c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96z\"]\n};\nvar faTasks = {\n prefix: 'fas',\n iconName: 'tasks',\n icon: [512, 512, [], \"f0ae\", \"M139.61 35.5a12 12 0 0 0-17 0L58.93 98.81l-22.7-22.12a12 12 0 0 0-17 0L3.53 92.41a12 12 0 0 0 0 17l47.59 47.4a12.78 12.78 0 0 0 17.61 0l15.59-15.62L156.52 69a12.09 12.09 0 0 0 .09-17zm0 159.19a12 12 0 0 0-17 0l-63.68 63.72-22.7-22.1a12 12 0 0 0-17 0L3.53 252a12 12 0 0 0 0 17L51 316.5a12.77 12.77 0 0 0 17.6 0l15.7-15.69 72.2-72.22a12 12 0 0 0 .09-16.9zM64 368c-26.49 0-48.59 21.5-48.59 48S37.53 464 64 464a48 48 0 0 0 0-96zm432 16H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faTaxi = {\n prefix: 'fas',\n iconName: 'taxi',\n icon: [512, 512, [], \"f1ba\", \"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faTeeth = {\n prefix: 'fas',\n iconName: 'teeth',\n icon: [640, 512, [], \"f62e\", \"M544 0H96C42.98 0 0 42.98 0 96v320c0 53.02 42.98 96 96 96h448c53.02 0 96-42.98 96-96V96c0-53.02-42.98-96-96-96zM160 368c0 26.51-21.49 48-48 48s-48-21.49-48-48v-64c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v64zm0-128c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-64c0-26.51 21.49-48 48-48s48 21.49 48 48v64zm144 120c0 30.93-25.07 56-56 56s-56-25.07-56-56v-56c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v56zm0-120c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-88c0-30.93 25.07-56 56-56s56 25.07 56 56v88zm144 120c0 30.93-25.07 56-56 56s-56-25.07-56-56v-56c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v56zm0-120c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-88c0-30.93 25.07-56 56-56s56 25.07 56 56v88zm128 128c0 26.51-21.49 48-48 48s-48-21.49-48-48v-64c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v64zm0-128c0 8.84-7.16 16-16 16h-64c-8.84 0-16-7.16-16-16v-64c0-26.51 21.49-48 48-48s48 21.49 48 48v64z\"]\n};\nvar faTeethOpen = {\n prefix: 'fas',\n iconName: 'teeth-open',\n icon: [640, 512, [], \"f62f\", \"M544 0H96C42.98 0 0 42.98 0 96v64c0 35.35 28.66 64 64 64h512c35.34 0 64-28.65 64-64V96c0-53.02-42.98-96-96-96zM160 176c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-32c0-26.51 21.49-48 48-48s48 21.49 48 48v32zm144 0c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-56c0-30.93 25.07-56 56-56s56 25.07 56 56v56zm144 0c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-56c0-30.93 25.07-56 56-56s56 25.07 56 56v56zm128 0c0 8.84-7.16 16-16 16h-64c-8.84 0-16-7.16-16-16v-32c0-26.51 21.49-48 48-48s48 21.49 48 48v32zm0 144H64c-35.34 0-64 28.65-64 64v32c0 53.02 42.98 96 96 96h448c53.02 0 96-42.98 96-96v-32c0-35.35-28.66-64-64-64zm-416 80c0 26.51-21.49 48-48 48s-48-21.49-48-48v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32zm144-8c0 30.93-25.07 56-56 56s-56-25.07-56-56v-24c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v24zm144 0c0 30.93-25.07 56-56 56s-56-25.07-56-56v-24c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v24zm128 8c0 26.51-21.49 48-48 48s-48-21.49-48-48v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32z\"]\n};\nvar faTemperatureHigh = {\n prefix: 'fas',\n iconName: 'temperature-high',\n icon: [512, 512, [], \"f769\", \"M416 0c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm0 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm-160-16C256 50.1 205.9 0 144 0S32 50.1 32 112v166.5C12.3 303.2 0 334 0 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-34-12.3-64.9-32-89.5V112zM144 448c-44.1 0-80-35.9-80-80 0-25.5 12.2-48.9 32-63.8V112c0-26.5 21.5-48 48-48s48 21.5 48 48v192.2c19.8 14.8 32 38.3 32 63.8 0 44.1-35.9 80-80 80zm16-125.1V112c0-8.8-7.2-16-16-16s-16 7.2-16 16v210.9c-18.6 6.6-32 24.2-32 45.1 0 26.5 21.5 48 48 48s48-21.5 48-48c0-20.9-13.4-38.5-32-45.1z\"]\n};\nvar faTemperatureLow = {\n prefix: 'fas',\n iconName: 'temperature-low',\n icon: [512, 512, [], \"f76b\", \"M416 0c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm0 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm-160-16C256 50.1 205.9 0 144 0S32 50.1 32 112v166.5C12.3 303.2 0 334 0 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-34-12.3-64.9-32-89.5V112zM144 448c-44.1 0-80-35.9-80-80 0-25.5 12.2-48.9 32-63.8V112c0-26.5 21.5-48 48-48s48 21.5 48 48v192.2c19.8 14.8 32 38.3 32 63.8 0 44.1-35.9 80-80 80zm16-125.1V304c0-8.8-7.2-16-16-16s-16 7.2-16 16v18.9c-18.6 6.6-32 24.2-32 45.1 0 26.5 21.5 48 48 48s48-21.5 48-48c0-20.9-13.4-38.5-32-45.1z\"]\n};\nvar faTenge = {\n prefix: 'fas',\n iconName: 'tenge',\n icon: [384, 512, [], \"f7d7\", \"M372 160H12c-6.6 0-12 5.4-12 12v56c0 6.6 5.4 12 12 12h140v228c0 6.6 5.4 12 12 12h56c6.6 0 12-5.4 12-12V240h140c6.6 0 12-5.4 12-12v-56c0-6.6-5.4-12-12-12zm0-128H12C5.4 32 0 37.4 0 44v56c0 6.6 5.4 12 12 12h360c6.6 0 12-5.4 12-12V44c0-6.6-5.4-12-12-12z\"]\n};\nvar faTerminal = {\n prefix: 'fas',\n iconName: 'terminal',\n icon: [640, 512, [], \"f120\", \"M257.981 272.971L63.638 467.314c-9.373 9.373-24.569 9.373-33.941 0L7.029 444.647c-9.357-9.357-9.375-24.522-.04-33.901L161.011 256 6.99 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L257.981 239.03c9.373 9.372 9.373 24.568 0 33.941zM640 456v-32c0-13.255-10.745-24-24-24H312c-13.255 0-24 10.745-24 24v32c0 13.255 10.745 24 24 24h304c13.255 0 24-10.745 24-24z\"]\n};\nvar faTextHeight = {\n prefix: 'fas',\n iconName: 'text-height',\n icon: [576, 512, [], \"f034\", \"M304 32H16A16 16 0 0 0 0 48v96a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32h56v304H80a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-40V112h56v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm256 336h-48V144h48c14.31 0 21.33-17.31 11.31-27.31l-80-80a16 16 0 0 0-22.62 0l-80 80C379.36 126 384.36 144 400 144h48v224h-48c-14.31 0-21.32 17.31-11.31 27.31l80 80a16 16 0 0 0 22.62 0l80-80C580.64 386 575.64 368 560 368z\"]\n};\nvar faTextWidth = {\n prefix: 'fas',\n iconName: 'text-width',\n icon: [448, 512, [], \"f035\", \"M432 32H16A16 16 0 0 0 0 48v80a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-16h120v112h-24a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-24V112h120v16a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm-68.69 260.69C354 283.36 336 288.36 336 304v48H112v-48c0-14.31-17.31-21.32-27.31-11.31l-80 80a16 16 0 0 0 0 22.62l80 80C94 484.64 112 479.64 112 464v-48h224v48c0 14.31 17.31 21.33 27.31 11.31l80-80a16 16 0 0 0 0-22.62z\"]\n};\nvar faTh = {\n prefix: 'fas',\n iconName: 'th',\n icon: [512, 512, [], \"f00a\", \"M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z\"]\n};\nvar faThLarge = {\n prefix: 'fas',\n iconName: 'th-large',\n icon: [512, 512, [], \"f009\", \"M296 32h192c13.255 0 24 10.745 24 24v160c0 13.255-10.745 24-24 24H296c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24zm-80 0H24C10.745 32 0 42.745 0 56v160c0 13.255 10.745 24 24 24h192c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24zM0 296v160c0 13.255 10.745 24 24 24h192c13.255 0 24-10.745 24-24V296c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm296 184h192c13.255 0 24-10.745 24-24V296c0-13.255-10.745-24-24-24H296c-13.255 0-24 10.745-24 24v160c0 13.255 10.745 24 24 24z\"]\n};\nvar faThList = {\n prefix: 'fas',\n iconName: 'th-list',\n icon: [512, 512, [], \"f00b\", \"M149.333 216v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-80c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zM125.333 32H24C10.745 32 0 42.745 0 56v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24zm80 448H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm-24-424v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24zm24 264H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24z\"]\n};\nvar faTheaterMasks = {\n prefix: 'fas',\n iconName: 'theater-masks',\n icon: [640, 512, [], \"f630\", \"M206.86 245.15c-35.88 10.45-59.95 41.2-57.53 74.1 11.4-12.72 28.81-23.7 49.9-30.92l7.63-43.18zM95.81 295L64.08 115.49c-.29-1.62.28-2.62.24-2.65 57.76-32.06 123.12-49.01 189.01-49.01 1.61 0 3.23.17 4.85.19 13.95-13.47 31.73-22.83 51.59-26 18.89-3.02 38.05-4.55 57.18-5.32-9.99-13.95-24.48-24.23-41.77-27C301.27 1.89 277.24 0 253.32 0 176.66 0 101.02 19.42 33.2 57.06 9.03 70.48-3.92 98.48 1.05 126.58l31.73 179.51c14.23 80.52 136.33 142.08 204.45 142.08 3.59 0 6.75-.46 10.01-.8-13.52-17.08-28.94-40.48-39.5-67.58-47.61-12.98-106.06-51.62-111.93-84.79zm97.55-137.46c-.73-4.12-2.23-7.87-4.07-11.4-8.25 8.91-20.67 15.75-35.32 18.32-14.65 2.58-28.67.4-39.48-5.17-.52 3.94-.64 7.98.09 12.1 3.84 21.7 24.58 36.19 46.34 32.37 21.75-3.82 36.28-24.52 32.44-46.22zM606.8 120.9c-88.98-49.38-191.43-67.41-291.98-51.35-27.31 4.36-49.08 26.26-54.04 54.36l-31.73 179.51c-15.39 87.05 95.28 196.27 158.31 207.35 63.03 11.09 204.47-53.79 219.86-140.84l31.73-179.51c4.97-28.11-7.98-56.11-32.15-69.52zm-273.24 96.8c3.84-21.7 24.58-36.19 46.34-32.36 21.76 3.83 36.28 24.52 32.45 46.22-.73 4.12-2.23 7.87-4.07 11.4-8.25-8.91-20.67-15.75-35.32-18.32-14.65-2.58-28.67-.4-39.48 5.17-.53-3.95-.65-7.99.08-12.11zm70.47 198.76c-55.68-9.79-93.52-59.27-89.04-112.9 20.6 25.54 56.21 46.17 99.49 53.78 43.28 7.61 83.82.37 111.93-16.6-14.18 51.94-66.71 85.51-122.38 75.72zm130.3-151.34c-8.25-8.91-20.68-15.75-35.33-18.32-14.65-2.58-28.67-.4-39.48 5.17-.52-3.94-.64-7.98.09-12.1 3.84-21.7 24.58-36.19 46.34-32.37 21.75 3.83 36.28 24.52 32.45 46.22-.73 4.13-2.23 7.88-4.07 11.4z\"]\n};\nvar faThermometer = {\n prefix: 'fas',\n iconName: 'thermometer',\n icon: [512, 512, [], \"f491\", \"M476.8 20.4c-37.5-30.7-95.5-26.3-131.9 10.2l-45.7 46 50.5 50.5c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-50.4-50.5-45.1 45.4 50.3 50.4c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0L209 167.4l-45.1 45.4L214 263c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-50.1-50.2L96 281.1V382L7 471c-9.4 9.4-9.4 24.6 0 33.9 9.4 9.4 24.6 9.4 33.9 0l89-89h99.9L484 162.6c34.9-34.9 42.2-101.5-7.2-142.2z\"]\n};\nvar faThermometerEmpty = {\n prefix: 'fas',\n iconName: 'thermometer-empty',\n icon: [256, 512, [], \"f2cb\", \"M192 384c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"]\n};\nvar faThermometerFull = {\n prefix: 'fas',\n iconName: 'thermometer-full',\n icon: [256, 512, [], \"f2c7\", \"M224 96c0-53.019-42.981-96-96-96S32 42.981 32 96v203.347C12.225 321.756.166 351.136.002 383.333c-.359 70.303 56.787 128.176 127.089 128.664.299.002.61.003.909.003 70.698 0 128-57.304 128-128 0-32.459-12.088-62.09-32-84.653V96zm-96 368l-.576-.002c-43.86-.304-79.647-36.544-79.423-80.42.173-33.98 19.266-51.652 31.999-66.08V96c0-26.467 21.533-48 48-48s48 21.533 48 48v221.498c12.63 14.312 32 32.164 32 66.502 0 44.112-35.888 80-80 80zm64-80c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-23.685 12.876-44.349 32-55.417V96c0-17.673 14.327-32 32-32s32 14.327 32 32v232.583c19.124 11.068 32 31.732 32 55.417z\"]\n};\nvar faThermometerHalf = {\n prefix: 'fas',\n iconName: 'thermometer-half',\n icon: [256, 512, [], \"f2c9\", \"M192 384c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-23.685 12.876-44.349 32-55.417V224c0-17.673 14.327-32 32-32s32 14.327 32 32v104.583c19.124 11.068 32 31.732 32 55.417zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"]\n};\nvar faThermometerQuarter = {\n prefix: 'fas',\n iconName: 'thermometer-quarter',\n icon: [256, 512, [], \"f2ca\", \"M192 384c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-23.685 12.876-44.349 32-55.417V288c0-17.673 14.327-32 32-32s32 14.327 32 32v40.583c19.124 11.068 32 31.732 32 55.417zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"]\n};\nvar faThermometerThreeQuarters = {\n prefix: 'fas',\n iconName: 'thermometer-three-quarters',\n icon: [256, 512, [], \"f2c8\", \"M192 384c0 35.346-28.654 64-64 64-35.346 0-64-28.654-64-64 0-23.685 12.876-44.349 32-55.417V160c0-17.673 14.327-32 32-32s32 14.327 32 32v168.583c19.124 11.068 32 31.732 32 55.417zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"]\n};\nvar faThumbsDown = {\n prefix: 'fas',\n iconName: 'thumbs-down',\n icon: [512, 512, [], \"f165\", \"M0 56v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56zm40 200c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24-24-10.745-24-24zm272 256c-20.183 0-29.485-39.293-33.931-57.795-5.206-21.666-10.589-44.07-25.393-58.902-32.469-32.524-49.503-73.967-89.117-113.111a11.98 11.98 0 0 1-3.558-8.521V59.901c0-6.541 5.243-11.878 11.783-11.998 15.831-.29 36.694-9.079 52.651-16.178C256.189 17.598 295.709.017 343.995 0h2.844c42.777 0 93.363.413 113.774 29.737 8.392 12.057 10.446 27.034 6.148 44.632 16.312 17.053 25.063 48.863 16.382 74.757 17.544 23.432 19.143 56.132 9.308 79.469l.11.11c11.893 11.949 19.523 31.259 19.439 49.197-.156 30.352-26.157 58.098-59.553 58.098H350.723C358.03 364.34 384 388.132 384 430.548 384 504 336 512 312 512z\"]\n};\nvar faThumbsUp = {\n prefix: 'fas',\n iconName: 'thumbs-up',\n icon: [512, 512, [], \"f164\", \"M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z\"]\n};\nvar faThumbtack = {\n prefix: 'fas',\n iconName: 'thumbtack',\n icon: [384, 512, [], \"f08d\", \"M298.028 214.267L285.793 96H328c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H56C42.745 0 32 10.745 32 24v48c0 13.255 10.745 24 24 24h42.207L85.972 214.267C37.465 236.82 0 277.261 0 328c0 13.255 10.745 24 24 24h136v104.007c0 1.242.289 2.467.845 3.578l24 48c2.941 5.882 11.364 5.893 14.311 0l24-48a8.008 8.008 0 0 0 .845-3.578V352h136c13.255 0 24-10.745 24-24-.001-51.183-37.983-91.42-85.973-113.733z\"]\n};\nvar faTicketAlt = {\n prefix: 'fas',\n iconName: 'ticket-alt',\n icon: [576, 512, [], \"f3ff\", \"M128 160h320v192H128V160zm400 96c0 26.51 21.49 48 48 48v96c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48v-96c26.51 0 48-21.49 48-48s-21.49-48-48-48v-96c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48v96c-26.51 0-48 21.49-48 48zm-48-104c0-13.255-10.745-24-24-24H120c-13.255 0-24 10.745-24 24v208c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V152z\"]\n};\nvar faTimes = {\n prefix: 'fas',\n iconName: 'times',\n icon: [352, 512, [], \"f00d\", \"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"]\n};\nvar faTimesCircle = {\n prefix: 'fas',\n iconName: 'times-circle',\n icon: [512, 512, [], \"f057\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z\"]\n};\nvar faTint = {\n prefix: 'fas',\n iconName: 'tint',\n icon: [352, 512, [], \"f043\", \"M205.22 22.09c-7.94-28.78-49.44-30.12-58.44 0C100.01 179.85 0 222.72 0 333.91 0 432.35 78.72 512 176 512s176-79.65 176-178.09c0-111.75-99.79-153.34-146.78-311.82zM176 448c-61.75 0-112-50.25-112-112 0-8.84 7.16-16 16-16s16 7.16 16 16c0 44.11 35.89 80 80 80 8.84 0 16 7.16 16 16s-7.16 16-16 16z\"]\n};\nvar faTintSlash = {\n prefix: 'fas',\n iconName: 'tint-slash',\n icon: [640, 512, [], \"f5c7\", \"M633.82 458.1L494.97 350.78c.52-5.57 1.03-11.16 1.03-16.87 0-111.76-99.79-153.34-146.78-311.82-7.94-28.78-49.44-30.12-58.44 0-15.52 52.34-36.87 91.96-58.49 125.68L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.41-6.97 4.16-17.02-2.82-22.45zM144 333.91C144 432.35 222.72 512 320 512c44.71 0 85.37-16.96 116.4-44.7L162.72 255.78c-11.41 23.5-18.72 48.35-18.72 78.13z\"]\n};\nvar faTired = {\n prefix: 'fas',\n iconName: 'tired',\n icon: [496, 512, [], \"f5c8\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm33.8 189.7l80-48c11.6-6.9 24 7.7 15.4 18L343.6 208l33.6 40.3c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.7-4.7-7.7-15.9 0-20.6zm-163-30c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.8 4.7 7.8 15.9 0 20.6l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3zM248 288c51.9 0 115.3 43.8 123.2 106.7 1.7 13.6-8 24.6-17.7 20.4-25.9-11.1-64.4-17.4-105.5-17.4s-79.6 6.3-105.5 17.4c-9.8 4.2-19.4-7-17.7-20.4C132.7 331.8 196.1 288 248 288z\"]\n};\nvar faToggleOff = {\n prefix: 'fas',\n iconName: 'toggle-off',\n icon: [576, 512, [], \"f204\", \"M384 64H192C85.961 64 0 149.961 0 256s85.961 192 192 192h192c106.039 0 192-85.961 192-192S490.039 64 384 64zM64 256c0-70.741 57.249-128 128-128 70.741 0 128 57.249 128 128 0 70.741-57.249 128-128 128-70.741 0-128-57.249-128-128zm320 128h-48.905c65.217-72.858 65.236-183.12 0-256H384c70.741 0 128 57.249 128 128 0 70.74-57.249 128-128 128z\"]\n};\nvar faToggleOn = {\n prefix: 'fas',\n iconName: 'toggle-on',\n icon: [576, 512, [], \"f205\", \"M384 64H192C86 64 0 150 0 256s86 192 192 192h192c106 0 192-86 192-192S490 64 384 64zm0 320c-70.8 0-128-57.3-128-128 0-70.8 57.3-128 128-128 70.8 0 128 57.3 128 128 0 70.8-57.3 128-128 128z\"]\n};\nvar faToilet = {\n prefix: 'fas',\n iconName: 'toilet',\n icon: [384, 512, [], \"f7d8\", \"M368 48c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16H16C7.2 0 0 7.2 0 16v16c0 8.8 7.2 16 16 16h16v156.7C11.8 214.8 0 226.9 0 240c0 67.2 34.6 126.2 86.8 160.5l-21.4 70.2C59.1 491.2 74.5 512 96 512h192c21.5 0 36.9-20.8 30.6-41.3l-21.4-70.2C349.4 366.2 384 307.2 384 240c0-13.1-11.8-25.2-32-35.3V48h16zM80 72c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H88c-4.4 0-8-3.6-8-8V72zm112 200c-77.1 0-139.6-14.3-139.6-32s62.5-32 139.6-32 139.6 14.3 139.6 32-62.5 32-139.6 32z\"]\n};\nvar faToiletPaper = {\n prefix: 'fas',\n iconName: 'toilet-paper',\n icon: [576, 512, [], \"f71e\", \"M128 0C74.98 0 32 85.96 32 192v172.07c0 41.12-9.8 62.77-31.17 126.87C-2.62 501.3 5.09 512 16.01 512h280.92c13.77 0 26-8.81 30.36-21.88 12.83-38.48 24.71-72.4 24.71-126.05V192c0-83.6 23.67-153.52 60.44-192H128zM96 224c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm64 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm64 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm64 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zM480 0c-53.02 0-96 85.96-96 192s42.98 192 96 192 96-85.96 96-192S533.02 0 480 0zm0 256c-17.67 0-32-28.65-32-64s14.33-64 32-64 32 28.65 32 64-14.33 64-32 64z\"]\n};\nvar faToolbox = {\n prefix: 'fas',\n iconName: 'toolbox',\n icon: [512, 512, [], \"f552\", \"M502.63 214.63l-45.25-45.25c-6-6-14.14-9.37-22.63-9.37H384V80c0-26.51-21.49-48-48-48H176c-26.51 0-48 21.49-48 48v80H77.25c-8.49 0-16.62 3.37-22.63 9.37L9.37 214.63c-6 6-9.37 14.14-9.37 22.63V320h128v-16c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v16h128v-16c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v16h128v-82.75c0-8.48-3.37-16.62-9.37-22.62zM320 160H192V96h128v64zm64 208c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-16H192v16c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-16H0v96c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-96H384v16z\"]\n};\nvar faTools = {\n prefix: 'fas',\n iconName: 'tools',\n icon: [512, 512, [], \"f7d9\", \"M501.1 395.7L384 278.6c-23.1-23.1-57.6-27.6-85.4-13.9L192 158.1V96L64 0 0 64l96 128h62.1l106.6 106.6c-13.6 27.8-9.2 62.3 13.9 85.4l117.1 117.1c14.6 14.6 38.2 14.6 52.7 0l52.7-52.7c14.5-14.6 14.5-38.2 0-52.7zM331.7 225c28.3 0 54.9 11 74.9 31l19.4 19.4c15.8-6.9 30.8-16.5 43.8-29.5 37.1-37.1 49.7-89.3 37.9-136.7-2.2-9-13.5-12.1-20.1-5.5l-74.4 74.4-67.9-11.3L334 98.9l74.4-74.4c6.6-6.6 3.4-17.9-5.7-20.2-47.4-11.7-99.6.9-136.6 37.9-28.5 28.5-41.9 66.1-41.2 103.6l82.1 82.1c8.1-1.9 16.5-2.9 24.7-2.9zm-103.9 82l-56.7-56.7L18.7 402.8c-25 25-25 65.5 0 90.5s65.5 25 90.5 0l123.6-123.6c-7.6-19.9-9.9-41.6-5-62.7zM64 472c-13.2 0-24-10.8-24-24 0-13.3 10.7-24 24-24s24 10.7 24 24c0 13.2-10.7 24-24 24z\"]\n};\nvar faTooth = {\n prefix: 'fas',\n iconName: 'tooth',\n icon: [448, 512, [], \"f5c9\", \"M443.98 96.25c-11.01-45.22-47.11-82.06-92.01-93.72-32.19-8.36-63 5.1-89.14 24.33-3.25 2.39-6.96 3.73-10.5 5.48l28.32 18.21c7.42 4.77 9.58 14.67 4.8 22.11-4.46 6.95-14.27 9.86-22.11 4.8L162.83 12.84c-20.7-10.85-43.38-16.4-66.81-10.31-44.9 11.67-81 48.5-92.01 93.72-10.13 41.62-.42 80.81 21.5 110.43 23.36 31.57 32.68 68.66 36.29 107.35 4.4 47.16 10.33 94.16 20.94 140.32l7.8 33.95c3.19 13.87 15.49 23.7 29.67 23.7 13.97 0 26.15-9.55 29.54-23.16l34.47-138.42c4.56-18.32 20.96-31.16 39.76-31.16s35.2 12.85 39.76 31.16l34.47 138.42c3.39 13.61 15.57 23.16 29.54 23.16 14.18 0 26.48-9.83 29.67-23.7l7.8-33.95c10.61-46.15 16.53-93.16 20.94-140.32 3.61-38.7 12.93-75.78 36.29-107.35 21.95-29.61 31.66-68.8 21.53-110.43z\"]\n};\nvar faTorah = {\n prefix: 'fas',\n iconName: 'torah',\n icon: [640, 512, [], \"f6a0\", \"M320.05 366.48l17.72-29.64h-35.46zm99.21-166H382.4l18.46 30.82zM48 0C21.49 0 0 14.33 0 32v448c0 17.67 21.49 32 48 32s48-14.33 48-32V32C96 14.33 74.51 0 48 0zm172.74 311.5h36.85l-18.46-30.82zm161.71 0h36.86l-18.45-30.8zM128 464h384V48H128zm66.77-278.13a21.22 21.22 0 0 1 18.48-10.71h59.45l29.13-48.71a21.13 21.13 0 0 1 18.22-10.37A20.76 20.76 0 0 1 338 126.29l29.25 48.86h59.52a21.12 21.12 0 0 1 18.1 32L415.63 256 445 305a20.69 20.69 0 0 1 .24 21.12 21.25 21.25 0 0 1-18.48 10.72h-59.47l-29.13 48.7a21.13 21.13 0 0 1-18.16 10.4 20.79 20.79 0 0 1-18-10.22l-29.25-48.88h-59.5a21.11 21.11 0 0 1-18.1-32L224.36 256 195 207a20.7 20.7 0 0 1-.23-21.13zM592 0c-26.51 0-48 14.33-48 32v448c0 17.67 21.49 32 48 32s48-14.33 48-32V32c0-17.67-21.49-32-48-32zM320 145.53l-17.78 29.62h35.46zm-62.45 55h-36.81l18.44 30.8zm29.58 111h65.79L386.09 256l-33.23-55.52h-65.79L253.9 256z\"]\n};\nvar faToriiGate = {\n prefix: 'fas',\n iconName: 'torii-gate',\n icon: [512, 512, [], \"f6a1\", \"M376.45 32h-240.9A303.17 303.17 0 0 1 0 0v96c0 17.67 14.33 32 32 32h32v64H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h48v240c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V256h256v240c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V256h48c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-48v-64h32c17.67 0 32-14.33 32-32V0a303.17 303.17 0 0 1-135.55 32zM128 128h96v64h-96v-64zm256 64h-96v-64h96v64z\"]\n};\nvar faTractor = {\n prefix: 'fas',\n iconName: 'tractor',\n icon: [640, 512, [], \"f722\", \"M528 336c-48.6 0-88 39.4-88 88s39.4 88 88 88 88-39.4 88-88-39.4-88-88-88zm0 112c-13.23 0-24-10.77-24-24s10.77-24 24-24 24 10.77 24 24-10.77 24-24 24zm80-288h-64v-40.2c0-14.12 4.7-27.76 13.15-38.84 4.42-5.8 3.55-14.06-1.32-19.49L534.2 37.3c-6.66-7.45-18.32-6.92-24.7.78C490.58 60.9 480 89.81 480 119.8V160H377.67L321.58 29.14A47.914 47.914 0 0 0 277.45 0H144c-26.47 0-48 21.53-48 48v146.52c-8.63-6.73-20.96-6.46-28.89 1.47L36 227.1c-8.59 8.59-8.59 22.52 0 31.11l5.06 5.06c-4.99 9.26-8.96 18.82-11.91 28.72H22c-12.15 0-22 9.85-22 22v44c0 12.15 9.85 22 22 22h7.14c2.96 9.91 6.92 19.46 11.91 28.73l-5.06 5.06c-8.59 8.59-8.59 22.52 0 31.11L67.1 476c8.59 8.59 22.52 8.59 31.11 0l5.06-5.06c9.26 4.99 18.82 8.96 28.72 11.91V490c0 12.15 9.85 22 22 22h44c12.15 0 22-9.85 22-22v-7.14c9.9-2.95 19.46-6.92 28.72-11.91l5.06 5.06c8.59 8.59 22.52 8.59 31.11 0l31.11-31.11c8.59-8.59 8.59-22.52 0-31.11l-5.06-5.06c4.99-9.26 8.96-18.82 11.91-28.72H330c12.15 0 22-9.85 22-22v-6h80.54c21.91-28.99 56.32-48 95.46-48 18.64 0 36.07 4.61 51.8 12.2l50.82-50.82c6-6 9.37-14.14 9.37-22.63V192c.01-17.67-14.32-32-31.99-32zM176 416c-44.18 0-80-35.82-80-80s35.82-80 80-80 80 35.82 80 80-35.82 80-80 80zm22-256h-38V64h106.89l41.15 96H198z\"]\n};\nvar faTrademark = {\n prefix: 'fas',\n iconName: 'trademark',\n icon: [640, 512, [], \"f25c\", \"M260.6 96H12c-6.6 0-12 5.4-12 12v43.1c0 6.6 5.4 12 12 12h85.1V404c0 6.6 5.4 12 12 12h54.3c6.6 0 12-5.4 12-12V163.1h85.1c6.6 0 12-5.4 12-12V108c.1-6.6-5.3-12-11.9-12zM640 403l-24-296c-.5-6.2-5.7-11-12-11h-65.4c-5.1 0-9.7 3.3-11.3 8.1l-43.8 127.1c-7.2 20.6-16.1 52.8-16.1 52.8h-.9s-8.9-32.2-16.1-52.8l-43.8-127.1c-1.7-4.8-6.2-8.1-11.3-8.1h-65.4c-6.2 0-11.4 4.8-12 11l-24.4 296c-.6 7 4.9 13 12 13H360c6.3 0 11.5-4.9 12-11.2l9.1-132.9c1.8-24.2 0-53.7 0-53.7h.9s10.7 33.6 17.9 53.7l30.7 84.7c1.7 4.7 6.2 7.9 11.3 7.9h50.3c5.1 0 9.6-3.2 11.3-7.9l30.7-84.7c7.2-20.1 17.9-53.7 17.9-53.7h.9s-1.8 29.5 0 53.7l9.1 132.9c.4 6.3 5.7 11.2 12 11.2H628c7 0 12.5-6 12-13z\"]\n};\nvar faTrafficLight = {\n prefix: 'fas',\n iconName: 'traffic-light',\n icon: [384, 512, [], \"f637\", \"M384 192h-64v-37.88c37.2-13.22 64-48.38 64-90.12h-64V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v32H0c0 41.74 26.8 76.9 64 90.12V192H0c0 41.74 26.8 76.9 64 90.12V320H0c0 42.84 28.25 78.69 66.99 91.05C79.42 468.72 130.6 512 192 512s112.58-43.28 125.01-100.95C355.75 398.69 384 362.84 384 320h-64v-37.88c37.2-13.22 64-48.38 64-90.12zM192 416c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm0-128c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm0-128c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48z\"]\n};\nvar faTrain = {\n prefix: 'fas',\n iconName: 'train',\n icon: [448, 512, [], \"f238\", \"M448 96v256c0 51.815-61.624 96-130.022 96l62.98 49.721C386.905 502.417 383.562 512 376 512H72c-7.578 0-10.892-9.594-4.957-14.279L130.022 448C61.82 448 0 403.954 0 352V96C0 42.981 64 0 128 0h192c65 0 128 42.981 128 96zm-48 136V120c0-13.255-10.745-24-24-24H72c-13.255 0-24 10.745-24 24v112c0 13.255 10.745 24 24 24h304c13.255 0 24-10.745 24-24zm-176 64c-30.928 0-56 25.072-56 56s25.072 56 56 56 56-25.072 56-56-25.072-56-56-56z\"]\n};\nvar faTram = {\n prefix: 'fas',\n iconName: 'tram',\n icon: [512, 512, [], \"f7da\", \"M288 64c17.7 0 32-14.3 32-32S305.7 0 288 0s-32 14.3-32 32 14.3 32 32 32zm223.5-12.1c-2.3-8.6-11-13.6-19.6-11.3l-480 128c-8.5 2.3-13.6 11-11.3 19.6C2.5 195.3 8.9 200 16 200c1.4 0 2.8-.2 4.1-.5L240 140.8V224H64c-17.7 0-32 14.3-32 32v224c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32H272v-91.7l228.1-60.8c8.6-2.3 13.6-11.1 11.4-19.6zM176 384H80v-96h96v96zm160-96h96v96h-96v-96zm-32 0v96h-96v-96h96zM192 96c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32z\"]\n};\nvar faTransgender = {\n prefix: 'fas',\n iconName: 'transgender',\n icon: [384, 512, [], \"f224\", \"M372 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-80.7 80.7C198.5 104.1 172.2 96 144 96 64.5 96 0 160.5 0 240c0 68.5 47.9 125.9 112 140.4V408H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v28c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-28h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-27.6c64.1-14.6 112-71.9 112-140.4 0-28.2-8.1-54.5-22.1-76.7l80.7-80.7 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V12c0-6.6-5.4-12-12-12zM144 320c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faTransgenderAlt = {\n prefix: 'fas',\n iconName: 'transgender-alt',\n icon: [480, 512, [], \"f225\", \"M468 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-80.7 80.7C294.5 104.1 268.2 96 240 96c-28.2 0-54.5 8.1-76.7 22.1l-16.5-16.5 19.8-19.8c4.7-4.7 4.7-12.3 0-17l-28.3-28.3c-4.7-4.7-12.3-4.7-17 0l-19.8 19.8-19-19 16.9-16.9C107.1 12.9 101.7 0 91 0H12C5.4 0 0 5.4 0 12v79c0 10.7 12.9 16 20.5 8.5l16.9-16.9 19 19-19.8 19.8c-4.7 4.7-4.7 12.3 0 17l28.3 28.3c4.7 4.7 12.3 4.7 17 0l19.8-19.8 16.5 16.5C104.1 185.5 96 211.8 96 240c0 68.5 47.9 125.9 112 140.4V408h-36c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v28c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-28h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-27.6c64.1-14.6 112-71.9 112-140.4 0-28.2-8.1-54.5-22.1-76.7l80.7-80.7 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V12c0-6.6-5.4-12-12-12zM240 320c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faTrash = {\n prefix: 'fas',\n iconName: 'trash',\n icon: [448, 512, [], \"f1f8\", \"M432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32z\"]\n};\nvar faTrashAlt = {\n prefix: 'fas',\n iconName: 'trash-alt',\n icon: [448, 512, [], \"f2ed\", \"M32 464a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128H32zm272-256a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zm-96 0a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zm-96 0a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zM432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faTrashRestore = {\n prefix: 'fas',\n iconName: 'trash-restore',\n icon: [448, 512, [], \"f829\", \"M53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32zm70.11-175.8l89.38-94.26a15.41 15.41 0 0 1 22.62 0l89.38 94.26c10.08 10.62 2.94 28.8-11.32 28.8H256v112a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V320h-57.37c-14.26 0-21.4-18.18-11.32-28.8zM432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faTrashRestoreAlt = {\n prefix: 'fas',\n iconName: 'trash-restore-alt',\n icon: [448, 512, [], \"f82a\", \"M32 464a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128H32zm91.31-172.8l89.38-94.26a15.41 15.41 0 0 1 22.62 0l89.38 94.26c10.08 10.62 2.94 28.8-11.32 28.8H256v112a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V320h-57.37c-14.26 0-21.4-18.18-11.32-28.8zM432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faTree = {\n prefix: 'fas',\n iconName: 'tree',\n icon: [384, 512, [], \"f1bb\", \"M378.31 378.49L298.42 288h30.63c9.01 0 16.98-5 20.78-13.06 3.8-8.04 2.55-17.26-3.28-24.05L268.42 160h28.89c9.1 0 17.3-5.35 20.86-13.61 3.52-8.13 1.86-17.59-4.24-24.08L203.66 4.83c-6.03-6.45-17.28-6.45-23.32 0L70.06 122.31c-6.1 6.49-7.75 15.95-4.24 24.08C69.38 154.65 77.59 160 86.69 160h28.89l-78.14 90.91c-5.81 6.78-7.06 15.99-3.27 24.04C37.97 283 45.93 288 54.95 288h30.63L5.69 378.49c-6 6.79-7.36 16.09-3.56 24.26 3.75 8.05 12 13.25 21.01 13.25H160v24.45l-30.29 48.4c-5.32 10.64 2.42 23.16 14.31 23.16h95.96c11.89 0 19.63-12.52 14.31-23.16L224 440.45V416h136.86c9.01 0 17.26-5.2 21.01-13.25 3.8-8.17 2.44-17.47-3.56-24.26z\"]\n};\nvar faTrophy = {\n prefix: 'fas',\n iconName: 'trophy',\n icon: [576, 512, [], \"f091\", \"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"]\n};\nvar faTruck = {\n prefix: 'fas',\n iconName: 'truck',\n icon: [640, 512, [], \"f0d1\", \"M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z\"]\n};\nvar faTruckLoading = {\n prefix: 'fas',\n iconName: 'truck-loading',\n icon: [640, 512, [], \"f4de\", \"M50.2 375.6c2.3 8.5 11.1 13.6 19.6 11.3l216.4-58c8.5-2.3 13.6-11.1 11.3-19.6l-49.7-185.5c-2.3-8.5-11.1-13.6-19.6-11.3L151 133.3l24.8 92.7-61.8 16.5-24.8-92.7-77.3 20.7C3.4 172.8-1.7 181.6.6 190.1l49.6 185.5zM384 0c-17.7 0-32 14.3-32 32v323.6L5.9 450c-4.3 1.2-6.8 5.6-5.6 9.8l12.6 46.3c1.2 4.3 5.6 6.8 9.8 5.6l393.7-107.4C418.8 464.1 467.6 512 528 512c61.9 0 112-50.1 112-112V0H384zm144 448c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z\"]\n};\nvar faTruckMonster = {\n prefix: 'fas',\n iconName: 'truck-monster',\n icon: [640, 512, [], \"f63b\", \"M624 224h-16v-64c0-17.67-14.33-32-32-32h-73.6L419.22 24.02A64.025 64.025 0 0 0 369.24 0H256c-17.67 0-32 14.33-32 32v96H48c-8.84 0-16 7.16-16 16v80H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16.72c29.21-38.65 75.1-64 127.28-64s98.07 25.35 127.28 64h65.45c29.21-38.65 75.1-64 127.28-64s98.07 25.35 127.28 64H624c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-336-96V64h81.24l51.2 64H288zm304 224h-5.2c-2.2-7.33-5.07-14.28-8.65-20.89l3.67-3.67c6.25-6.25 6.25-16.38 0-22.63l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-3.67 3.67A110.85 110.85 0 0 0 512 277.2V272c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v5.2c-7.33 2.2-14.28 5.07-20.89 8.65l-3.67-3.67c-6.25-6.25-16.38-6.25-22.63 0l-22.63 22.63c-6.25 6.25-6.25 16.38 0 22.63l3.67 3.67A110.85 110.85 0 0 0 373.2 352H368c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h5.2c2.2 7.33 5.07 14.28 8.65 20.89l-3.67 3.67c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l3.67-3.67c6.61 3.57 13.57 6.45 20.9 8.65v5.2c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-5.2c7.33-2.2 14.28-5.07 20.9-8.65l3.67 3.67c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.25-6.25 6.25-16.38 0-22.63l-3.67-3.67a110.85 110.85 0 0 0 8.65-20.89h5.2c8.84 0 16-7.16 16-16v-32c-.02-8.84-7.18-16-16.02-16zm-112 80c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm-208-80h-5.2c-2.2-7.33-5.07-14.28-8.65-20.89l3.67-3.67c6.25-6.25 6.25-16.38 0-22.63l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-3.67 3.67A110.85 110.85 0 0 0 192 277.2V272c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v5.2c-7.33 2.2-14.28 5.07-20.89 8.65l-3.67-3.67c-6.25-6.25-16.38-6.25-22.63 0L58.18 304.8c-6.25 6.25-6.25 16.38 0 22.63l3.67 3.67a110.85 110.85 0 0 0-8.65 20.89H48c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h5.2c2.2 7.33 5.07 14.28 8.65 20.89l-3.67 3.67c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l3.67-3.67c6.61 3.57 13.57 6.45 20.9 8.65v5.2c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-5.2c7.33-2.2 14.28-5.07 20.9-8.65l3.67 3.67c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.25-6.25 6.25-16.38 0-22.63l-3.67-3.67a110.85 110.85 0 0 0 8.65-20.89h5.2c8.84 0 16-7.16 16-16v-32C288 359.16 280.84 352 272 352zm-112 80c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48z\"]\n};\nvar faTruckMoving = {\n prefix: 'fas',\n iconName: 'truck-moving',\n icon: [640, 512, [], \"f4df\", \"M621.3 237.3l-58.5-58.5c-12-12-28.3-18.7-45.3-18.7H480V64c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64v336c0 44.2 35.8 80 80 80 26.3 0 49.4-12.9 64-32.4 14.6 19.6 37.7 32.4 64 32.4 44.2 0 80-35.8 80-80 0-5.5-.6-10.8-1.6-16h163.2c-1.1 5.2-1.6 10.5-1.6 16 0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16H624c8.8 0 16-7.2 16-16v-85.5c0-17-6.7-33.2-18.7-45.2zM80 432c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32zm128 0c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32zm272-224h37.5c4.3 0 8.3 1.7 11.3 4.7l43.3 43.3H480v-48zm48 224c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32z\"]\n};\nvar faTruckPickup = {\n prefix: 'fas',\n iconName: 'truck-pickup',\n icon: [640, 512, [], \"f63c\", \"M624 288h-16v-64c0-17.67-14.33-32-32-32h-48L419.22 56.02A64.025 64.025 0 0 0 369.24 32H256c-17.67 0-32 14.33-32 32v128H64c-17.67 0-32 14.33-32 32v64H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h49.61c-.76 5.27-1.61 10.52-1.61 16 0 61.86 50.14 112 112 112s112-50.14 112-112c0-5.48-.85-10.73-1.61-16h67.23c-.76 5.27-1.61 10.52-1.61 16 0 61.86 50.14 112 112 112s112-50.14 112-112c0-5.48-.85-10.73-1.61-16H624c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM288 96h81.24l76.8 96H288V96zM176 416c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48zm288 0c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48z\"]\n};\nvar faTshirt = {\n prefix: 'fas',\n iconName: 'tshirt',\n icon: [640, 512, [], \"f553\", \"M631.2 96.5L436.5 0C416.4 27.8 371.9 47.2 320 47.2S223.6 27.8 203.5 0L8.8 96.5c-7.9 4-11.1 13.6-7.2 21.5l57.2 114.5c4 7.9 13.6 11.1 21.5 7.2l56.6-27.7c10.6-5.2 23 2.5 23 14.4V480c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32V226.3c0-11.8 12.4-19.6 23-14.4l56.6 27.7c7.9 4 17.5.8 21.5-7.2L638.3 118c4-7.9.8-17.6-7.1-21.5z\"]\n};\nvar faTty = {\n prefix: 'fas',\n iconName: 'tty',\n icon: [512, 512, [], \"f1e4\", \"M5.37 103.822c138.532-138.532 362.936-138.326 501.262 0 6.078 6.078 7.074 15.496 2.583 22.681l-43.214 69.138a18.332 18.332 0 0 1-22.356 7.305l-86.422-34.569a18.335 18.335 0 0 1-11.434-18.846L351.741 90c-62.145-22.454-130.636-21.986-191.483 0l5.953 59.532a18.331 18.331 0 0 1-11.434 18.846l-86.423 34.568a18.334 18.334 0 0 1-22.356-7.305L2.787 126.502a18.333 18.333 0 0 1 2.583-22.68zM96 308v-40c0-6.627-5.373-12-12-12H44c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12H92c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zM96 500v-40c0-6.627-5.373-12-12-12H44c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm288 0v-40c0-6.627-5.373-12-12-12H140c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12z\"]\n};\nvar faTv = {\n prefix: 'fas',\n iconName: 'tv',\n icon: [640, 512, [], \"f26c\", \"M592 0H48A48 48 0 0 0 0 48v320a48 48 0 0 0 48 48h240v32H112a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H352v-32h240a48 48 0 0 0 48-48V48a48 48 0 0 0-48-48zm-16 352H64V64h512z\"]\n};\nvar faUmbrella = {\n prefix: 'fas',\n iconName: 'umbrella',\n icon: [576, 512, [], \"f0e9\", \"M575.7 280.8C547.1 144.5 437.3 62.6 320 49.9V32c0-17.7-14.3-32-32-32s-32 14.3-32 32v17.9C138.3 62.6 29.5 144.5.3 280.8c-2.2 10.1 8.5 21.3 18.7 11.4 52-55 107.7-52.4 158.6 37 5.3 9.5 14.9 8.6 19.7 0 20.2-35.4 44.9-73.2 90.7-73.2 58.5 0 88.2 68.8 90.7 73.2 4.8 8.6 14.4 9.5 19.7 0 51-89.5 107.1-91.4 158.6-37 10.3 10 20.9-1.3 18.7-11.4zM256 301.7V432c0 8.8-7.2 16-16 16-7.8 0-13.2-5.3-15.1-10.7-5.9-16.7-24.1-25.4-40.8-19.5-16.7 5.9-25.4 24.2-19.5 40.8 11.2 31.9 41.6 53.3 75.4 53.3 44.1 0 80-35.9 80-80V301.6c-9.1-7.9-19.8-13.6-32-13.6-12.3.1-22.4 4.8-32 13.7z\"]\n};\nvar faUmbrellaBeach = {\n prefix: 'fas',\n iconName: 'umbrella-beach',\n icon: [640, 512, [], \"f5ca\", \"M115.38 136.9l102.11 37.18c35.19-81.54 86.21-144.29 139-173.7-95.88-4.89-188.78 36.96-248.53 111.8-6.69 8.4-2.66 21.05 7.42 24.72zm132.25 48.16l238.48 86.83c35.76-121.38 18.7-231.66-42.63-253.98-7.4-2.7-15.13-4-23.09-4-58.02.01-128.27 69.17-172.76 171.15zM521.48 60.5c6.22 16.3 10.83 34.6 13.2 55.19 5.74 49.89-1.42 108.23-18.95 166.98l102.62 37.36c10.09 3.67 21.31-3.43 21.57-14.17 2.32-95.69-41.91-187.44-118.44-245.36zM560 447.98H321.06L386 269.5l-60.14-21.9-72.9 200.37H16c-8.84 0-16 7.16-16 16.01v32.01C0 504.83 7.16 512 16 512h544c8.84 0 16-7.17 16-16.01v-32.01c0-8.84-7.16-16-16-16z\"]\n};\nvar faUnderline = {\n prefix: 'fas',\n iconName: 'underline',\n icon: [448, 512, [], \"f0cd\", \"M32 64h32v160c0 88.22 71.78 160 160 160s160-71.78 160-160V64h32a16 16 0 0 0 16-16V16a16 16 0 0 0-16-16H272a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32v160a80 80 0 0 1-160 0V64h32a16 16 0 0 0 16-16V16a16 16 0 0 0-16-16H32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm400 384H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faUndo = {\n prefix: 'fas',\n iconName: 'undo',\n icon: [512, 512, [], \"f0e2\", \"M212.333 224.333H12c-6.627 0-12-5.373-12-12V12C0 5.373 5.373 0 12 0h48c6.627 0 12 5.373 12 12v78.112C117.773 39.279 184.26 7.47 258.175 8.007c136.906.994 246.448 111.623 246.157 248.532C504.041 393.258 393.12 504 256.333 504c-64.089 0-122.496-24.313-166.51-64.215-5.099-4.622-5.334-12.554-.467-17.42l33.967-33.967c4.474-4.474 11.662-4.717 16.401-.525C170.76 415.336 211.58 432 256.333 432c97.268 0 176-78.716 176-176 0-97.267-78.716-176-176-176-58.496 0-110.28 28.476-142.274 72.333h98.274c6.627 0 12 5.373 12 12v48c0 6.627-5.373 12-12 12z\"]\n};\nvar faUndoAlt = {\n prefix: 'fas',\n iconName: 'undo-alt',\n icon: [512, 512, [], \"f2ea\", \"M255.545 8c-66.269.119-126.438 26.233-170.86 68.685L48.971 40.971C33.851 25.851 8 36.559 8 57.941V192c0 13.255 10.745 24 24 24h134.059c21.382 0 32.09-25.851 16.971-40.971l-41.75-41.75c30.864-28.899 70.801-44.907 113.23-45.273 92.398-.798 170.283 73.977 169.484 169.442C423.236 348.009 349.816 424 256 424c-41.127 0-79.997-14.678-110.63-41.556-4.743-4.161-11.906-3.908-16.368.553L89.34 422.659c-4.872 4.872-4.631 12.815.482 17.433C133.798 479.813 192.074 504 256 504c136.966 0 247.999-111.033 248-247.998C504.001 119.193 392.354 7.755 255.545 8z\"]\n};\nvar faUniversalAccess = {\n prefix: 'fas',\n iconName: 'universal-access',\n icon: [512, 512, [], \"f29a\", \"M256 48c114.953 0 208 93.029 208 208 0 114.953-93.029 208-208 208-114.953 0-208-93.029-208-208 0-114.953 93.029-208 208-208m0-40C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 56C149.961 64 64 149.961 64 256s85.961 192 192 192 192-85.961 192-192S362.039 64 256 64zm0 44c19.882 0 36 16.118 36 36s-16.118 36-36 36-36-16.118-36-36 16.118-36 36-36zm117.741 98.023c-28.712 6.779-55.511 12.748-82.14 15.807.851 101.023 12.306 123.052 25.037 155.621 3.617 9.26-.957 19.698-10.217 23.315-9.261 3.617-19.699-.957-23.316-10.217-8.705-22.308-17.086-40.636-22.261-78.549h-9.686c-5.167 37.851-13.534 56.208-22.262 78.549-3.615 9.255-14.05 13.836-23.315 10.217-9.26-3.617-13.834-14.056-10.217-23.315 12.713-32.541 24.185-54.541 25.037-155.621-26.629-3.058-53.428-9.027-82.141-15.807-8.6-2.031-13.926-10.648-11.895-19.249s10.647-13.926 19.249-11.895c96.686 22.829 124.283 22.783 220.775 0 8.599-2.03 17.218 3.294 19.249 11.895 2.029 8.601-3.297 17.219-11.897 19.249z\"]\n};\nvar faUniversity = {\n prefix: 'fas',\n iconName: 'university',\n icon: [512, 512, [], \"f19c\", \"M496 128v16a8 8 0 0 1-8 8h-24v12c0 6.627-5.373 12-12 12H60c-6.627 0-12-5.373-12-12v-12H24a8 8 0 0 1-8-8v-16a8 8 0 0 1 4.941-7.392l232-88a7.996 7.996 0 0 1 6.118 0l232 88A8 8 0 0 1 496 128zm-24 304H40c-13.255 0-24 10.745-24 24v16a8 8 0 0 0 8 8h464a8 8 0 0 0 8-8v-16c0-13.255-10.745-24-24-24zM96 192v192H60c-6.627 0-12 5.373-12 12v20h416v-20c0-6.627-5.373-12-12-12h-36V192h-64v192h-64V192h-64v192h-64V192H96z\"]\n};\nvar faUnlink = {\n prefix: 'fas',\n iconName: 'unlink',\n icon: [512, 512, [], \"f127\", \"M304.083 405.907c4.686 4.686 4.686 12.284 0 16.971l-44.674 44.674c-59.263 59.262-155.693 59.266-214.961 0-59.264-59.265-59.264-155.696 0-214.96l44.675-44.675c4.686-4.686 12.284-4.686 16.971 0l39.598 39.598c4.686 4.686 4.686 12.284 0 16.971l-44.675 44.674c-28.072 28.073-28.072 73.75 0 101.823 28.072 28.072 73.75 28.073 101.824 0l44.674-44.674c4.686-4.686 12.284-4.686 16.971 0l39.597 39.598zm-56.568-260.216c4.686 4.686 12.284 4.686 16.971 0l44.674-44.674c28.072-28.075 73.75-28.073 101.824 0 28.072 28.073 28.072 73.75 0 101.823l-44.675 44.674c-4.686 4.686-4.686 12.284 0 16.971l39.598 39.598c4.686 4.686 12.284 4.686 16.971 0l44.675-44.675c59.265-59.265 59.265-155.695 0-214.96-59.266-59.264-155.695-59.264-214.961 0l-44.674 44.674c-4.686 4.686-4.686 12.284 0 16.971l39.597 39.598zm234.828 359.28l22.627-22.627c9.373-9.373 9.373-24.569 0-33.941L63.598 7.029c-9.373-9.373-24.569-9.373-33.941 0L7.029 29.657c-9.373 9.373-9.373 24.569 0 33.941l441.373 441.373c9.373 9.372 24.569 9.372 33.941 0z\"]\n};\nvar faUnlock = {\n prefix: 'fas',\n iconName: 'unlock',\n icon: [448, 512, [], \"f09c\", \"M400 256H152V152.9c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v16c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-16C376 68 307.5-.3 223.5 0 139.5.3 72 69.5 72 153.5V256H48c-26.5 0-48 21.5-48 48v160c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z\"]\n};\nvar faUnlockAlt = {\n prefix: 'fas',\n iconName: 'unlock-alt',\n icon: [448, 512, [], \"f13e\", \"M400 256H152V152.9c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v16c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-16C376 68 307.5-.3 223.5 0 139.5.3 72 69.5 72 153.5V256H48c-26.5 0-48 21.5-48 48v160c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zM264 408c0 22.1-17.9 40-40 40s-40-17.9-40-40v-48c0-22.1 17.9-40 40-40s40 17.9 40 40v48z\"]\n};\nvar faUpload = {\n prefix: 'fas',\n iconName: 'upload',\n icon: [512, 512, [], \"f093\", \"M296 384h-80c-13.3 0-24-10.7-24-24V192h-87.7c-17.8 0-26.7-21.5-14.1-34.1L242.3 5.7c7.5-7.5 19.8-7.5 27.3 0l152.2 152.2c12.6 12.6 3.7 34.1-14.1 34.1H320v168c0 13.3-10.7 24-24 24zm216-8v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h136v8c0 30.9 25.1 56 56 56h80c30.9 0 56-25.1 56-56v-8h136c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"]\n};\nvar faUser = {\n prefix: 'fas',\n iconName: 'user',\n icon: [448, 512, [], \"f007\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"]\n};\nvar faUserAlt = {\n prefix: 'fas',\n iconName: 'user-alt',\n icon: [512, 512, [], \"f406\", \"M256 288c79.5 0 144-64.5 144-144S335.5 0 256 0 112 64.5 112 144s64.5 144 144 144zm128 32h-55.1c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16H128C57.3 320 0 377.3 0 448v16c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48v-16c0-70.7-57.3-128-128-128z\"]\n};\nvar faUserAltSlash = {\n prefix: 'fas',\n iconName: 'user-alt-slash',\n icon: [640, 512, [], \"f4fa\", \"M633.8 458.1L389.6 269.3C433.8 244.7 464 198.1 464 144 464 64.5 399.5 0 320 0c-67.1 0-123 46.1-139 108.2L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3zM198.4 320C124.2 320 64 380.2 64 454.4v9.6c0 26.5 21.5 48 48 48h382.2L245.8 320h-47.4z\"]\n};\nvar faUserAstronaut = {\n prefix: 'fas',\n iconName: 'user-astronaut',\n icon: [448, 512, [], \"f4fb\", \"M64 224h13.5c24.7 56.5 80.9 96 146.5 96s121.8-39.5 146.5-96H384c8.8 0 16-7.2 16-16v-96c0-8.8-7.2-16-16-16h-13.5C345.8 39.5 289.6 0 224 0S102.2 39.5 77.5 96H64c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16zm40-88c0-22.1 21.5-40 48-40h144c26.5 0 48 17.9 48 40v24c0 53-43 96-96 96h-48c-53 0-96-43-96-96v-24zm72 72l12-36 36-12-36-12-12-36-12 36-36 12 36 12 12 36zm151.6 113.4C297.7 340.7 262.2 352 224 352s-73.7-11.3-103.6-30.6C52.9 328.5 0 385 0 454.4v9.6c0 26.5 21.5 48 48 48h80v-64c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v64h80c26.5 0 48-21.5 48-48v-9.6c0-69.4-52.9-125.9-120.4-133zM272 448c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm-96 0c-8.8 0-16 7.2-16 16v48h32v-48c0-8.8-7.2-16-16-16z\"]\n};\nvar faUserCheck = {\n prefix: 'fas',\n iconName: 'user-check',\n icon: [640, 512, [], \"f4fc\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4zm323-128.4l-27.8-28.1c-4.6-4.7-12.1-4.7-16.8-.1l-104.8 104-45.5-45.8c-4.6-4.7-12.1-4.7-16.8-.1l-28.1 27.9c-4.7 4.6-4.7 12.1-.1 16.8l81.7 82.3c4.6 4.7 12.1 4.7 16.8.1l141.3-140.2c4.6-4.7 4.7-12.2.1-16.8z\"]\n};\nvar faUserCircle = {\n prefix: 'fas',\n iconName: 'user-circle',\n icon: [496, 512, [], \"f2bd\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 96c48.6 0 88 39.4 88 88s-39.4 88-88 88-88-39.4-88-88 39.4-88 88-88zm0 344c-58.7 0-111.3-26.6-146.5-68.2 18.8-35.4 55.6-59.8 98.5-59.8 2.4 0 4.8.4 7.1 1.1 13 4.2 26.6 6.9 40.9 6.9 14.3 0 28-2.7 40.9-6.9 2.3-.7 4.7-1.1 7.1-1.1 42.9 0 79.7 24.4 98.5 59.8C359.3 421.4 306.7 448 248 448z\"]\n};\nvar faUserClock = {\n prefix: 'fas',\n iconName: 'user-clock',\n icon: [640, 512, [], \"f4fd\", \"M496 224c-79.6 0-144 64.4-144 144s64.4 144 144 144 144-64.4 144-144-64.4-144-144-144zm64 150.3c0 5.3-4.4 9.7-9.7 9.7h-60.6c-5.3 0-9.7-4.4-9.7-9.7v-76.6c0-5.3 4.4-9.7 9.7-9.7h12.6c5.3 0 9.7 4.4 9.7 9.7V352h38.3c5.3 0 9.7 4.4 9.7 9.7v12.6zM320 368c0-27.8 6.7-54.1 18.2-77.5-8-1.5-16.2-2.5-24.6-2.5h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h347.1c-45.3-31.9-75.1-84.5-75.1-144zm-96-112c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128z\"]\n};\nvar faUserCog = {\n prefix: 'fas',\n iconName: 'user-cog',\n icon: [640, 512, [], \"f4fe\", \"M610.5 373.3c2.6-14.1 2.6-28.5 0-42.6l25.8-14.9c3-1.7 4.3-5.2 3.3-8.5-6.7-21.6-18.2-41.2-33.2-57.4-2.3-2.5-6-3.1-9-1.4l-25.8 14.9c-10.9-9.3-23.4-16.5-36.9-21.3v-29.8c0-3.4-2.4-6.4-5.7-7.1-22.3-5-45-4.8-66.2 0-3.3.7-5.7 3.7-5.7 7.1v29.8c-13.5 4.8-26 12-36.9 21.3l-25.8-14.9c-2.9-1.7-6.7-1.1-9 1.4-15 16.2-26.5 35.8-33.2 57.4-1 3.3.4 6.8 3.3 8.5l25.8 14.9c-2.6 14.1-2.6 28.5 0 42.6l-25.8 14.9c-3 1.7-4.3 5.2-3.3 8.5 6.7 21.6 18.2 41.1 33.2 57.4 2.3 2.5 6 3.1 9 1.4l25.8-14.9c10.9 9.3 23.4 16.5 36.9 21.3v29.8c0 3.4 2.4 6.4 5.7 7.1 22.3 5 45 4.8 66.2 0 3.3-.7 5.7-3.7 5.7-7.1v-29.8c13.5-4.8 26-12 36.9-21.3l25.8 14.9c2.9 1.7 6.7 1.1 9-1.4 15-16.2 26.5-35.8 33.2-57.4 1-3.3-.4-6.8-3.3-8.5l-25.8-14.9zM496 400.5c-26.8 0-48.5-21.8-48.5-48.5s21.8-48.5 48.5-48.5 48.5 21.8 48.5 48.5-21.7 48.5-48.5 48.5zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm201.2 226.5c-2.3-1.2-4.6-2.6-6.8-3.9l-7.9 4.6c-6 3.4-12.8 5.3-19.6 5.3-10.9 0-21.4-4.6-28.9-12.6-18.3-19.8-32.3-43.9-40.2-69.6-5.5-17.7 1.9-36.4 17.9-45.7l7.9-4.6c-.1-2.6-.1-5.2 0-7.8l-7.9-4.6c-16-9.2-23.4-28-17.9-45.7.9-2.9 2.2-5.8 3.2-8.7-3.8-.3-7.5-1.2-11.4-1.2h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c10.1 0 19.5-3.2 27.2-8.5-1.2-3.8-2-7.7-2-11.8v-9.2z\"]\n};\nvar faUserEdit = {\n prefix: 'fas',\n iconName: 'user-edit',\n icon: [640, 512, [], \"f4ff\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h274.9c-2.4-6.8-3.4-14-2.6-21.3l6.8-60.9 1.2-11.1 7.9-7.9 77.3-77.3c-24.5-27.7-60-45.5-99.9-45.5zm45.3 145.3l-6.8 61c-1.1 10.2 7.5 18.8 17.6 17.6l60.9-6.8 137.9-137.9-71.7-71.7-137.9 137.8zM633 268.9L595.1 231c-9.3-9.3-24.5-9.3-33.8 0l-37.8 37.8-4.1 4.1 71.8 71.7 41.8-41.8c9.3-9.4 9.3-24.5 0-33.9z\"]\n};\nvar faUserFriends = {\n prefix: 'fas',\n iconName: 'user-friends',\n icon: [640, 512, [], \"f500\", \"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"]\n};\nvar faUserGraduate = {\n prefix: 'fas',\n iconName: 'user-graduate',\n icon: [448, 512, [], \"f501\", \"M319.4 320.6L224 416l-95.4-95.4C57.1 323.7 0 382.2 0 454.4v9.6c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-9.6c0-72.2-57.1-130.7-128.6-133.8zM13.6 79.8l6.4 1.5v58.4c-7 4.2-12 11.5-12 20.3 0 8.4 4.6 15.4 11.1 19.7L3.5 242c-1.7 6.9 2.1 14 7.6 14h41.8c5.5 0 9.3-7.1 7.6-14l-15.6-62.3C51.4 175.4 56 168.4 56 160c0-8.8-5-16.1-12-20.3V87.1l66 15.9c-8.6 17.2-14 36.4-14 57 0 70.7 57.3 128 128 128s128-57.3 128-128c0-20.6-5.3-39.8-14-57l96.3-23.2c18.2-4.4 18.2-27.1 0-31.5l-190.4-46c-13-3.1-26.7-3.1-39.7 0L13.6 48.2c-18.1 4.4-18.1 27.2 0 31.6z\"]\n};\nvar faUserInjured = {\n prefix: 'fas',\n iconName: 'user-injured',\n icon: [448, 512, [], \"f728\", \"M277.37 11.98C261.08 4.47 243.11 0 224 0c-53.69 0-99.5 33.13-118.51 80h81.19l90.69-68.02zM342.51 80c-7.9-19.47-20.67-36.2-36.49-49.52L239.99 80h102.52zM224 256c70.69 0 128-57.31 128-128 0-5.48-.95-10.7-1.61-16H97.61c-.67 5.3-1.61 10.52-1.61 16 0 70.69 57.31 128 128 128zM80 299.7V512h128.26l-98.45-221.52A132.835 132.835 0 0 0 80 299.7zM0 464c0 26.51 21.49 48 48 48V320.24C18.88 344.89 0 381.26 0 422.4V464zm256-48h-55.38l42.67 96H256c26.47 0 48-21.53 48-48s-21.53-48-48-48zm57.6-128h-16.71c-22.24 10.18-46.88 16-72.89 16s-50.65-5.82-72.89-16h-7.37l42.67 96H256c44.11 0 80 35.89 80 80 0 18.08-6.26 34.59-16.41 48H400c26.51 0 48-21.49 48-48v-41.6c0-74.23-60.17-134.4-134.4-134.4z\"]\n};\nvar faUserLock = {\n prefix: 'fas',\n iconName: 'user-lock',\n icon: [640, 512, [], \"f502\", \"M224 256A128 128 0 1 0 96 128a128 128 0 0 0 128 128zm96 64a63.08 63.08 0 0 1 8.1-30.5c-4.8-.5-9.5-1.5-14.5-1.5h-16.7a174.08 174.08 0 0 1-145.8 0h-16.7A134.43 134.43 0 0 0 0 422.4V464a48 48 0 0 0 48 48h280.9a63.54 63.54 0 0 1-8.9-32zm288-32h-32v-80a80 80 0 0 0-160 0v80h-32a32 32 0 0 0-32 32v160a32 32 0 0 0 32 32h224a32 32 0 0 0 32-32V320a32 32 0 0 0-32-32zM496 432a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm32-144h-64v-80a32 32 0 0 1 64 0z\"]\n};\nvar faUserMd = {\n prefix: 'fas',\n iconName: 'user-md',\n icon: [448, 512, [], \"f0f0\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zM104 424c0 13.3 10.7 24 24 24s24-10.7 24-24-10.7-24-24-24-24 10.7-24 24zm216-135.4v49c36.5 7.4 64 39.8 64 78.4v41.7c0 7.6-5.4 14.2-12.9 15.7l-32.2 6.4c-4.3.9-8.5-1.9-9.4-6.3l-3.1-15.7c-.9-4.3 1.9-8.6 6.3-9.4l19.3-3.9V416c0-62.8-96-65.1-96 1.9v26.7l19.3 3.9c4.3.9 7.1 5.1 6.3 9.4l-3.1 15.7c-.9 4.3-5.1 7.1-9.4 6.3l-31.2-4.2c-7.9-1.1-13.8-7.8-13.8-15.9V416c0-38.6 27.5-70.9 64-78.4v-45.2c-2.2.7-4.4 1.1-6.6 1.9-18 6.3-37.3 9.8-57.4 9.8s-39.4-3.5-57.4-9.8c-7.4-2.6-14.9-4.2-22.6-5.2v81.6c23.1 6.9 40 28.1 40 53.4 0 30.9-25.1 56-56 56s-56-25.1-56-56c0-25.3 16.9-46.5 40-53.4v-80.4C48.5 301 0 355.8 0 422.4v44.8C0 491.9 20.1 512 44.8 512h358.4c24.7 0 44.8-20.1 44.8-44.8v-44.8c0-72-56.8-130.3-128-133.8z\"]\n};\nvar faUserMinus = {\n prefix: 'fas',\n iconName: 'user-minus',\n icon: [640, 512, [], \"f503\", \"M624 208H432c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h192c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-400 48c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"]\n};\nvar faUserNinja = {\n prefix: 'fas',\n iconName: 'user-ninja',\n icon: [448, 512, [], \"f504\", \"M325.4 289.2L224 390.6 122.6 289.2C54 295.3 0 352.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-70.2-54-127.1-122.6-133.2zM32 192c27.3 0 51.8-11.5 69.2-29.7 15.1 53.9 64 93.7 122.8 93.7 70.7 0 128-57.3 128-128S294.7 0 224 0c-50.4 0-93.6 29.4-114.5 71.8C92.1 47.8 64 32 32 32c0 33.4 17.1 62.8 43.1 80-26 17.2-43.1 46.6-43.1 80zm144-96h96c17.7 0 32 14.3 32 32H144c0-17.7 14.3-32 32-32z\"]\n};\nvar faUserNurse = {\n prefix: 'fas',\n iconName: 'user-nurse',\n icon: [448, 512, [], \"f82f\", \"M57.78 288h82.36c22.51 19.68 51.62 32 83.86 32s61.35-12.32 83.86-32h82.36a16 16 0 0 0 14.28-23.18c-15.23-29.85-31.28-62.23-42.15-95.54C354.78 146.09 352 121.59 352 97.2V48L224 0 96 48v49.2c0 24.39-2.75 48.89-10.33 72.08C74.78 202.59 58.73 235 43.5 264.82A16 16 0 0 0 57.78 288zM184 71.67a5 5 0 0 1 5-5h21.67V45a5 5 0 0 1 5-5h16.66a5 5 0 0 1 5 5v21.67H259a5 5 0 0 1 5 5v16.66a5 5 0 0 1-5 5h-21.67V115a5 5 0 0 1-5 5h-16.66a5 5 0 0 1-5-5V93.33H189a5 5 0 0 1-5-5zM144 160h160v32a80 80 0 0 1-160 0zm175.41 160L224 415.39 128.59 320C57.1 323.1 0 381.6 0 453.79A58.21 58.21 0 0 0 58.21 512h331.58A58.21 58.21 0 0 0 448 453.79C448 381.6 390.9 323.1 319.41 320z\"]\n};\nvar faUserPlus = {\n prefix: 'fas',\n iconName: 'user-plus',\n icon: [640, 512, [], \"f234\", \"M624 208h-64v-64c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v64h-64c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h64v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-64h64c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-400 48c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"]\n};\nvar faUserSecret = {\n prefix: 'fas',\n iconName: 'user-secret',\n icon: [448, 512, [], \"f21b\", \"M383.9 308.3l23.9-62.6c4-10.5-3.7-21.7-15-21.7h-58.5c11-18.9 17.8-40.6 17.8-64v-.3c39.2-7.8 64-19.1 64-31.7 0-13.3-27.3-25.1-70.1-33-9.2-32.8-27-65.8-40.6-82.8-9.5-11.9-25.9-15.6-39.5-8.8l-27.6 13.8c-9 4.5-19.6 4.5-28.6 0L182.1 3.4c-13.6-6.8-30-3.1-39.5 8.8-13.5 17-31.4 50-40.6 82.8-42.7 7.9-70 19.7-70 33 0 12.6 24.8 23.9 64 31.7v.3c0 23.4 6.8 45.1 17.8 64H56.3c-11.5 0-19.2 11.7-14.7 22.3l25.8 60.2C27.3 329.8 0 372.7 0 422.4v44.8C0 491.9 20.1 512 44.8 512h358.4c24.7 0 44.8-20.1 44.8-44.8v-44.8c0-48.4-25.8-90.4-64.1-114.1zM176 480l-41.6-192 49.6 32 24 40-32 120zm96 0l-32-120 24-40 49.6-32L272 480zm41.7-298.5c-3.9 11.9-7 24.6-16.5 33.4-10.1 9.3-48 22.4-64-25-2.8-8.4-15.4-8.4-18.3 0-17 50.2-56 32.4-64 25-9.5-8.8-12.7-21.5-16.5-33.4-.8-2.5-6.3-5.7-6.3-5.8v-10.8c28.3 3.6 61 5.8 96 5.8s67.7-2.1 96-5.8v10.8c-.1.1-5.6 3.2-6.4 5.8z\"]\n};\nvar faUserShield = {\n prefix: 'fas',\n iconName: 'user-shield',\n icon: [640, 512, [], \"f505\", \"M622.3 271.1l-115.2-45c-4.1-1.6-12.6-3.7-22.2 0l-115.2 45c-10.7 4.2-17.7 14-17.7 24.9 0 111.6 68.7 188.8 132.9 213.9 9.6 3.7 18 1.6 22.2 0C558.4 489.9 640 420.5 640 296c0-10.9-7-20.7-17.7-24.9zM496 462.4V273.3l95.5 37.3c-5.6 87.1-60.9 135.4-95.5 151.8zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm96 40c0-2.5.8-4.8 1.1-7.2-2.5-.1-4.9-.8-7.5-.8h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c6.8 0 13.3-1.5 19.2-4-54-42.9-99.2-116.7-99.2-212z\"]\n};\nvar faUserSlash = {\n prefix: 'fas',\n iconName: 'user-slash',\n icon: [640, 512, [], \"f506\", \"M633.8 458.1L362.3 248.3C412.1 230.7 448 183.8 448 128 448 57.3 390.7 0 320 0c-67.1 0-121.5 51.8-126.9 117.4L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3zM96 422.4V464c0 26.5 21.5 48 48 48h350.2L207.4 290.3C144.2 301.3 96 356 96 422.4z\"]\n};\nvar faUserTag = {\n prefix: 'fas',\n iconName: 'user-tag',\n icon: [640, 512, [], \"f507\", \"M630.6 364.9l-90.3-90.2c-12-12-28.3-18.7-45.3-18.7h-79.3c-17.7 0-32 14.3-32 32v79.2c0 17 6.7 33.2 18.7 45.2l90.3 90.2c12.5 12.5 32.8 12.5 45.3 0l92.5-92.5c12.6-12.5 12.6-32.7.1-45.2zm-182.8-21c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24c0 13.2-10.7 24-24 24zm-223.8-88c70.7 0 128-57.3 128-128C352 57.3 294.7 0 224 0S96 57.3 96 128c0 70.6 57.3 127.9 128 127.9zm127.8 111.2V294c-12.2-3.6-24.9-6.2-38.2-6.2h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 287.9 0 348.1 0 422.3v41.6c0 26.5 21.5 48 48 48h352c15.5 0 29.1-7.5 37.9-18.9l-58-58c-18.1-18.1-28.1-42.2-28.1-67.9z\"]\n};\nvar faUserTie = {\n prefix: 'fas',\n iconName: 'user-tie',\n icon: [448, 512, [], \"f508\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm95.8 32.6L272 480l-32-136 32-56h-96l32 56-32 136-47.8-191.4C56.9 292 0 350.3 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-72.1-56.9-130.4-128.2-133.8z\"]\n};\nvar faUserTimes = {\n prefix: 'fas',\n iconName: 'user-times',\n icon: [640, 512, [], \"f235\", \"M589.6 240l45.6-45.6c6.3-6.3 6.3-16.5 0-22.8l-22.8-22.8c-6.3-6.3-16.5-6.3-22.8 0L544 194.4l-45.6-45.6c-6.3-6.3-16.5-6.3-22.8 0l-22.8 22.8c-6.3 6.3-6.3 16.5 0 22.8l45.6 45.6-45.6 45.6c-6.3 6.3-6.3 16.5 0 22.8l22.8 22.8c6.3 6.3 16.5 6.3 22.8 0l45.6-45.6 45.6 45.6c6.3 6.3 16.5 6.3 22.8 0l22.8-22.8c6.3-6.3 6.3-16.5 0-22.8L589.6 240zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"]\n};\nvar faUsers = {\n prefix: 'fas',\n iconName: 'users',\n icon: [640, 512, [], \"f0c0\", \"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"]\n};\nvar faUsersCog = {\n prefix: 'fas',\n iconName: 'users-cog',\n icon: [640, 512, [], \"f509\", \"M610.5 341.3c2.6-14.1 2.6-28.5 0-42.6l25.8-14.9c3-1.7 4.3-5.2 3.3-8.5-6.7-21.6-18.2-41.2-33.2-57.4-2.3-2.5-6-3.1-9-1.4l-25.8 14.9c-10.9-9.3-23.4-16.5-36.9-21.3v-29.8c0-3.4-2.4-6.4-5.7-7.1-22.3-5-45-4.8-66.2 0-3.3.7-5.7 3.7-5.7 7.1v29.8c-13.5 4.8-26 12-36.9 21.3l-25.8-14.9c-2.9-1.7-6.7-1.1-9 1.4-15 16.2-26.5 35.8-33.2 57.4-1 3.3.4 6.8 3.3 8.5l25.8 14.9c-2.6 14.1-2.6 28.5 0 42.6l-25.8 14.9c-3 1.7-4.3 5.2-3.3 8.5 6.7 21.6 18.2 41.1 33.2 57.4 2.3 2.5 6 3.1 9 1.4l25.8-14.9c10.9 9.3 23.4 16.5 36.9 21.3v29.8c0 3.4 2.4 6.4 5.7 7.1 22.3 5 45 4.8 66.2 0 3.3-.7 5.7-3.7 5.7-7.1v-29.8c13.5-4.8 26-12 36.9-21.3l25.8 14.9c2.9 1.7 6.7 1.1 9-1.4 15-16.2 26.5-35.8 33.2-57.4 1-3.3-.4-6.8-3.3-8.5l-25.8-14.9zM496 368.5c-26.8 0-48.5-21.8-48.5-48.5s21.8-48.5 48.5-48.5 48.5 21.8 48.5 48.5-21.7 48.5-48.5 48.5zM96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm224 32c1.9 0 3.7-.5 5.6-.6 8.3-21.7 20.5-42.1 36.3-59.2 7.4-8 17.9-12.6 28.9-12.6 6.9 0 13.7 1.8 19.6 5.3l7.9 4.6c.8-.5 1.6-.9 2.4-1.4 7-14.6 11.2-30.8 11.2-48 0-61.9-50.1-112-112-112S208 82.1 208 144c0 61.9 50.1 112 112 112zm105.2 194.5c-2.3-1.2-4.6-2.6-6.8-3.9-8.2 4.8-15.3 9.8-27.5 9.8-10.9 0-21.4-4.6-28.9-12.6-18.3-19.8-32.3-43.9-40.2-69.6-10.7-34.5 24.9-49.7 25.8-50.3-.1-2.6-.1-5.2 0-7.8l-7.9-4.6c-3.8-2.2-7-5-9.8-8.1-3.3.2-6.5.6-9.8.6-24.6 0-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h255.4c-3.7-6-6.2-12.8-6.2-20.3v-9.2zM173.1 274.6C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"]\n};\nvar faUtensilSpoon = {\n prefix: 'fas',\n iconName: 'utensil-spoon',\n icon: [512, 512, [], \"f2e5\", \"M480.1 31.9c-55-55.1-164.9-34.5-227.8 28.5-49.3 49.3-55.1 110-28.8 160.4L9 413.2c-11.6 10.5-12.1 28.5-1 39.5L59.3 504c11 11 29.1 10.5 39.5-1.1l192.4-214.4c50.4 26.3 111.1 20.5 160.4-28.8 63-62.9 83.6-172.8 28.5-227.8z\"]\n};\nvar faUtensils = {\n prefix: 'fas',\n iconName: 'utensils',\n icon: [416, 512, [], \"f2e7\", \"M207.9 15.2c.8 4.7 16.1 94.5 16.1 128.8 0 52.3-27.8 89.6-68.9 104.6L168 486.7c.7 13.7-10.2 25.3-24 25.3H80c-13.7 0-24.7-11.5-24-25.3l12.9-238.1C27.7 233.6 0 196.2 0 144 0 109.6 15.3 19.9 16.1 15.2 19.3-5.1 61.4-5.4 64 16.3v141.2c1.3 3.4 15.1 3.2 16 0 1.4-25.3 7.9-139.2 8-141.8 3.3-20.8 44.7-20.8 47.9 0 .2 2.7 6.6 116.5 8 141.8.9 3.2 14.8 3.4 16 0V16.3c2.6-21.6 44.8-21.4 48-1.1zm119.2 285.7l-15 185.1c-1.2 14 9.9 26 23.9 26h56c13.3 0 24-10.7 24-24V24c0-13.2-10.7-24-24-24-82.5 0-221.4 178.5-64.9 300.9z\"]\n};\nvar faVectorSquare = {\n prefix: 'fas',\n iconName: 'vector-square',\n icon: [512, 512, [], \"f5cb\", \"M512 128V32c0-17.67-14.33-32-32-32h-96c-17.67 0-32 14.33-32 32H160c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v96c0 17.67 14.33 32 32 32v192c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32h192c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32V160c17.67 0 32-14.33 32-32zm-96-64h32v32h-32V64zM64 64h32v32H64V64zm32 384H64v-32h32v32zm352 0h-32v-32h32v32zm-32-96h-32c-17.67 0-32 14.33-32 32v32H160v-32c0-17.67-14.33-32-32-32H96V160h32c17.67 0 32-14.33 32-32V96h192v32c0 17.67 14.33 32 32 32h32v192z\"]\n};\nvar faVenus = {\n prefix: 'fas',\n iconName: 'venus',\n icon: [288, 512, [], \"f221\", \"M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 68.5 47.9 125.9 112 140.4V368H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.5 112-71.9 112-140.4zm-224 0c0-44.1 35.9-80 80-80s80 35.9 80 80-35.9 80-80 80-80-35.9-80-80z\"]\n};\nvar faVenusDouble = {\n prefix: 'fas',\n iconName: 'venus-double',\n icon: [512, 512, [], \"f226\", \"M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 68.5 47.9 125.9 112 140.4V368H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.5 112-71.9 112-140.4zm-224 0c0-44.1 35.9-80 80-80s80 35.9 80 80-35.9 80-80 80-80-35.9-80-80zm336 140.4V368h36c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-36v36c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-36h-36c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h36v-51.6c-21.2-4.8-40.6-14.3-57.2-27.3 14-16.7 25-36 32.1-57.1 14.5 14.8 34.7 24 57.1 24 44.1 0 80-35.9 80-80s-35.9-80-80-80c-22.3 0-42.6 9.2-57.1 24-7.1-21.1-18-40.4-32.1-57.1C303.4 43.6 334.3 32 368 32c79.5 0 144 64.5 144 144 0 68.5-47.9 125.9-112 140.4z\"]\n};\nvar faVenusMars = {\n prefix: 'fas',\n iconName: 'venus-mars',\n icon: [576, 512, [], \"f228\", \"M564 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-48.7 48.7C422.5 72.1 396.2 64 368 64c-33.7 0-64.6 11.6-89.2 30.9 14 16.7 25 36 32.1 57.1 14.5-14.8 34.7-24 57.1-24 44.1 0 80 35.9 80 80s-35.9 80-80 80c-22.3 0-42.6-9.2-57.1-24-7.1 21.1-18 40.4-32.1 57.1 24.5 19.4 55.5 30.9 89.2 30.9 79.5 0 144-64.5 144-144 0-28.2-8.1-54.5-22.1-76.7l48.7-48.7 16.9 16.9c2.4 2.4 5.4 3.5 8.4 3.5 6.2 0 12.1-4.8 12.1-12V12c0-6.6-5.4-12-12-12zM144 64C64.5 64 0 128.5 0 208c0 68.5 47.9 125.9 112 140.4V400H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.6 112-71.9 112-140.4 0-79.5-64.5-144-144-144zm0 224c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faVial = {\n prefix: 'fas',\n iconName: 'vial',\n icon: [480, 512, [], \"f492\", \"M477.7 186.1L309.5 18.3c-3.1-3.1-8.2-3.1-11.3 0l-34 33.9c-3.1 3.1-3.1 8.2 0 11.3l11.2 11.1L33 316.5c-38.8 38.7-45.1 102-9.4 143.5 20.6 24 49.5 36 78.4 35.9 26.4 0 52.8-10 72.9-30.1l246.3-245.7 11.2 11.1c3.1 3.1 8.2 3.1 11.3 0l34-33.9c3.1-3 3.1-8.1 0-11.2zM318 256H161l148-147.7 78.5 78.3L318 256z\"]\n};\nvar faVials = {\n prefix: 'fas',\n iconName: 'vials',\n icon: [640, 512, [], \"f493\", \"M72 64h24v240c0 44.1 35.9 80 80 80s80-35.9 80-80V64h24c4.4 0 8-3.6 8-8V8c0-4.4-3.6-8-8-8H72c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm72 0h64v96h-64V64zm480 384H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM360 64h24v240c0 44.1 35.9 80 80 80s80-35.9 80-80V64h24c4.4 0 8-3.6 8-8V8c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm72 0h64v96h-64V64z\"]\n};\nvar faVideo = {\n prefix: 'fas',\n iconName: 'video',\n icon: [576, 512, [], \"f03d\", \"M336.2 64H47.8C21.4 64 0 85.4 0 111.8v288.4C0 426.6 21.4 448 47.8 448h288.4c26.4 0 47.8-21.4 47.8-47.8V111.8c0-26.4-21.4-47.8-47.8-47.8zm189.4 37.7L416 177.3v157.4l109.6 75.5c21.2 14.6 50.4-.3 50.4-25.8V127.5c0-25.4-29.1-40.4-50.4-25.8z\"]\n};\nvar faVideoSlash = {\n prefix: 'fas',\n iconName: 'video-slash',\n icon: [640, 512, [], \"f4e2\", \"M633.8 458.1l-55-42.5c15.4-1.4 29.2-13.7 29.2-31.1v-257c0-25.5-29.1-40.4-50.4-25.8L448 177.3v137.2l-32-24.7v-178c0-26.4-21.4-47.8-47.8-47.8H123.9L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4L42.7 82 416 370.6l178.5 138c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.5-6.9 4.2-17-2.8-22.4zM32 400.2c0 26.4 21.4 47.8 47.8 47.8h288.4c11.2 0 21.4-4 29.6-10.5L32 154.7v245.5z\"]\n};\nvar faVihara = {\n prefix: 'fas',\n iconName: 'vihara',\n icon: [640, 512, [], \"f6a7\", \"M632.88 400.71L544 352v-64l55.16-17.69c11.79-5.9 11.79-22.72 0-28.62L480 192v-64l27.31-16.3c7.72-7.72 5.61-20.74-4.16-25.62L320 0 136.85 86.07c-9.77 4.88-11.88 17.9-4.16 25.62L160 128v64L40.84 241.69c-11.79 5.9-11.79 22.72 0 28.62L96 288v64L7.12 400.71c-5.42 3.62-7.7 9.63-7 15.29.62 5.01 3.57 9.75 8.72 12.33L64 448v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h160v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h160v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48l55.15-19.67c5.16-2.58 8.1-7.32 8.72-12.33.71-5.67-1.57-11.68-6.99-15.29zM224 128h192v64H224v-64zm-64 224v-64h320v64H160z\"]\n};\nvar faVoicemail = {\n prefix: 'fas',\n iconName: 'voicemail',\n icon: [640, 512, [], \"f897\", \"M496 128a144 144 0 0 0-119.74 224H263.74A144 144 0 1 0 144 416h352a144 144 0 0 0 0-288zM64 272a80 80 0 1 1 80 80 80 80 0 0 1-80-80zm432 80a80 80 0 1 1 80-80 80 80 0 0 1-80 80z\"]\n};\nvar faVolleyballBall = {\n prefix: 'fas',\n iconName: 'volleyball-ball',\n icon: [512, 512, [], \"f45f\", \"M231.39 243.48a285.56 285.56 0 0 0-22.7-105.7c-90.8 42.4-157.5 122.4-180.3 216.8a249 249 0 0 0 56.9 81.1 333.87 333.87 0 0 1 146.1-192.2zm-36.9-134.4a284.23 284.23 0 0 0-57.4-70.7c-91 49.8-144.8 152.9-125 262.2 33.4-83.1 98.4-152 182.4-191.5zm187.6 165.1c8.6-99.8-27.3-197.5-97.5-264.4-14.7-1.7-51.6-5.5-98.9 8.5A333.87 333.87 0 0 1 279.19 241a285 285 0 0 0 102.9 33.18zm-124.7 9.5a286.33 286.33 0 0 0-80.2 72.6c82 57.3 184.5 75.1 277.5 47.8a247.15 247.15 0 0 0 42.2-89.9 336.1 336.1 0 0 1-80.9 10.4c-54.6-.1-108.9-14.1-158.6-40.9zm-98.3 99.7c-15.2 26-25.7 54.4-32.1 84.2a247.07 247.07 0 0 0 289-22.1c-112.9 16.1-203.3-24.8-256.9-62.1zm180.3-360.6c55.3 70.4 82.5 161.2 74.6 253.6a286.59 286.59 0 0 0 89.7-14.2c0-2 .3-4 .3-6 0-107.8-68.7-199.1-164.6-233.4z\"]\n};\nvar faVolumeDown = {\n prefix: 'fas',\n iconName: 'volume-down',\n icon: [384, 512, [], \"f027\", \"M215.03 72.04L126.06 161H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V89.02c0-21.47-25.96-31.98-40.97-16.98zm123.2 108.08c-11.58-6.33-26.19-2.16-32.61 9.45-6.39 11.61-2.16 26.2 9.45 32.61C327.98 229.28 336 242.62 336 257c0 14.38-8.02 27.72-20.92 34.81-11.61 6.41-15.84 21-9.45 32.61 6.43 11.66 21.05 15.8 32.61 9.45 28.23-15.55 45.77-45 45.77-76.88s-17.54-61.32-45.78-76.87z\"]\n};\nvar faVolumeMute = {\n prefix: 'fas',\n iconName: 'volume-mute',\n icon: [512, 512, [], \"f6a9\", \"M215.03 71.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V88.02c0-21.46-25.96-31.98-40.97-16.97zM461.64 256l45.64-45.64c6.3-6.3 6.3-16.52 0-22.82l-22.82-22.82c-6.3-6.3-16.52-6.3-22.82 0L416 210.36l-45.64-45.64c-6.3-6.3-16.52-6.3-22.82 0l-22.82 22.82c-6.3 6.3-6.3 16.52 0 22.82L370.36 256l-45.63 45.63c-6.3 6.3-6.3 16.52 0 22.82l22.82 22.82c6.3 6.3 16.52 6.3 22.82 0L416 301.64l45.64 45.64c6.3 6.3 16.52 6.3 22.82 0l22.82-22.82c6.3-6.3 6.3-16.52 0-22.82L461.64 256z\"]\n};\nvar faVolumeOff = {\n prefix: 'fas',\n iconName: 'volume-off',\n icon: [256, 512, [], \"f026\", \"M215 71l-89 89H24a24 24 0 0 0-24 24v144a24 24 0 0 0 24 24h102.06L215 441c15 15 41 4.47 41-17V88c0-21.47-26-32-41-17z\"]\n};\nvar faVolumeUp = {\n prefix: 'fas',\n iconName: 'volume-up',\n icon: [576, 512, [], \"f028\", \"M215.03 71.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V88.02c0-21.46-25.96-31.98-40.97-16.97zm233.32-51.08c-11.17-7.33-26.18-4.24-33.51 6.95-7.34 11.17-4.22 26.18 6.95 33.51 66.27 43.49 105.82 116.6 105.82 195.58 0 78.98-39.55 152.09-105.82 195.58-11.17 7.32-14.29 22.34-6.95 33.5 7.04 10.71 21.93 14.56 33.51 6.95C528.27 439.58 576 351.33 576 256S528.27 72.43 448.35 19.97zM480 256c0-63.53-32.06-121.94-85.77-156.24-11.19-7.14-26.03-3.82-33.12 7.46s-3.78 26.21 7.41 33.36C408.27 165.97 432 209.11 432 256s-23.73 90.03-63.48 115.42c-11.19 7.14-14.5 22.07-7.41 33.36 6.51 10.36 21.12 15.14 33.12 7.46C447.94 377.94 480 319.54 480 256zm-141.77-76.87c-11.58-6.33-26.19-2.16-32.61 9.45-6.39 11.61-2.16 26.2 9.45 32.61C327.98 228.28 336 241.63 336 256c0 14.38-8.02 27.72-20.92 34.81-11.61 6.41-15.84 21-9.45 32.61 6.43 11.66 21.05 15.8 32.61 9.45 28.23-15.55 45.77-45 45.77-76.88s-17.54-61.32-45.78-76.86z\"]\n};\nvar faVoteYea = {\n prefix: 'fas',\n iconName: 'vote-yea',\n icon: [640, 512, [], \"f772\", \"M608 320h-64v64h22.4c5.3 0 9.6 3.6 9.6 8v16c0 4.4-4.3 8-9.6 8H73.6c-5.3 0-9.6-3.6-9.6-8v-16c0-4.4 4.3-8 9.6-8H96v-64H32c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32h576c17.7 0 32-14.3 32-32v-96c0-17.7-14.3-32-32-32zm-96 64V64.3c0-17.9-14.5-32.3-32.3-32.3H160.4C142.5 32 128 46.5 128 64.3V384h384zM211.2 202l25.5-25.3c4.2-4.2 11-4.2 15.2.1l41.3 41.6 95.2-94.4c4.2-4.2 11-4.2 15.2.1l25.3 25.5c4.2 4.2 4.2 11-.1 15.2L300.5 292c-4.2 4.2-11 4.2-15.2-.1l-74.1-74.7c-4.3-4.2-4.2-11 0-15.2z\"]\n};\nvar faVrCardboard = {\n prefix: 'fas',\n iconName: 'vr-cardboard',\n icon: [640, 512, [], \"f729\", \"M608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h160.22c25.19 0 48.03-14.77 58.36-37.74l27.74-61.64C286.21 331.08 302.35 320 320 320s33.79 11.08 41.68 28.62l27.74 61.64C399.75 433.23 422.6 448 447.78 448H608c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zM160 304c-35.35 0-64-28.65-64-64s28.65-64 64-64 64 28.65 64 64-28.65 64-64 64zm320 0c-35.35 0-64-28.65-64-64s28.65-64 64-64 64 28.65 64 64-28.65 64-64 64z\"]\n};\nvar faWalking = {\n prefix: 'fas',\n iconName: 'walking',\n icon: [320, 512, [], \"f554\", \"M208 96c26.5 0 48-21.5 48-48S234.5 0 208 0s-48 21.5-48 48 21.5 48 48 48zm94.5 149.1l-23.3-11.8-9.7-29.4c-14.7-44.6-55.7-75.8-102.2-75.9-36-.1-55.9 10.1-93.3 25.2-21.6 8.7-39.3 25.2-49.7 46.2L17.6 213c-7.8 15.8-1.5 35 14.2 42.9 15.6 7.9 34.6 1.5 42.5-14.3L81 228c3.5-7 9.3-12.5 16.5-15.4l26.8-10.8-15.2 60.7c-5.2 20.8.4 42.9 14.9 58.8l59.9 65.4c7.2 7.9 12.3 17.4 14.9 27.7l18.3 73.3c4.3 17.1 21.7 27.6 38.8 23.3 17.1-4.3 27.6-21.7 23.3-38.8l-22.2-89c-2.6-10.3-7.7-19.9-14.9-27.7l-45.5-49.7 17.2-68.7 5.5 16.5c5.3 16.1 16.7 29.4 31.7 37l23.3 11.8c15.6 7.9 34.6 1.5 42.5-14.3 7.7-15.7 1.4-35.1-14.3-43zM73.6 385.8c-3.2 8.1-8 15.4-14.2 21.5l-50 50.1c-12.5 12.5-12.5 32.8 0 45.3s32.7 12.5 45.2 0l59.4-59.4c6.1-6.1 10.9-13.4 14.2-21.5l13.5-33.8c-55.3-60.3-38.7-41.8-47.4-53.7l-20.7 51.5z\"]\n};\nvar faWallet = {\n prefix: 'fas',\n iconName: 'wallet',\n icon: [512, 512, [], \"f555\", \"M461.2 128H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h384c8.84 0 16-7.16 16-16 0-26.51-21.49-48-48-48H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h397.2c28.02 0 50.8-21.53 50.8-48V176c0-26.47-22.78-48-50.8-48zM416 336c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faWarehouse = {\n prefix: 'fas',\n iconName: 'warehouse',\n icon: [640, 512, [], \"f494\", \"M504 352H136.4c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8H504c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm0 96H136.1c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm0-192H136.6c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8H504c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm106.5-139L338.4 3.7a48.15 48.15 0 0 0-36.9 0L29.5 117C11.7 124.5 0 141.9 0 161.3V504c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8V256c0-17.6 14.6-32 32.6-32h382.8c18 0 32.6 14.4 32.6 32v248c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8V161.3c0-19.4-11.7-36.8-29.5-44.3z\"]\n};\nvar faWater = {\n prefix: 'fas',\n iconName: 'water',\n icon: [576, 512, [], \"f773\", \"M562.1 383.9c-21.5-2.4-42.1-10.5-57.9-22.9-14.1-11.1-34.2-11.3-48.2 0-37.9 30.4-107.2 30.4-145.7-1.5-13.5-11.2-33-9.1-46.7 1.8-38 30.1-106.9 30-145.2-1.7-13.5-11.2-33.3-8.9-47.1 2-15.5 12.2-36 20.1-57.7 22.4-7.9.8-13.6 7.8-13.6 15.7v32.2c0 9.1 7.6 16.8 16.7 16 28.8-2.5 56.1-11.4 79.4-25.9 56.5 34.6 137 34.1 192 0 56.5 34.6 137 34.1 192 0 23.3 14.2 50.9 23.3 79.1 25.8 9.1.8 16.7-6.9 16.7-16v-31.6c.1-8-5.7-15.4-13.8-16.3zm0-144c-21.5-2.4-42.1-10.5-57.9-22.9-14.1-11.1-34.2-11.3-48.2 0-37.9 30.4-107.2 30.4-145.7-1.5-13.5-11.2-33-9.1-46.7 1.8-38 30.1-106.9 30-145.2-1.7-13.5-11.2-33.3-8.9-47.1 2-15.5 12.2-36 20.1-57.7 22.4-7.9.8-13.6 7.8-13.6 15.7v32.2c0 9.1 7.6 16.8 16.7 16 28.8-2.5 56.1-11.4 79.4-25.9 56.5 34.6 137 34.1 192 0 56.5 34.6 137 34.1 192 0 23.3 14.2 50.9 23.3 79.1 25.8 9.1.8 16.7-6.9 16.7-16v-31.6c.1-8-5.7-15.4-13.8-16.3zm0-144C540.6 93.4 520 85.4 504.2 73 490.1 61.9 470 61.7 456 73c-37.9 30.4-107.2 30.4-145.7-1.5-13.5-11.2-33-9.1-46.7 1.8-38 30.1-106.9 30-145.2-1.7-13.5-11.2-33.3-8.9-47.1 2-15.5 12.2-36 20.1-57.7 22.4-7.9.8-13.6 7.8-13.6 15.7v32.2c0 9.1 7.6 16.8 16.7 16 28.8-2.5 56.1-11.4 79.4-25.9 56.5 34.6 137 34.1 192 0 56.5 34.6 137 34.1 192 0 23.3 14.2 50.9 23.3 79.1 25.8 9.1.8 16.7-6.9 16.7-16v-31.6c.1-8-5.7-15.4-13.8-16.3z\"]\n};\nvar faWaveSquare = {\n prefix: 'fas',\n iconName: 'wave-square',\n icon: [640, 512, [], \"f83e\", \"M476 480H324a36 36 0 0 1-36-36V96h-96v156a36 36 0 0 1-36 36H16a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h112V68a36 36 0 0 1 36-36h152a36 36 0 0 1 36 36v348h96V260a36 36 0 0 1 36-36h140a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H512v156a36 36 0 0 1-36 36z\"]\n};\nvar faWeight = {\n prefix: 'fas',\n iconName: 'weight',\n icon: [512, 512, [], \"f496\", \"M448 64h-25.98C438.44 92.28 448 125.01 448 160c0 105.87-86.13 192-192 192S64 265.87 64 160c0-34.99 9.56-67.72 25.98-96H64C28.71 64 0 92.71 0 128v320c0 35.29 28.71 64 64 64h384c35.29 0 64-28.71 64-64V128c0-35.29-28.71-64-64-64zM256 320c88.37 0 160-71.63 160-160S344.37 0 256 0 96 71.63 96 160s71.63 160 160 160zm-.3-151.94l33.58-78.36c3.5-8.17 12.94-11.92 21.03-8.41 8.12 3.48 11.88 12.89 8.41 21l-33.67 78.55C291.73 188 296 197.45 296 208c0 22.09-17.91 40-40 40s-40-17.91-40-40c0-21.98 17.76-39.77 39.7-39.94z\"]\n};\nvar faWeightHanging = {\n prefix: 'fas',\n iconName: 'weight-hanging',\n icon: [512, 512, [], \"f5cd\", \"M510.28 445.86l-73.03-292.13c-3.8-15.19-16.44-25.72-30.87-25.72h-60.25c3.57-10.05 5.88-20.72 5.88-32 0-53.02-42.98-96-96-96s-96 42.98-96 96c0 11.28 2.3 21.95 5.88 32h-60.25c-14.43 0-27.08 10.54-30.87 25.72L1.72 445.86C-6.61 479.17 16.38 512 48.03 512h415.95c31.64 0 54.63-32.83 46.3-66.14zM256 128c-17.64 0-32-14.36-32-32s14.36-32 32-32 32 14.36 32 32-14.36 32-32 32z\"]\n};\nvar faWheelchair = {\n prefix: 'fas',\n iconName: 'wheelchair',\n icon: [512, 512, [], \"f193\", \"M496.101 385.669l14.227 28.663c3.929 7.915.697 17.516-7.218 21.445l-65.465 32.886c-16.049 7.967-35.556 1.194-43.189-15.055L331.679 320H192c-15.925 0-29.426-11.71-31.679-27.475C126.433 55.308 128.38 70.044 128 64c0-36.358 30.318-65.635 67.052-63.929 33.271 1.545 60.048 28.905 60.925 62.201.868 32.933-23.152 60.423-54.608 65.039l4.67 32.69H336c8.837 0 16 7.163 16 16v32c0 8.837-7.163 16-16 16H215.182l4.572 32H352a32 32 0 0 1 28.962 18.392L438.477 396.8l36.178-18.349c7.915-3.929 17.517-.697 21.446 7.218zM311.358 352h-24.506c-7.788 54.204-54.528 96-110.852 96-61.757 0-112-50.243-112-112 0-41.505 22.694-77.809 56.324-97.156-3.712-25.965-6.844-47.86-9.488-66.333C45.956 198.464 0 261.963 0 336c0 97.047 78.953 176 176 176 71.87 0 133.806-43.308 161.11-105.192L311.358 352z\"]\n};\nvar faWifi = {\n prefix: 'fas',\n iconName: 'wifi',\n icon: [640, 512, [], \"f1eb\", \"M634.91 154.88C457.74-8.99 182.19-8.93 5.09 154.88c-6.66 6.16-6.79 16.59-.35 22.98l34.24 33.97c6.14 6.1 16.02 6.23 22.4.38 145.92-133.68 371.3-133.71 517.25 0 6.38 5.85 16.26 5.71 22.4-.38l34.24-33.97c6.43-6.39 6.3-16.82-.36-22.98zM320 352c-35.35 0-64 28.65-64 64s28.65 64 64 64 64-28.65 64-64-28.65-64-64-64zm202.67-83.59c-115.26-101.93-290.21-101.82-405.34 0-6.9 6.1-7.12 16.69-.57 23.15l34.44 33.99c6 5.92 15.66 6.32 22.05.8 83.95-72.57 209.74-72.41 293.49 0 6.39 5.52 16.05 5.13 22.05-.8l34.44-33.99c6.56-6.46 6.33-17.06-.56-23.15z\"]\n};\nvar faWind = {\n prefix: 'fas',\n iconName: 'wind',\n icon: [512, 512, [], \"f72e\", \"M156.7 256H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h142.2c15.9 0 30.8 10.9 33.4 26.6 3.3 20-12.1 37.4-31.6 37.4-14.1 0-26.1-9.2-30.4-21.9-2.1-6.3-8.6-10.1-15.2-10.1H81.6c-9.8 0-17.7 8.8-15.9 18.4 8.6 44.1 47.6 77.6 94.2 77.6 57.1 0 102.7-50.1 95.2-108.6C249 291 205.4 256 156.7 256zM16 224h336c59.7 0 106.8-54.8 93.8-116.7-7.6-36.2-36.9-65.5-73.1-73.1-55.4-11.6-105.1 24.9-114.9 75.5-1.9 9.6 6.1 18.3 15.8 18.3h32.8c6.7 0 13.1-3.8 15.2-10.1C325.9 105.2 337.9 96 352 96c19.4 0 34.9 17.4 31.6 37.4-2.6 15.7-17.4 26.6-33.4 26.6H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16zm384 32H243.7c19.3 16.6 33.2 38.8 39.8 64H400c26.5 0 48 21.5 48 48s-21.5 48-48 48c-17.9 0-33.3-9.9-41.6-24.4-2.9-5-8.7-7.6-14.5-7.6h-33.8c-10.9 0-19 10.8-15.3 21.1 17.8 50.6 70.5 84.8 129.4 72.3 41.2-8.7 75.1-41.6 84.7-82.7C526 321.5 470.5 256 400 256z\"]\n};\nvar faWindowClose = {\n prefix: 'fas',\n iconName: 'window-close',\n icon: [512, 512, [], \"f410\", \"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-83.6 290.5c4.8 4.8 4.8 12.6 0 17.4l-40.5 40.5c-4.8 4.8-12.6 4.8-17.4 0L256 313.3l-66.5 67.1c-4.8 4.8-12.6 4.8-17.4 0l-40.5-40.5c-4.8-4.8-4.8-12.6 0-17.4l67.1-66.5-67.1-66.5c-4.8-4.8-4.8-12.6 0-17.4l40.5-40.5c4.8-4.8 12.6-4.8 17.4 0l66.5 67.1 66.5-67.1c4.8-4.8 12.6-4.8 17.4 0l40.5 40.5c4.8 4.8 4.8 12.6 0 17.4L313.3 256l67.1 66.5z\"]\n};\nvar faWindowMaximize = {\n prefix: 'fas',\n iconName: 'window-maximize',\n icon: [512, 512, [], \"f2d0\", \"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-16 160H64v-84c0-6.6 5.4-12 12-12h360c6.6 0 12 5.4 12 12v84z\"]\n};\nvar faWindowMinimize = {\n prefix: 'fas',\n iconName: 'window-minimize',\n icon: [512, 512, [], \"f2d1\", \"M464 352H48c-26.5 0-48 21.5-48 48v32c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48v-32c0-26.5-21.5-48-48-48z\"]\n};\nvar faWindowRestore = {\n prefix: 'fas',\n iconName: 'window-restore',\n icon: [512, 512, [], \"f2d2\", \"M512 48v288c0 26.5-21.5 48-48 48h-48V176c0-44.1-35.9-80-80-80H128V48c0-26.5 21.5-48 48-48h288c26.5 0 48 21.5 48 48zM384 176v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h288c26.5 0 48 21.5 48 48zm-68 28c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v52h252v-52z\"]\n};\nvar faWineBottle = {\n prefix: 'fas',\n iconName: 'wine-bottle',\n icon: [512, 512, [], \"f72f\", \"M507.31 72.57L439.43 4.69c-6.25-6.25-16.38-6.25-22.63 0l-22.63 22.63c-6.25 6.25-6.25 16.38 0 22.63l-76.67 76.67c-46.58-19.7-102.4-10.73-140.37 27.23L18.75 312.23c-24.99 24.99-24.99 65.52 0 90.51l90.51 90.51c24.99 24.99 65.52 24.99 90.51 0l158.39-158.39c37.96-37.96 46.93-93.79 27.23-140.37l76.67-76.67c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.24-6.24 6.24-16.37-.01-22.62zM179.22 423.29l-90.51-90.51 122.04-122.04 90.51 90.51-122.04 122.04z\"]\n};\nvar faWineGlass = {\n prefix: 'fas',\n iconName: 'wine-glass',\n icon: [288, 512, [], \"f4e3\", \"M216 464h-40V346.81c68.47-15.89 118.05-79.91 111.4-154.16l-15.95-178.1C270.71 6.31 263.9 0 255.74 0H32.26c-8.15 0-14.97 6.31-15.7 14.55L.6 192.66C-6.05 266.91 43.53 330.93 112 346.82V464H72c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h208c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40z\"]\n};\nvar faWineGlassAlt = {\n prefix: 'fas',\n iconName: 'wine-glass-alt',\n icon: [288, 512, [], \"f5ce\", \"M216 464h-40V346.81c68.47-15.89 118.05-79.91 111.4-154.16l-15.95-178.1C270.71 6.31 263.9 0 255.74 0H32.26c-8.15 0-14.97 6.31-15.7 14.55L.6 192.66C-6.05 266.91 43.53 330.93 112 346.82V464H72c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h208c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40zM61.75 48h164.5l7.17 80H54.58l7.17-80z\"]\n};\nvar faWonSign = {\n prefix: 'fas',\n iconName: 'won-sign',\n icon: [576, 512, [], \"f159\", \"M564 192c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-48l18.6-80.6c1.7-7.5-4-14.7-11.7-14.7h-46.1c-5.7 0-10.6 4-11.7 9.5L450.7 128H340.8l-19.7-86c-1.3-5.5-6.1-9.3-11.7-9.3h-44c-5.6 0-10.4 3.8-11.7 9.3l-20 86H125l-17.5-85.7c-1.1-5.6-6.1-9.6-11.8-9.6H53.6c-7.7 0-13.4 7.1-11.7 14.6L60 128H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h62.3l7.2 32H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h83.9l40.9 182.6c1.2 5.5 6.1 9.4 11.7 9.4h56.8c5.6 0 10.4-3.9 11.7-9.3L259.3 288h55.1l42.4 182.7c1.3 5.4 6.1 9.3 11.7 9.3h56.8c5.6 0 10.4-3.9 11.7-9.3L479.1 288H564c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-70.1l7.4-32zM183.8 342c-6.2 25.8-6.8 47.2-7.3 47.2h-1.1s-1.7-22-6.8-47.2l-11-54h38.8zm27.5-118h-66.8l-6.5-32h80.8zm62.9 0l2-8.6c1.9-8 3.5-16 4.8-23.4h11.8c1.3 7.4 2.9 15.4 4.8 23.4l2 8.6zm130.9 118c-5.1 25.2-6.8 47.2-6.8 47.2h-1.1c-.6 0-1.1-21.4-7.3-47.2l-12.4-54h39.1zm25.2-118h-67.4l-7.3-32h81.6z\"]\n};\nvar faWrench = {\n prefix: 'fas',\n iconName: 'wrench',\n icon: [512, 512, [], \"f0ad\", \"M507.73 109.1c-2.24-9.03-13.54-12.09-20.12-5.51l-74.36 74.36-67.88-11.31-11.31-67.88 74.36-74.36c6.62-6.62 3.43-17.9-5.66-20.16-47.38-11.74-99.55.91-136.58 37.93-39.64 39.64-50.55 97.1-34.05 147.2L18.74 402.76c-24.99 24.99-24.99 65.51 0 90.5 24.99 24.99 65.51 24.99 90.5 0l213.21-213.21c50.12 16.71 107.47 5.68 147.37-34.22 37.07-37.07 49.7-89.32 37.91-136.73zM64 472c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faXRay = {\n prefix: 'fas',\n iconName: 'x-ray',\n icon: [640, 512, [], \"f497\", \"M240 384c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm160 32c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zM624 0H16C7.2 0 0 7.2 0 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16zm0 448h-48V96H64v352H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM480 248c0 4.4-3.6 8-8 8H336v32h104c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H336v32h64c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48v-16h-64v16c0 26.5-21.5 48-48 48s-48-21.5-48-48 21.5-48 48-48h64v-32H200c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h104v-32H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h136v-32H200c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h104v-24c0-4.4 3.6-8 8-8h16c4.4 0 8 3.6 8 8v24h104c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H336v32h136c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faYenSign = {\n prefix: 'fas',\n iconName: 'yen-sign',\n icon: [384, 512, [], \"f157\", \"M351.2 32h-65.3c-4.6 0-8.8 2.6-10.8 6.7l-55.4 113.2c-14.5 34.7-27.1 71.9-27.1 71.9h-1.3s-12.6-37.2-27.1-71.9L108.8 38.7c-2-4.1-6.2-6.7-10.8-6.7H32.8c-9.1 0-14.8 9.7-10.6 17.6L102.3 200H44c-6.6 0-12 5.4-12 12v32c0 6.6 5.4 12 12 12h88.2l19.8 37.2V320H44c-6.6 0-12 5.4-12 12v32c0 6.6 5.4 12 12 12h108v92c0 6.6 5.4 12 12 12h56c6.6 0 12-5.4 12-12v-92h108c6.6 0 12-5.4 12-12v-32c0-6.6-5.4-12-12-12H232v-26.8l19.8-37.2H340c6.6 0 12-5.4 12-12v-32c0-6.6-5.4-12-12-12h-58.3l80.1-150.4c4.3-7.9-1.5-17.6-10.6-17.6z\"]\n};\nvar faYinYang = {\n prefix: 'fas',\n iconName: 'yin-yang',\n icon: [496, 512, [], \"f6ad\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 376c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-128c-53.02 0-96 42.98-96 96s42.98 96 96 96c-106.04 0-192-85.96-192-192S141.96 64 248 64c53.02 0 96 42.98 96 96s-42.98 96-96 96zm0-128c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z\"]\n};\nvar _iconsCache = {\n faAd: faAd,\n faAddressBook: faAddressBook,\n faAddressCard: faAddressCard,\n faAdjust: faAdjust,\n faAirFreshener: faAirFreshener,\n faAlignCenter: faAlignCenter,\n faAlignJustify: faAlignJustify,\n faAlignLeft: faAlignLeft,\n faAlignRight: faAlignRight,\n faAllergies: faAllergies,\n faAmbulance: faAmbulance,\n faAmericanSignLanguageInterpreting: faAmericanSignLanguageInterpreting,\n faAnchor: faAnchor,\n faAngleDoubleDown: faAngleDoubleDown,\n faAngleDoubleLeft: faAngleDoubleLeft,\n faAngleDoubleRight: faAngleDoubleRight,\n faAngleDoubleUp: faAngleDoubleUp,\n faAngleDown: faAngleDown,\n faAngleLeft: faAngleLeft,\n faAngleRight: faAngleRight,\n faAngleUp: faAngleUp,\n faAngry: faAngry,\n faAnkh: faAnkh,\n faAppleAlt: faAppleAlt,\n faArchive: faArchive,\n faArchway: faArchway,\n faArrowAltCircleDown: faArrowAltCircleDown,\n faArrowAltCircleLeft: faArrowAltCircleLeft,\n faArrowAltCircleRight: faArrowAltCircleRight,\n faArrowAltCircleUp: faArrowAltCircleUp,\n faArrowCircleDown: faArrowCircleDown,\n faArrowCircleLeft: faArrowCircleLeft,\n faArrowCircleRight: faArrowCircleRight,\n faArrowCircleUp: faArrowCircleUp,\n faArrowDown: faArrowDown,\n faArrowLeft: faArrowLeft,\n faArrowRight: faArrowRight,\n faArrowUp: faArrowUp,\n faArrowsAlt: faArrowsAlt,\n faArrowsAltH: faArrowsAltH,\n faArrowsAltV: faArrowsAltV,\n faAssistiveListeningSystems: faAssistiveListeningSystems,\n faAsterisk: faAsterisk,\n faAt: faAt,\n faAtlas: faAtlas,\n faAtom: faAtom,\n faAudioDescription: faAudioDescription,\n faAward: faAward,\n faBaby: faBaby,\n faBabyCarriage: faBabyCarriage,\n faBackspace: faBackspace,\n faBackward: faBackward,\n faBacon: faBacon,\n faBalanceScale: faBalanceScale,\n faBalanceScaleLeft: faBalanceScaleLeft,\n faBalanceScaleRight: faBalanceScaleRight,\n faBan: faBan,\n faBandAid: faBandAid,\n faBarcode: faBarcode,\n faBars: faBars,\n faBaseballBall: faBaseballBall,\n faBasketballBall: faBasketballBall,\n faBath: faBath,\n faBatteryEmpty: faBatteryEmpty,\n faBatteryFull: faBatteryFull,\n faBatteryHalf: faBatteryHalf,\n faBatteryQuarter: faBatteryQuarter,\n faBatteryThreeQuarters: faBatteryThreeQuarters,\n faBed: faBed,\n faBeer: faBeer,\n faBell: faBell,\n faBellSlash: faBellSlash,\n faBezierCurve: faBezierCurve,\n faBible: faBible,\n faBicycle: faBicycle,\n faBiking: faBiking,\n faBinoculars: faBinoculars,\n faBiohazard: faBiohazard,\n faBirthdayCake: faBirthdayCake,\n faBlender: faBlender,\n faBlenderPhone: faBlenderPhone,\n faBlind: faBlind,\n faBlog: faBlog,\n faBold: faBold,\n faBolt: faBolt,\n faBomb: faBomb,\n faBone: faBone,\n faBong: faBong,\n faBook: faBook,\n faBookDead: faBookDead,\n faBookMedical: faBookMedical,\n faBookOpen: faBookOpen,\n faBookReader: faBookReader,\n faBookmark: faBookmark,\n faBorderAll: faBorderAll,\n faBorderNone: faBorderNone,\n faBorderStyle: faBorderStyle,\n faBowlingBall: faBowlingBall,\n faBox: faBox,\n faBoxOpen: faBoxOpen,\n faBoxes: faBoxes,\n faBraille: faBraille,\n faBrain: faBrain,\n faBreadSlice: faBreadSlice,\n faBriefcase: faBriefcase,\n faBriefcaseMedical: faBriefcaseMedical,\n faBroadcastTower: faBroadcastTower,\n faBroom: faBroom,\n faBrush: faBrush,\n faBug: faBug,\n faBuilding: faBuilding,\n faBullhorn: faBullhorn,\n faBullseye: faBullseye,\n faBurn: faBurn,\n faBus: faBus,\n faBusAlt: faBusAlt,\n faBusinessTime: faBusinessTime,\n faCalculator: faCalculator,\n faCalendar: faCalendar,\n faCalendarAlt: faCalendarAlt,\n faCalendarCheck: faCalendarCheck,\n faCalendarDay: faCalendarDay,\n faCalendarMinus: faCalendarMinus,\n faCalendarPlus: faCalendarPlus,\n faCalendarTimes: faCalendarTimes,\n faCalendarWeek: faCalendarWeek,\n faCamera: faCamera,\n faCameraRetro: faCameraRetro,\n faCampground: faCampground,\n faCandyCane: faCandyCane,\n faCannabis: faCannabis,\n faCapsules: faCapsules,\n faCar: faCar,\n faCarAlt: faCarAlt,\n faCarBattery: faCarBattery,\n faCarCrash: faCarCrash,\n faCarSide: faCarSide,\n faCaretDown: faCaretDown,\n faCaretLeft: faCaretLeft,\n faCaretRight: faCaretRight,\n faCaretSquareDown: faCaretSquareDown,\n faCaretSquareLeft: faCaretSquareLeft,\n faCaretSquareRight: faCaretSquareRight,\n faCaretSquareUp: faCaretSquareUp,\n faCaretUp: faCaretUp,\n faCarrot: faCarrot,\n faCartArrowDown: faCartArrowDown,\n faCartPlus: faCartPlus,\n faCashRegister: faCashRegister,\n faCat: faCat,\n faCertificate: faCertificate,\n faChair: faChair,\n faChalkboard: faChalkboard,\n faChalkboardTeacher: faChalkboardTeacher,\n faChargingStation: faChargingStation,\n faChartArea: faChartArea,\n faChartBar: faChartBar,\n faChartLine: faChartLine,\n faChartPie: faChartPie,\n faCheck: faCheck,\n faCheckCircle: faCheckCircle,\n faCheckDouble: faCheckDouble,\n faCheckSquare: faCheckSquare,\n faCheese: faCheese,\n faChess: faChess,\n faChessBishop: faChessBishop,\n faChessBoard: faChessBoard,\n faChessKing: faChessKing,\n faChessKnight: faChessKnight,\n faChessPawn: faChessPawn,\n faChessQueen: faChessQueen,\n faChessRook: faChessRook,\n faChevronCircleDown: faChevronCircleDown,\n faChevronCircleLeft: faChevronCircleLeft,\n faChevronCircleRight: faChevronCircleRight,\n faChevronCircleUp: faChevronCircleUp,\n faChevronDown: faChevronDown,\n faChevronLeft: faChevronLeft,\n faChevronRight: faChevronRight,\n faChevronUp: faChevronUp,\n faChild: faChild,\n faChurch: faChurch,\n faCircle: faCircle,\n faCircleNotch: faCircleNotch,\n faCity: faCity,\n faClinicMedical: faClinicMedical,\n faClipboard: faClipboard,\n faClipboardCheck: faClipboardCheck,\n faClipboardList: faClipboardList,\n faClock: faClock,\n faClone: faClone,\n faClosedCaptioning: faClosedCaptioning,\n faCloud: faCloud,\n faCloudDownloadAlt: faCloudDownloadAlt,\n faCloudMeatball: faCloudMeatball,\n faCloudMoon: faCloudMoon,\n faCloudMoonRain: faCloudMoonRain,\n faCloudRain: faCloudRain,\n faCloudShowersHeavy: faCloudShowersHeavy,\n faCloudSun: faCloudSun,\n faCloudSunRain: faCloudSunRain,\n faCloudUploadAlt: faCloudUploadAlt,\n faCocktail: faCocktail,\n faCode: faCode,\n faCodeBranch: faCodeBranch,\n faCoffee: faCoffee,\n faCog: faCog,\n faCogs: faCogs,\n faCoins: faCoins,\n faColumns: faColumns,\n faComment: faComment,\n faCommentAlt: faCommentAlt,\n faCommentDollar: faCommentDollar,\n faCommentDots: faCommentDots,\n faCommentMedical: faCommentMedical,\n faCommentSlash: faCommentSlash,\n faComments: faComments,\n faCommentsDollar: faCommentsDollar,\n faCompactDisc: faCompactDisc,\n faCompass: faCompass,\n faCompress: faCompress,\n faCompressArrowsAlt: faCompressArrowsAlt,\n faConciergeBell: faConciergeBell,\n faCookie: faCookie,\n faCookieBite: faCookieBite,\n faCopy: faCopy,\n faCopyright: faCopyright,\n faCouch: faCouch,\n faCreditCard: faCreditCard,\n faCrop: faCrop,\n faCropAlt: faCropAlt,\n faCross: faCross,\n faCrosshairs: faCrosshairs,\n faCrow: faCrow,\n faCrown: faCrown,\n faCrutch: faCrutch,\n faCube: faCube,\n faCubes: faCubes,\n faCut: faCut,\n faDatabase: faDatabase,\n faDeaf: faDeaf,\n faDemocrat: faDemocrat,\n faDesktop: faDesktop,\n faDharmachakra: faDharmachakra,\n faDiagnoses: faDiagnoses,\n faDice: faDice,\n faDiceD20: faDiceD20,\n faDiceD6: faDiceD6,\n faDiceFive: faDiceFive,\n faDiceFour: faDiceFour,\n faDiceOne: faDiceOne,\n faDiceSix: faDiceSix,\n faDiceThree: faDiceThree,\n faDiceTwo: faDiceTwo,\n faDigitalTachograph: faDigitalTachograph,\n faDirections: faDirections,\n faDivide: faDivide,\n faDizzy: faDizzy,\n faDna: faDna,\n faDog: faDog,\n faDollarSign: faDollarSign,\n faDolly: faDolly,\n faDollyFlatbed: faDollyFlatbed,\n faDonate: faDonate,\n faDoorClosed: faDoorClosed,\n faDoorOpen: faDoorOpen,\n faDotCircle: faDotCircle,\n faDove: faDove,\n faDownload: faDownload,\n faDraftingCompass: faDraftingCompass,\n faDragon: faDragon,\n faDrawPolygon: faDrawPolygon,\n faDrum: faDrum,\n faDrumSteelpan: faDrumSteelpan,\n faDrumstickBite: faDrumstickBite,\n faDumbbell: faDumbbell,\n faDumpster: faDumpster,\n faDumpsterFire: faDumpsterFire,\n faDungeon: faDungeon,\n faEdit: faEdit,\n faEgg: faEgg,\n faEject: faEject,\n faEllipsisH: faEllipsisH,\n faEllipsisV: faEllipsisV,\n faEnvelope: faEnvelope,\n faEnvelopeOpen: faEnvelopeOpen,\n faEnvelopeOpenText: faEnvelopeOpenText,\n faEnvelopeSquare: faEnvelopeSquare,\n faEquals: faEquals,\n faEraser: faEraser,\n faEthernet: faEthernet,\n faEuroSign: faEuroSign,\n faExchangeAlt: faExchangeAlt,\n faExclamation: faExclamation,\n faExclamationCircle: faExclamationCircle,\n faExclamationTriangle: faExclamationTriangle,\n faExpand: faExpand,\n faExpandArrowsAlt: faExpandArrowsAlt,\n faExternalLinkAlt: faExternalLinkAlt,\n faExternalLinkSquareAlt: faExternalLinkSquareAlt,\n faEye: faEye,\n faEyeDropper: faEyeDropper,\n faEyeSlash: faEyeSlash,\n faFan: faFan,\n faFastBackward: faFastBackward,\n faFastForward: faFastForward,\n faFax: faFax,\n faFeather: faFeather,\n faFeatherAlt: faFeatherAlt,\n faFemale: faFemale,\n faFighterJet: faFighterJet,\n faFile: faFile,\n faFileAlt: faFileAlt,\n faFileArchive: faFileArchive,\n faFileAudio: faFileAudio,\n faFileCode: faFileCode,\n faFileContract: faFileContract,\n faFileCsv: faFileCsv,\n faFileDownload: faFileDownload,\n faFileExcel: faFileExcel,\n faFileExport: faFileExport,\n faFileImage: faFileImage,\n faFileImport: faFileImport,\n faFileInvoice: faFileInvoice,\n faFileInvoiceDollar: faFileInvoiceDollar,\n faFileMedical: faFileMedical,\n faFileMedicalAlt: faFileMedicalAlt,\n faFilePdf: faFilePdf,\n faFilePowerpoint: faFilePowerpoint,\n faFilePrescription: faFilePrescription,\n faFileSignature: faFileSignature,\n faFileUpload: faFileUpload,\n faFileVideo: faFileVideo,\n faFileWord: faFileWord,\n faFill: faFill,\n faFillDrip: faFillDrip,\n faFilm: faFilm,\n faFilter: faFilter,\n faFingerprint: faFingerprint,\n faFire: faFire,\n faFireAlt: faFireAlt,\n faFireExtinguisher: faFireExtinguisher,\n faFirstAid: faFirstAid,\n faFish: faFish,\n faFistRaised: faFistRaised,\n faFlag: faFlag,\n faFlagCheckered: faFlagCheckered,\n faFlagUsa: faFlagUsa,\n faFlask: faFlask,\n faFlushed: faFlushed,\n faFolder: faFolder,\n faFolderMinus: faFolderMinus,\n faFolderOpen: faFolderOpen,\n faFolderPlus: faFolderPlus,\n faFont: faFont,\n faFontAwesomeLogoFull: faFontAwesomeLogoFull,\n faFootballBall: faFootballBall,\n faForward: faForward,\n faFrog: faFrog,\n faFrown: faFrown,\n faFrownOpen: faFrownOpen,\n faFunnelDollar: faFunnelDollar,\n faFutbol: faFutbol,\n faGamepad: faGamepad,\n faGasPump: faGasPump,\n faGavel: faGavel,\n faGem: faGem,\n faGenderless: faGenderless,\n faGhost: faGhost,\n faGift: faGift,\n faGifts: faGifts,\n faGlassCheers: faGlassCheers,\n faGlassMartini: faGlassMartini,\n faGlassMartiniAlt: faGlassMartiniAlt,\n faGlassWhiskey: faGlassWhiskey,\n faGlasses: faGlasses,\n faGlobe: faGlobe,\n faGlobeAfrica: faGlobeAfrica,\n faGlobeAmericas: faGlobeAmericas,\n faGlobeAsia: faGlobeAsia,\n faGlobeEurope: faGlobeEurope,\n faGolfBall: faGolfBall,\n faGopuram: faGopuram,\n faGraduationCap: faGraduationCap,\n faGreaterThan: faGreaterThan,\n faGreaterThanEqual: faGreaterThanEqual,\n faGrimace: faGrimace,\n faGrin: faGrin,\n faGrinAlt: faGrinAlt,\n faGrinBeam: faGrinBeam,\n faGrinBeamSweat: faGrinBeamSweat,\n faGrinHearts: faGrinHearts,\n faGrinSquint: faGrinSquint,\n faGrinSquintTears: faGrinSquintTears,\n faGrinStars: faGrinStars,\n faGrinTears: faGrinTears,\n faGrinTongue: faGrinTongue,\n faGrinTongueSquint: faGrinTongueSquint,\n faGrinTongueWink: faGrinTongueWink,\n faGrinWink: faGrinWink,\n faGripHorizontal: faGripHorizontal,\n faGripLines: faGripLines,\n faGripLinesVertical: faGripLinesVertical,\n faGripVertical: faGripVertical,\n faGuitar: faGuitar,\n faHSquare: faHSquare,\n faHamburger: faHamburger,\n faHammer: faHammer,\n faHamsa: faHamsa,\n faHandHolding: faHandHolding,\n faHandHoldingHeart: faHandHoldingHeart,\n faHandHoldingUsd: faHandHoldingUsd,\n faHandLizard: faHandLizard,\n faHandMiddleFinger: faHandMiddleFinger,\n faHandPaper: faHandPaper,\n faHandPeace: faHandPeace,\n faHandPointDown: faHandPointDown,\n faHandPointLeft: faHandPointLeft,\n faHandPointRight: faHandPointRight,\n faHandPointUp: faHandPointUp,\n faHandPointer: faHandPointer,\n faHandRock: faHandRock,\n faHandScissors: faHandScissors,\n faHandSpock: faHandSpock,\n faHands: faHands,\n faHandsHelping: faHandsHelping,\n faHandshake: faHandshake,\n faHanukiah: faHanukiah,\n faHardHat: faHardHat,\n faHashtag: faHashtag,\n faHatCowboy: faHatCowboy,\n faHatCowboySide: faHatCowboySide,\n faHatWizard: faHatWizard,\n faHaykal: faHaykal,\n faHdd: faHdd,\n faHeading: faHeading,\n faHeadphones: faHeadphones,\n faHeadphonesAlt: faHeadphonesAlt,\n faHeadset: faHeadset,\n faHeart: faHeart,\n faHeartBroken: faHeartBroken,\n faHeartbeat: faHeartbeat,\n faHelicopter: faHelicopter,\n faHighlighter: faHighlighter,\n faHiking: faHiking,\n faHippo: faHippo,\n faHistory: faHistory,\n faHockeyPuck: faHockeyPuck,\n faHollyBerry: faHollyBerry,\n faHome: faHome,\n faHorse: faHorse,\n faHorseHead: faHorseHead,\n faHospital: faHospital,\n faHospitalAlt: faHospitalAlt,\n faHospitalSymbol: faHospitalSymbol,\n faHotTub: faHotTub,\n faHotdog: faHotdog,\n faHotel: faHotel,\n faHourglass: faHourglass,\n faHourglassEnd: faHourglassEnd,\n faHourglassHalf: faHourglassHalf,\n faHourglassStart: faHourglassStart,\n faHouseDamage: faHouseDamage,\n faHryvnia: faHryvnia,\n faICursor: faICursor,\n faIceCream: faIceCream,\n faIcicles: faIcicles,\n faIcons: faIcons,\n faIdBadge: faIdBadge,\n faIdCard: faIdCard,\n faIdCardAlt: faIdCardAlt,\n faIgloo: faIgloo,\n faImage: faImage,\n faImages: faImages,\n faInbox: faInbox,\n faIndent: faIndent,\n faIndustry: faIndustry,\n faInfinity: faInfinity,\n faInfo: faInfo,\n faInfoCircle: faInfoCircle,\n faItalic: faItalic,\n faJedi: faJedi,\n faJoint: faJoint,\n faJournalWhills: faJournalWhills,\n faKaaba: faKaaba,\n faKey: faKey,\n faKeyboard: faKeyboard,\n faKhanda: faKhanda,\n faKiss: faKiss,\n faKissBeam: faKissBeam,\n faKissWinkHeart: faKissWinkHeart,\n faKiwiBird: faKiwiBird,\n faLandmark: faLandmark,\n faLanguage: faLanguage,\n faLaptop: faLaptop,\n faLaptopCode: faLaptopCode,\n faLaptopMedical: faLaptopMedical,\n faLaugh: faLaugh,\n faLaughBeam: faLaughBeam,\n faLaughSquint: faLaughSquint,\n faLaughWink: faLaughWink,\n faLayerGroup: faLayerGroup,\n faLeaf: faLeaf,\n faLemon: faLemon,\n faLessThan: faLessThan,\n faLessThanEqual: faLessThanEqual,\n faLevelDownAlt: faLevelDownAlt,\n faLevelUpAlt: faLevelUpAlt,\n faLifeRing: faLifeRing,\n faLightbulb: faLightbulb,\n faLink: faLink,\n faLiraSign: faLiraSign,\n faList: faList,\n faListAlt: faListAlt,\n faListOl: faListOl,\n faListUl: faListUl,\n faLocationArrow: faLocationArrow,\n faLock: faLock,\n faLockOpen: faLockOpen,\n faLongArrowAltDown: faLongArrowAltDown,\n faLongArrowAltLeft: faLongArrowAltLeft,\n faLongArrowAltRight: faLongArrowAltRight,\n faLongArrowAltUp: faLongArrowAltUp,\n faLowVision: faLowVision,\n faLuggageCart: faLuggageCart,\n faMagic: faMagic,\n faMagnet: faMagnet,\n faMailBulk: faMailBulk,\n faMale: faMale,\n faMap: faMap,\n faMapMarked: faMapMarked,\n faMapMarkedAlt: faMapMarkedAlt,\n faMapMarker: faMapMarker,\n faMapMarkerAlt: faMapMarkerAlt,\n faMapPin: faMapPin,\n faMapSigns: faMapSigns,\n faMarker: faMarker,\n faMars: faMars,\n faMarsDouble: faMarsDouble,\n faMarsStroke: faMarsStroke,\n faMarsStrokeH: faMarsStrokeH,\n faMarsStrokeV: faMarsStrokeV,\n faMask: faMask,\n faMedal: faMedal,\n faMedkit: faMedkit,\n faMeh: faMeh,\n faMehBlank: faMehBlank,\n faMehRollingEyes: faMehRollingEyes,\n faMemory: faMemory,\n faMenorah: faMenorah,\n faMercury: faMercury,\n faMeteor: faMeteor,\n faMicrochip: faMicrochip,\n faMicrophone: faMicrophone,\n faMicrophoneAlt: faMicrophoneAlt,\n faMicrophoneAltSlash: faMicrophoneAltSlash,\n faMicrophoneSlash: faMicrophoneSlash,\n faMicroscope: faMicroscope,\n faMinus: faMinus,\n faMinusCircle: faMinusCircle,\n faMinusSquare: faMinusSquare,\n faMitten: faMitten,\n faMobile: faMobile,\n faMobileAlt: faMobileAlt,\n faMoneyBill: faMoneyBill,\n faMoneyBillAlt: faMoneyBillAlt,\n faMoneyBillWave: faMoneyBillWave,\n faMoneyBillWaveAlt: faMoneyBillWaveAlt,\n faMoneyCheck: faMoneyCheck,\n faMoneyCheckAlt: faMoneyCheckAlt,\n faMonument: faMonument,\n faMoon: faMoon,\n faMortarPestle: faMortarPestle,\n faMosque: faMosque,\n faMotorcycle: faMotorcycle,\n faMountain: faMountain,\n faMouse: faMouse,\n faMousePointer: faMousePointer,\n faMugHot: faMugHot,\n faMusic: faMusic,\n faNetworkWired: faNetworkWired,\n faNeuter: faNeuter,\n faNewspaper: faNewspaper,\n faNotEqual: faNotEqual,\n faNotesMedical: faNotesMedical,\n faObjectGroup: faObjectGroup,\n faObjectUngroup: faObjectUngroup,\n faOilCan: faOilCan,\n faOm: faOm,\n faOtter: faOtter,\n faOutdent: faOutdent,\n faPager: faPager,\n faPaintBrush: faPaintBrush,\n faPaintRoller: faPaintRoller,\n faPalette: faPalette,\n faPallet: faPallet,\n faPaperPlane: faPaperPlane,\n faPaperclip: faPaperclip,\n faParachuteBox: faParachuteBox,\n faParagraph: faParagraph,\n faParking: faParking,\n faPassport: faPassport,\n faPastafarianism: faPastafarianism,\n faPaste: faPaste,\n faPause: faPause,\n faPauseCircle: faPauseCircle,\n faPaw: faPaw,\n faPeace: faPeace,\n faPen: faPen,\n faPenAlt: faPenAlt,\n faPenFancy: faPenFancy,\n faPenNib: faPenNib,\n faPenSquare: faPenSquare,\n faPencilAlt: faPencilAlt,\n faPencilRuler: faPencilRuler,\n faPeopleCarry: faPeopleCarry,\n faPepperHot: faPepperHot,\n faPercent: faPercent,\n faPercentage: faPercentage,\n faPersonBooth: faPersonBooth,\n faPhone: faPhone,\n faPhoneAlt: faPhoneAlt,\n faPhoneSlash: faPhoneSlash,\n faPhoneSquare: faPhoneSquare,\n faPhoneSquareAlt: faPhoneSquareAlt,\n faPhoneVolume: faPhoneVolume,\n faPhotoVideo: faPhotoVideo,\n faPiggyBank: faPiggyBank,\n faPills: faPills,\n faPizzaSlice: faPizzaSlice,\n faPlaceOfWorship: faPlaceOfWorship,\n faPlane: faPlane,\n faPlaneArrival: faPlaneArrival,\n faPlaneDeparture: faPlaneDeparture,\n faPlay: faPlay,\n faPlayCircle: faPlayCircle,\n faPlug: faPlug,\n faPlus: faPlus,\n faPlusCircle: faPlusCircle,\n faPlusSquare: faPlusSquare,\n faPodcast: faPodcast,\n faPoll: faPoll,\n faPollH: faPollH,\n faPoo: faPoo,\n faPooStorm: faPooStorm,\n faPoop: faPoop,\n faPortrait: faPortrait,\n faPoundSign: faPoundSign,\n faPowerOff: faPowerOff,\n faPray: faPray,\n faPrayingHands: faPrayingHands,\n faPrescription: faPrescription,\n faPrescriptionBottle: faPrescriptionBottle,\n faPrescriptionBottleAlt: faPrescriptionBottleAlt,\n faPrint: faPrint,\n faProcedures: faProcedures,\n faProjectDiagram: faProjectDiagram,\n faPuzzlePiece: faPuzzlePiece,\n faQrcode: faQrcode,\n faQuestion: faQuestion,\n faQuestionCircle: faQuestionCircle,\n faQuidditch: faQuidditch,\n faQuoteLeft: faQuoteLeft,\n faQuoteRight: faQuoteRight,\n faQuran: faQuran,\n faRadiation: faRadiation,\n faRadiationAlt: faRadiationAlt,\n faRainbow: faRainbow,\n faRandom: faRandom,\n faReceipt: faReceipt,\n faRecordVinyl: faRecordVinyl,\n faRecycle: faRecycle,\n faRedo: faRedo,\n faRedoAlt: faRedoAlt,\n faRegistered: faRegistered,\n faRemoveFormat: faRemoveFormat,\n faReply: faReply,\n faReplyAll: faReplyAll,\n faRepublican: faRepublican,\n faRestroom: faRestroom,\n faRetweet: faRetweet,\n faRibbon: faRibbon,\n faRing: faRing,\n faRoad: faRoad,\n faRobot: faRobot,\n faRocket: faRocket,\n faRoute: faRoute,\n faRss: faRss,\n faRssSquare: faRssSquare,\n faRubleSign: faRubleSign,\n faRuler: faRuler,\n faRulerCombined: faRulerCombined,\n faRulerHorizontal: faRulerHorizontal,\n faRulerVertical: faRulerVertical,\n faRunning: faRunning,\n faRupeeSign: faRupeeSign,\n faSadCry: faSadCry,\n faSadTear: faSadTear,\n faSatellite: faSatellite,\n faSatelliteDish: faSatelliteDish,\n faSave: faSave,\n faSchool: faSchool,\n faScrewdriver: faScrewdriver,\n faScroll: faScroll,\n faSdCard: faSdCard,\n faSearch: faSearch,\n faSearchDollar: faSearchDollar,\n faSearchLocation: faSearchLocation,\n faSearchMinus: faSearchMinus,\n faSearchPlus: faSearchPlus,\n faSeedling: faSeedling,\n faServer: faServer,\n faShapes: faShapes,\n faShare: faShare,\n faShareAlt: faShareAlt,\n faShareAltSquare: faShareAltSquare,\n faShareSquare: faShareSquare,\n faShekelSign: faShekelSign,\n faShieldAlt: faShieldAlt,\n faShip: faShip,\n faShippingFast: faShippingFast,\n faShoePrints: faShoePrints,\n faShoppingBag: faShoppingBag,\n faShoppingBasket: faShoppingBasket,\n faShoppingCart: faShoppingCart,\n faShower: faShower,\n faShuttleVan: faShuttleVan,\n faSign: faSign,\n faSignInAlt: faSignInAlt,\n faSignLanguage: faSignLanguage,\n faSignOutAlt: faSignOutAlt,\n faSignal: faSignal,\n faSignature: faSignature,\n faSimCard: faSimCard,\n faSitemap: faSitemap,\n faSkating: faSkating,\n faSkiing: faSkiing,\n faSkiingNordic: faSkiingNordic,\n faSkull: faSkull,\n faSkullCrossbones: faSkullCrossbones,\n faSlash: faSlash,\n faSleigh: faSleigh,\n faSlidersH: faSlidersH,\n faSmile: faSmile,\n faSmileBeam: faSmileBeam,\n faSmileWink: faSmileWink,\n faSmog: faSmog,\n faSmoking: faSmoking,\n faSmokingBan: faSmokingBan,\n faSms: faSms,\n faSnowboarding: faSnowboarding,\n faSnowflake: faSnowflake,\n faSnowman: faSnowman,\n faSnowplow: faSnowplow,\n faSocks: faSocks,\n faSolarPanel: faSolarPanel,\n faSort: faSort,\n faSortAlphaDown: faSortAlphaDown,\n faSortAlphaDownAlt: faSortAlphaDownAlt,\n faSortAlphaUp: faSortAlphaUp,\n faSortAlphaUpAlt: faSortAlphaUpAlt,\n faSortAmountDown: faSortAmountDown,\n faSortAmountDownAlt: faSortAmountDownAlt,\n faSortAmountUp: faSortAmountUp,\n faSortAmountUpAlt: faSortAmountUpAlt,\n faSortDown: faSortDown,\n faSortNumericDown: faSortNumericDown,\n faSortNumericDownAlt: faSortNumericDownAlt,\n faSortNumericUp: faSortNumericUp,\n faSortNumericUpAlt: faSortNumericUpAlt,\n faSortUp: faSortUp,\n faSpa: faSpa,\n faSpaceShuttle: faSpaceShuttle,\n faSpellCheck: faSpellCheck,\n faSpider: faSpider,\n faSpinner: faSpinner,\n faSplotch: faSplotch,\n faSprayCan: faSprayCan,\n faSquare: faSquare,\n faSquareFull: faSquareFull,\n faSquareRootAlt: faSquareRootAlt,\n faStamp: faStamp,\n faStar: faStar,\n faStarAndCrescent: faStarAndCrescent,\n faStarHalf: faStarHalf,\n faStarHalfAlt: faStarHalfAlt,\n faStarOfDavid: faStarOfDavid,\n faStarOfLife: faStarOfLife,\n faStepBackward: faStepBackward,\n faStepForward: faStepForward,\n faStethoscope: faStethoscope,\n faStickyNote: faStickyNote,\n faStop: faStop,\n faStopCircle: faStopCircle,\n faStopwatch: faStopwatch,\n faStore: faStore,\n faStoreAlt: faStoreAlt,\n faStream: faStream,\n faStreetView: faStreetView,\n faStrikethrough: faStrikethrough,\n faStroopwafel: faStroopwafel,\n faSubscript: faSubscript,\n faSubway: faSubway,\n faSuitcase: faSuitcase,\n faSuitcaseRolling: faSuitcaseRolling,\n faSun: faSun,\n faSuperscript: faSuperscript,\n faSurprise: faSurprise,\n faSwatchbook: faSwatchbook,\n faSwimmer: faSwimmer,\n faSwimmingPool: faSwimmingPool,\n faSynagogue: faSynagogue,\n faSync: faSync,\n faSyncAlt: faSyncAlt,\n faSyringe: faSyringe,\n faTable: faTable,\n faTableTennis: faTableTennis,\n faTablet: faTablet,\n faTabletAlt: faTabletAlt,\n faTablets: faTablets,\n faTachometerAlt: faTachometerAlt,\n faTag: faTag,\n faTags: faTags,\n faTape: faTape,\n faTasks: faTasks,\n faTaxi: faTaxi,\n faTeeth: faTeeth,\n faTeethOpen: faTeethOpen,\n faTemperatureHigh: faTemperatureHigh,\n faTemperatureLow: faTemperatureLow,\n faTenge: faTenge,\n faTerminal: faTerminal,\n faTextHeight: faTextHeight,\n faTextWidth: faTextWidth,\n faTh: faTh,\n faThLarge: faThLarge,\n faThList: faThList,\n faTheaterMasks: faTheaterMasks,\n faThermometer: faThermometer,\n faThermometerEmpty: faThermometerEmpty,\n faThermometerFull: faThermometerFull,\n faThermometerHalf: faThermometerHalf,\n faThermometerQuarter: faThermometerQuarter,\n faThermometerThreeQuarters: faThermometerThreeQuarters,\n faThumbsDown: faThumbsDown,\n faThumbsUp: faThumbsUp,\n faThumbtack: faThumbtack,\n faTicketAlt: faTicketAlt,\n faTimes: faTimes,\n faTimesCircle: faTimesCircle,\n faTint: faTint,\n faTintSlash: faTintSlash,\n faTired: faTired,\n faToggleOff: faToggleOff,\n faToggleOn: faToggleOn,\n faToilet: faToilet,\n faToiletPaper: faToiletPaper,\n faToolbox: faToolbox,\n faTools: faTools,\n faTooth: faTooth,\n faTorah: faTorah,\n faToriiGate: faToriiGate,\n faTractor: faTractor,\n faTrademark: faTrademark,\n faTrafficLight: faTrafficLight,\n faTrain: faTrain,\n faTram: faTram,\n faTransgender: faTransgender,\n faTransgenderAlt: faTransgenderAlt,\n faTrash: faTrash,\n faTrashAlt: faTrashAlt,\n faTrashRestore: faTrashRestore,\n faTrashRestoreAlt: faTrashRestoreAlt,\n faTree: faTree,\n faTrophy: faTrophy,\n faTruck: faTruck,\n faTruckLoading: faTruckLoading,\n faTruckMonster: faTruckMonster,\n faTruckMoving: faTruckMoving,\n faTruckPickup: faTruckPickup,\n faTshirt: faTshirt,\n faTty: faTty,\n faTv: faTv,\n faUmbrella: faUmbrella,\n faUmbrellaBeach: faUmbrellaBeach,\n faUnderline: faUnderline,\n faUndo: faUndo,\n faUndoAlt: faUndoAlt,\n faUniversalAccess: faUniversalAccess,\n faUniversity: faUniversity,\n faUnlink: faUnlink,\n faUnlock: faUnlock,\n faUnlockAlt: faUnlockAlt,\n faUpload: faUpload,\n faUser: faUser,\n faUserAlt: faUserAlt,\n faUserAltSlash: faUserAltSlash,\n faUserAstronaut: faUserAstronaut,\n faUserCheck: faUserCheck,\n faUserCircle: faUserCircle,\n faUserClock: faUserClock,\n faUserCog: faUserCog,\n faUserEdit: faUserEdit,\n faUserFriends: faUserFriends,\n faUserGraduate: faUserGraduate,\n faUserInjured: faUserInjured,\n faUserLock: faUserLock,\n faUserMd: faUserMd,\n faUserMinus: faUserMinus,\n faUserNinja: faUserNinja,\n faUserNurse: faUserNurse,\n faUserPlus: faUserPlus,\n faUserSecret: faUserSecret,\n faUserShield: faUserShield,\n faUserSlash: faUserSlash,\n faUserTag: faUserTag,\n faUserTie: faUserTie,\n faUserTimes: faUserTimes,\n faUsers: faUsers,\n faUsersCog: faUsersCog,\n faUtensilSpoon: faUtensilSpoon,\n faUtensils: faUtensils,\n faVectorSquare: faVectorSquare,\n faVenus: faVenus,\n faVenusDouble: faVenusDouble,\n faVenusMars: faVenusMars,\n faVial: faVial,\n faVials: faVials,\n faVideo: faVideo,\n faVideoSlash: faVideoSlash,\n faVihara: faVihara,\n faVoicemail: faVoicemail,\n faVolleyballBall: faVolleyballBall,\n faVolumeDown: faVolumeDown,\n faVolumeMute: faVolumeMute,\n faVolumeOff: faVolumeOff,\n faVolumeUp: faVolumeUp,\n faVoteYea: faVoteYea,\n faVrCardboard: faVrCardboard,\n faWalking: faWalking,\n faWallet: faWallet,\n faWarehouse: faWarehouse,\n faWater: faWater,\n faWaveSquare: faWaveSquare,\n faWeight: faWeight,\n faWeightHanging: faWeightHanging,\n faWheelchair: faWheelchair,\n faWifi: faWifi,\n faWind: faWind,\n faWindowClose: faWindowClose,\n faWindowMaximize: faWindowMaximize,\n faWindowMinimize: faWindowMinimize,\n faWindowRestore: faWindowRestore,\n faWineBottle: faWineBottle,\n faWineGlass: faWineGlass,\n faWineGlassAlt: faWineGlassAlt,\n faWonSign: faWonSign,\n faWrench: faWrench,\n faXRay: faXRay,\n faYenSign: faYenSign,\n faYinYang: faYinYang\n};\n\nexport { _iconsCache as fas, prefix, faAd, faAddressBook, faAddressCard, faAdjust, faAirFreshener, faAlignCenter, faAlignJustify, faAlignLeft, faAlignRight, faAllergies, faAmbulance, faAmericanSignLanguageInterpreting, faAnchor, faAngleDoubleDown, faAngleDoubleLeft, faAngleDoubleRight, faAngleDoubleUp, faAngleDown, faAngleLeft, faAngleRight, faAngleUp, faAngry, faAnkh, faAppleAlt, faArchive, faArchway, faArrowAltCircleDown, faArrowAltCircleLeft, faArrowAltCircleRight, faArrowAltCircleUp, faArrowCircleDown, faArrowCircleLeft, faArrowCircleRight, faArrowCircleUp, faArrowDown, faArrowLeft, faArrowRight, faArrowUp, faArrowsAlt, faArrowsAltH, faArrowsAltV, faAssistiveListeningSystems, faAsterisk, faAt, faAtlas, faAtom, faAudioDescription, faAward, faBaby, faBabyCarriage, faBackspace, faBackward, faBacon, faBalanceScale, faBalanceScaleLeft, faBalanceScaleRight, faBan, faBandAid, faBarcode, faBars, faBaseballBall, faBasketballBall, faBath, faBatteryEmpty, faBatteryFull, faBatteryHalf, faBatteryQuarter, faBatteryThreeQuarters, faBed, faBeer, faBell, faBellSlash, faBezierCurve, faBible, faBicycle, faBiking, faBinoculars, faBiohazard, faBirthdayCake, faBlender, faBlenderPhone, faBlind, faBlog, faBold, faBolt, faBomb, faBone, faBong, faBook, faBookDead, faBookMedical, faBookOpen, faBookReader, faBookmark, faBorderAll, faBorderNone, faBorderStyle, faBowlingBall, faBox, faBoxOpen, faBoxes, faBraille, faBrain, faBreadSlice, faBriefcase, faBriefcaseMedical, faBroadcastTower, faBroom, faBrush, faBug, faBuilding, faBullhorn, faBullseye, faBurn, faBus, faBusAlt, faBusinessTime, faCalculator, faCalendar, faCalendarAlt, faCalendarCheck, faCalendarDay, faCalendarMinus, faCalendarPlus, faCalendarTimes, faCalendarWeek, faCamera, faCameraRetro, faCampground, faCandyCane, faCannabis, faCapsules, faCar, faCarAlt, faCarBattery, faCarCrash, faCarSide, faCaretDown, faCaretLeft, faCaretRight, faCaretSquareDown, faCaretSquareLeft, faCaretSquareRight, faCaretSquareUp, faCaretUp, faCarrot, faCartArrowDown, faCartPlus, faCashRegister, faCat, faCertificate, faChair, faChalkboard, faChalkboardTeacher, faChargingStation, faChartArea, faChartBar, faChartLine, faChartPie, faCheck, faCheckCircle, faCheckDouble, faCheckSquare, faCheese, faChess, faChessBishop, faChessBoard, faChessKing, faChessKnight, faChessPawn, faChessQueen, faChessRook, faChevronCircleDown, faChevronCircleLeft, faChevronCircleRight, faChevronCircleUp, faChevronDown, faChevronLeft, faChevronRight, faChevronUp, faChild, faChurch, faCircle, faCircleNotch, faCity, faClinicMedical, faClipboard, faClipboardCheck, faClipboardList, faClock, faClone, faClosedCaptioning, faCloud, faCloudDownloadAlt, faCloudMeatball, faCloudMoon, faCloudMoonRain, faCloudRain, faCloudShowersHeavy, faCloudSun, faCloudSunRain, faCloudUploadAlt, faCocktail, faCode, faCodeBranch, faCoffee, faCog, faCogs, faCoins, faColumns, faComment, faCommentAlt, faCommentDollar, faCommentDots, faCommentMedical, faCommentSlash, faComments, faCommentsDollar, faCompactDisc, faCompass, faCompress, faCompressArrowsAlt, faConciergeBell, faCookie, faCookieBite, faCopy, faCopyright, faCouch, faCreditCard, faCrop, faCropAlt, faCross, faCrosshairs, faCrow, faCrown, faCrutch, faCube, faCubes, faCut, faDatabase, faDeaf, faDemocrat, faDesktop, faDharmachakra, faDiagnoses, faDice, faDiceD20, faDiceD6, faDiceFive, faDiceFour, faDiceOne, faDiceSix, faDiceThree, faDiceTwo, faDigitalTachograph, faDirections, faDivide, faDizzy, faDna, faDog, faDollarSign, faDolly, faDollyFlatbed, faDonate, faDoorClosed, faDoorOpen, faDotCircle, faDove, faDownload, faDraftingCompass, faDragon, faDrawPolygon, faDrum, faDrumSteelpan, faDrumstickBite, faDumbbell, faDumpster, faDumpsterFire, faDungeon, faEdit, faEgg, faEject, faEllipsisH, faEllipsisV, faEnvelope, faEnvelopeOpen, faEnvelopeOpenText, faEnvelopeSquare, faEquals, faEraser, faEthernet, faEuroSign, faExchangeAlt, faExclamation, faExclamationCircle, faExclamationTriangle, faExpand, faExpandArrowsAlt, faExternalLinkAlt, faExternalLinkSquareAlt, faEye, faEyeDropper, faEyeSlash, faFan, faFastBackward, faFastForward, faFax, faFeather, faFeatherAlt, faFemale, faFighterJet, faFile, faFileAlt, faFileArchive, faFileAudio, faFileCode, faFileContract, faFileCsv, faFileDownload, faFileExcel, faFileExport, faFileImage, faFileImport, faFileInvoice, faFileInvoiceDollar, faFileMedical, faFileMedicalAlt, faFilePdf, faFilePowerpoint, faFilePrescription, faFileSignature, faFileUpload, faFileVideo, faFileWord, faFill, faFillDrip, faFilm, faFilter, faFingerprint, faFire, faFireAlt, faFireExtinguisher, faFirstAid, faFish, faFistRaised, faFlag, faFlagCheckered, faFlagUsa, faFlask, faFlushed, faFolder, faFolderMinus, faFolderOpen, faFolderPlus, faFont, faFontAwesomeLogoFull, faFootballBall, faForward, faFrog, faFrown, faFrownOpen, faFunnelDollar, faFutbol, faGamepad, faGasPump, faGavel, faGem, faGenderless, faGhost, faGift, faGifts, faGlassCheers, faGlassMartini, faGlassMartiniAlt, faGlassWhiskey, faGlasses, faGlobe, faGlobeAfrica, faGlobeAmericas, faGlobeAsia, faGlobeEurope, faGolfBall, faGopuram, faGraduationCap, faGreaterThan, faGreaterThanEqual, faGrimace, faGrin, faGrinAlt, faGrinBeam, faGrinBeamSweat, faGrinHearts, faGrinSquint, faGrinSquintTears, faGrinStars, faGrinTears, faGrinTongue, faGrinTongueSquint, faGrinTongueWink, faGrinWink, faGripHorizontal, faGripLines, faGripLinesVertical, faGripVertical, faGuitar, faHSquare, faHamburger, faHammer, faHamsa, faHandHolding, faHandHoldingHeart, faHandHoldingUsd, faHandLizard, faHandMiddleFinger, faHandPaper, faHandPeace, faHandPointDown, faHandPointLeft, faHandPointRight, faHandPointUp, faHandPointer, faHandRock, faHandScissors, faHandSpock, faHands, faHandsHelping, faHandshake, faHanukiah, faHardHat, faHashtag, faHatCowboy, faHatCowboySide, faHatWizard, faHaykal, faHdd, faHeading, faHeadphones, faHeadphonesAlt, faHeadset, faHeart, faHeartBroken, faHeartbeat, faHelicopter, faHighlighter, faHiking, faHippo, faHistory, faHockeyPuck, faHollyBerry, faHome, faHorse, faHorseHead, faHospital, faHospitalAlt, faHospitalSymbol, faHotTub, faHotdog, faHotel, faHourglass, faHourglassEnd, faHourglassHalf, faHourglassStart, faHouseDamage, faHryvnia, faICursor, faIceCream, faIcicles, faIcons, faIdBadge, faIdCard, faIdCardAlt, faIgloo, faImage, faImages, faInbox, faIndent, faIndustry, faInfinity, faInfo, faInfoCircle, faItalic, faJedi, faJoint, faJournalWhills, faKaaba, faKey, faKeyboard, faKhanda, faKiss, faKissBeam, faKissWinkHeart, faKiwiBird, faLandmark, faLanguage, faLaptop, faLaptopCode, faLaptopMedical, faLaugh, faLaughBeam, faLaughSquint, faLaughWink, faLayerGroup, faLeaf, faLemon, faLessThan, faLessThanEqual, faLevelDownAlt, faLevelUpAlt, faLifeRing, faLightbulb, faLink, faLiraSign, faList, faListAlt, faListOl, faListUl, faLocationArrow, faLock, faLockOpen, faLongArrowAltDown, faLongArrowAltLeft, faLongArrowAltRight, faLongArrowAltUp, faLowVision, faLuggageCart, faMagic, faMagnet, faMailBulk, faMale, faMap, faMapMarked, faMapMarkedAlt, faMapMarker, faMapMarkerAlt, faMapPin, faMapSigns, faMarker, faMars, faMarsDouble, faMarsStroke, faMarsStrokeH, faMarsStrokeV, faMask, faMedal, faMedkit, faMeh, faMehBlank, faMehRollingEyes, faMemory, faMenorah, faMercury, faMeteor, faMicrochip, faMicrophone, faMicrophoneAlt, faMicrophoneAltSlash, faMicrophoneSlash, faMicroscope, faMinus, faMinusCircle, faMinusSquare, faMitten, faMobile, faMobileAlt, faMoneyBill, faMoneyBillAlt, faMoneyBillWave, faMoneyBillWaveAlt, faMoneyCheck, faMoneyCheckAlt, faMonument, faMoon, faMortarPestle, faMosque, faMotorcycle, faMountain, faMouse, faMousePointer, faMugHot, faMusic, faNetworkWired, faNeuter, faNewspaper, faNotEqual, faNotesMedical, faObjectGroup, faObjectUngroup, faOilCan, faOm, faOtter, faOutdent, faPager, faPaintBrush, faPaintRoller, faPalette, faPallet, faPaperPlane, faPaperclip, faParachuteBox, faParagraph, faParking, faPassport, faPastafarianism, faPaste, faPause, faPauseCircle, faPaw, faPeace, faPen, faPenAlt, faPenFancy, faPenNib, faPenSquare, faPencilAlt, faPencilRuler, faPeopleCarry, faPepperHot, faPercent, faPercentage, faPersonBooth, faPhone, faPhoneAlt, faPhoneSlash, faPhoneSquare, faPhoneSquareAlt, faPhoneVolume, faPhotoVideo, faPiggyBank, faPills, faPizzaSlice, faPlaceOfWorship, faPlane, faPlaneArrival, faPlaneDeparture, faPlay, faPlayCircle, faPlug, faPlus, faPlusCircle, faPlusSquare, faPodcast, faPoll, faPollH, faPoo, faPooStorm, faPoop, faPortrait, faPoundSign, faPowerOff, faPray, faPrayingHands, faPrescription, faPrescriptionBottle, faPrescriptionBottleAlt, faPrint, faProcedures, faProjectDiagram, faPuzzlePiece, faQrcode, faQuestion, faQuestionCircle, faQuidditch, faQuoteLeft, faQuoteRight, faQuran, faRadiation, faRadiationAlt, faRainbow, faRandom, faReceipt, faRecordVinyl, faRecycle, faRedo, faRedoAlt, faRegistered, faRemoveFormat, faReply, faReplyAll, faRepublican, faRestroom, faRetweet, faRibbon, faRing, faRoad, faRobot, faRocket, faRoute, faRss, faRssSquare, faRubleSign, faRuler, faRulerCombined, faRulerHorizontal, faRulerVertical, faRunning, faRupeeSign, faSadCry, faSadTear, faSatellite, faSatelliteDish, faSave, faSchool, faScrewdriver, faScroll, faSdCard, faSearch, faSearchDollar, faSearchLocation, faSearchMinus, faSearchPlus, faSeedling, faServer, faShapes, faShare, faShareAlt, faShareAltSquare, faShareSquare, faShekelSign, faShieldAlt, faShip, faShippingFast, faShoePrints, faShoppingBag, faShoppingBasket, faShoppingCart, faShower, faShuttleVan, faSign, faSignInAlt, faSignLanguage, faSignOutAlt, faSignal, faSignature, faSimCard, faSitemap, faSkating, faSkiing, faSkiingNordic, faSkull, faSkullCrossbones, faSlash, faSleigh, faSlidersH, faSmile, faSmileBeam, faSmileWink, faSmog, faSmoking, faSmokingBan, faSms, faSnowboarding, faSnowflake, faSnowman, faSnowplow, faSocks, faSolarPanel, faSort, faSortAlphaDown, faSortAlphaDownAlt, faSortAlphaUp, faSortAlphaUpAlt, faSortAmountDown, faSortAmountDownAlt, faSortAmountUp, faSortAmountUpAlt, faSortDown, faSortNumericDown, faSortNumericDownAlt, faSortNumericUp, faSortNumericUpAlt, faSortUp, faSpa, faSpaceShuttle, faSpellCheck, faSpider, faSpinner, faSplotch, faSprayCan, faSquare, faSquareFull, faSquareRootAlt, faStamp, faStar, faStarAndCrescent, faStarHalf, faStarHalfAlt, faStarOfDavid, faStarOfLife, faStepBackward, faStepForward, faStethoscope, faStickyNote, faStop, faStopCircle, faStopwatch, faStore, faStoreAlt, faStream, faStreetView, faStrikethrough, faStroopwafel, faSubscript, faSubway, faSuitcase, faSuitcaseRolling, faSun, faSuperscript, faSurprise, faSwatchbook, faSwimmer, faSwimmingPool, faSynagogue, faSync, faSyncAlt, faSyringe, faTable, faTableTennis, faTablet, faTabletAlt, faTablets, faTachometerAlt, faTag, faTags, faTape, faTasks, faTaxi, faTeeth, faTeethOpen, faTemperatureHigh, faTemperatureLow, faTenge, faTerminal, faTextHeight, faTextWidth, faTh, faThLarge, faThList, faTheaterMasks, faThermometer, faThermometerEmpty, faThermometerFull, faThermometerHalf, faThermometerQuarter, faThermometerThreeQuarters, faThumbsDown, faThumbsUp, faThumbtack, faTicketAlt, faTimes, faTimesCircle, faTint, faTintSlash, faTired, faToggleOff, faToggleOn, faToilet, faToiletPaper, faToolbox, faTools, faTooth, faTorah, faToriiGate, faTractor, faTrademark, faTrafficLight, faTrain, faTram, faTransgender, faTransgenderAlt, faTrash, faTrashAlt, faTrashRestore, faTrashRestoreAlt, faTree, faTrophy, faTruck, faTruckLoading, faTruckMonster, faTruckMoving, faTruckPickup, faTshirt, faTty, faTv, faUmbrella, faUmbrellaBeach, faUnderline, faUndo, faUndoAlt, faUniversalAccess, faUniversity, faUnlink, faUnlock, faUnlockAlt, faUpload, faUser, faUserAlt, faUserAltSlash, faUserAstronaut, faUserCheck, faUserCircle, faUserClock, faUserCog, faUserEdit, faUserFriends, faUserGraduate, faUserInjured, faUserLock, faUserMd, faUserMinus, faUserNinja, faUserNurse, faUserPlus, faUserSecret, faUserShield, faUserSlash, faUserTag, faUserTie, faUserTimes, faUsers, faUsersCog, faUtensilSpoon, faUtensils, faVectorSquare, faVenus, faVenusDouble, faVenusMars, faVial, faVials, faVideo, faVideoSlash, faVihara, faVoicemail, faVolleyballBall, faVolumeDown, faVolumeMute, faVolumeOff, faVolumeUp, faVoteYea, faVrCardboard, faWalking, faWallet, faWarehouse, faWater, faWaveSquare, faWeight, faWeightHanging, faWheelchair, faWifi, faWind, faWindowClose, faWindowMaximize, faWindowMinimize, faWindowRestore, faWineBottle, faWineGlass, faWineGlassAlt, faWonSign, faWrench, faXRay, faYenSign, faYinYang };\n","/*! Hammer.JS - v2.0.7 - 2016-04-22\n * http://hammerjs.github.io/\n *\n * Copyright (c) 2016 Jorik Tangelder;\n * Licensed under the MIT license */\n(function(window, document, exportName, undefined) {\n 'use strict';\n\nvar VENDOR_PREFIXES = ['', 'webkit', 'Moz', 'MS', 'ms', 'o'];\nvar TEST_ELEMENT = document.createElement('div');\n\nvar TYPE_FUNCTION = 'function';\n\nvar round = Math.round;\nvar abs = Math.abs;\nvar now = Date.now;\n\n/**\n * set a timeout with a given scope\n * @param {Function} fn\n * @param {Number} timeout\n * @param {Object} context\n * @returns {number}\n */\nfunction setTimeoutContext(fn, timeout, context) {\n return setTimeout(bindFn(fn, context), timeout);\n}\n\n/**\n * if the argument is an array, we want to execute the fn on each entry\n * if it aint an array we don't want to do a thing.\n * this is used by all the methods that accept a single and array argument.\n * @param {*|Array} arg\n * @param {String} fn\n * @param {Object} [context]\n * @returns {Boolean}\n */\nfunction invokeArrayArg(arg, fn, context) {\n if (Array.isArray(arg)) {\n each(arg, context[fn], context);\n return true;\n }\n return false;\n}\n\n/**\n * walk objects and arrays\n * @param {Object} obj\n * @param {Function} iterator\n * @param {Object} context\n */\nfunction each(obj, iterator, context) {\n var i;\n\n if (!obj) {\n return;\n }\n\n if (obj.forEach) {\n obj.forEach(iterator, context);\n } else if (obj.length !== undefined) {\n i = 0;\n while (i < obj.length) {\n iterator.call(context, obj[i], i, obj);\n i++;\n }\n } else {\n for (i in obj) {\n obj.hasOwnProperty(i) && iterator.call(context, obj[i], i, obj);\n }\n }\n}\n\n/**\n * wrap a method with a deprecation warning and stack trace\n * @param {Function} method\n * @param {String} name\n * @param {String} message\n * @returns {Function} A new function wrapping the supplied method.\n */\nfunction deprecate(method, name, message) {\n var deprecationMessage = 'DEPRECATED METHOD: ' + name + '\\n' + message + ' AT \\n';\n return function() {\n var e = new Error('get-stack-trace');\n var stack = e && e.stack ? e.stack.replace(/^[^\\(]+?[\\n$]/gm, '')\n .replace(/^\\s+at\\s+/gm, '')\n .replace(/^Object.\\s*\\(/gm, '{anonymous}()@') : 'Unknown Stack Trace';\n\n var log = window.console && (window.console.warn || window.console.log);\n if (log) {\n log.call(window.console, deprecationMessage, stack);\n }\n return method.apply(this, arguments);\n };\n}\n\n/**\n * extend object.\n * means that properties in dest will be overwritten by the ones in src.\n * @param {Object} target\n * @param {...Object} objects_to_assign\n * @returns {Object} target\n */\nvar assign;\nif (typeof Object.assign !== 'function') {\n assign = function assign(target) {\n if (target === undefined || target === null) {\n throw new TypeError('Cannot convert undefined or null to object');\n }\n\n var output = Object(target);\n for (var index = 1; index < arguments.length; index++) {\n var source = arguments[index];\n if (source !== undefined && source !== null) {\n for (var nextKey in source) {\n if (source.hasOwnProperty(nextKey)) {\n output[nextKey] = source[nextKey];\n }\n }\n }\n }\n return output;\n };\n} else {\n assign = Object.assign;\n}\n\n/**\n * extend object.\n * means that properties in dest will be overwritten by the ones in src.\n * @param {Object} dest\n * @param {Object} src\n * @param {Boolean} [merge=false]\n * @returns {Object} dest\n */\nvar extend = deprecate(function extend(dest, src, merge) {\n var keys = Object.keys(src);\n var i = 0;\n while (i < keys.length) {\n if (!merge || (merge && dest[keys[i]] === undefined)) {\n dest[keys[i]] = src[keys[i]];\n }\n i++;\n }\n return dest;\n}, 'extend', 'Use `assign`.');\n\n/**\n * merge the values from src in the dest.\n * means that properties that exist in dest will not be overwritten by src\n * @param {Object} dest\n * @param {Object} src\n * @returns {Object} dest\n */\nvar merge = deprecate(function merge(dest, src) {\n return extend(dest, src, true);\n}, 'merge', 'Use `assign`.');\n\n/**\n * simple class inheritance\n * @param {Function} child\n * @param {Function} base\n * @param {Object} [properties]\n */\nfunction inherit(child, base, properties) {\n var baseP = base.prototype,\n childP;\n\n childP = child.prototype = Object.create(baseP);\n childP.constructor = child;\n childP._super = baseP;\n\n if (properties) {\n assign(childP, properties);\n }\n}\n\n/**\n * simple function bind\n * @param {Function} fn\n * @param {Object} context\n * @returns {Function}\n */\nfunction bindFn(fn, context) {\n return function boundFn() {\n return fn.apply(context, arguments);\n };\n}\n\n/**\n * let a boolean value also be a function that must return a boolean\n * this first item in args will be used as the context\n * @param {Boolean|Function} val\n * @param {Array} [args]\n * @returns {Boolean}\n */\nfunction boolOrFn(val, args) {\n if (typeof val == TYPE_FUNCTION) {\n return val.apply(args ? args[0] || undefined : undefined, args);\n }\n return val;\n}\n\n/**\n * use the val2 when val1 is undefined\n * @param {*} val1\n * @param {*} val2\n * @returns {*}\n */\nfunction ifUndefined(val1, val2) {\n return (val1 === undefined) ? val2 : val1;\n}\n\n/**\n * addEventListener with multiple events at once\n * @param {EventTarget} target\n * @param {String} types\n * @param {Function} handler\n */\nfunction addEventListeners(target, types, handler) {\n each(splitStr(types), function(type) {\n target.addEventListener(type, handler, false);\n });\n}\n\n/**\n * removeEventListener with multiple events at once\n * @param {EventTarget} target\n * @param {String} types\n * @param {Function} handler\n */\nfunction removeEventListeners(target, types, handler) {\n each(splitStr(types), function(type) {\n target.removeEventListener(type, handler, false);\n });\n}\n\n/**\n * find if a node is in the given parent\n * @method hasParent\n * @param {HTMLElement} node\n * @param {HTMLElement} parent\n * @return {Boolean} found\n */\nfunction hasParent(node, parent) {\n while (node) {\n if (node == parent) {\n return true;\n }\n node = node.parentNode;\n }\n return false;\n}\n\n/**\n * small indexOf wrapper\n * @param {String} str\n * @param {String} find\n * @returns {Boolean} found\n */\nfunction inStr(str, find) {\n return str.indexOf(find) > -1;\n}\n\n/**\n * split string on whitespace\n * @param {String} str\n * @returns {Array} words\n */\nfunction splitStr(str) {\n return str.trim().split(/\\s+/g);\n}\n\n/**\n * find if a array contains the object using indexOf or a simple polyFill\n * @param {Array} src\n * @param {String} find\n * @param {String} [findByKey]\n * @return {Boolean|Number} false when not found, or the index\n */\nfunction inArray(src, find, findByKey) {\n if (src.indexOf && !findByKey) {\n return src.indexOf(find);\n } else {\n var i = 0;\n while (i < src.length) {\n if ((findByKey && src[i][findByKey] == find) || (!findByKey && src[i] === find)) {\n return i;\n }\n i++;\n }\n return -1;\n }\n}\n\n/**\n * convert array-like objects to real arrays\n * @param {Object} obj\n * @returns {Array}\n */\nfunction toArray(obj) {\n return Array.prototype.slice.call(obj, 0);\n}\n\n/**\n * unique array with objects based on a key (like 'id') or just by the array's value\n * @param {Array} src [{id:1},{id:2},{id:1}]\n * @param {String} [key]\n * @param {Boolean} [sort=False]\n * @returns {Array} [{id:1},{id:2}]\n */\nfunction uniqueArray(src, key, sort) {\n var results = [];\n var values = [];\n var i = 0;\n\n while (i < src.length) {\n var val = key ? src[i][key] : src[i];\n if (inArray(values, val) < 0) {\n results.push(src[i]);\n }\n values[i] = val;\n i++;\n }\n\n if (sort) {\n if (!key) {\n results = results.sort();\n } else {\n results = results.sort(function sortUniqueArray(a, b) {\n return a[key] > b[key];\n });\n }\n }\n\n return results;\n}\n\n/**\n * get the prefixed property\n * @param {Object} obj\n * @param {String} property\n * @returns {String|Undefined} prefixed\n */\nfunction prefixed(obj, property) {\n var prefix, prop;\n var camelProp = property[0].toUpperCase() + property.slice(1);\n\n var i = 0;\n while (i < VENDOR_PREFIXES.length) {\n prefix = VENDOR_PREFIXES[i];\n prop = (prefix) ? prefix + camelProp : property;\n\n if (prop in obj) {\n return prop;\n }\n i++;\n }\n return undefined;\n}\n\n/**\n * get a unique id\n * @returns {number} uniqueId\n */\nvar _uniqueId = 1;\nfunction uniqueId() {\n return _uniqueId++;\n}\n\n/**\n * get the window object of an element\n * @param {HTMLElement} element\n * @returns {DocumentView|Window}\n */\nfunction getWindowForElement(element) {\n var doc = element.ownerDocument || element;\n return (doc.defaultView || doc.parentWindow || window);\n}\n\nvar MOBILE_REGEX = /mobile|tablet|ip(ad|hone|od)|android/i;\n\nvar SUPPORT_TOUCH = ('ontouchstart' in window);\nvar SUPPORT_POINTER_EVENTS = prefixed(window, 'PointerEvent') !== undefined;\nvar SUPPORT_ONLY_TOUCH = SUPPORT_TOUCH && MOBILE_REGEX.test(navigator.userAgent);\n\nvar INPUT_TYPE_TOUCH = 'touch';\nvar INPUT_TYPE_PEN = 'pen';\nvar INPUT_TYPE_MOUSE = 'mouse';\nvar INPUT_TYPE_KINECT = 'kinect';\n\nvar COMPUTE_INTERVAL = 25;\n\nvar INPUT_START = 1;\nvar INPUT_MOVE = 2;\nvar INPUT_END = 4;\nvar INPUT_CANCEL = 8;\n\nvar DIRECTION_NONE = 1;\nvar DIRECTION_LEFT = 2;\nvar DIRECTION_RIGHT = 4;\nvar DIRECTION_UP = 8;\nvar DIRECTION_DOWN = 16;\n\nvar DIRECTION_HORIZONTAL = DIRECTION_LEFT | DIRECTION_RIGHT;\nvar DIRECTION_VERTICAL = DIRECTION_UP | DIRECTION_DOWN;\nvar DIRECTION_ALL = DIRECTION_HORIZONTAL | DIRECTION_VERTICAL;\n\nvar PROPS_XY = ['x', 'y'];\nvar PROPS_CLIENT_XY = ['clientX', 'clientY'];\n\n/**\n * create new input type manager\n * @param {Manager} manager\n * @param {Function} callback\n * @returns {Input}\n * @constructor\n */\nfunction Input(manager, callback) {\n var self = this;\n this.manager = manager;\n this.callback = callback;\n this.element = manager.element;\n this.target = manager.options.inputTarget;\n\n // smaller wrapper around the handler, for the scope and the enabled state of the manager,\n // so when disabled the input events are completely bypassed.\n this.domHandler = function(ev) {\n if (boolOrFn(manager.options.enable, [manager])) {\n self.handler(ev);\n }\n };\n\n this.init();\n\n}\n\nInput.prototype = {\n /**\n * should handle the inputEvent data and trigger the callback\n * @virtual\n */\n handler: function() { },\n\n /**\n * bind the events\n */\n init: function() {\n this.evEl && addEventListeners(this.element, this.evEl, this.domHandler);\n this.evTarget && addEventListeners(this.target, this.evTarget, this.domHandler);\n this.evWin && addEventListeners(getWindowForElement(this.element), this.evWin, this.domHandler);\n },\n\n /**\n * unbind the events\n */\n destroy: function() {\n this.evEl && removeEventListeners(this.element, this.evEl, this.domHandler);\n this.evTarget && removeEventListeners(this.target, this.evTarget, this.domHandler);\n this.evWin && removeEventListeners(getWindowForElement(this.element), this.evWin, this.domHandler);\n }\n};\n\n/**\n * create new input type manager\n * called by the Manager constructor\n * @param {Hammer} manager\n * @returns {Input}\n */\nfunction createInputInstance(manager) {\n var Type;\n var inputClass = manager.options.inputClass;\n\n if (inputClass) {\n Type = inputClass;\n } else if (SUPPORT_POINTER_EVENTS) {\n Type = PointerEventInput;\n } else if (SUPPORT_ONLY_TOUCH) {\n Type = TouchInput;\n } else if (!SUPPORT_TOUCH) {\n Type = MouseInput;\n } else {\n Type = TouchMouseInput;\n }\n return new (Type)(manager, inputHandler);\n}\n\n/**\n * handle input events\n * @param {Manager} manager\n * @param {String} eventType\n * @param {Object} input\n */\nfunction inputHandler(manager, eventType, input) {\n var pointersLen = input.pointers.length;\n var changedPointersLen = input.changedPointers.length;\n var isFirst = (eventType & INPUT_START && (pointersLen - changedPointersLen === 0));\n var isFinal = (eventType & (INPUT_END | INPUT_CANCEL) && (pointersLen - changedPointersLen === 0));\n\n input.isFirst = !!isFirst;\n input.isFinal = !!isFinal;\n\n if (isFirst) {\n manager.session = {};\n }\n\n // source event is the normalized value of the domEvents\n // like 'touchstart, mouseup, pointerdown'\n input.eventType = eventType;\n\n // compute scale, rotation etc\n computeInputData(manager, input);\n\n // emit secret event\n manager.emit('hammer.input', input);\n\n manager.recognize(input);\n manager.session.prevInput = input;\n}\n\n/**\n * extend the data with some usable properties like scale, rotate, velocity etc\n * @param {Object} manager\n * @param {Object} input\n */\nfunction computeInputData(manager, input) {\n var session = manager.session;\n var pointers = input.pointers;\n var pointersLength = pointers.length;\n\n // store the first input to calculate the distance and direction\n if (!session.firstInput) {\n session.firstInput = simpleCloneInputData(input);\n }\n\n // to compute scale and rotation we need to store the multiple touches\n if (pointersLength > 1 && !session.firstMultiple) {\n session.firstMultiple = simpleCloneInputData(input);\n } else if (pointersLength === 1) {\n session.firstMultiple = false;\n }\n\n var firstInput = session.firstInput;\n var firstMultiple = session.firstMultiple;\n var offsetCenter = firstMultiple ? firstMultiple.center : firstInput.center;\n\n var center = input.center = getCenter(pointers);\n input.timeStamp = now();\n input.deltaTime = input.timeStamp - firstInput.timeStamp;\n\n input.angle = getAngle(offsetCenter, center);\n input.distance = getDistance(offsetCenter, center);\n\n computeDeltaXY(session, input);\n input.offsetDirection = getDirection(input.deltaX, input.deltaY);\n\n var overallVelocity = getVelocity(input.deltaTime, input.deltaX, input.deltaY);\n input.overallVelocityX = overallVelocity.x;\n input.overallVelocityY = overallVelocity.y;\n input.overallVelocity = (abs(overallVelocity.x) > abs(overallVelocity.y)) ? overallVelocity.x : overallVelocity.y;\n\n input.scale = firstMultiple ? getScale(firstMultiple.pointers, pointers) : 1;\n input.rotation = firstMultiple ? getRotation(firstMultiple.pointers, pointers) : 0;\n\n input.maxPointers = !session.prevInput ? input.pointers.length : ((input.pointers.length >\n session.prevInput.maxPointers) ? input.pointers.length : session.prevInput.maxPointers);\n\n computeIntervalInputData(session, input);\n\n // find the correct target\n var target = manager.element;\n if (hasParent(input.srcEvent.target, target)) {\n target = input.srcEvent.target;\n }\n input.target = target;\n}\n\nfunction computeDeltaXY(session, input) {\n var center = input.center;\n var offset = session.offsetDelta || {};\n var prevDelta = session.prevDelta || {};\n var prevInput = session.prevInput || {};\n\n if (input.eventType === INPUT_START || prevInput.eventType === INPUT_END) {\n prevDelta = session.prevDelta = {\n x: prevInput.deltaX || 0,\n y: prevInput.deltaY || 0\n };\n\n offset = session.offsetDelta = {\n x: center.x,\n y: center.y\n };\n }\n\n input.deltaX = prevDelta.x + (center.x - offset.x);\n input.deltaY = prevDelta.y + (center.y - offset.y);\n}\n\n/**\n * velocity is calculated every x ms\n * @param {Object} session\n * @param {Object} input\n */\nfunction computeIntervalInputData(session, input) {\n var last = session.lastInterval || input,\n deltaTime = input.timeStamp - last.timeStamp,\n velocity, velocityX, velocityY, direction;\n\n if (input.eventType != INPUT_CANCEL && (deltaTime > COMPUTE_INTERVAL || last.velocity === undefined)) {\n var deltaX = input.deltaX - last.deltaX;\n var deltaY = input.deltaY - last.deltaY;\n\n var v = getVelocity(deltaTime, deltaX, deltaY);\n velocityX = v.x;\n velocityY = v.y;\n velocity = (abs(v.x) > abs(v.y)) ? v.x : v.y;\n direction = getDirection(deltaX, deltaY);\n\n session.lastInterval = input;\n } else {\n // use latest velocity info if it doesn't overtake a minimum period\n velocity = last.velocity;\n velocityX = last.velocityX;\n velocityY = last.velocityY;\n direction = last.direction;\n }\n\n input.velocity = velocity;\n input.velocityX = velocityX;\n input.velocityY = velocityY;\n input.direction = direction;\n}\n\n/**\n * create a simple clone from the input used for storage of firstInput and firstMultiple\n * @param {Object} input\n * @returns {Object} clonedInputData\n */\nfunction simpleCloneInputData(input) {\n // make a simple copy of the pointers because we will get a reference if we don't\n // we only need clientXY for the calculations\n var pointers = [];\n var i = 0;\n while (i < input.pointers.length) {\n pointers[i] = {\n clientX: round(input.pointers[i].clientX),\n clientY: round(input.pointers[i].clientY)\n };\n i++;\n }\n\n return {\n timeStamp: now(),\n pointers: pointers,\n center: getCenter(pointers),\n deltaX: input.deltaX,\n deltaY: input.deltaY\n };\n}\n\n/**\n * get the center of all the pointers\n * @param {Array} pointers\n * @return {Object} center contains `x` and `y` properties\n */\nfunction getCenter(pointers) {\n var pointersLength = pointers.length;\n\n // no need to loop when only one touch\n if (pointersLength === 1) {\n return {\n x: round(pointers[0].clientX),\n y: round(pointers[0].clientY)\n };\n }\n\n var x = 0, y = 0, i = 0;\n while (i < pointersLength) {\n x += pointers[i].clientX;\n y += pointers[i].clientY;\n i++;\n }\n\n return {\n x: round(x / pointersLength),\n y: round(y / pointersLength)\n };\n}\n\n/**\n * calculate the velocity between two points. unit is in px per ms.\n * @param {Number} deltaTime\n * @param {Number} x\n * @param {Number} y\n * @return {Object} velocity `x` and `y`\n */\nfunction getVelocity(deltaTime, x, y) {\n return {\n x: x / deltaTime || 0,\n y: y / deltaTime || 0\n };\n}\n\n/**\n * get the direction between two points\n * @param {Number} x\n * @param {Number} y\n * @return {Number} direction\n */\nfunction getDirection(x, y) {\n if (x === y) {\n return DIRECTION_NONE;\n }\n\n if (abs(x) >= abs(y)) {\n return x < 0 ? DIRECTION_LEFT : DIRECTION_RIGHT;\n }\n return y < 0 ? DIRECTION_UP : DIRECTION_DOWN;\n}\n\n/**\n * calculate the absolute distance between two points\n * @param {Object} p1 {x, y}\n * @param {Object} p2 {x, y}\n * @param {Array} [props] containing x and y keys\n * @return {Number} distance\n */\nfunction getDistance(p1, p2, props) {\n if (!props) {\n props = PROPS_XY;\n }\n var x = p2[props[0]] - p1[props[0]],\n y = p2[props[1]] - p1[props[1]];\n\n return Math.sqrt((x * x) + (y * y));\n}\n\n/**\n * calculate the angle between two coordinates\n * @param {Object} p1\n * @param {Object} p2\n * @param {Array} [props] containing x and y keys\n * @return {Number} angle\n */\nfunction getAngle(p1, p2, props) {\n if (!props) {\n props = PROPS_XY;\n }\n var x = p2[props[0]] - p1[props[0]],\n y = p2[props[1]] - p1[props[1]];\n return Math.atan2(y, x) * 180 / Math.PI;\n}\n\n/**\n * calculate the rotation degrees between two pointersets\n * @param {Array} start array of pointers\n * @param {Array} end array of pointers\n * @return {Number} rotation\n */\nfunction getRotation(start, end) {\n return getAngle(end[1], end[0], PROPS_CLIENT_XY) + getAngle(start[1], start[0], PROPS_CLIENT_XY);\n}\n\n/**\n * calculate the scale factor between two pointersets\n * no scale is 1, and goes down to 0 when pinched together, and bigger when pinched out\n * @param {Array} start array of pointers\n * @param {Array} end array of pointers\n * @return {Number} scale\n */\nfunction getScale(start, end) {\n return getDistance(end[0], end[1], PROPS_CLIENT_XY) / getDistance(start[0], start[1], PROPS_CLIENT_XY);\n}\n\nvar MOUSE_INPUT_MAP = {\n mousedown: INPUT_START,\n mousemove: INPUT_MOVE,\n mouseup: INPUT_END\n};\n\nvar MOUSE_ELEMENT_EVENTS = 'mousedown';\nvar MOUSE_WINDOW_EVENTS = 'mousemove mouseup';\n\n/**\n * Mouse events input\n * @constructor\n * @extends Input\n */\nfunction MouseInput() {\n this.evEl = MOUSE_ELEMENT_EVENTS;\n this.evWin = MOUSE_WINDOW_EVENTS;\n\n this.pressed = false; // mousedown state\n\n Input.apply(this, arguments);\n}\n\ninherit(MouseInput, Input, {\n /**\n * handle mouse events\n * @param {Object} ev\n */\n handler: function MEhandler(ev) {\n var eventType = MOUSE_INPUT_MAP[ev.type];\n\n // on start we want to have the left mouse button down\n if (eventType & INPUT_START && ev.button === 0) {\n this.pressed = true;\n }\n\n if (eventType & INPUT_MOVE && ev.which !== 1) {\n eventType = INPUT_END;\n }\n\n // mouse must be down\n if (!this.pressed) {\n return;\n }\n\n if (eventType & INPUT_END) {\n this.pressed = false;\n }\n\n this.callback(this.manager, eventType, {\n pointers: [ev],\n changedPointers: [ev],\n pointerType: INPUT_TYPE_MOUSE,\n srcEvent: ev\n });\n }\n});\n\nvar POINTER_INPUT_MAP = {\n pointerdown: INPUT_START,\n pointermove: INPUT_MOVE,\n pointerup: INPUT_END,\n pointercancel: INPUT_CANCEL,\n pointerout: INPUT_CANCEL\n};\n\n// in IE10 the pointer types is defined as an enum\nvar IE10_POINTER_TYPE_ENUM = {\n 2: INPUT_TYPE_TOUCH,\n 3: INPUT_TYPE_PEN,\n 4: INPUT_TYPE_MOUSE,\n 5: INPUT_TYPE_KINECT // see https://twitter.com/jacobrossi/status/480596438489890816\n};\n\nvar POINTER_ELEMENT_EVENTS = 'pointerdown';\nvar POINTER_WINDOW_EVENTS = 'pointermove pointerup pointercancel';\n\n// IE10 has prefixed support, and case-sensitive\nif (window.MSPointerEvent && !window.PointerEvent) {\n POINTER_ELEMENT_EVENTS = 'MSPointerDown';\n POINTER_WINDOW_EVENTS = 'MSPointerMove MSPointerUp MSPointerCancel';\n}\n\n/**\n * Pointer events input\n * @constructor\n * @extends Input\n */\nfunction PointerEventInput() {\n this.evEl = POINTER_ELEMENT_EVENTS;\n this.evWin = POINTER_WINDOW_EVENTS;\n\n Input.apply(this, arguments);\n\n this.store = (this.manager.session.pointerEvents = []);\n}\n\ninherit(PointerEventInput, Input, {\n /**\n * handle mouse events\n * @param {Object} ev\n */\n handler: function PEhandler(ev) {\n var store = this.store;\n var removePointer = false;\n\n var eventTypeNormalized = ev.type.toLowerCase().replace('ms', '');\n var eventType = POINTER_INPUT_MAP[eventTypeNormalized];\n var pointerType = IE10_POINTER_TYPE_ENUM[ev.pointerType] || ev.pointerType;\n\n var isTouch = (pointerType == INPUT_TYPE_TOUCH);\n\n // get index of the event in the store\n var storeIndex = inArray(store, ev.pointerId, 'pointerId');\n\n // start and mouse must be down\n if (eventType & INPUT_START && (ev.button === 0 || isTouch)) {\n if (storeIndex < 0) {\n store.push(ev);\n storeIndex = store.length - 1;\n }\n } else if (eventType & (INPUT_END | INPUT_CANCEL)) {\n removePointer = true;\n }\n\n // it not found, so the pointer hasn't been down (so it's probably a hover)\n if (storeIndex < 0) {\n return;\n }\n\n // update the event in the store\n store[storeIndex] = ev;\n\n this.callback(this.manager, eventType, {\n pointers: store,\n changedPointers: [ev],\n pointerType: pointerType,\n srcEvent: ev\n });\n\n if (removePointer) {\n // remove from the store\n store.splice(storeIndex, 1);\n }\n }\n});\n\nvar SINGLE_TOUCH_INPUT_MAP = {\n touchstart: INPUT_START,\n touchmove: INPUT_MOVE,\n touchend: INPUT_END,\n touchcancel: INPUT_CANCEL\n};\n\nvar SINGLE_TOUCH_TARGET_EVENTS = 'touchstart';\nvar SINGLE_TOUCH_WINDOW_EVENTS = 'touchstart touchmove touchend touchcancel';\n\n/**\n * Touch events input\n * @constructor\n * @extends Input\n */\nfunction SingleTouchInput() {\n this.evTarget = SINGLE_TOUCH_TARGET_EVENTS;\n this.evWin = SINGLE_TOUCH_WINDOW_EVENTS;\n this.started = false;\n\n Input.apply(this, arguments);\n}\n\ninherit(SingleTouchInput, Input, {\n handler: function TEhandler(ev) {\n var type = SINGLE_TOUCH_INPUT_MAP[ev.type];\n\n // should we handle the touch events?\n if (type === INPUT_START) {\n this.started = true;\n }\n\n if (!this.started) {\n return;\n }\n\n var touches = normalizeSingleTouches.call(this, ev, type);\n\n // when done, reset the started state\n if (type & (INPUT_END | INPUT_CANCEL) && touches[0].length - touches[1].length === 0) {\n this.started = false;\n }\n\n this.callback(this.manager, type, {\n pointers: touches[0],\n changedPointers: touches[1],\n pointerType: INPUT_TYPE_TOUCH,\n srcEvent: ev\n });\n }\n});\n\n/**\n * @this {TouchInput}\n * @param {Object} ev\n * @param {Number} type flag\n * @returns {undefined|Array} [all, changed]\n */\nfunction normalizeSingleTouches(ev, type) {\n var all = toArray(ev.touches);\n var changed = toArray(ev.changedTouches);\n\n if (type & (INPUT_END | INPUT_CANCEL)) {\n all = uniqueArray(all.concat(changed), 'identifier', true);\n }\n\n return [all, changed];\n}\n\nvar TOUCH_INPUT_MAP = {\n touchstart: INPUT_START,\n touchmove: INPUT_MOVE,\n touchend: INPUT_END,\n touchcancel: INPUT_CANCEL\n};\n\nvar TOUCH_TARGET_EVENTS = 'touchstart touchmove touchend touchcancel';\n\n/**\n * Multi-user touch events input\n * @constructor\n * @extends Input\n */\nfunction TouchInput() {\n this.evTarget = TOUCH_TARGET_EVENTS;\n this.targetIds = {};\n\n Input.apply(this, arguments);\n}\n\ninherit(TouchInput, Input, {\n handler: function MTEhandler(ev) {\n var type = TOUCH_INPUT_MAP[ev.type];\n var touches = getTouches.call(this, ev, type);\n if (!touches) {\n return;\n }\n\n this.callback(this.manager, type, {\n pointers: touches[0],\n changedPointers: touches[1],\n pointerType: INPUT_TYPE_TOUCH,\n srcEvent: ev\n });\n }\n});\n\n/**\n * @this {TouchInput}\n * @param {Object} ev\n * @param {Number} type flag\n * @returns {undefined|Array} [all, changed]\n */\nfunction getTouches(ev, type) {\n var allTouches = toArray(ev.touches);\n var targetIds = this.targetIds;\n\n // when there is only one touch, the process can be simplified\n if (type & (INPUT_START | INPUT_MOVE) && allTouches.length === 1) {\n targetIds[allTouches[0].identifier] = true;\n return [allTouches, allTouches];\n }\n\n var i,\n targetTouches,\n changedTouches = toArray(ev.changedTouches),\n changedTargetTouches = [],\n target = this.target;\n\n // get target touches from touches\n targetTouches = allTouches.filter(function(touch) {\n return hasParent(touch.target, target);\n });\n\n // collect touches\n if (type === INPUT_START) {\n i = 0;\n while (i < targetTouches.length) {\n targetIds[targetTouches[i].identifier] = true;\n i++;\n }\n }\n\n // filter changed touches to only contain touches that exist in the collected target ids\n i = 0;\n while (i < changedTouches.length) {\n if (targetIds[changedTouches[i].identifier]) {\n changedTargetTouches.push(changedTouches[i]);\n }\n\n // cleanup removed touches\n if (type & (INPUT_END | INPUT_CANCEL)) {\n delete targetIds[changedTouches[i].identifier];\n }\n i++;\n }\n\n if (!changedTargetTouches.length) {\n return;\n }\n\n return [\n // merge targetTouches with changedTargetTouches so it contains ALL touches, including 'end' and 'cancel'\n uniqueArray(targetTouches.concat(changedTargetTouches), 'identifier', true),\n changedTargetTouches\n ];\n}\n\n/**\n * Combined touch and mouse input\n *\n * Touch has a higher priority then mouse, and while touching no mouse events are allowed.\n * This because touch devices also emit mouse events while doing a touch.\n *\n * @constructor\n * @extends Input\n */\n\nvar DEDUP_TIMEOUT = 2500;\nvar DEDUP_DISTANCE = 25;\n\nfunction TouchMouseInput() {\n Input.apply(this, arguments);\n\n var handler = bindFn(this.handler, this);\n this.touch = new TouchInput(this.manager, handler);\n this.mouse = new MouseInput(this.manager, handler);\n\n this.primaryTouch = null;\n this.lastTouches = [];\n}\n\ninherit(TouchMouseInput, Input, {\n /**\n * handle mouse and touch events\n * @param {Hammer} manager\n * @param {String} inputEvent\n * @param {Object} inputData\n */\n handler: function TMEhandler(manager, inputEvent, inputData) {\n var isTouch = (inputData.pointerType == INPUT_TYPE_TOUCH),\n isMouse = (inputData.pointerType == INPUT_TYPE_MOUSE);\n\n if (isMouse && inputData.sourceCapabilities && inputData.sourceCapabilities.firesTouchEvents) {\n return;\n }\n\n // when we're in a touch event, record touches to de-dupe synthetic mouse event\n if (isTouch) {\n recordTouches.call(this, inputEvent, inputData);\n } else if (isMouse && isSyntheticEvent.call(this, inputData)) {\n return;\n }\n\n this.callback(manager, inputEvent, inputData);\n },\n\n /**\n * remove the event listeners\n */\n destroy: function destroy() {\n this.touch.destroy();\n this.mouse.destroy();\n }\n});\n\nfunction recordTouches(eventType, eventData) {\n if (eventType & INPUT_START) {\n this.primaryTouch = eventData.changedPointers[0].identifier;\n setLastTouch.call(this, eventData);\n } else if (eventType & (INPUT_END | INPUT_CANCEL)) {\n setLastTouch.call(this, eventData);\n }\n}\n\nfunction setLastTouch(eventData) {\n var touch = eventData.changedPointers[0];\n\n if (touch.identifier === this.primaryTouch) {\n var lastTouch = {x: touch.clientX, y: touch.clientY};\n this.lastTouches.push(lastTouch);\n var lts = this.lastTouches;\n var removeLastTouch = function() {\n var i = lts.indexOf(lastTouch);\n if (i > -1) {\n lts.splice(i, 1);\n }\n };\n setTimeout(removeLastTouch, DEDUP_TIMEOUT);\n }\n}\n\nfunction isSyntheticEvent(eventData) {\n var x = eventData.srcEvent.clientX, y = eventData.srcEvent.clientY;\n for (var i = 0; i < this.lastTouches.length; i++) {\n var t = this.lastTouches[i];\n var dx = Math.abs(x - t.x), dy = Math.abs(y - t.y);\n if (dx <= DEDUP_DISTANCE && dy <= DEDUP_DISTANCE) {\n return true;\n }\n }\n return false;\n}\n\nvar PREFIXED_TOUCH_ACTION = prefixed(TEST_ELEMENT.style, 'touchAction');\nvar NATIVE_TOUCH_ACTION = PREFIXED_TOUCH_ACTION !== undefined;\n\n// magical touchAction value\nvar TOUCH_ACTION_COMPUTE = 'compute';\nvar TOUCH_ACTION_AUTO = 'auto';\nvar TOUCH_ACTION_MANIPULATION = 'manipulation'; // not implemented\nvar TOUCH_ACTION_NONE = 'none';\nvar TOUCH_ACTION_PAN_X = 'pan-x';\nvar TOUCH_ACTION_PAN_Y = 'pan-y';\nvar TOUCH_ACTION_MAP = getTouchActionProps();\n\n/**\n * Touch Action\n * sets the touchAction property or uses the js alternative\n * @param {Manager} manager\n * @param {String} value\n * @constructor\n */\nfunction TouchAction(manager, value) {\n this.manager = manager;\n this.set(value);\n}\n\nTouchAction.prototype = {\n /**\n * set the touchAction value on the element or enable the polyfill\n * @param {String} value\n */\n set: function(value) {\n // find out the touch-action by the event handlers\n if (value == TOUCH_ACTION_COMPUTE) {\n value = this.compute();\n }\n\n if (NATIVE_TOUCH_ACTION && this.manager.element.style && TOUCH_ACTION_MAP[value]) {\n this.manager.element.style[PREFIXED_TOUCH_ACTION] = value;\n }\n this.actions = value.toLowerCase().trim();\n },\n\n /**\n * just re-set the touchAction value\n */\n update: function() {\n this.set(this.manager.options.touchAction);\n },\n\n /**\n * compute the value for the touchAction property based on the recognizer's settings\n * @returns {String} value\n */\n compute: function() {\n var actions = [];\n each(this.manager.recognizers, function(recognizer) {\n if (boolOrFn(recognizer.options.enable, [recognizer])) {\n actions = actions.concat(recognizer.getTouchAction());\n }\n });\n return cleanTouchActions(actions.join(' '));\n },\n\n /**\n * this method is called on each input cycle and provides the preventing of the browser behavior\n * @param {Object} input\n */\n preventDefaults: function(input) {\n var srcEvent = input.srcEvent;\n var direction = input.offsetDirection;\n\n // if the touch action did prevented once this session\n if (this.manager.session.prevented) {\n srcEvent.preventDefault();\n return;\n }\n\n var actions = this.actions;\n var hasNone = inStr(actions, TOUCH_ACTION_NONE) && !TOUCH_ACTION_MAP[TOUCH_ACTION_NONE];\n var hasPanY = inStr(actions, TOUCH_ACTION_PAN_Y) && !TOUCH_ACTION_MAP[TOUCH_ACTION_PAN_Y];\n var hasPanX = inStr(actions, TOUCH_ACTION_PAN_X) && !TOUCH_ACTION_MAP[TOUCH_ACTION_PAN_X];\n\n if (hasNone) {\n //do not prevent defaults if this is a tap gesture\n\n var isTapPointer = input.pointers.length === 1;\n var isTapMovement = input.distance < 2;\n var isTapTouchTime = input.deltaTime < 250;\n\n if (isTapPointer && isTapMovement && isTapTouchTime) {\n return;\n }\n }\n\n if (hasPanX && hasPanY) {\n // `pan-x pan-y` means browser handles all scrolling/panning, do not prevent\n return;\n }\n\n if (hasNone ||\n (hasPanY && direction & DIRECTION_HORIZONTAL) ||\n (hasPanX && direction & DIRECTION_VERTICAL)) {\n return this.preventSrc(srcEvent);\n }\n },\n\n /**\n * call preventDefault to prevent the browser's default behavior (scrolling in most cases)\n * @param {Object} srcEvent\n */\n preventSrc: function(srcEvent) {\n this.manager.session.prevented = true;\n srcEvent.preventDefault();\n }\n};\n\n/**\n * when the touchActions are collected they are not a valid value, so we need to clean things up. *\n * @param {String} actions\n * @returns {*}\n */\nfunction cleanTouchActions(actions) {\n // none\n if (inStr(actions, TOUCH_ACTION_NONE)) {\n return TOUCH_ACTION_NONE;\n }\n\n var hasPanX = inStr(actions, TOUCH_ACTION_PAN_X);\n var hasPanY = inStr(actions, TOUCH_ACTION_PAN_Y);\n\n // if both pan-x and pan-y are set (different recognizers\n // for different directions, e.g. horizontal pan but vertical swipe?)\n // we need none (as otherwise with pan-x pan-y combined none of these\n // recognizers will work, since the browser would handle all panning\n if (hasPanX && hasPanY) {\n return TOUCH_ACTION_NONE;\n }\n\n // pan-x OR pan-y\n if (hasPanX || hasPanY) {\n return hasPanX ? TOUCH_ACTION_PAN_X : TOUCH_ACTION_PAN_Y;\n }\n\n // manipulation\n if (inStr(actions, TOUCH_ACTION_MANIPULATION)) {\n return TOUCH_ACTION_MANIPULATION;\n }\n\n return TOUCH_ACTION_AUTO;\n}\n\nfunction getTouchActionProps() {\n if (!NATIVE_TOUCH_ACTION) {\n return false;\n }\n var touchMap = {};\n var cssSupports = window.CSS && window.CSS.supports;\n ['auto', 'manipulation', 'pan-y', 'pan-x', 'pan-x pan-y', 'none'].forEach(function(val) {\n\n // If css.supports is not supported but there is native touch-action assume it supports\n // all values. This is the case for IE 10 and 11.\n touchMap[val] = cssSupports ? window.CSS.supports('touch-action', val) : true;\n });\n return touchMap;\n}\n\n/**\n * Recognizer flow explained; *\n * All recognizers have the initial state of POSSIBLE when a input session starts.\n * The definition of a input session is from the first input until the last input, with all it's movement in it. *\n * Example session for mouse-input: mousedown -> mousemove -> mouseup\n *\n * On each recognizing cycle (see Manager.recognize) the .recognize() method is executed\n * which determines with state it should be.\n *\n * If the recognizer has the state FAILED, CANCELLED or RECOGNIZED (equals ENDED), it is reset to\n * POSSIBLE to give it another change on the next cycle.\n *\n * Possible\n * |\n * +-----+---------------+\n * | |\n * +-----+-----+ |\n * | | |\n * Failed Cancelled |\n * +-------+------+\n * | |\n * Recognized Began\n * |\n * Changed\n * |\n * Ended/Recognized\n */\nvar STATE_POSSIBLE = 1;\nvar STATE_BEGAN = 2;\nvar STATE_CHANGED = 4;\nvar STATE_ENDED = 8;\nvar STATE_RECOGNIZED = STATE_ENDED;\nvar STATE_CANCELLED = 16;\nvar STATE_FAILED = 32;\n\n/**\n * Recognizer\n * Every recognizer needs to extend from this class.\n * @constructor\n * @param {Object} options\n */\nfunction Recognizer(options) {\n this.options = assign({}, this.defaults, options || {});\n\n this.id = uniqueId();\n\n this.manager = null;\n\n // default is enable true\n this.options.enable = ifUndefined(this.options.enable, true);\n\n this.state = STATE_POSSIBLE;\n\n this.simultaneous = {};\n this.requireFail = [];\n}\n\nRecognizer.prototype = {\n /**\n * @virtual\n * @type {Object}\n */\n defaults: {},\n\n /**\n * set options\n * @param {Object} options\n * @return {Recognizer}\n */\n set: function(options) {\n assign(this.options, options);\n\n // also update the touchAction, in case something changed about the directions/enabled state\n this.manager && this.manager.touchAction.update();\n return this;\n },\n\n /**\n * recognize simultaneous with an other recognizer.\n * @param {Recognizer} otherRecognizer\n * @returns {Recognizer} this\n */\n recognizeWith: function(otherRecognizer) {\n if (invokeArrayArg(otherRecognizer, 'recognizeWith', this)) {\n return this;\n }\n\n var simultaneous = this.simultaneous;\n otherRecognizer = getRecognizerByNameIfManager(otherRecognizer, this);\n if (!simultaneous[otherRecognizer.id]) {\n simultaneous[otherRecognizer.id] = otherRecognizer;\n otherRecognizer.recognizeWith(this);\n }\n return this;\n },\n\n /**\n * drop the simultaneous link. it doesnt remove the link on the other recognizer.\n * @param {Recognizer} otherRecognizer\n * @returns {Recognizer} this\n */\n dropRecognizeWith: function(otherRecognizer) {\n if (invokeArrayArg(otherRecognizer, 'dropRecognizeWith', this)) {\n return this;\n }\n\n otherRecognizer = getRecognizerByNameIfManager(otherRecognizer, this);\n delete this.simultaneous[otherRecognizer.id];\n return this;\n },\n\n /**\n * recognizer can only run when an other is failing\n * @param {Recognizer} otherRecognizer\n * @returns {Recognizer} this\n */\n requireFailure: function(otherRecognizer) {\n if (invokeArrayArg(otherRecognizer, 'requireFailure', this)) {\n return this;\n }\n\n var requireFail = this.requireFail;\n otherRecognizer = getRecognizerByNameIfManager(otherRecognizer, this);\n if (inArray(requireFail, otherRecognizer) === -1) {\n requireFail.push(otherRecognizer);\n otherRecognizer.requireFailure(this);\n }\n return this;\n },\n\n /**\n * drop the requireFailure link. it does not remove the link on the other recognizer.\n * @param {Recognizer} otherRecognizer\n * @returns {Recognizer} this\n */\n dropRequireFailure: function(otherRecognizer) {\n if (invokeArrayArg(otherRecognizer, 'dropRequireFailure', this)) {\n return this;\n }\n\n otherRecognizer = getRecognizerByNameIfManager(otherRecognizer, this);\n var index = inArray(this.requireFail, otherRecognizer);\n if (index > -1) {\n this.requireFail.splice(index, 1);\n }\n return this;\n },\n\n /**\n * has require failures boolean\n * @returns {boolean}\n */\n hasRequireFailures: function() {\n return this.requireFail.length > 0;\n },\n\n /**\n * if the recognizer can recognize simultaneous with an other recognizer\n * @param {Recognizer} otherRecognizer\n * @returns {Boolean}\n */\n canRecognizeWith: function(otherRecognizer) {\n return !!this.simultaneous[otherRecognizer.id];\n },\n\n /**\n * You should use `tryEmit` instead of `emit` directly to check\n * that all the needed recognizers has failed before emitting.\n * @param {Object} input\n */\n emit: function(input) {\n var self = this;\n var state = this.state;\n\n function emit(event) {\n self.manager.emit(event, input);\n }\n\n // 'panstart' and 'panmove'\n if (state < STATE_ENDED) {\n emit(self.options.event + stateStr(state));\n }\n\n emit(self.options.event); // simple 'eventName' events\n\n if (input.additionalEvent) { // additional event(panleft, panright, pinchin, pinchout...)\n emit(input.additionalEvent);\n }\n\n // panend and pancancel\n if (state >= STATE_ENDED) {\n emit(self.options.event + stateStr(state));\n }\n },\n\n /**\n * Check that all the require failure recognizers has failed,\n * if true, it emits a gesture event,\n * otherwise, setup the state to FAILED.\n * @param {Object} input\n */\n tryEmit: function(input) {\n if (this.canEmit()) {\n return this.emit(input);\n }\n // it's failing anyway\n this.state = STATE_FAILED;\n },\n\n /**\n * can we emit?\n * @returns {boolean}\n */\n canEmit: function() {\n var i = 0;\n while (i < this.requireFail.length) {\n if (!(this.requireFail[i].state & (STATE_FAILED | STATE_POSSIBLE))) {\n return false;\n }\n i++;\n }\n return true;\n },\n\n /**\n * update the recognizer\n * @param {Object} inputData\n */\n recognize: function(inputData) {\n // make a new copy of the inputData\n // so we can change the inputData without messing up the other recognizers\n var inputDataClone = assign({}, inputData);\n\n // is is enabled and allow recognizing?\n if (!boolOrFn(this.options.enable, [this, inputDataClone])) {\n this.reset();\n this.state = STATE_FAILED;\n return;\n }\n\n // reset when we've reached the end\n if (this.state & (STATE_RECOGNIZED | STATE_CANCELLED | STATE_FAILED)) {\n this.state = STATE_POSSIBLE;\n }\n\n this.state = this.process(inputDataClone);\n\n // the recognizer has recognized a gesture\n // so trigger an event\n if (this.state & (STATE_BEGAN | STATE_CHANGED | STATE_ENDED | STATE_CANCELLED)) {\n this.tryEmit(inputDataClone);\n }\n },\n\n /**\n * return the state of the recognizer\n * the actual recognizing happens in this method\n * @virtual\n * @param {Object} inputData\n * @returns {Const} STATE\n */\n process: function(inputData) { }, // jshint ignore:line\n\n /**\n * return the preferred touch-action\n * @virtual\n * @returns {Array}\n */\n getTouchAction: function() { },\n\n /**\n * called when the gesture isn't allowed to recognize\n * like when another is being recognized or it is disabled\n * @virtual\n */\n reset: function() { }\n};\n\n/**\n * get a usable string, used as event postfix\n * @param {Const} state\n * @returns {String} state\n */\nfunction stateStr(state) {\n if (state & STATE_CANCELLED) {\n return 'cancel';\n } else if (state & STATE_ENDED) {\n return 'end';\n } else if (state & STATE_CHANGED) {\n return 'move';\n } else if (state & STATE_BEGAN) {\n return 'start';\n }\n return '';\n}\n\n/**\n * direction cons to string\n * @param {Const} direction\n * @returns {String}\n */\nfunction directionStr(direction) {\n if (direction == DIRECTION_DOWN) {\n return 'down';\n } else if (direction == DIRECTION_UP) {\n return 'up';\n } else if (direction == DIRECTION_LEFT) {\n return 'left';\n } else if (direction == DIRECTION_RIGHT) {\n return 'right';\n }\n return '';\n}\n\n/**\n * get a recognizer by name if it is bound to a manager\n * @param {Recognizer|String} otherRecognizer\n * @param {Recognizer} recognizer\n * @returns {Recognizer}\n */\nfunction getRecognizerByNameIfManager(otherRecognizer, recognizer) {\n var manager = recognizer.manager;\n if (manager) {\n return manager.get(otherRecognizer);\n }\n return otherRecognizer;\n}\n\n/**\n * This recognizer is just used as a base for the simple attribute recognizers.\n * @constructor\n * @extends Recognizer\n */\nfunction AttrRecognizer() {\n Recognizer.apply(this, arguments);\n}\n\ninherit(AttrRecognizer, Recognizer, {\n /**\n * @namespace\n * @memberof AttrRecognizer\n */\n defaults: {\n /**\n * @type {Number}\n * @default 1\n */\n pointers: 1\n },\n\n /**\n * Used to check if it the recognizer receives valid input, like input.distance > 10.\n * @memberof AttrRecognizer\n * @param {Object} input\n * @returns {Boolean} recognized\n */\n attrTest: function(input) {\n var optionPointers = this.options.pointers;\n return optionPointers === 0 || input.pointers.length === optionPointers;\n },\n\n /**\n * Process the input and return the state for the recognizer\n * @memberof AttrRecognizer\n * @param {Object} input\n * @returns {*} State\n */\n process: function(input) {\n var state = this.state;\n var eventType = input.eventType;\n\n var isRecognized = state & (STATE_BEGAN | STATE_CHANGED);\n var isValid = this.attrTest(input);\n\n // on cancel input and we've recognized before, return STATE_CANCELLED\n if (isRecognized && (eventType & INPUT_CANCEL || !isValid)) {\n return state | STATE_CANCELLED;\n } else if (isRecognized || isValid) {\n if (eventType & INPUT_END) {\n return state | STATE_ENDED;\n } else if (!(state & STATE_BEGAN)) {\n return STATE_BEGAN;\n }\n return state | STATE_CHANGED;\n }\n return STATE_FAILED;\n }\n});\n\n/**\n * Pan\n * Recognized when the pointer is down and moved in the allowed direction.\n * @constructor\n * @extends AttrRecognizer\n */\nfunction PanRecognizer() {\n AttrRecognizer.apply(this, arguments);\n\n this.pX = null;\n this.pY = null;\n}\n\ninherit(PanRecognizer, AttrRecognizer, {\n /**\n * @namespace\n * @memberof PanRecognizer\n */\n defaults: {\n event: 'pan',\n threshold: 10,\n pointers: 1,\n direction: DIRECTION_ALL\n },\n\n getTouchAction: function() {\n var direction = this.options.direction;\n var actions = [];\n if (direction & DIRECTION_HORIZONTAL) {\n actions.push(TOUCH_ACTION_PAN_Y);\n }\n if (direction & DIRECTION_VERTICAL) {\n actions.push(TOUCH_ACTION_PAN_X);\n }\n return actions;\n },\n\n directionTest: function(input) {\n var options = this.options;\n var hasMoved = true;\n var distance = input.distance;\n var direction = input.direction;\n var x = input.deltaX;\n var y = input.deltaY;\n\n // lock to axis?\n if (!(direction & options.direction)) {\n if (options.direction & DIRECTION_HORIZONTAL) {\n direction = (x === 0) ? DIRECTION_NONE : (x < 0) ? DIRECTION_LEFT : DIRECTION_RIGHT;\n hasMoved = x != this.pX;\n distance = Math.abs(input.deltaX);\n } else {\n direction = (y === 0) ? DIRECTION_NONE : (y < 0) ? DIRECTION_UP : DIRECTION_DOWN;\n hasMoved = y != this.pY;\n distance = Math.abs(input.deltaY);\n }\n }\n input.direction = direction;\n return hasMoved && distance > options.threshold && direction & options.direction;\n },\n\n attrTest: function(input) {\n return AttrRecognizer.prototype.attrTest.call(this, input) &&\n (this.state & STATE_BEGAN || (!(this.state & STATE_BEGAN) && this.directionTest(input)));\n },\n\n emit: function(input) {\n\n this.pX = input.deltaX;\n this.pY = input.deltaY;\n\n var direction = directionStr(input.direction);\n\n if (direction) {\n input.additionalEvent = this.options.event + direction;\n }\n this._super.emit.call(this, input);\n }\n});\n\n/**\n * Pinch\n * Recognized when two or more pointers are moving toward (zoom-in) or away from each other (zoom-out).\n * @constructor\n * @extends AttrRecognizer\n */\nfunction PinchRecognizer() {\n AttrRecognizer.apply(this, arguments);\n}\n\ninherit(PinchRecognizer, AttrRecognizer, {\n /**\n * @namespace\n * @memberof PinchRecognizer\n */\n defaults: {\n event: 'pinch',\n threshold: 0,\n pointers: 2\n },\n\n getTouchAction: function() {\n return [TOUCH_ACTION_NONE];\n },\n\n attrTest: function(input) {\n return this._super.attrTest.call(this, input) &&\n (Math.abs(input.scale - 1) > this.options.threshold || this.state & STATE_BEGAN);\n },\n\n emit: function(input) {\n if (input.scale !== 1) {\n var inOut = input.scale < 1 ? 'in' : 'out';\n input.additionalEvent = this.options.event + inOut;\n }\n this._super.emit.call(this, input);\n }\n});\n\n/**\n * Press\n * Recognized when the pointer is down for x ms without any movement.\n * @constructor\n * @extends Recognizer\n */\nfunction PressRecognizer() {\n Recognizer.apply(this, arguments);\n\n this._timer = null;\n this._input = null;\n}\n\ninherit(PressRecognizer, Recognizer, {\n /**\n * @namespace\n * @memberof PressRecognizer\n */\n defaults: {\n event: 'press',\n pointers: 1,\n time: 251, // minimal time of the pointer to be pressed\n threshold: 9 // a minimal movement is ok, but keep it low\n },\n\n getTouchAction: function() {\n return [TOUCH_ACTION_AUTO];\n },\n\n process: function(input) {\n var options = this.options;\n var validPointers = input.pointers.length === options.pointers;\n var validMovement = input.distance < options.threshold;\n var validTime = input.deltaTime > options.time;\n\n this._input = input;\n\n // we only allow little movement\n // and we've reached an end event, so a tap is possible\n if (!validMovement || !validPointers || (input.eventType & (INPUT_END | INPUT_CANCEL) && !validTime)) {\n this.reset();\n } else if (input.eventType & INPUT_START) {\n this.reset();\n this._timer = setTimeoutContext(function() {\n this.state = STATE_RECOGNIZED;\n this.tryEmit();\n }, options.time, this);\n } else if (input.eventType & INPUT_END) {\n return STATE_RECOGNIZED;\n }\n return STATE_FAILED;\n },\n\n reset: function() {\n clearTimeout(this._timer);\n },\n\n emit: function(input) {\n if (this.state !== STATE_RECOGNIZED) {\n return;\n }\n\n if (input && (input.eventType & INPUT_END)) {\n this.manager.emit(this.options.event + 'up', input);\n } else {\n this._input.timeStamp = now();\n this.manager.emit(this.options.event, this._input);\n }\n }\n});\n\n/**\n * Rotate\n * Recognized when two or more pointer are moving in a circular motion.\n * @constructor\n * @extends AttrRecognizer\n */\nfunction RotateRecognizer() {\n AttrRecognizer.apply(this, arguments);\n}\n\ninherit(RotateRecognizer, AttrRecognizer, {\n /**\n * @namespace\n * @memberof RotateRecognizer\n */\n defaults: {\n event: 'rotate',\n threshold: 0,\n pointers: 2\n },\n\n getTouchAction: function() {\n return [TOUCH_ACTION_NONE];\n },\n\n attrTest: function(input) {\n return this._super.attrTest.call(this, input) &&\n (Math.abs(input.rotation) > this.options.threshold || this.state & STATE_BEGAN);\n }\n});\n\n/**\n * Swipe\n * Recognized when the pointer is moving fast (velocity), with enough distance in the allowed direction.\n * @constructor\n * @extends AttrRecognizer\n */\nfunction SwipeRecognizer() {\n AttrRecognizer.apply(this, arguments);\n}\n\ninherit(SwipeRecognizer, AttrRecognizer, {\n /**\n * @namespace\n * @memberof SwipeRecognizer\n */\n defaults: {\n event: 'swipe',\n threshold: 10,\n velocity: 0.3,\n direction: DIRECTION_HORIZONTAL | DIRECTION_VERTICAL,\n pointers: 1\n },\n\n getTouchAction: function() {\n return PanRecognizer.prototype.getTouchAction.call(this);\n },\n\n attrTest: function(input) {\n var direction = this.options.direction;\n var velocity;\n\n if (direction & (DIRECTION_HORIZONTAL | DIRECTION_VERTICAL)) {\n velocity = input.overallVelocity;\n } else if (direction & DIRECTION_HORIZONTAL) {\n velocity = input.overallVelocityX;\n } else if (direction & DIRECTION_VERTICAL) {\n velocity = input.overallVelocityY;\n }\n\n return this._super.attrTest.call(this, input) &&\n direction & input.offsetDirection &&\n input.distance > this.options.threshold &&\n input.maxPointers == this.options.pointers &&\n abs(velocity) > this.options.velocity && input.eventType & INPUT_END;\n },\n\n emit: function(input) {\n var direction = directionStr(input.offsetDirection);\n if (direction) {\n this.manager.emit(this.options.event + direction, input);\n }\n\n this.manager.emit(this.options.event, input);\n }\n});\n\n/**\n * A tap is ecognized when the pointer is doing a small tap/click. Multiple taps are recognized if they occur\n * between the given interval and position. The delay option can be used to recognize multi-taps without firing\n * a single tap.\n *\n * The eventData from the emitted event contains the property `tapCount`, which contains the amount of\n * multi-taps being recognized.\n * @constructor\n * @extends Recognizer\n */\nfunction TapRecognizer() {\n Recognizer.apply(this, arguments);\n\n // previous time and center,\n // used for tap counting\n this.pTime = false;\n this.pCenter = false;\n\n this._timer = null;\n this._input = null;\n this.count = 0;\n}\n\ninherit(TapRecognizer, Recognizer, {\n /**\n * @namespace\n * @memberof PinchRecognizer\n */\n defaults: {\n event: 'tap',\n pointers: 1,\n taps: 1,\n interval: 300, // max time between the multi-tap taps\n time: 250, // max time of the pointer to be down (like finger on the screen)\n threshold: 9, // a minimal movement is ok, but keep it low\n posThreshold: 10 // a multi-tap can be a bit off the initial position\n },\n\n getTouchAction: function() {\n return [TOUCH_ACTION_MANIPULATION];\n },\n\n process: function(input) {\n var options = this.options;\n\n var validPointers = input.pointers.length === options.pointers;\n var validMovement = input.distance < options.threshold;\n var validTouchTime = input.deltaTime < options.time;\n\n this.reset();\n\n if ((input.eventType & INPUT_START) && (this.count === 0)) {\n return this.failTimeout();\n }\n\n // we only allow little movement\n // and we've reached an end event, so a tap is possible\n if (validMovement && validTouchTime && validPointers) {\n if (input.eventType != INPUT_END) {\n return this.failTimeout();\n }\n\n var validInterval = this.pTime ? (input.timeStamp - this.pTime < options.interval) : true;\n var validMultiTap = !this.pCenter || getDistance(this.pCenter, input.center) < options.posThreshold;\n\n this.pTime = input.timeStamp;\n this.pCenter = input.center;\n\n if (!validMultiTap || !validInterval) {\n this.count = 1;\n } else {\n this.count += 1;\n }\n\n this._input = input;\n\n // if tap count matches we have recognized it,\n // else it has began recognizing...\n var tapCount = this.count % options.taps;\n if (tapCount === 0) {\n // no failing requirements, immediately trigger the tap event\n // or wait as long as the multitap interval to trigger\n if (!this.hasRequireFailures()) {\n return STATE_RECOGNIZED;\n } else {\n this._timer = setTimeoutContext(function() {\n this.state = STATE_RECOGNIZED;\n this.tryEmit();\n }, options.interval, this);\n return STATE_BEGAN;\n }\n }\n }\n return STATE_FAILED;\n },\n\n failTimeout: function() {\n this._timer = setTimeoutContext(function() {\n this.state = STATE_FAILED;\n }, this.options.interval, this);\n return STATE_FAILED;\n },\n\n reset: function() {\n clearTimeout(this._timer);\n },\n\n emit: function() {\n if (this.state == STATE_RECOGNIZED) {\n this._input.tapCount = this.count;\n this.manager.emit(this.options.event, this._input);\n }\n }\n});\n\n/**\n * Simple way to create a manager with a default set of recognizers.\n * @param {HTMLElement} element\n * @param {Object} [options]\n * @constructor\n */\nfunction Hammer(element, options) {\n options = options || {};\n options.recognizers = ifUndefined(options.recognizers, Hammer.defaults.preset);\n return new Manager(element, options);\n}\n\n/**\n * @const {string}\n */\nHammer.VERSION = '2.0.7';\n\n/**\n * default settings\n * @namespace\n */\nHammer.defaults = {\n /**\n * set if DOM events are being triggered.\n * But this is slower and unused by simple implementations, so disabled by default.\n * @type {Boolean}\n * @default false\n */\n domEvents: false,\n\n /**\n * The value for the touchAction property/fallback.\n * When set to `compute` it will magically set the correct value based on the added recognizers.\n * @type {String}\n * @default compute\n */\n touchAction: TOUCH_ACTION_COMPUTE,\n\n /**\n * @type {Boolean}\n * @default true\n */\n enable: true,\n\n /**\n * EXPERIMENTAL FEATURE -- can be removed/changed\n * Change the parent input target element.\n * If Null, then it is being set the to main element.\n * @type {Null|EventTarget}\n * @default null\n */\n inputTarget: null,\n\n /**\n * force an input class\n * @type {Null|Function}\n * @default null\n */\n inputClass: null,\n\n /**\n * Default recognizer setup when calling `Hammer()`\n * When creating a new Manager these will be skipped.\n * @type {Array}\n */\n preset: [\n // RecognizerClass, options, [recognizeWith, ...], [requireFailure, ...]\n [RotateRecognizer, {enable: false}],\n [PinchRecognizer, {enable: false}, ['rotate']],\n [SwipeRecognizer, {direction: DIRECTION_HORIZONTAL}],\n [PanRecognizer, {direction: DIRECTION_HORIZONTAL}, ['swipe']],\n [TapRecognizer],\n [TapRecognizer, {event: 'doubletap', taps: 2}, ['tap']],\n [PressRecognizer]\n ],\n\n /**\n * Some CSS properties can be used to improve the working of Hammer.\n * Add them to this method and they will be set when creating a new Manager.\n * @namespace\n */\n cssProps: {\n /**\n * Disables text selection to improve the dragging gesture. Mainly for desktop browsers.\n * @type {String}\n * @default 'none'\n */\n userSelect: 'none',\n\n /**\n * Disable the Windows Phone grippers when pressing an element.\n * @type {String}\n * @default 'none'\n */\n touchSelect: 'none',\n\n /**\n * Disables the default callout shown when you touch and hold a touch target.\n * On iOS, when you touch and hold a touch target such as a link, Safari displays\n * a callout containing information about the link. This property allows you to disable that callout.\n * @type {String}\n * @default 'none'\n */\n touchCallout: 'none',\n\n /**\n * Specifies whether zooming is enabled. Used by IE10>\n * @type {String}\n * @default 'none'\n */\n contentZooming: 'none',\n\n /**\n * Specifies that an entire element should be draggable instead of its contents. Mainly for desktop browsers.\n * @type {String}\n * @default 'none'\n */\n userDrag: 'none',\n\n /**\n * Overrides the highlight color shown when the user taps a link or a JavaScript\n * clickable element in iOS. This property obeys the alpha value, if specified.\n * @type {String}\n * @default 'rgba(0,0,0,0)'\n */\n tapHighlightColor: 'rgba(0,0,0,0)'\n }\n};\n\nvar STOP = 1;\nvar FORCED_STOP = 2;\n\n/**\n * Manager\n * @param {HTMLElement} element\n * @param {Object} [options]\n * @constructor\n */\nfunction Manager(element, options) {\n this.options = assign({}, Hammer.defaults, options || {});\n\n this.options.inputTarget = this.options.inputTarget || element;\n\n this.handlers = {};\n this.session = {};\n this.recognizers = [];\n this.oldCssProps = {};\n\n this.element = element;\n this.input = createInputInstance(this);\n this.touchAction = new TouchAction(this, this.options.touchAction);\n\n toggleCssProps(this, true);\n\n each(this.options.recognizers, function(item) {\n var recognizer = this.add(new (item[0])(item[1]));\n item[2] && recognizer.recognizeWith(item[2]);\n item[3] && recognizer.requireFailure(item[3]);\n }, this);\n}\n\nManager.prototype = {\n /**\n * set options\n * @param {Object} options\n * @returns {Manager}\n */\n set: function(options) {\n assign(this.options, options);\n\n // Options that need a little more setup\n if (options.touchAction) {\n this.touchAction.update();\n }\n if (options.inputTarget) {\n // Clean up existing event listeners and reinitialize\n this.input.destroy();\n this.input.target = options.inputTarget;\n this.input.init();\n }\n return this;\n },\n\n /**\n * stop recognizing for this session.\n * This session will be discarded, when a new [input]start event is fired.\n * When forced, the recognizer cycle is stopped immediately.\n * @param {Boolean} [force]\n */\n stop: function(force) {\n this.session.stopped = force ? FORCED_STOP : STOP;\n },\n\n /**\n * run the recognizers!\n * called by the inputHandler function on every movement of the pointers (touches)\n * it walks through all the recognizers and tries to detect the gesture that is being made\n * @param {Object} inputData\n */\n recognize: function(inputData) {\n var session = this.session;\n if (session.stopped) {\n return;\n }\n\n // run the touch-action polyfill\n this.touchAction.preventDefaults(inputData);\n\n var recognizer;\n var recognizers = this.recognizers;\n\n // this holds the recognizer that is being recognized.\n // so the recognizer's state needs to be BEGAN, CHANGED, ENDED or RECOGNIZED\n // if no recognizer is detecting a thing, it is set to `null`\n var curRecognizer = session.curRecognizer;\n\n // reset when the last recognizer is recognized\n // or when we're in a new session\n if (!curRecognizer || (curRecognizer && curRecognizer.state & STATE_RECOGNIZED)) {\n curRecognizer = session.curRecognizer = null;\n }\n\n var i = 0;\n while (i < recognizers.length) {\n recognizer = recognizers[i];\n\n // find out if we are allowed try to recognize the input for this one.\n // 1. allow if the session is NOT forced stopped (see the .stop() method)\n // 2. allow if we still haven't recognized a gesture in this session, or the this recognizer is the one\n // that is being recognized.\n // 3. allow if the recognizer is allowed to run simultaneous with the current recognized recognizer.\n // this can be setup with the `recognizeWith()` method on the recognizer.\n if (session.stopped !== FORCED_STOP && ( // 1\n !curRecognizer || recognizer == curRecognizer || // 2\n recognizer.canRecognizeWith(curRecognizer))) { // 3\n recognizer.recognize(inputData);\n } else {\n recognizer.reset();\n }\n\n // if the recognizer has been recognizing the input as a valid gesture, we want to store this one as the\n // current active recognizer. but only if we don't already have an active recognizer\n if (!curRecognizer && recognizer.state & (STATE_BEGAN | STATE_CHANGED | STATE_ENDED)) {\n curRecognizer = session.curRecognizer = recognizer;\n }\n i++;\n }\n },\n\n /**\n * get a recognizer by its event name.\n * @param {Recognizer|String} recognizer\n * @returns {Recognizer|Null}\n */\n get: function(recognizer) {\n if (recognizer instanceof Recognizer) {\n return recognizer;\n }\n\n var recognizers = this.recognizers;\n for (var i = 0; i < recognizers.length; i++) {\n if (recognizers[i].options.event == recognizer) {\n return recognizers[i];\n }\n }\n return null;\n },\n\n /**\n * add a recognizer to the manager\n * existing recognizers with the same event name will be removed\n * @param {Recognizer} recognizer\n * @returns {Recognizer|Manager}\n */\n add: function(recognizer) {\n if (invokeArrayArg(recognizer, 'add', this)) {\n return this;\n }\n\n // remove existing\n var existing = this.get(recognizer.options.event);\n if (existing) {\n this.remove(existing);\n }\n\n this.recognizers.push(recognizer);\n recognizer.manager = this;\n\n this.touchAction.update();\n return recognizer;\n },\n\n /**\n * remove a recognizer by name or instance\n * @param {Recognizer|String} recognizer\n * @returns {Manager}\n */\n remove: function(recognizer) {\n if (invokeArrayArg(recognizer, 'remove', this)) {\n return this;\n }\n\n recognizer = this.get(recognizer);\n\n // let's make sure this recognizer exists\n if (recognizer) {\n var recognizers = this.recognizers;\n var index = inArray(recognizers, recognizer);\n\n if (index !== -1) {\n recognizers.splice(index, 1);\n this.touchAction.update();\n }\n }\n\n return this;\n },\n\n /**\n * bind event\n * @param {String} events\n * @param {Function} handler\n * @returns {EventEmitter} this\n */\n on: function(events, handler) {\n if (events === undefined) {\n return;\n }\n if (handler === undefined) {\n return;\n }\n\n var handlers = this.handlers;\n each(splitStr(events), function(event) {\n handlers[event] = handlers[event] || [];\n handlers[event].push(handler);\n });\n return this;\n },\n\n /**\n * unbind event, leave emit blank to remove all handlers\n * @param {String} events\n * @param {Function} [handler]\n * @returns {EventEmitter} this\n */\n off: function(events, handler) {\n if (events === undefined) {\n return;\n }\n\n var handlers = this.handlers;\n each(splitStr(events), function(event) {\n if (!handler) {\n delete handlers[event];\n } else {\n handlers[event] && handlers[event].splice(inArray(handlers[event], handler), 1);\n }\n });\n return this;\n },\n\n /**\n * emit event to the listeners\n * @param {String} event\n * @param {Object} data\n */\n emit: function(event, data) {\n // we also want to trigger dom events\n if (this.options.domEvents) {\n triggerDomEvent(event, data);\n }\n\n // no handlers, so skip it all\n var handlers = this.handlers[event] && this.handlers[event].slice();\n if (!handlers || !handlers.length) {\n return;\n }\n\n data.type = event;\n data.preventDefault = function() {\n data.srcEvent.preventDefault();\n };\n\n var i = 0;\n while (i < handlers.length) {\n handlers[i](data);\n i++;\n }\n },\n\n /**\n * destroy the manager and unbinds all events\n * it doesn't unbind dom events, that is the user own responsibility\n */\n destroy: function() {\n this.element && toggleCssProps(this, false);\n\n this.handlers = {};\n this.session = {};\n this.input.destroy();\n this.element = null;\n }\n};\n\n/**\n * add/remove the css properties as defined in manager.options.cssProps\n * @param {Manager} manager\n * @param {Boolean} add\n */\nfunction toggleCssProps(manager, add) {\n var element = manager.element;\n if (!element.style) {\n return;\n }\n var prop;\n each(manager.options.cssProps, function(value, name) {\n prop = prefixed(element.style, name);\n if (add) {\n manager.oldCssProps[prop] = element.style[prop];\n element.style[prop] = value;\n } else {\n element.style[prop] = manager.oldCssProps[prop] || '';\n }\n });\n if (!add) {\n manager.oldCssProps = {};\n }\n}\n\n/**\n * trigger dom event\n * @param {String} event\n * @param {Object} data\n */\nfunction triggerDomEvent(event, data) {\n var gestureEvent = document.createEvent('Event');\n gestureEvent.initEvent(event, true, true);\n gestureEvent.gesture = data;\n data.target.dispatchEvent(gestureEvent);\n}\n\nassign(Hammer, {\n INPUT_START: INPUT_START,\n INPUT_MOVE: INPUT_MOVE,\n INPUT_END: INPUT_END,\n INPUT_CANCEL: INPUT_CANCEL,\n\n STATE_POSSIBLE: STATE_POSSIBLE,\n STATE_BEGAN: STATE_BEGAN,\n STATE_CHANGED: STATE_CHANGED,\n STATE_ENDED: STATE_ENDED,\n STATE_RECOGNIZED: STATE_RECOGNIZED,\n STATE_CANCELLED: STATE_CANCELLED,\n STATE_FAILED: STATE_FAILED,\n\n DIRECTION_NONE: DIRECTION_NONE,\n DIRECTION_LEFT: DIRECTION_LEFT,\n DIRECTION_RIGHT: DIRECTION_RIGHT,\n DIRECTION_UP: DIRECTION_UP,\n DIRECTION_DOWN: DIRECTION_DOWN,\n DIRECTION_HORIZONTAL: DIRECTION_HORIZONTAL,\n DIRECTION_VERTICAL: DIRECTION_VERTICAL,\n DIRECTION_ALL: DIRECTION_ALL,\n\n Manager: Manager,\n Input: Input,\n TouchAction: TouchAction,\n\n TouchInput: TouchInput,\n MouseInput: MouseInput,\n PointerEventInput: PointerEventInput,\n TouchMouseInput: TouchMouseInput,\n SingleTouchInput: SingleTouchInput,\n\n Recognizer: Recognizer,\n AttrRecognizer: AttrRecognizer,\n Tap: TapRecognizer,\n Pan: PanRecognizer,\n Swipe: SwipeRecognizer,\n Pinch: PinchRecognizer,\n Rotate: RotateRecognizer,\n Press: PressRecognizer,\n\n on: addEventListeners,\n off: removeEventListeners,\n each: each,\n merge: merge,\n extend: extend,\n assign: assign,\n inherit: inherit,\n bindFn: bindFn,\n prefixed: prefixed\n});\n\n// this prevents errors when Hammer is loaded in the presence of an AMD\n// style loader but by script tag, not by the loader.\nvar freeGlobal = (typeof window !== 'undefined' ? window : (typeof self !== 'undefined' ? self : {})); // jshint ignore:line\nfreeGlobal.Hammer = Hammer;\n\nif (typeof define === 'function' && define.amd) {\n define(function() {\n return Hammer;\n });\n} else if (typeof module != 'undefined' && module.exports) {\n module.exports = Hammer;\n} else {\n window[exportName] = Hammer;\n}\n\n})(window, document, 'Hammer');\n","/*!\n * jQuery JavaScript Library v3.4.1\n * https://jquery.com/\n *\n * Includes Sizzle.js\n * https://sizzlejs.com/\n *\n * Copyright JS Foundation and other contributors\n * Released under the MIT license\n * https://jquery.org/license\n *\n * Date: 2019-05-01T21:04Z\n */\n( function( global, factory ) {\n\n\t\"use strict\";\n\n\tif ( typeof module === \"object\" && typeof module.exports === \"object\" ) {\n\n\t\t// For CommonJS and CommonJS-like environments where a proper `window`\n\t\t// is present, execute the factory and get jQuery.\n\t\t// For environments that do not have a `window` with a `document`\n\t\t// (such as Node.js), expose a factory as module.exports.\n\t\t// This accentuates the need for the creation of a real `window`.\n\t\t// e.g. var jQuery = require(\"jquery\")(window);\n\t\t// See ticket #14549 for more info.\n\t\tmodule.exports = global.document ?\n\t\t\tfactory( global, true ) :\n\t\t\tfunction( w ) {\n\t\t\t\tif ( !w.document ) {\n\t\t\t\t\tthrow new Error( \"jQuery requires a window with a document\" );\n\t\t\t\t}\n\t\t\t\treturn factory( w );\n\t\t\t};\n\t} else {\n\t\tfactory( global );\n\t}\n\n// Pass this if window is not defined yet\n} )( typeof window !== \"undefined\" ? window : this, function( window, noGlobal ) {\n\n// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1\n// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode\n// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common\n// enough that all such attempts are guarded in a try block.\n\"use strict\";\n\nvar arr = [];\n\nvar document = window.document;\n\nvar getProto = Object.getPrototypeOf;\n\nvar slice = arr.slice;\n\nvar concat = arr.concat;\n\nvar push = arr.push;\n\nvar indexOf = arr.indexOf;\n\nvar class2type = {};\n\nvar toString = class2type.toString;\n\nvar hasOwn = class2type.hasOwnProperty;\n\nvar fnToString = hasOwn.toString;\n\nvar ObjectFunctionString = fnToString.call( Object );\n\nvar support = {};\n\nvar isFunction = function isFunction( obj ) {\n\n // Support: Chrome <=57, Firefox <=52\n // In some browsers, typeof returns \"function\" for HTML elements\n // (i.e., `typeof document.createElement( \"object\" ) === \"function\"`).\n // We don't want to classify *any* DOM node as a function.\n return typeof obj === \"function\" && typeof obj.nodeType !== \"number\";\n };\n\n\nvar isWindow = function isWindow( obj ) {\n\t\treturn obj != null && obj === obj.window;\n\t};\n\n\n\n\n\tvar preservedScriptAttributes = {\n\t\ttype: true,\n\t\tsrc: true,\n\t\tnonce: true,\n\t\tnoModule: true\n\t};\n\n\tfunction DOMEval( code, node, doc ) {\n\t\tdoc = doc || document;\n\n\t\tvar i, val,\n\t\t\tscript = doc.createElement( \"script\" );\n\n\t\tscript.text = code;\n\t\tif ( node ) {\n\t\t\tfor ( i in preservedScriptAttributes ) {\n\n\t\t\t\t// Support: Firefox 64+, Edge 18+\n\t\t\t\t// Some browsers don't support the \"nonce\" property on scripts.\n\t\t\t\t// On the other hand, just using `getAttribute` is not enough as\n\t\t\t\t// the `nonce` attribute is reset to an empty string whenever it\n\t\t\t\t// becomes browsing-context connected.\n\t\t\t\t// See https://github.com/whatwg/html/issues/2369\n\t\t\t\t// See https://html.spec.whatwg.org/#nonce-attributes\n\t\t\t\t// The `node.getAttribute` check was added for the sake of\n\t\t\t\t// `jQuery.globalEval` so that it can fake a nonce-containing node\n\t\t\t\t// via an object.\n\t\t\t\tval = node[ i ] || node.getAttribute && node.getAttribute( i );\n\t\t\t\tif ( val ) {\n\t\t\t\t\tscript.setAttribute( i, val );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tdoc.head.appendChild( script ).parentNode.removeChild( script );\n\t}\n\n\nfunction toType( obj ) {\n\tif ( obj == null ) {\n\t\treturn obj + \"\";\n\t}\n\n\t// Support: Android <=2.3 only (functionish RegExp)\n\treturn typeof obj === \"object\" || typeof obj === \"function\" ?\n\t\tclass2type[ toString.call( obj ) ] || \"object\" :\n\t\ttypeof obj;\n}\n/* global Symbol */\n// Defining this global in .eslintrc.json would create a danger of using the global\n// unguarded in another place, it seems safer to define global only for this module\n\n\n\nvar\n\tversion = \"3.4.1\",\n\n\t// Define a local copy of jQuery\n\tjQuery = function( selector, context ) {\n\n\t\t// The jQuery object is actually just the init constructor 'enhanced'\n\t\t// Need init if jQuery is called (just allow error to be thrown if not included)\n\t\treturn new jQuery.fn.init( selector, context );\n\t},\n\n\t// Support: Android <=4.0 only\n\t// Make sure we trim BOM and NBSP\n\trtrim = /^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g;\n\njQuery.fn = jQuery.prototype = {\n\n\t// The current version of jQuery being used\n\tjquery: version,\n\n\tconstructor: jQuery,\n\n\t// The default length of a jQuery object is 0\n\tlength: 0,\n\n\ttoArray: function() {\n\t\treturn slice.call( this );\n\t},\n\n\t// Get the Nth element in the matched element set OR\n\t// Get the whole matched element set as a clean array\n\tget: function( num ) {\n\n\t\t// Return all the elements in a clean array\n\t\tif ( num == null ) {\n\t\t\treturn slice.call( this );\n\t\t}\n\n\t\t// Return just the one element from the set\n\t\treturn num < 0 ? this[ num + this.length ] : this[ num ];\n\t},\n\n\t// Take an array of elements and push it onto the stack\n\t// (returning the new matched element set)\n\tpushStack: function( elems ) {\n\n\t\t// Build a new jQuery matched element set\n\t\tvar ret = jQuery.merge( this.constructor(), elems );\n\n\t\t// Add the old object onto the stack (as a reference)\n\t\tret.prevObject = this;\n\n\t\t// Return the newly-formed element set\n\t\treturn ret;\n\t},\n\n\t// Execute a callback for every element in the matched set.\n\teach: function( callback ) {\n\t\treturn jQuery.each( this, callback );\n\t},\n\n\tmap: function( callback ) {\n\t\treturn this.pushStack( jQuery.map( this, function( elem, i ) {\n\t\t\treturn callback.call( elem, i, elem );\n\t\t} ) );\n\t},\n\n\tslice: function() {\n\t\treturn this.pushStack( slice.apply( this, arguments ) );\n\t},\n\n\tfirst: function() {\n\t\treturn this.eq( 0 );\n\t},\n\n\tlast: function() {\n\t\treturn this.eq( -1 );\n\t},\n\n\teq: function( i ) {\n\t\tvar len = this.length,\n\t\t\tj = +i + ( i < 0 ? len : 0 );\n\t\treturn this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] );\n\t},\n\n\tend: function() {\n\t\treturn this.prevObject || this.constructor();\n\t},\n\n\t// For internal use only.\n\t// Behaves like an Array's method, not like a jQuery method.\n\tpush: push,\n\tsort: arr.sort,\n\tsplice: arr.splice\n};\n\njQuery.extend = jQuery.fn.extend = function() {\n\tvar options, name, src, copy, copyIsArray, clone,\n\t\ttarget = arguments[ 0 ] || {},\n\t\ti = 1,\n\t\tlength = arguments.length,\n\t\tdeep = false;\n\n\t// Handle a deep copy situation\n\tif ( typeof target === \"boolean\" ) {\n\t\tdeep = target;\n\n\t\t// Skip the boolean and the target\n\t\ttarget = arguments[ i ] || {};\n\t\ti++;\n\t}\n\n\t// Handle case when target is a string or something (possible in deep copy)\n\tif ( typeof target !== \"object\" && !isFunction( target ) ) {\n\t\ttarget = {};\n\t}\n\n\t// Extend jQuery itself if only one argument is passed\n\tif ( i === length ) {\n\t\ttarget = this;\n\t\ti--;\n\t}\n\n\tfor ( ; i < length; i++ ) {\n\n\t\t// Only deal with non-null/undefined values\n\t\tif ( ( options = arguments[ i ] ) != null ) {\n\n\t\t\t// Extend the base object\n\t\t\tfor ( name in options ) {\n\t\t\t\tcopy = options[ name ];\n\n\t\t\t\t// Prevent Object.prototype pollution\n\t\t\t\t// Prevent never-ending loop\n\t\t\t\tif ( name === \"__proto__\" || target === copy ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\t// Recurse if we're merging plain objects or arrays\n\t\t\t\tif ( deep && copy && ( jQuery.isPlainObject( copy ) ||\n\t\t\t\t\t( copyIsArray = Array.isArray( copy ) ) ) ) {\n\t\t\t\t\tsrc = target[ name ];\n\n\t\t\t\t\t// Ensure proper type for the source value\n\t\t\t\t\tif ( copyIsArray && !Array.isArray( src ) ) {\n\t\t\t\t\t\tclone = [];\n\t\t\t\t\t} else if ( !copyIsArray && !jQuery.isPlainObject( src ) ) {\n\t\t\t\t\t\tclone = {};\n\t\t\t\t\t} else {\n\t\t\t\t\t\tclone = src;\n\t\t\t\t\t}\n\t\t\t\t\tcopyIsArray = false;\n\n\t\t\t\t\t// Never move original objects, clone them\n\t\t\t\t\ttarget[ name ] = jQuery.extend( deep, clone, copy );\n\n\t\t\t\t// Don't bring in undefined values\n\t\t\t\t} else if ( copy !== undefined ) {\n\t\t\t\t\ttarget[ name ] = copy;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Return the modified object\n\treturn target;\n};\n\njQuery.extend( {\n\n\t// Unique for each copy of jQuery on the page\n\texpando: \"jQuery\" + ( version + Math.random() ).replace( /\\D/g, \"\" ),\n\n\t// Assume jQuery is ready without the ready module\n\tisReady: true,\n\n\terror: function( msg ) {\n\t\tthrow new Error( msg );\n\t},\n\n\tnoop: function() {},\n\n\tisPlainObject: function( obj ) {\n\t\tvar proto, Ctor;\n\n\t\t// Detect obvious negatives\n\t\t// Use toString instead of jQuery.type to catch host objects\n\t\tif ( !obj || toString.call( obj ) !== \"[object Object]\" ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tproto = getProto( obj );\n\n\t\t// Objects with no prototype (e.g., `Object.create( null )`) are plain\n\t\tif ( !proto ) {\n\t\t\treturn true;\n\t\t}\n\n\t\t// Objects with prototype are plain iff they were constructed by a global Object function\n\t\tCtor = hasOwn.call( proto, \"constructor\" ) && proto.constructor;\n\t\treturn typeof Ctor === \"function\" && fnToString.call( Ctor ) === ObjectFunctionString;\n\t},\n\n\tisEmptyObject: function( obj ) {\n\t\tvar name;\n\n\t\tfor ( name in obj ) {\n\t\t\treturn false;\n\t\t}\n\t\treturn true;\n\t},\n\n\t// Evaluates a script in a global context\n\tglobalEval: function( code, options ) {\n\t\tDOMEval( code, { nonce: options && options.nonce } );\n\t},\n\n\teach: function( obj, callback ) {\n\t\tvar length, i = 0;\n\n\t\tif ( isArrayLike( obj ) ) {\n\t\t\tlength = obj.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tfor ( i in obj ) {\n\t\t\t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn obj;\n\t},\n\n\t// Support: Android <=4.0 only\n\ttrim: function( text ) {\n\t\treturn text == null ?\n\t\t\t\"\" :\n\t\t\t( text + \"\" ).replace( rtrim, \"\" );\n\t},\n\n\t// results is for internal usage only\n\tmakeArray: function( arr, results ) {\n\t\tvar ret = results || [];\n\n\t\tif ( arr != null ) {\n\t\t\tif ( isArrayLike( Object( arr ) ) ) {\n\t\t\t\tjQuery.merge( ret,\n\t\t\t\t\ttypeof arr === \"string\" ?\n\t\t\t\t\t[ arr ] : arr\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tpush.call( ret, arr );\n\t\t\t}\n\t\t}\n\n\t\treturn ret;\n\t},\n\n\tinArray: function( elem, arr, i ) {\n\t\treturn arr == null ? -1 : indexOf.call( arr, elem, i );\n\t},\n\n\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t// push.apply(_, arraylike) throws on ancient WebKit\n\tmerge: function( first, second ) {\n\t\tvar len = +second.length,\n\t\t\tj = 0,\n\t\t\ti = first.length;\n\n\t\tfor ( ; j < len; j++ ) {\n\t\t\tfirst[ i++ ] = second[ j ];\n\t\t}\n\n\t\tfirst.length = i;\n\n\t\treturn first;\n\t},\n\n\tgrep: function( elems, callback, invert ) {\n\t\tvar callbackInverse,\n\t\t\tmatches = [],\n\t\t\ti = 0,\n\t\t\tlength = elems.length,\n\t\t\tcallbackExpect = !invert;\n\n\t\t// Go through the array, only saving the items\n\t\t// that pass the validator function\n\t\tfor ( ; i < length; i++ ) {\n\t\t\tcallbackInverse = !callback( elems[ i ], i );\n\t\t\tif ( callbackInverse !== callbackExpect ) {\n\t\t\t\tmatches.push( elems[ i ] );\n\t\t\t}\n\t\t}\n\n\t\treturn matches;\n\t},\n\n\t// arg is for internal usage only\n\tmap: function( elems, callback, arg ) {\n\t\tvar length, value,\n\t\t\ti = 0,\n\t\t\tret = [];\n\n\t\t// Go through the array, translating each of the items to their new values\n\t\tif ( isArrayLike( elems ) ) {\n\t\t\tlength = elems.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Go through every key on the object,\n\t\t} else {\n\t\t\tfor ( i in elems ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Flatten any nested arrays\n\t\treturn concat.apply( [], ret );\n\t},\n\n\t// A global GUID counter for objects\n\tguid: 1,\n\n\t// jQuery.support is not used in Core but other projects attach their\n\t// properties to it so it needs to exist.\n\tsupport: support\n} );\n\nif ( typeof Symbol === \"function\" ) {\n\tjQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ];\n}\n\n// Populate the class2type map\njQuery.each( \"Boolean Number String Function Array Date RegExp Object Error Symbol\".split( \" \" ),\nfunction( i, name ) {\n\tclass2type[ \"[object \" + name + \"]\" ] = name.toLowerCase();\n} );\n\nfunction isArrayLike( obj ) {\n\n\t// Support: real iOS 8.2 only (not reproducible in simulator)\n\t// `in` check used to prevent JIT error (gh-2145)\n\t// hasOwn isn't used here due to false negatives\n\t// regarding Nodelist length in IE\n\tvar length = !!obj && \"length\" in obj && obj.length,\n\t\ttype = toType( obj );\n\n\tif ( isFunction( obj ) || isWindow( obj ) ) {\n\t\treturn false;\n\t}\n\n\treturn type === \"array\" || length === 0 ||\n\t\ttypeof length === \"number\" && length > 0 && ( length - 1 ) in obj;\n}\nvar Sizzle =\n/*!\n * Sizzle CSS Selector Engine v2.3.4\n * https://sizzlejs.com/\n *\n * Copyright JS Foundation and other contributors\n * Released under the MIT license\n * https://js.foundation/\n *\n * Date: 2019-04-08\n */\n(function( window ) {\n\nvar i,\n\tsupport,\n\tExpr,\n\tgetText,\n\tisXML,\n\ttokenize,\n\tcompile,\n\tselect,\n\toutermostContext,\n\tsortInput,\n\thasDuplicate,\n\n\t// Local document vars\n\tsetDocument,\n\tdocument,\n\tdocElem,\n\tdocumentIsHTML,\n\trbuggyQSA,\n\trbuggyMatches,\n\tmatches,\n\tcontains,\n\n\t// Instance-specific data\n\texpando = \"sizzle\" + 1 * new Date(),\n\tpreferredDoc = window.document,\n\tdirruns = 0,\n\tdone = 0,\n\tclassCache = createCache(),\n\ttokenCache = createCache(),\n\tcompilerCache = createCache(),\n\tnonnativeSelectorCache = createCache(),\n\tsortOrder = function( a, b ) {\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t}\n\t\treturn 0;\n\t},\n\n\t// Instance methods\n\thasOwn = ({}).hasOwnProperty,\n\tarr = [],\n\tpop = arr.pop,\n\tpush_native = arr.push,\n\tpush = arr.push,\n\tslice = arr.slice,\n\t// Use a stripped-down indexOf as it's faster than native\n\t// https://jsperf.com/thor-indexof-vs-for/5\n\tindexOf = function( list, elem ) {\n\t\tvar i = 0,\n\t\t\tlen = list.length;\n\t\tfor ( ; i < len; i++ ) {\n\t\t\tif ( list[i] === elem ) {\n\t\t\t\treturn i;\n\t\t\t}\n\t\t}\n\t\treturn -1;\n\t},\n\n\tbooleans = \"checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped\",\n\n\t// Regular expressions\n\n\t// http://www.w3.org/TR/css3-selectors/#whitespace\n\twhitespace = \"[\\\\x20\\\\t\\\\r\\\\n\\\\f]\",\n\n\t// http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier\n\tidentifier = \"(?:\\\\\\\\.|[\\\\w-]|[^\\0-\\\\xa0])+\",\n\n\t// Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors\n\tattributes = \"\\\\[\" + whitespace + \"*(\" + identifier + \")(?:\" + whitespace +\n\t\t// Operator (capture 2)\n\t\t\"*([*^$|!~]?=)\" + whitespace +\n\t\t// \"Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]\"\n\t\t\"*(?:'((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\"|(\" + identifier + \"))|)\" + whitespace +\n\t\t\"*\\\\]\",\n\n\tpseudos = \":(\" + identifier + \")(?:\\\\((\" +\n\t\t// To reduce the number of selectors needing tokenize in the preFilter, prefer arguments:\n\t\t// 1. quoted (capture 3; capture 4 or capture 5)\n\t\t\"('((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\")|\" +\n\t\t// 2. simple (capture 6)\n\t\t\"((?:\\\\\\\\.|[^\\\\\\\\()[\\\\]]|\" + attributes + \")*)|\" +\n\t\t// 3. anything else (capture 2)\n\t\t\".*\" +\n\t\t\")\\\\)|)\",\n\n\t// Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter\n\trwhitespace = new RegExp( whitespace + \"+\", \"g\" ),\n\trtrim = new RegExp( \"^\" + whitespace + \"+|((?:^|[^\\\\\\\\])(?:\\\\\\\\.)*)\" + whitespace + \"+$\", \"g\" ),\n\n\trcomma = new RegExp( \"^\" + whitespace + \"*,\" + whitespace + \"*\" ),\n\trcombinators = new RegExp( \"^\" + whitespace + \"*([>+~]|\" + whitespace + \")\" + whitespace + \"*\" ),\n\trdescend = new RegExp( whitespace + \"|>\" ),\n\n\trpseudo = new RegExp( pseudos ),\n\tridentifier = new RegExp( \"^\" + identifier + \"$\" ),\n\n\tmatchExpr = {\n\t\t\"ID\": new RegExp( \"^#(\" + identifier + \")\" ),\n\t\t\"CLASS\": new RegExp( \"^\\\\.(\" + identifier + \")\" ),\n\t\t\"TAG\": new RegExp( \"^(\" + identifier + \"|[*])\" ),\n\t\t\"ATTR\": new RegExp( \"^\" + attributes ),\n\t\t\"PSEUDO\": new RegExp( \"^\" + pseudos ),\n\t\t\"CHILD\": new RegExp( \"^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\\\(\" + whitespace +\n\t\t\t\"*(even|odd|(([+-]|)(\\\\d*)n|)\" + whitespace + \"*(?:([+-]|)\" + whitespace +\n\t\t\t\"*(\\\\d+)|))\" + whitespace + \"*\\\\)|)\", \"i\" ),\n\t\t\"bool\": new RegExp( \"^(?:\" + booleans + \")$\", \"i\" ),\n\t\t// For use in libraries implementing .is()\n\t\t// We use this for POS matching in `select`\n\t\t\"needsContext\": new RegExp( \"^\" + whitespace + \"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\\\(\" +\n\t\t\twhitespace + \"*((?:-\\\\d)?\\\\d*)\" + whitespace + \"*\\\\)|)(?=[^-]|$)\", \"i\" )\n\t},\n\n\trhtml = /HTML$/i,\n\trinputs = /^(?:input|select|textarea|button)$/i,\n\trheader = /^h\\d$/i,\n\n\trnative = /^[^{]+\\{\\s*\\[native \\w/,\n\n\t// Easily-parseable/retrievable ID or TAG or CLASS selectors\n\trquickExpr = /^(?:#([\\w-]+)|(\\w+)|\\.([\\w-]+))$/,\n\n\trsibling = /[+~]/,\n\n\t// CSS escapes\n\t// http://www.w3.org/TR/CSS21/syndata.html#escaped-characters\n\trunescape = new RegExp( \"\\\\\\\\([\\\\da-f]{1,6}\" + whitespace + \"?|(\" + whitespace + \")|.)\", \"ig\" ),\n\tfunescape = function( _, escaped, escapedWhitespace ) {\n\t\tvar high = \"0x\" + escaped - 0x10000;\n\t\t// NaN means non-codepoint\n\t\t// Support: Firefox<24\n\t\t// Workaround erroneous numeric interpretation of +\"0x\"\n\t\treturn high !== high || escapedWhitespace ?\n\t\t\tescaped :\n\t\t\thigh < 0 ?\n\t\t\t\t// BMP codepoint\n\t\t\t\tString.fromCharCode( high + 0x10000 ) :\n\t\t\t\t// Supplemental Plane codepoint (surrogate pair)\n\t\t\t\tString.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 );\n\t},\n\n\t// CSS string/identifier serialization\n\t// https://drafts.csswg.org/cssom/#common-serializing-idioms\n\trcssescape = /([\\0-\\x1f\\x7f]|^-?\\d)|^-$|[^\\0-\\x1f\\x7f-\\uFFFF\\w-]/g,\n\tfcssescape = function( ch, asCodePoint ) {\n\t\tif ( asCodePoint ) {\n\n\t\t\t// U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER\n\t\t\tif ( ch === \"\\0\" ) {\n\t\t\t\treturn \"\\uFFFD\";\n\t\t\t}\n\n\t\t\t// Control characters and (dependent upon position) numbers get escaped as code points\n\t\t\treturn ch.slice( 0, -1 ) + \"\\\\\" + ch.charCodeAt( ch.length - 1 ).toString( 16 ) + \" \";\n\t\t}\n\n\t\t// Other potentially-special ASCII characters get backslash-escaped\n\t\treturn \"\\\\\" + ch;\n\t},\n\n\t// Used for iframes\n\t// See setDocument()\n\t// Removing the function wrapper causes a \"Permission Denied\"\n\t// error in IE\n\tunloadHandler = function() {\n\t\tsetDocument();\n\t},\n\n\tinDisabledFieldset = addCombinator(\n\t\tfunction( elem ) {\n\t\t\treturn elem.disabled === true && elem.nodeName.toLowerCase() === \"fieldset\";\n\t\t},\n\t\t{ dir: \"parentNode\", next: \"legend\" }\n\t);\n\n// Optimize for push.apply( _, NodeList )\ntry {\n\tpush.apply(\n\t\t(arr = slice.call( preferredDoc.childNodes )),\n\t\tpreferredDoc.childNodes\n\t);\n\t// Support: Android<4.0\n\t// Detect silently failing push.apply\n\tarr[ preferredDoc.childNodes.length ].nodeType;\n} catch ( e ) {\n\tpush = { apply: arr.length ?\n\n\t\t// Leverage slice if possible\n\t\tfunction( target, els ) {\n\t\t\tpush_native.apply( target, slice.call(els) );\n\t\t} :\n\n\t\t// Support: IE<9\n\t\t// Otherwise append directly\n\t\tfunction( target, els ) {\n\t\t\tvar j = target.length,\n\t\t\t\ti = 0;\n\t\t\t// Can't trust NodeList.length\n\t\t\twhile ( (target[j++] = els[i++]) ) {}\n\t\t\ttarget.length = j - 1;\n\t\t}\n\t};\n}\n\nfunction Sizzle( selector, context, results, seed ) {\n\tvar m, i, elem, nid, match, groups, newSelector,\n\t\tnewContext = context && context.ownerDocument,\n\n\t\t// nodeType defaults to 9, since context defaults to document\n\t\tnodeType = context ? context.nodeType : 9;\n\n\tresults = results || [];\n\n\t// Return early from calls with invalid selector or context\n\tif ( typeof selector !== \"string\" || !selector ||\n\t\tnodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) {\n\n\t\treturn results;\n\t}\n\n\t// Try to shortcut find operations (as opposed to filters) in HTML documents\n\tif ( !seed ) {\n\n\t\tif ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) {\n\t\t\tsetDocument( context );\n\t\t}\n\t\tcontext = context || document;\n\n\t\tif ( documentIsHTML ) {\n\n\t\t\t// If the selector is sufficiently simple, try using a \"get*By*\" DOM method\n\t\t\t// (excepting DocumentFragment context, where the methods don't exist)\n\t\t\tif ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) {\n\n\t\t\t\t// ID selector\n\t\t\t\tif ( (m = match[1]) ) {\n\n\t\t\t\t\t// Document context\n\t\t\t\t\tif ( nodeType === 9 ) {\n\t\t\t\t\t\tif ( (elem = context.getElementById( m )) ) {\n\n\t\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t\t// getElementById can match elements by name instead of ID\n\t\t\t\t\t\t\tif ( elem.id === m ) {\n\t\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t// Element context\n\t\t\t\t\t} else {\n\n\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t// getElementById can match elements by name instead of ID\n\t\t\t\t\t\tif ( newContext && (elem = newContext.getElementById( m )) &&\n\t\t\t\t\t\t\tcontains( context, elem ) &&\n\t\t\t\t\t\t\telem.id === m ) {\n\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t// Type selector\n\t\t\t\t} else if ( match[2] ) {\n\t\t\t\t\tpush.apply( results, context.getElementsByTagName( selector ) );\n\t\t\t\t\treturn results;\n\n\t\t\t\t// Class selector\n\t\t\t\t} else if ( (m = match[3]) && support.getElementsByClassName &&\n\t\t\t\t\tcontext.getElementsByClassName ) {\n\n\t\t\t\t\tpush.apply( results, context.getElementsByClassName( m ) );\n\t\t\t\t\treturn results;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Take advantage of querySelectorAll\n\t\t\tif ( support.qsa &&\n\t\t\t\t!nonnativeSelectorCache[ selector + \" \" ] &&\n\t\t\t\t(!rbuggyQSA || !rbuggyQSA.test( selector )) &&\n\n\t\t\t\t// Support: IE 8 only\n\t\t\t\t// Exclude object elements\n\t\t\t\t(nodeType !== 1 || context.nodeName.toLowerCase() !== \"object\") ) {\n\n\t\t\t\tnewSelector = selector;\n\t\t\t\tnewContext = context;\n\n\t\t\t\t// qSA considers elements outside a scoping root when evaluating child or\n\t\t\t\t// descendant combinators, which is not what we want.\n\t\t\t\t// In such cases, we work around the behavior by prefixing every selector in the\n\t\t\t\t// list with an ID selector referencing the scope context.\n\t\t\t\t// Thanks to Andrew Dupont for this technique.\n\t\t\t\tif ( nodeType === 1 && rdescend.test( selector ) ) {\n\n\t\t\t\t\t// Capture the context ID, setting it first if necessary\n\t\t\t\t\tif ( (nid = context.getAttribute( \"id\" )) ) {\n\t\t\t\t\t\tnid = nid.replace( rcssescape, fcssescape );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tcontext.setAttribute( \"id\", (nid = expando) );\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prefix every selector in the list\n\t\t\t\t\tgroups = tokenize( selector );\n\t\t\t\t\ti = groups.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tgroups[i] = \"#\" + nid + \" \" + toSelector( groups[i] );\n\t\t\t\t\t}\n\t\t\t\t\tnewSelector = groups.join( \",\" );\n\n\t\t\t\t\t// Expand context for sibling selectors\n\t\t\t\t\tnewContext = rsibling.test( selector ) && testContext( context.parentNode ) ||\n\t\t\t\t\t\tcontext;\n\t\t\t\t}\n\n\t\t\t\ttry {\n\t\t\t\t\tpush.apply( results,\n\t\t\t\t\t\tnewContext.querySelectorAll( newSelector )\n\t\t\t\t\t);\n\t\t\t\t\treturn results;\n\t\t\t\t} catch ( qsaError ) {\n\t\t\t\t\tnonnativeSelectorCache( selector, true );\n\t\t\t\t} finally {\n\t\t\t\t\tif ( nid === expando ) {\n\t\t\t\t\t\tcontext.removeAttribute( \"id\" );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// All others\n\treturn select( selector.replace( rtrim, \"$1\" ), context, results, seed );\n}\n\n/**\n * Create key-value caches of limited size\n * @returns {function(string, object)} Returns the Object data after storing it on itself with\n *\tproperty name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength)\n *\tdeleting the oldest entry\n */\nfunction createCache() {\n\tvar keys = [];\n\n\tfunction cache( key, value ) {\n\t\t// Use (key + \" \") to avoid collision with native prototype properties (see Issue #157)\n\t\tif ( keys.push( key + \" \" ) > Expr.cacheLength ) {\n\t\t\t// Only keep the most recent entries\n\t\t\tdelete cache[ keys.shift() ];\n\t\t}\n\t\treturn (cache[ key + \" \" ] = value);\n\t}\n\treturn cache;\n}\n\n/**\n * Mark a function for special use by Sizzle\n * @param {Function} fn The function to mark\n */\nfunction markFunction( fn ) {\n\tfn[ expando ] = true;\n\treturn fn;\n}\n\n/**\n * Support testing using an element\n * @param {Function} fn Passed the created element and returns a boolean result\n */\nfunction assert( fn ) {\n\tvar el = document.createElement(\"fieldset\");\n\n\ttry {\n\t\treturn !!fn( el );\n\t} catch (e) {\n\t\treturn false;\n\t} finally {\n\t\t// Remove from its parent by default\n\t\tif ( el.parentNode ) {\n\t\t\tel.parentNode.removeChild( el );\n\t\t}\n\t\t// release memory in IE\n\t\tel = null;\n\t}\n}\n\n/**\n * Adds the same handler for all of the specified attrs\n * @param {String} attrs Pipe-separated list of attributes\n * @param {Function} handler The method that will be applied\n */\nfunction addHandle( attrs, handler ) {\n\tvar arr = attrs.split(\"|\"),\n\t\ti = arr.length;\n\n\twhile ( i-- ) {\n\t\tExpr.attrHandle[ arr[i] ] = handler;\n\t}\n}\n\n/**\n * Checks document order of two siblings\n * @param {Element} a\n * @param {Element} b\n * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b\n */\nfunction siblingCheck( a, b ) {\n\tvar cur = b && a,\n\t\tdiff = cur && a.nodeType === 1 && b.nodeType === 1 &&\n\t\t\ta.sourceIndex - b.sourceIndex;\n\n\t// Use IE sourceIndex if available on both nodes\n\tif ( diff ) {\n\t\treturn diff;\n\t}\n\n\t// Check if b follows a\n\tif ( cur ) {\n\t\twhile ( (cur = cur.nextSibling) ) {\n\t\t\tif ( cur === b ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t}\n\n\treturn a ? 1 : -1;\n}\n\n/**\n * Returns a function to use in pseudos for input types\n * @param {String} type\n */\nfunction createInputPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn name === \"input\" && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for buttons\n * @param {String} type\n */\nfunction createButtonPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn (name === \"input\" || name === \"button\") && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for :enabled/:disabled\n * @param {Boolean} disabled true for :disabled; false for :enabled\n */\nfunction createDisabledPseudo( disabled ) {\n\n\t// Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable\n\treturn function( elem ) {\n\n\t\t// Only certain elements can match :enabled or :disabled\n\t\t// https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled\n\t\t// https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled\n\t\tif ( \"form\" in elem ) {\n\n\t\t\t// Check for inherited disabledness on relevant non-disabled elements:\n\t\t\t// * listed form-associated elements in a disabled fieldset\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#category-listed\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled\n\t\t\t// * option elements in a disabled optgroup\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled\n\t\t\t// All such elements have a \"form\" property.\n\t\t\tif ( elem.parentNode && elem.disabled === false ) {\n\n\t\t\t\t// Option elements defer to a parent optgroup if present\n\t\t\t\tif ( \"label\" in elem ) {\n\t\t\t\t\tif ( \"label\" in elem.parentNode ) {\n\t\t\t\t\t\treturn elem.parentNode.disabled === disabled;\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn elem.disabled === disabled;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Support: IE 6 - 11\n\t\t\t\t// Use the isDisabled shortcut property to check for disabled fieldset ancestors\n\t\t\t\treturn elem.isDisabled === disabled ||\n\n\t\t\t\t\t// Where there is no isDisabled, check manually\n\t\t\t\t\t/* jshint -W018 */\n\t\t\t\t\telem.isDisabled !== !disabled &&\n\t\t\t\t\t\tinDisabledFieldset( elem ) === disabled;\n\t\t\t}\n\n\t\t\treturn elem.disabled === disabled;\n\n\t\t// Try to winnow out elements that can't be disabled before trusting the disabled property.\n\t\t// Some victims get caught in our net (label, legend, menu, track), but it shouldn't\n\t\t// even exist on them, let alone have a boolean value.\n\t\t} else if ( \"label\" in elem ) {\n\t\t\treturn elem.disabled === disabled;\n\t\t}\n\n\t\t// Remaining elements are neither :enabled nor :disabled\n\t\treturn false;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for positionals\n * @param {Function} fn\n */\nfunction createPositionalPseudo( fn ) {\n\treturn markFunction(function( argument ) {\n\t\targument = +argument;\n\t\treturn markFunction(function( seed, matches ) {\n\t\t\tvar j,\n\t\t\t\tmatchIndexes = fn( [], seed.length, argument ),\n\t\t\t\ti = matchIndexes.length;\n\n\t\t\t// Match elements found at the specified indexes\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( seed[ (j = matchIndexes[i]) ] ) {\n\t\t\t\t\tseed[j] = !(matches[j] = seed[j]);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t});\n}\n\n/**\n * Checks a node for validity as a Sizzle context\n * @param {Element|Object=} context\n * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value\n */\nfunction testContext( context ) {\n\treturn context && typeof context.getElementsByTagName !== \"undefined\" && context;\n}\n\n// Expose support vars for convenience\nsupport = Sizzle.support = {};\n\n/**\n * Detects XML nodes\n * @param {Element|Object} elem An element or a document\n * @returns {Boolean} True iff elem is a non-HTML XML node\n */\nisXML = Sizzle.isXML = function( elem ) {\n\tvar namespace = elem.namespaceURI,\n\t\tdocElem = (elem.ownerDocument || elem).documentElement;\n\n\t// Support: IE <=8\n\t// Assume HTML when documentElement doesn't yet exist, such as inside loading iframes\n\t// https://bugs.jquery.com/ticket/4833\n\treturn !rhtml.test( namespace || docElem && docElem.nodeName || \"HTML\" );\n};\n\n/**\n * Sets document-related variables once based on the current document\n * @param {Element|Object} [doc] An element or document object to use to set the document\n * @returns {Object} Returns the current document\n */\nsetDocument = Sizzle.setDocument = function( node ) {\n\tvar hasCompare, subWindow,\n\t\tdoc = node ? node.ownerDocument || node : preferredDoc;\n\n\t// Return early if doc is invalid or already selected\n\tif ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) {\n\t\treturn document;\n\t}\n\n\t// Update global variables\n\tdocument = doc;\n\tdocElem = document.documentElement;\n\tdocumentIsHTML = !isXML( document );\n\n\t// Support: IE 9-11, Edge\n\t// Accessing iframe documents after unload throws \"permission denied\" errors (jQuery #13936)\n\tif ( preferredDoc !== document &&\n\t\t(subWindow = document.defaultView) && subWindow.top !== subWindow ) {\n\n\t\t// Support: IE 11, Edge\n\t\tif ( subWindow.addEventListener ) {\n\t\t\tsubWindow.addEventListener( \"unload\", unloadHandler, false );\n\n\t\t// Support: IE 9 - 10 only\n\t\t} else if ( subWindow.attachEvent ) {\n\t\t\tsubWindow.attachEvent( \"onunload\", unloadHandler );\n\t\t}\n\t}\n\n\t/* Attributes\n\t---------------------------------------------------------------------- */\n\n\t// Support: IE<8\n\t// Verify that getAttribute really returns attributes and not properties\n\t// (excepting IE8 booleans)\n\tsupport.attributes = assert(function( el ) {\n\t\tel.className = \"i\";\n\t\treturn !el.getAttribute(\"className\");\n\t});\n\n\t/* getElement(s)By*\n\t---------------------------------------------------------------------- */\n\n\t// Check if getElementsByTagName(\"*\") returns only elements\n\tsupport.getElementsByTagName = assert(function( el ) {\n\t\tel.appendChild( document.createComment(\"\") );\n\t\treturn !el.getElementsByTagName(\"*\").length;\n\t});\n\n\t// Support: IE<9\n\tsupport.getElementsByClassName = rnative.test( document.getElementsByClassName );\n\n\t// Support: IE<10\n\t// Check if getElementById returns elements by name\n\t// The broken getElementById methods don't pick up programmatically-set names,\n\t// so use a roundabout getElementsByName test\n\tsupport.getById = assert(function( el ) {\n\t\tdocElem.appendChild( el ).id = expando;\n\t\treturn !document.getElementsByName || !document.getElementsByName( expando ).length;\n\t});\n\n\t// ID filter and find\n\tif ( support.getById ) {\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn elem.getAttribute(\"id\") === attrId;\n\t\t\t};\n\t\t};\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar elem = context.getElementById( id );\n\t\t\t\treturn elem ? [ elem ] : [];\n\t\t\t}\n\t\t};\n\t} else {\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\tvar node = typeof elem.getAttributeNode !== \"undefined\" &&\n\t\t\t\t\telem.getAttributeNode(\"id\");\n\t\t\t\treturn node && node.value === attrId;\n\t\t\t};\n\t\t};\n\n\t\t// Support: IE 6 - 7 only\n\t\t// getElementById is not reliable as a find shortcut\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar node, i, elems,\n\t\t\t\t\telem = context.getElementById( id );\n\n\t\t\t\tif ( elem ) {\n\n\t\t\t\t\t// Verify the id attribute\n\t\t\t\t\tnode = elem.getAttributeNode(\"id\");\n\t\t\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t}\n\n\t\t\t\t\t// Fall back on getElementsByName\n\t\t\t\t\telems = context.getElementsByName( id );\n\t\t\t\t\ti = 0;\n\t\t\t\t\twhile ( (elem = elems[i++]) ) {\n\t\t\t\t\t\tnode = elem.getAttributeNode(\"id\");\n\t\t\t\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn [];\n\t\t\t}\n\t\t};\n\t}\n\n\t// Tag\n\tExpr.find[\"TAG\"] = support.getElementsByTagName ?\n\t\tfunction( tag, context ) {\n\t\t\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\t\t\treturn context.getElementsByTagName( tag );\n\n\t\t\t// DocumentFragment nodes don't have gEBTN\n\t\t\t} else if ( support.qsa ) {\n\t\t\t\treturn context.querySelectorAll( tag );\n\t\t\t}\n\t\t} :\n\n\t\tfunction( tag, context ) {\n\t\t\tvar elem,\n\t\t\t\ttmp = [],\n\t\t\t\ti = 0,\n\t\t\t\t// By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too\n\t\t\t\tresults = context.getElementsByTagName( tag );\n\n\t\t\t// Filter out possible comments\n\t\t\tif ( tag === \"*\" ) {\n\t\t\t\twhile ( (elem = results[i++]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\ttmp.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn tmp;\n\t\t\t}\n\t\t\treturn results;\n\t\t};\n\n\t// Class\n\tExpr.find[\"CLASS\"] = support.getElementsByClassName && function( className, context ) {\n\t\tif ( typeof context.getElementsByClassName !== \"undefined\" && documentIsHTML ) {\n\t\t\treturn context.getElementsByClassName( className );\n\t\t}\n\t};\n\n\t/* QSA/matchesSelector\n\t---------------------------------------------------------------------- */\n\n\t// QSA and matchesSelector support\n\n\t// matchesSelector(:active) reports false when true (IE9/Opera 11.5)\n\trbuggyMatches = [];\n\n\t// qSa(:focus) reports false when true (Chrome 21)\n\t// We allow this because of a bug in IE8/9 that throws an error\n\t// whenever `document.activeElement` is accessed on an iframe\n\t// So, we allow :focus to pass through QSA all the time to avoid the IE error\n\t// See https://bugs.jquery.com/ticket/13378\n\trbuggyQSA = [];\n\n\tif ( (support.qsa = rnative.test( document.querySelectorAll )) ) {\n\t\t// Build QSA regex\n\t\t// Regex strategy adopted from Diego Perini\n\t\tassert(function( el ) {\n\t\t\t// Select is set to empty string on purpose\n\t\t\t// This is to test IE's treatment of not explicitly\n\t\t\t// setting a boolean content attribute,\n\t\t\t// since its presence should be enough\n\t\t\t// https://bugs.jquery.com/ticket/12359\n\t\t\tdocElem.appendChild( el ).innerHTML = \"\" +\n\t\t\t\t\"\";\n\n\t\t\t// Support: IE8, Opera 11-12.16\n\t\t\t// Nothing should be selected when empty strings follow ^= or $= or *=\n\t\t\t// The test attribute must be unknown in Opera but \"safe\" for WinRT\n\t\t\t// https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section\n\t\t\tif ( el.querySelectorAll(\"[msallowcapture^='']\").length ) {\n\t\t\t\trbuggyQSA.push( \"[*^$]=\" + whitespace + \"*(?:''|\\\"\\\")\" );\n\t\t\t}\n\n\t\t\t// Support: IE8\n\t\t\t// Boolean attributes and \"value\" are not treated correctly\n\t\t\tif ( !el.querySelectorAll(\"[selected]\").length ) {\n\t\t\t\trbuggyQSA.push( \"\\\\[\" + whitespace + \"*(?:value|\" + booleans + \")\" );\n\t\t\t}\n\n\t\t\t// Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+\n\t\t\tif ( !el.querySelectorAll( \"[id~=\" + expando + \"-]\" ).length ) {\n\t\t\t\trbuggyQSA.push(\"~=\");\n\t\t\t}\n\n\t\t\t// Webkit/Opera - :checked should return selected option elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( !el.querySelectorAll(\":checked\").length ) {\n\t\t\t\trbuggyQSA.push(\":checked\");\n\t\t\t}\n\n\t\t\t// Support: Safari 8+, iOS 8+\n\t\t\t// https://bugs.webkit.org/show_bug.cgi?id=136851\n\t\t\t// In-page `selector#id sibling-combinator selector` fails\n\t\t\tif ( !el.querySelectorAll( \"a#\" + expando + \"+*\" ).length ) {\n\t\t\t\trbuggyQSA.push(\".#.+[+~]\");\n\t\t\t}\n\t\t});\n\n\t\tassert(function( el ) {\n\t\t\tel.innerHTML = \"\" +\n\t\t\t\t\"\";\n\n\t\t\t// Support: Windows 8 Native Apps\n\t\t\t// The type and name attributes are restricted during .innerHTML assignment\n\t\t\tvar input = document.createElement(\"input\");\n\t\t\tinput.setAttribute( \"type\", \"hidden\" );\n\t\t\tel.appendChild( input ).setAttribute( \"name\", \"D\" );\n\n\t\t\t// Support: IE8\n\t\t\t// Enforce case-sensitivity of name attribute\n\t\t\tif ( el.querySelectorAll(\"[name=d]\").length ) {\n\t\t\t\trbuggyQSA.push( \"name\" + whitespace + \"*[*^$|!~]?=\" );\n\t\t\t}\n\n\t\t\t// FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( el.querySelectorAll(\":enabled\").length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Support: IE9-11+\n\t\t\t// IE's :disabled selector does not pick up the children of disabled fieldsets\n\t\t\tdocElem.appendChild( el ).disabled = true;\n\t\t\tif ( el.querySelectorAll(\":disabled\").length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Opera 10-11 does not throw on post-comma invalid pseudos\n\t\t\tel.querySelectorAll(\"*,:x\");\n\t\t\trbuggyQSA.push(\",.*:\");\n\t\t});\n\t}\n\n\tif ( (support.matchesSelector = rnative.test( (matches = docElem.matches ||\n\t\tdocElem.webkitMatchesSelector ||\n\t\tdocElem.mozMatchesSelector ||\n\t\tdocElem.oMatchesSelector ||\n\t\tdocElem.msMatchesSelector) )) ) {\n\n\t\tassert(function( el ) {\n\t\t\t// Check to see if it's possible to do matchesSelector\n\t\t\t// on a disconnected node (IE 9)\n\t\t\tsupport.disconnectedMatch = matches.call( el, \"*\" );\n\n\t\t\t// This should fail with an exception\n\t\t\t// Gecko does not error, returns false instead\n\t\t\tmatches.call( el, \"[s!='']:x\" );\n\t\t\trbuggyMatches.push( \"!=\", pseudos );\n\t\t});\n\t}\n\n\trbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join(\"|\") );\n\trbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join(\"|\") );\n\n\t/* Contains\n\t---------------------------------------------------------------------- */\n\thasCompare = rnative.test( docElem.compareDocumentPosition );\n\n\t// Element contains another\n\t// Purposefully self-exclusive\n\t// As in, an element does not contain itself\n\tcontains = hasCompare || rnative.test( docElem.contains ) ?\n\t\tfunction( a, b ) {\n\t\t\tvar adown = a.nodeType === 9 ? a.documentElement : a,\n\t\t\t\tbup = b && b.parentNode;\n\t\t\treturn a === bup || !!( bup && bup.nodeType === 1 && (\n\t\t\t\tadown.contains ?\n\t\t\t\t\tadown.contains( bup ) :\n\t\t\t\t\ta.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16\n\t\t\t));\n\t\t} :\n\t\tfunction( a, b ) {\n\t\t\tif ( b ) {\n\t\t\t\twhile ( (b = b.parentNode) ) {\n\t\t\t\t\tif ( b === a ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n\n\t/* Sorting\n\t---------------------------------------------------------------------- */\n\n\t// Document order sorting\n\tsortOrder = hasCompare ?\n\tfunction( a, b ) {\n\n\t\t// Flag for duplicate removal\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\t// Sort on method existence if only one input has compareDocumentPosition\n\t\tvar compare = !a.compareDocumentPosition - !b.compareDocumentPosition;\n\t\tif ( compare ) {\n\t\t\treturn compare;\n\t\t}\n\n\t\t// Calculate position if both inputs belong to the same document\n\t\tcompare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ?\n\t\t\ta.compareDocumentPosition( b ) :\n\n\t\t\t// Otherwise we know they are disconnected\n\t\t\t1;\n\n\t\t// Disconnected nodes\n\t\tif ( compare & 1 ||\n\t\t\t(!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) {\n\n\t\t\t// Choose the first element that is related to our preferred document\n\t\t\tif ( a === document || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t\tif ( b === document || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\t// Maintain original order\n\t\t\treturn sortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\t\t}\n\n\t\treturn compare & 4 ? -1 : 1;\n\t} :\n\tfunction( a, b ) {\n\t\t// Exit early if the nodes are identical\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\taup = a.parentNode,\n\t\t\tbup = b.parentNode,\n\t\t\tap = [ a ],\n\t\t\tbp = [ b ];\n\n\t\t// Parentless nodes are either documents or disconnected\n\t\tif ( !aup || !bup ) {\n\t\t\treturn a === document ? -1 :\n\t\t\t\tb === document ? 1 :\n\t\t\t\taup ? -1 :\n\t\t\t\tbup ? 1 :\n\t\t\t\tsortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\n\t\t// If the nodes are siblings, we can do a quick check\n\t\t} else if ( aup === bup ) {\n\t\t\treturn siblingCheck( a, b );\n\t\t}\n\n\t\t// Otherwise we need full lists of their ancestors for comparison\n\t\tcur = a;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tap.unshift( cur );\n\t\t}\n\t\tcur = b;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tbp.unshift( cur );\n\t\t}\n\n\t\t// Walk down the tree looking for a discrepancy\n\t\twhile ( ap[i] === bp[i] ) {\n\t\t\ti++;\n\t\t}\n\n\t\treturn i ?\n\t\t\t// Do a sibling check if the nodes have a common ancestor\n\t\t\tsiblingCheck( ap[i], bp[i] ) :\n\n\t\t\t// Otherwise nodes in our document sort first\n\t\t\tap[i] === preferredDoc ? -1 :\n\t\t\tbp[i] === preferredDoc ? 1 :\n\t\t\t0;\n\t};\n\n\treturn document;\n};\n\nSizzle.matches = function( expr, elements ) {\n\treturn Sizzle( expr, null, null, elements );\n};\n\nSizzle.matchesSelector = function( elem, expr ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\tif ( support.matchesSelector && documentIsHTML &&\n\t\t!nonnativeSelectorCache[ expr + \" \" ] &&\n\t\t( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&\n\t\t( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) {\n\n\t\ttry {\n\t\t\tvar ret = matches.call( elem, expr );\n\n\t\t\t// IE 9's matchesSelector returns false on disconnected nodes\n\t\t\tif ( ret || support.disconnectedMatch ||\n\t\t\t\t\t// As well, disconnected nodes are said to be in a document\n\t\t\t\t\t// fragment in IE 9\n\t\t\t\t\telem.document && elem.document.nodeType !== 11 ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\t\t} catch (e) {\n\t\t\tnonnativeSelectorCache( expr, true );\n\t\t}\n\t}\n\n\treturn Sizzle( expr, document, null, [ elem ] ).length > 0;\n};\n\nSizzle.contains = function( context, elem ) {\n\t// Set document vars if needed\n\tif ( ( context.ownerDocument || context ) !== document ) {\n\t\tsetDocument( context );\n\t}\n\treturn contains( context, elem );\n};\n\nSizzle.attr = function( elem, name ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\tvar fn = Expr.attrHandle[ name.toLowerCase() ],\n\t\t// Don't get fooled by Object.prototype properties (jQuery #13807)\n\t\tval = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ?\n\t\t\tfn( elem, name, !documentIsHTML ) :\n\t\t\tundefined;\n\n\treturn val !== undefined ?\n\t\tval :\n\t\tsupport.attributes || !documentIsHTML ?\n\t\t\telem.getAttribute( name ) :\n\t\t\t(val = elem.getAttributeNode(name)) && val.specified ?\n\t\t\t\tval.value :\n\t\t\t\tnull;\n};\n\nSizzle.escape = function( sel ) {\n\treturn (sel + \"\").replace( rcssescape, fcssescape );\n};\n\nSizzle.error = function( msg ) {\n\tthrow new Error( \"Syntax error, unrecognized expression: \" + msg );\n};\n\n/**\n * Document sorting and removing duplicates\n * @param {ArrayLike} results\n */\nSizzle.uniqueSort = function( results ) {\n\tvar elem,\n\t\tduplicates = [],\n\t\tj = 0,\n\t\ti = 0;\n\n\t// Unless we *know* we can detect duplicates, assume their presence\n\thasDuplicate = !support.detectDuplicates;\n\tsortInput = !support.sortStable && results.slice( 0 );\n\tresults.sort( sortOrder );\n\n\tif ( hasDuplicate ) {\n\t\twhile ( (elem = results[i++]) ) {\n\t\t\tif ( elem === results[ i ] ) {\n\t\t\t\tj = duplicates.push( i );\n\t\t\t}\n\t\t}\n\t\twhile ( j-- ) {\n\t\t\tresults.splice( duplicates[ j ], 1 );\n\t\t}\n\t}\n\n\t// Clear input after sorting to release objects\n\t// See https://github.com/jquery/sizzle/pull/225\n\tsortInput = null;\n\n\treturn results;\n};\n\n/**\n * Utility function for retrieving the text value of an array of DOM nodes\n * @param {Array|Element} elem\n */\ngetText = Sizzle.getText = function( elem ) {\n\tvar node,\n\t\tret = \"\",\n\t\ti = 0,\n\t\tnodeType = elem.nodeType;\n\n\tif ( !nodeType ) {\n\t\t// If no nodeType, this is expected to be an array\n\t\twhile ( (node = elem[i++]) ) {\n\t\t\t// Do not traverse comment nodes\n\t\t\tret += getText( node );\n\t\t}\n\t} else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {\n\t\t// Use textContent for elements\n\t\t// innerText usage removed for consistency of new lines (jQuery #11153)\n\t\tif ( typeof elem.textContent === \"string\" ) {\n\t\t\treturn elem.textContent;\n\t\t} else {\n\t\t\t// Traverse its children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tret += getText( elem );\n\t\t\t}\n\t\t}\n\t} else if ( nodeType === 3 || nodeType === 4 ) {\n\t\treturn elem.nodeValue;\n\t}\n\t// Do not include comment or processing instruction nodes\n\n\treturn ret;\n};\n\nExpr = Sizzle.selectors = {\n\n\t// Can be adjusted by the user\n\tcacheLength: 50,\n\n\tcreatePseudo: markFunction,\n\n\tmatch: matchExpr,\n\n\tattrHandle: {},\n\n\tfind: {},\n\n\trelative: {\n\t\t\">\": { dir: \"parentNode\", first: true },\n\t\t\" \": { dir: \"parentNode\" },\n\t\t\"+\": { dir: \"previousSibling\", first: true },\n\t\t\"~\": { dir: \"previousSibling\" }\n\t},\n\n\tpreFilter: {\n\t\t\"ATTR\": function( match ) {\n\t\t\tmatch[1] = match[1].replace( runescape, funescape );\n\n\t\t\t// Move the given value to match[3] whether quoted or unquoted\n\t\t\tmatch[3] = ( match[3] || match[4] || match[5] || \"\" ).replace( runescape, funescape );\n\n\t\t\tif ( match[2] === \"~=\" ) {\n\t\t\t\tmatch[3] = \" \" + match[3] + \" \";\n\t\t\t}\n\n\t\t\treturn match.slice( 0, 4 );\n\t\t},\n\n\t\t\"CHILD\": function( match ) {\n\t\t\t/* matches from matchExpr[\"CHILD\"]\n\t\t\t\t1 type (only|nth|...)\n\t\t\t\t2 what (child|of-type)\n\t\t\t\t3 argument (even|odd|\\d*|\\d*n([+-]\\d+)?|...)\n\t\t\t\t4 xn-component of xn+y argument ([+-]?\\d*n|)\n\t\t\t\t5 sign of xn-component\n\t\t\t\t6 x of xn-component\n\t\t\t\t7 sign of y-component\n\t\t\t\t8 y of y-component\n\t\t\t*/\n\t\t\tmatch[1] = match[1].toLowerCase();\n\n\t\t\tif ( match[1].slice( 0, 3 ) === \"nth\" ) {\n\t\t\t\t// nth-* requires argument\n\t\t\t\tif ( !match[3] ) {\n\t\t\t\t\tSizzle.error( match[0] );\n\t\t\t\t}\n\n\t\t\t\t// numeric x and y parameters for Expr.filter.CHILD\n\t\t\t\t// remember that false/true cast respectively to 0/1\n\t\t\t\tmatch[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === \"even\" || match[3] === \"odd\" ) );\n\t\t\t\tmatch[5] = +( ( match[7] + match[8] ) || match[3] === \"odd\" );\n\n\t\t\t// other types prohibit arguments\n\t\t\t} else if ( match[3] ) {\n\t\t\t\tSizzle.error( match[0] );\n\t\t\t}\n\n\t\t\treturn match;\n\t\t},\n\n\t\t\"PSEUDO\": function( match ) {\n\t\t\tvar excess,\n\t\t\t\tunquoted = !match[6] && match[2];\n\n\t\t\tif ( matchExpr[\"CHILD\"].test( match[0] ) ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\t// Accept quoted arguments as-is\n\t\t\tif ( match[3] ) {\n\t\t\t\tmatch[2] = match[4] || match[5] || \"\";\n\n\t\t\t// Strip excess characters from unquoted arguments\n\t\t\t} else if ( unquoted && rpseudo.test( unquoted ) &&\n\t\t\t\t// Get excess from tokenize (recursively)\n\t\t\t\t(excess = tokenize( unquoted, true )) &&\n\t\t\t\t// advance to the next closing parenthesis\n\t\t\t\t(excess = unquoted.indexOf( \")\", unquoted.length - excess ) - unquoted.length) ) {\n\n\t\t\t\t// excess is a negative index\n\t\t\t\tmatch[0] = match[0].slice( 0, excess );\n\t\t\t\tmatch[2] = unquoted.slice( 0, excess );\n\t\t\t}\n\n\t\t\t// Return only captures needed by the pseudo filter method (type and argument)\n\t\t\treturn match.slice( 0, 3 );\n\t\t}\n\t},\n\n\tfilter: {\n\n\t\t\"TAG\": function( nodeNameSelector ) {\n\t\t\tvar nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn nodeNameSelector === \"*\" ?\n\t\t\t\tfunction() { return true; } :\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn elem.nodeName && elem.nodeName.toLowerCase() === nodeName;\n\t\t\t\t};\n\t\t},\n\n\t\t\"CLASS\": function( className ) {\n\t\t\tvar pattern = classCache[ className + \" \" ];\n\n\t\t\treturn pattern ||\n\t\t\t\t(pattern = new RegExp( \"(^|\" + whitespace + \")\" + className + \"(\" + whitespace + \"|$)\" )) &&\n\t\t\t\tclassCache( className, function( elem ) {\n\t\t\t\t\treturn pattern.test( typeof elem.className === \"string\" && elem.className || typeof elem.getAttribute !== \"undefined\" && elem.getAttribute(\"class\") || \"\" );\n\t\t\t\t});\n\t\t},\n\n\t\t\"ATTR\": function( name, operator, check ) {\n\t\t\treturn function( elem ) {\n\t\t\t\tvar result = Sizzle.attr( elem, name );\n\n\t\t\t\tif ( result == null ) {\n\t\t\t\t\treturn operator === \"!=\";\n\t\t\t\t}\n\t\t\t\tif ( !operator ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\n\t\t\t\tresult += \"\";\n\n\t\t\t\treturn operator === \"=\" ? result === check :\n\t\t\t\t\toperator === \"!=\" ? result !== check :\n\t\t\t\t\toperator === \"^=\" ? check && result.indexOf( check ) === 0 :\n\t\t\t\t\toperator === \"*=\" ? check && result.indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"$=\" ? check && result.slice( -check.length ) === check :\n\t\t\t\t\toperator === \"~=\" ? ( \" \" + result.replace( rwhitespace, \" \" ) + \" \" ).indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"|=\" ? result === check || result.slice( 0, check.length + 1 ) === check + \"-\" :\n\t\t\t\t\tfalse;\n\t\t\t};\n\t\t},\n\n\t\t\"CHILD\": function( type, what, argument, first, last ) {\n\t\t\tvar simple = type.slice( 0, 3 ) !== \"nth\",\n\t\t\t\tforward = type.slice( -4 ) !== \"last\",\n\t\t\t\tofType = what === \"of-type\";\n\n\t\t\treturn first === 1 && last === 0 ?\n\n\t\t\t\t// Shortcut for :nth-*(n)\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn !!elem.parentNode;\n\t\t\t\t} :\n\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tvar cache, uniqueCache, outerCache, node, nodeIndex, start,\n\t\t\t\t\t\tdir = simple !== forward ? \"nextSibling\" : \"previousSibling\",\n\t\t\t\t\t\tparent = elem.parentNode,\n\t\t\t\t\t\tname = ofType && elem.nodeName.toLowerCase(),\n\t\t\t\t\t\tuseCache = !xml && !ofType,\n\t\t\t\t\t\tdiff = false;\n\n\t\t\t\t\tif ( parent ) {\n\n\t\t\t\t\t\t// :(first|last|only)-(child|of-type)\n\t\t\t\t\t\tif ( simple ) {\n\t\t\t\t\t\t\twhile ( dir ) {\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\twhile ( (node = node[ dir ]) ) {\n\t\t\t\t\t\t\t\t\tif ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) {\n\n\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t// Reverse direction for :only-* (if we haven't yet done so)\n\t\t\t\t\t\t\t\tstart = dir = type === \"only\" && !start && \"nextSibling\";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tstart = [ forward ? parent.firstChild : parent.lastChild ];\n\n\t\t\t\t\t\t// non-xml :nth-child(...) stores cache data on `parent`\n\t\t\t\t\t\tif ( forward && useCache ) {\n\n\t\t\t\t\t\t\t// Seek `elem` from a previously-cached index\n\n\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\tnode = parent;\n\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\tcache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\tdiff = nodeIndex && cache[ 2 ];\n\t\t\t\t\t\t\tnode = nodeIndex && parent.childNodes[ nodeIndex ];\n\n\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\n\t\t\t\t\t\t\t\t// Fallback to seeking `elem` from the start\n\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\t// When found, cache indexes on `parent` and break\n\t\t\t\t\t\t\t\tif ( node.nodeType === 1 && ++diff && node === elem ) {\n\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, nodeIndex, diff ];\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Use previously-cached element index if available\n\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\t\tcache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\t\tdiff = nodeIndex;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t// xml :nth-child(...)\n\t\t\t\t\t\t\t// or :nth-last-child(...) or :nth(-last)?-of-type(...)\n\t\t\t\t\t\t\tif ( diff === false ) {\n\t\t\t\t\t\t\t\t// Use the same loop as above to seek `elem` from the start\n\t\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\t\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\t\tif ( ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) &&\n\t\t\t\t\t\t\t\t\t\t++diff ) {\n\n\t\t\t\t\t\t\t\t\t\t// Cache the index of each encountered element\n\t\t\t\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, diff ];\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tif ( node === elem ) {\n\t\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Incorporate the offset, then check against cycle size\n\t\t\t\t\t\tdiff -= last;\n\t\t\t\t\t\treturn diff === first || ( diff % first === 0 && diff / first >= 0 );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t},\n\n\t\t\"PSEUDO\": function( pseudo, argument ) {\n\t\t\t// pseudo-class names are case-insensitive\n\t\t\t// http://www.w3.org/TR/selectors/#pseudo-classes\n\t\t\t// Prioritize by case sensitivity in case custom pseudos are added with uppercase letters\n\t\t\t// Remember that setFilters inherits from pseudos\n\t\t\tvar args,\n\t\t\t\tfn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||\n\t\t\t\t\tSizzle.error( \"unsupported pseudo: \" + pseudo );\n\n\t\t\t// The user may use createPseudo to indicate that\n\t\t\t// arguments are needed to create the filter function\n\t\t\t// just as Sizzle does\n\t\t\tif ( fn[ expando ] ) {\n\t\t\t\treturn fn( argument );\n\t\t\t}\n\n\t\t\t// But maintain support for old signatures\n\t\t\tif ( fn.length > 1 ) {\n\t\t\t\targs = [ pseudo, pseudo, \"\", argument ];\n\t\t\t\treturn Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?\n\t\t\t\t\tmarkFunction(function( seed, matches ) {\n\t\t\t\t\t\tvar idx,\n\t\t\t\t\t\t\tmatched = fn( seed, argument ),\n\t\t\t\t\t\t\ti = matched.length;\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tidx = indexOf( seed, matched[i] );\n\t\t\t\t\t\t\tseed[ idx ] = !( matches[ idx ] = matched[i] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}) :\n\t\t\t\t\tfunction( elem ) {\n\t\t\t\t\t\treturn fn( elem, 0, args );\n\t\t\t\t\t};\n\t\t\t}\n\n\t\t\treturn fn;\n\t\t}\n\t},\n\n\tpseudos: {\n\t\t// Potentially complex pseudos\n\t\t\"not\": markFunction(function( selector ) {\n\t\t\t// Trim the selector passed to compile\n\t\t\t// to avoid treating leading and trailing\n\t\t\t// spaces as combinators\n\t\t\tvar input = [],\n\t\t\t\tresults = [],\n\t\t\t\tmatcher = compile( selector.replace( rtrim, \"$1\" ) );\n\n\t\t\treturn matcher[ expando ] ?\n\t\t\t\tmarkFunction(function( seed, matches, context, xml ) {\n\t\t\t\t\tvar elem,\n\t\t\t\t\t\tunmatched = matcher( seed, null, xml, [] ),\n\t\t\t\t\t\ti = seed.length;\n\n\t\t\t\t\t// Match elements unmatched by `matcher`\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = unmatched[i]) ) {\n\t\t\t\t\t\t\tseed[i] = !(matches[i] = elem);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}) :\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tinput[0] = elem;\n\t\t\t\t\tmatcher( input, null, xml, results );\n\t\t\t\t\t// Don't keep the element (issue #299)\n\t\t\t\t\tinput[0] = null;\n\t\t\t\t\treturn !results.pop();\n\t\t\t\t};\n\t\t}),\n\n\t\t\"has\": markFunction(function( selector ) {\n\t\t\treturn function( elem ) {\n\t\t\t\treturn Sizzle( selector, elem ).length > 0;\n\t\t\t};\n\t\t}),\n\n\t\t\"contains\": markFunction(function( text ) {\n\t\t\ttext = text.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn ( elem.textContent || getText( elem ) ).indexOf( text ) > -1;\n\t\t\t};\n\t\t}),\n\n\t\t// \"Whether an element is represented by a :lang() selector\n\t\t// is based solely on the element's language value\n\t\t// being equal to the identifier C,\n\t\t// or beginning with the identifier C immediately followed by \"-\".\n\t\t// The matching of C against the element's language value is performed case-insensitively.\n\t\t// The identifier C does not have to be a valid language name.\"\n\t\t// http://www.w3.org/TR/selectors/#lang-pseudo\n\t\t\"lang\": markFunction( function( lang ) {\n\t\t\t// lang value must be a valid identifier\n\t\t\tif ( !ridentifier.test(lang || \"\") ) {\n\t\t\t\tSizzle.error( \"unsupported lang: \" + lang );\n\t\t\t}\n\t\t\tlang = lang.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn function( elem ) {\n\t\t\t\tvar elemLang;\n\t\t\t\tdo {\n\t\t\t\t\tif ( (elemLang = documentIsHTML ?\n\t\t\t\t\t\telem.lang :\n\t\t\t\t\t\telem.getAttribute(\"xml:lang\") || elem.getAttribute(\"lang\")) ) {\n\n\t\t\t\t\t\telemLang = elemLang.toLowerCase();\n\t\t\t\t\t\treturn elemLang === lang || elemLang.indexOf( lang + \"-\" ) === 0;\n\t\t\t\t\t}\n\t\t\t\t} while ( (elem = elem.parentNode) && elem.nodeType === 1 );\n\t\t\t\treturn false;\n\t\t\t};\n\t\t}),\n\n\t\t// Miscellaneous\n\t\t\"target\": function( elem ) {\n\t\t\tvar hash = window.location && window.location.hash;\n\t\t\treturn hash && hash.slice( 1 ) === elem.id;\n\t\t},\n\n\t\t\"root\": function( elem ) {\n\t\t\treturn elem === docElem;\n\t\t},\n\n\t\t\"focus\": function( elem ) {\n\t\t\treturn elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex);\n\t\t},\n\n\t\t// Boolean properties\n\t\t\"enabled\": createDisabledPseudo( false ),\n\t\t\"disabled\": createDisabledPseudo( true ),\n\n\t\t\"checked\": function( elem ) {\n\t\t\t// In CSS3, :checked should return both checked and selected elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\tvar nodeName = elem.nodeName.toLowerCase();\n\t\t\treturn (nodeName === \"input\" && !!elem.checked) || (nodeName === \"option\" && !!elem.selected);\n\t\t},\n\n\t\t\"selected\": function( elem ) {\n\t\t\t// Accessing this property makes selected-by-default\n\t\t\t// options in Safari work properly\n\t\t\tif ( elem.parentNode ) {\n\t\t\t\telem.parentNode.selectedIndex;\n\t\t\t}\n\n\t\t\treturn elem.selected === true;\n\t\t},\n\n\t\t// Contents\n\t\t\"empty\": function( elem ) {\n\t\t\t// http://www.w3.org/TR/selectors/#empty-pseudo\n\t\t\t// :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5),\n\t\t\t// but not by others (comment: 8; processing instruction: 7; etc.)\n\t\t\t// nodeType < 6 works because attributes (2) do not appear as children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tif ( elem.nodeType < 6 ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t},\n\n\t\t\"parent\": function( elem ) {\n\t\t\treturn !Expr.pseudos[\"empty\"]( elem );\n\t\t},\n\n\t\t// Element/input types\n\t\t\"header\": function( elem ) {\n\t\t\treturn rheader.test( elem.nodeName );\n\t\t},\n\n\t\t\"input\": function( elem ) {\n\t\t\treturn rinputs.test( elem.nodeName );\n\t\t},\n\n\t\t\"button\": function( elem ) {\n\t\t\tvar name = elem.nodeName.toLowerCase();\n\t\t\treturn name === \"input\" && elem.type === \"button\" || name === \"button\";\n\t\t},\n\n\t\t\"text\": function( elem ) {\n\t\t\tvar attr;\n\t\t\treturn elem.nodeName.toLowerCase() === \"input\" &&\n\t\t\t\telem.type === \"text\" &&\n\n\t\t\t\t// Support: IE<8\n\t\t\t\t// New HTML5 attribute values (e.g., \"search\") appear with elem.type === \"text\"\n\t\t\t\t( (attr = elem.getAttribute(\"type\")) == null || attr.toLowerCase() === \"text\" );\n\t\t},\n\n\t\t// Position-in-collection\n\t\t\"first\": createPositionalPseudo(function() {\n\t\t\treturn [ 0 ];\n\t\t}),\n\n\t\t\"last\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\treturn [ length - 1 ];\n\t\t}),\n\n\t\t\"eq\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\treturn [ argument < 0 ? argument + length : argument ];\n\t\t}),\n\n\t\t\"even\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"odd\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 1;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"lt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ?\n\t\t\t\targument + length :\n\t\t\t\targument > length ?\n\t\t\t\t\tlength :\n\t\t\t\t\targument;\n\t\t\tfor ( ; --i >= 0; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"gt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; ++i < length; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t})\n\t}\n};\n\nExpr.pseudos[\"nth\"] = Expr.pseudos[\"eq\"];\n\n// Add button/input type pseudos\nfor ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) {\n\tExpr.pseudos[ i ] = createInputPseudo( i );\n}\nfor ( i in { submit: true, reset: true } ) {\n\tExpr.pseudos[ i ] = createButtonPseudo( i );\n}\n\n// Easy API for creating new setFilters\nfunction setFilters() {}\nsetFilters.prototype = Expr.filters = Expr.pseudos;\nExpr.setFilters = new setFilters();\n\ntokenize = Sizzle.tokenize = function( selector, parseOnly ) {\n\tvar matched, match, tokens, type,\n\t\tsoFar, groups, preFilters,\n\t\tcached = tokenCache[ selector + \" \" ];\n\n\tif ( cached ) {\n\t\treturn parseOnly ? 0 : cached.slice( 0 );\n\t}\n\n\tsoFar = selector;\n\tgroups = [];\n\tpreFilters = Expr.preFilter;\n\n\twhile ( soFar ) {\n\n\t\t// Comma and first run\n\t\tif ( !matched || (match = rcomma.exec( soFar )) ) {\n\t\t\tif ( match ) {\n\t\t\t\t// Don't consume trailing commas as valid\n\t\t\t\tsoFar = soFar.slice( match[0].length ) || soFar;\n\t\t\t}\n\t\t\tgroups.push( (tokens = []) );\n\t\t}\n\n\t\tmatched = false;\n\n\t\t// Combinators\n\t\tif ( (match = rcombinators.exec( soFar )) ) {\n\t\t\tmatched = match.shift();\n\t\t\ttokens.push({\n\t\t\t\tvalue: matched,\n\t\t\t\t// Cast descendant combinators to space\n\t\t\t\ttype: match[0].replace( rtrim, \" \" )\n\t\t\t});\n\t\t\tsoFar = soFar.slice( matched.length );\n\t\t}\n\n\t\t// Filters\n\t\tfor ( type in Expr.filter ) {\n\t\t\tif ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] ||\n\t\t\t\t(match = preFilters[ type ]( match ))) ) {\n\t\t\t\tmatched = match.shift();\n\t\t\t\ttokens.push({\n\t\t\t\t\tvalue: matched,\n\t\t\t\t\ttype: type,\n\t\t\t\t\tmatches: match\n\t\t\t\t});\n\t\t\t\tsoFar = soFar.slice( matched.length );\n\t\t\t}\n\t\t}\n\n\t\tif ( !matched ) {\n\t\t\tbreak;\n\t\t}\n\t}\n\n\t// Return the length of the invalid excess\n\t// if we're just parsing\n\t// Otherwise, throw an error or return tokens\n\treturn parseOnly ?\n\t\tsoFar.length :\n\t\tsoFar ?\n\t\t\tSizzle.error( selector ) :\n\t\t\t// Cache the tokens\n\t\t\ttokenCache( selector, groups ).slice( 0 );\n};\n\nfunction toSelector( tokens ) {\n\tvar i = 0,\n\t\tlen = tokens.length,\n\t\tselector = \"\";\n\tfor ( ; i < len; i++ ) {\n\t\tselector += tokens[i].value;\n\t}\n\treturn selector;\n}\n\nfunction addCombinator( matcher, combinator, base ) {\n\tvar dir = combinator.dir,\n\t\tskip = combinator.next,\n\t\tkey = skip || dir,\n\t\tcheckNonElements = base && key === \"parentNode\",\n\t\tdoneName = done++;\n\n\treturn combinator.first ?\n\t\t// Check against closest ancestor/preceding element\n\t\tfunction( elem, context, xml ) {\n\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\treturn matcher( elem, context, xml );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t} :\n\n\t\t// Check against all ancestor/preceding elements\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar oldCache, uniqueCache, outerCache,\n\t\t\t\tnewCache = [ dirruns, doneName ];\n\n\t\t\t// We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching\n\t\t\tif ( xml ) {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\tif ( matcher( elem, context, xml ) ) {\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\touterCache = elem[ expando ] || (elem[ expando ] = {});\n\n\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\tuniqueCache = outerCache[ elem.uniqueID ] || (outerCache[ elem.uniqueID ] = {});\n\n\t\t\t\t\t\tif ( skip && skip === elem.nodeName.toLowerCase() ) {\n\t\t\t\t\t\t\telem = elem[ dir ] || elem;\n\t\t\t\t\t\t} else if ( (oldCache = uniqueCache[ key ]) &&\n\t\t\t\t\t\t\toldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) {\n\n\t\t\t\t\t\t\t// Assign to newCache so results back-propagate to previous elements\n\t\t\t\t\t\t\treturn (newCache[ 2 ] = oldCache[ 2 ]);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Reuse newcache so results back-propagate to previous elements\n\t\t\t\t\t\t\tuniqueCache[ key ] = newCache;\n\n\t\t\t\t\t\t\t// A match means we're done; a fail means we have to keep checking\n\t\t\t\t\t\t\tif ( (newCache[ 2 ] = matcher( elem, context, xml )) ) {\n\t\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n}\n\nfunction elementMatcher( matchers ) {\n\treturn matchers.length > 1 ?\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar i = matchers.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( !matchers[i]( elem, context, xml ) ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t} :\n\t\tmatchers[0];\n}\n\nfunction multipleContexts( selector, contexts, results ) {\n\tvar i = 0,\n\t\tlen = contexts.length;\n\tfor ( ; i < len; i++ ) {\n\t\tSizzle( selector, contexts[i], results );\n\t}\n\treturn results;\n}\n\nfunction condense( unmatched, map, filter, context, xml ) {\n\tvar elem,\n\t\tnewUnmatched = [],\n\t\ti = 0,\n\t\tlen = unmatched.length,\n\t\tmapped = map != null;\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (elem = unmatched[i]) ) {\n\t\t\tif ( !filter || filter( elem, context, xml ) ) {\n\t\t\t\tnewUnmatched.push( elem );\n\t\t\t\tif ( mapped ) {\n\t\t\t\t\tmap.push( i );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn newUnmatched;\n}\n\nfunction setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {\n\tif ( postFilter && !postFilter[ expando ] ) {\n\t\tpostFilter = setMatcher( postFilter );\n\t}\n\tif ( postFinder && !postFinder[ expando ] ) {\n\t\tpostFinder = setMatcher( postFinder, postSelector );\n\t}\n\treturn markFunction(function( seed, results, context, xml ) {\n\t\tvar temp, i, elem,\n\t\t\tpreMap = [],\n\t\t\tpostMap = [],\n\t\t\tpreexisting = results.length,\n\n\t\t\t// Get initial elements from seed or context\n\t\t\telems = seed || multipleContexts( selector || \"*\", context.nodeType ? [ context ] : context, [] ),\n\n\t\t\t// Prefilter to get matcher input, preserving a map for seed-results synchronization\n\t\t\tmatcherIn = preFilter && ( seed || !selector ) ?\n\t\t\t\tcondense( elems, preMap, preFilter, context, xml ) :\n\t\t\t\telems,\n\n\t\t\tmatcherOut = matcher ?\n\t\t\t\t// If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,\n\t\t\t\tpostFinder || ( seed ? preFilter : preexisting || postFilter ) ?\n\n\t\t\t\t\t// ...intermediate processing is necessary\n\t\t\t\t\t[] :\n\n\t\t\t\t\t// ...otherwise use results directly\n\t\t\t\t\tresults :\n\t\t\t\tmatcherIn;\n\n\t\t// Find primary matches\n\t\tif ( matcher ) {\n\t\t\tmatcher( matcherIn, matcherOut, context, xml );\n\t\t}\n\n\t\t// Apply postFilter\n\t\tif ( postFilter ) {\n\t\t\ttemp = condense( matcherOut, postMap );\n\t\t\tpostFilter( temp, [], context, xml );\n\n\t\t\t// Un-match failing elements by moving them back to matcherIn\n\t\t\ti = temp.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( (elem = temp[i]) ) {\n\t\t\t\t\tmatcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( seed ) {\n\t\t\tif ( postFinder || preFilter ) {\n\t\t\t\tif ( postFinder ) {\n\t\t\t\t\t// Get the final matcherOut by condensing this intermediate into postFinder contexts\n\t\t\t\t\ttemp = [];\n\t\t\t\t\ti = matcherOut.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = matcherOut[i]) ) {\n\t\t\t\t\t\t\t// Restore matcherIn since elem is not yet a final match\n\t\t\t\t\t\t\ttemp.push( (matcherIn[i] = elem) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tpostFinder( null, (matcherOut = []), temp, xml );\n\t\t\t\t}\n\n\t\t\t\t// Move matched elements from seed to results to keep them synchronized\n\t\t\t\ti = matcherOut.length;\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\tif ( (elem = matcherOut[i]) &&\n\t\t\t\t\t\t(temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) {\n\n\t\t\t\t\t\tseed[temp] = !(results[temp] = elem);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Add elements to results, through postFinder if defined\n\t\t} else {\n\t\t\tmatcherOut = condense(\n\t\t\t\tmatcherOut === results ?\n\t\t\t\t\tmatcherOut.splice( preexisting, matcherOut.length ) :\n\t\t\t\t\tmatcherOut\n\t\t\t);\n\t\t\tif ( postFinder ) {\n\t\t\t\tpostFinder( null, results, matcherOut, xml );\n\t\t\t} else {\n\t\t\t\tpush.apply( results, matcherOut );\n\t\t\t}\n\t\t}\n\t});\n}\n\nfunction matcherFromTokens( tokens ) {\n\tvar checkContext, matcher, j,\n\t\tlen = tokens.length,\n\t\tleadingRelative = Expr.relative[ tokens[0].type ],\n\t\timplicitRelative = leadingRelative || Expr.relative[\" \"],\n\t\ti = leadingRelative ? 1 : 0,\n\n\t\t// The foundational matcher ensures that elements are reachable from top-level context(s)\n\t\tmatchContext = addCombinator( function( elem ) {\n\t\t\treturn elem === checkContext;\n\t\t}, implicitRelative, true ),\n\t\tmatchAnyContext = addCombinator( function( elem ) {\n\t\t\treturn indexOf( checkContext, elem ) > -1;\n\t\t}, implicitRelative, true ),\n\t\tmatchers = [ function( elem, context, xml ) {\n\t\t\tvar ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || (\n\t\t\t\t(checkContext = context).nodeType ?\n\t\t\t\t\tmatchContext( elem, context, xml ) :\n\t\t\t\t\tmatchAnyContext( elem, context, xml ) );\n\t\t\t// Avoid hanging onto element (issue #299)\n\t\t\tcheckContext = null;\n\t\t\treturn ret;\n\t\t} ];\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (matcher = Expr.relative[ tokens[i].type ]) ) {\n\t\t\tmatchers = [ addCombinator(elementMatcher( matchers ), matcher) ];\n\t\t} else {\n\t\t\tmatcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches );\n\n\t\t\t// Return special upon seeing a positional matcher\n\t\t\tif ( matcher[ expando ] ) {\n\t\t\t\t// Find the next relative operator (if any) for proper handling\n\t\t\t\tj = ++i;\n\t\t\t\tfor ( ; j < len; j++ ) {\n\t\t\t\t\tif ( Expr.relative[ tokens[j].type ] ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn setMatcher(\n\t\t\t\t\ti > 1 && elementMatcher( matchers ),\n\t\t\t\t\ti > 1 && toSelector(\n\t\t\t\t\t\t// If the preceding token was a descendant combinator, insert an implicit any-element `*`\n\t\t\t\t\t\ttokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === \" \" ? \"*\" : \"\" })\n\t\t\t\t\t).replace( rtrim, \"$1\" ),\n\t\t\t\t\tmatcher,\n\t\t\t\t\ti < j && matcherFromTokens( tokens.slice( i, j ) ),\n\t\t\t\t\tj < len && matcherFromTokens( (tokens = tokens.slice( j )) ),\n\t\t\t\t\tj < len && toSelector( tokens )\n\t\t\t\t);\n\t\t\t}\n\t\t\tmatchers.push( matcher );\n\t\t}\n\t}\n\n\treturn elementMatcher( matchers );\n}\n\nfunction matcherFromGroupMatchers( elementMatchers, setMatchers ) {\n\tvar bySet = setMatchers.length > 0,\n\t\tbyElement = elementMatchers.length > 0,\n\t\tsuperMatcher = function( seed, context, xml, results, outermost ) {\n\t\t\tvar elem, j, matcher,\n\t\t\t\tmatchedCount = 0,\n\t\t\t\ti = \"0\",\n\t\t\t\tunmatched = seed && [],\n\t\t\t\tsetMatched = [],\n\t\t\t\tcontextBackup = outermostContext,\n\t\t\t\t// We must always have either seed elements or outermost context\n\t\t\t\telems = seed || byElement && Expr.find[\"TAG\"]( \"*\", outermost ),\n\t\t\t\t// Use integer dirruns iff this is the outermost matcher\n\t\t\t\tdirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1),\n\t\t\t\tlen = elems.length;\n\n\t\t\tif ( outermost ) {\n\t\t\t\toutermostContext = context === document || context || outermost;\n\t\t\t}\n\n\t\t\t// Add elements passing elementMatchers directly to results\n\t\t\t// Support: IE<9, Safari\n\t\t\t// Tolerate NodeList properties (IE: \"length\"; Safari: ) matching elements by id\n\t\t\tfor ( ; i !== len && (elem = elems[i]) != null; i++ ) {\n\t\t\t\tif ( byElement && elem ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\tif ( !context && elem.ownerDocument !== document ) {\n\t\t\t\t\t\tsetDocument( elem );\n\t\t\t\t\t\txml = !documentIsHTML;\n\t\t\t\t\t}\n\t\t\t\t\twhile ( (matcher = elementMatchers[j++]) ) {\n\t\t\t\t\t\tif ( matcher( elem, context || document, xml) ) {\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( outermost ) {\n\t\t\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Track unmatched elements for set filters\n\t\t\t\tif ( bySet ) {\n\t\t\t\t\t// They will have gone through all possible matchers\n\t\t\t\t\tif ( (elem = !matcher && elem) ) {\n\t\t\t\t\t\tmatchedCount--;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Lengthen the array for every element, matched or not\n\t\t\t\t\tif ( seed ) {\n\t\t\t\t\t\tunmatched.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// `i` is now the count of elements visited above, and adding it to `matchedCount`\n\t\t\t// makes the latter nonnegative.\n\t\t\tmatchedCount += i;\n\n\t\t\t// Apply set filters to unmatched elements\n\t\t\t// NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount`\n\t\t\t// equals `i`), unless we didn't visit _any_ elements in the above loop because we have\n\t\t\t// no element matchers and no seed.\n\t\t\t// Incrementing an initially-string \"0\" `i` allows `i` to remain a string only in that\n\t\t\t// case, which will result in a \"00\" `matchedCount` that differs from `i` but is also\n\t\t\t// numerically zero.\n\t\t\tif ( bySet && i !== matchedCount ) {\n\t\t\t\tj = 0;\n\t\t\t\twhile ( (matcher = setMatchers[j++]) ) {\n\t\t\t\t\tmatcher( unmatched, setMatched, context, xml );\n\t\t\t\t}\n\n\t\t\t\tif ( seed ) {\n\t\t\t\t\t// Reintegrate element matches to eliminate the need for sorting\n\t\t\t\t\tif ( matchedCount > 0 ) {\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tif ( !(unmatched[i] || setMatched[i]) ) {\n\t\t\t\t\t\t\t\tsetMatched[i] = pop.call( results );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Discard index placeholder values to get only actual matches\n\t\t\t\t\tsetMatched = condense( setMatched );\n\t\t\t\t}\n\n\t\t\t\t// Add matches to results\n\t\t\t\tpush.apply( results, setMatched );\n\n\t\t\t\t// Seedless set matches succeeding multiple successful matchers stipulate sorting\n\t\t\t\tif ( outermost && !seed && setMatched.length > 0 &&\n\t\t\t\t\t( matchedCount + setMatchers.length ) > 1 ) {\n\n\t\t\t\t\tSizzle.uniqueSort( results );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Override manipulation of globals by nested matchers\n\t\t\tif ( outermost ) {\n\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\toutermostContext = contextBackup;\n\t\t\t}\n\n\t\t\treturn unmatched;\n\t\t};\n\n\treturn bySet ?\n\t\tmarkFunction( superMatcher ) :\n\t\tsuperMatcher;\n}\n\ncompile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) {\n\tvar i,\n\t\tsetMatchers = [],\n\t\telementMatchers = [],\n\t\tcached = compilerCache[ selector + \" \" ];\n\n\tif ( !cached ) {\n\t\t// Generate a function of recursive functions that can be used to check each element\n\t\tif ( !match ) {\n\t\t\tmatch = tokenize( selector );\n\t\t}\n\t\ti = match.length;\n\t\twhile ( i-- ) {\n\t\t\tcached = matcherFromTokens( match[i] );\n\t\t\tif ( cached[ expando ] ) {\n\t\t\t\tsetMatchers.push( cached );\n\t\t\t} else {\n\t\t\t\telementMatchers.push( cached );\n\t\t\t}\n\t\t}\n\n\t\t// Cache the compiled function\n\t\tcached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) );\n\n\t\t// Save selector and tokenization\n\t\tcached.selector = selector;\n\t}\n\treturn cached;\n};\n\n/**\n * A low-level selection function that works with Sizzle's compiled\n * selector functions\n * @param {String|Function} selector A selector or a pre-compiled\n * selector function built with Sizzle.compile\n * @param {Element} context\n * @param {Array} [results]\n * @param {Array} [seed] A set of elements to match against\n */\nselect = Sizzle.select = function( selector, context, results, seed ) {\n\tvar i, tokens, token, type, find,\n\t\tcompiled = typeof selector === \"function\" && selector,\n\t\tmatch = !seed && tokenize( (selector = compiled.selector || selector) );\n\n\tresults = results || [];\n\n\t// Try to minimize operations if there is only one selector in the list and no seed\n\t// (the latter of which guarantees us context)\n\tif ( match.length === 1 ) {\n\n\t\t// Reduce context if the leading compound selector is an ID\n\t\ttokens = match[0] = match[0].slice( 0 );\n\t\tif ( tokens.length > 2 && (token = tokens[0]).type === \"ID\" &&\n\t\t\t\tcontext.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[1].type ] ) {\n\n\t\t\tcontext = ( Expr.find[\"ID\"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];\n\t\t\tif ( !context ) {\n\t\t\t\treturn results;\n\n\t\t\t// Precompiled matchers will still verify ancestry, so step up a level\n\t\t\t} else if ( compiled ) {\n\t\t\t\tcontext = context.parentNode;\n\t\t\t}\n\n\t\t\tselector = selector.slice( tokens.shift().value.length );\n\t\t}\n\n\t\t// Fetch a seed set for right-to-left matching\n\t\ti = matchExpr[\"needsContext\"].test( selector ) ? 0 : tokens.length;\n\t\twhile ( i-- ) {\n\t\t\ttoken = tokens[i];\n\n\t\t\t// Abort if we hit a combinator\n\t\t\tif ( Expr.relative[ (type = token.type) ] ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( (find = Expr.find[ type ]) ) {\n\t\t\t\t// Search, expanding context for leading sibling combinators\n\t\t\t\tif ( (seed = find(\n\t\t\t\t\ttoken.matches[0].replace( runescape, funescape ),\n\t\t\t\t\trsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context\n\t\t\t\t)) ) {\n\n\t\t\t\t\t// If seed is empty or no tokens remain, we can return early\n\t\t\t\t\ttokens.splice( i, 1 );\n\t\t\t\t\tselector = seed.length && toSelector( tokens );\n\t\t\t\t\tif ( !selector ) {\n\t\t\t\t\t\tpush.apply( results, seed );\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Compile and execute a filtering function if one is not provided\n\t// Provide `match` to avoid retokenization if we modified the selector above\n\t( compiled || compile( selector, match ) )(\n\t\tseed,\n\t\tcontext,\n\t\t!documentIsHTML,\n\t\tresults,\n\t\t!context || rsibling.test( selector ) && testContext( context.parentNode ) || context\n\t);\n\treturn results;\n};\n\n// One-time assignments\n\n// Sort stability\nsupport.sortStable = expando.split(\"\").sort( sortOrder ).join(\"\") === expando;\n\n// Support: Chrome 14-35+\n// Always assume duplicates if they aren't passed to the comparison function\nsupport.detectDuplicates = !!hasDuplicate;\n\n// Initialize against the default document\nsetDocument();\n\n// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27)\n// Detached nodes confoundingly follow *each other*\nsupport.sortDetached = assert(function( el ) {\n\t// Should return 1, but returns 4 (following)\n\treturn el.compareDocumentPosition( document.createElement(\"fieldset\") ) & 1;\n});\n\n// Support: IE<8\n// Prevent attribute/property \"interpolation\"\n// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx\nif ( !assert(function( el ) {\n\tel.innerHTML = \"\";\n\treturn el.firstChild.getAttribute(\"href\") === \"#\" ;\n}) ) {\n\taddHandle( \"type|href|height|width\", function( elem, name, isXML ) {\n\t\tif ( !isXML ) {\n\t\t\treturn elem.getAttribute( name, name.toLowerCase() === \"type\" ? 1 : 2 );\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use defaultValue in place of getAttribute(\"value\")\nif ( !support.attributes || !assert(function( el ) {\n\tel.innerHTML = \"\";\n\tel.firstChild.setAttribute( \"value\", \"\" );\n\treturn el.firstChild.getAttribute( \"value\" ) === \"\";\n}) ) {\n\taddHandle( \"value\", function( elem, name, isXML ) {\n\t\tif ( !isXML && elem.nodeName.toLowerCase() === \"input\" ) {\n\t\t\treturn elem.defaultValue;\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use getAttributeNode to fetch booleans when getAttribute lies\nif ( !assert(function( el ) {\n\treturn el.getAttribute(\"disabled\") == null;\n}) ) {\n\taddHandle( booleans, function( elem, name, isXML ) {\n\t\tvar val;\n\t\tif ( !isXML ) {\n\t\t\treturn elem[ name ] === true ? name.toLowerCase() :\n\t\t\t\t\t(val = elem.getAttributeNode( name )) && val.specified ?\n\t\t\t\t\tval.value :\n\t\t\t\tnull;\n\t\t}\n\t});\n}\n\nreturn Sizzle;\n\n})( window );\n\n\n\njQuery.find = Sizzle;\njQuery.expr = Sizzle.selectors;\n\n// Deprecated\njQuery.expr[ \":\" ] = jQuery.expr.pseudos;\njQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort;\njQuery.text = Sizzle.getText;\njQuery.isXMLDoc = Sizzle.isXML;\njQuery.contains = Sizzle.contains;\njQuery.escapeSelector = Sizzle.escape;\n\n\n\n\nvar dir = function( elem, dir, until ) {\n\tvar matched = [],\n\t\ttruncate = until !== undefined;\n\n\twhile ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) {\n\t\tif ( elem.nodeType === 1 ) {\n\t\t\tif ( truncate && jQuery( elem ).is( until ) ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tmatched.push( elem );\n\t\t}\n\t}\n\treturn matched;\n};\n\n\nvar siblings = function( n, elem ) {\n\tvar matched = [];\n\n\tfor ( ; n; n = n.nextSibling ) {\n\t\tif ( n.nodeType === 1 && n !== elem ) {\n\t\t\tmatched.push( n );\n\t\t}\n\t}\n\n\treturn matched;\n};\n\n\nvar rneedsContext = jQuery.expr.match.needsContext;\n\n\n\nfunction nodeName( elem, name ) {\n\n return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();\n\n};\nvar rsingleTag = ( /^<([a-z][^\\/\\0>:\\x20\\t\\r\\n\\f]*)[\\x20\\t\\r\\n\\f]*\\/?>(?:<\\/\\1>|)$/i );\n\n\n\n// Implement the identical functionality for filter and not\nfunction winnow( elements, qualifier, not ) {\n\tif ( isFunction( qualifier ) ) {\n\t\treturn jQuery.grep( elements, function( elem, i ) {\n\t\t\treturn !!qualifier.call( elem, i, elem ) !== not;\n\t\t} );\n\t}\n\n\t// Single element\n\tif ( qualifier.nodeType ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( elem === qualifier ) !== not;\n\t\t} );\n\t}\n\n\t// Arraylike of elements (jQuery, arguments, Array)\n\tif ( typeof qualifier !== \"string\" ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( indexOf.call( qualifier, elem ) > -1 ) !== not;\n\t\t} );\n\t}\n\n\t// Filtered directly for both simple and complex selectors\n\treturn jQuery.filter( qualifier, elements, not );\n}\n\njQuery.filter = function( expr, elems, not ) {\n\tvar elem = elems[ 0 ];\n\n\tif ( not ) {\n\t\texpr = \":not(\" + expr + \")\";\n\t}\n\n\tif ( elems.length === 1 && elem.nodeType === 1 ) {\n\t\treturn jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [];\n\t}\n\n\treturn jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) {\n\t\treturn elem.nodeType === 1;\n\t} ) );\n};\n\njQuery.fn.extend( {\n\tfind: function( selector ) {\n\t\tvar i, ret,\n\t\t\tlen = this.length,\n\t\t\tself = this;\n\n\t\tif ( typeof selector !== \"string\" ) {\n\t\t\treturn this.pushStack( jQuery( selector ).filter( function() {\n\t\t\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\t\t\tif ( jQuery.contains( self[ i ], this ) ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} ) );\n\t\t}\n\n\t\tret = this.pushStack( [] );\n\n\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\tjQuery.find( selector, self[ i ], ret );\n\t\t}\n\n\t\treturn len > 1 ? jQuery.uniqueSort( ret ) : ret;\n\t},\n\tfilter: function( selector ) {\n\t\treturn this.pushStack( winnow( this, selector || [], false ) );\n\t},\n\tnot: function( selector ) {\n\t\treturn this.pushStack( winnow( this, selector || [], true ) );\n\t},\n\tis: function( selector ) {\n\t\treturn !!winnow(\n\t\t\tthis,\n\n\t\t\t// If this is a positional/relative selector, check membership in the returned set\n\t\t\t// so $(\"p:first\").is(\"p:last\") won't return true for a doc with two \"p\".\n\t\t\ttypeof selector === \"string\" && rneedsContext.test( selector ) ?\n\t\t\t\tjQuery( selector ) :\n\t\t\t\tselector || [],\n\t\t\tfalse\n\t\t).length;\n\t}\n} );\n\n\n// Initialize a jQuery object\n\n\n// A central reference to the root jQuery(document)\nvar rootjQuery,\n\n\t// A simple way to check for HTML strings\n\t// Prioritize #id over to avoid XSS via location.hash (#9521)\n\t// Strict HTML recognition (#11290: must start with <)\n\t// Shortcut simple #id case for speed\n\trquickExpr = /^(?:\\s*(<[\\w\\W]+>)[^>]*|#([\\w-]+))$/,\n\n\tinit = jQuery.fn.init = function( selector, context, root ) {\n\t\tvar match, elem;\n\n\t\t// HANDLE: $(\"\"), $(null), $(undefined), $(false)\n\t\tif ( !selector ) {\n\t\t\treturn this;\n\t\t}\n\n\t\t// Method init() accepts an alternate rootjQuery\n\t\t// so migrate can support jQuery.sub (gh-2101)\n\t\troot = root || rootjQuery;\n\n\t\t// Handle HTML strings\n\t\tif ( typeof selector === \"string\" ) {\n\t\t\tif ( selector[ 0 ] === \"<\" &&\n\t\t\t\tselector[ selector.length - 1 ] === \">\" &&\n\t\t\t\tselector.length >= 3 ) {\n\n\t\t\t\t// Assume that strings that start and end with <> are HTML and skip the regex check\n\t\t\t\tmatch = [ null, selector, null ];\n\n\t\t\t} else {\n\t\t\t\tmatch = rquickExpr.exec( selector );\n\t\t\t}\n\n\t\t\t// Match html or make sure no context is specified for #id\n\t\t\tif ( match && ( match[ 1 ] || !context ) ) {\n\n\t\t\t\t// HANDLE: $(html) -> $(array)\n\t\t\t\tif ( match[ 1 ] ) {\n\t\t\t\t\tcontext = context instanceof jQuery ? context[ 0 ] : context;\n\n\t\t\t\t\t// Option to run scripts is true for back-compat\n\t\t\t\t\t// Intentionally let the error be thrown if parseHTML is not present\n\t\t\t\t\tjQuery.merge( this, jQuery.parseHTML(\n\t\t\t\t\t\tmatch[ 1 ],\n\t\t\t\t\t\tcontext && context.nodeType ? context.ownerDocument || context : document,\n\t\t\t\t\t\ttrue\n\t\t\t\t\t) );\n\n\t\t\t\t\t// HANDLE: $(html, props)\n\t\t\t\t\tif ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) {\n\t\t\t\t\t\tfor ( match in context ) {\n\n\t\t\t\t\t\t\t// Properties of context are called as methods if possible\n\t\t\t\t\t\t\tif ( isFunction( this[ match ] ) ) {\n\t\t\t\t\t\t\t\tthis[ match ]( context[ match ] );\n\n\t\t\t\t\t\t\t// ...and otherwise set as attributes\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tthis.attr( match, context[ match ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn this;\n\n\t\t\t\t// HANDLE: $(#id)\n\t\t\t\t} else {\n\t\t\t\t\telem = document.getElementById( match[ 2 ] );\n\n\t\t\t\t\tif ( elem ) {\n\n\t\t\t\t\t\t// Inject the element directly into the jQuery object\n\t\t\t\t\t\tthis[ 0 ] = elem;\n\t\t\t\t\t\tthis.length = 1;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\n\t\t\t// HANDLE: $(expr, $(...))\n\t\t\t} else if ( !context || context.jquery ) {\n\t\t\t\treturn ( context || root ).find( selector );\n\n\t\t\t// HANDLE: $(expr, context)\n\t\t\t// (which is just equivalent to: $(context).find(expr)\n\t\t\t} else {\n\t\t\t\treturn this.constructor( context ).find( selector );\n\t\t\t}\n\n\t\t// HANDLE: $(DOMElement)\n\t\t} else if ( selector.nodeType ) {\n\t\t\tthis[ 0 ] = selector;\n\t\t\tthis.length = 1;\n\t\t\treturn this;\n\n\t\t// HANDLE: $(function)\n\t\t// Shortcut for document ready\n\t\t} else if ( isFunction( selector ) ) {\n\t\t\treturn root.ready !== undefined ?\n\t\t\t\troot.ready( selector ) :\n\n\t\t\t\t// Execute immediately if ready is not present\n\t\t\t\tselector( jQuery );\n\t\t}\n\n\t\treturn jQuery.makeArray( selector, this );\n\t};\n\n// Give the init function the jQuery prototype for later instantiation\ninit.prototype = jQuery.fn;\n\n// Initialize central reference\nrootjQuery = jQuery( document );\n\n\nvar rparentsprev = /^(?:parents|prev(?:Until|All))/,\n\n\t// Methods guaranteed to produce a unique set when starting from a unique set\n\tguaranteedUnique = {\n\t\tchildren: true,\n\t\tcontents: true,\n\t\tnext: true,\n\t\tprev: true\n\t};\n\njQuery.fn.extend( {\n\thas: function( target ) {\n\t\tvar targets = jQuery( target, this ),\n\t\t\tl = targets.length;\n\n\t\treturn this.filter( function() {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tif ( jQuery.contains( this, targets[ i ] ) ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\tclosest: function( selectors, context ) {\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\tl = this.length,\n\t\t\tmatched = [],\n\t\t\ttargets = typeof selectors !== \"string\" && jQuery( selectors );\n\n\t\t// Positional selectors never match, since there's no _selection_ context\n\t\tif ( !rneedsContext.test( selectors ) ) {\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tfor ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) {\n\n\t\t\t\t\t// Always skip document fragments\n\t\t\t\t\tif ( cur.nodeType < 11 && ( targets ?\n\t\t\t\t\t\ttargets.index( cur ) > -1 :\n\n\t\t\t\t\t\t// Don't pass non-elements to Sizzle\n\t\t\t\t\t\tcur.nodeType === 1 &&\n\t\t\t\t\t\t\tjQuery.find.matchesSelector( cur, selectors ) ) ) {\n\n\t\t\t\t\t\tmatched.push( cur );\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched );\n\t},\n\n\t// Determine the position of an element within the set\n\tindex: function( elem ) {\n\n\t\t// No argument, return index in parent\n\t\tif ( !elem ) {\n\t\t\treturn ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1;\n\t\t}\n\n\t\t// Index in selector\n\t\tif ( typeof elem === \"string\" ) {\n\t\t\treturn indexOf.call( jQuery( elem ), this[ 0 ] );\n\t\t}\n\n\t\t// Locate the position of the desired element\n\t\treturn indexOf.call( this,\n\n\t\t\t// If it receives a jQuery object, the first element is used\n\t\t\telem.jquery ? elem[ 0 ] : elem\n\t\t);\n\t},\n\n\tadd: function( selector, context ) {\n\t\treturn this.pushStack(\n\t\t\tjQuery.uniqueSort(\n\t\t\t\tjQuery.merge( this.get(), jQuery( selector, context ) )\n\t\t\t)\n\t\t);\n\t},\n\n\taddBack: function( selector ) {\n\t\treturn this.add( selector == null ?\n\t\t\tthis.prevObject : this.prevObject.filter( selector )\n\t\t);\n\t}\n} );\n\nfunction sibling( cur, dir ) {\n\twhile ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {}\n\treturn cur;\n}\n\njQuery.each( {\n\tparent: function( elem ) {\n\t\tvar parent = elem.parentNode;\n\t\treturn parent && parent.nodeType !== 11 ? parent : null;\n\t},\n\tparents: function( elem ) {\n\t\treturn dir( elem, \"parentNode\" );\n\t},\n\tparentsUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"parentNode\", until );\n\t},\n\tnext: function( elem ) {\n\t\treturn sibling( elem, \"nextSibling\" );\n\t},\n\tprev: function( elem ) {\n\t\treturn sibling( elem, \"previousSibling\" );\n\t},\n\tnextAll: function( elem ) {\n\t\treturn dir( elem, \"nextSibling\" );\n\t},\n\tprevAll: function( elem ) {\n\t\treturn dir( elem, \"previousSibling\" );\n\t},\n\tnextUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"nextSibling\", until );\n\t},\n\tprevUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"previousSibling\", until );\n\t},\n\tsiblings: function( elem ) {\n\t\treturn siblings( ( elem.parentNode || {} ).firstChild, elem );\n\t},\n\tchildren: function( elem ) {\n\t\treturn siblings( elem.firstChild );\n\t},\n\tcontents: function( elem ) {\n\t\tif ( typeof elem.contentDocument !== \"undefined\" ) {\n\t\t\treturn elem.contentDocument;\n\t\t}\n\n\t\t// Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only\n\t\t// Treat the template element as a regular one in browsers that\n\t\t// don't support it.\n\t\tif ( nodeName( elem, \"template\" ) ) {\n\t\t\telem = elem.content || elem;\n\t\t}\n\n\t\treturn jQuery.merge( [], elem.childNodes );\n\t}\n}, function( name, fn ) {\n\tjQuery.fn[ name ] = function( until, selector ) {\n\t\tvar matched = jQuery.map( this, fn, until );\n\n\t\tif ( name.slice( -5 ) !== \"Until\" ) {\n\t\t\tselector = until;\n\t\t}\n\n\t\tif ( selector && typeof selector === \"string\" ) {\n\t\t\tmatched = jQuery.filter( selector, matched );\n\t\t}\n\n\t\tif ( this.length > 1 ) {\n\n\t\t\t// Remove duplicates\n\t\t\tif ( !guaranteedUnique[ name ] ) {\n\t\t\t\tjQuery.uniqueSort( matched );\n\t\t\t}\n\n\t\t\t// Reverse order for parents* and prev-derivatives\n\t\t\tif ( rparentsprev.test( name ) ) {\n\t\t\t\tmatched.reverse();\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched );\n\t};\n} );\nvar rnothtmlwhite = ( /[^\\x20\\t\\r\\n\\f]+/g );\n\n\n\n// Convert String-formatted options into Object-formatted ones\nfunction createOptions( options ) {\n\tvar object = {};\n\tjQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) {\n\t\tobject[ flag ] = true;\n\t} );\n\treturn object;\n}\n\n/*\n * Create a callback list using the following parameters:\n *\n *\toptions: an optional list of space-separated options that will change how\n *\t\t\tthe callback list behaves or a more traditional option object\n *\n * By default a callback list will act like an event callback list and can be\n * \"fired\" multiple times.\n *\n * Possible options:\n *\n *\tonce:\t\t\twill ensure the callback list can only be fired once (like a Deferred)\n *\n *\tmemory:\t\t\twill keep track of previous values and will call any callback added\n *\t\t\t\t\tafter the list has been fired right away with the latest \"memorized\"\n *\t\t\t\t\tvalues (like a Deferred)\n *\n *\tunique:\t\t\twill ensure a callback can only be added once (no duplicate in the list)\n *\n *\tstopOnFalse:\tinterrupt callings when a callback returns false\n *\n */\njQuery.Callbacks = function( options ) {\n\n\t// Convert options from String-formatted to Object-formatted if needed\n\t// (we check in cache first)\n\toptions = typeof options === \"string\" ?\n\t\tcreateOptions( options ) :\n\t\tjQuery.extend( {}, options );\n\n\tvar // Flag to know if list is currently firing\n\t\tfiring,\n\n\t\t// Last fire value for non-forgettable lists\n\t\tmemory,\n\n\t\t// Flag to know if list was already fired\n\t\tfired,\n\n\t\t// Flag to prevent firing\n\t\tlocked,\n\n\t\t// Actual callback list\n\t\tlist = [],\n\n\t\t// Queue of execution data for repeatable lists\n\t\tqueue = [],\n\n\t\t// Index of currently firing callback (modified by add/remove as needed)\n\t\tfiringIndex = -1,\n\n\t\t// Fire callbacks\n\t\tfire = function() {\n\n\t\t\t// Enforce single-firing\n\t\t\tlocked = locked || options.once;\n\n\t\t\t// Execute callbacks for all pending executions,\n\t\t\t// respecting firingIndex overrides and runtime changes\n\t\t\tfired = firing = true;\n\t\t\tfor ( ; queue.length; firingIndex = -1 ) {\n\t\t\t\tmemory = queue.shift();\n\t\t\t\twhile ( ++firingIndex < list.length ) {\n\n\t\t\t\t\t// Run callback and check for early termination\n\t\t\t\t\tif ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false &&\n\t\t\t\t\t\toptions.stopOnFalse ) {\n\n\t\t\t\t\t\t// Jump to end and forget the data so .add doesn't re-fire\n\t\t\t\t\t\tfiringIndex = list.length;\n\t\t\t\t\t\tmemory = false;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Forget the data if we're done with it\n\t\t\tif ( !options.memory ) {\n\t\t\t\tmemory = false;\n\t\t\t}\n\n\t\t\tfiring = false;\n\n\t\t\t// Clean up if we're done firing for good\n\t\t\tif ( locked ) {\n\n\t\t\t\t// Keep an empty list if we have data for future add calls\n\t\t\t\tif ( memory ) {\n\t\t\t\t\tlist = [];\n\n\t\t\t\t// Otherwise, this object is spent\n\t\t\t\t} else {\n\t\t\t\t\tlist = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\t// Actual Callbacks object\n\t\tself = {\n\n\t\t\t// Add a callback or a collection of callbacks to the list\n\t\t\tadd: function() {\n\t\t\t\tif ( list ) {\n\n\t\t\t\t\t// If we have memory from a past run, we should fire after adding\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfiringIndex = list.length - 1;\n\t\t\t\t\t\tqueue.push( memory );\n\t\t\t\t\t}\n\n\t\t\t\t\t( function add( args ) {\n\t\t\t\t\t\tjQuery.each( args, function( _, arg ) {\n\t\t\t\t\t\t\tif ( isFunction( arg ) ) {\n\t\t\t\t\t\t\t\tif ( !options.unique || !self.has( arg ) ) {\n\t\t\t\t\t\t\t\t\tlist.push( arg );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if ( arg && arg.length && toType( arg ) !== \"string\" ) {\n\n\t\t\t\t\t\t\t\t// Inspect recursively\n\t\t\t\t\t\t\t\tadd( arg );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} );\n\t\t\t\t\t} )( arguments );\n\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfire();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Remove a callback from the list\n\t\t\tremove: function() {\n\t\t\t\tjQuery.each( arguments, function( _, arg ) {\n\t\t\t\t\tvar index;\n\t\t\t\t\twhile ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {\n\t\t\t\t\t\tlist.splice( index, 1 );\n\n\t\t\t\t\t\t// Handle firing indexes\n\t\t\t\t\t\tif ( index <= firingIndex ) {\n\t\t\t\t\t\t\tfiringIndex--;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Check if a given callback is in the list.\n\t\t\t// If no argument is given, return whether or not list has callbacks attached.\n\t\t\thas: function( fn ) {\n\t\t\t\treturn fn ?\n\t\t\t\t\tjQuery.inArray( fn, list ) > -1 :\n\t\t\t\t\tlist.length > 0;\n\t\t\t},\n\n\t\t\t// Remove all callbacks from the list\n\t\t\tempty: function() {\n\t\t\t\tif ( list ) {\n\t\t\t\t\tlist = [];\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Disable .fire and .add\n\t\t\t// Abort any current/pending executions\n\t\t\t// Clear all callbacks and values\n\t\t\tdisable: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tlist = memory = \"\";\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tdisabled: function() {\n\t\t\t\treturn !list;\n\t\t\t},\n\n\t\t\t// Disable .fire\n\t\t\t// Also disable .add unless we have memory (since it would have no effect)\n\t\t\t// Abort any pending executions\n\t\t\tlock: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tif ( !memory && !firing ) {\n\t\t\t\t\tlist = memory = \"\";\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tlocked: function() {\n\t\t\t\treturn !!locked;\n\t\t\t},\n\n\t\t\t// Call all callbacks with the given context and arguments\n\t\t\tfireWith: function( context, args ) {\n\t\t\t\tif ( !locked ) {\n\t\t\t\t\targs = args || [];\n\t\t\t\t\targs = [ context, args.slice ? args.slice() : args ];\n\t\t\t\t\tqueue.push( args );\n\t\t\t\t\tif ( !firing ) {\n\t\t\t\t\t\tfire();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Call all the callbacks with the given arguments\n\t\t\tfire: function() {\n\t\t\t\tself.fireWith( this, arguments );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// To know if the callbacks have already been called at least once\n\t\t\tfired: function() {\n\t\t\t\treturn !!fired;\n\t\t\t}\n\t\t};\n\n\treturn self;\n};\n\n\nfunction Identity( v ) {\n\treturn v;\n}\nfunction Thrower( ex ) {\n\tthrow ex;\n}\n\nfunction adoptValue( value, resolve, reject, noValue ) {\n\tvar method;\n\n\ttry {\n\n\t\t// Check for promise aspect first to privilege synchronous behavior\n\t\tif ( value && isFunction( ( method = value.promise ) ) ) {\n\t\t\tmethod.call( value ).done( resolve ).fail( reject );\n\n\t\t// Other thenables\n\t\t} else if ( value && isFunction( ( method = value.then ) ) ) {\n\t\t\tmethod.call( value, resolve, reject );\n\n\t\t// Other non-thenables\n\t\t} else {\n\n\t\t\t// Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer:\n\t\t\t// * false: [ value ].slice( 0 ) => resolve( value )\n\t\t\t// * true: [ value ].slice( 1 ) => resolve()\n\t\t\tresolve.apply( undefined, [ value ].slice( noValue ) );\n\t\t}\n\n\t// For Promises/A+, convert exceptions into rejections\n\t// Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in\n\t// Deferred#then to conditionally suppress rejection.\n\t} catch ( value ) {\n\n\t\t// Support: Android 4.0 only\n\t\t// Strict mode functions invoked without .call/.apply get global-object context\n\t\treject.apply( undefined, [ value ] );\n\t}\n}\n\njQuery.extend( {\n\n\tDeferred: function( func ) {\n\t\tvar tuples = [\n\n\t\t\t\t// action, add listener, callbacks,\n\t\t\t\t// ... .then handlers, argument index, [final state]\n\t\t\t\t[ \"notify\", \"progress\", jQuery.Callbacks( \"memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"memory\" ), 2 ],\n\t\t\t\t[ \"resolve\", \"done\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 0, \"resolved\" ],\n\t\t\t\t[ \"reject\", \"fail\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 1, \"rejected\" ]\n\t\t\t],\n\t\t\tstate = \"pending\",\n\t\t\tpromise = {\n\t\t\t\tstate: function() {\n\t\t\t\t\treturn state;\n\t\t\t\t},\n\t\t\t\talways: function() {\n\t\t\t\t\tdeferred.done( arguments ).fail( arguments );\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\t\t\t\t\"catch\": function( fn ) {\n\t\t\t\t\treturn promise.then( null, fn );\n\t\t\t\t},\n\n\t\t\t\t// Keep pipe for back-compat\n\t\t\t\tpipe: function( /* fnDone, fnFail, fnProgress */ ) {\n\t\t\t\t\tvar fns = arguments;\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\t\t\t\t\t\tjQuery.each( tuples, function( i, tuple ) {\n\n\t\t\t\t\t\t\t// Map tuples (progress, done, fail) to arguments (done, fail, progress)\n\t\t\t\t\t\t\tvar fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ];\n\n\t\t\t\t\t\t\t// deferred.progress(function() { bind to newDefer or newDefer.notify })\n\t\t\t\t\t\t\t// deferred.done(function() { bind to newDefer or newDefer.resolve })\n\t\t\t\t\t\t\t// deferred.fail(function() { bind to newDefer or newDefer.reject })\n\t\t\t\t\t\t\tdeferred[ tuple[ 1 ] ]( function() {\n\t\t\t\t\t\t\t\tvar returned = fn && fn.apply( this, arguments );\n\t\t\t\t\t\t\t\tif ( returned && isFunction( returned.promise ) ) {\n\t\t\t\t\t\t\t\t\treturned.promise()\n\t\t\t\t\t\t\t\t\t\t.progress( newDefer.notify )\n\t\t\t\t\t\t\t\t\t\t.done( newDefer.resolve )\n\t\t\t\t\t\t\t\t\t\t.fail( newDefer.reject );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tnewDefer[ tuple[ 0 ] + \"With\" ](\n\t\t\t\t\t\t\t\t\t\tthis,\n\t\t\t\t\t\t\t\t\t\tfn ? [ returned ] : arguments\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t} );\n\t\t\t\t\t\tfns = null;\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\t\t\t\tthen: function( onFulfilled, onRejected, onProgress ) {\n\t\t\t\t\tvar maxDepth = 0;\n\t\t\t\t\tfunction resolve( depth, deferred, handler, special ) {\n\t\t\t\t\t\treturn function() {\n\t\t\t\t\t\t\tvar that = this,\n\t\t\t\t\t\t\t\targs = arguments,\n\t\t\t\t\t\t\t\tmightThrow = function() {\n\t\t\t\t\t\t\t\t\tvar returned, then;\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.3\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-59\n\t\t\t\t\t\t\t\t\t// Ignore double-resolution attempts\n\t\t\t\t\t\t\t\t\tif ( depth < maxDepth ) {\n\t\t\t\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\treturned = handler.apply( that, args );\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.1\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-48\n\t\t\t\t\t\t\t\t\tif ( returned === deferred.promise() ) {\n\t\t\t\t\t\t\t\t\t\tthrow new TypeError( \"Thenable self-resolution\" );\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ sections 2.3.3.1, 3.5\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-54\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-75\n\t\t\t\t\t\t\t\t\t// Retrieve `then` only once\n\t\t\t\t\t\t\t\t\tthen = returned &&\n\n\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.4\n\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-64\n\t\t\t\t\t\t\t\t\t\t// Only check objects and functions for thenability\n\t\t\t\t\t\t\t\t\t\t( typeof returned === \"object\" ||\n\t\t\t\t\t\t\t\t\t\t\ttypeof returned === \"function\" ) &&\n\t\t\t\t\t\t\t\t\t\treturned.then;\n\n\t\t\t\t\t\t\t\t\t// Handle a returned thenable\n\t\t\t\t\t\t\t\t\tif ( isFunction( then ) ) {\n\n\t\t\t\t\t\t\t\t\t\t// Special processors (notify) just wait for resolution\n\t\t\t\t\t\t\t\t\t\tif ( special ) {\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special )\n\t\t\t\t\t\t\t\t\t\t\t);\n\n\t\t\t\t\t\t\t\t\t\t// Normal processors (resolve) also hook into progress\n\t\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\t\t// ...and disregard older resolution values\n\t\t\t\t\t\t\t\t\t\t\tmaxDepth++;\n\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity,\n\t\t\t\t\t\t\t\t\t\t\t\t\tdeferred.notifyWith )\n\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Handle all other returned values\n\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\t\t\t\tif ( handler !== Identity ) {\n\t\t\t\t\t\t\t\t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\targs = [ returned ];\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t// Process the value(s)\n\t\t\t\t\t\t\t\t\t\t// Default process is resolve\n\t\t\t\t\t\t\t\t\t\t( special || deferred.resolveWith )( that, args );\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\t\t// Only normal processors (resolve) catch and reject exceptions\n\t\t\t\t\t\t\t\tprocess = special ?\n\t\t\t\t\t\t\t\t\tmightThrow :\n\t\t\t\t\t\t\t\t\tfunction() {\n\t\t\t\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\t\t\t\tmightThrow();\n\t\t\t\t\t\t\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t\t\t\t\t\t\tif ( jQuery.Deferred.exceptionHook ) {\n\t\t\t\t\t\t\t\t\t\t\t\tjQuery.Deferred.exceptionHook( e,\n\t\t\t\t\t\t\t\t\t\t\t\t\tprocess.stackTrace );\n\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.4.1\n\t\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-61\n\t\t\t\t\t\t\t\t\t\t\t// Ignore post-resolution exceptions\n\t\t\t\t\t\t\t\t\t\t\tif ( depth + 1 >= maxDepth ) {\n\n\t\t\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\t\t\t\t\t\tif ( handler !== Thrower ) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\t\t\targs = [ e ];\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t\tdeferred.rejectWith( that, args );\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t};\n\n\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.1\n\t\t\t\t\t\t\t// https://promisesaplus.com/#point-57\n\t\t\t\t\t\t\t// Re-resolve promises immediately to dodge false rejection from\n\t\t\t\t\t\t\t// subsequent errors\n\t\t\t\t\t\t\tif ( depth ) {\n\t\t\t\t\t\t\t\tprocess();\n\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t// Call an optional hook to record the stack, in case of exception\n\t\t\t\t\t\t\t\t// since it's otherwise lost when execution goes async\n\t\t\t\t\t\t\t\tif ( jQuery.Deferred.getStackHook ) {\n\t\t\t\t\t\t\t\t\tprocess.stackTrace = jQuery.Deferred.getStackHook();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\twindow.setTimeout( process );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t};\n\t\t\t\t\t}\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\n\t\t\t\t\t\t// progress_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 0 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onProgress ) ?\n\t\t\t\t\t\t\t\t\tonProgress :\n\t\t\t\t\t\t\t\t\tIdentity,\n\t\t\t\t\t\t\t\tnewDefer.notifyWith\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// fulfilled_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 1 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onFulfilled ) ?\n\t\t\t\t\t\t\t\t\tonFulfilled :\n\t\t\t\t\t\t\t\t\tIdentity\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// rejected_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 2 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onRejected ) ?\n\t\t\t\t\t\t\t\t\tonRejected :\n\t\t\t\t\t\t\t\t\tThrower\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\n\t\t\t\t// Get a promise for this deferred\n\t\t\t\t// If obj is provided, the promise aspect is added to the object\n\t\t\t\tpromise: function( obj ) {\n\t\t\t\t\treturn obj != null ? jQuery.extend( obj, promise ) : promise;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdeferred = {};\n\n\t\t// Add list-specific methods\n\t\tjQuery.each( tuples, function( i, tuple ) {\n\t\t\tvar list = tuple[ 2 ],\n\t\t\t\tstateString = tuple[ 5 ];\n\n\t\t\t// promise.progress = list.add\n\t\t\t// promise.done = list.add\n\t\t\t// promise.fail = list.add\n\t\t\tpromise[ tuple[ 1 ] ] = list.add;\n\n\t\t\t// Handle state\n\t\t\tif ( stateString ) {\n\t\t\t\tlist.add(\n\t\t\t\t\tfunction() {\n\n\t\t\t\t\t\t// state = \"resolved\" (i.e., fulfilled)\n\t\t\t\t\t\t// state = \"rejected\"\n\t\t\t\t\t\tstate = stateString;\n\t\t\t\t\t},\n\n\t\t\t\t\t// rejected_callbacks.disable\n\t\t\t\t\t// fulfilled_callbacks.disable\n\t\t\t\t\ttuples[ 3 - i ][ 2 ].disable,\n\n\t\t\t\t\t// rejected_handlers.disable\n\t\t\t\t\t// fulfilled_handlers.disable\n\t\t\t\t\ttuples[ 3 - i ][ 3 ].disable,\n\n\t\t\t\t\t// progress_callbacks.lock\n\t\t\t\t\ttuples[ 0 ][ 2 ].lock,\n\n\t\t\t\t\t// progress_handlers.lock\n\t\t\t\t\ttuples[ 0 ][ 3 ].lock\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// progress_handlers.fire\n\t\t\t// fulfilled_handlers.fire\n\t\t\t// rejected_handlers.fire\n\t\t\tlist.add( tuple[ 3 ].fire );\n\n\t\t\t// deferred.notify = function() { deferred.notifyWith(...) }\n\t\t\t// deferred.resolve = function() { deferred.resolveWith(...) }\n\t\t\t// deferred.reject = function() { deferred.rejectWith(...) }\n\t\t\tdeferred[ tuple[ 0 ] ] = function() {\n\t\t\t\tdeferred[ tuple[ 0 ] + \"With\" ]( this === deferred ? undefined : this, arguments );\n\t\t\t\treturn this;\n\t\t\t};\n\n\t\t\t// deferred.notifyWith = list.fireWith\n\t\t\t// deferred.resolveWith = list.fireWith\n\t\t\t// deferred.rejectWith = list.fireWith\n\t\t\tdeferred[ tuple[ 0 ] + \"With\" ] = list.fireWith;\n\t\t} );\n\n\t\t// Make the deferred a promise\n\t\tpromise.promise( deferred );\n\n\t\t// Call given func if any\n\t\tif ( func ) {\n\t\t\tfunc.call( deferred, deferred );\n\t\t}\n\n\t\t// All done!\n\t\treturn deferred;\n\t},\n\n\t// Deferred helper\n\twhen: function( singleValue ) {\n\t\tvar\n\n\t\t\t// count of uncompleted subordinates\n\t\t\tremaining = arguments.length,\n\n\t\t\t// count of unprocessed arguments\n\t\t\ti = remaining,\n\n\t\t\t// subordinate fulfillment data\n\t\t\tresolveContexts = Array( i ),\n\t\t\tresolveValues = slice.call( arguments ),\n\n\t\t\t// the master Deferred\n\t\t\tmaster = jQuery.Deferred(),\n\n\t\t\t// subordinate callback factory\n\t\t\tupdateFunc = function( i ) {\n\t\t\t\treturn function( value ) {\n\t\t\t\t\tresolveContexts[ i ] = this;\n\t\t\t\t\tresolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value;\n\t\t\t\t\tif ( !( --remaining ) ) {\n\t\t\t\t\t\tmaster.resolveWith( resolveContexts, resolveValues );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t\t};\n\n\t\t// Single- and empty arguments are adopted like Promise.resolve\n\t\tif ( remaining <= 1 ) {\n\t\t\tadoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject,\n\t\t\t\t!remaining );\n\n\t\t\t// Use .then() to unwrap secondary thenables (cf. gh-3000)\n\t\t\tif ( master.state() === \"pending\" ||\n\t\t\t\tisFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) {\n\n\t\t\t\treturn master.then();\n\t\t\t}\n\t\t}\n\n\t\t// Multiple arguments are aggregated like Promise.all array elements\n\t\twhile ( i-- ) {\n\t\t\tadoptValue( resolveValues[ i ], updateFunc( i ), master.reject );\n\t\t}\n\n\t\treturn master.promise();\n\t}\n} );\n\n\n// These usually indicate a programmer mistake during development,\n// warn about them ASAP rather than swallowing them by default.\nvar rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;\n\njQuery.Deferred.exceptionHook = function( error, stack ) {\n\n\t// Support: IE 8 - 9 only\n\t// Console exists when dev tools are open, which can happen at any time\n\tif ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) {\n\t\twindow.console.warn( \"jQuery.Deferred exception: \" + error.message, error.stack, stack );\n\t}\n};\n\n\n\n\njQuery.readyException = function( error ) {\n\twindow.setTimeout( function() {\n\t\tthrow error;\n\t} );\n};\n\n\n\n\n// The deferred used on DOM ready\nvar readyList = jQuery.Deferred();\n\njQuery.fn.ready = function( fn ) {\n\n\treadyList\n\t\t.then( fn )\n\n\t\t// Wrap jQuery.readyException in a function so that the lookup\n\t\t// happens at the time of error handling instead of callback\n\t\t// registration.\n\t\t.catch( function( error ) {\n\t\t\tjQuery.readyException( error );\n\t\t} );\n\n\treturn this;\n};\n\njQuery.extend( {\n\n\t// Is the DOM ready to be used? Set to true once it occurs.\n\tisReady: false,\n\n\t// A counter to track how many items to wait for before\n\t// the ready event fires. See #6781\n\treadyWait: 1,\n\n\t// Handle when the DOM is ready\n\tready: function( wait ) {\n\n\t\t// Abort if there are pending holds or we're already ready\n\t\tif ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Remember that the DOM is ready\n\t\tjQuery.isReady = true;\n\n\t\t// If a normal DOM Ready event fired, decrement, and wait if need be\n\t\tif ( wait !== true && --jQuery.readyWait > 0 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// If there are functions bound, to execute\n\t\treadyList.resolveWith( document, [ jQuery ] );\n\t}\n} );\n\njQuery.ready.then = readyList.then;\n\n// The ready event handler and self cleanup method\nfunction completed() {\n\tdocument.removeEventListener( \"DOMContentLoaded\", completed );\n\twindow.removeEventListener( \"load\", completed );\n\tjQuery.ready();\n}\n\n// Catch cases where $(document).ready() is called\n// after the browser event has already occurred.\n// Support: IE <=9 - 10 only\n// Older IE sometimes signals \"interactive\" too soon\nif ( document.readyState === \"complete\" ||\n\t( document.readyState !== \"loading\" && !document.documentElement.doScroll ) ) {\n\n\t// Handle it asynchronously to allow scripts the opportunity to delay ready\n\twindow.setTimeout( jQuery.ready );\n\n} else {\n\n\t// Use the handy event callback\n\tdocument.addEventListener( \"DOMContentLoaded\", completed );\n\n\t// A fallback to window.onload, that will always work\n\twindow.addEventListener( \"load\", completed );\n}\n\n\n\n\n// Multifunctional method to get and set values of a collection\n// The value/s can optionally be executed if it's a function\nvar access = function( elems, fn, key, value, chainable, emptyGet, raw ) {\n\tvar i = 0,\n\t\tlen = elems.length,\n\t\tbulk = key == null;\n\n\t// Sets many values\n\tif ( toType( key ) === \"object\" ) {\n\t\tchainable = true;\n\t\tfor ( i in key ) {\n\t\t\taccess( elems, fn, i, key[ i ], true, emptyGet, raw );\n\t\t}\n\n\t// Sets one value\n\t} else if ( value !== undefined ) {\n\t\tchainable = true;\n\n\t\tif ( !isFunction( value ) ) {\n\t\t\traw = true;\n\t\t}\n\n\t\tif ( bulk ) {\n\n\t\t\t// Bulk operations run against the entire set\n\t\t\tif ( raw ) {\n\t\t\t\tfn.call( elems, value );\n\t\t\t\tfn = null;\n\n\t\t\t// ...except when executing function values\n\t\t\t} else {\n\t\t\t\tbulk = fn;\n\t\t\t\tfn = function( elem, key, value ) {\n\t\t\t\t\treturn bulk.call( jQuery( elem ), value );\n\t\t\t\t};\n\t\t\t}\n\t\t}\n\n\t\tif ( fn ) {\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\tfn(\n\t\t\t\t\telems[ i ], key, raw ?\n\t\t\t\t\tvalue :\n\t\t\t\t\tvalue.call( elems[ i ], i, fn( elems[ i ], key ) )\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( chainable ) {\n\t\treturn elems;\n\t}\n\n\t// Gets\n\tif ( bulk ) {\n\t\treturn fn.call( elems );\n\t}\n\n\treturn len ? fn( elems[ 0 ], key ) : emptyGet;\n};\n\n\n// Matches dashed string for camelizing\nvar rmsPrefix = /^-ms-/,\n\trdashAlpha = /-([a-z])/g;\n\n// Used by camelCase as callback to replace()\nfunction fcamelCase( all, letter ) {\n\treturn letter.toUpperCase();\n}\n\n// Convert dashed to camelCase; used by the css and data modules\n// Support: IE <=9 - 11, Edge 12 - 15\n// Microsoft forgot to hump their vendor prefix (#9572)\nfunction camelCase( string ) {\n\treturn string.replace( rmsPrefix, \"ms-\" ).replace( rdashAlpha, fcamelCase );\n}\nvar acceptData = function( owner ) {\n\n\t// Accepts only:\n\t// - Node\n\t// - Node.ELEMENT_NODE\n\t// - Node.DOCUMENT_NODE\n\t// - Object\n\t// - Any\n\treturn owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );\n};\n\n\n\n\nfunction Data() {\n\tthis.expando = jQuery.expando + Data.uid++;\n}\n\nData.uid = 1;\n\nData.prototype = {\n\n\tcache: function( owner ) {\n\n\t\t// Check if the owner object already has a cache\n\t\tvar value = owner[ this.expando ];\n\n\t\t// If not, create one\n\t\tif ( !value ) {\n\t\t\tvalue = {};\n\n\t\t\t// We can accept data for non-element nodes in modern browsers,\n\t\t\t// but we should not, see #8335.\n\t\t\t// Always return an empty object.\n\t\t\tif ( acceptData( owner ) ) {\n\n\t\t\t\t// If it is a node unlikely to be stringify-ed or looped over\n\t\t\t\t// use plain assignment\n\t\t\t\tif ( owner.nodeType ) {\n\t\t\t\t\towner[ this.expando ] = value;\n\n\t\t\t\t// Otherwise secure it in a non-enumerable property\n\t\t\t\t// configurable must be true to allow the property to be\n\t\t\t\t// deleted when data is removed\n\t\t\t\t} else {\n\t\t\t\t\tObject.defineProperty( owner, this.expando, {\n\t\t\t\t\t\tvalue: value,\n\t\t\t\t\t\tconfigurable: true\n\t\t\t\t\t} );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn value;\n\t},\n\tset: function( owner, data, value ) {\n\t\tvar prop,\n\t\t\tcache = this.cache( owner );\n\n\t\t// Handle: [ owner, key, value ] args\n\t\t// Always use camelCase key (gh-2257)\n\t\tif ( typeof data === \"string\" ) {\n\t\t\tcache[ camelCase( data ) ] = value;\n\n\t\t// Handle: [ owner, { properties } ] args\n\t\t} else {\n\n\t\t\t// Copy the properties one-by-one to the cache object\n\t\t\tfor ( prop in data ) {\n\t\t\t\tcache[ camelCase( prop ) ] = data[ prop ];\n\t\t\t}\n\t\t}\n\t\treturn cache;\n\t},\n\tget: function( owner, key ) {\n\t\treturn key === undefined ?\n\t\t\tthis.cache( owner ) :\n\n\t\t\t// Always use camelCase key (gh-2257)\n\t\t\towner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ];\n\t},\n\taccess: function( owner, key, value ) {\n\n\t\t// In cases where either:\n\t\t//\n\t\t// 1. No key was specified\n\t\t// 2. A string key was specified, but no value provided\n\t\t//\n\t\t// Take the \"read\" path and allow the get method to determine\n\t\t// which value to return, respectively either:\n\t\t//\n\t\t// 1. The entire cache object\n\t\t// 2. The data stored at the key\n\t\t//\n\t\tif ( key === undefined ||\n\t\t\t\t( ( key && typeof key === \"string\" ) && value === undefined ) ) {\n\n\t\t\treturn this.get( owner, key );\n\t\t}\n\n\t\t// When the key is not a string, or both a key and value\n\t\t// are specified, set or extend (existing objects) with either:\n\t\t//\n\t\t// 1. An object of properties\n\t\t// 2. A key and value\n\t\t//\n\t\tthis.set( owner, key, value );\n\n\t\t// Since the \"set\" path can have two possible entry points\n\t\t// return the expected data based on which path was taken[*]\n\t\treturn value !== undefined ? value : key;\n\t},\n\tremove: function( owner, key ) {\n\t\tvar i,\n\t\t\tcache = owner[ this.expando ];\n\n\t\tif ( cache === undefined ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( key !== undefined ) {\n\n\t\t\t// Support array or space separated string of keys\n\t\t\tif ( Array.isArray( key ) ) {\n\n\t\t\t\t// If key is an array of keys...\n\t\t\t\t// We always set camelCase keys, so remove that.\n\t\t\t\tkey = key.map( camelCase );\n\t\t\t} else {\n\t\t\t\tkey = camelCase( key );\n\n\t\t\t\t// If a key with the spaces exists, use it.\n\t\t\t\t// Otherwise, create an array by matching non-whitespace\n\t\t\t\tkey = key in cache ?\n\t\t\t\t\t[ key ] :\n\t\t\t\t\t( key.match( rnothtmlwhite ) || [] );\n\t\t\t}\n\n\t\t\ti = key.length;\n\n\t\t\twhile ( i-- ) {\n\t\t\t\tdelete cache[ key[ i ] ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove the expando if there's no more data\n\t\tif ( key === undefined || jQuery.isEmptyObject( cache ) ) {\n\n\t\t\t// Support: Chrome <=35 - 45\n\t\t\t// Webkit & Blink performance suffers when deleting properties\n\t\t\t// from DOM nodes, so set to undefined instead\n\t\t\t// https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted)\n\t\t\tif ( owner.nodeType ) {\n\t\t\t\towner[ this.expando ] = undefined;\n\t\t\t} else {\n\t\t\t\tdelete owner[ this.expando ];\n\t\t\t}\n\t\t}\n\t},\n\thasData: function( owner ) {\n\t\tvar cache = owner[ this.expando ];\n\t\treturn cache !== undefined && !jQuery.isEmptyObject( cache );\n\t}\n};\nvar dataPriv = new Data();\n\nvar dataUser = new Data();\n\n\n\n//\tImplementation Summary\n//\n//\t1. Enforce API surface and semantic compatibility with 1.9.x branch\n//\t2. Improve the module's maintainability by reducing the storage\n//\t\tpaths to a single mechanism.\n//\t3. Use the same single mechanism to support \"private\" and \"user\" data.\n//\t4. _Never_ expose \"private\" data to user code (TODO: Drop _data, _removeData)\n//\t5. Avoid exposing implementation details on user objects (eg. expando properties)\n//\t6. Provide a clear path for implementation upgrade to WeakMap in 2014\n\nvar rbrace = /^(?:\\{[\\w\\W]*\\}|\\[[\\w\\W]*\\])$/,\n\trmultiDash = /[A-Z]/g;\n\nfunction getData( data ) {\n\tif ( data === \"true\" ) {\n\t\treturn true;\n\t}\n\n\tif ( data === \"false\" ) {\n\t\treturn false;\n\t}\n\n\tif ( data === \"null\" ) {\n\t\treturn null;\n\t}\n\n\t// Only convert to a number if it doesn't change the string\n\tif ( data === +data + \"\" ) {\n\t\treturn +data;\n\t}\n\n\tif ( rbrace.test( data ) ) {\n\t\treturn JSON.parse( data );\n\t}\n\n\treturn data;\n}\n\nfunction dataAttr( elem, key, data ) {\n\tvar name;\n\n\t// If nothing was found internally, try to fetch any\n\t// data from the HTML5 data-* attribute\n\tif ( data === undefined && elem.nodeType === 1 ) {\n\t\tname = \"data-\" + key.replace( rmultiDash, \"-$&\" ).toLowerCase();\n\t\tdata = elem.getAttribute( name );\n\n\t\tif ( typeof data === \"string\" ) {\n\t\t\ttry {\n\t\t\t\tdata = getData( data );\n\t\t\t} catch ( e ) {}\n\n\t\t\t// Make sure we set the data so it isn't changed later\n\t\t\tdataUser.set( elem, key, data );\n\t\t} else {\n\t\t\tdata = undefined;\n\t\t}\n\t}\n\treturn data;\n}\n\njQuery.extend( {\n\thasData: function( elem ) {\n\t\treturn dataUser.hasData( elem ) || dataPriv.hasData( elem );\n\t},\n\n\tdata: function( elem, name, data ) {\n\t\treturn dataUser.access( elem, name, data );\n\t},\n\n\tremoveData: function( elem, name ) {\n\t\tdataUser.remove( elem, name );\n\t},\n\n\t// TODO: Now that all calls to _data and _removeData have been replaced\n\t// with direct calls to dataPriv methods, these can be deprecated.\n\t_data: function( elem, name, data ) {\n\t\treturn dataPriv.access( elem, name, data );\n\t},\n\n\t_removeData: function( elem, name ) {\n\t\tdataPriv.remove( elem, name );\n\t}\n} );\n\njQuery.fn.extend( {\n\tdata: function( key, value ) {\n\t\tvar i, name, data,\n\t\t\telem = this[ 0 ],\n\t\t\tattrs = elem && elem.attributes;\n\n\t\t// Gets all values\n\t\tif ( key === undefined ) {\n\t\t\tif ( this.length ) {\n\t\t\t\tdata = dataUser.get( elem );\n\n\t\t\t\tif ( elem.nodeType === 1 && !dataPriv.get( elem, \"hasDataAttrs\" ) ) {\n\t\t\t\t\ti = attrs.length;\n\t\t\t\t\twhile ( i-- ) {\n\n\t\t\t\t\t\t// Support: IE 11 only\n\t\t\t\t\t\t// The attrs elements can be null (#14894)\n\t\t\t\t\t\tif ( attrs[ i ] ) {\n\t\t\t\t\t\t\tname = attrs[ i ].name;\n\t\t\t\t\t\t\tif ( name.indexOf( \"data-\" ) === 0 ) {\n\t\t\t\t\t\t\t\tname = camelCase( name.slice( 5 ) );\n\t\t\t\t\t\t\t\tdataAttr( elem, name, data[ name ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tdataPriv.set( elem, \"hasDataAttrs\", true );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn data;\n\t\t}\n\n\t\t// Sets multiple values\n\t\tif ( typeof key === \"object\" ) {\n\t\t\treturn this.each( function() {\n\t\t\t\tdataUser.set( this, key );\n\t\t\t} );\n\t\t}\n\n\t\treturn access( this, function( value ) {\n\t\t\tvar data;\n\n\t\t\t// The calling jQuery object (element matches) is not empty\n\t\t\t// (and therefore has an element appears at this[ 0 ]) and the\n\t\t\t// `value` parameter was not undefined. An empty jQuery object\n\t\t\t// will result in `undefined` for elem = this[ 0 ] which will\n\t\t\t// throw an exception if an attempt to read a data cache is made.\n\t\t\tif ( elem && value === undefined ) {\n\n\t\t\t\t// Attempt to get data from the cache\n\t\t\t\t// The key will always be camelCased in Data\n\t\t\t\tdata = dataUser.get( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// Attempt to \"discover\" the data in\n\t\t\t\t// HTML5 custom data-* attrs\n\t\t\t\tdata = dataAttr( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// We tried really hard, but the data doesn't exist.\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Set the data...\n\t\t\tthis.each( function() {\n\n\t\t\t\t// We always store the camelCased key\n\t\t\t\tdataUser.set( this, key, value );\n\t\t\t} );\n\t\t}, null, value, arguments.length > 1, null, true );\n\t},\n\n\tremoveData: function( key ) {\n\t\treturn this.each( function() {\n\t\t\tdataUser.remove( this, key );\n\t\t} );\n\t}\n} );\n\n\njQuery.extend( {\n\tqueue: function( elem, type, data ) {\n\t\tvar queue;\n\n\t\tif ( elem ) {\n\t\t\ttype = ( type || \"fx\" ) + \"queue\";\n\t\t\tqueue = dataPriv.get( elem, type );\n\n\t\t\t// Speed up dequeue by getting out quickly if this is just a lookup\n\t\t\tif ( data ) {\n\t\t\t\tif ( !queue || Array.isArray( data ) ) {\n\t\t\t\t\tqueue = dataPriv.access( elem, type, jQuery.makeArray( data ) );\n\t\t\t\t} else {\n\t\t\t\t\tqueue.push( data );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn queue || [];\n\t\t}\n\t},\n\n\tdequeue: function( elem, type ) {\n\t\ttype = type || \"fx\";\n\n\t\tvar queue = jQuery.queue( elem, type ),\n\t\t\tstartLength = queue.length,\n\t\t\tfn = queue.shift(),\n\t\t\thooks = jQuery._queueHooks( elem, type ),\n\t\t\tnext = function() {\n\t\t\t\tjQuery.dequeue( elem, type );\n\t\t\t};\n\n\t\t// If the fx queue is dequeued, always remove the progress sentinel\n\t\tif ( fn === \"inprogress\" ) {\n\t\t\tfn = queue.shift();\n\t\t\tstartLength--;\n\t\t}\n\n\t\tif ( fn ) {\n\n\t\t\t// Add a progress sentinel to prevent the fx queue from being\n\t\t\t// automatically dequeued\n\t\t\tif ( type === \"fx\" ) {\n\t\t\t\tqueue.unshift( \"inprogress\" );\n\t\t\t}\n\n\t\t\t// Clear up the last queue stop function\n\t\t\tdelete hooks.stop;\n\t\t\tfn.call( elem, next, hooks );\n\t\t}\n\n\t\tif ( !startLength && hooks ) {\n\t\t\thooks.empty.fire();\n\t\t}\n\t},\n\n\t// Not public - generate a queueHooks object, or return the current one\n\t_queueHooks: function( elem, type ) {\n\t\tvar key = type + \"queueHooks\";\n\t\treturn dataPriv.get( elem, key ) || dataPriv.access( elem, key, {\n\t\t\tempty: jQuery.Callbacks( \"once memory\" ).add( function() {\n\t\t\t\tdataPriv.remove( elem, [ type + \"queue\", key ] );\n\t\t\t} )\n\t\t} );\n\t}\n} );\n\njQuery.fn.extend( {\n\tqueue: function( type, data ) {\n\t\tvar setter = 2;\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tdata = type;\n\t\t\ttype = \"fx\";\n\t\t\tsetter--;\n\t\t}\n\n\t\tif ( arguments.length < setter ) {\n\t\t\treturn jQuery.queue( this[ 0 ], type );\n\t\t}\n\n\t\treturn data === undefined ?\n\t\t\tthis :\n\t\t\tthis.each( function() {\n\t\t\t\tvar queue = jQuery.queue( this, type, data );\n\n\t\t\t\t// Ensure a hooks for this queue\n\t\t\t\tjQuery._queueHooks( this, type );\n\n\t\t\t\tif ( type === \"fx\" && queue[ 0 ] !== \"inprogress\" ) {\n\t\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t\t}\n\t\t\t} );\n\t},\n\tdequeue: function( type ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.dequeue( this, type );\n\t\t} );\n\t},\n\tclearQueue: function( type ) {\n\t\treturn this.queue( type || \"fx\", [] );\n\t},\n\n\t// Get a promise resolved when queues of a certain type\n\t// are emptied (fx is the type by default)\n\tpromise: function( type, obj ) {\n\t\tvar tmp,\n\t\t\tcount = 1,\n\t\t\tdefer = jQuery.Deferred(),\n\t\t\telements = this,\n\t\t\ti = this.length,\n\t\t\tresolve = function() {\n\t\t\t\tif ( !( --count ) ) {\n\t\t\t\t\tdefer.resolveWith( elements, [ elements ] );\n\t\t\t\t}\n\t\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tobj = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\ttype = type || \"fx\";\n\n\t\twhile ( i-- ) {\n\t\t\ttmp = dataPriv.get( elements[ i ], type + \"queueHooks\" );\n\t\t\tif ( tmp && tmp.empty ) {\n\t\t\t\tcount++;\n\t\t\t\ttmp.empty.add( resolve );\n\t\t\t}\n\t\t}\n\t\tresolve();\n\t\treturn defer.promise( obj );\n\t}\n} );\nvar pnum = ( /[+-]?(?:\\d*\\.|)\\d+(?:[eE][+-]?\\d+|)/ ).source;\n\nvar rcssNum = new RegExp( \"^(?:([+-])=|)(\" + pnum + \")([a-z%]*)$\", \"i\" );\n\n\nvar cssExpand = [ \"Top\", \"Right\", \"Bottom\", \"Left\" ];\n\nvar documentElement = document.documentElement;\n\n\n\n\tvar isAttached = function( elem ) {\n\t\t\treturn jQuery.contains( elem.ownerDocument, elem );\n\t\t},\n\t\tcomposed = { composed: true };\n\n\t// Support: IE 9 - 11+, Edge 12 - 18+, iOS 10.0 - 10.2 only\n\t// Check attachment across shadow DOM boundaries when possible (gh-3504)\n\t// Support: iOS 10.0-10.2 only\n\t// Early iOS 10 versions support `attachShadow` but not `getRootNode`,\n\t// leading to errors. We need to check for `getRootNode`.\n\tif ( documentElement.getRootNode ) {\n\t\tisAttached = function( elem ) {\n\t\t\treturn jQuery.contains( elem.ownerDocument, elem ) ||\n\t\t\t\telem.getRootNode( composed ) === elem.ownerDocument;\n\t\t};\n\t}\nvar isHiddenWithinTree = function( elem, el ) {\n\n\t\t// isHiddenWithinTree might be called from jQuery#filter function;\n\t\t// in that case, element will be second argument\n\t\telem = el || elem;\n\n\t\t// Inline style trumps all\n\t\treturn elem.style.display === \"none\" ||\n\t\t\telem.style.display === \"\" &&\n\n\t\t\t// Otherwise, check computed style\n\t\t\t// Support: Firefox <=43 - 45\n\t\t\t// Disconnected elements can have computed display: none, so first confirm that elem is\n\t\t\t// in the document.\n\t\t\tisAttached( elem ) &&\n\n\t\t\tjQuery.css( elem, \"display\" ) === \"none\";\n\t};\n\nvar swap = function( elem, options, callback, args ) {\n\tvar ret, name,\n\t\told = {};\n\n\t// Remember the old values, and insert the new ones\n\tfor ( name in options ) {\n\t\told[ name ] = elem.style[ name ];\n\t\telem.style[ name ] = options[ name ];\n\t}\n\n\tret = callback.apply( elem, args || [] );\n\n\t// Revert the old values\n\tfor ( name in options ) {\n\t\telem.style[ name ] = old[ name ];\n\t}\n\n\treturn ret;\n};\n\n\n\n\nfunction adjustCSS( elem, prop, valueParts, tween ) {\n\tvar adjusted, scale,\n\t\tmaxIterations = 20,\n\t\tcurrentValue = tween ?\n\t\t\tfunction() {\n\t\t\t\treturn tween.cur();\n\t\t\t} :\n\t\t\tfunction() {\n\t\t\t\treturn jQuery.css( elem, prop, \"\" );\n\t\t\t},\n\t\tinitial = currentValue(),\n\t\tunit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" ),\n\n\t\t// Starting value computation is required for potential unit mismatches\n\t\tinitialInUnit = elem.nodeType &&\n\t\t\t( jQuery.cssNumber[ prop ] || unit !== \"px\" && +initial ) &&\n\t\t\trcssNum.exec( jQuery.css( elem, prop ) );\n\n\tif ( initialInUnit && initialInUnit[ 3 ] !== unit ) {\n\n\t\t// Support: Firefox <=54\n\t\t// Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144)\n\t\tinitial = initial / 2;\n\n\t\t// Trust units reported by jQuery.css\n\t\tunit = unit || initialInUnit[ 3 ];\n\n\t\t// Iteratively approximate from a nonzero starting point\n\t\tinitialInUnit = +initial || 1;\n\n\t\twhile ( maxIterations-- ) {\n\n\t\t\t// Evaluate and update our best guess (doubling guesses that zero out).\n\t\t\t// Finish if the scale equals or crosses 1 (making the old*new product non-positive).\n\t\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\t\t\tif ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) {\n\t\t\t\tmaxIterations = 0;\n\t\t\t}\n\t\t\tinitialInUnit = initialInUnit / scale;\n\n\t\t}\n\n\t\tinitialInUnit = initialInUnit * 2;\n\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\n\t\t// Make sure we update the tween properties later on\n\t\tvalueParts = valueParts || [];\n\t}\n\n\tif ( valueParts ) {\n\t\tinitialInUnit = +initialInUnit || +initial || 0;\n\n\t\t// Apply relative offset (+=/-=) if specified\n\t\tadjusted = valueParts[ 1 ] ?\n\t\t\tinitialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] :\n\t\t\t+valueParts[ 2 ];\n\t\tif ( tween ) {\n\t\t\ttween.unit = unit;\n\t\t\ttween.start = initialInUnit;\n\t\t\ttween.end = adjusted;\n\t\t}\n\t}\n\treturn adjusted;\n}\n\n\nvar defaultDisplayMap = {};\n\nfunction getDefaultDisplay( elem ) {\n\tvar temp,\n\t\tdoc = elem.ownerDocument,\n\t\tnodeName = elem.nodeName,\n\t\tdisplay = defaultDisplayMap[ nodeName ];\n\n\tif ( display ) {\n\t\treturn display;\n\t}\n\n\ttemp = doc.body.appendChild( doc.createElement( nodeName ) );\n\tdisplay = jQuery.css( temp, \"display\" );\n\n\ttemp.parentNode.removeChild( temp );\n\n\tif ( display === \"none\" ) {\n\t\tdisplay = \"block\";\n\t}\n\tdefaultDisplayMap[ nodeName ] = display;\n\n\treturn display;\n}\n\nfunction showHide( elements, show ) {\n\tvar display, elem,\n\t\tvalues = [],\n\t\tindex = 0,\n\t\tlength = elements.length;\n\n\t// Determine new display value for elements that need to change\n\tfor ( ; index < length; index++ ) {\n\t\telem = elements[ index ];\n\t\tif ( !elem.style ) {\n\t\t\tcontinue;\n\t\t}\n\n\t\tdisplay = elem.style.display;\n\t\tif ( show ) {\n\n\t\t\t// Since we force visibility upon cascade-hidden elements, an immediate (and slow)\n\t\t\t// check is required in this first loop unless we have a nonempty display value (either\n\t\t\t// inline or about-to-be-restored)\n\t\t\tif ( display === \"none\" ) {\n\t\t\t\tvalues[ index ] = dataPriv.get( elem, \"display\" ) || null;\n\t\t\t\tif ( !values[ index ] ) {\n\t\t\t\t\telem.style.display = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t\tif ( elem.style.display === \"\" && isHiddenWithinTree( elem ) ) {\n\t\t\t\tvalues[ index ] = getDefaultDisplay( elem );\n\t\t\t}\n\t\t} else {\n\t\t\tif ( display !== \"none\" ) {\n\t\t\t\tvalues[ index ] = \"none\";\n\n\t\t\t\t// Remember what we're overwriting\n\t\t\t\tdataPriv.set( elem, \"display\", display );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Set the display of the elements in a second loop to avoid constant reflow\n\tfor ( index = 0; index < length; index++ ) {\n\t\tif ( values[ index ] != null ) {\n\t\t\telements[ index ].style.display = values[ index ];\n\t\t}\n\t}\n\n\treturn elements;\n}\n\njQuery.fn.extend( {\n\tshow: function() {\n\t\treturn showHide( this, true );\n\t},\n\thide: function() {\n\t\treturn showHide( this );\n\t},\n\ttoggle: function( state ) {\n\t\tif ( typeof state === \"boolean\" ) {\n\t\t\treturn state ? this.show() : this.hide();\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tif ( isHiddenWithinTree( this ) ) {\n\t\t\t\tjQuery( this ).show();\n\t\t\t} else {\n\t\t\t\tjQuery( this ).hide();\n\t\t\t}\n\t\t} );\n\t}\n} );\nvar rcheckableType = ( /^(?:checkbox|radio)$/i );\n\nvar rtagName = ( /<([a-z][^\\/\\0>\\x20\\t\\r\\n\\f]*)/i );\n\nvar rscriptType = ( /^$|^module$|\\/(?:java|ecma)script/i );\n\n\n\n// We have to close these tags to support XHTML (#13200)\nvar wrapMap = {\n\n\t// Support: IE <=9 only\n\toption: [ 1, \"\" ],\n\n\t// XHTML parsers do not magically insert elements in the\n\t// same way that tag soup parsers do. So we cannot shorten\n\t// this by omitting or other required elements.\n\tthead: [ 1, \"\", \"
    \" ],\n\tcol: [ 2, \"\", \"
    \" ],\n\ttr: [ 2, \"\", \"
    \" ],\n\ttd: [ 3, \"\", \"
    \" ],\n\n\t_default: [ 0, \"\", \"\" ]\n};\n\n// Support: IE <=9 only\nwrapMap.optgroup = wrapMap.option;\n\nwrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;\nwrapMap.th = wrapMap.td;\n\n\nfunction getAll( context, tag ) {\n\n\t// Support: IE <=9 - 11 only\n\t// Use typeof to avoid zero-argument method invocation on host objects (#15151)\n\tvar ret;\n\n\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\tret = context.getElementsByTagName( tag || \"*\" );\n\n\t} else if ( typeof context.querySelectorAll !== \"undefined\" ) {\n\t\tret = context.querySelectorAll( tag || \"*\" );\n\n\t} else {\n\t\tret = [];\n\t}\n\n\tif ( tag === undefined || tag && nodeName( context, tag ) ) {\n\t\treturn jQuery.merge( [ context ], ret );\n\t}\n\n\treturn ret;\n}\n\n\n// Mark scripts as having already been evaluated\nfunction setGlobalEval( elems, refElements ) {\n\tvar i = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\tdataPriv.set(\n\t\t\telems[ i ],\n\t\t\t\"globalEval\",\n\t\t\t!refElements || dataPriv.get( refElements[ i ], \"globalEval\" )\n\t\t);\n\t}\n}\n\n\nvar rhtml = /<|&#?\\w+;/;\n\nfunction buildFragment( elems, context, scripts, selection, ignored ) {\n\tvar elem, tmp, tag, wrap, attached, j,\n\t\tfragment = context.createDocumentFragment(),\n\t\tnodes = [],\n\t\ti = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\telem = elems[ i ];\n\n\t\tif ( elem || elem === 0 ) {\n\n\t\t\t// Add nodes directly\n\t\t\tif ( toType( elem ) === \"object\" ) {\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\tjQuery.merge( nodes, elem.nodeType ? [ elem ] : elem );\n\n\t\t\t// Convert non-html into a text node\n\t\t\t} else if ( !rhtml.test( elem ) ) {\n\t\t\t\tnodes.push( context.createTextNode( elem ) );\n\n\t\t\t// Convert html into DOM nodes\n\t\t\t} else {\n\t\t\t\ttmp = tmp || fragment.appendChild( context.createElement( \"div\" ) );\n\n\t\t\t\t// Deserialize a standard representation\n\t\t\t\ttag = ( rtagName.exec( elem ) || [ \"\", \"\" ] )[ 1 ].toLowerCase();\n\t\t\t\twrap = wrapMap[ tag ] || wrapMap._default;\n\t\t\t\ttmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ];\n\n\t\t\t\t// Descend through wrappers to the right content\n\t\t\t\tj = wrap[ 0 ];\n\t\t\t\twhile ( j-- ) {\n\t\t\t\t\ttmp = tmp.lastChild;\n\t\t\t\t}\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\tjQuery.merge( nodes, tmp.childNodes );\n\n\t\t\t\t// Remember the top-level container\n\t\t\t\ttmp = fragment.firstChild;\n\n\t\t\t\t// Ensure the created nodes are orphaned (#12392)\n\t\t\t\ttmp.textContent = \"\";\n\t\t\t}\n\t\t}\n\t}\n\n\t// Remove wrapper from fragment\n\tfragment.textContent = \"\";\n\n\ti = 0;\n\twhile ( ( elem = nodes[ i++ ] ) ) {\n\n\t\t// Skip elements already in the context collection (trac-4087)\n\t\tif ( selection && jQuery.inArray( elem, selection ) > -1 ) {\n\t\t\tif ( ignored ) {\n\t\t\t\tignored.push( elem );\n\t\t\t}\n\t\t\tcontinue;\n\t\t}\n\n\t\tattached = isAttached( elem );\n\n\t\t// Append to fragment\n\t\ttmp = getAll( fragment.appendChild( elem ), \"script\" );\n\n\t\t// Preserve script evaluation history\n\t\tif ( attached ) {\n\t\t\tsetGlobalEval( tmp );\n\t\t}\n\n\t\t// Capture executables\n\t\tif ( scripts ) {\n\t\t\tj = 0;\n\t\t\twhile ( ( elem = tmp[ j++ ] ) ) {\n\t\t\t\tif ( rscriptType.test( elem.type || \"\" ) ) {\n\t\t\t\t\tscripts.push( elem );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn fragment;\n}\n\n\n( function() {\n\tvar fragment = document.createDocumentFragment(),\n\t\tdiv = fragment.appendChild( document.createElement( \"div\" ) ),\n\t\tinput = document.createElement( \"input\" );\n\n\t// Support: Android 4.0 - 4.3 only\n\t// Check state lost if the name is set (#11217)\n\t// Support: Windows Web Apps (WWA)\n\t// `name` and `type` must use .setAttribute for WWA (#14901)\n\tinput.setAttribute( \"type\", \"radio\" );\n\tinput.setAttribute( \"checked\", \"checked\" );\n\tinput.setAttribute( \"name\", \"t\" );\n\n\tdiv.appendChild( input );\n\n\t// Support: Android <=4.1 only\n\t// Older WebKit doesn't clone checked state correctly in fragments\n\tsupport.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;\n\n\t// Support: IE <=11 only\n\t// Make sure textarea (and checkbox) defaultValue is properly cloned\n\tdiv.innerHTML = \"\";\n\tsupport.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;\n} )();\n\n\nvar\n\trkeyEvent = /^key/,\n\trmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/,\n\trtypenamespace = /^([^.]*)(?:\\.(.+)|)/;\n\nfunction returnTrue() {\n\treturn true;\n}\n\nfunction returnFalse() {\n\treturn false;\n}\n\n// Support: IE <=9 - 11+\n// focus() and blur() are asynchronous, except when they are no-op.\n// So expect focus to be synchronous when the element is already active,\n// and blur to be synchronous when the element is not already active.\n// (focus and blur are always synchronous in other supported browsers,\n// this just defines when we can count on it).\nfunction expectSync( elem, type ) {\n\treturn ( elem === safeActiveElement() ) === ( type === \"focus\" );\n}\n\n// Support: IE <=9 only\n// Accessing document.activeElement can throw unexpectedly\n// https://bugs.jquery.com/ticket/13393\nfunction safeActiveElement() {\n\ttry {\n\t\treturn document.activeElement;\n\t} catch ( err ) { }\n}\n\nfunction on( elem, types, selector, data, fn, one ) {\n\tvar origFn, type;\n\n\t// Types can be a map of types/handlers\n\tif ( typeof types === \"object\" ) {\n\n\t\t// ( types-Object, selector, data )\n\t\tif ( typeof selector !== \"string\" ) {\n\n\t\t\t// ( types-Object, data )\n\t\t\tdata = data || selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tfor ( type in types ) {\n\t\t\ton( elem, type, selector, data, types[ type ], one );\n\t\t}\n\t\treturn elem;\n\t}\n\n\tif ( data == null && fn == null ) {\n\n\t\t// ( types, fn )\n\t\tfn = selector;\n\t\tdata = selector = undefined;\n\t} else if ( fn == null ) {\n\t\tif ( typeof selector === \"string\" ) {\n\n\t\t\t// ( types, selector, fn )\n\t\t\tfn = data;\n\t\t\tdata = undefined;\n\t\t} else {\n\n\t\t\t// ( types, data, fn )\n\t\t\tfn = data;\n\t\t\tdata = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t}\n\tif ( fn === false ) {\n\t\tfn = returnFalse;\n\t} else if ( !fn ) {\n\t\treturn elem;\n\t}\n\n\tif ( one === 1 ) {\n\t\torigFn = fn;\n\t\tfn = function( event ) {\n\n\t\t\t// Can use an empty set, since event contains the info\n\t\t\tjQuery().off( event );\n\t\t\treturn origFn.apply( this, arguments );\n\t\t};\n\n\t\t// Use same guid so caller can remove using origFn\n\t\tfn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );\n\t}\n\treturn elem.each( function() {\n\t\tjQuery.event.add( this, types, fn, data, selector );\n\t} );\n}\n\n/*\n * Helper functions for managing events -- not part of the public interface.\n * Props to Dean Edwards' addEvent library for many of the ideas.\n */\njQuery.event = {\n\n\tglobal: {},\n\n\tadd: function( elem, types, handler, data, selector ) {\n\n\t\tvar handleObjIn, eventHandle, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.get( elem );\n\n\t\t// Don't attach events to noData or text/comment nodes (but allow plain objects)\n\t\tif ( !elemData ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Caller can pass in an object of custom data in lieu of the handler\n\t\tif ( handler.handler ) {\n\t\t\thandleObjIn = handler;\n\t\t\thandler = handleObjIn.handler;\n\t\t\tselector = handleObjIn.selector;\n\t\t}\n\n\t\t// Ensure that invalid selectors throw exceptions at attach time\n\t\t// Evaluate against documentElement in case elem is a non-element node (e.g., document)\n\t\tif ( selector ) {\n\t\t\tjQuery.find.matchesSelector( documentElement, selector );\n\t\t}\n\n\t\t// Make sure that the handler has a unique ID, used to find/remove it later\n\t\tif ( !handler.guid ) {\n\t\t\thandler.guid = jQuery.guid++;\n\t\t}\n\n\t\t// Init the element's event structure and main handler, if this is the first\n\t\tif ( !( events = elemData.events ) ) {\n\t\t\tevents = elemData.events = {};\n\t\t}\n\t\tif ( !( eventHandle = elemData.handle ) ) {\n\t\t\teventHandle = elemData.handle = function( e ) {\n\n\t\t\t\t// Discard the second event of a jQuery.event.trigger() and\n\t\t\t\t// when an event is called after a page has unloaded\n\t\t\t\treturn typeof jQuery !== \"undefined\" && jQuery.event.triggered !== e.type ?\n\t\t\t\t\tjQuery.event.dispatch.apply( elem, arguments ) : undefined;\n\t\t\t};\n\t\t}\n\n\t\t// Handle multiple events separated by a space\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ] ) || [];\n\t\t\ttype = origType = tmp[ 1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// There *must* be a type, no attaching namespace-only handlers\n\t\t\tif ( !type ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// If event changes its type, use the special event handlers for the changed type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// If selector defined, determine special event api type, otherwise given type\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\n\t\t\t// Update special based on newly reset type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// handleObj is passed to all event handlers\n\t\t\thandleObj = jQuery.extend( {\n\t\t\t\ttype: type,\n\t\t\t\torigType: origType,\n\t\t\t\tdata: data,\n\t\t\t\thandler: handler,\n\t\t\t\tguid: handler.guid,\n\t\t\t\tselector: selector,\n\t\t\t\tneedsContext: selector && jQuery.expr.match.needsContext.test( selector ),\n\t\t\t\tnamespace: namespaces.join( \".\" )\n\t\t\t}, handleObjIn );\n\n\t\t\t// Init the event handler queue if we're the first\n\t\t\tif ( !( handlers = events[ type ] ) ) {\n\t\t\t\thandlers = events[ type ] = [];\n\t\t\t\thandlers.delegateCount = 0;\n\n\t\t\t\t// Only use addEventListener if the special events handler returns false\n\t\t\t\tif ( !special.setup ||\n\t\t\t\t\tspecial.setup.call( elem, data, namespaces, eventHandle ) === false ) {\n\n\t\t\t\t\tif ( elem.addEventListener ) {\n\t\t\t\t\t\telem.addEventListener( type, eventHandle );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( special.add ) {\n\t\t\t\tspecial.add.call( elem, handleObj );\n\n\t\t\t\tif ( !handleObj.handler.guid ) {\n\t\t\t\t\thandleObj.handler.guid = handler.guid;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Add to the element's handler list, delegates in front\n\t\t\tif ( selector ) {\n\t\t\t\thandlers.splice( handlers.delegateCount++, 0, handleObj );\n\t\t\t} else {\n\t\t\t\thandlers.push( handleObj );\n\t\t\t}\n\n\t\t\t// Keep track of which events have ever been used, for event optimization\n\t\t\tjQuery.event.global[ type ] = true;\n\t\t}\n\n\t},\n\n\t// Detach an event or set of events from an element\n\tremove: function( elem, types, handler, selector, mappedTypes ) {\n\n\t\tvar j, origCount, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.hasData( elem ) && dataPriv.get( elem );\n\n\t\tif ( !elemData || !( events = elemData.events ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Once for each type.namespace in types; type may be omitted\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ] ) || [];\n\t\t\ttype = origType = tmp[ 1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// Unbind all events (on this namespace, if provided) for the element\n\t\t\tif ( !type ) {\n\t\t\t\tfor ( type in events ) {\n\t\t\t\t\tjQuery.event.remove( elem, type + types[ t ], handler, selector, true );\n\t\t\t\t}\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\t\t\thandlers = events[ type ] || [];\n\t\t\ttmp = tmp[ 2 ] &&\n\t\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" );\n\n\t\t\t// Remove matching events\n\t\t\torigCount = j = handlers.length;\n\t\t\twhile ( j-- ) {\n\t\t\t\thandleObj = handlers[ j ];\n\n\t\t\t\tif ( ( mappedTypes || origType === handleObj.origType ) &&\n\t\t\t\t\t( !handler || handler.guid === handleObj.guid ) &&\n\t\t\t\t\t( !tmp || tmp.test( handleObj.namespace ) ) &&\n\t\t\t\t\t( !selector || selector === handleObj.selector ||\n\t\t\t\t\t\tselector === \"**\" && handleObj.selector ) ) {\n\t\t\t\t\thandlers.splice( j, 1 );\n\n\t\t\t\t\tif ( handleObj.selector ) {\n\t\t\t\t\t\thandlers.delegateCount--;\n\t\t\t\t\t}\n\t\t\t\t\tif ( special.remove ) {\n\t\t\t\t\t\tspecial.remove.call( elem, handleObj );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Remove generic event handler if we removed something and no more handlers exist\n\t\t\t// (avoids potential for endless recursion during removal of special event handlers)\n\t\t\tif ( origCount && !handlers.length ) {\n\t\t\t\tif ( !special.teardown ||\n\t\t\t\t\tspecial.teardown.call( elem, namespaces, elemData.handle ) === false ) {\n\n\t\t\t\t\tjQuery.removeEvent( elem, type, elemData.handle );\n\t\t\t\t}\n\n\t\t\t\tdelete events[ type ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove data and the expando if it's no longer used\n\t\tif ( jQuery.isEmptyObject( events ) ) {\n\t\t\tdataPriv.remove( elem, \"handle events\" );\n\t\t}\n\t},\n\n\tdispatch: function( nativeEvent ) {\n\n\t\t// Make a writable jQuery.Event from the native event object\n\t\tvar event = jQuery.event.fix( nativeEvent );\n\n\t\tvar i, j, ret, matched, handleObj, handlerQueue,\n\t\t\targs = new Array( arguments.length ),\n\t\t\thandlers = ( dataPriv.get( this, \"events\" ) || {} )[ event.type ] || [],\n\t\t\tspecial = jQuery.event.special[ event.type ] || {};\n\n\t\t// Use the fix-ed jQuery.Event rather than the (read-only) native event\n\t\targs[ 0 ] = event;\n\n\t\tfor ( i = 1; i < arguments.length; i++ ) {\n\t\t\targs[ i ] = arguments[ i ];\n\t\t}\n\n\t\tevent.delegateTarget = this;\n\n\t\t// Call the preDispatch hook for the mapped type, and let it bail if desired\n\t\tif ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine handlers\n\t\thandlerQueue = jQuery.event.handlers.call( this, event, handlers );\n\n\t\t// Run delegates first; they may want to stop propagation beneath us\n\t\ti = 0;\n\t\twhile ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tevent.currentTarget = matched.elem;\n\n\t\t\tj = 0;\n\t\t\twhile ( ( handleObj = matched.handlers[ j++ ] ) &&\n\t\t\t\t!event.isImmediatePropagationStopped() ) {\n\n\t\t\t\t// If the event is namespaced, then each handler is only invoked if it is\n\t\t\t\t// specially universal or its namespaces are a superset of the event's.\n\t\t\t\tif ( !event.rnamespace || handleObj.namespace === false ||\n\t\t\t\t\tevent.rnamespace.test( handleObj.namespace ) ) {\n\n\t\t\t\t\tevent.handleObj = handleObj;\n\t\t\t\t\tevent.data = handleObj.data;\n\n\t\t\t\t\tret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle ||\n\t\t\t\t\t\thandleObj.handler ).apply( matched.elem, args );\n\n\t\t\t\t\tif ( ret !== undefined ) {\n\t\t\t\t\t\tif ( ( event.result = ret ) === false ) {\n\t\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Call the postDispatch hook for the mapped type\n\t\tif ( special.postDispatch ) {\n\t\t\tspecial.postDispatch.call( this, event );\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\thandlers: function( event, handlers ) {\n\t\tvar i, handleObj, sel, matchedHandlers, matchedSelectors,\n\t\t\thandlerQueue = [],\n\t\t\tdelegateCount = handlers.delegateCount,\n\t\t\tcur = event.target;\n\n\t\t// Find delegate handlers\n\t\tif ( delegateCount &&\n\n\t\t\t// Support: IE <=9\n\t\t\t// Black-hole SVG instance trees (trac-13180)\n\t\t\tcur.nodeType &&\n\n\t\t\t// Support: Firefox <=42\n\t\t\t// Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861)\n\t\t\t// https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click\n\t\t\t// Support: IE 11 only\n\t\t\t// ...but not arrow key \"clicks\" of radio inputs, which can have `button` -1 (gh-2343)\n\t\t\t!( event.type === \"click\" && event.button >= 1 ) ) {\n\n\t\t\tfor ( ; cur !== this; cur = cur.parentNode || this ) {\n\n\t\t\t\t// Don't check non-elements (#13208)\n\t\t\t\t// Don't process clicks on disabled elements (#6911, #8165, #11382, #11764)\n\t\t\t\tif ( cur.nodeType === 1 && !( event.type === \"click\" && cur.disabled === true ) ) {\n\t\t\t\t\tmatchedHandlers = [];\n\t\t\t\t\tmatchedSelectors = {};\n\t\t\t\t\tfor ( i = 0; i < delegateCount; i++ ) {\n\t\t\t\t\t\thandleObj = handlers[ i ];\n\n\t\t\t\t\t\t// Don't conflict with Object.prototype properties (#13203)\n\t\t\t\t\t\tsel = handleObj.selector + \" \";\n\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] === undefined ) {\n\t\t\t\t\t\t\tmatchedSelectors[ sel ] = handleObj.needsContext ?\n\t\t\t\t\t\t\t\tjQuery( sel, this ).index( cur ) > -1 :\n\t\t\t\t\t\t\t\tjQuery.find( sel, this, null, [ cur ] ).length;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] ) {\n\t\t\t\t\t\t\tmatchedHandlers.push( handleObj );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( matchedHandlers.length ) {\n\t\t\t\t\t\thandlerQueue.push( { elem: cur, handlers: matchedHandlers } );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Add the remaining (directly-bound) handlers\n\t\tcur = this;\n\t\tif ( delegateCount < handlers.length ) {\n\t\t\thandlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } );\n\t\t}\n\n\t\treturn handlerQueue;\n\t},\n\n\taddProp: function( name, hook ) {\n\t\tObject.defineProperty( jQuery.Event.prototype, name, {\n\t\t\tenumerable: true,\n\t\t\tconfigurable: true,\n\n\t\t\tget: isFunction( hook ) ?\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\n\t\t\t\t\t\t\treturn hook( this.originalEvent );\n\t\t\t\t\t}\n\t\t\t\t} :\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\n\t\t\t\t\t\t\treturn this.originalEvent[ name ];\n\t\t\t\t\t}\n\t\t\t\t},\n\n\t\t\tset: function( value ) {\n\t\t\t\tObject.defineProperty( this, name, {\n\t\t\t\t\tenumerable: true,\n\t\t\t\t\tconfigurable: true,\n\t\t\t\t\twritable: true,\n\t\t\t\t\tvalue: value\n\t\t\t\t} );\n\t\t\t}\n\t\t} );\n\t},\n\n\tfix: function( originalEvent ) {\n\t\treturn originalEvent[ jQuery.expando ] ?\n\t\t\toriginalEvent :\n\t\t\tnew jQuery.Event( originalEvent );\n\t},\n\n\tspecial: {\n\t\tload: {\n\n\t\t\t// Prevent triggered image.load events from bubbling to window.load\n\t\t\tnoBubble: true\n\t\t},\n\t\tclick: {\n\n\t\t\t// Utilize native event to ensure correct state for checkable inputs\n\t\t\tsetup: function( data ) {\n\n\t\t\t\t// For mutual compressibility with _default, replace `this` access with a local var.\n\t\t\t\t// `|| data` is dead code meant only to preserve the variable through minification.\n\t\t\t\tvar el = this || data;\n\n\t\t\t\t// Claim the first handler\n\t\t\t\tif ( rcheckableType.test( el.type ) &&\n\t\t\t\t\tel.click && nodeName( el, \"input\" ) ) {\n\n\t\t\t\t\t// dataPriv.set( el, \"click\", ... )\n\t\t\t\t\tleverageNative( el, \"click\", returnTrue );\n\t\t\t\t}\n\n\t\t\t\t// Return false to allow normal processing in the caller\n\t\t\t\treturn false;\n\t\t\t},\n\t\t\ttrigger: function( data ) {\n\n\t\t\t\t// For mutual compressibility with _default, replace `this` access with a local var.\n\t\t\t\t// `|| data` is dead code meant only to preserve the variable through minification.\n\t\t\t\tvar el = this || data;\n\n\t\t\t\t// Force setup before triggering a click\n\t\t\t\tif ( rcheckableType.test( el.type ) &&\n\t\t\t\t\tel.click && nodeName( el, \"input\" ) ) {\n\n\t\t\t\t\tleverageNative( el, \"click\" );\n\t\t\t\t}\n\n\t\t\t\t// Return non-false to allow normal event-path propagation\n\t\t\t\treturn true;\n\t\t\t},\n\n\t\t\t// For cross-browser consistency, suppress native .click() on links\n\t\t\t// Also prevent it if we're currently inside a leveraged native-event stack\n\t\t\t_default: function( event ) {\n\t\t\t\tvar target = event.target;\n\t\t\t\treturn rcheckableType.test( target.type ) &&\n\t\t\t\t\ttarget.click && nodeName( target, \"input\" ) &&\n\t\t\t\t\tdataPriv.get( target, \"click\" ) ||\n\t\t\t\t\tnodeName( target, \"a\" );\n\t\t\t}\n\t\t},\n\n\t\tbeforeunload: {\n\t\t\tpostDispatch: function( event ) {\n\n\t\t\t\t// Support: Firefox 20+\n\t\t\t\t// Firefox doesn't alert if the returnValue field is not set.\n\t\t\t\tif ( event.result !== undefined && event.originalEvent ) {\n\t\t\t\t\tevent.originalEvent.returnValue = event.result;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n};\n\n// Ensure the presence of an event listener that handles manually-triggered\n// synthetic events by interrupting progress until reinvoked in response to\n// *native* events that it fires directly, ensuring that state changes have\n// already occurred before other listeners are invoked.\nfunction leverageNative( el, type, expectSync ) {\n\n\t// Missing expectSync indicates a trigger call, which must force setup through jQuery.event.add\n\tif ( !expectSync ) {\n\t\tif ( dataPriv.get( el, type ) === undefined ) {\n\t\t\tjQuery.event.add( el, type, returnTrue );\n\t\t}\n\t\treturn;\n\t}\n\n\t// Register the controller as a special universal handler for all event namespaces\n\tdataPriv.set( el, type, false );\n\tjQuery.event.add( el, type, {\n\t\tnamespace: false,\n\t\thandler: function( event ) {\n\t\t\tvar notAsync, result,\n\t\t\t\tsaved = dataPriv.get( this, type );\n\n\t\t\tif ( ( event.isTrigger & 1 ) && this[ type ] ) {\n\n\t\t\t\t// Interrupt processing of the outer synthetic .trigger()ed event\n\t\t\t\t// Saved data should be false in such cases, but might be a leftover capture object\n\t\t\t\t// from an async native handler (gh-4350)\n\t\t\t\tif ( !saved.length ) {\n\n\t\t\t\t\t// Store arguments for use when handling the inner native event\n\t\t\t\t\t// There will always be at least one argument (an event object), so this array\n\t\t\t\t\t// will not be confused with a leftover capture object.\n\t\t\t\t\tsaved = slice.call( arguments );\n\t\t\t\t\tdataPriv.set( this, type, saved );\n\n\t\t\t\t\t// Trigger the native event and capture its result\n\t\t\t\t\t// Support: IE <=9 - 11+\n\t\t\t\t\t// focus() and blur() are asynchronous\n\t\t\t\t\tnotAsync = expectSync( this, type );\n\t\t\t\t\tthis[ type ]();\n\t\t\t\t\tresult = dataPriv.get( this, type );\n\t\t\t\t\tif ( saved !== result || notAsync ) {\n\t\t\t\t\t\tdataPriv.set( this, type, false );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tresult = {};\n\t\t\t\t\t}\n\t\t\t\t\tif ( saved !== result ) {\n\n\t\t\t\t\t\t// Cancel the outer synthetic event\n\t\t\t\t\t\tevent.stopImmediatePropagation();\n\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\treturn result.value;\n\t\t\t\t\t}\n\n\t\t\t\t// If this is an inner synthetic event for an event with a bubbling surrogate\n\t\t\t\t// (focus or blur), assume that the surrogate already propagated from triggering the\n\t\t\t\t// native event and prevent that from happening again here.\n\t\t\t\t// This technically gets the ordering wrong w.r.t. to `.trigger()` (in which the\n\t\t\t\t// bubbling surrogate propagates *after* the non-bubbling base), but that seems\n\t\t\t\t// less bad than duplication.\n\t\t\t\t} else if ( ( jQuery.event.special[ type ] || {} ).delegateType ) {\n\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t}\n\n\t\t\t// If this is a native event triggered above, everything is now in order\n\t\t\t// Fire an inner synthetic event with the original arguments\n\t\t\t} else if ( saved.length ) {\n\n\t\t\t\t// ...and capture the result\n\t\t\t\tdataPriv.set( this, type, {\n\t\t\t\t\tvalue: jQuery.event.trigger(\n\n\t\t\t\t\t\t// Support: IE <=9 - 11+\n\t\t\t\t\t\t// Extend with the prototype to reset the above stopImmediatePropagation()\n\t\t\t\t\t\tjQuery.extend( saved[ 0 ], jQuery.Event.prototype ),\n\t\t\t\t\t\tsaved.slice( 1 ),\n\t\t\t\t\t\tthis\n\t\t\t\t\t)\n\t\t\t\t} );\n\n\t\t\t\t// Abort handling of the native event\n\t\t\t\tevent.stopImmediatePropagation();\n\t\t\t}\n\t\t}\n\t} );\n}\n\njQuery.removeEvent = function( elem, type, handle ) {\n\n\t// This \"if\" is needed for plain objects\n\tif ( elem.removeEventListener ) {\n\t\telem.removeEventListener( type, handle );\n\t}\n};\n\njQuery.Event = function( src, props ) {\n\n\t// Allow instantiation without the 'new' keyword\n\tif ( !( this instanceof jQuery.Event ) ) {\n\t\treturn new jQuery.Event( src, props );\n\t}\n\n\t// Event object\n\tif ( src && src.type ) {\n\t\tthis.originalEvent = src;\n\t\tthis.type = src.type;\n\n\t\t// Events bubbling up the document may have been marked as prevented\n\t\t// by a handler lower down the tree; reflect the correct value.\n\t\tthis.isDefaultPrevented = src.defaultPrevented ||\n\t\t\t\tsrc.defaultPrevented === undefined &&\n\n\t\t\t\t// Support: Android <=2.3 only\n\t\t\t\tsrc.returnValue === false ?\n\t\t\treturnTrue :\n\t\t\treturnFalse;\n\n\t\t// Create target properties\n\t\t// Support: Safari <=6 - 7 only\n\t\t// Target should not be a text node (#504, #13143)\n\t\tthis.target = ( src.target && src.target.nodeType === 3 ) ?\n\t\t\tsrc.target.parentNode :\n\t\t\tsrc.target;\n\n\t\tthis.currentTarget = src.currentTarget;\n\t\tthis.relatedTarget = src.relatedTarget;\n\n\t// Event type\n\t} else {\n\t\tthis.type = src;\n\t}\n\n\t// Put explicitly provided properties onto the event object\n\tif ( props ) {\n\t\tjQuery.extend( this, props );\n\t}\n\n\t// Create a timestamp if incoming event doesn't have one\n\tthis.timeStamp = src && src.timeStamp || Date.now();\n\n\t// Mark it as fixed\n\tthis[ jQuery.expando ] = true;\n};\n\n// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding\n// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html\njQuery.Event.prototype = {\n\tconstructor: jQuery.Event,\n\tisDefaultPrevented: returnFalse,\n\tisPropagationStopped: returnFalse,\n\tisImmediatePropagationStopped: returnFalse,\n\tisSimulated: false,\n\n\tpreventDefault: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isDefaultPrevented = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.preventDefault();\n\t\t}\n\t},\n\tstopPropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isPropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopPropagation();\n\t\t}\n\t},\n\tstopImmediatePropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isImmediatePropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopImmediatePropagation();\n\t\t}\n\n\t\tthis.stopPropagation();\n\t}\n};\n\n// Includes all common event props including KeyEvent and MouseEvent specific props\njQuery.each( {\n\taltKey: true,\n\tbubbles: true,\n\tcancelable: true,\n\tchangedTouches: true,\n\tctrlKey: true,\n\tdetail: true,\n\teventPhase: true,\n\tmetaKey: true,\n\tpageX: true,\n\tpageY: true,\n\tshiftKey: true,\n\tview: true,\n\t\"char\": true,\n\tcode: true,\n\tcharCode: true,\n\tkey: true,\n\tkeyCode: true,\n\tbutton: true,\n\tbuttons: true,\n\tclientX: true,\n\tclientY: true,\n\toffsetX: true,\n\toffsetY: true,\n\tpointerId: true,\n\tpointerType: true,\n\tscreenX: true,\n\tscreenY: true,\n\ttargetTouches: true,\n\ttoElement: true,\n\ttouches: true,\n\n\twhich: function( event ) {\n\t\tvar button = event.button;\n\n\t\t// Add which for key events\n\t\tif ( event.which == null && rkeyEvent.test( event.type ) ) {\n\t\t\treturn event.charCode != null ? event.charCode : event.keyCode;\n\t\t}\n\n\t\t// Add which for click: 1 === left; 2 === middle; 3 === right\n\t\tif ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) {\n\t\t\tif ( button & 1 ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\tif ( button & 2 ) {\n\t\t\t\treturn 3;\n\t\t\t}\n\n\t\t\tif ( button & 4 ) {\n\t\t\t\treturn 2;\n\t\t\t}\n\n\t\t\treturn 0;\n\t\t}\n\n\t\treturn event.which;\n\t}\n}, jQuery.event.addProp );\n\njQuery.each( { focus: \"focusin\", blur: \"focusout\" }, function( type, delegateType ) {\n\tjQuery.event.special[ type ] = {\n\n\t\t// Utilize native event if possible so blur/focus sequence is correct\n\t\tsetup: function() {\n\n\t\t\t// Claim the first handler\n\t\t\t// dataPriv.set( this, \"focus\", ... )\n\t\t\t// dataPriv.set( this, \"blur\", ... )\n\t\t\tleverageNative( this, type, expectSync );\n\n\t\t\t// Return false to allow normal processing in the caller\n\t\t\treturn false;\n\t\t},\n\t\ttrigger: function() {\n\n\t\t\t// Force setup before trigger\n\t\t\tleverageNative( this, type );\n\n\t\t\t// Return non-false to allow normal event-path propagation\n\t\t\treturn true;\n\t\t},\n\n\t\tdelegateType: delegateType\n\t};\n} );\n\n// Create mouseenter/leave events using mouseover/out and event-time checks\n// so that event delegation works in jQuery.\n// Do the same for pointerenter/pointerleave and pointerover/pointerout\n//\n// Support: Safari 7 only\n// Safari sends mouseenter too often; see:\n// https://bugs.chromium.org/p/chromium/issues/detail?id=470258\n// for the description of the bug (it existed in older Chrome versions as well).\njQuery.each( {\n\tmouseenter: \"mouseover\",\n\tmouseleave: \"mouseout\",\n\tpointerenter: \"pointerover\",\n\tpointerleave: \"pointerout\"\n}, function( orig, fix ) {\n\tjQuery.event.special[ orig ] = {\n\t\tdelegateType: fix,\n\t\tbindType: fix,\n\n\t\thandle: function( event ) {\n\t\t\tvar ret,\n\t\t\t\ttarget = this,\n\t\t\t\trelated = event.relatedTarget,\n\t\t\t\thandleObj = event.handleObj;\n\n\t\t\t// For mouseenter/leave call the handler if related is outside the target.\n\t\t\t// NB: No relatedTarget if the mouse left/entered the browser window\n\t\t\tif ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) {\n\t\t\t\tevent.type = handleObj.origType;\n\t\t\t\tret = handleObj.handler.apply( this, arguments );\n\t\t\t\tevent.type = fix;\n\t\t\t}\n\t\t\treturn ret;\n\t\t}\n\t};\n} );\n\njQuery.fn.extend( {\n\n\ton: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn );\n\t},\n\tone: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn, 1 );\n\t},\n\toff: function( types, selector, fn ) {\n\t\tvar handleObj, type;\n\t\tif ( types && types.preventDefault && types.handleObj ) {\n\n\t\t\t// ( event ) dispatched jQuery.Event\n\t\t\thandleObj = types.handleObj;\n\t\t\tjQuery( types.delegateTarget ).off(\n\t\t\t\thandleObj.namespace ?\n\t\t\t\t\thandleObj.origType + \".\" + handleObj.namespace :\n\t\t\t\t\thandleObj.origType,\n\t\t\t\thandleObj.selector,\n\t\t\t\thandleObj.handler\n\t\t\t);\n\t\t\treturn this;\n\t\t}\n\t\tif ( typeof types === \"object\" ) {\n\n\t\t\t// ( types-object [, selector] )\n\t\t\tfor ( type in types ) {\n\t\t\t\tthis.off( type, selector, types[ type ] );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\t\tif ( selector === false || typeof selector === \"function\" ) {\n\n\t\t\t// ( types [, fn] )\n\t\t\tfn = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tif ( fn === false ) {\n\t\t\tfn = returnFalse;\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.remove( this, types, fn, selector );\n\t\t} );\n\t}\n} );\n\n\nvar\n\n\t/* eslint-disable max-len */\n\n\t// See https://github.com/eslint/eslint/issues/3229\n\trxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\\/\\0>\\x20\\t\\r\\n\\f]*)[^>]*)\\/>/gi,\n\n\t/* eslint-enable */\n\n\t// Support: IE <=10 - 11, Edge 12 - 13 only\n\t// In IE/Edge using regex groups here causes severe slowdowns.\n\t// See https://connect.microsoft.com/IE/feedback/details/1736512/\n\trnoInnerhtml = /\\s*$/g;\n\n// Prefer a tbody over its parent table for containing new rows\nfunction manipulationTarget( elem, content ) {\n\tif ( nodeName( elem, \"table\" ) &&\n\t\tnodeName( content.nodeType !== 11 ? content : content.firstChild, \"tr\" ) ) {\n\n\t\treturn jQuery( elem ).children( \"tbody\" )[ 0 ] || elem;\n\t}\n\n\treturn elem;\n}\n\n// Replace/restore the type attribute of script elements for safe DOM manipulation\nfunction disableScript( elem ) {\n\telem.type = ( elem.getAttribute( \"type\" ) !== null ) + \"/\" + elem.type;\n\treturn elem;\n}\nfunction restoreScript( elem ) {\n\tif ( ( elem.type || \"\" ).slice( 0, 5 ) === \"true/\" ) {\n\t\telem.type = elem.type.slice( 5 );\n\t} else {\n\t\telem.removeAttribute( \"type\" );\n\t}\n\n\treturn elem;\n}\n\nfunction cloneCopyEvent( src, dest ) {\n\tvar i, l, type, pdataOld, pdataCur, udataOld, udataCur, events;\n\n\tif ( dest.nodeType !== 1 ) {\n\t\treturn;\n\t}\n\n\t// 1. Copy private data: events, handlers, etc.\n\tif ( dataPriv.hasData( src ) ) {\n\t\tpdataOld = dataPriv.access( src );\n\t\tpdataCur = dataPriv.set( dest, pdataOld );\n\t\tevents = pdataOld.events;\n\n\t\tif ( events ) {\n\t\t\tdelete pdataCur.handle;\n\t\t\tpdataCur.events = {};\n\n\t\t\tfor ( type in events ) {\n\t\t\t\tfor ( i = 0, l = events[ type ].length; i < l; i++ ) {\n\t\t\t\t\tjQuery.event.add( dest, type, events[ type ][ i ] );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// 2. Copy user data\n\tif ( dataUser.hasData( src ) ) {\n\t\tudataOld = dataUser.access( src );\n\t\tudataCur = jQuery.extend( {}, udataOld );\n\n\t\tdataUser.set( dest, udataCur );\n\t}\n}\n\n// Fix IE bugs, see support tests\nfunction fixInput( src, dest ) {\n\tvar nodeName = dest.nodeName.toLowerCase();\n\n\t// Fails to persist the checked state of a cloned checkbox or radio button.\n\tif ( nodeName === \"input\" && rcheckableType.test( src.type ) ) {\n\t\tdest.checked = src.checked;\n\n\t// Fails to return the selected option to the default selected state when cloning options\n\t} else if ( nodeName === \"input\" || nodeName === \"textarea\" ) {\n\t\tdest.defaultValue = src.defaultValue;\n\t}\n}\n\nfunction domManip( collection, args, callback, ignored ) {\n\n\t// Flatten any nested arrays\n\targs = concat.apply( [], args );\n\n\tvar fragment, first, scripts, hasScripts, node, doc,\n\t\ti = 0,\n\t\tl = collection.length,\n\t\tiNoClone = l - 1,\n\t\tvalue = args[ 0 ],\n\t\tvalueIsFunction = isFunction( value );\n\n\t// We can't cloneNode fragments that contain checked, in WebKit\n\tif ( valueIsFunction ||\n\t\t\t( l > 1 && typeof value === \"string\" &&\n\t\t\t\t!support.checkClone && rchecked.test( value ) ) ) {\n\t\treturn collection.each( function( index ) {\n\t\t\tvar self = collection.eq( index );\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\targs[ 0 ] = value.call( this, index, self.html() );\n\t\t\t}\n\t\t\tdomManip( self, args, callback, ignored );\n\t\t} );\n\t}\n\n\tif ( l ) {\n\t\tfragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored );\n\t\tfirst = fragment.firstChild;\n\n\t\tif ( fragment.childNodes.length === 1 ) {\n\t\t\tfragment = first;\n\t\t}\n\n\t\t// Require either new content or an interest in ignored elements to invoke the callback\n\t\tif ( first || ignored ) {\n\t\t\tscripts = jQuery.map( getAll( fragment, \"script\" ), disableScript );\n\t\t\thasScripts = scripts.length;\n\n\t\t\t// Use the original fragment for the last item\n\t\t\t// instead of the first because it can end up\n\t\t\t// being emptied incorrectly in certain situations (#8070).\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tnode = fragment;\n\n\t\t\t\tif ( i !== iNoClone ) {\n\t\t\t\t\tnode = jQuery.clone( node, true, true );\n\n\t\t\t\t\t// Keep references to cloned scripts for later restoration\n\t\t\t\t\tif ( hasScripts ) {\n\n\t\t\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\t\t\tjQuery.merge( scripts, getAll( node, \"script\" ) );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tcallback.call( collection[ i ], node, i );\n\t\t\t}\n\n\t\t\tif ( hasScripts ) {\n\t\t\t\tdoc = scripts[ scripts.length - 1 ].ownerDocument;\n\n\t\t\t\t// Reenable scripts\n\t\t\t\tjQuery.map( scripts, restoreScript );\n\n\t\t\t\t// Evaluate executable scripts on first document insertion\n\t\t\t\tfor ( i = 0; i < hasScripts; i++ ) {\n\t\t\t\t\tnode = scripts[ i ];\n\t\t\t\t\tif ( rscriptType.test( node.type || \"\" ) &&\n\t\t\t\t\t\t!dataPriv.access( node, \"globalEval\" ) &&\n\t\t\t\t\t\tjQuery.contains( doc, node ) ) {\n\n\t\t\t\t\t\tif ( node.src && ( node.type || \"\" ).toLowerCase() !== \"module\" ) {\n\n\t\t\t\t\t\t\t// Optional AJAX dependency, but won't run scripts if not present\n\t\t\t\t\t\t\tif ( jQuery._evalUrl && !node.noModule ) {\n\t\t\t\t\t\t\t\tjQuery._evalUrl( node.src, {\n\t\t\t\t\t\t\t\t\tnonce: node.nonce || node.getAttribute( \"nonce\" )\n\t\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tDOMEval( node.textContent.replace( rcleanScript, \"\" ), node, doc );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn collection;\n}\n\nfunction remove( elem, selector, keepData ) {\n\tvar node,\n\t\tnodes = selector ? jQuery.filter( selector, elem ) : elem,\n\t\ti = 0;\n\n\tfor ( ; ( node = nodes[ i ] ) != null; i++ ) {\n\t\tif ( !keepData && node.nodeType === 1 ) {\n\t\t\tjQuery.cleanData( getAll( node ) );\n\t\t}\n\n\t\tif ( node.parentNode ) {\n\t\t\tif ( keepData && isAttached( node ) ) {\n\t\t\t\tsetGlobalEval( getAll( node, \"script\" ) );\n\t\t\t}\n\t\t\tnode.parentNode.removeChild( node );\n\t\t}\n\t}\n\n\treturn elem;\n}\n\njQuery.extend( {\n\thtmlPrefilter: function( html ) {\n\t\treturn html.replace( rxhtmlTag, \"<$1>\" );\n\t},\n\n\tclone: function( elem, dataAndEvents, deepDataAndEvents ) {\n\t\tvar i, l, srcElements, destElements,\n\t\t\tclone = elem.cloneNode( true ),\n\t\t\tinPage = isAttached( elem );\n\n\t\t// Fix IE cloning issues\n\t\tif ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) &&\n\t\t\t\t!jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2\n\t\t\tdestElements = getAll( clone );\n\t\t\tsrcElements = getAll( elem );\n\n\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\tfixInput( srcElements[ i ], destElements[ i ] );\n\t\t\t}\n\t\t}\n\n\t\t// Copy the events from the original to the clone\n\t\tif ( dataAndEvents ) {\n\t\t\tif ( deepDataAndEvents ) {\n\t\t\t\tsrcElements = srcElements || getAll( elem );\n\t\t\t\tdestElements = destElements || getAll( clone );\n\n\t\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\t\tcloneCopyEvent( srcElements[ i ], destElements[ i ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcloneCopyEvent( elem, clone );\n\t\t\t}\n\t\t}\n\n\t\t// Preserve script evaluation history\n\t\tdestElements = getAll( clone, \"script\" );\n\t\tif ( destElements.length > 0 ) {\n\t\t\tsetGlobalEval( destElements, !inPage && getAll( elem, \"script\" ) );\n\t\t}\n\n\t\t// Return the cloned set\n\t\treturn clone;\n\t},\n\n\tcleanData: function( elems ) {\n\t\tvar data, elem, type,\n\t\t\tspecial = jQuery.event.special,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = elems[ i ] ) !== undefined; i++ ) {\n\t\t\tif ( acceptData( elem ) ) {\n\t\t\t\tif ( ( data = elem[ dataPriv.expando ] ) ) {\n\t\t\t\t\tif ( data.events ) {\n\t\t\t\t\t\tfor ( type in data.events ) {\n\t\t\t\t\t\t\tif ( special[ type ] ) {\n\t\t\t\t\t\t\t\tjQuery.event.remove( elem, type );\n\n\t\t\t\t\t\t\t// This is a shortcut to avoid jQuery.event.remove's overhead\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery.removeEvent( elem, type, data.handle );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataPriv.expando ] = undefined;\n\t\t\t\t}\n\t\t\t\tif ( elem[ dataUser.expando ] ) {\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataUser.expando ] = undefined;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n} );\n\njQuery.fn.extend( {\n\tdetach: function( selector ) {\n\t\treturn remove( this, selector, true );\n\t},\n\n\tremove: function( selector ) {\n\t\treturn remove( this, selector );\n\t},\n\n\ttext: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\treturn value === undefined ?\n\t\t\t\tjQuery.text( this ) :\n\t\t\t\tthis.empty().each( function() {\n\t\t\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\t\t\tthis.textContent = value;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t}, null, value, arguments.length );\n\t},\n\n\tappend: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.appendChild( elem );\n\t\t\t}\n\t\t} );\n\t},\n\n\tprepend: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.insertBefore( elem, target.firstChild );\n\t\t\t}\n\t\t} );\n\t},\n\n\tbefore: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this );\n\t\t\t}\n\t\t} );\n\t},\n\n\tafter: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this.nextSibling );\n\t\t\t}\n\t\t} );\n\t},\n\n\tempty: function() {\n\t\tvar elem,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = this[ i ] ) != null; i++ ) {\n\t\t\tif ( elem.nodeType === 1 ) {\n\n\t\t\t\t// Prevent memory leaks\n\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\n\t\t\t\t// Remove any remaining nodes\n\t\t\t\telem.textContent = \"\";\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tclone: function( dataAndEvents, deepDataAndEvents ) {\n\t\tdataAndEvents = dataAndEvents == null ? false : dataAndEvents;\n\t\tdeepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;\n\n\t\treturn this.map( function() {\n\t\t\treturn jQuery.clone( this, dataAndEvents, deepDataAndEvents );\n\t\t} );\n\t},\n\n\thtml: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\tvar elem = this[ 0 ] || {},\n\t\t\t\ti = 0,\n\t\t\t\tl = this.length;\n\n\t\t\tif ( value === undefined && elem.nodeType === 1 ) {\n\t\t\t\treturn elem.innerHTML;\n\t\t\t}\n\n\t\t\t// See if we can take a shortcut and just use innerHTML\n\t\t\tif ( typeof value === \"string\" && !rnoInnerhtml.test( value ) &&\n\t\t\t\t!wrapMap[ ( rtagName.exec( value ) || [ \"\", \"\" ] )[ 1 ].toLowerCase() ] ) {\n\n\t\t\t\tvalue = jQuery.htmlPrefilter( value );\n\n\t\t\t\ttry {\n\t\t\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\t\t\telem = this[ i ] || {};\n\n\t\t\t\t\t\t// Remove element nodes and prevent memory leaks\n\t\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\t\t\t\t\t\t\telem.innerHTML = value;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\telem = 0;\n\n\t\t\t\t// If using innerHTML throws an exception, use the fallback method\n\t\t\t\t} catch ( e ) {}\n\t\t\t}\n\n\t\t\tif ( elem ) {\n\t\t\t\tthis.empty().append( value );\n\t\t\t}\n\t\t}, null, value, arguments.length );\n\t},\n\n\treplaceWith: function() {\n\t\tvar ignored = [];\n\n\t\t// Make the changes, replacing each non-ignored context element with the new content\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tvar parent = this.parentNode;\n\n\t\t\tif ( jQuery.inArray( this, ignored ) < 0 ) {\n\t\t\t\tjQuery.cleanData( getAll( this ) );\n\t\t\t\tif ( parent ) {\n\t\t\t\t\tparent.replaceChild( elem, this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Force callback invocation\n\t\t}, ignored );\n\t}\n} );\n\njQuery.each( {\n\tappendTo: \"append\",\n\tprependTo: \"prepend\",\n\tinsertBefore: \"before\",\n\tinsertAfter: \"after\",\n\treplaceAll: \"replaceWith\"\n}, function( name, original ) {\n\tjQuery.fn[ name ] = function( selector ) {\n\t\tvar elems,\n\t\t\tret = [],\n\t\t\tinsert = jQuery( selector ),\n\t\t\tlast = insert.length - 1,\n\t\t\ti = 0;\n\n\t\tfor ( ; i <= last; i++ ) {\n\t\t\telems = i === last ? this : this.clone( true );\n\t\t\tjQuery( insert[ i ] )[ original ]( elems );\n\n\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t// .get() because push.apply(_, arraylike) throws on ancient WebKit\n\t\t\tpush.apply( ret, elems.get() );\n\t\t}\n\n\t\treturn this.pushStack( ret );\n\t};\n} );\nvar rnumnonpx = new RegExp( \"^(\" + pnum + \")(?!px)[a-z%]+$\", \"i\" );\n\nvar getStyles = function( elem ) {\n\n\t\t// Support: IE <=11 only, Firefox <=30 (#15098, #14150)\n\t\t// IE throws on elements created in popups\n\t\t// FF meanwhile throws on frame elements through \"defaultView.getComputedStyle\"\n\t\tvar view = elem.ownerDocument.defaultView;\n\n\t\tif ( !view || !view.opener ) {\n\t\t\tview = window;\n\t\t}\n\n\t\treturn view.getComputedStyle( elem );\n\t};\n\nvar rboxStyle = new RegExp( cssExpand.join( \"|\" ), \"i\" );\n\n\n\n( function() {\n\n\t// Executing both pixelPosition & boxSizingReliable tests require only one layout\n\t// so they're executed at the same time to save the second computation.\n\tfunction computeStyleTests() {\n\n\t\t// This is a singleton, we need to execute it only once\n\t\tif ( !div ) {\n\t\t\treturn;\n\t\t}\n\n\t\tcontainer.style.cssText = \"position:absolute;left:-11111px;width:60px;\" +\n\t\t\t\"margin-top:1px;padding:0;border:0\";\n\t\tdiv.style.cssText =\n\t\t\t\"position:relative;display:block;box-sizing:border-box;overflow:scroll;\" +\n\t\t\t\"margin:auto;border:1px;padding:1px;\" +\n\t\t\t\"width:60%;top:1%\";\n\t\tdocumentElement.appendChild( container ).appendChild( div );\n\n\t\tvar divStyle = window.getComputedStyle( div );\n\t\tpixelPositionVal = divStyle.top !== \"1%\";\n\n\t\t// Support: Android 4.0 - 4.3 only, Firefox <=3 - 44\n\t\treliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12;\n\n\t\t// Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3\n\t\t// Some styles come back with percentage values, even though they shouldn't\n\t\tdiv.style.right = \"60%\";\n\t\tpixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36;\n\n\t\t// Support: IE 9 - 11 only\n\t\t// Detect misreporting of content dimensions for box-sizing:border-box elements\n\t\tboxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36;\n\n\t\t// Support: IE 9 only\n\t\t// Detect overflow:scroll screwiness (gh-3699)\n\t\t// Support: Chrome <=64\n\t\t// Don't get tricked when zoom affects offsetWidth (gh-4029)\n\t\tdiv.style.position = \"absolute\";\n\t\tscrollboxSizeVal = roundPixelMeasures( div.offsetWidth / 3 ) === 12;\n\n\t\tdocumentElement.removeChild( container );\n\n\t\t// Nullify the div so it wouldn't be stored in the memory and\n\t\t// it will also be a sign that checks already performed\n\t\tdiv = null;\n\t}\n\n\tfunction roundPixelMeasures( measure ) {\n\t\treturn Math.round( parseFloat( measure ) );\n\t}\n\n\tvar pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal,\n\t\treliableMarginLeftVal,\n\t\tcontainer = document.createElement( \"div\" ),\n\t\tdiv = document.createElement( \"div\" );\n\n\t// Finish early in limited (non-browser) environments\n\tif ( !div.style ) {\n\t\treturn;\n\t}\n\n\t// Support: IE <=9 - 11 only\n\t// Style of cloned element affects source element cloned (#8908)\n\tdiv.style.backgroundClip = \"content-box\";\n\tdiv.cloneNode( true ).style.backgroundClip = \"\";\n\tsupport.clearCloneStyle = div.style.backgroundClip === \"content-box\";\n\n\tjQuery.extend( support, {\n\t\tboxSizingReliable: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn boxSizingReliableVal;\n\t\t},\n\t\tpixelBoxStyles: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelBoxStylesVal;\n\t\t},\n\t\tpixelPosition: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelPositionVal;\n\t\t},\n\t\treliableMarginLeft: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn reliableMarginLeftVal;\n\t\t},\n\t\tscrollboxSize: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn scrollboxSizeVal;\n\t\t}\n\t} );\n} )();\n\n\nfunction curCSS( elem, name, computed ) {\n\tvar width, minWidth, maxWidth, ret,\n\n\t\t// Support: Firefox 51+\n\t\t// Retrieving style before computed somehow\n\t\t// fixes an issue with getting wrong values\n\t\t// on detached elements\n\t\tstyle = elem.style;\n\n\tcomputed = computed || getStyles( elem );\n\n\t// getPropertyValue is needed for:\n\t// .css('filter') (IE 9 only, #12537)\n\t// .css('--customProperty) (#3144)\n\tif ( computed ) {\n\t\tret = computed.getPropertyValue( name ) || computed[ name ];\n\n\t\tif ( ret === \"\" && !isAttached( elem ) ) {\n\t\t\tret = jQuery.style( elem, name );\n\t\t}\n\n\t\t// A tribute to the \"awesome hack by Dean Edwards\"\n\t\t// Android Browser returns percentage for some values,\n\t\t// but width seems to be reliably pixels.\n\t\t// This is against the CSSOM draft spec:\n\t\t// https://drafts.csswg.org/cssom/#resolved-values\n\t\tif ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) {\n\n\t\t\t// Remember the original values\n\t\t\twidth = style.width;\n\t\t\tminWidth = style.minWidth;\n\t\t\tmaxWidth = style.maxWidth;\n\n\t\t\t// Put in the new values to get a computed value out\n\t\t\tstyle.minWidth = style.maxWidth = style.width = ret;\n\t\t\tret = computed.width;\n\n\t\t\t// Revert the changed values\n\t\t\tstyle.width = width;\n\t\t\tstyle.minWidth = minWidth;\n\t\t\tstyle.maxWidth = maxWidth;\n\t\t}\n\t}\n\n\treturn ret !== undefined ?\n\n\t\t// Support: IE <=9 - 11 only\n\t\t// IE returns zIndex value as an integer.\n\t\tret + \"\" :\n\t\tret;\n}\n\n\nfunction addGetHookIf( conditionFn, hookFn ) {\n\n\t// Define the hook, we'll check on the first run if it's really needed.\n\treturn {\n\t\tget: function() {\n\t\t\tif ( conditionFn() ) {\n\n\t\t\t\t// Hook not needed (or it's not possible to use it due\n\t\t\t\t// to missing dependency), remove it.\n\t\t\t\tdelete this.get;\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Hook needed; redefine it so that the support test is not executed again.\n\t\t\treturn ( this.get = hookFn ).apply( this, arguments );\n\t\t}\n\t};\n}\n\n\nvar cssPrefixes = [ \"Webkit\", \"Moz\", \"ms\" ],\n\temptyStyle = document.createElement( \"div\" ).style,\n\tvendorProps = {};\n\n// Return a vendor-prefixed property or undefined\nfunction vendorPropName( name ) {\n\n\t// Check for vendor prefixed names\n\tvar capName = name[ 0 ].toUpperCase() + name.slice( 1 ),\n\t\ti = cssPrefixes.length;\n\n\twhile ( i-- ) {\n\t\tname = cssPrefixes[ i ] + capName;\n\t\tif ( name in emptyStyle ) {\n\t\t\treturn name;\n\t\t}\n\t}\n}\n\n// Return a potentially-mapped jQuery.cssProps or vendor prefixed property\nfunction finalPropName( name ) {\n\tvar final = jQuery.cssProps[ name ] || vendorProps[ name ];\n\n\tif ( final ) {\n\t\treturn final;\n\t}\n\tif ( name in emptyStyle ) {\n\t\treturn name;\n\t}\n\treturn vendorProps[ name ] = vendorPropName( name ) || name;\n}\n\n\nvar\n\n\t// Swappable if display is none or starts with table\n\t// except \"table\", \"table-cell\", or \"table-caption\"\n\t// See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display\n\trdisplayswap = /^(none|table(?!-c[ea]).+)/,\n\trcustomProp = /^--/,\n\tcssShow = { position: \"absolute\", visibility: \"hidden\", display: \"block\" },\n\tcssNormalTransform = {\n\t\tletterSpacing: \"0\",\n\t\tfontWeight: \"400\"\n\t};\n\nfunction setPositiveNumber( elem, value, subtract ) {\n\n\t// Any relative (+/-) values have already been\n\t// normalized at this point\n\tvar matches = rcssNum.exec( value );\n\treturn matches ?\n\n\t\t// Guard against undefined \"subtract\", e.g., when used as in cssHooks\n\t\tMath.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || \"px\" ) :\n\t\tvalue;\n}\n\nfunction boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) {\n\tvar i = dimension === \"width\" ? 1 : 0,\n\t\textra = 0,\n\t\tdelta = 0;\n\n\t// Adjustment may not be necessary\n\tif ( box === ( isBorderBox ? \"border\" : \"content\" ) ) {\n\t\treturn 0;\n\t}\n\n\tfor ( ; i < 4; i += 2 ) {\n\n\t\t// Both box models exclude margin\n\t\tif ( box === \"margin\" ) {\n\t\t\tdelta += jQuery.css( elem, box + cssExpand[ i ], true, styles );\n\t\t}\n\n\t\t// If we get here with a content-box, we're seeking \"padding\" or \"border\" or \"margin\"\n\t\tif ( !isBorderBox ) {\n\n\t\t\t// Add padding\n\t\t\tdelta += jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\n\t\t\t// For \"border\" or \"margin\", add border\n\t\t\tif ( box !== \"padding\" ) {\n\t\t\t\tdelta += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\n\t\t\t// But still keep track of it otherwise\n\t\t\t} else {\n\t\t\t\textra += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\n\t\t// If we get here with a border-box (content + padding + border), we're seeking \"content\" or\n\t\t// \"padding\" or \"margin\"\n\t\t} else {\n\n\t\t\t// For \"content\", subtract padding\n\t\t\tif ( box === \"content\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\t\t\t}\n\n\t\t\t// For \"content\" or \"padding\", subtract border\n\t\t\tif ( box !== \"margin\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Account for positive content-box scroll gutter when requested by providing computedVal\n\tif ( !isBorderBox && computedVal >= 0 ) {\n\n\t\t// offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border\n\t\t// Assuming integer scroll gutter, subtract the rest and round down\n\t\tdelta += Math.max( 0, Math.ceil(\n\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\tcomputedVal -\n\t\t\tdelta -\n\t\t\textra -\n\t\t\t0.5\n\n\t\t// If offsetWidth/offsetHeight is unknown, then we can't determine content-box scroll gutter\n\t\t// Use an explicit zero to avoid NaN (gh-3964)\n\t\t) ) || 0;\n\t}\n\n\treturn delta;\n}\n\nfunction getWidthOrHeight( elem, dimension, extra ) {\n\n\t// Start with computed style\n\tvar styles = getStyles( elem ),\n\n\t\t// To avoid forcing a reflow, only fetch boxSizing if we need it (gh-4322).\n\t\t// Fake content-box until we know it's needed to know the true value.\n\t\tboxSizingNeeded = !support.boxSizingReliable() || extra,\n\t\tisBorderBox = boxSizingNeeded &&\n\t\t\tjQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\tvalueIsBorderBox = isBorderBox,\n\n\t\tval = curCSS( elem, dimension, styles ),\n\t\toffsetProp = \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 );\n\n\t// Support: Firefox <=54\n\t// Return a confounding non-pixel value or feign ignorance, as appropriate.\n\tif ( rnumnonpx.test( val ) ) {\n\t\tif ( !extra ) {\n\t\t\treturn val;\n\t\t}\n\t\tval = \"auto\";\n\t}\n\n\n\t// Fall back to offsetWidth/offsetHeight when value is \"auto\"\n\t// This happens for inline elements with no explicit setting (gh-3571)\n\t// Support: Android <=4.1 - 4.3 only\n\t// Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602)\n\t// Support: IE 9-11 only\n\t// Also use offsetWidth/offsetHeight for when box sizing is unreliable\n\t// We use getClientRects() to check for hidden/disconnected.\n\t// In those cases, the computed value can be trusted to be border-box\n\tif ( ( !support.boxSizingReliable() && isBorderBox ||\n\t\tval === \"auto\" ||\n\t\t!parseFloat( val ) && jQuery.css( elem, \"display\", false, styles ) === \"inline\" ) &&\n\t\telem.getClientRects().length ) {\n\n\t\tisBorderBox = jQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\";\n\n\t\t// Where available, offsetWidth/offsetHeight approximate border box dimensions.\n\t\t// Where not available (e.g., SVG), assume unreliable box-sizing and interpret the\n\t\t// retrieved value as a content box dimension.\n\t\tvalueIsBorderBox = offsetProp in elem;\n\t\tif ( valueIsBorderBox ) {\n\t\t\tval = elem[ offsetProp ];\n\t\t}\n\t}\n\n\t// Normalize \"\" and auto\n\tval = parseFloat( val ) || 0;\n\n\t// Adjust for the element's box model\n\treturn ( val +\n\t\tboxModelAdjustment(\n\t\t\telem,\n\t\t\tdimension,\n\t\t\textra || ( isBorderBox ? \"border\" : \"content\" ),\n\t\t\tvalueIsBorderBox,\n\t\t\tstyles,\n\n\t\t\t// Provide the current computed size to request scroll gutter calculation (gh-3589)\n\t\t\tval\n\t\t)\n\t) + \"px\";\n}\n\njQuery.extend( {\n\n\t// Add in style property hooks for overriding the default\n\t// behavior of getting and setting a style property\n\tcssHooks: {\n\t\topacity: {\n\t\t\tget: function( elem, computed ) {\n\t\t\t\tif ( computed ) {\n\n\t\t\t\t\t// We should always get a number back from opacity\n\t\t\t\t\tvar ret = curCSS( elem, \"opacity\" );\n\t\t\t\t\treturn ret === \"\" ? \"1\" : ret;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\t// Don't automatically add \"px\" to these possibly-unitless properties\n\tcssNumber: {\n\t\t\"animationIterationCount\": true,\n\t\t\"columnCount\": true,\n\t\t\"fillOpacity\": true,\n\t\t\"flexGrow\": true,\n\t\t\"flexShrink\": true,\n\t\t\"fontWeight\": true,\n\t\t\"gridArea\": true,\n\t\t\"gridColumn\": true,\n\t\t\"gridColumnEnd\": true,\n\t\t\"gridColumnStart\": true,\n\t\t\"gridRow\": true,\n\t\t\"gridRowEnd\": true,\n\t\t\"gridRowStart\": true,\n\t\t\"lineHeight\": true,\n\t\t\"opacity\": true,\n\t\t\"order\": true,\n\t\t\"orphans\": true,\n\t\t\"widows\": true,\n\t\t\"zIndex\": true,\n\t\t\"zoom\": true\n\t},\n\n\t// Add in properties whose names you wish to fix before\n\t// setting or getting the value\n\tcssProps: {},\n\n\t// Get and set the style property on a DOM Node\n\tstyle: function( elem, name, value, extra ) {\n\n\t\t// Don't set styles on text and comment nodes\n\t\tif ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Make sure that we're working with the right name\n\t\tvar ret, type, hooks,\n\t\t\torigName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name ),\n\t\t\tstyle = elem.style;\n\n\t\t// Make sure that we're working with the right name. We don't\n\t\t// want to query the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {\n\t\t\tname = finalPropName( origName );\n\t\t}\n\n\t\t// Gets hook for the prefixed version, then unprefixed version\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// Check if we're setting a value\n\t\tif ( value !== undefined ) {\n\t\t\ttype = typeof value;\n\n\t\t\t// Convert \"+=\" or \"-=\" to relative numbers (#7345)\n\t\t\tif ( type === \"string\" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) {\n\t\t\t\tvalue = adjustCSS( elem, name, ret );\n\n\t\t\t\t// Fixes bug #9237\n\t\t\t\ttype = \"number\";\n\t\t\t}\n\n\t\t\t// Make sure that null and NaN values aren't set (#7116)\n\t\t\tif ( value == null || value !== value ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// If a number was passed in, add the unit (except for certain CSS properties)\n\t\t\t// The isCustomProp check can be removed in jQuery 4.0 when we only auto-append\n\t\t\t// \"px\" to a few hardcoded values.\n\t\t\tif ( type === \"number\" && !isCustomProp ) {\n\t\t\t\tvalue += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? \"\" : \"px\" );\n\t\t\t}\n\n\t\t\t// background-* props affect original clone's values\n\t\t\tif ( !support.clearCloneStyle && value === \"\" && name.indexOf( \"background\" ) === 0 ) {\n\t\t\t\tstyle[ name ] = \"inherit\";\n\t\t\t}\n\n\t\t\t// If a hook was provided, use that value, otherwise just set the specified value\n\t\t\tif ( !hooks || !( \"set\" in hooks ) ||\n\t\t\t\t( value = hooks.set( elem, value, extra ) ) !== undefined ) {\n\n\t\t\t\tif ( isCustomProp ) {\n\t\t\t\t\tstyle.setProperty( name, value );\n\t\t\t\t} else {\n\t\t\t\t\tstyle[ name ] = value;\n\t\t\t\t}\n\t\t\t}\n\n\t\t} else {\n\n\t\t\t// If a hook was provided get the non-computed value from there\n\t\t\tif ( hooks && \"get\" in hooks &&\n\t\t\t\t( ret = hooks.get( elem, false, extra ) ) !== undefined ) {\n\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\t// Otherwise just get the value from the style object\n\t\t\treturn style[ name ];\n\t\t}\n\t},\n\n\tcss: function( elem, name, extra, styles ) {\n\t\tvar val, num, hooks,\n\t\t\torigName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name );\n\n\t\t// Make sure that we're working with the right name. We don't\n\t\t// want to modify the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {\n\t\t\tname = finalPropName( origName );\n\t\t}\n\n\t\t// Try prefixed name followed by the unprefixed name\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// If a hook was provided get the computed value from there\n\t\tif ( hooks && \"get\" in hooks ) {\n\t\t\tval = hooks.get( elem, true, extra );\n\t\t}\n\n\t\t// Otherwise, if a way to get the computed value exists, use that\n\t\tif ( val === undefined ) {\n\t\t\tval = curCSS( elem, name, styles );\n\t\t}\n\n\t\t// Convert \"normal\" to computed value\n\t\tif ( val === \"normal\" && name in cssNormalTransform ) {\n\t\t\tval = cssNormalTransform[ name ];\n\t\t}\n\n\t\t// Make numeric if forced or a qualifier was provided and val looks numeric\n\t\tif ( extra === \"\" || extra ) {\n\t\t\tnum = parseFloat( val );\n\t\t\treturn extra === true || isFinite( num ) ? num || 0 : val;\n\t\t}\n\n\t\treturn val;\n\t}\n} );\n\njQuery.each( [ \"height\", \"width\" ], function( i, dimension ) {\n\tjQuery.cssHooks[ dimension ] = {\n\t\tget: function( elem, computed, extra ) {\n\t\t\tif ( computed ) {\n\n\t\t\t\t// Certain elements can have dimension info if we invisibly show them\n\t\t\t\t// but it must have a current display style that would benefit\n\t\t\t\treturn rdisplayswap.test( jQuery.css( elem, \"display\" ) ) &&\n\n\t\t\t\t\t// Support: Safari 8+\n\t\t\t\t\t// Table columns in Safari have non-zero offsetWidth & zero\n\t\t\t\t\t// getBoundingClientRect().width unless display is changed.\n\t\t\t\t\t// Support: IE <=11 only\n\t\t\t\t\t// Running getBoundingClientRect on a disconnected node\n\t\t\t\t\t// in IE throws an error.\n\t\t\t\t\t( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ?\n\t\t\t\t\t\tswap( elem, cssShow, function() {\n\t\t\t\t\t\t\treturn getWidthOrHeight( elem, dimension, extra );\n\t\t\t\t\t\t} ) :\n\t\t\t\t\t\tgetWidthOrHeight( elem, dimension, extra );\n\t\t\t}\n\t\t},\n\n\t\tset: function( elem, value, extra ) {\n\t\t\tvar matches,\n\t\t\t\tstyles = getStyles( elem ),\n\n\t\t\t\t// Only read styles.position if the test has a chance to fail\n\t\t\t\t// to avoid forcing a reflow.\n\t\t\t\tscrollboxSizeBuggy = !support.scrollboxSize() &&\n\t\t\t\t\tstyles.position === \"absolute\",\n\n\t\t\t\t// To avoid forcing a reflow, only fetch boxSizing if we need it (gh-3991)\n\t\t\t\tboxSizingNeeded = scrollboxSizeBuggy || extra,\n\t\t\t\tisBorderBox = boxSizingNeeded &&\n\t\t\t\t\tjQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\t\t\tsubtract = extra ?\n\t\t\t\t\tboxModelAdjustment(\n\t\t\t\t\t\telem,\n\t\t\t\t\t\tdimension,\n\t\t\t\t\t\textra,\n\t\t\t\t\t\tisBorderBox,\n\t\t\t\t\t\tstyles\n\t\t\t\t\t) :\n\t\t\t\t\t0;\n\n\t\t\t// Account for unreliable border-box dimensions by comparing offset* to computed and\n\t\t\t// faking a content-box to get border and padding (gh-3699)\n\t\t\tif ( isBorderBox && scrollboxSizeBuggy ) {\n\t\t\t\tsubtract -= Math.ceil(\n\t\t\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\t\t\tparseFloat( styles[ dimension ] ) -\n\t\t\t\t\tboxModelAdjustment( elem, dimension, \"border\", false, styles ) -\n\t\t\t\t\t0.5\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// Convert to pixels if value adjustment is needed\n\t\t\tif ( subtract && ( matches = rcssNum.exec( value ) ) &&\n\t\t\t\t( matches[ 3 ] || \"px\" ) !== \"px\" ) {\n\n\t\t\t\telem.style[ dimension ] = value;\n\t\t\t\tvalue = jQuery.css( elem, dimension );\n\t\t\t}\n\n\t\t\treturn setPositiveNumber( elem, value, subtract );\n\t\t}\n\t};\n} );\n\njQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft,\n\tfunction( elem, computed ) {\n\t\tif ( computed ) {\n\t\t\treturn ( parseFloat( curCSS( elem, \"marginLeft\" ) ) ||\n\t\t\t\telem.getBoundingClientRect().left -\n\t\t\t\t\tswap( elem, { marginLeft: 0 }, function() {\n\t\t\t\t\t\treturn elem.getBoundingClientRect().left;\n\t\t\t\t\t} )\n\t\t\t\t) + \"px\";\n\t\t}\n\t}\n);\n\n// These hooks are used by animate to expand properties\njQuery.each( {\n\tmargin: \"\",\n\tpadding: \"\",\n\tborder: \"Width\"\n}, function( prefix, suffix ) {\n\tjQuery.cssHooks[ prefix + suffix ] = {\n\t\texpand: function( value ) {\n\t\t\tvar i = 0,\n\t\t\t\texpanded = {},\n\n\t\t\t\t// Assumes a single number if not a string\n\t\t\t\tparts = typeof value === \"string\" ? value.split( \" \" ) : [ value ];\n\n\t\t\tfor ( ; i < 4; i++ ) {\n\t\t\t\texpanded[ prefix + cssExpand[ i ] + suffix ] =\n\t\t\t\t\tparts[ i ] || parts[ i - 2 ] || parts[ 0 ];\n\t\t\t}\n\n\t\t\treturn expanded;\n\t\t}\n\t};\n\n\tif ( prefix !== \"margin\" ) {\n\t\tjQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;\n\t}\n} );\n\njQuery.fn.extend( {\n\tcss: function( name, value ) {\n\t\treturn access( this, function( elem, name, value ) {\n\t\t\tvar styles, len,\n\t\t\t\tmap = {},\n\t\t\t\ti = 0;\n\n\t\t\tif ( Array.isArray( name ) ) {\n\t\t\t\tstyles = getStyles( elem );\n\t\t\t\tlen = name.length;\n\n\t\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\t\tmap[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles );\n\t\t\t\t}\n\n\t\t\t\treturn map;\n\t\t\t}\n\n\t\t\treturn value !== undefined ?\n\t\t\t\tjQuery.style( elem, name, value ) :\n\t\t\t\tjQuery.css( elem, name );\n\t\t}, name, value, arguments.length > 1 );\n\t}\n} );\n\n\nfunction Tween( elem, options, prop, end, easing ) {\n\treturn new Tween.prototype.init( elem, options, prop, end, easing );\n}\njQuery.Tween = Tween;\n\nTween.prototype = {\n\tconstructor: Tween,\n\tinit: function( elem, options, prop, end, easing, unit ) {\n\t\tthis.elem = elem;\n\t\tthis.prop = prop;\n\t\tthis.easing = easing || jQuery.easing._default;\n\t\tthis.options = options;\n\t\tthis.start = this.now = this.cur();\n\t\tthis.end = end;\n\t\tthis.unit = unit || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" );\n\t},\n\tcur: function() {\n\t\tvar hooks = Tween.propHooks[ this.prop ];\n\n\t\treturn hooks && hooks.get ?\n\t\t\thooks.get( this ) :\n\t\t\tTween.propHooks._default.get( this );\n\t},\n\trun: function( percent ) {\n\t\tvar eased,\n\t\t\thooks = Tween.propHooks[ this.prop ];\n\n\t\tif ( this.options.duration ) {\n\t\t\tthis.pos = eased = jQuery.easing[ this.easing ](\n\t\t\t\tpercent, this.options.duration * percent, 0, 1, this.options.duration\n\t\t\t);\n\t\t} else {\n\t\t\tthis.pos = eased = percent;\n\t\t}\n\t\tthis.now = ( this.end - this.start ) * eased + this.start;\n\n\t\tif ( this.options.step ) {\n\t\t\tthis.options.step.call( this.elem, this.now, this );\n\t\t}\n\n\t\tif ( hooks && hooks.set ) {\n\t\t\thooks.set( this );\n\t\t} else {\n\t\t\tTween.propHooks._default.set( this );\n\t\t}\n\t\treturn this;\n\t}\n};\n\nTween.prototype.init.prototype = Tween.prototype;\n\nTween.propHooks = {\n\t_default: {\n\t\tget: function( tween ) {\n\t\t\tvar result;\n\n\t\t\t// Use a property on the element directly when it is not a DOM element,\n\t\t\t// or when there is no matching style property that exists.\n\t\t\tif ( tween.elem.nodeType !== 1 ||\n\t\t\t\ttween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) {\n\t\t\t\treturn tween.elem[ tween.prop ];\n\t\t\t}\n\n\t\t\t// Passing an empty string as a 3rd parameter to .css will automatically\n\t\t\t// attempt a parseFloat and fallback to a string if the parse fails.\n\t\t\t// Simple values such as \"10px\" are parsed to Float;\n\t\t\t// complex values such as \"rotate(1rad)\" are returned as-is.\n\t\t\tresult = jQuery.css( tween.elem, tween.prop, \"\" );\n\n\t\t\t// Empty strings, null, undefined and \"auto\" are converted to 0.\n\t\t\treturn !result || result === \"auto\" ? 0 : result;\n\t\t},\n\t\tset: function( tween ) {\n\n\t\t\t// Use step hook for back compat.\n\t\t\t// Use cssHook if its there.\n\t\t\t// Use .style if available and use plain properties where available.\n\t\t\tif ( jQuery.fx.step[ tween.prop ] ) {\n\t\t\t\tjQuery.fx.step[ tween.prop ]( tween );\n\t\t\t} else if ( tween.elem.nodeType === 1 && (\n\t\t\t\t\tjQuery.cssHooks[ tween.prop ] ||\n\t\t\t\t\ttween.elem.style[ finalPropName( tween.prop ) ] != null ) ) {\n\t\t\t\tjQuery.style( tween.elem, tween.prop, tween.now + tween.unit );\n\t\t\t} else {\n\t\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t\t}\n\t\t}\n\t}\n};\n\n// Support: IE <=9 only\n// Panic based approach to setting things on disconnected nodes\nTween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {\n\tset: function( tween ) {\n\t\tif ( tween.elem.nodeType && tween.elem.parentNode ) {\n\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t}\n\t}\n};\n\njQuery.easing = {\n\tlinear: function( p ) {\n\t\treturn p;\n\t},\n\tswing: function( p ) {\n\t\treturn 0.5 - Math.cos( p * Math.PI ) / 2;\n\t},\n\t_default: \"swing\"\n};\n\njQuery.fx = Tween.prototype.init;\n\n// Back compat <1.8 extension point\njQuery.fx.step = {};\n\n\n\n\nvar\n\tfxNow, inProgress,\n\trfxtypes = /^(?:toggle|show|hide)$/,\n\trrun = /queueHooks$/;\n\nfunction schedule() {\n\tif ( inProgress ) {\n\t\tif ( document.hidden === false && window.requestAnimationFrame ) {\n\t\t\twindow.requestAnimationFrame( schedule );\n\t\t} else {\n\t\t\twindow.setTimeout( schedule, jQuery.fx.interval );\n\t\t}\n\n\t\tjQuery.fx.tick();\n\t}\n}\n\n// Animations created synchronously will run synchronously\nfunction createFxNow() {\n\twindow.setTimeout( function() {\n\t\tfxNow = undefined;\n\t} );\n\treturn ( fxNow = Date.now() );\n}\n\n// Generate parameters to create a standard animation\nfunction genFx( type, includeWidth ) {\n\tvar which,\n\t\ti = 0,\n\t\tattrs = { height: type };\n\n\t// If we include width, step value is 1 to do all cssExpand values,\n\t// otherwise step value is 2 to skip over Left and Right\n\tincludeWidth = includeWidth ? 1 : 0;\n\tfor ( ; i < 4; i += 2 - includeWidth ) {\n\t\twhich = cssExpand[ i ];\n\t\tattrs[ \"margin\" + which ] = attrs[ \"padding\" + which ] = type;\n\t}\n\n\tif ( includeWidth ) {\n\t\tattrs.opacity = attrs.width = type;\n\t}\n\n\treturn attrs;\n}\n\nfunction createTween( value, prop, animation ) {\n\tvar tween,\n\t\tcollection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ \"*\" ] ),\n\t\tindex = 0,\n\t\tlength = collection.length;\n\tfor ( ; index < length; index++ ) {\n\t\tif ( ( tween = collection[ index ].call( animation, prop, value ) ) ) {\n\n\t\t\t// We're done with this property\n\t\t\treturn tween;\n\t\t}\n\t}\n}\n\nfunction defaultPrefilter( elem, props, opts ) {\n\tvar prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display,\n\t\tisBox = \"width\" in props || \"height\" in props,\n\t\tanim = this,\n\t\torig = {},\n\t\tstyle = elem.style,\n\t\thidden = elem.nodeType && isHiddenWithinTree( elem ),\n\t\tdataShow = dataPriv.get( elem, \"fxshow\" );\n\n\t// Queue-skipping animations hijack the fx hooks\n\tif ( !opts.queue ) {\n\t\thooks = jQuery._queueHooks( elem, \"fx\" );\n\t\tif ( hooks.unqueued == null ) {\n\t\t\thooks.unqueued = 0;\n\t\t\toldfire = hooks.empty.fire;\n\t\t\thooks.empty.fire = function() {\n\t\t\t\tif ( !hooks.unqueued ) {\n\t\t\t\t\toldfire();\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\t\thooks.unqueued++;\n\n\t\tanim.always( function() {\n\n\t\t\t// Ensure the complete handler is called before this completes\n\t\t\tanim.always( function() {\n\t\t\t\thooks.unqueued--;\n\t\t\t\tif ( !jQuery.queue( elem, \"fx\" ).length ) {\n\t\t\t\t\thooks.empty.fire();\n\t\t\t\t}\n\t\t\t} );\n\t\t} );\n\t}\n\n\t// Detect show/hide animations\n\tfor ( prop in props ) {\n\t\tvalue = props[ prop ];\n\t\tif ( rfxtypes.test( value ) ) {\n\t\t\tdelete props[ prop ];\n\t\t\ttoggle = toggle || value === \"toggle\";\n\t\t\tif ( value === ( hidden ? \"hide\" : \"show\" ) ) {\n\n\t\t\t\t// Pretend to be hidden if this is a \"show\" and\n\t\t\t\t// there is still data from a stopped show/hide\n\t\t\t\tif ( value === \"show\" && dataShow && dataShow[ prop ] !== undefined ) {\n\t\t\t\t\thidden = true;\n\n\t\t\t\t// Ignore all other no-op show/hide data\n\t\t\t\t} else {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t}\n\t\t\torig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop );\n\t\t}\n\t}\n\n\t// Bail out if this is a no-op like .hide().hide()\n\tpropTween = !jQuery.isEmptyObject( props );\n\tif ( !propTween && jQuery.isEmptyObject( orig ) ) {\n\t\treturn;\n\t}\n\n\t// Restrict \"overflow\" and \"display\" styles during box animations\n\tif ( isBox && elem.nodeType === 1 ) {\n\n\t\t// Support: IE <=9 - 11, Edge 12 - 15\n\t\t// Record all 3 overflow attributes because IE does not infer the shorthand\n\t\t// from identically-valued overflowX and overflowY and Edge just mirrors\n\t\t// the overflowX value there.\n\t\topts.overflow = [ style.overflow, style.overflowX, style.overflowY ];\n\n\t\t// Identify a display type, preferring old show/hide data over the CSS cascade\n\t\trestoreDisplay = dataShow && dataShow.display;\n\t\tif ( restoreDisplay == null ) {\n\t\t\trestoreDisplay = dataPriv.get( elem, \"display\" );\n\t\t}\n\t\tdisplay = jQuery.css( elem, \"display\" );\n\t\tif ( display === \"none\" ) {\n\t\t\tif ( restoreDisplay ) {\n\t\t\t\tdisplay = restoreDisplay;\n\t\t\t} else {\n\n\t\t\t\t// Get nonempty value(s) by temporarily forcing visibility\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t\trestoreDisplay = elem.style.display || restoreDisplay;\n\t\t\t\tdisplay = jQuery.css( elem, \"display\" );\n\t\t\t\tshowHide( [ elem ] );\n\t\t\t}\n\t\t}\n\n\t\t// Animate inline elements as inline-block\n\t\tif ( display === \"inline\" || display === \"inline-block\" && restoreDisplay != null ) {\n\t\t\tif ( jQuery.css( elem, \"float\" ) === \"none\" ) {\n\n\t\t\t\t// Restore the original display value at the end of pure show/hide animations\n\t\t\t\tif ( !propTween ) {\n\t\t\t\t\tanim.done( function() {\n\t\t\t\t\t\tstyle.display = restoreDisplay;\n\t\t\t\t\t} );\n\t\t\t\t\tif ( restoreDisplay == null ) {\n\t\t\t\t\t\tdisplay = style.display;\n\t\t\t\t\t\trestoreDisplay = display === \"none\" ? \"\" : display;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tstyle.display = \"inline-block\";\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( opts.overflow ) {\n\t\tstyle.overflow = \"hidden\";\n\t\tanim.always( function() {\n\t\t\tstyle.overflow = opts.overflow[ 0 ];\n\t\t\tstyle.overflowX = opts.overflow[ 1 ];\n\t\t\tstyle.overflowY = opts.overflow[ 2 ];\n\t\t} );\n\t}\n\n\t// Implement show/hide animations\n\tpropTween = false;\n\tfor ( prop in orig ) {\n\n\t\t// General show/hide setup for this element animation\n\t\tif ( !propTween ) {\n\t\t\tif ( dataShow ) {\n\t\t\t\tif ( \"hidden\" in dataShow ) {\n\t\t\t\t\thidden = dataShow.hidden;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tdataShow = dataPriv.access( elem, \"fxshow\", { display: restoreDisplay } );\n\t\t\t}\n\n\t\t\t// Store hidden/visible for toggle so `.stop().toggle()` \"reverses\"\n\t\t\tif ( toggle ) {\n\t\t\t\tdataShow.hidden = !hidden;\n\t\t\t}\n\n\t\t\t// Show elements before animating them\n\t\t\tif ( hidden ) {\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t}\n\n\t\t\t/* eslint-disable no-loop-func */\n\n\t\t\tanim.done( function() {\n\n\t\t\t/* eslint-enable no-loop-func */\n\n\t\t\t\t// The final step of a \"hide\" animation is actually hiding the element\n\t\t\t\tif ( !hidden ) {\n\t\t\t\t\tshowHide( [ elem ] );\n\t\t\t\t}\n\t\t\t\tdataPriv.remove( elem, \"fxshow\" );\n\t\t\t\tfor ( prop in orig ) {\n\t\t\t\t\tjQuery.style( elem, prop, orig[ prop ] );\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\n\t\t// Per-property setup\n\t\tpropTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim );\n\t\tif ( !( prop in dataShow ) ) {\n\t\t\tdataShow[ prop ] = propTween.start;\n\t\t\tif ( hidden ) {\n\t\t\t\tpropTween.end = propTween.start;\n\t\t\t\tpropTween.start = 0;\n\t\t\t}\n\t\t}\n\t}\n}\n\nfunction propFilter( props, specialEasing ) {\n\tvar index, name, easing, value, hooks;\n\n\t// camelCase, specialEasing and expand cssHook pass\n\tfor ( index in props ) {\n\t\tname = camelCase( index );\n\t\teasing = specialEasing[ name ];\n\t\tvalue = props[ index ];\n\t\tif ( Array.isArray( value ) ) {\n\t\t\teasing = value[ 1 ];\n\t\t\tvalue = props[ index ] = value[ 0 ];\n\t\t}\n\n\t\tif ( index !== name ) {\n\t\t\tprops[ name ] = value;\n\t\t\tdelete props[ index ];\n\t\t}\n\n\t\thooks = jQuery.cssHooks[ name ];\n\t\tif ( hooks && \"expand\" in hooks ) {\n\t\t\tvalue = hooks.expand( value );\n\t\t\tdelete props[ name ];\n\n\t\t\t// Not quite $.extend, this won't overwrite existing keys.\n\t\t\t// Reusing 'index' because we have the correct \"name\"\n\t\t\tfor ( index in value ) {\n\t\t\t\tif ( !( index in props ) ) {\n\t\t\t\t\tprops[ index ] = value[ index ];\n\t\t\t\t\tspecialEasing[ index ] = easing;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tspecialEasing[ name ] = easing;\n\t\t}\n\t}\n}\n\nfunction Animation( elem, properties, options ) {\n\tvar result,\n\t\tstopped,\n\t\tindex = 0,\n\t\tlength = Animation.prefilters.length,\n\t\tdeferred = jQuery.Deferred().always( function() {\n\n\t\t\t// Don't match elem in the :animated selector\n\t\t\tdelete tick.elem;\n\t\t} ),\n\t\ttick = function() {\n\t\t\tif ( stopped ) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\tvar currentTime = fxNow || createFxNow(),\n\t\t\t\tremaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),\n\n\t\t\t\t// Support: Android 2.3 only\n\t\t\t\t// Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497)\n\t\t\t\ttemp = remaining / animation.duration || 0,\n\t\t\t\tpercent = 1 - temp,\n\t\t\t\tindex = 0,\n\t\t\t\tlength = animation.tweens.length;\n\n\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\tanimation.tweens[ index ].run( percent );\n\t\t\t}\n\n\t\t\tdeferred.notifyWith( elem, [ animation, percent, remaining ] );\n\n\t\t\t// If there's more to do, yield\n\t\t\tif ( percent < 1 && length ) {\n\t\t\t\treturn remaining;\n\t\t\t}\n\n\t\t\t// If this was an empty animation, synthesize a final progress notification\n\t\t\tif ( !length ) {\n\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t}\n\n\t\t\t// Resolve the animation and report its conclusion\n\t\t\tdeferred.resolveWith( elem, [ animation ] );\n\t\t\treturn false;\n\t\t},\n\t\tanimation = deferred.promise( {\n\t\t\telem: elem,\n\t\t\tprops: jQuery.extend( {}, properties ),\n\t\t\topts: jQuery.extend( true, {\n\t\t\t\tspecialEasing: {},\n\t\t\t\teasing: jQuery.easing._default\n\t\t\t}, options ),\n\t\t\toriginalProperties: properties,\n\t\t\toriginalOptions: options,\n\t\t\tstartTime: fxNow || createFxNow(),\n\t\t\tduration: options.duration,\n\t\t\ttweens: [],\n\t\t\tcreateTween: function( prop, end ) {\n\t\t\t\tvar tween = jQuery.Tween( elem, animation.opts, prop, end,\n\t\t\t\t\t\tanimation.opts.specialEasing[ prop ] || animation.opts.easing );\n\t\t\t\tanimation.tweens.push( tween );\n\t\t\t\treturn tween;\n\t\t\t},\n\t\t\tstop: function( gotoEnd ) {\n\t\t\t\tvar index = 0,\n\n\t\t\t\t\t// If we are going to the end, we want to run all the tweens\n\t\t\t\t\t// otherwise we skip this part\n\t\t\t\t\tlength = gotoEnd ? animation.tweens.length : 0;\n\t\t\t\tif ( stopped ) {\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t\tstopped = true;\n\t\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\t\tanimation.tweens[ index ].run( 1 );\n\t\t\t\t}\n\n\t\t\t\t// Resolve when we played the last frame; otherwise, reject\n\t\t\t\tif ( gotoEnd ) {\n\t\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t\t\tdeferred.resolveWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t} else {\n\t\t\t\t\tdeferred.rejectWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t}\n\t\t} ),\n\t\tprops = animation.props;\n\n\tpropFilter( props, animation.opts.specialEasing );\n\n\tfor ( ; index < length; index++ ) {\n\t\tresult = Animation.prefilters[ index ].call( animation, elem, props, animation.opts );\n\t\tif ( result ) {\n\t\t\tif ( isFunction( result.stop ) ) {\n\t\t\t\tjQuery._queueHooks( animation.elem, animation.opts.queue ).stop =\n\t\t\t\t\tresult.stop.bind( result );\n\t\t\t}\n\t\t\treturn result;\n\t\t}\n\t}\n\n\tjQuery.map( props, createTween, animation );\n\n\tif ( isFunction( animation.opts.start ) ) {\n\t\tanimation.opts.start.call( elem, animation );\n\t}\n\n\t// Attach callbacks from options\n\tanimation\n\t\t.progress( animation.opts.progress )\n\t\t.done( animation.opts.done, animation.opts.complete )\n\t\t.fail( animation.opts.fail )\n\t\t.always( animation.opts.always );\n\n\tjQuery.fx.timer(\n\t\tjQuery.extend( tick, {\n\t\t\telem: elem,\n\t\t\tanim: animation,\n\t\t\tqueue: animation.opts.queue\n\t\t} )\n\t);\n\n\treturn animation;\n}\n\njQuery.Animation = jQuery.extend( Animation, {\n\n\ttweeners: {\n\t\t\"*\": [ function( prop, value ) {\n\t\t\tvar tween = this.createTween( prop, value );\n\t\t\tadjustCSS( tween.elem, prop, rcssNum.exec( value ), tween );\n\t\t\treturn tween;\n\t\t} ]\n\t},\n\n\ttweener: function( props, callback ) {\n\t\tif ( isFunction( props ) ) {\n\t\t\tcallback = props;\n\t\t\tprops = [ \"*\" ];\n\t\t} else {\n\t\t\tprops = props.match( rnothtmlwhite );\n\t\t}\n\n\t\tvar prop,\n\t\t\tindex = 0,\n\t\t\tlength = props.length;\n\n\t\tfor ( ; index < length; index++ ) {\n\t\t\tprop = props[ index ];\n\t\t\tAnimation.tweeners[ prop ] = Animation.tweeners[ prop ] || [];\n\t\t\tAnimation.tweeners[ prop ].unshift( callback );\n\t\t}\n\t},\n\n\tprefilters: [ defaultPrefilter ],\n\n\tprefilter: function( callback, prepend ) {\n\t\tif ( prepend ) {\n\t\t\tAnimation.prefilters.unshift( callback );\n\t\t} else {\n\t\t\tAnimation.prefilters.push( callback );\n\t\t}\n\t}\n} );\n\njQuery.speed = function( speed, easing, fn ) {\n\tvar opt = speed && typeof speed === \"object\" ? jQuery.extend( {}, speed ) : {\n\t\tcomplete: fn || !fn && easing ||\n\t\t\tisFunction( speed ) && speed,\n\t\tduration: speed,\n\t\teasing: fn && easing || easing && !isFunction( easing ) && easing\n\t};\n\n\t// Go to the end state if fx are off\n\tif ( jQuery.fx.off ) {\n\t\topt.duration = 0;\n\n\t} else {\n\t\tif ( typeof opt.duration !== \"number\" ) {\n\t\t\tif ( opt.duration in jQuery.fx.speeds ) {\n\t\t\t\topt.duration = jQuery.fx.speeds[ opt.duration ];\n\n\t\t\t} else {\n\t\t\t\topt.duration = jQuery.fx.speeds._default;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Normalize opt.queue - true/undefined/null -> \"fx\"\n\tif ( opt.queue == null || opt.queue === true ) {\n\t\topt.queue = \"fx\";\n\t}\n\n\t// Queueing\n\topt.old = opt.complete;\n\n\topt.complete = function() {\n\t\tif ( isFunction( opt.old ) ) {\n\t\t\topt.old.call( this );\n\t\t}\n\n\t\tif ( opt.queue ) {\n\t\t\tjQuery.dequeue( this, opt.queue );\n\t\t}\n\t};\n\n\treturn opt;\n};\n\njQuery.fn.extend( {\n\tfadeTo: function( speed, to, easing, callback ) {\n\n\t\t// Show any hidden elements after setting opacity to 0\n\t\treturn this.filter( isHiddenWithinTree ).css( \"opacity\", 0 ).show()\n\n\t\t\t// Animate to the value specified\n\t\t\t.end().animate( { opacity: to }, speed, easing, callback );\n\t},\n\tanimate: function( prop, speed, easing, callback ) {\n\t\tvar empty = jQuery.isEmptyObject( prop ),\n\t\t\toptall = jQuery.speed( speed, easing, callback ),\n\t\t\tdoAnimation = function() {\n\n\t\t\t\t// Operate on a copy of prop so per-property easing won't be lost\n\t\t\t\tvar anim = Animation( this, jQuery.extend( {}, prop ), optall );\n\n\t\t\t\t// Empty animations, or finishing resolves immediately\n\t\t\t\tif ( empty || dataPriv.get( this, \"finish\" ) ) {\n\t\t\t\t\tanim.stop( true );\n\t\t\t\t}\n\t\t\t};\n\t\t\tdoAnimation.finish = doAnimation;\n\n\t\treturn empty || optall.queue === false ?\n\t\t\tthis.each( doAnimation ) :\n\t\t\tthis.queue( optall.queue, doAnimation );\n\t},\n\tstop: function( type, clearQueue, gotoEnd ) {\n\t\tvar stopQueue = function( hooks ) {\n\t\t\tvar stop = hooks.stop;\n\t\t\tdelete hooks.stop;\n\t\t\tstop( gotoEnd );\n\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tgotoEnd = clearQueue;\n\t\t\tclearQueue = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\tif ( clearQueue && type !== false ) {\n\t\t\tthis.queue( type || \"fx\", [] );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar dequeue = true,\n\t\t\t\tindex = type != null && type + \"queueHooks\",\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tdata = dataPriv.get( this );\n\n\t\t\tif ( index ) {\n\t\t\t\tif ( data[ index ] && data[ index ].stop ) {\n\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( index in data ) {\n\t\t\t\t\tif ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {\n\t\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this &&\n\t\t\t\t\t( type == null || timers[ index ].queue === type ) ) {\n\n\t\t\t\t\ttimers[ index ].anim.stop( gotoEnd );\n\t\t\t\t\tdequeue = false;\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Start the next in the queue if the last step wasn't forced.\n\t\t\t// Timers currently will call their complete callbacks, which\n\t\t\t// will dequeue but only if they were gotoEnd.\n\t\t\tif ( dequeue || !gotoEnd ) {\n\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t}\n\t\t} );\n\t},\n\tfinish: function( type ) {\n\t\tif ( type !== false ) {\n\t\t\ttype = type || \"fx\";\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tvar index,\n\t\t\t\tdata = dataPriv.get( this ),\n\t\t\t\tqueue = data[ type + \"queue\" ],\n\t\t\t\thooks = data[ type + \"queueHooks\" ],\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tlength = queue ? queue.length : 0;\n\n\t\t\t// Enable finishing flag on private data\n\t\t\tdata.finish = true;\n\n\t\t\t// Empty the queue first\n\t\t\tjQuery.queue( this, type, [] );\n\n\t\t\tif ( hooks && hooks.stop ) {\n\t\t\t\thooks.stop.call( this, true );\n\t\t\t}\n\n\t\t\t// Look for any active animations, and finish them\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this && timers[ index ].queue === type ) {\n\t\t\t\t\ttimers[ index ].anim.stop( true );\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Look for any animations in the old queue and finish them\n\t\t\tfor ( index = 0; index < length; index++ ) {\n\t\t\t\tif ( queue[ index ] && queue[ index ].finish ) {\n\t\t\t\t\tqueue[ index ].finish.call( this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Turn off finishing flag\n\t\t\tdelete data.finish;\n\t\t} );\n\t}\n} );\n\njQuery.each( [ \"toggle\", \"show\", \"hide\" ], function( i, name ) {\n\tvar cssFn = jQuery.fn[ name ];\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn speed == null || typeof speed === \"boolean\" ?\n\t\t\tcssFn.apply( this, arguments ) :\n\t\t\tthis.animate( genFx( name, true ), speed, easing, callback );\n\t};\n} );\n\n// Generate shortcuts for custom animations\njQuery.each( {\n\tslideDown: genFx( \"show\" ),\n\tslideUp: genFx( \"hide\" ),\n\tslideToggle: genFx( \"toggle\" ),\n\tfadeIn: { opacity: \"show\" },\n\tfadeOut: { opacity: \"hide\" },\n\tfadeToggle: { opacity: \"toggle\" }\n}, function( name, props ) {\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn this.animate( props, speed, easing, callback );\n\t};\n} );\n\njQuery.timers = [];\njQuery.fx.tick = function() {\n\tvar timer,\n\t\ti = 0,\n\t\ttimers = jQuery.timers;\n\n\tfxNow = Date.now();\n\n\tfor ( ; i < timers.length; i++ ) {\n\t\ttimer = timers[ i ];\n\n\t\t// Run the timer and safely remove it when done (allowing for external removal)\n\t\tif ( !timer() && timers[ i ] === timer ) {\n\t\t\ttimers.splice( i--, 1 );\n\t\t}\n\t}\n\n\tif ( !timers.length ) {\n\t\tjQuery.fx.stop();\n\t}\n\tfxNow = undefined;\n};\n\njQuery.fx.timer = function( timer ) {\n\tjQuery.timers.push( timer );\n\tjQuery.fx.start();\n};\n\njQuery.fx.interval = 13;\njQuery.fx.start = function() {\n\tif ( inProgress ) {\n\t\treturn;\n\t}\n\n\tinProgress = true;\n\tschedule();\n};\n\njQuery.fx.stop = function() {\n\tinProgress = null;\n};\n\njQuery.fx.speeds = {\n\tslow: 600,\n\tfast: 200,\n\n\t// Default speed\n\t_default: 400\n};\n\n\n// Based off of the plugin by Clint Helfers, with permission.\n// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/\njQuery.fn.delay = function( time, type ) {\n\ttime = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;\n\ttype = type || \"fx\";\n\n\treturn this.queue( type, function( next, hooks ) {\n\t\tvar timeout = window.setTimeout( next, time );\n\t\thooks.stop = function() {\n\t\t\twindow.clearTimeout( timeout );\n\t\t};\n\t} );\n};\n\n\n( function() {\n\tvar input = document.createElement( \"input\" ),\n\t\tselect = document.createElement( \"select\" ),\n\t\topt = select.appendChild( document.createElement( \"option\" ) );\n\n\tinput.type = \"checkbox\";\n\n\t// Support: Android <=4.3 only\n\t// Default value for a checkbox should be \"on\"\n\tsupport.checkOn = input.value !== \"\";\n\n\t// Support: IE <=11 only\n\t// Must access selectedIndex to make default options select\n\tsupport.optSelected = opt.selected;\n\n\t// Support: IE <=11 only\n\t// An input loses its value after becoming a radio\n\tinput = document.createElement( \"input\" );\n\tinput.value = \"t\";\n\tinput.type = \"radio\";\n\tsupport.radioValue = input.value === \"t\";\n} )();\n\n\nvar boolHook,\n\tattrHandle = jQuery.expr.attrHandle;\n\njQuery.fn.extend( {\n\tattr: function( name, value ) {\n\t\treturn access( this, jQuery.attr, name, value, arguments.length > 1 );\n\t},\n\n\tremoveAttr: function( name ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.removeAttr( this, name );\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tattr: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set attributes on text, comment and attribute nodes\n\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Fallback to prop when attributes are not supported\n\t\tif ( typeof elem.getAttribute === \"undefined\" ) {\n\t\t\treturn jQuery.prop( elem, name, value );\n\t\t}\n\n\t\t// Attribute hooks are determined by the lowercase version\n\t\t// Grab necessary hook if one is defined\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\t\t\thooks = jQuery.attrHooks[ name.toLowerCase() ] ||\n\t\t\t\t( jQuery.expr.match.bool.test( name ) ? boolHook : undefined );\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( value === null ) {\n\t\t\t\tjQuery.removeAttr( elem, name );\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( hooks && \"set\" in hooks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\telem.setAttribute( name, value + \"\" );\n\t\t\treturn value;\n\t\t}\n\n\t\tif ( hooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\tret = jQuery.find.attr( elem, name );\n\n\t\t// Non-existent attributes return null, we normalize to undefined\n\t\treturn ret == null ? undefined : ret;\n\t},\n\n\tattrHooks: {\n\t\ttype: {\n\t\t\tset: function( elem, value ) {\n\t\t\t\tif ( !support.radioValue && value === \"radio\" &&\n\t\t\t\t\tnodeName( elem, \"input\" ) ) {\n\t\t\t\t\tvar val = elem.value;\n\t\t\t\t\telem.setAttribute( \"type\", value );\n\t\t\t\t\tif ( val ) {\n\t\t\t\t\t\telem.value = val;\n\t\t\t\t\t}\n\t\t\t\t\treturn value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\tremoveAttr: function( elem, value ) {\n\t\tvar name,\n\t\t\ti = 0,\n\n\t\t\t// Attribute names can contain non-HTML whitespace characters\n\t\t\t// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n\t\t\tattrNames = value && value.match( rnothtmlwhite );\n\n\t\tif ( attrNames && elem.nodeType === 1 ) {\n\t\t\twhile ( ( name = attrNames[ i++ ] ) ) {\n\t\t\t\telem.removeAttribute( name );\n\t\t\t}\n\t\t}\n\t}\n} );\n\n// Hooks for boolean attributes\nboolHook = {\n\tset: function( elem, value, name ) {\n\t\tif ( value === false ) {\n\n\t\t\t// Remove boolean attributes when set to false\n\t\t\tjQuery.removeAttr( elem, name );\n\t\t} else {\n\t\t\telem.setAttribute( name, name );\n\t\t}\n\t\treturn name;\n\t}\n};\n\njQuery.each( jQuery.expr.match.bool.source.match( /\\w+/g ), function( i, name ) {\n\tvar getter = attrHandle[ name ] || jQuery.find.attr;\n\n\tattrHandle[ name ] = function( elem, name, isXML ) {\n\t\tvar ret, handle,\n\t\t\tlowercaseName = name.toLowerCase();\n\n\t\tif ( !isXML ) {\n\n\t\t\t// Avoid an infinite loop by temporarily removing this function from the getter\n\t\t\thandle = attrHandle[ lowercaseName ];\n\t\t\tattrHandle[ lowercaseName ] = ret;\n\t\t\tret = getter( elem, name, isXML ) != null ?\n\t\t\t\tlowercaseName :\n\t\t\t\tnull;\n\t\t\tattrHandle[ lowercaseName ] = handle;\n\t\t}\n\t\treturn ret;\n\t};\n} );\n\n\n\n\nvar rfocusable = /^(?:input|select|textarea|button)$/i,\n\trclickable = /^(?:a|area)$/i;\n\njQuery.fn.extend( {\n\tprop: function( name, value ) {\n\t\treturn access( this, jQuery.prop, name, value, arguments.length > 1 );\n\t},\n\n\tremoveProp: function( name ) {\n\t\treturn this.each( function() {\n\t\t\tdelete this[ jQuery.propFix[ name ] || name ];\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tprop: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set properties on text, comment and attribute nodes\n\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// Fix name and attach hooks\n\t\t\tname = jQuery.propFix[ name ] || name;\n\t\t\thooks = jQuery.propHooks[ name ];\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( hooks && \"set\" in hooks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\treturn ( elem[ name ] = value );\n\t\t}\n\n\t\tif ( hooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\treturn elem[ name ];\n\t},\n\n\tpropHooks: {\n\t\ttabIndex: {\n\t\t\tget: function( elem ) {\n\n\t\t\t\t// Support: IE <=9 - 11 only\n\t\t\t\t// elem.tabIndex doesn't always return the\n\t\t\t\t// correct value when it hasn't been explicitly set\n\t\t\t\t// https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/\n\t\t\t\t// Use proper attribute retrieval(#12072)\n\t\t\t\tvar tabindex = jQuery.find.attr( elem, \"tabindex\" );\n\n\t\t\t\tif ( tabindex ) {\n\t\t\t\t\treturn parseInt( tabindex, 10 );\n\t\t\t\t}\n\n\t\t\t\tif (\n\t\t\t\t\trfocusable.test( elem.nodeName ) ||\n\t\t\t\t\trclickable.test( elem.nodeName ) &&\n\t\t\t\t\telem.href\n\t\t\t\t) {\n\t\t\t\t\treturn 0;\n\t\t\t\t}\n\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t},\n\n\tpropFix: {\n\t\t\"for\": \"htmlFor\",\n\t\t\"class\": \"className\"\n\t}\n} );\n\n// Support: IE <=11 only\n// Accessing the selectedIndex property\n// forces the browser to respect setting selected\n// on the option\n// The getter ensures a default option is selected\n// when in an optgroup\n// eslint rule \"no-unused-expressions\" is disabled for this code\n// since it considers such accessions noop\nif ( !support.optSelected ) {\n\tjQuery.propHooks.selected = {\n\t\tget: function( elem ) {\n\n\t\t\t/* eslint no-unused-expressions: \"off\" */\n\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent && parent.parentNode ) {\n\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t}\n\t\t\treturn null;\n\t\t},\n\t\tset: function( elem ) {\n\n\t\t\t/* eslint no-unused-expressions: \"off\" */\n\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent ) {\n\t\t\t\tparent.selectedIndex;\n\n\t\t\t\tif ( parent.parentNode ) {\n\t\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\njQuery.each( [\n\t\"tabIndex\",\n\t\"readOnly\",\n\t\"maxLength\",\n\t\"cellSpacing\",\n\t\"cellPadding\",\n\t\"rowSpan\",\n\t\"colSpan\",\n\t\"useMap\",\n\t\"frameBorder\",\n\t\"contentEditable\"\n], function() {\n\tjQuery.propFix[ this.toLowerCase() ] = this;\n} );\n\n\n\n\n\t// Strip and collapse whitespace according to HTML spec\n\t// https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace\n\tfunction stripAndCollapse( value ) {\n\t\tvar tokens = value.match( rnothtmlwhite ) || [];\n\t\treturn tokens.join( \" \" );\n\t}\n\n\nfunction getClass( elem ) {\n\treturn elem.getAttribute && elem.getAttribute( \"class\" ) || \"\";\n}\n\nfunction classesToArray( value ) {\n\tif ( Array.isArray( value ) ) {\n\t\treturn value;\n\t}\n\tif ( typeof value === \"string\" ) {\n\t\treturn value.match( rnothtmlwhite ) || [];\n\t}\n\treturn [];\n}\n\njQuery.fn.extend( {\n\taddClass: function( value ) {\n\t\tvar classes, elem, cur, curValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).addClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\t\t\t\tcur = elem.nodeType === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\t\t\t\t\t\tif ( cur.indexOf( \" \" + clazz + \" \" ) < 0 ) {\n\t\t\t\t\t\t\tcur += clazz + \" \";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tremoveClass: function( value ) {\n\t\tvar classes, elem, cur, curValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).removeClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tif ( !arguments.length ) {\n\t\t\treturn this.attr( \"class\", \"\" );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\n\t\t\t\t// This expression is here for better compressibility (see addClass)\n\t\t\t\tcur = elem.nodeType === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\n\t\t\t\t\t\t// Remove *all* instances\n\t\t\t\t\t\twhile ( cur.indexOf( \" \" + clazz + \" \" ) > -1 ) {\n\t\t\t\t\t\t\tcur = cur.replace( \" \" + clazz + \" \", \" \" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\ttoggleClass: function( value, stateVal ) {\n\t\tvar type = typeof value,\n\t\t\tisValidValue = type === \"string\" || Array.isArray( value );\n\n\t\tif ( typeof stateVal === \"boolean\" && isValidValue ) {\n\t\t\treturn stateVal ? this.addClass( value ) : this.removeClass( value );\n\t\t}\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( i ) {\n\t\t\t\tjQuery( this ).toggleClass(\n\t\t\t\t\tvalue.call( this, i, getClass( this ), stateVal ),\n\t\t\t\t\tstateVal\n\t\t\t\t);\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar className, i, self, classNames;\n\n\t\t\tif ( isValidValue ) {\n\n\t\t\t\t// Toggle individual class names\n\t\t\t\ti = 0;\n\t\t\t\tself = jQuery( this );\n\t\t\t\tclassNames = classesToArray( value );\n\n\t\t\t\twhile ( ( className = classNames[ i++ ] ) ) {\n\n\t\t\t\t\t// Check each className given, space separated list\n\t\t\t\t\tif ( self.hasClass( className ) ) {\n\t\t\t\t\t\tself.removeClass( className );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tself.addClass( className );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Toggle whole class name\n\t\t\t} else if ( value === undefined || type === \"boolean\" ) {\n\t\t\t\tclassName = getClass( this );\n\t\t\t\tif ( className ) {\n\n\t\t\t\t\t// Store className if set\n\t\t\t\t\tdataPriv.set( this, \"__className__\", className );\n\t\t\t\t}\n\n\t\t\t\t// If the element has a class name or if we're passed `false`,\n\t\t\t\t// then remove the whole classname (if there was one, the above saved it).\n\t\t\t\t// Otherwise bring back whatever was previously saved (if anything),\n\t\t\t\t// falling back to the empty string if nothing was stored.\n\t\t\t\tif ( this.setAttribute ) {\n\t\t\t\t\tthis.setAttribute( \"class\",\n\t\t\t\t\t\tclassName || value === false ?\n\t\t\t\t\t\t\"\" :\n\t\t\t\t\t\tdataPriv.get( this, \"__className__\" ) || \"\"\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\thasClass: function( selector ) {\n\t\tvar className, elem,\n\t\t\ti = 0;\n\n\t\tclassName = \" \" + selector + \" \";\n\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\tif ( elem.nodeType === 1 &&\n\t\t\t\t( \" \" + stripAndCollapse( getClass( elem ) ) + \" \" ).indexOf( className ) > -1 ) {\n\t\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}\n} );\n\n\n\n\nvar rreturn = /\\r/g;\n\njQuery.fn.extend( {\n\tval: function( value ) {\n\t\tvar hooks, ret, valueIsFunction,\n\t\t\telem = this[ 0 ];\n\n\t\tif ( !arguments.length ) {\n\t\t\tif ( elem ) {\n\t\t\t\thooks = jQuery.valHooks[ elem.type ] ||\n\t\t\t\t\tjQuery.valHooks[ elem.nodeName.toLowerCase() ];\n\n\t\t\t\tif ( hooks &&\n\t\t\t\t\t\"get\" in hooks &&\n\t\t\t\t\t( ret = hooks.get( elem, \"value\" ) ) !== undefined\n\t\t\t\t) {\n\t\t\t\t\treturn ret;\n\t\t\t\t}\n\n\t\t\t\tret = elem.value;\n\n\t\t\t\t// Handle most common string cases\n\t\t\t\tif ( typeof ret === \"string\" ) {\n\t\t\t\t\treturn ret.replace( rreturn, \"\" );\n\t\t\t\t}\n\n\t\t\t\t// Handle cases where value is null/undef or number\n\t\t\t\treturn ret == null ? \"\" : ret;\n\t\t\t}\n\n\t\t\treturn;\n\t\t}\n\n\t\tvalueIsFunction = isFunction( value );\n\n\t\treturn this.each( function( i ) {\n\t\t\tvar val;\n\n\t\t\tif ( this.nodeType !== 1 ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\tval = value.call( this, i, jQuery( this ).val() );\n\t\t\t} else {\n\t\t\t\tval = value;\n\t\t\t}\n\n\t\t\t// Treat null/undefined as \"\"; convert numbers to string\n\t\t\tif ( val == null ) {\n\t\t\t\tval = \"\";\n\n\t\t\t} else if ( typeof val === \"number\" ) {\n\t\t\t\tval += \"\";\n\n\t\t\t} else if ( Array.isArray( val ) ) {\n\t\t\t\tval = jQuery.map( val, function( value ) {\n\t\t\t\t\treturn value == null ? \"\" : value + \"\";\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\thooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ];\n\n\t\t\t// If set returns undefined, fall back to normal setting\n\t\t\tif ( !hooks || !( \"set\" in hooks ) || hooks.set( this, val, \"value\" ) === undefined ) {\n\t\t\t\tthis.value = val;\n\t\t\t}\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tvalHooks: {\n\t\toption: {\n\t\t\tget: function( elem ) {\n\n\t\t\t\tvar val = jQuery.find.attr( elem, \"value\" );\n\t\t\t\treturn val != null ?\n\t\t\t\t\tval :\n\n\t\t\t\t\t// Support: IE <=10 - 11 only\n\t\t\t\t\t// option.text throws exceptions (#14686, #14858)\n\t\t\t\t\t// Strip and collapse whitespace\n\t\t\t\t\t// https://html.spec.whatwg.org/#strip-and-collapse-whitespace\n\t\t\t\t\tstripAndCollapse( jQuery.text( elem ) );\n\t\t\t}\n\t\t},\n\t\tselect: {\n\t\t\tget: function( elem ) {\n\t\t\t\tvar value, option, i,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tindex = elem.selectedIndex,\n\t\t\t\t\tone = elem.type === \"select-one\",\n\t\t\t\t\tvalues = one ? null : [],\n\t\t\t\t\tmax = one ? index + 1 : options.length;\n\n\t\t\t\tif ( index < 0 ) {\n\t\t\t\t\ti = max;\n\n\t\t\t\t} else {\n\t\t\t\t\ti = one ? index : 0;\n\t\t\t\t}\n\n\t\t\t\t// Loop through all the selected options\n\t\t\t\tfor ( ; i < max; i++ ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t// IE8-9 doesn't update selected after form reset (#2551)\n\t\t\t\t\tif ( ( option.selected || i === index ) &&\n\n\t\t\t\t\t\t\t// Don't return options that are disabled or in a disabled optgroup\n\t\t\t\t\t\t\t!option.disabled &&\n\t\t\t\t\t\t\t( !option.parentNode.disabled ||\n\t\t\t\t\t\t\t\t!nodeName( option.parentNode, \"optgroup\" ) ) ) {\n\n\t\t\t\t\t\t// Get the specific value for the option\n\t\t\t\t\t\tvalue = jQuery( option ).val();\n\n\t\t\t\t\t\t// We don't need an array for one selects\n\t\t\t\t\t\tif ( one ) {\n\t\t\t\t\t\t\treturn value;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Multi-Selects return an array\n\t\t\t\t\t\tvalues.push( value );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn values;\n\t\t\t},\n\n\t\t\tset: function( elem, value ) {\n\t\t\t\tvar optionSet, option,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tvalues = jQuery.makeArray( value ),\n\t\t\t\t\ti = options.length;\n\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t/* eslint-disable no-cond-assign */\n\n\t\t\t\t\tif ( option.selected =\n\t\t\t\t\t\tjQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1\n\t\t\t\t\t) {\n\t\t\t\t\t\toptionSet = true;\n\t\t\t\t\t}\n\n\t\t\t\t\t/* eslint-enable no-cond-assign */\n\t\t\t\t}\n\n\t\t\t\t// Force browsers to behave consistently when non-matching value is set\n\t\t\t\tif ( !optionSet ) {\n\t\t\t\t\telem.selectedIndex = -1;\n\t\t\t\t}\n\t\t\t\treturn values;\n\t\t\t}\n\t\t}\n\t}\n} );\n\n// Radios and checkboxes getter/setter\njQuery.each( [ \"radio\", \"checkbox\" ], function() {\n\tjQuery.valHooks[ this ] = {\n\t\tset: function( elem, value ) {\n\t\t\tif ( Array.isArray( value ) ) {\n\t\t\t\treturn ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 );\n\t\t\t}\n\t\t}\n\t};\n\tif ( !support.checkOn ) {\n\t\tjQuery.valHooks[ this ].get = function( elem ) {\n\t\t\treturn elem.getAttribute( \"value\" ) === null ? \"on\" : elem.value;\n\t\t};\n\t}\n} );\n\n\n\n\n// Return jQuery for attributes-only inclusion\n\n\nsupport.focusin = \"onfocusin\" in window;\n\n\nvar rfocusMorph = /^(?:focusinfocus|focusoutblur)$/,\n\tstopPropagationCallback = function( e ) {\n\t\te.stopPropagation();\n\t};\n\njQuery.extend( jQuery.event, {\n\n\ttrigger: function( event, data, elem, onlyHandlers ) {\n\n\t\tvar i, cur, tmp, bubbleType, ontype, handle, special, lastElement,\n\t\t\teventPath = [ elem || document ],\n\t\t\ttype = hasOwn.call( event, \"type\" ) ? event.type : event,\n\t\t\tnamespaces = hasOwn.call( event, \"namespace\" ) ? event.namespace.split( \".\" ) : [];\n\n\t\tcur = lastElement = tmp = elem = elem || document;\n\n\t\t// Don't do events on text and comment nodes\n\t\tif ( elem.nodeType === 3 || elem.nodeType === 8 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// focus/blur morphs to focusin/out; ensure we're not firing them right now\n\t\tif ( rfocusMorph.test( type + jQuery.event.triggered ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( type.indexOf( \".\" ) > -1 ) {\n\n\t\t\t// Namespaced trigger; create a regexp to match event type in handle()\n\t\t\tnamespaces = type.split( \".\" );\n\t\t\ttype = namespaces.shift();\n\t\t\tnamespaces.sort();\n\t\t}\n\t\tontype = type.indexOf( \":\" ) < 0 && \"on\" + type;\n\n\t\t// Caller can pass in a jQuery.Event object, Object, or just an event type string\n\t\tevent = event[ jQuery.expando ] ?\n\t\t\tevent :\n\t\t\tnew jQuery.Event( type, typeof event === \"object\" && event );\n\n\t\t// Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true)\n\t\tevent.isTrigger = onlyHandlers ? 2 : 3;\n\t\tevent.namespace = namespaces.join( \".\" );\n\t\tevent.rnamespace = event.namespace ?\n\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" ) :\n\t\t\tnull;\n\n\t\t// Clean up the event in case it is being reused\n\t\tevent.result = undefined;\n\t\tif ( !event.target ) {\n\t\t\tevent.target = elem;\n\t\t}\n\n\t\t// Clone any incoming data and prepend the event, creating the handler arg list\n\t\tdata = data == null ?\n\t\t\t[ event ] :\n\t\t\tjQuery.makeArray( data, [ event ] );\n\n\t\t// Allow special events to draw outside the lines\n\t\tspecial = jQuery.event.special[ type ] || {};\n\t\tif ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine event propagation path in advance, per W3C events spec (#9951)\n\t\t// Bubble up to document, then to window; watch for a global ownerDocument var (#9724)\n\t\tif ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) {\n\n\t\t\tbubbleType = special.delegateType || type;\n\t\t\tif ( !rfocusMorph.test( bubbleType + type ) ) {\n\t\t\t\tcur = cur.parentNode;\n\t\t\t}\n\t\t\tfor ( ; cur; cur = cur.parentNode ) {\n\t\t\t\teventPath.push( cur );\n\t\t\t\ttmp = cur;\n\t\t\t}\n\n\t\t\t// Only add window if we got to document (e.g., not plain obj or detached DOM)\n\t\t\tif ( tmp === ( elem.ownerDocument || document ) ) {\n\t\t\t\teventPath.push( tmp.defaultView || tmp.parentWindow || window );\n\t\t\t}\n\t\t}\n\n\t\t// Fire handlers on the event path\n\t\ti = 0;\n\t\twhile ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tlastElement = cur;\n\t\t\tevent.type = i > 1 ?\n\t\t\t\tbubbleType :\n\t\t\t\tspecial.bindType || type;\n\n\t\t\t// jQuery handler\n\t\t\thandle = ( dataPriv.get( cur, \"events\" ) || {} )[ event.type ] &&\n\t\t\t\tdataPriv.get( cur, \"handle\" );\n\t\t\tif ( handle ) {\n\t\t\t\thandle.apply( cur, data );\n\t\t\t}\n\n\t\t\t// Native handler\n\t\t\thandle = ontype && cur[ ontype ];\n\t\t\tif ( handle && handle.apply && acceptData( cur ) ) {\n\t\t\t\tevent.result = handle.apply( cur, data );\n\t\t\t\tif ( event.result === false ) {\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tevent.type = type;\n\n\t\t// If nobody prevented the default action, do it now\n\t\tif ( !onlyHandlers && !event.isDefaultPrevented() ) {\n\n\t\t\tif ( ( !special._default ||\n\t\t\t\tspecial._default.apply( eventPath.pop(), data ) === false ) &&\n\t\t\t\tacceptData( elem ) ) {\n\n\t\t\t\t// Call a native DOM method on the target with the same name as the event.\n\t\t\t\t// Don't do default actions on window, that's where global variables be (#6170)\n\t\t\t\tif ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) {\n\n\t\t\t\t\t// Don't re-trigger an onFOO event when we call its FOO() method\n\t\t\t\t\ttmp = elem[ ontype ];\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = null;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prevent re-triggering of the same event, since we already bubbled it above\n\t\t\t\t\tjQuery.event.triggered = type;\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.addEventListener( type, stopPropagationCallback );\n\t\t\t\t\t}\n\n\t\t\t\t\telem[ type ]();\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.removeEventListener( type, stopPropagationCallback );\n\t\t\t\t\t}\n\n\t\t\t\t\tjQuery.event.triggered = undefined;\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\t// Piggyback on a donor event to simulate a different one\n\t// Used only for `focus(in | out)` events\n\tsimulate: function( type, elem, event ) {\n\t\tvar e = jQuery.extend(\n\t\t\tnew jQuery.Event(),\n\t\t\tevent,\n\t\t\t{\n\t\t\t\ttype: type,\n\t\t\t\tisSimulated: true\n\t\t\t}\n\t\t);\n\n\t\tjQuery.event.trigger( e, null, elem );\n\t}\n\n} );\n\njQuery.fn.extend( {\n\n\ttrigger: function( type, data ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.trigger( type, data, this );\n\t\t} );\n\t},\n\ttriggerHandler: function( type, data ) {\n\t\tvar elem = this[ 0 ];\n\t\tif ( elem ) {\n\t\t\treturn jQuery.event.trigger( type, data, elem, true );\n\t\t}\n\t}\n} );\n\n\n// Support: Firefox <=44\n// Firefox doesn't have focus(in | out) events\n// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787\n//\n// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1\n// focus(in | out) events fire after focus & blur events,\n// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order\n// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857\nif ( !support.focusin ) {\n\tjQuery.each( { focus: \"focusin\", blur: \"focusout\" }, function( orig, fix ) {\n\n\t\t// Attach a single capturing handler on the document while someone wants focusin/focusout\n\t\tvar handler = function( event ) {\n\t\t\tjQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) );\n\t\t};\n\n\t\tjQuery.event.special[ fix ] = {\n\t\t\tsetup: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix );\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.addEventListener( orig, handler, true );\n\t\t\t\t}\n\t\t\t\tdataPriv.access( doc, fix, ( attaches || 0 ) + 1 );\n\t\t\t},\n\t\t\tteardown: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix ) - 1;\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.removeEventListener( orig, handler, true );\n\t\t\t\t\tdataPriv.remove( doc, fix );\n\n\t\t\t\t} else {\n\t\t\t\t\tdataPriv.access( doc, fix, attaches );\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t} );\n}\nvar location = window.location;\n\nvar nonce = Date.now();\n\nvar rquery = ( /\\?/ );\n\n\n\n// Cross-browser xml parsing\njQuery.parseXML = function( data ) {\n\tvar xml;\n\tif ( !data || typeof data !== \"string\" ) {\n\t\treturn null;\n\t}\n\n\t// Support: IE 9 - 11 only\n\t// IE throws on parseFromString with invalid input.\n\ttry {\n\t\txml = ( new window.DOMParser() ).parseFromString( data, \"text/xml\" );\n\t} catch ( e ) {\n\t\txml = undefined;\n\t}\n\n\tif ( !xml || xml.getElementsByTagName( \"parsererror\" ).length ) {\n\t\tjQuery.error( \"Invalid XML: \" + data );\n\t}\n\treturn xml;\n};\n\n\nvar\n\trbracket = /\\[\\]$/,\n\trCRLF = /\\r?\\n/g,\n\trsubmitterTypes = /^(?:submit|button|image|reset|file)$/i,\n\trsubmittable = /^(?:input|select|textarea|keygen)/i;\n\nfunction buildParams( prefix, obj, traditional, add ) {\n\tvar name;\n\n\tif ( Array.isArray( obj ) ) {\n\n\t\t// Serialize array item.\n\t\tjQuery.each( obj, function( i, v ) {\n\t\t\tif ( traditional || rbracket.test( prefix ) ) {\n\n\t\t\t\t// Treat each array item as a scalar.\n\t\t\t\tadd( prefix, v );\n\n\t\t\t} else {\n\n\t\t\t\t// Item is non-scalar (array or object), encode its numeric index.\n\t\t\t\tbuildParams(\n\t\t\t\t\tprefix + \"[\" + ( typeof v === \"object\" && v != null ? i : \"\" ) + \"]\",\n\t\t\t\t\tv,\n\t\t\t\t\ttraditional,\n\t\t\t\t\tadd\n\t\t\t\t);\n\t\t\t}\n\t\t} );\n\n\t} else if ( !traditional && toType( obj ) === \"object\" ) {\n\n\t\t// Serialize object item.\n\t\tfor ( name in obj ) {\n\t\t\tbuildParams( prefix + \"[\" + name + \"]\", obj[ name ], traditional, add );\n\t\t}\n\n\t} else {\n\n\t\t// Serialize scalar item.\n\t\tadd( prefix, obj );\n\t}\n}\n\n// Serialize an array of form elements or a set of\n// key/values into a query string\njQuery.param = function( a, traditional ) {\n\tvar prefix,\n\t\ts = [],\n\t\tadd = function( key, valueOrFunction ) {\n\n\t\t\t// If value is a function, invoke it and use its return value\n\t\t\tvar value = isFunction( valueOrFunction ) ?\n\t\t\t\tvalueOrFunction() :\n\t\t\t\tvalueOrFunction;\n\n\t\t\ts[ s.length ] = encodeURIComponent( key ) + \"=\" +\n\t\t\t\tencodeURIComponent( value == null ? \"\" : value );\n\t\t};\n\n\tif ( a == null ) {\n\t\treturn \"\";\n\t}\n\n\t// If an array was passed in, assume that it is an array of form elements.\n\tif ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {\n\n\t\t// Serialize the form elements\n\t\tjQuery.each( a, function() {\n\t\t\tadd( this.name, this.value );\n\t\t} );\n\n\t} else {\n\n\t\t// If traditional, encode the \"old\" way (the way 1.3.2 or older\n\t\t// did it), otherwise encode params recursively.\n\t\tfor ( prefix in a ) {\n\t\t\tbuildParams( prefix, a[ prefix ], traditional, add );\n\t\t}\n\t}\n\n\t// Return the resulting serialization\n\treturn s.join( \"&\" );\n};\n\njQuery.fn.extend( {\n\tserialize: function() {\n\t\treturn jQuery.param( this.serializeArray() );\n\t},\n\tserializeArray: function() {\n\t\treturn this.map( function() {\n\n\t\t\t// Can add propHook for \"elements\" to filter or add form elements\n\t\t\tvar elements = jQuery.prop( this, \"elements\" );\n\t\t\treturn elements ? jQuery.makeArray( elements ) : this;\n\t\t} )\n\t\t.filter( function() {\n\t\t\tvar type = this.type;\n\n\t\t\t// Use .is( \":disabled\" ) so that fieldset[disabled] works\n\t\t\treturn this.name && !jQuery( this ).is( \":disabled\" ) &&\n\t\t\t\trsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) &&\n\t\t\t\t( this.checked || !rcheckableType.test( type ) );\n\t\t} )\n\t\t.map( function( i, elem ) {\n\t\t\tvar val = jQuery( this ).val();\n\n\t\t\tif ( val == null ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\tif ( Array.isArray( val ) ) {\n\t\t\t\treturn jQuery.map( val, function( val ) {\n\t\t\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t} ).get();\n\t}\n} );\n\n\nvar\n\tr20 = /%20/g,\n\trhash = /#.*$/,\n\trantiCache = /([?&])_=[^&]*/,\n\trheaders = /^(.*?):[ \\t]*([^\\r\\n]*)$/mg,\n\n\t// #7653, #8125, #8152: local protocol detection\n\trlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/,\n\trnoContent = /^(?:GET|HEAD)$/,\n\trprotocol = /^\\/\\//,\n\n\t/* Prefilters\n\t * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)\n\t * 2) These are called:\n\t * - BEFORE asking for a transport\n\t * - AFTER param serialization (s.data is a string if s.processData is true)\n\t * 3) key is the dataType\n\t * 4) the catchall symbol \"*\" can be used\n\t * 5) execution will start with transport dataType and THEN continue down to \"*\" if needed\n\t */\n\tprefilters = {},\n\n\t/* Transports bindings\n\t * 1) key is the dataType\n\t * 2) the catchall symbol \"*\" can be used\n\t * 3) selection will start with transport dataType and THEN go to \"*\" if needed\n\t */\n\ttransports = {},\n\n\t// Avoid comment-prolog char sequence (#10098); must appease lint and evade compression\n\tallTypes = \"*/\".concat( \"*\" ),\n\n\t// Anchor tag for parsing the document origin\n\toriginAnchor = document.createElement( \"a\" );\n\toriginAnchor.href = location.href;\n\n// Base \"constructor\" for jQuery.ajaxPrefilter and jQuery.ajaxTransport\nfunction addToPrefiltersOrTransports( structure ) {\n\n\t// dataTypeExpression is optional and defaults to \"*\"\n\treturn function( dataTypeExpression, func ) {\n\n\t\tif ( typeof dataTypeExpression !== \"string\" ) {\n\t\t\tfunc = dataTypeExpression;\n\t\t\tdataTypeExpression = \"*\";\n\t\t}\n\n\t\tvar dataType,\n\t\t\ti = 0,\n\t\t\tdataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || [];\n\n\t\tif ( isFunction( func ) ) {\n\n\t\t\t// For each dataType in the dataTypeExpression\n\t\t\twhile ( ( dataType = dataTypes[ i++ ] ) ) {\n\n\t\t\t\t// Prepend if requested\n\t\t\t\tif ( dataType[ 0 ] === \"+\" ) {\n\t\t\t\t\tdataType = dataType.slice( 1 ) || \"*\";\n\t\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func );\n\n\t\t\t\t// Otherwise append\n\t\t\t\t} else {\n\t\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).push( func );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\n// Base inspection function for prefilters and transports\nfunction inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) {\n\n\tvar inspected = {},\n\t\tseekingTransport = ( structure === transports );\n\n\tfunction inspect( dataType ) {\n\t\tvar selected;\n\t\tinspected[ dataType ] = true;\n\t\tjQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) {\n\t\t\tvar dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR );\n\t\t\tif ( typeof dataTypeOrTransport === \"string\" &&\n\t\t\t\t!seekingTransport && !inspected[ dataTypeOrTransport ] ) {\n\n\t\t\t\toptions.dataTypes.unshift( dataTypeOrTransport );\n\t\t\t\tinspect( dataTypeOrTransport );\n\t\t\t\treturn false;\n\t\t\t} else if ( seekingTransport ) {\n\t\t\t\treturn !( selected = dataTypeOrTransport );\n\t\t\t}\n\t\t} );\n\t\treturn selected;\n\t}\n\n\treturn inspect( options.dataTypes[ 0 ] ) || !inspected[ \"*\" ] && inspect( \"*\" );\n}\n\n// A special extend for ajax options\n// that takes \"flat\" options (not to be deep extended)\n// Fixes #9887\nfunction ajaxExtend( target, src ) {\n\tvar key, deep,\n\t\tflatOptions = jQuery.ajaxSettings.flatOptions || {};\n\n\tfor ( key in src ) {\n\t\tif ( src[ key ] !== undefined ) {\n\t\t\t( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ];\n\t\t}\n\t}\n\tif ( deep ) {\n\t\tjQuery.extend( true, target, deep );\n\t}\n\n\treturn target;\n}\n\n/* Handles responses to an ajax request:\n * - finds the right dataType (mediates between content-type and expected dataType)\n * - returns the corresponding response\n */\nfunction ajaxHandleResponses( s, jqXHR, responses ) {\n\n\tvar ct, type, finalDataType, firstDataType,\n\t\tcontents = s.contents,\n\t\tdataTypes = s.dataTypes;\n\n\t// Remove auto dataType and get content-type in the process\n\twhile ( dataTypes[ 0 ] === \"*\" ) {\n\t\tdataTypes.shift();\n\t\tif ( ct === undefined ) {\n\t\t\tct = s.mimeType || jqXHR.getResponseHeader( \"Content-Type\" );\n\t\t}\n\t}\n\n\t// Check if we're dealing with a known content-type\n\tif ( ct ) {\n\t\tfor ( type in contents ) {\n\t\t\tif ( contents[ type ] && contents[ type ].test( ct ) ) {\n\t\t\t\tdataTypes.unshift( type );\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Check to see if we have a response for the expected dataType\n\tif ( dataTypes[ 0 ] in responses ) {\n\t\tfinalDataType = dataTypes[ 0 ];\n\t} else {\n\n\t\t// Try convertible dataTypes\n\t\tfor ( type in responses ) {\n\t\t\tif ( !dataTypes[ 0 ] || s.converters[ type + \" \" + dataTypes[ 0 ] ] ) {\n\t\t\t\tfinalDataType = type;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( !firstDataType ) {\n\t\t\t\tfirstDataType = type;\n\t\t\t}\n\t\t}\n\n\t\t// Or just use first one\n\t\tfinalDataType = finalDataType || firstDataType;\n\t}\n\n\t// If we found a dataType\n\t// We add the dataType to the list if needed\n\t// and return the corresponding response\n\tif ( finalDataType ) {\n\t\tif ( finalDataType !== dataTypes[ 0 ] ) {\n\t\t\tdataTypes.unshift( finalDataType );\n\t\t}\n\t\treturn responses[ finalDataType ];\n\t}\n}\n\n/* Chain conversions given the request and the original response\n * Also sets the responseXXX fields on the jqXHR instance\n */\nfunction ajaxConvert( s, response, jqXHR, isSuccess ) {\n\tvar conv2, current, conv, tmp, prev,\n\t\tconverters = {},\n\n\t\t// Work with a copy of dataTypes in case we need to modify it for conversion\n\t\tdataTypes = s.dataTypes.slice();\n\n\t// Create converters map with lowercased keys\n\tif ( dataTypes[ 1 ] ) {\n\t\tfor ( conv in s.converters ) {\n\t\t\tconverters[ conv.toLowerCase() ] = s.converters[ conv ];\n\t\t}\n\t}\n\n\tcurrent = dataTypes.shift();\n\n\t// Convert to each sequential dataType\n\twhile ( current ) {\n\n\t\tif ( s.responseFields[ current ] ) {\n\t\t\tjqXHR[ s.responseFields[ current ] ] = response;\n\t\t}\n\n\t\t// Apply the dataFilter if provided\n\t\tif ( !prev && isSuccess && s.dataFilter ) {\n\t\t\tresponse = s.dataFilter( response, s.dataType );\n\t\t}\n\n\t\tprev = current;\n\t\tcurrent = dataTypes.shift();\n\n\t\tif ( current ) {\n\n\t\t\t// There's only work to do if current dataType is non-auto\n\t\t\tif ( current === \"*\" ) {\n\n\t\t\t\tcurrent = prev;\n\n\t\t\t// Convert response if prev dataType is non-auto and differs from current\n\t\t\t} else if ( prev !== \"*\" && prev !== current ) {\n\n\t\t\t\t// Seek a direct converter\n\t\t\t\tconv = converters[ prev + \" \" + current ] || converters[ \"* \" + current ];\n\n\t\t\t\t// If none found, seek a pair\n\t\t\t\tif ( !conv ) {\n\t\t\t\t\tfor ( conv2 in converters ) {\n\n\t\t\t\t\t\t// If conv2 outputs current\n\t\t\t\t\t\ttmp = conv2.split( \" \" );\n\t\t\t\t\t\tif ( tmp[ 1 ] === current ) {\n\n\t\t\t\t\t\t\t// If prev can be converted to accepted input\n\t\t\t\t\t\t\tconv = converters[ prev + \" \" + tmp[ 0 ] ] ||\n\t\t\t\t\t\t\t\tconverters[ \"* \" + tmp[ 0 ] ];\n\t\t\t\t\t\t\tif ( conv ) {\n\n\t\t\t\t\t\t\t\t// Condense equivalence converters\n\t\t\t\t\t\t\t\tif ( conv === true ) {\n\t\t\t\t\t\t\t\t\tconv = converters[ conv2 ];\n\n\t\t\t\t\t\t\t\t// Otherwise, insert the intermediate dataType\n\t\t\t\t\t\t\t\t} else if ( converters[ conv2 ] !== true ) {\n\t\t\t\t\t\t\t\t\tcurrent = tmp[ 0 ];\n\t\t\t\t\t\t\t\t\tdataTypes.unshift( tmp[ 1 ] );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Apply converter (if not an equivalence)\n\t\t\t\tif ( conv !== true ) {\n\n\t\t\t\t\t// Unless errors are allowed to bubble, catch and return them\n\t\t\t\t\tif ( conv && s.throws ) {\n\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t} else {\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t\t} catch ( e ) {\n\t\t\t\t\t\t\treturn {\n\t\t\t\t\t\t\t\tstate: \"parsererror\",\n\t\t\t\t\t\t\t\terror: conv ? e : \"No conversion from \" + prev + \" to \" + current\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn { state: \"success\", data: response };\n}\n\njQuery.extend( {\n\n\t// Counter for holding the number of active queries\n\tactive: 0,\n\n\t// Last-Modified header cache for next request\n\tlastModified: {},\n\tetag: {},\n\n\tajaxSettings: {\n\t\turl: location.href,\n\t\ttype: \"GET\",\n\t\tisLocal: rlocalProtocol.test( location.protocol ),\n\t\tglobal: true,\n\t\tprocessData: true,\n\t\tasync: true,\n\t\tcontentType: \"application/x-www-form-urlencoded; charset=UTF-8\",\n\n\t\t/*\n\t\ttimeout: 0,\n\t\tdata: null,\n\t\tdataType: null,\n\t\tusername: null,\n\t\tpassword: null,\n\t\tcache: null,\n\t\tthrows: false,\n\t\ttraditional: false,\n\t\theaders: {},\n\t\t*/\n\n\t\taccepts: {\n\t\t\t\"*\": allTypes,\n\t\t\ttext: \"text/plain\",\n\t\t\thtml: \"text/html\",\n\t\t\txml: \"application/xml, text/xml\",\n\t\t\tjson: \"application/json, text/javascript\"\n\t\t},\n\n\t\tcontents: {\n\t\t\txml: /\\bxml\\b/,\n\t\t\thtml: /\\bhtml/,\n\t\t\tjson: /\\bjson\\b/\n\t\t},\n\n\t\tresponseFields: {\n\t\t\txml: \"responseXML\",\n\t\t\ttext: \"responseText\",\n\t\t\tjson: \"responseJSON\"\n\t\t},\n\n\t\t// Data converters\n\t\t// Keys separate source (or catchall \"*\") and destination types with a single space\n\t\tconverters: {\n\n\t\t\t// Convert anything to text\n\t\t\t\"* text\": String,\n\n\t\t\t// Text to html (true = no transformation)\n\t\t\t\"text html\": true,\n\n\t\t\t// Evaluate text as a json expression\n\t\t\t\"text json\": JSON.parse,\n\n\t\t\t// Parse text as xml\n\t\t\t\"text xml\": jQuery.parseXML\n\t\t},\n\n\t\t// For options that shouldn't be deep extended:\n\t\t// you can add your own custom options here if\n\t\t// and when you create one that shouldn't be\n\t\t// deep extended (see ajaxExtend)\n\t\tflatOptions: {\n\t\t\turl: true,\n\t\t\tcontext: true\n\t\t}\n\t},\n\n\t// Creates a full fledged settings object into target\n\t// with both ajaxSettings and settings fields.\n\t// If target is omitted, writes into ajaxSettings.\n\tajaxSetup: function( target, settings ) {\n\t\treturn settings ?\n\n\t\t\t// Building a settings object\n\t\t\tajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) :\n\n\t\t\t// Extending ajaxSettings\n\t\t\tajaxExtend( jQuery.ajaxSettings, target );\n\t},\n\n\tajaxPrefilter: addToPrefiltersOrTransports( prefilters ),\n\tajaxTransport: addToPrefiltersOrTransports( transports ),\n\n\t// Main method\n\tajax: function( url, options ) {\n\n\t\t// If url is an object, simulate pre-1.5 signature\n\t\tif ( typeof url === \"object\" ) {\n\t\t\toptions = url;\n\t\t\turl = undefined;\n\t\t}\n\n\t\t// Force options to be an object\n\t\toptions = options || {};\n\n\t\tvar transport,\n\n\t\t\t// URL without anti-cache param\n\t\t\tcacheURL,\n\n\t\t\t// Response headers\n\t\t\tresponseHeadersString,\n\t\t\tresponseHeaders,\n\n\t\t\t// timeout handle\n\t\t\ttimeoutTimer,\n\n\t\t\t// Url cleanup var\n\t\t\turlAnchor,\n\n\t\t\t// Request state (becomes false upon send and true upon completion)\n\t\t\tcompleted,\n\n\t\t\t// To know if global events are to be dispatched\n\t\t\tfireGlobals,\n\n\t\t\t// Loop variable\n\t\t\ti,\n\n\t\t\t// uncached part of the url\n\t\t\tuncached,\n\n\t\t\t// Create the final options object\n\t\t\ts = jQuery.ajaxSetup( {}, options ),\n\n\t\t\t// Callbacks context\n\t\t\tcallbackContext = s.context || s,\n\n\t\t\t// Context for global events is callbackContext if it is a DOM node or jQuery collection\n\t\t\tglobalEventContext = s.context &&\n\t\t\t\t( callbackContext.nodeType || callbackContext.jquery ) ?\n\t\t\t\t\tjQuery( callbackContext ) :\n\t\t\t\t\tjQuery.event,\n\n\t\t\t// Deferreds\n\t\t\tdeferred = jQuery.Deferred(),\n\t\t\tcompleteDeferred = jQuery.Callbacks( \"once memory\" ),\n\n\t\t\t// Status-dependent callbacks\n\t\t\tstatusCode = s.statusCode || {},\n\n\t\t\t// Headers (they are sent all at once)\n\t\t\trequestHeaders = {},\n\t\t\trequestHeadersNames = {},\n\n\t\t\t// Default abort message\n\t\t\tstrAbort = \"canceled\",\n\n\t\t\t// Fake xhr\n\t\t\tjqXHR = {\n\t\t\t\treadyState: 0,\n\n\t\t\t\t// Builds headers hashtable if needed\n\t\t\t\tgetResponseHeader: function( key ) {\n\t\t\t\t\tvar match;\n\t\t\t\t\tif ( completed ) {\n\t\t\t\t\t\tif ( !responseHeaders ) {\n\t\t\t\t\t\t\tresponseHeaders = {};\n\t\t\t\t\t\t\twhile ( ( match = rheaders.exec( responseHeadersString ) ) ) {\n\t\t\t\t\t\t\t\tresponseHeaders[ match[ 1 ].toLowerCase() + \" \" ] =\n\t\t\t\t\t\t\t\t\t( responseHeaders[ match[ 1 ].toLowerCase() + \" \" ] || [] )\n\t\t\t\t\t\t\t\t\t\t.concat( match[ 2 ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tmatch = responseHeaders[ key.toLowerCase() + \" \" ];\n\t\t\t\t\t}\n\t\t\t\t\treturn match == null ? null : match.join( \", \" );\n\t\t\t\t},\n\n\t\t\t\t// Raw string\n\t\t\t\tgetAllResponseHeaders: function() {\n\t\t\t\t\treturn completed ? responseHeadersString : null;\n\t\t\t\t},\n\n\t\t\t\t// Caches the header\n\t\t\t\tsetRequestHeader: function( name, value ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\tname = requestHeadersNames[ name.toLowerCase() ] =\n\t\t\t\t\t\t\trequestHeadersNames[ name.toLowerCase() ] || name;\n\t\t\t\t\t\trequestHeaders[ name ] = value;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Overrides response content-type header\n\t\t\t\toverrideMimeType: function( type ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\ts.mimeType = type;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Status-dependent callbacks\n\t\t\t\tstatusCode: function( map ) {\n\t\t\t\t\tvar code;\n\t\t\t\t\tif ( map ) {\n\t\t\t\t\t\tif ( completed ) {\n\n\t\t\t\t\t\t\t// Execute the appropriate callbacks\n\t\t\t\t\t\t\tjqXHR.always( map[ jqXHR.status ] );\n\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t// Lazy-add the new callbacks in a way that preserves old ones\n\t\t\t\t\t\t\tfor ( code in map ) {\n\t\t\t\t\t\t\t\tstatusCode[ code ] = [ statusCode[ code ], map[ code ] ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Cancel the request\n\t\t\t\tabort: function( statusText ) {\n\t\t\t\t\tvar finalText = statusText || strAbort;\n\t\t\t\t\tif ( transport ) {\n\t\t\t\t\t\ttransport.abort( finalText );\n\t\t\t\t\t}\n\t\t\t\t\tdone( 0, finalText );\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t};\n\n\t\t// Attach deferreds\n\t\tdeferred.promise( jqXHR );\n\n\t\t// Add protocol if not provided (prefilters might expect it)\n\t\t// Handle falsy url in the settings object (#10093: consistency with old signature)\n\t\t// We also use the url parameter if available\n\t\ts.url = ( ( url || s.url || location.href ) + \"\" )\n\t\t\t.replace( rprotocol, location.protocol + \"//\" );\n\n\t\t// Alias method option to type as per ticket #12004\n\t\ts.type = options.method || options.type || s.method || s.type;\n\n\t\t// Extract dataTypes list\n\t\ts.dataTypes = ( s.dataType || \"*\" ).toLowerCase().match( rnothtmlwhite ) || [ \"\" ];\n\n\t\t// A cross-domain request is in order when the origin doesn't match the current origin.\n\t\tif ( s.crossDomain == null ) {\n\t\t\turlAnchor = document.createElement( \"a\" );\n\n\t\t\t// Support: IE <=8 - 11, Edge 12 - 15\n\t\t\t// IE throws exception on accessing the href property if url is malformed,\n\t\t\t// e.g. http://example.com:80x/\n\t\t\ttry {\n\t\t\t\turlAnchor.href = s.url;\n\n\t\t\t\t// Support: IE <=8 - 11 only\n\t\t\t\t// Anchor's host property isn't correctly set when s.url is relative\n\t\t\t\turlAnchor.href = urlAnchor.href;\n\t\t\t\ts.crossDomain = originAnchor.protocol + \"//\" + originAnchor.host !==\n\t\t\t\t\turlAnchor.protocol + \"//\" + urlAnchor.host;\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// If there is an error parsing the URL, assume it is crossDomain,\n\t\t\t\t// it can be rejected by the transport if it is invalid\n\t\t\t\ts.crossDomain = true;\n\t\t\t}\n\t\t}\n\n\t\t// Convert data if not already a string\n\t\tif ( s.data && s.processData && typeof s.data !== \"string\" ) {\n\t\t\ts.data = jQuery.param( s.data, s.traditional );\n\t\t}\n\n\t\t// Apply prefilters\n\t\tinspectPrefiltersOrTransports( prefilters, s, options, jqXHR );\n\n\t\t// If request was aborted inside a prefilter, stop there\n\t\tif ( completed ) {\n\t\t\treturn jqXHR;\n\t\t}\n\n\t\t// We can fire global events as of now if asked to\n\t\t// Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118)\n\t\tfireGlobals = jQuery.event && s.global;\n\n\t\t// Watch for a new set of requests\n\t\tif ( fireGlobals && jQuery.active++ === 0 ) {\n\t\t\tjQuery.event.trigger( \"ajaxStart\" );\n\t\t}\n\n\t\t// Uppercase the type\n\t\ts.type = s.type.toUpperCase();\n\n\t\t// Determine if request has content\n\t\ts.hasContent = !rnoContent.test( s.type );\n\n\t\t// Save the URL in case we're toying with the If-Modified-Since\n\t\t// and/or If-None-Match header later on\n\t\t// Remove hash to simplify url manipulation\n\t\tcacheURL = s.url.replace( rhash, \"\" );\n\n\t\t// More options handling for requests with no content\n\t\tif ( !s.hasContent ) {\n\n\t\t\t// Remember the hash so we can put it back\n\t\t\tuncached = s.url.slice( cacheURL.length );\n\n\t\t\t// If data is available and should be processed, append data to url\n\t\t\tif ( s.data && ( s.processData || typeof s.data === \"string\" ) ) {\n\t\t\t\tcacheURL += ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + s.data;\n\n\t\t\t\t// #9682: remove data so that it's not used in an eventual retry\n\t\t\t\tdelete s.data;\n\t\t\t}\n\n\t\t\t// Add or update anti-cache param if needed\n\t\t\tif ( s.cache === false ) {\n\t\t\t\tcacheURL = cacheURL.replace( rantiCache, \"$1\" );\n\t\t\t\tuncached = ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + \"_=\" + ( nonce++ ) + uncached;\n\t\t\t}\n\n\t\t\t// Put hash and anti-cache on the URL that will be requested (gh-1732)\n\t\t\ts.url = cacheURL + uncached;\n\n\t\t// Change '%20' to '+' if this is encoded form body content (gh-2658)\n\t\t} else if ( s.data && s.processData &&\n\t\t\t( s.contentType || \"\" ).indexOf( \"application/x-www-form-urlencoded\" ) === 0 ) {\n\t\t\ts.data = s.data.replace( r20, \"+\" );\n\t\t}\n\n\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\tif ( s.ifModified ) {\n\t\t\tif ( jQuery.lastModified[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-Modified-Since\", jQuery.lastModified[ cacheURL ] );\n\t\t\t}\n\t\t\tif ( jQuery.etag[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-None-Match\", jQuery.etag[ cacheURL ] );\n\t\t\t}\n\t\t}\n\n\t\t// Set the correct header, if data is being sent\n\t\tif ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {\n\t\t\tjqXHR.setRequestHeader( \"Content-Type\", s.contentType );\n\t\t}\n\n\t\t// Set the Accepts header for the server, depending on the dataType\n\t\tjqXHR.setRequestHeader(\n\t\t\t\"Accept\",\n\t\t\ts.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ?\n\t\t\t\ts.accepts[ s.dataTypes[ 0 ] ] +\n\t\t\t\t\t( s.dataTypes[ 0 ] !== \"*\" ? \", \" + allTypes + \"; q=0.01\" : \"\" ) :\n\t\t\t\ts.accepts[ \"*\" ]\n\t\t);\n\n\t\t// Check for headers option\n\t\tfor ( i in s.headers ) {\n\t\t\tjqXHR.setRequestHeader( i, s.headers[ i ] );\n\t\t}\n\n\t\t// Allow custom headers/mimetypes and early abort\n\t\tif ( s.beforeSend &&\n\t\t\t( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) {\n\n\t\t\t// Abort if not done already and return\n\t\t\treturn jqXHR.abort();\n\t\t}\n\n\t\t// Aborting is no longer a cancellation\n\t\tstrAbort = \"abort\";\n\n\t\t// Install callbacks on deferreds\n\t\tcompleteDeferred.add( s.complete );\n\t\tjqXHR.done( s.success );\n\t\tjqXHR.fail( s.error );\n\n\t\t// Get transport\n\t\ttransport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );\n\n\t\t// If no transport, we auto-abort\n\t\tif ( !transport ) {\n\t\t\tdone( -1, \"No Transport\" );\n\t\t} else {\n\t\t\tjqXHR.readyState = 1;\n\n\t\t\t// Send global event\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxSend\", [ jqXHR, s ] );\n\t\t\t}\n\n\t\t\t// If request was aborted inside ajaxSend, stop there\n\t\t\tif ( completed ) {\n\t\t\t\treturn jqXHR;\n\t\t\t}\n\n\t\t\t// Timeout\n\t\t\tif ( s.async && s.timeout > 0 ) {\n\t\t\t\ttimeoutTimer = window.setTimeout( function() {\n\t\t\t\t\tjqXHR.abort( \"timeout\" );\n\t\t\t\t}, s.timeout );\n\t\t\t}\n\n\t\t\ttry {\n\t\t\t\tcompleted = false;\n\t\t\t\ttransport.send( requestHeaders, done );\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// Rethrow post-completion exceptions\n\t\t\t\tif ( completed ) {\n\t\t\t\t\tthrow e;\n\t\t\t\t}\n\n\t\t\t\t// Propagate others as results\n\t\t\t\tdone( -1, e );\n\t\t\t}\n\t\t}\n\n\t\t// Callback for when everything is done\n\t\tfunction done( status, nativeStatusText, responses, headers ) {\n\t\t\tvar isSuccess, success, error, response, modified,\n\t\t\t\tstatusText = nativeStatusText;\n\n\t\t\t// Ignore repeat invocations\n\t\t\tif ( completed ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tcompleted = true;\n\n\t\t\t// Clear timeout if it exists\n\t\t\tif ( timeoutTimer ) {\n\t\t\t\twindow.clearTimeout( timeoutTimer );\n\t\t\t}\n\n\t\t\t// Dereference transport for early garbage collection\n\t\t\t// (no matter how long the jqXHR object will be used)\n\t\t\ttransport = undefined;\n\n\t\t\t// Cache response headers\n\t\t\tresponseHeadersString = headers || \"\";\n\n\t\t\t// Set readyState\n\t\t\tjqXHR.readyState = status > 0 ? 4 : 0;\n\n\t\t\t// Determine if successful\n\t\t\tisSuccess = status >= 200 && status < 300 || status === 304;\n\n\t\t\t// Get response data\n\t\t\tif ( responses ) {\n\t\t\t\tresponse = ajaxHandleResponses( s, jqXHR, responses );\n\t\t\t}\n\n\t\t\t// Convert no matter what (that way responseXXX fields are always set)\n\t\t\tresponse = ajaxConvert( s, response, jqXHR, isSuccess );\n\n\t\t\t// If successful, handle type chaining\n\t\t\tif ( isSuccess ) {\n\n\t\t\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\t\t\tif ( s.ifModified ) {\n\t\t\t\t\tmodified = jqXHR.getResponseHeader( \"Last-Modified\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.lastModified[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t\tmodified = jqXHR.getResponseHeader( \"etag\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.etag[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// if no content\n\t\t\t\tif ( status === 204 || s.type === \"HEAD\" ) {\n\t\t\t\t\tstatusText = \"nocontent\";\n\n\t\t\t\t// if not modified\n\t\t\t\t} else if ( status === 304 ) {\n\t\t\t\t\tstatusText = \"notmodified\";\n\n\t\t\t\t// If we have data, let's convert it\n\t\t\t\t} else {\n\t\t\t\t\tstatusText = response.state;\n\t\t\t\t\tsuccess = response.data;\n\t\t\t\t\terror = response.error;\n\t\t\t\t\tisSuccess = !error;\n\t\t\t\t}\n\t\t\t} else {\n\n\t\t\t\t// Extract error from statusText and normalize for non-aborts\n\t\t\t\terror = statusText;\n\t\t\t\tif ( status || !statusText ) {\n\t\t\t\t\tstatusText = \"error\";\n\t\t\t\t\tif ( status < 0 ) {\n\t\t\t\t\t\tstatus = 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Set data for the fake xhr object\n\t\t\tjqXHR.status = status;\n\t\t\tjqXHR.statusText = ( nativeStatusText || statusText ) + \"\";\n\n\t\t\t// Success/Error\n\t\t\tif ( isSuccess ) {\n\t\t\t\tdeferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );\n\t\t\t} else {\n\t\t\t\tdeferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );\n\t\t\t}\n\n\t\t\t// Status-dependent callbacks\n\t\t\tjqXHR.statusCode( statusCode );\n\t\t\tstatusCode = undefined;\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( isSuccess ? \"ajaxSuccess\" : \"ajaxError\",\n\t\t\t\t\t[ jqXHR, s, isSuccess ? success : error ] );\n\t\t\t}\n\n\t\t\t// Complete\n\t\t\tcompleteDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxComplete\", [ jqXHR, s ] );\n\n\t\t\t\t// Handle the global AJAX counter\n\t\t\t\tif ( !( --jQuery.active ) ) {\n\t\t\t\t\tjQuery.event.trigger( \"ajaxStop\" );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn jqXHR;\n\t},\n\n\tgetJSON: function( url, data, callback ) {\n\t\treturn jQuery.get( url, data, callback, \"json\" );\n\t},\n\n\tgetScript: function( url, callback ) {\n\t\treturn jQuery.get( url, undefined, callback, \"script\" );\n\t}\n} );\n\njQuery.each( [ \"get\", \"post\" ], function( i, method ) {\n\tjQuery[ method ] = function( url, data, callback, type ) {\n\n\t\t// Shift arguments if data argument was omitted\n\t\tif ( isFunction( data ) ) {\n\t\t\ttype = type || callback;\n\t\t\tcallback = data;\n\t\t\tdata = undefined;\n\t\t}\n\n\t\t// The url can be an options object (which then must have .url)\n\t\treturn jQuery.ajax( jQuery.extend( {\n\t\t\turl: url,\n\t\t\ttype: method,\n\t\t\tdataType: type,\n\t\t\tdata: data,\n\t\t\tsuccess: callback\n\t\t}, jQuery.isPlainObject( url ) && url ) );\n\t};\n} );\n\n\njQuery._evalUrl = function( url, options ) {\n\treturn jQuery.ajax( {\n\t\turl: url,\n\n\t\t// Make this explicit, since user can override this through ajaxSetup (#11264)\n\t\ttype: \"GET\",\n\t\tdataType: \"script\",\n\t\tcache: true,\n\t\tasync: false,\n\t\tglobal: false,\n\n\t\t// Only evaluate the response if it is successful (gh-4126)\n\t\t// dataFilter is not invoked for failure responses, so using it instead\n\t\t// of the default converter is kludgy but it works.\n\t\tconverters: {\n\t\t\t\"text script\": function() {}\n\t\t},\n\t\tdataFilter: function( response ) {\n\t\t\tjQuery.globalEval( response, options );\n\t\t}\n\t} );\n};\n\n\njQuery.fn.extend( {\n\twrapAll: function( html ) {\n\t\tvar wrap;\n\n\t\tif ( this[ 0 ] ) {\n\t\t\tif ( isFunction( html ) ) {\n\t\t\t\thtml = html.call( this[ 0 ] );\n\t\t\t}\n\n\t\t\t// The elements to wrap the target around\n\t\t\twrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true );\n\n\t\t\tif ( this[ 0 ].parentNode ) {\n\t\t\t\twrap.insertBefore( this[ 0 ] );\n\t\t\t}\n\n\t\t\twrap.map( function() {\n\t\t\t\tvar elem = this;\n\n\t\t\t\twhile ( elem.firstElementChild ) {\n\t\t\t\t\telem = elem.firstElementChild;\n\t\t\t\t}\n\n\t\t\t\treturn elem;\n\t\t\t} ).append( this );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\twrapInner: function( html ) {\n\t\tif ( isFunction( html ) ) {\n\t\t\treturn this.each( function( i ) {\n\t\t\t\tjQuery( this ).wrapInner( html.call( this, i ) );\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar self = jQuery( this ),\n\t\t\t\tcontents = self.contents();\n\n\t\t\tif ( contents.length ) {\n\t\t\t\tcontents.wrapAll( html );\n\n\t\t\t} else {\n\t\t\t\tself.append( html );\n\t\t\t}\n\t\t} );\n\t},\n\n\twrap: function( html ) {\n\t\tvar htmlIsFunction = isFunction( html );\n\n\t\treturn this.each( function( i ) {\n\t\t\tjQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html );\n\t\t} );\n\t},\n\n\tunwrap: function( selector ) {\n\t\tthis.parent( selector ).not( \"body\" ).each( function() {\n\t\t\tjQuery( this ).replaceWith( this.childNodes );\n\t\t} );\n\t\treturn this;\n\t}\n} );\n\n\njQuery.expr.pseudos.hidden = function( elem ) {\n\treturn !jQuery.expr.pseudos.visible( elem );\n};\njQuery.expr.pseudos.visible = function( elem ) {\n\treturn !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length );\n};\n\n\n\n\njQuery.ajaxSettings.xhr = function() {\n\ttry {\n\t\treturn new window.XMLHttpRequest();\n\t} catch ( e ) {}\n};\n\nvar xhrSuccessStatus = {\n\n\t\t// File protocol always yields status code 0, assume 200\n\t\t0: 200,\n\n\t\t// Support: IE <=9 only\n\t\t// #1450: sometimes IE returns 1223 when it should be 204\n\t\t1223: 204\n\t},\n\txhrSupported = jQuery.ajaxSettings.xhr();\n\nsupport.cors = !!xhrSupported && ( \"withCredentials\" in xhrSupported );\nsupport.ajax = xhrSupported = !!xhrSupported;\n\njQuery.ajaxTransport( function( options ) {\n\tvar callback, errorCallback;\n\n\t// Cross domain only allowed if supported through XMLHttpRequest\n\tif ( support.cors || xhrSupported && !options.crossDomain ) {\n\t\treturn {\n\t\t\tsend: function( headers, complete ) {\n\t\t\t\tvar i,\n\t\t\t\t\txhr = options.xhr();\n\n\t\t\t\txhr.open(\n\t\t\t\t\toptions.type,\n\t\t\t\t\toptions.url,\n\t\t\t\t\toptions.async,\n\t\t\t\t\toptions.username,\n\t\t\t\t\toptions.password\n\t\t\t\t);\n\n\t\t\t\t// Apply custom fields if provided\n\t\t\t\tif ( options.xhrFields ) {\n\t\t\t\t\tfor ( i in options.xhrFields ) {\n\t\t\t\t\t\txhr[ i ] = options.xhrFields[ i ];\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Override mime type if needed\n\t\t\t\tif ( options.mimeType && xhr.overrideMimeType ) {\n\t\t\t\t\txhr.overrideMimeType( options.mimeType );\n\t\t\t\t}\n\n\t\t\t\t// X-Requested-With header\n\t\t\t\t// For cross-domain requests, seeing as conditions for a preflight are\n\t\t\t\t// akin to a jigsaw puzzle, we simply never set it to be sure.\n\t\t\t\t// (it can always be set on a per-request basis or even using ajaxSetup)\n\t\t\t\t// For same-domain requests, won't change header if already provided.\n\t\t\t\tif ( !options.crossDomain && !headers[ \"X-Requested-With\" ] ) {\n\t\t\t\t\theaders[ \"X-Requested-With\" ] = \"XMLHttpRequest\";\n\t\t\t\t}\n\n\t\t\t\t// Set headers\n\t\t\t\tfor ( i in headers ) {\n\t\t\t\t\txhr.setRequestHeader( i, headers[ i ] );\n\t\t\t\t}\n\n\t\t\t\t// Callback\n\t\t\t\tcallback = function( type ) {\n\t\t\t\t\treturn function() {\n\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\tcallback = errorCallback = xhr.onload =\n\t\t\t\t\t\t\t\txhr.onerror = xhr.onabort = xhr.ontimeout =\n\t\t\t\t\t\t\t\t\txhr.onreadystatechange = null;\n\n\t\t\t\t\t\t\tif ( type === \"abort\" ) {\n\t\t\t\t\t\t\t\txhr.abort();\n\t\t\t\t\t\t\t} else if ( type === \"error\" ) {\n\n\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t// On a manual native abort, IE9 throws\n\t\t\t\t\t\t\t\t// errors on any property access that is not readyState\n\t\t\t\t\t\t\t\tif ( typeof xhr.status !== \"number\" ) {\n\t\t\t\t\t\t\t\t\tcomplete( 0, \"error\" );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tcomplete(\n\n\t\t\t\t\t\t\t\t\t\t// File: protocol always yields status 0; see #8605, #14207\n\t\t\t\t\t\t\t\t\t\txhr.status,\n\t\t\t\t\t\t\t\t\t\txhr.statusText\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tcomplete(\n\t\t\t\t\t\t\t\t\txhrSuccessStatus[ xhr.status ] || xhr.status,\n\t\t\t\t\t\t\t\t\txhr.statusText,\n\n\t\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t\t// IE9 has no XHR2 but throws on binary (trac-11426)\n\t\t\t\t\t\t\t\t\t// For XHR2 non-text, let the caller handle it (gh-2498)\n\t\t\t\t\t\t\t\t\t( xhr.responseType || \"text\" ) !== \"text\" ||\n\t\t\t\t\t\t\t\t\ttypeof xhr.responseText !== \"string\" ?\n\t\t\t\t\t\t\t\t\t\t{ binary: xhr.response } :\n\t\t\t\t\t\t\t\t\t\t{ text: xhr.responseText },\n\t\t\t\t\t\t\t\t\txhr.getAllResponseHeaders()\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t};\n\n\t\t\t\t// Listen to events\n\t\t\t\txhr.onload = callback();\n\t\t\t\terrorCallback = xhr.onerror = xhr.ontimeout = callback( \"error\" );\n\n\t\t\t\t// Support: IE 9 only\n\t\t\t\t// Use onreadystatechange to replace onabort\n\t\t\t\t// to handle uncaught aborts\n\t\t\t\tif ( xhr.onabort !== undefined ) {\n\t\t\t\t\txhr.onabort = errorCallback;\n\t\t\t\t} else {\n\t\t\t\t\txhr.onreadystatechange = function() {\n\n\t\t\t\t\t\t// Check readyState before timeout as it changes\n\t\t\t\t\t\tif ( xhr.readyState === 4 ) {\n\n\t\t\t\t\t\t\t// Allow onerror to be called first,\n\t\t\t\t\t\t\t// but that will not handle a native abort\n\t\t\t\t\t\t\t// Also, save errorCallback to a variable\n\t\t\t\t\t\t\t// as xhr.onerror cannot be accessed\n\t\t\t\t\t\t\twindow.setTimeout( function() {\n\t\t\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\t\t\terrorCallback();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t}\n\n\t\t\t\t// Create the abort callback\n\t\t\t\tcallback = callback( \"abort\" );\n\n\t\t\t\ttry {\n\n\t\t\t\t\t// Do send the request (this may raise an exception)\n\t\t\t\t\txhr.send( options.hasContent && options.data || null );\n\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t// #14683: Only rethrow if this hasn't been notified as an error yet\n\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\tthrow e;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n} );\n\n\n\n\n// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432)\njQuery.ajaxPrefilter( function( s ) {\n\tif ( s.crossDomain ) {\n\t\ts.contents.script = false;\n\t}\n} );\n\n// Install script dataType\njQuery.ajaxSetup( {\n\taccepts: {\n\t\tscript: \"text/javascript, application/javascript, \" +\n\t\t\t\"application/ecmascript, application/x-ecmascript\"\n\t},\n\tcontents: {\n\t\tscript: /\\b(?:java|ecma)script\\b/\n\t},\n\tconverters: {\n\t\t\"text script\": function( text ) {\n\t\t\tjQuery.globalEval( text );\n\t\t\treturn text;\n\t\t}\n\t}\n} );\n\n// Handle cache's special case and crossDomain\njQuery.ajaxPrefilter( \"script\", function( s ) {\n\tif ( s.cache === undefined ) {\n\t\ts.cache = false;\n\t}\n\tif ( s.crossDomain ) {\n\t\ts.type = \"GET\";\n\t}\n} );\n\n// Bind script tag hack transport\njQuery.ajaxTransport( \"script\", function( s ) {\n\n\t// This transport only deals with cross domain or forced-by-attrs requests\n\tif ( s.crossDomain || s.scriptAttrs ) {\n\t\tvar script, callback;\n\t\treturn {\n\t\t\tsend: function( _, complete ) {\n\t\t\t\tscript = jQuery( \"\n if (val === '') return true;\n if (val === 'false') return false;\n if (val === 'true') return true;\n return val;\n}\n\nif (DOCUMENT && typeof DOCUMENT.querySelector === 'function') {\n var attrs = [['data-family-prefix', 'familyPrefix'], ['data-replacement-class', 'replacementClass'], ['data-auto-replace-svg', 'autoReplaceSvg'], ['data-auto-add-css', 'autoAddCss'], ['data-auto-a11y', 'autoA11y'], ['data-search-pseudo-elements', 'searchPseudoElements'], ['data-observe-mutations', 'observeMutations'], ['data-mutate-approach', 'mutateApproach'], ['data-keep-original-source', 'keepOriginalSource'], ['data-measure-performance', 'measurePerformance'], ['data-show-missing-icons', 'showMissingIcons']];\n attrs.forEach(function (_ref) {\n var _ref2 = _slicedToArray(_ref, 2),\n attr = _ref2[0],\n key = _ref2[1];\n\n var val = coerce(getAttrConfig(attr));\n\n if (val !== undefined && val !== null) {\n initial[key] = val;\n }\n });\n}\n\nvar _default = {\n familyPrefix: DEFAULT_FAMILY_PREFIX,\n replacementClass: DEFAULT_REPLACEMENT_CLASS,\n autoReplaceSvg: true,\n autoAddCss: true,\n autoA11y: true,\n searchPseudoElements: false,\n observeMutations: true,\n mutateApproach: 'async',\n keepOriginalSource: true,\n measurePerformance: false,\n showMissingIcons: true\n};\n\nvar _config = _objectSpread({}, _default, initial);\n\nif (!_config.autoReplaceSvg) _config.observeMutations = false;\n\nvar config = _objectSpread({}, _config);\n\nWINDOW.FontAwesomeConfig = config;\n\nvar w = WINDOW || {};\nif (!w[NAMESPACE_IDENTIFIER]) w[NAMESPACE_IDENTIFIER] = {};\nif (!w[NAMESPACE_IDENTIFIER].styles) w[NAMESPACE_IDENTIFIER].styles = {};\nif (!w[NAMESPACE_IDENTIFIER].hooks) w[NAMESPACE_IDENTIFIER].hooks = {};\nif (!w[NAMESPACE_IDENTIFIER].shims) w[NAMESPACE_IDENTIFIER].shims = [];\nvar namespace = w[NAMESPACE_IDENTIFIER];\n\nvar functions = [];\n\nvar listener = function listener() {\n DOCUMENT.removeEventListener('DOMContentLoaded', listener);\n loaded = 1;\n functions.map(function (fn) {\n return fn();\n });\n};\n\nvar loaded = false;\n\nif (IS_DOM) {\n loaded = (DOCUMENT.documentElement.doScroll ? /^loaded|^c/ : /^loaded|^i|^c/).test(DOCUMENT.readyState);\n if (!loaded) DOCUMENT.addEventListener('DOMContentLoaded', listener);\n}\n\nfunction domready (fn) {\n if (!IS_DOM) return;\n loaded ? setTimeout(fn, 0) : functions.push(fn);\n}\n\nvar PENDING = 'pending';\nvar SETTLED = 'settled';\nvar FULFILLED = 'fulfilled';\nvar REJECTED = 'rejected';\n\nvar NOOP = function NOOP() {};\n\nvar isNode = typeof global !== 'undefined' && typeof global.process !== 'undefined' && typeof global.process.emit === 'function';\nvar asyncSetTimer = typeof setImmediate === 'undefined' ? setTimeout : setImmediate;\nvar asyncQueue = [];\nvar asyncTimer;\n\nfunction asyncFlush() {\n // run promise callbacks\n for (var i = 0; i < asyncQueue.length; i++) {\n asyncQueue[i][0](asyncQueue[i][1]);\n } // reset async asyncQueue\n\n\n asyncQueue = [];\n asyncTimer = false;\n}\n\nfunction asyncCall(callback, arg) {\n asyncQueue.push([callback, arg]);\n\n if (!asyncTimer) {\n asyncTimer = true;\n asyncSetTimer(asyncFlush, 0);\n }\n}\n\nfunction invokeResolver(resolver, promise) {\n function resolvePromise(value) {\n resolve(promise, value);\n }\n\n function rejectPromise(reason) {\n reject(promise, reason);\n }\n\n try {\n resolver(resolvePromise, rejectPromise);\n } catch (e) {\n rejectPromise(e);\n }\n}\n\nfunction invokeCallback(subscriber) {\n var owner = subscriber.owner;\n var settled = owner._state;\n var value = owner._data;\n var callback = subscriber[settled];\n var promise = subscriber.then;\n\n if (typeof callback === 'function') {\n settled = FULFILLED;\n\n try {\n value = callback(value);\n } catch (e) {\n reject(promise, e);\n }\n }\n\n if (!handleThenable(promise, value)) {\n if (settled === FULFILLED) {\n resolve(promise, value);\n }\n\n if (settled === REJECTED) {\n reject(promise, value);\n }\n }\n}\n\nfunction handleThenable(promise, value) {\n var resolved;\n\n try {\n if (promise === value) {\n throw new TypeError('A promises callback cannot return that same promise.');\n }\n\n if (value && (typeof value === 'function' || _typeof(value) === 'object')) {\n // then should be retrieved only once\n var then = value.then;\n\n if (typeof then === 'function') {\n then.call(value, function (val) {\n if (!resolved) {\n resolved = true;\n\n if (value === val) {\n fulfill(promise, val);\n } else {\n resolve(promise, val);\n }\n }\n }, function (reason) {\n if (!resolved) {\n resolved = true;\n reject(promise, reason);\n }\n });\n return true;\n }\n }\n } catch (e) {\n if (!resolved) {\n reject(promise, e);\n }\n\n return true;\n }\n\n return false;\n}\n\nfunction resolve(promise, value) {\n if (promise === value || !handleThenable(promise, value)) {\n fulfill(promise, value);\n }\n}\n\nfunction fulfill(promise, value) {\n if (promise._state === PENDING) {\n promise._state = SETTLED;\n promise._data = value;\n asyncCall(publishFulfillment, promise);\n }\n}\n\nfunction reject(promise, reason) {\n if (promise._state === PENDING) {\n promise._state = SETTLED;\n promise._data = reason;\n asyncCall(publishRejection, promise);\n }\n}\n\nfunction publish(promise) {\n promise._then = promise._then.forEach(invokeCallback);\n}\n\nfunction publishFulfillment(promise) {\n promise._state = FULFILLED;\n publish(promise);\n}\n\nfunction publishRejection(promise) {\n promise._state = REJECTED;\n publish(promise);\n\n if (!promise._handled && isNode) {\n global.process.emit('unhandledRejection', promise._data, promise);\n }\n}\n\nfunction notifyRejectionHandled(promise) {\n global.process.emit('rejectionHandled', promise);\n}\n/**\n * @class\n */\n\n\nfunction P(resolver) {\n if (typeof resolver !== 'function') {\n throw new TypeError('Promise resolver ' + resolver + ' is not a function');\n }\n\n if (this instanceof P === false) {\n throw new TypeError('Failed to construct \\'Promise\\': Please use the \\'new\\' operator, this object constructor cannot be called as a function.');\n }\n\n this._then = [];\n invokeResolver(resolver, this);\n}\n\nP.prototype = {\n constructor: P,\n _state: PENDING,\n _then: null,\n _data: undefined,\n _handled: false,\n then: function then(onFulfillment, onRejection) {\n var subscriber = {\n owner: this,\n then: new this.constructor(NOOP),\n fulfilled: onFulfillment,\n rejected: onRejection\n };\n\n if ((onRejection || onFulfillment) && !this._handled) {\n this._handled = true;\n\n if (this._state === REJECTED && isNode) {\n asyncCall(notifyRejectionHandled, this);\n }\n }\n\n if (this._state === FULFILLED || this._state === REJECTED) {\n // already resolved, call callback async\n asyncCall(invokeCallback, subscriber);\n } else {\n // subscribe\n this._then.push(subscriber);\n }\n\n return subscriber.then;\n },\n catch: function _catch(onRejection) {\n return this.then(null, onRejection);\n }\n};\n\nP.all = function (promises) {\n if (!Array.isArray(promises)) {\n throw new TypeError('You must pass an array to Promise.all().');\n }\n\n return new P(function (resolve, reject) {\n var results = [];\n var remaining = 0;\n\n function resolver(index) {\n remaining++;\n return function (value) {\n results[index] = value;\n\n if (! --remaining) {\n resolve(results);\n }\n };\n }\n\n for (var i = 0, promise; i < promises.length; i++) {\n promise = promises[i];\n\n if (promise && typeof promise.then === 'function') {\n promise.then(resolver(i), reject);\n } else {\n results[i] = promise;\n }\n }\n\n if (!remaining) {\n resolve(results);\n }\n });\n};\n\nP.race = function (promises) {\n if (!Array.isArray(promises)) {\n throw new TypeError('You must pass an array to Promise.race().');\n }\n\n return new P(function (resolve, reject) {\n for (var i = 0, promise; i < promises.length; i++) {\n promise = promises[i];\n\n if (promise && typeof promise.then === 'function') {\n promise.then(resolve, reject);\n } else {\n resolve(promise);\n }\n }\n });\n};\n\nP.resolve = function (value) {\n if (value && _typeof(value) === 'object' && value.constructor === P) {\n return value;\n }\n\n return new P(function (resolve) {\n resolve(value);\n });\n};\n\nP.reject = function (reason) {\n return new P(function (resolve, reject) {\n reject(reason);\n });\n};\n\nvar picked = typeof Promise === 'function' ? Promise : P;\n\nvar d = UNITS_IN_GRID;\nvar meaninglessTransform = {\n size: 16,\n x: 0,\n y: 0,\n rotate: 0,\n flipX: false,\n flipY: false\n};\n\nfunction isReserved(name) {\n return ~RESERVED_CLASSES.indexOf(name);\n}\nfunction insertCss(css) {\n if (!css || !IS_DOM) {\n return;\n }\n\n var style = DOCUMENT.createElement('style');\n style.setAttribute('type', 'text/css');\n style.innerHTML = css;\n var headChildren = DOCUMENT.head.childNodes;\n var beforeChild = null;\n\n for (var i = headChildren.length - 1; i > -1; i--) {\n var child = headChildren[i];\n var tagName = (child.tagName || '').toUpperCase();\n\n if (['STYLE', 'LINK'].indexOf(tagName) > -1) {\n beforeChild = child;\n }\n }\n\n DOCUMENT.head.insertBefore(style, beforeChild);\n return css;\n}\nvar idPool = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';\nfunction nextUniqueId() {\n var size = 12;\n var id = '';\n\n while (size-- > 0) {\n id += idPool[Math.random() * 62 | 0];\n }\n\n return id;\n}\nfunction toArray(obj) {\n var array = [];\n\n for (var i = (obj || []).length >>> 0; i--;) {\n array[i] = obj[i];\n }\n\n return array;\n}\nfunction classArray(node) {\n if (node.classList) {\n return toArray(node.classList);\n } else {\n return (node.getAttribute('class') || '').split(' ').filter(function (i) {\n return i;\n });\n }\n}\nfunction getIconName(familyPrefix, cls) {\n var parts = cls.split('-');\n var prefix = parts[0];\n var iconName = parts.slice(1).join('-');\n\n if (prefix === familyPrefix && iconName !== '' && !isReserved(iconName)) {\n return iconName;\n } else {\n return null;\n }\n}\nfunction htmlEscape(str) {\n return \"\".concat(str).replace(/&/g, '&').replace(/\"/g, '"').replace(/'/g, ''').replace(//g, '>');\n}\nfunction joinAttributes(attributes) {\n return Object.keys(attributes || {}).reduce(function (acc, attributeName) {\n return acc + \"\".concat(attributeName, \"=\\\"\").concat(htmlEscape(attributes[attributeName]), \"\\\" \");\n }, '').trim();\n}\nfunction joinStyles(styles) {\n return Object.keys(styles || {}).reduce(function (acc, styleName) {\n return acc + \"\".concat(styleName, \": \").concat(styles[styleName], \";\");\n }, '');\n}\nfunction transformIsMeaningful(transform) {\n return transform.size !== meaninglessTransform.size || transform.x !== meaninglessTransform.x || transform.y !== meaninglessTransform.y || transform.rotate !== meaninglessTransform.rotate || transform.flipX || transform.flipY;\n}\nfunction transformForSvg(_ref) {\n var transform = _ref.transform,\n containerWidth = _ref.containerWidth,\n iconWidth = _ref.iconWidth;\n var outer = {\n transform: \"translate(\".concat(containerWidth / 2, \" 256)\")\n };\n var innerTranslate = \"translate(\".concat(transform.x * 32, \", \").concat(transform.y * 32, \") \");\n var innerScale = \"scale(\".concat(transform.size / 16 * (transform.flipX ? -1 : 1), \", \").concat(transform.size / 16 * (transform.flipY ? -1 : 1), \") \");\n var innerRotate = \"rotate(\".concat(transform.rotate, \" 0 0)\");\n var inner = {\n transform: \"\".concat(innerTranslate, \" \").concat(innerScale, \" \").concat(innerRotate)\n };\n var path = {\n transform: \"translate(\".concat(iconWidth / 2 * -1, \" -256)\")\n };\n return {\n outer: outer,\n inner: inner,\n path: path\n };\n}\nfunction transformForCss(_ref2) {\n var transform = _ref2.transform,\n _ref2$width = _ref2.width,\n width = _ref2$width === void 0 ? UNITS_IN_GRID : _ref2$width,\n _ref2$height = _ref2.height,\n height = _ref2$height === void 0 ? UNITS_IN_GRID : _ref2$height,\n _ref2$startCentered = _ref2.startCentered,\n startCentered = _ref2$startCentered === void 0 ? false : _ref2$startCentered;\n var val = '';\n\n if (startCentered && IS_IE) {\n val += \"translate(\".concat(transform.x / d - width / 2, \"em, \").concat(transform.y / d - height / 2, \"em) \");\n } else if (startCentered) {\n val += \"translate(calc(-50% + \".concat(transform.x / d, \"em), calc(-50% + \").concat(transform.y / d, \"em)) \");\n } else {\n val += \"translate(\".concat(transform.x / d, \"em, \").concat(transform.y / d, \"em) \");\n }\n\n val += \"scale(\".concat(transform.size / d * (transform.flipX ? -1 : 1), \", \").concat(transform.size / d * (transform.flipY ? -1 : 1), \") \");\n val += \"rotate(\".concat(transform.rotate, \"deg) \");\n return val;\n}\n\nvar ALL_SPACE = {\n x: 0,\n y: 0,\n width: '100%',\n height: '100%'\n};\n\nfunction fillBlack(abstract) {\n var force = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;\n\n if (abstract.attributes && (abstract.attributes.fill || force)) {\n abstract.attributes.fill = 'black';\n }\n\n return abstract;\n}\n\nfunction deGroup(abstract) {\n if (abstract.tag === 'g') {\n return abstract.children;\n } else {\n return [abstract];\n }\n}\n\nfunction makeIconMasking (_ref) {\n var children = _ref.children,\n attributes = _ref.attributes,\n main = _ref.main,\n mask = _ref.mask,\n transform = _ref.transform;\n var mainWidth = main.width,\n mainPath = main.icon;\n var maskWidth = mask.width,\n maskPath = mask.icon;\n var trans = transformForSvg({\n transform: transform,\n containerWidth: maskWidth,\n iconWidth: mainWidth\n });\n var maskRect = {\n tag: 'rect',\n attributes: _objectSpread({}, ALL_SPACE, {\n fill: 'white'\n })\n };\n var maskInnerGroupChildrenMixin = mainPath.children ? {\n children: mainPath.children.map(fillBlack)\n } : {};\n var maskInnerGroup = {\n tag: 'g',\n attributes: _objectSpread({}, trans.inner),\n children: [fillBlack(_objectSpread({\n tag: mainPath.tag,\n attributes: _objectSpread({}, mainPath.attributes, trans.path)\n }, maskInnerGroupChildrenMixin))]\n };\n var maskOuterGroup = {\n tag: 'g',\n attributes: _objectSpread({}, trans.outer),\n children: [maskInnerGroup]\n };\n var maskId = \"mask-\".concat(nextUniqueId());\n var clipId = \"clip-\".concat(nextUniqueId());\n var maskTag = {\n tag: 'mask',\n attributes: _objectSpread({}, ALL_SPACE, {\n id: maskId,\n maskUnits: 'userSpaceOnUse',\n maskContentUnits: 'userSpaceOnUse'\n }),\n children: [maskRect, maskOuterGroup]\n };\n var defs = {\n tag: 'defs',\n children: [{\n tag: 'clipPath',\n attributes: {\n id: clipId\n },\n children: deGroup(maskPath)\n }, maskTag]\n };\n children.push(defs, {\n tag: 'rect',\n attributes: _objectSpread({\n fill: 'currentColor',\n 'clip-path': \"url(#\".concat(clipId, \")\"),\n mask: \"url(#\".concat(maskId, \")\")\n }, ALL_SPACE)\n });\n return {\n children: children,\n attributes: attributes\n };\n}\n\nfunction makeIconStandard (_ref) {\n var children = _ref.children,\n attributes = _ref.attributes,\n main = _ref.main,\n transform = _ref.transform,\n styles = _ref.styles;\n var styleString = joinStyles(styles);\n\n if (styleString.length > 0) {\n attributes['style'] = styleString;\n }\n\n if (transformIsMeaningful(transform)) {\n var trans = transformForSvg({\n transform: transform,\n containerWidth: main.width,\n iconWidth: main.width\n });\n children.push({\n tag: 'g',\n attributes: _objectSpread({}, trans.outer),\n children: [{\n tag: 'g',\n attributes: _objectSpread({}, trans.inner),\n children: [{\n tag: main.icon.tag,\n children: main.icon.children,\n attributes: _objectSpread({}, main.icon.attributes, trans.path)\n }]\n }]\n });\n } else {\n children.push(main.icon);\n }\n\n return {\n children: children,\n attributes: attributes\n };\n}\n\nfunction asIcon (_ref) {\n var children = _ref.children,\n main = _ref.main,\n mask = _ref.mask,\n attributes = _ref.attributes,\n styles = _ref.styles,\n transform = _ref.transform;\n\n if (transformIsMeaningful(transform) && main.found && !mask.found) {\n var width = main.width,\n height = main.height;\n var offset = {\n x: width / height / 2,\n y: 0.5\n };\n attributes['style'] = joinStyles(_objectSpread({}, styles, {\n 'transform-origin': \"\".concat(offset.x + transform.x / 16, \"em \").concat(offset.y + transform.y / 16, \"em\")\n }));\n }\n\n return [{\n tag: 'svg',\n attributes: attributes,\n children: children\n }];\n}\n\nfunction asSymbol (_ref) {\n var prefix = _ref.prefix,\n iconName = _ref.iconName,\n children = _ref.children,\n attributes = _ref.attributes,\n symbol = _ref.symbol;\n var id = symbol === true ? \"\".concat(prefix, \"-\").concat(config.familyPrefix, \"-\").concat(iconName) : symbol;\n return [{\n tag: 'svg',\n attributes: {\n style: 'display: none;'\n },\n children: [{\n tag: 'symbol',\n attributes: _objectSpread({}, attributes, {\n id: id\n }),\n children: children\n }]\n }];\n}\n\nfunction makeInlineSvgAbstract(params) {\n var _params$icons = params.icons,\n main = _params$icons.main,\n mask = _params$icons.mask,\n prefix = params.prefix,\n iconName = params.iconName,\n transform = params.transform,\n symbol = params.symbol,\n title = params.title,\n extra = params.extra,\n _params$watchable = params.watchable,\n watchable = _params$watchable === void 0 ? false : _params$watchable;\n\n var _ref = mask.found ? mask : main,\n width = _ref.width,\n height = _ref.height;\n\n var widthClass = \"fa-w-\".concat(Math.ceil(width / height * 16));\n var attrClass = [config.replacementClass, iconName ? \"\".concat(config.familyPrefix, \"-\").concat(iconName) : '', widthClass].filter(function (c) {\n return extra.classes.indexOf(c) === -1;\n }).concat(extra.classes).join(' ');\n var content = {\n children: [],\n attributes: _objectSpread({}, extra.attributes, {\n 'data-prefix': prefix,\n 'data-icon': iconName,\n 'class': attrClass,\n 'role': extra.attributes.role || 'img',\n 'xmlns': 'http://www.w3.org/2000/svg',\n 'viewBox': \"0 0 \".concat(width, \" \").concat(height)\n })\n };\n\n if (watchable) {\n content.attributes[DATA_FA_I2SVG] = '';\n }\n\n if (title) content.children.push({\n tag: 'title',\n attributes: {\n id: content.attributes['aria-labelledby'] || \"title-\".concat(nextUniqueId())\n },\n children: [title]\n });\n\n var args = _objectSpread({}, content, {\n prefix: prefix,\n iconName: iconName,\n main: main,\n mask: mask,\n transform: transform,\n symbol: symbol,\n styles: extra.styles\n });\n\n var _ref2 = mask.found && main.found ? makeIconMasking(args) : makeIconStandard(args),\n children = _ref2.children,\n attributes = _ref2.attributes;\n\n args.children = children;\n args.attributes = attributes;\n\n if (symbol) {\n return asSymbol(args);\n } else {\n return asIcon(args);\n }\n}\nfunction makeLayersTextAbstract(params) {\n var content = params.content,\n width = params.width,\n height = params.height,\n transform = params.transform,\n title = params.title,\n extra = params.extra,\n _params$watchable2 = params.watchable,\n watchable = _params$watchable2 === void 0 ? false : _params$watchable2;\n\n var attributes = _objectSpread({}, extra.attributes, title ? {\n 'title': title\n } : {}, {\n 'class': extra.classes.join(' ')\n });\n\n if (watchable) {\n attributes[DATA_FA_I2SVG] = '';\n }\n\n var styles = _objectSpread({}, extra.styles);\n\n if (transformIsMeaningful(transform)) {\n styles['transform'] = transformForCss({\n transform: transform,\n startCentered: true,\n width: width,\n height: height\n });\n styles['-webkit-transform'] = styles['transform'];\n }\n\n var styleString = joinStyles(styles);\n\n if (styleString.length > 0) {\n attributes['style'] = styleString;\n }\n\n var val = [];\n val.push({\n tag: 'span',\n attributes: attributes,\n children: [content]\n });\n\n if (title) {\n val.push({\n tag: 'span',\n attributes: {\n class: 'sr-only'\n },\n children: [title]\n });\n }\n\n return val;\n}\nfunction makeLayersCounterAbstract(params) {\n var content = params.content,\n title = params.title,\n extra = params.extra;\n\n var attributes = _objectSpread({}, extra.attributes, title ? {\n 'title': title\n } : {}, {\n 'class': extra.classes.join(' ')\n });\n\n var styleString = joinStyles(extra.styles);\n\n if (styleString.length > 0) {\n attributes['style'] = styleString;\n }\n\n var val = [];\n val.push({\n tag: 'span',\n attributes: attributes,\n children: [content]\n });\n\n if (title) {\n val.push({\n tag: 'span',\n attributes: {\n class: 'sr-only'\n },\n children: [title]\n });\n }\n\n return val;\n}\n\nvar noop$1 = function noop() {};\n\nvar p = config.measurePerformance && PERFORMANCE && PERFORMANCE.mark && PERFORMANCE.measure ? PERFORMANCE : {\n mark: noop$1,\n measure: noop$1\n};\nvar preamble = \"FA \\\"5.11.2\\\"\";\n\nvar begin = function begin(name) {\n p.mark(\"\".concat(preamble, \" \").concat(name, \" begins\"));\n return function () {\n return end(name);\n };\n};\n\nvar end = function end(name) {\n p.mark(\"\".concat(preamble, \" \").concat(name, \" ends\"));\n p.measure(\"\".concat(preamble, \" \").concat(name), \"\".concat(preamble, \" \").concat(name, \" begins\"), \"\".concat(preamble, \" \").concat(name, \" ends\"));\n};\n\nvar perf = {\n begin: begin,\n end: end\n};\n\n/**\n * Internal helper to bind a function known to have 4 arguments\n * to a given context.\n */\n\nvar bindInternal4 = function bindInternal4(func, thisContext) {\n return function (a, b, c, d) {\n return func.call(thisContext, a, b, c, d);\n };\n};\n\n/**\n * # Reduce\n *\n * A fast object `.reduce()` implementation.\n *\n * @param {Object} subject The object to reduce over.\n * @param {Function} fn The reducer function.\n * @param {mixed} initialValue The initial value for the reducer, defaults to subject[0].\n * @param {Object} thisContext The context for the reducer.\n * @return {mixed} The final result.\n */\n\n\nvar reduce = function fastReduceObject(subject, fn, initialValue, thisContext) {\n var keys = Object.keys(subject),\n length = keys.length,\n iterator = thisContext !== undefined ? bindInternal4(fn, thisContext) : fn,\n i,\n key,\n result;\n\n if (initialValue === undefined) {\n i = 1;\n result = subject[keys[0]];\n } else {\n i = 0;\n result = initialValue;\n }\n\n for (; i < length; i++) {\n key = keys[i];\n result = iterator(result, subject[key], key, subject);\n }\n\n return result;\n};\n\nfunction toHex(unicode) {\n var result = '';\n\n for (var i = 0; i < unicode.length; i++) {\n var hex = unicode.charCodeAt(i).toString(16);\n result += ('000' + hex).slice(-4);\n }\n\n return result;\n}\n\nfunction defineIcons(prefix, icons) {\n var params = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\n var _params$skipHooks = params.skipHooks,\n skipHooks = _params$skipHooks === void 0 ? false : _params$skipHooks;\n var normalized = Object.keys(icons).reduce(function (acc, iconName) {\n var icon = icons[iconName];\n var expanded = !!icon.icon;\n\n if (expanded) {\n acc[icon.iconName] = icon.icon;\n } else {\n acc[iconName] = icon;\n }\n\n return acc;\n }, {});\n\n if (typeof namespace.hooks.addPack === 'function' && !skipHooks) {\n namespace.hooks.addPack(prefix, normalized);\n } else {\n namespace.styles[prefix] = _objectSpread({}, namespace.styles[prefix] || {}, normalized);\n }\n /**\n * Font Awesome 4 used the prefix of `fa` for all icons. With the introduction\n * of new styles we needed to differentiate between them. Prefix `fa` is now an alias\n * for `fas` so we'll easy the upgrade process for our users by automatically defining\n * this as well.\n */\n\n\n if (prefix === 'fas') {\n defineIcons('fa', icons);\n }\n}\n\nvar styles = namespace.styles,\n shims = namespace.shims;\nvar _byUnicode = {};\nvar _byLigature = {};\nvar _byOldName = {};\nvar build = function build() {\n var lookup = function lookup(reducer) {\n return reduce(styles, function (o, style, prefix) {\n o[prefix] = reduce(style, reducer, {});\n return o;\n }, {});\n };\n\n _byUnicode = lookup(function (acc, icon, iconName) {\n if (icon[3]) {\n acc[icon[3]] = iconName;\n }\n\n return acc;\n });\n _byLigature = lookup(function (acc, icon, iconName) {\n var ligatures = icon[2];\n acc[iconName] = iconName;\n ligatures.forEach(function (ligature) {\n acc[ligature] = iconName;\n });\n return acc;\n });\n var hasRegular = 'far' in styles;\n _byOldName = reduce(shims, function (acc, shim) {\n var oldName = shim[0];\n var prefix = shim[1];\n var iconName = shim[2];\n\n if (prefix === 'far' && !hasRegular) {\n prefix = 'fas';\n }\n\n acc[oldName] = {\n prefix: prefix,\n iconName: iconName\n };\n return acc;\n }, {});\n};\nbuild();\nfunction byUnicode(prefix, unicode) {\n return (_byUnicode[prefix] || {})[unicode];\n}\nfunction byLigature(prefix, ligature) {\n return (_byLigature[prefix] || {})[ligature];\n}\nfunction byOldName(name) {\n return _byOldName[name] || {\n prefix: null,\n iconName: null\n };\n}\n\nvar styles$1 = namespace.styles;\nvar emptyCanonicalIcon = function emptyCanonicalIcon() {\n return {\n prefix: null,\n iconName: null,\n rest: []\n };\n};\nfunction getCanonicalIcon(values) {\n return values.reduce(function (acc, cls) {\n var iconName = getIconName(config.familyPrefix, cls);\n\n if (styles$1[cls]) {\n acc.prefix = cls;\n } else if (config.autoFetchSvg && ['fas', 'far', 'fal', 'fad', 'fab', 'fa'].indexOf(cls) > -1) {\n acc.prefix = cls;\n } else if (iconName) {\n var shim = acc.prefix === 'fa' ? byOldName(iconName) : {};\n acc.iconName = shim.iconName || iconName;\n acc.prefix = shim.prefix || acc.prefix;\n } else if (cls !== config.replacementClass && cls.indexOf('fa-w-') !== 0) {\n acc.rest.push(cls);\n }\n\n return acc;\n }, emptyCanonicalIcon());\n}\nfunction iconFromMapping(mapping, prefix, iconName) {\n if (mapping && mapping[prefix] && mapping[prefix][iconName]) {\n return {\n prefix: prefix,\n iconName: iconName,\n icon: mapping[prefix][iconName]\n };\n }\n}\n\nfunction toHtml(abstractNodes) {\n var tag = abstractNodes.tag,\n _abstractNodes$attrib = abstractNodes.attributes,\n attributes = _abstractNodes$attrib === void 0 ? {} : _abstractNodes$attrib,\n _abstractNodes$childr = abstractNodes.children,\n children = _abstractNodes$childr === void 0 ? [] : _abstractNodes$childr;\n\n if (typeof abstractNodes === 'string') {\n return htmlEscape(abstractNodes);\n } else {\n return \"<\".concat(tag, \" \").concat(joinAttributes(attributes), \">\").concat(children.map(toHtml).join(''), \"\");\n }\n}\n\nvar noop$2 = function noop() {};\n\nfunction isWatched(node) {\n var i2svg = node.getAttribute ? node.getAttribute(DATA_FA_I2SVG) : null;\n return typeof i2svg === 'string';\n}\n\nfunction getMutator() {\n if (config.autoReplaceSvg === true) {\n return mutators.replace;\n }\n\n var mutator = mutators[config.autoReplaceSvg];\n return mutator || mutators.replace;\n}\n\nvar mutators = {\n replace: function replace(mutation) {\n var node = mutation[0];\n var abstract = mutation[1];\n var newOuterHTML = abstract.map(function (a) {\n return toHtml(a);\n }).join('\\n');\n\n if (node.parentNode && node.outerHTML) {\n node.outerHTML = newOuterHTML + (config.keepOriginalSource && node.tagName.toLowerCase() !== 'svg' ? \"\") : '');\n } else if (node.parentNode) {\n var newNode = document.createElement('span');\n node.parentNode.replaceChild(newNode, node);\n newNode.outerHTML = newOuterHTML;\n }\n },\n nest: function nest(mutation) {\n var node = mutation[0];\n var abstract = mutation[1]; // If we already have a replaced node we do not want to continue nesting within it.\n // Short-circuit to the standard replacement\n\n if (~classArray(node).indexOf(config.replacementClass)) {\n return mutators.replace(mutation);\n }\n\n var forSvg = new RegExp(\"\".concat(config.familyPrefix, \"-.*\"));\n delete abstract[0].attributes.style;\n delete abstract[0].attributes.id;\n var splitClasses = abstract[0].attributes.class.split(' ').reduce(function (acc, cls) {\n if (cls === config.replacementClass || cls.match(forSvg)) {\n acc.toSvg.push(cls);\n } else {\n acc.toNode.push(cls);\n }\n\n return acc;\n }, {\n toNode: [],\n toSvg: []\n });\n abstract[0].attributes.class = splitClasses.toSvg.join(' ');\n var newInnerHTML = abstract.map(function (a) {\n return toHtml(a);\n }).join('\\n');\n node.setAttribute('class', splitClasses.toNode.join(' '));\n node.setAttribute(DATA_FA_I2SVG, '');\n node.innerHTML = newInnerHTML;\n }\n};\n\nfunction performOperationSync(op) {\n op();\n}\n\nfunction perform(mutations, callback) {\n var callbackFunction = typeof callback === 'function' ? callback : noop$2;\n\n if (mutations.length === 0) {\n callbackFunction();\n } else {\n var frame = performOperationSync;\n\n if (config.mutateApproach === MUTATION_APPROACH_ASYNC) {\n frame = WINDOW.requestAnimationFrame || performOperationSync;\n }\n\n frame(function () {\n var mutator = getMutator();\n var mark = perf.begin('mutate');\n mutations.map(mutator);\n mark();\n callbackFunction();\n });\n }\n}\nvar disabled = false;\nfunction disableObservation() {\n disabled = true;\n}\nfunction enableObservation() {\n disabled = false;\n}\nvar mo = null;\nfunction observe(options) {\n if (!MUTATION_OBSERVER) {\n return;\n }\n\n if (!config.observeMutations) {\n return;\n }\n\n var treeCallback = options.treeCallback,\n nodeCallback = options.nodeCallback,\n pseudoElementsCallback = options.pseudoElementsCallback,\n _options$observeMutat = options.observeMutationsRoot,\n observeMutationsRoot = _options$observeMutat === void 0 ? DOCUMENT : _options$observeMutat;\n mo = new MUTATION_OBSERVER(function (objects) {\n if (disabled) return;\n toArray(objects).forEach(function (mutationRecord) {\n if (mutationRecord.type === 'childList' && mutationRecord.addedNodes.length > 0 && !isWatched(mutationRecord.addedNodes[0])) {\n if (config.searchPseudoElements) {\n pseudoElementsCallback(mutationRecord.target);\n }\n\n treeCallback(mutationRecord.target);\n }\n\n if (mutationRecord.type === 'attributes' && mutationRecord.target.parentNode && config.searchPseudoElements) {\n pseudoElementsCallback(mutationRecord.target.parentNode);\n }\n\n if (mutationRecord.type === 'attributes' && isWatched(mutationRecord.target) && ~ATTRIBUTES_WATCHED_FOR_MUTATION.indexOf(mutationRecord.attributeName)) {\n if (mutationRecord.attributeName === 'class') {\n var _getCanonicalIcon = getCanonicalIcon(classArray(mutationRecord.target)),\n prefix = _getCanonicalIcon.prefix,\n iconName = _getCanonicalIcon.iconName;\n\n if (prefix) mutationRecord.target.setAttribute('data-prefix', prefix);\n if (iconName) mutationRecord.target.setAttribute('data-icon', iconName);\n } else {\n nodeCallback(mutationRecord.target);\n }\n }\n });\n });\n if (!IS_DOM) return;\n mo.observe(observeMutationsRoot, {\n childList: true,\n attributes: true,\n characterData: true,\n subtree: true\n });\n}\nfunction disconnect() {\n if (!mo) return;\n mo.disconnect();\n}\n\nfunction styleParser (node) {\n var style = node.getAttribute('style');\n var val = [];\n\n if (style) {\n val = style.split(';').reduce(function (acc, style) {\n var styles = style.split(':');\n var prop = styles[0];\n var value = styles.slice(1);\n\n if (prop && value.length > 0) {\n acc[prop] = value.join(':').trim();\n }\n\n return acc;\n }, {});\n }\n\n return val;\n}\n\nfunction classParser (node) {\n var existingPrefix = node.getAttribute('data-prefix');\n var existingIconName = node.getAttribute('data-icon');\n var innerText = node.innerText !== undefined ? node.innerText.trim() : '';\n var val = getCanonicalIcon(classArray(node));\n\n if (existingPrefix && existingIconName) {\n val.prefix = existingPrefix;\n val.iconName = existingIconName;\n }\n\n if (val.prefix && innerText.length > 1) {\n val.iconName = byLigature(val.prefix, node.innerText);\n } else if (val.prefix && innerText.length === 1) {\n val.iconName = byUnicode(val.prefix, toHex(node.innerText));\n }\n\n return val;\n}\n\nvar parseTransformString = function parseTransformString(transformString) {\n var transform = {\n size: 16,\n x: 0,\n y: 0,\n flipX: false,\n flipY: false,\n rotate: 0\n };\n\n if (!transformString) {\n return transform;\n } else {\n return transformString.toLowerCase().split(' ').reduce(function (acc, n) {\n var parts = n.toLowerCase().split('-');\n var first = parts[0];\n var rest = parts.slice(1).join('-');\n\n if (first && rest === 'h') {\n acc.flipX = true;\n return acc;\n }\n\n if (first && rest === 'v') {\n acc.flipY = true;\n return acc;\n }\n\n rest = parseFloat(rest);\n\n if (isNaN(rest)) {\n return acc;\n }\n\n switch (first) {\n case 'grow':\n acc.size = acc.size + rest;\n break;\n\n case 'shrink':\n acc.size = acc.size - rest;\n break;\n\n case 'left':\n acc.x = acc.x - rest;\n break;\n\n case 'right':\n acc.x = acc.x + rest;\n break;\n\n case 'up':\n acc.y = acc.y - rest;\n break;\n\n case 'down':\n acc.y = acc.y + rest;\n break;\n\n case 'rotate':\n acc.rotate = acc.rotate + rest;\n break;\n }\n\n return acc;\n }, transform);\n }\n};\nfunction transformParser (node) {\n return parseTransformString(node.getAttribute('data-fa-transform'));\n}\n\nfunction symbolParser (node) {\n var symbol = node.getAttribute('data-fa-symbol');\n return symbol === null ? false : symbol === '' ? true : symbol;\n}\n\nfunction attributesParser (node) {\n var extraAttributes = toArray(node.attributes).reduce(function (acc, attr) {\n if (acc.name !== 'class' && acc.name !== 'style') {\n acc[attr.name] = attr.value;\n }\n\n return acc;\n }, {});\n var title = node.getAttribute('title');\n\n if (config.autoA11y) {\n if (title) {\n extraAttributes['aria-labelledby'] = \"\".concat(config.replacementClass, \"-title-\").concat(nextUniqueId());\n } else {\n extraAttributes['aria-hidden'] = 'true';\n extraAttributes['focusable'] = 'false';\n }\n }\n\n return extraAttributes;\n}\n\nfunction maskParser (node) {\n var mask = node.getAttribute('data-fa-mask');\n\n if (!mask) {\n return emptyCanonicalIcon();\n } else {\n return getCanonicalIcon(mask.split(' ').map(function (i) {\n return i.trim();\n }));\n }\n}\n\nfunction blankMeta() {\n return {\n iconName: null,\n title: null,\n prefix: null,\n transform: meaninglessTransform,\n symbol: false,\n mask: null,\n extra: {\n classes: [],\n styles: {},\n attributes: {}\n }\n };\n}\nfunction parseMeta(node) {\n var _classParser = classParser(node),\n iconName = _classParser.iconName,\n prefix = _classParser.prefix,\n extraClasses = _classParser.rest;\n\n var extraStyles = styleParser(node);\n var transform = transformParser(node);\n var symbol = symbolParser(node);\n var extraAttributes = attributesParser(node);\n var mask = maskParser(node);\n return {\n iconName: iconName,\n title: node.getAttribute('title'),\n prefix: prefix,\n transform: transform,\n symbol: symbol,\n mask: mask,\n extra: {\n classes: extraClasses,\n styles: extraStyles,\n attributes: extraAttributes\n }\n };\n}\n\nfunction MissingIcon(error) {\n this.name = 'MissingIcon';\n this.message = error || 'Icon unavailable';\n this.stack = new Error().stack;\n}\nMissingIcon.prototype = Object.create(Error.prototype);\nMissingIcon.prototype.constructor = MissingIcon;\n\nvar FILL = {\n fill: 'currentColor'\n};\nvar ANIMATION_BASE = {\n attributeType: 'XML',\n repeatCount: 'indefinite',\n dur: '2s'\n};\nvar RING = {\n tag: 'path',\n attributes: _objectSpread({}, FILL, {\n d: 'M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z'\n })\n};\n\nvar OPACITY_ANIMATE = _objectSpread({}, ANIMATION_BASE, {\n attributeName: 'opacity'\n});\n\nvar DOT = {\n tag: 'circle',\n attributes: _objectSpread({}, FILL, {\n cx: '256',\n cy: '364',\n r: '28'\n }),\n children: [{\n tag: 'animate',\n attributes: _objectSpread({}, ANIMATION_BASE, {\n attributeName: 'r',\n values: '28;14;28;28;14;28;'\n })\n }, {\n tag: 'animate',\n attributes: _objectSpread({}, OPACITY_ANIMATE, {\n values: '1;0;1;1;0;1;'\n })\n }]\n};\nvar QUESTION = {\n tag: 'path',\n attributes: _objectSpread({}, FILL, {\n opacity: '1',\n d: 'M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z'\n }),\n children: [{\n tag: 'animate',\n attributes: _objectSpread({}, OPACITY_ANIMATE, {\n values: '1;0;0;0;0;1;'\n })\n }]\n};\nvar EXCLAMATION = {\n tag: 'path',\n attributes: _objectSpread({}, FILL, {\n opacity: '0',\n d: 'M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z'\n }),\n children: [{\n tag: 'animate',\n attributes: _objectSpread({}, OPACITY_ANIMATE, {\n values: '0;0;1;1;0;0;'\n })\n }]\n};\nvar missing = {\n tag: 'g',\n children: [RING, DOT, QUESTION, EXCLAMATION]\n};\n\nvar styles$2 = namespace.styles;\nfunction asFoundIcon(icon) {\n var width = icon[0];\n var height = icon[1];\n\n var _icon$slice = icon.slice(4),\n _icon$slice2 = _slicedToArray(_icon$slice, 1),\n vectorData = _icon$slice2[0];\n\n var element = null;\n\n if (Array.isArray(vectorData)) {\n element = {\n tag: 'g',\n attributes: {\n class: \"\".concat(config.familyPrefix, \"-\").concat(DUOTONE_CLASSES.GROUP)\n },\n children: [{\n tag: 'path',\n attributes: {\n class: \"\".concat(config.familyPrefix, \"-\").concat(DUOTONE_CLASSES.SECONDARY),\n fill: 'currentColor',\n d: vectorData[0]\n }\n }, {\n tag: 'path',\n attributes: {\n class: \"\".concat(config.familyPrefix, \"-\").concat(DUOTONE_CLASSES.PRIMARY),\n fill: 'currentColor',\n d: vectorData[1]\n }\n }]\n };\n } else {\n element = {\n tag: 'path',\n attributes: {\n fill: 'currentColor',\n d: vectorData\n }\n };\n }\n\n return {\n found: true,\n width: width,\n height: height,\n icon: element\n };\n}\nfunction findIcon(iconName, prefix) {\n return new picked(function (resolve, reject) {\n var val = {\n found: false,\n width: 512,\n height: 512,\n icon: missing\n };\n\n if (iconName && prefix && styles$2[prefix] && styles$2[prefix][iconName]) {\n var icon = styles$2[prefix][iconName];\n return resolve(asFoundIcon(icon));\n }\n\n var headers = {};\n\n if (_typeof(WINDOW.FontAwesomeKitConfig) === 'object' && typeof window.FontAwesomeKitConfig.token === 'string') {\n headers['fa-kit-token'] = WINDOW.FontAwesomeKitConfig.token;\n }\n\n if (iconName && prefix && !config.showMissingIcons) {\n reject(new MissingIcon(\"Icon is missing for prefix \".concat(prefix, \" with icon name \").concat(iconName)));\n } else {\n resolve(val);\n }\n });\n}\n\nvar styles$3 = namespace.styles;\n\nfunction generateSvgReplacementMutation(node, nodeMeta) {\n var iconName = nodeMeta.iconName,\n title = nodeMeta.title,\n prefix = nodeMeta.prefix,\n transform = nodeMeta.transform,\n symbol = nodeMeta.symbol,\n mask = nodeMeta.mask,\n extra = nodeMeta.extra;\n return new picked(function (resolve, reject) {\n picked.all([findIcon(iconName, prefix), findIcon(mask.iconName, mask.prefix)]).then(function (_ref) {\n var _ref2 = _slicedToArray(_ref, 2),\n main = _ref2[0],\n mask = _ref2[1];\n\n resolve([node, makeInlineSvgAbstract({\n icons: {\n main: main,\n mask: mask\n },\n prefix: prefix,\n iconName: iconName,\n transform: transform,\n symbol: symbol,\n mask: mask,\n title: title,\n extra: extra,\n watchable: true\n })]);\n });\n });\n}\n\nfunction generateLayersText(node, nodeMeta) {\n var title = nodeMeta.title,\n transform = nodeMeta.transform,\n extra = nodeMeta.extra;\n var width = null;\n var height = null;\n\n if (IS_IE) {\n var computedFontSize = parseInt(getComputedStyle(node).fontSize, 10);\n var boundingClientRect = node.getBoundingClientRect();\n width = boundingClientRect.width / computedFontSize;\n height = boundingClientRect.height / computedFontSize;\n }\n\n if (config.autoA11y && !title) {\n extra.attributes['aria-hidden'] = 'true';\n }\n\n return picked.resolve([node, makeLayersTextAbstract({\n content: node.innerHTML,\n width: width,\n height: height,\n transform: transform,\n title: title,\n extra: extra,\n watchable: true\n })]);\n}\n\nfunction generateMutation(node) {\n var nodeMeta = parseMeta(node);\n\n if (~nodeMeta.extra.classes.indexOf(LAYERS_TEXT_CLASSNAME)) {\n return generateLayersText(node, nodeMeta);\n } else {\n return generateSvgReplacementMutation(node, nodeMeta);\n }\n}\n\nfunction onTree(root) {\n var callback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;\n if (!IS_DOM) return;\n var htmlClassList = DOCUMENT.documentElement.classList;\n\n var hclAdd = function hclAdd(suffix) {\n return htmlClassList.add(\"\".concat(HTML_CLASS_I2SVG_BASE_CLASS, \"-\").concat(suffix));\n };\n\n var hclRemove = function hclRemove(suffix) {\n return htmlClassList.remove(\"\".concat(HTML_CLASS_I2SVG_BASE_CLASS, \"-\").concat(suffix));\n };\n\n var prefixes = config.autoFetchSvg ? Object.keys(PREFIX_TO_STYLE) : Object.keys(styles$3);\n var prefixesDomQuery = [\".\".concat(LAYERS_TEXT_CLASSNAME, \":not([\").concat(DATA_FA_I2SVG, \"])\")].concat(prefixes.map(function (p) {\n return \".\".concat(p, \":not([\").concat(DATA_FA_I2SVG, \"])\");\n })).join(', ');\n\n if (prefixesDomQuery.length === 0) {\n return;\n }\n\n var candidates = [];\n\n try {\n candidates = toArray(root.querySelectorAll(prefixesDomQuery));\n } catch (e) {// noop\n }\n\n if (candidates.length > 0) {\n hclAdd('pending');\n hclRemove('complete');\n } else {\n return;\n }\n\n var mark = perf.begin('onTree');\n var mutations = candidates.reduce(function (acc, node) {\n try {\n var mutation = generateMutation(node);\n\n if (mutation) {\n acc.push(mutation);\n }\n } catch (e) {\n if (!PRODUCTION) {\n if (e instanceof MissingIcon) {\n console.error(e);\n }\n }\n }\n\n return acc;\n }, []);\n return new picked(function (resolve, reject) {\n picked.all(mutations).then(function (resolvedMutations) {\n perform(resolvedMutations, function () {\n hclAdd('active');\n hclAdd('complete');\n hclRemove('pending');\n if (typeof callback === 'function') callback();\n mark();\n resolve();\n });\n }).catch(function () {\n mark();\n reject();\n });\n });\n}\nfunction onNode(node) {\n var callback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;\n generateMutation(node).then(function (mutation) {\n if (mutation) {\n perform([mutation], callback);\n }\n });\n}\n\nfunction replaceForPosition(node, position) {\n var pendingAttribute = \"\".concat(DATA_FA_PSEUDO_ELEMENT_PENDING).concat(position.replace(':', '-'));\n return new picked(function (resolve, reject) {\n if (node.getAttribute(pendingAttribute) !== null) {\n // This node is already being processed\n return resolve();\n }\n\n var children = toArray(node.children);\n var alreadyProcessedPseudoElement = children.filter(function (c) {\n return c.getAttribute(DATA_FA_PSEUDO_ELEMENT) === position;\n })[0];\n var styles = WINDOW.getComputedStyle(node, position);\n var fontFamily = styles.getPropertyValue('font-family').match(FONT_FAMILY_PATTERN);\n var fontWeight = styles.getPropertyValue('font-weight');\n\n if (alreadyProcessedPseudoElement && !fontFamily) {\n // If we've already processed it but the current computed style does not result in a font-family,\n // that probably means that a class name that was previously present to make the icon has been\n // removed. So we now should delete the icon.\n node.removeChild(alreadyProcessedPseudoElement);\n return resolve();\n } else if (fontFamily) {\n var content = styles.getPropertyValue('content');\n var prefix = ~['Solid', 'Regular', 'Light', 'Duotone', 'Brands'].indexOf(fontFamily[1]) ? STYLE_TO_PREFIX[fontFamily[1].toLowerCase()] : FONT_WEIGHT_TO_PREFIX[fontWeight];\n var hexValue = toHex(content.length === 3 ? content.substr(1, 1) : content);\n var iconName = byUnicode(prefix, hexValue);\n var iconIdentifier = iconName; // Only convert the pseudo element in this :before/:after position into an icon if we haven't\n // already done so with the same prefix and iconName\n\n if (iconName && (!alreadyProcessedPseudoElement || alreadyProcessedPseudoElement.getAttribute(DATA_PREFIX) !== prefix || alreadyProcessedPseudoElement.getAttribute(DATA_ICON) !== iconIdentifier)) {\n node.setAttribute(pendingAttribute, iconIdentifier);\n\n if (alreadyProcessedPseudoElement) {\n // Delete the old one, since we're replacing it with a new one\n node.removeChild(alreadyProcessedPseudoElement);\n }\n\n var meta = blankMeta();\n var extra = meta.extra;\n extra.attributes[DATA_FA_PSEUDO_ELEMENT] = position;\n findIcon(iconName, prefix).then(function (main) {\n var abstract = makeInlineSvgAbstract(_objectSpread({}, meta, {\n icons: {\n main: main,\n mask: emptyCanonicalIcon()\n },\n prefix: prefix,\n iconName: iconIdentifier,\n extra: extra,\n watchable: true\n }));\n var element = DOCUMENT.createElement('svg');\n\n if (position === ':before') {\n node.insertBefore(element, node.firstChild);\n } else {\n node.appendChild(element);\n }\n\n element.outerHTML = abstract.map(function (a) {\n return toHtml(a);\n }).join('\\n');\n node.removeAttribute(pendingAttribute);\n resolve();\n }).catch(reject);\n } else {\n resolve();\n }\n } else {\n resolve();\n }\n });\n}\n\nfunction replace(node) {\n return picked.all([replaceForPosition(node, ':before'), replaceForPosition(node, ':after')]);\n}\n\nfunction processable(node) {\n return node.parentNode !== document.head && !~TAGNAMES_TO_SKIP_FOR_PSEUDOELEMENTS.indexOf(node.tagName.toUpperCase()) && !node.getAttribute(DATA_FA_PSEUDO_ELEMENT) && (!node.parentNode || node.parentNode.tagName !== 'svg');\n}\n\nfunction searchPseudoElements (root) {\n if (!IS_DOM) return;\n return new picked(function (resolve, reject) {\n var operations = toArray(root.querySelectorAll('*')).filter(processable).map(replace);\n var end = perf.begin('searchPseudoElements');\n disableObservation();\n picked.all(operations).then(function () {\n end();\n enableObservation();\n resolve();\n }).catch(function () {\n end();\n enableObservation();\n reject();\n });\n });\n}\n\nvar baseStyles = \"svg:not(:root).svg-inline--fa {\\n overflow: visible;\\n}\\n\\n.svg-inline--fa {\\n display: inline-block;\\n font-size: inherit;\\n height: 1em;\\n overflow: visible;\\n vertical-align: -0.125em;\\n}\\n.svg-inline--fa.fa-lg {\\n vertical-align: -0.225em;\\n}\\n.svg-inline--fa.fa-w-1 {\\n width: 0.0625em;\\n}\\n.svg-inline--fa.fa-w-2 {\\n width: 0.125em;\\n}\\n.svg-inline--fa.fa-w-3 {\\n width: 0.1875em;\\n}\\n.svg-inline--fa.fa-w-4 {\\n width: 0.25em;\\n}\\n.svg-inline--fa.fa-w-5 {\\n width: 0.3125em;\\n}\\n.svg-inline--fa.fa-w-6 {\\n width: 0.375em;\\n}\\n.svg-inline--fa.fa-w-7 {\\n width: 0.4375em;\\n}\\n.svg-inline--fa.fa-w-8 {\\n width: 0.5em;\\n}\\n.svg-inline--fa.fa-w-9 {\\n width: 0.5625em;\\n}\\n.svg-inline--fa.fa-w-10 {\\n width: 0.625em;\\n}\\n.svg-inline--fa.fa-w-11 {\\n width: 0.6875em;\\n}\\n.svg-inline--fa.fa-w-12 {\\n width: 0.75em;\\n}\\n.svg-inline--fa.fa-w-13 {\\n width: 0.8125em;\\n}\\n.svg-inline--fa.fa-w-14 {\\n width: 0.875em;\\n}\\n.svg-inline--fa.fa-w-15 {\\n width: 0.9375em;\\n}\\n.svg-inline--fa.fa-w-16 {\\n width: 1em;\\n}\\n.svg-inline--fa.fa-w-17 {\\n width: 1.0625em;\\n}\\n.svg-inline--fa.fa-w-18 {\\n width: 1.125em;\\n}\\n.svg-inline--fa.fa-w-19 {\\n width: 1.1875em;\\n}\\n.svg-inline--fa.fa-w-20 {\\n width: 1.25em;\\n}\\n.svg-inline--fa.fa-pull-left {\\n margin-right: 0.3em;\\n width: auto;\\n}\\n.svg-inline--fa.fa-pull-right {\\n margin-left: 0.3em;\\n width: auto;\\n}\\n.svg-inline--fa.fa-border {\\n height: 1.5em;\\n}\\n.svg-inline--fa.fa-li {\\n width: 2em;\\n}\\n.svg-inline--fa.fa-fw {\\n width: 1.25em;\\n}\\n\\n.fa-layers svg.svg-inline--fa {\\n bottom: 0;\\n left: 0;\\n margin: auto;\\n position: absolute;\\n right: 0;\\n top: 0;\\n}\\n\\n.fa-layers {\\n display: inline-block;\\n height: 1em;\\n position: relative;\\n text-align: center;\\n vertical-align: -0.125em;\\n width: 1em;\\n}\\n.fa-layers svg.svg-inline--fa {\\n -webkit-transform-origin: center center;\\n transform-origin: center center;\\n}\\n\\n.fa-layers-counter, .fa-layers-text {\\n display: inline-block;\\n position: absolute;\\n text-align: center;\\n}\\n\\n.fa-layers-text {\\n left: 50%;\\n top: 50%;\\n -webkit-transform: translate(-50%, -50%);\\n transform: translate(-50%, -50%);\\n -webkit-transform-origin: center center;\\n transform-origin: center center;\\n}\\n\\n.fa-layers-counter {\\n background-color: #ff253a;\\n border-radius: 1em;\\n -webkit-box-sizing: border-box;\\n box-sizing: border-box;\\n color: #fff;\\n height: 1.5em;\\n line-height: 1;\\n max-width: 5em;\\n min-width: 1.5em;\\n overflow: hidden;\\n padding: 0.25em;\\n right: 0;\\n text-overflow: ellipsis;\\n top: 0;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: top right;\\n transform-origin: top right;\\n}\\n\\n.fa-layers-bottom-right {\\n bottom: 0;\\n right: 0;\\n top: auto;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: bottom right;\\n transform-origin: bottom right;\\n}\\n\\n.fa-layers-bottom-left {\\n bottom: 0;\\n left: 0;\\n right: auto;\\n top: auto;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: bottom left;\\n transform-origin: bottom left;\\n}\\n\\n.fa-layers-top-right {\\n right: 0;\\n top: 0;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: top right;\\n transform-origin: top right;\\n}\\n\\n.fa-layers-top-left {\\n left: 0;\\n right: auto;\\n top: 0;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: top left;\\n transform-origin: top left;\\n}\\n\\n.fa-lg {\\n font-size: 1.3333333333em;\\n line-height: 0.75em;\\n vertical-align: -0.0667em;\\n}\\n\\n.fa-xs {\\n font-size: 0.75em;\\n}\\n\\n.fa-sm {\\n font-size: 0.875em;\\n}\\n\\n.fa-1x {\\n font-size: 1em;\\n}\\n\\n.fa-2x {\\n font-size: 2em;\\n}\\n\\n.fa-3x {\\n font-size: 3em;\\n}\\n\\n.fa-4x {\\n font-size: 4em;\\n}\\n\\n.fa-5x {\\n font-size: 5em;\\n}\\n\\n.fa-6x {\\n font-size: 6em;\\n}\\n\\n.fa-7x {\\n font-size: 7em;\\n}\\n\\n.fa-8x {\\n font-size: 8em;\\n}\\n\\n.fa-9x {\\n font-size: 9em;\\n}\\n\\n.fa-10x {\\n font-size: 10em;\\n}\\n\\n.fa-fw {\\n text-align: center;\\n width: 1.25em;\\n}\\n\\n.fa-ul {\\n list-style-type: none;\\n margin-left: 2.5em;\\n padding-left: 0;\\n}\\n.fa-ul > li {\\n position: relative;\\n}\\n\\n.fa-li {\\n left: -2em;\\n position: absolute;\\n text-align: center;\\n width: 2em;\\n line-height: inherit;\\n}\\n\\n.fa-border {\\n border: solid 0.08em #eee;\\n border-radius: 0.1em;\\n padding: 0.2em 0.25em 0.15em;\\n}\\n\\n.fa-pull-left {\\n float: left;\\n}\\n\\n.fa-pull-right {\\n float: right;\\n}\\n\\n.fa.fa-pull-left,\\n.fas.fa-pull-left,\\n.far.fa-pull-left,\\n.fal.fa-pull-left,\\n.fab.fa-pull-left {\\n margin-right: 0.3em;\\n}\\n.fa.fa-pull-right,\\n.fas.fa-pull-right,\\n.far.fa-pull-right,\\n.fal.fa-pull-right,\\n.fab.fa-pull-right {\\n margin-left: 0.3em;\\n}\\n\\n.fa-spin {\\n -webkit-animation: fa-spin 2s infinite linear;\\n animation: fa-spin 2s infinite linear;\\n}\\n\\n.fa-pulse {\\n -webkit-animation: fa-spin 1s infinite steps(8);\\n animation: fa-spin 1s infinite steps(8);\\n}\\n\\n@-webkit-keyframes fa-spin {\\n 0% {\\n -webkit-transform: rotate(0deg);\\n transform: rotate(0deg);\\n }\\n 100% {\\n -webkit-transform: rotate(360deg);\\n transform: rotate(360deg);\\n }\\n}\\n\\n@keyframes fa-spin {\\n 0% {\\n -webkit-transform: rotate(0deg);\\n transform: rotate(0deg);\\n }\\n 100% {\\n -webkit-transform: rotate(360deg);\\n transform: rotate(360deg);\\n }\\n}\\n.fa-rotate-90 {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)\\\";\\n -webkit-transform: rotate(90deg);\\n transform: rotate(90deg);\\n}\\n\\n.fa-rotate-180 {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)\\\";\\n -webkit-transform: rotate(180deg);\\n transform: rotate(180deg);\\n}\\n\\n.fa-rotate-270 {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)\\\";\\n -webkit-transform: rotate(270deg);\\n transform: rotate(270deg);\\n}\\n\\n.fa-flip-horizontal {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)\\\";\\n -webkit-transform: scale(-1, 1);\\n transform: scale(-1, 1);\\n}\\n\\n.fa-flip-vertical {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\\\";\\n -webkit-transform: scale(1, -1);\\n transform: scale(1, -1);\\n}\\n\\n.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\\\";\\n -webkit-transform: scale(-1, -1);\\n transform: scale(-1, -1);\\n}\\n\\n:root .fa-rotate-90,\\n:root .fa-rotate-180,\\n:root .fa-rotate-270,\\n:root .fa-flip-horizontal,\\n:root .fa-flip-vertical,\\n:root .fa-flip-both {\\n -webkit-filter: none;\\n filter: none;\\n}\\n\\n.fa-stack {\\n display: inline-block;\\n height: 2em;\\n position: relative;\\n width: 2.5em;\\n}\\n\\n.fa-stack-1x,\\n.fa-stack-2x {\\n bottom: 0;\\n left: 0;\\n margin: auto;\\n position: absolute;\\n right: 0;\\n top: 0;\\n}\\n\\n.svg-inline--fa.fa-stack-1x {\\n height: 1em;\\n width: 1.25em;\\n}\\n.svg-inline--fa.fa-stack-2x {\\n height: 2em;\\n width: 2.5em;\\n}\\n\\n.fa-inverse {\\n color: #fff;\\n}\\n\\n.sr-only {\\n border: 0;\\n clip: rect(0, 0, 0, 0);\\n height: 1px;\\n margin: -1px;\\n overflow: hidden;\\n padding: 0;\\n position: absolute;\\n width: 1px;\\n}\\n\\n.sr-only-focusable:active, .sr-only-focusable:focus {\\n clip: auto;\\n height: auto;\\n margin: 0;\\n overflow: visible;\\n position: static;\\n width: auto;\\n}\\n\\n.svg-inline--fa .fa-primary {\\n fill: var(--fa-primary-color, currentColor);\\n opacity: 1;\\n opacity: var(--fa-primary-opacity, 1);\\n}\\n\\n.svg-inline--fa .fa-secondary {\\n fill: var(--fa-secondary-color, currentColor);\\n opacity: 0.4;\\n opacity: var(--fa-secondary-opacity, 0.4);\\n}\\n\\n.svg-inline--fa.fa-swap-opacity .fa-primary {\\n opacity: 0.4;\\n opacity: var(--fa-secondary-opacity, 0.4);\\n}\\n\\n.svg-inline--fa.fa-swap-opacity .fa-secondary {\\n opacity: 1;\\n opacity: var(--fa-primary-opacity, 1);\\n}\\n\\n.svg-inline--fa mask .fa-primary,\\n.svg-inline--fa mask .fa-secondary {\\n fill: black;\\n}\\n\\n.fad.fa-inverse {\\n color: #fff;\\n}\";\n\nfunction css () {\n var dfp = DEFAULT_FAMILY_PREFIX;\n var drc = DEFAULT_REPLACEMENT_CLASS;\n var fp = config.familyPrefix;\n var rc = config.replacementClass;\n var s = baseStyles;\n\n if (fp !== dfp || rc !== drc) {\n var dPatt = new RegExp(\"\\\\.\".concat(dfp, \"\\\\-\"), 'g');\n var customPropPatt = new RegExp(\"\\\\--\".concat(dfp, \"\\\\-\"), 'g');\n var rPatt = new RegExp(\"\\\\.\".concat(drc), 'g');\n s = s.replace(dPatt, \".\".concat(fp, \"-\")).replace(customPropPatt, \"--\".concat(fp, \"-\")).replace(rPatt, \".\".concat(rc));\n }\n\n return s;\n}\n\nvar Library =\n/*#__PURE__*/\nfunction () {\n function Library() {\n _classCallCheck(this, Library);\n\n this.definitions = {};\n }\n\n _createClass(Library, [{\n key: \"add\",\n value: function add() {\n var _this = this;\n\n for (var _len = arguments.length, definitions = new Array(_len), _key = 0; _key < _len; _key++) {\n definitions[_key] = arguments[_key];\n }\n\n var additions = definitions.reduce(this._pullDefinitions, {});\n Object.keys(additions).forEach(function (key) {\n _this.definitions[key] = _objectSpread({}, _this.definitions[key] || {}, additions[key]);\n defineIcons(key, additions[key]);\n build();\n });\n }\n }, {\n key: \"reset\",\n value: function reset() {\n this.definitions = {};\n }\n }, {\n key: \"_pullDefinitions\",\n value: function _pullDefinitions(additions, definition) {\n var normalized = definition.prefix && definition.iconName && definition.icon ? {\n 0: definition\n } : definition;\n Object.keys(normalized).map(function (key) {\n var _normalized$key = normalized[key],\n prefix = _normalized$key.prefix,\n iconName = _normalized$key.iconName,\n icon = _normalized$key.icon;\n if (!additions[prefix]) additions[prefix] = {};\n additions[prefix][iconName] = icon;\n });\n return additions;\n }\n }]);\n\n return Library;\n}();\n\nfunction ensureCss() {\n if (config.autoAddCss && !_cssInserted) {\n insertCss(css());\n\n _cssInserted = true;\n }\n}\n\nfunction apiObject(val, abstractCreator) {\n Object.defineProperty(val, 'abstract', {\n get: abstractCreator\n });\n Object.defineProperty(val, 'html', {\n get: function get() {\n return val.abstract.map(function (a) {\n return toHtml(a);\n });\n }\n });\n Object.defineProperty(val, 'node', {\n get: function get() {\n if (!IS_DOM) return;\n var container = DOCUMENT.createElement('div');\n container.innerHTML = val.html;\n return container.children;\n }\n });\n return val;\n}\n\nfunction findIconDefinition(iconLookup) {\n var _iconLookup$prefix = iconLookup.prefix,\n prefix = _iconLookup$prefix === void 0 ? 'fa' : _iconLookup$prefix,\n iconName = iconLookup.iconName;\n if (!iconName) return;\n return iconFromMapping(library.definitions, prefix, iconName) || iconFromMapping(namespace.styles, prefix, iconName);\n}\n\nfunction resolveIcons(next) {\n return function (maybeIconDefinition) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var iconDefinition = (maybeIconDefinition || {}).icon ? maybeIconDefinition : findIconDefinition(maybeIconDefinition || {});\n var mask = params.mask;\n\n if (mask) {\n mask = (mask || {}).icon ? mask : findIconDefinition(mask || {});\n }\n\n return next(iconDefinition, _objectSpread({}, params, {\n mask: mask\n }));\n };\n}\n\nvar library = new Library();\nvar noAuto = function noAuto() {\n config.autoReplaceSvg = false;\n config.observeMutations = false;\n disconnect();\n};\nvar _cssInserted = false;\nvar dom = {\n i2svg: function i2svg() {\n var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n\n if (IS_DOM) {\n ensureCss();\n var _params$node = params.node,\n node = _params$node === void 0 ? DOCUMENT : _params$node,\n _params$callback = params.callback,\n callback = _params$callback === void 0 ? function () {} : _params$callback;\n\n if (config.searchPseudoElements) {\n searchPseudoElements(node);\n }\n\n return onTree(node, callback);\n } else {\n return picked.reject('Operation requires a DOM of some kind.');\n }\n },\n css: css,\n insertCss: function insertCss$$1() {\n if (!_cssInserted) {\n insertCss(css());\n\n _cssInserted = true;\n }\n },\n watch: function watch() {\n var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var autoReplaceSvgRoot = params.autoReplaceSvgRoot,\n observeMutationsRoot = params.observeMutationsRoot;\n\n if (config.autoReplaceSvg === false) {\n config.autoReplaceSvg = true;\n }\n\n config.observeMutations = true;\n domready(function () {\n autoReplace({\n autoReplaceSvgRoot: autoReplaceSvgRoot\n });\n observe({\n treeCallback: onTree,\n nodeCallback: onNode,\n pseudoElementsCallback: searchPseudoElements,\n observeMutationsRoot: observeMutationsRoot\n });\n });\n }\n};\nvar parse = {\n transform: function transform(transformString) {\n return parseTransformString(transformString);\n }\n};\nvar icon = resolveIcons(function (iconDefinition) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$transform = params.transform,\n transform = _params$transform === void 0 ? meaninglessTransform : _params$transform,\n _params$symbol = params.symbol,\n symbol = _params$symbol === void 0 ? false : _params$symbol,\n _params$mask = params.mask,\n mask = _params$mask === void 0 ? null : _params$mask,\n _params$title = params.title,\n title = _params$title === void 0 ? null : _params$title,\n _params$classes = params.classes,\n classes = _params$classes === void 0 ? [] : _params$classes,\n _params$attributes = params.attributes,\n attributes = _params$attributes === void 0 ? {} : _params$attributes,\n _params$styles = params.styles,\n styles = _params$styles === void 0 ? {} : _params$styles;\n if (!iconDefinition) return;\n var prefix = iconDefinition.prefix,\n iconName = iconDefinition.iconName,\n icon = iconDefinition.icon;\n return apiObject(_objectSpread({\n type: 'icon'\n }, iconDefinition), function () {\n ensureCss();\n\n if (config.autoA11y) {\n if (title) {\n attributes['aria-labelledby'] = \"\".concat(config.replacementClass, \"-title-\").concat(nextUniqueId());\n } else {\n attributes['aria-hidden'] = 'true';\n attributes['focusable'] = 'false';\n }\n }\n\n return makeInlineSvgAbstract({\n icons: {\n main: asFoundIcon(icon),\n mask: mask ? asFoundIcon(mask.icon) : {\n found: false,\n width: null,\n height: null,\n icon: {}\n }\n },\n prefix: prefix,\n iconName: iconName,\n transform: _objectSpread({}, meaninglessTransform, transform),\n symbol: symbol,\n title: title,\n extra: {\n attributes: attributes,\n styles: styles,\n classes: classes\n }\n });\n });\n});\nvar text = function text(content) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$transform2 = params.transform,\n transform = _params$transform2 === void 0 ? meaninglessTransform : _params$transform2,\n _params$title2 = params.title,\n title = _params$title2 === void 0 ? null : _params$title2,\n _params$classes2 = params.classes,\n classes = _params$classes2 === void 0 ? [] : _params$classes2,\n _params$attributes2 = params.attributes,\n attributes = _params$attributes2 === void 0 ? {} : _params$attributes2,\n _params$styles2 = params.styles,\n styles = _params$styles2 === void 0 ? {} : _params$styles2;\n return apiObject({\n type: 'text',\n content: content\n }, function () {\n ensureCss();\n return makeLayersTextAbstract({\n content: content,\n transform: _objectSpread({}, meaninglessTransform, transform),\n title: title,\n extra: {\n attributes: attributes,\n styles: styles,\n classes: [\"\".concat(config.familyPrefix, \"-layers-text\")].concat(_toConsumableArray(classes))\n }\n });\n });\n};\nvar counter = function counter(content) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$title3 = params.title,\n title = _params$title3 === void 0 ? null : _params$title3,\n _params$classes3 = params.classes,\n classes = _params$classes3 === void 0 ? [] : _params$classes3,\n _params$attributes3 = params.attributes,\n attributes = _params$attributes3 === void 0 ? {} : _params$attributes3,\n _params$styles3 = params.styles,\n styles = _params$styles3 === void 0 ? {} : _params$styles3;\n return apiObject({\n type: 'counter',\n content: content\n }, function () {\n ensureCss();\n return makeLayersCounterAbstract({\n content: content.toString(),\n title: title,\n extra: {\n attributes: attributes,\n styles: styles,\n classes: [\"\".concat(config.familyPrefix, \"-layers-counter\")].concat(_toConsumableArray(classes))\n }\n });\n });\n};\nvar layer = function layer(assembler) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$classes4 = params.classes,\n classes = _params$classes4 === void 0 ? [] : _params$classes4;\n return apiObject({\n type: 'layer'\n }, function () {\n ensureCss();\n var children = [];\n assembler(function (args) {\n Array.isArray(args) ? args.map(function (a) {\n children = children.concat(a.abstract);\n }) : children = children.concat(args.abstract);\n });\n return [{\n tag: 'span',\n attributes: {\n class: [\"\".concat(config.familyPrefix, \"-layers\")].concat(_toConsumableArray(classes)).join(' ')\n },\n children: children\n }];\n });\n};\nvar api = {\n noAuto: noAuto,\n config: config,\n dom: dom,\n library: library,\n parse: parse,\n findIconDefinition: findIconDefinition,\n icon: icon,\n text: text,\n counter: counter,\n layer: layer,\n toHtml: toHtml\n};\n\nvar autoReplace = function autoReplace() {\n var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var _params$autoReplaceSv = params.autoReplaceSvgRoot,\n autoReplaceSvgRoot = _params$autoReplaceSv === void 0 ? DOCUMENT : _params$autoReplaceSv;\n if ((Object.keys(namespace.styles).length > 0 || config.autoFetchSvg) && IS_DOM && config.autoReplaceSvg) api.dom.i2svg({\n node: autoReplaceSvgRoot\n });\n};\n\nexport { icon, noAuto, config, toHtml, layer, text, counter, library, dom, parse, findIconDefinition };\n","var prefix = \"far\";\nvar faAddressBook = {\n prefix: 'far',\n iconName: 'address-book',\n icon: [448, 512, [], \"f2b9\", \"M436 160c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48v-48h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20zm-68 304H48V48h320v416zM208 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2z\"]\n};\nvar faAddressCard = {\n prefix: 'far',\n iconName: 'address-card',\n icon: [576, 512, [], \"f2bb\", \"M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 400H48V80h480v352zM208 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2zM360 320h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8z\"]\n};\nvar faAngry = {\n prefix: 'far',\n iconName: 'angry',\n icon: [496, 512, [], \"f556\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm0-144c-33.6 0-65.2 14.8-86.8 40.6-8.5 10.2-7.1 25.3 3.1 33.8s25.3 7.2 33.8-3c24.8-29.7 75-29.7 99.8 0 8.1 9.7 23.2 11.9 33.8 3 10.2-8.5 11.5-23.6 3.1-33.8-21.6-25.8-53.2-40.6-86.8-40.6zm-48-72c10.3 0 19.9-6.7 23-17.1 3.8-12.7-3.4-26.1-16.1-29.9l-80-24c-12.8-3.9-26.1 3.4-29.9 16.1-3.8 12.7 3.4 26.1 16.1 29.9l28.2 8.5c-3.1 4.9-5.3 10.4-5.3 16.6 0 17.7 14.3 32 32 32s32-14.4 32-32.1zm199-54.9c-3.8-12.7-17.1-19.9-29.9-16.1l-80 24c-12.7 3.8-19.9 17.2-16.1 29.9 3.1 10.4 12.7 17.1 23 17.1 0 17.7 14.3 32 32 32s32-14.3 32-32c0-6.2-2.2-11.7-5.3-16.6l28.2-8.5c12.7-3.7 19.9-17.1 16.1-29.8z\"]\n};\nvar faArrowAltCircleDown = {\n prefix: 'far',\n iconName: 'arrow-alt-circle-down',\n icon: [512, 512, [], \"f358\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm-32-316v116h-67c-10.7 0-16 12.9-8.5 20.5l99 99c4.7 4.7 12.3 4.7 17 0l99-99c7.6-7.6 2.2-20.5-8.5-20.5h-67V140c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12z\"]\n};\nvar faArrowAltCircleLeft = {\n prefix: 'far',\n iconName: 'arrow-alt-circle-left',\n icon: [512, 512, [], \"f359\", \"M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z\"]\n};\nvar faArrowAltCircleRight = {\n prefix: 'far',\n iconName: 'arrow-alt-circle-right',\n icon: [512, 512, [], \"f35a\", \"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"]\n};\nvar faArrowAltCircleUp = {\n prefix: 'far',\n iconName: 'arrow-alt-circle-up',\n icon: [512, 512, [], \"f35b\", \"M256 504c137 0 248-111 248-248S393 8 256 8 8 119 8 256s111 248 248 248zm0-448c110.5 0 200 89.5 200 200s-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56zm20 328h-40c-6.6 0-12-5.4-12-12V256h-67c-10.7 0-16-12.9-8.5-20.5l99-99c4.7-4.7 12.3-4.7 17 0l99 99c7.6 7.6 2.2 20.5-8.5 20.5h-67v116c0 6.6-5.4 12-12 12z\"]\n};\nvar faBell = {\n prefix: 'far',\n iconName: 'bell',\n icon: [448, 512, [], \"f0f3\", \"M439.39 362.29c-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84C118.56 68.1 64.08 130.3 64.08 208c0 102.3-36.15 133.53-55.47 154.29-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h383.8c19.12 0 32-15.6 32.1-32 .05-7.55-2.61-15.27-8.61-21.71zM67.53 368c21.22-27.97 44.42-74.33 44.53-159.42 0-.2-.06-.38-.06-.58 0-61.86 50.14-112 112-112s112 50.14 112 112c0 .2-.06.38-.06.58.11 85.1 23.31 131.46 44.53 159.42H67.53zM224 512c35.32 0 63.97-28.65 63.97-64H160.03c0 35.35 28.65 64 63.97 64z\"]\n};\nvar faBellSlash = {\n prefix: 'far',\n iconName: 'bell-slash',\n icon: [640, 512, [], \"f1f6\", \"M633.99 471.02L36 3.51C29.1-2.01 19.03-.9 13.51 6l-10 12.49C-2.02 25.39-.9 35.46 6 40.98l598 467.51c6.9 5.52 16.96 4.4 22.49-2.49l10-12.49c5.52-6.9 4.41-16.97-2.5-22.49zM163.53 368c16.71-22.03 34.48-55.8 41.4-110.58l-45.47-35.55c-3.27 90.73-36.47 120.68-54.84 140.42-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h279.66l-61.4-48H163.53zM320 96c61.86 0 112 50.14 112 112 0 .2-.06.38-.06.58.02 16.84 1.16 31.77 2.79 45.73l59.53 46.54c-8.31-22.13-14.34-51.49-14.34-92.85 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84c-26.02 5.41-49.45 16.94-69.13 32.72l38.17 29.84C275 103.18 296.65 96 320 96zm0 416c35.32 0 63.97-28.65 63.97-64H256.03c0 35.35 28.65 64 63.97 64z\"]\n};\nvar faBookmark = {\n prefix: 'far',\n iconName: 'bookmark',\n icon: [384, 512, [], \"f02e\", \"M336 0H48C21.49 0 0 21.49 0 48v464l192-112 192 112V48c0-26.51-21.49-48-48-48zm0 428.43l-144-84-144 84V54a6 6 0 0 1 6-6h276c3.314 0 6 2.683 6 5.996V428.43z\"]\n};\nvar faBuilding = {\n prefix: 'far',\n iconName: 'building',\n icon: [448, 512, [], \"f1ad\", \"M128 148v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12zm140 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-128 96h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm128 0h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-76 84v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm76 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm180 124v36H0v-36c0-6.6 5.4-12 12-12h19.5V24c0-13.3 10.7-24 24-24h337c13.3 0 24 10.7 24 24v440H436c6.6 0 12 5.4 12 12zM79.5 463H192v-67c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v67h112.5V49L80 48l-.5 415z\"]\n};\nvar faCalendar = {\n prefix: 'far',\n iconName: 'calendar',\n icon: [448, 512, [], \"f133\", \"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"]\n};\nvar faCalendarAlt = {\n prefix: 'far',\n iconName: 'calendar-alt',\n icon: [448, 512, [], \"f073\", \"M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faCalendarCheck = {\n prefix: 'far',\n iconName: 'calendar-check',\n icon: [448, 512, [], \"f274\", \"M400 64h-48V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v52H160V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v52H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V160h352v298a6 6 0 0 1-6 6zm-52.849-200.65L198.842 404.519c-4.705 4.667-12.303 4.637-16.971-.068l-75.091-75.699c-4.667-4.705-4.637-12.303.068-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l44.104 44.461 111.072-110.181c4.705-4.667 12.303-4.637 16.971.068l22.536 22.718c4.667 4.705 4.636 12.303-.069 16.97z\"]\n};\nvar faCalendarMinus = {\n prefix: 'far',\n iconName: 'calendar-minus',\n icon: [448, 512, [], \"f272\", \"M124 328c-6.6 0-12-5.4-12-12v-24c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v24c0 6.6-5.4 12-12 12H124zm324-216v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faCalendarPlus = {\n prefix: 'far',\n iconName: 'calendar-plus',\n icon: [448, 512, [], \"f271\", \"M336 292v24c0 6.6-5.4 12-12 12h-76v76c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12v-76h-76c-6.6 0-12-5.4-12-12v-24c0-6.6 5.4-12 12-12h76v-76c0-6.6 5.4-12 12-12h24c6.6 0 12 5.4 12 12v76h76c6.6 0 12 5.4 12 12zm112-180v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faCalendarTimes = {\n prefix: 'far',\n iconName: 'calendar-times',\n icon: [448, 512, [], \"f273\", \"M311.7 374.7l-17 17c-4.7 4.7-12.3 4.7-17 0L224 337.9l-53.7 53.7c-4.7 4.7-12.3 4.7-17 0l-17-17c-4.7-4.7-4.7-12.3 0-17l53.7-53.7-53.7-53.7c-4.7-4.7-4.7-12.3 0-17l17-17c4.7-4.7 12.3-4.7 17 0l53.7 53.7 53.7-53.7c4.7-4.7 12.3-4.7 17 0l17 17c4.7 4.7 4.7 12.3 0 17L257.9 304l53.7 53.7c4.8 4.7 4.8 12.3.1 17zM448 112v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faCaretSquareDown = {\n prefix: 'far',\n iconName: 'caret-square-down',\n icon: [448, 512, [], \"f150\", \"M125.1 208h197.8c10.7 0 16.1 13 8.5 20.5l-98.9 98.3c-4.7 4.7-12.2 4.7-16.9 0l-98.9-98.3c-7.7-7.5-2.3-20.5 8.4-20.5zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faCaretSquareLeft = {\n prefix: 'far',\n iconName: 'caret-square-left',\n icon: [448, 512, [], \"f191\", \"M272 157.1v197.8c0 10.7-13 16.1-20.5 8.5l-98.3-98.9c-4.7-4.7-4.7-12.2 0-16.9l98.3-98.9c7.5-7.7 20.5-2.3 20.5 8.4zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faCaretSquareRight = {\n prefix: 'far',\n iconName: 'caret-square-right',\n icon: [448, 512, [], \"f152\", \"M176 354.9V157.1c0-10.7 13-16.1 20.5-8.5l98.3 98.9c4.7 4.7 4.7 12.2 0 16.9l-98.3 98.9c-7.5 7.7-20.5 2.3-20.5-8.4zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faCaretSquareUp = {\n prefix: 'far',\n iconName: 'caret-square-up',\n icon: [448, 512, [], \"f151\", \"M322.9 304H125.1c-10.7 0-16.1-13-8.5-20.5l98.9-98.3c4.7-4.7 12.2-4.7 16.9 0l98.9 98.3c7.7 7.5 2.3 20.5-8.4 20.5zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faChartBar = {\n prefix: 'far',\n iconName: 'chart-bar',\n icon: [512, 512, [], \"f080\", \"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\"]\n};\nvar faCheckCircle = {\n prefix: 'far',\n iconName: 'check-circle',\n icon: [512, 512, [], \"f058\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"]\n};\nvar faCheckSquare = {\n prefix: 'far',\n iconName: 'check-square',\n icon: [448, 512, [], \"f14a\", \"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"]\n};\nvar faCircle = {\n prefix: 'far',\n iconName: 'circle',\n icon: [512, 512, [], \"f111\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z\"]\n};\nvar faClipboard = {\n prefix: 'far',\n iconName: 'clipboard',\n icon: [384, 512, [], \"f328\", \"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm144 418c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V118c0-3.3 2.7-6 6-6h42v36c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-36h42c3.3 0 6 2.7 6 6z\"]\n};\nvar faClock = {\n prefix: 'far',\n iconName: 'clock',\n icon: [512, 512, [], \"f017\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"]\n};\nvar faClone = {\n prefix: 'far',\n iconName: 'clone',\n icon: [512, 512, [], \"f24d\", \"M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z\"]\n};\nvar faClosedCaptioning = {\n prefix: 'far',\n iconName: 'closed-captioning',\n icon: [512, 512, [], \"f20a\", \"M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 336H54c-3.3 0-6-2.7-6-6V118c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v276c0 3.3-2.7 6-6 6zm-211.1-85.7c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.8-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7l-17.5 30.5c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6 2.8-2.5 7.1-2.1 9.2.9l19.6 27.7zm190.4 0c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.9-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7L420 220.2c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6 2.8-2.5 7.1-2.1 9.2.9l19.6 27.7z\"]\n};\nvar faComment = {\n prefix: 'far',\n iconName: 'comment',\n icon: [512, 512, [], \"f075\", \"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"]\n};\nvar faCommentAlt = {\n prefix: 'far',\n iconName: 'comment-alt',\n icon: [512, 512, [], \"f27a\", \"M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm16 352c0 8.8-7.2 16-16 16H288l-12.8 9.6L208 428v-60H64c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16h384c8.8 0 16 7.2 16 16v288z\"]\n};\nvar faCommentDots = {\n prefix: 'far',\n iconName: 'comment-dots',\n icon: [512, 512, [], \"f4ad\", \"M144 208c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm112 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm112 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zM256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"]\n};\nvar faComments = {\n prefix: 'far',\n iconName: 'comments',\n icon: [576, 512, [], \"f086\", \"M532 386.2c27.5-27.1 44-61.1 44-98.2 0-80-76.5-146.1-176.2-157.9C368.3 72.5 294.3 32 208 32 93.1 32 0 103.6 0 192c0 37 16.5 71 44 98.2-15.3 30.7-37.3 54.5-37.7 54.9-6.3 6.7-8.1 16.5-4.4 25 3.6 8.5 12 14 21.2 14 53.5 0 96.7-20.2 125.2-38.8 9.2 2.1 18.7 3.7 28.4 4.9C208.1 407.6 281.8 448 368 448c20.8 0 40.8-2.4 59.8-6.8C456.3 459.7 499.4 480 553 480c9.2 0 17.5-5.5 21.2-14 3.6-8.5 1.9-18.3-4.4-25-.4-.3-22.5-24.1-37.8-54.8zm-392.8-92.3L122.1 305c-14.1 9.1-28.5 16.3-43.1 21.4 2.7-4.7 5.4-9.7 8-14.8l15.5-31.1L77.7 256C64.2 242.6 48 220.7 48 192c0-60.7 73.3-112 160-112s160 51.3 160 112-73.3 112-160 112c-16.5 0-33-1.9-49-5.6l-19.8-4.5zM498.3 352l-24.7 24.4 15.5 31.1c2.6 5.1 5.3 10.1 8 14.8-14.6-5.1-29-12.3-43.1-21.4l-17.1-11.1-19.9 4.6c-16 3.7-32.5 5.6-49 5.6-54 0-102.2-20.1-131.3-49.7C338 339.5 416 272.9 416 192c0-3.4-.4-6.7-.7-10C479.7 196.5 528 238.8 528 288c0 28.7-16.2 50.6-29.7 64z\"]\n};\nvar faCompass = {\n prefix: 'far',\n iconName: 'compass',\n icon: [496, 512, [], \"f14e\", \"M347.94 129.86L203.6 195.83a31.938 31.938 0 0 0-15.77 15.77l-65.97 144.34c-7.61 16.65 9.54 33.81 26.2 26.2l144.34-65.97a31.938 31.938 0 0 0 15.77-15.77l65.97-144.34c7.61-16.66-9.54-33.81-26.2-26.2zm-77.36 148.72c-12.47 12.47-32.69 12.47-45.16 0-12.47-12.47-12.47-32.69 0-45.16 12.47-12.47 32.69-12.47 45.16 0 12.47 12.47 12.47 32.69 0 45.16zM248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 448c-110.28 0-200-89.72-200-200S137.72 56 248 56s200 89.72 200 200-89.72 200-200 200z\"]\n};\nvar faCopy = {\n prefix: 'far',\n iconName: 'copy',\n icon: [448, 512, [], \"f0c5\", \"M433.941 65.941l-51.882-51.882A48 48 0 0 0 348.118 0H176c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h224c26.51 0 48-21.49 48-48v-48h80c26.51 0 48-21.49 48-48V99.882a48 48 0 0 0-14.059-33.941zM266 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h74v224c0 26.51 21.49 48 48 48h96v42a6 6 0 0 1-6 6zm128-96H182a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h106v88c0 13.255 10.745 24 24 24h88v202a6 6 0 0 1-6 6zm6-256h-64V48h9.632c1.591 0 3.117.632 4.243 1.757l48.368 48.368a6 6 0 0 1 1.757 4.243V112z\"]\n};\nvar faCopyright = {\n prefix: 'far',\n iconName: 'copyright',\n icon: [512, 512, [], \"f1f9\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z\"]\n};\nvar faCreditCard = {\n prefix: 'far',\n iconName: 'credit-card',\n icon: [576, 512, [], \"f09d\", \"M527.9 32H48.1C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48.1 48h479.8c26.6 0 48.1-21.5 48.1-48V80c0-26.5-21.5-48-48.1-48zM54.1 80h467.8c3.3 0 6 2.7 6 6v42H48.1V86c0-3.3 2.7-6 6-6zm467.8 352H54.1c-3.3 0-6-2.7-6-6V256h479.8v170c0 3.3-2.7 6-6 6zM192 332v40c0 6.6-5.4 12-12 12h-72c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12zm192 0v40c0 6.6-5.4 12-12 12H236c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12z\"]\n};\nvar faDizzy = {\n prefix: 'far',\n iconName: 'dizzy',\n icon: [496, 512, [], \"f567\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-33.8-217.9c7.8-7.8 7.8-20.5 0-28.3L196.3 192l17.9-17.9c7.8-7.8 7.8-20.5 0-28.3-7.8-7.8-20.5-7.8-28.3 0L168 163.7l-17.8-17.8c-7.8-7.8-20.5-7.8-28.3 0-7.8 7.8-7.8 20.5 0 28.3l17.9 17.9-17.9 17.9c-7.8 7.8-7.8 20.5 0 28.3 7.8 7.8 20.5 7.8 28.3 0l17.8-17.8 17.8 17.8c7.9 7.7 20.5 7.7 28.4-.2zm160-92.2c-7.8-7.8-20.5-7.8-28.3 0L328 163.7l-17.8-17.8c-7.8-7.8-20.5-7.8-28.3 0-7.8 7.8-7.8 20.5 0 28.3l17.9 17.9-17.9 17.9c-7.8 7.8-7.8 20.5 0 28.3 7.8 7.8 20.5 7.8 28.3 0l17.8-17.8 17.8 17.8c7.8 7.8 20.5 7.8 28.3 0 7.8-7.8 7.8-20.5 0-28.3l-17.8-18 17.9-17.9c7.7-7.8 7.7-20.4 0-28.2zM248 272c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64z\"]\n};\nvar faDotCircle = {\n prefix: 'far',\n iconName: 'dot-circle',\n icon: [512, 512, [], \"f192\", \"M256 56c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m0-48C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 168c-44.183 0-80 35.817-80 80s35.817 80 80 80 80-35.817 80-80-35.817-80-80-80z\"]\n};\nvar faEdit = {\n prefix: 'far',\n iconName: 'edit',\n icon: [576, 512, [], \"f044\", \"M402.3 344.9l32-32c5-5 13.7-1.5 13.7 5.7V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h273.5c7.1 0 10.7 8.6 5.7 13.7l-32 32c-1.5 1.5-3.5 2.3-5.7 2.3H48v352h352V350.5c0-2.1.8-4.1 2.3-5.6zm156.6-201.8L296.3 405.7l-90.4 10c-26.2 2.9-48.5-19.2-45.6-45.6l10-90.4L432.9 17.1c22.9-22.9 59.9-22.9 82.7 0l43.2 43.2c22.9 22.9 22.9 60 .1 82.8zM460.1 174L402 115.9 216.2 301.8l-7.3 65.3 65.3-7.3L460.1 174zm64.8-79.7l-43.2-43.2c-4.1-4.1-10.8-4.1-14.8 0L436 82l58.1 58.1 30.9-30.9c4-4.2 4-10.8-.1-14.9z\"]\n};\nvar faEnvelope = {\n prefix: 'far',\n iconName: 'envelope',\n icon: [512, 512, [], \"f0e0\", \"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"]\n};\nvar faEnvelopeOpen = {\n prefix: 'far',\n iconName: 'envelope-open',\n icon: [512, 512, [], \"f2b6\", \"M494.586 164.516c-4.697-3.883-111.723-89.95-135.251-108.657C337.231 38.191 299.437 0 256 0c-43.205 0-80.636 37.717-103.335 55.859-24.463 19.45-131.07 105.195-135.15 108.549A48.004 48.004 0 0 0 0 201.485V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V201.509a48 48 0 0 0-17.414-36.993zM464 458a6 6 0 0 1-6 6H54a6 6 0 0 1-6-6V204.347c0-1.813.816-3.526 2.226-4.665 15.87-12.814 108.793-87.554 132.364-106.293C200.755 78.88 232.398 48 256 48c23.693 0 55.857 31.369 73.41 45.389 23.573 18.741 116.503 93.493 132.366 106.316a5.99 5.99 0 0 1 2.224 4.663V458zm-31.991-187.704c4.249 5.159 3.465 12.795-1.745 16.981-28.975 23.283-59.274 47.597-70.929 56.863C336.636 362.283 299.205 400 256 400c-43.452 0-81.287-38.237-103.335-55.86-11.279-8.967-41.744-33.413-70.927-56.865-5.21-4.187-5.993-11.822-1.745-16.981l15.258-18.528c4.178-5.073 11.657-5.843 16.779-1.726 28.618 23.001 58.566 47.035 70.56 56.571C200.143 320.631 232.307 352 256 352c23.602 0 55.246-30.88 73.41-45.389 11.994-9.535 41.944-33.57 70.563-56.568 5.122-4.116 12.601-3.346 16.778 1.727l15.258 18.526z\"]\n};\nvar faEye = {\n prefix: 'far',\n iconName: 'eye',\n icon: [576, 512, [], \"f06e\", \"M288 144a110.94 110.94 0 0 0-31.24 5 55.4 55.4 0 0 1 7.24 27 56 56 0 0 1-56 56 55.4 55.4 0 0 1-27-7.24A111.71 111.71 0 1 0 288 144zm284.52 97.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400c-98.65 0-189.09-55-237.93-144C98.91 167 189.34 112 288 112s189.09 55 237.93 144C477.1 345 386.66 400 288 400z\"]\n};\nvar faEyeSlash = {\n prefix: 'far',\n iconName: 'eye-slash',\n icon: [640, 512, [], \"f070\", \"M634 471L36 3.51A16 16 0 0 0 13.51 6l-10 12.49A16 16 0 0 0 6 41l598 467.49a16 16 0 0 0 22.49-2.49l10-12.49A16 16 0 0 0 634 471zM296.79 146.47l134.79 105.38C429.36 191.91 380.48 144 320 144a112.26 112.26 0 0 0-23.21 2.47zm46.42 219.07L208.42 260.16C210.65 320.09 259.53 368 320 368a113 113 0 0 0 23.21-2.46zM320 112c98.65 0 189.09 55 237.93 144a285.53 285.53 0 0 1-44 60.2l37.74 29.5a333.7 333.7 0 0 0 52.9-75.11 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64c-36.7 0-71.71 7-104.63 18.81l46.41 36.29c18.94-4.3 38.34-7.1 58.22-7.1zm0 288c-98.65 0-189.08-55-237.93-144a285.47 285.47 0 0 1 44.05-60.19l-37.74-29.5a333.6 333.6 0 0 0-52.89 75.1 32.35 32.35 0 0 0 0 29.19C89.72 376.41 197.08 448 320 448c36.7 0 71.71-7.05 104.63-18.81l-46.41-36.28C359.28 397.2 339.89 400 320 400z\"]\n};\nvar faFile = {\n prefix: 'far',\n iconName: 'file',\n icon: [384, 512, [], \"f15b\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48z\"]\n};\nvar faFileAlt = {\n prefix: 'far',\n iconName: 'file-alt',\n icon: [384, 512, [], \"f15c\", \"M288 248v28c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-28c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm-12 72H108c-6.6 0-12 5.4-12 12v28c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-28c0-6.6-5.4-12-12-12zm108-188.1V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48C0 21.5 21.5 0 48 0h204.1C264.8 0 277 5.1 286 14.1L369.9 98c9 8.9 14.1 21.2 14.1 33.9zm-128-80V128h76.1L256 51.9zM336 464V176H232c-13.3 0-24-10.7-24-24V48H48v416h288z\"]\n};\nvar faFileArchive = {\n prefix: 'far',\n iconName: 'file-archive',\n icon: [384, 512, [], \"f1c6\", \"M128.3 160v32h32v-32zm64-96h-32v32h32zm-64 32v32h32V96zm64 32h-32v32h32zm177.6-30.1L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM256 51.9l76.1 76.1H256zM336 464H48V48h79.7v16h32V48H208v104c0 13.3 10.7 24 24 24h104zM194.2 265.7c-1.1-5.6-6-9.7-11.8-9.7h-22.1v-32h-32v32l-19.7 97.1C102 385.6 126.8 416 160 416c33.1 0 57.9-30.2 51.5-62.6zm-33.9 124.4c-17.9 0-32.4-12.1-32.4-27s14.5-27 32.4-27 32.4 12.1 32.4 27-14.5 27-32.4 27zm32-198.1h-32v32h32z\"]\n};\nvar faFileAudio = {\n prefix: 'far',\n iconName: 'file-audio',\n icon: [384, 512, [], \"f1c7\", \"M369.941 97.941l-83.882-83.882A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v416c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48V131.882a48 48 0 0 0-14.059-33.941zM332.118 128H256V51.882L332.118 128zM48 464V48h160v104c0 13.255 10.745 24 24 24h104v288H48zm144-76.024c0 10.691-12.926 16.045-20.485 8.485L136 360.486h-28c-6.627 0-12-5.373-12-12v-56c0-6.627 5.373-12 12-12h28l35.515-36.947c7.56-7.56 20.485-2.206 20.485 8.485v135.952zm41.201-47.13c9.051-9.297 9.06-24.133.001-33.439-22.149-22.752 12.235-56.246 34.395-33.481 27.198 27.94 27.212 72.444.001 100.401-21.793 22.386-56.947-10.315-34.397-33.481z\"]\n};\nvar faFileCode = {\n prefix: 'far',\n iconName: 'file-code',\n icon: [384, 512, [], \"f1c9\", \"M149.9 349.1l-.2-.2-32.8-28.9 32.8-28.9c3.6-3.2 4-8.8.8-12.4l-.2-.2-17.4-18.6c-3.4-3.6-9-3.7-12.4-.4l-57.7 54.1c-3.7 3.5-3.7 9.4 0 12.8l57.7 54.1c1.6 1.5 3.8 2.4 6 2.4 2.4 0 4.8-1 6.4-2.8l17.4-18.6c3.3-3.5 3.1-9.1-.4-12.4zm220-251.2L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM256 51.9l76.1 76.1H256zM336 464H48V48h160v104c0 13.3 10.7 24 24 24h104zM209.6 214c-4.7-1.4-9.5 1.3-10.9 6L144 408.1c-1.4 4.7 1.3 9.6 6 10.9l24.4 7.1c4.7 1.4 9.6-1.4 10.9-6L240 231.9c1.4-4.7-1.3-9.6-6-10.9zm24.5 76.9l.2.2 32.8 28.9-32.8 28.9c-3.6 3.2-4 8.8-.8 12.4l.2.2 17.4 18.6c3.3 3.5 8.9 3.7 12.4.4l57.7-54.1c3.7-3.5 3.7-9.4 0-12.8l-57.7-54.1c-3.5-3.3-9.1-3.2-12.4.4l-17.4 18.6c-3.3 3.5-3.1 9.1.4 12.4z\"]\n};\nvar faFileExcel = {\n prefix: 'far',\n iconName: 'file-excel',\n icon: [384, 512, [], \"f1c3\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm212-240h-28.8c-4.4 0-8.4 2.4-10.5 6.3-18 33.1-22.2 42.4-28.6 57.7-13.9-29.1-6.9-17.3-28.6-57.7-2.1-3.9-6.2-6.3-10.6-6.3H124c-9.3 0-15 10-10.4 18l46.3 78-46.3 78c-4.7 8 1.1 18 10.4 18h28.9c4.4 0 8.4-2.4 10.5-6.3 21.7-40 23-45 28.6-57.7 14.9 30.2 5.9 15.9 28.6 57.7 2.1 3.9 6.2 6.3 10.6 6.3H260c9.3 0 15-10 10.4-18L224 320c.7-1.1 30.3-50.5 46.3-78 4.7-8-1.1-18-10.3-18z\"]\n};\nvar faFileImage = {\n prefix: 'far',\n iconName: 'file-image',\n icon: [384, 512, [], \"f1c5\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm32-48h224V288l-23.5-23.5c-4.7-4.7-12.3-4.7-17 0L176 352l-39.5-39.5c-4.7-4.7-12.3-4.7-17 0L80 352v64zm48-240c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48z\"]\n};\nvar faFilePdf = {\n prefix: 'far',\n iconName: 'file-pdf',\n icon: [384, 512, [], \"f1c1\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm250.2-143.7c-12.2-12-47-8.7-64.4-6.5-17.2-10.5-28.7-25-36.8-46.3 3.9-16.1 10.1-40.6 5.4-56-4.2-26.2-37.8-23.6-42.6-5.9-4.4 16.1-.4 38.5 7 67.1-10 23.9-24.9 56-35.4 74.4-20 10.3-47 26.2-51 46.2-3.3 15.8 26 55.2 76.1-31.2 22.4-7.4 46.8-16.5 68.4-20.1 18.9 10.2 41 17 55.8 17 25.5 0 28-28.2 17.5-38.7zm-198.1 77.8c5.1-13.7 24.5-29.5 30.4-35-19 30.3-30.4 35.7-30.4 35zm81.6-190.6c7.4 0 6.7 32.1 1.8 40.8-4.4-13.9-4.3-40.8-1.8-40.8zm-24.4 136.6c9.7-16.9 18-37 24.7-54.7 8.3 15.1 18.9 27.2 30.1 35.5-20.8 4.3-38.9 13.1-54.8 19.2zm131.6-5s-5 6-37.3-7.8c35.1-2.6 40.9 5.4 37.3 7.8z\"]\n};\nvar faFilePowerpoint = {\n prefix: 'far',\n iconName: 'file-powerpoint',\n icon: [384, 512, [], \"f1c4\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm72-60V236c0-6.6 5.4-12 12-12h69.2c36.7 0 62.8 27 62.8 66.3 0 74.3-68.7 66.5-95.5 66.5V404c0 6.6-5.4 12-12 12H132c-6.6 0-12-5.4-12-12zm48.5-87.4h23c7.9 0 13.9-2.4 18.1-7.2 8.5-9.8 8.4-28.5.1-37.8-4.1-4.6-9.9-7-17.4-7h-23.9v52z\"]\n};\nvar faFileVideo = {\n prefix: 'far',\n iconName: 'file-video',\n icon: [384, 512, [], \"f1c8\", \"M369.941 97.941l-83.882-83.882A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v416c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48V131.882a48 48 0 0 0-14.059-33.941zM332.118 128H256V51.882L332.118 128zM48 464V48h160v104c0 13.255 10.745 24 24 24h104v288H48zm228.687-211.303L224 305.374V268c0-11.046-8.954-20-20-20H100c-11.046 0-20 8.954-20 20v104c0 11.046 8.954 20 20 20h104c11.046 0 20-8.954 20-20v-37.374l52.687 52.674C286.704 397.318 304 390.28 304 375.986V264.011c0-14.311-17.309-21.319-27.313-11.314z\"]\n};\nvar faFileWord = {\n prefix: 'far',\n iconName: 'file-word',\n icon: [384, 512, [], \"f1c2\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm220.1-208c-5.7 0-10.6 4-11.7 9.5-20.6 97.7-20.4 95.4-21 103.5-.2-1.2-.4-2.6-.7-4.3-.8-5.1.3.2-23.6-99.5-1.3-5.4-6.1-9.2-11.7-9.2h-13.3c-5.5 0-10.3 3.8-11.7 9.1-24.4 99-24 96.2-24.8 103.7-.1-1.1-.2-2.5-.5-4.2-.7-5.2-14.1-73.3-19.1-99-1.1-5.6-6-9.7-11.8-9.7h-16.8c-7.8 0-13.5 7.3-11.7 14.8 8 32.6 26.7 109.5 33.2 136 1.3 5.4 6.1 9.1 11.7 9.1h25.2c5.5 0 10.3-3.7 11.6-9.1l17.9-71.4c1.5-6.2 2.5-12 3-17.3l2.9 17.3c.1.4 12.6 50.5 17.9 71.4 1.3 5.3 6.1 9.1 11.6 9.1h24.7c5.5 0 10.3-3.7 11.6-9.1 20.8-81.9 30.2-119 34.5-136 1.9-7.6-3.8-14.9-11.6-14.9h-15.8z\"]\n};\nvar faFlag = {\n prefix: 'far',\n iconName: 'flag',\n icon: [512, 512, [], \"f024\", \"M336.174 80c-49.132 0-93.305-32-161.913-32-31.301 0-58.303 6.482-80.721 15.168a48.04 48.04 0 0 0 2.142-20.727C93.067 19.575 74.167 1.594 51.201.104 23.242-1.71 0 20.431 0 48c0 17.764 9.657 33.262 24 41.562V496c0 8.837 7.163 16 16 16h16c8.837 0 16-7.163 16-16v-83.443C109.869 395.28 143.259 384 199.826 384c49.132 0 93.305 32 161.913 32 58.479 0 101.972-22.617 128.548-39.981C503.846 367.161 512 352.051 512 335.855V95.937c0-34.459-35.264-57.768-66.904-44.117C409.193 67.309 371.641 80 336.174 80zM464 336c-21.783 15.412-60.824 32-102.261 32-59.945 0-102.002-32-161.913-32-43.361 0-96.379 9.403-127.826 24V128c21.784-15.412 60.824-32 102.261-32 59.945 0 102.002 32 161.913 32 43.271 0 96.32-17.366 127.826-32v240z\"]\n};\nvar faFlushed = {\n prefix: 'far',\n iconName: 'flushed',\n icon: [496, 512, [], \"f579\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm96-312c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80zm0 128c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-72c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm-112 24c0-44.2-35.8-80-80-80s-80 35.8-80 80 35.8 80 80 80 80-35.8 80-80zm-80 48c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-72c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm160 144H184c-13.2 0-24 10.8-24 24s10.8 24 24 24h128c13.2 0 24-10.8 24-24s-10.8-24-24-24z\"]\n};\nvar faFolder = {\n prefix: 'far',\n iconName: 'folder',\n icon: [512, 512, [], \"f07b\", \"M464 128H272l-54.63-54.63c-6-6-14.14-9.37-22.63-9.37H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48zm0 272H48V112h140.12l54.63 54.63c6 6 14.14 9.37 22.63 9.37H464v224z\"]\n};\nvar faFolderOpen = {\n prefix: 'far',\n iconName: 'folder-open',\n icon: [576, 512, [], \"f07c\", \"M527.9 224H480v-48c0-26.5-21.5-48-48-48H272l-64-64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h400c16.5 0 31.9-8.5 40.7-22.6l79.9-128c20-31.9-3-73.4-40.7-73.4zM48 118c0-3.3 2.7-6 6-6h134.1l64 64H426c3.3 0 6 2.7 6 6v42H152c-16.8 0-32.4 8.8-41.1 23.2L48 351.4zm400 282H72l77.2-128H528z\"]\n};\nvar faFontAwesomeLogoFull = {\n prefix: 'far',\n iconName: 'font-awesome-logo-full',\n icon: [3992, 512, [\"Font Awesome\"], \"f4e6\", \"M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z\"]\n};\nvar faFrown = {\n prefix: 'far',\n iconName: 'frown',\n icon: [496, 512, [], \"f119\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-80 128c-40.2 0-78 17.7-103.8 48.6-8.5 10.2-7.1 25.3 3.1 33.8 10.2 8.4 25.3 7.1 33.8-3.1 16.6-19.9 41-31.4 66.9-31.4s50.3 11.4 66.9 31.4c8.1 9.7 23.1 11.9 33.8 3.1 10.2-8.5 11.5-23.6 3.1-33.8C326 321.7 288.2 304 248 304z\"]\n};\nvar faFrownOpen = {\n prefix: 'far',\n iconName: 'frown-open',\n icon: [496, 512, [], \"f57a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-48-248c0-17.7-14.3-32-32-32s-32 14.3-32 32 14.3 32 32 32 32-14.3 32-32zm128-32c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-80 112c-35.6 0-88.8 21.3-95.8 61.2-2 11.8 9 21.5 20.5 18.1 31.2-9.6 59.4-15.3 75.3-15.3s44.1 5.7 75.3 15.3c11.4 3.5 22.5-6.3 20.5-18.1-7-39.9-60.2-61.2-95.8-61.2z\"]\n};\nvar faFutbol = {\n prefix: 'far',\n iconName: 'futbol',\n icon: [496, 512, [], \"f1e3\", \"M483.8 179.4C449.8 74.6 352.6 8 248.1 8c-25.4 0-51.2 3.9-76.7 12.2C41.2 62.5-30.1 202.4 12.2 332.6 46.2 437.4 143.4 504 247.9 504c25.4 0 51.2-3.9 76.7-12.2 130.2-42.3 201.5-182.2 159.2-312.4zm-74.5 193.7l-52.2 6.4-43.7-60.9 24.4-75.2 71.1-22.1 38.9 36.4c-.2 30.7-7.4 61.1-21.7 89.2-4.7 9.3-10.7 17.8-16.8 26.2zm0-235.4l-10.4 53.1-70.7 22-64.2-46.5V92.5l47.4-26.2c39.2 13 73.4 38 97.9 71.4zM184.9 66.4L232 92.5v73.8l-64.2 46.5-70.6-22-10.1-52.5c24.3-33.4 57.9-58.6 97.8-71.9zM139 379.5L85.9 373c-14.4-20.1-37.3-59.6-37.8-115.3l39-36.4 71.1 22.2 24.3 74.3-43.5 61.7zm48.2 67l-22.4-48.1 43.6-61.7H287l44.3 61.7-22.4 48.1c-6.2 1.8-57.6 20.4-121.7 0z\"]\n};\nvar faGem = {\n prefix: 'far',\n iconName: 'gem',\n icon: [576, 512, [], \"f3a5\", \"M464 0H112c-4 0-7.8 2-10 5.4L2 152.6c-2.9 4.4-2.6 10.2.7 14.2l276 340.8c4.8 5.9 13.8 5.9 18.6 0l276-340.8c3.3-4.1 3.6-9.8.7-14.2L474.1 5.4C471.8 2 468.1 0 464 0zm-19.3 48l63.3 96h-68.4l-51.7-96h56.8zm-202.1 0h90.7l51.7 96H191l51.6-96zm-111.3 0h56.8l-51.7 96H68l63.3-96zm-43 144h51.4L208 352 88.3 192zm102.9 0h193.6L288 435.3 191.2 192zM368 352l68.2-160h51.4L368 352z\"]\n};\nvar faGrimace = {\n prefix: 'far',\n iconName: 'grimace',\n icon: [496, 512, [], \"f57f\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm16 16H152c-26.5 0-48 21.5-48 48v32c0 26.5 21.5 48 48 48h192c26.5 0 48-21.5 48-48v-32c0-26.5-21.5-48-48-48zm-168 96h-24c-8.8 0-16-7.2-16-16v-8h40v24zm0-40h-40v-8c0-8.8 7.2-16 16-16h24v24zm64 40h-48v-24h48v24zm0-40h-48v-24h48v24zm64 40h-48v-24h48v24zm0-40h-48v-24h48v24zm56 24c0 8.8-7.2 16-16 16h-24v-24h40v8zm0-24h-40v-24h24c8.8 0 16 7.2 16 16v8z\"]\n};\nvar faGrin = {\n prefix: 'far',\n iconName: 'grin',\n icon: [496, 512, [], \"f580\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.4-17.7 15.3 7.9 47.1 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zM168 240c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32z\"]\n};\nvar faGrinAlt = {\n prefix: 'far',\n iconName: 'grin-alt',\n icon: [496, 512, [], \"f581\", \"M200.3 248c12.4-18.7 15.1-37.3 15.7-56-.5-18.7-3.3-37.3-15.7-56-8-12-25.1-11.4-32.7 0-12.4 18.7-15.1 37.3-15.7 56 .5 18.7 3.3 37.3 15.7 56 8.1 12 25.2 11.4 32.7 0zm128 0c12.4-18.7 15.1-37.3 15.7-56-.5-18.7-3.3-37.3-15.7-56-8-12-25.1-11.4-32.7 0-12.4 18.7-15.1 37.3-15.7 56 .5 18.7 3.3 37.3 15.7 56 8.1 12 25.2 11.4 32.7 0zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.3-17.7 15.3 7.9 47.2 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3z\"]\n};\nvar faGrinBeam = {\n prefix: 'far',\n iconName: 'grin-beam',\n icon: [496, 512, [], \"f582\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 7.9 47.1 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zm-235.9-72.9c3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3zm160 0c3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3z\"]\n};\nvar faGrinBeamSweat = {\n prefix: 'far',\n iconName: 'grin-beam-sweat',\n icon: [496, 512, [], \"f583\", \"M440 160c29.5 0 53.3-26.3 53.3-58.7 0-25-31.7-75.5-46.2-97.3-3.6-5.3-10.7-5.3-14.2 0-14.5 21.8-46.2 72.3-46.2 97.3 0 32.4 23.8 58.7 53.3 58.7zM248 400c51.9 0 115.3-32.9 123.3-80 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 8 47.1 71.4 80 123.3 80zm130.3-168.3c3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.6 6.2 4.6 9.3 3.7zm105.3-52.9c-24.6 15.7-46 12.9-46.4 12.9 6.9 20.2 10.8 41.8 10.8 64.3 0 110.3-89.7 200-200 200S48 366.3 48 256 137.7 56 248 56c39.8 0 76.8 11.8 108 31.9 1.7-9.5 6.3-24.1 17.2-45.7C336.4 20.6 293.7 8 248 8 111 8 0 119 0 256s111 248 248 248 248-111 248-248c0-27-4.4-52.9-12.4-77.2zM168 189.4c12.3 0 23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.8 19.2-21.6 31.5-21.6z\"]\n};\nvar faGrinHearts = {\n prefix: 'far',\n iconName: 'grin-hearts',\n icon: [496, 512, [], \"f584\", \"M353.6 304.6c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 7.9 47.2 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zm-152.8-48.9c4.5 1.2 9.2-1.5 10.5-6l19.4-69.9c5.6-20.3-7.4-41.1-28.8-44.5-18.6-3-36.4 9.8-41.5 27.9l-2 7.1-7.1-1.9c-18.2-4.7-38.2 4.3-44.9 22-7.7 20.2 3.8 41.9 24.2 47.2l70.2 18.1zm188.8-65.3c-6.7-17.6-26.7-26.7-44.9-22l-7.1 1.9-2-7.1c-5-18.1-22.8-30.9-41.5-27.9-21.4 3.4-34.4 24.2-28.8 44.5l19.4 69.9c1.2 4.5 5.9 7.2 10.5 6l70.2-18.2c20.4-5.3 31.9-26.9 24.2-47.1zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200z\"]\n};\nvar faGrinSquint = {\n prefix: 'far',\n iconName: 'grin-squint',\n icon: [496, 512, [], \"f585\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.4-17.7 15.3 7.9 47.1 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zm-234.7-40.8c3.6 4.2 9.9 5.7 15.3 2.5l80-48c3.6-2.2 5.8-6.1 5.8-10.3s-2.2-8.1-5.8-10.3l-80-48c-5.1-3-11.4-1.9-15.3 2.5-3.8 4.5-3.8 11-.1 15.5l33.6 40.3-33.6 40.3c-3.8 4.5-3.7 11.1.1 15.5zm242.9 2.5c5.4 3.2 11.7 1.7 15.3-2.5 3.8-4.5 3.8-11 .1-15.5L343.6 208l33.6-40.3c3.8-4.5 3.7-11-.1-15.5-3.8-4.4-10.2-5.4-15.3-2.5l-80 48c-3.6 2.2-5.8 6.1-5.8 10.3s2.2 8.1 5.8 10.3l80 48z\"]\n};\nvar faGrinSquintTears = {\n prefix: 'far',\n iconName: 'grin-squint-tears',\n icon: [512, 512, [], \"f586\", \"M117.1 384.1c-25.8 3.7-84 13.7-100.9 30.6-21.9 21.9-21.5 57.9.9 80.3s58.3 22.8 80.3.9C114.3 479 124.3 420.8 128 395c.8-6.4-4.6-11.8-10.9-10.9zm-41.2-41.7C40.3 268 53 176.1 114.6 114.6 152.4 76.8 202.6 56 256 56c36.2 0 70.8 9.8 101.2 27.7 3.8-20.3 8-36.1 12-48.3C333.8 17.2 294.9 8 256 8 192.5 8 129.1 32.2 80.6 80.6c-74.1 74.1-91.3 183.4-52 274 12.2-4.1 27.7-8.3 47.3-12.2zm352.3-187.6c45 76.6 34.9 176.9-30.8 242.6-37.8 37.8-88 58.6-141.4 58.6-30.5 0-59.8-7-86.4-19.8-3.9 19.5-8 35-12.2 47.2 31.4 13.6 65 20.6 98.7 20.6 63.5 0 126.9-24.2 175.4-72.6 78.1-78.1 93.1-195.4 45.2-288.6-12.3 4-28.2 8.1-48.5 12zm-33.3-26.9c25.8-3.7 84-13.7 100.9-30.6 21.9-21.9 21.5-57.9-.9-80.3s-58.3-22.8-80.3-.9C397.7 33 387.7 91.2 384 117c-.8 6.4 4.6 11.8 10.9 10.9zm-187 108.3c-3-3-7.2-4.2-11.4-3.2L106 255.7c-5.7 1.4-9.5 6.7-9.1 12.6.5 5.8 5.1 10.5 10.9 11l52.3 4.8 4.8 52.3c.5 5.8 5.2 10.4 11 10.9h.9c5.5 0 10.3-3.7 11.7-9.1l22.6-90.5c1-4.2-.2-8.5-3.2-11.5zm39.7-25.1l90.5-22.6c5.7-1.4 9.5-6.7 9.1-12.6-.5-5.8-5.1-10.5-10.9-11l-52.3-4.8-4.8-52.3c-.5-5.8-5.2-10.4-11-10.9-5.6-.1-11.2 3.4-12.6 9.1L233 196.5c-1 4.1.2 8.4 3.2 11.4 5 5 11.3 3.2 11.4 3.2zm52 88.5c-29.1 29.1-59.7 52.9-83.9 65.4-9.2 4.8-10 17.5-1.7 23.4 38.9 27.7 107 6.2 143.7-30.6S416 253 388.3 214.1c-5.8-8.2-18.5-7.6-23.4 1.7-12.3 24.2-36.2 54.7-65.3 83.8z\"]\n};\nvar faGrinStars = {\n prefix: 'far',\n iconName: 'grin-stars',\n icon: [496, 512, [], \"f587\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 7.9 47.2 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zm-227.9-57.5c-1 6.2 5.4 11 11 7.9l31.3-16.3 31.3 16.3c5.6 3.1 12-1.7 11-7.9l-6-34.9 25.4-24.6c4.5-4.5 1.9-12.2-4.3-13.2l-34.9-5-15.5-31.6c-2.9-5.8-11-5.8-13.9 0l-15.5 31.6-34.9 5c-6.2.9-8.9 8.6-4.3 13.2l25.4 24.6-6.1 34.9zm259.7-72.7l-34.9-5-15.5-31.6c-2.9-5.8-11-5.8-13.9 0l-15.5 31.6-34.9 5c-6.2.9-8.9 8.6-4.3 13.2l25.4 24.6-6 34.9c-1 6.2 5.4 11 11 7.9l31.3-16.3 31.3 16.3c5.6 3.1 12-1.7 11-7.9l-6-34.9 25.4-24.6c4.5-4.6 1.8-12.2-4.4-13.2z\"]\n};\nvar faGrinTears = {\n prefix: 'far',\n iconName: 'grin-tears',\n icon: [640, 512, [], \"f588\", \"M117.1 256.1c-25.8 3.7-84 13.7-100.9 30.6-21.9 21.9-21.5 57.9.9 80.3s58.3 22.8 80.3.9C114.3 351 124.3 292.8 128 267c.8-6.4-4.6-11.8-10.9-10.9zm506.7 30.6c-16.9-16.9-75.1-26.9-100.9-30.6-6.3-.9-11.7 4.5-10.8 10.8 3.7 25.8 13.7 84 30.6 100.9 21.9 21.9 57.9 21.5 80.3-.9 22.3-22.3 22.7-58.3.8-80.2zm-126.6 61.7C463.8 412.3 396.9 456 320 456c-76.9 0-143.8-43.7-177.2-107.6-12.5 37.4-25.2 43.9-28.3 46.5C159.1 460.7 234.5 504 320 504s160.9-43.3 205.5-109.1c-3.2-2.7-15.9-9.2-28.3-46.5zM122.7 224.5C137.9 129.2 220.5 56 320 56c99.5 0 182.1 73.2 197.3 168.5 2.1-.2 5.2-2.4 49.5 7C554.4 106 448.7 8 320 8S85.6 106 73.2 231.4c44.5-9.4 47.1-7.2 49.5-6.9zM320 400c51.9 0 115.3-32.9 123.3-80 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 8 47.1 71.4 80 123.3 80zm130.3-168.3c3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.6 6.2 4.6 9.3 3.7zM240 189.4c12.3 0 23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.8 19.2-21.6 31.5-21.6z\"]\n};\nvar faGrinTongue = {\n prefix: 'far',\n iconName: 'grin-tongue',\n icon: [496, 512, [], \"f589\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm64 400c0 35.6-29.1 64.5-64.9 64-35.1-.5-63.1-29.8-63.1-65v-42.8l17.7-8.8c15-7.5 31.5 1.7 34.9 16.5l2.8 12.1c2.1 9.2 15.2 9.2 17.3 0l2.8-12.1c3.4-14.8 19.8-24.1 34.9-16.5l17.7 8.8V408zm28.2 25.3c2.2-8.1 3.8-16.5 3.8-25.3v-43.5c14.2-12.4 24.4-27.5 27.3-44.5 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.3-17.7 15.3 2.9 17 13.1 32.1 27.3 44.5V408c0 8.8 1.6 17.2 3.8 25.3C91.8 399.9 48 333 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 77-43.8 143.9-107.8 177.3zM168 176c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"]\n};\nvar faGrinTongueSquint = {\n prefix: 'far',\n iconName: 'grin-tongue-squint',\n icon: [496, 512, [], \"f58a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm64 400c0 35.6-29.1 64.5-64.9 64-35.1-.5-63.1-29.8-63.1-65v-42.8l17.7-8.8c15-7.5 31.5 1.7 34.9 16.5l2.8 12.1c2.1 9.2 15.2 9.2 17.3 0l2.8-12.1c3.4-14.8 19.8-24.1 34.9-16.5l17.7 8.8V408zm28.2 25.3c2.2-8.1 3.8-16.5 3.8-25.3v-43.5c14.2-12.4 24.4-27.5 27.3-44.5 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.3-17.7 15.3 2.9 17 13.1 32.1 27.3 44.5V408c0 8.8 1.6 17.2 3.8 25.3C91.8 399.9 48 333 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 77-43.8 143.9-107.8 177.3zm36.9-281.1c-3.8-4.4-10.3-5.5-15.3-2.5l-80 48c-3.6 2.2-5.8 6.1-5.8 10.3s2.2 8.1 5.8 10.3l80 48c5.4 3.2 11.7 1.7 15.3-2.5 3.8-4.5 3.8-11 .1-15.5L343.6 208l33.6-40.3c3.8-4.5 3.7-11.1-.1-15.5zm-162.9 45.5l-80-48c-5-3-11.4-2-15.3 2.5-3.8 4.5-3.8 11-.1 15.5l33.6 40.3-33.6 40.3c-3.8 4.5-3.7 11 .1 15.5 3.6 4.2 9.9 5.7 15.3 2.5l80-48c3.6-2.2 5.8-6.1 5.8-10.3s-2.2-8.1-5.8-10.3z\"]\n};\nvar faGrinTongueWink = {\n prefix: 'far',\n iconName: 'grin-tongue-wink',\n icon: [496, 512, [], \"f58b\", \"M152 180c-25.7 0-55.9 16.9-59.8 42.1-.8 5 1.7 10 6.1 12.4 4.4 2.4 9.9 1.8 13.7-1.6l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c2.5 2.2 8 4.7 13.7 1.6 4.4-2.4 6.9-7.4 6.1-12.4-3.9-25.2-34.1-42.1-59.8-42.1zm176-52c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80zm0 128c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-72c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm64 400c0 35.6-29.1 64.5-64.9 64-35.1-.5-63.1-29.8-63.1-65v-42.8l17.7-8.8c15-7.5 31.5 1.7 34.9 16.5l2.8 12.1c2.1 9.2 15.2 9.2 17.3 0l2.8-12.1c3.4-14.8 19.8-24.1 34.9-16.5l17.7 8.8V408zm28.2 25.3c2.2-8.1 3.8-16.5 3.8-25.3v-43.5c14.2-12.4 24.4-27.5 27.3-44.5 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.3-17.7 15.3 2.9 17 13.1 32.1 27.3 44.5V408c0 8.8 1.6 17.2 3.8 25.3C91.8 399.9 48 333 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 77-43.8 143.9-107.8 177.3z\"]\n};\nvar faGrinWink = {\n prefix: 'far',\n iconName: 'grin-wink',\n icon: [496, 512, [], \"f58c\", \"M328 180c-25.69 0-55.88 16.92-59.86 42.12-1.75 11.22 11.5 18.24 19.83 10.84l9.55-8.48c14.81-13.19 46.16-13.19 60.97 0l9.55 8.48c8.48 7.43 21.56.25 19.83-10.84C383.88 196.92 353.69 180 328 180zm-160 60c17.67 0 32-14.33 32-32s-14.33-32-32-32-32 14.33-32 32 14.33 32 32 32zm185.55 64.64c-25.93 8.3-64.4 13.06-105.55 13.06s-79.62-4.75-105.55-13.06c-9.94-3.13-19.4 5.37-17.71 15.34C132.67 367.13 196.06 400 248 400s115.33-32.87 123.26-80.02c1.68-9.89-7.67-18.48-17.71-15.34zM248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 448c-110.28 0-200-89.72-200-200S137.72 56 248 56s200 89.72 200 200-89.72 200-200 200z\"]\n};\nvar faHandLizard = {\n prefix: 'far',\n iconName: 'hand-lizard',\n icon: [576, 512, [], \"f258\", \"M556.686 290.542L410.328 64.829C397.001 44.272 374.417 32 349.917 32H56C25.121 32 0 57.122 0 88v8c0 44.112 35.888 80 80 80h196.042l-18.333 48H144c-48.523 0-88 39.477-88 88 0 30.879 25.121 56 56 56h131.552c2.987 0 5.914.549 8.697 1.631L352 408.418V480h224V355.829c0-23.225-6.679-45.801-19.314-65.287zM528 432H400v-23.582c0-19.948-12.014-37.508-30.604-44.736l-99.751-38.788A71.733 71.733 0 0 0 243.552 320H112c-4.411 0-8-3.589-8-8 0-22.056 17.944-40 40-40h113.709c19.767 0 37.786-12.407 44.84-30.873l24.552-64.281c8.996-23.553-8.428-48.846-33.63-48.846H80c-17.645 0-32-14.355-32-32v-8c0-4.411 3.589-8 8-8h293.917c8.166 0 15.693 4.09 20.137 10.942l146.358 225.715A71.84 71.84 0 0 1 528 355.829V432z\"]\n};\nvar faHandPaper = {\n prefix: 'far',\n iconName: 'hand-paper',\n icon: [448, 512, [], \"f256\", \"M372.57 112.641v-10.825c0-43.612-40.52-76.691-83.039-65.546-25.629-49.5-94.09-47.45-117.982.747C130.269 26.456 89.144 57.945 89.144 102v126.13c-19.953-7.427-43.308-5.068-62.083 8.871-29.355 21.796-35.794 63.333-14.55 93.153L132.48 498.569a32 32 0 0 0 26.062 13.432h222.897c14.904 0 27.835-10.289 31.182-24.813l30.184-130.958A203.637 203.637 0 0 0 448 310.564V179c0-40.62-35.523-71.992-75.43-66.359zm27.427 197.922c0 11.731-1.334 23.469-3.965 34.886L368.707 464h-201.92L51.591 302.303c-14.439-20.27 15.023-42.776 29.394-22.605l27.128 38.079c8.995 12.626 29.031 6.287 29.031-9.283V102c0-25.645 36.571-24.81 36.571.691V256c0 8.837 7.163 16 16 16h6.856c8.837 0 16-7.163 16-16V67c0-25.663 36.571-24.81 36.571.691V256c0 8.837 7.163 16 16 16h6.856c8.837 0 16-7.163 16-16V101.125c0-25.672 36.57-24.81 36.57.691V256c0 8.837 7.163 16 16 16h6.857c8.837 0 16-7.163 16-16v-76.309c0-26.242 36.57-25.64 36.57-.691v131.563z\"]\n};\nvar faHandPeace = {\n prefix: 'far',\n iconName: 'hand-peace',\n icon: [448, 512, [], \"f25b\", \"M362.146 191.976c-13.71-21.649-38.761-34.016-65.006-30.341V74c0-40.804-32.811-74-73.141-74-40.33 0-73.14 33.196-73.14 74L160 168l-18.679-78.85C126.578 50.843 83.85 32.11 46.209 47.208 8.735 62.238-9.571 104.963 5.008 142.85l55.757 144.927c-30.557 24.956-43.994 57.809-24.733 92.218l54.853 97.999C102.625 498.97 124.73 512 148.575 512h205.702c30.744 0 57.558-21.44 64.555-51.797l27.427-118.999a67.801 67.801 0 0 0 1.729-15.203L448 256c0-44.956-43.263-77.343-85.854-64.024zM399.987 326c0 1.488-.169 2.977-.502 4.423l-27.427 119.001c-1.978 8.582-9.29 14.576-17.782 14.576H148.575c-6.486 0-12.542-3.621-15.805-9.449l-54.854-98c-4.557-8.141-2.619-18.668 4.508-24.488l26.647-21.764a16 16 0 0 0 4.812-18.139l-64.09-166.549C37.226 92.956 84.37 74.837 96.51 106.389l59.784 155.357A16 16 0 0 0 171.227 272h11.632c8.837 0 16-7.163 16-16V74c0-34.375 50.281-34.43 50.281 0v182c0 8.837 7.163 16 16 16h6.856c8.837 0 16-7.163 16-16v-28c0-25.122 36.567-25.159 36.567 0v28c0 8.837 7.163 16 16 16h6.856c8.837 0 16-7.163 16-16 0-25.12 36.567-25.16 36.567 0v70z\"]\n};\nvar faHandPointDown = {\n prefix: 'far',\n iconName: 'hand-point-down',\n icon: [448, 512, [], \"f0a7\", \"M188.8 512c45.616 0 83.2-37.765 83.2-83.2v-35.647a93.148 93.148 0 0 0 22.064-7.929c22.006 2.507 44.978-3.503 62.791-15.985C409.342 368.1 448 331.841 448 269.299V248c0-60.063-40-98.512-40-127.2v-2.679c4.952-5.747 8-13.536 8-22.12V32c0-17.673-12.894-32-28.8-32H156.8C140.894 0 128 14.327 128 32v64c0 8.584 3.048 16.373 8 22.12v2.679c0 6.964-6.193 14.862-23.668 30.183l-.148.129-.146.131c-9.937 8.856-20.841 18.116-33.253 25.851C48.537 195.798 0 207.486 0 252.8c0 56.928 35.286 92 83.2 92 8.026 0 15.489-.814 22.4-2.176V428.8c0 45.099 38.101 83.2 83.2 83.2zm0-48c-18.7 0-35.2-16.775-35.2-35.2V270.4c-17.325 0-35.2 26.4-70.4 26.4-26.4 0-35.2-20.625-35.2-44 0-8.794 32.712-20.445 56.1-34.926 14.575-9.074 27.225-19.524 39.875-30.799 18.374-16.109 36.633-33.836 39.596-59.075h176.752C364.087 170.79 400 202.509 400 248v21.299c0 40.524-22.197 57.124-61.325 50.601-8.001 14.612-33.979 24.151-53.625 12.925-18.225 19.365-46.381 17.787-61.05 4.95V428.8c0 18.975-16.225 35.2-35.2 35.2zM328 64c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24-24-10.745-24-24z\"]\n};\nvar faHandPointLeft = {\n prefix: 'far',\n iconName: 'hand-point-left',\n icon: [512, 512, [], \"f0a5\", \"M0 220.8C0 266.416 37.765 304 83.2 304h35.647a93.148 93.148 0 0 0 7.929 22.064c-2.507 22.006 3.503 44.978 15.985 62.791C143.9 441.342 180.159 480 242.701 480H264c60.063 0 98.512-40 127.2-40h2.679c5.747 4.952 13.536 8 22.12 8h64c17.673 0 32-12.894 32-28.8V188.8c0-15.906-14.327-28.8-32-28.8h-64c-8.584 0-16.373 3.048-22.12 8H391.2c-6.964 0-14.862-6.193-30.183-23.668l-.129-.148-.131-.146c-8.856-9.937-18.116-20.841-25.851-33.253C316.202 80.537 304.514 32 259.2 32c-56.928 0-92 35.286-92 83.2 0 8.026.814 15.489 2.176 22.4H83.2C38.101 137.6 0 175.701 0 220.8zm48 0c0-18.7 16.775-35.2 35.2-35.2h158.4c0-17.325-26.4-35.2-26.4-70.4 0-26.4 20.625-35.2 44-35.2 8.794 0 20.445 32.712 34.926 56.1 9.074 14.575 19.524 27.225 30.799 39.875 16.109 18.374 33.836 36.633 59.075 39.596v176.752C341.21 396.087 309.491 432 264 432h-21.299c-40.524 0-57.124-22.197-50.601-61.325-14.612-8.001-24.151-33.979-12.925-53.625-19.365-18.225-17.787-46.381-4.95-61.05H83.2C64.225 256 48 239.775 48 220.8zM448 360c13.255 0 24 10.745 24 24s-10.745 24-24 24-24-10.745-24-24 10.745-24 24-24z\"]\n};\nvar faHandPointRight = {\n prefix: 'far',\n iconName: 'hand-point-right',\n icon: [512, 512, [], \"f0a4\", \"M428.8 137.6h-86.177a115.52 115.52 0 0 0 2.176-22.4c0-47.914-35.072-83.2-92-83.2-45.314 0-57.002 48.537-75.707 78.784-7.735 12.413-16.994 23.317-25.851 33.253l-.131.146-.129.148C135.662 161.807 127.764 168 120.8 168h-2.679c-5.747-4.952-13.536-8-22.12-8H32c-17.673 0-32 12.894-32 28.8v230.4C0 435.106 14.327 448 32 448h64c8.584 0 16.373-3.048 22.12-8h2.679c28.688 0 67.137 40 127.2 40h21.299c62.542 0 98.8-38.658 99.94-91.145 12.482-17.813 18.491-40.785 15.985-62.791A93.148 93.148 0 0 0 393.152 304H428.8c45.435 0 83.2-37.584 83.2-83.2 0-45.099-38.101-83.2-83.2-83.2zm0 118.4h-91.026c12.837 14.669 14.415 42.825-4.95 61.05 11.227 19.646 1.687 45.624-12.925 53.625 6.524 39.128-10.076 61.325-50.6 61.325H248c-45.491 0-77.21-35.913-120-39.676V215.571c25.239-2.964 42.966-21.222 59.075-39.596 11.275-12.65 21.725-25.3 30.799-39.875C232.355 112.712 244.006 80 252.8 80c23.375 0 44 8.8 44 35.2 0 35.2-26.4 53.075-26.4 70.4h158.4c18.425 0 35.2 16.5 35.2 35.2 0 18.975-16.225 35.2-35.2 35.2zM88 384c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24z\"]\n};\nvar faHandPointUp = {\n prefix: 'far',\n iconName: 'hand-point-up',\n icon: [448, 512, [], \"f0a6\", \"M105.6 83.2v86.177a115.52 115.52 0 0 0-22.4-2.176c-47.914 0-83.2 35.072-83.2 92 0 45.314 48.537 57.002 78.784 75.707 12.413 7.735 23.317 16.994 33.253 25.851l.146.131.148.129C129.807 376.338 136 384.236 136 391.2v2.679c-4.952 5.747-8 13.536-8 22.12v64c0 17.673 12.894 32 28.8 32h230.4c15.906 0 28.8-14.327 28.8-32v-64c0-8.584-3.048-16.373-8-22.12V391.2c0-28.688 40-67.137 40-127.2v-21.299c0-62.542-38.658-98.8-91.145-99.94-17.813-12.482-40.785-18.491-62.791-15.985A93.148 93.148 0 0 0 272 118.847V83.2C272 37.765 234.416 0 188.8 0c-45.099 0-83.2 38.101-83.2 83.2zm118.4 0v91.026c14.669-12.837 42.825-14.415 61.05 4.95 19.646-11.227 45.624-1.687 53.625 12.925 39.128-6.524 61.325 10.076 61.325 50.6V264c0 45.491-35.913 77.21-39.676 120H183.571c-2.964-25.239-21.222-42.966-39.596-59.075-12.65-11.275-25.3-21.725-39.875-30.799C80.712 279.645 48 267.994 48 259.2c0-23.375 8.8-44 35.2-44 35.2 0 53.075 26.4 70.4 26.4V83.2c0-18.425 16.5-35.2 35.2-35.2 18.975 0 35.2 16.225 35.2 35.2zM352 424c13.255 0 24 10.745 24 24s-10.745 24-24 24-24-10.745-24-24 10.745-24 24-24z\"]\n};\nvar faHandPointer = {\n prefix: 'far',\n iconName: 'hand-pointer',\n icon: [448, 512, [], \"f25a\", \"M358.182 179.361c-19.493-24.768-52.679-31.945-79.872-19.098-15.127-15.687-36.182-22.487-56.595-19.629V67c0-36.944-29.736-67-66.286-67S89.143 30.056 89.143 67v161.129c-19.909-7.41-43.272-5.094-62.083 8.872-29.355 21.795-35.793 63.333-14.55 93.152l109.699 154.001C134.632 501.59 154.741 512 176 512h178.286c30.802 0 57.574-21.5 64.557-51.797l27.429-118.999A67.873 67.873 0 0 0 448 326v-84c0-46.844-46.625-79.273-89.818-62.639zM80.985 279.697l27.126 38.079c8.995 12.626 29.031 6.287 29.031-9.283V67c0-25.12 36.571-25.16 36.571 0v175c0 8.836 7.163 16 16 16h6.857c8.837 0 16-7.164 16-16v-35c0-25.12 36.571-25.16 36.571 0v35c0 8.836 7.163 16 16 16H272c8.837 0 16-7.164 16-16v-21c0-25.12 36.571-25.16 36.571 0v21c0 8.836 7.163 16 16 16h6.857c8.837 0 16-7.164 16-16 0-25.121 36.571-25.16 36.571 0v84c0 1.488-.169 2.977-.502 4.423l-27.43 119.001c-1.978 8.582-9.29 14.576-17.782 14.576H176c-5.769 0-11.263-2.878-14.697-7.697l-109.712-154c-14.406-20.223 14.994-42.818 29.394-22.606zM176.143 400v-96c0-8.837 6.268-16 14-16h6c7.732 0 14 7.163 14 16v96c0 8.837-6.268 16-14 16h-6c-7.733 0-14-7.163-14-16zm75.428 0v-96c0-8.837 6.268-16 14-16h6c7.732 0 14 7.163 14 16v96c0 8.837-6.268 16-14 16h-6c-7.732 0-14-7.163-14-16zM327 400v-96c0-8.837 6.268-16 14-16h6c7.732 0 14 7.163 14 16v96c0 8.837-6.268 16-14 16h-6c-7.732 0-14-7.163-14-16z\"]\n};\nvar faHandRock = {\n prefix: 'far',\n iconName: 'hand-rock',\n icon: [512, 512, [], \"f255\", \"M408.864 79.052c-22.401-33.898-66.108-42.273-98.813-23.588-29.474-31.469-79.145-31.093-108.334-.022-47.16-27.02-108.71 5.055-110.671 60.806C44.846 105.407 0 140.001 0 187.429v56.953c0 32.741 14.28 63.954 39.18 85.634l97.71 85.081c4.252 3.702 3.11 5.573 3.11 32.903 0 17.673 14.327 32 32 32h252c17.673 0 32-14.327 32-32 0-23.513-1.015-30.745 3.982-42.37l42.835-99.656c6.094-14.177 9.183-29.172 9.183-44.568V146.963c0-52.839-54.314-88.662-103.136-67.911zM464 261.406a64.505 64.505 0 0 1-5.282 25.613l-42.835 99.655c-5.23 12.171-7.883 25.04-7.883 38.25V432H188v-10.286c0-16.37-7.14-31.977-19.59-42.817l-97.71-85.08C56.274 281.255 48 263.236 48 244.381v-56.953c0-33.208 52-33.537 52 .677v41.228a16 16 0 0 0 5.493 12.067l7 6.095A16 16 0 0 0 139 235.429V118.857c0-33.097 52-33.725 52 .677v26.751c0 8.836 7.164 16 16 16h7c8.836 0 16-7.164 16-16v-41.143c0-33.134 52-33.675 52 .677v40.466c0 8.836 7.163 16 16 16h7c8.837 0 16-7.164 16-16v-27.429c0-33.03 52-33.78 52 .677v26.751c0 8.836 7.163 16 16 16h7c8.837 0 16-7.164 16-16 0-33.146 52-33.613 52 .677v114.445z\"]\n};\nvar faHandScissors = {\n prefix: 'far',\n iconName: 'hand-scissors',\n icon: [512, 512, [], \"f257\", \"M256 480l70-.013c5.114 0 10.231-.583 15.203-1.729l118.999-27.427C490.56 443.835 512 417.02 512 386.277V180.575c0-23.845-13.03-45.951-34.005-57.69l-97.999-54.853c-34.409-19.261-67.263-5.824-92.218 24.733L142.85 37.008c-37.887-14.579-80.612 3.727-95.642 41.201-15.098 37.642 3.635 80.37 41.942 95.112L168 192l-94-9.141c-40.804 0-74 32.811-74 73.14 0 40.33 33.196 73.141 74 73.141h87.635c-3.675 26.245 8.692 51.297 30.341 65.006C178.657 436.737 211.044 480 256 480zm0-48.013c-25.16 0-25.12-36.567 0-36.567 8.837 0 16-7.163 16-16v-6.856c0-8.837-7.163-16-16-16h-28c-25.159 0-25.122-36.567 0-36.567h28c8.837 0 16-7.163 16-16v-6.856c0-8.837-7.163-16-16-16H74c-34.43 0-34.375-50.281 0-50.281h182c8.837 0 16-7.163 16-16v-11.632a16 16 0 0 0-10.254-14.933L106.389 128.51c-31.552-12.14-13.432-59.283 19.222-46.717l166.549 64.091a16.001 16.001 0 0 0 18.139-4.812l21.764-26.647c5.82-7.127 16.348-9.064 24.488-4.508l98 54.854c5.828 3.263 9.449 9.318 9.449 15.805v205.701c0 8.491-5.994 15.804-14.576 17.782l-119.001 27.427a19.743 19.743 0 0 1-4.423.502h-70z\"]\n};\nvar faHandSpock = {\n prefix: 'far',\n iconName: 'hand-spock',\n icon: [512, 512, [], \"f259\", \"M21.096 381.79l129.092 121.513a32 32 0 0 0 21.932 8.698h237.6c14.17 0 26.653-9.319 30.68-22.904l31.815-107.313A115.955 115.955 0 0 0 477 348.811v-36.839c0-4.051.476-8.104 1.414-12.045l31.73-133.41c10.099-42.412-22.316-82.738-65.544-82.525-4.144-24.856-22.543-47.165-49.85-53.992-35.803-8.952-72.227 12.655-81.25 48.75L296.599 184 274.924 52.01c-8.286-36.07-44.303-58.572-80.304-50.296-29.616 6.804-50.138 32.389-51.882 61.295-42.637.831-73.455 40.563-64.071 81.844l31.04 136.508c-27.194-22.515-67.284-19.992-91.482 5.722-25.376 26.961-24.098 69.325 2.871 94.707zm32.068-61.811l.002-.001c7.219-7.672 19.241-7.98 26.856-.813l53.012 49.894C143.225 378.649 160 371.4 160 357.406v-69.479c0-1.193-.134-2.383-.397-3.546l-34.13-150.172c-5.596-24.617 31.502-32.86 37.054-8.421l30.399 133.757a16 16 0 0 0 15.603 12.454h8.604c10.276 0 17.894-9.567 15.594-19.583l-41.62-181.153c-5.623-24.469 31.39-33.076 37.035-8.508l45.22 196.828A16 16 0 0 0 288.956 272h13.217a16 16 0 0 0 15.522-12.119l42.372-169.49c6.104-24.422 42.962-15.159 36.865 9.217L358.805 252.12c-2.521 10.088 5.115 19.88 15.522 19.88h9.694a16 16 0 0 0 15.565-12.295L426.509 146.6c5.821-24.448 42.797-15.687 36.966 8.802L431.72 288.81a100.094 100.094 0 0 0-2.72 23.162v36.839c0 6.548-.943 13.051-2.805 19.328L397.775 464h-219.31L53.978 346.836c-7.629-7.18-7.994-19.229-.814-26.857z\"]\n};\nvar faHandshake = {\n prefix: 'far',\n iconName: 'handshake',\n icon: [640, 512, [], \"f2b5\", \"M519.2 127.9l-47.6-47.6A56.252 56.252 0 0 0 432 64H205.2c-14.8 0-29.1 5.9-39.6 16.3L118 127.9H0v255.7h64c17.6 0 31.8-14.2 31.9-31.7h9.1l84.6 76.4c30.9 25.1 73.8 25.7 105.6 3.8 12.5 10.8 26 15.9 41.1 15.9 18.2 0 35.3-7.4 48.8-24 22.1 8.7 48.2 2.6 64-16.8l26.2-32.3c5.6-6.9 9.1-14.8 10.9-23h57.9c.1 17.5 14.4 31.7 31.9 31.7h64V127.9H519.2zM48 351.6c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16c0 8.9-7.2 16-16 16zm390-6.9l-26.1 32.2c-2.8 3.4-7.8 4-11.3 1.2l-23.9-19.4-30 36.5c-6 7.3-15 4.8-18 2.4l-36.8-31.5-15.6 19.2c-13.9 17.1-39.2 19.7-55.3 6.6l-97.3-88H96V175.8h41.9l61.7-61.6c2-.8 3.7-1.5 5.7-2.3H262l-38.7 35.5c-29.4 26.9-31.1 72.3-4.4 101.3 14.8 16.2 61.2 41.2 101.5 4.4l8.2-7.5 108.2 87.8c3.4 2.8 3.9 7.9 1.2 11.3zm106-40.8h-69.2c-2.3-2.8-4.9-5.4-7.7-7.7l-102.7-83.4 12.5-11.4c6.5-6 7-16.1 1-22.6L367 167.1c-6-6.5-16.1-6.9-22.6-1l-55.2 50.6c-9.5 8.7-25.7 9.4-34.6 0-9.3-9.9-8.5-25.1 1.2-33.9l65.6-60.1c7.4-6.8 17-10.5 27-10.5l83.7-.2c2.1 0 4.1.8 5.5 2.3l61.7 61.6H544v128zm48 47.7c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16c0 8.9-7.2 16-16 16z\"]\n};\nvar faHdd = {\n prefix: 'far',\n iconName: 'hdd',\n icon: [576, 512, [], \"f0a0\", \"M567.403 235.642L462.323 84.589A48 48 0 0 0 422.919 64H153.081a48 48 0 0 0-39.404 20.589L8.597 235.642A48.001 48.001 0 0 0 0 263.054V400c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V263.054c0-9.801-3-19.366-8.597-27.412zM153.081 112h269.838l77.913 112H75.168l77.913-112zM528 400H48V272h480v128zm-32-64c0 17.673-14.327 32-32 32s-32-14.327-32-32 14.327-32 32-32 32 14.327 32 32zm-96 0c0 17.673-14.327 32-32 32s-32-14.327-32-32 14.327-32 32-32 32 14.327 32 32z\"]\n};\nvar faHeart = {\n prefix: 'far',\n iconName: 'heart',\n icon: [512, 512, [], \"f004\", \"M458.4 64.3C400.6 15.7 311.3 23 256 79.3 200.7 23 111.4 15.6 53.6 64.3-21.6 127.6-10.6 230.8 43 285.5l175.4 178.7c10 10.2 23.4 15.9 37.6 15.9 14.3 0 27.6-5.6 37.6-15.8L469 285.6c53.5-54.7 64.7-157.9-10.6-221.3zm-23.6 187.5L259.4 430.5c-2.4 2.4-4.4 2.4-6.8 0L77.2 251.8c-36.5-37.2-43.9-107.6 7.3-150.7 38.9-32.7 98.9-27.8 136.5 10.5l35 35.7 35-35.7c37.8-38.5 97.8-43.2 136.5-10.6 51.1 43.1 43.5 113.9 7.3 150.8z\"]\n};\nvar faHospital = {\n prefix: 'far',\n iconName: 'hospital',\n icon: [448, 512, [], \"f0f8\", \"M128 244v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12zm140 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12zm-76 84v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm76 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12zm180 124v36H0v-36c0-6.627 5.373-12 12-12h19.5V85.035C31.5 73.418 42.245 64 55.5 64H144V24c0-13.255 10.745-24 24-24h112c13.255 0 24 10.745 24 24v40h88.5c13.255 0 24 9.418 24 21.035V464H436c6.627 0 12 5.373 12 12zM79.5 463H192v-67c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v67h112.5V112H304v24c0 13.255-10.745 24-24 24H168c-13.255 0-24-10.745-24-24v-24H79.5v351zM266 64h-26V38a6 6 0 0 0-6-6h-20a6 6 0 0 0-6 6v26h-26a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h26v26a6 6 0 0 0 6 6h20a6 6 0 0 0 6-6V96h26a6 6 0 0 0 6-6V70a6 6 0 0 0-6-6z\"]\n};\nvar faHourglass = {\n prefix: 'far',\n iconName: 'hourglass',\n icon: [384, 512, [], \"f254\", \"M368 48h4c6.627 0 12-5.373 12-12V12c0-6.627-5.373-12-12-12H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h4c0 80.564 32.188 165.807 97.18 208C47.899 298.381 16 383.9 16 464h-4c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h360c6.627 0 12-5.373 12-12v-24c0-6.627-5.373-12-12-12h-4c0-80.564-32.188-165.807-97.18-208C336.102 213.619 368 128.1 368 48zM64 48h256c0 101.62-57.307 184-128 184S64 149.621 64 48zm256 416H64c0-101.62 57.308-184 128-184s128 82.38 128 184z\"]\n};\nvar faIdBadge = {\n prefix: 'far',\n iconName: 'id-badge',\n icon: [384, 512, [], \"f2c1\", \"M336 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm0 464H48V48h288v416zM144 112h96c8.8 0 16-7.2 16-16s-7.2-16-16-16h-96c-8.8 0-16 7.2-16 16s7.2 16 16 16zm48 176c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2z\"]\n};\nvar faIdCard = {\n prefix: 'far',\n iconName: 'id-card',\n icon: [576, 512, [], \"f2c2\", \"M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 400H303.2c.9-4.5.8 3.6.8-22.4 0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6 0 26-.2 17.9.8 22.4H48V144h480v288zm-168-80h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm-168 96c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64z\"]\n};\nvar faImage = {\n prefix: 'far',\n iconName: 'image',\n icon: [512, 512, [], \"f03e\", \"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm-6 336H54a6 6 0 0 1-6-6V118a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v276a6 6 0 0 1-6 6zM128 152c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zM96 352h320v-80l-87.515-87.515c-4.686-4.686-12.284-4.686-16.971 0L192 304l-39.515-39.515c-4.686-4.686-12.284-4.686-16.971 0L96 304v48z\"]\n};\nvar faImages = {\n prefix: 'far',\n iconName: 'images',\n icon: [576, 512, [], \"f302\", \"M480 416v16c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v48H54a6 6 0 0 0-6 6v244a6 6 0 0 0 6 6h372a6 6 0 0 0 6-6v-10h48zm42-336H150a6 6 0 0 0-6 6v244a6 6 0 0 0 6 6h372a6 6 0 0 0 6-6V86a6 6 0 0 0-6-6zm6-48c26.51 0 48 21.49 48 48v256c0 26.51-21.49 48-48 48H144c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h384zM264 144c0 22.091-17.909 40-40 40s-40-17.909-40-40 17.909-40 40-40 40 17.909 40 40zm-72 96l39.515-39.515c4.686-4.686 12.284-4.686 16.971 0L288 240l103.515-103.515c4.686-4.686 12.284-4.686 16.971 0L480 208v80H192v-48z\"]\n};\nvar faKeyboard = {\n prefix: 'far',\n iconName: 'keyboard',\n icon: [576, 512, [], \"f11c\", \"M528 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm8 336c0 4.411-3.589 8-8 8H48c-4.411 0-8-3.589-8-8V112c0-4.411 3.589-8 8-8h480c4.411 0 8 3.589 8 8v288zM170 270v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm-336 82v-28c0-6.627-5.373-12-12-12H82c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm384 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zM122 188v-28c0-6.627-5.373-12-12-12H82c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm-98 158v-16c0-6.627-5.373-12-12-12H180c-6.627 0-12 5.373-12 12v16c0 6.627 5.373 12 12 12h216c6.627 0 12-5.373 12-12z\"]\n};\nvar faKiss = {\n prefix: 'far',\n iconName: 'kiss',\n icon: [496, 512, [], \"f596\", \"M168 176c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm136 132c0-19.2-28.8-41.5-71.5-44-3.8-.4-7.4 2.4-8.2 6.2-.9 3.8 1.1 7.7 4.7 9.2l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-5.7 2.4-6 12.2 0 14.8l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-3.6 1.5-5.6 5.4-4.7 9.2.8 3.6 4.1 6.2 7.8 6.2h.5c42.8-2.5 71.5-24.8 71.5-44 0-13-13.4-27.3-35.2-36C290.6 335.3 304 321 304 308zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm80-280c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"]\n};\nvar faKissBeam = {\n prefix: 'far',\n iconName: 'kiss-beam',\n icon: [496, 512, [], \"f597\", \"M168 152c-23.8 0-52.7 29.3-56 71.4-.3 3.7 2 7.2 5.6 8.3 3.5 1 7.5-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 5.9-4.5 5.6-8.3-3.1-42.1-32-71.4-55.8-71.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm56-148c0-19.2-28.8-41.5-71.5-44-3.8-.4-7.4 2.4-8.2 6.2-.9 3.8 1.1 7.7 4.7 9.2l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-5.7 2.4-6 12.2 0 14.8l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-3.6 1.5-5.6 5.4-4.7 9.2.8 3.6 4.1 6.2 7.8 6.2h.5c42.8-2.5 71.5-24.8 71.5-44 0-13-13.4-27.3-35.2-36C290.6 335.3 304 321 304 308zm24-156c-23.8 0-52.7 29.3-56 71.4-.3 3.7 2 7.2 5.6 8.3 3.5 1 7.5-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 5.9-4.5 5.6-8.3-3.1-42.1-32-71.4-55.8-71.4z\"]\n};\nvar faKissWinkHeart = {\n prefix: 'far',\n iconName: 'kiss-wink-heart',\n icon: [504, 512, [], \"f598\", \"M304 308.5c0-19.2-28.8-41.5-71.5-44-3.8-.4-7.4 2.4-8.2 6.2-.9 3.8 1.1 7.7 4.7 9.2l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-5.7 2.4-6 12.2 0 14.8l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-3.6 1.5-5.6 5.4-4.7 9.2.8 3.6 4.1 6.2 7.8 6.2h.5c42.8-2.5 71.5-24.8 71.5-44 0-13-13.4-27.3-35.2-36 21.7-9.1 35.1-23.4 35.1-36.4zm70.5-83.5l9.5 8.5c3.8 3.3 9.3 4 13.7 1.6 4.4-2.4 6.9-7.4 6.1-12.4-4-25.2-34.2-42.1-59.8-42.1s-55.9 16.9-59.8 42.1c-.8 5 1.7 10 6.1 12.4 5.8 3.1 11.2.7 13.7-1.6l9.5-8.5c14.8-13.2 46.2-13.2 61 0zM136 208.5c0 17.7 14.3 32 32 32s32-14.3 32-32-14.3-32-32-32-32 14.3-32 32zm365.1 194c-8-20.8-31.5-31.5-53.1-25.9l-8.4 2.2-2.3-8.4c-5.9-21.4-27-36.5-49-33-25.2 4-40.6 28.6-34 52.6l22.9 82.6c1.5 5.3 7 8.5 12.4 7.1l83-21.5c24.1-6.3 37.7-31.8 28.5-55.7zM334 436.3c-26.1 12.5-55.2 19.7-86 19.7-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200c0 22.1-3.7 43.3-10.4 63.2 9 6.4 17 14.2 22.6 23.9 6.4.1 12.6 1.4 18.6 2.9 10.9-27.9 17.1-58.2 17.1-90C496 119 385 8 248 8S0 119 0 256s111 248 248 248c35.4 0 68.9-7.5 99.4-20.9-2.5-7.3 4.3 17.2-13.4-46.8z\"]\n};\nvar faLaugh = {\n prefix: 'far',\n iconName: 'laugh',\n icon: [496, 512, [], \"f599\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm141.4 389.4c-37.8 37.8-88 58.6-141.4 58.6s-103.6-20.8-141.4-58.6S48 309.4 48 256s20.8-103.6 58.6-141.4S194.6 56 248 56s103.6 20.8 141.4 58.6S448 202.6 448 256s-20.8 103.6-58.6 141.4zM328 224c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm-160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm194.4 64H133.6c-8.2 0-14.5 7-13.5 15 7.5 59.2 58.9 105 121.1 105h13.6c62.2 0 113.6-45.8 121.1-105 1-8-5.3-15-13.5-15z\"]\n};\nvar faLaughBeam = {\n prefix: 'far',\n iconName: 'laugh-beam',\n icon: [496, 512, [], \"f59a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm141.4 389.4c-37.8 37.8-88 58.6-141.4 58.6s-103.6-20.8-141.4-58.6S48 309.4 48 256s20.8-103.6 58.6-141.4S194.6 56 248 56s103.6 20.8 141.4 58.6S448 202.6 448 256s-20.8 103.6-58.6 141.4zM328 152c-23.8 0-52.7 29.3-56 71.4-.7 8.6 10.8 11.9 14.9 4.5l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c4.1 7.4 15.6 4 14.9-4.5-3.1-42.1-32-71.4-55.8-71.4zm-201 75.9l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c4.1 7.4 15.6 4 14.9-4.5-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.6 8.5 10.9 11.9 15.1 4.5zM362.4 288H133.6c-8.2 0-14.5 7-13.5 15 7.5 59.2 58.9 105 121.1 105h13.6c62.2 0 113.6-45.8 121.1-105 1-8-5.3-15-13.5-15z\"]\n};\nvar faLaughSquint = {\n prefix: 'far',\n iconName: 'laugh-squint',\n icon: [496, 512, [], \"f59b\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm141.4 389.4c-37.8 37.8-88 58.6-141.4 58.6s-103.6-20.8-141.4-58.6S48 309.4 48 256s20.8-103.6 58.6-141.4S194.6 56 248 56s103.6 20.8 141.4 58.6S448 202.6 448 256s-20.8 103.6-58.6 141.4zM343.6 196l33.6-40.3c8.6-10.3-3.8-24.8-15.4-18l-80 48c-7.8 4.7-7.8 15.9 0 20.6l80 48c11.5 6.8 24-7.6 15.4-18L343.6 196zm-209.4 58.3l80-48c7.8-4.7 7.8-15.9 0-20.6l-80-48c-11.6-6.9-24 7.7-15.4 18l33.6 40.3-33.6 40.3c-8.7 10.4 3.8 24.8 15.4 18zM362.4 288H133.6c-8.2 0-14.5 7-13.5 15 7.5 59.2 58.9 105 121.1 105h13.6c62.2 0 113.6-45.8 121.1-105 1-8-5.3-15-13.5-15z\"]\n};\nvar faLaughWink = {\n prefix: 'far',\n iconName: 'laugh-wink',\n icon: [496, 512, [], \"f59c\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm141.4 389.4c-37.8 37.8-88 58.6-141.4 58.6s-103.6-20.8-141.4-58.6C68.8 359.6 48 309.4 48 256s20.8-103.6 58.6-141.4C144.4 76.8 194.6 56 248 56s103.6 20.8 141.4 58.6c37.8 37.8 58.6 88 58.6 141.4s-20.8 103.6-58.6 141.4zM328 164c-25.7 0-55.9 16.9-59.9 42.1-1.7 11.2 11.5 18.2 19.8 10.8l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c8.5 7.4 21.6.3 19.8-10.8-3.8-25.2-34-42.1-59.7-42.1zm-160 60c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm194.4 64H133.6c-8.2 0-14.5 7-13.5 15 7.5 59.2 58.9 105 121.1 105h13.6c62.2 0 113.6-45.8 121.1-105 1-8-5.3-15-13.5-15z\"]\n};\nvar faLemon = {\n prefix: 'far',\n iconName: 'lemon',\n icon: [512, 512, [], \"f094\", \"M484.112 27.889C455.989-.233 416.108-8.057 387.059 8.865 347.604 31.848 223.504-41.111 91.196 91.197-41.277 223.672 31.923 347.472 8.866 387.058c-16.922 29.051-9.1 68.932 19.022 97.054 28.135 28.135 68.011 35.938 97.057 19.021 39.423-22.97 163.557 49.969 295.858-82.329 132.474-132.477 59.273-256.277 82.331-295.861 16.922-29.05 9.1-68.931-19.022-97.054zm-22.405 72.894c-38.8 66.609 45.6 165.635-74.845 286.08-120.44 120.443-219.475 36.048-286.076 74.843-22.679 13.207-64.035-27.241-50.493-50.488 38.8-66.609-45.6-165.635 74.845-286.08C245.573 4.702 344.616 89.086 411.219 50.292c22.73-13.24 64.005 27.288 50.488 50.491zm-169.861 8.736c1.37 10.96-6.404 20.957-17.365 22.327-54.846 6.855-135.779 87.787-142.635 142.635-1.373 10.989-11.399 18.734-22.326 17.365-10.961-1.37-18.735-11.366-17.365-22.326 9.162-73.286 104.167-168.215 177.365-177.365 10.953-1.368 20.956 6.403 22.326 17.364z\"]\n};\nvar faLifeRing = {\n prefix: 'far',\n iconName: 'life-ring',\n icon: [512, 512, [], \"f1cd\", \"M256 504c136.967 0 248-111.033 248-248S392.967 8 256 8 8 119.033 8 256s111.033 248 248 248zm-103.398-76.72l53.411-53.411c31.806 13.506 68.128 13.522 99.974 0l53.411 53.411c-63.217 38.319-143.579 38.319-206.796 0zM336 256c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zm91.28 103.398l-53.411-53.411c13.505-31.806 13.522-68.128 0-99.974l53.411-53.411c38.319 63.217 38.319 143.579 0 206.796zM359.397 84.72l-53.411 53.411c-31.806-13.505-68.128-13.522-99.973 0L152.602 84.72c63.217-38.319 143.579-38.319 206.795 0zM84.72 152.602l53.411 53.411c-13.506 31.806-13.522 68.128 0 99.974L84.72 359.398c-38.319-63.217-38.319-143.579 0-206.796z\"]\n};\nvar faLightbulb = {\n prefix: 'far',\n iconName: 'lightbulb',\n icon: [352, 512, [], \"f0eb\", \"M176 80c-52.94 0-96 43.06-96 96 0 8.84 7.16 16 16 16s16-7.16 16-16c0-35.3 28.72-64 64-64 8.84 0 16-7.16 16-16s-7.16-16-16-16zM96.06 459.17c0 3.15.93 6.22 2.68 8.84l24.51 36.84c2.97 4.46 7.97 7.14 13.32 7.14h78.85c5.36 0 10.36-2.68 13.32-7.14l24.51-36.84c1.74-2.62 2.67-5.7 2.68-8.84l.05-43.18H96.02l.04 43.18zM176 0C73.72 0 0 82.97 0 176c0 44.37 16.45 84.85 43.56 115.78 16.64 18.99 42.74 58.8 52.42 92.16v.06h48v-.12c-.01-4.77-.72-9.51-2.15-14.07-5.59-17.81-22.82-64.77-62.17-109.67-20.54-23.43-31.52-53.15-31.61-84.14-.2-73.64 59.67-128 127.95-128 70.58 0 128 57.42 128 128 0 30.97-11.24 60.85-31.65 84.14-39.11 44.61-56.42 91.47-62.1 109.46a47.507 47.507 0 0 0-2.22 14.3v.1h48v-.05c9.68-33.37 35.78-73.18 52.42-92.16C335.55 260.85 352 220.37 352 176 352 78.8 273.2 0 176 0z\"]\n};\nvar faListAlt = {\n prefix: 'far',\n iconName: 'list-alt',\n icon: [512, 512, [], \"f022\", \"M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-42-92v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm-252 12c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36z\"]\n};\nvar faMap = {\n prefix: 'far',\n iconName: 'map',\n icon: [576, 512, [], \"f279\", \"M560.02 32c-1.96 0-3.98.37-5.96 1.16L384.01 96H384L212 35.28A64.252 64.252 0 0 0 191.76 32c-6.69 0-13.37 1.05-19.81 3.14L20.12 87.95A32.006 32.006 0 0 0 0 117.66v346.32C0 473.17 7.53 480 15.99 480c1.96 0 3.97-.37 5.96-1.16L192 416l172 60.71a63.98 63.98 0 0 0 40.05.15l151.83-52.81A31.996 31.996 0 0 0 576 394.34V48.02c0-9.19-7.53-16.02-15.98-16.02zM224 90.42l128 45.19v285.97l-128-45.19V90.42zM48 418.05V129.07l128-44.53v286.2l-.64.23L48 418.05zm480-35.13l-128 44.53V141.26l.64-.24L528 93.95v288.97z\"]\n};\nvar faMeh = {\n prefix: 'far',\n iconName: 'meh',\n icon: [496, 512, [], \"f11a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm8 144H160c-13.2 0-24 10.8-24 24s10.8 24 24 24h176c13.2 0 24-10.8 24-24s-10.8-24-24-24z\"]\n};\nvar faMehBlank = {\n prefix: 'far',\n iconName: 'meh-blank',\n icon: [496, 512, [], \"f5a4\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-280c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"]\n};\nvar faMehRollingEyes = {\n prefix: 'far',\n iconName: 'meh-rolling-eyes',\n icon: [496, 512, [], \"f5a5\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm88-304c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72zm0 112c-22.1 0-40-17.9-40-40 0-13.6 7.3-25.1 17.7-32.3-1 2.6-1.7 5.3-1.7 8.3 0 13.3 10.7 24 24 24s24-10.7 24-24c0-2.9-.7-5.7-1.7-8.3 10.4 7.2 17.7 18.7 17.7 32.3 0 22.1-17.9 40-40 40zm-104-40c0-39.8-32.2-72-72-72s-72 32.2-72 72 32.2 72 72 72 72-32.2 72-72zm-112 0c0-13.6 7.3-25.1 17.7-32.3-1 2.6-1.7 5.3-1.7 8.3 0 13.3 10.7 24 24 24s24-10.7 24-24c0-2.9-.7-5.7-1.7-8.3 10.4 7.2 17.7 18.7 17.7 32.3 0 22.1-17.9 40-40 40s-40-17.9-40-40zm192 128H184c-13.2 0-24 10.8-24 24s10.8 24 24 24h128c13.2 0 24-10.8 24-24s-10.8-24-24-24z\"]\n};\nvar faMinusSquare = {\n prefix: 'far',\n iconName: 'minus-square',\n icon: [448, 512, [], \"f146\", \"M108 284c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h232c6.6 0 12 5.4 12 12v32c0 6.6-5.4 12-12 12H108zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faMoneyBillAlt = {\n prefix: 'far',\n iconName: 'money-bill-alt',\n icon: [640, 512, [], \"f3d1\", \"M320 144c-53.02 0-96 50.14-96 112 0 61.85 42.98 112 96 112 53 0 96-50.13 96-112 0-61.86-42.98-112-96-112zm40 168c0 4.42-3.58 8-8 8h-64c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h16v-55.44l-.47.31a7.992 7.992 0 0 1-11.09-2.22l-8.88-13.31a7.992 7.992 0 0 1 2.22-11.09l15.33-10.22a23.99 23.99 0 0 1 13.31-4.03H328c4.42 0 8 3.58 8 8v88h16c4.42 0 8 3.58 8 8v16zM608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zm-16 272c-35.35 0-64 28.65-64 64H112c0-35.35-28.65-64-64-64V176c35.35 0 64-28.65 64-64h416c0 35.35 28.65 64 64 64v160z\"]\n};\nvar faMoon = {\n prefix: 'far',\n iconName: 'moon',\n icon: [512, 512, [], \"f186\", \"M279.135 512c78.756 0 150.982-35.804 198.844-94.775 28.27-34.831-2.558-85.722-46.249-77.401-82.348 15.683-158.272-47.268-158.272-130.792 0-48.424 26.06-92.292 67.434-115.836 38.745-22.05 28.999-80.788-15.022-88.919A257.936 257.936 0 0 0 279.135 0c-141.36 0-256 114.575-256 256 0 141.36 114.576 256 256 256zm0-464c12.985 0 25.689 1.201 38.016 3.478-54.76 31.163-91.693 90.042-91.693 157.554 0 113.848 103.641 199.2 215.252 177.944C402.574 433.964 344.366 464 279.135 464c-114.875 0-208-93.125-208-208s93.125-208 208-208z\"]\n};\nvar faNewspaper = {\n prefix: 'far',\n iconName: 'newspaper',\n icon: [576, 512, [], \"f1ea\", \"M552 64H112c-20.858 0-38.643 13.377-45.248 32H24c-13.255 0-24 10.745-24 24v272c0 30.928 25.072 56 56 56h496c13.255 0 24-10.745 24-24V88c0-13.255-10.745-24-24-24zM48 392V144h16v248c0 4.411-3.589 8-8 8s-8-3.589-8-8zm480 8H111.422c.374-2.614.578-5.283.578-8V112h416v288zM172 280h136c6.627 0 12-5.373 12-12v-96c0-6.627-5.373-12-12-12H172c-6.627 0-12 5.373-12 12v96c0 6.627 5.373 12 12 12zm28-80h80v40h-80v-40zm-40 140v-24c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H172c-6.627 0-12-5.373-12-12zm192 0v-24c0-6.627 5.373-12 12-12h104c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0-144v-24c0-6.627 5.373-12 12-12h104c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0 72v-24c0-6.627 5.373-12 12-12h104c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12z\"]\n};\nvar faObjectGroup = {\n prefix: 'far',\n iconName: 'object-group',\n icon: [512, 512, [], \"f247\", \"M500 128c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v12H96V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v72c0 6.627 5.373 12 12 12h12v256H12c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-12h320v12c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-12V128h12zm-52-64h32v32h-32V64zM32 64h32v32H32V64zm32 384H32v-32h32v32zm416 0h-32v-32h32v32zm-40-64h-12c-6.627 0-12 5.373-12 12v12H96v-12c0-6.627-5.373-12-12-12H72V128h12c6.627 0 12-5.373 12-12v-12h320v12c0 6.627 5.373 12 12 12h12v256zm-36-192h-84v-52c0-6.628-5.373-12-12-12H108c-6.627 0-12 5.372-12 12v168c0 6.628 5.373 12 12 12h84v52c0 6.628 5.373 12 12 12h200c6.627 0 12-5.372 12-12V204c0-6.628-5.373-12-12-12zm-268-24h144v112H136V168zm240 176H232v-24h76c6.627 0 12-5.372 12-12v-76h56v112z\"]\n};\nvar faObjectUngroup = {\n prefix: 'far',\n iconName: 'object-ungroup',\n icon: [576, 512, [], \"f248\", \"M564 224c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v12h-88v-24h12c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v12H96V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v72c0 6.627 5.373 12 12 12h12v160H12c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-12h88v24h-12c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-12h224v12c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-12V224h12zM352 64h32v32h-32V64zm0 256h32v32h-32v-32zM64 352H32v-32h32v32zm0-256H32V64h32v32zm32 216v-12c0-6.627-5.373-12-12-12H72V128h12c6.627 0 12-5.373 12-12v-12h224v12c0 6.627 5.373 12 12 12h12v160h-12c-6.627 0-12 5.373-12 12v12H96zm128 136h-32v-32h32v32zm280-64h-12c-6.627 0-12 5.373-12 12v12H256v-12c0-6.627-5.373-12-12-12h-12v-24h88v12c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-12v-88h88v12c0 6.627 5.373 12 12 12h12v160zm40 64h-32v-32h32v32zm0-256h-32v-32h32v32z\"]\n};\nvar faPaperPlane = {\n prefix: 'far',\n iconName: 'paper-plane',\n icon: [512, 512, [], \"f1d8\", \"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"]\n};\nvar faPauseCircle = {\n prefix: 'far',\n iconName: 'pause-circle',\n icon: [512, 512, [], \"f28b\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm96-280v160c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16zm-112 0v160c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16z\"]\n};\nvar faPlayCircle = {\n prefix: 'far',\n iconName: 'play-circle',\n icon: [512, 512, [], \"f144\", \"M371.7 238l-176-107c-15.8-8.8-35.7 2.5-35.7 21v208c0 18.4 19.8 29.8 35.7 21l176-101c16.4-9.1 16.4-32.8 0-42zM504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256z\"]\n};\nvar faPlusSquare = {\n prefix: 'far',\n iconName: 'plus-square',\n icon: [448, 512, [], \"f0fe\", \"M352 240v32c0 6.6-5.4 12-12 12h-88v88c0 6.6-5.4 12-12 12h-32c-6.6 0-12-5.4-12-12v-88h-88c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h88v-88c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v88h88c6.6 0 12 5.4 12 12zm96-160v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faQuestionCircle = {\n prefix: 'far',\n iconName: 'question-circle',\n icon: [512, 512, [], \"f059\", \"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 448c-110.532 0-200-89.431-200-200 0-110.495 89.472-200 200-200 110.491 0 200 89.471 200 200 0 110.53-89.431 200-200 200zm107.244-255.2c0 67.052-72.421 68.084-72.421 92.863V300c0 6.627-5.373 12-12 12h-45.647c-6.627 0-12-5.373-12-12v-8.659c0-35.745 27.1-50.034 47.579-61.516 17.561-9.845 28.324-16.541 28.324-29.579 0-17.246-21.999-28.693-39.784-28.693-23.189 0-33.894 10.977-48.942 29.969-4.057 5.12-11.46 6.071-16.666 2.124l-27.824-21.098c-5.107-3.872-6.251-11.066-2.644-16.363C184.846 131.491 214.94 112 261.794 112c49.071 0 101.45 38.304 101.45 88.8zM298 368c0 23.159-18.841 42-42 42s-42-18.841-42-42 18.841-42 42-42 42 18.841 42 42z\"]\n};\nvar faRegistered = {\n prefix: 'far',\n iconName: 'registered',\n icon: [512, 512, [], \"f25d\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm110.442-81.791c-53.046-96.284-50.25-91.468-53.271-96.085 24.267-13.879 39.482-41.563 39.482-73.176 0-52.503-30.247-85.252-101.498-85.252h-78.667c-6.617 0-12 5.383-12 12V380c0 6.617 5.383 12 12 12h38.568c6.617 0 12-5.383 12-12v-83.663h31.958l47.515 89.303a11.98 11.98 0 0 0 10.593 6.36h42.81c9.14 0 14.914-9.799 10.51-17.791zM256.933 239.906h-33.875v-64.14h27.377c32.417 0 38.929 12.133 38.929 31.709-.001 20.913-11.518 32.431-32.431 32.431z\"]\n};\nvar faSadCry = {\n prefix: 'far',\n iconName: 'sad-cry',\n icon: [496, 512, [], \"f5b3\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm144 386.4V280c0-13.2-10.8-24-24-24s-24 10.8-24 24v151.4C315.5 447 282.8 456 248 456s-67.5-9-96-24.6V280c0-13.2-10.8-24-24-24s-24 10.8-24 24v114.4c-34.6-36-56-84.7-56-138.4 0-110.3 89.7-200 200-200s200 89.7 200 200c0 53.7-21.4 102.5-56 138.4zM205.8 234.5c4.4-2.4 6.9-7.4 6.1-12.4-4-25.2-34.2-42.1-59.8-42.1s-55.9 16.9-59.8 42.1c-.8 5 1.7 10 6.1 12.4 4.4 2.4 9.9 1.8 13.7-1.6l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c2.5 2.3 7.9 4.8 13.7 1.6zM344 180c-25.7 0-55.9 16.9-59.8 42.1-.8 5 1.7 10 6.1 12.4 4.5 2.4 9.9 1.8 13.7-1.6l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c2.5 2.2 8 4.7 13.7 1.6 4.4-2.4 6.9-7.4 6.1-12.4-3.9-25.2-34.1-42.1-59.8-42.1zm-96 92c-30.9 0-56 28.7-56 64s25.1 64 56 64 56-28.7 56-64-25.1-64-56-64z\"]\n};\nvar faSadTear = {\n prefix: 'far',\n iconName: 'sad-tear',\n icon: [496, 512, [], \"f5b4\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm8-152c-13.2 0-24 10.8-24 24s10.8 24 24 24c23.8 0 46.3 10.5 61.6 28.8 8.1 9.8 23.2 11.9 33.8 3.1 10.2-8.5 11.6-23.6 3.1-33.8C330 320.8 294.1 304 256 304zm-88-64c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-165.6 98.8C151 290.1 126 325.4 126 342.9c0 22.7 18.8 41.1 42 41.1s42-18.4 42-41.1c0-17.5-25-52.8-36.4-68.1-2.8-3.7-8.4-3.7-11.2 0z\"]\n};\nvar faSave = {\n prefix: 'far',\n iconName: 'save',\n icon: [448, 512, [], \"f0c7\", \"M433.941 129.941l-83.882-83.882A48 48 0 0 0 316.118 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V163.882a48 48 0 0 0-14.059-33.941zM272 80v80H144V80h128zm122 352H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h42v104c0 13.255 10.745 24 24 24h176c13.255 0 24-10.745 24-24V83.882l78.243 78.243a6 6 0 0 1 1.757 4.243V426a6 6 0 0 1-6 6zM224 232c-48.523 0-88 39.477-88 88s39.477 88 88 88 88-39.477 88-88-39.477-88-88-88zm0 128c-22.056 0-40-17.944-40-40s17.944-40 40-40 40 17.944 40 40-17.944 40-40 40z\"]\n};\nvar faShareSquare = {\n prefix: 'far',\n iconName: 'share-square',\n icon: [576, 512, [], \"f14d\", \"M561.938 158.06L417.94 14.092C387.926-15.922 336 5.097 336 48.032v57.198c-42.45 1.88-84.03 6.55-120.76 17.99-35.17 10.95-63.07 27.58-82.91 49.42C108.22 199.2 96 232.6 96 271.94c0 61.697 33.178 112.455 84.87 144.76 37.546 23.508 85.248-12.651 71.02-55.74-15.515-47.119-17.156-70.923 84.11-78.76V336c0 42.993 51.968 63.913 81.94 33.94l143.998-144c18.75-18.74 18.75-49.14 0-67.88zM384 336V232.16C255.309 234.082 166.492 255.35 206.31 376 176.79 357.55 144 324.08 144 271.94c0-109.334 129.14-118.947 240-119.85V48l144 144-144 144zm24.74 84.493a82.658 82.658 0 0 0 20.974-9.303c7.976-4.952 18.286.826 18.286 10.214V464c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h132c6.627 0 12 5.373 12 12v4.486c0 4.917-2.987 9.369-7.569 11.152-13.702 5.331-26.396 11.537-38.05 18.585a12.138 12.138 0 0 1-6.28 1.777H54a6 6 0 0 0-6 6v340a6 6 0 0 0 6 6h340a6 6 0 0 0 6-6v-25.966c0-5.37 3.579-10.059 8.74-11.541z\"]\n};\nvar faSmile = {\n prefix: 'far',\n iconName: 'smile',\n icon: [496, 512, [], \"f118\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm4 72.6c-20.8 25-51.5 39.4-84 39.4s-63.2-14.3-84-39.4c-8.5-10.2-23.7-11.5-33.8-3.1-10.2 8.5-11.5 23.6-3.1 33.8 30 36 74.1 56.6 120.9 56.6s90.9-20.6 120.9-56.6c8.5-10.2 7.1-25.3-3.1-33.8-10.1-8.4-25.3-7.1-33.8 3.1z\"]\n};\nvar faSmileBeam = {\n prefix: 'far',\n iconName: 'smile-beam',\n icon: [496, 512, [], \"f5b8\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm84-143.4c-20.8 25-51.5 39.4-84 39.4s-63.2-14.3-84-39.4c-8.5-10.2-23.6-11.5-33.8-3.1-10.2 8.5-11.5 23.6-3.1 33.8 30 36 74.1 56.6 120.9 56.6s90.9-20.6 120.9-56.6c8.5-10.2 7.1-25.3-3.1-33.8-10.2-8.4-25.3-7.1-33.8 3.1zM136.5 211c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.4 1.1 7.4-.5 9.3-3.7l9.5-17zM328 152c-23.8 0-52.7 29.3-56 71.4-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4z\"]\n};\nvar faSmileWink = {\n prefix: 'far',\n iconName: 'smile-wink',\n icon: [496, 512, [], \"f4da\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm117.8-146.4c-10.2-8.5-25.3-7.1-33.8 3.1-20.8 25-51.5 39.4-84 39.4s-63.2-14.3-84-39.4c-8.5-10.2-23.7-11.5-33.8-3.1-10.2 8.5-11.5 23.6-3.1 33.8 30 36 74.1 56.6 120.9 56.6s90.9-20.6 120.9-56.6c8.5-10.2 7.1-25.3-3.1-33.8zM168 240c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-60c-25.7 0-55.9 16.9-59.9 42.1-1.7 11.2 11.5 18.2 19.8 10.8l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c8.5 7.4 21.6.3 19.8-10.8-3.8-25.2-34-42.1-59.7-42.1z\"]\n};\nvar faSnowflake = {\n prefix: 'far',\n iconName: 'snowflake',\n icon: [448, 512, [], \"f2dc\", \"M440.1 355.2l-39.2-23 34.1-9.3c8.4-2.3 13.4-11.1 11.1-19.6l-4.1-15.5c-2.2-8.5-10.9-13.6-19.3-11.3L343 298.2 271.2 256l71.9-42.2 79.7 21.7c8.4 2.3 17-2.8 19.3-11.3l4.1-15.5c2.2-8.5-2.7-17.3-11.1-19.6l-34.1-9.3 39.2-23c7.5-4.4 10.1-14.2 5.8-21.9l-7.9-13.9c-4.3-7.7-14-10.3-21.5-5.9l-39.2 23 9.1-34.7c2.2-8.5-2.7-17.3-11.1-19.6l-15.2-4.1c-8.4-2.3-17 2.8-19.3 11.3l-21.3 81-71.9 42.2v-84.5L306 70.4c6.1-6.2 6.1-16.4 0-22.6l-11.1-11.3c-6.1-6.2-16.1-6.2-22.2 0l-24.9 25.4V16c0-8.8-7-16-15.7-16h-15.7c-8.7 0-15.7 7.2-15.7 16v46.1l-24.9-25.4c-6.1-6.2-16.1-6.2-22.2 0L142.1 48c-6.1 6.2-6.1 16.4 0 22.6l58.3 59.3v84.5l-71.9-42.2-21.3-81c-2.2-8.5-10.9-13.6-19.3-11.3L72.7 84c-8.4 2.3-13.4 11.1-11.1 19.6l9.1 34.7-39.2-23c-7.5-4.4-17.1-1.8-21.5 5.9l-7.9 13.9c-4.3 7.7-1.8 17.4 5.8 21.9l39.2 23-34.1 9.1c-8.4 2.3-13.4 11.1-11.1 19.6L6 224.2c2.2 8.5 10.9 13.6 19.3 11.3l79.7-21.7 71.9 42.2-71.9 42.2-79.7-21.7c-8.4-2.3-17 2.8-19.3 11.3l-4.1 15.5c-2.2 8.5 2.7 17.3 11.1 19.6l34.1 9.3-39.2 23c-7.5 4.4-10.1 14.2-5.8 21.9L10 391c4.3 7.7 14 10.3 21.5 5.9l39.2-23-9.1 34.7c-2.2 8.5 2.7 17.3 11.1 19.6l15.2 4.1c8.4 2.3 17-2.8 19.3-11.3l21.3-81 71.9-42.2v84.5l-58.3 59.3c-6.1 6.2-6.1 16.4 0 22.6l11.1 11.3c6.1 6.2 16.1 6.2 22.2 0l24.9-25.4V496c0 8.8 7 16 15.7 16h15.7c8.7 0 15.7-7.2 15.7-16v-46.1l24.9 25.4c6.1 6.2 16.1 6.2 22.2 0l11.1-11.3c6.1-6.2 6.1-16.4 0-22.6l-58.3-59.3v-84.5l71.9 42.2 21.3 81c2.2 8.5 10.9 13.6 19.3 11.3L375 428c8.4-2.3 13.4-11.1 11.1-19.6l-9.1-34.7 39.2 23c7.5 4.4 17.1 1.8 21.5-5.9l7.9-13.9c4.6-7.5 2.1-17.3-5.5-21.7z\"]\n};\nvar faSquare = {\n prefix: 'far',\n iconName: 'square',\n icon: [448, 512, [], \"f0c8\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h340c3.3 0 6 2.7 6 6v340c0 3.3-2.7 6-6 6z\"]\n};\nvar faStar = {\n prefix: 'far',\n iconName: 'star',\n icon: [576, 512, [], \"f005\", \"M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z\"]\n};\nvar faStarHalf = {\n prefix: 'far',\n iconName: 'star-half',\n icon: [576, 512, [], \"f089\", \"M288 385.3l-124.3 65.4 23.7-138.4-100.6-98 139-20.2 62.2-126V0c-11.4 0-22.8 5.9-28.7 17.8L194 150.2 47.9 171.4c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.1 23 46 46.4 33.7L288 439.6v-54.3z\"]\n};\nvar faStickyNote = {\n prefix: 'far',\n iconName: 'sticky-note',\n icon: [448, 512, [], \"f249\", \"M448 348.106V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80v351.988c0 26.51 21.49 48 48 48h268.118a48 48 0 0 0 33.941-14.059l83.882-83.882A48 48 0 0 0 448 348.106zm-128 80v-76.118h76.118L320 428.106zM400 80v223.988H296c-13.255 0-24 10.745-24 24v104H48V80h352z\"]\n};\nvar faStopCircle = {\n prefix: 'far',\n iconName: 'stop-circle',\n icon: [512, 512, [], \"f28d\", \"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm296-80v160c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h160c8.8 0 16 7.2 16 16z\"]\n};\nvar faSun = {\n prefix: 'far',\n iconName: 'sun',\n icon: [512, 512, [], \"f185\", \"M494.2 221.9l-59.8-40.5 13.7-71c2.6-13.2-1.6-26.8-11.1-36.4-9.6-9.5-23.2-13.7-36.2-11.1l-70.9 13.7-40.4-59.9c-15.1-22.3-51.9-22.3-67 0l-40.4 59.9-70.8-13.7C98 60.4 84.5 64.5 75 74.1c-9.5 9.6-13.7 23.1-11.1 36.3l13.7 71-59.8 40.5C6.6 229.5 0 242 0 255.5s6.7 26 17.8 33.5l59.8 40.5-13.7 71c-2.6 13.2 1.6 26.8 11.1 36.3 9.5 9.5 22.9 13.7 36.3 11.1l70.8-13.7 40.4 59.9C230 505.3 242.6 512 256 512s26-6.7 33.5-17.8l40.4-59.9 70.9 13.7c13.4 2.7 26.8-1.6 36.3-11.1 9.5-9.5 13.6-23.1 11.1-36.3l-13.7-71 59.8-40.5c11.1-7.5 17.8-20.1 17.8-33.5-.1-13.6-6.7-26.1-17.9-33.7zm-112.9 85.6l17.6 91.2-91-17.6L256 458l-51.9-77-90.9 17.6 17.6-91.2-76.8-52 76.8-52-17.6-91.2 91 17.6L256 53l51.9 76.9 91-17.6-17.6 91.1 76.8 52-76.8 52.1zM256 152c-57.3 0-104 46.7-104 104s46.7 104 104 104 104-46.7 104-104-46.7-104-104-104zm0 160c-30.9 0-56-25.1-56-56s25.1-56 56-56 56 25.1 56 56-25.1 56-56 56z\"]\n};\nvar faSurprise = {\n prefix: 'far',\n iconName: 'surprise',\n icon: [496, 512, [], \"f5c2\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm0-176c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64zm-48-72c0-17.7-14.3-32-32-32s-32 14.3-32 32 14.3 32 32 32 32-14.3 32-32zm128-32c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"]\n};\nvar faThumbsDown = {\n prefix: 'far',\n iconName: 'thumbs-down',\n icon: [512, 512, [], \"f165\", \"M466.27 225.31c4.674-22.647.864-44.538-8.99-62.99 2.958-23.868-4.021-48.565-17.34-66.99C438.986 39.423 404.117 0 327 0c-7 0-15 .01-22.22.01C201.195.01 168.997 40 128 40h-10.845c-5.64-4.975-13.042-8-21.155-8H32C14.327 32 0 46.327 0 64v240c0 17.673 14.327 32 32 32h64c11.842 0 22.175-6.438 27.708-16h7.052c19.146 16.953 46.013 60.653 68.76 83.4 13.667 13.667 10.153 108.6 71.76 108.6 57.58 0 95.27-31.936 95.27-104.73 0-18.41-3.93-33.73-8.85-46.54h36.48c48.602 0 85.82-41.565 85.82-85.58 0-19.15-4.96-34.99-13.73-49.84zM64 296c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zm330.18 16.73H290.19c0 37.82 28.36 55.37 28.36 94.54 0 23.75 0 56.73-47.27 56.73-18.91-18.91-9.46-66.18-37.82-94.54C206.9 342.89 167.28 272 138.92 272H128V85.83c53.611 0 100.001-37.82 171.64-37.82h37.82c35.512 0 60.82 17.12 53.12 65.9 15.2 8.16 26.5 36.44 13.94 57.57 21.581 20.384 18.699 51.065 5.21 65.62 9.45 0 22.36 18.91 22.27 37.81-.09 18.91-16.71 37.82-37.82 37.82z\"]\n};\nvar faThumbsUp = {\n prefix: 'far',\n iconName: 'thumbs-up',\n icon: [512, 512, [], \"f164\", \"M466.27 286.69C475.04 271.84 480 256 480 236.85c0-44.015-37.218-85.58-85.82-85.58H357.7c4.92-12.81 8.85-28.13 8.85-46.54C366.55 31.936 328.86 0 271.28 0c-61.607 0-58.093 94.933-71.76 108.6-22.747 22.747-49.615 66.447-68.76 83.4H32c-17.673 0-32 14.327-32 32v240c0 17.673 14.327 32 32 32h64c14.893 0 27.408-10.174 30.978-23.95 44.509 1.001 75.06 39.94 177.802 39.94 7.22 0 15.22.01 22.22.01 77.117 0 111.986-39.423 112.94-95.33 13.319-18.425 20.299-43.122 17.34-66.99 9.854-18.452 13.664-40.343 8.99-62.99zm-61.75 53.83c12.56 21.13 1.26 49.41-13.94 57.57 7.7 48.78-17.608 65.9-53.12 65.9h-37.82c-71.639 0-118.029-37.82-171.64-37.82V240h10.92c28.36 0 67.98-70.89 94.54-97.46 28.36-28.36 18.91-75.63 37.82-94.54 47.27 0 47.27 32.98 47.27 56.73 0 39.17-28.36 56.72-28.36 94.54h103.99c21.11 0 37.73 18.91 37.82 37.82.09 18.9-12.82 37.81-22.27 37.81 13.489 14.555 16.371 45.236-5.21 65.62zM88 432c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24z\"]\n};\nvar faTimesCircle = {\n prefix: 'far',\n iconName: 'times-circle',\n icon: [512, 512, [], \"f057\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm101.8-262.2L295.6 256l62.2 62.2c4.7 4.7 4.7 12.3 0 17l-22.6 22.6c-4.7 4.7-12.3 4.7-17 0L256 295.6l-62.2 62.2c-4.7 4.7-12.3 4.7-17 0l-22.6-22.6c-4.7-4.7-4.7-12.3 0-17l62.2-62.2-62.2-62.2c-4.7-4.7-4.7-12.3 0-17l22.6-22.6c4.7-4.7 12.3-4.7 17 0l62.2 62.2 62.2-62.2c4.7-4.7 12.3-4.7 17 0l22.6 22.6c4.7 4.7 4.7 12.3 0 17z\"]\n};\nvar faTired = {\n prefix: 'far',\n iconName: 'tired',\n icon: [496, 512, [], \"f5c8\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm129.1-303.8c-3.8-4.4-10.3-5.4-15.3-2.5l-80 48c-3.6 2.2-5.8 6.1-5.8 10.3s2.2 8.1 5.8 10.3l80 48c5.4 3.2 11.8 1.6 15.3-2.5 3.8-4.5 3.9-11 .1-15.5L343.6 208l33.6-40.3c3.8-4.5 3.7-11.1-.1-15.5zM220 208c0-4.2-2.2-8.1-5.8-10.3l-80-48c-5-3-11.5-1.9-15.3 2.5-3.8 4.5-3.9 11-.1 15.5l33.6 40.3-33.6 40.3c-3.8 4.5-3.7 11 .1 15.5 3.5 4.1 9.9 5.7 15.3 2.5l80-48c3.6-2.2 5.8-6.1 5.8-10.3zm28 64c-45.4 0-100.9 38.3-107.8 93.3-1.5 11.8 6.9 21.6 15.5 17.9C178.4 373.5 212 368 248 368s69.6 5.5 92.3 15.2c8.5 3.7 17-6 15.5-17.9-6.9-55-62.4-93.3-107.8-93.3z\"]\n};\nvar faTrashAlt = {\n prefix: 'far',\n iconName: 'trash-alt',\n icon: [448, 512, [], \"f2ed\", \"M268 416h24a12 12 0 0 0 12-12V188a12 12 0 0 0-12-12h-24a12 12 0 0 0-12 12v216a12 12 0 0 0 12 12zM432 80h-82.41l-34-56.7A48 48 0 0 0 274.41 0H173.59a48 48 0 0 0-41.16 23.3L98.41 80H16A16 16 0 0 0 0 96v16a16 16 0 0 0 16 16h16v336a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128h16a16 16 0 0 0 16-16V96a16 16 0 0 0-16-16zM171.84 50.91A6 6 0 0 1 177 48h94a6 6 0 0 1 5.15 2.91L293.61 80H154.39zM368 464H80V128h288zm-212-48h24a12 12 0 0 0 12-12V188a12 12 0 0 0-12-12h-24a12 12 0 0 0-12 12v216a12 12 0 0 0 12 12z\"]\n};\nvar faUser = {\n prefix: 'far',\n iconName: 'user',\n icon: [448, 512, [], \"f007\", \"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"]\n};\nvar faUserCircle = {\n prefix: 'far',\n iconName: 'user-circle',\n icon: [496, 512, [], \"f2bd\", \"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"]\n};\nvar faWindowClose = {\n prefix: 'far',\n iconName: 'window-close',\n icon: [512, 512, [], \"f410\", \"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z\"]\n};\nvar faWindowMaximize = {\n prefix: 'far',\n iconName: 'window-maximize',\n icon: [512, 512, [], \"f2d0\", \"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V192h416v234z\"]\n};\nvar faWindowMinimize = {\n prefix: 'far',\n iconName: 'window-minimize',\n icon: [512, 512, [], \"f2d1\", \"M480 480H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h448c17.7 0 32 14.3 32 32s-14.3 32-32 32z\"]\n};\nvar faWindowRestore = {\n prefix: 'far',\n iconName: 'window-restore',\n icon: [512, 512, [], \"f2d2\", \"M464 0H144c-26.5 0-48 21.5-48 48v48H48c-26.5 0-48 21.5-48 48v320c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48v-48h48c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-96 464H48V256h320v208zm96-96h-48V144c0-26.5-21.5-48-48-48H144V48h320v320z\"]\n};\nvar _iconsCache = {\n faAddressBook: faAddressBook,\n faAddressCard: faAddressCard,\n faAngry: faAngry,\n faArrowAltCircleDown: faArrowAltCircleDown,\n faArrowAltCircleLeft: faArrowAltCircleLeft,\n faArrowAltCircleRight: faArrowAltCircleRight,\n faArrowAltCircleUp: faArrowAltCircleUp,\n faBell: faBell,\n faBellSlash: faBellSlash,\n faBookmark: faBookmark,\n faBuilding: faBuilding,\n faCalendar: faCalendar,\n faCalendarAlt: faCalendarAlt,\n faCalendarCheck: faCalendarCheck,\n faCalendarMinus: faCalendarMinus,\n faCalendarPlus: faCalendarPlus,\n faCalendarTimes: faCalendarTimes,\n faCaretSquareDown: faCaretSquareDown,\n faCaretSquareLeft: faCaretSquareLeft,\n faCaretSquareRight: faCaretSquareRight,\n faCaretSquareUp: faCaretSquareUp,\n faChartBar: faChartBar,\n faCheckCircle: faCheckCircle,\n faCheckSquare: faCheckSquare,\n faCircle: faCircle,\n faClipboard: faClipboard,\n faClock: faClock,\n faClone: faClone,\n faClosedCaptioning: faClosedCaptioning,\n faComment: faComment,\n faCommentAlt: faCommentAlt,\n faCommentDots: faCommentDots,\n faComments: faComments,\n faCompass: faCompass,\n faCopy: faCopy,\n faCopyright: faCopyright,\n faCreditCard: faCreditCard,\n faDizzy: faDizzy,\n faDotCircle: faDotCircle,\n faEdit: faEdit,\n faEnvelope: faEnvelope,\n faEnvelopeOpen: faEnvelopeOpen,\n faEye: faEye,\n faEyeSlash: faEyeSlash,\n faFile: faFile,\n faFileAlt: faFileAlt,\n faFileArchive: faFileArchive,\n faFileAudio: faFileAudio,\n faFileCode: faFileCode,\n faFileExcel: faFileExcel,\n faFileImage: faFileImage,\n faFilePdf: faFilePdf,\n faFilePowerpoint: faFilePowerpoint,\n faFileVideo: faFileVideo,\n faFileWord: faFileWord,\n faFlag: faFlag,\n faFlushed: faFlushed,\n faFolder: faFolder,\n faFolderOpen: faFolderOpen,\n faFontAwesomeLogoFull: faFontAwesomeLogoFull,\n faFrown: faFrown,\n faFrownOpen: faFrownOpen,\n faFutbol: faFutbol,\n faGem: faGem,\n faGrimace: faGrimace,\n faGrin: faGrin,\n faGrinAlt: faGrinAlt,\n faGrinBeam: faGrinBeam,\n faGrinBeamSweat: faGrinBeamSweat,\n faGrinHearts: faGrinHearts,\n faGrinSquint: faGrinSquint,\n faGrinSquintTears: faGrinSquintTears,\n faGrinStars: faGrinStars,\n faGrinTears: faGrinTears,\n faGrinTongue: faGrinTongue,\n faGrinTongueSquint: faGrinTongueSquint,\n faGrinTongueWink: faGrinTongueWink,\n faGrinWink: faGrinWink,\n faHandLizard: faHandLizard,\n faHandPaper: faHandPaper,\n faHandPeace: faHandPeace,\n faHandPointDown: faHandPointDown,\n faHandPointLeft: faHandPointLeft,\n faHandPointRight: faHandPointRight,\n faHandPointUp: faHandPointUp,\n faHandPointer: faHandPointer,\n faHandRock: faHandRock,\n faHandScissors: faHandScissors,\n faHandSpock: faHandSpock,\n faHandshake: faHandshake,\n faHdd: faHdd,\n faHeart: faHeart,\n faHospital: faHospital,\n faHourglass: faHourglass,\n faIdBadge: faIdBadge,\n faIdCard: faIdCard,\n faImage: faImage,\n faImages: faImages,\n faKeyboard: faKeyboard,\n faKiss: faKiss,\n faKissBeam: faKissBeam,\n faKissWinkHeart: faKissWinkHeart,\n faLaugh: faLaugh,\n faLaughBeam: faLaughBeam,\n faLaughSquint: faLaughSquint,\n faLaughWink: faLaughWink,\n faLemon: faLemon,\n faLifeRing: faLifeRing,\n faLightbulb: faLightbulb,\n faListAlt: faListAlt,\n faMap: faMap,\n faMeh: faMeh,\n faMehBlank: faMehBlank,\n faMehRollingEyes: faMehRollingEyes,\n faMinusSquare: faMinusSquare,\n faMoneyBillAlt: faMoneyBillAlt,\n faMoon: faMoon,\n faNewspaper: faNewspaper,\n faObjectGroup: faObjectGroup,\n faObjectUngroup: faObjectUngroup,\n faPaperPlane: faPaperPlane,\n faPauseCircle: faPauseCircle,\n faPlayCircle: faPlayCircle,\n faPlusSquare: faPlusSquare,\n faQuestionCircle: faQuestionCircle,\n faRegistered: faRegistered,\n faSadCry: faSadCry,\n faSadTear: faSadTear,\n faSave: faSave,\n faShareSquare: faShareSquare,\n faSmile: faSmile,\n faSmileBeam: faSmileBeam,\n faSmileWink: faSmileWink,\n faSnowflake: faSnowflake,\n faSquare: faSquare,\n faStar: faStar,\n faStarHalf: faStarHalf,\n faStickyNote: faStickyNote,\n faStopCircle: faStopCircle,\n faSun: faSun,\n faSurprise: faSurprise,\n faThumbsDown: faThumbsDown,\n faThumbsUp: faThumbsUp,\n faTimesCircle: faTimesCircle,\n faTired: faTired,\n faTrashAlt: faTrashAlt,\n faUser: faUser,\n faUserCircle: faUserCircle,\n faWindowClose: faWindowClose,\n faWindowMaximize: faWindowMaximize,\n faWindowMinimize: faWindowMinimize,\n faWindowRestore: faWindowRestore\n};\n\nexport { _iconsCache as far, prefix, faAddressBook, faAddressCard, faAngry, faArrowAltCircleDown, faArrowAltCircleLeft, faArrowAltCircleRight, faArrowAltCircleUp, faBell, faBellSlash, faBookmark, faBuilding, faCalendar, faCalendarAlt, faCalendarCheck, faCalendarMinus, faCalendarPlus, faCalendarTimes, faCaretSquareDown, faCaretSquareLeft, faCaretSquareRight, faCaretSquareUp, faChartBar, faCheckCircle, faCheckSquare, faCircle, faClipboard, faClock, faClone, faClosedCaptioning, faComment, faCommentAlt, faCommentDots, faComments, faCompass, faCopy, faCopyright, faCreditCard, faDizzy, faDotCircle, faEdit, faEnvelope, faEnvelopeOpen, faEye, faEyeSlash, faFile, faFileAlt, faFileArchive, faFileAudio, faFileCode, faFileExcel, faFileImage, faFilePdf, faFilePowerpoint, faFileVideo, faFileWord, faFlag, faFlushed, faFolder, faFolderOpen, faFontAwesomeLogoFull, faFrown, faFrownOpen, faFutbol, faGem, faGrimace, faGrin, faGrinAlt, faGrinBeam, faGrinBeamSweat, faGrinHearts, faGrinSquint, faGrinSquintTears, faGrinStars, faGrinTears, faGrinTongue, faGrinTongueSquint, faGrinTongueWink, faGrinWink, faHandLizard, faHandPaper, faHandPeace, faHandPointDown, faHandPointLeft, faHandPointRight, faHandPointUp, faHandPointer, faHandRock, faHandScissors, faHandSpock, faHandshake, faHdd, faHeart, faHospital, faHourglass, faIdBadge, faIdCard, faImage, faImages, faKeyboard, faKiss, faKissBeam, faKissWinkHeart, faLaugh, faLaughBeam, faLaughSquint, faLaughWink, faLemon, faLifeRing, faLightbulb, faListAlt, faMap, faMeh, faMehBlank, faMehRollingEyes, faMinusSquare, faMoneyBillAlt, faMoon, faNewspaper, faObjectGroup, faObjectUngroup, faPaperPlane, faPauseCircle, faPlayCircle, faPlusSquare, faQuestionCircle, faRegistered, faSadCry, faSadTear, faSave, faShareSquare, faSmile, faSmileBeam, faSmileWink, faSnowflake, faSquare, faStar, faStarHalf, faStickyNote, faStopCircle, faSun, faSurprise, faThumbsDown, faThumbsUp, faTimesCircle, faTired, faTrashAlt, faUser, faUserCircle, faWindowClose, faWindowMaximize, faWindowMinimize, faWindowRestore };\n","var prefix = \"fas\";\nvar faAd = {\n prefix: 'fas',\n iconName: 'ad',\n icon: [512, 512, [], \"f641\", \"M157.52 272h36.96L176 218.78 157.52 272zM352 256c-13.23 0-24 10.77-24 24s10.77 24 24 24 24-10.77 24-24-10.77-24-24-24zM464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM250.58 352h-16.94c-6.81 0-12.88-4.32-15.12-10.75L211.15 320h-70.29l-7.38 21.25A16 16 0 0 1 118.36 352h-16.94c-11.01 0-18.73-10.85-15.12-21.25L140 176.12A23.995 23.995 0 0 1 162.67 160h26.66A23.99 23.99 0 0 1 212 176.13l53.69 154.62c3.61 10.4-4.11 21.25-15.11 21.25zM424 336c0 8.84-7.16 16-16 16h-16c-4.85 0-9.04-2.27-11.98-5.68-8.62 3.66-18.09 5.68-28.02 5.68-39.7 0-72-32.3-72-72s32.3-72 72-72c8.46 0 16.46 1.73 24 4.42V176c0-8.84 7.16-16 16-16h16c8.84 0 16 7.16 16 16v160z\"]\n};\nvar faAddressBook = {\n prefix: 'fas',\n iconName: 'address-book',\n icon: [448, 512, [], \"f2b9\", \"M436 160c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48v-48h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20zm-228-32c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H118.4C106 384 96 375.4 96 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2z\"]\n};\nvar faAddressCard = {\n prefix: 'fas',\n iconName: 'address-card',\n icon: [576, 512, [], \"f2bb\", \"M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-352 96c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H86.4C74 384 64 375.4 64 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2zM512 312c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-64c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-64c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faAdjust = {\n prefix: 'fas',\n iconName: 'adjust',\n icon: [512, 512, [], \"f042\", \"M8 256c0 136.966 111.033 248 248 248s248-111.034 248-248S392.966 8 256 8 8 119.033 8 256zm248 184V72c101.705 0 184 82.311 184 184 0 101.705-82.311 184-184 184z\"]\n};\nvar faAirFreshener = {\n prefix: 'fas',\n iconName: 'air-freshener',\n icon: [384, 512, [], \"f5d0\", \"M378.94 321.41L284.7 224h49.22c15.3 0 23.66-16.6 13.86-27.53L234.45 69.96c3.43-6.61 5.55-14 5.55-21.96 0-26.51-21.49-48-48-48s-48 21.49-48 48c0 7.96 2.12 15.35 5.55 21.96L36.22 196.47C26.42 207.4 34.78 224 50.08 224H99.3L5.06 321.41C-6.69 333.56 3.34 352 21.7 352H160v32H48c-8.84 0-16 7.16-16 16v96c0 8.84 7.16 16 16 16h288c8.84 0 16-7.16 16-16v-96c0-8.84-7.16-16-16-16H224v-32h138.3c18.36 0 28.39-18.44 16.64-30.59zM192 31.98c8.85 0 16.02 7.17 16.02 16.02 0 8.84-7.17 16.02-16.02 16.02S175.98 56.84 175.98 48c0-8.85 7.17-16.02 16.02-16.02zM304 432v32H80v-32h224z\"]\n};\nvar faAlignCenter = {\n prefix: 'fas',\n iconName: 'align-center',\n icon: [448, 512, [], \"f037\", \"M432 160H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 256H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM108.1 96h231.81A12.09 12.09 0 0 0 352 83.9V44.09A12.09 12.09 0 0 0 339.91 32H108.1A12.09 12.09 0 0 0 96 44.09V83.9A12.1 12.1 0 0 0 108.1 96zm231.81 256A12.09 12.09 0 0 0 352 339.9v-39.81A12.09 12.09 0 0 0 339.91 288H108.1A12.09 12.09 0 0 0 96 300.09v39.81a12.1 12.1 0 0 0 12.1 12.1z\"]\n};\nvar faAlignJustify = {\n prefix: 'fas',\n iconName: 'align-justify',\n icon: [448, 512, [], \"f039\", \"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faAlignLeft = {\n prefix: 'fas',\n iconName: 'align-left',\n icon: [448, 512, [], \"f036\", \"M12.83 352h262.34A12.82 12.82 0 0 0 288 339.17v-38.34A12.82 12.82 0 0 0 275.17 288H12.83A12.82 12.82 0 0 0 0 300.83v38.34A12.82 12.82 0 0 0 12.83 352zm0-256h262.34A12.82 12.82 0 0 0 288 83.17V44.83A12.82 12.82 0 0 0 275.17 32H12.83A12.82 12.82 0 0 0 0 44.83v38.34A12.82 12.82 0 0 0 12.83 96zM432 160H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 256H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faAlignRight = {\n prefix: 'fas',\n iconName: 'align-right',\n icon: [448, 512, [], \"f038\", \"M16 224h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm416 192H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm3.17-384H172.83A12.82 12.82 0 0 0 160 44.83v38.34A12.82 12.82 0 0 0 172.83 96h262.34A12.82 12.82 0 0 0 448 83.17V44.83A12.82 12.82 0 0 0 435.17 32zm0 256H172.83A12.82 12.82 0 0 0 160 300.83v38.34A12.82 12.82 0 0 0 172.83 352h262.34A12.82 12.82 0 0 0 448 339.17v-38.34A12.82 12.82 0 0 0 435.17 288z\"]\n};\nvar faAllergies = {\n prefix: 'fas',\n iconName: 'allergies',\n icon: [448, 512, [], \"f461\", \"M416 112c-17.6 0-32 14.4-32 32v72c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V64c0-17.6-14.4-32-32-32s-32 14.4-32 32v152c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V32c0-17.6-14.4-32-32-32s-32 14.4-32 32v184c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V64c0-17.6-14.4-32-32-32S96 46.4 96 64v241l-23.6-32.5c-13-17.9-38-21.8-55.9-8.8s-21.8 38-8.8 55.9l125.6 172.7c9 12.4 23.5 19.8 38.8 19.8h197.6c22.3 0 41.6-15.3 46.7-37l26.5-112.7c3.2-13.7 4.9-28.3 5.1-42.3V144c0-17.6-14.4-32-32-32zM176 416c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm64 128c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm64 32c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32 64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32-128c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"]\n};\nvar faAmbulance = {\n prefix: 'fas',\n iconName: 'ambulance',\n icon: [640, 512, [], \"f0f9\", \"M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm144-248c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48zm176 248c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z\"]\n};\nvar faAmericanSignLanguageInterpreting = {\n prefix: 'fas',\n iconName: 'american-sign-language-interpreting',\n icon: [640, 512, [], \"f2a3\", \"M290.547 189.039c-20.295-10.149-44.147-11.199-64.739-3.89 42.606 0 71.208 20.475 85.578 50.576 8.576 17.899-5.148 38.071-23.617 38.071 18.429 0 32.211 20.136 23.617 38.071-14.725 30.846-46.123 50.854-80.298 50.854-.557 0-94.471-8.615-94.471-8.615l-66.406 33.347c-9.384 4.693-19.815.379-23.895-7.781L1.86 290.747c-4.167-8.615-1.111-18.897 6.946-23.621l58.072-33.069L108 159.861c6.39-57.245 34.731-109.767 79.743-146.726 11.391-9.448 28.341-7.781 37.51 3.613 9.446 11.394 7.78 28.067-3.612 37.516-12.503 10.559-23.618 22.509-32.509 35.57 21.672-14.729 46.679-24.732 74.186-28.067 14.725-1.945 28.063 8.336 29.73 23.065 1.945 14.728-8.336 28.067-23.062 29.734-16.116 1.945-31.12 7.503-44.178 15.284 26.114-5.713 58.712-3.138 88.079 11.115 13.336 6.669 18.893 22.509 12.224 35.848-6.389 13.06-22.504 18.617-35.564 12.226zm-27.229 69.472c-6.112-12.505-18.338-20.286-32.231-20.286a35.46 35.46 0 0 0-35.565 35.57c0 21.428 17.808 35.57 35.565 35.57 13.893 0 26.119-7.781 32.231-20.286 4.446-9.449 13.614-15.006 23.339-15.284-9.725-.277-18.893-5.835-23.339-15.284zm374.821-37.237c4.168 8.615 1.111 18.897-6.946 23.621l-58.071 33.069L532 352.16c-6.39 57.245-34.731 109.767-79.743 146.726-10.932 9.112-27.799 8.144-37.51-3.613-9.446-11.394-7.78-28.067 3.613-37.516 12.503-10.559 23.617-22.509 32.508-35.57-21.672 14.729-46.679 24.732-74.186 28.067-10.021 2.506-27.552-5.643-29.73-23.065-1.945-14.728 8.336-28.067 23.062-29.734 16.116-1.946 31.12-7.503 44.178-15.284-26.114 5.713-58.712 3.138-88.079-11.115-13.336-6.669-18.893-22.509-12.224-35.848 6.389-13.061 22.505-18.619 35.565-12.227 20.295 10.149 44.147 11.199 64.739 3.89-42.606 0-71.208-20.475-85.578-50.576-8.576-17.899 5.148-38.071 23.617-38.071-18.429 0-32.211-20.136-23.617-38.071 14.033-29.396 44.039-50.887 81.966-50.854l92.803 8.615 66.406-33.347c9.408-4.704 19.828-.354 23.894 7.781l44.455 88.926zm-229.227-18.618c-13.893 0-26.119 7.781-32.231 20.286-4.446 9.449-13.614 15.006-23.339 15.284 9.725.278 18.893 5.836 23.339 15.284 6.112 12.505 18.338 20.286 32.231 20.286a35.46 35.46 0 0 0 35.565-35.57c0-21.429-17.808-35.57-35.565-35.57z\"]\n};\nvar faAnchor = {\n prefix: 'fas',\n iconName: 'anchor',\n icon: [576, 512, [], \"f13d\", \"M12.971 352h32.394C67.172 454.735 181.944 512 288 512c106.229 0 220.853-57.38 242.635-160h32.394c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0l-67.029 67.029c-7.56 7.56-2.206 20.485 8.485 20.485h35.146c-20.29 54.317-84.963 86.588-144.117 94.015V256h52c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-52v-5.47c37.281-13.178 63.995-48.725 64-90.518C384.005 43.772 341.605.738 289.37.01 235.723-.739 192 42.525 192 96c0 41.798 26.716 77.35 64 90.53V192h-52c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h52v190.015c-58.936-7.399-123.82-39.679-144.117-94.015h35.146c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0L4.485 331.515C-3.074 339.074 2.28 352 12.971 352zM288 64c17.645 0 32 14.355 32 32s-14.355 32-32 32-32-14.355-32-32 14.355-32 32-32z\"]\n};\nvar faAngleDoubleDown = {\n prefix: 'fas',\n iconName: 'angle-double-down',\n icon: [320, 512, [], \"f103\", \"M143 256.3L7 120.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0L313 86.3c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.4 9.5-24.6 9.5-34 .1zm34 192l136-136c9.4-9.4 9.4-24.6 0-33.9l-22.6-22.6c-9.4-9.4-24.6-9.4-33.9 0L160 352.1l-96.4-96.4c-9.4-9.4-24.6-9.4-33.9 0L7 278.3c-9.4 9.4-9.4 24.6 0 33.9l136 136c9.4 9.5 24.6 9.5 34 .1z\"]\n};\nvar faAngleDoubleLeft = {\n prefix: 'fas',\n iconName: 'angle-double-left',\n icon: [448, 512, [], \"f100\", \"M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z\"]\n};\nvar faAngleDoubleRight = {\n prefix: 'fas',\n iconName: 'angle-double-right',\n icon: [448, 512, [], \"f101\", \"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z\"]\n};\nvar faAngleDoubleUp = {\n prefix: 'fas',\n iconName: 'angle-double-up',\n icon: [320, 512, [], \"f102\", \"M177 255.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 351.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 425.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1zm-34-192L7 199.7c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l96.4-96.4 96.4 96.4c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9l-136-136c-9.2-9.4-24.4-9.4-33.8 0z\"]\n};\nvar faAngleDown = {\n prefix: 'fas',\n iconName: 'angle-down',\n icon: [320, 512, [], \"f107\", \"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"]\n};\nvar faAngleLeft = {\n prefix: 'fas',\n iconName: 'angle-left',\n icon: [256, 512, [], \"f104\", \"M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z\"]\n};\nvar faAngleRight = {\n prefix: 'fas',\n iconName: 'angle-right',\n icon: [256, 512, [], \"f105\", \"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"]\n};\nvar faAngleUp = {\n prefix: 'fas',\n iconName: 'angle-up',\n icon: [320, 512, [], \"f106\", \"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"]\n};\nvar faAngry = {\n prefix: 'fas',\n iconName: 'angry',\n icon: [496, 512, [], \"f556\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 240c0-9.3 4.1-17.5 10.5-23.4l-31-9.3c-8.5-2.5-13.3-11.5-10.7-19.9 2.5-8.5 11.4-13.2 19.9-10.7l80 24c8.5 2.5 13.3 11.5 10.7 19.9-2.1 6.9-8.4 11.4-15.3 11.4-.5 0-1.1-.2-1.7-.2.7 2.7 1.7 5.3 1.7 8.2 0 17.7-14.3 32-32 32S136 257.7 136 240zm168 154.2c-27.8-33.4-84.2-33.4-112.1 0-13.5 16.3-38.2-4.2-24.6-20.5 20-24 49.4-37.8 80.6-37.8s60.6 13.8 80.6 37.8c13.8 16.5-11.1 36.6-24.5 20.5zm76.6-186.9l-31 9.3c6.3 5.8 10.5 14.1 10.5 23.4 0 17.7-14.3 32-32 32s-32-14.3-32-32c0-2.9.9-5.6 1.7-8.2-.6.1-1.1.2-1.7.2-6.9 0-13.2-4.5-15.3-11.4-2.5-8.5 2.3-17.4 10.7-19.9l80-24c8.4-2.5 17.4 2.3 19.9 10.7 2.5 8.5-2.3 17.4-10.8 19.9z\"]\n};\nvar faAnkh = {\n prefix: 'fas',\n iconName: 'ankh',\n icon: [320, 512, [], \"f644\", \"M296 256h-44.62C272.46 222.01 288 181.65 288 144 288 55.63 230.69 0 160 0S32 55.63 32 144c0 37.65 15.54 78.01 36.62 112H24c-13.25 0-24 10.74-24 24v32c0 13.25 10.75 24 24 24h96v152c0 13.25 10.75 24 24 24h32c13.25 0 24-10.75 24-24V336h96c13.25 0 24-10.75 24-24v-32c0-13.26-10.75-24-24-24zM160 80c29.61 0 48 24.52 48 64 0 34.66-27.14 78.14-48 100.87-20.86-22.72-48-66.21-48-100.87 0-39.48 18.39-64 48-64z\"]\n};\nvar faAppleAlt = {\n prefix: 'fas',\n iconName: 'apple-alt',\n icon: [448, 512, [], \"f5d1\", \"M350.85 129c25.97 4.67 47.27 18.67 63.92 42 14.65 20.67 24.64 46.67 29.96 78 4.67 28.67 4.32 57.33-1 86-7.99 47.33-23.97 87-47.94 119-28.64 38.67-64.59 58-107.87 58-10.66 0-22.3-3.33-34.96-10-8.66-5.33-18.31-8-28.97-8s-20.3 2.67-28.97 8c-12.66 6.67-24.3 10-34.96 10-43.28 0-79.23-19.33-107.87-58-23.97-32-39.95-71.67-47.94-119-5.32-28.67-5.67-57.33-1-86 5.32-31.33 15.31-57.33 29.96-78 16.65-23.33 37.95-37.33 63.92-42 15.98-2.67 37.95-.33 65.92 7 23.97 6.67 44.28 14.67 60.93 24 16.65-9.33 36.96-17.33 60.93-24 27.98-7.33 49.96-9.67 65.94-7zm-54.94-41c-9.32 8.67-21.65 15-36.96 19-10.66 3.33-22.3 5-34.96 5l-14.98-1c-1.33-9.33-1.33-20 0-32 2.67-24 10.32-42.33 22.97-55 9.32-8.67 21.65-15 36.96-19 10.66-3.33 22.3-5 34.96-5l14.98 1 1 15c0 12.67-1.67 24.33-4.99 35-3.99 15.33-10.31 27.67-18.98 37z\"]\n};\nvar faArchive = {\n prefix: 'fas',\n iconName: 'archive',\n icon: [512, 512, [], \"f187\", \"M32 448c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V160H32v288zm160-212c0-6.6 5.4-12 12-12h104c6.6 0 12 5.4 12 12v8c0 6.6-5.4 12-12 12H204c-6.6 0-12-5.4-12-12v-8zM480 32H32C14.3 32 0 46.3 0 64v48c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16V64c0-17.7-14.3-32-32-32z\"]\n};\nvar faArchway = {\n prefix: 'fas',\n iconName: 'archway',\n icon: [576, 512, [], \"f557\", \"M560 448h-16V96H32v352H16.02c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16H176c8.84 0 16-7.16 16-16V320c0-53.02 42.98-96 96-96s96 42.98 96 96l.02 160v16c0 8.84 7.16 16 16 16H560c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm0-448H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h544c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16z\"]\n};\nvar faArrowAltCircleDown = {\n prefix: 'fas',\n iconName: 'arrow-alt-circle-down',\n icon: [512, 512, [], \"f358\", \"M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zM212 140v116h-70.9c-10.7 0-16.1 13-8.5 20.5l114.9 114.3c4.7 4.7 12.2 4.7 16.9 0l114.9-114.3c7.6-7.6 2.2-20.5-8.5-20.5H300V140c0-6.6-5.4-12-12-12h-64c-6.6 0-12 5.4-12 12z\"]\n};\nvar faArrowAltCircleLeft = {\n prefix: 'fas',\n iconName: 'arrow-alt-circle-left',\n icon: [512, 512, [], \"f359\", \"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm116-292H256v-70.9c0-10.7-13-16.1-20.5-8.5L121.2 247.5c-4.7 4.7-4.7 12.2 0 16.9l114.3 114.9c7.6 7.6 20.5 2.2 20.5-8.5V300h116c6.6 0 12-5.4 12-12v-64c0-6.6-5.4-12-12-12z\"]\n};\nvar faArrowAltCircleRight = {\n prefix: 'fas',\n iconName: 'arrow-alt-circle-right',\n icon: [512, 512, [], \"f35a\", \"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"]\n};\nvar faArrowAltCircleUp = {\n prefix: 'fas',\n iconName: 'arrow-alt-circle-up',\n icon: [512, 512, [], \"f35b\", \"M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm292 116V256h70.9c10.7 0 16.1-13 8.5-20.5L264.5 121.2c-4.7-4.7-12.2-4.7-16.9 0l-115 114.3c-7.6 7.6-2.2 20.5 8.5 20.5H212v116c0 6.6 5.4 12 12 12h64c6.6 0 12-5.4 12-12z\"]\n};\nvar faArrowCircleDown = {\n prefix: 'fas',\n iconName: 'arrow-circle-down',\n icon: [512, 512, [], \"f0ab\", \"M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-143.6-28.9L288 302.6V120c0-13.3-10.7-24-24-24h-16c-13.3 0-24 10.7-24 24v182.6l-72.4-75.5c-9.3-9.7-24.8-9.9-34.3-.4l-10.9 11c-9.4 9.4-9.4 24.6 0 33.9L239 404.3c9.4 9.4 24.6 9.4 33.9 0l132.7-132.7c9.4-9.4 9.4-24.6 0-33.9l-10.9-11c-9.5-9.5-25-9.3-34.3.4z\"]\n};\nvar faArrowCircleLeft = {\n prefix: 'fas',\n iconName: 'arrow-circle-left',\n icon: [512, 512, [], \"f0a8\", \"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\"]\n};\nvar faArrowCircleRight = {\n prefix: 'fas',\n iconName: 'arrow-circle-right',\n icon: [512, 512, [], \"f0a9\", \"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z\"]\n};\nvar faArrowCircleUp = {\n prefix: 'fas',\n iconName: 'arrow-circle-up',\n icon: [512, 512, [], \"f0aa\", \"M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm143.6 28.9l72.4-75.5V392c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V209.4l72.4 75.5c9.3 9.7 24.8 9.9 34.3.4l10.9-11c9.4-9.4 9.4-24.6 0-33.9L273 107.7c-9.4-9.4-24.6-9.4-33.9 0L106.3 240.4c-9.4 9.4-9.4 24.6 0 33.9l10.9 11c9.6 9.5 25.1 9.3 34.4-.4z\"]\n};\nvar faArrowDown = {\n prefix: 'fas',\n iconName: 'arrow-down',\n icon: [448, 512, [], \"f063\", \"M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z\"]\n};\nvar faArrowLeft = {\n prefix: 'fas',\n iconName: 'arrow-left',\n icon: [448, 512, [], \"f060\", \"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\"]\n};\nvar faArrowRight = {\n prefix: 'fas',\n iconName: 'arrow-right',\n icon: [448, 512, [], \"f061\", \"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"]\n};\nvar faArrowUp = {\n prefix: 'fas',\n iconName: 'arrow-up',\n icon: [448, 512, [], \"f062\", \"M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z\"]\n};\nvar faArrowsAlt = {\n prefix: 'fas',\n iconName: 'arrows-alt',\n icon: [512, 512, [], \"f0b2\", \"M352.201 425.775l-79.196 79.196c-9.373 9.373-24.568 9.373-33.941 0l-79.196-79.196c-15.119-15.119-4.411-40.971 16.971-40.97h51.162L228 284H127.196v51.162c0 21.382-25.851 32.09-40.971 16.971L7.029 272.937c-9.373-9.373-9.373-24.569 0-33.941L86.225 159.8c15.119-15.119 40.971-4.411 40.971 16.971V228H228V127.196h-51.23c-21.382 0-32.09-25.851-16.971-40.971l79.196-79.196c9.373-9.373 24.568-9.373 33.941 0l79.196 79.196c15.119 15.119 4.411 40.971-16.971 40.971h-51.162V228h100.804v-51.162c0-21.382 25.851-32.09 40.97-16.971l79.196 79.196c9.373 9.373 9.373 24.569 0 33.941L425.773 352.2c-15.119 15.119-40.971 4.411-40.97-16.971V284H284v100.804h51.23c21.382 0 32.09 25.851 16.971 40.971z\"]\n};\nvar faArrowsAltH = {\n prefix: 'fas',\n iconName: 'arrows-alt-h',\n icon: [512, 512, [], \"f337\", \"M377.941 169.941V216H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.568 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296h243.882v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.568 0-33.941l-86.059-86.059c-15.119-15.12-40.971-4.412-40.971 16.97z\"]\n};\nvar faArrowsAltV = {\n prefix: 'fas',\n iconName: 'arrows-alt-v',\n icon: [256, 512, [], \"f338\", \"M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z\"]\n};\nvar faAssistiveListeningSystems = {\n prefix: 'fas',\n iconName: 'assistive-listening-systems',\n icon: [512, 512, [], \"f2a2\", \"M216 260c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-44.112 35.888-80 80-80s80 35.888 80 80c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-13.234-10.767-24-24-24s-24 10.766-24 24zm24-176c-97.047 0-176 78.953-176 176 0 15.464 12.536 28 28 28s28-12.536 28-28c0-66.168 53.832-120 120-120s120 53.832 120 120c0 75.164-71.009 70.311-71.997 143.622L288 404c0 28.673-23.327 52-52 52-15.464 0-28 12.536-28 28s12.536 28 28 28c59.475 0 107.876-48.328 108-107.774.595-34.428 72-48.24 72-144.226 0-97.047-78.953-176-176-176zm-80 236c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zM32 448c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm480-187.993c0-1.518-.012-3.025-.045-4.531C510.076 140.525 436.157 38.47 327.994 1.511c-14.633-4.998-30.549 2.809-35.55 17.442-5 14.633 2.81 30.549 17.442 35.55 85.906 29.354 144.61 110.513 146.077 201.953l.003.188c.026 1.118.033 2.236.033 3.363 0 15.464 12.536 28 28 28s28.001-12.536 28.001-28zM152.971 439.029l-80-80L39.03 392.97l80 80 33.941-33.941z\"]\n};\nvar faAsterisk = {\n prefix: 'fas',\n iconName: 'asterisk',\n icon: [512, 512, [], \"f069\", \"M478.21 334.093L336 256l142.21-78.093c11.795-6.477 15.961-21.384 9.232-33.037l-19.48-33.741c-6.728-11.653-21.72-15.499-33.227-8.523L296 186.718l3.475-162.204C299.763 11.061 288.937 0 275.48 0h-38.96c-13.456 0-24.283 11.061-23.994 24.514L216 186.718 77.265 102.607c-11.506-6.976-26.499-3.13-33.227 8.523l-19.48 33.741c-6.728 11.653-2.562 26.56 9.233 33.037L176 256 33.79 334.093c-11.795 6.477-15.961 21.384-9.232 33.037l19.48 33.741c6.728 11.653 21.721 15.499 33.227 8.523L216 325.282l-3.475 162.204C212.237 500.939 223.064 512 236.52 512h38.961c13.456 0 24.283-11.061 23.995-24.514L296 325.282l138.735 84.111c11.506 6.976 26.499 3.13 33.227-8.523l19.48-33.741c6.728-11.653 2.563-26.559-9.232-33.036z\"]\n};\nvar faAt = {\n prefix: 'fas',\n iconName: 'at',\n icon: [512, 512, [], \"f1fa\", \"M256 8C118.941 8 8 118.919 8 256c0 137.059 110.919 248 248 248 48.154 0 95.342-14.14 135.408-40.223 12.005-7.815 14.625-24.288 5.552-35.372l-10.177-12.433c-7.671-9.371-21.179-11.667-31.373-5.129C325.92 429.757 291.314 440 256 440c-101.458 0-184-82.542-184-184S154.542 72 256 72c100.139 0 184 57.619 184 160 0 38.786-21.093 79.742-58.17 83.693-17.349-.454-16.91-12.857-13.476-30.024l23.433-121.11C394.653 149.75 383.308 136 368.225 136h-44.981a13.518 13.518 0 0 0-13.432 11.993l-.01.092c-14.697-17.901-40.448-21.775-59.971-21.775-74.58 0-137.831 62.234-137.831 151.46 0 65.303 36.785 105.87 96 105.87 26.984 0 57.369-15.637 74.991-38.333 9.522 34.104 40.613 34.103 70.71 34.103C462.609 379.41 504 307.798 504 232 504 95.653 394.023 8 256 8zm-21.68 304.43c-22.249 0-36.07-15.623-36.07-40.771 0-44.993 30.779-72.729 58.63-72.729 22.292 0 35.601 15.241 35.601 40.77 0 45.061-33.875 72.73-58.161 72.73z\"]\n};\nvar faAtlas = {\n prefix: 'fas',\n iconName: 'atlas',\n icon: [448, 512, [], \"f558\", \"M318.38 208h-39.09c-1.49 27.03-6.54 51.35-14.21 70.41 27.71-13.24 48.02-39.19 53.3-70.41zm0-32c-5.29-31.22-25.59-57.17-53.3-70.41 7.68 19.06 12.72 43.38 14.21 70.41h39.09zM224 97.31c-7.69 7.45-20.77 34.42-23.43 78.69h46.87c-2.67-44.26-15.75-71.24-23.44-78.69zm-41.08 8.28c-27.71 13.24-48.02 39.19-53.3 70.41h39.09c1.49-27.03 6.53-51.35 14.21-70.41zm0 172.82c-7.68-19.06-12.72-43.38-14.21-70.41h-39.09c5.28 31.22 25.59 57.17 53.3 70.41zM247.43 208h-46.87c2.66 44.26 15.74 71.24 23.43 78.69 7.7-7.45 20.78-34.43 23.44-78.69zM448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM224 64c70.69 0 128 57.31 128 128s-57.31 128-128 128S96 262.69 96 192 153.31 64 224 64zm160 384H96c-19.2 0-32-12.8-32-32s16-32 32-32h288v64z\"]\n};\nvar faAtom = {\n prefix: 'fas',\n iconName: 'atom',\n icon: [448, 512, [], \"f5d2\", \"M413.03 256c40.13-54.89 41.51-98.62 25.14-128-10.91-19.52-40.54-50.73-116.33-41.88C300.36 34.89 267.64 0 224 0s-76.36 34.89-97.84 86.12C50.43 77.34 20.73 108.48 9.83 128c-16.38 29.4-15 73.09 25.14 128-40.13 54.89-41.51 98.62-25.14 128 29.21 52.34 101.68 43.58 116.33 41.88C147.63 477.1 180.36 512 224 512s76.37-34.9 97.84-86.12c14.64 1.7 87.11 10.46 116.33-41.88 16.38-29.4 15-73.09-25.14-128zM63.38 352c-4.03-7.21-.19-24.8 14.95-48.29 6.96 6.53 14.2 12.89 21.87 19.18 1.71 13.71 4 27.08 6.76 40.08-24.56.89-39.89-4.37-43.58-10.97zm36.82-162.88c-7.66 6.29-14.9 12.65-21.87 19.18-15.13-23.5-18.97-41.09-14.95-48.3 3.41-6.14 16.39-11.47 37.92-11.47 1.71 0 3.87.3 5.69.37a472.191 472.191 0 0 0-6.79 40.22zM224 64c9.47 0 22.2 13.52 33.86 37.26-11.19 3.7-22.44 8-33.86 12.86-11.42-4.86-22.67-9.16-33.86-12.86C201.8 77.52 214.53 64 224 64zm0 384c-9.47 0-22.2-13.52-33.86-37.26 11.19-3.7 22.44-8 33.86-12.86 11.42 4.86 22.67 9.16 33.86 12.86C246.2 434.48 233.47 448 224 448zm62.5-157.33c-26.7 19.08-46.14 29.33-62.5 37.48-16.35-8.14-35.8-18.41-62.5-37.48-1.99-27.79-1.99-41.54 0-69.33 26.67-19.05 46.13-29.32 62.5-37.48 16.39 8.17 35.86 18.44 62.5 37.48 1.98 27.78 1.99 41.53 0 69.33zM384.62 352c-3.67 6.62-19 11.82-43.58 10.95 2.76-13 5.05-26.37 6.76-40.06 7.66-6.29 14.9-12.65 21.87-19.18 15.13 23.49 18.97 41.08 14.95 48.29zm-14.95-143.71c-6.96-6.53-14.2-12.89-21.87-19.18a473.535 473.535 0 0 0-6.79-40.22c1.82-.07 3.97-.37 5.69-.37 21.52 0 34.51 5.34 37.92 11.47 4.02 7.22.18 24.81-14.95 48.3zM224 224c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z\"]\n};\nvar faAudioDescription = {\n prefix: 'fas',\n iconName: 'audio-description',\n icon: [512, 512, [], \"f29e\", \"M162.925 238.709l8.822 30.655h-25.606l9.041-30.652c1.277-4.421 2.651-9.994 3.872-15.245 1.22 5.251 2.594 10.823 3.871 15.242zm166.474-32.099h-14.523v98.781h14.523c29.776 0 46.175-17.678 46.175-49.776 0-32.239-17.49-49.005-46.175-49.005zM512 112v288c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48zM245.459 336.139l-57.097-168A12.001 12.001 0 0 0 177 160h-35.894a12.001 12.001 0 0 0-11.362 8.139l-57.097 168C70.003 343.922 75.789 352 84.009 352h29.133a12 12 0 0 0 11.535-8.693l8.574-29.906h51.367l8.793 29.977A12 12 0 0 0 204.926 352h29.172c8.22 0 14.006-8.078 11.361-15.861zm184.701-80.525c0-58.977-37.919-95.614-98.96-95.614h-57.366c-6.627 0-12 5.373-12 12v168c0 6.627 5.373 12 12 12H331.2c61.041 0 98.96-36.933 98.96-96.386z\"]\n};\nvar faAward = {\n prefix: 'fas',\n iconName: 'award',\n icon: [384, 512, [], \"f559\", \"M97.12 362.63c-8.69-8.69-4.16-6.24-25.12-11.85-9.51-2.55-17.87-7.45-25.43-13.32L1.2 448.7c-4.39 10.77 3.81 22.47 15.43 22.03l52.69-2.01L105.56 507c8 8.44 22.04 5.81 26.43-4.96l52.05-127.62c-10.84 6.04-22.87 9.58-35.31 9.58-19.5 0-37.82-7.59-51.61-21.37zM382.8 448.7l-45.37-111.24c-7.56 5.88-15.92 10.77-25.43 13.32-21.07 5.64-16.45 3.18-25.12 11.85-13.79 13.78-32.12 21.37-51.62 21.37-12.44 0-24.47-3.55-35.31-9.58L252 502.04c4.39 10.77 18.44 13.4 26.43 4.96l36.25-38.28 52.69 2.01c11.62.44 19.82-11.27 15.43-22.03zM263 340c15.28-15.55 17.03-14.21 38.79-20.14 13.89-3.79 24.75-14.84 28.47-28.98 7.48-28.4 5.54-24.97 25.95-45.75 10.17-10.35 14.14-25.44 10.42-39.58-7.47-28.38-7.48-24.42 0-52.83 3.72-14.14-.25-29.23-10.42-39.58-20.41-20.78-18.47-17.36-25.95-45.75-3.72-14.14-14.58-25.19-28.47-28.98-27.88-7.61-24.52-5.62-44.95-26.41-10.17-10.35-25-14.4-38.89-10.61-27.87 7.6-23.98 7.61-51.9 0-13.89-3.79-28.72.25-38.89 10.61-20.41 20.78-17.05 18.8-44.94 26.41-13.89 3.79-24.75 14.84-28.47 28.98-7.47 28.39-5.54 24.97-25.95 45.75-10.17 10.35-14.15 25.44-10.42 39.58 7.47 28.36 7.48 24.4 0 52.82-3.72 14.14.25 29.23 10.42 39.59 20.41 20.78 18.47 17.35 25.95 45.75 3.72 14.14 14.58 25.19 28.47 28.98C104.6 325.96 106.27 325 121 340c13.23 13.47 33.84 15.88 49.74 5.82a39.676 39.676 0 0 1 42.53 0c15.89 10.06 36.5 7.65 49.73-5.82zM97.66 175.96c0-53.03 42.24-96.02 94.34-96.02s94.34 42.99 94.34 96.02-42.24 96.02-94.34 96.02-94.34-42.99-94.34-96.02z\"]\n};\nvar faBaby = {\n prefix: 'fas',\n iconName: 'baby',\n icon: [384, 512, [], \"f77c\", \"M192 160c44.2 0 80-35.8 80-80S236.2 0 192 0s-80 35.8-80 80 35.8 80 80 80zm-53.4 248.8l25.6-32-61.5-51.2L56.8 383c-11.4 14.2-11.7 34.4-.8 49l48 64c7.9 10.5 19.9 16 32 16 8.3 0 16.8-2.6 24-8 17.7-13.2 21.2-38.3 8-56l-29.4-39.2zm142.7-83.2l-61.5 51.2 25.6 32L216 448c-13.2 17.7-9.7 42.8 8 56 7.2 5.4 15.6 8 24 8 12.2 0 24.2-5.5 32-16l48-64c10.9-14.6 10.6-34.8-.8-49l-45.9-57.4zM376.7 145c-12.7-18.1-37.6-22.4-55.7-9.8l-40.6 28.5c-52.7 37-124.2 37-176.8 0L63 135.3C44.9 122.6 20 127 7.3 145-5.4 163.1-1 188 17 200.7l40.6 28.5c17 11.9 35.4 20.9 54.4 27.9V288h160v-30.8c19-7 37.4-16 54.4-27.9l40.6-28.5c18.1-12.8 22.4-37.7 9.7-55.8z\"]\n};\nvar faBabyCarriage = {\n prefix: 'fas',\n iconName: 'baby-carriage',\n icon: [512, 512, [], \"f77d\", \"M144.8 17c-11.3-17.8-37.2-22.8-54-9.4C35.3 51.9 0 118 0 192h256L144.8 17zM496 96h-48c-35.3 0-64 28.7-64 64v64H0c0 50.6 23 96.4 60.3 130.7C25.7 363.6 0 394.7 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-8.9-1.8-17.2-4.4-25.2 21.6 5.9 44.6 9.2 68.4 9.2s46.9-3.3 68.4-9.2c-2.7 8-4.4 16.3-4.4 25.2 0 44.2 35.8 80 80 80s80-35.8 80-80c0-37.3-25.7-68.4-60.3-77.3C425 320.4 448 274.6 448 224v-64h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM80 464c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32zm320-32c0 17.6-14.4 32-32 32s-32-14.4-32-32 14.4-32 32-32 32 14.4 32 32z\"]\n};\nvar faBackspace = {\n prefix: 'fas',\n iconName: 'backspace',\n icon: [640, 512, [], \"f55a\", \"M576 64H205.26A63.97 63.97 0 0 0 160 82.75L9.37 233.37c-12.5 12.5-12.5 32.76 0 45.25L160 429.25c12 12 28.28 18.75 45.25 18.75H576c35.35 0 64-28.65 64-64V128c0-35.35-28.65-64-64-64zm-84.69 254.06c6.25 6.25 6.25 16.38 0 22.63l-22.62 22.62c-6.25 6.25-16.38 6.25-22.63 0L384 301.25l-62.06 62.06c-6.25 6.25-16.38 6.25-22.63 0l-22.62-22.62c-6.25-6.25-6.25-16.38 0-22.63L338.75 256l-62.06-62.06c-6.25-6.25-6.25-16.38 0-22.63l22.62-22.62c6.25-6.25 16.38-6.25 22.63 0L384 210.75l62.06-62.06c6.25-6.25 16.38-6.25 22.63 0l22.62 22.62c6.25 6.25 6.25 16.38 0 22.63L429.25 256l62.06 62.06z\"]\n};\nvar faBackward = {\n prefix: 'fas',\n iconName: 'backward',\n icon: [512, 512, [], \"f04a\", \"M11.5 280.6l192 160c20.6 17.2 52.5 2.8 52.5-24.6V96c0-27.4-31.9-41.8-52.5-24.6l-192 160c-15.3 12.8-15.3 36.4 0 49.2zm256 0l192 160c20.6 17.2 52.5 2.8 52.5-24.6V96c0-27.4-31.9-41.8-52.5-24.6l-192 160c-15.3 12.8-15.3 36.4 0 49.2z\"]\n};\nvar faBacon = {\n prefix: 'fas',\n iconName: 'bacon',\n icon: [576, 512, [], \"f7e5\", \"M218.92 336.39c34.89-34.89 44.2-59.7 54.05-86 10.61-28.29 21.59-57.54 61.37-97.34s69.05-50.77 97.35-61.38c23.88-9 46.64-17.68 76.79-45.37L470.81 8.91a31 31 0 0 0-40.18-2.83c-13.64 10.1-25.15 14.39-41 20.3C247 79.52 209.26 191.29 200.65 214.1c-29.75 78.83-89.55 94.68-98.72 98.09-24.86 9.26-54.73 20.38-91.07 50.36C-3 374-3.63 395 9.07 407.61l35.76 35.51C80 410.52 107 400.15 133 390.39c26.27-9.84 51.06-19.12 85.92-54zm348-232l-35.75-35.51c-35.19 32.63-62.18 43-88.25 52.79-26.26 9.85-51.06 19.16-85.95 54s-44.19 59.69-54 86C292.33 290 281.34 319.22 241.55 359s-69 50.73-97.3 61.32c-23.86 9-46.61 17.66-76.72 45.33l37.68 37.43a31 31 0 0 0 40.18 2.82c13.6-10.06 25.09-14.34 40.94-20.24 142.2-53 180-164.1 188.94-187.69C405 219.18 464.8 203.3 474 199.86c24.87-9.27 54.74-20.4 91.11-50.41 13.89-11.4 14.52-32.45 1.82-45.05z\"]\n};\nvar faBalanceScale = {\n prefix: 'fas',\n iconName: 'balance-scale',\n icon: [640, 512, [], \"f24e\", \"M256 336h-.02c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0C-2.06 328.75.02 320.33.02 336H0c0 44.18 57.31 80 128 80s128-35.82 128-80zM128 176l72 144H56l72-144zm511.98 160c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 320l72-144 72 144H440zm88 128H352V153.25c23.51-10.29 41.16-31.48 46.39-57.25H528c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H383.64C369.04 12.68 346.09 0 320 0s-49.04 12.68-63.64 32H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h129.61c5.23 25.76 22.87 46.96 46.39 57.25V448H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faBalanceScaleLeft = {\n prefix: 'fas',\n iconName: 'balance-scale-left',\n icon: [640, 512, [], \"f515\", \"M528 448H352V153.25c20.42-8.94 36.1-26.22 43.38-47.47l132-44.26c8.38-2.81 12.89-11.88 10.08-20.26l-10.17-30.34C524.48 2.54 515.41-1.97 507.03.84L389.11 40.37C375.3 16.36 349.69 0 320 0c-44.18 0-80 35.82-80 80 0 3.43.59 6.71 1.01 10.03l-128.39 43.05c-8.38 2.81-12.89 11.88-10.08 20.26l10.17 30.34c2.81 8.38 11.88 12.89 20.26 10.08l142.05-47.63c4.07 2.77 8.43 5.12 12.99 7.12V496c0 8.84 7.16 16 16 16h224c8.84 0 16-7.16 16-16v-32c-.01-8.84-7.17-16-16.01-16zm111.98-144c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 288l72-144 72 144H440zm-269.07-37.51c-17.65-35.29-68.19-35.36-85.87 0C-2.06 424.75.02 416.33.02 432H0c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02c0-16.18 1.34-8.73-85.05-181.51zM56 416l72-144 72 144H56z\"]\n};\nvar faBalanceScaleRight = {\n prefix: 'fas',\n iconName: 'balance-scale-right',\n icon: [640, 512, [], \"f516\", \"M96 464v32c0 8.84 7.16 16 16 16h224c8.84 0 16-7.16 16-16V153.25c4.56-2 8.92-4.35 12.99-7.12l142.05 47.63c8.38 2.81 17.45-1.71 20.26-10.08l10.17-30.34c2.81-8.38-1.71-17.45-10.08-20.26l-128.4-43.05c.42-3.32 1.01-6.6 1.01-10.03 0-44.18-35.82-80-80-80-29.69 0-55.3 16.36-69.11 40.37L132.96.83c-8.38-2.81-17.45 1.71-20.26 10.08l-10.17 30.34c-2.81 8.38 1.71 17.45 10.08 20.26l132 44.26c7.28 21.25 22.96 38.54 43.38 47.47V448H112c-8.84 0-16 7.16-16 16zM0 304c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02c0-15.67 2.08-7.25-85.05-181.51-17.68-35.36-68.22-35.29-85.87 0C-1.32 295.27.02 287.82.02 304H0zm56-16l72-144 72 144H56zm328.02 144H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02c0-15.67 2.08-7.25-85.05-181.51-17.68-35.36-68.22-35.29-85.87 0-86.38 172.78-85.04 165.33-85.04 181.51zM440 416l72-144 72 144H440z\"]\n};\nvar faBan = {\n prefix: 'fas',\n iconName: 'ban',\n icon: [512, 512, [], \"f05e\", \"M256 8C119.034 8 8 119.033 8 256s111.034 248 248 248 248-111.034 248-248S392.967 8 256 8zm130.108 117.892c65.448 65.448 70 165.481 20.677 235.637L150.47 105.216c70.204-49.356 170.226-44.735 235.638 20.676zM125.892 386.108c-65.448-65.448-70-165.481-20.677-235.637L361.53 406.784c-70.203 49.356-170.226 44.736-235.638-20.676z\"]\n};\nvar faBandAid = {\n prefix: 'fas',\n iconName: 'band-aid',\n icon: [640, 512, [], \"f462\", \"M0 160v192c0 35.3 28.7 64 64 64h96V96H64c-35.3 0-64 28.7-64 64zm576-64h-96v320h96c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64zM192 416h256V96H192v320zm176-232c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm0 96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm-96-96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm0 96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24z\"]\n};\nvar faBarcode = {\n prefix: 'fas',\n iconName: 'barcode',\n icon: [512, 512, [], \"f02a\", \"M0 448V64h18v384H0zm26.857-.273V64H36v383.727h-9.143zm27.143 0V64h8.857v383.727H54zm44.857 0V64h8.857v383.727h-8.857zm36 0V64h17.714v383.727h-17.714zm44.857 0V64h8.857v383.727h-8.857zm18 0V64h8.857v383.727h-8.857zm18 0V64h8.857v383.727h-8.857zm35.715 0V64h18v383.727h-18zm44.857 0V64h18v383.727h-18zm35.999 0V64h18.001v383.727h-18.001zm36.001 0V64h18.001v383.727h-18.001zm26.857 0V64h18v383.727h-18zm45.143 0V64h26.857v383.727h-26.857zm35.714 0V64h9.143v383.727H476zm18 .273V64h18v384h-18z\"]\n};\nvar faBars = {\n prefix: 'fas',\n iconName: 'bars',\n icon: [448, 512, [], \"f0c9\", \"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"]\n};\nvar faBaseballBall = {\n prefix: 'fas',\n iconName: 'baseball-ball',\n icon: [496, 512, [], \"f433\", \"M368.5 363.9l28.8-13.9c11.1 22.9 26 43.2 44.1 60.9 34-42.5 54.5-96.3 54.5-154.9 0-58.5-20.4-112.2-54.2-154.6-17.8 17.3-32.6 37.1-43.6 59.5l-28.7-14.1c12.8-26 30-49 50.8-69C375.6 34.7 315 8 248 8 181.1 8 120.5 34.6 75.9 77.7c20.7 19.9 37.9 42.9 50.7 68.8l-28.7 14.1c-11-22.3-25.7-42.1-43.5-59.4C20.4 143.7 0 197.4 0 256c0 58.6 20.4 112.3 54.4 154.7 18.2-17.7 33.2-38 44.3-61l28.8 13.9c-12.9 26.7-30.3 50.3-51.5 70.7 44.5 43.1 105.1 69.7 172 69.7 66.8 0 127.3-26.5 171.9-69.5-21.1-20.4-38.5-43.9-51.4-70.6zm-228.3-32l-30.5-9.8c14.9-46.4 12.7-93.8-.6-134l30.4-10c15 45.6 18 99.9.7 153.8zm216.3-153.4l30.4 10c-13.2 40.1-15.5 87.5-.6 134l-30.5 9.8c-17.3-54-14.3-108.3.7-153.8z\"]\n};\nvar faBasketballBall = {\n prefix: 'fas',\n iconName: 'basketball-ball',\n icon: [496, 512, [], \"f434\", \"M212.3 10.3c-43.8 6.3-86.2 24.1-122.2 53.8l77.4 77.4c27.8-35.8 43.3-81.2 44.8-131.2zM248 222L405.9 64.1c-42.4-35-93.6-53.5-145.5-56.1-1.2 63.9-21.5 122.3-58.7 167.7L248 222zM56.1 98.1c-29.7 36-47.5 78.4-53.8 122.2 50-1.5 95.5-17 131.2-44.8L56.1 98.1zm272.2 204.2c45.3-37.1 103.7-57.4 167.7-58.7-2.6-51.9-21.1-103.1-56.1-145.5L282 256l46.3 46.3zM248 290L90.1 447.9c42.4 34.9 93.6 53.5 145.5 56.1 1.3-64 21.6-122.4 58.7-167.7L248 290zm191.9 123.9c29.7-36 47.5-78.4 53.8-122.2-50.1 1.6-95.5 17.1-131.2 44.8l77.4 77.4zM167.7 209.7C122.3 246.9 63.9 267.3 0 268.4c2.6 51.9 21.1 103.1 56.1 145.5L214 256l-46.3-46.3zm116 292c43.8-6.3 86.2-24.1 122.2-53.8l-77.4-77.4c-27.7 35.7-43.2 81.2-44.8 131.2z\"]\n};\nvar faBath = {\n prefix: 'fas',\n iconName: 'bath',\n icon: [512, 512, [], \"f2cd\", \"M488 256H80V112c0-17.645 14.355-32 32-32 11.351 0 21.332 5.945 27.015 14.88-16.492 25.207-14.687 59.576 6.838 83.035-4.176 4.713-4.021 11.916.491 16.428l11.314 11.314c4.686 4.686 12.284 4.686 16.971 0l95.03-95.029c4.686-4.686 4.686-12.284 0-16.971l-11.314-11.314c-4.512-4.512-11.715-4.666-16.428-.491-17.949-16.469-42.294-21.429-64.178-15.365C163.281 45.667 139.212 32 112 32c-44.112 0-80 35.888-80 80v144h-8c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h8v32c0 28.43 12.362 53.969 32 71.547V456c0 13.255 10.745 24 24 24h16c13.255 0 24-10.745 24-24v-8h256v8c0 13.255 10.745 24 24 24h16c13.255 0 24-10.745 24-24v-32.453c19.638-17.578 32-43.117 32-71.547v-32h8c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24z\"]\n};\nvar faBatteryEmpty = {\n prefix: 'fas',\n iconName: 'battery-empty',\n icon: [640, 512, [], \"f244\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48z\"]\n};\nvar faBatteryFull = {\n prefix: 'fas',\n iconName: 'battery-full',\n icon: [640, 512, [], \"f240\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-48 96H96v128h416V192z\"]\n};\nvar faBatteryHalf = {\n prefix: 'fas',\n iconName: 'battery-half',\n icon: [640, 512, [], \"f242\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-240 96H96v128h224V192z\"]\n};\nvar faBatteryQuarter = {\n prefix: 'fas',\n iconName: 'battery-quarter',\n icon: [640, 512, [], \"f243\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-336 96H96v128h128V192z\"]\n};\nvar faBatteryThreeQuarters = {\n prefix: 'fas',\n iconName: 'battery-three-quarters',\n icon: [640, 512, [], \"f241\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-144 96H96v128h320V192z\"]\n};\nvar faBed = {\n prefix: 'fas',\n iconName: 'bed',\n icon: [640, 512, [], \"f236\", \"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"]\n};\nvar faBeer = {\n prefix: 'fas',\n iconName: 'beer',\n icon: [448, 512, [], \"f0fc\", \"M368 96h-48V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56v400c0 13.255 10.745 24 24 24h272c13.255 0 24-10.745 24-24v-42.11l80.606-35.977C429.396 365.063 448 336.388 448 304.86V176c0-44.112-35.888-80-80-80zm16 208.86a16.018 16.018 0 0 1-9.479 14.611L320 343.805V160h48c8.822 0 16 7.178 16 16v128.86zM208 384c-8.836 0-16-7.164-16-16V144c0-8.836 7.164-16 16-16s16 7.164 16 16v224c0 8.836-7.164 16-16 16zm-96 0c-8.836 0-16-7.164-16-16V144c0-8.836 7.164-16 16-16s16 7.164 16 16v224c0 8.836-7.164 16-16 16z\"]\n};\nvar faBell = {\n prefix: 'fas',\n iconName: 'bell',\n icon: [448, 512, [], \"f0f3\", \"M224 512c35.32 0 63.97-28.65 63.97-64H160.03c0 35.35 28.65 64 63.97 64zm215.39-149.71c-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84C118.56 68.1 64.08 130.3 64.08 208c0 102.3-36.15 133.53-55.47 154.29-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h383.8c19.12 0 32-15.6 32.1-32 .05-7.55-2.61-15.27-8.61-21.71z\"]\n};\nvar faBellSlash = {\n prefix: 'fas',\n iconName: 'bell-slash',\n icon: [640, 512, [], \"f1f6\", \"M633.82 458.1l-90.62-70.05c.19-1.38.8-2.66.8-4.06.05-7.55-2.61-15.27-8.61-21.71-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84c-40.33 8.38-74.66 31.07-97.59 62.57L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.35 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.42-6.97 4.17-17.02-2.81-22.45zM157.23 251.54c-8.61 67.96-36.41 93.33-52.62 110.75-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h241.92L157.23 251.54zM320 512c35.32 0 63.97-28.65 63.97-64H256.03c0 35.35 28.65 64 63.97 64z\"]\n};\nvar faBezierCurve = {\n prefix: 'fas',\n iconName: 'bezier-curve',\n icon: [640, 512, [], \"f55b\", \"M368 32h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zM208 88h-84.75C113.75 64.56 90.84 48 64 48 28.66 48 0 76.65 0 112s28.66 64 64 64c26.84 0 49.75-16.56 59.25-40h79.73c-55.37 32.52-95.86 87.32-109.54 152h49.4c11.3-41.61 36.77-77.21 71.04-101.56-3.7-8.08-5.88-16.99-5.88-26.44V88zm-48 232H64c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32zM576 48c-26.84 0-49.75 16.56-59.25 40H432v72c0 9.45-2.19 18.36-5.88 26.44 34.27 24.35 59.74 59.95 71.04 101.56h49.4c-13.68-64.68-54.17-119.48-109.54-152h79.73c9.5 23.44 32.41 40 59.25 40 35.34 0 64-28.65 64-64s-28.66-64-64-64zm0 272h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32z\"]\n};\nvar faBible = {\n prefix: 'fas',\n iconName: 'bible',\n icon: [448, 512, [], \"f647\", \"M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM144 144c0-8.84 7.16-16 16-16h48V80c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v48h48c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-48v112c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16V192h-48c-8.84 0-16-7.16-16-16v-32zm236.8 304H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8v64z\"]\n};\nvar faBicycle = {\n prefix: 'fas',\n iconName: 'bicycle',\n icon: [640, 512, [], \"f206\", \"M512.509 192.001c-16.373-.064-32.03 2.955-46.436 8.495l-77.68-125.153A24 24 0 0 0 368.001 64h-64c-8.837 0-16 7.163-16 16v16c0 8.837 7.163 16 16 16h50.649l14.896 24H256.002v-16c0-8.837-7.163-16-16-16h-87.459c-13.441 0-24.777 10.999-24.536 24.437.232 13.044 10.876 23.563 23.995 23.563h48.726l-29.417 47.52c-13.433-4.83-27.904-7.483-42.992-7.52C58.094 191.83.412 249.012.002 319.236-.413 390.279 57.055 448 128.002 448c59.642 0 109.758-40.793 123.967-96h52.033a24 24 0 0 0 20.406-11.367L410.37 201.77l14.938 24.067c-25.455 23.448-41.385 57.081-41.307 94.437.145 68.833 57.899 127.051 126.729 127.719 70.606.685 128.181-55.803 129.255-125.996 1.086-70.941-56.526-129.72-127.476-129.996zM186.75 265.772c9.727 10.529 16.673 23.661 19.642 38.228h-43.306l23.664-38.228zM128.002 400c-44.112 0-80-35.888-80-80s35.888-80 80-80c5.869 0 11.586.653 17.099 1.859l-45.505 73.509C89.715 331.327 101.213 352 120.002 352h81.3c-12.37 28.225-40.562 48-73.3 48zm162.63-96h-35.624c-3.96-31.756-19.556-59.894-42.383-80.026L237.371 184h127.547l-74.286 120zm217.057 95.886c-41.036-2.165-74.049-35.692-75.627-76.755-.812-21.121 6.633-40.518 19.335-55.263l44.433 71.586c4.66 7.508 14.524 9.816 22.032 5.156l13.594-8.437c7.508-4.66 9.817-14.524 5.156-22.032l-44.468-71.643a79.901 79.901 0 0 1 19.858-2.497c44.112 0 80 35.888 80 80-.001 45.54-38.252 82.316-84.313 79.885z\"]\n};\nvar faBiking = {\n prefix: 'fas',\n iconName: 'biking',\n icon: [640, 512, [], \"f84a\", \"M400 96a48 48 0 1 0-48-48 48 48 0 0 0 48 48zm-4 121a31.9 31.9 0 0 0 20 7h64a32 32 0 0 0 0-64h-52.78L356 103a31.94 31.94 0 0 0-40.81.68l-112 96a32 32 0 0 0 3.08 50.92L288 305.12V416a32 32 0 0 0 64 0V288a32 32 0 0 0-14.25-26.62l-41.36-27.57 58.25-49.92zm116 39a128 128 0 1 0 128 128 128 128 0 0 0-128-128zm0 192a64 64 0 1 1 64-64 64 64 0 0 1-64 64zM128 256a128 128 0 1 0 128 128 128 128 0 0 0-128-128zm0 192a64 64 0 1 1 64-64 64 64 0 0 1-64 64z\"]\n};\nvar faBinoculars = {\n prefix: 'fas',\n iconName: 'binoculars',\n icon: [512, 512, [], \"f1e5\", \"M416 48c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v48h96V48zM63.91 159.99C61.4 253.84 3.46 274.22 0 404v44c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32V288h32V128H95.84c-17.63 0-31.45 14.37-31.93 31.99zm384.18 0c-.48-17.62-14.3-31.99-31.93-31.99H320v160h32v160c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-44c-3.46-129.78-61.4-150.16-63.91-244.01zM176 32h-64c-8.84 0-16 7.16-16 16v48h96V48c0-8.84-7.16-16-16-16zm48 256h64V128h-64v160z\"]\n};\nvar faBiohazard = {\n prefix: 'fas',\n iconName: 'biohazard',\n icon: [576, 512, [], \"f780\", \"M287.9 112c18.6 0 36.2 3.8 52.8 9.6 13.3-10.3 23.6-24.3 29.5-40.7-25.2-10.9-53-17-82.2-17-29.1 0-56.9 6-82.1 16.9 5.9 16.4 16.2 30.4 29.5 40.7 16.5-5.7 34-9.5 52.5-9.5zM163.6 438.7c12-11.8 20.4-26.4 24.5-42.4-32.9-26.4-54.8-65.3-58.9-109.6-8.5-2.8-17.2-4.6-26.4-4.6-7.6 0-15.2 1-22.5 3.1 4.1 62.8 35.8 118 83.3 153.5zm224.2-42.6c4.1 16 12.5 30.7 24.5 42.5 47.4-35.5 79.1-90.7 83-153.5-7.2-2-14.7-3-22.2-3-9.2 0-18 1.9-26.6 4.7-4.1 44.2-26 82.9-58.7 109.3zm113.5-205c-17.6-10.4-36.3-16.6-55.3-19.9 6-17.7 10-36.4 10-56.2 0-41-14.5-80.8-41-112.2-2.5-3-6.6-3.7-10-1.8-3.3 1.9-4.8 6-3.6 9.7 4.5 13.8 6.6 26.3 6.6 38.5 0 67.8-53.8 122.9-120 122.9S168 117 168 49.2c0-12.1 2.2-24.7 6.6-38.5 1.2-3.7-.3-7.8-3.6-9.7-3.4-1.9-7.5-1.2-10 1.8C134.6 34.2 120 74 120 115c0 19.8 3.9 38.5 10 56.2-18.9 3.3-37.7 9.5-55.3 19.9-34.6 20.5-61 53.3-74.3 92.4-1.3 3.7.2 7.7 3.5 9.8 3.3 2 7.5 1.3 10-1.6 9.4-10.8 19-19.1 29.2-25.1 57.3-33.9 130.8-13.7 163.9 45 33.1 58.7 13.4 134-43.9 167.9-10.2 6.1-22 10.4-35.8 13.4-3.7.8-6.4 4.2-6.4 8.1.1 4 2.7 7.3 6.5 8 39.7 7.8 80.6.8 115.2-19.7 18-10.6 32.9-24.5 45.3-40.1 12.4 15.6 27.3 29.5 45.3 40.1 34.6 20.5 75.5 27.5 115.2 19.7 3.8-.7 6.4-4 6.5-8 0-3.9-2.6-7.3-6.4-8.1-13.9-2.9-25.6-7.3-35.8-13.4-57.3-33.9-77-109.2-43.9-167.9s106.6-78.9 163.9-45c10.2 6.1 19.8 14.3 29.2 25.1 2.5 2.9 6.7 3.6 10 1.6s4.8-6.1 3.5-9.8c-13.1-39.1-39.5-72-74.1-92.4zm-213.4 129c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z\"]\n};\nvar faBirthdayCake = {\n prefix: 'fas',\n iconName: 'birthday-cake',\n icon: [448, 512, [], \"f1fd\", \"M448 384c-28.02 0-31.26-32-74.5-32-43.43 0-46.825 32-74.75 32-27.695 0-31.454-32-74.75-32-42.842 0-47.218 32-74.5 32-28.148 0-31.202-32-74.75-32-43.547 0-46.653 32-74.75 32v-80c0-26.5 21.5-48 48-48h16V112h64v144h64V112h64v144h64V112h64v144h16c26.5 0 48 21.5 48 48v80zm0 128H0v-96c43.356 0 46.767-32 74.75-32 27.951 0 31.253 32 74.75 32 42.843 0 47.217-32 74.5-32 28.148 0 31.201 32 74.75 32 43.357 0 46.767-32 74.75-32 27.488 0 31.252 32 74.5 32v96zM96 96c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40zm128 0c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40zm128 0c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40z\"]\n};\nvar faBlender = {\n prefix: 'fas',\n iconName: 'blender',\n icon: [512, 512, [], \"f517\", \"M416 384H160c-35.35 0-64 28.65-64 64v32c0 17.67 14.33 32 32 32h320c17.67 0 32-14.33 32-32v-32c0-35.35-28.65-64-64-64zm-128 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm40-416h166.54L512 0H48C21.49 0 0 21.49 0 48v160c0 26.51 21.49 48 48 48h103.27l8.73 96h256l17.46-64H328c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h114.18l17.46-64H328c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h140.36l17.46-64H328c-4.42 0-8-3.58-8-8V72c0-4.42 3.58-8 8-8zM64 192V64h69.82l11.64 128H64z\"]\n};\nvar faBlenderPhone = {\n prefix: 'fas',\n iconName: 'blender-phone',\n icon: [576, 512, [], \"f6b6\", \"M392 64h166.54L576 0H192v352h288l17.46-64H392c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h114.18l17.46-64H392c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h140.36l17.46-64H392c-4.42 0-8-3.58-8-8V72c0-4.42 3.58-8 8-8zM158.8 335.01l-25.78-63.26c-2.78-6.81-9.8-10.99-17.24-10.26l-45.03 4.42c-17.28-46.94-17.65-99.78 0-147.72l45.03 4.42c7.43.73 14.46-3.46 17.24-10.26l25.78-63.26c3.02-7.39.2-15.85-6.68-20.07l-39.28-24.1C98.51-3.87 80.09-.5 68.95 11.97c-92.57 103.6-92 259.55 2.1 362.49 9.87 10.8 29.12 12.48 41.65 4.8l39.41-24.18c6.89-4.22 9.7-12.67 6.69-20.07zM480 384H192c-35.35 0-64 28.65-64 64v32c0 17.67 14.33 32 32 32h352c17.67 0 32-14.33 32-32v-32c0-35.35-28.65-64-64-64zm-144 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faBlind = {\n prefix: 'fas',\n iconName: 'blind',\n icon: [384, 512, [], \"f29d\", \"M380.15 510.837a8 8 0 0 1-10.989-2.687l-125.33-206.427a31.923 31.923 0 0 0 12.958-9.485l126.048 207.608a8 8 0 0 1-2.687 10.991zM142.803 314.338l-32.54 89.485 36.12 88.285c6.693 16.36 25.377 24.192 41.733 17.501 16.357-6.692 24.193-25.376 17.501-41.734l-62.814-153.537zM96 88c24.301 0 44-19.699 44-44S120.301 0 96 0 52 19.699 52 44s19.699 44 44 44zm154.837 169.128l-120-152c-4.733-5.995-11.75-9.108-18.837-9.112V96H80v.026c-7.146.003-14.217 3.161-18.944 9.24L0 183.766v95.694c0 13.455 11.011 24.791 24.464 24.536C37.505 303.748 48 293.1 48 280v-79.766l16-20.571v140.698L9.927 469.055c-6.04 16.609 2.528 34.969 19.138 41.009 16.602 6.039 34.968-2.524 41.009-19.138L136 309.638V202.441l-31.406-39.816a4 4 0 1 1 6.269-4.971l102.3 129.217c9.145 11.584 24.368 11.339 33.708 3.965 10.41-8.216 12.159-23.334 3.966-33.708z\"]\n};\nvar faBlog = {\n prefix: 'fas',\n iconName: 'blog',\n icon: [512, 512, [], \"f781\", \"M172.2 226.8c-14.6-2.9-28.2 8.9-28.2 23.8V301c0 10.2 7.1 18.4 16.7 22 18.2 6.8 31.3 24.4 31.3 45 0 26.5-21.5 48-48 48s-48-21.5-48-48V120c0-13.3-10.7-24-24-24H24c-13.3 0-24 10.7-24 24v248c0 89.5 82.1 160.2 175 140.7 54.4-11.4 98.3-55.4 109.7-109.7 17.4-82.9-37-157.2-112.5-172.2zM209 0c-9.2-.5-17 6.8-17 16v31.6c0 8.5 6.6 15.5 15 15.9 129.4 7 233.4 112 240.9 241.5.5 8.4 7.5 15 15.9 15h32.1c9.2 0 16.5-7.8 16-17C503.4 139.8 372.2 8.6 209 0zm.3 96c-9.3-.7-17.3 6.7-17.3 16.1v32.1c0 8.4 6.5 15.3 14.8 15.9 76.8 6.3 138 68.2 144.9 145.2.8 8.3 7.6 14.7 15.9 14.7h32.2c9.3 0 16.8-8 16.1-17.3-8.4-110.1-96.5-198.2-206.6-206.7z\"]\n};\nvar faBold = {\n prefix: 'fas',\n iconName: 'bold',\n icon: [384, 512, [], \"f032\", \"M333.49 238a122 122 0 0 0 27-65.21C367.87 96.49 308 32 233.42 32H34a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h31.87v288H34a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h209.32c70.8 0 134.14-51.75 141-122.4 4.74-48.45-16.39-92.06-50.83-119.6zM145.66 112h87.76a48 48 0 0 1 0 96h-87.76zm87.76 288h-87.76V288h87.76a56 56 0 0 1 0 112z\"]\n};\nvar faBolt = {\n prefix: 'fas',\n iconName: 'bolt',\n icon: [320, 512, [], \"f0e7\", \"M296 160H180.6l42.6-129.8C227.2 15 215.7 0 200 0H56C44 0 33.8 8.9 32.2 20.8l-32 240C-1.7 275.2 9.5 288 24 288h118.7L96.6 482.5c-3.6 15.2 8 29.5 23.3 29.5 8.4 0 16.4-4.4 20.8-12l176-304c9.3-15.9-2.2-36-20.7-36z\"]\n};\nvar faBomb = {\n prefix: 'fas',\n iconName: 'bomb',\n icon: [512, 512, [], \"f1e2\", \"M440.5 88.5l-52 52L415 167c9.4 9.4 9.4 24.6 0 33.9l-17.4 17.4c11.8 26.1 18.4 55.1 18.4 85.6 0 114.9-93.1 208-208 208S0 418.9 0 304 93.1 96 208 96c30.5 0 59.5 6.6 85.6 18.4L311 97c9.4-9.4 24.6-9.4 33.9 0l26.5 26.5 52-52 17.1 17zM500 60h-24c-6.6 0-12 5.4-12 12s5.4 12 12 12h24c6.6 0 12-5.4 12-12s-5.4-12-12-12zM440 0c-6.6 0-12 5.4-12 12v24c0 6.6 5.4 12 12 12s12-5.4 12-12V12c0-6.6-5.4-12-12-12zm33.9 55l17-17c4.7-4.7 4.7-12.3 0-17-4.7-4.7-12.3-4.7-17 0l-17 17c-4.7 4.7-4.7 12.3 0 17 4.8 4.7 12.4 4.7 17 0zm-67.8 0c4.7 4.7 12.3 4.7 17 0 4.7-4.7 4.7-12.3 0-17l-17-17c-4.7-4.7-12.3-4.7-17 0-4.7 4.7-4.7 12.3 0 17l17 17zm67.8 34c-4.7-4.7-12.3-4.7-17 0-4.7 4.7-4.7 12.3 0 17l17 17c4.7 4.7 12.3 4.7 17 0 4.7-4.7 4.7-12.3 0-17l-17-17zM112 272c0-35.3 28.7-64 64-64 8.8 0 16-7.2 16-16s-7.2-16-16-16c-52.9 0-96 43.1-96 96 0 8.8 7.2 16 16 16s16-7.2 16-16z\"]\n};\nvar faBone = {\n prefix: 'fas',\n iconName: 'bone',\n icon: [640, 512, [], \"f5d7\", \"M598.88 244.56c25.2-12.6 41.12-38.36 41.12-66.53v-7.64C640 129.3 606.7 96 565.61 96c-32.02 0-60.44 20.49-70.57 50.86-7.68 23.03-11.6 45.14-38.11 45.14H183.06c-27.38 0-31.58-25.54-38.11-45.14C134.83 116.49 106.4 96 74.39 96 33.3 96 0 129.3 0 170.39v7.64c0 28.17 15.92 53.93 41.12 66.53 9.43 4.71 9.43 18.17 0 22.88C15.92 280.04 0 305.8 0 333.97v7.64C0 382.7 33.3 416 74.38 416c32.02 0 60.44-20.49 70.57-50.86 7.68-23.03 11.6-45.14 38.11-45.14h273.87c27.38 0 31.58 25.54 38.11 45.14C505.17 395.51 533.6 416 565.61 416c41.08 0 74.38-33.3 74.38-74.39v-7.64c0-28.18-15.92-53.93-41.12-66.53-9.42-4.71-9.42-18.17.01-22.88z\"]\n};\nvar faBong = {\n prefix: 'fas',\n iconName: 'bong',\n icon: [448, 512, [], \"f55c\", \"M302.5 512c23.18 0 44.43-12.58 56-32.66C374.69 451.26 384 418.75 384 384c0-36.12-10.08-69.81-27.44-98.62L400 241.94l9.38 9.38c6.25 6.25 16.38 6.25 22.63 0l11.3-11.32c6.25-6.25 6.25-16.38 0-22.63l-52.69-52.69c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l9.38 9.38-39.41 39.41c-11.56-11.37-24.53-21.33-38.65-29.51V63.74l15.97-.02c8.82-.01 15.97-7.16 15.98-15.98l.04-31.72C320 7.17 312.82-.01 303.97 0L80.03.26c-8.82.01-15.97 7.16-15.98 15.98l-.04 31.73c-.01 8.85 7.17 16.02 16.02 16.01L96 63.96v153.93C38.67 251.1 0 312.97 0 384c0 34.75 9.31 67.27 25.5 95.34C37.08 499.42 58.33 512 81.5 512h221zM120.06 259.43L144 245.56V63.91l96-.11v181.76l23.94 13.87c24.81 14.37 44.12 35.73 56.56 60.57h-257c12.45-24.84 31.75-46.2 56.56-60.57z\"]\n};\nvar faBook = {\n prefix: 'fas',\n iconName: 'book',\n icon: [448, 512, [], \"f02d\", \"M448 360V24c0-13.3-10.7-24-24-24H96C43 0 0 43 0 96v320c0 53 43 96 96 96h328c13.3 0 24-10.7 24-24v-16c0-7.5-3.5-14.3-8.9-18.7-4.2-15.4-4.2-59.3 0-74.7 5.4-4.3 8.9-11.1 8.9-18.6zM128 134c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm0 64c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm253.4 250H96c-17.7 0-32-14.3-32-32 0-17.6 14.4-32 32-32h285.4c-1.9 17.1-1.9 46.9 0 64z\"]\n};\nvar faBookDead = {\n prefix: 'fas',\n iconName: 'book-dead',\n icon: [448, 512, [], \"f6b7\", \"M272 136c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zm176 222.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM240 56c44.2 0 80 28.7 80 64 0 20.9-12.7 39.2-32 50.9V184c0 8.8-7.2 16-16 16h-64c-8.8 0-16-7.2-16-16v-13.1c-19.3-11.7-32-30-32-50.9 0-35.3 35.8-64 80-64zM124.8 223.3l6.3-14.7c1.7-4.1 6.4-5.9 10.5-4.2l98.3 42.1 98.4-42.1c4.1-1.7 8.8.1 10.5 4.2l6.3 14.7c1.7 4.1-.1 8.8-4.2 10.5L280.6 264l70.3 30.1c4.1 1.7 5.9 6.4 4.2 10.5l-6.3 14.7c-1.7 4.1-6.4 5.9-10.5 4.2L240 281.4l-98.3 42.2c-4.1 1.7-8.8-.1-10.5-4.2l-6.3-14.7c-1.7-4.1.1-8.8 4.2-10.5l70.4-30.1-70.5-30.3c-4.1-1.7-5.9-6.4-4.2-10.5zm256 224.7H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8zM208 136c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16z\"]\n};\nvar faBookMedical = {\n prefix: 'fas',\n iconName: 'book-medical',\n icon: [448, 512, [], \"f7e6\", \"M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16q0-9.6-9.6-19.2c-3.2-16-3.2-60.8 0-73.6q9.6-4.8 9.6-19.2zM144 168a8 8 0 0 1 8-8h56v-56a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v56h56a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8h-56v56a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-56h-56a8 8 0 0 1-8-8zm236.8 280H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8z\"]\n};\nvar faBookOpen = {\n prefix: 'fas',\n iconName: 'book-open',\n icon: [576, 512, [], \"f518\", \"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"]\n};\nvar faBookReader = {\n prefix: 'fas',\n iconName: 'book-reader',\n icon: [512, 512, [], \"f5da\", \"M352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.98 96-96zM233.59 241.1c-59.33-36.32-155.43-46.3-203.79-49.05C13.55 191.13 0 203.51 0 219.14v222.8c0 14.33 11.59 26.28 26.49 27.05 43.66 2.29 131.99 10.68 193.04 41.43 9.37 4.72 20.48-1.71 20.48-11.87V252.56c-.01-4.67-2.32-8.95-6.42-11.46zm248.61-49.05c-48.35 2.74-144.46 12.73-203.78 49.05-4.1 2.51-6.41 6.96-6.41 11.63v245.79c0 10.19 11.14 16.63 20.54 11.9 61.04-30.72 149.32-39.11 192.97-41.4 14.9-.78 26.49-12.73 26.49-27.06V219.14c-.01-15.63-13.56-28.01-29.81-27.09z\"]\n};\nvar faBookmark = {\n prefix: 'fas',\n iconName: 'bookmark',\n icon: [384, 512, [], \"f02e\", \"M0 512V48C0 21.49 21.49 0 48 0h288c26.51 0 48 21.49 48 48v464L192 400 0 512z\"]\n};\nvar faBorderAll = {\n prefix: 'fas',\n iconName: 'border-all',\n icon: [448, 512, [], \"f84c\", \"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"]\n};\nvar faBorderNone = {\n prefix: 'fas',\n iconName: 'border-none',\n icon: [448, 512, [], \"f850\", \"M240 224h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-288 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM240 320h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-96 288h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96-384h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM48 224H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 192H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-192H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faBorderStyle = {\n prefix: 'fas',\n iconName: 'border-style',\n icon: [448, 512, [], \"f853\", \"M240 416h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm192 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96-192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 96h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 96h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-288h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96H32A32 32 0 0 0 0 64v400a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V96h368a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faBowlingBall = {\n prefix: 'fas',\n iconName: 'bowling-ball',\n icon: [496, 512, [], \"f436\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM120 192c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm64-96c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm48 144c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faBox = {\n prefix: 'fas',\n iconName: 'box',\n icon: [512, 512, [], \"f466\", \"M509.5 184.6L458.9 32.8C452.4 13.2 434.1 0 413.4 0H272v192h238.7c-.4-2.5-.4-5-1.2-7.4zM240 0H98.6c-20.7 0-39 13.2-45.5 32.8L2.5 184.6c-.8 2.4-.8 4.9-1.2 7.4H240V0zM0 224v240c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V224H0z\"]\n};\nvar faBoxOpen = {\n prefix: 'fas',\n iconName: 'box-open',\n icon: [640, 512, [], \"f49e\", \"M425.7 256c-16.9 0-32.8-9-41.4-23.4L320 126l-64.2 106.6c-8.7 14.5-24.6 23.5-41.5 23.5-4.5 0-9-.6-13.3-1.9L64 215v178c0 14.7 10 27.5 24.2 31l216.2 54.1c10.2 2.5 20.9 2.5 31 0L551.8 424c14.2-3.6 24.2-16.4 24.2-31V215l-137 39.1c-4.3 1.3-8.8 1.9-13.3 1.9zm212.6-112.2L586.8 41c-3.1-6.2-9.8-9.8-16.7-8.9L320 64l91.7 152.1c3.8 6.3 11.4 9.3 18.5 7.3l197.9-56.5c9.9-2.9 14.7-13.9 10.2-23.1zM53.2 41L1.7 143.8c-4.6 9.2.3 20.2 10.1 23l197.9 56.5c7.1 2 14.7-1 18.5-7.3L320 64 69.8 32.1c-6.9-.8-13.5 2.7-16.6 8.9z\"]\n};\nvar faBoxes = {\n prefix: 'fas',\n iconName: 'boxes',\n icon: [576, 512, [], \"f468\", \"M560 288h-80v96l-32-21.3-32 21.3v-96h-80c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16zm-384-64h224c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16h-80v96l-32-21.3L256 96V0h-80c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16zm64 64h-80v96l-32-21.3L96 384v-96H16c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16z\"]\n};\nvar faBraille = {\n prefix: 'fas',\n iconName: 'braille',\n icon: [640, 512, [], \"f2a1\", \"M128 256c0 35.346-28.654 64-64 64S0 291.346 0 256s28.654-64 64-64 64 28.654 64 64zM64 384c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352C28.654 32 0 60.654 0 96s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm160 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm224 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm160 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-320c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z\"]\n};\nvar faBrain = {\n prefix: 'fas',\n iconName: 'brain',\n icon: [576, 512, [], \"f5dc\", \"M208 0c-29.9 0-54.7 20.5-61.8 48.2-.8 0-1.4-.2-2.2-.2-35.3 0-64 28.7-64 64 0 4.8.6 9.5 1.7 14C52.5 138 32 166.6 32 200c0 12.6 3.2 24.3 8.3 34.9C16.3 248.7 0 274.3 0 304c0 33.3 20.4 61.9 49.4 73.9-.9 4.6-1.4 9.3-1.4 14.1 0 39.8 32.2 72 72 72 4.1 0 8.1-.5 12-1.2 9.6 28.5 36.2 49.2 68 49.2 39.8 0 72-32.2 72-72V64c0-35.3-28.7-64-64-64zm368 304c0-29.7-16.3-55.3-40.3-69.1 5.2-10.6 8.3-22.3 8.3-34.9 0-33.4-20.5-62-49.7-74 1-4.5 1.7-9.2 1.7-14 0-35.3-28.7-64-64-64-.8 0-1.5.2-2.2.2C422.7 20.5 397.9 0 368 0c-35.3 0-64 28.6-64 64v376c0 39.8 32.2 72 72 72 31.8 0 58.4-20.7 68-49.2 3.9.7 7.9 1.2 12 1.2 39.8 0 72-32.2 72-72 0-4.8-.5-9.5-1.4-14.1 29-12 49.4-40.6 49.4-73.9z\"]\n};\nvar faBreadSlice = {\n prefix: 'fas',\n iconName: 'bread-slice',\n icon: [576, 512, [], \"f7ec\", \"M288 0C108 0 0 93.4 0 169.14 0 199.44 24.24 224 64 224v256c0 17.67 16.12 32 36 32h376c19.88 0 36-14.33 36-32V224c39.76 0 64-24.56 64-54.86C576 93.4 468 0 288 0z\"]\n};\nvar faBriefcase = {\n prefix: 'fas',\n iconName: 'briefcase',\n icon: [512, 512, [], \"f0b1\", \"M320 336c0 8.84-7.16 16-16 16h-96c-8.84 0-16-7.16-16-16v-48H0v144c0 25.6 22.4 48 48 48h416c25.6 0 48-22.4 48-48V288H320v48zm144-208h-80V80c0-25.6-22.4-48-48-48H176c-25.6 0-48 22.4-48 48v48H48c-25.6 0-48 22.4-48 48v80h512v-80c0-25.6-22.4-48-48-48zm-144 0H192V96h128v32z\"]\n};\nvar faBriefcaseMedical = {\n prefix: 'fas',\n iconName: 'briefcase-medical',\n icon: [512, 512, [], \"f469\", \"M464 128h-80V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v48H48c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48zM192 96h128v32H192V96zm160 248c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48z\"]\n};\nvar faBroadcastTower = {\n prefix: 'fas',\n iconName: 'broadcast-tower',\n icon: [640, 512, [], \"f519\", \"M150.94 192h33.73c11.01 0 18.61-10.83 14.86-21.18-4.93-13.58-7.55-27.98-7.55-42.82s2.62-29.24 7.55-42.82C203.29 74.83 195.68 64 184.67 64h-33.73c-7.01 0-13.46 4.49-15.41 11.23C130.64 92.21 128 109.88 128 128c0 18.12 2.64 35.79 7.54 52.76 1.94 6.74 8.39 11.24 15.4 11.24zM89.92 23.34C95.56 12.72 87.97 0 75.96 0H40.63c-6.27 0-12.14 3.59-14.74 9.31C9.4 45.54 0 85.65 0 128c0 24.75 3.12 68.33 26.69 118.86 2.62 5.63 8.42 9.14 14.61 9.14h34.84c12.02 0 19.61-12.74 13.95-23.37-49.78-93.32-16.71-178.15-.17-209.29zM614.06 9.29C611.46 3.58 605.6 0 599.33 0h-35.42c-11.98 0-19.66 12.66-14.02 23.25 18.27 34.29 48.42 119.42.28 209.23-5.72 10.68 1.8 23.52 13.91 23.52h35.23c6.27 0 12.13-3.58 14.73-9.29C630.57 210.48 640 170.36 640 128s-9.42-82.48-25.94-118.71zM489.06 64h-33.73c-11.01 0-18.61 10.83-14.86 21.18 4.93 13.58 7.55 27.98 7.55 42.82s-2.62 29.24-7.55 42.82c-3.76 10.35 3.85 21.18 14.86 21.18h33.73c7.02 0 13.46-4.49 15.41-11.24 4.9-16.97 7.53-34.64 7.53-52.76 0-18.12-2.64-35.79-7.54-52.76-1.94-6.75-8.39-11.24-15.4-11.24zm-116.3 100.12c7.05-10.29 11.2-22.71 11.2-36.12 0-35.35-28.63-64-63.96-64-35.32 0-63.96 28.65-63.96 64 0 13.41 4.15 25.83 11.2 36.12l-130.5 313.41c-3.4 8.15.46 17.52 8.61 20.92l29.51 12.31c8.15 3.4 17.52-.46 20.91-8.61L244.96 384h150.07l49.2 118.15c3.4 8.16 12.76 12.01 20.91 8.61l29.51-12.31c8.15-3.4 12-12.77 8.61-20.92l-130.5-313.41zM271.62 320L320 203.81 368.38 320h-96.76z\"]\n};\nvar faBroom = {\n prefix: 'fas',\n iconName: 'broom',\n icon: [640, 512, [], \"f51a\", \"M256.47 216.77l86.73 109.18s-16.6 102.36-76.57 150.12C206.66 523.85 0 510.19 0 510.19s3.8-23.14 11-55.43l94.62-112.17c3.97-4.7-.87-11.62-6.65-9.5l-60.4 22.09c14.44-41.66 32.72-80.04 54.6-97.47 59.97-47.76 163.3-40.94 163.3-40.94zM636.53 31.03l-19.86-25c-5.49-6.9-15.52-8.05-22.41-2.56l-232.48 177.8-34.14-42.97c-5.09-6.41-15.14-5.21-18.59 2.21l-25.33 54.55 86.73 109.18 58.8-12.45c8-1.69 11.42-11.2 6.34-17.6l-34.09-42.92 232.48-177.8c6.89-5.48 8.04-15.53 2.55-22.44z\"]\n};\nvar faBrush = {\n prefix: 'fas',\n iconName: 'brush',\n icon: [384, 512, [], \"f55d\", \"M352 0H32C14.33 0 0 14.33 0 32v224h384V32c0-17.67-14.33-32-32-32zM0 320c0 35.35 28.66 64 64 64h64v64c0 35.35 28.66 64 64 64s64-28.65 64-64v-64h64c35.34 0 64-28.65 64-64v-32H0v32zm192 104c13.25 0 24 10.74 24 24 0 13.25-10.75 24-24 24s-24-10.75-24-24c0-13.26 10.75-24 24-24z\"]\n};\nvar faBug = {\n prefix: 'fas',\n iconName: 'bug',\n icon: [512, 512, [], \"f188\", \"M511.988 288.9c-.478 17.43-15.217 31.1-32.653 31.1H424v16c0 21.864-4.882 42.584-13.6 61.145l60.228 60.228c12.496 12.497 12.496 32.758 0 45.255-12.498 12.497-32.759 12.496-45.256 0l-54.736-54.736C345.886 467.965 314.351 480 280 480V236c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v244c-34.351 0-65.886-12.035-90.636-32.108l-54.736 54.736c-12.498 12.497-32.759 12.496-45.256 0-12.496-12.497-12.496-32.758 0-45.255l60.228-60.228C92.882 378.584 88 357.864 88 336v-16H32.666C15.23 320 .491 306.33.013 288.9-.484 270.816 14.028 256 32 256h56v-58.745l-46.628-46.628c-12.496-12.497-12.496-32.758 0-45.255 12.498-12.497 32.758-12.497 45.256 0L141.255 160h229.489l54.627-54.627c12.498-12.497 32.758-12.497 45.256 0 12.496 12.497 12.496 32.758 0 45.255L424 197.255V256h56c17.972 0 32.484 14.816 31.988 32.9zM257 0c-61.856 0-112 50.144-112 112h224C369 50.144 318.856 0 257 0z\"]\n};\nvar faBuilding = {\n prefix: 'fas',\n iconName: 'building',\n icon: [448, 512, [], \"f1ad\", \"M436 480h-20V24c0-13.255-10.745-24-24-24H56C42.745 0 32 10.745 32 24v456H12c-6.627 0-12 5.373-12 12v20h448v-20c0-6.627-5.373-12-12-12zM128 76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76zm0 96c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40zm52 148h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12zm76 160h-64v-84c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v84zm64-172c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40z\"]\n};\nvar faBullhorn = {\n prefix: 'fas',\n iconName: 'bullhorn',\n icon: [576, 512, [], \"f0a1\", \"M576 240c0-23.63-12.95-44.04-32-55.12V32.01C544 23.26 537.02 0 512 0c-7.12 0-14.19 2.38-19.98 7.02l-85.03 68.03C364.28 109.19 310.66 128 256 128H64c-35.35 0-64 28.65-64 64v96c0 35.35 28.65 64 64 64h33.7c-1.39 10.48-2.18 21.14-2.18 32 0 39.77 9.26 77.35 25.56 110.94 5.19 10.69 16.52 17.06 28.4 17.06h74.28c26.05 0 41.69-29.84 25.9-50.56-16.4-21.52-26.15-48.36-26.15-77.44 0-11.11 1.62-21.79 4.41-32H256c54.66 0 108.28 18.81 150.98 52.95l85.03 68.03a32.023 32.023 0 0 0 19.98 7.02c24.92 0 32-22.78 32-32V295.13C563.05 284.04 576 263.63 576 240zm-96 141.42l-33.05-26.44C392.95 311.78 325.12 288 256 288v-96c69.12 0 136.95-23.78 190.95-66.98L480 98.58v282.84z\"]\n};\nvar faBullseye = {\n prefix: 'fas',\n iconName: 'bullseye',\n icon: [496, 512, [], \"f140\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z\"]\n};\nvar faBurn = {\n prefix: 'fas',\n iconName: 'burn',\n icon: [384, 512, [], \"f46a\", \"M192 0C79.7 101.3 0 220.9 0 300.5 0 425 79 512 192 512s192-87 192-211.5c0-79.9-80.2-199.6-192-300.5zm0 448c-56.5 0-96-39-96-94.8 0-13.5 4.6-61.5 96-161.2 91.4 99.7 96 147.7 96 161.2 0 55.8-39.5 94.8-96 94.8z\"]\n};\nvar faBus = {\n prefix: 'fas',\n iconName: 'bus',\n icon: [512, 512, [], \"f207\", \"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faBusAlt = {\n prefix: 'fas',\n iconName: 'bus-alt',\n icon: [512, 512, [], \"f55e\", \"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM160 72c0-4.42 3.58-8 8-8h176c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H168c-4.42 0-8-3.58-8-8V72zm-48 328c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm128-112H128c-17.67 0-32-14.33-32-32v-96c0-17.67 14.33-32 32-32h112v160zm32 0V128h112c17.67 0 32 14.33 32 32v96c0 17.67-14.33 32-32 32H272zm128 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faBusinessTime = {\n prefix: 'fas',\n iconName: 'business-time',\n icon: [640, 512, [], \"f64a\", \"M496 224c-79.59 0-144 64.41-144 144s64.41 144 144 144 144-64.41 144-144-64.41-144-144-144zm64 150.29c0 5.34-4.37 9.71-9.71 9.71h-60.57c-5.34 0-9.71-4.37-9.71-9.71v-76.57c0-5.34 4.37-9.71 9.71-9.71h12.57c5.34 0 9.71 4.37 9.71 9.71V352h38.29c5.34 0 9.71 4.37 9.71 9.71v12.58zM496 192c5.4 0 10.72.33 16 .81V144c0-25.6-22.4-48-48-48h-80V48c0-25.6-22.4-48-48-48H176c-25.6 0-48 22.4-48 48v48H48c-25.6 0-48 22.4-48 48v80h395.12c28.6-20.09 63.35-32 100.88-32zM320 96H192V64h128v32zm6.82 224H208c-8.84 0-16-7.16-16-16v-48H0v144c0 25.6 22.4 48 48 48h291.43C327.1 423.96 320 396.82 320 368c0-16.66 2.48-32.72 6.82-48z\"]\n};\nvar faCalculator = {\n prefix: 'fas',\n iconName: 'calculator',\n icon: [448, 512, [], \"f1ec\", \"M400 0H48C22.4 0 0 22.4 0 48v416c0 25.6 22.4 48 48 48h352c25.6 0 48-22.4 48-48V48c0-25.6-22.4-48-48-48zM128 435.2c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8V268.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v166.4zm0-256c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8V76.8C64 70.4 70.4 64 76.8 64h294.4c6.4 0 12.8 6.4 12.8 12.8v102.4z\"]\n};\nvar faCalendar = {\n prefix: 'fas',\n iconName: 'calendar',\n icon: [448, 512, [], \"f133\", \"M12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm436-44v-36c0-26.5-21.5-48-48-48h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v36c0 6.6 5.4 12 12 12h424c6.6 0 12-5.4 12-12z\"]\n};\nvar faCalendarAlt = {\n prefix: 'fas',\n iconName: 'calendar-alt',\n icon: [448, 512, [], \"f073\", \"M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm320-196c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM192 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM64 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z\"]\n};\nvar faCalendarCheck = {\n prefix: 'fas',\n iconName: 'calendar-check',\n icon: [448, 512, [], \"f274\", \"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"]\n};\nvar faCalendarDay = {\n prefix: 'fas',\n iconName: 'calendar-day',\n icon: [448, 512, [], \"f783\", \"M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm64-192c0-8.8 7.2-16 16-16h96c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-96zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z\"]\n};\nvar faCalendarMinus = {\n prefix: 'fas',\n iconName: 'calendar-minus',\n icon: [448, 512, [], \"f272\", \"M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm304 192c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12H132c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h184z\"]\n};\nvar faCalendarPlus = {\n prefix: 'fas',\n iconName: 'calendar-plus',\n icon: [448, 512, [], \"f271\", \"M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm316 140c0-6.6-5.4-12-12-12h-60v-60c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v60h-60c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h60v60c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-60h60c6.6 0 12-5.4 12-12v-40z\"]\n};\nvar faCalendarTimes = {\n prefix: 'fas',\n iconName: 'calendar-times',\n icon: [448, 512, [], \"f273\", \"M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm257.3 160l48.1-48.1c4.7-4.7 4.7-12.3 0-17l-28.3-28.3c-4.7-4.7-12.3-4.7-17 0L224 306.7l-48.1-48.1c-4.7-4.7-12.3-4.7-17 0l-28.3 28.3c-4.7 4.7-4.7 12.3 0 17l48.1 48.1-48.1 48.1c-4.7 4.7-4.7 12.3 0 17l28.3 28.3c4.7 4.7 12.3 4.7 17 0l48.1-48.1 48.1 48.1c4.7 4.7 12.3 4.7 17 0l28.3-28.3c4.7-4.7 4.7-12.3 0-17L269.3 352z\"]\n};\nvar faCalendarWeek = {\n prefix: 'fas',\n iconName: 'calendar-week',\n icon: [448, 512, [], \"f784\", \"M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm64-192c0-8.8 7.2-16 16-16h288c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-64zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z\"]\n};\nvar faCamera = {\n prefix: 'fas',\n iconName: 'camera',\n icon: [512, 512, [], \"f030\", \"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"]\n};\nvar faCameraRetro = {\n prefix: 'fas',\n iconName: 'camera-retro',\n icon: [512, 512, [], \"f083\", \"M48 32C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48H48zm0 32h106c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H38c-3.3 0-6-2.7-6-6V80c0-8.8 7.2-16 16-16zm426 96H38c-3.3 0-6-2.7-6-6v-36c0-3.3 2.7-6 6-6h138l30.2-45.3c1.1-1.7 3-2.7 5-2.7H464c8.8 0 16 7.2 16 16v74c0 3.3-2.7 6-6 6zM256 424c-66.2 0-120-53.8-120-120s53.8-120 120-120 120 53.8 120 120-53.8 120-120 120zm0-208c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88zm-48 104c-8.8 0-16-7.2-16-16 0-35.3 28.7-64 64-64 8.8 0 16 7.2 16 16s-7.2 16-16 16c-17.6 0-32 14.4-32 32 0 8.8-7.2 16-16 16z\"]\n};\nvar faCampground = {\n prefix: 'fas',\n iconName: 'campground',\n icon: [640, 512, [], \"f6bb\", \"M624 448h-24.68L359.54 117.75l53.41-73.55c5.19-7.15 3.61-17.16-3.54-22.35l-25.9-18.79c-7.15-5.19-17.15-3.61-22.35 3.55L320 63.3 278.83 6.6c-5.19-7.15-15.2-8.74-22.35-3.55l-25.88 18.8c-7.15 5.19-8.74 15.2-3.54 22.35l53.41 73.55L40.68 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM320 288l116.36 160H203.64L320 288z\"]\n};\nvar faCandyCane = {\n prefix: 'fas',\n iconName: 'candy-cane',\n icon: [512, 512, [], \"f786\", \"M497.5 92C469.6 33.1 411.8 0 352.4 0c-27.9 0-56.2 7.3-81.8 22.6L243.1 39c-15.2 9.1-20.1 28.7-11 43.9l32.8 54.9c6 10 16.6 15.6 27.5 15.6 5.6 0 11.2-1.5 16.4-4.5l27.5-16.4c5.1-3.1 10.8-4.5 16.4-4.5 10.9 0 21.5 5.6 27.5 15.6 9.1 15.1 4.1 34.8-11 43.9L15.6 397.6c-15.2 9.1-20.1 28.7-11 43.9l32.8 54.9c6 10 16.6 15.6 27.5 15.6 5.6 0 11.2-1.5 16.4-4.5L428.6 301c71.7-42.9 104.6-133.5 68.9-209zm-177.7 13l-2.5 1.5L296.8 45c9.7-4.7 19.8-8.1 30.3-10.2l20.6 61.8c-9.8.8-19.4 3.3-27.9 8.4zM145.9 431.8l-60.5-38.5 30.8-18.3 60.5 38.5-30.8 18.3zm107.5-63.9l-60.5-38.5 30.8-18.3 60.5 38.5-30.8 18.3zM364.3 302l-60.5-38.5 30.8-18.3 60.5 38.5-30.8 18.3zm20.4-197.3l46-46c8.4 6.5 16 14.1 22.6 22.6L407.6 127c-5.7-9.3-13.7-16.9-22.9-22.3zm82.1 107.8l-59.5-19.8c3.2-5.3 5.8-10.9 7.4-17.1 1.1-4.5 1.7-9.1 1.8-13.6l60.4 20.1c-2.1 10.4-5.5 20.6-10.1 30.4z\"]\n};\nvar faCannabis = {\n prefix: 'fas',\n iconName: 'cannabis',\n icon: [512, 512, [], \"f55f\", \"M503.47 360.25c-1.56-.82-32.39-16.89-76.78-25.81 64.25-75.12 84.05-161.67 84.93-165.64 1.18-5.33-.44-10.9-4.3-14.77-3.03-3.04-7.12-4.7-11.32-4.7-1.14 0-2.29.12-3.44.38-3.88.85-86.54 19.59-160.58 79.76.01-1.46.01-2.93.01-4.4 0-118.79-59.98-213.72-62.53-217.7A15.973 15.973 0 0 0 256 0c-5.45 0-10.53 2.78-13.47 7.37-2.55 3.98-62.53 98.91-62.53 217.7 0 1.47.01 2.94.01 4.4-74.03-60.16-156.69-78.9-160.58-79.76-1.14-.25-2.29-.38-3.44-.38-4.2 0-8.29 1.66-11.32 4.7A15.986 15.986 0 0 0 .38 168.8c.88 3.97 20.68 90.52 84.93 165.64-44.39 8.92-75.21 24.99-76.78 25.81a16.003 16.003 0 0 0-.02 28.29c2.45 1.29 60.76 31.72 133.49 31.72 6.14 0 11.96-.1 17.5-.31-11.37 22.23-16.52 38.31-16.81 39.22-1.8 5.68-.29 11.89 3.91 16.11a16.019 16.019 0 0 0 16.1 3.99c1.83-.57 37.72-11.99 77.3-39.29V504c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8v-64.01c39.58 27.3 75.47 38.71 77.3 39.29a16.019 16.019 0 0 0 16.1-3.99c4.2-4.22 5.71-10.43 3.91-16.11-.29-.91-5.45-16.99-16.81-39.22 5.54.21 11.37.31 17.5.31 72.72 0 131.04-30.43 133.49-31.72 5.24-2.78 8.52-8.22 8.51-14.15-.01-5.94-3.29-11.39-8.53-14.15z\"]\n};\nvar faCapsules = {\n prefix: 'fas',\n iconName: 'capsules',\n icon: [576, 512, [], \"f46b\", \"M555.3 300.1L424.2 112.8C401.9 81 366.4 64 330.4 64c-22.6 0-45.5 6.7-65.5 20.7-19.7 13.8-33.7 32.8-41.5 53.8C220.5 79.2 172 32 112 32 50.1 32 0 82.1 0 144v224c0 61.9 50.1 112 112 112s112-50.1 112-112V218.9c3.3 8.6 7.3 17.1 12.8 25L368 431.2c22.2 31.8 57.7 48.8 93.8 48.8 22.7 0 45.5-6.7 65.5-20.7 51.7-36.2 64.2-107.5 28-159.2zM160 256H64V144c0-26.5 21.5-48 48-48s48 21.5 48 48v112zm194.8 44.9l-65.6-93.7c-7.7-11-10.7-24.4-8.3-37.6 2.3-13.2 9.7-24.8 20.7-32.5 8.5-6 18.5-9.1 28.8-9.1 16.5 0 31.9 8 41.3 21.5l65.6 93.7-82.5 57.7z\"]\n};\nvar faCar = {\n prefix: 'fas',\n iconName: 'car',\n icon: [512, 512, [], \"f1b9\", \"M499.99 176h-59.87l-16.64-41.6C406.38 91.63 365.57 64 319.5 64h-127c-46.06 0-86.88 27.63-103.99 70.4L71.87 176H12.01C4.2 176-1.53 183.34.37 190.91l6 24C7.7 220.25 12.5 224 18.01 224h20.07C24.65 235.73 16 252.78 16 272v48c0 16.12 6.16 30.67 16 41.93V416c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-54.07c9.84-11.25 16-25.8 16-41.93v-48c0-19.22-8.65-36.27-22.07-48H494c5.51 0 10.31-3.75 11.64-9.09l6-24c1.89-7.57-3.84-14.91-11.65-14.91zm-352.06-17.83c7.29-18.22 24.94-30.17 44.57-30.17h127c19.63 0 37.28 11.95 44.57 30.17L384 208H128l19.93-49.83zM96 319.8c-19.2 0-32-12.76-32-31.9S76.8 256 96 256s48 28.71 48 47.85-28.8 15.95-48 15.95zm320 0c-19.2 0-48 3.19-48-15.95S396.8 256 416 256s32 12.76 32 31.9-12.8 31.9-32 31.9z\"]\n};\nvar faCarAlt = {\n prefix: 'fas',\n iconName: 'car-alt',\n icon: [480, 512, [], \"f5de\", \"M438.66 212.33l-11.24-28.1-19.93-49.83C390.38 91.63 349.57 64 303.5 64h-127c-46.06 0-86.88 27.63-103.99 70.4l-19.93 49.83-11.24 28.1C17.22 221.5 0 244.66 0 272v48c0 16.12 6.16 30.67 16 41.93V416c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-54.07c9.84-11.25 16-25.8 16-41.93v-48c0-27.34-17.22-50.5-41.34-59.67zm-306.73-54.16c7.29-18.22 24.94-30.17 44.57-30.17h127c19.63 0 37.28 11.95 44.57 30.17L368 208H112l19.93-49.83zM80 319.8c-19.2 0-32-12.76-32-31.9S60.8 256 80 256s48 28.71 48 47.85-28.8 15.95-48 15.95zm320 0c-19.2 0-48 3.19-48-15.95S380.8 256 400 256s32 12.76 32 31.9-12.8 31.9-32 31.9z\"]\n};\nvar faCarBattery = {\n prefix: 'fas',\n iconName: 'car-battery',\n icon: [512, 512, [], \"f5df\", \"M480 128h-32V80c0-8.84-7.16-16-16-16h-96c-8.84 0-16 7.16-16 16v48H192V80c0-8.84-7.16-16-16-16H80c-8.84 0-16 7.16-16 16v48H32c-17.67 0-32 14.33-32 32v256c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32V160c0-17.67-14.33-32-32-32zM192 264c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16zm256 0c0 4.42-3.58 8-8 8h-40v40c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-40h-40c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h40v-40c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v40h40c4.42 0 8 3.58 8 8v16z\"]\n};\nvar faCarCrash = {\n prefix: 'fas',\n iconName: 'car-crash',\n icon: [640, 512, [], \"f5e1\", \"M143.25 220.81l-12.42 46.37c-3.01 11.25-3.63 22.89-2.41 34.39l-35.2 28.98c-6.57 5.41-16.31-.43-14.62-8.77l15.44-76.68c1.06-5.26-2.66-10.28-8-10.79l-77.86-7.55c-8.47-.82-11.23-11.83-4.14-16.54l65.15-43.3c4.46-2.97 5.38-9.15 1.98-13.29L21.46 93.22c-5.41-6.57.43-16.3 8.78-14.62l76.68 15.44c5.26 1.06 10.28-2.66 10.8-8l7.55-77.86c.82-8.48 11.83-11.23 16.55-4.14l43.3 65.14c2.97 4.46 9.15 5.38 13.29 1.98l60.4-49.71c6.57-5.41 16.3.43 14.62 8.77L262.1 86.38c-2.71 3.05-5.43 6.09-7.91 9.4l-32.15 42.97-10.71 14.32c-32.73 8.76-59.18 34.53-68.08 67.74zm494.57 132.51l-12.42 46.36c-3.13 11.68-9.38 21.61-17.55 29.36a66.876 66.876 0 0 1-8.76 7l-13.99 52.23c-1.14 4.27-3.1 8.1-5.65 11.38-7.67 9.84-20.74 14.68-33.54 11.25L515 502.62c-17.07-4.57-27.2-22.12-22.63-39.19l8.28-30.91-247.28-66.26-8.28 30.91c-4.57 17.07-22.12 27.2-39.19 22.63l-30.91-8.28c-12.8-3.43-21.7-14.16-23.42-26.51-.57-4.12-.35-8.42.79-12.68l13.99-52.23a66.62 66.62 0 0 1-4.09-10.45c-3.2-10.79-3.65-22.52-.52-34.2l12.42-46.37c5.31-19.8 19.36-34.83 36.89-42.21a64.336 64.336 0 0 1 18.49-4.72l18.13-24.23 32.15-42.97c3.45-4.61 7.19-8.9 11.2-12.84 8-7.89 17.03-14.44 26.74-19.51 4.86-2.54 9.89-4.71 15.05-6.49 10.33-3.58 21.19-5.63 32.24-6.04 11.05-.41 22.31.82 33.43 3.8l122.68 32.87c11.12 2.98 21.48 7.54 30.85 13.43a111.11 111.11 0 0 1 34.69 34.5c8.82 13.88 14.64 29.84 16.68 46.99l6.36 53.29 3.59 30.05a64.49 64.49 0 0 1 22.74 29.93c4.39 11.88 5.29 25.19 1.75 38.39zM255.58 234.34c-18.55-4.97-34.21 4.04-39.17 22.53-4.96 18.49 4.11 34.12 22.65 39.09 18.55 4.97 45.54 15.51 50.49-2.98 4.96-18.49-15.43-53.67-33.97-58.64zm290.61 28.17l-6.36-53.29c-.58-4.87-1.89-9.53-3.82-13.86-5.8-12.99-17.2-23.01-31.42-26.82l-122.68-32.87a48.008 48.008 0 0 0-50.86 17.61l-32.15 42.97 172 46.08 75.29 20.18zm18.49 54.65c-18.55-4.97-53.8 15.31-58.75 33.79-4.95 18.49 23.69 22.86 42.24 27.83 18.55 4.97 34.21-4.04 39.17-22.53 4.95-18.48-4.11-34.12-22.66-39.09z\"]\n};\nvar faCarSide = {\n prefix: 'fas',\n iconName: 'car-side',\n icon: [640, 512, [], \"f5e4\", \"M544 192h-16L419.22 56.02A64.025 64.025 0 0 0 369.24 32H155.33c-26.17 0-49.7 15.93-59.42 40.23L48 194.26C20.44 201.4 0 226.21 0 256v112c0 8.84 7.16 16 16 16h48c0 53.02 42.98 96 96 96s96-42.98 96-96h128c0 53.02 42.98 96 96 96s96-42.98 96-96h48c8.84 0 16-7.16 16-16v-80c0-53.02-42.98-96-96-96zM160 432c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48zm72-240H116.93l38.4-96H232v96zm48 0V96h89.24l76.8 96H280zm200 240c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48z\"]\n};\nvar faCaretDown = {\n prefix: 'fas',\n iconName: 'caret-down',\n icon: [320, 512, [], \"f0d7\", \"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"]\n};\nvar faCaretLeft = {\n prefix: 'fas',\n iconName: 'caret-left',\n icon: [192, 512, [], \"f0d9\", \"M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z\"]\n};\nvar faCaretRight = {\n prefix: 'fas',\n iconName: 'caret-right',\n icon: [192, 512, [], \"f0da\", \"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z\"]\n};\nvar faCaretSquareDown = {\n prefix: 'fas',\n iconName: 'caret-square-down',\n icon: [448, 512, [], \"f150\", \"M448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM92.5 220.5l123 123c4.7 4.7 12.3 4.7 17 0l123-123c7.6-7.6 2.2-20.5-8.5-20.5H101c-10.7 0-16.1 12.9-8.5 20.5z\"]\n};\nvar faCaretSquareLeft = {\n prefix: 'fas',\n iconName: 'caret-square-left',\n icon: [448, 512, [], \"f191\", \"M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zM259.515 124.485l-123.03 123.03c-4.686 4.686-4.686 12.284 0 16.971l123.029 123.029c7.56 7.56 20.485 2.206 20.485-8.485V132.971c.001-10.691-12.925-16.045-20.484-8.486z\"]\n};\nvar faCaretSquareRight = {\n prefix: 'fas',\n iconName: 'caret-square-right',\n icon: [448, 512, [], \"f152\", \"M48 32h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48zm140.485 355.515l123.029-123.029c4.686-4.686 4.686-12.284 0-16.971l-123.029-123.03c-7.56-7.56-20.485-2.206-20.485 8.485v246.059c0 10.691 12.926 16.045 20.485 8.486z\"]\n};\nvar faCaretSquareUp = {\n prefix: 'fas',\n iconName: 'caret-square-up',\n icon: [448, 512, [], \"f151\", \"M0 432V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48zm355.515-140.485l-123.03-123.03c-4.686-4.686-12.284-4.686-16.971 0L92.485 291.515c-7.56 7.56-2.206 20.485 8.485 20.485h246.059c10.691 0 16.045-12.926 8.486-20.485z\"]\n};\nvar faCaretUp = {\n prefix: 'fas',\n iconName: 'caret-up',\n icon: [320, 512, [], \"f0d8\", \"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"]\n};\nvar faCarrot = {\n prefix: 'fas',\n iconName: 'carrot',\n icon: [512, 512, [], \"f787\", \"M298.2 156.6c-52.7-25.7-114.5-10.5-150.2 32.8l55.2 55.2c6.3 6.3 6.3 16.4 0 22.6-3.1 3.1-7.2 4.7-11.3 4.7s-8.2-1.6-11.3-4.7L130.4 217 2.3 479.7c-2.9 6-3.1 13.3 0 19.7 5.4 11.1 18.9 15.7 30 10.3l133.6-65.2-49.2-49.2c-6.3-6.2-6.3-16.4 0-22.6 6.3-6.2 16.4-6.2 22.6 0l57 57 102-49.8c24-11.7 44.5-31.3 57.1-57.1 30.1-61.7 4.5-136.1-57.2-166.2zm92.1-34.9C409.8 81 399.7 32.9 360 0c-50.3 41.7-52.5 107.5-7.9 151.9l8 8c44.4 44.6 110.3 42.4 151.9-7.9-32.9-39.7-81-49.8-121.7-30.3z\"]\n};\nvar faCartArrowDown = {\n prefix: 'fas',\n iconName: 'cart-arrow-down',\n icon: [576, 512, [], \"f218\", \"M504.717 320H211.572l6.545 32h268.418c15.401 0 26.816 14.301 23.403 29.319l-5.517 24.276C523.112 414.668 536 433.828 536 456c0 31.202-25.519 56.444-56.824 55.994-29.823-.429-54.35-24.631-55.155-54.447-.44-16.287 6.085-31.049 16.803-41.548H231.176C241.553 426.165 248 440.326 248 456c0 31.813-26.528 57.431-58.67 55.938-28.54-1.325-51.751-24.385-53.251-52.917-1.158-22.034 10.436-41.455 28.051-51.586L93.883 64H24C10.745 64 0 53.255 0 40V24C0 10.745 10.745 0 24 0h102.529c11.401 0 21.228 8.021 23.513 19.19L159.208 64H551.99c15.401 0 26.816 14.301 23.403 29.319l-47.273 208C525.637 312.246 515.923 320 504.717 320zM403.029 192H360v-60c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v60h-43.029c-10.691 0-16.045 12.926-8.485 20.485l67.029 67.029c4.686 4.686 12.284 4.686 16.971 0l67.029-67.029c7.559-7.559 2.205-20.485-8.486-20.485z\"]\n};\nvar faCartPlus = {\n prefix: 'fas',\n iconName: 'cart-plus',\n icon: [576, 512, [], \"f217\", \"M504.717 320H211.572l6.545 32h268.418c15.401 0 26.816 14.301 23.403 29.319l-5.517 24.276C523.112 414.668 536 433.828 536 456c0 31.202-25.519 56.444-56.824 55.994-29.823-.429-54.35-24.631-55.155-54.447-.44-16.287 6.085-31.049 16.803-41.548H231.176C241.553 426.165 248 440.326 248 456c0 31.813-26.528 57.431-58.67 55.938-28.54-1.325-51.751-24.385-53.251-52.917-1.158-22.034 10.436-41.455 28.051-51.586L93.883 64H24C10.745 64 0 53.255 0 40V24C0 10.745 10.745 0 24 0h102.529c11.401 0 21.228 8.021 23.513 19.19L159.208 64H551.99c15.401 0 26.816 14.301 23.403 29.319l-47.273 208C525.637 312.246 515.923 320 504.717 320zM408 168h-48v-40c0-8.837-7.163-16-16-16h-16c-8.837 0-16 7.163-16 16v40h-48c-8.837 0-16 7.163-16 16v16c0 8.837 7.163 16 16 16h48v40c0 8.837 7.163 16 16 16h16c8.837 0 16-7.163 16-16v-40h48c8.837 0 16-7.163 16-16v-16c0-8.837-7.163-16-16-16z\"]\n};\nvar faCashRegister = {\n prefix: 'fas',\n iconName: 'cash-register',\n icon: [512, 512, [], \"f788\", \"M511.1 378.8l-26.7-160c-2.6-15.4-15.9-26.7-31.6-26.7H208v-64h96c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h96v64H59.1c-15.6 0-29 11.3-31.6 26.7L.8 378.7c-.6 3.5-.9 7-.9 10.5V480c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32v-90.7c.1-3.5-.2-7-.8-10.5zM280 248c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16zm-32 64h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16zm-32-80c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16zM80 80V48h192v32H80zm40 200h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16zm16 64v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16zm216 112c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h176c4.4 0 8 3.6 8 8v16zm24-112c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16zm48-80c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16z\"]\n};\nvar faCat = {\n prefix: 'fas',\n iconName: 'cat',\n icon: [512, 512, [], \"f6be\", \"M290.59 192c-20.18 0-106.82 1.98-162.59 85.95V192c0-52.94-43.06-96-96-96-17.67 0-32 14.33-32 32s14.33 32 32 32c17.64 0 32 14.36 32 32v256c0 35.3 28.7 64 64 64h176c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-32l128-96v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V289.86c-10.29 2.67-20.89 4.54-32 4.54-61.81 0-113.52-44.05-125.41-102.4zM448 96h-64l-64-64v134.4c0 53.02 42.98 96 96 96s96-42.98 96-96V32l-64 64zm-72 80c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm80 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z\"]\n};\nvar faCertificate = {\n prefix: 'fas',\n iconName: 'certificate',\n icon: [512, 512, [], \"f0a3\", \"M458.622 255.92l45.985-45.005c13.708-12.977 7.316-36.039-10.664-40.339l-62.65-15.99 17.661-62.015c4.991-17.838-11.829-34.663-29.661-29.671l-61.994 17.667-15.984-62.671C337.085.197 313.765-6.276 300.99 7.228L256 53.57 211.011 7.229c-12.63-13.351-36.047-7.234-40.325 10.668l-15.984 62.671-61.995-17.667C74.87 57.907 58.056 74.738 63.046 92.572l17.661 62.015-62.65 15.99C.069 174.878-6.31 197.944 7.392 210.915l45.985 45.005-45.985 45.004c-13.708 12.977-7.316 36.039 10.664 40.339l62.65 15.99-17.661 62.015c-4.991 17.838 11.829 34.663 29.661 29.671l61.994-17.667 15.984 62.671c4.439 18.575 27.696 24.018 40.325 10.668L256 458.61l44.989 46.001c12.5 13.488 35.987 7.486 40.325-10.668l15.984-62.671 61.994 17.667c17.836 4.994 34.651-11.837 29.661-29.671l-17.661-62.015 62.65-15.99c17.987-4.302 24.366-27.367 10.664-40.339l-45.984-45.004z\"]\n};\nvar faChair = {\n prefix: 'fas',\n iconName: 'chair',\n icon: [448, 512, [], \"f6c0\", \"M112 128c0-29.5 16.2-55 40-68.9V256h48V48h48v208h48V59.1c23.8 13.9 40 39.4 40 68.9v128h48V128C384 57.3 326.7 0 256 0h-64C121.3 0 64 57.3 64 128v128h48zm334.3 213.9l-10.7-32c-4.4-13.1-16.6-21.9-30.4-21.9H42.7c-13.8 0-26 8.8-30.4 21.9l-10.7 32C-5.2 362.6 10.2 384 32 384v112c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V384h256v112c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V384c21.8 0 37.2-21.4 30.3-42.1z\"]\n};\nvar faChalkboard = {\n prefix: 'fas',\n iconName: 'chalkboard',\n icon: [640, 512, [], \"f51b\", \"M96 64h448v352h64V40c0-22.06-17.94-40-40-40H72C49.94 0 32 17.94 32 40v376h64V64zm528 384H480v-64H288v64H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faChalkboardTeacher = {\n prefix: 'fas',\n iconName: 'chalkboard-teacher',\n icon: [640, 512, [], \"f51c\", \"M208 352c-2.39 0-4.78.35-7.06 1.09C187.98 357.3 174.35 360 160 360c-14.35 0-27.98-2.7-40.95-6.91-2.28-.74-4.66-1.09-7.05-1.09C49.94 352-.33 402.48 0 464.62.14 490.88 21.73 512 48 512h224c26.27 0 47.86-21.12 48-47.38.33-62.14-49.94-112.62-112-112.62zm-48-32c53.02 0 96-42.98 96-96s-42.98-96-96-96-96 42.98-96 96 42.98 96 96 96zM592 0H208c-26.47 0-48 22.25-48 49.59V96c23.42 0 45.1 6.78 64 17.8V64h352v288h-64v-64H384v64h-76.24c19.1 16.69 33.12 38.73 39.69 64H592c26.47 0 48-22.25 48-49.59V49.59C640 22.25 618.47 0 592 0z\"]\n};\nvar faChargingStation = {\n prefix: 'fas',\n iconName: 'charging-station',\n icon: [576, 512, [], \"f5e7\", \"M336 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h320c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm208-320V80c0-8.84-7.16-16-16-16s-16 7.16-16 16v48h-32V80c0-8.84-7.16-16-16-16s-16 7.16-16 16v48h-16c-8.84 0-16 7.16-16 16v32c0 35.76 23.62 65.69 56 75.93v118.49c0 13.95-9.5 26.92-23.26 29.19C431.22 402.5 416 388.99 416 372v-28c0-48.6-39.4-88-88-88h-8V64c0-35.35-28.65-64-64-64H96C60.65 0 32 28.65 32 64v352h288V304h8c22.09 0 40 17.91 40 40v24.61c0 39.67 28.92 75.16 68.41 79.01C481.71 452.05 520 416.41 520 372V251.93c32.38-10.24 56-40.17 56-75.93v-32c0-8.84-7.16-16-16-16h-16zm-283.91 47.76l-93.7 139c-2.2 3.33-6.21 5.24-10.39 5.24-7.67 0-13.47-6.28-11.67-12.92L167.35 224H108c-7.25 0-12.85-5.59-11.89-11.89l16-107C112.9 99.9 117.98 96 124 96h68c7.88 0 13.62 6.54 11.6 13.21L192 160h57.7c9.24 0 15.01 8.78 10.39 15.76z\"]\n};\nvar faChartArea = {\n prefix: 'fas',\n iconName: 'chart-area',\n icon: [512, 512, [], \"f1fe\", \"M500 384c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v308h436zM372.7 159.5L288 216l-85.3-113.7c-5.1-6.8-15.5-6.3-19.9 1L96 248v104h384l-89.9-187.8c-3.2-6.5-11.4-8.7-17.4-4.7z\"]\n};\nvar faChartBar = {\n prefix: 'fas',\n iconName: 'chart-bar',\n icon: [512, 512, [], \"f080\", \"M332.8 320h38.4c6.4 0 12.8-6.4 12.8-12.8V172.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h38.4c6.4 0 12.8-6.4 12.8-12.8V76.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-288 0h38.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h38.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zM496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faChartLine = {\n prefix: 'fas',\n iconName: 'chart-line',\n icon: [512, 512, [], \"f201\", \"M496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM464 96H345.94c-21.38 0-32.09 25.85-16.97 40.97l32.4 32.4L288 242.75l-73.37-73.37c-12.5-12.5-32.76-12.5-45.25 0l-68.69 68.69c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L192 237.25l73.37 73.37c12.5 12.5 32.76 12.5 45.25 0l96-96 32.4 32.4c15.12 15.12 40.97 4.41 40.97-16.97V112c.01-8.84-7.15-16-15.99-16z\"]\n};\nvar faChartPie = {\n prefix: 'fas',\n iconName: 'chart-pie',\n icon: [544, 512, [], \"f200\", \"M527.79 288H290.5l158.03 158.03c6.04 6.04 15.98 6.53 22.19.68 38.7-36.46 65.32-85.61 73.13-140.86 1.34-9.46-6.51-17.85-16.06-17.85zm-15.83-64.8C503.72 103.74 408.26 8.28 288.8.04 279.68-.59 272 7.1 272 16.24V240h223.77c9.14 0 16.82-7.68 16.19-16.8zM224 288V50.71c0-9.55-8.39-17.4-17.84-16.06C86.99 51.49-4.1 155.6.14 280.37 4.5 408.51 114.83 513.59 243.03 511.98c50.4-.63 96.97-16.87 135.26-44.03 7.9-5.6 8.42-17.23 1.57-24.08L224 288z\"]\n};\nvar faCheck = {\n prefix: 'fas',\n iconName: 'check',\n icon: [512, 512, [], \"f00c\", \"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"]\n};\nvar faCheckCircle = {\n prefix: 'fas',\n iconName: 'check-circle',\n icon: [512, 512, [], \"f058\", \"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"]\n};\nvar faCheckDouble = {\n prefix: 'fas',\n iconName: 'check-double',\n icon: [512, 512, [], \"f560\", \"M505 174.8l-39.6-39.6c-9.4-9.4-24.6-9.4-33.9 0L192 374.7 80.6 263.2c-9.4-9.4-24.6-9.4-33.9 0L7 302.9c-9.4 9.4-9.4 24.6 0 34L175 505c9.4 9.4 24.6 9.4 33.9 0l296-296.2c9.4-9.5 9.4-24.7.1-34zm-324.3 106c6.2 6.3 16.4 6.3 22.6 0l208-208.2c6.2-6.3 6.2-16.4 0-22.6L366.1 4.7c-6.2-6.3-16.4-6.3-22.6 0L192 156.2l-55.4-55.5c-6.2-6.3-16.4-6.3-22.6 0L68.7 146c-6.2 6.3-6.2 16.4 0 22.6l112 112.2z\"]\n};\nvar faCheckSquare = {\n prefix: 'fas',\n iconName: 'check-square',\n icon: [448, 512, [], \"f14a\", \"M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zm-204.686-98.059l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L184 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.379 6.25 22.628.001z\"]\n};\nvar faCheese = {\n prefix: 'fas',\n iconName: 'cheese',\n icon: [512, 512, [], \"f7ef\", \"M0 288v160a32 32 0 0 0 32 32h448a32 32 0 0 0 32-32V288zM299.83 32a32 32 0 0 0-21.13 7L0 256h512c0-119.89-94-217.8-212.17-224z\"]\n};\nvar faChess = {\n prefix: 'fas',\n iconName: 'chess',\n icon: [512, 512, [], \"f439\", \"M74 208H64a16 16 0 0 0-16 16v16a16 16 0 0 0 16 16h15.94A535.78 535.78 0 0 1 64 384h128a535.78 535.78 0 0 1-15.94-128H192a16 16 0 0 0 16-16v-16a16 16 0 0 0-16-16h-10l33.89-90.38a16 16 0 0 0-15-21.62H144V64h24a8 8 0 0 0 8-8V40a8 8 0 0 0-8-8h-24V8a8 8 0 0 0-8-8h-16a8 8 0 0 0-8 8v24H88a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h24v32H55.09a16 16 0 0 0-15 21.62zm173.16 251.58L224 448v-16a16 16 0 0 0-16-16H48a16 16 0 0 0-16 16v16L8.85 459.58A16 16 0 0 0 0 473.89V496a16 16 0 0 0 16 16h224a16 16 0 0 0 16-16v-22.11a16 16 0 0 0-8.84-14.31zm92.77-157.78l-3.29 82.2h126.72l-3.29-82.21 24.6-20.79A32 32 0 0 0 496 256.54V198a6 6 0 0 0-6-6h-26.38a6 6 0 0 0-6 6v26h-24.71v-26a6 6 0 0 0-6-6H373.1a6 6 0 0 0-6 6v26h-24.71v-26a6 6 0 0 0-6-6H310a6 6 0 0 0-6 6v58.6a32 32 0 0 0 11.36 24.4zM384 304a16 16 0 0 1 32 0v32h-32zm119.16 155.58L480 448v-16a16 16 0 0 0-16-16H336a16 16 0 0 0-16 16v16l-23.15 11.58a16 16 0 0 0-8.85 14.31V496a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-22.11a16 16 0 0 0-8.84-14.31z\"]\n};\nvar faChessBishop = {\n prefix: 'fas',\n iconName: 'chess-bishop',\n icon: [320, 512, [], \"f43a\", \"M8 287.88c0 51.64 22.14 73.83 56 84.6V416h192v-43.52c33.86-10.77 56-33 56-84.6 0-30.61-10.73-67.1-26.69-102.56L185 285.65a8 8 0 0 1-11.31 0l-11.31-11.31a8 8 0 0 1 0-11.31L270.27 155.1c-20.8-37.91-46.47-72.1-70.87-92.59C213.4 59.09 224 47.05 224 32a32 32 0 0 0-32-32h-64a32 32 0 0 0-32 32c0 15 10.6 27.09 24.6 30.51C67.81 106.8 8 214.5 8 287.88zM304 448H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faChessBoard = {\n prefix: 'fas',\n iconName: 'chess-board',\n icon: [512, 512, [], \"f43c\", \"M255.9.2h-64v64h64zM0 64.17v64h64v-64zM128 .2H64v64h64zm64 255.9v64h64v-64zM0 192.12v64h64v-64zM383.85.2h-64v64h64zm128 0h-64v64h64zM128 256.1H64v64h64zM511.8 448v-64h-64v64zm0-128v-64h-64v64zM383.85 512h64v-64h-64zm128-319.88v-64h-64v64zM128 512h64v-64h-64zM0 512h64v-64H0zm255.9 0h64v-64h-64zM0 320.07v64h64v-64zm319.88-191.92v-64h-64v64zm-64 128h64v-64h-64zm-64 128v64h64v-64zm128-64h64v-64h-64zm0-127.95h64v-64h-64zm0 191.93v64h64v-64zM64 384.05v64h64v-64zm128-255.9v-64h-64v64zm191.92 255.9h64v-64h-64zm-128-191.93v-64h-64v64zm128-127.95v64h64v-64zm-128 255.9v64h64v-64zm-64-127.95H128v64h64zm191.92 64h64v-64h-64zM128 128.15H64v64h64zm0 191.92v64h64v-64z\"]\n};\nvar faChessKing = {\n prefix: 'fas',\n iconName: 'chess-king',\n icon: [448, 512, [], \"f43f\", \"M400 448H48a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm16-288H256v-48h40a8 8 0 0 0 8-8V56a8 8 0 0 0-8-8h-40V8a8 8 0 0 0-8-8h-48a8 8 0 0 0-8 8v40h-40a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8h40v48H32a32 32 0 0 0-30.52 41.54L74.56 416h298.88l73.08-214.46A32 32 0 0 0 416 160z\"]\n};\nvar faChessKnight = {\n prefix: 'fas',\n iconName: 'chess-knight',\n icon: [384, 512, [], \"f441\", \"M19 272.47l40.63 18.06a32 32 0 0 0 24.88.47l12.78-5.12a32 32 0 0 0 18.76-20.5l9.22-30.65a24 24 0 0 1 12.55-15.65L159.94 208v50.33a48 48 0 0 1-26.53 42.94l-57.22 28.65A80 80 0 0 0 32 401.48V416h319.86V224c0-106-85.92-192-191.92-192H12A12 12 0 0 0 0 44a16.9 16.9 0 0 0 1.79 7.58L16 80l-9 9a24 24 0 0 0-7 17v137.21a32 32 0 0 0 19 29.26zM52 128a20 20 0 1 1-20 20 20 20 0 0 1 20-20zm316 320H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faChessPawn = {\n prefix: 'fas',\n iconName: 'chess-pawn',\n icon: [320, 512, [], \"f443\", \"M105.1 224H80a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h16v5.49c0 44-4.14 86.6-24 122.51h176c-19.89-35.91-24-78.51-24-122.51V288h16a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-25.1c29.39-18.38 49.1-50.78 49.1-88a104 104 0 0 0-208 0c0 37.22 19.71 69.62 49.1 88zM304 448H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faChessQueen = {\n prefix: 'fas',\n iconName: 'chess-queen',\n icon: [512, 512, [], \"f445\", \"M256 112a56 56 0 1 0-56-56 56 56 0 0 0 56 56zm176 336H80a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm72.87-263.84l-28.51-15.92c-7.44-5-16.91-2.46-22.29 4.68a47.59 47.59 0 0 1-47.23 18.23C383.7 186.86 368 164.93 368 141.4a13.4 13.4 0 0 0-13.4-13.4h-38.77c-6 0-11.61 4-12.86 9.91a48 48 0 0 1-93.94 0c-1.25-5.92-6.82-9.91-12.86-9.91H157.4a13.4 13.4 0 0 0-13.4 13.4c0 25.69-19 48.75-44.67 50.49a47.5 47.5 0 0 1-41.54-19.15c-5.28-7.09-14.73-9.45-22.09-4.54l-28.57 16a16 16 0 0 0-5.44 20.47L104.24 416h303.52l102.55-211.37a16 16 0 0 0-5.44-20.47z\"]\n};\nvar faChessRook = {\n prefix: 'fas',\n iconName: 'chess-rook',\n icon: [384, 512, [], \"f447\", \"M368 32h-56a16 16 0 0 0-16 16v48h-48V48a16 16 0 0 0-16-16h-80a16 16 0 0 0-16 16v48H88.1V48a16 16 0 0 0-16-16H16A16 16 0 0 0 0 48v176l64 32c0 48.33-1.54 95-13.21 160h282.42C321.54 351 320 303.72 320 256l64-32V48a16 16 0 0 0-16-16zM224 320h-64v-64a32 32 0 0 1 64 0zm144 128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faChevronCircleDown = {\n prefix: 'fas',\n iconName: 'chevron-circle-down',\n icon: [512, 512, [], \"f13a\", \"M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zM273 369.9l135.5-135.5c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L256 285.1 154.4 183.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L239 369.9c9.4 9.4 24.6 9.4 34 0z\"]\n};\nvar faChevronCircleLeft = {\n prefix: 'fas',\n iconName: 'chevron-circle-left',\n icon: [512, 512, [], \"f137\", \"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zM142.1 273l135.5 135.5c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L226.9 256l101.6-101.6c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L142.1 239c-9.4 9.4-9.4 24.6 0 34z\"]\n};\nvar faChevronCircleRight = {\n prefix: 'fas',\n iconName: 'chevron-circle-right',\n icon: [512, 512, [], \"f138\", \"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z\"]\n};\nvar faChevronCircleUp = {\n prefix: 'fas',\n iconName: 'chevron-circle-up',\n icon: [512, 512, [], \"f139\", \"M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm231-113.9L103.5 277.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L256 226.9l101.6 101.6c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L273 142.1c-9.4-9.4-24.6-9.4-34 0z\"]\n};\nvar faChevronDown = {\n prefix: 'fas',\n iconName: 'chevron-down',\n icon: [448, 512, [], \"f078\", \"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"]\n};\nvar faChevronLeft = {\n prefix: 'fas',\n iconName: 'chevron-left',\n icon: [320, 512, [], \"f053\", \"M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z\"]\n};\nvar faChevronRight = {\n prefix: 'fas',\n iconName: 'chevron-right',\n icon: [320, 512, [], \"f054\", \"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"]\n};\nvar faChevronUp = {\n prefix: 'fas',\n iconName: 'chevron-up',\n icon: [448, 512, [], \"f077\", \"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"]\n};\nvar faChild = {\n prefix: 'fas',\n iconName: 'child',\n icon: [384, 512, [], \"f1ae\", \"M120 72c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.764-32.235 72-72 72s-72-32.236-72-72zm254.627 1.373c-12.496-12.497-32.758-12.497-45.254 0L242.745 160H141.254L54.627 73.373c-12.496-12.497-32.758-12.497-45.254 0-12.497 12.497-12.497 32.758 0 45.255L104 213.254V480c0 17.673 14.327 32 32 32h16c17.673 0 32-14.327 32-32V368h16v112c0 17.673 14.327 32 32 32h16c17.673 0 32-14.327 32-32V213.254l94.627-94.627c12.497-12.497 12.497-32.757 0-45.254z\"]\n};\nvar faChurch = {\n prefix: 'fas',\n iconName: 'church',\n icon: [640, 512, [], \"f51d\", \"M464.46 246.68L352 179.2V128h48c8.84 0 16-7.16 16-16V80c0-8.84-7.16-16-16-16h-48V16c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v48h-48c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h48v51.2l-112.46 67.48A31.997 31.997 0 0 0 160 274.12V512h96v-96c0-35.35 28.65-64 64-64s64 28.65 64 64v96h96V274.12c0-11.24-5.9-21.66-15.54-27.44zM0 395.96V496c0 8.84 7.16 16 16 16h112V320L19.39 366.54A32.024 32.024 0 0 0 0 395.96zm620.61-29.42L512 320v192h112c8.84 0 16-7.16 16-16V395.96c0-12.8-7.63-24.37-19.39-29.42z\"]\n};\nvar faCircle = {\n prefix: 'fas',\n iconName: 'circle',\n icon: [512, 512, [], \"f111\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"]\n};\nvar faCircleNotch = {\n prefix: 'fas',\n iconName: 'circle-notch',\n icon: [512, 512, [], \"f1ce\", \"M288 39.056v16.659c0 10.804 7.281 20.159 17.686 23.066C383.204 100.434 440 171.518 440 256c0 101.689-82.295 184-184 184-101.689 0-184-82.295-184-184 0-84.47 56.786-155.564 134.312-177.219C216.719 75.874 224 66.517 224 55.712V39.064c0-15.709-14.834-27.153-30.046-23.234C86.603 43.482 7.394 141.206 8.003 257.332c.72 137.052 111.477 246.956 248.531 246.667C393.255 503.711 504 392.788 504 256c0-115.633-79.14-212.779-186.211-240.236C302.678 11.889 288 23.456 288 39.056z\"]\n};\nvar faCity = {\n prefix: 'fas',\n iconName: 'city',\n icon: [640, 512, [], \"f64f\", \"M616 192H480V24c0-13.26-10.74-24-24-24H312c-13.26 0-24 10.74-24 24v72h-64V16c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v80h-64V16c0-8.84-7.16-16-16-16H80c-8.84 0-16 7.16-16 16v80H24c-13.26 0-24 10.74-24 24v360c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V216c0-13.26-10.75-24-24-24zM128 404c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm128 192c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm160 96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12V76c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm160 288c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40z\"]\n};\nvar faClinicMedical = {\n prefix: 'fas',\n iconName: 'clinic-medical',\n icon: [576, 512, [], \"f7f2\", \"M288 115L69.47 307.71c-1.62 1.46-3.69 2.14-5.47 3.35V496a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V311.1c-1.7-1.16-3.72-1.82-5.26-3.2zm96 261a8 8 0 0 1-8 8h-56v56a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-56h-56a8 8 0 0 1-8-8v-48a8 8 0 0 1 8-8h56v-56a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v56h56a8 8 0 0 1 8 8zm186.69-139.72l-255.94-226a39.85 39.85 0 0 0-53.45 0l-256 226a16 16 0 0 0-1.21 22.6L25.5 282.7a16 16 0 0 0 22.6 1.21L277.42 81.63a16 16 0 0 1 21.17 0L527.91 283.9a16 16 0 0 0 22.6-1.21l21.4-23.82a16 16 0 0 0-1.22-22.59z\"]\n};\nvar faClipboard = {\n prefix: 'fas',\n iconName: 'clipboard',\n icon: [384, 512, [], \"f328\", \"M384 112v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h80c0-35.29 28.71-64 64-64s64 28.71 64 64h80c26.51 0 48 21.49 48 48zM192 40c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24m96 114v-20a6 6 0 0 0-6-6H102a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h180a6 6 0 0 0 6-6z\"]\n};\nvar faClipboardCheck = {\n prefix: 'fas',\n iconName: 'clipboard-check',\n icon: [384, 512, [], \"f46c\", \"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm121.2 231.8l-143 141.8c-4.7 4.7-12.3 4.6-17-.1l-82.6-83.3c-4.7-4.7-4.6-12.3.1-17L99.1 285c4.7-4.7 12.3-4.6 17 .1l46 46.4 106-105.2c4.7-4.7 12.3-4.6 17 .1l28.2 28.4c4.7 4.8 4.6 12.3-.1 17z\"]\n};\nvar faClipboardList = {\n prefix: 'fas',\n iconName: 'clipboard-list',\n icon: [384, 512, [], \"f46d\", \"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM96 424c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0-96c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0-96c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm96-192c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm128 368c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faClock = {\n prefix: 'fas',\n iconName: 'clock',\n icon: [512, 512, [], \"f017\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm57.1 350.1L224.9 294c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h48c6.6 0 12 5.4 12 12v137.7l63.5 46.2c5.4 3.9 6.5 11.4 2.6 16.8l-28.2 38.8c-3.9 5.3-11.4 6.5-16.8 2.6z\"]\n};\nvar faClone = {\n prefix: 'fas',\n iconName: 'clone',\n icon: [512, 512, [], \"f24d\", \"M464 0c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48H176c-26.51 0-48-21.49-48-48V48c0-26.51 21.49-48 48-48h288M176 416c-44.112 0-80-35.888-80-80V128H48c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48v-48H176z\"]\n};\nvar faClosedCaptioning = {\n prefix: 'fas',\n iconName: 'closed-captioning',\n icon: [512, 512, [], \"f20a\", \"M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM218.1 287.7c2.8-2.5 7.1-2.1 9.2.9l19.5 27.7c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.8-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7l-17.5 30.5c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2.1 48 51.1 70.5 92.3 32.6zm190.4 0c2.8-2.5 7.1-2.1 9.2.9l19.5 27.7c1.7 2.4 1.5 5.6-.5 7.7-53.5 56.9-172.7 32.1-172.7-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7L420 222.2c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6z\"]\n};\nvar faCloud = {\n prefix: 'fas',\n iconName: 'cloud',\n icon: [640, 512, [], \"f0c2\", \"M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4z\"]\n};\nvar faCloudDownloadAlt = {\n prefix: 'fas',\n iconName: 'cloud-download-alt',\n icon: [640, 512, [], \"f381\", \"M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4zm-132.9 88.7L299.3 420.7c-6.2 6.2-16.4 6.2-22.6 0L171.3 315.3c-10.1-10.1-2.9-27.3 11.3-27.3H248V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v112h65.4c14.2 0 21.4 17.2 11.3 27.3z\"]\n};\nvar faCloudMeatball = {\n prefix: 'fas',\n iconName: 'cloud-meatball',\n icon: [512, 512, [], \"f73b\", \"M48 352c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm416 0c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm-119 11.1c4.6-14.5 1.6-30.8-9.8-42.3-11.5-11.5-27.8-14.4-42.3-9.9-7-13.5-20.7-23-36.9-23s-29.9 9.5-36.9 23c-14.5-4.6-30.8-1.6-42.3 9.9-11.5 11.5-14.4 27.8-9.9 42.3-13.5 7-23 20.7-23 36.9s9.5 29.9 23 36.9c-4.6 14.5-1.6 30.8 9.9 42.3 8.2 8.2 18.9 12.3 29.7 12.3 4.3 0 8.5-1.1 12.6-2.5 7 13.5 20.7 23 36.9 23s29.9-9.5 36.9-23c4.1 1.3 8.3 2.5 12.6 2.5 10.8 0 21.5-4.1 29.7-12.3 11.5-11.5 14.4-27.8 9.8-42.3 13.5-7 23-20.7 23-36.9s-9.5-29.9-23-36.9zM512 224c0-53-43-96-96-96-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h43.4c3.6-8 8.4-15.4 14.8-21.8 13.5-13.5 31.5-21.1 50.8-21.3 13.5-13.2 31.7-20.9 51-20.9s37.5 7.7 51 20.9c19.3.2 37.3 7.8 50.8 21.3 6.4 6.4 11.3 13.8 14.8 21.8H416c53 0 96-43 96-96z\"]\n};\nvar faCloudMoon = {\n prefix: 'fas',\n iconName: 'cloud-moon',\n icon: [576, 512, [], \"f6c3\", \"M342.8 352.7c5.7-9.6 9.2-20.7 9.2-32.7 0-35.3-28.7-64-64-64-17.2 0-32.8 6.9-44.3 17.9-16.3-29.6-47.5-49.9-83.7-49.9-53 0-96 43-96 96 0 2 .5 3.8.6 5.7C27.1 338.8 0 374.1 0 416c0 53 43 96 96 96h240c44.2 0 80-35.8 80-80 0-41.9-32.3-75.8-73.2-79.3zm222.5-54.3c-93.1 17.7-178.5-53.7-178.5-147.7 0-54.2 29-104 76.1-130.8 7.3-4.1 5.4-15.1-2.8-16.7C448.4 1.1 436.7 0 425 0 319.1 0 233.1 85.9 233.1 192c0 8.5.7 16.8 1.8 25 5.9 4.3 11.6 8.9 16.7 14.2 11.4-4.7 23.7-7.2 36.4-7.2 52.9 0 96 43.1 96 96 0 3.6-.2 7.2-.6 10.7 23.6 10.8 42.4 29.5 53.5 52.6 54.4-3.4 103.7-29.3 137.1-70.4 5.3-6.5-.5-16.1-8.7-14.5z\"]\n};\nvar faCloudMoonRain = {\n prefix: 'fas',\n iconName: 'cloud-moon-rain',\n icon: [576, 512, [], \"f73c\", \"M350.5 225.5c-6.9-37.2-39.3-65.5-78.5-65.5-12.3 0-23.9 3-34.3 8-17.4-24.1-45.6-40-77.7-40-53 0-96 43-96 96 0 .5.2 1.1.2 1.6C27.6 232.9 0 265.2 0 304c0 44.2 35.8 80 80 80h256c44.2 0 80-35.8 80-80 0-39.2-28.2-71.7-65.5-78.5zm217.4-1.7c-70.4 13.3-135-40.3-135-110.8 0-40.6 21.9-78 57.5-98.1 5.5-3.1 4.1-11.4-2.1-12.5C479.6.8 470.7 0 461.8 0c-77.9 0-141.1 61.2-144.4 137.9 26.7 11.9 48.2 33.8 58.9 61.7 37.1 14.3 64 47.4 70.2 86.8 5.1.5 10 1.5 15.2 1.5 44.7 0 85.6-20.2 112.6-53.3 4.2-4.8-.2-12-6.4-10.8zM364.5 418.1c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8z\"]\n};\nvar faCloudRain = {\n prefix: 'fas',\n iconName: 'cloud-rain',\n icon: [512, 512, [], \"f73d\", \"M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z\"]\n};\nvar faCloudShowersHeavy = {\n prefix: 'fas',\n iconName: 'cloud-showers-heavy',\n icon: [512, 512, [], \"f740\", \"M183.9 370.1c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm96 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm-192 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm384 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm-96 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zM416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.2 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96z\"]\n};\nvar faCloudSun = {\n prefix: 'fas',\n iconName: 'cloud-sun',\n icon: [640, 512, [], \"f6c4\", \"M575.2 325.7c.2-1.9.8-3.7.8-5.6 0-35.3-28.7-64-64-64-12.6 0-24.2 3.8-34.1 10-17.6-38.8-56.5-66-101.9-66-61.8 0-112 50.1-112 112 0 3 .7 5.8.9 8.7-49.6 3.7-88.9 44.7-88.9 95.3 0 53 43 96 96 96h272c53 0 96-43 96-96 0-42.1-27.2-77.4-64.8-90.4zm-430.4-22.6c-43.7-43.7-43.7-114.7 0-158.3 43.7-43.7 114.7-43.7 158.4 0 9.7 9.7 16.9 20.9 22.3 32.7 9.8-3.7 20.1-6 30.7-7.5L386 81.1c4-11.9-7.3-23.1-19.2-19.2L279 91.2 237.5 8.4C232-2.8 216-2.8 210.4 8.4L169 91.2 81.1 61.9C69.3 58 58 69.3 61.9 81.1l29.3 87.8-82.8 41.5c-11.2 5.6-11.2 21.5 0 27.1l82.8 41.4-29.3 87.8c-4 11.9 7.3 23.1 19.2 19.2l76.1-25.3c6.1-12.4 14-23.7 23.6-33.5-13.1-5.4-25.4-13.4-36-24zm-4.8-79.2c0 40.8 29.3 74.8 67.9 82.3 8-4.7 16.3-8.8 25.2-11.7 5.4-44.3 31-82.5 67.4-105C287.3 160.4 258 140 224 140c-46.3 0-84 37.6-84 83.9z\"]\n};\nvar faCloudSunRain = {\n prefix: 'fas',\n iconName: 'cloud-sun-rain',\n icon: [576, 512, [], \"f743\", \"M510.5 225.5c-6.9-37.2-39.3-65.5-78.5-65.5-12.3 0-23.9 3-34.3 8-17.4-24.1-45.6-40-77.7-40-53 0-96 43-96 96 0 .5.2 1.1.2 1.6C187.6 233 160 265.2 160 304c0 44.2 35.8 80 80 80h256c44.2 0 80-35.8 80-80 0-39.2-28.2-71.7-65.5-78.5zm-386.4 34.4c-37.4-37.4-37.4-98.3 0-135.8 34.6-34.6 89.1-36.8 126.7-7.4 20-12.9 43.6-20.7 69.2-20.7.7 0 1.3.2 2 .2l8.9-26.7c3.4-10.2-6.3-19.8-16.5-16.4l-75.3 25.1-35.5-71c-4.8-9.6-18.5-9.6-23.3 0l-35.5 71-75.3-25.1c-10.2-3.4-19.8 6.3-16.4 16.5l25.1 75.3-71 35.5c-9.6 4.8-9.6 18.5 0 23.3l71 35.5-25.1 75.3c-3.4 10.2 6.3 19.8 16.5 16.5l59.2-19.7c-.2-2.4-.7-4.7-.7-7.2 0-12.5 2.3-24.5 6.2-35.9-3.6-2.7-7.1-5.2-10.2-8.3zm69.8-58c4.3-24.5 15.8-46.4 31.9-64-9.8-6.2-21.4-9.9-33.8-9.9-35.3 0-64 28.7-64 64 0 18.7 8.2 35.4 21.1 47.1 11.3-15.9 26.6-28.9 44.8-37.2zm330.6 216.2c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8z\"]\n};\nvar faCloudUploadAlt = {\n prefix: 'fas',\n iconName: 'cloud-upload-alt',\n icon: [640, 512, [], \"f382\", \"M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4zM393.4 288H328v112c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V288h-65.4c-14.3 0-21.4-17.2-11.3-27.3l105.4-105.4c6.2-6.2 16.4-6.2 22.6 0l105.4 105.4c10.1 10.1 2.9 27.3-11.3 27.3z\"]\n};\nvar faCocktail = {\n prefix: 'fas',\n iconName: 'cocktail',\n icon: [576, 512, [], \"f561\", \"M296 464h-56V338.78l168.74-168.73c15.52-15.52 4.53-42.05-17.42-42.05H24.68c-21.95 0-32.94 26.53-17.42 42.05L176 338.78V464h-56c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h240c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40zM432 0c-62.61 0-115.35 40.2-135.18 96h52.54c16.65-28.55 47.27-48 82.64-48 52.93 0 96 43.06 96 96s-43.07 96-96 96c-14.04 0-27.29-3.2-39.32-8.64l-35.26 35.26C379.23 279.92 404.59 288 432 288c79.53 0 144-64.47 144-144S511.53 0 432 0z\"]\n};\nvar faCode = {\n prefix: 'fas',\n iconName: 'code',\n icon: [640, 512, [], \"f121\", \"M278.9 511.5l-61-17.7c-6.4-1.8-10-8.5-8.2-14.9L346.2 8.7c1.8-6.4 8.5-10 14.9-8.2l61 17.7c6.4 1.8 10 8.5 8.2 14.9L293.8 503.3c-1.9 6.4-8.5 10.1-14.9 8.2zm-114-112.2l43.5-46.4c4.6-4.9 4.3-12.7-.8-17.2L117 256l90.6-79.7c5.1-4.5 5.5-12.3.8-17.2l-43.5-46.4c-4.5-4.8-12.1-5.1-17-.5L3.8 247.2c-5.1 4.7-5.1 12.8 0 17.5l144.1 135.1c4.9 4.6 12.5 4.4 17-.5zm327.2.6l144.1-135.1c5.1-4.7 5.1-12.8 0-17.5L492.1 112.1c-4.8-4.5-12.4-4.3-17 .5L431.6 159c-4.6 4.9-4.3 12.7.8 17.2L523 256l-90.6 79.7c-5.1 4.5-5.5 12.3-.8 17.2l43.5 46.4c4.5 4.9 12.1 5.1 17 .6z\"]\n};\nvar faCodeBranch = {\n prefix: 'fas',\n iconName: 'code-branch',\n icon: [384, 512, [], \"f126\", \"M384 144c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 36.4 24.3 67.1 57.5 76.8-.6 16.1-4.2 28.5-11 36.9-15.4 19.2-49.3 22.4-85.2 25.7-28.2 2.6-57.4 5.4-81.3 16.9v-144c32.5-10.2 56-40.5 56-76.3 0-44.2-35.8-80-80-80S0 35.8 0 80c0 35.8 23.5 66.1 56 76.3v199.3C23.5 365.9 0 396.2 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-34-21.2-63.1-51.2-74.6 3.1-5.2 7.8-9.8 14.9-13.4 16.2-8.2 40.4-10.4 66.1-12.8 42.2-3.9 90-8.4 118.2-43.4 14-17.4 21.1-39.8 21.6-67.9 31.6-10.8 54.4-40.7 54.4-75.9zM80 64c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16zm0 384c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm224-320c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16z\"]\n};\nvar faCoffee = {\n prefix: 'fas',\n iconName: 'coffee',\n icon: [640, 512, [], \"f0f4\", \"M192 384h192c53 0 96-43 96-96h32c70.6 0 128-57.4 128-128S582.6 32 512 32H120c-13.3 0-24 10.7-24 24v232c0 53 43 96 96 96zM512 96c35.3 0 64 28.7 64 64s-28.7 64-64 64h-32V96h32zm47.7 384H48.3c-47.6 0-61-64-36-64h583.3c25 0 11.8 64-35.9 64z\"]\n};\nvar faCog = {\n prefix: 'fas',\n iconName: 'cog',\n icon: [512, 512, [], \"f013\", \"M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4.6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faCogs = {\n prefix: 'fas',\n iconName: 'cogs',\n icon: [640, 512, [], \"f085\", \"M512.1 191l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0L552 6.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zm-10.5-58.8c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.7-82.4 14.3-52.8 52.8zM386.3 286.1l33.7 16.8c10.1 5.8 14.5 18.1 10.5 29.1-8.9 24.2-26.4 46.4-42.6 65.8-7.4 8.9-20.2 11.1-30.3 5.3l-29.1-16.8c-16 13.7-34.6 24.6-54.9 31.7v33.6c0 11.6-8.3 21.6-19.7 23.6-24.6 4.2-50.4 4.4-75.9 0-11.5-2-20-11.9-20-23.6V418c-20.3-7.2-38.9-18-54.9-31.7L74 403c-10 5.8-22.9 3.6-30.3-5.3-16.2-19.4-33.3-41.6-42.2-65.7-4-10.9.4-23.2 10.5-29.1l33.3-16.8c-3.9-20.9-3.9-42.4 0-63.4L12 205.8c-10.1-5.8-14.6-18.1-10.5-29 8.9-24.2 26-46.4 42.2-65.8 7.4-8.9 20.2-11.1 30.3-5.3l29.1 16.8c16-13.7 34.6-24.6 54.9-31.7V57.1c0-11.5 8.2-21.5 19.6-23.5 24.6-4.2 50.5-4.4 76-.1 11.5 2 20 11.9 20 23.6v33.6c20.3 7.2 38.9 18 54.9 31.7l29.1-16.8c10-5.8 22.9-3.6 30.3 5.3 16.2 19.4 33.2 41.6 42.1 65.8 4 10.9.1 23.2-10 29.1l-33.7 16.8c3.9 21 3.9 42.5 0 63.5zm-117.6 21.1c59.2-77-28.7-164.9-105.7-105.7-59.2 77 28.7 164.9 105.7 105.7zm243.4 182.7l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0l8.2-14.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zM501.6 431c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.6-82.4 14.3-52.8 52.8z\"]\n};\nvar faCoins = {\n prefix: 'fas',\n iconName: 'coins',\n icon: [512, 512, [], \"f51e\", \"M0 405.3V448c0 35.3 86 64 192 64s192-28.7 192-64v-42.7C342.7 434.4 267.2 448 192 448S41.3 434.4 0 405.3zM320 128c106 0 192-28.7 192-64S426 0 320 0 128 28.7 128 64s86 64 192 64zM0 300.4V352c0 35.3 86 64 192 64s192-28.7 192-64v-51.6c-41.3 34-116.9 51.6-192 51.6S41.3 334.4 0 300.4zm416 11c57.3-11.1 96-31.7 96-55.4v-42.7c-23.2 16.4-57.3 27.6-96 34.5v63.6zM192 160C86 160 0 195.8 0 240s86 80 192 80 192-35.8 192-80-86-80-192-80zm219.3 56.3c60-10.8 100.7-32 100.7-56.3v-42.7c-35.5 25.1-96.5 38.6-160.7 41.8 29.5 14.3 51.2 33.5 60 57.2z\"]\n};\nvar faColumns = {\n prefix: 'fas',\n iconName: 'columns',\n icon: [512, 512, [], \"f0db\", \"M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM224 416H64V160h160v256zm224 0H288V160h160v256z\"]\n};\nvar faComment = {\n prefix: 'fas',\n iconName: 'comment',\n icon: [512, 512, [], \"f075\", \"M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32z\"]\n};\nvar faCommentAlt = {\n prefix: 'fas',\n iconName: 'comment-alt',\n icon: [512, 512, [], \"f27a\", \"M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z\"]\n};\nvar faCommentDollar = {\n prefix: 'fas',\n iconName: 'comment-dollar',\n icon: [512, 512, [], \"f651\", \"M256 32C114.62 32 0 125.12 0 240c0 49.56 21.41 95.01 57.02 130.74C44.46 421.05 2.7 465.97 2.2 466.5A7.995 7.995 0 0 0 8 480c66.26 0 115.99-31.75 140.6-51.38C181.29 440.93 217.59 448 256 448c141.38 0 256-93.12 256-208S397.38 32 256 32zm24 302.44V352c0 8.84-7.16 16-16 16h-16c-8.84 0-16-7.16-16-16v-17.73c-11.42-1.35-22.28-5.19-31.78-11.46-6.22-4.11-6.82-13.11-1.55-18.38l17.52-17.52c3.74-3.74 9.31-4.24 14.11-2.03 3.18 1.46 6.66 2.22 10.26 2.22h32.78c4.66 0 8.44-3.78 8.44-8.42 0-3.75-2.52-7.08-6.12-8.11l-50.07-14.3c-22.25-6.35-40.01-24.71-42.91-47.67-4.05-32.07 19.03-59.43 49.32-63.05V128c0-8.84 7.16-16 16-16h16c8.84 0 16 7.16 16 16v17.73c11.42 1.35 22.28 5.19 31.78 11.46 6.22 4.11 6.82 13.11 1.55 18.38l-17.52 17.52c-3.74 3.74-9.31 4.24-14.11 2.03a24.516 24.516 0 0 0-10.26-2.22h-32.78c-4.66 0-8.44 3.78-8.44 8.42 0 3.75 2.52 7.08 6.12 8.11l50.07 14.3c22.25 6.36 40.01 24.71 42.91 47.67 4.05 32.06-19.03 59.42-49.32 63.04z\"]\n};\nvar faCommentDots = {\n prefix: 'fas',\n iconName: 'comment-dots',\n icon: [512, 512, [], \"f4ad\", \"M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32zM128 272c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faCommentMedical = {\n prefix: 'fas',\n iconName: 'comment-medical',\n icon: [512, 512, [], \"f7f5\", \"M256 32C114.62 32 0 125.12 0 240c0 49.56 21.41 95 57 130.74C44.46 421.05 2.7 466 2.2 466.5A8 8 0 0 0 8 480c66.26 0 116-31.75 140.6-51.38A304.66 304.66 0 0 0 256 448c141.39 0 256-93.12 256-208S397.39 32 256 32zm96 232a8 8 0 0 1-8 8h-56v56a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-56h-56a8 8 0 0 1-8-8v-48a8 8 0 0 1 8-8h56v-56a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v56h56a8 8 0 0 1 8 8z\"]\n};\nvar faCommentSlash = {\n prefix: 'fas',\n iconName: 'comment-slash',\n icon: [640, 512, [], \"f4b3\", \"M64 240c0 49.6 21.4 95 57 130.7-12.6 50.3-54.3 95.2-54.8 95.8-2.2 2.3-2.8 5.7-1.5 8.7 1.3 2.9 4.1 4.8 7.3 4.8 66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 27.4 0 53.7-3.6 78.4-10L72.9 186.4c-5.6 17.1-8.9 35-8.9 53.6zm569.8 218.1l-114.4-88.4C554.6 334.1 576 289.2 576 240c0-114.9-114.6-208-256-208-65.1 0-124.2 20.1-169.4 52.7L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3z\"]\n};\nvar faComments = {\n prefix: 'fas',\n iconName: 'comments',\n icon: [576, 512, [], \"f086\", \"M416 192c0-88.4-93.1-160-208-160S0 103.6 0 192c0 34.3 14.1 65.9 38 92-13.4 30.2-35.5 54.2-35.8 54.5-2.2 2.3-2.8 5.7-1.5 8.7S4.8 352 8 352c36.6 0 66.9-12.3 88.7-25 32.2 15.7 70.3 25 111.3 25 114.9 0 208-71.6 208-160zm122 220c23.9-26 38-57.7 38-92 0-66.9-53.5-124.2-129.3-148.1.9 6.6 1.3 13.3 1.3 20.1 0 105.9-107.7 192-240 192-10.8 0-21.3-.8-31.7-1.9C207.8 439.6 281.8 480 368 480c41 0 79.1-9.2 111.3-25 21.8 12.7 52.1 25 88.7 25 3.2 0 6.1-1.9 7.3-4.8 1.3-2.9.7-6.3-1.5-8.7-.3-.3-22.4-24.2-35.8-54.5z\"]\n};\nvar faCommentsDollar = {\n prefix: 'fas',\n iconName: 'comments-dollar',\n icon: [576, 512, [], \"f653\", \"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"]\n};\nvar faCompactDisc = {\n prefix: 'fas',\n iconName: 'compact-disc',\n icon: [496, 512, [], \"f51f\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM88 256H56c0-105.9 86.1-192 192-192v32c-88.2 0-160 71.8-160 160zm160 96c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96zm0-128c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"]\n};\nvar faCompass = {\n prefix: 'fas',\n iconName: 'compass',\n icon: [496, 512, [], \"f14e\", \"M225.38 233.37c-12.5 12.5-12.5 32.76 0 45.25 12.49 12.5 32.76 12.5 45.25 0 12.5-12.5 12.5-32.76 0-45.25-12.5-12.49-32.76-12.49-45.25 0zM248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm126.14 148.05L308.17 300.4a31.938 31.938 0 0 1-15.77 15.77l-144.34 65.97c-16.65 7.61-33.81-9.55-26.2-26.2l65.98-144.35a31.938 31.938 0 0 1 15.77-15.77l144.34-65.97c16.65-7.6 33.8 9.55 26.19 26.2z\"]\n};\nvar faCompress = {\n prefix: 'fas',\n iconName: 'compress',\n icon: [448, 512, [], \"f066\", \"M436 192H312c-13.3 0-24-10.7-24-24V44c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v84h84c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm-276-24V44c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v84H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h124c13.3 0 24-10.7 24-24zm0 300V344c0-13.3-10.7-24-24-24H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h84v84c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-84h84c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12H312c-13.3 0-24 10.7-24 24v124c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12z\"]\n};\nvar faCompressArrowsAlt = {\n prefix: 'fas',\n iconName: 'compress-arrows-alt',\n icon: [512, 512, [], \"f78c\", \"M200 288H88c-21.4 0-32.1 25.8-17 41l32.9 31-99.2 99.3c-6.2 6.2-6.2 16.4 0 22.6l25.4 25.4c6.2 6.2 16.4 6.2 22.6 0L152 408l31.1 33c15.1 15.1 40.9 4.4 40.9-17V312c0-13.3-10.7-24-24-24zm112-64h112c21.4 0 32.1-25.9 17-41l-33-31 99.3-99.3c6.2-6.2 6.2-16.4 0-22.6L481.9 4.7c-6.2-6.2-16.4-6.2-22.6 0L360 104l-31.1-33C313.8 55.9 288 66.6 288 88v112c0 13.3 10.7 24 24 24zm96 136l33-31.1c15.1-15.1 4.4-40.9-17-40.9H312c-13.3 0-24 10.7-24 24v112c0 21.4 25.9 32.1 41 17l31-32.9 99.3 99.3c6.2 6.2 16.4 6.2 22.6 0l25.4-25.4c6.2-6.2 6.2-16.4 0-22.6L408 360zM183 71.1L152 104 52.7 4.7c-6.2-6.2-16.4-6.2-22.6 0L4.7 30.1c-6.2 6.2-6.2 16.4 0 22.6L104 152l-33 31.1C55.9 198.2 66.6 224 88 224h112c13.3 0 24-10.7 24-24V88c0-21.3-25.9-32-41-16.9z\"]\n};\nvar faConciergeBell = {\n prefix: 'fas',\n iconName: 'concierge-bell',\n icon: [512, 512, [], \"f562\", \"M288 130.54V112h16c8.84 0 16-7.16 16-16V80c0-8.84-7.16-16-16-16h-96c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h16v18.54C115.49 146.11 32 239.18 32 352h448c0-112.82-83.49-205.89-192-221.46zM496 384H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faCookie = {\n prefix: 'fas',\n iconName: 'cookie',\n icon: [512, 512, [], \"f563\", \"M510.37 254.79l-12.08-76.26a132.493 132.493 0 0 0-37.16-72.95l-54.76-54.75c-19.73-19.72-45.18-32.7-72.71-37.05l-76.7-12.15c-27.51-4.36-55.69.11-80.52 12.76L107.32 49.6a132.25 132.25 0 0 0-57.79 57.8l-35.1 68.88a132.602 132.602 0 0 0-12.82 80.94l12.08 76.27a132.493 132.493 0 0 0 37.16 72.95l54.76 54.75a132.087 132.087 0 0 0 72.71 37.05l76.7 12.14c27.51 4.36 55.69-.11 80.52-12.75l69.12-35.21a132.302 132.302 0 0 0 57.79-57.8l35.1-68.87c12.71-24.96 17.2-53.3 12.82-80.96zM176 368c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm32-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm160 128c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faCookieBite = {\n prefix: 'fas',\n iconName: 'cookie-bite',\n icon: [512, 512, [], \"f564\", \"M510.52 255.82c-69.97-.85-126.47-57.69-126.47-127.86-70.17 0-127-56.49-127.86-126.45-27.26-4.14-55.13.3-79.72 12.82l-69.13 35.22a132.221 132.221 0 0 0-57.79 57.81l-35.1 68.88a132.645 132.645 0 0 0-12.82 80.95l12.08 76.27a132.521 132.521 0 0 0 37.16 72.96l54.77 54.76a132.036 132.036 0 0 0 72.71 37.06l76.71 12.15c27.51 4.36 55.7-.11 80.53-12.76l69.13-35.21a132.273 132.273 0 0 0 57.79-57.81l35.1-68.88c12.56-24.64 17.01-52.58 12.91-79.91zM176 368c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm32-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm160 128c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faCopy = {\n prefix: 'fas',\n iconName: 'copy',\n icon: [448, 512, [], \"f0c5\", \"M320 448v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V120c0-13.255 10.745-24 24-24h72v296c0 30.879 25.121 56 56 56h168zm0-344V0H152c-13.255 0-24 10.745-24 24v368c0 13.255 10.745 24 24 24h272c13.255 0 24-10.745 24-24V128H344c-13.2 0-24-10.8-24-24zm120.971-31.029L375.029 7.029A24 24 0 0 0 358.059 0H352v96h96v-6.059a24 24 0 0 0-7.029-16.97z\"]\n};\nvar faCopyright = {\n prefix: 'fas',\n iconName: 'copyright',\n icon: [512, 512, [], \"f1f9\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm117.134 346.753c-1.592 1.867-39.776 45.731-109.851 45.731-84.692 0-144.484-63.26-144.484-145.567 0-81.303 62.004-143.401 143.762-143.401 66.957 0 101.965 37.315 103.422 38.904a12 12 0 0 1 1.238 14.623l-22.38 34.655c-4.049 6.267-12.774 7.351-18.234 2.295-.233-.214-26.529-23.88-61.88-23.88-46.116 0-73.916 33.575-73.916 76.082 0 39.602 25.514 79.692 74.277 79.692 38.697 0 65.28-28.338 65.544-28.625 5.132-5.565 14.059-5.033 18.508 1.053l24.547 33.572a12.001 12.001 0 0 1-.553 14.866z\"]\n};\nvar faCouch = {\n prefix: 'fas',\n iconName: 'couch',\n icon: [640, 512, [], \"f4b8\", \"M160 224v64h320v-64c0-35.3 28.7-64 64-64h32c0-53-43-96-96-96H160c-53 0-96 43-96 96h32c35.3 0 64 28.7 64 64zm416-32h-32c-17.7 0-32 14.3-32 32v96H128v-96c0-17.7-14.3-32-32-32H64c-35.3 0-64 28.7-64 64 0 23.6 13 44 32 55.1V432c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-16h384v16c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V311.1c19-11.1 32-31.5 32-55.1 0-35.3-28.7-64-64-64z\"]\n};\nvar faCreditCard = {\n prefix: 'fas',\n iconName: 'credit-card',\n icon: [576, 512, [], \"f09d\", \"M0 432c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V256H0v176zm192-68c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H204c-6.6 0-12-5.4-12-12v-40zm-128 0c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM576 80v48H0V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48z\"]\n};\nvar faCrop = {\n prefix: 'fas',\n iconName: 'crop',\n icon: [512, 512, [], \"f125\", \"M488 352h-40V109.25l59.31-59.31c6.25-6.25 6.25-16.38 0-22.63L484.69 4.69c-6.25-6.25-16.38-6.25-22.63 0L402.75 64H192v96h114.75L160 306.75V24c0-13.26-10.75-24-24-24H88C74.75 0 64 10.74 64 24v40H24C10.75 64 0 74.74 0 88v48c0 13.25 10.75 24 24 24h40v264c0 13.25 10.75 24 24 24h232v-96H205.25L352 205.25V488c0 13.25 10.75 24 24 24h48c13.25 0 24-10.75 24-24v-40h40c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24z\"]\n};\nvar faCropAlt = {\n prefix: 'fas',\n iconName: 'crop-alt',\n icon: [512, 512, [], \"f565\", \"M488 352h-40V96c0-17.67-14.33-32-32-32H192v96h160v328c0 13.25 10.75 24 24 24h48c13.25 0 24-10.75 24-24v-40h40c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24zM160 24c0-13.26-10.75-24-24-24H88C74.75 0 64 10.74 64 24v40H24C10.75 64 0 74.74 0 88v48c0 13.25 10.75 24 24 24h40v256c0 17.67 14.33 32 32 32h224v-96H160V24z\"]\n};\nvar faCross = {\n prefix: 'fas',\n iconName: 'cross',\n icon: [384, 512, [], \"f654\", \"M352 128h-96V32c0-17.67-14.33-32-32-32h-64c-17.67 0-32 14.33-32 32v96H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h96v224c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V256h96c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z\"]\n};\nvar faCrosshairs = {\n prefix: 'fas',\n iconName: 'crosshairs',\n icon: [512, 512, [], \"f05b\", \"M500 224h-30.364C455.724 130.325 381.675 56.276 288 42.364V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v30.364C130.325 56.276 56.276 130.325 42.364 224H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h30.364C56.276 381.675 130.325 455.724 224 469.636V500c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-30.364C381.675 455.724 455.724 381.675 469.636 288H500c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zM288 404.634V364c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40.634C165.826 392.232 119.783 346.243 107.366 288H148c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40.634C119.768 165.826 165.757 119.783 224 107.366V148c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40.634C346.174 119.768 392.217 165.757 404.634 224H364c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40.634C392.232 346.174 346.243 392.217 288 404.634zM288 256c0 17.673-14.327 32-32 32s-32-14.327-32-32c0-17.673 14.327-32 32-32s32 14.327 32 32z\"]\n};\nvar faCrow = {\n prefix: 'fas',\n iconName: 'crow',\n icon: [640, 512, [], \"f520\", \"M544 32h-16.36C513.04 12.68 490.09 0 464 0c-44.18 0-80 35.82-80 80v20.98L12.09 393.57A30.216 30.216 0 0 0 0 417.74c0 22.46 23.64 37.07 43.73 27.03L165.27 384h96.49l44.41 120.1c2.27 6.23 9.15 9.44 15.38 7.17l22.55-8.21c6.23-2.27 9.44-9.15 7.17-15.38L312.94 384H352c1.91 0 3.76-.23 5.66-.29l44.51 120.38c2.27 6.23 9.15 9.44 15.38 7.17l22.55-8.21c6.23-2.27 9.44-9.15 7.17-15.38l-41.24-111.53C485.74 352.8 544 279.26 544 192v-80l96-16c0-35.35-42.98-64-96-64zm-80 72c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faCrown = {\n prefix: 'fas',\n iconName: 'crown',\n icon: [640, 512, [], \"f521\", \"M528 448H112c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h416c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm64-320c-26.5 0-48 21.5-48 48 0 7.1 1.6 13.7 4.4 19.8L476 239.2c-15.4 9.2-35.3 4-44.2-11.6L350.3 85C361 76.2 368 63 368 48c0-26.5-21.5-48-48-48s-48 21.5-48 48c0 15 7 28.2 17.7 37l-81.5 142.6c-8.9 15.6-28.9 20.8-44.2 11.6l-72.3-43.4c2.7-6 4.4-12.7 4.4-19.8 0-26.5-21.5-48-48-48S0 149.5 0 176s21.5 48 48 48c2.6 0 5.2-.4 7.7-.8L128 416h384l72.3-192.8c2.5.4 5.1.8 7.7.8 26.5 0 48-21.5 48-48s-21.5-48-48-48z\"]\n};\nvar faCrutch = {\n prefix: 'fas',\n iconName: 'crutch',\n icon: [512, 512, [], \"f7f7\", \"M507.31 185.71l-181-181a16 16 0 0 0-22.62 0L281 27.31a16 16 0 0 0 0 22.63l181 181a16 16 0 0 0 22.63 0l22.62-22.63a16 16 0 0 0 .06-22.6zm-179.54 66.41l-67.89-67.89 55.1-55.1-45.25-45.25-109.67 109.67a96.08 96.08 0 0 0-25.67 46.29L106.65 360.1l-102 102a16 16 0 0 0 0 22.63l22.62 22.62a16 16 0 0 0 22.63 0l102-102 120.25-27.75a95.88 95.88 0 0 0 46.29-25.65l109.68-109.68L382.87 197zm-54.57 54.57a32 32 0 0 1-15.45 8.54l-79.3 18.32 18.3-79.3a32.22 32.22 0 0 1 8.56-15.45l9.31-9.31 67.89 67.89z\"]\n};\nvar faCube = {\n prefix: 'fas',\n iconName: 'cube',\n icon: [512, 512, [], \"f1b2\", \"M239.1 6.3l-208 78c-18.7 7-31.1 25-31.1 45v225.1c0 18.2 10.3 34.8 26.5 42.9l208 104c13.5 6.8 29.4 6.8 42.9 0l208-104c16.3-8.1 26.5-24.8 26.5-42.9V129.3c0-20-12.4-37.9-31.1-44.9l-208-78C262 2.2 250 2.2 239.1 6.3zM256 68.4l192 72v1.1l-192 78-192-78v-1.1l192-72zm32 356V275.5l160-65v133.9l-160 80z\"]\n};\nvar faCubes = {\n prefix: 'fas',\n iconName: 'cubes',\n icon: [512, 512, [], \"f1b3\", \"M488.6 250.2L392 214V105.5c0-15-9.3-28.4-23.4-33.7l-100-37.5c-8.1-3.1-17.1-3.1-25.3 0l-100 37.5c-14.1 5.3-23.4 18.7-23.4 33.7V214l-96.6 36.2C9.3 255.5 0 268.9 0 283.9V394c0 13.6 7.7 26.1 19.9 32.2l100 50c10.1 5.1 22.1 5.1 32.2 0l103.9-52 103.9 52c10.1 5.1 22.1 5.1 32.2 0l100-50c12.2-6.1 19.9-18.6 19.9-32.2V283.9c0-15-9.3-28.4-23.4-33.7zM358 214.8l-85 31.9v-68.2l85-37v73.3zM154 104.1l102-38.2 102 38.2v.6l-102 41.4-102-41.4v-.6zm84 291.1l-85 42.5v-79.1l85-38.8v75.4zm0-112l-102 41.4-102-41.4v-.6l102-38.2 102 38.2v.6zm240 112l-85 42.5v-79.1l85-38.8v75.4zm0-112l-102 41.4-102-41.4v-.6l102-38.2 102 38.2v.6z\"]\n};\nvar faCut = {\n prefix: 'fas',\n iconName: 'cut',\n icon: [448, 512, [], \"f0c4\", \"M278.06 256L444.48 89.57c4.69-4.69 4.69-12.29 0-16.97-32.8-32.8-85.99-32.8-118.79 0L210.18 188.12l-24.86-24.86c4.31-10.92 6.68-22.81 6.68-35.26 0-53.02-42.98-96-96-96S0 74.98 0 128s42.98 96 96 96c4.54 0 8.99-.32 13.36-.93L142.29 256l-32.93 32.93c-4.37-.61-8.83-.93-13.36-.93-53.02 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96c0-12.45-2.37-24.34-6.68-35.26l24.86-24.86L325.69 439.4c32.8 32.8 85.99 32.8 118.79 0 4.69-4.68 4.69-12.28 0-16.97L278.06 256zM96 160c-17.64 0-32-14.36-32-32s14.36-32 32-32 32 14.36 32 32-14.36 32-32 32zm0 256c-17.64 0-32-14.36-32-32s14.36-32 32-32 32 14.36 32 32-14.36 32-32 32z\"]\n};\nvar faDatabase = {\n prefix: 'fas',\n iconName: 'database',\n icon: [448, 512, [], \"f1c0\", \"M448 73.143v45.714C448 159.143 347.667 192 224 192S0 159.143 0 118.857V73.143C0 32.857 100.333 0 224 0s224 32.857 224 73.143zM448 176v102.857C448 319.143 347.667 352 224 352S0 319.143 0 278.857V176c48.125 33.143 136.208 48.572 224 48.572S399.874 209.143 448 176zm0 160v102.857C448 479.143 347.667 512 224 512S0 479.143 0 438.857V336c48.125 33.143 136.208 48.572 224 48.572S399.874 369.143 448 336z\"]\n};\nvar faDeaf = {\n prefix: 'fas',\n iconName: 'deaf',\n icon: [512, 512, [], \"f2a4\", \"M216 260c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-44.112 35.888-80 80-80s80 35.888 80 80c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-13.234-10.767-24-24-24s-24 10.766-24 24zm24-176c-97.047 0-176 78.953-176 176 0 15.464 12.536 28 28 28s28-12.536 28-28c0-66.168 53.832-120 120-120s120 53.832 120 120c0 75.164-71.009 70.311-71.997 143.622L288 404c0 28.673-23.327 52-52 52-15.464 0-28 12.536-28 28s12.536 28 28 28c59.475 0 107.876-48.328 108-107.774.595-34.428 72-48.24 72-144.226 0-97.047-78.953-176-176-176zm268.485-52.201L480.2 3.515c-4.687-4.686-12.284-4.686-16.971 0L376.2 90.544c-4.686 4.686-4.686 12.284 0 16.971l28.285 28.285c4.686 4.686 12.284 4.686 16.97 0l87.03-87.029c4.687-4.688 4.687-12.286 0-16.972zM168.97 314.745c-4.686-4.686-12.284-4.686-16.97 0L3.515 463.23c-4.686 4.686-4.686 12.284 0 16.971L31.8 508.485c4.687 4.686 12.284 4.686 16.971 0L197.256 360c4.686-4.686 4.686-12.284 0-16.971l-28.286-28.284z\"]\n};\nvar faDemocrat = {\n prefix: 'fas',\n iconName: 'democrat',\n icon: [640, 512, [], \"f747\", \"M637.3 256.9l-19.6-29.4c-28.2-42.3-75.3-67.5-126.1-67.5H256l-81.2-81.2c20.1-20.1 22.6-51.1 7.5-73.9-3.4-5.2-10.8-5.9-15.2-1.5l-41.8 41.8L82.4 2.4c-3.6-3.6-9.6-3-12.4 1.2-12.3 18.6-10.3 44 6.1 60.4 3.3 3.3 7.3 5.3 11.3 7.5-2.2 1.7-4.7 3.1-6.4 5.4L6.4 176.2c-7.3 9.7-8.4 22.7-3 33.5l14.3 28.6c5.4 10.8 16.5 17.7 28.6 17.7h31c8.5 0 16.6-3.4 22.6-9.4L138 212l54 108h352v-77.8c16.2 12.2 18.3 17.6 40.1 50.3 4.9 7.4 14.8 9.3 22.2 4.4l26.6-17.7c7.3-5 9.3-14.9 4.4-22.3zm-341.1-13.6l-16.5 16.1 3.9 22.7c.7 4.1-3.6 7.2-7.2 5.3L256 276.7l-20.4 10.7c-3.6 1.9-7.9-1.2-7.2-5.3l3.9-22.7-16.5-16.1c-3-2.9-1.3-7.9 2.8-8.5l22.8-3.3 10.2-20.7c1.8-3.7 7.1-3.7 9 0l10.2 20.7 22.8 3.3c4 .6 5.6 5.6 2.6 8.5zm112 0l-16.5 16.1 3.9 22.7c.7 4.1-3.6 7.2-7.2 5.3L368 276.7l-20.4 10.7c-3.6 1.9-7.9-1.2-7.2-5.3l3.9-22.7-16.5-16.1c-3-2.9-1.3-7.9 2.8-8.5l22.8-3.3 10.2-20.7c1.8-3.7 7.1-3.7 9 0l10.2 20.7 22.8 3.3c4 .6 5.6 5.6 2.6 8.5zm112 0l-16.5 16.1 3.9 22.7c.7 4.1-3.6 7.2-7.2 5.3L480 276.7l-20.4 10.7c-3.6 1.9-7.9-1.2-7.2-5.3l3.9-22.7-16.5-16.1c-3-2.9-1.3-7.9 2.8-8.5l22.8-3.3 10.2-20.7c1.8-3.7 7.1-3.7 9 0l10.2 20.7 22.8 3.3c4 .6 5.6 5.6 2.6 8.5zM192 496c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-80h160v80c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V352H192v144z\"]\n};\nvar faDesktop = {\n prefix: 'fas',\n iconName: 'desktop',\n icon: [576, 512, [], \"f108\", \"M528 0H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h192l-16 48h-72c-13.3 0-24 10.7-24 24s10.7 24 24 24h272c13.3 0 24-10.7 24-24s-10.7-24-24-24h-72l-16-48h192c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-16 352H64V64h448v288z\"]\n};\nvar faDharmachakra = {\n prefix: 'fas',\n iconName: 'dharmachakra',\n icon: [512, 512, [], \"f655\", \"M495 225.06l-17.22 1.08c-5.27-39.49-20.79-75.64-43.86-105.84l12.95-11.43c6.92-6.11 7.25-16.79.73-23.31L426.44 64.4c-6.53-6.53-17.21-6.19-23.31.73L391.7 78.07c-30.2-23.06-66.35-38.58-105.83-43.86L286.94 17c.58-9.21-6.74-17-15.97-17h-29.94c-9.23 0-16.54 7.79-15.97 17l1.08 17.22c-39.49 5.27-75.64 20.79-105.83 43.86l-11.43-12.95c-6.11-6.92-16.79-7.25-23.31-.73L64.4 85.56c-6.53 6.53-6.19 17.21.73 23.31l12.95 11.43c-23.06 30.2-38.58 66.35-43.86 105.84L17 225.06c-9.21-.58-17 6.74-17 15.97v29.94c0 9.23 7.79 16.54 17 15.97l17.22-1.08c5.27 39.49 20.79 75.64 43.86 105.83l-12.95 11.43c-6.92 6.11-7.25 16.79-.73 23.31l21.17 21.17c6.53 6.53 17.21 6.19 23.31-.73l11.43-12.95c30.2 23.06 66.35 38.58 105.84 43.86L225.06 495c-.58 9.21 6.74 17 15.97 17h29.94c9.23 0 16.54-7.79 15.97-17l-1.08-17.22c39.49-5.27 75.64-20.79 105.84-43.86l11.43 12.95c6.11 6.92 16.79 7.25 23.31.73l21.17-21.17c6.53-6.53 6.19-17.21-.73-23.31l-12.95-11.43c23.06-30.2 38.58-66.35 43.86-105.83l17.22 1.08c9.21.58 17-6.74 17-15.97v-29.94c-.01-9.23-7.8-16.54-17.01-15.97zM281.84 98.61c24.81 4.07 47.63 13.66 67.23 27.78l-42.62 48.29c-8.73-5.44-18.32-9.54-28.62-11.95l4.01-64.12zm-51.68 0l4.01 64.12c-10.29 2.41-19.89 6.52-28.62 11.95l-42.62-48.29c19.6-14.12 42.42-23.71 67.23-27.78zm-103.77 64.33l48.3 42.61c-5.44 8.73-9.54 18.33-11.96 28.62l-64.12-4.01c4.07-24.81 13.66-47.62 27.78-67.22zm-27.78 118.9l64.12-4.01c2.41 10.29 6.52 19.89 11.95 28.62l-48.29 42.62c-14.12-19.6-23.71-42.42-27.78-67.23zm131.55 131.55c-24.81-4.07-47.63-13.66-67.23-27.78l42.61-48.3c8.73 5.44 18.33 9.54 28.62 11.96l-4 64.12zM256 288c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm25.84 125.39l-4.01-64.12c10.29-2.41 19.89-6.52 28.62-11.96l42.61 48.3c-19.6 14.12-42.41 23.71-67.22 27.78zm103.77-64.33l-48.29-42.62c5.44-8.73 9.54-18.32 11.95-28.62l64.12 4.01c-4.07 24.82-13.66 47.64-27.78 67.23zm-36.34-114.89c-2.41-10.29-6.52-19.89-11.96-28.62l48.3-42.61c14.12 19.6 23.71 42.42 27.78 67.23l-64.12 4z\"]\n};\nvar faDiagnoses = {\n prefix: 'fas',\n iconName: 'diagnoses',\n icon: [640, 512, [], \"f470\", \"M496 256c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zm-176-80c48.5 0 88-39.5 88-88S368.5 0 320 0s-88 39.5-88 88 39.5 88 88 88zM59.8 364c10.2 15.3 29.3 17.8 42.9 9.8 16.2-9.6 56.2-31.7 105.3-48.6V416h224v-90.7c49.1 16.8 89.1 39 105.3 48.6 13.6 8 32.7 5.3 42.9-9.8l17.8-26.7c8.8-13.2 7.6-34.6-10-45.1-11.9-7.1-29.7-17-51.1-27.4-28.1 46.1-99.4 17.8-87.7-35.1C409.3 217.2 365.1 208 320 208c-57 0-112.9 14.5-160 32.2-.2 40.2-47.6 63.3-79.2 36-11.2 6-21.3 11.6-28.7 16-17.6 10.5-18.8 31.8-10 45.1L59.8 364zM368 344c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm-96-96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm-160 8c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zm512 192H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"]\n};\nvar faDice = {\n prefix: 'fas',\n iconName: 'dice',\n icon: [640, 512, [], \"f522\", \"M592 192H473.26c12.69 29.59 7.12 65.2-17 89.32L320 417.58V464c0 26.51 21.49 48 48 48h224c26.51 0 48-21.49 48-48V240c0-26.51-21.49-48-48-48zM480 376c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm-46.37-186.7L258.7 14.37c-19.16-19.16-50.23-19.16-69.39 0L14.37 189.3c-19.16 19.16-19.16 50.23 0 69.39L189.3 433.63c19.16 19.16 50.23 19.16 69.39 0L433.63 258.7c19.16-19.17 19.16-50.24 0-69.4zM96 248c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm128 128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm0-128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm0-128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm128 128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faDiceD20 = {\n prefix: 'fas',\n iconName: 'dice-d20',\n icon: [480, 512, [], \"f6cf\", \"M106.75 215.06L1.2 370.95c-3.08 5 .1 11.5 5.93 12.14l208.26 22.07-108.64-190.1zM7.41 315.43L82.7 193.08 6.06 147.1c-2.67-1.6-6.06.32-6.06 3.43v162.81c0 4.03 5.29 5.53 7.41 2.09zM18.25 423.6l194.4 87.66c5.3 2.45 11.35-1.43 11.35-7.26v-65.67l-203.55-22.3c-4.45-.5-6.23 5.59-2.2 7.57zm81.22-257.78L179.4 22.88c4.34-7.06-3.59-15.25-10.78-11.14L17.81 110.35c-2.47 1.62-2.39 5.26.13 6.78l81.53 48.69zM240 176h109.21L253.63 7.62C250.5 2.54 245.25 0 240 0s-10.5 2.54-13.63 7.62L130.79 176H240zm233.94-28.9l-76.64 45.99 75.29 122.35c2.11 3.44 7.41 1.94 7.41-2.1V150.53c0-3.11-3.39-5.03-6.06-3.43zm-93.41 18.72l81.53-48.7c2.53-1.52 2.6-5.16.13-6.78l-150.81-98.6c-7.19-4.11-15.12 4.08-10.78 11.14l79.93 142.94zm79.02 250.21L256 438.32v65.67c0 5.84 6.05 9.71 11.35 7.26l194.4-87.66c4.03-1.97 2.25-8.06-2.2-7.56zm-86.3-200.97l-108.63 190.1 208.26-22.07c5.83-.65 9.01-7.14 5.93-12.14L373.25 215.06zM240 208H139.57L240 383.75 340.43 208H240z\"]\n};\nvar faDiceD6 = {\n prefix: 'fas',\n iconName: 'dice-d6',\n icon: [448, 512, [], \"f6d1\", \"M422.19 109.95L256.21 9.07c-19.91-12.1-44.52-12.1-64.43 0L25.81 109.95c-5.32 3.23-5.29 11.27.06 14.46L224 242.55l198.14-118.14c5.35-3.19 5.38-11.22.05-14.46zm13.84 44.63L240 271.46v223.82c0 12.88 13.39 20.91 24.05 14.43l152.16-92.48c19.68-11.96 31.79-33.94 31.79-57.7v-197.7c0-6.41-6.64-10.43-11.97-7.25zM0 161.83v197.7c0 23.77 12.11 45.74 31.79 57.7l152.16 92.47c10.67 6.48 24.05-1.54 24.05-14.43V271.46L11.97 154.58C6.64 151.4 0 155.42 0 161.83z\"]\n};\nvar faDiceFive = {\n prefix: 'fas',\n iconName: 'dice-five',\n icon: [448, 512, [], \"f523\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceFour = {\n prefix: 'fas',\n iconName: 'dice-four',\n icon: [448, 512, [], \"f524\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm192 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceOne = {\n prefix: 'fas',\n iconName: 'dice-one',\n icon: [448, 512, [], \"f525\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM224 288c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceSix = {\n prefix: 'fas',\n iconName: 'dice-six',\n icon: [448, 512, [], \"f526\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm192 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceThree = {\n prefix: 'fas',\n iconName: 'dice-three',\n icon: [448, 512, [], \"f527\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceTwo = {\n prefix: 'fas',\n iconName: 'dice-two',\n icon: [448, 512, [], \"f528\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm192 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDigitalTachograph = {\n prefix: 'fas',\n iconName: 'digital-tachograph',\n icon: [640, 512, [], \"f566\", \"M608 96H32c-17.67 0-32 14.33-32 32v256c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V128c0-17.67-14.33-32-32-32zM304 352c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-8c0-4.42 3.58-8 8-8h224c4.42 0 8 3.58 8 8v8zM72 288v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H80c-4.42 0-8-3.58-8-8zm64 0v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm64 0v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm64 0v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm40-64c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-48c0-8.84 7.16-16 16-16h208c8.84 0 16 7.16 16 16v48zm272 128c0 4.42-3.58 8-8 8H344c-4.42 0-8-3.58-8-8v-8c0-4.42 3.58-8 8-8h224c4.42 0 8 3.58 8 8v8z\"]\n};\nvar faDirections = {\n prefix: 'fas',\n iconName: 'directions',\n icon: [512, 512, [], \"f5eb\", \"M502.61 233.32L278.68 9.39c-12.52-12.52-32.83-12.52-45.36 0L9.39 233.32c-12.52 12.53-12.52 32.83 0 45.36l223.93 223.93c12.52 12.53 32.83 12.53 45.36 0l223.93-223.93c12.52-12.53 12.52-32.83 0-45.36zm-100.98 12.56l-84.21 77.73c-5.12 4.73-13.43 1.1-13.43-5.88V264h-96v64c0 4.42-3.58 8-8 8h-32c-4.42 0-8-3.58-8-8v-80c0-17.67 14.33-32 32-32h112v-53.73c0-6.97 8.3-10.61 13.43-5.88l84.21 77.73c3.43 3.17 3.43 8.59 0 11.76z\"]\n};\nvar faDivide = {\n prefix: 'fas',\n iconName: 'divide',\n icon: [448, 512, [], \"f529\", \"M224 352c-35.35 0-64 28.65-64 64s28.65 64 64 64 64-28.65 64-64-28.65-64-64-64zm0-192c35.35 0 64-28.65 64-64s-28.65-64-64-64-64 28.65-64 64 28.65 64 64 64zm192 48H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"]\n};\nvar faDizzy = {\n prefix: 'fas',\n iconName: 'dizzy',\n icon: [496, 512, [], \"f567\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-96 206.6l-28.7 28.7c-14.8 14.8-37.8-7.5-22.6-22.6l28.7-28.7-28.7-28.7c-15-15 7.7-37.6 22.6-22.6l28.7 28.7 28.7-28.7c15-15 37.6 7.7 22.6 22.6L174.6 192l28.7 28.7c15.2 15.2-7.9 37.4-22.6 22.6L152 214.6zM248 416c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm147.3-195.3c15.2 15.2-7.9 37.4-22.6 22.6L344 214.6l-28.7 28.7c-14.8 14.8-37.8-7.5-22.6-22.6l28.7-28.7-28.7-28.7c-15-15 7.7-37.6 22.6-22.6l28.7 28.7 28.7-28.7c15-15 37.6 7.7 22.6 22.6L366.6 192l28.7 28.7z\"]\n};\nvar faDna = {\n prefix: 'fas',\n iconName: 'dna',\n icon: [448, 512, [], \"f471\", \"M.1 494.1c-1.1 9.5 6.3 17.8 15.9 17.8l32.3.1c8.1 0 14.9-5.9 16-13.9.7-4.9 1.8-11.1 3.4-18.1H380c1.6 6.9 2.9 13.2 3.5 18.1 1.1 8 7.9 14 16 13.9l32.3-.1c9.6 0 17.1-8.3 15.9-17.8-4.6-37.9-25.6-129-118.9-207.7-17.6 12.4-37.1 24.2-58.5 35.4 6.2 4.6 11.4 9.4 17 14.2H159.7c21.3-18.1 47-35.6 78.7-51.4C410.5 199.1 442.1 65.8 447.9 17.9 449 8.4 441.6.1 432 .1L399.6 0c-8.1 0-14.9 5.9-16 13.9-.7 4.9-1.8 11.1-3.4 18.1H67.8c-1.6-7-2.7-13.1-3.4-18.1-1.1-8-7.9-14-16-13.9L16.1.1C6.5.1-1 8.4.1 17.9 5.3 60.8 31.4 171.8 160 256 31.5 340.2 5.3 451.2.1 494.1zM224 219.6c-25.1-13.7-46.4-28.4-64.3-43.6h128.5c-17.8 15.2-39.1 30-64.2 43.6zM355.1 96c-5.8 10.4-12.8 21.1-21 32H114c-8.3-10.9-15.3-21.6-21-32h262.1zM92.9 416c5.8-10.4 12.8-21.1 21-32h219.4c8.3 10.9 15.4 21.6 21.2 32H92.9z\"]\n};\nvar faDog = {\n prefix: 'fas',\n iconName: 'dog',\n icon: [512, 512, [], \"f6d3\", \"M496 96h-64l-7.16-14.31A32 32 0 0 0 396.22 64H342.6l-27.28-27.28C305.23 26.64 288 33.78 288 48.03v149.84l128 45.71V208h32c35.35 0 64-28.65 64-64v-32c0-8.84-7.16-16-16-16zm-112 48c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zM96 224c-17.64 0-32-14.36-32-32 0-17.67-14.33-32-32-32S0 174.33 0 192c0 41.66 26.83 76.85 64 90.1V496c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V384h160v112c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V277.55L266.05 224H96z\"]\n};\nvar faDollarSign = {\n prefix: 'fas',\n iconName: 'dollar-sign',\n icon: [288, 512, [], \"f155\", \"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"]\n};\nvar faDolly = {\n prefix: 'fas',\n iconName: 'dolly',\n icon: [576, 512, [], \"f472\", \"M294.2 277.7c18 5 34.7 13.4 49.5 24.7l161.5-53.8c8.4-2.8 12.9-11.9 10.1-20.2L454.9 47.2c-2.8-8.4-11.9-12.9-20.2-10.1l-61.1 20.4 33.1 99.4L346 177l-33.1-99.4-61.6 20.5c-8.4 2.8-12.9 11.9-10.1 20.2l53 159.4zm281 48.7L565 296c-2.8-8.4-11.9-12.9-20.2-10.1l-213.5 71.2c-17.2-22-43.6-36.4-73.5-37L158.4 21.9C154 8.8 141.8 0 128 0H16C7.2 0 0 7.2 0 16v32c0 8.8 7.2 16 16 16h88.9l92.2 276.7c-26.1 20.4-41.7 53.6-36 90.5 6.1 39.4 37.9 72.3 77.3 79.2 60.2 10.7 112.3-34.8 113.4-92.6l213.3-71.2c8.3-2.8 12.9-11.8 10.1-20.2zM256 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z\"]\n};\nvar faDollyFlatbed = {\n prefix: 'fas',\n iconName: 'dolly-flatbed',\n icon: [640, 512, [], \"f474\", \"M208 320h384c8.8 0 16-7.2 16-16V48c0-8.8-7.2-16-16-16H448v128l-48-32-48 32V32H208c-8.8 0-16 7.2-16 16v256c0 8.8 7.2 16 16 16zm416 64H128V16c0-8.8-7.2-16-16-16H16C7.2 0 0 7.2 0 16v32c0 8.8 7.2 16 16 16h48v368c0 8.8 7.2 16 16 16h82.9c-1.8 5-2.9 10.4-2.9 16 0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1.2-11-2.9-16H451c-1.8 5-2.9 10.4-2.9 16 0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1.2-11-2.9-16H624c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"]\n};\nvar faDonate = {\n prefix: 'fas',\n iconName: 'donate',\n icon: [512, 512, [], \"f4b9\", \"M256 416c114.9 0 208-93.1 208-208S370.9 0 256 0 48 93.1 48 208s93.1 208 208 208zM233.8 97.4V80.6c0-9.2 7.4-16.6 16.6-16.6h11.1c9.2 0 16.6 7.4 16.6 16.6v17c15.5.8 30.5 6.1 43 15.4 5.6 4.1 6.2 12.3 1.2 17.1L306 145.6c-3.8 3.7-9.5 3.8-14 1-5.4-3.4-11.4-5.1-17.8-5.1h-38.9c-9 0-16.3 8.2-16.3 18.3 0 8.2 5 15.5 12.1 17.6l62.3 18.7c25.7 7.7 43.7 32.4 43.7 60.1 0 34-26.4 61.5-59.1 62.4v16.8c0 9.2-7.4 16.6-16.6 16.6h-11.1c-9.2 0-16.6-7.4-16.6-16.6v-17c-15.5-.8-30.5-6.1-43-15.4-5.6-4.1-6.2-12.3-1.2-17.1l16.3-15.5c3.8-3.7 9.5-3.8 14-1 5.4 3.4 11.4 5.1 17.8 5.1h38.9c9 0 16.3-8.2 16.3-18.3 0-8.2-5-15.5-12.1-17.6l-62.3-18.7c-25.7-7.7-43.7-32.4-43.7-60.1.1-34 26.4-61.5 59.1-62.4zM480 352h-32.5c-19.6 26-44.6 47.7-73 64h63.8c5.3 0 9.6 3.6 9.6 8v16c0 4.4-4.3 8-9.6 8H73.6c-5.3 0-9.6-3.6-9.6-8v-16c0-4.4 4.3-8 9.6-8h63.8c-28.4-16.3-53.3-38-73-64H32c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32v-96c0-17.7-14.3-32-32-32z\"]\n};\nvar faDoorClosed = {\n prefix: 'fas',\n iconName: 'door-closed',\n icon: [640, 512, [], \"f52a\", \"M624 448H512V50.8C512 22.78 490.47 0 464 0H175.99c-26.47 0-48 22.78-48 50.8V448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM415.99 288c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32c.01 17.67-14.32 32-32 32z\"]\n};\nvar faDoorOpen = {\n prefix: 'fas',\n iconName: 'door-open',\n icon: [640, 512, [], \"f52b\", \"M624 448h-80V113.45C544 86.19 522.47 64 496 64H384v64h96v384h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM312.24 1.01l-192 49.74C105.99 54.44 96 67.7 96 82.92V448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h336V33.18c0-21.58-19.56-37.41-39.76-32.17zM264 288c-13.25 0-24-14.33-24-32s10.75-32 24-32 24 14.33 24 32-10.75 32-24 32z\"]\n};\nvar faDotCircle = {\n prefix: 'fas',\n iconName: 'dot-circle',\n icon: [512, 512, [], \"f192\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"]\n};\nvar faDove = {\n prefix: 'fas',\n iconName: 'dove',\n icon: [512, 512, [], \"f4ba\", \"M288 167.2v-28.1c-28.2-36.3-47.1-79.3-54.1-125.2-2.1-13.5-19-18.8-27.8-8.3-21.1 24.9-37.7 54.1-48.9 86.5 34.2 38.3 80 64.6 130.8 75.1zM400 64c-44.2 0-80 35.9-80 80.1v59.4C215.6 197.3 127 133 87 41.8c-5.5-12.5-23.2-13.2-29-.9C41.4 76 32 115.2 32 156.6c0 70.8 34.1 136.9 85.1 185.9 13.2 12.7 26.1 23.2 38.9 32.8l-143.9 36C1.4 414-3.4 426.4 2.6 435.7 20 462.6 63 508.2 155.8 512c8 .3 16-2.6 22.1-7.9l65.2-56.1H320c88.4 0 160-71.5 160-159.9V128l32-64H400zm0 96.1c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"]\n};\nvar faDownload = {\n prefix: 'fas',\n iconName: 'download',\n icon: [512, 512, [], \"f019\", \"M216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1L269.7 378.3c-7.5 7.5-19.8 7.5-27.3 0L90.1 226.1c-12.6-12.6-3.7-34.1 14.1-34.1H192V24c0-13.3 10.7-24 24-24zm296 376v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h146.7l49 49c20.1 20.1 52.5 20.1 72.6 0l49-49H488c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"]\n};\nvar faDraftingCompass = {\n prefix: 'fas',\n iconName: 'drafting-compass',\n icon: [512, 512, [], \"f568\", \"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"]\n};\nvar faDragon = {\n prefix: 'fas',\n iconName: 'dragon',\n icon: [640, 512, [], \"f6d5\", \"M18.32 255.78L192 223.96l-91.28 68.69c-10.08 10.08-2.94 27.31 11.31 27.31h222.7c-9.44-26.4-14.73-54.47-14.73-83.38v-42.27l-119.73-87.6c-23.82-15.88-55.29-14.01-77.06 4.59L5.81 227.64c-12.38 10.33-3.45 30.42 12.51 28.14zm556.87 34.1l-100.66-50.31A47.992 47.992 0 0 1 448 196.65v-36.69h64l28.09 22.63c6 6 14.14 9.37 22.63 9.37h30.97a32 32 0 0 0 28.62-17.69l14.31-28.62a32.005 32.005 0 0 0-3.02-33.51l-74.53-99.38C553.02 4.7 543.54 0 533.47 0H296.02c-7.13 0-10.7 8.57-5.66 13.61L352 63.96 292.42 88.8c-5.9 2.95-5.9 11.36 0 14.31L352 127.96v108.62c0 72.08 36.03 139.39 96 179.38-195.59 6.81-344.56 41.01-434.1 60.91C5.78 478.67 0 485.88 0 494.2 0 504 7.95 512 17.76 512h499.08c63.29.01 119.61-47.56 122.99-110.76 2.52-47.28-22.73-90.4-64.64-111.36zM489.18 66.25l45.65 11.41c-2.75 10.91-12.47 18.89-24.13 18.26-12.96-.71-25.85-12.53-21.52-29.67z\"]\n};\nvar faDrawPolygon = {\n prefix: 'fas',\n iconName: 'draw-polygon',\n icon: [448, 512, [], \"f5ee\", \"M384 352c-.35 0-.67.1-1.02.1l-39.2-65.32c5.07-9.17 8.22-19.56 8.22-30.78s-3.14-21.61-8.22-30.78l39.2-65.32c.35.01.67.1 1.02.1 35.35 0 64-28.65 64-64s-28.65-64-64-64c-23.63 0-44.04 12.95-55.12 32H119.12C108.04 44.95 87.63 32 64 32 28.65 32 0 60.65 0 96c0 23.63 12.95 44.04 32 55.12v209.75C12.95 371.96 0 392.37 0 416c0 35.35 28.65 64 64 64 23.63 0 44.04-12.95 55.12-32h209.75c11.09 19.05 31.49 32 55.12 32 35.35 0 64-28.65 64-64 .01-35.35-28.64-64-63.99-64zm-288 8.88V151.12A63.825 63.825 0 0 0 119.12 128h208.36l-38.46 64.1c-.35-.01-.67-.1-1.02-.1-35.35 0-64 28.65-64 64s28.65 64 64 64c.35 0 .67-.1 1.02-.1l38.46 64.1H119.12A63.748 63.748 0 0 0 96 360.88zM272 256c0-8.82 7.18-16 16-16s16 7.18 16 16-7.18 16-16 16-16-7.18-16-16zM400 96c0 8.82-7.18 16-16 16s-16-7.18-16-16 7.18-16 16-16 16 7.18 16 16zM64 80c8.82 0 16 7.18 16 16s-7.18 16-16 16-16-7.18-16-16 7.18-16 16-16zM48 416c0-8.82 7.18-16 16-16s16 7.18 16 16-7.18 16-16 16-16-7.18-16-16zm336 16c-8.82 0-16-7.18-16-16s7.18-16 16-16 16 7.18 16 16-7.18 16-16 16z\"]\n};\nvar faDrum = {\n prefix: 'fas',\n iconName: 'drum',\n icon: [512, 512, [], \"f569\", \"M431.34 122.05l73.53-47.42a16 16 0 0 0 4.44-22.19l-8.87-13.31a16 16 0 0 0-22.19-4.44l-110.06 71C318.43 96.91 271.22 96 256 96 219.55 96 0 100.55 0 208.15v160.23c0 30.27 27.5 57.68 72 77.86v-101.9a24 24 0 1 1 48 0v118.93c33.05 9.11 71.07 15.06 112 16.73V376.39a24 24 0 1 1 48 0V480c40.93-1.67 78.95-7.62 112-16.73V344.34a24 24 0 1 1 48 0v101.9c44.5-20.18 72-47.59 72-77.86V208.15c0-43.32-35.76-69.76-80.66-86.1zM256 272.24c-114.88 0-208-28.69-208-64.09s93.12-64.08 208-64.08c17.15 0 33.73.71 49.68 1.91l-72.81 47a16 16 0 0 0-4.43 22.19l8.87 13.31a16 16 0 0 0 22.19 4.44l118.64-76.52C430.09 168 464 186.84 464 208.15c0 35.4-93.13 64.09-208 64.09z\"]\n};\nvar faDrumSteelpan = {\n prefix: 'fas',\n iconName: 'drum-steelpan',\n icon: [576, 512, [], \"f56a\", \"M288 32C128.94 32 0 89.31 0 160v192c0 70.69 128.94 128 288 128s288-57.31 288-128V160c0-70.69-128.94-128-288-128zm-82.99 158.36c-4.45 16.61-14.54 30.57-28.31 40.48C100.23 217.46 48 190.78 48 160c0-30.16 50.11-56.39 124.04-70.03l25.6 44.34c9.86 17.09 12.48 36.99 7.37 56.05zM288 240c-21.08 0-41.41-1-60.89-2.7 8.06-26.13 32.15-45.3 60.89-45.3s52.83 19.17 60.89 45.3C329.41 239 309.08 240 288 240zm64-144c0 35.29-28.71 64-64 64s-64-28.71-64-64V82.96c20.4-1.88 41.8-2.96 64-2.96s43.6 1.08 64 2.96V96zm46.93 134.9c-13.81-9.91-23.94-23.9-28.4-40.54-5.11-19.06-2.49-38.96 7.38-56.04l25.65-44.42C477.72 103.5 528 129.79 528 160c0 30.83-52.4 57.54-129.07 70.9z\"]\n};\nvar faDrumstickBite = {\n prefix: 'fas',\n iconName: 'drumstick-bite',\n icon: [512, 512, [], \"f6d7\", \"M462.8 49.57a169.44 169.44 0 0 0-239.5 0C187.82 85 160.13 128 160.13 192v85.83l-40.62 40.59c-9.7 9.69-24 11.07-36.78 6a60.33 60.33 0 0 0-65 98.72C33 438.39 54.24 442.7 73.85 438.21c-4.5 19.6-.18 40.83 15.1 56.1a60.35 60.35 0 0 0 98.8-65c-5.09-12.73-3.72-27 6-36.75L234.36 352h85.89a187.87 187.87 0 0 0 61.89-10c-39.64-43.89-39.83-110.23 1.05-151.07 34.38-34.36 86.76-39.46 128.74-16.8 1.3-44.96-14.81-90.28-49.13-124.56z\"]\n};\nvar faDumbbell = {\n prefix: 'fas',\n iconName: 'dumbbell',\n icon: [640, 512, [], \"f44b\", \"M104 96H56c-13.3 0-24 10.7-24 24v104H8c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h24v104c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V120c0-13.3-10.7-24-24-24zm528 128h-24V120c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v272c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V288h24c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM456 32h-48c-13.3 0-24 10.7-24 24v168H256V56c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v400c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V288h128v168c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24z\"]\n};\nvar faDumpster = {\n prefix: 'fas',\n iconName: 'dumpster',\n icon: [576, 512, [], \"f793\", \"M560 160c10.4 0 18-9.8 15.5-19.9l-24-96C549.7 37 543.3 32 536 32h-98.9l25.6 128H560zM272 32H171.5l-25.6 128H272V32zm132.5 0H304v128h126.1L404.5 32zM16 160h97.3l25.6-128H40c-7.3 0-13.7 5-15.5 12.1l-24 96C-2 150.2 5.6 160 16 160zm544 64h-20l4-32H32l4 32H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h28l20 160v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h320v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16l20-160h28c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"]\n};\nvar faDumpsterFire = {\n prefix: 'fas',\n iconName: 'dumpster-fire',\n icon: [640, 512, [], \"f794\", \"M418.7 104.1l.2-.2-14.4-72H304v128h60.8c16.2-19.3 34.2-38.2 53.9-55.8zM272 32H171.5l-25.6 128H272V32zm189.3 72.1c18.2 16.3 35.5 33.7 51.1 51.5 5.7-5.6 11.4-11.1 17.3-16.3l21.3-19 21.3 19c1.1.9 2.1 2.1 3.1 3.1-.1-.8.2-1.5 0-2.3l-24-96C549.7 37 543.3 32 536 32h-98.9l12.3 61.5 11.9 10.6zM16 160h97.3l25.6-128H40c-7.3 0-13.7 5-15.5 12.1l-24 96C-2 150.2 5.6 160 16 160zm324.6 32H32l4 32H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h28l20 160v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h208.8c-30.2-33.7-48.8-77.9-48.8-126.4 0-35.9 19.9-82.9 52.6-129.6zm210.5-28.8c-14.9 13.3-28.3 27.2-40.2 41.2-19.5-25.8-43.6-52-71-76.4-70.2 62.7-120 144.3-120 193.6 0 87.5 71.6 158.4 160 158.4s160-70.9 160-158.4c.1-36.6-37-112.2-88.8-158.4zm-18.6 229.4c-14.7 10.7-32.9 17-52.5 17-49 0-88.9-33.5-88.9-88 0-27.1 16.5-51 49.4-91.9 4.7 5.6 67.1 88.1 67.1 88.1l39.8-47c2.8 4.8 5.4 9.5 7.7 14 18.6 36.7 10.8 83.6-22.6 107.8z\"]\n};\nvar faDungeon = {\n prefix: 'fas',\n iconName: 'dungeon',\n icon: [512, 512, [], \"f6d9\", \"M128.73 195.32l-82.81-51.76c-8.04-5.02-18.99-2.17-22.93 6.45A254.19 254.19 0 0 0 .54 239.28C-.05 248.37 7.59 256 16.69 256h97.13c7.96 0 14.08-6.25 15.01-14.16 1.09-9.33 3.24-18.33 6.24-26.94 2.56-7.34.25-15.46-6.34-19.58zM319.03 8C298.86 2.82 277.77 0 256 0s-42.86 2.82-63.03 8c-9.17 2.35-13.91 12.6-10.39 21.39l37.47 104.03A16.003 16.003 0 0 0 235.1 144h41.8c6.75 0 12.77-4.23 15.05-10.58l37.47-104.03c3.52-8.79-1.22-19.03-10.39-21.39zM112 288H16c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm0 128H16c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm77.31-283.67l-36.32-90.8c-3.53-8.83-14.13-12.99-22.42-8.31a257.308 257.308 0 0 0-71.61 59.89c-6.06 7.32-3.85 18.48 4.22 23.52l82.93 51.83c6.51 4.07 14.66 2.62 20.11-2.79 5.18-5.15 10.79-9.85 16.79-14.05 6.28-4.41 9.15-12.17 6.3-19.29zM398.18 256h97.13c9.1 0 16.74-7.63 16.15-16.72a254.135 254.135 0 0 0-22.45-89.27c-3.94-8.62-14.89-11.47-22.93-6.45l-82.81 51.76c-6.59 4.12-8.9 12.24-6.34 19.58 3.01 8.61 5.15 17.62 6.24 26.94.93 7.91 7.05 14.16 15.01 14.16zm54.85-162.89a257.308 257.308 0 0 0-71.61-59.89c-8.28-4.68-18.88-.52-22.42 8.31l-36.32 90.8c-2.85 7.12.02 14.88 6.3 19.28 6 4.2 11.61 8.9 16.79 14.05 5.44 5.41 13.6 6.86 20.11 2.79l82.93-51.83c8.07-5.03 10.29-16.19 4.22-23.51zM496 288h-96c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm0 128h-96c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zM240 177.62V472c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8V177.62c-5.23-.89-10.52-1.62-16-1.62s-10.77.73-16 1.62zm-64 41.51V472c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8V189.36c-12.78 7.45-23.84 17.47-32 29.77zm128-29.77V472c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8V219.13c-8.16-12.3-19.22-22.32-32-29.77z\"]\n};\nvar faEdit = {\n prefix: 'fas',\n iconName: 'edit',\n icon: [576, 512, [], \"f044\", \"M402.6 83.2l90.2 90.2c3.8 3.8 3.8 10 0 13.8L274.4 405.6l-92.8 10.3c-12.4 1.4-22.9-9.1-21.5-21.5l10.3-92.8L388.8 83.2c3.8-3.8 10-3.8 13.8 0zm162-22.9l-48.8-48.8c-15.2-15.2-39.9-15.2-55.2 0l-35.4 35.4c-3.8 3.8-3.8 10 0 13.8l90.2 90.2c3.8 3.8 10 3.8 13.8 0l35.4-35.4c15.2-15.3 15.2-40 0-55.2zM384 346.2V448H64V128h229.8c3.2 0 6.2-1.3 8.5-3.5l40-40c7.6-7.6 2.2-20.5-8.5-20.5H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V306.2c0-10.7-12.9-16-20.5-8.5l-40 40c-2.2 2.3-3.5 5.3-3.5 8.5z\"]\n};\nvar faEgg = {\n prefix: 'fas',\n iconName: 'egg',\n icon: [384, 512, [], \"f7fb\", \"M192 0C86 0 0 214 0 320s86 192 192 192 192-86 192-192S298 0 192 0z\"]\n};\nvar faEject = {\n prefix: 'fas',\n iconName: 'eject',\n icon: [448, 512, [], \"f052\", \"M448 384v64c0 17.673-14.327 32-32 32H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h384c17.673 0 32 14.327 32 32zM48.053 320h351.886c41.651 0 63.581-49.674 35.383-80.435L259.383 47.558c-19.014-20.743-51.751-20.744-70.767 0L12.67 239.565C-15.475 270.268 6.324 320 48.053 320z\"]\n};\nvar faEllipsisH = {\n prefix: 'fas',\n iconName: 'ellipsis-h',\n icon: [512, 512, [], \"f141\", \"M328 256c0 39.8-32.2 72-72 72s-72-32.2-72-72 32.2-72 72-72 72 32.2 72 72zm104-72c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72zm-352 0c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72z\"]\n};\nvar faEllipsisV = {\n prefix: 'fas',\n iconName: 'ellipsis-v',\n icon: [192, 512, [], \"f142\", \"M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z\"]\n};\nvar faEnvelope = {\n prefix: 'fas',\n iconName: 'envelope',\n icon: [512, 512, [], \"f0e0\", \"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"]\n};\nvar faEnvelopeOpen = {\n prefix: 'fas',\n iconName: 'envelope-open',\n icon: [512, 512, [], \"f2b6\", \"M512 464c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V200.724a48 48 0 0 1 18.387-37.776c24.913-19.529 45.501-35.365 164.2-121.511C199.412 29.17 232.797-.347 256 .003c23.198-.354 56.596 29.172 73.413 41.433 118.687 86.137 139.303 101.995 164.2 121.512A48 48 0 0 1 512 200.724V464zm-65.666-196.605c-2.563-3.728-7.7-4.595-11.339-1.907-22.845 16.873-55.462 40.705-105.582 77.079-16.825 12.266-50.21 41.781-73.413 41.43-23.211.344-56.559-29.143-73.413-41.43-50.114-36.37-82.734-60.204-105.582-77.079-3.639-2.688-8.776-1.821-11.339 1.907l-9.072 13.196a7.998 7.998 0 0 0 1.839 10.967c22.887 16.899 55.454 40.69 105.303 76.868 20.274 14.781 56.524 47.813 92.264 47.573 35.724.242 71.961-32.771 92.263-47.573 49.85-36.179 82.418-59.97 105.303-76.868a7.998 7.998 0 0 0 1.839-10.967l-9.071-13.196z\"]\n};\nvar faEnvelopeOpenText = {\n prefix: 'fas',\n iconName: 'envelope-open-text',\n icon: [512, 512, [], \"f658\", \"M176 216h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16zm-16 80c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16zm96 121.13c-16.42 0-32.84-5.06-46.86-15.19L0 250.86V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V250.86L302.86 401.94c-14.02 10.12-30.44 15.19-46.86 15.19zm237.61-254.18c-8.85-6.94-17.24-13.47-29.61-22.81V96c0-26.51-21.49-48-48-48h-77.55c-3.04-2.2-5.87-4.26-9.04-6.56C312.6 29.17 279.2-.35 256 0c-23.2-.35-56.59 29.17-73.41 41.44-3.17 2.3-6 4.36-9.04 6.56H96c-26.51 0-48 21.49-48 48v44.14c-12.37 9.33-20.76 15.87-29.61 22.81A47.995 47.995 0 0 0 0 200.72v10.65l96 69.35V96h320v184.72l96-69.35v-10.65c0-14.74-6.78-28.67-18.39-37.77z\"]\n};\nvar faEnvelopeSquare = {\n prefix: 'fas',\n iconName: 'envelope-square',\n icon: [448, 512, [], \"f199\", \"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM178.117 262.104C87.429 196.287 88.353 196.121 64 177.167V152c0-13.255 10.745-24 24-24h272c13.255 0 24 10.745 24 24v25.167c-24.371 18.969-23.434 19.124-114.117 84.938-10.5 7.655-31.392 26.12-45.883 25.894-14.503.218-35.367-18.227-45.883-25.895zM384 217.775V360c0 13.255-10.745 24-24 24H88c-13.255 0-24-10.745-24-24V217.775c13.958 10.794 33.329 25.236 95.303 70.214 14.162 10.341 37.975 32.145 64.694 32.01 26.887.134 51.037-22.041 64.72-32.025 61.958-44.965 81.325-59.406 95.283-70.199z\"]\n};\nvar faEquals = {\n prefix: 'fas',\n iconName: 'equals',\n icon: [448, 512, [], \"f52c\", \"M416 304H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32zm0-192H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"]\n};\nvar faEraser = {\n prefix: 'fas',\n iconName: 'eraser',\n icon: [512, 512, [], \"f12d\", \"M497.941 273.941c18.745-18.745 18.745-49.137 0-67.882l-160-160c-18.745-18.745-49.136-18.746-67.883 0l-256 256c-18.745 18.745-18.745 49.137 0 67.882l96 96A48.004 48.004 0 0 0 144 480h356c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12H355.883l142.058-142.059zm-302.627-62.627l137.373 137.373L265.373 416H150.628l-80-80 124.686-124.686z\"]\n};\nvar faEthernet = {\n prefix: 'fas',\n iconName: 'ethernet',\n icon: [512, 512, [], \"f796\", \"M496 192h-48v-48c0-8.8-7.2-16-16-16h-48V80c0-8.8-7.2-16-16-16H144c-8.8 0-16 7.2-16 16v48H80c-8.8 0-16 7.2-16 16v48H16c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16h80V320h32v128h64V320h32v128h64V320h32v128h64V320h32v128h80c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16z\"]\n};\nvar faEuroSign = {\n prefix: 'fas',\n iconName: 'euro-sign',\n icon: [320, 512, [], \"f153\", \"M310.706 413.765c-1.314-6.63-7.835-10.872-14.424-9.369-10.692 2.439-27.422 5.413-45.426 5.413-56.763 0-101.929-34.79-121.461-85.449h113.689a12 12 0 0 0 11.708-9.369l6.373-28.36c1.686-7.502-4.019-14.631-11.708-14.631H115.22c-1.21-14.328-1.414-28.287.137-42.245H261.95a12 12 0 0 0 11.723-9.434l6.512-29.755c1.638-7.484-4.061-14.566-11.723-14.566H130.184c20.633-44.991 62.69-75.03 117.619-75.03 14.486 0 28.564 2.25 37.851 4.145 6.216 1.268 12.347-2.498 14.002-8.623l11.991-44.368c1.822-6.741-2.465-13.616-9.326-14.917C290.217 34.912 270.71 32 249.635 32 152.451 32 74.03 92.252 45.075 176H12c-6.627 0-12 5.373-12 12v29.755c0 6.627 5.373 12 12 12h21.569c-1.009 13.607-1.181 29.287-.181 42.245H12c-6.627 0-12 5.373-12 12v28.36c0 6.627 5.373 12 12 12h30.114C67.139 414.692 145.264 480 249.635 480c26.301 0 48.562-4.544 61.101-7.788 6.167-1.595 10.027-7.708 8.788-13.957l-8.818-44.49z\"]\n};\nvar faExchangeAlt = {\n prefix: 'fas',\n iconName: 'exchange-alt',\n icon: [512, 512, [], \"f362\", \"M0 168v-16c0-13.255 10.745-24 24-24h360V80c0-21.367 25.899-32.042 40.971-16.971l80 80c9.372 9.373 9.372 24.569 0 33.941l-80 80C409.956 271.982 384 261.456 384 240v-48H24c-13.255 0-24-10.745-24-24zm488 152H128v-48c0-21.314-25.862-32.08-40.971-16.971l-80 80c-9.372 9.373-9.372 24.569 0 33.941l80 80C102.057 463.997 128 453.437 128 432v-48h360c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24z\"]\n};\nvar faExclamation = {\n prefix: 'fas',\n iconName: 'exclamation',\n icon: [192, 512, [], \"f12a\", \"M176 432c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zM25.26 25.199l13.6 272C39.499 309.972 50.041 320 62.83 320h66.34c12.789 0 23.331-10.028 23.97-22.801l13.6-272C167.425 11.49 156.496 0 142.77 0H49.23C35.504 0 24.575 11.49 25.26 25.199z\"]\n};\nvar faExclamationCircle = {\n prefix: 'fas',\n iconName: 'exclamation-circle',\n icon: [512, 512, [], \"f06a\", \"M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z\"]\n};\nvar faExclamationTriangle = {\n prefix: 'fas',\n iconName: 'exclamation-triangle',\n icon: [576, 512, [], \"f071\", \"M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z\"]\n};\nvar faExpand = {\n prefix: 'fas',\n iconName: 'expand',\n icon: [448, 512, [], \"f065\", \"M0 180V56c0-13.3 10.7-24 24-24h124c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H64v84c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12zM288 44v40c0 6.6 5.4 12 12 12h84v84c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12V56c0-13.3-10.7-24-24-24H300c-6.6 0-12 5.4-12 12zm148 276h-40c-6.6 0-12 5.4-12 12v84h-84c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h124c13.3 0 24-10.7 24-24V332c0-6.6-5.4-12-12-12zM160 468v-40c0-6.6-5.4-12-12-12H64v-84c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v124c0 13.3 10.7 24 24 24h124c6.6 0 12-5.4 12-12z\"]\n};\nvar faExpandArrowsAlt = {\n prefix: 'fas',\n iconName: 'expand-arrows-alt',\n icon: [448, 512, [], \"f31e\", \"M448 344v112a23.94 23.94 0 0 1-24 24H312c-21.39 0-32.09-25.9-17-41l36.2-36.2L224 295.6 116.77 402.9 153 439c15.09 15.1 4.39 41-17 41H24a23.94 23.94 0 0 1-24-24V344c0-21.4 25.89-32.1 41-17l36.19 36.2L184.46 256 77.18 148.7 41 185c-15.1 15.1-41 4.4-41-17V56a23.94 23.94 0 0 1 24-24h112c21.39 0 32.09 25.9 17 41l-36.2 36.2L224 216.4l107.23-107.3L295 73c-15.09-15.1-4.39-41 17-41h112a23.94 23.94 0 0 1 24 24v112c0 21.4-25.89 32.1-41 17l-36.19-36.2L263.54 256l107.28 107.3L407 327.1c15.1-15.2 41-4.5 41 16.9z\"]\n};\nvar faExternalLinkAlt = {\n prefix: 'fas',\n iconName: 'external-link-alt',\n icon: [512, 512, [], \"f35d\", \"M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z\"]\n};\nvar faExternalLinkSquareAlt = {\n prefix: 'fas',\n iconName: 'external-link-square-alt',\n icon: [448, 512, [], \"f360\", \"M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zm-88 16H248.029c-21.313 0-32.08 25.861-16.971 40.971l31.984 31.987L67.515 364.485c-4.686 4.686-4.686 12.284 0 16.971l31.029 31.029c4.687 4.686 12.285 4.686 16.971 0l195.526-195.526 31.988 31.991C358.058 263.977 384 253.425 384 231.979V120c0-13.255-10.745-24-24-24z\"]\n};\nvar faEye = {\n prefix: 'fas',\n iconName: 'eye',\n icon: [576, 512, [], \"f06e\", \"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"]\n};\nvar faEyeDropper = {\n prefix: 'fas',\n iconName: 'eye-dropper',\n icon: [512, 512, [], \"f1fb\", \"M50.75 333.25c-12 12-18.75 28.28-18.75 45.26V424L0 480l32 32 56-32h45.49c16.97 0 33.25-6.74 45.25-18.74l126.64-126.62-128-128L50.75 333.25zM483.88 28.12c-37.47-37.5-98.28-37.5-135.75 0l-77.09 77.09-13.1-13.1c-9.44-9.44-24.65-9.31-33.94 0l-40.97 40.97c-9.37 9.37-9.37 24.57 0 33.94l161.94 161.94c9.44 9.44 24.65 9.31 33.94 0L419.88 288c9.37-9.37 9.37-24.57 0-33.94l-13.1-13.1 77.09-77.09c37.51-37.48 37.51-98.26.01-135.75z\"]\n};\nvar faEyeSlash = {\n prefix: 'fas',\n iconName: 'eye-slash',\n icon: [640, 512, [], \"f070\", \"M320 400c-75.85 0-137.25-58.71-142.9-133.11L72.2 185.82c-13.79 17.3-26.48 35.59-36.72 55.59a32.35 32.35 0 0 0 0 29.19C89.71 376.41 197.07 448 320 448c26.91 0 52.87-4 77.89-10.46L346 397.39a144.13 144.13 0 0 1-26 2.61zm313.82 58.1l-110.55-85.44a331.25 331.25 0 0 0 81.25-102.07 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64a308.15 308.15 0 0 0-147.32 37.7L45.46 3.37A16 16 0 0 0 23 6.18L3.37 31.45A16 16 0 0 0 6.18 53.9l588.36 454.73a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zm-183.72-142l-39.3-30.38A94.75 94.75 0 0 0 416 256a94.76 94.76 0 0 0-121.31-92.21A47.65 47.65 0 0 1 304 192a46.64 46.64 0 0 1-1.54 10l-73.61-56.89A142.31 142.31 0 0 1 320 112a143.92 143.92 0 0 1 144 144c0 21.63-5.29 41.79-13.9 60.11z\"]\n};\nvar faFan = {\n prefix: 'fas',\n iconName: 'fan',\n icon: [512, 512, [], \"f863\", \"M352.57 128c-28.09 0-54.09 4.52-77.06 12.86l12.41-123.11C289 7.31 279.81-1.18 269.33.13 189.63 10.13 128 77.64 128 159.43c0 28.09 4.52 54.09 12.86 77.06L17.75 224.08C7.31 223-1.18 232.19.13 242.67c10 79.7 77.51 141.33 159.3 141.33 28.09 0 54.09-4.52 77.06-12.86l-12.41 123.11c-1.05 10.43 8.11 18.93 18.59 17.62 79.7-10 141.33-77.51 141.33-159.3 0-28.09-4.52-54.09-12.86-77.06l123.11 12.41c10.44 1.05 18.93-8.11 17.62-18.59-10-79.7-77.51-141.33-159.3-141.33zM256 288a32 32 0 1 1 32-32 32 32 0 0 1-32 32z\"]\n};\nvar faFastBackward = {\n prefix: 'fas',\n iconName: 'fast-backward',\n icon: [512, 512, [], \"f049\", \"M0 436V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v151.9L235.5 71.4C256.1 54.3 288 68.6 288 96v131.9L459.5 71.4C480.1 54.3 512 68.6 512 96v320c0 27.4-31.9 41.7-52.5 24.6L288 285.3V416c0 27.4-31.9 41.7-52.5 24.6L64 285.3V436c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12z\"]\n};\nvar faFastForward = {\n prefix: 'fas',\n iconName: 'fast-forward',\n icon: [512, 512, [], \"f050\", \"M512 76v360c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V284.1L276.5 440.6c-20.6 17.2-52.5 2.8-52.5-24.6V284.1L52.5 440.6C31.9 457.8 0 443.4 0 416V96c0-27.4 31.9-41.7 52.5-24.6L224 226.8V96c0-27.4 31.9-41.7 52.5-24.6L448 226.8V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12z\"]\n};\nvar faFax = {\n prefix: 'fas',\n iconName: 'fax',\n icon: [512, 512, [], \"f1ac\", \"M480 160V77.25a32 32 0 0 0-9.38-22.63L425.37 9.37A32 32 0 0 0 402.75 0H160a32 32 0 0 0-32 32v448a32 32 0 0 0 32 32h320a32 32 0 0 0 32-32V192a32 32 0 0 0-32-32zM288 432a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm0-128a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm128 128a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm0-128a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm0-112H192V64h160v48a16 16 0 0 0 16 16h48zM64 128H32a32 32 0 0 0-32 32v320a32 32 0 0 0 32 32h32a32 32 0 0 0 32-32V160a32 32 0 0 0-32-32z\"]\n};\nvar faFeather = {\n prefix: 'fas',\n iconName: 'feather',\n icon: [512, 512, [], \"f52d\", \"M467.14 44.84c-62.55-62.48-161.67-64.78-252.28 25.73-78.61 78.52-60.98 60.92-85.75 85.66-60.46 60.39-70.39 150.83-63.64 211.17l178.44-178.25c6.26-6.25 16.4-6.25 22.65 0s6.25 16.38 0 22.63L7.04 471.03c-9.38 9.37-9.38 24.57 0 33.94 9.38 9.37 24.6 9.37 33.98 0l66.1-66.03C159.42 454.65 279 457.11 353.95 384h-98.19l147.57-49.14c49.99-49.93 36.38-36.18 46.31-46.86h-97.78l131.54-43.8c45.44-74.46 34.31-148.84-16.26-199.36z\"]\n};\nvar faFeatherAlt = {\n prefix: 'fas',\n iconName: 'feather-alt',\n icon: [512, 512, [], \"f56b\", \"M512 0C460.22 3.56 96.44 38.2 71.01 287.61c-3.09 26.66-4.84 53.44-5.99 80.24l178.87-178.69c6.25-6.25 16.4-6.25 22.65 0s6.25 16.38 0 22.63L7.04 471.03c-9.38 9.37-9.38 24.57 0 33.94 9.38 9.37 24.59 9.37 33.98 0l57.13-57.07c42.09-.14 84.15-2.53 125.96-7.36 53.48-5.44 97.02-26.47 132.58-56.54H255.74l146.79-48.88c11.25-14.89 21.37-30.71 30.45-47.12h-81.14l106.54-53.21C500.29 132.86 510.19 26.26 512 0z\"]\n};\nvar faFemale = {\n prefix: 'fas',\n iconName: 'female',\n icon: [256, 512, [], \"f182\", \"M128 0c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64S92.654 0 128 0m119.283 354.179l-48-192A24 24 0 0 0 176 144h-11.36c-22.711 10.443-49.59 10.894-73.28 0H80a24 24 0 0 0-23.283 18.179l-48 192C4.935 369.305 16.383 384 32 384h56v104c0 13.255 10.745 24 24 24h32c13.255 0 24-10.745 24-24V384h56c15.591 0 27.071-14.671 23.283-29.821z\"]\n};\nvar faFighterJet = {\n prefix: 'fas',\n iconName: 'fighter-jet',\n icon: [640, 512, [], \"f0fb\", \"M544 224l-128-16-48-16h-24L227.158 44h39.509C278.333 44 288 41.375 288 38s-9.667-6-21.333-6H152v12h16v164h-48l-66.667-80H18.667L8 138.667V208h8v16h48v2.666l-64 8v42.667l64 8V288H16v16H8v69.333L18.667 384h34.667L120 304h48v164h-16v12h114.667c11.667 0 21.333-2.625 21.333-6s-9.667-6-21.333-6h-39.509L344 320h24l48-16 128-16c96-21.333 96-26.583 96-32 0-5.417 0-10.667-96-32z\"]\n};\nvar faFile = {\n prefix: 'fas',\n iconName: 'file',\n icon: [384, 512, [], \"f15b\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm160-14.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileAlt = {\n prefix: 'fas',\n iconName: 'file-alt',\n icon: [384, 512, [], \"f15c\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm64 236c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12v8zm0-64c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12v8zm0-72v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm96-114.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileArchive = {\n prefix: 'fas',\n iconName: 'file-archive',\n icon: [384, 512, [], \"f1c6\", \"M377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zM128.4 336c-17.9 0-32.4 12.1-32.4 27 0 15 14.6 27 32.5 27s32.4-12.1 32.4-27-14.6-27-32.5-27zM224 136V0h-63.6v32h-32V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM95.9 32h32v32h-32zm32.3 384c-33.2 0-58-30.4-51.4-62.9L96.4 256v-32h32v-32h-32v-32h32v-32h-32V96h32V64h32v32h-32v32h32v32h-32v32h32v32h-32v32h22.1c5.7 0 10.7 4.1 11.8 9.7l17.3 87.7c6.4 32.4-18.4 62.6-51.4 62.6z\"]\n};\nvar faFileAudio = {\n prefix: 'fas',\n iconName: 'file-audio',\n icon: [384, 512, [], \"f1c7\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm-64 268c0 10.7-12.9 16-20.5 8.5L104 376H76c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h28l35.5-36.5c7.6-7.6 20.5-2.2 20.5 8.5v136zm33.2-47.6c9.1-9.3 9.1-24.1 0-33.4-22.1-22.8 12.2-56.2 34.4-33.5 27.2 27.9 27.2 72.4 0 100.4-21.8 22.3-56.9-10.4-34.4-33.5zm86-117.1c54.4 55.9 54.4 144.8 0 200.8-21.8 22.4-57-10.3-34.4-33.5 36.2-37.2 36.3-96.5 0-133.8-22.1-22.8 12.3-56.3 34.4-33.5zM384 121.9v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileCode = {\n prefix: 'fas',\n iconName: 'file-code',\n icon: [384, 512, [], \"f1c9\", \"M384 121.941V128H256V0h6.059c6.365 0 12.47 2.529 16.971 7.029l97.941 97.941A24.005 24.005 0 0 1 384 121.941zM248 160c-13.2 0-24-10.8-24-24V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160H248zM123.206 400.505a5.4 5.4 0 0 1-7.633.246l-64.866-60.812a5.4 5.4 0 0 1 0-7.879l64.866-60.812a5.4 5.4 0 0 1 7.633.246l19.579 20.885a5.4 5.4 0 0 1-.372 7.747L101.65 336l40.763 35.874a5.4 5.4 0 0 1 .372 7.747l-19.579 20.884zm51.295 50.479l-27.453-7.97a5.402 5.402 0 0 1-3.681-6.692l61.44-211.626a5.402 5.402 0 0 1 6.692-3.681l27.452 7.97a5.4 5.4 0 0 1 3.68 6.692l-61.44 211.626a5.397 5.397 0 0 1-6.69 3.681zm160.792-111.045l-64.866 60.812a5.4 5.4 0 0 1-7.633-.246l-19.58-20.885a5.4 5.4 0 0 1 .372-7.747L284.35 336l-40.763-35.874a5.4 5.4 0 0 1-.372-7.747l19.58-20.885a5.4 5.4 0 0 1 7.633-.246l64.866 60.812a5.4 5.4 0 0 1-.001 7.879z\"]\n};\nvar faFileContract = {\n prefix: 'fas',\n iconName: 'file-contract',\n icon: [384, 512, [], \"f56c\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 64c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm192.81 248H304c8.84 0 16 7.16 16 16s-7.16 16-16 16h-47.19c-16.45 0-31.27-9.14-38.64-23.86-2.95-5.92-8.09-6.52-10.17-6.52s-7.22.59-10.02 6.19l-7.67 15.34a15.986 15.986 0 0 1-14.31 8.84c-.38 0-.75-.02-1.14-.05-6.45-.45-12-4.75-14.03-10.89L144 354.59l-10.61 31.88c-5.89 17.66-22.38 29.53-41 29.53H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h12.39c4.83 0 9.11-3.08 10.64-7.66l18.19-54.64c3.3-9.81 12.44-16.41 22.78-16.41s19.48 6.59 22.77 16.41l13.88 41.64c19.77-16.19 54.05-9.7 66 14.16 2.02 4.06 5.96 6.5 10.16 6.5zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFileCsv = {\n prefix: 'fas',\n iconName: 'file-csv',\n icon: [384, 512, [], \"f6dd\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm-96 144c0 4.42-3.58 8-8 8h-8c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h8c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-8c-26.51 0-48-21.49-48-48v-32c0-26.51 21.49-48 48-48h8c4.42 0 8 3.58 8 8v16zm44.27 104H160c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h12.27c5.95 0 10.41-3.5 10.41-6.62 0-1.3-.75-2.66-2.12-3.84l-21.89-18.77c-8.47-7.22-13.33-17.48-13.33-28.14 0-21.3 19.02-38.62 42.41-38.62H200c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-12.27c-5.95 0-10.41 3.5-10.41 6.62 0 1.3.75 2.66 2.12 3.84l21.89 18.77c8.47 7.22 13.33 17.48 13.33 28.14.01 21.29-19 38.62-42.39 38.62zM256 264v20.8c0 20.27 5.7 40.17 16 56.88 10.3-16.7 16-36.61 16-56.88V264c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v20.8c0 35.48-12.88 68.89-36.28 94.09-3.02 3.25-7.27 5.11-11.72 5.11s-8.7-1.86-11.72-5.11c-23.4-25.2-36.28-58.61-36.28-94.09V264c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8zm121-159L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFileDownload = {\n prefix: 'fas',\n iconName: 'file-download',\n icon: [384, 512, [], \"f56d\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm76.45 211.36l-96.42 95.7c-6.65 6.61-17.39 6.61-24.04 0l-96.42-95.7C73.42 337.29 80.54 320 94.82 320H160v-80c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v80h65.18c14.28 0 21.4 17.29 11.27 27.36zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFileExcel = {\n prefix: 'fas',\n iconName: 'file-excel',\n icon: [384, 512, [], \"f1c3\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm60.1 106.5L224 336l60.1 93.5c5.1 8-.6 18.5-10.1 18.5h-34.9c-4.4 0-8.5-2.4-10.6-6.3C208.9 405.5 192 373 192 373c-6.4 14.8-10 20-36.6 68.8-2.1 3.9-6.1 6.3-10.5 6.3H110c-9.5 0-15.2-10.5-10.1-18.5l60.3-93.5-60.3-93.5c-5.2-8 .6-18.5 10.1-18.5h34.8c4.4 0 8.5 2.4 10.6 6.3 26.1 48.8 20 33.6 36.6 68.5 0 0 6.1-11.7 36.6-68.5 2.1-3.9 6.2-6.3 10.6-6.3H274c9.5-.1 15.2 10.4 10.1 18.4zM384 121.9v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileExport = {\n prefix: 'fas',\n iconName: 'file-export',\n icon: [576, 512, [], \"f56e\", \"M384 121.9c0-6.3-2.5-12.4-7-16.9L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128zM571 308l-95.7-96.4c-10.1-10.1-27.4-3-27.4 11.3V288h-64v64h64v65.2c0 14.3 17.3 21.4 27.4 11.3L571 332c6.6-6.6 6.6-17.4 0-24zm-379 28v-32c0-8.8 7.2-16 16-16h176V160H248c-13.2 0-24-10.8-24-24V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V352H208c-8.8 0-16-7.2-16-16z\"]\n};\nvar faFileImage = {\n prefix: 'fas',\n iconName: 'file-image',\n icon: [384, 512, [], \"f1c5\", \"M384 121.941V128H256V0h6.059a24 24 0 0 1 16.97 7.029l97.941 97.941a24.002 24.002 0 0 1 7.03 16.971zM248 160c-13.2 0-24-10.8-24-24V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160H248zm-135.455 16c26.51 0 48 21.49 48 48s-21.49 48-48 48-48-21.49-48-48 21.491-48 48-48zm208 240h-256l.485-48.485L104.545 328c4.686-4.686 11.799-4.201 16.485.485L160.545 368 264.06 264.485c4.686-4.686 12.284-4.686 16.971 0L320.545 304v112z\"]\n};\nvar faFileImport = {\n prefix: 'fas',\n iconName: 'file-import',\n icon: [512, 512, [], \"f56f\", \"M16 288c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h112v-64zm489-183L407.1 7c-4.5-4.5-10.6-7-17-7H384v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H152c-13.3 0-24 10.7-24 24v264h128v-65.2c0-14.3 17.3-21.4 27.4-11.3L379 308c6.6 6.7 6.6 17.4 0 24l-95.7 96.4c-10.1 10.1-27.4 3-27.4-11.3V352H128v136c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H376c-13.2 0-24-10.8-24-24z\"]\n};\nvar faFileInvoice = {\n prefix: 'fas',\n iconName: 'file-invoice',\n icon: [384, 512, [], \"f570\", \"M288 256H96v64h192v-64zm89-151L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 64c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm256 304c0 4.42-3.58 8-8 8h-80c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16zm0-200v96c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-96c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16z\"]\n};\nvar faFileInvoiceDollar = {\n prefix: 'fas',\n iconName: 'file-invoice-dollar',\n icon: [384, 512, [], \"f571\", \"M377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 80v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8zm144 263.88V440c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-24.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V232c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v24.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07z\"]\n};\nvar faFileMedical = {\n prefix: 'fas',\n iconName: 'file-medical',\n icon: [384, 512, [], \"f477\", \"M377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm64 160v48c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8z\"]\n};\nvar faFileMedicalAlt = {\n prefix: 'fas',\n iconName: 'file-medical-alt',\n icon: [448, 512, [], \"f478\", \"M288 136V0H88C74.7 0 64 10.7 64 24v232H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h140.9c3 0 5.8 1.7 7.2 4.4l19.9 39.8 56.8-113.7c2.9-5.9 11.4-5.9 14.3 0l34.7 69.5H352c8.8 0 16 7.2 16 16s-7.2 16-16 16h-89.9L240 275.8l-56.8 113.7c-2.9 5.9-11.4 5.9-14.3 0L134.1 320H64v168c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H312c-13.2 0-24-10.8-24-24zm153-31L343.1 7c-4.5-4.5-10.6-7-17-7H320v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFilePdf = {\n prefix: 'fas',\n iconName: 'file-pdf',\n icon: [384, 512, [], \"f1c1\", \"M181.9 256.1c-5-16-4.9-46.9-2-46.9 8.4 0 7.6 36.9 2 46.9zm-1.7 47.2c-7.7 20.2-17.3 43.3-28.4 62.7 18.3-7 39-17.2 62.9-21.9-12.7-9.6-24.9-23.4-34.5-40.8zM86.1 428.1c0 .8 13.2-5.4 34.9-40.2-6.7 6.3-29.1 24.5-34.9 40.2zM248 160h136v328c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V24C0 10.7 10.7 0 24 0h200v136c0 13.2 10.8 24 24 24zm-8 171.8c-20-12.2-33.3-29-42.7-53.8 4.5-18.5 11.6-46.6 6.2-64.2-4.7-29.4-42.4-26.5-47.8-6.8-5 18.3-.4 44.1 8.1 77-11.6 27.6-28.7 64.6-40.8 85.8-.1 0-.1.1-.2.1-27.1 13.9-73.6 44.5-54.5 68 5.6 6.9 16 10 21.5 10 17.9 0 35.7-18 61.1-61.8 25.8-8.5 54.1-19.1 79-23.2 21.7 11.8 47.1 19.5 64 19.5 29.2 0 31.2-32 19.7-43.4-13.9-13.6-54.3-9.7-73.6-7.2zM377 105L279 7c-4.5-4.5-10.6-7-17-7h-6v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-74.1 255.3c4.1-2.7-2.5-11.9-42.8-9 37.1 15.8 42.8 9 42.8 9z\"]\n};\nvar faFilePowerpoint = {\n prefix: 'fas',\n iconName: 'file-powerpoint',\n icon: [384, 512, [], \"f1c4\", \"M193.7 271.2c8.8 0 15.5 2.7 20.3 8.1 9.6 10.9 9.8 32.7-.2 44.1-4.9 5.6-11.9 8.5-21.1 8.5h-26.9v-60.7h27.9zM377 105L279 7c-4.5-4.5-10.6-7-17-7h-6v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm53 165.2c0 90.3-88.8 77.6-111.1 77.6V436c0 6.6-5.4 12-12 12h-30.8c-6.6 0-12-5.4-12-12V236.2c0-6.6 5.4-12 12-12h81c44.5 0 72.9 32.8 72.9 77z\"]\n};\nvar faFilePrescription = {\n prefix: 'fas',\n iconName: 'file-prescription',\n icon: [384, 512, [], \"f572\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm68.53 179.48l11.31 11.31c6.25 6.25 6.25 16.38 0 22.63l-29.9 29.9L304 409.38c6.25 6.25 6.25 16.38 0 22.63l-11.31 11.31c-6.25 6.25-16.38 6.25-22.63 0L240 413.25l-30.06 30.06c-6.25 6.25-16.38 6.25-22.63 0L176 432c-6.25-6.25-6.25-16.38 0-22.63l30.06-30.06L146.74 320H128v48c0 8.84-7.16 16-16 16H96c-8.84 0-16-7.16-16-16V208c0-8.84 7.16-16 16-16h80c35.35 0 64 28.65 64 64 0 24.22-13.62 45.05-33.46 55.92L240 345.38l29.9-29.9c6.25-6.25 16.38-6.25 22.63 0zM176 272h-48v-32h48c8.82 0 16 7.18 16 16s-7.18 16-16 16zm208-150.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileSignature = {\n prefix: 'fas',\n iconName: 'file-signature',\n icon: [576, 512, [], \"f573\", \"M218.17 424.14c-2.95-5.92-8.09-6.52-10.17-6.52s-7.22.59-10.02 6.19l-7.67 15.34c-6.37 12.78-25.03 11.37-29.48-2.09L144 386.59l-10.61 31.88c-5.89 17.66-22.38 29.53-41 29.53H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h12.39c4.83 0 9.11-3.08 10.64-7.66l18.19-54.64c3.3-9.81 12.44-16.41 22.78-16.41s19.48 6.59 22.77 16.41l13.88 41.64c19.75-16.19 54.06-9.7 66 14.16 1.89 3.78 5.49 5.95 9.36 6.26v-82.12l128-127.09V160H248c-13.2 0-24-10.8-24-24V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24v-40l-128-.11c-16.12-.31-30.58-9.28-37.83-23.75zM384 121.9c0-6.3-2.5-12.4-7-16.9L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1zm-96 225.06V416h68.99l161.68-162.78-67.88-67.88L288 346.96zm280.54-179.63l-31.87-31.87c-9.94-9.94-26.07-9.94-36.01 0l-27.25 27.25 67.88 67.88 27.25-27.25c9.95-9.94 9.95-26.07 0-36.01z\"]\n};\nvar faFileUpload = {\n prefix: 'fas',\n iconName: 'file-upload',\n icon: [384, 512, [], \"f574\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm65.18 216.01H224v80c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-80H94.82c-14.28 0-21.41-17.29-11.27-27.36l96.42-95.7c6.65-6.61 17.39-6.61 24.04 0l96.42 95.7c10.15 10.07 3.03 27.36-11.25 27.36zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFileVideo = {\n prefix: 'fas',\n iconName: 'file-video',\n icon: [384, 512, [], \"f1c8\", \"M384 121.941V128H256V0h6.059c6.365 0 12.47 2.529 16.971 7.029l97.941 97.941A24.005 24.005 0 0 1 384 121.941zM224 136V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160H248c-13.2 0-24-10.8-24-24zm96 144.016v111.963c0 21.445-25.943 31.998-40.971 16.971L224 353.941V392c0 13.255-10.745 24-24 24H88c-13.255 0-24-10.745-24-24V280c0-13.255 10.745-24 24-24h112c13.255 0 24 10.745 24 24v38.059l55.029-55.013c15.011-15.01 40.971-4.491 40.971 16.97z\"]\n};\nvar faFileWord = {\n prefix: 'fas',\n iconName: 'file-word',\n icon: [384, 512, [], \"f1c2\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm57.1 120H305c7.7 0 13.4 7.1 11.7 14.7l-38 168c-1.2 5.5-6.1 9.3-11.7 9.3h-38c-5.5 0-10.3-3.8-11.6-9.1-25.8-103.5-20.8-81.2-25.6-110.5h-.5c-1.1 14.3-2.4 17.4-25.6 110.5-1.3 5.3-6.1 9.1-11.6 9.1H117c-5.6 0-10.5-3.9-11.7-9.4l-37.8-168c-1.7-7.5 4-14.6 11.7-14.6h24.5c5.7 0 10.7 4 11.8 9.7 15.6 78 20.1 109.5 21 122.2 1.6-10.2 7.3-32.7 29.4-122.7 1.3-5.4 6.1-9.1 11.7-9.1h29.1c5.6 0 10.4 3.8 11.7 9.2 24 100.4 28.8 124 29.6 129.4-.2-11.2-2.6-17.8 21.6-129.2 1-5.6 5.9-9.5 11.5-9.5zM384 121.9v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFill = {\n prefix: 'fas',\n iconName: 'fill',\n icon: [512, 512, [], \"f575\", \"M502.63 217.06L294.94 9.37C288.69 3.12 280.5 0 272.31 0s-16.38 3.12-22.62 9.37l-81.58 81.58L81.93 4.77c-6.24-6.25-16.38-6.25-22.62 0L36.69 27.38c-6.24 6.25-6.24 16.38 0 22.63l86.19 86.18-94.76 94.76c-37.49 37.49-37.49 98.26 0 135.75l117.19 117.19c18.75 18.74 43.31 28.12 67.87 28.12 24.57 0 49.13-9.37 67.88-28.12l221.57-221.57c12.49-12.5 12.49-32.76 0-45.26zm-116.22 70.97H65.93c1.36-3.84 3.57-7.98 7.43-11.83l13.15-13.15 81.61-81.61 58.61 58.6c12.49 12.49 32.75 12.49 45.24 0 12.49-12.49 12.49-32.75 0-45.24l-58.61-58.6 58.95-58.95 162.45 162.44-48.35 48.34z\"]\n};\nvar faFillDrip = {\n prefix: 'fas',\n iconName: 'fill-drip',\n icon: [576, 512, [], \"f576\", \"M512 320s-64 92.65-64 128c0 35.35 28.66 64 64 64s64-28.65 64-64-64-128-64-128zm-9.37-102.94L294.94 9.37C288.69 3.12 280.5 0 272.31 0s-16.38 3.12-22.62 9.37l-81.58 81.58L81.93 4.76c-6.25-6.25-16.38-6.25-22.62 0L36.69 27.38c-6.24 6.25-6.24 16.38 0 22.62l86.19 86.18-94.76 94.76c-37.49 37.48-37.49 98.26 0 135.75l117.19 117.19c18.74 18.74 43.31 28.12 67.87 28.12 24.57 0 49.13-9.37 67.87-28.12l221.57-221.57c12.5-12.5 12.5-32.75.01-45.25zm-116.22 70.97H65.93c1.36-3.84 3.57-7.98 7.43-11.83l13.15-13.15 81.61-81.61 58.6 58.6c12.49 12.49 32.75 12.49 45.24 0s12.49-32.75 0-45.24l-58.6-58.6 58.95-58.95 162.44 162.44-48.34 48.34z\"]\n};\nvar faFilm = {\n prefix: 'fas',\n iconName: 'film',\n icon: [512, 512, [], \"f008\", \"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"]\n};\nvar faFilter = {\n prefix: 'fas',\n iconName: 'filter',\n icon: [512, 512, [], \"f0b0\", \"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"]\n};\nvar faFingerprint = {\n prefix: 'fas',\n iconName: 'fingerprint',\n icon: [512, 512, [], \"f577\", \"M256.12 245.96c-13.25 0-24 10.74-24 24 1.14 72.25-8.14 141.9-27.7 211.55-2.73 9.72 2.15 30.49 23.12 30.49 10.48 0 20.11-6.92 23.09-17.52 13.53-47.91 31.04-125.41 29.48-224.52.01-13.25-10.73-24-23.99-24zm-.86-81.73C194 164.16 151.25 211.3 152.1 265.32c.75 47.94-3.75 95.91-13.37 142.55-2.69 12.98 5.67 25.69 18.64 28.36 13.05 2.67 25.67-5.66 28.36-18.64 10.34-50.09 15.17-101.58 14.37-153.02-.41-25.95 19.92-52.49 54.45-52.34 31.31.47 57.15 25.34 57.62 55.47.77 48.05-2.81 96.33-10.61 143.55-2.17 13.06 6.69 25.42 19.76 27.58 19.97 3.33 26.81-15.1 27.58-19.77 8.28-50.03 12.06-101.21 11.27-152.11-.88-55.8-47.94-101.88-104.91-102.72zm-110.69-19.78c-10.3-8.34-25.37-6.8-33.76 3.48-25.62 31.5-39.39 71.28-38.75 112 .59 37.58-2.47 75.27-9.11 112.05-2.34 13.05 6.31 25.53 19.36 27.89 20.11 3.5 27.07-14.81 27.89-19.36 7.19-39.84 10.5-80.66 9.86-121.33-.47-29.88 9.2-57.88 28-80.97 8.35-10.28 6.79-25.39-3.49-33.76zm109.47-62.33c-15.41-.41-30.87 1.44-45.78 4.97-12.89 3.06-20.87 15.98-17.83 28.89 3.06 12.89 16 20.83 28.89 17.83 11.05-2.61 22.47-3.77 34-3.69 75.43 1.13 137.73 61.5 138.88 134.58.59 37.88-1.28 76.11-5.58 113.63-1.5 13.17 7.95 25.08 21.11 26.58 16.72 1.95 25.51-11.88 26.58-21.11a929.06 929.06 0 0 0 5.89-119.85c-1.56-98.75-85.07-180.33-186.16-181.83zm252.07 121.45c-2.86-12.92-15.51-21.2-28.61-18.27-12.94 2.86-21.12 15.66-18.26 28.61 4.71 21.41 4.91 37.41 4.7 61.6-.11 13.27 10.55 24.09 23.8 24.2h.2c13.17 0 23.89-10.61 24-23.8.18-22.18.4-44.11-5.83-72.34zm-40.12-90.72C417.29 43.46 337.6 1.29 252.81.02 183.02-.82 118.47 24.91 70.46 72.94 24.09 119.37-.9 181.04.14 246.65l-.12 21.47c-.39 13.25 10.03 24.31 23.28 24.69.23.02.48.02.72.02 12.92 0 23.59-10.3 23.97-23.3l.16-23.64c-.83-52.5 19.16-101.86 56.28-139 38.76-38.8 91.34-59.67 147.68-58.86 69.45 1.03 134.73 35.56 174.62 92.39 7.61 10.86 22.56 13.45 33.42 5.86 10.84-7.62 13.46-22.59 5.84-33.43z\"]\n};\nvar faFire = {\n prefix: 'fas',\n iconName: 'fire',\n icon: [384, 512, [], \"f06d\", \"M216 23.86c0-23.8-30.65-32.77-44.15-13.04C48 191.85 224 200 224 288c0 35.63-29.11 64.46-64.85 63.99-35.17-.45-63.15-29.77-63.15-64.94v-85.51c0-21.7-26.47-32.23-41.43-16.5C27.8 213.16 0 261.33 0 320c0 105.87 86.13 192 192 192s192-86.13 192-192c0-170.29-168-193-168-296.14z\"]\n};\nvar faFireAlt = {\n prefix: 'fas',\n iconName: 'fire-alt',\n icon: [448, 512, [], \"f7e4\", \"M323.56 51.2c-20.8 19.3-39.58 39.59-56.22 59.97C240.08 73.62 206.28 35.53 168 0 69.74 91.17 0 209.96 0 281.6 0 408.85 100.29 512 224 512s224-103.15 224-230.4c0-53.27-51.98-163.14-124.44-230.4zm-19.47 340.65C282.43 407.01 255.72 416 226.86 416 154.71 416 96 368.26 96 290.75c0-38.61 24.31-72.63 72.79-130.75 6.93 7.98 98.83 125.34 98.83 125.34l58.63-66.88c4.14 6.85 7.91 13.55 11.27 19.97 27.35 52.19 15.81 118.97-33.43 153.42z\"]\n};\nvar faFireExtinguisher = {\n prefix: 'fas',\n iconName: 'fire-extinguisher',\n icon: [448, 512, [], \"f134\", \"M434.027 26.329l-168 28C254.693 56.218 256 67.8 256 72h-58.332C208.353 36.108 181.446 0 144 0c-39.435 0-66.368 39.676-52.228 76.203-52.039 13.051-75.381 54.213-90.049 90.884-4.923 12.307 1.063 26.274 13.37 31.197 12.317 4.926 26.279-1.075 31.196-13.37C75.058 112.99 106.964 120 168 120v27.076c-41.543 10.862-72 49.235-72 94.129V488c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24V240c0-44.731-30.596-82.312-72-92.97V120h40c0 2.974-1.703 15.716 10.027 17.671l168 28C441.342 166.89 448 161.25 448 153.834V38.166c0-7.416-6.658-13.056-13.973-11.837zM144 72c-8.822 0-16-7.178-16-16s7.178-16 16-16 16 7.178 16 16-7.178 16-16 16z\"]\n};\nvar faFirstAid = {\n prefix: 'fas',\n iconName: 'first-aid',\n icon: [576, 512, [], \"f479\", \"M0 80v352c0 26.5 21.5 48 48 48h48V32H48C21.5 32 0 53.5 0 80zm128 400h320V32H128v448zm64-248c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48zM528 32h-48v448h48c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"]\n};\nvar faFish = {\n prefix: 'fas',\n iconName: 'fish',\n icon: [576, 512, [], \"f578\", \"M327.1 96c-89.97 0-168.54 54.77-212.27 101.63L27.5 131.58c-12.13-9.18-30.24.6-27.14 14.66L24.54 256 .35 365.77c-3.1 14.06 15.01 23.83 27.14 14.66l87.33-66.05C158.55 361.23 237.13 416 327.1 416 464.56 416 576 288 576 256S464.56 96 327.1 96zm87.43 184c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24 13.26 0 24 10.74 24 24 0 13.25-10.75 24-24 24z\"]\n};\nvar faFistRaised = {\n prefix: 'fas',\n iconName: 'fist-raised',\n icon: [384, 512, [], \"f6de\", \"M255.98 160V16c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v146.93c5.02-1.78 10.34-2.93 15.97-2.93h48.03zm128 95.99c-.01-35.34-28.66-63.99-63.99-63.99H207.85c-8.78 0-15.9 7.07-15.9 15.85v.56c0 26.27 21.3 47.59 47.57 47.59h35.26c9.68 0 13.2 3.58 13.2 8v16.2c0 4.29-3.59 7.78-7.88 8-44.52 2.28-64.16 24.71-96.05 72.55l-6.31 9.47a7.994 7.994 0 0 1-11.09 2.22l-13.31-8.88a7.994 7.994 0 0 1-2.22-11.09l6.31-9.47c15.73-23.6 30.2-43.26 47.31-58.08-17.27-5.51-31.4-18.12-38.87-34.45-6.59 3.41-13.96 5.52-21.87 5.52h-32c-12.34 0-23.49-4.81-32-12.48C71.48 251.19 60.33 256 48 256H16c-5.64 0-10.97-1.15-16-2.95v77.93c0 33.95 13.48 66.5 37.49 90.51L63.99 448v64h255.98v-63.96l35.91-35.92A96.035 96.035 0 0 0 384 344.21l-.02-88.22zm-32.01-90.09V48c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v112h32c11.28 0 21.94 2.31 32 5.9zM16 224h32c8.84 0 16-7.16 16-16V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v128c0 8.84 7.16 16 16 16zm95.99 0h32c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v160c0 8.84 7.16 16 16 16z\"]\n};\nvar faFlag = {\n prefix: 'fas',\n iconName: 'flag',\n icon: [512, 512, [], \"f024\", \"M349.565 98.783C295.978 98.783 251.721 64 184.348 64c-24.955 0-47.309 4.384-68.045 12.013a55.947 55.947 0 0 0 3.586-23.562C118.117 24.015 94.806 1.206 66.338.048 34.345-1.254 8 24.296 8 56c0 19.026 9.497 35.825 24 45.945V488c0 13.255 10.745 24 24 24h16c13.255 0 24-10.745 24-24v-94.4c28.311-12.064 63.582-22.122 114.435-22.122 53.588 0 97.844 34.783 165.217 34.783 48.169 0 86.667-16.294 122.505-40.858C506.84 359.452 512 349.571 512 339.045v-243.1c0-23.393-24.269-38.87-45.485-29.016-34.338 15.948-76.454 31.854-116.95 31.854z\"]\n};\nvar faFlagCheckered = {\n prefix: 'fas',\n iconName: 'flag-checkered',\n icon: [512, 512, [], \"f11e\", \"M243.2 189.9V258c26.1 5.9 49.3 15.6 73.6 22.3v-68.2c-26-5.8-49.4-15.5-73.6-22.2zm223.3-123c-34.3 15.9-76.5 31.9-117 31.9C296 98.8 251.7 64 184.3 64c-25 0-47.3 4.4-68 12 2.8-7.3 4.1-15.2 3.6-23.6C118.1 24 94.8 1.2 66.3 0 34.3-1.3 8 24.3 8 56c0 19 9.5 35.8 24 45.9V488c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24v-94.4c28.3-12.1 63.6-22.1 114.4-22.1 53.6 0 97.8 34.8 165.2 34.8 48.2 0 86.7-16.3 122.5-40.9 8.7-6 13.8-15.8 13.8-26.4V95.9c.1-23.3-24.2-38.8-45.4-29zM169.6 325.5c-25.8 2.7-50 8.2-73.6 16.6v-70.5c26.2-9.3 47.5-15 73.6-17.4zM464 191c-23.6 9.8-46.3 19.5-73.6 23.9V286c24.8-3.4 51.4-11.8 73.6-26v70.5c-25.1 16.1-48.5 24.7-73.6 27.1V286c-27 3.7-47.9 1.5-73.6-5.6v67.4c-23.9-7.4-47.3-16.7-73.6-21.3V258c-19.7-4.4-40.8-6.8-73.6-3.8v-70c-22.4 3.1-44.6 10.2-73.6 20.9v-70.5c33.2-12.2 50.1-19.8 73.6-22v71.6c27-3.7 48.4-1.3 73.6 5.7v-67.4c23.7 7.4 47.2 16.7 73.6 21.3v68.4c23.7 5.3 47.6 6.9 73.6 2.7V143c27-4.8 52.3-13.6 73.6-22.5z\"]\n};\nvar faFlagUsa = {\n prefix: 'fas',\n iconName: 'flag-usa',\n icon: [512, 512, [], \"f74d\", \"M32 0C14.3 0 0 14.3 0 32v464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V32C64 14.3 49.7 0 32 0zm267.9 303.6c-57.2-15.1-111.7-28.8-203.9 11.1V384c185.7-92.2 221.7 53.3 397.5-23.1 11.4-5 18.5-16.5 18.5-28.8v-36c-43.6 17.3-80.2 24.1-112.1 24.1-37.4-.1-68.9-8.4-100-16.6zm0-96c-57.2-15.1-111.7-28.8-203.9 11.1v61.5c94.8-37.6 154.6-22.7 212.1-7.6 57.2 15.1 111.7 28.8 203.9-11.1V200c-43.6 17.3-80.2 24.1-112.1 24.1-37.4 0-68.9-8.3-100-16.5zm9.5-125.9c51.8 15.6 97.4 29 202.6-20.1V30.8c0-25.1-26.8-38.1-49.4-26.6C291.3 91.5 305.4-62.2 96 32.4v151.9c94.8-37.5 154.6-22.7 212.1-7.6 57.2 15 111.7 28.7 203.9-11.1V96.7c-53.6 23.5-93.3 31.4-126.1 31.4s-59-7.8-85.7-15.9c-4-1.2-8.1-2.4-12.1-3.5V75.5c7.2 2 14.3 4.1 21.3 6.2zM160 128.1c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16-7.2 16-16 16zm0-55.8c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16c0 8.8-7.2 16-16 16zm64 47.9c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16c0 8.8-7.2 16-16 16zm0-55.9c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16c0 8.8-7.2 16-16 16z\"]\n};\nvar faFlask = {\n prefix: 'fas',\n iconName: 'flask',\n icon: [448, 512, [], \"f0c3\", \"M437.2 403.5L320 215V64h8c13.3 0 24-10.7 24-24V24c0-13.3-10.7-24-24-24H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h8v151L10.8 403.5C-18.5 450.6 15.3 512 70.9 512h306.2c55.7 0 89.4-61.5 60.1-108.5zM137.9 320l48.2-77.6c3.7-5.2 5.8-11.6 5.8-18.4V64h64v160c0 6.9 2.2 13.2 5.8 18.4l48.2 77.6h-172z\"]\n};\nvar faFlushed = {\n prefix: 'fas',\n iconName: 'flushed',\n icon: [496, 512, [], \"f579\", \"M344 200c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm-192 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM80 224c0-39.8 32.2-72 72-72s72 32.2 72 72-32.2 72-72 72-72-32.2-72-72zm232 176H184c-21.2 0-21.2-32 0-32h128c21.2 0 21.2 32 0 32zm32-104c-39.8 0-72-32.2-72-72s32.2-72 72-72 72 32.2 72 72-32.2 72-72 72z\"]\n};\nvar faFolder = {\n prefix: 'fas',\n iconName: 'folder',\n icon: [512, 512, [], \"f07b\", \"M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48z\"]\n};\nvar faFolderMinus = {\n prefix: 'fas',\n iconName: 'folder-minus',\n icon: [512, 512, [], \"f65d\", \"M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48zm-96 168c0 8.84-7.16 16-16 16H160c-8.84 0-16-7.16-16-16v-16c0-8.84 7.16-16 16-16h192c8.84 0 16 7.16 16 16v16z\"]\n};\nvar faFolderOpen = {\n prefix: 'fas',\n iconName: 'folder-open',\n icon: [576, 512, [], \"f07c\", \"M572.694 292.093L500.27 416.248A63.997 63.997 0 0 1 444.989 448H45.025c-18.523 0-30.064-20.093-20.731-36.093l72.424-124.155A64 64 0 0 1 152 256h399.964c18.523 0 30.064 20.093 20.73 36.093zM152 224h328v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v278.046l69.077-118.418C86.214 242.25 117.989 224 152 224z\"]\n};\nvar faFolderPlus = {\n prefix: 'fas',\n iconName: 'folder-plus',\n icon: [512, 512, [], \"f65e\", \"M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48zm-96 168c0 8.84-7.16 16-16 16h-72v72c0 8.84-7.16 16-16 16h-16c-8.84 0-16-7.16-16-16v-72h-72c-8.84 0-16-7.16-16-16v-16c0-8.84 7.16-16 16-16h72v-72c0-8.84 7.16-16 16-16h16c8.84 0 16 7.16 16 16v72h72c8.84 0 16 7.16 16 16v16z\"]\n};\nvar faFont = {\n prefix: 'fas',\n iconName: 'font',\n icon: [448, 512, [], \"f031\", \"M432 416h-23.41L277.88 53.69A32 32 0 0 0 247.58 32h-47.16a32 32 0 0 0-30.3 21.69L39.41 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-19.58l23.3-64h152.56l23.3 64H304a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM176.85 272L224 142.51 271.15 272z\"]\n};\nvar faFontAwesomeLogoFull = {\n prefix: 'fas',\n iconName: 'font-awesome-logo-full',\n icon: [3992, 512, [\"Font Awesome\"], \"f4e6\", \"M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z\"]\n};\nvar faFootballBall = {\n prefix: 'fas',\n iconName: 'football-ball',\n icon: [496, 512, [], \"f44e\", \"M481.5 60.3c-4.8-18.2-19.1-32.5-37.3-37.4C420.3 16.5 383 8.9 339.4 8L496 164.8c-.8-43.5-8.2-80.6-14.5-104.5zm-467 391.4c4.8 18.2 19.1 32.5 37.3 37.4 23.9 6.4 61.2 14 104.8 14.9L0 347.2c.8 43.5 8.2 80.6 14.5 104.5zM4.2 283.4L220.4 500c132.5-19.4 248.8-118.7 271.5-271.4L275.6 12C143.1 31.4 26.8 130.7 4.2 283.4zm317.3-123.6c3.1-3.1 8.2-3.1 11.3 0l11.3 11.3c3.1 3.1 3.1 8.2 0 11.3l-28.3 28.3 28.3 28.3c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-28.3-28.3-22.6 22.7 28.3 28.3c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0L248 278.6l-22.6 22.6 28.3 28.3c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-28.3-28.3-28.3 28.3c-3.1 3.1-8.2 3.1-11.3 0l-11.3-11.3c-3.1-3.1-3.1-8.2 0-11.3l28.3-28.3-28.3-28.2c-3.1-3.1-3.1-8.2 0-11.3l11.3-11.3c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3 22.6-22.6-28.3-28.3c-3.1-3.1-3.1-8.2 0-11.3l11.3-11.3c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3 22.6-22.6-28.3-28.3c-3.1-3.1-3.1-8.2 0-11.3l11.3-11.3c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3 28.3-28.5z\"]\n};\nvar faForward = {\n prefix: 'fas',\n iconName: 'forward',\n icon: [512, 512, [], \"f04e\", \"M500.5 231.4l-192-160C287.9 54.3 256 68.6 256 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160c15.3-12.8 15.3-36.4 0-49.2zm-256 0l-192-160C31.9 54.3 0 68.6 0 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160c15.3-12.8 15.3-36.4 0-49.2z\"]\n};\nvar faFrog = {\n prefix: 'fas',\n iconName: 'frog',\n icon: [576, 512, [], \"f52e\", \"M446.53 97.43C439.67 60.23 407.19 32 368 32c-39.23 0-71.72 28.29-78.54 65.54C126.75 112.96-.5 250.12 0 416.98.11 451.9 29.08 480 64 480h304c8.84 0 16-7.16 16-16 0-17.67-14.33-32-32-32h-79.49l35.8-48.33c24.14-36.23 10.35-88.28-33.71-106.6-23.89-9.93-51.55-4.65-72.24 10.88l-32.76 24.59c-7.06 5.31-17.09 3.91-22.41-3.19-5.3-7.08-3.88-17.11 3.19-22.41l34.78-26.09c36.84-27.66 88.28-27.62 125.13 0 10.87 8.15 45.87 39.06 40.8 93.21L469.62 480H560c8.84 0 16-7.16 16-16 0-17.67-14.33-32-32-32h-53.63l-98.52-104.68 154.44-86.65A58.16 58.16 0 0 0 576 189.94c0-21.4-11.72-40.95-30.48-51.23-40.56-22.22-98.99-41.28-98.99-41.28zM368 136c-13.26 0-24-10.75-24-24 0-13.26 10.74-24 24-24 13.25 0 24 10.74 24 24 0 13.25-10.75 24-24 24z\"]\n};\nvar faFrown = {\n prefix: 'fas',\n iconName: 'frown',\n icon: [496, 512, [], \"f119\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm170.2 218.2C315.8 367.4 282.9 352 248 352s-67.8 15.4-90.2 42.2c-13.5 16.3-38.1-4.2-24.6-20.5C161.7 339.6 203.6 320 248 320s86.3 19.6 114.7 53.8c13.6 16.2-11 36.7-24.5 20.4z\"]\n};\nvar faFrownOpen = {\n prefix: 'fas',\n iconName: 'frown-open',\n icon: [496, 512, [], \"f57a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 208c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm187.3 183.3c-31.2-9.6-59.4-15.3-75.3-15.3s-44.1 5.7-75.3 15.3c-11.5 3.5-22.5-6.3-20.5-18.1 7-40 60.1-61.2 95.8-61.2s88.8 21.3 95.8 61.2c2 11.9-9.1 21.6-20.5 18.1zM328 240c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faFunnelDollar = {\n prefix: 'fas',\n iconName: 'funnel-dollar',\n icon: [640, 512, [], \"f662\", \"M433.46 165.94l101.2-111.87C554.61 34.12 540.48 0 512.26 0H31.74C3.52 0-10.61 34.12 9.34 54.07L192 256v155.92c0 12.59 5.93 24.44 16 32l79.99 60c20.86 15.64 48.47 6.97 59.22-13.57C310.8 455.38 288 406.35 288 352c0-89.79 62.05-165.17 145.46-186.06zM480 192c-88.37 0-160 71.63-160 160s71.63 160 160 160 160-71.63 160-160-71.63-160-160-160zm16 239.88V448c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V256c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.04 44.44-42.67 45.07z\"]\n};\nvar faFutbol = {\n prefix: 'fas',\n iconName: 'futbol',\n icon: [512, 512, [], \"f1e3\", \"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zm-48 0l-.003-.282-26.064 22.741-62.679-58.5 16.454-84.355 34.303 3.072c-24.889-34.216-60.004-60.089-100.709-73.141l13.651 31.939L256 139l-74.953-41.525 13.651-31.939c-40.631 13.028-75.78 38.87-100.709 73.141l34.565-3.073 16.192 84.355-62.678 58.5-26.064-22.741-.003.282c0 43.015 13.497 83.952 38.472 117.991l7.704-33.897 85.138 10.447 36.301 77.826-29.902 17.786c40.202 13.122 84.29 13.148 124.572 0l-29.902-17.786 36.301-77.826 85.138-10.447 7.704 33.897C442.503 339.952 456 299.015 456 256zm-248.102 69.571l-29.894-91.312L256 177.732l77.996 56.527-29.622 91.312h-96.476z\"]\n};\nvar faGamepad = {\n prefix: 'fas',\n iconName: 'gamepad',\n icon: [640, 512, [], \"f11b\", \"M480.07 96H160a160 160 0 1 0 114.24 272h91.52A160 160 0 1 0 480.07 96zM248 268a12 12 0 0 1-12 12h-52v52a12 12 0 0 1-12 12h-24a12 12 0 0 1-12-12v-52H84a12 12 0 0 1-12-12v-24a12 12 0 0 1 12-12h52v-52a12 12 0 0 1 12-12h24a12 12 0 0 1 12 12v52h52a12 12 0 0 1 12 12zm216 76a40 40 0 1 1 40-40 40 40 0 0 1-40 40zm64-96a40 40 0 1 1 40-40 40 40 0 0 1-40 40z\"]\n};\nvar faGasPump = {\n prefix: 'fas',\n iconName: 'gas-pump',\n icon: [512, 512, [], \"f52f\", \"M336 448H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm157.2-340.7l-81-81c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-6.2 6.2-6.2 16.4 0 22.6L416 97.9V160c0 28.1 20.9 51.3 48 55.2V376c0 13.2-10.8 24-24 24s-24-10.8-24-24v-32c0-48.6-39.4-88-88-88h-8V64c0-35.3-28.7-64-64-64H96C60.7 0 32 28.7 32 64v352h288V304h8c22.1 0 40 17.9 40 40v27.8c0 37.7 27 72 64.5 75.9 43 4.3 79.5-29.5 79.5-71.7V152.6c0-17-6.8-33.3-18.8-45.3zM256 192H96V64h160v128z\"]\n};\nvar faGavel = {\n prefix: 'fas',\n iconName: 'gavel',\n icon: [512, 512, [], \"f0e3\", \"M504.971 199.362l-22.627-22.627c-9.373-9.373-24.569-9.373-33.941 0l-5.657 5.657L329.608 69.255l5.657-5.657c9.373-9.373 9.373-24.569 0-33.941L312.638 7.029c-9.373-9.373-24.569-9.373-33.941 0L154.246 131.48c-9.373 9.373-9.373 24.569 0 33.941l22.627 22.627c9.373 9.373 24.569 9.373 33.941 0l5.657-5.657 39.598 39.598-81.04 81.04-5.657-5.657c-12.497-12.497-32.758-12.497-45.255 0L9.373 412.118c-12.497 12.497-12.497 32.758 0 45.255l45.255 45.255c12.497 12.497 32.758 12.497 45.255 0l114.745-114.745c12.497-12.497 12.497-32.758 0-45.255l-5.657-5.657 81.04-81.04 39.598 39.598-5.657 5.657c-9.373 9.373-9.373 24.569 0 33.941l22.627 22.627c9.373 9.373 24.569 9.373 33.941 0l124.451-124.451c9.372-9.372 9.372-24.568 0-33.941z\"]\n};\nvar faGem = {\n prefix: 'fas',\n iconName: 'gem',\n icon: [576, 512, [], \"f3a5\", \"M485.5 0L576 160H474.9L405.7 0h79.8zm-128 0l69.2 160H149.3L218.5 0h139zm-267 0h79.8l-69.2 160H0L90.5 0zM0 192h100.7l123 251.7c1.5 3.1-2.7 5.9-5 3.3L0 192zm148.2 0h279.6l-137 318.2c-1 2.4-4.5 2.4-5.5 0L148.2 192zm204.1 251.7l123-251.7H576L357.3 446.9c-2.3 2.7-6.5-.1-5-3.2z\"]\n};\nvar faGenderless = {\n prefix: 'fas',\n iconName: 'genderless',\n icon: [288, 512, [], \"f22d\", \"M144 176c44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80 35.9-80 80-80m0-64C64.5 112 0 176.5 0 256s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144z\"]\n};\nvar faGhost = {\n prefix: 'fas',\n iconName: 'ghost',\n icon: [384, 512, [], \"f6e2\", \"M186.1.09C81.01 3.24 0 94.92 0 200.05v263.92c0 14.26 17.23 21.39 27.31 11.31l24.92-18.53c6.66-4.95 16-3.99 21.51 2.21l42.95 48.35c6.25 6.25 16.38 6.25 22.63 0l40.72-45.85c6.37-7.17 17.56-7.17 23.92 0l40.72 45.85c6.25 6.25 16.38 6.25 22.63 0l42.95-48.35c5.51-6.2 14.85-7.17 21.51-2.21l24.92 18.53c10.08 10.08 27.31 2.94 27.31-11.31V192C384 84 294.83-3.17 186.1.09zM128 224c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm128 0c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faGift = {\n prefix: 'fas',\n iconName: 'gift',\n icon: [512, 512, [], \"f06b\", \"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"]\n};\nvar faGifts = {\n prefix: 'fas',\n iconName: 'gifts',\n icon: [640, 512, [], \"f79c\", \"M240.6 194.1c1.9-30.8 17.3-61.2 44-79.8C279.4 103.5 268.7 96 256 96h-29.4l30.7-22c7.2-5.1 8.9-15.1 3.7-22.3l-9.3-13c-5.1-7.2-15.1-8.9-22.3-3.7l-32 22.9 11.5-30.6c3.1-8.3-1.1-17.5-9.4-20.6l-15-5.6c-8.3-3.1-17.5 1.1-20.6 9.4l-19.9 53-19.9-53.1C121 2.1 111.8-2.1 103.5 1l-15 5.6C80.2 9.7 76 19 79.2 27.2l11.5 30.6L58.6 35c-7.2-5.1-17.2-3.5-22.3 3.7l-9.3 13c-5.1 7.2-3.5 17.2 3.7 22.3l30.7 22H32c-17.7 0-32 14.3-32 32v352c0 17.7 14.3 32 32 32h168.9c-5.5-9.5-8.9-20.3-8.9-32V256c0-29.9 20.8-55 48.6-61.9zM224 480c0 17.7 14.3 32 32 32h160V384H224v96zm224 32h160c17.7 0 32-14.3 32-32v-96H448v128zm160-288h-20.4c2.6-7.6 4.4-15.5 4.4-23.8 0-35.5-27-72.2-72.1-72.2-48.1 0-75.9 47.7-87.9 75.3-12.1-27.6-39.9-75.3-87.9-75.3-45.1 0-72.1 36.7-72.1 72.2 0 8.3 1.7 16.2 4.4 23.8H256c-17.7 0-32 14.3-32 32v96h192V224h15.3l.7-.2.7.2H448v128h192v-96c0-17.7-14.3-32-32-32zm-272 0c-2.7-1.4-5.1-3-7.2-4.8-7.3-6.4-8.8-13.8-8.8-19 0-9.7 6.4-24.2 24.1-24.2 18.7 0 35.6 27.4 44.5 48H336zm199.2-4.8c-2.1 1.8-4.5 3.4-7.2 4.8h-52.6c8.8-20.3 25.8-48 44.5-48 17.7 0 24.1 14.5 24.1 24.2 0 5.2-1.5 12.6-8.8 19z\"]\n};\nvar faGlassCheers = {\n prefix: 'fas',\n iconName: 'glass-cheers',\n icon: [640, 512, [], \"f79f\", \"M639.4 433.6c-8.4-20.4-31.8-30.1-52.2-21.6l-22.1 9.2-38.7-101.9c47.9-35 64.8-100.3 34.5-152.8L474.3 16c-8-13.9-25.1-19.7-40-13.6L320 49.8 205.7 2.4c-14.9-6.2-32-.3-40 13.6L79.1 166.5C48.9 219 65.7 284.3 113.6 319.2L74.9 421.1l-22.1-9.2c-20.4-8.5-43.7 1.2-52.2 21.6-1.7 4.1.2 8.8 4.3 10.5l162.3 67.4c4.1 1.7 8.7-.2 10.4-4.3 8.4-20.4-1.2-43.8-21.6-52.3l-22.1-9.2L173.3 342c4.4.5 8.8 1.3 13.1 1.3 51.7 0 99.4-33.1 113.4-85.3l20.2-75.4 20.2 75.4c14 52.2 61.7 85.3 113.4 85.3 4.3 0 8.7-.8 13.1-1.3L506 445.6l-22.1 9.2c-20.4 8.5-30.1 31.9-21.6 52.3 1.7 4.1 6.4 6 10.4 4.3L635.1 444c4-1.7 6-6.3 4.3-10.4zM275.9 162.1l-112.1-46.5 36.5-63.4 94.5 39.2-18.9 70.7zm88.2 0l-18.9-70.7 94.5-39.2 36.5 63.4-112.1 46.5z\"]\n};\nvar faGlassMartini = {\n prefix: 'fas',\n iconName: 'glass-martini',\n icon: [512, 512, [], \"f000\", \"M502.05 57.6C523.3 36.34 508.25 0 478.2 0H33.8C3.75 0-11.3 36.34 9.95 57.6L224 271.64V464h-56c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h240c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40h-56V271.64L502.05 57.6z\"]\n};\nvar faGlassMartiniAlt = {\n prefix: 'fas',\n iconName: 'glass-martini-alt',\n icon: [512, 512, [], \"f57b\", \"M502.05 57.6C523.3 36.34 508.25 0 478.2 0H33.8C3.75 0-11.3 36.34 9.95 57.6L224 271.64V464h-56c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h240c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40h-56V271.64L502.05 57.6zM443.77 48l-48 48H116.24l-48-48h375.53z\"]\n};\nvar faGlassWhiskey = {\n prefix: 'fas',\n iconName: 'glass-whiskey',\n icon: [512, 512, [], \"f7a0\", \"M480 32H32C12.5 32-2.4 49.2.3 68.5l56 356.5c4.5 31.5 31.5 54.9 63.4 54.9h273c31.8 0 58.9-23.4 63.4-54.9l55.6-356.5C514.4 49.2 499.5 32 480 32zm-37.4 64l-30 192h-313L69.4 96h373.2z\"]\n};\nvar faGlasses = {\n prefix: 'fas',\n iconName: 'glasses',\n icon: [576, 512, [], \"f530\", \"M574.1 280.37L528.75 98.66c-5.91-23.7-21.59-44.05-43-55.81-21.44-11.73-46.97-14.11-70.19-6.33l-15.25 5.08c-8.39 2.79-12.92 11.86-10.12 20.24l5.06 15.18c2.79 8.38 11.85 12.91 20.23 10.12l13.18-4.39c10.87-3.62 23-3.57 33.16 1.73 10.29 5.37 17.57 14.56 20.37 25.82l38.46 153.82c-22.19-6.81-49.79-12.46-81.2-12.46-34.77 0-73.98 7.02-114.85 26.74h-73.18c-40.87-19.74-80.08-26.75-114.86-26.75-31.42 0-59.02 5.65-81.21 12.46l38.46-153.83c2.79-11.25 10.09-20.45 20.38-25.81 10.16-5.3 22.28-5.35 33.15-1.73l13.17 4.39c8.38 2.79 17.44-1.74 20.23-10.12l5.06-15.18c2.8-8.38-1.73-17.45-10.12-20.24l-15.25-5.08c-23.22-7.78-48.75-5.41-70.19 6.33-21.41 11.77-37.09 32.11-43 55.8L1.9 280.37A64.218 64.218 0 0 0 0 295.86v70.25C0 429.01 51.58 480 115.2 480h37.12c60.28 0 110.37-45.94 114.88-105.37l2.93-38.63h35.75l2.93 38.63C313.31 434.06 363.4 480 423.68 480h37.12c63.62 0 115.2-50.99 115.2-113.88v-70.25c0-5.23-.64-10.43-1.9-15.5zm-370.72 89.42c-1.97 25.91-24.4 46.21-51.06 46.21H115.2C86.97 416 64 393.62 64 366.11v-37.54c18.12-6.49 43.42-12.92 72.58-12.92 23.86 0 47.26 4.33 69.93 12.92l-3.13 41.22zM512 366.12c0 27.51-22.97 49.88-51.2 49.88h-37.12c-26.67 0-49.1-20.3-51.06-46.21l-3.13-41.22c22.67-8.59 46.08-12.92 69.95-12.92 29.12 0 54.43 6.44 72.55 12.93v37.54z\"]\n};\nvar faGlobe = {\n prefix: 'fas',\n iconName: 'globe',\n icon: [496, 512, [], \"f0ac\", \"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"]\n};\nvar faGlobeAfrica = {\n prefix: 'fas',\n iconName: 'globe-africa',\n icon: [496, 512, [], \"f57c\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm160 215.5v6.93c0 5.87-3.32 11.24-8.57 13.86l-15.39 7.7a15.485 15.485 0 0 1-15.53-.97l-18.21-12.14a15.52 15.52 0 0 0-13.5-1.81l-2.65.88c-9.7 3.23-13.66 14.79-7.99 23.3l13.24 19.86c2.87 4.31 7.71 6.9 12.89 6.9h8.21c8.56 0 15.5 6.94 15.5 15.5v11.34c0 3.35-1.09 6.62-3.1 9.3l-18.74 24.98c-1.42 1.9-2.39 4.1-2.83 6.43l-4.3 22.83c-.62 3.29-2.29 6.29-4.76 8.56a159.608 159.608 0 0 0-25 29.16l-13.03 19.55a27.756 27.756 0 0 1-23.09 12.36c-10.51 0-20.12-5.94-24.82-15.34a78.902 78.902 0 0 1-8.33-35.29V367.5c0-8.56-6.94-15.5-15.5-15.5h-25.88c-14.49 0-28.38-5.76-38.63-16a54.659 54.659 0 0 1-16-38.63v-14.06c0-17.19 8.1-33.38 21.85-43.7l27.58-20.69a54.663 54.663 0 0 1 32.78-10.93h.89c8.48 0 16.85 1.97 24.43 5.77l14.72 7.36c3.68 1.84 7.93 2.14 11.83.84l47.31-15.77c6.33-2.11 10.6-8.03 10.6-14.7 0-8.56-6.94-15.5-15.5-15.5h-10.09c-4.11 0-8.05-1.63-10.96-4.54l-6.92-6.92a15.493 15.493 0 0 0-10.96-4.54H199.5c-8.56 0-15.5-6.94-15.5-15.5v-4.4c0-7.11 4.84-13.31 11.74-15.04l14.45-3.61c3.74-.94 7-3.23 9.14-6.44l8.08-12.11c2.87-4.31 7.71-6.9 12.89-6.9h24.21c8.56 0 15.5-6.94 15.5-15.5v-21.7C359.23 71.63 422.86 131.02 441.93 208H423.5c-8.56 0-15.5 6.94-15.5 15.5z\"]\n};\nvar faGlobeAmericas = {\n prefix: 'fas',\n iconName: 'globe-americas',\n icon: [496, 512, [], \"f57d\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm82.29 357.6c-3.9 3.88-7.99 7.95-11.31 11.28-2.99 3-5.1 6.7-6.17 10.71-1.51 5.66-2.73 11.38-4.77 16.87l-17.39 46.85c-13.76 3-28 4.69-42.65 4.69v-27.38c1.69-12.62-7.64-36.26-22.63-51.25-6-6-9.37-14.14-9.37-22.63v-32.01c0-11.64-6.27-22.34-16.46-27.97-14.37-7.95-34.81-19.06-48.81-26.11-11.48-5.78-22.1-13.14-31.65-21.75l-.8-.72a114.792 114.792 0 0 1-18.06-20.74c-9.38-13.77-24.66-36.42-34.59-51.14 20.47-45.5 57.36-82.04 103.2-101.89l24.01 12.01C203.48 89.74 216 82.01 216 70.11v-11.3c7.99-1.29 16.12-2.11 24.39-2.42l28.3 28.3c6.25 6.25 6.25 16.38 0 22.63L264 112l-10.34 10.34c-3.12 3.12-3.12 8.19 0 11.31l4.69 4.69c3.12 3.12 3.12 8.19 0 11.31l-8 8a8.008 8.008 0 0 1-5.66 2.34h-8.99c-2.08 0-4.08.81-5.58 2.27l-9.92 9.65a8.008 8.008 0 0 0-1.58 9.31l15.59 31.19c2.66 5.32-1.21 11.58-7.15 11.58h-5.64c-1.93 0-3.79-.7-5.24-1.96l-9.28-8.06a16.017 16.017 0 0 0-15.55-3.1l-31.17 10.39a11.95 11.95 0 0 0-8.17 11.34c0 4.53 2.56 8.66 6.61 10.69l11.08 5.54c9.41 4.71 19.79 7.16 30.31 7.16s22.59 27.29 32 32h66.75c8.49 0 16.62 3.37 22.63 9.37l13.69 13.69a30.503 30.503 0 0 1 8.93 21.57 46.536 46.536 0 0 1-13.72 32.98zM417 274.25c-5.79-1.45-10.84-5-14.15-9.97l-17.98-26.97a23.97 23.97 0 0 1 0-26.62l19.59-29.38c2.32-3.47 5.5-6.29 9.24-8.15l12.98-6.49C440.2 193.59 448 223.87 448 256c0 8.67-.74 17.16-1.82 25.54L417 274.25z\"]\n};\nvar faGlobeAsia = {\n prefix: 'fas',\n iconName: 'globe-asia',\n icon: [496, 512, [], \"f57e\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm-11.34 240.23c-2.89 4.82-8.1 7.77-13.72 7.77h-.31c-4.24 0-8.31 1.69-11.31 4.69l-5.66 5.66c-3.12 3.12-3.12 8.19 0 11.31l5.66 5.66c3 3 4.69 7.07 4.69 11.31V304c0 8.84-7.16 16-16 16h-6.11c-6.06 0-11.6-3.42-14.31-8.85l-22.62-45.23c-2.44-4.88-8.95-5.94-12.81-2.08l-19.47 19.46c-3 3-7.07 4.69-11.31 4.69H50.81C49.12 277.55 48 266.92 48 256c0-110.28 89.72-200 200-200 21.51 0 42.2 3.51 61.63 9.82l-50.16 38.53c-5.11 3.41-4.63 11.06.86 13.81l10.83 5.41c5.42 2.71 8.84 8.25 8.84 14.31V216c0 4.42-3.58 8-8 8h-3.06c-3.03 0-5.8-1.71-7.15-4.42-1.56-3.12-5.96-3.29-7.76-.3l-17.37 28.95zM408 358.43c0 4.24-1.69 8.31-4.69 11.31l-9.57 9.57c-3 3-7.07 4.69-11.31 4.69h-15.16c-4.24 0-8.31-1.69-11.31-4.69l-13.01-13.01a26.767 26.767 0 0 0-25.42-7.04l-21.27 5.32c-1.27.32-2.57.48-3.88.48h-10.34c-4.24 0-8.31-1.69-11.31-4.69l-11.91-11.91a8.008 8.008 0 0 1-2.34-5.66v-10.2c0-3.27 1.99-6.21 5.03-7.43l39.34-15.74c1.98-.79 3.86-1.82 5.59-3.05l23.71-16.89a7.978 7.978 0 0 1 4.64-1.48h12.09c3.23 0 6.15 1.94 7.39 4.93l5.35 12.85a4 4 0 0 0 3.69 2.46h3.8c1.78 0 3.35-1.18 3.84-2.88l4.2-14.47c.5-1.71 2.06-2.88 3.84-2.88h6.06c2.21 0 4 1.79 4 4v12.93c0 2.12.84 4.16 2.34 5.66l11.91 11.91c3 3 4.69 7.07 4.69 11.31v24.6z\"]\n};\nvar faGlobeEurope = {\n prefix: 'fas',\n iconName: 'globe-europe',\n icon: [496, 512, [], \"f7a2\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm200 248c0 22.5-3.9 44.2-10.8 64.4h-20.3c-4.3 0-8.4-1.7-11.4-4.8l-32-32.6c-4.5-4.6-4.5-12.1.1-16.7l12.5-12.5v-8.7c0-3-1.2-5.9-3.3-8l-9.4-9.4c-2.1-2.1-5-3.3-8-3.3h-16c-6.2 0-11.3-5.1-11.3-11.3 0-3 1.2-5.9 3.3-8l9.4-9.4c2.1-2.1 5-3.3 8-3.3h32c6.2 0 11.3-5.1 11.3-11.3v-9.4c0-6.2-5.1-11.3-11.3-11.3h-36.7c-8.8 0-16 7.2-16 16v4.5c0 6.9-4.4 13-10.9 15.2l-31.6 10.5c-3.3 1.1-5.5 4.1-5.5 7.6v2.2c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8s-3.6-8-8-8H247c-3 0-5.8 1.7-7.2 4.4l-9.4 18.7c-2.7 5.4-8.2 8.8-14.3 8.8H194c-8.8 0-16-7.2-16-16V199c0-4.2 1.7-8.3 4.7-11.3l20.1-20.1c4.6-4.6 7.2-10.9 7.2-17.5 0-3.4 2.2-6.5 5.5-7.6l40-13.3c1.7-.6 3.2-1.5 4.4-2.7l26.8-26.8c2.1-2.1 3.3-5 3.3-8 0-6.2-5.1-11.3-11.3-11.3H258l-16 16v8c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8v-20c0-2.5 1.2-4.9 3.2-6.4l28.9-21.7c1.9-.1 3.8-.3 5.7-.3C358.3 56 448 145.7 448 256zM130.1 149.1c0-3 1.2-5.9 3.3-8l25.4-25.4c2.1-2.1 5-3.3 8-3.3 6.2 0 11.3 5.1 11.3 11.3v16c0 3-1.2 5.9-3.3 8l-9.4 9.4c-2.1 2.1-5 3.3-8 3.3h-16c-6.2 0-11.3-5.1-11.3-11.3zm128 306.4v-7.1c0-8.8-7.2-16-16-16h-20.2c-10.8 0-26.7-5.3-35.4-11.8l-22.2-16.7c-11.5-8.6-18.2-22.1-18.2-36.4v-23.9c0-16 8.4-30.8 22.1-39l42.9-25.7c7.1-4.2 15.2-6.5 23.4-6.5h31.2c10.9 0 21.4 3.9 29.6 10.9l43.2 37.1h18.3c8.5 0 16.6 3.4 22.6 9.4l17.3 17.3c3.4 3.4 8.1 5.3 12.9 5.3H423c-32.4 58.9-93.8 99.5-164.9 103.1z\"]\n};\nvar faGolfBall = {\n prefix: 'fas',\n iconName: 'golf-ball',\n icon: [416, 512, [], \"f450\", \"M96 416h224c0 17.7-14.3 32-32 32h-16c-17.7 0-32 14.3-32 32v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-20c0-17.7-14.3-32-32-32h-16c-17.7 0-32-14.3-32-32zm320-208c0 74.2-39 139.2-97.5 176h-221C39 347.2 0 282.2 0 208 0 93.1 93.1 0 208 0s208 93.1 208 208zm-180.1 43.9c18.3 0 33.1-14.8 33.1-33.1 0-14.4-9.3-26.3-22.1-30.9 9.6 26.8-15.6 51.3-41.9 41.9 4.6 12.8 16.5 22.1 30.9 22.1zm49.1 46.9c0-14.4-9.3-26.3-22.1-30.9 9.6 26.8-15.6 51.3-41.9 41.9 4.6 12.8 16.5 22.1 30.9 22.1 18.3 0 33.1-14.9 33.1-33.1zm64-64c0-14.4-9.3-26.3-22.1-30.9 9.6 26.8-15.6 51.3-41.9 41.9 4.6 12.8 16.5 22.1 30.9 22.1 18.3 0 33.1-14.9 33.1-33.1z\"]\n};\nvar faGopuram = {\n prefix: 'fas',\n iconName: 'gopuram',\n icon: [512, 512, [], \"f664\", \"M496 352h-16V240c0-8.8-7.2-16-16-16h-16v-80c0-8.8-7.2-16-16-16h-16V16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16h-64V16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16h-64V16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16h-64V16c0-8.8-7.2-16-16-16S96 7.2 96 16v112H80c-8.8 0-16 7.2-16 16v80H48c-8.8 0-16 7.2-16 16v112H16c-8.8 0-16 7.2-16 16v128c0 8.8 7.2 16 16 16h80V352h32V224h32v-96h32v96h-32v128h-32v160h80v-80c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16v80h80V352h-32V224h-32v-96h32v96h32v128h32v160h80c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16zM232 176c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v48h-48zm56 176h-64v-64c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16z\"]\n};\nvar faGraduationCap = {\n prefix: 'fas',\n iconName: 'graduation-cap',\n icon: [640, 512, [], \"f19d\", \"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"]\n};\nvar faGreaterThan = {\n prefix: 'fas',\n iconName: 'greater-than',\n icon: [384, 512, [], \"f531\", \"M365.52 209.85L59.22 67.01c-16.06-7.49-35.15-.54-42.64 15.52L3.01 111.61c-7.49 16.06-.54 35.15 15.52 42.64L236.96 256.1 18.49 357.99C2.47 365.46-4.46 384.5 3.01 400.52l13.52 29C24 445.54 43.04 452.47 59.06 445l306.47-142.91a32.003 32.003 0 0 0 18.48-29v-34.23c-.01-12.45-7.21-23.76-18.49-29.01z\"]\n};\nvar faGreaterThanEqual = {\n prefix: 'fas',\n iconName: 'greater-than-equal',\n icon: [448, 512, [], \"f532\", \"M55.22 107.69l175.56 68.09-175.44 68.05c-18.39 6.03-27.88 24.39-21.2 41l12.09 30.08c6.68 16.61 26.99 25.19 45.38 19.15L393.02 214.2c13.77-4.52 22.98-16.61 22.98-30.17v-15.96c0-13.56-9.21-25.65-22.98-30.17L91.3 17.92c-18.29-6-38.51 2.53-45.15 19.06L34.12 66.9c-6.64 16.53 2.81 34.79 21.1 40.79zM424 400H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h400c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24z\"]\n};\nvar faGrimace = {\n prefix: 'fas',\n iconName: 'grimace',\n icon: [496, 512, [], \"f57f\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM144 400h-8c-17.7 0-32-14.3-32-32v-8h40v40zm0-56h-40v-8c0-17.7 14.3-32 32-32h8v40zm-8-136c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm72 192h-48v-40h48v40zm0-56h-48v-40h48v40zm64 56h-48v-40h48v40zm0-56h-48v-40h48v40zm64 56h-48v-40h48v40zm0-56h-48v-40h48v40zm-8-104c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm64 128c0 17.7-14.3 32-32 32h-8v-40h40v8zm0-24h-40v-40h8c17.7 0 32 14.3 32 32v8z\"]\n};\nvar faGrin = {\n prefix: 'fas',\n iconName: 'grin',\n icon: [496, 512, [], \"f580\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm80 256c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.3-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinAlt = {\n prefix: 'fas',\n iconName: 'grin-alt',\n icon: [496, 512, [], \"f581\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm63.7 128.7c7.6-11.4 24.7-11.7 32.7 0 12.4 18.4 15.1 36.9 15.7 55.3-.5 18.4-3.3 36.9-15.7 55.3-7.6 11.4-24.7 11.7-32.7 0-12.4-18.4-15.1-36.9-15.7-55.3.5-18.4 3.3-36.9 15.7-55.3zm-160 0c7.6-11.4 24.7-11.7 32.7 0 12.4 18.4 15.1 36.9 15.7 55.3-.5 18.4-3.3 36.9-15.7 55.3-7.6 11.4-24.7 11.7-32.7 0-12.4-18.4-15.1-36.9-15.7-55.3.5-18.4 3.3-36.9 15.7-55.3zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinBeam = {\n prefix: 'fas',\n iconName: 'grin-beam',\n icon: [496, 512, [], \"f582\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 144c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm-160 0c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm80 280c-60.6 0-134.5-38.3-143.8-93.3-2-11.9 9.4-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinBeamSweat = {\n prefix: 'fas',\n iconName: 'grin-beam-sweat',\n icon: [504, 512, [], \"f583\", \"M456 128c26.5 0 48-21 48-47 0-20-28.5-60.4-41.6-77.8-3.2-4.3-9.6-4.3-12.8 0C436.5 20.6 408 61 408 81c0 26 21.5 47 48 47zm0 32c-44.1 0-80-35.4-80-79 0-4.4.3-14.2 8.1-32.2C345 23.1 298.3 8 248 8 111 8 0 119 0 256s111 248 248 248 248-111 248-248c0-35.1-7.4-68.4-20.5-98.6-6.3 1.5-12.7 2.6-19.5 2.6zm-128-8c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm-160 0c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm80 280c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.2 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinHearts = {\n prefix: 'fas',\n iconName: 'grin-hearts',\n icon: [496, 512, [], \"f584\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM90.4 183.6c6.7-17.6 26.7-26.7 44.9-21.9l7.1 1.9 2-7.1c5-18.1 22.8-30.9 41.5-27.9 21.4 3.4 34.4 24.2 28.8 44.5L195.3 243c-1.2 4.5-5.9 7.2-10.5 6l-70.2-18.2c-20.4-5.4-31.9-27-24.2-47.2zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.2-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.6 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3zm133.4-201.3l-70.2 18.2c-4.5 1.2-9.2-1.5-10.5-6L281.3 173c-5.6-20.3 7.4-41.1 28.8-44.5 18.6-3 36.4 9.8 41.5 27.9l2 7.1 7.1-1.9c18.2-4.7 38.2 4.3 44.9 21.9 7.7 20.3-3.8 41.9-24.2 47.2z\"]\n};\nvar faGrinSquint = {\n prefix: 'fas',\n iconName: 'grin-squint',\n icon: [496, 512, [], \"f585\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm33.8 189.7l80-48c11.6-6.9 24 7.7 15.4 18L343.6 208l33.6 40.3c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.7-4.7-7.7-15.9 0-20.6zm-163-30c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.8 4.7 7.8 15.9 0 20.6l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.9 9.4-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.2 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinSquintTears = {\n prefix: 'fas',\n iconName: 'grin-squint-tears',\n icon: [512, 512, [], \"f586\", \"M409.6 111.9c22.6-3.2 73.5-12 88.3-26.8 19.2-19.2 18.9-50.6-.7-70.2S446-5 426.9 14.2c-14.8 14.8-23.5 65.7-26.8 88.3-.8 5.5 3.9 10.2 9.5 9.4zM102.4 400.1c-22.6 3.2-73.5 12-88.3 26.8-19.1 19.1-18.8 50.6.8 70.2s51 19.9 70.2.7c14.8-14.8 23.5-65.7 26.8-88.3.8-5.5-3.9-10.2-9.5-9.4zm311.7-256.5c-33 3.9-48.6-25.1-45.7-45.7 3.4-24 7.4-42.1 11.5-56.5C285.1-13.4 161.8-.5 80.6 80.6-.5 161.7-13.4 285 41.4 379.9c14.4-4.1 32.4-8 56.5-11.5 33.2-3.9 48.6 25.2 45.7 45.7-3.4 24-7.4 42.1-11.5 56.5 94.8 54.8 218.1 41.9 299.3-39.2s94-204.4 39.2-299.3c-14.4 4.1-32.5 8-56.5 11.5zM255.7 106c3.3-13.2 22.4-11.5 23.6 1.8l4.8 52.3 52.3 4.8c13.4 1.2 14.9 20.3 1.8 23.6l-90.5 22.6c-8.9 2.2-16.7-5.9-14.5-14.5l22.5-90.6zm-90.9 230.3L160 284l-52.3-4.8c-13.4-1.2-14.9-20.3-1.8-23.6l90.5-22.6c8.8-2.2 16.7 5.8 14.5 14.5L188.3 338c-3.1 13.2-22.2 11.7-23.5-1.7zm215.7 44.2c-29.3 29.3-75.7 50.4-116.7 50.4-18.9 0-36.6-4.5-51-14.7-9.8-6.9-8.7-21.8 2-27.2 28.3-14.6 63.9-42.4 97.8-76.3s61.7-69.6 76.3-97.8c5.4-10.5 20.2-11.9 27.3-2 32.3 45.3 7.1 124.7-35.7 167.6z\"]\n};\nvar faGrinStars = {\n prefix: 'fas',\n iconName: 'grin-stars',\n icon: [496, 512, [], \"f587\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM94.6 168.9l34.9-5 15.5-31.6c2.9-5.8 11-5.8 13.9 0l15.5 31.6 34.9 5c6.2 1 8.9 8.6 4.3 13.2l-25.4 24.6 6 34.9c1 6.2-5.3 11-11 7.9L152 233.3l-31.3 16.3c-5.7 3.1-12-1.7-11-7.9l6-34.9-25.4-24.6c-4.6-4.7-1.9-12.3 4.3-13.3zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3zm157.7-249.9l-25.4 24.6 6 34.9c1 6.2-5.3 11-11 7.9L344 233.3l-31.3 16.3c-5.7 3.1-12-1.7-11-7.9l6-34.9-25.4-24.6c-4.5-4.6-1.9-12.2 4.3-13.2l34.9-5 15.5-31.6c2.9-5.8 11-5.8 13.9 0l15.5 31.6 34.9 5c6.3.9 9 8.5 4.4 13.1z\"]\n};\nvar faGrinTears = {\n prefix: 'fas',\n iconName: 'grin-tears',\n icon: [640, 512, [], \"f588\", \"M102.4 256.1c-22.6 3.2-73.5 12-88.3 26.8-19.1 19.1-18.8 50.6.8 70.2s51 19.9 70.2.7c14.8-14.8 23.5-65.7 26.8-88.3.8-5.5-3.9-10.2-9.5-9.4zm523.4 26.8c-14.8-14.8-65.7-23.5-88.3-26.8-5.5-.8-10.3 3.9-9.5 9.5 3.2 22.6 12 73.5 26.8 88.3 19.2 19.2 50.6 18.9 70.2-.7s20-51.2.8-70.3zm-129.4-12.8c-3.8-26.6 19.1-49.5 45.7-45.7 8.9 1.3 16.8 2.7 24.3 4.1C552.7 104.5 447.7 8 320 8S87.3 104.5 73.6 228.5c7.5-1.4 15.4-2.8 24.3-4.1 33.2-3.9 48.6 25.3 45.7 45.7-11.8 82.3-29.9 100.4-35.8 106.4-.9.9-2 1.6-3 2.5 42.7 74.6 123 125 215.2 125s172.5-50.4 215.2-125.1c-1-.9-2.1-1.5-3-2.5-5.9-5.9-24-24-35.8-106.3zM400 152c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm-160 0c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm80 280c-60.6 0-134.5-38.3-143.8-93.3-2-11.7 9.2-21.6 20.7-17.9C227.1 330.5 272 336 320 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinTongue = {\n prefix: 'fas',\n iconName: 'grin-tongue',\n icon: [496, 512, [], \"f589\", \"M248 8C111 8 0 119 0 256c0 106.3 67 196.7 161 232-5.6-12.2-9-25.7-9-40v-45.5c-24.7-16.2-43.5-38.1-47.8-63.8-2-11.8 9.3-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.6 22.6 6.1 20.7 17.9-4.3 25.7-23.1 47.6-47.8 63.8V448c0 14.3-3.4 27.8-9 40 94-35.3 161-125.7 161-232C496 119 385 8 248 8zm-80 232c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm-34.9 134.6c-14.4-6.5-31.1 2.2-34.6 17.6l-1.8 7.8c-2.1 9.2-15.2 9.2-17.3 0l-1.8-7.8c-3.5-15.4-20.2-24.1-34.6-17.6-.9.4.3-.2-18.9 9.4v63c0 35.2 28 64.5 63.1 64.9 35.7.5 64.9-28.4 64.9-64v-64c-19.5-9.6-18.2-8.9-19-9.3z\"]\n};\nvar faGrinTongueSquint = {\n prefix: 'fas',\n iconName: 'grin-tongue-squint',\n icon: [496, 512, [], \"f58a\", \"M293.1 374.6c-14.4-6.5-31.1 2.2-34.6 17.6l-1.8 7.8c-2.1 9.2-15.2 9.2-17.3 0l-1.8-7.8c-3.5-15.4-20.2-24.1-34.6-17.6-.9.4.3-.2-18.9 9.4v63c0 35.2 28 64.5 63.1 64.9 35.7.5 64.9-28.4 64.9-64v-64c-19.5-9.6-18.2-8.9-19-9.3zM248 8C111 8 0 119 0 256c0 106.3 67 196.7 161 232-5.6-12.2-9-25.7-9-40v-45.5c-24.7-16.2-43.5-38.1-47.8-63.8-2-11.8 9.2-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-4.3 25.7-23.1 47.6-47.8 63.8V448c0 14.3-3.4 27.8-9 40 94-35.3 161-125.7 161-232C496 119 385 8 248 8zm-33.8 210.3l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.7 4.7 7.7 15.9 0 20.6zm163 30c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.8-4.7-7.8-15.9 0-20.6l80-48c11.7-6.9 23.9 7.7 15.4 18L343.6 208l33.6 40.3z\"]\n};\nvar faGrinTongueWink = {\n prefix: 'fas',\n iconName: 'grin-tongue-wink',\n icon: [496, 512, [], \"f58b\", \"M344 184c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zM248 8C111 8 0 119 0 256c0 106.3 67 196.7 161 232-5.6-12.2-9-25.7-9-40v-45.5c-24.7-16.2-43.5-38.1-47.8-63.8-2-11.8 9.3-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.1 20.7 17.9-4.3 25.7-23.1 47.6-47.8 63.8V448c0 14.3-3.4 27.8-9 40 94-35.3 161-125.7 161-232C496 119 385 8 248 8zm-56 225l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L112 233c-8.5 7.4-21.6.3-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S208 197 212 222.2c1.6 11.1-11.6 18.2-20 10.8zm152 39c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm-50.9 102.6c-14.4-6.5-31.1 2.2-34.6 17.6l-1.8 7.8c-2.1 9.2-15.2 9.2-17.3 0l-1.8-7.8c-3.5-15.4-20.2-24.1-34.6-17.6-.9.4.3-.2-18.9 9.4v63c0 35.2 28 64.5 63.1 64.9 35.7.5 64.9-28.4 64.9-64v-64c-19.5-9.6-18.2-8.9-19-9.3z\"]\n};\nvar faGrinWink = {\n prefix: 'fas',\n iconName: 'grin-wink',\n icon: [496, 512, [], \"f58c\", \"M0 256c0 137 111 248 248 248s248-111 248-248S385 8 248 8 0 119 0 256zm200-48c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm168 25l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L288 233c-8.3 7.4-21.6.4-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S384 197 388 222.2c1.6 11-11.5 18.2-20 10.8zm-243.1 87.8C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.3-3.7 22.6 6 20.7 17.9-9.2 55-83.2 93.3-143.8 93.3s-134.5-38.3-143.8-93.3c-2-11.9 9.3-21.6 20.7-17.9z\"]\n};\nvar faGripHorizontal = {\n prefix: 'fas',\n iconName: 'grip-horizontal',\n icon: [448, 512, [], \"f58d\", \"M96 288H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zM96 96H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z\"]\n};\nvar faGripLines = {\n prefix: 'fas',\n iconName: 'grip-lines',\n icon: [512, 512, [], \"f7a4\", \"M496 288H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-128H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"]\n};\nvar faGripLinesVertical = {\n prefix: 'fas',\n iconName: 'grip-lines-vertical',\n icon: [256, 512, [], \"f7a5\", \"M96 496V16c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16zm128 0V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16z\"]\n};\nvar faGripVertical = {\n prefix: 'fas',\n iconName: 'grip-vertical',\n icon: [320, 512, [], \"f58e\", \"M96 32H32C14.33 32 0 46.33 0 64v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zM288 32h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z\"]\n};\nvar faGuitar = {\n prefix: 'fas',\n iconName: 'guitar',\n icon: [512, 512, [], \"f7a6\", \"M502.63 39L473 9.37a32 32 0 0 0-45.26 0L381.46 55.7a35.14 35.14 0 0 0-8.53 13.79L360.77 106l-76.26 76.26c-12.16-8.76-25.5-15.74-40.1-19.14-33.45-7.78-67-.88-89.88 22a82.45 82.45 0 0 0-20.24 33.47c-6 18.56-23.21 32.69-42.15 34.46-23.7 2.27-45.73 11.45-62.61 28.44C-16.11 327-7.9 409 47.58 464.45S185 528 230.56 482.52c17-16.88 26.16-38.9 28.45-62.71 1.76-18.85 15.89-36.13 34.43-42.14a82.6 82.6 0 0 0 33.48-20.25c22.87-22.88 29.74-56.36 22-89.75-3.39-14.64-10.37-28-19.16-40.2L406 151.23l36.48-12.16a35.14 35.14 0 0 0 13.79-8.53l46.33-46.32a32 32 0 0 0 .03-45.22zM208 352a48 48 0 1 1 48-48 48 48 0 0 1-48 48z\"]\n};\nvar faHSquare = {\n prefix: 'fas',\n iconName: 'h-square',\n icon: [448, 512, [], \"f0fd\", \"M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zm-112 48h-32c-8.837 0-16 7.163-16 16v80H160v-80c0-8.837-7.163-16-16-16h-32c-8.837 0-16 7.163-16 16v224c0 8.837 7.163 16 16 16h32c8.837 0 16-7.163 16-16v-80h128v80c0 8.837 7.163 16 16 16h32c8.837 0 16-7.163 16-16V144c0-8.837-7.163-16-16-16z\"]\n};\nvar faHamburger = {\n prefix: 'fas',\n iconName: 'hamburger',\n icon: [512, 512, [], \"f805\", \"M464 256H48a48 48 0 0 0 0 96h416a48 48 0 0 0 0-96zm16 128H32a16 16 0 0 0-16 16v16a64 64 0 0 0 64 64h352a64 64 0 0 0 64-64v-16a16 16 0 0 0-16-16zM58.64 224h394.72c34.57 0 54.62-43.9 34.82-75.88C448 83.2 359.55 32.1 256 32c-103.54.1-192 51.2-232.18 116.11C4 180.09 24.07 224 58.64 224zM384 112a16 16 0 1 1-16 16 16 16 0 0 1 16-16zM256 80a16 16 0 1 1-16 16 16 16 0 0 1 16-16zm-128 32a16 16 0 1 1-16 16 16 16 0 0 1 16-16z\"]\n};\nvar faHammer = {\n prefix: 'fas',\n iconName: 'hammer',\n icon: [576, 512, [], \"f6e3\", \"M571.31 193.94l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31-28.9-28.9c5.63-21.31.36-44.9-16.35-61.61l-45.25-45.25c-62.48-62.48-163.79-62.48-226.28 0l90.51 45.25v18.75c0 16.97 6.74 33.25 18.75 45.25l49.14 49.14c16.71 16.71 40.3 21.98 61.61 16.35l28.9 28.9-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l90.51-90.51c6.23-6.24 6.23-16.37-.02-22.62zm-286.72-15.2c-3.7-3.7-6.84-7.79-9.85-11.95L19.64 404.96c-25.57 23.88-26.26 64.19-1.53 88.93s65.05 24.05 88.93-1.53l238.13-255.07c-3.96-2.91-7.9-5.87-11.44-9.41l-49.14-49.14z\"]\n};\nvar faHamsa = {\n prefix: 'fas',\n iconName: 'hamsa',\n icon: [512, 512, [], \"f665\", \"M509.34 307.25C504.28 295.56 492.75 288 480 288h-64V80c0-22-18-40-40-40s-40 18-40 40v134c0 5.52-4.48 10-10 10h-20c-5.52 0-10-4.48-10-10V40c0-22-18-40-40-40s-40 18-40 40v174c0 5.52-4.48 10-10 10h-20c-5.52 0-10-4.48-10-10V80c0-22-18-40-40-40S96 58 96 80v208H32c-12.75 0-24.28 7.56-29.34 19.25a31.966 31.966 0 0 0 5.94 34.58l102.69 110.03C146.97 490.08 199.69 512 256 512s109.03-21.92 144.72-60.14L503.4 341.83a31.966 31.966 0 0 0 5.94-34.58zM256 416c-53.02 0-96-64-96-64s42.98-64 96-64 96 64 96 64-42.98 64-96 64zm0-96c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z\"]\n};\nvar faHandHolding = {\n prefix: 'fas',\n iconName: 'hand-holding',\n icon: [576, 512, [], \"f4bd\", \"M565.3 328.1c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"]\n};\nvar faHandHoldingHeart = {\n prefix: 'fas',\n iconName: 'hand-holding-heart',\n icon: [576, 512, [], \"f4be\", \"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"]\n};\nvar faHandHoldingUsd = {\n prefix: 'fas',\n iconName: 'hand-holding-usd',\n icon: [576, 512, [], \"f4c0\", \"M271.06,144.3l54.27,14.3a8.59,8.59,0,0,1,6.63,8.1c0,4.6-4.09,8.4-9.12,8.4h-35.6a30,30,0,0,1-11.19-2.2c-5.24-2.2-11.28-1.7-15.3,2l-19,17.5a11.68,11.68,0,0,0-2.25,2.66,11.42,11.42,0,0,0,3.88,15.74,83.77,83.77,0,0,0,34.51,11.5V240c0,8.8,7.83,16,17.37,16h17.37c9.55,0,17.38-7.2,17.38-16V222.4c32.93-3.6,57.84-31,53.5-63-3.15-23-22.46-41.3-46.56-47.7L282.68,97.4a8.59,8.59,0,0,1-6.63-8.1c0-4.6,4.09-8.4,9.12-8.4h35.6A30,30,0,0,1,332,83.1c5.23,2.2,11.28,1.7,15.3-2l19-17.5A11.31,11.31,0,0,0,368.47,61a11.43,11.43,0,0,0-3.84-15.78,83.82,83.82,0,0,0-34.52-11.5V16c0-8.8-7.82-16-17.37-16H295.37C285.82,0,278,7.2,278,16V33.6c-32.89,3.6-57.85,31-53.51,63C227.63,119.6,247,137.9,271.06,144.3ZM565.27,328.1c-11.8-10.7-30.2-10-42.6,0L430.27,402a63.64,63.64,0,0,1-40,14H272a16,16,0,0,1,0-32h78.29c15.9,0,30.71-10.9,33.25-26.6a31.2,31.2,0,0,0,.46-5.46A32,32,0,0,0,352,320H192a117.66,117.66,0,0,0-74.1,26.29L71.4,384H16A16,16,0,0,0,0,400v96a16,16,0,0,0,16,16H372.77a64,64,0,0,0,40-14L564,377a32,32,0,0,0,1.28-48.9Z\"]\n};\nvar faHandLizard = {\n prefix: 'fas',\n iconName: 'hand-lizard',\n icon: [576, 512, [], \"f258\", \"M384 480h192V363.778a95.998 95.998 0 0 0-14.833-51.263L398.127 54.368A48 48 0 0 0 357.544 32H24C10.745 32 0 42.745 0 56v16c0 30.928 25.072 56 56 56h229.981c12.844 0 21.556 13.067 16.615 24.923l-21.41 51.385A32 32 0 0 1 251.648 224H128c-35.346 0-64 28.654-64 64v8c0 13.255 10.745 24 24 24h147.406a47.995 47.995 0 0 1 25.692 7.455l111.748 70.811A24.001 24.001 0 0 1 384 418.539V480z\"]\n};\nvar faHandMiddleFinger = {\n prefix: 'fas',\n iconName: 'hand-middle-finger',\n icon: [512, 512, [], \"f806\", \"M479.93 317.12a37.33 37.33 0 0 0-28.28-36.19L416 272v-49.59c0-11.44-9.69-21.29-23.15-23.54l-38.4-6.4C336.63 189.5 320 200.86 320 216v32a8 8 0 0 1-16 0V50c0-26.28-20.25-49.2-46.52-50A48 48 0 0 0 208 48v200a8 8 0 0 1-16 0v-32c0-15.15-16.63-26.51-34.45-23.54l-30.68 5.12c-18 3-30.87 16.12-30.87 31.38V376a8 8 0 0 1-16 0v-76l-27.36 15A37.34 37.34 0 0 0 32 348.4v73.47a37.31 37.31 0 0 0 10.93 26.39l30.93 30.93A112 112 0 0 0 153.05 512h215A112 112 0 0 0 480 400z\"]\n};\nvar faHandPaper = {\n prefix: 'fas',\n iconName: 'hand-paper',\n icon: [448, 512, [], \"f256\", \"M408.781 128.007C386.356 127.578 368 146.36 368 168.79V256h-8V79.79c0-22.43-18.356-41.212-40.781-40.783C297.488 39.423 280 57.169 280 79v177h-8V40.79C272 18.36 253.644-.422 231.219.007 209.488.423 192 18.169 192 40v216h-8V80.79c0-22.43-18.356-41.212-40.781-40.783C121.488 40.423 104 58.169 104 80v235.992l-31.648-43.519c-12.993-17.866-38.009-21.817-55.877-8.823-17.865 12.994-21.815 38.01-8.822 55.877l125.601 172.705A48 48 0 0 0 172.073 512h197.59c22.274 0 41.622-15.324 46.724-37.006l26.508-112.66a192.011 192.011 0 0 0 5.104-43.975V168c.001-21.831-17.487-39.577-39.218-39.993z\"]\n};\nvar faHandPeace = {\n prefix: 'fas',\n iconName: 'hand-peace',\n icon: [448, 512, [], \"f25b\", \"M408 216c-22.092 0-40 17.909-40 40h-8v-32c0-22.091-17.908-40-40-40s-40 17.909-40 40v32h-8V48c0-26.51-21.49-48-48-48s-48 21.49-48 48v208h-13.572L92.688 78.449C82.994 53.774 55.134 41.63 30.461 51.324 5.787 61.017-6.356 88.877 3.337 113.551l74.765 190.342-31.09 24.872c-15.381 12.306-19.515 33.978-9.741 51.081l64 112A39.998 39.998 0 0 0 136 512h240c18.562 0 34.686-12.77 38.937-30.838l32-136A39.97 39.97 0 0 0 448 336v-80c0-22.091-17.908-40-40-40z\"]\n};\nvar faHandPointDown = {\n prefix: 'fas',\n iconName: 'hand-point-down',\n icon: [384, 512, [], \"f0a7\", \"M91.826 467.2V317.966c-8.248 5.841-16.558 10.57-24.918 14.153C35.098 345.752-.014 322.222 0 288c.008-18.616 10.897-32.203 29.092-40 28.286-12.122 64.329-78.648 77.323-107.534 7.956-17.857 25.479-28.453 43.845-28.464l.001-.002h171.526c11.812 0 21.897 8.596 23.703 20.269 7.25 46.837 38.483 61.76 38.315 123.731-.007 2.724.195 13.254.195 16 0 50.654-22.122 81.574-71.263 72.6-9.297 18.597-39.486 30.738-62.315 16.45-21.177 24.645-53.896 22.639-70.944 6.299V467.2c0 24.15-20.201 44.8-43.826 44.8-23.283 0-43.826-21.35-43.826-44.8zM112 72V24c0-13.255 10.745-24 24-24h192c13.255 0 24 10.745 24 24v48c0 13.255-10.745 24-24 24H136c-13.255 0-24-10.745-24-24zm212-24c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z\"]\n};\nvar faHandPointLeft = {\n prefix: 'fas',\n iconName: 'hand-point-left',\n icon: [512, 512, [], \"f0a5\", \"M44.8 155.826h149.234c-5.841-8.248-10.57-16.558-14.153-24.918C166.248 99.098 189.778 63.986 224 64c18.616.008 32.203 10.897 40 29.092 12.122 28.286 78.648 64.329 107.534 77.323 17.857 7.956 28.453 25.479 28.464 43.845l.002.001v171.526c0 11.812-8.596 21.897-20.269 23.703-46.837 7.25-61.76 38.483-123.731 38.315-2.724-.007-13.254.195-16 .195-50.654 0-81.574-22.122-72.6-71.263-18.597-9.297-30.738-39.486-16.45-62.315-24.645-21.177-22.639-53.896-6.299-70.944H44.8c-24.15 0-44.8-20.201-44.8-43.826 0-23.283 21.35-43.826 44.8-43.826zM440 176h48c13.255 0 24 10.745 24 24v192c0 13.255-10.745 24-24 24h-48c-13.255 0-24-10.745-24-24V200c0-13.255 10.745-24 24-24zm24 212c11.046 0 20-8.954 20-20s-8.954-20-20-20-20 8.954-20 20 8.954 20 20 20z\"]\n};\nvar faHandPointRight = {\n prefix: 'fas',\n iconName: 'hand-point-right',\n icon: [512, 512, [], \"f0a4\", \"M512 199.652c0 23.625-20.65 43.826-44.8 43.826h-99.851c16.34 17.048 18.346 49.766-6.299 70.944 14.288 22.829 2.147 53.017-16.45 62.315C353.574 425.878 322.654 448 272 448c-2.746 0-13.276-.203-16-.195-61.971.168-76.894-31.065-123.731-38.315C120.596 407.683 112 397.599 112 385.786V214.261l.002-.001c.011-18.366 10.607-35.889 28.464-43.845 28.886-12.994 95.413-49.038 107.534-77.323 7.797-18.194 21.384-29.084 40-29.092 34.222-.014 57.752 35.098 44.119 66.908-3.583 8.359-8.312 16.67-14.153 24.918H467.2c23.45 0 44.8 20.543 44.8 43.826zM96 200v192c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V200c0-13.255 10.745-24 24-24h48c13.255 0 24 10.745 24 24zM68 368c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z\"]\n};\nvar faHandPointUp = {\n prefix: 'fas',\n iconName: 'hand-point-up',\n icon: [384, 512, [], \"f0a6\", \"M135.652 0c23.625 0 43.826 20.65 43.826 44.8v99.851c17.048-16.34 49.766-18.346 70.944 6.299 22.829-14.288 53.017-2.147 62.315 16.45C361.878 158.426 384 189.346 384 240c0 2.746-.203 13.276-.195 16 .168 61.971-31.065 76.894-38.315 123.731C343.683 391.404 333.599 400 321.786 400H150.261l-.001-.002c-18.366-.011-35.889-10.607-43.845-28.464C93.421 342.648 57.377 276.122 29.092 264 10.897 256.203.008 242.616 0 224c-.014-34.222 35.098-57.752 66.908-44.119 8.359 3.583 16.67 8.312 24.918 14.153V44.8c0-23.45 20.543-44.8 43.826-44.8zM136 416h192c13.255 0 24 10.745 24 24v48c0 13.255-10.745 24-24 24H136c-13.255 0-24-10.745-24-24v-48c0-13.255 10.745-24 24-24zm168 28c-11.046 0-20 8.954-20 20s8.954 20 20 20 20-8.954 20-20-8.954-20-20-20z\"]\n};\nvar faHandPointer = {\n prefix: 'fas',\n iconName: 'hand-pointer',\n icon: [448, 512, [], \"f25a\", \"M448 240v96c0 3.084-.356 6.159-1.063 9.162l-32 136C410.686 499.23 394.562 512 376 512H168a40.004 40.004 0 0 1-32.35-16.473l-127.997-176c-12.993-17.866-9.043-42.883 8.822-55.876 17.867-12.994 42.884-9.043 55.877 8.823L104 315.992V40c0-22.091 17.908-40 40-40s40 17.909 40 40v200h8v-40c0-22.091 17.908-40 40-40s40 17.909 40 40v40h8v-24c0-22.091 17.908-40 40-40s40 17.909 40 40v24h8c0-22.091 17.908-40 40-40s40 17.909 40 40zm-256 80h-8v96h8v-96zm88 0h-8v96h8v-96zm88 0h-8v96h8v-96z\"]\n};\nvar faHandRock = {\n prefix: 'fas',\n iconName: 'hand-rock',\n icon: [512, 512, [], \"f255\", \"M464.8 80c-26.9-.4-48.8 21.2-48.8 48h-8V96.8c0-26.3-20.9-48.3-47.2-48.8-26.9-.4-48.8 21.2-48.8 48v32h-8V80.8c0-26.3-20.9-48.3-47.2-48.8-26.9-.4-48.8 21.2-48.8 48v48h-8V96.8c0-26.3-20.9-48.3-47.2-48.8-26.9-.4-48.8 21.2-48.8 48v136l-8-7.1v-48.1c0-26.3-20.9-48.3-47.2-48.8C21.9 127.6 0 149.2 0 176v66.4c0 27.4 11.7 53.5 32.2 71.8l111.7 99.3c10.2 9.1 16.1 22.2 16.1 35.9v6.7c0 13.3 10.7 24 24 24h240c13.3 0 24-10.7 24-24v-2.9c0-12.8 2.6-25.5 7.5-37.3l49-116.3c5-11.8 7.5-24.5 7.5-37.3V128.8c0-26.3-20.9-48.4-47.2-48.8z\"]\n};\nvar faHandScissors = {\n prefix: 'fas',\n iconName: 'hand-scissors',\n icon: [512, 512, [], \"f257\", \"M216 440c0-22.092 17.909-40 40-40v-8h-32c-22.091 0-40-17.908-40-40s17.909-40 40-40h32v-8H48c-26.51 0-48-21.49-48-48s21.49-48 48-48h208v-13.572l-177.551-69.74c-24.674-9.694-36.818-37.555-27.125-62.228 9.693-24.674 37.554-36.817 62.228-27.124l190.342 74.765 24.872-31.09c12.306-15.381 33.978-19.515 51.081-9.741l112 64A40.002 40.002 0 0 1 512 168v240c0 18.562-12.77 34.686-30.838 38.937l-136 32A39.982 39.982 0 0 1 336 480h-80c-22.091 0-40-17.908-40-40z\"]\n};\nvar faHandSpock = {\n prefix: 'fas',\n iconName: 'hand-spock',\n icon: [512, 512, [], \"f259\", \"M481.3 97.1c-21.5-5.1-43.1 8.2-48.2 29.6L402.3 256h-11.1l43.6-174.3c5.4-21.4-7.7-43.1-29.1-48.5s-43.1 7.7-48.5 29.1L308.8 256h-15.1L242 31.1c-5-21.6-26.4-35-48-30.1-21.5 4.9-35 26.4-30 47.9l47.6 207h-9.8L167 103.1c-4.9-21.5-26.3-35-47.9-30.1-21.5 4.9-35 26.3-30.1 47.9l39 171.6v79.4l-60.6-57c-16.1-15.1-41.4-14.4-56.5 1.7s-14.4 41.4 1.7 56.5L146.3 499c8.9 8.4 20.7 13 32.9 13h216.7c21.3 0 40-14 46-34.4l26.2-88.3c2.6-8.9 4-18 4-27.3v-42c0-7.5.9-15 2.6-22.2L511 145.3c5-21.5-8.3-43.1-29.7-48.2z\"]\n};\nvar faHands = {\n prefix: 'fas',\n iconName: 'hands',\n icon: [640, 512, [], \"f4c2\", \"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"]\n};\nvar faHandsHelping = {\n prefix: 'fas',\n iconName: 'hands-helping',\n icon: [640, 512, [], \"f4c4\", \"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"]\n};\nvar faHandshake = {\n prefix: 'fas',\n iconName: 'handshake',\n icon: [640, 512, [], \"f2b5\", \"M434.7 64h-85.9c-8 0-15.7 3-21.6 8.4l-98.3 90c-.1.1-.2.3-.3.4-16.6 15.6-16.3 40.5-2.1 56 12.7 13.9 39.4 17.6 56.1 2.7.1-.1.3-.1.4-.2l79.9-73.2c6.5-5.9 16.7-5.5 22.6 1 6 6.5 5.5 16.6-1 22.6l-26.1 23.9L504 313.8c2.9 2.4 5.5 5 7.9 7.7V128l-54.6-54.6c-5.9-6-14.1-9.4-22.6-9.4zM544 128.2v223.9c0 17.7 14.3 32 32 32h64V128.2h-96zm48 223.9c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zM0 384h64c17.7 0 32-14.3 32-32V128.2H0V384zm48-63.9c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16c0-8.9 7.2-16 16-16zm435.9 18.6L334.6 217.5l-30 27.5c-29.7 27.1-75.2 24.5-101.7-4.4-26.9-29.4-24.8-74.9 4.4-101.7L289.1 64h-83.8c-8.5 0-16.6 3.4-22.6 9.4L128 128v223.9h18.3l90.5 81.9c27.4 22.3 67.7 18.1 90-9.3l.2-.2 17.9 15.5c15.9 13 39.4 10.5 52.3-5.4l31.4-38.6 5.4 4.4c13.7 11.1 33.9 9.1 45-4.7l9.5-11.7c11.2-13.8 9.1-33.9-4.6-45.1z\"]\n};\nvar faHanukiah = {\n prefix: 'fas',\n iconName: 'hanukiah',\n icon: [640, 512, [], \"f6e6\", \"M232 160c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm-64 0c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm224 0c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm64 0c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm88 8c0-4.42-3.58-8-8-8h-16c-4.42 0-8 3.58-8 8v120h32V168zm-440-8c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm520 0h-32c-8.84 0-16 7.16-16 16v112c0 17.67-14.33 32-32 32H352V128c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v192H96c-17.67 0-32-14.33-32-32V176c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v112c0 53.02 42.98 96 96 96h192v64H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16H352v-64h192c53.02 0 96-42.98 96-96V176c0-8.84-7.16-16-16-16zm-16-32c13.25 0 24-11.94 24-26.67S608 48 608 48s-24 38.61-24 53.33S594.75 128 608 128zm-576 0c13.25 0 24-11.94 24-26.67S32 48 32 48 8 86.61 8 101.33 18.75 128 32 128zm288-48c13.25 0 24-11.94 24-26.67S320 0 320 0s-24 38.61-24 53.33S306.75 80 320 80zm-208 48c13.25 0 24-11.94 24-26.67S112 48 112 48s-24 38.61-24 53.33S98.75 128 112 128zm64 0c13.25 0 24-11.94 24-26.67S176 48 176 48s-24 38.61-24 53.33S162.75 128 176 128zm64 0c13.25 0 24-11.94 24-26.67S240 48 240 48s-24 38.61-24 53.33S226.75 128 240 128zm160 0c13.25 0 24-11.94 24-26.67S400 48 400 48s-24 38.61-24 53.33S386.75 128 400 128zm64 0c13.25 0 24-11.94 24-26.67S464 48 464 48s-24 38.61-24 53.33S450.75 128 464 128zm64 0c13.25 0 24-11.94 24-26.67S528 48 528 48s-24 38.61-24 53.33S514.75 128 528 128z\"]\n};\nvar faHardHat = {\n prefix: 'fas',\n iconName: 'hard-hat',\n icon: [512, 512, [], \"f807\", \"M480 288c0-80.25-49.28-148.92-119.19-177.62L320 192V80a16 16 0 0 0-16-16h-96a16 16 0 0 0-16 16v112l-40.81-81.62C81.28 139.08 32 207.75 32 288v64h448zm16 96H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h480a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faHashtag = {\n prefix: 'fas',\n iconName: 'hashtag',\n icon: [448, 512, [], \"f292\", \"M440.667 182.109l7.143-40c1.313-7.355-4.342-14.109-11.813-14.109h-74.81l14.623-81.891C377.123 38.754 371.468 32 363.997 32h-40.632a12 12 0 0 0-11.813 9.891L296.175 128H197.54l14.623-81.891C213.477 38.754 207.822 32 200.35 32h-40.632a12 12 0 0 0-11.813 9.891L132.528 128H53.432a12 12 0 0 0-11.813 9.891l-7.143 40C33.163 185.246 38.818 192 46.289 192h74.81L98.242 320H19.146a12 12 0 0 0-11.813 9.891l-7.143 40C-1.123 377.246 4.532 384 12.003 384h74.81L72.19 465.891C70.877 473.246 76.532 480 84.003 480h40.632a12 12 0 0 0 11.813-9.891L151.826 384h98.634l-14.623 81.891C234.523 473.246 240.178 480 247.65 480h40.632a12 12 0 0 0 11.813-9.891L315.472 384h79.096a12 12 0 0 0 11.813-9.891l7.143-40c1.313-7.355-4.342-14.109-11.813-14.109h-74.81l22.857-128h79.096a12 12 0 0 0 11.813-9.891zM261.889 320h-98.634l22.857-128h98.634l-22.857 128z\"]\n};\nvar faHatCowboy = {\n prefix: 'fas',\n iconName: 'hat-cowboy',\n icon: [640, 512, [], \"f8c0\", \"M490 296.9C480.51 239.51 450.51 64 392.3 64c-14 0-26.49 5.93-37 14a58.21 58.21 0 0 1-70.58 0c-10.51-8-23-14-37-14-58.2 0-88.2 175.47-97.71 232.88C188.81 309.47 243.73 320 320 320s131.23-10.51 170-23.1zm142.9-37.18a16 16 0 0 0-19.75 1.5c-1 .9-101.27 90.78-293.16 90.78-190.82 0-292.22-89.94-293.24-90.84A16 16 0 0 0 1 278.53C1.73 280.55 78.32 480 320 480s318.27-199.45 319-201.47a16 16 0 0 0-6.09-18.81z\"]\n};\nvar faHatCowboySide = {\n prefix: 'fas',\n iconName: 'hat-cowboy-side',\n icon: [640, 512, [], \"f8c1\", \"M260.8 291.06c-28.63-22.94-62-35.06-96.4-35.06C87 256 21.47 318.72 1.43 412.06c-3.55 16.6-.43 33.83 8.57 47.3C18.75 472.47 31.83 480 45.88 480H592c-103.21 0-155-37.07-233.19-104.46zm234.65-18.29L468.4 116.2A64 64 0 0 0 392 64.41L200.85 105a64 64 0 0 0-50.35 55.79L143.61 226c6.9-.83 13.7-2 20.79-2 41.79 0 82 14.55 117.29 42.82l98 84.48C450.76 412.54 494.9 448 592 448a48 48 0 0 0 48-48c0-25.39-29.6-119.33-144.55-127.23z\"]\n};\nvar faHatWizard = {\n prefix: 'fas',\n iconName: 'hat-wizard',\n icon: [512, 512, [], \"f6e8\", \"M496 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-304-64l-64-32 64-32 32-64 32 64 64 32-64 32-16 32h208l-86.41-201.63a63.955 63.955 0 0 1-1.89-45.45L416 0 228.42 107.19a127.989 127.989 0 0 0-53.46 59.15L64 416h144l-16-32zm64-224l16-32 16 32 32 16-32 16-16 32-16-32-32-16 32-16z\"]\n};\nvar faHaykal = {\n prefix: 'fas',\n iconName: 'haykal',\n icon: [512, 512, [], \"f666\", \"M496.25 202.52l-110-15.44 41.82-104.34c6.67-16.64-11.6-32.18-26.59-22.63L307.44 120 273.35 12.82C270.64 4.27 263.32 0 256 0c-7.32 0-14.64 4.27-17.35 12.82l-34.09 107.19-94.04-59.89c-14.99-9.55-33.25 5.99-26.59 22.63l41.82 104.34-110 15.43c-17.54 2.46-21.68 26.27-6.03 34.67l98.16 52.66-74.48 83.54c-10.92 12.25-1.72 30.93 13.29 30.93 1.31 0 2.67-.14 4.07-.45l108.57-23.65-4.11 112.55c-.43 11.65 8.87 19.22 18.41 19.22 5.15 0 10.39-2.21 14.2-7.18l68.18-88.9 68.18 88.9c3.81 4.97 9.04 7.18 14.2 7.18 9.54 0 18.84-7.57 18.41-19.22l-4.11-112.55 108.57 23.65c17.36 3.76 29.21-17.2 17.35-30.49l-74.48-83.54 98.16-52.66c15.64-8.39 11.5-32.2-6.04-34.66zM338.51 311.68l-51.89-11.3 1.97 53.79L256 311.68l-32.59 42.49 1.96-53.79-51.89 11.3 35.6-39.93-46.92-25.17 52.57-7.38-19.99-49.87 44.95 28.62L256 166.72l16.29 51.23 44.95-28.62-19.99 49.87 52.57 7.38-46.92 25.17 35.61 39.93z\"]\n};\nvar faHdd = {\n prefix: 'fas',\n iconName: 'hdd',\n icon: [576, 512, [], \"f0a0\", \"M576 304v96c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48v-96c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48zm-48-80a79.557 79.557 0 0 1 30.777 6.165L462.25 85.374A48.003 48.003 0 0 0 422.311 64H153.689a48 48 0 0 0-39.938 21.374L17.223 230.165A79.557 79.557 0 0 1 48 224h480zm-48 96c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm-96 0c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z\"]\n};\nvar faHeading = {\n prefix: 'fas',\n iconName: 'heading',\n icon: [512, 512, [], \"f1dc\", \"M448 96v320h32a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H320a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32V288H160v128h32a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32V96H32a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16h-32v128h192V96h-32a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16z\"]\n};\nvar faHeadphones = {\n prefix: 'fas',\n iconName: 'headphones',\n icon: [512, 512, [], \"f025\", \"M256 32C114.52 32 0 146.496 0 288v48a32 32 0 0 0 17.689 28.622l14.383 7.191C34.083 431.903 83.421 480 144 480h24c13.255 0 24-10.745 24-24V280c0-13.255-10.745-24-24-24h-24c-31.342 0-59.671 12.879-80 33.627V288c0-105.869 86.131-192 192-192s192 86.131 192 192v1.627C427.671 268.879 399.342 256 368 256h-24c-13.255 0-24 10.745-24 24v176c0 13.255 10.745 24 24 24h24c60.579 0 109.917-48.098 111.928-108.187l14.382-7.191A32 32 0 0 0 512 336v-48c0-141.479-114.496-256-256-256z\"]\n};\nvar faHeadphonesAlt = {\n prefix: 'fas',\n iconName: 'headphones-alt',\n icon: [512, 512, [], \"f58f\", \"M160 288h-16c-35.35 0-64 28.7-64 64.12v63.76c0 35.41 28.65 64.12 64 64.12h16c17.67 0 32-14.36 32-32.06V320.06c0-17.71-14.33-32.06-32-32.06zm208 0h-16c-17.67 0-32 14.35-32 32.06v127.88c0 17.7 14.33 32.06 32 32.06h16c35.35 0 64-28.71 64-64.12v-63.76c0-35.41-28.65-64.12-64-64.12zM256 32C112.91 32 4.57 151.13 0 288v112c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16V288c0-114.67 93.33-207.8 208-207.82 114.67.02 208 93.15 208 207.82v112c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16V288C507.43 151.13 399.09 32 256 32z\"]\n};\nvar faHeadset = {\n prefix: 'fas',\n iconName: 'headset',\n icon: [512, 512, [], \"f590\", \"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"]\n};\nvar faHeart = {\n prefix: 'fas',\n iconName: 'heart',\n icon: [512, 512, [], \"f004\", \"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"]\n};\nvar faHeartBroken = {\n prefix: 'fas',\n iconName: 'heart-broken',\n icon: [512, 512, [], \"f7a9\", \"M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z\"]\n};\nvar faHeartbeat = {\n prefix: 'fas',\n iconName: 'heartbeat',\n icon: [512, 512, [], \"f21e\", \"M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z\"]\n};\nvar faHelicopter = {\n prefix: 'fas',\n iconName: 'helicopter',\n icon: [640, 512, [], \"f533\", \"M304 384h272c17.67 0 32-14.33 32-32 0-123.71-100.29-224-224-224V64h176c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16H144c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h176v64H112L68.8 70.4C65.78 66.37 61.03 64 56 64H16.01C5.6 64-2.04 73.78.49 83.88L32 192l160 64 86.4 115.2A31.992 31.992 0 0 0 304 384zm112-188.49C478.55 208.3 528.03 257.44 540.79 320H416V195.51zm219.37 263.3l-22.15-22.2c-6.25-6.26-16.24-6.1-22.64.01-7.09 6.77-13.84 11.25-24.64 11.25H240c-8.84 0-16 7.18-16 16.03v32.06c0 8.85 7.16 16.03 16 16.03h325.94c14.88 0 35.3-.47 68.45-29.52 7.02-6.14 7.57-17.05.98-23.66z\"]\n};\nvar faHighlighter = {\n prefix: 'fas',\n iconName: 'highlighter',\n icon: [544, 512, [], \"f591\", \"M0 479.98L99.92 512l35.45-35.45-67.04-67.04L0 479.98zm124.61-240.01a36.592 36.592 0 0 0-10.79 38.1l13.05 42.83-50.93 50.94 96.23 96.23 50.86-50.86 42.74 13.08c13.73 4.2 28.65-.01 38.15-10.78l35.55-41.64-173.34-173.34-41.52 35.44zm403.31-160.7l-63.2-63.2c-20.49-20.49-53.38-21.52-75.12-2.35L190.55 183.68l169.77 169.78L530.27 154.4c19.18-21.74 18.15-54.63-2.35-75.13z\"]\n};\nvar faHiking = {\n prefix: 'fas',\n iconName: 'hiking',\n icon: [384, 512, [], \"f6ec\", \"M80.95 472.23c-4.28 17.16 6.14 34.53 23.28 38.81 2.61.66 5.22.95 7.8.95 14.33 0 27.37-9.7 31.02-24.23l25.24-100.97-52.78-52.78-34.56 138.22zm14.89-196.12L137 117c2.19-8.42-3.14-16.95-11.92-19.06-43.88-10.52-88.35 15.07-99.32 57.17L.49 253.24c-2.19 8.42 3.14 16.95 11.92 19.06l63.56 15.25c8.79 2.1 17.68-3.02 19.87-11.44zM368 160h-16c-8.84 0-16 7.16-16 16v16h-34.75l-46.78-46.78C243.38 134.11 228.61 128 212.91 128c-27.02 0-50.47 18.3-57.03 44.52l-26.92 107.72a32.012 32.012 0 0 0 8.42 30.39L224 397.25V480c0 17.67 14.33 32 32 32s32-14.33 32-32v-82.75c0-17.09-6.66-33.16-18.75-45.25l-46.82-46.82c.15-.5.49-.89.62-1.41l19.89-79.57 22.43 22.43c6 6 14.14 9.38 22.62 9.38h48v240c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16V176c.01-8.84-7.15-16-15.99-16zM240 96c26.51 0 48-21.49 48-48S266.51 0 240 0s-48 21.49-48 48 21.49 48 48 48z\"]\n};\nvar faHippo = {\n prefix: 'fas',\n iconName: 'hippo',\n icon: [640, 512, [], \"f6ed\", \"M581.12 96.2c-27.67-.15-52.5 17.58-76.6 26.62C489.98 88.27 455.83 64 416 64c-11.28 0-21.95 2.3-32 5.88V56c0-13.26-10.75-24-24-24h-16c-13.25 0-24 10.74-24 24v48.98C286.01 79.58 241.24 64 192 64 85.96 64 0 135.64 0 224v240c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16v-70.79C128.35 407.57 166.72 416 208 416s79.65-8.43 112-22.79V464c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V288h128v32c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-32c17.67 0 32-14.33 32-32v-92.02c0-34.09-24.79-67.59-58.88-67.78zM448 176c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z\"]\n};\nvar faHistory = {\n prefix: 'fas',\n iconName: 'history',\n icon: [512, 512, [], \"f1da\", \"M504 255.531c.253 136.64-111.18 248.372-247.82 248.468-59.015.042-113.223-20.53-155.822-54.911-11.077-8.94-11.905-25.541-1.839-35.607l11.267-11.267c8.609-8.609 22.353-9.551 31.891-1.984C173.062 425.135 212.781 440 256 440c101.705 0 184-82.311 184-184 0-101.705-82.311-184-184-184-48.814 0-93.149 18.969-126.068 49.932l50.754 50.754c10.08 10.08 2.941 27.314-11.313 27.314H24c-8.837 0-16-7.163-16-16V38.627c0-14.254 17.234-21.393 27.314-11.314l49.372 49.372C129.209 34.136 189.552 8 256 8c136.81 0 247.747 110.78 248 247.531zm-180.912 78.784l9.823-12.63c8.138-10.463 6.253-25.542-4.21-33.679L288 256.349V152c0-13.255-10.745-24-24-24h-16c-13.255 0-24 10.745-24 24v135.651l65.409 50.874c10.463 8.137 25.541 6.253 33.679-4.21z\"]\n};\nvar faHockeyPuck = {\n prefix: 'fas',\n iconName: 'hockey-puck',\n icon: [512, 512, [], \"f453\", \"M0 160c0-53 114.6-96 256-96s256 43 256 96-114.6 96-256 96S0 213 0 160zm0 82.2V352c0 53 114.6 96 256 96s256-43 256-96V242.2c-113.4 82.3-398.5 82.4-512 0z\"]\n};\nvar faHollyBerry = {\n prefix: 'fas',\n iconName: 'holly-berry',\n icon: [448, 512, [], \"f7aa\", \"M144 192c26.5 0 48-21.5 48-48s-21.5-48-48-48-48 21.5-48 48 21.5 48 48 48zm112-48c0 26.5 21.5 48 48 48s48-21.5 48-48-21.5-48-48-48-48 21.5-48 48zm-32-48c26.5 0 48-21.5 48-48S250.5 0 224 0s-48 21.5-48 48 21.5 48 48 48zm-16.2 139.1c.1-12.4-13.1-20.1-23.8-13.7-34.3 20.3-71.4 32.7-108.7 36.2-9.7.9-15.6 11.3-11.6 20.2 6.2 13.9 11.1 28.6 14.7 43.8 3.6 15.2-5.3 30.6-20.2 35.1-14.9 4.5-30.1 7.6-45.3 9.1-9.7 1-15.7 11.3-11.7 20.2 15 32.8 22.9 69.5 23 107.7.1 14.4 15.2 23.1 27.6 16 33.2-19 68.9-30.5 104.8-33.9 9.7-.9 15.6-11.3 11.6-20.2-6.2-13.9-11.1-28.6-14.7-43.8-3.6-15.2 5.3-30.6 20.2-35.1 14.9-4.5 30.1-7.6 45.3-9.1 9.7-1 15.7-11.3 11.7-20.2-15.5-34.2-23.3-72.5-22.9-112.3zM435 365.6c-15.2-1.6-30.3-4.7-45.3-9.1-14.9-4.5-23.8-19.9-20.2-35.1 3.6-15.2 8.5-29.8 14.7-43.8 4-8.9-1.9-19.3-11.6-20.2-37.3-3.5-74.4-15.9-108.7-36.2-10.7-6.3-23.9 1.4-23.8 13.7 0 1.6-.2 3.2-.2 4.9.2 33.3 7 65.7 19.9 94 5.7 12.4 5.2 26.6-.6 38.9 4.9 1.2 9.9 2.2 14.8 3.7 14.9 4.5 23.8 19.9 20.2 35.1-3.6 15.2-8.5 29.8-14.7 43.8-4 8.9 1.9 19.3 11.6 20.2 35.9 3.4 71.6 14.9 104.8 33.9 12.5 7.1 27.6-1.6 27.6-16 .2-38.2 8-75 23-107.7 4.3-8.7-1.8-19.1-11.5-20.1z\"]\n};\nvar faHome = {\n prefix: 'fas',\n iconName: 'home',\n icon: [576, 512, [], \"f015\", \"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"]\n};\nvar faHorse = {\n prefix: 'fas',\n iconName: 'horse',\n icon: [576, 512, [], \"f6f0\", \"M575.92 76.6c-.01-8.13-3.02-15.87-8.58-21.8-3.78-4.03-8.58-9.12-13.69-14.5 11.06-6.84 19.5-17.49 22.18-30.66C576.85 4.68 572.96 0 567.9 0H447.92c-70.69 0-128 57.31-128 128H160c-28.84 0-54.4 12.98-72 33.11V160c-48.53 0-88 39.47-88 88v56c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-56c0-13.22 6.87-24.39 16.78-31.68-.21 2.58-.78 5.05-.78 7.68 0 27.64 11.84 52.36 30.54 69.88l-25.72 68.6a63.945 63.945 0 0 0-2.16 37.99l24.85 99.41A15.982 15.982 0 0 0 107.02 512h65.96c10.41 0 18.05-9.78 15.52-19.88l-26.31-105.26 23.84-63.59L320 345.6V496c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V318.22c19.74-20.19 32-47.75 32-78.22 0-.22-.07-.42-.08-.64V136.89l16 7.11 18.9 37.7c7.45 14.87 25.05 21.55 40.49 15.37l32.55-13.02a31.997 31.997 0 0 0 20.12-29.74l-.06-77.71zm-64 19.4c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z\"]\n};\nvar faHorseHead = {\n prefix: 'fas',\n iconName: 'horse-head',\n icon: [512, 512, [], \"f7ab\", \"M509.8 332.5l-69.9-164.3c-14.9-41.2-50.4-71-93-79.2 18-10.6 46.3-35.9 34.2-82.3-1.3-5-7.1-7.9-12-6.1L166.9 76.3C35.9 123.4 0 238.9 0 398.8V480c0 17.7 14.3 32 32 32h236.2c23.8 0 39.3-25 28.6-46.3L256 384v-.7c-45.6-3.5-84.6-30.7-104.3-69.6-1.6-3.1-.9-6.9 1.6-9.3l12.1-12.1c3.9-3.9 10.6-2.7 12.9 2.4 14.8 33.7 48.2 57.4 87.4 57.4 17.2 0 33-5.1 46.8-13.2l46 63.9c6 8.4 15.7 13.3 26 13.3h50.3c8.5 0 16.6-3.4 22.6-9.4l45.3-39.8c8.9-9.1 11.7-22.6 7.1-34.4zM328 224c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24z\"]\n};\nvar faHospital = {\n prefix: 'fas',\n iconName: 'hospital',\n icon: [448, 512, [], \"f0f8\", \"M448 492v20H0v-20c0-6.627 5.373-12 12-12h20V120c0-13.255 10.745-24 24-24h88V24c0-13.255 10.745-24 24-24h112c13.255 0 24 10.745 24 24v72h88c13.255 0 24 10.745 24 24v360h20c6.627 0 12 5.373 12 12zM308 192h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zm-168 64h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12zm104 128h-40c-6.627 0-12 5.373-12 12v84h64v-84c0-6.627-5.373-12-12-12zm64-96h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zm-116 12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40zM182 96h26v26a6 6 0 0 0 6 6h20a6 6 0 0 0 6-6V96h26a6 6 0 0 0 6-6V70a6 6 0 0 0-6-6h-26V38a6 6 0 0 0-6-6h-20a6 6 0 0 0-6 6v26h-26a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6z\"]\n};\nvar faHospitalAlt = {\n prefix: 'fas',\n iconName: 'hospital-alt',\n icon: [576, 512, [], \"f47d\", \"M544 96H416V32c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32v64H32c-17.7 0-32 14.3-32 32v368c0 8.8 7.2 16 16 16h544c8.8 0 16-7.2 16-16V128c0-17.7-14.3-32-32-32zM160 436c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm160 128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm16-170c0 3.3-2.7 6-6 6h-26v26c0 3.3-2.7 6-6 6h-20c-3.3 0-6-2.7-6-6v-26h-26c-3.3 0-6-2.7-6-6v-20c0-3.3 2.7-6 6-6h26V86c0-3.3 2.7-6 6-6h20c3.3 0 6 2.7 6 6v26h26c3.3 0 6 2.7 6 6v20zm144 298c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"]\n};\nvar faHospitalSymbol = {\n prefix: 'fas',\n iconName: 'hospital-symbol',\n icon: [512, 512, [], \"f47e\", \"M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm112 376c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-88h-96v88c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V136c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v88h96v-88c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v240z\"]\n};\nvar faHotTub = {\n prefix: 'fas',\n iconName: 'hot-tub',\n icon: [512, 512, [], \"f593\", \"M414.21 177.65c1.02 8.21 7.75 14.35 15.75 14.35h16.12c9.51 0 17.08-8.57 16-18.35-4.34-39.11-22.4-74.53-50.13-97.16-17.37-14.17-28.82-36.75-31.98-62.15C378.96 6.14 372.22 0 364.23 0h-16.12c-9.51 0-17.09 8.57-16 18.35 4.34 39.11 22.4 74.53 50.13 97.16 17.36 14.17 28.82 36.75 31.97 62.14zm-108 0c1.02 8.21 7.75 14.35 15.75 14.35h16.12c9.51 0 17.08-8.57 16-18.35-4.34-39.11-22.4-74.53-50.13-97.16-17.37-14.17-28.82-36.75-31.98-62.15C270.96 6.14 264.22 0 256.23 0h-16.12c-9.51 0-17.09 8.57-16 18.35 4.34 39.11 22.4 74.53 50.13 97.16 17.36 14.17 28.82 36.75 31.97 62.14zM480 256H256l-110.93-83.2a63.99 63.99 0 0 0-38.4-12.8H64c-35.35 0-64 28.65-64 64v224c0 35.35 28.65 64 64 64h384c35.35 0 64-28.65 64-64V288c0-17.67-14.33-32-32-32zM128 440c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zm96 0c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zm96 0c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zm96 0c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zM64 128c35.35 0 64-28.65 64-64S99.35 0 64 0 0 28.65 0 64s28.65 64 64 64z\"]\n};\nvar faHotdog = {\n prefix: 'fas',\n iconName: 'hotdog',\n icon: [512, 512, [], \"f80f\", \"M488.56 23.44a80 80 0 0 0-113.12 0l-352 352a80 80 0 1 0 113.12 113.12l352-352a80 80 0 0 0 0-113.12zm-49.93 95.19c-19.6 19.59-37.52 22.67-51.93 25.14C373.76 146 364.4 147.6 352 160s-14 21.76-16.23 34.71c-2.48 14.4-5.55 32.33-25.15 51.92s-37.52 22.67-51.92 25.15C245.75 274 236.4 275.6 224 288s-14 21.75-16.23 34.7c-2.47 14.4-5.54 32.33-25.14 51.92s-37.53 22.68-51.93 25.15C117.76 402 108.4 403.6 96 416a16 16 0 0 1-22.63-22.63c19.6-19.59 37.52-22.67 51.92-25.14 13-2.22 22.3-3.82 34.71-16.23s14-21.75 16.22-34.7c2.48-14.4 5.55-32.33 25.15-51.92s37.52-22.67 51.92-25.14c13-2.22 22.3-3.83 34.7-16.23s14-21.76 16.24-34.71c2.47-14.4 5.54-32.33 25.14-51.92s37.52-22.68 51.92-25.15C394.24 110 403.59 108.41 416 96a16 16 0 0 1 22.63 22.63zM31.44 322.18L322.18 31.44l-11.54-11.55c-25-25-63.85-26.66-86.79-3.72L16.17 223.85c-22.94 22.94-21.27 61.79 3.72 86.78zm449.12-132.36L189.82 480.56l11.54 11.55c25 25 63.85 26.66 86.79 3.72l207.68-207.68c22.94-22.94 21.27-61.79-3.72-86.79z\"]\n};\nvar faHotel = {\n prefix: 'fas',\n iconName: 'hotel',\n icon: [576, 512, [], \"f594\", \"M560 64c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h15.98v384H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h240v-80c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v80h240c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-16V64h16zm-304 44.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zm0 96c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zm-128-96c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zM179.2 256h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8zM192 384c0-53.02 42.98-96 96-96s96 42.98 96 96H192zm256-140.8c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-96c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4z\"]\n};\nvar faHourglass = {\n prefix: 'fas',\n iconName: 'hourglass',\n icon: [384, 512, [], \"f254\", \"M360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64z\"]\n};\nvar faHourglassEnd = {\n prefix: 'fas',\n iconName: 'hourglass-end',\n icon: [384, 512, [], \"f253\", \"M360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64zM192 208c-57.787 0-104-66.518-104-144h208c0 77.945-46.51 144-104 144z\"]\n};\nvar faHourglassHalf = {\n prefix: 'fas',\n iconName: 'hourglass-half',\n icon: [384, 512, [], \"f252\", \"M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-75.078 384H99.08c17.059-46.797 52.096-80 92.92-80 40.821 0 75.862 33.196 92.922 80zm.019-256H99.078C91.988 108.548 88 86.748 88 64h208c0 22.805-3.987 44.587-11.059 64z\"]\n};\nvar faHourglassStart = {\n prefix: 'fas',\n iconName: 'hourglass-start',\n icon: [384, 512, [], \"f251\", \"M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-64 448H88c0-77.458 46.204-144 104-144 57.786 0 104 66.517 104 144z\"]\n};\nvar faHouseDamage = {\n prefix: 'fas',\n iconName: 'house-damage',\n icon: [576, 512, [], \"f6f1\", \"M288 114.96L69.47 307.71c-1.62 1.46-3.69 2.14-5.47 3.35V496c0 8.84 7.16 16 16 16h149.23L192 439.19l104.11-64-60.16-119.22L384 392.75l-104.11 64L319.81 512H496c8.84 0 16-7.16 16-16V311.1c-1.7-1.16-3.72-1.82-5.26-3.2L288 114.96zm282.69 121.32L512 184.45V48c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v51.69L314.75 10.31C307.12 3.45 297.56.01 288 0s-19.1 3.41-26.7 10.27L5.31 236.28c-6.57 5.91-7.12 16.02-1.21 22.6l21.4 23.82c5.9 6.57 16.02 7.12 22.6 1.21L277.42 81.63c6.05-5.33 15.12-5.33 21.17 0L527.91 283.9c6.57 5.9 16.69 5.36 22.6-1.21l21.4-23.82c5.9-6.57 5.36-16.69-1.22-22.59z\"]\n};\nvar faHryvnia = {\n prefix: 'fas',\n iconName: 'hryvnia',\n icon: [384, 512, [], \"f6f2\", \"M368 240c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-41.86c13.41-28.63 13.74-63.33-4.13-94.05C303.34 49.84 267.1 32 229.96 32h-78.82c-24.32 0-47.86 8.53-66.54 24.09L72.83 65.9c-10.18 8.49-11.56 23.62-3.07 33.8l20.49 24.59c8.49 10.19 23.62 11.56 33.81 3.07l11.73-9.78c4.32-3.6 9.77-5.57 15.39-5.57h83.62c11.69 0 21.2 9.52 21.2 21.2 0 5.91-2.48 11.58-6.81 15.58L219.7 176H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h134.37l-34.67 32H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h41.86c-13.41 28.63-13.74 63.33 4.13 94.05C80.66 462.15 116.9 480 154.04 480h78.82c24.32 0 47.86-8.53 66.54-24.09l11.77-9.81c10.18-8.49 11.56-23.62 3.07-33.8l-20.49-24.59c-8.49-10.19-23.62-11.56-33.81-3.07l-11.75 9.8a23.992 23.992 0 0 1-15.36 5.56H149.2c-11.69 0-21.2-9.52-21.2-21.2 0-5.91 2.48-11.58 6.81-15.58L164.3 336H368c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16H233.63l34.67-32H368z\"]\n};\nvar faICursor = {\n prefix: 'fas',\n iconName: 'i-cursor',\n icon: [256, 512, [], \"f246\", \"M256 52.048V12.065C256 5.496 250.726.148 244.158.066 211.621-.344 166.469.011 128 37.959 90.266.736 46.979-.114 11.913.114 5.318.157 0 5.519 0 12.114v39.645c0 6.687 5.458 12.078 12.145 11.998C38.111 63.447 96 67.243 96 112.182V224H60c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h36v112c0 44.932-56.075 48.031-83.95 47.959C5.404 447.942 0 453.306 0 459.952v39.983c0 6.569 5.274 11.917 11.842 11.999 32.537.409 77.689.054 116.158-37.894 37.734 37.223 81.021 38.073 116.087 37.845 6.595-.043 11.913-5.405 11.913-12V460.24c0-6.687-5.458-12.078-12.145-11.998C217.889 448.553 160 444.939 160 400V288h36c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-36V112.182c0-44.932 56.075-48.213 83.95-48.142 6.646.018 12.05-5.346 12.05-11.992z\"]\n};\nvar faIceCream = {\n prefix: 'fas',\n iconName: 'ice-cream',\n icon: [448, 512, [], \"f810\", \"M368 160h-.94a144 144 0 1 0-286.12 0H80a48 48 0 0 0 0 96h288a48 48 0 0 0 0-96zM195.38 493.69a31.52 31.52 0 0 0 57.24 0L352 288H96z\"]\n};\nvar faIcicles = {\n prefix: 'fas',\n iconName: 'icicles',\n icon: [512, 512, [], \"f7ad\", \"M511.4 37.9C515.1 18.2 500 0 480 0H32C10.6 0-4.8 20.7 1.4 41.2l87.1 273.4c2.5 7.2 12.7 7.2 15.1 0L140 190.5l44.2 187.3c1.9 8.3 13.7 8.3 15.6 0l46.5-196.9 34.1 133.4c2.3 7.6 13 7.6 15.3 0l45.8-172.5 66.7 363.8c1.7 8.6 14 8.6 15.7 0l87.5-467.7z\"]\n};\nvar faIcons = {\n prefix: 'fas',\n iconName: 'icons',\n icon: [512, 512, [], \"f86d\", \"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"]\n};\nvar faIdBadge = {\n prefix: 'fas',\n iconName: 'id-badge',\n icon: [384, 512, [], \"f2c1\", \"M336 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM144 32h96c8.8 0 16 7.2 16 16s-7.2 16-16 16h-96c-8.8 0-16-7.2-16-16s7.2-16 16-16zm48 128c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H102.4C90 416 80 407.4 80 396.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2z\"]\n};\nvar faIdCard = {\n prefix: 'fas',\n iconName: 'id-card',\n icon: [576, 512, [], \"f2c2\", \"M528 32H48C21.5 32 0 53.5 0 80v16h576V80c0-26.5-21.5-48-48-48zM0 432c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V128H0v304zm352-232c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zm0 64c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zm0 64c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zM176 192c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zM67.1 396.2C75.5 370.5 99.6 352 128 352h8.2c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h8.2c28.4 0 52.5 18.5 60.9 44.2 3.2 9.9-5.2 19.8-15.6 19.8H82.7c-10.4 0-18.8-10-15.6-19.8z\"]\n};\nvar faIdCardAlt = {\n prefix: 'fas',\n iconName: 'id-card-alt',\n icon: [576, 512, [], \"f47f\", \"M528 64H384v96H192V64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM288 224c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm93.3 224H194.7c-10.4 0-18.8-10-15.6-19.8 8.3-25.6 32.4-44.2 60.9-44.2h8.2c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h8.2c28.4 0 52.5 18.5 60.9 44.2 3.2 9.8-5.2 19.8-15.6 19.8zM352 32c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32v96h128V32z\"]\n};\nvar faIgloo = {\n prefix: 'fas',\n iconName: 'igloo',\n icon: [576, 512, [], \"f7ae\", \"M320 33.9c-10.5-1.2-21.2-1.9-32-1.9-99.8 0-187.8 50.8-239.4 128H320V33.9zM96 192H30.3C11.1 230.6 0 274 0 320h96V192zM352 39.4V160h175.4C487.2 99.9 424.8 55.9 352 39.4zM480 320h96c0-46-11.1-89.4-30.3-128H480v128zm-64 64v96h128c17.7 0 32-14.3 32-32v-96H411.5c2.6 10.3 4.5 20.9 4.5 32zm32-192H128v128h49.8c22.2-38.1 63-64 110.2-64s88 25.9 110.2 64H448V192zM0 448c0 17.7 14.3 32 32 32h128v-96c0-11.1 1.9-21.7 4.5-32H0v96zm288-160c-53 0-96 43-96 96v96h192v-96c0-53-43-96-96-96z\"]\n};\nvar faImage = {\n prefix: 'fas',\n iconName: 'image',\n icon: [512, 512, [], \"f03e\", \"M464 448H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48zM112 120c-30.928 0-56 25.072-56 56s25.072 56 56 56 56-25.072 56-56-25.072-56-56-56zM64 384h384V272l-87.515-87.515c-4.686-4.686-12.284-4.686-16.971 0L208 320l-55.515-55.515c-4.686-4.686-12.284-4.686-16.971 0L64 336v48z\"]\n};\nvar faImages = {\n prefix: 'fas',\n iconName: 'images',\n icon: [576, 512, [], \"f302\", \"M480 416v16c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v208c0 44.112 35.888 80 80 80h336zm96-80V80c0-26.51-21.49-48-48-48H144c-26.51 0-48 21.49-48 48v256c0 26.51 21.49 48 48 48h384c26.51 0 48-21.49 48-48zM256 128c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-96 144l55.515-55.515c4.686-4.686 12.284-4.686 16.971 0L272 256l135.515-135.515c4.686-4.686 12.284-4.686 16.971 0L512 208v112H160v-48z\"]\n};\nvar faInbox = {\n prefix: 'fas',\n iconName: 'inbox',\n icon: [576, 512, [], \"f01c\", \"M567.938 243.908L462.25 85.374A48.003 48.003 0 0 0 422.311 64H153.689a48 48 0 0 0-39.938 21.374L8.062 243.908A47.994 47.994 0 0 0 0 270.533V400c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V270.533a47.994 47.994 0 0 0-8.062-26.625zM162.252 128h251.497l85.333 128H376l-32 64H232l-32-64H76.918l85.334-128z\"]\n};\nvar faIndent = {\n prefix: 'fas',\n iconName: 'indent',\n icon: [448, 512, [], \"f03c\", \"M27.31 363.3l96-96a16 16 0 0 0 0-22.62l-96-96C17.27 138.66 0 145.78 0 160v192c0 14.31 17.33 21.3 27.31 11.3zM432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm3.17-128H204.83A12.82 12.82 0 0 0 192 300.83v38.34A12.82 12.82 0 0 0 204.83 352h230.34A12.82 12.82 0 0 0 448 339.17v-38.34A12.82 12.82 0 0 0 435.17 288zm0-128H204.83A12.82 12.82 0 0 0 192 172.83v38.34A12.82 12.82 0 0 0 204.83 224h230.34A12.82 12.82 0 0 0 448 211.17v-38.34A12.82 12.82 0 0 0 435.17 160zM432 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faIndustry = {\n prefix: 'fas',\n iconName: 'industry',\n icon: [512, 512, [], \"f275\", \"M475.115 163.781L336 252.309v-68.28c0-18.916-20.931-30.399-36.885-20.248L160 252.309V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56v400c0 13.255 10.745 24 24 24h464c13.255 0 24-10.745 24-24V184.029c0-18.917-20.931-30.399-36.885-20.248z\"]\n};\nvar faInfinity = {\n prefix: 'fas',\n iconName: 'infinity',\n icon: [640, 512, [], \"f534\", \"M471.1 96C405 96 353.3 137.3 320 174.6 286.7 137.3 235 96 168.9 96 75.8 96 0 167.8 0 256s75.8 160 168.9 160c66.1 0 117.8-41.3 151.1-78.6 33.3 37.3 85 78.6 151.1 78.6 93.1 0 168.9-71.8 168.9-160S564.2 96 471.1 96zM168.9 320c-40.2 0-72.9-28.7-72.9-64s32.7-64 72.9-64c38.2 0 73.4 36.1 94 64-20.4 27.6-55.9 64-94 64zm302.2 0c-38.2 0-73.4-36.1-94-64 20.4-27.6 55.9-64 94-64 40.2 0 72.9 28.7 72.9 64s-32.7 64-72.9 64z\"]\n};\nvar faInfo = {\n prefix: 'fas',\n iconName: 'info',\n icon: [192, 512, [], \"f129\", \"M20 424.229h20V279.771H20c-11.046 0-20-8.954-20-20V212c0-11.046 8.954-20 20-20h112c11.046 0 20 8.954 20 20v212.229h20c11.046 0 20 8.954 20 20V492c0 11.046-8.954 20-20 20H20c-11.046 0-20-8.954-20-20v-47.771c0-11.046 8.954-20 20-20zM96 0C56.235 0 24 32.235 24 72s32.235 72 72 72 72-32.235 72-72S135.764 0 96 0z\"]\n};\nvar faInfoCircle = {\n prefix: 'fas',\n iconName: 'info-circle',\n icon: [512, 512, [], \"f05a\", \"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"]\n};\nvar faItalic = {\n prefix: 'fas',\n iconName: 'italic',\n icon: [320, 512, [], \"f033\", \"M320 48v32a16 16 0 0 1-16 16h-62.76l-80 320H208a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H16a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h62.76l80-320H112a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h192a16 16 0 0 1 16 16z\"]\n};\nvar faJedi = {\n prefix: 'fas',\n iconName: 'jedi',\n icon: [544, 512, [], \"f669\", \"M479.99 352l58.88-58.87c3.29-16.8 5.13-34.12 5.13-51.86 0-5.81-.68-11.51-1.05-17.27H496l41.25-41.24c-14.5-64.79-52.43-123.05-107.91-162.27-2.77-1.96-5.97-2.99-9.25-2.99-5.37 0-10.41 2.71-13.49 7.24-3.05 4.49-3.64 9.99-1.61 15.09 6.55 16.46 9.86 33.73 9.86 51.31 0 45.12-21.03 86.57-57.69 113.73-4.02 2.98-6.46 7.5-6.7 12.4-.24 4.92 1.76 9.66 5.49 13.03 32.93 29.75 47.35 73.51 38.57 117.07-9.74 48.35-48.84 87.1-97.31 96.5l-2.5-65.34L321.88 397c2.98 2.06 7.39 1.69 10.02-.8a8.002 8.002 0 0 0 1.34-9.92l-20.11-33.73 42.07-8.72c3.7-.75 6.38-4.05 6.38-7.83 0-3.77-2.69-7.06-6.38-7.83l-42.07-8.73 20.13-33.77c1.92-3.23 1.34-7.31-1.38-9.91-2.7-2.55-6.97-2.89-10-.8l-30.39 20.67L279.96 7.7a7.964 7.964 0 0 0-8-7.7c-4.33 0-7.84 3.38-8 7.67l-11.52 287.97-30.39-20.66c-3.14-2.12-7.27-1.83-10 .78-2.72 2.59-3.3 6.67-1.36 9.94l20.11 33.73-42.07 8.73c-3.7.75-6.38 4.05-6.38 7.83s2.67 7.08 6.38 7.83l42.07 8.72-20.13 33.77c-1.92 3.23-1.34 7.33 1.39 9.94 2.59 2.45 7.03 2.75 10 .75l27.16-18.48-2.5 65.26c-56.94-11.64-99.89-61.89-99.89-121.92 0-35.08 14.62-67.6 41.17-91.58 3.72-3.36 5.72-8.11 5.48-13.01-.24-4.9-2.68-9.41-6.69-12.38-36.67-27.16-57.71-68.62-57.71-113.74 0-17.56 3.31-34.81 9.84-51.26 2.02-5.09 1.43-10.59-1.62-15.09-3.08-4.54-8.13-7.25-13.51-7.25-3.3 0-6.5 1.04-9.27 3-55.87 39.52-93.6 97.37-107.97 162.07L47.93 224H.72c-.63 9.92-.97 19.91-.5 29.99.62 13.43 2.54 26.53 5.11 39.41l58.6 58.6H24.02c41.25 90.23 131.13 154.94 235.1 159.71 4.3.2 8.59.29 12.85.29 110.34 0 205.35-65.83 247.98-160h-39.96z\"]\n};\nvar faJoint = {\n prefix: 'fas',\n iconName: 'joint',\n icon: [640, 512, [], \"f595\", \"M444.34 181.1c22.38 15.68 35.66 41.16 35.66 68.59V280c0 4.42 3.58 8 8 8h48c4.42 0 8-3.58 8-8v-30.31c0-43.24-21.01-83.41-56.34-108.06C463.85 125.02 448 99.34 448 70.31V8c0-4.42-3.58-8-8-8h-48c-4.42 0-8 3.58-8 8v66.4c0 43.69 24.56 81.63 60.34 106.7zM194.97 358.98C126.03 370.07 59.69 394.69 0 432c83.65 52.28 180.3 80 278.94 80h88.57L254.79 380.49c-14.74-17.2-37.45-25.11-59.82-21.51zM553.28 87.09c-5.67-3.8-9.28-9.96-9.28-16.78V8c0-4.42-3.58-8-8-8h-48c-4.42 0-8 3.58-8 8v62.31c0 22.02 10.17 43.41 28.64 55.39C550.79 153.04 576 199.54 576 249.69V280c0 4.42 3.58 8 8 8h48c4.42 0 8-3.58 8-8v-30.31c0-65.44-32.41-126.19-86.72-162.6zM360.89 352.05c-34.4.06-86.81.15-88.21.17l117.8 137.43A63.987 63.987 0 0 0 439.07 512h88.45L409.57 374.4a63.955 63.955 0 0 0-48.68-22.35zM616 352H432l117.99 137.65A63.987 63.987 0 0 0 598.58 512H616c13.25 0 24-10.75 24-24V376c0-13.26-10.75-24-24-24z\"]\n};\nvar faJournalWhills = {\n prefix: 'fas',\n iconName: 'journal-whills',\n icon: [448, 512, [], \"f66a\", \"M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM133.08 144.39l21.26 21.26c1.56 1.56 3.61 2.34 5.66 2.34s4.09-.78 5.66-2.34c3.12-3.12 3.12-8.19 0-11.31l-26.42-26.42c10-20.9 26.24-37.97 46.37-49.26C179.62 88.4 176 99.74 176 112c0 19.96 9.33 37.57 23.66 49.31C190.01 171.37 184 184.96 184 200c0 26.94 19.04 49.4 44.38 54.76l1.36-32.71-10.37 7.04c-.69.45-1.47.69-2.25.69-1 0-1.98-.38-2.75-1.09a4.006 4.006 0 0 1-.69-4.95l8.54-14.31-17.91-3.72c-1.86-.39-3.19-2.03-3.19-3.92s1.33-3.53 3.19-3.92l17.91-3.72-8.54-14.31c-.95-1.61-.67-3.67.69-4.95 1.36-1.3 3.44-1.44 5-.41l12.01 8.16L236 71.83c.09-2.14 1.86-3.83 4-3.83s3.91 1.69 4 3.83l4.68 112.29 14.2-9.65a4.067 4.067 0 0 1 5 .41 4.006 4.006 0 0 1 .69 4.95l-8.54 14.31 17.91 3.72c1.86.39 3.19 2.03 3.19 3.92s-1.33 3.53-3.19 3.92l-17.91 3.72 8.54 14.31c.95 1.61.67 3.67-.69 4.95-.77.72-1.77 1.09-2.75 1.09-.78 0-1.56-.23-2.25-.69l-12.68-8.62 1.43 34.28C276.96 249.4 296 226.94 296 200c0-15.04-6.01-28.63-15.66-38.69C294.67 149.57 304 131.96 304 112c0-12.26-3.62-23.6-9.6-33.33 20.13 11.28 36.37 28.36 46.37 49.26l-26.42 26.42c-3.12 3.12-3.12 8.19 0 11.31 1.56 1.56 3.61 2.34 5.66 2.34s4.09-.78 5.66-2.34l21.26-21.26c2.97 10.08 5.07 20.55 5.07 31.6 0 .52-.14.99-.15 1.51l-37.11 32.47a7.975 7.975 0 0 0-.75 11.28 7.97 7.97 0 0 0 6.02 2.73c1.88 0 3.75-.66 5.27-1.98l23.59-20.64C337.32 250.96 293.09 288 240 288s-97.32-37.04-108.86-86.62l23.59 20.64A7.957 7.957 0 0 0 160 224c2.22 0 4.44-.92 6.02-2.73 2.92-3.33 2.58-8.38-.75-11.28l-37.11-32.47c-.01-.52-.15-.99-.15-1.51-.01-11.06 2.09-21.53 5.07-31.62zM380.8 448H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8v64z\"]\n};\nvar faKaaba = {\n prefix: 'fas',\n iconName: 'kaaba',\n icon: [576, 512, [], \"f66b\", \"M554.12 83.51L318.36 4.93a95.962 95.962 0 0 0-60.71 0L21.88 83.51A32.006 32.006 0 0 0 0 113.87v49.01l265.02-79.51c15.03-4.5 30.92-4.5 45.98 0l265 79.51v-49.01c0-13.77-8.81-26-21.88-30.36zm-279.9 30.52L0 196.3v228.38c0 15 10.42 27.98 25.06 31.24l242.12 53.8a95.937 95.937 0 0 0 41.65 0l242.12-53.8c14.64-3.25 25.06-16.24 25.06-31.24V196.29l-274.2-82.26c-9.04-2.72-18.59-2.72-27.59 0zM128 230.11c0 3.61-2.41 6.77-5.89 7.72l-80 21.82C37.02 261.03 32 257.2 32 251.93v-16.58c0-3.61 2.41-6.77 5.89-7.72l80-21.82c5.09-1.39 10.11 2.44 10.11 7.72v16.58zm144-39.28c0 3.61-2.41 6.77-5.89 7.72l-96 26.18c-5.09 1.39-10.11-2.44-10.11-7.72v-16.58c0-3.61 2.41-6.77 5.89-7.72l96-26.18c5.09-1.39 10.11 2.44 10.11 7.72v16.58zm176 22.7c0-5.28 5.02-9.11 10.11-7.72l80 21.82c3.48.95 5.89 4.11 5.89 7.72v16.58c0 5.28-5.02 9.11-10.11 7.72l-80-21.82a7.997 7.997 0 0 1-5.89-7.72v-16.58zm-144-39.27c0-5.28 5.02-9.11 10.11-7.72l96 26.18c3.48.95 5.89 4.11 5.89 7.72v16.58c0 5.28-5.02 9.11-10.11 7.72l-96-26.18a7.997 7.997 0 0 1-5.89-7.72v-16.58z\"]\n};\nvar faKey = {\n prefix: 'fas',\n iconName: 'key',\n icon: [512, 512, [], \"f084\", \"M512 176.001C512 273.203 433.202 352 336 352c-11.22 0-22.19-1.062-32.827-3.069l-24.012 27.014A23.999 23.999 0 0 1 261.223 384H224v40c0 13.255-10.745 24-24 24h-40v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-78.059c0-6.365 2.529-12.47 7.029-16.971l161.802-161.802C163.108 213.814 160 195.271 160 176 160 78.798 238.797.001 335.999 0 433.488-.001 512 78.511 512 176.001zM336 128c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48-48 21.49-48 48z\"]\n};\nvar faKeyboard = {\n prefix: 'fas',\n iconName: 'keyboard',\n icon: [576, 512, [], \"f11c\", \"M528 448H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48zM128 180v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm288 0v-40c0-6.627-5.373-12-12-12H172c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12z\"]\n};\nvar faKhanda = {\n prefix: 'fas',\n iconName: 'khanda',\n icon: [512, 512, [], \"f66d\", \"M415.81 66c-6.37-3.5-14.37-2.33-19.36 3.02a15.974 15.974 0 0 0-1.91 19.52c16.49 26.16 25.2 56.39 25.2 87.41-.19 53.25-26.77 102.69-71.27 132.41l-76.63 53.35v-20.1l44.05-36.09c3.92-4.2 5-10.09 2.81-15.28L310.85 273c33.84-19.26 56.94-55.25 56.94-96.99 0-40.79-22.02-76.13-54.59-95.71l5.22-11.44c2.34-5.53.93-11.83-3.57-16.04L255.86 0l-58.99 52.81c-4.5 4.21-5.9 10.51-3.57 16.04l5.22 11.44c-32.57 19.58-54.59 54.93-54.59 95.72 0 41.75 23.09 77.73 56.94 96.99l-7.85 17.24c-2.19 5.18-1.1 11.07 2.81 15.28l44.05 36.09v19.9l-76.59-53.33C119.02 278.62 92.44 229.19 92.26 176c0-31.08 8.71-61.31 25.2-87.47 3.87-6.16 2.4-13.77-2.59-19.08-5-5.34-13.68-6.2-20.02-2.7C16.32 109.6-22.3 205.3 13.36 295.99c7.07 17.99 17.89 34.38 30.46 49.06l55.97 65.36c4.87 5.69 13.04 7.24 19.65 3.72l79.35-42.23L228 392.23l-47.08 32.78c-1.67-.37-3.23-1.01-5.01-1.01-13.25 0-23.99 10.74-23.99 24 0 13.25 10.74 24 23.99 24 12.1 0 21.69-9.11 23.33-20.76l40.63-28.28v29.95c-9.39 5.57-15.99 15.38-15.99 27.1 0 17.67 14.32 32 31.98 32s31.98-14.33 31.98-32c0-11.71-6.61-21.52-15.99-27.1v-30.15l40.91 28.48C314.41 462.89 324 472 336.09 472c13.25 0 23.99-10.75 23.99-24 0-13.26-10.74-24-23.99-24-1.78 0-3.34.64-5.01 1.01L284 392.23l29.21-20.34 79.35 42.23c6.61 3.52 14.78 1.97 19.65-3.71l52.51-61.31c18.87-22.02 34-47.5 41.25-75.59 21.62-83.66-16.45-167.27-90.16-207.51zm-95.99 110c0 22.3-11.49 41.92-28.83 53.38l-5.65-12.41c-8.75-24.52-8.75-51.04 0-75.56l7.83-17.18c16.07 11.65 26.65 30.45 26.65 51.77zm-127.93 0c0-21.32 10.58-40.12 26.66-51.76l7.83 17.18c8.75 24.52 8.75 51.03 0 75.56l-5.65 12.41c-17.34-11.46-28.84-31.09-28.84-53.39z\"]\n};\nvar faKiss = {\n prefix: 'fas',\n iconName: 'kiss',\n icon: [496, 512, [], \"f596\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 232c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm136 156c0 19.2-28.7 41.5-71.5 44-8.5.8-12.1-11.8-3.6-15.4l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-6-2.5-6.1-12.2 0-14.8l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-8.6-3.6-4.8-16.5 3.6-15.4 42.8 2.5 71.5 24.8 71.5 44 0 13-13.4 27.3-35.2 36C290.6 368.7 304 383 304 396zm24-156c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faKissBeam = {\n prefix: 'fas',\n iconName: 'kiss-beam',\n icon: [496, 512, [], \"f597\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-39 219.9l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.5 8.5-10.9 12-15.1 4.5zM304 396c0 19.2-28.7 41.5-71.5 44-8.5.8-12.1-11.8-3.6-15.4l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-6-2.5-6.1-12.2 0-14.8l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-8.6-3.6-4.8-16.5 3.6-15.4 42.8 2.5 71.5 24.8 71.5 44 0 13-13.4 27.3-35.2 36C290.6 368.7 304 383 304 396zm65-168.1l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.5 8.5-10.9 12-15.1 4.5z\"]\n};\nvar faKissWinkHeart = {\n prefix: 'fas',\n iconName: 'kiss-wink-heart',\n icon: [504, 512, [], \"f598\", \"M501.1 402.5c-8-20.8-31.5-31.5-53.1-25.9l-8.4 2.2-2.3-8.4c-5.9-21.4-27-36.5-49-33-25.2 4-40.6 28.6-34 52.6l22.9 82.6c1.5 5.3 7 8.5 12.4 7.1l83-21.5c24.1-6.3 37.7-31.8 28.5-55.7zm-177.6-4c-5.6-20.3-2.3-42 9-59.7 29.7-46.3 98.7-45.5 127.8 4.3 6.4.1 12.6 1.4 18.6 2.9 10.9-27.9 17.1-58.2 17.1-90C496 119 385 8 248 8S0 119 0 256s111 248 248 248c35.4 0 68.9-7.5 99.4-20.9-.3-.7-23.9-84.6-23.9-84.6zM168 240c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm120 156c0 19.2-28.7 41.5-71.5 44-8.5.8-12.1-11.8-3.6-15.4l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-6-2.5-5.7-12.3 0-14.8l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-8.8-3.7-4.6-16.6 3.6-15.4 42.8 2.5 71.5 24.8 71.5 44 0 13-13.4 27.3-35.2 36C274.6 368.7 288 383 288 396zm16-179c-8.3 7.4-21.6.4-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S400 181 404 206.2c1.7 11.1-11.3 18.3-19.8 10.8l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L304 217z\"]\n};\nvar faKiwiBird = {\n prefix: 'fas',\n iconName: 'kiwi-bird',\n icon: [576, 512, [], \"f535\", \"M575.81 217.98C572.64 157.41 518.28 112 457.63 112h-9.37c-52.82 0-104.25-16.25-147.74-46.24-41.99-28.96-96.04-41.62-153.21-28.7C129.3 41.12-.08 78.24 0 224c.04 70.95 38.68 132.8 95.99 166.01V464c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-54.26c15.36 3.96 31.4 6.26 48 6.26 5.44 0 10.68-.73 16-1.18V464c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-59.43c14.24-5.06 27.88-11.39 40.34-19.51C342.07 355.25 393.86 336 448.46 336c25.48 0 16.01-.31 23.05-.78l74.41 136.44c2.86 5.23 8.3 8.34 14.05 8.34 1.31 0 2.64-.16 3.95-.5 7.09-1.8 12.05-8.19 12.05-15.5 0 0 .14-240.24-.16-246.02zM463.97 248c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm80 153.25l-39.86-73.08c15.12-5.83 28.73-14.6 39.86-25.98v99.06z\"]\n};\nvar faLandmark = {\n prefix: 'fas',\n iconName: 'landmark',\n icon: [512, 512, [], \"f66f\", \"M501.62 92.11L267.24 2.04a31.958 31.958 0 0 0-22.47 0L10.38 92.11A16.001 16.001 0 0 0 0 107.09V144c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-36.91c0-6.67-4.14-12.64-10.38-14.98zM64 192v160H48c-8.84 0-16 7.16-16 16v48h448v-48c0-8.84-7.16-16-16-16h-16V192h-64v160h-96V192h-64v160h-96V192H64zm432 256H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faLanguage = {\n prefix: 'fas',\n iconName: 'language',\n icon: [640, 512, [], \"f1ab\", \"M152.1 236.2c-3.5-12.1-7.8-33.2-7.8-33.2h-.5s-4.3 21.1-7.8 33.2l-11.1 37.5H163zM616 96H336v320h280c13.3 0 24-10.7 24-24V120c0-13.3-10.7-24-24-24zm-24 120c0 6.6-5.4 12-12 12h-11.4c-6.9 23.6-21.7 47.4-42.7 69.9 8.4 6.4 17.1 12.5 26.1 18 5.5 3.4 7.3 10.5 4.1 16.2l-7.9 13.9c-3.4 5.9-10.9 7.8-16.7 4.3-12.6-7.8-24.5-16.1-35.4-24.9-10.9 8.7-22.7 17.1-35.4 24.9-5.8 3.5-13.3 1.6-16.7-4.3l-7.9-13.9c-3.2-5.6-1.4-12.8 4.2-16.2 9.3-5.7 18-11.7 26.1-18-7.9-8.4-14.9-17-21-25.7-4-5.7-2.2-13.6 3.7-17.1l6.5-3.9 7.3-4.3c5.4-3.2 12.4-1.7 16 3.4 5 7 10.8 14 17.4 20.9 13.5-14.2 23.8-28.9 30-43.2H412c-6.6 0-12-5.4-12-12v-16c0-6.6 5.4-12 12-12h64v-16c0-6.6 5.4-12 12-12h16c6.6 0 12 5.4 12 12v16h64c6.6 0 12 5.4 12 12zM0 120v272c0 13.3 10.7 24 24 24h280V96H24c-13.3 0-24 10.7-24 24zm58.9 216.1L116.4 167c1.7-4.9 6.2-8.1 11.4-8.1h32.5c5.1 0 9.7 3.3 11.4 8.1l57.5 169.1c2.6 7.8-3.1 15.9-11.4 15.9h-22.9a12 12 0 0 1-11.5-8.6l-9.4-31.9h-60.2l-9.1 31.8c-1.5 5.1-6.2 8.7-11.5 8.7H70.3c-8.2 0-14-8.1-11.4-15.9z\"]\n};\nvar faLaptop = {\n prefix: 'fas',\n iconName: 'laptop',\n icon: [640, 512, [], \"f109\", \"M624 416H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33.02-17.47-32.77-32H16c-8.8 0-16 7.2-16 16v16c0 35.2 28.8 64 64 64h512c35.2 0 64-28.8 64-64v-16c0-8.8-7.2-16-16-16zM576 48c0-26.4-21.6-48-48-48H112C85.6 0 64 21.6 64 48v336h512V48zm-64 272H128V64h384v256z\"]\n};\nvar faLaptopCode = {\n prefix: 'fas',\n iconName: 'laptop-code',\n icon: [640, 512, [], \"f5fc\", \"M255.03 261.65c6.25 6.25 16.38 6.25 22.63 0l11.31-11.31c6.25-6.25 6.25-16.38 0-22.63L253.25 192l35.71-35.72c6.25-6.25 6.25-16.38 0-22.63l-11.31-11.31c-6.25-6.25-16.38-6.25-22.63 0l-58.34 58.34c-6.25 6.25-6.25 16.38 0 22.63l58.35 58.34zm96.01-11.3l11.31 11.31c6.25 6.25 16.38 6.25 22.63 0l58.34-58.34c6.25-6.25 6.25-16.38 0-22.63l-58.34-58.34c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63L386.75 192l-35.71 35.72c-6.25 6.25-6.25 16.38 0 22.63zM624 416H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33.02-17.47-32.77-32H16c-8.8 0-16 7.2-16 16v16c0 35.2 28.8 64 64 64h512c35.2 0 64-28.8 64-64v-16c0-8.8-7.2-16-16-16zM576 48c0-26.4-21.6-48-48-48H112C85.6 0 64 21.6 64 48v336h512V48zm-64 272H128V64h384v256z\"]\n};\nvar faLaptopMedical = {\n prefix: 'fas',\n iconName: 'laptop-medical',\n icon: [640, 512, [], \"f812\", \"M232 224h56v56a8 8 0 0 0 8 8h48a8 8 0 0 0 8-8v-56h56a8 8 0 0 0 8-8v-48a8 8 0 0 0-8-8h-56v-56a8 8 0 0 0-8-8h-48a8 8 0 0 0-8 8v56h-56a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8zM576 48a48.14 48.14 0 0 0-48-48H112a48.14 48.14 0 0 0-48 48v336h512zm-64 272H128V64h384zm112 96H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33-17.47-32.77-32H16a16 16 0 0 0-16 16v16a64.19 64.19 0 0 0 64 64h512a64.19 64.19 0 0 0 64-64v-16a16 16 0 0 0-16-16z\"]\n};\nvar faLaugh = {\n prefix: 'fas',\n iconName: 'laugh',\n icon: [496, 512, [], \"f599\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 152c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm88 272h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18-8.9 71-69.5 126-142.9 126z\"]\n};\nvar faLaughBeam = {\n prefix: 'fas',\n iconName: 'laugh-beam',\n icon: [496, 512, [], \"f59a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm24 199.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.8 4.1-15.1-4.5zm-160 0c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zM398.9 306C390 377 329.4 432 256 432h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18z\"]\n};\nvar faLaughSquint = {\n prefix: 'fas',\n iconName: 'laugh-squint',\n icon: [496, 512, [], \"f59b\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm33.8 161.7l80-48c11.6-6.9 24 7.7 15.4 18L343.6 180l33.6 40.3c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.7-4.7-7.7-15.9 0-20.6zm-163-30c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.8 4.7 7.8 15.9 0 20.6l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3zM398.9 306C390 377 329.4 432 256 432h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18z\"]\n};\nvar faLaughWink = {\n prefix: 'fas',\n iconName: 'laugh-wink',\n icon: [496, 512, [], \"f59c\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm20.1 198.1c4-25.2 34.2-42.1 59.9-42.1s55.9 16.9 59.9 42.1c1.7 11.1-11.4 18.3-19.8 10.8l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L288 217c-8.4 7.4-21.6.3-19.9-10.9zM168 160c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm230.9 146C390 377 329.4 432 256 432h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18z\"]\n};\nvar faLayerGroup = {\n prefix: 'fas',\n iconName: 'layer-group',\n icon: [512, 512, [], \"f5fd\", \"M12.41 148.02l232.94 105.67c6.8 3.09 14.49 3.09 21.29 0l232.94-105.67c16.55-7.51 16.55-32.52 0-40.03L266.65 2.31a25.607 25.607 0 0 0-21.29 0L12.41 107.98c-16.55 7.51-16.55 32.53 0 40.04zm487.18 88.28l-58.09-26.33-161.64 73.27c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.51 209.97l-58.1 26.33c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 276.3c16.55-7.5 16.55-32.5 0-40zm0 127.8l-57.87-26.23-161.86 73.37c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.29 337.87 12.41 364.1c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 404.1c16.55-7.5 16.55-32.5 0-40z\"]\n};\nvar faLeaf = {\n prefix: 'fas',\n iconName: 'leaf',\n icon: [576, 512, [], \"f06c\", \"M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.7 576 154.3c0-50.2-10.8-102.2-29.8-144.6z\"]\n};\nvar faLemon = {\n prefix: 'fas',\n iconName: 'lemon',\n icon: [512, 512, [], \"f094\", \"M489.038 22.963C465.944-.13 434.648-5.93 413.947 6.129c-58.906 34.312-181.25-53.077-321.073 86.746S40.441 355.041 6.129 413.945c-12.059 20.702-6.26 51.999 16.833 75.093 23.095 23.095 54.392 28.891 75.095 16.832 58.901-34.31 181.246 53.079 321.068-86.743S471.56 156.96 505.871 98.056c12.059-20.702 6.261-51.999-16.833-75.093zM243.881 95.522c-58.189 14.547-133.808 90.155-148.358 148.358-1.817 7.27-8.342 12.124-15.511 12.124-1.284 0-2.59-.156-3.893-.481-8.572-2.144-13.784-10.83-11.642-19.403C81.901 166.427 166.316 81.93 236.119 64.478c8.575-2.143 17.261 3.069 19.403 11.642s-3.069 17.259-11.641 19.402z\"]\n};\nvar faLessThan = {\n prefix: 'fas',\n iconName: 'less-than',\n icon: [384, 512, [], \"f536\", \"M365.46 357.74L147.04 255.89l218.47-101.88c16.02-7.47 22.95-26.51 15.48-42.53l-13.52-29C360 66.46 340.96 59.53 324.94 67L18.48 209.91a32.014 32.014 0 0 0-18.48 29v34.24c0 12.44 7.21 23.75 18.48 29l306.31 142.83c16.06 7.49 35.15.54 42.64-15.52l13.56-29.08c7.49-16.06.54-35.15-15.53-42.64z\"]\n};\nvar faLessThanEqual = {\n prefix: 'fas',\n iconName: 'less-than-equal',\n icon: [448, 512, [], \"f537\", \"M54.98 214.2l301.41 119.87c18.39 6.03 38.71-2.54 45.38-19.15l12.09-30.08c6.68-16.61-2.82-34.97-21.21-41l-175.44-68.05 175.56-68.09c18.29-6 27.74-24.27 21.1-40.79l-12.03-29.92c-6.64-16.53-26.86-25.06-45.15-19.06L54.98 137.89C41.21 142.41 32 154.5 32 168.07v15.96c0 13.56 9.21 25.65 22.98 30.17zM424 400H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h400c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24z\"]\n};\nvar faLevelDownAlt = {\n prefix: 'fas',\n iconName: 'level-down-alt',\n icon: [320, 512, [], \"f3be\", \"M313.553 392.331L209.587 504.334c-9.485 10.214-25.676 10.229-35.174 0L70.438 392.331C56.232 377.031 67.062 352 88.025 352H152V80H68.024a11.996 11.996 0 0 1-8.485-3.515l-56-56C-4.021 12.926 1.333 0 12.024 0H208c13.255 0 24 10.745 24 24v328h63.966c20.878 0 31.851 24.969 17.587 40.331z\"]\n};\nvar faLevelUpAlt = {\n prefix: 'fas',\n iconName: 'level-up-alt',\n icon: [320, 512, [], \"f3bf\", \"M313.553 119.669L209.587 7.666c-9.485-10.214-25.676-10.229-35.174 0L70.438 119.669C56.232 134.969 67.062 160 88.025 160H152v272H68.024a11.996 11.996 0 0 0-8.485 3.515l-56 56C-4.021 499.074 1.333 512 12.024 512H208c13.255 0 24-10.745 24-24V160h63.966c20.878 0 31.851-24.969 17.587-40.331z\"]\n};\nvar faLifeRing = {\n prefix: 'fas',\n iconName: 'life-ring',\n icon: [512, 512, [], \"f1cd\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm173.696 119.559l-63.399 63.399c-10.987-18.559-26.67-34.252-45.255-45.255l63.399-63.399a218.396 218.396 0 0 1 45.255 45.255zM256 352c-53.019 0-96-42.981-96-96s42.981-96 96-96 96 42.981 96 96-42.981 96-96 96zM127.559 82.304l63.399 63.399c-18.559 10.987-34.252 26.67-45.255 45.255l-63.399-63.399a218.372 218.372 0 0 1 45.255-45.255zM82.304 384.441l63.399-63.399c10.987 18.559 26.67 34.252 45.255 45.255l-63.399 63.399a218.396 218.396 0 0 1-45.255-45.255zm302.137 45.255l-63.399-63.399c18.559-10.987 34.252-26.67 45.255-45.255l63.399 63.399a218.403 218.403 0 0 1-45.255 45.255z\"]\n};\nvar faLightbulb = {\n prefix: 'fas',\n iconName: 'lightbulb',\n icon: [352, 512, [], \"f0eb\", \"M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z\"]\n};\nvar faLink = {\n prefix: 'fas',\n iconName: 'link',\n icon: [512, 512, [], \"f0c1\", \"M326.612 185.391c59.747 59.809 58.927 155.698.36 214.59-.11.12-.24.25-.36.37l-67.2 67.2c-59.27 59.27-155.699 59.262-214.96 0-59.27-59.26-59.27-155.7 0-214.96l37.106-37.106c9.84-9.84 26.786-3.3 27.294 10.606.648 17.722 3.826 35.527 9.69 52.721 1.986 5.822.567 12.262-3.783 16.612l-13.087 13.087c-28.026 28.026-28.905 73.66-1.155 101.96 28.024 28.579 74.086 28.749 102.325.51l67.2-67.19c28.191-28.191 28.073-73.757 0-101.83-3.701-3.694-7.429-6.564-10.341-8.569a16.037 16.037 0 0 1-6.947-12.606c-.396-10.567 3.348-21.456 11.698-29.806l21.054-21.055c5.521-5.521 14.182-6.199 20.584-1.731a152.482 152.482 0 0 1 20.522 17.197zM467.547 44.449c-59.261-59.262-155.69-59.27-214.96 0l-67.2 67.2c-.12.12-.25.25-.36.37-58.566 58.892-59.387 154.781.36 214.59a152.454 152.454 0 0 0 20.521 17.196c6.402 4.468 15.064 3.789 20.584-1.731l21.054-21.055c8.35-8.35 12.094-19.239 11.698-29.806a16.037 16.037 0 0 0-6.947-12.606c-2.912-2.005-6.64-4.875-10.341-8.569-28.073-28.073-28.191-73.639 0-101.83l67.2-67.19c28.239-28.239 74.3-28.069 102.325.51 27.75 28.3 26.872 73.934-1.155 101.96l-13.087 13.087c-4.35 4.35-5.769 10.79-3.783 16.612 5.864 17.194 9.042 34.999 9.69 52.721.509 13.906 17.454 20.446 27.294 10.606l37.106-37.106c59.271-59.259 59.271-155.699.001-214.959z\"]\n};\nvar faLiraSign = {\n prefix: 'fas',\n iconName: 'lira-sign',\n icon: [384, 512, [], \"f195\", \"M371.994 256h-48.019C317.64 256 312 260.912 312 267.246 312 368 230.179 416 144 416V256.781l134.603-29.912A12 12 0 0 0 288 215.155v-40.976c0-7.677-7.109-13.38-14.603-11.714L144 191.219V160.78l134.603-29.912A12 12 0 0 0 288 119.154V78.179c0-7.677-7.109-13.38-14.603-11.714L144 95.219V44c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v68.997L9.397 125.131A12 12 0 0 0 0 136.845v40.976c0 7.677 7.109 13.38 14.603 11.714L64 178.558v30.439L9.397 221.131A12 12 0 0 0 0 232.845v40.976c0 7.677 7.109 13.38 14.603 11.714L64 274.558V468c0 6.627 5.373 12 12 12h79.583c134.091 0 223.255-77.834 228.408-211.592.261-6.782-5.211-12.408-11.997-12.408z\"]\n};\nvar faList = {\n prefix: 'fas',\n iconName: 'list',\n icon: [512, 512, [], \"f03a\", \"M80 368H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm0-320H16A16 16 0 0 0 0 64v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16V64a16 16 0 0 0-16-16zm0 160H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm416 176H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faListAlt = {\n prefix: 'fas',\n iconName: 'list-alt',\n icon: [512, 512, [], \"f022\", \"M464 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zM128 120c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zm0 96c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zm0 96c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zm288-136v-32c0-6.627-5.373-12-12-12H204c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12h200c6.627 0 12-5.373 12-12zm0 96v-32c0-6.627-5.373-12-12-12H204c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12h200c6.627 0 12-5.373 12-12zm0 96v-32c0-6.627-5.373-12-12-12H204c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12h200c6.627 0 12-5.373 12-12z\"]\n};\nvar faListOl = {\n prefix: 'fas',\n iconName: 'list-ol',\n icon: [512, 512, [], \"f0cb\", \"M61.77 401l17.5-20.15a19.92 19.92 0 0 0 5.07-14.19v-3.31C84.34 356 80.5 352 73 352H16a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h22.83a157.41 157.41 0 0 0-11 12.31l-5.61 7c-4 5.07-5.25 10.13-2.8 14.88l1.05 1.93c3 5.76 6.29 7.88 12.25 7.88h4.73c10.33 0 15.94 2.44 15.94 9.09 0 4.72-4.2 8.22-14.36 8.22a41.54 41.54 0 0 1-15.47-3.12c-6.49-3.88-11.74-3.5-15.6 3.12l-5.59 9.31c-3.72 6.13-3.19 11.72 2.63 15.94 7.71 4.69 20.38 9.44 37 9.44 34.16 0 48.5-22.75 48.5-44.12-.03-14.38-9.12-29.76-28.73-34.88zM496 224H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM16 160h64a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8H64V40a8 8 0 0 0-8-8H32a8 8 0 0 0-7.14 4.42l-8 16A8 8 0 0 0 24 64h8v64H16a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8zm-3.91 160H80a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8H41.32c3.29-10.29 48.34-18.68 48.34-56.44 0-29.06-25-39.56-44.47-39.56-21.36 0-33.8 10-40.46 18.75-4.37 5.59-3 10.84 2.8 15.37l8.58 6.88c5.61 4.56 11 2.47 16.12-2.44a13.44 13.44 0 0 1 9.46-3.84c3.33 0 9.28 1.56 9.28 8.75C51 248.19 0 257.31 0 304.59v4C0 316 5.08 320 12.09 320z\"]\n};\nvar faListUl = {\n prefix: 'fas',\n iconName: 'list-ul',\n icon: [512, 512, [], \"f0ca\", \"M48 48a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm0 160a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm0 160a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm448 16H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faLocationArrow = {\n prefix: 'fas',\n iconName: 'location-arrow',\n icon: [512, 512, [], \"f124\", \"M444.52 3.52L28.74 195.42c-47.97 22.39-31.98 92.75 19.19 92.75h175.91v175.91c0 51.17 70.36 67.17 92.75 19.19l191.9-415.78c15.99-38.39-25.59-79.97-63.97-63.97z\"]\n};\nvar faLock = {\n prefix: 'fas',\n iconName: 'lock',\n icon: [448, 512, [], \"f023\", \"M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z\"]\n};\nvar faLockOpen = {\n prefix: 'fas',\n iconName: 'lock-open',\n icon: [576, 512, [], \"f3c1\", \"M423.5 0C339.5.3 272 69.5 272 153.5V224H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48h-48v-71.1c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v80c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-80C576 68 507.5-.3 423.5 0z\"]\n};\nvar faLongArrowAltDown = {\n prefix: 'fas',\n iconName: 'long-arrow-alt-down',\n icon: [256, 512, [], \"f309\", \"M168 345.941V44c0-6.627-5.373-12-12-12h-56c-6.627 0-12 5.373-12 12v301.941H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.569 9.373 33.941 0l86.059-86.059c15.119-15.119 4.411-40.971-16.971-40.971H168z\"]\n};\nvar faLongArrowAltLeft = {\n prefix: 'fas',\n iconName: 'long-arrow-alt-left',\n icon: [448, 512, [], \"f30a\", \"M134.059 296H436c6.627 0 12-5.373 12-12v-56c0-6.627-5.373-12-12-12H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.569 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296z\"]\n};\nvar faLongArrowAltRight = {\n prefix: 'fas',\n iconName: 'long-arrow-alt-right',\n icon: [448, 512, [], \"f30b\", \"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"]\n};\nvar faLongArrowAltUp = {\n prefix: 'fas',\n iconName: 'long-arrow-alt-up',\n icon: [256, 512, [], \"f30c\", \"M88 166.059V468c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12V166.059h46.059c21.382 0 32.09-25.851 16.971-40.971l-86.059-86.059c-9.373-9.373-24.569-9.373-33.941 0l-86.059 86.059c-15.119 15.119-4.411 40.971 16.971 40.971H88z\"]\n};\nvar faLowVision = {\n prefix: 'fas',\n iconName: 'low-vision',\n icon: [576, 512, [], \"f2a8\", \"M569.344 231.631C512.96 135.949 407.81 72 288 72c-28.468 0-56.102 3.619-82.451 10.409L152.778 10.24c-7.601-10.858-22.564-13.5-33.423-5.9l-13.114 9.178c-10.86 7.601-13.502 22.566-5.9 33.426l43.131 58.395C89.449 131.73 40.228 174.683 6.682 231.581c-.01.017-.023.033-.034.05-8.765 14.875-8.964 33.528 0 48.739 38.5 65.332 99.742 115.862 172.859 141.349L55.316 244.302A272.194 272.194 0 0 1 83.61 208.39l119.4 170.58h.01l40.63 58.04a330.055 330.055 0 0 0 78.94 1.17l-189.98-271.4a277.628 277.628 0 0 1 38.777-21.563l251.836 356.544c7.601 10.858 22.564 13.499 33.423 5.9l13.114-9.178c10.86-7.601 13.502-22.567 5.9-33.426l-43.12-58.377-.007-.009c57.161-27.978 104.835-72.04 136.81-126.301a47.938 47.938 0 0 0 .001-48.739zM390.026 345.94l-19.066-27.23c24.682-32.567 27.711-76.353 8.8-111.68v.03c0 23.65-19.17 42.82-42.82 42.82-23.828 0-42.82-19.349-42.82-42.82 0-23.65 19.17-42.82 42.82-42.82h.03c-24.75-13.249-53.522-15.643-79.51-7.68l-19.068-27.237C253.758 123.306 270.488 120 288 120c75.162 0 136 60.826 136 136 0 34.504-12.833 65.975-33.974 89.94z\"]\n};\nvar faLuggageCart = {\n prefix: 'fas',\n iconName: 'luggage-cart',\n icon: [640, 512, [], \"f59d\", \"M224 320h32V96h-32c-17.67 0-32 14.33-32 32v160c0 17.67 14.33 32 32 32zm352-32V128c0-17.67-14.33-32-32-32h-32v224h32c17.67 0 32-14.33 32-32zm48 96H128V16c0-8.84-7.16-16-16-16H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h48v368c0 8.84 7.16 16 16 16h82.94c-1.79 5.03-2.94 10.36-2.94 16 0 26.51 21.49 48 48 48s48-21.49 48-48c0-5.64-1.15-10.97-2.94-16h197.88c-1.79 5.03-2.94 10.36-2.94 16 0 26.51 21.49 48 48 48s48-21.49 48-48c0-5.64-1.15-10.97-2.94-16H624c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM480 96V48c0-26.51-21.49-48-48-48h-96c-26.51 0-48 21.49-48 48v272h192V96zm-48 0h-96V48h96v48z\"]\n};\nvar faMagic = {\n prefix: 'fas',\n iconName: 'magic',\n icon: [512, 512, [], \"f0d0\", \"M224 96l16-32 32-16-32-16-16-32-16 32-32 16 32 16 16 32zM80 160l26.66-53.33L160 80l-53.34-26.67L80 0 53.34 53.33 0 80l53.34 26.67L80 160zm352 128l-26.66 53.33L352 368l53.34 26.67L432 448l26.66-53.33L512 368l-53.34-26.67L432 288zm70.62-193.77L417.77 9.38C411.53 3.12 403.34 0 395.15 0c-8.19 0-16.38 3.12-22.63 9.38L9.38 372.52c-12.5 12.5-12.5 32.76 0 45.25l84.85 84.85c6.25 6.25 14.44 9.37 22.62 9.37 8.19 0 16.38-3.12 22.63-9.37l363.14-363.15c12.5-12.48 12.5-32.75 0-45.24zM359.45 203.46l-50.91-50.91 86.6-86.6 50.91 50.91-86.6 86.6z\"]\n};\nvar faMagnet = {\n prefix: 'fas',\n iconName: 'magnet',\n icon: [512, 512, [], \"f076\", \"M164.07 148.1H12a12 12 0 0 1-12-12v-80a36 36 0 0 1 36-36h104a36 36 0 0 1 36 36v80a11.89 11.89 0 0 1-11.93 12zm347.93-12V56a36 36 0 0 0-36-36H372a36 36 0 0 0-36 36v80a12 12 0 0 0 12 12h152a11.89 11.89 0 0 0 12-11.9zm-164 44a12 12 0 0 0-12 12v52c0 128.1-160 127.9-160 0v-52a12 12 0 0 0-12-12H12.1a12 12 0 0 0-12 12.1c.1 21.4.6 40.3 0 53.3 0 150.6 136.17 246.6 256.75 246.6s255-96 255-246.7c-.6-12.8-.2-33 0-53.2a12 12 0 0 0-12-12.1z\"]\n};\nvar faMailBulk = {\n prefix: 'fas',\n iconName: 'mail-bulk',\n icon: [576, 512, [], \"f674\", \"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"]\n};\nvar faMale = {\n prefix: 'fas',\n iconName: 'male',\n icon: [192, 512, [], \"f183\", \"M96 0c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64S60.654 0 96 0m48 144h-11.36c-22.711 10.443-49.59 10.894-73.28 0H48c-26.51 0-48 21.49-48 48v136c0 13.255 10.745 24 24 24h16v136c0 13.255 10.745 24 24 24h64c13.255 0 24-10.745 24-24V352h16c13.255 0 24-10.745 24-24V192c0-26.51-21.49-48-48-48z\"]\n};\nvar faMap = {\n prefix: 'fas',\n iconName: 'map',\n icon: [576, 512, [], \"f279\", \"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"]\n};\nvar faMapMarked = {\n prefix: 'fas',\n iconName: 'map-marked',\n icon: [576, 512, [], \"f59f\", \"M288 0c-69.59 0-126 56.41-126 126 0 56.26 82.35 158.8 113.9 196.02 6.39 7.54 17.82 7.54 24.2 0C331.65 284.8 414 182.26 414 126 414 56.41 357.59 0 288 0zM20.12 215.95A32.006 32.006 0 0 0 0 245.66v250.32c0 11.32 11.43 19.06 21.94 14.86L160 448V214.92c-8.84-15.98-16.07-31.54-21.25-46.42L20.12 215.95zM288 359.67c-14.07 0-27.38-6.18-36.51-16.96-19.66-23.2-40.57-49.62-59.49-76.72v182l192 64V266c-18.92 27.09-39.82 53.52-59.49 76.72-9.13 10.77-22.44 16.95-36.51 16.95zm266.06-198.51L416 224v288l139.88-55.95A31.996 31.996 0 0 0 576 426.34V176.02c0-11.32-11.43-19.06-21.94-14.86z\"]\n};\nvar faMapMarkedAlt = {\n prefix: 'fas',\n iconName: 'map-marked-alt',\n icon: [576, 512, [], \"f5a0\", \"M288 0c-69.59 0-126 56.41-126 126 0 56.26 82.35 158.8 113.9 196.02 6.39 7.54 17.82 7.54 24.2 0C331.65 284.8 414 182.26 414 126 414 56.41 357.59 0 288 0zm0 168c-23.2 0-42-18.8-42-42s18.8-42 42-42 42 18.8 42 42-18.8 42-42 42zM20.12 215.95A32.006 32.006 0 0 0 0 245.66v250.32c0 11.32 11.43 19.06 21.94 14.86L160 448V214.92c-8.84-15.98-16.07-31.54-21.25-46.42L20.12 215.95zM288 359.67c-14.07 0-27.38-6.18-36.51-16.96-19.66-23.2-40.57-49.62-59.49-76.72v182l192 64V266c-18.92 27.09-39.82 53.52-59.49 76.72-9.13 10.77-22.44 16.95-36.51 16.95zm266.06-198.51L416 224v288l139.88-55.95A31.996 31.996 0 0 0 576 426.34V176.02c0-11.32-11.43-19.06-21.94-14.86z\"]\n};\nvar faMapMarker = {\n prefix: 'fas',\n iconName: 'map-marker',\n icon: [384, 512, [], \"f041\", \"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0z\"]\n};\nvar faMapMarkerAlt = {\n prefix: 'fas',\n iconName: 'map-marker-alt',\n icon: [384, 512, [], \"f3c5\", \"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"]\n};\nvar faMapPin = {\n prefix: 'fas',\n iconName: 'map-pin',\n icon: [288, 512, [], \"f276\", \"M112 316.94v156.69l22.02 33.02c4.75 7.12 15.22 7.12 19.97 0L176 473.63V316.94c-10.39 1.92-21.06 3.06-32 3.06s-21.61-1.14-32-3.06zM144 0C64.47 0 0 64.47 0 144s64.47 144 144 144 144-64.47 144-144S223.53 0 144 0zm0 76c-37.5 0-68 30.5-68 68 0 6.62-5.38 12-12 12s-12-5.38-12-12c0-50.73 41.28-92 92-92 6.62 0 12 5.38 12 12s-5.38 12-12 12z\"]\n};\nvar faMapSigns = {\n prefix: 'fas',\n iconName: 'map-signs',\n icon: [512, 512, [], \"f277\", \"M507.31 84.69L464 41.37c-6-6-14.14-9.37-22.63-9.37H288V16c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v16H56c-13.25 0-24 10.75-24 24v80c0 13.25 10.75 24 24 24h385.37c8.49 0 16.62-3.37 22.63-9.37l43.31-43.31c6.25-6.26 6.25-16.38 0-22.63zM224 496c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V384h-64v112zm232-272H288v-32h-64v32H70.63c-8.49 0-16.62 3.37-22.63 9.37L4.69 276.69c-6.25 6.25-6.25 16.38 0 22.63L48 342.63c6 6 14.14 9.37 22.63 9.37H456c13.25 0 24-10.75 24-24v-80c0-13.25-10.75-24-24-24z\"]\n};\nvar faMarker = {\n prefix: 'fas',\n iconName: 'marker',\n icon: [512, 512, [], \"f5a1\", \"M93.95 290.03A327.038 327.038 0 0 0 .17 485.11l-.03.23c-1.7 15.28 11.21 28.2 26.49 26.51a327.02 327.02 0 0 0 195.34-93.8l75.4-75.4-128.02-128.02-75.4 75.4zM485.49 26.51c-35.35-35.35-92.67-35.35-128.02 0l-21.76 21.76-36.56-36.55c-15.62-15.62-40.95-15.62-56.56 0L138.47 115.84c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0l87.15-87.15 19.59 19.59L191.98 192 320 320.02l165.49-165.49c35.35-35.35 35.35-92.66 0-128.02z\"]\n};\nvar faMars = {\n prefix: 'fas',\n iconName: 'mars',\n icon: [384, 512, [], \"f222\", \"M372 64h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-80.7 80.7c-22.2-14-48.5-22.1-76.7-22.1C64.5 160 0 224.5 0 304s64.5 144 144 144 144-64.5 144-144c0-28.2-8.1-54.5-22.1-76.7l80.7-80.7 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V76c0-6.6-5.4-12-12-12zM144 384c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faMarsDouble = {\n prefix: 'fas',\n iconName: 'mars-double',\n icon: [512, 512, [], \"f227\", \"M340 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-48.7 48.7C198.5 72.1 172.2 64 144 64 64.5 64 0 128.5 0 208s64.5 144 144 144 144-64.5 144-144c0-28.2-8.1-54.5-22.1-76.7l48.7-48.7 16.9 16.9c2.4 2.4 5.5 3.5 8.4 3.5 6.2 0 12.1-4.8 12.1-12V12c0-6.6-5.4-12-12-12zM144 288c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80zm356-128.1h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-48.7 48.7c-18.2-11.4-39-18.9-61.5-21.3-2.1 21.8-8.2 43.3-18.4 63.3 1.1 0 2.2-.1 3.2-.1 44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80c0-1.1 0-2.2.1-3.2-20 10.2-41.5 16.4-63.3 18.4C168.4 455.6 229.6 512 304 512c79.5 0 144-64.5 144-144 0-28.2-8.1-54.5-22.1-76.7l48.7-48.7 16.9 16.9c2.4 2.4 5.4 3.5 8.4 3.5 6.2 0 12.1-4.8 12.1-12v-79c0-6.7-5.4-12.1-12-12.1z\"]\n};\nvar faMarsStroke = {\n prefix: 'fas',\n iconName: 'mars-stroke',\n icon: [384, 512, [], \"f229\", \"M372 64h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-17.5 17.5-14.1-14.1c-4.7-4.7-12.3-4.7-17 0L224.5 133c-4.7 4.7-4.7 12.3 0 17l14.1 14.1-18 18c-22.2-14-48.5-22.1-76.7-22.1C64.5 160 0 224.5 0 304s64.5 144 144 144 144-64.5 144-144c0-28.2-8.1-54.5-22.1-76.7l18-18 14.1 14.1c4.7 4.7 12.3 4.7 17 0l28.3-28.3c4.7-4.7 4.7-12.3 0-17L329.2 164l17.5-17.5 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V76c-.1-6.6-5.5-12-12.1-12zM144 384c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faMarsStrokeH = {\n prefix: 'fas',\n iconName: 'mars-stroke-h',\n icon: [480, 512, [], \"f22b\", \"M476.2 247.5l-55.9-55.9c-7.6-7.6-20.5-2.2-20.5 8.5V224H376v-20c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v20h-27.6c-5.8-25.6-18.7-49.9-38.6-69.8C189.6 98 98.4 98 42.2 154.2c-56.2 56.2-56.2 147.4 0 203.6 56.2 56.2 147.4 56.2 203.6 0 19.9-19.9 32.8-44.2 38.6-69.8H312v20c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-20h23.9v23.9c0 10.7 12.9 16 20.5 8.5l55.9-55.9c4.6-4.7 4.6-12.3-.1-17zm-275.6 65.1c-31.2 31.2-81.9 31.2-113.1 0-31.2-31.2-31.2-81.9 0-113.1 31.2-31.2 81.9-31.2 113.1 0 31.2 31.1 31.2 81.9 0 113.1z\"]\n};\nvar faMarsStrokeV = {\n prefix: 'fas',\n iconName: 'mars-stroke-v',\n icon: [288, 512, [], \"f22a\", \"M245.8 234.2c-19.9-19.9-44.2-32.8-69.8-38.6v-25.4h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V81.4h23.9c10.7 0 16-12.9 8.5-20.5L152.5 5.1c-4.7-4.7-12.3-4.7-17 0L79.6 61c-7.6 7.6-2.2 20.5 8.5 20.5H112v24.7H92c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h20v25.4c-25.6 5.8-49.9 18.7-69.8 38.6-56.2 56.2-56.2 147.4 0 203.6 56.2 56.2 147.4 56.2 203.6 0 56.3-56.2 56.3-147.4 0-203.6zm-45.2 158.4c-31.2 31.2-81.9 31.2-113.1 0-31.2-31.2-31.2-81.9 0-113.1 31.2-31.2 81.9-31.2 113.1 0 31.2 31.1 31.2 81.9 0 113.1z\"]\n};\nvar faMask = {\n prefix: 'fas',\n iconName: 'mask',\n icon: [640, 512, [], \"f6fa\", \"M320.67 64c-442.6 0-357.57 384-158.46 384 39.9 0 77.47-20.69 101.42-55.86l25.73-37.79c15.66-22.99 46.97-22.99 62.63 0l25.73 37.79C401.66 427.31 439.23 448 479.13 448c189.86 0 290.63-384-158.46-384zM184 308.36c-41.06 0-67.76-25.66-80.08-41.05-5.23-6.53-5.23-16.09 0-22.63 12.32-15.4 39.01-41.05 80.08-41.05s67.76 25.66 80.08 41.05c5.23 6.53 5.23 16.09 0 22.63-12.32 15.4-39.02 41.05-80.08 41.05zm272 0c-41.06 0-67.76-25.66-80.08-41.05-5.23-6.53-5.23-16.09 0-22.63 12.32-15.4 39.01-41.05 80.08-41.05s67.76 25.66 80.08 41.05c5.23 6.53 5.23 16.09 0 22.63-12.32 15.4-39.02 41.05-80.08 41.05z\"]\n};\nvar faMedal = {\n prefix: 'fas',\n iconName: 'medal',\n icon: [512, 512, [], \"f5a2\", \"M223.75 130.75L154.62 15.54A31.997 31.997 0 0 0 127.18 0H16.03C3.08 0-4.5 14.57 2.92 25.18l111.27 158.96c29.72-27.77 67.52-46.83 109.56-53.39zM495.97 0H384.82c-11.24 0-21.66 5.9-27.44 15.54l-69.13 115.21c42.04 6.56 79.84 25.62 109.56 53.38L509.08 25.18C516.5 14.57 508.92 0 495.97 0zM256 160c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm92.52 157.26l-37.93 36.96 8.97 52.22c1.6 9.36-8.26 16.51-16.65 12.09L256 393.88l-46.9 24.65c-8.4 4.45-18.25-2.74-16.65-12.09l8.97-52.22-37.93-36.96c-6.82-6.64-3.05-18.23 6.35-19.59l52.43-7.64 23.43-47.52c2.11-4.28 6.19-6.39 10.28-6.39 4.11 0 8.22 2.14 10.33 6.39l23.43 47.52 52.43 7.64c9.4 1.36 13.17 12.95 6.35 19.59z\"]\n};\nvar faMedkit = {\n prefix: 'fas',\n iconName: 'medkit',\n icon: [512, 512, [], \"f0fa\", \"M96 480h320V128h-32V80c0-26.51-21.49-48-48-48H176c-26.51 0-48 21.49-48 48v48H96v352zm96-384h128v32H192V96zm320 80v256c0 26.51-21.49 48-48 48h-16V128h16c26.51 0 48 21.49 48 48zM64 480H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v352zm288-208v32c0 8.837-7.163 16-16 16h-48v48c0 8.837-7.163 16-16 16h-32c-8.837 0-16-7.163-16-16v-48h-48c-8.837 0-16-7.163-16-16v-32c0-8.837 7.163-16 16-16h48v-48c0-8.837 7.163-16 16-16h32c8.837 0 16 7.163 16 16v48h48c8.837 0 16 7.163 16 16z\"]\n};\nvar faMeh = {\n prefix: 'fas',\n iconName: 'meh',\n icon: [496, 512, [], \"f11a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm176 192H152c-21.2 0-21.2-32 0-32h192c21.2 0 21.2 32 0 32zm-16-128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faMehBlank = {\n prefix: 'fas',\n iconName: 'meh-blank',\n icon: [496, 512, [], \"f5a4\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 232c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faMehRollingEyes = {\n prefix: 'fas',\n iconName: 'meh-rolling-eyes',\n icon: [496, 512, [], \"f5a5\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM88 224c0-24.3 13.7-45.2 33.6-56-.7 2.6-1.6 5.2-1.6 8 0 17.7 14.3 32 32 32s32-14.3 32-32c0-2.8-.9-5.4-1.6-8 19.9 10.8 33.6 31.7 33.6 56 0 35.3-28.7 64-64 64s-64-28.7-64-64zm224 176H184c-21.2 0-21.2-32 0-32h128c21.2 0 21.2 32 0 32zm32-112c-35.3 0-64-28.7-64-64 0-24.3 13.7-45.2 33.6-56-.7 2.6-1.6 5.2-1.6 8 0 17.7 14.3 32 32 32s32-14.3 32-32c0-2.8-.9-5.4-1.6-8 19.9 10.8 33.6 31.7 33.6 56 0 35.3-28.7 64-64 64z\"]\n};\nvar faMemory = {\n prefix: 'fas',\n iconName: 'memory',\n icon: [640, 512, [], \"f538\", \"M640 130.94V96c0-17.67-14.33-32-32-32H32C14.33 64 0 78.33 0 96v34.94c18.6 6.61 32 24.19 32 45.06s-13.4 38.45-32 45.06V320h640v-98.94c-18.6-6.61-32-24.19-32-45.06s13.4-38.45 32-45.06zM224 256h-64V128h64v128zm128 0h-64V128h64v128zm128 0h-64V128h64v128zM0 448h64v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h128v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h128v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h128v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h64v-96H0v96z\"]\n};\nvar faMenorah = {\n prefix: 'fas',\n iconName: 'menorah',\n icon: [640, 512, [], \"f676\", \"M144 128h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm96 0h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm192 0h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm96 0h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm80-32c17.67 0 32-14.33 32-32S608 0 608 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S512 0 512 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S416 0 416 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S320 0 320 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S224 0 224 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S128 0 128 0 96 46.33 96 64s14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S32 0 32 0 0 46.33 0 64s14.33 32 32 32zm544 192c0 17.67-14.33 32-32 32H352V144c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v176H96c-17.67 0-32-14.33-32-32V144c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v144c0 53.02 42.98 96 96 96h192v64H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16H352v-64h192c53.02 0 96-42.98 96-96V144c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144z\"]\n};\nvar faMercury = {\n prefix: 'fas',\n iconName: 'mercury',\n icon: [288, 512, [], \"f223\", \"M288 208c0-44.2-19.9-83.7-51.2-110.1 2.5-1.8 4.9-3.8 7.2-5.8 24.7-21.2 39.8-48.8 43.2-78.8.9-7.1-4.7-13.3-11.9-13.3h-40.5C229 0 224.1 4.1 223 9.8c-2.4 12.5-9.6 24.3-20.7 33.8C187 56.8 166.3 64 144 64s-43-7.2-58.4-20.4C74.5 34.1 67.4 22.3 64.9 9.8 63.8 4.1 58.9 0 53.2 0H12.7C5.5 0-.1 6.2.8 13.3 4.2 43.4 19.2 71 44 92.2c2.3 2 4.7 3.9 7.2 5.8C19.9 124.3 0 163.8 0 208c0 68.5 47.9 125.9 112 140.4V400H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.5 112-71.9 112-140.4zm-224 0c0-44.1 35.9-80 80-80s80 35.9 80 80-35.9 80-80 80-80-35.9-80-80z\"]\n};\nvar faMeteor = {\n prefix: 'fas',\n iconName: 'meteor',\n icon: [512, 512, [], \"f753\", \"M491.2.7C452.5 12.3 379.4 35 303.5 62c-2.1-7-4-13.5-5.6-18.6-3-9.7-13.9-14.2-22.9-9.5C232.6 56 122.2 116.5 60.6 176.4c-1.1 1-2.5 2-3.5 3C19 217.4 0 267.3 0 317.2 0 367 19 416.9 57 455c38 38 87.9 57.1 137.8 57 49.9 0 99.8-19 137.9-57.1 1-1 2-2.4 3-3.5 59.8-61.6 120.4-172.1 142.5-214.4 4.7-9 .2-19.9-9.5-22.9-5.2-1.6-11.6-3.5-18.6-5.6 27-76 49.7-149 61.3-187.7C515 8.4 503.6-3 491.2.7zM192 448c-70.7 0-128-57.3-128-128s57.3-128 128-128 128 57.3 128 128-57.3 128-128 128zm-32-192c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm48 96c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16z\"]\n};\nvar faMicrochip = {\n prefix: 'fas',\n iconName: 'microchip',\n icon: [512, 512, [], \"f2db\", \"M416 48v416c0 26.51-21.49 48-48 48H144c-26.51 0-48-21.49-48-48V48c0-26.51 21.49-48 48-48h224c26.51 0 48 21.49 48 48zm96 58v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42V88h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zM30 376h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6z\"]\n};\nvar faMicrophone = {\n prefix: 'fas',\n iconName: 'microphone',\n icon: [352, 512, [], \"f130\", \"M176 352c53.02 0 96-42.98 96-96V96c0-53.02-42.98-96-96-96S80 42.98 80 96v160c0 53.02 42.98 96 96 96zm160-160h-16c-8.84 0-16 7.16-16 16v48c0 74.8-64.49 134.82-140.79 127.38C96.71 376.89 48 317.11 48 250.3V208c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v40.16c0 89.64 63.97 169.55 152 181.69V464H96c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16h-56v-33.77C285.71 418.47 352 344.9 352 256v-48c0-8.84-7.16-16-16-16z\"]\n};\nvar faMicrophoneAlt = {\n prefix: 'fas',\n iconName: 'microphone-alt',\n icon: [352, 512, [], \"f3c9\", \"M336 192h-16c-8.84 0-16 7.16-16 16v48c0 74.8-64.49 134.82-140.79 127.38C96.71 376.89 48 317.11 48 250.3V208c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v40.16c0 89.64 63.97 169.55 152 181.69V464H96c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16h-56v-33.77C285.71 418.47 352 344.9 352 256v-48c0-8.84-7.16-16-16-16zM176 352c53.02 0 96-42.98 96-96h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H272v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H272v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H272c0-53.02-42.98-96-96-96S80 42.98 80 96v160c0 53.02 42.98 96 96 96z\"]\n};\nvar faMicrophoneAltSlash = {\n prefix: 'fas',\n iconName: 'microphone-alt-slash',\n icon: [640, 512, [], \"f539\", \"M633.82 458.1L476.26 336.33C488.74 312.21 496 284.98 496 256v-48c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v48c0 17.92-3.96 34.8-10.72 50.2l-26.55-20.52c3.1-9.4 5.28-19.22 5.28-29.67h-43.67l-41.4-32H416v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H416v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H416c0-53.02-42.98-96-96-96s-96 42.98-96 96v45.36L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.41-6.97 4.16-17.02-2.82-22.45zM400 464h-56v-33.78c11.71-1.62 23.1-4.28 33.96-8.08l-50.4-38.96c-6.71.4-13.41.87-20.35.2-55.85-5.45-98.74-48.63-111.18-101.85L144 241.31v6.85c0 89.64 63.97 169.55 152 181.69V464h-56c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16z\"]\n};\nvar faMicrophoneSlash = {\n prefix: 'fas',\n iconName: 'microphone-slash',\n icon: [640, 512, [], \"f131\", \"M633.82 458.1l-157.8-121.96C488.61 312.13 496 285.01 496 256v-48c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v48c0 17.92-3.96 34.8-10.72 50.2l-26.55-20.52c3.1-9.4 5.28-19.22 5.28-29.67V96c0-53.02-42.98-96-96-96s-96 42.98-96 96v45.36L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.41-6.97 4.16-17.02-2.82-22.45zM400 464h-56v-33.77c11.66-1.6 22.85-4.54 33.67-8.31l-50.11-38.73c-6.71.4-13.41.87-20.35.2-55.85-5.45-98.74-48.63-111.18-101.85L144 241.31v6.85c0 89.64 63.97 169.55 152 181.69V464h-56c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16z\"]\n};\nvar faMicroscope = {\n prefix: 'fas',\n iconName: 'microscope',\n icon: [512, 512, [], \"f610\", \"M160 320h12v16c0 8.84 7.16 16 16 16h40c8.84 0 16-7.16 16-16v-16h12c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32V16c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v16c-17.67 0-32 14.33-32 32v224c0 17.67 14.33 32 32 32zm304 128h-1.29C493.24 413.99 512 369.2 512 320c0-105.88-86.12-192-192-192v64c70.58 0 128 57.42 128 128s-57.42 128-128 128H48c-26.51 0-48 21.49-48 48 0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16 0-26.51-21.49-48-48-48zm-360-32h208c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8H104c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8z\"]\n};\nvar faMinus = {\n prefix: 'fas',\n iconName: 'minus',\n icon: [448, 512, [], \"f068\", \"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"]\n};\nvar faMinusCircle = {\n prefix: 'fas',\n iconName: 'minus-circle',\n icon: [512, 512, [], \"f056\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zM124 296c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h264c6.6 0 12 5.4 12 12v56c0 6.6-5.4 12-12 12H124z\"]\n};\nvar faMinusSquare = {\n prefix: 'fas',\n iconName: 'minus-square',\n icon: [448, 512, [], \"f146\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM92 296c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h264c6.6 0 12 5.4 12 12v56c0 6.6-5.4 12-12 12H92z\"]\n};\nvar faMitten = {\n prefix: 'fas',\n iconName: 'mitten',\n icon: [448, 512, [], \"f7b5\", \"M368 416H48c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16zm57-209.1c-27.2-22.6-67.5-19-90.1 8.2l-20.9 25-29.6-128.4c-18-77.5-95.4-125.9-172.8-108C34.2 21.6-14.2 98.9 3.7 176.4L51.6 384h309l72.5-87c22.7-27.2 19-67.5-8.1-90.1z\"]\n};\nvar faMobile = {\n prefix: 'fas',\n iconName: 'mobile',\n icon: [320, 512, [], \"f10b\", \"M272 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM160 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faMobileAlt = {\n prefix: 'fas',\n iconName: 'mobile-alt',\n icon: [320, 512, [], \"f3cd\", \"M272 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM160 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm112-108c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v312z\"]\n};\nvar faMoneyBill = {\n prefix: 'fas',\n iconName: 'money-bill',\n icon: [640, 512, [], \"f0d6\", \"M608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zM48 400v-64c35.35 0 64 28.65 64 64H48zm0-224v-64h64c0 35.35-28.65 64-64 64zm272 176c-44.19 0-80-42.99-80-96 0-53.02 35.82-96 80-96s80 42.98 80 96c0 53.03-35.83 96-80 96zm272 48h-64c0-35.35 28.65-64 64-64v64zm0-224c-35.35 0-64-28.65-64-64h64v64z\"]\n};\nvar faMoneyBillAlt = {\n prefix: 'fas',\n iconName: 'money-bill-alt',\n icon: [640, 512, [], \"f3d1\", \"M352 288h-16v-88c0-4.42-3.58-8-8-8h-13.58c-4.74 0-9.37 1.4-13.31 4.03l-15.33 10.22a7.994 7.994 0 0 0-2.22 11.09l8.88 13.31a7.994 7.994 0 0 0 11.09 2.22l.47-.31V288h-16c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8h64c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8zM608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zM48 400v-64c35.35 0 64 28.65 64 64H48zm0-224v-64h64c0 35.35-28.65 64-64 64zm272 192c-53.02 0-96-50.15-96-112 0-61.86 42.98-112 96-112s96 50.14 96 112c0 61.87-43 112-96 112zm272 32h-64c0-35.35 28.65-64 64-64v64zm0-224c-35.35 0-64-28.65-64-64h64v64z\"]\n};\nvar faMoneyBillWave = {\n prefix: 'fas',\n iconName: 'money-bill-wave',\n icon: [640, 512, [], \"f53a\", \"M621.16 54.46C582.37 38.19 543.55 32 504.75 32c-123.17-.01-246.33 62.34-369.5 62.34-30.89 0-61.76-3.92-92.65-13.72-3.47-1.1-6.95-1.62-10.35-1.62C15.04 79 0 92.32 0 110.81v317.26c0 12.63 7.23 24.6 18.84 29.46C57.63 473.81 96.45 480 135.25 480c123.17 0 246.34-62.35 369.51-62.35 30.89 0 61.76 3.92 92.65 13.72 3.47 1.1 6.95 1.62 10.35 1.62 17.21 0 32.25-13.32 32.25-31.81V83.93c-.01-12.64-7.24-24.6-18.85-29.47zM48 132.22c20.12 5.04 41.12 7.57 62.72 8.93C104.84 170.54 79 192.69 48 192.69v-60.47zm0 285v-47.78c34.37 0 62.18 27.27 63.71 61.4-22.53-1.81-43.59-6.31-63.71-13.62zM320 352c-44.19 0-80-42.99-80-96 0-53.02 35.82-96 80-96s80 42.98 80 96c0 53.03-35.83 96-80 96zm272 27.78c-17.52-4.39-35.71-6.85-54.32-8.44 5.87-26.08 27.5-45.88 54.32-49.28v57.72zm0-236.11c-30.89-3.91-54.86-29.7-55.81-61.55 19.54 2.17 38.09 6.23 55.81 12.66v48.89z\"]\n};\nvar faMoneyBillWaveAlt = {\n prefix: 'fas',\n iconName: 'money-bill-wave-alt',\n icon: [640, 512, [], \"f53b\", \"M621.16 54.46C582.37 38.19 543.55 32 504.75 32c-123.17-.01-246.33 62.34-369.5 62.34-30.89 0-61.76-3.92-92.65-13.72-3.47-1.1-6.95-1.62-10.35-1.62C15.04 79 0 92.32 0 110.81v317.26c0 12.63 7.23 24.6 18.84 29.46C57.63 473.81 96.45 480 135.25 480c123.17 0 246.34-62.35 369.51-62.35 30.89 0 61.76 3.92 92.65 13.72 3.47 1.1 6.95 1.62 10.35 1.62 17.21 0 32.25-13.32 32.25-31.81V83.93c-.01-12.64-7.24-24.6-18.85-29.47zM320 352c-44.19 0-80-42.99-80-96 0-53.02 35.82-96 80-96s80 42.98 80 96c0 53.03-35.83 96-80 96z\"]\n};\nvar faMoneyCheck = {\n prefix: 'fas',\n iconName: 'money-check',\n icon: [640, 512, [], \"f53c\", \"M0 448c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V128H0v320zm448-208c0-8.84 7.16-16 16-16h96c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-96c-8.84 0-16-7.16-16-16v-32zm0 120c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H456c-4.42 0-8-3.58-8-8v-16zM64 264c0-4.42 3.58-8 8-8h304c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm0 96c0-4.42 3.58-8 8-8h176c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zM624 32H16C7.16 32 0 39.16 0 48v48h640V48c0-8.84-7.16-16-16-16z\"]\n};\nvar faMoneyCheckAlt = {\n prefix: 'fas',\n iconName: 'money-check-alt',\n icon: [640, 512, [], \"f53d\", \"M608 32H32C14.33 32 0 46.33 0 64v384c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zM176 327.88V344c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V152c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07zM416 312c0 4.42-3.58 8-8 8H296c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16zm160 0c0 4.42-3.58 8-8 8h-80c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16zm0-96c0 4.42-3.58 8-8 8H296c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h272c4.42 0 8 3.58 8 8v16z\"]\n};\nvar faMonument = {\n prefix: 'fas',\n iconName: 'monument',\n icon: [384, 512, [], \"f5a6\", \"M368 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h352c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-78.86-347.26a31.97 31.97 0 0 0-9.21-19.44L203.31 4.69c-6.25-6.25-16.38-6.25-22.63 0l-76.6 76.61a31.97 31.97 0 0 0-9.21 19.44L64 416h256l-30.86-315.26zM240 307.2c0 6.4-6.4 12.8-12.8 12.8h-70.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h70.4c6.4 0 12.8 6.4 12.8 12.8v38.4z\"]\n};\nvar faMoon = {\n prefix: 'fas',\n iconName: 'moon',\n icon: [512, 512, [], \"f186\", \"M283.211 512c78.962 0 151.079-35.925 198.857-94.792 7.068-8.708-.639-21.43-11.562-19.35-124.203 23.654-238.262-71.576-238.262-196.954 0-72.222 38.662-138.635 101.498-174.394 9.686-5.512 7.25-20.197-3.756-22.23A258.156 258.156 0 0 0 283.211 0c-141.309 0-256 114.511-256 256 0 141.309 114.511 256 256 256z\"]\n};\nvar faMortarPestle = {\n prefix: 'fas',\n iconName: 'mortar-pestle',\n icon: [512, 512, [], \"f5a7\", \"M501.54 60.91c17.22-17.22 12.51-46.25-9.27-57.14a35.696 35.696 0 0 0-37.37 3.37L251.09 160h151.37l99.08-99.09zM496 192H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16c0 80.98 50.2 150.11 121.13 178.32-12.76 16.87-21.72 36.8-24.95 58.69-1.46 9.92 6.04 18.98 16.07 18.98h223.5c10.03 0 17.53-9.06 16.07-18.98-3.22-21.89-12.18-41.82-24.95-58.69C429.8 406.11 480 336.98 480 256h16c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faMosque = {\n prefix: 'fas',\n iconName: 'mosque',\n icon: [640, 512, [], \"f678\", \"M0 480c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V160H0v320zm579.16-192c17.86-17.39 28.84-37.34 28.84-58.91 0-52.86-41.79-93.79-87.92-122.9-41.94-26.47-80.63-57.77-111.96-96.22L400 0l-8.12 9.97c-31.33 38.45-70.01 69.76-111.96 96.22C233.79 135.3 192 176.23 192 229.09c0 21.57 10.98 41.52 28.84 58.91h358.32zM608 320H192c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h32v-64c0-17.67 14.33-32 32-32s32 14.33 32 32v64h64v-72c0-48 48-72 48-72s48 24 48 72v72h64v-64c0-17.67 14.33-32 32-32s32 14.33 32 32v64h32c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32zM64 0S0 32 0 96v32h128V96c0-64-64-96-64-96z\"]\n};\nvar faMotorcycle = {\n prefix: 'fas',\n iconName: 'motorcycle',\n icon: [640, 512, [], \"f21c\", \"M512.9 192c-14.9-.1-29.1 2.3-42.4 6.9L437.6 144H520c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24h-45.3c-6.8 0-13.3 2.9-17.8 7.9l-37.5 41.7-22.8-38C392.2 68.4 384.4 64 376 64h-80c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h66.4l19.2 32H227.9c-17.7-23.1-44.9-40-99.9-40H72.5C59 104 47.7 115 48 128.5c.2 13 10.9 23.5 24 23.5h56c24.5 0 38.7 10.9 47.8 24.8l-11.3 20.5c-13-3.9-26.9-5.7-41.3-5.2C55.9 194.5 1.6 249.6 0 317c-1.6 72.1 56.3 131 128 131 59.6 0 109.7-40.8 124-96h84.2c13.7 0 24.6-11.4 24-25.1-2.1-47.1 17.5-93.7 56.2-125l12.5 20.8c-27.6 23.7-45.1 58.9-44.8 98.2.5 69.6 57.2 126.5 126.8 127.1 71.6.7 129.8-57.5 129.2-129.1-.7-69.6-57.6-126.4-127.2-126.9zM128 400c-44.1 0-80-35.9-80-80s35.9-80 80-80c4.2 0 8.4.3 12.5 1L99 316.4c-8.8 16 2.8 35.6 21 35.6h81.3c-12.4 28.2-40.6 48-73.3 48zm463.9-75.6c-2.2 40.6-35 73.4-75.5 75.5-46.1 2.5-84.4-34.3-84.4-79.9 0-21.4 8.4-40.8 22.1-55.1l49.4 82.4c4.5 7.6 14.4 10 22 5.5l13.7-8.2c7.6-4.5 10-14.4 5.5-22l-48.6-80.9c5.2-1.1 10.5-1.6 15.9-1.6 45.6-.1 82.3 38.2 79.9 84.3z\"]\n};\nvar faMountain = {\n prefix: 'fas',\n iconName: 'mountain',\n icon: [640, 512, [], \"f6fc\", \"M634.92 462.7l-288-448C341.03 5.54 330.89 0 320 0s-21.03 5.54-26.92 14.7l-288 448a32.001 32.001 0 0 0-1.17 32.64A32.004 32.004 0 0 0 32 512h576c11.71 0 22.48-6.39 28.09-16.67a31.983 31.983 0 0 0-1.17-32.63zM320 91.18L405.39 224H320l-64 64-38.06-38.06L320 91.18z\"]\n};\nvar faMouse = {\n prefix: 'fas',\n iconName: 'mouse',\n icon: [384, 512, [], \"f8cc\", \"M0 352a160 160 0 0 0 160 160h64a160 160 0 0 0 160-160V224H0zM176 0h-16A160 160 0 0 0 0 160v32h176zm48 0h-16v192h176v-32A160 160 0 0 0 224 0z\"]\n};\nvar faMousePointer = {\n prefix: 'fas',\n iconName: 'mouse-pointer',\n icon: [320, 512, [], \"f245\", \"M302.189 329.126H196.105l55.831 135.993c3.889 9.428-.555 19.999-9.444 23.999l-49.165 21.427c-9.165 4-19.443-.571-23.332-9.714l-53.053-129.136-86.664 89.138C18.729 472.71 0 463.554 0 447.977V18.299C0 1.899 19.921-6.096 30.277 5.443l284.412 292.542c11.472 11.179 3.007 31.141-12.5 31.141z\"]\n};\nvar faMugHot = {\n prefix: 'fas',\n iconName: 'mug-hot',\n icon: [512, 512, [], \"f7b6\", \"M127.1 146.5c1.3 7.7 8 13.5 16 13.5h16.5c9.8 0 17.6-8.5 16.3-18-3.8-28.2-16.4-54.2-36.6-74.7-14.4-14.7-23.6-33.3-26.4-53.5C111.8 5.9 105 0 96.8 0H80.4C70.6 0 63 8.5 64.1 18c3.9 31.9 18 61.3 40.6 84.4 12 12.2 19.7 27.5 22.4 44.1zm112 0c1.3 7.7 8 13.5 16 13.5h16.5c9.8 0 17.6-8.5 16.3-18-3.8-28.2-16.4-54.2-36.6-74.7-14.4-14.7-23.6-33.3-26.4-53.5C223.8 5.9 217 0 208.8 0h-16.4c-9.8 0-17.5 8.5-16.3 18 3.9 31.9 18 61.3 40.6 84.4 12 12.2 19.7 27.5 22.4 44.1zM400 192H32c-17.7 0-32 14.3-32 32v192c0 53 43 96 96 96h192c53 0 96-43 96-96h16c61.8 0 112-50.2 112-112s-50.2-112-112-112zm0 160h-16v-96h16c26.5 0 48 21.5 48 48s-21.5 48-48 48z\"]\n};\nvar faMusic = {\n prefix: 'fas',\n iconName: 'music',\n icon: [512, 512, [], \"f001\", \"M470.38 1.51L150.41 96A32 32 0 0 0 128 126.51v261.41A139 139 0 0 0 96 384c-53 0-96 28.66-96 64s43 64 96 64 96-28.66 96-64V214.32l256-75v184.61a138.4 138.4 0 0 0-32-3.93c-53 0-96 28.66-96 64s43 64 96 64 96-28.65 96-64V32a32 32 0 0 0-41.62-30.49z\"]\n};\nvar faNetworkWired = {\n prefix: 'fas',\n iconName: 'network-wired',\n icon: [640, 512, [], \"f6ff\", \"M640 264v-16c0-8.84-7.16-16-16-16H344v-40h72c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32H224c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h72v40H16c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h104v40H64c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h304v40h-56c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h104c8.84 0 16-7.16 16-16zM256 128V64h128v64H256zm-64 320H96v-64h96v64zm352 0h-96v-64h96v64z\"]\n};\nvar faNeuter = {\n prefix: 'fas',\n iconName: 'neuter',\n icon: [288, 512, [], \"f22c\", \"M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 68.5 47.9 125.9 112 140.4V468c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12V316.4c64.1-14.5 112-71.9 112-140.4zm-144 80c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faNewspaper = {\n prefix: 'fas',\n iconName: 'newspaper',\n icon: [576, 512, [], \"f1ea\", \"M552 64H88c-13.255 0-24 10.745-24 24v8H24c-13.255 0-24 10.745-24 24v272c0 30.928 25.072 56 56 56h472c26.51 0 48-21.49 48-48V88c0-13.255-10.745-24-24-24zM56 400a8 8 0 0 1-8-8V144h16v248a8 8 0 0 1-8 8zm236-16H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm-208-96H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm0-96H140c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h360c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12z\"]\n};\nvar faNotEqual = {\n prefix: 'fas',\n iconName: 'not-equal',\n icon: [448, 512, [], \"f53e\", \"M416 208c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32h-23.88l51.87-66.81c5.37-7.02 4.04-17.06-2.97-22.43L415.61 3.3c-7.02-5.38-17.06-4.04-22.44 2.97L311.09 112H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h204.56l-74.53 96H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h55.49l-51.87 66.81c-5.37 7.01-4.04 17.05 2.97 22.43L64 508.7c7.02 5.38 17.06 4.04 22.43-2.97L168.52 400H416c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32H243.05l74.53-96H416z\"]\n};\nvar faNotesMedical = {\n prefix: 'fas',\n iconName: 'notes-medical',\n icon: [384, 512, [], \"f481\", \"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm96 304c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48zm0-192c0 4.4-3.6 8-8 8H104c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h176c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faObjectGroup = {\n prefix: 'fas',\n iconName: 'object-group',\n icon: [512, 512, [], \"f247\", \"M480 128V96h20c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v20H64V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v40c0 6.627 5.373 12 12 12h20v320H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-20h384v20c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-20V128zM96 276V140c0-6.627 5.373-12 12-12h168c6.627 0 12 5.373 12 12v136c0 6.627-5.373 12-12 12H108c-6.627 0-12-5.373-12-12zm320 96c0 6.627-5.373 12-12 12H236c-6.627 0-12-5.373-12-12v-52h72c13.255 0 24-10.745 24-24v-72h84c6.627 0 12 5.373 12 12v136z\"]\n};\nvar faObjectUngroup = {\n prefix: 'fas',\n iconName: 'object-ungroup',\n icon: [576, 512, [], \"f248\", \"M64 320v26a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6v-52a6 6 0 0 1 6-6h26V96H6a6 6 0 0 1-6-6V38a6 6 0 0 1 6-6h52a6 6 0 0 1 6 6v26h288V38a6 6 0 0 1 6-6h52a6 6 0 0 1 6 6v52a6 6 0 0 1-6 6h-26v192h26a6 6 0 0 1 6 6v52a6 6 0 0 1-6 6h-52a6 6 0 0 1-6-6v-26H64zm480-64v-32h26a6 6 0 0 0 6-6v-52a6 6 0 0 0-6-6h-52a6 6 0 0 0-6 6v26H408v72h8c13.255 0 24 10.745 24 24v64c0 13.255-10.745 24-24 24h-64c-13.255 0-24-10.745-24-24v-8H192v72h-26a6 6 0 0 0-6 6v52a6 6 0 0 0 6 6h52a6 6 0 0 0 6-6v-26h288v26a6 6 0 0 0 6 6h52a6 6 0 0 0 6-6v-52a6 6 0 0 0-6-6h-26V256z\"]\n};\nvar faOilCan = {\n prefix: 'fas',\n iconName: 'oil-can',\n icon: [640, 512, [], \"f613\", \"M629.8 160.31L416 224l-50.49-25.24a64.07 64.07 0 0 0-28.62-6.76H280v-48h56c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h56v48h-56L37.72 166.86a31.9 31.9 0 0 0-5.79-.53C14.67 166.33 0 180.36 0 198.34v94.95c0 15.46 11.06 28.72 26.28 31.48L96 337.46V384c0 17.67 14.33 32 32 32h274.63c8.55 0 16.75-3.42 22.76-9.51l212.26-214.75c1.5-1.5 2.34-3.54 2.34-5.66V168c.01-5.31-5.08-9.15-10.19-7.69zM96 288.67l-48-8.73v-62.43l48 8.73v62.43zm453.33 84.66c0 23.56 19.1 42.67 42.67 42.67s42.67-19.1 42.67-42.67S592 288 592 288s-42.67 61.77-42.67 85.33z\"]\n};\nvar faOm = {\n prefix: 'fas',\n iconName: 'om',\n icon: [512, 512, [], \"f679\", \"M360.6 60.94a10.43 10.43 0 0 0 14.76 0l21.57-21.56a10.43 10.43 0 0 0 0-14.76L375.35 3.06c-4.08-4.07-10.68-4.07-14.76 0l-21.57 21.56a10.43 10.43 0 0 0 0 14.76l21.58 21.56zM412.11 192c-26.69 0-51.77 10.39-70.64 29.25l-24.25 24.25c-6.78 6.77-15.78 10.5-25.38 10.5H245c10.54-22.1 14.17-48.11 7.73-75.23-10.1-42.55-46.36-76.11-89.52-83.19-36.15-5.93-70.9 5.04-96.01 28.78-7.36 6.96-6.97 18.85 1.12 24.93l26.15 19.63c5.72 4.3 13.66 4.32 19.2-.21 8.45-6.9 19.02-10.71 30.27-10.71 26.47 0 48.01 21.53 48.01 48s-21.54 48-48.01 48h-31.9c-11.96 0-19.74 12.58-14.39 23.28l16.09 32.17c2.53 5.06 7.6 8.1 13.17 8.55h33.03c35.3 0 64.01 28.7 64.01 64s-28.71 64-64.01 64c-96.02 0-122.35-54.02-145.15-92.03-4.53-7.55-14.77-3.58-14.79 5.22C-.09 416 41.13 512 159.94 512c70.59 0 128.02-57.42 128.02-128 0-23.42-6.78-45.1-17.81-64h21.69c26.69 0 51.77-10.39 70.64-29.25l24.25-24.25c6.78-6.77 15.78-10.5 25.38-10.5 19.78 0 35.88 16.09 35.88 35.88V392c0 13.23-18.77 24-32.01 24-39.4 0-66.67-24.24-81.82-42.89-4.77-5.87-14.2-2.54-14.2 5.02V416s0 64 96.02 64c48.54 0 96.02-39.47 96.02-88V291.88c0-55.08-44.8-99.88-99.89-99.88zm42.18-124.73c-85.55 65.12-169.05 2.75-172.58.05-6.02-4.62-14.44-4.38-20.14.55-5.74 4.92-7.27 13.17-3.66 19.8 1.61 2.95 40.37 72.34 118.8 72.34 79.92 0 98.78-31.36 101.75-37.66 1.02-2.12 1.53-4.47 1.53-6.83V80c0-13.22-15.14-20.69-25.7-12.73z\"]\n};\nvar faOtter = {\n prefix: 'fas',\n iconName: 'otter',\n icon: [640, 512, [], \"f700\", \"M608 32h-32l-13.25-13.25A63.97 63.97 0 0 0 517.49 0H497c-11.14 0-22.08 2.91-31.75 8.43L312 96h-56C149.96 96 64 181.96 64 288v1.61c0 32.75-16 62.14-39.56 84.89-18.19 17.58-28.1 43.68-23.19 71.8 6.76 38.8 42.9 65.7 82.28 65.7H192c17.67 0 32-14.33 32-32s-14.33-32-32-32H80c-8.83 0-16-7.17-16-16s7.17-16 16-16h224c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-64l149.49-80.5L448 416h80c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-28.22l-55.11-110.21L521.14 192H544c53.02 0 96-42.98 96-96V64c0-17.67-14.33-32-32-32zm-96 16c8.84 0 16 7.16 16 16s-7.16 16-16 16-16-7.16-16-16 7.16-16 16-16zm32 96h-34.96L407.2 198.84l-13.77-27.55L512 112h77.05c-6.62 18.58-24.22 32-45.05 32z\"]\n};\nvar faOutdent = {\n prefix: 'fas',\n iconName: 'outdent',\n icon: [448, 512, [], \"f03b\", \"M100.69 363.29c10 10 27.31 2.93 27.31-11.31V160c0-14.32-17.33-21.31-27.31-11.31l-96 96a16 16 0 0 0 0 22.62zM432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm3.17-128H204.83A12.82 12.82 0 0 0 192 300.83v38.34A12.82 12.82 0 0 0 204.83 352h230.34A12.82 12.82 0 0 0 448 339.17v-38.34A12.82 12.82 0 0 0 435.17 288zm0-128H204.83A12.82 12.82 0 0 0 192 172.83v38.34A12.82 12.82 0 0 0 204.83 224h230.34A12.82 12.82 0 0 0 448 211.17v-38.34A12.82 12.82 0 0 0 435.17 160zM432 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faPager = {\n prefix: 'fas',\n iconName: 'pager',\n icon: [512, 512, [], \"f815\", \"M448 64H64a64 64 0 0 0-64 64v256a64 64 0 0 0 64 64h384a64 64 0 0 0 64-64V128a64 64 0 0 0-64-64zM160 368H80a16 16 0 0 1-16-16v-16a16 16 0 0 1 16-16h80zm128-16a16 16 0 0 1-16 16h-80v-48h80a16 16 0 0 1 16 16zm160-128a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32v-64a32 32 0 0 1 32-32h320a32 32 0 0 1 32 32z\"]\n};\nvar faPaintBrush = {\n prefix: 'fas',\n iconName: 'paint-brush',\n icon: [512, 512, [], \"f1fc\", \"M167.02 309.34c-40.12 2.58-76.53 17.86-97.19 72.3-2.35 6.21-8 9.98-14.59 9.98-11.11 0-45.46-27.67-55.25-34.35C0 439.62 37.93 512 128 512c75.86 0 128-43.77 128-120.19 0-3.11-.65-6.08-.97-9.13l-88.01-73.34zM457.89 0c-15.16 0-29.37 6.71-40.21 16.45C213.27 199.05 192 203.34 192 257.09c0 13.7 3.25 26.76 8.73 38.7l63.82 53.18c7.21 1.8 14.64 3.03 22.39 3.03 62.11 0 98.11-45.47 211.16-256.46 7.38-14.35 13.9-29.85 13.9-45.99C512 20.64 486 0 457.89 0z\"]\n};\nvar faPaintRoller = {\n prefix: 'fas',\n iconName: 'paint-roller',\n icon: [512, 512, [], \"f5aa\", \"M416 128V32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v96c0 17.67 14.33 32 32 32h352c17.67 0 32-14.33 32-32zm32-64v128c0 17.67-14.33 32-32 32H256c-35.35 0-64 28.65-64 64v32c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32v-32h160c53.02 0 96-42.98 96-96v-64c0-35.35-28.65-64-64-64z\"]\n};\nvar faPalette = {\n prefix: 'fas',\n iconName: 'palette',\n icon: [512, 512, [], \"f53f\", \"M204.3 5C104.9 24.4 24.8 104.3 5.2 203.4c-37 187 131.7 326.4 258.8 306.7 41.2-6.4 61.4-54.6 42.5-91.7-23.1-45.4 9.9-98.4 60.9-98.4h79.7c35.8 0 64.8-29.6 64.9-65.3C511.5 97.1 368.1-26.9 204.3 5zM96 320c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm32-128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128-64c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 64c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faPallet = {\n prefix: 'fas',\n iconName: 'pallet',\n icon: [640, 512, [], \"f482\", \"M144 256h352c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16H384v128l-64-32-64 32V0H144c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16zm480 128c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v64H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-48v-64h48zm-336 64H128v-64h160v64zm224 0H352v-64h160v64z\"]\n};\nvar faPaperPlane = {\n prefix: 'fas',\n iconName: 'paper-plane',\n icon: [512, 512, [], \"f1d8\", \"M476 3.2L12.5 270.6c-18.1 10.4-15.8 35.6 2.2 43.2L121 358.4l287.3-253.2c5.5-4.9 13.3 2.6 8.6 8.3L176 407v80.5c0 23.6 28.5 32.9 42.5 15.8L282 426l124.6 52.2c14.2 6 30.4-2.9 33-18.2l72-432C515 7.8 493.3-6.8 476 3.2z\"]\n};\nvar faPaperclip = {\n prefix: 'fas',\n iconName: 'paperclip',\n icon: [448, 512, [], \"f0c6\", \"M43.246 466.142c-58.43-60.289-57.341-157.511 1.386-217.581L254.392 34c44.316-45.332 116.351-45.336 160.671 0 43.89 44.894 43.943 117.329 0 162.276L232.214 383.128c-29.855 30.537-78.633 30.111-107.982-.998-28.275-29.97-27.368-77.473 1.452-106.953l143.743-146.835c6.182-6.314 16.312-6.422 22.626-.241l22.861 22.379c6.315 6.182 6.422 16.312.241 22.626L171.427 319.927c-4.932 5.045-5.236 13.428-.648 18.292 4.372 4.634 11.245 4.711 15.688.165l182.849-186.851c19.613-20.062 19.613-52.725-.011-72.798-19.189-19.627-49.957-19.637-69.154 0L90.39 293.295c-34.763 35.56-35.299 93.12-1.191 128.313 34.01 35.093 88.985 35.137 123.058.286l172.06-175.999c6.177-6.319 16.307-6.433 22.626-.256l22.877 22.364c6.319 6.177 6.434 16.307.256 22.626l-172.06 175.998c-59.576 60.938-155.943 60.216-214.77-.485z\"]\n};\nvar faParachuteBox = {\n prefix: 'fas',\n iconName: 'parachute-box',\n icon: [512, 512, [], \"f4cd\", \"M511.9 175c-9.1-75.6-78.4-132.4-158.3-158.7C390 55.7 416 116.9 416 192h28.1L327.5 321.5c-2.5-.6-4.8-1.5-7.5-1.5h-48V192h112C384 76.8 315.1 0 256 0S128 76.8 128 192h112v128h-48c-2.7 0-5 .9-7.5 1.5L67.9 192H96c0-75.1 26-136.3 62.4-175.7C78.5 42.7 9.2 99.5.1 175c-1.1 9.1 6.8 17 16 17h8.7l136.7 151.9c-.7 2.6-1.6 5.2-1.6 8.1v128c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32V352c0-2.9-.9-5.4-1.6-8.1L487.1 192h8.7c9.3 0 17.2-7.8 16.1-17z\"]\n};\nvar faParagraph = {\n prefix: 'fas',\n iconName: 'paragraph',\n icon: [448, 512, [], \"f1dd\", \"M448 48v32a16 16 0 0 1-16 16h-48v368a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V96h-32v368a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V352h-32a160 160 0 0 1 0-320h240a16 16 0 0 1 16 16z\"]\n};\nvar faParking = {\n prefix: 'fas',\n iconName: 'parking',\n icon: [448, 512, [], \"f540\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM240 320h-48v48c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16h96c52.9 0 96 43.1 96 96s-43.1 96-96 96zm0-128h-48v64h48c17.6 0 32-14.4 32-32s-14.4-32-32-32z\"]\n};\nvar faPassport = {\n prefix: 'fas',\n iconName: 'passport',\n icon: [448, 512, [], \"f5ab\", \"M129.62 176h39.09c1.49-27.03 6.54-51.35 14.21-70.41-27.71 13.24-48.02 39.19-53.3 70.41zm0 32c5.29 31.22 25.59 57.17 53.3 70.41-7.68-19.06-12.72-43.38-14.21-70.41h-39.09zM224 286.69c7.69-7.45 20.77-34.42 23.43-78.69h-46.87c2.67 44.26 15.75 71.24 23.44 78.69zM200.57 176h46.87c-2.66-44.26-15.74-71.24-23.43-78.69-7.7 7.45-20.78 34.43-23.44 78.69zm64.51 102.41c27.71-13.24 48.02-39.19 53.3-70.41h-39.09c-1.49 27.03-6.53 51.35-14.21 70.41zM416 0H64C28.65 0 0 28.65 0 64v384c0 35.35 28.65 64 64 64h352c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32zm-80 416H112c-8.8 0-16-7.2-16-16s7.2-16 16-16h224c8.8 0 16 7.2 16 16s-7.2 16-16 16zm-112-96c-70.69 0-128-57.31-128-128S153.31 64 224 64s128 57.31 128 128-57.31 128-128 128zm41.08-214.41c7.68 19.06 12.72 43.38 14.21 70.41h39.09c-5.28-31.22-25.59-57.17-53.3-70.41z\"]\n};\nvar faPastafarianism = {\n prefix: 'fas',\n iconName: 'pastafarianism',\n icon: [640, 512, [], \"f67b\", \"M624.54 347.67c-32.7-12.52-57.36 4.25-75.37 16.45-17.06 11.53-23.25 14.42-31.41 11.36-8.12-3.09-10.83-9.38-15.89-29.38-3.33-13.15-7.44-29.32-17.95-42.65 2.24-2.91 4.43-5.79 6.38-8.57C500.47 304.45 513.71 312 532 312c33.95 0 50.87-25.78 62.06-42.83 10.59-16.14 15-21.17 21.94-21.17 13.25 0 24-10.75 24-24s-10.75-24-24-24c-33.95 0-50.87 25.78-62.06 42.83-10.6 16.14-15 21.17-21.94 21.17-17.31 0-37.48-61.43-97.26-101.91l17.25-34.5C485.43 125.5 512 97.98 512 64c0-35.35-28.65-64-64-64s-64 28.65-64 64c0 13.02 3.94 25.1 10.62 35.21l-18.15 36.3c-16.98-4.6-35.6-7.51-56.46-7.51s-39.49 2.91-56.46 7.51l-18.15-36.3C252.06 89.1 256 77.02 256 64c0-35.35-28.65-64-64-64s-64 28.65-64 64c0 33.98 26.56 61.5 60.02 63.6l17.25 34.5C145.68 202.44 125.15 264 108 264c-6.94 0-11.34-5.03-21.94-21.17C74.88 225.78 57.96 200 24 200c-13.25 0-24 10.75-24 24s10.75 24 24 24c6.94 0 11.34 5.03 21.94 21.17C57.13 286.22 74.05 312 108 312c18.29 0 31.53-7.55 41.7-17.11 1.95 2.79 4.14 5.66 6.38 8.57-10.51 13.33-14.62 29.5-17.95 42.65-5.06 20-7.77 26.28-15.89 29.38-8.11 3.06-14.33.17-31.41-11.36-18.03-12.2-42.72-28.92-75.37-16.45-12.39 4.72-18.59 18.58-13.87 30.97 4.72 12.41 18.61 18.61 30.97 13.88 8.16-3.09 14.34-.19 31.39 11.36 13.55 9.16 30.83 20.86 52.42 20.84 7.17 0 14.83-1.28 22.97-4.39 32.66-12.44 39.98-41.33 45.33-62.44 2.21-8.72 3.99-14.49 5.95-18.87 16.62 13.61 36.95 25.88 61.64 34.17-9.96 37-32.18 90.8-60.26 90.8-13.25 0-24 10.75-24 24s10.75 24 24 24c66.74 0 97.05-88.63 107.42-129.14 6.69.6 13.42 1.14 20.58 1.14s13.89-.54 20.58-1.14C350.95 423.37 381.26 512 448 512c13.25 0 24-10.75 24-24s-10.75-24-24-24c-27.94 0-50.21-53.81-60.22-90.81 24.69-8.29 45-20.56 61.62-34.16 1.96 4.38 3.74 10.15 5.95 18.87 5.34 21.11 12.67 50 45.33 62.44 8.14 3.11 15.8 4.39 22.97 4.39 21.59 0 38.87-11.69 52.42-20.84 17.05-11.55 23.28-14.45 31.39-11.36 12.39 4.75 26.27-1.47 30.97-13.88 4.71-12.4-1.49-26.26-13.89-30.98zM448 48c8.82 0 16 7.18 16 16s-7.18 16-16 16-16-7.18-16-16 7.18-16 16-16zm-256 0c8.82 0 16 7.18 16 16s-7.18 16-16 16-16-7.18-16-16 7.18-16 16-16z\"]\n};\nvar faPaste = {\n prefix: 'fas',\n iconName: 'paste',\n icon: [448, 512, [], \"f0ea\", \"M128 184c0-30.879 25.122-56 56-56h136V56c0-13.255-10.745-24-24-24h-80.61C204.306 12.89 183.637 0 160 0s-44.306 12.89-55.39 32H24C10.745 32 0 42.745 0 56v336c0 13.255 10.745 24 24 24h104V184zm32-144c13.255 0 24 10.745 24 24s-10.745 24-24 24-24-10.745-24-24 10.745-24 24-24zm184 248h104v200c0 13.255-10.745 24-24 24H184c-13.255 0-24-10.745-24-24V184c0-13.255 10.745-24 24-24h136v104c0 13.2 10.8 24 24 24zm104-38.059V256h-96v-96h6.059a24 24 0 0 1 16.97 7.029l65.941 65.941a24.002 24.002 0 0 1 7.03 16.971z\"]\n};\nvar faPause = {\n prefix: 'fas',\n iconName: 'pause',\n icon: [448, 512, [], \"f04c\", \"M144 479H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zm304-48V79c0-26.5-21.5-48-48-48h-96c-26.5 0-48 21.5-48 48v352c0 26.5 21.5 48 48 48h96c26.5 0 48-21.5 48-48z\"]\n};\nvar faPauseCircle = {\n prefix: 'fas',\n iconName: 'pause-circle',\n icon: [512, 512, [], \"f28b\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-16 328c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160zm112 0c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160z\"]\n};\nvar faPaw = {\n prefix: 'fas',\n iconName: 'paw',\n icon: [512, 512, [], \"f1b0\", \"M256 224c-79.41 0-192 122.76-192 200.25 0 34.9 26.81 55.75 71.74 55.75 48.84 0 81.09-25.08 120.26-25.08 39.51 0 71.85 25.08 120.26 25.08 44.93 0 71.74-20.85 71.74-55.75C448 346.76 335.41 224 256 224zm-147.28-12.61c-10.4-34.65-42.44-57.09-71.56-50.13-29.12 6.96-44.29 40.69-33.89 75.34 10.4 34.65 42.44 57.09 71.56 50.13 29.12-6.96 44.29-40.69 33.89-75.34zm84.72-20.78c30.94-8.14 46.42-49.94 34.58-93.36s-46.52-72.01-77.46-63.87-46.42 49.94-34.58 93.36c11.84 43.42 46.53 72.02 77.46 63.87zm281.39-29.34c-29.12-6.96-61.15 15.48-71.56 50.13-10.4 34.65 4.77 68.38 33.89 75.34 29.12 6.96 61.15-15.48 71.56-50.13 10.4-34.65-4.77-68.38-33.89-75.34zm-156.27 29.34c30.94 8.14 65.62-20.45 77.46-63.87 11.84-43.42-3.64-85.21-34.58-93.36s-65.62 20.45-77.46 63.87c-11.84 43.42 3.64 85.22 34.58 93.36z\"]\n};\nvar faPeace = {\n prefix: 'fas',\n iconName: 'peace',\n icon: [496, 512, [], \"f67c\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm184 248c0 31.93-8.2 61.97-22.57 88.17L280 240.63V74.97c86.23 15.21 152 90.5 152 181.03zM216 437.03c-33.86-5.97-64.49-21.2-89.29-43.02L216 322.57v114.46zm64-114.46L369.29 394c-24.8 21.82-55.43 37.05-89.29 43.02V322.57zm-64-247.6v165.66L86.57 344.17C72.2 317.97 64 287.93 64 256c0-90.53 65.77-165.82 152-181.03z\"]\n};\nvar faPen = {\n prefix: 'fas',\n iconName: 'pen',\n icon: [512, 512, [], \"f304\", \"M290.74 93.24l128.02 128.02-277.99 277.99-114.14 12.6C11.35 513.54-1.56 500.62.14 485.34l12.7-114.22 277.9-277.88zm207.2-19.06l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.76 18.75-49.16 0-67.91z\"]\n};\nvar faPenAlt = {\n prefix: 'fas',\n iconName: 'pen-alt',\n icon: [512, 512, [], \"f305\", \"M497.94 74.17l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.75 18.75-49.15 0-67.91zm-246.8-20.53c-15.62-15.62-40.94-15.62-56.56 0L75.8 172.43c-6.25 6.25-6.25 16.38 0 22.62l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l101.82-101.82 22.63 22.62L93.95 290.03A327.038 327.038 0 0 0 .17 485.11l-.03.23c-1.7 15.28 11.21 28.2 26.49 26.51a327.02 327.02 0 0 0 195.34-93.8l196.79-196.79-82.77-82.77-84.85-84.85z\"]\n};\nvar faPenFancy = {\n prefix: 'fas',\n iconName: 'pen-fancy',\n icon: [512, 512, [], \"f5ac\", \"M79.18 282.94a32.005 32.005 0 0 0-20.24 20.24L0 480l4.69 4.69 92.89-92.89c-.66-2.56-1.57-5.03-1.57-7.8 0-17.67 14.33-32 32-32s32 14.33 32 32-14.33 32-32 32c-2.77 0-5.24-.91-7.8-1.57l-92.89 92.89L32 512l176.82-58.94a31.983 31.983 0 0 0 20.24-20.24l33.07-84.07-98.88-98.88-84.07 33.07zM369.25 28.32L186.14 227.81l97.85 97.85 199.49-183.11C568.4 67.48 443.73-55.94 369.25 28.32z\"]\n};\nvar faPenNib = {\n prefix: 'fas',\n iconName: 'pen-nib',\n icon: [512, 512, [], \"f5ad\", \"M136.6 138.79a64.003 64.003 0 0 0-43.31 41.35L0 460l14.69 14.69L164.8 324.58c-2.99-6.26-4.8-13.18-4.8-20.58 0-26.51 21.49-48 48-48s48 21.49 48 48-21.49 48-48 48c-7.4 0-14.32-1.81-20.58-4.8L37.31 497.31 52 512l279.86-93.29a64.003 64.003 0 0 0 41.35-43.31L416 224 288 96l-151.4 42.79zm361.34-64.62l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.75 18.75-49.15 0-67.91z\"]\n};\nvar faPenSquare = {\n prefix: 'fas',\n iconName: 'pen-square',\n icon: [448, 512, [], \"f14b\", \"M400 480H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zM238.1 177.9L102.4 313.6l-6.3 57.1c-.8 7.6 5.6 14.1 13.3 13.3l57.1-6.3L302.2 242c2.3-2.3 2.3-6.1 0-8.5L246.7 178c-2.5-2.4-6.3-2.4-8.6-.1zM345 165.1L314.9 135c-9.4-9.4-24.6-9.4-33.9 0l-23.1 23.1c-2.3 2.3-2.3 6.1 0 8.5l55.5 55.5c2.3 2.3 6.1 2.3 8.5 0L345 199c9.3-9.3 9.3-24.5 0-33.9z\"]\n};\nvar faPencilAlt = {\n prefix: 'fas',\n iconName: 'pencil-alt',\n icon: [512, 512, [], \"f303\", \"M497.9 142.1l-46.1 46.1c-4.7 4.7-12.3 4.7-17 0l-111-111c-4.7-4.7-4.7-12.3 0-17l46.1-46.1c18.7-18.7 49.1-18.7 67.9 0l60.1 60.1c18.8 18.7 18.8 49.1 0 67.9zM284.2 99.8L21.6 362.4.4 483.9c-2.9 16.4 11.4 30.6 27.8 27.8l121.5-21.3 262.6-262.6c4.7-4.7 4.7-12.3 0-17l-111-111c-4.8-4.7-12.4-4.7-17.1 0zM124.1 339.9c-5.5-5.5-5.5-14.3 0-19.8l154-154c5.5-5.5 14.3-5.5 19.8 0s5.5 14.3 0 19.8l-154 154c-5.5 5.5-14.3 5.5-19.8 0zM88 424h48v36.3l-64.5 11.3-31.1-31.1L51.7 376H88v48z\"]\n};\nvar faPencilRuler = {\n prefix: 'fas',\n iconName: 'pencil-ruler',\n icon: [512, 512, [], \"f5ae\", \"M109.46 244.04l134.58-134.56-44.12-44.12-61.68 61.68a7.919 7.919 0 0 1-11.21 0l-11.21-11.21c-3.1-3.1-3.1-8.12 0-11.21l61.68-61.68-33.64-33.65C131.47-3.1 111.39-3.1 99 9.29L9.29 99c-12.38 12.39-12.39 32.47 0 44.86l100.17 100.18zm388.47-116.8c18.76-18.76 18.75-49.17 0-67.93l-45.25-45.25c-18.76-18.76-49.18-18.76-67.95 0l-46.02 46.01 113.2 113.2 46.02-46.03zM316.08 82.71l-297 296.96L.32 487.11c-2.53 14.49 10.09 27.11 24.59 24.56l107.45-18.84L429.28 195.9 316.08 82.71zm186.63 285.43l-33.64-33.64-61.68 61.68c-3.1 3.1-8.12 3.1-11.21 0l-11.21-11.21c-3.09-3.1-3.09-8.12 0-11.21l61.68-61.68-44.14-44.14L267.93 402.5l100.21 100.2c12.39 12.39 32.47 12.39 44.86 0l89.71-89.7c12.39-12.39 12.39-32.47 0-44.86z\"]\n};\nvar faPeopleCarry = {\n prefix: 'fas',\n iconName: 'people-carry',\n icon: [640, 512, [], \"f4ce\", \"M128 96c26.5 0 48-21.5 48-48S154.5 0 128 0 80 21.5 80 48s21.5 48 48 48zm384 0c26.5 0 48-21.5 48-48S538.5 0 512 0s-48 21.5-48 48 21.5 48 48 48zm125.7 372.1l-44-110-41.1 46.4-2 18.2 27.7 69.2c5 12.5 17 20.1 29.7 20.1 4 0 8-.7 11.9-2.3 16.4-6.6 24.4-25.2 17.8-41.6zm-34.2-209.8L585 178.1c-4.6-20-18.6-36.8-37.5-44.9-18.5-8-39-6.7-56.1 3.3-22.7 13.4-39.7 34.5-48.1 59.4L432 229.8 416 240v-96c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v96l-16.1-10.2-11.3-33.9c-8.3-25-25.4-46-48.1-59.4-17.2-10-37.6-11.3-56.1-3.3-18.9 8.1-32.9 24.9-37.5 44.9l-18.4 80.2c-4.6 20 .7 41.2 14.4 56.7l67.2 75.9 10.1 92.6C130 499.8 143.8 512 160 512c1.2 0 2.3-.1 3.5-.2 17.6-1.9 30.2-17.7 28.3-35.3l-10.1-92.8c-1.5-13-6.9-25.1-15.6-35l-43.3-49 17.6-70.3 6.8 20.4c4.1 12.5 11.9 23.4 24.5 32.6l51.1 32.5c4.6 2.9 12.1 4.6 17.2 5h160c5.1-.4 12.6-2.1 17.2-5l51.1-32.5c12.6-9.2 20.4-20 24.5-32.6l6.8-20.4 17.6 70.3-43.3 49c-8.7 9.9-14.1 22-15.6 35l-10.1 92.8c-1.9 17.6 10.8 33.4 28.3 35.3 1.2.1 2.3.2 3.5.2 16.1 0 30-12.1 31.8-28.5l10.1-92.6 67.2-75.9c13.6-15.5 19-36.7 14.4-56.7zM46.3 358.1l-44 110c-6.6 16.4 1.4 35 17.8 41.6 16.8 6.6 35.1-1.7 41.6-17.8l27.7-69.2-2-18.2-41.1-46.4z\"]\n};\nvar faPepperHot = {\n prefix: 'fas',\n iconName: 'pepper-hot',\n icon: [512, 512, [], \"f816\", \"M330.67 263.12V173.4l-52.75-24.22C219.44 218.76 197.58 400 56 400a56 56 0 0 0 0 112c212.64 0 370.65-122.87 419.18-210.34l-37.05-38.54zm131.09-128.37C493.92 74.91 477.18 26.48 458.62 3a8 8 0 0 0-11.93-.59l-22.9 23a8.06 8.06 0 0 0-.89 10.23c6.86 10.36 17.05 35.1-1.4 72.32A142.85 142.85 0 0 0 364.34 96c-28 0-54 8.54-76.34 22.59l74.67 34.29v78.24h89.09L506.44 288c3.26-12.62 5.56-25.63 5.56-39.31a154 154 0 0 0-50.24-113.94z\"]\n};\nvar faPercent = {\n prefix: 'fas',\n iconName: 'percent',\n icon: [448, 512, [], \"f295\", \"M112 224c61.9 0 112-50.1 112-112S173.9 0 112 0 0 50.1 0 112s50.1 112 112 112zm0-160c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm224 224c-61.9 0-112 50.1-112 112s50.1 112 112 112 112-50.1 112-112-50.1-112-112-112zm0 160c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zM392.3.2l31.6-.1c19.4-.1 30.9 21.8 19.7 37.8L77.4 501.6a23.95 23.95 0 0 1-19.6 10.2l-33.4.1c-19.5 0-30.9-21.9-19.7-37.8l368-463.7C377.2 4 384.5.2 392.3.2z\"]\n};\nvar faPercentage = {\n prefix: 'fas',\n iconName: 'percentage',\n icon: [384, 512, [], \"f541\", \"M109.25 173.25c24.99-24.99 24.99-65.52 0-90.51-24.99-24.99-65.52-24.99-90.51 0-24.99 24.99-24.99 65.52 0 90.51 25 25 65.52 25 90.51 0zm256 165.49c-24.99-24.99-65.52-24.99-90.51 0-24.99 24.99-24.99 65.52 0 90.51 24.99 24.99 65.52 24.99 90.51 0 25-24.99 25-65.51 0-90.51zm-1.94-231.43l-22.62-22.62c-12.5-12.5-32.76-12.5-45.25 0L20.69 359.44c-12.5 12.5-12.5 32.76 0 45.25l22.62 22.62c12.5 12.5 32.76 12.5 45.25 0l274.75-274.75c12.5-12.49 12.5-32.75 0-45.25z\"]\n};\nvar faPersonBooth = {\n prefix: 'fas',\n iconName: 'person-booth',\n icon: [576, 512, [], \"f756\", \"M192 496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320h-64v176zm32-272h-50.9l-45.2-45.3C115.8 166.6 99.7 160 82.7 160H64c-17.1 0-33.2 6.7-45.3 18.8C6.7 190.9 0 207 0 224.1L.2 320 0 480c0 17.7 14.3 32 31.9 32 17.6 0 32-14.3 32-32l.1-100.7c.9.5 1.6 1.3 2.5 1.7l29.1 43v56c0 17.7 14.3 32 32 32s32-14.3 32-32v-56.5c0-9.9-2.3-19.8-6.7-28.6l-41.2-61.3V253l20.9 20.9c9.1 9.1 21.1 14.1 33.9 14.1H224c17.7 0 32-14.3 32-32s-14.3-32-32-32zM64 128c26.5 0 48-21.5 48-48S90.5 32 64 32 16 53.5 16 80s21.5 48 48 48zm224-96l31.5 223.1-30.9 154.6c-4.3 21.6 13 38.3 31.4 38.3 15.2 0 28-9.1 32.3-30.4.9 16.9 14.6 30.4 31.7 30.4 17.7 0 32-14.3 32-32 0 17.7 14.3 32 32 32s32-14.3 32-32V0H288v32zm-96 0v160h64V0h-32c-17.7 0-32 14.3-32 32zM544 0h-32v496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V32c0-17.7-14.3-32-32-32z\"]\n};\nvar faPhone = {\n prefix: 'fas',\n iconName: 'phone',\n icon: [512, 512, [], \"f095\", \"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"]\n};\nvar faPhoneAlt = {\n prefix: 'fas',\n iconName: 'phone-alt',\n icon: [512, 512, [], \"f879\", \"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"]\n};\nvar faPhoneSlash = {\n prefix: 'fas',\n iconName: 'phone-slash',\n icon: [640, 512, [], \"f3dd\", \"M268.2 381.4l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48c-10.7 4.6-16.5 16.1-13.9 27.5l24 104c2.5 10.8 12.1 18.6 23.4 18.6 100.7 0 193.7-32.4 269.7-86.9l-80-61.8c-10.9 6.5-22.1 12.7-33.6 18.1zm365.6 76.7L475.1 335.5C537.9 256.4 576 156.9 576 48c0-11.2-7.7-20.9-18.6-23.4l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-12.2 26.1-27.9 50.3-46 72.8L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3z\"]\n};\nvar faPhoneSquare = {\n prefix: 'fas',\n iconName: 'phone-square',\n icon: [448, 512, [], \"f098\", \"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM94 416c-7.033 0-13.057-4.873-14.616-11.627l-14.998-65a15 15 0 0 1 8.707-17.16l69.998-29.999a15 15 0 0 1 17.518 4.289l30.997 37.885c48.944-22.963 88.297-62.858 110.781-110.78l-37.886-30.997a15.001 15.001 0 0 1-4.289-17.518l30-69.998a15 15 0 0 1 17.16-8.707l65 14.998A14.997 14.997 0 0 1 384 126c0 160.292-129.945 290-290 290z\"]\n};\nvar faPhoneSquareAlt = {\n prefix: 'fas',\n iconName: 'phone-square-alt',\n icon: [448, 512, [], \"f87b\", \"M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h352a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48zm-16.39 307.37l-15 65A15 15 0 0 1 354 416C194 416 64 286.29 64 126a15.7 15.7 0 0 1 11.63-14.61l65-15A18.23 18.23 0 0 1 144 96a16.27 16.27 0 0 1 13.79 9.09l30 70A17.9 17.9 0 0 1 189 181a17 17 0 0 1-5.5 11.61l-37.89 31a231.91 231.91 0 0 0 110.78 110.78l31-37.89A17 17 0 0 1 299 291a17.85 17.85 0 0 1 5.91 1.21l70 30A16.25 16.25 0 0 1 384 336a17.41 17.41 0 0 1-.39 3.37z\"]\n};\nvar faPhoneVolume = {\n prefix: 'fas',\n iconName: 'phone-volume',\n icon: [384, 512, [], \"f2a0\", \"M97.333 506.966c-129.874-129.874-129.681-340.252 0-469.933 5.698-5.698 14.527-6.632 21.263-2.422l64.817 40.513a17.187 17.187 0 0 1 6.849 20.958l-32.408 81.021a17.188 17.188 0 0 1-17.669 10.719l-55.81-5.58c-21.051 58.261-20.612 122.471 0 179.515l55.811-5.581a17.188 17.188 0 0 1 17.669 10.719l32.408 81.022a17.188 17.188 0 0 1-6.849 20.958l-64.817 40.513a17.19 17.19 0 0 1-21.264-2.422zM247.126 95.473c11.832 20.047 11.832 45.008 0 65.055-3.95 6.693-13.108 7.959-18.718 2.581l-5.975-5.726c-3.911-3.748-4.793-9.622-2.261-14.41a32.063 32.063 0 0 0 0-29.945c-2.533-4.788-1.65-10.662 2.261-14.41l5.975-5.726c5.61-5.378 14.768-4.112 18.718 2.581zm91.787-91.187c60.14 71.604 60.092 175.882 0 247.428-4.474 5.327-12.53 5.746-17.552.933l-5.798-5.557c-4.56-4.371-4.977-11.529-.93-16.379 49.687-59.538 49.646-145.933 0-205.422-4.047-4.85-3.631-12.008.93-16.379l5.798-5.557c5.022-4.813 13.078-4.394 17.552.933zm-45.972 44.941c36.05 46.322 36.108 111.149 0 157.546-4.39 5.641-12.697 6.251-17.856 1.304l-5.818-5.579c-4.4-4.219-4.998-11.095-1.285-15.931 26.536-34.564 26.534-82.572 0-117.134-3.713-4.836-3.115-11.711 1.285-15.931l5.818-5.579c5.159-4.947 13.466-4.337 17.856 1.304z\"]\n};\nvar faPhotoVideo = {\n prefix: 'fas',\n iconName: 'photo-video',\n icon: [640, 512, [], \"f87c\", \"M608 0H160a32 32 0 0 0-32 32v96h160V64h192v320h128a32 32 0 0 0 32-32V32a32 32 0 0 0-32-32zM232 103a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9V73a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm352 208a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9v-30a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm0-104a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9v-30a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm0-104a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9V73a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm-168 57H32a32 32 0 0 0-32 32v288a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V192a32 32 0 0 0-32-32zM96 224a32 32 0 1 1-32 32 32 32 0 0 1 32-32zm288 224H64v-32l64-64 32 32 128-128 96 96z\"]\n};\nvar faPiggyBank = {\n prefix: 'fas',\n iconName: 'piggy-bank',\n icon: [576, 512, [], \"f4d3\", \"M560 224h-29.5c-8.8-20-21.6-37.7-37.4-52.5L512 96h-32c-29.4 0-55.4 13.5-73 34.3-7.6-1.1-15.1-2.3-23-2.3H256c-77.4 0-141.9 55-156.8 128H56c-14.8 0-26.5-13.5-23.5-28.8C34.7 215.8 45.4 208 57 208h1c3.3 0 6-2.7 6-6v-20c0-3.3-2.7-6-6-6-28.5 0-53.9 20.4-57.5 48.6C-3.9 258.8 22.7 288 56 288h40c0 52.2 25.4 98.1 64 127.3V496c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-48h128v48c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-80.7c11.8-8.9 22.3-19.4 31.3-31.3H560c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16zm-128 64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zM256 96h128c5.4 0 10.7.4 15.9.8 0-.3.1-.5.1-.8 0-53-43-96-96-96s-96 43-96 96c0 2.1.5 4.1.6 6.2 15.2-3.9 31-6.2 47.4-6.2z\"]\n};\nvar faPills = {\n prefix: 'fas',\n iconName: 'pills',\n icon: [576, 512, [], \"f484\", \"M112 32C50.1 32 0 82.1 0 144v224c0 61.9 50.1 112 112 112s112-50.1 112-112V144c0-61.9-50.1-112-112-112zm48 224H64V144c0-26.5 21.5-48 48-48s48 21.5 48 48v112zm139.7-29.7c-3.5-3.5-9.4-3.1-12.3.8-45.3 62.5-40.4 150.1 15.9 206.4 56.3 56.3 143.9 61.2 206.4 15.9 4-2.9 4.3-8.8.8-12.3L299.7 226.3zm229.8-19c-56.3-56.3-143.9-61.2-206.4-15.9-4 2.9-4.3 8.8-.8 12.3l210.8 210.8c3.5 3.5 9.4 3.1 12.3-.8 45.3-62.6 40.5-150.1-15.9-206.4z\"]\n};\nvar faPizzaSlice = {\n prefix: 'fas',\n iconName: 'pizza-slice',\n icon: [512, 512, [], \"f818\", \"M158.87.15c-16.16-1.52-31.2 8.42-35.33 24.12l-14.81 56.27c187.62 5.49 314.54 130.61 322.48 317l56.94-15.78c15.72-4.36 25.49-19.68 23.62-35.9C490.89 165.08 340.78 17.32 158.87.15zm-58.47 112L.55 491.64a16.21 16.21 0 0 0 20 19.75l379-105.1c-4.27-174.89-123.08-292.14-299.15-294.1zM128 416a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm48-152a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm104 104a32 32 0 1 1 32-32 32 32 0 0 1-32 32z\"]\n};\nvar faPlaceOfWorship = {\n prefix: 'fas',\n iconName: 'place-of-worship',\n icon: [640, 512, [], \"f67f\", \"M620.61 366.55L512 320v192h112c8.84 0 16-7.16 16-16V395.96a32 32 0 0 0-19.39-29.41zM0 395.96V496c0 8.84 7.16 16 16 16h112V320L19.39 366.55A32 32 0 0 0 0 395.96zm464.46-149.28L416 217.6V102.63c0-8.49-3.37-16.62-9.38-22.63L331.31 4.69c-6.25-6.25-16.38-6.25-22.62 0L233.38 80c-6 6-9.38 14.14-9.38 22.63V217.6l-48.46 29.08A31.997 31.997 0 0 0 160 274.12V512h96v-96c0-35.35 28.66-64 64-64s64 28.65 64 64v96h96V274.12c0-11.24-5.9-21.66-15.54-27.44z\"]\n};\nvar faPlane = {\n prefix: 'fas',\n iconName: 'plane',\n icon: [576, 512, [], \"f072\", \"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"]\n};\nvar faPlaneArrival = {\n prefix: 'fas',\n iconName: 'plane-arrival',\n icon: [640, 512, [], \"f5af\", \"M624 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM44.81 205.66l88.74 80a62.607 62.607 0 0 0 25.47 13.93l287.6 78.35c26.48 7.21 54.56 8.72 81 1.36 29.67-8.27 43.44-21.21 47.25-35.71 3.83-14.5-1.73-32.71-23.37-54.96-19.28-19.82-44.35-32.79-70.83-40l-97.51-26.56L282.8 30.22c-1.51-5.81-5.95-10.35-11.66-11.91L206.05.58c-10.56-2.88-20.9 5.32-20.71 16.44l47.92 164.21-102.2-27.84-27.59-67.88c-1.93-4.89-6.01-8.57-11.02-9.93L52.72 64.75c-10.34-2.82-20.53 5-20.72 15.88l.23 101.78c.19 8.91 6.03 17.34 12.58 23.25z\"]\n};\nvar faPlaneDeparture = {\n prefix: 'fas',\n iconName: 'plane-departure',\n icon: [640, 512, [], \"f5b0\", \"M624 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM80.55 341.27c6.28 6.84 15.1 10.72 24.33 10.71l130.54-.18a65.62 65.62 0 0 0 29.64-7.12l290.96-147.65c26.74-13.57 50.71-32.94 67.02-58.31 18.31-28.48 20.3-49.09 13.07-63.65-7.21-14.57-24.74-25.27-58.25-27.45-29.85-1.94-59.54 5.92-86.28 19.48l-98.51 49.99-218.7-82.06a17.799 17.799 0 0 0-18-1.11L90.62 67.29c-10.67 5.41-13.25 19.65-5.17 28.53l156.22 98.1-103.21 52.38-72.35-36.47a17.804 17.804 0 0 0-16.07.02L9.91 230.22c-10.44 5.3-13.19 19.12-5.57 28.08l76.21 82.97z\"]\n};\nvar faPlay = {\n prefix: 'fas',\n iconName: 'play',\n icon: [448, 512, [], \"f04b\", \"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"]\n};\nvar faPlayCircle = {\n prefix: 'fas',\n iconName: 'play-circle',\n icon: [512, 512, [], \"f144\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"]\n};\nvar faPlug = {\n prefix: 'fas',\n iconName: 'plug',\n icon: [384, 512, [], \"f1e6\", \"M256 144V32c0-17.673 14.327-32 32-32s32 14.327 32 32v112h-64zm112 16H16c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h16v32c0 77.406 54.969 141.971 128 156.796V512h64v-99.204c73.031-14.825 128-79.39 128-156.796v-32h16c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zm-240-16V32c0-17.673-14.327-32-32-32S64 14.327 64 32v112h64z\"]\n};\nvar faPlus = {\n prefix: 'fas',\n iconName: 'plus',\n icon: [448, 512, [], \"f067\", \"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"]\n};\nvar faPlusCircle = {\n prefix: 'fas',\n iconName: 'plus-circle',\n icon: [512, 512, [], \"f055\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm144 276c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92h-92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z\"]\n};\nvar faPlusSquare = {\n prefix: 'fas',\n iconName: 'plus-square',\n icon: [448, 512, [], \"f0fe\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-32 252c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92H92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z\"]\n};\nvar faPodcast = {\n prefix: 'fas',\n iconName: 'podcast',\n icon: [448, 512, [], \"f2ce\", \"M267.429 488.563C262.286 507.573 242.858 512 224 512c-18.857 0-38.286-4.427-43.428-23.437C172.927 460.134 160 388.898 160 355.75c0-35.156 31.142-43.75 64-43.75s64 8.594 64 43.75c0 32.949-12.871 104.179-20.571 132.813zM156.867 288.554c-18.693-18.308-29.958-44.173-28.784-72.599 2.054-49.724 42.395-89.956 92.124-91.881C274.862 121.958 320 165.807 320 220c0 26.827-11.064 51.116-28.866 68.552-2.675 2.62-2.401 6.986.628 9.187 9.312 6.765 16.46 15.343 21.234 25.363 1.741 3.654 6.497 4.66 9.449 1.891 28.826-27.043 46.553-65.783 45.511-108.565-1.855-76.206-63.595-138.208-139.793-140.369C146.869 73.753 80 139.215 80 220c0 41.361 17.532 78.7 45.55 104.989 2.953 2.771 7.711 1.77 9.453-1.887 4.774-10.021 11.923-18.598 21.235-25.363 3.029-2.2 3.304-6.566.629-9.185zM224 0C100.204 0 0 100.185 0 224c0 89.992 52.602 165.647 125.739 201.408 4.333 2.118 9.267-1.544 8.535-6.31-2.382-15.512-4.342-30.946-5.406-44.339-.146-1.836-1.149-3.486-2.678-4.512-47.4-31.806-78.564-86.016-78.187-147.347.592-96.237 79.29-174.648 175.529-174.899C320.793 47.747 400 126.797 400 224c0 61.932-32.158 116.49-80.65 147.867-.999 14.037-3.069 30.588-5.624 47.23-.732 4.767 4.203 8.429 8.535 6.31C395.227 389.727 448 314.187 448 224 448 100.205 347.815 0 224 0zm0 160c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64z\"]\n};\nvar faPoll = {\n prefix: 'fas',\n iconName: 'poll',\n icon: [448, 512, [], \"f681\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM160 368c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16V240c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v128zm96 0c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16V144c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v224zm96 0c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-64c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v64z\"]\n};\nvar faPollH = {\n prefix: 'fas',\n iconName: 'poll-h',\n icon: [448, 512, [], \"f682\", \"M448 432V80c0-26.5-21.5-48-48-48H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48zM112 192c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h128c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-64z\"]\n};\nvar faPoo = {\n prefix: 'fas',\n iconName: 'poo',\n icon: [512, 512, [], \"f2fe\", \"M451.4 369.1C468.7 356 480 335.4 480 312c0-39.8-32.2-72-72-72h-14.1c13.4-11.7 22.1-28.8 22.1-48 0-35.3-28.7-64-64-64h-5.9c3.6-10.1 5.9-20.7 5.9-32 0-53-43-96-96-96-5.2 0-10.2.7-15.1 1.5C250.3 14.6 256 30.6 256 48c0 44.2-35.8 80-80 80h-16c-35.3 0-64 28.7-64 64 0 19.2 8.7 36.3 22.1 48H104c-39.8 0-72 32.2-72 72 0 23.4 11.3 44 28.6 57.1C26.3 374.6 0 404.1 0 440c0 39.8 32.2 72 72 72h368c39.8 0 72-32.2 72-72 0-35.9-26.3-65.4-60.6-70.9zM192 256c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm159.5 139C341 422.9 293 448 256 448s-85-25.1-95.5-53c-2-5.3 2-11 7.8-11h175.4c5.8 0 9.8 5.7 7.8 11zM320 320c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faPooStorm = {\n prefix: 'fas',\n iconName: 'poo-storm',\n icon: [448, 512, [], \"f75a\", \"M308 336h-57.7l17.3-64.9c2-7.6-3.7-15.1-11.6-15.1h-68c-6 0-11.1 4.5-11.9 10.4l-16 120c-1 7.2 4.6 13.6 11.9 13.6h59.3l-23 97.2c-1.8 7.6 4 14.8 11.7 14.8 4.2 0 8.2-2.2 10.4-6l88-152c4.6-8-1.2-18-10.4-18zm66.4-111.3c5.9-9.6 9.6-20.6 9.6-32.7 0-35.3-28.7-64-64-64h-5.9c3.6-10.1 5.9-20.7 5.9-32 0-53-43-96-96-96-5.2 0-10.2.7-15.1 1.5C218.3 14.6 224 30.6 224 48c0 44.2-35.8 80-80 80h-16c-35.3 0-64 28.7-64 64 0 12.1 3.7 23.1 9.6 32.7C32.6 228 0 262.2 0 304c0 44 36 80 80 80h48.3c.1-.6 0-1.2 0-1.8l16-120c3-21.8 21.7-38.2 43.7-38.2h68c13.8 0 26.5 6.3 34.9 17.2s11.2 24.8 7.6 38.1l-6.6 24.7h16c15.7 0 30.3 8.4 38.1 22 7.8 13.6 7.8 30.5 0 44l-8.1 14h30c44 0 80-36 80-80 .1-41.8-32.5-76-73.5-79.3z\"]\n};\nvar faPoop = {\n prefix: 'fas',\n iconName: 'poop',\n icon: [512, 512, [], \"f619\", \"M451.36 369.14C468.66 355.99 480 335.41 480 312c0-39.77-32.24-72-72-72h-14.07c13.42-11.73 22.07-28.78 22.07-48 0-35.35-28.65-64-64-64h-5.88c3.57-10.05 5.88-20.72 5.88-32 0-53.02-42.98-96-96-96-5.17 0-10.15.74-15.11 1.52C250.31 14.64 256 30.62 256 48c0 44.18-35.82 80-80 80h-16c-35.35 0-64 28.65-64 64 0 19.22 8.65 36.27 22.07 48H104c-39.76 0-72 32.23-72 72 0 23.41 11.34 43.99 28.64 57.14C26.31 374.62 0 404.12 0 440c0 39.76 32.24 72 72 72h368c39.76 0 72-32.24 72-72 0-35.88-26.31-65.38-60.64-70.86z\"]\n};\nvar faPortrait = {\n prefix: 'fas',\n iconName: 'portrait',\n icon: [384, 512, [], \"f3e0\", \"M336 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM192 128c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H102.4C90 384 80 375.4 80 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2z\"]\n};\nvar faPoundSign = {\n prefix: 'fas',\n iconName: 'pound-sign',\n icon: [320, 512, [], \"f154\", \"M308 352h-45.495c-6.627 0-12 5.373-12 12v50.848H128V288h84c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-84v-63.556c0-32.266 24.562-57.086 61.792-57.086 23.658 0 45.878 11.505 57.652 18.849 5.151 3.213 11.888 2.051 15.688-2.685l28.493-35.513c4.233-5.276 3.279-13.005-2.119-17.081C273.124 54.56 236.576 32 187.931 32 106.026 32 48 84.742 48 157.961V224H20c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h28v128H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h296c6.627 0 12-5.373 12-12V364c0-6.627-5.373-12-12-12z\"]\n};\nvar faPowerOff = {\n prefix: 'fas',\n iconName: 'power-off',\n icon: [512, 512, [], \"f011\", \"M400 54.1c63 45 104 118.6 104 201.9 0 136.8-110.8 247.7-247.5 248C120 504.3 8.2 393 8 256.4 7.9 173.1 48.9 99.3 111.8 54.2c11.7-8.3 28-4.8 35 7.7L162.6 90c5.9 10.5 3.1 23.8-6.6 31-41.5 30.8-68 79.6-68 134.9-.1 92.3 74.5 168.1 168 168.1 91.6 0 168.6-74.2 168-169.1-.3-51.8-24.7-101.8-68.1-134-9.7-7.2-12.4-20.5-6.5-30.9l15.8-28.1c7-12.4 23.2-16.1 34.8-7.8zM296 264V24c0-13.3-10.7-24-24-24h-32c-13.3 0-24 10.7-24 24v240c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24z\"]\n};\nvar faPray = {\n prefix: 'fas',\n iconName: 'pray',\n icon: [384, 512, [], \"f683\", \"M256 128c35.35 0 64-28.65 64-64S291.35 0 256 0s-64 28.65-64 64 28.65 64 64 64zm-30.63 169.75c14.06 16.72 39 19.09 55.97 5.22l88-72.02c17.09-13.98 19.59-39.19 5.62-56.28-13.97-17.11-39.19-19.59-56.31-5.62l-57.44 47-38.91-46.31c-15.44-18.39-39.22-27.92-64-25.33-24.19 2.48-45.25 16.27-56.37 36.92l-49.37 92.03c-23.4 43.64-8.69 96.37 34.19 123.75L131.56 432H40c-22.09 0-40 17.91-40 40s17.91 40 40 40h208c34.08 0 53.77-42.79 28.28-68.28L166.42 333.86l34.8-64.87 24.15 28.76z\"]\n};\nvar faPrayingHands = {\n prefix: 'fas',\n iconName: 'praying-hands',\n icon: [640, 512, [], \"f684\", \"M272 191.91c-17.6 0-32 14.4-32 32v80c0 8.84-7.16 16-16 16s-16-7.16-16-16v-76.55c0-17.39 4.72-34.47 13.69-49.39l77.75-129.59c9.09-15.16 4.19-34.81-10.97-43.91-14.45-8.67-32.72-4.3-42.3 9.21-.2.23-.62.21-.79.48l-117.26 175.9C117.56 205.9 112 224.31 112 243.29v80.23l-90.12 30.04A31.974 31.974 0 0 0 0 383.91v96c0 10.82 8.52 32 32 32 2.69 0 5.41-.34 8.06-1.03l179.19-46.62C269.16 449.99 304 403.8 304 351.91v-128c0-17.6-14.4-32-32-32zm346.12 161.73L528 323.6v-80.23c0-18.98-5.56-37.39-16.12-53.23L394.62 14.25c-.18-.27-.59-.24-.79-.48-9.58-13.51-27.85-17.88-42.3-9.21-15.16 9.09-20.06 28.75-10.97 43.91l77.75 129.59c8.97 14.92 13.69 32 13.69 49.39V304c0 8.84-7.16 16-16 16s-16-7.16-16-16v-80c0-17.6-14.4-32-32-32s-32 14.4-32 32v128c0 51.89 34.84 98.08 84.75 112.34l179.19 46.62c2.66.69 5.38 1.03 8.06 1.03 23.48 0 32-21.18 32-32v-96c0-13.77-8.81-25.99-21.88-30.35z\"]\n};\nvar faPrescription = {\n prefix: 'fas',\n iconName: 'prescription',\n icon: [384, 512, [], \"f5b1\", \"M301.26 352l78.06-78.06c6.25-6.25 6.25-16.38 0-22.63l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0L256 306.74l-83.96-83.96C219.31 216.8 256 176.89 256 128c0-53.02-42.98-96-96-96H16C7.16 32 0 39.16 0 48v256c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-80h18.75l128 128-78.06 78.06c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0L256 397.25l78.06 78.06c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.25-6.25 6.25-16.38 0-22.63L301.26 352zM64 96h96c17.64 0 32 14.36 32 32s-14.36 32-32 32H64V96z\"]\n};\nvar faPrescriptionBottle = {\n prefix: 'fas',\n iconName: 'prescription-bottle',\n icon: [384, 512, [], \"f485\", \"M32 192h120c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H32v64h120c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H32v64h120c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H32v64c0 17.6 14.4 32 32 32h256c17.6 0 32-14.4 32-32V128H32v64zM360 0H24C10.8 0 0 10.8 0 24v48c0 13.2 10.8 24 24 24h336c13.2 0 24-10.8 24-24V24c0-13.2-10.8-24-24-24z\"]\n};\nvar faPrescriptionBottleAlt = {\n prefix: 'fas',\n iconName: 'prescription-bottle-alt',\n icon: [384, 512, [], \"f486\", \"M360 0H24C10.8 0 0 10.8 0 24v48c0 13.2 10.8 24 24 24h336c13.2 0 24-10.8 24-24V24c0-13.2-10.8-24-24-24zM32 480c0 17.6 14.4 32 32 32h256c17.6 0 32-14.4 32-32V128H32v352zm64-184c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48z\"]\n};\nvar faPrint = {\n prefix: 'fas',\n iconName: 'print',\n icon: [512, 512, [], \"f02f\", \"M448 192V77.25c0-8.49-3.37-16.62-9.37-22.63L393.37 9.37c-6-6-14.14-9.37-22.63-9.37H96C78.33 0 64 14.33 64 32v160c-35.35 0-64 28.65-64 64v112c0 8.84 7.16 16 16 16h48v96c0 17.67 14.33 32 32 32h320c17.67 0 32-14.33 32-32v-96h48c8.84 0 16-7.16 16-16V256c0-35.35-28.65-64-64-64zm-64 256H128v-96h256v96zm0-224H128V64h192v48c0 8.84 7.16 16 16 16h48v96zm48 72c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faProcedures = {\n prefix: 'fas',\n iconName: 'procedures',\n icon: [640, 512, [], \"f487\", \"M528 224H272c-8.8 0-16 7.2-16 16v144H64V144c0-8.8-7.2-16-16-16H16c-8.8 0-16 7.2-16 16v352c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48h512v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V336c0-61.9-50.1-112-112-112zM136 96h126.1l27.6 55.2c5.9 11.8 22.7 11.8 28.6 0L368 51.8 390.1 96H512c8.8 0 16-7.2 16-16s-7.2-16-16-16H409.9L382.3 8.8C376.4-3 359.6-3 353.7 8.8L304 108.2l-19.9-39.8c-1.4-2.7-4.1-4.4-7.2-4.4H136c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm24 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64z\"]\n};\nvar faProjectDiagram = {\n prefix: 'fas',\n iconName: 'project-diagram',\n icon: [640, 512, [], \"f542\", \"M384 320H256c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h128c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32zM192 32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v128c0 17.67 14.33 32 32 32h95.72l73.16 128.04C211.98 300.98 232.4 288 256 288h.28L192 175.51V128h224V64H192V32zM608 0H480c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h128c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32z\"]\n};\nvar faPuzzlePiece = {\n prefix: 'fas',\n iconName: 'puzzle-piece',\n icon: [576, 512, [], \"f12e\", \"M519.442 288.651c-41.519 0-59.5 31.593-82.058 31.593C377.409 320.244 432 144 432 144s-196.288 80-196.288-3.297c0-35.827 36.288-46.25 36.288-85.985C272 19.216 243.885 0 210.539 0c-34.654 0-66.366 18.891-66.366 56.346 0 41.364 31.711 59.277 31.711 81.75C175.885 207.719 0 166.758 0 166.758v333.237s178.635 41.047 178.635-28.662c0-22.473-40-40.107-40-81.471 0-37.456 29.25-56.346 63.577-56.346 33.673 0 61.788 19.216 61.788 54.717 0 39.735-36.288 50.158-36.288 85.985 0 60.803 129.675 25.73 181.23 25.73 0 0-34.725-120.101 25.827-120.101 35.962 0 46.423 36.152 86.308 36.152C556.712 416 576 387.99 576 354.443c0-34.199-18.962-65.792-56.558-65.792z\"]\n};\nvar faQrcode = {\n prefix: 'fas',\n iconName: 'qrcode',\n icon: [448, 512, [], \"f029\", \"M0 224h192V32H0v192zM64 96h64v64H64V96zm192-64v192h192V32H256zm128 128h-64V96h64v64zM0 480h192V288H0v192zm64-128h64v64H64v-64zm352-64h32v128h-96v-32h-32v96h-64V288h96v32h64v-32zm0 160h32v32h-32v-32zm-64 0h32v32h-32v-32z\"]\n};\nvar faQuestion = {\n prefix: 'fas',\n iconName: 'question',\n icon: [384, 512, [], \"f128\", \"M202.021 0C122.202 0 70.503 32.703 29.914 91.026c-7.363 10.58-5.093 25.086 5.178 32.874l43.138 32.709c10.373 7.865 25.132 6.026 33.253-4.148 25.049-31.381 43.63-49.449 82.757-49.449 30.764 0 68.816 19.799 68.816 49.631 0 22.552-18.617 34.134-48.993 51.164-35.423 19.86-82.299 44.576-82.299 106.405V320c0 13.255 10.745 24 24 24h72.471c13.255 0 24-10.745 24-24v-5.773c0-42.86 125.268-44.645 125.268-160.627C377.504 66.256 286.902 0 202.021 0zM192 373.459c-38.196 0-69.271 31.075-69.271 69.271 0 38.195 31.075 69.27 69.271 69.27s69.271-31.075 69.271-69.271-31.075-69.27-69.271-69.27z\"]\n};\nvar faQuestionCircle = {\n prefix: 'fas',\n iconName: 'question-circle',\n icon: [512, 512, [], \"f059\", \"M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z\"]\n};\nvar faQuidditch = {\n prefix: 'fas',\n iconName: 'quidditch',\n icon: [640, 512, [], \"f458\", \"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"]\n};\nvar faQuoteLeft = {\n prefix: 'fas',\n iconName: 'quote-left',\n icon: [512, 512, [], \"f10d\", \"M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z\"]\n};\nvar faQuoteRight = {\n prefix: 'fas',\n iconName: 'quote-right',\n icon: [512, 512, [], \"f10e\", \"M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z\"]\n};\nvar faQuran = {\n prefix: 'fas',\n iconName: 'quran',\n icon: [448, 512, [], \"f687\", \"M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM301.08 145.82c.6-1.21 1.76-1.82 2.92-1.82s2.32.61 2.92 1.82l11.18 22.65 25 3.63c2.67.39 3.74 3.67 1.81 5.56l-18.09 17.63 4.27 24.89c.36 2.11-1.31 3.82-3.21 3.82-.5 0-1.02-.12-1.52-.38L304 211.87l-22.36 11.75c-.5.26-1.02.38-1.52.38-1.9 0-3.57-1.71-3.21-3.82l4.27-24.89-18.09-17.63c-1.94-1.89-.87-5.17 1.81-5.56l24.99-3.63 11.19-22.65zm-57.89-69.01c13.67 0 27.26 2.49 40.38 7.41a6.775 6.775 0 1 1-2.38 13.12c-.67 0-3.09-.21-4.13-.21-52.31 0-94.86 42.55-94.86 94.86 0 52.3 42.55 94.86 94.86 94.86 1.03 0 3.48-.21 4.13-.21 3.93 0 6.8 3.14 6.8 6.78 0 2.98-1.94 5.51-4.62 6.42-13.07 4.87-26.59 7.34-40.19 7.34C179.67 307.19 128 255.51 128 192c0-63.52 51.67-115.19 115.19-115.19zM380.8 448H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8v64z\"]\n};\nvar faRadiation = {\n prefix: 'fas',\n iconName: 'radiation',\n icon: [496, 512, [], \"f7b9\", \"M328.2 255.8h151.6c9.1 0 16.8-7.7 16.2-16.8-5.1-75.8-44.4-142.2-102.5-184.2-7.4-5.3-17.9-2.9-22.7 4.8L290.4 188c22.6 14.3 37.8 39.2 37.8 67.8zm-37.8 67.7c-12.3 7.7-26.8 12.4-42.4 12.4-15.6 0-30-4.7-42.4-12.4L125.2 452c-4.8 7.7-2.4 18.1 5.6 22.4C165.7 493.2 205.6 504 248 504s82.3-10.8 117.2-29.6c8-4.3 10.4-14.8 5.6-22.4l-80.4-128.5zM248 303.8c26.5 0 48-21.5 48-48s-21.5-48-48-48-48 21.5-48 48 21.5 48 48 48zm-231.8-48h151.6c0-28.6 15.2-53.5 37.8-67.7L125.2 59.7c-4.8-7.7-15.3-10.2-22.7-4.8C44.4 96.9 5.1 163.3 0 239.1c-.6 9 7.1 16.7 16.2 16.7z\"]\n};\nvar faRadiationAlt = {\n prefix: 'fas',\n iconName: 'radiation-alt',\n icon: [496, 512, [], \"f7ba\", \"M312 256h79.1c9.2 0 16.9-7.7 16-16.8-4.6-43.6-27-81.8-59.5-107.8-7.6-6.1-18.8-4.5-24 3.8L281.9 202c18 11.2 30.1 31.2 30.1 54zm-97.8 54.1L172.4 377c-4.9 7.8-2.4 18.4 5.8 22.5 21.1 10.4 44.7 16.5 69.8 16.5s48.7-6.1 69.9-16.5c8.2-4.1 10.6-14.7 5.8-22.5l-41.8-66.9c-9.8 6.2-21.4 9.9-33.8 9.9s-24.1-3.7-33.9-9.9zM104.9 256H184c0-22.8 12.1-42.8 30.2-54.1l-41.7-66.8c-5.2-8.3-16.4-9.9-24-3.8-32.6 26-54.9 64.2-59.5 107.8-1.1 9.2 6.7 16.9 15.9 16.9zM248 504c137 0 248-111 248-248S385 8 248 8 0 119 0 256s111 248 248 248zm0-432c101.5 0 184 82.5 184 184s-82.5 184-184 184S64 357.5 64 256 146.5 72 248 72zm0 216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32z\"]\n};\nvar faRainbow = {\n prefix: 'fas',\n iconName: 'rainbow',\n icon: [576, 512, [], \"f75b\", \"M268.3 32.7C115.4 42.9 0 176.9 0 330.2V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320C64 186.8 180.9 80.3 317.5 97.9 430.4 112.4 512 214 512 327.8V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-165.3-140-298.6-307.7-287.3zm-5.6 96.9C166 142 96 229.1 96 326.7V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-74.8 64.5-134.8 140.8-127.4 66.5 6.5 115.2 66.2 115.2 133.1V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-114.2-100.2-205.4-217.3-190.4zm6.2 96.3c-45.6 8.9-76.9 51.5-76.9 97.9V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-17.6 14.3-32 32-32s32 14.4 32 32v144c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-59.2-53.8-106-115.1-94.1z\"]\n};\nvar faRandom = {\n prefix: 'fas',\n iconName: 'random',\n icon: [512, 512, [], \"f074\", \"M504.971 359.029c9.373 9.373 9.373 24.569 0 33.941l-80 79.984c-15.01 15.01-40.971 4.49-40.971-16.971V416h-58.785a12.004 12.004 0 0 1-8.773-3.812l-70.556-75.596 53.333-57.143L352 336h32v-39.981c0-21.438 25.943-31.998 40.971-16.971l80 79.981zM12 176h84l52.781 56.551 53.333-57.143-70.556-75.596A11.999 11.999 0 0 0 122.785 96H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12zm372 0v39.984c0 21.46 25.961 31.98 40.971 16.971l80-79.984c9.373-9.373 9.373-24.569 0-33.941l-80-79.981C409.943 24.021 384 34.582 384 56.019V96h-58.785a12.004 12.004 0 0 0-8.773 3.812L96 336H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h110.785c3.326 0 6.503-1.381 8.773-3.812L352 176h32z\"]\n};\nvar faReceipt = {\n prefix: 'fas',\n iconName: 'receipt',\n icon: [384, 512, [], \"f543\", \"M358.4 3.2L320 48 265.6 3.2a15.9 15.9 0 0 0-19.2 0L192 48 137.6 3.2a15.9 15.9 0 0 0-19.2 0L64 48 25.6 3.2C15-4.7 0 2.8 0 16v480c0 13.2 15 20.7 25.6 12.8L64 464l54.4 44.8a15.9 15.9 0 0 0 19.2 0L192 464l54.4 44.8a15.9 15.9 0 0 0 19.2 0L320 464l38.4 44.8c10.5 7.9 25.6.4 25.6-12.8V16c0-13.2-15-20.7-25.6-12.8zM320 360c0 4.4-3.6 8-8 8H72c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h240c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H72c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h240c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H72c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h240c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faRecordVinyl = {\n prefix: 'fas',\n iconName: 'record-vinyl',\n icon: [512, 512, [], \"f8d9\", \"M256 152a104 104 0 1 0 104 104 104 104 0 0 0-104-104zm0 128a24 24 0 1 1 24-24 24 24 0 0 1-24 24zm0-272C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 376a128 128 0 1 1 128-128 128 128 0 0 1-128 128z\"]\n};\nvar faRecycle = {\n prefix: 'fas',\n iconName: 'recycle',\n icon: [512, 512, [], \"f1b8\", \"M184.561 261.903c3.232 13.997-12.123 24.635-24.068 17.168l-40.736-25.455-50.867 81.402C55.606 356.273 70.96 384 96.012 384H148c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12H96.115c-75.334 0-121.302-83.048-81.408-146.88l50.822-81.388-40.725-25.448c-12.081-7.547-8.966-25.961 4.879-29.158l110.237-25.45c8.611-1.988 17.201 3.381 19.189 11.99l25.452 110.237zm98.561-182.915l41.289 66.076-40.74 25.457c-12.051 7.528-9 25.953 4.879 29.158l110.237 25.45c8.672 1.999 17.215-3.438 19.189-11.99l25.45-110.237c3.197-13.844-11.99-24.719-24.068-17.168l-40.687 25.424-41.263-66.082c-37.521-60.033-125.209-60.171-162.816 0l-17.963 28.766c-3.51 5.62-1.8 13.021 3.82 16.533l33.919 21.195c5.62 3.512 13.024 1.803 16.536-3.817l17.961-28.743c12.712-20.341 41.973-19.676 54.257-.022zM497.288 301.12l-27.515-44.065c-3.511-5.623-10.916-7.334-16.538-3.821l-33.861 21.159c-5.62 3.512-7.33 10.915-3.818 16.536l27.564 44.112c13.257 21.211-2.057 48.96-27.136 48.96H320V336.02c0-14.213-17.242-21.383-27.313-11.313l-80 79.981c-6.249 6.248-6.249 16.379 0 22.627l80 79.989C302.689 517.308 320 510.3 320 495.989V448h95.88c75.274 0 121.335-82.997 81.408-146.88z\"]\n};\nvar faRedo = {\n prefix: 'fas',\n iconName: 'redo',\n icon: [512, 512, [], \"f01e\", \"M500.33 0h-47.41a12 12 0 0 0-12 12.57l4 82.76A247.42 247.42 0 0 0 256 8C119.34 8 7.9 119.53 8 256.19 8.1 393.07 119.1 504 256 504a247.1 247.1 0 0 0 166.18-63.91 12 12 0 0 0 .48-17.43l-34-34a12 12 0 0 0-16.38-.55A176 176 0 1 1 402.1 157.8l-101.53-4.87a12 12 0 0 0-12.57 12v47.41a12 12 0 0 0 12 12h200.33a12 12 0 0 0 12-12V12a12 12 0 0 0-12-12z\"]\n};\nvar faRedoAlt = {\n prefix: 'fas',\n iconName: 'redo-alt',\n icon: [512, 512, [], \"f2f9\", \"M256.455 8c66.269.119 126.437 26.233 170.859 68.685l35.715-35.715C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.75c-30.864-28.899-70.801-44.907-113.23-45.273-92.398-.798-170.283 73.977-169.484 169.442C88.764 348.009 162.184 424 256 424c41.127 0 79.997-14.678 110.629-41.556 4.743-4.161 11.906-3.908 16.368.553l39.662 39.662c4.872 4.872 4.631 12.815-.482 17.433C378.202 479.813 319.926 504 256 504 119.034 504 8.001 392.967 8 256.002 7.999 119.193 119.646 7.755 256.455 8z\"]\n};\nvar faRegistered = {\n prefix: 'fas',\n iconName: 'registered',\n icon: [512, 512, [], \"f25d\", \"M285.363 207.475c0 18.6-9.831 28.431-28.431 28.431h-29.876v-56.14h23.378c28.668 0 34.929 8.773 34.929 27.709zM504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM363.411 360.414c-46.729-84.825-43.299-78.636-44.702-80.98 23.432-15.172 37.945-42.979 37.945-74.486 0-54.244-31.5-89.252-105.498-89.252h-70.667c-13.255 0-24 10.745-24 24V372c0 13.255 10.745 24 24 24h22.567c13.255 0 24-10.745 24-24v-71.663h25.556l44.129 82.937a24.001 24.001 0 0 0 21.188 12.727h24.464c18.261-.001 29.829-19.591 21.018-35.587z\"]\n};\nvar faRemoveFormat = {\n prefix: 'fas',\n iconName: 'remove-format',\n icon: [640, 512, [], \"f87d\", \"M336 416h-11.17l9.26-27.77L267 336.4 240.49 416H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm297.82 42.1L377 259.59 426.17 112H544v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16H176a16 16 0 0 0-16 16v43.9L45.46 3.38A16 16 0 0 0 23 6.19L3.37 31.46a16 16 0 0 0 2.81 22.45l588.36 454.72a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zM309.91 207.76L224 141.36V112h117.83z\"]\n};\nvar faReply = {\n prefix: 'fas',\n iconName: 'reply',\n icon: [512, 512, [], \"f3e5\", \"M8.309 189.836L184.313 37.851C199.719 24.546 224 35.347 224 56.015v80.053c160.629 1.839 288 34.032 288 186.258 0 61.441-39.581 122.309-83.333 154.132-13.653 9.931-33.111-2.533-28.077-18.631 45.344-145.012-21.507-183.51-176.59-185.742V360c0 20.7-24.3 31.453-39.687 18.164l-176.004-152c-11.071-9.562-11.086-26.753 0-36.328z\"]\n};\nvar faReplyAll = {\n prefix: 'fas',\n iconName: 'reply-all',\n icon: [576, 512, [], \"f122\", \"M136.309 189.836L312.313 37.851C327.72 24.546 352 35.348 352 56.015v82.763c129.182 10.231 224 52.212 224 183.548 0 61.441-39.582 122.309-83.333 154.132-13.653 9.931-33.111-2.533-28.077-18.631 38.512-123.162-3.922-169.482-112.59-182.015v84.175c0 20.701-24.3 31.453-39.687 18.164L136.309 226.164c-11.071-9.561-11.086-26.753 0-36.328zm-128 36.328L184.313 378.15C199.7 391.439 224 380.687 224 359.986v-15.818l-108.606-93.785A55.96 55.96 0 0 1 96 207.998a55.953 55.953 0 0 1 19.393-42.38L224 71.832V56.015c0-20.667-24.28-31.469-39.687-18.164L8.309 189.836c-11.086 9.575-11.071 26.767 0 36.328z\"]\n};\nvar faRepublican = {\n prefix: 'fas',\n iconName: 'republican',\n icon: [640, 512, [], \"f75e\", \"M544 192c0-88.4-71.6-160-160-160H160C71.6 32 0 103.6 0 192v64h544v-64zm-367.7-21.6l-19.8 19.3 4.7 27.3c.8 4.9-4.3 8.6-8.7 6.3L128 210.4l-24.5 12.9c-4.3 2.3-9.5-1.4-8.7-6.3l4.7-27.3-19.8-19.3c-3.6-3.5-1.6-9.5 3.3-10.2l27.4-4 12.2-24.8c2.2-4.5 8.6-4.4 10.7 0l12.2 24.8 27.4 4c5 .7 6.9 6.7 3.4 10.2zm144 0l-19.8 19.3 4.7 27.3c.8 4.9-4.3 8.6-8.7 6.3L272 210.4l-24.5 12.9c-4.3 2.3-9.5-1.4-8.7-6.3l4.7-27.3-19.8-19.3c-3.6-3.5-1.6-9.5 3.3-10.2l27.4-4 12.2-24.8c2.2-4.5 8.6-4.4 10.7 0l12.2 24.8 27.4 4c5 .7 6.9 6.7 3.4 10.2zm144 0l-19.8 19.3 4.7 27.3c.8 4.9-4.3 8.6-8.7 6.3L416 210.4l-24.5 12.9c-4.3 2.3-9.5-1.4-8.7-6.3l4.7-27.3-19.8-19.3c-3.6-3.5-1.6-9.5 3.3-10.2l27.4-4 12.2-24.8c2.2-4.5 8.6-4.4 10.7 0l12.2 24.8 27.4 4c5 .7 6.9 6.7 3.4 10.2zM624 320h-32c-8.8 0-16 7.2-16 16v64c0 8.8-7.2 16-16 16s-16-7.2-16-16V288H0v176c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16v-80h192v80c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16V352h32v43.3c0 41.8 30 80.1 71.6 84.3 47.8 4.9 88.4-32.7 88.4-79.6v-64c0-8.8-7.2-16-16-16z\"]\n};\nvar faRestroom = {\n prefix: 'fas',\n iconName: 'restroom',\n icon: [640, 512, [], \"f7bd\", \"M128 128c35.3 0 64-28.7 64-64S163.3 0 128 0 64 28.7 64 64s28.7 64 64 64zm384 0c35.3 0 64-28.7 64-64S547.3 0 512 0s-64 28.7-64 64 28.7 64 64 64zm127.3 226.5l-45.6-185.8c-3.3-13.5-15.5-23-29.8-24.2-15 9.7-32.8 15.5-52 15.5-19.2 0-37-5.8-52-15.5-14.3 1.2-26.5 10.7-29.8 24.2l-45.6 185.8C381 369.6 393 384 409.2 384H464v104c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V384h54.8c16.2 0 28.2-14.4 24.5-29.5zM336 0h-32c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16zM180.1 144.4c-15 9.8-32.9 15.6-52.1 15.6-19.2 0-37.1-5.8-52.1-15.6C51.3 146.5 32 166.9 32 192v136c0 13.3 10.7 24 24 24h8v136c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V352h8c13.3 0 24-10.7 24-24V192c0-25.1-19.3-45.5-43.9-47.6z\"]\n};\nvar faRetweet = {\n prefix: 'fas',\n iconName: 'retweet',\n icon: [640, 512, [], \"f079\", \"M629.657 343.598L528.971 444.284c-9.373 9.372-24.568 9.372-33.941 0L394.343 343.598c-9.373-9.373-9.373-24.569 0-33.941l10.823-10.823c9.562-9.562 25.133-9.34 34.419.492L480 342.118V160H292.451a24.005 24.005 0 0 1-16.971-7.029l-16-16C244.361 121.851 255.069 96 276.451 96H520c13.255 0 24 10.745 24 24v222.118l40.416-42.792c9.285-9.831 24.856-10.054 34.419-.492l10.823 10.823c9.372 9.372 9.372 24.569-.001 33.941zm-265.138 15.431A23.999 23.999 0 0 0 347.548 352H160V169.881l40.416 42.792c9.286 9.831 24.856 10.054 34.419.491l10.822-10.822c9.373-9.373 9.373-24.569 0-33.941L144.971 67.716c-9.373-9.373-24.569-9.373-33.941 0L10.343 168.402c-9.373 9.373-9.373 24.569 0 33.941l10.822 10.822c9.562 9.562 25.133 9.34 34.419-.491L96 169.881V392c0 13.255 10.745 24 24 24h243.549c21.382 0 32.09-25.851 16.971-40.971l-16.001-16z\"]\n};\nvar faRibbon = {\n prefix: 'fas',\n iconName: 'ribbon',\n icon: [448, 512, [], \"f4d6\", \"M6.1 444.3c-9.6 10.8-7.5 27.6 4.5 35.7l68.8 27.9c9.9 6.7 23.3 5 31.3-3.8l91.8-101.9-79.2-87.9-117.2 130zm435.8 0s-292-324.6-295.4-330.1c15.4-8.4 40.2-17.9 77.5-17.9s62.1 9.5 77.5 17.9c-3.3 5.6-56 64.6-56 64.6l79.1 87.7 34.2-38c28.7-31.9 33.3-78.6 11.4-115.5l-43.7-73.5c-4.3-7.2-9.9-13.3-16.8-18-40.7-27.6-127.4-29.7-171.4 0-6.9 4.7-12.5 10.8-16.8 18l-43.6 73.2c-1.5 2.5-37.1 62.2 11.5 116L337.5 504c8 8.9 21.4 10.5 31.3 3.8l68.8-27.9c11.9-8 14-24.8 4.3-35.6z\"]\n};\nvar faRing = {\n prefix: 'fas',\n iconName: 'ring',\n icon: [512, 512, [], \"f70b\", \"M256 64C110.06 64 0 125.91 0 208v98.13C0 384.48 114.62 448 256 448s256-63.52 256-141.87V208c0-82.09-110.06-144-256-144zm0 64c106.04 0 192 35.82 192 80 0 9.26-3.97 18.12-10.91 26.39C392.15 208.21 328.23 192 256 192s-136.15 16.21-181.09 42.39C67.97 226.12 64 217.26 64 208c0-44.18 85.96-80 192-80zM120.43 264.64C155.04 249.93 201.64 240 256 240s100.96 9.93 135.57 24.64C356.84 279.07 308.93 288 256 288s-100.84-8.93-135.57-23.36z\"]\n};\nvar faRoad = {\n prefix: 'fas',\n iconName: 'road',\n icon: [576, 512, [], \"f018\", \"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"]\n};\nvar faRobot = {\n prefix: 'fas',\n iconName: 'robot',\n icon: [640, 512, [], \"f544\", \"M0 256v128c0 17.7 14.3 32 32 32h32V224H32c-17.7 0-32 14.3-32 32zM464 96H352V32c0-17.7-14.3-32-32-32s-32 14.3-32 32v64H176c-44.2 0-80 35.8-80 80v272c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V176c0-44.2-35.8-80-80-80zM256 416h-64v-32h64v32zm-32-120c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm128 120h-64v-32h64v32zm96 0h-64v-32h64v32zm-32-120c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm192-72h-32v192h32c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32z\"]\n};\nvar faRocket = {\n prefix: 'fas',\n iconName: 'rocket',\n icon: [512, 512, [], \"f135\", \"M505.05 19.1a15.89 15.89 0 0 0-12.2-12.2C460.65 0 435.46 0 410.36 0c-103.2 0-165.1 55.2-211.29 128H94.87A48 48 0 0 0 52 154.49l-49.42 98.8A24 24 0 0 0 24.07 288h103.77l-22.47 22.47a32 32 0 0 0 0 45.25l50.9 50.91a32 32 0 0 0 45.26 0L224 384.16V488a24 24 0 0 0 34.7 21.49l98.7-49.39a47.91 47.91 0 0 0 26.5-42.9V312.79c72.59-46.3 128-108.4 128-211.09.1-25.2.1-50.4-6.85-82.6zM384 168a40 40 0 1 1 40-40 40 40 0 0 1-40 40z\"]\n};\nvar faRoute = {\n prefix: 'fas',\n iconName: 'route',\n icon: [512, 512, [], \"f4d7\", \"M416 320h-96c-17.6 0-32-14.4-32-32s14.4-32 32-32h96s96-107 96-160-43-96-96-96-96 43-96 96c0 25.5 22.2 63.4 45.3 96H320c-52.9 0-96 43.1-96 96s43.1 96 96 96h96c17.6 0 32 14.4 32 32s-14.4 32-32 32H185.5c-16 24.8-33.8 47.7-47.3 64H416c52.9 0 96-43.1 96-96s-43.1-96-96-96zm0-256c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM96 256c-53 0-96 43-96 96s96 160 96 160 96-107 96-160-43-96-96-96zm0 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faRss = {\n prefix: 'fas',\n iconName: 'rss',\n icon: [448, 512, [], \"f09e\", \"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"]\n};\nvar faRssSquare = {\n prefix: 'fas',\n iconName: 'rss-square',\n icon: [448, 512, [], \"f143\", \"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM112 416c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm157.533 0h-34.335c-6.011 0-11.051-4.636-11.442-10.634-5.214-80.05-69.243-143.92-149.123-149.123-5.997-.39-10.633-5.431-10.633-11.441v-34.335c0-6.535 5.468-11.777 11.994-11.425 110.546 5.974 198.997 94.536 204.964 204.964.352 6.526-4.89 11.994-11.425 11.994zm103.027 0h-34.334c-6.161 0-11.175-4.882-11.427-11.038-5.598-136.535-115.204-246.161-251.76-251.76C68.882 152.949 64 147.935 64 141.774V107.44c0-6.454 5.338-11.664 11.787-11.432 167.83 6.025 302.21 141.191 308.205 308.205.232 6.449-4.978 11.787-11.432 11.787z\"]\n};\nvar faRubleSign = {\n prefix: 'fas',\n iconName: 'ruble-sign',\n icon: [384, 512, [], \"f158\", \"M239.36 320C324.48 320 384 260.542 384 175.071S324.48 32 239.36 32H76c-6.627 0-12 5.373-12 12v206.632H12c-6.627 0-12 5.373-12 12V308c0 6.627 5.373 12 12 12h52v32H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h52v52c0 6.627 5.373 12 12 12h58.56c6.627 0 12-5.373 12-12v-52H308c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12H146.56v-32h92.8zm-92.8-219.252h78.72c46.72 0 74.88 29.11 74.88 74.323 0 45.832-28.16 75.561-76.16 75.561h-77.44V100.748z\"]\n};\nvar faRuler = {\n prefix: 'fas',\n iconName: 'ruler',\n icon: [640, 512, [], \"f545\", \"M635.7 167.2L556.1 31.7c-8.8-15-28.3-20.1-43.5-11.5l-69 39.1L503.3 161c2.2 3.8.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9L416 75l-55.2 31.3 27.9 47.4c2.2 3.8.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9L333.2 122 278 153.3 337.8 255c2.2 3.7.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9l-59.7-101.7-55.2 31.3 27.9 47.4c2.2 3.8.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9l-27.9-47.5-55.2 31.3 59.7 101.7c2.2 3.7.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9L84.9 262.9l-69 39.1C.7 310.7-4.6 329.8 4.2 344.8l79.6 135.6c8.8 15 28.3 20.1 43.5 11.5L624.1 210c15.2-8.6 20.4-27.8 11.6-42.8z\"]\n};\nvar faRulerCombined = {\n prefix: 'fas',\n iconName: 'ruler-combined',\n icon: [512, 512, [], \"f546\", \"M160 288h-56c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h56v-64h-56c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h56V96h-56c-4.42 0-8-3.58-8-8V72c0-4.42 3.58-8 8-8h56V32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v448c0 2.77.91 5.24 1.57 7.8L160 329.38V288zm320 64h-32v56c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-56h-64v56c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-56h-64v56c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-56h-41.37L24.2 510.43c2.56.66 5.04 1.57 7.8 1.57h448c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32z\"]\n};\nvar faRulerHorizontal = {\n prefix: 'fas',\n iconName: 'ruler-horizontal',\n icon: [576, 512, [], \"f547\", \"M544 128h-48v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8H88c-4.42 0-8-3.58-8-8v-88H32c-17.67 0-32 14.33-32 32v192c0 17.67 14.33 32 32 32h512c17.67 0 32-14.33 32-32V160c0-17.67-14.33-32-32-32z\"]\n};\nvar faRulerVertical = {\n prefix: 'fas',\n iconName: 'ruler-vertical',\n icon: [256, 512, [], \"f548\", \"M168 416c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88v-64h-88c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88v-64h-88c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88v-64h-88c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88V32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v448c0 17.67 14.33 32 32 32h192c17.67 0 32-14.33 32-32v-64h-88z\"]\n};\nvar faRunning = {\n prefix: 'fas',\n iconName: 'running',\n icon: [416, 512, [], \"f70c\", \"M272 96c26.51 0 48-21.49 48-48S298.51 0 272 0s-48 21.49-48 48 21.49 48 48 48zM113.69 317.47l-14.8 34.52H32c-17.67 0-32 14.33-32 32s14.33 32 32 32h77.45c19.25 0 36.58-11.44 44.11-29.09l8.79-20.52-10.67-6.3c-17.32-10.23-30.06-25.37-37.99-42.61zM384 223.99h-44.03l-26.06-53.25c-12.5-25.55-35.45-44.23-61.78-50.94l-71.08-21.14c-28.3-6.8-57.77-.55-80.84 17.14l-39.67 30.41c-14.03 10.75-16.69 30.83-5.92 44.86s30.84 16.66 44.86 5.92l39.69-30.41c7.67-5.89 17.44-8 25.27-6.14l14.7 4.37-37.46 87.39c-12.62 29.48-1.31 64.01 26.3 80.31l84.98 50.17-27.47 87.73c-5.28 16.86 4.11 34.81 20.97 40.09 3.19 1 6.41 1.48 9.58 1.48 13.61 0 26.23-8.77 30.52-22.45l31.64-101.06c5.91-20.77-2.89-43.08-21.64-54.39l-61.24-36.14 31.31-78.28 20.27 41.43c8 16.34 24.92 26.89 43.11 26.89H384c17.67 0 32-14.33 32-32s-14.33-31.99-32-31.99z\"]\n};\nvar faRupeeSign = {\n prefix: 'fas',\n iconName: 'rupee-sign',\n icon: [320, 512, [], \"f156\", \"M308 96c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v44.748c0 6.627 5.373 12 12 12h85.28c27.308 0 48.261 9.958 60.97 27.252H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h158.757c-6.217 36.086-32.961 58.632-74.757 58.632H12c-6.627 0-12 5.373-12 12v53.012c0 3.349 1.4 6.546 3.861 8.818l165.052 152.356a12.001 12.001 0 0 0 8.139 3.182h82.562c10.924 0 16.166-13.408 8.139-20.818L116.871 319.906c76.499-2.34 131.144-53.395 138.318-127.906H308c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-58.69c-3.486-11.541-8.28-22.246-14.252-32H308z\"]\n};\nvar faSadCry = {\n prefix: 'fas',\n iconName: 'sad-cry',\n icon: [496, 512, [], \"f5b3\", \"M248 8C111 8 0 119 0 256c0 90.1 48.2 168.7 120 212.1V288c0-8.8 7.2-16 16-16s16 7.2 16 16v196.7c29.5 12.4 62 19.3 96 19.3s66.5-6.9 96-19.3V288c0-8.8 7.2-16 16-16s16 7.2 16 16v180.1C447.8 424.7 496 346 496 256 496 119 385 8 248 8zm-65.5 216.5c-14.8-13.2-46.2-13.2-61 0L112 233c-3.8 3.3-9.3 4-13.7 1.6-4.4-2.4-6.9-7.4-6.1-12.4 4-25.2 34.2-42.1 59.9-42.1S208 197 212 222.2c.8 5-1.7 10-6.1 12.4-5.8 3.1-11.2.7-13.7-1.6l-9.7-8.5zM248 416c-26.5 0-48-28.7-48-64s21.5-64 48-64 48 28.7 48 64-21.5 64-48 64zm149.8-181.5c-5.8 3.1-11.2.7-13.7-1.6l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L304 233c-3.8 3.3-9.3 4-13.7 1.6-4.4-2.4-6.9-7.4-6.1-12.4 4-25.2 34.2-42.1 59.9-42.1S400 197 404 222.2c.6 4.9-1.8 9.9-6.2 12.3z\"]\n};\nvar faSadTear = {\n prefix: 'fas',\n iconName: 'sad-tear',\n icon: [496, 512, [], \"f5b4\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM152 416c-26.5 0-48-21-48-47 0-20 28.5-60.4 41.6-77.8 3.2-4.3 9.6-4.3 12.8 0C171.5 308.6 200 349 200 369c0 26-21.5 47-48 47zm16-176c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm170.2 154.2C315.8 367.4 282.9 352 248 352c-21.2 0-21.2-32 0-32 44.4 0 86.3 19.6 114.7 53.8 13.8 16.4-11.2 36.5-24.5 20.4z\"]\n};\nvar faSatellite = {\n prefix: 'fas',\n iconName: 'satellite',\n icon: [512, 512, [], \"f7bf\", \"M502.7 265l-80.3-80.4 47.8-47.9c13.1-13.1 13.1-34.4 0-47.5l-47.5-47.5c-13.1-13.1-34.4-13.1-47.5 0l-47.8 47.9-80.3-80.3C240.8 3.1 232.7 0 224.5 0S208.2 3.1 202 9.3L105.3 106c-12.4 12.4-12.4 32.6 0 45.1l80.3 80.4-9.8 9.8C122.1 217 59.6 218.6 7.3 246.7c-8.5 4.6-9.6 16.4-2.8 23.2L112 377.4l-17.8 17.8c-2.6-.7-5-1.6-7.8-1.6-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32c0-2.8-.9-5.2-1.6-7.8l17.8-17.8 107.5 107.5c6.8 6.8 18.7 5.7 23.2-2.8 28.1-52.3 29.7-114.8 5.4-168.5l9.9-9.9 80.3 80.4c6.2 6.2 14.4 9.3 22.5 9.3s16.3-3.1 22.5-9.3l96.7-96.7c12.5-12.4 12.5-32.6.1-45zm-352-136.5l73.8-73.8 68.9 68.9-73.8 73.8-68.9-68.9zm232.8 232.8l-68.9-68.9 73.8-73.8 68.9 68.9-73.8 73.8z\"]\n};\nvar faSatelliteDish = {\n prefix: 'fas',\n iconName: 'satellite-dish',\n icon: [512, 512, [], \"f7c0\", \"M188.8 345.9l27.4-27.4c2.6.7 5 1.6 7.8 1.6 17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32c0 2.8.9 5.2 1.6 7.8l-27.4 27.4L49.4 206.5c-7.3-7.3-20.1-6.1-25 3-41.8 77.8-29.9 176.7 35.7 242.3 65.6 65.6 164.6 77.5 242.3 35.7 9.2-4.9 10.4-17.7 3-25L188.8 345.9zM209 0c-9.2-.5-17 6.8-17 16v31.6c0 8.5 6.6 15.5 15 15.9 129.4 7 233.4 112 240.9 241.5.5 8.4 7.5 15 15.9 15h32.1c9.2 0 16.5-7.8 16-17C503.4 139.8 372.2 8.6 209 0zm.3 96c-9.3-.7-17.3 6.7-17.3 16.1v32.1c0 8.4 6.5 15.3 14.8 15.9 76.8 6.3 138 68.2 144.9 145.2.8 8.3 7.6 14.7 15.9 14.7h32.2c9.3 0 16.8-8 16.1-17.3-8.4-110.1-96.5-198.2-206.6-206.7z\"]\n};\nvar faSave = {\n prefix: 'fas',\n iconName: 'save',\n icon: [448, 512, [], \"f0c7\", \"M433.941 129.941l-83.882-83.882A48 48 0 0 0 316.118 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V163.882a48 48 0 0 0-14.059-33.941zM224 416c-35.346 0-64-28.654-64-64 0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64zm96-304.52V212c0 6.627-5.373 12-12 12H76c-6.627 0-12-5.373-12-12V108c0-6.627 5.373-12 12-12h228.52c3.183 0 6.235 1.264 8.485 3.515l3.48 3.48A11.996 11.996 0 0 1 320 111.48z\"]\n};\nvar faSchool = {\n prefix: 'fas',\n iconName: 'school',\n icon: [640, 512, [], \"f549\", \"M0 224v272c0 8.84 7.16 16 16 16h80V192H32c-17.67 0-32 14.33-32 32zm360-48h-24v-40c0-4.42-3.58-8-8-8h-16c-4.42 0-8 3.58-8 8v64c0 4.42 3.58 8 8 8h48c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8zm137.75-63.96l-160-106.67a32.02 32.02 0 0 0-35.5 0l-160 106.67A32.002 32.002 0 0 0 128 138.66V512h128V368c0-8.84 7.16-16 16-16h96c8.84 0 16 7.16 16 16v144h128V138.67c0-10.7-5.35-20.7-14.25-26.63zM320 256c-44.18 0-80-35.82-80-80s35.82-80 80-80 80 35.82 80 80-35.82 80-80 80zm288-64h-64v320h80c8.84 0 16-7.16 16-16V224c0-17.67-14.33-32-32-32z\"]\n};\nvar faScrewdriver = {\n prefix: 'fas',\n iconName: 'screwdriver',\n icon: [512, 512, [], \"f54a\", \"M448 0L320 96v62.06l-83.03 83.03c6.79 4.25 13.27 9.06 19.07 14.87 5.8 5.8 10.62 12.28 14.87 19.07L353.94 192H416l96-128-64-64zM128 278.59L10.92 395.67c-14.55 14.55-14.55 38.15 0 52.71l52.7 52.7c14.56 14.56 38.15 14.56 52.71 0L233.41 384c29.11-29.11 29.11-76.3 0-105.41s-76.3-29.11-105.41 0z\"]\n};\nvar faScroll = {\n prefix: 'fas',\n iconName: 'scroll',\n icon: [640, 512, [], \"f70e\", \"M48 0C21.53 0 0 21.53 0 48v64c0 8.84 7.16 16 16 16h80V48C96 21.53 74.47 0 48 0zm208 412.57V352h288V96c0-52.94-43.06-96-96-96H111.59C121.74 13.41 128 29.92 128 48v368c0 38.87 34.65 69.65 74.75 63.12C234.22 474 256 444.46 256 412.57zM288 384v32c0 52.93-43.06 96-96 96h336c61.86 0 112-50.14 112-112 0-8.84-7.16-16-16-16H288z\"]\n};\nvar faSdCard = {\n prefix: 'fas',\n iconName: 'sd-card',\n icon: [384, 512, [], \"f7c2\", \"M320 0H128L0 128v320c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zM160 160h-48V64h48v96zm80 0h-48V64h48v96zm80 0h-48V64h48v96z\"]\n};\nvar faSearch = {\n prefix: 'fas',\n iconName: 'search',\n icon: [512, 512, [], \"f002\", \"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"]\n};\nvar faSearchDollar = {\n prefix: 'fas',\n iconName: 'search-dollar',\n icon: [512, 512, [], \"f688\", \"M505.04 442.66l-99.71-99.69c-4.5-4.5-10.6-7-17-7h-16.3c27.6-35.3 44-79.69 44-127.99C416.03 93.09 322.92 0 208.02 0S0 93.09 0 207.98s93.11 207.98 208.02 207.98c48.3 0 92.71-16.4 128.01-44v16.3c0 6.4 2.5 12.5 7 17l99.71 99.69c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.59.1-33.99zm-297.02-90.7c-79.54 0-144-64.34-144-143.98 0-79.53 64.35-143.98 144-143.98 79.54 0 144 64.34 144 143.98 0 79.53-64.35 143.98-144 143.98zm27.11-152.54l-45.01-13.5c-5.16-1.55-8.77-6.78-8.77-12.73 0-7.27 5.3-13.19 11.8-13.19h28.11c4.56 0 8.96 1.29 12.82 3.72 3.24 2.03 7.36 1.91 10.13-.73l11.75-11.21c3.53-3.37 3.33-9.21-.57-12.14-9.1-6.83-20.08-10.77-31.37-11.35V112c0-4.42-3.58-8-8-8h-16c-4.42 0-8 3.58-8 8v16.12c-23.63.63-42.68 20.55-42.68 45.07 0 19.97 12.99 37.81 31.58 43.39l45.01 13.5c5.16 1.55 8.77 6.78 8.77 12.73 0 7.27-5.3 13.19-11.8 13.19h-28.1c-4.56 0-8.96-1.29-12.82-3.72-3.24-2.03-7.36-1.91-10.13.73l-11.75 11.21c-3.53 3.37-3.33 9.21.57 12.14 9.1 6.83 20.08 10.77 31.37 11.35V304c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8v-16.12c23.63-.63 42.68-20.54 42.68-45.07 0-19.97-12.99-37.81-31.59-43.39z\"]\n};\nvar faSearchLocation = {\n prefix: 'fas',\n iconName: 'search-location',\n icon: [512, 512, [], \"f689\", \"M505.04 442.66l-99.71-99.69c-4.5-4.5-10.6-7-17-7h-16.3c27.6-35.3 44-79.69 44-127.99C416.03 93.09 322.92 0 208.02 0S0 93.09 0 207.98s93.11 207.98 208.02 207.98c48.3 0 92.71-16.4 128.01-44v16.3c0 6.4 2.5 12.5 7 17l99.71 99.69c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.59.1-33.99zm-297.02-90.7c-79.54 0-144-64.34-144-143.98 0-79.53 64.35-143.98 144-143.98 79.54 0 144 64.34 144 143.98 0 79.53-64.35 143.98-144 143.98zm.02-239.96c-40.78 0-73.84 33.05-73.84 73.83 0 32.96 48.26 93.05 66.75 114.86a9.24 9.24 0 0 0 14.18 0c18.49-21.81 66.75-81.89 66.75-114.86 0-40.78-33.06-73.83-73.84-73.83zm0 96c-13.26 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faSearchMinus = {\n prefix: 'fas',\n iconName: 'search-minus',\n icon: [512, 512, [], \"f010\", \"M304 192v32c0 6.6-5.4 12-12 12H124c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm201 284.7L476.7 505c-9.4 9.4-24.6 9.4-33.9 0L343 405.3c-4.5-4.5-7-10.6-7-17V372c-35.3 27.6-79.7 44-128 44C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.3-16.4 92.7-44 128h16.3c6.4 0 12.5 2.5 17 7l99.7 99.7c9.3 9.4 9.3 24.6 0 34zM344 208c0-75.2-60.8-136-136-136S72 132.8 72 208s60.8 136 136 136 136-60.8 136-136z\"]\n};\nvar faSearchPlus = {\n prefix: 'fas',\n iconName: 'search-plus',\n icon: [512, 512, [], \"f00e\", \"M304 192v32c0 6.6-5.4 12-12 12h-56v56c0 6.6-5.4 12-12 12h-32c-6.6 0-12-5.4-12-12v-56h-56c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h56v-56c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v56h56c6.6 0 12 5.4 12 12zm201 284.7L476.7 505c-9.4 9.4-24.6 9.4-33.9 0L343 405.3c-4.5-4.5-7-10.6-7-17V372c-35.3 27.6-79.7 44-128 44C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.3-16.4 92.7-44 128h16.3c6.4 0 12.5 2.5 17 7l99.7 99.7c9.3 9.4 9.3 24.6 0 34zM344 208c0-75.2-60.8-136-136-136S72 132.8 72 208s60.8 136 136 136 136-60.8 136-136z\"]\n};\nvar faSeedling = {\n prefix: 'fas',\n iconName: 'seedling',\n icon: [512, 512, [], \"f4d8\", \"M64 96H0c0 123.7 100.3 224 224 224v144c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320C288 196.3 187.7 96 64 96zm384-64c-84.2 0-157.4 46.5-195.7 115.2 27.7 30.2 48.2 66.9 59 107.6C424 243.1 512 147.9 512 32h-64z\"]\n};\nvar faServer = {\n prefix: 'fas',\n iconName: 'server',\n icon: [512, 512, [], \"f233\", \"M480 160H32c-17.673 0-32-14.327-32-32V64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24z\"]\n};\nvar faShapes = {\n prefix: 'fas',\n iconName: 'shapes',\n icon: [512, 512, [], \"f61f\", \"M512 320v160c0 17.67-14.33 32-32 32H320c-17.67 0-32-14.33-32-32V320c0-17.67 14.33-32 32-32h160c17.67 0 32 14.33 32 32zm-384-64C57.31 256 0 313.31 0 384s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm351.03-32c25.34 0 41.18-26.67 28.51-48L412.51 16c-12.67-21.33-44.35-21.33-57.02 0l-95.03 160c-12.67 21.33 3.17 48 28.51 48h190.06z\"]\n};\nvar faShare = {\n prefix: 'fas',\n iconName: 'share',\n icon: [512, 512, [], \"f064\", \"M503.691 189.836L327.687 37.851C312.281 24.546 288 35.347 288 56.015v80.053C127.371 137.907 0 170.1 0 322.326c0 61.441 39.581 122.309 83.333 154.132 13.653 9.931 33.111-2.533 28.077-18.631C66.066 312.814 132.917 274.316 288 272.085V360c0 20.7 24.3 31.453 39.687 18.164l176.004-152c11.071-9.562 11.086-26.753 0-36.328z\"]\n};\nvar faShareAlt = {\n prefix: 'fas',\n iconName: 'share-alt',\n icon: [448, 512, [], \"f1e0\", \"M352 320c-22.608 0-43.387 7.819-59.79 20.895l-102.486-64.054a96.551 96.551 0 0 0 0-41.683l102.486-64.054C308.613 184.181 329.392 192 352 192c53.019 0 96-42.981 96-96S405.019 0 352 0s-96 42.981-96 96c0 7.158.79 14.13 2.276 20.841L155.79 180.895C139.387 167.819 118.608 160 96 160c-53.019 0-96 42.981-96 96s42.981 96 96 96c22.608 0 43.387-7.819 59.79-20.895l102.486 64.054A96.301 96.301 0 0 0 256 416c0 53.019 42.981 96 96 96s96-42.981 96-96-42.981-96-96-96z\"]\n};\nvar faShareAltSquare = {\n prefix: 'fas',\n iconName: 'share-alt-square',\n icon: [448, 512, [], \"f1e1\", \"M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zM304 296c-14.562 0-27.823 5.561-37.783 14.671l-67.958-40.775a56.339 56.339 0 0 0 0-27.793l67.958-40.775C276.177 210.439 289.438 216 304 216c30.928 0 56-25.072 56-56s-25.072-56-56-56-56 25.072-56 56c0 4.797.605 9.453 1.74 13.897l-67.958 40.775C171.823 205.561 158.562 200 144 200c-30.928 0-56 25.072-56 56s25.072 56 56 56c14.562 0 27.823-5.561 37.783-14.671l67.958 40.775a56.088 56.088 0 0 0-1.74 13.897c0 30.928 25.072 56 56 56s56-25.072 56-56C360 321.072 334.928 296 304 296z\"]\n};\nvar faShareSquare = {\n prefix: 'fas',\n iconName: 'share-square',\n icon: [576, 512, [], \"f14d\", \"M568.482 177.448L424.479 313.433C409.3 327.768 384 317.14 384 295.985v-71.963c-144.575.97-205.566 35.113-164.775 171.353 4.483 14.973-12.846 26.567-25.006 17.33C155.252 383.105 120 326.488 120 269.339c0-143.937 117.599-172.5 264-173.312V24.012c0-21.174 25.317-31.768 40.479-17.448l144.003 135.988c10.02 9.463 10.028 25.425 0 34.896zM384 379.128V448H64V128h50.916a11.99 11.99 0 0 0 8.648-3.693c14.953-15.568 32.237-27.89 51.014-37.676C185.708 80.83 181.584 64 169.033 64H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48v-88.806c0-8.288-8.197-14.066-16.011-11.302a71.83 71.83 0 0 1-34.189 3.377c-7.27-1.046-13.8 4.514-13.8 11.859z\"]\n};\nvar faShekelSign = {\n prefix: 'fas',\n iconName: 'shekel-sign',\n icon: [448, 512, [], \"f20b\", \"M248 168v168c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V168c0-75.11-60.89-136-136-136H24C10.75 32 0 42.74 0 56v408c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V112h112c30.93 0 56 25.07 56 56zM432 32h-48c-8.84 0-16 7.16-16 16v296c0 30.93-25.07 56-56 56H200V176c0-8.84-7.16-16-16-16h-48c-8.84 0-16 7.16-16 16v280c0 13.25 10.75 24 24 24h168c75.11 0 136-60.89 136-136V48c0-8.84-7.16-16-16-16z\"]\n};\nvar faShieldAlt = {\n prefix: 'fas',\n iconName: 'shield-alt',\n icon: [512, 512, [], \"f3ed\", \"M466.5 83.7l-192-80a48.15 48.15 0 0 0-36.9 0l-192 80C27.7 91.1 16 108.6 16 128c0 198.5 114.5 335.7 221.5 380.3 11.8 4.9 25.1 4.9 36.9 0C360.1 472.6 496 349.3 496 128c0-19.4-11.7-36.9-29.5-44.3zM256.1 446.3l-.1-381 175.9 73.3c-3.3 151.4-82.1 261.1-175.8 307.7z\"]\n};\nvar faShip = {\n prefix: 'fas',\n iconName: 'ship',\n icon: [640, 512, [], \"f21a\", \"M496.616 372.639l70.012-70.012c16.899-16.9 9.942-45.771-12.836-53.092L512 236.102V96c0-17.673-14.327-32-32-32h-64V24c0-13.255-10.745-24-24-24H248c-13.255 0-24 10.745-24 24v40h-64c-17.673 0-32 14.327-32 32v140.102l-41.792 13.433c-22.753 7.313-29.754 36.173-12.836 53.092l70.012 70.012C125.828 416.287 85.587 448 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24 61.023 0 107.499-20.61 143.258-59.396C181.677 487.432 216.021 512 256 512h128c39.979 0 74.323-24.568 88.742-59.396C508.495 491.384 554.968 512 616 512c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24-60.817 0-101.542-31.001-119.384-75.361zM192 128h256v87.531l-118.208-37.995a31.995 31.995 0 0 0-19.584 0L192 215.531V128z\"]\n};\nvar faShippingFast = {\n prefix: 'fas',\n iconName: 'shipping-fast',\n icon: [640, 512, [], \"f48b\", \"M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H112C85.5 0 64 21.5 64 48v48H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h272c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H40c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H64v128c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z\"]\n};\nvar faShoePrints = {\n prefix: 'fas',\n iconName: 'shoe-prints',\n icon: [640, 512, [], \"f54b\", \"M192 160h32V32h-32c-35.35 0-64 28.65-64 64s28.65 64 64 64zM0 416c0 35.35 28.65 64 64 64h32V352H64c-35.35 0-64 28.65-64 64zm337.46-128c-34.91 0-76.16 13.12-104.73 32-24.79 16.38-44.52 32-104.73 32v128l57.53 15.97c26.21 7.28 53.01 13.12 80.31 15.05 32.69 2.31 65.6.67 97.58-6.2C472.9 481.3 512 429.22 512 384c0-64-84.18-96-174.54-96zM491.42 7.19C459.44.32 426.53-1.33 393.84.99c-27.3 1.93-54.1 7.77-80.31 15.04L256 32v128c60.2 0 79.94 15.62 104.73 32 28.57 18.88 69.82 32 104.73 32C555.82 224 640 192 640 128c0-45.22-39.1-97.3-148.58-120.81z\"]\n};\nvar faShoppingBag = {\n prefix: 'fas',\n iconName: 'shopping-bag',\n icon: [448, 512, [], \"f290\", \"M352 160v-32C352 57.42 294.579 0 224 0 153.42 0 96 57.42 96 128v32H0v272c0 44.183 35.817 80 80 80h288c44.183 0 80-35.817 80-80V160h-96zm-192-32c0-35.29 28.71-64 64-64s64 28.71 64 64v32H160v-32zm160 120c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zm-192 0c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24z\"]\n};\nvar faShoppingBasket = {\n prefix: 'fas',\n iconName: 'shopping-basket',\n icon: [576, 512, [], \"f291\", \"M576 216v16c0 13.255-10.745 24-24 24h-8l-26.113 182.788C514.509 462.435 494.257 480 470.37 480H105.63c-23.887 0-44.139-17.565-47.518-41.212L32 256h-8c-13.255 0-24-10.745-24-24v-16c0-13.255 10.745-24 24-24h67.341l106.78-146.821c10.395-14.292 30.407-17.453 44.701-7.058 14.293 10.395 17.453 30.408 7.058 44.701L170.477 192h235.046L326.12 82.821c-10.395-14.292-7.234-34.306 7.059-44.701 14.291-10.395 34.306-7.235 44.701 7.058L484.659 192H552c13.255 0 24 10.745 24 24zM312 392V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24zm112 0V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24zm-224 0V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24z\"]\n};\nvar faShoppingCart = {\n prefix: 'fas',\n iconName: 'shopping-cart',\n icon: [576, 512, [], \"f07a\", \"M528.12 301.319l47.273-208C578.806 78.301 567.391 64 551.99 64H159.208l-9.166-44.81C147.758 8.021 137.93 0 126.529 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24h69.883l70.248 343.435C147.325 417.1 136 435.222 136 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-15.674-6.447-29.835-16.824-40h209.647C430.447 426.165 424 440.326 424 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-22.172-12.888-41.332-31.579-50.405l5.517-24.276c3.413-15.018-8.002-29.319-23.403-29.319H218.117l-6.545-32h293.145c11.206 0 20.92-7.754 23.403-18.681z\"]\n};\nvar faShower = {\n prefix: 'fas',\n iconName: 'shower',\n icon: [512, 512, [], \"f2cc\", \"M389.66 135.6L231.6 293.66c-9.37 9.37-24.57 9.37-33.94 0l-11.32-11.32c-9.37-9.37-9.37-24.57 0-33.94l.11-.11c-34.03-40.21-35.16-98.94-3.39-140.38-11.97-7.55-26.14-11.91-41.3-11.91C98.88 96 64 130.88 64 173.76V480H0V173.76C0 95.59 63.59 32 141.76 32c36.93 0 70.61 14.2 95.86 37.42 35.9-11.51 76.5-4.5 106.67 21.03l.11-.11c9.37-9.37 24.57-9.37 33.94 0l11.32 11.32c9.37 9.37 9.37 24.57 0 33.94zM384 208c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm32 0c0-8.837 7.163-16 16-16s16 7.163 16 16-7.163 16-16 16-16-7.163-16-16zm96 0c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm-160 32c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm48-16c8.837 0 16 7.163 16 16s-7.163 16-16 16-16-7.163-16-16 7.163-16 16-16zm80 16c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm-160 32c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm32 0c0-8.837 7.163-16 16-16s16 7.163 16 16-7.163 16-16 16-16-7.163-16-16zm96 0c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm-128 32c0-8.837 7.163-16 16-16s16 7.163 16 16-7.163 16-16 16-16-7.163-16-16zm96 0c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm-96 32c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm64 0c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm-32 32c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm-32 32c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16z\"]\n};\nvar faShuttleVan = {\n prefix: 'fas',\n iconName: 'shuttle-van',\n icon: [640, 512, [], \"f5b6\", \"M628.88 210.65L494.39 49.27A48.01 48.01 0 0 0 457.52 32H32C14.33 32 0 46.33 0 64v288c0 17.67 14.33 32 32 32h32c0 53.02 42.98 96 96 96s96-42.98 96-96h128c0 53.02 42.98 96 96 96s96-42.98 96-96h32c17.67 0 32-14.33 32-32V241.38c0-11.23-3.94-22.1-11.12-30.73zM64 192V96h96v96H64zm96 240c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm160-240h-96V96h96v96zm160 240c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm-96-240V96h66.02l80 96H384z\"]\n};\nvar faSign = {\n prefix: 'fas',\n iconName: 'sign',\n icon: [512, 512, [], \"f4d9\", \"M496 64H128V16c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16v48H16C7.2 64 0 71.2 0 80v32c0 8.8 7.2 16 16 16h48v368c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V128h368c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16zM160 384h320V160H160v224z\"]\n};\nvar faSignInAlt = {\n prefix: 'fas',\n iconName: 'sign-in-alt',\n icon: [512, 512, [], \"f2f6\", \"M416 448h-84c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h84c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32h-84c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h84c53 0 96 43 96 96v192c0 53-43 96-96 96zm-47-201L201 79c-15-15-41-4.5-41 17v96H24c-13.3 0-24 10.7-24 24v96c0 13.3 10.7 24 24 24h136v96c0 21.5 26 32 41 17l168-168c9.3-9.4 9.3-24.6 0-34z\"]\n};\nvar faSignLanguage = {\n prefix: 'fas',\n iconName: 'sign-language',\n icon: [448, 512, [], \"f2a7\", \"M91.434 483.987c-.307-16.018 13.109-29.129 29.13-29.129h62.293v-5.714H56.993c-16.021 0-29.437-13.111-29.13-29.129C28.16 404.491 40.835 392 56.428 392h126.429v-5.714H29.136c-16.021 0-29.437-13.111-29.13-29.129.297-15.522 12.973-28.013 28.566-28.013h154.286v-5.714H57.707c-16.021 0-29.437-13.111-29.13-29.129.297-15.522 12.973-28.013 28.566-28.013h168.566l-31.085-22.606c-12.762-9.281-15.583-27.149-6.302-39.912 9.281-12.761 27.15-15.582 39.912-6.302l123.361 89.715a34.287 34.287 0 0 1 14.12 27.728v141.136c0 15.91-10.946 29.73-26.433 33.374l-80.471 18.934a137.16 137.16 0 0 1-31.411 3.646H120c-15.593-.001-28.269-12.492-28.566-28.014zm73.249-225.701h36.423l-11.187-8.136c-18.579-13.511-20.313-40.887-3.17-56.536l-13.004-16.7c-9.843-12.641-28.43-15.171-40.88-5.088-12.065 9.771-14.133 27.447-4.553 39.75l36.371 46.71zm283.298-2.103l-5.003-152.452c-.518-15.771-13.722-28.136-29.493-27.619-15.773.518-28.137 13.722-27.619 29.493l1.262 38.415L283.565 11.019c-9.58-12.303-27.223-14.63-39.653-5.328-12.827 9.599-14.929 28.24-5.086 40.881l76.889 98.745-4.509 3.511-94.79-121.734c-9.58-12.303-27.223-14.63-39.653-5.328-12.827 9.599-14.929 28.24-5.086 40.881l94.443 121.288-4.509 3.511-77.675-99.754c-9.58-12.303-27.223-14.63-39.653-5.328-12.827 9.599-14.929 28.24-5.086 40.881l52.053 66.849c12.497-8.257 29.055-8.285 41.69.904l123.36 89.714c10.904 7.93 17.415 20.715 17.415 34.198v16.999l61.064-47.549a34.285 34.285 0 0 0 13.202-28.177z\"]\n};\nvar faSignOutAlt = {\n prefix: 'fas',\n iconName: 'sign-out-alt',\n icon: [512, 512, [], \"f2f5\", \"M497 273L329 441c-15 15-41 4.5-41-17v-96H152c-13.3 0-24-10.7-24-24v-96c0-13.3 10.7-24 24-24h136V88c0-21.4 25.9-32 41-17l168 168c9.3 9.4 9.3 24.6 0 34zM192 436v-40c0-6.6-5.4-12-12-12H96c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32h84c6.6 0 12-5.4 12-12V76c0-6.6-5.4-12-12-12H96c-53 0-96 43-96 96v192c0 53 43 96 96 96h84c6.6 0 12-5.4 12-12z\"]\n};\nvar faSignal = {\n prefix: 'fas',\n iconName: 'signal',\n icon: [640, 512, [], \"f012\", \"M216 288h-48c-8.84 0-16 7.16-16 16v192c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V304c0-8.84-7.16-16-16-16zM88 384H40c-8.84 0-16 7.16-16 16v96c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16v-96c0-8.84-7.16-16-16-16zm256-192h-48c-8.84 0-16 7.16-16 16v288c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V208c0-8.84-7.16-16-16-16zm128-96h-48c-8.84 0-16 7.16-16 16v384c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V112c0-8.84-7.16-16-16-16zM600 0h-48c-8.84 0-16 7.16-16 16v480c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16z\"]\n};\nvar faSignature = {\n prefix: 'fas',\n iconName: 'signature',\n icon: [640, 512, [], \"f5b7\", \"M623.2 192c-51.8 3.5-125.7 54.7-163.1 71.5-29.1 13.1-54.2 24.4-76.1 24.4-22.6 0-26-16.2-21.3-51.9 1.1-8 11.7-79.2-42.7-76.1-25.1 1.5-64.3 24.8-169.5 126L192 182.2c30.4-75.9-53.2-151.5-129.7-102.8L7.4 116.3C0 121-2.2 130.9 2.5 138.4l17.2 27c4.7 7.5 14.6 9.7 22.1 4.9l58-38.9c18.4-11.7 40.7 7.2 32.7 27.1L34.3 404.1C27.5 421 37 448 64 448c8.3 0 16.5-3.2 22.6-9.4 42.2-42.2 154.7-150.7 211.2-195.8-2.2 28.5-2.1 58.9 20.6 83.8 15.3 16.8 37.3 25.3 65.5 25.3 35.6 0 68-14.6 102.3-30 33-14.8 99-62.6 138.4-65.8 8.5-.7 15.2-7.3 15.2-15.8v-32.1c.2-9.1-7.5-16.8-16.6-16.2z\"]\n};\nvar faSimCard = {\n prefix: 'fas',\n iconName: 'sim-card',\n icon: [384, 512, [], \"f7c4\", \"M0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V128L256 0H64C28.7 0 0 28.7 0 64zm224 192h-64v-64h64v64zm96 0h-64v-64h32c17.7 0 32 14.3 32 32v32zm-64 128h64v32c0 17.7-14.3 32-32 32h-32v-64zm-96 0h64v64h-64v-64zm-96 0h64v64H96c-17.7 0-32-14.3-32-32v-32zm0-96h256v64H64v-64zm0-64c0-17.7 14.3-32 32-32h32v64H64v-32z\"]\n};\nvar faSitemap = {\n prefix: 'fas',\n iconName: 'sitemap',\n icon: [640, 512, [], \"f0e8\", \"M128 352H32c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32zm-24-80h192v48h48v-48h192v48h48v-57.59c0-21.17-17.23-38.41-38.41-38.41H344v-64h40c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32H256c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h40v64H94.41C73.23 224 56 241.23 56 262.41V320h48v-48zm264 80h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32zm240 0h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32z\"]\n};\nvar faSkating = {\n prefix: 'fas',\n iconName: 'skating',\n icon: [448, 512, [], \"f7c5\", \"M400 0c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm0 448c-8.8 0-16 7.2-16 16s-7.2 16-16 16h-96c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c26.5 0 48-21.5 48-48 0-8.8-7.2-16-16-16zm-282.2 8.6c-6.2 6.2-16.4 6.3-22.6 0l-67.9-67.9c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l67.9 67.9c9.4 9.4 21.7 14 34 14s24.6-4.7 33.9-14c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.3-22.7 0zm56.1-179.8l-93.7 93.7c-12.5 12.5-12.5 32.8 0 45.2 6.2 6.2 14.4 9.4 22.6 9.4s16.4-3.1 22.6-9.4l91.9-91.9-30.2-30.2c-5-5-9.4-10.7-13.2-16.8zM128 160h105.5l-20.1 17.2c-13.5 11.5-21.6 28.4-22.3 46.1-.7 17.8 6.1 35.2 18.7 47.7l78.2 78.2V432c0 17.7 14.3 32 32 32s32-14.3 32-32v-89.4c0-12.6-5.1-25-14.1-33.9l-61-61c.5-.4 1.2-.6 1.7-1.1l82.3-82.3c11.5-11.5 14.9-28.6 8.7-43.6-6.2-15-20.7-24.7-37-24.7H128c-17.7 0-32 14.3-32 32s14.3 32 32 32z\"]\n};\nvar faSkiing = {\n prefix: 'fas',\n iconName: 'skiing',\n icon: [512, 512, [], \"f7c9\", \"M432 96c26.5 0 48-21.5 48-48S458.5 0 432 0s-48 21.5-48 48 21.5 48 48 48zm73 356.1c-9.4-9.4-24.6-9.4-33.9 0-12.1 12.1-30.5 15.4-45.1 8.7l-135.8-70.2 49.2-73.8c12.7-19 10.2-44.5-6-60.6L293 215.7l-107-53.1c-2.9 19.9 3.4 40 17.7 54.4l75.1 75.2-45.9 68.8L35 258.7c-11.7-6-26.2-1.5-32.3 10.3-6.1 11.8-1.5 26.3 10.3 32.3l391.9 202.5c11.9 5.5 24.5 8.1 37.1 8.1 23.2 0 46-9 63-26 9.3-9.3 9.3-24.5 0-33.8zM120 91.6l-11.5 22.5c14.4 7.3 31.2 4.9 42.8-4.8l47.2 23.4c-.1.1-.1.2-.2.3l114.5 56.8 32.4-13 6.4 19.1c4 12.1 12.6 22 24 27.7l58.1 29c15.9 7.9 35 1.5 42.9-14.3 7.9-15.8 1.5-35-14.3-42.9l-52.1-26.1-17.1-51.2c-8.1-24.2-40.9-56.6-84.5-39.2l-81.2 32.5-62.5-31c.3-14.5-7.2-28.6-20.9-35.6l-11.1 21.7h-.2l-34.4-7c-1.8-.4-3.7.2-5 1.7-1.9 2.2-1.7 5.5.5 7.4l26.2 23z\"]\n};\nvar faSkiingNordic = {\n prefix: 'fas',\n iconName: 'skiing-nordic',\n icon: [576, 512, [], \"f7ca\", \"M336 96c26.5 0 48-21.5 48-48S362.5 0 336 0s-48 21.5-48 48 21.5 48 48 48zm216 320c-13.2 0-24 10.7-24 24 0 13.2-10.8 24-24 24h-69.5L460 285.6c11.7-4.7 20.1-16.2 20.1-29.6 0-17.7-14.3-32-32-32h-44L378 170.8c-12.5-25.5-35.5-44.2-61.8-50.9L245 98.7c-28.3-6.8-57.8-.5-80.8 17.1l-39.7 30.4c-14 10.7-16.7 30.8-5.9 44.9.7.9 1.7 1.3 2.4 2.1L66.9 464H24c-13.2 0-24 10.7-24 24s10.8 24 24 24h480c39.7 0 72-32.3 72-72 0-13.2-10.8-24-24-24zm-260.5 48h-96.9l43.1-91-22-13c-12.1-7.2-21.9-16.9-29.5-27.8L123.7 464H99.5l52.3-261.4c4.1-1 8.1-2.9 11.7-5.6l39.7-30.4c7.7-5.9 17.4-8 25.3-6.1l14.7 4.4-37.5 87.4c-12.6 29.5-1.3 64 26.3 80.3l85 50.2-25.5 81.2zm110.6 0h-43.6l23.6-75.5c5.9-20.8-2.9-43.1-21.6-54.4L299.3 298l31.3-78.3 20.3 41.4c8 16.3 24.9 26.9 43.1 26.9h33.3l-25.2 176z\"]\n};\nvar faSkull = {\n prefix: 'fas',\n iconName: 'skull',\n icon: [512, 512, [], \"f54c\", \"M256 0C114.6 0 0 100.3 0 224c0 70.1 36.9 132.6 94.5 173.7 9.6 6.9 15.2 18.1 13.5 29.9l-9.4 66.2c-1.4 9.6 6 18.2 15.7 18.2H192v-56c0-4.4 3.6-8 8-8h16c4.4 0 8 3.6 8 8v56h64v-56c0-4.4 3.6-8 8-8h16c4.4 0 8 3.6 8 8v56h77.7c9.7 0 17.1-8.6 15.7-18.2l-9.4-66.2c-1.7-11.7 3.8-23 13.5-29.9C475.1 356.6 512 294.1 512 224 512 100.3 397.4 0 256 0zm-96 320c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm192 0c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64z\"]\n};\nvar faSkullCrossbones = {\n prefix: 'fas',\n iconName: 'skull-crossbones',\n icon: [448, 512, [], \"f714\", \"M439.15 453.06L297.17 384l141.99-69.06c7.9-3.95 11.11-13.56 7.15-21.46L432 264.85c-3.95-7.9-13.56-11.11-21.47-7.16L224 348.41 37.47 257.69c-7.9-3.95-17.51-.75-21.47 7.16L1.69 293.48c-3.95 7.9-.75 17.51 7.15 21.46L150.83 384 8.85 453.06c-7.9 3.95-11.11 13.56-7.15 21.47l14.31 28.63c3.95 7.9 13.56 11.11 21.47 7.15L224 419.59l186.53 90.72c7.9 3.95 17.51.75 21.47-7.15l14.31-28.63c3.95-7.91.74-17.52-7.16-21.47zM150 237.28l-5.48 25.87c-2.67 12.62 5.42 24.85 16.45 24.85h126.08c11.03 0 19.12-12.23 16.45-24.85l-5.5-25.87c41.78-22.41 70-62.75 70-109.28C368 57.31 303.53 0 224 0S80 57.31 80 128c0 46.53 28.22 86.87 70 109.28zM280 112c17.65 0 32 14.35 32 32s-14.35 32-32 32-32-14.35-32-32 14.35-32 32-32zm-112 0c17.65 0 32 14.35 32 32s-14.35 32-32 32-32-14.35-32-32 14.35-32 32-32z\"]\n};\nvar faSlash = {\n prefix: 'fas',\n iconName: 'slash',\n icon: [640, 512, [], \"f715\", \"M594.53 508.63L6.18 53.9c-6.97-5.42-8.23-15.47-2.81-22.45L23.01 6.18C28.43-.8 38.49-2.06 45.47 3.37L633.82 458.1c6.97 5.42 8.23 15.47 2.81 22.45l-19.64 25.27c-5.42 6.98-15.48 8.23-22.46 2.81z\"]\n};\nvar faSleigh = {\n prefix: 'fas',\n iconName: 'sleigh',\n icon: [640, 512, [], \"f7cc\", \"M612.7 350.7l-9.3-7.4c-6.9-5.5-17-4.4-22.5 2.5l-10 12.5c-5.5 6.9-4.4 17 2.5 22.5l9.3 7.4c5.9 4.7 9.2 11.7 9.2 19.2 0 13.6-11 24.6-24.6 24.6H48c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h516c39 0 73.7-29.3 75.9-68.3 1.4-23.8-8.7-46.3-27.2-61zM32 224c0 59.6 40.9 109.2 96 123.5V400h64v-48h192v48h64v-48c53 0 96-43 96-96v-96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-96v64c0 35.3-28.7 64-64 64h-20.7c-65.8 0-125.9-37.2-155.3-96-29.4-58.8-89.6-96-155.3-96H32C14.3 32 0 46.3 0 64s14.3 32 32 32v128z\"]\n};\nvar faSlidersH = {\n prefix: 'fas',\n iconName: 'sliders-h',\n icon: [512, 512, [], \"f1de\", \"M496 384H160v-16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h80v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h336c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-160h-80v-16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h336v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h80c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-160H288V48c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16C7.2 64 0 71.2 0 80v32c0 8.8 7.2 16 16 16h208v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h208c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16z\"]\n};\nvar faSmile = {\n prefix: 'fas',\n iconName: 'smile',\n icon: [496, 512, [], \"f118\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm194.8 170.2C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.6-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.4-16.2 38.1 4.2 24.6 20.5z\"]\n};\nvar faSmileBeam = {\n prefix: 'fas',\n iconName: 'smile-beam',\n icon: [496, 512, [], \"f5b8\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"]\n};\nvar faSmileWink = {\n prefix: 'fas',\n iconName: 'smile-wink',\n icon: [496, 512, [], \"f4da\", \"M0 256c0 137 111 248 248 248s248-111 248-248S385 8 248 8 0 119 0 256zm200-48c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm158.5 16.5c-14.8-13.2-46.2-13.2-61 0L288 233c-8.3 7.4-21.6.4-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S384 197 388 222.2c1.7 11.1-11.4 18.3-19.8 10.8l-9.7-8.5zM157.8 325.8C180.2 352.7 213 368 248 368s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.2 24.6 20.5C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11.2-36.7 24.6-20.4z\"]\n};\nvar faSmog = {\n prefix: 'fas',\n iconName: 'smog',\n icon: [640, 512, [], \"f75f\", \"M624 368H80c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h544c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zm-480 96H16c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zm416 0H224c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h336c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zM144 288h156.1c22.5 19.7 51.6 32 83.9 32s61.3-12.3 83.9-32H528c61.9 0 112-50.1 112-112S589.9 64 528 64c-18 0-34.7 4.6-49.7 12.1C454 31 406.8 0 352 0c-41 0-77.8 17.3-104 44.8C221.8 17.3 185 0 144 0 64.5 0 0 64.5 0 144s64.5 144 144 144z\"]\n};\nvar faSmoking = {\n prefix: 'fas',\n iconName: 'smoking',\n icon: [640, 512, [], \"f48d\", \"M632 352h-48c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8zM553.3 87.1c-5.7-3.8-9.3-10-9.3-16.8V8c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v62.3c0 22 10.2 43.4 28.6 55.4 42.2 27.3 67.4 73.8 67.4 124V280c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-30.3c0-65.5-32.4-126.2-86.7-162.6zM432 352H48c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48h384c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16zm-32 112H224v-64h176v64zm87.7-322.4C463.8 125 448 99.3 448 70.3V8c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v66.4c0 43.7 24.6 81.6 60.3 106.7 22.4 15.7 35.7 41.2 35.7 68.6V280c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-30.3c0-43.3-21-83.4-56.3-108.1zM536 352h-48c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8z\"]\n};\nvar faSmokingBan = {\n prefix: 'fas',\n iconName: 'smoking-ban',\n icon: [512, 512, [], \"f54d\", \"M96 304c0 8.8 7.2 16 16 16h117.5l-96-96H112c-8.8 0-16 7.2-16 16v64zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm0 448c-105.9 0-192-86.1-192-192 0-41.4 13.3-79.7 35.7-111.1l267.4 267.4C335.7 434.7 297.4 448 256 448zm45.2-192H384v32h-50.8l-32-32zm111.1 111.1L365.2 320H400c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16H269.2L144.9 99.7C176.3 77.3 214.6 64 256 64c105.9 0 192 86.1 192 192 0 41.4-13.3 79.7-35.7 111.1zM320.6 128c-15.6 0-28.6-11.2-31.4-25.9-.7-3.6-4-6.1-7.7-6.1h-16.2c-5 0-8.7 4.5-8 9.4 4.6 30.9 31.2 54.6 63.3 54.6 15.6 0 28.6 11.2 31.4 25.9.7 3.6 4 6.1 7.7 6.1h16.2c5 0 8.7-4.5 8-9.4-4.6-30.9-31.2-54.6-63.3-54.6z\"]\n};\nvar faSms = {\n prefix: 'fas',\n iconName: 'sms',\n icon: [512, 512, [], \"f7cd\", \"M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7 1.3 3 4.1 4.8 7.3 4.8 66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32zM128.2 304H116c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h12.3c6 0 10.4-3.5 10.4-6.6 0-1.3-.8-2.7-2.1-3.8l-21.9-18.8c-8.5-7.2-13.3-17.5-13.3-28.1 0-21.3 19-38.6 42.4-38.6H156c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8h-12.3c-6 0-10.4 3.5-10.4 6.6 0 1.3.8 2.7 2.1 3.8l21.9 18.8c8.5 7.2 13.3 17.5 13.3 28.1.1 21.3-19 38.6-42.4 38.6zm191.8-8c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8v-68.2l-24.8 55.8c-2.9 5.9-11.4 5.9-14.3 0L224 227.8V296c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V192c0-8.8 7.2-16 16-16h16c6.1 0 11.6 3.4 14.3 8.8l17.7 35.4 17.7-35.4c2.7-5.4 8.3-8.8 14.3-8.8h16c8.8 0 16 7.2 16 16v104zm48.3 8H356c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h12.3c6 0 10.4-3.5 10.4-6.6 0-1.3-.8-2.7-2.1-3.8l-21.9-18.8c-8.5-7.2-13.3-17.5-13.3-28.1 0-21.3 19-38.6 42.4-38.6H396c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8h-12.3c-6 0-10.4 3.5-10.4 6.6 0 1.3.8 2.7 2.1 3.8l21.9 18.8c8.5 7.2 13.3 17.5 13.3 28.1.1 21.3-18.9 38.6-42.3 38.6z\"]\n};\nvar faSnowboarding = {\n prefix: 'fas',\n iconName: 'snowboarding',\n icon: [512, 512, [], \"f7ce\", \"M432 96c26.5 0 48-21.5 48-48S458.5 0 432 0s-48 21.5-48 48 21.5 48 48 48zm28.8 153.6c5.8 4.3 12.5 6.4 19.2 6.4 9.7 0 19.3-4.4 25.6-12.8 10.6-14.1 7.8-34.2-6.4-44.8l-111.4-83.5c-13.8-10.3-29.1-18.4-45.4-23.8l-63.7-21.2-26.1-52.1C244.7 2 225.5-4.4 209.7 3.5c-15.8 7.9-22.2 27.1-14.3 42.9l29.1 58.1c5.7 11.4 15.6 19.9 27.7 24l16.4 5.5-41.2 20.6c-21.8 10.9-35.4 32.8-35.4 57.2v53.1l-74.1 24.7c-16.8 5.6-25.8 23.7-20.2 40.5 1.7 5.2 4.9 9.4 8.7 12.9l-38.7-14.1c-9.7-3.5-17.4-10.6-21.8-20-5.6-12-19.9-17.2-31.9-11.6s-17.2 19.9-11.6 31.9c9.8 21 27.1 36.9 48.9 44.8l364.8 132.7c9.7 3.5 19.7 5.3 29.7 5.3 12.5 0 24.9-2.7 36.5-8.2 12-5.6 17.2-19.9 11.6-31.9S474 454.7 462 460.3c-9.3 4.4-19.8 4.8-29.5 1.3l-90.8-33.1c8.7-4.1 15.6-11.8 17.8-21.9l21.9-102c3.9-18.2-3.2-37.2-18.1-48.4l-52-39 66-30.5 83.5 62.9zm-144.4 51.7l-19.7 92c-1.5 7.1-.1 13.9 2.8 20l-169.4-61.6c2.7-.2 5.4-.4 8-1.3l85-28.4c19.6-6.5 32.8-24.8 32.8-45.5V256l60.5 45.3z\"]\n};\nvar faSnowflake = {\n prefix: 'fas',\n iconName: 'snowflake',\n icon: [448, 512, [], \"f2dc\", \"M440.3 345.2l-33.8-19.5 26-7c8.2-2.2 13.1-10.7 10.9-18.9l-4-14.9c-2.2-8.2-10.7-13.1-18.9-10.9l-70.8 19-63.9-37 63.8-36.9 70.8 19c8.2 2.2 16.7-2.7 18.9-10.9l4-14.9c2.2-8.2-2.7-16.7-10.9-18.9l-26-7 33.8-19.5c7.4-4.3 9.9-13.7 5.7-21.1L430.4 119c-4.3-7.4-13.7-9.9-21.1-5.7l-33.8 19.5 7-26c2.2-8.2-2.7-16.7-10.9-18.9l-14.9-4c-8.2-2.2-16.7 2.7-18.9 10.9l-19 70.8-62.8 36.2v-77.5l53.7-53.7c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0L256 56.4V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v40.4l-19.7-19.7c-6.2-6.2-16.4-6.2-22.6 0L138.3 48c-6.3 6.2-6.3 16.4 0 22.6l53.7 53.7v77.5l-62.8-36.2-19-70.8c-2.2-8.2-10.7-13.1-18.9-10.9l-14.9 4c-8.2 2.2-13.1 10.7-10.9 18.9l7 26-33.8-19.5c-7.4-4.3-16.8-1.7-21.1 5.7L2.1 145.7c-4.3 7.4-1.7 16.8 5.7 21.1l33.8 19.5-26 7c-8.3 2.2-13.2 10.7-11 19l4 14.9c2.2 8.2 10.7 13.1 18.9 10.9l70.8-19 63.8 36.9-63.8 36.9-70.8-19c-8.2-2.2-16.7 2.7-18.9 10.9l-4 14.9c-2.2 8.2 2.7 16.7 10.9 18.9l26 7-33.8 19.6c-7.4 4.3-9.9 13.7-5.7 21.1l15.5 26.8c4.3 7.4 13.7 9.9 21.1 5.7l33.8-19.5-7 26c-2.2 8.2 2.7 16.7 10.9 18.9l14.9 4c8.2 2.2 16.7-2.7 18.9-10.9l19-70.8 62.8-36.2v77.5l-53.7 53.7c-6.3 6.2-6.3 16.4 0 22.6l11.3 11.3c6.2 6.2 16.4 6.2 22.6 0l19.7-19.7V496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-40.4l19.7 19.7c6.2 6.2 16.4 6.2 22.6 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6L256 387.7v-77.5l62.8 36.2 19 70.8c2.2 8.2 10.7 13.1 18.9 10.9l14.9-4c8.2-2.2 13.1-10.7 10.9-18.9l-7-26 33.8 19.5c7.4 4.3 16.8 1.7 21.1-5.7l15.5-26.8c4.3-7.3 1.8-16.8-5.6-21z\"]\n};\nvar faSnowman = {\n prefix: 'fas',\n iconName: 'snowman',\n icon: [512, 512, [], \"f7d0\", \"M510.9 152.3l-5.9-14.5c-3.3-8-12.6-11.9-20.8-8.7L456 140.6v-29c0-8.6-7.2-15.6-16-15.6h-16c-8.8 0-16 7-16 15.6v46.9c0 .5.3 1 .3 1.5l-56.4 23c-5.9-10-13.3-18.9-22-26.6 13.6-16.6 22-37.4 22-60.5 0-53-43-96-96-96s-96 43-96 96c0 23.1 8.5 43.9 22 60.5-8.7 7.7-16 16.6-22 26.6l-56.4-23c.1-.5.3-1 .3-1.5v-46.9C104 103 96.8 96 88 96H72c-8.8 0-16 7-16 15.6v29l-28.1-11.5c-8.2-3.2-17.5.7-20.8 8.7l-5.9 14.5c-3.3 8 .7 17.1 8.9 20.3l135.2 55.2c-.4 4-1.2 8-1.2 12.2 0 10.1 1.7 19.6 4.2 28.9C120.9 296.4 104 334.2 104 376c0 54 28.4 100.9 70.8 127.8 9.3 5.9 20.3 8.2 31.3 8.2h99.2c13.3 0 26.3-4.1 37.2-11.7 46.5-32.3 74.4-89.4 62.9-152.6-5.5-30.2-20.5-57.6-41.6-79 2.5-9.2 4.2-18.7 4.2-28.7 0-4.2-.8-8.1-1.2-12.2L502 172.6c8.1-3.1 12.1-12.2 8.9-20.3zM224 96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32 272c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-88s-16-23.2-16-32 7.2-16 16-16 16 7.2 16 16-16 32-16 32zm32-56c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"]\n};\nvar faSnowplow = {\n prefix: 'fas',\n iconName: 'snowplow',\n icon: [640, 512, [], \"f7d2\", \"M120 376c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm238.6 49.4c-14.5-14.5-22.6-34.1-22.6-54.6V269.2c0-20.5 8.1-40.1 22.6-54.6l36.7-36.7c6.2-6.2 6.2-16.4 0-22.6l-22.6-22.6c-6.2-6.2-16.4-6.2-22.6 0l-36.7 36.7c-26.5 26.5-41.4 62.4-41.4 99.9V288h-64v-50.9c0-8.7-1.8-17.2-5.2-25.2L364.5 29.1C356.9 11.4 339.6 0 320.3 0H176c-26.5 0-48 21.5-48 48v112h-16c-26.5 0-48 21.5-48 48v91.2C26.3 317.2 0 355.4 0 400c0 61.9 50.1 112 112 112h256c61.9 0 112-50.1 112-112 0-17.3-4.2-33.4-11.2-48H512v18.7c0 37.5 14.9 73.4 41.4 99.9l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0l22.6-22.6c6.2-6.2 6.2-16.4 0-22.6l-36.7-36.7zM192 64h117.8l68.6 160H256l-64-64V64zm176 384H112c-26.5 0-48-21.5-48-48s21.5-48 48-48h256c26.5 0 48 21.5 48 48s-21.5 48-48 48z\"]\n};\nvar faSocks = {\n prefix: 'fas',\n iconName: 'socks',\n icon: [512, 512, [], \"f696\", \"M214.66 311.01L288 256V96H128v176l-86.65 64.61c-39.4 29.56-53.86 84.42-29.21 127.06C30.39 495.25 63.27 512 96.08 512c20.03 0 40.25-6.25 57.52-19.2l21.86-16.39c-29.85-55.38-13.54-125.84 39.2-165.4zM288 32c0-11.05 3.07-21.3 8.02-30.38C293.4.92 290.85 0 288 0H160c-17.67 0-32 14.33-32 32v32h160V32zM480 0H352c-17.67 0-32 14.33-32 32v32h192V32c0-17.67-14.33-32-32-32zM320 272l-86.13 64.61c-39.4 29.56-53.86 84.42-29.21 127.06 18.25 31.58 50.61 48.33 83.42 48.33 20.03 0 40.25-6.25 57.52-19.2l115.2-86.4A127.997 127.997 0 0 0 512 304V96H320v176z\"]\n};\nvar faSolarPanel = {\n prefix: 'fas',\n iconName: 'solar-panel',\n icon: [640, 512, [], \"f5ba\", \"M431.98 448.01l-47.97.05V416h-128v32.21l-47.98.05c-8.82.01-15.97 7.16-15.98 15.99l-.05 31.73c-.01 8.85 7.17 16.03 16.02 16.02l223.96-.26c8.82-.01 15.97-7.16 15.98-15.98l.04-31.73c.01-8.85-7.17-16.03-16.02-16.02zM585.2 26.74C582.58 11.31 568.99 0 553.06 0H86.93C71 0 57.41 11.31 54.79 26.74-3.32 369.16.04 348.08.03 352c-.03 17.32 14.29 32 32.6 32h574.74c18.23 0 32.51-14.56 32.59-31.79.02-4.08 3.35 16.95-54.76-325.47zM259.83 64h120.33l9.77 96H250.06l9.77-96zm-75.17 256H71.09L90.1 208h105.97l-11.41 112zm16.29-160H98.24l16.29-96h96.19l-9.77 96zm32.82 160l11.4-112h149.65l11.4 112H233.77zm195.5-256h96.19l16.29 96H439.04l-9.77-96zm26.06 256l-11.4-112H549.9l19.01 112H455.33z\"]\n};\nvar faSort = {\n prefix: 'fas',\n iconName: 'sort',\n icon: [320, 512, [], \"f0dc\", \"M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z\"]\n};\nvar faSortAlphaDown = {\n prefix: 'fas',\n iconName: 'sort-alpha-down',\n icon: [448, 512, [], \"f15d\", \"M176 352h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm240-64H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 446.37V464a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 321.63V304a16 16 0 0 0-16-16zm31.06-85.38l-59.27-160A16 16 0 0 0 372.72 32h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 224h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 224H432a16 16 0 0 0 15.06-21.38zM335.61 144L352 96l16.39 48z\"]\n};\nvar faSortAlphaDownAlt = {\n prefix: 'fas',\n iconName: 'sort-alpha-down-alt',\n icon: [448, 512, [], \"f881\", \"M176 352h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm112-128h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 65.63V48a16 16 0 0 0-16-16H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 190.37V208a16 16 0 0 0 16 16zm159.06 234.62l-59.27-160A16 16 0 0 0 372.72 288h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 480h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 480H432a16 16 0 0 0 15.06-21.38zM335.61 400L352 352l16.39 48z\"]\n};\nvar faSortAlphaUp = {\n prefix: 'fas',\n iconName: 'sort-alpha-up',\n icon: [448, 512, [], \"f15e\", \"M16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160zm400 128H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 446.37V464a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 321.63V304a16 16 0 0 0-16-16zm31.06-85.38l-59.27-160A16 16 0 0 0 372.72 32h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 224h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 224H432a16 16 0 0 0 15.06-21.38zM335.61 144L352 96l16.39 48z\"]\n};\nvar faSortAlphaUpAlt = {\n prefix: 'fas',\n iconName: 'sort-alpha-up-alt',\n icon: [448, 512, [], \"f882\", \"M16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160zm272 64h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 65.63V48a16 16 0 0 0-16-16H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 190.37V208a16 16 0 0 0 16 16zm159.06 234.62l-59.27-160A16 16 0 0 0 372.72 288h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 480h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 480H432a16 16 0 0 0 15.06-21.38zM335.61 400L352 352l16.39 48z\"]\n};\nvar faSortAmountDown = {\n prefix: 'fas',\n iconName: 'sort-amount-down',\n icon: [512, 512, [], \"f160\", \"M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-128-64h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm256-192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faSortAmountDownAlt = {\n prefix: 'fas',\n iconName: 'sort-amount-down-alt',\n icon: [512, 512, [], \"f884\", \"M240 96h64a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm0 128h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm256 192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-256-64h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm-64 0h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352z\"]\n};\nvar faSortAmountUp = {\n prefix: 'fas',\n iconName: 'sort-amount-up',\n icon: [512, 512, [], \"f161\", \"M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.77 160 16 160zm416 0H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faSortAmountUpAlt = {\n prefix: 'fas',\n iconName: 'sort-amount-up-alt',\n icon: [512, 512, [], \"f885\", \"M240 96h64a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm0 128h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm256 192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-256-64h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zM16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.39-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160z\"]\n};\nvar faSortDown = {\n prefix: 'fas',\n iconName: 'sort-down',\n icon: [320, 512, [], \"f0dd\", \"M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z\"]\n};\nvar faSortNumericDown = {\n prefix: 'fas',\n iconName: 'sort-numeric-down',\n icon: [448, 512, [], \"f162\", \"M304 96h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-16V48a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 96zm26.15 162.91a79 79 0 0 0-55 54.17c-14.25 51.05 21.21 97.77 68.85 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.76 86.25-61.61 86.25-132V336c-.02-51.21-48.4-91.34-101.85-77.09zM352 356a20 20 0 1 1 20-20 20 20 0 0 1-20 20zm-176-4h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352z\"]\n};\nvar faSortNumericDownAlt = {\n prefix: 'fas',\n iconName: 'sort-numeric-down-alt',\n icon: [448, 512, [], \"f886\", \"M176 352h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm224 64h-16V304a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 352h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM330.17 34.91a79 79 0 0 0-55 54.17c-14.27 51.05 21.19 97.77 68.83 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.77 86.25-61.61 86.25-132V112c-.02-51.21-48.4-91.34-101.85-77.09zM352 132a20 20 0 1 1 20-20 20 20 0 0 1-20 20z\"]\n};\nvar faSortNumericUp = {\n prefix: 'fas',\n iconName: 'sort-numeric-up',\n icon: [448, 512, [], \"f163\", \"M330.17 258.91a79 79 0 0 0-55 54.17c-14.27 51.05 21.19 97.77 68.83 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.76 86.25-61.61 86.25-132V336c-.02-51.21-48.4-91.34-101.85-77.09zM352 356a20 20 0 1 1 20-20 20 20 0 0 1-20 20zM304 96h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-16V48a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 96zM107.31 36.69a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31z\"]\n};\nvar faSortNumericUpAlt = {\n prefix: 'fas',\n iconName: 'sort-numeric-up-alt',\n icon: [448, 512, [], \"f887\", \"M107.31 36.69a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31zM400 416h-16V304a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 352h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM330.17 34.91a79 79 0 0 0-55 54.17c-14.27 51.05 21.19 97.77 68.83 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.77 86.25-61.61 86.25-132V112c-.02-51.21-48.4-91.34-101.85-77.09zM352 132a20 20 0 1 1 20-20 20 20 0 0 1-20 20z\"]\n};\nvar faSortUp = {\n prefix: 'fas',\n iconName: 'sort-up',\n icon: [320, 512, [], \"f0de\", \"M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z\"]\n};\nvar faSpa = {\n prefix: 'fas',\n iconName: 'spa',\n icon: [576, 512, [], \"f5bb\", \"M568.25 192c-29.04.13-135.01 6.16-213.84 83-33.12 29.63-53.36 63.3-66.41 94.86-13.05-31.56-33.29-65.23-66.41-94.86-78.83-76.84-184.8-82.87-213.84-83-4.41-.02-7.79 3.4-7.75 7.82.23 27.92 7.14 126.14 88.77 199.3C172.79 480.94 256 480 288 480s115.19.95 199.23-80.88c81.64-73.17 88.54-171.38 88.77-199.3.04-4.42-3.34-7.84-7.75-7.82zM287.98 302.6c12.82-18.85 27.6-35.78 44.09-50.52 19.09-18.61 39.58-33.3 60.26-45.18-16.44-70.5-51.72-133.05-96.73-172.22-4.11-3.58-11.02-3.58-15.14 0-44.99 39.14-80.27 101.63-96.74 172.07 20.37 11.7 40.5 26.14 59.22 44.39a282.768 282.768 0 0 1 45.04 51.46z\"]\n};\nvar faSpaceShuttle = {\n prefix: 'fas',\n iconName: 'space-shuttle',\n icon: [640, 512, [], \"f197\", \"M592.604 208.244C559.735 192.836 515.777 184 472 184H186.327c-4.952-6.555-10.585-11.978-16.72-16H376C229.157 137.747 219.403 32 96.003 32H96v128H80V32c-26.51 0-48 28.654-48 64v64c-23.197 0-32 10.032-32 24v40c0 13.983 8.819 24 32 24v16c-23.197 0-32 10.032-32 24v40c0 13.983 8.819 24 32 24v64c0 35.346 21.49 64 48 64V352h16v128h.003c123.4 0 133.154-105.747 279.997-136H169.606c6.135-4.022 11.768-9.445 16.72-16H472c43.777 0 87.735-8.836 120.604-24.244C622.282 289.845 640 271.992 640 256s-17.718-33.845-47.396-47.756zM488 296a8 8 0 0 1-8-8v-64a8 8 0 0 1 8-8c31.909 0 31.942 80 0 80z\"]\n};\nvar faSpellCheck = {\n prefix: 'fas',\n iconName: 'spell-check',\n icon: [576, 512, [], \"f891\", \"M272 256h91.36c43.2 0 82-32.2 84.51-75.34a79.82 79.82 0 0 0-25.26-63.07 79.81 79.81 0 0 0 9.06-44.91C427.9 30.57 389.3 0 347 0h-75a16 16 0 0 0-16 16v224a16 16 0 0 0 16 16zm40-200h40a24 24 0 0 1 0 48h-40zm0 96h56a24 24 0 0 1 0 48h-56zM155.12 22.25A32 32 0 0 0 124.64 0H99.36a32 32 0 0 0-30.48 22.25L.59 235.73A16 16 0 0 0 16 256h24.93a16 16 0 0 0 15.42-11.73L68.29 208h87.42l11.94 36.27A16 16 0 0 0 183.07 256H208a16 16 0 0 0 15.42-20.27zM89.37 144L112 75.3l22.63 68.7zm482 132.48l-45.21-45.3a15.88 15.88 0 0 0-22.59 0l-151.5 151.5-55.41-55.5a15.88 15.88 0 0 0-22.59 0l-45.3 45.3a16 16 0 0 0 0 22.59l112 112.21a15.89 15.89 0 0 0 22.6 0l208-208.21a16 16 0 0 0-.02-22.59z\"]\n};\nvar faSpider = {\n prefix: 'fas',\n iconName: 'spider',\n icon: [576, 512, [], \"f717\", \"M151.17 167.35L177.1 176h4.67l5.22-26.12c.72-3.58 1.8-7.58 3.21-11.79l-20.29-40.58 23.8-71.39c2.79-8.38-1.73-17.44-10.12-20.24L168.42.82c-8.38-2.8-17.45 1.73-20.24 10.12l-25.89 77.68a32.04 32.04 0 0 0 1.73 24.43l27.15 54.3zm422.14 182.03l-52.75-79.12a32.002 32.002 0 0 0-26.62-14.25H416l68.99-24.36a32.03 32.03 0 0 0 16.51-12.61l53.6-80.41c4.9-7.35 2.91-17.29-4.44-22.19l-13.31-8.88c-7.35-4.9-17.29-2.91-22.19 4.44l-50.56 75.83L404.1 208H368l-10.37-51.85C355.44 145.18 340.26 96 288 96c-52.26 0-67.44 49.18-69.63 60.15L208 208h-36.1l-60.49-20.17L60.84 112c-4.9-7.35-14.83-9.34-22.19-4.44l-13.31 8.88c-7.35 4.9-9.34 14.83-4.44 22.19l53.6 80.41a32.03 32.03 0 0 0 16.51 12.61L160 256H82.06a32.02 32.02 0 0 0-26.63 14.25L2.69 349.38c-4.9 7.35-2.92 17.29 4.44 22.19l13.31 8.88c7.35 4.9 17.29 2.91 22.19-4.44l48-72h47.06l-60.83 97.33A31.988 31.988 0 0 0 72 418.3V496c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-73.11l74.08-118.53c-1.01 14.05-2.08 28.11-2.08 42.21C192 399.64 232.76 448 288 448s96-48.36 96-101.43c0-14.1-1.08-28.16-2.08-42.21L456 422.89V496c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-77.71c0-6-1.69-11.88-4.86-16.96L438.31 304h47.06l48 72c4.9 7.35 14.84 9.34 22.19 4.44l13.31-8.88c7.36-4.9 9.34-14.83 4.44-22.18zM406.09 97.51l-20.29 40.58c1.41 4.21 2.49 8.21 3.21 11.79l5.22 26.12h4.67l25.93-8.65 27.15-54.3a31.995 31.995 0 0 0 1.73-24.43l-25.89-77.68C425.03 2.56 415.96-1.98 407.58.82l-15.17 5.06c-8.38 2.8-12.91 11.86-10.12 20.24l23.8 71.39z\"]\n};\nvar faSpinner = {\n prefix: 'fas',\n iconName: 'spinner',\n icon: [512, 512, [], \"f110\", \"M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z\"]\n};\nvar faSplotch = {\n prefix: 'fas',\n iconName: 'splotch',\n icon: [512, 512, [], \"f5bc\", \"M472.29 195.89l-67.06-22.95c-19.28-6.6-33.54-20.92-38.14-38.3L351.1 74.19c-11.58-43.77-76.57-57.13-109.98-22.62l-46.14 47.67c-13.26 13.71-33.54 20.93-54.2 19.31l-71.88-5.62c-52.05-4.07-86.93 44.88-59.03 82.83l38.54 52.42c11.08 15.07 12.82 33.86 4.64 50.24L24.62 355.4c-20.59 41.25 22.84 84.87 73.49 73.81l69.96-15.28c20.11-4.39 41.45 0 57.07 11.73l54.32 40.83c39.32 29.56 101.04 7.57 104.45-37.22l4.7-61.86c1.35-17.79 12.8-33.86 30.63-42.99l62-31.74c44.88-22.96 39.59-80.17-8.95-96.79z\"]\n};\nvar faSprayCan = {\n prefix: 'fas',\n iconName: 'spray-can',\n icon: [512, 512, [], \"f5bd\", \"M224 32c0-17.67-14.33-32-32-32h-64c-17.67 0-32 14.33-32 32v96h128V32zm256 96c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm-256 32H96c-53.02 0-96 42.98-96 96v224c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V256c0-53.02-42.98-96-96-96zm-64 256c-44.18 0-80-35.82-80-80s35.82-80 80-80 80 35.82 80 80-35.82 80-80 80zM480 96c17.67 0 32-14.33 32-32s-14.33-32-32-32-32 14.33-32 32 14.33 32 32 32zm-96 32c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm-96-96c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm96 0c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm96 192c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z\"]\n};\nvar faSquare = {\n prefix: 'fas',\n iconName: 'square',\n icon: [448, 512, [], \"f0c8\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"]\n};\nvar faSquareFull = {\n prefix: 'fas',\n iconName: 'square-full',\n icon: [512, 512, [], \"f45c\", \"M512 512H0V0h512v512z\"]\n};\nvar faSquareRootAlt = {\n prefix: 'fas',\n iconName: 'square-root-alt',\n icon: [576, 512, [], \"f698\", \"M571.31 251.31l-22.62-22.62c-6.25-6.25-16.38-6.25-22.63 0L480 274.75l-46.06-46.06c-6.25-6.25-16.38-6.25-22.63 0l-22.62 22.62c-6.25 6.25-6.25 16.38 0 22.63L434.75 320l-46.06 46.06c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L480 365.25l46.06 46.06c6.25 6.25 16.38 6.25 22.63 0l22.62-22.62c6.25-6.25 6.25-16.38 0-22.63L525.25 320l46.06-46.06c6.25-6.25 6.25-16.38 0-22.63zM552 0H307.65c-14.54 0-27.26 9.8-30.95 23.87l-84.79 322.8-58.41-106.1A32.008 32.008 0 0 0 105.47 224H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h43.62l88.88 163.73C168.99 503.5 186.3 512 204.94 512c17.27 0 44.44-9 54.28-41.48L357.03 96H552c13.25 0 24-10.75 24-24V24c0-13.26-10.75-24-24-24z\"]\n};\nvar faStamp = {\n prefix: 'fas',\n iconName: 'stamp',\n icon: [512, 512, [], \"f5bf\", \"M32 512h448v-64H32v64zm384-256h-66.56c-16.26 0-29.44-13.18-29.44-29.44v-9.46c0-27.37 8.88-53.41 21.46-77.72 9.11-17.61 12.9-38.39 9.05-60.42-6.77-38.78-38.47-70.7-77.26-77.45C212.62-9.04 160 37.33 160 96c0 14.16 3.12 27.54 8.69 39.58C182.02 164.43 192 194.7 192 226.49v.07c0 16.26-13.18 29.44-29.44 29.44H96c-53.02 0-96 42.98-96 96v32c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-32c0-53.02-42.98-96-96-96z\"]\n};\nvar faStar = {\n prefix: 'fas',\n iconName: 'star',\n icon: [576, 512, [], \"f005\", \"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"]\n};\nvar faStarAndCrescent = {\n prefix: 'fas',\n iconName: 'star-and-crescent',\n icon: [512, 512, [], \"f699\", \"M340.47 466.36c-1.45 0-6.89.46-9.18.46-116.25 0-210.82-94.57-210.82-210.82S215.04 45.18 331.29 45.18c2.32 0 7.7.46 9.18.46 7.13 0 13.33-5.03 14.75-12.07 1.46-7.25-2.55-14.49-9.47-17.09C316.58 5.54 286.39 0 256 0 114.84 0 0 114.84 0 256s114.84 256 256 256c30.23 0 60.28-5.49 89.32-16.32 5.96-2.02 10.28-7.64 10.28-14.26 0-8.09-6.39-15.06-15.13-15.06zm162.99-252.5l-76.38-11.1-34.16-69.21c-1.83-3.7-5.38-5.55-8.93-5.55s-7.1 1.85-8.93 5.55l-34.16 69.21-76.38 11.1c-8.17 1.18-11.43 11.22-5.52 16.99l55.27 53.87-13.05 76.07c-1.11 6.44 4.01 11.66 9.81 11.66 1.53 0 3.11-.36 4.64-1.17L384 335.37l68.31 35.91c1.53.8 3.11 1.17 4.64 1.17 5.8 0 10.92-5.23 9.81-11.66l-13.05-76.07 55.27-53.87c5.91-5.77 2.65-15.81-5.52-16.99z\"]\n};\nvar faStarHalf = {\n prefix: 'fas',\n iconName: 'star-half',\n icon: [576, 512, [], \"f089\", \"M288 0c-11.4 0-22.8 5.9-28.7 17.8L194 150.2 47.9 171.4c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.1 23 46 46.4 33.7L288 439.6V0z\"]\n};\nvar faStarHalfAlt = {\n prefix: 'fas',\n iconName: 'star-half-alt',\n icon: [536, 512, [], \"f5c0\", \"M508.55 171.51L362.18 150.2 296.77 17.81C290.89 5.98 279.42 0 267.95 0c-11.4 0-22.79 5.9-28.69 17.81l-65.43 132.38-146.38 21.29c-26.25 3.8-36.77 36.09-17.74 54.59l105.89 103-25.06 145.48C86.98 495.33 103.57 512 122.15 512c4.93 0 10-1.17 14.87-3.75l130.95-68.68 130.94 68.7c4.86 2.55 9.92 3.71 14.83 3.71 18.6 0 35.22-16.61 31.66-37.4l-25.03-145.49 105.91-102.98c19.04-18.5 8.52-50.8-17.73-54.6zm-121.74 123.2l-18.12 17.62 4.28 24.88 19.52 113.45-102.13-53.59-22.38-11.74.03-317.19 51.03 103.29 11.18 22.63 25.01 3.64 114.23 16.63-82.65 80.38z\"]\n};\nvar faStarOfDavid = {\n prefix: 'fas',\n iconName: 'star-of-david',\n icon: [464, 512, [], \"f69a\", \"M405.68 256l53.21-89.39C473.3 142.4 455.48 112 426.88 112H319.96l-55.95-93.98C256.86 6.01 244.43 0 232 0s-24.86 6.01-32.01 18.02L144.04 112H37.11c-28.6 0-46.42 30.4-32.01 54.61L58.32 256 5.1 345.39C-9.31 369.6 8.51 400 37.11 400h106.93l55.95 93.98C207.14 505.99 219.57 512 232 512s24.86-6.01 32.01-18.02L319.96 400h106.93c28.6 0 46.42-30.4 32.01-54.61L405.68 256zm-12.78-88l-19.8 33.26L353.3 168h39.6zm-52.39 88l-52.39 88H175.88l-52.39-88 52.38-88h112.25l52.39 88zM232 73.72L254.79 112h-45.57L232 73.72zM71.1 168h39.6l-19.8 33.26L71.1 168zm0 176l19.8-33.26L110.7 344H71.1zM232 438.28L209.21 400h45.57L232 438.28zM353.29 344l19.8-33.26L392.9 344h-39.61z\"]\n};\nvar faStarOfLife = {\n prefix: 'fas',\n iconName: 'star-of-life',\n icon: [480, 512, [], \"f621\", \"M471.99 334.43L336.06 256l135.93-78.43c7.66-4.42 10.28-14.2 5.86-21.86l-32.02-55.43c-4.42-7.65-14.21-10.28-21.87-5.86l-135.93 78.43V16c0-8.84-7.17-16-16.01-16h-64.04c-8.84 0-16.01 7.16-16.01 16v156.86L56.04 94.43c-7.66-4.42-17.45-1.79-21.87 5.86L2.15 155.71c-4.42 7.65-1.8 17.44 5.86 21.86L143.94 256 8.01 334.43c-7.66 4.42-10.28 14.21-5.86 21.86l32.02 55.43c4.42 7.65 14.21 10.27 21.87 5.86l135.93-78.43V496c0 8.84 7.17 16 16.01 16h64.04c8.84 0 16.01-7.16 16.01-16V339.14l135.93 78.43c7.66 4.42 17.45 1.8 21.87-5.86l32.02-55.43c4.42-7.65 1.8-17.43-5.86-21.85z\"]\n};\nvar faStepBackward = {\n prefix: 'fas',\n iconName: 'step-backward',\n icon: [448, 512, [], \"f048\", \"M64 468V44c0-6.6 5.4-12 12-12h48c6.6 0 12 5.4 12 12v176.4l195.5-181C352.1 22.3 384 36.6 384 64v384c0 27.4-31.9 41.7-52.5 24.6L136 292.7V468c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12z\"]\n};\nvar faStepForward = {\n prefix: 'fas',\n iconName: 'step-forward',\n icon: [448, 512, [], \"f051\", \"M384 44v424c0 6.6-5.4 12-12 12h-48c-6.6 0-12-5.4-12-12V291.6l-195.5 181C95.9 489.7 64 475.4 64 448V64c0-27.4 31.9-41.7 52.5-24.6L312 219.3V44c0-6.6 5.4-12 12-12h48c6.6 0 12 5.4 12 12z\"]\n};\nvar faStethoscope = {\n prefix: 'fas',\n iconName: 'stethoscope',\n icon: [512, 512, [], \"f0f1\", \"M447.1 112c-34.2.5-62.3 28.4-63 62.6-.5 24.3 12.5 45.6 32 56.8V344c0 57.3-50.2 104-112 104-60 0-109.2-44.1-111.9-99.2C265 333.8 320 269.2 320 192V36.6c0-11.4-8.1-21.3-19.3-23.5L237.8.5c-13-2.6-25.6 5.8-28.2 18.8L206.4 35c-2.6 13 5.8 25.6 18.8 28.2l30.7 6.1v121.4c0 52.9-42.2 96.7-95.1 97.2-53.4.5-96.9-42.7-96.9-96V69.4l30.7-6.1c13-2.6 21.4-15.2 18.8-28.2l-3.1-15.7C107.7 6.4 95.1-2 82.1.6L19.3 13C8.1 15.3 0 25.1 0 36.6V192c0 77.3 55.1 142 128.1 156.8C130.7 439.2 208.6 512 304 512c97 0 176-75.4 176-168V231.4c19.1-11.1 32-31.7 32-55.4 0-35.7-29.2-64.5-64.9-64zm.9 80c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"]\n};\nvar faStickyNote = {\n prefix: 'fas',\n iconName: 'sticky-note',\n icon: [448, 512, [], \"f249\", \"M312 320h136V56c0-13.3-10.7-24-24-24H24C10.7 32 0 42.7 0 56v400c0 13.3 10.7 24 24 24h264V344c0-13.2 10.8-24 24-24zm129 55l-98 98c-4.5 4.5-10.6 7-17 7h-6V352h128v6.1c0 6.3-2.5 12.4-7 16.9z\"]\n};\nvar faStop = {\n prefix: 'fas',\n iconName: 'stop',\n icon: [448, 512, [], \"f04d\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"]\n};\nvar faStopCircle = {\n prefix: 'fas',\n iconName: 'stop-circle',\n icon: [512, 512, [], \"f28d\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm96 328c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h160c8.8 0 16 7.2 16 16v160z\"]\n};\nvar faStopwatch = {\n prefix: 'fas',\n iconName: 'stopwatch',\n icon: [448, 512, [], \"f2f2\", \"M432 304c0 114.9-93.1 208-208 208S16 418.9 16 304c0-104 76.3-190.2 176-205.5V64h-28c-6.6 0-12-5.4-12-12V12c0-6.6 5.4-12 12-12h120c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-28v34.5c37.5 5.8 71.7 21.6 99.7 44.6l27.5-27.5c4.7-4.7 12.3-4.7 17 0l28.3 28.3c4.7 4.7 4.7 12.3 0 17l-29.4 29.4-.6.6C419.7 223.3 432 262.2 432 304zm-176 36V188.5c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12V340c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12z\"]\n};\nvar faStore = {\n prefix: 'fas',\n iconName: 'store',\n icon: [616, 512, [], \"f54e\", \"M602 118.6L537.1 15C531.3 5.7 521 0 510 0H106C95 0 84.7 5.7 78.9 15L14 118.6c-33.5 53.5-3.8 127.9 58.8 136.4 4.5.6 9.1.9 13.7.9 29.6 0 55.8-13 73.8-33.1 18 20.1 44.3 33.1 73.8 33.1 29.6 0 55.8-13 73.8-33.1 18 20.1 44.3 33.1 73.8 33.1 29.6 0 55.8-13 73.8-33.1 18.1 20.1 44.3 33.1 73.8 33.1 4.7 0 9.2-.3 13.7-.9 62.8-8.4 92.6-82.8 59-136.4zM529.5 288c-10 0-19.9-1.5-29.5-3.8V384H116v-99.8c-9.6 2.2-19.5 3.8-29.5 3.8-6 0-12.1-.4-18-1.2-5.6-.8-11.1-2.1-16.4-3.6V480c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32V283.2c-5.4 1.6-10.8 2.9-16.4 3.6-6.1.8-12.1 1.2-18.2 1.2z\"]\n};\nvar faStoreAlt = {\n prefix: 'fas',\n iconName: 'store-alt',\n icon: [640, 512, [], \"f54f\", \"M320 384H128V224H64v256c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32V224h-64v160zm314.6-241.8l-85.3-128c-6-8.9-16-14.2-26.7-14.2H117.4c-10.7 0-20.7 5.3-26.6 14.2l-85.3 128c-14.2 21.3 1 49.8 26.6 49.8H608c25.5 0 40.7-28.5 26.6-49.8zM512 496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V224h-64v272z\"]\n};\nvar faStream = {\n prefix: 'fas',\n iconName: 'stream',\n icon: [512, 512, [], \"f550\", \"M16 128h416c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H16C7.16 32 0 39.16 0 48v64c0 8.84 7.16 16 16 16zm480 80H80c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm-64 176H16c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16z\"]\n};\nvar faStreetView = {\n prefix: 'fas',\n iconName: 'street-view',\n icon: [512, 512, [], \"f21d\", \"M367.9 329.76c-4.62 5.3-9.78 10.1-15.9 13.65v22.94c66.52 9.34 112 28.05 112 49.65 0 30.93-93.12 56-208 56S48 446.93 48 416c0-21.6 45.48-40.3 112-49.65v-22.94c-6.12-3.55-11.28-8.35-15.9-13.65C58.87 345.34 0 378.05 0 416c0 53.02 114.62 96 256 96s256-42.98 256-96c0-37.95-58.87-70.66-144.1-86.24zM256 128c35.35 0 64-28.65 64-64S291.35 0 256 0s-64 28.65-64 64 28.65 64 64 64zm-64 192v96c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-96c17.67 0 32-14.33 32-32v-96c0-26.51-21.49-48-48-48h-11.8c-11.07 5.03-23.26 8-36.2 8s-25.13-2.97-36.2-8H208c-26.51 0-48 21.49-48 48v96c0 17.67 14.33 32 32 32z\"]\n};\nvar faStrikethrough = {\n prefix: 'fas',\n iconName: 'strikethrough',\n icon: [512, 512, [], \"f0cc\", \"M496 224H293.9l-87.17-26.83A43.55 43.55 0 0 1 219.55 112h66.79A49.89 49.89 0 0 1 331 139.58a16 16 0 0 0 21.46 7.15l42.94-21.47a16 16 0 0 0 7.16-21.46l-.53-1A128 128 0 0 0 287.51 32h-68a123.68 123.68 0 0 0-123 135.64c2 20.89 10.1 39.83 21.78 56.36H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h480a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-180.24 96A43 43 0 0 1 336 356.45 43.59 43.59 0 0 1 292.45 400h-66.79A49.89 49.89 0 0 1 181 372.42a16 16 0 0 0-21.46-7.15l-42.94 21.47a16 16 0 0 0-7.16 21.46l.53 1A128 128 0 0 0 224.49 480h68a123.68 123.68 0 0 0 123-135.64 114.25 114.25 0 0 0-5.34-24.36z\"]\n};\nvar faStroopwafel = {\n prefix: 'fas',\n iconName: 'stroopwafel',\n icon: [512, 512, [], \"f551\", \"M188.12 210.74L142.86 256l45.25 45.25L233.37 256l-45.25-45.26zm113.13-22.62L256 142.86l-45.25 45.25L256 233.37l45.25-45.25zm-90.5 135.76L256 369.14l45.26-45.26L256 278.63l-45.25 45.25zM256 0C114.62 0 0 114.62 0 256s114.62 256 256 256 256-114.62 256-256S397.38 0 256 0zm186.68 295.6l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-28.29-28.29-45.25 45.25 33.94 33.94 16.97-16.97c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-16.97 16.97 16.97 16.97c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-16.97-16.97-16.97 16.97c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l16.97-16.97-33.94-33.94-45.26 45.26 28.29 28.29c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0L256 414.39l-28.29 28.29c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l28.29-28.29-45.25-45.26-33.94 33.94 16.97 16.97c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-16.97-16.97-16.97 16.97c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l16.97-16.97-16.97-16.97c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l16.97 16.97 33.94-33.94-45.25-45.25-28.29 28.29c-3.12 3.12-8.19 3.12-11.31 0L69.32 295.6c-3.12-3.12-3.12-8.19 0-11.31L97.61 256l-28.29-28.29c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l28.29 28.29 45.25-45.26-33.94-33.94-16.97 16.97c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l16.97-16.97-16.97-16.97c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l16.97 16.97 16.97-16.97c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-16.97 16.97 33.94 33.94 45.26-45.25-28.29-28.29c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0L256 97.61l28.29-28.29c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-28.29 28.29 45.26 45.25 33.94-33.94-16.97-16.97c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l16.97 16.97 16.97-16.97c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-16.97 16.97 16.97 16.97c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-16.97-16.97-33.94 33.94 45.25 45.26 28.29-28.29c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31L414.39 256l28.29 28.28a8.015 8.015 0 0 1 0 11.32zM278.63 256l45.26 45.25L369.14 256l-45.25-45.26L278.63 256z\"]\n};\nvar faSubscript = {\n prefix: 'fas',\n iconName: 'subscript',\n icon: [512, 512, [], \"f12c\", \"M496 448h-16V304a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 400 352h16v96h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM336 64h-67a16 16 0 0 0-13.14 6.87l-79.9 115-79.9-115A16 16 0 0 0 83 64H16A16 16 0 0 0 0 80v48a16 16 0 0 0 16 16h33.48l77.81 112-77.81 112H16a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h67a16 16 0 0 0 13.14-6.87l79.9-115 79.9 115A16 16 0 0 0 269 448h67a16 16 0 0 0 16-16v-48a16 16 0 0 0-16-16h-33.48l-77.81-112 77.81-112H336a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16z\"]\n};\nvar faSubway = {\n prefix: 'fas',\n iconName: 'subway',\n icon: [448, 512, [], \"f239\", \"M448 96v256c0 51.815-61.624 96-130.022 96l62.98 49.721C386.905 502.417 383.562 512 376 512H72c-7.578 0-10.892-9.594-4.957-14.279L130.022 448C61.82 448 0 403.954 0 352V96C0 42.981 64 0 128 0h192c65 0 128 42.981 128 96zM200 232V120c0-13.255-10.745-24-24-24H72c-13.255 0-24 10.745-24 24v112c0 13.255 10.745 24 24 24h104c13.255 0 24-10.745 24-24zm200 0V120c0-13.255-10.745-24-24-24H272c-13.255 0-24 10.745-24 24v112c0 13.255 10.745 24 24 24h104c13.255 0 24-10.745 24-24zm-48 56c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm-256 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z\"]\n};\nvar faSuitcase = {\n prefix: 'fas',\n iconName: 'suitcase',\n icon: [512, 512, [], \"f0f2\", \"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"]\n};\nvar faSuitcaseRolling = {\n prefix: 'fas',\n iconName: 'suitcase-rolling',\n icon: [384, 512, [], \"f5c1\", \"M336 160H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h16v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16h128v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16h16c26.51 0 48-21.49 48-48V208c0-26.51-21.49-48-48-48zm-16 216c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h240c4.42 0 8 3.58 8 8v16zm0-96c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h240c4.42 0 8 3.58 8 8v16zM144 48h96v80h48V48c0-26.51-21.49-48-48-48h-96c-26.51 0-48 21.49-48 48v80h48V48z\"]\n};\nvar faSun = {\n prefix: 'fas',\n iconName: 'sun',\n icon: [512, 512, [], \"f185\", \"M256 160c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm246.4 80.5l-94.7-47.3 33.5-100.4c4.5-13.6-8.4-26.5-21.9-21.9l-100.4 33.5-47.4-94.8c-6.4-12.8-24.6-12.8-31 0l-47.3 94.7L92.7 70.8c-13.6-4.5-26.5 8.4-21.9 21.9l33.5 100.4-94.7 47.4c-12.8 6.4-12.8 24.6 0 31l94.7 47.3-33.5 100.5c-4.5 13.6 8.4 26.5 21.9 21.9l100.4-33.5 47.3 94.7c6.4 12.8 24.6 12.8 31 0l47.3-94.7 100.4 33.5c13.6 4.5 26.5-8.4 21.9-21.9l-33.5-100.4 94.7-47.3c13-6.5 13-24.7.2-31.1zm-155.9 106c-49.9 49.9-131.1 49.9-181 0-49.9-49.9-49.9-131.1 0-181 49.9-49.9 131.1-49.9 181 0 49.9 49.9 49.9 131.1 0 181z\"]\n};\nvar faSuperscript = {\n prefix: 'fas',\n iconName: 'superscript',\n icon: [512, 512, [], \"f12b\", \"M496 160h-16V16a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 400 64h16v96h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM336 64h-67a16 16 0 0 0-13.14 6.87l-79.9 115-79.9-115A16 16 0 0 0 83 64H16A16 16 0 0 0 0 80v48a16 16 0 0 0 16 16h33.48l77.81 112-77.81 112H16a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h67a16 16 0 0 0 13.14-6.87l79.9-115 79.9 115A16 16 0 0 0 269 448h67a16 16 0 0 0 16-16v-48a16 16 0 0 0-16-16h-33.48l-77.81-112 77.81-112H336a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16z\"]\n};\nvar faSurprise = {\n prefix: 'fas',\n iconName: 'surprise',\n icon: [496, 512, [], \"f5c2\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 208c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm112 208c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm80-176c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faSwatchbook = {\n prefix: 'fas',\n iconName: 'swatchbook',\n icon: [512, 512, [], \"f5c3\", \"M434.66,167.71h0L344.5,77.36a31.83,31.83,0,0,0-45-.07h0l-.07.07L224,152.88V424L434.66,212.9A32,32,0,0,0,434.66,167.71ZM480,320H373.09L186.68,506.51c-2.06,2.07-4.5,3.58-6.68,5.49H480a32,32,0,0,0,32-32V352A32,32,0,0,0,480,320ZM192,32A32,32,0,0,0,160,0H32A32,32,0,0,0,0,32V416a96,96,0,0,0,192,0ZM96,440a24,24,0,1,1,24-24A24,24,0,0,1,96,440Zm32-184H64V192h64Zm0-128H64V64h64Z\"]\n};\nvar faSwimmer = {\n prefix: 'fas',\n iconName: 'swimmer',\n icon: [640, 512, [], \"f5c4\", \"M189.61 310.58c3.54 3.26 15.27 9.42 34.39 9.42s30.86-6.16 34.39-9.42c16.02-14.77 34.5-22.58 53.46-22.58h16.3c18.96 0 37.45 7.81 53.46 22.58 3.54 3.26 15.27 9.42 34.39 9.42s30.86-6.16 34.39-9.42c14.86-13.71 31.88-21.12 49.39-22.16l-112.84-80.6 18-12.86c3.64-2.58 8.28-3.52 12.62-2.61l100.35 21.53c25.91 5.53 51.44-10.97 57-36.88 5.55-25.92-10.95-51.44-36.88-57L437.68 98.47c-30.73-6.58-63.02.12-88.56 18.38l-80.02 57.17c-10.38 7.39-19.36 16.44-26.72 26.94L173.75 299c5.47 3.23 10.82 6.93 15.86 11.58zM624 352h-16c-26.04 0-45.8-8.42-56.09-17.9-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C461.8 343.58 442.04 352 416 352s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C269.8 343.58 250.04 352 224 352s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C77.8 343.58 58.04 352 32 352H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16c38.62 0 72.72-12.19 96-31.84 23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84h16c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-512-96c44.18 0 80-35.82 80-80s-35.82-80-80-80-80 35.82-80 80 35.82 80 80 80z\"]\n};\nvar faSwimmingPool = {\n prefix: 'fas',\n iconName: 'swimming-pool',\n icon: [640, 512, [], \"f5c5\", \"M624 416h-16c-26.04 0-45.8-8.42-56.09-17.9-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C461.8 407.58 442.04 416 416 416s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C269.8 407.58 250.04 416 224 416s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C77.8 407.58 58.04 416 32 416H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16c38.62 0 72.72-12.19 96-31.84 23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84h16c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-400-32v-96h192v96c19.12 0 30.86-6.16 34.39-9.42 9.17-8.46 19.2-14.34 29.61-18.07V128c0-17.64 14.36-32 32-32s32 14.36 32 32v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16c0-52.94-43.06-96-96-96s-96 43.06-96 96v96H224v-96c0-17.64 14.36-32 32-32s32 14.36 32 32v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16c0-52.94-43.06-96-96-96s-96 43.06-96 96v228.5c10.41 3.73 20.44 9.62 29.61 18.07 3.53 3.27 15.27 9.43 34.39 9.43z\"]\n};\nvar faSynagogue = {\n prefix: 'fas',\n iconName: 'synagogue',\n icon: [640, 512, [], \"f69b\", \"M70 196.51L6.67 268.29A26.643 26.643 0 0 0 0 285.93V512h128V239.58l-38-43.07c-5.31-6.01-14.69-6.01-20 0zm563.33 71.78L570 196.51c-5.31-6.02-14.69-6.02-20 0l-38 43.07V512h128V285.93c0-6.5-2.37-12.77-6.67-17.64zM339.99 7.01c-11.69-9.35-28.29-9.35-39.98 0l-128 102.4A32.005 32.005 0 0 0 160 134.4V512h96v-92.57c0-31.88 21.78-61.43 53.25-66.55C349.34 346.35 384 377.13 384 416v96h96V134.4c0-9.72-4.42-18.92-12.01-24.99l-128-102.4zm52.07 215.55c1.98 3.15-.29 7.24-4 7.24h-38.94L324 269.79c-1.85 2.95-6.15 2.95-8 0l-25.12-39.98h-38.94c-3.72 0-5.98-4.09-4-7.24l19.2-30.56-19.2-30.56c-1.98-3.15.29-7.24 4-7.24h38.94l25.12-40c1.85-2.95 6.15-2.95 8 0l25.12 39.98h38.95c3.71 0 5.98 4.09 4 7.24L372.87 192l19.19 30.56z\"]\n};\nvar faSync = {\n prefix: 'fas',\n iconName: 'sync',\n icon: [512, 512, [], \"f021\", \"M440.65 12.57l4 82.77A247.16 247.16 0 0 0 255.83 8C134.73 8 33.91 94.92 12.29 209.82A12 12 0 0 0 24.09 224h49.05a12 12 0 0 0 11.67-9.26 175.91 175.91 0 0 1 317-56.94l-101.46-4.86a12 12 0 0 0-12.57 12v47.41a12 12 0 0 0 12 12H500a12 12 0 0 0 12-12V12a12 12 0 0 0-12-12h-47.37a12 12 0 0 0-11.98 12.57zM255.83 432a175.61 175.61 0 0 1-146-77.8l101.8 4.87a12 12 0 0 0 12.57-12v-47.4a12 12 0 0 0-12-12H12a12 12 0 0 0-12 12V500a12 12 0 0 0 12 12h47.35a12 12 0 0 0 12-12.6l-4.15-82.57A247.17 247.17 0 0 0 255.83 504c121.11 0 221.93-86.92 243.55-201.82a12 12 0 0 0-11.8-14.18h-49.05a12 12 0 0 0-11.67 9.26A175.86 175.86 0 0 1 255.83 432z\"]\n};\nvar faSyncAlt = {\n prefix: 'fas',\n iconName: 'sync-alt',\n icon: [512, 512, [], \"f2f1\", \"M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z\"]\n};\nvar faSyringe = {\n prefix: 'fas',\n iconName: 'syringe',\n icon: [512, 512, [], \"f48e\", \"M201.5 174.8l55.7 55.8c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-55.7-55.8-45.3 45.3 55.8 55.8c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0L111 265.2l-26.4 26.4c-17.3 17.3-25.6 41.1-23 65.4l7.1 63.6L2.3 487c-3.1 3.1-3.1 8.2 0 11.3l11.3 11.3c3.1 3.1 8.2 3.1 11.3 0l66.3-66.3 63.6 7.1c23.9 2.6 47.9-5.4 65.4-23l181.9-181.9-135.7-135.7-64.9 65zm308.2-93.3L430.5 2.3c-3.1-3.1-8.2-3.1-11.3 0l-11.3 11.3c-3.1 3.1-3.1 8.2 0 11.3l28.3 28.3-45.3 45.3-56.6-56.6-17-17c-3.1-3.1-8.2-3.1-11.3 0l-33.9 33.9c-3.1 3.1-3.1 8.2 0 11.3l17 17L424.8 223l17 17c3.1 3.1 8.2 3.1 11.3 0l33.9-34c3.1-3.1 3.1-8.2 0-11.3l-73.5-73.5 45.3-45.3 28.3 28.3c3.1 3.1 8.2 3.1 11.3 0l11.3-11.3c3.1-3.2 3.1-8.2 0-11.4z\"]\n};\nvar faTable = {\n prefix: 'fas',\n iconName: 'table',\n icon: [512, 512, [], \"f0ce\", \"M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM224 416H64v-96h160v96zm0-160H64v-96h160v96zm224 160H288v-96h160v96zm0-160H288v-96h160v96z\"]\n};\nvar faTableTennis = {\n prefix: 'fas',\n iconName: 'table-tennis',\n icon: [512, 512, [], \"f45d\", \"M496.2 296.5C527.7 218.7 512 126.2 449 63.1 365.1-21 229-21 145.1 63.1l-56 56.1 211.5 211.5c46.1-62.1 131.5-77.4 195.6-34.2zm-217.9 79.7L57.9 155.9c-27.3 45.3-21.7 105 17.3 144.1l34.5 34.6L6.7 424c-8.6 7.5-9.1 20.7-1 28.8l53.4 53.5c8 8.1 21.2 7.6 28.7-1L177.1 402l35.7 35.7c19.7 19.7 44.6 30.5 70.3 33.3-7.1-17-11-35.6-11-55.1-.1-13.8 2.5-27 6.2-39.7zM416 320c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96z\"]\n};\nvar faTablet = {\n prefix: 'fas',\n iconName: 'tablet',\n icon: [448, 512, [], \"f10a\", \"M400 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM224 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faTabletAlt = {\n prefix: 'fas',\n iconName: 'tablet-alt',\n icon: [448, 512, [], \"f3fa\", \"M400 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM224 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm176-108c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h328c6.6 0 12 5.4 12 12v312z\"]\n};\nvar faTablets = {\n prefix: 'fas',\n iconName: 'tablets',\n icon: [640, 512, [], \"f490\", \"M160 192C78.9 192 12.5 250.5.1 326.7c-.8 4.8 3.3 9.3 8.3 9.3h303.3c5 0 9.1-4.5 8.3-9.3C307.5 250.5 241.1 192 160 192zm151.6 176H8.4c-5 0-9.1 4.5-8.3 9.3C12.5 453.5 78.9 512 160 512s147.5-58.5 159.9-134.7c.8-4.8-3.3-9.3-8.3-9.3zM593.4 46.6c-56.5-56.5-144.2-61.4-206.9-16-4 2.9-4.3 8.9-.8 12.3L597 254.3c3.5 3.5 9.5 3.2 12.3-.8 45.5-62.7 40.6-150.4-15.9-206.9zM363 65.7c-3.5-3.5-9.5-3.2-12.3.8-45.4 62.7-40.5 150.4 15.9 206.9 56.5 56.5 144.2 61.4 206.9 15.9 4-2.9 4.3-8.9.8-12.3L363 65.7z\"]\n};\nvar faTachometerAlt = {\n prefix: 'fas',\n iconName: 'tachometer-alt',\n icon: [576, 512, [], \"f3fd\", \"M288 32C128.94 32 0 160.94 0 320c0 52.8 14.25 102.26 39.06 144.8 5.61 9.62 16.3 15.2 27.44 15.2h443c11.14 0 21.83-5.58 27.44-15.2C561.75 422.26 576 372.8 576 320c0-159.06-128.94-288-288-288zm0 64c14.71 0 26.58 10.13 30.32 23.65-1.11 2.26-2.64 4.23-3.45 6.67l-9.22 27.67c-5.13 3.49-10.97 6.01-17.64 6.01-17.67 0-32-14.33-32-32S270.33 96 288 96zM96 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm48-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm246.77-72.41l-61.33 184C343.13 347.33 352 364.54 352 384c0 11.72-3.38 22.55-8.88 32H232.88c-5.5-9.45-8.88-20.28-8.88-32 0-33.94 26.5-61.43 59.9-63.59l61.34-184.01c4.17-12.56 17.73-19.45 30.36-15.17 12.57 4.19 19.35 17.79 15.17 30.36zm14.66 57.2l15.52-46.55c3.47-1.29 7.13-2.23 11.05-2.23 17.67 0 32 14.33 32 32s-14.33 32-32 32c-11.38-.01-20.89-6.28-26.57-15.22zM480 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faTag = {\n prefix: 'fas',\n iconName: 'tag',\n icon: [512, 512, [], \"f02b\", \"M0 252.118V48C0 21.49 21.49 0 48 0h204.118a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882L293.823 497.941c-18.745 18.745-49.137 18.745-67.882 0L14.059 286.059A48 48 0 0 1 0 252.118zM112 64c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z\"]\n};\nvar faTags = {\n prefix: 'fas',\n iconName: 'tags',\n icon: [640, 512, [], \"f02c\", \"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"]\n};\nvar faTape = {\n prefix: 'fas',\n iconName: 'tape',\n icon: [640, 512, [], \"f4db\", \"M224 192c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64zm400 224H380.6c41.5-40.7 67.4-97.3 67.4-160 0-123.7-100.3-224-224-224S0 132.3 0 256s100.3 224 224 224h400c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-400-64c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96z\"]\n};\nvar faTasks = {\n prefix: 'fas',\n iconName: 'tasks',\n icon: [512, 512, [], \"f0ae\", \"M139.61 35.5a12 12 0 0 0-17 0L58.93 98.81l-22.7-22.12a12 12 0 0 0-17 0L3.53 92.41a12 12 0 0 0 0 17l47.59 47.4a12.78 12.78 0 0 0 17.61 0l15.59-15.62L156.52 69a12.09 12.09 0 0 0 .09-17zm0 159.19a12 12 0 0 0-17 0l-63.68 63.72-22.7-22.1a12 12 0 0 0-17 0L3.53 252a12 12 0 0 0 0 17L51 316.5a12.77 12.77 0 0 0 17.6 0l15.7-15.69 72.2-72.22a12 12 0 0 0 .09-16.9zM64 368c-26.49 0-48.59 21.5-48.59 48S37.53 464 64 464a48 48 0 0 0 0-96zm432 16H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faTaxi = {\n prefix: 'fas',\n iconName: 'taxi',\n icon: [512, 512, [], \"f1ba\", \"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faTeeth = {\n prefix: 'fas',\n iconName: 'teeth',\n icon: [640, 512, [], \"f62e\", \"M544 0H96C42.98 0 0 42.98 0 96v320c0 53.02 42.98 96 96 96h448c53.02 0 96-42.98 96-96V96c0-53.02-42.98-96-96-96zM160 368c0 26.51-21.49 48-48 48s-48-21.49-48-48v-64c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v64zm0-128c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-64c0-26.51 21.49-48 48-48s48 21.49 48 48v64zm144 120c0 30.93-25.07 56-56 56s-56-25.07-56-56v-56c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v56zm0-120c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-88c0-30.93 25.07-56 56-56s56 25.07 56 56v88zm144 120c0 30.93-25.07 56-56 56s-56-25.07-56-56v-56c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v56zm0-120c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-88c0-30.93 25.07-56 56-56s56 25.07 56 56v88zm128 128c0 26.51-21.49 48-48 48s-48-21.49-48-48v-64c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v64zm0-128c0 8.84-7.16 16-16 16h-64c-8.84 0-16-7.16-16-16v-64c0-26.51 21.49-48 48-48s48 21.49 48 48v64z\"]\n};\nvar faTeethOpen = {\n prefix: 'fas',\n iconName: 'teeth-open',\n icon: [640, 512, [], \"f62f\", \"M544 0H96C42.98 0 0 42.98 0 96v64c0 35.35 28.66 64 64 64h512c35.34 0 64-28.65 64-64V96c0-53.02-42.98-96-96-96zM160 176c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-32c0-26.51 21.49-48 48-48s48 21.49 48 48v32zm144 0c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-56c0-30.93 25.07-56 56-56s56 25.07 56 56v56zm144 0c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-56c0-30.93 25.07-56 56-56s56 25.07 56 56v56zm128 0c0 8.84-7.16 16-16 16h-64c-8.84 0-16-7.16-16-16v-32c0-26.51 21.49-48 48-48s48 21.49 48 48v32zm0 144H64c-35.34 0-64 28.65-64 64v32c0 53.02 42.98 96 96 96h448c53.02 0 96-42.98 96-96v-32c0-35.35-28.66-64-64-64zm-416 80c0 26.51-21.49 48-48 48s-48-21.49-48-48v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32zm144-8c0 30.93-25.07 56-56 56s-56-25.07-56-56v-24c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v24zm144 0c0 30.93-25.07 56-56 56s-56-25.07-56-56v-24c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v24zm128 8c0 26.51-21.49 48-48 48s-48-21.49-48-48v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32z\"]\n};\nvar faTemperatureHigh = {\n prefix: 'fas',\n iconName: 'temperature-high',\n icon: [512, 512, [], \"f769\", \"M416 0c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm0 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm-160-16C256 50.1 205.9 0 144 0S32 50.1 32 112v166.5C12.3 303.2 0 334 0 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-34-12.3-64.9-32-89.5V112zM144 448c-44.1 0-80-35.9-80-80 0-25.5 12.2-48.9 32-63.8V112c0-26.5 21.5-48 48-48s48 21.5 48 48v192.2c19.8 14.8 32 38.3 32 63.8 0 44.1-35.9 80-80 80zm16-125.1V112c0-8.8-7.2-16-16-16s-16 7.2-16 16v210.9c-18.6 6.6-32 24.2-32 45.1 0 26.5 21.5 48 48 48s48-21.5 48-48c0-20.9-13.4-38.5-32-45.1z\"]\n};\nvar faTemperatureLow = {\n prefix: 'fas',\n iconName: 'temperature-low',\n icon: [512, 512, [], \"f76b\", \"M416 0c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm0 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm-160-16C256 50.1 205.9 0 144 0S32 50.1 32 112v166.5C12.3 303.2 0 334 0 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-34-12.3-64.9-32-89.5V112zM144 448c-44.1 0-80-35.9-80-80 0-25.5 12.2-48.9 32-63.8V112c0-26.5 21.5-48 48-48s48 21.5 48 48v192.2c19.8 14.8 32 38.3 32 63.8 0 44.1-35.9 80-80 80zm16-125.1V304c0-8.8-7.2-16-16-16s-16 7.2-16 16v18.9c-18.6 6.6-32 24.2-32 45.1 0 26.5 21.5 48 48 48s48-21.5 48-48c0-20.9-13.4-38.5-32-45.1z\"]\n};\nvar faTenge = {\n prefix: 'fas',\n iconName: 'tenge',\n icon: [384, 512, [], \"f7d7\", \"M372 160H12c-6.6 0-12 5.4-12 12v56c0 6.6 5.4 12 12 12h140v228c0 6.6 5.4 12 12 12h56c6.6 0 12-5.4 12-12V240h140c6.6 0 12-5.4 12-12v-56c0-6.6-5.4-12-12-12zm0-128H12C5.4 32 0 37.4 0 44v56c0 6.6 5.4 12 12 12h360c6.6 0 12-5.4 12-12V44c0-6.6-5.4-12-12-12z\"]\n};\nvar faTerminal = {\n prefix: 'fas',\n iconName: 'terminal',\n icon: [640, 512, [], \"f120\", \"M257.981 272.971L63.638 467.314c-9.373 9.373-24.569 9.373-33.941 0L7.029 444.647c-9.357-9.357-9.375-24.522-.04-33.901L161.011 256 6.99 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L257.981 239.03c9.373 9.372 9.373 24.568 0 33.941zM640 456v-32c0-13.255-10.745-24-24-24H312c-13.255 0-24 10.745-24 24v32c0 13.255 10.745 24 24 24h304c13.255 0 24-10.745 24-24z\"]\n};\nvar faTextHeight = {\n prefix: 'fas',\n iconName: 'text-height',\n icon: [576, 512, [], \"f034\", \"M304 32H16A16 16 0 0 0 0 48v96a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32h56v304H80a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-40V112h56v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm256 336h-48V144h48c14.31 0 21.33-17.31 11.31-27.31l-80-80a16 16 0 0 0-22.62 0l-80 80C379.36 126 384.36 144 400 144h48v224h-48c-14.31 0-21.32 17.31-11.31 27.31l80 80a16 16 0 0 0 22.62 0l80-80C580.64 386 575.64 368 560 368z\"]\n};\nvar faTextWidth = {\n prefix: 'fas',\n iconName: 'text-width',\n icon: [448, 512, [], \"f035\", \"M432 32H16A16 16 0 0 0 0 48v80a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-16h120v112h-24a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-24V112h120v16a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm-68.69 260.69C354 283.36 336 288.36 336 304v48H112v-48c0-14.31-17.31-21.32-27.31-11.31l-80 80a16 16 0 0 0 0 22.62l80 80C94 484.64 112 479.64 112 464v-48h224v48c0 14.31 17.31 21.33 27.31 11.31l80-80a16 16 0 0 0 0-22.62z\"]\n};\nvar faTh = {\n prefix: 'fas',\n iconName: 'th',\n icon: [512, 512, [], \"f00a\", \"M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z\"]\n};\nvar faThLarge = {\n prefix: 'fas',\n iconName: 'th-large',\n icon: [512, 512, [], \"f009\", \"M296 32h192c13.255 0 24 10.745 24 24v160c0 13.255-10.745 24-24 24H296c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24zm-80 0H24C10.745 32 0 42.745 0 56v160c0 13.255 10.745 24 24 24h192c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24zM0 296v160c0 13.255 10.745 24 24 24h192c13.255 0 24-10.745 24-24V296c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm296 184h192c13.255 0 24-10.745 24-24V296c0-13.255-10.745-24-24-24H296c-13.255 0-24 10.745-24 24v160c0 13.255 10.745 24 24 24z\"]\n};\nvar faThList = {\n prefix: 'fas',\n iconName: 'th-list',\n icon: [512, 512, [], \"f00b\", \"M149.333 216v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-80c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zM125.333 32H24C10.745 32 0 42.745 0 56v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24zm80 448H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm-24-424v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24zm24 264H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24z\"]\n};\nvar faTheaterMasks = {\n prefix: 'fas',\n iconName: 'theater-masks',\n icon: [640, 512, [], \"f630\", \"M206.86 245.15c-35.88 10.45-59.95 41.2-57.53 74.1 11.4-12.72 28.81-23.7 49.9-30.92l7.63-43.18zM95.81 295L64.08 115.49c-.29-1.62.28-2.62.24-2.65 57.76-32.06 123.12-49.01 189.01-49.01 1.61 0 3.23.17 4.85.19 13.95-13.47 31.73-22.83 51.59-26 18.89-3.02 38.05-4.55 57.18-5.32-9.99-13.95-24.48-24.23-41.77-27C301.27 1.89 277.24 0 253.32 0 176.66 0 101.02 19.42 33.2 57.06 9.03 70.48-3.92 98.48 1.05 126.58l31.73 179.51c14.23 80.52 136.33 142.08 204.45 142.08 3.59 0 6.75-.46 10.01-.8-13.52-17.08-28.94-40.48-39.5-67.58-47.61-12.98-106.06-51.62-111.93-84.79zm97.55-137.46c-.73-4.12-2.23-7.87-4.07-11.4-8.25 8.91-20.67 15.75-35.32 18.32-14.65 2.58-28.67.4-39.48-5.17-.52 3.94-.64 7.98.09 12.1 3.84 21.7 24.58 36.19 46.34 32.37 21.75-3.82 36.28-24.52 32.44-46.22zM606.8 120.9c-88.98-49.38-191.43-67.41-291.98-51.35-27.31 4.36-49.08 26.26-54.04 54.36l-31.73 179.51c-15.39 87.05 95.28 196.27 158.31 207.35 63.03 11.09 204.47-53.79 219.86-140.84l31.73-179.51c4.97-28.11-7.98-56.11-32.15-69.52zm-273.24 96.8c3.84-21.7 24.58-36.19 46.34-32.36 21.76 3.83 36.28 24.52 32.45 46.22-.73 4.12-2.23 7.87-4.07 11.4-8.25-8.91-20.67-15.75-35.32-18.32-14.65-2.58-28.67-.4-39.48 5.17-.53-3.95-.65-7.99.08-12.11zm70.47 198.76c-55.68-9.79-93.52-59.27-89.04-112.9 20.6 25.54 56.21 46.17 99.49 53.78 43.28 7.61 83.82.37 111.93-16.6-14.18 51.94-66.71 85.51-122.38 75.72zm130.3-151.34c-8.25-8.91-20.68-15.75-35.33-18.32-14.65-2.58-28.67-.4-39.48 5.17-.52-3.94-.64-7.98.09-12.1 3.84-21.7 24.58-36.19 46.34-32.37 21.75 3.83 36.28 24.52 32.45 46.22-.73 4.13-2.23 7.88-4.07 11.4z\"]\n};\nvar faThermometer = {\n prefix: 'fas',\n iconName: 'thermometer',\n icon: [512, 512, [], \"f491\", \"M476.8 20.4c-37.5-30.7-95.5-26.3-131.9 10.2l-45.7 46 50.5 50.5c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-50.4-50.5-45.1 45.4 50.3 50.4c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0L209 167.4l-45.1 45.4L214 263c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-50.1-50.2L96 281.1V382L7 471c-9.4 9.4-9.4 24.6 0 33.9 9.4 9.4 24.6 9.4 33.9 0l89-89h99.9L484 162.6c34.9-34.9 42.2-101.5-7.2-142.2z\"]\n};\nvar faThermometerEmpty = {\n prefix: 'fas',\n iconName: 'thermometer-empty',\n icon: [256, 512, [], \"f2cb\", \"M192 384c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"]\n};\nvar faThermometerFull = {\n prefix: 'fas',\n iconName: 'thermometer-full',\n icon: [256, 512, [], \"f2c7\", \"M224 96c0-53.019-42.981-96-96-96S32 42.981 32 96v203.347C12.225 321.756.166 351.136.002 383.333c-.359 70.303 56.787 128.176 127.089 128.664.299.002.61.003.909.003 70.698 0 128-57.304 128-128 0-32.459-12.088-62.09-32-84.653V96zm-96 368l-.576-.002c-43.86-.304-79.647-36.544-79.423-80.42.173-33.98 19.266-51.652 31.999-66.08V96c0-26.467 21.533-48 48-48s48 21.533 48 48v221.498c12.63 14.312 32 32.164 32 66.502 0 44.112-35.888 80-80 80zm64-80c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-23.685 12.876-44.349 32-55.417V96c0-17.673 14.327-32 32-32s32 14.327 32 32v232.583c19.124 11.068 32 31.732 32 55.417z\"]\n};\nvar faThermometerHalf = {\n prefix: 'fas',\n iconName: 'thermometer-half',\n icon: [256, 512, [], \"f2c9\", \"M192 384c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-23.685 12.876-44.349 32-55.417V224c0-17.673 14.327-32 32-32s32 14.327 32 32v104.583c19.124 11.068 32 31.732 32 55.417zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"]\n};\nvar faThermometerQuarter = {\n prefix: 'fas',\n iconName: 'thermometer-quarter',\n icon: [256, 512, [], \"f2ca\", \"M192 384c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-23.685 12.876-44.349 32-55.417V288c0-17.673 14.327-32 32-32s32 14.327 32 32v40.583c19.124 11.068 32 31.732 32 55.417zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"]\n};\nvar faThermometerThreeQuarters = {\n prefix: 'fas',\n iconName: 'thermometer-three-quarters',\n icon: [256, 512, [], \"f2c8\", \"M192 384c0 35.346-28.654 64-64 64-35.346 0-64-28.654-64-64 0-23.685 12.876-44.349 32-55.417V160c0-17.673 14.327-32 32-32s32 14.327 32 32v168.583c19.124 11.068 32 31.732 32 55.417zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"]\n};\nvar faThumbsDown = {\n prefix: 'fas',\n iconName: 'thumbs-down',\n icon: [512, 512, [], \"f165\", \"M0 56v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56zm40 200c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24-24-10.745-24-24zm272 256c-20.183 0-29.485-39.293-33.931-57.795-5.206-21.666-10.589-44.07-25.393-58.902-32.469-32.524-49.503-73.967-89.117-113.111a11.98 11.98 0 0 1-3.558-8.521V59.901c0-6.541 5.243-11.878 11.783-11.998 15.831-.29 36.694-9.079 52.651-16.178C256.189 17.598 295.709.017 343.995 0h2.844c42.777 0 93.363.413 113.774 29.737 8.392 12.057 10.446 27.034 6.148 44.632 16.312 17.053 25.063 48.863 16.382 74.757 17.544 23.432 19.143 56.132 9.308 79.469l.11.11c11.893 11.949 19.523 31.259 19.439 49.197-.156 30.352-26.157 58.098-59.553 58.098H350.723C358.03 364.34 384 388.132 384 430.548 384 504 336 512 312 512z\"]\n};\nvar faThumbsUp = {\n prefix: 'fas',\n iconName: 'thumbs-up',\n icon: [512, 512, [], \"f164\", \"M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z\"]\n};\nvar faThumbtack = {\n prefix: 'fas',\n iconName: 'thumbtack',\n icon: [384, 512, [], \"f08d\", \"M298.028 214.267L285.793 96H328c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H56C42.745 0 32 10.745 32 24v48c0 13.255 10.745 24 24 24h42.207L85.972 214.267C37.465 236.82 0 277.261 0 328c0 13.255 10.745 24 24 24h136v104.007c0 1.242.289 2.467.845 3.578l24 48c2.941 5.882 11.364 5.893 14.311 0l24-48a8.008 8.008 0 0 0 .845-3.578V352h136c13.255 0 24-10.745 24-24-.001-51.183-37.983-91.42-85.973-113.733z\"]\n};\nvar faTicketAlt = {\n prefix: 'fas',\n iconName: 'ticket-alt',\n icon: [576, 512, [], \"f3ff\", \"M128 160h320v192H128V160zm400 96c0 26.51 21.49 48 48 48v96c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48v-96c26.51 0 48-21.49 48-48s-21.49-48-48-48v-96c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48v96c-26.51 0-48 21.49-48 48zm-48-104c0-13.255-10.745-24-24-24H120c-13.255 0-24 10.745-24 24v208c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V152z\"]\n};\nvar faTimes = {\n prefix: 'fas',\n iconName: 'times',\n icon: [352, 512, [], \"f00d\", \"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"]\n};\nvar faTimesCircle = {\n prefix: 'fas',\n iconName: 'times-circle',\n icon: [512, 512, [], \"f057\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z\"]\n};\nvar faTint = {\n prefix: 'fas',\n iconName: 'tint',\n icon: [352, 512, [], \"f043\", \"M205.22 22.09c-7.94-28.78-49.44-30.12-58.44 0C100.01 179.85 0 222.72 0 333.91 0 432.35 78.72 512 176 512s176-79.65 176-178.09c0-111.75-99.79-153.34-146.78-311.82zM176 448c-61.75 0-112-50.25-112-112 0-8.84 7.16-16 16-16s16 7.16 16 16c0 44.11 35.89 80 80 80 8.84 0 16 7.16 16 16s-7.16 16-16 16z\"]\n};\nvar faTintSlash = {\n prefix: 'fas',\n iconName: 'tint-slash',\n icon: [640, 512, [], \"f5c7\", \"M633.82 458.1L494.97 350.78c.52-5.57 1.03-11.16 1.03-16.87 0-111.76-99.79-153.34-146.78-311.82-7.94-28.78-49.44-30.12-58.44 0-15.52 52.34-36.87 91.96-58.49 125.68L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.41-6.97 4.16-17.02-2.82-22.45zM144 333.91C144 432.35 222.72 512 320 512c44.71 0 85.37-16.96 116.4-44.7L162.72 255.78c-11.41 23.5-18.72 48.35-18.72 78.13z\"]\n};\nvar faTired = {\n prefix: 'fas',\n iconName: 'tired',\n icon: [496, 512, [], \"f5c8\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm33.8 189.7l80-48c11.6-6.9 24 7.7 15.4 18L343.6 208l33.6 40.3c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.7-4.7-7.7-15.9 0-20.6zm-163-30c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.8 4.7 7.8 15.9 0 20.6l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3zM248 288c51.9 0 115.3 43.8 123.2 106.7 1.7 13.6-8 24.6-17.7 20.4-25.9-11.1-64.4-17.4-105.5-17.4s-79.6 6.3-105.5 17.4c-9.8 4.2-19.4-7-17.7-20.4C132.7 331.8 196.1 288 248 288z\"]\n};\nvar faToggleOff = {\n prefix: 'fas',\n iconName: 'toggle-off',\n icon: [576, 512, [], \"f204\", \"M384 64H192C85.961 64 0 149.961 0 256s85.961 192 192 192h192c106.039 0 192-85.961 192-192S490.039 64 384 64zM64 256c0-70.741 57.249-128 128-128 70.741 0 128 57.249 128 128 0 70.741-57.249 128-128 128-70.741 0-128-57.249-128-128zm320 128h-48.905c65.217-72.858 65.236-183.12 0-256H384c70.741 0 128 57.249 128 128 0 70.74-57.249 128-128 128z\"]\n};\nvar faToggleOn = {\n prefix: 'fas',\n iconName: 'toggle-on',\n icon: [576, 512, [], \"f205\", \"M384 64H192C86 64 0 150 0 256s86 192 192 192h192c106 0 192-86 192-192S490 64 384 64zm0 320c-70.8 0-128-57.3-128-128 0-70.8 57.3-128 128-128 70.8 0 128 57.3 128 128 0 70.8-57.3 128-128 128z\"]\n};\nvar faToilet = {\n prefix: 'fas',\n iconName: 'toilet',\n icon: [384, 512, [], \"f7d8\", \"M368 48c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16H16C7.2 0 0 7.2 0 16v16c0 8.8 7.2 16 16 16h16v156.7C11.8 214.8 0 226.9 0 240c0 67.2 34.6 126.2 86.8 160.5l-21.4 70.2C59.1 491.2 74.5 512 96 512h192c21.5 0 36.9-20.8 30.6-41.3l-21.4-70.2C349.4 366.2 384 307.2 384 240c0-13.1-11.8-25.2-32-35.3V48h16zM80 72c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H88c-4.4 0-8-3.6-8-8V72zm112 200c-77.1 0-139.6-14.3-139.6-32s62.5-32 139.6-32 139.6 14.3 139.6 32-62.5 32-139.6 32z\"]\n};\nvar faToiletPaper = {\n prefix: 'fas',\n iconName: 'toilet-paper',\n icon: [576, 512, [], \"f71e\", \"M128 0C74.98 0 32 85.96 32 192v172.07c0 41.12-9.8 62.77-31.17 126.87C-2.62 501.3 5.09 512 16.01 512h280.92c13.77 0 26-8.81 30.36-21.88 12.83-38.48 24.71-72.4 24.71-126.05V192c0-83.6 23.67-153.52 60.44-192H128zM96 224c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm64 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm64 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm64 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zM480 0c-53.02 0-96 85.96-96 192s42.98 192 96 192 96-85.96 96-192S533.02 0 480 0zm0 256c-17.67 0-32-28.65-32-64s14.33-64 32-64 32 28.65 32 64-14.33 64-32 64z\"]\n};\nvar faToolbox = {\n prefix: 'fas',\n iconName: 'toolbox',\n icon: [512, 512, [], \"f552\", \"M502.63 214.63l-45.25-45.25c-6-6-14.14-9.37-22.63-9.37H384V80c0-26.51-21.49-48-48-48H176c-26.51 0-48 21.49-48 48v80H77.25c-8.49 0-16.62 3.37-22.63 9.37L9.37 214.63c-6 6-9.37 14.14-9.37 22.63V320h128v-16c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v16h128v-16c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v16h128v-82.75c0-8.48-3.37-16.62-9.37-22.62zM320 160H192V96h128v64zm64 208c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-16H192v16c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-16H0v96c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-96H384v16z\"]\n};\nvar faTools = {\n prefix: 'fas',\n iconName: 'tools',\n icon: [512, 512, [], \"f7d9\", \"M501.1 395.7L384 278.6c-23.1-23.1-57.6-27.6-85.4-13.9L192 158.1V96L64 0 0 64l96 128h62.1l106.6 106.6c-13.6 27.8-9.2 62.3 13.9 85.4l117.1 117.1c14.6 14.6 38.2 14.6 52.7 0l52.7-52.7c14.5-14.6 14.5-38.2 0-52.7zM331.7 225c28.3 0 54.9 11 74.9 31l19.4 19.4c15.8-6.9 30.8-16.5 43.8-29.5 37.1-37.1 49.7-89.3 37.9-136.7-2.2-9-13.5-12.1-20.1-5.5l-74.4 74.4-67.9-11.3L334 98.9l74.4-74.4c6.6-6.6 3.4-17.9-5.7-20.2-47.4-11.7-99.6.9-136.6 37.9-28.5 28.5-41.9 66.1-41.2 103.6l82.1 82.1c8.1-1.9 16.5-2.9 24.7-2.9zm-103.9 82l-56.7-56.7L18.7 402.8c-25 25-25 65.5 0 90.5s65.5 25 90.5 0l123.6-123.6c-7.6-19.9-9.9-41.6-5-62.7zM64 472c-13.2 0-24-10.8-24-24 0-13.3 10.7-24 24-24s24 10.7 24 24c0 13.2-10.7 24-24 24z\"]\n};\nvar faTooth = {\n prefix: 'fas',\n iconName: 'tooth',\n icon: [448, 512, [], \"f5c9\", \"M443.98 96.25c-11.01-45.22-47.11-82.06-92.01-93.72-32.19-8.36-63 5.1-89.14 24.33-3.25 2.39-6.96 3.73-10.5 5.48l28.32 18.21c7.42 4.77 9.58 14.67 4.8 22.11-4.46 6.95-14.27 9.86-22.11 4.8L162.83 12.84c-20.7-10.85-43.38-16.4-66.81-10.31-44.9 11.67-81 48.5-92.01 93.72-10.13 41.62-.42 80.81 21.5 110.43 23.36 31.57 32.68 68.66 36.29 107.35 4.4 47.16 10.33 94.16 20.94 140.32l7.8 33.95c3.19 13.87 15.49 23.7 29.67 23.7 13.97 0 26.15-9.55 29.54-23.16l34.47-138.42c4.56-18.32 20.96-31.16 39.76-31.16s35.2 12.85 39.76 31.16l34.47 138.42c3.39 13.61 15.57 23.16 29.54 23.16 14.18 0 26.48-9.83 29.67-23.7l7.8-33.95c10.61-46.15 16.53-93.16 20.94-140.32 3.61-38.7 12.93-75.78 36.29-107.35 21.95-29.61 31.66-68.8 21.53-110.43z\"]\n};\nvar faTorah = {\n prefix: 'fas',\n iconName: 'torah',\n icon: [640, 512, [], \"f6a0\", \"M320.05 366.48l17.72-29.64h-35.46zm99.21-166H382.4l18.46 30.82zM48 0C21.49 0 0 14.33 0 32v448c0 17.67 21.49 32 48 32s48-14.33 48-32V32C96 14.33 74.51 0 48 0zm172.74 311.5h36.85l-18.46-30.82zm161.71 0h36.86l-18.45-30.8zM128 464h384V48H128zm66.77-278.13a21.22 21.22 0 0 1 18.48-10.71h59.45l29.13-48.71a21.13 21.13 0 0 1 18.22-10.37A20.76 20.76 0 0 1 338 126.29l29.25 48.86h59.52a21.12 21.12 0 0 1 18.1 32L415.63 256 445 305a20.69 20.69 0 0 1 .24 21.12 21.25 21.25 0 0 1-18.48 10.72h-59.47l-29.13 48.7a21.13 21.13 0 0 1-18.16 10.4 20.79 20.79 0 0 1-18-10.22l-29.25-48.88h-59.5a21.11 21.11 0 0 1-18.1-32L224.36 256 195 207a20.7 20.7 0 0 1-.23-21.13zM592 0c-26.51 0-48 14.33-48 32v448c0 17.67 21.49 32 48 32s48-14.33 48-32V32c0-17.67-21.49-32-48-32zM320 145.53l-17.78 29.62h35.46zm-62.45 55h-36.81l18.44 30.8zm29.58 111h65.79L386.09 256l-33.23-55.52h-65.79L253.9 256z\"]\n};\nvar faToriiGate = {\n prefix: 'fas',\n iconName: 'torii-gate',\n icon: [512, 512, [], \"f6a1\", \"M376.45 32h-240.9A303.17 303.17 0 0 1 0 0v96c0 17.67 14.33 32 32 32h32v64H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h48v240c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V256h256v240c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V256h48c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-48v-64h32c17.67 0 32-14.33 32-32V0a303.17 303.17 0 0 1-135.55 32zM128 128h96v64h-96v-64zm256 64h-96v-64h96v64z\"]\n};\nvar faTractor = {\n prefix: 'fas',\n iconName: 'tractor',\n icon: [640, 512, [], \"f722\", \"M528 336c-48.6 0-88 39.4-88 88s39.4 88 88 88 88-39.4 88-88-39.4-88-88-88zm0 112c-13.23 0-24-10.77-24-24s10.77-24 24-24 24 10.77 24 24-10.77 24-24 24zm80-288h-64v-40.2c0-14.12 4.7-27.76 13.15-38.84 4.42-5.8 3.55-14.06-1.32-19.49L534.2 37.3c-6.66-7.45-18.32-6.92-24.7.78C490.58 60.9 480 89.81 480 119.8V160H377.67L321.58 29.14A47.914 47.914 0 0 0 277.45 0H144c-26.47 0-48 21.53-48 48v146.52c-8.63-6.73-20.96-6.46-28.89 1.47L36 227.1c-8.59 8.59-8.59 22.52 0 31.11l5.06 5.06c-4.99 9.26-8.96 18.82-11.91 28.72H22c-12.15 0-22 9.85-22 22v44c0 12.15 9.85 22 22 22h7.14c2.96 9.91 6.92 19.46 11.91 28.73l-5.06 5.06c-8.59 8.59-8.59 22.52 0 31.11L67.1 476c8.59 8.59 22.52 8.59 31.11 0l5.06-5.06c9.26 4.99 18.82 8.96 28.72 11.91V490c0 12.15 9.85 22 22 22h44c12.15 0 22-9.85 22-22v-7.14c9.9-2.95 19.46-6.92 28.72-11.91l5.06 5.06c8.59 8.59 22.52 8.59 31.11 0l31.11-31.11c8.59-8.59 8.59-22.52 0-31.11l-5.06-5.06c4.99-9.26 8.96-18.82 11.91-28.72H330c12.15 0 22-9.85 22-22v-6h80.54c21.91-28.99 56.32-48 95.46-48 18.64 0 36.07 4.61 51.8 12.2l50.82-50.82c6-6 9.37-14.14 9.37-22.63V192c.01-17.67-14.32-32-31.99-32zM176 416c-44.18 0-80-35.82-80-80s35.82-80 80-80 80 35.82 80 80-35.82 80-80 80zm22-256h-38V64h106.89l41.15 96H198z\"]\n};\nvar faTrademark = {\n prefix: 'fas',\n iconName: 'trademark',\n icon: [640, 512, [], \"f25c\", \"M260.6 96H12c-6.6 0-12 5.4-12 12v43.1c0 6.6 5.4 12 12 12h85.1V404c0 6.6 5.4 12 12 12h54.3c6.6 0 12-5.4 12-12V163.1h85.1c6.6 0 12-5.4 12-12V108c.1-6.6-5.3-12-11.9-12zM640 403l-24-296c-.5-6.2-5.7-11-12-11h-65.4c-5.1 0-9.7 3.3-11.3 8.1l-43.8 127.1c-7.2 20.6-16.1 52.8-16.1 52.8h-.9s-8.9-32.2-16.1-52.8l-43.8-127.1c-1.7-4.8-6.2-8.1-11.3-8.1h-65.4c-6.2 0-11.4 4.8-12 11l-24.4 296c-.6 7 4.9 13 12 13H360c6.3 0 11.5-4.9 12-11.2l9.1-132.9c1.8-24.2 0-53.7 0-53.7h.9s10.7 33.6 17.9 53.7l30.7 84.7c1.7 4.7 6.2 7.9 11.3 7.9h50.3c5.1 0 9.6-3.2 11.3-7.9l30.7-84.7c7.2-20.1 17.9-53.7 17.9-53.7h.9s-1.8 29.5 0 53.7l9.1 132.9c.4 6.3 5.7 11.2 12 11.2H628c7 0 12.5-6 12-13z\"]\n};\nvar faTrafficLight = {\n prefix: 'fas',\n iconName: 'traffic-light',\n icon: [384, 512, [], \"f637\", \"M384 192h-64v-37.88c37.2-13.22 64-48.38 64-90.12h-64V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v32H0c0 41.74 26.8 76.9 64 90.12V192H0c0 41.74 26.8 76.9 64 90.12V320H0c0 42.84 28.25 78.69 66.99 91.05C79.42 468.72 130.6 512 192 512s112.58-43.28 125.01-100.95C355.75 398.69 384 362.84 384 320h-64v-37.88c37.2-13.22 64-48.38 64-90.12zM192 416c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm0-128c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm0-128c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48z\"]\n};\nvar faTrain = {\n prefix: 'fas',\n iconName: 'train',\n icon: [448, 512, [], \"f238\", \"M448 96v256c0 51.815-61.624 96-130.022 96l62.98 49.721C386.905 502.417 383.562 512 376 512H72c-7.578 0-10.892-9.594-4.957-14.279L130.022 448C61.82 448 0 403.954 0 352V96C0 42.981 64 0 128 0h192c65 0 128 42.981 128 96zm-48 136V120c0-13.255-10.745-24-24-24H72c-13.255 0-24 10.745-24 24v112c0 13.255 10.745 24 24 24h304c13.255 0 24-10.745 24-24zm-176 64c-30.928 0-56 25.072-56 56s25.072 56 56 56 56-25.072 56-56-25.072-56-56-56z\"]\n};\nvar faTram = {\n prefix: 'fas',\n iconName: 'tram',\n icon: [512, 512, [], \"f7da\", \"M288 64c17.7 0 32-14.3 32-32S305.7 0 288 0s-32 14.3-32 32 14.3 32 32 32zm223.5-12.1c-2.3-8.6-11-13.6-19.6-11.3l-480 128c-8.5 2.3-13.6 11-11.3 19.6C2.5 195.3 8.9 200 16 200c1.4 0 2.8-.2 4.1-.5L240 140.8V224H64c-17.7 0-32 14.3-32 32v224c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32H272v-91.7l228.1-60.8c8.6-2.3 13.6-11.1 11.4-19.6zM176 384H80v-96h96v96zm160-96h96v96h-96v-96zm-32 0v96h-96v-96h96zM192 96c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32z\"]\n};\nvar faTransgender = {\n prefix: 'fas',\n iconName: 'transgender',\n icon: [384, 512, [], \"f224\", \"M372 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-80.7 80.7C198.5 104.1 172.2 96 144 96 64.5 96 0 160.5 0 240c0 68.5 47.9 125.9 112 140.4V408H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v28c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-28h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-27.6c64.1-14.6 112-71.9 112-140.4 0-28.2-8.1-54.5-22.1-76.7l80.7-80.7 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V12c0-6.6-5.4-12-12-12zM144 320c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faTransgenderAlt = {\n prefix: 'fas',\n iconName: 'transgender-alt',\n icon: [480, 512, [], \"f225\", \"M468 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-80.7 80.7C294.5 104.1 268.2 96 240 96c-28.2 0-54.5 8.1-76.7 22.1l-16.5-16.5 19.8-19.8c4.7-4.7 4.7-12.3 0-17l-28.3-28.3c-4.7-4.7-12.3-4.7-17 0l-19.8 19.8-19-19 16.9-16.9C107.1 12.9 101.7 0 91 0H12C5.4 0 0 5.4 0 12v79c0 10.7 12.9 16 20.5 8.5l16.9-16.9 19 19-19.8 19.8c-4.7 4.7-4.7 12.3 0 17l28.3 28.3c4.7 4.7 12.3 4.7 17 0l19.8-19.8 16.5 16.5C104.1 185.5 96 211.8 96 240c0 68.5 47.9 125.9 112 140.4V408h-36c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v28c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-28h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-27.6c64.1-14.6 112-71.9 112-140.4 0-28.2-8.1-54.5-22.1-76.7l80.7-80.7 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V12c0-6.6-5.4-12-12-12zM240 320c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faTrash = {\n prefix: 'fas',\n iconName: 'trash',\n icon: [448, 512, [], \"f1f8\", \"M432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32z\"]\n};\nvar faTrashAlt = {\n prefix: 'fas',\n iconName: 'trash-alt',\n icon: [448, 512, [], \"f2ed\", \"M32 464a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128H32zm272-256a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zm-96 0a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zm-96 0a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zM432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faTrashRestore = {\n prefix: 'fas',\n iconName: 'trash-restore',\n icon: [448, 512, [], \"f829\", \"M53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32zm70.11-175.8l89.38-94.26a15.41 15.41 0 0 1 22.62 0l89.38 94.26c10.08 10.62 2.94 28.8-11.32 28.8H256v112a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V320h-57.37c-14.26 0-21.4-18.18-11.32-28.8zM432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faTrashRestoreAlt = {\n prefix: 'fas',\n iconName: 'trash-restore-alt',\n icon: [448, 512, [], \"f82a\", \"M32 464a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128H32zm91.31-172.8l89.38-94.26a15.41 15.41 0 0 1 22.62 0l89.38 94.26c10.08 10.62 2.94 28.8-11.32 28.8H256v112a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V320h-57.37c-14.26 0-21.4-18.18-11.32-28.8zM432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faTree = {\n prefix: 'fas',\n iconName: 'tree',\n icon: [384, 512, [], \"f1bb\", \"M378.31 378.49L298.42 288h30.63c9.01 0 16.98-5 20.78-13.06 3.8-8.04 2.55-17.26-3.28-24.05L268.42 160h28.89c9.1 0 17.3-5.35 20.86-13.61 3.52-8.13 1.86-17.59-4.24-24.08L203.66 4.83c-6.03-6.45-17.28-6.45-23.32 0L70.06 122.31c-6.1 6.49-7.75 15.95-4.24 24.08C69.38 154.65 77.59 160 86.69 160h28.89l-78.14 90.91c-5.81 6.78-7.06 15.99-3.27 24.04C37.97 283 45.93 288 54.95 288h30.63L5.69 378.49c-6 6.79-7.36 16.09-3.56 24.26 3.75 8.05 12 13.25 21.01 13.25H160v24.45l-30.29 48.4c-5.32 10.64 2.42 23.16 14.31 23.16h95.96c11.89 0 19.63-12.52 14.31-23.16L224 440.45V416h136.86c9.01 0 17.26-5.2 21.01-13.25 3.8-8.17 2.44-17.47-3.56-24.26z\"]\n};\nvar faTrophy = {\n prefix: 'fas',\n iconName: 'trophy',\n icon: [576, 512, [], \"f091\", \"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"]\n};\nvar faTruck = {\n prefix: 'fas',\n iconName: 'truck',\n icon: [640, 512, [], \"f0d1\", \"M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z\"]\n};\nvar faTruckLoading = {\n prefix: 'fas',\n iconName: 'truck-loading',\n icon: [640, 512, [], \"f4de\", \"M50.2 375.6c2.3 8.5 11.1 13.6 19.6 11.3l216.4-58c8.5-2.3 13.6-11.1 11.3-19.6l-49.7-185.5c-2.3-8.5-11.1-13.6-19.6-11.3L151 133.3l24.8 92.7-61.8 16.5-24.8-92.7-77.3 20.7C3.4 172.8-1.7 181.6.6 190.1l49.6 185.5zM384 0c-17.7 0-32 14.3-32 32v323.6L5.9 450c-4.3 1.2-6.8 5.6-5.6 9.8l12.6 46.3c1.2 4.3 5.6 6.8 9.8 5.6l393.7-107.4C418.8 464.1 467.6 512 528 512c61.9 0 112-50.1 112-112V0H384zm144 448c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z\"]\n};\nvar faTruckMonster = {\n prefix: 'fas',\n iconName: 'truck-monster',\n icon: [640, 512, [], \"f63b\", \"M624 224h-16v-64c0-17.67-14.33-32-32-32h-73.6L419.22 24.02A64.025 64.025 0 0 0 369.24 0H256c-17.67 0-32 14.33-32 32v96H48c-8.84 0-16 7.16-16 16v80H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16.72c29.21-38.65 75.1-64 127.28-64s98.07 25.35 127.28 64h65.45c29.21-38.65 75.1-64 127.28-64s98.07 25.35 127.28 64H624c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-336-96V64h81.24l51.2 64H288zm304 224h-5.2c-2.2-7.33-5.07-14.28-8.65-20.89l3.67-3.67c6.25-6.25 6.25-16.38 0-22.63l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-3.67 3.67A110.85 110.85 0 0 0 512 277.2V272c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v5.2c-7.33 2.2-14.28 5.07-20.89 8.65l-3.67-3.67c-6.25-6.25-16.38-6.25-22.63 0l-22.63 22.63c-6.25 6.25-6.25 16.38 0 22.63l3.67 3.67A110.85 110.85 0 0 0 373.2 352H368c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h5.2c2.2 7.33 5.07 14.28 8.65 20.89l-3.67 3.67c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l3.67-3.67c6.61 3.57 13.57 6.45 20.9 8.65v5.2c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-5.2c7.33-2.2 14.28-5.07 20.9-8.65l3.67 3.67c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.25-6.25 6.25-16.38 0-22.63l-3.67-3.67a110.85 110.85 0 0 0 8.65-20.89h5.2c8.84 0 16-7.16 16-16v-32c-.02-8.84-7.18-16-16.02-16zm-112 80c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm-208-80h-5.2c-2.2-7.33-5.07-14.28-8.65-20.89l3.67-3.67c6.25-6.25 6.25-16.38 0-22.63l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-3.67 3.67A110.85 110.85 0 0 0 192 277.2V272c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v5.2c-7.33 2.2-14.28 5.07-20.89 8.65l-3.67-3.67c-6.25-6.25-16.38-6.25-22.63 0L58.18 304.8c-6.25 6.25-6.25 16.38 0 22.63l3.67 3.67a110.85 110.85 0 0 0-8.65 20.89H48c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h5.2c2.2 7.33 5.07 14.28 8.65 20.89l-3.67 3.67c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l3.67-3.67c6.61 3.57 13.57 6.45 20.9 8.65v5.2c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-5.2c7.33-2.2 14.28-5.07 20.9-8.65l3.67 3.67c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.25-6.25 6.25-16.38 0-22.63l-3.67-3.67a110.85 110.85 0 0 0 8.65-20.89h5.2c8.84 0 16-7.16 16-16v-32C288 359.16 280.84 352 272 352zm-112 80c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48z\"]\n};\nvar faTruckMoving = {\n prefix: 'fas',\n iconName: 'truck-moving',\n icon: [640, 512, [], \"f4df\", \"M621.3 237.3l-58.5-58.5c-12-12-28.3-18.7-45.3-18.7H480V64c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64v336c0 44.2 35.8 80 80 80 26.3 0 49.4-12.9 64-32.4 14.6 19.6 37.7 32.4 64 32.4 44.2 0 80-35.8 80-80 0-5.5-.6-10.8-1.6-16h163.2c-1.1 5.2-1.6 10.5-1.6 16 0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16H624c8.8 0 16-7.2 16-16v-85.5c0-17-6.7-33.2-18.7-45.2zM80 432c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32zm128 0c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32zm272-224h37.5c4.3 0 8.3 1.7 11.3 4.7l43.3 43.3H480v-48zm48 224c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32z\"]\n};\nvar faTruckPickup = {\n prefix: 'fas',\n iconName: 'truck-pickup',\n icon: [640, 512, [], \"f63c\", \"M624 288h-16v-64c0-17.67-14.33-32-32-32h-48L419.22 56.02A64.025 64.025 0 0 0 369.24 32H256c-17.67 0-32 14.33-32 32v128H64c-17.67 0-32 14.33-32 32v64H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h49.61c-.76 5.27-1.61 10.52-1.61 16 0 61.86 50.14 112 112 112s112-50.14 112-112c0-5.48-.85-10.73-1.61-16h67.23c-.76 5.27-1.61 10.52-1.61 16 0 61.86 50.14 112 112 112s112-50.14 112-112c0-5.48-.85-10.73-1.61-16H624c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM288 96h81.24l76.8 96H288V96zM176 416c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48zm288 0c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48z\"]\n};\nvar faTshirt = {\n prefix: 'fas',\n iconName: 'tshirt',\n icon: [640, 512, [], \"f553\", \"M631.2 96.5L436.5 0C416.4 27.8 371.9 47.2 320 47.2S223.6 27.8 203.5 0L8.8 96.5c-7.9 4-11.1 13.6-7.2 21.5l57.2 114.5c4 7.9 13.6 11.1 21.5 7.2l56.6-27.7c10.6-5.2 23 2.5 23 14.4V480c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32V226.3c0-11.8 12.4-19.6 23-14.4l56.6 27.7c7.9 4 17.5.8 21.5-7.2L638.3 118c4-7.9.8-17.6-7.1-21.5z\"]\n};\nvar faTty = {\n prefix: 'fas',\n iconName: 'tty',\n icon: [512, 512, [], \"f1e4\", \"M5.37 103.822c138.532-138.532 362.936-138.326 501.262 0 6.078 6.078 7.074 15.496 2.583 22.681l-43.214 69.138a18.332 18.332 0 0 1-22.356 7.305l-86.422-34.569a18.335 18.335 0 0 1-11.434-18.846L351.741 90c-62.145-22.454-130.636-21.986-191.483 0l5.953 59.532a18.331 18.331 0 0 1-11.434 18.846l-86.423 34.568a18.334 18.334 0 0 1-22.356-7.305L2.787 126.502a18.333 18.333 0 0 1 2.583-22.68zM96 308v-40c0-6.627-5.373-12-12-12H44c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12H92c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zM96 500v-40c0-6.627-5.373-12-12-12H44c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm288 0v-40c0-6.627-5.373-12-12-12H140c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12z\"]\n};\nvar faTv = {\n prefix: 'fas',\n iconName: 'tv',\n icon: [640, 512, [], \"f26c\", \"M592 0H48A48 48 0 0 0 0 48v320a48 48 0 0 0 48 48h240v32H112a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H352v-32h240a48 48 0 0 0 48-48V48a48 48 0 0 0-48-48zm-16 352H64V64h512z\"]\n};\nvar faUmbrella = {\n prefix: 'fas',\n iconName: 'umbrella',\n icon: [576, 512, [], \"f0e9\", \"M575.7 280.8C547.1 144.5 437.3 62.6 320 49.9V32c0-17.7-14.3-32-32-32s-32 14.3-32 32v17.9C138.3 62.6 29.5 144.5.3 280.8c-2.2 10.1 8.5 21.3 18.7 11.4 52-55 107.7-52.4 158.6 37 5.3 9.5 14.9 8.6 19.7 0 20.2-35.4 44.9-73.2 90.7-73.2 58.5 0 88.2 68.8 90.7 73.2 4.8 8.6 14.4 9.5 19.7 0 51-89.5 107.1-91.4 158.6-37 10.3 10 20.9-1.3 18.7-11.4zM256 301.7V432c0 8.8-7.2 16-16 16-7.8 0-13.2-5.3-15.1-10.7-5.9-16.7-24.1-25.4-40.8-19.5-16.7 5.9-25.4 24.2-19.5 40.8 11.2 31.9 41.6 53.3 75.4 53.3 44.1 0 80-35.9 80-80V301.6c-9.1-7.9-19.8-13.6-32-13.6-12.3.1-22.4 4.8-32 13.7z\"]\n};\nvar faUmbrellaBeach = {\n prefix: 'fas',\n iconName: 'umbrella-beach',\n icon: [640, 512, [], \"f5ca\", \"M115.38 136.9l102.11 37.18c35.19-81.54 86.21-144.29 139-173.7-95.88-4.89-188.78 36.96-248.53 111.8-6.69 8.4-2.66 21.05 7.42 24.72zm132.25 48.16l238.48 86.83c35.76-121.38 18.7-231.66-42.63-253.98-7.4-2.7-15.13-4-23.09-4-58.02.01-128.27 69.17-172.76 171.15zM521.48 60.5c6.22 16.3 10.83 34.6 13.2 55.19 5.74 49.89-1.42 108.23-18.95 166.98l102.62 37.36c10.09 3.67 21.31-3.43 21.57-14.17 2.32-95.69-41.91-187.44-118.44-245.36zM560 447.98H321.06L386 269.5l-60.14-21.9-72.9 200.37H16c-8.84 0-16 7.16-16 16.01v32.01C0 504.83 7.16 512 16 512h544c8.84 0 16-7.17 16-16.01v-32.01c0-8.84-7.16-16-16-16z\"]\n};\nvar faUnderline = {\n prefix: 'fas',\n iconName: 'underline',\n icon: [448, 512, [], \"f0cd\", \"M32 64h32v160c0 88.22 71.78 160 160 160s160-71.78 160-160V64h32a16 16 0 0 0 16-16V16a16 16 0 0 0-16-16H272a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32v160a80 80 0 0 1-160 0V64h32a16 16 0 0 0 16-16V16a16 16 0 0 0-16-16H32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm400 384H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faUndo = {\n prefix: 'fas',\n iconName: 'undo',\n icon: [512, 512, [], \"f0e2\", \"M212.333 224.333H12c-6.627 0-12-5.373-12-12V12C0 5.373 5.373 0 12 0h48c6.627 0 12 5.373 12 12v78.112C117.773 39.279 184.26 7.47 258.175 8.007c136.906.994 246.448 111.623 246.157 248.532C504.041 393.258 393.12 504 256.333 504c-64.089 0-122.496-24.313-166.51-64.215-5.099-4.622-5.334-12.554-.467-17.42l33.967-33.967c4.474-4.474 11.662-4.717 16.401-.525C170.76 415.336 211.58 432 256.333 432c97.268 0 176-78.716 176-176 0-97.267-78.716-176-176-176-58.496 0-110.28 28.476-142.274 72.333h98.274c6.627 0 12 5.373 12 12v48c0 6.627-5.373 12-12 12z\"]\n};\nvar faUndoAlt = {\n prefix: 'fas',\n iconName: 'undo-alt',\n icon: [512, 512, [], \"f2ea\", \"M255.545 8c-66.269.119-126.438 26.233-170.86 68.685L48.971 40.971C33.851 25.851 8 36.559 8 57.941V192c0 13.255 10.745 24 24 24h134.059c21.382 0 32.09-25.851 16.971-40.971l-41.75-41.75c30.864-28.899 70.801-44.907 113.23-45.273 92.398-.798 170.283 73.977 169.484 169.442C423.236 348.009 349.816 424 256 424c-41.127 0-79.997-14.678-110.63-41.556-4.743-4.161-11.906-3.908-16.368.553L89.34 422.659c-4.872 4.872-4.631 12.815.482 17.433C133.798 479.813 192.074 504 256 504c136.966 0 247.999-111.033 248-247.998C504.001 119.193 392.354 7.755 255.545 8z\"]\n};\nvar faUniversalAccess = {\n prefix: 'fas',\n iconName: 'universal-access',\n icon: [512, 512, [], \"f29a\", \"M256 48c114.953 0 208 93.029 208 208 0 114.953-93.029 208-208 208-114.953 0-208-93.029-208-208 0-114.953 93.029-208 208-208m0-40C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 56C149.961 64 64 149.961 64 256s85.961 192 192 192 192-85.961 192-192S362.039 64 256 64zm0 44c19.882 0 36 16.118 36 36s-16.118 36-36 36-36-16.118-36-36 16.118-36 36-36zm117.741 98.023c-28.712 6.779-55.511 12.748-82.14 15.807.851 101.023 12.306 123.052 25.037 155.621 3.617 9.26-.957 19.698-10.217 23.315-9.261 3.617-19.699-.957-23.316-10.217-8.705-22.308-17.086-40.636-22.261-78.549h-9.686c-5.167 37.851-13.534 56.208-22.262 78.549-3.615 9.255-14.05 13.836-23.315 10.217-9.26-3.617-13.834-14.056-10.217-23.315 12.713-32.541 24.185-54.541 25.037-155.621-26.629-3.058-53.428-9.027-82.141-15.807-8.6-2.031-13.926-10.648-11.895-19.249s10.647-13.926 19.249-11.895c96.686 22.829 124.283 22.783 220.775 0 8.599-2.03 17.218 3.294 19.249 11.895 2.029 8.601-3.297 17.219-11.897 19.249z\"]\n};\nvar faUniversity = {\n prefix: 'fas',\n iconName: 'university',\n icon: [512, 512, [], \"f19c\", \"M496 128v16a8 8 0 0 1-8 8h-24v12c0 6.627-5.373 12-12 12H60c-6.627 0-12-5.373-12-12v-12H24a8 8 0 0 1-8-8v-16a8 8 0 0 1 4.941-7.392l232-88a7.996 7.996 0 0 1 6.118 0l232 88A8 8 0 0 1 496 128zm-24 304H40c-13.255 0-24 10.745-24 24v16a8 8 0 0 0 8 8h464a8 8 0 0 0 8-8v-16c0-13.255-10.745-24-24-24zM96 192v192H60c-6.627 0-12 5.373-12 12v20h416v-20c0-6.627-5.373-12-12-12h-36V192h-64v192h-64V192h-64v192h-64V192H96z\"]\n};\nvar faUnlink = {\n prefix: 'fas',\n iconName: 'unlink',\n icon: [512, 512, [], \"f127\", \"M304.083 405.907c4.686 4.686 4.686 12.284 0 16.971l-44.674 44.674c-59.263 59.262-155.693 59.266-214.961 0-59.264-59.265-59.264-155.696 0-214.96l44.675-44.675c4.686-4.686 12.284-4.686 16.971 0l39.598 39.598c4.686 4.686 4.686 12.284 0 16.971l-44.675 44.674c-28.072 28.073-28.072 73.75 0 101.823 28.072 28.072 73.75 28.073 101.824 0l44.674-44.674c4.686-4.686 12.284-4.686 16.971 0l39.597 39.598zm-56.568-260.216c4.686 4.686 12.284 4.686 16.971 0l44.674-44.674c28.072-28.075 73.75-28.073 101.824 0 28.072 28.073 28.072 73.75 0 101.823l-44.675 44.674c-4.686 4.686-4.686 12.284 0 16.971l39.598 39.598c4.686 4.686 12.284 4.686 16.971 0l44.675-44.675c59.265-59.265 59.265-155.695 0-214.96-59.266-59.264-155.695-59.264-214.961 0l-44.674 44.674c-4.686 4.686-4.686 12.284 0 16.971l39.597 39.598zm234.828 359.28l22.627-22.627c9.373-9.373 9.373-24.569 0-33.941L63.598 7.029c-9.373-9.373-24.569-9.373-33.941 0L7.029 29.657c-9.373 9.373-9.373 24.569 0 33.941l441.373 441.373c9.373 9.372 24.569 9.372 33.941 0z\"]\n};\nvar faUnlock = {\n prefix: 'fas',\n iconName: 'unlock',\n icon: [448, 512, [], \"f09c\", \"M400 256H152V152.9c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v16c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-16C376 68 307.5-.3 223.5 0 139.5.3 72 69.5 72 153.5V256H48c-26.5 0-48 21.5-48 48v160c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z\"]\n};\nvar faUnlockAlt = {\n prefix: 'fas',\n iconName: 'unlock-alt',\n icon: [448, 512, [], \"f13e\", \"M400 256H152V152.9c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v16c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-16C376 68 307.5-.3 223.5 0 139.5.3 72 69.5 72 153.5V256H48c-26.5 0-48 21.5-48 48v160c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zM264 408c0 22.1-17.9 40-40 40s-40-17.9-40-40v-48c0-22.1 17.9-40 40-40s40 17.9 40 40v48z\"]\n};\nvar faUpload = {\n prefix: 'fas',\n iconName: 'upload',\n icon: [512, 512, [], \"f093\", \"M296 384h-80c-13.3 0-24-10.7-24-24V192h-87.7c-17.8 0-26.7-21.5-14.1-34.1L242.3 5.7c7.5-7.5 19.8-7.5 27.3 0l152.2 152.2c12.6 12.6 3.7 34.1-14.1 34.1H320v168c0 13.3-10.7 24-24 24zm216-8v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h136v8c0 30.9 25.1 56 56 56h80c30.9 0 56-25.1 56-56v-8h136c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"]\n};\nvar faUser = {\n prefix: 'fas',\n iconName: 'user',\n icon: [448, 512, [], \"f007\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"]\n};\nvar faUserAlt = {\n prefix: 'fas',\n iconName: 'user-alt',\n icon: [512, 512, [], \"f406\", \"M256 288c79.5 0 144-64.5 144-144S335.5 0 256 0 112 64.5 112 144s64.5 144 144 144zm128 32h-55.1c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16H128C57.3 320 0 377.3 0 448v16c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48v-16c0-70.7-57.3-128-128-128z\"]\n};\nvar faUserAltSlash = {\n prefix: 'fas',\n iconName: 'user-alt-slash',\n icon: [640, 512, [], \"f4fa\", \"M633.8 458.1L389.6 269.3C433.8 244.7 464 198.1 464 144 464 64.5 399.5 0 320 0c-67.1 0-123 46.1-139 108.2L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3zM198.4 320C124.2 320 64 380.2 64 454.4v9.6c0 26.5 21.5 48 48 48h382.2L245.8 320h-47.4z\"]\n};\nvar faUserAstronaut = {\n prefix: 'fas',\n iconName: 'user-astronaut',\n icon: [448, 512, [], \"f4fb\", \"M64 224h13.5c24.7 56.5 80.9 96 146.5 96s121.8-39.5 146.5-96H384c8.8 0 16-7.2 16-16v-96c0-8.8-7.2-16-16-16h-13.5C345.8 39.5 289.6 0 224 0S102.2 39.5 77.5 96H64c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16zm40-88c0-22.1 21.5-40 48-40h144c26.5 0 48 17.9 48 40v24c0 53-43 96-96 96h-48c-53 0-96-43-96-96v-24zm72 72l12-36 36-12-36-12-12-36-12 36-36 12 36 12 12 36zm151.6 113.4C297.7 340.7 262.2 352 224 352s-73.7-11.3-103.6-30.6C52.9 328.5 0 385 0 454.4v9.6c0 26.5 21.5 48 48 48h80v-64c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v64h80c26.5 0 48-21.5 48-48v-9.6c0-69.4-52.9-125.9-120.4-133zM272 448c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm-96 0c-8.8 0-16 7.2-16 16v48h32v-48c0-8.8-7.2-16-16-16z\"]\n};\nvar faUserCheck = {\n prefix: 'fas',\n iconName: 'user-check',\n icon: [640, 512, [], \"f4fc\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4zm323-128.4l-27.8-28.1c-4.6-4.7-12.1-4.7-16.8-.1l-104.8 104-45.5-45.8c-4.6-4.7-12.1-4.7-16.8-.1l-28.1 27.9c-4.7 4.6-4.7 12.1-.1 16.8l81.7 82.3c4.6 4.7 12.1 4.7 16.8.1l141.3-140.2c4.6-4.7 4.7-12.2.1-16.8z\"]\n};\nvar faUserCircle = {\n prefix: 'fas',\n iconName: 'user-circle',\n icon: [496, 512, [], \"f2bd\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 96c48.6 0 88 39.4 88 88s-39.4 88-88 88-88-39.4-88-88 39.4-88 88-88zm0 344c-58.7 0-111.3-26.6-146.5-68.2 18.8-35.4 55.6-59.8 98.5-59.8 2.4 0 4.8.4 7.1 1.1 13 4.2 26.6 6.9 40.9 6.9 14.3 0 28-2.7 40.9-6.9 2.3-.7 4.7-1.1 7.1-1.1 42.9 0 79.7 24.4 98.5 59.8C359.3 421.4 306.7 448 248 448z\"]\n};\nvar faUserClock = {\n prefix: 'fas',\n iconName: 'user-clock',\n icon: [640, 512, [], \"f4fd\", \"M496 224c-79.6 0-144 64.4-144 144s64.4 144 144 144 144-64.4 144-144-64.4-144-144-144zm64 150.3c0 5.3-4.4 9.7-9.7 9.7h-60.6c-5.3 0-9.7-4.4-9.7-9.7v-76.6c0-5.3 4.4-9.7 9.7-9.7h12.6c5.3 0 9.7 4.4 9.7 9.7V352h38.3c5.3 0 9.7 4.4 9.7 9.7v12.6zM320 368c0-27.8 6.7-54.1 18.2-77.5-8-1.5-16.2-2.5-24.6-2.5h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h347.1c-45.3-31.9-75.1-84.5-75.1-144zm-96-112c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128z\"]\n};\nvar faUserCog = {\n prefix: 'fas',\n iconName: 'user-cog',\n icon: [640, 512, [], \"f4fe\", \"M610.5 373.3c2.6-14.1 2.6-28.5 0-42.6l25.8-14.9c3-1.7 4.3-5.2 3.3-8.5-6.7-21.6-18.2-41.2-33.2-57.4-2.3-2.5-6-3.1-9-1.4l-25.8 14.9c-10.9-9.3-23.4-16.5-36.9-21.3v-29.8c0-3.4-2.4-6.4-5.7-7.1-22.3-5-45-4.8-66.2 0-3.3.7-5.7 3.7-5.7 7.1v29.8c-13.5 4.8-26 12-36.9 21.3l-25.8-14.9c-2.9-1.7-6.7-1.1-9 1.4-15 16.2-26.5 35.8-33.2 57.4-1 3.3.4 6.8 3.3 8.5l25.8 14.9c-2.6 14.1-2.6 28.5 0 42.6l-25.8 14.9c-3 1.7-4.3 5.2-3.3 8.5 6.7 21.6 18.2 41.1 33.2 57.4 2.3 2.5 6 3.1 9 1.4l25.8-14.9c10.9 9.3 23.4 16.5 36.9 21.3v29.8c0 3.4 2.4 6.4 5.7 7.1 22.3 5 45 4.8 66.2 0 3.3-.7 5.7-3.7 5.7-7.1v-29.8c13.5-4.8 26-12 36.9-21.3l25.8 14.9c2.9 1.7 6.7 1.1 9-1.4 15-16.2 26.5-35.8 33.2-57.4 1-3.3-.4-6.8-3.3-8.5l-25.8-14.9zM496 400.5c-26.8 0-48.5-21.8-48.5-48.5s21.8-48.5 48.5-48.5 48.5 21.8 48.5 48.5-21.7 48.5-48.5 48.5zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm201.2 226.5c-2.3-1.2-4.6-2.6-6.8-3.9l-7.9 4.6c-6 3.4-12.8 5.3-19.6 5.3-10.9 0-21.4-4.6-28.9-12.6-18.3-19.8-32.3-43.9-40.2-69.6-5.5-17.7 1.9-36.4 17.9-45.7l7.9-4.6c-.1-2.6-.1-5.2 0-7.8l-7.9-4.6c-16-9.2-23.4-28-17.9-45.7.9-2.9 2.2-5.8 3.2-8.7-3.8-.3-7.5-1.2-11.4-1.2h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c10.1 0 19.5-3.2 27.2-8.5-1.2-3.8-2-7.7-2-11.8v-9.2z\"]\n};\nvar faUserEdit = {\n prefix: 'fas',\n iconName: 'user-edit',\n icon: [640, 512, [], \"f4ff\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h274.9c-2.4-6.8-3.4-14-2.6-21.3l6.8-60.9 1.2-11.1 7.9-7.9 77.3-77.3c-24.5-27.7-60-45.5-99.9-45.5zm45.3 145.3l-6.8 61c-1.1 10.2 7.5 18.8 17.6 17.6l60.9-6.8 137.9-137.9-71.7-71.7-137.9 137.8zM633 268.9L595.1 231c-9.3-9.3-24.5-9.3-33.8 0l-37.8 37.8-4.1 4.1 71.8 71.7 41.8-41.8c9.3-9.4 9.3-24.5 0-33.9z\"]\n};\nvar faUserFriends = {\n prefix: 'fas',\n iconName: 'user-friends',\n icon: [640, 512, [], \"f500\", \"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"]\n};\nvar faUserGraduate = {\n prefix: 'fas',\n iconName: 'user-graduate',\n icon: [448, 512, [], \"f501\", \"M319.4 320.6L224 416l-95.4-95.4C57.1 323.7 0 382.2 0 454.4v9.6c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-9.6c0-72.2-57.1-130.7-128.6-133.8zM13.6 79.8l6.4 1.5v58.4c-7 4.2-12 11.5-12 20.3 0 8.4 4.6 15.4 11.1 19.7L3.5 242c-1.7 6.9 2.1 14 7.6 14h41.8c5.5 0 9.3-7.1 7.6-14l-15.6-62.3C51.4 175.4 56 168.4 56 160c0-8.8-5-16.1-12-20.3V87.1l66 15.9c-8.6 17.2-14 36.4-14 57 0 70.7 57.3 128 128 128s128-57.3 128-128c0-20.6-5.3-39.8-14-57l96.3-23.2c18.2-4.4 18.2-27.1 0-31.5l-190.4-46c-13-3.1-26.7-3.1-39.7 0L13.6 48.2c-18.1 4.4-18.1 27.2 0 31.6z\"]\n};\nvar faUserInjured = {\n prefix: 'fas',\n iconName: 'user-injured',\n icon: [448, 512, [], \"f728\", \"M277.37 11.98C261.08 4.47 243.11 0 224 0c-53.69 0-99.5 33.13-118.51 80h81.19l90.69-68.02zM342.51 80c-7.9-19.47-20.67-36.2-36.49-49.52L239.99 80h102.52zM224 256c70.69 0 128-57.31 128-128 0-5.48-.95-10.7-1.61-16H97.61c-.67 5.3-1.61 10.52-1.61 16 0 70.69 57.31 128 128 128zM80 299.7V512h128.26l-98.45-221.52A132.835 132.835 0 0 0 80 299.7zM0 464c0 26.51 21.49 48 48 48V320.24C18.88 344.89 0 381.26 0 422.4V464zm256-48h-55.38l42.67 96H256c26.47 0 48-21.53 48-48s-21.53-48-48-48zm57.6-128h-16.71c-22.24 10.18-46.88 16-72.89 16s-50.65-5.82-72.89-16h-7.37l42.67 96H256c44.11 0 80 35.89 80 80 0 18.08-6.26 34.59-16.41 48H400c26.51 0 48-21.49 48-48v-41.6c0-74.23-60.17-134.4-134.4-134.4z\"]\n};\nvar faUserLock = {\n prefix: 'fas',\n iconName: 'user-lock',\n icon: [640, 512, [], \"f502\", \"M224 256A128 128 0 1 0 96 128a128 128 0 0 0 128 128zm96 64a63.08 63.08 0 0 1 8.1-30.5c-4.8-.5-9.5-1.5-14.5-1.5h-16.7a174.08 174.08 0 0 1-145.8 0h-16.7A134.43 134.43 0 0 0 0 422.4V464a48 48 0 0 0 48 48h280.9a63.54 63.54 0 0 1-8.9-32zm288-32h-32v-80a80 80 0 0 0-160 0v80h-32a32 32 0 0 0-32 32v160a32 32 0 0 0 32 32h224a32 32 0 0 0 32-32V320a32 32 0 0 0-32-32zM496 432a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm32-144h-64v-80a32 32 0 0 1 64 0z\"]\n};\nvar faUserMd = {\n prefix: 'fas',\n iconName: 'user-md',\n icon: [448, 512, [], \"f0f0\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zM104 424c0 13.3 10.7 24 24 24s24-10.7 24-24-10.7-24-24-24-24 10.7-24 24zm216-135.4v49c36.5 7.4 64 39.8 64 78.4v41.7c0 7.6-5.4 14.2-12.9 15.7l-32.2 6.4c-4.3.9-8.5-1.9-9.4-6.3l-3.1-15.7c-.9-4.3 1.9-8.6 6.3-9.4l19.3-3.9V416c0-62.8-96-65.1-96 1.9v26.7l19.3 3.9c4.3.9 7.1 5.1 6.3 9.4l-3.1 15.7c-.9 4.3-5.1 7.1-9.4 6.3l-31.2-4.2c-7.9-1.1-13.8-7.8-13.8-15.9V416c0-38.6 27.5-70.9 64-78.4v-45.2c-2.2.7-4.4 1.1-6.6 1.9-18 6.3-37.3 9.8-57.4 9.8s-39.4-3.5-57.4-9.8c-7.4-2.6-14.9-4.2-22.6-5.2v81.6c23.1 6.9 40 28.1 40 53.4 0 30.9-25.1 56-56 56s-56-25.1-56-56c0-25.3 16.9-46.5 40-53.4v-80.4C48.5 301 0 355.8 0 422.4v44.8C0 491.9 20.1 512 44.8 512h358.4c24.7 0 44.8-20.1 44.8-44.8v-44.8c0-72-56.8-130.3-128-133.8z\"]\n};\nvar faUserMinus = {\n prefix: 'fas',\n iconName: 'user-minus',\n icon: [640, 512, [], \"f503\", \"M624 208H432c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h192c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-400 48c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"]\n};\nvar faUserNinja = {\n prefix: 'fas',\n iconName: 'user-ninja',\n icon: [448, 512, [], \"f504\", \"M325.4 289.2L224 390.6 122.6 289.2C54 295.3 0 352.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-70.2-54-127.1-122.6-133.2zM32 192c27.3 0 51.8-11.5 69.2-29.7 15.1 53.9 64 93.7 122.8 93.7 70.7 0 128-57.3 128-128S294.7 0 224 0c-50.4 0-93.6 29.4-114.5 71.8C92.1 47.8 64 32 32 32c0 33.4 17.1 62.8 43.1 80-26 17.2-43.1 46.6-43.1 80zm144-96h96c17.7 0 32 14.3 32 32H144c0-17.7 14.3-32 32-32z\"]\n};\nvar faUserNurse = {\n prefix: 'fas',\n iconName: 'user-nurse',\n icon: [448, 512, [], \"f82f\", \"M57.78 288h82.36c22.51 19.68 51.62 32 83.86 32s61.35-12.32 83.86-32h82.36a16 16 0 0 0 14.28-23.18c-15.23-29.85-31.28-62.23-42.15-95.54C354.78 146.09 352 121.59 352 97.2V48L224 0 96 48v49.2c0 24.39-2.75 48.89-10.33 72.08C74.78 202.59 58.73 235 43.5 264.82A16 16 0 0 0 57.78 288zM184 71.67a5 5 0 0 1 5-5h21.67V45a5 5 0 0 1 5-5h16.66a5 5 0 0 1 5 5v21.67H259a5 5 0 0 1 5 5v16.66a5 5 0 0 1-5 5h-21.67V115a5 5 0 0 1-5 5h-16.66a5 5 0 0 1-5-5V93.33H189a5 5 0 0 1-5-5zM144 160h160v32a80 80 0 0 1-160 0zm175.41 160L224 415.39 128.59 320C57.1 323.1 0 381.6 0 453.79A58.21 58.21 0 0 0 58.21 512h331.58A58.21 58.21 0 0 0 448 453.79C448 381.6 390.9 323.1 319.41 320z\"]\n};\nvar faUserPlus = {\n prefix: 'fas',\n iconName: 'user-plus',\n icon: [640, 512, [], \"f234\", \"M624 208h-64v-64c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v64h-64c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h64v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-64h64c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-400 48c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"]\n};\nvar faUserSecret = {\n prefix: 'fas',\n iconName: 'user-secret',\n icon: [448, 512, [], \"f21b\", \"M383.9 308.3l23.9-62.6c4-10.5-3.7-21.7-15-21.7h-58.5c11-18.9 17.8-40.6 17.8-64v-.3c39.2-7.8 64-19.1 64-31.7 0-13.3-27.3-25.1-70.1-33-9.2-32.8-27-65.8-40.6-82.8-9.5-11.9-25.9-15.6-39.5-8.8l-27.6 13.8c-9 4.5-19.6 4.5-28.6 0L182.1 3.4c-13.6-6.8-30-3.1-39.5 8.8-13.5 17-31.4 50-40.6 82.8-42.7 7.9-70 19.7-70 33 0 12.6 24.8 23.9 64 31.7v.3c0 23.4 6.8 45.1 17.8 64H56.3c-11.5 0-19.2 11.7-14.7 22.3l25.8 60.2C27.3 329.8 0 372.7 0 422.4v44.8C0 491.9 20.1 512 44.8 512h358.4c24.7 0 44.8-20.1 44.8-44.8v-44.8c0-48.4-25.8-90.4-64.1-114.1zM176 480l-41.6-192 49.6 32 24 40-32 120zm96 0l-32-120 24-40 49.6-32L272 480zm41.7-298.5c-3.9 11.9-7 24.6-16.5 33.4-10.1 9.3-48 22.4-64-25-2.8-8.4-15.4-8.4-18.3 0-17 50.2-56 32.4-64 25-9.5-8.8-12.7-21.5-16.5-33.4-.8-2.5-6.3-5.7-6.3-5.8v-10.8c28.3 3.6 61 5.8 96 5.8s67.7-2.1 96-5.8v10.8c-.1.1-5.6 3.2-6.4 5.8z\"]\n};\nvar faUserShield = {\n prefix: 'fas',\n iconName: 'user-shield',\n icon: [640, 512, [], \"f505\", \"M622.3 271.1l-115.2-45c-4.1-1.6-12.6-3.7-22.2 0l-115.2 45c-10.7 4.2-17.7 14-17.7 24.9 0 111.6 68.7 188.8 132.9 213.9 9.6 3.7 18 1.6 22.2 0C558.4 489.9 640 420.5 640 296c0-10.9-7-20.7-17.7-24.9zM496 462.4V273.3l95.5 37.3c-5.6 87.1-60.9 135.4-95.5 151.8zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm96 40c0-2.5.8-4.8 1.1-7.2-2.5-.1-4.9-.8-7.5-.8h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c6.8 0 13.3-1.5 19.2-4-54-42.9-99.2-116.7-99.2-212z\"]\n};\nvar faUserSlash = {\n prefix: 'fas',\n iconName: 'user-slash',\n icon: [640, 512, [], \"f506\", \"M633.8 458.1L362.3 248.3C412.1 230.7 448 183.8 448 128 448 57.3 390.7 0 320 0c-67.1 0-121.5 51.8-126.9 117.4L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3zM96 422.4V464c0 26.5 21.5 48 48 48h350.2L207.4 290.3C144.2 301.3 96 356 96 422.4z\"]\n};\nvar faUserTag = {\n prefix: 'fas',\n iconName: 'user-tag',\n icon: [640, 512, [], \"f507\", \"M630.6 364.9l-90.3-90.2c-12-12-28.3-18.7-45.3-18.7h-79.3c-17.7 0-32 14.3-32 32v79.2c0 17 6.7 33.2 18.7 45.2l90.3 90.2c12.5 12.5 32.8 12.5 45.3 0l92.5-92.5c12.6-12.5 12.6-32.7.1-45.2zm-182.8-21c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24c0 13.2-10.7 24-24 24zm-223.8-88c70.7 0 128-57.3 128-128C352 57.3 294.7 0 224 0S96 57.3 96 128c0 70.6 57.3 127.9 128 127.9zm127.8 111.2V294c-12.2-3.6-24.9-6.2-38.2-6.2h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 287.9 0 348.1 0 422.3v41.6c0 26.5 21.5 48 48 48h352c15.5 0 29.1-7.5 37.9-18.9l-58-58c-18.1-18.1-28.1-42.2-28.1-67.9z\"]\n};\nvar faUserTie = {\n prefix: 'fas',\n iconName: 'user-tie',\n icon: [448, 512, [], \"f508\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm95.8 32.6L272 480l-32-136 32-56h-96l32 56-32 136-47.8-191.4C56.9 292 0 350.3 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-72.1-56.9-130.4-128.2-133.8z\"]\n};\nvar faUserTimes = {\n prefix: 'fas',\n iconName: 'user-times',\n icon: [640, 512, [], \"f235\", \"M589.6 240l45.6-45.6c6.3-6.3 6.3-16.5 0-22.8l-22.8-22.8c-6.3-6.3-16.5-6.3-22.8 0L544 194.4l-45.6-45.6c-6.3-6.3-16.5-6.3-22.8 0l-22.8 22.8c-6.3 6.3-6.3 16.5 0 22.8l45.6 45.6-45.6 45.6c-6.3 6.3-6.3 16.5 0 22.8l22.8 22.8c6.3 6.3 16.5 6.3 22.8 0l45.6-45.6 45.6 45.6c6.3 6.3 16.5 6.3 22.8 0l22.8-22.8c6.3-6.3 6.3-16.5 0-22.8L589.6 240zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"]\n};\nvar faUsers = {\n prefix: 'fas',\n iconName: 'users',\n icon: [640, 512, [], \"f0c0\", \"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"]\n};\nvar faUsersCog = {\n prefix: 'fas',\n iconName: 'users-cog',\n icon: [640, 512, [], \"f509\", \"M610.5 341.3c2.6-14.1 2.6-28.5 0-42.6l25.8-14.9c3-1.7 4.3-5.2 3.3-8.5-6.7-21.6-18.2-41.2-33.2-57.4-2.3-2.5-6-3.1-9-1.4l-25.8 14.9c-10.9-9.3-23.4-16.5-36.9-21.3v-29.8c0-3.4-2.4-6.4-5.7-7.1-22.3-5-45-4.8-66.2 0-3.3.7-5.7 3.7-5.7 7.1v29.8c-13.5 4.8-26 12-36.9 21.3l-25.8-14.9c-2.9-1.7-6.7-1.1-9 1.4-15 16.2-26.5 35.8-33.2 57.4-1 3.3.4 6.8 3.3 8.5l25.8 14.9c-2.6 14.1-2.6 28.5 0 42.6l-25.8 14.9c-3 1.7-4.3 5.2-3.3 8.5 6.7 21.6 18.2 41.1 33.2 57.4 2.3 2.5 6 3.1 9 1.4l25.8-14.9c10.9 9.3 23.4 16.5 36.9 21.3v29.8c0 3.4 2.4 6.4 5.7 7.1 22.3 5 45 4.8 66.2 0 3.3-.7 5.7-3.7 5.7-7.1v-29.8c13.5-4.8 26-12 36.9-21.3l25.8 14.9c2.9 1.7 6.7 1.1 9-1.4 15-16.2 26.5-35.8 33.2-57.4 1-3.3-.4-6.8-3.3-8.5l-25.8-14.9zM496 368.5c-26.8 0-48.5-21.8-48.5-48.5s21.8-48.5 48.5-48.5 48.5 21.8 48.5 48.5-21.7 48.5-48.5 48.5zM96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm224 32c1.9 0 3.7-.5 5.6-.6 8.3-21.7 20.5-42.1 36.3-59.2 7.4-8 17.9-12.6 28.9-12.6 6.9 0 13.7 1.8 19.6 5.3l7.9 4.6c.8-.5 1.6-.9 2.4-1.4 7-14.6 11.2-30.8 11.2-48 0-61.9-50.1-112-112-112S208 82.1 208 144c0 61.9 50.1 112 112 112zm105.2 194.5c-2.3-1.2-4.6-2.6-6.8-3.9-8.2 4.8-15.3 9.8-27.5 9.8-10.9 0-21.4-4.6-28.9-12.6-18.3-19.8-32.3-43.9-40.2-69.6-10.7-34.5 24.9-49.7 25.8-50.3-.1-2.6-.1-5.2 0-7.8l-7.9-4.6c-3.8-2.2-7-5-9.8-8.1-3.3.2-6.5.6-9.8.6-24.6 0-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h255.4c-3.7-6-6.2-12.8-6.2-20.3v-9.2zM173.1 274.6C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"]\n};\nvar faUtensilSpoon = {\n prefix: 'fas',\n iconName: 'utensil-spoon',\n icon: [512, 512, [], \"f2e5\", \"M480.1 31.9c-55-55.1-164.9-34.5-227.8 28.5-49.3 49.3-55.1 110-28.8 160.4L9 413.2c-11.6 10.5-12.1 28.5-1 39.5L59.3 504c11 11 29.1 10.5 39.5-1.1l192.4-214.4c50.4 26.3 111.1 20.5 160.4-28.8 63-62.9 83.6-172.8 28.5-227.8z\"]\n};\nvar faUtensils = {\n prefix: 'fas',\n iconName: 'utensils',\n icon: [416, 512, [], \"f2e7\", \"M207.9 15.2c.8 4.7 16.1 94.5 16.1 128.8 0 52.3-27.8 89.6-68.9 104.6L168 486.7c.7 13.7-10.2 25.3-24 25.3H80c-13.7 0-24.7-11.5-24-25.3l12.9-238.1C27.7 233.6 0 196.2 0 144 0 109.6 15.3 19.9 16.1 15.2 19.3-5.1 61.4-5.4 64 16.3v141.2c1.3 3.4 15.1 3.2 16 0 1.4-25.3 7.9-139.2 8-141.8 3.3-20.8 44.7-20.8 47.9 0 .2 2.7 6.6 116.5 8 141.8.9 3.2 14.8 3.4 16 0V16.3c2.6-21.6 44.8-21.4 48-1.1zm119.2 285.7l-15 185.1c-1.2 14 9.9 26 23.9 26h56c13.3 0 24-10.7 24-24V24c0-13.2-10.7-24-24-24-82.5 0-221.4 178.5-64.9 300.9z\"]\n};\nvar faVectorSquare = {\n prefix: 'fas',\n iconName: 'vector-square',\n icon: [512, 512, [], \"f5cb\", \"M512 128V32c0-17.67-14.33-32-32-32h-96c-17.67 0-32 14.33-32 32H160c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v96c0 17.67 14.33 32 32 32v192c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32h192c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32V160c17.67 0 32-14.33 32-32zm-96-64h32v32h-32V64zM64 64h32v32H64V64zm32 384H64v-32h32v32zm352 0h-32v-32h32v32zm-32-96h-32c-17.67 0-32 14.33-32 32v32H160v-32c0-17.67-14.33-32-32-32H96V160h32c17.67 0 32-14.33 32-32V96h192v32c0 17.67 14.33 32 32 32h32v192z\"]\n};\nvar faVenus = {\n prefix: 'fas',\n iconName: 'venus',\n icon: [288, 512, [], \"f221\", \"M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 68.5 47.9 125.9 112 140.4V368H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.5 112-71.9 112-140.4zm-224 0c0-44.1 35.9-80 80-80s80 35.9 80 80-35.9 80-80 80-80-35.9-80-80z\"]\n};\nvar faVenusDouble = {\n prefix: 'fas',\n iconName: 'venus-double',\n icon: [512, 512, [], \"f226\", \"M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 68.5 47.9 125.9 112 140.4V368H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.5 112-71.9 112-140.4zm-224 0c0-44.1 35.9-80 80-80s80 35.9 80 80-35.9 80-80 80-80-35.9-80-80zm336 140.4V368h36c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-36v36c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-36h-36c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h36v-51.6c-21.2-4.8-40.6-14.3-57.2-27.3 14-16.7 25-36 32.1-57.1 14.5 14.8 34.7 24 57.1 24 44.1 0 80-35.9 80-80s-35.9-80-80-80c-22.3 0-42.6 9.2-57.1 24-7.1-21.1-18-40.4-32.1-57.1C303.4 43.6 334.3 32 368 32c79.5 0 144 64.5 144 144 0 68.5-47.9 125.9-112 140.4z\"]\n};\nvar faVenusMars = {\n prefix: 'fas',\n iconName: 'venus-mars',\n icon: [576, 512, [], \"f228\", \"M564 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-48.7 48.7C422.5 72.1 396.2 64 368 64c-33.7 0-64.6 11.6-89.2 30.9 14 16.7 25 36 32.1 57.1 14.5-14.8 34.7-24 57.1-24 44.1 0 80 35.9 80 80s-35.9 80-80 80c-22.3 0-42.6-9.2-57.1-24-7.1 21.1-18 40.4-32.1 57.1 24.5 19.4 55.5 30.9 89.2 30.9 79.5 0 144-64.5 144-144 0-28.2-8.1-54.5-22.1-76.7l48.7-48.7 16.9 16.9c2.4 2.4 5.4 3.5 8.4 3.5 6.2 0 12.1-4.8 12.1-12V12c0-6.6-5.4-12-12-12zM144 64C64.5 64 0 128.5 0 208c0 68.5 47.9 125.9 112 140.4V400H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.6 112-71.9 112-140.4 0-79.5-64.5-144-144-144zm0 224c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faVial = {\n prefix: 'fas',\n iconName: 'vial',\n icon: [480, 512, [], \"f492\", \"M477.7 186.1L309.5 18.3c-3.1-3.1-8.2-3.1-11.3 0l-34 33.9c-3.1 3.1-3.1 8.2 0 11.3l11.2 11.1L33 316.5c-38.8 38.7-45.1 102-9.4 143.5 20.6 24 49.5 36 78.4 35.9 26.4 0 52.8-10 72.9-30.1l246.3-245.7 11.2 11.1c3.1 3.1 8.2 3.1 11.3 0l34-33.9c3.1-3 3.1-8.1 0-11.2zM318 256H161l148-147.7 78.5 78.3L318 256z\"]\n};\nvar faVials = {\n prefix: 'fas',\n iconName: 'vials',\n icon: [640, 512, [], \"f493\", \"M72 64h24v240c0 44.1 35.9 80 80 80s80-35.9 80-80V64h24c4.4 0 8-3.6 8-8V8c0-4.4-3.6-8-8-8H72c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm72 0h64v96h-64V64zm480 384H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM360 64h24v240c0 44.1 35.9 80 80 80s80-35.9 80-80V64h24c4.4 0 8-3.6 8-8V8c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm72 0h64v96h-64V64z\"]\n};\nvar faVideo = {\n prefix: 'fas',\n iconName: 'video',\n icon: [576, 512, [], \"f03d\", \"M336.2 64H47.8C21.4 64 0 85.4 0 111.8v288.4C0 426.6 21.4 448 47.8 448h288.4c26.4 0 47.8-21.4 47.8-47.8V111.8c0-26.4-21.4-47.8-47.8-47.8zm189.4 37.7L416 177.3v157.4l109.6 75.5c21.2 14.6 50.4-.3 50.4-25.8V127.5c0-25.4-29.1-40.4-50.4-25.8z\"]\n};\nvar faVideoSlash = {\n prefix: 'fas',\n iconName: 'video-slash',\n icon: [640, 512, [], \"f4e2\", \"M633.8 458.1l-55-42.5c15.4-1.4 29.2-13.7 29.2-31.1v-257c0-25.5-29.1-40.4-50.4-25.8L448 177.3v137.2l-32-24.7v-178c0-26.4-21.4-47.8-47.8-47.8H123.9L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4L42.7 82 416 370.6l178.5 138c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.5-6.9 4.2-17-2.8-22.4zM32 400.2c0 26.4 21.4 47.8 47.8 47.8h288.4c11.2 0 21.4-4 29.6-10.5L32 154.7v245.5z\"]\n};\nvar faVihara = {\n prefix: 'fas',\n iconName: 'vihara',\n icon: [640, 512, [], \"f6a7\", \"M632.88 400.71L544 352v-64l55.16-17.69c11.79-5.9 11.79-22.72 0-28.62L480 192v-64l27.31-16.3c7.72-7.72 5.61-20.74-4.16-25.62L320 0 136.85 86.07c-9.77 4.88-11.88 17.9-4.16 25.62L160 128v64L40.84 241.69c-11.79 5.9-11.79 22.72 0 28.62L96 288v64L7.12 400.71c-5.42 3.62-7.7 9.63-7 15.29.62 5.01 3.57 9.75 8.72 12.33L64 448v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h160v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h160v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48l55.15-19.67c5.16-2.58 8.1-7.32 8.72-12.33.71-5.67-1.57-11.68-6.99-15.29zM224 128h192v64H224v-64zm-64 224v-64h320v64H160z\"]\n};\nvar faVoicemail = {\n prefix: 'fas',\n iconName: 'voicemail',\n icon: [640, 512, [], \"f897\", \"M496 128a144 144 0 0 0-119.74 224H263.74A144 144 0 1 0 144 416h352a144 144 0 0 0 0-288zM64 272a80 80 0 1 1 80 80 80 80 0 0 1-80-80zm432 80a80 80 0 1 1 80-80 80 80 0 0 1-80 80z\"]\n};\nvar faVolleyballBall = {\n prefix: 'fas',\n iconName: 'volleyball-ball',\n icon: [512, 512, [], \"f45f\", \"M231.39 243.48a285.56 285.56 0 0 0-22.7-105.7c-90.8 42.4-157.5 122.4-180.3 216.8a249 249 0 0 0 56.9 81.1 333.87 333.87 0 0 1 146.1-192.2zm-36.9-134.4a284.23 284.23 0 0 0-57.4-70.7c-91 49.8-144.8 152.9-125 262.2 33.4-83.1 98.4-152 182.4-191.5zm187.6 165.1c8.6-99.8-27.3-197.5-97.5-264.4-14.7-1.7-51.6-5.5-98.9 8.5A333.87 333.87 0 0 1 279.19 241a285 285 0 0 0 102.9 33.18zm-124.7 9.5a286.33 286.33 0 0 0-80.2 72.6c82 57.3 184.5 75.1 277.5 47.8a247.15 247.15 0 0 0 42.2-89.9 336.1 336.1 0 0 1-80.9 10.4c-54.6-.1-108.9-14.1-158.6-40.9zm-98.3 99.7c-15.2 26-25.7 54.4-32.1 84.2a247.07 247.07 0 0 0 289-22.1c-112.9 16.1-203.3-24.8-256.9-62.1zm180.3-360.6c55.3 70.4 82.5 161.2 74.6 253.6a286.59 286.59 0 0 0 89.7-14.2c0-2 .3-4 .3-6 0-107.8-68.7-199.1-164.6-233.4z\"]\n};\nvar faVolumeDown = {\n prefix: 'fas',\n iconName: 'volume-down',\n icon: [384, 512, [], \"f027\", \"M215.03 72.04L126.06 161H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V89.02c0-21.47-25.96-31.98-40.97-16.98zm123.2 108.08c-11.58-6.33-26.19-2.16-32.61 9.45-6.39 11.61-2.16 26.2 9.45 32.61C327.98 229.28 336 242.62 336 257c0 14.38-8.02 27.72-20.92 34.81-11.61 6.41-15.84 21-9.45 32.61 6.43 11.66 21.05 15.8 32.61 9.45 28.23-15.55 45.77-45 45.77-76.88s-17.54-61.32-45.78-76.87z\"]\n};\nvar faVolumeMute = {\n prefix: 'fas',\n iconName: 'volume-mute',\n icon: [512, 512, [], \"f6a9\", \"M215.03 71.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V88.02c0-21.46-25.96-31.98-40.97-16.97zM461.64 256l45.64-45.64c6.3-6.3 6.3-16.52 0-22.82l-22.82-22.82c-6.3-6.3-16.52-6.3-22.82 0L416 210.36l-45.64-45.64c-6.3-6.3-16.52-6.3-22.82 0l-22.82 22.82c-6.3 6.3-6.3 16.52 0 22.82L370.36 256l-45.63 45.63c-6.3 6.3-6.3 16.52 0 22.82l22.82 22.82c6.3 6.3 16.52 6.3 22.82 0L416 301.64l45.64 45.64c6.3 6.3 16.52 6.3 22.82 0l22.82-22.82c6.3-6.3 6.3-16.52 0-22.82L461.64 256z\"]\n};\nvar faVolumeOff = {\n prefix: 'fas',\n iconName: 'volume-off',\n icon: [256, 512, [], \"f026\", \"M215 71l-89 89H24a24 24 0 0 0-24 24v144a24 24 0 0 0 24 24h102.06L215 441c15 15 41 4.47 41-17V88c0-21.47-26-32-41-17z\"]\n};\nvar faVolumeUp = {\n prefix: 'fas',\n iconName: 'volume-up',\n icon: [576, 512, [], \"f028\", \"M215.03 71.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V88.02c0-21.46-25.96-31.98-40.97-16.97zm233.32-51.08c-11.17-7.33-26.18-4.24-33.51 6.95-7.34 11.17-4.22 26.18 6.95 33.51 66.27 43.49 105.82 116.6 105.82 195.58 0 78.98-39.55 152.09-105.82 195.58-11.17 7.32-14.29 22.34-6.95 33.5 7.04 10.71 21.93 14.56 33.51 6.95C528.27 439.58 576 351.33 576 256S528.27 72.43 448.35 19.97zM480 256c0-63.53-32.06-121.94-85.77-156.24-11.19-7.14-26.03-3.82-33.12 7.46s-3.78 26.21 7.41 33.36C408.27 165.97 432 209.11 432 256s-23.73 90.03-63.48 115.42c-11.19 7.14-14.5 22.07-7.41 33.36 6.51 10.36 21.12 15.14 33.12 7.46C447.94 377.94 480 319.54 480 256zm-141.77-76.87c-11.58-6.33-26.19-2.16-32.61 9.45-6.39 11.61-2.16 26.2 9.45 32.61C327.98 228.28 336 241.63 336 256c0 14.38-8.02 27.72-20.92 34.81-11.61 6.41-15.84 21-9.45 32.61 6.43 11.66 21.05 15.8 32.61 9.45 28.23-15.55 45.77-45 45.77-76.88s-17.54-61.32-45.78-76.86z\"]\n};\nvar faVoteYea = {\n prefix: 'fas',\n iconName: 'vote-yea',\n icon: [640, 512, [], \"f772\", \"M608 320h-64v64h22.4c5.3 0 9.6 3.6 9.6 8v16c0 4.4-4.3 8-9.6 8H73.6c-5.3 0-9.6-3.6-9.6-8v-16c0-4.4 4.3-8 9.6-8H96v-64H32c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32h576c17.7 0 32-14.3 32-32v-96c0-17.7-14.3-32-32-32zm-96 64V64.3c0-17.9-14.5-32.3-32.3-32.3H160.4C142.5 32 128 46.5 128 64.3V384h384zM211.2 202l25.5-25.3c4.2-4.2 11-4.2 15.2.1l41.3 41.6 95.2-94.4c4.2-4.2 11-4.2 15.2.1l25.3 25.5c4.2 4.2 4.2 11-.1 15.2L300.5 292c-4.2 4.2-11 4.2-15.2-.1l-74.1-74.7c-4.3-4.2-4.2-11 0-15.2z\"]\n};\nvar faVrCardboard = {\n prefix: 'fas',\n iconName: 'vr-cardboard',\n icon: [640, 512, [], \"f729\", \"M608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h160.22c25.19 0 48.03-14.77 58.36-37.74l27.74-61.64C286.21 331.08 302.35 320 320 320s33.79 11.08 41.68 28.62l27.74 61.64C399.75 433.23 422.6 448 447.78 448H608c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zM160 304c-35.35 0-64-28.65-64-64s28.65-64 64-64 64 28.65 64 64-28.65 64-64 64zm320 0c-35.35 0-64-28.65-64-64s28.65-64 64-64 64 28.65 64 64-28.65 64-64 64z\"]\n};\nvar faWalking = {\n prefix: 'fas',\n iconName: 'walking',\n icon: [320, 512, [], \"f554\", \"M208 96c26.5 0 48-21.5 48-48S234.5 0 208 0s-48 21.5-48 48 21.5 48 48 48zm94.5 149.1l-23.3-11.8-9.7-29.4c-14.7-44.6-55.7-75.8-102.2-75.9-36-.1-55.9 10.1-93.3 25.2-21.6 8.7-39.3 25.2-49.7 46.2L17.6 213c-7.8 15.8-1.5 35 14.2 42.9 15.6 7.9 34.6 1.5 42.5-14.3L81 228c3.5-7 9.3-12.5 16.5-15.4l26.8-10.8-15.2 60.7c-5.2 20.8.4 42.9 14.9 58.8l59.9 65.4c7.2 7.9 12.3 17.4 14.9 27.7l18.3 73.3c4.3 17.1 21.7 27.6 38.8 23.3 17.1-4.3 27.6-21.7 23.3-38.8l-22.2-89c-2.6-10.3-7.7-19.9-14.9-27.7l-45.5-49.7 17.2-68.7 5.5 16.5c5.3 16.1 16.7 29.4 31.7 37l23.3 11.8c15.6 7.9 34.6 1.5 42.5-14.3 7.7-15.7 1.4-35.1-14.3-43zM73.6 385.8c-3.2 8.1-8 15.4-14.2 21.5l-50 50.1c-12.5 12.5-12.5 32.8 0 45.3s32.7 12.5 45.2 0l59.4-59.4c6.1-6.1 10.9-13.4 14.2-21.5l13.5-33.8c-55.3-60.3-38.7-41.8-47.4-53.7l-20.7 51.5z\"]\n};\nvar faWallet = {\n prefix: 'fas',\n iconName: 'wallet',\n icon: [512, 512, [], \"f555\", \"M461.2 128H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h384c8.84 0 16-7.16 16-16 0-26.51-21.49-48-48-48H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h397.2c28.02 0 50.8-21.53 50.8-48V176c0-26.47-22.78-48-50.8-48zM416 336c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faWarehouse = {\n prefix: 'fas',\n iconName: 'warehouse',\n icon: [640, 512, [], \"f494\", \"M504 352H136.4c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8H504c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm0 96H136.1c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm0-192H136.6c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8H504c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm106.5-139L338.4 3.7a48.15 48.15 0 0 0-36.9 0L29.5 117C11.7 124.5 0 141.9 0 161.3V504c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8V256c0-17.6 14.6-32 32.6-32h382.8c18 0 32.6 14.4 32.6 32v248c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8V161.3c0-19.4-11.7-36.8-29.5-44.3z\"]\n};\nvar faWater = {\n prefix: 'fas',\n iconName: 'water',\n icon: [576, 512, [], \"f773\", \"M562.1 383.9c-21.5-2.4-42.1-10.5-57.9-22.9-14.1-11.1-34.2-11.3-48.2 0-37.9 30.4-107.2 30.4-145.7-1.5-13.5-11.2-33-9.1-46.7 1.8-38 30.1-106.9 30-145.2-1.7-13.5-11.2-33.3-8.9-47.1 2-15.5 12.2-36 20.1-57.7 22.4-7.9.8-13.6 7.8-13.6 15.7v32.2c0 9.1 7.6 16.8 16.7 16 28.8-2.5 56.1-11.4 79.4-25.9 56.5 34.6 137 34.1 192 0 56.5 34.6 137 34.1 192 0 23.3 14.2 50.9 23.3 79.1 25.8 9.1.8 16.7-6.9 16.7-16v-31.6c.1-8-5.7-15.4-13.8-16.3zm0-144c-21.5-2.4-42.1-10.5-57.9-22.9-14.1-11.1-34.2-11.3-48.2 0-37.9 30.4-107.2 30.4-145.7-1.5-13.5-11.2-33-9.1-46.7 1.8-38 30.1-106.9 30-145.2-1.7-13.5-11.2-33.3-8.9-47.1 2-15.5 12.2-36 20.1-57.7 22.4-7.9.8-13.6 7.8-13.6 15.7v32.2c0 9.1 7.6 16.8 16.7 16 28.8-2.5 56.1-11.4 79.4-25.9 56.5 34.6 137 34.1 192 0 56.5 34.6 137 34.1 192 0 23.3 14.2 50.9 23.3 79.1 25.8 9.1.8 16.7-6.9 16.7-16v-31.6c.1-8-5.7-15.4-13.8-16.3zm0-144C540.6 93.4 520 85.4 504.2 73 490.1 61.9 470 61.7 456 73c-37.9 30.4-107.2 30.4-145.7-1.5-13.5-11.2-33-9.1-46.7 1.8-38 30.1-106.9 30-145.2-1.7-13.5-11.2-33.3-8.9-47.1 2-15.5 12.2-36 20.1-57.7 22.4-7.9.8-13.6 7.8-13.6 15.7v32.2c0 9.1 7.6 16.8 16.7 16 28.8-2.5 56.1-11.4 79.4-25.9 56.5 34.6 137 34.1 192 0 56.5 34.6 137 34.1 192 0 23.3 14.2 50.9 23.3 79.1 25.8 9.1.8 16.7-6.9 16.7-16v-31.6c.1-8-5.7-15.4-13.8-16.3z\"]\n};\nvar faWaveSquare = {\n prefix: 'fas',\n iconName: 'wave-square',\n icon: [640, 512, [], \"f83e\", \"M476 480H324a36 36 0 0 1-36-36V96h-96v156a36 36 0 0 1-36 36H16a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h112V68a36 36 0 0 1 36-36h152a36 36 0 0 1 36 36v348h96V260a36 36 0 0 1 36-36h140a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H512v156a36 36 0 0 1-36 36z\"]\n};\nvar faWeight = {\n prefix: 'fas',\n iconName: 'weight',\n icon: [512, 512, [], \"f496\", \"M448 64h-25.98C438.44 92.28 448 125.01 448 160c0 105.87-86.13 192-192 192S64 265.87 64 160c0-34.99 9.56-67.72 25.98-96H64C28.71 64 0 92.71 0 128v320c0 35.29 28.71 64 64 64h384c35.29 0 64-28.71 64-64V128c0-35.29-28.71-64-64-64zM256 320c88.37 0 160-71.63 160-160S344.37 0 256 0 96 71.63 96 160s71.63 160 160 160zm-.3-151.94l33.58-78.36c3.5-8.17 12.94-11.92 21.03-8.41 8.12 3.48 11.88 12.89 8.41 21l-33.67 78.55C291.73 188 296 197.45 296 208c0 22.09-17.91 40-40 40s-40-17.91-40-40c0-21.98 17.76-39.77 39.7-39.94z\"]\n};\nvar faWeightHanging = {\n prefix: 'fas',\n iconName: 'weight-hanging',\n icon: [512, 512, [], \"f5cd\", \"M510.28 445.86l-73.03-292.13c-3.8-15.19-16.44-25.72-30.87-25.72h-60.25c3.57-10.05 5.88-20.72 5.88-32 0-53.02-42.98-96-96-96s-96 42.98-96 96c0 11.28 2.3 21.95 5.88 32h-60.25c-14.43 0-27.08 10.54-30.87 25.72L1.72 445.86C-6.61 479.17 16.38 512 48.03 512h415.95c31.64 0 54.63-32.83 46.3-66.14zM256 128c-17.64 0-32-14.36-32-32s14.36-32 32-32 32 14.36 32 32-14.36 32-32 32z\"]\n};\nvar faWheelchair = {\n prefix: 'fas',\n iconName: 'wheelchair',\n icon: [512, 512, [], \"f193\", \"M496.101 385.669l14.227 28.663c3.929 7.915.697 17.516-7.218 21.445l-65.465 32.886c-16.049 7.967-35.556 1.194-43.189-15.055L331.679 320H192c-15.925 0-29.426-11.71-31.679-27.475C126.433 55.308 128.38 70.044 128 64c0-36.358 30.318-65.635 67.052-63.929 33.271 1.545 60.048 28.905 60.925 62.201.868 32.933-23.152 60.423-54.608 65.039l4.67 32.69H336c8.837 0 16 7.163 16 16v32c0 8.837-7.163 16-16 16H215.182l4.572 32H352a32 32 0 0 1 28.962 18.392L438.477 396.8l36.178-18.349c7.915-3.929 17.517-.697 21.446 7.218zM311.358 352h-24.506c-7.788 54.204-54.528 96-110.852 96-61.757 0-112-50.243-112-112 0-41.505 22.694-77.809 56.324-97.156-3.712-25.965-6.844-47.86-9.488-66.333C45.956 198.464 0 261.963 0 336c0 97.047 78.953 176 176 176 71.87 0 133.806-43.308 161.11-105.192L311.358 352z\"]\n};\nvar faWifi = {\n prefix: 'fas',\n iconName: 'wifi',\n icon: [640, 512, [], \"f1eb\", \"M634.91 154.88C457.74-8.99 182.19-8.93 5.09 154.88c-6.66 6.16-6.79 16.59-.35 22.98l34.24 33.97c6.14 6.1 16.02 6.23 22.4.38 145.92-133.68 371.3-133.71 517.25 0 6.38 5.85 16.26 5.71 22.4-.38l34.24-33.97c6.43-6.39 6.3-16.82-.36-22.98zM320 352c-35.35 0-64 28.65-64 64s28.65 64 64 64 64-28.65 64-64-28.65-64-64-64zm202.67-83.59c-115.26-101.93-290.21-101.82-405.34 0-6.9 6.1-7.12 16.69-.57 23.15l34.44 33.99c6 5.92 15.66 6.32 22.05.8 83.95-72.57 209.74-72.41 293.49 0 6.39 5.52 16.05 5.13 22.05-.8l34.44-33.99c6.56-6.46 6.33-17.06-.56-23.15z\"]\n};\nvar faWind = {\n prefix: 'fas',\n iconName: 'wind',\n icon: [512, 512, [], \"f72e\", \"M156.7 256H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h142.2c15.9 0 30.8 10.9 33.4 26.6 3.3 20-12.1 37.4-31.6 37.4-14.1 0-26.1-9.2-30.4-21.9-2.1-6.3-8.6-10.1-15.2-10.1H81.6c-9.8 0-17.7 8.8-15.9 18.4 8.6 44.1 47.6 77.6 94.2 77.6 57.1 0 102.7-50.1 95.2-108.6C249 291 205.4 256 156.7 256zM16 224h336c59.7 0 106.8-54.8 93.8-116.7-7.6-36.2-36.9-65.5-73.1-73.1-55.4-11.6-105.1 24.9-114.9 75.5-1.9 9.6 6.1 18.3 15.8 18.3h32.8c6.7 0 13.1-3.8 15.2-10.1C325.9 105.2 337.9 96 352 96c19.4 0 34.9 17.4 31.6 37.4-2.6 15.7-17.4 26.6-33.4 26.6H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16zm384 32H243.7c19.3 16.6 33.2 38.8 39.8 64H400c26.5 0 48 21.5 48 48s-21.5 48-48 48c-17.9 0-33.3-9.9-41.6-24.4-2.9-5-8.7-7.6-14.5-7.6h-33.8c-10.9 0-19 10.8-15.3 21.1 17.8 50.6 70.5 84.8 129.4 72.3 41.2-8.7 75.1-41.6 84.7-82.7C526 321.5 470.5 256 400 256z\"]\n};\nvar faWindowClose = {\n prefix: 'fas',\n iconName: 'window-close',\n icon: [512, 512, [], \"f410\", \"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-83.6 290.5c4.8 4.8 4.8 12.6 0 17.4l-40.5 40.5c-4.8 4.8-12.6 4.8-17.4 0L256 313.3l-66.5 67.1c-4.8 4.8-12.6 4.8-17.4 0l-40.5-40.5c-4.8-4.8-4.8-12.6 0-17.4l67.1-66.5-67.1-66.5c-4.8-4.8-4.8-12.6 0-17.4l40.5-40.5c4.8-4.8 12.6-4.8 17.4 0l66.5 67.1 66.5-67.1c4.8-4.8 12.6-4.8 17.4 0l40.5 40.5c4.8 4.8 4.8 12.6 0 17.4L313.3 256l67.1 66.5z\"]\n};\nvar faWindowMaximize = {\n prefix: 'fas',\n iconName: 'window-maximize',\n icon: [512, 512, [], \"f2d0\", \"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-16 160H64v-84c0-6.6 5.4-12 12-12h360c6.6 0 12 5.4 12 12v84z\"]\n};\nvar faWindowMinimize = {\n prefix: 'fas',\n iconName: 'window-minimize',\n icon: [512, 512, [], \"f2d1\", \"M464 352H48c-26.5 0-48 21.5-48 48v32c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48v-32c0-26.5-21.5-48-48-48z\"]\n};\nvar faWindowRestore = {\n prefix: 'fas',\n iconName: 'window-restore',\n icon: [512, 512, [], \"f2d2\", \"M512 48v288c0 26.5-21.5 48-48 48h-48V176c0-44.1-35.9-80-80-80H128V48c0-26.5 21.5-48 48-48h288c26.5 0 48 21.5 48 48zM384 176v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h288c26.5 0 48 21.5 48 48zm-68 28c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v52h252v-52z\"]\n};\nvar faWineBottle = {\n prefix: 'fas',\n iconName: 'wine-bottle',\n icon: [512, 512, [], \"f72f\", \"M507.31 72.57L439.43 4.69c-6.25-6.25-16.38-6.25-22.63 0l-22.63 22.63c-6.25 6.25-6.25 16.38 0 22.63l-76.67 76.67c-46.58-19.7-102.4-10.73-140.37 27.23L18.75 312.23c-24.99 24.99-24.99 65.52 0 90.51l90.51 90.51c24.99 24.99 65.52 24.99 90.51 0l158.39-158.39c37.96-37.96 46.93-93.79 27.23-140.37l76.67-76.67c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.24-6.24 6.24-16.37-.01-22.62zM179.22 423.29l-90.51-90.51 122.04-122.04 90.51 90.51-122.04 122.04z\"]\n};\nvar faWineGlass = {\n prefix: 'fas',\n iconName: 'wine-glass',\n icon: [288, 512, [], \"f4e3\", \"M216 464h-40V346.81c68.47-15.89 118.05-79.91 111.4-154.16l-15.95-178.1C270.71 6.31 263.9 0 255.74 0H32.26c-8.15 0-14.97 6.31-15.7 14.55L.6 192.66C-6.05 266.91 43.53 330.93 112 346.82V464H72c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h208c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40z\"]\n};\nvar faWineGlassAlt = {\n prefix: 'fas',\n iconName: 'wine-glass-alt',\n icon: [288, 512, [], \"f5ce\", \"M216 464h-40V346.81c68.47-15.89 118.05-79.91 111.4-154.16l-15.95-178.1C270.71 6.31 263.9 0 255.74 0H32.26c-8.15 0-14.97 6.31-15.7 14.55L.6 192.66C-6.05 266.91 43.53 330.93 112 346.82V464H72c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h208c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40zM61.75 48h164.5l7.17 80H54.58l7.17-80z\"]\n};\nvar faWonSign = {\n prefix: 'fas',\n iconName: 'won-sign',\n icon: [576, 512, [], \"f159\", \"M564 192c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-48l18.6-80.6c1.7-7.5-4-14.7-11.7-14.7h-46.1c-5.7 0-10.6 4-11.7 9.5L450.7 128H340.8l-19.7-86c-1.3-5.5-6.1-9.3-11.7-9.3h-44c-5.6 0-10.4 3.8-11.7 9.3l-20 86H125l-17.5-85.7c-1.1-5.6-6.1-9.6-11.8-9.6H53.6c-7.7 0-13.4 7.1-11.7 14.6L60 128H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h62.3l7.2 32H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h83.9l40.9 182.6c1.2 5.5 6.1 9.4 11.7 9.4h56.8c5.6 0 10.4-3.9 11.7-9.3L259.3 288h55.1l42.4 182.7c1.3 5.4 6.1 9.3 11.7 9.3h56.8c5.6 0 10.4-3.9 11.7-9.3L479.1 288H564c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-70.1l7.4-32zM183.8 342c-6.2 25.8-6.8 47.2-7.3 47.2h-1.1s-1.7-22-6.8-47.2l-11-54h38.8zm27.5-118h-66.8l-6.5-32h80.8zm62.9 0l2-8.6c1.9-8 3.5-16 4.8-23.4h11.8c1.3 7.4 2.9 15.4 4.8 23.4l2 8.6zm130.9 118c-5.1 25.2-6.8 47.2-6.8 47.2h-1.1c-.6 0-1.1-21.4-7.3-47.2l-12.4-54h39.1zm25.2-118h-67.4l-7.3-32h81.6z\"]\n};\nvar faWrench = {\n prefix: 'fas',\n iconName: 'wrench',\n icon: [512, 512, [], \"f0ad\", \"M507.73 109.1c-2.24-9.03-13.54-12.09-20.12-5.51l-74.36 74.36-67.88-11.31-11.31-67.88 74.36-74.36c6.62-6.62 3.43-17.9-5.66-20.16-47.38-11.74-99.55.91-136.58 37.93-39.64 39.64-50.55 97.1-34.05 147.2L18.74 402.76c-24.99 24.99-24.99 65.51 0 90.5 24.99 24.99 65.51 24.99 90.5 0l213.21-213.21c50.12 16.71 107.47 5.68 147.37-34.22 37.07-37.07 49.7-89.32 37.91-136.73zM64 472c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faXRay = {\n prefix: 'fas',\n iconName: 'x-ray',\n icon: [640, 512, [], \"f497\", \"M240 384c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm160 32c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zM624 0H16C7.2 0 0 7.2 0 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16zm0 448h-48V96H64v352H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM480 248c0 4.4-3.6 8-8 8H336v32h104c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H336v32h64c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48v-16h-64v16c0 26.5-21.5 48-48 48s-48-21.5-48-48 21.5-48 48-48h64v-32H200c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h104v-32H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h136v-32H200c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h104v-24c0-4.4 3.6-8 8-8h16c4.4 0 8 3.6 8 8v24h104c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H336v32h136c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faYenSign = {\n prefix: 'fas',\n iconName: 'yen-sign',\n icon: [384, 512, [], \"f157\", \"M351.2 32h-65.3c-4.6 0-8.8 2.6-10.8 6.7l-55.4 113.2c-14.5 34.7-27.1 71.9-27.1 71.9h-1.3s-12.6-37.2-27.1-71.9L108.8 38.7c-2-4.1-6.2-6.7-10.8-6.7H32.8c-9.1 0-14.8 9.7-10.6 17.6L102.3 200H44c-6.6 0-12 5.4-12 12v32c0 6.6 5.4 12 12 12h88.2l19.8 37.2V320H44c-6.6 0-12 5.4-12 12v32c0 6.6 5.4 12 12 12h108v92c0 6.6 5.4 12 12 12h56c6.6 0 12-5.4 12-12v-92h108c6.6 0 12-5.4 12-12v-32c0-6.6-5.4-12-12-12H232v-26.8l19.8-37.2H340c6.6 0 12-5.4 12-12v-32c0-6.6-5.4-12-12-12h-58.3l80.1-150.4c4.3-7.9-1.5-17.6-10.6-17.6z\"]\n};\nvar faYinYang = {\n prefix: 'fas',\n iconName: 'yin-yang',\n icon: [496, 512, [], \"f6ad\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 376c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-128c-53.02 0-96 42.98-96 96s42.98 96 96 96c-106.04 0-192-85.96-192-192S141.96 64 248 64c53.02 0 96 42.98 96 96s-42.98 96-96 96zm0-128c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z\"]\n};\nvar _iconsCache = {\n faAd: faAd,\n faAddressBook: faAddressBook,\n faAddressCard: faAddressCard,\n faAdjust: faAdjust,\n faAirFreshener: faAirFreshener,\n faAlignCenter: faAlignCenter,\n faAlignJustify: faAlignJustify,\n faAlignLeft: faAlignLeft,\n faAlignRight: faAlignRight,\n faAllergies: faAllergies,\n faAmbulance: faAmbulance,\n faAmericanSignLanguageInterpreting: faAmericanSignLanguageInterpreting,\n faAnchor: faAnchor,\n faAngleDoubleDown: faAngleDoubleDown,\n faAngleDoubleLeft: faAngleDoubleLeft,\n faAngleDoubleRight: faAngleDoubleRight,\n faAngleDoubleUp: faAngleDoubleUp,\n faAngleDown: faAngleDown,\n faAngleLeft: faAngleLeft,\n faAngleRight: faAngleRight,\n faAngleUp: faAngleUp,\n faAngry: faAngry,\n faAnkh: faAnkh,\n faAppleAlt: faAppleAlt,\n faArchive: faArchive,\n faArchway: faArchway,\n faArrowAltCircleDown: faArrowAltCircleDown,\n faArrowAltCircleLeft: faArrowAltCircleLeft,\n faArrowAltCircleRight: faArrowAltCircleRight,\n faArrowAltCircleUp: faArrowAltCircleUp,\n faArrowCircleDown: faArrowCircleDown,\n faArrowCircleLeft: faArrowCircleLeft,\n faArrowCircleRight: faArrowCircleRight,\n faArrowCircleUp: faArrowCircleUp,\n faArrowDown: faArrowDown,\n faArrowLeft: faArrowLeft,\n faArrowRight: faArrowRight,\n faArrowUp: faArrowUp,\n faArrowsAlt: faArrowsAlt,\n faArrowsAltH: faArrowsAltH,\n faArrowsAltV: faArrowsAltV,\n faAssistiveListeningSystems: faAssistiveListeningSystems,\n faAsterisk: faAsterisk,\n faAt: faAt,\n faAtlas: faAtlas,\n faAtom: faAtom,\n faAudioDescription: faAudioDescription,\n faAward: faAward,\n faBaby: faBaby,\n faBabyCarriage: faBabyCarriage,\n faBackspace: faBackspace,\n faBackward: faBackward,\n faBacon: faBacon,\n faBalanceScale: faBalanceScale,\n faBalanceScaleLeft: faBalanceScaleLeft,\n faBalanceScaleRight: faBalanceScaleRight,\n faBan: faBan,\n faBandAid: faBandAid,\n faBarcode: faBarcode,\n faBars: faBars,\n faBaseballBall: faBaseballBall,\n faBasketballBall: faBasketballBall,\n faBath: faBath,\n faBatteryEmpty: faBatteryEmpty,\n faBatteryFull: faBatteryFull,\n faBatteryHalf: faBatteryHalf,\n faBatteryQuarter: faBatteryQuarter,\n faBatteryThreeQuarters: faBatteryThreeQuarters,\n faBed: faBed,\n faBeer: faBeer,\n faBell: faBell,\n faBellSlash: faBellSlash,\n faBezierCurve: faBezierCurve,\n faBible: faBible,\n faBicycle: faBicycle,\n faBiking: faBiking,\n faBinoculars: faBinoculars,\n faBiohazard: faBiohazard,\n faBirthdayCake: faBirthdayCake,\n faBlender: faBlender,\n faBlenderPhone: faBlenderPhone,\n faBlind: faBlind,\n faBlog: faBlog,\n faBold: faBold,\n faBolt: faBolt,\n faBomb: faBomb,\n faBone: faBone,\n faBong: faBong,\n faBook: faBook,\n faBookDead: faBookDead,\n faBookMedical: faBookMedical,\n faBookOpen: faBookOpen,\n faBookReader: faBookReader,\n faBookmark: faBookmark,\n faBorderAll: faBorderAll,\n faBorderNone: faBorderNone,\n faBorderStyle: faBorderStyle,\n faBowlingBall: faBowlingBall,\n faBox: faBox,\n faBoxOpen: faBoxOpen,\n faBoxes: faBoxes,\n faBraille: faBraille,\n faBrain: faBrain,\n faBreadSlice: faBreadSlice,\n faBriefcase: faBriefcase,\n faBriefcaseMedical: faBriefcaseMedical,\n faBroadcastTower: faBroadcastTower,\n faBroom: faBroom,\n faBrush: faBrush,\n faBug: faBug,\n faBuilding: faBuilding,\n faBullhorn: faBullhorn,\n faBullseye: faBullseye,\n faBurn: faBurn,\n faBus: faBus,\n faBusAlt: faBusAlt,\n faBusinessTime: faBusinessTime,\n faCalculator: faCalculator,\n faCalendar: faCalendar,\n faCalendarAlt: faCalendarAlt,\n faCalendarCheck: faCalendarCheck,\n faCalendarDay: faCalendarDay,\n faCalendarMinus: faCalendarMinus,\n faCalendarPlus: faCalendarPlus,\n faCalendarTimes: faCalendarTimes,\n faCalendarWeek: faCalendarWeek,\n faCamera: faCamera,\n faCameraRetro: faCameraRetro,\n faCampground: faCampground,\n faCandyCane: faCandyCane,\n faCannabis: faCannabis,\n faCapsules: faCapsules,\n faCar: faCar,\n faCarAlt: faCarAlt,\n faCarBattery: faCarBattery,\n faCarCrash: faCarCrash,\n faCarSide: faCarSide,\n faCaretDown: faCaretDown,\n faCaretLeft: faCaretLeft,\n faCaretRight: faCaretRight,\n faCaretSquareDown: faCaretSquareDown,\n faCaretSquareLeft: faCaretSquareLeft,\n faCaretSquareRight: faCaretSquareRight,\n faCaretSquareUp: faCaretSquareUp,\n faCaretUp: faCaretUp,\n faCarrot: faCarrot,\n faCartArrowDown: faCartArrowDown,\n faCartPlus: faCartPlus,\n faCashRegister: faCashRegister,\n faCat: faCat,\n faCertificate: faCertificate,\n faChair: faChair,\n faChalkboard: faChalkboard,\n faChalkboardTeacher: faChalkboardTeacher,\n faChargingStation: faChargingStation,\n faChartArea: faChartArea,\n faChartBar: faChartBar,\n faChartLine: faChartLine,\n faChartPie: faChartPie,\n faCheck: faCheck,\n faCheckCircle: faCheckCircle,\n faCheckDouble: faCheckDouble,\n faCheckSquare: faCheckSquare,\n faCheese: faCheese,\n faChess: faChess,\n faChessBishop: faChessBishop,\n faChessBoard: faChessBoard,\n faChessKing: faChessKing,\n faChessKnight: faChessKnight,\n faChessPawn: faChessPawn,\n faChessQueen: faChessQueen,\n faChessRook: faChessRook,\n faChevronCircleDown: faChevronCircleDown,\n faChevronCircleLeft: faChevronCircleLeft,\n faChevronCircleRight: faChevronCircleRight,\n faChevronCircleUp: faChevronCircleUp,\n faChevronDown: faChevronDown,\n faChevronLeft: faChevronLeft,\n faChevronRight: faChevronRight,\n faChevronUp: faChevronUp,\n faChild: faChild,\n faChurch: faChurch,\n faCircle: faCircle,\n faCircleNotch: faCircleNotch,\n faCity: faCity,\n faClinicMedical: faClinicMedical,\n faClipboard: faClipboard,\n faClipboardCheck: faClipboardCheck,\n faClipboardList: faClipboardList,\n faClock: faClock,\n faClone: faClone,\n faClosedCaptioning: faClosedCaptioning,\n faCloud: faCloud,\n faCloudDownloadAlt: faCloudDownloadAlt,\n faCloudMeatball: faCloudMeatball,\n faCloudMoon: faCloudMoon,\n faCloudMoonRain: faCloudMoonRain,\n faCloudRain: faCloudRain,\n faCloudShowersHeavy: faCloudShowersHeavy,\n faCloudSun: faCloudSun,\n faCloudSunRain: faCloudSunRain,\n faCloudUploadAlt: faCloudUploadAlt,\n faCocktail: faCocktail,\n faCode: faCode,\n faCodeBranch: faCodeBranch,\n faCoffee: faCoffee,\n faCog: faCog,\n faCogs: faCogs,\n faCoins: faCoins,\n faColumns: faColumns,\n faComment: faComment,\n faCommentAlt: faCommentAlt,\n faCommentDollar: faCommentDollar,\n faCommentDots: faCommentDots,\n faCommentMedical: faCommentMedical,\n faCommentSlash: faCommentSlash,\n faComments: faComments,\n faCommentsDollar: faCommentsDollar,\n faCompactDisc: faCompactDisc,\n faCompass: faCompass,\n faCompress: faCompress,\n faCompressArrowsAlt: faCompressArrowsAlt,\n faConciergeBell: faConciergeBell,\n faCookie: faCookie,\n faCookieBite: faCookieBite,\n faCopy: faCopy,\n faCopyright: faCopyright,\n faCouch: faCouch,\n faCreditCard: faCreditCard,\n faCrop: faCrop,\n faCropAlt: faCropAlt,\n faCross: faCross,\n faCrosshairs: faCrosshairs,\n faCrow: faCrow,\n faCrown: faCrown,\n faCrutch: faCrutch,\n faCube: faCube,\n faCubes: faCubes,\n faCut: faCut,\n faDatabase: faDatabase,\n faDeaf: faDeaf,\n faDemocrat: faDemocrat,\n faDesktop: faDesktop,\n faDharmachakra: faDharmachakra,\n faDiagnoses: faDiagnoses,\n faDice: faDice,\n faDiceD20: faDiceD20,\n faDiceD6: faDiceD6,\n faDiceFive: faDiceFive,\n faDiceFour: faDiceFour,\n faDiceOne: faDiceOne,\n faDiceSix: faDiceSix,\n faDiceThree: faDiceThree,\n faDiceTwo: faDiceTwo,\n faDigitalTachograph: faDigitalTachograph,\n faDirections: faDirections,\n faDivide: faDivide,\n faDizzy: faDizzy,\n faDna: faDna,\n faDog: faDog,\n faDollarSign: faDollarSign,\n faDolly: faDolly,\n faDollyFlatbed: faDollyFlatbed,\n faDonate: faDonate,\n faDoorClosed: faDoorClosed,\n faDoorOpen: faDoorOpen,\n faDotCircle: faDotCircle,\n faDove: faDove,\n faDownload: faDownload,\n faDraftingCompass: faDraftingCompass,\n faDragon: faDragon,\n faDrawPolygon: faDrawPolygon,\n faDrum: faDrum,\n faDrumSteelpan: faDrumSteelpan,\n faDrumstickBite: faDrumstickBite,\n faDumbbell: faDumbbell,\n faDumpster: faDumpster,\n faDumpsterFire: faDumpsterFire,\n faDungeon: faDungeon,\n faEdit: faEdit,\n faEgg: faEgg,\n faEject: faEject,\n faEllipsisH: faEllipsisH,\n faEllipsisV: faEllipsisV,\n faEnvelope: faEnvelope,\n faEnvelopeOpen: faEnvelopeOpen,\n faEnvelopeOpenText: faEnvelopeOpenText,\n faEnvelopeSquare: faEnvelopeSquare,\n faEquals: faEquals,\n faEraser: faEraser,\n faEthernet: faEthernet,\n faEuroSign: faEuroSign,\n faExchangeAlt: faExchangeAlt,\n faExclamation: faExclamation,\n faExclamationCircle: faExclamationCircle,\n faExclamationTriangle: faExclamationTriangle,\n faExpand: faExpand,\n faExpandArrowsAlt: faExpandArrowsAlt,\n faExternalLinkAlt: faExternalLinkAlt,\n faExternalLinkSquareAlt: faExternalLinkSquareAlt,\n faEye: faEye,\n faEyeDropper: faEyeDropper,\n faEyeSlash: faEyeSlash,\n faFan: faFan,\n faFastBackward: faFastBackward,\n faFastForward: faFastForward,\n faFax: faFax,\n faFeather: faFeather,\n faFeatherAlt: faFeatherAlt,\n faFemale: faFemale,\n faFighterJet: faFighterJet,\n faFile: faFile,\n faFileAlt: faFileAlt,\n faFileArchive: faFileArchive,\n faFileAudio: faFileAudio,\n faFileCode: faFileCode,\n faFileContract: faFileContract,\n faFileCsv: faFileCsv,\n faFileDownload: faFileDownload,\n faFileExcel: faFileExcel,\n faFileExport: faFileExport,\n faFileImage: faFileImage,\n faFileImport: faFileImport,\n faFileInvoice: faFileInvoice,\n faFileInvoiceDollar: faFileInvoiceDollar,\n faFileMedical: faFileMedical,\n faFileMedicalAlt: faFileMedicalAlt,\n faFilePdf: faFilePdf,\n faFilePowerpoint: faFilePowerpoint,\n faFilePrescription: faFilePrescription,\n faFileSignature: faFileSignature,\n faFileUpload: faFileUpload,\n faFileVideo: faFileVideo,\n faFileWord: faFileWord,\n faFill: faFill,\n faFillDrip: faFillDrip,\n faFilm: faFilm,\n faFilter: faFilter,\n faFingerprint: faFingerprint,\n faFire: faFire,\n faFireAlt: faFireAlt,\n faFireExtinguisher: faFireExtinguisher,\n faFirstAid: faFirstAid,\n faFish: faFish,\n faFistRaised: faFistRaised,\n faFlag: faFlag,\n faFlagCheckered: faFlagCheckered,\n faFlagUsa: faFlagUsa,\n faFlask: faFlask,\n faFlushed: faFlushed,\n faFolder: faFolder,\n faFolderMinus: faFolderMinus,\n faFolderOpen: faFolderOpen,\n faFolderPlus: faFolderPlus,\n faFont: faFont,\n faFontAwesomeLogoFull: faFontAwesomeLogoFull,\n faFootballBall: faFootballBall,\n faForward: faForward,\n faFrog: faFrog,\n faFrown: faFrown,\n faFrownOpen: faFrownOpen,\n faFunnelDollar: faFunnelDollar,\n faFutbol: faFutbol,\n faGamepad: faGamepad,\n faGasPump: faGasPump,\n faGavel: faGavel,\n faGem: faGem,\n faGenderless: faGenderless,\n faGhost: faGhost,\n faGift: faGift,\n faGifts: faGifts,\n faGlassCheers: faGlassCheers,\n faGlassMartini: faGlassMartini,\n faGlassMartiniAlt: faGlassMartiniAlt,\n faGlassWhiskey: faGlassWhiskey,\n faGlasses: faGlasses,\n faGlobe: faGlobe,\n faGlobeAfrica: faGlobeAfrica,\n faGlobeAmericas: faGlobeAmericas,\n faGlobeAsia: faGlobeAsia,\n faGlobeEurope: faGlobeEurope,\n faGolfBall: faGolfBall,\n faGopuram: faGopuram,\n faGraduationCap: faGraduationCap,\n faGreaterThan: faGreaterThan,\n faGreaterThanEqual: faGreaterThanEqual,\n faGrimace: faGrimace,\n faGrin: faGrin,\n faGrinAlt: faGrinAlt,\n faGrinBeam: faGrinBeam,\n faGrinBeamSweat: faGrinBeamSweat,\n faGrinHearts: faGrinHearts,\n faGrinSquint: faGrinSquint,\n faGrinSquintTears: faGrinSquintTears,\n faGrinStars: faGrinStars,\n faGrinTears: faGrinTears,\n faGrinTongue: faGrinTongue,\n faGrinTongueSquint: faGrinTongueSquint,\n faGrinTongueWink: faGrinTongueWink,\n faGrinWink: faGrinWink,\n faGripHorizontal: faGripHorizontal,\n faGripLines: faGripLines,\n faGripLinesVertical: faGripLinesVertical,\n faGripVertical: faGripVertical,\n faGuitar: faGuitar,\n faHSquare: faHSquare,\n faHamburger: faHamburger,\n faHammer: faHammer,\n faHamsa: faHamsa,\n faHandHolding: faHandHolding,\n faHandHoldingHeart: faHandHoldingHeart,\n faHandHoldingUsd: faHandHoldingUsd,\n faHandLizard: faHandLizard,\n faHandMiddleFinger: faHandMiddleFinger,\n faHandPaper: faHandPaper,\n faHandPeace: faHandPeace,\n faHandPointDown: faHandPointDown,\n faHandPointLeft: faHandPointLeft,\n faHandPointRight: faHandPointRight,\n faHandPointUp: faHandPointUp,\n faHandPointer: faHandPointer,\n faHandRock: faHandRock,\n faHandScissors: faHandScissors,\n faHandSpock: faHandSpock,\n faHands: faHands,\n faHandsHelping: faHandsHelping,\n faHandshake: faHandshake,\n faHanukiah: faHanukiah,\n faHardHat: faHardHat,\n faHashtag: faHashtag,\n faHatCowboy: faHatCowboy,\n faHatCowboySide: faHatCowboySide,\n faHatWizard: faHatWizard,\n faHaykal: faHaykal,\n faHdd: faHdd,\n faHeading: faHeading,\n faHeadphones: faHeadphones,\n faHeadphonesAlt: faHeadphonesAlt,\n faHeadset: faHeadset,\n faHeart: faHeart,\n faHeartBroken: faHeartBroken,\n faHeartbeat: faHeartbeat,\n faHelicopter: faHelicopter,\n faHighlighter: faHighlighter,\n faHiking: faHiking,\n faHippo: faHippo,\n faHistory: faHistory,\n faHockeyPuck: faHockeyPuck,\n faHollyBerry: faHollyBerry,\n faHome: faHome,\n faHorse: faHorse,\n faHorseHead: faHorseHead,\n faHospital: faHospital,\n faHospitalAlt: faHospitalAlt,\n faHospitalSymbol: faHospitalSymbol,\n faHotTub: faHotTub,\n faHotdog: faHotdog,\n faHotel: faHotel,\n faHourglass: faHourglass,\n faHourglassEnd: faHourglassEnd,\n faHourglassHalf: faHourglassHalf,\n faHourglassStart: faHourglassStart,\n faHouseDamage: faHouseDamage,\n faHryvnia: faHryvnia,\n faICursor: faICursor,\n faIceCream: faIceCream,\n faIcicles: faIcicles,\n faIcons: faIcons,\n faIdBadge: faIdBadge,\n faIdCard: faIdCard,\n faIdCardAlt: faIdCardAlt,\n faIgloo: faIgloo,\n faImage: faImage,\n faImages: faImages,\n faInbox: faInbox,\n faIndent: faIndent,\n faIndustry: faIndustry,\n faInfinity: faInfinity,\n faInfo: faInfo,\n faInfoCircle: faInfoCircle,\n faItalic: faItalic,\n faJedi: faJedi,\n faJoint: faJoint,\n faJournalWhills: faJournalWhills,\n faKaaba: faKaaba,\n faKey: faKey,\n faKeyboard: faKeyboard,\n faKhanda: faKhanda,\n faKiss: faKiss,\n faKissBeam: faKissBeam,\n faKissWinkHeart: faKissWinkHeart,\n faKiwiBird: faKiwiBird,\n faLandmark: faLandmark,\n faLanguage: faLanguage,\n faLaptop: faLaptop,\n faLaptopCode: faLaptopCode,\n faLaptopMedical: faLaptopMedical,\n faLaugh: faLaugh,\n faLaughBeam: faLaughBeam,\n faLaughSquint: faLaughSquint,\n faLaughWink: faLaughWink,\n faLayerGroup: faLayerGroup,\n faLeaf: faLeaf,\n faLemon: faLemon,\n faLessThan: faLessThan,\n faLessThanEqual: faLessThanEqual,\n faLevelDownAlt: faLevelDownAlt,\n faLevelUpAlt: faLevelUpAlt,\n faLifeRing: faLifeRing,\n faLightbulb: faLightbulb,\n faLink: faLink,\n faLiraSign: faLiraSign,\n faList: faList,\n faListAlt: faListAlt,\n faListOl: faListOl,\n faListUl: faListUl,\n faLocationArrow: faLocationArrow,\n faLock: faLock,\n faLockOpen: faLockOpen,\n faLongArrowAltDown: faLongArrowAltDown,\n faLongArrowAltLeft: faLongArrowAltLeft,\n faLongArrowAltRight: faLongArrowAltRight,\n faLongArrowAltUp: faLongArrowAltUp,\n faLowVision: faLowVision,\n faLuggageCart: faLuggageCart,\n faMagic: faMagic,\n faMagnet: faMagnet,\n faMailBulk: faMailBulk,\n faMale: faMale,\n faMap: faMap,\n faMapMarked: faMapMarked,\n faMapMarkedAlt: faMapMarkedAlt,\n faMapMarker: faMapMarker,\n faMapMarkerAlt: faMapMarkerAlt,\n faMapPin: faMapPin,\n faMapSigns: faMapSigns,\n faMarker: faMarker,\n faMars: faMars,\n faMarsDouble: faMarsDouble,\n faMarsStroke: faMarsStroke,\n faMarsStrokeH: faMarsStrokeH,\n faMarsStrokeV: faMarsStrokeV,\n faMask: faMask,\n faMedal: faMedal,\n faMedkit: faMedkit,\n faMeh: faMeh,\n faMehBlank: faMehBlank,\n faMehRollingEyes: faMehRollingEyes,\n faMemory: faMemory,\n faMenorah: faMenorah,\n faMercury: faMercury,\n faMeteor: faMeteor,\n faMicrochip: faMicrochip,\n faMicrophone: faMicrophone,\n faMicrophoneAlt: faMicrophoneAlt,\n faMicrophoneAltSlash: faMicrophoneAltSlash,\n faMicrophoneSlash: faMicrophoneSlash,\n faMicroscope: faMicroscope,\n faMinus: faMinus,\n faMinusCircle: faMinusCircle,\n faMinusSquare: faMinusSquare,\n faMitten: faMitten,\n faMobile: faMobile,\n faMobileAlt: faMobileAlt,\n faMoneyBill: faMoneyBill,\n faMoneyBillAlt: faMoneyBillAlt,\n faMoneyBillWave: faMoneyBillWave,\n faMoneyBillWaveAlt: faMoneyBillWaveAlt,\n faMoneyCheck: faMoneyCheck,\n faMoneyCheckAlt: faMoneyCheckAlt,\n faMonument: faMonument,\n faMoon: faMoon,\n faMortarPestle: faMortarPestle,\n faMosque: faMosque,\n faMotorcycle: faMotorcycle,\n faMountain: faMountain,\n faMouse: faMouse,\n faMousePointer: faMousePointer,\n faMugHot: faMugHot,\n faMusic: faMusic,\n faNetworkWired: faNetworkWired,\n faNeuter: faNeuter,\n faNewspaper: faNewspaper,\n faNotEqual: faNotEqual,\n faNotesMedical: faNotesMedical,\n faObjectGroup: faObjectGroup,\n faObjectUngroup: faObjectUngroup,\n faOilCan: faOilCan,\n faOm: faOm,\n faOtter: faOtter,\n faOutdent: faOutdent,\n faPager: faPager,\n faPaintBrush: faPaintBrush,\n faPaintRoller: faPaintRoller,\n faPalette: faPalette,\n faPallet: faPallet,\n faPaperPlane: faPaperPlane,\n faPaperclip: faPaperclip,\n faParachuteBox: faParachuteBox,\n faParagraph: faParagraph,\n faParking: faParking,\n faPassport: faPassport,\n faPastafarianism: faPastafarianism,\n faPaste: faPaste,\n faPause: faPause,\n faPauseCircle: faPauseCircle,\n faPaw: faPaw,\n faPeace: faPeace,\n faPen: faPen,\n faPenAlt: faPenAlt,\n faPenFancy: faPenFancy,\n faPenNib: faPenNib,\n faPenSquare: faPenSquare,\n faPencilAlt: faPencilAlt,\n faPencilRuler: faPencilRuler,\n faPeopleCarry: faPeopleCarry,\n faPepperHot: faPepperHot,\n faPercent: faPercent,\n faPercentage: faPercentage,\n faPersonBooth: faPersonBooth,\n faPhone: faPhone,\n faPhoneAlt: faPhoneAlt,\n faPhoneSlash: faPhoneSlash,\n faPhoneSquare: faPhoneSquare,\n faPhoneSquareAlt: faPhoneSquareAlt,\n faPhoneVolume: faPhoneVolume,\n faPhotoVideo: faPhotoVideo,\n faPiggyBank: faPiggyBank,\n faPills: faPills,\n faPizzaSlice: faPizzaSlice,\n faPlaceOfWorship: faPlaceOfWorship,\n faPlane: faPlane,\n faPlaneArrival: faPlaneArrival,\n faPlaneDeparture: faPlaneDeparture,\n faPlay: faPlay,\n faPlayCircle: faPlayCircle,\n faPlug: faPlug,\n faPlus: faPlus,\n faPlusCircle: faPlusCircle,\n faPlusSquare: faPlusSquare,\n faPodcast: faPodcast,\n faPoll: faPoll,\n faPollH: faPollH,\n faPoo: faPoo,\n faPooStorm: faPooStorm,\n faPoop: faPoop,\n faPortrait: faPortrait,\n faPoundSign: faPoundSign,\n faPowerOff: faPowerOff,\n faPray: faPray,\n faPrayingHands: faPrayingHands,\n faPrescription: faPrescription,\n faPrescriptionBottle: faPrescriptionBottle,\n faPrescriptionBottleAlt: faPrescriptionBottleAlt,\n faPrint: faPrint,\n faProcedures: faProcedures,\n faProjectDiagram: faProjectDiagram,\n faPuzzlePiece: faPuzzlePiece,\n faQrcode: faQrcode,\n faQuestion: faQuestion,\n faQuestionCircle: faQuestionCircle,\n faQuidditch: faQuidditch,\n faQuoteLeft: faQuoteLeft,\n faQuoteRight: faQuoteRight,\n faQuran: faQuran,\n faRadiation: faRadiation,\n faRadiationAlt: faRadiationAlt,\n faRainbow: faRainbow,\n faRandom: faRandom,\n faReceipt: faReceipt,\n faRecordVinyl: faRecordVinyl,\n faRecycle: faRecycle,\n faRedo: faRedo,\n faRedoAlt: faRedoAlt,\n faRegistered: faRegistered,\n faRemoveFormat: faRemoveFormat,\n faReply: faReply,\n faReplyAll: faReplyAll,\n faRepublican: faRepublican,\n faRestroom: faRestroom,\n faRetweet: faRetweet,\n faRibbon: faRibbon,\n faRing: faRing,\n faRoad: faRoad,\n faRobot: faRobot,\n faRocket: faRocket,\n faRoute: faRoute,\n faRss: faRss,\n faRssSquare: faRssSquare,\n faRubleSign: faRubleSign,\n faRuler: faRuler,\n faRulerCombined: faRulerCombined,\n faRulerHorizontal: faRulerHorizontal,\n faRulerVertical: faRulerVertical,\n faRunning: faRunning,\n faRupeeSign: faRupeeSign,\n faSadCry: faSadCry,\n faSadTear: faSadTear,\n faSatellite: faSatellite,\n faSatelliteDish: faSatelliteDish,\n faSave: faSave,\n faSchool: faSchool,\n faScrewdriver: faScrewdriver,\n faScroll: faScroll,\n faSdCard: faSdCard,\n faSearch: faSearch,\n faSearchDollar: faSearchDollar,\n faSearchLocation: faSearchLocation,\n faSearchMinus: faSearchMinus,\n faSearchPlus: faSearchPlus,\n faSeedling: faSeedling,\n faServer: faServer,\n faShapes: faShapes,\n faShare: faShare,\n faShareAlt: faShareAlt,\n faShareAltSquare: faShareAltSquare,\n faShareSquare: faShareSquare,\n faShekelSign: faShekelSign,\n faShieldAlt: faShieldAlt,\n faShip: faShip,\n faShippingFast: faShippingFast,\n faShoePrints: faShoePrints,\n faShoppingBag: faShoppingBag,\n faShoppingBasket: faShoppingBasket,\n faShoppingCart: faShoppingCart,\n faShower: faShower,\n faShuttleVan: faShuttleVan,\n faSign: faSign,\n faSignInAlt: faSignInAlt,\n faSignLanguage: faSignLanguage,\n faSignOutAlt: faSignOutAlt,\n faSignal: faSignal,\n faSignature: faSignature,\n faSimCard: faSimCard,\n faSitemap: faSitemap,\n faSkating: faSkating,\n faSkiing: faSkiing,\n faSkiingNordic: faSkiingNordic,\n faSkull: faSkull,\n faSkullCrossbones: faSkullCrossbones,\n faSlash: faSlash,\n faSleigh: faSleigh,\n faSlidersH: faSlidersH,\n faSmile: faSmile,\n faSmileBeam: faSmileBeam,\n faSmileWink: faSmileWink,\n faSmog: faSmog,\n faSmoking: faSmoking,\n faSmokingBan: faSmokingBan,\n faSms: faSms,\n faSnowboarding: faSnowboarding,\n faSnowflake: faSnowflake,\n faSnowman: faSnowman,\n faSnowplow: faSnowplow,\n faSocks: faSocks,\n faSolarPanel: faSolarPanel,\n faSort: faSort,\n faSortAlphaDown: faSortAlphaDown,\n faSortAlphaDownAlt: faSortAlphaDownAlt,\n faSortAlphaUp: faSortAlphaUp,\n faSortAlphaUpAlt: faSortAlphaUpAlt,\n faSortAmountDown: faSortAmountDown,\n faSortAmountDownAlt: faSortAmountDownAlt,\n faSortAmountUp: faSortAmountUp,\n faSortAmountUpAlt: faSortAmountUpAlt,\n faSortDown: faSortDown,\n faSortNumericDown: faSortNumericDown,\n faSortNumericDownAlt: faSortNumericDownAlt,\n faSortNumericUp: faSortNumericUp,\n faSortNumericUpAlt: faSortNumericUpAlt,\n faSortUp: faSortUp,\n faSpa: faSpa,\n faSpaceShuttle: faSpaceShuttle,\n faSpellCheck: faSpellCheck,\n faSpider: faSpider,\n faSpinner: faSpinner,\n faSplotch: faSplotch,\n faSprayCan: faSprayCan,\n faSquare: faSquare,\n faSquareFull: faSquareFull,\n faSquareRootAlt: faSquareRootAlt,\n faStamp: faStamp,\n faStar: faStar,\n faStarAndCrescent: faStarAndCrescent,\n faStarHalf: faStarHalf,\n faStarHalfAlt: faStarHalfAlt,\n faStarOfDavid: faStarOfDavid,\n faStarOfLife: faStarOfLife,\n faStepBackward: faStepBackward,\n faStepForward: faStepForward,\n faStethoscope: faStethoscope,\n faStickyNote: faStickyNote,\n faStop: faStop,\n faStopCircle: faStopCircle,\n faStopwatch: faStopwatch,\n faStore: faStore,\n faStoreAlt: faStoreAlt,\n faStream: faStream,\n faStreetView: faStreetView,\n faStrikethrough: faStrikethrough,\n faStroopwafel: faStroopwafel,\n faSubscript: faSubscript,\n faSubway: faSubway,\n faSuitcase: faSuitcase,\n faSuitcaseRolling: faSuitcaseRolling,\n faSun: faSun,\n faSuperscript: faSuperscript,\n faSurprise: faSurprise,\n faSwatchbook: faSwatchbook,\n faSwimmer: faSwimmer,\n faSwimmingPool: faSwimmingPool,\n faSynagogue: faSynagogue,\n faSync: faSync,\n faSyncAlt: faSyncAlt,\n faSyringe: faSyringe,\n faTable: faTable,\n faTableTennis: faTableTennis,\n faTablet: faTablet,\n faTabletAlt: faTabletAlt,\n faTablets: faTablets,\n faTachometerAlt: faTachometerAlt,\n faTag: faTag,\n faTags: faTags,\n faTape: faTape,\n faTasks: faTasks,\n faTaxi: faTaxi,\n faTeeth: faTeeth,\n faTeethOpen: faTeethOpen,\n faTemperatureHigh: faTemperatureHigh,\n faTemperatureLow: faTemperatureLow,\n faTenge: faTenge,\n faTerminal: faTerminal,\n faTextHeight: faTextHeight,\n faTextWidth: faTextWidth,\n faTh: faTh,\n faThLarge: faThLarge,\n faThList: faThList,\n faTheaterMasks: faTheaterMasks,\n faThermometer: faThermometer,\n faThermometerEmpty: faThermometerEmpty,\n faThermometerFull: faThermometerFull,\n faThermometerHalf: faThermometerHalf,\n faThermometerQuarter: faThermometerQuarter,\n faThermometerThreeQuarters: faThermometerThreeQuarters,\n faThumbsDown: faThumbsDown,\n faThumbsUp: faThumbsUp,\n faThumbtack: faThumbtack,\n faTicketAlt: faTicketAlt,\n faTimes: faTimes,\n faTimesCircle: faTimesCircle,\n faTint: faTint,\n faTintSlash: faTintSlash,\n faTired: faTired,\n faToggleOff: faToggleOff,\n faToggleOn: faToggleOn,\n faToilet: faToilet,\n faToiletPaper: faToiletPaper,\n faToolbox: faToolbox,\n faTools: faTools,\n faTooth: faTooth,\n faTorah: faTorah,\n faToriiGate: faToriiGate,\n faTractor: faTractor,\n faTrademark: faTrademark,\n faTrafficLight: faTrafficLight,\n faTrain: faTrain,\n faTram: faTram,\n faTransgender: faTransgender,\n faTransgenderAlt: faTransgenderAlt,\n faTrash: faTrash,\n faTrashAlt: faTrashAlt,\n faTrashRestore: faTrashRestore,\n faTrashRestoreAlt: faTrashRestoreAlt,\n faTree: faTree,\n faTrophy: faTrophy,\n faTruck: faTruck,\n faTruckLoading: faTruckLoading,\n faTruckMonster: faTruckMonster,\n faTruckMoving: faTruckMoving,\n faTruckPickup: faTruckPickup,\n faTshirt: faTshirt,\n faTty: faTty,\n faTv: faTv,\n faUmbrella: faUmbrella,\n faUmbrellaBeach: faUmbrellaBeach,\n faUnderline: faUnderline,\n faUndo: faUndo,\n faUndoAlt: faUndoAlt,\n faUniversalAccess: faUniversalAccess,\n faUniversity: faUniversity,\n faUnlink: faUnlink,\n faUnlock: faUnlock,\n faUnlockAlt: faUnlockAlt,\n faUpload: faUpload,\n faUser: faUser,\n faUserAlt: faUserAlt,\n faUserAltSlash: faUserAltSlash,\n faUserAstronaut: faUserAstronaut,\n faUserCheck: faUserCheck,\n faUserCircle: faUserCircle,\n faUserClock: faUserClock,\n faUserCog: faUserCog,\n faUserEdit: faUserEdit,\n faUserFriends: faUserFriends,\n faUserGraduate: faUserGraduate,\n faUserInjured: faUserInjured,\n faUserLock: faUserLock,\n faUserMd: faUserMd,\n faUserMinus: faUserMinus,\n faUserNinja: faUserNinja,\n faUserNurse: faUserNurse,\n faUserPlus: faUserPlus,\n faUserSecret: faUserSecret,\n faUserShield: faUserShield,\n faUserSlash: faUserSlash,\n faUserTag: faUserTag,\n faUserTie: faUserTie,\n faUserTimes: faUserTimes,\n faUsers: faUsers,\n faUsersCog: faUsersCog,\n faUtensilSpoon: faUtensilSpoon,\n faUtensils: faUtensils,\n faVectorSquare: faVectorSquare,\n faVenus: faVenus,\n faVenusDouble: faVenusDouble,\n faVenusMars: faVenusMars,\n faVial: faVial,\n faVials: faVials,\n faVideo: faVideo,\n faVideoSlash: faVideoSlash,\n faVihara: faVihara,\n faVoicemail: faVoicemail,\n faVolleyballBall: faVolleyballBall,\n faVolumeDown: faVolumeDown,\n faVolumeMute: faVolumeMute,\n faVolumeOff: faVolumeOff,\n faVolumeUp: faVolumeUp,\n faVoteYea: faVoteYea,\n faVrCardboard: faVrCardboard,\n faWalking: faWalking,\n faWallet: faWallet,\n faWarehouse: faWarehouse,\n faWater: faWater,\n faWaveSquare: faWaveSquare,\n faWeight: faWeight,\n faWeightHanging: faWeightHanging,\n faWheelchair: faWheelchair,\n faWifi: faWifi,\n faWind: faWind,\n faWindowClose: faWindowClose,\n faWindowMaximize: faWindowMaximize,\n faWindowMinimize: faWindowMinimize,\n faWindowRestore: faWindowRestore,\n faWineBottle: faWineBottle,\n faWineGlass: faWineGlass,\n faWineGlassAlt: faWineGlassAlt,\n faWonSign: faWonSign,\n faWrench: faWrench,\n faXRay: faXRay,\n faYenSign: faYenSign,\n faYinYang: faYinYang\n};\n\nexport { _iconsCache as fas, prefix, faAd, faAddressBook, faAddressCard, faAdjust, faAirFreshener, faAlignCenter, faAlignJustify, faAlignLeft, faAlignRight, faAllergies, faAmbulance, faAmericanSignLanguageInterpreting, faAnchor, faAngleDoubleDown, faAngleDoubleLeft, faAngleDoubleRight, faAngleDoubleUp, faAngleDown, faAngleLeft, faAngleRight, faAngleUp, faAngry, faAnkh, faAppleAlt, faArchive, faArchway, faArrowAltCircleDown, faArrowAltCircleLeft, faArrowAltCircleRight, faArrowAltCircleUp, faArrowCircleDown, faArrowCircleLeft, faArrowCircleRight, faArrowCircleUp, faArrowDown, faArrowLeft, faArrowRight, faArrowUp, faArrowsAlt, faArrowsAltH, faArrowsAltV, faAssistiveListeningSystems, faAsterisk, faAt, faAtlas, faAtom, faAudioDescription, faAward, faBaby, faBabyCarriage, faBackspace, faBackward, faBacon, faBalanceScale, faBalanceScaleLeft, faBalanceScaleRight, faBan, faBandAid, faBarcode, faBars, faBaseballBall, faBasketballBall, faBath, faBatteryEmpty, faBatteryFull, faBatteryHalf, faBatteryQuarter, faBatteryThreeQuarters, faBed, faBeer, faBell, faBellSlash, faBezierCurve, faBible, faBicycle, faBiking, faBinoculars, faBiohazard, faBirthdayCake, faBlender, faBlenderPhone, faBlind, faBlog, faBold, faBolt, faBomb, faBone, faBong, faBook, faBookDead, faBookMedical, faBookOpen, faBookReader, faBookmark, faBorderAll, faBorderNone, faBorderStyle, faBowlingBall, faBox, faBoxOpen, faBoxes, faBraille, faBrain, faBreadSlice, faBriefcase, faBriefcaseMedical, faBroadcastTower, faBroom, faBrush, faBug, faBuilding, faBullhorn, faBullseye, faBurn, faBus, faBusAlt, faBusinessTime, faCalculator, faCalendar, faCalendarAlt, faCalendarCheck, faCalendarDay, faCalendarMinus, faCalendarPlus, faCalendarTimes, faCalendarWeek, faCamera, faCameraRetro, faCampground, faCandyCane, faCannabis, faCapsules, faCar, faCarAlt, faCarBattery, faCarCrash, faCarSide, faCaretDown, faCaretLeft, faCaretRight, faCaretSquareDown, faCaretSquareLeft, faCaretSquareRight, faCaretSquareUp, faCaretUp, faCarrot, faCartArrowDown, faCartPlus, faCashRegister, faCat, faCertificate, faChair, faChalkboard, faChalkboardTeacher, faChargingStation, faChartArea, faChartBar, faChartLine, faChartPie, faCheck, faCheckCircle, faCheckDouble, faCheckSquare, faCheese, faChess, faChessBishop, faChessBoard, faChessKing, faChessKnight, faChessPawn, faChessQueen, faChessRook, faChevronCircleDown, faChevronCircleLeft, faChevronCircleRight, faChevronCircleUp, faChevronDown, faChevronLeft, faChevronRight, faChevronUp, faChild, faChurch, faCircle, faCircleNotch, faCity, faClinicMedical, faClipboard, faClipboardCheck, faClipboardList, faClock, faClone, faClosedCaptioning, faCloud, faCloudDownloadAlt, faCloudMeatball, faCloudMoon, faCloudMoonRain, faCloudRain, faCloudShowersHeavy, faCloudSun, faCloudSunRain, faCloudUploadAlt, faCocktail, faCode, faCodeBranch, faCoffee, faCog, faCogs, faCoins, faColumns, faComment, faCommentAlt, faCommentDollar, faCommentDots, faCommentMedical, faCommentSlash, faComments, faCommentsDollar, faCompactDisc, faCompass, faCompress, faCompressArrowsAlt, faConciergeBell, faCookie, faCookieBite, faCopy, faCopyright, faCouch, faCreditCard, faCrop, faCropAlt, faCross, faCrosshairs, faCrow, faCrown, faCrutch, faCube, faCubes, faCut, faDatabase, faDeaf, faDemocrat, faDesktop, faDharmachakra, faDiagnoses, faDice, faDiceD20, faDiceD6, faDiceFive, faDiceFour, faDiceOne, faDiceSix, faDiceThree, faDiceTwo, faDigitalTachograph, faDirections, faDivide, faDizzy, faDna, faDog, faDollarSign, faDolly, faDollyFlatbed, faDonate, faDoorClosed, faDoorOpen, faDotCircle, faDove, faDownload, faDraftingCompass, faDragon, faDrawPolygon, faDrum, faDrumSteelpan, faDrumstickBite, faDumbbell, faDumpster, faDumpsterFire, faDungeon, faEdit, faEgg, faEject, faEllipsisH, faEllipsisV, faEnvelope, faEnvelopeOpen, faEnvelopeOpenText, faEnvelopeSquare, faEquals, faEraser, faEthernet, faEuroSign, faExchangeAlt, faExclamation, faExclamationCircle, faExclamationTriangle, faExpand, faExpandArrowsAlt, faExternalLinkAlt, faExternalLinkSquareAlt, faEye, faEyeDropper, faEyeSlash, faFan, faFastBackward, faFastForward, faFax, faFeather, faFeatherAlt, faFemale, faFighterJet, faFile, faFileAlt, faFileArchive, faFileAudio, faFileCode, faFileContract, faFileCsv, faFileDownload, faFileExcel, faFileExport, faFileImage, faFileImport, faFileInvoice, faFileInvoiceDollar, faFileMedical, faFileMedicalAlt, faFilePdf, faFilePowerpoint, faFilePrescription, faFileSignature, faFileUpload, faFileVideo, faFileWord, faFill, faFillDrip, faFilm, faFilter, faFingerprint, faFire, faFireAlt, faFireExtinguisher, faFirstAid, faFish, faFistRaised, faFlag, faFlagCheckered, faFlagUsa, faFlask, faFlushed, faFolder, faFolderMinus, faFolderOpen, faFolderPlus, faFont, faFontAwesomeLogoFull, faFootballBall, faForward, faFrog, faFrown, faFrownOpen, faFunnelDollar, faFutbol, faGamepad, faGasPump, faGavel, faGem, faGenderless, faGhost, faGift, faGifts, faGlassCheers, faGlassMartini, faGlassMartiniAlt, faGlassWhiskey, faGlasses, faGlobe, faGlobeAfrica, faGlobeAmericas, faGlobeAsia, faGlobeEurope, faGolfBall, faGopuram, faGraduationCap, faGreaterThan, faGreaterThanEqual, faGrimace, faGrin, faGrinAlt, faGrinBeam, faGrinBeamSweat, faGrinHearts, faGrinSquint, faGrinSquintTears, faGrinStars, faGrinTears, faGrinTongue, faGrinTongueSquint, faGrinTongueWink, faGrinWink, faGripHorizontal, faGripLines, faGripLinesVertical, faGripVertical, faGuitar, faHSquare, faHamburger, faHammer, faHamsa, faHandHolding, faHandHoldingHeart, faHandHoldingUsd, faHandLizard, faHandMiddleFinger, faHandPaper, faHandPeace, faHandPointDown, faHandPointLeft, faHandPointRight, faHandPointUp, faHandPointer, faHandRock, faHandScissors, faHandSpock, faHands, faHandsHelping, faHandshake, faHanukiah, faHardHat, faHashtag, faHatCowboy, faHatCowboySide, faHatWizard, faHaykal, faHdd, faHeading, faHeadphones, faHeadphonesAlt, faHeadset, faHeart, faHeartBroken, faHeartbeat, faHelicopter, faHighlighter, faHiking, faHippo, faHistory, faHockeyPuck, faHollyBerry, faHome, faHorse, faHorseHead, faHospital, faHospitalAlt, faHospitalSymbol, faHotTub, faHotdog, faHotel, faHourglass, faHourglassEnd, faHourglassHalf, faHourglassStart, faHouseDamage, faHryvnia, faICursor, faIceCream, faIcicles, faIcons, faIdBadge, faIdCard, faIdCardAlt, faIgloo, faImage, faImages, faInbox, faIndent, faIndustry, faInfinity, faInfo, faInfoCircle, faItalic, faJedi, faJoint, faJournalWhills, faKaaba, faKey, faKeyboard, faKhanda, faKiss, faKissBeam, faKissWinkHeart, faKiwiBird, faLandmark, faLanguage, faLaptop, faLaptopCode, faLaptopMedical, faLaugh, faLaughBeam, faLaughSquint, faLaughWink, faLayerGroup, faLeaf, faLemon, faLessThan, faLessThanEqual, faLevelDownAlt, faLevelUpAlt, faLifeRing, faLightbulb, faLink, faLiraSign, faList, faListAlt, faListOl, faListUl, faLocationArrow, faLock, faLockOpen, faLongArrowAltDown, faLongArrowAltLeft, faLongArrowAltRight, faLongArrowAltUp, faLowVision, faLuggageCart, faMagic, faMagnet, faMailBulk, faMale, faMap, faMapMarked, faMapMarkedAlt, faMapMarker, faMapMarkerAlt, faMapPin, faMapSigns, faMarker, faMars, faMarsDouble, faMarsStroke, faMarsStrokeH, faMarsStrokeV, faMask, faMedal, faMedkit, faMeh, faMehBlank, faMehRollingEyes, faMemory, faMenorah, faMercury, faMeteor, faMicrochip, faMicrophone, faMicrophoneAlt, faMicrophoneAltSlash, faMicrophoneSlash, faMicroscope, faMinus, faMinusCircle, faMinusSquare, faMitten, faMobile, faMobileAlt, faMoneyBill, faMoneyBillAlt, faMoneyBillWave, faMoneyBillWaveAlt, faMoneyCheck, faMoneyCheckAlt, faMonument, faMoon, faMortarPestle, faMosque, faMotorcycle, faMountain, faMouse, faMousePointer, faMugHot, faMusic, faNetworkWired, faNeuter, faNewspaper, faNotEqual, faNotesMedical, faObjectGroup, faObjectUngroup, faOilCan, faOm, faOtter, faOutdent, faPager, faPaintBrush, faPaintRoller, faPalette, faPallet, faPaperPlane, faPaperclip, faParachuteBox, faParagraph, faParking, faPassport, faPastafarianism, faPaste, faPause, faPauseCircle, faPaw, faPeace, faPen, faPenAlt, faPenFancy, faPenNib, faPenSquare, faPencilAlt, faPencilRuler, faPeopleCarry, faPepperHot, faPercent, faPercentage, faPersonBooth, faPhone, faPhoneAlt, faPhoneSlash, faPhoneSquare, faPhoneSquareAlt, faPhoneVolume, faPhotoVideo, faPiggyBank, faPills, faPizzaSlice, faPlaceOfWorship, faPlane, faPlaneArrival, faPlaneDeparture, faPlay, faPlayCircle, faPlug, faPlus, faPlusCircle, faPlusSquare, faPodcast, faPoll, faPollH, faPoo, faPooStorm, faPoop, faPortrait, faPoundSign, faPowerOff, faPray, faPrayingHands, faPrescription, faPrescriptionBottle, faPrescriptionBottleAlt, faPrint, faProcedures, faProjectDiagram, faPuzzlePiece, faQrcode, faQuestion, faQuestionCircle, faQuidditch, faQuoteLeft, faQuoteRight, faQuran, faRadiation, faRadiationAlt, faRainbow, faRandom, faReceipt, faRecordVinyl, faRecycle, faRedo, faRedoAlt, faRegistered, faRemoveFormat, faReply, faReplyAll, faRepublican, faRestroom, faRetweet, faRibbon, faRing, faRoad, faRobot, faRocket, faRoute, faRss, faRssSquare, faRubleSign, faRuler, faRulerCombined, faRulerHorizontal, faRulerVertical, faRunning, faRupeeSign, faSadCry, faSadTear, faSatellite, faSatelliteDish, faSave, faSchool, faScrewdriver, faScroll, faSdCard, faSearch, faSearchDollar, faSearchLocation, faSearchMinus, faSearchPlus, faSeedling, faServer, faShapes, faShare, faShareAlt, faShareAltSquare, faShareSquare, faShekelSign, faShieldAlt, faShip, faShippingFast, faShoePrints, faShoppingBag, faShoppingBasket, faShoppingCart, faShower, faShuttleVan, faSign, faSignInAlt, faSignLanguage, faSignOutAlt, faSignal, faSignature, faSimCard, faSitemap, faSkating, faSkiing, faSkiingNordic, faSkull, faSkullCrossbones, faSlash, faSleigh, faSlidersH, faSmile, faSmileBeam, faSmileWink, faSmog, faSmoking, faSmokingBan, faSms, faSnowboarding, faSnowflake, faSnowman, faSnowplow, faSocks, faSolarPanel, faSort, faSortAlphaDown, faSortAlphaDownAlt, faSortAlphaUp, faSortAlphaUpAlt, faSortAmountDown, faSortAmountDownAlt, faSortAmountUp, faSortAmountUpAlt, faSortDown, faSortNumericDown, faSortNumericDownAlt, faSortNumericUp, faSortNumericUpAlt, faSortUp, faSpa, faSpaceShuttle, faSpellCheck, faSpider, faSpinner, faSplotch, faSprayCan, faSquare, faSquareFull, faSquareRootAlt, faStamp, faStar, faStarAndCrescent, faStarHalf, faStarHalfAlt, faStarOfDavid, faStarOfLife, faStepBackward, faStepForward, faStethoscope, faStickyNote, faStop, faStopCircle, faStopwatch, faStore, faStoreAlt, faStream, faStreetView, faStrikethrough, faStroopwafel, faSubscript, faSubway, faSuitcase, faSuitcaseRolling, faSun, faSuperscript, faSurprise, faSwatchbook, faSwimmer, faSwimmingPool, faSynagogue, faSync, faSyncAlt, faSyringe, faTable, faTableTennis, faTablet, faTabletAlt, faTablets, faTachometerAlt, faTag, faTags, faTape, faTasks, faTaxi, faTeeth, faTeethOpen, faTemperatureHigh, faTemperatureLow, faTenge, faTerminal, faTextHeight, faTextWidth, faTh, faThLarge, faThList, faTheaterMasks, faThermometer, faThermometerEmpty, faThermometerFull, faThermometerHalf, faThermometerQuarter, faThermometerThreeQuarters, faThumbsDown, faThumbsUp, faThumbtack, faTicketAlt, faTimes, faTimesCircle, faTint, faTintSlash, faTired, faToggleOff, faToggleOn, faToilet, faToiletPaper, faToolbox, faTools, faTooth, faTorah, faToriiGate, faTractor, faTrademark, faTrafficLight, faTrain, faTram, faTransgender, faTransgenderAlt, faTrash, faTrashAlt, faTrashRestore, faTrashRestoreAlt, faTree, faTrophy, faTruck, faTruckLoading, faTruckMonster, faTruckMoving, faTruckPickup, faTshirt, faTty, faTv, faUmbrella, faUmbrellaBeach, faUnderline, faUndo, faUndoAlt, faUniversalAccess, faUniversity, faUnlink, faUnlock, faUnlockAlt, faUpload, faUser, faUserAlt, faUserAltSlash, faUserAstronaut, faUserCheck, faUserCircle, faUserClock, faUserCog, faUserEdit, faUserFriends, faUserGraduate, faUserInjured, faUserLock, faUserMd, faUserMinus, faUserNinja, faUserNurse, faUserPlus, faUserSecret, faUserShield, faUserSlash, faUserTag, faUserTie, faUserTimes, faUsers, faUsersCog, faUtensilSpoon, faUtensils, faVectorSquare, faVenus, faVenusDouble, faVenusMars, faVial, faVials, faVideo, faVideoSlash, faVihara, faVoicemail, faVolleyballBall, faVolumeDown, faVolumeMute, faVolumeOff, faVolumeUp, faVoteYea, faVrCardboard, faWalking, faWallet, faWarehouse, faWater, faWaveSquare, faWeight, faWeightHanging, faWheelchair, faWifi, faWind, faWindowClose, faWindowMaximize, faWindowMinimize, faWindowRestore, faWineBottle, faWineGlass, faWineGlassAlt, faWonSign, faWrench, faXRay, faYenSign, faYinYang };\n","/*! Hammer.JS - v2.0.7 - 2016-04-22\n * http://hammerjs.github.io/\n *\n * Copyright (c) 2016 Jorik Tangelder;\n * Licensed under the MIT license */\n(function(window, document, exportName, undefined) {\n 'use strict';\n\nvar VENDOR_PREFIXES = ['', 'webkit', 'Moz', 'MS', 'ms', 'o'];\nvar TEST_ELEMENT = document.createElement('div');\n\nvar TYPE_FUNCTION = 'function';\n\nvar round = Math.round;\nvar abs = Math.abs;\nvar now = Date.now;\n\n/**\n * set a timeout with a given scope\n * @param {Function} fn\n * @param {Number} timeout\n * @param {Object} context\n * @returns {number}\n */\nfunction setTimeoutContext(fn, timeout, context) {\n return setTimeout(bindFn(fn, context), timeout);\n}\n\n/**\n * if the argument is an array, we want to execute the fn on each entry\n * if it aint an array we don't want to do a thing.\n * this is used by all the methods that accept a single and array argument.\n * @param {*|Array} arg\n * @param {String} fn\n * @param {Object} [context]\n * @returns {Boolean}\n */\nfunction invokeArrayArg(arg, fn, context) {\n if (Array.isArray(arg)) {\n each(arg, context[fn], context);\n return true;\n }\n return false;\n}\n\n/**\n * walk objects and arrays\n * @param {Object} obj\n * @param {Function} iterator\n * @param {Object} context\n */\nfunction each(obj, iterator, context) {\n var i;\n\n if (!obj) {\n return;\n }\n\n if (obj.forEach) {\n obj.forEach(iterator, context);\n } else if (obj.length !== undefined) {\n i = 0;\n while (i < obj.length) {\n iterator.call(context, obj[i], i, obj);\n i++;\n }\n } else {\n for (i in obj) {\n obj.hasOwnProperty(i) && iterator.call(context, obj[i], i, obj);\n }\n }\n}\n\n/**\n * wrap a method with a deprecation warning and stack trace\n * @param {Function} method\n * @param {String} name\n * @param {String} message\n * @returns {Function} A new function wrapping the supplied method.\n */\nfunction deprecate(method, name, message) {\n var deprecationMessage = 'DEPRECATED METHOD: ' + name + '\\n' + message + ' AT \\n';\n return function() {\n var e = new Error('get-stack-trace');\n var stack = e && e.stack ? e.stack.replace(/^[^\\(]+?[\\n$]/gm, '')\n .replace(/^\\s+at\\s+/gm, '')\n .replace(/^Object.\\s*\\(/gm, '{anonymous}()@') : 'Unknown Stack Trace';\n\n var log = window.console && (window.console.warn || window.console.log);\n if (log) {\n log.call(window.console, deprecationMessage, stack);\n }\n return method.apply(this, arguments);\n };\n}\n\n/**\n * extend object.\n * means that properties in dest will be overwritten by the ones in src.\n * @param {Object} target\n * @param {...Object} objects_to_assign\n * @returns {Object} target\n */\nvar assign;\nif (typeof Object.assign !== 'function') {\n assign = function assign(target) {\n if (target === undefined || target === null) {\n throw new TypeError('Cannot convert undefined or null to object');\n }\n\n var output = Object(target);\n for (var index = 1; index < arguments.length; index++) {\n var source = arguments[index];\n if (source !== undefined && source !== null) {\n for (var nextKey in source) {\n if (source.hasOwnProperty(nextKey)) {\n output[nextKey] = source[nextKey];\n }\n }\n }\n }\n return output;\n };\n} else {\n assign = Object.assign;\n}\n\n/**\n * extend object.\n * means that properties in dest will be overwritten by the ones in src.\n * @param {Object} dest\n * @param {Object} src\n * @param {Boolean} [merge=false]\n * @returns {Object} dest\n */\nvar extend = deprecate(function extend(dest, src, merge) {\n var keys = Object.keys(src);\n var i = 0;\n while (i < keys.length) {\n if (!merge || (merge && dest[keys[i]] === undefined)) {\n dest[keys[i]] = src[keys[i]];\n }\n i++;\n }\n return dest;\n}, 'extend', 'Use `assign`.');\n\n/**\n * merge the values from src in the dest.\n * means that properties that exist in dest will not be overwritten by src\n * @param {Object} dest\n * @param {Object} src\n * @returns {Object} dest\n */\nvar merge = deprecate(function merge(dest, src) {\n return extend(dest, src, true);\n}, 'merge', 'Use `assign`.');\n\n/**\n * simple class inheritance\n * @param {Function} child\n * @param {Function} base\n * @param {Object} [properties]\n */\nfunction inherit(child, base, properties) {\n var baseP = base.prototype,\n childP;\n\n childP = child.prototype = Object.create(baseP);\n childP.constructor = child;\n childP._super = baseP;\n\n if (properties) {\n assign(childP, properties);\n }\n}\n\n/**\n * simple function bind\n * @param {Function} fn\n * @param {Object} context\n * @returns {Function}\n */\nfunction bindFn(fn, context) {\n return function boundFn() {\n return fn.apply(context, arguments);\n };\n}\n\n/**\n * let a boolean value also be a function that must return a boolean\n * this first item in args will be used as the context\n * @param {Boolean|Function} val\n * @param {Array} [args]\n * @returns {Boolean}\n */\nfunction boolOrFn(val, args) {\n if (typeof val == TYPE_FUNCTION) {\n return val.apply(args ? args[0] || undefined : undefined, args);\n }\n return val;\n}\n\n/**\n * use the val2 when val1 is undefined\n * @param {*} val1\n * @param {*} val2\n * @returns {*}\n */\nfunction ifUndefined(val1, val2) {\n return (val1 === undefined) ? val2 : val1;\n}\n\n/**\n * addEventListener with multiple events at once\n * @param {EventTarget} target\n * @param {String} types\n * @param {Function} handler\n */\nfunction addEventListeners(target, types, handler) {\n each(splitStr(types), function(type) {\n target.addEventListener(type, handler, false);\n });\n}\n\n/**\n * removeEventListener with multiple events at once\n * @param {EventTarget} target\n * @param {String} types\n * @param {Function} handler\n */\nfunction removeEventListeners(target, types, handler) {\n each(splitStr(types), function(type) {\n target.removeEventListener(type, handler, false);\n });\n}\n\n/**\n * find if a node is in the given parent\n * @method hasParent\n * @param {HTMLElement} node\n * @param {HTMLElement} parent\n * @return {Boolean} found\n */\nfunction hasParent(node, parent) {\n while (node) {\n if (node == parent) {\n return true;\n }\n node = node.parentNode;\n }\n return false;\n}\n\n/**\n * small indexOf wrapper\n * @param {String} str\n * @param {String} find\n * @returns {Boolean} found\n */\nfunction inStr(str, find) {\n return str.indexOf(find) > -1;\n}\n\n/**\n * split string on whitespace\n * @param {String} str\n * @returns {Array} words\n */\nfunction splitStr(str) {\n return str.trim().split(/\\s+/g);\n}\n\n/**\n * find if a array contains the object using indexOf or a simple polyFill\n * @param {Array} src\n * @param {String} find\n * @param {String} [findByKey]\n * @return {Boolean|Number} false when not found, or the index\n */\nfunction inArray(src, find, findByKey) {\n if (src.indexOf && !findByKey) {\n return src.indexOf(find);\n } else {\n var i = 0;\n while (i < src.length) {\n if ((findByKey && src[i][findByKey] == find) || (!findByKey && src[i] === find)) {\n return i;\n }\n i++;\n }\n return -1;\n }\n}\n\n/**\n * convert array-like objects to real arrays\n * @param {Object} obj\n * @returns {Array}\n */\nfunction toArray(obj) {\n return Array.prototype.slice.call(obj, 0);\n}\n\n/**\n * unique array with objects based on a key (like 'id') or just by the array's value\n * @param {Array} src [{id:1},{id:2},{id:1}]\n * @param {String} [key]\n * @param {Boolean} [sort=False]\n * @returns {Array} [{id:1},{id:2}]\n */\nfunction uniqueArray(src, key, sort) {\n var results = [];\n var values = [];\n var i = 0;\n\n while (i < src.length) {\n var val = key ? src[i][key] : src[i];\n if (inArray(values, val) < 0) {\n results.push(src[i]);\n }\n values[i] = val;\n i++;\n }\n\n if (sort) {\n if (!key) {\n results = results.sort();\n } else {\n results = results.sort(function sortUniqueArray(a, b) {\n return a[key] > b[key];\n });\n }\n }\n\n return results;\n}\n\n/**\n * get the prefixed property\n * @param {Object} obj\n * @param {String} property\n * @returns {String|Undefined} prefixed\n */\nfunction prefixed(obj, property) {\n var prefix, prop;\n var camelProp = property[0].toUpperCase() + property.slice(1);\n\n var i = 0;\n while (i < VENDOR_PREFIXES.length) {\n prefix = VENDOR_PREFIXES[i];\n prop = (prefix) ? prefix + camelProp : property;\n\n if (prop in obj) {\n return prop;\n }\n i++;\n }\n return undefined;\n}\n\n/**\n * get a unique id\n * @returns {number} uniqueId\n */\nvar _uniqueId = 1;\nfunction uniqueId() {\n return _uniqueId++;\n}\n\n/**\n * get the window object of an element\n * @param {HTMLElement} element\n * @returns {DocumentView|Window}\n */\nfunction getWindowForElement(element) {\n var doc = element.ownerDocument || element;\n return (doc.defaultView || doc.parentWindow || window);\n}\n\nvar MOBILE_REGEX = /mobile|tablet|ip(ad|hone|od)|android/i;\n\nvar SUPPORT_TOUCH = ('ontouchstart' in window);\nvar SUPPORT_POINTER_EVENTS = prefixed(window, 'PointerEvent') !== undefined;\nvar SUPPORT_ONLY_TOUCH = SUPPORT_TOUCH && MOBILE_REGEX.test(navigator.userAgent);\n\nvar INPUT_TYPE_TOUCH = 'touch';\nvar INPUT_TYPE_PEN = 'pen';\nvar INPUT_TYPE_MOUSE = 'mouse';\nvar INPUT_TYPE_KINECT = 'kinect';\n\nvar COMPUTE_INTERVAL = 25;\n\nvar INPUT_START = 1;\nvar INPUT_MOVE = 2;\nvar INPUT_END = 4;\nvar INPUT_CANCEL = 8;\n\nvar DIRECTION_NONE = 1;\nvar DIRECTION_LEFT = 2;\nvar DIRECTION_RIGHT = 4;\nvar DIRECTION_UP = 8;\nvar DIRECTION_DOWN = 16;\n\nvar DIRECTION_HORIZONTAL = DIRECTION_LEFT | DIRECTION_RIGHT;\nvar DIRECTION_VERTICAL = DIRECTION_UP | DIRECTION_DOWN;\nvar DIRECTION_ALL = DIRECTION_HORIZONTAL | DIRECTION_VERTICAL;\n\nvar PROPS_XY = ['x', 'y'];\nvar PROPS_CLIENT_XY = ['clientX', 'clientY'];\n\n/**\n * create new input type manager\n * @param {Manager} manager\n * @param {Function} callback\n * @returns {Input}\n * @constructor\n */\nfunction Input(manager, callback) {\n var self = this;\n this.manager = manager;\n this.callback = callback;\n this.element = manager.element;\n this.target = manager.options.inputTarget;\n\n // smaller wrapper around the handler, for the scope and the enabled state of the manager,\n // so when disabled the input events are completely bypassed.\n this.domHandler = function(ev) {\n if (boolOrFn(manager.options.enable, [manager])) {\n self.handler(ev);\n }\n };\n\n this.init();\n\n}\n\nInput.prototype = {\n /**\n * should handle the inputEvent data and trigger the callback\n * @virtual\n */\n handler: function() { },\n\n /**\n * bind the events\n */\n init: function() {\n this.evEl && addEventListeners(this.element, this.evEl, this.domHandler);\n this.evTarget && addEventListeners(this.target, this.evTarget, this.domHandler);\n this.evWin && addEventListeners(getWindowForElement(this.element), this.evWin, this.domHandler);\n },\n\n /**\n * unbind the events\n */\n destroy: function() {\n this.evEl && removeEventListeners(this.element, this.evEl, this.domHandler);\n this.evTarget && removeEventListeners(this.target, this.evTarget, this.domHandler);\n this.evWin && removeEventListeners(getWindowForElement(this.element), this.evWin, this.domHandler);\n }\n};\n\n/**\n * create new input type manager\n * called by the Manager constructor\n * @param {Hammer} manager\n * @returns {Input}\n */\nfunction createInputInstance(manager) {\n var Type;\n var inputClass = manager.options.inputClass;\n\n if (inputClass) {\n Type = inputClass;\n } else if (SUPPORT_POINTER_EVENTS) {\n Type = PointerEventInput;\n } else if (SUPPORT_ONLY_TOUCH) {\n Type = TouchInput;\n } else if (!SUPPORT_TOUCH) {\n Type = MouseInput;\n } else {\n Type = TouchMouseInput;\n }\n return new (Type)(manager, inputHandler);\n}\n\n/**\n * handle input events\n * @param {Manager} manager\n * @param {String} eventType\n * @param {Object} input\n */\nfunction inputHandler(manager, eventType, input) {\n var pointersLen = input.pointers.length;\n var changedPointersLen = input.changedPointers.length;\n var isFirst = (eventType & INPUT_START && (pointersLen - changedPointersLen === 0));\n var isFinal = (eventType & (INPUT_END | INPUT_CANCEL) && (pointersLen - changedPointersLen === 0));\n\n input.isFirst = !!isFirst;\n input.isFinal = !!isFinal;\n\n if (isFirst) {\n manager.session = {};\n }\n\n // source event is the normalized value of the domEvents\n // like 'touchstart, mouseup, pointerdown'\n input.eventType = eventType;\n\n // compute scale, rotation etc\n computeInputData(manager, input);\n\n // emit secret event\n manager.emit('hammer.input', input);\n\n manager.recognize(input);\n manager.session.prevInput = input;\n}\n\n/**\n * extend the data with some usable properties like scale, rotate, velocity etc\n * @param {Object} manager\n * @param {Object} input\n */\nfunction computeInputData(manager, input) {\n var session = manager.session;\n var pointers = input.pointers;\n var pointersLength = pointers.length;\n\n // store the first input to calculate the distance and direction\n if (!session.firstInput) {\n session.firstInput = simpleCloneInputData(input);\n }\n\n // to compute scale and rotation we need to store the multiple touches\n if (pointersLength > 1 && !session.firstMultiple) {\n session.firstMultiple = simpleCloneInputData(input);\n } else if (pointersLength === 1) {\n session.firstMultiple = false;\n }\n\n var firstInput = session.firstInput;\n var firstMultiple = session.firstMultiple;\n var offsetCenter = firstMultiple ? firstMultiple.center : firstInput.center;\n\n var center = input.center = getCenter(pointers);\n input.timeStamp = now();\n input.deltaTime = input.timeStamp - firstInput.timeStamp;\n\n input.angle = getAngle(offsetCenter, center);\n input.distance = getDistance(offsetCenter, center);\n\n computeDeltaXY(session, input);\n input.offsetDirection = getDirection(input.deltaX, input.deltaY);\n\n var overallVelocity = getVelocity(input.deltaTime, input.deltaX, input.deltaY);\n input.overallVelocityX = overallVelocity.x;\n input.overallVelocityY = overallVelocity.y;\n input.overallVelocity = (abs(overallVelocity.x) > abs(overallVelocity.y)) ? overallVelocity.x : overallVelocity.y;\n\n input.scale = firstMultiple ? getScale(firstMultiple.pointers, pointers) : 1;\n input.rotation = firstMultiple ? getRotation(firstMultiple.pointers, pointers) : 0;\n\n input.maxPointers = !session.prevInput ? input.pointers.length : ((input.pointers.length >\n session.prevInput.maxPointers) ? input.pointers.length : session.prevInput.maxPointers);\n\n computeIntervalInputData(session, input);\n\n // find the correct target\n var target = manager.element;\n if (hasParent(input.srcEvent.target, target)) {\n target = input.srcEvent.target;\n }\n input.target = target;\n}\n\nfunction computeDeltaXY(session, input) {\n var center = input.center;\n var offset = session.offsetDelta || {};\n var prevDelta = session.prevDelta || {};\n var prevInput = session.prevInput || {};\n\n if (input.eventType === INPUT_START || prevInput.eventType === INPUT_END) {\n prevDelta = session.prevDelta = {\n x: prevInput.deltaX || 0,\n y: prevInput.deltaY || 0\n };\n\n offset = session.offsetDelta = {\n x: center.x,\n y: center.y\n };\n }\n\n input.deltaX = prevDelta.x + (center.x - offset.x);\n input.deltaY = prevDelta.y + (center.y - offset.y);\n}\n\n/**\n * velocity is calculated every x ms\n * @param {Object} session\n * @param {Object} input\n */\nfunction computeIntervalInputData(session, input) {\n var last = session.lastInterval || input,\n deltaTime = input.timeStamp - last.timeStamp,\n velocity, velocityX, velocityY, direction;\n\n if (input.eventType != INPUT_CANCEL && (deltaTime > COMPUTE_INTERVAL || last.velocity === undefined)) {\n var deltaX = input.deltaX - last.deltaX;\n var deltaY = input.deltaY - last.deltaY;\n\n var v = getVelocity(deltaTime, deltaX, deltaY);\n velocityX = v.x;\n velocityY = v.y;\n velocity = (abs(v.x) > abs(v.y)) ? v.x : v.y;\n direction = getDirection(deltaX, deltaY);\n\n session.lastInterval = input;\n } else {\n // use latest velocity info if it doesn't overtake a minimum period\n velocity = last.velocity;\n velocityX = last.velocityX;\n velocityY = last.velocityY;\n direction = last.direction;\n }\n\n input.velocity = velocity;\n input.velocityX = velocityX;\n input.velocityY = velocityY;\n input.direction = direction;\n}\n\n/**\n * create a simple clone from the input used for storage of firstInput and firstMultiple\n * @param {Object} input\n * @returns {Object} clonedInputData\n */\nfunction simpleCloneInputData(input) {\n // make a simple copy of the pointers because we will get a reference if we don't\n // we only need clientXY for the calculations\n var pointers = [];\n var i = 0;\n while (i < input.pointers.length) {\n pointers[i] = {\n clientX: round(input.pointers[i].clientX),\n clientY: round(input.pointers[i].clientY)\n };\n i++;\n }\n\n return {\n timeStamp: now(),\n pointers: pointers,\n center: getCenter(pointers),\n deltaX: input.deltaX,\n deltaY: input.deltaY\n };\n}\n\n/**\n * get the center of all the pointers\n * @param {Array} pointers\n * @return {Object} center contains `x` and `y` properties\n */\nfunction getCenter(pointers) {\n var pointersLength = pointers.length;\n\n // no need to loop when only one touch\n if (pointersLength === 1) {\n return {\n x: round(pointers[0].clientX),\n y: round(pointers[0].clientY)\n };\n }\n\n var x = 0, y = 0, i = 0;\n while (i < pointersLength) {\n x += pointers[i].clientX;\n y += pointers[i].clientY;\n i++;\n }\n\n return {\n x: round(x / pointersLength),\n y: round(y / pointersLength)\n };\n}\n\n/**\n * calculate the velocity between two points. unit is in px per ms.\n * @param {Number} deltaTime\n * @param {Number} x\n * @param {Number} y\n * @return {Object} velocity `x` and `y`\n */\nfunction getVelocity(deltaTime, x, y) {\n return {\n x: x / deltaTime || 0,\n y: y / deltaTime || 0\n };\n}\n\n/**\n * get the direction between two points\n * @param {Number} x\n * @param {Number} y\n * @return {Number} direction\n */\nfunction getDirection(x, y) {\n if (x === y) {\n return DIRECTION_NONE;\n }\n\n if (abs(x) >= abs(y)) {\n return x < 0 ? DIRECTION_LEFT : DIRECTION_RIGHT;\n }\n return y < 0 ? DIRECTION_UP : DIRECTION_DOWN;\n}\n\n/**\n * calculate the absolute distance between two points\n * @param {Object} p1 {x, y}\n * @param {Object} p2 {x, y}\n * @param {Array} [props] containing x and y keys\n * @return {Number} distance\n */\nfunction getDistance(p1, p2, props) {\n if (!props) {\n props = PROPS_XY;\n }\n var x = p2[props[0]] - p1[props[0]],\n y = p2[props[1]] - p1[props[1]];\n\n return Math.sqrt((x * x) + (y * y));\n}\n\n/**\n * calculate the angle between two coordinates\n * @param {Object} p1\n * @param {Object} p2\n * @param {Array} [props] containing x and y keys\n * @return {Number} angle\n */\nfunction getAngle(p1, p2, props) {\n if (!props) {\n props = PROPS_XY;\n }\n var x = p2[props[0]] - p1[props[0]],\n y = p2[props[1]] - p1[props[1]];\n return Math.atan2(y, x) * 180 / Math.PI;\n}\n\n/**\n * calculate the rotation degrees between two pointersets\n * @param {Array} start array of pointers\n * @param {Array} end array of pointers\n * @return {Number} rotation\n */\nfunction getRotation(start, end) {\n return getAngle(end[1], end[0], PROPS_CLIENT_XY) + getAngle(start[1], start[0], PROPS_CLIENT_XY);\n}\n\n/**\n * calculate the scale factor between two pointersets\n * no scale is 1, and goes down to 0 when pinched together, and bigger when pinched out\n * @param {Array} start array of pointers\n * @param {Array} end array of pointers\n * @return {Number} scale\n */\nfunction getScale(start, end) {\n return getDistance(end[0], end[1], PROPS_CLIENT_XY) / getDistance(start[0], start[1], PROPS_CLIENT_XY);\n}\n\nvar MOUSE_INPUT_MAP = {\n mousedown: INPUT_START,\n mousemove: INPUT_MOVE,\n mouseup: INPUT_END\n};\n\nvar MOUSE_ELEMENT_EVENTS = 'mousedown';\nvar MOUSE_WINDOW_EVENTS = 'mousemove mouseup';\n\n/**\n * Mouse events input\n * @constructor\n * @extends Input\n */\nfunction MouseInput() {\n this.evEl = MOUSE_ELEMENT_EVENTS;\n this.evWin = MOUSE_WINDOW_EVENTS;\n\n this.pressed = false; // mousedown state\n\n Input.apply(this, arguments);\n}\n\ninherit(MouseInput, Input, {\n /**\n * handle mouse events\n * @param {Object} ev\n */\n handler: function MEhandler(ev) {\n var eventType = MOUSE_INPUT_MAP[ev.type];\n\n // on start we want to have the left mouse button down\n if (eventType & INPUT_START && ev.button === 0) {\n this.pressed = true;\n }\n\n if (eventType & INPUT_MOVE && ev.which !== 1) {\n eventType = INPUT_END;\n }\n\n // mouse must be down\n if (!this.pressed) {\n return;\n }\n\n if (eventType & INPUT_END) {\n this.pressed = false;\n }\n\n this.callback(this.manager, eventType, {\n pointers: [ev],\n changedPointers: [ev],\n pointerType: INPUT_TYPE_MOUSE,\n srcEvent: ev\n });\n }\n});\n\nvar POINTER_INPUT_MAP = {\n pointerdown: INPUT_START,\n pointermove: INPUT_MOVE,\n pointerup: INPUT_END,\n pointercancel: INPUT_CANCEL,\n pointerout: INPUT_CANCEL\n};\n\n// in IE10 the pointer types is defined as an enum\nvar IE10_POINTER_TYPE_ENUM = {\n 2: INPUT_TYPE_TOUCH,\n 3: INPUT_TYPE_PEN,\n 4: INPUT_TYPE_MOUSE,\n 5: INPUT_TYPE_KINECT // see https://twitter.com/jacobrossi/status/480596438489890816\n};\n\nvar POINTER_ELEMENT_EVENTS = 'pointerdown';\nvar POINTER_WINDOW_EVENTS = 'pointermove pointerup pointercancel';\n\n// IE10 has prefixed support, and case-sensitive\nif (window.MSPointerEvent && !window.PointerEvent) {\n POINTER_ELEMENT_EVENTS = 'MSPointerDown';\n POINTER_WINDOW_EVENTS = 'MSPointerMove MSPointerUp MSPointerCancel';\n}\n\n/**\n * Pointer events input\n * @constructor\n * @extends Input\n */\nfunction PointerEventInput() {\n this.evEl = POINTER_ELEMENT_EVENTS;\n this.evWin = POINTER_WINDOW_EVENTS;\n\n Input.apply(this, arguments);\n\n this.store = (this.manager.session.pointerEvents = []);\n}\n\ninherit(PointerEventInput, Input, {\n /**\n * handle mouse events\n * @param {Object} ev\n */\n handler: function PEhandler(ev) {\n var store = this.store;\n var removePointer = false;\n\n var eventTypeNormalized = ev.type.toLowerCase().replace('ms', '');\n var eventType = POINTER_INPUT_MAP[eventTypeNormalized];\n var pointerType = IE10_POINTER_TYPE_ENUM[ev.pointerType] || ev.pointerType;\n\n var isTouch = (pointerType == INPUT_TYPE_TOUCH);\n\n // get index of the event in the store\n var storeIndex = inArray(store, ev.pointerId, 'pointerId');\n\n // start and mouse must be down\n if (eventType & INPUT_START && (ev.button === 0 || isTouch)) {\n if (storeIndex < 0) {\n store.push(ev);\n storeIndex = store.length - 1;\n }\n } else if (eventType & (INPUT_END | INPUT_CANCEL)) {\n removePointer = true;\n }\n\n // it not found, so the pointer hasn't been down (so it's probably a hover)\n if (storeIndex < 0) {\n return;\n }\n\n // update the event in the store\n store[storeIndex] = ev;\n\n this.callback(this.manager, eventType, {\n pointers: store,\n changedPointers: [ev],\n pointerType: pointerType,\n srcEvent: ev\n });\n\n if (removePointer) {\n // remove from the store\n store.splice(storeIndex, 1);\n }\n }\n});\n\nvar SINGLE_TOUCH_INPUT_MAP = {\n touchstart: INPUT_START,\n touchmove: INPUT_MOVE,\n touchend: INPUT_END,\n touchcancel: INPUT_CANCEL\n};\n\nvar SINGLE_TOUCH_TARGET_EVENTS = 'touchstart';\nvar SINGLE_TOUCH_WINDOW_EVENTS = 'touchstart touchmove touchend touchcancel';\n\n/**\n * Touch events input\n * @constructor\n * @extends Input\n */\nfunction SingleTouchInput() {\n this.evTarget = SINGLE_TOUCH_TARGET_EVENTS;\n this.evWin = SINGLE_TOUCH_WINDOW_EVENTS;\n this.started = false;\n\n Input.apply(this, arguments);\n}\n\ninherit(SingleTouchInput, Input, {\n handler: function TEhandler(ev) {\n var type = SINGLE_TOUCH_INPUT_MAP[ev.type];\n\n // should we handle the touch events?\n if (type === INPUT_START) {\n this.started = true;\n }\n\n if (!this.started) {\n return;\n }\n\n var touches = normalizeSingleTouches.call(this, ev, type);\n\n // when done, reset the started state\n if (type & (INPUT_END | INPUT_CANCEL) && touches[0].length - touches[1].length === 0) {\n this.started = false;\n }\n\n this.callback(this.manager, type, {\n pointers: touches[0],\n changedPointers: touches[1],\n pointerType: INPUT_TYPE_TOUCH,\n srcEvent: ev\n });\n }\n});\n\n/**\n * @this {TouchInput}\n * @param {Object} ev\n * @param {Number} type flag\n * @returns {undefined|Array} [all, changed]\n */\nfunction normalizeSingleTouches(ev, type) {\n var all = toArray(ev.touches);\n var changed = toArray(ev.changedTouches);\n\n if (type & (INPUT_END | INPUT_CANCEL)) {\n all = uniqueArray(all.concat(changed), 'identifier', true);\n }\n\n return [all, changed];\n}\n\nvar TOUCH_INPUT_MAP = {\n touchstart: INPUT_START,\n touchmove: INPUT_MOVE,\n touchend: INPUT_END,\n touchcancel: INPUT_CANCEL\n};\n\nvar TOUCH_TARGET_EVENTS = 'touchstart touchmove touchend touchcancel';\n\n/**\n * Multi-user touch events input\n * @constructor\n * @extends Input\n */\nfunction TouchInput() {\n this.evTarget = TOUCH_TARGET_EVENTS;\n this.targetIds = {};\n\n Input.apply(this, arguments);\n}\n\ninherit(TouchInput, Input, {\n handler: function MTEhandler(ev) {\n var type = TOUCH_INPUT_MAP[ev.type];\n var touches = getTouches.call(this, ev, type);\n if (!touches) {\n return;\n }\n\n this.callback(this.manager, type, {\n pointers: touches[0],\n changedPointers: touches[1],\n pointerType: INPUT_TYPE_TOUCH,\n srcEvent: ev\n });\n }\n});\n\n/**\n * @this {TouchInput}\n * @param {Object} ev\n * @param {Number} type flag\n * @returns {undefined|Array} [all, changed]\n */\nfunction getTouches(ev, type) {\n var allTouches = toArray(ev.touches);\n var targetIds = this.targetIds;\n\n // when there is only one touch, the process can be simplified\n if (type & (INPUT_START | INPUT_MOVE) && allTouches.length === 1) {\n targetIds[allTouches[0].identifier] = true;\n return [allTouches, allTouches];\n }\n\n var i,\n targetTouches,\n changedTouches = toArray(ev.changedTouches),\n changedTargetTouches = [],\n target = this.target;\n\n // get target touches from touches\n targetTouches = allTouches.filter(function(touch) {\n return hasParent(touch.target, target);\n });\n\n // collect touches\n if (type === INPUT_START) {\n i = 0;\n while (i < targetTouches.length) {\n targetIds[targetTouches[i].identifier] = true;\n i++;\n }\n }\n\n // filter changed touches to only contain touches that exist in the collected target ids\n i = 0;\n while (i < changedTouches.length) {\n if (targetIds[changedTouches[i].identifier]) {\n changedTargetTouches.push(changedTouches[i]);\n }\n\n // cleanup removed touches\n if (type & (INPUT_END | INPUT_CANCEL)) {\n delete targetIds[changedTouches[i].identifier];\n }\n i++;\n }\n\n if (!changedTargetTouches.length) {\n return;\n }\n\n return [\n // merge targetTouches with changedTargetTouches so it contains ALL touches, including 'end' and 'cancel'\n uniqueArray(targetTouches.concat(changedTargetTouches), 'identifier', true),\n changedTargetTouches\n ];\n}\n\n/**\n * Combined touch and mouse input\n *\n * Touch has a higher priority then mouse, and while touching no mouse events are allowed.\n * This because touch devices also emit mouse events while doing a touch.\n *\n * @constructor\n * @extends Input\n */\n\nvar DEDUP_TIMEOUT = 2500;\nvar DEDUP_DISTANCE = 25;\n\nfunction TouchMouseInput() {\n Input.apply(this, arguments);\n\n var handler = bindFn(this.handler, this);\n this.touch = new TouchInput(this.manager, handler);\n this.mouse = new MouseInput(this.manager, handler);\n\n this.primaryTouch = null;\n this.lastTouches = [];\n}\n\ninherit(TouchMouseInput, Input, {\n /**\n * handle mouse and touch events\n * @param {Hammer} manager\n * @param {String} inputEvent\n * @param {Object} inputData\n */\n handler: function TMEhandler(manager, inputEvent, inputData) {\n var isTouch = (inputData.pointerType == INPUT_TYPE_TOUCH),\n isMouse = (inputData.pointerType == INPUT_TYPE_MOUSE);\n\n if (isMouse && inputData.sourceCapabilities && inputData.sourceCapabilities.firesTouchEvents) {\n return;\n }\n\n // when we're in a touch event, record touches to de-dupe synthetic mouse event\n if (isTouch) {\n recordTouches.call(this, inputEvent, inputData);\n } else if (isMouse && isSyntheticEvent.call(this, inputData)) {\n return;\n }\n\n this.callback(manager, inputEvent, inputData);\n },\n\n /**\n * remove the event listeners\n */\n destroy: function destroy() {\n this.touch.destroy();\n this.mouse.destroy();\n }\n});\n\nfunction recordTouches(eventType, eventData) {\n if (eventType & INPUT_START) {\n this.primaryTouch = eventData.changedPointers[0].identifier;\n setLastTouch.call(this, eventData);\n } else if (eventType & (INPUT_END | INPUT_CANCEL)) {\n setLastTouch.call(this, eventData);\n }\n}\n\nfunction setLastTouch(eventData) {\n var touch = eventData.changedPointers[0];\n\n if (touch.identifier === this.primaryTouch) {\n var lastTouch = {x: touch.clientX, y: touch.clientY};\n this.lastTouches.push(lastTouch);\n var lts = this.lastTouches;\n var removeLastTouch = function() {\n var i = lts.indexOf(lastTouch);\n if (i > -1) {\n lts.splice(i, 1);\n }\n };\n setTimeout(removeLastTouch, DEDUP_TIMEOUT);\n }\n}\n\nfunction isSyntheticEvent(eventData) {\n var x = eventData.srcEvent.clientX, y = eventData.srcEvent.clientY;\n for (var i = 0; i < this.lastTouches.length; i++) {\n var t = this.lastTouches[i];\n var dx = Math.abs(x - t.x), dy = Math.abs(y - t.y);\n if (dx <= DEDUP_DISTANCE && dy <= DEDUP_DISTANCE) {\n return true;\n }\n }\n return false;\n}\n\nvar PREFIXED_TOUCH_ACTION = prefixed(TEST_ELEMENT.style, 'touchAction');\nvar NATIVE_TOUCH_ACTION = PREFIXED_TOUCH_ACTION !== undefined;\n\n// magical touchAction value\nvar TOUCH_ACTION_COMPUTE = 'compute';\nvar TOUCH_ACTION_AUTO = 'auto';\nvar TOUCH_ACTION_MANIPULATION = 'manipulation'; // not implemented\nvar TOUCH_ACTION_NONE = 'none';\nvar TOUCH_ACTION_PAN_X = 'pan-x';\nvar TOUCH_ACTION_PAN_Y = 'pan-y';\nvar TOUCH_ACTION_MAP = getTouchActionProps();\n\n/**\n * Touch Action\n * sets the touchAction property or uses the js alternative\n * @param {Manager} manager\n * @param {String} value\n * @constructor\n */\nfunction TouchAction(manager, value) {\n this.manager = manager;\n this.set(value);\n}\n\nTouchAction.prototype = {\n /**\n * set the touchAction value on the element or enable the polyfill\n * @param {String} value\n */\n set: function(value) {\n // find out the touch-action by the event handlers\n if (value == TOUCH_ACTION_COMPUTE) {\n value = this.compute();\n }\n\n if (NATIVE_TOUCH_ACTION && this.manager.element.style && TOUCH_ACTION_MAP[value]) {\n this.manager.element.style[PREFIXED_TOUCH_ACTION] = value;\n }\n this.actions = value.toLowerCase().trim();\n },\n\n /**\n * just re-set the touchAction value\n */\n update: function() {\n this.set(this.manager.options.touchAction);\n },\n\n /**\n * compute the value for the touchAction property based on the recognizer's settings\n * @returns {String} value\n */\n compute: function() {\n var actions = [];\n each(this.manager.recognizers, function(recognizer) {\n if (boolOrFn(recognizer.options.enable, [recognizer])) {\n actions = actions.concat(recognizer.getTouchAction());\n }\n });\n return cleanTouchActions(actions.join(' '));\n },\n\n /**\n * this method is called on each input cycle and provides the preventing of the browser behavior\n * @param {Object} input\n */\n preventDefaults: function(input) {\n var srcEvent = input.srcEvent;\n var direction = input.offsetDirection;\n\n // if the touch action did prevented once this session\n if (this.manager.session.prevented) {\n srcEvent.preventDefault();\n return;\n }\n\n var actions = this.actions;\n var hasNone = inStr(actions, TOUCH_ACTION_NONE) && !TOUCH_ACTION_MAP[TOUCH_ACTION_NONE];\n var hasPanY = inStr(actions, TOUCH_ACTION_PAN_Y) && !TOUCH_ACTION_MAP[TOUCH_ACTION_PAN_Y];\n var hasPanX = inStr(actions, TOUCH_ACTION_PAN_X) && !TOUCH_ACTION_MAP[TOUCH_ACTION_PAN_X];\n\n if (hasNone) {\n //do not prevent defaults if this is a tap gesture\n\n var isTapPointer = input.pointers.length === 1;\n var isTapMovement = input.distance < 2;\n var isTapTouchTime = input.deltaTime < 250;\n\n if (isTapPointer && isTapMovement && isTapTouchTime) {\n return;\n }\n }\n\n if (hasPanX && hasPanY) {\n // `pan-x pan-y` means browser handles all scrolling/panning, do not prevent\n return;\n }\n\n if (hasNone ||\n (hasPanY && direction & DIRECTION_HORIZONTAL) ||\n (hasPanX && direction & DIRECTION_VERTICAL)) {\n return this.preventSrc(srcEvent);\n }\n },\n\n /**\n * call preventDefault to prevent the browser's default behavior (scrolling in most cases)\n * @param {Object} srcEvent\n */\n preventSrc: function(srcEvent) {\n this.manager.session.prevented = true;\n srcEvent.preventDefault();\n }\n};\n\n/**\n * when the touchActions are collected they are not a valid value, so we need to clean things up. *\n * @param {String} actions\n * @returns {*}\n */\nfunction cleanTouchActions(actions) {\n // none\n if (inStr(actions, TOUCH_ACTION_NONE)) {\n return TOUCH_ACTION_NONE;\n }\n\n var hasPanX = inStr(actions, TOUCH_ACTION_PAN_X);\n var hasPanY = inStr(actions, TOUCH_ACTION_PAN_Y);\n\n // if both pan-x and pan-y are set (different recognizers\n // for different directions, e.g. horizontal pan but vertical swipe?)\n // we need none (as otherwise with pan-x pan-y combined none of these\n // recognizers will work, since the browser would handle all panning\n if (hasPanX && hasPanY) {\n return TOUCH_ACTION_NONE;\n }\n\n // pan-x OR pan-y\n if (hasPanX || hasPanY) {\n return hasPanX ? TOUCH_ACTION_PAN_X : TOUCH_ACTION_PAN_Y;\n }\n\n // manipulation\n if (inStr(actions, TOUCH_ACTION_MANIPULATION)) {\n return TOUCH_ACTION_MANIPULATION;\n }\n\n return TOUCH_ACTION_AUTO;\n}\n\nfunction getTouchActionProps() {\n if (!NATIVE_TOUCH_ACTION) {\n return false;\n }\n var touchMap = {};\n var cssSupports = window.CSS && window.CSS.supports;\n ['auto', 'manipulation', 'pan-y', 'pan-x', 'pan-x pan-y', 'none'].forEach(function(val) {\n\n // If css.supports is not supported but there is native touch-action assume it supports\n // all values. This is the case for IE 10 and 11.\n touchMap[val] = cssSupports ? window.CSS.supports('touch-action', val) : true;\n });\n return touchMap;\n}\n\n/**\n * Recognizer flow explained; *\n * All recognizers have the initial state of POSSIBLE when a input session starts.\n * The definition of a input session is from the first input until the last input, with all it's movement in it. *\n * Example session for mouse-input: mousedown -> mousemove -> mouseup\n *\n * On each recognizing cycle (see Manager.recognize) the .recognize() method is executed\n * which determines with state it should be.\n *\n * If the recognizer has the state FAILED, CANCELLED or RECOGNIZED (equals ENDED), it is reset to\n * POSSIBLE to give it another change on the next cycle.\n *\n * Possible\n * |\n * +-----+---------------+\n * | |\n * +-----+-----+ |\n * | | |\n * Failed Cancelled |\n * +-------+------+\n * | |\n * Recognized Began\n * |\n * Changed\n * |\n * Ended/Recognized\n */\nvar STATE_POSSIBLE = 1;\nvar STATE_BEGAN = 2;\nvar STATE_CHANGED = 4;\nvar STATE_ENDED = 8;\nvar STATE_RECOGNIZED = STATE_ENDED;\nvar STATE_CANCELLED = 16;\nvar STATE_FAILED = 32;\n\n/**\n * Recognizer\n * Every recognizer needs to extend from this class.\n * @constructor\n * @param {Object} options\n */\nfunction Recognizer(options) {\n this.options = assign({}, this.defaults, options || {});\n\n this.id = uniqueId();\n\n this.manager = null;\n\n // default is enable true\n this.options.enable = ifUndefined(this.options.enable, true);\n\n this.state = STATE_POSSIBLE;\n\n this.simultaneous = {};\n this.requireFail = [];\n}\n\nRecognizer.prototype = {\n /**\n * @virtual\n * @type {Object}\n */\n defaults: {},\n\n /**\n * set options\n * @param {Object} options\n * @return {Recognizer}\n */\n set: function(options) {\n assign(this.options, options);\n\n // also update the touchAction, in case something changed about the directions/enabled state\n this.manager && this.manager.touchAction.update();\n return this;\n },\n\n /**\n * recognize simultaneous with an other recognizer.\n * @param {Recognizer} otherRecognizer\n * @returns {Recognizer} this\n */\n recognizeWith: function(otherRecognizer) {\n if (invokeArrayArg(otherRecognizer, 'recognizeWith', this)) {\n return this;\n }\n\n var simultaneous = this.simultaneous;\n otherRecognizer = getRecognizerByNameIfManager(otherRecognizer, this);\n if (!simultaneous[otherRecognizer.id]) {\n simultaneous[otherRecognizer.id] = otherRecognizer;\n otherRecognizer.recognizeWith(this);\n }\n return this;\n },\n\n /**\n * drop the simultaneous link. it doesnt remove the link on the other recognizer.\n * @param {Recognizer} otherRecognizer\n * @returns {Recognizer} this\n */\n dropRecognizeWith: function(otherRecognizer) {\n if (invokeArrayArg(otherRecognizer, 'dropRecognizeWith', this)) {\n return this;\n }\n\n otherRecognizer = getRecognizerByNameIfManager(otherRecognizer, this);\n delete this.simultaneous[otherRecognizer.id];\n return this;\n },\n\n /**\n * recognizer can only run when an other is failing\n * @param {Recognizer} otherRecognizer\n * @returns {Recognizer} this\n */\n requireFailure: function(otherRecognizer) {\n if (invokeArrayArg(otherRecognizer, 'requireFailure', this)) {\n return this;\n }\n\n var requireFail = this.requireFail;\n otherRecognizer = getRecognizerByNameIfManager(otherRecognizer, this);\n if (inArray(requireFail, otherRecognizer) === -1) {\n requireFail.push(otherRecognizer);\n otherRecognizer.requireFailure(this);\n }\n return this;\n },\n\n /**\n * drop the requireFailure link. it does not remove the link on the other recognizer.\n * @param {Recognizer} otherRecognizer\n * @returns {Recognizer} this\n */\n dropRequireFailure: function(otherRecognizer) {\n if (invokeArrayArg(otherRecognizer, 'dropRequireFailure', this)) {\n return this;\n }\n\n otherRecognizer = getRecognizerByNameIfManager(otherRecognizer, this);\n var index = inArray(this.requireFail, otherRecognizer);\n if (index > -1) {\n this.requireFail.splice(index, 1);\n }\n return this;\n },\n\n /**\n * has require failures boolean\n * @returns {boolean}\n */\n hasRequireFailures: function() {\n return this.requireFail.length > 0;\n },\n\n /**\n * if the recognizer can recognize simultaneous with an other recognizer\n * @param {Recognizer} otherRecognizer\n * @returns {Boolean}\n */\n canRecognizeWith: function(otherRecognizer) {\n return !!this.simultaneous[otherRecognizer.id];\n },\n\n /**\n * You should use `tryEmit` instead of `emit` directly to check\n * that all the needed recognizers has failed before emitting.\n * @param {Object} input\n */\n emit: function(input) {\n var self = this;\n var state = this.state;\n\n function emit(event) {\n self.manager.emit(event, input);\n }\n\n // 'panstart' and 'panmove'\n if (state < STATE_ENDED) {\n emit(self.options.event + stateStr(state));\n }\n\n emit(self.options.event); // simple 'eventName' events\n\n if (input.additionalEvent) { // additional event(panleft, panright, pinchin, pinchout...)\n emit(input.additionalEvent);\n }\n\n // panend and pancancel\n if (state >= STATE_ENDED) {\n emit(self.options.event + stateStr(state));\n }\n },\n\n /**\n * Check that all the require failure recognizers has failed,\n * if true, it emits a gesture event,\n * otherwise, setup the state to FAILED.\n * @param {Object} input\n */\n tryEmit: function(input) {\n if (this.canEmit()) {\n return this.emit(input);\n }\n // it's failing anyway\n this.state = STATE_FAILED;\n },\n\n /**\n * can we emit?\n * @returns {boolean}\n */\n canEmit: function() {\n var i = 0;\n while (i < this.requireFail.length) {\n if (!(this.requireFail[i].state & (STATE_FAILED | STATE_POSSIBLE))) {\n return false;\n }\n i++;\n }\n return true;\n },\n\n /**\n * update the recognizer\n * @param {Object} inputData\n */\n recognize: function(inputData) {\n // make a new copy of the inputData\n // so we can change the inputData without messing up the other recognizers\n var inputDataClone = assign({}, inputData);\n\n // is is enabled and allow recognizing?\n if (!boolOrFn(this.options.enable, [this, inputDataClone])) {\n this.reset();\n this.state = STATE_FAILED;\n return;\n }\n\n // reset when we've reached the end\n if (this.state & (STATE_RECOGNIZED | STATE_CANCELLED | STATE_FAILED)) {\n this.state = STATE_POSSIBLE;\n }\n\n this.state = this.process(inputDataClone);\n\n // the recognizer has recognized a gesture\n // so trigger an event\n if (this.state & (STATE_BEGAN | STATE_CHANGED | STATE_ENDED | STATE_CANCELLED)) {\n this.tryEmit(inputDataClone);\n }\n },\n\n /**\n * return the state of the recognizer\n * the actual recognizing happens in this method\n * @virtual\n * @param {Object} inputData\n * @returns {Const} STATE\n */\n process: function(inputData) { }, // jshint ignore:line\n\n /**\n * return the preferred touch-action\n * @virtual\n * @returns {Array}\n */\n getTouchAction: function() { },\n\n /**\n * called when the gesture isn't allowed to recognize\n * like when another is being recognized or it is disabled\n * @virtual\n */\n reset: function() { }\n};\n\n/**\n * get a usable string, used as event postfix\n * @param {Const} state\n * @returns {String} state\n */\nfunction stateStr(state) {\n if (state & STATE_CANCELLED) {\n return 'cancel';\n } else if (state & STATE_ENDED) {\n return 'end';\n } else if (state & STATE_CHANGED) {\n return 'move';\n } else if (state & STATE_BEGAN) {\n return 'start';\n }\n return '';\n}\n\n/**\n * direction cons to string\n * @param {Const} direction\n * @returns {String}\n */\nfunction directionStr(direction) {\n if (direction == DIRECTION_DOWN) {\n return 'down';\n } else if (direction == DIRECTION_UP) {\n return 'up';\n } else if (direction == DIRECTION_LEFT) {\n return 'left';\n } else if (direction == DIRECTION_RIGHT) {\n return 'right';\n }\n return '';\n}\n\n/**\n * get a recognizer by name if it is bound to a manager\n * @param {Recognizer|String} otherRecognizer\n * @param {Recognizer} recognizer\n * @returns {Recognizer}\n */\nfunction getRecognizerByNameIfManager(otherRecognizer, recognizer) {\n var manager = recognizer.manager;\n if (manager) {\n return manager.get(otherRecognizer);\n }\n return otherRecognizer;\n}\n\n/**\n * This recognizer is just used as a base for the simple attribute recognizers.\n * @constructor\n * @extends Recognizer\n */\nfunction AttrRecognizer() {\n Recognizer.apply(this, arguments);\n}\n\ninherit(AttrRecognizer, Recognizer, {\n /**\n * @namespace\n * @memberof AttrRecognizer\n */\n defaults: {\n /**\n * @type {Number}\n * @default 1\n */\n pointers: 1\n },\n\n /**\n * Used to check if it the recognizer receives valid input, like input.distance > 10.\n * @memberof AttrRecognizer\n * @param {Object} input\n * @returns {Boolean} recognized\n */\n attrTest: function(input) {\n var optionPointers = this.options.pointers;\n return optionPointers === 0 || input.pointers.length === optionPointers;\n },\n\n /**\n * Process the input and return the state for the recognizer\n * @memberof AttrRecognizer\n * @param {Object} input\n * @returns {*} State\n */\n process: function(input) {\n var state = this.state;\n var eventType = input.eventType;\n\n var isRecognized = state & (STATE_BEGAN | STATE_CHANGED);\n var isValid = this.attrTest(input);\n\n // on cancel input and we've recognized before, return STATE_CANCELLED\n if (isRecognized && (eventType & INPUT_CANCEL || !isValid)) {\n return state | STATE_CANCELLED;\n } else if (isRecognized || isValid) {\n if (eventType & INPUT_END) {\n return state | STATE_ENDED;\n } else if (!(state & STATE_BEGAN)) {\n return STATE_BEGAN;\n }\n return state | STATE_CHANGED;\n }\n return STATE_FAILED;\n }\n});\n\n/**\n * Pan\n * Recognized when the pointer is down and moved in the allowed direction.\n * @constructor\n * @extends AttrRecognizer\n */\nfunction PanRecognizer() {\n AttrRecognizer.apply(this, arguments);\n\n this.pX = null;\n this.pY = null;\n}\n\ninherit(PanRecognizer, AttrRecognizer, {\n /**\n * @namespace\n * @memberof PanRecognizer\n */\n defaults: {\n event: 'pan',\n threshold: 10,\n pointers: 1,\n direction: DIRECTION_ALL\n },\n\n getTouchAction: function() {\n var direction = this.options.direction;\n var actions = [];\n if (direction & DIRECTION_HORIZONTAL) {\n actions.push(TOUCH_ACTION_PAN_Y);\n }\n if (direction & DIRECTION_VERTICAL) {\n actions.push(TOUCH_ACTION_PAN_X);\n }\n return actions;\n },\n\n directionTest: function(input) {\n var options = this.options;\n var hasMoved = true;\n var distance = input.distance;\n var direction = input.direction;\n var x = input.deltaX;\n var y = input.deltaY;\n\n // lock to axis?\n if (!(direction & options.direction)) {\n if (options.direction & DIRECTION_HORIZONTAL) {\n direction = (x === 0) ? DIRECTION_NONE : (x < 0) ? DIRECTION_LEFT : DIRECTION_RIGHT;\n hasMoved = x != this.pX;\n distance = Math.abs(input.deltaX);\n } else {\n direction = (y === 0) ? DIRECTION_NONE : (y < 0) ? DIRECTION_UP : DIRECTION_DOWN;\n hasMoved = y != this.pY;\n distance = Math.abs(input.deltaY);\n }\n }\n input.direction = direction;\n return hasMoved && distance > options.threshold && direction & options.direction;\n },\n\n attrTest: function(input) {\n return AttrRecognizer.prototype.attrTest.call(this, input) &&\n (this.state & STATE_BEGAN || (!(this.state & STATE_BEGAN) && this.directionTest(input)));\n },\n\n emit: function(input) {\n\n this.pX = input.deltaX;\n this.pY = input.deltaY;\n\n var direction = directionStr(input.direction);\n\n if (direction) {\n input.additionalEvent = this.options.event + direction;\n }\n this._super.emit.call(this, input);\n }\n});\n\n/**\n * Pinch\n * Recognized when two or more pointers are moving toward (zoom-in) or away from each other (zoom-out).\n * @constructor\n * @extends AttrRecognizer\n */\nfunction PinchRecognizer() {\n AttrRecognizer.apply(this, arguments);\n}\n\ninherit(PinchRecognizer, AttrRecognizer, {\n /**\n * @namespace\n * @memberof PinchRecognizer\n */\n defaults: {\n event: 'pinch',\n threshold: 0,\n pointers: 2\n },\n\n getTouchAction: function() {\n return [TOUCH_ACTION_NONE];\n },\n\n attrTest: function(input) {\n return this._super.attrTest.call(this, input) &&\n (Math.abs(input.scale - 1) > this.options.threshold || this.state & STATE_BEGAN);\n },\n\n emit: function(input) {\n if (input.scale !== 1) {\n var inOut = input.scale < 1 ? 'in' : 'out';\n input.additionalEvent = this.options.event + inOut;\n }\n this._super.emit.call(this, input);\n }\n});\n\n/**\n * Press\n * Recognized when the pointer is down for x ms without any movement.\n * @constructor\n * @extends Recognizer\n */\nfunction PressRecognizer() {\n Recognizer.apply(this, arguments);\n\n this._timer = null;\n this._input = null;\n}\n\ninherit(PressRecognizer, Recognizer, {\n /**\n * @namespace\n * @memberof PressRecognizer\n */\n defaults: {\n event: 'press',\n pointers: 1,\n time: 251, // minimal time of the pointer to be pressed\n threshold: 9 // a minimal movement is ok, but keep it low\n },\n\n getTouchAction: function() {\n return [TOUCH_ACTION_AUTO];\n },\n\n process: function(input) {\n var options = this.options;\n var validPointers = input.pointers.length === options.pointers;\n var validMovement = input.distance < options.threshold;\n var validTime = input.deltaTime > options.time;\n\n this._input = input;\n\n // we only allow little movement\n // and we've reached an end event, so a tap is possible\n if (!validMovement || !validPointers || (input.eventType & (INPUT_END | INPUT_CANCEL) && !validTime)) {\n this.reset();\n } else if (input.eventType & INPUT_START) {\n this.reset();\n this._timer = setTimeoutContext(function() {\n this.state = STATE_RECOGNIZED;\n this.tryEmit();\n }, options.time, this);\n } else if (input.eventType & INPUT_END) {\n return STATE_RECOGNIZED;\n }\n return STATE_FAILED;\n },\n\n reset: function() {\n clearTimeout(this._timer);\n },\n\n emit: function(input) {\n if (this.state !== STATE_RECOGNIZED) {\n return;\n }\n\n if (input && (input.eventType & INPUT_END)) {\n this.manager.emit(this.options.event + 'up', input);\n } else {\n this._input.timeStamp = now();\n this.manager.emit(this.options.event, this._input);\n }\n }\n});\n\n/**\n * Rotate\n * Recognized when two or more pointer are moving in a circular motion.\n * @constructor\n * @extends AttrRecognizer\n */\nfunction RotateRecognizer() {\n AttrRecognizer.apply(this, arguments);\n}\n\ninherit(RotateRecognizer, AttrRecognizer, {\n /**\n * @namespace\n * @memberof RotateRecognizer\n */\n defaults: {\n event: 'rotate',\n threshold: 0,\n pointers: 2\n },\n\n getTouchAction: function() {\n return [TOUCH_ACTION_NONE];\n },\n\n attrTest: function(input) {\n return this._super.attrTest.call(this, input) &&\n (Math.abs(input.rotation) > this.options.threshold || this.state & STATE_BEGAN);\n }\n});\n\n/**\n * Swipe\n * Recognized when the pointer is moving fast (velocity), with enough distance in the allowed direction.\n * @constructor\n * @extends AttrRecognizer\n */\nfunction SwipeRecognizer() {\n AttrRecognizer.apply(this, arguments);\n}\n\ninherit(SwipeRecognizer, AttrRecognizer, {\n /**\n * @namespace\n * @memberof SwipeRecognizer\n */\n defaults: {\n event: 'swipe',\n threshold: 10,\n velocity: 0.3,\n direction: DIRECTION_HORIZONTAL | DIRECTION_VERTICAL,\n pointers: 1\n },\n\n getTouchAction: function() {\n return PanRecognizer.prototype.getTouchAction.call(this);\n },\n\n attrTest: function(input) {\n var direction = this.options.direction;\n var velocity;\n\n if (direction & (DIRECTION_HORIZONTAL | DIRECTION_VERTICAL)) {\n velocity = input.overallVelocity;\n } else if (direction & DIRECTION_HORIZONTAL) {\n velocity = input.overallVelocityX;\n } else if (direction & DIRECTION_VERTICAL) {\n velocity = input.overallVelocityY;\n }\n\n return this._super.attrTest.call(this, input) &&\n direction & input.offsetDirection &&\n input.distance > this.options.threshold &&\n input.maxPointers == this.options.pointers &&\n abs(velocity) > this.options.velocity && input.eventType & INPUT_END;\n },\n\n emit: function(input) {\n var direction = directionStr(input.offsetDirection);\n if (direction) {\n this.manager.emit(this.options.event + direction, input);\n }\n\n this.manager.emit(this.options.event, input);\n }\n});\n\n/**\n * A tap is ecognized when the pointer is doing a small tap/click. Multiple taps are recognized if they occur\n * between the given interval and position. The delay option can be used to recognize multi-taps without firing\n * a single tap.\n *\n * The eventData from the emitted event contains the property `tapCount`, which contains the amount of\n * multi-taps being recognized.\n * @constructor\n * @extends Recognizer\n */\nfunction TapRecognizer() {\n Recognizer.apply(this, arguments);\n\n // previous time and center,\n // used for tap counting\n this.pTime = false;\n this.pCenter = false;\n\n this._timer = null;\n this._input = null;\n this.count = 0;\n}\n\ninherit(TapRecognizer, Recognizer, {\n /**\n * @namespace\n * @memberof PinchRecognizer\n */\n defaults: {\n event: 'tap',\n pointers: 1,\n taps: 1,\n interval: 300, // max time between the multi-tap taps\n time: 250, // max time of the pointer to be down (like finger on the screen)\n threshold: 9, // a minimal movement is ok, but keep it low\n posThreshold: 10 // a multi-tap can be a bit off the initial position\n },\n\n getTouchAction: function() {\n return [TOUCH_ACTION_MANIPULATION];\n },\n\n process: function(input) {\n var options = this.options;\n\n var validPointers = input.pointers.length === options.pointers;\n var validMovement = input.distance < options.threshold;\n var validTouchTime = input.deltaTime < options.time;\n\n this.reset();\n\n if ((input.eventType & INPUT_START) && (this.count === 0)) {\n return this.failTimeout();\n }\n\n // we only allow little movement\n // and we've reached an end event, so a tap is possible\n if (validMovement && validTouchTime && validPointers) {\n if (input.eventType != INPUT_END) {\n return this.failTimeout();\n }\n\n var validInterval = this.pTime ? (input.timeStamp - this.pTime < options.interval) : true;\n var validMultiTap = !this.pCenter || getDistance(this.pCenter, input.center) < options.posThreshold;\n\n this.pTime = input.timeStamp;\n this.pCenter = input.center;\n\n if (!validMultiTap || !validInterval) {\n this.count = 1;\n } else {\n this.count += 1;\n }\n\n this._input = input;\n\n // if tap count matches we have recognized it,\n // else it has began recognizing...\n var tapCount = this.count % options.taps;\n if (tapCount === 0) {\n // no failing requirements, immediately trigger the tap event\n // or wait as long as the multitap interval to trigger\n if (!this.hasRequireFailures()) {\n return STATE_RECOGNIZED;\n } else {\n this._timer = setTimeoutContext(function() {\n this.state = STATE_RECOGNIZED;\n this.tryEmit();\n }, options.interval, this);\n return STATE_BEGAN;\n }\n }\n }\n return STATE_FAILED;\n },\n\n failTimeout: function() {\n this._timer = setTimeoutContext(function() {\n this.state = STATE_FAILED;\n }, this.options.interval, this);\n return STATE_FAILED;\n },\n\n reset: function() {\n clearTimeout(this._timer);\n },\n\n emit: function() {\n if (this.state == STATE_RECOGNIZED) {\n this._input.tapCount = this.count;\n this.manager.emit(this.options.event, this._input);\n }\n }\n});\n\n/**\n * Simple way to create a manager with a default set of recognizers.\n * @param {HTMLElement} element\n * @param {Object} [options]\n * @constructor\n */\nfunction Hammer(element, options) {\n options = options || {};\n options.recognizers = ifUndefined(options.recognizers, Hammer.defaults.preset);\n return new Manager(element, options);\n}\n\n/**\n * @const {string}\n */\nHammer.VERSION = '2.0.7';\n\n/**\n * default settings\n * @namespace\n */\nHammer.defaults = {\n /**\n * set if DOM events are being triggered.\n * But this is slower and unused by simple implementations, so disabled by default.\n * @type {Boolean}\n * @default false\n */\n domEvents: false,\n\n /**\n * The value for the touchAction property/fallback.\n * When set to `compute` it will magically set the correct value based on the added recognizers.\n * @type {String}\n * @default compute\n */\n touchAction: TOUCH_ACTION_COMPUTE,\n\n /**\n * @type {Boolean}\n * @default true\n */\n enable: true,\n\n /**\n * EXPERIMENTAL FEATURE -- can be removed/changed\n * Change the parent input target element.\n * If Null, then it is being set the to main element.\n * @type {Null|EventTarget}\n * @default null\n */\n inputTarget: null,\n\n /**\n * force an input class\n * @type {Null|Function}\n * @default null\n */\n inputClass: null,\n\n /**\n * Default recognizer setup when calling `Hammer()`\n * When creating a new Manager these will be skipped.\n * @type {Array}\n */\n preset: [\n // RecognizerClass, options, [recognizeWith, ...], [requireFailure, ...]\n [RotateRecognizer, {enable: false}],\n [PinchRecognizer, {enable: false}, ['rotate']],\n [SwipeRecognizer, {direction: DIRECTION_HORIZONTAL}],\n [PanRecognizer, {direction: DIRECTION_HORIZONTAL}, ['swipe']],\n [TapRecognizer],\n [TapRecognizer, {event: 'doubletap', taps: 2}, ['tap']],\n [PressRecognizer]\n ],\n\n /**\n * Some CSS properties can be used to improve the working of Hammer.\n * Add them to this method and they will be set when creating a new Manager.\n * @namespace\n */\n cssProps: {\n /**\n * Disables text selection to improve the dragging gesture. Mainly for desktop browsers.\n * @type {String}\n * @default 'none'\n */\n userSelect: 'none',\n\n /**\n * Disable the Windows Phone grippers when pressing an element.\n * @type {String}\n * @default 'none'\n */\n touchSelect: 'none',\n\n /**\n * Disables the default callout shown when you touch and hold a touch target.\n * On iOS, when you touch and hold a touch target such as a link, Safari displays\n * a callout containing information about the link. This property allows you to disable that callout.\n * @type {String}\n * @default 'none'\n */\n touchCallout: 'none',\n\n /**\n * Specifies whether zooming is enabled. Used by IE10>\n * @type {String}\n * @default 'none'\n */\n contentZooming: 'none',\n\n /**\n * Specifies that an entire element should be draggable instead of its contents. Mainly for desktop browsers.\n * @type {String}\n * @default 'none'\n */\n userDrag: 'none',\n\n /**\n * Overrides the highlight color shown when the user taps a link or a JavaScript\n * clickable element in iOS. This property obeys the alpha value, if specified.\n * @type {String}\n * @default 'rgba(0,0,0,0)'\n */\n tapHighlightColor: 'rgba(0,0,0,0)'\n }\n};\n\nvar STOP = 1;\nvar FORCED_STOP = 2;\n\n/**\n * Manager\n * @param {HTMLElement} element\n * @param {Object} [options]\n * @constructor\n */\nfunction Manager(element, options) {\n this.options = assign({}, Hammer.defaults, options || {});\n\n this.options.inputTarget = this.options.inputTarget || element;\n\n this.handlers = {};\n this.session = {};\n this.recognizers = [];\n this.oldCssProps = {};\n\n this.element = element;\n this.input = createInputInstance(this);\n this.touchAction = new TouchAction(this, this.options.touchAction);\n\n toggleCssProps(this, true);\n\n each(this.options.recognizers, function(item) {\n var recognizer = this.add(new (item[0])(item[1]));\n item[2] && recognizer.recognizeWith(item[2]);\n item[3] && recognizer.requireFailure(item[3]);\n }, this);\n}\n\nManager.prototype = {\n /**\n * set options\n * @param {Object} options\n * @returns {Manager}\n */\n set: function(options) {\n assign(this.options, options);\n\n // Options that need a little more setup\n if (options.touchAction) {\n this.touchAction.update();\n }\n if (options.inputTarget) {\n // Clean up existing event listeners and reinitialize\n this.input.destroy();\n this.input.target = options.inputTarget;\n this.input.init();\n }\n return this;\n },\n\n /**\n * stop recognizing for this session.\n * This session will be discarded, when a new [input]start event is fired.\n * When forced, the recognizer cycle is stopped immediately.\n * @param {Boolean} [force]\n */\n stop: function(force) {\n this.session.stopped = force ? FORCED_STOP : STOP;\n },\n\n /**\n * run the recognizers!\n * called by the inputHandler function on every movement of the pointers (touches)\n * it walks through all the recognizers and tries to detect the gesture that is being made\n * @param {Object} inputData\n */\n recognize: function(inputData) {\n var session = this.session;\n if (session.stopped) {\n return;\n }\n\n // run the touch-action polyfill\n this.touchAction.preventDefaults(inputData);\n\n var recognizer;\n var recognizers = this.recognizers;\n\n // this holds the recognizer that is being recognized.\n // so the recognizer's state needs to be BEGAN, CHANGED, ENDED or RECOGNIZED\n // if no recognizer is detecting a thing, it is set to `null`\n var curRecognizer = session.curRecognizer;\n\n // reset when the last recognizer is recognized\n // or when we're in a new session\n if (!curRecognizer || (curRecognizer && curRecognizer.state & STATE_RECOGNIZED)) {\n curRecognizer = session.curRecognizer = null;\n }\n\n var i = 0;\n while (i < recognizers.length) {\n recognizer = recognizers[i];\n\n // find out if we are allowed try to recognize the input for this one.\n // 1. allow if the session is NOT forced stopped (see the .stop() method)\n // 2. allow if we still haven't recognized a gesture in this session, or the this recognizer is the one\n // that is being recognized.\n // 3. allow if the recognizer is allowed to run simultaneous with the current recognized recognizer.\n // this can be setup with the `recognizeWith()` method on the recognizer.\n if (session.stopped !== FORCED_STOP && ( // 1\n !curRecognizer || recognizer == curRecognizer || // 2\n recognizer.canRecognizeWith(curRecognizer))) { // 3\n recognizer.recognize(inputData);\n } else {\n recognizer.reset();\n }\n\n // if the recognizer has been recognizing the input as a valid gesture, we want to store this one as the\n // current active recognizer. but only if we don't already have an active recognizer\n if (!curRecognizer && recognizer.state & (STATE_BEGAN | STATE_CHANGED | STATE_ENDED)) {\n curRecognizer = session.curRecognizer = recognizer;\n }\n i++;\n }\n },\n\n /**\n * get a recognizer by its event name.\n * @param {Recognizer|String} recognizer\n * @returns {Recognizer|Null}\n */\n get: function(recognizer) {\n if (recognizer instanceof Recognizer) {\n return recognizer;\n }\n\n var recognizers = this.recognizers;\n for (var i = 0; i < recognizers.length; i++) {\n if (recognizers[i].options.event == recognizer) {\n return recognizers[i];\n }\n }\n return null;\n },\n\n /**\n * add a recognizer to the manager\n * existing recognizers with the same event name will be removed\n * @param {Recognizer} recognizer\n * @returns {Recognizer|Manager}\n */\n add: function(recognizer) {\n if (invokeArrayArg(recognizer, 'add', this)) {\n return this;\n }\n\n // remove existing\n var existing = this.get(recognizer.options.event);\n if (existing) {\n this.remove(existing);\n }\n\n this.recognizers.push(recognizer);\n recognizer.manager = this;\n\n this.touchAction.update();\n return recognizer;\n },\n\n /**\n * remove a recognizer by name or instance\n * @param {Recognizer|String} recognizer\n * @returns {Manager}\n */\n remove: function(recognizer) {\n if (invokeArrayArg(recognizer, 'remove', this)) {\n return this;\n }\n\n recognizer = this.get(recognizer);\n\n // let's make sure this recognizer exists\n if (recognizer) {\n var recognizers = this.recognizers;\n var index = inArray(recognizers, recognizer);\n\n if (index !== -1) {\n recognizers.splice(index, 1);\n this.touchAction.update();\n }\n }\n\n return this;\n },\n\n /**\n * bind event\n * @param {String} events\n * @param {Function} handler\n * @returns {EventEmitter} this\n */\n on: function(events, handler) {\n if (events === undefined) {\n return;\n }\n if (handler === undefined) {\n return;\n }\n\n var handlers = this.handlers;\n each(splitStr(events), function(event) {\n handlers[event] = handlers[event] || [];\n handlers[event].push(handler);\n });\n return this;\n },\n\n /**\n * unbind event, leave emit blank to remove all handlers\n * @param {String} events\n * @param {Function} [handler]\n * @returns {EventEmitter} this\n */\n off: function(events, handler) {\n if (events === undefined) {\n return;\n }\n\n var handlers = this.handlers;\n each(splitStr(events), function(event) {\n if (!handler) {\n delete handlers[event];\n } else {\n handlers[event] && handlers[event].splice(inArray(handlers[event], handler), 1);\n }\n });\n return this;\n },\n\n /**\n * emit event to the listeners\n * @param {String} event\n * @param {Object} data\n */\n emit: function(event, data) {\n // we also want to trigger dom events\n if (this.options.domEvents) {\n triggerDomEvent(event, data);\n }\n\n // no handlers, so skip it all\n var handlers = this.handlers[event] && this.handlers[event].slice();\n if (!handlers || !handlers.length) {\n return;\n }\n\n data.type = event;\n data.preventDefault = function() {\n data.srcEvent.preventDefault();\n };\n\n var i = 0;\n while (i < handlers.length) {\n handlers[i](data);\n i++;\n }\n },\n\n /**\n * destroy the manager and unbinds all events\n * it doesn't unbind dom events, that is the user own responsibility\n */\n destroy: function() {\n this.element && toggleCssProps(this, false);\n\n this.handlers = {};\n this.session = {};\n this.input.destroy();\n this.element = null;\n }\n};\n\n/**\n * add/remove the css properties as defined in manager.options.cssProps\n * @param {Manager} manager\n * @param {Boolean} add\n */\nfunction toggleCssProps(manager, add) {\n var element = manager.element;\n if (!element.style) {\n return;\n }\n var prop;\n each(manager.options.cssProps, function(value, name) {\n prop = prefixed(element.style, name);\n if (add) {\n manager.oldCssProps[prop] = element.style[prop];\n element.style[prop] = value;\n } else {\n element.style[prop] = manager.oldCssProps[prop] || '';\n }\n });\n if (!add) {\n manager.oldCssProps = {};\n }\n}\n\n/**\n * trigger dom event\n * @param {String} event\n * @param {Object} data\n */\nfunction triggerDomEvent(event, data) {\n var gestureEvent = document.createEvent('Event');\n gestureEvent.initEvent(event, true, true);\n gestureEvent.gesture = data;\n data.target.dispatchEvent(gestureEvent);\n}\n\nassign(Hammer, {\n INPUT_START: INPUT_START,\n INPUT_MOVE: INPUT_MOVE,\n INPUT_END: INPUT_END,\n INPUT_CANCEL: INPUT_CANCEL,\n\n STATE_POSSIBLE: STATE_POSSIBLE,\n STATE_BEGAN: STATE_BEGAN,\n STATE_CHANGED: STATE_CHANGED,\n STATE_ENDED: STATE_ENDED,\n STATE_RECOGNIZED: STATE_RECOGNIZED,\n STATE_CANCELLED: STATE_CANCELLED,\n STATE_FAILED: STATE_FAILED,\n\n DIRECTION_NONE: DIRECTION_NONE,\n DIRECTION_LEFT: DIRECTION_LEFT,\n DIRECTION_RIGHT: DIRECTION_RIGHT,\n DIRECTION_UP: DIRECTION_UP,\n DIRECTION_DOWN: DIRECTION_DOWN,\n DIRECTION_HORIZONTAL: DIRECTION_HORIZONTAL,\n DIRECTION_VERTICAL: DIRECTION_VERTICAL,\n DIRECTION_ALL: DIRECTION_ALL,\n\n Manager: Manager,\n Input: Input,\n TouchAction: TouchAction,\n\n TouchInput: TouchInput,\n MouseInput: MouseInput,\n PointerEventInput: PointerEventInput,\n TouchMouseInput: TouchMouseInput,\n SingleTouchInput: SingleTouchInput,\n\n Recognizer: Recognizer,\n AttrRecognizer: AttrRecognizer,\n Tap: TapRecognizer,\n Pan: PanRecognizer,\n Swipe: SwipeRecognizer,\n Pinch: PinchRecognizer,\n Rotate: RotateRecognizer,\n Press: PressRecognizer,\n\n on: addEventListeners,\n off: removeEventListeners,\n each: each,\n merge: merge,\n extend: extend,\n assign: assign,\n inherit: inherit,\n bindFn: bindFn,\n prefixed: prefixed\n});\n\n// this prevents errors when Hammer is loaded in the presence of an AMD\n// style loader but by script tag, not by the loader.\nvar freeGlobal = (typeof window !== 'undefined' ? window : (typeof self !== 'undefined' ? self : {})); // jshint ignore:line\nfreeGlobal.Hammer = Hammer;\n\nif (typeof define === 'function' && define.amd) {\n define(function() {\n return Hammer;\n });\n} else if (typeof module != 'undefined' && module.exports) {\n module.exports = Hammer;\n} else {\n window[exportName] = Hammer;\n}\n\n})(window, document, 'Hammer');\n","/*!\n * jQuery JavaScript Library v3.4.1\n * https://jquery.com/\n *\n * Includes Sizzle.js\n * https://sizzlejs.com/\n *\n * Copyright JS Foundation and other contributors\n * Released under the MIT license\n * https://jquery.org/license\n *\n * Date: 2019-05-01T21:04Z\n */\n( function( global, factory ) {\n\n\t\"use strict\";\n\n\tif ( typeof module === \"object\" && typeof module.exports === \"object\" ) {\n\n\t\t// For CommonJS and CommonJS-like environments where a proper `window`\n\t\t// is present, execute the factory and get jQuery.\n\t\t// For environments that do not have a `window` with a `document`\n\t\t// (such as Node.js), expose a factory as module.exports.\n\t\t// This accentuates the need for the creation of a real `window`.\n\t\t// e.g. var jQuery = require(\"jquery\")(window);\n\t\t// See ticket #14549 for more info.\n\t\tmodule.exports = global.document ?\n\t\t\tfactory( global, true ) :\n\t\t\tfunction( w ) {\n\t\t\t\tif ( !w.document ) {\n\t\t\t\t\tthrow new Error( \"jQuery requires a window with a document\" );\n\t\t\t\t}\n\t\t\t\treturn factory( w );\n\t\t\t};\n\t} else {\n\t\tfactory( global );\n\t}\n\n// Pass this if window is not defined yet\n} )( typeof window !== \"undefined\" ? window : this, function( window, noGlobal ) {\n\n// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1\n// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode\n// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common\n// enough that all such attempts are guarded in a try block.\n\"use strict\";\n\nvar arr = [];\n\nvar document = window.document;\n\nvar getProto = Object.getPrototypeOf;\n\nvar slice = arr.slice;\n\nvar concat = arr.concat;\n\nvar push = arr.push;\n\nvar indexOf = arr.indexOf;\n\nvar class2type = {};\n\nvar toString = class2type.toString;\n\nvar hasOwn = class2type.hasOwnProperty;\n\nvar fnToString = hasOwn.toString;\n\nvar ObjectFunctionString = fnToString.call( Object );\n\nvar support = {};\n\nvar isFunction = function isFunction( obj ) {\n\n // Support: Chrome <=57, Firefox <=52\n // In some browsers, typeof returns \"function\" for HTML elements\n // (i.e., `typeof document.createElement( \"object\" ) === \"function\"`).\n // We don't want to classify *any* DOM node as a function.\n return typeof obj === \"function\" && typeof obj.nodeType !== \"number\";\n };\n\n\nvar isWindow = function isWindow( obj ) {\n\t\treturn obj != null && obj === obj.window;\n\t};\n\n\n\n\n\tvar preservedScriptAttributes = {\n\t\ttype: true,\n\t\tsrc: true,\n\t\tnonce: true,\n\t\tnoModule: true\n\t};\n\n\tfunction DOMEval( code, node, doc ) {\n\t\tdoc = doc || document;\n\n\t\tvar i, val,\n\t\t\tscript = doc.createElement( \"script\" );\n\n\t\tscript.text = code;\n\t\tif ( node ) {\n\t\t\tfor ( i in preservedScriptAttributes ) {\n\n\t\t\t\t// Support: Firefox 64+, Edge 18+\n\t\t\t\t// Some browsers don't support the \"nonce\" property on scripts.\n\t\t\t\t// On the other hand, just using `getAttribute` is not enough as\n\t\t\t\t// the `nonce` attribute is reset to an empty string whenever it\n\t\t\t\t// becomes browsing-context connected.\n\t\t\t\t// See https://github.com/whatwg/html/issues/2369\n\t\t\t\t// See https://html.spec.whatwg.org/#nonce-attributes\n\t\t\t\t// The `node.getAttribute` check was added for the sake of\n\t\t\t\t// `jQuery.globalEval` so that it can fake a nonce-containing node\n\t\t\t\t// via an object.\n\t\t\t\tval = node[ i ] || node.getAttribute && node.getAttribute( i );\n\t\t\t\tif ( val ) {\n\t\t\t\t\tscript.setAttribute( i, val );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tdoc.head.appendChild( script ).parentNode.removeChild( script );\n\t}\n\n\nfunction toType( obj ) {\n\tif ( obj == null ) {\n\t\treturn obj + \"\";\n\t}\n\n\t// Support: Android <=2.3 only (functionish RegExp)\n\treturn typeof obj === \"object\" || typeof obj === \"function\" ?\n\t\tclass2type[ toString.call( obj ) ] || \"object\" :\n\t\ttypeof obj;\n}\n/* global Symbol */\n// Defining this global in .eslintrc.json would create a danger of using the global\n// unguarded in another place, it seems safer to define global only for this module\n\n\n\nvar\n\tversion = \"3.4.1\",\n\n\t// Define a local copy of jQuery\n\tjQuery = function( selector, context ) {\n\n\t\t// The jQuery object is actually just the init constructor 'enhanced'\n\t\t// Need init if jQuery is called (just allow error to be thrown if not included)\n\t\treturn new jQuery.fn.init( selector, context );\n\t},\n\n\t// Support: Android <=4.0 only\n\t// Make sure we trim BOM and NBSP\n\trtrim = /^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g;\n\njQuery.fn = jQuery.prototype = {\n\n\t// The current version of jQuery being used\n\tjquery: version,\n\n\tconstructor: jQuery,\n\n\t// The default length of a jQuery object is 0\n\tlength: 0,\n\n\ttoArray: function() {\n\t\treturn slice.call( this );\n\t},\n\n\t// Get the Nth element in the matched element set OR\n\t// Get the whole matched element set as a clean array\n\tget: function( num ) {\n\n\t\t// Return all the elements in a clean array\n\t\tif ( num == null ) {\n\t\t\treturn slice.call( this );\n\t\t}\n\n\t\t// Return just the one element from the set\n\t\treturn num < 0 ? this[ num + this.length ] : this[ num ];\n\t},\n\n\t// Take an array of elements and push it onto the stack\n\t// (returning the new matched element set)\n\tpushStack: function( elems ) {\n\n\t\t// Build a new jQuery matched element set\n\t\tvar ret = jQuery.merge( this.constructor(), elems );\n\n\t\t// Add the old object onto the stack (as a reference)\n\t\tret.prevObject = this;\n\n\t\t// Return the newly-formed element set\n\t\treturn ret;\n\t},\n\n\t// Execute a callback for every element in the matched set.\n\teach: function( callback ) {\n\t\treturn jQuery.each( this, callback );\n\t},\n\n\tmap: function( callback ) {\n\t\treturn this.pushStack( jQuery.map( this, function( elem, i ) {\n\t\t\treturn callback.call( elem, i, elem );\n\t\t} ) );\n\t},\n\n\tslice: function() {\n\t\treturn this.pushStack( slice.apply( this, arguments ) );\n\t},\n\n\tfirst: function() {\n\t\treturn this.eq( 0 );\n\t},\n\n\tlast: function() {\n\t\treturn this.eq( -1 );\n\t},\n\n\teq: function( i ) {\n\t\tvar len = this.length,\n\t\t\tj = +i + ( i < 0 ? len : 0 );\n\t\treturn this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] );\n\t},\n\n\tend: function() {\n\t\treturn this.prevObject || this.constructor();\n\t},\n\n\t// For internal use only.\n\t// Behaves like an Array's method, not like a jQuery method.\n\tpush: push,\n\tsort: arr.sort,\n\tsplice: arr.splice\n};\n\njQuery.extend = jQuery.fn.extend = function() {\n\tvar options, name, src, copy, copyIsArray, clone,\n\t\ttarget = arguments[ 0 ] || {},\n\t\ti = 1,\n\t\tlength = arguments.length,\n\t\tdeep = false;\n\n\t// Handle a deep copy situation\n\tif ( typeof target === \"boolean\" ) {\n\t\tdeep = target;\n\n\t\t// Skip the boolean and the target\n\t\ttarget = arguments[ i ] || {};\n\t\ti++;\n\t}\n\n\t// Handle case when target is a string or something (possible in deep copy)\n\tif ( typeof target !== \"object\" && !isFunction( target ) ) {\n\t\ttarget = {};\n\t}\n\n\t// Extend jQuery itself if only one argument is passed\n\tif ( i === length ) {\n\t\ttarget = this;\n\t\ti--;\n\t}\n\n\tfor ( ; i < length; i++ ) {\n\n\t\t// Only deal with non-null/undefined values\n\t\tif ( ( options = arguments[ i ] ) != null ) {\n\n\t\t\t// Extend the base object\n\t\t\tfor ( name in options ) {\n\t\t\t\tcopy = options[ name ];\n\n\t\t\t\t// Prevent Object.prototype pollution\n\t\t\t\t// Prevent never-ending loop\n\t\t\t\tif ( name === \"__proto__\" || target === copy ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\t// Recurse if we're merging plain objects or arrays\n\t\t\t\tif ( deep && copy && ( jQuery.isPlainObject( copy ) ||\n\t\t\t\t\t( copyIsArray = Array.isArray( copy ) ) ) ) {\n\t\t\t\t\tsrc = target[ name ];\n\n\t\t\t\t\t// Ensure proper type for the source value\n\t\t\t\t\tif ( copyIsArray && !Array.isArray( src ) ) {\n\t\t\t\t\t\tclone = [];\n\t\t\t\t\t} else if ( !copyIsArray && !jQuery.isPlainObject( src ) ) {\n\t\t\t\t\t\tclone = {};\n\t\t\t\t\t} else {\n\t\t\t\t\t\tclone = src;\n\t\t\t\t\t}\n\t\t\t\t\tcopyIsArray = false;\n\n\t\t\t\t\t// Never move original objects, clone them\n\t\t\t\t\ttarget[ name ] = jQuery.extend( deep, clone, copy );\n\n\t\t\t\t// Don't bring in undefined values\n\t\t\t\t} else if ( copy !== undefined ) {\n\t\t\t\t\ttarget[ name ] = copy;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Return the modified object\n\treturn target;\n};\n\njQuery.extend( {\n\n\t// Unique for each copy of jQuery on the page\n\texpando: \"jQuery\" + ( version + Math.random() ).replace( /\\D/g, \"\" ),\n\n\t// Assume jQuery is ready without the ready module\n\tisReady: true,\n\n\terror: function( msg ) {\n\t\tthrow new Error( msg );\n\t},\n\n\tnoop: function() {},\n\n\tisPlainObject: function( obj ) {\n\t\tvar proto, Ctor;\n\n\t\t// Detect obvious negatives\n\t\t// Use toString instead of jQuery.type to catch host objects\n\t\tif ( !obj || toString.call( obj ) !== \"[object Object]\" ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tproto = getProto( obj );\n\n\t\t// Objects with no prototype (e.g., `Object.create( null )`) are plain\n\t\tif ( !proto ) {\n\t\t\treturn true;\n\t\t}\n\n\t\t// Objects with prototype are plain iff they were constructed by a global Object function\n\t\tCtor = hasOwn.call( proto, \"constructor\" ) && proto.constructor;\n\t\treturn typeof Ctor === \"function\" && fnToString.call( Ctor ) === ObjectFunctionString;\n\t},\n\n\tisEmptyObject: function( obj ) {\n\t\tvar name;\n\n\t\tfor ( name in obj ) {\n\t\t\treturn false;\n\t\t}\n\t\treturn true;\n\t},\n\n\t// Evaluates a script in a global context\n\tglobalEval: function( code, options ) {\n\t\tDOMEval( code, { nonce: options && options.nonce } );\n\t},\n\n\teach: function( obj, callback ) {\n\t\tvar length, i = 0;\n\n\t\tif ( isArrayLike( obj ) ) {\n\t\t\tlength = obj.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tfor ( i in obj ) {\n\t\t\t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn obj;\n\t},\n\n\t// Support: Android <=4.0 only\n\ttrim: function( text ) {\n\t\treturn text == null ?\n\t\t\t\"\" :\n\t\t\t( text + \"\" ).replace( rtrim, \"\" );\n\t},\n\n\t// results is for internal usage only\n\tmakeArray: function( arr, results ) {\n\t\tvar ret = results || [];\n\n\t\tif ( arr != null ) {\n\t\t\tif ( isArrayLike( Object( arr ) ) ) {\n\t\t\t\tjQuery.merge( ret,\n\t\t\t\t\ttypeof arr === \"string\" ?\n\t\t\t\t\t[ arr ] : arr\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tpush.call( ret, arr );\n\t\t\t}\n\t\t}\n\n\t\treturn ret;\n\t},\n\n\tinArray: function( elem, arr, i ) {\n\t\treturn arr == null ? -1 : indexOf.call( arr, elem, i );\n\t},\n\n\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t// push.apply(_, arraylike) throws on ancient WebKit\n\tmerge: function( first, second ) {\n\t\tvar len = +second.length,\n\t\t\tj = 0,\n\t\t\ti = first.length;\n\n\t\tfor ( ; j < len; j++ ) {\n\t\t\tfirst[ i++ ] = second[ j ];\n\t\t}\n\n\t\tfirst.length = i;\n\n\t\treturn first;\n\t},\n\n\tgrep: function( elems, callback, invert ) {\n\t\tvar callbackInverse,\n\t\t\tmatches = [],\n\t\t\ti = 0,\n\t\t\tlength = elems.length,\n\t\t\tcallbackExpect = !invert;\n\n\t\t// Go through the array, only saving the items\n\t\t// that pass the validator function\n\t\tfor ( ; i < length; i++ ) {\n\t\t\tcallbackInverse = !callback( elems[ i ], i );\n\t\t\tif ( callbackInverse !== callbackExpect ) {\n\t\t\t\tmatches.push( elems[ i ] );\n\t\t\t}\n\t\t}\n\n\t\treturn matches;\n\t},\n\n\t// arg is for internal usage only\n\tmap: function( elems, callback, arg ) {\n\t\tvar length, value,\n\t\t\ti = 0,\n\t\t\tret = [];\n\n\t\t// Go through the array, translating each of the items to their new values\n\t\tif ( isArrayLike( elems ) ) {\n\t\t\tlength = elems.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Go through every key on the object,\n\t\t} else {\n\t\t\tfor ( i in elems ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Flatten any nested arrays\n\t\treturn concat.apply( [], ret );\n\t},\n\n\t// A global GUID counter for objects\n\tguid: 1,\n\n\t// jQuery.support is not used in Core but other projects attach their\n\t// properties to it so it needs to exist.\n\tsupport: support\n} );\n\nif ( typeof Symbol === \"function\" ) {\n\tjQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ];\n}\n\n// Populate the class2type map\njQuery.each( \"Boolean Number String Function Array Date RegExp Object Error Symbol\".split( \" \" ),\nfunction( i, name ) {\n\tclass2type[ \"[object \" + name + \"]\" ] = name.toLowerCase();\n} );\n\nfunction isArrayLike( obj ) {\n\n\t// Support: real iOS 8.2 only (not reproducible in simulator)\n\t// `in` check used to prevent JIT error (gh-2145)\n\t// hasOwn isn't used here due to false negatives\n\t// regarding Nodelist length in IE\n\tvar length = !!obj && \"length\" in obj && obj.length,\n\t\ttype = toType( obj );\n\n\tif ( isFunction( obj ) || isWindow( obj ) ) {\n\t\treturn false;\n\t}\n\n\treturn type === \"array\" || length === 0 ||\n\t\ttypeof length === \"number\" && length > 0 && ( length - 1 ) in obj;\n}\nvar Sizzle =\n/*!\n * Sizzle CSS Selector Engine v2.3.4\n * https://sizzlejs.com/\n *\n * Copyright JS Foundation and other contributors\n * Released under the MIT license\n * https://js.foundation/\n *\n * Date: 2019-04-08\n */\n(function( window ) {\n\nvar i,\n\tsupport,\n\tExpr,\n\tgetText,\n\tisXML,\n\ttokenize,\n\tcompile,\n\tselect,\n\toutermostContext,\n\tsortInput,\n\thasDuplicate,\n\n\t// Local document vars\n\tsetDocument,\n\tdocument,\n\tdocElem,\n\tdocumentIsHTML,\n\trbuggyQSA,\n\trbuggyMatches,\n\tmatches,\n\tcontains,\n\n\t// Instance-specific data\n\texpando = \"sizzle\" + 1 * new Date(),\n\tpreferredDoc = window.document,\n\tdirruns = 0,\n\tdone = 0,\n\tclassCache = createCache(),\n\ttokenCache = createCache(),\n\tcompilerCache = createCache(),\n\tnonnativeSelectorCache = createCache(),\n\tsortOrder = function( a, b ) {\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t}\n\t\treturn 0;\n\t},\n\n\t// Instance methods\n\thasOwn = ({}).hasOwnProperty,\n\tarr = [],\n\tpop = arr.pop,\n\tpush_native = arr.push,\n\tpush = arr.push,\n\tslice = arr.slice,\n\t// Use a stripped-down indexOf as it's faster than native\n\t// https://jsperf.com/thor-indexof-vs-for/5\n\tindexOf = function( list, elem ) {\n\t\tvar i = 0,\n\t\t\tlen = list.length;\n\t\tfor ( ; i < len; i++ ) {\n\t\t\tif ( list[i] === elem ) {\n\t\t\t\treturn i;\n\t\t\t}\n\t\t}\n\t\treturn -1;\n\t},\n\n\tbooleans = \"checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped\",\n\n\t// Regular expressions\n\n\t// http://www.w3.org/TR/css3-selectors/#whitespace\n\twhitespace = \"[\\\\x20\\\\t\\\\r\\\\n\\\\f]\",\n\n\t// http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier\n\tidentifier = \"(?:\\\\\\\\.|[\\\\w-]|[^\\0-\\\\xa0])+\",\n\n\t// Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors\n\tattributes = \"\\\\[\" + whitespace + \"*(\" + identifier + \")(?:\" + whitespace +\n\t\t// Operator (capture 2)\n\t\t\"*([*^$|!~]?=)\" + whitespace +\n\t\t// \"Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]\"\n\t\t\"*(?:'((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\"|(\" + identifier + \"))|)\" + whitespace +\n\t\t\"*\\\\]\",\n\n\tpseudos = \":(\" + identifier + \")(?:\\\\((\" +\n\t\t// To reduce the number of selectors needing tokenize in the preFilter, prefer arguments:\n\t\t// 1. quoted (capture 3; capture 4 or capture 5)\n\t\t\"('((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\")|\" +\n\t\t// 2. simple (capture 6)\n\t\t\"((?:\\\\\\\\.|[^\\\\\\\\()[\\\\]]|\" + attributes + \")*)|\" +\n\t\t// 3. anything else (capture 2)\n\t\t\".*\" +\n\t\t\")\\\\)|)\",\n\n\t// Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter\n\trwhitespace = new RegExp( whitespace + \"+\", \"g\" ),\n\trtrim = new RegExp( \"^\" + whitespace + \"+|((?:^|[^\\\\\\\\])(?:\\\\\\\\.)*)\" + whitespace + \"+$\", \"g\" ),\n\n\trcomma = new RegExp( \"^\" + whitespace + \"*,\" + whitespace + \"*\" ),\n\trcombinators = new RegExp( \"^\" + whitespace + \"*([>+~]|\" + whitespace + \")\" + whitespace + \"*\" ),\n\trdescend = new RegExp( whitespace + \"|>\" ),\n\n\trpseudo = new RegExp( pseudos ),\n\tridentifier = new RegExp( \"^\" + identifier + \"$\" ),\n\n\tmatchExpr = {\n\t\t\"ID\": new RegExp( \"^#(\" + identifier + \")\" ),\n\t\t\"CLASS\": new RegExp( \"^\\\\.(\" + identifier + \")\" ),\n\t\t\"TAG\": new RegExp( \"^(\" + identifier + \"|[*])\" ),\n\t\t\"ATTR\": new RegExp( \"^\" + attributes ),\n\t\t\"PSEUDO\": new RegExp( \"^\" + pseudos ),\n\t\t\"CHILD\": new RegExp( \"^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\\\(\" + whitespace +\n\t\t\t\"*(even|odd|(([+-]|)(\\\\d*)n|)\" + whitespace + \"*(?:([+-]|)\" + whitespace +\n\t\t\t\"*(\\\\d+)|))\" + whitespace + \"*\\\\)|)\", \"i\" ),\n\t\t\"bool\": new RegExp( \"^(?:\" + booleans + \")$\", \"i\" ),\n\t\t// For use in libraries implementing .is()\n\t\t// We use this for POS matching in `select`\n\t\t\"needsContext\": new RegExp( \"^\" + whitespace + \"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\\\(\" +\n\t\t\twhitespace + \"*((?:-\\\\d)?\\\\d*)\" + whitespace + \"*\\\\)|)(?=[^-]|$)\", \"i\" )\n\t},\n\n\trhtml = /HTML$/i,\n\trinputs = /^(?:input|select|textarea|button)$/i,\n\trheader = /^h\\d$/i,\n\n\trnative = /^[^{]+\\{\\s*\\[native \\w/,\n\n\t// Easily-parseable/retrievable ID or TAG or CLASS selectors\n\trquickExpr = /^(?:#([\\w-]+)|(\\w+)|\\.([\\w-]+))$/,\n\n\trsibling = /[+~]/,\n\n\t// CSS escapes\n\t// http://www.w3.org/TR/CSS21/syndata.html#escaped-characters\n\trunescape = new RegExp( \"\\\\\\\\([\\\\da-f]{1,6}\" + whitespace + \"?|(\" + whitespace + \")|.)\", \"ig\" ),\n\tfunescape = function( _, escaped, escapedWhitespace ) {\n\t\tvar high = \"0x\" + escaped - 0x10000;\n\t\t// NaN means non-codepoint\n\t\t// Support: Firefox<24\n\t\t// Workaround erroneous numeric interpretation of +\"0x\"\n\t\treturn high !== high || escapedWhitespace ?\n\t\t\tescaped :\n\t\t\thigh < 0 ?\n\t\t\t\t// BMP codepoint\n\t\t\t\tString.fromCharCode( high + 0x10000 ) :\n\t\t\t\t// Supplemental Plane codepoint (surrogate pair)\n\t\t\t\tString.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 );\n\t},\n\n\t// CSS string/identifier serialization\n\t// https://drafts.csswg.org/cssom/#common-serializing-idioms\n\trcssescape = /([\\0-\\x1f\\x7f]|^-?\\d)|^-$|[^\\0-\\x1f\\x7f-\\uFFFF\\w-]/g,\n\tfcssescape = function( ch, asCodePoint ) {\n\t\tif ( asCodePoint ) {\n\n\t\t\t// U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER\n\t\t\tif ( ch === \"\\0\" ) {\n\t\t\t\treturn \"\\uFFFD\";\n\t\t\t}\n\n\t\t\t// Control characters and (dependent upon position) numbers get escaped as code points\n\t\t\treturn ch.slice( 0, -1 ) + \"\\\\\" + ch.charCodeAt( ch.length - 1 ).toString( 16 ) + \" \";\n\t\t}\n\n\t\t// Other potentially-special ASCII characters get backslash-escaped\n\t\treturn \"\\\\\" + ch;\n\t},\n\n\t// Used for iframes\n\t// See setDocument()\n\t// Removing the function wrapper causes a \"Permission Denied\"\n\t// error in IE\n\tunloadHandler = function() {\n\t\tsetDocument();\n\t},\n\n\tinDisabledFieldset = addCombinator(\n\t\tfunction( elem ) {\n\t\t\treturn elem.disabled === true && elem.nodeName.toLowerCase() === \"fieldset\";\n\t\t},\n\t\t{ dir: \"parentNode\", next: \"legend\" }\n\t);\n\n// Optimize for push.apply( _, NodeList )\ntry {\n\tpush.apply(\n\t\t(arr = slice.call( preferredDoc.childNodes )),\n\t\tpreferredDoc.childNodes\n\t);\n\t// Support: Android<4.0\n\t// Detect silently failing push.apply\n\tarr[ preferredDoc.childNodes.length ].nodeType;\n} catch ( e ) {\n\tpush = { apply: arr.length ?\n\n\t\t// Leverage slice if possible\n\t\tfunction( target, els ) {\n\t\t\tpush_native.apply( target, slice.call(els) );\n\t\t} :\n\n\t\t// Support: IE<9\n\t\t// Otherwise append directly\n\t\tfunction( target, els ) {\n\t\t\tvar j = target.length,\n\t\t\t\ti = 0;\n\t\t\t// Can't trust NodeList.length\n\t\t\twhile ( (target[j++] = els[i++]) ) {}\n\t\t\ttarget.length = j - 1;\n\t\t}\n\t};\n}\n\nfunction Sizzle( selector, context, results, seed ) {\n\tvar m, i, elem, nid, match, groups, newSelector,\n\t\tnewContext = context && context.ownerDocument,\n\n\t\t// nodeType defaults to 9, since context defaults to document\n\t\tnodeType = context ? context.nodeType : 9;\n\n\tresults = results || [];\n\n\t// Return early from calls with invalid selector or context\n\tif ( typeof selector !== \"string\" || !selector ||\n\t\tnodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) {\n\n\t\treturn results;\n\t}\n\n\t// Try to shortcut find operations (as opposed to filters) in HTML documents\n\tif ( !seed ) {\n\n\t\tif ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) {\n\t\t\tsetDocument( context );\n\t\t}\n\t\tcontext = context || document;\n\n\t\tif ( documentIsHTML ) {\n\n\t\t\t// If the selector is sufficiently simple, try using a \"get*By*\" DOM method\n\t\t\t// (excepting DocumentFragment context, where the methods don't exist)\n\t\t\tif ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) {\n\n\t\t\t\t// ID selector\n\t\t\t\tif ( (m = match[1]) ) {\n\n\t\t\t\t\t// Document context\n\t\t\t\t\tif ( nodeType === 9 ) {\n\t\t\t\t\t\tif ( (elem = context.getElementById( m )) ) {\n\n\t\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t\t// getElementById can match elements by name instead of ID\n\t\t\t\t\t\t\tif ( elem.id === m ) {\n\t\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t// Element context\n\t\t\t\t\t} else {\n\n\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t// getElementById can match elements by name instead of ID\n\t\t\t\t\t\tif ( newContext && (elem = newContext.getElementById( m )) &&\n\t\t\t\t\t\t\tcontains( context, elem ) &&\n\t\t\t\t\t\t\telem.id === m ) {\n\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t// Type selector\n\t\t\t\t} else if ( match[2] ) {\n\t\t\t\t\tpush.apply( results, context.getElementsByTagName( selector ) );\n\t\t\t\t\treturn results;\n\n\t\t\t\t// Class selector\n\t\t\t\t} else if ( (m = match[3]) && support.getElementsByClassName &&\n\t\t\t\t\tcontext.getElementsByClassName ) {\n\n\t\t\t\t\tpush.apply( results, context.getElementsByClassName( m ) );\n\t\t\t\t\treturn results;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Take advantage of querySelectorAll\n\t\t\tif ( support.qsa &&\n\t\t\t\t!nonnativeSelectorCache[ selector + \" \" ] &&\n\t\t\t\t(!rbuggyQSA || !rbuggyQSA.test( selector )) &&\n\n\t\t\t\t// Support: IE 8 only\n\t\t\t\t// Exclude object elements\n\t\t\t\t(nodeType !== 1 || context.nodeName.toLowerCase() !== \"object\") ) {\n\n\t\t\t\tnewSelector = selector;\n\t\t\t\tnewContext = context;\n\n\t\t\t\t// qSA considers elements outside a scoping root when evaluating child or\n\t\t\t\t// descendant combinators, which is not what we want.\n\t\t\t\t// In such cases, we work around the behavior by prefixing every selector in the\n\t\t\t\t// list with an ID selector referencing the scope context.\n\t\t\t\t// Thanks to Andrew Dupont for this technique.\n\t\t\t\tif ( nodeType === 1 && rdescend.test( selector ) ) {\n\n\t\t\t\t\t// Capture the context ID, setting it first if necessary\n\t\t\t\t\tif ( (nid = context.getAttribute( \"id\" )) ) {\n\t\t\t\t\t\tnid = nid.replace( rcssescape, fcssescape );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tcontext.setAttribute( \"id\", (nid = expando) );\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prefix every selector in the list\n\t\t\t\t\tgroups = tokenize( selector );\n\t\t\t\t\ti = groups.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tgroups[i] = \"#\" + nid + \" \" + toSelector( groups[i] );\n\t\t\t\t\t}\n\t\t\t\t\tnewSelector = groups.join( \",\" );\n\n\t\t\t\t\t// Expand context for sibling selectors\n\t\t\t\t\tnewContext = rsibling.test( selector ) && testContext( context.parentNode ) ||\n\t\t\t\t\t\tcontext;\n\t\t\t\t}\n\n\t\t\t\ttry {\n\t\t\t\t\tpush.apply( results,\n\t\t\t\t\t\tnewContext.querySelectorAll( newSelector )\n\t\t\t\t\t);\n\t\t\t\t\treturn results;\n\t\t\t\t} catch ( qsaError ) {\n\t\t\t\t\tnonnativeSelectorCache( selector, true );\n\t\t\t\t} finally {\n\t\t\t\t\tif ( nid === expando ) {\n\t\t\t\t\t\tcontext.removeAttribute( \"id\" );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// All others\n\treturn select( selector.replace( rtrim, \"$1\" ), context, results, seed );\n}\n\n/**\n * Create key-value caches of limited size\n * @returns {function(string, object)} Returns the Object data after storing it on itself with\n *\tproperty name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength)\n *\tdeleting the oldest entry\n */\nfunction createCache() {\n\tvar keys = [];\n\n\tfunction cache( key, value ) {\n\t\t// Use (key + \" \") to avoid collision with native prototype properties (see Issue #157)\n\t\tif ( keys.push( key + \" \" ) > Expr.cacheLength ) {\n\t\t\t// Only keep the most recent entries\n\t\t\tdelete cache[ keys.shift() ];\n\t\t}\n\t\treturn (cache[ key + \" \" ] = value);\n\t}\n\treturn cache;\n}\n\n/**\n * Mark a function for special use by Sizzle\n * @param {Function} fn The function to mark\n */\nfunction markFunction( fn ) {\n\tfn[ expando ] = true;\n\treturn fn;\n}\n\n/**\n * Support testing using an element\n * @param {Function} fn Passed the created element and returns a boolean result\n */\nfunction assert( fn ) {\n\tvar el = document.createElement(\"fieldset\");\n\n\ttry {\n\t\treturn !!fn( el );\n\t} catch (e) {\n\t\treturn false;\n\t} finally {\n\t\t// Remove from its parent by default\n\t\tif ( el.parentNode ) {\n\t\t\tel.parentNode.removeChild( el );\n\t\t}\n\t\t// release memory in IE\n\t\tel = null;\n\t}\n}\n\n/**\n * Adds the same handler for all of the specified attrs\n * @param {String} attrs Pipe-separated list of attributes\n * @param {Function} handler The method that will be applied\n */\nfunction addHandle( attrs, handler ) {\n\tvar arr = attrs.split(\"|\"),\n\t\ti = arr.length;\n\n\twhile ( i-- ) {\n\t\tExpr.attrHandle[ arr[i] ] = handler;\n\t}\n}\n\n/**\n * Checks document order of two siblings\n * @param {Element} a\n * @param {Element} b\n * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b\n */\nfunction siblingCheck( a, b ) {\n\tvar cur = b && a,\n\t\tdiff = cur && a.nodeType === 1 && b.nodeType === 1 &&\n\t\t\ta.sourceIndex - b.sourceIndex;\n\n\t// Use IE sourceIndex if available on both nodes\n\tif ( diff ) {\n\t\treturn diff;\n\t}\n\n\t// Check if b follows a\n\tif ( cur ) {\n\t\twhile ( (cur = cur.nextSibling) ) {\n\t\t\tif ( cur === b ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t}\n\n\treturn a ? 1 : -1;\n}\n\n/**\n * Returns a function to use in pseudos for input types\n * @param {String} type\n */\nfunction createInputPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn name === \"input\" && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for buttons\n * @param {String} type\n */\nfunction createButtonPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn (name === \"input\" || name === \"button\") && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for :enabled/:disabled\n * @param {Boolean} disabled true for :disabled; false for :enabled\n */\nfunction createDisabledPseudo( disabled ) {\n\n\t// Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable\n\treturn function( elem ) {\n\n\t\t// Only certain elements can match :enabled or :disabled\n\t\t// https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled\n\t\t// https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled\n\t\tif ( \"form\" in elem ) {\n\n\t\t\t// Check for inherited disabledness on relevant non-disabled elements:\n\t\t\t// * listed form-associated elements in a disabled fieldset\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#category-listed\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled\n\t\t\t// * option elements in a disabled optgroup\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled\n\t\t\t// All such elements have a \"form\" property.\n\t\t\tif ( elem.parentNode && elem.disabled === false ) {\n\n\t\t\t\t// Option elements defer to a parent optgroup if present\n\t\t\t\tif ( \"label\" in elem ) {\n\t\t\t\t\tif ( \"label\" in elem.parentNode ) {\n\t\t\t\t\t\treturn elem.parentNode.disabled === disabled;\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn elem.disabled === disabled;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Support: IE 6 - 11\n\t\t\t\t// Use the isDisabled shortcut property to check for disabled fieldset ancestors\n\t\t\t\treturn elem.isDisabled === disabled ||\n\n\t\t\t\t\t// Where there is no isDisabled, check manually\n\t\t\t\t\t/* jshint -W018 */\n\t\t\t\t\telem.isDisabled !== !disabled &&\n\t\t\t\t\t\tinDisabledFieldset( elem ) === disabled;\n\t\t\t}\n\n\t\t\treturn elem.disabled === disabled;\n\n\t\t// Try to winnow out elements that can't be disabled before trusting the disabled property.\n\t\t// Some victims get caught in our net (label, legend, menu, track), but it shouldn't\n\t\t// even exist on them, let alone have a boolean value.\n\t\t} else if ( \"label\" in elem ) {\n\t\t\treturn elem.disabled === disabled;\n\t\t}\n\n\t\t// Remaining elements are neither :enabled nor :disabled\n\t\treturn false;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for positionals\n * @param {Function} fn\n */\nfunction createPositionalPseudo( fn ) {\n\treturn markFunction(function( argument ) {\n\t\targument = +argument;\n\t\treturn markFunction(function( seed, matches ) {\n\t\t\tvar j,\n\t\t\t\tmatchIndexes = fn( [], seed.length, argument ),\n\t\t\t\ti = matchIndexes.length;\n\n\t\t\t// Match elements found at the specified indexes\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( seed[ (j = matchIndexes[i]) ] ) {\n\t\t\t\t\tseed[j] = !(matches[j] = seed[j]);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t});\n}\n\n/**\n * Checks a node for validity as a Sizzle context\n * @param {Element|Object=} context\n * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value\n */\nfunction testContext( context ) {\n\treturn context && typeof context.getElementsByTagName !== \"undefined\" && context;\n}\n\n// Expose support vars for convenience\nsupport = Sizzle.support = {};\n\n/**\n * Detects XML nodes\n * @param {Element|Object} elem An element or a document\n * @returns {Boolean} True iff elem is a non-HTML XML node\n */\nisXML = Sizzle.isXML = function( elem ) {\n\tvar namespace = elem.namespaceURI,\n\t\tdocElem = (elem.ownerDocument || elem).documentElement;\n\n\t// Support: IE <=8\n\t// Assume HTML when documentElement doesn't yet exist, such as inside loading iframes\n\t// https://bugs.jquery.com/ticket/4833\n\treturn !rhtml.test( namespace || docElem && docElem.nodeName || \"HTML\" );\n};\n\n/**\n * Sets document-related variables once based on the current document\n * @param {Element|Object} [doc] An element or document object to use to set the document\n * @returns {Object} Returns the current document\n */\nsetDocument = Sizzle.setDocument = function( node ) {\n\tvar hasCompare, subWindow,\n\t\tdoc = node ? node.ownerDocument || node : preferredDoc;\n\n\t// Return early if doc is invalid or already selected\n\tif ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) {\n\t\treturn document;\n\t}\n\n\t// Update global variables\n\tdocument = doc;\n\tdocElem = document.documentElement;\n\tdocumentIsHTML = !isXML( document );\n\n\t// Support: IE 9-11, Edge\n\t// Accessing iframe documents after unload throws \"permission denied\" errors (jQuery #13936)\n\tif ( preferredDoc !== document &&\n\t\t(subWindow = document.defaultView) && subWindow.top !== subWindow ) {\n\n\t\t// Support: IE 11, Edge\n\t\tif ( subWindow.addEventListener ) {\n\t\t\tsubWindow.addEventListener( \"unload\", unloadHandler, false );\n\n\t\t// Support: IE 9 - 10 only\n\t\t} else if ( subWindow.attachEvent ) {\n\t\t\tsubWindow.attachEvent( \"onunload\", unloadHandler );\n\t\t}\n\t}\n\n\t/* Attributes\n\t---------------------------------------------------------------------- */\n\n\t// Support: IE<8\n\t// Verify that getAttribute really returns attributes and not properties\n\t// (excepting IE8 booleans)\n\tsupport.attributes = assert(function( el ) {\n\t\tel.className = \"i\";\n\t\treturn !el.getAttribute(\"className\");\n\t});\n\n\t/* getElement(s)By*\n\t---------------------------------------------------------------------- */\n\n\t// Check if getElementsByTagName(\"*\") returns only elements\n\tsupport.getElementsByTagName = assert(function( el ) {\n\t\tel.appendChild( document.createComment(\"\") );\n\t\treturn !el.getElementsByTagName(\"*\").length;\n\t});\n\n\t// Support: IE<9\n\tsupport.getElementsByClassName = rnative.test( document.getElementsByClassName );\n\n\t// Support: IE<10\n\t// Check if getElementById returns elements by name\n\t// The broken getElementById methods don't pick up programmatically-set names,\n\t// so use a roundabout getElementsByName test\n\tsupport.getById = assert(function( el ) {\n\t\tdocElem.appendChild( el ).id = expando;\n\t\treturn !document.getElementsByName || !document.getElementsByName( expando ).length;\n\t});\n\n\t// ID filter and find\n\tif ( support.getById ) {\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn elem.getAttribute(\"id\") === attrId;\n\t\t\t};\n\t\t};\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar elem = context.getElementById( id );\n\t\t\t\treturn elem ? [ elem ] : [];\n\t\t\t}\n\t\t};\n\t} else {\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\tvar node = typeof elem.getAttributeNode !== \"undefined\" &&\n\t\t\t\t\telem.getAttributeNode(\"id\");\n\t\t\t\treturn node && node.value === attrId;\n\t\t\t};\n\t\t};\n\n\t\t// Support: IE 6 - 7 only\n\t\t// getElementById is not reliable as a find shortcut\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar node, i, elems,\n\t\t\t\t\telem = context.getElementById( id );\n\n\t\t\t\tif ( elem ) {\n\n\t\t\t\t\t// Verify the id attribute\n\t\t\t\t\tnode = elem.getAttributeNode(\"id\");\n\t\t\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t}\n\n\t\t\t\t\t// Fall back on getElementsByName\n\t\t\t\t\telems = context.getElementsByName( id );\n\t\t\t\t\ti = 0;\n\t\t\t\t\twhile ( (elem = elems[i++]) ) {\n\t\t\t\t\t\tnode = elem.getAttributeNode(\"id\");\n\t\t\t\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn [];\n\t\t\t}\n\t\t};\n\t}\n\n\t// Tag\n\tExpr.find[\"TAG\"] = support.getElementsByTagName ?\n\t\tfunction( tag, context ) {\n\t\t\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\t\t\treturn context.getElementsByTagName( tag );\n\n\t\t\t// DocumentFragment nodes don't have gEBTN\n\t\t\t} else if ( support.qsa ) {\n\t\t\t\treturn context.querySelectorAll( tag );\n\t\t\t}\n\t\t} :\n\n\t\tfunction( tag, context ) {\n\t\t\tvar elem,\n\t\t\t\ttmp = [],\n\t\t\t\ti = 0,\n\t\t\t\t// By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too\n\t\t\t\tresults = context.getElementsByTagName( tag );\n\n\t\t\t// Filter out possible comments\n\t\t\tif ( tag === \"*\" ) {\n\t\t\t\twhile ( (elem = results[i++]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\ttmp.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn tmp;\n\t\t\t}\n\t\t\treturn results;\n\t\t};\n\n\t// Class\n\tExpr.find[\"CLASS\"] = support.getElementsByClassName && function( className, context ) {\n\t\tif ( typeof context.getElementsByClassName !== \"undefined\" && documentIsHTML ) {\n\t\t\treturn context.getElementsByClassName( className );\n\t\t}\n\t};\n\n\t/* QSA/matchesSelector\n\t---------------------------------------------------------------------- */\n\n\t// QSA and matchesSelector support\n\n\t// matchesSelector(:active) reports false when true (IE9/Opera 11.5)\n\trbuggyMatches = [];\n\n\t// qSa(:focus) reports false when true (Chrome 21)\n\t// We allow this because of a bug in IE8/9 that throws an error\n\t// whenever `document.activeElement` is accessed on an iframe\n\t// So, we allow :focus to pass through QSA all the time to avoid the IE error\n\t// See https://bugs.jquery.com/ticket/13378\n\trbuggyQSA = [];\n\n\tif ( (support.qsa = rnative.test( document.querySelectorAll )) ) {\n\t\t// Build QSA regex\n\t\t// Regex strategy adopted from Diego Perini\n\t\tassert(function( el ) {\n\t\t\t// Select is set to empty string on purpose\n\t\t\t// This is to test IE's treatment of not explicitly\n\t\t\t// setting a boolean content attribute,\n\t\t\t// since its presence should be enough\n\t\t\t// https://bugs.jquery.com/ticket/12359\n\t\t\tdocElem.appendChild( el ).innerHTML = \"\" +\n\t\t\t\t\"\";\n\n\t\t\t// Support: IE8, Opera 11-12.16\n\t\t\t// Nothing should be selected when empty strings follow ^= or $= or *=\n\t\t\t// The test attribute must be unknown in Opera but \"safe\" for WinRT\n\t\t\t// https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section\n\t\t\tif ( el.querySelectorAll(\"[msallowcapture^='']\").length ) {\n\t\t\t\trbuggyQSA.push( \"[*^$]=\" + whitespace + \"*(?:''|\\\"\\\")\" );\n\t\t\t}\n\n\t\t\t// Support: IE8\n\t\t\t// Boolean attributes and \"value\" are not treated correctly\n\t\t\tif ( !el.querySelectorAll(\"[selected]\").length ) {\n\t\t\t\trbuggyQSA.push( \"\\\\[\" + whitespace + \"*(?:value|\" + booleans + \")\" );\n\t\t\t}\n\n\t\t\t// Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+\n\t\t\tif ( !el.querySelectorAll( \"[id~=\" + expando + \"-]\" ).length ) {\n\t\t\t\trbuggyQSA.push(\"~=\");\n\t\t\t}\n\n\t\t\t// Webkit/Opera - :checked should return selected option elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( !el.querySelectorAll(\":checked\").length ) {\n\t\t\t\trbuggyQSA.push(\":checked\");\n\t\t\t}\n\n\t\t\t// Support: Safari 8+, iOS 8+\n\t\t\t// https://bugs.webkit.org/show_bug.cgi?id=136851\n\t\t\t// In-page `selector#id sibling-combinator selector` fails\n\t\t\tif ( !el.querySelectorAll( \"a#\" + expando + \"+*\" ).length ) {\n\t\t\t\trbuggyQSA.push(\".#.+[+~]\");\n\t\t\t}\n\t\t});\n\n\t\tassert(function( el ) {\n\t\t\tel.innerHTML = \"\" +\n\t\t\t\t\"\";\n\n\t\t\t// Support: Windows 8 Native Apps\n\t\t\t// The type and name attributes are restricted during .innerHTML assignment\n\t\t\tvar input = document.createElement(\"input\");\n\t\t\tinput.setAttribute( \"type\", \"hidden\" );\n\t\t\tel.appendChild( input ).setAttribute( \"name\", \"D\" );\n\n\t\t\t// Support: IE8\n\t\t\t// Enforce case-sensitivity of name attribute\n\t\t\tif ( el.querySelectorAll(\"[name=d]\").length ) {\n\t\t\t\trbuggyQSA.push( \"name\" + whitespace + \"*[*^$|!~]?=\" );\n\t\t\t}\n\n\t\t\t// FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( el.querySelectorAll(\":enabled\").length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Support: IE9-11+\n\t\t\t// IE's :disabled selector does not pick up the children of disabled fieldsets\n\t\t\tdocElem.appendChild( el ).disabled = true;\n\t\t\tif ( el.querySelectorAll(\":disabled\").length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Opera 10-11 does not throw on post-comma invalid pseudos\n\t\t\tel.querySelectorAll(\"*,:x\");\n\t\t\trbuggyQSA.push(\",.*:\");\n\t\t});\n\t}\n\n\tif ( (support.matchesSelector = rnative.test( (matches = docElem.matches ||\n\t\tdocElem.webkitMatchesSelector ||\n\t\tdocElem.mozMatchesSelector ||\n\t\tdocElem.oMatchesSelector ||\n\t\tdocElem.msMatchesSelector) )) ) {\n\n\t\tassert(function( el ) {\n\t\t\t// Check to see if it's possible to do matchesSelector\n\t\t\t// on a disconnected node (IE 9)\n\t\t\tsupport.disconnectedMatch = matches.call( el, \"*\" );\n\n\t\t\t// This should fail with an exception\n\t\t\t// Gecko does not error, returns false instead\n\t\t\tmatches.call( el, \"[s!='']:x\" );\n\t\t\trbuggyMatches.push( \"!=\", pseudos );\n\t\t});\n\t}\n\n\trbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join(\"|\") );\n\trbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join(\"|\") );\n\n\t/* Contains\n\t---------------------------------------------------------------------- */\n\thasCompare = rnative.test( docElem.compareDocumentPosition );\n\n\t// Element contains another\n\t// Purposefully self-exclusive\n\t// As in, an element does not contain itself\n\tcontains = hasCompare || rnative.test( docElem.contains ) ?\n\t\tfunction( a, b ) {\n\t\t\tvar adown = a.nodeType === 9 ? a.documentElement : a,\n\t\t\t\tbup = b && b.parentNode;\n\t\t\treturn a === bup || !!( bup && bup.nodeType === 1 && (\n\t\t\t\tadown.contains ?\n\t\t\t\t\tadown.contains( bup ) :\n\t\t\t\t\ta.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16\n\t\t\t));\n\t\t} :\n\t\tfunction( a, b ) {\n\t\t\tif ( b ) {\n\t\t\t\twhile ( (b = b.parentNode) ) {\n\t\t\t\t\tif ( b === a ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n\n\t/* Sorting\n\t---------------------------------------------------------------------- */\n\n\t// Document order sorting\n\tsortOrder = hasCompare ?\n\tfunction( a, b ) {\n\n\t\t// Flag for duplicate removal\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\t// Sort on method existence if only one input has compareDocumentPosition\n\t\tvar compare = !a.compareDocumentPosition - !b.compareDocumentPosition;\n\t\tif ( compare ) {\n\t\t\treturn compare;\n\t\t}\n\n\t\t// Calculate position if both inputs belong to the same document\n\t\tcompare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ?\n\t\t\ta.compareDocumentPosition( b ) :\n\n\t\t\t// Otherwise we know they are disconnected\n\t\t\t1;\n\n\t\t// Disconnected nodes\n\t\tif ( compare & 1 ||\n\t\t\t(!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) {\n\n\t\t\t// Choose the first element that is related to our preferred document\n\t\t\tif ( a === document || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t\tif ( b === document || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\t// Maintain original order\n\t\t\treturn sortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\t\t}\n\n\t\treturn compare & 4 ? -1 : 1;\n\t} :\n\tfunction( a, b ) {\n\t\t// Exit early if the nodes are identical\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\taup = a.parentNode,\n\t\t\tbup = b.parentNode,\n\t\t\tap = [ a ],\n\t\t\tbp = [ b ];\n\n\t\t// Parentless nodes are either documents or disconnected\n\t\tif ( !aup || !bup ) {\n\t\t\treturn a === document ? -1 :\n\t\t\t\tb === document ? 1 :\n\t\t\t\taup ? -1 :\n\t\t\t\tbup ? 1 :\n\t\t\t\tsortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\n\t\t// If the nodes are siblings, we can do a quick check\n\t\t} else if ( aup === bup ) {\n\t\t\treturn siblingCheck( a, b );\n\t\t}\n\n\t\t// Otherwise we need full lists of their ancestors for comparison\n\t\tcur = a;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tap.unshift( cur );\n\t\t}\n\t\tcur = b;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tbp.unshift( cur );\n\t\t}\n\n\t\t// Walk down the tree looking for a discrepancy\n\t\twhile ( ap[i] === bp[i] ) {\n\t\t\ti++;\n\t\t}\n\n\t\treturn i ?\n\t\t\t// Do a sibling check if the nodes have a common ancestor\n\t\t\tsiblingCheck( ap[i], bp[i] ) :\n\n\t\t\t// Otherwise nodes in our document sort first\n\t\t\tap[i] === preferredDoc ? -1 :\n\t\t\tbp[i] === preferredDoc ? 1 :\n\t\t\t0;\n\t};\n\n\treturn document;\n};\n\nSizzle.matches = function( expr, elements ) {\n\treturn Sizzle( expr, null, null, elements );\n};\n\nSizzle.matchesSelector = function( elem, expr ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\tif ( support.matchesSelector && documentIsHTML &&\n\t\t!nonnativeSelectorCache[ expr + \" \" ] &&\n\t\t( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&\n\t\t( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) {\n\n\t\ttry {\n\t\t\tvar ret = matches.call( elem, expr );\n\n\t\t\t// IE 9's matchesSelector returns false on disconnected nodes\n\t\t\tif ( ret || support.disconnectedMatch ||\n\t\t\t\t\t// As well, disconnected nodes are said to be in a document\n\t\t\t\t\t// fragment in IE 9\n\t\t\t\t\telem.document && elem.document.nodeType !== 11 ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\t\t} catch (e) {\n\t\t\tnonnativeSelectorCache( expr, true );\n\t\t}\n\t}\n\n\treturn Sizzle( expr, document, null, [ elem ] ).length > 0;\n};\n\nSizzle.contains = function( context, elem ) {\n\t// Set document vars if needed\n\tif ( ( context.ownerDocument || context ) !== document ) {\n\t\tsetDocument( context );\n\t}\n\treturn contains( context, elem );\n};\n\nSizzle.attr = function( elem, name ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\tvar fn = Expr.attrHandle[ name.toLowerCase() ],\n\t\t// Don't get fooled by Object.prototype properties (jQuery #13807)\n\t\tval = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ?\n\t\t\tfn( elem, name, !documentIsHTML ) :\n\t\t\tundefined;\n\n\treturn val !== undefined ?\n\t\tval :\n\t\tsupport.attributes || !documentIsHTML ?\n\t\t\telem.getAttribute( name ) :\n\t\t\t(val = elem.getAttributeNode(name)) && val.specified ?\n\t\t\t\tval.value :\n\t\t\t\tnull;\n};\n\nSizzle.escape = function( sel ) {\n\treturn (sel + \"\").replace( rcssescape, fcssescape );\n};\n\nSizzle.error = function( msg ) {\n\tthrow new Error( \"Syntax error, unrecognized expression: \" + msg );\n};\n\n/**\n * Document sorting and removing duplicates\n * @param {ArrayLike} results\n */\nSizzle.uniqueSort = function( results ) {\n\tvar elem,\n\t\tduplicates = [],\n\t\tj = 0,\n\t\ti = 0;\n\n\t// Unless we *know* we can detect duplicates, assume their presence\n\thasDuplicate = !support.detectDuplicates;\n\tsortInput = !support.sortStable && results.slice( 0 );\n\tresults.sort( sortOrder );\n\n\tif ( hasDuplicate ) {\n\t\twhile ( (elem = results[i++]) ) {\n\t\t\tif ( elem === results[ i ] ) {\n\t\t\t\tj = duplicates.push( i );\n\t\t\t}\n\t\t}\n\t\twhile ( j-- ) {\n\t\t\tresults.splice( duplicates[ j ], 1 );\n\t\t}\n\t}\n\n\t// Clear input after sorting to release objects\n\t// See https://github.com/jquery/sizzle/pull/225\n\tsortInput = null;\n\n\treturn results;\n};\n\n/**\n * Utility function for retrieving the text value of an array of DOM nodes\n * @param {Array|Element} elem\n */\ngetText = Sizzle.getText = function( elem ) {\n\tvar node,\n\t\tret = \"\",\n\t\ti = 0,\n\t\tnodeType = elem.nodeType;\n\n\tif ( !nodeType ) {\n\t\t// If no nodeType, this is expected to be an array\n\t\twhile ( (node = elem[i++]) ) {\n\t\t\t// Do not traverse comment nodes\n\t\t\tret += getText( node );\n\t\t}\n\t} else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {\n\t\t// Use textContent for elements\n\t\t// innerText usage removed for consistency of new lines (jQuery #11153)\n\t\tif ( typeof elem.textContent === \"string\" ) {\n\t\t\treturn elem.textContent;\n\t\t} else {\n\t\t\t// Traverse its children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tret += getText( elem );\n\t\t\t}\n\t\t}\n\t} else if ( nodeType === 3 || nodeType === 4 ) {\n\t\treturn elem.nodeValue;\n\t}\n\t// Do not include comment or processing instruction nodes\n\n\treturn ret;\n};\n\nExpr = Sizzle.selectors = {\n\n\t// Can be adjusted by the user\n\tcacheLength: 50,\n\n\tcreatePseudo: markFunction,\n\n\tmatch: matchExpr,\n\n\tattrHandle: {},\n\n\tfind: {},\n\n\trelative: {\n\t\t\">\": { dir: \"parentNode\", first: true },\n\t\t\" \": { dir: \"parentNode\" },\n\t\t\"+\": { dir: \"previousSibling\", first: true },\n\t\t\"~\": { dir: \"previousSibling\" }\n\t},\n\n\tpreFilter: {\n\t\t\"ATTR\": function( match ) {\n\t\t\tmatch[1] = match[1].replace( runescape, funescape );\n\n\t\t\t// Move the given value to match[3] whether quoted or unquoted\n\t\t\tmatch[3] = ( match[3] || match[4] || match[5] || \"\" ).replace( runescape, funescape );\n\n\t\t\tif ( match[2] === \"~=\" ) {\n\t\t\t\tmatch[3] = \" \" + match[3] + \" \";\n\t\t\t}\n\n\t\t\treturn match.slice( 0, 4 );\n\t\t},\n\n\t\t\"CHILD\": function( match ) {\n\t\t\t/* matches from matchExpr[\"CHILD\"]\n\t\t\t\t1 type (only|nth|...)\n\t\t\t\t2 what (child|of-type)\n\t\t\t\t3 argument (even|odd|\\d*|\\d*n([+-]\\d+)?|...)\n\t\t\t\t4 xn-component of xn+y argument ([+-]?\\d*n|)\n\t\t\t\t5 sign of xn-component\n\t\t\t\t6 x of xn-component\n\t\t\t\t7 sign of y-component\n\t\t\t\t8 y of y-component\n\t\t\t*/\n\t\t\tmatch[1] = match[1].toLowerCase();\n\n\t\t\tif ( match[1].slice( 0, 3 ) === \"nth\" ) {\n\t\t\t\t// nth-* requires argument\n\t\t\t\tif ( !match[3] ) {\n\t\t\t\t\tSizzle.error( match[0] );\n\t\t\t\t}\n\n\t\t\t\t// numeric x and y parameters for Expr.filter.CHILD\n\t\t\t\t// remember that false/true cast respectively to 0/1\n\t\t\t\tmatch[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === \"even\" || match[3] === \"odd\" ) );\n\t\t\t\tmatch[5] = +( ( match[7] + match[8] ) || match[3] === \"odd\" );\n\n\t\t\t// other types prohibit arguments\n\t\t\t} else if ( match[3] ) {\n\t\t\t\tSizzle.error( match[0] );\n\t\t\t}\n\n\t\t\treturn match;\n\t\t},\n\n\t\t\"PSEUDO\": function( match ) {\n\t\t\tvar excess,\n\t\t\t\tunquoted = !match[6] && match[2];\n\n\t\t\tif ( matchExpr[\"CHILD\"].test( match[0] ) ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\t// Accept quoted arguments as-is\n\t\t\tif ( match[3] ) {\n\t\t\t\tmatch[2] = match[4] || match[5] || \"\";\n\n\t\t\t// Strip excess characters from unquoted arguments\n\t\t\t} else if ( unquoted && rpseudo.test( unquoted ) &&\n\t\t\t\t// Get excess from tokenize (recursively)\n\t\t\t\t(excess = tokenize( unquoted, true )) &&\n\t\t\t\t// advance to the next closing parenthesis\n\t\t\t\t(excess = unquoted.indexOf( \")\", unquoted.length - excess ) - unquoted.length) ) {\n\n\t\t\t\t// excess is a negative index\n\t\t\t\tmatch[0] = match[0].slice( 0, excess );\n\t\t\t\tmatch[2] = unquoted.slice( 0, excess );\n\t\t\t}\n\n\t\t\t// Return only captures needed by the pseudo filter method (type and argument)\n\t\t\treturn match.slice( 0, 3 );\n\t\t}\n\t},\n\n\tfilter: {\n\n\t\t\"TAG\": function( nodeNameSelector ) {\n\t\t\tvar nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn nodeNameSelector === \"*\" ?\n\t\t\t\tfunction() { return true; } :\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn elem.nodeName && elem.nodeName.toLowerCase() === nodeName;\n\t\t\t\t};\n\t\t},\n\n\t\t\"CLASS\": function( className ) {\n\t\t\tvar pattern = classCache[ className + \" \" ];\n\n\t\t\treturn pattern ||\n\t\t\t\t(pattern = new RegExp( \"(^|\" + whitespace + \")\" + className + \"(\" + whitespace + \"|$)\" )) &&\n\t\t\t\tclassCache( className, function( elem ) {\n\t\t\t\t\treturn pattern.test( typeof elem.className === \"string\" && elem.className || typeof elem.getAttribute !== \"undefined\" && elem.getAttribute(\"class\") || \"\" );\n\t\t\t\t});\n\t\t},\n\n\t\t\"ATTR\": function( name, operator, check ) {\n\t\t\treturn function( elem ) {\n\t\t\t\tvar result = Sizzle.attr( elem, name );\n\n\t\t\t\tif ( result == null ) {\n\t\t\t\t\treturn operator === \"!=\";\n\t\t\t\t}\n\t\t\t\tif ( !operator ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\n\t\t\t\tresult += \"\";\n\n\t\t\t\treturn operator === \"=\" ? result === check :\n\t\t\t\t\toperator === \"!=\" ? result !== check :\n\t\t\t\t\toperator === \"^=\" ? check && result.indexOf( check ) === 0 :\n\t\t\t\t\toperator === \"*=\" ? check && result.indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"$=\" ? check && result.slice( -check.length ) === check :\n\t\t\t\t\toperator === \"~=\" ? ( \" \" + result.replace( rwhitespace, \" \" ) + \" \" ).indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"|=\" ? result === check || result.slice( 0, check.length + 1 ) === check + \"-\" :\n\t\t\t\t\tfalse;\n\t\t\t};\n\t\t},\n\n\t\t\"CHILD\": function( type, what, argument, first, last ) {\n\t\t\tvar simple = type.slice( 0, 3 ) !== \"nth\",\n\t\t\t\tforward = type.slice( -4 ) !== \"last\",\n\t\t\t\tofType = what === \"of-type\";\n\n\t\t\treturn first === 1 && last === 0 ?\n\n\t\t\t\t// Shortcut for :nth-*(n)\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn !!elem.parentNode;\n\t\t\t\t} :\n\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tvar cache, uniqueCache, outerCache, node, nodeIndex, start,\n\t\t\t\t\t\tdir = simple !== forward ? \"nextSibling\" : \"previousSibling\",\n\t\t\t\t\t\tparent = elem.parentNode,\n\t\t\t\t\t\tname = ofType && elem.nodeName.toLowerCase(),\n\t\t\t\t\t\tuseCache = !xml && !ofType,\n\t\t\t\t\t\tdiff = false;\n\n\t\t\t\t\tif ( parent ) {\n\n\t\t\t\t\t\t// :(first|last|only)-(child|of-type)\n\t\t\t\t\t\tif ( simple ) {\n\t\t\t\t\t\t\twhile ( dir ) {\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\twhile ( (node = node[ dir ]) ) {\n\t\t\t\t\t\t\t\t\tif ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) {\n\n\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t// Reverse direction for :only-* (if we haven't yet done so)\n\t\t\t\t\t\t\t\tstart = dir = type === \"only\" && !start && \"nextSibling\";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tstart = [ forward ? parent.firstChild : parent.lastChild ];\n\n\t\t\t\t\t\t// non-xml :nth-child(...) stores cache data on `parent`\n\t\t\t\t\t\tif ( forward && useCache ) {\n\n\t\t\t\t\t\t\t// Seek `elem` from a previously-cached index\n\n\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\tnode = parent;\n\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\tcache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\tdiff = nodeIndex && cache[ 2 ];\n\t\t\t\t\t\t\tnode = nodeIndex && parent.childNodes[ nodeIndex ];\n\n\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\n\t\t\t\t\t\t\t\t// Fallback to seeking `elem` from the start\n\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\t// When found, cache indexes on `parent` and break\n\t\t\t\t\t\t\t\tif ( node.nodeType === 1 && ++diff && node === elem ) {\n\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, nodeIndex, diff ];\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Use previously-cached element index if available\n\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\t\tcache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\t\tdiff = nodeIndex;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t// xml :nth-child(...)\n\t\t\t\t\t\t\t// or :nth-last-child(...) or :nth(-last)?-of-type(...)\n\t\t\t\t\t\t\tif ( diff === false ) {\n\t\t\t\t\t\t\t\t// Use the same loop as above to seek `elem` from the start\n\t\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\t\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\t\tif ( ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) &&\n\t\t\t\t\t\t\t\t\t\t++diff ) {\n\n\t\t\t\t\t\t\t\t\t\t// Cache the index of each encountered element\n\t\t\t\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, diff ];\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tif ( node === elem ) {\n\t\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Incorporate the offset, then check against cycle size\n\t\t\t\t\t\tdiff -= last;\n\t\t\t\t\t\treturn diff === first || ( diff % first === 0 && diff / first >= 0 );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t},\n\n\t\t\"PSEUDO\": function( pseudo, argument ) {\n\t\t\t// pseudo-class names are case-insensitive\n\t\t\t// http://www.w3.org/TR/selectors/#pseudo-classes\n\t\t\t// Prioritize by case sensitivity in case custom pseudos are added with uppercase letters\n\t\t\t// Remember that setFilters inherits from pseudos\n\t\t\tvar args,\n\t\t\t\tfn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||\n\t\t\t\t\tSizzle.error( \"unsupported pseudo: \" + pseudo );\n\n\t\t\t// The user may use createPseudo to indicate that\n\t\t\t// arguments are needed to create the filter function\n\t\t\t// just as Sizzle does\n\t\t\tif ( fn[ expando ] ) {\n\t\t\t\treturn fn( argument );\n\t\t\t}\n\n\t\t\t// But maintain support for old signatures\n\t\t\tif ( fn.length > 1 ) {\n\t\t\t\targs = [ pseudo, pseudo, \"\", argument ];\n\t\t\t\treturn Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?\n\t\t\t\t\tmarkFunction(function( seed, matches ) {\n\t\t\t\t\t\tvar idx,\n\t\t\t\t\t\t\tmatched = fn( seed, argument ),\n\t\t\t\t\t\t\ti = matched.length;\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tidx = indexOf( seed, matched[i] );\n\t\t\t\t\t\t\tseed[ idx ] = !( matches[ idx ] = matched[i] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}) :\n\t\t\t\t\tfunction( elem ) {\n\t\t\t\t\t\treturn fn( elem, 0, args );\n\t\t\t\t\t};\n\t\t\t}\n\n\t\t\treturn fn;\n\t\t}\n\t},\n\n\tpseudos: {\n\t\t// Potentially complex pseudos\n\t\t\"not\": markFunction(function( selector ) {\n\t\t\t// Trim the selector passed to compile\n\t\t\t// to avoid treating leading and trailing\n\t\t\t// spaces as combinators\n\t\t\tvar input = [],\n\t\t\t\tresults = [],\n\t\t\t\tmatcher = compile( selector.replace( rtrim, \"$1\" ) );\n\n\t\t\treturn matcher[ expando ] ?\n\t\t\t\tmarkFunction(function( seed, matches, context, xml ) {\n\t\t\t\t\tvar elem,\n\t\t\t\t\t\tunmatched = matcher( seed, null, xml, [] ),\n\t\t\t\t\t\ti = seed.length;\n\n\t\t\t\t\t// Match elements unmatched by `matcher`\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = unmatched[i]) ) {\n\t\t\t\t\t\t\tseed[i] = !(matches[i] = elem);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}) :\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tinput[0] = elem;\n\t\t\t\t\tmatcher( input, null, xml, results );\n\t\t\t\t\t// Don't keep the element (issue #299)\n\t\t\t\t\tinput[0] = null;\n\t\t\t\t\treturn !results.pop();\n\t\t\t\t};\n\t\t}),\n\n\t\t\"has\": markFunction(function( selector ) {\n\t\t\treturn function( elem ) {\n\t\t\t\treturn Sizzle( selector, elem ).length > 0;\n\t\t\t};\n\t\t}),\n\n\t\t\"contains\": markFunction(function( text ) {\n\t\t\ttext = text.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn ( elem.textContent || getText( elem ) ).indexOf( text ) > -1;\n\t\t\t};\n\t\t}),\n\n\t\t// \"Whether an element is represented by a :lang() selector\n\t\t// is based solely on the element's language value\n\t\t// being equal to the identifier C,\n\t\t// or beginning with the identifier C immediately followed by \"-\".\n\t\t// The matching of C against the element's language value is performed case-insensitively.\n\t\t// The identifier C does not have to be a valid language name.\"\n\t\t// http://www.w3.org/TR/selectors/#lang-pseudo\n\t\t\"lang\": markFunction( function( lang ) {\n\t\t\t// lang value must be a valid identifier\n\t\t\tif ( !ridentifier.test(lang || \"\") ) {\n\t\t\t\tSizzle.error( \"unsupported lang: \" + lang );\n\t\t\t}\n\t\t\tlang = lang.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn function( elem ) {\n\t\t\t\tvar elemLang;\n\t\t\t\tdo {\n\t\t\t\t\tif ( (elemLang = documentIsHTML ?\n\t\t\t\t\t\telem.lang :\n\t\t\t\t\t\telem.getAttribute(\"xml:lang\") || elem.getAttribute(\"lang\")) ) {\n\n\t\t\t\t\t\telemLang = elemLang.toLowerCase();\n\t\t\t\t\t\treturn elemLang === lang || elemLang.indexOf( lang + \"-\" ) === 0;\n\t\t\t\t\t}\n\t\t\t\t} while ( (elem = elem.parentNode) && elem.nodeType === 1 );\n\t\t\t\treturn false;\n\t\t\t};\n\t\t}),\n\n\t\t// Miscellaneous\n\t\t\"target\": function( elem ) {\n\t\t\tvar hash = window.location && window.location.hash;\n\t\t\treturn hash && hash.slice( 1 ) === elem.id;\n\t\t},\n\n\t\t\"root\": function( elem ) {\n\t\t\treturn elem === docElem;\n\t\t},\n\n\t\t\"focus\": function( elem ) {\n\t\t\treturn elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex);\n\t\t},\n\n\t\t// Boolean properties\n\t\t\"enabled\": createDisabledPseudo( false ),\n\t\t\"disabled\": createDisabledPseudo( true ),\n\n\t\t\"checked\": function( elem ) {\n\t\t\t// In CSS3, :checked should return both checked and selected elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\tvar nodeName = elem.nodeName.toLowerCase();\n\t\t\treturn (nodeName === \"input\" && !!elem.checked) || (nodeName === \"option\" && !!elem.selected);\n\t\t},\n\n\t\t\"selected\": function( elem ) {\n\t\t\t// Accessing this property makes selected-by-default\n\t\t\t// options in Safari work properly\n\t\t\tif ( elem.parentNode ) {\n\t\t\t\telem.parentNode.selectedIndex;\n\t\t\t}\n\n\t\t\treturn elem.selected === true;\n\t\t},\n\n\t\t// Contents\n\t\t\"empty\": function( elem ) {\n\t\t\t// http://www.w3.org/TR/selectors/#empty-pseudo\n\t\t\t// :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5),\n\t\t\t// but not by others (comment: 8; processing instruction: 7; etc.)\n\t\t\t// nodeType < 6 works because attributes (2) do not appear as children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tif ( elem.nodeType < 6 ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t},\n\n\t\t\"parent\": function( elem ) {\n\t\t\treturn !Expr.pseudos[\"empty\"]( elem );\n\t\t},\n\n\t\t// Element/input types\n\t\t\"header\": function( elem ) {\n\t\t\treturn rheader.test( elem.nodeName );\n\t\t},\n\n\t\t\"input\": function( elem ) {\n\t\t\treturn rinputs.test( elem.nodeName );\n\t\t},\n\n\t\t\"button\": function( elem ) {\n\t\t\tvar name = elem.nodeName.toLowerCase();\n\t\t\treturn name === \"input\" && elem.type === \"button\" || name === \"button\";\n\t\t},\n\n\t\t\"text\": function( elem ) {\n\t\t\tvar attr;\n\t\t\treturn elem.nodeName.toLowerCase() === \"input\" &&\n\t\t\t\telem.type === \"text\" &&\n\n\t\t\t\t// Support: IE<8\n\t\t\t\t// New HTML5 attribute values (e.g., \"search\") appear with elem.type === \"text\"\n\t\t\t\t( (attr = elem.getAttribute(\"type\")) == null || attr.toLowerCase() === \"text\" );\n\t\t},\n\n\t\t// Position-in-collection\n\t\t\"first\": createPositionalPseudo(function() {\n\t\t\treturn [ 0 ];\n\t\t}),\n\n\t\t\"last\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\treturn [ length - 1 ];\n\t\t}),\n\n\t\t\"eq\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\treturn [ argument < 0 ? argument + length : argument ];\n\t\t}),\n\n\t\t\"even\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"odd\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 1;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"lt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ?\n\t\t\t\targument + length :\n\t\t\t\targument > length ?\n\t\t\t\t\tlength :\n\t\t\t\t\targument;\n\t\t\tfor ( ; --i >= 0; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"gt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; ++i < length; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t})\n\t}\n};\n\nExpr.pseudos[\"nth\"] = Expr.pseudos[\"eq\"];\n\n// Add button/input type pseudos\nfor ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) {\n\tExpr.pseudos[ i ] = createInputPseudo( i );\n}\nfor ( i in { submit: true, reset: true } ) {\n\tExpr.pseudos[ i ] = createButtonPseudo( i );\n}\n\n// Easy API for creating new setFilters\nfunction setFilters() {}\nsetFilters.prototype = Expr.filters = Expr.pseudos;\nExpr.setFilters = new setFilters();\n\ntokenize = Sizzle.tokenize = function( selector, parseOnly ) {\n\tvar matched, match, tokens, type,\n\t\tsoFar, groups, preFilters,\n\t\tcached = tokenCache[ selector + \" \" ];\n\n\tif ( cached ) {\n\t\treturn parseOnly ? 0 : cached.slice( 0 );\n\t}\n\n\tsoFar = selector;\n\tgroups = [];\n\tpreFilters = Expr.preFilter;\n\n\twhile ( soFar ) {\n\n\t\t// Comma and first run\n\t\tif ( !matched || (match = rcomma.exec( soFar )) ) {\n\t\t\tif ( match ) {\n\t\t\t\t// Don't consume trailing commas as valid\n\t\t\t\tsoFar = soFar.slice( match[0].length ) || soFar;\n\t\t\t}\n\t\t\tgroups.push( (tokens = []) );\n\t\t}\n\n\t\tmatched = false;\n\n\t\t// Combinators\n\t\tif ( (match = rcombinators.exec( soFar )) ) {\n\t\t\tmatched = match.shift();\n\t\t\ttokens.push({\n\t\t\t\tvalue: matched,\n\t\t\t\t// Cast descendant combinators to space\n\t\t\t\ttype: match[0].replace( rtrim, \" \" )\n\t\t\t});\n\t\t\tsoFar = soFar.slice( matched.length );\n\t\t}\n\n\t\t// Filters\n\t\tfor ( type in Expr.filter ) {\n\t\t\tif ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] ||\n\t\t\t\t(match = preFilters[ type ]( match ))) ) {\n\t\t\t\tmatched = match.shift();\n\t\t\t\ttokens.push({\n\t\t\t\t\tvalue: matched,\n\t\t\t\t\ttype: type,\n\t\t\t\t\tmatches: match\n\t\t\t\t});\n\t\t\t\tsoFar = soFar.slice( matched.length );\n\t\t\t}\n\t\t}\n\n\t\tif ( !matched ) {\n\t\t\tbreak;\n\t\t}\n\t}\n\n\t// Return the length of the invalid excess\n\t// if we're just parsing\n\t// Otherwise, throw an error or return tokens\n\treturn parseOnly ?\n\t\tsoFar.length :\n\t\tsoFar ?\n\t\t\tSizzle.error( selector ) :\n\t\t\t// Cache the tokens\n\t\t\ttokenCache( selector, groups ).slice( 0 );\n};\n\nfunction toSelector( tokens ) {\n\tvar i = 0,\n\t\tlen = tokens.length,\n\t\tselector = \"\";\n\tfor ( ; i < len; i++ ) {\n\t\tselector += tokens[i].value;\n\t}\n\treturn selector;\n}\n\nfunction addCombinator( matcher, combinator, base ) {\n\tvar dir = combinator.dir,\n\t\tskip = combinator.next,\n\t\tkey = skip || dir,\n\t\tcheckNonElements = base && key === \"parentNode\",\n\t\tdoneName = done++;\n\n\treturn combinator.first ?\n\t\t// Check against closest ancestor/preceding element\n\t\tfunction( elem, context, xml ) {\n\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\treturn matcher( elem, context, xml );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t} :\n\n\t\t// Check against all ancestor/preceding elements\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar oldCache, uniqueCache, outerCache,\n\t\t\t\tnewCache = [ dirruns, doneName ];\n\n\t\t\t// We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching\n\t\t\tif ( xml ) {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\tif ( matcher( elem, context, xml ) ) {\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\touterCache = elem[ expando ] || (elem[ expando ] = {});\n\n\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\tuniqueCache = outerCache[ elem.uniqueID ] || (outerCache[ elem.uniqueID ] = {});\n\n\t\t\t\t\t\tif ( skip && skip === elem.nodeName.toLowerCase() ) {\n\t\t\t\t\t\t\telem = elem[ dir ] || elem;\n\t\t\t\t\t\t} else if ( (oldCache = uniqueCache[ key ]) &&\n\t\t\t\t\t\t\toldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) {\n\n\t\t\t\t\t\t\t// Assign to newCache so results back-propagate to previous elements\n\t\t\t\t\t\t\treturn (newCache[ 2 ] = oldCache[ 2 ]);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Reuse newcache so results back-propagate to previous elements\n\t\t\t\t\t\t\tuniqueCache[ key ] = newCache;\n\n\t\t\t\t\t\t\t// A match means we're done; a fail means we have to keep checking\n\t\t\t\t\t\t\tif ( (newCache[ 2 ] = matcher( elem, context, xml )) ) {\n\t\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n}\n\nfunction elementMatcher( matchers ) {\n\treturn matchers.length > 1 ?\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar i = matchers.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( !matchers[i]( elem, context, xml ) ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t} :\n\t\tmatchers[0];\n}\n\nfunction multipleContexts( selector, contexts, results ) {\n\tvar i = 0,\n\t\tlen = contexts.length;\n\tfor ( ; i < len; i++ ) {\n\t\tSizzle( selector, contexts[i], results );\n\t}\n\treturn results;\n}\n\nfunction condense( unmatched, map, filter, context, xml ) {\n\tvar elem,\n\t\tnewUnmatched = [],\n\t\ti = 0,\n\t\tlen = unmatched.length,\n\t\tmapped = map != null;\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (elem = unmatched[i]) ) {\n\t\t\tif ( !filter || filter( elem, context, xml ) ) {\n\t\t\t\tnewUnmatched.push( elem );\n\t\t\t\tif ( mapped ) {\n\t\t\t\t\tmap.push( i );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn newUnmatched;\n}\n\nfunction setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {\n\tif ( postFilter && !postFilter[ expando ] ) {\n\t\tpostFilter = setMatcher( postFilter );\n\t}\n\tif ( postFinder && !postFinder[ expando ] ) {\n\t\tpostFinder = setMatcher( postFinder, postSelector );\n\t}\n\treturn markFunction(function( seed, results, context, xml ) {\n\t\tvar temp, i, elem,\n\t\t\tpreMap = [],\n\t\t\tpostMap = [],\n\t\t\tpreexisting = results.length,\n\n\t\t\t// Get initial elements from seed or context\n\t\t\telems = seed || multipleContexts( selector || \"*\", context.nodeType ? [ context ] : context, [] ),\n\n\t\t\t// Prefilter to get matcher input, preserving a map for seed-results synchronization\n\t\t\tmatcherIn = preFilter && ( seed || !selector ) ?\n\t\t\t\tcondense( elems, preMap, preFilter, context, xml ) :\n\t\t\t\telems,\n\n\t\t\tmatcherOut = matcher ?\n\t\t\t\t// If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,\n\t\t\t\tpostFinder || ( seed ? preFilter : preexisting || postFilter ) ?\n\n\t\t\t\t\t// ...intermediate processing is necessary\n\t\t\t\t\t[] :\n\n\t\t\t\t\t// ...otherwise use results directly\n\t\t\t\t\tresults :\n\t\t\t\tmatcherIn;\n\n\t\t// Find primary matches\n\t\tif ( matcher ) {\n\t\t\tmatcher( matcherIn, matcherOut, context, xml );\n\t\t}\n\n\t\t// Apply postFilter\n\t\tif ( postFilter ) {\n\t\t\ttemp = condense( matcherOut, postMap );\n\t\t\tpostFilter( temp, [], context, xml );\n\n\t\t\t// Un-match failing elements by moving them back to matcherIn\n\t\t\ti = temp.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( (elem = temp[i]) ) {\n\t\t\t\t\tmatcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( seed ) {\n\t\t\tif ( postFinder || preFilter ) {\n\t\t\t\tif ( postFinder ) {\n\t\t\t\t\t// Get the final matcherOut by condensing this intermediate into postFinder contexts\n\t\t\t\t\ttemp = [];\n\t\t\t\t\ti = matcherOut.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = matcherOut[i]) ) {\n\t\t\t\t\t\t\t// Restore matcherIn since elem is not yet a final match\n\t\t\t\t\t\t\ttemp.push( (matcherIn[i] = elem) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tpostFinder( null, (matcherOut = []), temp, xml );\n\t\t\t\t}\n\n\t\t\t\t// Move matched elements from seed to results to keep them synchronized\n\t\t\t\ti = matcherOut.length;\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\tif ( (elem = matcherOut[i]) &&\n\t\t\t\t\t\t(temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) {\n\n\t\t\t\t\t\tseed[temp] = !(results[temp] = elem);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Add elements to results, through postFinder if defined\n\t\t} else {\n\t\t\tmatcherOut = condense(\n\t\t\t\tmatcherOut === results ?\n\t\t\t\t\tmatcherOut.splice( preexisting, matcherOut.length ) :\n\t\t\t\t\tmatcherOut\n\t\t\t);\n\t\t\tif ( postFinder ) {\n\t\t\t\tpostFinder( null, results, matcherOut, xml );\n\t\t\t} else {\n\t\t\t\tpush.apply( results, matcherOut );\n\t\t\t}\n\t\t}\n\t});\n}\n\nfunction matcherFromTokens( tokens ) {\n\tvar checkContext, matcher, j,\n\t\tlen = tokens.length,\n\t\tleadingRelative = Expr.relative[ tokens[0].type ],\n\t\timplicitRelative = leadingRelative || Expr.relative[\" \"],\n\t\ti = leadingRelative ? 1 : 0,\n\n\t\t// The foundational matcher ensures that elements are reachable from top-level context(s)\n\t\tmatchContext = addCombinator( function( elem ) {\n\t\t\treturn elem === checkContext;\n\t\t}, implicitRelative, true ),\n\t\tmatchAnyContext = addCombinator( function( elem ) {\n\t\t\treturn indexOf( checkContext, elem ) > -1;\n\t\t}, implicitRelative, true ),\n\t\tmatchers = [ function( elem, context, xml ) {\n\t\t\tvar ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || (\n\t\t\t\t(checkContext = context).nodeType ?\n\t\t\t\t\tmatchContext( elem, context, xml ) :\n\t\t\t\t\tmatchAnyContext( elem, context, xml ) );\n\t\t\t// Avoid hanging onto element (issue #299)\n\t\t\tcheckContext = null;\n\t\t\treturn ret;\n\t\t} ];\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (matcher = Expr.relative[ tokens[i].type ]) ) {\n\t\t\tmatchers = [ addCombinator(elementMatcher( matchers ), matcher) ];\n\t\t} else {\n\t\t\tmatcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches );\n\n\t\t\t// Return special upon seeing a positional matcher\n\t\t\tif ( matcher[ expando ] ) {\n\t\t\t\t// Find the next relative operator (if any) for proper handling\n\t\t\t\tj = ++i;\n\t\t\t\tfor ( ; j < len; j++ ) {\n\t\t\t\t\tif ( Expr.relative[ tokens[j].type ] ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn setMatcher(\n\t\t\t\t\ti > 1 && elementMatcher( matchers ),\n\t\t\t\t\ti > 1 && toSelector(\n\t\t\t\t\t\t// If the preceding token was a descendant combinator, insert an implicit any-element `*`\n\t\t\t\t\t\ttokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === \" \" ? \"*\" : \"\" })\n\t\t\t\t\t).replace( rtrim, \"$1\" ),\n\t\t\t\t\tmatcher,\n\t\t\t\t\ti < j && matcherFromTokens( tokens.slice( i, j ) ),\n\t\t\t\t\tj < len && matcherFromTokens( (tokens = tokens.slice( j )) ),\n\t\t\t\t\tj < len && toSelector( tokens )\n\t\t\t\t);\n\t\t\t}\n\t\t\tmatchers.push( matcher );\n\t\t}\n\t}\n\n\treturn elementMatcher( matchers );\n}\n\nfunction matcherFromGroupMatchers( elementMatchers, setMatchers ) {\n\tvar bySet = setMatchers.length > 0,\n\t\tbyElement = elementMatchers.length > 0,\n\t\tsuperMatcher = function( seed, context, xml, results, outermost ) {\n\t\t\tvar elem, j, matcher,\n\t\t\t\tmatchedCount = 0,\n\t\t\t\ti = \"0\",\n\t\t\t\tunmatched = seed && [],\n\t\t\t\tsetMatched = [],\n\t\t\t\tcontextBackup = outermostContext,\n\t\t\t\t// We must always have either seed elements or outermost context\n\t\t\t\telems = seed || byElement && Expr.find[\"TAG\"]( \"*\", outermost ),\n\t\t\t\t// Use integer dirruns iff this is the outermost matcher\n\t\t\t\tdirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1),\n\t\t\t\tlen = elems.length;\n\n\t\t\tif ( outermost ) {\n\t\t\t\toutermostContext = context === document || context || outermost;\n\t\t\t}\n\n\t\t\t// Add elements passing elementMatchers directly to results\n\t\t\t// Support: IE<9, Safari\n\t\t\t// Tolerate NodeList properties (IE: \"length\"; Safari: ) matching elements by id\n\t\t\tfor ( ; i !== len && (elem = elems[i]) != null; i++ ) {\n\t\t\t\tif ( byElement && elem ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\tif ( !context && elem.ownerDocument !== document ) {\n\t\t\t\t\t\tsetDocument( elem );\n\t\t\t\t\t\txml = !documentIsHTML;\n\t\t\t\t\t}\n\t\t\t\t\twhile ( (matcher = elementMatchers[j++]) ) {\n\t\t\t\t\t\tif ( matcher( elem, context || document, xml) ) {\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( outermost ) {\n\t\t\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Track unmatched elements for set filters\n\t\t\t\tif ( bySet ) {\n\t\t\t\t\t// They will have gone through all possible matchers\n\t\t\t\t\tif ( (elem = !matcher && elem) ) {\n\t\t\t\t\t\tmatchedCount--;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Lengthen the array for every element, matched or not\n\t\t\t\t\tif ( seed ) {\n\t\t\t\t\t\tunmatched.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// `i` is now the count of elements visited above, and adding it to `matchedCount`\n\t\t\t// makes the latter nonnegative.\n\t\t\tmatchedCount += i;\n\n\t\t\t// Apply set filters to unmatched elements\n\t\t\t// NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount`\n\t\t\t// equals `i`), unless we didn't visit _any_ elements in the above loop because we have\n\t\t\t// no element matchers and no seed.\n\t\t\t// Incrementing an initially-string \"0\" `i` allows `i` to remain a string only in that\n\t\t\t// case, which will result in a \"00\" `matchedCount` that differs from `i` but is also\n\t\t\t// numerically zero.\n\t\t\tif ( bySet && i !== matchedCount ) {\n\t\t\t\tj = 0;\n\t\t\t\twhile ( (matcher = setMatchers[j++]) ) {\n\t\t\t\t\tmatcher( unmatched, setMatched, context, xml );\n\t\t\t\t}\n\n\t\t\t\tif ( seed ) {\n\t\t\t\t\t// Reintegrate element matches to eliminate the need for sorting\n\t\t\t\t\tif ( matchedCount > 0 ) {\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tif ( !(unmatched[i] || setMatched[i]) ) {\n\t\t\t\t\t\t\t\tsetMatched[i] = pop.call( results );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Discard index placeholder values to get only actual matches\n\t\t\t\t\tsetMatched = condense( setMatched );\n\t\t\t\t}\n\n\t\t\t\t// Add matches to results\n\t\t\t\tpush.apply( results, setMatched );\n\n\t\t\t\t// Seedless set matches succeeding multiple successful matchers stipulate sorting\n\t\t\t\tif ( outermost && !seed && setMatched.length > 0 &&\n\t\t\t\t\t( matchedCount + setMatchers.length ) > 1 ) {\n\n\t\t\t\t\tSizzle.uniqueSort( results );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Override manipulation of globals by nested matchers\n\t\t\tif ( outermost ) {\n\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\toutermostContext = contextBackup;\n\t\t\t}\n\n\t\t\treturn unmatched;\n\t\t};\n\n\treturn bySet ?\n\t\tmarkFunction( superMatcher ) :\n\t\tsuperMatcher;\n}\n\ncompile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) {\n\tvar i,\n\t\tsetMatchers = [],\n\t\telementMatchers = [],\n\t\tcached = compilerCache[ selector + \" \" ];\n\n\tif ( !cached ) {\n\t\t// Generate a function of recursive functions that can be used to check each element\n\t\tif ( !match ) {\n\t\t\tmatch = tokenize( selector );\n\t\t}\n\t\ti = match.length;\n\t\twhile ( i-- ) {\n\t\t\tcached = matcherFromTokens( match[i] );\n\t\t\tif ( cached[ expando ] ) {\n\t\t\t\tsetMatchers.push( cached );\n\t\t\t} else {\n\t\t\t\telementMatchers.push( cached );\n\t\t\t}\n\t\t}\n\n\t\t// Cache the compiled function\n\t\tcached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) );\n\n\t\t// Save selector and tokenization\n\t\tcached.selector = selector;\n\t}\n\treturn cached;\n};\n\n/**\n * A low-level selection function that works with Sizzle's compiled\n * selector functions\n * @param {String|Function} selector A selector or a pre-compiled\n * selector function built with Sizzle.compile\n * @param {Element} context\n * @param {Array} [results]\n * @param {Array} [seed] A set of elements to match against\n */\nselect = Sizzle.select = function( selector, context, results, seed ) {\n\tvar i, tokens, token, type, find,\n\t\tcompiled = typeof selector === \"function\" && selector,\n\t\tmatch = !seed && tokenize( (selector = compiled.selector || selector) );\n\n\tresults = results || [];\n\n\t// Try to minimize operations if there is only one selector in the list and no seed\n\t// (the latter of which guarantees us context)\n\tif ( match.length === 1 ) {\n\n\t\t// Reduce context if the leading compound selector is an ID\n\t\ttokens = match[0] = match[0].slice( 0 );\n\t\tif ( tokens.length > 2 && (token = tokens[0]).type === \"ID\" &&\n\t\t\t\tcontext.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[1].type ] ) {\n\n\t\t\tcontext = ( Expr.find[\"ID\"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];\n\t\t\tif ( !context ) {\n\t\t\t\treturn results;\n\n\t\t\t// Precompiled matchers will still verify ancestry, so step up a level\n\t\t\t} else if ( compiled ) {\n\t\t\t\tcontext = context.parentNode;\n\t\t\t}\n\n\t\t\tselector = selector.slice( tokens.shift().value.length );\n\t\t}\n\n\t\t// Fetch a seed set for right-to-left matching\n\t\ti = matchExpr[\"needsContext\"].test( selector ) ? 0 : tokens.length;\n\t\twhile ( i-- ) {\n\t\t\ttoken = tokens[i];\n\n\t\t\t// Abort if we hit a combinator\n\t\t\tif ( Expr.relative[ (type = token.type) ] ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( (find = Expr.find[ type ]) ) {\n\t\t\t\t// Search, expanding context for leading sibling combinators\n\t\t\t\tif ( (seed = find(\n\t\t\t\t\ttoken.matches[0].replace( runescape, funescape ),\n\t\t\t\t\trsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context\n\t\t\t\t)) ) {\n\n\t\t\t\t\t// If seed is empty or no tokens remain, we can return early\n\t\t\t\t\ttokens.splice( i, 1 );\n\t\t\t\t\tselector = seed.length && toSelector( tokens );\n\t\t\t\t\tif ( !selector ) {\n\t\t\t\t\t\tpush.apply( results, seed );\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Compile and execute a filtering function if one is not provided\n\t// Provide `match` to avoid retokenization if we modified the selector above\n\t( compiled || compile( selector, match ) )(\n\t\tseed,\n\t\tcontext,\n\t\t!documentIsHTML,\n\t\tresults,\n\t\t!context || rsibling.test( selector ) && testContext( context.parentNode ) || context\n\t);\n\treturn results;\n};\n\n// One-time assignments\n\n// Sort stability\nsupport.sortStable = expando.split(\"\").sort( sortOrder ).join(\"\") === expando;\n\n// Support: Chrome 14-35+\n// Always assume duplicates if they aren't passed to the comparison function\nsupport.detectDuplicates = !!hasDuplicate;\n\n// Initialize against the default document\nsetDocument();\n\n// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27)\n// Detached nodes confoundingly follow *each other*\nsupport.sortDetached = assert(function( el ) {\n\t// Should return 1, but returns 4 (following)\n\treturn el.compareDocumentPosition( document.createElement(\"fieldset\") ) & 1;\n});\n\n// Support: IE<8\n// Prevent attribute/property \"interpolation\"\n// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx\nif ( !assert(function( el ) {\n\tel.innerHTML = \"\";\n\treturn el.firstChild.getAttribute(\"href\") === \"#\" ;\n}) ) {\n\taddHandle( \"type|href|height|width\", function( elem, name, isXML ) {\n\t\tif ( !isXML ) {\n\t\t\treturn elem.getAttribute( name, name.toLowerCase() === \"type\" ? 1 : 2 );\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use defaultValue in place of getAttribute(\"value\")\nif ( !support.attributes || !assert(function( el ) {\n\tel.innerHTML = \"\";\n\tel.firstChild.setAttribute( \"value\", \"\" );\n\treturn el.firstChild.getAttribute( \"value\" ) === \"\";\n}) ) {\n\taddHandle( \"value\", function( elem, name, isXML ) {\n\t\tif ( !isXML && elem.nodeName.toLowerCase() === \"input\" ) {\n\t\t\treturn elem.defaultValue;\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use getAttributeNode to fetch booleans when getAttribute lies\nif ( !assert(function( el ) {\n\treturn el.getAttribute(\"disabled\") == null;\n}) ) {\n\taddHandle( booleans, function( elem, name, isXML ) {\n\t\tvar val;\n\t\tif ( !isXML ) {\n\t\t\treturn elem[ name ] === true ? name.toLowerCase() :\n\t\t\t\t\t(val = elem.getAttributeNode( name )) && val.specified ?\n\t\t\t\t\tval.value :\n\t\t\t\tnull;\n\t\t}\n\t});\n}\n\nreturn Sizzle;\n\n})( window );\n\n\n\njQuery.find = Sizzle;\njQuery.expr = Sizzle.selectors;\n\n// Deprecated\njQuery.expr[ \":\" ] = jQuery.expr.pseudos;\njQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort;\njQuery.text = Sizzle.getText;\njQuery.isXMLDoc = Sizzle.isXML;\njQuery.contains = Sizzle.contains;\njQuery.escapeSelector = Sizzle.escape;\n\n\n\n\nvar dir = function( elem, dir, until ) {\n\tvar matched = [],\n\t\ttruncate = until !== undefined;\n\n\twhile ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) {\n\t\tif ( elem.nodeType === 1 ) {\n\t\t\tif ( truncate && jQuery( elem ).is( until ) ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tmatched.push( elem );\n\t\t}\n\t}\n\treturn matched;\n};\n\n\nvar siblings = function( n, elem ) {\n\tvar matched = [];\n\n\tfor ( ; n; n = n.nextSibling ) {\n\t\tif ( n.nodeType === 1 && n !== elem ) {\n\t\t\tmatched.push( n );\n\t\t}\n\t}\n\n\treturn matched;\n};\n\n\nvar rneedsContext = jQuery.expr.match.needsContext;\n\n\n\nfunction nodeName( elem, name ) {\n\n return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();\n\n};\nvar rsingleTag = ( /^<([a-z][^\\/\\0>:\\x20\\t\\r\\n\\f]*)[\\x20\\t\\r\\n\\f]*\\/?>(?:<\\/\\1>|)$/i );\n\n\n\n// Implement the identical functionality for filter and not\nfunction winnow( elements, qualifier, not ) {\n\tif ( isFunction( qualifier ) ) {\n\t\treturn jQuery.grep( elements, function( elem, i ) {\n\t\t\treturn !!qualifier.call( elem, i, elem ) !== not;\n\t\t} );\n\t}\n\n\t// Single element\n\tif ( qualifier.nodeType ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( elem === qualifier ) !== not;\n\t\t} );\n\t}\n\n\t// Arraylike of elements (jQuery, arguments, Array)\n\tif ( typeof qualifier !== \"string\" ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( indexOf.call( qualifier, elem ) > -1 ) !== not;\n\t\t} );\n\t}\n\n\t// Filtered directly for both simple and complex selectors\n\treturn jQuery.filter( qualifier, elements, not );\n}\n\njQuery.filter = function( expr, elems, not ) {\n\tvar elem = elems[ 0 ];\n\n\tif ( not ) {\n\t\texpr = \":not(\" + expr + \")\";\n\t}\n\n\tif ( elems.length === 1 && elem.nodeType === 1 ) {\n\t\treturn jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [];\n\t}\n\n\treturn jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) {\n\t\treturn elem.nodeType === 1;\n\t} ) );\n};\n\njQuery.fn.extend( {\n\tfind: function( selector ) {\n\t\tvar i, ret,\n\t\t\tlen = this.length,\n\t\t\tself = this;\n\n\t\tif ( typeof selector !== \"string\" ) {\n\t\t\treturn this.pushStack( jQuery( selector ).filter( function() {\n\t\t\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\t\t\tif ( jQuery.contains( self[ i ], this ) ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} ) );\n\t\t}\n\n\t\tret = this.pushStack( [] );\n\n\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\tjQuery.find( selector, self[ i ], ret );\n\t\t}\n\n\t\treturn len > 1 ? jQuery.uniqueSort( ret ) : ret;\n\t},\n\tfilter: function( selector ) {\n\t\treturn this.pushStack( winnow( this, selector || [], false ) );\n\t},\n\tnot: function( selector ) {\n\t\treturn this.pushStack( winnow( this, selector || [], true ) );\n\t},\n\tis: function( selector ) {\n\t\treturn !!winnow(\n\t\t\tthis,\n\n\t\t\t// If this is a positional/relative selector, check membership in the returned set\n\t\t\t// so $(\"p:first\").is(\"p:last\") won't return true for a doc with two \"p\".\n\t\t\ttypeof selector === \"string\" && rneedsContext.test( selector ) ?\n\t\t\t\tjQuery( selector ) :\n\t\t\t\tselector || [],\n\t\t\tfalse\n\t\t).length;\n\t}\n} );\n\n\n// Initialize a jQuery object\n\n\n// A central reference to the root jQuery(document)\nvar rootjQuery,\n\n\t// A simple way to check for HTML strings\n\t// Prioritize #id over to avoid XSS via location.hash (#9521)\n\t// Strict HTML recognition (#11290: must start with <)\n\t// Shortcut simple #id case for speed\n\trquickExpr = /^(?:\\s*(<[\\w\\W]+>)[^>]*|#([\\w-]+))$/,\n\n\tinit = jQuery.fn.init = function( selector, context, root ) {\n\t\tvar match, elem;\n\n\t\t// HANDLE: $(\"\"), $(null), $(undefined), $(false)\n\t\tif ( !selector ) {\n\t\t\treturn this;\n\t\t}\n\n\t\t// Method init() accepts an alternate rootjQuery\n\t\t// so migrate can support jQuery.sub (gh-2101)\n\t\troot = root || rootjQuery;\n\n\t\t// Handle HTML strings\n\t\tif ( typeof selector === \"string\" ) {\n\t\t\tif ( selector[ 0 ] === \"<\" &&\n\t\t\t\tselector[ selector.length - 1 ] === \">\" &&\n\t\t\t\tselector.length >= 3 ) {\n\n\t\t\t\t// Assume that strings that start and end with <> are HTML and skip the regex check\n\t\t\t\tmatch = [ null, selector, null ];\n\n\t\t\t} else {\n\t\t\t\tmatch = rquickExpr.exec( selector );\n\t\t\t}\n\n\t\t\t// Match html or make sure no context is specified for #id\n\t\t\tif ( match && ( match[ 1 ] || !context ) ) {\n\n\t\t\t\t// HANDLE: $(html) -> $(array)\n\t\t\t\tif ( match[ 1 ] ) {\n\t\t\t\t\tcontext = context instanceof jQuery ? context[ 0 ] : context;\n\n\t\t\t\t\t// Option to run scripts is true for back-compat\n\t\t\t\t\t// Intentionally let the error be thrown if parseHTML is not present\n\t\t\t\t\tjQuery.merge( this, jQuery.parseHTML(\n\t\t\t\t\t\tmatch[ 1 ],\n\t\t\t\t\t\tcontext && context.nodeType ? context.ownerDocument || context : document,\n\t\t\t\t\t\ttrue\n\t\t\t\t\t) );\n\n\t\t\t\t\t// HANDLE: $(html, props)\n\t\t\t\t\tif ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) {\n\t\t\t\t\t\tfor ( match in context ) {\n\n\t\t\t\t\t\t\t// Properties of context are called as methods if possible\n\t\t\t\t\t\t\tif ( isFunction( this[ match ] ) ) {\n\t\t\t\t\t\t\t\tthis[ match ]( context[ match ] );\n\n\t\t\t\t\t\t\t// ...and otherwise set as attributes\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tthis.attr( match, context[ match ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn this;\n\n\t\t\t\t// HANDLE: $(#id)\n\t\t\t\t} else {\n\t\t\t\t\telem = document.getElementById( match[ 2 ] );\n\n\t\t\t\t\tif ( elem ) {\n\n\t\t\t\t\t\t// Inject the element directly into the jQuery object\n\t\t\t\t\t\tthis[ 0 ] = elem;\n\t\t\t\t\t\tthis.length = 1;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\n\t\t\t// HANDLE: $(expr, $(...))\n\t\t\t} else if ( !context || context.jquery ) {\n\t\t\t\treturn ( context || root ).find( selector );\n\n\t\t\t// HANDLE: $(expr, context)\n\t\t\t// (which is just equivalent to: $(context).find(expr)\n\t\t\t} else {\n\t\t\t\treturn this.constructor( context ).find( selector );\n\t\t\t}\n\n\t\t// HANDLE: $(DOMElement)\n\t\t} else if ( selector.nodeType ) {\n\t\t\tthis[ 0 ] = selector;\n\t\t\tthis.length = 1;\n\t\t\treturn this;\n\n\t\t// HANDLE: $(function)\n\t\t// Shortcut for document ready\n\t\t} else if ( isFunction( selector ) ) {\n\t\t\treturn root.ready !== undefined ?\n\t\t\t\troot.ready( selector ) :\n\n\t\t\t\t// Execute immediately if ready is not present\n\t\t\t\tselector( jQuery );\n\t\t}\n\n\t\treturn jQuery.makeArray( selector, this );\n\t};\n\n// Give the init function the jQuery prototype for later instantiation\ninit.prototype = jQuery.fn;\n\n// Initialize central reference\nrootjQuery = jQuery( document );\n\n\nvar rparentsprev = /^(?:parents|prev(?:Until|All))/,\n\n\t// Methods guaranteed to produce a unique set when starting from a unique set\n\tguaranteedUnique = {\n\t\tchildren: true,\n\t\tcontents: true,\n\t\tnext: true,\n\t\tprev: true\n\t};\n\njQuery.fn.extend( {\n\thas: function( target ) {\n\t\tvar targets = jQuery( target, this ),\n\t\t\tl = targets.length;\n\n\t\treturn this.filter( function() {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tif ( jQuery.contains( this, targets[ i ] ) ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\tclosest: function( selectors, context ) {\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\tl = this.length,\n\t\t\tmatched = [],\n\t\t\ttargets = typeof selectors !== \"string\" && jQuery( selectors );\n\n\t\t// Positional selectors never match, since there's no _selection_ context\n\t\tif ( !rneedsContext.test( selectors ) ) {\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tfor ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) {\n\n\t\t\t\t\t// Always skip document fragments\n\t\t\t\t\tif ( cur.nodeType < 11 && ( targets ?\n\t\t\t\t\t\ttargets.index( cur ) > -1 :\n\n\t\t\t\t\t\t// Don't pass non-elements to Sizzle\n\t\t\t\t\t\tcur.nodeType === 1 &&\n\t\t\t\t\t\t\tjQuery.find.matchesSelector( cur, selectors ) ) ) {\n\n\t\t\t\t\t\tmatched.push( cur );\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched );\n\t},\n\n\t// Determine the position of an element within the set\n\tindex: function( elem ) {\n\n\t\t// No argument, return index in parent\n\t\tif ( !elem ) {\n\t\t\treturn ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1;\n\t\t}\n\n\t\t// Index in selector\n\t\tif ( typeof elem === \"string\" ) {\n\t\t\treturn indexOf.call( jQuery( elem ), this[ 0 ] );\n\t\t}\n\n\t\t// Locate the position of the desired element\n\t\treturn indexOf.call( this,\n\n\t\t\t// If it receives a jQuery object, the first element is used\n\t\t\telem.jquery ? elem[ 0 ] : elem\n\t\t);\n\t},\n\n\tadd: function( selector, context ) {\n\t\treturn this.pushStack(\n\t\t\tjQuery.uniqueSort(\n\t\t\t\tjQuery.merge( this.get(), jQuery( selector, context ) )\n\t\t\t)\n\t\t);\n\t},\n\n\taddBack: function( selector ) {\n\t\treturn this.add( selector == null ?\n\t\t\tthis.prevObject : this.prevObject.filter( selector )\n\t\t);\n\t}\n} );\n\nfunction sibling( cur, dir ) {\n\twhile ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {}\n\treturn cur;\n}\n\njQuery.each( {\n\tparent: function( elem ) {\n\t\tvar parent = elem.parentNode;\n\t\treturn parent && parent.nodeType !== 11 ? parent : null;\n\t},\n\tparents: function( elem ) {\n\t\treturn dir( elem, \"parentNode\" );\n\t},\n\tparentsUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"parentNode\", until );\n\t},\n\tnext: function( elem ) {\n\t\treturn sibling( elem, \"nextSibling\" );\n\t},\n\tprev: function( elem ) {\n\t\treturn sibling( elem, \"previousSibling\" );\n\t},\n\tnextAll: function( elem ) {\n\t\treturn dir( elem, \"nextSibling\" );\n\t},\n\tprevAll: function( elem ) {\n\t\treturn dir( elem, \"previousSibling\" );\n\t},\n\tnextUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"nextSibling\", until );\n\t},\n\tprevUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"previousSibling\", until );\n\t},\n\tsiblings: function( elem ) {\n\t\treturn siblings( ( elem.parentNode || {} ).firstChild, elem );\n\t},\n\tchildren: function( elem ) {\n\t\treturn siblings( elem.firstChild );\n\t},\n\tcontents: function( elem ) {\n\t\tif ( typeof elem.contentDocument !== \"undefined\" ) {\n\t\t\treturn elem.contentDocument;\n\t\t}\n\n\t\t// Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only\n\t\t// Treat the template element as a regular one in browsers that\n\t\t// don't support it.\n\t\tif ( nodeName( elem, \"template\" ) ) {\n\t\t\telem = elem.content || elem;\n\t\t}\n\n\t\treturn jQuery.merge( [], elem.childNodes );\n\t}\n}, function( name, fn ) {\n\tjQuery.fn[ name ] = function( until, selector ) {\n\t\tvar matched = jQuery.map( this, fn, until );\n\n\t\tif ( name.slice( -5 ) !== \"Until\" ) {\n\t\t\tselector = until;\n\t\t}\n\n\t\tif ( selector && typeof selector === \"string\" ) {\n\t\t\tmatched = jQuery.filter( selector, matched );\n\t\t}\n\n\t\tif ( this.length > 1 ) {\n\n\t\t\t// Remove duplicates\n\t\t\tif ( !guaranteedUnique[ name ] ) {\n\t\t\t\tjQuery.uniqueSort( matched );\n\t\t\t}\n\n\t\t\t// Reverse order for parents* and prev-derivatives\n\t\t\tif ( rparentsprev.test( name ) ) {\n\t\t\t\tmatched.reverse();\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched );\n\t};\n} );\nvar rnothtmlwhite = ( /[^\\x20\\t\\r\\n\\f]+/g );\n\n\n\n// Convert String-formatted options into Object-formatted ones\nfunction createOptions( options ) {\n\tvar object = {};\n\tjQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) {\n\t\tobject[ flag ] = true;\n\t} );\n\treturn object;\n}\n\n/*\n * Create a callback list using the following parameters:\n *\n *\toptions: an optional list of space-separated options that will change how\n *\t\t\tthe callback list behaves or a more traditional option object\n *\n * By default a callback list will act like an event callback list and can be\n * \"fired\" multiple times.\n *\n * Possible options:\n *\n *\tonce:\t\t\twill ensure the callback list can only be fired once (like a Deferred)\n *\n *\tmemory:\t\t\twill keep track of previous values and will call any callback added\n *\t\t\t\t\tafter the list has been fired right away with the latest \"memorized\"\n *\t\t\t\t\tvalues (like a Deferred)\n *\n *\tunique:\t\t\twill ensure a callback can only be added once (no duplicate in the list)\n *\n *\tstopOnFalse:\tinterrupt callings when a callback returns false\n *\n */\njQuery.Callbacks = function( options ) {\n\n\t// Convert options from String-formatted to Object-formatted if needed\n\t// (we check in cache first)\n\toptions = typeof options === \"string\" ?\n\t\tcreateOptions( options ) :\n\t\tjQuery.extend( {}, options );\n\n\tvar // Flag to know if list is currently firing\n\t\tfiring,\n\n\t\t// Last fire value for non-forgettable lists\n\t\tmemory,\n\n\t\t// Flag to know if list was already fired\n\t\tfired,\n\n\t\t// Flag to prevent firing\n\t\tlocked,\n\n\t\t// Actual callback list\n\t\tlist = [],\n\n\t\t// Queue of execution data for repeatable lists\n\t\tqueue = [],\n\n\t\t// Index of currently firing callback (modified by add/remove as needed)\n\t\tfiringIndex = -1,\n\n\t\t// Fire callbacks\n\t\tfire = function() {\n\n\t\t\t// Enforce single-firing\n\t\t\tlocked = locked || options.once;\n\n\t\t\t// Execute callbacks for all pending executions,\n\t\t\t// respecting firingIndex overrides and runtime changes\n\t\t\tfired = firing = true;\n\t\t\tfor ( ; queue.length; firingIndex = -1 ) {\n\t\t\t\tmemory = queue.shift();\n\t\t\t\twhile ( ++firingIndex < list.length ) {\n\n\t\t\t\t\t// Run callback and check for early termination\n\t\t\t\t\tif ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false &&\n\t\t\t\t\t\toptions.stopOnFalse ) {\n\n\t\t\t\t\t\t// Jump to end and forget the data so .add doesn't re-fire\n\t\t\t\t\t\tfiringIndex = list.length;\n\t\t\t\t\t\tmemory = false;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Forget the data if we're done with it\n\t\t\tif ( !options.memory ) {\n\t\t\t\tmemory = false;\n\t\t\t}\n\n\t\t\tfiring = false;\n\n\t\t\t// Clean up if we're done firing for good\n\t\t\tif ( locked ) {\n\n\t\t\t\t// Keep an empty list if we have data for future add calls\n\t\t\t\tif ( memory ) {\n\t\t\t\t\tlist = [];\n\n\t\t\t\t// Otherwise, this object is spent\n\t\t\t\t} else {\n\t\t\t\t\tlist = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\t// Actual Callbacks object\n\t\tself = {\n\n\t\t\t// Add a callback or a collection of callbacks to the list\n\t\t\tadd: function() {\n\t\t\t\tif ( list ) {\n\n\t\t\t\t\t// If we have memory from a past run, we should fire after adding\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfiringIndex = list.length - 1;\n\t\t\t\t\t\tqueue.push( memory );\n\t\t\t\t\t}\n\n\t\t\t\t\t( function add( args ) {\n\t\t\t\t\t\tjQuery.each( args, function( _, arg ) {\n\t\t\t\t\t\t\tif ( isFunction( arg ) ) {\n\t\t\t\t\t\t\t\tif ( !options.unique || !self.has( arg ) ) {\n\t\t\t\t\t\t\t\t\tlist.push( arg );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if ( arg && arg.length && toType( arg ) !== \"string\" ) {\n\n\t\t\t\t\t\t\t\t// Inspect recursively\n\t\t\t\t\t\t\t\tadd( arg );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} );\n\t\t\t\t\t} )( arguments );\n\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfire();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Remove a callback from the list\n\t\t\tremove: function() {\n\t\t\t\tjQuery.each( arguments, function( _, arg ) {\n\t\t\t\t\tvar index;\n\t\t\t\t\twhile ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {\n\t\t\t\t\t\tlist.splice( index, 1 );\n\n\t\t\t\t\t\t// Handle firing indexes\n\t\t\t\t\t\tif ( index <= firingIndex ) {\n\t\t\t\t\t\t\tfiringIndex--;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Check if a given callback is in the list.\n\t\t\t// If no argument is given, return whether or not list has callbacks attached.\n\t\t\thas: function( fn ) {\n\t\t\t\treturn fn ?\n\t\t\t\t\tjQuery.inArray( fn, list ) > -1 :\n\t\t\t\t\tlist.length > 0;\n\t\t\t},\n\n\t\t\t// Remove all callbacks from the list\n\t\t\tempty: function() {\n\t\t\t\tif ( list ) {\n\t\t\t\t\tlist = [];\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Disable .fire and .add\n\t\t\t// Abort any current/pending executions\n\t\t\t// Clear all callbacks and values\n\t\t\tdisable: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tlist = memory = \"\";\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tdisabled: function() {\n\t\t\t\treturn !list;\n\t\t\t},\n\n\t\t\t// Disable .fire\n\t\t\t// Also disable .add unless we have memory (since it would have no effect)\n\t\t\t// Abort any pending executions\n\t\t\tlock: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tif ( !memory && !firing ) {\n\t\t\t\t\tlist = memory = \"\";\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tlocked: function() {\n\t\t\t\treturn !!locked;\n\t\t\t},\n\n\t\t\t// Call all callbacks with the given context and arguments\n\t\t\tfireWith: function( context, args ) {\n\t\t\t\tif ( !locked ) {\n\t\t\t\t\targs = args || [];\n\t\t\t\t\targs = [ context, args.slice ? args.slice() : args ];\n\t\t\t\t\tqueue.push( args );\n\t\t\t\t\tif ( !firing ) {\n\t\t\t\t\t\tfire();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Call all the callbacks with the given arguments\n\t\t\tfire: function() {\n\t\t\t\tself.fireWith( this, arguments );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// To know if the callbacks have already been called at least once\n\t\t\tfired: function() {\n\t\t\t\treturn !!fired;\n\t\t\t}\n\t\t};\n\n\treturn self;\n};\n\n\nfunction Identity( v ) {\n\treturn v;\n}\nfunction Thrower( ex ) {\n\tthrow ex;\n}\n\nfunction adoptValue( value, resolve, reject, noValue ) {\n\tvar method;\n\n\ttry {\n\n\t\t// Check for promise aspect first to privilege synchronous behavior\n\t\tif ( value && isFunction( ( method = value.promise ) ) ) {\n\t\t\tmethod.call( value ).done( resolve ).fail( reject );\n\n\t\t// Other thenables\n\t\t} else if ( value && isFunction( ( method = value.then ) ) ) {\n\t\t\tmethod.call( value, resolve, reject );\n\n\t\t// Other non-thenables\n\t\t} else {\n\n\t\t\t// Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer:\n\t\t\t// * false: [ value ].slice( 0 ) => resolve( value )\n\t\t\t// * true: [ value ].slice( 1 ) => resolve()\n\t\t\tresolve.apply( undefined, [ value ].slice( noValue ) );\n\t\t}\n\n\t// For Promises/A+, convert exceptions into rejections\n\t// Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in\n\t// Deferred#then to conditionally suppress rejection.\n\t} catch ( value ) {\n\n\t\t// Support: Android 4.0 only\n\t\t// Strict mode functions invoked without .call/.apply get global-object context\n\t\treject.apply( undefined, [ value ] );\n\t}\n}\n\njQuery.extend( {\n\n\tDeferred: function( func ) {\n\t\tvar tuples = [\n\n\t\t\t\t// action, add listener, callbacks,\n\t\t\t\t// ... .then handlers, argument index, [final state]\n\t\t\t\t[ \"notify\", \"progress\", jQuery.Callbacks( \"memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"memory\" ), 2 ],\n\t\t\t\t[ \"resolve\", \"done\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 0, \"resolved\" ],\n\t\t\t\t[ \"reject\", \"fail\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 1, \"rejected\" ]\n\t\t\t],\n\t\t\tstate = \"pending\",\n\t\t\tpromise = {\n\t\t\t\tstate: function() {\n\t\t\t\t\treturn state;\n\t\t\t\t},\n\t\t\t\talways: function() {\n\t\t\t\t\tdeferred.done( arguments ).fail( arguments );\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\t\t\t\t\"catch\": function( fn ) {\n\t\t\t\t\treturn promise.then( null, fn );\n\t\t\t\t},\n\n\t\t\t\t// Keep pipe for back-compat\n\t\t\t\tpipe: function( /* fnDone, fnFail, fnProgress */ ) {\n\t\t\t\t\tvar fns = arguments;\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\t\t\t\t\t\tjQuery.each( tuples, function( i, tuple ) {\n\n\t\t\t\t\t\t\t// Map tuples (progress, done, fail) to arguments (done, fail, progress)\n\t\t\t\t\t\t\tvar fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ];\n\n\t\t\t\t\t\t\t// deferred.progress(function() { bind to newDefer or newDefer.notify })\n\t\t\t\t\t\t\t// deferred.done(function() { bind to newDefer or newDefer.resolve })\n\t\t\t\t\t\t\t// deferred.fail(function() { bind to newDefer or newDefer.reject })\n\t\t\t\t\t\t\tdeferred[ tuple[ 1 ] ]( function() {\n\t\t\t\t\t\t\t\tvar returned = fn && fn.apply( this, arguments );\n\t\t\t\t\t\t\t\tif ( returned && isFunction( returned.promise ) ) {\n\t\t\t\t\t\t\t\t\treturned.promise()\n\t\t\t\t\t\t\t\t\t\t.progress( newDefer.notify )\n\t\t\t\t\t\t\t\t\t\t.done( newDefer.resolve )\n\t\t\t\t\t\t\t\t\t\t.fail( newDefer.reject );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tnewDefer[ tuple[ 0 ] + \"With\" ](\n\t\t\t\t\t\t\t\t\t\tthis,\n\t\t\t\t\t\t\t\t\t\tfn ? [ returned ] : arguments\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t} );\n\t\t\t\t\t\tfns = null;\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\t\t\t\tthen: function( onFulfilled, onRejected, onProgress ) {\n\t\t\t\t\tvar maxDepth = 0;\n\t\t\t\t\tfunction resolve( depth, deferred, handler, special ) {\n\t\t\t\t\t\treturn function() {\n\t\t\t\t\t\t\tvar that = this,\n\t\t\t\t\t\t\t\targs = arguments,\n\t\t\t\t\t\t\t\tmightThrow = function() {\n\t\t\t\t\t\t\t\t\tvar returned, then;\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.3\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-59\n\t\t\t\t\t\t\t\t\t// Ignore double-resolution attempts\n\t\t\t\t\t\t\t\t\tif ( depth < maxDepth ) {\n\t\t\t\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\treturned = handler.apply( that, args );\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.1\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-48\n\t\t\t\t\t\t\t\t\tif ( returned === deferred.promise() ) {\n\t\t\t\t\t\t\t\t\t\tthrow new TypeError( \"Thenable self-resolution\" );\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ sections 2.3.3.1, 3.5\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-54\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-75\n\t\t\t\t\t\t\t\t\t// Retrieve `then` only once\n\t\t\t\t\t\t\t\t\tthen = returned &&\n\n\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.4\n\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-64\n\t\t\t\t\t\t\t\t\t\t// Only check objects and functions for thenability\n\t\t\t\t\t\t\t\t\t\t( typeof returned === \"object\" ||\n\t\t\t\t\t\t\t\t\t\t\ttypeof returned === \"function\" ) &&\n\t\t\t\t\t\t\t\t\t\treturned.then;\n\n\t\t\t\t\t\t\t\t\t// Handle a returned thenable\n\t\t\t\t\t\t\t\t\tif ( isFunction( then ) ) {\n\n\t\t\t\t\t\t\t\t\t\t// Special processors (notify) just wait for resolution\n\t\t\t\t\t\t\t\t\t\tif ( special ) {\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special )\n\t\t\t\t\t\t\t\t\t\t\t);\n\n\t\t\t\t\t\t\t\t\t\t// Normal processors (resolve) also hook into progress\n\t\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\t\t// ...and disregard older resolution values\n\t\t\t\t\t\t\t\t\t\t\tmaxDepth++;\n\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity,\n\t\t\t\t\t\t\t\t\t\t\t\t\tdeferred.notifyWith )\n\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Handle all other returned values\n\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\t\t\t\tif ( handler !== Identity ) {\n\t\t\t\t\t\t\t\t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\targs = [ returned ];\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t// Process the value(s)\n\t\t\t\t\t\t\t\t\t\t// Default process is resolve\n\t\t\t\t\t\t\t\t\t\t( special || deferred.resolveWith )( that, args );\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\t\t// Only normal processors (resolve) catch and reject exceptions\n\t\t\t\t\t\t\t\tprocess = special ?\n\t\t\t\t\t\t\t\t\tmightThrow :\n\t\t\t\t\t\t\t\t\tfunction() {\n\t\t\t\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\t\t\t\tmightThrow();\n\t\t\t\t\t\t\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t\t\t\t\t\t\tif ( jQuery.Deferred.exceptionHook ) {\n\t\t\t\t\t\t\t\t\t\t\t\tjQuery.Deferred.exceptionHook( e,\n\t\t\t\t\t\t\t\t\t\t\t\t\tprocess.stackTrace );\n\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.4.1\n\t\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-61\n\t\t\t\t\t\t\t\t\t\t\t// Ignore post-resolution exceptions\n\t\t\t\t\t\t\t\t\t\t\tif ( depth + 1 >= maxDepth ) {\n\n\t\t\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\t\t\t\t\t\tif ( handler !== Thrower ) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\t\t\targs = [ e ];\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t\tdeferred.rejectWith( that, args );\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t};\n\n\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.1\n\t\t\t\t\t\t\t// https://promisesaplus.com/#point-57\n\t\t\t\t\t\t\t// Re-resolve promises immediately to dodge false rejection from\n\t\t\t\t\t\t\t// subsequent errors\n\t\t\t\t\t\t\tif ( depth ) {\n\t\t\t\t\t\t\t\tprocess();\n\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t// Call an optional hook to record the stack, in case of exception\n\t\t\t\t\t\t\t\t// since it's otherwise lost when execution goes async\n\t\t\t\t\t\t\t\tif ( jQuery.Deferred.getStackHook ) {\n\t\t\t\t\t\t\t\t\tprocess.stackTrace = jQuery.Deferred.getStackHook();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\twindow.setTimeout( process );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t};\n\t\t\t\t\t}\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\n\t\t\t\t\t\t// progress_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 0 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onProgress ) ?\n\t\t\t\t\t\t\t\t\tonProgress :\n\t\t\t\t\t\t\t\t\tIdentity,\n\t\t\t\t\t\t\t\tnewDefer.notifyWith\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// fulfilled_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 1 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onFulfilled ) ?\n\t\t\t\t\t\t\t\t\tonFulfilled :\n\t\t\t\t\t\t\t\t\tIdentity\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// rejected_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 2 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onRejected ) ?\n\t\t\t\t\t\t\t\t\tonRejected :\n\t\t\t\t\t\t\t\t\tThrower\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\n\t\t\t\t// Get a promise for this deferred\n\t\t\t\t// If obj is provided, the promise aspect is added to the object\n\t\t\t\tpromise: function( obj ) {\n\t\t\t\t\treturn obj != null ? jQuery.extend( obj, promise ) : promise;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdeferred = {};\n\n\t\t// Add list-specific methods\n\t\tjQuery.each( tuples, function( i, tuple ) {\n\t\t\tvar list = tuple[ 2 ],\n\t\t\t\tstateString = tuple[ 5 ];\n\n\t\t\t// promise.progress = list.add\n\t\t\t// promise.done = list.add\n\t\t\t// promise.fail = list.add\n\t\t\tpromise[ tuple[ 1 ] ] = list.add;\n\n\t\t\t// Handle state\n\t\t\tif ( stateString ) {\n\t\t\t\tlist.add(\n\t\t\t\t\tfunction() {\n\n\t\t\t\t\t\t// state = \"resolved\" (i.e., fulfilled)\n\t\t\t\t\t\t// state = \"rejected\"\n\t\t\t\t\t\tstate = stateString;\n\t\t\t\t\t},\n\n\t\t\t\t\t// rejected_callbacks.disable\n\t\t\t\t\t// fulfilled_callbacks.disable\n\t\t\t\t\ttuples[ 3 - i ][ 2 ].disable,\n\n\t\t\t\t\t// rejected_handlers.disable\n\t\t\t\t\t// fulfilled_handlers.disable\n\t\t\t\t\ttuples[ 3 - i ][ 3 ].disable,\n\n\t\t\t\t\t// progress_callbacks.lock\n\t\t\t\t\ttuples[ 0 ][ 2 ].lock,\n\n\t\t\t\t\t// progress_handlers.lock\n\t\t\t\t\ttuples[ 0 ][ 3 ].lock\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// progress_handlers.fire\n\t\t\t// fulfilled_handlers.fire\n\t\t\t// rejected_handlers.fire\n\t\t\tlist.add( tuple[ 3 ].fire );\n\n\t\t\t// deferred.notify = function() { deferred.notifyWith(...) }\n\t\t\t// deferred.resolve = function() { deferred.resolveWith(...) }\n\t\t\t// deferred.reject = function() { deferred.rejectWith(...) }\n\t\t\tdeferred[ tuple[ 0 ] ] = function() {\n\t\t\t\tdeferred[ tuple[ 0 ] + \"With\" ]( this === deferred ? undefined : this, arguments );\n\t\t\t\treturn this;\n\t\t\t};\n\n\t\t\t// deferred.notifyWith = list.fireWith\n\t\t\t// deferred.resolveWith = list.fireWith\n\t\t\t// deferred.rejectWith = list.fireWith\n\t\t\tdeferred[ tuple[ 0 ] + \"With\" ] = list.fireWith;\n\t\t} );\n\n\t\t// Make the deferred a promise\n\t\tpromise.promise( deferred );\n\n\t\t// Call given func if any\n\t\tif ( func ) {\n\t\t\tfunc.call( deferred, deferred );\n\t\t}\n\n\t\t// All done!\n\t\treturn deferred;\n\t},\n\n\t// Deferred helper\n\twhen: function( singleValue ) {\n\t\tvar\n\n\t\t\t// count of uncompleted subordinates\n\t\t\tremaining = arguments.length,\n\n\t\t\t// count of unprocessed arguments\n\t\t\ti = remaining,\n\n\t\t\t// subordinate fulfillment data\n\t\t\tresolveContexts = Array( i ),\n\t\t\tresolveValues = slice.call( arguments ),\n\n\t\t\t// the master Deferred\n\t\t\tmaster = jQuery.Deferred(),\n\n\t\t\t// subordinate callback factory\n\t\t\tupdateFunc = function( i ) {\n\t\t\t\treturn function( value ) {\n\t\t\t\t\tresolveContexts[ i ] = this;\n\t\t\t\t\tresolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value;\n\t\t\t\t\tif ( !( --remaining ) ) {\n\t\t\t\t\t\tmaster.resolveWith( resolveContexts, resolveValues );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t\t};\n\n\t\t// Single- and empty arguments are adopted like Promise.resolve\n\t\tif ( remaining <= 1 ) {\n\t\t\tadoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject,\n\t\t\t\t!remaining );\n\n\t\t\t// Use .then() to unwrap secondary thenables (cf. gh-3000)\n\t\t\tif ( master.state() === \"pending\" ||\n\t\t\t\tisFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) {\n\n\t\t\t\treturn master.then();\n\t\t\t}\n\t\t}\n\n\t\t// Multiple arguments are aggregated like Promise.all array elements\n\t\twhile ( i-- ) {\n\t\t\tadoptValue( resolveValues[ i ], updateFunc( i ), master.reject );\n\t\t}\n\n\t\treturn master.promise();\n\t}\n} );\n\n\n// These usually indicate a programmer mistake during development,\n// warn about them ASAP rather than swallowing them by default.\nvar rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;\n\njQuery.Deferred.exceptionHook = function( error, stack ) {\n\n\t// Support: IE 8 - 9 only\n\t// Console exists when dev tools are open, which can happen at any time\n\tif ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) {\n\t\twindow.console.warn( \"jQuery.Deferred exception: \" + error.message, error.stack, stack );\n\t}\n};\n\n\n\n\njQuery.readyException = function( error ) {\n\twindow.setTimeout( function() {\n\t\tthrow error;\n\t} );\n};\n\n\n\n\n// The deferred used on DOM ready\nvar readyList = jQuery.Deferred();\n\njQuery.fn.ready = function( fn ) {\n\n\treadyList\n\t\t.then( fn )\n\n\t\t// Wrap jQuery.readyException in a function so that the lookup\n\t\t// happens at the time of error handling instead of callback\n\t\t// registration.\n\t\t.catch( function( error ) {\n\t\t\tjQuery.readyException( error );\n\t\t} );\n\n\treturn this;\n};\n\njQuery.extend( {\n\n\t// Is the DOM ready to be used? Set to true once it occurs.\n\tisReady: false,\n\n\t// A counter to track how many items to wait for before\n\t// the ready event fires. See #6781\n\treadyWait: 1,\n\n\t// Handle when the DOM is ready\n\tready: function( wait ) {\n\n\t\t// Abort if there are pending holds or we're already ready\n\t\tif ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Remember that the DOM is ready\n\t\tjQuery.isReady = true;\n\n\t\t// If a normal DOM Ready event fired, decrement, and wait if need be\n\t\tif ( wait !== true && --jQuery.readyWait > 0 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// If there are functions bound, to execute\n\t\treadyList.resolveWith( document, [ jQuery ] );\n\t}\n} );\n\njQuery.ready.then = readyList.then;\n\n// The ready event handler and self cleanup method\nfunction completed() {\n\tdocument.removeEventListener( \"DOMContentLoaded\", completed );\n\twindow.removeEventListener( \"load\", completed );\n\tjQuery.ready();\n}\n\n// Catch cases where $(document).ready() is called\n// after the browser event has already occurred.\n// Support: IE <=9 - 10 only\n// Older IE sometimes signals \"interactive\" too soon\nif ( document.readyState === \"complete\" ||\n\t( document.readyState !== \"loading\" && !document.documentElement.doScroll ) ) {\n\n\t// Handle it asynchronously to allow scripts the opportunity to delay ready\n\twindow.setTimeout( jQuery.ready );\n\n} else {\n\n\t// Use the handy event callback\n\tdocument.addEventListener( \"DOMContentLoaded\", completed );\n\n\t// A fallback to window.onload, that will always work\n\twindow.addEventListener( \"load\", completed );\n}\n\n\n\n\n// Multifunctional method to get and set values of a collection\n// The value/s can optionally be executed if it's a function\nvar access = function( elems, fn, key, value, chainable, emptyGet, raw ) {\n\tvar i = 0,\n\t\tlen = elems.length,\n\t\tbulk = key == null;\n\n\t// Sets many values\n\tif ( toType( key ) === \"object\" ) {\n\t\tchainable = true;\n\t\tfor ( i in key ) {\n\t\t\taccess( elems, fn, i, key[ i ], true, emptyGet, raw );\n\t\t}\n\n\t// Sets one value\n\t} else if ( value !== undefined ) {\n\t\tchainable = true;\n\n\t\tif ( !isFunction( value ) ) {\n\t\t\traw = true;\n\t\t}\n\n\t\tif ( bulk ) {\n\n\t\t\t// Bulk operations run against the entire set\n\t\t\tif ( raw ) {\n\t\t\t\tfn.call( elems, value );\n\t\t\t\tfn = null;\n\n\t\t\t// ...except when executing function values\n\t\t\t} else {\n\t\t\t\tbulk = fn;\n\t\t\t\tfn = function( elem, key, value ) {\n\t\t\t\t\treturn bulk.call( jQuery( elem ), value );\n\t\t\t\t};\n\t\t\t}\n\t\t}\n\n\t\tif ( fn ) {\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\tfn(\n\t\t\t\t\telems[ i ], key, raw ?\n\t\t\t\t\tvalue :\n\t\t\t\t\tvalue.call( elems[ i ], i, fn( elems[ i ], key ) )\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( chainable ) {\n\t\treturn elems;\n\t}\n\n\t// Gets\n\tif ( bulk ) {\n\t\treturn fn.call( elems );\n\t}\n\n\treturn len ? fn( elems[ 0 ], key ) : emptyGet;\n};\n\n\n// Matches dashed string for camelizing\nvar rmsPrefix = /^-ms-/,\n\trdashAlpha = /-([a-z])/g;\n\n// Used by camelCase as callback to replace()\nfunction fcamelCase( all, letter ) {\n\treturn letter.toUpperCase();\n}\n\n// Convert dashed to camelCase; used by the css and data modules\n// Support: IE <=9 - 11, Edge 12 - 15\n// Microsoft forgot to hump their vendor prefix (#9572)\nfunction camelCase( string ) {\n\treturn string.replace( rmsPrefix, \"ms-\" ).replace( rdashAlpha, fcamelCase );\n}\nvar acceptData = function( owner ) {\n\n\t// Accepts only:\n\t// - Node\n\t// - Node.ELEMENT_NODE\n\t// - Node.DOCUMENT_NODE\n\t// - Object\n\t// - Any\n\treturn owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );\n};\n\n\n\n\nfunction Data() {\n\tthis.expando = jQuery.expando + Data.uid++;\n}\n\nData.uid = 1;\n\nData.prototype = {\n\n\tcache: function( owner ) {\n\n\t\t// Check if the owner object already has a cache\n\t\tvar value = owner[ this.expando ];\n\n\t\t// If not, create one\n\t\tif ( !value ) {\n\t\t\tvalue = {};\n\n\t\t\t// We can accept data for non-element nodes in modern browsers,\n\t\t\t// but we should not, see #8335.\n\t\t\t// Always return an empty object.\n\t\t\tif ( acceptData( owner ) ) {\n\n\t\t\t\t// If it is a node unlikely to be stringify-ed or looped over\n\t\t\t\t// use plain assignment\n\t\t\t\tif ( owner.nodeType ) {\n\t\t\t\t\towner[ this.expando ] = value;\n\n\t\t\t\t// Otherwise secure it in a non-enumerable property\n\t\t\t\t// configurable must be true to allow the property to be\n\t\t\t\t// deleted when data is removed\n\t\t\t\t} else {\n\t\t\t\t\tObject.defineProperty( owner, this.expando, {\n\t\t\t\t\t\tvalue: value,\n\t\t\t\t\t\tconfigurable: true\n\t\t\t\t\t} );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn value;\n\t},\n\tset: function( owner, data, value ) {\n\t\tvar prop,\n\t\t\tcache = this.cache( owner );\n\n\t\t// Handle: [ owner, key, value ] args\n\t\t// Always use camelCase key (gh-2257)\n\t\tif ( typeof data === \"string\" ) {\n\t\t\tcache[ camelCase( data ) ] = value;\n\n\t\t// Handle: [ owner, { properties } ] args\n\t\t} else {\n\n\t\t\t// Copy the properties one-by-one to the cache object\n\t\t\tfor ( prop in data ) {\n\t\t\t\tcache[ camelCase( prop ) ] = data[ prop ];\n\t\t\t}\n\t\t}\n\t\treturn cache;\n\t},\n\tget: function( owner, key ) {\n\t\treturn key === undefined ?\n\t\t\tthis.cache( owner ) :\n\n\t\t\t// Always use camelCase key (gh-2257)\n\t\t\towner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ];\n\t},\n\taccess: function( owner, key, value ) {\n\n\t\t// In cases where either:\n\t\t//\n\t\t// 1. No key was specified\n\t\t// 2. A string key was specified, but no value provided\n\t\t//\n\t\t// Take the \"read\" path and allow the get method to determine\n\t\t// which value to return, respectively either:\n\t\t//\n\t\t// 1. The entire cache object\n\t\t// 2. The data stored at the key\n\t\t//\n\t\tif ( key === undefined ||\n\t\t\t\t( ( key && typeof key === \"string\" ) && value === undefined ) ) {\n\n\t\t\treturn this.get( owner, key );\n\t\t}\n\n\t\t// When the key is not a string, or both a key and value\n\t\t// are specified, set or extend (existing objects) with either:\n\t\t//\n\t\t// 1. An object of properties\n\t\t// 2. A key and value\n\t\t//\n\t\tthis.set( owner, key, value );\n\n\t\t// Since the \"set\" path can have two possible entry points\n\t\t// return the expected data based on which path was taken[*]\n\t\treturn value !== undefined ? value : key;\n\t},\n\tremove: function( owner, key ) {\n\t\tvar i,\n\t\t\tcache = owner[ this.expando ];\n\n\t\tif ( cache === undefined ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( key !== undefined ) {\n\n\t\t\t// Support array or space separated string of keys\n\t\t\tif ( Array.isArray( key ) ) {\n\n\t\t\t\t// If key is an array of keys...\n\t\t\t\t// We always set camelCase keys, so remove that.\n\t\t\t\tkey = key.map( camelCase );\n\t\t\t} else {\n\t\t\t\tkey = camelCase( key );\n\n\t\t\t\t// If a key with the spaces exists, use it.\n\t\t\t\t// Otherwise, create an array by matching non-whitespace\n\t\t\t\tkey = key in cache ?\n\t\t\t\t\t[ key ] :\n\t\t\t\t\t( key.match( rnothtmlwhite ) || [] );\n\t\t\t}\n\n\t\t\ti = key.length;\n\n\t\t\twhile ( i-- ) {\n\t\t\t\tdelete cache[ key[ i ] ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove the expando if there's no more data\n\t\tif ( key === undefined || jQuery.isEmptyObject( cache ) ) {\n\n\t\t\t// Support: Chrome <=35 - 45\n\t\t\t// Webkit & Blink performance suffers when deleting properties\n\t\t\t// from DOM nodes, so set to undefined instead\n\t\t\t// https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted)\n\t\t\tif ( owner.nodeType ) {\n\t\t\t\towner[ this.expando ] = undefined;\n\t\t\t} else {\n\t\t\t\tdelete owner[ this.expando ];\n\t\t\t}\n\t\t}\n\t},\n\thasData: function( owner ) {\n\t\tvar cache = owner[ this.expando ];\n\t\treturn cache !== undefined && !jQuery.isEmptyObject( cache );\n\t}\n};\nvar dataPriv = new Data();\n\nvar dataUser = new Data();\n\n\n\n//\tImplementation Summary\n//\n//\t1. Enforce API surface and semantic compatibility with 1.9.x branch\n//\t2. Improve the module's maintainability by reducing the storage\n//\t\tpaths to a single mechanism.\n//\t3. Use the same single mechanism to support \"private\" and \"user\" data.\n//\t4. _Never_ expose \"private\" data to user code (TODO: Drop _data, _removeData)\n//\t5. Avoid exposing implementation details on user objects (eg. expando properties)\n//\t6. Provide a clear path for implementation upgrade to WeakMap in 2014\n\nvar rbrace = /^(?:\\{[\\w\\W]*\\}|\\[[\\w\\W]*\\])$/,\n\trmultiDash = /[A-Z]/g;\n\nfunction getData( data ) {\n\tif ( data === \"true\" ) {\n\t\treturn true;\n\t}\n\n\tif ( data === \"false\" ) {\n\t\treturn false;\n\t}\n\n\tif ( data === \"null\" ) {\n\t\treturn null;\n\t}\n\n\t// Only convert to a number if it doesn't change the string\n\tif ( data === +data + \"\" ) {\n\t\treturn +data;\n\t}\n\n\tif ( rbrace.test( data ) ) {\n\t\treturn JSON.parse( data );\n\t}\n\n\treturn data;\n}\n\nfunction dataAttr( elem, key, data ) {\n\tvar name;\n\n\t// If nothing was found internally, try to fetch any\n\t// data from the HTML5 data-* attribute\n\tif ( data === undefined && elem.nodeType === 1 ) {\n\t\tname = \"data-\" + key.replace( rmultiDash, \"-$&\" ).toLowerCase();\n\t\tdata = elem.getAttribute( name );\n\n\t\tif ( typeof data === \"string\" ) {\n\t\t\ttry {\n\t\t\t\tdata = getData( data );\n\t\t\t} catch ( e ) {}\n\n\t\t\t// Make sure we set the data so it isn't changed later\n\t\t\tdataUser.set( elem, key, data );\n\t\t} else {\n\t\t\tdata = undefined;\n\t\t}\n\t}\n\treturn data;\n}\n\njQuery.extend( {\n\thasData: function( elem ) {\n\t\treturn dataUser.hasData( elem ) || dataPriv.hasData( elem );\n\t},\n\n\tdata: function( elem, name, data ) {\n\t\treturn dataUser.access( elem, name, data );\n\t},\n\n\tremoveData: function( elem, name ) {\n\t\tdataUser.remove( elem, name );\n\t},\n\n\t// TODO: Now that all calls to _data and _removeData have been replaced\n\t// with direct calls to dataPriv methods, these can be deprecated.\n\t_data: function( elem, name, data ) {\n\t\treturn dataPriv.access( elem, name, data );\n\t},\n\n\t_removeData: function( elem, name ) {\n\t\tdataPriv.remove( elem, name );\n\t}\n} );\n\njQuery.fn.extend( {\n\tdata: function( key, value ) {\n\t\tvar i, name, data,\n\t\t\telem = this[ 0 ],\n\t\t\tattrs = elem && elem.attributes;\n\n\t\t// Gets all values\n\t\tif ( key === undefined ) {\n\t\t\tif ( this.length ) {\n\t\t\t\tdata = dataUser.get( elem );\n\n\t\t\t\tif ( elem.nodeType === 1 && !dataPriv.get( elem, \"hasDataAttrs\" ) ) {\n\t\t\t\t\ti = attrs.length;\n\t\t\t\t\twhile ( i-- ) {\n\n\t\t\t\t\t\t// Support: IE 11 only\n\t\t\t\t\t\t// The attrs elements can be null (#14894)\n\t\t\t\t\t\tif ( attrs[ i ] ) {\n\t\t\t\t\t\t\tname = attrs[ i ].name;\n\t\t\t\t\t\t\tif ( name.indexOf( \"data-\" ) === 0 ) {\n\t\t\t\t\t\t\t\tname = camelCase( name.slice( 5 ) );\n\t\t\t\t\t\t\t\tdataAttr( elem, name, data[ name ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tdataPriv.set( elem, \"hasDataAttrs\", true );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn data;\n\t\t}\n\n\t\t// Sets multiple values\n\t\tif ( typeof key === \"object\" ) {\n\t\t\treturn this.each( function() {\n\t\t\t\tdataUser.set( this, key );\n\t\t\t} );\n\t\t}\n\n\t\treturn access( this, function( value ) {\n\t\t\tvar data;\n\n\t\t\t// The calling jQuery object (element matches) is not empty\n\t\t\t// (and therefore has an element appears at this[ 0 ]) and the\n\t\t\t// `value` parameter was not undefined. An empty jQuery object\n\t\t\t// will result in `undefined` for elem = this[ 0 ] which will\n\t\t\t// throw an exception if an attempt to read a data cache is made.\n\t\t\tif ( elem && value === undefined ) {\n\n\t\t\t\t// Attempt to get data from the cache\n\t\t\t\t// The key will always be camelCased in Data\n\t\t\t\tdata = dataUser.get( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// Attempt to \"discover\" the data in\n\t\t\t\t// HTML5 custom data-* attrs\n\t\t\t\tdata = dataAttr( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// We tried really hard, but the data doesn't exist.\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Set the data...\n\t\t\tthis.each( function() {\n\n\t\t\t\t// We always store the camelCased key\n\t\t\t\tdataUser.set( this, key, value );\n\t\t\t} );\n\t\t}, null, value, arguments.length > 1, null, true );\n\t},\n\n\tremoveData: function( key ) {\n\t\treturn this.each( function() {\n\t\t\tdataUser.remove( this, key );\n\t\t} );\n\t}\n} );\n\n\njQuery.extend( {\n\tqueue: function( elem, type, data ) {\n\t\tvar queue;\n\n\t\tif ( elem ) {\n\t\t\ttype = ( type || \"fx\" ) + \"queue\";\n\t\t\tqueue = dataPriv.get( elem, type );\n\n\t\t\t// Speed up dequeue by getting out quickly if this is just a lookup\n\t\t\tif ( data ) {\n\t\t\t\tif ( !queue || Array.isArray( data ) ) {\n\t\t\t\t\tqueue = dataPriv.access( elem, type, jQuery.makeArray( data ) );\n\t\t\t\t} else {\n\t\t\t\t\tqueue.push( data );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn queue || [];\n\t\t}\n\t},\n\n\tdequeue: function( elem, type ) {\n\t\ttype = type || \"fx\";\n\n\t\tvar queue = jQuery.queue( elem, type ),\n\t\t\tstartLength = queue.length,\n\t\t\tfn = queue.shift(),\n\t\t\thooks = jQuery._queueHooks( elem, type ),\n\t\t\tnext = function() {\n\t\t\t\tjQuery.dequeue( elem, type );\n\t\t\t};\n\n\t\t// If the fx queue is dequeued, always remove the progress sentinel\n\t\tif ( fn === \"inprogress\" ) {\n\t\t\tfn = queue.shift();\n\t\t\tstartLength--;\n\t\t}\n\n\t\tif ( fn ) {\n\n\t\t\t// Add a progress sentinel to prevent the fx queue from being\n\t\t\t// automatically dequeued\n\t\t\tif ( type === \"fx\" ) {\n\t\t\t\tqueue.unshift( \"inprogress\" );\n\t\t\t}\n\n\t\t\t// Clear up the last queue stop function\n\t\t\tdelete hooks.stop;\n\t\t\tfn.call( elem, next, hooks );\n\t\t}\n\n\t\tif ( !startLength && hooks ) {\n\t\t\thooks.empty.fire();\n\t\t}\n\t},\n\n\t// Not public - generate a queueHooks object, or return the current one\n\t_queueHooks: function( elem, type ) {\n\t\tvar key = type + \"queueHooks\";\n\t\treturn dataPriv.get( elem, key ) || dataPriv.access( elem, key, {\n\t\t\tempty: jQuery.Callbacks( \"once memory\" ).add( function() {\n\t\t\t\tdataPriv.remove( elem, [ type + \"queue\", key ] );\n\t\t\t} )\n\t\t} );\n\t}\n} );\n\njQuery.fn.extend( {\n\tqueue: function( type, data ) {\n\t\tvar setter = 2;\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tdata = type;\n\t\t\ttype = \"fx\";\n\t\t\tsetter--;\n\t\t}\n\n\t\tif ( arguments.length < setter ) {\n\t\t\treturn jQuery.queue( this[ 0 ], type );\n\t\t}\n\n\t\treturn data === undefined ?\n\t\t\tthis :\n\t\t\tthis.each( function() {\n\t\t\t\tvar queue = jQuery.queue( this, type, data );\n\n\t\t\t\t// Ensure a hooks for this queue\n\t\t\t\tjQuery._queueHooks( this, type );\n\n\t\t\t\tif ( type === \"fx\" && queue[ 0 ] !== \"inprogress\" ) {\n\t\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t\t}\n\t\t\t} );\n\t},\n\tdequeue: function( type ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.dequeue( this, type );\n\t\t} );\n\t},\n\tclearQueue: function( type ) {\n\t\treturn this.queue( type || \"fx\", [] );\n\t},\n\n\t// Get a promise resolved when queues of a certain type\n\t// are emptied (fx is the type by default)\n\tpromise: function( type, obj ) {\n\t\tvar tmp,\n\t\t\tcount = 1,\n\t\t\tdefer = jQuery.Deferred(),\n\t\t\telements = this,\n\t\t\ti = this.length,\n\t\t\tresolve = function() {\n\t\t\t\tif ( !( --count ) ) {\n\t\t\t\t\tdefer.resolveWith( elements, [ elements ] );\n\t\t\t\t}\n\t\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tobj = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\ttype = type || \"fx\";\n\n\t\twhile ( i-- ) {\n\t\t\ttmp = dataPriv.get( elements[ i ], type + \"queueHooks\" );\n\t\t\tif ( tmp && tmp.empty ) {\n\t\t\t\tcount++;\n\t\t\t\ttmp.empty.add( resolve );\n\t\t\t}\n\t\t}\n\t\tresolve();\n\t\treturn defer.promise( obj );\n\t}\n} );\nvar pnum = ( /[+-]?(?:\\d*\\.|)\\d+(?:[eE][+-]?\\d+|)/ ).source;\n\nvar rcssNum = new RegExp( \"^(?:([+-])=|)(\" + pnum + \")([a-z%]*)$\", \"i\" );\n\n\nvar cssExpand = [ \"Top\", \"Right\", \"Bottom\", \"Left\" ];\n\nvar documentElement = document.documentElement;\n\n\n\n\tvar isAttached = function( elem ) {\n\t\t\treturn jQuery.contains( elem.ownerDocument, elem );\n\t\t},\n\t\tcomposed = { composed: true };\n\n\t// Support: IE 9 - 11+, Edge 12 - 18+, iOS 10.0 - 10.2 only\n\t// Check attachment across shadow DOM boundaries when possible (gh-3504)\n\t// Support: iOS 10.0-10.2 only\n\t// Early iOS 10 versions support `attachShadow` but not `getRootNode`,\n\t// leading to errors. We need to check for `getRootNode`.\n\tif ( documentElement.getRootNode ) {\n\t\tisAttached = function( elem ) {\n\t\t\treturn jQuery.contains( elem.ownerDocument, elem ) ||\n\t\t\t\telem.getRootNode( composed ) === elem.ownerDocument;\n\t\t};\n\t}\nvar isHiddenWithinTree = function( elem, el ) {\n\n\t\t// isHiddenWithinTree might be called from jQuery#filter function;\n\t\t// in that case, element will be second argument\n\t\telem = el || elem;\n\n\t\t// Inline style trumps all\n\t\treturn elem.style.display === \"none\" ||\n\t\t\telem.style.display === \"\" &&\n\n\t\t\t// Otherwise, check computed style\n\t\t\t// Support: Firefox <=43 - 45\n\t\t\t// Disconnected elements can have computed display: none, so first confirm that elem is\n\t\t\t// in the document.\n\t\t\tisAttached( elem ) &&\n\n\t\t\tjQuery.css( elem, \"display\" ) === \"none\";\n\t};\n\nvar swap = function( elem, options, callback, args ) {\n\tvar ret, name,\n\t\told = {};\n\n\t// Remember the old values, and insert the new ones\n\tfor ( name in options ) {\n\t\told[ name ] = elem.style[ name ];\n\t\telem.style[ name ] = options[ name ];\n\t}\n\n\tret = callback.apply( elem, args || [] );\n\n\t// Revert the old values\n\tfor ( name in options ) {\n\t\telem.style[ name ] = old[ name ];\n\t}\n\n\treturn ret;\n};\n\n\n\n\nfunction adjustCSS( elem, prop, valueParts, tween ) {\n\tvar adjusted, scale,\n\t\tmaxIterations = 20,\n\t\tcurrentValue = tween ?\n\t\t\tfunction() {\n\t\t\t\treturn tween.cur();\n\t\t\t} :\n\t\t\tfunction() {\n\t\t\t\treturn jQuery.css( elem, prop, \"\" );\n\t\t\t},\n\t\tinitial = currentValue(),\n\t\tunit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" ),\n\n\t\t// Starting value computation is required for potential unit mismatches\n\t\tinitialInUnit = elem.nodeType &&\n\t\t\t( jQuery.cssNumber[ prop ] || unit !== \"px\" && +initial ) &&\n\t\t\trcssNum.exec( jQuery.css( elem, prop ) );\n\n\tif ( initialInUnit && initialInUnit[ 3 ] !== unit ) {\n\n\t\t// Support: Firefox <=54\n\t\t// Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144)\n\t\tinitial = initial / 2;\n\n\t\t// Trust units reported by jQuery.css\n\t\tunit = unit || initialInUnit[ 3 ];\n\n\t\t// Iteratively approximate from a nonzero starting point\n\t\tinitialInUnit = +initial || 1;\n\n\t\twhile ( maxIterations-- ) {\n\n\t\t\t// Evaluate and update our best guess (doubling guesses that zero out).\n\t\t\t// Finish if the scale equals or crosses 1 (making the old*new product non-positive).\n\t\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\t\t\tif ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) {\n\t\t\t\tmaxIterations = 0;\n\t\t\t}\n\t\t\tinitialInUnit = initialInUnit / scale;\n\n\t\t}\n\n\t\tinitialInUnit = initialInUnit * 2;\n\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\n\t\t// Make sure we update the tween properties later on\n\t\tvalueParts = valueParts || [];\n\t}\n\n\tif ( valueParts ) {\n\t\tinitialInUnit = +initialInUnit || +initial || 0;\n\n\t\t// Apply relative offset (+=/-=) if specified\n\t\tadjusted = valueParts[ 1 ] ?\n\t\t\tinitialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] :\n\t\t\t+valueParts[ 2 ];\n\t\tif ( tween ) {\n\t\t\ttween.unit = unit;\n\t\t\ttween.start = initialInUnit;\n\t\t\ttween.end = adjusted;\n\t\t}\n\t}\n\treturn adjusted;\n}\n\n\nvar defaultDisplayMap = {};\n\nfunction getDefaultDisplay( elem ) {\n\tvar temp,\n\t\tdoc = elem.ownerDocument,\n\t\tnodeName = elem.nodeName,\n\t\tdisplay = defaultDisplayMap[ nodeName ];\n\n\tif ( display ) {\n\t\treturn display;\n\t}\n\n\ttemp = doc.body.appendChild( doc.createElement( nodeName ) );\n\tdisplay = jQuery.css( temp, \"display\" );\n\n\ttemp.parentNode.removeChild( temp );\n\n\tif ( display === \"none\" ) {\n\t\tdisplay = \"block\";\n\t}\n\tdefaultDisplayMap[ nodeName ] = display;\n\n\treturn display;\n}\n\nfunction showHide( elements, show ) {\n\tvar display, elem,\n\t\tvalues = [],\n\t\tindex = 0,\n\t\tlength = elements.length;\n\n\t// Determine new display value for elements that need to change\n\tfor ( ; index < length; index++ ) {\n\t\telem = elements[ index ];\n\t\tif ( !elem.style ) {\n\t\t\tcontinue;\n\t\t}\n\n\t\tdisplay = elem.style.display;\n\t\tif ( show ) {\n\n\t\t\t// Since we force visibility upon cascade-hidden elements, an immediate (and slow)\n\t\t\t// check is required in this first loop unless we have a nonempty display value (either\n\t\t\t// inline or about-to-be-restored)\n\t\t\tif ( display === \"none\" ) {\n\t\t\t\tvalues[ index ] = dataPriv.get( elem, \"display\" ) || null;\n\t\t\t\tif ( !values[ index ] ) {\n\t\t\t\t\telem.style.display = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t\tif ( elem.style.display === \"\" && isHiddenWithinTree( elem ) ) {\n\t\t\t\tvalues[ index ] = getDefaultDisplay( elem );\n\t\t\t}\n\t\t} else {\n\t\t\tif ( display !== \"none\" ) {\n\t\t\t\tvalues[ index ] = \"none\";\n\n\t\t\t\t// Remember what we're overwriting\n\t\t\t\tdataPriv.set( elem, \"display\", display );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Set the display of the elements in a second loop to avoid constant reflow\n\tfor ( index = 0; index < length; index++ ) {\n\t\tif ( values[ index ] != null ) {\n\t\t\telements[ index ].style.display = values[ index ];\n\t\t}\n\t}\n\n\treturn elements;\n}\n\njQuery.fn.extend( {\n\tshow: function() {\n\t\treturn showHide( this, true );\n\t},\n\thide: function() {\n\t\treturn showHide( this );\n\t},\n\ttoggle: function( state ) {\n\t\tif ( typeof state === \"boolean\" ) {\n\t\t\treturn state ? this.show() : this.hide();\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tif ( isHiddenWithinTree( this ) ) {\n\t\t\t\tjQuery( this ).show();\n\t\t\t} else {\n\t\t\t\tjQuery( this ).hide();\n\t\t\t}\n\t\t} );\n\t}\n} );\nvar rcheckableType = ( /^(?:checkbox|radio)$/i );\n\nvar rtagName = ( /<([a-z][^\\/\\0>\\x20\\t\\r\\n\\f]*)/i );\n\nvar rscriptType = ( /^$|^module$|\\/(?:java|ecma)script/i );\n\n\n\n// We have to close these tags to support XHTML (#13200)\nvar wrapMap = {\n\n\t// Support: IE <=9 only\n\toption: [ 1, \"\" ],\n\n\t// XHTML parsers do not magically insert elements in the\n\t// same way that tag soup parsers do. So we cannot shorten\n\t// this by omitting or other required elements.\n\tthead: [ 1, \"\", \"
    \" ],\n\tcol: [ 2, \"\", \"
    \" ],\n\ttr: [ 2, \"\", \"
    \" ],\n\ttd: [ 3, \"\", \"
    \" ],\n\n\t_default: [ 0, \"\", \"\" ]\n};\n\n// Support: IE <=9 only\nwrapMap.optgroup = wrapMap.option;\n\nwrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;\nwrapMap.th = wrapMap.td;\n\n\nfunction getAll( context, tag ) {\n\n\t// Support: IE <=9 - 11 only\n\t// Use typeof to avoid zero-argument method invocation on host objects (#15151)\n\tvar ret;\n\n\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\tret = context.getElementsByTagName( tag || \"*\" );\n\n\t} else if ( typeof context.querySelectorAll !== \"undefined\" ) {\n\t\tret = context.querySelectorAll( tag || \"*\" );\n\n\t} else {\n\t\tret = [];\n\t}\n\n\tif ( tag === undefined || tag && nodeName( context, tag ) ) {\n\t\treturn jQuery.merge( [ context ], ret );\n\t}\n\n\treturn ret;\n}\n\n\n// Mark scripts as having already been evaluated\nfunction setGlobalEval( elems, refElements ) {\n\tvar i = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\tdataPriv.set(\n\t\t\telems[ i ],\n\t\t\t\"globalEval\",\n\t\t\t!refElements || dataPriv.get( refElements[ i ], \"globalEval\" )\n\t\t);\n\t}\n}\n\n\nvar rhtml = /<|&#?\\w+;/;\n\nfunction buildFragment( elems, context, scripts, selection, ignored ) {\n\tvar elem, tmp, tag, wrap, attached, j,\n\t\tfragment = context.createDocumentFragment(),\n\t\tnodes = [],\n\t\ti = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\telem = elems[ i ];\n\n\t\tif ( elem || elem === 0 ) {\n\n\t\t\t// Add nodes directly\n\t\t\tif ( toType( elem ) === \"object\" ) {\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\tjQuery.merge( nodes, elem.nodeType ? [ elem ] : elem );\n\n\t\t\t// Convert non-html into a text node\n\t\t\t} else if ( !rhtml.test( elem ) ) {\n\t\t\t\tnodes.push( context.createTextNode( elem ) );\n\n\t\t\t// Convert html into DOM nodes\n\t\t\t} else {\n\t\t\t\ttmp = tmp || fragment.appendChild( context.createElement( \"div\" ) );\n\n\t\t\t\t// Deserialize a standard representation\n\t\t\t\ttag = ( rtagName.exec( elem ) || [ \"\", \"\" ] )[ 1 ].toLowerCase();\n\t\t\t\twrap = wrapMap[ tag ] || wrapMap._default;\n\t\t\t\ttmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ];\n\n\t\t\t\t// Descend through wrappers to the right content\n\t\t\t\tj = wrap[ 0 ];\n\t\t\t\twhile ( j-- ) {\n\t\t\t\t\ttmp = tmp.lastChild;\n\t\t\t\t}\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\tjQuery.merge( nodes, tmp.childNodes );\n\n\t\t\t\t// Remember the top-level container\n\t\t\t\ttmp = fragment.firstChild;\n\n\t\t\t\t// Ensure the created nodes are orphaned (#12392)\n\t\t\t\ttmp.textContent = \"\";\n\t\t\t}\n\t\t}\n\t}\n\n\t// Remove wrapper from fragment\n\tfragment.textContent = \"\";\n\n\ti = 0;\n\twhile ( ( elem = nodes[ i++ ] ) ) {\n\n\t\t// Skip elements already in the context collection (trac-4087)\n\t\tif ( selection && jQuery.inArray( elem, selection ) > -1 ) {\n\t\t\tif ( ignored ) {\n\t\t\t\tignored.push( elem );\n\t\t\t}\n\t\t\tcontinue;\n\t\t}\n\n\t\tattached = isAttached( elem );\n\n\t\t// Append to fragment\n\t\ttmp = getAll( fragment.appendChild( elem ), \"script\" );\n\n\t\t// Preserve script evaluation history\n\t\tif ( attached ) {\n\t\t\tsetGlobalEval( tmp );\n\t\t}\n\n\t\t// Capture executables\n\t\tif ( scripts ) {\n\t\t\tj = 0;\n\t\t\twhile ( ( elem = tmp[ j++ ] ) ) {\n\t\t\t\tif ( rscriptType.test( elem.type || \"\" ) ) {\n\t\t\t\t\tscripts.push( elem );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn fragment;\n}\n\n\n( function() {\n\tvar fragment = document.createDocumentFragment(),\n\t\tdiv = fragment.appendChild( document.createElement( \"div\" ) ),\n\t\tinput = document.createElement( \"input\" );\n\n\t// Support: Android 4.0 - 4.3 only\n\t// Check state lost if the name is set (#11217)\n\t// Support: Windows Web Apps (WWA)\n\t// `name` and `type` must use .setAttribute for WWA (#14901)\n\tinput.setAttribute( \"type\", \"radio\" );\n\tinput.setAttribute( \"checked\", \"checked\" );\n\tinput.setAttribute( \"name\", \"t\" );\n\n\tdiv.appendChild( input );\n\n\t// Support: Android <=4.1 only\n\t// Older WebKit doesn't clone checked state correctly in fragments\n\tsupport.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;\n\n\t// Support: IE <=11 only\n\t// Make sure textarea (and checkbox) defaultValue is properly cloned\n\tdiv.innerHTML = \"\";\n\tsupport.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;\n} )();\n\n\nvar\n\trkeyEvent = /^key/,\n\trmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/,\n\trtypenamespace = /^([^.]*)(?:\\.(.+)|)/;\n\nfunction returnTrue() {\n\treturn true;\n}\n\nfunction returnFalse() {\n\treturn false;\n}\n\n// Support: IE <=9 - 11+\n// focus() and blur() are asynchronous, except when they are no-op.\n// So expect focus to be synchronous when the element is already active,\n// and blur to be synchronous when the element is not already active.\n// (focus and blur are always synchronous in other supported browsers,\n// this just defines when we can count on it).\nfunction expectSync( elem, type ) {\n\treturn ( elem === safeActiveElement() ) === ( type === \"focus\" );\n}\n\n// Support: IE <=9 only\n// Accessing document.activeElement can throw unexpectedly\n// https://bugs.jquery.com/ticket/13393\nfunction safeActiveElement() {\n\ttry {\n\t\treturn document.activeElement;\n\t} catch ( err ) { }\n}\n\nfunction on( elem, types, selector, data, fn, one ) {\n\tvar origFn, type;\n\n\t// Types can be a map of types/handlers\n\tif ( typeof types === \"object\" ) {\n\n\t\t// ( types-Object, selector, data )\n\t\tif ( typeof selector !== \"string\" ) {\n\n\t\t\t// ( types-Object, data )\n\t\t\tdata = data || selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tfor ( type in types ) {\n\t\t\ton( elem, type, selector, data, types[ type ], one );\n\t\t}\n\t\treturn elem;\n\t}\n\n\tif ( data == null && fn == null ) {\n\n\t\t// ( types, fn )\n\t\tfn = selector;\n\t\tdata = selector = undefined;\n\t} else if ( fn == null ) {\n\t\tif ( typeof selector === \"string\" ) {\n\n\t\t\t// ( types, selector, fn )\n\t\t\tfn = data;\n\t\t\tdata = undefined;\n\t\t} else {\n\n\t\t\t// ( types, data, fn )\n\t\t\tfn = data;\n\t\t\tdata = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t}\n\tif ( fn === false ) {\n\t\tfn = returnFalse;\n\t} else if ( !fn ) {\n\t\treturn elem;\n\t}\n\n\tif ( one === 1 ) {\n\t\torigFn = fn;\n\t\tfn = function( event ) {\n\n\t\t\t// Can use an empty set, since event contains the info\n\t\t\tjQuery().off( event );\n\t\t\treturn origFn.apply( this, arguments );\n\t\t};\n\n\t\t// Use same guid so caller can remove using origFn\n\t\tfn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );\n\t}\n\treturn elem.each( function() {\n\t\tjQuery.event.add( this, types, fn, data, selector );\n\t} );\n}\n\n/*\n * Helper functions for managing events -- not part of the public interface.\n * Props to Dean Edwards' addEvent library for many of the ideas.\n */\njQuery.event = {\n\n\tglobal: {},\n\n\tadd: function( elem, types, handler, data, selector ) {\n\n\t\tvar handleObjIn, eventHandle, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.get( elem );\n\n\t\t// Don't attach events to noData or text/comment nodes (but allow plain objects)\n\t\tif ( !elemData ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Caller can pass in an object of custom data in lieu of the handler\n\t\tif ( handler.handler ) {\n\t\t\thandleObjIn = handler;\n\t\t\thandler = handleObjIn.handler;\n\t\t\tselector = handleObjIn.selector;\n\t\t}\n\n\t\t// Ensure that invalid selectors throw exceptions at attach time\n\t\t// Evaluate against documentElement in case elem is a non-element node (e.g., document)\n\t\tif ( selector ) {\n\t\t\tjQuery.find.matchesSelector( documentElement, selector );\n\t\t}\n\n\t\t// Make sure that the handler has a unique ID, used to find/remove it later\n\t\tif ( !handler.guid ) {\n\t\t\thandler.guid = jQuery.guid++;\n\t\t}\n\n\t\t// Init the element's event structure and main handler, if this is the first\n\t\tif ( !( events = elemData.events ) ) {\n\t\t\tevents = elemData.events = {};\n\t\t}\n\t\tif ( !( eventHandle = elemData.handle ) ) {\n\t\t\teventHandle = elemData.handle = function( e ) {\n\n\t\t\t\t// Discard the second event of a jQuery.event.trigger() and\n\t\t\t\t// when an event is called after a page has unloaded\n\t\t\t\treturn typeof jQuery !== \"undefined\" && jQuery.event.triggered !== e.type ?\n\t\t\t\t\tjQuery.event.dispatch.apply( elem, arguments ) : undefined;\n\t\t\t};\n\t\t}\n\n\t\t// Handle multiple events separated by a space\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ] ) || [];\n\t\t\ttype = origType = tmp[ 1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// There *must* be a type, no attaching namespace-only handlers\n\t\t\tif ( !type ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// If event changes its type, use the special event handlers for the changed type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// If selector defined, determine special event api type, otherwise given type\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\n\t\t\t// Update special based on newly reset type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// handleObj is passed to all event handlers\n\t\t\thandleObj = jQuery.extend( {\n\t\t\t\ttype: type,\n\t\t\t\torigType: origType,\n\t\t\t\tdata: data,\n\t\t\t\thandler: handler,\n\t\t\t\tguid: handler.guid,\n\t\t\t\tselector: selector,\n\t\t\t\tneedsContext: selector && jQuery.expr.match.needsContext.test( selector ),\n\t\t\t\tnamespace: namespaces.join( \".\" )\n\t\t\t}, handleObjIn );\n\n\t\t\t// Init the event handler queue if we're the first\n\t\t\tif ( !( handlers = events[ type ] ) ) {\n\t\t\t\thandlers = events[ type ] = [];\n\t\t\t\thandlers.delegateCount = 0;\n\n\t\t\t\t// Only use addEventListener if the special events handler returns false\n\t\t\t\tif ( !special.setup ||\n\t\t\t\t\tspecial.setup.call( elem, data, namespaces, eventHandle ) === false ) {\n\n\t\t\t\t\tif ( elem.addEventListener ) {\n\t\t\t\t\t\telem.addEventListener( type, eventHandle );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( special.add ) {\n\t\t\t\tspecial.add.call( elem, handleObj );\n\n\t\t\t\tif ( !handleObj.handler.guid ) {\n\t\t\t\t\thandleObj.handler.guid = handler.guid;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Add to the element's handler list, delegates in front\n\t\t\tif ( selector ) {\n\t\t\t\thandlers.splice( handlers.delegateCount++, 0, handleObj );\n\t\t\t} else {\n\t\t\t\thandlers.push( handleObj );\n\t\t\t}\n\n\t\t\t// Keep track of which events have ever been used, for event optimization\n\t\t\tjQuery.event.global[ type ] = true;\n\t\t}\n\n\t},\n\n\t// Detach an event or set of events from an element\n\tremove: function( elem, types, handler, selector, mappedTypes ) {\n\n\t\tvar j, origCount, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.hasData( elem ) && dataPriv.get( elem );\n\n\t\tif ( !elemData || !( events = elemData.events ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Once for each type.namespace in types; type may be omitted\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ] ) || [];\n\t\t\ttype = origType = tmp[ 1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// Unbind all events (on this namespace, if provided) for the element\n\t\t\tif ( !type ) {\n\t\t\t\tfor ( type in events ) {\n\t\t\t\t\tjQuery.event.remove( elem, type + types[ t ], handler, selector, true );\n\t\t\t\t}\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\t\t\thandlers = events[ type ] || [];\n\t\t\ttmp = tmp[ 2 ] &&\n\t\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" );\n\n\t\t\t// Remove matching events\n\t\t\torigCount = j = handlers.length;\n\t\t\twhile ( j-- ) {\n\t\t\t\thandleObj = handlers[ j ];\n\n\t\t\t\tif ( ( mappedTypes || origType === handleObj.origType ) &&\n\t\t\t\t\t( !handler || handler.guid === handleObj.guid ) &&\n\t\t\t\t\t( !tmp || tmp.test( handleObj.namespace ) ) &&\n\t\t\t\t\t( !selector || selector === handleObj.selector ||\n\t\t\t\t\t\tselector === \"**\" && handleObj.selector ) ) {\n\t\t\t\t\thandlers.splice( j, 1 );\n\n\t\t\t\t\tif ( handleObj.selector ) {\n\t\t\t\t\t\thandlers.delegateCount--;\n\t\t\t\t\t}\n\t\t\t\t\tif ( special.remove ) {\n\t\t\t\t\t\tspecial.remove.call( elem, handleObj );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Remove generic event handler if we removed something and no more handlers exist\n\t\t\t// (avoids potential for endless recursion during removal of special event handlers)\n\t\t\tif ( origCount && !handlers.length ) {\n\t\t\t\tif ( !special.teardown ||\n\t\t\t\t\tspecial.teardown.call( elem, namespaces, elemData.handle ) === false ) {\n\n\t\t\t\t\tjQuery.removeEvent( elem, type, elemData.handle );\n\t\t\t\t}\n\n\t\t\t\tdelete events[ type ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove data and the expando if it's no longer used\n\t\tif ( jQuery.isEmptyObject( events ) ) {\n\t\t\tdataPriv.remove( elem, \"handle events\" );\n\t\t}\n\t},\n\n\tdispatch: function( nativeEvent ) {\n\n\t\t// Make a writable jQuery.Event from the native event object\n\t\tvar event = jQuery.event.fix( nativeEvent );\n\n\t\tvar i, j, ret, matched, handleObj, handlerQueue,\n\t\t\targs = new Array( arguments.length ),\n\t\t\thandlers = ( dataPriv.get( this, \"events\" ) || {} )[ event.type ] || [],\n\t\t\tspecial = jQuery.event.special[ event.type ] || {};\n\n\t\t// Use the fix-ed jQuery.Event rather than the (read-only) native event\n\t\targs[ 0 ] = event;\n\n\t\tfor ( i = 1; i < arguments.length; i++ ) {\n\t\t\targs[ i ] = arguments[ i ];\n\t\t}\n\n\t\tevent.delegateTarget = this;\n\n\t\t// Call the preDispatch hook for the mapped type, and let it bail if desired\n\t\tif ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine handlers\n\t\thandlerQueue = jQuery.event.handlers.call( this, event, handlers );\n\n\t\t// Run delegates first; they may want to stop propagation beneath us\n\t\ti = 0;\n\t\twhile ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tevent.currentTarget = matched.elem;\n\n\t\t\tj = 0;\n\t\t\twhile ( ( handleObj = matched.handlers[ j++ ] ) &&\n\t\t\t\t!event.isImmediatePropagationStopped() ) {\n\n\t\t\t\t// If the event is namespaced, then each handler is only invoked if it is\n\t\t\t\t// specially universal or its namespaces are a superset of the event's.\n\t\t\t\tif ( !event.rnamespace || handleObj.namespace === false ||\n\t\t\t\t\tevent.rnamespace.test( handleObj.namespace ) ) {\n\n\t\t\t\t\tevent.handleObj = handleObj;\n\t\t\t\t\tevent.data = handleObj.data;\n\n\t\t\t\t\tret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle ||\n\t\t\t\t\t\thandleObj.handler ).apply( matched.elem, args );\n\n\t\t\t\t\tif ( ret !== undefined ) {\n\t\t\t\t\t\tif ( ( event.result = ret ) === false ) {\n\t\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Call the postDispatch hook for the mapped type\n\t\tif ( special.postDispatch ) {\n\t\t\tspecial.postDispatch.call( this, event );\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\thandlers: function( event, handlers ) {\n\t\tvar i, handleObj, sel, matchedHandlers, matchedSelectors,\n\t\t\thandlerQueue = [],\n\t\t\tdelegateCount = handlers.delegateCount,\n\t\t\tcur = event.target;\n\n\t\t// Find delegate handlers\n\t\tif ( delegateCount &&\n\n\t\t\t// Support: IE <=9\n\t\t\t// Black-hole SVG instance trees (trac-13180)\n\t\t\tcur.nodeType &&\n\n\t\t\t// Support: Firefox <=42\n\t\t\t// Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861)\n\t\t\t// https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click\n\t\t\t// Support: IE 11 only\n\t\t\t// ...but not arrow key \"clicks\" of radio inputs, which can have `button` -1 (gh-2343)\n\t\t\t!( event.type === \"click\" && event.button >= 1 ) ) {\n\n\t\t\tfor ( ; cur !== this; cur = cur.parentNode || this ) {\n\n\t\t\t\t// Don't check non-elements (#13208)\n\t\t\t\t// Don't process clicks on disabled elements (#6911, #8165, #11382, #11764)\n\t\t\t\tif ( cur.nodeType === 1 && !( event.type === \"click\" && cur.disabled === true ) ) {\n\t\t\t\t\tmatchedHandlers = [];\n\t\t\t\t\tmatchedSelectors = {};\n\t\t\t\t\tfor ( i = 0; i < delegateCount; i++ ) {\n\t\t\t\t\t\thandleObj = handlers[ i ];\n\n\t\t\t\t\t\t// Don't conflict with Object.prototype properties (#13203)\n\t\t\t\t\t\tsel = handleObj.selector + \" \";\n\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] === undefined ) {\n\t\t\t\t\t\t\tmatchedSelectors[ sel ] = handleObj.needsContext ?\n\t\t\t\t\t\t\t\tjQuery( sel, this ).index( cur ) > -1 :\n\t\t\t\t\t\t\t\tjQuery.find( sel, this, null, [ cur ] ).length;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] ) {\n\t\t\t\t\t\t\tmatchedHandlers.push( handleObj );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( matchedHandlers.length ) {\n\t\t\t\t\t\thandlerQueue.push( { elem: cur, handlers: matchedHandlers } );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Add the remaining (directly-bound) handlers\n\t\tcur = this;\n\t\tif ( delegateCount < handlers.length ) {\n\t\t\thandlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } );\n\t\t}\n\n\t\treturn handlerQueue;\n\t},\n\n\taddProp: function( name, hook ) {\n\t\tObject.defineProperty( jQuery.Event.prototype, name, {\n\t\t\tenumerable: true,\n\t\t\tconfigurable: true,\n\n\t\t\tget: isFunction( hook ) ?\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\n\t\t\t\t\t\t\treturn hook( this.originalEvent );\n\t\t\t\t\t}\n\t\t\t\t} :\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\n\t\t\t\t\t\t\treturn this.originalEvent[ name ];\n\t\t\t\t\t}\n\t\t\t\t},\n\n\t\t\tset: function( value ) {\n\t\t\t\tObject.defineProperty( this, name, {\n\t\t\t\t\tenumerable: true,\n\t\t\t\t\tconfigurable: true,\n\t\t\t\t\twritable: true,\n\t\t\t\t\tvalue: value\n\t\t\t\t} );\n\t\t\t}\n\t\t} );\n\t},\n\n\tfix: function( originalEvent ) {\n\t\treturn originalEvent[ jQuery.expando ] ?\n\t\t\toriginalEvent :\n\t\t\tnew jQuery.Event( originalEvent );\n\t},\n\n\tspecial: {\n\t\tload: {\n\n\t\t\t// Prevent triggered image.load events from bubbling to window.load\n\t\t\tnoBubble: true\n\t\t},\n\t\tclick: {\n\n\t\t\t// Utilize native event to ensure correct state for checkable inputs\n\t\t\tsetup: function( data ) {\n\n\t\t\t\t// For mutual compressibility with _default, replace `this` access with a local var.\n\t\t\t\t// `|| data` is dead code meant only to preserve the variable through minification.\n\t\t\t\tvar el = this || data;\n\n\t\t\t\t// Claim the first handler\n\t\t\t\tif ( rcheckableType.test( el.type ) &&\n\t\t\t\t\tel.click && nodeName( el, \"input\" ) ) {\n\n\t\t\t\t\t// dataPriv.set( el, \"click\", ... )\n\t\t\t\t\tleverageNative( el, \"click\", returnTrue );\n\t\t\t\t}\n\n\t\t\t\t// Return false to allow normal processing in the caller\n\t\t\t\treturn false;\n\t\t\t},\n\t\t\ttrigger: function( data ) {\n\n\t\t\t\t// For mutual compressibility with _default, replace `this` access with a local var.\n\t\t\t\t// `|| data` is dead code meant only to preserve the variable through minification.\n\t\t\t\tvar el = this || data;\n\n\t\t\t\t// Force setup before triggering a click\n\t\t\t\tif ( rcheckableType.test( el.type ) &&\n\t\t\t\t\tel.click && nodeName( el, \"input\" ) ) {\n\n\t\t\t\t\tleverageNative( el, \"click\" );\n\t\t\t\t}\n\n\t\t\t\t// Return non-false to allow normal event-path propagation\n\t\t\t\treturn true;\n\t\t\t},\n\n\t\t\t// For cross-browser consistency, suppress native .click() on links\n\t\t\t// Also prevent it if we're currently inside a leveraged native-event stack\n\t\t\t_default: function( event ) {\n\t\t\t\tvar target = event.target;\n\t\t\t\treturn rcheckableType.test( target.type ) &&\n\t\t\t\t\ttarget.click && nodeName( target, \"input\" ) &&\n\t\t\t\t\tdataPriv.get( target, \"click\" ) ||\n\t\t\t\t\tnodeName( target, \"a\" );\n\t\t\t}\n\t\t},\n\n\t\tbeforeunload: {\n\t\t\tpostDispatch: function( event ) {\n\n\t\t\t\t// Support: Firefox 20+\n\t\t\t\t// Firefox doesn't alert if the returnValue field is not set.\n\t\t\t\tif ( event.result !== undefined && event.originalEvent ) {\n\t\t\t\t\tevent.originalEvent.returnValue = event.result;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n};\n\n// Ensure the presence of an event listener that handles manually-triggered\n// synthetic events by interrupting progress until reinvoked in response to\n// *native* events that it fires directly, ensuring that state changes have\n// already occurred before other listeners are invoked.\nfunction leverageNative( el, type, expectSync ) {\n\n\t// Missing expectSync indicates a trigger call, which must force setup through jQuery.event.add\n\tif ( !expectSync ) {\n\t\tif ( dataPriv.get( el, type ) === undefined ) {\n\t\t\tjQuery.event.add( el, type, returnTrue );\n\t\t}\n\t\treturn;\n\t}\n\n\t// Register the controller as a special universal handler for all event namespaces\n\tdataPriv.set( el, type, false );\n\tjQuery.event.add( el, type, {\n\t\tnamespace: false,\n\t\thandler: function( event ) {\n\t\t\tvar notAsync, result,\n\t\t\t\tsaved = dataPriv.get( this, type );\n\n\t\t\tif ( ( event.isTrigger & 1 ) && this[ type ] ) {\n\n\t\t\t\t// Interrupt processing of the outer synthetic .trigger()ed event\n\t\t\t\t// Saved data should be false in such cases, but might be a leftover capture object\n\t\t\t\t// from an async native handler (gh-4350)\n\t\t\t\tif ( !saved.length ) {\n\n\t\t\t\t\t// Store arguments for use when handling the inner native event\n\t\t\t\t\t// There will always be at least one argument (an event object), so this array\n\t\t\t\t\t// will not be confused with a leftover capture object.\n\t\t\t\t\tsaved = slice.call( arguments );\n\t\t\t\t\tdataPriv.set( this, type, saved );\n\n\t\t\t\t\t// Trigger the native event and capture its result\n\t\t\t\t\t// Support: IE <=9 - 11+\n\t\t\t\t\t// focus() and blur() are asynchronous\n\t\t\t\t\tnotAsync = expectSync( this, type );\n\t\t\t\t\tthis[ type ]();\n\t\t\t\t\tresult = dataPriv.get( this, type );\n\t\t\t\t\tif ( saved !== result || notAsync ) {\n\t\t\t\t\t\tdataPriv.set( this, type, false );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tresult = {};\n\t\t\t\t\t}\n\t\t\t\t\tif ( saved !== result ) {\n\n\t\t\t\t\t\t// Cancel the outer synthetic event\n\t\t\t\t\t\tevent.stopImmediatePropagation();\n\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\treturn result.value;\n\t\t\t\t\t}\n\n\t\t\t\t// If this is an inner synthetic event for an event with a bubbling surrogate\n\t\t\t\t// (focus or blur), assume that the surrogate already propagated from triggering the\n\t\t\t\t// native event and prevent that from happening again here.\n\t\t\t\t// This technically gets the ordering wrong w.r.t. to `.trigger()` (in which the\n\t\t\t\t// bubbling surrogate propagates *after* the non-bubbling base), but that seems\n\t\t\t\t// less bad than duplication.\n\t\t\t\t} else if ( ( jQuery.event.special[ type ] || {} ).delegateType ) {\n\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t}\n\n\t\t\t// If this is a native event triggered above, everything is now in order\n\t\t\t// Fire an inner synthetic event with the original arguments\n\t\t\t} else if ( saved.length ) {\n\n\t\t\t\t// ...and capture the result\n\t\t\t\tdataPriv.set( this, type, {\n\t\t\t\t\tvalue: jQuery.event.trigger(\n\n\t\t\t\t\t\t// Support: IE <=9 - 11+\n\t\t\t\t\t\t// Extend with the prototype to reset the above stopImmediatePropagation()\n\t\t\t\t\t\tjQuery.extend( saved[ 0 ], jQuery.Event.prototype ),\n\t\t\t\t\t\tsaved.slice( 1 ),\n\t\t\t\t\t\tthis\n\t\t\t\t\t)\n\t\t\t\t} );\n\n\t\t\t\t// Abort handling of the native event\n\t\t\t\tevent.stopImmediatePropagation();\n\t\t\t}\n\t\t}\n\t} );\n}\n\njQuery.removeEvent = function( elem, type, handle ) {\n\n\t// This \"if\" is needed for plain objects\n\tif ( elem.removeEventListener ) {\n\t\telem.removeEventListener( type, handle );\n\t}\n};\n\njQuery.Event = function( src, props ) {\n\n\t// Allow instantiation without the 'new' keyword\n\tif ( !( this instanceof jQuery.Event ) ) {\n\t\treturn new jQuery.Event( src, props );\n\t}\n\n\t// Event object\n\tif ( src && src.type ) {\n\t\tthis.originalEvent = src;\n\t\tthis.type = src.type;\n\n\t\t// Events bubbling up the document may have been marked as prevented\n\t\t// by a handler lower down the tree; reflect the correct value.\n\t\tthis.isDefaultPrevented = src.defaultPrevented ||\n\t\t\t\tsrc.defaultPrevented === undefined &&\n\n\t\t\t\t// Support: Android <=2.3 only\n\t\t\t\tsrc.returnValue === false ?\n\t\t\treturnTrue :\n\t\t\treturnFalse;\n\n\t\t// Create target properties\n\t\t// Support: Safari <=6 - 7 only\n\t\t// Target should not be a text node (#504, #13143)\n\t\tthis.target = ( src.target && src.target.nodeType === 3 ) ?\n\t\t\tsrc.target.parentNode :\n\t\t\tsrc.target;\n\n\t\tthis.currentTarget = src.currentTarget;\n\t\tthis.relatedTarget = src.relatedTarget;\n\n\t// Event type\n\t} else {\n\t\tthis.type = src;\n\t}\n\n\t// Put explicitly provided properties onto the event object\n\tif ( props ) {\n\t\tjQuery.extend( this, props );\n\t}\n\n\t// Create a timestamp if incoming event doesn't have one\n\tthis.timeStamp = src && src.timeStamp || Date.now();\n\n\t// Mark it as fixed\n\tthis[ jQuery.expando ] = true;\n};\n\n// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding\n// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html\njQuery.Event.prototype = {\n\tconstructor: jQuery.Event,\n\tisDefaultPrevented: returnFalse,\n\tisPropagationStopped: returnFalse,\n\tisImmediatePropagationStopped: returnFalse,\n\tisSimulated: false,\n\n\tpreventDefault: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isDefaultPrevented = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.preventDefault();\n\t\t}\n\t},\n\tstopPropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isPropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopPropagation();\n\t\t}\n\t},\n\tstopImmediatePropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isImmediatePropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopImmediatePropagation();\n\t\t}\n\n\t\tthis.stopPropagation();\n\t}\n};\n\n// Includes all common event props including KeyEvent and MouseEvent specific props\njQuery.each( {\n\taltKey: true,\n\tbubbles: true,\n\tcancelable: true,\n\tchangedTouches: true,\n\tctrlKey: true,\n\tdetail: true,\n\teventPhase: true,\n\tmetaKey: true,\n\tpageX: true,\n\tpageY: true,\n\tshiftKey: true,\n\tview: true,\n\t\"char\": true,\n\tcode: true,\n\tcharCode: true,\n\tkey: true,\n\tkeyCode: true,\n\tbutton: true,\n\tbuttons: true,\n\tclientX: true,\n\tclientY: true,\n\toffsetX: true,\n\toffsetY: true,\n\tpointerId: true,\n\tpointerType: true,\n\tscreenX: true,\n\tscreenY: true,\n\ttargetTouches: true,\n\ttoElement: true,\n\ttouches: true,\n\n\twhich: function( event ) {\n\t\tvar button = event.button;\n\n\t\t// Add which for key events\n\t\tif ( event.which == null && rkeyEvent.test( event.type ) ) {\n\t\t\treturn event.charCode != null ? event.charCode : event.keyCode;\n\t\t}\n\n\t\t// Add which for click: 1 === left; 2 === middle; 3 === right\n\t\tif ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) {\n\t\t\tif ( button & 1 ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\tif ( button & 2 ) {\n\t\t\t\treturn 3;\n\t\t\t}\n\n\t\t\tif ( button & 4 ) {\n\t\t\t\treturn 2;\n\t\t\t}\n\n\t\t\treturn 0;\n\t\t}\n\n\t\treturn event.which;\n\t}\n}, jQuery.event.addProp );\n\njQuery.each( { focus: \"focusin\", blur: \"focusout\" }, function( type, delegateType ) {\n\tjQuery.event.special[ type ] = {\n\n\t\t// Utilize native event if possible so blur/focus sequence is correct\n\t\tsetup: function() {\n\n\t\t\t// Claim the first handler\n\t\t\t// dataPriv.set( this, \"focus\", ... )\n\t\t\t// dataPriv.set( this, \"blur\", ... )\n\t\t\tleverageNative( this, type, expectSync );\n\n\t\t\t// Return false to allow normal processing in the caller\n\t\t\treturn false;\n\t\t},\n\t\ttrigger: function() {\n\n\t\t\t// Force setup before trigger\n\t\t\tleverageNative( this, type );\n\n\t\t\t// Return non-false to allow normal event-path propagation\n\t\t\treturn true;\n\t\t},\n\n\t\tdelegateType: delegateType\n\t};\n} );\n\n// Create mouseenter/leave events using mouseover/out and event-time checks\n// so that event delegation works in jQuery.\n// Do the same for pointerenter/pointerleave and pointerover/pointerout\n//\n// Support: Safari 7 only\n// Safari sends mouseenter too often; see:\n// https://bugs.chromium.org/p/chromium/issues/detail?id=470258\n// for the description of the bug (it existed in older Chrome versions as well).\njQuery.each( {\n\tmouseenter: \"mouseover\",\n\tmouseleave: \"mouseout\",\n\tpointerenter: \"pointerover\",\n\tpointerleave: \"pointerout\"\n}, function( orig, fix ) {\n\tjQuery.event.special[ orig ] = {\n\t\tdelegateType: fix,\n\t\tbindType: fix,\n\n\t\thandle: function( event ) {\n\t\t\tvar ret,\n\t\t\t\ttarget = this,\n\t\t\t\trelated = event.relatedTarget,\n\t\t\t\thandleObj = event.handleObj;\n\n\t\t\t// For mouseenter/leave call the handler if related is outside the target.\n\t\t\t// NB: No relatedTarget if the mouse left/entered the browser window\n\t\t\tif ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) {\n\t\t\t\tevent.type = handleObj.origType;\n\t\t\t\tret = handleObj.handler.apply( this, arguments );\n\t\t\t\tevent.type = fix;\n\t\t\t}\n\t\t\treturn ret;\n\t\t}\n\t};\n} );\n\njQuery.fn.extend( {\n\n\ton: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn );\n\t},\n\tone: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn, 1 );\n\t},\n\toff: function( types, selector, fn ) {\n\t\tvar handleObj, type;\n\t\tif ( types && types.preventDefault && types.handleObj ) {\n\n\t\t\t// ( event ) dispatched jQuery.Event\n\t\t\thandleObj = types.handleObj;\n\t\t\tjQuery( types.delegateTarget ).off(\n\t\t\t\thandleObj.namespace ?\n\t\t\t\t\thandleObj.origType + \".\" + handleObj.namespace :\n\t\t\t\t\thandleObj.origType,\n\t\t\t\thandleObj.selector,\n\t\t\t\thandleObj.handler\n\t\t\t);\n\t\t\treturn this;\n\t\t}\n\t\tif ( typeof types === \"object\" ) {\n\n\t\t\t// ( types-object [, selector] )\n\t\t\tfor ( type in types ) {\n\t\t\t\tthis.off( type, selector, types[ type ] );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\t\tif ( selector === false || typeof selector === \"function\" ) {\n\n\t\t\t// ( types [, fn] )\n\t\t\tfn = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tif ( fn === false ) {\n\t\t\tfn = returnFalse;\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.remove( this, types, fn, selector );\n\t\t} );\n\t}\n} );\n\n\nvar\n\n\t/* eslint-disable max-len */\n\n\t// See https://github.com/eslint/eslint/issues/3229\n\trxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\\/\\0>\\x20\\t\\r\\n\\f]*)[^>]*)\\/>/gi,\n\n\t/* eslint-enable */\n\n\t// Support: IE <=10 - 11, Edge 12 - 13 only\n\t// In IE/Edge using regex groups here causes severe slowdowns.\n\t// See https://connect.microsoft.com/IE/feedback/details/1736512/\n\trnoInnerhtml = /\\s*$/g;\n\n// Prefer a tbody over its parent table for containing new rows\nfunction manipulationTarget( elem, content ) {\n\tif ( nodeName( elem, \"table\" ) &&\n\t\tnodeName( content.nodeType !== 11 ? content : content.firstChild, \"tr\" ) ) {\n\n\t\treturn jQuery( elem ).children( \"tbody\" )[ 0 ] || elem;\n\t}\n\n\treturn elem;\n}\n\n// Replace/restore the type attribute of script elements for safe DOM manipulation\nfunction disableScript( elem ) {\n\telem.type = ( elem.getAttribute( \"type\" ) !== null ) + \"/\" + elem.type;\n\treturn elem;\n}\nfunction restoreScript( elem ) {\n\tif ( ( elem.type || \"\" ).slice( 0, 5 ) === \"true/\" ) {\n\t\telem.type = elem.type.slice( 5 );\n\t} else {\n\t\telem.removeAttribute( \"type\" );\n\t}\n\n\treturn elem;\n}\n\nfunction cloneCopyEvent( src, dest ) {\n\tvar i, l, type, pdataOld, pdataCur, udataOld, udataCur, events;\n\n\tif ( dest.nodeType !== 1 ) {\n\t\treturn;\n\t}\n\n\t// 1. Copy private data: events, handlers, etc.\n\tif ( dataPriv.hasData( src ) ) {\n\t\tpdataOld = dataPriv.access( src );\n\t\tpdataCur = dataPriv.set( dest, pdataOld );\n\t\tevents = pdataOld.events;\n\n\t\tif ( events ) {\n\t\t\tdelete pdataCur.handle;\n\t\t\tpdataCur.events = {};\n\n\t\t\tfor ( type in events ) {\n\t\t\t\tfor ( i = 0, l = events[ type ].length; i < l; i++ ) {\n\t\t\t\t\tjQuery.event.add( dest, type, events[ type ][ i ] );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// 2. Copy user data\n\tif ( dataUser.hasData( src ) ) {\n\t\tudataOld = dataUser.access( src );\n\t\tudataCur = jQuery.extend( {}, udataOld );\n\n\t\tdataUser.set( dest, udataCur );\n\t}\n}\n\n// Fix IE bugs, see support tests\nfunction fixInput( src, dest ) {\n\tvar nodeName = dest.nodeName.toLowerCase();\n\n\t// Fails to persist the checked state of a cloned checkbox or radio button.\n\tif ( nodeName === \"input\" && rcheckableType.test( src.type ) ) {\n\t\tdest.checked = src.checked;\n\n\t// Fails to return the selected option to the default selected state when cloning options\n\t} else if ( nodeName === \"input\" || nodeName === \"textarea\" ) {\n\t\tdest.defaultValue = src.defaultValue;\n\t}\n}\n\nfunction domManip( collection, args, callback, ignored ) {\n\n\t// Flatten any nested arrays\n\targs = concat.apply( [], args );\n\n\tvar fragment, first, scripts, hasScripts, node, doc,\n\t\ti = 0,\n\t\tl = collection.length,\n\t\tiNoClone = l - 1,\n\t\tvalue = args[ 0 ],\n\t\tvalueIsFunction = isFunction( value );\n\n\t// We can't cloneNode fragments that contain checked, in WebKit\n\tif ( valueIsFunction ||\n\t\t\t( l > 1 && typeof value === \"string\" &&\n\t\t\t\t!support.checkClone && rchecked.test( value ) ) ) {\n\t\treturn collection.each( function( index ) {\n\t\t\tvar self = collection.eq( index );\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\targs[ 0 ] = value.call( this, index, self.html() );\n\t\t\t}\n\t\t\tdomManip( self, args, callback, ignored );\n\t\t} );\n\t}\n\n\tif ( l ) {\n\t\tfragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored );\n\t\tfirst = fragment.firstChild;\n\n\t\tif ( fragment.childNodes.length === 1 ) {\n\t\t\tfragment = first;\n\t\t}\n\n\t\t// Require either new content or an interest in ignored elements to invoke the callback\n\t\tif ( first || ignored ) {\n\t\t\tscripts = jQuery.map( getAll( fragment, \"script\" ), disableScript );\n\t\t\thasScripts = scripts.length;\n\n\t\t\t// Use the original fragment for the last item\n\t\t\t// instead of the first because it can end up\n\t\t\t// being emptied incorrectly in certain situations (#8070).\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tnode = fragment;\n\n\t\t\t\tif ( i !== iNoClone ) {\n\t\t\t\t\tnode = jQuery.clone( node, true, true );\n\n\t\t\t\t\t// Keep references to cloned scripts for later restoration\n\t\t\t\t\tif ( hasScripts ) {\n\n\t\t\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\t\t\tjQuery.merge( scripts, getAll( node, \"script\" ) );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tcallback.call( collection[ i ], node, i );\n\t\t\t}\n\n\t\t\tif ( hasScripts ) {\n\t\t\t\tdoc = scripts[ scripts.length - 1 ].ownerDocument;\n\n\t\t\t\t// Reenable scripts\n\t\t\t\tjQuery.map( scripts, restoreScript );\n\n\t\t\t\t// Evaluate executable scripts on first document insertion\n\t\t\t\tfor ( i = 0; i < hasScripts; i++ ) {\n\t\t\t\t\tnode = scripts[ i ];\n\t\t\t\t\tif ( rscriptType.test( node.type || \"\" ) &&\n\t\t\t\t\t\t!dataPriv.access( node, \"globalEval\" ) &&\n\t\t\t\t\t\tjQuery.contains( doc, node ) ) {\n\n\t\t\t\t\t\tif ( node.src && ( node.type || \"\" ).toLowerCase() !== \"module\" ) {\n\n\t\t\t\t\t\t\t// Optional AJAX dependency, but won't run scripts if not present\n\t\t\t\t\t\t\tif ( jQuery._evalUrl && !node.noModule ) {\n\t\t\t\t\t\t\t\tjQuery._evalUrl( node.src, {\n\t\t\t\t\t\t\t\t\tnonce: node.nonce || node.getAttribute( \"nonce\" )\n\t\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tDOMEval( node.textContent.replace( rcleanScript, \"\" ), node, doc );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn collection;\n}\n\nfunction remove( elem, selector, keepData ) {\n\tvar node,\n\t\tnodes = selector ? jQuery.filter( selector, elem ) : elem,\n\t\ti = 0;\n\n\tfor ( ; ( node = nodes[ i ] ) != null; i++ ) {\n\t\tif ( !keepData && node.nodeType === 1 ) {\n\t\t\tjQuery.cleanData( getAll( node ) );\n\t\t}\n\n\t\tif ( node.parentNode ) {\n\t\t\tif ( keepData && isAttached( node ) ) {\n\t\t\t\tsetGlobalEval( getAll( node, \"script\" ) );\n\t\t\t}\n\t\t\tnode.parentNode.removeChild( node );\n\t\t}\n\t}\n\n\treturn elem;\n}\n\njQuery.extend( {\n\thtmlPrefilter: function( html ) {\n\t\treturn html.replace( rxhtmlTag, \"<$1>\" );\n\t},\n\n\tclone: function( elem, dataAndEvents, deepDataAndEvents ) {\n\t\tvar i, l, srcElements, destElements,\n\t\t\tclone = elem.cloneNode( true ),\n\t\t\tinPage = isAttached( elem );\n\n\t\t// Fix IE cloning issues\n\t\tif ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) &&\n\t\t\t\t!jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2\n\t\t\tdestElements = getAll( clone );\n\t\t\tsrcElements = getAll( elem );\n\n\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\tfixInput( srcElements[ i ], destElements[ i ] );\n\t\t\t}\n\t\t}\n\n\t\t// Copy the events from the original to the clone\n\t\tif ( dataAndEvents ) {\n\t\t\tif ( deepDataAndEvents ) {\n\t\t\t\tsrcElements = srcElements || getAll( elem );\n\t\t\t\tdestElements = destElements || getAll( clone );\n\n\t\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\t\tcloneCopyEvent( srcElements[ i ], destElements[ i ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcloneCopyEvent( elem, clone );\n\t\t\t}\n\t\t}\n\n\t\t// Preserve script evaluation history\n\t\tdestElements = getAll( clone, \"script\" );\n\t\tif ( destElements.length > 0 ) {\n\t\t\tsetGlobalEval( destElements, !inPage && getAll( elem, \"script\" ) );\n\t\t}\n\n\t\t// Return the cloned set\n\t\treturn clone;\n\t},\n\n\tcleanData: function( elems ) {\n\t\tvar data, elem, type,\n\t\t\tspecial = jQuery.event.special,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = elems[ i ] ) !== undefined; i++ ) {\n\t\t\tif ( acceptData( elem ) ) {\n\t\t\t\tif ( ( data = elem[ dataPriv.expando ] ) ) {\n\t\t\t\t\tif ( data.events ) {\n\t\t\t\t\t\tfor ( type in data.events ) {\n\t\t\t\t\t\t\tif ( special[ type ] ) {\n\t\t\t\t\t\t\t\tjQuery.event.remove( elem, type );\n\n\t\t\t\t\t\t\t// This is a shortcut to avoid jQuery.event.remove's overhead\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery.removeEvent( elem, type, data.handle );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataPriv.expando ] = undefined;\n\t\t\t\t}\n\t\t\t\tif ( elem[ dataUser.expando ] ) {\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataUser.expando ] = undefined;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n} );\n\njQuery.fn.extend( {\n\tdetach: function( selector ) {\n\t\treturn remove( this, selector, true );\n\t},\n\n\tremove: function( selector ) {\n\t\treturn remove( this, selector );\n\t},\n\n\ttext: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\treturn value === undefined ?\n\t\t\t\tjQuery.text( this ) :\n\t\t\t\tthis.empty().each( function() {\n\t\t\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\t\t\tthis.textContent = value;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t}, null, value, arguments.length );\n\t},\n\n\tappend: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.appendChild( elem );\n\t\t\t}\n\t\t} );\n\t},\n\n\tprepend: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.insertBefore( elem, target.firstChild );\n\t\t\t}\n\t\t} );\n\t},\n\n\tbefore: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this );\n\t\t\t}\n\t\t} );\n\t},\n\n\tafter: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this.nextSibling );\n\t\t\t}\n\t\t} );\n\t},\n\n\tempty: function() {\n\t\tvar elem,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = this[ i ] ) != null; i++ ) {\n\t\t\tif ( elem.nodeType === 1 ) {\n\n\t\t\t\t// Prevent memory leaks\n\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\n\t\t\t\t// Remove any remaining nodes\n\t\t\t\telem.textContent = \"\";\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tclone: function( dataAndEvents, deepDataAndEvents ) {\n\t\tdataAndEvents = dataAndEvents == null ? false : dataAndEvents;\n\t\tdeepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;\n\n\t\treturn this.map( function() {\n\t\t\treturn jQuery.clone( this, dataAndEvents, deepDataAndEvents );\n\t\t} );\n\t},\n\n\thtml: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\tvar elem = this[ 0 ] || {},\n\t\t\t\ti = 0,\n\t\t\t\tl = this.length;\n\n\t\t\tif ( value === undefined && elem.nodeType === 1 ) {\n\t\t\t\treturn elem.innerHTML;\n\t\t\t}\n\n\t\t\t// See if we can take a shortcut and just use innerHTML\n\t\t\tif ( typeof value === \"string\" && !rnoInnerhtml.test( value ) &&\n\t\t\t\t!wrapMap[ ( rtagName.exec( value ) || [ \"\", \"\" ] )[ 1 ].toLowerCase() ] ) {\n\n\t\t\t\tvalue = jQuery.htmlPrefilter( value );\n\n\t\t\t\ttry {\n\t\t\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\t\t\telem = this[ i ] || {};\n\n\t\t\t\t\t\t// Remove element nodes and prevent memory leaks\n\t\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\t\t\t\t\t\t\telem.innerHTML = value;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\telem = 0;\n\n\t\t\t\t// If using innerHTML throws an exception, use the fallback method\n\t\t\t\t} catch ( e ) {}\n\t\t\t}\n\n\t\t\tif ( elem ) {\n\t\t\t\tthis.empty().append( value );\n\t\t\t}\n\t\t}, null, value, arguments.length );\n\t},\n\n\treplaceWith: function() {\n\t\tvar ignored = [];\n\n\t\t// Make the changes, replacing each non-ignored context element with the new content\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tvar parent = this.parentNode;\n\n\t\t\tif ( jQuery.inArray( this, ignored ) < 0 ) {\n\t\t\t\tjQuery.cleanData( getAll( this ) );\n\t\t\t\tif ( parent ) {\n\t\t\t\t\tparent.replaceChild( elem, this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Force callback invocation\n\t\t}, ignored );\n\t}\n} );\n\njQuery.each( {\n\tappendTo: \"append\",\n\tprependTo: \"prepend\",\n\tinsertBefore: \"before\",\n\tinsertAfter: \"after\",\n\treplaceAll: \"replaceWith\"\n}, function( name, original ) {\n\tjQuery.fn[ name ] = function( selector ) {\n\t\tvar elems,\n\t\t\tret = [],\n\t\t\tinsert = jQuery( selector ),\n\t\t\tlast = insert.length - 1,\n\t\t\ti = 0;\n\n\t\tfor ( ; i <= last; i++ ) {\n\t\t\telems = i === last ? this : this.clone( true );\n\t\t\tjQuery( insert[ i ] )[ original ]( elems );\n\n\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t// .get() because push.apply(_, arraylike) throws on ancient WebKit\n\t\t\tpush.apply( ret, elems.get() );\n\t\t}\n\n\t\treturn this.pushStack( ret );\n\t};\n} );\nvar rnumnonpx = new RegExp( \"^(\" + pnum + \")(?!px)[a-z%]+$\", \"i\" );\n\nvar getStyles = function( elem ) {\n\n\t\t// Support: IE <=11 only, Firefox <=30 (#15098, #14150)\n\t\t// IE throws on elements created in popups\n\t\t// FF meanwhile throws on frame elements through \"defaultView.getComputedStyle\"\n\t\tvar view = elem.ownerDocument.defaultView;\n\n\t\tif ( !view || !view.opener ) {\n\t\t\tview = window;\n\t\t}\n\n\t\treturn view.getComputedStyle( elem );\n\t};\n\nvar rboxStyle = new RegExp( cssExpand.join( \"|\" ), \"i\" );\n\n\n\n( function() {\n\n\t// Executing both pixelPosition & boxSizingReliable tests require only one layout\n\t// so they're executed at the same time to save the second computation.\n\tfunction computeStyleTests() {\n\n\t\t// This is a singleton, we need to execute it only once\n\t\tif ( !div ) {\n\t\t\treturn;\n\t\t}\n\n\t\tcontainer.style.cssText = \"position:absolute;left:-11111px;width:60px;\" +\n\t\t\t\"margin-top:1px;padding:0;border:0\";\n\t\tdiv.style.cssText =\n\t\t\t\"position:relative;display:block;box-sizing:border-box;overflow:scroll;\" +\n\t\t\t\"margin:auto;border:1px;padding:1px;\" +\n\t\t\t\"width:60%;top:1%\";\n\t\tdocumentElement.appendChild( container ).appendChild( div );\n\n\t\tvar divStyle = window.getComputedStyle( div );\n\t\tpixelPositionVal = divStyle.top !== \"1%\";\n\n\t\t// Support: Android 4.0 - 4.3 only, Firefox <=3 - 44\n\t\treliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12;\n\n\t\t// Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3\n\t\t// Some styles come back with percentage values, even though they shouldn't\n\t\tdiv.style.right = \"60%\";\n\t\tpixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36;\n\n\t\t// Support: IE 9 - 11 only\n\t\t// Detect misreporting of content dimensions for box-sizing:border-box elements\n\t\tboxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36;\n\n\t\t// Support: IE 9 only\n\t\t// Detect overflow:scroll screwiness (gh-3699)\n\t\t// Support: Chrome <=64\n\t\t// Don't get tricked when zoom affects offsetWidth (gh-4029)\n\t\tdiv.style.position = \"absolute\";\n\t\tscrollboxSizeVal = roundPixelMeasures( div.offsetWidth / 3 ) === 12;\n\n\t\tdocumentElement.removeChild( container );\n\n\t\t// Nullify the div so it wouldn't be stored in the memory and\n\t\t// it will also be a sign that checks already performed\n\t\tdiv = null;\n\t}\n\n\tfunction roundPixelMeasures( measure ) {\n\t\treturn Math.round( parseFloat( measure ) );\n\t}\n\n\tvar pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal,\n\t\treliableMarginLeftVal,\n\t\tcontainer = document.createElement( \"div\" ),\n\t\tdiv = document.createElement( \"div\" );\n\n\t// Finish early in limited (non-browser) environments\n\tif ( !div.style ) {\n\t\treturn;\n\t}\n\n\t// Support: IE <=9 - 11 only\n\t// Style of cloned element affects source element cloned (#8908)\n\tdiv.style.backgroundClip = \"content-box\";\n\tdiv.cloneNode( true ).style.backgroundClip = \"\";\n\tsupport.clearCloneStyle = div.style.backgroundClip === \"content-box\";\n\n\tjQuery.extend( support, {\n\t\tboxSizingReliable: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn boxSizingReliableVal;\n\t\t},\n\t\tpixelBoxStyles: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelBoxStylesVal;\n\t\t},\n\t\tpixelPosition: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelPositionVal;\n\t\t},\n\t\treliableMarginLeft: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn reliableMarginLeftVal;\n\t\t},\n\t\tscrollboxSize: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn scrollboxSizeVal;\n\t\t}\n\t} );\n} )();\n\n\nfunction curCSS( elem, name, computed ) {\n\tvar width, minWidth, maxWidth, ret,\n\n\t\t// Support: Firefox 51+\n\t\t// Retrieving style before computed somehow\n\t\t// fixes an issue with getting wrong values\n\t\t// on detached elements\n\t\tstyle = elem.style;\n\n\tcomputed = computed || getStyles( elem );\n\n\t// getPropertyValue is needed for:\n\t// .css('filter') (IE 9 only, #12537)\n\t// .css('--customProperty) (#3144)\n\tif ( computed ) {\n\t\tret = computed.getPropertyValue( name ) || computed[ name ];\n\n\t\tif ( ret === \"\" && !isAttached( elem ) ) {\n\t\t\tret = jQuery.style( elem, name );\n\t\t}\n\n\t\t// A tribute to the \"awesome hack by Dean Edwards\"\n\t\t// Android Browser returns percentage for some values,\n\t\t// but width seems to be reliably pixels.\n\t\t// This is against the CSSOM draft spec:\n\t\t// https://drafts.csswg.org/cssom/#resolved-values\n\t\tif ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) {\n\n\t\t\t// Remember the original values\n\t\t\twidth = style.width;\n\t\t\tminWidth = style.minWidth;\n\t\t\tmaxWidth = style.maxWidth;\n\n\t\t\t// Put in the new values to get a computed value out\n\t\t\tstyle.minWidth = style.maxWidth = style.width = ret;\n\t\t\tret = computed.width;\n\n\t\t\t// Revert the changed values\n\t\t\tstyle.width = width;\n\t\t\tstyle.minWidth = minWidth;\n\t\t\tstyle.maxWidth = maxWidth;\n\t\t}\n\t}\n\n\treturn ret !== undefined ?\n\n\t\t// Support: IE <=9 - 11 only\n\t\t// IE returns zIndex value as an integer.\n\t\tret + \"\" :\n\t\tret;\n}\n\n\nfunction addGetHookIf( conditionFn, hookFn ) {\n\n\t// Define the hook, we'll check on the first run if it's really needed.\n\treturn {\n\t\tget: function() {\n\t\t\tif ( conditionFn() ) {\n\n\t\t\t\t// Hook not needed (or it's not possible to use it due\n\t\t\t\t// to missing dependency), remove it.\n\t\t\t\tdelete this.get;\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Hook needed; redefine it so that the support test is not executed again.\n\t\t\treturn ( this.get = hookFn ).apply( this, arguments );\n\t\t}\n\t};\n}\n\n\nvar cssPrefixes = [ \"Webkit\", \"Moz\", \"ms\" ],\n\temptyStyle = document.createElement( \"div\" ).style,\n\tvendorProps = {};\n\n// Return a vendor-prefixed property or undefined\nfunction vendorPropName( name ) {\n\n\t// Check for vendor prefixed names\n\tvar capName = name[ 0 ].toUpperCase() + name.slice( 1 ),\n\t\ti = cssPrefixes.length;\n\n\twhile ( i-- ) {\n\t\tname = cssPrefixes[ i ] + capName;\n\t\tif ( name in emptyStyle ) {\n\t\t\treturn name;\n\t\t}\n\t}\n}\n\n// Return a potentially-mapped jQuery.cssProps or vendor prefixed property\nfunction finalPropName( name ) {\n\tvar final = jQuery.cssProps[ name ] || vendorProps[ name ];\n\n\tif ( final ) {\n\t\treturn final;\n\t}\n\tif ( name in emptyStyle ) {\n\t\treturn name;\n\t}\n\treturn vendorProps[ name ] = vendorPropName( name ) || name;\n}\n\n\nvar\n\n\t// Swappable if display is none or starts with table\n\t// except \"table\", \"table-cell\", or \"table-caption\"\n\t// See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display\n\trdisplayswap = /^(none|table(?!-c[ea]).+)/,\n\trcustomProp = /^--/,\n\tcssShow = { position: \"absolute\", visibility: \"hidden\", display: \"block\" },\n\tcssNormalTransform = {\n\t\tletterSpacing: \"0\",\n\t\tfontWeight: \"400\"\n\t};\n\nfunction setPositiveNumber( elem, value, subtract ) {\n\n\t// Any relative (+/-) values have already been\n\t// normalized at this point\n\tvar matches = rcssNum.exec( value );\n\treturn matches ?\n\n\t\t// Guard against undefined \"subtract\", e.g., when used as in cssHooks\n\t\tMath.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || \"px\" ) :\n\t\tvalue;\n}\n\nfunction boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) {\n\tvar i = dimension === \"width\" ? 1 : 0,\n\t\textra = 0,\n\t\tdelta = 0;\n\n\t// Adjustment may not be necessary\n\tif ( box === ( isBorderBox ? \"border\" : \"content\" ) ) {\n\t\treturn 0;\n\t}\n\n\tfor ( ; i < 4; i += 2 ) {\n\n\t\t// Both box models exclude margin\n\t\tif ( box === \"margin\" ) {\n\t\t\tdelta += jQuery.css( elem, box + cssExpand[ i ], true, styles );\n\t\t}\n\n\t\t// If we get here with a content-box, we're seeking \"padding\" or \"border\" or \"margin\"\n\t\tif ( !isBorderBox ) {\n\n\t\t\t// Add padding\n\t\t\tdelta += jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\n\t\t\t// For \"border\" or \"margin\", add border\n\t\t\tif ( box !== \"padding\" ) {\n\t\t\t\tdelta += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\n\t\t\t// But still keep track of it otherwise\n\t\t\t} else {\n\t\t\t\textra += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\n\t\t// If we get here with a border-box (content + padding + border), we're seeking \"content\" or\n\t\t// \"padding\" or \"margin\"\n\t\t} else {\n\n\t\t\t// For \"content\", subtract padding\n\t\t\tif ( box === \"content\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\t\t\t}\n\n\t\t\t// For \"content\" or \"padding\", subtract border\n\t\t\tif ( box !== \"margin\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Account for positive content-box scroll gutter when requested by providing computedVal\n\tif ( !isBorderBox && computedVal >= 0 ) {\n\n\t\t// offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border\n\t\t// Assuming integer scroll gutter, subtract the rest and round down\n\t\tdelta += Math.max( 0, Math.ceil(\n\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\tcomputedVal -\n\t\t\tdelta -\n\t\t\textra -\n\t\t\t0.5\n\n\t\t// If offsetWidth/offsetHeight is unknown, then we can't determine content-box scroll gutter\n\t\t// Use an explicit zero to avoid NaN (gh-3964)\n\t\t) ) || 0;\n\t}\n\n\treturn delta;\n}\n\nfunction getWidthOrHeight( elem, dimension, extra ) {\n\n\t// Start with computed style\n\tvar styles = getStyles( elem ),\n\n\t\t// To avoid forcing a reflow, only fetch boxSizing if we need it (gh-4322).\n\t\t// Fake content-box until we know it's needed to know the true value.\n\t\tboxSizingNeeded = !support.boxSizingReliable() || extra,\n\t\tisBorderBox = boxSizingNeeded &&\n\t\t\tjQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\tvalueIsBorderBox = isBorderBox,\n\n\t\tval = curCSS( elem, dimension, styles ),\n\t\toffsetProp = \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 );\n\n\t// Support: Firefox <=54\n\t// Return a confounding non-pixel value or feign ignorance, as appropriate.\n\tif ( rnumnonpx.test( val ) ) {\n\t\tif ( !extra ) {\n\t\t\treturn val;\n\t\t}\n\t\tval = \"auto\";\n\t}\n\n\n\t// Fall back to offsetWidth/offsetHeight when value is \"auto\"\n\t// This happens for inline elements with no explicit setting (gh-3571)\n\t// Support: Android <=4.1 - 4.3 only\n\t// Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602)\n\t// Support: IE 9-11 only\n\t// Also use offsetWidth/offsetHeight for when box sizing is unreliable\n\t// We use getClientRects() to check for hidden/disconnected.\n\t// In those cases, the computed value can be trusted to be border-box\n\tif ( ( !support.boxSizingReliable() && isBorderBox ||\n\t\tval === \"auto\" ||\n\t\t!parseFloat( val ) && jQuery.css( elem, \"display\", false, styles ) === \"inline\" ) &&\n\t\telem.getClientRects().length ) {\n\n\t\tisBorderBox = jQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\";\n\n\t\t// Where available, offsetWidth/offsetHeight approximate border box dimensions.\n\t\t// Where not available (e.g., SVG), assume unreliable box-sizing and interpret the\n\t\t// retrieved value as a content box dimension.\n\t\tvalueIsBorderBox = offsetProp in elem;\n\t\tif ( valueIsBorderBox ) {\n\t\t\tval = elem[ offsetProp ];\n\t\t}\n\t}\n\n\t// Normalize \"\" and auto\n\tval = parseFloat( val ) || 0;\n\n\t// Adjust for the element's box model\n\treturn ( val +\n\t\tboxModelAdjustment(\n\t\t\telem,\n\t\t\tdimension,\n\t\t\textra || ( isBorderBox ? \"border\" : \"content\" ),\n\t\t\tvalueIsBorderBox,\n\t\t\tstyles,\n\n\t\t\t// Provide the current computed size to request scroll gutter calculation (gh-3589)\n\t\t\tval\n\t\t)\n\t) + \"px\";\n}\n\njQuery.extend( {\n\n\t// Add in style property hooks for overriding the default\n\t// behavior of getting and setting a style property\n\tcssHooks: {\n\t\topacity: {\n\t\t\tget: function( elem, computed ) {\n\t\t\t\tif ( computed ) {\n\n\t\t\t\t\t// We should always get a number back from opacity\n\t\t\t\t\tvar ret = curCSS( elem, \"opacity\" );\n\t\t\t\t\treturn ret === \"\" ? \"1\" : ret;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\t// Don't automatically add \"px\" to these possibly-unitless properties\n\tcssNumber: {\n\t\t\"animationIterationCount\": true,\n\t\t\"columnCount\": true,\n\t\t\"fillOpacity\": true,\n\t\t\"flexGrow\": true,\n\t\t\"flexShrink\": true,\n\t\t\"fontWeight\": true,\n\t\t\"gridArea\": true,\n\t\t\"gridColumn\": true,\n\t\t\"gridColumnEnd\": true,\n\t\t\"gridColumnStart\": true,\n\t\t\"gridRow\": true,\n\t\t\"gridRowEnd\": true,\n\t\t\"gridRowStart\": true,\n\t\t\"lineHeight\": true,\n\t\t\"opacity\": true,\n\t\t\"order\": true,\n\t\t\"orphans\": true,\n\t\t\"widows\": true,\n\t\t\"zIndex\": true,\n\t\t\"zoom\": true\n\t},\n\n\t// Add in properties whose names you wish to fix before\n\t// setting or getting the value\n\tcssProps: {},\n\n\t// Get and set the style property on a DOM Node\n\tstyle: function( elem, name, value, extra ) {\n\n\t\t// Don't set styles on text and comment nodes\n\t\tif ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Make sure that we're working with the right name\n\t\tvar ret, type, hooks,\n\t\t\torigName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name ),\n\t\t\tstyle = elem.style;\n\n\t\t// Make sure that we're working with the right name. We don't\n\t\t// want to query the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {\n\t\t\tname = finalPropName( origName );\n\t\t}\n\n\t\t// Gets hook for the prefixed version, then unprefixed version\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// Check if we're setting a value\n\t\tif ( value !== undefined ) {\n\t\t\ttype = typeof value;\n\n\t\t\t// Convert \"+=\" or \"-=\" to relative numbers (#7345)\n\t\t\tif ( type === \"string\" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) {\n\t\t\t\tvalue = adjustCSS( elem, name, ret );\n\n\t\t\t\t// Fixes bug #9237\n\t\t\t\ttype = \"number\";\n\t\t\t}\n\n\t\t\t// Make sure that null and NaN values aren't set (#7116)\n\t\t\tif ( value == null || value !== value ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// If a number was passed in, add the unit (except for certain CSS properties)\n\t\t\t// The isCustomProp check can be removed in jQuery 4.0 when we only auto-append\n\t\t\t// \"px\" to a few hardcoded values.\n\t\t\tif ( type === \"number\" && !isCustomProp ) {\n\t\t\t\tvalue += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? \"\" : \"px\" );\n\t\t\t}\n\n\t\t\t// background-* props affect original clone's values\n\t\t\tif ( !support.clearCloneStyle && value === \"\" && name.indexOf( \"background\" ) === 0 ) {\n\t\t\t\tstyle[ name ] = \"inherit\";\n\t\t\t}\n\n\t\t\t// If a hook was provided, use that value, otherwise just set the specified value\n\t\t\tif ( !hooks || !( \"set\" in hooks ) ||\n\t\t\t\t( value = hooks.set( elem, value, extra ) ) !== undefined ) {\n\n\t\t\t\tif ( isCustomProp ) {\n\t\t\t\t\tstyle.setProperty( name, value );\n\t\t\t\t} else {\n\t\t\t\t\tstyle[ name ] = value;\n\t\t\t\t}\n\t\t\t}\n\n\t\t} else {\n\n\t\t\t// If a hook was provided get the non-computed value from there\n\t\t\tif ( hooks && \"get\" in hooks &&\n\t\t\t\t( ret = hooks.get( elem, false, extra ) ) !== undefined ) {\n\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\t// Otherwise just get the value from the style object\n\t\t\treturn style[ name ];\n\t\t}\n\t},\n\n\tcss: function( elem, name, extra, styles ) {\n\t\tvar val, num, hooks,\n\t\t\torigName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name );\n\n\t\t// Make sure that we're working with the right name. We don't\n\t\t// want to modify the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {\n\t\t\tname = finalPropName( origName );\n\t\t}\n\n\t\t// Try prefixed name followed by the unprefixed name\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// If a hook was provided get the computed value from there\n\t\tif ( hooks && \"get\" in hooks ) {\n\t\t\tval = hooks.get( elem, true, extra );\n\t\t}\n\n\t\t// Otherwise, if a way to get the computed value exists, use that\n\t\tif ( val === undefined ) {\n\t\t\tval = curCSS( elem, name, styles );\n\t\t}\n\n\t\t// Convert \"normal\" to computed value\n\t\tif ( val === \"normal\" && name in cssNormalTransform ) {\n\t\t\tval = cssNormalTransform[ name ];\n\t\t}\n\n\t\t// Make numeric if forced or a qualifier was provided and val looks numeric\n\t\tif ( extra === \"\" || extra ) {\n\t\t\tnum = parseFloat( val );\n\t\t\treturn extra === true || isFinite( num ) ? num || 0 : val;\n\t\t}\n\n\t\treturn val;\n\t}\n} );\n\njQuery.each( [ \"height\", \"width\" ], function( i, dimension ) {\n\tjQuery.cssHooks[ dimension ] = {\n\t\tget: function( elem, computed, extra ) {\n\t\t\tif ( computed ) {\n\n\t\t\t\t// Certain elements can have dimension info if we invisibly show them\n\t\t\t\t// but it must have a current display style that would benefit\n\t\t\t\treturn rdisplayswap.test( jQuery.css( elem, \"display\" ) ) &&\n\n\t\t\t\t\t// Support: Safari 8+\n\t\t\t\t\t// Table columns in Safari have non-zero offsetWidth & zero\n\t\t\t\t\t// getBoundingClientRect().width unless display is changed.\n\t\t\t\t\t// Support: IE <=11 only\n\t\t\t\t\t// Running getBoundingClientRect on a disconnected node\n\t\t\t\t\t// in IE throws an error.\n\t\t\t\t\t( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ?\n\t\t\t\t\t\tswap( elem, cssShow, function() {\n\t\t\t\t\t\t\treturn getWidthOrHeight( elem, dimension, extra );\n\t\t\t\t\t\t} ) :\n\t\t\t\t\t\tgetWidthOrHeight( elem, dimension, extra );\n\t\t\t}\n\t\t},\n\n\t\tset: function( elem, value, extra ) {\n\t\t\tvar matches,\n\t\t\t\tstyles = getStyles( elem ),\n\n\t\t\t\t// Only read styles.position if the test has a chance to fail\n\t\t\t\t// to avoid forcing a reflow.\n\t\t\t\tscrollboxSizeBuggy = !support.scrollboxSize() &&\n\t\t\t\t\tstyles.position === \"absolute\",\n\n\t\t\t\t// To avoid forcing a reflow, only fetch boxSizing if we need it (gh-3991)\n\t\t\t\tboxSizingNeeded = scrollboxSizeBuggy || extra,\n\t\t\t\tisBorderBox = boxSizingNeeded &&\n\t\t\t\t\tjQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\t\t\tsubtract = extra ?\n\t\t\t\t\tboxModelAdjustment(\n\t\t\t\t\t\telem,\n\t\t\t\t\t\tdimension,\n\t\t\t\t\t\textra,\n\t\t\t\t\t\tisBorderBox,\n\t\t\t\t\t\tstyles\n\t\t\t\t\t) :\n\t\t\t\t\t0;\n\n\t\t\t// Account for unreliable border-box dimensions by comparing offset* to computed and\n\t\t\t// faking a content-box to get border and padding (gh-3699)\n\t\t\tif ( isBorderBox && scrollboxSizeBuggy ) {\n\t\t\t\tsubtract -= Math.ceil(\n\t\t\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\t\t\tparseFloat( styles[ dimension ] ) -\n\t\t\t\t\tboxModelAdjustment( elem, dimension, \"border\", false, styles ) -\n\t\t\t\t\t0.5\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// Convert to pixels if value adjustment is needed\n\t\t\tif ( subtract && ( matches = rcssNum.exec( value ) ) &&\n\t\t\t\t( matches[ 3 ] || \"px\" ) !== \"px\" ) {\n\n\t\t\t\telem.style[ dimension ] = value;\n\t\t\t\tvalue = jQuery.css( elem, dimension );\n\t\t\t}\n\n\t\t\treturn setPositiveNumber( elem, value, subtract );\n\t\t}\n\t};\n} );\n\njQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft,\n\tfunction( elem, computed ) {\n\t\tif ( computed ) {\n\t\t\treturn ( parseFloat( curCSS( elem, \"marginLeft\" ) ) ||\n\t\t\t\telem.getBoundingClientRect().left -\n\t\t\t\t\tswap( elem, { marginLeft: 0 }, function() {\n\t\t\t\t\t\treturn elem.getBoundingClientRect().left;\n\t\t\t\t\t} )\n\t\t\t\t) + \"px\";\n\t\t}\n\t}\n);\n\n// These hooks are used by animate to expand properties\njQuery.each( {\n\tmargin: \"\",\n\tpadding: \"\",\n\tborder: \"Width\"\n}, function( prefix, suffix ) {\n\tjQuery.cssHooks[ prefix + suffix ] = {\n\t\texpand: function( value ) {\n\t\t\tvar i = 0,\n\t\t\t\texpanded = {},\n\n\t\t\t\t// Assumes a single number if not a string\n\t\t\t\tparts = typeof value === \"string\" ? value.split( \" \" ) : [ value ];\n\n\t\t\tfor ( ; i < 4; i++ ) {\n\t\t\t\texpanded[ prefix + cssExpand[ i ] + suffix ] =\n\t\t\t\t\tparts[ i ] || parts[ i - 2 ] || parts[ 0 ];\n\t\t\t}\n\n\t\t\treturn expanded;\n\t\t}\n\t};\n\n\tif ( prefix !== \"margin\" ) {\n\t\tjQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;\n\t}\n} );\n\njQuery.fn.extend( {\n\tcss: function( name, value ) {\n\t\treturn access( this, function( elem, name, value ) {\n\t\t\tvar styles, len,\n\t\t\t\tmap = {},\n\t\t\t\ti = 0;\n\n\t\t\tif ( Array.isArray( name ) ) {\n\t\t\t\tstyles = getStyles( elem );\n\t\t\t\tlen = name.length;\n\n\t\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\t\tmap[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles );\n\t\t\t\t}\n\n\t\t\t\treturn map;\n\t\t\t}\n\n\t\t\treturn value !== undefined ?\n\t\t\t\tjQuery.style( elem, name, value ) :\n\t\t\t\tjQuery.css( elem, name );\n\t\t}, name, value, arguments.length > 1 );\n\t}\n} );\n\n\nfunction Tween( elem, options, prop, end, easing ) {\n\treturn new Tween.prototype.init( elem, options, prop, end, easing );\n}\njQuery.Tween = Tween;\n\nTween.prototype = {\n\tconstructor: Tween,\n\tinit: function( elem, options, prop, end, easing, unit ) {\n\t\tthis.elem = elem;\n\t\tthis.prop = prop;\n\t\tthis.easing = easing || jQuery.easing._default;\n\t\tthis.options = options;\n\t\tthis.start = this.now = this.cur();\n\t\tthis.end = end;\n\t\tthis.unit = unit || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" );\n\t},\n\tcur: function() {\n\t\tvar hooks = Tween.propHooks[ this.prop ];\n\n\t\treturn hooks && hooks.get ?\n\t\t\thooks.get( this ) :\n\t\t\tTween.propHooks._default.get( this );\n\t},\n\trun: function( percent ) {\n\t\tvar eased,\n\t\t\thooks = Tween.propHooks[ this.prop ];\n\n\t\tif ( this.options.duration ) {\n\t\t\tthis.pos = eased = jQuery.easing[ this.easing ](\n\t\t\t\tpercent, this.options.duration * percent, 0, 1, this.options.duration\n\t\t\t);\n\t\t} else {\n\t\t\tthis.pos = eased = percent;\n\t\t}\n\t\tthis.now = ( this.end - this.start ) * eased + this.start;\n\n\t\tif ( this.options.step ) {\n\t\t\tthis.options.step.call( this.elem, this.now, this );\n\t\t}\n\n\t\tif ( hooks && hooks.set ) {\n\t\t\thooks.set( this );\n\t\t} else {\n\t\t\tTween.propHooks._default.set( this );\n\t\t}\n\t\treturn this;\n\t}\n};\n\nTween.prototype.init.prototype = Tween.prototype;\n\nTween.propHooks = {\n\t_default: {\n\t\tget: function( tween ) {\n\t\t\tvar result;\n\n\t\t\t// Use a property on the element directly when it is not a DOM element,\n\t\t\t// or when there is no matching style property that exists.\n\t\t\tif ( tween.elem.nodeType !== 1 ||\n\t\t\t\ttween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) {\n\t\t\t\treturn tween.elem[ tween.prop ];\n\t\t\t}\n\n\t\t\t// Passing an empty string as a 3rd parameter to .css will automatically\n\t\t\t// attempt a parseFloat and fallback to a string if the parse fails.\n\t\t\t// Simple values such as \"10px\" are parsed to Float;\n\t\t\t// complex values such as \"rotate(1rad)\" are returned as-is.\n\t\t\tresult = jQuery.css( tween.elem, tween.prop, \"\" );\n\n\t\t\t// Empty strings, null, undefined and \"auto\" are converted to 0.\n\t\t\treturn !result || result === \"auto\" ? 0 : result;\n\t\t},\n\t\tset: function( tween ) {\n\n\t\t\t// Use step hook for back compat.\n\t\t\t// Use cssHook if its there.\n\t\t\t// Use .style if available and use plain properties where available.\n\t\t\tif ( jQuery.fx.step[ tween.prop ] ) {\n\t\t\t\tjQuery.fx.step[ tween.prop ]( tween );\n\t\t\t} else if ( tween.elem.nodeType === 1 && (\n\t\t\t\t\tjQuery.cssHooks[ tween.prop ] ||\n\t\t\t\t\ttween.elem.style[ finalPropName( tween.prop ) ] != null ) ) {\n\t\t\t\tjQuery.style( tween.elem, tween.prop, tween.now + tween.unit );\n\t\t\t} else {\n\t\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t\t}\n\t\t}\n\t}\n};\n\n// Support: IE <=9 only\n// Panic based approach to setting things on disconnected nodes\nTween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {\n\tset: function( tween ) {\n\t\tif ( tween.elem.nodeType && tween.elem.parentNode ) {\n\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t}\n\t}\n};\n\njQuery.easing = {\n\tlinear: function( p ) {\n\t\treturn p;\n\t},\n\tswing: function( p ) {\n\t\treturn 0.5 - Math.cos( p * Math.PI ) / 2;\n\t},\n\t_default: \"swing\"\n};\n\njQuery.fx = Tween.prototype.init;\n\n// Back compat <1.8 extension point\njQuery.fx.step = {};\n\n\n\n\nvar\n\tfxNow, inProgress,\n\trfxtypes = /^(?:toggle|show|hide)$/,\n\trrun = /queueHooks$/;\n\nfunction schedule() {\n\tif ( inProgress ) {\n\t\tif ( document.hidden === false && window.requestAnimationFrame ) {\n\t\t\twindow.requestAnimationFrame( schedule );\n\t\t} else {\n\t\t\twindow.setTimeout( schedule, jQuery.fx.interval );\n\t\t}\n\n\t\tjQuery.fx.tick();\n\t}\n}\n\n// Animations created synchronously will run synchronously\nfunction createFxNow() {\n\twindow.setTimeout( function() {\n\t\tfxNow = undefined;\n\t} );\n\treturn ( fxNow = Date.now() );\n}\n\n// Generate parameters to create a standard animation\nfunction genFx( type, includeWidth ) {\n\tvar which,\n\t\ti = 0,\n\t\tattrs = { height: type };\n\n\t// If we include width, step value is 1 to do all cssExpand values,\n\t// otherwise step value is 2 to skip over Left and Right\n\tincludeWidth = includeWidth ? 1 : 0;\n\tfor ( ; i < 4; i += 2 - includeWidth ) {\n\t\twhich = cssExpand[ i ];\n\t\tattrs[ \"margin\" + which ] = attrs[ \"padding\" + which ] = type;\n\t}\n\n\tif ( includeWidth ) {\n\t\tattrs.opacity = attrs.width = type;\n\t}\n\n\treturn attrs;\n}\n\nfunction createTween( value, prop, animation ) {\n\tvar tween,\n\t\tcollection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ \"*\" ] ),\n\t\tindex = 0,\n\t\tlength = collection.length;\n\tfor ( ; index < length; index++ ) {\n\t\tif ( ( tween = collection[ index ].call( animation, prop, value ) ) ) {\n\n\t\t\t// We're done with this property\n\t\t\treturn tween;\n\t\t}\n\t}\n}\n\nfunction defaultPrefilter( elem, props, opts ) {\n\tvar prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display,\n\t\tisBox = \"width\" in props || \"height\" in props,\n\t\tanim = this,\n\t\torig = {},\n\t\tstyle = elem.style,\n\t\thidden = elem.nodeType && isHiddenWithinTree( elem ),\n\t\tdataShow = dataPriv.get( elem, \"fxshow\" );\n\n\t// Queue-skipping animations hijack the fx hooks\n\tif ( !opts.queue ) {\n\t\thooks = jQuery._queueHooks( elem, \"fx\" );\n\t\tif ( hooks.unqueued == null ) {\n\t\t\thooks.unqueued = 0;\n\t\t\toldfire = hooks.empty.fire;\n\t\t\thooks.empty.fire = function() {\n\t\t\t\tif ( !hooks.unqueued ) {\n\t\t\t\t\toldfire();\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\t\thooks.unqueued++;\n\n\t\tanim.always( function() {\n\n\t\t\t// Ensure the complete handler is called before this completes\n\t\t\tanim.always( function() {\n\t\t\t\thooks.unqueued--;\n\t\t\t\tif ( !jQuery.queue( elem, \"fx\" ).length ) {\n\t\t\t\t\thooks.empty.fire();\n\t\t\t\t}\n\t\t\t} );\n\t\t} );\n\t}\n\n\t// Detect show/hide animations\n\tfor ( prop in props ) {\n\t\tvalue = props[ prop ];\n\t\tif ( rfxtypes.test( value ) ) {\n\t\t\tdelete props[ prop ];\n\t\t\ttoggle = toggle || value === \"toggle\";\n\t\t\tif ( value === ( hidden ? \"hide\" : \"show\" ) ) {\n\n\t\t\t\t// Pretend to be hidden if this is a \"show\" and\n\t\t\t\t// there is still data from a stopped show/hide\n\t\t\t\tif ( value === \"show\" && dataShow && dataShow[ prop ] !== undefined ) {\n\t\t\t\t\thidden = true;\n\n\t\t\t\t// Ignore all other no-op show/hide data\n\t\t\t\t} else {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t}\n\t\t\torig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop );\n\t\t}\n\t}\n\n\t// Bail out if this is a no-op like .hide().hide()\n\tpropTween = !jQuery.isEmptyObject( props );\n\tif ( !propTween && jQuery.isEmptyObject( orig ) ) {\n\t\treturn;\n\t}\n\n\t// Restrict \"overflow\" and \"display\" styles during box animations\n\tif ( isBox && elem.nodeType === 1 ) {\n\n\t\t// Support: IE <=9 - 11, Edge 12 - 15\n\t\t// Record all 3 overflow attributes because IE does not infer the shorthand\n\t\t// from identically-valued overflowX and overflowY and Edge just mirrors\n\t\t// the overflowX value there.\n\t\topts.overflow = [ style.overflow, style.overflowX, style.overflowY ];\n\n\t\t// Identify a display type, preferring old show/hide data over the CSS cascade\n\t\trestoreDisplay = dataShow && dataShow.display;\n\t\tif ( restoreDisplay == null ) {\n\t\t\trestoreDisplay = dataPriv.get( elem, \"display\" );\n\t\t}\n\t\tdisplay = jQuery.css( elem, \"display\" );\n\t\tif ( display === \"none\" ) {\n\t\t\tif ( restoreDisplay ) {\n\t\t\t\tdisplay = restoreDisplay;\n\t\t\t} else {\n\n\t\t\t\t// Get nonempty value(s) by temporarily forcing visibility\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t\trestoreDisplay = elem.style.display || restoreDisplay;\n\t\t\t\tdisplay = jQuery.css( elem, \"display\" );\n\t\t\t\tshowHide( [ elem ] );\n\t\t\t}\n\t\t}\n\n\t\t// Animate inline elements as inline-block\n\t\tif ( display === \"inline\" || display === \"inline-block\" && restoreDisplay != null ) {\n\t\t\tif ( jQuery.css( elem, \"float\" ) === \"none\" ) {\n\n\t\t\t\t// Restore the original display value at the end of pure show/hide animations\n\t\t\t\tif ( !propTween ) {\n\t\t\t\t\tanim.done( function() {\n\t\t\t\t\t\tstyle.display = restoreDisplay;\n\t\t\t\t\t} );\n\t\t\t\t\tif ( restoreDisplay == null ) {\n\t\t\t\t\t\tdisplay = style.display;\n\t\t\t\t\t\trestoreDisplay = display === \"none\" ? \"\" : display;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tstyle.display = \"inline-block\";\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( opts.overflow ) {\n\t\tstyle.overflow = \"hidden\";\n\t\tanim.always( function() {\n\t\t\tstyle.overflow = opts.overflow[ 0 ];\n\t\t\tstyle.overflowX = opts.overflow[ 1 ];\n\t\t\tstyle.overflowY = opts.overflow[ 2 ];\n\t\t} );\n\t}\n\n\t// Implement show/hide animations\n\tpropTween = false;\n\tfor ( prop in orig ) {\n\n\t\t// General show/hide setup for this element animation\n\t\tif ( !propTween ) {\n\t\t\tif ( dataShow ) {\n\t\t\t\tif ( \"hidden\" in dataShow ) {\n\t\t\t\t\thidden = dataShow.hidden;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tdataShow = dataPriv.access( elem, \"fxshow\", { display: restoreDisplay } );\n\t\t\t}\n\n\t\t\t// Store hidden/visible for toggle so `.stop().toggle()` \"reverses\"\n\t\t\tif ( toggle ) {\n\t\t\t\tdataShow.hidden = !hidden;\n\t\t\t}\n\n\t\t\t// Show elements before animating them\n\t\t\tif ( hidden ) {\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t}\n\n\t\t\t/* eslint-disable no-loop-func */\n\n\t\t\tanim.done( function() {\n\n\t\t\t/* eslint-enable no-loop-func */\n\n\t\t\t\t// The final step of a \"hide\" animation is actually hiding the element\n\t\t\t\tif ( !hidden ) {\n\t\t\t\t\tshowHide( [ elem ] );\n\t\t\t\t}\n\t\t\t\tdataPriv.remove( elem, \"fxshow\" );\n\t\t\t\tfor ( prop in orig ) {\n\t\t\t\t\tjQuery.style( elem, prop, orig[ prop ] );\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\n\t\t// Per-property setup\n\t\tpropTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim );\n\t\tif ( !( prop in dataShow ) ) {\n\t\t\tdataShow[ prop ] = propTween.start;\n\t\t\tif ( hidden ) {\n\t\t\t\tpropTween.end = propTween.start;\n\t\t\t\tpropTween.start = 0;\n\t\t\t}\n\t\t}\n\t}\n}\n\nfunction propFilter( props, specialEasing ) {\n\tvar index, name, easing, value, hooks;\n\n\t// camelCase, specialEasing and expand cssHook pass\n\tfor ( index in props ) {\n\t\tname = camelCase( index );\n\t\teasing = specialEasing[ name ];\n\t\tvalue = props[ index ];\n\t\tif ( Array.isArray( value ) ) {\n\t\t\teasing = value[ 1 ];\n\t\t\tvalue = props[ index ] = value[ 0 ];\n\t\t}\n\n\t\tif ( index !== name ) {\n\t\t\tprops[ name ] = value;\n\t\t\tdelete props[ index ];\n\t\t}\n\n\t\thooks = jQuery.cssHooks[ name ];\n\t\tif ( hooks && \"expand\" in hooks ) {\n\t\t\tvalue = hooks.expand( value );\n\t\t\tdelete props[ name ];\n\n\t\t\t// Not quite $.extend, this won't overwrite existing keys.\n\t\t\t// Reusing 'index' because we have the correct \"name\"\n\t\t\tfor ( index in value ) {\n\t\t\t\tif ( !( index in props ) ) {\n\t\t\t\t\tprops[ index ] = value[ index ];\n\t\t\t\t\tspecialEasing[ index ] = easing;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tspecialEasing[ name ] = easing;\n\t\t}\n\t}\n}\n\nfunction Animation( elem, properties, options ) {\n\tvar result,\n\t\tstopped,\n\t\tindex = 0,\n\t\tlength = Animation.prefilters.length,\n\t\tdeferred = jQuery.Deferred().always( function() {\n\n\t\t\t// Don't match elem in the :animated selector\n\t\t\tdelete tick.elem;\n\t\t} ),\n\t\ttick = function() {\n\t\t\tif ( stopped ) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\tvar currentTime = fxNow || createFxNow(),\n\t\t\t\tremaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),\n\n\t\t\t\t// Support: Android 2.3 only\n\t\t\t\t// Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497)\n\t\t\t\ttemp = remaining / animation.duration || 0,\n\t\t\t\tpercent = 1 - temp,\n\t\t\t\tindex = 0,\n\t\t\t\tlength = animation.tweens.length;\n\n\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\tanimation.tweens[ index ].run( percent );\n\t\t\t}\n\n\t\t\tdeferred.notifyWith( elem, [ animation, percent, remaining ] );\n\n\t\t\t// If there's more to do, yield\n\t\t\tif ( percent < 1 && length ) {\n\t\t\t\treturn remaining;\n\t\t\t}\n\n\t\t\t// If this was an empty animation, synthesize a final progress notification\n\t\t\tif ( !length ) {\n\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t}\n\n\t\t\t// Resolve the animation and report its conclusion\n\t\t\tdeferred.resolveWith( elem, [ animation ] );\n\t\t\treturn false;\n\t\t},\n\t\tanimation = deferred.promise( {\n\t\t\telem: elem,\n\t\t\tprops: jQuery.extend( {}, properties ),\n\t\t\topts: jQuery.extend( true, {\n\t\t\t\tspecialEasing: {},\n\t\t\t\teasing: jQuery.easing._default\n\t\t\t}, options ),\n\t\t\toriginalProperties: properties,\n\t\t\toriginalOptions: options,\n\t\t\tstartTime: fxNow || createFxNow(),\n\t\t\tduration: options.duration,\n\t\t\ttweens: [],\n\t\t\tcreateTween: function( prop, end ) {\n\t\t\t\tvar tween = jQuery.Tween( elem, animation.opts, prop, end,\n\t\t\t\t\t\tanimation.opts.specialEasing[ prop ] || animation.opts.easing );\n\t\t\t\tanimation.tweens.push( tween );\n\t\t\t\treturn tween;\n\t\t\t},\n\t\t\tstop: function( gotoEnd ) {\n\t\t\t\tvar index = 0,\n\n\t\t\t\t\t// If we are going to the end, we want to run all the tweens\n\t\t\t\t\t// otherwise we skip this part\n\t\t\t\t\tlength = gotoEnd ? animation.tweens.length : 0;\n\t\t\t\tif ( stopped ) {\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t\tstopped = true;\n\t\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\t\tanimation.tweens[ index ].run( 1 );\n\t\t\t\t}\n\n\t\t\t\t// Resolve when we played the last frame; otherwise, reject\n\t\t\t\tif ( gotoEnd ) {\n\t\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t\t\tdeferred.resolveWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t} else {\n\t\t\t\t\tdeferred.rejectWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t}\n\t\t} ),\n\t\tprops = animation.props;\n\n\tpropFilter( props, animation.opts.specialEasing );\n\n\tfor ( ; index < length; index++ ) {\n\t\tresult = Animation.prefilters[ index ].call( animation, elem, props, animation.opts );\n\t\tif ( result ) {\n\t\t\tif ( isFunction( result.stop ) ) {\n\t\t\t\tjQuery._queueHooks( animation.elem, animation.opts.queue ).stop =\n\t\t\t\t\tresult.stop.bind( result );\n\t\t\t}\n\t\t\treturn result;\n\t\t}\n\t}\n\n\tjQuery.map( props, createTween, animation );\n\n\tif ( isFunction( animation.opts.start ) ) {\n\t\tanimation.opts.start.call( elem, animation );\n\t}\n\n\t// Attach callbacks from options\n\tanimation\n\t\t.progress( animation.opts.progress )\n\t\t.done( animation.opts.done, animation.opts.complete )\n\t\t.fail( animation.opts.fail )\n\t\t.always( animation.opts.always );\n\n\tjQuery.fx.timer(\n\t\tjQuery.extend( tick, {\n\t\t\telem: elem,\n\t\t\tanim: animation,\n\t\t\tqueue: animation.opts.queue\n\t\t} )\n\t);\n\n\treturn animation;\n}\n\njQuery.Animation = jQuery.extend( Animation, {\n\n\ttweeners: {\n\t\t\"*\": [ function( prop, value ) {\n\t\t\tvar tween = this.createTween( prop, value );\n\t\t\tadjustCSS( tween.elem, prop, rcssNum.exec( value ), tween );\n\t\t\treturn tween;\n\t\t} ]\n\t},\n\n\ttweener: function( props, callback ) {\n\t\tif ( isFunction( props ) ) {\n\t\t\tcallback = props;\n\t\t\tprops = [ \"*\" ];\n\t\t} else {\n\t\t\tprops = props.match( rnothtmlwhite );\n\t\t}\n\n\t\tvar prop,\n\t\t\tindex = 0,\n\t\t\tlength = props.length;\n\n\t\tfor ( ; index < length; index++ ) {\n\t\t\tprop = props[ index ];\n\t\t\tAnimation.tweeners[ prop ] = Animation.tweeners[ prop ] || [];\n\t\t\tAnimation.tweeners[ prop ].unshift( callback );\n\t\t}\n\t},\n\n\tprefilters: [ defaultPrefilter ],\n\n\tprefilter: function( callback, prepend ) {\n\t\tif ( prepend ) {\n\t\t\tAnimation.prefilters.unshift( callback );\n\t\t} else {\n\t\t\tAnimation.prefilters.push( callback );\n\t\t}\n\t}\n} );\n\njQuery.speed = function( speed, easing, fn ) {\n\tvar opt = speed && typeof speed === \"object\" ? jQuery.extend( {}, speed ) : {\n\t\tcomplete: fn || !fn && easing ||\n\t\t\tisFunction( speed ) && speed,\n\t\tduration: speed,\n\t\teasing: fn && easing || easing && !isFunction( easing ) && easing\n\t};\n\n\t// Go to the end state if fx are off\n\tif ( jQuery.fx.off ) {\n\t\topt.duration = 0;\n\n\t} else {\n\t\tif ( typeof opt.duration !== \"number\" ) {\n\t\t\tif ( opt.duration in jQuery.fx.speeds ) {\n\t\t\t\topt.duration = jQuery.fx.speeds[ opt.duration ];\n\n\t\t\t} else {\n\t\t\t\topt.duration = jQuery.fx.speeds._default;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Normalize opt.queue - true/undefined/null -> \"fx\"\n\tif ( opt.queue == null || opt.queue === true ) {\n\t\topt.queue = \"fx\";\n\t}\n\n\t// Queueing\n\topt.old = opt.complete;\n\n\topt.complete = function() {\n\t\tif ( isFunction( opt.old ) ) {\n\t\t\topt.old.call( this );\n\t\t}\n\n\t\tif ( opt.queue ) {\n\t\t\tjQuery.dequeue( this, opt.queue );\n\t\t}\n\t};\n\n\treturn opt;\n};\n\njQuery.fn.extend( {\n\tfadeTo: function( speed, to, easing, callback ) {\n\n\t\t// Show any hidden elements after setting opacity to 0\n\t\treturn this.filter( isHiddenWithinTree ).css( \"opacity\", 0 ).show()\n\n\t\t\t// Animate to the value specified\n\t\t\t.end().animate( { opacity: to }, speed, easing, callback );\n\t},\n\tanimate: function( prop, speed, easing, callback ) {\n\t\tvar empty = jQuery.isEmptyObject( prop ),\n\t\t\toptall = jQuery.speed( speed, easing, callback ),\n\t\t\tdoAnimation = function() {\n\n\t\t\t\t// Operate on a copy of prop so per-property easing won't be lost\n\t\t\t\tvar anim = Animation( this, jQuery.extend( {}, prop ), optall );\n\n\t\t\t\t// Empty animations, or finishing resolves immediately\n\t\t\t\tif ( empty || dataPriv.get( this, \"finish\" ) ) {\n\t\t\t\t\tanim.stop( true );\n\t\t\t\t}\n\t\t\t};\n\t\t\tdoAnimation.finish = doAnimation;\n\n\t\treturn empty || optall.queue === false ?\n\t\t\tthis.each( doAnimation ) :\n\t\t\tthis.queue( optall.queue, doAnimation );\n\t},\n\tstop: function( type, clearQueue, gotoEnd ) {\n\t\tvar stopQueue = function( hooks ) {\n\t\t\tvar stop = hooks.stop;\n\t\t\tdelete hooks.stop;\n\t\t\tstop( gotoEnd );\n\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tgotoEnd = clearQueue;\n\t\t\tclearQueue = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\tif ( clearQueue && type !== false ) {\n\t\t\tthis.queue( type || \"fx\", [] );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar dequeue = true,\n\t\t\t\tindex = type != null && type + \"queueHooks\",\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tdata = dataPriv.get( this );\n\n\t\t\tif ( index ) {\n\t\t\t\tif ( data[ index ] && data[ index ].stop ) {\n\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( index in data ) {\n\t\t\t\t\tif ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {\n\t\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this &&\n\t\t\t\t\t( type == null || timers[ index ].queue === type ) ) {\n\n\t\t\t\t\ttimers[ index ].anim.stop( gotoEnd );\n\t\t\t\t\tdequeue = false;\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Start the next in the queue if the last step wasn't forced.\n\t\t\t// Timers currently will call their complete callbacks, which\n\t\t\t// will dequeue but only if they were gotoEnd.\n\t\t\tif ( dequeue || !gotoEnd ) {\n\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t}\n\t\t} );\n\t},\n\tfinish: function( type ) {\n\t\tif ( type !== false ) {\n\t\t\ttype = type || \"fx\";\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tvar index,\n\t\t\t\tdata = dataPriv.get( this ),\n\t\t\t\tqueue = data[ type + \"queue\" ],\n\t\t\t\thooks = data[ type + \"queueHooks\" ],\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tlength = queue ? queue.length : 0;\n\n\t\t\t// Enable finishing flag on private data\n\t\t\tdata.finish = true;\n\n\t\t\t// Empty the queue first\n\t\t\tjQuery.queue( this, type, [] );\n\n\t\t\tif ( hooks && hooks.stop ) {\n\t\t\t\thooks.stop.call( this, true );\n\t\t\t}\n\n\t\t\t// Look for any active animations, and finish them\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this && timers[ index ].queue === type ) {\n\t\t\t\t\ttimers[ index ].anim.stop( true );\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Look for any animations in the old queue and finish them\n\t\t\tfor ( index = 0; index < length; index++ ) {\n\t\t\t\tif ( queue[ index ] && queue[ index ].finish ) {\n\t\t\t\t\tqueue[ index ].finish.call( this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Turn off finishing flag\n\t\t\tdelete data.finish;\n\t\t} );\n\t}\n} );\n\njQuery.each( [ \"toggle\", \"show\", \"hide\" ], function( i, name ) {\n\tvar cssFn = jQuery.fn[ name ];\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn speed == null || typeof speed === \"boolean\" ?\n\t\t\tcssFn.apply( this, arguments ) :\n\t\t\tthis.animate( genFx( name, true ), speed, easing, callback );\n\t};\n} );\n\n// Generate shortcuts for custom animations\njQuery.each( {\n\tslideDown: genFx( \"show\" ),\n\tslideUp: genFx( \"hide\" ),\n\tslideToggle: genFx( \"toggle\" ),\n\tfadeIn: { opacity: \"show\" },\n\tfadeOut: { opacity: \"hide\" },\n\tfadeToggle: { opacity: \"toggle\" }\n}, function( name, props ) {\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn this.animate( props, speed, easing, callback );\n\t};\n} );\n\njQuery.timers = [];\njQuery.fx.tick = function() {\n\tvar timer,\n\t\ti = 0,\n\t\ttimers = jQuery.timers;\n\n\tfxNow = Date.now();\n\n\tfor ( ; i < timers.length; i++ ) {\n\t\ttimer = timers[ i ];\n\n\t\t// Run the timer and safely remove it when done (allowing for external removal)\n\t\tif ( !timer() && timers[ i ] === timer ) {\n\t\t\ttimers.splice( i--, 1 );\n\t\t}\n\t}\n\n\tif ( !timers.length ) {\n\t\tjQuery.fx.stop();\n\t}\n\tfxNow = undefined;\n};\n\njQuery.fx.timer = function( timer ) {\n\tjQuery.timers.push( timer );\n\tjQuery.fx.start();\n};\n\njQuery.fx.interval = 13;\njQuery.fx.start = function() {\n\tif ( inProgress ) {\n\t\treturn;\n\t}\n\n\tinProgress = true;\n\tschedule();\n};\n\njQuery.fx.stop = function() {\n\tinProgress = null;\n};\n\njQuery.fx.speeds = {\n\tslow: 600,\n\tfast: 200,\n\n\t// Default speed\n\t_default: 400\n};\n\n\n// Based off of the plugin by Clint Helfers, with permission.\n// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/\njQuery.fn.delay = function( time, type ) {\n\ttime = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;\n\ttype = type || \"fx\";\n\n\treturn this.queue( type, function( next, hooks ) {\n\t\tvar timeout = window.setTimeout( next, time );\n\t\thooks.stop = function() {\n\t\t\twindow.clearTimeout( timeout );\n\t\t};\n\t} );\n};\n\n\n( function() {\n\tvar input = document.createElement( \"input\" ),\n\t\tselect = document.createElement( \"select\" ),\n\t\topt = select.appendChild( document.createElement( \"option\" ) );\n\n\tinput.type = \"checkbox\";\n\n\t// Support: Android <=4.3 only\n\t// Default value for a checkbox should be \"on\"\n\tsupport.checkOn = input.value !== \"\";\n\n\t// Support: IE <=11 only\n\t// Must access selectedIndex to make default options select\n\tsupport.optSelected = opt.selected;\n\n\t// Support: IE <=11 only\n\t// An input loses its value after becoming a radio\n\tinput = document.createElement( \"input\" );\n\tinput.value = \"t\";\n\tinput.type = \"radio\";\n\tsupport.radioValue = input.value === \"t\";\n} )();\n\n\nvar boolHook,\n\tattrHandle = jQuery.expr.attrHandle;\n\njQuery.fn.extend( {\n\tattr: function( name, value ) {\n\t\treturn access( this, jQuery.attr, name, value, arguments.length > 1 );\n\t},\n\n\tremoveAttr: function( name ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.removeAttr( this, name );\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tattr: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set attributes on text, comment and attribute nodes\n\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Fallback to prop when attributes are not supported\n\t\tif ( typeof elem.getAttribute === \"undefined\" ) {\n\t\t\treturn jQuery.prop( elem, name, value );\n\t\t}\n\n\t\t// Attribute hooks are determined by the lowercase version\n\t\t// Grab necessary hook if one is defined\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\t\t\thooks = jQuery.attrHooks[ name.toLowerCase() ] ||\n\t\t\t\t( jQuery.expr.match.bool.test( name ) ? boolHook : undefined );\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( value === null ) {\n\t\t\t\tjQuery.removeAttr( elem, name );\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( hooks && \"set\" in hooks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\telem.setAttribute( name, value + \"\" );\n\t\t\treturn value;\n\t\t}\n\n\t\tif ( hooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\tret = jQuery.find.attr( elem, name );\n\n\t\t// Non-existent attributes return null, we normalize to undefined\n\t\treturn ret == null ? undefined : ret;\n\t},\n\n\tattrHooks: {\n\t\ttype: {\n\t\t\tset: function( elem, value ) {\n\t\t\t\tif ( !support.radioValue && value === \"radio\" &&\n\t\t\t\t\tnodeName( elem, \"input\" ) ) {\n\t\t\t\t\tvar val = elem.value;\n\t\t\t\t\telem.setAttribute( \"type\", value );\n\t\t\t\t\tif ( val ) {\n\t\t\t\t\t\telem.value = val;\n\t\t\t\t\t}\n\t\t\t\t\treturn value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\tremoveAttr: function( elem, value ) {\n\t\tvar name,\n\t\t\ti = 0,\n\n\t\t\t// Attribute names can contain non-HTML whitespace characters\n\t\t\t// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n\t\t\tattrNames = value && value.match( rnothtmlwhite );\n\n\t\tif ( attrNames && elem.nodeType === 1 ) {\n\t\t\twhile ( ( name = attrNames[ i++ ] ) ) {\n\t\t\t\telem.removeAttribute( name );\n\t\t\t}\n\t\t}\n\t}\n} );\n\n// Hooks for boolean attributes\nboolHook = {\n\tset: function( elem, value, name ) {\n\t\tif ( value === false ) {\n\n\t\t\t// Remove boolean attributes when set to false\n\t\t\tjQuery.removeAttr( elem, name );\n\t\t} else {\n\t\t\telem.setAttribute( name, name );\n\t\t}\n\t\treturn name;\n\t}\n};\n\njQuery.each( jQuery.expr.match.bool.source.match( /\\w+/g ), function( i, name ) {\n\tvar getter = attrHandle[ name ] || jQuery.find.attr;\n\n\tattrHandle[ name ] = function( elem, name, isXML ) {\n\t\tvar ret, handle,\n\t\t\tlowercaseName = name.toLowerCase();\n\n\t\tif ( !isXML ) {\n\n\t\t\t// Avoid an infinite loop by temporarily removing this function from the getter\n\t\t\thandle = attrHandle[ lowercaseName ];\n\t\t\tattrHandle[ lowercaseName ] = ret;\n\t\t\tret = getter( elem, name, isXML ) != null ?\n\t\t\t\tlowercaseName :\n\t\t\t\tnull;\n\t\t\tattrHandle[ lowercaseName ] = handle;\n\t\t}\n\t\treturn ret;\n\t};\n} );\n\n\n\n\nvar rfocusable = /^(?:input|select|textarea|button)$/i,\n\trclickable = /^(?:a|area)$/i;\n\njQuery.fn.extend( {\n\tprop: function( name, value ) {\n\t\treturn access( this, jQuery.prop, name, value, arguments.length > 1 );\n\t},\n\n\tremoveProp: function( name ) {\n\t\treturn this.each( function() {\n\t\t\tdelete this[ jQuery.propFix[ name ] || name ];\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tprop: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set properties on text, comment and attribute nodes\n\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// Fix name and attach hooks\n\t\t\tname = jQuery.propFix[ name ] || name;\n\t\t\thooks = jQuery.propHooks[ name ];\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( hooks && \"set\" in hooks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\treturn ( elem[ name ] = value );\n\t\t}\n\n\t\tif ( hooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\treturn elem[ name ];\n\t},\n\n\tpropHooks: {\n\t\ttabIndex: {\n\t\t\tget: function( elem ) {\n\n\t\t\t\t// Support: IE <=9 - 11 only\n\t\t\t\t// elem.tabIndex doesn't always return the\n\t\t\t\t// correct value when it hasn't been explicitly set\n\t\t\t\t// https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/\n\t\t\t\t// Use proper attribute retrieval(#12072)\n\t\t\t\tvar tabindex = jQuery.find.attr( elem, \"tabindex\" );\n\n\t\t\t\tif ( tabindex ) {\n\t\t\t\t\treturn parseInt( tabindex, 10 );\n\t\t\t\t}\n\n\t\t\t\tif (\n\t\t\t\t\trfocusable.test( elem.nodeName ) ||\n\t\t\t\t\trclickable.test( elem.nodeName ) &&\n\t\t\t\t\telem.href\n\t\t\t\t) {\n\t\t\t\t\treturn 0;\n\t\t\t\t}\n\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t},\n\n\tpropFix: {\n\t\t\"for\": \"htmlFor\",\n\t\t\"class\": \"className\"\n\t}\n} );\n\n// Support: IE <=11 only\n// Accessing the selectedIndex property\n// forces the browser to respect setting selected\n// on the option\n// The getter ensures a default option is selected\n// when in an optgroup\n// eslint rule \"no-unused-expressions\" is disabled for this code\n// since it considers such accessions noop\nif ( !support.optSelected ) {\n\tjQuery.propHooks.selected = {\n\t\tget: function( elem ) {\n\n\t\t\t/* eslint no-unused-expressions: \"off\" */\n\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent && parent.parentNode ) {\n\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t}\n\t\t\treturn null;\n\t\t},\n\t\tset: function( elem ) {\n\n\t\t\t/* eslint no-unused-expressions: \"off\" */\n\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent ) {\n\t\t\t\tparent.selectedIndex;\n\n\t\t\t\tif ( parent.parentNode ) {\n\t\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\njQuery.each( [\n\t\"tabIndex\",\n\t\"readOnly\",\n\t\"maxLength\",\n\t\"cellSpacing\",\n\t\"cellPadding\",\n\t\"rowSpan\",\n\t\"colSpan\",\n\t\"useMap\",\n\t\"frameBorder\",\n\t\"contentEditable\"\n], function() {\n\tjQuery.propFix[ this.toLowerCase() ] = this;\n} );\n\n\n\n\n\t// Strip and collapse whitespace according to HTML spec\n\t// https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace\n\tfunction stripAndCollapse( value ) {\n\t\tvar tokens = value.match( rnothtmlwhite ) || [];\n\t\treturn tokens.join( \" \" );\n\t}\n\n\nfunction getClass( elem ) {\n\treturn elem.getAttribute && elem.getAttribute( \"class\" ) || \"\";\n}\n\nfunction classesToArray( value ) {\n\tif ( Array.isArray( value ) ) {\n\t\treturn value;\n\t}\n\tif ( typeof value === \"string\" ) {\n\t\treturn value.match( rnothtmlwhite ) || [];\n\t}\n\treturn [];\n}\n\njQuery.fn.extend( {\n\taddClass: function( value ) {\n\t\tvar classes, elem, cur, curValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).addClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\t\t\t\tcur = elem.nodeType === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\t\t\t\t\t\tif ( cur.indexOf( \" \" + clazz + \" \" ) < 0 ) {\n\t\t\t\t\t\t\tcur += clazz + \" \";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tremoveClass: function( value ) {\n\t\tvar classes, elem, cur, curValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).removeClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tif ( !arguments.length ) {\n\t\t\treturn this.attr( \"class\", \"\" );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\n\t\t\t\t// This expression is here for better compressibility (see addClass)\n\t\t\t\tcur = elem.nodeType === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\n\t\t\t\t\t\t// Remove *all* instances\n\t\t\t\t\t\twhile ( cur.indexOf( \" \" + clazz + \" \" ) > -1 ) {\n\t\t\t\t\t\t\tcur = cur.replace( \" \" + clazz + \" \", \" \" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\ttoggleClass: function( value, stateVal ) {\n\t\tvar type = typeof value,\n\t\t\tisValidValue = type === \"string\" || Array.isArray( value );\n\n\t\tif ( typeof stateVal === \"boolean\" && isValidValue ) {\n\t\t\treturn stateVal ? this.addClass( value ) : this.removeClass( value );\n\t\t}\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( i ) {\n\t\t\t\tjQuery( this ).toggleClass(\n\t\t\t\t\tvalue.call( this, i, getClass( this ), stateVal ),\n\t\t\t\t\tstateVal\n\t\t\t\t);\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar className, i, self, classNames;\n\n\t\t\tif ( isValidValue ) {\n\n\t\t\t\t// Toggle individual class names\n\t\t\t\ti = 0;\n\t\t\t\tself = jQuery( this );\n\t\t\t\tclassNames = classesToArray( value );\n\n\t\t\t\twhile ( ( className = classNames[ i++ ] ) ) {\n\n\t\t\t\t\t// Check each className given, space separated list\n\t\t\t\t\tif ( self.hasClass( className ) ) {\n\t\t\t\t\t\tself.removeClass( className );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tself.addClass( className );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Toggle whole class name\n\t\t\t} else if ( value === undefined || type === \"boolean\" ) {\n\t\t\t\tclassName = getClass( this );\n\t\t\t\tif ( className ) {\n\n\t\t\t\t\t// Store className if set\n\t\t\t\t\tdataPriv.set( this, \"__className__\", className );\n\t\t\t\t}\n\n\t\t\t\t// If the element has a class name or if we're passed `false`,\n\t\t\t\t// then remove the whole classname (if there was one, the above saved it).\n\t\t\t\t// Otherwise bring back whatever was previously saved (if anything),\n\t\t\t\t// falling back to the empty string if nothing was stored.\n\t\t\t\tif ( this.setAttribute ) {\n\t\t\t\t\tthis.setAttribute( \"class\",\n\t\t\t\t\t\tclassName || value === false ?\n\t\t\t\t\t\t\"\" :\n\t\t\t\t\t\tdataPriv.get( this, \"__className__\" ) || \"\"\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\thasClass: function( selector ) {\n\t\tvar className, elem,\n\t\t\ti = 0;\n\n\t\tclassName = \" \" + selector + \" \";\n\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\tif ( elem.nodeType === 1 &&\n\t\t\t\t( \" \" + stripAndCollapse( getClass( elem ) ) + \" \" ).indexOf( className ) > -1 ) {\n\t\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}\n} );\n\n\n\n\nvar rreturn = /\\r/g;\n\njQuery.fn.extend( {\n\tval: function( value ) {\n\t\tvar hooks, ret, valueIsFunction,\n\t\t\telem = this[ 0 ];\n\n\t\tif ( !arguments.length ) {\n\t\t\tif ( elem ) {\n\t\t\t\thooks = jQuery.valHooks[ elem.type ] ||\n\t\t\t\t\tjQuery.valHooks[ elem.nodeName.toLowerCase() ];\n\n\t\t\t\tif ( hooks &&\n\t\t\t\t\t\"get\" in hooks &&\n\t\t\t\t\t( ret = hooks.get( elem, \"value\" ) ) !== undefined\n\t\t\t\t) {\n\t\t\t\t\treturn ret;\n\t\t\t\t}\n\n\t\t\t\tret = elem.value;\n\n\t\t\t\t// Handle most common string cases\n\t\t\t\tif ( typeof ret === \"string\" ) {\n\t\t\t\t\treturn ret.replace( rreturn, \"\" );\n\t\t\t\t}\n\n\t\t\t\t// Handle cases where value is null/undef or number\n\t\t\t\treturn ret == null ? \"\" : ret;\n\t\t\t}\n\n\t\t\treturn;\n\t\t}\n\n\t\tvalueIsFunction = isFunction( value );\n\n\t\treturn this.each( function( i ) {\n\t\t\tvar val;\n\n\t\t\tif ( this.nodeType !== 1 ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\tval = value.call( this, i, jQuery( this ).val() );\n\t\t\t} else {\n\t\t\t\tval = value;\n\t\t\t}\n\n\t\t\t// Treat null/undefined as \"\"; convert numbers to string\n\t\t\tif ( val == null ) {\n\t\t\t\tval = \"\";\n\n\t\t\t} else if ( typeof val === \"number\" ) {\n\t\t\t\tval += \"\";\n\n\t\t\t} else if ( Array.isArray( val ) ) {\n\t\t\t\tval = jQuery.map( val, function( value ) {\n\t\t\t\t\treturn value == null ? \"\" : value + \"\";\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\thooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ];\n\n\t\t\t// If set returns undefined, fall back to normal setting\n\t\t\tif ( !hooks || !( \"set\" in hooks ) || hooks.set( this, val, \"value\" ) === undefined ) {\n\t\t\t\tthis.value = val;\n\t\t\t}\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tvalHooks: {\n\t\toption: {\n\t\t\tget: function( elem ) {\n\n\t\t\t\tvar val = jQuery.find.attr( elem, \"value\" );\n\t\t\t\treturn val != null ?\n\t\t\t\t\tval :\n\n\t\t\t\t\t// Support: IE <=10 - 11 only\n\t\t\t\t\t// option.text throws exceptions (#14686, #14858)\n\t\t\t\t\t// Strip and collapse whitespace\n\t\t\t\t\t// https://html.spec.whatwg.org/#strip-and-collapse-whitespace\n\t\t\t\t\tstripAndCollapse( jQuery.text( elem ) );\n\t\t\t}\n\t\t},\n\t\tselect: {\n\t\t\tget: function( elem ) {\n\t\t\t\tvar value, option, i,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tindex = elem.selectedIndex,\n\t\t\t\t\tone = elem.type === \"select-one\",\n\t\t\t\t\tvalues = one ? null : [],\n\t\t\t\t\tmax = one ? index + 1 : options.length;\n\n\t\t\t\tif ( index < 0 ) {\n\t\t\t\t\ti = max;\n\n\t\t\t\t} else {\n\t\t\t\t\ti = one ? index : 0;\n\t\t\t\t}\n\n\t\t\t\t// Loop through all the selected options\n\t\t\t\tfor ( ; i < max; i++ ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t// IE8-9 doesn't update selected after form reset (#2551)\n\t\t\t\t\tif ( ( option.selected || i === index ) &&\n\n\t\t\t\t\t\t\t// Don't return options that are disabled or in a disabled optgroup\n\t\t\t\t\t\t\t!option.disabled &&\n\t\t\t\t\t\t\t( !option.parentNode.disabled ||\n\t\t\t\t\t\t\t\t!nodeName( option.parentNode, \"optgroup\" ) ) ) {\n\n\t\t\t\t\t\t// Get the specific value for the option\n\t\t\t\t\t\tvalue = jQuery( option ).val();\n\n\t\t\t\t\t\t// We don't need an array for one selects\n\t\t\t\t\t\tif ( one ) {\n\t\t\t\t\t\t\treturn value;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Multi-Selects return an array\n\t\t\t\t\t\tvalues.push( value );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn values;\n\t\t\t},\n\n\t\t\tset: function( elem, value ) {\n\t\t\t\tvar optionSet, option,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tvalues = jQuery.makeArray( value ),\n\t\t\t\t\ti = options.length;\n\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t/* eslint-disable no-cond-assign */\n\n\t\t\t\t\tif ( option.selected =\n\t\t\t\t\t\tjQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1\n\t\t\t\t\t) {\n\t\t\t\t\t\toptionSet = true;\n\t\t\t\t\t}\n\n\t\t\t\t\t/* eslint-enable no-cond-assign */\n\t\t\t\t}\n\n\t\t\t\t// Force browsers to behave consistently when non-matching value is set\n\t\t\t\tif ( !optionSet ) {\n\t\t\t\t\telem.selectedIndex = -1;\n\t\t\t\t}\n\t\t\t\treturn values;\n\t\t\t}\n\t\t}\n\t}\n} );\n\n// Radios and checkboxes getter/setter\njQuery.each( [ \"radio\", \"checkbox\" ], function() {\n\tjQuery.valHooks[ this ] = {\n\t\tset: function( elem, value ) {\n\t\t\tif ( Array.isArray( value ) ) {\n\t\t\t\treturn ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 );\n\t\t\t}\n\t\t}\n\t};\n\tif ( !support.checkOn ) {\n\t\tjQuery.valHooks[ this ].get = function( elem ) {\n\t\t\treturn elem.getAttribute( \"value\" ) === null ? \"on\" : elem.value;\n\t\t};\n\t}\n} );\n\n\n\n\n// Return jQuery for attributes-only inclusion\n\n\nsupport.focusin = \"onfocusin\" in window;\n\n\nvar rfocusMorph = /^(?:focusinfocus|focusoutblur)$/,\n\tstopPropagationCallback = function( e ) {\n\t\te.stopPropagation();\n\t};\n\njQuery.extend( jQuery.event, {\n\n\ttrigger: function( event, data, elem, onlyHandlers ) {\n\n\t\tvar i, cur, tmp, bubbleType, ontype, handle, special, lastElement,\n\t\t\teventPath = [ elem || document ],\n\t\t\ttype = hasOwn.call( event, \"type\" ) ? event.type : event,\n\t\t\tnamespaces = hasOwn.call( event, \"namespace\" ) ? event.namespace.split( \".\" ) : [];\n\n\t\tcur = lastElement = tmp = elem = elem || document;\n\n\t\t// Don't do events on text and comment nodes\n\t\tif ( elem.nodeType === 3 || elem.nodeType === 8 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// focus/blur morphs to focusin/out; ensure we're not firing them right now\n\t\tif ( rfocusMorph.test( type + jQuery.event.triggered ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( type.indexOf( \".\" ) > -1 ) {\n\n\t\t\t// Namespaced trigger; create a regexp to match event type in handle()\n\t\t\tnamespaces = type.split( \".\" );\n\t\t\ttype = namespaces.shift();\n\t\t\tnamespaces.sort();\n\t\t}\n\t\tontype = type.indexOf( \":\" ) < 0 && \"on\" + type;\n\n\t\t// Caller can pass in a jQuery.Event object, Object, or just an event type string\n\t\tevent = event[ jQuery.expando ] ?\n\t\t\tevent :\n\t\t\tnew jQuery.Event( type, typeof event === \"object\" && event );\n\n\t\t// Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true)\n\t\tevent.isTrigger = onlyHandlers ? 2 : 3;\n\t\tevent.namespace = namespaces.join( \".\" );\n\t\tevent.rnamespace = event.namespace ?\n\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" ) :\n\t\t\tnull;\n\n\t\t// Clean up the event in case it is being reused\n\t\tevent.result = undefined;\n\t\tif ( !event.target ) {\n\t\t\tevent.target = elem;\n\t\t}\n\n\t\t// Clone any incoming data and prepend the event, creating the handler arg list\n\t\tdata = data == null ?\n\t\t\t[ event ] :\n\t\t\tjQuery.makeArray( data, [ event ] );\n\n\t\t// Allow special events to draw outside the lines\n\t\tspecial = jQuery.event.special[ type ] || {};\n\t\tif ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine event propagation path in advance, per W3C events spec (#9951)\n\t\t// Bubble up to document, then to window; watch for a global ownerDocument var (#9724)\n\t\tif ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) {\n\n\t\t\tbubbleType = special.delegateType || type;\n\t\t\tif ( !rfocusMorph.test( bubbleType + type ) ) {\n\t\t\t\tcur = cur.parentNode;\n\t\t\t}\n\t\t\tfor ( ; cur; cur = cur.parentNode ) {\n\t\t\t\teventPath.push( cur );\n\t\t\t\ttmp = cur;\n\t\t\t}\n\n\t\t\t// Only add window if we got to document (e.g., not plain obj or detached DOM)\n\t\t\tif ( tmp === ( elem.ownerDocument || document ) ) {\n\t\t\t\teventPath.push( tmp.defaultView || tmp.parentWindow || window );\n\t\t\t}\n\t\t}\n\n\t\t// Fire handlers on the event path\n\t\ti = 0;\n\t\twhile ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tlastElement = cur;\n\t\t\tevent.type = i > 1 ?\n\t\t\t\tbubbleType :\n\t\t\t\tspecial.bindType || type;\n\n\t\t\t// jQuery handler\n\t\t\thandle = ( dataPriv.get( cur, \"events\" ) || {} )[ event.type ] &&\n\t\t\t\tdataPriv.get( cur, \"handle\" );\n\t\t\tif ( handle ) {\n\t\t\t\thandle.apply( cur, data );\n\t\t\t}\n\n\t\t\t// Native handler\n\t\t\thandle = ontype && cur[ ontype ];\n\t\t\tif ( handle && handle.apply && acceptData( cur ) ) {\n\t\t\t\tevent.result = handle.apply( cur, data );\n\t\t\t\tif ( event.result === false ) {\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tevent.type = type;\n\n\t\t// If nobody prevented the default action, do it now\n\t\tif ( !onlyHandlers && !event.isDefaultPrevented() ) {\n\n\t\t\tif ( ( !special._default ||\n\t\t\t\tspecial._default.apply( eventPath.pop(), data ) === false ) &&\n\t\t\t\tacceptData( elem ) ) {\n\n\t\t\t\t// Call a native DOM method on the target with the same name as the event.\n\t\t\t\t// Don't do default actions on window, that's where global variables be (#6170)\n\t\t\t\tif ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) {\n\n\t\t\t\t\t// Don't re-trigger an onFOO event when we call its FOO() method\n\t\t\t\t\ttmp = elem[ ontype ];\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = null;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prevent re-triggering of the same event, since we already bubbled it above\n\t\t\t\t\tjQuery.event.triggered = type;\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.addEventListener( type, stopPropagationCallback );\n\t\t\t\t\t}\n\n\t\t\t\t\telem[ type ]();\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.removeEventListener( type, stopPropagationCallback );\n\t\t\t\t\t}\n\n\t\t\t\t\tjQuery.event.triggered = undefined;\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\t// Piggyback on a donor event to simulate a different one\n\t// Used only for `focus(in | out)` events\n\tsimulate: function( type, elem, event ) {\n\t\tvar e = jQuery.extend(\n\t\t\tnew jQuery.Event(),\n\t\t\tevent,\n\t\t\t{\n\t\t\t\ttype: type,\n\t\t\t\tisSimulated: true\n\t\t\t}\n\t\t);\n\n\t\tjQuery.event.trigger( e, null, elem );\n\t}\n\n} );\n\njQuery.fn.extend( {\n\n\ttrigger: function( type, data ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.trigger( type, data, this );\n\t\t} );\n\t},\n\ttriggerHandler: function( type, data ) {\n\t\tvar elem = this[ 0 ];\n\t\tif ( elem ) {\n\t\t\treturn jQuery.event.trigger( type, data, elem, true );\n\t\t}\n\t}\n} );\n\n\n// Support: Firefox <=44\n// Firefox doesn't have focus(in | out) events\n// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787\n//\n// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1\n// focus(in | out) events fire after focus & blur events,\n// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order\n// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857\nif ( !support.focusin ) {\n\tjQuery.each( { focus: \"focusin\", blur: \"focusout\" }, function( orig, fix ) {\n\n\t\t// Attach a single capturing handler on the document while someone wants focusin/focusout\n\t\tvar handler = function( event ) {\n\t\t\tjQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) );\n\t\t};\n\n\t\tjQuery.event.special[ fix ] = {\n\t\t\tsetup: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix );\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.addEventListener( orig, handler, true );\n\t\t\t\t}\n\t\t\t\tdataPriv.access( doc, fix, ( attaches || 0 ) + 1 );\n\t\t\t},\n\t\t\tteardown: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix ) - 1;\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.removeEventListener( orig, handler, true );\n\t\t\t\t\tdataPriv.remove( doc, fix );\n\n\t\t\t\t} else {\n\t\t\t\t\tdataPriv.access( doc, fix, attaches );\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t} );\n}\nvar location = window.location;\n\nvar nonce = Date.now();\n\nvar rquery = ( /\\?/ );\n\n\n\n// Cross-browser xml parsing\njQuery.parseXML = function( data ) {\n\tvar xml;\n\tif ( !data || typeof data !== \"string\" ) {\n\t\treturn null;\n\t}\n\n\t// Support: IE 9 - 11 only\n\t// IE throws on parseFromString with invalid input.\n\ttry {\n\t\txml = ( new window.DOMParser() ).parseFromString( data, \"text/xml\" );\n\t} catch ( e ) {\n\t\txml = undefined;\n\t}\n\n\tif ( !xml || xml.getElementsByTagName( \"parsererror\" ).length ) {\n\t\tjQuery.error( \"Invalid XML: \" + data );\n\t}\n\treturn xml;\n};\n\n\nvar\n\trbracket = /\\[\\]$/,\n\trCRLF = /\\r?\\n/g,\n\trsubmitterTypes = /^(?:submit|button|image|reset|file)$/i,\n\trsubmittable = /^(?:input|select|textarea|keygen)/i;\n\nfunction buildParams( prefix, obj, traditional, add ) {\n\tvar name;\n\n\tif ( Array.isArray( obj ) ) {\n\n\t\t// Serialize array item.\n\t\tjQuery.each( obj, function( i, v ) {\n\t\t\tif ( traditional || rbracket.test( prefix ) ) {\n\n\t\t\t\t// Treat each array item as a scalar.\n\t\t\t\tadd( prefix, v );\n\n\t\t\t} else {\n\n\t\t\t\t// Item is non-scalar (array or object), encode its numeric index.\n\t\t\t\tbuildParams(\n\t\t\t\t\tprefix + \"[\" + ( typeof v === \"object\" && v != null ? i : \"\" ) + \"]\",\n\t\t\t\t\tv,\n\t\t\t\t\ttraditional,\n\t\t\t\t\tadd\n\t\t\t\t);\n\t\t\t}\n\t\t} );\n\n\t} else if ( !traditional && toType( obj ) === \"object\" ) {\n\n\t\t// Serialize object item.\n\t\tfor ( name in obj ) {\n\t\t\tbuildParams( prefix + \"[\" + name + \"]\", obj[ name ], traditional, add );\n\t\t}\n\n\t} else {\n\n\t\t// Serialize scalar item.\n\t\tadd( prefix, obj );\n\t}\n}\n\n// Serialize an array of form elements or a set of\n// key/values into a query string\njQuery.param = function( a, traditional ) {\n\tvar prefix,\n\t\ts = [],\n\t\tadd = function( key, valueOrFunction ) {\n\n\t\t\t// If value is a function, invoke it and use its return value\n\t\t\tvar value = isFunction( valueOrFunction ) ?\n\t\t\t\tvalueOrFunction() :\n\t\t\t\tvalueOrFunction;\n\n\t\t\ts[ s.length ] = encodeURIComponent( key ) + \"=\" +\n\t\t\t\tencodeURIComponent( value == null ? \"\" : value );\n\t\t};\n\n\tif ( a == null ) {\n\t\treturn \"\";\n\t}\n\n\t// If an array was passed in, assume that it is an array of form elements.\n\tif ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {\n\n\t\t// Serialize the form elements\n\t\tjQuery.each( a, function() {\n\t\t\tadd( this.name, this.value );\n\t\t} );\n\n\t} else {\n\n\t\t// If traditional, encode the \"old\" way (the way 1.3.2 or older\n\t\t// did it), otherwise encode params recursively.\n\t\tfor ( prefix in a ) {\n\t\t\tbuildParams( prefix, a[ prefix ], traditional, add );\n\t\t}\n\t}\n\n\t// Return the resulting serialization\n\treturn s.join( \"&\" );\n};\n\njQuery.fn.extend( {\n\tserialize: function() {\n\t\treturn jQuery.param( this.serializeArray() );\n\t},\n\tserializeArray: function() {\n\t\treturn this.map( function() {\n\n\t\t\t// Can add propHook for \"elements\" to filter or add form elements\n\t\t\tvar elements = jQuery.prop( this, \"elements\" );\n\t\t\treturn elements ? jQuery.makeArray( elements ) : this;\n\t\t} )\n\t\t.filter( function() {\n\t\t\tvar type = this.type;\n\n\t\t\t// Use .is( \":disabled\" ) so that fieldset[disabled] works\n\t\t\treturn this.name && !jQuery( this ).is( \":disabled\" ) &&\n\t\t\t\trsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) &&\n\t\t\t\t( this.checked || !rcheckableType.test( type ) );\n\t\t} )\n\t\t.map( function( i, elem ) {\n\t\t\tvar val = jQuery( this ).val();\n\n\t\t\tif ( val == null ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\tif ( Array.isArray( val ) ) {\n\t\t\t\treturn jQuery.map( val, function( val ) {\n\t\t\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t} ).get();\n\t}\n} );\n\n\nvar\n\tr20 = /%20/g,\n\trhash = /#.*$/,\n\trantiCache = /([?&])_=[^&]*/,\n\trheaders = /^(.*?):[ \\t]*([^\\r\\n]*)$/mg,\n\n\t// #7653, #8125, #8152: local protocol detection\n\trlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/,\n\trnoContent = /^(?:GET|HEAD)$/,\n\trprotocol = /^\\/\\//,\n\n\t/* Prefilters\n\t * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)\n\t * 2) These are called:\n\t * - BEFORE asking for a transport\n\t * - AFTER param serialization (s.data is a string if s.processData is true)\n\t * 3) key is the dataType\n\t * 4) the catchall symbol \"*\" can be used\n\t * 5) execution will start with transport dataType and THEN continue down to \"*\" if needed\n\t */\n\tprefilters = {},\n\n\t/* Transports bindings\n\t * 1) key is the dataType\n\t * 2) the catchall symbol \"*\" can be used\n\t * 3) selection will start with transport dataType and THEN go to \"*\" if needed\n\t */\n\ttransports = {},\n\n\t// Avoid comment-prolog char sequence (#10098); must appease lint and evade compression\n\tallTypes = \"*/\".concat( \"*\" ),\n\n\t// Anchor tag for parsing the document origin\n\toriginAnchor = document.createElement( \"a\" );\n\toriginAnchor.href = location.href;\n\n// Base \"constructor\" for jQuery.ajaxPrefilter and jQuery.ajaxTransport\nfunction addToPrefiltersOrTransports( structure ) {\n\n\t// dataTypeExpression is optional and defaults to \"*\"\n\treturn function( dataTypeExpression, func ) {\n\n\t\tif ( typeof dataTypeExpression !== \"string\" ) {\n\t\t\tfunc = dataTypeExpression;\n\t\t\tdataTypeExpression = \"*\";\n\t\t}\n\n\t\tvar dataType,\n\t\t\ti = 0,\n\t\t\tdataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || [];\n\n\t\tif ( isFunction( func ) ) {\n\n\t\t\t// For each dataType in the dataTypeExpression\n\t\t\twhile ( ( dataType = dataTypes[ i++ ] ) ) {\n\n\t\t\t\t// Prepend if requested\n\t\t\t\tif ( dataType[ 0 ] === \"+\" ) {\n\t\t\t\t\tdataType = dataType.slice( 1 ) || \"*\";\n\t\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func );\n\n\t\t\t\t// Otherwise append\n\t\t\t\t} else {\n\t\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).push( func );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\n// Base inspection function for prefilters and transports\nfunction inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) {\n\n\tvar inspected = {},\n\t\tseekingTransport = ( structure === transports );\n\n\tfunction inspect( dataType ) {\n\t\tvar selected;\n\t\tinspected[ dataType ] = true;\n\t\tjQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) {\n\t\t\tvar dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR );\n\t\t\tif ( typeof dataTypeOrTransport === \"string\" &&\n\t\t\t\t!seekingTransport && !inspected[ dataTypeOrTransport ] ) {\n\n\t\t\t\toptions.dataTypes.unshift( dataTypeOrTransport );\n\t\t\t\tinspect( dataTypeOrTransport );\n\t\t\t\treturn false;\n\t\t\t} else if ( seekingTransport ) {\n\t\t\t\treturn !( selected = dataTypeOrTransport );\n\t\t\t}\n\t\t} );\n\t\treturn selected;\n\t}\n\n\treturn inspect( options.dataTypes[ 0 ] ) || !inspected[ \"*\" ] && inspect( \"*\" );\n}\n\n// A special extend for ajax options\n// that takes \"flat\" options (not to be deep extended)\n// Fixes #9887\nfunction ajaxExtend( target, src ) {\n\tvar key, deep,\n\t\tflatOptions = jQuery.ajaxSettings.flatOptions || {};\n\n\tfor ( key in src ) {\n\t\tif ( src[ key ] !== undefined ) {\n\t\t\t( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ];\n\t\t}\n\t}\n\tif ( deep ) {\n\t\tjQuery.extend( true, target, deep );\n\t}\n\n\treturn target;\n}\n\n/* Handles responses to an ajax request:\n * - finds the right dataType (mediates between content-type and expected dataType)\n * - returns the corresponding response\n */\nfunction ajaxHandleResponses( s, jqXHR, responses ) {\n\n\tvar ct, type, finalDataType, firstDataType,\n\t\tcontents = s.contents,\n\t\tdataTypes = s.dataTypes;\n\n\t// Remove auto dataType and get content-type in the process\n\twhile ( dataTypes[ 0 ] === \"*\" ) {\n\t\tdataTypes.shift();\n\t\tif ( ct === undefined ) {\n\t\t\tct = s.mimeType || jqXHR.getResponseHeader( \"Content-Type\" );\n\t\t}\n\t}\n\n\t// Check if we're dealing with a known content-type\n\tif ( ct ) {\n\t\tfor ( type in contents ) {\n\t\t\tif ( contents[ type ] && contents[ type ].test( ct ) ) {\n\t\t\t\tdataTypes.unshift( type );\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Check to see if we have a response for the expected dataType\n\tif ( dataTypes[ 0 ] in responses ) {\n\t\tfinalDataType = dataTypes[ 0 ];\n\t} else {\n\n\t\t// Try convertible dataTypes\n\t\tfor ( type in responses ) {\n\t\t\tif ( !dataTypes[ 0 ] || s.converters[ type + \" \" + dataTypes[ 0 ] ] ) {\n\t\t\t\tfinalDataType = type;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( !firstDataType ) {\n\t\t\t\tfirstDataType = type;\n\t\t\t}\n\t\t}\n\n\t\t// Or just use first one\n\t\tfinalDataType = finalDataType || firstDataType;\n\t}\n\n\t// If we found a dataType\n\t// We add the dataType to the list if needed\n\t// and return the corresponding response\n\tif ( finalDataType ) {\n\t\tif ( finalDataType !== dataTypes[ 0 ] ) {\n\t\t\tdataTypes.unshift( finalDataType );\n\t\t}\n\t\treturn responses[ finalDataType ];\n\t}\n}\n\n/* Chain conversions given the request and the original response\n * Also sets the responseXXX fields on the jqXHR instance\n */\nfunction ajaxConvert( s, response, jqXHR, isSuccess ) {\n\tvar conv2, current, conv, tmp, prev,\n\t\tconverters = {},\n\n\t\t// Work with a copy of dataTypes in case we need to modify it for conversion\n\t\tdataTypes = s.dataTypes.slice();\n\n\t// Create converters map with lowercased keys\n\tif ( dataTypes[ 1 ] ) {\n\t\tfor ( conv in s.converters ) {\n\t\t\tconverters[ conv.toLowerCase() ] = s.converters[ conv ];\n\t\t}\n\t}\n\n\tcurrent = dataTypes.shift();\n\n\t// Convert to each sequential dataType\n\twhile ( current ) {\n\n\t\tif ( s.responseFields[ current ] ) {\n\t\t\tjqXHR[ s.responseFields[ current ] ] = response;\n\t\t}\n\n\t\t// Apply the dataFilter if provided\n\t\tif ( !prev && isSuccess && s.dataFilter ) {\n\t\t\tresponse = s.dataFilter( response, s.dataType );\n\t\t}\n\n\t\tprev = current;\n\t\tcurrent = dataTypes.shift();\n\n\t\tif ( current ) {\n\n\t\t\t// There's only work to do if current dataType is non-auto\n\t\t\tif ( current === \"*\" ) {\n\n\t\t\t\tcurrent = prev;\n\n\t\t\t// Convert response if prev dataType is non-auto and differs from current\n\t\t\t} else if ( prev !== \"*\" && prev !== current ) {\n\n\t\t\t\t// Seek a direct converter\n\t\t\t\tconv = converters[ prev + \" \" + current ] || converters[ \"* \" + current ];\n\n\t\t\t\t// If none found, seek a pair\n\t\t\t\tif ( !conv ) {\n\t\t\t\t\tfor ( conv2 in converters ) {\n\n\t\t\t\t\t\t// If conv2 outputs current\n\t\t\t\t\t\ttmp = conv2.split( \" \" );\n\t\t\t\t\t\tif ( tmp[ 1 ] === current ) {\n\n\t\t\t\t\t\t\t// If prev can be converted to accepted input\n\t\t\t\t\t\t\tconv = converters[ prev + \" \" + tmp[ 0 ] ] ||\n\t\t\t\t\t\t\t\tconverters[ \"* \" + tmp[ 0 ] ];\n\t\t\t\t\t\t\tif ( conv ) {\n\n\t\t\t\t\t\t\t\t// Condense equivalence converters\n\t\t\t\t\t\t\t\tif ( conv === true ) {\n\t\t\t\t\t\t\t\t\tconv = converters[ conv2 ];\n\n\t\t\t\t\t\t\t\t// Otherwise, insert the intermediate dataType\n\t\t\t\t\t\t\t\t} else if ( converters[ conv2 ] !== true ) {\n\t\t\t\t\t\t\t\t\tcurrent = tmp[ 0 ];\n\t\t\t\t\t\t\t\t\tdataTypes.unshift( tmp[ 1 ] );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Apply converter (if not an equivalence)\n\t\t\t\tif ( conv !== true ) {\n\n\t\t\t\t\t// Unless errors are allowed to bubble, catch and return them\n\t\t\t\t\tif ( conv && s.throws ) {\n\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t} else {\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t\t} catch ( e ) {\n\t\t\t\t\t\t\treturn {\n\t\t\t\t\t\t\t\tstate: \"parsererror\",\n\t\t\t\t\t\t\t\terror: conv ? e : \"No conversion from \" + prev + \" to \" + current\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn { state: \"success\", data: response };\n}\n\njQuery.extend( {\n\n\t// Counter for holding the number of active queries\n\tactive: 0,\n\n\t// Last-Modified header cache for next request\n\tlastModified: {},\n\tetag: {},\n\n\tajaxSettings: {\n\t\turl: location.href,\n\t\ttype: \"GET\",\n\t\tisLocal: rlocalProtocol.test( location.protocol ),\n\t\tglobal: true,\n\t\tprocessData: true,\n\t\tasync: true,\n\t\tcontentType: \"application/x-www-form-urlencoded; charset=UTF-8\",\n\n\t\t/*\n\t\ttimeout: 0,\n\t\tdata: null,\n\t\tdataType: null,\n\t\tusername: null,\n\t\tpassword: null,\n\t\tcache: null,\n\t\tthrows: false,\n\t\ttraditional: false,\n\t\theaders: {},\n\t\t*/\n\n\t\taccepts: {\n\t\t\t\"*\": allTypes,\n\t\t\ttext: \"text/plain\",\n\t\t\thtml: \"text/html\",\n\t\t\txml: \"application/xml, text/xml\",\n\t\t\tjson: \"application/json, text/javascript\"\n\t\t},\n\n\t\tcontents: {\n\t\t\txml: /\\bxml\\b/,\n\t\t\thtml: /\\bhtml/,\n\t\t\tjson: /\\bjson\\b/\n\t\t},\n\n\t\tresponseFields: {\n\t\t\txml: \"responseXML\",\n\t\t\ttext: \"responseText\",\n\t\t\tjson: \"responseJSON\"\n\t\t},\n\n\t\t// Data converters\n\t\t// Keys separate source (or catchall \"*\") and destination types with a single space\n\t\tconverters: {\n\n\t\t\t// Convert anything to text\n\t\t\t\"* text\": String,\n\n\t\t\t// Text to html (true = no transformation)\n\t\t\t\"text html\": true,\n\n\t\t\t// Evaluate text as a json expression\n\t\t\t\"text json\": JSON.parse,\n\n\t\t\t// Parse text as xml\n\t\t\t\"text xml\": jQuery.parseXML\n\t\t},\n\n\t\t// For options that shouldn't be deep extended:\n\t\t// you can add your own custom options here if\n\t\t// and when you create one that shouldn't be\n\t\t// deep extended (see ajaxExtend)\n\t\tflatOptions: {\n\t\t\turl: true,\n\t\t\tcontext: true\n\t\t}\n\t},\n\n\t// Creates a full fledged settings object into target\n\t// with both ajaxSettings and settings fields.\n\t// If target is omitted, writes into ajaxSettings.\n\tajaxSetup: function( target, settings ) {\n\t\treturn settings ?\n\n\t\t\t// Building a settings object\n\t\t\tajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) :\n\n\t\t\t// Extending ajaxSettings\n\t\t\tajaxExtend( jQuery.ajaxSettings, target );\n\t},\n\n\tajaxPrefilter: addToPrefiltersOrTransports( prefilters ),\n\tajaxTransport: addToPrefiltersOrTransports( transports ),\n\n\t// Main method\n\tajax: function( url, options ) {\n\n\t\t// If url is an object, simulate pre-1.5 signature\n\t\tif ( typeof url === \"object\" ) {\n\t\t\toptions = url;\n\t\t\turl = undefined;\n\t\t}\n\n\t\t// Force options to be an object\n\t\toptions = options || {};\n\n\t\tvar transport,\n\n\t\t\t// URL without anti-cache param\n\t\t\tcacheURL,\n\n\t\t\t// Response headers\n\t\t\tresponseHeadersString,\n\t\t\tresponseHeaders,\n\n\t\t\t// timeout handle\n\t\t\ttimeoutTimer,\n\n\t\t\t// Url cleanup var\n\t\t\turlAnchor,\n\n\t\t\t// Request state (becomes false upon send and true upon completion)\n\t\t\tcompleted,\n\n\t\t\t// To know if global events are to be dispatched\n\t\t\tfireGlobals,\n\n\t\t\t// Loop variable\n\t\t\ti,\n\n\t\t\t// uncached part of the url\n\t\t\tuncached,\n\n\t\t\t// Create the final options object\n\t\t\ts = jQuery.ajaxSetup( {}, options ),\n\n\t\t\t// Callbacks context\n\t\t\tcallbackContext = s.context || s,\n\n\t\t\t// Context for global events is callbackContext if it is a DOM node or jQuery collection\n\t\t\tglobalEventContext = s.context &&\n\t\t\t\t( callbackContext.nodeType || callbackContext.jquery ) ?\n\t\t\t\t\tjQuery( callbackContext ) :\n\t\t\t\t\tjQuery.event,\n\n\t\t\t// Deferreds\n\t\t\tdeferred = jQuery.Deferred(),\n\t\t\tcompleteDeferred = jQuery.Callbacks( \"once memory\" ),\n\n\t\t\t// Status-dependent callbacks\n\t\t\tstatusCode = s.statusCode || {},\n\n\t\t\t// Headers (they are sent all at once)\n\t\t\trequestHeaders = {},\n\t\t\trequestHeadersNames = {},\n\n\t\t\t// Default abort message\n\t\t\tstrAbort = \"canceled\",\n\n\t\t\t// Fake xhr\n\t\t\tjqXHR = {\n\t\t\t\treadyState: 0,\n\n\t\t\t\t// Builds headers hashtable if needed\n\t\t\t\tgetResponseHeader: function( key ) {\n\t\t\t\t\tvar match;\n\t\t\t\t\tif ( completed ) {\n\t\t\t\t\t\tif ( !responseHeaders ) {\n\t\t\t\t\t\t\tresponseHeaders = {};\n\t\t\t\t\t\t\twhile ( ( match = rheaders.exec( responseHeadersString ) ) ) {\n\t\t\t\t\t\t\t\tresponseHeaders[ match[ 1 ].toLowerCase() + \" \" ] =\n\t\t\t\t\t\t\t\t\t( responseHeaders[ match[ 1 ].toLowerCase() + \" \" ] || [] )\n\t\t\t\t\t\t\t\t\t\t.concat( match[ 2 ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tmatch = responseHeaders[ key.toLowerCase() + \" \" ];\n\t\t\t\t\t}\n\t\t\t\t\treturn match == null ? null : match.join( \", \" );\n\t\t\t\t},\n\n\t\t\t\t// Raw string\n\t\t\t\tgetAllResponseHeaders: function() {\n\t\t\t\t\treturn completed ? responseHeadersString : null;\n\t\t\t\t},\n\n\t\t\t\t// Caches the header\n\t\t\t\tsetRequestHeader: function( name, value ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\tname = requestHeadersNames[ name.toLowerCase() ] =\n\t\t\t\t\t\t\trequestHeadersNames[ name.toLowerCase() ] || name;\n\t\t\t\t\t\trequestHeaders[ name ] = value;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Overrides response content-type header\n\t\t\t\toverrideMimeType: function( type ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\ts.mimeType = type;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Status-dependent callbacks\n\t\t\t\tstatusCode: function( map ) {\n\t\t\t\t\tvar code;\n\t\t\t\t\tif ( map ) {\n\t\t\t\t\t\tif ( completed ) {\n\n\t\t\t\t\t\t\t// Execute the appropriate callbacks\n\t\t\t\t\t\t\tjqXHR.always( map[ jqXHR.status ] );\n\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t// Lazy-add the new callbacks in a way that preserves old ones\n\t\t\t\t\t\t\tfor ( code in map ) {\n\t\t\t\t\t\t\t\tstatusCode[ code ] = [ statusCode[ code ], map[ code ] ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Cancel the request\n\t\t\t\tabort: function( statusText ) {\n\t\t\t\t\tvar finalText = statusText || strAbort;\n\t\t\t\t\tif ( transport ) {\n\t\t\t\t\t\ttransport.abort( finalText );\n\t\t\t\t\t}\n\t\t\t\t\tdone( 0, finalText );\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t};\n\n\t\t// Attach deferreds\n\t\tdeferred.promise( jqXHR );\n\n\t\t// Add protocol if not provided (prefilters might expect it)\n\t\t// Handle falsy url in the settings object (#10093: consistency with old signature)\n\t\t// We also use the url parameter if available\n\t\ts.url = ( ( url || s.url || location.href ) + \"\" )\n\t\t\t.replace( rprotocol, location.protocol + \"//\" );\n\n\t\t// Alias method option to type as per ticket #12004\n\t\ts.type = options.method || options.type || s.method || s.type;\n\n\t\t// Extract dataTypes list\n\t\ts.dataTypes = ( s.dataType || \"*\" ).toLowerCase().match( rnothtmlwhite ) || [ \"\" ];\n\n\t\t// A cross-domain request is in order when the origin doesn't match the current origin.\n\t\tif ( s.crossDomain == null ) {\n\t\t\turlAnchor = document.createElement( \"a\" );\n\n\t\t\t// Support: IE <=8 - 11, Edge 12 - 15\n\t\t\t// IE throws exception on accessing the href property if url is malformed,\n\t\t\t// e.g. http://example.com:80x/\n\t\t\ttry {\n\t\t\t\turlAnchor.href = s.url;\n\n\t\t\t\t// Support: IE <=8 - 11 only\n\t\t\t\t// Anchor's host property isn't correctly set when s.url is relative\n\t\t\t\turlAnchor.href = urlAnchor.href;\n\t\t\t\ts.crossDomain = originAnchor.protocol + \"//\" + originAnchor.host !==\n\t\t\t\t\turlAnchor.protocol + \"//\" + urlAnchor.host;\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// If there is an error parsing the URL, assume it is crossDomain,\n\t\t\t\t// it can be rejected by the transport if it is invalid\n\t\t\t\ts.crossDomain = true;\n\t\t\t}\n\t\t}\n\n\t\t// Convert data if not already a string\n\t\tif ( s.data && s.processData && typeof s.data !== \"string\" ) {\n\t\t\ts.data = jQuery.param( s.data, s.traditional );\n\t\t}\n\n\t\t// Apply prefilters\n\t\tinspectPrefiltersOrTransports( prefilters, s, options, jqXHR );\n\n\t\t// If request was aborted inside a prefilter, stop there\n\t\tif ( completed ) {\n\t\t\treturn jqXHR;\n\t\t}\n\n\t\t// We can fire global events as of now if asked to\n\t\t// Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118)\n\t\tfireGlobals = jQuery.event && s.global;\n\n\t\t// Watch for a new set of requests\n\t\tif ( fireGlobals && jQuery.active++ === 0 ) {\n\t\t\tjQuery.event.trigger( \"ajaxStart\" );\n\t\t}\n\n\t\t// Uppercase the type\n\t\ts.type = s.type.toUpperCase();\n\n\t\t// Determine if request has content\n\t\ts.hasContent = !rnoContent.test( s.type );\n\n\t\t// Save the URL in case we're toying with the If-Modified-Since\n\t\t// and/or If-None-Match header later on\n\t\t// Remove hash to simplify url manipulation\n\t\tcacheURL = s.url.replace( rhash, \"\" );\n\n\t\t// More options handling for requests with no content\n\t\tif ( !s.hasContent ) {\n\n\t\t\t// Remember the hash so we can put it back\n\t\t\tuncached = s.url.slice( cacheURL.length );\n\n\t\t\t// If data is available and should be processed, append data to url\n\t\t\tif ( s.data && ( s.processData || typeof s.data === \"string\" ) ) {\n\t\t\t\tcacheURL += ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + s.data;\n\n\t\t\t\t// #9682: remove data so that it's not used in an eventual retry\n\t\t\t\tdelete s.data;\n\t\t\t}\n\n\t\t\t// Add or update anti-cache param if needed\n\t\t\tif ( s.cache === false ) {\n\t\t\t\tcacheURL = cacheURL.replace( rantiCache, \"$1\" );\n\t\t\t\tuncached = ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + \"_=\" + ( nonce++ ) + uncached;\n\t\t\t}\n\n\t\t\t// Put hash and anti-cache on the URL that will be requested (gh-1732)\n\t\t\ts.url = cacheURL + uncached;\n\n\t\t// Change '%20' to '+' if this is encoded form body content (gh-2658)\n\t\t} else if ( s.data && s.processData &&\n\t\t\t( s.contentType || \"\" ).indexOf( \"application/x-www-form-urlencoded\" ) === 0 ) {\n\t\t\ts.data = s.data.replace( r20, \"+\" );\n\t\t}\n\n\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\tif ( s.ifModified ) {\n\t\t\tif ( jQuery.lastModified[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-Modified-Since\", jQuery.lastModified[ cacheURL ] );\n\t\t\t}\n\t\t\tif ( jQuery.etag[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-None-Match\", jQuery.etag[ cacheURL ] );\n\t\t\t}\n\t\t}\n\n\t\t// Set the correct header, if data is being sent\n\t\tif ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {\n\t\t\tjqXHR.setRequestHeader( \"Content-Type\", s.contentType );\n\t\t}\n\n\t\t// Set the Accepts header for the server, depending on the dataType\n\t\tjqXHR.setRequestHeader(\n\t\t\t\"Accept\",\n\t\t\ts.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ?\n\t\t\t\ts.accepts[ s.dataTypes[ 0 ] ] +\n\t\t\t\t\t( s.dataTypes[ 0 ] !== \"*\" ? \", \" + allTypes + \"; q=0.01\" : \"\" ) :\n\t\t\t\ts.accepts[ \"*\" ]\n\t\t);\n\n\t\t// Check for headers option\n\t\tfor ( i in s.headers ) {\n\t\t\tjqXHR.setRequestHeader( i, s.headers[ i ] );\n\t\t}\n\n\t\t// Allow custom headers/mimetypes and early abort\n\t\tif ( s.beforeSend &&\n\t\t\t( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) {\n\n\t\t\t// Abort if not done already and return\n\t\t\treturn jqXHR.abort();\n\t\t}\n\n\t\t// Aborting is no longer a cancellation\n\t\tstrAbort = \"abort\";\n\n\t\t// Install callbacks on deferreds\n\t\tcompleteDeferred.add( s.complete );\n\t\tjqXHR.done( s.success );\n\t\tjqXHR.fail( s.error );\n\n\t\t// Get transport\n\t\ttransport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );\n\n\t\t// If no transport, we auto-abort\n\t\tif ( !transport ) {\n\t\t\tdone( -1, \"No Transport\" );\n\t\t} else {\n\t\t\tjqXHR.readyState = 1;\n\n\t\t\t// Send global event\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxSend\", [ jqXHR, s ] );\n\t\t\t}\n\n\t\t\t// If request was aborted inside ajaxSend, stop there\n\t\t\tif ( completed ) {\n\t\t\t\treturn jqXHR;\n\t\t\t}\n\n\t\t\t// Timeout\n\t\t\tif ( s.async && s.timeout > 0 ) {\n\t\t\t\ttimeoutTimer = window.setTimeout( function() {\n\t\t\t\t\tjqXHR.abort( \"timeout\" );\n\t\t\t\t}, s.timeout );\n\t\t\t}\n\n\t\t\ttry {\n\t\t\t\tcompleted = false;\n\t\t\t\ttransport.send( requestHeaders, done );\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// Rethrow post-completion exceptions\n\t\t\t\tif ( completed ) {\n\t\t\t\t\tthrow e;\n\t\t\t\t}\n\n\t\t\t\t// Propagate others as results\n\t\t\t\tdone( -1, e );\n\t\t\t}\n\t\t}\n\n\t\t// Callback for when everything is done\n\t\tfunction done( status, nativeStatusText, responses, headers ) {\n\t\t\tvar isSuccess, success, error, response, modified,\n\t\t\t\tstatusText = nativeStatusText;\n\n\t\t\t// Ignore repeat invocations\n\t\t\tif ( completed ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tcompleted = true;\n\n\t\t\t// Clear timeout if it exists\n\t\t\tif ( timeoutTimer ) {\n\t\t\t\twindow.clearTimeout( timeoutTimer );\n\t\t\t}\n\n\t\t\t// Dereference transport for early garbage collection\n\t\t\t// (no matter how long the jqXHR object will be used)\n\t\t\ttransport = undefined;\n\n\t\t\t// Cache response headers\n\t\t\tresponseHeadersString = headers || \"\";\n\n\t\t\t// Set readyState\n\t\t\tjqXHR.readyState = status > 0 ? 4 : 0;\n\n\t\t\t// Determine if successful\n\t\t\tisSuccess = status >= 200 && status < 300 || status === 304;\n\n\t\t\t// Get response data\n\t\t\tif ( responses ) {\n\t\t\t\tresponse = ajaxHandleResponses( s, jqXHR, responses );\n\t\t\t}\n\n\t\t\t// Convert no matter what (that way responseXXX fields are always set)\n\t\t\tresponse = ajaxConvert( s, response, jqXHR, isSuccess );\n\n\t\t\t// If successful, handle type chaining\n\t\t\tif ( isSuccess ) {\n\n\t\t\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\t\t\tif ( s.ifModified ) {\n\t\t\t\t\tmodified = jqXHR.getResponseHeader( \"Last-Modified\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.lastModified[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t\tmodified = jqXHR.getResponseHeader( \"etag\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.etag[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// if no content\n\t\t\t\tif ( status === 204 || s.type === \"HEAD\" ) {\n\t\t\t\t\tstatusText = \"nocontent\";\n\n\t\t\t\t// if not modified\n\t\t\t\t} else if ( status === 304 ) {\n\t\t\t\t\tstatusText = \"notmodified\";\n\n\t\t\t\t// If we have data, let's convert it\n\t\t\t\t} else {\n\t\t\t\t\tstatusText = response.state;\n\t\t\t\t\tsuccess = response.data;\n\t\t\t\t\terror = response.error;\n\t\t\t\t\tisSuccess = !error;\n\t\t\t\t}\n\t\t\t} else {\n\n\t\t\t\t// Extract error from statusText and normalize for non-aborts\n\t\t\t\terror = statusText;\n\t\t\t\tif ( status || !statusText ) {\n\t\t\t\t\tstatusText = \"error\";\n\t\t\t\t\tif ( status < 0 ) {\n\t\t\t\t\t\tstatus = 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Set data for the fake xhr object\n\t\t\tjqXHR.status = status;\n\t\t\tjqXHR.statusText = ( nativeStatusText || statusText ) + \"\";\n\n\t\t\t// Success/Error\n\t\t\tif ( isSuccess ) {\n\t\t\t\tdeferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );\n\t\t\t} else {\n\t\t\t\tdeferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );\n\t\t\t}\n\n\t\t\t// Status-dependent callbacks\n\t\t\tjqXHR.statusCode( statusCode );\n\t\t\tstatusCode = undefined;\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( isSuccess ? \"ajaxSuccess\" : \"ajaxError\",\n\t\t\t\t\t[ jqXHR, s, isSuccess ? success : error ] );\n\t\t\t}\n\n\t\t\t// Complete\n\t\t\tcompleteDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxComplete\", [ jqXHR, s ] );\n\n\t\t\t\t// Handle the global AJAX counter\n\t\t\t\tif ( !( --jQuery.active ) ) {\n\t\t\t\t\tjQuery.event.trigger( \"ajaxStop\" );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn jqXHR;\n\t},\n\n\tgetJSON: function( url, data, callback ) {\n\t\treturn jQuery.get( url, data, callback, \"json\" );\n\t},\n\n\tgetScript: function( url, callback ) {\n\t\treturn jQuery.get( url, undefined, callback, \"script\" );\n\t}\n} );\n\njQuery.each( [ \"get\", \"post\" ], function( i, method ) {\n\tjQuery[ method ] = function( url, data, callback, type ) {\n\n\t\t// Shift arguments if data argument was omitted\n\t\tif ( isFunction( data ) ) {\n\t\t\ttype = type || callback;\n\t\t\tcallback = data;\n\t\t\tdata = undefined;\n\t\t}\n\n\t\t// The url can be an options object (which then must have .url)\n\t\treturn jQuery.ajax( jQuery.extend( {\n\t\t\turl: url,\n\t\t\ttype: method,\n\t\t\tdataType: type,\n\t\t\tdata: data,\n\t\t\tsuccess: callback\n\t\t}, jQuery.isPlainObject( url ) && url ) );\n\t};\n} );\n\n\njQuery._evalUrl = function( url, options ) {\n\treturn jQuery.ajax( {\n\t\turl: url,\n\n\t\t// Make this explicit, since user can override this through ajaxSetup (#11264)\n\t\ttype: \"GET\",\n\t\tdataType: \"script\",\n\t\tcache: true,\n\t\tasync: false,\n\t\tglobal: false,\n\n\t\t// Only evaluate the response if it is successful (gh-4126)\n\t\t// dataFilter is not invoked for failure responses, so using it instead\n\t\t// of the default converter is kludgy but it works.\n\t\tconverters: {\n\t\t\t\"text script\": function() {}\n\t\t},\n\t\tdataFilter: function( response ) {\n\t\t\tjQuery.globalEval( response, options );\n\t\t}\n\t} );\n};\n\n\njQuery.fn.extend( {\n\twrapAll: function( html ) {\n\t\tvar wrap;\n\n\t\tif ( this[ 0 ] ) {\n\t\t\tif ( isFunction( html ) ) {\n\t\t\t\thtml = html.call( this[ 0 ] );\n\t\t\t}\n\n\t\t\t// The elements to wrap the target around\n\t\t\twrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true );\n\n\t\t\tif ( this[ 0 ].parentNode ) {\n\t\t\t\twrap.insertBefore( this[ 0 ] );\n\t\t\t}\n\n\t\t\twrap.map( function() {\n\t\t\t\tvar elem = this;\n\n\t\t\t\twhile ( elem.firstElementChild ) {\n\t\t\t\t\telem = elem.firstElementChild;\n\t\t\t\t}\n\n\t\t\t\treturn elem;\n\t\t\t} ).append( this );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\twrapInner: function( html ) {\n\t\tif ( isFunction( html ) ) {\n\t\t\treturn this.each( function( i ) {\n\t\t\t\tjQuery( this ).wrapInner( html.call( this, i ) );\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar self = jQuery( this ),\n\t\t\t\tcontents = self.contents();\n\n\t\t\tif ( contents.length ) {\n\t\t\t\tcontents.wrapAll( html );\n\n\t\t\t} else {\n\t\t\t\tself.append( html );\n\t\t\t}\n\t\t} );\n\t},\n\n\twrap: function( html ) {\n\t\tvar htmlIsFunction = isFunction( html );\n\n\t\treturn this.each( function( i ) {\n\t\t\tjQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html );\n\t\t} );\n\t},\n\n\tunwrap: function( selector ) {\n\t\tthis.parent( selector ).not( \"body\" ).each( function() {\n\t\t\tjQuery( this ).replaceWith( this.childNodes );\n\t\t} );\n\t\treturn this;\n\t}\n} );\n\n\njQuery.expr.pseudos.hidden = function( elem ) {\n\treturn !jQuery.expr.pseudos.visible( elem );\n};\njQuery.expr.pseudos.visible = function( elem ) {\n\treturn !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length );\n};\n\n\n\n\njQuery.ajaxSettings.xhr = function() {\n\ttry {\n\t\treturn new window.XMLHttpRequest();\n\t} catch ( e ) {}\n};\n\nvar xhrSuccessStatus = {\n\n\t\t// File protocol always yields status code 0, assume 200\n\t\t0: 200,\n\n\t\t// Support: IE <=9 only\n\t\t// #1450: sometimes IE returns 1223 when it should be 204\n\t\t1223: 204\n\t},\n\txhrSupported = jQuery.ajaxSettings.xhr();\n\nsupport.cors = !!xhrSupported && ( \"withCredentials\" in xhrSupported );\nsupport.ajax = xhrSupported = !!xhrSupported;\n\njQuery.ajaxTransport( function( options ) {\n\tvar callback, errorCallback;\n\n\t// Cross domain only allowed if supported through XMLHttpRequest\n\tif ( support.cors || xhrSupported && !options.crossDomain ) {\n\t\treturn {\n\t\t\tsend: function( headers, complete ) {\n\t\t\t\tvar i,\n\t\t\t\t\txhr = options.xhr();\n\n\t\t\t\txhr.open(\n\t\t\t\t\toptions.type,\n\t\t\t\t\toptions.url,\n\t\t\t\t\toptions.async,\n\t\t\t\t\toptions.username,\n\t\t\t\t\toptions.password\n\t\t\t\t);\n\n\t\t\t\t// Apply custom fields if provided\n\t\t\t\tif ( options.xhrFields ) {\n\t\t\t\t\tfor ( i in options.xhrFields ) {\n\t\t\t\t\t\txhr[ i ] = options.xhrFields[ i ];\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Override mime type if needed\n\t\t\t\tif ( options.mimeType && xhr.overrideMimeType ) {\n\t\t\t\t\txhr.overrideMimeType( options.mimeType );\n\t\t\t\t}\n\n\t\t\t\t// X-Requested-With header\n\t\t\t\t// For cross-domain requests, seeing as conditions for a preflight are\n\t\t\t\t// akin to a jigsaw puzzle, we simply never set it to be sure.\n\t\t\t\t// (it can always be set on a per-request basis or even using ajaxSetup)\n\t\t\t\t// For same-domain requests, won't change header if already provided.\n\t\t\t\tif ( !options.crossDomain && !headers[ \"X-Requested-With\" ] ) {\n\t\t\t\t\theaders[ \"X-Requested-With\" ] = \"XMLHttpRequest\";\n\t\t\t\t}\n\n\t\t\t\t// Set headers\n\t\t\t\tfor ( i in headers ) {\n\t\t\t\t\txhr.setRequestHeader( i, headers[ i ] );\n\t\t\t\t}\n\n\t\t\t\t// Callback\n\t\t\t\tcallback = function( type ) {\n\t\t\t\t\treturn function() {\n\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\tcallback = errorCallback = xhr.onload =\n\t\t\t\t\t\t\t\txhr.onerror = xhr.onabort = xhr.ontimeout =\n\t\t\t\t\t\t\t\t\txhr.onreadystatechange = null;\n\n\t\t\t\t\t\t\tif ( type === \"abort\" ) {\n\t\t\t\t\t\t\t\txhr.abort();\n\t\t\t\t\t\t\t} else if ( type === \"error\" ) {\n\n\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t// On a manual native abort, IE9 throws\n\t\t\t\t\t\t\t\t// errors on any property access that is not readyState\n\t\t\t\t\t\t\t\tif ( typeof xhr.status !== \"number\" ) {\n\t\t\t\t\t\t\t\t\tcomplete( 0, \"error\" );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tcomplete(\n\n\t\t\t\t\t\t\t\t\t\t// File: protocol always yields status 0; see #8605, #14207\n\t\t\t\t\t\t\t\t\t\txhr.status,\n\t\t\t\t\t\t\t\t\t\txhr.statusText\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tcomplete(\n\t\t\t\t\t\t\t\t\txhrSuccessStatus[ xhr.status ] || xhr.status,\n\t\t\t\t\t\t\t\t\txhr.statusText,\n\n\t\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t\t// IE9 has no XHR2 but throws on binary (trac-11426)\n\t\t\t\t\t\t\t\t\t// For XHR2 non-text, let the caller handle it (gh-2498)\n\t\t\t\t\t\t\t\t\t( xhr.responseType || \"text\" ) !== \"text\" ||\n\t\t\t\t\t\t\t\t\ttypeof xhr.responseText !== \"string\" ?\n\t\t\t\t\t\t\t\t\t\t{ binary: xhr.response } :\n\t\t\t\t\t\t\t\t\t\t{ text: xhr.responseText },\n\t\t\t\t\t\t\t\t\txhr.getAllResponseHeaders()\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t};\n\n\t\t\t\t// Listen to events\n\t\t\t\txhr.onload = callback();\n\t\t\t\terrorCallback = xhr.onerror = xhr.ontimeout = callback( \"error\" );\n\n\t\t\t\t// Support: IE 9 only\n\t\t\t\t// Use onreadystatechange to replace onabort\n\t\t\t\t// to handle uncaught aborts\n\t\t\t\tif ( xhr.onabort !== undefined ) {\n\t\t\t\t\txhr.onabort = errorCallback;\n\t\t\t\t} else {\n\t\t\t\t\txhr.onreadystatechange = function() {\n\n\t\t\t\t\t\t// Check readyState before timeout as it changes\n\t\t\t\t\t\tif ( xhr.readyState === 4 ) {\n\n\t\t\t\t\t\t\t// Allow onerror to be called first,\n\t\t\t\t\t\t\t// but that will not handle a native abort\n\t\t\t\t\t\t\t// Also, save errorCallback to a variable\n\t\t\t\t\t\t\t// as xhr.onerror cannot be accessed\n\t\t\t\t\t\t\twindow.setTimeout( function() {\n\t\t\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\t\t\terrorCallback();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t}\n\n\t\t\t\t// Create the abort callback\n\t\t\t\tcallback = callback( \"abort\" );\n\n\t\t\t\ttry {\n\n\t\t\t\t\t// Do send the request (this may raise an exception)\n\t\t\t\t\txhr.send( options.hasContent && options.data || null );\n\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t// #14683: Only rethrow if this hasn't been notified as an error yet\n\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\tthrow e;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n} );\n\n\n\n\n// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432)\njQuery.ajaxPrefilter( function( s ) {\n\tif ( s.crossDomain ) {\n\t\ts.contents.script = false;\n\t}\n} );\n\n// Install script dataType\njQuery.ajaxSetup( {\n\taccepts: {\n\t\tscript: \"text/javascript, application/javascript, \" +\n\t\t\t\"application/ecmascript, application/x-ecmascript\"\n\t},\n\tcontents: {\n\t\tscript: /\\b(?:java|ecma)script\\b/\n\t},\n\tconverters: {\n\t\t\"text script\": function( text ) {\n\t\t\tjQuery.globalEval( text );\n\t\t\treturn text;\n\t\t}\n\t}\n} );\n\n// Handle cache's special case and crossDomain\njQuery.ajaxPrefilter( \"script\", function( s ) {\n\tif ( s.cache === undefined ) {\n\t\ts.cache = false;\n\t}\n\tif ( s.crossDomain ) {\n\t\ts.type = \"GET\";\n\t}\n} );\n\n// Bind script tag hack transport\njQuery.ajaxTransport( \"script\", function( s ) {\n\n\t// This transport only deals with cross domain or forced-by-attrs requests\n\tif ( s.crossDomain || s.scriptAttrs ) {\n\t\tvar script, callback;\n\t\treturn {\n\t\t\tsend: function( _, complete ) {\n\t\t\t\tscript = jQuery( \"\n if (val === '') return true;\n if (val === 'false') return false;\n if (val === 'true') return true;\n return val;\n}\n\nif (DOCUMENT && typeof DOCUMENT.querySelector === 'function') {\n var attrs = [['data-family-prefix', 'familyPrefix'], ['data-replacement-class', 'replacementClass'], ['data-auto-replace-svg', 'autoReplaceSvg'], ['data-auto-add-css', 'autoAddCss'], ['data-auto-a11y', 'autoA11y'], ['data-search-pseudo-elements', 'searchPseudoElements'], ['data-observe-mutations', 'observeMutations'], ['data-mutate-approach', 'mutateApproach'], ['data-keep-original-source', 'keepOriginalSource'], ['data-measure-performance', 'measurePerformance'], ['data-show-missing-icons', 'showMissingIcons']];\n attrs.forEach(function (_ref) {\n var _ref2 = _slicedToArray(_ref, 2),\n attr = _ref2[0],\n key = _ref2[1];\n\n var val = coerce(getAttrConfig(attr));\n\n if (val !== undefined && val !== null) {\n initial[key] = val;\n }\n });\n}\n\nvar _default = {\n familyPrefix: DEFAULT_FAMILY_PREFIX,\n replacementClass: DEFAULT_REPLACEMENT_CLASS,\n autoReplaceSvg: true,\n autoAddCss: true,\n autoA11y: true,\n searchPseudoElements: false,\n observeMutations: true,\n mutateApproach: 'async',\n keepOriginalSource: true,\n measurePerformance: false,\n showMissingIcons: true\n};\n\nvar _config = _objectSpread({}, _default, initial);\n\nif (!_config.autoReplaceSvg) _config.observeMutations = false;\n\nvar config = _objectSpread({}, _config);\n\nWINDOW.FontAwesomeConfig = config;\n\nvar w = WINDOW || {};\nif (!w[NAMESPACE_IDENTIFIER]) w[NAMESPACE_IDENTIFIER] = {};\nif (!w[NAMESPACE_IDENTIFIER].styles) w[NAMESPACE_IDENTIFIER].styles = {};\nif (!w[NAMESPACE_IDENTIFIER].hooks) w[NAMESPACE_IDENTIFIER].hooks = {};\nif (!w[NAMESPACE_IDENTIFIER].shims) w[NAMESPACE_IDENTIFIER].shims = [];\nvar namespace = w[NAMESPACE_IDENTIFIER];\n\nvar functions = [];\n\nvar listener = function listener() {\n DOCUMENT.removeEventListener('DOMContentLoaded', listener);\n loaded = 1;\n functions.map(function (fn) {\n return fn();\n });\n};\n\nvar loaded = false;\n\nif (IS_DOM) {\n loaded = (DOCUMENT.documentElement.doScroll ? /^loaded|^c/ : /^loaded|^i|^c/).test(DOCUMENT.readyState);\n if (!loaded) DOCUMENT.addEventListener('DOMContentLoaded', listener);\n}\n\nfunction domready (fn) {\n if (!IS_DOM) return;\n loaded ? setTimeout(fn, 0) : functions.push(fn);\n}\n\nvar PENDING = 'pending';\nvar SETTLED = 'settled';\nvar FULFILLED = 'fulfilled';\nvar REJECTED = 'rejected';\n\nvar NOOP = function NOOP() {};\n\nvar isNode = typeof global !== 'undefined' && typeof global.process !== 'undefined' && typeof global.process.emit === 'function';\nvar asyncSetTimer = typeof setImmediate === 'undefined' ? setTimeout : setImmediate;\nvar asyncQueue = [];\nvar asyncTimer;\n\nfunction asyncFlush() {\n // run promise callbacks\n for (var i = 0; i < asyncQueue.length; i++) {\n asyncQueue[i][0](asyncQueue[i][1]);\n } // reset async asyncQueue\n\n\n asyncQueue = [];\n asyncTimer = false;\n}\n\nfunction asyncCall(callback, arg) {\n asyncQueue.push([callback, arg]);\n\n if (!asyncTimer) {\n asyncTimer = true;\n asyncSetTimer(asyncFlush, 0);\n }\n}\n\nfunction invokeResolver(resolver, promise) {\n function resolvePromise(value) {\n resolve(promise, value);\n }\n\n function rejectPromise(reason) {\n reject(promise, reason);\n }\n\n try {\n resolver(resolvePromise, rejectPromise);\n } catch (e) {\n rejectPromise(e);\n }\n}\n\nfunction invokeCallback(subscriber) {\n var owner = subscriber.owner;\n var settled = owner._state;\n var value = owner._data;\n var callback = subscriber[settled];\n var promise = subscriber.then;\n\n if (typeof callback === 'function') {\n settled = FULFILLED;\n\n try {\n value = callback(value);\n } catch (e) {\n reject(promise, e);\n }\n }\n\n if (!handleThenable(promise, value)) {\n if (settled === FULFILLED) {\n resolve(promise, value);\n }\n\n if (settled === REJECTED) {\n reject(promise, value);\n }\n }\n}\n\nfunction handleThenable(promise, value) {\n var resolved;\n\n try {\n if (promise === value) {\n throw new TypeError('A promises callback cannot return that same promise.');\n }\n\n if (value && (typeof value === 'function' || _typeof(value) === 'object')) {\n // then should be retrieved only once\n var then = value.then;\n\n if (typeof then === 'function') {\n then.call(value, function (val) {\n if (!resolved) {\n resolved = true;\n\n if (value === val) {\n fulfill(promise, val);\n } else {\n resolve(promise, val);\n }\n }\n }, function (reason) {\n if (!resolved) {\n resolved = true;\n reject(promise, reason);\n }\n });\n return true;\n }\n }\n } catch (e) {\n if (!resolved) {\n reject(promise, e);\n }\n\n return true;\n }\n\n return false;\n}\n\nfunction resolve(promise, value) {\n if (promise === value || !handleThenable(promise, value)) {\n fulfill(promise, value);\n }\n}\n\nfunction fulfill(promise, value) {\n if (promise._state === PENDING) {\n promise._state = SETTLED;\n promise._data = value;\n asyncCall(publishFulfillment, promise);\n }\n}\n\nfunction reject(promise, reason) {\n if (promise._state === PENDING) {\n promise._state = SETTLED;\n promise._data = reason;\n asyncCall(publishRejection, promise);\n }\n}\n\nfunction publish(promise) {\n promise._then = promise._then.forEach(invokeCallback);\n}\n\nfunction publishFulfillment(promise) {\n promise._state = FULFILLED;\n publish(promise);\n}\n\nfunction publishRejection(promise) {\n promise._state = REJECTED;\n publish(promise);\n\n if (!promise._handled && isNode) {\n global.process.emit('unhandledRejection', promise._data, promise);\n }\n}\n\nfunction notifyRejectionHandled(promise) {\n global.process.emit('rejectionHandled', promise);\n}\n/**\n * @class\n */\n\n\nfunction P(resolver) {\n if (typeof resolver !== 'function') {\n throw new TypeError('Promise resolver ' + resolver + ' is not a function');\n }\n\n if (this instanceof P === false) {\n throw new TypeError('Failed to construct \\'Promise\\': Please use the \\'new\\' operator, this object constructor cannot be called as a function.');\n }\n\n this._then = [];\n invokeResolver(resolver, this);\n}\n\nP.prototype = {\n constructor: P,\n _state: PENDING,\n _then: null,\n _data: undefined,\n _handled: false,\n then: function then(onFulfillment, onRejection) {\n var subscriber = {\n owner: this,\n then: new this.constructor(NOOP),\n fulfilled: onFulfillment,\n rejected: onRejection\n };\n\n if ((onRejection || onFulfillment) && !this._handled) {\n this._handled = true;\n\n if (this._state === REJECTED && isNode) {\n asyncCall(notifyRejectionHandled, this);\n }\n }\n\n if (this._state === FULFILLED || this._state === REJECTED) {\n // already resolved, call callback async\n asyncCall(invokeCallback, subscriber);\n } else {\n // subscribe\n this._then.push(subscriber);\n }\n\n return subscriber.then;\n },\n catch: function _catch(onRejection) {\n return this.then(null, onRejection);\n }\n};\n\nP.all = function (promises) {\n if (!Array.isArray(promises)) {\n throw new TypeError('You must pass an array to Promise.all().');\n }\n\n return new P(function (resolve, reject) {\n var results = [];\n var remaining = 0;\n\n function resolver(index) {\n remaining++;\n return function (value) {\n results[index] = value;\n\n if (! --remaining) {\n resolve(results);\n }\n };\n }\n\n for (var i = 0, promise; i < promises.length; i++) {\n promise = promises[i];\n\n if (promise && typeof promise.then === 'function') {\n promise.then(resolver(i), reject);\n } else {\n results[i] = promise;\n }\n }\n\n if (!remaining) {\n resolve(results);\n }\n });\n};\n\nP.race = function (promises) {\n if (!Array.isArray(promises)) {\n throw new TypeError('You must pass an array to Promise.race().');\n }\n\n return new P(function (resolve, reject) {\n for (var i = 0, promise; i < promises.length; i++) {\n promise = promises[i];\n\n if (promise && typeof promise.then === 'function') {\n promise.then(resolve, reject);\n } else {\n resolve(promise);\n }\n }\n });\n};\n\nP.resolve = function (value) {\n if (value && _typeof(value) === 'object' && value.constructor === P) {\n return value;\n }\n\n return new P(function (resolve) {\n resolve(value);\n });\n};\n\nP.reject = function (reason) {\n return new P(function (resolve, reject) {\n reject(reason);\n });\n};\n\nvar picked = typeof Promise === 'function' ? Promise : P;\n\nvar d = UNITS_IN_GRID;\nvar meaninglessTransform = {\n size: 16,\n x: 0,\n y: 0,\n rotate: 0,\n flipX: false,\n flipY: false\n};\n\nfunction isReserved(name) {\n return ~RESERVED_CLASSES.indexOf(name);\n}\nfunction insertCss(css) {\n if (!css || !IS_DOM) {\n return;\n }\n\n var style = DOCUMENT.createElement('style');\n style.setAttribute('type', 'text/css');\n style.innerHTML = css;\n var headChildren = DOCUMENT.head.childNodes;\n var beforeChild = null;\n\n for (var i = headChildren.length - 1; i > -1; i--) {\n var child = headChildren[i];\n var tagName = (child.tagName || '').toUpperCase();\n\n if (['STYLE', 'LINK'].indexOf(tagName) > -1) {\n beforeChild = child;\n }\n }\n\n DOCUMENT.head.insertBefore(style, beforeChild);\n return css;\n}\nvar idPool = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';\nfunction nextUniqueId() {\n var size = 12;\n var id = '';\n\n while (size-- > 0) {\n id += idPool[Math.random() * 62 | 0];\n }\n\n return id;\n}\nfunction toArray(obj) {\n var array = [];\n\n for (var i = (obj || []).length >>> 0; i--;) {\n array[i] = obj[i];\n }\n\n return array;\n}\nfunction classArray(node) {\n if (node.classList) {\n return toArray(node.classList);\n } else {\n return (node.getAttribute('class') || '').split(' ').filter(function (i) {\n return i;\n });\n }\n}\nfunction getIconName(familyPrefix, cls) {\n var parts = cls.split('-');\n var prefix = parts[0];\n var iconName = parts.slice(1).join('-');\n\n if (prefix === familyPrefix && iconName !== '' && !isReserved(iconName)) {\n return iconName;\n } else {\n return null;\n }\n}\nfunction htmlEscape(str) {\n return \"\".concat(str).replace(/&/g, '&').replace(/\"/g, '"').replace(/'/g, ''').replace(//g, '>');\n}\nfunction joinAttributes(attributes) {\n return Object.keys(attributes || {}).reduce(function (acc, attributeName) {\n return acc + \"\".concat(attributeName, \"=\\\"\").concat(htmlEscape(attributes[attributeName]), \"\\\" \");\n }, '').trim();\n}\nfunction joinStyles(styles) {\n return Object.keys(styles || {}).reduce(function (acc, styleName) {\n return acc + \"\".concat(styleName, \": \").concat(styles[styleName], \";\");\n }, '');\n}\nfunction transformIsMeaningful(transform) {\n return transform.size !== meaninglessTransform.size || transform.x !== meaninglessTransform.x || transform.y !== meaninglessTransform.y || transform.rotate !== meaninglessTransform.rotate || transform.flipX || transform.flipY;\n}\nfunction transformForSvg(_ref) {\n var transform = _ref.transform,\n containerWidth = _ref.containerWidth,\n iconWidth = _ref.iconWidth;\n var outer = {\n transform: \"translate(\".concat(containerWidth / 2, \" 256)\")\n };\n var innerTranslate = \"translate(\".concat(transform.x * 32, \", \").concat(transform.y * 32, \") \");\n var innerScale = \"scale(\".concat(transform.size / 16 * (transform.flipX ? -1 : 1), \", \").concat(transform.size / 16 * (transform.flipY ? -1 : 1), \") \");\n var innerRotate = \"rotate(\".concat(transform.rotate, \" 0 0)\");\n var inner = {\n transform: \"\".concat(innerTranslate, \" \").concat(innerScale, \" \").concat(innerRotate)\n };\n var path = {\n transform: \"translate(\".concat(iconWidth / 2 * -1, \" -256)\")\n };\n return {\n outer: outer,\n inner: inner,\n path: path\n };\n}\nfunction transformForCss(_ref2) {\n var transform = _ref2.transform,\n _ref2$width = _ref2.width,\n width = _ref2$width === void 0 ? UNITS_IN_GRID : _ref2$width,\n _ref2$height = _ref2.height,\n height = _ref2$height === void 0 ? UNITS_IN_GRID : _ref2$height,\n _ref2$startCentered = _ref2.startCentered,\n startCentered = _ref2$startCentered === void 0 ? false : _ref2$startCentered;\n var val = '';\n\n if (startCentered && IS_IE) {\n val += \"translate(\".concat(transform.x / d - width / 2, \"em, \").concat(transform.y / d - height / 2, \"em) \");\n } else if (startCentered) {\n val += \"translate(calc(-50% + \".concat(transform.x / d, \"em), calc(-50% + \").concat(transform.y / d, \"em)) \");\n } else {\n val += \"translate(\".concat(transform.x / d, \"em, \").concat(transform.y / d, \"em) \");\n }\n\n val += \"scale(\".concat(transform.size / d * (transform.flipX ? -1 : 1), \", \").concat(transform.size / d * (transform.flipY ? -1 : 1), \") \");\n val += \"rotate(\".concat(transform.rotate, \"deg) \");\n return val;\n}\n\nvar ALL_SPACE = {\n x: 0,\n y: 0,\n width: '100%',\n height: '100%'\n};\n\nfunction fillBlack(abstract) {\n var force = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;\n\n if (abstract.attributes && (abstract.attributes.fill || force)) {\n abstract.attributes.fill = 'black';\n }\n\n return abstract;\n}\n\nfunction deGroup(abstract) {\n if (abstract.tag === 'g') {\n return abstract.children;\n } else {\n return [abstract];\n }\n}\n\nfunction makeIconMasking (_ref) {\n var children = _ref.children,\n attributes = _ref.attributes,\n main = _ref.main,\n mask = _ref.mask,\n transform = _ref.transform;\n var mainWidth = main.width,\n mainPath = main.icon;\n var maskWidth = mask.width,\n maskPath = mask.icon;\n var trans = transformForSvg({\n transform: transform,\n containerWidth: maskWidth,\n iconWidth: mainWidth\n });\n var maskRect = {\n tag: 'rect',\n attributes: _objectSpread({}, ALL_SPACE, {\n fill: 'white'\n })\n };\n var maskInnerGroupChildrenMixin = mainPath.children ? {\n children: mainPath.children.map(fillBlack)\n } : {};\n var maskInnerGroup = {\n tag: 'g',\n attributes: _objectSpread({}, trans.inner),\n children: [fillBlack(_objectSpread({\n tag: mainPath.tag,\n attributes: _objectSpread({}, mainPath.attributes, trans.path)\n }, maskInnerGroupChildrenMixin))]\n };\n var maskOuterGroup = {\n tag: 'g',\n attributes: _objectSpread({}, trans.outer),\n children: [maskInnerGroup]\n };\n var maskId = \"mask-\".concat(nextUniqueId());\n var clipId = \"clip-\".concat(nextUniqueId());\n var maskTag = {\n tag: 'mask',\n attributes: _objectSpread({}, ALL_SPACE, {\n id: maskId,\n maskUnits: 'userSpaceOnUse',\n maskContentUnits: 'userSpaceOnUse'\n }),\n children: [maskRect, maskOuterGroup]\n };\n var defs = {\n tag: 'defs',\n children: [{\n tag: 'clipPath',\n attributes: {\n id: clipId\n },\n children: deGroup(maskPath)\n }, maskTag]\n };\n children.push(defs, {\n tag: 'rect',\n attributes: _objectSpread({\n fill: 'currentColor',\n 'clip-path': \"url(#\".concat(clipId, \")\"),\n mask: \"url(#\".concat(maskId, \")\")\n }, ALL_SPACE)\n });\n return {\n children: children,\n attributes: attributes\n };\n}\n\nfunction makeIconStandard (_ref) {\n var children = _ref.children,\n attributes = _ref.attributes,\n main = _ref.main,\n transform = _ref.transform,\n styles = _ref.styles;\n var styleString = joinStyles(styles);\n\n if (styleString.length > 0) {\n attributes['style'] = styleString;\n }\n\n if (transformIsMeaningful(transform)) {\n var trans = transformForSvg({\n transform: transform,\n containerWidth: main.width,\n iconWidth: main.width\n });\n children.push({\n tag: 'g',\n attributes: _objectSpread({}, trans.outer),\n children: [{\n tag: 'g',\n attributes: _objectSpread({}, trans.inner),\n children: [{\n tag: main.icon.tag,\n children: main.icon.children,\n attributes: _objectSpread({}, main.icon.attributes, trans.path)\n }]\n }]\n });\n } else {\n children.push(main.icon);\n }\n\n return {\n children: children,\n attributes: attributes\n };\n}\n\nfunction asIcon (_ref) {\n var children = _ref.children,\n main = _ref.main,\n mask = _ref.mask,\n attributes = _ref.attributes,\n styles = _ref.styles,\n transform = _ref.transform;\n\n if (transformIsMeaningful(transform) && main.found && !mask.found) {\n var width = main.width,\n height = main.height;\n var offset = {\n x: width / height / 2,\n y: 0.5\n };\n attributes['style'] = joinStyles(_objectSpread({}, styles, {\n 'transform-origin': \"\".concat(offset.x + transform.x / 16, \"em \").concat(offset.y + transform.y / 16, \"em\")\n }));\n }\n\n return [{\n tag: 'svg',\n attributes: attributes,\n children: children\n }];\n}\n\nfunction asSymbol (_ref) {\n var prefix = _ref.prefix,\n iconName = _ref.iconName,\n children = _ref.children,\n attributes = _ref.attributes,\n symbol = _ref.symbol;\n var id = symbol === true ? \"\".concat(prefix, \"-\").concat(config.familyPrefix, \"-\").concat(iconName) : symbol;\n return [{\n tag: 'svg',\n attributes: {\n style: 'display: none;'\n },\n children: [{\n tag: 'symbol',\n attributes: _objectSpread({}, attributes, {\n id: id\n }),\n children: children\n }]\n }];\n}\n\nfunction makeInlineSvgAbstract(params) {\n var _params$icons = params.icons,\n main = _params$icons.main,\n mask = _params$icons.mask,\n prefix = params.prefix,\n iconName = params.iconName,\n transform = params.transform,\n symbol = params.symbol,\n title = params.title,\n extra = params.extra,\n _params$watchable = params.watchable,\n watchable = _params$watchable === void 0 ? false : _params$watchable;\n\n var _ref = mask.found ? mask : main,\n width = _ref.width,\n height = _ref.height;\n\n var widthClass = \"fa-w-\".concat(Math.ceil(width / height * 16));\n var attrClass = [config.replacementClass, iconName ? \"\".concat(config.familyPrefix, \"-\").concat(iconName) : '', widthClass].filter(function (c) {\n return extra.classes.indexOf(c) === -1;\n }).concat(extra.classes).join(' ');\n var content = {\n children: [],\n attributes: _objectSpread({}, extra.attributes, {\n 'data-prefix': prefix,\n 'data-icon': iconName,\n 'class': attrClass,\n 'role': extra.attributes.role || 'img',\n 'xmlns': 'http://www.w3.org/2000/svg',\n 'viewBox': \"0 0 \".concat(width, \" \").concat(height)\n })\n };\n\n if (watchable) {\n content.attributes[DATA_FA_I2SVG] = '';\n }\n\n if (title) content.children.push({\n tag: 'title',\n attributes: {\n id: content.attributes['aria-labelledby'] || \"title-\".concat(nextUniqueId())\n },\n children: [title]\n });\n\n var args = _objectSpread({}, content, {\n prefix: prefix,\n iconName: iconName,\n main: main,\n mask: mask,\n transform: transform,\n symbol: symbol,\n styles: extra.styles\n });\n\n var _ref2 = mask.found && main.found ? makeIconMasking(args) : makeIconStandard(args),\n children = _ref2.children,\n attributes = _ref2.attributes;\n\n args.children = children;\n args.attributes = attributes;\n\n if (symbol) {\n return asSymbol(args);\n } else {\n return asIcon(args);\n }\n}\nfunction makeLayersTextAbstract(params) {\n var content = params.content,\n width = params.width,\n height = params.height,\n transform = params.transform,\n title = params.title,\n extra = params.extra,\n _params$watchable2 = params.watchable,\n watchable = _params$watchable2 === void 0 ? false : _params$watchable2;\n\n var attributes = _objectSpread({}, extra.attributes, title ? {\n 'title': title\n } : {}, {\n 'class': extra.classes.join(' ')\n });\n\n if (watchable) {\n attributes[DATA_FA_I2SVG] = '';\n }\n\n var styles = _objectSpread({}, extra.styles);\n\n if (transformIsMeaningful(transform)) {\n styles['transform'] = transformForCss({\n transform: transform,\n startCentered: true,\n width: width,\n height: height\n });\n styles['-webkit-transform'] = styles['transform'];\n }\n\n var styleString = joinStyles(styles);\n\n if (styleString.length > 0) {\n attributes['style'] = styleString;\n }\n\n var val = [];\n val.push({\n tag: 'span',\n attributes: attributes,\n children: [content]\n });\n\n if (title) {\n val.push({\n tag: 'span',\n attributes: {\n class: 'sr-only'\n },\n children: [title]\n });\n }\n\n return val;\n}\nfunction makeLayersCounterAbstract(params) {\n var content = params.content,\n title = params.title,\n extra = params.extra;\n\n var attributes = _objectSpread({}, extra.attributes, title ? {\n 'title': title\n } : {}, {\n 'class': extra.classes.join(' ')\n });\n\n var styleString = joinStyles(extra.styles);\n\n if (styleString.length > 0) {\n attributes['style'] = styleString;\n }\n\n var val = [];\n val.push({\n tag: 'span',\n attributes: attributes,\n children: [content]\n });\n\n if (title) {\n val.push({\n tag: 'span',\n attributes: {\n class: 'sr-only'\n },\n children: [title]\n });\n }\n\n return val;\n}\n\nvar noop$1 = function noop() {};\n\nvar p = config.measurePerformance && PERFORMANCE && PERFORMANCE.mark && PERFORMANCE.measure ? PERFORMANCE : {\n mark: noop$1,\n measure: noop$1\n};\nvar preamble = \"FA \\\"5.11.2\\\"\";\n\nvar begin = function begin(name) {\n p.mark(\"\".concat(preamble, \" \").concat(name, \" begins\"));\n return function () {\n return end(name);\n };\n};\n\nvar end = function end(name) {\n p.mark(\"\".concat(preamble, \" \").concat(name, \" ends\"));\n p.measure(\"\".concat(preamble, \" \").concat(name), \"\".concat(preamble, \" \").concat(name, \" begins\"), \"\".concat(preamble, \" \").concat(name, \" ends\"));\n};\n\nvar perf = {\n begin: begin,\n end: end\n};\n\n/**\n * Internal helper to bind a function known to have 4 arguments\n * to a given context.\n */\n\nvar bindInternal4 = function bindInternal4(func, thisContext) {\n return function (a, b, c, d) {\n return func.call(thisContext, a, b, c, d);\n };\n};\n\n/**\n * # Reduce\n *\n * A fast object `.reduce()` implementation.\n *\n * @param {Object} subject The object to reduce over.\n * @param {Function} fn The reducer function.\n * @param {mixed} initialValue The initial value for the reducer, defaults to subject[0].\n * @param {Object} thisContext The context for the reducer.\n * @return {mixed} The final result.\n */\n\n\nvar reduce = function fastReduceObject(subject, fn, initialValue, thisContext) {\n var keys = Object.keys(subject),\n length = keys.length,\n iterator = thisContext !== undefined ? bindInternal4(fn, thisContext) : fn,\n i,\n key,\n result;\n\n if (initialValue === undefined) {\n i = 1;\n result = subject[keys[0]];\n } else {\n i = 0;\n result = initialValue;\n }\n\n for (; i < length; i++) {\n key = keys[i];\n result = iterator(result, subject[key], key, subject);\n }\n\n return result;\n};\n\nfunction toHex(unicode) {\n var result = '';\n\n for (var i = 0; i < unicode.length; i++) {\n var hex = unicode.charCodeAt(i).toString(16);\n result += ('000' + hex).slice(-4);\n }\n\n return result;\n}\n\nfunction defineIcons(prefix, icons) {\n var params = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\n var _params$skipHooks = params.skipHooks,\n skipHooks = _params$skipHooks === void 0 ? false : _params$skipHooks;\n var normalized = Object.keys(icons).reduce(function (acc, iconName) {\n var icon = icons[iconName];\n var expanded = !!icon.icon;\n\n if (expanded) {\n acc[icon.iconName] = icon.icon;\n } else {\n acc[iconName] = icon;\n }\n\n return acc;\n }, {});\n\n if (typeof namespace.hooks.addPack === 'function' && !skipHooks) {\n namespace.hooks.addPack(prefix, normalized);\n } else {\n namespace.styles[prefix] = _objectSpread({}, namespace.styles[prefix] || {}, normalized);\n }\n /**\n * Font Awesome 4 used the prefix of `fa` for all icons. With the introduction\n * of new styles we needed to differentiate between them. Prefix `fa` is now an alias\n * for `fas` so we'll easy the upgrade process for our users by automatically defining\n * this as well.\n */\n\n\n if (prefix === 'fas') {\n defineIcons('fa', icons);\n }\n}\n\nvar styles = namespace.styles,\n shims = namespace.shims;\nvar _byUnicode = {};\nvar _byLigature = {};\nvar _byOldName = {};\nvar build = function build() {\n var lookup = function lookup(reducer) {\n return reduce(styles, function (o, style, prefix) {\n o[prefix] = reduce(style, reducer, {});\n return o;\n }, {});\n };\n\n _byUnicode = lookup(function (acc, icon, iconName) {\n if (icon[3]) {\n acc[icon[3]] = iconName;\n }\n\n return acc;\n });\n _byLigature = lookup(function (acc, icon, iconName) {\n var ligatures = icon[2];\n acc[iconName] = iconName;\n ligatures.forEach(function (ligature) {\n acc[ligature] = iconName;\n });\n return acc;\n });\n var hasRegular = 'far' in styles;\n _byOldName = reduce(shims, function (acc, shim) {\n var oldName = shim[0];\n var prefix = shim[1];\n var iconName = shim[2];\n\n if (prefix === 'far' && !hasRegular) {\n prefix = 'fas';\n }\n\n acc[oldName] = {\n prefix: prefix,\n iconName: iconName\n };\n return acc;\n }, {});\n};\nbuild();\nfunction byUnicode(prefix, unicode) {\n return (_byUnicode[prefix] || {})[unicode];\n}\nfunction byLigature(prefix, ligature) {\n return (_byLigature[prefix] || {})[ligature];\n}\nfunction byOldName(name) {\n return _byOldName[name] || {\n prefix: null,\n iconName: null\n };\n}\n\nvar styles$1 = namespace.styles;\nvar emptyCanonicalIcon = function emptyCanonicalIcon() {\n return {\n prefix: null,\n iconName: null,\n rest: []\n };\n};\nfunction getCanonicalIcon(values) {\n return values.reduce(function (acc, cls) {\n var iconName = getIconName(config.familyPrefix, cls);\n\n if (styles$1[cls]) {\n acc.prefix = cls;\n } else if (config.autoFetchSvg && ['fas', 'far', 'fal', 'fad', 'fab', 'fa'].indexOf(cls) > -1) {\n acc.prefix = cls;\n } else if (iconName) {\n var shim = acc.prefix === 'fa' ? byOldName(iconName) : {};\n acc.iconName = shim.iconName || iconName;\n acc.prefix = shim.prefix || acc.prefix;\n } else if (cls !== config.replacementClass && cls.indexOf('fa-w-') !== 0) {\n acc.rest.push(cls);\n }\n\n return acc;\n }, emptyCanonicalIcon());\n}\nfunction iconFromMapping(mapping, prefix, iconName) {\n if (mapping && mapping[prefix] && mapping[prefix][iconName]) {\n return {\n prefix: prefix,\n iconName: iconName,\n icon: mapping[prefix][iconName]\n };\n }\n}\n\nfunction toHtml(abstractNodes) {\n var tag = abstractNodes.tag,\n _abstractNodes$attrib = abstractNodes.attributes,\n attributes = _abstractNodes$attrib === void 0 ? {} : _abstractNodes$attrib,\n _abstractNodes$childr = abstractNodes.children,\n children = _abstractNodes$childr === void 0 ? [] : _abstractNodes$childr;\n\n if (typeof abstractNodes === 'string') {\n return htmlEscape(abstractNodes);\n } else {\n return \"<\".concat(tag, \" \").concat(joinAttributes(attributes), \">\").concat(children.map(toHtml).join(''), \"\");\n }\n}\n\nvar noop$2 = function noop() {};\n\nfunction isWatched(node) {\n var i2svg = node.getAttribute ? node.getAttribute(DATA_FA_I2SVG) : null;\n return typeof i2svg === 'string';\n}\n\nfunction getMutator() {\n if (config.autoReplaceSvg === true) {\n return mutators.replace;\n }\n\n var mutator = mutators[config.autoReplaceSvg];\n return mutator || mutators.replace;\n}\n\nvar mutators = {\n replace: function replace(mutation) {\n var node = mutation[0];\n var abstract = mutation[1];\n var newOuterHTML = abstract.map(function (a) {\n return toHtml(a);\n }).join('\\n');\n\n if (node.parentNode && node.outerHTML) {\n node.outerHTML = newOuterHTML + (config.keepOriginalSource && node.tagName.toLowerCase() !== 'svg' ? \"\") : '');\n } else if (node.parentNode) {\n var newNode = document.createElement('span');\n node.parentNode.replaceChild(newNode, node);\n newNode.outerHTML = newOuterHTML;\n }\n },\n nest: function nest(mutation) {\n var node = mutation[0];\n var abstract = mutation[1]; // If we already have a replaced node we do not want to continue nesting within it.\n // Short-circuit to the standard replacement\n\n if (~classArray(node).indexOf(config.replacementClass)) {\n return mutators.replace(mutation);\n }\n\n var forSvg = new RegExp(\"\".concat(config.familyPrefix, \"-.*\"));\n delete abstract[0].attributes.style;\n delete abstract[0].attributes.id;\n var splitClasses = abstract[0].attributes.class.split(' ').reduce(function (acc, cls) {\n if (cls === config.replacementClass || cls.match(forSvg)) {\n acc.toSvg.push(cls);\n } else {\n acc.toNode.push(cls);\n }\n\n return acc;\n }, {\n toNode: [],\n toSvg: []\n });\n abstract[0].attributes.class = splitClasses.toSvg.join(' ');\n var newInnerHTML = abstract.map(function (a) {\n return toHtml(a);\n }).join('\\n');\n node.setAttribute('class', splitClasses.toNode.join(' '));\n node.setAttribute(DATA_FA_I2SVG, '');\n node.innerHTML = newInnerHTML;\n }\n};\n\nfunction performOperationSync(op) {\n op();\n}\n\nfunction perform(mutations, callback) {\n var callbackFunction = typeof callback === 'function' ? callback : noop$2;\n\n if (mutations.length === 0) {\n callbackFunction();\n } else {\n var frame = performOperationSync;\n\n if (config.mutateApproach === MUTATION_APPROACH_ASYNC) {\n frame = WINDOW.requestAnimationFrame || performOperationSync;\n }\n\n frame(function () {\n var mutator = getMutator();\n var mark = perf.begin('mutate');\n mutations.map(mutator);\n mark();\n callbackFunction();\n });\n }\n}\nvar disabled = false;\nfunction disableObservation() {\n disabled = true;\n}\nfunction enableObservation() {\n disabled = false;\n}\nvar mo = null;\nfunction observe(options) {\n if (!MUTATION_OBSERVER) {\n return;\n }\n\n if (!config.observeMutations) {\n return;\n }\n\n var treeCallback = options.treeCallback,\n nodeCallback = options.nodeCallback,\n pseudoElementsCallback = options.pseudoElementsCallback,\n _options$observeMutat = options.observeMutationsRoot,\n observeMutationsRoot = _options$observeMutat === void 0 ? DOCUMENT : _options$observeMutat;\n mo = new MUTATION_OBSERVER(function (objects) {\n if (disabled) return;\n toArray(objects).forEach(function (mutationRecord) {\n if (mutationRecord.type === 'childList' && mutationRecord.addedNodes.length > 0 && !isWatched(mutationRecord.addedNodes[0])) {\n if (config.searchPseudoElements) {\n pseudoElementsCallback(mutationRecord.target);\n }\n\n treeCallback(mutationRecord.target);\n }\n\n if (mutationRecord.type === 'attributes' && mutationRecord.target.parentNode && config.searchPseudoElements) {\n pseudoElementsCallback(mutationRecord.target.parentNode);\n }\n\n if (mutationRecord.type === 'attributes' && isWatched(mutationRecord.target) && ~ATTRIBUTES_WATCHED_FOR_MUTATION.indexOf(mutationRecord.attributeName)) {\n if (mutationRecord.attributeName === 'class') {\n var _getCanonicalIcon = getCanonicalIcon(classArray(mutationRecord.target)),\n prefix = _getCanonicalIcon.prefix,\n iconName = _getCanonicalIcon.iconName;\n\n if (prefix) mutationRecord.target.setAttribute('data-prefix', prefix);\n if (iconName) mutationRecord.target.setAttribute('data-icon', iconName);\n } else {\n nodeCallback(mutationRecord.target);\n }\n }\n });\n });\n if (!IS_DOM) return;\n mo.observe(observeMutationsRoot, {\n childList: true,\n attributes: true,\n characterData: true,\n subtree: true\n });\n}\nfunction disconnect() {\n if (!mo) return;\n mo.disconnect();\n}\n\nfunction styleParser (node) {\n var style = node.getAttribute('style');\n var val = [];\n\n if (style) {\n val = style.split(';').reduce(function (acc, style) {\n var styles = style.split(':');\n var prop = styles[0];\n var value = styles.slice(1);\n\n if (prop && value.length > 0) {\n acc[prop] = value.join(':').trim();\n }\n\n return acc;\n }, {});\n }\n\n return val;\n}\n\nfunction classParser (node) {\n var existingPrefix = node.getAttribute('data-prefix');\n var existingIconName = node.getAttribute('data-icon');\n var innerText = node.innerText !== undefined ? node.innerText.trim() : '';\n var val = getCanonicalIcon(classArray(node));\n\n if (existingPrefix && existingIconName) {\n val.prefix = existingPrefix;\n val.iconName = existingIconName;\n }\n\n if (val.prefix && innerText.length > 1) {\n val.iconName = byLigature(val.prefix, node.innerText);\n } else if (val.prefix && innerText.length === 1) {\n val.iconName = byUnicode(val.prefix, toHex(node.innerText));\n }\n\n return val;\n}\n\nvar parseTransformString = function parseTransformString(transformString) {\n var transform = {\n size: 16,\n x: 0,\n y: 0,\n flipX: false,\n flipY: false,\n rotate: 0\n };\n\n if (!transformString) {\n return transform;\n } else {\n return transformString.toLowerCase().split(' ').reduce(function (acc, n) {\n var parts = n.toLowerCase().split('-');\n var first = parts[0];\n var rest = parts.slice(1).join('-');\n\n if (first && rest === 'h') {\n acc.flipX = true;\n return acc;\n }\n\n if (first && rest === 'v') {\n acc.flipY = true;\n return acc;\n }\n\n rest = parseFloat(rest);\n\n if (isNaN(rest)) {\n return acc;\n }\n\n switch (first) {\n case 'grow':\n acc.size = acc.size + rest;\n break;\n\n case 'shrink':\n acc.size = acc.size - rest;\n break;\n\n case 'left':\n acc.x = acc.x - rest;\n break;\n\n case 'right':\n acc.x = acc.x + rest;\n break;\n\n case 'up':\n acc.y = acc.y - rest;\n break;\n\n case 'down':\n acc.y = acc.y + rest;\n break;\n\n case 'rotate':\n acc.rotate = acc.rotate + rest;\n break;\n }\n\n return acc;\n }, transform);\n }\n};\nfunction transformParser (node) {\n return parseTransformString(node.getAttribute('data-fa-transform'));\n}\n\nfunction symbolParser (node) {\n var symbol = node.getAttribute('data-fa-symbol');\n return symbol === null ? false : symbol === '' ? true : symbol;\n}\n\nfunction attributesParser (node) {\n var extraAttributes = toArray(node.attributes).reduce(function (acc, attr) {\n if (acc.name !== 'class' && acc.name !== 'style') {\n acc[attr.name] = attr.value;\n }\n\n return acc;\n }, {});\n var title = node.getAttribute('title');\n\n if (config.autoA11y) {\n if (title) {\n extraAttributes['aria-labelledby'] = \"\".concat(config.replacementClass, \"-title-\").concat(nextUniqueId());\n } else {\n extraAttributes['aria-hidden'] = 'true';\n extraAttributes['focusable'] = 'false';\n }\n }\n\n return extraAttributes;\n}\n\nfunction maskParser (node) {\n var mask = node.getAttribute('data-fa-mask');\n\n if (!mask) {\n return emptyCanonicalIcon();\n } else {\n return getCanonicalIcon(mask.split(' ').map(function (i) {\n return i.trim();\n }));\n }\n}\n\nfunction blankMeta() {\n return {\n iconName: null,\n title: null,\n prefix: null,\n transform: meaninglessTransform,\n symbol: false,\n mask: null,\n extra: {\n classes: [],\n styles: {},\n attributes: {}\n }\n };\n}\nfunction parseMeta(node) {\n var _classParser = classParser(node),\n iconName = _classParser.iconName,\n prefix = _classParser.prefix,\n extraClasses = _classParser.rest;\n\n var extraStyles = styleParser(node);\n var transform = transformParser(node);\n var symbol = symbolParser(node);\n var extraAttributes = attributesParser(node);\n var mask = maskParser(node);\n return {\n iconName: iconName,\n title: node.getAttribute('title'),\n prefix: prefix,\n transform: transform,\n symbol: symbol,\n mask: mask,\n extra: {\n classes: extraClasses,\n styles: extraStyles,\n attributes: extraAttributes\n }\n };\n}\n\nfunction MissingIcon(error) {\n this.name = 'MissingIcon';\n this.message = error || 'Icon unavailable';\n this.stack = new Error().stack;\n}\nMissingIcon.prototype = Object.create(Error.prototype);\nMissingIcon.prototype.constructor = MissingIcon;\n\nvar FILL = {\n fill: 'currentColor'\n};\nvar ANIMATION_BASE = {\n attributeType: 'XML',\n repeatCount: 'indefinite',\n dur: '2s'\n};\nvar RING = {\n tag: 'path',\n attributes: _objectSpread({}, FILL, {\n d: 'M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z'\n })\n};\n\nvar OPACITY_ANIMATE = _objectSpread({}, ANIMATION_BASE, {\n attributeName: 'opacity'\n});\n\nvar DOT = {\n tag: 'circle',\n attributes: _objectSpread({}, FILL, {\n cx: '256',\n cy: '364',\n r: '28'\n }),\n children: [{\n tag: 'animate',\n attributes: _objectSpread({}, ANIMATION_BASE, {\n attributeName: 'r',\n values: '28;14;28;28;14;28;'\n })\n }, {\n tag: 'animate',\n attributes: _objectSpread({}, OPACITY_ANIMATE, {\n values: '1;0;1;1;0;1;'\n })\n }]\n};\nvar QUESTION = {\n tag: 'path',\n attributes: _objectSpread({}, FILL, {\n opacity: '1',\n d: 'M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z'\n }),\n children: [{\n tag: 'animate',\n attributes: _objectSpread({}, OPACITY_ANIMATE, {\n values: '1;0;0;0;0;1;'\n })\n }]\n};\nvar EXCLAMATION = {\n tag: 'path',\n attributes: _objectSpread({}, FILL, {\n opacity: '0',\n d: 'M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z'\n }),\n children: [{\n tag: 'animate',\n attributes: _objectSpread({}, OPACITY_ANIMATE, {\n values: '0;0;1;1;0;0;'\n })\n }]\n};\nvar missing = {\n tag: 'g',\n children: [RING, DOT, QUESTION, EXCLAMATION]\n};\n\nvar styles$2 = namespace.styles;\nfunction asFoundIcon(icon) {\n var width = icon[0];\n var height = icon[1];\n\n var _icon$slice = icon.slice(4),\n _icon$slice2 = _slicedToArray(_icon$slice, 1),\n vectorData = _icon$slice2[0];\n\n var element = null;\n\n if (Array.isArray(vectorData)) {\n element = {\n tag: 'g',\n attributes: {\n class: \"\".concat(config.familyPrefix, \"-\").concat(DUOTONE_CLASSES.GROUP)\n },\n children: [{\n tag: 'path',\n attributes: {\n class: \"\".concat(config.familyPrefix, \"-\").concat(DUOTONE_CLASSES.SECONDARY),\n fill: 'currentColor',\n d: vectorData[0]\n }\n }, {\n tag: 'path',\n attributes: {\n class: \"\".concat(config.familyPrefix, \"-\").concat(DUOTONE_CLASSES.PRIMARY),\n fill: 'currentColor',\n d: vectorData[1]\n }\n }]\n };\n } else {\n element = {\n tag: 'path',\n attributes: {\n fill: 'currentColor',\n d: vectorData\n }\n };\n }\n\n return {\n found: true,\n width: width,\n height: height,\n icon: element\n };\n}\nfunction findIcon(iconName, prefix) {\n return new picked(function (resolve, reject) {\n var val = {\n found: false,\n width: 512,\n height: 512,\n icon: missing\n };\n\n if (iconName && prefix && styles$2[prefix] && styles$2[prefix][iconName]) {\n var icon = styles$2[prefix][iconName];\n return resolve(asFoundIcon(icon));\n }\n\n var headers = {};\n\n if (_typeof(WINDOW.FontAwesomeKitConfig) === 'object' && typeof window.FontAwesomeKitConfig.token === 'string') {\n headers['fa-kit-token'] = WINDOW.FontAwesomeKitConfig.token;\n }\n\n if (iconName && prefix && !config.showMissingIcons) {\n reject(new MissingIcon(\"Icon is missing for prefix \".concat(prefix, \" with icon name \").concat(iconName)));\n } else {\n resolve(val);\n }\n });\n}\n\nvar styles$3 = namespace.styles;\n\nfunction generateSvgReplacementMutation(node, nodeMeta) {\n var iconName = nodeMeta.iconName,\n title = nodeMeta.title,\n prefix = nodeMeta.prefix,\n transform = nodeMeta.transform,\n symbol = nodeMeta.symbol,\n mask = nodeMeta.mask,\n extra = nodeMeta.extra;\n return new picked(function (resolve, reject) {\n picked.all([findIcon(iconName, prefix), findIcon(mask.iconName, mask.prefix)]).then(function (_ref) {\n var _ref2 = _slicedToArray(_ref, 2),\n main = _ref2[0],\n mask = _ref2[1];\n\n resolve([node, makeInlineSvgAbstract({\n icons: {\n main: main,\n mask: mask\n },\n prefix: prefix,\n iconName: iconName,\n transform: transform,\n symbol: symbol,\n mask: mask,\n title: title,\n extra: extra,\n watchable: true\n })]);\n });\n });\n}\n\nfunction generateLayersText(node, nodeMeta) {\n var title = nodeMeta.title,\n transform = nodeMeta.transform,\n extra = nodeMeta.extra;\n var width = null;\n var height = null;\n\n if (IS_IE) {\n var computedFontSize = parseInt(getComputedStyle(node).fontSize, 10);\n var boundingClientRect = node.getBoundingClientRect();\n width = boundingClientRect.width / computedFontSize;\n height = boundingClientRect.height / computedFontSize;\n }\n\n if (config.autoA11y && !title) {\n extra.attributes['aria-hidden'] = 'true';\n }\n\n return picked.resolve([node, makeLayersTextAbstract({\n content: node.innerHTML,\n width: width,\n height: height,\n transform: transform,\n title: title,\n extra: extra,\n watchable: true\n })]);\n}\n\nfunction generateMutation(node) {\n var nodeMeta = parseMeta(node);\n\n if (~nodeMeta.extra.classes.indexOf(LAYERS_TEXT_CLASSNAME)) {\n return generateLayersText(node, nodeMeta);\n } else {\n return generateSvgReplacementMutation(node, nodeMeta);\n }\n}\n\nfunction onTree(root) {\n var callback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;\n if (!IS_DOM) return;\n var htmlClassList = DOCUMENT.documentElement.classList;\n\n var hclAdd = function hclAdd(suffix) {\n return htmlClassList.add(\"\".concat(HTML_CLASS_I2SVG_BASE_CLASS, \"-\").concat(suffix));\n };\n\n var hclRemove = function hclRemove(suffix) {\n return htmlClassList.remove(\"\".concat(HTML_CLASS_I2SVG_BASE_CLASS, \"-\").concat(suffix));\n };\n\n var prefixes = config.autoFetchSvg ? Object.keys(PREFIX_TO_STYLE) : Object.keys(styles$3);\n var prefixesDomQuery = [\".\".concat(LAYERS_TEXT_CLASSNAME, \":not([\").concat(DATA_FA_I2SVG, \"])\")].concat(prefixes.map(function (p) {\n return \".\".concat(p, \":not([\").concat(DATA_FA_I2SVG, \"])\");\n })).join(', ');\n\n if (prefixesDomQuery.length === 0) {\n return;\n }\n\n var candidates = [];\n\n try {\n candidates = toArray(root.querySelectorAll(prefixesDomQuery));\n } catch (e) {// noop\n }\n\n if (candidates.length > 0) {\n hclAdd('pending');\n hclRemove('complete');\n } else {\n return;\n }\n\n var mark = perf.begin('onTree');\n var mutations = candidates.reduce(function (acc, node) {\n try {\n var mutation = generateMutation(node);\n\n if (mutation) {\n acc.push(mutation);\n }\n } catch (e) {\n if (!PRODUCTION) {\n if (e instanceof MissingIcon) {\n console.error(e);\n }\n }\n }\n\n return acc;\n }, []);\n return new picked(function (resolve, reject) {\n picked.all(mutations).then(function (resolvedMutations) {\n perform(resolvedMutations, function () {\n hclAdd('active');\n hclAdd('complete');\n hclRemove('pending');\n if (typeof callback === 'function') callback();\n mark();\n resolve();\n });\n }).catch(function () {\n mark();\n reject();\n });\n });\n}\nfunction onNode(node) {\n var callback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;\n generateMutation(node).then(function (mutation) {\n if (mutation) {\n perform([mutation], callback);\n }\n });\n}\n\nfunction replaceForPosition(node, position) {\n var pendingAttribute = \"\".concat(DATA_FA_PSEUDO_ELEMENT_PENDING).concat(position.replace(':', '-'));\n return new picked(function (resolve, reject) {\n if (node.getAttribute(pendingAttribute) !== null) {\n // This node is already being processed\n return resolve();\n }\n\n var children = toArray(node.children);\n var alreadyProcessedPseudoElement = children.filter(function (c) {\n return c.getAttribute(DATA_FA_PSEUDO_ELEMENT) === position;\n })[0];\n var styles = WINDOW.getComputedStyle(node, position);\n var fontFamily = styles.getPropertyValue('font-family').match(FONT_FAMILY_PATTERN);\n var fontWeight = styles.getPropertyValue('font-weight');\n\n if (alreadyProcessedPseudoElement && !fontFamily) {\n // If we've already processed it but the current computed style does not result in a font-family,\n // that probably means that a class name that was previously present to make the icon has been\n // removed. So we now should delete the icon.\n node.removeChild(alreadyProcessedPseudoElement);\n return resolve();\n } else if (fontFamily) {\n var content = styles.getPropertyValue('content');\n var prefix = ~['Solid', 'Regular', 'Light', 'Duotone', 'Brands'].indexOf(fontFamily[1]) ? STYLE_TO_PREFIX[fontFamily[1].toLowerCase()] : FONT_WEIGHT_TO_PREFIX[fontWeight];\n var hexValue = toHex(content.length === 3 ? content.substr(1, 1) : content);\n var iconName = byUnicode(prefix, hexValue);\n var iconIdentifier = iconName; // Only convert the pseudo element in this :before/:after position into an icon if we haven't\n // already done so with the same prefix and iconName\n\n if (iconName && (!alreadyProcessedPseudoElement || alreadyProcessedPseudoElement.getAttribute(DATA_PREFIX) !== prefix || alreadyProcessedPseudoElement.getAttribute(DATA_ICON) !== iconIdentifier)) {\n node.setAttribute(pendingAttribute, iconIdentifier);\n\n if (alreadyProcessedPseudoElement) {\n // Delete the old one, since we're replacing it with a new one\n node.removeChild(alreadyProcessedPseudoElement);\n }\n\n var meta = blankMeta();\n var extra = meta.extra;\n extra.attributes[DATA_FA_PSEUDO_ELEMENT] = position;\n findIcon(iconName, prefix).then(function (main) {\n var abstract = makeInlineSvgAbstract(_objectSpread({}, meta, {\n icons: {\n main: main,\n mask: emptyCanonicalIcon()\n },\n prefix: prefix,\n iconName: iconIdentifier,\n extra: extra,\n watchable: true\n }));\n var element = DOCUMENT.createElement('svg');\n\n if (position === ':before') {\n node.insertBefore(element, node.firstChild);\n } else {\n node.appendChild(element);\n }\n\n element.outerHTML = abstract.map(function (a) {\n return toHtml(a);\n }).join('\\n');\n node.removeAttribute(pendingAttribute);\n resolve();\n }).catch(reject);\n } else {\n resolve();\n }\n } else {\n resolve();\n }\n });\n}\n\nfunction replace(node) {\n return picked.all([replaceForPosition(node, ':before'), replaceForPosition(node, ':after')]);\n}\n\nfunction processable(node) {\n return node.parentNode !== document.head && !~TAGNAMES_TO_SKIP_FOR_PSEUDOELEMENTS.indexOf(node.tagName.toUpperCase()) && !node.getAttribute(DATA_FA_PSEUDO_ELEMENT) && (!node.parentNode || node.parentNode.tagName !== 'svg');\n}\n\nfunction searchPseudoElements (root) {\n if (!IS_DOM) return;\n return new picked(function (resolve, reject) {\n var operations = toArray(root.querySelectorAll('*')).filter(processable).map(replace);\n var end = perf.begin('searchPseudoElements');\n disableObservation();\n picked.all(operations).then(function () {\n end();\n enableObservation();\n resolve();\n }).catch(function () {\n end();\n enableObservation();\n reject();\n });\n });\n}\n\nvar baseStyles = \"svg:not(:root).svg-inline--fa {\\n overflow: visible;\\n}\\n\\n.svg-inline--fa {\\n display: inline-block;\\n font-size: inherit;\\n height: 1em;\\n overflow: visible;\\n vertical-align: -0.125em;\\n}\\n.svg-inline--fa.fa-lg {\\n vertical-align: -0.225em;\\n}\\n.svg-inline--fa.fa-w-1 {\\n width: 0.0625em;\\n}\\n.svg-inline--fa.fa-w-2 {\\n width: 0.125em;\\n}\\n.svg-inline--fa.fa-w-3 {\\n width: 0.1875em;\\n}\\n.svg-inline--fa.fa-w-4 {\\n width: 0.25em;\\n}\\n.svg-inline--fa.fa-w-5 {\\n width: 0.3125em;\\n}\\n.svg-inline--fa.fa-w-6 {\\n width: 0.375em;\\n}\\n.svg-inline--fa.fa-w-7 {\\n width: 0.4375em;\\n}\\n.svg-inline--fa.fa-w-8 {\\n width: 0.5em;\\n}\\n.svg-inline--fa.fa-w-9 {\\n width: 0.5625em;\\n}\\n.svg-inline--fa.fa-w-10 {\\n width: 0.625em;\\n}\\n.svg-inline--fa.fa-w-11 {\\n width: 0.6875em;\\n}\\n.svg-inline--fa.fa-w-12 {\\n width: 0.75em;\\n}\\n.svg-inline--fa.fa-w-13 {\\n width: 0.8125em;\\n}\\n.svg-inline--fa.fa-w-14 {\\n width: 0.875em;\\n}\\n.svg-inline--fa.fa-w-15 {\\n width: 0.9375em;\\n}\\n.svg-inline--fa.fa-w-16 {\\n width: 1em;\\n}\\n.svg-inline--fa.fa-w-17 {\\n width: 1.0625em;\\n}\\n.svg-inline--fa.fa-w-18 {\\n width: 1.125em;\\n}\\n.svg-inline--fa.fa-w-19 {\\n width: 1.1875em;\\n}\\n.svg-inline--fa.fa-w-20 {\\n width: 1.25em;\\n}\\n.svg-inline--fa.fa-pull-left {\\n margin-right: 0.3em;\\n width: auto;\\n}\\n.svg-inline--fa.fa-pull-right {\\n margin-left: 0.3em;\\n width: auto;\\n}\\n.svg-inline--fa.fa-border {\\n height: 1.5em;\\n}\\n.svg-inline--fa.fa-li {\\n width: 2em;\\n}\\n.svg-inline--fa.fa-fw {\\n width: 1.25em;\\n}\\n\\n.fa-layers svg.svg-inline--fa {\\n bottom: 0;\\n left: 0;\\n margin: auto;\\n position: absolute;\\n right: 0;\\n top: 0;\\n}\\n\\n.fa-layers {\\n display: inline-block;\\n height: 1em;\\n position: relative;\\n text-align: center;\\n vertical-align: -0.125em;\\n width: 1em;\\n}\\n.fa-layers svg.svg-inline--fa {\\n -webkit-transform-origin: center center;\\n transform-origin: center center;\\n}\\n\\n.fa-layers-counter, .fa-layers-text {\\n display: inline-block;\\n position: absolute;\\n text-align: center;\\n}\\n\\n.fa-layers-text {\\n left: 50%;\\n top: 50%;\\n -webkit-transform: translate(-50%, -50%);\\n transform: translate(-50%, -50%);\\n -webkit-transform-origin: center center;\\n transform-origin: center center;\\n}\\n\\n.fa-layers-counter {\\n background-color: #ff253a;\\n border-radius: 1em;\\n -webkit-box-sizing: border-box;\\n box-sizing: border-box;\\n color: #fff;\\n height: 1.5em;\\n line-height: 1;\\n max-width: 5em;\\n min-width: 1.5em;\\n overflow: hidden;\\n padding: 0.25em;\\n right: 0;\\n text-overflow: ellipsis;\\n top: 0;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: top right;\\n transform-origin: top right;\\n}\\n\\n.fa-layers-bottom-right {\\n bottom: 0;\\n right: 0;\\n top: auto;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: bottom right;\\n transform-origin: bottom right;\\n}\\n\\n.fa-layers-bottom-left {\\n bottom: 0;\\n left: 0;\\n right: auto;\\n top: auto;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: bottom left;\\n transform-origin: bottom left;\\n}\\n\\n.fa-layers-top-right {\\n right: 0;\\n top: 0;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: top right;\\n transform-origin: top right;\\n}\\n\\n.fa-layers-top-left {\\n left: 0;\\n right: auto;\\n top: 0;\\n -webkit-transform: scale(0.25);\\n transform: scale(0.25);\\n -webkit-transform-origin: top left;\\n transform-origin: top left;\\n}\\n\\n.fa-lg {\\n font-size: 1.3333333333em;\\n line-height: 0.75em;\\n vertical-align: -0.0667em;\\n}\\n\\n.fa-xs {\\n font-size: 0.75em;\\n}\\n\\n.fa-sm {\\n font-size: 0.875em;\\n}\\n\\n.fa-1x {\\n font-size: 1em;\\n}\\n\\n.fa-2x {\\n font-size: 2em;\\n}\\n\\n.fa-3x {\\n font-size: 3em;\\n}\\n\\n.fa-4x {\\n font-size: 4em;\\n}\\n\\n.fa-5x {\\n font-size: 5em;\\n}\\n\\n.fa-6x {\\n font-size: 6em;\\n}\\n\\n.fa-7x {\\n font-size: 7em;\\n}\\n\\n.fa-8x {\\n font-size: 8em;\\n}\\n\\n.fa-9x {\\n font-size: 9em;\\n}\\n\\n.fa-10x {\\n font-size: 10em;\\n}\\n\\n.fa-fw {\\n text-align: center;\\n width: 1.25em;\\n}\\n\\n.fa-ul {\\n list-style-type: none;\\n margin-left: 2.5em;\\n padding-left: 0;\\n}\\n.fa-ul > li {\\n position: relative;\\n}\\n\\n.fa-li {\\n left: -2em;\\n position: absolute;\\n text-align: center;\\n width: 2em;\\n line-height: inherit;\\n}\\n\\n.fa-border {\\n border: solid 0.08em #eee;\\n border-radius: 0.1em;\\n padding: 0.2em 0.25em 0.15em;\\n}\\n\\n.fa-pull-left {\\n float: left;\\n}\\n\\n.fa-pull-right {\\n float: right;\\n}\\n\\n.fa.fa-pull-left,\\n.fas.fa-pull-left,\\n.far.fa-pull-left,\\n.fal.fa-pull-left,\\n.fab.fa-pull-left {\\n margin-right: 0.3em;\\n}\\n.fa.fa-pull-right,\\n.fas.fa-pull-right,\\n.far.fa-pull-right,\\n.fal.fa-pull-right,\\n.fab.fa-pull-right {\\n margin-left: 0.3em;\\n}\\n\\n.fa-spin {\\n -webkit-animation: fa-spin 2s infinite linear;\\n animation: fa-spin 2s infinite linear;\\n}\\n\\n.fa-pulse {\\n -webkit-animation: fa-spin 1s infinite steps(8);\\n animation: fa-spin 1s infinite steps(8);\\n}\\n\\n@-webkit-keyframes fa-spin {\\n 0% {\\n -webkit-transform: rotate(0deg);\\n transform: rotate(0deg);\\n }\\n 100% {\\n -webkit-transform: rotate(360deg);\\n transform: rotate(360deg);\\n }\\n}\\n\\n@keyframes fa-spin {\\n 0% {\\n -webkit-transform: rotate(0deg);\\n transform: rotate(0deg);\\n }\\n 100% {\\n -webkit-transform: rotate(360deg);\\n transform: rotate(360deg);\\n }\\n}\\n.fa-rotate-90 {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)\\\";\\n -webkit-transform: rotate(90deg);\\n transform: rotate(90deg);\\n}\\n\\n.fa-rotate-180 {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)\\\";\\n -webkit-transform: rotate(180deg);\\n transform: rotate(180deg);\\n}\\n\\n.fa-rotate-270 {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)\\\";\\n -webkit-transform: rotate(270deg);\\n transform: rotate(270deg);\\n}\\n\\n.fa-flip-horizontal {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)\\\";\\n -webkit-transform: scale(-1, 1);\\n transform: scale(-1, 1);\\n}\\n\\n.fa-flip-vertical {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\\\";\\n -webkit-transform: scale(1, -1);\\n transform: scale(1, -1);\\n}\\n\\n.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\\\";\\n -webkit-transform: scale(-1, -1);\\n transform: scale(-1, -1);\\n}\\n\\n:root .fa-rotate-90,\\n:root .fa-rotate-180,\\n:root .fa-rotate-270,\\n:root .fa-flip-horizontal,\\n:root .fa-flip-vertical,\\n:root .fa-flip-both {\\n -webkit-filter: none;\\n filter: none;\\n}\\n\\n.fa-stack {\\n display: inline-block;\\n height: 2em;\\n position: relative;\\n width: 2.5em;\\n}\\n\\n.fa-stack-1x,\\n.fa-stack-2x {\\n bottom: 0;\\n left: 0;\\n margin: auto;\\n position: absolute;\\n right: 0;\\n top: 0;\\n}\\n\\n.svg-inline--fa.fa-stack-1x {\\n height: 1em;\\n width: 1.25em;\\n}\\n.svg-inline--fa.fa-stack-2x {\\n height: 2em;\\n width: 2.5em;\\n}\\n\\n.fa-inverse {\\n color: #fff;\\n}\\n\\n.sr-only {\\n border: 0;\\n clip: rect(0, 0, 0, 0);\\n height: 1px;\\n margin: -1px;\\n overflow: hidden;\\n padding: 0;\\n position: absolute;\\n width: 1px;\\n}\\n\\n.sr-only-focusable:active, .sr-only-focusable:focus {\\n clip: auto;\\n height: auto;\\n margin: 0;\\n overflow: visible;\\n position: static;\\n width: auto;\\n}\\n\\n.svg-inline--fa .fa-primary {\\n fill: var(--fa-primary-color, currentColor);\\n opacity: 1;\\n opacity: var(--fa-primary-opacity, 1);\\n}\\n\\n.svg-inline--fa .fa-secondary {\\n fill: var(--fa-secondary-color, currentColor);\\n opacity: 0.4;\\n opacity: var(--fa-secondary-opacity, 0.4);\\n}\\n\\n.svg-inline--fa.fa-swap-opacity .fa-primary {\\n opacity: 0.4;\\n opacity: var(--fa-secondary-opacity, 0.4);\\n}\\n\\n.svg-inline--fa.fa-swap-opacity .fa-secondary {\\n opacity: 1;\\n opacity: var(--fa-primary-opacity, 1);\\n}\\n\\n.svg-inline--fa mask .fa-primary,\\n.svg-inline--fa mask .fa-secondary {\\n fill: black;\\n}\\n\\n.fad.fa-inverse {\\n color: #fff;\\n}\";\n\nfunction css () {\n var dfp = DEFAULT_FAMILY_PREFIX;\n var drc = DEFAULT_REPLACEMENT_CLASS;\n var fp = config.familyPrefix;\n var rc = config.replacementClass;\n var s = baseStyles;\n\n if (fp !== dfp || rc !== drc) {\n var dPatt = new RegExp(\"\\\\.\".concat(dfp, \"\\\\-\"), 'g');\n var customPropPatt = new RegExp(\"\\\\--\".concat(dfp, \"\\\\-\"), 'g');\n var rPatt = new RegExp(\"\\\\.\".concat(drc), 'g');\n s = s.replace(dPatt, \".\".concat(fp, \"-\")).replace(customPropPatt, \"--\".concat(fp, \"-\")).replace(rPatt, \".\".concat(rc));\n }\n\n return s;\n}\n\nvar Library =\n/*#__PURE__*/\nfunction () {\n function Library() {\n _classCallCheck(this, Library);\n\n this.definitions = {};\n }\n\n _createClass(Library, [{\n key: \"add\",\n value: function add() {\n var _this = this;\n\n for (var _len = arguments.length, definitions = new Array(_len), _key = 0; _key < _len; _key++) {\n definitions[_key] = arguments[_key];\n }\n\n var additions = definitions.reduce(this._pullDefinitions, {});\n Object.keys(additions).forEach(function (key) {\n _this.definitions[key] = _objectSpread({}, _this.definitions[key] || {}, additions[key]);\n defineIcons(key, additions[key]);\n build();\n });\n }\n }, {\n key: \"reset\",\n value: function reset() {\n this.definitions = {};\n }\n }, {\n key: \"_pullDefinitions\",\n value: function _pullDefinitions(additions, definition) {\n var normalized = definition.prefix && definition.iconName && definition.icon ? {\n 0: definition\n } : definition;\n Object.keys(normalized).map(function (key) {\n var _normalized$key = normalized[key],\n prefix = _normalized$key.prefix,\n iconName = _normalized$key.iconName,\n icon = _normalized$key.icon;\n if (!additions[prefix]) additions[prefix] = {};\n additions[prefix][iconName] = icon;\n });\n return additions;\n }\n }]);\n\n return Library;\n}();\n\nfunction ensureCss() {\n if (config.autoAddCss && !_cssInserted) {\n insertCss(css());\n\n _cssInserted = true;\n }\n}\n\nfunction apiObject(val, abstractCreator) {\n Object.defineProperty(val, 'abstract', {\n get: abstractCreator\n });\n Object.defineProperty(val, 'html', {\n get: function get() {\n return val.abstract.map(function (a) {\n return toHtml(a);\n });\n }\n });\n Object.defineProperty(val, 'node', {\n get: function get() {\n if (!IS_DOM) return;\n var container = DOCUMENT.createElement('div');\n container.innerHTML = val.html;\n return container.children;\n }\n });\n return val;\n}\n\nfunction findIconDefinition(iconLookup) {\n var _iconLookup$prefix = iconLookup.prefix,\n prefix = _iconLookup$prefix === void 0 ? 'fa' : _iconLookup$prefix,\n iconName = iconLookup.iconName;\n if (!iconName) return;\n return iconFromMapping(library.definitions, prefix, iconName) || iconFromMapping(namespace.styles, prefix, iconName);\n}\n\nfunction resolveIcons(next) {\n return function (maybeIconDefinition) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var iconDefinition = (maybeIconDefinition || {}).icon ? maybeIconDefinition : findIconDefinition(maybeIconDefinition || {});\n var mask = params.mask;\n\n if (mask) {\n mask = (mask || {}).icon ? mask : findIconDefinition(mask || {});\n }\n\n return next(iconDefinition, _objectSpread({}, params, {\n mask: mask\n }));\n };\n}\n\nvar library = new Library();\nvar noAuto = function noAuto() {\n config.autoReplaceSvg = false;\n config.observeMutations = false;\n disconnect();\n};\nvar _cssInserted = false;\nvar dom = {\n i2svg: function i2svg() {\n var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n\n if (IS_DOM) {\n ensureCss();\n var _params$node = params.node,\n node = _params$node === void 0 ? DOCUMENT : _params$node,\n _params$callback = params.callback,\n callback = _params$callback === void 0 ? function () {} : _params$callback;\n\n if (config.searchPseudoElements) {\n searchPseudoElements(node);\n }\n\n return onTree(node, callback);\n } else {\n return picked.reject('Operation requires a DOM of some kind.');\n }\n },\n css: css,\n insertCss: function insertCss$$1() {\n if (!_cssInserted) {\n insertCss(css());\n\n _cssInserted = true;\n }\n },\n watch: function watch() {\n var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var autoReplaceSvgRoot = params.autoReplaceSvgRoot,\n observeMutationsRoot = params.observeMutationsRoot;\n\n if (config.autoReplaceSvg === false) {\n config.autoReplaceSvg = true;\n }\n\n config.observeMutations = true;\n domready(function () {\n autoReplace({\n autoReplaceSvgRoot: autoReplaceSvgRoot\n });\n observe({\n treeCallback: onTree,\n nodeCallback: onNode,\n pseudoElementsCallback: searchPseudoElements,\n observeMutationsRoot: observeMutationsRoot\n });\n });\n }\n};\nvar parse = {\n transform: function transform(transformString) {\n return parseTransformString(transformString);\n }\n};\nvar icon = resolveIcons(function (iconDefinition) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$transform = params.transform,\n transform = _params$transform === void 0 ? meaninglessTransform : _params$transform,\n _params$symbol = params.symbol,\n symbol = _params$symbol === void 0 ? false : _params$symbol,\n _params$mask = params.mask,\n mask = _params$mask === void 0 ? null : _params$mask,\n _params$title = params.title,\n title = _params$title === void 0 ? null : _params$title,\n _params$classes = params.classes,\n classes = _params$classes === void 0 ? [] : _params$classes,\n _params$attributes = params.attributes,\n attributes = _params$attributes === void 0 ? {} : _params$attributes,\n _params$styles = params.styles,\n styles = _params$styles === void 0 ? {} : _params$styles;\n if (!iconDefinition) return;\n var prefix = iconDefinition.prefix,\n iconName = iconDefinition.iconName,\n icon = iconDefinition.icon;\n return apiObject(_objectSpread({\n type: 'icon'\n }, iconDefinition), function () {\n ensureCss();\n\n if (config.autoA11y) {\n if (title) {\n attributes['aria-labelledby'] = \"\".concat(config.replacementClass, \"-title-\").concat(nextUniqueId());\n } else {\n attributes['aria-hidden'] = 'true';\n attributes['focusable'] = 'false';\n }\n }\n\n return makeInlineSvgAbstract({\n icons: {\n main: asFoundIcon(icon),\n mask: mask ? asFoundIcon(mask.icon) : {\n found: false,\n width: null,\n height: null,\n icon: {}\n }\n },\n prefix: prefix,\n iconName: iconName,\n transform: _objectSpread({}, meaninglessTransform, transform),\n symbol: symbol,\n title: title,\n extra: {\n attributes: attributes,\n styles: styles,\n classes: classes\n }\n });\n });\n});\nvar text = function text(content) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$transform2 = params.transform,\n transform = _params$transform2 === void 0 ? meaninglessTransform : _params$transform2,\n _params$title2 = params.title,\n title = _params$title2 === void 0 ? null : _params$title2,\n _params$classes2 = params.classes,\n classes = _params$classes2 === void 0 ? [] : _params$classes2,\n _params$attributes2 = params.attributes,\n attributes = _params$attributes2 === void 0 ? {} : _params$attributes2,\n _params$styles2 = params.styles,\n styles = _params$styles2 === void 0 ? {} : _params$styles2;\n return apiObject({\n type: 'text',\n content: content\n }, function () {\n ensureCss();\n return makeLayersTextAbstract({\n content: content,\n transform: _objectSpread({}, meaninglessTransform, transform),\n title: title,\n extra: {\n attributes: attributes,\n styles: styles,\n classes: [\"\".concat(config.familyPrefix, \"-layers-text\")].concat(_toConsumableArray(classes))\n }\n });\n });\n};\nvar counter = function counter(content) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$title3 = params.title,\n title = _params$title3 === void 0 ? null : _params$title3,\n _params$classes3 = params.classes,\n classes = _params$classes3 === void 0 ? [] : _params$classes3,\n _params$attributes3 = params.attributes,\n attributes = _params$attributes3 === void 0 ? {} : _params$attributes3,\n _params$styles3 = params.styles,\n styles = _params$styles3 === void 0 ? {} : _params$styles3;\n return apiObject({\n type: 'counter',\n content: content\n }, function () {\n ensureCss();\n return makeLayersCounterAbstract({\n content: content.toString(),\n title: title,\n extra: {\n attributes: attributes,\n styles: styles,\n classes: [\"\".concat(config.familyPrefix, \"-layers-counter\")].concat(_toConsumableArray(classes))\n }\n });\n });\n};\nvar layer = function layer(assembler) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$classes4 = params.classes,\n classes = _params$classes4 === void 0 ? [] : _params$classes4;\n return apiObject({\n type: 'layer'\n }, function () {\n ensureCss();\n var children = [];\n assembler(function (args) {\n Array.isArray(args) ? args.map(function (a) {\n children = children.concat(a.abstract);\n }) : children = children.concat(args.abstract);\n });\n return [{\n tag: 'span',\n attributes: {\n class: [\"\".concat(config.familyPrefix, \"-layers\")].concat(_toConsumableArray(classes)).join(' ')\n },\n children: children\n }];\n });\n};\nvar api = {\n noAuto: noAuto,\n config: config,\n dom: dom,\n library: library,\n parse: parse,\n findIconDefinition: findIconDefinition,\n icon: icon,\n text: text,\n counter: counter,\n layer: layer,\n toHtml: toHtml\n};\n\nvar autoReplace = function autoReplace() {\n var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var _params$autoReplaceSv = params.autoReplaceSvgRoot,\n autoReplaceSvgRoot = _params$autoReplaceSv === void 0 ? DOCUMENT : _params$autoReplaceSv;\n if ((Object.keys(namespace.styles).length > 0 || config.autoFetchSvg) && IS_DOM && config.autoReplaceSvg) api.dom.i2svg({\n node: autoReplaceSvgRoot\n });\n};\n\nexport { icon, noAuto, config, toHtml, layer, text, counter, library, dom, parse, findIconDefinition };\n","var prefix = \"far\";\nvar faAddressBook = {\n prefix: 'far',\n iconName: 'address-book',\n icon: [448, 512, [], \"f2b9\", \"M436 160c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48v-48h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20zm-68 304H48V48h320v416zM208 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2z\"]\n};\nvar faAddressCard = {\n prefix: 'far',\n iconName: 'address-card',\n icon: [576, 512, [], \"f2bb\", \"M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 400H48V80h480v352zM208 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2zM360 320h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8z\"]\n};\nvar faAngry = {\n prefix: 'far',\n iconName: 'angry',\n icon: [496, 512, [], \"f556\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm0-144c-33.6 0-65.2 14.8-86.8 40.6-8.5 10.2-7.1 25.3 3.1 33.8s25.3 7.2 33.8-3c24.8-29.7 75-29.7 99.8 0 8.1 9.7 23.2 11.9 33.8 3 10.2-8.5 11.5-23.6 3.1-33.8-21.6-25.8-53.2-40.6-86.8-40.6zm-48-72c10.3 0 19.9-6.7 23-17.1 3.8-12.7-3.4-26.1-16.1-29.9l-80-24c-12.8-3.9-26.1 3.4-29.9 16.1-3.8 12.7 3.4 26.1 16.1 29.9l28.2 8.5c-3.1 4.9-5.3 10.4-5.3 16.6 0 17.7 14.3 32 32 32s32-14.4 32-32.1zm199-54.9c-3.8-12.7-17.1-19.9-29.9-16.1l-80 24c-12.7 3.8-19.9 17.2-16.1 29.9 3.1 10.4 12.7 17.1 23 17.1 0 17.7 14.3 32 32 32s32-14.3 32-32c0-6.2-2.2-11.7-5.3-16.6l28.2-8.5c12.7-3.7 19.9-17.1 16.1-29.8z\"]\n};\nvar faArrowAltCircleDown = {\n prefix: 'far',\n iconName: 'arrow-alt-circle-down',\n icon: [512, 512, [], \"f358\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm-32-316v116h-67c-10.7 0-16 12.9-8.5 20.5l99 99c4.7 4.7 12.3 4.7 17 0l99-99c7.6-7.6 2.2-20.5-8.5-20.5h-67V140c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12z\"]\n};\nvar faArrowAltCircleLeft = {\n prefix: 'far',\n iconName: 'arrow-alt-circle-left',\n icon: [512, 512, [], \"f359\", \"M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z\"]\n};\nvar faArrowAltCircleRight = {\n prefix: 'far',\n iconName: 'arrow-alt-circle-right',\n icon: [512, 512, [], \"f35a\", \"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"]\n};\nvar faArrowAltCircleUp = {\n prefix: 'far',\n iconName: 'arrow-alt-circle-up',\n icon: [512, 512, [], \"f35b\", \"M256 504c137 0 248-111 248-248S393 8 256 8 8 119 8 256s111 248 248 248zm0-448c110.5 0 200 89.5 200 200s-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56zm20 328h-40c-6.6 0-12-5.4-12-12V256h-67c-10.7 0-16-12.9-8.5-20.5l99-99c4.7-4.7 12.3-4.7 17 0l99 99c7.6 7.6 2.2 20.5-8.5 20.5h-67v116c0 6.6-5.4 12-12 12z\"]\n};\nvar faBell = {\n prefix: 'far',\n iconName: 'bell',\n icon: [448, 512, [], \"f0f3\", \"M439.39 362.29c-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84C118.56 68.1 64.08 130.3 64.08 208c0 102.3-36.15 133.53-55.47 154.29-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h383.8c19.12 0 32-15.6 32.1-32 .05-7.55-2.61-15.27-8.61-21.71zM67.53 368c21.22-27.97 44.42-74.33 44.53-159.42 0-.2-.06-.38-.06-.58 0-61.86 50.14-112 112-112s112 50.14 112 112c0 .2-.06.38-.06.58.11 85.1 23.31 131.46 44.53 159.42H67.53zM224 512c35.32 0 63.97-28.65 63.97-64H160.03c0 35.35 28.65 64 63.97 64z\"]\n};\nvar faBellSlash = {\n prefix: 'far',\n iconName: 'bell-slash',\n icon: [640, 512, [], \"f1f6\", \"M633.99 471.02L36 3.51C29.1-2.01 19.03-.9 13.51 6l-10 12.49C-2.02 25.39-.9 35.46 6 40.98l598 467.51c6.9 5.52 16.96 4.4 22.49-2.49l10-12.49c5.52-6.9 4.41-16.97-2.5-22.49zM163.53 368c16.71-22.03 34.48-55.8 41.4-110.58l-45.47-35.55c-3.27 90.73-36.47 120.68-54.84 140.42-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h279.66l-61.4-48H163.53zM320 96c61.86 0 112 50.14 112 112 0 .2-.06.38-.06.58.02 16.84 1.16 31.77 2.79 45.73l59.53 46.54c-8.31-22.13-14.34-51.49-14.34-92.85 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84c-26.02 5.41-49.45 16.94-69.13 32.72l38.17 29.84C275 103.18 296.65 96 320 96zm0 416c35.32 0 63.97-28.65 63.97-64H256.03c0 35.35 28.65 64 63.97 64z\"]\n};\nvar faBookmark = {\n prefix: 'far',\n iconName: 'bookmark',\n icon: [384, 512, [], \"f02e\", \"M336 0H48C21.49 0 0 21.49 0 48v464l192-112 192 112V48c0-26.51-21.49-48-48-48zm0 428.43l-144-84-144 84V54a6 6 0 0 1 6-6h276c3.314 0 6 2.683 6 5.996V428.43z\"]\n};\nvar faBuilding = {\n prefix: 'far',\n iconName: 'building',\n icon: [448, 512, [], \"f1ad\", \"M128 148v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12zm140 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-128 96h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm128 0h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-76 84v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm76 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm180 124v36H0v-36c0-6.6 5.4-12 12-12h19.5V24c0-13.3 10.7-24 24-24h337c13.3 0 24 10.7 24 24v440H436c6.6 0 12 5.4 12 12zM79.5 463H192v-67c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v67h112.5V49L80 48l-.5 415z\"]\n};\nvar faCalendar = {\n prefix: 'far',\n iconName: 'calendar',\n icon: [448, 512, [], \"f133\", \"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"]\n};\nvar faCalendarAlt = {\n prefix: 'far',\n iconName: 'calendar-alt',\n icon: [448, 512, [], \"f073\", \"M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faCalendarCheck = {\n prefix: 'far',\n iconName: 'calendar-check',\n icon: [448, 512, [], \"f274\", \"M400 64h-48V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v52H160V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v52H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V160h352v298a6 6 0 0 1-6 6zm-52.849-200.65L198.842 404.519c-4.705 4.667-12.303 4.637-16.971-.068l-75.091-75.699c-4.667-4.705-4.637-12.303.068-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l44.104 44.461 111.072-110.181c4.705-4.667 12.303-4.637 16.971.068l22.536 22.718c4.667 4.705 4.636 12.303-.069 16.97z\"]\n};\nvar faCalendarMinus = {\n prefix: 'far',\n iconName: 'calendar-minus',\n icon: [448, 512, [], \"f272\", \"M124 328c-6.6 0-12-5.4-12-12v-24c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v24c0 6.6-5.4 12-12 12H124zm324-216v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faCalendarPlus = {\n prefix: 'far',\n iconName: 'calendar-plus',\n icon: [448, 512, [], \"f271\", \"M336 292v24c0 6.6-5.4 12-12 12h-76v76c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12v-76h-76c-6.6 0-12-5.4-12-12v-24c0-6.6 5.4-12 12-12h76v-76c0-6.6 5.4-12 12-12h24c6.6 0 12 5.4 12 12v76h76c6.6 0 12 5.4 12 12zm112-180v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faCalendarTimes = {\n prefix: 'far',\n iconName: 'calendar-times',\n icon: [448, 512, [], \"f273\", \"M311.7 374.7l-17 17c-4.7 4.7-12.3 4.7-17 0L224 337.9l-53.7 53.7c-4.7 4.7-12.3 4.7-17 0l-17-17c-4.7-4.7-4.7-12.3 0-17l53.7-53.7-53.7-53.7c-4.7-4.7-4.7-12.3 0-17l17-17c4.7-4.7 12.3-4.7 17 0l53.7 53.7 53.7-53.7c4.7-4.7 12.3-4.7 17 0l17 17c4.7 4.7 4.7 12.3 0 17L257.9 304l53.7 53.7c4.8 4.7 4.8 12.3.1 17zM448 112v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faCaretSquareDown = {\n prefix: 'far',\n iconName: 'caret-square-down',\n icon: [448, 512, [], \"f150\", \"M125.1 208h197.8c10.7 0 16.1 13 8.5 20.5l-98.9 98.3c-4.7 4.7-12.2 4.7-16.9 0l-98.9-98.3c-7.7-7.5-2.3-20.5 8.4-20.5zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faCaretSquareLeft = {\n prefix: 'far',\n iconName: 'caret-square-left',\n icon: [448, 512, [], \"f191\", \"M272 157.1v197.8c0 10.7-13 16.1-20.5 8.5l-98.3-98.9c-4.7-4.7-4.7-12.2 0-16.9l98.3-98.9c7.5-7.7 20.5-2.3 20.5 8.4zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faCaretSquareRight = {\n prefix: 'far',\n iconName: 'caret-square-right',\n icon: [448, 512, [], \"f152\", \"M176 354.9V157.1c0-10.7 13-16.1 20.5-8.5l98.3 98.9c4.7 4.7 4.7 12.2 0 16.9l-98.3 98.9c-7.5 7.7-20.5 2.3-20.5-8.4zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faCaretSquareUp = {\n prefix: 'far',\n iconName: 'caret-square-up',\n icon: [448, 512, [], \"f151\", \"M322.9 304H125.1c-10.7 0-16.1-13-8.5-20.5l98.9-98.3c4.7-4.7 12.2-4.7 16.9 0l98.9 98.3c7.7 7.5 2.3 20.5-8.4 20.5zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faChartBar = {\n prefix: 'far',\n iconName: 'chart-bar',\n icon: [512, 512, [], \"f080\", \"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\"]\n};\nvar faCheckCircle = {\n prefix: 'far',\n iconName: 'check-circle',\n icon: [512, 512, [], \"f058\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"]\n};\nvar faCheckSquare = {\n prefix: 'far',\n iconName: 'check-square',\n icon: [448, 512, [], \"f14a\", \"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"]\n};\nvar faCircle = {\n prefix: 'far',\n iconName: 'circle',\n icon: [512, 512, [], \"f111\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z\"]\n};\nvar faClipboard = {\n prefix: 'far',\n iconName: 'clipboard',\n icon: [384, 512, [], \"f328\", \"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm144 418c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V118c0-3.3 2.7-6 6-6h42v36c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-36h42c3.3 0 6 2.7 6 6z\"]\n};\nvar faClock = {\n prefix: 'far',\n iconName: 'clock',\n icon: [512, 512, [], \"f017\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"]\n};\nvar faClone = {\n prefix: 'far',\n iconName: 'clone',\n icon: [512, 512, [], \"f24d\", \"M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z\"]\n};\nvar faClosedCaptioning = {\n prefix: 'far',\n iconName: 'closed-captioning',\n icon: [512, 512, [], \"f20a\", \"M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 336H54c-3.3 0-6-2.7-6-6V118c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v276c0 3.3-2.7 6-6 6zm-211.1-85.7c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.8-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7l-17.5 30.5c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6 2.8-2.5 7.1-2.1 9.2.9l19.6 27.7zm190.4 0c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.9-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7L420 220.2c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6 2.8-2.5 7.1-2.1 9.2.9l19.6 27.7z\"]\n};\nvar faComment = {\n prefix: 'far',\n iconName: 'comment',\n icon: [512, 512, [], \"f075\", \"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"]\n};\nvar faCommentAlt = {\n prefix: 'far',\n iconName: 'comment-alt',\n icon: [512, 512, [], \"f27a\", \"M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm16 352c0 8.8-7.2 16-16 16H288l-12.8 9.6L208 428v-60H64c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16h384c8.8 0 16 7.2 16 16v288z\"]\n};\nvar faCommentDots = {\n prefix: 'far',\n iconName: 'comment-dots',\n icon: [512, 512, [], \"f4ad\", \"M144 208c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm112 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm112 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zM256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"]\n};\nvar faComments = {\n prefix: 'far',\n iconName: 'comments',\n icon: [576, 512, [], \"f086\", \"M532 386.2c27.5-27.1 44-61.1 44-98.2 0-80-76.5-146.1-176.2-157.9C368.3 72.5 294.3 32 208 32 93.1 32 0 103.6 0 192c0 37 16.5 71 44 98.2-15.3 30.7-37.3 54.5-37.7 54.9-6.3 6.7-8.1 16.5-4.4 25 3.6 8.5 12 14 21.2 14 53.5 0 96.7-20.2 125.2-38.8 9.2 2.1 18.7 3.7 28.4 4.9C208.1 407.6 281.8 448 368 448c20.8 0 40.8-2.4 59.8-6.8C456.3 459.7 499.4 480 553 480c9.2 0 17.5-5.5 21.2-14 3.6-8.5 1.9-18.3-4.4-25-.4-.3-22.5-24.1-37.8-54.8zm-392.8-92.3L122.1 305c-14.1 9.1-28.5 16.3-43.1 21.4 2.7-4.7 5.4-9.7 8-14.8l15.5-31.1L77.7 256C64.2 242.6 48 220.7 48 192c0-60.7 73.3-112 160-112s160 51.3 160 112-73.3 112-160 112c-16.5 0-33-1.9-49-5.6l-19.8-4.5zM498.3 352l-24.7 24.4 15.5 31.1c2.6 5.1 5.3 10.1 8 14.8-14.6-5.1-29-12.3-43.1-21.4l-17.1-11.1-19.9 4.6c-16 3.7-32.5 5.6-49 5.6-54 0-102.2-20.1-131.3-49.7C338 339.5 416 272.9 416 192c0-3.4-.4-6.7-.7-10C479.7 196.5 528 238.8 528 288c0 28.7-16.2 50.6-29.7 64z\"]\n};\nvar faCompass = {\n prefix: 'far',\n iconName: 'compass',\n icon: [496, 512, [], \"f14e\", \"M347.94 129.86L203.6 195.83a31.938 31.938 0 0 0-15.77 15.77l-65.97 144.34c-7.61 16.65 9.54 33.81 26.2 26.2l144.34-65.97a31.938 31.938 0 0 0 15.77-15.77l65.97-144.34c7.61-16.66-9.54-33.81-26.2-26.2zm-77.36 148.72c-12.47 12.47-32.69 12.47-45.16 0-12.47-12.47-12.47-32.69 0-45.16 12.47-12.47 32.69-12.47 45.16 0 12.47 12.47 12.47 32.69 0 45.16zM248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 448c-110.28 0-200-89.72-200-200S137.72 56 248 56s200 89.72 200 200-89.72 200-200 200z\"]\n};\nvar faCopy = {\n prefix: 'far',\n iconName: 'copy',\n icon: [448, 512, [], \"f0c5\", \"M433.941 65.941l-51.882-51.882A48 48 0 0 0 348.118 0H176c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h224c26.51 0 48-21.49 48-48v-48h80c26.51 0 48-21.49 48-48V99.882a48 48 0 0 0-14.059-33.941zM266 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h74v224c0 26.51 21.49 48 48 48h96v42a6 6 0 0 1-6 6zm128-96H182a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h106v88c0 13.255 10.745 24 24 24h88v202a6 6 0 0 1-6 6zm6-256h-64V48h9.632c1.591 0 3.117.632 4.243 1.757l48.368 48.368a6 6 0 0 1 1.757 4.243V112z\"]\n};\nvar faCopyright = {\n prefix: 'far',\n iconName: 'copyright',\n icon: [512, 512, [], \"f1f9\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z\"]\n};\nvar faCreditCard = {\n prefix: 'far',\n iconName: 'credit-card',\n icon: [576, 512, [], \"f09d\", \"M527.9 32H48.1C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48.1 48h479.8c26.6 0 48.1-21.5 48.1-48V80c0-26.5-21.5-48-48.1-48zM54.1 80h467.8c3.3 0 6 2.7 6 6v42H48.1V86c0-3.3 2.7-6 6-6zm467.8 352H54.1c-3.3 0-6-2.7-6-6V256h479.8v170c0 3.3-2.7 6-6 6zM192 332v40c0 6.6-5.4 12-12 12h-72c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12zm192 0v40c0 6.6-5.4 12-12 12H236c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12z\"]\n};\nvar faDizzy = {\n prefix: 'far',\n iconName: 'dizzy',\n icon: [496, 512, [], \"f567\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-33.8-217.9c7.8-7.8 7.8-20.5 0-28.3L196.3 192l17.9-17.9c7.8-7.8 7.8-20.5 0-28.3-7.8-7.8-20.5-7.8-28.3 0L168 163.7l-17.8-17.8c-7.8-7.8-20.5-7.8-28.3 0-7.8 7.8-7.8 20.5 0 28.3l17.9 17.9-17.9 17.9c-7.8 7.8-7.8 20.5 0 28.3 7.8 7.8 20.5 7.8 28.3 0l17.8-17.8 17.8 17.8c7.9 7.7 20.5 7.7 28.4-.2zm160-92.2c-7.8-7.8-20.5-7.8-28.3 0L328 163.7l-17.8-17.8c-7.8-7.8-20.5-7.8-28.3 0-7.8 7.8-7.8 20.5 0 28.3l17.9 17.9-17.9 17.9c-7.8 7.8-7.8 20.5 0 28.3 7.8 7.8 20.5 7.8 28.3 0l17.8-17.8 17.8 17.8c7.8 7.8 20.5 7.8 28.3 0 7.8-7.8 7.8-20.5 0-28.3l-17.8-18 17.9-17.9c7.7-7.8 7.7-20.4 0-28.2zM248 272c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64z\"]\n};\nvar faDotCircle = {\n prefix: 'far',\n iconName: 'dot-circle',\n icon: [512, 512, [], \"f192\", \"M256 56c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m0-48C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 168c-44.183 0-80 35.817-80 80s35.817 80 80 80 80-35.817 80-80-35.817-80-80-80z\"]\n};\nvar faEdit = {\n prefix: 'far',\n iconName: 'edit',\n icon: [576, 512, [], \"f044\", \"M402.3 344.9l32-32c5-5 13.7-1.5 13.7 5.7V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h273.5c7.1 0 10.7 8.6 5.7 13.7l-32 32c-1.5 1.5-3.5 2.3-5.7 2.3H48v352h352V350.5c0-2.1.8-4.1 2.3-5.6zm156.6-201.8L296.3 405.7l-90.4 10c-26.2 2.9-48.5-19.2-45.6-45.6l10-90.4L432.9 17.1c22.9-22.9 59.9-22.9 82.7 0l43.2 43.2c22.9 22.9 22.9 60 .1 82.8zM460.1 174L402 115.9 216.2 301.8l-7.3 65.3 65.3-7.3L460.1 174zm64.8-79.7l-43.2-43.2c-4.1-4.1-10.8-4.1-14.8 0L436 82l58.1 58.1 30.9-30.9c4-4.2 4-10.8-.1-14.9z\"]\n};\nvar faEnvelope = {\n prefix: 'far',\n iconName: 'envelope',\n icon: [512, 512, [], \"f0e0\", \"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"]\n};\nvar faEnvelopeOpen = {\n prefix: 'far',\n iconName: 'envelope-open',\n icon: [512, 512, [], \"f2b6\", \"M494.586 164.516c-4.697-3.883-111.723-89.95-135.251-108.657C337.231 38.191 299.437 0 256 0c-43.205 0-80.636 37.717-103.335 55.859-24.463 19.45-131.07 105.195-135.15 108.549A48.004 48.004 0 0 0 0 201.485V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V201.509a48 48 0 0 0-17.414-36.993zM464 458a6 6 0 0 1-6 6H54a6 6 0 0 1-6-6V204.347c0-1.813.816-3.526 2.226-4.665 15.87-12.814 108.793-87.554 132.364-106.293C200.755 78.88 232.398 48 256 48c23.693 0 55.857 31.369 73.41 45.389 23.573 18.741 116.503 93.493 132.366 106.316a5.99 5.99 0 0 1 2.224 4.663V458zm-31.991-187.704c4.249 5.159 3.465 12.795-1.745 16.981-28.975 23.283-59.274 47.597-70.929 56.863C336.636 362.283 299.205 400 256 400c-43.452 0-81.287-38.237-103.335-55.86-11.279-8.967-41.744-33.413-70.927-56.865-5.21-4.187-5.993-11.822-1.745-16.981l15.258-18.528c4.178-5.073 11.657-5.843 16.779-1.726 28.618 23.001 58.566 47.035 70.56 56.571C200.143 320.631 232.307 352 256 352c23.602 0 55.246-30.88 73.41-45.389 11.994-9.535 41.944-33.57 70.563-56.568 5.122-4.116 12.601-3.346 16.778 1.727l15.258 18.526z\"]\n};\nvar faEye = {\n prefix: 'far',\n iconName: 'eye',\n icon: [576, 512, [], \"f06e\", \"M288 144a110.94 110.94 0 0 0-31.24 5 55.4 55.4 0 0 1 7.24 27 56 56 0 0 1-56 56 55.4 55.4 0 0 1-27-7.24A111.71 111.71 0 1 0 288 144zm284.52 97.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400c-98.65 0-189.09-55-237.93-144C98.91 167 189.34 112 288 112s189.09 55 237.93 144C477.1 345 386.66 400 288 400z\"]\n};\nvar faEyeSlash = {\n prefix: 'far',\n iconName: 'eye-slash',\n icon: [640, 512, [], \"f070\", \"M634 471L36 3.51A16 16 0 0 0 13.51 6l-10 12.49A16 16 0 0 0 6 41l598 467.49a16 16 0 0 0 22.49-2.49l10-12.49A16 16 0 0 0 634 471zM296.79 146.47l134.79 105.38C429.36 191.91 380.48 144 320 144a112.26 112.26 0 0 0-23.21 2.47zm46.42 219.07L208.42 260.16C210.65 320.09 259.53 368 320 368a113 113 0 0 0 23.21-2.46zM320 112c98.65 0 189.09 55 237.93 144a285.53 285.53 0 0 1-44 60.2l37.74 29.5a333.7 333.7 0 0 0 52.9-75.11 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64c-36.7 0-71.71 7-104.63 18.81l46.41 36.29c18.94-4.3 38.34-7.1 58.22-7.1zm0 288c-98.65 0-189.08-55-237.93-144a285.47 285.47 0 0 1 44.05-60.19l-37.74-29.5a333.6 333.6 0 0 0-52.89 75.1 32.35 32.35 0 0 0 0 29.19C89.72 376.41 197.08 448 320 448c36.7 0 71.71-7.05 104.63-18.81l-46.41-36.28C359.28 397.2 339.89 400 320 400z\"]\n};\nvar faFile = {\n prefix: 'far',\n iconName: 'file',\n icon: [384, 512, [], \"f15b\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48z\"]\n};\nvar faFileAlt = {\n prefix: 'far',\n iconName: 'file-alt',\n icon: [384, 512, [], \"f15c\", \"M288 248v28c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-28c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm-12 72H108c-6.6 0-12 5.4-12 12v28c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-28c0-6.6-5.4-12-12-12zm108-188.1V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48C0 21.5 21.5 0 48 0h204.1C264.8 0 277 5.1 286 14.1L369.9 98c9 8.9 14.1 21.2 14.1 33.9zm-128-80V128h76.1L256 51.9zM336 464V176H232c-13.3 0-24-10.7-24-24V48H48v416h288z\"]\n};\nvar faFileArchive = {\n prefix: 'far',\n iconName: 'file-archive',\n icon: [384, 512, [], \"f1c6\", \"M128.3 160v32h32v-32zm64-96h-32v32h32zm-64 32v32h32V96zm64 32h-32v32h32zm177.6-30.1L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM256 51.9l76.1 76.1H256zM336 464H48V48h79.7v16h32V48H208v104c0 13.3 10.7 24 24 24h104zM194.2 265.7c-1.1-5.6-6-9.7-11.8-9.7h-22.1v-32h-32v32l-19.7 97.1C102 385.6 126.8 416 160 416c33.1 0 57.9-30.2 51.5-62.6zm-33.9 124.4c-17.9 0-32.4-12.1-32.4-27s14.5-27 32.4-27 32.4 12.1 32.4 27-14.5 27-32.4 27zm32-198.1h-32v32h32z\"]\n};\nvar faFileAudio = {\n prefix: 'far',\n iconName: 'file-audio',\n icon: [384, 512, [], \"f1c7\", \"M369.941 97.941l-83.882-83.882A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v416c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48V131.882a48 48 0 0 0-14.059-33.941zM332.118 128H256V51.882L332.118 128zM48 464V48h160v104c0 13.255 10.745 24 24 24h104v288H48zm144-76.024c0 10.691-12.926 16.045-20.485 8.485L136 360.486h-28c-6.627 0-12-5.373-12-12v-56c0-6.627 5.373-12 12-12h28l35.515-36.947c7.56-7.56 20.485-2.206 20.485 8.485v135.952zm41.201-47.13c9.051-9.297 9.06-24.133.001-33.439-22.149-22.752 12.235-56.246 34.395-33.481 27.198 27.94 27.212 72.444.001 100.401-21.793 22.386-56.947-10.315-34.397-33.481z\"]\n};\nvar faFileCode = {\n prefix: 'far',\n iconName: 'file-code',\n icon: [384, 512, [], \"f1c9\", \"M149.9 349.1l-.2-.2-32.8-28.9 32.8-28.9c3.6-3.2 4-8.8.8-12.4l-.2-.2-17.4-18.6c-3.4-3.6-9-3.7-12.4-.4l-57.7 54.1c-3.7 3.5-3.7 9.4 0 12.8l57.7 54.1c1.6 1.5 3.8 2.4 6 2.4 2.4 0 4.8-1 6.4-2.8l17.4-18.6c3.3-3.5 3.1-9.1-.4-12.4zm220-251.2L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM256 51.9l76.1 76.1H256zM336 464H48V48h160v104c0 13.3 10.7 24 24 24h104zM209.6 214c-4.7-1.4-9.5 1.3-10.9 6L144 408.1c-1.4 4.7 1.3 9.6 6 10.9l24.4 7.1c4.7 1.4 9.6-1.4 10.9-6L240 231.9c1.4-4.7-1.3-9.6-6-10.9zm24.5 76.9l.2.2 32.8 28.9-32.8 28.9c-3.6 3.2-4 8.8-.8 12.4l.2.2 17.4 18.6c3.3 3.5 8.9 3.7 12.4.4l57.7-54.1c3.7-3.5 3.7-9.4 0-12.8l-57.7-54.1c-3.5-3.3-9.1-3.2-12.4.4l-17.4 18.6c-3.3 3.5-3.1 9.1.4 12.4z\"]\n};\nvar faFileExcel = {\n prefix: 'far',\n iconName: 'file-excel',\n icon: [384, 512, [], \"f1c3\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm212-240h-28.8c-4.4 0-8.4 2.4-10.5 6.3-18 33.1-22.2 42.4-28.6 57.7-13.9-29.1-6.9-17.3-28.6-57.7-2.1-3.9-6.2-6.3-10.6-6.3H124c-9.3 0-15 10-10.4 18l46.3 78-46.3 78c-4.7 8 1.1 18 10.4 18h28.9c4.4 0 8.4-2.4 10.5-6.3 21.7-40 23-45 28.6-57.7 14.9 30.2 5.9 15.9 28.6 57.7 2.1 3.9 6.2 6.3 10.6 6.3H260c9.3 0 15-10 10.4-18L224 320c.7-1.1 30.3-50.5 46.3-78 4.7-8-1.1-18-10.3-18z\"]\n};\nvar faFileImage = {\n prefix: 'far',\n iconName: 'file-image',\n icon: [384, 512, [], \"f1c5\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm32-48h224V288l-23.5-23.5c-4.7-4.7-12.3-4.7-17 0L176 352l-39.5-39.5c-4.7-4.7-12.3-4.7-17 0L80 352v64zm48-240c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48z\"]\n};\nvar faFilePdf = {\n prefix: 'far',\n iconName: 'file-pdf',\n icon: [384, 512, [], \"f1c1\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm250.2-143.7c-12.2-12-47-8.7-64.4-6.5-17.2-10.5-28.7-25-36.8-46.3 3.9-16.1 10.1-40.6 5.4-56-4.2-26.2-37.8-23.6-42.6-5.9-4.4 16.1-.4 38.5 7 67.1-10 23.9-24.9 56-35.4 74.4-20 10.3-47 26.2-51 46.2-3.3 15.8 26 55.2 76.1-31.2 22.4-7.4 46.8-16.5 68.4-20.1 18.9 10.2 41 17 55.8 17 25.5 0 28-28.2 17.5-38.7zm-198.1 77.8c5.1-13.7 24.5-29.5 30.4-35-19 30.3-30.4 35.7-30.4 35zm81.6-190.6c7.4 0 6.7 32.1 1.8 40.8-4.4-13.9-4.3-40.8-1.8-40.8zm-24.4 136.6c9.7-16.9 18-37 24.7-54.7 8.3 15.1 18.9 27.2 30.1 35.5-20.8 4.3-38.9 13.1-54.8 19.2zm131.6-5s-5 6-37.3-7.8c35.1-2.6 40.9 5.4 37.3 7.8z\"]\n};\nvar faFilePowerpoint = {\n prefix: 'far',\n iconName: 'file-powerpoint',\n icon: [384, 512, [], \"f1c4\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm72-60V236c0-6.6 5.4-12 12-12h69.2c36.7 0 62.8 27 62.8 66.3 0 74.3-68.7 66.5-95.5 66.5V404c0 6.6-5.4 12-12 12H132c-6.6 0-12-5.4-12-12zm48.5-87.4h23c7.9 0 13.9-2.4 18.1-7.2 8.5-9.8 8.4-28.5.1-37.8-4.1-4.6-9.9-7-17.4-7h-23.9v52z\"]\n};\nvar faFileVideo = {\n prefix: 'far',\n iconName: 'file-video',\n icon: [384, 512, [], \"f1c8\", \"M369.941 97.941l-83.882-83.882A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v416c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48V131.882a48 48 0 0 0-14.059-33.941zM332.118 128H256V51.882L332.118 128zM48 464V48h160v104c0 13.255 10.745 24 24 24h104v288H48zm228.687-211.303L224 305.374V268c0-11.046-8.954-20-20-20H100c-11.046 0-20 8.954-20 20v104c0 11.046 8.954 20 20 20h104c11.046 0 20-8.954 20-20v-37.374l52.687 52.674C286.704 397.318 304 390.28 304 375.986V264.011c0-14.311-17.309-21.319-27.313-11.314z\"]\n};\nvar faFileWord = {\n prefix: 'far',\n iconName: 'file-word',\n icon: [384, 512, [], \"f1c2\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm220.1-208c-5.7 0-10.6 4-11.7 9.5-20.6 97.7-20.4 95.4-21 103.5-.2-1.2-.4-2.6-.7-4.3-.8-5.1.3.2-23.6-99.5-1.3-5.4-6.1-9.2-11.7-9.2h-13.3c-5.5 0-10.3 3.8-11.7 9.1-24.4 99-24 96.2-24.8 103.7-.1-1.1-.2-2.5-.5-4.2-.7-5.2-14.1-73.3-19.1-99-1.1-5.6-6-9.7-11.8-9.7h-16.8c-7.8 0-13.5 7.3-11.7 14.8 8 32.6 26.7 109.5 33.2 136 1.3 5.4 6.1 9.1 11.7 9.1h25.2c5.5 0 10.3-3.7 11.6-9.1l17.9-71.4c1.5-6.2 2.5-12 3-17.3l2.9 17.3c.1.4 12.6 50.5 17.9 71.4 1.3 5.3 6.1 9.1 11.6 9.1h24.7c5.5 0 10.3-3.7 11.6-9.1 20.8-81.9 30.2-119 34.5-136 1.9-7.6-3.8-14.9-11.6-14.9h-15.8z\"]\n};\nvar faFlag = {\n prefix: 'far',\n iconName: 'flag',\n icon: [512, 512, [], \"f024\", \"M336.174 80c-49.132 0-93.305-32-161.913-32-31.301 0-58.303 6.482-80.721 15.168a48.04 48.04 0 0 0 2.142-20.727C93.067 19.575 74.167 1.594 51.201.104 23.242-1.71 0 20.431 0 48c0 17.764 9.657 33.262 24 41.562V496c0 8.837 7.163 16 16 16h16c8.837 0 16-7.163 16-16v-83.443C109.869 395.28 143.259 384 199.826 384c49.132 0 93.305 32 161.913 32 58.479 0 101.972-22.617 128.548-39.981C503.846 367.161 512 352.051 512 335.855V95.937c0-34.459-35.264-57.768-66.904-44.117C409.193 67.309 371.641 80 336.174 80zM464 336c-21.783 15.412-60.824 32-102.261 32-59.945 0-102.002-32-161.913-32-43.361 0-96.379 9.403-127.826 24V128c21.784-15.412 60.824-32 102.261-32 59.945 0 102.002 32 161.913 32 43.271 0 96.32-17.366 127.826-32v240z\"]\n};\nvar faFlushed = {\n prefix: 'far',\n iconName: 'flushed',\n icon: [496, 512, [], \"f579\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm96-312c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80zm0 128c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-72c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm-112 24c0-44.2-35.8-80-80-80s-80 35.8-80 80 35.8 80 80 80 80-35.8 80-80zm-80 48c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-72c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm160 144H184c-13.2 0-24 10.8-24 24s10.8 24 24 24h128c13.2 0 24-10.8 24-24s-10.8-24-24-24z\"]\n};\nvar faFolder = {\n prefix: 'far',\n iconName: 'folder',\n icon: [512, 512, [], \"f07b\", \"M464 128H272l-54.63-54.63c-6-6-14.14-9.37-22.63-9.37H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48zm0 272H48V112h140.12l54.63 54.63c6 6 14.14 9.37 22.63 9.37H464v224z\"]\n};\nvar faFolderOpen = {\n prefix: 'far',\n iconName: 'folder-open',\n icon: [576, 512, [], \"f07c\", \"M527.9 224H480v-48c0-26.5-21.5-48-48-48H272l-64-64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h400c16.5 0 31.9-8.5 40.7-22.6l79.9-128c20-31.9-3-73.4-40.7-73.4zM48 118c0-3.3 2.7-6 6-6h134.1l64 64H426c3.3 0 6 2.7 6 6v42H152c-16.8 0-32.4 8.8-41.1 23.2L48 351.4zm400 282H72l77.2-128H528z\"]\n};\nvar faFontAwesomeLogoFull = {\n prefix: 'far',\n iconName: 'font-awesome-logo-full',\n icon: [3992, 512, [\"Font Awesome\"], \"f4e6\", \"M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z\"]\n};\nvar faFrown = {\n prefix: 'far',\n iconName: 'frown',\n icon: [496, 512, [], \"f119\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-80 128c-40.2 0-78 17.7-103.8 48.6-8.5 10.2-7.1 25.3 3.1 33.8 10.2 8.4 25.3 7.1 33.8-3.1 16.6-19.9 41-31.4 66.9-31.4s50.3 11.4 66.9 31.4c8.1 9.7 23.1 11.9 33.8 3.1 10.2-8.5 11.5-23.6 3.1-33.8C326 321.7 288.2 304 248 304z\"]\n};\nvar faFrownOpen = {\n prefix: 'far',\n iconName: 'frown-open',\n icon: [496, 512, [], \"f57a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-48-248c0-17.7-14.3-32-32-32s-32 14.3-32 32 14.3 32 32 32 32-14.3 32-32zm128-32c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-80 112c-35.6 0-88.8 21.3-95.8 61.2-2 11.8 9 21.5 20.5 18.1 31.2-9.6 59.4-15.3 75.3-15.3s44.1 5.7 75.3 15.3c11.4 3.5 22.5-6.3 20.5-18.1-7-39.9-60.2-61.2-95.8-61.2z\"]\n};\nvar faFutbol = {\n prefix: 'far',\n iconName: 'futbol',\n icon: [496, 512, [], \"f1e3\", \"M483.8 179.4C449.8 74.6 352.6 8 248.1 8c-25.4 0-51.2 3.9-76.7 12.2C41.2 62.5-30.1 202.4 12.2 332.6 46.2 437.4 143.4 504 247.9 504c25.4 0 51.2-3.9 76.7-12.2 130.2-42.3 201.5-182.2 159.2-312.4zm-74.5 193.7l-52.2 6.4-43.7-60.9 24.4-75.2 71.1-22.1 38.9 36.4c-.2 30.7-7.4 61.1-21.7 89.2-4.7 9.3-10.7 17.8-16.8 26.2zm0-235.4l-10.4 53.1-70.7 22-64.2-46.5V92.5l47.4-26.2c39.2 13 73.4 38 97.9 71.4zM184.9 66.4L232 92.5v73.8l-64.2 46.5-70.6-22-10.1-52.5c24.3-33.4 57.9-58.6 97.8-71.9zM139 379.5L85.9 373c-14.4-20.1-37.3-59.6-37.8-115.3l39-36.4 71.1 22.2 24.3 74.3-43.5 61.7zm48.2 67l-22.4-48.1 43.6-61.7H287l44.3 61.7-22.4 48.1c-6.2 1.8-57.6 20.4-121.7 0z\"]\n};\nvar faGem = {\n prefix: 'far',\n iconName: 'gem',\n icon: [576, 512, [], \"f3a5\", \"M464 0H112c-4 0-7.8 2-10 5.4L2 152.6c-2.9 4.4-2.6 10.2.7 14.2l276 340.8c4.8 5.9 13.8 5.9 18.6 0l276-340.8c3.3-4.1 3.6-9.8.7-14.2L474.1 5.4C471.8 2 468.1 0 464 0zm-19.3 48l63.3 96h-68.4l-51.7-96h56.8zm-202.1 0h90.7l51.7 96H191l51.6-96zm-111.3 0h56.8l-51.7 96H68l63.3-96zm-43 144h51.4L208 352 88.3 192zm102.9 0h193.6L288 435.3 191.2 192zM368 352l68.2-160h51.4L368 352z\"]\n};\nvar faGrimace = {\n prefix: 'far',\n iconName: 'grimace',\n icon: [496, 512, [], \"f57f\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm16 16H152c-26.5 0-48 21.5-48 48v32c0 26.5 21.5 48 48 48h192c26.5 0 48-21.5 48-48v-32c0-26.5-21.5-48-48-48zm-168 96h-24c-8.8 0-16-7.2-16-16v-8h40v24zm0-40h-40v-8c0-8.8 7.2-16 16-16h24v24zm64 40h-48v-24h48v24zm0-40h-48v-24h48v24zm64 40h-48v-24h48v24zm0-40h-48v-24h48v24zm56 24c0 8.8-7.2 16-16 16h-24v-24h40v8zm0-24h-40v-24h24c8.8 0 16 7.2 16 16v8z\"]\n};\nvar faGrin = {\n prefix: 'far',\n iconName: 'grin',\n icon: [496, 512, [], \"f580\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.4-17.7 15.3 7.9 47.1 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zM168 240c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32z\"]\n};\nvar faGrinAlt = {\n prefix: 'far',\n iconName: 'grin-alt',\n icon: [496, 512, [], \"f581\", \"M200.3 248c12.4-18.7 15.1-37.3 15.7-56-.5-18.7-3.3-37.3-15.7-56-8-12-25.1-11.4-32.7 0-12.4 18.7-15.1 37.3-15.7 56 .5 18.7 3.3 37.3 15.7 56 8.1 12 25.2 11.4 32.7 0zm128 0c12.4-18.7 15.1-37.3 15.7-56-.5-18.7-3.3-37.3-15.7-56-8-12-25.1-11.4-32.7 0-12.4 18.7-15.1 37.3-15.7 56 .5 18.7 3.3 37.3 15.7 56 8.1 12 25.2 11.4 32.7 0zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.3-17.7 15.3 7.9 47.2 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3z\"]\n};\nvar faGrinBeam = {\n prefix: 'far',\n iconName: 'grin-beam',\n icon: [496, 512, [], \"f582\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 7.9 47.1 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zm-235.9-72.9c3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3zm160 0c3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3z\"]\n};\nvar faGrinBeamSweat = {\n prefix: 'far',\n iconName: 'grin-beam-sweat',\n icon: [496, 512, [], \"f583\", \"M440 160c29.5 0 53.3-26.3 53.3-58.7 0-25-31.7-75.5-46.2-97.3-3.6-5.3-10.7-5.3-14.2 0-14.5 21.8-46.2 72.3-46.2 97.3 0 32.4 23.8 58.7 53.3 58.7zM248 400c51.9 0 115.3-32.9 123.3-80 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 8 47.1 71.4 80 123.3 80zm130.3-168.3c3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.6 6.2 4.6 9.3 3.7zm105.3-52.9c-24.6 15.7-46 12.9-46.4 12.9 6.9 20.2 10.8 41.8 10.8 64.3 0 110.3-89.7 200-200 200S48 366.3 48 256 137.7 56 248 56c39.8 0 76.8 11.8 108 31.9 1.7-9.5 6.3-24.1 17.2-45.7C336.4 20.6 293.7 8 248 8 111 8 0 119 0 256s111 248 248 248 248-111 248-248c0-27-4.4-52.9-12.4-77.2zM168 189.4c12.3 0 23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.8 19.2-21.6 31.5-21.6z\"]\n};\nvar faGrinHearts = {\n prefix: 'far',\n iconName: 'grin-hearts',\n icon: [496, 512, [], \"f584\", \"M353.6 304.6c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 7.9 47.2 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zm-152.8-48.9c4.5 1.2 9.2-1.5 10.5-6l19.4-69.9c5.6-20.3-7.4-41.1-28.8-44.5-18.6-3-36.4 9.8-41.5 27.9l-2 7.1-7.1-1.9c-18.2-4.7-38.2 4.3-44.9 22-7.7 20.2 3.8 41.9 24.2 47.2l70.2 18.1zm188.8-65.3c-6.7-17.6-26.7-26.7-44.9-22l-7.1 1.9-2-7.1c-5-18.1-22.8-30.9-41.5-27.9-21.4 3.4-34.4 24.2-28.8 44.5l19.4 69.9c1.2 4.5 5.9 7.2 10.5 6l70.2-18.2c20.4-5.3 31.9-26.9 24.2-47.1zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200z\"]\n};\nvar faGrinSquint = {\n prefix: 'far',\n iconName: 'grin-squint',\n icon: [496, 512, [], \"f585\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.4-17.7 15.3 7.9 47.1 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zm-234.7-40.8c3.6 4.2 9.9 5.7 15.3 2.5l80-48c3.6-2.2 5.8-6.1 5.8-10.3s-2.2-8.1-5.8-10.3l-80-48c-5.1-3-11.4-1.9-15.3 2.5-3.8 4.5-3.8 11-.1 15.5l33.6 40.3-33.6 40.3c-3.8 4.5-3.7 11.1.1 15.5zm242.9 2.5c5.4 3.2 11.7 1.7 15.3-2.5 3.8-4.5 3.8-11 .1-15.5L343.6 208l33.6-40.3c3.8-4.5 3.7-11-.1-15.5-3.8-4.4-10.2-5.4-15.3-2.5l-80 48c-3.6 2.2-5.8 6.1-5.8 10.3s2.2 8.1 5.8 10.3l80 48z\"]\n};\nvar faGrinSquintTears = {\n prefix: 'far',\n iconName: 'grin-squint-tears',\n icon: [512, 512, [], \"f586\", \"M117.1 384.1c-25.8 3.7-84 13.7-100.9 30.6-21.9 21.9-21.5 57.9.9 80.3s58.3 22.8 80.3.9C114.3 479 124.3 420.8 128 395c.8-6.4-4.6-11.8-10.9-10.9zm-41.2-41.7C40.3 268 53 176.1 114.6 114.6 152.4 76.8 202.6 56 256 56c36.2 0 70.8 9.8 101.2 27.7 3.8-20.3 8-36.1 12-48.3C333.8 17.2 294.9 8 256 8 192.5 8 129.1 32.2 80.6 80.6c-74.1 74.1-91.3 183.4-52 274 12.2-4.1 27.7-8.3 47.3-12.2zm352.3-187.6c45 76.6 34.9 176.9-30.8 242.6-37.8 37.8-88 58.6-141.4 58.6-30.5 0-59.8-7-86.4-19.8-3.9 19.5-8 35-12.2 47.2 31.4 13.6 65 20.6 98.7 20.6 63.5 0 126.9-24.2 175.4-72.6 78.1-78.1 93.1-195.4 45.2-288.6-12.3 4-28.2 8.1-48.5 12zm-33.3-26.9c25.8-3.7 84-13.7 100.9-30.6 21.9-21.9 21.5-57.9-.9-80.3s-58.3-22.8-80.3-.9C397.7 33 387.7 91.2 384 117c-.8 6.4 4.6 11.8 10.9 10.9zm-187 108.3c-3-3-7.2-4.2-11.4-3.2L106 255.7c-5.7 1.4-9.5 6.7-9.1 12.6.5 5.8 5.1 10.5 10.9 11l52.3 4.8 4.8 52.3c.5 5.8 5.2 10.4 11 10.9h.9c5.5 0 10.3-3.7 11.7-9.1l22.6-90.5c1-4.2-.2-8.5-3.2-11.5zm39.7-25.1l90.5-22.6c5.7-1.4 9.5-6.7 9.1-12.6-.5-5.8-5.1-10.5-10.9-11l-52.3-4.8-4.8-52.3c-.5-5.8-5.2-10.4-11-10.9-5.6-.1-11.2 3.4-12.6 9.1L233 196.5c-1 4.1.2 8.4 3.2 11.4 5 5 11.3 3.2 11.4 3.2zm52 88.5c-29.1 29.1-59.7 52.9-83.9 65.4-9.2 4.8-10 17.5-1.7 23.4 38.9 27.7 107 6.2 143.7-30.6S416 253 388.3 214.1c-5.8-8.2-18.5-7.6-23.4 1.7-12.3 24.2-36.2 54.7-65.3 83.8z\"]\n};\nvar faGrinStars = {\n prefix: 'far',\n iconName: 'grin-stars',\n icon: [496, 512, [], \"f587\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 7.9 47.2 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zm-227.9-57.5c-1 6.2 5.4 11 11 7.9l31.3-16.3 31.3 16.3c5.6 3.1 12-1.7 11-7.9l-6-34.9 25.4-24.6c4.5-4.5 1.9-12.2-4.3-13.2l-34.9-5-15.5-31.6c-2.9-5.8-11-5.8-13.9 0l-15.5 31.6-34.9 5c-6.2.9-8.9 8.6-4.3 13.2l25.4 24.6-6.1 34.9zm259.7-72.7l-34.9-5-15.5-31.6c-2.9-5.8-11-5.8-13.9 0l-15.5 31.6-34.9 5c-6.2.9-8.9 8.6-4.3 13.2l25.4 24.6-6 34.9c-1 6.2 5.4 11 11 7.9l31.3-16.3 31.3 16.3c5.6 3.1 12-1.7 11-7.9l-6-34.9 25.4-24.6c4.5-4.6 1.8-12.2-4.4-13.2z\"]\n};\nvar faGrinTears = {\n prefix: 'far',\n iconName: 'grin-tears',\n icon: [640, 512, [], \"f588\", \"M117.1 256.1c-25.8 3.7-84 13.7-100.9 30.6-21.9 21.9-21.5 57.9.9 80.3s58.3 22.8 80.3.9C114.3 351 124.3 292.8 128 267c.8-6.4-4.6-11.8-10.9-10.9zm506.7 30.6c-16.9-16.9-75.1-26.9-100.9-30.6-6.3-.9-11.7 4.5-10.8 10.8 3.7 25.8 13.7 84 30.6 100.9 21.9 21.9 57.9 21.5 80.3-.9 22.3-22.3 22.7-58.3.8-80.2zm-126.6 61.7C463.8 412.3 396.9 456 320 456c-76.9 0-143.8-43.7-177.2-107.6-12.5 37.4-25.2 43.9-28.3 46.5C159.1 460.7 234.5 504 320 504s160.9-43.3 205.5-109.1c-3.2-2.7-15.9-9.2-28.3-46.5zM122.7 224.5C137.9 129.2 220.5 56 320 56c99.5 0 182.1 73.2 197.3 168.5 2.1-.2 5.2-2.4 49.5 7C554.4 106 448.7 8 320 8S85.6 106 73.2 231.4c44.5-9.4 47.1-7.2 49.5-6.9zM320 400c51.9 0 115.3-32.9 123.3-80 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 8 47.1 71.4 80 123.3 80zm130.3-168.3c3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.6 6.2 4.6 9.3 3.7zM240 189.4c12.3 0 23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.8 19.2-21.6 31.5-21.6z\"]\n};\nvar faGrinTongue = {\n prefix: 'far',\n iconName: 'grin-tongue',\n icon: [496, 512, [], \"f589\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm64 400c0 35.6-29.1 64.5-64.9 64-35.1-.5-63.1-29.8-63.1-65v-42.8l17.7-8.8c15-7.5 31.5 1.7 34.9 16.5l2.8 12.1c2.1 9.2 15.2 9.2 17.3 0l2.8-12.1c3.4-14.8 19.8-24.1 34.9-16.5l17.7 8.8V408zm28.2 25.3c2.2-8.1 3.8-16.5 3.8-25.3v-43.5c14.2-12.4 24.4-27.5 27.3-44.5 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.3-17.7 15.3 2.9 17 13.1 32.1 27.3 44.5V408c0 8.8 1.6 17.2 3.8 25.3C91.8 399.9 48 333 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 77-43.8 143.9-107.8 177.3zM168 176c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"]\n};\nvar faGrinTongueSquint = {\n prefix: 'far',\n iconName: 'grin-tongue-squint',\n icon: [496, 512, [], \"f58a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm64 400c0 35.6-29.1 64.5-64.9 64-35.1-.5-63.1-29.8-63.1-65v-42.8l17.7-8.8c15-7.5 31.5 1.7 34.9 16.5l2.8 12.1c2.1 9.2 15.2 9.2 17.3 0l2.8-12.1c3.4-14.8 19.8-24.1 34.9-16.5l17.7 8.8V408zm28.2 25.3c2.2-8.1 3.8-16.5 3.8-25.3v-43.5c14.2-12.4 24.4-27.5 27.3-44.5 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.3-17.7 15.3 2.9 17 13.1 32.1 27.3 44.5V408c0 8.8 1.6 17.2 3.8 25.3C91.8 399.9 48 333 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 77-43.8 143.9-107.8 177.3zm36.9-281.1c-3.8-4.4-10.3-5.5-15.3-2.5l-80 48c-3.6 2.2-5.8 6.1-5.8 10.3s2.2 8.1 5.8 10.3l80 48c5.4 3.2 11.7 1.7 15.3-2.5 3.8-4.5 3.8-11 .1-15.5L343.6 208l33.6-40.3c3.8-4.5 3.7-11.1-.1-15.5zm-162.9 45.5l-80-48c-5-3-11.4-2-15.3 2.5-3.8 4.5-3.8 11-.1 15.5l33.6 40.3-33.6 40.3c-3.8 4.5-3.7 11 .1 15.5 3.6 4.2 9.9 5.7 15.3 2.5l80-48c3.6-2.2 5.8-6.1 5.8-10.3s-2.2-8.1-5.8-10.3z\"]\n};\nvar faGrinTongueWink = {\n prefix: 'far',\n iconName: 'grin-tongue-wink',\n icon: [496, 512, [], \"f58b\", \"M152 180c-25.7 0-55.9 16.9-59.8 42.1-.8 5 1.7 10 6.1 12.4 4.4 2.4 9.9 1.8 13.7-1.6l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c2.5 2.2 8 4.7 13.7 1.6 4.4-2.4 6.9-7.4 6.1-12.4-3.9-25.2-34.1-42.1-59.8-42.1zm176-52c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80zm0 128c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-72c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm64 400c0 35.6-29.1 64.5-64.9 64-35.1-.5-63.1-29.8-63.1-65v-42.8l17.7-8.8c15-7.5 31.5 1.7 34.9 16.5l2.8 12.1c2.1 9.2 15.2 9.2 17.3 0l2.8-12.1c3.4-14.8 19.8-24.1 34.9-16.5l17.7 8.8V408zm28.2 25.3c2.2-8.1 3.8-16.5 3.8-25.3v-43.5c14.2-12.4 24.4-27.5 27.3-44.5 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.3-17.7 15.3 2.9 17 13.1 32.1 27.3 44.5V408c0 8.8 1.6 17.2 3.8 25.3C91.8 399.9 48 333 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 77-43.8 143.9-107.8 177.3z\"]\n};\nvar faGrinWink = {\n prefix: 'far',\n iconName: 'grin-wink',\n icon: [496, 512, [], \"f58c\", \"M328 180c-25.69 0-55.88 16.92-59.86 42.12-1.75 11.22 11.5 18.24 19.83 10.84l9.55-8.48c14.81-13.19 46.16-13.19 60.97 0l9.55 8.48c8.48 7.43 21.56.25 19.83-10.84C383.88 196.92 353.69 180 328 180zm-160 60c17.67 0 32-14.33 32-32s-14.33-32-32-32-32 14.33-32 32 14.33 32 32 32zm185.55 64.64c-25.93 8.3-64.4 13.06-105.55 13.06s-79.62-4.75-105.55-13.06c-9.94-3.13-19.4 5.37-17.71 15.34C132.67 367.13 196.06 400 248 400s115.33-32.87 123.26-80.02c1.68-9.89-7.67-18.48-17.71-15.34zM248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 448c-110.28 0-200-89.72-200-200S137.72 56 248 56s200 89.72 200 200-89.72 200-200 200z\"]\n};\nvar faHandLizard = {\n prefix: 'far',\n iconName: 'hand-lizard',\n icon: [576, 512, [], \"f258\", \"M556.686 290.542L410.328 64.829C397.001 44.272 374.417 32 349.917 32H56C25.121 32 0 57.122 0 88v8c0 44.112 35.888 80 80 80h196.042l-18.333 48H144c-48.523 0-88 39.477-88 88 0 30.879 25.121 56 56 56h131.552c2.987 0 5.914.549 8.697 1.631L352 408.418V480h224V355.829c0-23.225-6.679-45.801-19.314-65.287zM528 432H400v-23.582c0-19.948-12.014-37.508-30.604-44.736l-99.751-38.788A71.733 71.733 0 0 0 243.552 320H112c-4.411 0-8-3.589-8-8 0-22.056 17.944-40 40-40h113.709c19.767 0 37.786-12.407 44.84-30.873l24.552-64.281c8.996-23.553-8.428-48.846-33.63-48.846H80c-17.645 0-32-14.355-32-32v-8c0-4.411 3.589-8 8-8h293.917c8.166 0 15.693 4.09 20.137 10.942l146.358 225.715A71.84 71.84 0 0 1 528 355.829V432z\"]\n};\nvar faHandPaper = {\n prefix: 'far',\n iconName: 'hand-paper',\n icon: [448, 512, [], \"f256\", \"M372.57 112.641v-10.825c0-43.612-40.52-76.691-83.039-65.546-25.629-49.5-94.09-47.45-117.982.747C130.269 26.456 89.144 57.945 89.144 102v126.13c-19.953-7.427-43.308-5.068-62.083 8.871-29.355 21.796-35.794 63.333-14.55 93.153L132.48 498.569a32 32 0 0 0 26.062 13.432h222.897c14.904 0 27.835-10.289 31.182-24.813l30.184-130.958A203.637 203.637 0 0 0 448 310.564V179c0-40.62-35.523-71.992-75.43-66.359zm27.427 197.922c0 11.731-1.334 23.469-3.965 34.886L368.707 464h-201.92L51.591 302.303c-14.439-20.27 15.023-42.776 29.394-22.605l27.128 38.079c8.995 12.626 29.031 6.287 29.031-9.283V102c0-25.645 36.571-24.81 36.571.691V256c0 8.837 7.163 16 16 16h6.856c8.837 0 16-7.163 16-16V67c0-25.663 36.571-24.81 36.571.691V256c0 8.837 7.163 16 16 16h6.856c8.837 0 16-7.163 16-16V101.125c0-25.672 36.57-24.81 36.57.691V256c0 8.837 7.163 16 16 16h6.857c8.837 0 16-7.163 16-16v-76.309c0-26.242 36.57-25.64 36.57-.691v131.563z\"]\n};\nvar faHandPeace = {\n prefix: 'far',\n iconName: 'hand-peace',\n icon: [448, 512, [], \"f25b\", \"M362.146 191.976c-13.71-21.649-38.761-34.016-65.006-30.341V74c0-40.804-32.811-74-73.141-74-40.33 0-73.14 33.196-73.14 74L160 168l-18.679-78.85C126.578 50.843 83.85 32.11 46.209 47.208 8.735 62.238-9.571 104.963 5.008 142.85l55.757 144.927c-30.557 24.956-43.994 57.809-24.733 92.218l54.853 97.999C102.625 498.97 124.73 512 148.575 512h205.702c30.744 0 57.558-21.44 64.555-51.797l27.427-118.999a67.801 67.801 0 0 0 1.729-15.203L448 256c0-44.956-43.263-77.343-85.854-64.024zM399.987 326c0 1.488-.169 2.977-.502 4.423l-27.427 119.001c-1.978 8.582-9.29 14.576-17.782 14.576H148.575c-6.486 0-12.542-3.621-15.805-9.449l-54.854-98c-4.557-8.141-2.619-18.668 4.508-24.488l26.647-21.764a16 16 0 0 0 4.812-18.139l-64.09-166.549C37.226 92.956 84.37 74.837 96.51 106.389l59.784 155.357A16 16 0 0 0 171.227 272h11.632c8.837 0 16-7.163 16-16V74c0-34.375 50.281-34.43 50.281 0v182c0 8.837 7.163 16 16 16h6.856c8.837 0 16-7.163 16-16v-28c0-25.122 36.567-25.159 36.567 0v28c0 8.837 7.163 16 16 16h6.856c8.837 0 16-7.163 16-16 0-25.12 36.567-25.16 36.567 0v70z\"]\n};\nvar faHandPointDown = {\n prefix: 'far',\n iconName: 'hand-point-down',\n icon: [448, 512, [], \"f0a7\", \"M188.8 512c45.616 0 83.2-37.765 83.2-83.2v-35.647a93.148 93.148 0 0 0 22.064-7.929c22.006 2.507 44.978-3.503 62.791-15.985C409.342 368.1 448 331.841 448 269.299V248c0-60.063-40-98.512-40-127.2v-2.679c4.952-5.747 8-13.536 8-22.12V32c0-17.673-12.894-32-28.8-32H156.8C140.894 0 128 14.327 128 32v64c0 8.584 3.048 16.373 8 22.12v2.679c0 6.964-6.193 14.862-23.668 30.183l-.148.129-.146.131c-9.937 8.856-20.841 18.116-33.253 25.851C48.537 195.798 0 207.486 0 252.8c0 56.928 35.286 92 83.2 92 8.026 0 15.489-.814 22.4-2.176V428.8c0 45.099 38.101 83.2 83.2 83.2zm0-48c-18.7 0-35.2-16.775-35.2-35.2V270.4c-17.325 0-35.2 26.4-70.4 26.4-26.4 0-35.2-20.625-35.2-44 0-8.794 32.712-20.445 56.1-34.926 14.575-9.074 27.225-19.524 39.875-30.799 18.374-16.109 36.633-33.836 39.596-59.075h176.752C364.087 170.79 400 202.509 400 248v21.299c0 40.524-22.197 57.124-61.325 50.601-8.001 14.612-33.979 24.151-53.625 12.925-18.225 19.365-46.381 17.787-61.05 4.95V428.8c0 18.975-16.225 35.2-35.2 35.2zM328 64c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24-24-10.745-24-24z\"]\n};\nvar faHandPointLeft = {\n prefix: 'far',\n iconName: 'hand-point-left',\n icon: [512, 512, [], \"f0a5\", \"M0 220.8C0 266.416 37.765 304 83.2 304h35.647a93.148 93.148 0 0 0 7.929 22.064c-2.507 22.006 3.503 44.978 15.985 62.791C143.9 441.342 180.159 480 242.701 480H264c60.063 0 98.512-40 127.2-40h2.679c5.747 4.952 13.536 8 22.12 8h64c17.673 0 32-12.894 32-28.8V188.8c0-15.906-14.327-28.8-32-28.8h-64c-8.584 0-16.373 3.048-22.12 8H391.2c-6.964 0-14.862-6.193-30.183-23.668l-.129-.148-.131-.146c-8.856-9.937-18.116-20.841-25.851-33.253C316.202 80.537 304.514 32 259.2 32c-56.928 0-92 35.286-92 83.2 0 8.026.814 15.489 2.176 22.4H83.2C38.101 137.6 0 175.701 0 220.8zm48 0c0-18.7 16.775-35.2 35.2-35.2h158.4c0-17.325-26.4-35.2-26.4-70.4 0-26.4 20.625-35.2 44-35.2 8.794 0 20.445 32.712 34.926 56.1 9.074 14.575 19.524 27.225 30.799 39.875 16.109 18.374 33.836 36.633 59.075 39.596v176.752C341.21 396.087 309.491 432 264 432h-21.299c-40.524 0-57.124-22.197-50.601-61.325-14.612-8.001-24.151-33.979-12.925-53.625-19.365-18.225-17.787-46.381-4.95-61.05H83.2C64.225 256 48 239.775 48 220.8zM448 360c13.255 0 24 10.745 24 24s-10.745 24-24 24-24-10.745-24-24 10.745-24 24-24z\"]\n};\nvar faHandPointRight = {\n prefix: 'far',\n iconName: 'hand-point-right',\n icon: [512, 512, [], \"f0a4\", \"M428.8 137.6h-86.177a115.52 115.52 0 0 0 2.176-22.4c0-47.914-35.072-83.2-92-83.2-45.314 0-57.002 48.537-75.707 78.784-7.735 12.413-16.994 23.317-25.851 33.253l-.131.146-.129.148C135.662 161.807 127.764 168 120.8 168h-2.679c-5.747-4.952-13.536-8-22.12-8H32c-17.673 0-32 12.894-32 28.8v230.4C0 435.106 14.327 448 32 448h64c8.584 0 16.373-3.048 22.12-8h2.679c28.688 0 67.137 40 127.2 40h21.299c62.542 0 98.8-38.658 99.94-91.145 12.482-17.813 18.491-40.785 15.985-62.791A93.148 93.148 0 0 0 393.152 304H428.8c45.435 0 83.2-37.584 83.2-83.2 0-45.099-38.101-83.2-83.2-83.2zm0 118.4h-91.026c12.837 14.669 14.415 42.825-4.95 61.05 11.227 19.646 1.687 45.624-12.925 53.625 6.524 39.128-10.076 61.325-50.6 61.325H248c-45.491 0-77.21-35.913-120-39.676V215.571c25.239-2.964 42.966-21.222 59.075-39.596 11.275-12.65 21.725-25.3 30.799-39.875C232.355 112.712 244.006 80 252.8 80c23.375 0 44 8.8 44 35.2 0 35.2-26.4 53.075-26.4 70.4h158.4c18.425 0 35.2 16.5 35.2 35.2 0 18.975-16.225 35.2-35.2 35.2zM88 384c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24z\"]\n};\nvar faHandPointUp = {\n prefix: 'far',\n iconName: 'hand-point-up',\n icon: [448, 512, [], \"f0a6\", \"M105.6 83.2v86.177a115.52 115.52 0 0 0-22.4-2.176c-47.914 0-83.2 35.072-83.2 92 0 45.314 48.537 57.002 78.784 75.707 12.413 7.735 23.317 16.994 33.253 25.851l.146.131.148.129C129.807 376.338 136 384.236 136 391.2v2.679c-4.952 5.747-8 13.536-8 22.12v64c0 17.673 12.894 32 28.8 32h230.4c15.906 0 28.8-14.327 28.8-32v-64c0-8.584-3.048-16.373-8-22.12V391.2c0-28.688 40-67.137 40-127.2v-21.299c0-62.542-38.658-98.8-91.145-99.94-17.813-12.482-40.785-18.491-62.791-15.985A93.148 93.148 0 0 0 272 118.847V83.2C272 37.765 234.416 0 188.8 0c-45.099 0-83.2 38.101-83.2 83.2zm118.4 0v91.026c14.669-12.837 42.825-14.415 61.05 4.95 19.646-11.227 45.624-1.687 53.625 12.925 39.128-6.524 61.325 10.076 61.325 50.6V264c0 45.491-35.913 77.21-39.676 120H183.571c-2.964-25.239-21.222-42.966-39.596-59.075-12.65-11.275-25.3-21.725-39.875-30.799C80.712 279.645 48 267.994 48 259.2c0-23.375 8.8-44 35.2-44 35.2 0 53.075 26.4 70.4 26.4V83.2c0-18.425 16.5-35.2 35.2-35.2 18.975 0 35.2 16.225 35.2 35.2zM352 424c13.255 0 24 10.745 24 24s-10.745 24-24 24-24-10.745-24-24 10.745-24 24-24z\"]\n};\nvar faHandPointer = {\n prefix: 'far',\n iconName: 'hand-pointer',\n icon: [448, 512, [], \"f25a\", \"M358.182 179.361c-19.493-24.768-52.679-31.945-79.872-19.098-15.127-15.687-36.182-22.487-56.595-19.629V67c0-36.944-29.736-67-66.286-67S89.143 30.056 89.143 67v161.129c-19.909-7.41-43.272-5.094-62.083 8.872-29.355 21.795-35.793 63.333-14.55 93.152l109.699 154.001C134.632 501.59 154.741 512 176 512h178.286c30.802 0 57.574-21.5 64.557-51.797l27.429-118.999A67.873 67.873 0 0 0 448 326v-84c0-46.844-46.625-79.273-89.818-62.639zM80.985 279.697l27.126 38.079c8.995 12.626 29.031 6.287 29.031-9.283V67c0-25.12 36.571-25.16 36.571 0v175c0 8.836 7.163 16 16 16h6.857c8.837 0 16-7.164 16-16v-35c0-25.12 36.571-25.16 36.571 0v35c0 8.836 7.163 16 16 16H272c8.837 0 16-7.164 16-16v-21c0-25.12 36.571-25.16 36.571 0v21c0 8.836 7.163 16 16 16h6.857c8.837 0 16-7.164 16-16 0-25.121 36.571-25.16 36.571 0v84c0 1.488-.169 2.977-.502 4.423l-27.43 119.001c-1.978 8.582-9.29 14.576-17.782 14.576H176c-5.769 0-11.263-2.878-14.697-7.697l-109.712-154c-14.406-20.223 14.994-42.818 29.394-22.606zM176.143 400v-96c0-8.837 6.268-16 14-16h6c7.732 0 14 7.163 14 16v96c0 8.837-6.268 16-14 16h-6c-7.733 0-14-7.163-14-16zm75.428 0v-96c0-8.837 6.268-16 14-16h6c7.732 0 14 7.163 14 16v96c0 8.837-6.268 16-14 16h-6c-7.732 0-14-7.163-14-16zM327 400v-96c0-8.837 6.268-16 14-16h6c7.732 0 14 7.163 14 16v96c0 8.837-6.268 16-14 16h-6c-7.732 0-14-7.163-14-16z\"]\n};\nvar faHandRock = {\n prefix: 'far',\n iconName: 'hand-rock',\n icon: [512, 512, [], \"f255\", \"M408.864 79.052c-22.401-33.898-66.108-42.273-98.813-23.588-29.474-31.469-79.145-31.093-108.334-.022-47.16-27.02-108.71 5.055-110.671 60.806C44.846 105.407 0 140.001 0 187.429v56.953c0 32.741 14.28 63.954 39.18 85.634l97.71 85.081c4.252 3.702 3.11 5.573 3.11 32.903 0 17.673 14.327 32 32 32h252c17.673 0 32-14.327 32-32 0-23.513-1.015-30.745 3.982-42.37l42.835-99.656c6.094-14.177 9.183-29.172 9.183-44.568V146.963c0-52.839-54.314-88.662-103.136-67.911zM464 261.406a64.505 64.505 0 0 1-5.282 25.613l-42.835 99.655c-5.23 12.171-7.883 25.04-7.883 38.25V432H188v-10.286c0-16.37-7.14-31.977-19.59-42.817l-97.71-85.08C56.274 281.255 48 263.236 48 244.381v-56.953c0-33.208 52-33.537 52 .677v41.228a16 16 0 0 0 5.493 12.067l7 6.095A16 16 0 0 0 139 235.429V118.857c0-33.097 52-33.725 52 .677v26.751c0 8.836 7.164 16 16 16h7c8.836 0 16-7.164 16-16v-41.143c0-33.134 52-33.675 52 .677v40.466c0 8.836 7.163 16 16 16h7c8.837 0 16-7.164 16-16v-27.429c0-33.03 52-33.78 52 .677v26.751c0 8.836 7.163 16 16 16h7c8.837 0 16-7.164 16-16 0-33.146 52-33.613 52 .677v114.445z\"]\n};\nvar faHandScissors = {\n prefix: 'far',\n iconName: 'hand-scissors',\n icon: [512, 512, [], \"f257\", \"M256 480l70-.013c5.114 0 10.231-.583 15.203-1.729l118.999-27.427C490.56 443.835 512 417.02 512 386.277V180.575c0-23.845-13.03-45.951-34.005-57.69l-97.999-54.853c-34.409-19.261-67.263-5.824-92.218 24.733L142.85 37.008c-37.887-14.579-80.612 3.727-95.642 41.201-15.098 37.642 3.635 80.37 41.942 95.112L168 192l-94-9.141c-40.804 0-74 32.811-74 73.14 0 40.33 33.196 73.141 74 73.141h87.635c-3.675 26.245 8.692 51.297 30.341 65.006C178.657 436.737 211.044 480 256 480zm0-48.013c-25.16 0-25.12-36.567 0-36.567 8.837 0 16-7.163 16-16v-6.856c0-8.837-7.163-16-16-16h-28c-25.159 0-25.122-36.567 0-36.567h28c8.837 0 16-7.163 16-16v-6.856c0-8.837-7.163-16-16-16H74c-34.43 0-34.375-50.281 0-50.281h182c8.837 0 16-7.163 16-16v-11.632a16 16 0 0 0-10.254-14.933L106.389 128.51c-31.552-12.14-13.432-59.283 19.222-46.717l166.549 64.091a16.001 16.001 0 0 0 18.139-4.812l21.764-26.647c5.82-7.127 16.348-9.064 24.488-4.508l98 54.854c5.828 3.263 9.449 9.318 9.449 15.805v205.701c0 8.491-5.994 15.804-14.576 17.782l-119.001 27.427a19.743 19.743 0 0 1-4.423.502h-70z\"]\n};\nvar faHandSpock = {\n prefix: 'far',\n iconName: 'hand-spock',\n icon: [512, 512, [], \"f259\", \"M21.096 381.79l129.092 121.513a32 32 0 0 0 21.932 8.698h237.6c14.17 0 26.653-9.319 30.68-22.904l31.815-107.313A115.955 115.955 0 0 0 477 348.811v-36.839c0-4.051.476-8.104 1.414-12.045l31.73-133.41c10.099-42.412-22.316-82.738-65.544-82.525-4.144-24.856-22.543-47.165-49.85-53.992-35.803-8.952-72.227 12.655-81.25 48.75L296.599 184 274.924 52.01c-8.286-36.07-44.303-58.572-80.304-50.296-29.616 6.804-50.138 32.389-51.882 61.295-42.637.831-73.455 40.563-64.071 81.844l31.04 136.508c-27.194-22.515-67.284-19.992-91.482 5.722-25.376 26.961-24.098 69.325 2.871 94.707zm32.068-61.811l.002-.001c7.219-7.672 19.241-7.98 26.856-.813l53.012 49.894C143.225 378.649 160 371.4 160 357.406v-69.479c0-1.193-.134-2.383-.397-3.546l-34.13-150.172c-5.596-24.617 31.502-32.86 37.054-8.421l30.399 133.757a16 16 0 0 0 15.603 12.454h8.604c10.276 0 17.894-9.567 15.594-19.583l-41.62-181.153c-5.623-24.469 31.39-33.076 37.035-8.508l45.22 196.828A16 16 0 0 0 288.956 272h13.217a16 16 0 0 0 15.522-12.119l42.372-169.49c6.104-24.422 42.962-15.159 36.865 9.217L358.805 252.12c-2.521 10.088 5.115 19.88 15.522 19.88h9.694a16 16 0 0 0 15.565-12.295L426.509 146.6c5.821-24.448 42.797-15.687 36.966 8.802L431.72 288.81a100.094 100.094 0 0 0-2.72 23.162v36.839c0 6.548-.943 13.051-2.805 19.328L397.775 464h-219.31L53.978 346.836c-7.629-7.18-7.994-19.229-.814-26.857z\"]\n};\nvar faHandshake = {\n prefix: 'far',\n iconName: 'handshake',\n icon: [640, 512, [], \"f2b5\", \"M519.2 127.9l-47.6-47.6A56.252 56.252 0 0 0 432 64H205.2c-14.8 0-29.1 5.9-39.6 16.3L118 127.9H0v255.7h64c17.6 0 31.8-14.2 31.9-31.7h9.1l84.6 76.4c30.9 25.1 73.8 25.7 105.6 3.8 12.5 10.8 26 15.9 41.1 15.9 18.2 0 35.3-7.4 48.8-24 22.1 8.7 48.2 2.6 64-16.8l26.2-32.3c5.6-6.9 9.1-14.8 10.9-23h57.9c.1 17.5 14.4 31.7 31.9 31.7h64V127.9H519.2zM48 351.6c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16c0 8.9-7.2 16-16 16zm390-6.9l-26.1 32.2c-2.8 3.4-7.8 4-11.3 1.2l-23.9-19.4-30 36.5c-6 7.3-15 4.8-18 2.4l-36.8-31.5-15.6 19.2c-13.9 17.1-39.2 19.7-55.3 6.6l-97.3-88H96V175.8h41.9l61.7-61.6c2-.8 3.7-1.5 5.7-2.3H262l-38.7 35.5c-29.4 26.9-31.1 72.3-4.4 101.3 14.8 16.2 61.2 41.2 101.5 4.4l8.2-7.5 108.2 87.8c3.4 2.8 3.9 7.9 1.2 11.3zm106-40.8h-69.2c-2.3-2.8-4.9-5.4-7.7-7.7l-102.7-83.4 12.5-11.4c6.5-6 7-16.1 1-22.6L367 167.1c-6-6.5-16.1-6.9-22.6-1l-55.2 50.6c-9.5 8.7-25.7 9.4-34.6 0-9.3-9.9-8.5-25.1 1.2-33.9l65.6-60.1c7.4-6.8 17-10.5 27-10.5l83.7-.2c2.1 0 4.1.8 5.5 2.3l61.7 61.6H544v128zm48 47.7c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16c0 8.9-7.2 16-16 16z\"]\n};\nvar faHdd = {\n prefix: 'far',\n iconName: 'hdd',\n icon: [576, 512, [], \"f0a0\", \"M567.403 235.642L462.323 84.589A48 48 0 0 0 422.919 64H153.081a48 48 0 0 0-39.404 20.589L8.597 235.642A48.001 48.001 0 0 0 0 263.054V400c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V263.054c0-9.801-3-19.366-8.597-27.412zM153.081 112h269.838l77.913 112H75.168l77.913-112zM528 400H48V272h480v128zm-32-64c0 17.673-14.327 32-32 32s-32-14.327-32-32 14.327-32 32-32 32 14.327 32 32zm-96 0c0 17.673-14.327 32-32 32s-32-14.327-32-32 14.327-32 32-32 32 14.327 32 32z\"]\n};\nvar faHeart = {\n prefix: 'far',\n iconName: 'heart',\n icon: [512, 512, [], \"f004\", \"M458.4 64.3C400.6 15.7 311.3 23 256 79.3 200.7 23 111.4 15.6 53.6 64.3-21.6 127.6-10.6 230.8 43 285.5l175.4 178.7c10 10.2 23.4 15.9 37.6 15.9 14.3 0 27.6-5.6 37.6-15.8L469 285.6c53.5-54.7 64.7-157.9-10.6-221.3zm-23.6 187.5L259.4 430.5c-2.4 2.4-4.4 2.4-6.8 0L77.2 251.8c-36.5-37.2-43.9-107.6 7.3-150.7 38.9-32.7 98.9-27.8 136.5 10.5l35 35.7 35-35.7c37.8-38.5 97.8-43.2 136.5-10.6 51.1 43.1 43.5 113.9 7.3 150.8z\"]\n};\nvar faHospital = {\n prefix: 'far',\n iconName: 'hospital',\n icon: [448, 512, [], \"f0f8\", \"M128 244v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12zm140 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12zm-76 84v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm76 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12zm180 124v36H0v-36c0-6.627 5.373-12 12-12h19.5V85.035C31.5 73.418 42.245 64 55.5 64H144V24c0-13.255 10.745-24 24-24h112c13.255 0 24 10.745 24 24v40h88.5c13.255 0 24 9.418 24 21.035V464H436c6.627 0 12 5.373 12 12zM79.5 463H192v-67c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v67h112.5V112H304v24c0 13.255-10.745 24-24 24H168c-13.255 0-24-10.745-24-24v-24H79.5v351zM266 64h-26V38a6 6 0 0 0-6-6h-20a6 6 0 0 0-6 6v26h-26a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h26v26a6 6 0 0 0 6 6h20a6 6 0 0 0 6-6V96h26a6 6 0 0 0 6-6V70a6 6 0 0 0-6-6z\"]\n};\nvar faHourglass = {\n prefix: 'far',\n iconName: 'hourglass',\n icon: [384, 512, [], \"f254\", \"M368 48h4c6.627 0 12-5.373 12-12V12c0-6.627-5.373-12-12-12H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h4c0 80.564 32.188 165.807 97.18 208C47.899 298.381 16 383.9 16 464h-4c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h360c6.627 0 12-5.373 12-12v-24c0-6.627-5.373-12-12-12h-4c0-80.564-32.188-165.807-97.18-208C336.102 213.619 368 128.1 368 48zM64 48h256c0 101.62-57.307 184-128 184S64 149.621 64 48zm256 416H64c0-101.62 57.308-184 128-184s128 82.38 128 184z\"]\n};\nvar faIdBadge = {\n prefix: 'far',\n iconName: 'id-badge',\n icon: [384, 512, [], \"f2c1\", \"M336 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm0 464H48V48h288v416zM144 112h96c8.8 0 16-7.2 16-16s-7.2-16-16-16h-96c-8.8 0-16 7.2-16 16s7.2 16 16 16zm48 176c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2z\"]\n};\nvar faIdCard = {\n prefix: 'far',\n iconName: 'id-card',\n icon: [576, 512, [], \"f2c2\", \"M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 400H303.2c.9-4.5.8 3.6.8-22.4 0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6 0 26-.2 17.9.8 22.4H48V144h480v288zm-168-80h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm-168 96c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64z\"]\n};\nvar faImage = {\n prefix: 'far',\n iconName: 'image',\n icon: [512, 512, [], \"f03e\", \"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm-6 336H54a6 6 0 0 1-6-6V118a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v276a6 6 0 0 1-6 6zM128 152c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zM96 352h320v-80l-87.515-87.515c-4.686-4.686-12.284-4.686-16.971 0L192 304l-39.515-39.515c-4.686-4.686-12.284-4.686-16.971 0L96 304v48z\"]\n};\nvar faImages = {\n prefix: 'far',\n iconName: 'images',\n icon: [576, 512, [], \"f302\", \"M480 416v16c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v48H54a6 6 0 0 0-6 6v244a6 6 0 0 0 6 6h372a6 6 0 0 0 6-6v-10h48zm42-336H150a6 6 0 0 0-6 6v244a6 6 0 0 0 6 6h372a6 6 0 0 0 6-6V86a6 6 0 0 0-6-6zm6-48c26.51 0 48 21.49 48 48v256c0 26.51-21.49 48-48 48H144c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h384zM264 144c0 22.091-17.909 40-40 40s-40-17.909-40-40 17.909-40 40-40 40 17.909 40 40zm-72 96l39.515-39.515c4.686-4.686 12.284-4.686 16.971 0L288 240l103.515-103.515c4.686-4.686 12.284-4.686 16.971 0L480 208v80H192v-48z\"]\n};\nvar faKeyboard = {\n prefix: 'far',\n iconName: 'keyboard',\n icon: [576, 512, [], \"f11c\", \"M528 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm8 336c0 4.411-3.589 8-8 8H48c-4.411 0-8-3.589-8-8V112c0-4.411 3.589-8 8-8h480c4.411 0 8 3.589 8 8v288zM170 270v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm-336 82v-28c0-6.627-5.373-12-12-12H82c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm384 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zM122 188v-28c0-6.627-5.373-12-12-12H82c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm-98 158v-16c0-6.627-5.373-12-12-12H180c-6.627 0-12 5.373-12 12v16c0 6.627 5.373 12 12 12h216c6.627 0 12-5.373 12-12z\"]\n};\nvar faKiss = {\n prefix: 'far',\n iconName: 'kiss',\n icon: [496, 512, [], \"f596\", \"M168 176c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm136 132c0-19.2-28.8-41.5-71.5-44-3.8-.4-7.4 2.4-8.2 6.2-.9 3.8 1.1 7.7 4.7 9.2l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-5.7 2.4-6 12.2 0 14.8l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-3.6 1.5-5.6 5.4-4.7 9.2.8 3.6 4.1 6.2 7.8 6.2h.5c42.8-2.5 71.5-24.8 71.5-44 0-13-13.4-27.3-35.2-36C290.6 335.3 304 321 304 308zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm80-280c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"]\n};\nvar faKissBeam = {\n prefix: 'far',\n iconName: 'kiss-beam',\n icon: [496, 512, [], \"f597\", \"M168 152c-23.8 0-52.7 29.3-56 71.4-.3 3.7 2 7.2 5.6 8.3 3.5 1 7.5-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 5.9-4.5 5.6-8.3-3.1-42.1-32-71.4-55.8-71.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm56-148c0-19.2-28.8-41.5-71.5-44-3.8-.4-7.4 2.4-8.2 6.2-.9 3.8 1.1 7.7 4.7 9.2l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-5.7 2.4-6 12.2 0 14.8l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-3.6 1.5-5.6 5.4-4.7 9.2.8 3.6 4.1 6.2 7.8 6.2h.5c42.8-2.5 71.5-24.8 71.5-44 0-13-13.4-27.3-35.2-36C290.6 335.3 304 321 304 308zm24-156c-23.8 0-52.7 29.3-56 71.4-.3 3.7 2 7.2 5.6 8.3 3.5 1 7.5-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 5.9-4.5 5.6-8.3-3.1-42.1-32-71.4-55.8-71.4z\"]\n};\nvar faKissWinkHeart = {\n prefix: 'far',\n iconName: 'kiss-wink-heart',\n icon: [504, 512, [], \"f598\", \"M304 308.5c0-19.2-28.8-41.5-71.5-44-3.8-.4-7.4 2.4-8.2 6.2-.9 3.8 1.1 7.7 4.7 9.2l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-5.7 2.4-6 12.2 0 14.8l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-3.6 1.5-5.6 5.4-4.7 9.2.8 3.6 4.1 6.2 7.8 6.2h.5c42.8-2.5 71.5-24.8 71.5-44 0-13-13.4-27.3-35.2-36 21.7-9.1 35.1-23.4 35.1-36.4zm70.5-83.5l9.5 8.5c3.8 3.3 9.3 4 13.7 1.6 4.4-2.4 6.9-7.4 6.1-12.4-4-25.2-34.2-42.1-59.8-42.1s-55.9 16.9-59.8 42.1c-.8 5 1.7 10 6.1 12.4 5.8 3.1 11.2.7 13.7-1.6l9.5-8.5c14.8-13.2 46.2-13.2 61 0zM136 208.5c0 17.7 14.3 32 32 32s32-14.3 32-32-14.3-32-32-32-32 14.3-32 32zm365.1 194c-8-20.8-31.5-31.5-53.1-25.9l-8.4 2.2-2.3-8.4c-5.9-21.4-27-36.5-49-33-25.2 4-40.6 28.6-34 52.6l22.9 82.6c1.5 5.3 7 8.5 12.4 7.1l83-21.5c24.1-6.3 37.7-31.8 28.5-55.7zM334 436.3c-26.1 12.5-55.2 19.7-86 19.7-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200c0 22.1-3.7 43.3-10.4 63.2 9 6.4 17 14.2 22.6 23.9 6.4.1 12.6 1.4 18.6 2.9 10.9-27.9 17.1-58.2 17.1-90C496 119 385 8 248 8S0 119 0 256s111 248 248 248c35.4 0 68.9-7.5 99.4-20.9-2.5-7.3 4.3 17.2-13.4-46.8z\"]\n};\nvar faLaugh = {\n prefix: 'far',\n iconName: 'laugh',\n icon: [496, 512, [], \"f599\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm141.4 389.4c-37.8 37.8-88 58.6-141.4 58.6s-103.6-20.8-141.4-58.6S48 309.4 48 256s20.8-103.6 58.6-141.4S194.6 56 248 56s103.6 20.8 141.4 58.6S448 202.6 448 256s-20.8 103.6-58.6 141.4zM328 224c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm-160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm194.4 64H133.6c-8.2 0-14.5 7-13.5 15 7.5 59.2 58.9 105 121.1 105h13.6c62.2 0 113.6-45.8 121.1-105 1-8-5.3-15-13.5-15z\"]\n};\nvar faLaughBeam = {\n prefix: 'far',\n iconName: 'laugh-beam',\n icon: [496, 512, [], \"f59a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm141.4 389.4c-37.8 37.8-88 58.6-141.4 58.6s-103.6-20.8-141.4-58.6S48 309.4 48 256s20.8-103.6 58.6-141.4S194.6 56 248 56s103.6 20.8 141.4 58.6S448 202.6 448 256s-20.8 103.6-58.6 141.4zM328 152c-23.8 0-52.7 29.3-56 71.4-.7 8.6 10.8 11.9 14.9 4.5l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c4.1 7.4 15.6 4 14.9-4.5-3.1-42.1-32-71.4-55.8-71.4zm-201 75.9l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c4.1 7.4 15.6 4 14.9-4.5-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.6 8.5 10.9 11.9 15.1 4.5zM362.4 288H133.6c-8.2 0-14.5 7-13.5 15 7.5 59.2 58.9 105 121.1 105h13.6c62.2 0 113.6-45.8 121.1-105 1-8-5.3-15-13.5-15z\"]\n};\nvar faLaughSquint = {\n prefix: 'far',\n iconName: 'laugh-squint',\n icon: [496, 512, [], \"f59b\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm141.4 389.4c-37.8 37.8-88 58.6-141.4 58.6s-103.6-20.8-141.4-58.6S48 309.4 48 256s20.8-103.6 58.6-141.4S194.6 56 248 56s103.6 20.8 141.4 58.6S448 202.6 448 256s-20.8 103.6-58.6 141.4zM343.6 196l33.6-40.3c8.6-10.3-3.8-24.8-15.4-18l-80 48c-7.8 4.7-7.8 15.9 0 20.6l80 48c11.5 6.8 24-7.6 15.4-18L343.6 196zm-209.4 58.3l80-48c7.8-4.7 7.8-15.9 0-20.6l-80-48c-11.6-6.9-24 7.7-15.4 18l33.6 40.3-33.6 40.3c-8.7 10.4 3.8 24.8 15.4 18zM362.4 288H133.6c-8.2 0-14.5 7-13.5 15 7.5 59.2 58.9 105 121.1 105h13.6c62.2 0 113.6-45.8 121.1-105 1-8-5.3-15-13.5-15z\"]\n};\nvar faLaughWink = {\n prefix: 'far',\n iconName: 'laugh-wink',\n icon: [496, 512, [], \"f59c\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm141.4 389.4c-37.8 37.8-88 58.6-141.4 58.6s-103.6-20.8-141.4-58.6C68.8 359.6 48 309.4 48 256s20.8-103.6 58.6-141.4C144.4 76.8 194.6 56 248 56s103.6 20.8 141.4 58.6c37.8 37.8 58.6 88 58.6 141.4s-20.8 103.6-58.6 141.4zM328 164c-25.7 0-55.9 16.9-59.9 42.1-1.7 11.2 11.5 18.2 19.8 10.8l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c8.5 7.4 21.6.3 19.8-10.8-3.8-25.2-34-42.1-59.7-42.1zm-160 60c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm194.4 64H133.6c-8.2 0-14.5 7-13.5 15 7.5 59.2 58.9 105 121.1 105h13.6c62.2 0 113.6-45.8 121.1-105 1-8-5.3-15-13.5-15z\"]\n};\nvar faLemon = {\n prefix: 'far',\n iconName: 'lemon',\n icon: [512, 512, [], \"f094\", \"M484.112 27.889C455.989-.233 416.108-8.057 387.059 8.865 347.604 31.848 223.504-41.111 91.196 91.197-41.277 223.672 31.923 347.472 8.866 387.058c-16.922 29.051-9.1 68.932 19.022 97.054 28.135 28.135 68.011 35.938 97.057 19.021 39.423-22.97 163.557 49.969 295.858-82.329 132.474-132.477 59.273-256.277 82.331-295.861 16.922-29.05 9.1-68.931-19.022-97.054zm-22.405 72.894c-38.8 66.609 45.6 165.635-74.845 286.08-120.44 120.443-219.475 36.048-286.076 74.843-22.679 13.207-64.035-27.241-50.493-50.488 38.8-66.609-45.6-165.635 74.845-286.08C245.573 4.702 344.616 89.086 411.219 50.292c22.73-13.24 64.005 27.288 50.488 50.491zm-169.861 8.736c1.37 10.96-6.404 20.957-17.365 22.327-54.846 6.855-135.779 87.787-142.635 142.635-1.373 10.989-11.399 18.734-22.326 17.365-10.961-1.37-18.735-11.366-17.365-22.326 9.162-73.286 104.167-168.215 177.365-177.365 10.953-1.368 20.956 6.403 22.326 17.364z\"]\n};\nvar faLifeRing = {\n prefix: 'far',\n iconName: 'life-ring',\n icon: [512, 512, [], \"f1cd\", \"M256 504c136.967 0 248-111.033 248-248S392.967 8 256 8 8 119.033 8 256s111.033 248 248 248zm-103.398-76.72l53.411-53.411c31.806 13.506 68.128 13.522 99.974 0l53.411 53.411c-63.217 38.319-143.579 38.319-206.796 0zM336 256c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zm91.28 103.398l-53.411-53.411c13.505-31.806 13.522-68.128 0-99.974l53.411-53.411c38.319 63.217 38.319 143.579 0 206.796zM359.397 84.72l-53.411 53.411c-31.806-13.505-68.128-13.522-99.973 0L152.602 84.72c63.217-38.319 143.579-38.319 206.795 0zM84.72 152.602l53.411 53.411c-13.506 31.806-13.522 68.128 0 99.974L84.72 359.398c-38.319-63.217-38.319-143.579 0-206.796z\"]\n};\nvar faLightbulb = {\n prefix: 'far',\n iconName: 'lightbulb',\n icon: [352, 512, [], \"f0eb\", \"M176 80c-52.94 0-96 43.06-96 96 0 8.84 7.16 16 16 16s16-7.16 16-16c0-35.3 28.72-64 64-64 8.84 0 16-7.16 16-16s-7.16-16-16-16zM96.06 459.17c0 3.15.93 6.22 2.68 8.84l24.51 36.84c2.97 4.46 7.97 7.14 13.32 7.14h78.85c5.36 0 10.36-2.68 13.32-7.14l24.51-36.84c1.74-2.62 2.67-5.7 2.68-8.84l.05-43.18H96.02l.04 43.18zM176 0C73.72 0 0 82.97 0 176c0 44.37 16.45 84.85 43.56 115.78 16.64 18.99 42.74 58.8 52.42 92.16v.06h48v-.12c-.01-4.77-.72-9.51-2.15-14.07-5.59-17.81-22.82-64.77-62.17-109.67-20.54-23.43-31.52-53.15-31.61-84.14-.2-73.64 59.67-128 127.95-128 70.58 0 128 57.42 128 128 0 30.97-11.24 60.85-31.65 84.14-39.11 44.61-56.42 91.47-62.1 109.46a47.507 47.507 0 0 0-2.22 14.3v.1h48v-.05c9.68-33.37 35.78-73.18 52.42-92.16C335.55 260.85 352 220.37 352 176 352 78.8 273.2 0 176 0z\"]\n};\nvar faListAlt = {\n prefix: 'far',\n iconName: 'list-alt',\n icon: [512, 512, [], \"f022\", \"M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-42-92v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm-252 12c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36z\"]\n};\nvar faMap = {\n prefix: 'far',\n iconName: 'map',\n icon: [576, 512, [], \"f279\", \"M560.02 32c-1.96 0-3.98.37-5.96 1.16L384.01 96H384L212 35.28A64.252 64.252 0 0 0 191.76 32c-6.69 0-13.37 1.05-19.81 3.14L20.12 87.95A32.006 32.006 0 0 0 0 117.66v346.32C0 473.17 7.53 480 15.99 480c1.96 0 3.97-.37 5.96-1.16L192 416l172 60.71a63.98 63.98 0 0 0 40.05.15l151.83-52.81A31.996 31.996 0 0 0 576 394.34V48.02c0-9.19-7.53-16.02-15.98-16.02zM224 90.42l128 45.19v285.97l-128-45.19V90.42zM48 418.05V129.07l128-44.53v286.2l-.64.23L48 418.05zm480-35.13l-128 44.53V141.26l.64-.24L528 93.95v288.97z\"]\n};\nvar faMeh = {\n prefix: 'far',\n iconName: 'meh',\n icon: [496, 512, [], \"f11a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm8 144H160c-13.2 0-24 10.8-24 24s10.8 24 24 24h176c13.2 0 24-10.8 24-24s-10.8-24-24-24z\"]\n};\nvar faMehBlank = {\n prefix: 'far',\n iconName: 'meh-blank',\n icon: [496, 512, [], \"f5a4\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-280c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"]\n};\nvar faMehRollingEyes = {\n prefix: 'far',\n iconName: 'meh-rolling-eyes',\n icon: [496, 512, [], \"f5a5\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm88-304c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72zm0 112c-22.1 0-40-17.9-40-40 0-13.6 7.3-25.1 17.7-32.3-1 2.6-1.7 5.3-1.7 8.3 0 13.3 10.7 24 24 24s24-10.7 24-24c0-2.9-.7-5.7-1.7-8.3 10.4 7.2 17.7 18.7 17.7 32.3 0 22.1-17.9 40-40 40zm-104-40c0-39.8-32.2-72-72-72s-72 32.2-72 72 32.2 72 72 72 72-32.2 72-72zm-112 0c0-13.6 7.3-25.1 17.7-32.3-1 2.6-1.7 5.3-1.7 8.3 0 13.3 10.7 24 24 24s24-10.7 24-24c0-2.9-.7-5.7-1.7-8.3 10.4 7.2 17.7 18.7 17.7 32.3 0 22.1-17.9 40-40 40s-40-17.9-40-40zm192 128H184c-13.2 0-24 10.8-24 24s10.8 24 24 24h128c13.2 0 24-10.8 24-24s-10.8-24-24-24z\"]\n};\nvar faMinusSquare = {\n prefix: 'far',\n iconName: 'minus-square',\n icon: [448, 512, [], \"f146\", \"M108 284c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h232c6.6 0 12 5.4 12 12v32c0 6.6-5.4 12-12 12H108zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faMoneyBillAlt = {\n prefix: 'far',\n iconName: 'money-bill-alt',\n icon: [640, 512, [], \"f3d1\", \"M320 144c-53.02 0-96 50.14-96 112 0 61.85 42.98 112 96 112 53 0 96-50.13 96-112 0-61.86-42.98-112-96-112zm40 168c0 4.42-3.58 8-8 8h-64c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h16v-55.44l-.47.31a7.992 7.992 0 0 1-11.09-2.22l-8.88-13.31a7.992 7.992 0 0 1 2.22-11.09l15.33-10.22a23.99 23.99 0 0 1 13.31-4.03H328c4.42 0 8 3.58 8 8v88h16c4.42 0 8 3.58 8 8v16zM608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zm-16 272c-35.35 0-64 28.65-64 64H112c0-35.35-28.65-64-64-64V176c35.35 0 64-28.65 64-64h416c0 35.35 28.65 64 64 64v160z\"]\n};\nvar faMoon = {\n prefix: 'far',\n iconName: 'moon',\n icon: [512, 512, [], \"f186\", \"M279.135 512c78.756 0 150.982-35.804 198.844-94.775 28.27-34.831-2.558-85.722-46.249-77.401-82.348 15.683-158.272-47.268-158.272-130.792 0-48.424 26.06-92.292 67.434-115.836 38.745-22.05 28.999-80.788-15.022-88.919A257.936 257.936 0 0 0 279.135 0c-141.36 0-256 114.575-256 256 0 141.36 114.576 256 256 256zm0-464c12.985 0 25.689 1.201 38.016 3.478-54.76 31.163-91.693 90.042-91.693 157.554 0 113.848 103.641 199.2 215.252 177.944C402.574 433.964 344.366 464 279.135 464c-114.875 0-208-93.125-208-208s93.125-208 208-208z\"]\n};\nvar faNewspaper = {\n prefix: 'far',\n iconName: 'newspaper',\n icon: [576, 512, [], \"f1ea\", \"M552 64H112c-20.858 0-38.643 13.377-45.248 32H24c-13.255 0-24 10.745-24 24v272c0 30.928 25.072 56 56 56h496c13.255 0 24-10.745 24-24V88c0-13.255-10.745-24-24-24zM48 392V144h16v248c0 4.411-3.589 8-8 8s-8-3.589-8-8zm480 8H111.422c.374-2.614.578-5.283.578-8V112h416v288zM172 280h136c6.627 0 12-5.373 12-12v-96c0-6.627-5.373-12-12-12H172c-6.627 0-12 5.373-12 12v96c0 6.627 5.373 12 12 12zm28-80h80v40h-80v-40zm-40 140v-24c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H172c-6.627 0-12-5.373-12-12zm192 0v-24c0-6.627 5.373-12 12-12h104c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0-144v-24c0-6.627 5.373-12 12-12h104c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0 72v-24c0-6.627 5.373-12 12-12h104c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12z\"]\n};\nvar faObjectGroup = {\n prefix: 'far',\n iconName: 'object-group',\n icon: [512, 512, [], \"f247\", \"M500 128c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v12H96V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v72c0 6.627 5.373 12 12 12h12v256H12c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-12h320v12c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-12V128h12zm-52-64h32v32h-32V64zM32 64h32v32H32V64zm32 384H32v-32h32v32zm416 0h-32v-32h32v32zm-40-64h-12c-6.627 0-12 5.373-12 12v12H96v-12c0-6.627-5.373-12-12-12H72V128h12c6.627 0 12-5.373 12-12v-12h320v12c0 6.627 5.373 12 12 12h12v256zm-36-192h-84v-52c0-6.628-5.373-12-12-12H108c-6.627 0-12 5.372-12 12v168c0 6.628 5.373 12 12 12h84v52c0 6.628 5.373 12 12 12h200c6.627 0 12-5.372 12-12V204c0-6.628-5.373-12-12-12zm-268-24h144v112H136V168zm240 176H232v-24h76c6.627 0 12-5.372 12-12v-76h56v112z\"]\n};\nvar faObjectUngroup = {\n prefix: 'far',\n iconName: 'object-ungroup',\n icon: [576, 512, [], \"f248\", \"M564 224c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v12h-88v-24h12c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v12H96V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v72c0 6.627 5.373 12 12 12h12v160H12c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-12h88v24h-12c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-12h224v12c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-12V224h12zM352 64h32v32h-32V64zm0 256h32v32h-32v-32zM64 352H32v-32h32v32zm0-256H32V64h32v32zm32 216v-12c0-6.627-5.373-12-12-12H72V128h12c6.627 0 12-5.373 12-12v-12h224v12c0 6.627 5.373 12 12 12h12v160h-12c-6.627 0-12 5.373-12 12v12H96zm128 136h-32v-32h32v32zm280-64h-12c-6.627 0-12 5.373-12 12v12H256v-12c0-6.627-5.373-12-12-12h-12v-24h88v12c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-12v-88h88v12c0 6.627 5.373 12 12 12h12v160zm40 64h-32v-32h32v32zm0-256h-32v-32h32v32z\"]\n};\nvar faPaperPlane = {\n prefix: 'far',\n iconName: 'paper-plane',\n icon: [512, 512, [], \"f1d8\", \"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"]\n};\nvar faPauseCircle = {\n prefix: 'far',\n iconName: 'pause-circle',\n icon: [512, 512, [], \"f28b\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm96-280v160c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16zm-112 0v160c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16z\"]\n};\nvar faPlayCircle = {\n prefix: 'far',\n iconName: 'play-circle',\n icon: [512, 512, [], \"f144\", \"M371.7 238l-176-107c-15.8-8.8-35.7 2.5-35.7 21v208c0 18.4 19.8 29.8 35.7 21l176-101c16.4-9.1 16.4-32.8 0-42zM504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256z\"]\n};\nvar faPlusSquare = {\n prefix: 'far',\n iconName: 'plus-square',\n icon: [448, 512, [], \"f0fe\", \"M352 240v32c0 6.6-5.4 12-12 12h-88v88c0 6.6-5.4 12-12 12h-32c-6.6 0-12-5.4-12-12v-88h-88c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h88v-88c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v88h88c6.6 0 12 5.4 12 12zm96-160v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"]\n};\nvar faQuestionCircle = {\n prefix: 'far',\n iconName: 'question-circle',\n icon: [512, 512, [], \"f059\", \"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 448c-110.532 0-200-89.431-200-200 0-110.495 89.472-200 200-200 110.491 0 200 89.471 200 200 0 110.53-89.431 200-200 200zm107.244-255.2c0 67.052-72.421 68.084-72.421 92.863V300c0 6.627-5.373 12-12 12h-45.647c-6.627 0-12-5.373-12-12v-8.659c0-35.745 27.1-50.034 47.579-61.516 17.561-9.845 28.324-16.541 28.324-29.579 0-17.246-21.999-28.693-39.784-28.693-23.189 0-33.894 10.977-48.942 29.969-4.057 5.12-11.46 6.071-16.666 2.124l-27.824-21.098c-5.107-3.872-6.251-11.066-2.644-16.363C184.846 131.491 214.94 112 261.794 112c49.071 0 101.45 38.304 101.45 88.8zM298 368c0 23.159-18.841 42-42 42s-42-18.841-42-42 18.841-42 42-42 42 18.841 42 42z\"]\n};\nvar faRegistered = {\n prefix: 'far',\n iconName: 'registered',\n icon: [512, 512, [], \"f25d\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm110.442-81.791c-53.046-96.284-50.25-91.468-53.271-96.085 24.267-13.879 39.482-41.563 39.482-73.176 0-52.503-30.247-85.252-101.498-85.252h-78.667c-6.617 0-12 5.383-12 12V380c0 6.617 5.383 12 12 12h38.568c6.617 0 12-5.383 12-12v-83.663h31.958l47.515 89.303a11.98 11.98 0 0 0 10.593 6.36h42.81c9.14 0 14.914-9.799 10.51-17.791zM256.933 239.906h-33.875v-64.14h27.377c32.417 0 38.929 12.133 38.929 31.709-.001 20.913-11.518 32.431-32.431 32.431z\"]\n};\nvar faSadCry = {\n prefix: 'far',\n iconName: 'sad-cry',\n icon: [496, 512, [], \"f5b3\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm144 386.4V280c0-13.2-10.8-24-24-24s-24 10.8-24 24v151.4C315.5 447 282.8 456 248 456s-67.5-9-96-24.6V280c0-13.2-10.8-24-24-24s-24 10.8-24 24v114.4c-34.6-36-56-84.7-56-138.4 0-110.3 89.7-200 200-200s200 89.7 200 200c0 53.7-21.4 102.5-56 138.4zM205.8 234.5c4.4-2.4 6.9-7.4 6.1-12.4-4-25.2-34.2-42.1-59.8-42.1s-55.9 16.9-59.8 42.1c-.8 5 1.7 10 6.1 12.4 4.4 2.4 9.9 1.8 13.7-1.6l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c2.5 2.3 7.9 4.8 13.7 1.6zM344 180c-25.7 0-55.9 16.9-59.8 42.1-.8 5 1.7 10 6.1 12.4 4.5 2.4 9.9 1.8 13.7-1.6l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c2.5 2.2 8 4.7 13.7 1.6 4.4-2.4 6.9-7.4 6.1-12.4-3.9-25.2-34.1-42.1-59.8-42.1zm-96 92c-30.9 0-56 28.7-56 64s25.1 64 56 64 56-28.7 56-64-25.1-64-56-64z\"]\n};\nvar faSadTear = {\n prefix: 'far',\n iconName: 'sad-tear',\n icon: [496, 512, [], \"f5b4\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm8-152c-13.2 0-24 10.8-24 24s10.8 24 24 24c23.8 0 46.3 10.5 61.6 28.8 8.1 9.8 23.2 11.9 33.8 3.1 10.2-8.5 11.6-23.6 3.1-33.8C330 320.8 294.1 304 256 304zm-88-64c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-165.6 98.8C151 290.1 126 325.4 126 342.9c0 22.7 18.8 41.1 42 41.1s42-18.4 42-41.1c0-17.5-25-52.8-36.4-68.1-2.8-3.7-8.4-3.7-11.2 0z\"]\n};\nvar faSave = {\n prefix: 'far',\n iconName: 'save',\n icon: [448, 512, [], \"f0c7\", \"M433.941 129.941l-83.882-83.882A48 48 0 0 0 316.118 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V163.882a48 48 0 0 0-14.059-33.941zM272 80v80H144V80h128zm122 352H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h42v104c0 13.255 10.745 24 24 24h176c13.255 0 24-10.745 24-24V83.882l78.243 78.243a6 6 0 0 1 1.757 4.243V426a6 6 0 0 1-6 6zM224 232c-48.523 0-88 39.477-88 88s39.477 88 88 88 88-39.477 88-88-39.477-88-88-88zm0 128c-22.056 0-40-17.944-40-40s17.944-40 40-40 40 17.944 40 40-17.944 40-40 40z\"]\n};\nvar faShareSquare = {\n prefix: 'far',\n iconName: 'share-square',\n icon: [576, 512, [], \"f14d\", \"M561.938 158.06L417.94 14.092C387.926-15.922 336 5.097 336 48.032v57.198c-42.45 1.88-84.03 6.55-120.76 17.99-35.17 10.95-63.07 27.58-82.91 49.42C108.22 199.2 96 232.6 96 271.94c0 61.697 33.178 112.455 84.87 144.76 37.546 23.508 85.248-12.651 71.02-55.74-15.515-47.119-17.156-70.923 84.11-78.76V336c0 42.993 51.968 63.913 81.94 33.94l143.998-144c18.75-18.74 18.75-49.14 0-67.88zM384 336V232.16C255.309 234.082 166.492 255.35 206.31 376 176.79 357.55 144 324.08 144 271.94c0-109.334 129.14-118.947 240-119.85V48l144 144-144 144zm24.74 84.493a82.658 82.658 0 0 0 20.974-9.303c7.976-4.952 18.286.826 18.286 10.214V464c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h132c6.627 0 12 5.373 12 12v4.486c0 4.917-2.987 9.369-7.569 11.152-13.702 5.331-26.396 11.537-38.05 18.585a12.138 12.138 0 0 1-6.28 1.777H54a6 6 0 0 0-6 6v340a6 6 0 0 0 6 6h340a6 6 0 0 0 6-6v-25.966c0-5.37 3.579-10.059 8.74-11.541z\"]\n};\nvar faSmile = {\n prefix: 'far',\n iconName: 'smile',\n icon: [496, 512, [], \"f118\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm4 72.6c-20.8 25-51.5 39.4-84 39.4s-63.2-14.3-84-39.4c-8.5-10.2-23.7-11.5-33.8-3.1-10.2 8.5-11.5 23.6-3.1 33.8 30 36 74.1 56.6 120.9 56.6s90.9-20.6 120.9-56.6c8.5-10.2 7.1-25.3-3.1-33.8-10.1-8.4-25.3-7.1-33.8 3.1z\"]\n};\nvar faSmileBeam = {\n prefix: 'far',\n iconName: 'smile-beam',\n icon: [496, 512, [], \"f5b8\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm84-143.4c-20.8 25-51.5 39.4-84 39.4s-63.2-14.3-84-39.4c-8.5-10.2-23.6-11.5-33.8-3.1-10.2 8.5-11.5 23.6-3.1 33.8 30 36 74.1 56.6 120.9 56.6s90.9-20.6 120.9-56.6c8.5-10.2 7.1-25.3-3.1-33.8-10.2-8.4-25.3-7.1-33.8 3.1zM136.5 211c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.4 1.1 7.4-.5 9.3-3.7l9.5-17zM328 152c-23.8 0-52.7 29.3-56 71.4-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4z\"]\n};\nvar faSmileWink = {\n prefix: 'far',\n iconName: 'smile-wink',\n icon: [496, 512, [], \"f4da\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm117.8-146.4c-10.2-8.5-25.3-7.1-33.8 3.1-20.8 25-51.5 39.4-84 39.4s-63.2-14.3-84-39.4c-8.5-10.2-23.7-11.5-33.8-3.1-10.2 8.5-11.5 23.6-3.1 33.8 30 36 74.1 56.6 120.9 56.6s90.9-20.6 120.9-56.6c8.5-10.2 7.1-25.3-3.1-33.8zM168 240c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-60c-25.7 0-55.9 16.9-59.9 42.1-1.7 11.2 11.5 18.2 19.8 10.8l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c8.5 7.4 21.6.3 19.8-10.8-3.8-25.2-34-42.1-59.7-42.1z\"]\n};\nvar faSnowflake = {\n prefix: 'far',\n iconName: 'snowflake',\n icon: [448, 512, [], \"f2dc\", \"M440.1 355.2l-39.2-23 34.1-9.3c8.4-2.3 13.4-11.1 11.1-19.6l-4.1-15.5c-2.2-8.5-10.9-13.6-19.3-11.3L343 298.2 271.2 256l71.9-42.2 79.7 21.7c8.4 2.3 17-2.8 19.3-11.3l4.1-15.5c2.2-8.5-2.7-17.3-11.1-19.6l-34.1-9.3 39.2-23c7.5-4.4 10.1-14.2 5.8-21.9l-7.9-13.9c-4.3-7.7-14-10.3-21.5-5.9l-39.2 23 9.1-34.7c2.2-8.5-2.7-17.3-11.1-19.6l-15.2-4.1c-8.4-2.3-17 2.8-19.3 11.3l-21.3 81-71.9 42.2v-84.5L306 70.4c6.1-6.2 6.1-16.4 0-22.6l-11.1-11.3c-6.1-6.2-16.1-6.2-22.2 0l-24.9 25.4V16c0-8.8-7-16-15.7-16h-15.7c-8.7 0-15.7 7.2-15.7 16v46.1l-24.9-25.4c-6.1-6.2-16.1-6.2-22.2 0L142.1 48c-6.1 6.2-6.1 16.4 0 22.6l58.3 59.3v84.5l-71.9-42.2-21.3-81c-2.2-8.5-10.9-13.6-19.3-11.3L72.7 84c-8.4 2.3-13.4 11.1-11.1 19.6l9.1 34.7-39.2-23c-7.5-4.4-17.1-1.8-21.5 5.9l-7.9 13.9c-4.3 7.7-1.8 17.4 5.8 21.9l39.2 23-34.1 9.1c-8.4 2.3-13.4 11.1-11.1 19.6L6 224.2c2.2 8.5 10.9 13.6 19.3 11.3l79.7-21.7 71.9 42.2-71.9 42.2-79.7-21.7c-8.4-2.3-17 2.8-19.3 11.3l-4.1 15.5c-2.2 8.5 2.7 17.3 11.1 19.6l34.1 9.3-39.2 23c-7.5 4.4-10.1 14.2-5.8 21.9L10 391c4.3 7.7 14 10.3 21.5 5.9l39.2-23-9.1 34.7c-2.2 8.5 2.7 17.3 11.1 19.6l15.2 4.1c8.4 2.3 17-2.8 19.3-11.3l21.3-81 71.9-42.2v84.5l-58.3 59.3c-6.1 6.2-6.1 16.4 0 22.6l11.1 11.3c6.1 6.2 16.1 6.2 22.2 0l24.9-25.4V496c0 8.8 7 16 15.7 16h15.7c8.7 0 15.7-7.2 15.7-16v-46.1l24.9 25.4c6.1 6.2 16.1 6.2 22.2 0l11.1-11.3c6.1-6.2 6.1-16.4 0-22.6l-58.3-59.3v-84.5l71.9 42.2 21.3 81c2.2 8.5 10.9 13.6 19.3 11.3L375 428c8.4-2.3 13.4-11.1 11.1-19.6l-9.1-34.7 39.2 23c7.5 4.4 17.1 1.8 21.5-5.9l7.9-13.9c4.6-7.5 2.1-17.3-5.5-21.7z\"]\n};\nvar faSquare = {\n prefix: 'far',\n iconName: 'square',\n icon: [448, 512, [], \"f0c8\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h340c3.3 0 6 2.7 6 6v340c0 3.3-2.7 6-6 6z\"]\n};\nvar faStar = {\n prefix: 'far',\n iconName: 'star',\n icon: [576, 512, [], \"f005\", \"M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z\"]\n};\nvar faStarHalf = {\n prefix: 'far',\n iconName: 'star-half',\n icon: [576, 512, [], \"f089\", \"M288 385.3l-124.3 65.4 23.7-138.4-100.6-98 139-20.2 62.2-126V0c-11.4 0-22.8 5.9-28.7 17.8L194 150.2 47.9 171.4c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.1 23 46 46.4 33.7L288 439.6v-54.3z\"]\n};\nvar faStickyNote = {\n prefix: 'far',\n iconName: 'sticky-note',\n icon: [448, 512, [], \"f249\", \"M448 348.106V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80v351.988c0 26.51 21.49 48 48 48h268.118a48 48 0 0 0 33.941-14.059l83.882-83.882A48 48 0 0 0 448 348.106zm-128 80v-76.118h76.118L320 428.106zM400 80v223.988H296c-13.255 0-24 10.745-24 24v104H48V80h352z\"]\n};\nvar faStopCircle = {\n prefix: 'far',\n iconName: 'stop-circle',\n icon: [512, 512, [], \"f28d\", \"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm296-80v160c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h160c8.8 0 16 7.2 16 16z\"]\n};\nvar faSun = {\n prefix: 'far',\n iconName: 'sun',\n icon: [512, 512, [], \"f185\", \"M494.2 221.9l-59.8-40.5 13.7-71c2.6-13.2-1.6-26.8-11.1-36.4-9.6-9.5-23.2-13.7-36.2-11.1l-70.9 13.7-40.4-59.9c-15.1-22.3-51.9-22.3-67 0l-40.4 59.9-70.8-13.7C98 60.4 84.5 64.5 75 74.1c-9.5 9.6-13.7 23.1-11.1 36.3l13.7 71-59.8 40.5C6.6 229.5 0 242 0 255.5s6.7 26 17.8 33.5l59.8 40.5-13.7 71c-2.6 13.2 1.6 26.8 11.1 36.3 9.5 9.5 22.9 13.7 36.3 11.1l70.8-13.7 40.4 59.9C230 505.3 242.6 512 256 512s26-6.7 33.5-17.8l40.4-59.9 70.9 13.7c13.4 2.7 26.8-1.6 36.3-11.1 9.5-9.5 13.6-23.1 11.1-36.3l-13.7-71 59.8-40.5c11.1-7.5 17.8-20.1 17.8-33.5-.1-13.6-6.7-26.1-17.9-33.7zm-112.9 85.6l17.6 91.2-91-17.6L256 458l-51.9-77-90.9 17.6 17.6-91.2-76.8-52 76.8-52-17.6-91.2 91 17.6L256 53l51.9 76.9 91-17.6-17.6 91.1 76.8 52-76.8 52.1zM256 152c-57.3 0-104 46.7-104 104s46.7 104 104 104 104-46.7 104-104-46.7-104-104-104zm0 160c-30.9 0-56-25.1-56-56s25.1-56 56-56 56 25.1 56 56-25.1 56-56 56z\"]\n};\nvar faSurprise = {\n prefix: 'far',\n iconName: 'surprise',\n icon: [496, 512, [], \"f5c2\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm0-176c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64zm-48-72c0-17.7-14.3-32-32-32s-32 14.3-32 32 14.3 32 32 32 32-14.3 32-32zm128-32c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"]\n};\nvar faThumbsDown = {\n prefix: 'far',\n iconName: 'thumbs-down',\n icon: [512, 512, [], \"f165\", \"M466.27 225.31c4.674-22.647.864-44.538-8.99-62.99 2.958-23.868-4.021-48.565-17.34-66.99C438.986 39.423 404.117 0 327 0c-7 0-15 .01-22.22.01C201.195.01 168.997 40 128 40h-10.845c-5.64-4.975-13.042-8-21.155-8H32C14.327 32 0 46.327 0 64v240c0 17.673 14.327 32 32 32h64c11.842 0 22.175-6.438 27.708-16h7.052c19.146 16.953 46.013 60.653 68.76 83.4 13.667 13.667 10.153 108.6 71.76 108.6 57.58 0 95.27-31.936 95.27-104.73 0-18.41-3.93-33.73-8.85-46.54h36.48c48.602 0 85.82-41.565 85.82-85.58 0-19.15-4.96-34.99-13.73-49.84zM64 296c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zm330.18 16.73H290.19c0 37.82 28.36 55.37 28.36 94.54 0 23.75 0 56.73-47.27 56.73-18.91-18.91-9.46-66.18-37.82-94.54C206.9 342.89 167.28 272 138.92 272H128V85.83c53.611 0 100.001-37.82 171.64-37.82h37.82c35.512 0 60.82 17.12 53.12 65.9 15.2 8.16 26.5 36.44 13.94 57.57 21.581 20.384 18.699 51.065 5.21 65.62 9.45 0 22.36 18.91 22.27 37.81-.09 18.91-16.71 37.82-37.82 37.82z\"]\n};\nvar faThumbsUp = {\n prefix: 'far',\n iconName: 'thumbs-up',\n icon: [512, 512, [], \"f164\", \"M466.27 286.69C475.04 271.84 480 256 480 236.85c0-44.015-37.218-85.58-85.82-85.58H357.7c4.92-12.81 8.85-28.13 8.85-46.54C366.55 31.936 328.86 0 271.28 0c-61.607 0-58.093 94.933-71.76 108.6-22.747 22.747-49.615 66.447-68.76 83.4H32c-17.673 0-32 14.327-32 32v240c0 17.673 14.327 32 32 32h64c14.893 0 27.408-10.174 30.978-23.95 44.509 1.001 75.06 39.94 177.802 39.94 7.22 0 15.22.01 22.22.01 77.117 0 111.986-39.423 112.94-95.33 13.319-18.425 20.299-43.122 17.34-66.99 9.854-18.452 13.664-40.343 8.99-62.99zm-61.75 53.83c12.56 21.13 1.26 49.41-13.94 57.57 7.7 48.78-17.608 65.9-53.12 65.9h-37.82c-71.639 0-118.029-37.82-171.64-37.82V240h10.92c28.36 0 67.98-70.89 94.54-97.46 28.36-28.36 18.91-75.63 37.82-94.54 47.27 0 47.27 32.98 47.27 56.73 0 39.17-28.36 56.72-28.36 94.54h103.99c21.11 0 37.73 18.91 37.82 37.82.09 18.9-12.82 37.81-22.27 37.81 13.489 14.555 16.371 45.236-5.21 65.62zM88 432c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24z\"]\n};\nvar faTimesCircle = {\n prefix: 'far',\n iconName: 'times-circle',\n icon: [512, 512, [], \"f057\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm101.8-262.2L295.6 256l62.2 62.2c4.7 4.7 4.7 12.3 0 17l-22.6 22.6c-4.7 4.7-12.3 4.7-17 0L256 295.6l-62.2 62.2c-4.7 4.7-12.3 4.7-17 0l-22.6-22.6c-4.7-4.7-4.7-12.3 0-17l62.2-62.2-62.2-62.2c-4.7-4.7-4.7-12.3 0-17l22.6-22.6c4.7-4.7 12.3-4.7 17 0l62.2 62.2 62.2-62.2c4.7-4.7 12.3-4.7 17 0l22.6 22.6c4.7 4.7 4.7 12.3 0 17z\"]\n};\nvar faTired = {\n prefix: 'far',\n iconName: 'tired',\n icon: [496, 512, [], \"f5c8\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm129.1-303.8c-3.8-4.4-10.3-5.4-15.3-2.5l-80 48c-3.6 2.2-5.8 6.1-5.8 10.3s2.2 8.1 5.8 10.3l80 48c5.4 3.2 11.8 1.6 15.3-2.5 3.8-4.5 3.9-11 .1-15.5L343.6 208l33.6-40.3c3.8-4.5 3.7-11.1-.1-15.5zM220 208c0-4.2-2.2-8.1-5.8-10.3l-80-48c-5-3-11.5-1.9-15.3 2.5-3.8 4.5-3.9 11-.1 15.5l33.6 40.3-33.6 40.3c-3.8 4.5-3.7 11 .1 15.5 3.5 4.1 9.9 5.7 15.3 2.5l80-48c3.6-2.2 5.8-6.1 5.8-10.3zm28 64c-45.4 0-100.9 38.3-107.8 93.3-1.5 11.8 6.9 21.6 15.5 17.9C178.4 373.5 212 368 248 368s69.6 5.5 92.3 15.2c8.5 3.7 17-6 15.5-17.9-6.9-55-62.4-93.3-107.8-93.3z\"]\n};\nvar faTrashAlt = {\n prefix: 'far',\n iconName: 'trash-alt',\n icon: [448, 512, [], \"f2ed\", \"M268 416h24a12 12 0 0 0 12-12V188a12 12 0 0 0-12-12h-24a12 12 0 0 0-12 12v216a12 12 0 0 0 12 12zM432 80h-82.41l-34-56.7A48 48 0 0 0 274.41 0H173.59a48 48 0 0 0-41.16 23.3L98.41 80H16A16 16 0 0 0 0 96v16a16 16 0 0 0 16 16h16v336a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128h16a16 16 0 0 0 16-16V96a16 16 0 0 0-16-16zM171.84 50.91A6 6 0 0 1 177 48h94a6 6 0 0 1 5.15 2.91L293.61 80H154.39zM368 464H80V128h288zm-212-48h24a12 12 0 0 0 12-12V188a12 12 0 0 0-12-12h-24a12 12 0 0 0-12 12v216a12 12 0 0 0 12 12z\"]\n};\nvar faUser = {\n prefix: 'far',\n iconName: 'user',\n icon: [448, 512, [], \"f007\", \"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"]\n};\nvar faUserCircle = {\n prefix: 'far',\n iconName: 'user-circle',\n icon: [496, 512, [], \"f2bd\", \"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"]\n};\nvar faWindowClose = {\n prefix: 'far',\n iconName: 'window-close',\n icon: [512, 512, [], \"f410\", \"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z\"]\n};\nvar faWindowMaximize = {\n prefix: 'far',\n iconName: 'window-maximize',\n icon: [512, 512, [], \"f2d0\", \"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V192h416v234z\"]\n};\nvar faWindowMinimize = {\n prefix: 'far',\n iconName: 'window-minimize',\n icon: [512, 512, [], \"f2d1\", \"M480 480H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h448c17.7 0 32 14.3 32 32s-14.3 32-32 32z\"]\n};\nvar faWindowRestore = {\n prefix: 'far',\n iconName: 'window-restore',\n icon: [512, 512, [], \"f2d2\", \"M464 0H144c-26.5 0-48 21.5-48 48v48H48c-26.5 0-48 21.5-48 48v320c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48v-48h48c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-96 464H48V256h320v208zm96-96h-48V144c0-26.5-21.5-48-48-48H144V48h320v320z\"]\n};\nvar _iconsCache = {\n faAddressBook: faAddressBook,\n faAddressCard: faAddressCard,\n faAngry: faAngry,\n faArrowAltCircleDown: faArrowAltCircleDown,\n faArrowAltCircleLeft: faArrowAltCircleLeft,\n faArrowAltCircleRight: faArrowAltCircleRight,\n faArrowAltCircleUp: faArrowAltCircleUp,\n faBell: faBell,\n faBellSlash: faBellSlash,\n faBookmark: faBookmark,\n faBuilding: faBuilding,\n faCalendar: faCalendar,\n faCalendarAlt: faCalendarAlt,\n faCalendarCheck: faCalendarCheck,\n faCalendarMinus: faCalendarMinus,\n faCalendarPlus: faCalendarPlus,\n faCalendarTimes: faCalendarTimes,\n faCaretSquareDown: faCaretSquareDown,\n faCaretSquareLeft: faCaretSquareLeft,\n faCaretSquareRight: faCaretSquareRight,\n faCaretSquareUp: faCaretSquareUp,\n faChartBar: faChartBar,\n faCheckCircle: faCheckCircle,\n faCheckSquare: faCheckSquare,\n faCircle: faCircle,\n faClipboard: faClipboard,\n faClock: faClock,\n faClone: faClone,\n faClosedCaptioning: faClosedCaptioning,\n faComment: faComment,\n faCommentAlt: faCommentAlt,\n faCommentDots: faCommentDots,\n faComments: faComments,\n faCompass: faCompass,\n faCopy: faCopy,\n faCopyright: faCopyright,\n faCreditCard: faCreditCard,\n faDizzy: faDizzy,\n faDotCircle: faDotCircle,\n faEdit: faEdit,\n faEnvelope: faEnvelope,\n faEnvelopeOpen: faEnvelopeOpen,\n faEye: faEye,\n faEyeSlash: faEyeSlash,\n faFile: faFile,\n faFileAlt: faFileAlt,\n faFileArchive: faFileArchive,\n faFileAudio: faFileAudio,\n faFileCode: faFileCode,\n faFileExcel: faFileExcel,\n faFileImage: faFileImage,\n faFilePdf: faFilePdf,\n faFilePowerpoint: faFilePowerpoint,\n faFileVideo: faFileVideo,\n faFileWord: faFileWord,\n faFlag: faFlag,\n faFlushed: faFlushed,\n faFolder: faFolder,\n faFolderOpen: faFolderOpen,\n faFontAwesomeLogoFull: faFontAwesomeLogoFull,\n faFrown: faFrown,\n faFrownOpen: faFrownOpen,\n faFutbol: faFutbol,\n faGem: faGem,\n faGrimace: faGrimace,\n faGrin: faGrin,\n faGrinAlt: faGrinAlt,\n faGrinBeam: faGrinBeam,\n faGrinBeamSweat: faGrinBeamSweat,\n faGrinHearts: faGrinHearts,\n faGrinSquint: faGrinSquint,\n faGrinSquintTears: faGrinSquintTears,\n faGrinStars: faGrinStars,\n faGrinTears: faGrinTears,\n faGrinTongue: faGrinTongue,\n faGrinTongueSquint: faGrinTongueSquint,\n faGrinTongueWink: faGrinTongueWink,\n faGrinWink: faGrinWink,\n faHandLizard: faHandLizard,\n faHandPaper: faHandPaper,\n faHandPeace: faHandPeace,\n faHandPointDown: faHandPointDown,\n faHandPointLeft: faHandPointLeft,\n faHandPointRight: faHandPointRight,\n faHandPointUp: faHandPointUp,\n faHandPointer: faHandPointer,\n faHandRock: faHandRock,\n faHandScissors: faHandScissors,\n faHandSpock: faHandSpock,\n faHandshake: faHandshake,\n faHdd: faHdd,\n faHeart: faHeart,\n faHospital: faHospital,\n faHourglass: faHourglass,\n faIdBadge: faIdBadge,\n faIdCard: faIdCard,\n faImage: faImage,\n faImages: faImages,\n faKeyboard: faKeyboard,\n faKiss: faKiss,\n faKissBeam: faKissBeam,\n faKissWinkHeart: faKissWinkHeart,\n faLaugh: faLaugh,\n faLaughBeam: faLaughBeam,\n faLaughSquint: faLaughSquint,\n faLaughWink: faLaughWink,\n faLemon: faLemon,\n faLifeRing: faLifeRing,\n faLightbulb: faLightbulb,\n faListAlt: faListAlt,\n faMap: faMap,\n faMeh: faMeh,\n faMehBlank: faMehBlank,\n faMehRollingEyes: faMehRollingEyes,\n faMinusSquare: faMinusSquare,\n faMoneyBillAlt: faMoneyBillAlt,\n faMoon: faMoon,\n faNewspaper: faNewspaper,\n faObjectGroup: faObjectGroup,\n faObjectUngroup: faObjectUngroup,\n faPaperPlane: faPaperPlane,\n faPauseCircle: faPauseCircle,\n faPlayCircle: faPlayCircle,\n faPlusSquare: faPlusSquare,\n faQuestionCircle: faQuestionCircle,\n faRegistered: faRegistered,\n faSadCry: faSadCry,\n faSadTear: faSadTear,\n faSave: faSave,\n faShareSquare: faShareSquare,\n faSmile: faSmile,\n faSmileBeam: faSmileBeam,\n faSmileWink: faSmileWink,\n faSnowflake: faSnowflake,\n faSquare: faSquare,\n faStar: faStar,\n faStarHalf: faStarHalf,\n faStickyNote: faStickyNote,\n faStopCircle: faStopCircle,\n faSun: faSun,\n faSurprise: faSurprise,\n faThumbsDown: faThumbsDown,\n faThumbsUp: faThumbsUp,\n faTimesCircle: faTimesCircle,\n faTired: faTired,\n faTrashAlt: faTrashAlt,\n faUser: faUser,\n faUserCircle: faUserCircle,\n faWindowClose: faWindowClose,\n faWindowMaximize: faWindowMaximize,\n faWindowMinimize: faWindowMinimize,\n faWindowRestore: faWindowRestore\n};\n\nexport { _iconsCache as far, prefix, faAddressBook, faAddressCard, faAngry, faArrowAltCircleDown, faArrowAltCircleLeft, faArrowAltCircleRight, faArrowAltCircleUp, faBell, faBellSlash, faBookmark, faBuilding, faCalendar, faCalendarAlt, faCalendarCheck, faCalendarMinus, faCalendarPlus, faCalendarTimes, faCaretSquareDown, faCaretSquareLeft, faCaretSquareRight, faCaretSquareUp, faChartBar, faCheckCircle, faCheckSquare, faCircle, faClipboard, faClock, faClone, faClosedCaptioning, faComment, faCommentAlt, faCommentDots, faComments, faCompass, faCopy, faCopyright, faCreditCard, faDizzy, faDotCircle, faEdit, faEnvelope, faEnvelopeOpen, faEye, faEyeSlash, faFile, faFileAlt, faFileArchive, faFileAudio, faFileCode, faFileExcel, faFileImage, faFilePdf, faFilePowerpoint, faFileVideo, faFileWord, faFlag, faFlushed, faFolder, faFolderOpen, faFontAwesomeLogoFull, faFrown, faFrownOpen, faFutbol, faGem, faGrimace, faGrin, faGrinAlt, faGrinBeam, faGrinBeamSweat, faGrinHearts, faGrinSquint, faGrinSquintTears, faGrinStars, faGrinTears, faGrinTongue, faGrinTongueSquint, faGrinTongueWink, faGrinWink, faHandLizard, faHandPaper, faHandPeace, faHandPointDown, faHandPointLeft, faHandPointRight, faHandPointUp, faHandPointer, faHandRock, faHandScissors, faHandSpock, faHandshake, faHdd, faHeart, faHospital, faHourglass, faIdBadge, faIdCard, faImage, faImages, faKeyboard, faKiss, faKissBeam, faKissWinkHeart, faLaugh, faLaughBeam, faLaughSquint, faLaughWink, faLemon, faLifeRing, faLightbulb, faListAlt, faMap, faMeh, faMehBlank, faMehRollingEyes, faMinusSquare, faMoneyBillAlt, faMoon, faNewspaper, faObjectGroup, faObjectUngroup, faPaperPlane, faPauseCircle, faPlayCircle, faPlusSquare, faQuestionCircle, faRegistered, faSadCry, faSadTear, faSave, faShareSquare, faSmile, faSmileBeam, faSmileWink, faSnowflake, faSquare, faStar, faStarHalf, faStickyNote, faStopCircle, faSun, faSurprise, faThumbsDown, faThumbsUp, faTimesCircle, faTired, faTrashAlt, faUser, faUserCircle, faWindowClose, faWindowMaximize, faWindowMinimize, faWindowRestore };\n","var prefix = \"fas\";\nvar faAd = {\n prefix: 'fas',\n iconName: 'ad',\n icon: [512, 512, [], \"f641\", \"M157.52 272h36.96L176 218.78 157.52 272zM352 256c-13.23 0-24 10.77-24 24s10.77 24 24 24 24-10.77 24-24-10.77-24-24-24zM464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM250.58 352h-16.94c-6.81 0-12.88-4.32-15.12-10.75L211.15 320h-70.29l-7.38 21.25A16 16 0 0 1 118.36 352h-16.94c-11.01 0-18.73-10.85-15.12-21.25L140 176.12A23.995 23.995 0 0 1 162.67 160h26.66A23.99 23.99 0 0 1 212 176.13l53.69 154.62c3.61 10.4-4.11 21.25-15.11 21.25zM424 336c0 8.84-7.16 16-16 16h-16c-4.85 0-9.04-2.27-11.98-5.68-8.62 3.66-18.09 5.68-28.02 5.68-39.7 0-72-32.3-72-72s32.3-72 72-72c8.46 0 16.46 1.73 24 4.42V176c0-8.84 7.16-16 16-16h16c8.84 0 16 7.16 16 16v160z\"]\n};\nvar faAddressBook = {\n prefix: 'fas',\n iconName: 'address-book',\n icon: [448, 512, [], \"f2b9\", \"M436 160c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48v-48h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20zm-228-32c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H118.4C106 384 96 375.4 96 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2z\"]\n};\nvar faAddressCard = {\n prefix: 'fas',\n iconName: 'address-card',\n icon: [576, 512, [], \"f2bb\", \"M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-352 96c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H86.4C74 384 64 375.4 64 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2zM512 312c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-64c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-64c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faAdjust = {\n prefix: 'fas',\n iconName: 'adjust',\n icon: [512, 512, [], \"f042\", \"M8 256c0 136.966 111.033 248 248 248s248-111.034 248-248S392.966 8 256 8 8 119.033 8 256zm248 184V72c101.705 0 184 82.311 184 184 0 101.705-82.311 184-184 184z\"]\n};\nvar faAirFreshener = {\n prefix: 'fas',\n iconName: 'air-freshener',\n icon: [384, 512, [], \"f5d0\", \"M378.94 321.41L284.7 224h49.22c15.3 0 23.66-16.6 13.86-27.53L234.45 69.96c3.43-6.61 5.55-14 5.55-21.96 0-26.51-21.49-48-48-48s-48 21.49-48 48c0 7.96 2.12 15.35 5.55 21.96L36.22 196.47C26.42 207.4 34.78 224 50.08 224H99.3L5.06 321.41C-6.69 333.56 3.34 352 21.7 352H160v32H48c-8.84 0-16 7.16-16 16v96c0 8.84 7.16 16 16 16h288c8.84 0 16-7.16 16-16v-96c0-8.84-7.16-16-16-16H224v-32h138.3c18.36 0 28.39-18.44 16.64-30.59zM192 31.98c8.85 0 16.02 7.17 16.02 16.02 0 8.84-7.17 16.02-16.02 16.02S175.98 56.84 175.98 48c0-8.85 7.17-16.02 16.02-16.02zM304 432v32H80v-32h224z\"]\n};\nvar faAlignCenter = {\n prefix: 'fas',\n iconName: 'align-center',\n icon: [448, 512, [], \"f037\", \"M432 160H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 256H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM108.1 96h231.81A12.09 12.09 0 0 0 352 83.9V44.09A12.09 12.09 0 0 0 339.91 32H108.1A12.09 12.09 0 0 0 96 44.09V83.9A12.1 12.1 0 0 0 108.1 96zm231.81 256A12.09 12.09 0 0 0 352 339.9v-39.81A12.09 12.09 0 0 0 339.91 288H108.1A12.09 12.09 0 0 0 96 300.09v39.81a12.1 12.1 0 0 0 12.1 12.1z\"]\n};\nvar faAlignJustify = {\n prefix: 'fas',\n iconName: 'align-justify',\n icon: [448, 512, [], \"f039\", \"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faAlignLeft = {\n prefix: 'fas',\n iconName: 'align-left',\n icon: [448, 512, [], \"f036\", \"M12.83 352h262.34A12.82 12.82 0 0 0 288 339.17v-38.34A12.82 12.82 0 0 0 275.17 288H12.83A12.82 12.82 0 0 0 0 300.83v38.34A12.82 12.82 0 0 0 12.83 352zm0-256h262.34A12.82 12.82 0 0 0 288 83.17V44.83A12.82 12.82 0 0 0 275.17 32H12.83A12.82 12.82 0 0 0 0 44.83v38.34A12.82 12.82 0 0 0 12.83 96zM432 160H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 256H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faAlignRight = {\n prefix: 'fas',\n iconName: 'align-right',\n icon: [448, 512, [], \"f038\", \"M16 224h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm416 192H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm3.17-384H172.83A12.82 12.82 0 0 0 160 44.83v38.34A12.82 12.82 0 0 0 172.83 96h262.34A12.82 12.82 0 0 0 448 83.17V44.83A12.82 12.82 0 0 0 435.17 32zm0 256H172.83A12.82 12.82 0 0 0 160 300.83v38.34A12.82 12.82 0 0 0 172.83 352h262.34A12.82 12.82 0 0 0 448 339.17v-38.34A12.82 12.82 0 0 0 435.17 288z\"]\n};\nvar faAllergies = {\n prefix: 'fas',\n iconName: 'allergies',\n icon: [448, 512, [], \"f461\", \"M416 112c-17.6 0-32 14.4-32 32v72c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V64c0-17.6-14.4-32-32-32s-32 14.4-32 32v152c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V32c0-17.6-14.4-32-32-32s-32 14.4-32 32v184c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V64c0-17.6-14.4-32-32-32S96 46.4 96 64v241l-23.6-32.5c-13-17.9-38-21.8-55.9-8.8s-21.8 38-8.8 55.9l125.6 172.7c9 12.4 23.5 19.8 38.8 19.8h197.6c22.3 0 41.6-15.3 46.7-37l26.5-112.7c3.2-13.7 4.9-28.3 5.1-42.3V144c0-17.6-14.4-32-32-32zM176 416c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm64 128c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm64 32c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32 64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32-128c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"]\n};\nvar faAmbulance = {\n prefix: 'fas',\n iconName: 'ambulance',\n icon: [640, 512, [], \"f0f9\", \"M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm144-248c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48zm176 248c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z\"]\n};\nvar faAmericanSignLanguageInterpreting = {\n prefix: 'fas',\n iconName: 'american-sign-language-interpreting',\n icon: [640, 512, [], \"f2a3\", \"M290.547 189.039c-20.295-10.149-44.147-11.199-64.739-3.89 42.606 0 71.208 20.475 85.578 50.576 8.576 17.899-5.148 38.071-23.617 38.071 18.429 0 32.211 20.136 23.617 38.071-14.725 30.846-46.123 50.854-80.298 50.854-.557 0-94.471-8.615-94.471-8.615l-66.406 33.347c-9.384 4.693-19.815.379-23.895-7.781L1.86 290.747c-4.167-8.615-1.111-18.897 6.946-23.621l58.072-33.069L108 159.861c6.39-57.245 34.731-109.767 79.743-146.726 11.391-9.448 28.341-7.781 37.51 3.613 9.446 11.394 7.78 28.067-3.612 37.516-12.503 10.559-23.618 22.509-32.509 35.57 21.672-14.729 46.679-24.732 74.186-28.067 14.725-1.945 28.063 8.336 29.73 23.065 1.945 14.728-8.336 28.067-23.062 29.734-16.116 1.945-31.12 7.503-44.178 15.284 26.114-5.713 58.712-3.138 88.079 11.115 13.336 6.669 18.893 22.509 12.224 35.848-6.389 13.06-22.504 18.617-35.564 12.226zm-27.229 69.472c-6.112-12.505-18.338-20.286-32.231-20.286a35.46 35.46 0 0 0-35.565 35.57c0 21.428 17.808 35.57 35.565 35.57 13.893 0 26.119-7.781 32.231-20.286 4.446-9.449 13.614-15.006 23.339-15.284-9.725-.277-18.893-5.835-23.339-15.284zm374.821-37.237c4.168 8.615 1.111 18.897-6.946 23.621l-58.071 33.069L532 352.16c-6.39 57.245-34.731 109.767-79.743 146.726-10.932 9.112-27.799 8.144-37.51-3.613-9.446-11.394-7.78-28.067 3.613-37.516 12.503-10.559 23.617-22.509 32.508-35.57-21.672 14.729-46.679 24.732-74.186 28.067-10.021 2.506-27.552-5.643-29.73-23.065-1.945-14.728 8.336-28.067 23.062-29.734 16.116-1.946 31.12-7.503 44.178-15.284-26.114 5.713-58.712 3.138-88.079-11.115-13.336-6.669-18.893-22.509-12.224-35.848 6.389-13.061 22.505-18.619 35.565-12.227 20.295 10.149 44.147 11.199 64.739 3.89-42.606 0-71.208-20.475-85.578-50.576-8.576-17.899 5.148-38.071 23.617-38.071-18.429 0-32.211-20.136-23.617-38.071 14.033-29.396 44.039-50.887 81.966-50.854l92.803 8.615 66.406-33.347c9.408-4.704 19.828-.354 23.894 7.781l44.455 88.926zm-229.227-18.618c-13.893 0-26.119 7.781-32.231 20.286-4.446 9.449-13.614 15.006-23.339 15.284 9.725.278 18.893 5.836 23.339 15.284 6.112 12.505 18.338 20.286 32.231 20.286a35.46 35.46 0 0 0 35.565-35.57c0-21.429-17.808-35.57-35.565-35.57z\"]\n};\nvar faAnchor = {\n prefix: 'fas',\n iconName: 'anchor',\n icon: [576, 512, [], \"f13d\", \"M12.971 352h32.394C67.172 454.735 181.944 512 288 512c106.229 0 220.853-57.38 242.635-160h32.394c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0l-67.029 67.029c-7.56 7.56-2.206 20.485 8.485 20.485h35.146c-20.29 54.317-84.963 86.588-144.117 94.015V256h52c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-52v-5.47c37.281-13.178 63.995-48.725 64-90.518C384.005 43.772 341.605.738 289.37.01 235.723-.739 192 42.525 192 96c0 41.798 26.716 77.35 64 90.53V192h-52c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h52v190.015c-58.936-7.399-123.82-39.679-144.117-94.015h35.146c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0L4.485 331.515C-3.074 339.074 2.28 352 12.971 352zM288 64c17.645 0 32 14.355 32 32s-14.355 32-32 32-32-14.355-32-32 14.355-32 32-32z\"]\n};\nvar faAngleDoubleDown = {\n prefix: 'fas',\n iconName: 'angle-double-down',\n icon: [320, 512, [], \"f103\", \"M143 256.3L7 120.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0L313 86.3c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.4 9.5-24.6 9.5-34 .1zm34 192l136-136c9.4-9.4 9.4-24.6 0-33.9l-22.6-22.6c-9.4-9.4-24.6-9.4-33.9 0L160 352.1l-96.4-96.4c-9.4-9.4-24.6-9.4-33.9 0L7 278.3c-9.4 9.4-9.4 24.6 0 33.9l136 136c9.4 9.5 24.6 9.5 34 .1z\"]\n};\nvar faAngleDoubleLeft = {\n prefix: 'fas',\n iconName: 'angle-double-left',\n icon: [448, 512, [], \"f100\", \"M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z\"]\n};\nvar faAngleDoubleRight = {\n prefix: 'fas',\n iconName: 'angle-double-right',\n icon: [448, 512, [], \"f101\", \"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z\"]\n};\nvar faAngleDoubleUp = {\n prefix: 'fas',\n iconName: 'angle-double-up',\n icon: [320, 512, [], \"f102\", \"M177 255.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 351.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 425.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1zm-34-192L7 199.7c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l96.4-96.4 96.4 96.4c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9l-136-136c-9.2-9.4-24.4-9.4-33.8 0z\"]\n};\nvar faAngleDown = {\n prefix: 'fas',\n iconName: 'angle-down',\n icon: [320, 512, [], \"f107\", \"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"]\n};\nvar faAngleLeft = {\n prefix: 'fas',\n iconName: 'angle-left',\n icon: [256, 512, [], \"f104\", \"M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z\"]\n};\nvar faAngleRight = {\n prefix: 'fas',\n iconName: 'angle-right',\n icon: [256, 512, [], \"f105\", \"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"]\n};\nvar faAngleUp = {\n prefix: 'fas',\n iconName: 'angle-up',\n icon: [320, 512, [], \"f106\", \"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"]\n};\nvar faAngry = {\n prefix: 'fas',\n iconName: 'angry',\n icon: [496, 512, [], \"f556\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 240c0-9.3 4.1-17.5 10.5-23.4l-31-9.3c-8.5-2.5-13.3-11.5-10.7-19.9 2.5-8.5 11.4-13.2 19.9-10.7l80 24c8.5 2.5 13.3 11.5 10.7 19.9-2.1 6.9-8.4 11.4-15.3 11.4-.5 0-1.1-.2-1.7-.2.7 2.7 1.7 5.3 1.7 8.2 0 17.7-14.3 32-32 32S136 257.7 136 240zm168 154.2c-27.8-33.4-84.2-33.4-112.1 0-13.5 16.3-38.2-4.2-24.6-20.5 20-24 49.4-37.8 80.6-37.8s60.6 13.8 80.6 37.8c13.8 16.5-11.1 36.6-24.5 20.5zm76.6-186.9l-31 9.3c6.3 5.8 10.5 14.1 10.5 23.4 0 17.7-14.3 32-32 32s-32-14.3-32-32c0-2.9.9-5.6 1.7-8.2-.6.1-1.1.2-1.7.2-6.9 0-13.2-4.5-15.3-11.4-2.5-8.5 2.3-17.4 10.7-19.9l80-24c8.4-2.5 17.4 2.3 19.9 10.7 2.5 8.5-2.3 17.4-10.8 19.9z\"]\n};\nvar faAnkh = {\n prefix: 'fas',\n iconName: 'ankh',\n icon: [320, 512, [], \"f644\", \"M296 256h-44.62C272.46 222.01 288 181.65 288 144 288 55.63 230.69 0 160 0S32 55.63 32 144c0 37.65 15.54 78.01 36.62 112H24c-13.25 0-24 10.74-24 24v32c0 13.25 10.75 24 24 24h96v152c0 13.25 10.75 24 24 24h32c13.25 0 24-10.75 24-24V336h96c13.25 0 24-10.75 24-24v-32c0-13.26-10.75-24-24-24zM160 80c29.61 0 48 24.52 48 64 0 34.66-27.14 78.14-48 100.87-20.86-22.72-48-66.21-48-100.87 0-39.48 18.39-64 48-64z\"]\n};\nvar faAppleAlt = {\n prefix: 'fas',\n iconName: 'apple-alt',\n icon: [448, 512, [], \"f5d1\", \"M350.85 129c25.97 4.67 47.27 18.67 63.92 42 14.65 20.67 24.64 46.67 29.96 78 4.67 28.67 4.32 57.33-1 86-7.99 47.33-23.97 87-47.94 119-28.64 38.67-64.59 58-107.87 58-10.66 0-22.3-3.33-34.96-10-8.66-5.33-18.31-8-28.97-8s-20.3 2.67-28.97 8c-12.66 6.67-24.3 10-34.96 10-43.28 0-79.23-19.33-107.87-58-23.97-32-39.95-71.67-47.94-119-5.32-28.67-5.67-57.33-1-86 5.32-31.33 15.31-57.33 29.96-78 16.65-23.33 37.95-37.33 63.92-42 15.98-2.67 37.95-.33 65.92 7 23.97 6.67 44.28 14.67 60.93 24 16.65-9.33 36.96-17.33 60.93-24 27.98-7.33 49.96-9.67 65.94-7zm-54.94-41c-9.32 8.67-21.65 15-36.96 19-10.66 3.33-22.3 5-34.96 5l-14.98-1c-1.33-9.33-1.33-20 0-32 2.67-24 10.32-42.33 22.97-55 9.32-8.67 21.65-15 36.96-19 10.66-3.33 22.3-5 34.96-5l14.98 1 1 15c0 12.67-1.67 24.33-4.99 35-3.99 15.33-10.31 27.67-18.98 37z\"]\n};\nvar faArchive = {\n prefix: 'fas',\n iconName: 'archive',\n icon: [512, 512, [], \"f187\", \"M32 448c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V160H32v288zm160-212c0-6.6 5.4-12 12-12h104c6.6 0 12 5.4 12 12v8c0 6.6-5.4 12-12 12H204c-6.6 0-12-5.4-12-12v-8zM480 32H32C14.3 32 0 46.3 0 64v48c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16V64c0-17.7-14.3-32-32-32z\"]\n};\nvar faArchway = {\n prefix: 'fas',\n iconName: 'archway',\n icon: [576, 512, [], \"f557\", \"M560 448h-16V96H32v352H16.02c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16H176c8.84 0 16-7.16 16-16V320c0-53.02 42.98-96 96-96s96 42.98 96 96l.02 160v16c0 8.84 7.16 16 16 16H560c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm0-448H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h544c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16z\"]\n};\nvar faArrowAltCircleDown = {\n prefix: 'fas',\n iconName: 'arrow-alt-circle-down',\n icon: [512, 512, [], \"f358\", \"M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zM212 140v116h-70.9c-10.7 0-16.1 13-8.5 20.5l114.9 114.3c4.7 4.7 12.2 4.7 16.9 0l114.9-114.3c7.6-7.6 2.2-20.5-8.5-20.5H300V140c0-6.6-5.4-12-12-12h-64c-6.6 0-12 5.4-12 12z\"]\n};\nvar faArrowAltCircleLeft = {\n prefix: 'fas',\n iconName: 'arrow-alt-circle-left',\n icon: [512, 512, [], \"f359\", \"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm116-292H256v-70.9c0-10.7-13-16.1-20.5-8.5L121.2 247.5c-4.7 4.7-4.7 12.2 0 16.9l114.3 114.9c7.6 7.6 20.5 2.2 20.5-8.5V300h116c6.6 0 12-5.4 12-12v-64c0-6.6-5.4-12-12-12z\"]\n};\nvar faArrowAltCircleRight = {\n prefix: 'fas',\n iconName: 'arrow-alt-circle-right',\n icon: [512, 512, [], \"f35a\", \"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"]\n};\nvar faArrowAltCircleUp = {\n prefix: 'fas',\n iconName: 'arrow-alt-circle-up',\n icon: [512, 512, [], \"f35b\", \"M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm292 116V256h70.9c10.7 0 16.1-13 8.5-20.5L264.5 121.2c-4.7-4.7-12.2-4.7-16.9 0l-115 114.3c-7.6 7.6-2.2 20.5 8.5 20.5H212v116c0 6.6 5.4 12 12 12h64c6.6 0 12-5.4 12-12z\"]\n};\nvar faArrowCircleDown = {\n prefix: 'fas',\n iconName: 'arrow-circle-down',\n icon: [512, 512, [], \"f0ab\", \"M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-143.6-28.9L288 302.6V120c0-13.3-10.7-24-24-24h-16c-13.3 0-24 10.7-24 24v182.6l-72.4-75.5c-9.3-9.7-24.8-9.9-34.3-.4l-10.9 11c-9.4 9.4-9.4 24.6 0 33.9L239 404.3c9.4 9.4 24.6 9.4 33.9 0l132.7-132.7c9.4-9.4 9.4-24.6 0-33.9l-10.9-11c-9.5-9.5-25-9.3-34.3.4z\"]\n};\nvar faArrowCircleLeft = {\n prefix: 'fas',\n iconName: 'arrow-circle-left',\n icon: [512, 512, [], \"f0a8\", \"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\"]\n};\nvar faArrowCircleRight = {\n prefix: 'fas',\n iconName: 'arrow-circle-right',\n icon: [512, 512, [], \"f0a9\", \"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z\"]\n};\nvar faArrowCircleUp = {\n prefix: 'fas',\n iconName: 'arrow-circle-up',\n icon: [512, 512, [], \"f0aa\", \"M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm143.6 28.9l72.4-75.5V392c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V209.4l72.4 75.5c9.3 9.7 24.8 9.9 34.3.4l10.9-11c9.4-9.4 9.4-24.6 0-33.9L273 107.7c-9.4-9.4-24.6-9.4-33.9 0L106.3 240.4c-9.4 9.4-9.4 24.6 0 33.9l10.9 11c9.6 9.5 25.1 9.3 34.4-.4z\"]\n};\nvar faArrowDown = {\n prefix: 'fas',\n iconName: 'arrow-down',\n icon: [448, 512, [], \"f063\", \"M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z\"]\n};\nvar faArrowLeft = {\n prefix: 'fas',\n iconName: 'arrow-left',\n icon: [448, 512, [], \"f060\", \"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\"]\n};\nvar faArrowRight = {\n prefix: 'fas',\n iconName: 'arrow-right',\n icon: [448, 512, [], \"f061\", \"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"]\n};\nvar faArrowUp = {\n prefix: 'fas',\n iconName: 'arrow-up',\n icon: [448, 512, [], \"f062\", \"M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z\"]\n};\nvar faArrowsAlt = {\n prefix: 'fas',\n iconName: 'arrows-alt',\n icon: [512, 512, [], \"f0b2\", \"M352.201 425.775l-79.196 79.196c-9.373 9.373-24.568 9.373-33.941 0l-79.196-79.196c-15.119-15.119-4.411-40.971 16.971-40.97h51.162L228 284H127.196v51.162c0 21.382-25.851 32.09-40.971 16.971L7.029 272.937c-9.373-9.373-9.373-24.569 0-33.941L86.225 159.8c15.119-15.119 40.971-4.411 40.971 16.971V228H228V127.196h-51.23c-21.382 0-32.09-25.851-16.971-40.971l79.196-79.196c9.373-9.373 24.568-9.373 33.941 0l79.196 79.196c15.119 15.119 4.411 40.971-16.971 40.971h-51.162V228h100.804v-51.162c0-21.382 25.851-32.09 40.97-16.971l79.196 79.196c9.373 9.373 9.373 24.569 0 33.941L425.773 352.2c-15.119 15.119-40.971 4.411-40.97-16.971V284H284v100.804h51.23c21.382 0 32.09 25.851 16.971 40.971z\"]\n};\nvar faArrowsAltH = {\n prefix: 'fas',\n iconName: 'arrows-alt-h',\n icon: [512, 512, [], \"f337\", \"M377.941 169.941V216H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.568 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296h243.882v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.568 0-33.941l-86.059-86.059c-15.119-15.12-40.971-4.412-40.971 16.97z\"]\n};\nvar faArrowsAltV = {\n prefix: 'fas',\n iconName: 'arrows-alt-v',\n icon: [256, 512, [], \"f338\", \"M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z\"]\n};\nvar faAssistiveListeningSystems = {\n prefix: 'fas',\n iconName: 'assistive-listening-systems',\n icon: [512, 512, [], \"f2a2\", \"M216 260c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-44.112 35.888-80 80-80s80 35.888 80 80c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-13.234-10.767-24-24-24s-24 10.766-24 24zm24-176c-97.047 0-176 78.953-176 176 0 15.464 12.536 28 28 28s28-12.536 28-28c0-66.168 53.832-120 120-120s120 53.832 120 120c0 75.164-71.009 70.311-71.997 143.622L288 404c0 28.673-23.327 52-52 52-15.464 0-28 12.536-28 28s12.536 28 28 28c59.475 0 107.876-48.328 108-107.774.595-34.428 72-48.24 72-144.226 0-97.047-78.953-176-176-176zm-80 236c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zM32 448c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm480-187.993c0-1.518-.012-3.025-.045-4.531C510.076 140.525 436.157 38.47 327.994 1.511c-14.633-4.998-30.549 2.809-35.55 17.442-5 14.633 2.81 30.549 17.442 35.55 85.906 29.354 144.61 110.513 146.077 201.953l.003.188c.026 1.118.033 2.236.033 3.363 0 15.464 12.536 28 28 28s28.001-12.536 28.001-28zM152.971 439.029l-80-80L39.03 392.97l80 80 33.941-33.941z\"]\n};\nvar faAsterisk = {\n prefix: 'fas',\n iconName: 'asterisk',\n icon: [512, 512, [], \"f069\", \"M478.21 334.093L336 256l142.21-78.093c11.795-6.477 15.961-21.384 9.232-33.037l-19.48-33.741c-6.728-11.653-21.72-15.499-33.227-8.523L296 186.718l3.475-162.204C299.763 11.061 288.937 0 275.48 0h-38.96c-13.456 0-24.283 11.061-23.994 24.514L216 186.718 77.265 102.607c-11.506-6.976-26.499-3.13-33.227 8.523l-19.48 33.741c-6.728 11.653-2.562 26.56 9.233 33.037L176 256 33.79 334.093c-11.795 6.477-15.961 21.384-9.232 33.037l19.48 33.741c6.728 11.653 21.721 15.499 33.227 8.523L216 325.282l-3.475 162.204C212.237 500.939 223.064 512 236.52 512h38.961c13.456 0 24.283-11.061 23.995-24.514L296 325.282l138.735 84.111c11.506 6.976 26.499 3.13 33.227-8.523l19.48-33.741c6.728-11.653 2.563-26.559-9.232-33.036z\"]\n};\nvar faAt = {\n prefix: 'fas',\n iconName: 'at',\n icon: [512, 512, [], \"f1fa\", \"M256 8C118.941 8 8 118.919 8 256c0 137.059 110.919 248 248 248 48.154 0 95.342-14.14 135.408-40.223 12.005-7.815 14.625-24.288 5.552-35.372l-10.177-12.433c-7.671-9.371-21.179-11.667-31.373-5.129C325.92 429.757 291.314 440 256 440c-101.458 0-184-82.542-184-184S154.542 72 256 72c100.139 0 184 57.619 184 160 0 38.786-21.093 79.742-58.17 83.693-17.349-.454-16.91-12.857-13.476-30.024l23.433-121.11C394.653 149.75 383.308 136 368.225 136h-44.981a13.518 13.518 0 0 0-13.432 11.993l-.01.092c-14.697-17.901-40.448-21.775-59.971-21.775-74.58 0-137.831 62.234-137.831 151.46 0 65.303 36.785 105.87 96 105.87 26.984 0 57.369-15.637 74.991-38.333 9.522 34.104 40.613 34.103 70.71 34.103C462.609 379.41 504 307.798 504 232 504 95.653 394.023 8 256 8zm-21.68 304.43c-22.249 0-36.07-15.623-36.07-40.771 0-44.993 30.779-72.729 58.63-72.729 22.292 0 35.601 15.241 35.601 40.77 0 45.061-33.875 72.73-58.161 72.73z\"]\n};\nvar faAtlas = {\n prefix: 'fas',\n iconName: 'atlas',\n icon: [448, 512, [], \"f558\", \"M318.38 208h-39.09c-1.49 27.03-6.54 51.35-14.21 70.41 27.71-13.24 48.02-39.19 53.3-70.41zm0-32c-5.29-31.22-25.59-57.17-53.3-70.41 7.68 19.06 12.72 43.38 14.21 70.41h39.09zM224 97.31c-7.69 7.45-20.77 34.42-23.43 78.69h46.87c-2.67-44.26-15.75-71.24-23.44-78.69zm-41.08 8.28c-27.71 13.24-48.02 39.19-53.3 70.41h39.09c1.49-27.03 6.53-51.35 14.21-70.41zm0 172.82c-7.68-19.06-12.72-43.38-14.21-70.41h-39.09c5.28 31.22 25.59 57.17 53.3 70.41zM247.43 208h-46.87c2.66 44.26 15.74 71.24 23.43 78.69 7.7-7.45 20.78-34.43 23.44-78.69zM448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM224 64c70.69 0 128 57.31 128 128s-57.31 128-128 128S96 262.69 96 192 153.31 64 224 64zm160 384H96c-19.2 0-32-12.8-32-32s16-32 32-32h288v64z\"]\n};\nvar faAtom = {\n prefix: 'fas',\n iconName: 'atom',\n icon: [448, 512, [], \"f5d2\", \"M413.03 256c40.13-54.89 41.51-98.62 25.14-128-10.91-19.52-40.54-50.73-116.33-41.88C300.36 34.89 267.64 0 224 0s-76.36 34.89-97.84 86.12C50.43 77.34 20.73 108.48 9.83 128c-16.38 29.4-15 73.09 25.14 128-40.13 54.89-41.51 98.62-25.14 128 29.21 52.34 101.68 43.58 116.33 41.88C147.63 477.1 180.36 512 224 512s76.37-34.9 97.84-86.12c14.64 1.7 87.11 10.46 116.33-41.88 16.38-29.4 15-73.09-25.14-128zM63.38 352c-4.03-7.21-.19-24.8 14.95-48.29 6.96 6.53 14.2 12.89 21.87 19.18 1.71 13.71 4 27.08 6.76 40.08-24.56.89-39.89-4.37-43.58-10.97zm36.82-162.88c-7.66 6.29-14.9 12.65-21.87 19.18-15.13-23.5-18.97-41.09-14.95-48.3 3.41-6.14 16.39-11.47 37.92-11.47 1.71 0 3.87.3 5.69.37a472.191 472.191 0 0 0-6.79 40.22zM224 64c9.47 0 22.2 13.52 33.86 37.26-11.19 3.7-22.44 8-33.86 12.86-11.42-4.86-22.67-9.16-33.86-12.86C201.8 77.52 214.53 64 224 64zm0 384c-9.47 0-22.2-13.52-33.86-37.26 11.19-3.7 22.44-8 33.86-12.86 11.42 4.86 22.67 9.16 33.86 12.86C246.2 434.48 233.47 448 224 448zm62.5-157.33c-26.7 19.08-46.14 29.33-62.5 37.48-16.35-8.14-35.8-18.41-62.5-37.48-1.99-27.79-1.99-41.54 0-69.33 26.67-19.05 46.13-29.32 62.5-37.48 16.39 8.17 35.86 18.44 62.5 37.48 1.98 27.78 1.99 41.53 0 69.33zM384.62 352c-3.67 6.62-19 11.82-43.58 10.95 2.76-13 5.05-26.37 6.76-40.06 7.66-6.29 14.9-12.65 21.87-19.18 15.13 23.49 18.97 41.08 14.95 48.29zm-14.95-143.71c-6.96-6.53-14.2-12.89-21.87-19.18a473.535 473.535 0 0 0-6.79-40.22c1.82-.07 3.97-.37 5.69-.37 21.52 0 34.51 5.34 37.92 11.47 4.02 7.22.18 24.81-14.95 48.3zM224 224c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z\"]\n};\nvar faAudioDescription = {\n prefix: 'fas',\n iconName: 'audio-description',\n icon: [512, 512, [], \"f29e\", \"M162.925 238.709l8.822 30.655h-25.606l9.041-30.652c1.277-4.421 2.651-9.994 3.872-15.245 1.22 5.251 2.594 10.823 3.871 15.242zm166.474-32.099h-14.523v98.781h14.523c29.776 0 46.175-17.678 46.175-49.776 0-32.239-17.49-49.005-46.175-49.005zM512 112v288c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48zM245.459 336.139l-57.097-168A12.001 12.001 0 0 0 177 160h-35.894a12.001 12.001 0 0 0-11.362 8.139l-57.097 168C70.003 343.922 75.789 352 84.009 352h29.133a12 12 0 0 0 11.535-8.693l8.574-29.906h51.367l8.793 29.977A12 12 0 0 0 204.926 352h29.172c8.22 0 14.006-8.078 11.361-15.861zm184.701-80.525c0-58.977-37.919-95.614-98.96-95.614h-57.366c-6.627 0-12 5.373-12 12v168c0 6.627 5.373 12 12 12H331.2c61.041 0 98.96-36.933 98.96-96.386z\"]\n};\nvar faAward = {\n prefix: 'fas',\n iconName: 'award',\n icon: [384, 512, [], \"f559\", \"M97.12 362.63c-8.69-8.69-4.16-6.24-25.12-11.85-9.51-2.55-17.87-7.45-25.43-13.32L1.2 448.7c-4.39 10.77 3.81 22.47 15.43 22.03l52.69-2.01L105.56 507c8 8.44 22.04 5.81 26.43-4.96l52.05-127.62c-10.84 6.04-22.87 9.58-35.31 9.58-19.5 0-37.82-7.59-51.61-21.37zM382.8 448.7l-45.37-111.24c-7.56 5.88-15.92 10.77-25.43 13.32-21.07 5.64-16.45 3.18-25.12 11.85-13.79 13.78-32.12 21.37-51.62 21.37-12.44 0-24.47-3.55-35.31-9.58L252 502.04c4.39 10.77 18.44 13.4 26.43 4.96l36.25-38.28 52.69 2.01c11.62.44 19.82-11.27 15.43-22.03zM263 340c15.28-15.55 17.03-14.21 38.79-20.14 13.89-3.79 24.75-14.84 28.47-28.98 7.48-28.4 5.54-24.97 25.95-45.75 10.17-10.35 14.14-25.44 10.42-39.58-7.47-28.38-7.48-24.42 0-52.83 3.72-14.14-.25-29.23-10.42-39.58-20.41-20.78-18.47-17.36-25.95-45.75-3.72-14.14-14.58-25.19-28.47-28.98-27.88-7.61-24.52-5.62-44.95-26.41-10.17-10.35-25-14.4-38.89-10.61-27.87 7.6-23.98 7.61-51.9 0-13.89-3.79-28.72.25-38.89 10.61-20.41 20.78-17.05 18.8-44.94 26.41-13.89 3.79-24.75 14.84-28.47 28.98-7.47 28.39-5.54 24.97-25.95 45.75-10.17 10.35-14.15 25.44-10.42 39.58 7.47 28.36 7.48 24.4 0 52.82-3.72 14.14.25 29.23 10.42 39.59 20.41 20.78 18.47 17.35 25.95 45.75 3.72 14.14 14.58 25.19 28.47 28.98C104.6 325.96 106.27 325 121 340c13.23 13.47 33.84 15.88 49.74 5.82a39.676 39.676 0 0 1 42.53 0c15.89 10.06 36.5 7.65 49.73-5.82zM97.66 175.96c0-53.03 42.24-96.02 94.34-96.02s94.34 42.99 94.34 96.02-42.24 96.02-94.34 96.02-94.34-42.99-94.34-96.02z\"]\n};\nvar faBaby = {\n prefix: 'fas',\n iconName: 'baby',\n icon: [384, 512, [], \"f77c\", \"M192 160c44.2 0 80-35.8 80-80S236.2 0 192 0s-80 35.8-80 80 35.8 80 80 80zm-53.4 248.8l25.6-32-61.5-51.2L56.8 383c-11.4 14.2-11.7 34.4-.8 49l48 64c7.9 10.5 19.9 16 32 16 8.3 0 16.8-2.6 24-8 17.7-13.2 21.2-38.3 8-56l-29.4-39.2zm142.7-83.2l-61.5 51.2 25.6 32L216 448c-13.2 17.7-9.7 42.8 8 56 7.2 5.4 15.6 8 24 8 12.2 0 24.2-5.5 32-16l48-64c10.9-14.6 10.6-34.8-.8-49l-45.9-57.4zM376.7 145c-12.7-18.1-37.6-22.4-55.7-9.8l-40.6 28.5c-52.7 37-124.2 37-176.8 0L63 135.3C44.9 122.6 20 127 7.3 145-5.4 163.1-1 188 17 200.7l40.6 28.5c17 11.9 35.4 20.9 54.4 27.9V288h160v-30.8c19-7 37.4-16 54.4-27.9l40.6-28.5c18.1-12.8 22.4-37.7 9.7-55.8z\"]\n};\nvar faBabyCarriage = {\n prefix: 'fas',\n iconName: 'baby-carriage',\n icon: [512, 512, [], \"f77d\", \"M144.8 17c-11.3-17.8-37.2-22.8-54-9.4C35.3 51.9 0 118 0 192h256L144.8 17zM496 96h-48c-35.3 0-64 28.7-64 64v64H0c0 50.6 23 96.4 60.3 130.7C25.7 363.6 0 394.7 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-8.9-1.8-17.2-4.4-25.2 21.6 5.9 44.6 9.2 68.4 9.2s46.9-3.3 68.4-9.2c-2.7 8-4.4 16.3-4.4 25.2 0 44.2 35.8 80 80 80s80-35.8 80-80c0-37.3-25.7-68.4-60.3-77.3C425 320.4 448 274.6 448 224v-64h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM80 464c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32zm320-32c0 17.6-14.4 32-32 32s-32-14.4-32-32 14.4-32 32-32 32 14.4 32 32z\"]\n};\nvar faBackspace = {\n prefix: 'fas',\n iconName: 'backspace',\n icon: [640, 512, [], \"f55a\", \"M576 64H205.26A63.97 63.97 0 0 0 160 82.75L9.37 233.37c-12.5 12.5-12.5 32.76 0 45.25L160 429.25c12 12 28.28 18.75 45.25 18.75H576c35.35 0 64-28.65 64-64V128c0-35.35-28.65-64-64-64zm-84.69 254.06c6.25 6.25 6.25 16.38 0 22.63l-22.62 22.62c-6.25 6.25-16.38 6.25-22.63 0L384 301.25l-62.06 62.06c-6.25 6.25-16.38 6.25-22.63 0l-22.62-22.62c-6.25-6.25-6.25-16.38 0-22.63L338.75 256l-62.06-62.06c-6.25-6.25-6.25-16.38 0-22.63l22.62-22.62c6.25-6.25 16.38-6.25 22.63 0L384 210.75l62.06-62.06c6.25-6.25 16.38-6.25 22.63 0l22.62 22.62c6.25 6.25 6.25 16.38 0 22.63L429.25 256l62.06 62.06z\"]\n};\nvar faBackward = {\n prefix: 'fas',\n iconName: 'backward',\n icon: [512, 512, [], \"f04a\", \"M11.5 280.6l192 160c20.6 17.2 52.5 2.8 52.5-24.6V96c0-27.4-31.9-41.8-52.5-24.6l-192 160c-15.3 12.8-15.3 36.4 0 49.2zm256 0l192 160c20.6 17.2 52.5 2.8 52.5-24.6V96c0-27.4-31.9-41.8-52.5-24.6l-192 160c-15.3 12.8-15.3 36.4 0 49.2z\"]\n};\nvar faBacon = {\n prefix: 'fas',\n iconName: 'bacon',\n icon: [576, 512, [], \"f7e5\", \"M218.92 336.39c34.89-34.89 44.2-59.7 54.05-86 10.61-28.29 21.59-57.54 61.37-97.34s69.05-50.77 97.35-61.38c23.88-9 46.64-17.68 76.79-45.37L470.81 8.91a31 31 0 0 0-40.18-2.83c-13.64 10.1-25.15 14.39-41 20.3C247 79.52 209.26 191.29 200.65 214.1c-29.75 78.83-89.55 94.68-98.72 98.09-24.86 9.26-54.73 20.38-91.07 50.36C-3 374-3.63 395 9.07 407.61l35.76 35.51C80 410.52 107 400.15 133 390.39c26.27-9.84 51.06-19.12 85.92-54zm348-232l-35.75-35.51c-35.19 32.63-62.18 43-88.25 52.79-26.26 9.85-51.06 19.16-85.95 54s-44.19 59.69-54 86C292.33 290 281.34 319.22 241.55 359s-69 50.73-97.3 61.32c-23.86 9-46.61 17.66-76.72 45.33l37.68 37.43a31 31 0 0 0 40.18 2.82c13.6-10.06 25.09-14.34 40.94-20.24 142.2-53 180-164.1 188.94-187.69C405 219.18 464.8 203.3 474 199.86c24.87-9.27 54.74-20.4 91.11-50.41 13.89-11.4 14.52-32.45 1.82-45.05z\"]\n};\nvar faBalanceScale = {\n prefix: 'fas',\n iconName: 'balance-scale',\n icon: [640, 512, [], \"f24e\", \"M256 336h-.02c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0C-2.06 328.75.02 320.33.02 336H0c0 44.18 57.31 80 128 80s128-35.82 128-80zM128 176l72 144H56l72-144zm511.98 160c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 320l72-144 72 144H440zm88 128H352V153.25c23.51-10.29 41.16-31.48 46.39-57.25H528c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H383.64C369.04 12.68 346.09 0 320 0s-49.04 12.68-63.64 32H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h129.61c5.23 25.76 22.87 46.96 46.39 57.25V448H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faBalanceScaleLeft = {\n prefix: 'fas',\n iconName: 'balance-scale-left',\n icon: [640, 512, [], \"f515\", \"M528 448H352V153.25c20.42-8.94 36.1-26.22 43.38-47.47l132-44.26c8.38-2.81 12.89-11.88 10.08-20.26l-10.17-30.34C524.48 2.54 515.41-1.97 507.03.84L389.11 40.37C375.3 16.36 349.69 0 320 0c-44.18 0-80 35.82-80 80 0 3.43.59 6.71 1.01 10.03l-128.39 43.05c-8.38 2.81-12.89 11.88-10.08 20.26l10.17 30.34c2.81 8.38 11.88 12.89 20.26 10.08l142.05-47.63c4.07 2.77 8.43 5.12 12.99 7.12V496c0 8.84 7.16 16 16 16h224c8.84 0 16-7.16 16-16v-32c-.01-8.84-7.17-16-16.01-16zm111.98-144c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 288l72-144 72 144H440zm-269.07-37.51c-17.65-35.29-68.19-35.36-85.87 0C-2.06 424.75.02 416.33.02 432H0c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02c0-16.18 1.34-8.73-85.05-181.51zM56 416l72-144 72 144H56z\"]\n};\nvar faBalanceScaleRight = {\n prefix: 'fas',\n iconName: 'balance-scale-right',\n icon: [640, 512, [], \"f516\", \"M96 464v32c0 8.84 7.16 16 16 16h224c8.84 0 16-7.16 16-16V153.25c4.56-2 8.92-4.35 12.99-7.12l142.05 47.63c8.38 2.81 17.45-1.71 20.26-10.08l10.17-30.34c2.81-8.38-1.71-17.45-10.08-20.26l-128.4-43.05c.42-3.32 1.01-6.6 1.01-10.03 0-44.18-35.82-80-80-80-29.69 0-55.3 16.36-69.11 40.37L132.96.83c-8.38-2.81-17.45 1.71-20.26 10.08l-10.17 30.34c-2.81 8.38 1.71 17.45 10.08 20.26l132 44.26c7.28 21.25 22.96 38.54 43.38 47.47V448H112c-8.84 0-16 7.16-16 16zM0 304c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02c0-15.67 2.08-7.25-85.05-181.51-17.68-35.36-68.22-35.29-85.87 0C-1.32 295.27.02 287.82.02 304H0zm56-16l72-144 72 144H56zm328.02 144H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02c0-15.67 2.08-7.25-85.05-181.51-17.68-35.36-68.22-35.29-85.87 0-86.38 172.78-85.04 165.33-85.04 181.51zM440 416l72-144 72 144H440z\"]\n};\nvar faBan = {\n prefix: 'fas',\n iconName: 'ban',\n icon: [512, 512, [], \"f05e\", \"M256 8C119.034 8 8 119.033 8 256s111.034 248 248 248 248-111.034 248-248S392.967 8 256 8zm130.108 117.892c65.448 65.448 70 165.481 20.677 235.637L150.47 105.216c70.204-49.356 170.226-44.735 235.638 20.676zM125.892 386.108c-65.448-65.448-70-165.481-20.677-235.637L361.53 406.784c-70.203 49.356-170.226 44.736-235.638-20.676z\"]\n};\nvar faBandAid = {\n prefix: 'fas',\n iconName: 'band-aid',\n icon: [640, 512, [], \"f462\", \"M0 160v192c0 35.3 28.7 64 64 64h96V96H64c-35.3 0-64 28.7-64 64zm576-64h-96v320h96c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64zM192 416h256V96H192v320zm176-232c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm0 96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm-96-96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm0 96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24z\"]\n};\nvar faBarcode = {\n prefix: 'fas',\n iconName: 'barcode',\n icon: [512, 512, [], \"f02a\", \"M0 448V64h18v384H0zm26.857-.273V64H36v383.727h-9.143zm27.143 0V64h8.857v383.727H54zm44.857 0V64h8.857v383.727h-8.857zm36 0V64h17.714v383.727h-17.714zm44.857 0V64h8.857v383.727h-8.857zm18 0V64h8.857v383.727h-8.857zm18 0V64h8.857v383.727h-8.857zm35.715 0V64h18v383.727h-18zm44.857 0V64h18v383.727h-18zm35.999 0V64h18.001v383.727h-18.001zm36.001 0V64h18.001v383.727h-18.001zm26.857 0V64h18v383.727h-18zm45.143 0V64h26.857v383.727h-26.857zm35.714 0V64h9.143v383.727H476zm18 .273V64h18v384h-18z\"]\n};\nvar faBars = {\n prefix: 'fas',\n iconName: 'bars',\n icon: [448, 512, [], \"f0c9\", \"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"]\n};\nvar faBaseballBall = {\n prefix: 'fas',\n iconName: 'baseball-ball',\n icon: [496, 512, [], \"f433\", \"M368.5 363.9l28.8-13.9c11.1 22.9 26 43.2 44.1 60.9 34-42.5 54.5-96.3 54.5-154.9 0-58.5-20.4-112.2-54.2-154.6-17.8 17.3-32.6 37.1-43.6 59.5l-28.7-14.1c12.8-26 30-49 50.8-69C375.6 34.7 315 8 248 8 181.1 8 120.5 34.6 75.9 77.7c20.7 19.9 37.9 42.9 50.7 68.8l-28.7 14.1c-11-22.3-25.7-42.1-43.5-59.4C20.4 143.7 0 197.4 0 256c0 58.6 20.4 112.3 54.4 154.7 18.2-17.7 33.2-38 44.3-61l28.8 13.9c-12.9 26.7-30.3 50.3-51.5 70.7 44.5 43.1 105.1 69.7 172 69.7 66.8 0 127.3-26.5 171.9-69.5-21.1-20.4-38.5-43.9-51.4-70.6zm-228.3-32l-30.5-9.8c14.9-46.4 12.7-93.8-.6-134l30.4-10c15 45.6 18 99.9.7 153.8zm216.3-153.4l30.4 10c-13.2 40.1-15.5 87.5-.6 134l-30.5 9.8c-17.3-54-14.3-108.3.7-153.8z\"]\n};\nvar faBasketballBall = {\n prefix: 'fas',\n iconName: 'basketball-ball',\n icon: [496, 512, [], \"f434\", \"M212.3 10.3c-43.8 6.3-86.2 24.1-122.2 53.8l77.4 77.4c27.8-35.8 43.3-81.2 44.8-131.2zM248 222L405.9 64.1c-42.4-35-93.6-53.5-145.5-56.1-1.2 63.9-21.5 122.3-58.7 167.7L248 222zM56.1 98.1c-29.7 36-47.5 78.4-53.8 122.2 50-1.5 95.5-17 131.2-44.8L56.1 98.1zm272.2 204.2c45.3-37.1 103.7-57.4 167.7-58.7-2.6-51.9-21.1-103.1-56.1-145.5L282 256l46.3 46.3zM248 290L90.1 447.9c42.4 34.9 93.6 53.5 145.5 56.1 1.3-64 21.6-122.4 58.7-167.7L248 290zm191.9 123.9c29.7-36 47.5-78.4 53.8-122.2-50.1 1.6-95.5 17.1-131.2 44.8l77.4 77.4zM167.7 209.7C122.3 246.9 63.9 267.3 0 268.4c2.6 51.9 21.1 103.1 56.1 145.5L214 256l-46.3-46.3zm116 292c43.8-6.3 86.2-24.1 122.2-53.8l-77.4-77.4c-27.7 35.7-43.2 81.2-44.8 131.2z\"]\n};\nvar faBath = {\n prefix: 'fas',\n iconName: 'bath',\n icon: [512, 512, [], \"f2cd\", \"M488 256H80V112c0-17.645 14.355-32 32-32 11.351 0 21.332 5.945 27.015 14.88-16.492 25.207-14.687 59.576 6.838 83.035-4.176 4.713-4.021 11.916.491 16.428l11.314 11.314c4.686 4.686 12.284 4.686 16.971 0l95.03-95.029c4.686-4.686 4.686-12.284 0-16.971l-11.314-11.314c-4.512-4.512-11.715-4.666-16.428-.491-17.949-16.469-42.294-21.429-64.178-15.365C163.281 45.667 139.212 32 112 32c-44.112 0-80 35.888-80 80v144h-8c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h8v32c0 28.43 12.362 53.969 32 71.547V456c0 13.255 10.745 24 24 24h16c13.255 0 24-10.745 24-24v-8h256v8c0 13.255 10.745 24 24 24h16c13.255 0 24-10.745 24-24v-32.453c19.638-17.578 32-43.117 32-71.547v-32h8c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24z\"]\n};\nvar faBatteryEmpty = {\n prefix: 'fas',\n iconName: 'battery-empty',\n icon: [640, 512, [], \"f244\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48z\"]\n};\nvar faBatteryFull = {\n prefix: 'fas',\n iconName: 'battery-full',\n icon: [640, 512, [], \"f240\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-48 96H96v128h416V192z\"]\n};\nvar faBatteryHalf = {\n prefix: 'fas',\n iconName: 'battery-half',\n icon: [640, 512, [], \"f242\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-240 96H96v128h224V192z\"]\n};\nvar faBatteryQuarter = {\n prefix: 'fas',\n iconName: 'battery-quarter',\n icon: [640, 512, [], \"f243\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-336 96H96v128h128V192z\"]\n};\nvar faBatteryThreeQuarters = {\n prefix: 'fas',\n iconName: 'battery-three-quarters',\n icon: [640, 512, [], \"f241\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-144 96H96v128h320V192z\"]\n};\nvar faBed = {\n prefix: 'fas',\n iconName: 'bed',\n icon: [640, 512, [], \"f236\", \"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"]\n};\nvar faBeer = {\n prefix: 'fas',\n iconName: 'beer',\n icon: [448, 512, [], \"f0fc\", \"M368 96h-48V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56v400c0 13.255 10.745 24 24 24h272c13.255 0 24-10.745 24-24v-42.11l80.606-35.977C429.396 365.063 448 336.388 448 304.86V176c0-44.112-35.888-80-80-80zm16 208.86a16.018 16.018 0 0 1-9.479 14.611L320 343.805V160h48c8.822 0 16 7.178 16 16v128.86zM208 384c-8.836 0-16-7.164-16-16V144c0-8.836 7.164-16 16-16s16 7.164 16 16v224c0 8.836-7.164 16-16 16zm-96 0c-8.836 0-16-7.164-16-16V144c0-8.836 7.164-16 16-16s16 7.164 16 16v224c0 8.836-7.164 16-16 16z\"]\n};\nvar faBell = {\n prefix: 'fas',\n iconName: 'bell',\n icon: [448, 512, [], \"f0f3\", \"M224 512c35.32 0 63.97-28.65 63.97-64H160.03c0 35.35 28.65 64 63.97 64zm215.39-149.71c-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84C118.56 68.1 64.08 130.3 64.08 208c0 102.3-36.15 133.53-55.47 154.29-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h383.8c19.12 0 32-15.6 32.1-32 .05-7.55-2.61-15.27-8.61-21.71z\"]\n};\nvar faBellSlash = {\n prefix: 'fas',\n iconName: 'bell-slash',\n icon: [640, 512, [], \"f1f6\", \"M633.82 458.1l-90.62-70.05c.19-1.38.8-2.66.8-4.06.05-7.55-2.61-15.27-8.61-21.71-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84c-40.33 8.38-74.66 31.07-97.59 62.57L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.35 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.42-6.97 4.17-17.02-2.81-22.45zM157.23 251.54c-8.61 67.96-36.41 93.33-52.62 110.75-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h241.92L157.23 251.54zM320 512c35.32 0 63.97-28.65 63.97-64H256.03c0 35.35 28.65 64 63.97 64z\"]\n};\nvar faBezierCurve = {\n prefix: 'fas',\n iconName: 'bezier-curve',\n icon: [640, 512, [], \"f55b\", \"M368 32h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zM208 88h-84.75C113.75 64.56 90.84 48 64 48 28.66 48 0 76.65 0 112s28.66 64 64 64c26.84 0 49.75-16.56 59.25-40h79.73c-55.37 32.52-95.86 87.32-109.54 152h49.4c11.3-41.61 36.77-77.21 71.04-101.56-3.7-8.08-5.88-16.99-5.88-26.44V88zm-48 232H64c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32zM576 48c-26.84 0-49.75 16.56-59.25 40H432v72c0 9.45-2.19 18.36-5.88 26.44 34.27 24.35 59.74 59.95 71.04 101.56h49.4c-13.68-64.68-54.17-119.48-109.54-152h79.73c9.5 23.44 32.41 40 59.25 40 35.34 0 64-28.65 64-64s-28.66-64-64-64zm0 272h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32z\"]\n};\nvar faBible = {\n prefix: 'fas',\n iconName: 'bible',\n icon: [448, 512, [], \"f647\", \"M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM144 144c0-8.84 7.16-16 16-16h48V80c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v48h48c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-48v112c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16V192h-48c-8.84 0-16-7.16-16-16v-32zm236.8 304H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8v64z\"]\n};\nvar faBicycle = {\n prefix: 'fas',\n iconName: 'bicycle',\n icon: [640, 512, [], \"f206\", \"M512.509 192.001c-16.373-.064-32.03 2.955-46.436 8.495l-77.68-125.153A24 24 0 0 0 368.001 64h-64c-8.837 0-16 7.163-16 16v16c0 8.837 7.163 16 16 16h50.649l14.896 24H256.002v-16c0-8.837-7.163-16-16-16h-87.459c-13.441 0-24.777 10.999-24.536 24.437.232 13.044 10.876 23.563 23.995 23.563h48.726l-29.417 47.52c-13.433-4.83-27.904-7.483-42.992-7.52C58.094 191.83.412 249.012.002 319.236-.413 390.279 57.055 448 128.002 448c59.642 0 109.758-40.793 123.967-96h52.033a24 24 0 0 0 20.406-11.367L410.37 201.77l14.938 24.067c-25.455 23.448-41.385 57.081-41.307 94.437.145 68.833 57.899 127.051 126.729 127.719 70.606.685 128.181-55.803 129.255-125.996 1.086-70.941-56.526-129.72-127.476-129.996zM186.75 265.772c9.727 10.529 16.673 23.661 19.642 38.228h-43.306l23.664-38.228zM128.002 400c-44.112 0-80-35.888-80-80s35.888-80 80-80c5.869 0 11.586.653 17.099 1.859l-45.505 73.509C89.715 331.327 101.213 352 120.002 352h81.3c-12.37 28.225-40.562 48-73.3 48zm162.63-96h-35.624c-3.96-31.756-19.556-59.894-42.383-80.026L237.371 184h127.547l-74.286 120zm217.057 95.886c-41.036-2.165-74.049-35.692-75.627-76.755-.812-21.121 6.633-40.518 19.335-55.263l44.433 71.586c4.66 7.508 14.524 9.816 22.032 5.156l13.594-8.437c7.508-4.66 9.817-14.524 5.156-22.032l-44.468-71.643a79.901 79.901 0 0 1 19.858-2.497c44.112 0 80 35.888 80 80-.001 45.54-38.252 82.316-84.313 79.885z\"]\n};\nvar faBiking = {\n prefix: 'fas',\n iconName: 'biking',\n icon: [640, 512, [], \"f84a\", \"M400 96a48 48 0 1 0-48-48 48 48 0 0 0 48 48zm-4 121a31.9 31.9 0 0 0 20 7h64a32 32 0 0 0 0-64h-52.78L356 103a31.94 31.94 0 0 0-40.81.68l-112 96a32 32 0 0 0 3.08 50.92L288 305.12V416a32 32 0 0 0 64 0V288a32 32 0 0 0-14.25-26.62l-41.36-27.57 58.25-49.92zm116 39a128 128 0 1 0 128 128 128 128 0 0 0-128-128zm0 192a64 64 0 1 1 64-64 64 64 0 0 1-64 64zM128 256a128 128 0 1 0 128 128 128 128 0 0 0-128-128zm0 192a64 64 0 1 1 64-64 64 64 0 0 1-64 64z\"]\n};\nvar faBinoculars = {\n prefix: 'fas',\n iconName: 'binoculars',\n icon: [512, 512, [], \"f1e5\", \"M416 48c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v48h96V48zM63.91 159.99C61.4 253.84 3.46 274.22 0 404v44c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32V288h32V128H95.84c-17.63 0-31.45 14.37-31.93 31.99zm384.18 0c-.48-17.62-14.3-31.99-31.93-31.99H320v160h32v160c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-44c-3.46-129.78-61.4-150.16-63.91-244.01zM176 32h-64c-8.84 0-16 7.16-16 16v48h96V48c0-8.84-7.16-16-16-16zm48 256h64V128h-64v160z\"]\n};\nvar faBiohazard = {\n prefix: 'fas',\n iconName: 'biohazard',\n icon: [576, 512, [], \"f780\", \"M287.9 112c18.6 0 36.2 3.8 52.8 9.6 13.3-10.3 23.6-24.3 29.5-40.7-25.2-10.9-53-17-82.2-17-29.1 0-56.9 6-82.1 16.9 5.9 16.4 16.2 30.4 29.5 40.7 16.5-5.7 34-9.5 52.5-9.5zM163.6 438.7c12-11.8 20.4-26.4 24.5-42.4-32.9-26.4-54.8-65.3-58.9-109.6-8.5-2.8-17.2-4.6-26.4-4.6-7.6 0-15.2 1-22.5 3.1 4.1 62.8 35.8 118 83.3 153.5zm224.2-42.6c4.1 16 12.5 30.7 24.5 42.5 47.4-35.5 79.1-90.7 83-153.5-7.2-2-14.7-3-22.2-3-9.2 0-18 1.9-26.6 4.7-4.1 44.2-26 82.9-58.7 109.3zm113.5-205c-17.6-10.4-36.3-16.6-55.3-19.9 6-17.7 10-36.4 10-56.2 0-41-14.5-80.8-41-112.2-2.5-3-6.6-3.7-10-1.8-3.3 1.9-4.8 6-3.6 9.7 4.5 13.8 6.6 26.3 6.6 38.5 0 67.8-53.8 122.9-120 122.9S168 117 168 49.2c0-12.1 2.2-24.7 6.6-38.5 1.2-3.7-.3-7.8-3.6-9.7-3.4-1.9-7.5-1.2-10 1.8C134.6 34.2 120 74 120 115c0 19.8 3.9 38.5 10 56.2-18.9 3.3-37.7 9.5-55.3 19.9-34.6 20.5-61 53.3-74.3 92.4-1.3 3.7.2 7.7 3.5 9.8 3.3 2 7.5 1.3 10-1.6 9.4-10.8 19-19.1 29.2-25.1 57.3-33.9 130.8-13.7 163.9 45 33.1 58.7 13.4 134-43.9 167.9-10.2 6.1-22 10.4-35.8 13.4-3.7.8-6.4 4.2-6.4 8.1.1 4 2.7 7.3 6.5 8 39.7 7.8 80.6.8 115.2-19.7 18-10.6 32.9-24.5 45.3-40.1 12.4 15.6 27.3 29.5 45.3 40.1 34.6 20.5 75.5 27.5 115.2 19.7 3.8-.7 6.4-4 6.5-8 0-3.9-2.6-7.3-6.4-8.1-13.9-2.9-25.6-7.3-35.8-13.4-57.3-33.9-77-109.2-43.9-167.9s106.6-78.9 163.9-45c10.2 6.1 19.8 14.3 29.2 25.1 2.5 2.9 6.7 3.6 10 1.6s4.8-6.1 3.5-9.8c-13.1-39.1-39.5-72-74.1-92.4zm-213.4 129c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z\"]\n};\nvar faBirthdayCake = {\n prefix: 'fas',\n iconName: 'birthday-cake',\n icon: [448, 512, [], \"f1fd\", \"M448 384c-28.02 0-31.26-32-74.5-32-43.43 0-46.825 32-74.75 32-27.695 0-31.454-32-74.75-32-42.842 0-47.218 32-74.5 32-28.148 0-31.202-32-74.75-32-43.547 0-46.653 32-74.75 32v-80c0-26.5 21.5-48 48-48h16V112h64v144h64V112h64v144h64V112h64v144h16c26.5 0 48 21.5 48 48v80zm0 128H0v-96c43.356 0 46.767-32 74.75-32 27.951 0 31.253 32 74.75 32 42.843 0 47.217-32 74.5-32 28.148 0 31.201 32 74.75 32 43.357 0 46.767-32 74.75-32 27.488 0 31.252 32 74.5 32v96zM96 96c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40zm128 0c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40zm128 0c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40z\"]\n};\nvar faBlender = {\n prefix: 'fas',\n iconName: 'blender',\n icon: [512, 512, [], \"f517\", \"M416 384H160c-35.35 0-64 28.65-64 64v32c0 17.67 14.33 32 32 32h320c17.67 0 32-14.33 32-32v-32c0-35.35-28.65-64-64-64zm-128 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm40-416h166.54L512 0H48C21.49 0 0 21.49 0 48v160c0 26.51 21.49 48 48 48h103.27l8.73 96h256l17.46-64H328c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h114.18l17.46-64H328c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h140.36l17.46-64H328c-4.42 0-8-3.58-8-8V72c0-4.42 3.58-8 8-8zM64 192V64h69.82l11.64 128H64z\"]\n};\nvar faBlenderPhone = {\n prefix: 'fas',\n iconName: 'blender-phone',\n icon: [576, 512, [], \"f6b6\", \"M392 64h166.54L576 0H192v352h288l17.46-64H392c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h114.18l17.46-64H392c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h140.36l17.46-64H392c-4.42 0-8-3.58-8-8V72c0-4.42 3.58-8 8-8zM158.8 335.01l-25.78-63.26c-2.78-6.81-9.8-10.99-17.24-10.26l-45.03 4.42c-17.28-46.94-17.65-99.78 0-147.72l45.03 4.42c7.43.73 14.46-3.46 17.24-10.26l25.78-63.26c3.02-7.39.2-15.85-6.68-20.07l-39.28-24.1C98.51-3.87 80.09-.5 68.95 11.97c-92.57 103.6-92 259.55 2.1 362.49 9.87 10.8 29.12 12.48 41.65 4.8l39.41-24.18c6.89-4.22 9.7-12.67 6.69-20.07zM480 384H192c-35.35 0-64 28.65-64 64v32c0 17.67 14.33 32 32 32h352c17.67 0 32-14.33 32-32v-32c0-35.35-28.65-64-64-64zm-144 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faBlind = {\n prefix: 'fas',\n iconName: 'blind',\n icon: [384, 512, [], \"f29d\", \"M380.15 510.837a8 8 0 0 1-10.989-2.687l-125.33-206.427a31.923 31.923 0 0 0 12.958-9.485l126.048 207.608a8 8 0 0 1-2.687 10.991zM142.803 314.338l-32.54 89.485 36.12 88.285c6.693 16.36 25.377 24.192 41.733 17.501 16.357-6.692 24.193-25.376 17.501-41.734l-62.814-153.537zM96 88c24.301 0 44-19.699 44-44S120.301 0 96 0 52 19.699 52 44s19.699 44 44 44zm154.837 169.128l-120-152c-4.733-5.995-11.75-9.108-18.837-9.112V96H80v.026c-7.146.003-14.217 3.161-18.944 9.24L0 183.766v95.694c0 13.455 11.011 24.791 24.464 24.536C37.505 303.748 48 293.1 48 280v-79.766l16-20.571v140.698L9.927 469.055c-6.04 16.609 2.528 34.969 19.138 41.009 16.602 6.039 34.968-2.524 41.009-19.138L136 309.638V202.441l-31.406-39.816a4 4 0 1 1 6.269-4.971l102.3 129.217c9.145 11.584 24.368 11.339 33.708 3.965 10.41-8.216 12.159-23.334 3.966-33.708z\"]\n};\nvar faBlog = {\n prefix: 'fas',\n iconName: 'blog',\n icon: [512, 512, [], \"f781\", \"M172.2 226.8c-14.6-2.9-28.2 8.9-28.2 23.8V301c0 10.2 7.1 18.4 16.7 22 18.2 6.8 31.3 24.4 31.3 45 0 26.5-21.5 48-48 48s-48-21.5-48-48V120c0-13.3-10.7-24-24-24H24c-13.3 0-24 10.7-24 24v248c0 89.5 82.1 160.2 175 140.7 54.4-11.4 98.3-55.4 109.7-109.7 17.4-82.9-37-157.2-112.5-172.2zM209 0c-9.2-.5-17 6.8-17 16v31.6c0 8.5 6.6 15.5 15 15.9 129.4 7 233.4 112 240.9 241.5.5 8.4 7.5 15 15.9 15h32.1c9.2 0 16.5-7.8 16-17C503.4 139.8 372.2 8.6 209 0zm.3 96c-9.3-.7-17.3 6.7-17.3 16.1v32.1c0 8.4 6.5 15.3 14.8 15.9 76.8 6.3 138 68.2 144.9 145.2.8 8.3 7.6 14.7 15.9 14.7h32.2c9.3 0 16.8-8 16.1-17.3-8.4-110.1-96.5-198.2-206.6-206.7z\"]\n};\nvar faBold = {\n prefix: 'fas',\n iconName: 'bold',\n icon: [384, 512, [], \"f032\", \"M333.49 238a122 122 0 0 0 27-65.21C367.87 96.49 308 32 233.42 32H34a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h31.87v288H34a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h209.32c70.8 0 134.14-51.75 141-122.4 4.74-48.45-16.39-92.06-50.83-119.6zM145.66 112h87.76a48 48 0 0 1 0 96h-87.76zm87.76 288h-87.76V288h87.76a56 56 0 0 1 0 112z\"]\n};\nvar faBolt = {\n prefix: 'fas',\n iconName: 'bolt',\n icon: [320, 512, [], \"f0e7\", \"M296 160H180.6l42.6-129.8C227.2 15 215.7 0 200 0H56C44 0 33.8 8.9 32.2 20.8l-32 240C-1.7 275.2 9.5 288 24 288h118.7L96.6 482.5c-3.6 15.2 8 29.5 23.3 29.5 8.4 0 16.4-4.4 20.8-12l176-304c9.3-15.9-2.2-36-20.7-36z\"]\n};\nvar faBomb = {\n prefix: 'fas',\n iconName: 'bomb',\n icon: [512, 512, [], \"f1e2\", \"M440.5 88.5l-52 52L415 167c9.4 9.4 9.4 24.6 0 33.9l-17.4 17.4c11.8 26.1 18.4 55.1 18.4 85.6 0 114.9-93.1 208-208 208S0 418.9 0 304 93.1 96 208 96c30.5 0 59.5 6.6 85.6 18.4L311 97c9.4-9.4 24.6-9.4 33.9 0l26.5 26.5 52-52 17.1 17zM500 60h-24c-6.6 0-12 5.4-12 12s5.4 12 12 12h24c6.6 0 12-5.4 12-12s-5.4-12-12-12zM440 0c-6.6 0-12 5.4-12 12v24c0 6.6 5.4 12 12 12s12-5.4 12-12V12c0-6.6-5.4-12-12-12zm33.9 55l17-17c4.7-4.7 4.7-12.3 0-17-4.7-4.7-12.3-4.7-17 0l-17 17c-4.7 4.7-4.7 12.3 0 17 4.8 4.7 12.4 4.7 17 0zm-67.8 0c4.7 4.7 12.3 4.7 17 0 4.7-4.7 4.7-12.3 0-17l-17-17c-4.7-4.7-12.3-4.7-17 0-4.7 4.7-4.7 12.3 0 17l17 17zm67.8 34c-4.7-4.7-12.3-4.7-17 0-4.7 4.7-4.7 12.3 0 17l17 17c4.7 4.7 12.3 4.7 17 0 4.7-4.7 4.7-12.3 0-17l-17-17zM112 272c0-35.3 28.7-64 64-64 8.8 0 16-7.2 16-16s-7.2-16-16-16c-52.9 0-96 43.1-96 96 0 8.8 7.2 16 16 16s16-7.2 16-16z\"]\n};\nvar faBone = {\n prefix: 'fas',\n iconName: 'bone',\n icon: [640, 512, [], \"f5d7\", \"M598.88 244.56c25.2-12.6 41.12-38.36 41.12-66.53v-7.64C640 129.3 606.7 96 565.61 96c-32.02 0-60.44 20.49-70.57 50.86-7.68 23.03-11.6 45.14-38.11 45.14H183.06c-27.38 0-31.58-25.54-38.11-45.14C134.83 116.49 106.4 96 74.39 96 33.3 96 0 129.3 0 170.39v7.64c0 28.17 15.92 53.93 41.12 66.53 9.43 4.71 9.43 18.17 0 22.88C15.92 280.04 0 305.8 0 333.97v7.64C0 382.7 33.3 416 74.38 416c32.02 0 60.44-20.49 70.57-50.86 7.68-23.03 11.6-45.14 38.11-45.14h273.87c27.38 0 31.58 25.54 38.11 45.14C505.17 395.51 533.6 416 565.61 416c41.08 0 74.38-33.3 74.38-74.39v-7.64c0-28.18-15.92-53.93-41.12-66.53-9.42-4.71-9.42-18.17.01-22.88z\"]\n};\nvar faBong = {\n prefix: 'fas',\n iconName: 'bong',\n icon: [448, 512, [], \"f55c\", \"M302.5 512c23.18 0 44.43-12.58 56-32.66C374.69 451.26 384 418.75 384 384c0-36.12-10.08-69.81-27.44-98.62L400 241.94l9.38 9.38c6.25 6.25 16.38 6.25 22.63 0l11.3-11.32c6.25-6.25 6.25-16.38 0-22.63l-52.69-52.69c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l9.38 9.38-39.41 39.41c-11.56-11.37-24.53-21.33-38.65-29.51V63.74l15.97-.02c8.82-.01 15.97-7.16 15.98-15.98l.04-31.72C320 7.17 312.82-.01 303.97 0L80.03.26c-8.82.01-15.97 7.16-15.98 15.98l-.04 31.73c-.01 8.85 7.17 16.02 16.02 16.01L96 63.96v153.93C38.67 251.1 0 312.97 0 384c0 34.75 9.31 67.27 25.5 95.34C37.08 499.42 58.33 512 81.5 512h221zM120.06 259.43L144 245.56V63.91l96-.11v181.76l23.94 13.87c24.81 14.37 44.12 35.73 56.56 60.57h-257c12.45-24.84 31.75-46.2 56.56-60.57z\"]\n};\nvar faBook = {\n prefix: 'fas',\n iconName: 'book',\n icon: [448, 512, [], \"f02d\", \"M448 360V24c0-13.3-10.7-24-24-24H96C43 0 0 43 0 96v320c0 53 43 96 96 96h328c13.3 0 24-10.7 24-24v-16c0-7.5-3.5-14.3-8.9-18.7-4.2-15.4-4.2-59.3 0-74.7 5.4-4.3 8.9-11.1 8.9-18.6zM128 134c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm0 64c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm253.4 250H96c-17.7 0-32-14.3-32-32 0-17.6 14.4-32 32-32h285.4c-1.9 17.1-1.9 46.9 0 64z\"]\n};\nvar faBookDead = {\n prefix: 'fas',\n iconName: 'book-dead',\n icon: [448, 512, [], \"f6b7\", \"M272 136c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zm176 222.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM240 56c44.2 0 80 28.7 80 64 0 20.9-12.7 39.2-32 50.9V184c0 8.8-7.2 16-16 16h-64c-8.8 0-16-7.2-16-16v-13.1c-19.3-11.7-32-30-32-50.9 0-35.3 35.8-64 80-64zM124.8 223.3l6.3-14.7c1.7-4.1 6.4-5.9 10.5-4.2l98.3 42.1 98.4-42.1c4.1-1.7 8.8.1 10.5 4.2l6.3 14.7c1.7 4.1-.1 8.8-4.2 10.5L280.6 264l70.3 30.1c4.1 1.7 5.9 6.4 4.2 10.5l-6.3 14.7c-1.7 4.1-6.4 5.9-10.5 4.2L240 281.4l-98.3 42.2c-4.1 1.7-8.8-.1-10.5-4.2l-6.3-14.7c-1.7-4.1.1-8.8 4.2-10.5l70.4-30.1-70.5-30.3c-4.1-1.7-5.9-6.4-4.2-10.5zm256 224.7H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8zM208 136c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16z\"]\n};\nvar faBookMedical = {\n prefix: 'fas',\n iconName: 'book-medical',\n icon: [448, 512, [], \"f7e6\", \"M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16q0-9.6-9.6-19.2c-3.2-16-3.2-60.8 0-73.6q9.6-4.8 9.6-19.2zM144 168a8 8 0 0 1 8-8h56v-56a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v56h56a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8h-56v56a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-56h-56a8 8 0 0 1-8-8zm236.8 280H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8z\"]\n};\nvar faBookOpen = {\n prefix: 'fas',\n iconName: 'book-open',\n icon: [576, 512, [], \"f518\", \"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"]\n};\nvar faBookReader = {\n prefix: 'fas',\n iconName: 'book-reader',\n icon: [512, 512, [], \"f5da\", \"M352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.98 96-96zM233.59 241.1c-59.33-36.32-155.43-46.3-203.79-49.05C13.55 191.13 0 203.51 0 219.14v222.8c0 14.33 11.59 26.28 26.49 27.05 43.66 2.29 131.99 10.68 193.04 41.43 9.37 4.72 20.48-1.71 20.48-11.87V252.56c-.01-4.67-2.32-8.95-6.42-11.46zm248.61-49.05c-48.35 2.74-144.46 12.73-203.78 49.05-4.1 2.51-6.41 6.96-6.41 11.63v245.79c0 10.19 11.14 16.63 20.54 11.9 61.04-30.72 149.32-39.11 192.97-41.4 14.9-.78 26.49-12.73 26.49-27.06V219.14c-.01-15.63-13.56-28.01-29.81-27.09z\"]\n};\nvar faBookmark = {\n prefix: 'fas',\n iconName: 'bookmark',\n icon: [384, 512, [], \"f02e\", \"M0 512V48C0 21.49 21.49 0 48 0h288c26.51 0 48 21.49 48 48v464L192 400 0 512z\"]\n};\nvar faBorderAll = {\n prefix: 'fas',\n iconName: 'border-all',\n icon: [448, 512, [], \"f84c\", \"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"]\n};\nvar faBorderNone = {\n prefix: 'fas',\n iconName: 'border-none',\n icon: [448, 512, [], \"f850\", \"M240 224h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-288 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM240 320h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-96 288h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96-384h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM48 224H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 192H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-192H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faBorderStyle = {\n prefix: 'fas',\n iconName: 'border-style',\n icon: [448, 512, [], \"f853\", \"M240 416h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm192 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96-192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 96h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 96h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-288h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96H32A32 32 0 0 0 0 64v400a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V96h368a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faBowlingBall = {\n prefix: 'fas',\n iconName: 'bowling-ball',\n icon: [496, 512, [], \"f436\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM120 192c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm64-96c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm48 144c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faBox = {\n prefix: 'fas',\n iconName: 'box',\n icon: [512, 512, [], \"f466\", \"M509.5 184.6L458.9 32.8C452.4 13.2 434.1 0 413.4 0H272v192h238.7c-.4-2.5-.4-5-1.2-7.4zM240 0H98.6c-20.7 0-39 13.2-45.5 32.8L2.5 184.6c-.8 2.4-.8 4.9-1.2 7.4H240V0zM0 224v240c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V224H0z\"]\n};\nvar faBoxOpen = {\n prefix: 'fas',\n iconName: 'box-open',\n icon: [640, 512, [], \"f49e\", \"M425.7 256c-16.9 0-32.8-9-41.4-23.4L320 126l-64.2 106.6c-8.7 14.5-24.6 23.5-41.5 23.5-4.5 0-9-.6-13.3-1.9L64 215v178c0 14.7 10 27.5 24.2 31l216.2 54.1c10.2 2.5 20.9 2.5 31 0L551.8 424c14.2-3.6 24.2-16.4 24.2-31V215l-137 39.1c-4.3 1.3-8.8 1.9-13.3 1.9zm212.6-112.2L586.8 41c-3.1-6.2-9.8-9.8-16.7-8.9L320 64l91.7 152.1c3.8 6.3 11.4 9.3 18.5 7.3l197.9-56.5c9.9-2.9 14.7-13.9 10.2-23.1zM53.2 41L1.7 143.8c-4.6 9.2.3 20.2 10.1 23l197.9 56.5c7.1 2 14.7-1 18.5-7.3L320 64 69.8 32.1c-6.9-.8-13.5 2.7-16.6 8.9z\"]\n};\nvar faBoxes = {\n prefix: 'fas',\n iconName: 'boxes',\n icon: [576, 512, [], \"f468\", \"M560 288h-80v96l-32-21.3-32 21.3v-96h-80c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16zm-384-64h224c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16h-80v96l-32-21.3L256 96V0h-80c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16zm64 64h-80v96l-32-21.3L96 384v-96H16c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16z\"]\n};\nvar faBraille = {\n prefix: 'fas',\n iconName: 'braille',\n icon: [640, 512, [], \"f2a1\", \"M128 256c0 35.346-28.654 64-64 64S0 291.346 0 256s28.654-64 64-64 64 28.654 64 64zM64 384c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352C28.654 32 0 60.654 0 96s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm160 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm224 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm160 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-320c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z\"]\n};\nvar faBrain = {\n prefix: 'fas',\n iconName: 'brain',\n icon: [576, 512, [], \"f5dc\", \"M208 0c-29.9 0-54.7 20.5-61.8 48.2-.8 0-1.4-.2-2.2-.2-35.3 0-64 28.7-64 64 0 4.8.6 9.5 1.7 14C52.5 138 32 166.6 32 200c0 12.6 3.2 24.3 8.3 34.9C16.3 248.7 0 274.3 0 304c0 33.3 20.4 61.9 49.4 73.9-.9 4.6-1.4 9.3-1.4 14.1 0 39.8 32.2 72 72 72 4.1 0 8.1-.5 12-1.2 9.6 28.5 36.2 49.2 68 49.2 39.8 0 72-32.2 72-72V64c0-35.3-28.7-64-64-64zm368 304c0-29.7-16.3-55.3-40.3-69.1 5.2-10.6 8.3-22.3 8.3-34.9 0-33.4-20.5-62-49.7-74 1-4.5 1.7-9.2 1.7-14 0-35.3-28.7-64-64-64-.8 0-1.5.2-2.2.2C422.7 20.5 397.9 0 368 0c-35.3 0-64 28.6-64 64v376c0 39.8 32.2 72 72 72 31.8 0 58.4-20.7 68-49.2 3.9.7 7.9 1.2 12 1.2 39.8 0 72-32.2 72-72 0-4.8-.5-9.5-1.4-14.1 29-12 49.4-40.6 49.4-73.9z\"]\n};\nvar faBreadSlice = {\n prefix: 'fas',\n iconName: 'bread-slice',\n icon: [576, 512, [], \"f7ec\", \"M288 0C108 0 0 93.4 0 169.14 0 199.44 24.24 224 64 224v256c0 17.67 16.12 32 36 32h376c19.88 0 36-14.33 36-32V224c39.76 0 64-24.56 64-54.86C576 93.4 468 0 288 0z\"]\n};\nvar faBriefcase = {\n prefix: 'fas',\n iconName: 'briefcase',\n icon: [512, 512, [], \"f0b1\", \"M320 336c0 8.84-7.16 16-16 16h-96c-8.84 0-16-7.16-16-16v-48H0v144c0 25.6 22.4 48 48 48h416c25.6 0 48-22.4 48-48V288H320v48zm144-208h-80V80c0-25.6-22.4-48-48-48H176c-25.6 0-48 22.4-48 48v48H48c-25.6 0-48 22.4-48 48v80h512v-80c0-25.6-22.4-48-48-48zm-144 0H192V96h128v32z\"]\n};\nvar faBriefcaseMedical = {\n prefix: 'fas',\n iconName: 'briefcase-medical',\n icon: [512, 512, [], \"f469\", \"M464 128h-80V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v48H48c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48zM192 96h128v32H192V96zm160 248c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48z\"]\n};\nvar faBroadcastTower = {\n prefix: 'fas',\n iconName: 'broadcast-tower',\n icon: [640, 512, [], \"f519\", \"M150.94 192h33.73c11.01 0 18.61-10.83 14.86-21.18-4.93-13.58-7.55-27.98-7.55-42.82s2.62-29.24 7.55-42.82C203.29 74.83 195.68 64 184.67 64h-33.73c-7.01 0-13.46 4.49-15.41 11.23C130.64 92.21 128 109.88 128 128c0 18.12 2.64 35.79 7.54 52.76 1.94 6.74 8.39 11.24 15.4 11.24zM89.92 23.34C95.56 12.72 87.97 0 75.96 0H40.63c-6.27 0-12.14 3.59-14.74 9.31C9.4 45.54 0 85.65 0 128c0 24.75 3.12 68.33 26.69 118.86 2.62 5.63 8.42 9.14 14.61 9.14h34.84c12.02 0 19.61-12.74 13.95-23.37-49.78-93.32-16.71-178.15-.17-209.29zM614.06 9.29C611.46 3.58 605.6 0 599.33 0h-35.42c-11.98 0-19.66 12.66-14.02 23.25 18.27 34.29 48.42 119.42.28 209.23-5.72 10.68 1.8 23.52 13.91 23.52h35.23c6.27 0 12.13-3.58 14.73-9.29C630.57 210.48 640 170.36 640 128s-9.42-82.48-25.94-118.71zM489.06 64h-33.73c-11.01 0-18.61 10.83-14.86 21.18 4.93 13.58 7.55 27.98 7.55 42.82s-2.62 29.24-7.55 42.82c-3.76 10.35 3.85 21.18 14.86 21.18h33.73c7.02 0 13.46-4.49 15.41-11.24 4.9-16.97 7.53-34.64 7.53-52.76 0-18.12-2.64-35.79-7.54-52.76-1.94-6.75-8.39-11.24-15.4-11.24zm-116.3 100.12c7.05-10.29 11.2-22.71 11.2-36.12 0-35.35-28.63-64-63.96-64-35.32 0-63.96 28.65-63.96 64 0 13.41 4.15 25.83 11.2 36.12l-130.5 313.41c-3.4 8.15.46 17.52 8.61 20.92l29.51 12.31c8.15 3.4 17.52-.46 20.91-8.61L244.96 384h150.07l49.2 118.15c3.4 8.16 12.76 12.01 20.91 8.61l29.51-12.31c8.15-3.4 12-12.77 8.61-20.92l-130.5-313.41zM271.62 320L320 203.81 368.38 320h-96.76z\"]\n};\nvar faBroom = {\n prefix: 'fas',\n iconName: 'broom',\n icon: [640, 512, [], \"f51a\", \"M256.47 216.77l86.73 109.18s-16.6 102.36-76.57 150.12C206.66 523.85 0 510.19 0 510.19s3.8-23.14 11-55.43l94.62-112.17c3.97-4.7-.87-11.62-6.65-9.5l-60.4 22.09c14.44-41.66 32.72-80.04 54.6-97.47 59.97-47.76 163.3-40.94 163.3-40.94zM636.53 31.03l-19.86-25c-5.49-6.9-15.52-8.05-22.41-2.56l-232.48 177.8-34.14-42.97c-5.09-6.41-15.14-5.21-18.59 2.21l-25.33 54.55 86.73 109.18 58.8-12.45c8-1.69 11.42-11.2 6.34-17.6l-34.09-42.92 232.48-177.8c6.89-5.48 8.04-15.53 2.55-22.44z\"]\n};\nvar faBrush = {\n prefix: 'fas',\n iconName: 'brush',\n icon: [384, 512, [], \"f55d\", \"M352 0H32C14.33 0 0 14.33 0 32v224h384V32c0-17.67-14.33-32-32-32zM0 320c0 35.35 28.66 64 64 64h64v64c0 35.35 28.66 64 64 64s64-28.65 64-64v-64h64c35.34 0 64-28.65 64-64v-32H0v32zm192 104c13.25 0 24 10.74 24 24 0 13.25-10.75 24-24 24s-24-10.75-24-24c0-13.26 10.75-24 24-24z\"]\n};\nvar faBug = {\n prefix: 'fas',\n iconName: 'bug',\n icon: [512, 512, [], \"f188\", \"M511.988 288.9c-.478 17.43-15.217 31.1-32.653 31.1H424v16c0 21.864-4.882 42.584-13.6 61.145l60.228 60.228c12.496 12.497 12.496 32.758 0 45.255-12.498 12.497-32.759 12.496-45.256 0l-54.736-54.736C345.886 467.965 314.351 480 280 480V236c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v244c-34.351 0-65.886-12.035-90.636-32.108l-54.736 54.736c-12.498 12.497-32.759 12.496-45.256 0-12.496-12.497-12.496-32.758 0-45.255l60.228-60.228C92.882 378.584 88 357.864 88 336v-16H32.666C15.23 320 .491 306.33.013 288.9-.484 270.816 14.028 256 32 256h56v-58.745l-46.628-46.628c-12.496-12.497-12.496-32.758 0-45.255 12.498-12.497 32.758-12.497 45.256 0L141.255 160h229.489l54.627-54.627c12.498-12.497 32.758-12.497 45.256 0 12.496 12.497 12.496 32.758 0 45.255L424 197.255V256h56c17.972 0 32.484 14.816 31.988 32.9zM257 0c-61.856 0-112 50.144-112 112h224C369 50.144 318.856 0 257 0z\"]\n};\nvar faBuilding = {\n prefix: 'fas',\n iconName: 'building',\n icon: [448, 512, [], \"f1ad\", \"M436 480h-20V24c0-13.255-10.745-24-24-24H56C42.745 0 32 10.745 32 24v456H12c-6.627 0-12 5.373-12 12v20h448v-20c0-6.627-5.373-12-12-12zM128 76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76zm0 96c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40zm52 148h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12zm76 160h-64v-84c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v84zm64-172c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40z\"]\n};\nvar faBullhorn = {\n prefix: 'fas',\n iconName: 'bullhorn',\n icon: [576, 512, [], \"f0a1\", \"M576 240c0-23.63-12.95-44.04-32-55.12V32.01C544 23.26 537.02 0 512 0c-7.12 0-14.19 2.38-19.98 7.02l-85.03 68.03C364.28 109.19 310.66 128 256 128H64c-35.35 0-64 28.65-64 64v96c0 35.35 28.65 64 64 64h33.7c-1.39 10.48-2.18 21.14-2.18 32 0 39.77 9.26 77.35 25.56 110.94 5.19 10.69 16.52 17.06 28.4 17.06h74.28c26.05 0 41.69-29.84 25.9-50.56-16.4-21.52-26.15-48.36-26.15-77.44 0-11.11 1.62-21.79 4.41-32H256c54.66 0 108.28 18.81 150.98 52.95l85.03 68.03a32.023 32.023 0 0 0 19.98 7.02c24.92 0 32-22.78 32-32V295.13C563.05 284.04 576 263.63 576 240zm-96 141.42l-33.05-26.44C392.95 311.78 325.12 288 256 288v-96c69.12 0 136.95-23.78 190.95-66.98L480 98.58v282.84z\"]\n};\nvar faBullseye = {\n prefix: 'fas',\n iconName: 'bullseye',\n icon: [496, 512, [], \"f140\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z\"]\n};\nvar faBurn = {\n prefix: 'fas',\n iconName: 'burn',\n icon: [384, 512, [], \"f46a\", \"M192 0C79.7 101.3 0 220.9 0 300.5 0 425 79 512 192 512s192-87 192-211.5c0-79.9-80.2-199.6-192-300.5zm0 448c-56.5 0-96-39-96-94.8 0-13.5 4.6-61.5 96-161.2 91.4 99.7 96 147.7 96 161.2 0 55.8-39.5 94.8-96 94.8z\"]\n};\nvar faBus = {\n prefix: 'fas',\n iconName: 'bus',\n icon: [512, 512, [], \"f207\", \"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faBusAlt = {\n prefix: 'fas',\n iconName: 'bus-alt',\n icon: [512, 512, [], \"f55e\", \"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM160 72c0-4.42 3.58-8 8-8h176c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H168c-4.42 0-8-3.58-8-8V72zm-48 328c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm128-112H128c-17.67 0-32-14.33-32-32v-96c0-17.67 14.33-32 32-32h112v160zm32 0V128h112c17.67 0 32 14.33 32 32v96c0 17.67-14.33 32-32 32H272zm128 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faBusinessTime = {\n prefix: 'fas',\n iconName: 'business-time',\n icon: [640, 512, [], \"f64a\", \"M496 224c-79.59 0-144 64.41-144 144s64.41 144 144 144 144-64.41 144-144-64.41-144-144-144zm64 150.29c0 5.34-4.37 9.71-9.71 9.71h-60.57c-5.34 0-9.71-4.37-9.71-9.71v-76.57c0-5.34 4.37-9.71 9.71-9.71h12.57c5.34 0 9.71 4.37 9.71 9.71V352h38.29c5.34 0 9.71 4.37 9.71 9.71v12.58zM496 192c5.4 0 10.72.33 16 .81V144c0-25.6-22.4-48-48-48h-80V48c0-25.6-22.4-48-48-48H176c-25.6 0-48 22.4-48 48v48H48c-25.6 0-48 22.4-48 48v80h395.12c28.6-20.09 63.35-32 100.88-32zM320 96H192V64h128v32zm6.82 224H208c-8.84 0-16-7.16-16-16v-48H0v144c0 25.6 22.4 48 48 48h291.43C327.1 423.96 320 396.82 320 368c0-16.66 2.48-32.72 6.82-48z\"]\n};\nvar faCalculator = {\n prefix: 'fas',\n iconName: 'calculator',\n icon: [448, 512, [], \"f1ec\", \"M400 0H48C22.4 0 0 22.4 0 48v416c0 25.6 22.4 48 48 48h352c25.6 0 48-22.4 48-48V48c0-25.6-22.4-48-48-48zM128 435.2c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8V268.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v166.4zm0-256c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8V76.8C64 70.4 70.4 64 76.8 64h294.4c6.4 0 12.8 6.4 12.8 12.8v102.4z\"]\n};\nvar faCalendar = {\n prefix: 'fas',\n iconName: 'calendar',\n icon: [448, 512, [], \"f133\", \"M12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm436-44v-36c0-26.5-21.5-48-48-48h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v36c0 6.6 5.4 12 12 12h424c6.6 0 12-5.4 12-12z\"]\n};\nvar faCalendarAlt = {\n prefix: 'fas',\n iconName: 'calendar-alt',\n icon: [448, 512, [], \"f073\", \"M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm320-196c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM192 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM64 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z\"]\n};\nvar faCalendarCheck = {\n prefix: 'fas',\n iconName: 'calendar-check',\n icon: [448, 512, [], \"f274\", \"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"]\n};\nvar faCalendarDay = {\n prefix: 'fas',\n iconName: 'calendar-day',\n icon: [448, 512, [], \"f783\", \"M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm64-192c0-8.8 7.2-16 16-16h96c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-96zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z\"]\n};\nvar faCalendarMinus = {\n prefix: 'fas',\n iconName: 'calendar-minus',\n icon: [448, 512, [], \"f272\", \"M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm304 192c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12H132c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h184z\"]\n};\nvar faCalendarPlus = {\n prefix: 'fas',\n iconName: 'calendar-plus',\n icon: [448, 512, [], \"f271\", \"M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm316 140c0-6.6-5.4-12-12-12h-60v-60c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v60h-60c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h60v60c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-60h60c6.6 0 12-5.4 12-12v-40z\"]\n};\nvar faCalendarTimes = {\n prefix: 'fas',\n iconName: 'calendar-times',\n icon: [448, 512, [], \"f273\", \"M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm257.3 160l48.1-48.1c4.7-4.7 4.7-12.3 0-17l-28.3-28.3c-4.7-4.7-12.3-4.7-17 0L224 306.7l-48.1-48.1c-4.7-4.7-12.3-4.7-17 0l-28.3 28.3c-4.7 4.7-4.7 12.3 0 17l48.1 48.1-48.1 48.1c-4.7 4.7-4.7 12.3 0 17l28.3 28.3c4.7 4.7 12.3 4.7 17 0l48.1-48.1 48.1 48.1c4.7 4.7 12.3 4.7 17 0l28.3-28.3c4.7-4.7 4.7-12.3 0-17L269.3 352z\"]\n};\nvar faCalendarWeek = {\n prefix: 'fas',\n iconName: 'calendar-week',\n icon: [448, 512, [], \"f784\", \"M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm64-192c0-8.8 7.2-16 16-16h288c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-64zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z\"]\n};\nvar faCamera = {\n prefix: 'fas',\n iconName: 'camera',\n icon: [512, 512, [], \"f030\", \"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"]\n};\nvar faCameraRetro = {\n prefix: 'fas',\n iconName: 'camera-retro',\n icon: [512, 512, [], \"f083\", \"M48 32C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48H48zm0 32h106c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H38c-3.3 0-6-2.7-6-6V80c0-8.8 7.2-16 16-16zm426 96H38c-3.3 0-6-2.7-6-6v-36c0-3.3 2.7-6 6-6h138l30.2-45.3c1.1-1.7 3-2.7 5-2.7H464c8.8 0 16 7.2 16 16v74c0 3.3-2.7 6-6 6zM256 424c-66.2 0-120-53.8-120-120s53.8-120 120-120 120 53.8 120 120-53.8 120-120 120zm0-208c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88zm-48 104c-8.8 0-16-7.2-16-16 0-35.3 28.7-64 64-64 8.8 0 16 7.2 16 16s-7.2 16-16 16c-17.6 0-32 14.4-32 32 0 8.8-7.2 16-16 16z\"]\n};\nvar faCampground = {\n prefix: 'fas',\n iconName: 'campground',\n icon: [640, 512, [], \"f6bb\", \"M624 448h-24.68L359.54 117.75l53.41-73.55c5.19-7.15 3.61-17.16-3.54-22.35l-25.9-18.79c-7.15-5.19-17.15-3.61-22.35 3.55L320 63.3 278.83 6.6c-5.19-7.15-15.2-8.74-22.35-3.55l-25.88 18.8c-7.15 5.19-8.74 15.2-3.54 22.35l53.41 73.55L40.68 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM320 288l116.36 160H203.64L320 288z\"]\n};\nvar faCandyCane = {\n prefix: 'fas',\n iconName: 'candy-cane',\n icon: [512, 512, [], \"f786\", \"M497.5 92C469.6 33.1 411.8 0 352.4 0c-27.9 0-56.2 7.3-81.8 22.6L243.1 39c-15.2 9.1-20.1 28.7-11 43.9l32.8 54.9c6 10 16.6 15.6 27.5 15.6 5.6 0 11.2-1.5 16.4-4.5l27.5-16.4c5.1-3.1 10.8-4.5 16.4-4.5 10.9 0 21.5 5.6 27.5 15.6 9.1 15.1 4.1 34.8-11 43.9L15.6 397.6c-15.2 9.1-20.1 28.7-11 43.9l32.8 54.9c6 10 16.6 15.6 27.5 15.6 5.6 0 11.2-1.5 16.4-4.5L428.6 301c71.7-42.9 104.6-133.5 68.9-209zm-177.7 13l-2.5 1.5L296.8 45c9.7-4.7 19.8-8.1 30.3-10.2l20.6 61.8c-9.8.8-19.4 3.3-27.9 8.4zM145.9 431.8l-60.5-38.5 30.8-18.3 60.5 38.5-30.8 18.3zm107.5-63.9l-60.5-38.5 30.8-18.3 60.5 38.5-30.8 18.3zM364.3 302l-60.5-38.5 30.8-18.3 60.5 38.5-30.8 18.3zm20.4-197.3l46-46c8.4 6.5 16 14.1 22.6 22.6L407.6 127c-5.7-9.3-13.7-16.9-22.9-22.3zm82.1 107.8l-59.5-19.8c3.2-5.3 5.8-10.9 7.4-17.1 1.1-4.5 1.7-9.1 1.8-13.6l60.4 20.1c-2.1 10.4-5.5 20.6-10.1 30.4z\"]\n};\nvar faCannabis = {\n prefix: 'fas',\n iconName: 'cannabis',\n icon: [512, 512, [], \"f55f\", \"M503.47 360.25c-1.56-.82-32.39-16.89-76.78-25.81 64.25-75.12 84.05-161.67 84.93-165.64 1.18-5.33-.44-10.9-4.3-14.77-3.03-3.04-7.12-4.7-11.32-4.7-1.14 0-2.29.12-3.44.38-3.88.85-86.54 19.59-160.58 79.76.01-1.46.01-2.93.01-4.4 0-118.79-59.98-213.72-62.53-217.7A15.973 15.973 0 0 0 256 0c-5.45 0-10.53 2.78-13.47 7.37-2.55 3.98-62.53 98.91-62.53 217.7 0 1.47.01 2.94.01 4.4-74.03-60.16-156.69-78.9-160.58-79.76-1.14-.25-2.29-.38-3.44-.38-4.2 0-8.29 1.66-11.32 4.7A15.986 15.986 0 0 0 .38 168.8c.88 3.97 20.68 90.52 84.93 165.64-44.39 8.92-75.21 24.99-76.78 25.81a16.003 16.003 0 0 0-.02 28.29c2.45 1.29 60.76 31.72 133.49 31.72 6.14 0 11.96-.1 17.5-.31-11.37 22.23-16.52 38.31-16.81 39.22-1.8 5.68-.29 11.89 3.91 16.11a16.019 16.019 0 0 0 16.1 3.99c1.83-.57 37.72-11.99 77.3-39.29V504c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8v-64.01c39.58 27.3 75.47 38.71 77.3 39.29a16.019 16.019 0 0 0 16.1-3.99c4.2-4.22 5.71-10.43 3.91-16.11-.29-.91-5.45-16.99-16.81-39.22 5.54.21 11.37.31 17.5.31 72.72 0 131.04-30.43 133.49-31.72 5.24-2.78 8.52-8.22 8.51-14.15-.01-5.94-3.29-11.39-8.53-14.15z\"]\n};\nvar faCapsules = {\n prefix: 'fas',\n iconName: 'capsules',\n icon: [576, 512, [], \"f46b\", \"M555.3 300.1L424.2 112.8C401.9 81 366.4 64 330.4 64c-22.6 0-45.5 6.7-65.5 20.7-19.7 13.8-33.7 32.8-41.5 53.8C220.5 79.2 172 32 112 32 50.1 32 0 82.1 0 144v224c0 61.9 50.1 112 112 112s112-50.1 112-112V218.9c3.3 8.6 7.3 17.1 12.8 25L368 431.2c22.2 31.8 57.7 48.8 93.8 48.8 22.7 0 45.5-6.7 65.5-20.7 51.7-36.2 64.2-107.5 28-159.2zM160 256H64V144c0-26.5 21.5-48 48-48s48 21.5 48 48v112zm194.8 44.9l-65.6-93.7c-7.7-11-10.7-24.4-8.3-37.6 2.3-13.2 9.7-24.8 20.7-32.5 8.5-6 18.5-9.1 28.8-9.1 16.5 0 31.9 8 41.3 21.5l65.6 93.7-82.5 57.7z\"]\n};\nvar faCar = {\n prefix: 'fas',\n iconName: 'car',\n icon: [512, 512, [], \"f1b9\", \"M499.99 176h-59.87l-16.64-41.6C406.38 91.63 365.57 64 319.5 64h-127c-46.06 0-86.88 27.63-103.99 70.4L71.87 176H12.01C4.2 176-1.53 183.34.37 190.91l6 24C7.7 220.25 12.5 224 18.01 224h20.07C24.65 235.73 16 252.78 16 272v48c0 16.12 6.16 30.67 16 41.93V416c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-54.07c9.84-11.25 16-25.8 16-41.93v-48c0-19.22-8.65-36.27-22.07-48H494c5.51 0 10.31-3.75 11.64-9.09l6-24c1.89-7.57-3.84-14.91-11.65-14.91zm-352.06-17.83c7.29-18.22 24.94-30.17 44.57-30.17h127c19.63 0 37.28 11.95 44.57 30.17L384 208H128l19.93-49.83zM96 319.8c-19.2 0-32-12.76-32-31.9S76.8 256 96 256s48 28.71 48 47.85-28.8 15.95-48 15.95zm320 0c-19.2 0-48 3.19-48-15.95S396.8 256 416 256s32 12.76 32 31.9-12.8 31.9-32 31.9z\"]\n};\nvar faCarAlt = {\n prefix: 'fas',\n iconName: 'car-alt',\n icon: [480, 512, [], \"f5de\", \"M438.66 212.33l-11.24-28.1-19.93-49.83C390.38 91.63 349.57 64 303.5 64h-127c-46.06 0-86.88 27.63-103.99 70.4l-19.93 49.83-11.24 28.1C17.22 221.5 0 244.66 0 272v48c0 16.12 6.16 30.67 16 41.93V416c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-54.07c9.84-11.25 16-25.8 16-41.93v-48c0-27.34-17.22-50.5-41.34-59.67zm-306.73-54.16c7.29-18.22 24.94-30.17 44.57-30.17h127c19.63 0 37.28 11.95 44.57 30.17L368 208H112l19.93-49.83zM80 319.8c-19.2 0-32-12.76-32-31.9S60.8 256 80 256s48 28.71 48 47.85-28.8 15.95-48 15.95zm320 0c-19.2 0-48 3.19-48-15.95S380.8 256 400 256s32 12.76 32 31.9-12.8 31.9-32 31.9z\"]\n};\nvar faCarBattery = {\n prefix: 'fas',\n iconName: 'car-battery',\n icon: [512, 512, [], \"f5df\", \"M480 128h-32V80c0-8.84-7.16-16-16-16h-96c-8.84 0-16 7.16-16 16v48H192V80c0-8.84-7.16-16-16-16H80c-8.84 0-16 7.16-16 16v48H32c-17.67 0-32 14.33-32 32v256c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32V160c0-17.67-14.33-32-32-32zM192 264c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16zm256 0c0 4.42-3.58 8-8 8h-40v40c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-40h-40c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h40v-40c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v40h40c4.42 0 8 3.58 8 8v16z\"]\n};\nvar faCarCrash = {\n prefix: 'fas',\n iconName: 'car-crash',\n icon: [640, 512, [], \"f5e1\", \"M143.25 220.81l-12.42 46.37c-3.01 11.25-3.63 22.89-2.41 34.39l-35.2 28.98c-6.57 5.41-16.31-.43-14.62-8.77l15.44-76.68c1.06-5.26-2.66-10.28-8-10.79l-77.86-7.55c-8.47-.82-11.23-11.83-4.14-16.54l65.15-43.3c4.46-2.97 5.38-9.15 1.98-13.29L21.46 93.22c-5.41-6.57.43-16.3 8.78-14.62l76.68 15.44c5.26 1.06 10.28-2.66 10.8-8l7.55-77.86c.82-8.48 11.83-11.23 16.55-4.14l43.3 65.14c2.97 4.46 9.15 5.38 13.29 1.98l60.4-49.71c6.57-5.41 16.3.43 14.62 8.77L262.1 86.38c-2.71 3.05-5.43 6.09-7.91 9.4l-32.15 42.97-10.71 14.32c-32.73 8.76-59.18 34.53-68.08 67.74zm494.57 132.51l-12.42 46.36c-3.13 11.68-9.38 21.61-17.55 29.36a66.876 66.876 0 0 1-8.76 7l-13.99 52.23c-1.14 4.27-3.1 8.1-5.65 11.38-7.67 9.84-20.74 14.68-33.54 11.25L515 502.62c-17.07-4.57-27.2-22.12-22.63-39.19l8.28-30.91-247.28-66.26-8.28 30.91c-4.57 17.07-22.12 27.2-39.19 22.63l-30.91-8.28c-12.8-3.43-21.7-14.16-23.42-26.51-.57-4.12-.35-8.42.79-12.68l13.99-52.23a66.62 66.62 0 0 1-4.09-10.45c-3.2-10.79-3.65-22.52-.52-34.2l12.42-46.37c5.31-19.8 19.36-34.83 36.89-42.21a64.336 64.336 0 0 1 18.49-4.72l18.13-24.23 32.15-42.97c3.45-4.61 7.19-8.9 11.2-12.84 8-7.89 17.03-14.44 26.74-19.51 4.86-2.54 9.89-4.71 15.05-6.49 10.33-3.58 21.19-5.63 32.24-6.04 11.05-.41 22.31.82 33.43 3.8l122.68 32.87c11.12 2.98 21.48 7.54 30.85 13.43a111.11 111.11 0 0 1 34.69 34.5c8.82 13.88 14.64 29.84 16.68 46.99l6.36 53.29 3.59 30.05a64.49 64.49 0 0 1 22.74 29.93c4.39 11.88 5.29 25.19 1.75 38.39zM255.58 234.34c-18.55-4.97-34.21 4.04-39.17 22.53-4.96 18.49 4.11 34.12 22.65 39.09 18.55 4.97 45.54 15.51 50.49-2.98 4.96-18.49-15.43-53.67-33.97-58.64zm290.61 28.17l-6.36-53.29c-.58-4.87-1.89-9.53-3.82-13.86-5.8-12.99-17.2-23.01-31.42-26.82l-122.68-32.87a48.008 48.008 0 0 0-50.86 17.61l-32.15 42.97 172 46.08 75.29 20.18zm18.49 54.65c-18.55-4.97-53.8 15.31-58.75 33.79-4.95 18.49 23.69 22.86 42.24 27.83 18.55 4.97 34.21-4.04 39.17-22.53 4.95-18.48-4.11-34.12-22.66-39.09z\"]\n};\nvar faCarSide = {\n prefix: 'fas',\n iconName: 'car-side',\n icon: [640, 512, [], \"f5e4\", \"M544 192h-16L419.22 56.02A64.025 64.025 0 0 0 369.24 32H155.33c-26.17 0-49.7 15.93-59.42 40.23L48 194.26C20.44 201.4 0 226.21 0 256v112c0 8.84 7.16 16 16 16h48c0 53.02 42.98 96 96 96s96-42.98 96-96h128c0 53.02 42.98 96 96 96s96-42.98 96-96h48c8.84 0 16-7.16 16-16v-80c0-53.02-42.98-96-96-96zM160 432c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48zm72-240H116.93l38.4-96H232v96zm48 0V96h89.24l76.8 96H280zm200 240c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48z\"]\n};\nvar faCaretDown = {\n prefix: 'fas',\n iconName: 'caret-down',\n icon: [320, 512, [], \"f0d7\", \"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"]\n};\nvar faCaretLeft = {\n prefix: 'fas',\n iconName: 'caret-left',\n icon: [192, 512, [], \"f0d9\", \"M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z\"]\n};\nvar faCaretRight = {\n prefix: 'fas',\n iconName: 'caret-right',\n icon: [192, 512, [], \"f0da\", \"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z\"]\n};\nvar faCaretSquareDown = {\n prefix: 'fas',\n iconName: 'caret-square-down',\n icon: [448, 512, [], \"f150\", \"M448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM92.5 220.5l123 123c4.7 4.7 12.3 4.7 17 0l123-123c7.6-7.6 2.2-20.5-8.5-20.5H101c-10.7 0-16.1 12.9-8.5 20.5z\"]\n};\nvar faCaretSquareLeft = {\n prefix: 'fas',\n iconName: 'caret-square-left',\n icon: [448, 512, [], \"f191\", \"M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zM259.515 124.485l-123.03 123.03c-4.686 4.686-4.686 12.284 0 16.971l123.029 123.029c7.56 7.56 20.485 2.206 20.485-8.485V132.971c.001-10.691-12.925-16.045-20.484-8.486z\"]\n};\nvar faCaretSquareRight = {\n prefix: 'fas',\n iconName: 'caret-square-right',\n icon: [448, 512, [], \"f152\", \"M48 32h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48zm140.485 355.515l123.029-123.029c4.686-4.686 4.686-12.284 0-16.971l-123.029-123.03c-7.56-7.56-20.485-2.206-20.485 8.485v246.059c0 10.691 12.926 16.045 20.485 8.486z\"]\n};\nvar faCaretSquareUp = {\n prefix: 'fas',\n iconName: 'caret-square-up',\n icon: [448, 512, [], \"f151\", \"M0 432V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48zm355.515-140.485l-123.03-123.03c-4.686-4.686-12.284-4.686-16.971 0L92.485 291.515c-7.56 7.56-2.206 20.485 8.485 20.485h246.059c10.691 0 16.045-12.926 8.486-20.485z\"]\n};\nvar faCaretUp = {\n prefix: 'fas',\n iconName: 'caret-up',\n icon: [320, 512, [], \"f0d8\", \"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"]\n};\nvar faCarrot = {\n prefix: 'fas',\n iconName: 'carrot',\n icon: [512, 512, [], \"f787\", \"M298.2 156.6c-52.7-25.7-114.5-10.5-150.2 32.8l55.2 55.2c6.3 6.3 6.3 16.4 0 22.6-3.1 3.1-7.2 4.7-11.3 4.7s-8.2-1.6-11.3-4.7L130.4 217 2.3 479.7c-2.9 6-3.1 13.3 0 19.7 5.4 11.1 18.9 15.7 30 10.3l133.6-65.2-49.2-49.2c-6.3-6.2-6.3-16.4 0-22.6 6.3-6.2 16.4-6.2 22.6 0l57 57 102-49.8c24-11.7 44.5-31.3 57.1-57.1 30.1-61.7 4.5-136.1-57.2-166.2zm92.1-34.9C409.8 81 399.7 32.9 360 0c-50.3 41.7-52.5 107.5-7.9 151.9l8 8c44.4 44.6 110.3 42.4 151.9-7.9-32.9-39.7-81-49.8-121.7-30.3z\"]\n};\nvar faCartArrowDown = {\n prefix: 'fas',\n iconName: 'cart-arrow-down',\n icon: [576, 512, [], \"f218\", \"M504.717 320H211.572l6.545 32h268.418c15.401 0 26.816 14.301 23.403 29.319l-5.517 24.276C523.112 414.668 536 433.828 536 456c0 31.202-25.519 56.444-56.824 55.994-29.823-.429-54.35-24.631-55.155-54.447-.44-16.287 6.085-31.049 16.803-41.548H231.176C241.553 426.165 248 440.326 248 456c0 31.813-26.528 57.431-58.67 55.938-28.54-1.325-51.751-24.385-53.251-52.917-1.158-22.034 10.436-41.455 28.051-51.586L93.883 64H24C10.745 64 0 53.255 0 40V24C0 10.745 10.745 0 24 0h102.529c11.401 0 21.228 8.021 23.513 19.19L159.208 64H551.99c15.401 0 26.816 14.301 23.403 29.319l-47.273 208C525.637 312.246 515.923 320 504.717 320zM403.029 192H360v-60c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v60h-43.029c-10.691 0-16.045 12.926-8.485 20.485l67.029 67.029c4.686 4.686 12.284 4.686 16.971 0l67.029-67.029c7.559-7.559 2.205-20.485-8.486-20.485z\"]\n};\nvar faCartPlus = {\n prefix: 'fas',\n iconName: 'cart-plus',\n icon: [576, 512, [], \"f217\", \"M504.717 320H211.572l6.545 32h268.418c15.401 0 26.816 14.301 23.403 29.319l-5.517 24.276C523.112 414.668 536 433.828 536 456c0 31.202-25.519 56.444-56.824 55.994-29.823-.429-54.35-24.631-55.155-54.447-.44-16.287 6.085-31.049 16.803-41.548H231.176C241.553 426.165 248 440.326 248 456c0 31.813-26.528 57.431-58.67 55.938-28.54-1.325-51.751-24.385-53.251-52.917-1.158-22.034 10.436-41.455 28.051-51.586L93.883 64H24C10.745 64 0 53.255 0 40V24C0 10.745 10.745 0 24 0h102.529c11.401 0 21.228 8.021 23.513 19.19L159.208 64H551.99c15.401 0 26.816 14.301 23.403 29.319l-47.273 208C525.637 312.246 515.923 320 504.717 320zM408 168h-48v-40c0-8.837-7.163-16-16-16h-16c-8.837 0-16 7.163-16 16v40h-48c-8.837 0-16 7.163-16 16v16c0 8.837 7.163 16 16 16h48v40c0 8.837 7.163 16 16 16h16c8.837 0 16-7.163 16-16v-40h48c8.837 0 16-7.163 16-16v-16c0-8.837-7.163-16-16-16z\"]\n};\nvar faCashRegister = {\n prefix: 'fas',\n iconName: 'cash-register',\n icon: [512, 512, [], \"f788\", \"M511.1 378.8l-26.7-160c-2.6-15.4-15.9-26.7-31.6-26.7H208v-64h96c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h96v64H59.1c-15.6 0-29 11.3-31.6 26.7L.8 378.7c-.6 3.5-.9 7-.9 10.5V480c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32v-90.7c.1-3.5-.2-7-.8-10.5zM280 248c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16zm-32 64h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16zm-32-80c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16zM80 80V48h192v32H80zm40 200h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16zm16 64v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16zm216 112c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h176c4.4 0 8 3.6 8 8v16zm24-112c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16zm48-80c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16z\"]\n};\nvar faCat = {\n prefix: 'fas',\n iconName: 'cat',\n icon: [512, 512, [], \"f6be\", \"M290.59 192c-20.18 0-106.82 1.98-162.59 85.95V192c0-52.94-43.06-96-96-96-17.67 0-32 14.33-32 32s14.33 32 32 32c17.64 0 32 14.36 32 32v256c0 35.3 28.7 64 64 64h176c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-32l128-96v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V289.86c-10.29 2.67-20.89 4.54-32 4.54-61.81 0-113.52-44.05-125.41-102.4zM448 96h-64l-64-64v134.4c0 53.02 42.98 96 96 96s96-42.98 96-96V32l-64 64zm-72 80c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm80 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z\"]\n};\nvar faCertificate = {\n prefix: 'fas',\n iconName: 'certificate',\n icon: [512, 512, [], \"f0a3\", \"M458.622 255.92l45.985-45.005c13.708-12.977 7.316-36.039-10.664-40.339l-62.65-15.99 17.661-62.015c4.991-17.838-11.829-34.663-29.661-29.671l-61.994 17.667-15.984-62.671C337.085.197 313.765-6.276 300.99 7.228L256 53.57 211.011 7.229c-12.63-13.351-36.047-7.234-40.325 10.668l-15.984 62.671-61.995-17.667C74.87 57.907 58.056 74.738 63.046 92.572l17.661 62.015-62.65 15.99C.069 174.878-6.31 197.944 7.392 210.915l45.985 45.005-45.985 45.004c-13.708 12.977-7.316 36.039 10.664 40.339l62.65 15.99-17.661 62.015c-4.991 17.838 11.829 34.663 29.661 29.671l61.994-17.667 15.984 62.671c4.439 18.575 27.696 24.018 40.325 10.668L256 458.61l44.989 46.001c12.5 13.488 35.987 7.486 40.325-10.668l15.984-62.671 61.994 17.667c17.836 4.994 34.651-11.837 29.661-29.671l-17.661-62.015 62.65-15.99c17.987-4.302 24.366-27.367 10.664-40.339l-45.984-45.004z\"]\n};\nvar faChair = {\n prefix: 'fas',\n iconName: 'chair',\n icon: [448, 512, [], \"f6c0\", \"M112 128c0-29.5 16.2-55 40-68.9V256h48V48h48v208h48V59.1c23.8 13.9 40 39.4 40 68.9v128h48V128C384 57.3 326.7 0 256 0h-64C121.3 0 64 57.3 64 128v128h48zm334.3 213.9l-10.7-32c-4.4-13.1-16.6-21.9-30.4-21.9H42.7c-13.8 0-26 8.8-30.4 21.9l-10.7 32C-5.2 362.6 10.2 384 32 384v112c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V384h256v112c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V384c21.8 0 37.2-21.4 30.3-42.1z\"]\n};\nvar faChalkboard = {\n prefix: 'fas',\n iconName: 'chalkboard',\n icon: [640, 512, [], \"f51b\", \"M96 64h448v352h64V40c0-22.06-17.94-40-40-40H72C49.94 0 32 17.94 32 40v376h64V64zm528 384H480v-64H288v64H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faChalkboardTeacher = {\n prefix: 'fas',\n iconName: 'chalkboard-teacher',\n icon: [640, 512, [], \"f51c\", \"M208 352c-2.39 0-4.78.35-7.06 1.09C187.98 357.3 174.35 360 160 360c-14.35 0-27.98-2.7-40.95-6.91-2.28-.74-4.66-1.09-7.05-1.09C49.94 352-.33 402.48 0 464.62.14 490.88 21.73 512 48 512h224c26.27 0 47.86-21.12 48-47.38.33-62.14-49.94-112.62-112-112.62zm-48-32c53.02 0 96-42.98 96-96s-42.98-96-96-96-96 42.98-96 96 42.98 96 96 96zM592 0H208c-26.47 0-48 22.25-48 49.59V96c23.42 0 45.1 6.78 64 17.8V64h352v288h-64v-64H384v64h-76.24c19.1 16.69 33.12 38.73 39.69 64H592c26.47 0 48-22.25 48-49.59V49.59C640 22.25 618.47 0 592 0z\"]\n};\nvar faChargingStation = {\n prefix: 'fas',\n iconName: 'charging-station',\n icon: [576, 512, [], \"f5e7\", \"M336 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h320c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm208-320V80c0-8.84-7.16-16-16-16s-16 7.16-16 16v48h-32V80c0-8.84-7.16-16-16-16s-16 7.16-16 16v48h-16c-8.84 0-16 7.16-16 16v32c0 35.76 23.62 65.69 56 75.93v118.49c0 13.95-9.5 26.92-23.26 29.19C431.22 402.5 416 388.99 416 372v-28c0-48.6-39.4-88-88-88h-8V64c0-35.35-28.65-64-64-64H96C60.65 0 32 28.65 32 64v352h288V304h8c22.09 0 40 17.91 40 40v24.61c0 39.67 28.92 75.16 68.41 79.01C481.71 452.05 520 416.41 520 372V251.93c32.38-10.24 56-40.17 56-75.93v-32c0-8.84-7.16-16-16-16h-16zm-283.91 47.76l-93.7 139c-2.2 3.33-6.21 5.24-10.39 5.24-7.67 0-13.47-6.28-11.67-12.92L167.35 224H108c-7.25 0-12.85-5.59-11.89-11.89l16-107C112.9 99.9 117.98 96 124 96h68c7.88 0 13.62 6.54 11.6 13.21L192 160h57.7c9.24 0 15.01 8.78 10.39 15.76z\"]\n};\nvar faChartArea = {\n prefix: 'fas',\n iconName: 'chart-area',\n icon: [512, 512, [], \"f1fe\", \"M500 384c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v308h436zM372.7 159.5L288 216l-85.3-113.7c-5.1-6.8-15.5-6.3-19.9 1L96 248v104h384l-89.9-187.8c-3.2-6.5-11.4-8.7-17.4-4.7z\"]\n};\nvar faChartBar = {\n prefix: 'fas',\n iconName: 'chart-bar',\n icon: [512, 512, [], \"f080\", \"M332.8 320h38.4c6.4 0 12.8-6.4 12.8-12.8V172.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h38.4c6.4 0 12.8-6.4 12.8-12.8V76.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-288 0h38.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h38.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zM496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faChartLine = {\n prefix: 'fas',\n iconName: 'chart-line',\n icon: [512, 512, [], \"f201\", \"M496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM464 96H345.94c-21.38 0-32.09 25.85-16.97 40.97l32.4 32.4L288 242.75l-73.37-73.37c-12.5-12.5-32.76-12.5-45.25 0l-68.69 68.69c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L192 237.25l73.37 73.37c12.5 12.5 32.76 12.5 45.25 0l96-96 32.4 32.4c15.12 15.12 40.97 4.41 40.97-16.97V112c.01-8.84-7.15-16-15.99-16z\"]\n};\nvar faChartPie = {\n prefix: 'fas',\n iconName: 'chart-pie',\n icon: [544, 512, [], \"f200\", \"M527.79 288H290.5l158.03 158.03c6.04 6.04 15.98 6.53 22.19.68 38.7-36.46 65.32-85.61 73.13-140.86 1.34-9.46-6.51-17.85-16.06-17.85zm-15.83-64.8C503.72 103.74 408.26 8.28 288.8.04 279.68-.59 272 7.1 272 16.24V240h223.77c9.14 0 16.82-7.68 16.19-16.8zM224 288V50.71c0-9.55-8.39-17.4-17.84-16.06C86.99 51.49-4.1 155.6.14 280.37 4.5 408.51 114.83 513.59 243.03 511.98c50.4-.63 96.97-16.87 135.26-44.03 7.9-5.6 8.42-17.23 1.57-24.08L224 288z\"]\n};\nvar faCheck = {\n prefix: 'fas',\n iconName: 'check',\n icon: [512, 512, [], \"f00c\", \"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"]\n};\nvar faCheckCircle = {\n prefix: 'fas',\n iconName: 'check-circle',\n icon: [512, 512, [], \"f058\", \"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"]\n};\nvar faCheckDouble = {\n prefix: 'fas',\n iconName: 'check-double',\n icon: [512, 512, [], \"f560\", \"M505 174.8l-39.6-39.6c-9.4-9.4-24.6-9.4-33.9 0L192 374.7 80.6 263.2c-9.4-9.4-24.6-9.4-33.9 0L7 302.9c-9.4 9.4-9.4 24.6 0 34L175 505c9.4 9.4 24.6 9.4 33.9 0l296-296.2c9.4-9.5 9.4-24.7.1-34zm-324.3 106c6.2 6.3 16.4 6.3 22.6 0l208-208.2c6.2-6.3 6.2-16.4 0-22.6L366.1 4.7c-6.2-6.3-16.4-6.3-22.6 0L192 156.2l-55.4-55.5c-6.2-6.3-16.4-6.3-22.6 0L68.7 146c-6.2 6.3-6.2 16.4 0 22.6l112 112.2z\"]\n};\nvar faCheckSquare = {\n prefix: 'fas',\n iconName: 'check-square',\n icon: [448, 512, [], \"f14a\", \"M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zm-204.686-98.059l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L184 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.379 6.25 22.628.001z\"]\n};\nvar faCheese = {\n prefix: 'fas',\n iconName: 'cheese',\n icon: [512, 512, [], \"f7ef\", \"M0 288v160a32 32 0 0 0 32 32h448a32 32 0 0 0 32-32V288zM299.83 32a32 32 0 0 0-21.13 7L0 256h512c0-119.89-94-217.8-212.17-224z\"]\n};\nvar faChess = {\n prefix: 'fas',\n iconName: 'chess',\n icon: [512, 512, [], \"f439\", \"M74 208H64a16 16 0 0 0-16 16v16a16 16 0 0 0 16 16h15.94A535.78 535.78 0 0 1 64 384h128a535.78 535.78 0 0 1-15.94-128H192a16 16 0 0 0 16-16v-16a16 16 0 0 0-16-16h-10l33.89-90.38a16 16 0 0 0-15-21.62H144V64h24a8 8 0 0 0 8-8V40a8 8 0 0 0-8-8h-24V8a8 8 0 0 0-8-8h-16a8 8 0 0 0-8 8v24H88a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h24v32H55.09a16 16 0 0 0-15 21.62zm173.16 251.58L224 448v-16a16 16 0 0 0-16-16H48a16 16 0 0 0-16 16v16L8.85 459.58A16 16 0 0 0 0 473.89V496a16 16 0 0 0 16 16h224a16 16 0 0 0 16-16v-22.11a16 16 0 0 0-8.84-14.31zm92.77-157.78l-3.29 82.2h126.72l-3.29-82.21 24.6-20.79A32 32 0 0 0 496 256.54V198a6 6 0 0 0-6-6h-26.38a6 6 0 0 0-6 6v26h-24.71v-26a6 6 0 0 0-6-6H373.1a6 6 0 0 0-6 6v26h-24.71v-26a6 6 0 0 0-6-6H310a6 6 0 0 0-6 6v58.6a32 32 0 0 0 11.36 24.4zM384 304a16 16 0 0 1 32 0v32h-32zm119.16 155.58L480 448v-16a16 16 0 0 0-16-16H336a16 16 0 0 0-16 16v16l-23.15 11.58a16 16 0 0 0-8.85 14.31V496a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-22.11a16 16 0 0 0-8.84-14.31z\"]\n};\nvar faChessBishop = {\n prefix: 'fas',\n iconName: 'chess-bishop',\n icon: [320, 512, [], \"f43a\", \"M8 287.88c0 51.64 22.14 73.83 56 84.6V416h192v-43.52c33.86-10.77 56-33 56-84.6 0-30.61-10.73-67.1-26.69-102.56L185 285.65a8 8 0 0 1-11.31 0l-11.31-11.31a8 8 0 0 1 0-11.31L270.27 155.1c-20.8-37.91-46.47-72.1-70.87-92.59C213.4 59.09 224 47.05 224 32a32 32 0 0 0-32-32h-64a32 32 0 0 0-32 32c0 15 10.6 27.09 24.6 30.51C67.81 106.8 8 214.5 8 287.88zM304 448H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faChessBoard = {\n prefix: 'fas',\n iconName: 'chess-board',\n icon: [512, 512, [], \"f43c\", \"M255.9.2h-64v64h64zM0 64.17v64h64v-64zM128 .2H64v64h64zm64 255.9v64h64v-64zM0 192.12v64h64v-64zM383.85.2h-64v64h64zm128 0h-64v64h64zM128 256.1H64v64h64zM511.8 448v-64h-64v64zm0-128v-64h-64v64zM383.85 512h64v-64h-64zm128-319.88v-64h-64v64zM128 512h64v-64h-64zM0 512h64v-64H0zm255.9 0h64v-64h-64zM0 320.07v64h64v-64zm319.88-191.92v-64h-64v64zm-64 128h64v-64h-64zm-64 128v64h64v-64zm128-64h64v-64h-64zm0-127.95h64v-64h-64zm0 191.93v64h64v-64zM64 384.05v64h64v-64zm128-255.9v-64h-64v64zm191.92 255.9h64v-64h-64zm-128-191.93v-64h-64v64zm128-127.95v64h64v-64zm-128 255.9v64h64v-64zm-64-127.95H128v64h64zm191.92 64h64v-64h-64zM128 128.15H64v64h64zm0 191.92v64h64v-64z\"]\n};\nvar faChessKing = {\n prefix: 'fas',\n iconName: 'chess-king',\n icon: [448, 512, [], \"f43f\", \"M400 448H48a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm16-288H256v-48h40a8 8 0 0 0 8-8V56a8 8 0 0 0-8-8h-40V8a8 8 0 0 0-8-8h-48a8 8 0 0 0-8 8v40h-40a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8h40v48H32a32 32 0 0 0-30.52 41.54L74.56 416h298.88l73.08-214.46A32 32 0 0 0 416 160z\"]\n};\nvar faChessKnight = {\n prefix: 'fas',\n iconName: 'chess-knight',\n icon: [384, 512, [], \"f441\", \"M19 272.47l40.63 18.06a32 32 0 0 0 24.88.47l12.78-5.12a32 32 0 0 0 18.76-20.5l9.22-30.65a24 24 0 0 1 12.55-15.65L159.94 208v50.33a48 48 0 0 1-26.53 42.94l-57.22 28.65A80 80 0 0 0 32 401.48V416h319.86V224c0-106-85.92-192-191.92-192H12A12 12 0 0 0 0 44a16.9 16.9 0 0 0 1.79 7.58L16 80l-9 9a24 24 0 0 0-7 17v137.21a32 32 0 0 0 19 29.26zM52 128a20 20 0 1 1-20 20 20 20 0 0 1 20-20zm316 320H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faChessPawn = {\n prefix: 'fas',\n iconName: 'chess-pawn',\n icon: [320, 512, [], \"f443\", \"M105.1 224H80a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h16v5.49c0 44-4.14 86.6-24 122.51h176c-19.89-35.91-24-78.51-24-122.51V288h16a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-25.1c29.39-18.38 49.1-50.78 49.1-88a104 104 0 0 0-208 0c0 37.22 19.71 69.62 49.1 88zM304 448H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faChessQueen = {\n prefix: 'fas',\n iconName: 'chess-queen',\n icon: [512, 512, [], \"f445\", \"M256 112a56 56 0 1 0-56-56 56 56 0 0 0 56 56zm176 336H80a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm72.87-263.84l-28.51-15.92c-7.44-5-16.91-2.46-22.29 4.68a47.59 47.59 0 0 1-47.23 18.23C383.7 186.86 368 164.93 368 141.4a13.4 13.4 0 0 0-13.4-13.4h-38.77c-6 0-11.61 4-12.86 9.91a48 48 0 0 1-93.94 0c-1.25-5.92-6.82-9.91-12.86-9.91H157.4a13.4 13.4 0 0 0-13.4 13.4c0 25.69-19 48.75-44.67 50.49a47.5 47.5 0 0 1-41.54-19.15c-5.28-7.09-14.73-9.45-22.09-4.54l-28.57 16a16 16 0 0 0-5.44 20.47L104.24 416h303.52l102.55-211.37a16 16 0 0 0-5.44-20.47z\"]\n};\nvar faChessRook = {\n prefix: 'fas',\n iconName: 'chess-rook',\n icon: [384, 512, [], \"f447\", \"M368 32h-56a16 16 0 0 0-16 16v48h-48V48a16 16 0 0 0-16-16h-80a16 16 0 0 0-16 16v48H88.1V48a16 16 0 0 0-16-16H16A16 16 0 0 0 0 48v176l64 32c0 48.33-1.54 95-13.21 160h282.42C321.54 351 320 303.72 320 256l64-32V48a16 16 0 0 0-16-16zM224 320h-64v-64a32 32 0 0 1 64 0zm144 128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faChevronCircleDown = {\n prefix: 'fas',\n iconName: 'chevron-circle-down',\n icon: [512, 512, [], \"f13a\", \"M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zM273 369.9l135.5-135.5c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L256 285.1 154.4 183.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L239 369.9c9.4 9.4 24.6 9.4 34 0z\"]\n};\nvar faChevronCircleLeft = {\n prefix: 'fas',\n iconName: 'chevron-circle-left',\n icon: [512, 512, [], \"f137\", \"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zM142.1 273l135.5 135.5c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L226.9 256l101.6-101.6c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L142.1 239c-9.4 9.4-9.4 24.6 0 34z\"]\n};\nvar faChevronCircleRight = {\n prefix: 'fas',\n iconName: 'chevron-circle-right',\n icon: [512, 512, [], \"f138\", \"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z\"]\n};\nvar faChevronCircleUp = {\n prefix: 'fas',\n iconName: 'chevron-circle-up',\n icon: [512, 512, [], \"f139\", \"M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm231-113.9L103.5 277.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L256 226.9l101.6 101.6c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L273 142.1c-9.4-9.4-24.6-9.4-34 0z\"]\n};\nvar faChevronDown = {\n prefix: 'fas',\n iconName: 'chevron-down',\n icon: [448, 512, [], \"f078\", \"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"]\n};\nvar faChevronLeft = {\n prefix: 'fas',\n iconName: 'chevron-left',\n icon: [320, 512, [], \"f053\", \"M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z\"]\n};\nvar faChevronRight = {\n prefix: 'fas',\n iconName: 'chevron-right',\n icon: [320, 512, [], \"f054\", \"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"]\n};\nvar faChevronUp = {\n prefix: 'fas',\n iconName: 'chevron-up',\n icon: [448, 512, [], \"f077\", \"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"]\n};\nvar faChild = {\n prefix: 'fas',\n iconName: 'child',\n icon: [384, 512, [], \"f1ae\", \"M120 72c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.764-32.235 72-72 72s-72-32.236-72-72zm254.627 1.373c-12.496-12.497-32.758-12.497-45.254 0L242.745 160H141.254L54.627 73.373c-12.496-12.497-32.758-12.497-45.254 0-12.497 12.497-12.497 32.758 0 45.255L104 213.254V480c0 17.673 14.327 32 32 32h16c17.673 0 32-14.327 32-32V368h16v112c0 17.673 14.327 32 32 32h16c17.673 0 32-14.327 32-32V213.254l94.627-94.627c12.497-12.497 12.497-32.757 0-45.254z\"]\n};\nvar faChurch = {\n prefix: 'fas',\n iconName: 'church',\n icon: [640, 512, [], \"f51d\", \"M464.46 246.68L352 179.2V128h48c8.84 0 16-7.16 16-16V80c0-8.84-7.16-16-16-16h-48V16c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v48h-48c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h48v51.2l-112.46 67.48A31.997 31.997 0 0 0 160 274.12V512h96v-96c0-35.35 28.65-64 64-64s64 28.65 64 64v96h96V274.12c0-11.24-5.9-21.66-15.54-27.44zM0 395.96V496c0 8.84 7.16 16 16 16h112V320L19.39 366.54A32.024 32.024 0 0 0 0 395.96zm620.61-29.42L512 320v192h112c8.84 0 16-7.16 16-16V395.96c0-12.8-7.63-24.37-19.39-29.42z\"]\n};\nvar faCircle = {\n prefix: 'fas',\n iconName: 'circle',\n icon: [512, 512, [], \"f111\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"]\n};\nvar faCircleNotch = {\n prefix: 'fas',\n iconName: 'circle-notch',\n icon: [512, 512, [], \"f1ce\", \"M288 39.056v16.659c0 10.804 7.281 20.159 17.686 23.066C383.204 100.434 440 171.518 440 256c0 101.689-82.295 184-184 184-101.689 0-184-82.295-184-184 0-84.47 56.786-155.564 134.312-177.219C216.719 75.874 224 66.517 224 55.712V39.064c0-15.709-14.834-27.153-30.046-23.234C86.603 43.482 7.394 141.206 8.003 257.332c.72 137.052 111.477 246.956 248.531 246.667C393.255 503.711 504 392.788 504 256c0-115.633-79.14-212.779-186.211-240.236C302.678 11.889 288 23.456 288 39.056z\"]\n};\nvar faCity = {\n prefix: 'fas',\n iconName: 'city',\n icon: [640, 512, [], \"f64f\", \"M616 192H480V24c0-13.26-10.74-24-24-24H312c-13.26 0-24 10.74-24 24v72h-64V16c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v80h-64V16c0-8.84-7.16-16-16-16H80c-8.84 0-16 7.16-16 16v80H24c-13.26 0-24 10.74-24 24v360c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V216c0-13.26-10.75-24-24-24zM128 404c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm128 192c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm160 96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12V76c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm160 288c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40z\"]\n};\nvar faClinicMedical = {\n prefix: 'fas',\n iconName: 'clinic-medical',\n icon: [576, 512, [], \"f7f2\", \"M288 115L69.47 307.71c-1.62 1.46-3.69 2.14-5.47 3.35V496a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V311.1c-1.7-1.16-3.72-1.82-5.26-3.2zm96 261a8 8 0 0 1-8 8h-56v56a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-56h-56a8 8 0 0 1-8-8v-48a8 8 0 0 1 8-8h56v-56a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v56h56a8 8 0 0 1 8 8zm186.69-139.72l-255.94-226a39.85 39.85 0 0 0-53.45 0l-256 226a16 16 0 0 0-1.21 22.6L25.5 282.7a16 16 0 0 0 22.6 1.21L277.42 81.63a16 16 0 0 1 21.17 0L527.91 283.9a16 16 0 0 0 22.6-1.21l21.4-23.82a16 16 0 0 0-1.22-22.59z\"]\n};\nvar faClipboard = {\n prefix: 'fas',\n iconName: 'clipboard',\n icon: [384, 512, [], \"f328\", \"M384 112v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h80c0-35.29 28.71-64 64-64s64 28.71 64 64h80c26.51 0 48 21.49 48 48zM192 40c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24m96 114v-20a6 6 0 0 0-6-6H102a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h180a6 6 0 0 0 6-6z\"]\n};\nvar faClipboardCheck = {\n prefix: 'fas',\n iconName: 'clipboard-check',\n icon: [384, 512, [], \"f46c\", \"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm121.2 231.8l-143 141.8c-4.7 4.7-12.3 4.6-17-.1l-82.6-83.3c-4.7-4.7-4.6-12.3.1-17L99.1 285c4.7-4.7 12.3-4.6 17 .1l46 46.4 106-105.2c4.7-4.7 12.3-4.6 17 .1l28.2 28.4c4.7 4.8 4.6 12.3-.1 17z\"]\n};\nvar faClipboardList = {\n prefix: 'fas',\n iconName: 'clipboard-list',\n icon: [384, 512, [], \"f46d\", \"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM96 424c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0-96c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0-96c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm96-192c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm128 368c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faClock = {\n prefix: 'fas',\n iconName: 'clock',\n icon: [512, 512, [], \"f017\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm57.1 350.1L224.9 294c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h48c6.6 0 12 5.4 12 12v137.7l63.5 46.2c5.4 3.9 6.5 11.4 2.6 16.8l-28.2 38.8c-3.9 5.3-11.4 6.5-16.8 2.6z\"]\n};\nvar faClone = {\n prefix: 'fas',\n iconName: 'clone',\n icon: [512, 512, [], \"f24d\", \"M464 0c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48H176c-26.51 0-48-21.49-48-48V48c0-26.51 21.49-48 48-48h288M176 416c-44.112 0-80-35.888-80-80V128H48c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48v-48H176z\"]\n};\nvar faClosedCaptioning = {\n prefix: 'fas',\n iconName: 'closed-captioning',\n icon: [512, 512, [], \"f20a\", \"M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM218.1 287.7c2.8-2.5 7.1-2.1 9.2.9l19.5 27.7c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.8-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7l-17.5 30.5c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2.1 48 51.1 70.5 92.3 32.6zm190.4 0c2.8-2.5 7.1-2.1 9.2.9l19.5 27.7c1.7 2.4 1.5 5.6-.5 7.7-53.5 56.9-172.7 32.1-172.7-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7L420 222.2c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6z\"]\n};\nvar faCloud = {\n prefix: 'fas',\n iconName: 'cloud',\n icon: [640, 512, [], \"f0c2\", \"M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4z\"]\n};\nvar faCloudDownloadAlt = {\n prefix: 'fas',\n iconName: 'cloud-download-alt',\n icon: [640, 512, [], \"f381\", \"M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4zm-132.9 88.7L299.3 420.7c-6.2 6.2-16.4 6.2-22.6 0L171.3 315.3c-10.1-10.1-2.9-27.3 11.3-27.3H248V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v112h65.4c14.2 0 21.4 17.2 11.3 27.3z\"]\n};\nvar faCloudMeatball = {\n prefix: 'fas',\n iconName: 'cloud-meatball',\n icon: [512, 512, [], \"f73b\", \"M48 352c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm416 0c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm-119 11.1c4.6-14.5 1.6-30.8-9.8-42.3-11.5-11.5-27.8-14.4-42.3-9.9-7-13.5-20.7-23-36.9-23s-29.9 9.5-36.9 23c-14.5-4.6-30.8-1.6-42.3 9.9-11.5 11.5-14.4 27.8-9.9 42.3-13.5 7-23 20.7-23 36.9s9.5 29.9 23 36.9c-4.6 14.5-1.6 30.8 9.9 42.3 8.2 8.2 18.9 12.3 29.7 12.3 4.3 0 8.5-1.1 12.6-2.5 7 13.5 20.7 23 36.9 23s29.9-9.5 36.9-23c4.1 1.3 8.3 2.5 12.6 2.5 10.8 0 21.5-4.1 29.7-12.3 11.5-11.5 14.4-27.8 9.8-42.3 13.5-7 23-20.7 23-36.9s-9.5-29.9-23-36.9zM512 224c0-53-43-96-96-96-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h43.4c3.6-8 8.4-15.4 14.8-21.8 13.5-13.5 31.5-21.1 50.8-21.3 13.5-13.2 31.7-20.9 51-20.9s37.5 7.7 51 20.9c19.3.2 37.3 7.8 50.8 21.3 6.4 6.4 11.3 13.8 14.8 21.8H416c53 0 96-43 96-96z\"]\n};\nvar faCloudMoon = {\n prefix: 'fas',\n iconName: 'cloud-moon',\n icon: [576, 512, [], \"f6c3\", \"M342.8 352.7c5.7-9.6 9.2-20.7 9.2-32.7 0-35.3-28.7-64-64-64-17.2 0-32.8 6.9-44.3 17.9-16.3-29.6-47.5-49.9-83.7-49.9-53 0-96 43-96 96 0 2 .5 3.8.6 5.7C27.1 338.8 0 374.1 0 416c0 53 43 96 96 96h240c44.2 0 80-35.8 80-80 0-41.9-32.3-75.8-73.2-79.3zm222.5-54.3c-93.1 17.7-178.5-53.7-178.5-147.7 0-54.2 29-104 76.1-130.8 7.3-4.1 5.4-15.1-2.8-16.7C448.4 1.1 436.7 0 425 0 319.1 0 233.1 85.9 233.1 192c0 8.5.7 16.8 1.8 25 5.9 4.3 11.6 8.9 16.7 14.2 11.4-4.7 23.7-7.2 36.4-7.2 52.9 0 96 43.1 96 96 0 3.6-.2 7.2-.6 10.7 23.6 10.8 42.4 29.5 53.5 52.6 54.4-3.4 103.7-29.3 137.1-70.4 5.3-6.5-.5-16.1-8.7-14.5z\"]\n};\nvar faCloudMoonRain = {\n prefix: 'fas',\n iconName: 'cloud-moon-rain',\n icon: [576, 512, [], \"f73c\", \"M350.5 225.5c-6.9-37.2-39.3-65.5-78.5-65.5-12.3 0-23.9 3-34.3 8-17.4-24.1-45.6-40-77.7-40-53 0-96 43-96 96 0 .5.2 1.1.2 1.6C27.6 232.9 0 265.2 0 304c0 44.2 35.8 80 80 80h256c44.2 0 80-35.8 80-80 0-39.2-28.2-71.7-65.5-78.5zm217.4-1.7c-70.4 13.3-135-40.3-135-110.8 0-40.6 21.9-78 57.5-98.1 5.5-3.1 4.1-11.4-2.1-12.5C479.6.8 470.7 0 461.8 0c-77.9 0-141.1 61.2-144.4 137.9 26.7 11.9 48.2 33.8 58.9 61.7 37.1 14.3 64 47.4 70.2 86.8 5.1.5 10 1.5 15.2 1.5 44.7 0 85.6-20.2 112.6-53.3 4.2-4.8-.2-12-6.4-10.8zM364.5 418.1c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8z\"]\n};\nvar faCloudRain = {\n prefix: 'fas',\n iconName: 'cloud-rain',\n icon: [512, 512, [], \"f73d\", \"M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z\"]\n};\nvar faCloudShowersHeavy = {\n prefix: 'fas',\n iconName: 'cloud-showers-heavy',\n icon: [512, 512, [], \"f740\", \"M183.9 370.1c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm96 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm-192 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm384 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm-96 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zM416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.2 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96z\"]\n};\nvar faCloudSun = {\n prefix: 'fas',\n iconName: 'cloud-sun',\n icon: [640, 512, [], \"f6c4\", \"M575.2 325.7c.2-1.9.8-3.7.8-5.6 0-35.3-28.7-64-64-64-12.6 0-24.2 3.8-34.1 10-17.6-38.8-56.5-66-101.9-66-61.8 0-112 50.1-112 112 0 3 .7 5.8.9 8.7-49.6 3.7-88.9 44.7-88.9 95.3 0 53 43 96 96 96h272c53 0 96-43 96-96 0-42.1-27.2-77.4-64.8-90.4zm-430.4-22.6c-43.7-43.7-43.7-114.7 0-158.3 43.7-43.7 114.7-43.7 158.4 0 9.7 9.7 16.9 20.9 22.3 32.7 9.8-3.7 20.1-6 30.7-7.5L386 81.1c4-11.9-7.3-23.1-19.2-19.2L279 91.2 237.5 8.4C232-2.8 216-2.8 210.4 8.4L169 91.2 81.1 61.9C69.3 58 58 69.3 61.9 81.1l29.3 87.8-82.8 41.5c-11.2 5.6-11.2 21.5 0 27.1l82.8 41.4-29.3 87.8c-4 11.9 7.3 23.1 19.2 19.2l76.1-25.3c6.1-12.4 14-23.7 23.6-33.5-13.1-5.4-25.4-13.4-36-24zm-4.8-79.2c0 40.8 29.3 74.8 67.9 82.3 8-4.7 16.3-8.8 25.2-11.7 5.4-44.3 31-82.5 67.4-105C287.3 160.4 258 140 224 140c-46.3 0-84 37.6-84 83.9z\"]\n};\nvar faCloudSunRain = {\n prefix: 'fas',\n iconName: 'cloud-sun-rain',\n icon: [576, 512, [], \"f743\", \"M510.5 225.5c-6.9-37.2-39.3-65.5-78.5-65.5-12.3 0-23.9 3-34.3 8-17.4-24.1-45.6-40-77.7-40-53 0-96 43-96 96 0 .5.2 1.1.2 1.6C187.6 233 160 265.2 160 304c0 44.2 35.8 80 80 80h256c44.2 0 80-35.8 80-80 0-39.2-28.2-71.7-65.5-78.5zm-386.4 34.4c-37.4-37.4-37.4-98.3 0-135.8 34.6-34.6 89.1-36.8 126.7-7.4 20-12.9 43.6-20.7 69.2-20.7.7 0 1.3.2 2 .2l8.9-26.7c3.4-10.2-6.3-19.8-16.5-16.4l-75.3 25.1-35.5-71c-4.8-9.6-18.5-9.6-23.3 0l-35.5 71-75.3-25.1c-10.2-3.4-19.8 6.3-16.4 16.5l25.1 75.3-71 35.5c-9.6 4.8-9.6 18.5 0 23.3l71 35.5-25.1 75.3c-3.4 10.2 6.3 19.8 16.5 16.5l59.2-19.7c-.2-2.4-.7-4.7-.7-7.2 0-12.5 2.3-24.5 6.2-35.9-3.6-2.7-7.1-5.2-10.2-8.3zm69.8-58c4.3-24.5 15.8-46.4 31.9-64-9.8-6.2-21.4-9.9-33.8-9.9-35.3 0-64 28.7-64 64 0 18.7 8.2 35.4 21.1 47.1 11.3-15.9 26.6-28.9 44.8-37.2zm330.6 216.2c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8z\"]\n};\nvar faCloudUploadAlt = {\n prefix: 'fas',\n iconName: 'cloud-upload-alt',\n icon: [640, 512, [], \"f382\", \"M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4zM393.4 288H328v112c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V288h-65.4c-14.3 0-21.4-17.2-11.3-27.3l105.4-105.4c6.2-6.2 16.4-6.2 22.6 0l105.4 105.4c10.1 10.1 2.9 27.3-11.3 27.3z\"]\n};\nvar faCocktail = {\n prefix: 'fas',\n iconName: 'cocktail',\n icon: [576, 512, [], \"f561\", \"M296 464h-56V338.78l168.74-168.73c15.52-15.52 4.53-42.05-17.42-42.05H24.68c-21.95 0-32.94 26.53-17.42 42.05L176 338.78V464h-56c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h240c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40zM432 0c-62.61 0-115.35 40.2-135.18 96h52.54c16.65-28.55 47.27-48 82.64-48 52.93 0 96 43.06 96 96s-43.07 96-96 96c-14.04 0-27.29-3.2-39.32-8.64l-35.26 35.26C379.23 279.92 404.59 288 432 288c79.53 0 144-64.47 144-144S511.53 0 432 0z\"]\n};\nvar faCode = {\n prefix: 'fas',\n iconName: 'code',\n icon: [640, 512, [], \"f121\", \"M278.9 511.5l-61-17.7c-6.4-1.8-10-8.5-8.2-14.9L346.2 8.7c1.8-6.4 8.5-10 14.9-8.2l61 17.7c6.4 1.8 10 8.5 8.2 14.9L293.8 503.3c-1.9 6.4-8.5 10.1-14.9 8.2zm-114-112.2l43.5-46.4c4.6-4.9 4.3-12.7-.8-17.2L117 256l90.6-79.7c5.1-4.5 5.5-12.3.8-17.2l-43.5-46.4c-4.5-4.8-12.1-5.1-17-.5L3.8 247.2c-5.1 4.7-5.1 12.8 0 17.5l144.1 135.1c4.9 4.6 12.5 4.4 17-.5zm327.2.6l144.1-135.1c5.1-4.7 5.1-12.8 0-17.5L492.1 112.1c-4.8-4.5-12.4-4.3-17 .5L431.6 159c-4.6 4.9-4.3 12.7.8 17.2L523 256l-90.6 79.7c-5.1 4.5-5.5 12.3-.8 17.2l43.5 46.4c4.5 4.9 12.1 5.1 17 .6z\"]\n};\nvar faCodeBranch = {\n prefix: 'fas',\n iconName: 'code-branch',\n icon: [384, 512, [], \"f126\", \"M384 144c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 36.4 24.3 67.1 57.5 76.8-.6 16.1-4.2 28.5-11 36.9-15.4 19.2-49.3 22.4-85.2 25.7-28.2 2.6-57.4 5.4-81.3 16.9v-144c32.5-10.2 56-40.5 56-76.3 0-44.2-35.8-80-80-80S0 35.8 0 80c0 35.8 23.5 66.1 56 76.3v199.3C23.5 365.9 0 396.2 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-34-21.2-63.1-51.2-74.6 3.1-5.2 7.8-9.8 14.9-13.4 16.2-8.2 40.4-10.4 66.1-12.8 42.2-3.9 90-8.4 118.2-43.4 14-17.4 21.1-39.8 21.6-67.9 31.6-10.8 54.4-40.7 54.4-75.9zM80 64c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16zm0 384c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm224-320c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16z\"]\n};\nvar faCoffee = {\n prefix: 'fas',\n iconName: 'coffee',\n icon: [640, 512, [], \"f0f4\", \"M192 384h192c53 0 96-43 96-96h32c70.6 0 128-57.4 128-128S582.6 32 512 32H120c-13.3 0-24 10.7-24 24v232c0 53 43 96 96 96zM512 96c35.3 0 64 28.7 64 64s-28.7 64-64 64h-32V96h32zm47.7 384H48.3c-47.6 0-61-64-36-64h583.3c25 0 11.8 64-35.9 64z\"]\n};\nvar faCog = {\n prefix: 'fas',\n iconName: 'cog',\n icon: [512, 512, [], \"f013\", \"M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4.6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faCogs = {\n prefix: 'fas',\n iconName: 'cogs',\n icon: [640, 512, [], \"f085\", \"M512.1 191l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0L552 6.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zm-10.5-58.8c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.7-82.4 14.3-52.8 52.8zM386.3 286.1l33.7 16.8c10.1 5.8 14.5 18.1 10.5 29.1-8.9 24.2-26.4 46.4-42.6 65.8-7.4 8.9-20.2 11.1-30.3 5.3l-29.1-16.8c-16 13.7-34.6 24.6-54.9 31.7v33.6c0 11.6-8.3 21.6-19.7 23.6-24.6 4.2-50.4 4.4-75.9 0-11.5-2-20-11.9-20-23.6V418c-20.3-7.2-38.9-18-54.9-31.7L74 403c-10 5.8-22.9 3.6-30.3-5.3-16.2-19.4-33.3-41.6-42.2-65.7-4-10.9.4-23.2 10.5-29.1l33.3-16.8c-3.9-20.9-3.9-42.4 0-63.4L12 205.8c-10.1-5.8-14.6-18.1-10.5-29 8.9-24.2 26-46.4 42.2-65.8 7.4-8.9 20.2-11.1 30.3-5.3l29.1 16.8c16-13.7 34.6-24.6 54.9-31.7V57.1c0-11.5 8.2-21.5 19.6-23.5 24.6-4.2 50.5-4.4 76-.1 11.5 2 20 11.9 20 23.6v33.6c20.3 7.2 38.9 18 54.9 31.7l29.1-16.8c10-5.8 22.9-3.6 30.3 5.3 16.2 19.4 33.2 41.6 42.1 65.8 4 10.9.1 23.2-10 29.1l-33.7 16.8c3.9 21 3.9 42.5 0 63.5zm-117.6 21.1c59.2-77-28.7-164.9-105.7-105.7-59.2 77 28.7 164.9 105.7 105.7zm243.4 182.7l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0l8.2-14.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zM501.6 431c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.6-82.4 14.3-52.8 52.8z\"]\n};\nvar faCoins = {\n prefix: 'fas',\n iconName: 'coins',\n icon: [512, 512, [], \"f51e\", \"M0 405.3V448c0 35.3 86 64 192 64s192-28.7 192-64v-42.7C342.7 434.4 267.2 448 192 448S41.3 434.4 0 405.3zM320 128c106 0 192-28.7 192-64S426 0 320 0 128 28.7 128 64s86 64 192 64zM0 300.4V352c0 35.3 86 64 192 64s192-28.7 192-64v-51.6c-41.3 34-116.9 51.6-192 51.6S41.3 334.4 0 300.4zm416 11c57.3-11.1 96-31.7 96-55.4v-42.7c-23.2 16.4-57.3 27.6-96 34.5v63.6zM192 160C86 160 0 195.8 0 240s86 80 192 80 192-35.8 192-80-86-80-192-80zm219.3 56.3c60-10.8 100.7-32 100.7-56.3v-42.7c-35.5 25.1-96.5 38.6-160.7 41.8 29.5 14.3 51.2 33.5 60 57.2z\"]\n};\nvar faColumns = {\n prefix: 'fas',\n iconName: 'columns',\n icon: [512, 512, [], \"f0db\", \"M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM224 416H64V160h160v256zm224 0H288V160h160v256z\"]\n};\nvar faComment = {\n prefix: 'fas',\n iconName: 'comment',\n icon: [512, 512, [], \"f075\", \"M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32z\"]\n};\nvar faCommentAlt = {\n prefix: 'fas',\n iconName: 'comment-alt',\n icon: [512, 512, [], \"f27a\", \"M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z\"]\n};\nvar faCommentDollar = {\n prefix: 'fas',\n iconName: 'comment-dollar',\n icon: [512, 512, [], \"f651\", \"M256 32C114.62 32 0 125.12 0 240c0 49.56 21.41 95.01 57.02 130.74C44.46 421.05 2.7 465.97 2.2 466.5A7.995 7.995 0 0 0 8 480c66.26 0 115.99-31.75 140.6-51.38C181.29 440.93 217.59 448 256 448c141.38 0 256-93.12 256-208S397.38 32 256 32zm24 302.44V352c0 8.84-7.16 16-16 16h-16c-8.84 0-16-7.16-16-16v-17.73c-11.42-1.35-22.28-5.19-31.78-11.46-6.22-4.11-6.82-13.11-1.55-18.38l17.52-17.52c3.74-3.74 9.31-4.24 14.11-2.03 3.18 1.46 6.66 2.22 10.26 2.22h32.78c4.66 0 8.44-3.78 8.44-8.42 0-3.75-2.52-7.08-6.12-8.11l-50.07-14.3c-22.25-6.35-40.01-24.71-42.91-47.67-4.05-32.07 19.03-59.43 49.32-63.05V128c0-8.84 7.16-16 16-16h16c8.84 0 16 7.16 16 16v17.73c11.42 1.35 22.28 5.19 31.78 11.46 6.22 4.11 6.82 13.11 1.55 18.38l-17.52 17.52c-3.74 3.74-9.31 4.24-14.11 2.03a24.516 24.516 0 0 0-10.26-2.22h-32.78c-4.66 0-8.44 3.78-8.44 8.42 0 3.75 2.52 7.08 6.12 8.11l50.07 14.3c22.25 6.36 40.01 24.71 42.91 47.67 4.05 32.06-19.03 59.42-49.32 63.04z\"]\n};\nvar faCommentDots = {\n prefix: 'fas',\n iconName: 'comment-dots',\n icon: [512, 512, [], \"f4ad\", \"M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32zM128 272c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faCommentMedical = {\n prefix: 'fas',\n iconName: 'comment-medical',\n icon: [512, 512, [], \"f7f5\", \"M256 32C114.62 32 0 125.12 0 240c0 49.56 21.41 95 57 130.74C44.46 421.05 2.7 466 2.2 466.5A8 8 0 0 0 8 480c66.26 0 116-31.75 140.6-51.38A304.66 304.66 0 0 0 256 448c141.39 0 256-93.12 256-208S397.39 32 256 32zm96 232a8 8 0 0 1-8 8h-56v56a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-56h-56a8 8 0 0 1-8-8v-48a8 8 0 0 1 8-8h56v-56a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v56h56a8 8 0 0 1 8 8z\"]\n};\nvar faCommentSlash = {\n prefix: 'fas',\n iconName: 'comment-slash',\n icon: [640, 512, [], \"f4b3\", \"M64 240c0 49.6 21.4 95 57 130.7-12.6 50.3-54.3 95.2-54.8 95.8-2.2 2.3-2.8 5.7-1.5 8.7 1.3 2.9 4.1 4.8 7.3 4.8 66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 27.4 0 53.7-3.6 78.4-10L72.9 186.4c-5.6 17.1-8.9 35-8.9 53.6zm569.8 218.1l-114.4-88.4C554.6 334.1 576 289.2 576 240c0-114.9-114.6-208-256-208-65.1 0-124.2 20.1-169.4 52.7L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3z\"]\n};\nvar faComments = {\n prefix: 'fas',\n iconName: 'comments',\n icon: [576, 512, [], \"f086\", \"M416 192c0-88.4-93.1-160-208-160S0 103.6 0 192c0 34.3 14.1 65.9 38 92-13.4 30.2-35.5 54.2-35.8 54.5-2.2 2.3-2.8 5.7-1.5 8.7S4.8 352 8 352c36.6 0 66.9-12.3 88.7-25 32.2 15.7 70.3 25 111.3 25 114.9 0 208-71.6 208-160zm122 220c23.9-26 38-57.7 38-92 0-66.9-53.5-124.2-129.3-148.1.9 6.6 1.3 13.3 1.3 20.1 0 105.9-107.7 192-240 192-10.8 0-21.3-.8-31.7-1.9C207.8 439.6 281.8 480 368 480c41 0 79.1-9.2 111.3-25 21.8 12.7 52.1 25 88.7 25 3.2 0 6.1-1.9 7.3-4.8 1.3-2.9.7-6.3-1.5-8.7-.3-.3-22.4-24.2-35.8-54.5z\"]\n};\nvar faCommentsDollar = {\n prefix: 'fas',\n iconName: 'comments-dollar',\n icon: [576, 512, [], \"f653\", \"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"]\n};\nvar faCompactDisc = {\n prefix: 'fas',\n iconName: 'compact-disc',\n icon: [496, 512, [], \"f51f\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM88 256H56c0-105.9 86.1-192 192-192v32c-88.2 0-160 71.8-160 160zm160 96c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96zm0-128c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"]\n};\nvar faCompass = {\n prefix: 'fas',\n iconName: 'compass',\n icon: [496, 512, [], \"f14e\", \"M225.38 233.37c-12.5 12.5-12.5 32.76 0 45.25 12.49 12.5 32.76 12.5 45.25 0 12.5-12.5 12.5-32.76 0-45.25-12.5-12.49-32.76-12.49-45.25 0zM248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm126.14 148.05L308.17 300.4a31.938 31.938 0 0 1-15.77 15.77l-144.34 65.97c-16.65 7.61-33.81-9.55-26.2-26.2l65.98-144.35a31.938 31.938 0 0 1 15.77-15.77l144.34-65.97c16.65-7.6 33.8 9.55 26.19 26.2z\"]\n};\nvar faCompress = {\n prefix: 'fas',\n iconName: 'compress',\n icon: [448, 512, [], \"f066\", \"M436 192H312c-13.3 0-24-10.7-24-24V44c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v84h84c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm-276-24V44c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v84H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h124c13.3 0 24-10.7 24-24zm0 300V344c0-13.3-10.7-24-24-24H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h84v84c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-84h84c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12H312c-13.3 0-24 10.7-24 24v124c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12z\"]\n};\nvar faCompressArrowsAlt = {\n prefix: 'fas',\n iconName: 'compress-arrows-alt',\n icon: [512, 512, [], \"f78c\", \"M200 288H88c-21.4 0-32.1 25.8-17 41l32.9 31-99.2 99.3c-6.2 6.2-6.2 16.4 0 22.6l25.4 25.4c6.2 6.2 16.4 6.2 22.6 0L152 408l31.1 33c15.1 15.1 40.9 4.4 40.9-17V312c0-13.3-10.7-24-24-24zm112-64h112c21.4 0 32.1-25.9 17-41l-33-31 99.3-99.3c6.2-6.2 6.2-16.4 0-22.6L481.9 4.7c-6.2-6.2-16.4-6.2-22.6 0L360 104l-31.1-33C313.8 55.9 288 66.6 288 88v112c0 13.3 10.7 24 24 24zm96 136l33-31.1c15.1-15.1 4.4-40.9-17-40.9H312c-13.3 0-24 10.7-24 24v112c0 21.4 25.9 32.1 41 17l31-32.9 99.3 99.3c6.2 6.2 16.4 6.2 22.6 0l25.4-25.4c6.2-6.2 6.2-16.4 0-22.6L408 360zM183 71.1L152 104 52.7 4.7c-6.2-6.2-16.4-6.2-22.6 0L4.7 30.1c-6.2 6.2-6.2 16.4 0 22.6L104 152l-33 31.1C55.9 198.2 66.6 224 88 224h112c13.3 0 24-10.7 24-24V88c0-21.3-25.9-32-41-16.9z\"]\n};\nvar faConciergeBell = {\n prefix: 'fas',\n iconName: 'concierge-bell',\n icon: [512, 512, [], \"f562\", \"M288 130.54V112h16c8.84 0 16-7.16 16-16V80c0-8.84-7.16-16-16-16h-96c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h16v18.54C115.49 146.11 32 239.18 32 352h448c0-112.82-83.49-205.89-192-221.46zM496 384H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faCookie = {\n prefix: 'fas',\n iconName: 'cookie',\n icon: [512, 512, [], \"f563\", \"M510.37 254.79l-12.08-76.26a132.493 132.493 0 0 0-37.16-72.95l-54.76-54.75c-19.73-19.72-45.18-32.7-72.71-37.05l-76.7-12.15c-27.51-4.36-55.69.11-80.52 12.76L107.32 49.6a132.25 132.25 0 0 0-57.79 57.8l-35.1 68.88a132.602 132.602 0 0 0-12.82 80.94l12.08 76.27a132.493 132.493 0 0 0 37.16 72.95l54.76 54.75a132.087 132.087 0 0 0 72.71 37.05l76.7 12.14c27.51 4.36 55.69-.11 80.52-12.75l69.12-35.21a132.302 132.302 0 0 0 57.79-57.8l35.1-68.87c12.71-24.96 17.2-53.3 12.82-80.96zM176 368c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm32-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm160 128c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faCookieBite = {\n prefix: 'fas',\n iconName: 'cookie-bite',\n icon: [512, 512, [], \"f564\", \"M510.52 255.82c-69.97-.85-126.47-57.69-126.47-127.86-70.17 0-127-56.49-127.86-126.45-27.26-4.14-55.13.3-79.72 12.82l-69.13 35.22a132.221 132.221 0 0 0-57.79 57.81l-35.1 68.88a132.645 132.645 0 0 0-12.82 80.95l12.08 76.27a132.521 132.521 0 0 0 37.16 72.96l54.77 54.76a132.036 132.036 0 0 0 72.71 37.06l76.71 12.15c27.51 4.36 55.7-.11 80.53-12.76l69.13-35.21a132.273 132.273 0 0 0 57.79-57.81l35.1-68.88c12.56-24.64 17.01-52.58 12.91-79.91zM176 368c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm32-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm160 128c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faCopy = {\n prefix: 'fas',\n iconName: 'copy',\n icon: [448, 512, [], \"f0c5\", \"M320 448v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V120c0-13.255 10.745-24 24-24h72v296c0 30.879 25.121 56 56 56h168zm0-344V0H152c-13.255 0-24 10.745-24 24v368c0 13.255 10.745 24 24 24h272c13.255 0 24-10.745 24-24V128H344c-13.2 0-24-10.8-24-24zm120.971-31.029L375.029 7.029A24 24 0 0 0 358.059 0H352v96h96v-6.059a24 24 0 0 0-7.029-16.97z\"]\n};\nvar faCopyright = {\n prefix: 'fas',\n iconName: 'copyright',\n icon: [512, 512, [], \"f1f9\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm117.134 346.753c-1.592 1.867-39.776 45.731-109.851 45.731-84.692 0-144.484-63.26-144.484-145.567 0-81.303 62.004-143.401 143.762-143.401 66.957 0 101.965 37.315 103.422 38.904a12 12 0 0 1 1.238 14.623l-22.38 34.655c-4.049 6.267-12.774 7.351-18.234 2.295-.233-.214-26.529-23.88-61.88-23.88-46.116 0-73.916 33.575-73.916 76.082 0 39.602 25.514 79.692 74.277 79.692 38.697 0 65.28-28.338 65.544-28.625 5.132-5.565 14.059-5.033 18.508 1.053l24.547 33.572a12.001 12.001 0 0 1-.553 14.866z\"]\n};\nvar faCouch = {\n prefix: 'fas',\n iconName: 'couch',\n icon: [640, 512, [], \"f4b8\", \"M160 224v64h320v-64c0-35.3 28.7-64 64-64h32c0-53-43-96-96-96H160c-53 0-96 43-96 96h32c35.3 0 64 28.7 64 64zm416-32h-32c-17.7 0-32 14.3-32 32v96H128v-96c0-17.7-14.3-32-32-32H64c-35.3 0-64 28.7-64 64 0 23.6 13 44 32 55.1V432c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-16h384v16c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V311.1c19-11.1 32-31.5 32-55.1 0-35.3-28.7-64-64-64z\"]\n};\nvar faCreditCard = {\n prefix: 'fas',\n iconName: 'credit-card',\n icon: [576, 512, [], \"f09d\", \"M0 432c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V256H0v176zm192-68c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H204c-6.6 0-12-5.4-12-12v-40zm-128 0c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM576 80v48H0V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48z\"]\n};\nvar faCrop = {\n prefix: 'fas',\n iconName: 'crop',\n icon: [512, 512, [], \"f125\", \"M488 352h-40V109.25l59.31-59.31c6.25-6.25 6.25-16.38 0-22.63L484.69 4.69c-6.25-6.25-16.38-6.25-22.63 0L402.75 64H192v96h114.75L160 306.75V24c0-13.26-10.75-24-24-24H88C74.75 0 64 10.74 64 24v40H24C10.75 64 0 74.74 0 88v48c0 13.25 10.75 24 24 24h40v264c0 13.25 10.75 24 24 24h232v-96H205.25L352 205.25V488c0 13.25 10.75 24 24 24h48c13.25 0 24-10.75 24-24v-40h40c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24z\"]\n};\nvar faCropAlt = {\n prefix: 'fas',\n iconName: 'crop-alt',\n icon: [512, 512, [], \"f565\", \"M488 352h-40V96c0-17.67-14.33-32-32-32H192v96h160v328c0 13.25 10.75 24 24 24h48c13.25 0 24-10.75 24-24v-40h40c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24zM160 24c0-13.26-10.75-24-24-24H88C74.75 0 64 10.74 64 24v40H24C10.75 64 0 74.74 0 88v48c0 13.25 10.75 24 24 24h40v256c0 17.67 14.33 32 32 32h224v-96H160V24z\"]\n};\nvar faCross = {\n prefix: 'fas',\n iconName: 'cross',\n icon: [384, 512, [], \"f654\", \"M352 128h-96V32c0-17.67-14.33-32-32-32h-64c-17.67 0-32 14.33-32 32v96H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h96v224c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V256h96c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z\"]\n};\nvar faCrosshairs = {\n prefix: 'fas',\n iconName: 'crosshairs',\n icon: [512, 512, [], \"f05b\", \"M500 224h-30.364C455.724 130.325 381.675 56.276 288 42.364V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v30.364C130.325 56.276 56.276 130.325 42.364 224H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h30.364C56.276 381.675 130.325 455.724 224 469.636V500c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-30.364C381.675 455.724 455.724 381.675 469.636 288H500c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zM288 404.634V364c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40.634C165.826 392.232 119.783 346.243 107.366 288H148c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40.634C119.768 165.826 165.757 119.783 224 107.366V148c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40.634C346.174 119.768 392.217 165.757 404.634 224H364c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40.634C392.232 346.174 346.243 392.217 288 404.634zM288 256c0 17.673-14.327 32-32 32s-32-14.327-32-32c0-17.673 14.327-32 32-32s32 14.327 32 32z\"]\n};\nvar faCrow = {\n prefix: 'fas',\n iconName: 'crow',\n icon: [640, 512, [], \"f520\", \"M544 32h-16.36C513.04 12.68 490.09 0 464 0c-44.18 0-80 35.82-80 80v20.98L12.09 393.57A30.216 30.216 0 0 0 0 417.74c0 22.46 23.64 37.07 43.73 27.03L165.27 384h96.49l44.41 120.1c2.27 6.23 9.15 9.44 15.38 7.17l22.55-8.21c6.23-2.27 9.44-9.15 7.17-15.38L312.94 384H352c1.91 0 3.76-.23 5.66-.29l44.51 120.38c2.27 6.23 9.15 9.44 15.38 7.17l22.55-8.21c6.23-2.27 9.44-9.15 7.17-15.38l-41.24-111.53C485.74 352.8 544 279.26 544 192v-80l96-16c0-35.35-42.98-64-96-64zm-80 72c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faCrown = {\n prefix: 'fas',\n iconName: 'crown',\n icon: [640, 512, [], \"f521\", \"M528 448H112c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h416c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm64-320c-26.5 0-48 21.5-48 48 0 7.1 1.6 13.7 4.4 19.8L476 239.2c-15.4 9.2-35.3 4-44.2-11.6L350.3 85C361 76.2 368 63 368 48c0-26.5-21.5-48-48-48s-48 21.5-48 48c0 15 7 28.2 17.7 37l-81.5 142.6c-8.9 15.6-28.9 20.8-44.2 11.6l-72.3-43.4c2.7-6 4.4-12.7 4.4-19.8 0-26.5-21.5-48-48-48S0 149.5 0 176s21.5 48 48 48c2.6 0 5.2-.4 7.7-.8L128 416h384l72.3-192.8c2.5.4 5.1.8 7.7.8 26.5 0 48-21.5 48-48s-21.5-48-48-48z\"]\n};\nvar faCrutch = {\n prefix: 'fas',\n iconName: 'crutch',\n icon: [512, 512, [], \"f7f7\", \"M507.31 185.71l-181-181a16 16 0 0 0-22.62 0L281 27.31a16 16 0 0 0 0 22.63l181 181a16 16 0 0 0 22.63 0l22.62-22.63a16 16 0 0 0 .06-22.6zm-179.54 66.41l-67.89-67.89 55.1-55.1-45.25-45.25-109.67 109.67a96.08 96.08 0 0 0-25.67 46.29L106.65 360.1l-102 102a16 16 0 0 0 0 22.63l22.62 22.62a16 16 0 0 0 22.63 0l102-102 120.25-27.75a95.88 95.88 0 0 0 46.29-25.65l109.68-109.68L382.87 197zm-54.57 54.57a32 32 0 0 1-15.45 8.54l-79.3 18.32 18.3-79.3a32.22 32.22 0 0 1 8.56-15.45l9.31-9.31 67.89 67.89z\"]\n};\nvar faCube = {\n prefix: 'fas',\n iconName: 'cube',\n icon: [512, 512, [], \"f1b2\", \"M239.1 6.3l-208 78c-18.7 7-31.1 25-31.1 45v225.1c0 18.2 10.3 34.8 26.5 42.9l208 104c13.5 6.8 29.4 6.8 42.9 0l208-104c16.3-8.1 26.5-24.8 26.5-42.9V129.3c0-20-12.4-37.9-31.1-44.9l-208-78C262 2.2 250 2.2 239.1 6.3zM256 68.4l192 72v1.1l-192 78-192-78v-1.1l192-72zm32 356V275.5l160-65v133.9l-160 80z\"]\n};\nvar faCubes = {\n prefix: 'fas',\n iconName: 'cubes',\n icon: [512, 512, [], \"f1b3\", \"M488.6 250.2L392 214V105.5c0-15-9.3-28.4-23.4-33.7l-100-37.5c-8.1-3.1-17.1-3.1-25.3 0l-100 37.5c-14.1 5.3-23.4 18.7-23.4 33.7V214l-96.6 36.2C9.3 255.5 0 268.9 0 283.9V394c0 13.6 7.7 26.1 19.9 32.2l100 50c10.1 5.1 22.1 5.1 32.2 0l103.9-52 103.9 52c10.1 5.1 22.1 5.1 32.2 0l100-50c12.2-6.1 19.9-18.6 19.9-32.2V283.9c0-15-9.3-28.4-23.4-33.7zM358 214.8l-85 31.9v-68.2l85-37v73.3zM154 104.1l102-38.2 102 38.2v.6l-102 41.4-102-41.4v-.6zm84 291.1l-85 42.5v-79.1l85-38.8v75.4zm0-112l-102 41.4-102-41.4v-.6l102-38.2 102 38.2v.6zm240 112l-85 42.5v-79.1l85-38.8v75.4zm0-112l-102 41.4-102-41.4v-.6l102-38.2 102 38.2v.6z\"]\n};\nvar faCut = {\n prefix: 'fas',\n iconName: 'cut',\n icon: [448, 512, [], \"f0c4\", \"M278.06 256L444.48 89.57c4.69-4.69 4.69-12.29 0-16.97-32.8-32.8-85.99-32.8-118.79 0L210.18 188.12l-24.86-24.86c4.31-10.92 6.68-22.81 6.68-35.26 0-53.02-42.98-96-96-96S0 74.98 0 128s42.98 96 96 96c4.54 0 8.99-.32 13.36-.93L142.29 256l-32.93 32.93c-4.37-.61-8.83-.93-13.36-.93-53.02 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96c0-12.45-2.37-24.34-6.68-35.26l24.86-24.86L325.69 439.4c32.8 32.8 85.99 32.8 118.79 0 4.69-4.68 4.69-12.28 0-16.97L278.06 256zM96 160c-17.64 0-32-14.36-32-32s14.36-32 32-32 32 14.36 32 32-14.36 32-32 32zm0 256c-17.64 0-32-14.36-32-32s14.36-32 32-32 32 14.36 32 32-14.36 32-32 32z\"]\n};\nvar faDatabase = {\n prefix: 'fas',\n iconName: 'database',\n icon: [448, 512, [], \"f1c0\", \"M448 73.143v45.714C448 159.143 347.667 192 224 192S0 159.143 0 118.857V73.143C0 32.857 100.333 0 224 0s224 32.857 224 73.143zM448 176v102.857C448 319.143 347.667 352 224 352S0 319.143 0 278.857V176c48.125 33.143 136.208 48.572 224 48.572S399.874 209.143 448 176zm0 160v102.857C448 479.143 347.667 512 224 512S0 479.143 0 438.857V336c48.125 33.143 136.208 48.572 224 48.572S399.874 369.143 448 336z\"]\n};\nvar faDeaf = {\n prefix: 'fas',\n iconName: 'deaf',\n icon: [512, 512, [], \"f2a4\", \"M216 260c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-44.112 35.888-80 80-80s80 35.888 80 80c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-13.234-10.767-24-24-24s-24 10.766-24 24zm24-176c-97.047 0-176 78.953-176 176 0 15.464 12.536 28 28 28s28-12.536 28-28c0-66.168 53.832-120 120-120s120 53.832 120 120c0 75.164-71.009 70.311-71.997 143.622L288 404c0 28.673-23.327 52-52 52-15.464 0-28 12.536-28 28s12.536 28 28 28c59.475 0 107.876-48.328 108-107.774.595-34.428 72-48.24 72-144.226 0-97.047-78.953-176-176-176zm268.485-52.201L480.2 3.515c-4.687-4.686-12.284-4.686-16.971 0L376.2 90.544c-4.686 4.686-4.686 12.284 0 16.971l28.285 28.285c4.686 4.686 12.284 4.686 16.97 0l87.03-87.029c4.687-4.688 4.687-12.286 0-16.972zM168.97 314.745c-4.686-4.686-12.284-4.686-16.97 0L3.515 463.23c-4.686 4.686-4.686 12.284 0 16.971L31.8 508.485c4.687 4.686 12.284 4.686 16.971 0L197.256 360c4.686-4.686 4.686-12.284 0-16.971l-28.286-28.284z\"]\n};\nvar faDemocrat = {\n prefix: 'fas',\n iconName: 'democrat',\n icon: [640, 512, [], \"f747\", \"M637.3 256.9l-19.6-29.4c-28.2-42.3-75.3-67.5-126.1-67.5H256l-81.2-81.2c20.1-20.1 22.6-51.1 7.5-73.9-3.4-5.2-10.8-5.9-15.2-1.5l-41.8 41.8L82.4 2.4c-3.6-3.6-9.6-3-12.4 1.2-12.3 18.6-10.3 44 6.1 60.4 3.3 3.3 7.3 5.3 11.3 7.5-2.2 1.7-4.7 3.1-6.4 5.4L6.4 176.2c-7.3 9.7-8.4 22.7-3 33.5l14.3 28.6c5.4 10.8 16.5 17.7 28.6 17.7h31c8.5 0 16.6-3.4 22.6-9.4L138 212l54 108h352v-77.8c16.2 12.2 18.3 17.6 40.1 50.3 4.9 7.4 14.8 9.3 22.2 4.4l26.6-17.7c7.3-5 9.3-14.9 4.4-22.3zm-341.1-13.6l-16.5 16.1 3.9 22.7c.7 4.1-3.6 7.2-7.2 5.3L256 276.7l-20.4 10.7c-3.6 1.9-7.9-1.2-7.2-5.3l3.9-22.7-16.5-16.1c-3-2.9-1.3-7.9 2.8-8.5l22.8-3.3 10.2-20.7c1.8-3.7 7.1-3.7 9 0l10.2 20.7 22.8 3.3c4 .6 5.6 5.6 2.6 8.5zm112 0l-16.5 16.1 3.9 22.7c.7 4.1-3.6 7.2-7.2 5.3L368 276.7l-20.4 10.7c-3.6 1.9-7.9-1.2-7.2-5.3l3.9-22.7-16.5-16.1c-3-2.9-1.3-7.9 2.8-8.5l22.8-3.3 10.2-20.7c1.8-3.7 7.1-3.7 9 0l10.2 20.7 22.8 3.3c4 .6 5.6 5.6 2.6 8.5zm112 0l-16.5 16.1 3.9 22.7c.7 4.1-3.6 7.2-7.2 5.3L480 276.7l-20.4 10.7c-3.6 1.9-7.9-1.2-7.2-5.3l3.9-22.7-16.5-16.1c-3-2.9-1.3-7.9 2.8-8.5l22.8-3.3 10.2-20.7c1.8-3.7 7.1-3.7 9 0l10.2 20.7 22.8 3.3c4 .6 5.6 5.6 2.6 8.5zM192 496c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-80h160v80c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V352H192v144z\"]\n};\nvar faDesktop = {\n prefix: 'fas',\n iconName: 'desktop',\n icon: [576, 512, [], \"f108\", \"M528 0H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h192l-16 48h-72c-13.3 0-24 10.7-24 24s10.7 24 24 24h272c13.3 0 24-10.7 24-24s-10.7-24-24-24h-72l-16-48h192c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-16 352H64V64h448v288z\"]\n};\nvar faDharmachakra = {\n prefix: 'fas',\n iconName: 'dharmachakra',\n icon: [512, 512, [], \"f655\", \"M495 225.06l-17.22 1.08c-5.27-39.49-20.79-75.64-43.86-105.84l12.95-11.43c6.92-6.11 7.25-16.79.73-23.31L426.44 64.4c-6.53-6.53-17.21-6.19-23.31.73L391.7 78.07c-30.2-23.06-66.35-38.58-105.83-43.86L286.94 17c.58-9.21-6.74-17-15.97-17h-29.94c-9.23 0-16.54 7.79-15.97 17l1.08 17.22c-39.49 5.27-75.64 20.79-105.83 43.86l-11.43-12.95c-6.11-6.92-16.79-7.25-23.31-.73L64.4 85.56c-6.53 6.53-6.19 17.21.73 23.31l12.95 11.43c-23.06 30.2-38.58 66.35-43.86 105.84L17 225.06c-9.21-.58-17 6.74-17 15.97v29.94c0 9.23 7.79 16.54 17 15.97l17.22-1.08c5.27 39.49 20.79 75.64 43.86 105.83l-12.95 11.43c-6.92 6.11-7.25 16.79-.73 23.31l21.17 21.17c6.53 6.53 17.21 6.19 23.31-.73l11.43-12.95c30.2 23.06 66.35 38.58 105.84 43.86L225.06 495c-.58 9.21 6.74 17 15.97 17h29.94c9.23 0 16.54-7.79 15.97-17l-1.08-17.22c39.49-5.27 75.64-20.79 105.84-43.86l11.43 12.95c6.11 6.92 16.79 7.25 23.31.73l21.17-21.17c6.53-6.53 6.19-17.21-.73-23.31l-12.95-11.43c23.06-30.2 38.58-66.35 43.86-105.83l17.22 1.08c9.21.58 17-6.74 17-15.97v-29.94c-.01-9.23-7.8-16.54-17.01-15.97zM281.84 98.61c24.81 4.07 47.63 13.66 67.23 27.78l-42.62 48.29c-8.73-5.44-18.32-9.54-28.62-11.95l4.01-64.12zm-51.68 0l4.01 64.12c-10.29 2.41-19.89 6.52-28.62 11.95l-42.62-48.29c19.6-14.12 42.42-23.71 67.23-27.78zm-103.77 64.33l48.3 42.61c-5.44 8.73-9.54 18.33-11.96 28.62l-64.12-4.01c4.07-24.81 13.66-47.62 27.78-67.22zm-27.78 118.9l64.12-4.01c2.41 10.29 6.52 19.89 11.95 28.62l-48.29 42.62c-14.12-19.6-23.71-42.42-27.78-67.23zm131.55 131.55c-24.81-4.07-47.63-13.66-67.23-27.78l42.61-48.3c8.73 5.44 18.33 9.54 28.62 11.96l-4 64.12zM256 288c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm25.84 125.39l-4.01-64.12c10.29-2.41 19.89-6.52 28.62-11.96l42.61 48.3c-19.6 14.12-42.41 23.71-67.22 27.78zm103.77-64.33l-48.29-42.62c5.44-8.73 9.54-18.32 11.95-28.62l64.12 4.01c-4.07 24.82-13.66 47.64-27.78 67.23zm-36.34-114.89c-2.41-10.29-6.52-19.89-11.96-28.62l48.3-42.61c14.12 19.6 23.71 42.42 27.78 67.23l-64.12 4z\"]\n};\nvar faDiagnoses = {\n prefix: 'fas',\n iconName: 'diagnoses',\n icon: [640, 512, [], \"f470\", \"M496 256c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zm-176-80c48.5 0 88-39.5 88-88S368.5 0 320 0s-88 39.5-88 88 39.5 88 88 88zM59.8 364c10.2 15.3 29.3 17.8 42.9 9.8 16.2-9.6 56.2-31.7 105.3-48.6V416h224v-90.7c49.1 16.8 89.1 39 105.3 48.6 13.6 8 32.7 5.3 42.9-9.8l17.8-26.7c8.8-13.2 7.6-34.6-10-45.1-11.9-7.1-29.7-17-51.1-27.4-28.1 46.1-99.4 17.8-87.7-35.1C409.3 217.2 365.1 208 320 208c-57 0-112.9 14.5-160 32.2-.2 40.2-47.6 63.3-79.2 36-11.2 6-21.3 11.6-28.7 16-17.6 10.5-18.8 31.8-10 45.1L59.8 364zM368 344c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm-96-96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm-160 8c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zm512 192H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"]\n};\nvar faDice = {\n prefix: 'fas',\n iconName: 'dice',\n icon: [640, 512, [], \"f522\", \"M592 192H473.26c12.69 29.59 7.12 65.2-17 89.32L320 417.58V464c0 26.51 21.49 48 48 48h224c26.51 0 48-21.49 48-48V240c0-26.51-21.49-48-48-48zM480 376c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm-46.37-186.7L258.7 14.37c-19.16-19.16-50.23-19.16-69.39 0L14.37 189.3c-19.16 19.16-19.16 50.23 0 69.39L189.3 433.63c19.16 19.16 50.23 19.16 69.39 0L433.63 258.7c19.16-19.17 19.16-50.24 0-69.4zM96 248c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm128 128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm0-128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm0-128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm128 128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faDiceD20 = {\n prefix: 'fas',\n iconName: 'dice-d20',\n icon: [480, 512, [], \"f6cf\", \"M106.75 215.06L1.2 370.95c-3.08 5 .1 11.5 5.93 12.14l208.26 22.07-108.64-190.1zM7.41 315.43L82.7 193.08 6.06 147.1c-2.67-1.6-6.06.32-6.06 3.43v162.81c0 4.03 5.29 5.53 7.41 2.09zM18.25 423.6l194.4 87.66c5.3 2.45 11.35-1.43 11.35-7.26v-65.67l-203.55-22.3c-4.45-.5-6.23 5.59-2.2 7.57zm81.22-257.78L179.4 22.88c4.34-7.06-3.59-15.25-10.78-11.14L17.81 110.35c-2.47 1.62-2.39 5.26.13 6.78l81.53 48.69zM240 176h109.21L253.63 7.62C250.5 2.54 245.25 0 240 0s-10.5 2.54-13.63 7.62L130.79 176H240zm233.94-28.9l-76.64 45.99 75.29 122.35c2.11 3.44 7.41 1.94 7.41-2.1V150.53c0-3.11-3.39-5.03-6.06-3.43zm-93.41 18.72l81.53-48.7c2.53-1.52 2.6-5.16.13-6.78l-150.81-98.6c-7.19-4.11-15.12 4.08-10.78 11.14l79.93 142.94zm79.02 250.21L256 438.32v65.67c0 5.84 6.05 9.71 11.35 7.26l194.4-87.66c4.03-1.97 2.25-8.06-2.2-7.56zm-86.3-200.97l-108.63 190.1 208.26-22.07c5.83-.65 9.01-7.14 5.93-12.14L373.25 215.06zM240 208H139.57L240 383.75 340.43 208H240z\"]\n};\nvar faDiceD6 = {\n prefix: 'fas',\n iconName: 'dice-d6',\n icon: [448, 512, [], \"f6d1\", \"M422.19 109.95L256.21 9.07c-19.91-12.1-44.52-12.1-64.43 0L25.81 109.95c-5.32 3.23-5.29 11.27.06 14.46L224 242.55l198.14-118.14c5.35-3.19 5.38-11.22.05-14.46zm13.84 44.63L240 271.46v223.82c0 12.88 13.39 20.91 24.05 14.43l152.16-92.48c19.68-11.96 31.79-33.94 31.79-57.7v-197.7c0-6.41-6.64-10.43-11.97-7.25zM0 161.83v197.7c0 23.77 12.11 45.74 31.79 57.7l152.16 92.47c10.67 6.48 24.05-1.54 24.05-14.43V271.46L11.97 154.58C6.64 151.4 0 155.42 0 161.83z\"]\n};\nvar faDiceFive = {\n prefix: 'fas',\n iconName: 'dice-five',\n icon: [448, 512, [], \"f523\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceFour = {\n prefix: 'fas',\n iconName: 'dice-four',\n icon: [448, 512, [], \"f524\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm192 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceOne = {\n prefix: 'fas',\n iconName: 'dice-one',\n icon: [448, 512, [], \"f525\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM224 288c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceSix = {\n prefix: 'fas',\n iconName: 'dice-six',\n icon: [448, 512, [], \"f526\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm192 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceThree = {\n prefix: 'fas',\n iconName: 'dice-three',\n icon: [448, 512, [], \"f527\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDiceTwo = {\n prefix: 'fas',\n iconName: 'dice-two',\n icon: [448, 512, [], \"f528\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm192 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faDigitalTachograph = {\n prefix: 'fas',\n iconName: 'digital-tachograph',\n icon: [640, 512, [], \"f566\", \"M608 96H32c-17.67 0-32 14.33-32 32v256c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V128c0-17.67-14.33-32-32-32zM304 352c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-8c0-4.42 3.58-8 8-8h224c4.42 0 8 3.58 8 8v8zM72 288v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H80c-4.42 0-8-3.58-8-8zm64 0v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm64 0v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm64 0v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm40-64c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-48c0-8.84 7.16-16 16-16h208c8.84 0 16 7.16 16 16v48zm272 128c0 4.42-3.58 8-8 8H344c-4.42 0-8-3.58-8-8v-8c0-4.42 3.58-8 8-8h224c4.42 0 8 3.58 8 8v8z\"]\n};\nvar faDirections = {\n prefix: 'fas',\n iconName: 'directions',\n icon: [512, 512, [], \"f5eb\", \"M502.61 233.32L278.68 9.39c-12.52-12.52-32.83-12.52-45.36 0L9.39 233.32c-12.52 12.53-12.52 32.83 0 45.36l223.93 223.93c12.52 12.53 32.83 12.53 45.36 0l223.93-223.93c12.52-12.53 12.52-32.83 0-45.36zm-100.98 12.56l-84.21 77.73c-5.12 4.73-13.43 1.1-13.43-5.88V264h-96v64c0 4.42-3.58 8-8 8h-32c-4.42 0-8-3.58-8-8v-80c0-17.67 14.33-32 32-32h112v-53.73c0-6.97 8.3-10.61 13.43-5.88l84.21 77.73c3.43 3.17 3.43 8.59 0 11.76z\"]\n};\nvar faDivide = {\n prefix: 'fas',\n iconName: 'divide',\n icon: [448, 512, [], \"f529\", \"M224 352c-35.35 0-64 28.65-64 64s28.65 64 64 64 64-28.65 64-64-28.65-64-64-64zm0-192c35.35 0 64-28.65 64-64s-28.65-64-64-64-64 28.65-64 64 28.65 64 64 64zm192 48H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"]\n};\nvar faDizzy = {\n prefix: 'fas',\n iconName: 'dizzy',\n icon: [496, 512, [], \"f567\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-96 206.6l-28.7 28.7c-14.8 14.8-37.8-7.5-22.6-22.6l28.7-28.7-28.7-28.7c-15-15 7.7-37.6 22.6-22.6l28.7 28.7 28.7-28.7c15-15 37.6 7.7 22.6 22.6L174.6 192l28.7 28.7c15.2 15.2-7.9 37.4-22.6 22.6L152 214.6zM248 416c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm147.3-195.3c15.2 15.2-7.9 37.4-22.6 22.6L344 214.6l-28.7 28.7c-14.8 14.8-37.8-7.5-22.6-22.6l28.7-28.7-28.7-28.7c-15-15 7.7-37.6 22.6-22.6l28.7 28.7 28.7-28.7c15-15 37.6 7.7 22.6 22.6L366.6 192l28.7 28.7z\"]\n};\nvar faDna = {\n prefix: 'fas',\n iconName: 'dna',\n icon: [448, 512, [], \"f471\", \"M.1 494.1c-1.1 9.5 6.3 17.8 15.9 17.8l32.3.1c8.1 0 14.9-5.9 16-13.9.7-4.9 1.8-11.1 3.4-18.1H380c1.6 6.9 2.9 13.2 3.5 18.1 1.1 8 7.9 14 16 13.9l32.3-.1c9.6 0 17.1-8.3 15.9-17.8-4.6-37.9-25.6-129-118.9-207.7-17.6 12.4-37.1 24.2-58.5 35.4 6.2 4.6 11.4 9.4 17 14.2H159.7c21.3-18.1 47-35.6 78.7-51.4C410.5 199.1 442.1 65.8 447.9 17.9 449 8.4 441.6.1 432 .1L399.6 0c-8.1 0-14.9 5.9-16 13.9-.7 4.9-1.8 11.1-3.4 18.1H67.8c-1.6-7-2.7-13.1-3.4-18.1-1.1-8-7.9-14-16-13.9L16.1.1C6.5.1-1 8.4.1 17.9 5.3 60.8 31.4 171.8 160 256 31.5 340.2 5.3 451.2.1 494.1zM224 219.6c-25.1-13.7-46.4-28.4-64.3-43.6h128.5c-17.8 15.2-39.1 30-64.2 43.6zM355.1 96c-5.8 10.4-12.8 21.1-21 32H114c-8.3-10.9-15.3-21.6-21-32h262.1zM92.9 416c5.8-10.4 12.8-21.1 21-32h219.4c8.3 10.9 15.4 21.6 21.2 32H92.9z\"]\n};\nvar faDog = {\n prefix: 'fas',\n iconName: 'dog',\n icon: [512, 512, [], \"f6d3\", \"M496 96h-64l-7.16-14.31A32 32 0 0 0 396.22 64H342.6l-27.28-27.28C305.23 26.64 288 33.78 288 48.03v149.84l128 45.71V208h32c35.35 0 64-28.65 64-64v-32c0-8.84-7.16-16-16-16zm-112 48c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zM96 224c-17.64 0-32-14.36-32-32 0-17.67-14.33-32-32-32S0 174.33 0 192c0 41.66 26.83 76.85 64 90.1V496c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V384h160v112c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V277.55L266.05 224H96z\"]\n};\nvar faDollarSign = {\n prefix: 'fas',\n iconName: 'dollar-sign',\n icon: [288, 512, [], \"f155\", \"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"]\n};\nvar faDolly = {\n prefix: 'fas',\n iconName: 'dolly',\n icon: [576, 512, [], \"f472\", \"M294.2 277.7c18 5 34.7 13.4 49.5 24.7l161.5-53.8c8.4-2.8 12.9-11.9 10.1-20.2L454.9 47.2c-2.8-8.4-11.9-12.9-20.2-10.1l-61.1 20.4 33.1 99.4L346 177l-33.1-99.4-61.6 20.5c-8.4 2.8-12.9 11.9-10.1 20.2l53 159.4zm281 48.7L565 296c-2.8-8.4-11.9-12.9-20.2-10.1l-213.5 71.2c-17.2-22-43.6-36.4-73.5-37L158.4 21.9C154 8.8 141.8 0 128 0H16C7.2 0 0 7.2 0 16v32c0 8.8 7.2 16 16 16h88.9l92.2 276.7c-26.1 20.4-41.7 53.6-36 90.5 6.1 39.4 37.9 72.3 77.3 79.2 60.2 10.7 112.3-34.8 113.4-92.6l213.3-71.2c8.3-2.8 12.9-11.8 10.1-20.2zM256 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z\"]\n};\nvar faDollyFlatbed = {\n prefix: 'fas',\n iconName: 'dolly-flatbed',\n icon: [640, 512, [], \"f474\", \"M208 320h384c8.8 0 16-7.2 16-16V48c0-8.8-7.2-16-16-16H448v128l-48-32-48 32V32H208c-8.8 0-16 7.2-16 16v256c0 8.8 7.2 16 16 16zm416 64H128V16c0-8.8-7.2-16-16-16H16C7.2 0 0 7.2 0 16v32c0 8.8 7.2 16 16 16h48v368c0 8.8 7.2 16 16 16h82.9c-1.8 5-2.9 10.4-2.9 16 0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1.2-11-2.9-16H451c-1.8 5-2.9 10.4-2.9 16 0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1.2-11-2.9-16H624c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"]\n};\nvar faDonate = {\n prefix: 'fas',\n iconName: 'donate',\n icon: [512, 512, [], \"f4b9\", \"M256 416c114.9 0 208-93.1 208-208S370.9 0 256 0 48 93.1 48 208s93.1 208 208 208zM233.8 97.4V80.6c0-9.2 7.4-16.6 16.6-16.6h11.1c9.2 0 16.6 7.4 16.6 16.6v17c15.5.8 30.5 6.1 43 15.4 5.6 4.1 6.2 12.3 1.2 17.1L306 145.6c-3.8 3.7-9.5 3.8-14 1-5.4-3.4-11.4-5.1-17.8-5.1h-38.9c-9 0-16.3 8.2-16.3 18.3 0 8.2 5 15.5 12.1 17.6l62.3 18.7c25.7 7.7 43.7 32.4 43.7 60.1 0 34-26.4 61.5-59.1 62.4v16.8c0 9.2-7.4 16.6-16.6 16.6h-11.1c-9.2 0-16.6-7.4-16.6-16.6v-17c-15.5-.8-30.5-6.1-43-15.4-5.6-4.1-6.2-12.3-1.2-17.1l16.3-15.5c3.8-3.7 9.5-3.8 14-1 5.4 3.4 11.4 5.1 17.8 5.1h38.9c9 0 16.3-8.2 16.3-18.3 0-8.2-5-15.5-12.1-17.6l-62.3-18.7c-25.7-7.7-43.7-32.4-43.7-60.1.1-34 26.4-61.5 59.1-62.4zM480 352h-32.5c-19.6 26-44.6 47.7-73 64h63.8c5.3 0 9.6 3.6 9.6 8v16c0 4.4-4.3 8-9.6 8H73.6c-5.3 0-9.6-3.6-9.6-8v-16c0-4.4 4.3-8 9.6-8h63.8c-28.4-16.3-53.3-38-73-64H32c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32v-96c0-17.7-14.3-32-32-32z\"]\n};\nvar faDoorClosed = {\n prefix: 'fas',\n iconName: 'door-closed',\n icon: [640, 512, [], \"f52a\", \"M624 448H512V50.8C512 22.78 490.47 0 464 0H175.99c-26.47 0-48 22.78-48 50.8V448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM415.99 288c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32c.01 17.67-14.32 32-32 32z\"]\n};\nvar faDoorOpen = {\n prefix: 'fas',\n iconName: 'door-open',\n icon: [640, 512, [], \"f52b\", \"M624 448h-80V113.45C544 86.19 522.47 64 496 64H384v64h96v384h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM312.24 1.01l-192 49.74C105.99 54.44 96 67.7 96 82.92V448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h336V33.18c0-21.58-19.56-37.41-39.76-32.17zM264 288c-13.25 0-24-14.33-24-32s10.75-32 24-32 24 14.33 24 32-10.75 32-24 32z\"]\n};\nvar faDotCircle = {\n prefix: 'fas',\n iconName: 'dot-circle',\n icon: [512, 512, [], \"f192\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"]\n};\nvar faDove = {\n prefix: 'fas',\n iconName: 'dove',\n icon: [512, 512, [], \"f4ba\", \"M288 167.2v-28.1c-28.2-36.3-47.1-79.3-54.1-125.2-2.1-13.5-19-18.8-27.8-8.3-21.1 24.9-37.7 54.1-48.9 86.5 34.2 38.3 80 64.6 130.8 75.1zM400 64c-44.2 0-80 35.9-80 80.1v59.4C215.6 197.3 127 133 87 41.8c-5.5-12.5-23.2-13.2-29-.9C41.4 76 32 115.2 32 156.6c0 70.8 34.1 136.9 85.1 185.9 13.2 12.7 26.1 23.2 38.9 32.8l-143.9 36C1.4 414-3.4 426.4 2.6 435.7 20 462.6 63 508.2 155.8 512c8 .3 16-2.6 22.1-7.9l65.2-56.1H320c88.4 0 160-71.5 160-159.9V128l32-64H400zm0 96.1c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"]\n};\nvar faDownload = {\n prefix: 'fas',\n iconName: 'download',\n icon: [512, 512, [], \"f019\", \"M216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1L269.7 378.3c-7.5 7.5-19.8 7.5-27.3 0L90.1 226.1c-12.6-12.6-3.7-34.1 14.1-34.1H192V24c0-13.3 10.7-24 24-24zm296 376v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h146.7l49 49c20.1 20.1 52.5 20.1 72.6 0l49-49H488c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"]\n};\nvar faDraftingCompass = {\n prefix: 'fas',\n iconName: 'drafting-compass',\n icon: [512, 512, [], \"f568\", \"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"]\n};\nvar faDragon = {\n prefix: 'fas',\n iconName: 'dragon',\n icon: [640, 512, [], \"f6d5\", \"M18.32 255.78L192 223.96l-91.28 68.69c-10.08 10.08-2.94 27.31 11.31 27.31h222.7c-9.44-26.4-14.73-54.47-14.73-83.38v-42.27l-119.73-87.6c-23.82-15.88-55.29-14.01-77.06 4.59L5.81 227.64c-12.38 10.33-3.45 30.42 12.51 28.14zm556.87 34.1l-100.66-50.31A47.992 47.992 0 0 1 448 196.65v-36.69h64l28.09 22.63c6 6 14.14 9.37 22.63 9.37h30.97a32 32 0 0 0 28.62-17.69l14.31-28.62a32.005 32.005 0 0 0-3.02-33.51l-74.53-99.38C553.02 4.7 543.54 0 533.47 0H296.02c-7.13 0-10.7 8.57-5.66 13.61L352 63.96 292.42 88.8c-5.9 2.95-5.9 11.36 0 14.31L352 127.96v108.62c0 72.08 36.03 139.39 96 179.38-195.59 6.81-344.56 41.01-434.1 60.91C5.78 478.67 0 485.88 0 494.2 0 504 7.95 512 17.76 512h499.08c63.29.01 119.61-47.56 122.99-110.76 2.52-47.28-22.73-90.4-64.64-111.36zM489.18 66.25l45.65 11.41c-2.75 10.91-12.47 18.89-24.13 18.26-12.96-.71-25.85-12.53-21.52-29.67z\"]\n};\nvar faDrawPolygon = {\n prefix: 'fas',\n iconName: 'draw-polygon',\n icon: [448, 512, [], \"f5ee\", \"M384 352c-.35 0-.67.1-1.02.1l-39.2-65.32c5.07-9.17 8.22-19.56 8.22-30.78s-3.14-21.61-8.22-30.78l39.2-65.32c.35.01.67.1 1.02.1 35.35 0 64-28.65 64-64s-28.65-64-64-64c-23.63 0-44.04 12.95-55.12 32H119.12C108.04 44.95 87.63 32 64 32 28.65 32 0 60.65 0 96c0 23.63 12.95 44.04 32 55.12v209.75C12.95 371.96 0 392.37 0 416c0 35.35 28.65 64 64 64 23.63 0 44.04-12.95 55.12-32h209.75c11.09 19.05 31.49 32 55.12 32 35.35 0 64-28.65 64-64 .01-35.35-28.64-64-63.99-64zm-288 8.88V151.12A63.825 63.825 0 0 0 119.12 128h208.36l-38.46 64.1c-.35-.01-.67-.1-1.02-.1-35.35 0-64 28.65-64 64s28.65 64 64 64c.35 0 .67-.1 1.02-.1l38.46 64.1H119.12A63.748 63.748 0 0 0 96 360.88zM272 256c0-8.82 7.18-16 16-16s16 7.18 16 16-7.18 16-16 16-16-7.18-16-16zM400 96c0 8.82-7.18 16-16 16s-16-7.18-16-16 7.18-16 16-16 16 7.18 16 16zM64 80c8.82 0 16 7.18 16 16s-7.18 16-16 16-16-7.18-16-16 7.18-16 16-16zM48 416c0-8.82 7.18-16 16-16s16 7.18 16 16-7.18 16-16 16-16-7.18-16-16zm336 16c-8.82 0-16-7.18-16-16s7.18-16 16-16 16 7.18 16 16-7.18 16-16 16z\"]\n};\nvar faDrum = {\n prefix: 'fas',\n iconName: 'drum',\n icon: [512, 512, [], \"f569\", \"M431.34 122.05l73.53-47.42a16 16 0 0 0 4.44-22.19l-8.87-13.31a16 16 0 0 0-22.19-4.44l-110.06 71C318.43 96.91 271.22 96 256 96 219.55 96 0 100.55 0 208.15v160.23c0 30.27 27.5 57.68 72 77.86v-101.9a24 24 0 1 1 48 0v118.93c33.05 9.11 71.07 15.06 112 16.73V376.39a24 24 0 1 1 48 0V480c40.93-1.67 78.95-7.62 112-16.73V344.34a24 24 0 1 1 48 0v101.9c44.5-20.18 72-47.59 72-77.86V208.15c0-43.32-35.76-69.76-80.66-86.1zM256 272.24c-114.88 0-208-28.69-208-64.09s93.12-64.08 208-64.08c17.15 0 33.73.71 49.68 1.91l-72.81 47a16 16 0 0 0-4.43 22.19l8.87 13.31a16 16 0 0 0 22.19 4.44l118.64-76.52C430.09 168 464 186.84 464 208.15c0 35.4-93.13 64.09-208 64.09z\"]\n};\nvar faDrumSteelpan = {\n prefix: 'fas',\n iconName: 'drum-steelpan',\n icon: [576, 512, [], \"f56a\", \"M288 32C128.94 32 0 89.31 0 160v192c0 70.69 128.94 128 288 128s288-57.31 288-128V160c0-70.69-128.94-128-288-128zm-82.99 158.36c-4.45 16.61-14.54 30.57-28.31 40.48C100.23 217.46 48 190.78 48 160c0-30.16 50.11-56.39 124.04-70.03l25.6 44.34c9.86 17.09 12.48 36.99 7.37 56.05zM288 240c-21.08 0-41.41-1-60.89-2.7 8.06-26.13 32.15-45.3 60.89-45.3s52.83 19.17 60.89 45.3C329.41 239 309.08 240 288 240zm64-144c0 35.29-28.71 64-64 64s-64-28.71-64-64V82.96c20.4-1.88 41.8-2.96 64-2.96s43.6 1.08 64 2.96V96zm46.93 134.9c-13.81-9.91-23.94-23.9-28.4-40.54-5.11-19.06-2.49-38.96 7.38-56.04l25.65-44.42C477.72 103.5 528 129.79 528 160c0 30.83-52.4 57.54-129.07 70.9z\"]\n};\nvar faDrumstickBite = {\n prefix: 'fas',\n iconName: 'drumstick-bite',\n icon: [512, 512, [], \"f6d7\", \"M462.8 49.57a169.44 169.44 0 0 0-239.5 0C187.82 85 160.13 128 160.13 192v85.83l-40.62 40.59c-9.7 9.69-24 11.07-36.78 6a60.33 60.33 0 0 0-65 98.72C33 438.39 54.24 442.7 73.85 438.21c-4.5 19.6-.18 40.83 15.1 56.1a60.35 60.35 0 0 0 98.8-65c-5.09-12.73-3.72-27 6-36.75L234.36 352h85.89a187.87 187.87 0 0 0 61.89-10c-39.64-43.89-39.83-110.23 1.05-151.07 34.38-34.36 86.76-39.46 128.74-16.8 1.3-44.96-14.81-90.28-49.13-124.56z\"]\n};\nvar faDumbbell = {\n prefix: 'fas',\n iconName: 'dumbbell',\n icon: [640, 512, [], \"f44b\", \"M104 96H56c-13.3 0-24 10.7-24 24v104H8c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h24v104c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V120c0-13.3-10.7-24-24-24zm528 128h-24V120c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v272c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V288h24c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM456 32h-48c-13.3 0-24 10.7-24 24v168H256V56c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v400c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V288h128v168c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24z\"]\n};\nvar faDumpster = {\n prefix: 'fas',\n iconName: 'dumpster',\n icon: [576, 512, [], \"f793\", \"M560 160c10.4 0 18-9.8 15.5-19.9l-24-96C549.7 37 543.3 32 536 32h-98.9l25.6 128H560zM272 32H171.5l-25.6 128H272V32zm132.5 0H304v128h126.1L404.5 32zM16 160h97.3l25.6-128H40c-7.3 0-13.7 5-15.5 12.1l-24 96C-2 150.2 5.6 160 16 160zm544 64h-20l4-32H32l4 32H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h28l20 160v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h320v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16l20-160h28c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"]\n};\nvar faDumpsterFire = {\n prefix: 'fas',\n iconName: 'dumpster-fire',\n icon: [640, 512, [], \"f794\", \"M418.7 104.1l.2-.2-14.4-72H304v128h60.8c16.2-19.3 34.2-38.2 53.9-55.8zM272 32H171.5l-25.6 128H272V32zm189.3 72.1c18.2 16.3 35.5 33.7 51.1 51.5 5.7-5.6 11.4-11.1 17.3-16.3l21.3-19 21.3 19c1.1.9 2.1 2.1 3.1 3.1-.1-.8.2-1.5 0-2.3l-24-96C549.7 37 543.3 32 536 32h-98.9l12.3 61.5 11.9 10.6zM16 160h97.3l25.6-128H40c-7.3 0-13.7 5-15.5 12.1l-24 96C-2 150.2 5.6 160 16 160zm324.6 32H32l4 32H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h28l20 160v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h208.8c-30.2-33.7-48.8-77.9-48.8-126.4 0-35.9 19.9-82.9 52.6-129.6zm210.5-28.8c-14.9 13.3-28.3 27.2-40.2 41.2-19.5-25.8-43.6-52-71-76.4-70.2 62.7-120 144.3-120 193.6 0 87.5 71.6 158.4 160 158.4s160-70.9 160-158.4c.1-36.6-37-112.2-88.8-158.4zm-18.6 229.4c-14.7 10.7-32.9 17-52.5 17-49 0-88.9-33.5-88.9-88 0-27.1 16.5-51 49.4-91.9 4.7 5.6 67.1 88.1 67.1 88.1l39.8-47c2.8 4.8 5.4 9.5 7.7 14 18.6 36.7 10.8 83.6-22.6 107.8z\"]\n};\nvar faDungeon = {\n prefix: 'fas',\n iconName: 'dungeon',\n icon: [512, 512, [], \"f6d9\", \"M128.73 195.32l-82.81-51.76c-8.04-5.02-18.99-2.17-22.93 6.45A254.19 254.19 0 0 0 .54 239.28C-.05 248.37 7.59 256 16.69 256h97.13c7.96 0 14.08-6.25 15.01-14.16 1.09-9.33 3.24-18.33 6.24-26.94 2.56-7.34.25-15.46-6.34-19.58zM319.03 8C298.86 2.82 277.77 0 256 0s-42.86 2.82-63.03 8c-9.17 2.35-13.91 12.6-10.39 21.39l37.47 104.03A16.003 16.003 0 0 0 235.1 144h41.8c6.75 0 12.77-4.23 15.05-10.58l37.47-104.03c3.52-8.79-1.22-19.03-10.39-21.39zM112 288H16c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm0 128H16c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm77.31-283.67l-36.32-90.8c-3.53-8.83-14.13-12.99-22.42-8.31a257.308 257.308 0 0 0-71.61 59.89c-6.06 7.32-3.85 18.48 4.22 23.52l82.93 51.83c6.51 4.07 14.66 2.62 20.11-2.79 5.18-5.15 10.79-9.85 16.79-14.05 6.28-4.41 9.15-12.17 6.3-19.29zM398.18 256h97.13c9.1 0 16.74-7.63 16.15-16.72a254.135 254.135 0 0 0-22.45-89.27c-3.94-8.62-14.89-11.47-22.93-6.45l-82.81 51.76c-6.59 4.12-8.9 12.24-6.34 19.58 3.01 8.61 5.15 17.62 6.24 26.94.93 7.91 7.05 14.16 15.01 14.16zm54.85-162.89a257.308 257.308 0 0 0-71.61-59.89c-8.28-4.68-18.88-.52-22.42 8.31l-36.32 90.8c-2.85 7.12.02 14.88 6.3 19.28 6 4.2 11.61 8.9 16.79 14.05 5.44 5.41 13.6 6.86 20.11 2.79l82.93-51.83c8.07-5.03 10.29-16.19 4.22-23.51zM496 288h-96c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm0 128h-96c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zM240 177.62V472c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8V177.62c-5.23-.89-10.52-1.62-16-1.62s-10.77.73-16 1.62zm-64 41.51V472c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8V189.36c-12.78 7.45-23.84 17.47-32 29.77zm128-29.77V472c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8V219.13c-8.16-12.3-19.22-22.32-32-29.77z\"]\n};\nvar faEdit = {\n prefix: 'fas',\n iconName: 'edit',\n icon: [576, 512, [], \"f044\", \"M402.6 83.2l90.2 90.2c3.8 3.8 3.8 10 0 13.8L274.4 405.6l-92.8 10.3c-12.4 1.4-22.9-9.1-21.5-21.5l10.3-92.8L388.8 83.2c3.8-3.8 10-3.8 13.8 0zm162-22.9l-48.8-48.8c-15.2-15.2-39.9-15.2-55.2 0l-35.4 35.4c-3.8 3.8-3.8 10 0 13.8l90.2 90.2c3.8 3.8 10 3.8 13.8 0l35.4-35.4c15.2-15.3 15.2-40 0-55.2zM384 346.2V448H64V128h229.8c3.2 0 6.2-1.3 8.5-3.5l40-40c7.6-7.6 2.2-20.5-8.5-20.5H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V306.2c0-10.7-12.9-16-20.5-8.5l-40 40c-2.2 2.3-3.5 5.3-3.5 8.5z\"]\n};\nvar faEgg = {\n prefix: 'fas',\n iconName: 'egg',\n icon: [384, 512, [], \"f7fb\", \"M192 0C86 0 0 214 0 320s86 192 192 192 192-86 192-192S298 0 192 0z\"]\n};\nvar faEject = {\n prefix: 'fas',\n iconName: 'eject',\n icon: [448, 512, [], \"f052\", \"M448 384v64c0 17.673-14.327 32-32 32H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h384c17.673 0 32 14.327 32 32zM48.053 320h351.886c41.651 0 63.581-49.674 35.383-80.435L259.383 47.558c-19.014-20.743-51.751-20.744-70.767 0L12.67 239.565C-15.475 270.268 6.324 320 48.053 320z\"]\n};\nvar faEllipsisH = {\n prefix: 'fas',\n iconName: 'ellipsis-h',\n icon: [512, 512, [], \"f141\", \"M328 256c0 39.8-32.2 72-72 72s-72-32.2-72-72 32.2-72 72-72 72 32.2 72 72zm104-72c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72zm-352 0c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72z\"]\n};\nvar faEllipsisV = {\n prefix: 'fas',\n iconName: 'ellipsis-v',\n icon: [192, 512, [], \"f142\", \"M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z\"]\n};\nvar faEnvelope = {\n prefix: 'fas',\n iconName: 'envelope',\n icon: [512, 512, [], \"f0e0\", \"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"]\n};\nvar faEnvelopeOpen = {\n prefix: 'fas',\n iconName: 'envelope-open',\n icon: [512, 512, [], \"f2b6\", \"M512 464c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V200.724a48 48 0 0 1 18.387-37.776c24.913-19.529 45.501-35.365 164.2-121.511C199.412 29.17 232.797-.347 256 .003c23.198-.354 56.596 29.172 73.413 41.433 118.687 86.137 139.303 101.995 164.2 121.512A48 48 0 0 1 512 200.724V464zm-65.666-196.605c-2.563-3.728-7.7-4.595-11.339-1.907-22.845 16.873-55.462 40.705-105.582 77.079-16.825 12.266-50.21 41.781-73.413 41.43-23.211.344-56.559-29.143-73.413-41.43-50.114-36.37-82.734-60.204-105.582-77.079-3.639-2.688-8.776-1.821-11.339 1.907l-9.072 13.196a7.998 7.998 0 0 0 1.839 10.967c22.887 16.899 55.454 40.69 105.303 76.868 20.274 14.781 56.524 47.813 92.264 47.573 35.724.242 71.961-32.771 92.263-47.573 49.85-36.179 82.418-59.97 105.303-76.868a7.998 7.998 0 0 0 1.839-10.967l-9.071-13.196z\"]\n};\nvar faEnvelopeOpenText = {\n prefix: 'fas',\n iconName: 'envelope-open-text',\n icon: [512, 512, [], \"f658\", \"M176 216h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16zm-16 80c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16zm96 121.13c-16.42 0-32.84-5.06-46.86-15.19L0 250.86V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V250.86L302.86 401.94c-14.02 10.12-30.44 15.19-46.86 15.19zm237.61-254.18c-8.85-6.94-17.24-13.47-29.61-22.81V96c0-26.51-21.49-48-48-48h-77.55c-3.04-2.2-5.87-4.26-9.04-6.56C312.6 29.17 279.2-.35 256 0c-23.2-.35-56.59 29.17-73.41 41.44-3.17 2.3-6 4.36-9.04 6.56H96c-26.51 0-48 21.49-48 48v44.14c-12.37 9.33-20.76 15.87-29.61 22.81A47.995 47.995 0 0 0 0 200.72v10.65l96 69.35V96h320v184.72l96-69.35v-10.65c0-14.74-6.78-28.67-18.39-37.77z\"]\n};\nvar faEnvelopeSquare = {\n prefix: 'fas',\n iconName: 'envelope-square',\n icon: [448, 512, [], \"f199\", \"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM178.117 262.104C87.429 196.287 88.353 196.121 64 177.167V152c0-13.255 10.745-24 24-24h272c13.255 0 24 10.745 24 24v25.167c-24.371 18.969-23.434 19.124-114.117 84.938-10.5 7.655-31.392 26.12-45.883 25.894-14.503.218-35.367-18.227-45.883-25.895zM384 217.775V360c0 13.255-10.745 24-24 24H88c-13.255 0-24-10.745-24-24V217.775c13.958 10.794 33.329 25.236 95.303 70.214 14.162 10.341 37.975 32.145 64.694 32.01 26.887.134 51.037-22.041 64.72-32.025 61.958-44.965 81.325-59.406 95.283-70.199z\"]\n};\nvar faEquals = {\n prefix: 'fas',\n iconName: 'equals',\n icon: [448, 512, [], \"f52c\", \"M416 304H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32zm0-192H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"]\n};\nvar faEraser = {\n prefix: 'fas',\n iconName: 'eraser',\n icon: [512, 512, [], \"f12d\", \"M497.941 273.941c18.745-18.745 18.745-49.137 0-67.882l-160-160c-18.745-18.745-49.136-18.746-67.883 0l-256 256c-18.745 18.745-18.745 49.137 0 67.882l96 96A48.004 48.004 0 0 0 144 480h356c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12H355.883l142.058-142.059zm-302.627-62.627l137.373 137.373L265.373 416H150.628l-80-80 124.686-124.686z\"]\n};\nvar faEthernet = {\n prefix: 'fas',\n iconName: 'ethernet',\n icon: [512, 512, [], \"f796\", \"M496 192h-48v-48c0-8.8-7.2-16-16-16h-48V80c0-8.8-7.2-16-16-16H144c-8.8 0-16 7.2-16 16v48H80c-8.8 0-16 7.2-16 16v48H16c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16h80V320h32v128h64V320h32v128h64V320h32v128h64V320h32v128h80c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16z\"]\n};\nvar faEuroSign = {\n prefix: 'fas',\n iconName: 'euro-sign',\n icon: [320, 512, [], \"f153\", \"M310.706 413.765c-1.314-6.63-7.835-10.872-14.424-9.369-10.692 2.439-27.422 5.413-45.426 5.413-56.763 0-101.929-34.79-121.461-85.449h113.689a12 12 0 0 0 11.708-9.369l6.373-28.36c1.686-7.502-4.019-14.631-11.708-14.631H115.22c-1.21-14.328-1.414-28.287.137-42.245H261.95a12 12 0 0 0 11.723-9.434l6.512-29.755c1.638-7.484-4.061-14.566-11.723-14.566H130.184c20.633-44.991 62.69-75.03 117.619-75.03 14.486 0 28.564 2.25 37.851 4.145 6.216 1.268 12.347-2.498 14.002-8.623l11.991-44.368c1.822-6.741-2.465-13.616-9.326-14.917C290.217 34.912 270.71 32 249.635 32 152.451 32 74.03 92.252 45.075 176H12c-6.627 0-12 5.373-12 12v29.755c0 6.627 5.373 12 12 12h21.569c-1.009 13.607-1.181 29.287-.181 42.245H12c-6.627 0-12 5.373-12 12v28.36c0 6.627 5.373 12 12 12h30.114C67.139 414.692 145.264 480 249.635 480c26.301 0 48.562-4.544 61.101-7.788 6.167-1.595 10.027-7.708 8.788-13.957l-8.818-44.49z\"]\n};\nvar faExchangeAlt = {\n prefix: 'fas',\n iconName: 'exchange-alt',\n icon: [512, 512, [], \"f362\", \"M0 168v-16c0-13.255 10.745-24 24-24h360V80c0-21.367 25.899-32.042 40.971-16.971l80 80c9.372 9.373 9.372 24.569 0 33.941l-80 80C409.956 271.982 384 261.456 384 240v-48H24c-13.255 0-24-10.745-24-24zm488 152H128v-48c0-21.314-25.862-32.08-40.971-16.971l-80 80c-9.372 9.373-9.372 24.569 0 33.941l80 80C102.057 463.997 128 453.437 128 432v-48h360c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24z\"]\n};\nvar faExclamation = {\n prefix: 'fas',\n iconName: 'exclamation',\n icon: [192, 512, [], \"f12a\", \"M176 432c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zM25.26 25.199l13.6 272C39.499 309.972 50.041 320 62.83 320h66.34c12.789 0 23.331-10.028 23.97-22.801l13.6-272C167.425 11.49 156.496 0 142.77 0H49.23C35.504 0 24.575 11.49 25.26 25.199z\"]\n};\nvar faExclamationCircle = {\n prefix: 'fas',\n iconName: 'exclamation-circle',\n icon: [512, 512, [], \"f06a\", \"M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z\"]\n};\nvar faExclamationTriangle = {\n prefix: 'fas',\n iconName: 'exclamation-triangle',\n icon: [576, 512, [], \"f071\", \"M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z\"]\n};\nvar faExpand = {\n prefix: 'fas',\n iconName: 'expand',\n icon: [448, 512, [], \"f065\", \"M0 180V56c0-13.3 10.7-24 24-24h124c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H64v84c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12zM288 44v40c0 6.6 5.4 12 12 12h84v84c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12V56c0-13.3-10.7-24-24-24H300c-6.6 0-12 5.4-12 12zm148 276h-40c-6.6 0-12 5.4-12 12v84h-84c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h124c13.3 0 24-10.7 24-24V332c0-6.6-5.4-12-12-12zM160 468v-40c0-6.6-5.4-12-12-12H64v-84c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v124c0 13.3 10.7 24 24 24h124c6.6 0 12-5.4 12-12z\"]\n};\nvar faExpandArrowsAlt = {\n prefix: 'fas',\n iconName: 'expand-arrows-alt',\n icon: [448, 512, [], \"f31e\", \"M448 344v112a23.94 23.94 0 0 1-24 24H312c-21.39 0-32.09-25.9-17-41l36.2-36.2L224 295.6 116.77 402.9 153 439c15.09 15.1 4.39 41-17 41H24a23.94 23.94 0 0 1-24-24V344c0-21.4 25.89-32.1 41-17l36.19 36.2L184.46 256 77.18 148.7 41 185c-15.1 15.1-41 4.4-41-17V56a23.94 23.94 0 0 1 24-24h112c21.39 0 32.09 25.9 17 41l-36.2 36.2L224 216.4l107.23-107.3L295 73c-15.09-15.1-4.39-41 17-41h112a23.94 23.94 0 0 1 24 24v112c0 21.4-25.89 32.1-41 17l-36.19-36.2L263.54 256l107.28 107.3L407 327.1c15.1-15.2 41-4.5 41 16.9z\"]\n};\nvar faExternalLinkAlt = {\n prefix: 'fas',\n iconName: 'external-link-alt',\n icon: [512, 512, [], \"f35d\", \"M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z\"]\n};\nvar faExternalLinkSquareAlt = {\n prefix: 'fas',\n iconName: 'external-link-square-alt',\n icon: [448, 512, [], \"f360\", \"M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zm-88 16H248.029c-21.313 0-32.08 25.861-16.971 40.971l31.984 31.987L67.515 364.485c-4.686 4.686-4.686 12.284 0 16.971l31.029 31.029c4.687 4.686 12.285 4.686 16.971 0l195.526-195.526 31.988 31.991C358.058 263.977 384 253.425 384 231.979V120c0-13.255-10.745-24-24-24z\"]\n};\nvar faEye = {\n prefix: 'fas',\n iconName: 'eye',\n icon: [576, 512, [], \"f06e\", \"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"]\n};\nvar faEyeDropper = {\n prefix: 'fas',\n iconName: 'eye-dropper',\n icon: [512, 512, [], \"f1fb\", \"M50.75 333.25c-12 12-18.75 28.28-18.75 45.26V424L0 480l32 32 56-32h45.49c16.97 0 33.25-6.74 45.25-18.74l126.64-126.62-128-128L50.75 333.25zM483.88 28.12c-37.47-37.5-98.28-37.5-135.75 0l-77.09 77.09-13.1-13.1c-9.44-9.44-24.65-9.31-33.94 0l-40.97 40.97c-9.37 9.37-9.37 24.57 0 33.94l161.94 161.94c9.44 9.44 24.65 9.31 33.94 0L419.88 288c9.37-9.37 9.37-24.57 0-33.94l-13.1-13.1 77.09-77.09c37.51-37.48 37.51-98.26.01-135.75z\"]\n};\nvar faEyeSlash = {\n prefix: 'fas',\n iconName: 'eye-slash',\n icon: [640, 512, [], \"f070\", \"M320 400c-75.85 0-137.25-58.71-142.9-133.11L72.2 185.82c-13.79 17.3-26.48 35.59-36.72 55.59a32.35 32.35 0 0 0 0 29.19C89.71 376.41 197.07 448 320 448c26.91 0 52.87-4 77.89-10.46L346 397.39a144.13 144.13 0 0 1-26 2.61zm313.82 58.1l-110.55-85.44a331.25 331.25 0 0 0 81.25-102.07 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64a308.15 308.15 0 0 0-147.32 37.7L45.46 3.37A16 16 0 0 0 23 6.18L3.37 31.45A16 16 0 0 0 6.18 53.9l588.36 454.73a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zm-183.72-142l-39.3-30.38A94.75 94.75 0 0 0 416 256a94.76 94.76 0 0 0-121.31-92.21A47.65 47.65 0 0 1 304 192a46.64 46.64 0 0 1-1.54 10l-73.61-56.89A142.31 142.31 0 0 1 320 112a143.92 143.92 0 0 1 144 144c0 21.63-5.29 41.79-13.9 60.11z\"]\n};\nvar faFan = {\n prefix: 'fas',\n iconName: 'fan',\n icon: [512, 512, [], \"f863\", \"M352.57 128c-28.09 0-54.09 4.52-77.06 12.86l12.41-123.11C289 7.31 279.81-1.18 269.33.13 189.63 10.13 128 77.64 128 159.43c0 28.09 4.52 54.09 12.86 77.06L17.75 224.08C7.31 223-1.18 232.19.13 242.67c10 79.7 77.51 141.33 159.3 141.33 28.09 0 54.09-4.52 77.06-12.86l-12.41 123.11c-1.05 10.43 8.11 18.93 18.59 17.62 79.7-10 141.33-77.51 141.33-159.3 0-28.09-4.52-54.09-12.86-77.06l123.11 12.41c10.44 1.05 18.93-8.11 17.62-18.59-10-79.7-77.51-141.33-159.3-141.33zM256 288a32 32 0 1 1 32-32 32 32 0 0 1-32 32z\"]\n};\nvar faFastBackward = {\n prefix: 'fas',\n iconName: 'fast-backward',\n icon: [512, 512, [], \"f049\", \"M0 436V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v151.9L235.5 71.4C256.1 54.3 288 68.6 288 96v131.9L459.5 71.4C480.1 54.3 512 68.6 512 96v320c0 27.4-31.9 41.7-52.5 24.6L288 285.3V416c0 27.4-31.9 41.7-52.5 24.6L64 285.3V436c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12z\"]\n};\nvar faFastForward = {\n prefix: 'fas',\n iconName: 'fast-forward',\n icon: [512, 512, [], \"f050\", \"M512 76v360c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V284.1L276.5 440.6c-20.6 17.2-52.5 2.8-52.5-24.6V284.1L52.5 440.6C31.9 457.8 0 443.4 0 416V96c0-27.4 31.9-41.7 52.5-24.6L224 226.8V96c0-27.4 31.9-41.7 52.5-24.6L448 226.8V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12z\"]\n};\nvar faFax = {\n prefix: 'fas',\n iconName: 'fax',\n icon: [512, 512, [], \"f1ac\", \"M480 160V77.25a32 32 0 0 0-9.38-22.63L425.37 9.37A32 32 0 0 0 402.75 0H160a32 32 0 0 0-32 32v448a32 32 0 0 0 32 32h320a32 32 0 0 0 32-32V192a32 32 0 0 0-32-32zM288 432a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm0-128a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm128 128a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm0-128a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm0-112H192V64h160v48a16 16 0 0 0 16 16h48zM64 128H32a32 32 0 0 0-32 32v320a32 32 0 0 0 32 32h32a32 32 0 0 0 32-32V160a32 32 0 0 0-32-32z\"]\n};\nvar faFeather = {\n prefix: 'fas',\n iconName: 'feather',\n icon: [512, 512, [], \"f52d\", \"M467.14 44.84c-62.55-62.48-161.67-64.78-252.28 25.73-78.61 78.52-60.98 60.92-85.75 85.66-60.46 60.39-70.39 150.83-63.64 211.17l178.44-178.25c6.26-6.25 16.4-6.25 22.65 0s6.25 16.38 0 22.63L7.04 471.03c-9.38 9.37-9.38 24.57 0 33.94 9.38 9.37 24.6 9.37 33.98 0l66.1-66.03C159.42 454.65 279 457.11 353.95 384h-98.19l147.57-49.14c49.99-49.93 36.38-36.18 46.31-46.86h-97.78l131.54-43.8c45.44-74.46 34.31-148.84-16.26-199.36z\"]\n};\nvar faFeatherAlt = {\n prefix: 'fas',\n iconName: 'feather-alt',\n icon: [512, 512, [], \"f56b\", \"M512 0C460.22 3.56 96.44 38.2 71.01 287.61c-3.09 26.66-4.84 53.44-5.99 80.24l178.87-178.69c6.25-6.25 16.4-6.25 22.65 0s6.25 16.38 0 22.63L7.04 471.03c-9.38 9.37-9.38 24.57 0 33.94 9.38 9.37 24.59 9.37 33.98 0l57.13-57.07c42.09-.14 84.15-2.53 125.96-7.36 53.48-5.44 97.02-26.47 132.58-56.54H255.74l146.79-48.88c11.25-14.89 21.37-30.71 30.45-47.12h-81.14l106.54-53.21C500.29 132.86 510.19 26.26 512 0z\"]\n};\nvar faFemale = {\n prefix: 'fas',\n iconName: 'female',\n icon: [256, 512, [], \"f182\", \"M128 0c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64S92.654 0 128 0m119.283 354.179l-48-192A24 24 0 0 0 176 144h-11.36c-22.711 10.443-49.59 10.894-73.28 0H80a24 24 0 0 0-23.283 18.179l-48 192C4.935 369.305 16.383 384 32 384h56v104c0 13.255 10.745 24 24 24h32c13.255 0 24-10.745 24-24V384h56c15.591 0 27.071-14.671 23.283-29.821z\"]\n};\nvar faFighterJet = {\n prefix: 'fas',\n iconName: 'fighter-jet',\n icon: [640, 512, [], \"f0fb\", \"M544 224l-128-16-48-16h-24L227.158 44h39.509C278.333 44 288 41.375 288 38s-9.667-6-21.333-6H152v12h16v164h-48l-66.667-80H18.667L8 138.667V208h8v16h48v2.666l-64 8v42.667l64 8V288H16v16H8v69.333L18.667 384h34.667L120 304h48v164h-16v12h114.667c11.667 0 21.333-2.625 21.333-6s-9.667-6-21.333-6h-39.509L344 320h24l48-16 128-16c96-21.333 96-26.583 96-32 0-5.417 0-10.667-96-32z\"]\n};\nvar faFile = {\n prefix: 'fas',\n iconName: 'file',\n icon: [384, 512, [], \"f15b\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm160-14.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileAlt = {\n prefix: 'fas',\n iconName: 'file-alt',\n icon: [384, 512, [], \"f15c\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm64 236c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12v8zm0-64c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12v8zm0-72v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm96-114.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileArchive = {\n prefix: 'fas',\n iconName: 'file-archive',\n icon: [384, 512, [], \"f1c6\", \"M377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zM128.4 336c-17.9 0-32.4 12.1-32.4 27 0 15 14.6 27 32.5 27s32.4-12.1 32.4-27-14.6-27-32.5-27zM224 136V0h-63.6v32h-32V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM95.9 32h32v32h-32zm32.3 384c-33.2 0-58-30.4-51.4-62.9L96.4 256v-32h32v-32h-32v-32h32v-32h-32V96h32V64h32v32h-32v32h32v32h-32v32h32v32h-32v32h22.1c5.7 0 10.7 4.1 11.8 9.7l17.3 87.7c6.4 32.4-18.4 62.6-51.4 62.6z\"]\n};\nvar faFileAudio = {\n prefix: 'fas',\n iconName: 'file-audio',\n icon: [384, 512, [], \"f1c7\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm-64 268c0 10.7-12.9 16-20.5 8.5L104 376H76c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h28l35.5-36.5c7.6-7.6 20.5-2.2 20.5 8.5v136zm33.2-47.6c9.1-9.3 9.1-24.1 0-33.4-22.1-22.8 12.2-56.2 34.4-33.5 27.2 27.9 27.2 72.4 0 100.4-21.8 22.3-56.9-10.4-34.4-33.5zm86-117.1c54.4 55.9 54.4 144.8 0 200.8-21.8 22.4-57-10.3-34.4-33.5 36.2-37.2 36.3-96.5 0-133.8-22.1-22.8 12.3-56.3 34.4-33.5zM384 121.9v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileCode = {\n prefix: 'fas',\n iconName: 'file-code',\n icon: [384, 512, [], \"f1c9\", \"M384 121.941V128H256V0h6.059c6.365 0 12.47 2.529 16.971 7.029l97.941 97.941A24.005 24.005 0 0 1 384 121.941zM248 160c-13.2 0-24-10.8-24-24V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160H248zM123.206 400.505a5.4 5.4 0 0 1-7.633.246l-64.866-60.812a5.4 5.4 0 0 1 0-7.879l64.866-60.812a5.4 5.4 0 0 1 7.633.246l19.579 20.885a5.4 5.4 0 0 1-.372 7.747L101.65 336l40.763 35.874a5.4 5.4 0 0 1 .372 7.747l-19.579 20.884zm51.295 50.479l-27.453-7.97a5.402 5.402 0 0 1-3.681-6.692l61.44-211.626a5.402 5.402 0 0 1 6.692-3.681l27.452 7.97a5.4 5.4 0 0 1 3.68 6.692l-61.44 211.626a5.397 5.397 0 0 1-6.69 3.681zm160.792-111.045l-64.866 60.812a5.4 5.4 0 0 1-7.633-.246l-19.58-20.885a5.4 5.4 0 0 1 .372-7.747L284.35 336l-40.763-35.874a5.4 5.4 0 0 1-.372-7.747l19.58-20.885a5.4 5.4 0 0 1 7.633-.246l64.866 60.812a5.4 5.4 0 0 1-.001 7.879z\"]\n};\nvar faFileContract = {\n prefix: 'fas',\n iconName: 'file-contract',\n icon: [384, 512, [], \"f56c\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 64c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm192.81 248H304c8.84 0 16 7.16 16 16s-7.16 16-16 16h-47.19c-16.45 0-31.27-9.14-38.64-23.86-2.95-5.92-8.09-6.52-10.17-6.52s-7.22.59-10.02 6.19l-7.67 15.34a15.986 15.986 0 0 1-14.31 8.84c-.38 0-.75-.02-1.14-.05-6.45-.45-12-4.75-14.03-10.89L144 354.59l-10.61 31.88c-5.89 17.66-22.38 29.53-41 29.53H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h12.39c4.83 0 9.11-3.08 10.64-7.66l18.19-54.64c3.3-9.81 12.44-16.41 22.78-16.41s19.48 6.59 22.77 16.41l13.88 41.64c19.77-16.19 54.05-9.7 66 14.16 2.02 4.06 5.96 6.5 10.16 6.5zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFileCsv = {\n prefix: 'fas',\n iconName: 'file-csv',\n icon: [384, 512, [], \"f6dd\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm-96 144c0 4.42-3.58 8-8 8h-8c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h8c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-8c-26.51 0-48-21.49-48-48v-32c0-26.51 21.49-48 48-48h8c4.42 0 8 3.58 8 8v16zm44.27 104H160c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h12.27c5.95 0 10.41-3.5 10.41-6.62 0-1.3-.75-2.66-2.12-3.84l-21.89-18.77c-8.47-7.22-13.33-17.48-13.33-28.14 0-21.3 19.02-38.62 42.41-38.62H200c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-12.27c-5.95 0-10.41 3.5-10.41 6.62 0 1.3.75 2.66 2.12 3.84l21.89 18.77c8.47 7.22 13.33 17.48 13.33 28.14.01 21.29-19 38.62-42.39 38.62zM256 264v20.8c0 20.27 5.7 40.17 16 56.88 10.3-16.7 16-36.61 16-56.88V264c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v20.8c0 35.48-12.88 68.89-36.28 94.09-3.02 3.25-7.27 5.11-11.72 5.11s-8.7-1.86-11.72-5.11c-23.4-25.2-36.28-58.61-36.28-94.09V264c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8zm121-159L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFileDownload = {\n prefix: 'fas',\n iconName: 'file-download',\n icon: [384, 512, [], \"f56d\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm76.45 211.36l-96.42 95.7c-6.65 6.61-17.39 6.61-24.04 0l-96.42-95.7C73.42 337.29 80.54 320 94.82 320H160v-80c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v80h65.18c14.28 0 21.4 17.29 11.27 27.36zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFileExcel = {\n prefix: 'fas',\n iconName: 'file-excel',\n icon: [384, 512, [], \"f1c3\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm60.1 106.5L224 336l60.1 93.5c5.1 8-.6 18.5-10.1 18.5h-34.9c-4.4 0-8.5-2.4-10.6-6.3C208.9 405.5 192 373 192 373c-6.4 14.8-10 20-36.6 68.8-2.1 3.9-6.1 6.3-10.5 6.3H110c-9.5 0-15.2-10.5-10.1-18.5l60.3-93.5-60.3-93.5c-5.2-8 .6-18.5 10.1-18.5h34.8c4.4 0 8.5 2.4 10.6 6.3 26.1 48.8 20 33.6 36.6 68.5 0 0 6.1-11.7 36.6-68.5 2.1-3.9 6.2-6.3 10.6-6.3H274c9.5-.1 15.2 10.4 10.1 18.4zM384 121.9v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileExport = {\n prefix: 'fas',\n iconName: 'file-export',\n icon: [576, 512, [], \"f56e\", \"M384 121.9c0-6.3-2.5-12.4-7-16.9L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128zM571 308l-95.7-96.4c-10.1-10.1-27.4-3-27.4 11.3V288h-64v64h64v65.2c0 14.3 17.3 21.4 27.4 11.3L571 332c6.6-6.6 6.6-17.4 0-24zm-379 28v-32c0-8.8 7.2-16 16-16h176V160H248c-13.2 0-24-10.8-24-24V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V352H208c-8.8 0-16-7.2-16-16z\"]\n};\nvar faFileImage = {\n prefix: 'fas',\n iconName: 'file-image',\n icon: [384, 512, [], \"f1c5\", \"M384 121.941V128H256V0h6.059a24 24 0 0 1 16.97 7.029l97.941 97.941a24.002 24.002 0 0 1 7.03 16.971zM248 160c-13.2 0-24-10.8-24-24V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160H248zm-135.455 16c26.51 0 48 21.49 48 48s-21.49 48-48 48-48-21.49-48-48 21.491-48 48-48zm208 240h-256l.485-48.485L104.545 328c4.686-4.686 11.799-4.201 16.485.485L160.545 368 264.06 264.485c4.686-4.686 12.284-4.686 16.971 0L320.545 304v112z\"]\n};\nvar faFileImport = {\n prefix: 'fas',\n iconName: 'file-import',\n icon: [512, 512, [], \"f56f\", \"M16 288c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h112v-64zm489-183L407.1 7c-4.5-4.5-10.6-7-17-7H384v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H152c-13.3 0-24 10.7-24 24v264h128v-65.2c0-14.3 17.3-21.4 27.4-11.3L379 308c6.6 6.7 6.6 17.4 0 24l-95.7 96.4c-10.1 10.1-27.4 3-27.4-11.3V352H128v136c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H376c-13.2 0-24-10.8-24-24z\"]\n};\nvar faFileInvoice = {\n prefix: 'fas',\n iconName: 'file-invoice',\n icon: [384, 512, [], \"f570\", \"M288 256H96v64h192v-64zm89-151L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 64c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm256 304c0 4.42-3.58 8-8 8h-80c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16zm0-200v96c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-96c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16z\"]\n};\nvar faFileInvoiceDollar = {\n prefix: 'fas',\n iconName: 'file-invoice-dollar',\n icon: [384, 512, [], \"f571\", \"M377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 80v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8zm144 263.88V440c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-24.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V232c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v24.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07z\"]\n};\nvar faFileMedical = {\n prefix: 'fas',\n iconName: 'file-medical',\n icon: [384, 512, [], \"f477\", \"M377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm64 160v48c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8z\"]\n};\nvar faFileMedicalAlt = {\n prefix: 'fas',\n iconName: 'file-medical-alt',\n icon: [448, 512, [], \"f478\", \"M288 136V0H88C74.7 0 64 10.7 64 24v232H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h140.9c3 0 5.8 1.7 7.2 4.4l19.9 39.8 56.8-113.7c2.9-5.9 11.4-5.9 14.3 0l34.7 69.5H352c8.8 0 16 7.2 16 16s-7.2 16-16 16h-89.9L240 275.8l-56.8 113.7c-2.9 5.9-11.4 5.9-14.3 0L134.1 320H64v168c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H312c-13.2 0-24-10.8-24-24zm153-31L343.1 7c-4.5-4.5-10.6-7-17-7H320v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFilePdf = {\n prefix: 'fas',\n iconName: 'file-pdf',\n icon: [384, 512, [], \"f1c1\", \"M181.9 256.1c-5-16-4.9-46.9-2-46.9 8.4 0 7.6 36.9 2 46.9zm-1.7 47.2c-7.7 20.2-17.3 43.3-28.4 62.7 18.3-7 39-17.2 62.9-21.9-12.7-9.6-24.9-23.4-34.5-40.8zM86.1 428.1c0 .8 13.2-5.4 34.9-40.2-6.7 6.3-29.1 24.5-34.9 40.2zM248 160h136v328c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V24C0 10.7 10.7 0 24 0h200v136c0 13.2 10.8 24 24 24zm-8 171.8c-20-12.2-33.3-29-42.7-53.8 4.5-18.5 11.6-46.6 6.2-64.2-4.7-29.4-42.4-26.5-47.8-6.8-5 18.3-.4 44.1 8.1 77-11.6 27.6-28.7 64.6-40.8 85.8-.1 0-.1.1-.2.1-27.1 13.9-73.6 44.5-54.5 68 5.6 6.9 16 10 21.5 10 17.9 0 35.7-18 61.1-61.8 25.8-8.5 54.1-19.1 79-23.2 21.7 11.8 47.1 19.5 64 19.5 29.2 0 31.2-32 19.7-43.4-13.9-13.6-54.3-9.7-73.6-7.2zM377 105L279 7c-4.5-4.5-10.6-7-17-7h-6v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-74.1 255.3c4.1-2.7-2.5-11.9-42.8-9 37.1 15.8 42.8 9 42.8 9z\"]\n};\nvar faFilePowerpoint = {\n prefix: 'fas',\n iconName: 'file-powerpoint',\n icon: [384, 512, [], \"f1c4\", \"M193.7 271.2c8.8 0 15.5 2.7 20.3 8.1 9.6 10.9 9.8 32.7-.2 44.1-4.9 5.6-11.9 8.5-21.1 8.5h-26.9v-60.7h27.9zM377 105L279 7c-4.5-4.5-10.6-7-17-7h-6v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm53 165.2c0 90.3-88.8 77.6-111.1 77.6V436c0 6.6-5.4 12-12 12h-30.8c-6.6 0-12-5.4-12-12V236.2c0-6.6 5.4-12 12-12h81c44.5 0 72.9 32.8 72.9 77z\"]\n};\nvar faFilePrescription = {\n prefix: 'fas',\n iconName: 'file-prescription',\n icon: [384, 512, [], \"f572\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm68.53 179.48l11.31 11.31c6.25 6.25 6.25 16.38 0 22.63l-29.9 29.9L304 409.38c6.25 6.25 6.25 16.38 0 22.63l-11.31 11.31c-6.25 6.25-16.38 6.25-22.63 0L240 413.25l-30.06 30.06c-6.25 6.25-16.38 6.25-22.63 0L176 432c-6.25-6.25-6.25-16.38 0-22.63l30.06-30.06L146.74 320H128v48c0 8.84-7.16 16-16 16H96c-8.84 0-16-7.16-16-16V208c0-8.84 7.16-16 16-16h80c35.35 0 64 28.65 64 64 0 24.22-13.62 45.05-33.46 55.92L240 345.38l29.9-29.9c6.25-6.25 16.38-6.25 22.63 0zM176 272h-48v-32h48c8.82 0 16 7.18 16 16s-7.18 16-16 16zm208-150.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFileSignature = {\n prefix: 'fas',\n iconName: 'file-signature',\n icon: [576, 512, [], \"f573\", \"M218.17 424.14c-2.95-5.92-8.09-6.52-10.17-6.52s-7.22.59-10.02 6.19l-7.67 15.34c-6.37 12.78-25.03 11.37-29.48-2.09L144 386.59l-10.61 31.88c-5.89 17.66-22.38 29.53-41 29.53H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h12.39c4.83 0 9.11-3.08 10.64-7.66l18.19-54.64c3.3-9.81 12.44-16.41 22.78-16.41s19.48 6.59 22.77 16.41l13.88 41.64c19.75-16.19 54.06-9.7 66 14.16 1.89 3.78 5.49 5.95 9.36 6.26v-82.12l128-127.09V160H248c-13.2 0-24-10.8-24-24V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24v-40l-128-.11c-16.12-.31-30.58-9.28-37.83-23.75zM384 121.9c0-6.3-2.5-12.4-7-16.9L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1zm-96 225.06V416h68.99l161.68-162.78-67.88-67.88L288 346.96zm280.54-179.63l-31.87-31.87c-9.94-9.94-26.07-9.94-36.01 0l-27.25 27.25 67.88 67.88 27.25-27.25c9.95-9.94 9.95-26.07 0-36.01z\"]\n};\nvar faFileUpload = {\n prefix: 'fas',\n iconName: 'file-upload',\n icon: [384, 512, [], \"f574\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm65.18 216.01H224v80c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-80H94.82c-14.28 0-21.41-17.29-11.27-27.36l96.42-95.7c6.65-6.61 17.39-6.61 24.04 0l96.42 95.7c10.15 10.07 3.03 27.36-11.25 27.36zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"]\n};\nvar faFileVideo = {\n prefix: 'fas',\n iconName: 'file-video',\n icon: [384, 512, [], \"f1c8\", \"M384 121.941V128H256V0h6.059c6.365 0 12.47 2.529 16.971 7.029l97.941 97.941A24.005 24.005 0 0 1 384 121.941zM224 136V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160H248c-13.2 0-24-10.8-24-24zm96 144.016v111.963c0 21.445-25.943 31.998-40.971 16.971L224 353.941V392c0 13.255-10.745 24-24 24H88c-13.255 0-24-10.745-24-24V280c0-13.255 10.745-24 24-24h112c13.255 0 24 10.745 24 24v38.059l55.029-55.013c15.011-15.01 40.971-4.491 40.971 16.97z\"]\n};\nvar faFileWord = {\n prefix: 'fas',\n iconName: 'file-word',\n icon: [384, 512, [], \"f1c2\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm57.1 120H305c7.7 0 13.4 7.1 11.7 14.7l-38 168c-1.2 5.5-6.1 9.3-11.7 9.3h-38c-5.5 0-10.3-3.8-11.6-9.1-25.8-103.5-20.8-81.2-25.6-110.5h-.5c-1.1 14.3-2.4 17.4-25.6 110.5-1.3 5.3-6.1 9.1-11.6 9.1H117c-5.6 0-10.5-3.9-11.7-9.4l-37.8-168c-1.7-7.5 4-14.6 11.7-14.6h24.5c5.7 0 10.7 4 11.8 9.7 15.6 78 20.1 109.5 21 122.2 1.6-10.2 7.3-32.7 29.4-122.7 1.3-5.4 6.1-9.1 11.7-9.1h29.1c5.6 0 10.4 3.8 11.7 9.2 24 100.4 28.8 124 29.6 129.4-.2-11.2-2.6-17.8 21.6-129.2 1-5.6 5.9-9.5 11.5-9.5zM384 121.9v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"]\n};\nvar faFill = {\n prefix: 'fas',\n iconName: 'fill',\n icon: [512, 512, [], \"f575\", \"M502.63 217.06L294.94 9.37C288.69 3.12 280.5 0 272.31 0s-16.38 3.12-22.62 9.37l-81.58 81.58L81.93 4.77c-6.24-6.25-16.38-6.25-22.62 0L36.69 27.38c-6.24 6.25-6.24 16.38 0 22.63l86.19 86.18-94.76 94.76c-37.49 37.49-37.49 98.26 0 135.75l117.19 117.19c18.75 18.74 43.31 28.12 67.87 28.12 24.57 0 49.13-9.37 67.88-28.12l221.57-221.57c12.49-12.5 12.49-32.76 0-45.26zm-116.22 70.97H65.93c1.36-3.84 3.57-7.98 7.43-11.83l13.15-13.15 81.61-81.61 58.61 58.6c12.49 12.49 32.75 12.49 45.24 0 12.49-12.49 12.49-32.75 0-45.24l-58.61-58.6 58.95-58.95 162.45 162.44-48.35 48.34z\"]\n};\nvar faFillDrip = {\n prefix: 'fas',\n iconName: 'fill-drip',\n icon: [576, 512, [], \"f576\", \"M512 320s-64 92.65-64 128c0 35.35 28.66 64 64 64s64-28.65 64-64-64-128-64-128zm-9.37-102.94L294.94 9.37C288.69 3.12 280.5 0 272.31 0s-16.38 3.12-22.62 9.37l-81.58 81.58L81.93 4.76c-6.25-6.25-16.38-6.25-22.62 0L36.69 27.38c-6.24 6.25-6.24 16.38 0 22.62l86.19 86.18-94.76 94.76c-37.49 37.48-37.49 98.26 0 135.75l117.19 117.19c18.74 18.74 43.31 28.12 67.87 28.12 24.57 0 49.13-9.37 67.87-28.12l221.57-221.57c12.5-12.5 12.5-32.75.01-45.25zm-116.22 70.97H65.93c1.36-3.84 3.57-7.98 7.43-11.83l13.15-13.15 81.61-81.61 58.6 58.6c12.49 12.49 32.75 12.49 45.24 0s12.49-32.75 0-45.24l-58.6-58.6 58.95-58.95 162.44 162.44-48.34 48.34z\"]\n};\nvar faFilm = {\n prefix: 'fas',\n iconName: 'film',\n icon: [512, 512, [], \"f008\", \"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"]\n};\nvar faFilter = {\n prefix: 'fas',\n iconName: 'filter',\n icon: [512, 512, [], \"f0b0\", \"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"]\n};\nvar faFingerprint = {\n prefix: 'fas',\n iconName: 'fingerprint',\n icon: [512, 512, [], \"f577\", \"M256.12 245.96c-13.25 0-24 10.74-24 24 1.14 72.25-8.14 141.9-27.7 211.55-2.73 9.72 2.15 30.49 23.12 30.49 10.48 0 20.11-6.92 23.09-17.52 13.53-47.91 31.04-125.41 29.48-224.52.01-13.25-10.73-24-23.99-24zm-.86-81.73C194 164.16 151.25 211.3 152.1 265.32c.75 47.94-3.75 95.91-13.37 142.55-2.69 12.98 5.67 25.69 18.64 28.36 13.05 2.67 25.67-5.66 28.36-18.64 10.34-50.09 15.17-101.58 14.37-153.02-.41-25.95 19.92-52.49 54.45-52.34 31.31.47 57.15 25.34 57.62 55.47.77 48.05-2.81 96.33-10.61 143.55-2.17 13.06 6.69 25.42 19.76 27.58 19.97 3.33 26.81-15.1 27.58-19.77 8.28-50.03 12.06-101.21 11.27-152.11-.88-55.8-47.94-101.88-104.91-102.72zm-110.69-19.78c-10.3-8.34-25.37-6.8-33.76 3.48-25.62 31.5-39.39 71.28-38.75 112 .59 37.58-2.47 75.27-9.11 112.05-2.34 13.05 6.31 25.53 19.36 27.89 20.11 3.5 27.07-14.81 27.89-19.36 7.19-39.84 10.5-80.66 9.86-121.33-.47-29.88 9.2-57.88 28-80.97 8.35-10.28 6.79-25.39-3.49-33.76zm109.47-62.33c-15.41-.41-30.87 1.44-45.78 4.97-12.89 3.06-20.87 15.98-17.83 28.89 3.06 12.89 16 20.83 28.89 17.83 11.05-2.61 22.47-3.77 34-3.69 75.43 1.13 137.73 61.5 138.88 134.58.59 37.88-1.28 76.11-5.58 113.63-1.5 13.17 7.95 25.08 21.11 26.58 16.72 1.95 25.51-11.88 26.58-21.11a929.06 929.06 0 0 0 5.89-119.85c-1.56-98.75-85.07-180.33-186.16-181.83zm252.07 121.45c-2.86-12.92-15.51-21.2-28.61-18.27-12.94 2.86-21.12 15.66-18.26 28.61 4.71 21.41 4.91 37.41 4.7 61.6-.11 13.27 10.55 24.09 23.8 24.2h.2c13.17 0 23.89-10.61 24-23.8.18-22.18.4-44.11-5.83-72.34zm-40.12-90.72C417.29 43.46 337.6 1.29 252.81.02 183.02-.82 118.47 24.91 70.46 72.94 24.09 119.37-.9 181.04.14 246.65l-.12 21.47c-.39 13.25 10.03 24.31 23.28 24.69.23.02.48.02.72.02 12.92 0 23.59-10.3 23.97-23.3l.16-23.64c-.83-52.5 19.16-101.86 56.28-139 38.76-38.8 91.34-59.67 147.68-58.86 69.45 1.03 134.73 35.56 174.62 92.39 7.61 10.86 22.56 13.45 33.42 5.86 10.84-7.62 13.46-22.59 5.84-33.43z\"]\n};\nvar faFire = {\n prefix: 'fas',\n iconName: 'fire',\n icon: [384, 512, [], \"f06d\", \"M216 23.86c0-23.8-30.65-32.77-44.15-13.04C48 191.85 224 200 224 288c0 35.63-29.11 64.46-64.85 63.99-35.17-.45-63.15-29.77-63.15-64.94v-85.51c0-21.7-26.47-32.23-41.43-16.5C27.8 213.16 0 261.33 0 320c0 105.87 86.13 192 192 192s192-86.13 192-192c0-170.29-168-193-168-296.14z\"]\n};\nvar faFireAlt = {\n prefix: 'fas',\n iconName: 'fire-alt',\n icon: [448, 512, [], \"f7e4\", \"M323.56 51.2c-20.8 19.3-39.58 39.59-56.22 59.97C240.08 73.62 206.28 35.53 168 0 69.74 91.17 0 209.96 0 281.6 0 408.85 100.29 512 224 512s224-103.15 224-230.4c0-53.27-51.98-163.14-124.44-230.4zm-19.47 340.65C282.43 407.01 255.72 416 226.86 416 154.71 416 96 368.26 96 290.75c0-38.61 24.31-72.63 72.79-130.75 6.93 7.98 98.83 125.34 98.83 125.34l58.63-66.88c4.14 6.85 7.91 13.55 11.27 19.97 27.35 52.19 15.81 118.97-33.43 153.42z\"]\n};\nvar faFireExtinguisher = {\n prefix: 'fas',\n iconName: 'fire-extinguisher',\n icon: [448, 512, [], \"f134\", \"M434.027 26.329l-168 28C254.693 56.218 256 67.8 256 72h-58.332C208.353 36.108 181.446 0 144 0c-39.435 0-66.368 39.676-52.228 76.203-52.039 13.051-75.381 54.213-90.049 90.884-4.923 12.307 1.063 26.274 13.37 31.197 12.317 4.926 26.279-1.075 31.196-13.37C75.058 112.99 106.964 120 168 120v27.076c-41.543 10.862-72 49.235-72 94.129V488c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24V240c0-44.731-30.596-82.312-72-92.97V120h40c0 2.974-1.703 15.716 10.027 17.671l168 28C441.342 166.89 448 161.25 448 153.834V38.166c0-7.416-6.658-13.056-13.973-11.837zM144 72c-8.822 0-16-7.178-16-16s7.178-16 16-16 16 7.178 16 16-7.178 16-16 16z\"]\n};\nvar faFirstAid = {\n prefix: 'fas',\n iconName: 'first-aid',\n icon: [576, 512, [], \"f479\", \"M0 80v352c0 26.5 21.5 48 48 48h48V32H48C21.5 32 0 53.5 0 80zm128 400h320V32H128v448zm64-248c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48zM528 32h-48v448h48c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"]\n};\nvar faFish = {\n prefix: 'fas',\n iconName: 'fish',\n icon: [576, 512, [], \"f578\", \"M327.1 96c-89.97 0-168.54 54.77-212.27 101.63L27.5 131.58c-12.13-9.18-30.24.6-27.14 14.66L24.54 256 .35 365.77c-3.1 14.06 15.01 23.83 27.14 14.66l87.33-66.05C158.55 361.23 237.13 416 327.1 416 464.56 416 576 288 576 256S464.56 96 327.1 96zm87.43 184c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24 13.26 0 24 10.74 24 24 0 13.25-10.75 24-24 24z\"]\n};\nvar faFistRaised = {\n prefix: 'fas',\n iconName: 'fist-raised',\n icon: [384, 512, [], \"f6de\", \"M255.98 160V16c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v146.93c5.02-1.78 10.34-2.93 15.97-2.93h48.03zm128 95.99c-.01-35.34-28.66-63.99-63.99-63.99H207.85c-8.78 0-15.9 7.07-15.9 15.85v.56c0 26.27 21.3 47.59 47.57 47.59h35.26c9.68 0 13.2 3.58 13.2 8v16.2c0 4.29-3.59 7.78-7.88 8-44.52 2.28-64.16 24.71-96.05 72.55l-6.31 9.47a7.994 7.994 0 0 1-11.09 2.22l-13.31-8.88a7.994 7.994 0 0 1-2.22-11.09l6.31-9.47c15.73-23.6 30.2-43.26 47.31-58.08-17.27-5.51-31.4-18.12-38.87-34.45-6.59 3.41-13.96 5.52-21.87 5.52h-32c-12.34 0-23.49-4.81-32-12.48C71.48 251.19 60.33 256 48 256H16c-5.64 0-10.97-1.15-16-2.95v77.93c0 33.95 13.48 66.5 37.49 90.51L63.99 448v64h255.98v-63.96l35.91-35.92A96.035 96.035 0 0 0 384 344.21l-.02-88.22zm-32.01-90.09V48c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v112h32c11.28 0 21.94 2.31 32 5.9zM16 224h32c8.84 0 16-7.16 16-16V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v128c0 8.84 7.16 16 16 16zm95.99 0h32c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v160c0 8.84 7.16 16 16 16z\"]\n};\nvar faFlag = {\n prefix: 'fas',\n iconName: 'flag',\n icon: [512, 512, [], \"f024\", \"M349.565 98.783C295.978 98.783 251.721 64 184.348 64c-24.955 0-47.309 4.384-68.045 12.013a55.947 55.947 0 0 0 3.586-23.562C118.117 24.015 94.806 1.206 66.338.048 34.345-1.254 8 24.296 8 56c0 19.026 9.497 35.825 24 45.945V488c0 13.255 10.745 24 24 24h16c13.255 0 24-10.745 24-24v-94.4c28.311-12.064 63.582-22.122 114.435-22.122 53.588 0 97.844 34.783 165.217 34.783 48.169 0 86.667-16.294 122.505-40.858C506.84 359.452 512 349.571 512 339.045v-243.1c0-23.393-24.269-38.87-45.485-29.016-34.338 15.948-76.454 31.854-116.95 31.854z\"]\n};\nvar faFlagCheckered = {\n prefix: 'fas',\n iconName: 'flag-checkered',\n icon: [512, 512, [], \"f11e\", \"M243.2 189.9V258c26.1 5.9 49.3 15.6 73.6 22.3v-68.2c-26-5.8-49.4-15.5-73.6-22.2zm223.3-123c-34.3 15.9-76.5 31.9-117 31.9C296 98.8 251.7 64 184.3 64c-25 0-47.3 4.4-68 12 2.8-7.3 4.1-15.2 3.6-23.6C118.1 24 94.8 1.2 66.3 0 34.3-1.3 8 24.3 8 56c0 19 9.5 35.8 24 45.9V488c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24v-94.4c28.3-12.1 63.6-22.1 114.4-22.1 53.6 0 97.8 34.8 165.2 34.8 48.2 0 86.7-16.3 122.5-40.9 8.7-6 13.8-15.8 13.8-26.4V95.9c.1-23.3-24.2-38.8-45.4-29zM169.6 325.5c-25.8 2.7-50 8.2-73.6 16.6v-70.5c26.2-9.3 47.5-15 73.6-17.4zM464 191c-23.6 9.8-46.3 19.5-73.6 23.9V286c24.8-3.4 51.4-11.8 73.6-26v70.5c-25.1 16.1-48.5 24.7-73.6 27.1V286c-27 3.7-47.9 1.5-73.6-5.6v67.4c-23.9-7.4-47.3-16.7-73.6-21.3V258c-19.7-4.4-40.8-6.8-73.6-3.8v-70c-22.4 3.1-44.6 10.2-73.6 20.9v-70.5c33.2-12.2 50.1-19.8 73.6-22v71.6c27-3.7 48.4-1.3 73.6 5.7v-67.4c23.7 7.4 47.2 16.7 73.6 21.3v68.4c23.7 5.3 47.6 6.9 73.6 2.7V143c27-4.8 52.3-13.6 73.6-22.5z\"]\n};\nvar faFlagUsa = {\n prefix: 'fas',\n iconName: 'flag-usa',\n icon: [512, 512, [], \"f74d\", \"M32 0C14.3 0 0 14.3 0 32v464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V32C64 14.3 49.7 0 32 0zm267.9 303.6c-57.2-15.1-111.7-28.8-203.9 11.1V384c185.7-92.2 221.7 53.3 397.5-23.1 11.4-5 18.5-16.5 18.5-28.8v-36c-43.6 17.3-80.2 24.1-112.1 24.1-37.4-.1-68.9-8.4-100-16.6zm0-96c-57.2-15.1-111.7-28.8-203.9 11.1v61.5c94.8-37.6 154.6-22.7 212.1-7.6 57.2 15.1 111.7 28.8 203.9-11.1V200c-43.6 17.3-80.2 24.1-112.1 24.1-37.4 0-68.9-8.3-100-16.5zm9.5-125.9c51.8 15.6 97.4 29 202.6-20.1V30.8c0-25.1-26.8-38.1-49.4-26.6C291.3 91.5 305.4-62.2 96 32.4v151.9c94.8-37.5 154.6-22.7 212.1-7.6 57.2 15 111.7 28.7 203.9-11.1V96.7c-53.6 23.5-93.3 31.4-126.1 31.4s-59-7.8-85.7-15.9c-4-1.2-8.1-2.4-12.1-3.5V75.5c7.2 2 14.3 4.1 21.3 6.2zM160 128.1c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16-7.2 16-16 16zm0-55.8c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16c0 8.8-7.2 16-16 16zm64 47.9c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16c0 8.8-7.2 16-16 16zm0-55.9c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16c0 8.8-7.2 16-16 16z\"]\n};\nvar faFlask = {\n prefix: 'fas',\n iconName: 'flask',\n icon: [448, 512, [], \"f0c3\", \"M437.2 403.5L320 215V64h8c13.3 0 24-10.7 24-24V24c0-13.3-10.7-24-24-24H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h8v151L10.8 403.5C-18.5 450.6 15.3 512 70.9 512h306.2c55.7 0 89.4-61.5 60.1-108.5zM137.9 320l48.2-77.6c3.7-5.2 5.8-11.6 5.8-18.4V64h64v160c0 6.9 2.2 13.2 5.8 18.4l48.2 77.6h-172z\"]\n};\nvar faFlushed = {\n prefix: 'fas',\n iconName: 'flushed',\n icon: [496, 512, [], \"f579\", \"M344 200c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm-192 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM80 224c0-39.8 32.2-72 72-72s72 32.2 72 72-32.2 72-72 72-72-32.2-72-72zm232 176H184c-21.2 0-21.2-32 0-32h128c21.2 0 21.2 32 0 32zm32-104c-39.8 0-72-32.2-72-72s32.2-72 72-72 72 32.2 72 72-32.2 72-72 72z\"]\n};\nvar faFolder = {\n prefix: 'fas',\n iconName: 'folder',\n icon: [512, 512, [], \"f07b\", \"M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48z\"]\n};\nvar faFolderMinus = {\n prefix: 'fas',\n iconName: 'folder-minus',\n icon: [512, 512, [], \"f65d\", \"M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48zm-96 168c0 8.84-7.16 16-16 16H160c-8.84 0-16-7.16-16-16v-16c0-8.84 7.16-16 16-16h192c8.84 0 16 7.16 16 16v16z\"]\n};\nvar faFolderOpen = {\n prefix: 'fas',\n iconName: 'folder-open',\n icon: [576, 512, [], \"f07c\", \"M572.694 292.093L500.27 416.248A63.997 63.997 0 0 1 444.989 448H45.025c-18.523 0-30.064-20.093-20.731-36.093l72.424-124.155A64 64 0 0 1 152 256h399.964c18.523 0 30.064 20.093 20.73 36.093zM152 224h328v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v278.046l69.077-118.418C86.214 242.25 117.989 224 152 224z\"]\n};\nvar faFolderPlus = {\n prefix: 'fas',\n iconName: 'folder-plus',\n icon: [512, 512, [], \"f65e\", \"M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48zm-96 168c0 8.84-7.16 16-16 16h-72v72c0 8.84-7.16 16-16 16h-16c-8.84 0-16-7.16-16-16v-72h-72c-8.84 0-16-7.16-16-16v-16c0-8.84 7.16-16 16-16h72v-72c0-8.84 7.16-16 16-16h16c8.84 0 16 7.16 16 16v72h72c8.84 0 16 7.16 16 16v16z\"]\n};\nvar faFont = {\n prefix: 'fas',\n iconName: 'font',\n icon: [448, 512, [], \"f031\", \"M432 416h-23.41L277.88 53.69A32 32 0 0 0 247.58 32h-47.16a32 32 0 0 0-30.3 21.69L39.41 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-19.58l23.3-64h152.56l23.3 64H304a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM176.85 272L224 142.51 271.15 272z\"]\n};\nvar faFontAwesomeLogoFull = {\n prefix: 'fas',\n iconName: 'font-awesome-logo-full',\n icon: [3992, 512, [\"Font Awesome\"], \"f4e6\", \"M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z\"]\n};\nvar faFootballBall = {\n prefix: 'fas',\n iconName: 'football-ball',\n icon: [496, 512, [], \"f44e\", \"M481.5 60.3c-4.8-18.2-19.1-32.5-37.3-37.4C420.3 16.5 383 8.9 339.4 8L496 164.8c-.8-43.5-8.2-80.6-14.5-104.5zm-467 391.4c4.8 18.2 19.1 32.5 37.3 37.4 23.9 6.4 61.2 14 104.8 14.9L0 347.2c.8 43.5 8.2 80.6 14.5 104.5zM4.2 283.4L220.4 500c132.5-19.4 248.8-118.7 271.5-271.4L275.6 12C143.1 31.4 26.8 130.7 4.2 283.4zm317.3-123.6c3.1-3.1 8.2-3.1 11.3 0l11.3 11.3c3.1 3.1 3.1 8.2 0 11.3l-28.3 28.3 28.3 28.3c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-28.3-28.3-22.6 22.7 28.3 28.3c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0L248 278.6l-22.6 22.6 28.3 28.3c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-28.3-28.3-28.3 28.3c-3.1 3.1-8.2 3.1-11.3 0l-11.3-11.3c-3.1-3.1-3.1-8.2 0-11.3l28.3-28.3-28.3-28.2c-3.1-3.1-3.1-8.2 0-11.3l11.3-11.3c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3 22.6-22.6-28.3-28.3c-3.1-3.1-3.1-8.2 0-11.3l11.3-11.3c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3 22.6-22.6-28.3-28.3c-3.1-3.1-3.1-8.2 0-11.3l11.3-11.3c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3 28.3-28.5z\"]\n};\nvar faForward = {\n prefix: 'fas',\n iconName: 'forward',\n icon: [512, 512, [], \"f04e\", \"M500.5 231.4l-192-160C287.9 54.3 256 68.6 256 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160c15.3-12.8 15.3-36.4 0-49.2zm-256 0l-192-160C31.9 54.3 0 68.6 0 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160c15.3-12.8 15.3-36.4 0-49.2z\"]\n};\nvar faFrog = {\n prefix: 'fas',\n iconName: 'frog',\n icon: [576, 512, [], \"f52e\", \"M446.53 97.43C439.67 60.23 407.19 32 368 32c-39.23 0-71.72 28.29-78.54 65.54C126.75 112.96-.5 250.12 0 416.98.11 451.9 29.08 480 64 480h304c8.84 0 16-7.16 16-16 0-17.67-14.33-32-32-32h-79.49l35.8-48.33c24.14-36.23 10.35-88.28-33.71-106.6-23.89-9.93-51.55-4.65-72.24 10.88l-32.76 24.59c-7.06 5.31-17.09 3.91-22.41-3.19-5.3-7.08-3.88-17.11 3.19-22.41l34.78-26.09c36.84-27.66 88.28-27.62 125.13 0 10.87 8.15 45.87 39.06 40.8 93.21L469.62 480H560c8.84 0 16-7.16 16-16 0-17.67-14.33-32-32-32h-53.63l-98.52-104.68 154.44-86.65A58.16 58.16 0 0 0 576 189.94c0-21.4-11.72-40.95-30.48-51.23-40.56-22.22-98.99-41.28-98.99-41.28zM368 136c-13.26 0-24-10.75-24-24 0-13.26 10.74-24 24-24 13.25 0 24 10.74 24 24 0 13.25-10.75 24-24 24z\"]\n};\nvar faFrown = {\n prefix: 'fas',\n iconName: 'frown',\n icon: [496, 512, [], \"f119\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm170.2 218.2C315.8 367.4 282.9 352 248 352s-67.8 15.4-90.2 42.2c-13.5 16.3-38.1-4.2-24.6-20.5C161.7 339.6 203.6 320 248 320s86.3 19.6 114.7 53.8c13.6 16.2-11 36.7-24.5 20.4z\"]\n};\nvar faFrownOpen = {\n prefix: 'fas',\n iconName: 'frown-open',\n icon: [496, 512, [], \"f57a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 208c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm187.3 183.3c-31.2-9.6-59.4-15.3-75.3-15.3s-44.1 5.7-75.3 15.3c-11.5 3.5-22.5-6.3-20.5-18.1 7-40 60.1-61.2 95.8-61.2s88.8 21.3 95.8 61.2c2 11.9-9.1 21.6-20.5 18.1zM328 240c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faFunnelDollar = {\n prefix: 'fas',\n iconName: 'funnel-dollar',\n icon: [640, 512, [], \"f662\", \"M433.46 165.94l101.2-111.87C554.61 34.12 540.48 0 512.26 0H31.74C3.52 0-10.61 34.12 9.34 54.07L192 256v155.92c0 12.59 5.93 24.44 16 32l79.99 60c20.86 15.64 48.47 6.97 59.22-13.57C310.8 455.38 288 406.35 288 352c0-89.79 62.05-165.17 145.46-186.06zM480 192c-88.37 0-160 71.63-160 160s71.63 160 160 160 160-71.63 160-160-71.63-160-160-160zm16 239.88V448c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V256c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.04 44.44-42.67 45.07z\"]\n};\nvar faFutbol = {\n prefix: 'fas',\n iconName: 'futbol',\n icon: [512, 512, [], \"f1e3\", \"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zm-48 0l-.003-.282-26.064 22.741-62.679-58.5 16.454-84.355 34.303 3.072c-24.889-34.216-60.004-60.089-100.709-73.141l13.651 31.939L256 139l-74.953-41.525 13.651-31.939c-40.631 13.028-75.78 38.87-100.709 73.141l34.565-3.073 16.192 84.355-62.678 58.5-26.064-22.741-.003.282c0 43.015 13.497 83.952 38.472 117.991l7.704-33.897 85.138 10.447 36.301 77.826-29.902 17.786c40.202 13.122 84.29 13.148 124.572 0l-29.902-17.786 36.301-77.826 85.138-10.447 7.704 33.897C442.503 339.952 456 299.015 456 256zm-248.102 69.571l-29.894-91.312L256 177.732l77.996 56.527-29.622 91.312h-96.476z\"]\n};\nvar faGamepad = {\n prefix: 'fas',\n iconName: 'gamepad',\n icon: [640, 512, [], \"f11b\", \"M480.07 96H160a160 160 0 1 0 114.24 272h91.52A160 160 0 1 0 480.07 96zM248 268a12 12 0 0 1-12 12h-52v52a12 12 0 0 1-12 12h-24a12 12 0 0 1-12-12v-52H84a12 12 0 0 1-12-12v-24a12 12 0 0 1 12-12h52v-52a12 12 0 0 1 12-12h24a12 12 0 0 1 12 12v52h52a12 12 0 0 1 12 12zm216 76a40 40 0 1 1 40-40 40 40 0 0 1-40 40zm64-96a40 40 0 1 1 40-40 40 40 0 0 1-40 40z\"]\n};\nvar faGasPump = {\n prefix: 'fas',\n iconName: 'gas-pump',\n icon: [512, 512, [], \"f52f\", \"M336 448H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm157.2-340.7l-81-81c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-6.2 6.2-6.2 16.4 0 22.6L416 97.9V160c0 28.1 20.9 51.3 48 55.2V376c0 13.2-10.8 24-24 24s-24-10.8-24-24v-32c0-48.6-39.4-88-88-88h-8V64c0-35.3-28.7-64-64-64H96C60.7 0 32 28.7 32 64v352h288V304h8c22.1 0 40 17.9 40 40v27.8c0 37.7 27 72 64.5 75.9 43 4.3 79.5-29.5 79.5-71.7V152.6c0-17-6.8-33.3-18.8-45.3zM256 192H96V64h160v128z\"]\n};\nvar faGavel = {\n prefix: 'fas',\n iconName: 'gavel',\n icon: [512, 512, [], \"f0e3\", \"M504.971 199.362l-22.627-22.627c-9.373-9.373-24.569-9.373-33.941 0l-5.657 5.657L329.608 69.255l5.657-5.657c9.373-9.373 9.373-24.569 0-33.941L312.638 7.029c-9.373-9.373-24.569-9.373-33.941 0L154.246 131.48c-9.373 9.373-9.373 24.569 0 33.941l22.627 22.627c9.373 9.373 24.569 9.373 33.941 0l5.657-5.657 39.598 39.598-81.04 81.04-5.657-5.657c-12.497-12.497-32.758-12.497-45.255 0L9.373 412.118c-12.497 12.497-12.497 32.758 0 45.255l45.255 45.255c12.497 12.497 32.758 12.497 45.255 0l114.745-114.745c12.497-12.497 12.497-32.758 0-45.255l-5.657-5.657 81.04-81.04 39.598 39.598-5.657 5.657c-9.373 9.373-9.373 24.569 0 33.941l22.627 22.627c9.373 9.373 24.569 9.373 33.941 0l124.451-124.451c9.372-9.372 9.372-24.568 0-33.941z\"]\n};\nvar faGem = {\n prefix: 'fas',\n iconName: 'gem',\n icon: [576, 512, [], \"f3a5\", \"M485.5 0L576 160H474.9L405.7 0h79.8zm-128 0l69.2 160H149.3L218.5 0h139zm-267 0h79.8l-69.2 160H0L90.5 0zM0 192h100.7l123 251.7c1.5 3.1-2.7 5.9-5 3.3L0 192zm148.2 0h279.6l-137 318.2c-1 2.4-4.5 2.4-5.5 0L148.2 192zm204.1 251.7l123-251.7H576L357.3 446.9c-2.3 2.7-6.5-.1-5-3.2z\"]\n};\nvar faGenderless = {\n prefix: 'fas',\n iconName: 'genderless',\n icon: [288, 512, [], \"f22d\", \"M144 176c44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80 35.9-80 80-80m0-64C64.5 112 0 176.5 0 256s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144z\"]\n};\nvar faGhost = {\n prefix: 'fas',\n iconName: 'ghost',\n icon: [384, 512, [], \"f6e2\", \"M186.1.09C81.01 3.24 0 94.92 0 200.05v263.92c0 14.26 17.23 21.39 27.31 11.31l24.92-18.53c6.66-4.95 16-3.99 21.51 2.21l42.95 48.35c6.25 6.25 16.38 6.25 22.63 0l40.72-45.85c6.37-7.17 17.56-7.17 23.92 0l40.72 45.85c6.25 6.25 16.38 6.25 22.63 0l42.95-48.35c5.51-6.2 14.85-7.17 21.51-2.21l24.92 18.53c10.08 10.08 27.31 2.94 27.31-11.31V192C384 84 294.83-3.17 186.1.09zM128 224c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm128 0c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faGift = {\n prefix: 'fas',\n iconName: 'gift',\n icon: [512, 512, [], \"f06b\", \"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"]\n};\nvar faGifts = {\n prefix: 'fas',\n iconName: 'gifts',\n icon: [640, 512, [], \"f79c\", \"M240.6 194.1c1.9-30.8 17.3-61.2 44-79.8C279.4 103.5 268.7 96 256 96h-29.4l30.7-22c7.2-5.1 8.9-15.1 3.7-22.3l-9.3-13c-5.1-7.2-15.1-8.9-22.3-3.7l-32 22.9 11.5-30.6c3.1-8.3-1.1-17.5-9.4-20.6l-15-5.6c-8.3-3.1-17.5 1.1-20.6 9.4l-19.9 53-19.9-53.1C121 2.1 111.8-2.1 103.5 1l-15 5.6C80.2 9.7 76 19 79.2 27.2l11.5 30.6L58.6 35c-7.2-5.1-17.2-3.5-22.3 3.7l-9.3 13c-5.1 7.2-3.5 17.2 3.7 22.3l30.7 22H32c-17.7 0-32 14.3-32 32v352c0 17.7 14.3 32 32 32h168.9c-5.5-9.5-8.9-20.3-8.9-32V256c0-29.9 20.8-55 48.6-61.9zM224 480c0 17.7 14.3 32 32 32h160V384H224v96zm224 32h160c17.7 0 32-14.3 32-32v-96H448v128zm160-288h-20.4c2.6-7.6 4.4-15.5 4.4-23.8 0-35.5-27-72.2-72.1-72.2-48.1 0-75.9 47.7-87.9 75.3-12.1-27.6-39.9-75.3-87.9-75.3-45.1 0-72.1 36.7-72.1 72.2 0 8.3 1.7 16.2 4.4 23.8H256c-17.7 0-32 14.3-32 32v96h192V224h15.3l.7-.2.7.2H448v128h192v-96c0-17.7-14.3-32-32-32zm-272 0c-2.7-1.4-5.1-3-7.2-4.8-7.3-6.4-8.8-13.8-8.8-19 0-9.7 6.4-24.2 24.1-24.2 18.7 0 35.6 27.4 44.5 48H336zm199.2-4.8c-2.1 1.8-4.5 3.4-7.2 4.8h-52.6c8.8-20.3 25.8-48 44.5-48 17.7 0 24.1 14.5 24.1 24.2 0 5.2-1.5 12.6-8.8 19z\"]\n};\nvar faGlassCheers = {\n prefix: 'fas',\n iconName: 'glass-cheers',\n icon: [640, 512, [], \"f79f\", \"M639.4 433.6c-8.4-20.4-31.8-30.1-52.2-21.6l-22.1 9.2-38.7-101.9c47.9-35 64.8-100.3 34.5-152.8L474.3 16c-8-13.9-25.1-19.7-40-13.6L320 49.8 205.7 2.4c-14.9-6.2-32-.3-40 13.6L79.1 166.5C48.9 219 65.7 284.3 113.6 319.2L74.9 421.1l-22.1-9.2c-20.4-8.5-43.7 1.2-52.2 21.6-1.7 4.1.2 8.8 4.3 10.5l162.3 67.4c4.1 1.7 8.7-.2 10.4-4.3 8.4-20.4-1.2-43.8-21.6-52.3l-22.1-9.2L173.3 342c4.4.5 8.8 1.3 13.1 1.3 51.7 0 99.4-33.1 113.4-85.3l20.2-75.4 20.2 75.4c14 52.2 61.7 85.3 113.4 85.3 4.3 0 8.7-.8 13.1-1.3L506 445.6l-22.1 9.2c-20.4 8.5-30.1 31.9-21.6 52.3 1.7 4.1 6.4 6 10.4 4.3L635.1 444c4-1.7 6-6.3 4.3-10.4zM275.9 162.1l-112.1-46.5 36.5-63.4 94.5 39.2-18.9 70.7zm88.2 0l-18.9-70.7 94.5-39.2 36.5 63.4-112.1 46.5z\"]\n};\nvar faGlassMartini = {\n prefix: 'fas',\n iconName: 'glass-martini',\n icon: [512, 512, [], \"f000\", \"M502.05 57.6C523.3 36.34 508.25 0 478.2 0H33.8C3.75 0-11.3 36.34 9.95 57.6L224 271.64V464h-56c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h240c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40h-56V271.64L502.05 57.6z\"]\n};\nvar faGlassMartiniAlt = {\n prefix: 'fas',\n iconName: 'glass-martini-alt',\n icon: [512, 512, [], \"f57b\", \"M502.05 57.6C523.3 36.34 508.25 0 478.2 0H33.8C3.75 0-11.3 36.34 9.95 57.6L224 271.64V464h-56c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h240c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40h-56V271.64L502.05 57.6zM443.77 48l-48 48H116.24l-48-48h375.53z\"]\n};\nvar faGlassWhiskey = {\n prefix: 'fas',\n iconName: 'glass-whiskey',\n icon: [512, 512, [], \"f7a0\", \"M480 32H32C12.5 32-2.4 49.2.3 68.5l56 356.5c4.5 31.5 31.5 54.9 63.4 54.9h273c31.8 0 58.9-23.4 63.4-54.9l55.6-356.5C514.4 49.2 499.5 32 480 32zm-37.4 64l-30 192h-313L69.4 96h373.2z\"]\n};\nvar faGlasses = {\n prefix: 'fas',\n iconName: 'glasses',\n icon: [576, 512, [], \"f530\", \"M574.1 280.37L528.75 98.66c-5.91-23.7-21.59-44.05-43-55.81-21.44-11.73-46.97-14.11-70.19-6.33l-15.25 5.08c-8.39 2.79-12.92 11.86-10.12 20.24l5.06 15.18c2.79 8.38 11.85 12.91 20.23 10.12l13.18-4.39c10.87-3.62 23-3.57 33.16 1.73 10.29 5.37 17.57 14.56 20.37 25.82l38.46 153.82c-22.19-6.81-49.79-12.46-81.2-12.46-34.77 0-73.98 7.02-114.85 26.74h-73.18c-40.87-19.74-80.08-26.75-114.86-26.75-31.42 0-59.02 5.65-81.21 12.46l38.46-153.83c2.79-11.25 10.09-20.45 20.38-25.81 10.16-5.3 22.28-5.35 33.15-1.73l13.17 4.39c8.38 2.79 17.44-1.74 20.23-10.12l5.06-15.18c2.8-8.38-1.73-17.45-10.12-20.24l-15.25-5.08c-23.22-7.78-48.75-5.41-70.19 6.33-21.41 11.77-37.09 32.11-43 55.8L1.9 280.37A64.218 64.218 0 0 0 0 295.86v70.25C0 429.01 51.58 480 115.2 480h37.12c60.28 0 110.37-45.94 114.88-105.37l2.93-38.63h35.75l2.93 38.63C313.31 434.06 363.4 480 423.68 480h37.12c63.62 0 115.2-50.99 115.2-113.88v-70.25c0-5.23-.64-10.43-1.9-15.5zm-370.72 89.42c-1.97 25.91-24.4 46.21-51.06 46.21H115.2C86.97 416 64 393.62 64 366.11v-37.54c18.12-6.49 43.42-12.92 72.58-12.92 23.86 0 47.26 4.33 69.93 12.92l-3.13 41.22zM512 366.12c0 27.51-22.97 49.88-51.2 49.88h-37.12c-26.67 0-49.1-20.3-51.06-46.21l-3.13-41.22c22.67-8.59 46.08-12.92 69.95-12.92 29.12 0 54.43 6.44 72.55 12.93v37.54z\"]\n};\nvar faGlobe = {\n prefix: 'fas',\n iconName: 'globe',\n icon: [496, 512, [], \"f0ac\", \"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"]\n};\nvar faGlobeAfrica = {\n prefix: 'fas',\n iconName: 'globe-africa',\n icon: [496, 512, [], \"f57c\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm160 215.5v6.93c0 5.87-3.32 11.24-8.57 13.86l-15.39 7.7a15.485 15.485 0 0 1-15.53-.97l-18.21-12.14a15.52 15.52 0 0 0-13.5-1.81l-2.65.88c-9.7 3.23-13.66 14.79-7.99 23.3l13.24 19.86c2.87 4.31 7.71 6.9 12.89 6.9h8.21c8.56 0 15.5 6.94 15.5 15.5v11.34c0 3.35-1.09 6.62-3.1 9.3l-18.74 24.98c-1.42 1.9-2.39 4.1-2.83 6.43l-4.3 22.83c-.62 3.29-2.29 6.29-4.76 8.56a159.608 159.608 0 0 0-25 29.16l-13.03 19.55a27.756 27.756 0 0 1-23.09 12.36c-10.51 0-20.12-5.94-24.82-15.34a78.902 78.902 0 0 1-8.33-35.29V367.5c0-8.56-6.94-15.5-15.5-15.5h-25.88c-14.49 0-28.38-5.76-38.63-16a54.659 54.659 0 0 1-16-38.63v-14.06c0-17.19 8.1-33.38 21.85-43.7l27.58-20.69a54.663 54.663 0 0 1 32.78-10.93h.89c8.48 0 16.85 1.97 24.43 5.77l14.72 7.36c3.68 1.84 7.93 2.14 11.83.84l47.31-15.77c6.33-2.11 10.6-8.03 10.6-14.7 0-8.56-6.94-15.5-15.5-15.5h-10.09c-4.11 0-8.05-1.63-10.96-4.54l-6.92-6.92a15.493 15.493 0 0 0-10.96-4.54H199.5c-8.56 0-15.5-6.94-15.5-15.5v-4.4c0-7.11 4.84-13.31 11.74-15.04l14.45-3.61c3.74-.94 7-3.23 9.14-6.44l8.08-12.11c2.87-4.31 7.71-6.9 12.89-6.9h24.21c8.56 0 15.5-6.94 15.5-15.5v-21.7C359.23 71.63 422.86 131.02 441.93 208H423.5c-8.56 0-15.5 6.94-15.5 15.5z\"]\n};\nvar faGlobeAmericas = {\n prefix: 'fas',\n iconName: 'globe-americas',\n icon: [496, 512, [], \"f57d\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm82.29 357.6c-3.9 3.88-7.99 7.95-11.31 11.28-2.99 3-5.1 6.7-6.17 10.71-1.51 5.66-2.73 11.38-4.77 16.87l-17.39 46.85c-13.76 3-28 4.69-42.65 4.69v-27.38c1.69-12.62-7.64-36.26-22.63-51.25-6-6-9.37-14.14-9.37-22.63v-32.01c0-11.64-6.27-22.34-16.46-27.97-14.37-7.95-34.81-19.06-48.81-26.11-11.48-5.78-22.1-13.14-31.65-21.75l-.8-.72a114.792 114.792 0 0 1-18.06-20.74c-9.38-13.77-24.66-36.42-34.59-51.14 20.47-45.5 57.36-82.04 103.2-101.89l24.01 12.01C203.48 89.74 216 82.01 216 70.11v-11.3c7.99-1.29 16.12-2.11 24.39-2.42l28.3 28.3c6.25 6.25 6.25 16.38 0 22.63L264 112l-10.34 10.34c-3.12 3.12-3.12 8.19 0 11.31l4.69 4.69c3.12 3.12 3.12 8.19 0 11.31l-8 8a8.008 8.008 0 0 1-5.66 2.34h-8.99c-2.08 0-4.08.81-5.58 2.27l-9.92 9.65a8.008 8.008 0 0 0-1.58 9.31l15.59 31.19c2.66 5.32-1.21 11.58-7.15 11.58h-5.64c-1.93 0-3.79-.7-5.24-1.96l-9.28-8.06a16.017 16.017 0 0 0-15.55-3.1l-31.17 10.39a11.95 11.95 0 0 0-8.17 11.34c0 4.53 2.56 8.66 6.61 10.69l11.08 5.54c9.41 4.71 19.79 7.16 30.31 7.16s22.59 27.29 32 32h66.75c8.49 0 16.62 3.37 22.63 9.37l13.69 13.69a30.503 30.503 0 0 1 8.93 21.57 46.536 46.536 0 0 1-13.72 32.98zM417 274.25c-5.79-1.45-10.84-5-14.15-9.97l-17.98-26.97a23.97 23.97 0 0 1 0-26.62l19.59-29.38c2.32-3.47 5.5-6.29 9.24-8.15l12.98-6.49C440.2 193.59 448 223.87 448 256c0 8.67-.74 17.16-1.82 25.54L417 274.25z\"]\n};\nvar faGlobeAsia = {\n prefix: 'fas',\n iconName: 'globe-asia',\n icon: [496, 512, [], \"f57e\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm-11.34 240.23c-2.89 4.82-8.1 7.77-13.72 7.77h-.31c-4.24 0-8.31 1.69-11.31 4.69l-5.66 5.66c-3.12 3.12-3.12 8.19 0 11.31l5.66 5.66c3 3 4.69 7.07 4.69 11.31V304c0 8.84-7.16 16-16 16h-6.11c-6.06 0-11.6-3.42-14.31-8.85l-22.62-45.23c-2.44-4.88-8.95-5.94-12.81-2.08l-19.47 19.46c-3 3-7.07 4.69-11.31 4.69H50.81C49.12 277.55 48 266.92 48 256c0-110.28 89.72-200 200-200 21.51 0 42.2 3.51 61.63 9.82l-50.16 38.53c-5.11 3.41-4.63 11.06.86 13.81l10.83 5.41c5.42 2.71 8.84 8.25 8.84 14.31V216c0 4.42-3.58 8-8 8h-3.06c-3.03 0-5.8-1.71-7.15-4.42-1.56-3.12-5.96-3.29-7.76-.3l-17.37 28.95zM408 358.43c0 4.24-1.69 8.31-4.69 11.31l-9.57 9.57c-3 3-7.07 4.69-11.31 4.69h-15.16c-4.24 0-8.31-1.69-11.31-4.69l-13.01-13.01a26.767 26.767 0 0 0-25.42-7.04l-21.27 5.32c-1.27.32-2.57.48-3.88.48h-10.34c-4.24 0-8.31-1.69-11.31-4.69l-11.91-11.91a8.008 8.008 0 0 1-2.34-5.66v-10.2c0-3.27 1.99-6.21 5.03-7.43l39.34-15.74c1.98-.79 3.86-1.82 5.59-3.05l23.71-16.89a7.978 7.978 0 0 1 4.64-1.48h12.09c3.23 0 6.15 1.94 7.39 4.93l5.35 12.85a4 4 0 0 0 3.69 2.46h3.8c1.78 0 3.35-1.18 3.84-2.88l4.2-14.47c.5-1.71 2.06-2.88 3.84-2.88h6.06c2.21 0 4 1.79 4 4v12.93c0 2.12.84 4.16 2.34 5.66l11.91 11.91c3 3 4.69 7.07 4.69 11.31v24.6z\"]\n};\nvar faGlobeEurope = {\n prefix: 'fas',\n iconName: 'globe-europe',\n icon: [496, 512, [], \"f7a2\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm200 248c0 22.5-3.9 44.2-10.8 64.4h-20.3c-4.3 0-8.4-1.7-11.4-4.8l-32-32.6c-4.5-4.6-4.5-12.1.1-16.7l12.5-12.5v-8.7c0-3-1.2-5.9-3.3-8l-9.4-9.4c-2.1-2.1-5-3.3-8-3.3h-16c-6.2 0-11.3-5.1-11.3-11.3 0-3 1.2-5.9 3.3-8l9.4-9.4c2.1-2.1 5-3.3 8-3.3h32c6.2 0 11.3-5.1 11.3-11.3v-9.4c0-6.2-5.1-11.3-11.3-11.3h-36.7c-8.8 0-16 7.2-16 16v4.5c0 6.9-4.4 13-10.9 15.2l-31.6 10.5c-3.3 1.1-5.5 4.1-5.5 7.6v2.2c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8s-3.6-8-8-8H247c-3 0-5.8 1.7-7.2 4.4l-9.4 18.7c-2.7 5.4-8.2 8.8-14.3 8.8H194c-8.8 0-16-7.2-16-16V199c0-4.2 1.7-8.3 4.7-11.3l20.1-20.1c4.6-4.6 7.2-10.9 7.2-17.5 0-3.4 2.2-6.5 5.5-7.6l40-13.3c1.7-.6 3.2-1.5 4.4-2.7l26.8-26.8c2.1-2.1 3.3-5 3.3-8 0-6.2-5.1-11.3-11.3-11.3H258l-16 16v8c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8v-20c0-2.5 1.2-4.9 3.2-6.4l28.9-21.7c1.9-.1 3.8-.3 5.7-.3C358.3 56 448 145.7 448 256zM130.1 149.1c0-3 1.2-5.9 3.3-8l25.4-25.4c2.1-2.1 5-3.3 8-3.3 6.2 0 11.3 5.1 11.3 11.3v16c0 3-1.2 5.9-3.3 8l-9.4 9.4c-2.1 2.1-5 3.3-8 3.3h-16c-6.2 0-11.3-5.1-11.3-11.3zm128 306.4v-7.1c0-8.8-7.2-16-16-16h-20.2c-10.8 0-26.7-5.3-35.4-11.8l-22.2-16.7c-11.5-8.6-18.2-22.1-18.2-36.4v-23.9c0-16 8.4-30.8 22.1-39l42.9-25.7c7.1-4.2 15.2-6.5 23.4-6.5h31.2c10.9 0 21.4 3.9 29.6 10.9l43.2 37.1h18.3c8.5 0 16.6 3.4 22.6 9.4l17.3 17.3c3.4 3.4 8.1 5.3 12.9 5.3H423c-32.4 58.9-93.8 99.5-164.9 103.1z\"]\n};\nvar faGolfBall = {\n prefix: 'fas',\n iconName: 'golf-ball',\n icon: [416, 512, [], \"f450\", \"M96 416h224c0 17.7-14.3 32-32 32h-16c-17.7 0-32 14.3-32 32v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-20c0-17.7-14.3-32-32-32h-16c-17.7 0-32-14.3-32-32zm320-208c0 74.2-39 139.2-97.5 176h-221C39 347.2 0 282.2 0 208 0 93.1 93.1 0 208 0s208 93.1 208 208zm-180.1 43.9c18.3 0 33.1-14.8 33.1-33.1 0-14.4-9.3-26.3-22.1-30.9 9.6 26.8-15.6 51.3-41.9 41.9 4.6 12.8 16.5 22.1 30.9 22.1zm49.1 46.9c0-14.4-9.3-26.3-22.1-30.9 9.6 26.8-15.6 51.3-41.9 41.9 4.6 12.8 16.5 22.1 30.9 22.1 18.3 0 33.1-14.9 33.1-33.1zm64-64c0-14.4-9.3-26.3-22.1-30.9 9.6 26.8-15.6 51.3-41.9 41.9 4.6 12.8 16.5 22.1 30.9 22.1 18.3 0 33.1-14.9 33.1-33.1z\"]\n};\nvar faGopuram = {\n prefix: 'fas',\n iconName: 'gopuram',\n icon: [512, 512, [], \"f664\", \"M496 352h-16V240c0-8.8-7.2-16-16-16h-16v-80c0-8.8-7.2-16-16-16h-16V16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16h-64V16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16h-64V16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16h-64V16c0-8.8-7.2-16-16-16S96 7.2 96 16v112H80c-8.8 0-16 7.2-16 16v80H48c-8.8 0-16 7.2-16 16v112H16c-8.8 0-16 7.2-16 16v128c0 8.8 7.2 16 16 16h80V352h32V224h32v-96h32v96h-32v128h-32v160h80v-80c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16v80h80V352h-32V224h-32v-96h32v96h32v128h32v160h80c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16zM232 176c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v48h-48zm56 176h-64v-64c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16z\"]\n};\nvar faGraduationCap = {\n prefix: 'fas',\n iconName: 'graduation-cap',\n icon: [640, 512, [], \"f19d\", \"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"]\n};\nvar faGreaterThan = {\n prefix: 'fas',\n iconName: 'greater-than',\n icon: [384, 512, [], \"f531\", \"M365.52 209.85L59.22 67.01c-16.06-7.49-35.15-.54-42.64 15.52L3.01 111.61c-7.49 16.06-.54 35.15 15.52 42.64L236.96 256.1 18.49 357.99C2.47 365.46-4.46 384.5 3.01 400.52l13.52 29C24 445.54 43.04 452.47 59.06 445l306.47-142.91a32.003 32.003 0 0 0 18.48-29v-34.23c-.01-12.45-7.21-23.76-18.49-29.01z\"]\n};\nvar faGreaterThanEqual = {\n prefix: 'fas',\n iconName: 'greater-than-equal',\n icon: [448, 512, [], \"f532\", \"M55.22 107.69l175.56 68.09-175.44 68.05c-18.39 6.03-27.88 24.39-21.2 41l12.09 30.08c6.68 16.61 26.99 25.19 45.38 19.15L393.02 214.2c13.77-4.52 22.98-16.61 22.98-30.17v-15.96c0-13.56-9.21-25.65-22.98-30.17L91.3 17.92c-18.29-6-38.51 2.53-45.15 19.06L34.12 66.9c-6.64 16.53 2.81 34.79 21.1 40.79zM424 400H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h400c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24z\"]\n};\nvar faGrimace = {\n prefix: 'fas',\n iconName: 'grimace',\n icon: [496, 512, [], \"f57f\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM144 400h-8c-17.7 0-32-14.3-32-32v-8h40v40zm0-56h-40v-8c0-17.7 14.3-32 32-32h8v40zm-8-136c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm72 192h-48v-40h48v40zm0-56h-48v-40h48v40zm64 56h-48v-40h48v40zm0-56h-48v-40h48v40zm64 56h-48v-40h48v40zm0-56h-48v-40h48v40zm-8-104c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm64 128c0 17.7-14.3 32-32 32h-8v-40h40v8zm0-24h-40v-40h8c17.7 0 32 14.3 32 32v8z\"]\n};\nvar faGrin = {\n prefix: 'fas',\n iconName: 'grin',\n icon: [496, 512, [], \"f580\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm80 256c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.3-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinAlt = {\n prefix: 'fas',\n iconName: 'grin-alt',\n icon: [496, 512, [], \"f581\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm63.7 128.7c7.6-11.4 24.7-11.7 32.7 0 12.4 18.4 15.1 36.9 15.7 55.3-.5 18.4-3.3 36.9-15.7 55.3-7.6 11.4-24.7 11.7-32.7 0-12.4-18.4-15.1-36.9-15.7-55.3.5-18.4 3.3-36.9 15.7-55.3zm-160 0c7.6-11.4 24.7-11.7 32.7 0 12.4 18.4 15.1 36.9 15.7 55.3-.5 18.4-3.3 36.9-15.7 55.3-7.6 11.4-24.7 11.7-32.7 0-12.4-18.4-15.1-36.9-15.7-55.3.5-18.4 3.3-36.9 15.7-55.3zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinBeam = {\n prefix: 'fas',\n iconName: 'grin-beam',\n icon: [496, 512, [], \"f582\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 144c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm-160 0c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm80 280c-60.6 0-134.5-38.3-143.8-93.3-2-11.9 9.4-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinBeamSweat = {\n prefix: 'fas',\n iconName: 'grin-beam-sweat',\n icon: [504, 512, [], \"f583\", \"M456 128c26.5 0 48-21 48-47 0-20-28.5-60.4-41.6-77.8-3.2-4.3-9.6-4.3-12.8 0C436.5 20.6 408 61 408 81c0 26 21.5 47 48 47zm0 32c-44.1 0-80-35.4-80-79 0-4.4.3-14.2 8.1-32.2C345 23.1 298.3 8 248 8 111 8 0 119 0 256s111 248 248 248 248-111 248-248c0-35.1-7.4-68.4-20.5-98.6-6.3 1.5-12.7 2.6-19.5 2.6zm-128-8c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm-160 0c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm80 280c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.2 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinHearts = {\n prefix: 'fas',\n iconName: 'grin-hearts',\n icon: [496, 512, [], \"f584\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM90.4 183.6c6.7-17.6 26.7-26.7 44.9-21.9l7.1 1.9 2-7.1c5-18.1 22.8-30.9 41.5-27.9 21.4 3.4 34.4 24.2 28.8 44.5L195.3 243c-1.2 4.5-5.9 7.2-10.5 6l-70.2-18.2c-20.4-5.4-31.9-27-24.2-47.2zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.2-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.6 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3zm133.4-201.3l-70.2 18.2c-4.5 1.2-9.2-1.5-10.5-6L281.3 173c-5.6-20.3 7.4-41.1 28.8-44.5 18.6-3 36.4 9.8 41.5 27.9l2 7.1 7.1-1.9c18.2-4.7 38.2 4.3 44.9 21.9 7.7 20.3-3.8 41.9-24.2 47.2z\"]\n};\nvar faGrinSquint = {\n prefix: 'fas',\n iconName: 'grin-squint',\n icon: [496, 512, [], \"f585\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm33.8 189.7l80-48c11.6-6.9 24 7.7 15.4 18L343.6 208l33.6 40.3c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.7-4.7-7.7-15.9 0-20.6zm-163-30c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.8 4.7 7.8 15.9 0 20.6l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.9 9.4-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.2 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinSquintTears = {\n prefix: 'fas',\n iconName: 'grin-squint-tears',\n icon: [512, 512, [], \"f586\", \"M409.6 111.9c22.6-3.2 73.5-12 88.3-26.8 19.2-19.2 18.9-50.6-.7-70.2S446-5 426.9 14.2c-14.8 14.8-23.5 65.7-26.8 88.3-.8 5.5 3.9 10.2 9.5 9.4zM102.4 400.1c-22.6 3.2-73.5 12-88.3 26.8-19.1 19.1-18.8 50.6.8 70.2s51 19.9 70.2.7c14.8-14.8 23.5-65.7 26.8-88.3.8-5.5-3.9-10.2-9.5-9.4zm311.7-256.5c-33 3.9-48.6-25.1-45.7-45.7 3.4-24 7.4-42.1 11.5-56.5C285.1-13.4 161.8-.5 80.6 80.6-.5 161.7-13.4 285 41.4 379.9c14.4-4.1 32.4-8 56.5-11.5 33.2-3.9 48.6 25.2 45.7 45.7-3.4 24-7.4 42.1-11.5 56.5 94.8 54.8 218.1 41.9 299.3-39.2s94-204.4 39.2-299.3c-14.4 4.1-32.5 8-56.5 11.5zM255.7 106c3.3-13.2 22.4-11.5 23.6 1.8l4.8 52.3 52.3 4.8c13.4 1.2 14.9 20.3 1.8 23.6l-90.5 22.6c-8.9 2.2-16.7-5.9-14.5-14.5l22.5-90.6zm-90.9 230.3L160 284l-52.3-4.8c-13.4-1.2-14.9-20.3-1.8-23.6l90.5-22.6c8.8-2.2 16.7 5.8 14.5 14.5L188.3 338c-3.1 13.2-22.2 11.7-23.5-1.7zm215.7 44.2c-29.3 29.3-75.7 50.4-116.7 50.4-18.9 0-36.6-4.5-51-14.7-9.8-6.9-8.7-21.8 2-27.2 28.3-14.6 63.9-42.4 97.8-76.3s61.7-69.6 76.3-97.8c5.4-10.5 20.2-11.9 27.3-2 32.3 45.3 7.1 124.7-35.7 167.6z\"]\n};\nvar faGrinStars = {\n prefix: 'fas',\n iconName: 'grin-stars',\n icon: [496, 512, [], \"f587\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM94.6 168.9l34.9-5 15.5-31.6c2.9-5.8 11-5.8 13.9 0l15.5 31.6 34.9 5c6.2 1 8.9 8.6 4.3 13.2l-25.4 24.6 6 34.9c1 6.2-5.3 11-11 7.9L152 233.3l-31.3 16.3c-5.7 3.1-12-1.7-11-7.9l6-34.9-25.4-24.6c-4.6-4.7-1.9-12.3 4.3-13.3zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3zm157.7-249.9l-25.4 24.6 6 34.9c1 6.2-5.3 11-11 7.9L344 233.3l-31.3 16.3c-5.7 3.1-12-1.7-11-7.9l6-34.9-25.4-24.6c-4.5-4.6-1.9-12.2 4.3-13.2l34.9-5 15.5-31.6c2.9-5.8 11-5.8 13.9 0l15.5 31.6 34.9 5c6.3.9 9 8.5 4.4 13.1z\"]\n};\nvar faGrinTears = {\n prefix: 'fas',\n iconName: 'grin-tears',\n icon: [640, 512, [], \"f588\", \"M102.4 256.1c-22.6 3.2-73.5 12-88.3 26.8-19.1 19.1-18.8 50.6.8 70.2s51 19.9 70.2.7c14.8-14.8 23.5-65.7 26.8-88.3.8-5.5-3.9-10.2-9.5-9.4zm523.4 26.8c-14.8-14.8-65.7-23.5-88.3-26.8-5.5-.8-10.3 3.9-9.5 9.5 3.2 22.6 12 73.5 26.8 88.3 19.2 19.2 50.6 18.9 70.2-.7s20-51.2.8-70.3zm-129.4-12.8c-3.8-26.6 19.1-49.5 45.7-45.7 8.9 1.3 16.8 2.7 24.3 4.1C552.7 104.5 447.7 8 320 8S87.3 104.5 73.6 228.5c7.5-1.4 15.4-2.8 24.3-4.1 33.2-3.9 48.6 25.3 45.7 45.7-11.8 82.3-29.9 100.4-35.8 106.4-.9.9-2 1.6-3 2.5 42.7 74.6 123 125 215.2 125s172.5-50.4 215.2-125.1c-1-.9-2.1-1.5-3-2.5-5.9-5.9-24-24-35.8-106.3zM400 152c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm-160 0c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm80 280c-60.6 0-134.5-38.3-143.8-93.3-2-11.7 9.2-21.6 20.7-17.9C227.1 330.5 272 336 320 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"]\n};\nvar faGrinTongue = {\n prefix: 'fas',\n iconName: 'grin-tongue',\n icon: [496, 512, [], \"f589\", \"M248 8C111 8 0 119 0 256c0 106.3 67 196.7 161 232-5.6-12.2-9-25.7-9-40v-45.5c-24.7-16.2-43.5-38.1-47.8-63.8-2-11.8 9.3-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.6 22.6 6.1 20.7 17.9-4.3 25.7-23.1 47.6-47.8 63.8V448c0 14.3-3.4 27.8-9 40 94-35.3 161-125.7 161-232C496 119 385 8 248 8zm-80 232c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm-34.9 134.6c-14.4-6.5-31.1 2.2-34.6 17.6l-1.8 7.8c-2.1 9.2-15.2 9.2-17.3 0l-1.8-7.8c-3.5-15.4-20.2-24.1-34.6-17.6-.9.4.3-.2-18.9 9.4v63c0 35.2 28 64.5 63.1 64.9 35.7.5 64.9-28.4 64.9-64v-64c-19.5-9.6-18.2-8.9-19-9.3z\"]\n};\nvar faGrinTongueSquint = {\n prefix: 'fas',\n iconName: 'grin-tongue-squint',\n icon: [496, 512, [], \"f58a\", \"M293.1 374.6c-14.4-6.5-31.1 2.2-34.6 17.6l-1.8 7.8c-2.1 9.2-15.2 9.2-17.3 0l-1.8-7.8c-3.5-15.4-20.2-24.1-34.6-17.6-.9.4.3-.2-18.9 9.4v63c0 35.2 28 64.5 63.1 64.9 35.7.5 64.9-28.4 64.9-64v-64c-19.5-9.6-18.2-8.9-19-9.3zM248 8C111 8 0 119 0 256c0 106.3 67 196.7 161 232-5.6-12.2-9-25.7-9-40v-45.5c-24.7-16.2-43.5-38.1-47.8-63.8-2-11.8 9.2-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-4.3 25.7-23.1 47.6-47.8 63.8V448c0 14.3-3.4 27.8-9 40 94-35.3 161-125.7 161-232C496 119 385 8 248 8zm-33.8 210.3l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.7 4.7 7.7 15.9 0 20.6zm163 30c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.8-4.7-7.8-15.9 0-20.6l80-48c11.7-6.9 23.9 7.7 15.4 18L343.6 208l33.6 40.3z\"]\n};\nvar faGrinTongueWink = {\n prefix: 'fas',\n iconName: 'grin-tongue-wink',\n icon: [496, 512, [], \"f58b\", \"M344 184c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zM248 8C111 8 0 119 0 256c0 106.3 67 196.7 161 232-5.6-12.2-9-25.7-9-40v-45.5c-24.7-16.2-43.5-38.1-47.8-63.8-2-11.8 9.3-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.1 20.7 17.9-4.3 25.7-23.1 47.6-47.8 63.8V448c0 14.3-3.4 27.8-9 40 94-35.3 161-125.7 161-232C496 119 385 8 248 8zm-56 225l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L112 233c-8.5 7.4-21.6.3-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S208 197 212 222.2c1.6 11.1-11.6 18.2-20 10.8zm152 39c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm-50.9 102.6c-14.4-6.5-31.1 2.2-34.6 17.6l-1.8 7.8c-2.1 9.2-15.2 9.2-17.3 0l-1.8-7.8c-3.5-15.4-20.2-24.1-34.6-17.6-.9.4.3-.2-18.9 9.4v63c0 35.2 28 64.5 63.1 64.9 35.7.5 64.9-28.4 64.9-64v-64c-19.5-9.6-18.2-8.9-19-9.3z\"]\n};\nvar faGrinWink = {\n prefix: 'fas',\n iconName: 'grin-wink',\n icon: [496, 512, [], \"f58c\", \"M0 256c0 137 111 248 248 248s248-111 248-248S385 8 248 8 0 119 0 256zm200-48c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm168 25l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L288 233c-8.3 7.4-21.6.4-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S384 197 388 222.2c1.6 11-11.5 18.2-20 10.8zm-243.1 87.8C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.3-3.7 22.6 6 20.7 17.9-9.2 55-83.2 93.3-143.8 93.3s-134.5-38.3-143.8-93.3c-2-11.9 9.3-21.6 20.7-17.9z\"]\n};\nvar faGripHorizontal = {\n prefix: 'fas',\n iconName: 'grip-horizontal',\n icon: [448, 512, [], \"f58d\", \"M96 288H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zM96 96H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z\"]\n};\nvar faGripLines = {\n prefix: 'fas',\n iconName: 'grip-lines',\n icon: [512, 512, [], \"f7a4\", \"M496 288H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-128H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"]\n};\nvar faGripLinesVertical = {\n prefix: 'fas',\n iconName: 'grip-lines-vertical',\n icon: [256, 512, [], \"f7a5\", \"M96 496V16c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16zm128 0V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16z\"]\n};\nvar faGripVertical = {\n prefix: 'fas',\n iconName: 'grip-vertical',\n icon: [320, 512, [], \"f58e\", \"M96 32H32C14.33 32 0 46.33 0 64v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zM288 32h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z\"]\n};\nvar faGuitar = {\n prefix: 'fas',\n iconName: 'guitar',\n icon: [512, 512, [], \"f7a6\", \"M502.63 39L473 9.37a32 32 0 0 0-45.26 0L381.46 55.7a35.14 35.14 0 0 0-8.53 13.79L360.77 106l-76.26 76.26c-12.16-8.76-25.5-15.74-40.1-19.14-33.45-7.78-67-.88-89.88 22a82.45 82.45 0 0 0-20.24 33.47c-6 18.56-23.21 32.69-42.15 34.46-23.7 2.27-45.73 11.45-62.61 28.44C-16.11 327-7.9 409 47.58 464.45S185 528 230.56 482.52c17-16.88 26.16-38.9 28.45-62.71 1.76-18.85 15.89-36.13 34.43-42.14a82.6 82.6 0 0 0 33.48-20.25c22.87-22.88 29.74-56.36 22-89.75-3.39-14.64-10.37-28-19.16-40.2L406 151.23l36.48-12.16a35.14 35.14 0 0 0 13.79-8.53l46.33-46.32a32 32 0 0 0 .03-45.22zM208 352a48 48 0 1 1 48-48 48 48 0 0 1-48 48z\"]\n};\nvar faHSquare = {\n prefix: 'fas',\n iconName: 'h-square',\n icon: [448, 512, [], \"f0fd\", \"M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zm-112 48h-32c-8.837 0-16 7.163-16 16v80H160v-80c0-8.837-7.163-16-16-16h-32c-8.837 0-16 7.163-16 16v224c0 8.837 7.163 16 16 16h32c8.837 0 16-7.163 16-16v-80h128v80c0 8.837 7.163 16 16 16h32c8.837 0 16-7.163 16-16V144c0-8.837-7.163-16-16-16z\"]\n};\nvar faHamburger = {\n prefix: 'fas',\n iconName: 'hamburger',\n icon: [512, 512, [], \"f805\", \"M464 256H48a48 48 0 0 0 0 96h416a48 48 0 0 0 0-96zm16 128H32a16 16 0 0 0-16 16v16a64 64 0 0 0 64 64h352a64 64 0 0 0 64-64v-16a16 16 0 0 0-16-16zM58.64 224h394.72c34.57 0 54.62-43.9 34.82-75.88C448 83.2 359.55 32.1 256 32c-103.54.1-192 51.2-232.18 116.11C4 180.09 24.07 224 58.64 224zM384 112a16 16 0 1 1-16 16 16 16 0 0 1 16-16zM256 80a16 16 0 1 1-16 16 16 16 0 0 1 16-16zm-128 32a16 16 0 1 1-16 16 16 16 0 0 1 16-16z\"]\n};\nvar faHammer = {\n prefix: 'fas',\n iconName: 'hammer',\n icon: [576, 512, [], \"f6e3\", \"M571.31 193.94l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31-28.9-28.9c5.63-21.31.36-44.9-16.35-61.61l-45.25-45.25c-62.48-62.48-163.79-62.48-226.28 0l90.51 45.25v18.75c0 16.97 6.74 33.25 18.75 45.25l49.14 49.14c16.71 16.71 40.3 21.98 61.61 16.35l28.9 28.9-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l90.51-90.51c6.23-6.24 6.23-16.37-.02-22.62zm-286.72-15.2c-3.7-3.7-6.84-7.79-9.85-11.95L19.64 404.96c-25.57 23.88-26.26 64.19-1.53 88.93s65.05 24.05 88.93-1.53l238.13-255.07c-3.96-2.91-7.9-5.87-11.44-9.41l-49.14-49.14z\"]\n};\nvar faHamsa = {\n prefix: 'fas',\n iconName: 'hamsa',\n icon: [512, 512, [], \"f665\", \"M509.34 307.25C504.28 295.56 492.75 288 480 288h-64V80c0-22-18-40-40-40s-40 18-40 40v134c0 5.52-4.48 10-10 10h-20c-5.52 0-10-4.48-10-10V40c0-22-18-40-40-40s-40 18-40 40v174c0 5.52-4.48 10-10 10h-20c-5.52 0-10-4.48-10-10V80c0-22-18-40-40-40S96 58 96 80v208H32c-12.75 0-24.28 7.56-29.34 19.25a31.966 31.966 0 0 0 5.94 34.58l102.69 110.03C146.97 490.08 199.69 512 256 512s109.03-21.92 144.72-60.14L503.4 341.83a31.966 31.966 0 0 0 5.94-34.58zM256 416c-53.02 0-96-64-96-64s42.98-64 96-64 96 64 96 64-42.98 64-96 64zm0-96c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z\"]\n};\nvar faHandHolding = {\n prefix: 'fas',\n iconName: 'hand-holding',\n icon: [576, 512, [], \"f4bd\", \"M565.3 328.1c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"]\n};\nvar faHandHoldingHeart = {\n prefix: 'fas',\n iconName: 'hand-holding-heart',\n icon: [576, 512, [], \"f4be\", \"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"]\n};\nvar faHandHoldingUsd = {\n prefix: 'fas',\n iconName: 'hand-holding-usd',\n icon: [576, 512, [], \"f4c0\", \"M271.06,144.3l54.27,14.3a8.59,8.59,0,0,1,6.63,8.1c0,4.6-4.09,8.4-9.12,8.4h-35.6a30,30,0,0,1-11.19-2.2c-5.24-2.2-11.28-1.7-15.3,2l-19,17.5a11.68,11.68,0,0,0-2.25,2.66,11.42,11.42,0,0,0,3.88,15.74,83.77,83.77,0,0,0,34.51,11.5V240c0,8.8,7.83,16,17.37,16h17.37c9.55,0,17.38-7.2,17.38-16V222.4c32.93-3.6,57.84-31,53.5-63-3.15-23-22.46-41.3-46.56-47.7L282.68,97.4a8.59,8.59,0,0,1-6.63-8.1c0-4.6,4.09-8.4,9.12-8.4h35.6A30,30,0,0,1,332,83.1c5.23,2.2,11.28,1.7,15.3-2l19-17.5A11.31,11.31,0,0,0,368.47,61a11.43,11.43,0,0,0-3.84-15.78,83.82,83.82,0,0,0-34.52-11.5V16c0-8.8-7.82-16-17.37-16H295.37C285.82,0,278,7.2,278,16V33.6c-32.89,3.6-57.85,31-53.51,63C227.63,119.6,247,137.9,271.06,144.3ZM565.27,328.1c-11.8-10.7-30.2-10-42.6,0L430.27,402a63.64,63.64,0,0,1-40,14H272a16,16,0,0,1,0-32h78.29c15.9,0,30.71-10.9,33.25-26.6a31.2,31.2,0,0,0,.46-5.46A32,32,0,0,0,352,320H192a117.66,117.66,0,0,0-74.1,26.29L71.4,384H16A16,16,0,0,0,0,400v96a16,16,0,0,0,16,16H372.77a64,64,0,0,0,40-14L564,377a32,32,0,0,0,1.28-48.9Z\"]\n};\nvar faHandLizard = {\n prefix: 'fas',\n iconName: 'hand-lizard',\n icon: [576, 512, [], \"f258\", \"M384 480h192V363.778a95.998 95.998 0 0 0-14.833-51.263L398.127 54.368A48 48 0 0 0 357.544 32H24C10.745 32 0 42.745 0 56v16c0 30.928 25.072 56 56 56h229.981c12.844 0 21.556 13.067 16.615 24.923l-21.41 51.385A32 32 0 0 1 251.648 224H128c-35.346 0-64 28.654-64 64v8c0 13.255 10.745 24 24 24h147.406a47.995 47.995 0 0 1 25.692 7.455l111.748 70.811A24.001 24.001 0 0 1 384 418.539V480z\"]\n};\nvar faHandMiddleFinger = {\n prefix: 'fas',\n iconName: 'hand-middle-finger',\n icon: [512, 512, [], \"f806\", \"M479.93 317.12a37.33 37.33 0 0 0-28.28-36.19L416 272v-49.59c0-11.44-9.69-21.29-23.15-23.54l-38.4-6.4C336.63 189.5 320 200.86 320 216v32a8 8 0 0 1-16 0V50c0-26.28-20.25-49.2-46.52-50A48 48 0 0 0 208 48v200a8 8 0 0 1-16 0v-32c0-15.15-16.63-26.51-34.45-23.54l-30.68 5.12c-18 3-30.87 16.12-30.87 31.38V376a8 8 0 0 1-16 0v-76l-27.36 15A37.34 37.34 0 0 0 32 348.4v73.47a37.31 37.31 0 0 0 10.93 26.39l30.93 30.93A112 112 0 0 0 153.05 512h215A112 112 0 0 0 480 400z\"]\n};\nvar faHandPaper = {\n prefix: 'fas',\n iconName: 'hand-paper',\n icon: [448, 512, [], \"f256\", \"M408.781 128.007C386.356 127.578 368 146.36 368 168.79V256h-8V79.79c0-22.43-18.356-41.212-40.781-40.783C297.488 39.423 280 57.169 280 79v177h-8V40.79C272 18.36 253.644-.422 231.219.007 209.488.423 192 18.169 192 40v216h-8V80.79c0-22.43-18.356-41.212-40.781-40.783C121.488 40.423 104 58.169 104 80v235.992l-31.648-43.519c-12.993-17.866-38.009-21.817-55.877-8.823-17.865 12.994-21.815 38.01-8.822 55.877l125.601 172.705A48 48 0 0 0 172.073 512h197.59c22.274 0 41.622-15.324 46.724-37.006l26.508-112.66a192.011 192.011 0 0 0 5.104-43.975V168c.001-21.831-17.487-39.577-39.218-39.993z\"]\n};\nvar faHandPeace = {\n prefix: 'fas',\n iconName: 'hand-peace',\n icon: [448, 512, [], \"f25b\", \"M408 216c-22.092 0-40 17.909-40 40h-8v-32c0-22.091-17.908-40-40-40s-40 17.909-40 40v32h-8V48c0-26.51-21.49-48-48-48s-48 21.49-48 48v208h-13.572L92.688 78.449C82.994 53.774 55.134 41.63 30.461 51.324 5.787 61.017-6.356 88.877 3.337 113.551l74.765 190.342-31.09 24.872c-15.381 12.306-19.515 33.978-9.741 51.081l64 112A39.998 39.998 0 0 0 136 512h240c18.562 0 34.686-12.77 38.937-30.838l32-136A39.97 39.97 0 0 0 448 336v-80c0-22.091-17.908-40-40-40z\"]\n};\nvar faHandPointDown = {\n prefix: 'fas',\n iconName: 'hand-point-down',\n icon: [384, 512, [], \"f0a7\", \"M91.826 467.2V317.966c-8.248 5.841-16.558 10.57-24.918 14.153C35.098 345.752-.014 322.222 0 288c.008-18.616 10.897-32.203 29.092-40 28.286-12.122 64.329-78.648 77.323-107.534 7.956-17.857 25.479-28.453 43.845-28.464l.001-.002h171.526c11.812 0 21.897 8.596 23.703 20.269 7.25 46.837 38.483 61.76 38.315 123.731-.007 2.724.195 13.254.195 16 0 50.654-22.122 81.574-71.263 72.6-9.297 18.597-39.486 30.738-62.315 16.45-21.177 24.645-53.896 22.639-70.944 6.299V467.2c0 24.15-20.201 44.8-43.826 44.8-23.283 0-43.826-21.35-43.826-44.8zM112 72V24c0-13.255 10.745-24 24-24h192c13.255 0 24 10.745 24 24v48c0 13.255-10.745 24-24 24H136c-13.255 0-24-10.745-24-24zm212-24c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z\"]\n};\nvar faHandPointLeft = {\n prefix: 'fas',\n iconName: 'hand-point-left',\n icon: [512, 512, [], \"f0a5\", \"M44.8 155.826h149.234c-5.841-8.248-10.57-16.558-14.153-24.918C166.248 99.098 189.778 63.986 224 64c18.616.008 32.203 10.897 40 29.092 12.122 28.286 78.648 64.329 107.534 77.323 17.857 7.956 28.453 25.479 28.464 43.845l.002.001v171.526c0 11.812-8.596 21.897-20.269 23.703-46.837 7.25-61.76 38.483-123.731 38.315-2.724-.007-13.254.195-16 .195-50.654 0-81.574-22.122-72.6-71.263-18.597-9.297-30.738-39.486-16.45-62.315-24.645-21.177-22.639-53.896-6.299-70.944H44.8c-24.15 0-44.8-20.201-44.8-43.826 0-23.283 21.35-43.826 44.8-43.826zM440 176h48c13.255 0 24 10.745 24 24v192c0 13.255-10.745 24-24 24h-48c-13.255 0-24-10.745-24-24V200c0-13.255 10.745-24 24-24zm24 212c11.046 0 20-8.954 20-20s-8.954-20-20-20-20 8.954-20 20 8.954 20 20 20z\"]\n};\nvar faHandPointRight = {\n prefix: 'fas',\n iconName: 'hand-point-right',\n icon: [512, 512, [], \"f0a4\", \"M512 199.652c0 23.625-20.65 43.826-44.8 43.826h-99.851c16.34 17.048 18.346 49.766-6.299 70.944 14.288 22.829 2.147 53.017-16.45 62.315C353.574 425.878 322.654 448 272 448c-2.746 0-13.276-.203-16-.195-61.971.168-76.894-31.065-123.731-38.315C120.596 407.683 112 397.599 112 385.786V214.261l.002-.001c.011-18.366 10.607-35.889 28.464-43.845 28.886-12.994 95.413-49.038 107.534-77.323 7.797-18.194 21.384-29.084 40-29.092 34.222-.014 57.752 35.098 44.119 66.908-3.583 8.359-8.312 16.67-14.153 24.918H467.2c23.45 0 44.8 20.543 44.8 43.826zM96 200v192c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V200c0-13.255 10.745-24 24-24h48c13.255 0 24 10.745 24 24zM68 368c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z\"]\n};\nvar faHandPointUp = {\n prefix: 'fas',\n iconName: 'hand-point-up',\n icon: [384, 512, [], \"f0a6\", \"M135.652 0c23.625 0 43.826 20.65 43.826 44.8v99.851c17.048-16.34 49.766-18.346 70.944 6.299 22.829-14.288 53.017-2.147 62.315 16.45C361.878 158.426 384 189.346 384 240c0 2.746-.203 13.276-.195 16 .168 61.971-31.065 76.894-38.315 123.731C343.683 391.404 333.599 400 321.786 400H150.261l-.001-.002c-18.366-.011-35.889-10.607-43.845-28.464C93.421 342.648 57.377 276.122 29.092 264 10.897 256.203.008 242.616 0 224c-.014-34.222 35.098-57.752 66.908-44.119 8.359 3.583 16.67 8.312 24.918 14.153V44.8c0-23.45 20.543-44.8 43.826-44.8zM136 416h192c13.255 0 24 10.745 24 24v48c0 13.255-10.745 24-24 24H136c-13.255 0-24-10.745-24-24v-48c0-13.255 10.745-24 24-24zm168 28c-11.046 0-20 8.954-20 20s8.954 20 20 20 20-8.954 20-20-8.954-20-20-20z\"]\n};\nvar faHandPointer = {\n prefix: 'fas',\n iconName: 'hand-pointer',\n icon: [448, 512, [], \"f25a\", \"M448 240v96c0 3.084-.356 6.159-1.063 9.162l-32 136C410.686 499.23 394.562 512 376 512H168a40.004 40.004 0 0 1-32.35-16.473l-127.997-176c-12.993-17.866-9.043-42.883 8.822-55.876 17.867-12.994 42.884-9.043 55.877 8.823L104 315.992V40c0-22.091 17.908-40 40-40s40 17.909 40 40v200h8v-40c0-22.091 17.908-40 40-40s40 17.909 40 40v40h8v-24c0-22.091 17.908-40 40-40s40 17.909 40 40v24h8c0-22.091 17.908-40 40-40s40 17.909 40 40zm-256 80h-8v96h8v-96zm88 0h-8v96h8v-96zm88 0h-8v96h8v-96z\"]\n};\nvar faHandRock = {\n prefix: 'fas',\n iconName: 'hand-rock',\n icon: [512, 512, [], \"f255\", \"M464.8 80c-26.9-.4-48.8 21.2-48.8 48h-8V96.8c0-26.3-20.9-48.3-47.2-48.8-26.9-.4-48.8 21.2-48.8 48v32h-8V80.8c0-26.3-20.9-48.3-47.2-48.8-26.9-.4-48.8 21.2-48.8 48v48h-8V96.8c0-26.3-20.9-48.3-47.2-48.8-26.9-.4-48.8 21.2-48.8 48v136l-8-7.1v-48.1c0-26.3-20.9-48.3-47.2-48.8C21.9 127.6 0 149.2 0 176v66.4c0 27.4 11.7 53.5 32.2 71.8l111.7 99.3c10.2 9.1 16.1 22.2 16.1 35.9v6.7c0 13.3 10.7 24 24 24h240c13.3 0 24-10.7 24-24v-2.9c0-12.8 2.6-25.5 7.5-37.3l49-116.3c5-11.8 7.5-24.5 7.5-37.3V128.8c0-26.3-20.9-48.4-47.2-48.8z\"]\n};\nvar faHandScissors = {\n prefix: 'fas',\n iconName: 'hand-scissors',\n icon: [512, 512, [], \"f257\", \"M216 440c0-22.092 17.909-40 40-40v-8h-32c-22.091 0-40-17.908-40-40s17.909-40 40-40h32v-8H48c-26.51 0-48-21.49-48-48s21.49-48 48-48h208v-13.572l-177.551-69.74c-24.674-9.694-36.818-37.555-27.125-62.228 9.693-24.674 37.554-36.817 62.228-27.124l190.342 74.765 24.872-31.09c12.306-15.381 33.978-19.515 51.081-9.741l112 64A40.002 40.002 0 0 1 512 168v240c0 18.562-12.77 34.686-30.838 38.937l-136 32A39.982 39.982 0 0 1 336 480h-80c-22.091 0-40-17.908-40-40z\"]\n};\nvar faHandSpock = {\n prefix: 'fas',\n iconName: 'hand-spock',\n icon: [512, 512, [], \"f259\", \"M481.3 97.1c-21.5-5.1-43.1 8.2-48.2 29.6L402.3 256h-11.1l43.6-174.3c5.4-21.4-7.7-43.1-29.1-48.5s-43.1 7.7-48.5 29.1L308.8 256h-15.1L242 31.1c-5-21.6-26.4-35-48-30.1-21.5 4.9-35 26.4-30 47.9l47.6 207h-9.8L167 103.1c-4.9-21.5-26.3-35-47.9-30.1-21.5 4.9-35 26.3-30.1 47.9l39 171.6v79.4l-60.6-57c-16.1-15.1-41.4-14.4-56.5 1.7s-14.4 41.4 1.7 56.5L146.3 499c8.9 8.4 20.7 13 32.9 13h216.7c21.3 0 40-14 46-34.4l26.2-88.3c2.6-8.9 4-18 4-27.3v-42c0-7.5.9-15 2.6-22.2L511 145.3c5-21.5-8.3-43.1-29.7-48.2z\"]\n};\nvar faHands = {\n prefix: 'fas',\n iconName: 'hands',\n icon: [640, 512, [], \"f4c2\", \"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"]\n};\nvar faHandsHelping = {\n prefix: 'fas',\n iconName: 'hands-helping',\n icon: [640, 512, [], \"f4c4\", \"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"]\n};\nvar faHandshake = {\n prefix: 'fas',\n iconName: 'handshake',\n icon: [640, 512, [], \"f2b5\", \"M434.7 64h-85.9c-8 0-15.7 3-21.6 8.4l-98.3 90c-.1.1-.2.3-.3.4-16.6 15.6-16.3 40.5-2.1 56 12.7 13.9 39.4 17.6 56.1 2.7.1-.1.3-.1.4-.2l79.9-73.2c6.5-5.9 16.7-5.5 22.6 1 6 6.5 5.5 16.6-1 22.6l-26.1 23.9L504 313.8c2.9 2.4 5.5 5 7.9 7.7V128l-54.6-54.6c-5.9-6-14.1-9.4-22.6-9.4zM544 128.2v223.9c0 17.7 14.3 32 32 32h64V128.2h-96zm48 223.9c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zM0 384h64c17.7 0 32-14.3 32-32V128.2H0V384zm48-63.9c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16c0-8.9 7.2-16 16-16zm435.9 18.6L334.6 217.5l-30 27.5c-29.7 27.1-75.2 24.5-101.7-4.4-26.9-29.4-24.8-74.9 4.4-101.7L289.1 64h-83.8c-8.5 0-16.6 3.4-22.6 9.4L128 128v223.9h18.3l90.5 81.9c27.4 22.3 67.7 18.1 90-9.3l.2-.2 17.9 15.5c15.9 13 39.4 10.5 52.3-5.4l31.4-38.6 5.4 4.4c13.7 11.1 33.9 9.1 45-4.7l9.5-11.7c11.2-13.8 9.1-33.9-4.6-45.1z\"]\n};\nvar faHanukiah = {\n prefix: 'fas',\n iconName: 'hanukiah',\n icon: [640, 512, [], \"f6e6\", \"M232 160c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm-64 0c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm224 0c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm64 0c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm88 8c0-4.42-3.58-8-8-8h-16c-4.42 0-8 3.58-8 8v120h32V168zm-440-8c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm520 0h-32c-8.84 0-16 7.16-16 16v112c0 17.67-14.33 32-32 32H352V128c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v192H96c-17.67 0-32-14.33-32-32V176c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v112c0 53.02 42.98 96 96 96h192v64H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16H352v-64h192c53.02 0 96-42.98 96-96V176c0-8.84-7.16-16-16-16zm-16-32c13.25 0 24-11.94 24-26.67S608 48 608 48s-24 38.61-24 53.33S594.75 128 608 128zm-576 0c13.25 0 24-11.94 24-26.67S32 48 32 48 8 86.61 8 101.33 18.75 128 32 128zm288-48c13.25 0 24-11.94 24-26.67S320 0 320 0s-24 38.61-24 53.33S306.75 80 320 80zm-208 48c13.25 0 24-11.94 24-26.67S112 48 112 48s-24 38.61-24 53.33S98.75 128 112 128zm64 0c13.25 0 24-11.94 24-26.67S176 48 176 48s-24 38.61-24 53.33S162.75 128 176 128zm64 0c13.25 0 24-11.94 24-26.67S240 48 240 48s-24 38.61-24 53.33S226.75 128 240 128zm160 0c13.25 0 24-11.94 24-26.67S400 48 400 48s-24 38.61-24 53.33S386.75 128 400 128zm64 0c13.25 0 24-11.94 24-26.67S464 48 464 48s-24 38.61-24 53.33S450.75 128 464 128zm64 0c13.25 0 24-11.94 24-26.67S528 48 528 48s-24 38.61-24 53.33S514.75 128 528 128z\"]\n};\nvar faHardHat = {\n prefix: 'fas',\n iconName: 'hard-hat',\n icon: [512, 512, [], \"f807\", \"M480 288c0-80.25-49.28-148.92-119.19-177.62L320 192V80a16 16 0 0 0-16-16h-96a16 16 0 0 0-16 16v112l-40.81-81.62C81.28 139.08 32 207.75 32 288v64h448zm16 96H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h480a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faHashtag = {\n prefix: 'fas',\n iconName: 'hashtag',\n icon: [448, 512, [], \"f292\", \"M440.667 182.109l7.143-40c1.313-7.355-4.342-14.109-11.813-14.109h-74.81l14.623-81.891C377.123 38.754 371.468 32 363.997 32h-40.632a12 12 0 0 0-11.813 9.891L296.175 128H197.54l14.623-81.891C213.477 38.754 207.822 32 200.35 32h-40.632a12 12 0 0 0-11.813 9.891L132.528 128H53.432a12 12 0 0 0-11.813 9.891l-7.143 40C33.163 185.246 38.818 192 46.289 192h74.81L98.242 320H19.146a12 12 0 0 0-11.813 9.891l-7.143 40C-1.123 377.246 4.532 384 12.003 384h74.81L72.19 465.891C70.877 473.246 76.532 480 84.003 480h40.632a12 12 0 0 0 11.813-9.891L151.826 384h98.634l-14.623 81.891C234.523 473.246 240.178 480 247.65 480h40.632a12 12 0 0 0 11.813-9.891L315.472 384h79.096a12 12 0 0 0 11.813-9.891l7.143-40c1.313-7.355-4.342-14.109-11.813-14.109h-74.81l22.857-128h79.096a12 12 0 0 0 11.813-9.891zM261.889 320h-98.634l22.857-128h98.634l-22.857 128z\"]\n};\nvar faHatCowboy = {\n prefix: 'fas',\n iconName: 'hat-cowboy',\n icon: [640, 512, [], \"f8c0\", \"M490 296.9C480.51 239.51 450.51 64 392.3 64c-14 0-26.49 5.93-37 14a58.21 58.21 0 0 1-70.58 0c-10.51-8-23-14-37-14-58.2 0-88.2 175.47-97.71 232.88C188.81 309.47 243.73 320 320 320s131.23-10.51 170-23.1zm142.9-37.18a16 16 0 0 0-19.75 1.5c-1 .9-101.27 90.78-293.16 90.78-190.82 0-292.22-89.94-293.24-90.84A16 16 0 0 0 1 278.53C1.73 280.55 78.32 480 320 480s318.27-199.45 319-201.47a16 16 0 0 0-6.09-18.81z\"]\n};\nvar faHatCowboySide = {\n prefix: 'fas',\n iconName: 'hat-cowboy-side',\n icon: [640, 512, [], \"f8c1\", \"M260.8 291.06c-28.63-22.94-62-35.06-96.4-35.06C87 256 21.47 318.72 1.43 412.06c-3.55 16.6-.43 33.83 8.57 47.3C18.75 472.47 31.83 480 45.88 480H592c-103.21 0-155-37.07-233.19-104.46zm234.65-18.29L468.4 116.2A64 64 0 0 0 392 64.41L200.85 105a64 64 0 0 0-50.35 55.79L143.61 226c6.9-.83 13.7-2 20.79-2 41.79 0 82 14.55 117.29 42.82l98 84.48C450.76 412.54 494.9 448 592 448a48 48 0 0 0 48-48c0-25.39-29.6-119.33-144.55-127.23z\"]\n};\nvar faHatWizard = {\n prefix: 'fas',\n iconName: 'hat-wizard',\n icon: [512, 512, [], \"f6e8\", \"M496 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-304-64l-64-32 64-32 32-64 32 64 64 32-64 32-16 32h208l-86.41-201.63a63.955 63.955 0 0 1-1.89-45.45L416 0 228.42 107.19a127.989 127.989 0 0 0-53.46 59.15L64 416h144l-16-32zm64-224l16-32 16 32 32 16-32 16-16 32-16-32-32-16 32-16z\"]\n};\nvar faHaykal = {\n prefix: 'fas',\n iconName: 'haykal',\n icon: [512, 512, [], \"f666\", \"M496.25 202.52l-110-15.44 41.82-104.34c6.67-16.64-11.6-32.18-26.59-22.63L307.44 120 273.35 12.82C270.64 4.27 263.32 0 256 0c-7.32 0-14.64 4.27-17.35 12.82l-34.09 107.19-94.04-59.89c-14.99-9.55-33.25 5.99-26.59 22.63l41.82 104.34-110 15.43c-17.54 2.46-21.68 26.27-6.03 34.67l98.16 52.66-74.48 83.54c-10.92 12.25-1.72 30.93 13.29 30.93 1.31 0 2.67-.14 4.07-.45l108.57-23.65-4.11 112.55c-.43 11.65 8.87 19.22 18.41 19.22 5.15 0 10.39-2.21 14.2-7.18l68.18-88.9 68.18 88.9c3.81 4.97 9.04 7.18 14.2 7.18 9.54 0 18.84-7.57 18.41-19.22l-4.11-112.55 108.57 23.65c17.36 3.76 29.21-17.2 17.35-30.49l-74.48-83.54 98.16-52.66c15.64-8.39 11.5-32.2-6.04-34.66zM338.51 311.68l-51.89-11.3 1.97 53.79L256 311.68l-32.59 42.49 1.96-53.79-51.89 11.3 35.6-39.93-46.92-25.17 52.57-7.38-19.99-49.87 44.95 28.62L256 166.72l16.29 51.23 44.95-28.62-19.99 49.87 52.57 7.38-46.92 25.17 35.61 39.93z\"]\n};\nvar faHdd = {\n prefix: 'fas',\n iconName: 'hdd',\n icon: [576, 512, [], \"f0a0\", \"M576 304v96c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48v-96c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48zm-48-80a79.557 79.557 0 0 1 30.777 6.165L462.25 85.374A48.003 48.003 0 0 0 422.311 64H153.689a48 48 0 0 0-39.938 21.374L17.223 230.165A79.557 79.557 0 0 1 48 224h480zm-48 96c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm-96 0c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z\"]\n};\nvar faHeading = {\n prefix: 'fas',\n iconName: 'heading',\n icon: [512, 512, [], \"f1dc\", \"M448 96v320h32a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H320a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32V288H160v128h32a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32V96H32a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16h-32v128h192V96h-32a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16z\"]\n};\nvar faHeadphones = {\n prefix: 'fas',\n iconName: 'headphones',\n icon: [512, 512, [], \"f025\", \"M256 32C114.52 32 0 146.496 0 288v48a32 32 0 0 0 17.689 28.622l14.383 7.191C34.083 431.903 83.421 480 144 480h24c13.255 0 24-10.745 24-24V280c0-13.255-10.745-24-24-24h-24c-31.342 0-59.671 12.879-80 33.627V288c0-105.869 86.131-192 192-192s192 86.131 192 192v1.627C427.671 268.879 399.342 256 368 256h-24c-13.255 0-24 10.745-24 24v176c0 13.255 10.745 24 24 24h24c60.579 0 109.917-48.098 111.928-108.187l14.382-7.191A32 32 0 0 0 512 336v-48c0-141.479-114.496-256-256-256z\"]\n};\nvar faHeadphonesAlt = {\n prefix: 'fas',\n iconName: 'headphones-alt',\n icon: [512, 512, [], \"f58f\", \"M160 288h-16c-35.35 0-64 28.7-64 64.12v63.76c0 35.41 28.65 64.12 64 64.12h16c17.67 0 32-14.36 32-32.06V320.06c0-17.71-14.33-32.06-32-32.06zm208 0h-16c-17.67 0-32 14.35-32 32.06v127.88c0 17.7 14.33 32.06 32 32.06h16c35.35 0 64-28.71 64-64.12v-63.76c0-35.41-28.65-64.12-64-64.12zM256 32C112.91 32 4.57 151.13 0 288v112c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16V288c0-114.67 93.33-207.8 208-207.82 114.67.02 208 93.15 208 207.82v112c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16V288C507.43 151.13 399.09 32 256 32z\"]\n};\nvar faHeadset = {\n prefix: 'fas',\n iconName: 'headset',\n icon: [512, 512, [], \"f590\", \"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"]\n};\nvar faHeart = {\n prefix: 'fas',\n iconName: 'heart',\n icon: [512, 512, [], \"f004\", \"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"]\n};\nvar faHeartBroken = {\n prefix: 'fas',\n iconName: 'heart-broken',\n icon: [512, 512, [], \"f7a9\", \"M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z\"]\n};\nvar faHeartbeat = {\n prefix: 'fas',\n iconName: 'heartbeat',\n icon: [512, 512, [], \"f21e\", \"M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z\"]\n};\nvar faHelicopter = {\n prefix: 'fas',\n iconName: 'helicopter',\n icon: [640, 512, [], \"f533\", \"M304 384h272c17.67 0 32-14.33 32-32 0-123.71-100.29-224-224-224V64h176c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16H144c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h176v64H112L68.8 70.4C65.78 66.37 61.03 64 56 64H16.01C5.6 64-2.04 73.78.49 83.88L32 192l160 64 86.4 115.2A31.992 31.992 0 0 0 304 384zm112-188.49C478.55 208.3 528.03 257.44 540.79 320H416V195.51zm219.37 263.3l-22.15-22.2c-6.25-6.26-16.24-6.1-22.64.01-7.09 6.77-13.84 11.25-24.64 11.25H240c-8.84 0-16 7.18-16 16.03v32.06c0 8.85 7.16 16.03 16 16.03h325.94c14.88 0 35.3-.47 68.45-29.52 7.02-6.14 7.57-17.05.98-23.66z\"]\n};\nvar faHighlighter = {\n prefix: 'fas',\n iconName: 'highlighter',\n icon: [544, 512, [], \"f591\", \"M0 479.98L99.92 512l35.45-35.45-67.04-67.04L0 479.98zm124.61-240.01a36.592 36.592 0 0 0-10.79 38.1l13.05 42.83-50.93 50.94 96.23 96.23 50.86-50.86 42.74 13.08c13.73 4.2 28.65-.01 38.15-10.78l35.55-41.64-173.34-173.34-41.52 35.44zm403.31-160.7l-63.2-63.2c-20.49-20.49-53.38-21.52-75.12-2.35L190.55 183.68l169.77 169.78L530.27 154.4c19.18-21.74 18.15-54.63-2.35-75.13z\"]\n};\nvar faHiking = {\n prefix: 'fas',\n iconName: 'hiking',\n icon: [384, 512, [], \"f6ec\", \"M80.95 472.23c-4.28 17.16 6.14 34.53 23.28 38.81 2.61.66 5.22.95 7.8.95 14.33 0 27.37-9.7 31.02-24.23l25.24-100.97-52.78-52.78-34.56 138.22zm14.89-196.12L137 117c2.19-8.42-3.14-16.95-11.92-19.06-43.88-10.52-88.35 15.07-99.32 57.17L.49 253.24c-2.19 8.42 3.14 16.95 11.92 19.06l63.56 15.25c8.79 2.1 17.68-3.02 19.87-11.44zM368 160h-16c-8.84 0-16 7.16-16 16v16h-34.75l-46.78-46.78C243.38 134.11 228.61 128 212.91 128c-27.02 0-50.47 18.3-57.03 44.52l-26.92 107.72a32.012 32.012 0 0 0 8.42 30.39L224 397.25V480c0 17.67 14.33 32 32 32s32-14.33 32-32v-82.75c0-17.09-6.66-33.16-18.75-45.25l-46.82-46.82c.15-.5.49-.89.62-1.41l19.89-79.57 22.43 22.43c6 6 14.14 9.38 22.62 9.38h48v240c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16V176c.01-8.84-7.15-16-15.99-16zM240 96c26.51 0 48-21.49 48-48S266.51 0 240 0s-48 21.49-48 48 21.49 48 48 48z\"]\n};\nvar faHippo = {\n prefix: 'fas',\n iconName: 'hippo',\n icon: [640, 512, [], \"f6ed\", \"M581.12 96.2c-27.67-.15-52.5 17.58-76.6 26.62C489.98 88.27 455.83 64 416 64c-11.28 0-21.95 2.3-32 5.88V56c0-13.26-10.75-24-24-24h-16c-13.25 0-24 10.74-24 24v48.98C286.01 79.58 241.24 64 192 64 85.96 64 0 135.64 0 224v240c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16v-70.79C128.35 407.57 166.72 416 208 416s79.65-8.43 112-22.79V464c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V288h128v32c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-32c17.67 0 32-14.33 32-32v-92.02c0-34.09-24.79-67.59-58.88-67.78zM448 176c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z\"]\n};\nvar faHistory = {\n prefix: 'fas',\n iconName: 'history',\n icon: [512, 512, [], \"f1da\", \"M504 255.531c.253 136.64-111.18 248.372-247.82 248.468-59.015.042-113.223-20.53-155.822-54.911-11.077-8.94-11.905-25.541-1.839-35.607l11.267-11.267c8.609-8.609 22.353-9.551 31.891-1.984C173.062 425.135 212.781 440 256 440c101.705 0 184-82.311 184-184 0-101.705-82.311-184-184-184-48.814 0-93.149 18.969-126.068 49.932l50.754 50.754c10.08 10.08 2.941 27.314-11.313 27.314H24c-8.837 0-16-7.163-16-16V38.627c0-14.254 17.234-21.393 27.314-11.314l49.372 49.372C129.209 34.136 189.552 8 256 8c136.81 0 247.747 110.78 248 247.531zm-180.912 78.784l9.823-12.63c8.138-10.463 6.253-25.542-4.21-33.679L288 256.349V152c0-13.255-10.745-24-24-24h-16c-13.255 0-24 10.745-24 24v135.651l65.409 50.874c10.463 8.137 25.541 6.253 33.679-4.21z\"]\n};\nvar faHockeyPuck = {\n prefix: 'fas',\n iconName: 'hockey-puck',\n icon: [512, 512, [], \"f453\", \"M0 160c0-53 114.6-96 256-96s256 43 256 96-114.6 96-256 96S0 213 0 160zm0 82.2V352c0 53 114.6 96 256 96s256-43 256-96V242.2c-113.4 82.3-398.5 82.4-512 0z\"]\n};\nvar faHollyBerry = {\n prefix: 'fas',\n iconName: 'holly-berry',\n icon: [448, 512, [], \"f7aa\", \"M144 192c26.5 0 48-21.5 48-48s-21.5-48-48-48-48 21.5-48 48 21.5 48 48 48zm112-48c0 26.5 21.5 48 48 48s48-21.5 48-48-21.5-48-48-48-48 21.5-48 48zm-32-48c26.5 0 48-21.5 48-48S250.5 0 224 0s-48 21.5-48 48 21.5 48 48 48zm-16.2 139.1c.1-12.4-13.1-20.1-23.8-13.7-34.3 20.3-71.4 32.7-108.7 36.2-9.7.9-15.6 11.3-11.6 20.2 6.2 13.9 11.1 28.6 14.7 43.8 3.6 15.2-5.3 30.6-20.2 35.1-14.9 4.5-30.1 7.6-45.3 9.1-9.7 1-15.7 11.3-11.7 20.2 15 32.8 22.9 69.5 23 107.7.1 14.4 15.2 23.1 27.6 16 33.2-19 68.9-30.5 104.8-33.9 9.7-.9 15.6-11.3 11.6-20.2-6.2-13.9-11.1-28.6-14.7-43.8-3.6-15.2 5.3-30.6 20.2-35.1 14.9-4.5 30.1-7.6 45.3-9.1 9.7-1 15.7-11.3 11.7-20.2-15.5-34.2-23.3-72.5-22.9-112.3zM435 365.6c-15.2-1.6-30.3-4.7-45.3-9.1-14.9-4.5-23.8-19.9-20.2-35.1 3.6-15.2 8.5-29.8 14.7-43.8 4-8.9-1.9-19.3-11.6-20.2-37.3-3.5-74.4-15.9-108.7-36.2-10.7-6.3-23.9 1.4-23.8 13.7 0 1.6-.2 3.2-.2 4.9.2 33.3 7 65.7 19.9 94 5.7 12.4 5.2 26.6-.6 38.9 4.9 1.2 9.9 2.2 14.8 3.7 14.9 4.5 23.8 19.9 20.2 35.1-3.6 15.2-8.5 29.8-14.7 43.8-4 8.9 1.9 19.3 11.6 20.2 35.9 3.4 71.6 14.9 104.8 33.9 12.5 7.1 27.6-1.6 27.6-16 .2-38.2 8-75 23-107.7 4.3-8.7-1.8-19.1-11.5-20.1z\"]\n};\nvar faHome = {\n prefix: 'fas',\n iconName: 'home',\n icon: [576, 512, [], \"f015\", \"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"]\n};\nvar faHorse = {\n prefix: 'fas',\n iconName: 'horse',\n icon: [576, 512, [], \"f6f0\", \"M575.92 76.6c-.01-8.13-3.02-15.87-8.58-21.8-3.78-4.03-8.58-9.12-13.69-14.5 11.06-6.84 19.5-17.49 22.18-30.66C576.85 4.68 572.96 0 567.9 0H447.92c-70.69 0-128 57.31-128 128H160c-28.84 0-54.4 12.98-72 33.11V160c-48.53 0-88 39.47-88 88v56c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-56c0-13.22 6.87-24.39 16.78-31.68-.21 2.58-.78 5.05-.78 7.68 0 27.64 11.84 52.36 30.54 69.88l-25.72 68.6a63.945 63.945 0 0 0-2.16 37.99l24.85 99.41A15.982 15.982 0 0 0 107.02 512h65.96c10.41 0 18.05-9.78 15.52-19.88l-26.31-105.26 23.84-63.59L320 345.6V496c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V318.22c19.74-20.19 32-47.75 32-78.22 0-.22-.07-.42-.08-.64V136.89l16 7.11 18.9 37.7c7.45 14.87 25.05 21.55 40.49 15.37l32.55-13.02a31.997 31.997 0 0 0 20.12-29.74l-.06-77.71zm-64 19.4c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z\"]\n};\nvar faHorseHead = {\n prefix: 'fas',\n iconName: 'horse-head',\n icon: [512, 512, [], \"f7ab\", \"M509.8 332.5l-69.9-164.3c-14.9-41.2-50.4-71-93-79.2 18-10.6 46.3-35.9 34.2-82.3-1.3-5-7.1-7.9-12-6.1L166.9 76.3C35.9 123.4 0 238.9 0 398.8V480c0 17.7 14.3 32 32 32h236.2c23.8 0 39.3-25 28.6-46.3L256 384v-.7c-45.6-3.5-84.6-30.7-104.3-69.6-1.6-3.1-.9-6.9 1.6-9.3l12.1-12.1c3.9-3.9 10.6-2.7 12.9 2.4 14.8 33.7 48.2 57.4 87.4 57.4 17.2 0 33-5.1 46.8-13.2l46 63.9c6 8.4 15.7 13.3 26 13.3h50.3c8.5 0 16.6-3.4 22.6-9.4l45.3-39.8c8.9-9.1 11.7-22.6 7.1-34.4zM328 224c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24z\"]\n};\nvar faHospital = {\n prefix: 'fas',\n iconName: 'hospital',\n icon: [448, 512, [], \"f0f8\", \"M448 492v20H0v-20c0-6.627 5.373-12 12-12h20V120c0-13.255 10.745-24 24-24h88V24c0-13.255 10.745-24 24-24h112c13.255 0 24 10.745 24 24v72h88c13.255 0 24 10.745 24 24v360h20c6.627 0 12 5.373 12 12zM308 192h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zm-168 64h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12zm104 128h-40c-6.627 0-12 5.373-12 12v84h64v-84c0-6.627-5.373-12-12-12zm64-96h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zm-116 12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40zM182 96h26v26a6 6 0 0 0 6 6h20a6 6 0 0 0 6-6V96h26a6 6 0 0 0 6-6V70a6 6 0 0 0-6-6h-26V38a6 6 0 0 0-6-6h-20a6 6 0 0 0-6 6v26h-26a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6z\"]\n};\nvar faHospitalAlt = {\n prefix: 'fas',\n iconName: 'hospital-alt',\n icon: [576, 512, [], \"f47d\", \"M544 96H416V32c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32v64H32c-17.7 0-32 14.3-32 32v368c0 8.8 7.2 16 16 16h544c8.8 0 16-7.2 16-16V128c0-17.7-14.3-32-32-32zM160 436c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm160 128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm16-170c0 3.3-2.7 6-6 6h-26v26c0 3.3-2.7 6-6 6h-20c-3.3 0-6-2.7-6-6v-26h-26c-3.3 0-6-2.7-6-6v-20c0-3.3 2.7-6 6-6h26V86c0-3.3 2.7-6 6-6h20c3.3 0 6 2.7 6 6v26h26c3.3 0 6 2.7 6 6v20zm144 298c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"]\n};\nvar faHospitalSymbol = {\n prefix: 'fas',\n iconName: 'hospital-symbol',\n icon: [512, 512, [], \"f47e\", \"M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm112 376c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-88h-96v88c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V136c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v88h96v-88c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v240z\"]\n};\nvar faHotTub = {\n prefix: 'fas',\n iconName: 'hot-tub',\n icon: [512, 512, [], \"f593\", \"M414.21 177.65c1.02 8.21 7.75 14.35 15.75 14.35h16.12c9.51 0 17.08-8.57 16-18.35-4.34-39.11-22.4-74.53-50.13-97.16-17.37-14.17-28.82-36.75-31.98-62.15C378.96 6.14 372.22 0 364.23 0h-16.12c-9.51 0-17.09 8.57-16 18.35 4.34 39.11 22.4 74.53 50.13 97.16 17.36 14.17 28.82 36.75 31.97 62.14zm-108 0c1.02 8.21 7.75 14.35 15.75 14.35h16.12c9.51 0 17.08-8.57 16-18.35-4.34-39.11-22.4-74.53-50.13-97.16-17.37-14.17-28.82-36.75-31.98-62.15C270.96 6.14 264.22 0 256.23 0h-16.12c-9.51 0-17.09 8.57-16 18.35 4.34 39.11 22.4 74.53 50.13 97.16 17.36 14.17 28.82 36.75 31.97 62.14zM480 256H256l-110.93-83.2a63.99 63.99 0 0 0-38.4-12.8H64c-35.35 0-64 28.65-64 64v224c0 35.35 28.65 64 64 64h384c35.35 0 64-28.65 64-64V288c0-17.67-14.33-32-32-32zM128 440c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zm96 0c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zm96 0c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zm96 0c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zM64 128c35.35 0 64-28.65 64-64S99.35 0 64 0 0 28.65 0 64s28.65 64 64 64z\"]\n};\nvar faHotdog = {\n prefix: 'fas',\n iconName: 'hotdog',\n icon: [512, 512, [], \"f80f\", \"M488.56 23.44a80 80 0 0 0-113.12 0l-352 352a80 80 0 1 0 113.12 113.12l352-352a80 80 0 0 0 0-113.12zm-49.93 95.19c-19.6 19.59-37.52 22.67-51.93 25.14C373.76 146 364.4 147.6 352 160s-14 21.76-16.23 34.71c-2.48 14.4-5.55 32.33-25.15 51.92s-37.52 22.67-51.92 25.15C245.75 274 236.4 275.6 224 288s-14 21.75-16.23 34.7c-2.47 14.4-5.54 32.33-25.14 51.92s-37.53 22.68-51.93 25.15C117.76 402 108.4 403.6 96 416a16 16 0 0 1-22.63-22.63c19.6-19.59 37.52-22.67 51.92-25.14 13-2.22 22.3-3.82 34.71-16.23s14-21.75 16.22-34.7c2.48-14.4 5.55-32.33 25.15-51.92s37.52-22.67 51.92-25.14c13-2.22 22.3-3.83 34.7-16.23s14-21.76 16.24-34.71c2.47-14.4 5.54-32.33 25.14-51.92s37.52-22.68 51.92-25.15C394.24 110 403.59 108.41 416 96a16 16 0 0 1 22.63 22.63zM31.44 322.18L322.18 31.44l-11.54-11.55c-25-25-63.85-26.66-86.79-3.72L16.17 223.85c-22.94 22.94-21.27 61.79 3.72 86.78zm449.12-132.36L189.82 480.56l11.54 11.55c25 25 63.85 26.66 86.79 3.72l207.68-207.68c22.94-22.94 21.27-61.79-3.72-86.79z\"]\n};\nvar faHotel = {\n prefix: 'fas',\n iconName: 'hotel',\n icon: [576, 512, [], \"f594\", \"M560 64c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h15.98v384H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h240v-80c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v80h240c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-16V64h16zm-304 44.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zm0 96c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zm-128-96c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zM179.2 256h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8zM192 384c0-53.02 42.98-96 96-96s96 42.98 96 96H192zm256-140.8c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-96c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4z\"]\n};\nvar faHourglass = {\n prefix: 'fas',\n iconName: 'hourglass',\n icon: [384, 512, [], \"f254\", \"M360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64z\"]\n};\nvar faHourglassEnd = {\n prefix: 'fas',\n iconName: 'hourglass-end',\n icon: [384, 512, [], \"f253\", \"M360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64zM192 208c-57.787 0-104-66.518-104-144h208c0 77.945-46.51 144-104 144z\"]\n};\nvar faHourglassHalf = {\n prefix: 'fas',\n iconName: 'hourglass-half',\n icon: [384, 512, [], \"f252\", \"M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-75.078 384H99.08c17.059-46.797 52.096-80 92.92-80 40.821 0 75.862 33.196 92.922 80zm.019-256H99.078C91.988 108.548 88 86.748 88 64h208c0 22.805-3.987 44.587-11.059 64z\"]\n};\nvar faHourglassStart = {\n prefix: 'fas',\n iconName: 'hourglass-start',\n icon: [384, 512, [], \"f251\", \"M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-64 448H88c0-77.458 46.204-144 104-144 57.786 0 104 66.517 104 144z\"]\n};\nvar faHouseDamage = {\n prefix: 'fas',\n iconName: 'house-damage',\n icon: [576, 512, [], \"f6f1\", \"M288 114.96L69.47 307.71c-1.62 1.46-3.69 2.14-5.47 3.35V496c0 8.84 7.16 16 16 16h149.23L192 439.19l104.11-64-60.16-119.22L384 392.75l-104.11 64L319.81 512H496c8.84 0 16-7.16 16-16V311.1c-1.7-1.16-3.72-1.82-5.26-3.2L288 114.96zm282.69 121.32L512 184.45V48c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v51.69L314.75 10.31C307.12 3.45 297.56.01 288 0s-19.1 3.41-26.7 10.27L5.31 236.28c-6.57 5.91-7.12 16.02-1.21 22.6l21.4 23.82c5.9 6.57 16.02 7.12 22.6 1.21L277.42 81.63c6.05-5.33 15.12-5.33 21.17 0L527.91 283.9c6.57 5.9 16.69 5.36 22.6-1.21l21.4-23.82c5.9-6.57 5.36-16.69-1.22-22.59z\"]\n};\nvar faHryvnia = {\n prefix: 'fas',\n iconName: 'hryvnia',\n icon: [384, 512, [], \"f6f2\", \"M368 240c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-41.86c13.41-28.63 13.74-63.33-4.13-94.05C303.34 49.84 267.1 32 229.96 32h-78.82c-24.32 0-47.86 8.53-66.54 24.09L72.83 65.9c-10.18 8.49-11.56 23.62-3.07 33.8l20.49 24.59c8.49 10.19 23.62 11.56 33.81 3.07l11.73-9.78c4.32-3.6 9.77-5.57 15.39-5.57h83.62c11.69 0 21.2 9.52 21.2 21.2 0 5.91-2.48 11.58-6.81 15.58L219.7 176H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h134.37l-34.67 32H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h41.86c-13.41 28.63-13.74 63.33 4.13 94.05C80.66 462.15 116.9 480 154.04 480h78.82c24.32 0 47.86-8.53 66.54-24.09l11.77-9.81c10.18-8.49 11.56-23.62 3.07-33.8l-20.49-24.59c-8.49-10.19-23.62-11.56-33.81-3.07l-11.75 9.8a23.992 23.992 0 0 1-15.36 5.56H149.2c-11.69 0-21.2-9.52-21.2-21.2 0-5.91 2.48-11.58 6.81-15.58L164.3 336H368c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16H233.63l34.67-32H368z\"]\n};\nvar faICursor = {\n prefix: 'fas',\n iconName: 'i-cursor',\n icon: [256, 512, [], \"f246\", \"M256 52.048V12.065C256 5.496 250.726.148 244.158.066 211.621-.344 166.469.011 128 37.959 90.266.736 46.979-.114 11.913.114 5.318.157 0 5.519 0 12.114v39.645c0 6.687 5.458 12.078 12.145 11.998C38.111 63.447 96 67.243 96 112.182V224H60c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h36v112c0 44.932-56.075 48.031-83.95 47.959C5.404 447.942 0 453.306 0 459.952v39.983c0 6.569 5.274 11.917 11.842 11.999 32.537.409 77.689.054 116.158-37.894 37.734 37.223 81.021 38.073 116.087 37.845 6.595-.043 11.913-5.405 11.913-12V460.24c0-6.687-5.458-12.078-12.145-11.998C217.889 448.553 160 444.939 160 400V288h36c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-36V112.182c0-44.932 56.075-48.213 83.95-48.142 6.646.018 12.05-5.346 12.05-11.992z\"]\n};\nvar faIceCream = {\n prefix: 'fas',\n iconName: 'ice-cream',\n icon: [448, 512, [], \"f810\", \"M368 160h-.94a144 144 0 1 0-286.12 0H80a48 48 0 0 0 0 96h288a48 48 0 0 0 0-96zM195.38 493.69a31.52 31.52 0 0 0 57.24 0L352 288H96z\"]\n};\nvar faIcicles = {\n prefix: 'fas',\n iconName: 'icicles',\n icon: [512, 512, [], \"f7ad\", \"M511.4 37.9C515.1 18.2 500 0 480 0H32C10.6 0-4.8 20.7 1.4 41.2l87.1 273.4c2.5 7.2 12.7 7.2 15.1 0L140 190.5l44.2 187.3c1.9 8.3 13.7 8.3 15.6 0l46.5-196.9 34.1 133.4c2.3 7.6 13 7.6 15.3 0l45.8-172.5 66.7 363.8c1.7 8.6 14 8.6 15.7 0l87.5-467.7z\"]\n};\nvar faIcons = {\n prefix: 'fas',\n iconName: 'icons',\n icon: [512, 512, [], \"f86d\", \"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"]\n};\nvar faIdBadge = {\n prefix: 'fas',\n iconName: 'id-badge',\n icon: [384, 512, [], \"f2c1\", \"M336 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM144 32h96c8.8 0 16 7.2 16 16s-7.2 16-16 16h-96c-8.8 0-16-7.2-16-16s7.2-16 16-16zm48 128c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H102.4C90 416 80 407.4 80 396.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2z\"]\n};\nvar faIdCard = {\n prefix: 'fas',\n iconName: 'id-card',\n icon: [576, 512, [], \"f2c2\", \"M528 32H48C21.5 32 0 53.5 0 80v16h576V80c0-26.5-21.5-48-48-48zM0 432c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V128H0v304zm352-232c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zm0 64c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zm0 64c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zM176 192c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zM67.1 396.2C75.5 370.5 99.6 352 128 352h8.2c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h8.2c28.4 0 52.5 18.5 60.9 44.2 3.2 9.9-5.2 19.8-15.6 19.8H82.7c-10.4 0-18.8-10-15.6-19.8z\"]\n};\nvar faIdCardAlt = {\n prefix: 'fas',\n iconName: 'id-card-alt',\n icon: [576, 512, [], \"f47f\", \"M528 64H384v96H192V64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM288 224c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm93.3 224H194.7c-10.4 0-18.8-10-15.6-19.8 8.3-25.6 32.4-44.2 60.9-44.2h8.2c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h8.2c28.4 0 52.5 18.5 60.9 44.2 3.2 9.8-5.2 19.8-15.6 19.8zM352 32c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32v96h128V32z\"]\n};\nvar faIgloo = {\n prefix: 'fas',\n iconName: 'igloo',\n icon: [576, 512, [], \"f7ae\", \"M320 33.9c-10.5-1.2-21.2-1.9-32-1.9-99.8 0-187.8 50.8-239.4 128H320V33.9zM96 192H30.3C11.1 230.6 0 274 0 320h96V192zM352 39.4V160h175.4C487.2 99.9 424.8 55.9 352 39.4zM480 320h96c0-46-11.1-89.4-30.3-128H480v128zm-64 64v96h128c17.7 0 32-14.3 32-32v-96H411.5c2.6 10.3 4.5 20.9 4.5 32zm32-192H128v128h49.8c22.2-38.1 63-64 110.2-64s88 25.9 110.2 64H448V192zM0 448c0 17.7 14.3 32 32 32h128v-96c0-11.1 1.9-21.7 4.5-32H0v96zm288-160c-53 0-96 43-96 96v96h192v-96c0-53-43-96-96-96z\"]\n};\nvar faImage = {\n prefix: 'fas',\n iconName: 'image',\n icon: [512, 512, [], \"f03e\", \"M464 448H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48zM112 120c-30.928 0-56 25.072-56 56s25.072 56 56 56 56-25.072 56-56-25.072-56-56-56zM64 384h384V272l-87.515-87.515c-4.686-4.686-12.284-4.686-16.971 0L208 320l-55.515-55.515c-4.686-4.686-12.284-4.686-16.971 0L64 336v48z\"]\n};\nvar faImages = {\n prefix: 'fas',\n iconName: 'images',\n icon: [576, 512, [], \"f302\", \"M480 416v16c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v208c0 44.112 35.888 80 80 80h336zm96-80V80c0-26.51-21.49-48-48-48H144c-26.51 0-48 21.49-48 48v256c0 26.51 21.49 48 48 48h384c26.51 0 48-21.49 48-48zM256 128c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-96 144l55.515-55.515c4.686-4.686 12.284-4.686 16.971 0L272 256l135.515-135.515c4.686-4.686 12.284-4.686 16.971 0L512 208v112H160v-48z\"]\n};\nvar faInbox = {\n prefix: 'fas',\n iconName: 'inbox',\n icon: [576, 512, [], \"f01c\", \"M567.938 243.908L462.25 85.374A48.003 48.003 0 0 0 422.311 64H153.689a48 48 0 0 0-39.938 21.374L8.062 243.908A47.994 47.994 0 0 0 0 270.533V400c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V270.533a47.994 47.994 0 0 0-8.062-26.625zM162.252 128h251.497l85.333 128H376l-32 64H232l-32-64H76.918l85.334-128z\"]\n};\nvar faIndent = {\n prefix: 'fas',\n iconName: 'indent',\n icon: [448, 512, [], \"f03c\", \"M27.31 363.3l96-96a16 16 0 0 0 0-22.62l-96-96C17.27 138.66 0 145.78 0 160v192c0 14.31 17.33 21.3 27.31 11.3zM432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm3.17-128H204.83A12.82 12.82 0 0 0 192 300.83v38.34A12.82 12.82 0 0 0 204.83 352h230.34A12.82 12.82 0 0 0 448 339.17v-38.34A12.82 12.82 0 0 0 435.17 288zm0-128H204.83A12.82 12.82 0 0 0 192 172.83v38.34A12.82 12.82 0 0 0 204.83 224h230.34A12.82 12.82 0 0 0 448 211.17v-38.34A12.82 12.82 0 0 0 435.17 160zM432 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faIndustry = {\n prefix: 'fas',\n iconName: 'industry',\n icon: [512, 512, [], \"f275\", \"M475.115 163.781L336 252.309v-68.28c0-18.916-20.931-30.399-36.885-20.248L160 252.309V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56v400c0 13.255 10.745 24 24 24h464c13.255 0 24-10.745 24-24V184.029c0-18.917-20.931-30.399-36.885-20.248z\"]\n};\nvar faInfinity = {\n prefix: 'fas',\n iconName: 'infinity',\n icon: [640, 512, [], \"f534\", \"M471.1 96C405 96 353.3 137.3 320 174.6 286.7 137.3 235 96 168.9 96 75.8 96 0 167.8 0 256s75.8 160 168.9 160c66.1 0 117.8-41.3 151.1-78.6 33.3 37.3 85 78.6 151.1 78.6 93.1 0 168.9-71.8 168.9-160S564.2 96 471.1 96zM168.9 320c-40.2 0-72.9-28.7-72.9-64s32.7-64 72.9-64c38.2 0 73.4 36.1 94 64-20.4 27.6-55.9 64-94 64zm302.2 0c-38.2 0-73.4-36.1-94-64 20.4-27.6 55.9-64 94-64 40.2 0 72.9 28.7 72.9 64s-32.7 64-72.9 64z\"]\n};\nvar faInfo = {\n prefix: 'fas',\n iconName: 'info',\n icon: [192, 512, [], \"f129\", \"M20 424.229h20V279.771H20c-11.046 0-20-8.954-20-20V212c0-11.046 8.954-20 20-20h112c11.046 0 20 8.954 20 20v212.229h20c11.046 0 20 8.954 20 20V492c0 11.046-8.954 20-20 20H20c-11.046 0-20-8.954-20-20v-47.771c0-11.046 8.954-20 20-20zM96 0C56.235 0 24 32.235 24 72s32.235 72 72 72 72-32.235 72-72S135.764 0 96 0z\"]\n};\nvar faInfoCircle = {\n prefix: 'fas',\n iconName: 'info-circle',\n icon: [512, 512, [], \"f05a\", \"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"]\n};\nvar faItalic = {\n prefix: 'fas',\n iconName: 'italic',\n icon: [320, 512, [], \"f033\", \"M320 48v32a16 16 0 0 1-16 16h-62.76l-80 320H208a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H16a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h62.76l80-320H112a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h192a16 16 0 0 1 16 16z\"]\n};\nvar faJedi = {\n prefix: 'fas',\n iconName: 'jedi',\n icon: [544, 512, [], \"f669\", \"M479.99 352l58.88-58.87c3.29-16.8 5.13-34.12 5.13-51.86 0-5.81-.68-11.51-1.05-17.27H496l41.25-41.24c-14.5-64.79-52.43-123.05-107.91-162.27-2.77-1.96-5.97-2.99-9.25-2.99-5.37 0-10.41 2.71-13.49 7.24-3.05 4.49-3.64 9.99-1.61 15.09 6.55 16.46 9.86 33.73 9.86 51.31 0 45.12-21.03 86.57-57.69 113.73-4.02 2.98-6.46 7.5-6.7 12.4-.24 4.92 1.76 9.66 5.49 13.03 32.93 29.75 47.35 73.51 38.57 117.07-9.74 48.35-48.84 87.1-97.31 96.5l-2.5-65.34L321.88 397c2.98 2.06 7.39 1.69 10.02-.8a8.002 8.002 0 0 0 1.34-9.92l-20.11-33.73 42.07-8.72c3.7-.75 6.38-4.05 6.38-7.83 0-3.77-2.69-7.06-6.38-7.83l-42.07-8.73 20.13-33.77c1.92-3.23 1.34-7.31-1.38-9.91-2.7-2.55-6.97-2.89-10-.8l-30.39 20.67L279.96 7.7a7.964 7.964 0 0 0-8-7.7c-4.33 0-7.84 3.38-8 7.67l-11.52 287.97-30.39-20.66c-3.14-2.12-7.27-1.83-10 .78-2.72 2.59-3.3 6.67-1.36 9.94l20.11 33.73-42.07 8.73c-3.7.75-6.38 4.05-6.38 7.83s2.67 7.08 6.38 7.83l42.07 8.72-20.13 33.77c-1.92 3.23-1.34 7.33 1.39 9.94 2.59 2.45 7.03 2.75 10 .75l27.16-18.48-2.5 65.26c-56.94-11.64-99.89-61.89-99.89-121.92 0-35.08 14.62-67.6 41.17-91.58 3.72-3.36 5.72-8.11 5.48-13.01-.24-4.9-2.68-9.41-6.69-12.38-36.67-27.16-57.71-68.62-57.71-113.74 0-17.56 3.31-34.81 9.84-51.26 2.02-5.09 1.43-10.59-1.62-15.09-3.08-4.54-8.13-7.25-13.51-7.25-3.3 0-6.5 1.04-9.27 3-55.87 39.52-93.6 97.37-107.97 162.07L47.93 224H.72c-.63 9.92-.97 19.91-.5 29.99.62 13.43 2.54 26.53 5.11 39.41l58.6 58.6H24.02c41.25 90.23 131.13 154.94 235.1 159.71 4.3.2 8.59.29 12.85.29 110.34 0 205.35-65.83 247.98-160h-39.96z\"]\n};\nvar faJoint = {\n prefix: 'fas',\n iconName: 'joint',\n icon: [640, 512, [], \"f595\", \"M444.34 181.1c22.38 15.68 35.66 41.16 35.66 68.59V280c0 4.42 3.58 8 8 8h48c4.42 0 8-3.58 8-8v-30.31c0-43.24-21.01-83.41-56.34-108.06C463.85 125.02 448 99.34 448 70.31V8c0-4.42-3.58-8-8-8h-48c-4.42 0-8 3.58-8 8v66.4c0 43.69 24.56 81.63 60.34 106.7zM194.97 358.98C126.03 370.07 59.69 394.69 0 432c83.65 52.28 180.3 80 278.94 80h88.57L254.79 380.49c-14.74-17.2-37.45-25.11-59.82-21.51zM553.28 87.09c-5.67-3.8-9.28-9.96-9.28-16.78V8c0-4.42-3.58-8-8-8h-48c-4.42 0-8 3.58-8 8v62.31c0 22.02 10.17 43.41 28.64 55.39C550.79 153.04 576 199.54 576 249.69V280c0 4.42 3.58 8 8 8h48c4.42 0 8-3.58 8-8v-30.31c0-65.44-32.41-126.19-86.72-162.6zM360.89 352.05c-34.4.06-86.81.15-88.21.17l117.8 137.43A63.987 63.987 0 0 0 439.07 512h88.45L409.57 374.4a63.955 63.955 0 0 0-48.68-22.35zM616 352H432l117.99 137.65A63.987 63.987 0 0 0 598.58 512H616c13.25 0 24-10.75 24-24V376c0-13.26-10.75-24-24-24z\"]\n};\nvar faJournalWhills = {\n prefix: 'fas',\n iconName: 'journal-whills',\n icon: [448, 512, [], \"f66a\", \"M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM133.08 144.39l21.26 21.26c1.56 1.56 3.61 2.34 5.66 2.34s4.09-.78 5.66-2.34c3.12-3.12 3.12-8.19 0-11.31l-26.42-26.42c10-20.9 26.24-37.97 46.37-49.26C179.62 88.4 176 99.74 176 112c0 19.96 9.33 37.57 23.66 49.31C190.01 171.37 184 184.96 184 200c0 26.94 19.04 49.4 44.38 54.76l1.36-32.71-10.37 7.04c-.69.45-1.47.69-2.25.69-1 0-1.98-.38-2.75-1.09a4.006 4.006 0 0 1-.69-4.95l8.54-14.31-17.91-3.72c-1.86-.39-3.19-2.03-3.19-3.92s1.33-3.53 3.19-3.92l17.91-3.72-8.54-14.31c-.95-1.61-.67-3.67.69-4.95 1.36-1.3 3.44-1.44 5-.41l12.01 8.16L236 71.83c.09-2.14 1.86-3.83 4-3.83s3.91 1.69 4 3.83l4.68 112.29 14.2-9.65a4.067 4.067 0 0 1 5 .41 4.006 4.006 0 0 1 .69 4.95l-8.54 14.31 17.91 3.72c1.86.39 3.19 2.03 3.19 3.92s-1.33 3.53-3.19 3.92l-17.91 3.72 8.54 14.31c.95 1.61.67 3.67-.69 4.95-.77.72-1.77 1.09-2.75 1.09-.78 0-1.56-.23-2.25-.69l-12.68-8.62 1.43 34.28C276.96 249.4 296 226.94 296 200c0-15.04-6.01-28.63-15.66-38.69C294.67 149.57 304 131.96 304 112c0-12.26-3.62-23.6-9.6-33.33 20.13 11.28 36.37 28.36 46.37 49.26l-26.42 26.42c-3.12 3.12-3.12 8.19 0 11.31 1.56 1.56 3.61 2.34 5.66 2.34s4.09-.78 5.66-2.34l21.26-21.26c2.97 10.08 5.07 20.55 5.07 31.6 0 .52-.14.99-.15 1.51l-37.11 32.47a7.975 7.975 0 0 0-.75 11.28 7.97 7.97 0 0 0 6.02 2.73c1.88 0 3.75-.66 5.27-1.98l23.59-20.64C337.32 250.96 293.09 288 240 288s-97.32-37.04-108.86-86.62l23.59 20.64A7.957 7.957 0 0 0 160 224c2.22 0 4.44-.92 6.02-2.73 2.92-3.33 2.58-8.38-.75-11.28l-37.11-32.47c-.01-.52-.15-.99-.15-1.51-.01-11.06 2.09-21.53 5.07-31.62zM380.8 448H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8v64z\"]\n};\nvar faKaaba = {\n prefix: 'fas',\n iconName: 'kaaba',\n icon: [576, 512, [], \"f66b\", \"M554.12 83.51L318.36 4.93a95.962 95.962 0 0 0-60.71 0L21.88 83.51A32.006 32.006 0 0 0 0 113.87v49.01l265.02-79.51c15.03-4.5 30.92-4.5 45.98 0l265 79.51v-49.01c0-13.77-8.81-26-21.88-30.36zm-279.9 30.52L0 196.3v228.38c0 15 10.42 27.98 25.06 31.24l242.12 53.8a95.937 95.937 0 0 0 41.65 0l242.12-53.8c14.64-3.25 25.06-16.24 25.06-31.24V196.29l-274.2-82.26c-9.04-2.72-18.59-2.72-27.59 0zM128 230.11c0 3.61-2.41 6.77-5.89 7.72l-80 21.82C37.02 261.03 32 257.2 32 251.93v-16.58c0-3.61 2.41-6.77 5.89-7.72l80-21.82c5.09-1.39 10.11 2.44 10.11 7.72v16.58zm144-39.28c0 3.61-2.41 6.77-5.89 7.72l-96 26.18c-5.09 1.39-10.11-2.44-10.11-7.72v-16.58c0-3.61 2.41-6.77 5.89-7.72l96-26.18c5.09-1.39 10.11 2.44 10.11 7.72v16.58zm176 22.7c0-5.28 5.02-9.11 10.11-7.72l80 21.82c3.48.95 5.89 4.11 5.89 7.72v16.58c0 5.28-5.02 9.11-10.11 7.72l-80-21.82a7.997 7.997 0 0 1-5.89-7.72v-16.58zm-144-39.27c0-5.28 5.02-9.11 10.11-7.72l96 26.18c3.48.95 5.89 4.11 5.89 7.72v16.58c0 5.28-5.02 9.11-10.11 7.72l-96-26.18a7.997 7.997 0 0 1-5.89-7.72v-16.58z\"]\n};\nvar faKey = {\n prefix: 'fas',\n iconName: 'key',\n icon: [512, 512, [], \"f084\", \"M512 176.001C512 273.203 433.202 352 336 352c-11.22 0-22.19-1.062-32.827-3.069l-24.012 27.014A23.999 23.999 0 0 1 261.223 384H224v40c0 13.255-10.745 24-24 24h-40v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-78.059c0-6.365 2.529-12.47 7.029-16.971l161.802-161.802C163.108 213.814 160 195.271 160 176 160 78.798 238.797.001 335.999 0 433.488-.001 512 78.511 512 176.001zM336 128c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48-48 21.49-48 48z\"]\n};\nvar faKeyboard = {\n prefix: 'fas',\n iconName: 'keyboard',\n icon: [576, 512, [], \"f11c\", \"M528 448H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48zM128 180v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm288 0v-40c0-6.627-5.373-12-12-12H172c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12z\"]\n};\nvar faKhanda = {\n prefix: 'fas',\n iconName: 'khanda',\n icon: [512, 512, [], \"f66d\", \"M415.81 66c-6.37-3.5-14.37-2.33-19.36 3.02a15.974 15.974 0 0 0-1.91 19.52c16.49 26.16 25.2 56.39 25.2 87.41-.19 53.25-26.77 102.69-71.27 132.41l-76.63 53.35v-20.1l44.05-36.09c3.92-4.2 5-10.09 2.81-15.28L310.85 273c33.84-19.26 56.94-55.25 56.94-96.99 0-40.79-22.02-76.13-54.59-95.71l5.22-11.44c2.34-5.53.93-11.83-3.57-16.04L255.86 0l-58.99 52.81c-4.5 4.21-5.9 10.51-3.57 16.04l5.22 11.44c-32.57 19.58-54.59 54.93-54.59 95.72 0 41.75 23.09 77.73 56.94 96.99l-7.85 17.24c-2.19 5.18-1.1 11.07 2.81 15.28l44.05 36.09v19.9l-76.59-53.33C119.02 278.62 92.44 229.19 92.26 176c0-31.08 8.71-61.31 25.2-87.47 3.87-6.16 2.4-13.77-2.59-19.08-5-5.34-13.68-6.2-20.02-2.7C16.32 109.6-22.3 205.3 13.36 295.99c7.07 17.99 17.89 34.38 30.46 49.06l55.97 65.36c4.87 5.69 13.04 7.24 19.65 3.72l79.35-42.23L228 392.23l-47.08 32.78c-1.67-.37-3.23-1.01-5.01-1.01-13.25 0-23.99 10.74-23.99 24 0 13.25 10.74 24 23.99 24 12.1 0 21.69-9.11 23.33-20.76l40.63-28.28v29.95c-9.39 5.57-15.99 15.38-15.99 27.1 0 17.67 14.32 32 31.98 32s31.98-14.33 31.98-32c0-11.71-6.61-21.52-15.99-27.1v-30.15l40.91 28.48C314.41 462.89 324 472 336.09 472c13.25 0 23.99-10.75 23.99-24 0-13.26-10.74-24-23.99-24-1.78 0-3.34.64-5.01 1.01L284 392.23l29.21-20.34 79.35 42.23c6.61 3.52 14.78 1.97 19.65-3.71l52.51-61.31c18.87-22.02 34-47.5 41.25-75.59 21.62-83.66-16.45-167.27-90.16-207.51zm-95.99 110c0 22.3-11.49 41.92-28.83 53.38l-5.65-12.41c-8.75-24.52-8.75-51.04 0-75.56l7.83-17.18c16.07 11.65 26.65 30.45 26.65 51.77zm-127.93 0c0-21.32 10.58-40.12 26.66-51.76l7.83 17.18c8.75 24.52 8.75 51.03 0 75.56l-5.65 12.41c-17.34-11.46-28.84-31.09-28.84-53.39z\"]\n};\nvar faKiss = {\n prefix: 'fas',\n iconName: 'kiss',\n icon: [496, 512, [], \"f596\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 232c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm136 156c0 19.2-28.7 41.5-71.5 44-8.5.8-12.1-11.8-3.6-15.4l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-6-2.5-6.1-12.2 0-14.8l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-8.6-3.6-4.8-16.5 3.6-15.4 42.8 2.5 71.5 24.8 71.5 44 0 13-13.4 27.3-35.2 36C290.6 368.7 304 383 304 396zm24-156c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faKissBeam = {\n prefix: 'fas',\n iconName: 'kiss-beam',\n icon: [496, 512, [], \"f597\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-39 219.9l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.5 8.5-10.9 12-15.1 4.5zM304 396c0 19.2-28.7 41.5-71.5 44-8.5.8-12.1-11.8-3.6-15.4l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-6-2.5-6.1-12.2 0-14.8l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-8.6-3.6-4.8-16.5 3.6-15.4 42.8 2.5 71.5 24.8 71.5 44 0 13-13.4 27.3-35.2 36C290.6 368.7 304 383 304 396zm65-168.1l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.5 8.5-10.9 12-15.1 4.5z\"]\n};\nvar faKissWinkHeart = {\n prefix: 'fas',\n iconName: 'kiss-wink-heart',\n icon: [504, 512, [], \"f598\", \"M501.1 402.5c-8-20.8-31.5-31.5-53.1-25.9l-8.4 2.2-2.3-8.4c-5.9-21.4-27-36.5-49-33-25.2 4-40.6 28.6-34 52.6l22.9 82.6c1.5 5.3 7 8.5 12.4 7.1l83-21.5c24.1-6.3 37.7-31.8 28.5-55.7zm-177.6-4c-5.6-20.3-2.3-42 9-59.7 29.7-46.3 98.7-45.5 127.8 4.3 6.4.1 12.6 1.4 18.6 2.9 10.9-27.9 17.1-58.2 17.1-90C496 119 385 8 248 8S0 119 0 256s111 248 248 248c35.4 0 68.9-7.5 99.4-20.9-.3-.7-23.9-84.6-23.9-84.6zM168 240c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm120 156c0 19.2-28.7 41.5-71.5 44-8.5.8-12.1-11.8-3.6-15.4l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-6-2.5-5.7-12.3 0-14.8l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-8.8-3.7-4.6-16.6 3.6-15.4 42.8 2.5 71.5 24.8 71.5 44 0 13-13.4 27.3-35.2 36C274.6 368.7 288 383 288 396zm16-179c-8.3 7.4-21.6.4-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S400 181 404 206.2c1.7 11.1-11.3 18.3-19.8 10.8l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L304 217z\"]\n};\nvar faKiwiBird = {\n prefix: 'fas',\n iconName: 'kiwi-bird',\n icon: [576, 512, [], \"f535\", \"M575.81 217.98C572.64 157.41 518.28 112 457.63 112h-9.37c-52.82 0-104.25-16.25-147.74-46.24-41.99-28.96-96.04-41.62-153.21-28.7C129.3 41.12-.08 78.24 0 224c.04 70.95 38.68 132.8 95.99 166.01V464c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-54.26c15.36 3.96 31.4 6.26 48 6.26 5.44 0 10.68-.73 16-1.18V464c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-59.43c14.24-5.06 27.88-11.39 40.34-19.51C342.07 355.25 393.86 336 448.46 336c25.48 0 16.01-.31 23.05-.78l74.41 136.44c2.86 5.23 8.3 8.34 14.05 8.34 1.31 0 2.64-.16 3.95-.5 7.09-1.8 12.05-8.19 12.05-15.5 0 0 .14-240.24-.16-246.02zM463.97 248c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm80 153.25l-39.86-73.08c15.12-5.83 28.73-14.6 39.86-25.98v99.06z\"]\n};\nvar faLandmark = {\n prefix: 'fas',\n iconName: 'landmark',\n icon: [512, 512, [], \"f66f\", \"M501.62 92.11L267.24 2.04a31.958 31.958 0 0 0-22.47 0L10.38 92.11A16.001 16.001 0 0 0 0 107.09V144c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-36.91c0-6.67-4.14-12.64-10.38-14.98zM64 192v160H48c-8.84 0-16 7.16-16 16v48h448v-48c0-8.84-7.16-16-16-16h-16V192h-64v160h-96V192h-64v160h-96V192H64zm432 256H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faLanguage = {\n prefix: 'fas',\n iconName: 'language',\n icon: [640, 512, [], \"f1ab\", \"M152.1 236.2c-3.5-12.1-7.8-33.2-7.8-33.2h-.5s-4.3 21.1-7.8 33.2l-11.1 37.5H163zM616 96H336v320h280c13.3 0 24-10.7 24-24V120c0-13.3-10.7-24-24-24zm-24 120c0 6.6-5.4 12-12 12h-11.4c-6.9 23.6-21.7 47.4-42.7 69.9 8.4 6.4 17.1 12.5 26.1 18 5.5 3.4 7.3 10.5 4.1 16.2l-7.9 13.9c-3.4 5.9-10.9 7.8-16.7 4.3-12.6-7.8-24.5-16.1-35.4-24.9-10.9 8.7-22.7 17.1-35.4 24.9-5.8 3.5-13.3 1.6-16.7-4.3l-7.9-13.9c-3.2-5.6-1.4-12.8 4.2-16.2 9.3-5.7 18-11.7 26.1-18-7.9-8.4-14.9-17-21-25.7-4-5.7-2.2-13.6 3.7-17.1l6.5-3.9 7.3-4.3c5.4-3.2 12.4-1.7 16 3.4 5 7 10.8 14 17.4 20.9 13.5-14.2 23.8-28.9 30-43.2H412c-6.6 0-12-5.4-12-12v-16c0-6.6 5.4-12 12-12h64v-16c0-6.6 5.4-12 12-12h16c6.6 0 12 5.4 12 12v16h64c6.6 0 12 5.4 12 12zM0 120v272c0 13.3 10.7 24 24 24h280V96H24c-13.3 0-24 10.7-24 24zm58.9 216.1L116.4 167c1.7-4.9 6.2-8.1 11.4-8.1h32.5c5.1 0 9.7 3.3 11.4 8.1l57.5 169.1c2.6 7.8-3.1 15.9-11.4 15.9h-22.9a12 12 0 0 1-11.5-8.6l-9.4-31.9h-60.2l-9.1 31.8c-1.5 5.1-6.2 8.7-11.5 8.7H70.3c-8.2 0-14-8.1-11.4-15.9z\"]\n};\nvar faLaptop = {\n prefix: 'fas',\n iconName: 'laptop',\n icon: [640, 512, [], \"f109\", \"M624 416H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33.02-17.47-32.77-32H16c-8.8 0-16 7.2-16 16v16c0 35.2 28.8 64 64 64h512c35.2 0 64-28.8 64-64v-16c0-8.8-7.2-16-16-16zM576 48c0-26.4-21.6-48-48-48H112C85.6 0 64 21.6 64 48v336h512V48zm-64 272H128V64h384v256z\"]\n};\nvar faLaptopCode = {\n prefix: 'fas',\n iconName: 'laptop-code',\n icon: [640, 512, [], \"f5fc\", \"M255.03 261.65c6.25 6.25 16.38 6.25 22.63 0l11.31-11.31c6.25-6.25 6.25-16.38 0-22.63L253.25 192l35.71-35.72c6.25-6.25 6.25-16.38 0-22.63l-11.31-11.31c-6.25-6.25-16.38-6.25-22.63 0l-58.34 58.34c-6.25 6.25-6.25 16.38 0 22.63l58.35 58.34zm96.01-11.3l11.31 11.31c6.25 6.25 16.38 6.25 22.63 0l58.34-58.34c6.25-6.25 6.25-16.38 0-22.63l-58.34-58.34c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63L386.75 192l-35.71 35.72c-6.25 6.25-6.25 16.38 0 22.63zM624 416H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33.02-17.47-32.77-32H16c-8.8 0-16 7.2-16 16v16c0 35.2 28.8 64 64 64h512c35.2 0 64-28.8 64-64v-16c0-8.8-7.2-16-16-16zM576 48c0-26.4-21.6-48-48-48H112C85.6 0 64 21.6 64 48v336h512V48zm-64 272H128V64h384v256z\"]\n};\nvar faLaptopMedical = {\n prefix: 'fas',\n iconName: 'laptop-medical',\n icon: [640, 512, [], \"f812\", \"M232 224h56v56a8 8 0 0 0 8 8h48a8 8 0 0 0 8-8v-56h56a8 8 0 0 0 8-8v-48a8 8 0 0 0-8-8h-56v-56a8 8 0 0 0-8-8h-48a8 8 0 0 0-8 8v56h-56a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8zM576 48a48.14 48.14 0 0 0-48-48H112a48.14 48.14 0 0 0-48 48v336h512zm-64 272H128V64h384zm112 96H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33-17.47-32.77-32H16a16 16 0 0 0-16 16v16a64.19 64.19 0 0 0 64 64h512a64.19 64.19 0 0 0 64-64v-16a16 16 0 0 0-16-16z\"]\n};\nvar faLaugh = {\n prefix: 'fas',\n iconName: 'laugh',\n icon: [496, 512, [], \"f599\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 152c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm88 272h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18-8.9 71-69.5 126-142.9 126z\"]\n};\nvar faLaughBeam = {\n prefix: 'fas',\n iconName: 'laugh-beam',\n icon: [496, 512, [], \"f59a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm24 199.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.8 4.1-15.1-4.5zm-160 0c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zM398.9 306C390 377 329.4 432 256 432h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18z\"]\n};\nvar faLaughSquint = {\n prefix: 'fas',\n iconName: 'laugh-squint',\n icon: [496, 512, [], \"f59b\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm33.8 161.7l80-48c11.6-6.9 24 7.7 15.4 18L343.6 180l33.6 40.3c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.7-4.7-7.7-15.9 0-20.6zm-163-30c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.8 4.7 7.8 15.9 0 20.6l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3zM398.9 306C390 377 329.4 432 256 432h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18z\"]\n};\nvar faLaughWink = {\n prefix: 'fas',\n iconName: 'laugh-wink',\n icon: [496, 512, [], \"f59c\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm20.1 198.1c4-25.2 34.2-42.1 59.9-42.1s55.9 16.9 59.9 42.1c1.7 11.1-11.4 18.3-19.8 10.8l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L288 217c-8.4 7.4-21.6.3-19.9-10.9zM168 160c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm230.9 146C390 377 329.4 432 256 432h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18z\"]\n};\nvar faLayerGroup = {\n prefix: 'fas',\n iconName: 'layer-group',\n icon: [512, 512, [], \"f5fd\", \"M12.41 148.02l232.94 105.67c6.8 3.09 14.49 3.09 21.29 0l232.94-105.67c16.55-7.51 16.55-32.52 0-40.03L266.65 2.31a25.607 25.607 0 0 0-21.29 0L12.41 107.98c-16.55 7.51-16.55 32.53 0 40.04zm487.18 88.28l-58.09-26.33-161.64 73.27c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.51 209.97l-58.1 26.33c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 276.3c16.55-7.5 16.55-32.5 0-40zm0 127.8l-57.87-26.23-161.86 73.37c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.29 337.87 12.41 364.1c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 404.1c16.55-7.5 16.55-32.5 0-40z\"]\n};\nvar faLeaf = {\n prefix: 'fas',\n iconName: 'leaf',\n icon: [576, 512, [], \"f06c\", \"M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.7 576 154.3c0-50.2-10.8-102.2-29.8-144.6z\"]\n};\nvar faLemon = {\n prefix: 'fas',\n iconName: 'lemon',\n icon: [512, 512, [], \"f094\", \"M489.038 22.963C465.944-.13 434.648-5.93 413.947 6.129c-58.906 34.312-181.25-53.077-321.073 86.746S40.441 355.041 6.129 413.945c-12.059 20.702-6.26 51.999 16.833 75.093 23.095 23.095 54.392 28.891 75.095 16.832 58.901-34.31 181.246 53.079 321.068-86.743S471.56 156.96 505.871 98.056c12.059-20.702 6.261-51.999-16.833-75.093zM243.881 95.522c-58.189 14.547-133.808 90.155-148.358 148.358-1.817 7.27-8.342 12.124-15.511 12.124-1.284 0-2.59-.156-3.893-.481-8.572-2.144-13.784-10.83-11.642-19.403C81.901 166.427 166.316 81.93 236.119 64.478c8.575-2.143 17.261 3.069 19.403 11.642s-3.069 17.259-11.641 19.402z\"]\n};\nvar faLessThan = {\n prefix: 'fas',\n iconName: 'less-than',\n icon: [384, 512, [], \"f536\", \"M365.46 357.74L147.04 255.89l218.47-101.88c16.02-7.47 22.95-26.51 15.48-42.53l-13.52-29C360 66.46 340.96 59.53 324.94 67L18.48 209.91a32.014 32.014 0 0 0-18.48 29v34.24c0 12.44 7.21 23.75 18.48 29l306.31 142.83c16.06 7.49 35.15.54 42.64-15.52l13.56-29.08c7.49-16.06.54-35.15-15.53-42.64z\"]\n};\nvar faLessThanEqual = {\n prefix: 'fas',\n iconName: 'less-than-equal',\n icon: [448, 512, [], \"f537\", \"M54.98 214.2l301.41 119.87c18.39 6.03 38.71-2.54 45.38-19.15l12.09-30.08c6.68-16.61-2.82-34.97-21.21-41l-175.44-68.05 175.56-68.09c18.29-6 27.74-24.27 21.1-40.79l-12.03-29.92c-6.64-16.53-26.86-25.06-45.15-19.06L54.98 137.89C41.21 142.41 32 154.5 32 168.07v15.96c0 13.56 9.21 25.65 22.98 30.17zM424 400H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h400c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24z\"]\n};\nvar faLevelDownAlt = {\n prefix: 'fas',\n iconName: 'level-down-alt',\n icon: [320, 512, [], \"f3be\", \"M313.553 392.331L209.587 504.334c-9.485 10.214-25.676 10.229-35.174 0L70.438 392.331C56.232 377.031 67.062 352 88.025 352H152V80H68.024a11.996 11.996 0 0 1-8.485-3.515l-56-56C-4.021 12.926 1.333 0 12.024 0H208c13.255 0 24 10.745 24 24v328h63.966c20.878 0 31.851 24.969 17.587 40.331z\"]\n};\nvar faLevelUpAlt = {\n prefix: 'fas',\n iconName: 'level-up-alt',\n icon: [320, 512, [], \"f3bf\", \"M313.553 119.669L209.587 7.666c-9.485-10.214-25.676-10.229-35.174 0L70.438 119.669C56.232 134.969 67.062 160 88.025 160H152v272H68.024a11.996 11.996 0 0 0-8.485 3.515l-56 56C-4.021 499.074 1.333 512 12.024 512H208c13.255 0 24-10.745 24-24V160h63.966c20.878 0 31.851-24.969 17.587-40.331z\"]\n};\nvar faLifeRing = {\n prefix: 'fas',\n iconName: 'life-ring',\n icon: [512, 512, [], \"f1cd\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm173.696 119.559l-63.399 63.399c-10.987-18.559-26.67-34.252-45.255-45.255l63.399-63.399a218.396 218.396 0 0 1 45.255 45.255zM256 352c-53.019 0-96-42.981-96-96s42.981-96 96-96 96 42.981 96 96-42.981 96-96 96zM127.559 82.304l63.399 63.399c-18.559 10.987-34.252 26.67-45.255 45.255l-63.399-63.399a218.372 218.372 0 0 1 45.255-45.255zM82.304 384.441l63.399-63.399c10.987 18.559 26.67 34.252 45.255 45.255l-63.399 63.399a218.396 218.396 0 0 1-45.255-45.255zm302.137 45.255l-63.399-63.399c18.559-10.987 34.252-26.67 45.255-45.255l63.399 63.399a218.403 218.403 0 0 1-45.255 45.255z\"]\n};\nvar faLightbulb = {\n prefix: 'fas',\n iconName: 'lightbulb',\n icon: [352, 512, [], \"f0eb\", \"M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z\"]\n};\nvar faLink = {\n prefix: 'fas',\n iconName: 'link',\n icon: [512, 512, [], \"f0c1\", \"M326.612 185.391c59.747 59.809 58.927 155.698.36 214.59-.11.12-.24.25-.36.37l-67.2 67.2c-59.27 59.27-155.699 59.262-214.96 0-59.27-59.26-59.27-155.7 0-214.96l37.106-37.106c9.84-9.84 26.786-3.3 27.294 10.606.648 17.722 3.826 35.527 9.69 52.721 1.986 5.822.567 12.262-3.783 16.612l-13.087 13.087c-28.026 28.026-28.905 73.66-1.155 101.96 28.024 28.579 74.086 28.749 102.325.51l67.2-67.19c28.191-28.191 28.073-73.757 0-101.83-3.701-3.694-7.429-6.564-10.341-8.569a16.037 16.037 0 0 1-6.947-12.606c-.396-10.567 3.348-21.456 11.698-29.806l21.054-21.055c5.521-5.521 14.182-6.199 20.584-1.731a152.482 152.482 0 0 1 20.522 17.197zM467.547 44.449c-59.261-59.262-155.69-59.27-214.96 0l-67.2 67.2c-.12.12-.25.25-.36.37-58.566 58.892-59.387 154.781.36 214.59a152.454 152.454 0 0 0 20.521 17.196c6.402 4.468 15.064 3.789 20.584-1.731l21.054-21.055c8.35-8.35 12.094-19.239 11.698-29.806a16.037 16.037 0 0 0-6.947-12.606c-2.912-2.005-6.64-4.875-10.341-8.569-28.073-28.073-28.191-73.639 0-101.83l67.2-67.19c28.239-28.239 74.3-28.069 102.325.51 27.75 28.3 26.872 73.934-1.155 101.96l-13.087 13.087c-4.35 4.35-5.769 10.79-3.783 16.612 5.864 17.194 9.042 34.999 9.69 52.721.509 13.906 17.454 20.446 27.294 10.606l37.106-37.106c59.271-59.259 59.271-155.699.001-214.959z\"]\n};\nvar faLiraSign = {\n prefix: 'fas',\n iconName: 'lira-sign',\n icon: [384, 512, [], \"f195\", \"M371.994 256h-48.019C317.64 256 312 260.912 312 267.246 312 368 230.179 416 144 416V256.781l134.603-29.912A12 12 0 0 0 288 215.155v-40.976c0-7.677-7.109-13.38-14.603-11.714L144 191.219V160.78l134.603-29.912A12 12 0 0 0 288 119.154V78.179c0-7.677-7.109-13.38-14.603-11.714L144 95.219V44c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v68.997L9.397 125.131A12 12 0 0 0 0 136.845v40.976c0 7.677 7.109 13.38 14.603 11.714L64 178.558v30.439L9.397 221.131A12 12 0 0 0 0 232.845v40.976c0 7.677 7.109 13.38 14.603 11.714L64 274.558V468c0 6.627 5.373 12 12 12h79.583c134.091 0 223.255-77.834 228.408-211.592.261-6.782-5.211-12.408-11.997-12.408z\"]\n};\nvar faList = {\n prefix: 'fas',\n iconName: 'list',\n icon: [512, 512, [], \"f03a\", \"M80 368H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm0-320H16A16 16 0 0 0 0 64v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16V64a16 16 0 0 0-16-16zm0 160H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm416 176H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faListAlt = {\n prefix: 'fas',\n iconName: 'list-alt',\n icon: [512, 512, [], \"f022\", \"M464 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zM128 120c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zm0 96c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zm0 96c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zm288-136v-32c0-6.627-5.373-12-12-12H204c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12h200c6.627 0 12-5.373 12-12zm0 96v-32c0-6.627-5.373-12-12-12H204c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12h200c6.627 0 12-5.373 12-12zm0 96v-32c0-6.627-5.373-12-12-12H204c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12h200c6.627 0 12-5.373 12-12z\"]\n};\nvar faListOl = {\n prefix: 'fas',\n iconName: 'list-ol',\n icon: [512, 512, [], \"f0cb\", \"M61.77 401l17.5-20.15a19.92 19.92 0 0 0 5.07-14.19v-3.31C84.34 356 80.5 352 73 352H16a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h22.83a157.41 157.41 0 0 0-11 12.31l-5.61 7c-4 5.07-5.25 10.13-2.8 14.88l1.05 1.93c3 5.76 6.29 7.88 12.25 7.88h4.73c10.33 0 15.94 2.44 15.94 9.09 0 4.72-4.2 8.22-14.36 8.22a41.54 41.54 0 0 1-15.47-3.12c-6.49-3.88-11.74-3.5-15.6 3.12l-5.59 9.31c-3.72 6.13-3.19 11.72 2.63 15.94 7.71 4.69 20.38 9.44 37 9.44 34.16 0 48.5-22.75 48.5-44.12-.03-14.38-9.12-29.76-28.73-34.88zM496 224H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM16 160h64a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8H64V40a8 8 0 0 0-8-8H32a8 8 0 0 0-7.14 4.42l-8 16A8 8 0 0 0 24 64h8v64H16a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8zm-3.91 160H80a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8H41.32c3.29-10.29 48.34-18.68 48.34-56.44 0-29.06-25-39.56-44.47-39.56-21.36 0-33.8 10-40.46 18.75-4.37 5.59-3 10.84 2.8 15.37l8.58 6.88c5.61 4.56 11 2.47 16.12-2.44a13.44 13.44 0 0 1 9.46-3.84c3.33 0 9.28 1.56 9.28 8.75C51 248.19 0 257.31 0 304.59v4C0 316 5.08 320 12.09 320z\"]\n};\nvar faListUl = {\n prefix: 'fas',\n iconName: 'list-ul',\n icon: [512, 512, [], \"f0ca\", \"M48 48a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm0 160a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm0 160a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm448 16H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faLocationArrow = {\n prefix: 'fas',\n iconName: 'location-arrow',\n icon: [512, 512, [], \"f124\", \"M444.52 3.52L28.74 195.42c-47.97 22.39-31.98 92.75 19.19 92.75h175.91v175.91c0 51.17 70.36 67.17 92.75 19.19l191.9-415.78c15.99-38.39-25.59-79.97-63.97-63.97z\"]\n};\nvar faLock = {\n prefix: 'fas',\n iconName: 'lock',\n icon: [448, 512, [], \"f023\", \"M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z\"]\n};\nvar faLockOpen = {\n prefix: 'fas',\n iconName: 'lock-open',\n icon: [576, 512, [], \"f3c1\", \"M423.5 0C339.5.3 272 69.5 272 153.5V224H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48h-48v-71.1c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v80c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-80C576 68 507.5-.3 423.5 0z\"]\n};\nvar faLongArrowAltDown = {\n prefix: 'fas',\n iconName: 'long-arrow-alt-down',\n icon: [256, 512, [], \"f309\", \"M168 345.941V44c0-6.627-5.373-12-12-12h-56c-6.627 0-12 5.373-12 12v301.941H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.569 9.373 33.941 0l86.059-86.059c15.119-15.119 4.411-40.971-16.971-40.971H168z\"]\n};\nvar faLongArrowAltLeft = {\n prefix: 'fas',\n iconName: 'long-arrow-alt-left',\n icon: [448, 512, [], \"f30a\", \"M134.059 296H436c6.627 0 12-5.373 12-12v-56c0-6.627-5.373-12-12-12H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.569 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296z\"]\n};\nvar faLongArrowAltRight = {\n prefix: 'fas',\n iconName: 'long-arrow-alt-right',\n icon: [448, 512, [], \"f30b\", \"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"]\n};\nvar faLongArrowAltUp = {\n prefix: 'fas',\n iconName: 'long-arrow-alt-up',\n icon: [256, 512, [], \"f30c\", \"M88 166.059V468c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12V166.059h46.059c21.382 0 32.09-25.851 16.971-40.971l-86.059-86.059c-9.373-9.373-24.569-9.373-33.941 0l-86.059 86.059c-15.119 15.119-4.411 40.971 16.971 40.971H88z\"]\n};\nvar faLowVision = {\n prefix: 'fas',\n iconName: 'low-vision',\n icon: [576, 512, [], \"f2a8\", \"M569.344 231.631C512.96 135.949 407.81 72 288 72c-28.468 0-56.102 3.619-82.451 10.409L152.778 10.24c-7.601-10.858-22.564-13.5-33.423-5.9l-13.114 9.178c-10.86 7.601-13.502 22.566-5.9 33.426l43.131 58.395C89.449 131.73 40.228 174.683 6.682 231.581c-.01.017-.023.033-.034.05-8.765 14.875-8.964 33.528 0 48.739 38.5 65.332 99.742 115.862 172.859 141.349L55.316 244.302A272.194 272.194 0 0 1 83.61 208.39l119.4 170.58h.01l40.63 58.04a330.055 330.055 0 0 0 78.94 1.17l-189.98-271.4a277.628 277.628 0 0 1 38.777-21.563l251.836 356.544c7.601 10.858 22.564 13.499 33.423 5.9l13.114-9.178c10.86-7.601 13.502-22.567 5.9-33.426l-43.12-58.377-.007-.009c57.161-27.978 104.835-72.04 136.81-126.301a47.938 47.938 0 0 0 .001-48.739zM390.026 345.94l-19.066-27.23c24.682-32.567 27.711-76.353 8.8-111.68v.03c0 23.65-19.17 42.82-42.82 42.82-23.828 0-42.82-19.349-42.82-42.82 0-23.65 19.17-42.82 42.82-42.82h.03c-24.75-13.249-53.522-15.643-79.51-7.68l-19.068-27.237C253.758 123.306 270.488 120 288 120c75.162 0 136 60.826 136 136 0 34.504-12.833 65.975-33.974 89.94z\"]\n};\nvar faLuggageCart = {\n prefix: 'fas',\n iconName: 'luggage-cart',\n icon: [640, 512, [], \"f59d\", \"M224 320h32V96h-32c-17.67 0-32 14.33-32 32v160c0 17.67 14.33 32 32 32zm352-32V128c0-17.67-14.33-32-32-32h-32v224h32c17.67 0 32-14.33 32-32zm48 96H128V16c0-8.84-7.16-16-16-16H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h48v368c0 8.84 7.16 16 16 16h82.94c-1.79 5.03-2.94 10.36-2.94 16 0 26.51 21.49 48 48 48s48-21.49 48-48c0-5.64-1.15-10.97-2.94-16h197.88c-1.79 5.03-2.94 10.36-2.94 16 0 26.51 21.49 48 48 48s48-21.49 48-48c0-5.64-1.15-10.97-2.94-16H624c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM480 96V48c0-26.51-21.49-48-48-48h-96c-26.51 0-48 21.49-48 48v272h192V96zm-48 0h-96V48h96v48z\"]\n};\nvar faMagic = {\n prefix: 'fas',\n iconName: 'magic',\n icon: [512, 512, [], \"f0d0\", \"M224 96l16-32 32-16-32-16-16-32-16 32-32 16 32 16 16 32zM80 160l26.66-53.33L160 80l-53.34-26.67L80 0 53.34 53.33 0 80l53.34 26.67L80 160zm352 128l-26.66 53.33L352 368l53.34 26.67L432 448l26.66-53.33L512 368l-53.34-26.67L432 288zm70.62-193.77L417.77 9.38C411.53 3.12 403.34 0 395.15 0c-8.19 0-16.38 3.12-22.63 9.38L9.38 372.52c-12.5 12.5-12.5 32.76 0 45.25l84.85 84.85c6.25 6.25 14.44 9.37 22.62 9.37 8.19 0 16.38-3.12 22.63-9.37l363.14-363.15c12.5-12.48 12.5-32.75 0-45.24zM359.45 203.46l-50.91-50.91 86.6-86.6 50.91 50.91-86.6 86.6z\"]\n};\nvar faMagnet = {\n prefix: 'fas',\n iconName: 'magnet',\n icon: [512, 512, [], \"f076\", \"M164.07 148.1H12a12 12 0 0 1-12-12v-80a36 36 0 0 1 36-36h104a36 36 0 0 1 36 36v80a11.89 11.89 0 0 1-11.93 12zm347.93-12V56a36 36 0 0 0-36-36H372a36 36 0 0 0-36 36v80a12 12 0 0 0 12 12h152a11.89 11.89 0 0 0 12-11.9zm-164 44a12 12 0 0 0-12 12v52c0 128.1-160 127.9-160 0v-52a12 12 0 0 0-12-12H12.1a12 12 0 0 0-12 12.1c.1 21.4.6 40.3 0 53.3 0 150.6 136.17 246.6 256.75 246.6s255-96 255-246.7c-.6-12.8-.2-33 0-53.2a12 12 0 0 0-12-12.1z\"]\n};\nvar faMailBulk = {\n prefix: 'fas',\n iconName: 'mail-bulk',\n icon: [576, 512, [], \"f674\", \"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"]\n};\nvar faMale = {\n prefix: 'fas',\n iconName: 'male',\n icon: [192, 512, [], \"f183\", \"M96 0c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64S60.654 0 96 0m48 144h-11.36c-22.711 10.443-49.59 10.894-73.28 0H48c-26.51 0-48 21.49-48 48v136c0 13.255 10.745 24 24 24h16v136c0 13.255 10.745 24 24 24h64c13.255 0 24-10.745 24-24V352h16c13.255 0 24-10.745 24-24V192c0-26.51-21.49-48-48-48z\"]\n};\nvar faMap = {\n prefix: 'fas',\n iconName: 'map',\n icon: [576, 512, [], \"f279\", \"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"]\n};\nvar faMapMarked = {\n prefix: 'fas',\n iconName: 'map-marked',\n icon: [576, 512, [], \"f59f\", \"M288 0c-69.59 0-126 56.41-126 126 0 56.26 82.35 158.8 113.9 196.02 6.39 7.54 17.82 7.54 24.2 0C331.65 284.8 414 182.26 414 126 414 56.41 357.59 0 288 0zM20.12 215.95A32.006 32.006 0 0 0 0 245.66v250.32c0 11.32 11.43 19.06 21.94 14.86L160 448V214.92c-8.84-15.98-16.07-31.54-21.25-46.42L20.12 215.95zM288 359.67c-14.07 0-27.38-6.18-36.51-16.96-19.66-23.2-40.57-49.62-59.49-76.72v182l192 64V266c-18.92 27.09-39.82 53.52-59.49 76.72-9.13 10.77-22.44 16.95-36.51 16.95zm266.06-198.51L416 224v288l139.88-55.95A31.996 31.996 0 0 0 576 426.34V176.02c0-11.32-11.43-19.06-21.94-14.86z\"]\n};\nvar faMapMarkedAlt = {\n prefix: 'fas',\n iconName: 'map-marked-alt',\n icon: [576, 512, [], \"f5a0\", \"M288 0c-69.59 0-126 56.41-126 126 0 56.26 82.35 158.8 113.9 196.02 6.39 7.54 17.82 7.54 24.2 0C331.65 284.8 414 182.26 414 126 414 56.41 357.59 0 288 0zm0 168c-23.2 0-42-18.8-42-42s18.8-42 42-42 42 18.8 42 42-18.8 42-42 42zM20.12 215.95A32.006 32.006 0 0 0 0 245.66v250.32c0 11.32 11.43 19.06 21.94 14.86L160 448V214.92c-8.84-15.98-16.07-31.54-21.25-46.42L20.12 215.95zM288 359.67c-14.07 0-27.38-6.18-36.51-16.96-19.66-23.2-40.57-49.62-59.49-76.72v182l192 64V266c-18.92 27.09-39.82 53.52-59.49 76.72-9.13 10.77-22.44 16.95-36.51 16.95zm266.06-198.51L416 224v288l139.88-55.95A31.996 31.996 0 0 0 576 426.34V176.02c0-11.32-11.43-19.06-21.94-14.86z\"]\n};\nvar faMapMarker = {\n prefix: 'fas',\n iconName: 'map-marker',\n icon: [384, 512, [], \"f041\", \"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0z\"]\n};\nvar faMapMarkerAlt = {\n prefix: 'fas',\n iconName: 'map-marker-alt',\n icon: [384, 512, [], \"f3c5\", \"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"]\n};\nvar faMapPin = {\n prefix: 'fas',\n iconName: 'map-pin',\n icon: [288, 512, [], \"f276\", \"M112 316.94v156.69l22.02 33.02c4.75 7.12 15.22 7.12 19.97 0L176 473.63V316.94c-10.39 1.92-21.06 3.06-32 3.06s-21.61-1.14-32-3.06zM144 0C64.47 0 0 64.47 0 144s64.47 144 144 144 144-64.47 144-144S223.53 0 144 0zm0 76c-37.5 0-68 30.5-68 68 0 6.62-5.38 12-12 12s-12-5.38-12-12c0-50.73 41.28-92 92-92 6.62 0 12 5.38 12 12s-5.38 12-12 12z\"]\n};\nvar faMapSigns = {\n prefix: 'fas',\n iconName: 'map-signs',\n icon: [512, 512, [], \"f277\", \"M507.31 84.69L464 41.37c-6-6-14.14-9.37-22.63-9.37H288V16c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v16H56c-13.25 0-24 10.75-24 24v80c0 13.25 10.75 24 24 24h385.37c8.49 0 16.62-3.37 22.63-9.37l43.31-43.31c6.25-6.26 6.25-16.38 0-22.63zM224 496c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V384h-64v112zm232-272H288v-32h-64v32H70.63c-8.49 0-16.62 3.37-22.63 9.37L4.69 276.69c-6.25 6.25-6.25 16.38 0 22.63L48 342.63c6 6 14.14 9.37 22.63 9.37H456c13.25 0 24-10.75 24-24v-80c0-13.25-10.75-24-24-24z\"]\n};\nvar faMarker = {\n prefix: 'fas',\n iconName: 'marker',\n icon: [512, 512, [], \"f5a1\", \"M93.95 290.03A327.038 327.038 0 0 0 .17 485.11l-.03.23c-1.7 15.28 11.21 28.2 26.49 26.51a327.02 327.02 0 0 0 195.34-93.8l75.4-75.4-128.02-128.02-75.4 75.4zM485.49 26.51c-35.35-35.35-92.67-35.35-128.02 0l-21.76 21.76-36.56-36.55c-15.62-15.62-40.95-15.62-56.56 0L138.47 115.84c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0l87.15-87.15 19.59 19.59L191.98 192 320 320.02l165.49-165.49c35.35-35.35 35.35-92.66 0-128.02z\"]\n};\nvar faMars = {\n prefix: 'fas',\n iconName: 'mars',\n icon: [384, 512, [], \"f222\", \"M372 64h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-80.7 80.7c-22.2-14-48.5-22.1-76.7-22.1C64.5 160 0 224.5 0 304s64.5 144 144 144 144-64.5 144-144c0-28.2-8.1-54.5-22.1-76.7l80.7-80.7 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V76c0-6.6-5.4-12-12-12zM144 384c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faMarsDouble = {\n prefix: 'fas',\n iconName: 'mars-double',\n icon: [512, 512, [], \"f227\", \"M340 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-48.7 48.7C198.5 72.1 172.2 64 144 64 64.5 64 0 128.5 0 208s64.5 144 144 144 144-64.5 144-144c0-28.2-8.1-54.5-22.1-76.7l48.7-48.7 16.9 16.9c2.4 2.4 5.5 3.5 8.4 3.5 6.2 0 12.1-4.8 12.1-12V12c0-6.6-5.4-12-12-12zM144 288c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80zm356-128.1h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-48.7 48.7c-18.2-11.4-39-18.9-61.5-21.3-2.1 21.8-8.2 43.3-18.4 63.3 1.1 0 2.2-.1 3.2-.1 44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80c0-1.1 0-2.2.1-3.2-20 10.2-41.5 16.4-63.3 18.4C168.4 455.6 229.6 512 304 512c79.5 0 144-64.5 144-144 0-28.2-8.1-54.5-22.1-76.7l48.7-48.7 16.9 16.9c2.4 2.4 5.4 3.5 8.4 3.5 6.2 0 12.1-4.8 12.1-12v-79c0-6.7-5.4-12.1-12-12.1z\"]\n};\nvar faMarsStroke = {\n prefix: 'fas',\n iconName: 'mars-stroke',\n icon: [384, 512, [], \"f229\", \"M372 64h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-17.5 17.5-14.1-14.1c-4.7-4.7-12.3-4.7-17 0L224.5 133c-4.7 4.7-4.7 12.3 0 17l14.1 14.1-18 18c-22.2-14-48.5-22.1-76.7-22.1C64.5 160 0 224.5 0 304s64.5 144 144 144 144-64.5 144-144c0-28.2-8.1-54.5-22.1-76.7l18-18 14.1 14.1c4.7 4.7 12.3 4.7 17 0l28.3-28.3c4.7-4.7 4.7-12.3 0-17L329.2 164l17.5-17.5 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V76c-.1-6.6-5.5-12-12.1-12zM144 384c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faMarsStrokeH = {\n prefix: 'fas',\n iconName: 'mars-stroke-h',\n icon: [480, 512, [], \"f22b\", \"M476.2 247.5l-55.9-55.9c-7.6-7.6-20.5-2.2-20.5 8.5V224H376v-20c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v20h-27.6c-5.8-25.6-18.7-49.9-38.6-69.8C189.6 98 98.4 98 42.2 154.2c-56.2 56.2-56.2 147.4 0 203.6 56.2 56.2 147.4 56.2 203.6 0 19.9-19.9 32.8-44.2 38.6-69.8H312v20c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-20h23.9v23.9c0 10.7 12.9 16 20.5 8.5l55.9-55.9c4.6-4.7 4.6-12.3-.1-17zm-275.6 65.1c-31.2 31.2-81.9 31.2-113.1 0-31.2-31.2-31.2-81.9 0-113.1 31.2-31.2 81.9-31.2 113.1 0 31.2 31.1 31.2 81.9 0 113.1z\"]\n};\nvar faMarsStrokeV = {\n prefix: 'fas',\n iconName: 'mars-stroke-v',\n icon: [288, 512, [], \"f22a\", \"M245.8 234.2c-19.9-19.9-44.2-32.8-69.8-38.6v-25.4h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V81.4h23.9c10.7 0 16-12.9 8.5-20.5L152.5 5.1c-4.7-4.7-12.3-4.7-17 0L79.6 61c-7.6 7.6-2.2 20.5 8.5 20.5H112v24.7H92c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h20v25.4c-25.6 5.8-49.9 18.7-69.8 38.6-56.2 56.2-56.2 147.4 0 203.6 56.2 56.2 147.4 56.2 203.6 0 56.3-56.2 56.3-147.4 0-203.6zm-45.2 158.4c-31.2 31.2-81.9 31.2-113.1 0-31.2-31.2-31.2-81.9 0-113.1 31.2-31.2 81.9-31.2 113.1 0 31.2 31.1 31.2 81.9 0 113.1z\"]\n};\nvar faMask = {\n prefix: 'fas',\n iconName: 'mask',\n icon: [640, 512, [], \"f6fa\", \"M320.67 64c-442.6 0-357.57 384-158.46 384 39.9 0 77.47-20.69 101.42-55.86l25.73-37.79c15.66-22.99 46.97-22.99 62.63 0l25.73 37.79C401.66 427.31 439.23 448 479.13 448c189.86 0 290.63-384-158.46-384zM184 308.36c-41.06 0-67.76-25.66-80.08-41.05-5.23-6.53-5.23-16.09 0-22.63 12.32-15.4 39.01-41.05 80.08-41.05s67.76 25.66 80.08 41.05c5.23 6.53 5.23 16.09 0 22.63-12.32 15.4-39.02 41.05-80.08 41.05zm272 0c-41.06 0-67.76-25.66-80.08-41.05-5.23-6.53-5.23-16.09 0-22.63 12.32-15.4 39.01-41.05 80.08-41.05s67.76 25.66 80.08 41.05c5.23 6.53 5.23 16.09 0 22.63-12.32 15.4-39.02 41.05-80.08 41.05z\"]\n};\nvar faMedal = {\n prefix: 'fas',\n iconName: 'medal',\n icon: [512, 512, [], \"f5a2\", \"M223.75 130.75L154.62 15.54A31.997 31.997 0 0 0 127.18 0H16.03C3.08 0-4.5 14.57 2.92 25.18l111.27 158.96c29.72-27.77 67.52-46.83 109.56-53.39zM495.97 0H384.82c-11.24 0-21.66 5.9-27.44 15.54l-69.13 115.21c42.04 6.56 79.84 25.62 109.56 53.38L509.08 25.18C516.5 14.57 508.92 0 495.97 0zM256 160c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm92.52 157.26l-37.93 36.96 8.97 52.22c1.6 9.36-8.26 16.51-16.65 12.09L256 393.88l-46.9 24.65c-8.4 4.45-18.25-2.74-16.65-12.09l8.97-52.22-37.93-36.96c-6.82-6.64-3.05-18.23 6.35-19.59l52.43-7.64 23.43-47.52c2.11-4.28 6.19-6.39 10.28-6.39 4.11 0 8.22 2.14 10.33 6.39l23.43 47.52 52.43 7.64c9.4 1.36 13.17 12.95 6.35 19.59z\"]\n};\nvar faMedkit = {\n prefix: 'fas',\n iconName: 'medkit',\n icon: [512, 512, [], \"f0fa\", \"M96 480h320V128h-32V80c0-26.51-21.49-48-48-48H176c-26.51 0-48 21.49-48 48v48H96v352zm96-384h128v32H192V96zm320 80v256c0 26.51-21.49 48-48 48h-16V128h16c26.51 0 48 21.49 48 48zM64 480H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v352zm288-208v32c0 8.837-7.163 16-16 16h-48v48c0 8.837-7.163 16-16 16h-32c-8.837 0-16-7.163-16-16v-48h-48c-8.837 0-16-7.163-16-16v-32c0-8.837 7.163-16 16-16h48v-48c0-8.837 7.163-16 16-16h32c8.837 0 16 7.163 16 16v48h48c8.837 0 16 7.163 16 16z\"]\n};\nvar faMeh = {\n prefix: 'fas',\n iconName: 'meh',\n icon: [496, 512, [], \"f11a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm176 192H152c-21.2 0-21.2-32 0-32h192c21.2 0 21.2 32 0 32zm-16-128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faMehBlank = {\n prefix: 'fas',\n iconName: 'meh-blank',\n icon: [496, 512, [], \"f5a4\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 232c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faMehRollingEyes = {\n prefix: 'fas',\n iconName: 'meh-rolling-eyes',\n icon: [496, 512, [], \"f5a5\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM88 224c0-24.3 13.7-45.2 33.6-56-.7 2.6-1.6 5.2-1.6 8 0 17.7 14.3 32 32 32s32-14.3 32-32c0-2.8-.9-5.4-1.6-8 19.9 10.8 33.6 31.7 33.6 56 0 35.3-28.7 64-64 64s-64-28.7-64-64zm224 176H184c-21.2 0-21.2-32 0-32h128c21.2 0 21.2 32 0 32zm32-112c-35.3 0-64-28.7-64-64 0-24.3 13.7-45.2 33.6-56-.7 2.6-1.6 5.2-1.6 8 0 17.7 14.3 32 32 32s32-14.3 32-32c0-2.8-.9-5.4-1.6-8 19.9 10.8 33.6 31.7 33.6 56 0 35.3-28.7 64-64 64z\"]\n};\nvar faMemory = {\n prefix: 'fas',\n iconName: 'memory',\n icon: [640, 512, [], \"f538\", \"M640 130.94V96c0-17.67-14.33-32-32-32H32C14.33 64 0 78.33 0 96v34.94c18.6 6.61 32 24.19 32 45.06s-13.4 38.45-32 45.06V320h640v-98.94c-18.6-6.61-32-24.19-32-45.06s13.4-38.45 32-45.06zM224 256h-64V128h64v128zm128 0h-64V128h64v128zm128 0h-64V128h64v128zM0 448h64v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h128v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h128v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h128v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h64v-96H0v96z\"]\n};\nvar faMenorah = {\n prefix: 'fas',\n iconName: 'menorah',\n icon: [640, 512, [], \"f676\", \"M144 128h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm96 0h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm192 0h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm96 0h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm80-32c17.67 0 32-14.33 32-32S608 0 608 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S512 0 512 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S416 0 416 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S320 0 320 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S224 0 224 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S128 0 128 0 96 46.33 96 64s14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S32 0 32 0 0 46.33 0 64s14.33 32 32 32zm544 192c0 17.67-14.33 32-32 32H352V144c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v176H96c-17.67 0-32-14.33-32-32V144c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v144c0 53.02 42.98 96 96 96h192v64H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16H352v-64h192c53.02 0 96-42.98 96-96V144c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144z\"]\n};\nvar faMercury = {\n prefix: 'fas',\n iconName: 'mercury',\n icon: [288, 512, [], \"f223\", \"M288 208c0-44.2-19.9-83.7-51.2-110.1 2.5-1.8 4.9-3.8 7.2-5.8 24.7-21.2 39.8-48.8 43.2-78.8.9-7.1-4.7-13.3-11.9-13.3h-40.5C229 0 224.1 4.1 223 9.8c-2.4 12.5-9.6 24.3-20.7 33.8C187 56.8 166.3 64 144 64s-43-7.2-58.4-20.4C74.5 34.1 67.4 22.3 64.9 9.8 63.8 4.1 58.9 0 53.2 0H12.7C5.5 0-.1 6.2.8 13.3 4.2 43.4 19.2 71 44 92.2c2.3 2 4.7 3.9 7.2 5.8C19.9 124.3 0 163.8 0 208c0 68.5 47.9 125.9 112 140.4V400H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.5 112-71.9 112-140.4zm-224 0c0-44.1 35.9-80 80-80s80 35.9 80 80-35.9 80-80 80-80-35.9-80-80z\"]\n};\nvar faMeteor = {\n prefix: 'fas',\n iconName: 'meteor',\n icon: [512, 512, [], \"f753\", \"M491.2.7C452.5 12.3 379.4 35 303.5 62c-2.1-7-4-13.5-5.6-18.6-3-9.7-13.9-14.2-22.9-9.5C232.6 56 122.2 116.5 60.6 176.4c-1.1 1-2.5 2-3.5 3C19 217.4 0 267.3 0 317.2 0 367 19 416.9 57 455c38 38 87.9 57.1 137.8 57 49.9 0 99.8-19 137.9-57.1 1-1 2-2.4 3-3.5 59.8-61.6 120.4-172.1 142.5-214.4 4.7-9 .2-19.9-9.5-22.9-5.2-1.6-11.6-3.5-18.6-5.6 27-76 49.7-149 61.3-187.7C515 8.4 503.6-3 491.2.7zM192 448c-70.7 0-128-57.3-128-128s57.3-128 128-128 128 57.3 128 128-57.3 128-128 128zm-32-192c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm48 96c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16z\"]\n};\nvar faMicrochip = {\n prefix: 'fas',\n iconName: 'microchip',\n icon: [512, 512, [], \"f2db\", \"M416 48v416c0 26.51-21.49 48-48 48H144c-26.51 0-48-21.49-48-48V48c0-26.51 21.49-48 48-48h224c26.51 0 48 21.49 48 48zm96 58v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42V88h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zM30 376h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6z\"]\n};\nvar faMicrophone = {\n prefix: 'fas',\n iconName: 'microphone',\n icon: [352, 512, [], \"f130\", \"M176 352c53.02 0 96-42.98 96-96V96c0-53.02-42.98-96-96-96S80 42.98 80 96v160c0 53.02 42.98 96 96 96zm160-160h-16c-8.84 0-16 7.16-16 16v48c0 74.8-64.49 134.82-140.79 127.38C96.71 376.89 48 317.11 48 250.3V208c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v40.16c0 89.64 63.97 169.55 152 181.69V464H96c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16h-56v-33.77C285.71 418.47 352 344.9 352 256v-48c0-8.84-7.16-16-16-16z\"]\n};\nvar faMicrophoneAlt = {\n prefix: 'fas',\n iconName: 'microphone-alt',\n icon: [352, 512, [], \"f3c9\", \"M336 192h-16c-8.84 0-16 7.16-16 16v48c0 74.8-64.49 134.82-140.79 127.38C96.71 376.89 48 317.11 48 250.3V208c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v40.16c0 89.64 63.97 169.55 152 181.69V464H96c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16h-56v-33.77C285.71 418.47 352 344.9 352 256v-48c0-8.84-7.16-16-16-16zM176 352c53.02 0 96-42.98 96-96h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H272v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H272v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H272c0-53.02-42.98-96-96-96S80 42.98 80 96v160c0 53.02 42.98 96 96 96z\"]\n};\nvar faMicrophoneAltSlash = {\n prefix: 'fas',\n iconName: 'microphone-alt-slash',\n icon: [640, 512, [], \"f539\", \"M633.82 458.1L476.26 336.33C488.74 312.21 496 284.98 496 256v-48c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v48c0 17.92-3.96 34.8-10.72 50.2l-26.55-20.52c3.1-9.4 5.28-19.22 5.28-29.67h-43.67l-41.4-32H416v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H416v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H416c0-53.02-42.98-96-96-96s-96 42.98-96 96v45.36L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.41-6.97 4.16-17.02-2.82-22.45zM400 464h-56v-33.78c11.71-1.62 23.1-4.28 33.96-8.08l-50.4-38.96c-6.71.4-13.41.87-20.35.2-55.85-5.45-98.74-48.63-111.18-101.85L144 241.31v6.85c0 89.64 63.97 169.55 152 181.69V464h-56c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16z\"]\n};\nvar faMicrophoneSlash = {\n prefix: 'fas',\n iconName: 'microphone-slash',\n icon: [640, 512, [], \"f131\", \"M633.82 458.1l-157.8-121.96C488.61 312.13 496 285.01 496 256v-48c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v48c0 17.92-3.96 34.8-10.72 50.2l-26.55-20.52c3.1-9.4 5.28-19.22 5.28-29.67V96c0-53.02-42.98-96-96-96s-96 42.98-96 96v45.36L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.41-6.97 4.16-17.02-2.82-22.45zM400 464h-56v-33.77c11.66-1.6 22.85-4.54 33.67-8.31l-50.11-38.73c-6.71.4-13.41.87-20.35.2-55.85-5.45-98.74-48.63-111.18-101.85L144 241.31v6.85c0 89.64 63.97 169.55 152 181.69V464h-56c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16z\"]\n};\nvar faMicroscope = {\n prefix: 'fas',\n iconName: 'microscope',\n icon: [512, 512, [], \"f610\", \"M160 320h12v16c0 8.84 7.16 16 16 16h40c8.84 0 16-7.16 16-16v-16h12c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32V16c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v16c-17.67 0-32 14.33-32 32v224c0 17.67 14.33 32 32 32zm304 128h-1.29C493.24 413.99 512 369.2 512 320c0-105.88-86.12-192-192-192v64c70.58 0 128 57.42 128 128s-57.42 128-128 128H48c-26.51 0-48 21.49-48 48 0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16 0-26.51-21.49-48-48-48zm-360-32h208c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8H104c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8z\"]\n};\nvar faMinus = {\n prefix: 'fas',\n iconName: 'minus',\n icon: [448, 512, [], \"f068\", \"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"]\n};\nvar faMinusCircle = {\n prefix: 'fas',\n iconName: 'minus-circle',\n icon: [512, 512, [], \"f056\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zM124 296c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h264c6.6 0 12 5.4 12 12v56c0 6.6-5.4 12-12 12H124z\"]\n};\nvar faMinusSquare = {\n prefix: 'fas',\n iconName: 'minus-square',\n icon: [448, 512, [], \"f146\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM92 296c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h264c6.6 0 12 5.4 12 12v56c0 6.6-5.4 12-12 12H92z\"]\n};\nvar faMitten = {\n prefix: 'fas',\n iconName: 'mitten',\n icon: [448, 512, [], \"f7b5\", \"M368 416H48c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16zm57-209.1c-27.2-22.6-67.5-19-90.1 8.2l-20.9 25-29.6-128.4c-18-77.5-95.4-125.9-172.8-108C34.2 21.6-14.2 98.9 3.7 176.4L51.6 384h309l72.5-87c22.7-27.2 19-67.5-8.1-90.1z\"]\n};\nvar faMobile = {\n prefix: 'fas',\n iconName: 'mobile',\n icon: [320, 512, [], \"f10b\", \"M272 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM160 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faMobileAlt = {\n prefix: 'fas',\n iconName: 'mobile-alt',\n icon: [320, 512, [], \"f3cd\", \"M272 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM160 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm112-108c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v312z\"]\n};\nvar faMoneyBill = {\n prefix: 'fas',\n iconName: 'money-bill',\n icon: [640, 512, [], \"f0d6\", \"M608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zM48 400v-64c35.35 0 64 28.65 64 64H48zm0-224v-64h64c0 35.35-28.65 64-64 64zm272 176c-44.19 0-80-42.99-80-96 0-53.02 35.82-96 80-96s80 42.98 80 96c0 53.03-35.83 96-80 96zm272 48h-64c0-35.35 28.65-64 64-64v64zm0-224c-35.35 0-64-28.65-64-64h64v64z\"]\n};\nvar faMoneyBillAlt = {\n prefix: 'fas',\n iconName: 'money-bill-alt',\n icon: [640, 512, [], \"f3d1\", \"M352 288h-16v-88c0-4.42-3.58-8-8-8h-13.58c-4.74 0-9.37 1.4-13.31 4.03l-15.33 10.22a7.994 7.994 0 0 0-2.22 11.09l8.88 13.31a7.994 7.994 0 0 0 11.09 2.22l.47-.31V288h-16c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8h64c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8zM608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zM48 400v-64c35.35 0 64 28.65 64 64H48zm0-224v-64h64c0 35.35-28.65 64-64 64zm272 192c-53.02 0-96-50.15-96-112 0-61.86 42.98-112 96-112s96 50.14 96 112c0 61.87-43 112-96 112zm272 32h-64c0-35.35 28.65-64 64-64v64zm0-224c-35.35 0-64-28.65-64-64h64v64z\"]\n};\nvar faMoneyBillWave = {\n prefix: 'fas',\n iconName: 'money-bill-wave',\n icon: [640, 512, [], \"f53a\", \"M621.16 54.46C582.37 38.19 543.55 32 504.75 32c-123.17-.01-246.33 62.34-369.5 62.34-30.89 0-61.76-3.92-92.65-13.72-3.47-1.1-6.95-1.62-10.35-1.62C15.04 79 0 92.32 0 110.81v317.26c0 12.63 7.23 24.6 18.84 29.46C57.63 473.81 96.45 480 135.25 480c123.17 0 246.34-62.35 369.51-62.35 30.89 0 61.76 3.92 92.65 13.72 3.47 1.1 6.95 1.62 10.35 1.62 17.21 0 32.25-13.32 32.25-31.81V83.93c-.01-12.64-7.24-24.6-18.85-29.47zM48 132.22c20.12 5.04 41.12 7.57 62.72 8.93C104.84 170.54 79 192.69 48 192.69v-60.47zm0 285v-47.78c34.37 0 62.18 27.27 63.71 61.4-22.53-1.81-43.59-6.31-63.71-13.62zM320 352c-44.19 0-80-42.99-80-96 0-53.02 35.82-96 80-96s80 42.98 80 96c0 53.03-35.83 96-80 96zm272 27.78c-17.52-4.39-35.71-6.85-54.32-8.44 5.87-26.08 27.5-45.88 54.32-49.28v57.72zm0-236.11c-30.89-3.91-54.86-29.7-55.81-61.55 19.54 2.17 38.09 6.23 55.81 12.66v48.89z\"]\n};\nvar faMoneyBillWaveAlt = {\n prefix: 'fas',\n iconName: 'money-bill-wave-alt',\n icon: [640, 512, [], \"f53b\", \"M621.16 54.46C582.37 38.19 543.55 32 504.75 32c-123.17-.01-246.33 62.34-369.5 62.34-30.89 0-61.76-3.92-92.65-13.72-3.47-1.1-6.95-1.62-10.35-1.62C15.04 79 0 92.32 0 110.81v317.26c0 12.63 7.23 24.6 18.84 29.46C57.63 473.81 96.45 480 135.25 480c123.17 0 246.34-62.35 369.51-62.35 30.89 0 61.76 3.92 92.65 13.72 3.47 1.1 6.95 1.62 10.35 1.62 17.21 0 32.25-13.32 32.25-31.81V83.93c-.01-12.64-7.24-24.6-18.85-29.47zM320 352c-44.19 0-80-42.99-80-96 0-53.02 35.82-96 80-96s80 42.98 80 96c0 53.03-35.83 96-80 96z\"]\n};\nvar faMoneyCheck = {\n prefix: 'fas',\n iconName: 'money-check',\n icon: [640, 512, [], \"f53c\", \"M0 448c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V128H0v320zm448-208c0-8.84 7.16-16 16-16h96c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-96c-8.84 0-16-7.16-16-16v-32zm0 120c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H456c-4.42 0-8-3.58-8-8v-16zM64 264c0-4.42 3.58-8 8-8h304c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm0 96c0-4.42 3.58-8 8-8h176c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zM624 32H16C7.16 32 0 39.16 0 48v48h640V48c0-8.84-7.16-16-16-16z\"]\n};\nvar faMoneyCheckAlt = {\n prefix: 'fas',\n iconName: 'money-check-alt',\n icon: [640, 512, [], \"f53d\", \"M608 32H32C14.33 32 0 46.33 0 64v384c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zM176 327.88V344c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V152c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07zM416 312c0 4.42-3.58 8-8 8H296c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16zm160 0c0 4.42-3.58 8-8 8h-80c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16zm0-96c0 4.42-3.58 8-8 8H296c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h272c4.42 0 8 3.58 8 8v16z\"]\n};\nvar faMonument = {\n prefix: 'fas',\n iconName: 'monument',\n icon: [384, 512, [], \"f5a6\", \"M368 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h352c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-78.86-347.26a31.97 31.97 0 0 0-9.21-19.44L203.31 4.69c-6.25-6.25-16.38-6.25-22.63 0l-76.6 76.61a31.97 31.97 0 0 0-9.21 19.44L64 416h256l-30.86-315.26zM240 307.2c0 6.4-6.4 12.8-12.8 12.8h-70.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h70.4c6.4 0 12.8 6.4 12.8 12.8v38.4z\"]\n};\nvar faMoon = {\n prefix: 'fas',\n iconName: 'moon',\n icon: [512, 512, [], \"f186\", \"M283.211 512c78.962 0 151.079-35.925 198.857-94.792 7.068-8.708-.639-21.43-11.562-19.35-124.203 23.654-238.262-71.576-238.262-196.954 0-72.222 38.662-138.635 101.498-174.394 9.686-5.512 7.25-20.197-3.756-22.23A258.156 258.156 0 0 0 283.211 0c-141.309 0-256 114.511-256 256 0 141.309 114.511 256 256 256z\"]\n};\nvar faMortarPestle = {\n prefix: 'fas',\n iconName: 'mortar-pestle',\n icon: [512, 512, [], \"f5a7\", \"M501.54 60.91c17.22-17.22 12.51-46.25-9.27-57.14a35.696 35.696 0 0 0-37.37 3.37L251.09 160h151.37l99.08-99.09zM496 192H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16c0 80.98 50.2 150.11 121.13 178.32-12.76 16.87-21.72 36.8-24.95 58.69-1.46 9.92 6.04 18.98 16.07 18.98h223.5c10.03 0 17.53-9.06 16.07-18.98-3.22-21.89-12.18-41.82-24.95-58.69C429.8 406.11 480 336.98 480 256h16c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"]\n};\nvar faMosque = {\n prefix: 'fas',\n iconName: 'mosque',\n icon: [640, 512, [], \"f678\", \"M0 480c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V160H0v320zm579.16-192c17.86-17.39 28.84-37.34 28.84-58.91 0-52.86-41.79-93.79-87.92-122.9-41.94-26.47-80.63-57.77-111.96-96.22L400 0l-8.12 9.97c-31.33 38.45-70.01 69.76-111.96 96.22C233.79 135.3 192 176.23 192 229.09c0 21.57 10.98 41.52 28.84 58.91h358.32zM608 320H192c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h32v-64c0-17.67 14.33-32 32-32s32 14.33 32 32v64h64v-72c0-48 48-72 48-72s48 24 48 72v72h64v-64c0-17.67 14.33-32 32-32s32 14.33 32 32v64h32c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32zM64 0S0 32 0 96v32h128V96c0-64-64-96-64-96z\"]\n};\nvar faMotorcycle = {\n prefix: 'fas',\n iconName: 'motorcycle',\n icon: [640, 512, [], \"f21c\", \"M512.9 192c-14.9-.1-29.1 2.3-42.4 6.9L437.6 144H520c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24h-45.3c-6.8 0-13.3 2.9-17.8 7.9l-37.5 41.7-22.8-38C392.2 68.4 384.4 64 376 64h-80c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h66.4l19.2 32H227.9c-17.7-23.1-44.9-40-99.9-40H72.5C59 104 47.7 115 48 128.5c.2 13 10.9 23.5 24 23.5h56c24.5 0 38.7 10.9 47.8 24.8l-11.3 20.5c-13-3.9-26.9-5.7-41.3-5.2C55.9 194.5 1.6 249.6 0 317c-1.6 72.1 56.3 131 128 131 59.6 0 109.7-40.8 124-96h84.2c13.7 0 24.6-11.4 24-25.1-2.1-47.1 17.5-93.7 56.2-125l12.5 20.8c-27.6 23.7-45.1 58.9-44.8 98.2.5 69.6 57.2 126.5 126.8 127.1 71.6.7 129.8-57.5 129.2-129.1-.7-69.6-57.6-126.4-127.2-126.9zM128 400c-44.1 0-80-35.9-80-80s35.9-80 80-80c4.2 0 8.4.3 12.5 1L99 316.4c-8.8 16 2.8 35.6 21 35.6h81.3c-12.4 28.2-40.6 48-73.3 48zm463.9-75.6c-2.2 40.6-35 73.4-75.5 75.5-46.1 2.5-84.4-34.3-84.4-79.9 0-21.4 8.4-40.8 22.1-55.1l49.4 82.4c4.5 7.6 14.4 10 22 5.5l13.7-8.2c7.6-4.5 10-14.4 5.5-22l-48.6-80.9c5.2-1.1 10.5-1.6 15.9-1.6 45.6-.1 82.3 38.2 79.9 84.3z\"]\n};\nvar faMountain = {\n prefix: 'fas',\n iconName: 'mountain',\n icon: [640, 512, [], \"f6fc\", \"M634.92 462.7l-288-448C341.03 5.54 330.89 0 320 0s-21.03 5.54-26.92 14.7l-288 448a32.001 32.001 0 0 0-1.17 32.64A32.004 32.004 0 0 0 32 512h576c11.71 0 22.48-6.39 28.09-16.67a31.983 31.983 0 0 0-1.17-32.63zM320 91.18L405.39 224H320l-64 64-38.06-38.06L320 91.18z\"]\n};\nvar faMouse = {\n prefix: 'fas',\n iconName: 'mouse',\n icon: [384, 512, [], \"f8cc\", \"M0 352a160 160 0 0 0 160 160h64a160 160 0 0 0 160-160V224H0zM176 0h-16A160 160 0 0 0 0 160v32h176zm48 0h-16v192h176v-32A160 160 0 0 0 224 0z\"]\n};\nvar faMousePointer = {\n prefix: 'fas',\n iconName: 'mouse-pointer',\n icon: [320, 512, [], \"f245\", \"M302.189 329.126H196.105l55.831 135.993c3.889 9.428-.555 19.999-9.444 23.999l-49.165 21.427c-9.165 4-19.443-.571-23.332-9.714l-53.053-129.136-86.664 89.138C18.729 472.71 0 463.554 0 447.977V18.299C0 1.899 19.921-6.096 30.277 5.443l284.412 292.542c11.472 11.179 3.007 31.141-12.5 31.141z\"]\n};\nvar faMugHot = {\n prefix: 'fas',\n iconName: 'mug-hot',\n icon: [512, 512, [], \"f7b6\", \"M127.1 146.5c1.3 7.7 8 13.5 16 13.5h16.5c9.8 0 17.6-8.5 16.3-18-3.8-28.2-16.4-54.2-36.6-74.7-14.4-14.7-23.6-33.3-26.4-53.5C111.8 5.9 105 0 96.8 0H80.4C70.6 0 63 8.5 64.1 18c3.9 31.9 18 61.3 40.6 84.4 12 12.2 19.7 27.5 22.4 44.1zm112 0c1.3 7.7 8 13.5 16 13.5h16.5c9.8 0 17.6-8.5 16.3-18-3.8-28.2-16.4-54.2-36.6-74.7-14.4-14.7-23.6-33.3-26.4-53.5C223.8 5.9 217 0 208.8 0h-16.4c-9.8 0-17.5 8.5-16.3 18 3.9 31.9 18 61.3 40.6 84.4 12 12.2 19.7 27.5 22.4 44.1zM400 192H32c-17.7 0-32 14.3-32 32v192c0 53 43 96 96 96h192c53 0 96-43 96-96h16c61.8 0 112-50.2 112-112s-50.2-112-112-112zm0 160h-16v-96h16c26.5 0 48 21.5 48 48s-21.5 48-48 48z\"]\n};\nvar faMusic = {\n prefix: 'fas',\n iconName: 'music',\n icon: [512, 512, [], \"f001\", \"M470.38 1.51L150.41 96A32 32 0 0 0 128 126.51v261.41A139 139 0 0 0 96 384c-53 0-96 28.66-96 64s43 64 96 64 96-28.66 96-64V214.32l256-75v184.61a138.4 138.4 0 0 0-32-3.93c-53 0-96 28.66-96 64s43 64 96 64 96-28.65 96-64V32a32 32 0 0 0-41.62-30.49z\"]\n};\nvar faNetworkWired = {\n prefix: 'fas',\n iconName: 'network-wired',\n icon: [640, 512, [], \"f6ff\", \"M640 264v-16c0-8.84-7.16-16-16-16H344v-40h72c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32H224c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h72v40H16c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h104v40H64c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h304v40h-56c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h104c8.84 0 16-7.16 16-16zM256 128V64h128v64H256zm-64 320H96v-64h96v64zm352 0h-96v-64h96v64z\"]\n};\nvar faNeuter = {\n prefix: 'fas',\n iconName: 'neuter',\n icon: [288, 512, [], \"f22c\", \"M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 68.5 47.9 125.9 112 140.4V468c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12V316.4c64.1-14.5 112-71.9 112-140.4zm-144 80c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faNewspaper = {\n prefix: 'fas',\n iconName: 'newspaper',\n icon: [576, 512, [], \"f1ea\", \"M552 64H88c-13.255 0-24 10.745-24 24v8H24c-13.255 0-24 10.745-24 24v272c0 30.928 25.072 56 56 56h472c26.51 0 48-21.49 48-48V88c0-13.255-10.745-24-24-24zM56 400a8 8 0 0 1-8-8V144h16v248a8 8 0 0 1-8 8zm236-16H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm-208-96H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm0-96H140c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h360c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12z\"]\n};\nvar faNotEqual = {\n prefix: 'fas',\n iconName: 'not-equal',\n icon: [448, 512, [], \"f53e\", \"M416 208c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32h-23.88l51.87-66.81c5.37-7.02 4.04-17.06-2.97-22.43L415.61 3.3c-7.02-5.38-17.06-4.04-22.44 2.97L311.09 112H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h204.56l-74.53 96H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h55.49l-51.87 66.81c-5.37 7.01-4.04 17.05 2.97 22.43L64 508.7c7.02 5.38 17.06 4.04 22.43-2.97L168.52 400H416c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32H243.05l74.53-96H416z\"]\n};\nvar faNotesMedical = {\n prefix: 'fas',\n iconName: 'notes-medical',\n icon: [384, 512, [], \"f481\", \"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm96 304c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48zm0-192c0 4.4-3.6 8-8 8H104c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h176c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faObjectGroup = {\n prefix: 'fas',\n iconName: 'object-group',\n icon: [512, 512, [], \"f247\", \"M480 128V96h20c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v20H64V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v40c0 6.627 5.373 12 12 12h20v320H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-20h384v20c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-20V128zM96 276V140c0-6.627 5.373-12 12-12h168c6.627 0 12 5.373 12 12v136c0 6.627-5.373 12-12 12H108c-6.627 0-12-5.373-12-12zm320 96c0 6.627-5.373 12-12 12H236c-6.627 0-12-5.373-12-12v-52h72c13.255 0 24-10.745 24-24v-72h84c6.627 0 12 5.373 12 12v136z\"]\n};\nvar faObjectUngroup = {\n prefix: 'fas',\n iconName: 'object-ungroup',\n icon: [576, 512, [], \"f248\", \"M64 320v26a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6v-52a6 6 0 0 1 6-6h26V96H6a6 6 0 0 1-6-6V38a6 6 0 0 1 6-6h52a6 6 0 0 1 6 6v26h288V38a6 6 0 0 1 6-6h52a6 6 0 0 1 6 6v52a6 6 0 0 1-6 6h-26v192h26a6 6 0 0 1 6 6v52a6 6 0 0 1-6 6h-52a6 6 0 0 1-6-6v-26H64zm480-64v-32h26a6 6 0 0 0 6-6v-52a6 6 0 0 0-6-6h-52a6 6 0 0 0-6 6v26H408v72h8c13.255 0 24 10.745 24 24v64c0 13.255-10.745 24-24 24h-64c-13.255 0-24-10.745-24-24v-8H192v72h-26a6 6 0 0 0-6 6v52a6 6 0 0 0 6 6h52a6 6 0 0 0 6-6v-26h288v26a6 6 0 0 0 6 6h52a6 6 0 0 0 6-6v-52a6 6 0 0 0-6-6h-26V256z\"]\n};\nvar faOilCan = {\n prefix: 'fas',\n iconName: 'oil-can',\n icon: [640, 512, [], \"f613\", \"M629.8 160.31L416 224l-50.49-25.24a64.07 64.07 0 0 0-28.62-6.76H280v-48h56c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h56v48h-56L37.72 166.86a31.9 31.9 0 0 0-5.79-.53C14.67 166.33 0 180.36 0 198.34v94.95c0 15.46 11.06 28.72 26.28 31.48L96 337.46V384c0 17.67 14.33 32 32 32h274.63c8.55 0 16.75-3.42 22.76-9.51l212.26-214.75c1.5-1.5 2.34-3.54 2.34-5.66V168c.01-5.31-5.08-9.15-10.19-7.69zM96 288.67l-48-8.73v-62.43l48 8.73v62.43zm453.33 84.66c0 23.56 19.1 42.67 42.67 42.67s42.67-19.1 42.67-42.67S592 288 592 288s-42.67 61.77-42.67 85.33z\"]\n};\nvar faOm = {\n prefix: 'fas',\n iconName: 'om',\n icon: [512, 512, [], \"f679\", \"M360.6 60.94a10.43 10.43 0 0 0 14.76 0l21.57-21.56a10.43 10.43 0 0 0 0-14.76L375.35 3.06c-4.08-4.07-10.68-4.07-14.76 0l-21.57 21.56a10.43 10.43 0 0 0 0 14.76l21.58 21.56zM412.11 192c-26.69 0-51.77 10.39-70.64 29.25l-24.25 24.25c-6.78 6.77-15.78 10.5-25.38 10.5H245c10.54-22.1 14.17-48.11 7.73-75.23-10.1-42.55-46.36-76.11-89.52-83.19-36.15-5.93-70.9 5.04-96.01 28.78-7.36 6.96-6.97 18.85 1.12 24.93l26.15 19.63c5.72 4.3 13.66 4.32 19.2-.21 8.45-6.9 19.02-10.71 30.27-10.71 26.47 0 48.01 21.53 48.01 48s-21.54 48-48.01 48h-31.9c-11.96 0-19.74 12.58-14.39 23.28l16.09 32.17c2.53 5.06 7.6 8.1 13.17 8.55h33.03c35.3 0 64.01 28.7 64.01 64s-28.71 64-64.01 64c-96.02 0-122.35-54.02-145.15-92.03-4.53-7.55-14.77-3.58-14.79 5.22C-.09 416 41.13 512 159.94 512c70.59 0 128.02-57.42 128.02-128 0-23.42-6.78-45.1-17.81-64h21.69c26.69 0 51.77-10.39 70.64-29.25l24.25-24.25c6.78-6.77 15.78-10.5 25.38-10.5 19.78 0 35.88 16.09 35.88 35.88V392c0 13.23-18.77 24-32.01 24-39.4 0-66.67-24.24-81.82-42.89-4.77-5.87-14.2-2.54-14.2 5.02V416s0 64 96.02 64c48.54 0 96.02-39.47 96.02-88V291.88c0-55.08-44.8-99.88-99.89-99.88zm42.18-124.73c-85.55 65.12-169.05 2.75-172.58.05-6.02-4.62-14.44-4.38-20.14.55-5.74 4.92-7.27 13.17-3.66 19.8 1.61 2.95 40.37 72.34 118.8 72.34 79.92 0 98.78-31.36 101.75-37.66 1.02-2.12 1.53-4.47 1.53-6.83V80c0-13.22-15.14-20.69-25.7-12.73z\"]\n};\nvar faOtter = {\n prefix: 'fas',\n iconName: 'otter',\n icon: [640, 512, [], \"f700\", \"M608 32h-32l-13.25-13.25A63.97 63.97 0 0 0 517.49 0H497c-11.14 0-22.08 2.91-31.75 8.43L312 96h-56C149.96 96 64 181.96 64 288v1.61c0 32.75-16 62.14-39.56 84.89-18.19 17.58-28.1 43.68-23.19 71.8 6.76 38.8 42.9 65.7 82.28 65.7H192c17.67 0 32-14.33 32-32s-14.33-32-32-32H80c-8.83 0-16-7.17-16-16s7.17-16 16-16h224c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-64l149.49-80.5L448 416h80c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-28.22l-55.11-110.21L521.14 192H544c53.02 0 96-42.98 96-96V64c0-17.67-14.33-32-32-32zm-96 16c8.84 0 16 7.16 16 16s-7.16 16-16 16-16-7.16-16-16 7.16-16 16-16zm32 96h-34.96L407.2 198.84l-13.77-27.55L512 112h77.05c-6.62 18.58-24.22 32-45.05 32z\"]\n};\nvar faOutdent = {\n prefix: 'fas',\n iconName: 'outdent',\n icon: [448, 512, [], \"f03b\", \"M100.69 363.29c10 10 27.31 2.93 27.31-11.31V160c0-14.32-17.33-21.31-27.31-11.31l-96 96a16 16 0 0 0 0 22.62zM432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm3.17-128H204.83A12.82 12.82 0 0 0 192 300.83v38.34A12.82 12.82 0 0 0 204.83 352h230.34A12.82 12.82 0 0 0 448 339.17v-38.34A12.82 12.82 0 0 0 435.17 288zm0-128H204.83A12.82 12.82 0 0 0 192 172.83v38.34A12.82 12.82 0 0 0 204.83 224h230.34A12.82 12.82 0 0 0 448 211.17v-38.34A12.82 12.82 0 0 0 435.17 160zM432 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faPager = {\n prefix: 'fas',\n iconName: 'pager',\n icon: [512, 512, [], \"f815\", \"M448 64H64a64 64 0 0 0-64 64v256a64 64 0 0 0 64 64h384a64 64 0 0 0 64-64V128a64 64 0 0 0-64-64zM160 368H80a16 16 0 0 1-16-16v-16a16 16 0 0 1 16-16h80zm128-16a16 16 0 0 1-16 16h-80v-48h80a16 16 0 0 1 16 16zm160-128a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32v-64a32 32 0 0 1 32-32h320a32 32 0 0 1 32 32z\"]\n};\nvar faPaintBrush = {\n prefix: 'fas',\n iconName: 'paint-brush',\n icon: [512, 512, [], \"f1fc\", \"M167.02 309.34c-40.12 2.58-76.53 17.86-97.19 72.3-2.35 6.21-8 9.98-14.59 9.98-11.11 0-45.46-27.67-55.25-34.35C0 439.62 37.93 512 128 512c75.86 0 128-43.77 128-120.19 0-3.11-.65-6.08-.97-9.13l-88.01-73.34zM457.89 0c-15.16 0-29.37 6.71-40.21 16.45C213.27 199.05 192 203.34 192 257.09c0 13.7 3.25 26.76 8.73 38.7l63.82 53.18c7.21 1.8 14.64 3.03 22.39 3.03 62.11 0 98.11-45.47 211.16-256.46 7.38-14.35 13.9-29.85 13.9-45.99C512 20.64 486 0 457.89 0z\"]\n};\nvar faPaintRoller = {\n prefix: 'fas',\n iconName: 'paint-roller',\n icon: [512, 512, [], \"f5aa\", \"M416 128V32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v96c0 17.67 14.33 32 32 32h352c17.67 0 32-14.33 32-32zm32-64v128c0 17.67-14.33 32-32 32H256c-35.35 0-64 28.65-64 64v32c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32v-32h160c53.02 0 96-42.98 96-96v-64c0-35.35-28.65-64-64-64z\"]\n};\nvar faPalette = {\n prefix: 'fas',\n iconName: 'palette',\n icon: [512, 512, [], \"f53f\", \"M204.3 5C104.9 24.4 24.8 104.3 5.2 203.4c-37 187 131.7 326.4 258.8 306.7 41.2-6.4 61.4-54.6 42.5-91.7-23.1-45.4 9.9-98.4 60.9-98.4h79.7c35.8 0 64.8-29.6 64.9-65.3C511.5 97.1 368.1-26.9 204.3 5zM96 320c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm32-128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128-64c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 64c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faPallet = {\n prefix: 'fas',\n iconName: 'pallet',\n icon: [640, 512, [], \"f482\", \"M144 256h352c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16H384v128l-64-32-64 32V0H144c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16zm480 128c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v64H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-48v-64h48zm-336 64H128v-64h160v64zm224 0H352v-64h160v64z\"]\n};\nvar faPaperPlane = {\n prefix: 'fas',\n iconName: 'paper-plane',\n icon: [512, 512, [], \"f1d8\", \"M476 3.2L12.5 270.6c-18.1 10.4-15.8 35.6 2.2 43.2L121 358.4l287.3-253.2c5.5-4.9 13.3 2.6 8.6 8.3L176 407v80.5c0 23.6 28.5 32.9 42.5 15.8L282 426l124.6 52.2c14.2 6 30.4-2.9 33-18.2l72-432C515 7.8 493.3-6.8 476 3.2z\"]\n};\nvar faPaperclip = {\n prefix: 'fas',\n iconName: 'paperclip',\n icon: [448, 512, [], \"f0c6\", \"M43.246 466.142c-58.43-60.289-57.341-157.511 1.386-217.581L254.392 34c44.316-45.332 116.351-45.336 160.671 0 43.89 44.894 43.943 117.329 0 162.276L232.214 383.128c-29.855 30.537-78.633 30.111-107.982-.998-28.275-29.97-27.368-77.473 1.452-106.953l143.743-146.835c6.182-6.314 16.312-6.422 22.626-.241l22.861 22.379c6.315 6.182 6.422 16.312.241 22.626L171.427 319.927c-4.932 5.045-5.236 13.428-.648 18.292 4.372 4.634 11.245 4.711 15.688.165l182.849-186.851c19.613-20.062 19.613-52.725-.011-72.798-19.189-19.627-49.957-19.637-69.154 0L90.39 293.295c-34.763 35.56-35.299 93.12-1.191 128.313 34.01 35.093 88.985 35.137 123.058.286l172.06-175.999c6.177-6.319 16.307-6.433 22.626-.256l22.877 22.364c6.319 6.177 6.434 16.307.256 22.626l-172.06 175.998c-59.576 60.938-155.943 60.216-214.77-.485z\"]\n};\nvar faParachuteBox = {\n prefix: 'fas',\n iconName: 'parachute-box',\n icon: [512, 512, [], \"f4cd\", \"M511.9 175c-9.1-75.6-78.4-132.4-158.3-158.7C390 55.7 416 116.9 416 192h28.1L327.5 321.5c-2.5-.6-4.8-1.5-7.5-1.5h-48V192h112C384 76.8 315.1 0 256 0S128 76.8 128 192h112v128h-48c-2.7 0-5 .9-7.5 1.5L67.9 192H96c0-75.1 26-136.3 62.4-175.7C78.5 42.7 9.2 99.5.1 175c-1.1 9.1 6.8 17 16 17h8.7l136.7 151.9c-.7 2.6-1.6 5.2-1.6 8.1v128c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32V352c0-2.9-.9-5.4-1.6-8.1L487.1 192h8.7c9.3 0 17.2-7.8 16.1-17z\"]\n};\nvar faParagraph = {\n prefix: 'fas',\n iconName: 'paragraph',\n icon: [448, 512, [], \"f1dd\", \"M448 48v32a16 16 0 0 1-16 16h-48v368a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V96h-32v368a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V352h-32a160 160 0 0 1 0-320h240a16 16 0 0 1 16 16z\"]\n};\nvar faParking = {\n prefix: 'fas',\n iconName: 'parking',\n icon: [448, 512, [], \"f540\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM240 320h-48v48c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16h96c52.9 0 96 43.1 96 96s-43.1 96-96 96zm0-128h-48v64h48c17.6 0 32-14.4 32-32s-14.4-32-32-32z\"]\n};\nvar faPassport = {\n prefix: 'fas',\n iconName: 'passport',\n icon: [448, 512, [], \"f5ab\", \"M129.62 176h39.09c1.49-27.03 6.54-51.35 14.21-70.41-27.71 13.24-48.02 39.19-53.3 70.41zm0 32c5.29 31.22 25.59 57.17 53.3 70.41-7.68-19.06-12.72-43.38-14.21-70.41h-39.09zM224 286.69c7.69-7.45 20.77-34.42 23.43-78.69h-46.87c2.67 44.26 15.75 71.24 23.44 78.69zM200.57 176h46.87c-2.66-44.26-15.74-71.24-23.43-78.69-7.7 7.45-20.78 34.43-23.44 78.69zm64.51 102.41c27.71-13.24 48.02-39.19 53.3-70.41h-39.09c-1.49 27.03-6.53 51.35-14.21 70.41zM416 0H64C28.65 0 0 28.65 0 64v384c0 35.35 28.65 64 64 64h352c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32zm-80 416H112c-8.8 0-16-7.2-16-16s7.2-16 16-16h224c8.8 0 16 7.2 16 16s-7.2 16-16 16zm-112-96c-70.69 0-128-57.31-128-128S153.31 64 224 64s128 57.31 128 128-57.31 128-128 128zm41.08-214.41c7.68 19.06 12.72 43.38 14.21 70.41h39.09c-5.28-31.22-25.59-57.17-53.3-70.41z\"]\n};\nvar faPastafarianism = {\n prefix: 'fas',\n iconName: 'pastafarianism',\n icon: [640, 512, [], \"f67b\", \"M624.54 347.67c-32.7-12.52-57.36 4.25-75.37 16.45-17.06 11.53-23.25 14.42-31.41 11.36-8.12-3.09-10.83-9.38-15.89-29.38-3.33-13.15-7.44-29.32-17.95-42.65 2.24-2.91 4.43-5.79 6.38-8.57C500.47 304.45 513.71 312 532 312c33.95 0 50.87-25.78 62.06-42.83 10.59-16.14 15-21.17 21.94-21.17 13.25 0 24-10.75 24-24s-10.75-24-24-24c-33.95 0-50.87 25.78-62.06 42.83-10.6 16.14-15 21.17-21.94 21.17-17.31 0-37.48-61.43-97.26-101.91l17.25-34.5C485.43 125.5 512 97.98 512 64c0-35.35-28.65-64-64-64s-64 28.65-64 64c0 13.02 3.94 25.1 10.62 35.21l-18.15 36.3c-16.98-4.6-35.6-7.51-56.46-7.51s-39.49 2.91-56.46 7.51l-18.15-36.3C252.06 89.1 256 77.02 256 64c0-35.35-28.65-64-64-64s-64 28.65-64 64c0 33.98 26.56 61.5 60.02 63.6l17.25 34.5C145.68 202.44 125.15 264 108 264c-6.94 0-11.34-5.03-21.94-21.17C74.88 225.78 57.96 200 24 200c-13.25 0-24 10.75-24 24s10.75 24 24 24c6.94 0 11.34 5.03 21.94 21.17C57.13 286.22 74.05 312 108 312c18.29 0 31.53-7.55 41.7-17.11 1.95 2.79 4.14 5.66 6.38 8.57-10.51 13.33-14.62 29.5-17.95 42.65-5.06 20-7.77 26.28-15.89 29.38-8.11 3.06-14.33.17-31.41-11.36-18.03-12.2-42.72-28.92-75.37-16.45-12.39 4.72-18.59 18.58-13.87 30.97 4.72 12.41 18.61 18.61 30.97 13.88 8.16-3.09 14.34-.19 31.39 11.36 13.55 9.16 30.83 20.86 52.42 20.84 7.17 0 14.83-1.28 22.97-4.39 32.66-12.44 39.98-41.33 45.33-62.44 2.21-8.72 3.99-14.49 5.95-18.87 16.62 13.61 36.95 25.88 61.64 34.17-9.96 37-32.18 90.8-60.26 90.8-13.25 0-24 10.75-24 24s10.75 24 24 24c66.74 0 97.05-88.63 107.42-129.14 6.69.6 13.42 1.14 20.58 1.14s13.89-.54 20.58-1.14C350.95 423.37 381.26 512 448 512c13.25 0 24-10.75 24-24s-10.75-24-24-24c-27.94 0-50.21-53.81-60.22-90.81 24.69-8.29 45-20.56 61.62-34.16 1.96 4.38 3.74 10.15 5.95 18.87 5.34 21.11 12.67 50 45.33 62.44 8.14 3.11 15.8 4.39 22.97 4.39 21.59 0 38.87-11.69 52.42-20.84 17.05-11.55 23.28-14.45 31.39-11.36 12.39 4.75 26.27-1.47 30.97-13.88 4.71-12.4-1.49-26.26-13.89-30.98zM448 48c8.82 0 16 7.18 16 16s-7.18 16-16 16-16-7.18-16-16 7.18-16 16-16zm-256 0c8.82 0 16 7.18 16 16s-7.18 16-16 16-16-7.18-16-16 7.18-16 16-16z\"]\n};\nvar faPaste = {\n prefix: 'fas',\n iconName: 'paste',\n icon: [448, 512, [], \"f0ea\", \"M128 184c0-30.879 25.122-56 56-56h136V56c0-13.255-10.745-24-24-24h-80.61C204.306 12.89 183.637 0 160 0s-44.306 12.89-55.39 32H24C10.745 32 0 42.745 0 56v336c0 13.255 10.745 24 24 24h104V184zm32-144c13.255 0 24 10.745 24 24s-10.745 24-24 24-24-10.745-24-24 10.745-24 24-24zm184 248h104v200c0 13.255-10.745 24-24 24H184c-13.255 0-24-10.745-24-24V184c0-13.255 10.745-24 24-24h136v104c0 13.2 10.8 24 24 24zm104-38.059V256h-96v-96h6.059a24 24 0 0 1 16.97 7.029l65.941 65.941a24.002 24.002 0 0 1 7.03 16.971z\"]\n};\nvar faPause = {\n prefix: 'fas',\n iconName: 'pause',\n icon: [448, 512, [], \"f04c\", \"M144 479H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zm304-48V79c0-26.5-21.5-48-48-48h-96c-26.5 0-48 21.5-48 48v352c0 26.5 21.5 48 48 48h96c26.5 0 48-21.5 48-48z\"]\n};\nvar faPauseCircle = {\n prefix: 'fas',\n iconName: 'pause-circle',\n icon: [512, 512, [], \"f28b\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-16 328c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160zm112 0c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160z\"]\n};\nvar faPaw = {\n prefix: 'fas',\n iconName: 'paw',\n icon: [512, 512, [], \"f1b0\", \"M256 224c-79.41 0-192 122.76-192 200.25 0 34.9 26.81 55.75 71.74 55.75 48.84 0 81.09-25.08 120.26-25.08 39.51 0 71.85 25.08 120.26 25.08 44.93 0 71.74-20.85 71.74-55.75C448 346.76 335.41 224 256 224zm-147.28-12.61c-10.4-34.65-42.44-57.09-71.56-50.13-29.12 6.96-44.29 40.69-33.89 75.34 10.4 34.65 42.44 57.09 71.56 50.13 29.12-6.96 44.29-40.69 33.89-75.34zm84.72-20.78c30.94-8.14 46.42-49.94 34.58-93.36s-46.52-72.01-77.46-63.87-46.42 49.94-34.58 93.36c11.84 43.42 46.53 72.02 77.46 63.87zm281.39-29.34c-29.12-6.96-61.15 15.48-71.56 50.13-10.4 34.65 4.77 68.38 33.89 75.34 29.12 6.96 61.15-15.48 71.56-50.13 10.4-34.65-4.77-68.38-33.89-75.34zm-156.27 29.34c30.94 8.14 65.62-20.45 77.46-63.87 11.84-43.42-3.64-85.21-34.58-93.36s-65.62 20.45-77.46 63.87c-11.84 43.42 3.64 85.22 34.58 93.36z\"]\n};\nvar faPeace = {\n prefix: 'fas',\n iconName: 'peace',\n icon: [496, 512, [], \"f67c\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm184 248c0 31.93-8.2 61.97-22.57 88.17L280 240.63V74.97c86.23 15.21 152 90.5 152 181.03zM216 437.03c-33.86-5.97-64.49-21.2-89.29-43.02L216 322.57v114.46zm64-114.46L369.29 394c-24.8 21.82-55.43 37.05-89.29 43.02V322.57zm-64-247.6v165.66L86.57 344.17C72.2 317.97 64 287.93 64 256c0-90.53 65.77-165.82 152-181.03z\"]\n};\nvar faPen = {\n prefix: 'fas',\n iconName: 'pen',\n icon: [512, 512, [], \"f304\", \"M290.74 93.24l128.02 128.02-277.99 277.99-114.14 12.6C11.35 513.54-1.56 500.62.14 485.34l12.7-114.22 277.9-277.88zm207.2-19.06l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.76 18.75-49.16 0-67.91z\"]\n};\nvar faPenAlt = {\n prefix: 'fas',\n iconName: 'pen-alt',\n icon: [512, 512, [], \"f305\", \"M497.94 74.17l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.75 18.75-49.15 0-67.91zm-246.8-20.53c-15.62-15.62-40.94-15.62-56.56 0L75.8 172.43c-6.25 6.25-6.25 16.38 0 22.62l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l101.82-101.82 22.63 22.62L93.95 290.03A327.038 327.038 0 0 0 .17 485.11l-.03.23c-1.7 15.28 11.21 28.2 26.49 26.51a327.02 327.02 0 0 0 195.34-93.8l196.79-196.79-82.77-82.77-84.85-84.85z\"]\n};\nvar faPenFancy = {\n prefix: 'fas',\n iconName: 'pen-fancy',\n icon: [512, 512, [], \"f5ac\", \"M79.18 282.94a32.005 32.005 0 0 0-20.24 20.24L0 480l4.69 4.69 92.89-92.89c-.66-2.56-1.57-5.03-1.57-7.8 0-17.67 14.33-32 32-32s32 14.33 32 32-14.33 32-32 32c-2.77 0-5.24-.91-7.8-1.57l-92.89 92.89L32 512l176.82-58.94a31.983 31.983 0 0 0 20.24-20.24l33.07-84.07-98.88-98.88-84.07 33.07zM369.25 28.32L186.14 227.81l97.85 97.85 199.49-183.11C568.4 67.48 443.73-55.94 369.25 28.32z\"]\n};\nvar faPenNib = {\n prefix: 'fas',\n iconName: 'pen-nib',\n icon: [512, 512, [], \"f5ad\", \"M136.6 138.79a64.003 64.003 0 0 0-43.31 41.35L0 460l14.69 14.69L164.8 324.58c-2.99-6.26-4.8-13.18-4.8-20.58 0-26.51 21.49-48 48-48s48 21.49 48 48-21.49 48-48 48c-7.4 0-14.32-1.81-20.58-4.8L37.31 497.31 52 512l279.86-93.29a64.003 64.003 0 0 0 41.35-43.31L416 224 288 96l-151.4 42.79zm361.34-64.62l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.75 18.75-49.15 0-67.91z\"]\n};\nvar faPenSquare = {\n prefix: 'fas',\n iconName: 'pen-square',\n icon: [448, 512, [], \"f14b\", \"M400 480H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zM238.1 177.9L102.4 313.6l-6.3 57.1c-.8 7.6 5.6 14.1 13.3 13.3l57.1-6.3L302.2 242c2.3-2.3 2.3-6.1 0-8.5L246.7 178c-2.5-2.4-6.3-2.4-8.6-.1zM345 165.1L314.9 135c-9.4-9.4-24.6-9.4-33.9 0l-23.1 23.1c-2.3 2.3-2.3 6.1 0 8.5l55.5 55.5c2.3 2.3 6.1 2.3 8.5 0L345 199c9.3-9.3 9.3-24.5 0-33.9z\"]\n};\nvar faPencilAlt = {\n prefix: 'fas',\n iconName: 'pencil-alt',\n icon: [512, 512, [], \"f303\", \"M497.9 142.1l-46.1 46.1c-4.7 4.7-12.3 4.7-17 0l-111-111c-4.7-4.7-4.7-12.3 0-17l46.1-46.1c18.7-18.7 49.1-18.7 67.9 0l60.1 60.1c18.8 18.7 18.8 49.1 0 67.9zM284.2 99.8L21.6 362.4.4 483.9c-2.9 16.4 11.4 30.6 27.8 27.8l121.5-21.3 262.6-262.6c4.7-4.7 4.7-12.3 0-17l-111-111c-4.8-4.7-12.4-4.7-17.1 0zM124.1 339.9c-5.5-5.5-5.5-14.3 0-19.8l154-154c5.5-5.5 14.3-5.5 19.8 0s5.5 14.3 0 19.8l-154 154c-5.5 5.5-14.3 5.5-19.8 0zM88 424h48v36.3l-64.5 11.3-31.1-31.1L51.7 376H88v48z\"]\n};\nvar faPencilRuler = {\n prefix: 'fas',\n iconName: 'pencil-ruler',\n icon: [512, 512, [], \"f5ae\", \"M109.46 244.04l134.58-134.56-44.12-44.12-61.68 61.68a7.919 7.919 0 0 1-11.21 0l-11.21-11.21c-3.1-3.1-3.1-8.12 0-11.21l61.68-61.68-33.64-33.65C131.47-3.1 111.39-3.1 99 9.29L9.29 99c-12.38 12.39-12.39 32.47 0 44.86l100.17 100.18zm388.47-116.8c18.76-18.76 18.75-49.17 0-67.93l-45.25-45.25c-18.76-18.76-49.18-18.76-67.95 0l-46.02 46.01 113.2 113.2 46.02-46.03zM316.08 82.71l-297 296.96L.32 487.11c-2.53 14.49 10.09 27.11 24.59 24.56l107.45-18.84L429.28 195.9 316.08 82.71zm186.63 285.43l-33.64-33.64-61.68 61.68c-3.1 3.1-8.12 3.1-11.21 0l-11.21-11.21c-3.09-3.1-3.09-8.12 0-11.21l61.68-61.68-44.14-44.14L267.93 402.5l100.21 100.2c12.39 12.39 32.47 12.39 44.86 0l89.71-89.7c12.39-12.39 12.39-32.47 0-44.86z\"]\n};\nvar faPeopleCarry = {\n prefix: 'fas',\n iconName: 'people-carry',\n icon: [640, 512, [], \"f4ce\", \"M128 96c26.5 0 48-21.5 48-48S154.5 0 128 0 80 21.5 80 48s21.5 48 48 48zm384 0c26.5 0 48-21.5 48-48S538.5 0 512 0s-48 21.5-48 48 21.5 48 48 48zm125.7 372.1l-44-110-41.1 46.4-2 18.2 27.7 69.2c5 12.5 17 20.1 29.7 20.1 4 0 8-.7 11.9-2.3 16.4-6.6 24.4-25.2 17.8-41.6zm-34.2-209.8L585 178.1c-4.6-20-18.6-36.8-37.5-44.9-18.5-8-39-6.7-56.1 3.3-22.7 13.4-39.7 34.5-48.1 59.4L432 229.8 416 240v-96c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v96l-16.1-10.2-11.3-33.9c-8.3-25-25.4-46-48.1-59.4-17.2-10-37.6-11.3-56.1-3.3-18.9 8.1-32.9 24.9-37.5 44.9l-18.4 80.2c-4.6 20 .7 41.2 14.4 56.7l67.2 75.9 10.1 92.6C130 499.8 143.8 512 160 512c1.2 0 2.3-.1 3.5-.2 17.6-1.9 30.2-17.7 28.3-35.3l-10.1-92.8c-1.5-13-6.9-25.1-15.6-35l-43.3-49 17.6-70.3 6.8 20.4c4.1 12.5 11.9 23.4 24.5 32.6l51.1 32.5c4.6 2.9 12.1 4.6 17.2 5h160c5.1-.4 12.6-2.1 17.2-5l51.1-32.5c12.6-9.2 20.4-20 24.5-32.6l6.8-20.4 17.6 70.3-43.3 49c-8.7 9.9-14.1 22-15.6 35l-10.1 92.8c-1.9 17.6 10.8 33.4 28.3 35.3 1.2.1 2.3.2 3.5.2 16.1 0 30-12.1 31.8-28.5l10.1-92.6 67.2-75.9c13.6-15.5 19-36.7 14.4-56.7zM46.3 358.1l-44 110c-6.6 16.4 1.4 35 17.8 41.6 16.8 6.6 35.1-1.7 41.6-17.8l27.7-69.2-2-18.2-41.1-46.4z\"]\n};\nvar faPepperHot = {\n prefix: 'fas',\n iconName: 'pepper-hot',\n icon: [512, 512, [], \"f816\", \"M330.67 263.12V173.4l-52.75-24.22C219.44 218.76 197.58 400 56 400a56 56 0 0 0 0 112c212.64 0 370.65-122.87 419.18-210.34l-37.05-38.54zm131.09-128.37C493.92 74.91 477.18 26.48 458.62 3a8 8 0 0 0-11.93-.59l-22.9 23a8.06 8.06 0 0 0-.89 10.23c6.86 10.36 17.05 35.1-1.4 72.32A142.85 142.85 0 0 0 364.34 96c-28 0-54 8.54-76.34 22.59l74.67 34.29v78.24h89.09L506.44 288c3.26-12.62 5.56-25.63 5.56-39.31a154 154 0 0 0-50.24-113.94z\"]\n};\nvar faPercent = {\n prefix: 'fas',\n iconName: 'percent',\n icon: [448, 512, [], \"f295\", \"M112 224c61.9 0 112-50.1 112-112S173.9 0 112 0 0 50.1 0 112s50.1 112 112 112zm0-160c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm224 224c-61.9 0-112 50.1-112 112s50.1 112 112 112 112-50.1 112-112-50.1-112-112-112zm0 160c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zM392.3.2l31.6-.1c19.4-.1 30.9 21.8 19.7 37.8L77.4 501.6a23.95 23.95 0 0 1-19.6 10.2l-33.4.1c-19.5 0-30.9-21.9-19.7-37.8l368-463.7C377.2 4 384.5.2 392.3.2z\"]\n};\nvar faPercentage = {\n prefix: 'fas',\n iconName: 'percentage',\n icon: [384, 512, [], \"f541\", \"M109.25 173.25c24.99-24.99 24.99-65.52 0-90.51-24.99-24.99-65.52-24.99-90.51 0-24.99 24.99-24.99 65.52 0 90.51 25 25 65.52 25 90.51 0zm256 165.49c-24.99-24.99-65.52-24.99-90.51 0-24.99 24.99-24.99 65.52 0 90.51 24.99 24.99 65.52 24.99 90.51 0 25-24.99 25-65.51 0-90.51zm-1.94-231.43l-22.62-22.62c-12.5-12.5-32.76-12.5-45.25 0L20.69 359.44c-12.5 12.5-12.5 32.76 0 45.25l22.62 22.62c12.5 12.5 32.76 12.5 45.25 0l274.75-274.75c12.5-12.49 12.5-32.75 0-45.25z\"]\n};\nvar faPersonBooth = {\n prefix: 'fas',\n iconName: 'person-booth',\n icon: [576, 512, [], \"f756\", \"M192 496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320h-64v176zm32-272h-50.9l-45.2-45.3C115.8 166.6 99.7 160 82.7 160H64c-17.1 0-33.2 6.7-45.3 18.8C6.7 190.9 0 207 0 224.1L.2 320 0 480c0 17.7 14.3 32 31.9 32 17.6 0 32-14.3 32-32l.1-100.7c.9.5 1.6 1.3 2.5 1.7l29.1 43v56c0 17.7 14.3 32 32 32s32-14.3 32-32v-56.5c0-9.9-2.3-19.8-6.7-28.6l-41.2-61.3V253l20.9 20.9c9.1 9.1 21.1 14.1 33.9 14.1H224c17.7 0 32-14.3 32-32s-14.3-32-32-32zM64 128c26.5 0 48-21.5 48-48S90.5 32 64 32 16 53.5 16 80s21.5 48 48 48zm224-96l31.5 223.1-30.9 154.6c-4.3 21.6 13 38.3 31.4 38.3 15.2 0 28-9.1 32.3-30.4.9 16.9 14.6 30.4 31.7 30.4 17.7 0 32-14.3 32-32 0 17.7 14.3 32 32 32s32-14.3 32-32V0H288v32zm-96 0v160h64V0h-32c-17.7 0-32 14.3-32 32zM544 0h-32v496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V32c0-17.7-14.3-32-32-32z\"]\n};\nvar faPhone = {\n prefix: 'fas',\n iconName: 'phone',\n icon: [512, 512, [], \"f095\", \"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"]\n};\nvar faPhoneAlt = {\n prefix: 'fas',\n iconName: 'phone-alt',\n icon: [512, 512, [], \"f879\", \"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"]\n};\nvar faPhoneSlash = {\n prefix: 'fas',\n iconName: 'phone-slash',\n icon: [640, 512, [], \"f3dd\", \"M268.2 381.4l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48c-10.7 4.6-16.5 16.1-13.9 27.5l24 104c2.5 10.8 12.1 18.6 23.4 18.6 100.7 0 193.7-32.4 269.7-86.9l-80-61.8c-10.9 6.5-22.1 12.7-33.6 18.1zm365.6 76.7L475.1 335.5C537.9 256.4 576 156.9 576 48c0-11.2-7.7-20.9-18.6-23.4l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-12.2 26.1-27.9 50.3-46 72.8L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3z\"]\n};\nvar faPhoneSquare = {\n prefix: 'fas',\n iconName: 'phone-square',\n icon: [448, 512, [], \"f098\", \"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM94 416c-7.033 0-13.057-4.873-14.616-11.627l-14.998-65a15 15 0 0 1 8.707-17.16l69.998-29.999a15 15 0 0 1 17.518 4.289l30.997 37.885c48.944-22.963 88.297-62.858 110.781-110.78l-37.886-30.997a15.001 15.001 0 0 1-4.289-17.518l30-69.998a15 15 0 0 1 17.16-8.707l65 14.998A14.997 14.997 0 0 1 384 126c0 160.292-129.945 290-290 290z\"]\n};\nvar faPhoneSquareAlt = {\n prefix: 'fas',\n iconName: 'phone-square-alt',\n icon: [448, 512, [], \"f87b\", \"M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h352a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48zm-16.39 307.37l-15 65A15 15 0 0 1 354 416C194 416 64 286.29 64 126a15.7 15.7 0 0 1 11.63-14.61l65-15A18.23 18.23 0 0 1 144 96a16.27 16.27 0 0 1 13.79 9.09l30 70A17.9 17.9 0 0 1 189 181a17 17 0 0 1-5.5 11.61l-37.89 31a231.91 231.91 0 0 0 110.78 110.78l31-37.89A17 17 0 0 1 299 291a17.85 17.85 0 0 1 5.91 1.21l70 30A16.25 16.25 0 0 1 384 336a17.41 17.41 0 0 1-.39 3.37z\"]\n};\nvar faPhoneVolume = {\n prefix: 'fas',\n iconName: 'phone-volume',\n icon: [384, 512, [], \"f2a0\", \"M97.333 506.966c-129.874-129.874-129.681-340.252 0-469.933 5.698-5.698 14.527-6.632 21.263-2.422l64.817 40.513a17.187 17.187 0 0 1 6.849 20.958l-32.408 81.021a17.188 17.188 0 0 1-17.669 10.719l-55.81-5.58c-21.051 58.261-20.612 122.471 0 179.515l55.811-5.581a17.188 17.188 0 0 1 17.669 10.719l32.408 81.022a17.188 17.188 0 0 1-6.849 20.958l-64.817 40.513a17.19 17.19 0 0 1-21.264-2.422zM247.126 95.473c11.832 20.047 11.832 45.008 0 65.055-3.95 6.693-13.108 7.959-18.718 2.581l-5.975-5.726c-3.911-3.748-4.793-9.622-2.261-14.41a32.063 32.063 0 0 0 0-29.945c-2.533-4.788-1.65-10.662 2.261-14.41l5.975-5.726c5.61-5.378 14.768-4.112 18.718 2.581zm91.787-91.187c60.14 71.604 60.092 175.882 0 247.428-4.474 5.327-12.53 5.746-17.552.933l-5.798-5.557c-4.56-4.371-4.977-11.529-.93-16.379 49.687-59.538 49.646-145.933 0-205.422-4.047-4.85-3.631-12.008.93-16.379l5.798-5.557c5.022-4.813 13.078-4.394 17.552.933zm-45.972 44.941c36.05 46.322 36.108 111.149 0 157.546-4.39 5.641-12.697 6.251-17.856 1.304l-5.818-5.579c-4.4-4.219-4.998-11.095-1.285-15.931 26.536-34.564 26.534-82.572 0-117.134-3.713-4.836-3.115-11.711 1.285-15.931l5.818-5.579c5.159-4.947 13.466-4.337 17.856 1.304z\"]\n};\nvar faPhotoVideo = {\n prefix: 'fas',\n iconName: 'photo-video',\n icon: [640, 512, [], \"f87c\", \"M608 0H160a32 32 0 0 0-32 32v96h160V64h192v320h128a32 32 0 0 0 32-32V32a32 32 0 0 0-32-32zM232 103a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9V73a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm352 208a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9v-30a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm0-104a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9v-30a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm0-104a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9V73a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm-168 57H32a32 32 0 0 0-32 32v288a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V192a32 32 0 0 0-32-32zM96 224a32 32 0 1 1-32 32 32 32 0 0 1 32-32zm288 224H64v-32l64-64 32 32 128-128 96 96z\"]\n};\nvar faPiggyBank = {\n prefix: 'fas',\n iconName: 'piggy-bank',\n icon: [576, 512, [], \"f4d3\", \"M560 224h-29.5c-8.8-20-21.6-37.7-37.4-52.5L512 96h-32c-29.4 0-55.4 13.5-73 34.3-7.6-1.1-15.1-2.3-23-2.3H256c-77.4 0-141.9 55-156.8 128H56c-14.8 0-26.5-13.5-23.5-28.8C34.7 215.8 45.4 208 57 208h1c3.3 0 6-2.7 6-6v-20c0-3.3-2.7-6-6-6-28.5 0-53.9 20.4-57.5 48.6C-3.9 258.8 22.7 288 56 288h40c0 52.2 25.4 98.1 64 127.3V496c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-48h128v48c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-80.7c11.8-8.9 22.3-19.4 31.3-31.3H560c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16zm-128 64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zM256 96h128c5.4 0 10.7.4 15.9.8 0-.3.1-.5.1-.8 0-53-43-96-96-96s-96 43-96 96c0 2.1.5 4.1.6 6.2 15.2-3.9 31-6.2 47.4-6.2z\"]\n};\nvar faPills = {\n prefix: 'fas',\n iconName: 'pills',\n icon: [576, 512, [], \"f484\", \"M112 32C50.1 32 0 82.1 0 144v224c0 61.9 50.1 112 112 112s112-50.1 112-112V144c0-61.9-50.1-112-112-112zm48 224H64V144c0-26.5 21.5-48 48-48s48 21.5 48 48v112zm139.7-29.7c-3.5-3.5-9.4-3.1-12.3.8-45.3 62.5-40.4 150.1 15.9 206.4 56.3 56.3 143.9 61.2 206.4 15.9 4-2.9 4.3-8.8.8-12.3L299.7 226.3zm229.8-19c-56.3-56.3-143.9-61.2-206.4-15.9-4 2.9-4.3 8.8-.8 12.3l210.8 210.8c3.5 3.5 9.4 3.1 12.3-.8 45.3-62.6 40.5-150.1-15.9-206.4z\"]\n};\nvar faPizzaSlice = {\n prefix: 'fas',\n iconName: 'pizza-slice',\n icon: [512, 512, [], \"f818\", \"M158.87.15c-16.16-1.52-31.2 8.42-35.33 24.12l-14.81 56.27c187.62 5.49 314.54 130.61 322.48 317l56.94-15.78c15.72-4.36 25.49-19.68 23.62-35.9C490.89 165.08 340.78 17.32 158.87.15zm-58.47 112L.55 491.64a16.21 16.21 0 0 0 20 19.75l379-105.1c-4.27-174.89-123.08-292.14-299.15-294.1zM128 416a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm48-152a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm104 104a32 32 0 1 1 32-32 32 32 0 0 1-32 32z\"]\n};\nvar faPlaceOfWorship = {\n prefix: 'fas',\n iconName: 'place-of-worship',\n icon: [640, 512, [], \"f67f\", \"M620.61 366.55L512 320v192h112c8.84 0 16-7.16 16-16V395.96a32 32 0 0 0-19.39-29.41zM0 395.96V496c0 8.84 7.16 16 16 16h112V320L19.39 366.55A32 32 0 0 0 0 395.96zm464.46-149.28L416 217.6V102.63c0-8.49-3.37-16.62-9.38-22.63L331.31 4.69c-6.25-6.25-16.38-6.25-22.62 0L233.38 80c-6 6-9.38 14.14-9.38 22.63V217.6l-48.46 29.08A31.997 31.997 0 0 0 160 274.12V512h96v-96c0-35.35 28.66-64 64-64s64 28.65 64 64v96h96V274.12c0-11.24-5.9-21.66-15.54-27.44z\"]\n};\nvar faPlane = {\n prefix: 'fas',\n iconName: 'plane',\n icon: [576, 512, [], \"f072\", \"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"]\n};\nvar faPlaneArrival = {\n prefix: 'fas',\n iconName: 'plane-arrival',\n icon: [640, 512, [], \"f5af\", \"M624 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM44.81 205.66l88.74 80a62.607 62.607 0 0 0 25.47 13.93l287.6 78.35c26.48 7.21 54.56 8.72 81 1.36 29.67-8.27 43.44-21.21 47.25-35.71 3.83-14.5-1.73-32.71-23.37-54.96-19.28-19.82-44.35-32.79-70.83-40l-97.51-26.56L282.8 30.22c-1.51-5.81-5.95-10.35-11.66-11.91L206.05.58c-10.56-2.88-20.9 5.32-20.71 16.44l47.92 164.21-102.2-27.84-27.59-67.88c-1.93-4.89-6.01-8.57-11.02-9.93L52.72 64.75c-10.34-2.82-20.53 5-20.72 15.88l.23 101.78c.19 8.91 6.03 17.34 12.58 23.25z\"]\n};\nvar faPlaneDeparture = {\n prefix: 'fas',\n iconName: 'plane-departure',\n icon: [640, 512, [], \"f5b0\", \"M624 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM80.55 341.27c6.28 6.84 15.1 10.72 24.33 10.71l130.54-.18a65.62 65.62 0 0 0 29.64-7.12l290.96-147.65c26.74-13.57 50.71-32.94 67.02-58.31 18.31-28.48 20.3-49.09 13.07-63.65-7.21-14.57-24.74-25.27-58.25-27.45-29.85-1.94-59.54 5.92-86.28 19.48l-98.51 49.99-218.7-82.06a17.799 17.799 0 0 0-18-1.11L90.62 67.29c-10.67 5.41-13.25 19.65-5.17 28.53l156.22 98.1-103.21 52.38-72.35-36.47a17.804 17.804 0 0 0-16.07.02L9.91 230.22c-10.44 5.3-13.19 19.12-5.57 28.08l76.21 82.97z\"]\n};\nvar faPlay = {\n prefix: 'fas',\n iconName: 'play',\n icon: [448, 512, [], \"f04b\", \"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"]\n};\nvar faPlayCircle = {\n prefix: 'fas',\n iconName: 'play-circle',\n icon: [512, 512, [], \"f144\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"]\n};\nvar faPlug = {\n prefix: 'fas',\n iconName: 'plug',\n icon: [384, 512, [], \"f1e6\", \"M256 144V32c0-17.673 14.327-32 32-32s32 14.327 32 32v112h-64zm112 16H16c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h16v32c0 77.406 54.969 141.971 128 156.796V512h64v-99.204c73.031-14.825 128-79.39 128-156.796v-32h16c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zm-240-16V32c0-17.673-14.327-32-32-32S64 14.327 64 32v112h64z\"]\n};\nvar faPlus = {\n prefix: 'fas',\n iconName: 'plus',\n icon: [448, 512, [], \"f067\", \"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"]\n};\nvar faPlusCircle = {\n prefix: 'fas',\n iconName: 'plus-circle',\n icon: [512, 512, [], \"f055\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm144 276c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92h-92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z\"]\n};\nvar faPlusSquare = {\n prefix: 'fas',\n iconName: 'plus-square',\n icon: [448, 512, [], \"f0fe\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-32 252c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92H92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z\"]\n};\nvar faPodcast = {\n prefix: 'fas',\n iconName: 'podcast',\n icon: [448, 512, [], \"f2ce\", \"M267.429 488.563C262.286 507.573 242.858 512 224 512c-18.857 0-38.286-4.427-43.428-23.437C172.927 460.134 160 388.898 160 355.75c0-35.156 31.142-43.75 64-43.75s64 8.594 64 43.75c0 32.949-12.871 104.179-20.571 132.813zM156.867 288.554c-18.693-18.308-29.958-44.173-28.784-72.599 2.054-49.724 42.395-89.956 92.124-91.881C274.862 121.958 320 165.807 320 220c0 26.827-11.064 51.116-28.866 68.552-2.675 2.62-2.401 6.986.628 9.187 9.312 6.765 16.46 15.343 21.234 25.363 1.741 3.654 6.497 4.66 9.449 1.891 28.826-27.043 46.553-65.783 45.511-108.565-1.855-76.206-63.595-138.208-139.793-140.369C146.869 73.753 80 139.215 80 220c0 41.361 17.532 78.7 45.55 104.989 2.953 2.771 7.711 1.77 9.453-1.887 4.774-10.021 11.923-18.598 21.235-25.363 3.029-2.2 3.304-6.566.629-9.185zM224 0C100.204 0 0 100.185 0 224c0 89.992 52.602 165.647 125.739 201.408 4.333 2.118 9.267-1.544 8.535-6.31-2.382-15.512-4.342-30.946-5.406-44.339-.146-1.836-1.149-3.486-2.678-4.512-47.4-31.806-78.564-86.016-78.187-147.347.592-96.237 79.29-174.648 175.529-174.899C320.793 47.747 400 126.797 400 224c0 61.932-32.158 116.49-80.65 147.867-.999 14.037-3.069 30.588-5.624 47.23-.732 4.767 4.203 8.429 8.535 6.31C395.227 389.727 448 314.187 448 224 448 100.205 347.815 0 224 0zm0 160c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64z\"]\n};\nvar faPoll = {\n prefix: 'fas',\n iconName: 'poll',\n icon: [448, 512, [], \"f681\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM160 368c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16V240c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v128zm96 0c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16V144c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v224zm96 0c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-64c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v64z\"]\n};\nvar faPollH = {\n prefix: 'fas',\n iconName: 'poll-h',\n icon: [448, 512, [], \"f682\", \"M448 432V80c0-26.5-21.5-48-48-48H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48zM112 192c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h128c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-64z\"]\n};\nvar faPoo = {\n prefix: 'fas',\n iconName: 'poo',\n icon: [512, 512, [], \"f2fe\", \"M451.4 369.1C468.7 356 480 335.4 480 312c0-39.8-32.2-72-72-72h-14.1c13.4-11.7 22.1-28.8 22.1-48 0-35.3-28.7-64-64-64h-5.9c3.6-10.1 5.9-20.7 5.9-32 0-53-43-96-96-96-5.2 0-10.2.7-15.1 1.5C250.3 14.6 256 30.6 256 48c0 44.2-35.8 80-80 80h-16c-35.3 0-64 28.7-64 64 0 19.2 8.7 36.3 22.1 48H104c-39.8 0-72 32.2-72 72 0 23.4 11.3 44 28.6 57.1C26.3 374.6 0 404.1 0 440c0 39.8 32.2 72 72 72h368c39.8 0 72-32.2 72-72 0-35.9-26.3-65.4-60.6-70.9zM192 256c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm159.5 139C341 422.9 293 448 256 448s-85-25.1-95.5-53c-2-5.3 2-11 7.8-11h175.4c5.8 0 9.8 5.7 7.8 11zM320 320c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faPooStorm = {\n prefix: 'fas',\n iconName: 'poo-storm',\n icon: [448, 512, [], \"f75a\", \"M308 336h-57.7l17.3-64.9c2-7.6-3.7-15.1-11.6-15.1h-68c-6 0-11.1 4.5-11.9 10.4l-16 120c-1 7.2 4.6 13.6 11.9 13.6h59.3l-23 97.2c-1.8 7.6 4 14.8 11.7 14.8 4.2 0 8.2-2.2 10.4-6l88-152c4.6-8-1.2-18-10.4-18zm66.4-111.3c5.9-9.6 9.6-20.6 9.6-32.7 0-35.3-28.7-64-64-64h-5.9c3.6-10.1 5.9-20.7 5.9-32 0-53-43-96-96-96-5.2 0-10.2.7-15.1 1.5C218.3 14.6 224 30.6 224 48c0 44.2-35.8 80-80 80h-16c-35.3 0-64 28.7-64 64 0 12.1 3.7 23.1 9.6 32.7C32.6 228 0 262.2 0 304c0 44 36 80 80 80h48.3c.1-.6 0-1.2 0-1.8l16-120c3-21.8 21.7-38.2 43.7-38.2h68c13.8 0 26.5 6.3 34.9 17.2s11.2 24.8 7.6 38.1l-6.6 24.7h16c15.7 0 30.3 8.4 38.1 22 7.8 13.6 7.8 30.5 0 44l-8.1 14h30c44 0 80-36 80-80 .1-41.8-32.5-76-73.5-79.3z\"]\n};\nvar faPoop = {\n prefix: 'fas',\n iconName: 'poop',\n icon: [512, 512, [], \"f619\", \"M451.36 369.14C468.66 355.99 480 335.41 480 312c0-39.77-32.24-72-72-72h-14.07c13.42-11.73 22.07-28.78 22.07-48 0-35.35-28.65-64-64-64h-5.88c3.57-10.05 5.88-20.72 5.88-32 0-53.02-42.98-96-96-96-5.17 0-10.15.74-15.11 1.52C250.31 14.64 256 30.62 256 48c0 44.18-35.82 80-80 80h-16c-35.35 0-64 28.65-64 64 0 19.22 8.65 36.27 22.07 48H104c-39.76 0-72 32.23-72 72 0 23.41 11.34 43.99 28.64 57.14C26.31 374.62 0 404.12 0 440c0 39.76 32.24 72 72 72h368c39.76 0 72-32.24 72-72 0-35.88-26.31-65.38-60.64-70.86z\"]\n};\nvar faPortrait = {\n prefix: 'fas',\n iconName: 'portrait',\n icon: [384, 512, [], \"f3e0\", \"M336 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM192 128c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H102.4C90 384 80 375.4 80 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2z\"]\n};\nvar faPoundSign = {\n prefix: 'fas',\n iconName: 'pound-sign',\n icon: [320, 512, [], \"f154\", \"M308 352h-45.495c-6.627 0-12 5.373-12 12v50.848H128V288h84c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-84v-63.556c0-32.266 24.562-57.086 61.792-57.086 23.658 0 45.878 11.505 57.652 18.849 5.151 3.213 11.888 2.051 15.688-2.685l28.493-35.513c4.233-5.276 3.279-13.005-2.119-17.081C273.124 54.56 236.576 32 187.931 32 106.026 32 48 84.742 48 157.961V224H20c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h28v128H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h296c6.627 0 12-5.373 12-12V364c0-6.627-5.373-12-12-12z\"]\n};\nvar faPowerOff = {\n prefix: 'fas',\n iconName: 'power-off',\n icon: [512, 512, [], \"f011\", \"M400 54.1c63 45 104 118.6 104 201.9 0 136.8-110.8 247.7-247.5 248C120 504.3 8.2 393 8 256.4 7.9 173.1 48.9 99.3 111.8 54.2c11.7-8.3 28-4.8 35 7.7L162.6 90c5.9 10.5 3.1 23.8-6.6 31-41.5 30.8-68 79.6-68 134.9-.1 92.3 74.5 168.1 168 168.1 91.6 0 168.6-74.2 168-169.1-.3-51.8-24.7-101.8-68.1-134-9.7-7.2-12.4-20.5-6.5-30.9l15.8-28.1c7-12.4 23.2-16.1 34.8-7.8zM296 264V24c0-13.3-10.7-24-24-24h-32c-13.3 0-24 10.7-24 24v240c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24z\"]\n};\nvar faPray = {\n prefix: 'fas',\n iconName: 'pray',\n icon: [384, 512, [], \"f683\", \"M256 128c35.35 0 64-28.65 64-64S291.35 0 256 0s-64 28.65-64 64 28.65 64 64 64zm-30.63 169.75c14.06 16.72 39 19.09 55.97 5.22l88-72.02c17.09-13.98 19.59-39.19 5.62-56.28-13.97-17.11-39.19-19.59-56.31-5.62l-57.44 47-38.91-46.31c-15.44-18.39-39.22-27.92-64-25.33-24.19 2.48-45.25 16.27-56.37 36.92l-49.37 92.03c-23.4 43.64-8.69 96.37 34.19 123.75L131.56 432H40c-22.09 0-40 17.91-40 40s17.91 40 40 40h208c34.08 0 53.77-42.79 28.28-68.28L166.42 333.86l34.8-64.87 24.15 28.76z\"]\n};\nvar faPrayingHands = {\n prefix: 'fas',\n iconName: 'praying-hands',\n icon: [640, 512, [], \"f684\", \"M272 191.91c-17.6 0-32 14.4-32 32v80c0 8.84-7.16 16-16 16s-16-7.16-16-16v-76.55c0-17.39 4.72-34.47 13.69-49.39l77.75-129.59c9.09-15.16 4.19-34.81-10.97-43.91-14.45-8.67-32.72-4.3-42.3 9.21-.2.23-.62.21-.79.48l-117.26 175.9C117.56 205.9 112 224.31 112 243.29v80.23l-90.12 30.04A31.974 31.974 0 0 0 0 383.91v96c0 10.82 8.52 32 32 32 2.69 0 5.41-.34 8.06-1.03l179.19-46.62C269.16 449.99 304 403.8 304 351.91v-128c0-17.6-14.4-32-32-32zm346.12 161.73L528 323.6v-80.23c0-18.98-5.56-37.39-16.12-53.23L394.62 14.25c-.18-.27-.59-.24-.79-.48-9.58-13.51-27.85-17.88-42.3-9.21-15.16 9.09-20.06 28.75-10.97 43.91l77.75 129.59c8.97 14.92 13.69 32 13.69 49.39V304c0 8.84-7.16 16-16 16s-16-7.16-16-16v-80c0-17.6-14.4-32-32-32s-32 14.4-32 32v128c0 51.89 34.84 98.08 84.75 112.34l179.19 46.62c2.66.69 5.38 1.03 8.06 1.03 23.48 0 32-21.18 32-32v-96c0-13.77-8.81-25.99-21.88-30.35z\"]\n};\nvar faPrescription = {\n prefix: 'fas',\n iconName: 'prescription',\n icon: [384, 512, [], \"f5b1\", \"M301.26 352l78.06-78.06c6.25-6.25 6.25-16.38 0-22.63l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0L256 306.74l-83.96-83.96C219.31 216.8 256 176.89 256 128c0-53.02-42.98-96-96-96H16C7.16 32 0 39.16 0 48v256c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-80h18.75l128 128-78.06 78.06c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0L256 397.25l78.06 78.06c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.25-6.25 6.25-16.38 0-22.63L301.26 352zM64 96h96c17.64 0 32 14.36 32 32s-14.36 32-32 32H64V96z\"]\n};\nvar faPrescriptionBottle = {\n prefix: 'fas',\n iconName: 'prescription-bottle',\n icon: [384, 512, [], \"f485\", \"M32 192h120c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H32v64h120c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H32v64h120c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H32v64c0 17.6 14.4 32 32 32h256c17.6 0 32-14.4 32-32V128H32v64zM360 0H24C10.8 0 0 10.8 0 24v48c0 13.2 10.8 24 24 24h336c13.2 0 24-10.8 24-24V24c0-13.2-10.8-24-24-24z\"]\n};\nvar faPrescriptionBottleAlt = {\n prefix: 'fas',\n iconName: 'prescription-bottle-alt',\n icon: [384, 512, [], \"f486\", \"M360 0H24C10.8 0 0 10.8 0 24v48c0 13.2 10.8 24 24 24h336c13.2 0 24-10.8 24-24V24c0-13.2-10.8-24-24-24zM32 480c0 17.6 14.4 32 32 32h256c17.6 0 32-14.4 32-32V128H32v352zm64-184c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48z\"]\n};\nvar faPrint = {\n prefix: 'fas',\n iconName: 'print',\n icon: [512, 512, [], \"f02f\", \"M448 192V77.25c0-8.49-3.37-16.62-9.37-22.63L393.37 9.37c-6-6-14.14-9.37-22.63-9.37H96C78.33 0 64 14.33 64 32v160c-35.35 0-64 28.65-64 64v112c0 8.84 7.16 16 16 16h48v96c0 17.67 14.33 32 32 32h320c17.67 0 32-14.33 32-32v-96h48c8.84 0 16-7.16 16-16V256c0-35.35-28.65-64-64-64zm-64 256H128v-96h256v96zm0-224H128V64h192v48c0 8.84 7.16 16 16 16h48v96zm48 72c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faProcedures = {\n prefix: 'fas',\n iconName: 'procedures',\n icon: [640, 512, [], \"f487\", \"M528 224H272c-8.8 0-16 7.2-16 16v144H64V144c0-8.8-7.2-16-16-16H16c-8.8 0-16 7.2-16 16v352c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48h512v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V336c0-61.9-50.1-112-112-112zM136 96h126.1l27.6 55.2c5.9 11.8 22.7 11.8 28.6 0L368 51.8 390.1 96H512c8.8 0 16-7.2 16-16s-7.2-16-16-16H409.9L382.3 8.8C376.4-3 359.6-3 353.7 8.8L304 108.2l-19.9-39.8c-1.4-2.7-4.1-4.4-7.2-4.4H136c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm24 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64z\"]\n};\nvar faProjectDiagram = {\n prefix: 'fas',\n iconName: 'project-diagram',\n icon: [640, 512, [], \"f542\", \"M384 320H256c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h128c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32zM192 32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v128c0 17.67 14.33 32 32 32h95.72l73.16 128.04C211.98 300.98 232.4 288 256 288h.28L192 175.51V128h224V64H192V32zM608 0H480c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h128c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32z\"]\n};\nvar faPuzzlePiece = {\n prefix: 'fas',\n iconName: 'puzzle-piece',\n icon: [576, 512, [], \"f12e\", \"M519.442 288.651c-41.519 0-59.5 31.593-82.058 31.593C377.409 320.244 432 144 432 144s-196.288 80-196.288-3.297c0-35.827 36.288-46.25 36.288-85.985C272 19.216 243.885 0 210.539 0c-34.654 0-66.366 18.891-66.366 56.346 0 41.364 31.711 59.277 31.711 81.75C175.885 207.719 0 166.758 0 166.758v333.237s178.635 41.047 178.635-28.662c0-22.473-40-40.107-40-81.471 0-37.456 29.25-56.346 63.577-56.346 33.673 0 61.788 19.216 61.788 54.717 0 39.735-36.288 50.158-36.288 85.985 0 60.803 129.675 25.73 181.23 25.73 0 0-34.725-120.101 25.827-120.101 35.962 0 46.423 36.152 86.308 36.152C556.712 416 576 387.99 576 354.443c0-34.199-18.962-65.792-56.558-65.792z\"]\n};\nvar faQrcode = {\n prefix: 'fas',\n iconName: 'qrcode',\n icon: [448, 512, [], \"f029\", \"M0 224h192V32H0v192zM64 96h64v64H64V96zm192-64v192h192V32H256zm128 128h-64V96h64v64zM0 480h192V288H0v192zm64-128h64v64H64v-64zm352-64h32v128h-96v-32h-32v96h-64V288h96v32h64v-32zm0 160h32v32h-32v-32zm-64 0h32v32h-32v-32z\"]\n};\nvar faQuestion = {\n prefix: 'fas',\n iconName: 'question',\n icon: [384, 512, [], \"f128\", \"M202.021 0C122.202 0 70.503 32.703 29.914 91.026c-7.363 10.58-5.093 25.086 5.178 32.874l43.138 32.709c10.373 7.865 25.132 6.026 33.253-4.148 25.049-31.381 43.63-49.449 82.757-49.449 30.764 0 68.816 19.799 68.816 49.631 0 22.552-18.617 34.134-48.993 51.164-35.423 19.86-82.299 44.576-82.299 106.405V320c0 13.255 10.745 24 24 24h72.471c13.255 0 24-10.745 24-24v-5.773c0-42.86 125.268-44.645 125.268-160.627C377.504 66.256 286.902 0 202.021 0zM192 373.459c-38.196 0-69.271 31.075-69.271 69.271 0 38.195 31.075 69.27 69.271 69.27s69.271-31.075 69.271-69.271-31.075-69.27-69.271-69.27z\"]\n};\nvar faQuestionCircle = {\n prefix: 'fas',\n iconName: 'question-circle',\n icon: [512, 512, [], \"f059\", \"M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z\"]\n};\nvar faQuidditch = {\n prefix: 'fas',\n iconName: 'quidditch',\n icon: [640, 512, [], \"f458\", \"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"]\n};\nvar faQuoteLeft = {\n prefix: 'fas',\n iconName: 'quote-left',\n icon: [512, 512, [], \"f10d\", \"M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z\"]\n};\nvar faQuoteRight = {\n prefix: 'fas',\n iconName: 'quote-right',\n icon: [512, 512, [], \"f10e\", \"M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z\"]\n};\nvar faQuran = {\n prefix: 'fas',\n iconName: 'quran',\n icon: [448, 512, [], \"f687\", \"M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM301.08 145.82c.6-1.21 1.76-1.82 2.92-1.82s2.32.61 2.92 1.82l11.18 22.65 25 3.63c2.67.39 3.74 3.67 1.81 5.56l-18.09 17.63 4.27 24.89c.36 2.11-1.31 3.82-3.21 3.82-.5 0-1.02-.12-1.52-.38L304 211.87l-22.36 11.75c-.5.26-1.02.38-1.52.38-1.9 0-3.57-1.71-3.21-3.82l4.27-24.89-18.09-17.63c-1.94-1.89-.87-5.17 1.81-5.56l24.99-3.63 11.19-22.65zm-57.89-69.01c13.67 0 27.26 2.49 40.38 7.41a6.775 6.775 0 1 1-2.38 13.12c-.67 0-3.09-.21-4.13-.21-52.31 0-94.86 42.55-94.86 94.86 0 52.3 42.55 94.86 94.86 94.86 1.03 0 3.48-.21 4.13-.21 3.93 0 6.8 3.14 6.8 6.78 0 2.98-1.94 5.51-4.62 6.42-13.07 4.87-26.59 7.34-40.19 7.34C179.67 307.19 128 255.51 128 192c0-63.52 51.67-115.19 115.19-115.19zM380.8 448H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8v64z\"]\n};\nvar faRadiation = {\n prefix: 'fas',\n iconName: 'radiation',\n icon: [496, 512, [], \"f7b9\", \"M328.2 255.8h151.6c9.1 0 16.8-7.7 16.2-16.8-5.1-75.8-44.4-142.2-102.5-184.2-7.4-5.3-17.9-2.9-22.7 4.8L290.4 188c22.6 14.3 37.8 39.2 37.8 67.8zm-37.8 67.7c-12.3 7.7-26.8 12.4-42.4 12.4-15.6 0-30-4.7-42.4-12.4L125.2 452c-4.8 7.7-2.4 18.1 5.6 22.4C165.7 493.2 205.6 504 248 504s82.3-10.8 117.2-29.6c8-4.3 10.4-14.8 5.6-22.4l-80.4-128.5zM248 303.8c26.5 0 48-21.5 48-48s-21.5-48-48-48-48 21.5-48 48 21.5 48 48 48zm-231.8-48h151.6c0-28.6 15.2-53.5 37.8-67.7L125.2 59.7c-4.8-7.7-15.3-10.2-22.7-4.8C44.4 96.9 5.1 163.3 0 239.1c-.6 9 7.1 16.7 16.2 16.7z\"]\n};\nvar faRadiationAlt = {\n prefix: 'fas',\n iconName: 'radiation-alt',\n icon: [496, 512, [], \"f7ba\", \"M312 256h79.1c9.2 0 16.9-7.7 16-16.8-4.6-43.6-27-81.8-59.5-107.8-7.6-6.1-18.8-4.5-24 3.8L281.9 202c18 11.2 30.1 31.2 30.1 54zm-97.8 54.1L172.4 377c-4.9 7.8-2.4 18.4 5.8 22.5 21.1 10.4 44.7 16.5 69.8 16.5s48.7-6.1 69.9-16.5c8.2-4.1 10.6-14.7 5.8-22.5l-41.8-66.9c-9.8 6.2-21.4 9.9-33.8 9.9s-24.1-3.7-33.9-9.9zM104.9 256H184c0-22.8 12.1-42.8 30.2-54.1l-41.7-66.8c-5.2-8.3-16.4-9.9-24-3.8-32.6 26-54.9 64.2-59.5 107.8-1.1 9.2 6.7 16.9 15.9 16.9zM248 504c137 0 248-111 248-248S385 8 248 8 0 119 0 256s111 248 248 248zm0-432c101.5 0 184 82.5 184 184s-82.5 184-184 184S64 357.5 64 256 146.5 72 248 72zm0 216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32z\"]\n};\nvar faRainbow = {\n prefix: 'fas',\n iconName: 'rainbow',\n icon: [576, 512, [], \"f75b\", \"M268.3 32.7C115.4 42.9 0 176.9 0 330.2V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320C64 186.8 180.9 80.3 317.5 97.9 430.4 112.4 512 214 512 327.8V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-165.3-140-298.6-307.7-287.3zm-5.6 96.9C166 142 96 229.1 96 326.7V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-74.8 64.5-134.8 140.8-127.4 66.5 6.5 115.2 66.2 115.2 133.1V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-114.2-100.2-205.4-217.3-190.4zm6.2 96.3c-45.6 8.9-76.9 51.5-76.9 97.9V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-17.6 14.3-32 32-32s32 14.4 32 32v144c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-59.2-53.8-106-115.1-94.1z\"]\n};\nvar faRandom = {\n prefix: 'fas',\n iconName: 'random',\n icon: [512, 512, [], \"f074\", \"M504.971 359.029c9.373 9.373 9.373 24.569 0 33.941l-80 79.984c-15.01 15.01-40.971 4.49-40.971-16.971V416h-58.785a12.004 12.004 0 0 1-8.773-3.812l-70.556-75.596 53.333-57.143L352 336h32v-39.981c0-21.438 25.943-31.998 40.971-16.971l80 79.981zM12 176h84l52.781 56.551 53.333-57.143-70.556-75.596A11.999 11.999 0 0 0 122.785 96H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12zm372 0v39.984c0 21.46 25.961 31.98 40.971 16.971l80-79.984c9.373-9.373 9.373-24.569 0-33.941l-80-79.981C409.943 24.021 384 34.582 384 56.019V96h-58.785a12.004 12.004 0 0 0-8.773 3.812L96 336H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h110.785c3.326 0 6.503-1.381 8.773-3.812L352 176h32z\"]\n};\nvar faReceipt = {\n prefix: 'fas',\n iconName: 'receipt',\n icon: [384, 512, [], \"f543\", \"M358.4 3.2L320 48 265.6 3.2a15.9 15.9 0 0 0-19.2 0L192 48 137.6 3.2a15.9 15.9 0 0 0-19.2 0L64 48 25.6 3.2C15-4.7 0 2.8 0 16v480c0 13.2 15 20.7 25.6 12.8L64 464l54.4 44.8a15.9 15.9 0 0 0 19.2 0L192 464l54.4 44.8a15.9 15.9 0 0 0 19.2 0L320 464l38.4 44.8c10.5 7.9 25.6.4 25.6-12.8V16c0-13.2-15-20.7-25.6-12.8zM320 360c0 4.4-3.6 8-8 8H72c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h240c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H72c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h240c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H72c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h240c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faRecordVinyl = {\n prefix: 'fas',\n iconName: 'record-vinyl',\n icon: [512, 512, [], \"f8d9\", \"M256 152a104 104 0 1 0 104 104 104 104 0 0 0-104-104zm0 128a24 24 0 1 1 24-24 24 24 0 0 1-24 24zm0-272C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 376a128 128 0 1 1 128-128 128 128 0 0 1-128 128z\"]\n};\nvar faRecycle = {\n prefix: 'fas',\n iconName: 'recycle',\n icon: [512, 512, [], \"f1b8\", \"M184.561 261.903c3.232 13.997-12.123 24.635-24.068 17.168l-40.736-25.455-50.867 81.402C55.606 356.273 70.96 384 96.012 384H148c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12H96.115c-75.334 0-121.302-83.048-81.408-146.88l50.822-81.388-40.725-25.448c-12.081-7.547-8.966-25.961 4.879-29.158l110.237-25.45c8.611-1.988 17.201 3.381 19.189 11.99l25.452 110.237zm98.561-182.915l41.289 66.076-40.74 25.457c-12.051 7.528-9 25.953 4.879 29.158l110.237 25.45c8.672 1.999 17.215-3.438 19.189-11.99l25.45-110.237c3.197-13.844-11.99-24.719-24.068-17.168l-40.687 25.424-41.263-66.082c-37.521-60.033-125.209-60.171-162.816 0l-17.963 28.766c-3.51 5.62-1.8 13.021 3.82 16.533l33.919 21.195c5.62 3.512 13.024 1.803 16.536-3.817l17.961-28.743c12.712-20.341 41.973-19.676 54.257-.022zM497.288 301.12l-27.515-44.065c-3.511-5.623-10.916-7.334-16.538-3.821l-33.861 21.159c-5.62 3.512-7.33 10.915-3.818 16.536l27.564 44.112c13.257 21.211-2.057 48.96-27.136 48.96H320V336.02c0-14.213-17.242-21.383-27.313-11.313l-80 79.981c-6.249 6.248-6.249 16.379 0 22.627l80 79.989C302.689 517.308 320 510.3 320 495.989V448h95.88c75.274 0 121.335-82.997 81.408-146.88z\"]\n};\nvar faRedo = {\n prefix: 'fas',\n iconName: 'redo',\n icon: [512, 512, [], \"f01e\", \"M500.33 0h-47.41a12 12 0 0 0-12 12.57l4 82.76A247.42 247.42 0 0 0 256 8C119.34 8 7.9 119.53 8 256.19 8.1 393.07 119.1 504 256 504a247.1 247.1 0 0 0 166.18-63.91 12 12 0 0 0 .48-17.43l-34-34a12 12 0 0 0-16.38-.55A176 176 0 1 1 402.1 157.8l-101.53-4.87a12 12 0 0 0-12.57 12v47.41a12 12 0 0 0 12 12h200.33a12 12 0 0 0 12-12V12a12 12 0 0 0-12-12z\"]\n};\nvar faRedoAlt = {\n prefix: 'fas',\n iconName: 'redo-alt',\n icon: [512, 512, [], \"f2f9\", \"M256.455 8c66.269.119 126.437 26.233 170.859 68.685l35.715-35.715C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.75c-30.864-28.899-70.801-44.907-113.23-45.273-92.398-.798-170.283 73.977-169.484 169.442C88.764 348.009 162.184 424 256 424c41.127 0 79.997-14.678 110.629-41.556 4.743-4.161 11.906-3.908 16.368.553l39.662 39.662c4.872 4.872 4.631 12.815-.482 17.433C378.202 479.813 319.926 504 256 504 119.034 504 8.001 392.967 8 256.002 7.999 119.193 119.646 7.755 256.455 8z\"]\n};\nvar faRegistered = {\n prefix: 'fas',\n iconName: 'registered',\n icon: [512, 512, [], \"f25d\", \"M285.363 207.475c0 18.6-9.831 28.431-28.431 28.431h-29.876v-56.14h23.378c28.668 0 34.929 8.773 34.929 27.709zM504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM363.411 360.414c-46.729-84.825-43.299-78.636-44.702-80.98 23.432-15.172 37.945-42.979 37.945-74.486 0-54.244-31.5-89.252-105.498-89.252h-70.667c-13.255 0-24 10.745-24 24V372c0 13.255 10.745 24 24 24h22.567c13.255 0 24-10.745 24-24v-71.663h25.556l44.129 82.937a24.001 24.001 0 0 0 21.188 12.727h24.464c18.261-.001 29.829-19.591 21.018-35.587z\"]\n};\nvar faRemoveFormat = {\n prefix: 'fas',\n iconName: 'remove-format',\n icon: [640, 512, [], \"f87d\", \"M336 416h-11.17l9.26-27.77L267 336.4 240.49 416H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm297.82 42.1L377 259.59 426.17 112H544v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16H176a16 16 0 0 0-16 16v43.9L45.46 3.38A16 16 0 0 0 23 6.19L3.37 31.46a16 16 0 0 0 2.81 22.45l588.36 454.72a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zM309.91 207.76L224 141.36V112h117.83z\"]\n};\nvar faReply = {\n prefix: 'fas',\n iconName: 'reply',\n icon: [512, 512, [], \"f3e5\", \"M8.309 189.836L184.313 37.851C199.719 24.546 224 35.347 224 56.015v80.053c160.629 1.839 288 34.032 288 186.258 0 61.441-39.581 122.309-83.333 154.132-13.653 9.931-33.111-2.533-28.077-18.631 45.344-145.012-21.507-183.51-176.59-185.742V360c0 20.7-24.3 31.453-39.687 18.164l-176.004-152c-11.071-9.562-11.086-26.753 0-36.328z\"]\n};\nvar faReplyAll = {\n prefix: 'fas',\n iconName: 'reply-all',\n icon: [576, 512, [], \"f122\", \"M136.309 189.836L312.313 37.851C327.72 24.546 352 35.348 352 56.015v82.763c129.182 10.231 224 52.212 224 183.548 0 61.441-39.582 122.309-83.333 154.132-13.653 9.931-33.111-2.533-28.077-18.631 38.512-123.162-3.922-169.482-112.59-182.015v84.175c0 20.701-24.3 31.453-39.687 18.164L136.309 226.164c-11.071-9.561-11.086-26.753 0-36.328zm-128 36.328L184.313 378.15C199.7 391.439 224 380.687 224 359.986v-15.818l-108.606-93.785A55.96 55.96 0 0 1 96 207.998a55.953 55.953 0 0 1 19.393-42.38L224 71.832V56.015c0-20.667-24.28-31.469-39.687-18.164L8.309 189.836c-11.086 9.575-11.071 26.767 0 36.328z\"]\n};\nvar faRepublican = {\n prefix: 'fas',\n iconName: 'republican',\n icon: [640, 512, [], \"f75e\", \"M544 192c0-88.4-71.6-160-160-160H160C71.6 32 0 103.6 0 192v64h544v-64zm-367.7-21.6l-19.8 19.3 4.7 27.3c.8 4.9-4.3 8.6-8.7 6.3L128 210.4l-24.5 12.9c-4.3 2.3-9.5-1.4-8.7-6.3l4.7-27.3-19.8-19.3c-3.6-3.5-1.6-9.5 3.3-10.2l27.4-4 12.2-24.8c2.2-4.5 8.6-4.4 10.7 0l12.2 24.8 27.4 4c5 .7 6.9 6.7 3.4 10.2zm144 0l-19.8 19.3 4.7 27.3c.8 4.9-4.3 8.6-8.7 6.3L272 210.4l-24.5 12.9c-4.3 2.3-9.5-1.4-8.7-6.3l4.7-27.3-19.8-19.3c-3.6-3.5-1.6-9.5 3.3-10.2l27.4-4 12.2-24.8c2.2-4.5 8.6-4.4 10.7 0l12.2 24.8 27.4 4c5 .7 6.9 6.7 3.4 10.2zm144 0l-19.8 19.3 4.7 27.3c.8 4.9-4.3 8.6-8.7 6.3L416 210.4l-24.5 12.9c-4.3 2.3-9.5-1.4-8.7-6.3l4.7-27.3-19.8-19.3c-3.6-3.5-1.6-9.5 3.3-10.2l27.4-4 12.2-24.8c2.2-4.5 8.6-4.4 10.7 0l12.2 24.8 27.4 4c5 .7 6.9 6.7 3.4 10.2zM624 320h-32c-8.8 0-16 7.2-16 16v64c0 8.8-7.2 16-16 16s-16-7.2-16-16V288H0v176c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16v-80h192v80c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16V352h32v43.3c0 41.8 30 80.1 71.6 84.3 47.8 4.9 88.4-32.7 88.4-79.6v-64c0-8.8-7.2-16-16-16z\"]\n};\nvar faRestroom = {\n prefix: 'fas',\n iconName: 'restroom',\n icon: [640, 512, [], \"f7bd\", \"M128 128c35.3 0 64-28.7 64-64S163.3 0 128 0 64 28.7 64 64s28.7 64 64 64zm384 0c35.3 0 64-28.7 64-64S547.3 0 512 0s-64 28.7-64 64 28.7 64 64 64zm127.3 226.5l-45.6-185.8c-3.3-13.5-15.5-23-29.8-24.2-15 9.7-32.8 15.5-52 15.5-19.2 0-37-5.8-52-15.5-14.3 1.2-26.5 10.7-29.8 24.2l-45.6 185.8C381 369.6 393 384 409.2 384H464v104c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V384h54.8c16.2 0 28.2-14.4 24.5-29.5zM336 0h-32c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16zM180.1 144.4c-15 9.8-32.9 15.6-52.1 15.6-19.2 0-37.1-5.8-52.1-15.6C51.3 146.5 32 166.9 32 192v136c0 13.3 10.7 24 24 24h8v136c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V352h8c13.3 0 24-10.7 24-24V192c0-25.1-19.3-45.5-43.9-47.6z\"]\n};\nvar faRetweet = {\n prefix: 'fas',\n iconName: 'retweet',\n icon: [640, 512, [], \"f079\", \"M629.657 343.598L528.971 444.284c-9.373 9.372-24.568 9.372-33.941 0L394.343 343.598c-9.373-9.373-9.373-24.569 0-33.941l10.823-10.823c9.562-9.562 25.133-9.34 34.419.492L480 342.118V160H292.451a24.005 24.005 0 0 1-16.971-7.029l-16-16C244.361 121.851 255.069 96 276.451 96H520c13.255 0 24 10.745 24 24v222.118l40.416-42.792c9.285-9.831 24.856-10.054 34.419-.492l10.823 10.823c9.372 9.372 9.372 24.569-.001 33.941zm-265.138 15.431A23.999 23.999 0 0 0 347.548 352H160V169.881l40.416 42.792c9.286 9.831 24.856 10.054 34.419.491l10.822-10.822c9.373-9.373 9.373-24.569 0-33.941L144.971 67.716c-9.373-9.373-24.569-9.373-33.941 0L10.343 168.402c-9.373 9.373-9.373 24.569 0 33.941l10.822 10.822c9.562 9.562 25.133 9.34 34.419-.491L96 169.881V392c0 13.255 10.745 24 24 24h243.549c21.382 0 32.09-25.851 16.971-40.971l-16.001-16z\"]\n};\nvar faRibbon = {\n prefix: 'fas',\n iconName: 'ribbon',\n icon: [448, 512, [], \"f4d6\", \"M6.1 444.3c-9.6 10.8-7.5 27.6 4.5 35.7l68.8 27.9c9.9 6.7 23.3 5 31.3-3.8l91.8-101.9-79.2-87.9-117.2 130zm435.8 0s-292-324.6-295.4-330.1c15.4-8.4 40.2-17.9 77.5-17.9s62.1 9.5 77.5 17.9c-3.3 5.6-56 64.6-56 64.6l79.1 87.7 34.2-38c28.7-31.9 33.3-78.6 11.4-115.5l-43.7-73.5c-4.3-7.2-9.9-13.3-16.8-18-40.7-27.6-127.4-29.7-171.4 0-6.9 4.7-12.5 10.8-16.8 18l-43.6 73.2c-1.5 2.5-37.1 62.2 11.5 116L337.5 504c8 8.9 21.4 10.5 31.3 3.8l68.8-27.9c11.9-8 14-24.8 4.3-35.6z\"]\n};\nvar faRing = {\n prefix: 'fas',\n iconName: 'ring',\n icon: [512, 512, [], \"f70b\", \"M256 64C110.06 64 0 125.91 0 208v98.13C0 384.48 114.62 448 256 448s256-63.52 256-141.87V208c0-82.09-110.06-144-256-144zm0 64c106.04 0 192 35.82 192 80 0 9.26-3.97 18.12-10.91 26.39C392.15 208.21 328.23 192 256 192s-136.15 16.21-181.09 42.39C67.97 226.12 64 217.26 64 208c0-44.18 85.96-80 192-80zM120.43 264.64C155.04 249.93 201.64 240 256 240s100.96 9.93 135.57 24.64C356.84 279.07 308.93 288 256 288s-100.84-8.93-135.57-23.36z\"]\n};\nvar faRoad = {\n prefix: 'fas',\n iconName: 'road',\n icon: [576, 512, [], \"f018\", \"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"]\n};\nvar faRobot = {\n prefix: 'fas',\n iconName: 'robot',\n icon: [640, 512, [], \"f544\", \"M0 256v128c0 17.7 14.3 32 32 32h32V224H32c-17.7 0-32 14.3-32 32zM464 96H352V32c0-17.7-14.3-32-32-32s-32 14.3-32 32v64H176c-44.2 0-80 35.8-80 80v272c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V176c0-44.2-35.8-80-80-80zM256 416h-64v-32h64v32zm-32-120c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm128 120h-64v-32h64v32zm96 0h-64v-32h64v32zm-32-120c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm192-72h-32v192h32c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32z\"]\n};\nvar faRocket = {\n prefix: 'fas',\n iconName: 'rocket',\n icon: [512, 512, [], \"f135\", \"M505.05 19.1a15.89 15.89 0 0 0-12.2-12.2C460.65 0 435.46 0 410.36 0c-103.2 0-165.1 55.2-211.29 128H94.87A48 48 0 0 0 52 154.49l-49.42 98.8A24 24 0 0 0 24.07 288h103.77l-22.47 22.47a32 32 0 0 0 0 45.25l50.9 50.91a32 32 0 0 0 45.26 0L224 384.16V488a24 24 0 0 0 34.7 21.49l98.7-49.39a47.91 47.91 0 0 0 26.5-42.9V312.79c72.59-46.3 128-108.4 128-211.09.1-25.2.1-50.4-6.85-82.6zM384 168a40 40 0 1 1 40-40 40 40 0 0 1-40 40z\"]\n};\nvar faRoute = {\n prefix: 'fas',\n iconName: 'route',\n icon: [512, 512, [], \"f4d7\", \"M416 320h-96c-17.6 0-32-14.4-32-32s14.4-32 32-32h96s96-107 96-160-43-96-96-96-96 43-96 96c0 25.5 22.2 63.4 45.3 96H320c-52.9 0-96 43.1-96 96s43.1 96 96 96h96c17.6 0 32 14.4 32 32s-14.4 32-32 32H185.5c-16 24.8-33.8 47.7-47.3 64H416c52.9 0 96-43.1 96-96s-43.1-96-96-96zm0-256c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM96 256c-53 0-96 43-96 96s96 160 96 160 96-107 96-160-43-96-96-96zm0 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faRss = {\n prefix: 'fas',\n iconName: 'rss',\n icon: [448, 512, [], \"f09e\", \"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"]\n};\nvar faRssSquare = {\n prefix: 'fas',\n iconName: 'rss-square',\n icon: [448, 512, [], \"f143\", \"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM112 416c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm157.533 0h-34.335c-6.011 0-11.051-4.636-11.442-10.634-5.214-80.05-69.243-143.92-149.123-149.123-5.997-.39-10.633-5.431-10.633-11.441v-34.335c0-6.535 5.468-11.777 11.994-11.425 110.546 5.974 198.997 94.536 204.964 204.964.352 6.526-4.89 11.994-11.425 11.994zm103.027 0h-34.334c-6.161 0-11.175-4.882-11.427-11.038-5.598-136.535-115.204-246.161-251.76-251.76C68.882 152.949 64 147.935 64 141.774V107.44c0-6.454 5.338-11.664 11.787-11.432 167.83 6.025 302.21 141.191 308.205 308.205.232 6.449-4.978 11.787-11.432 11.787z\"]\n};\nvar faRubleSign = {\n prefix: 'fas',\n iconName: 'ruble-sign',\n icon: [384, 512, [], \"f158\", \"M239.36 320C324.48 320 384 260.542 384 175.071S324.48 32 239.36 32H76c-6.627 0-12 5.373-12 12v206.632H12c-6.627 0-12 5.373-12 12V308c0 6.627 5.373 12 12 12h52v32H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h52v52c0 6.627 5.373 12 12 12h58.56c6.627 0 12-5.373 12-12v-52H308c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12H146.56v-32h92.8zm-92.8-219.252h78.72c46.72 0 74.88 29.11 74.88 74.323 0 45.832-28.16 75.561-76.16 75.561h-77.44V100.748z\"]\n};\nvar faRuler = {\n prefix: 'fas',\n iconName: 'ruler',\n icon: [640, 512, [], \"f545\", \"M635.7 167.2L556.1 31.7c-8.8-15-28.3-20.1-43.5-11.5l-69 39.1L503.3 161c2.2 3.8.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9L416 75l-55.2 31.3 27.9 47.4c2.2 3.8.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9L333.2 122 278 153.3 337.8 255c2.2 3.7.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9l-59.7-101.7-55.2 31.3 27.9 47.4c2.2 3.8.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9l-27.9-47.5-55.2 31.3 59.7 101.7c2.2 3.7.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9L84.9 262.9l-69 39.1C.7 310.7-4.6 329.8 4.2 344.8l79.6 135.6c8.8 15 28.3 20.1 43.5 11.5L624.1 210c15.2-8.6 20.4-27.8 11.6-42.8z\"]\n};\nvar faRulerCombined = {\n prefix: 'fas',\n iconName: 'ruler-combined',\n icon: [512, 512, [], \"f546\", \"M160 288h-56c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h56v-64h-56c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h56V96h-56c-4.42 0-8-3.58-8-8V72c0-4.42 3.58-8 8-8h56V32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v448c0 2.77.91 5.24 1.57 7.8L160 329.38V288zm320 64h-32v56c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-56h-64v56c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-56h-64v56c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-56h-41.37L24.2 510.43c2.56.66 5.04 1.57 7.8 1.57h448c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32z\"]\n};\nvar faRulerHorizontal = {\n prefix: 'fas',\n iconName: 'ruler-horizontal',\n icon: [576, 512, [], \"f547\", \"M544 128h-48v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8H88c-4.42 0-8-3.58-8-8v-88H32c-17.67 0-32 14.33-32 32v192c0 17.67 14.33 32 32 32h512c17.67 0 32-14.33 32-32V160c0-17.67-14.33-32-32-32z\"]\n};\nvar faRulerVertical = {\n prefix: 'fas',\n iconName: 'ruler-vertical',\n icon: [256, 512, [], \"f548\", \"M168 416c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88v-64h-88c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88v-64h-88c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88v-64h-88c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88V32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v448c0 17.67 14.33 32 32 32h192c17.67 0 32-14.33 32-32v-64h-88z\"]\n};\nvar faRunning = {\n prefix: 'fas',\n iconName: 'running',\n icon: [416, 512, [], \"f70c\", \"M272 96c26.51 0 48-21.49 48-48S298.51 0 272 0s-48 21.49-48 48 21.49 48 48 48zM113.69 317.47l-14.8 34.52H32c-17.67 0-32 14.33-32 32s14.33 32 32 32h77.45c19.25 0 36.58-11.44 44.11-29.09l8.79-20.52-10.67-6.3c-17.32-10.23-30.06-25.37-37.99-42.61zM384 223.99h-44.03l-26.06-53.25c-12.5-25.55-35.45-44.23-61.78-50.94l-71.08-21.14c-28.3-6.8-57.77-.55-80.84 17.14l-39.67 30.41c-14.03 10.75-16.69 30.83-5.92 44.86s30.84 16.66 44.86 5.92l39.69-30.41c7.67-5.89 17.44-8 25.27-6.14l14.7 4.37-37.46 87.39c-12.62 29.48-1.31 64.01 26.3 80.31l84.98 50.17-27.47 87.73c-5.28 16.86 4.11 34.81 20.97 40.09 3.19 1 6.41 1.48 9.58 1.48 13.61 0 26.23-8.77 30.52-22.45l31.64-101.06c5.91-20.77-2.89-43.08-21.64-54.39l-61.24-36.14 31.31-78.28 20.27 41.43c8 16.34 24.92 26.89 43.11 26.89H384c17.67 0 32-14.33 32-32s-14.33-31.99-32-31.99z\"]\n};\nvar faRupeeSign = {\n prefix: 'fas',\n iconName: 'rupee-sign',\n icon: [320, 512, [], \"f156\", \"M308 96c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v44.748c0 6.627 5.373 12 12 12h85.28c27.308 0 48.261 9.958 60.97 27.252H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h158.757c-6.217 36.086-32.961 58.632-74.757 58.632H12c-6.627 0-12 5.373-12 12v53.012c0 3.349 1.4 6.546 3.861 8.818l165.052 152.356a12.001 12.001 0 0 0 8.139 3.182h82.562c10.924 0 16.166-13.408 8.139-20.818L116.871 319.906c76.499-2.34 131.144-53.395 138.318-127.906H308c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-58.69c-3.486-11.541-8.28-22.246-14.252-32H308z\"]\n};\nvar faSadCry = {\n prefix: 'fas',\n iconName: 'sad-cry',\n icon: [496, 512, [], \"f5b3\", \"M248 8C111 8 0 119 0 256c0 90.1 48.2 168.7 120 212.1V288c0-8.8 7.2-16 16-16s16 7.2 16 16v196.7c29.5 12.4 62 19.3 96 19.3s66.5-6.9 96-19.3V288c0-8.8 7.2-16 16-16s16 7.2 16 16v180.1C447.8 424.7 496 346 496 256 496 119 385 8 248 8zm-65.5 216.5c-14.8-13.2-46.2-13.2-61 0L112 233c-3.8 3.3-9.3 4-13.7 1.6-4.4-2.4-6.9-7.4-6.1-12.4 4-25.2 34.2-42.1 59.9-42.1S208 197 212 222.2c.8 5-1.7 10-6.1 12.4-5.8 3.1-11.2.7-13.7-1.6l-9.7-8.5zM248 416c-26.5 0-48-28.7-48-64s21.5-64 48-64 48 28.7 48 64-21.5 64-48 64zm149.8-181.5c-5.8 3.1-11.2.7-13.7-1.6l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L304 233c-3.8 3.3-9.3 4-13.7 1.6-4.4-2.4-6.9-7.4-6.1-12.4 4-25.2 34.2-42.1 59.9-42.1S400 197 404 222.2c.6 4.9-1.8 9.9-6.2 12.3z\"]\n};\nvar faSadTear = {\n prefix: 'fas',\n iconName: 'sad-tear',\n icon: [496, 512, [], \"f5b4\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM152 416c-26.5 0-48-21-48-47 0-20 28.5-60.4 41.6-77.8 3.2-4.3 9.6-4.3 12.8 0C171.5 308.6 200 349 200 369c0 26-21.5 47-48 47zm16-176c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm170.2 154.2C315.8 367.4 282.9 352 248 352c-21.2 0-21.2-32 0-32 44.4 0 86.3 19.6 114.7 53.8 13.8 16.4-11.2 36.5-24.5 20.4z\"]\n};\nvar faSatellite = {\n prefix: 'fas',\n iconName: 'satellite',\n icon: [512, 512, [], \"f7bf\", \"M502.7 265l-80.3-80.4 47.8-47.9c13.1-13.1 13.1-34.4 0-47.5l-47.5-47.5c-13.1-13.1-34.4-13.1-47.5 0l-47.8 47.9-80.3-80.3C240.8 3.1 232.7 0 224.5 0S208.2 3.1 202 9.3L105.3 106c-12.4 12.4-12.4 32.6 0 45.1l80.3 80.4-9.8 9.8C122.1 217 59.6 218.6 7.3 246.7c-8.5 4.6-9.6 16.4-2.8 23.2L112 377.4l-17.8 17.8c-2.6-.7-5-1.6-7.8-1.6-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32c0-2.8-.9-5.2-1.6-7.8l17.8-17.8 107.5 107.5c6.8 6.8 18.7 5.7 23.2-2.8 28.1-52.3 29.7-114.8 5.4-168.5l9.9-9.9 80.3 80.4c6.2 6.2 14.4 9.3 22.5 9.3s16.3-3.1 22.5-9.3l96.7-96.7c12.5-12.4 12.5-32.6.1-45zm-352-136.5l73.8-73.8 68.9 68.9-73.8 73.8-68.9-68.9zm232.8 232.8l-68.9-68.9 73.8-73.8 68.9 68.9-73.8 73.8z\"]\n};\nvar faSatelliteDish = {\n prefix: 'fas',\n iconName: 'satellite-dish',\n icon: [512, 512, [], \"f7c0\", \"M188.8 345.9l27.4-27.4c2.6.7 5 1.6 7.8 1.6 17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32c0 2.8.9 5.2 1.6 7.8l-27.4 27.4L49.4 206.5c-7.3-7.3-20.1-6.1-25 3-41.8 77.8-29.9 176.7 35.7 242.3 65.6 65.6 164.6 77.5 242.3 35.7 9.2-4.9 10.4-17.7 3-25L188.8 345.9zM209 0c-9.2-.5-17 6.8-17 16v31.6c0 8.5 6.6 15.5 15 15.9 129.4 7 233.4 112 240.9 241.5.5 8.4 7.5 15 15.9 15h32.1c9.2 0 16.5-7.8 16-17C503.4 139.8 372.2 8.6 209 0zm.3 96c-9.3-.7-17.3 6.7-17.3 16.1v32.1c0 8.4 6.5 15.3 14.8 15.9 76.8 6.3 138 68.2 144.9 145.2.8 8.3 7.6 14.7 15.9 14.7h32.2c9.3 0 16.8-8 16.1-17.3-8.4-110.1-96.5-198.2-206.6-206.7z\"]\n};\nvar faSave = {\n prefix: 'fas',\n iconName: 'save',\n icon: [448, 512, [], \"f0c7\", \"M433.941 129.941l-83.882-83.882A48 48 0 0 0 316.118 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V163.882a48 48 0 0 0-14.059-33.941zM224 416c-35.346 0-64-28.654-64-64 0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64zm96-304.52V212c0 6.627-5.373 12-12 12H76c-6.627 0-12-5.373-12-12V108c0-6.627 5.373-12 12-12h228.52c3.183 0 6.235 1.264 8.485 3.515l3.48 3.48A11.996 11.996 0 0 1 320 111.48z\"]\n};\nvar faSchool = {\n prefix: 'fas',\n iconName: 'school',\n icon: [640, 512, [], \"f549\", \"M0 224v272c0 8.84 7.16 16 16 16h80V192H32c-17.67 0-32 14.33-32 32zm360-48h-24v-40c0-4.42-3.58-8-8-8h-16c-4.42 0-8 3.58-8 8v64c0 4.42 3.58 8 8 8h48c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8zm137.75-63.96l-160-106.67a32.02 32.02 0 0 0-35.5 0l-160 106.67A32.002 32.002 0 0 0 128 138.66V512h128V368c0-8.84 7.16-16 16-16h96c8.84 0 16 7.16 16 16v144h128V138.67c0-10.7-5.35-20.7-14.25-26.63zM320 256c-44.18 0-80-35.82-80-80s35.82-80 80-80 80 35.82 80 80-35.82 80-80 80zm288-64h-64v320h80c8.84 0 16-7.16 16-16V224c0-17.67-14.33-32-32-32z\"]\n};\nvar faScrewdriver = {\n prefix: 'fas',\n iconName: 'screwdriver',\n icon: [512, 512, [], \"f54a\", \"M448 0L320 96v62.06l-83.03 83.03c6.79 4.25 13.27 9.06 19.07 14.87 5.8 5.8 10.62 12.28 14.87 19.07L353.94 192H416l96-128-64-64zM128 278.59L10.92 395.67c-14.55 14.55-14.55 38.15 0 52.71l52.7 52.7c14.56 14.56 38.15 14.56 52.71 0L233.41 384c29.11-29.11 29.11-76.3 0-105.41s-76.3-29.11-105.41 0z\"]\n};\nvar faScroll = {\n prefix: 'fas',\n iconName: 'scroll',\n icon: [640, 512, [], \"f70e\", \"M48 0C21.53 0 0 21.53 0 48v64c0 8.84 7.16 16 16 16h80V48C96 21.53 74.47 0 48 0zm208 412.57V352h288V96c0-52.94-43.06-96-96-96H111.59C121.74 13.41 128 29.92 128 48v368c0 38.87 34.65 69.65 74.75 63.12C234.22 474 256 444.46 256 412.57zM288 384v32c0 52.93-43.06 96-96 96h336c61.86 0 112-50.14 112-112 0-8.84-7.16-16-16-16H288z\"]\n};\nvar faSdCard = {\n prefix: 'fas',\n iconName: 'sd-card',\n icon: [384, 512, [], \"f7c2\", \"M320 0H128L0 128v320c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zM160 160h-48V64h48v96zm80 0h-48V64h48v96zm80 0h-48V64h48v96z\"]\n};\nvar faSearch = {\n prefix: 'fas',\n iconName: 'search',\n icon: [512, 512, [], \"f002\", \"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"]\n};\nvar faSearchDollar = {\n prefix: 'fas',\n iconName: 'search-dollar',\n icon: [512, 512, [], \"f688\", \"M505.04 442.66l-99.71-99.69c-4.5-4.5-10.6-7-17-7h-16.3c27.6-35.3 44-79.69 44-127.99C416.03 93.09 322.92 0 208.02 0S0 93.09 0 207.98s93.11 207.98 208.02 207.98c48.3 0 92.71-16.4 128.01-44v16.3c0 6.4 2.5 12.5 7 17l99.71 99.69c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.59.1-33.99zm-297.02-90.7c-79.54 0-144-64.34-144-143.98 0-79.53 64.35-143.98 144-143.98 79.54 0 144 64.34 144 143.98 0 79.53-64.35 143.98-144 143.98zm27.11-152.54l-45.01-13.5c-5.16-1.55-8.77-6.78-8.77-12.73 0-7.27 5.3-13.19 11.8-13.19h28.11c4.56 0 8.96 1.29 12.82 3.72 3.24 2.03 7.36 1.91 10.13-.73l11.75-11.21c3.53-3.37 3.33-9.21-.57-12.14-9.1-6.83-20.08-10.77-31.37-11.35V112c0-4.42-3.58-8-8-8h-16c-4.42 0-8 3.58-8 8v16.12c-23.63.63-42.68 20.55-42.68 45.07 0 19.97 12.99 37.81 31.58 43.39l45.01 13.5c5.16 1.55 8.77 6.78 8.77 12.73 0 7.27-5.3 13.19-11.8 13.19h-28.1c-4.56 0-8.96-1.29-12.82-3.72-3.24-2.03-7.36-1.91-10.13.73l-11.75 11.21c-3.53 3.37-3.33 9.21.57 12.14 9.1 6.83 20.08 10.77 31.37 11.35V304c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8v-16.12c23.63-.63 42.68-20.54 42.68-45.07 0-19.97-12.99-37.81-31.59-43.39z\"]\n};\nvar faSearchLocation = {\n prefix: 'fas',\n iconName: 'search-location',\n icon: [512, 512, [], \"f689\", \"M505.04 442.66l-99.71-99.69c-4.5-4.5-10.6-7-17-7h-16.3c27.6-35.3 44-79.69 44-127.99C416.03 93.09 322.92 0 208.02 0S0 93.09 0 207.98s93.11 207.98 208.02 207.98c48.3 0 92.71-16.4 128.01-44v16.3c0 6.4 2.5 12.5 7 17l99.71 99.69c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.59.1-33.99zm-297.02-90.7c-79.54 0-144-64.34-144-143.98 0-79.53 64.35-143.98 144-143.98 79.54 0 144 64.34 144 143.98 0 79.53-64.35 143.98-144 143.98zm.02-239.96c-40.78 0-73.84 33.05-73.84 73.83 0 32.96 48.26 93.05 66.75 114.86a9.24 9.24 0 0 0 14.18 0c18.49-21.81 66.75-81.89 66.75-114.86 0-40.78-33.06-73.83-73.84-73.83zm0 96c-13.26 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faSearchMinus = {\n prefix: 'fas',\n iconName: 'search-minus',\n icon: [512, 512, [], \"f010\", \"M304 192v32c0 6.6-5.4 12-12 12H124c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm201 284.7L476.7 505c-9.4 9.4-24.6 9.4-33.9 0L343 405.3c-4.5-4.5-7-10.6-7-17V372c-35.3 27.6-79.7 44-128 44C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.3-16.4 92.7-44 128h16.3c6.4 0 12.5 2.5 17 7l99.7 99.7c9.3 9.4 9.3 24.6 0 34zM344 208c0-75.2-60.8-136-136-136S72 132.8 72 208s60.8 136 136 136 136-60.8 136-136z\"]\n};\nvar faSearchPlus = {\n prefix: 'fas',\n iconName: 'search-plus',\n icon: [512, 512, [], \"f00e\", \"M304 192v32c0 6.6-5.4 12-12 12h-56v56c0 6.6-5.4 12-12 12h-32c-6.6 0-12-5.4-12-12v-56h-56c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h56v-56c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v56h56c6.6 0 12 5.4 12 12zm201 284.7L476.7 505c-9.4 9.4-24.6 9.4-33.9 0L343 405.3c-4.5-4.5-7-10.6-7-17V372c-35.3 27.6-79.7 44-128 44C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.3-16.4 92.7-44 128h16.3c6.4 0 12.5 2.5 17 7l99.7 99.7c9.3 9.4 9.3 24.6 0 34zM344 208c0-75.2-60.8-136-136-136S72 132.8 72 208s60.8 136 136 136 136-60.8 136-136z\"]\n};\nvar faSeedling = {\n prefix: 'fas',\n iconName: 'seedling',\n icon: [512, 512, [], \"f4d8\", \"M64 96H0c0 123.7 100.3 224 224 224v144c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320C288 196.3 187.7 96 64 96zm384-64c-84.2 0-157.4 46.5-195.7 115.2 27.7 30.2 48.2 66.9 59 107.6C424 243.1 512 147.9 512 32h-64z\"]\n};\nvar faServer = {\n prefix: 'fas',\n iconName: 'server',\n icon: [512, 512, [], \"f233\", \"M480 160H32c-17.673 0-32-14.327-32-32V64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24z\"]\n};\nvar faShapes = {\n prefix: 'fas',\n iconName: 'shapes',\n icon: [512, 512, [], \"f61f\", \"M512 320v160c0 17.67-14.33 32-32 32H320c-17.67 0-32-14.33-32-32V320c0-17.67 14.33-32 32-32h160c17.67 0 32 14.33 32 32zm-384-64C57.31 256 0 313.31 0 384s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm351.03-32c25.34 0 41.18-26.67 28.51-48L412.51 16c-12.67-21.33-44.35-21.33-57.02 0l-95.03 160c-12.67 21.33 3.17 48 28.51 48h190.06z\"]\n};\nvar faShare = {\n prefix: 'fas',\n iconName: 'share',\n icon: [512, 512, [], \"f064\", \"M503.691 189.836L327.687 37.851C312.281 24.546 288 35.347 288 56.015v80.053C127.371 137.907 0 170.1 0 322.326c0 61.441 39.581 122.309 83.333 154.132 13.653 9.931 33.111-2.533 28.077-18.631C66.066 312.814 132.917 274.316 288 272.085V360c0 20.7 24.3 31.453 39.687 18.164l176.004-152c11.071-9.562 11.086-26.753 0-36.328z\"]\n};\nvar faShareAlt = {\n prefix: 'fas',\n iconName: 'share-alt',\n icon: [448, 512, [], \"f1e0\", \"M352 320c-22.608 0-43.387 7.819-59.79 20.895l-102.486-64.054a96.551 96.551 0 0 0 0-41.683l102.486-64.054C308.613 184.181 329.392 192 352 192c53.019 0 96-42.981 96-96S405.019 0 352 0s-96 42.981-96 96c0 7.158.79 14.13 2.276 20.841L155.79 180.895C139.387 167.819 118.608 160 96 160c-53.019 0-96 42.981-96 96s42.981 96 96 96c22.608 0 43.387-7.819 59.79-20.895l102.486 64.054A96.301 96.301 0 0 0 256 416c0 53.019 42.981 96 96 96s96-42.981 96-96-42.981-96-96-96z\"]\n};\nvar faShareAltSquare = {\n prefix: 'fas',\n iconName: 'share-alt-square',\n icon: [448, 512, [], \"f1e1\", \"M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zM304 296c-14.562 0-27.823 5.561-37.783 14.671l-67.958-40.775a56.339 56.339 0 0 0 0-27.793l67.958-40.775C276.177 210.439 289.438 216 304 216c30.928 0 56-25.072 56-56s-25.072-56-56-56-56 25.072-56 56c0 4.797.605 9.453 1.74 13.897l-67.958 40.775C171.823 205.561 158.562 200 144 200c-30.928 0-56 25.072-56 56s25.072 56 56 56c14.562 0 27.823-5.561 37.783-14.671l67.958 40.775a56.088 56.088 0 0 0-1.74 13.897c0 30.928 25.072 56 56 56s56-25.072 56-56C360 321.072 334.928 296 304 296z\"]\n};\nvar faShareSquare = {\n prefix: 'fas',\n iconName: 'share-square',\n icon: [576, 512, [], \"f14d\", \"M568.482 177.448L424.479 313.433C409.3 327.768 384 317.14 384 295.985v-71.963c-144.575.97-205.566 35.113-164.775 171.353 4.483 14.973-12.846 26.567-25.006 17.33C155.252 383.105 120 326.488 120 269.339c0-143.937 117.599-172.5 264-173.312V24.012c0-21.174 25.317-31.768 40.479-17.448l144.003 135.988c10.02 9.463 10.028 25.425 0 34.896zM384 379.128V448H64V128h50.916a11.99 11.99 0 0 0 8.648-3.693c14.953-15.568 32.237-27.89 51.014-37.676C185.708 80.83 181.584 64 169.033 64H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48v-88.806c0-8.288-8.197-14.066-16.011-11.302a71.83 71.83 0 0 1-34.189 3.377c-7.27-1.046-13.8 4.514-13.8 11.859z\"]\n};\nvar faShekelSign = {\n prefix: 'fas',\n iconName: 'shekel-sign',\n icon: [448, 512, [], \"f20b\", \"M248 168v168c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V168c0-75.11-60.89-136-136-136H24C10.75 32 0 42.74 0 56v408c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V112h112c30.93 0 56 25.07 56 56zM432 32h-48c-8.84 0-16 7.16-16 16v296c0 30.93-25.07 56-56 56H200V176c0-8.84-7.16-16-16-16h-48c-8.84 0-16 7.16-16 16v280c0 13.25 10.75 24 24 24h168c75.11 0 136-60.89 136-136V48c0-8.84-7.16-16-16-16z\"]\n};\nvar faShieldAlt = {\n prefix: 'fas',\n iconName: 'shield-alt',\n icon: [512, 512, [], \"f3ed\", \"M466.5 83.7l-192-80a48.15 48.15 0 0 0-36.9 0l-192 80C27.7 91.1 16 108.6 16 128c0 198.5 114.5 335.7 221.5 380.3 11.8 4.9 25.1 4.9 36.9 0C360.1 472.6 496 349.3 496 128c0-19.4-11.7-36.9-29.5-44.3zM256.1 446.3l-.1-381 175.9 73.3c-3.3 151.4-82.1 261.1-175.8 307.7z\"]\n};\nvar faShip = {\n prefix: 'fas',\n iconName: 'ship',\n icon: [640, 512, [], \"f21a\", \"M496.616 372.639l70.012-70.012c16.899-16.9 9.942-45.771-12.836-53.092L512 236.102V96c0-17.673-14.327-32-32-32h-64V24c0-13.255-10.745-24-24-24H248c-13.255 0-24 10.745-24 24v40h-64c-17.673 0-32 14.327-32 32v140.102l-41.792 13.433c-22.753 7.313-29.754 36.173-12.836 53.092l70.012 70.012C125.828 416.287 85.587 448 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24 61.023 0 107.499-20.61 143.258-59.396C181.677 487.432 216.021 512 256 512h128c39.979 0 74.323-24.568 88.742-59.396C508.495 491.384 554.968 512 616 512c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24-60.817 0-101.542-31.001-119.384-75.361zM192 128h256v87.531l-118.208-37.995a31.995 31.995 0 0 0-19.584 0L192 215.531V128z\"]\n};\nvar faShippingFast = {\n prefix: 'fas',\n iconName: 'shipping-fast',\n icon: [640, 512, [], \"f48b\", \"M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H112C85.5 0 64 21.5 64 48v48H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h272c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H40c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H64v128c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z\"]\n};\nvar faShoePrints = {\n prefix: 'fas',\n iconName: 'shoe-prints',\n icon: [640, 512, [], \"f54b\", \"M192 160h32V32h-32c-35.35 0-64 28.65-64 64s28.65 64 64 64zM0 416c0 35.35 28.65 64 64 64h32V352H64c-35.35 0-64 28.65-64 64zm337.46-128c-34.91 0-76.16 13.12-104.73 32-24.79 16.38-44.52 32-104.73 32v128l57.53 15.97c26.21 7.28 53.01 13.12 80.31 15.05 32.69 2.31 65.6.67 97.58-6.2C472.9 481.3 512 429.22 512 384c0-64-84.18-96-174.54-96zM491.42 7.19C459.44.32 426.53-1.33 393.84.99c-27.3 1.93-54.1 7.77-80.31 15.04L256 32v128c60.2 0 79.94 15.62 104.73 32 28.57 18.88 69.82 32 104.73 32C555.82 224 640 192 640 128c0-45.22-39.1-97.3-148.58-120.81z\"]\n};\nvar faShoppingBag = {\n prefix: 'fas',\n iconName: 'shopping-bag',\n icon: [448, 512, [], \"f290\", \"M352 160v-32C352 57.42 294.579 0 224 0 153.42 0 96 57.42 96 128v32H0v272c0 44.183 35.817 80 80 80h288c44.183 0 80-35.817 80-80V160h-96zm-192-32c0-35.29 28.71-64 64-64s64 28.71 64 64v32H160v-32zm160 120c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zm-192 0c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24z\"]\n};\nvar faShoppingBasket = {\n prefix: 'fas',\n iconName: 'shopping-basket',\n icon: [576, 512, [], \"f291\", \"M576 216v16c0 13.255-10.745 24-24 24h-8l-26.113 182.788C514.509 462.435 494.257 480 470.37 480H105.63c-23.887 0-44.139-17.565-47.518-41.212L32 256h-8c-13.255 0-24-10.745-24-24v-16c0-13.255 10.745-24 24-24h67.341l106.78-146.821c10.395-14.292 30.407-17.453 44.701-7.058 14.293 10.395 17.453 30.408 7.058 44.701L170.477 192h235.046L326.12 82.821c-10.395-14.292-7.234-34.306 7.059-44.701 14.291-10.395 34.306-7.235 44.701 7.058L484.659 192H552c13.255 0 24 10.745 24 24zM312 392V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24zm112 0V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24zm-224 0V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24z\"]\n};\nvar faShoppingCart = {\n prefix: 'fas',\n iconName: 'shopping-cart',\n icon: [576, 512, [], \"f07a\", \"M528.12 301.319l47.273-208C578.806 78.301 567.391 64 551.99 64H159.208l-9.166-44.81C147.758 8.021 137.93 0 126.529 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24h69.883l70.248 343.435C147.325 417.1 136 435.222 136 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-15.674-6.447-29.835-16.824-40h209.647C430.447 426.165 424 440.326 424 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-22.172-12.888-41.332-31.579-50.405l5.517-24.276c3.413-15.018-8.002-29.319-23.403-29.319H218.117l-6.545-32h293.145c11.206 0 20.92-7.754 23.403-18.681z\"]\n};\nvar faShower = {\n prefix: 'fas',\n iconName: 'shower',\n icon: [512, 512, [], \"f2cc\", \"M389.66 135.6L231.6 293.66c-9.37 9.37-24.57 9.37-33.94 0l-11.32-11.32c-9.37-9.37-9.37-24.57 0-33.94l.11-.11c-34.03-40.21-35.16-98.94-3.39-140.38-11.97-7.55-26.14-11.91-41.3-11.91C98.88 96 64 130.88 64 173.76V480H0V173.76C0 95.59 63.59 32 141.76 32c36.93 0 70.61 14.2 95.86 37.42 35.9-11.51 76.5-4.5 106.67 21.03l.11-.11c9.37-9.37 24.57-9.37 33.94 0l11.32 11.32c9.37 9.37 9.37 24.57 0 33.94zM384 208c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm32 0c0-8.837 7.163-16 16-16s16 7.163 16 16-7.163 16-16 16-16-7.163-16-16zm96 0c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm-160 32c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm48-16c8.837 0 16 7.163 16 16s-7.163 16-16 16-16-7.163-16-16 7.163-16 16-16zm80 16c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm-160 32c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm32 0c0-8.837 7.163-16 16-16s16 7.163 16 16-7.163 16-16 16-16-7.163-16-16zm96 0c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm-128 32c0-8.837 7.163-16 16-16s16 7.163 16 16-7.163 16-16 16-16-7.163-16-16zm96 0c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm-96 32c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm64 0c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm-32 32c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16zm-32 32c0 8.837-7.163 16-16 16s-16-7.163-16-16 7.163-16 16-16 16 7.163 16 16z\"]\n};\nvar faShuttleVan = {\n prefix: 'fas',\n iconName: 'shuttle-van',\n icon: [640, 512, [], \"f5b6\", \"M628.88 210.65L494.39 49.27A48.01 48.01 0 0 0 457.52 32H32C14.33 32 0 46.33 0 64v288c0 17.67 14.33 32 32 32h32c0 53.02 42.98 96 96 96s96-42.98 96-96h128c0 53.02 42.98 96 96 96s96-42.98 96-96h32c17.67 0 32-14.33 32-32V241.38c0-11.23-3.94-22.1-11.12-30.73zM64 192V96h96v96H64zm96 240c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm160-240h-96V96h96v96zm160 240c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm-96-240V96h66.02l80 96H384z\"]\n};\nvar faSign = {\n prefix: 'fas',\n iconName: 'sign',\n icon: [512, 512, [], \"f4d9\", \"M496 64H128V16c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16v48H16C7.2 64 0 71.2 0 80v32c0 8.8 7.2 16 16 16h48v368c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V128h368c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16zM160 384h320V160H160v224z\"]\n};\nvar faSignInAlt = {\n prefix: 'fas',\n iconName: 'sign-in-alt',\n icon: [512, 512, [], \"f2f6\", \"M416 448h-84c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h84c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32h-84c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h84c53 0 96 43 96 96v192c0 53-43 96-96 96zm-47-201L201 79c-15-15-41-4.5-41 17v96H24c-13.3 0-24 10.7-24 24v96c0 13.3 10.7 24 24 24h136v96c0 21.5 26 32 41 17l168-168c9.3-9.4 9.3-24.6 0-34z\"]\n};\nvar faSignLanguage = {\n prefix: 'fas',\n iconName: 'sign-language',\n icon: [448, 512, [], \"f2a7\", \"M91.434 483.987c-.307-16.018 13.109-29.129 29.13-29.129h62.293v-5.714H56.993c-16.021 0-29.437-13.111-29.13-29.129C28.16 404.491 40.835 392 56.428 392h126.429v-5.714H29.136c-16.021 0-29.437-13.111-29.13-29.129.297-15.522 12.973-28.013 28.566-28.013h154.286v-5.714H57.707c-16.021 0-29.437-13.111-29.13-29.129.297-15.522 12.973-28.013 28.566-28.013h168.566l-31.085-22.606c-12.762-9.281-15.583-27.149-6.302-39.912 9.281-12.761 27.15-15.582 39.912-6.302l123.361 89.715a34.287 34.287 0 0 1 14.12 27.728v141.136c0 15.91-10.946 29.73-26.433 33.374l-80.471 18.934a137.16 137.16 0 0 1-31.411 3.646H120c-15.593-.001-28.269-12.492-28.566-28.014zm73.249-225.701h36.423l-11.187-8.136c-18.579-13.511-20.313-40.887-3.17-56.536l-13.004-16.7c-9.843-12.641-28.43-15.171-40.88-5.088-12.065 9.771-14.133 27.447-4.553 39.75l36.371 46.71zm283.298-2.103l-5.003-152.452c-.518-15.771-13.722-28.136-29.493-27.619-15.773.518-28.137 13.722-27.619 29.493l1.262 38.415L283.565 11.019c-9.58-12.303-27.223-14.63-39.653-5.328-12.827 9.599-14.929 28.24-5.086 40.881l76.889 98.745-4.509 3.511-94.79-121.734c-9.58-12.303-27.223-14.63-39.653-5.328-12.827 9.599-14.929 28.24-5.086 40.881l94.443 121.288-4.509 3.511-77.675-99.754c-9.58-12.303-27.223-14.63-39.653-5.328-12.827 9.599-14.929 28.24-5.086 40.881l52.053 66.849c12.497-8.257 29.055-8.285 41.69.904l123.36 89.714c10.904 7.93 17.415 20.715 17.415 34.198v16.999l61.064-47.549a34.285 34.285 0 0 0 13.202-28.177z\"]\n};\nvar faSignOutAlt = {\n prefix: 'fas',\n iconName: 'sign-out-alt',\n icon: [512, 512, [], \"f2f5\", \"M497 273L329 441c-15 15-41 4.5-41-17v-96H152c-13.3 0-24-10.7-24-24v-96c0-13.3 10.7-24 24-24h136V88c0-21.4 25.9-32 41-17l168 168c9.3 9.4 9.3 24.6 0 34zM192 436v-40c0-6.6-5.4-12-12-12H96c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32h84c6.6 0 12-5.4 12-12V76c0-6.6-5.4-12-12-12H96c-53 0-96 43-96 96v192c0 53 43 96 96 96h84c6.6 0 12-5.4 12-12z\"]\n};\nvar faSignal = {\n prefix: 'fas',\n iconName: 'signal',\n icon: [640, 512, [], \"f012\", \"M216 288h-48c-8.84 0-16 7.16-16 16v192c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V304c0-8.84-7.16-16-16-16zM88 384H40c-8.84 0-16 7.16-16 16v96c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16v-96c0-8.84-7.16-16-16-16zm256-192h-48c-8.84 0-16 7.16-16 16v288c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V208c0-8.84-7.16-16-16-16zm128-96h-48c-8.84 0-16 7.16-16 16v384c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V112c0-8.84-7.16-16-16-16zM600 0h-48c-8.84 0-16 7.16-16 16v480c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16z\"]\n};\nvar faSignature = {\n prefix: 'fas',\n iconName: 'signature',\n icon: [640, 512, [], \"f5b7\", \"M623.2 192c-51.8 3.5-125.7 54.7-163.1 71.5-29.1 13.1-54.2 24.4-76.1 24.4-22.6 0-26-16.2-21.3-51.9 1.1-8 11.7-79.2-42.7-76.1-25.1 1.5-64.3 24.8-169.5 126L192 182.2c30.4-75.9-53.2-151.5-129.7-102.8L7.4 116.3C0 121-2.2 130.9 2.5 138.4l17.2 27c4.7 7.5 14.6 9.7 22.1 4.9l58-38.9c18.4-11.7 40.7 7.2 32.7 27.1L34.3 404.1C27.5 421 37 448 64 448c8.3 0 16.5-3.2 22.6-9.4 42.2-42.2 154.7-150.7 211.2-195.8-2.2 28.5-2.1 58.9 20.6 83.8 15.3 16.8 37.3 25.3 65.5 25.3 35.6 0 68-14.6 102.3-30 33-14.8 99-62.6 138.4-65.8 8.5-.7 15.2-7.3 15.2-15.8v-32.1c.2-9.1-7.5-16.8-16.6-16.2z\"]\n};\nvar faSimCard = {\n prefix: 'fas',\n iconName: 'sim-card',\n icon: [384, 512, [], \"f7c4\", \"M0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V128L256 0H64C28.7 0 0 28.7 0 64zm224 192h-64v-64h64v64zm96 0h-64v-64h32c17.7 0 32 14.3 32 32v32zm-64 128h64v32c0 17.7-14.3 32-32 32h-32v-64zm-96 0h64v64h-64v-64zm-96 0h64v64H96c-17.7 0-32-14.3-32-32v-32zm0-96h256v64H64v-64zm0-64c0-17.7 14.3-32 32-32h32v64H64v-32z\"]\n};\nvar faSitemap = {\n prefix: 'fas',\n iconName: 'sitemap',\n icon: [640, 512, [], \"f0e8\", \"M128 352H32c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32zm-24-80h192v48h48v-48h192v48h48v-57.59c0-21.17-17.23-38.41-38.41-38.41H344v-64h40c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32H256c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h40v64H94.41C73.23 224 56 241.23 56 262.41V320h48v-48zm264 80h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32zm240 0h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32z\"]\n};\nvar faSkating = {\n prefix: 'fas',\n iconName: 'skating',\n icon: [448, 512, [], \"f7c5\", \"M400 0c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm0 448c-8.8 0-16 7.2-16 16s-7.2 16-16 16h-96c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c26.5 0 48-21.5 48-48 0-8.8-7.2-16-16-16zm-282.2 8.6c-6.2 6.2-16.4 6.3-22.6 0l-67.9-67.9c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l67.9 67.9c9.4 9.4 21.7 14 34 14s24.6-4.7 33.9-14c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.3-22.7 0zm56.1-179.8l-93.7 93.7c-12.5 12.5-12.5 32.8 0 45.2 6.2 6.2 14.4 9.4 22.6 9.4s16.4-3.1 22.6-9.4l91.9-91.9-30.2-30.2c-5-5-9.4-10.7-13.2-16.8zM128 160h105.5l-20.1 17.2c-13.5 11.5-21.6 28.4-22.3 46.1-.7 17.8 6.1 35.2 18.7 47.7l78.2 78.2V432c0 17.7 14.3 32 32 32s32-14.3 32-32v-89.4c0-12.6-5.1-25-14.1-33.9l-61-61c.5-.4 1.2-.6 1.7-1.1l82.3-82.3c11.5-11.5 14.9-28.6 8.7-43.6-6.2-15-20.7-24.7-37-24.7H128c-17.7 0-32 14.3-32 32s14.3 32 32 32z\"]\n};\nvar faSkiing = {\n prefix: 'fas',\n iconName: 'skiing',\n icon: [512, 512, [], \"f7c9\", \"M432 96c26.5 0 48-21.5 48-48S458.5 0 432 0s-48 21.5-48 48 21.5 48 48 48zm73 356.1c-9.4-9.4-24.6-9.4-33.9 0-12.1 12.1-30.5 15.4-45.1 8.7l-135.8-70.2 49.2-73.8c12.7-19 10.2-44.5-6-60.6L293 215.7l-107-53.1c-2.9 19.9 3.4 40 17.7 54.4l75.1 75.2-45.9 68.8L35 258.7c-11.7-6-26.2-1.5-32.3 10.3-6.1 11.8-1.5 26.3 10.3 32.3l391.9 202.5c11.9 5.5 24.5 8.1 37.1 8.1 23.2 0 46-9 63-26 9.3-9.3 9.3-24.5 0-33.8zM120 91.6l-11.5 22.5c14.4 7.3 31.2 4.9 42.8-4.8l47.2 23.4c-.1.1-.1.2-.2.3l114.5 56.8 32.4-13 6.4 19.1c4 12.1 12.6 22 24 27.7l58.1 29c15.9 7.9 35 1.5 42.9-14.3 7.9-15.8 1.5-35-14.3-42.9l-52.1-26.1-17.1-51.2c-8.1-24.2-40.9-56.6-84.5-39.2l-81.2 32.5-62.5-31c.3-14.5-7.2-28.6-20.9-35.6l-11.1 21.7h-.2l-34.4-7c-1.8-.4-3.7.2-5 1.7-1.9 2.2-1.7 5.5.5 7.4l26.2 23z\"]\n};\nvar faSkiingNordic = {\n prefix: 'fas',\n iconName: 'skiing-nordic',\n icon: [576, 512, [], \"f7ca\", \"M336 96c26.5 0 48-21.5 48-48S362.5 0 336 0s-48 21.5-48 48 21.5 48 48 48zm216 320c-13.2 0-24 10.7-24 24 0 13.2-10.8 24-24 24h-69.5L460 285.6c11.7-4.7 20.1-16.2 20.1-29.6 0-17.7-14.3-32-32-32h-44L378 170.8c-12.5-25.5-35.5-44.2-61.8-50.9L245 98.7c-28.3-6.8-57.8-.5-80.8 17.1l-39.7 30.4c-14 10.7-16.7 30.8-5.9 44.9.7.9 1.7 1.3 2.4 2.1L66.9 464H24c-13.2 0-24 10.7-24 24s10.8 24 24 24h480c39.7 0 72-32.3 72-72 0-13.2-10.8-24-24-24zm-260.5 48h-96.9l43.1-91-22-13c-12.1-7.2-21.9-16.9-29.5-27.8L123.7 464H99.5l52.3-261.4c4.1-1 8.1-2.9 11.7-5.6l39.7-30.4c7.7-5.9 17.4-8 25.3-6.1l14.7 4.4-37.5 87.4c-12.6 29.5-1.3 64 26.3 80.3l85 50.2-25.5 81.2zm110.6 0h-43.6l23.6-75.5c5.9-20.8-2.9-43.1-21.6-54.4L299.3 298l31.3-78.3 20.3 41.4c8 16.3 24.9 26.9 43.1 26.9h33.3l-25.2 176z\"]\n};\nvar faSkull = {\n prefix: 'fas',\n iconName: 'skull',\n icon: [512, 512, [], \"f54c\", \"M256 0C114.6 0 0 100.3 0 224c0 70.1 36.9 132.6 94.5 173.7 9.6 6.9 15.2 18.1 13.5 29.9l-9.4 66.2c-1.4 9.6 6 18.2 15.7 18.2H192v-56c0-4.4 3.6-8 8-8h16c4.4 0 8 3.6 8 8v56h64v-56c0-4.4 3.6-8 8-8h16c4.4 0 8 3.6 8 8v56h77.7c9.7 0 17.1-8.6 15.7-18.2l-9.4-66.2c-1.7-11.7 3.8-23 13.5-29.9C475.1 356.6 512 294.1 512 224 512 100.3 397.4 0 256 0zm-96 320c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm192 0c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64z\"]\n};\nvar faSkullCrossbones = {\n prefix: 'fas',\n iconName: 'skull-crossbones',\n icon: [448, 512, [], \"f714\", \"M439.15 453.06L297.17 384l141.99-69.06c7.9-3.95 11.11-13.56 7.15-21.46L432 264.85c-3.95-7.9-13.56-11.11-21.47-7.16L224 348.41 37.47 257.69c-7.9-3.95-17.51-.75-21.47 7.16L1.69 293.48c-3.95 7.9-.75 17.51 7.15 21.46L150.83 384 8.85 453.06c-7.9 3.95-11.11 13.56-7.15 21.47l14.31 28.63c3.95 7.9 13.56 11.11 21.47 7.15L224 419.59l186.53 90.72c7.9 3.95 17.51.75 21.47-7.15l14.31-28.63c3.95-7.91.74-17.52-7.16-21.47zM150 237.28l-5.48 25.87c-2.67 12.62 5.42 24.85 16.45 24.85h126.08c11.03 0 19.12-12.23 16.45-24.85l-5.5-25.87c41.78-22.41 70-62.75 70-109.28C368 57.31 303.53 0 224 0S80 57.31 80 128c0 46.53 28.22 86.87 70 109.28zM280 112c17.65 0 32 14.35 32 32s-14.35 32-32 32-32-14.35-32-32 14.35-32 32-32zm-112 0c17.65 0 32 14.35 32 32s-14.35 32-32 32-32-14.35-32-32 14.35-32 32-32z\"]\n};\nvar faSlash = {\n prefix: 'fas',\n iconName: 'slash',\n icon: [640, 512, [], \"f715\", \"M594.53 508.63L6.18 53.9c-6.97-5.42-8.23-15.47-2.81-22.45L23.01 6.18C28.43-.8 38.49-2.06 45.47 3.37L633.82 458.1c6.97 5.42 8.23 15.47 2.81 22.45l-19.64 25.27c-5.42 6.98-15.48 8.23-22.46 2.81z\"]\n};\nvar faSleigh = {\n prefix: 'fas',\n iconName: 'sleigh',\n icon: [640, 512, [], \"f7cc\", \"M612.7 350.7l-9.3-7.4c-6.9-5.5-17-4.4-22.5 2.5l-10 12.5c-5.5 6.9-4.4 17 2.5 22.5l9.3 7.4c5.9 4.7 9.2 11.7 9.2 19.2 0 13.6-11 24.6-24.6 24.6H48c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h516c39 0 73.7-29.3 75.9-68.3 1.4-23.8-8.7-46.3-27.2-61zM32 224c0 59.6 40.9 109.2 96 123.5V400h64v-48h192v48h64v-48c53 0 96-43 96-96v-96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-96v64c0 35.3-28.7 64-64 64h-20.7c-65.8 0-125.9-37.2-155.3-96-29.4-58.8-89.6-96-155.3-96H32C14.3 32 0 46.3 0 64s14.3 32 32 32v128z\"]\n};\nvar faSlidersH = {\n prefix: 'fas',\n iconName: 'sliders-h',\n icon: [512, 512, [], \"f1de\", \"M496 384H160v-16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h80v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h336c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-160h-80v-16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h336v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h80c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-160H288V48c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16C7.2 64 0 71.2 0 80v32c0 8.8 7.2 16 16 16h208v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h208c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16z\"]\n};\nvar faSmile = {\n prefix: 'fas',\n iconName: 'smile',\n icon: [496, 512, [], \"f118\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm194.8 170.2C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.6-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.4-16.2 38.1 4.2 24.6 20.5z\"]\n};\nvar faSmileBeam = {\n prefix: 'fas',\n iconName: 'smile-beam',\n icon: [496, 512, [], \"f5b8\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"]\n};\nvar faSmileWink = {\n prefix: 'fas',\n iconName: 'smile-wink',\n icon: [496, 512, [], \"f4da\", \"M0 256c0 137 111 248 248 248s248-111 248-248S385 8 248 8 0 119 0 256zm200-48c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm158.5 16.5c-14.8-13.2-46.2-13.2-61 0L288 233c-8.3 7.4-21.6.4-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S384 197 388 222.2c1.7 11.1-11.4 18.3-19.8 10.8l-9.7-8.5zM157.8 325.8C180.2 352.7 213 368 248 368s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.2 24.6 20.5C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11.2-36.7 24.6-20.4z\"]\n};\nvar faSmog = {\n prefix: 'fas',\n iconName: 'smog',\n icon: [640, 512, [], \"f75f\", \"M624 368H80c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h544c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zm-480 96H16c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zm416 0H224c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h336c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zM144 288h156.1c22.5 19.7 51.6 32 83.9 32s61.3-12.3 83.9-32H528c61.9 0 112-50.1 112-112S589.9 64 528 64c-18 0-34.7 4.6-49.7 12.1C454 31 406.8 0 352 0c-41 0-77.8 17.3-104 44.8C221.8 17.3 185 0 144 0 64.5 0 0 64.5 0 144s64.5 144 144 144z\"]\n};\nvar faSmoking = {\n prefix: 'fas',\n iconName: 'smoking',\n icon: [640, 512, [], \"f48d\", \"M632 352h-48c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8zM553.3 87.1c-5.7-3.8-9.3-10-9.3-16.8V8c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v62.3c0 22 10.2 43.4 28.6 55.4 42.2 27.3 67.4 73.8 67.4 124V280c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-30.3c0-65.5-32.4-126.2-86.7-162.6zM432 352H48c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48h384c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16zm-32 112H224v-64h176v64zm87.7-322.4C463.8 125 448 99.3 448 70.3V8c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v66.4c0 43.7 24.6 81.6 60.3 106.7 22.4 15.7 35.7 41.2 35.7 68.6V280c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-30.3c0-43.3-21-83.4-56.3-108.1zM536 352h-48c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8z\"]\n};\nvar faSmokingBan = {\n prefix: 'fas',\n iconName: 'smoking-ban',\n icon: [512, 512, [], \"f54d\", \"M96 304c0 8.8 7.2 16 16 16h117.5l-96-96H112c-8.8 0-16 7.2-16 16v64zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm0 448c-105.9 0-192-86.1-192-192 0-41.4 13.3-79.7 35.7-111.1l267.4 267.4C335.7 434.7 297.4 448 256 448zm45.2-192H384v32h-50.8l-32-32zm111.1 111.1L365.2 320H400c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16H269.2L144.9 99.7C176.3 77.3 214.6 64 256 64c105.9 0 192 86.1 192 192 0 41.4-13.3 79.7-35.7 111.1zM320.6 128c-15.6 0-28.6-11.2-31.4-25.9-.7-3.6-4-6.1-7.7-6.1h-16.2c-5 0-8.7 4.5-8 9.4 4.6 30.9 31.2 54.6 63.3 54.6 15.6 0 28.6 11.2 31.4 25.9.7 3.6 4 6.1 7.7 6.1h16.2c5 0 8.7-4.5 8-9.4-4.6-30.9-31.2-54.6-63.3-54.6z\"]\n};\nvar faSms = {\n prefix: 'fas',\n iconName: 'sms',\n icon: [512, 512, [], \"f7cd\", \"M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7 1.3 3 4.1 4.8 7.3 4.8 66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32zM128.2 304H116c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h12.3c6 0 10.4-3.5 10.4-6.6 0-1.3-.8-2.7-2.1-3.8l-21.9-18.8c-8.5-7.2-13.3-17.5-13.3-28.1 0-21.3 19-38.6 42.4-38.6H156c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8h-12.3c-6 0-10.4 3.5-10.4 6.6 0 1.3.8 2.7 2.1 3.8l21.9 18.8c8.5 7.2 13.3 17.5 13.3 28.1.1 21.3-19 38.6-42.4 38.6zm191.8-8c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8v-68.2l-24.8 55.8c-2.9 5.9-11.4 5.9-14.3 0L224 227.8V296c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V192c0-8.8 7.2-16 16-16h16c6.1 0 11.6 3.4 14.3 8.8l17.7 35.4 17.7-35.4c2.7-5.4 8.3-8.8 14.3-8.8h16c8.8 0 16 7.2 16 16v104zm48.3 8H356c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h12.3c6 0 10.4-3.5 10.4-6.6 0-1.3-.8-2.7-2.1-3.8l-21.9-18.8c-8.5-7.2-13.3-17.5-13.3-28.1 0-21.3 19-38.6 42.4-38.6H396c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8h-12.3c-6 0-10.4 3.5-10.4 6.6 0 1.3.8 2.7 2.1 3.8l21.9 18.8c8.5 7.2 13.3 17.5 13.3 28.1.1 21.3-18.9 38.6-42.3 38.6z\"]\n};\nvar faSnowboarding = {\n prefix: 'fas',\n iconName: 'snowboarding',\n icon: [512, 512, [], \"f7ce\", \"M432 96c26.5 0 48-21.5 48-48S458.5 0 432 0s-48 21.5-48 48 21.5 48 48 48zm28.8 153.6c5.8 4.3 12.5 6.4 19.2 6.4 9.7 0 19.3-4.4 25.6-12.8 10.6-14.1 7.8-34.2-6.4-44.8l-111.4-83.5c-13.8-10.3-29.1-18.4-45.4-23.8l-63.7-21.2-26.1-52.1C244.7 2 225.5-4.4 209.7 3.5c-15.8 7.9-22.2 27.1-14.3 42.9l29.1 58.1c5.7 11.4 15.6 19.9 27.7 24l16.4 5.5-41.2 20.6c-21.8 10.9-35.4 32.8-35.4 57.2v53.1l-74.1 24.7c-16.8 5.6-25.8 23.7-20.2 40.5 1.7 5.2 4.9 9.4 8.7 12.9l-38.7-14.1c-9.7-3.5-17.4-10.6-21.8-20-5.6-12-19.9-17.2-31.9-11.6s-17.2 19.9-11.6 31.9c9.8 21 27.1 36.9 48.9 44.8l364.8 132.7c9.7 3.5 19.7 5.3 29.7 5.3 12.5 0 24.9-2.7 36.5-8.2 12-5.6 17.2-19.9 11.6-31.9S474 454.7 462 460.3c-9.3 4.4-19.8 4.8-29.5 1.3l-90.8-33.1c8.7-4.1 15.6-11.8 17.8-21.9l21.9-102c3.9-18.2-3.2-37.2-18.1-48.4l-52-39 66-30.5 83.5 62.9zm-144.4 51.7l-19.7 92c-1.5 7.1-.1 13.9 2.8 20l-169.4-61.6c2.7-.2 5.4-.4 8-1.3l85-28.4c19.6-6.5 32.8-24.8 32.8-45.5V256l60.5 45.3z\"]\n};\nvar faSnowflake = {\n prefix: 'fas',\n iconName: 'snowflake',\n icon: [448, 512, [], \"f2dc\", \"M440.3 345.2l-33.8-19.5 26-7c8.2-2.2 13.1-10.7 10.9-18.9l-4-14.9c-2.2-8.2-10.7-13.1-18.9-10.9l-70.8 19-63.9-37 63.8-36.9 70.8 19c8.2 2.2 16.7-2.7 18.9-10.9l4-14.9c2.2-8.2-2.7-16.7-10.9-18.9l-26-7 33.8-19.5c7.4-4.3 9.9-13.7 5.7-21.1L430.4 119c-4.3-7.4-13.7-9.9-21.1-5.7l-33.8 19.5 7-26c2.2-8.2-2.7-16.7-10.9-18.9l-14.9-4c-8.2-2.2-16.7 2.7-18.9 10.9l-19 70.8-62.8 36.2v-77.5l53.7-53.7c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0L256 56.4V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v40.4l-19.7-19.7c-6.2-6.2-16.4-6.2-22.6 0L138.3 48c-6.3 6.2-6.3 16.4 0 22.6l53.7 53.7v77.5l-62.8-36.2-19-70.8c-2.2-8.2-10.7-13.1-18.9-10.9l-14.9 4c-8.2 2.2-13.1 10.7-10.9 18.9l7 26-33.8-19.5c-7.4-4.3-16.8-1.7-21.1 5.7L2.1 145.7c-4.3 7.4-1.7 16.8 5.7 21.1l33.8 19.5-26 7c-8.3 2.2-13.2 10.7-11 19l4 14.9c2.2 8.2 10.7 13.1 18.9 10.9l70.8-19 63.8 36.9-63.8 36.9-70.8-19c-8.2-2.2-16.7 2.7-18.9 10.9l-4 14.9c-2.2 8.2 2.7 16.7 10.9 18.9l26 7-33.8 19.6c-7.4 4.3-9.9 13.7-5.7 21.1l15.5 26.8c4.3 7.4 13.7 9.9 21.1 5.7l33.8-19.5-7 26c-2.2 8.2 2.7 16.7 10.9 18.9l14.9 4c8.2 2.2 16.7-2.7 18.9-10.9l19-70.8 62.8-36.2v77.5l-53.7 53.7c-6.3 6.2-6.3 16.4 0 22.6l11.3 11.3c6.2 6.2 16.4 6.2 22.6 0l19.7-19.7V496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-40.4l19.7 19.7c6.2 6.2 16.4 6.2 22.6 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6L256 387.7v-77.5l62.8 36.2 19 70.8c2.2 8.2 10.7 13.1 18.9 10.9l14.9-4c8.2-2.2 13.1-10.7 10.9-18.9l-7-26 33.8 19.5c7.4 4.3 16.8 1.7 21.1-5.7l15.5-26.8c4.3-7.3 1.8-16.8-5.6-21z\"]\n};\nvar faSnowman = {\n prefix: 'fas',\n iconName: 'snowman',\n icon: [512, 512, [], \"f7d0\", \"M510.9 152.3l-5.9-14.5c-3.3-8-12.6-11.9-20.8-8.7L456 140.6v-29c0-8.6-7.2-15.6-16-15.6h-16c-8.8 0-16 7-16 15.6v46.9c0 .5.3 1 .3 1.5l-56.4 23c-5.9-10-13.3-18.9-22-26.6 13.6-16.6 22-37.4 22-60.5 0-53-43-96-96-96s-96 43-96 96c0 23.1 8.5 43.9 22 60.5-8.7 7.7-16 16.6-22 26.6l-56.4-23c.1-.5.3-1 .3-1.5v-46.9C104 103 96.8 96 88 96H72c-8.8 0-16 7-16 15.6v29l-28.1-11.5c-8.2-3.2-17.5.7-20.8 8.7l-5.9 14.5c-3.3 8 .7 17.1 8.9 20.3l135.2 55.2c-.4 4-1.2 8-1.2 12.2 0 10.1 1.7 19.6 4.2 28.9C120.9 296.4 104 334.2 104 376c0 54 28.4 100.9 70.8 127.8 9.3 5.9 20.3 8.2 31.3 8.2h99.2c13.3 0 26.3-4.1 37.2-11.7 46.5-32.3 74.4-89.4 62.9-152.6-5.5-30.2-20.5-57.6-41.6-79 2.5-9.2 4.2-18.7 4.2-28.7 0-4.2-.8-8.1-1.2-12.2L502 172.6c8.1-3.1 12.1-12.2 8.9-20.3zM224 96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32 272c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-88s-16-23.2-16-32 7.2-16 16-16 16 7.2 16 16-16 32-16 32zm32-56c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"]\n};\nvar faSnowplow = {\n prefix: 'fas',\n iconName: 'snowplow',\n icon: [640, 512, [], \"f7d2\", \"M120 376c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm238.6 49.4c-14.5-14.5-22.6-34.1-22.6-54.6V269.2c0-20.5 8.1-40.1 22.6-54.6l36.7-36.7c6.2-6.2 6.2-16.4 0-22.6l-22.6-22.6c-6.2-6.2-16.4-6.2-22.6 0l-36.7 36.7c-26.5 26.5-41.4 62.4-41.4 99.9V288h-64v-50.9c0-8.7-1.8-17.2-5.2-25.2L364.5 29.1C356.9 11.4 339.6 0 320.3 0H176c-26.5 0-48 21.5-48 48v112h-16c-26.5 0-48 21.5-48 48v91.2C26.3 317.2 0 355.4 0 400c0 61.9 50.1 112 112 112h256c61.9 0 112-50.1 112-112 0-17.3-4.2-33.4-11.2-48H512v18.7c0 37.5 14.9 73.4 41.4 99.9l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0l22.6-22.6c6.2-6.2 6.2-16.4 0-22.6l-36.7-36.7zM192 64h117.8l68.6 160H256l-64-64V64zm176 384H112c-26.5 0-48-21.5-48-48s21.5-48 48-48h256c26.5 0 48 21.5 48 48s-21.5 48-48 48z\"]\n};\nvar faSocks = {\n prefix: 'fas',\n iconName: 'socks',\n icon: [512, 512, [], \"f696\", \"M214.66 311.01L288 256V96H128v176l-86.65 64.61c-39.4 29.56-53.86 84.42-29.21 127.06C30.39 495.25 63.27 512 96.08 512c20.03 0 40.25-6.25 57.52-19.2l21.86-16.39c-29.85-55.38-13.54-125.84 39.2-165.4zM288 32c0-11.05 3.07-21.3 8.02-30.38C293.4.92 290.85 0 288 0H160c-17.67 0-32 14.33-32 32v32h160V32zM480 0H352c-17.67 0-32 14.33-32 32v32h192V32c0-17.67-14.33-32-32-32zM320 272l-86.13 64.61c-39.4 29.56-53.86 84.42-29.21 127.06 18.25 31.58 50.61 48.33 83.42 48.33 20.03 0 40.25-6.25 57.52-19.2l115.2-86.4A127.997 127.997 0 0 0 512 304V96H320v176z\"]\n};\nvar faSolarPanel = {\n prefix: 'fas',\n iconName: 'solar-panel',\n icon: [640, 512, [], \"f5ba\", \"M431.98 448.01l-47.97.05V416h-128v32.21l-47.98.05c-8.82.01-15.97 7.16-15.98 15.99l-.05 31.73c-.01 8.85 7.17 16.03 16.02 16.02l223.96-.26c8.82-.01 15.97-7.16 15.98-15.98l.04-31.73c.01-8.85-7.17-16.03-16.02-16.02zM585.2 26.74C582.58 11.31 568.99 0 553.06 0H86.93C71 0 57.41 11.31 54.79 26.74-3.32 369.16.04 348.08.03 352c-.03 17.32 14.29 32 32.6 32h574.74c18.23 0 32.51-14.56 32.59-31.79.02-4.08 3.35 16.95-54.76-325.47zM259.83 64h120.33l9.77 96H250.06l9.77-96zm-75.17 256H71.09L90.1 208h105.97l-11.41 112zm16.29-160H98.24l16.29-96h96.19l-9.77 96zm32.82 160l11.4-112h149.65l11.4 112H233.77zm195.5-256h96.19l16.29 96H439.04l-9.77-96zm26.06 256l-11.4-112H549.9l19.01 112H455.33z\"]\n};\nvar faSort = {\n prefix: 'fas',\n iconName: 'sort',\n icon: [320, 512, [], \"f0dc\", \"M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z\"]\n};\nvar faSortAlphaDown = {\n prefix: 'fas',\n iconName: 'sort-alpha-down',\n icon: [448, 512, [], \"f15d\", \"M176 352h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm240-64H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 446.37V464a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 321.63V304a16 16 0 0 0-16-16zm31.06-85.38l-59.27-160A16 16 0 0 0 372.72 32h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 224h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 224H432a16 16 0 0 0 15.06-21.38zM335.61 144L352 96l16.39 48z\"]\n};\nvar faSortAlphaDownAlt = {\n prefix: 'fas',\n iconName: 'sort-alpha-down-alt',\n icon: [448, 512, [], \"f881\", \"M176 352h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm112-128h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 65.63V48a16 16 0 0 0-16-16H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 190.37V208a16 16 0 0 0 16 16zm159.06 234.62l-59.27-160A16 16 0 0 0 372.72 288h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 480h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 480H432a16 16 0 0 0 15.06-21.38zM335.61 400L352 352l16.39 48z\"]\n};\nvar faSortAlphaUp = {\n prefix: 'fas',\n iconName: 'sort-alpha-up',\n icon: [448, 512, [], \"f15e\", \"M16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160zm400 128H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 446.37V464a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 321.63V304a16 16 0 0 0-16-16zm31.06-85.38l-59.27-160A16 16 0 0 0 372.72 32h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 224h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 224H432a16 16 0 0 0 15.06-21.38zM335.61 144L352 96l16.39 48z\"]\n};\nvar faSortAlphaUpAlt = {\n prefix: 'fas',\n iconName: 'sort-alpha-up-alt',\n icon: [448, 512, [], \"f882\", \"M16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160zm272 64h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 65.63V48a16 16 0 0 0-16-16H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 190.37V208a16 16 0 0 0 16 16zm159.06 234.62l-59.27-160A16 16 0 0 0 372.72 288h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 480h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 480H432a16 16 0 0 0 15.06-21.38zM335.61 400L352 352l16.39 48z\"]\n};\nvar faSortAmountDown = {\n prefix: 'fas',\n iconName: 'sort-amount-down',\n icon: [512, 512, [], \"f160\", \"M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-128-64h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm256-192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faSortAmountDownAlt = {\n prefix: 'fas',\n iconName: 'sort-amount-down-alt',\n icon: [512, 512, [], \"f884\", \"M240 96h64a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm0 128h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm256 192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-256-64h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm-64 0h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352z\"]\n};\nvar faSortAmountUp = {\n prefix: 'fas',\n iconName: 'sort-amount-up',\n icon: [512, 512, [], \"f161\", \"M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.77 160 16 160zm416 0H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faSortAmountUpAlt = {\n prefix: 'fas',\n iconName: 'sort-amount-up-alt',\n icon: [512, 512, [], \"f885\", \"M240 96h64a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm0 128h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm256 192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-256-64h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zM16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.39-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160z\"]\n};\nvar faSortDown = {\n prefix: 'fas',\n iconName: 'sort-down',\n icon: [320, 512, [], \"f0dd\", \"M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z\"]\n};\nvar faSortNumericDown = {\n prefix: 'fas',\n iconName: 'sort-numeric-down',\n icon: [448, 512, [], \"f162\", \"M304 96h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-16V48a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 96zm26.15 162.91a79 79 0 0 0-55 54.17c-14.25 51.05 21.21 97.77 68.85 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.76 86.25-61.61 86.25-132V336c-.02-51.21-48.4-91.34-101.85-77.09zM352 356a20 20 0 1 1 20-20 20 20 0 0 1-20 20zm-176-4h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352z\"]\n};\nvar faSortNumericDownAlt = {\n prefix: 'fas',\n iconName: 'sort-numeric-down-alt',\n icon: [448, 512, [], \"f886\", \"M176 352h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm224 64h-16V304a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 352h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM330.17 34.91a79 79 0 0 0-55 54.17c-14.27 51.05 21.19 97.77 68.83 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.77 86.25-61.61 86.25-132V112c-.02-51.21-48.4-91.34-101.85-77.09zM352 132a20 20 0 1 1 20-20 20 20 0 0 1-20 20z\"]\n};\nvar faSortNumericUp = {\n prefix: 'fas',\n iconName: 'sort-numeric-up',\n icon: [448, 512, [], \"f163\", \"M330.17 258.91a79 79 0 0 0-55 54.17c-14.27 51.05 21.19 97.77 68.83 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.76 86.25-61.61 86.25-132V336c-.02-51.21-48.4-91.34-101.85-77.09zM352 356a20 20 0 1 1 20-20 20 20 0 0 1-20 20zM304 96h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-16V48a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 96zM107.31 36.69a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31z\"]\n};\nvar faSortNumericUpAlt = {\n prefix: 'fas',\n iconName: 'sort-numeric-up-alt',\n icon: [448, 512, [], \"f887\", \"M107.31 36.69a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31zM400 416h-16V304a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 352h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM330.17 34.91a79 79 0 0 0-55 54.17c-14.27 51.05 21.19 97.77 68.83 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.77 86.25-61.61 86.25-132V112c-.02-51.21-48.4-91.34-101.85-77.09zM352 132a20 20 0 1 1 20-20 20 20 0 0 1-20 20z\"]\n};\nvar faSortUp = {\n prefix: 'fas',\n iconName: 'sort-up',\n icon: [320, 512, [], \"f0de\", \"M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z\"]\n};\nvar faSpa = {\n prefix: 'fas',\n iconName: 'spa',\n icon: [576, 512, [], \"f5bb\", \"M568.25 192c-29.04.13-135.01 6.16-213.84 83-33.12 29.63-53.36 63.3-66.41 94.86-13.05-31.56-33.29-65.23-66.41-94.86-78.83-76.84-184.8-82.87-213.84-83-4.41-.02-7.79 3.4-7.75 7.82.23 27.92 7.14 126.14 88.77 199.3C172.79 480.94 256 480 288 480s115.19.95 199.23-80.88c81.64-73.17 88.54-171.38 88.77-199.3.04-4.42-3.34-7.84-7.75-7.82zM287.98 302.6c12.82-18.85 27.6-35.78 44.09-50.52 19.09-18.61 39.58-33.3 60.26-45.18-16.44-70.5-51.72-133.05-96.73-172.22-4.11-3.58-11.02-3.58-15.14 0-44.99 39.14-80.27 101.63-96.74 172.07 20.37 11.7 40.5 26.14 59.22 44.39a282.768 282.768 0 0 1 45.04 51.46z\"]\n};\nvar faSpaceShuttle = {\n prefix: 'fas',\n iconName: 'space-shuttle',\n icon: [640, 512, [], \"f197\", \"M592.604 208.244C559.735 192.836 515.777 184 472 184H186.327c-4.952-6.555-10.585-11.978-16.72-16H376C229.157 137.747 219.403 32 96.003 32H96v128H80V32c-26.51 0-48 28.654-48 64v64c-23.197 0-32 10.032-32 24v40c0 13.983 8.819 24 32 24v16c-23.197 0-32 10.032-32 24v40c0 13.983 8.819 24 32 24v64c0 35.346 21.49 64 48 64V352h16v128h.003c123.4 0 133.154-105.747 279.997-136H169.606c6.135-4.022 11.768-9.445 16.72-16H472c43.777 0 87.735-8.836 120.604-24.244C622.282 289.845 640 271.992 640 256s-17.718-33.845-47.396-47.756zM488 296a8 8 0 0 1-8-8v-64a8 8 0 0 1 8-8c31.909 0 31.942 80 0 80z\"]\n};\nvar faSpellCheck = {\n prefix: 'fas',\n iconName: 'spell-check',\n icon: [576, 512, [], \"f891\", \"M272 256h91.36c43.2 0 82-32.2 84.51-75.34a79.82 79.82 0 0 0-25.26-63.07 79.81 79.81 0 0 0 9.06-44.91C427.9 30.57 389.3 0 347 0h-75a16 16 0 0 0-16 16v224a16 16 0 0 0 16 16zm40-200h40a24 24 0 0 1 0 48h-40zm0 96h56a24 24 0 0 1 0 48h-56zM155.12 22.25A32 32 0 0 0 124.64 0H99.36a32 32 0 0 0-30.48 22.25L.59 235.73A16 16 0 0 0 16 256h24.93a16 16 0 0 0 15.42-11.73L68.29 208h87.42l11.94 36.27A16 16 0 0 0 183.07 256H208a16 16 0 0 0 15.42-20.27zM89.37 144L112 75.3l22.63 68.7zm482 132.48l-45.21-45.3a15.88 15.88 0 0 0-22.59 0l-151.5 151.5-55.41-55.5a15.88 15.88 0 0 0-22.59 0l-45.3 45.3a16 16 0 0 0 0 22.59l112 112.21a15.89 15.89 0 0 0 22.6 0l208-208.21a16 16 0 0 0-.02-22.59z\"]\n};\nvar faSpider = {\n prefix: 'fas',\n iconName: 'spider',\n icon: [576, 512, [], \"f717\", \"M151.17 167.35L177.1 176h4.67l5.22-26.12c.72-3.58 1.8-7.58 3.21-11.79l-20.29-40.58 23.8-71.39c2.79-8.38-1.73-17.44-10.12-20.24L168.42.82c-8.38-2.8-17.45 1.73-20.24 10.12l-25.89 77.68a32.04 32.04 0 0 0 1.73 24.43l27.15 54.3zm422.14 182.03l-52.75-79.12a32.002 32.002 0 0 0-26.62-14.25H416l68.99-24.36a32.03 32.03 0 0 0 16.51-12.61l53.6-80.41c4.9-7.35 2.91-17.29-4.44-22.19l-13.31-8.88c-7.35-4.9-17.29-2.91-22.19 4.44l-50.56 75.83L404.1 208H368l-10.37-51.85C355.44 145.18 340.26 96 288 96c-52.26 0-67.44 49.18-69.63 60.15L208 208h-36.1l-60.49-20.17L60.84 112c-4.9-7.35-14.83-9.34-22.19-4.44l-13.31 8.88c-7.35 4.9-9.34 14.83-4.44 22.19l53.6 80.41a32.03 32.03 0 0 0 16.51 12.61L160 256H82.06a32.02 32.02 0 0 0-26.63 14.25L2.69 349.38c-4.9 7.35-2.92 17.29 4.44 22.19l13.31 8.88c7.35 4.9 17.29 2.91 22.19-4.44l48-72h47.06l-60.83 97.33A31.988 31.988 0 0 0 72 418.3V496c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-73.11l74.08-118.53c-1.01 14.05-2.08 28.11-2.08 42.21C192 399.64 232.76 448 288 448s96-48.36 96-101.43c0-14.1-1.08-28.16-2.08-42.21L456 422.89V496c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-77.71c0-6-1.69-11.88-4.86-16.96L438.31 304h47.06l48 72c4.9 7.35 14.84 9.34 22.19 4.44l13.31-8.88c7.36-4.9 9.34-14.83 4.44-22.18zM406.09 97.51l-20.29 40.58c1.41 4.21 2.49 8.21 3.21 11.79l5.22 26.12h4.67l25.93-8.65 27.15-54.3a31.995 31.995 0 0 0 1.73-24.43l-25.89-77.68C425.03 2.56 415.96-1.98 407.58.82l-15.17 5.06c-8.38 2.8-12.91 11.86-10.12 20.24l23.8 71.39z\"]\n};\nvar faSpinner = {\n prefix: 'fas',\n iconName: 'spinner',\n icon: [512, 512, [], \"f110\", \"M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z\"]\n};\nvar faSplotch = {\n prefix: 'fas',\n iconName: 'splotch',\n icon: [512, 512, [], \"f5bc\", \"M472.29 195.89l-67.06-22.95c-19.28-6.6-33.54-20.92-38.14-38.3L351.1 74.19c-11.58-43.77-76.57-57.13-109.98-22.62l-46.14 47.67c-13.26 13.71-33.54 20.93-54.2 19.31l-71.88-5.62c-52.05-4.07-86.93 44.88-59.03 82.83l38.54 52.42c11.08 15.07 12.82 33.86 4.64 50.24L24.62 355.4c-20.59 41.25 22.84 84.87 73.49 73.81l69.96-15.28c20.11-4.39 41.45 0 57.07 11.73l54.32 40.83c39.32 29.56 101.04 7.57 104.45-37.22l4.7-61.86c1.35-17.79 12.8-33.86 30.63-42.99l62-31.74c44.88-22.96 39.59-80.17-8.95-96.79z\"]\n};\nvar faSprayCan = {\n prefix: 'fas',\n iconName: 'spray-can',\n icon: [512, 512, [], \"f5bd\", \"M224 32c0-17.67-14.33-32-32-32h-64c-17.67 0-32 14.33-32 32v96h128V32zm256 96c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm-256 32H96c-53.02 0-96 42.98-96 96v224c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V256c0-53.02-42.98-96-96-96zm-64 256c-44.18 0-80-35.82-80-80s35.82-80 80-80 80 35.82 80 80-35.82 80-80 80zM480 96c17.67 0 32-14.33 32-32s-14.33-32-32-32-32 14.33-32 32 14.33 32 32 32zm-96 32c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm-96-96c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm96 0c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm96 192c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z\"]\n};\nvar faSquare = {\n prefix: 'fas',\n iconName: 'square',\n icon: [448, 512, [], \"f0c8\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"]\n};\nvar faSquareFull = {\n prefix: 'fas',\n iconName: 'square-full',\n icon: [512, 512, [], \"f45c\", \"M512 512H0V0h512v512z\"]\n};\nvar faSquareRootAlt = {\n prefix: 'fas',\n iconName: 'square-root-alt',\n icon: [576, 512, [], \"f698\", \"M571.31 251.31l-22.62-22.62c-6.25-6.25-16.38-6.25-22.63 0L480 274.75l-46.06-46.06c-6.25-6.25-16.38-6.25-22.63 0l-22.62 22.62c-6.25 6.25-6.25 16.38 0 22.63L434.75 320l-46.06 46.06c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L480 365.25l46.06 46.06c6.25 6.25 16.38 6.25 22.63 0l22.62-22.62c6.25-6.25 6.25-16.38 0-22.63L525.25 320l46.06-46.06c6.25-6.25 6.25-16.38 0-22.63zM552 0H307.65c-14.54 0-27.26 9.8-30.95 23.87l-84.79 322.8-58.41-106.1A32.008 32.008 0 0 0 105.47 224H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h43.62l88.88 163.73C168.99 503.5 186.3 512 204.94 512c17.27 0 44.44-9 54.28-41.48L357.03 96H552c13.25 0 24-10.75 24-24V24c0-13.26-10.75-24-24-24z\"]\n};\nvar faStamp = {\n prefix: 'fas',\n iconName: 'stamp',\n icon: [512, 512, [], \"f5bf\", \"M32 512h448v-64H32v64zm384-256h-66.56c-16.26 0-29.44-13.18-29.44-29.44v-9.46c0-27.37 8.88-53.41 21.46-77.72 9.11-17.61 12.9-38.39 9.05-60.42-6.77-38.78-38.47-70.7-77.26-77.45C212.62-9.04 160 37.33 160 96c0 14.16 3.12 27.54 8.69 39.58C182.02 164.43 192 194.7 192 226.49v.07c0 16.26-13.18 29.44-29.44 29.44H96c-53.02 0-96 42.98-96 96v32c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-32c0-53.02-42.98-96-96-96z\"]\n};\nvar faStar = {\n prefix: 'fas',\n iconName: 'star',\n icon: [576, 512, [], \"f005\", \"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"]\n};\nvar faStarAndCrescent = {\n prefix: 'fas',\n iconName: 'star-and-crescent',\n icon: [512, 512, [], \"f699\", \"M340.47 466.36c-1.45 0-6.89.46-9.18.46-116.25 0-210.82-94.57-210.82-210.82S215.04 45.18 331.29 45.18c2.32 0 7.7.46 9.18.46 7.13 0 13.33-5.03 14.75-12.07 1.46-7.25-2.55-14.49-9.47-17.09C316.58 5.54 286.39 0 256 0 114.84 0 0 114.84 0 256s114.84 256 256 256c30.23 0 60.28-5.49 89.32-16.32 5.96-2.02 10.28-7.64 10.28-14.26 0-8.09-6.39-15.06-15.13-15.06zm162.99-252.5l-76.38-11.1-34.16-69.21c-1.83-3.7-5.38-5.55-8.93-5.55s-7.1 1.85-8.93 5.55l-34.16 69.21-76.38 11.1c-8.17 1.18-11.43 11.22-5.52 16.99l55.27 53.87-13.05 76.07c-1.11 6.44 4.01 11.66 9.81 11.66 1.53 0 3.11-.36 4.64-1.17L384 335.37l68.31 35.91c1.53.8 3.11 1.17 4.64 1.17 5.8 0 10.92-5.23 9.81-11.66l-13.05-76.07 55.27-53.87c5.91-5.77 2.65-15.81-5.52-16.99z\"]\n};\nvar faStarHalf = {\n prefix: 'fas',\n iconName: 'star-half',\n icon: [576, 512, [], \"f089\", \"M288 0c-11.4 0-22.8 5.9-28.7 17.8L194 150.2 47.9 171.4c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.1 23 46 46.4 33.7L288 439.6V0z\"]\n};\nvar faStarHalfAlt = {\n prefix: 'fas',\n iconName: 'star-half-alt',\n icon: [536, 512, [], \"f5c0\", \"M508.55 171.51L362.18 150.2 296.77 17.81C290.89 5.98 279.42 0 267.95 0c-11.4 0-22.79 5.9-28.69 17.81l-65.43 132.38-146.38 21.29c-26.25 3.8-36.77 36.09-17.74 54.59l105.89 103-25.06 145.48C86.98 495.33 103.57 512 122.15 512c4.93 0 10-1.17 14.87-3.75l130.95-68.68 130.94 68.7c4.86 2.55 9.92 3.71 14.83 3.71 18.6 0 35.22-16.61 31.66-37.4l-25.03-145.49 105.91-102.98c19.04-18.5 8.52-50.8-17.73-54.6zm-121.74 123.2l-18.12 17.62 4.28 24.88 19.52 113.45-102.13-53.59-22.38-11.74.03-317.19 51.03 103.29 11.18 22.63 25.01 3.64 114.23 16.63-82.65 80.38z\"]\n};\nvar faStarOfDavid = {\n prefix: 'fas',\n iconName: 'star-of-david',\n icon: [464, 512, [], \"f69a\", \"M405.68 256l53.21-89.39C473.3 142.4 455.48 112 426.88 112H319.96l-55.95-93.98C256.86 6.01 244.43 0 232 0s-24.86 6.01-32.01 18.02L144.04 112H37.11c-28.6 0-46.42 30.4-32.01 54.61L58.32 256 5.1 345.39C-9.31 369.6 8.51 400 37.11 400h106.93l55.95 93.98C207.14 505.99 219.57 512 232 512s24.86-6.01 32.01-18.02L319.96 400h106.93c28.6 0 46.42-30.4 32.01-54.61L405.68 256zm-12.78-88l-19.8 33.26L353.3 168h39.6zm-52.39 88l-52.39 88H175.88l-52.39-88 52.38-88h112.25l52.39 88zM232 73.72L254.79 112h-45.57L232 73.72zM71.1 168h39.6l-19.8 33.26L71.1 168zm0 176l19.8-33.26L110.7 344H71.1zM232 438.28L209.21 400h45.57L232 438.28zM353.29 344l19.8-33.26L392.9 344h-39.61z\"]\n};\nvar faStarOfLife = {\n prefix: 'fas',\n iconName: 'star-of-life',\n icon: [480, 512, [], \"f621\", \"M471.99 334.43L336.06 256l135.93-78.43c7.66-4.42 10.28-14.2 5.86-21.86l-32.02-55.43c-4.42-7.65-14.21-10.28-21.87-5.86l-135.93 78.43V16c0-8.84-7.17-16-16.01-16h-64.04c-8.84 0-16.01 7.16-16.01 16v156.86L56.04 94.43c-7.66-4.42-17.45-1.79-21.87 5.86L2.15 155.71c-4.42 7.65-1.8 17.44 5.86 21.86L143.94 256 8.01 334.43c-7.66 4.42-10.28 14.21-5.86 21.86l32.02 55.43c4.42 7.65 14.21 10.27 21.87 5.86l135.93-78.43V496c0 8.84 7.17 16 16.01 16h64.04c8.84 0 16.01-7.16 16.01-16V339.14l135.93 78.43c7.66 4.42 17.45 1.8 21.87-5.86l32.02-55.43c4.42-7.65 1.8-17.43-5.86-21.85z\"]\n};\nvar faStepBackward = {\n prefix: 'fas',\n iconName: 'step-backward',\n icon: [448, 512, [], \"f048\", \"M64 468V44c0-6.6 5.4-12 12-12h48c6.6 0 12 5.4 12 12v176.4l195.5-181C352.1 22.3 384 36.6 384 64v384c0 27.4-31.9 41.7-52.5 24.6L136 292.7V468c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12z\"]\n};\nvar faStepForward = {\n prefix: 'fas',\n iconName: 'step-forward',\n icon: [448, 512, [], \"f051\", \"M384 44v424c0 6.6-5.4 12-12 12h-48c-6.6 0-12-5.4-12-12V291.6l-195.5 181C95.9 489.7 64 475.4 64 448V64c0-27.4 31.9-41.7 52.5-24.6L312 219.3V44c0-6.6 5.4-12 12-12h48c6.6 0 12 5.4 12 12z\"]\n};\nvar faStethoscope = {\n prefix: 'fas',\n iconName: 'stethoscope',\n icon: [512, 512, [], \"f0f1\", \"M447.1 112c-34.2.5-62.3 28.4-63 62.6-.5 24.3 12.5 45.6 32 56.8V344c0 57.3-50.2 104-112 104-60 0-109.2-44.1-111.9-99.2C265 333.8 320 269.2 320 192V36.6c0-11.4-8.1-21.3-19.3-23.5L237.8.5c-13-2.6-25.6 5.8-28.2 18.8L206.4 35c-2.6 13 5.8 25.6 18.8 28.2l30.7 6.1v121.4c0 52.9-42.2 96.7-95.1 97.2-53.4.5-96.9-42.7-96.9-96V69.4l30.7-6.1c13-2.6 21.4-15.2 18.8-28.2l-3.1-15.7C107.7 6.4 95.1-2 82.1.6L19.3 13C8.1 15.3 0 25.1 0 36.6V192c0 77.3 55.1 142 128.1 156.8C130.7 439.2 208.6 512 304 512c97 0 176-75.4 176-168V231.4c19.1-11.1 32-31.7 32-55.4 0-35.7-29.2-64.5-64.9-64zm.9 80c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"]\n};\nvar faStickyNote = {\n prefix: 'fas',\n iconName: 'sticky-note',\n icon: [448, 512, [], \"f249\", \"M312 320h136V56c0-13.3-10.7-24-24-24H24C10.7 32 0 42.7 0 56v400c0 13.3 10.7 24 24 24h264V344c0-13.2 10.8-24 24-24zm129 55l-98 98c-4.5 4.5-10.6 7-17 7h-6V352h128v6.1c0 6.3-2.5 12.4-7 16.9z\"]\n};\nvar faStop = {\n prefix: 'fas',\n iconName: 'stop',\n icon: [448, 512, [], \"f04d\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"]\n};\nvar faStopCircle = {\n prefix: 'fas',\n iconName: 'stop-circle',\n icon: [512, 512, [], \"f28d\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm96 328c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h160c8.8 0 16 7.2 16 16v160z\"]\n};\nvar faStopwatch = {\n prefix: 'fas',\n iconName: 'stopwatch',\n icon: [448, 512, [], \"f2f2\", \"M432 304c0 114.9-93.1 208-208 208S16 418.9 16 304c0-104 76.3-190.2 176-205.5V64h-28c-6.6 0-12-5.4-12-12V12c0-6.6 5.4-12 12-12h120c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-28v34.5c37.5 5.8 71.7 21.6 99.7 44.6l27.5-27.5c4.7-4.7 12.3-4.7 17 0l28.3 28.3c4.7 4.7 4.7 12.3 0 17l-29.4 29.4-.6.6C419.7 223.3 432 262.2 432 304zm-176 36V188.5c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12V340c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12z\"]\n};\nvar faStore = {\n prefix: 'fas',\n iconName: 'store',\n icon: [616, 512, [], \"f54e\", \"M602 118.6L537.1 15C531.3 5.7 521 0 510 0H106C95 0 84.7 5.7 78.9 15L14 118.6c-33.5 53.5-3.8 127.9 58.8 136.4 4.5.6 9.1.9 13.7.9 29.6 0 55.8-13 73.8-33.1 18 20.1 44.3 33.1 73.8 33.1 29.6 0 55.8-13 73.8-33.1 18 20.1 44.3 33.1 73.8 33.1 29.6 0 55.8-13 73.8-33.1 18.1 20.1 44.3 33.1 73.8 33.1 4.7 0 9.2-.3 13.7-.9 62.8-8.4 92.6-82.8 59-136.4zM529.5 288c-10 0-19.9-1.5-29.5-3.8V384H116v-99.8c-9.6 2.2-19.5 3.8-29.5 3.8-6 0-12.1-.4-18-1.2-5.6-.8-11.1-2.1-16.4-3.6V480c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32V283.2c-5.4 1.6-10.8 2.9-16.4 3.6-6.1.8-12.1 1.2-18.2 1.2z\"]\n};\nvar faStoreAlt = {\n prefix: 'fas',\n iconName: 'store-alt',\n icon: [640, 512, [], \"f54f\", \"M320 384H128V224H64v256c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32V224h-64v160zm314.6-241.8l-85.3-128c-6-8.9-16-14.2-26.7-14.2H117.4c-10.7 0-20.7 5.3-26.6 14.2l-85.3 128c-14.2 21.3 1 49.8 26.6 49.8H608c25.5 0 40.7-28.5 26.6-49.8zM512 496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V224h-64v272z\"]\n};\nvar faStream = {\n prefix: 'fas',\n iconName: 'stream',\n icon: [512, 512, [], \"f550\", \"M16 128h416c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H16C7.16 32 0 39.16 0 48v64c0 8.84 7.16 16 16 16zm480 80H80c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm-64 176H16c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16z\"]\n};\nvar faStreetView = {\n prefix: 'fas',\n iconName: 'street-view',\n icon: [512, 512, [], \"f21d\", \"M367.9 329.76c-4.62 5.3-9.78 10.1-15.9 13.65v22.94c66.52 9.34 112 28.05 112 49.65 0 30.93-93.12 56-208 56S48 446.93 48 416c0-21.6 45.48-40.3 112-49.65v-22.94c-6.12-3.55-11.28-8.35-15.9-13.65C58.87 345.34 0 378.05 0 416c0 53.02 114.62 96 256 96s256-42.98 256-96c0-37.95-58.87-70.66-144.1-86.24zM256 128c35.35 0 64-28.65 64-64S291.35 0 256 0s-64 28.65-64 64 28.65 64 64 64zm-64 192v96c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-96c17.67 0 32-14.33 32-32v-96c0-26.51-21.49-48-48-48h-11.8c-11.07 5.03-23.26 8-36.2 8s-25.13-2.97-36.2-8H208c-26.51 0-48 21.49-48 48v96c0 17.67 14.33 32 32 32z\"]\n};\nvar faStrikethrough = {\n prefix: 'fas',\n iconName: 'strikethrough',\n icon: [512, 512, [], \"f0cc\", \"M496 224H293.9l-87.17-26.83A43.55 43.55 0 0 1 219.55 112h66.79A49.89 49.89 0 0 1 331 139.58a16 16 0 0 0 21.46 7.15l42.94-21.47a16 16 0 0 0 7.16-21.46l-.53-1A128 128 0 0 0 287.51 32h-68a123.68 123.68 0 0 0-123 135.64c2 20.89 10.1 39.83 21.78 56.36H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h480a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-180.24 96A43 43 0 0 1 336 356.45 43.59 43.59 0 0 1 292.45 400h-66.79A49.89 49.89 0 0 1 181 372.42a16 16 0 0 0-21.46-7.15l-42.94 21.47a16 16 0 0 0-7.16 21.46l.53 1A128 128 0 0 0 224.49 480h68a123.68 123.68 0 0 0 123-135.64 114.25 114.25 0 0 0-5.34-24.36z\"]\n};\nvar faStroopwafel = {\n prefix: 'fas',\n iconName: 'stroopwafel',\n icon: [512, 512, [], \"f551\", \"M188.12 210.74L142.86 256l45.25 45.25L233.37 256l-45.25-45.26zm113.13-22.62L256 142.86l-45.25 45.25L256 233.37l45.25-45.25zm-90.5 135.76L256 369.14l45.26-45.26L256 278.63l-45.25 45.25zM256 0C114.62 0 0 114.62 0 256s114.62 256 256 256 256-114.62 256-256S397.38 0 256 0zm186.68 295.6l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-28.29-28.29-45.25 45.25 33.94 33.94 16.97-16.97c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-16.97 16.97 16.97 16.97c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-16.97-16.97-16.97 16.97c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l16.97-16.97-33.94-33.94-45.26 45.26 28.29 28.29c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0L256 414.39l-28.29 28.29c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l28.29-28.29-45.25-45.26-33.94 33.94 16.97 16.97c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-16.97-16.97-16.97 16.97c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l16.97-16.97-16.97-16.97c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l16.97 16.97 33.94-33.94-45.25-45.25-28.29 28.29c-3.12 3.12-8.19 3.12-11.31 0L69.32 295.6c-3.12-3.12-3.12-8.19 0-11.31L97.61 256l-28.29-28.29c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l28.29 28.29 45.25-45.26-33.94-33.94-16.97 16.97c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l16.97-16.97-16.97-16.97c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l16.97 16.97 16.97-16.97c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-16.97 16.97 33.94 33.94 45.26-45.25-28.29-28.29c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0L256 97.61l28.29-28.29c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-28.29 28.29 45.26 45.25 33.94-33.94-16.97-16.97c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l16.97 16.97 16.97-16.97c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-16.97 16.97 16.97 16.97c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-16.97-16.97-33.94 33.94 45.25 45.26 28.29-28.29c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31L414.39 256l28.29 28.28a8.015 8.015 0 0 1 0 11.32zM278.63 256l45.26 45.25L369.14 256l-45.25-45.26L278.63 256z\"]\n};\nvar faSubscript = {\n prefix: 'fas',\n iconName: 'subscript',\n icon: [512, 512, [], \"f12c\", \"M496 448h-16V304a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 400 352h16v96h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM336 64h-67a16 16 0 0 0-13.14 6.87l-79.9 115-79.9-115A16 16 0 0 0 83 64H16A16 16 0 0 0 0 80v48a16 16 0 0 0 16 16h33.48l77.81 112-77.81 112H16a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h67a16 16 0 0 0 13.14-6.87l79.9-115 79.9 115A16 16 0 0 0 269 448h67a16 16 0 0 0 16-16v-48a16 16 0 0 0-16-16h-33.48l-77.81-112 77.81-112H336a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16z\"]\n};\nvar faSubway = {\n prefix: 'fas',\n iconName: 'subway',\n icon: [448, 512, [], \"f239\", \"M448 96v256c0 51.815-61.624 96-130.022 96l62.98 49.721C386.905 502.417 383.562 512 376 512H72c-7.578 0-10.892-9.594-4.957-14.279L130.022 448C61.82 448 0 403.954 0 352V96C0 42.981 64 0 128 0h192c65 0 128 42.981 128 96zM200 232V120c0-13.255-10.745-24-24-24H72c-13.255 0-24 10.745-24 24v112c0 13.255 10.745 24 24 24h104c13.255 0 24-10.745 24-24zm200 0V120c0-13.255-10.745-24-24-24H272c-13.255 0-24 10.745-24 24v112c0 13.255 10.745 24 24 24h104c13.255 0 24-10.745 24-24zm-48 56c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm-256 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z\"]\n};\nvar faSuitcase = {\n prefix: 'fas',\n iconName: 'suitcase',\n icon: [512, 512, [], \"f0f2\", \"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"]\n};\nvar faSuitcaseRolling = {\n prefix: 'fas',\n iconName: 'suitcase-rolling',\n icon: [384, 512, [], \"f5c1\", \"M336 160H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h16v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16h128v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16h16c26.51 0 48-21.49 48-48V208c0-26.51-21.49-48-48-48zm-16 216c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h240c4.42 0 8 3.58 8 8v16zm0-96c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h240c4.42 0 8 3.58 8 8v16zM144 48h96v80h48V48c0-26.51-21.49-48-48-48h-96c-26.51 0-48 21.49-48 48v80h48V48z\"]\n};\nvar faSun = {\n prefix: 'fas',\n iconName: 'sun',\n icon: [512, 512, [], \"f185\", \"M256 160c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm246.4 80.5l-94.7-47.3 33.5-100.4c4.5-13.6-8.4-26.5-21.9-21.9l-100.4 33.5-47.4-94.8c-6.4-12.8-24.6-12.8-31 0l-47.3 94.7L92.7 70.8c-13.6-4.5-26.5 8.4-21.9 21.9l33.5 100.4-94.7 47.4c-12.8 6.4-12.8 24.6 0 31l94.7 47.3-33.5 100.5c-4.5 13.6 8.4 26.5 21.9 21.9l100.4-33.5 47.3 94.7c6.4 12.8 24.6 12.8 31 0l47.3-94.7 100.4 33.5c13.6 4.5 26.5-8.4 21.9-21.9l-33.5-100.4 94.7-47.3c13-6.5 13-24.7.2-31.1zm-155.9 106c-49.9 49.9-131.1 49.9-181 0-49.9-49.9-49.9-131.1 0-181 49.9-49.9 131.1-49.9 181 0 49.9 49.9 49.9 131.1 0 181z\"]\n};\nvar faSuperscript = {\n prefix: 'fas',\n iconName: 'superscript',\n icon: [512, 512, [], \"f12b\", \"M496 160h-16V16a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 400 64h16v96h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM336 64h-67a16 16 0 0 0-13.14 6.87l-79.9 115-79.9-115A16 16 0 0 0 83 64H16A16 16 0 0 0 0 80v48a16 16 0 0 0 16 16h33.48l77.81 112-77.81 112H16a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h67a16 16 0 0 0 13.14-6.87l79.9-115 79.9 115A16 16 0 0 0 269 448h67a16 16 0 0 0 16-16v-48a16 16 0 0 0-16-16h-33.48l-77.81-112 77.81-112H336a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16z\"]\n};\nvar faSurprise = {\n prefix: 'fas',\n iconName: 'surprise',\n icon: [496, 512, [], \"f5c2\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 208c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm112 208c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm80-176c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faSwatchbook = {\n prefix: 'fas',\n iconName: 'swatchbook',\n icon: [512, 512, [], \"f5c3\", \"M434.66,167.71h0L344.5,77.36a31.83,31.83,0,0,0-45-.07h0l-.07.07L224,152.88V424L434.66,212.9A32,32,0,0,0,434.66,167.71ZM480,320H373.09L186.68,506.51c-2.06,2.07-4.5,3.58-6.68,5.49H480a32,32,0,0,0,32-32V352A32,32,0,0,0,480,320ZM192,32A32,32,0,0,0,160,0H32A32,32,0,0,0,0,32V416a96,96,0,0,0,192,0ZM96,440a24,24,0,1,1,24-24A24,24,0,0,1,96,440Zm32-184H64V192h64Zm0-128H64V64h64Z\"]\n};\nvar faSwimmer = {\n prefix: 'fas',\n iconName: 'swimmer',\n icon: [640, 512, [], \"f5c4\", \"M189.61 310.58c3.54 3.26 15.27 9.42 34.39 9.42s30.86-6.16 34.39-9.42c16.02-14.77 34.5-22.58 53.46-22.58h16.3c18.96 0 37.45 7.81 53.46 22.58 3.54 3.26 15.27 9.42 34.39 9.42s30.86-6.16 34.39-9.42c14.86-13.71 31.88-21.12 49.39-22.16l-112.84-80.6 18-12.86c3.64-2.58 8.28-3.52 12.62-2.61l100.35 21.53c25.91 5.53 51.44-10.97 57-36.88 5.55-25.92-10.95-51.44-36.88-57L437.68 98.47c-30.73-6.58-63.02.12-88.56 18.38l-80.02 57.17c-10.38 7.39-19.36 16.44-26.72 26.94L173.75 299c5.47 3.23 10.82 6.93 15.86 11.58zM624 352h-16c-26.04 0-45.8-8.42-56.09-17.9-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C461.8 343.58 442.04 352 416 352s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C269.8 343.58 250.04 352 224 352s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C77.8 343.58 58.04 352 32 352H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16c38.62 0 72.72-12.19 96-31.84 23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84h16c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-512-96c44.18 0 80-35.82 80-80s-35.82-80-80-80-80 35.82-80 80 35.82 80 80 80z\"]\n};\nvar faSwimmingPool = {\n prefix: 'fas',\n iconName: 'swimming-pool',\n icon: [640, 512, [], \"f5c5\", \"M624 416h-16c-26.04 0-45.8-8.42-56.09-17.9-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C461.8 407.58 442.04 416 416 416s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C269.8 407.58 250.04 416 224 416s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C77.8 407.58 58.04 416 32 416H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16c38.62 0 72.72-12.19 96-31.84 23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84h16c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-400-32v-96h192v96c19.12 0 30.86-6.16 34.39-9.42 9.17-8.46 19.2-14.34 29.61-18.07V128c0-17.64 14.36-32 32-32s32 14.36 32 32v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16c0-52.94-43.06-96-96-96s-96 43.06-96 96v96H224v-96c0-17.64 14.36-32 32-32s32 14.36 32 32v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16c0-52.94-43.06-96-96-96s-96 43.06-96 96v228.5c10.41 3.73 20.44 9.62 29.61 18.07 3.53 3.27 15.27 9.43 34.39 9.43z\"]\n};\nvar faSynagogue = {\n prefix: 'fas',\n iconName: 'synagogue',\n icon: [640, 512, [], \"f69b\", \"M70 196.51L6.67 268.29A26.643 26.643 0 0 0 0 285.93V512h128V239.58l-38-43.07c-5.31-6.01-14.69-6.01-20 0zm563.33 71.78L570 196.51c-5.31-6.02-14.69-6.02-20 0l-38 43.07V512h128V285.93c0-6.5-2.37-12.77-6.67-17.64zM339.99 7.01c-11.69-9.35-28.29-9.35-39.98 0l-128 102.4A32.005 32.005 0 0 0 160 134.4V512h96v-92.57c0-31.88 21.78-61.43 53.25-66.55C349.34 346.35 384 377.13 384 416v96h96V134.4c0-9.72-4.42-18.92-12.01-24.99l-128-102.4zm52.07 215.55c1.98 3.15-.29 7.24-4 7.24h-38.94L324 269.79c-1.85 2.95-6.15 2.95-8 0l-25.12-39.98h-38.94c-3.72 0-5.98-4.09-4-7.24l19.2-30.56-19.2-30.56c-1.98-3.15.29-7.24 4-7.24h38.94l25.12-40c1.85-2.95 6.15-2.95 8 0l25.12 39.98h38.95c3.71 0 5.98 4.09 4 7.24L372.87 192l19.19 30.56z\"]\n};\nvar faSync = {\n prefix: 'fas',\n iconName: 'sync',\n icon: [512, 512, [], \"f021\", \"M440.65 12.57l4 82.77A247.16 247.16 0 0 0 255.83 8C134.73 8 33.91 94.92 12.29 209.82A12 12 0 0 0 24.09 224h49.05a12 12 0 0 0 11.67-9.26 175.91 175.91 0 0 1 317-56.94l-101.46-4.86a12 12 0 0 0-12.57 12v47.41a12 12 0 0 0 12 12H500a12 12 0 0 0 12-12V12a12 12 0 0 0-12-12h-47.37a12 12 0 0 0-11.98 12.57zM255.83 432a175.61 175.61 0 0 1-146-77.8l101.8 4.87a12 12 0 0 0 12.57-12v-47.4a12 12 0 0 0-12-12H12a12 12 0 0 0-12 12V500a12 12 0 0 0 12 12h47.35a12 12 0 0 0 12-12.6l-4.15-82.57A247.17 247.17 0 0 0 255.83 504c121.11 0 221.93-86.92 243.55-201.82a12 12 0 0 0-11.8-14.18h-49.05a12 12 0 0 0-11.67 9.26A175.86 175.86 0 0 1 255.83 432z\"]\n};\nvar faSyncAlt = {\n prefix: 'fas',\n iconName: 'sync-alt',\n icon: [512, 512, [], \"f2f1\", \"M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z\"]\n};\nvar faSyringe = {\n prefix: 'fas',\n iconName: 'syringe',\n icon: [512, 512, [], \"f48e\", \"M201.5 174.8l55.7 55.8c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-55.7-55.8-45.3 45.3 55.8 55.8c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0L111 265.2l-26.4 26.4c-17.3 17.3-25.6 41.1-23 65.4l7.1 63.6L2.3 487c-3.1 3.1-3.1 8.2 0 11.3l11.3 11.3c3.1 3.1 8.2 3.1 11.3 0l66.3-66.3 63.6 7.1c23.9 2.6 47.9-5.4 65.4-23l181.9-181.9-135.7-135.7-64.9 65zm308.2-93.3L430.5 2.3c-3.1-3.1-8.2-3.1-11.3 0l-11.3 11.3c-3.1 3.1-3.1 8.2 0 11.3l28.3 28.3-45.3 45.3-56.6-56.6-17-17c-3.1-3.1-8.2-3.1-11.3 0l-33.9 33.9c-3.1 3.1-3.1 8.2 0 11.3l17 17L424.8 223l17 17c3.1 3.1 8.2 3.1 11.3 0l33.9-34c3.1-3.1 3.1-8.2 0-11.3l-73.5-73.5 45.3-45.3 28.3 28.3c3.1 3.1 8.2 3.1 11.3 0l11.3-11.3c3.1-3.2 3.1-8.2 0-11.4z\"]\n};\nvar faTable = {\n prefix: 'fas',\n iconName: 'table',\n icon: [512, 512, [], \"f0ce\", \"M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM224 416H64v-96h160v96zm0-160H64v-96h160v96zm224 160H288v-96h160v96zm0-160H288v-96h160v96z\"]\n};\nvar faTableTennis = {\n prefix: 'fas',\n iconName: 'table-tennis',\n icon: [512, 512, [], \"f45d\", \"M496.2 296.5C527.7 218.7 512 126.2 449 63.1 365.1-21 229-21 145.1 63.1l-56 56.1 211.5 211.5c46.1-62.1 131.5-77.4 195.6-34.2zm-217.9 79.7L57.9 155.9c-27.3 45.3-21.7 105 17.3 144.1l34.5 34.6L6.7 424c-8.6 7.5-9.1 20.7-1 28.8l53.4 53.5c8 8.1 21.2 7.6 28.7-1L177.1 402l35.7 35.7c19.7 19.7 44.6 30.5 70.3 33.3-7.1-17-11-35.6-11-55.1-.1-13.8 2.5-27 6.2-39.7zM416 320c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96z\"]\n};\nvar faTablet = {\n prefix: 'fas',\n iconName: 'tablet',\n icon: [448, 512, [], \"f10a\", \"M400 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM224 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"]\n};\nvar faTabletAlt = {\n prefix: 'fas',\n iconName: 'tablet-alt',\n icon: [448, 512, [], \"f3fa\", \"M400 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM224 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm176-108c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h328c6.6 0 12 5.4 12 12v312z\"]\n};\nvar faTablets = {\n prefix: 'fas',\n iconName: 'tablets',\n icon: [640, 512, [], \"f490\", \"M160 192C78.9 192 12.5 250.5.1 326.7c-.8 4.8 3.3 9.3 8.3 9.3h303.3c5 0 9.1-4.5 8.3-9.3C307.5 250.5 241.1 192 160 192zm151.6 176H8.4c-5 0-9.1 4.5-8.3 9.3C12.5 453.5 78.9 512 160 512s147.5-58.5 159.9-134.7c.8-4.8-3.3-9.3-8.3-9.3zM593.4 46.6c-56.5-56.5-144.2-61.4-206.9-16-4 2.9-4.3 8.9-.8 12.3L597 254.3c3.5 3.5 9.5 3.2 12.3-.8 45.5-62.7 40.6-150.4-15.9-206.9zM363 65.7c-3.5-3.5-9.5-3.2-12.3.8-45.4 62.7-40.5 150.4 15.9 206.9 56.5 56.5 144.2 61.4 206.9 15.9 4-2.9 4.3-8.9.8-12.3L363 65.7z\"]\n};\nvar faTachometerAlt = {\n prefix: 'fas',\n iconName: 'tachometer-alt',\n icon: [576, 512, [], \"f3fd\", \"M288 32C128.94 32 0 160.94 0 320c0 52.8 14.25 102.26 39.06 144.8 5.61 9.62 16.3 15.2 27.44 15.2h443c11.14 0 21.83-5.58 27.44-15.2C561.75 422.26 576 372.8 576 320c0-159.06-128.94-288-288-288zm0 64c14.71 0 26.58 10.13 30.32 23.65-1.11 2.26-2.64 4.23-3.45 6.67l-9.22 27.67c-5.13 3.49-10.97 6.01-17.64 6.01-17.67 0-32-14.33-32-32S270.33 96 288 96zM96 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm48-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm246.77-72.41l-61.33 184C343.13 347.33 352 364.54 352 384c0 11.72-3.38 22.55-8.88 32H232.88c-5.5-9.45-8.88-20.28-8.88-32 0-33.94 26.5-61.43 59.9-63.59l61.34-184.01c4.17-12.56 17.73-19.45 30.36-15.17 12.57 4.19 19.35 17.79 15.17 30.36zm14.66 57.2l15.52-46.55c3.47-1.29 7.13-2.23 11.05-2.23 17.67 0 32 14.33 32 32s-14.33 32-32 32c-11.38-.01-20.89-6.28-26.57-15.22zM480 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faTag = {\n prefix: 'fas',\n iconName: 'tag',\n icon: [512, 512, [], \"f02b\", \"M0 252.118V48C0 21.49 21.49 0 48 0h204.118a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882L293.823 497.941c-18.745 18.745-49.137 18.745-67.882 0L14.059 286.059A48 48 0 0 1 0 252.118zM112 64c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z\"]\n};\nvar faTags = {\n prefix: 'fas',\n iconName: 'tags',\n icon: [640, 512, [], \"f02c\", \"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"]\n};\nvar faTape = {\n prefix: 'fas',\n iconName: 'tape',\n icon: [640, 512, [], \"f4db\", \"M224 192c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64zm400 224H380.6c41.5-40.7 67.4-97.3 67.4-160 0-123.7-100.3-224-224-224S0 132.3 0 256s100.3 224 224 224h400c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-400-64c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96z\"]\n};\nvar faTasks = {\n prefix: 'fas',\n iconName: 'tasks',\n icon: [512, 512, [], \"f0ae\", \"M139.61 35.5a12 12 0 0 0-17 0L58.93 98.81l-22.7-22.12a12 12 0 0 0-17 0L3.53 92.41a12 12 0 0 0 0 17l47.59 47.4a12.78 12.78 0 0 0 17.61 0l15.59-15.62L156.52 69a12.09 12.09 0 0 0 .09-17zm0 159.19a12 12 0 0 0-17 0l-63.68 63.72-22.7-22.1a12 12 0 0 0-17 0L3.53 252a12 12 0 0 0 0 17L51 316.5a12.77 12.77 0 0 0 17.6 0l15.7-15.69 72.2-72.22a12 12 0 0 0 .09-16.9zM64 368c-26.49 0-48.59 21.5-48.59 48S37.53 464 64 464a48 48 0 0 0 0-96zm432 16H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faTaxi = {\n prefix: 'fas',\n iconName: 'taxi',\n icon: [512, 512, [], \"f1ba\", \"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faTeeth = {\n prefix: 'fas',\n iconName: 'teeth',\n icon: [640, 512, [], \"f62e\", \"M544 0H96C42.98 0 0 42.98 0 96v320c0 53.02 42.98 96 96 96h448c53.02 0 96-42.98 96-96V96c0-53.02-42.98-96-96-96zM160 368c0 26.51-21.49 48-48 48s-48-21.49-48-48v-64c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v64zm0-128c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-64c0-26.51 21.49-48 48-48s48 21.49 48 48v64zm144 120c0 30.93-25.07 56-56 56s-56-25.07-56-56v-56c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v56zm0-120c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-88c0-30.93 25.07-56 56-56s56 25.07 56 56v88zm144 120c0 30.93-25.07 56-56 56s-56-25.07-56-56v-56c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v56zm0-120c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-88c0-30.93 25.07-56 56-56s56 25.07 56 56v88zm128 128c0 26.51-21.49 48-48 48s-48-21.49-48-48v-64c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v64zm0-128c0 8.84-7.16 16-16 16h-64c-8.84 0-16-7.16-16-16v-64c0-26.51 21.49-48 48-48s48 21.49 48 48v64z\"]\n};\nvar faTeethOpen = {\n prefix: 'fas',\n iconName: 'teeth-open',\n icon: [640, 512, [], \"f62f\", \"M544 0H96C42.98 0 0 42.98 0 96v64c0 35.35 28.66 64 64 64h512c35.34 0 64-28.65 64-64V96c0-53.02-42.98-96-96-96zM160 176c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-32c0-26.51 21.49-48 48-48s48 21.49 48 48v32zm144 0c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-56c0-30.93 25.07-56 56-56s56 25.07 56 56v56zm144 0c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-56c0-30.93 25.07-56 56-56s56 25.07 56 56v56zm128 0c0 8.84-7.16 16-16 16h-64c-8.84 0-16-7.16-16-16v-32c0-26.51 21.49-48 48-48s48 21.49 48 48v32zm0 144H64c-35.34 0-64 28.65-64 64v32c0 53.02 42.98 96 96 96h448c53.02 0 96-42.98 96-96v-32c0-35.35-28.66-64-64-64zm-416 80c0 26.51-21.49 48-48 48s-48-21.49-48-48v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32zm144-8c0 30.93-25.07 56-56 56s-56-25.07-56-56v-24c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v24zm144 0c0 30.93-25.07 56-56 56s-56-25.07-56-56v-24c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v24zm128 8c0 26.51-21.49 48-48 48s-48-21.49-48-48v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32z\"]\n};\nvar faTemperatureHigh = {\n prefix: 'fas',\n iconName: 'temperature-high',\n icon: [512, 512, [], \"f769\", \"M416 0c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm0 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm-160-16C256 50.1 205.9 0 144 0S32 50.1 32 112v166.5C12.3 303.2 0 334 0 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-34-12.3-64.9-32-89.5V112zM144 448c-44.1 0-80-35.9-80-80 0-25.5 12.2-48.9 32-63.8V112c0-26.5 21.5-48 48-48s48 21.5 48 48v192.2c19.8 14.8 32 38.3 32 63.8 0 44.1-35.9 80-80 80zm16-125.1V112c0-8.8-7.2-16-16-16s-16 7.2-16 16v210.9c-18.6 6.6-32 24.2-32 45.1 0 26.5 21.5 48 48 48s48-21.5 48-48c0-20.9-13.4-38.5-32-45.1z\"]\n};\nvar faTemperatureLow = {\n prefix: 'fas',\n iconName: 'temperature-low',\n icon: [512, 512, [], \"f76b\", \"M416 0c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm0 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm-160-16C256 50.1 205.9 0 144 0S32 50.1 32 112v166.5C12.3 303.2 0 334 0 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-34-12.3-64.9-32-89.5V112zM144 448c-44.1 0-80-35.9-80-80 0-25.5 12.2-48.9 32-63.8V112c0-26.5 21.5-48 48-48s48 21.5 48 48v192.2c19.8 14.8 32 38.3 32 63.8 0 44.1-35.9 80-80 80zm16-125.1V304c0-8.8-7.2-16-16-16s-16 7.2-16 16v18.9c-18.6 6.6-32 24.2-32 45.1 0 26.5 21.5 48 48 48s48-21.5 48-48c0-20.9-13.4-38.5-32-45.1z\"]\n};\nvar faTenge = {\n prefix: 'fas',\n iconName: 'tenge',\n icon: [384, 512, [], \"f7d7\", \"M372 160H12c-6.6 0-12 5.4-12 12v56c0 6.6 5.4 12 12 12h140v228c0 6.6 5.4 12 12 12h56c6.6 0 12-5.4 12-12V240h140c6.6 0 12-5.4 12-12v-56c0-6.6-5.4-12-12-12zm0-128H12C5.4 32 0 37.4 0 44v56c0 6.6 5.4 12 12 12h360c6.6 0 12-5.4 12-12V44c0-6.6-5.4-12-12-12z\"]\n};\nvar faTerminal = {\n prefix: 'fas',\n iconName: 'terminal',\n icon: [640, 512, [], \"f120\", \"M257.981 272.971L63.638 467.314c-9.373 9.373-24.569 9.373-33.941 0L7.029 444.647c-9.357-9.357-9.375-24.522-.04-33.901L161.011 256 6.99 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L257.981 239.03c9.373 9.372 9.373 24.568 0 33.941zM640 456v-32c0-13.255-10.745-24-24-24H312c-13.255 0-24 10.745-24 24v32c0 13.255 10.745 24 24 24h304c13.255 0 24-10.745 24-24z\"]\n};\nvar faTextHeight = {\n prefix: 'fas',\n iconName: 'text-height',\n icon: [576, 512, [], \"f034\", \"M304 32H16A16 16 0 0 0 0 48v96a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32h56v304H80a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-40V112h56v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm256 336h-48V144h48c14.31 0 21.33-17.31 11.31-27.31l-80-80a16 16 0 0 0-22.62 0l-80 80C379.36 126 384.36 144 400 144h48v224h-48c-14.31 0-21.32 17.31-11.31 27.31l80 80a16 16 0 0 0 22.62 0l80-80C580.64 386 575.64 368 560 368z\"]\n};\nvar faTextWidth = {\n prefix: 'fas',\n iconName: 'text-width',\n icon: [448, 512, [], \"f035\", \"M432 32H16A16 16 0 0 0 0 48v80a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-16h120v112h-24a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-24V112h120v16a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm-68.69 260.69C354 283.36 336 288.36 336 304v48H112v-48c0-14.31-17.31-21.32-27.31-11.31l-80 80a16 16 0 0 0 0 22.62l80 80C94 484.64 112 479.64 112 464v-48h224v48c0 14.31 17.31 21.33 27.31 11.31l80-80a16 16 0 0 0 0-22.62z\"]\n};\nvar faTh = {\n prefix: 'fas',\n iconName: 'th',\n icon: [512, 512, [], \"f00a\", \"M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z\"]\n};\nvar faThLarge = {\n prefix: 'fas',\n iconName: 'th-large',\n icon: [512, 512, [], \"f009\", \"M296 32h192c13.255 0 24 10.745 24 24v160c0 13.255-10.745 24-24 24H296c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24zm-80 0H24C10.745 32 0 42.745 0 56v160c0 13.255 10.745 24 24 24h192c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24zM0 296v160c0 13.255 10.745 24 24 24h192c13.255 0 24-10.745 24-24V296c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm296 184h192c13.255 0 24-10.745 24-24V296c0-13.255-10.745-24-24-24H296c-13.255 0-24 10.745-24 24v160c0 13.255 10.745 24 24 24z\"]\n};\nvar faThList = {\n prefix: 'fas',\n iconName: 'th-list',\n icon: [512, 512, [], \"f00b\", \"M149.333 216v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-80c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zM125.333 32H24C10.745 32 0 42.745 0 56v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24zm80 448H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm-24-424v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24zm24 264H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24z\"]\n};\nvar faTheaterMasks = {\n prefix: 'fas',\n iconName: 'theater-masks',\n icon: [640, 512, [], \"f630\", \"M206.86 245.15c-35.88 10.45-59.95 41.2-57.53 74.1 11.4-12.72 28.81-23.7 49.9-30.92l7.63-43.18zM95.81 295L64.08 115.49c-.29-1.62.28-2.62.24-2.65 57.76-32.06 123.12-49.01 189.01-49.01 1.61 0 3.23.17 4.85.19 13.95-13.47 31.73-22.83 51.59-26 18.89-3.02 38.05-4.55 57.18-5.32-9.99-13.95-24.48-24.23-41.77-27C301.27 1.89 277.24 0 253.32 0 176.66 0 101.02 19.42 33.2 57.06 9.03 70.48-3.92 98.48 1.05 126.58l31.73 179.51c14.23 80.52 136.33 142.08 204.45 142.08 3.59 0 6.75-.46 10.01-.8-13.52-17.08-28.94-40.48-39.5-67.58-47.61-12.98-106.06-51.62-111.93-84.79zm97.55-137.46c-.73-4.12-2.23-7.87-4.07-11.4-8.25 8.91-20.67 15.75-35.32 18.32-14.65 2.58-28.67.4-39.48-5.17-.52 3.94-.64 7.98.09 12.1 3.84 21.7 24.58 36.19 46.34 32.37 21.75-3.82 36.28-24.52 32.44-46.22zM606.8 120.9c-88.98-49.38-191.43-67.41-291.98-51.35-27.31 4.36-49.08 26.26-54.04 54.36l-31.73 179.51c-15.39 87.05 95.28 196.27 158.31 207.35 63.03 11.09 204.47-53.79 219.86-140.84l31.73-179.51c4.97-28.11-7.98-56.11-32.15-69.52zm-273.24 96.8c3.84-21.7 24.58-36.19 46.34-32.36 21.76 3.83 36.28 24.52 32.45 46.22-.73 4.12-2.23 7.87-4.07 11.4-8.25-8.91-20.67-15.75-35.32-18.32-14.65-2.58-28.67-.4-39.48 5.17-.53-3.95-.65-7.99.08-12.11zm70.47 198.76c-55.68-9.79-93.52-59.27-89.04-112.9 20.6 25.54 56.21 46.17 99.49 53.78 43.28 7.61 83.82.37 111.93-16.6-14.18 51.94-66.71 85.51-122.38 75.72zm130.3-151.34c-8.25-8.91-20.68-15.75-35.33-18.32-14.65-2.58-28.67-.4-39.48 5.17-.52-3.94-.64-7.98.09-12.1 3.84-21.7 24.58-36.19 46.34-32.37 21.75 3.83 36.28 24.52 32.45 46.22-.73 4.13-2.23 7.88-4.07 11.4z\"]\n};\nvar faThermometer = {\n prefix: 'fas',\n iconName: 'thermometer',\n icon: [512, 512, [], \"f491\", \"M476.8 20.4c-37.5-30.7-95.5-26.3-131.9 10.2l-45.7 46 50.5 50.5c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-50.4-50.5-45.1 45.4 50.3 50.4c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0L209 167.4l-45.1 45.4L214 263c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-50.1-50.2L96 281.1V382L7 471c-9.4 9.4-9.4 24.6 0 33.9 9.4 9.4 24.6 9.4 33.9 0l89-89h99.9L484 162.6c34.9-34.9 42.2-101.5-7.2-142.2z\"]\n};\nvar faThermometerEmpty = {\n prefix: 'fas',\n iconName: 'thermometer-empty',\n icon: [256, 512, [], \"f2cb\", \"M192 384c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"]\n};\nvar faThermometerFull = {\n prefix: 'fas',\n iconName: 'thermometer-full',\n icon: [256, 512, [], \"f2c7\", \"M224 96c0-53.019-42.981-96-96-96S32 42.981 32 96v203.347C12.225 321.756.166 351.136.002 383.333c-.359 70.303 56.787 128.176 127.089 128.664.299.002.61.003.909.003 70.698 0 128-57.304 128-128 0-32.459-12.088-62.09-32-84.653V96zm-96 368l-.576-.002c-43.86-.304-79.647-36.544-79.423-80.42.173-33.98 19.266-51.652 31.999-66.08V96c0-26.467 21.533-48 48-48s48 21.533 48 48v221.498c12.63 14.312 32 32.164 32 66.502 0 44.112-35.888 80-80 80zm64-80c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-23.685 12.876-44.349 32-55.417V96c0-17.673 14.327-32 32-32s32 14.327 32 32v232.583c19.124 11.068 32 31.732 32 55.417z\"]\n};\nvar faThermometerHalf = {\n prefix: 'fas',\n iconName: 'thermometer-half',\n icon: [256, 512, [], \"f2c9\", \"M192 384c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-23.685 12.876-44.349 32-55.417V224c0-17.673 14.327-32 32-32s32 14.327 32 32v104.583c19.124 11.068 32 31.732 32 55.417zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"]\n};\nvar faThermometerQuarter = {\n prefix: 'fas',\n iconName: 'thermometer-quarter',\n icon: [256, 512, [], \"f2ca\", \"M192 384c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-23.685 12.876-44.349 32-55.417V288c0-17.673 14.327-32 32-32s32 14.327 32 32v40.583c19.124 11.068 32 31.732 32 55.417zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"]\n};\nvar faThermometerThreeQuarters = {\n prefix: 'fas',\n iconName: 'thermometer-three-quarters',\n icon: [256, 512, [], \"f2c8\", \"M192 384c0 35.346-28.654 64-64 64-35.346 0-64-28.654-64-64 0-23.685 12.876-44.349 32-55.417V160c0-17.673 14.327-32 32-32s32 14.327 32 32v168.583c19.124 11.068 32 31.732 32 55.417zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"]\n};\nvar faThumbsDown = {\n prefix: 'fas',\n iconName: 'thumbs-down',\n icon: [512, 512, [], \"f165\", \"M0 56v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56zm40 200c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24-24-10.745-24-24zm272 256c-20.183 0-29.485-39.293-33.931-57.795-5.206-21.666-10.589-44.07-25.393-58.902-32.469-32.524-49.503-73.967-89.117-113.111a11.98 11.98 0 0 1-3.558-8.521V59.901c0-6.541 5.243-11.878 11.783-11.998 15.831-.29 36.694-9.079 52.651-16.178C256.189 17.598 295.709.017 343.995 0h2.844c42.777 0 93.363.413 113.774 29.737 8.392 12.057 10.446 27.034 6.148 44.632 16.312 17.053 25.063 48.863 16.382 74.757 17.544 23.432 19.143 56.132 9.308 79.469l.11.11c11.893 11.949 19.523 31.259 19.439 49.197-.156 30.352-26.157 58.098-59.553 58.098H350.723C358.03 364.34 384 388.132 384 430.548 384 504 336 512 312 512z\"]\n};\nvar faThumbsUp = {\n prefix: 'fas',\n iconName: 'thumbs-up',\n icon: [512, 512, [], \"f164\", \"M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z\"]\n};\nvar faThumbtack = {\n prefix: 'fas',\n iconName: 'thumbtack',\n icon: [384, 512, [], \"f08d\", \"M298.028 214.267L285.793 96H328c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H56C42.745 0 32 10.745 32 24v48c0 13.255 10.745 24 24 24h42.207L85.972 214.267C37.465 236.82 0 277.261 0 328c0 13.255 10.745 24 24 24h136v104.007c0 1.242.289 2.467.845 3.578l24 48c2.941 5.882 11.364 5.893 14.311 0l24-48a8.008 8.008 0 0 0 .845-3.578V352h136c13.255 0 24-10.745 24-24-.001-51.183-37.983-91.42-85.973-113.733z\"]\n};\nvar faTicketAlt = {\n prefix: 'fas',\n iconName: 'ticket-alt',\n icon: [576, 512, [], \"f3ff\", \"M128 160h320v192H128V160zm400 96c0 26.51 21.49 48 48 48v96c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48v-96c26.51 0 48-21.49 48-48s-21.49-48-48-48v-96c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48v96c-26.51 0-48 21.49-48 48zm-48-104c0-13.255-10.745-24-24-24H120c-13.255 0-24 10.745-24 24v208c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V152z\"]\n};\nvar faTimes = {\n prefix: 'fas',\n iconName: 'times',\n icon: [352, 512, [], \"f00d\", \"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"]\n};\nvar faTimesCircle = {\n prefix: 'fas',\n iconName: 'times-circle',\n icon: [512, 512, [], \"f057\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z\"]\n};\nvar faTint = {\n prefix: 'fas',\n iconName: 'tint',\n icon: [352, 512, [], \"f043\", \"M205.22 22.09c-7.94-28.78-49.44-30.12-58.44 0C100.01 179.85 0 222.72 0 333.91 0 432.35 78.72 512 176 512s176-79.65 176-178.09c0-111.75-99.79-153.34-146.78-311.82zM176 448c-61.75 0-112-50.25-112-112 0-8.84 7.16-16 16-16s16 7.16 16 16c0 44.11 35.89 80 80 80 8.84 0 16 7.16 16 16s-7.16 16-16 16z\"]\n};\nvar faTintSlash = {\n prefix: 'fas',\n iconName: 'tint-slash',\n icon: [640, 512, [], \"f5c7\", \"M633.82 458.1L494.97 350.78c.52-5.57 1.03-11.16 1.03-16.87 0-111.76-99.79-153.34-146.78-311.82-7.94-28.78-49.44-30.12-58.44 0-15.52 52.34-36.87 91.96-58.49 125.68L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.41-6.97 4.16-17.02-2.82-22.45zM144 333.91C144 432.35 222.72 512 320 512c44.71 0 85.37-16.96 116.4-44.7L162.72 255.78c-11.41 23.5-18.72 48.35-18.72 78.13z\"]\n};\nvar faTired = {\n prefix: 'fas',\n iconName: 'tired',\n icon: [496, 512, [], \"f5c8\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm33.8 189.7l80-48c11.6-6.9 24 7.7 15.4 18L343.6 208l33.6 40.3c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.7-4.7-7.7-15.9 0-20.6zm-163-30c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.8 4.7 7.8 15.9 0 20.6l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3zM248 288c51.9 0 115.3 43.8 123.2 106.7 1.7 13.6-8 24.6-17.7 20.4-25.9-11.1-64.4-17.4-105.5-17.4s-79.6 6.3-105.5 17.4c-9.8 4.2-19.4-7-17.7-20.4C132.7 331.8 196.1 288 248 288z\"]\n};\nvar faToggleOff = {\n prefix: 'fas',\n iconName: 'toggle-off',\n icon: [576, 512, [], \"f204\", \"M384 64H192C85.961 64 0 149.961 0 256s85.961 192 192 192h192c106.039 0 192-85.961 192-192S490.039 64 384 64zM64 256c0-70.741 57.249-128 128-128 70.741 0 128 57.249 128 128 0 70.741-57.249 128-128 128-70.741 0-128-57.249-128-128zm320 128h-48.905c65.217-72.858 65.236-183.12 0-256H384c70.741 0 128 57.249 128 128 0 70.74-57.249 128-128 128z\"]\n};\nvar faToggleOn = {\n prefix: 'fas',\n iconName: 'toggle-on',\n icon: [576, 512, [], \"f205\", \"M384 64H192C86 64 0 150 0 256s86 192 192 192h192c106 0 192-86 192-192S490 64 384 64zm0 320c-70.8 0-128-57.3-128-128 0-70.8 57.3-128 128-128 70.8 0 128 57.3 128 128 0 70.8-57.3 128-128 128z\"]\n};\nvar faToilet = {\n prefix: 'fas',\n iconName: 'toilet',\n icon: [384, 512, [], \"f7d8\", \"M368 48c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16H16C7.2 0 0 7.2 0 16v16c0 8.8 7.2 16 16 16h16v156.7C11.8 214.8 0 226.9 0 240c0 67.2 34.6 126.2 86.8 160.5l-21.4 70.2C59.1 491.2 74.5 512 96 512h192c21.5 0 36.9-20.8 30.6-41.3l-21.4-70.2C349.4 366.2 384 307.2 384 240c0-13.1-11.8-25.2-32-35.3V48h16zM80 72c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H88c-4.4 0-8-3.6-8-8V72zm112 200c-77.1 0-139.6-14.3-139.6-32s62.5-32 139.6-32 139.6 14.3 139.6 32-62.5 32-139.6 32z\"]\n};\nvar faToiletPaper = {\n prefix: 'fas',\n iconName: 'toilet-paper',\n icon: [576, 512, [], \"f71e\", \"M128 0C74.98 0 32 85.96 32 192v172.07c0 41.12-9.8 62.77-31.17 126.87C-2.62 501.3 5.09 512 16.01 512h280.92c13.77 0 26-8.81 30.36-21.88 12.83-38.48 24.71-72.4 24.71-126.05V192c0-83.6 23.67-153.52 60.44-192H128zM96 224c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm64 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm64 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm64 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zM480 0c-53.02 0-96 85.96-96 192s42.98 192 96 192 96-85.96 96-192S533.02 0 480 0zm0 256c-17.67 0-32-28.65-32-64s14.33-64 32-64 32 28.65 32 64-14.33 64-32 64z\"]\n};\nvar faToolbox = {\n prefix: 'fas',\n iconName: 'toolbox',\n icon: [512, 512, [], \"f552\", \"M502.63 214.63l-45.25-45.25c-6-6-14.14-9.37-22.63-9.37H384V80c0-26.51-21.49-48-48-48H176c-26.51 0-48 21.49-48 48v80H77.25c-8.49 0-16.62 3.37-22.63 9.37L9.37 214.63c-6 6-9.37 14.14-9.37 22.63V320h128v-16c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v16h128v-16c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v16h128v-82.75c0-8.48-3.37-16.62-9.37-22.62zM320 160H192V96h128v64zm64 208c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-16H192v16c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-16H0v96c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-96H384v16z\"]\n};\nvar faTools = {\n prefix: 'fas',\n iconName: 'tools',\n icon: [512, 512, [], \"f7d9\", \"M501.1 395.7L384 278.6c-23.1-23.1-57.6-27.6-85.4-13.9L192 158.1V96L64 0 0 64l96 128h62.1l106.6 106.6c-13.6 27.8-9.2 62.3 13.9 85.4l117.1 117.1c14.6 14.6 38.2 14.6 52.7 0l52.7-52.7c14.5-14.6 14.5-38.2 0-52.7zM331.7 225c28.3 0 54.9 11 74.9 31l19.4 19.4c15.8-6.9 30.8-16.5 43.8-29.5 37.1-37.1 49.7-89.3 37.9-136.7-2.2-9-13.5-12.1-20.1-5.5l-74.4 74.4-67.9-11.3L334 98.9l74.4-74.4c6.6-6.6 3.4-17.9-5.7-20.2-47.4-11.7-99.6.9-136.6 37.9-28.5 28.5-41.9 66.1-41.2 103.6l82.1 82.1c8.1-1.9 16.5-2.9 24.7-2.9zm-103.9 82l-56.7-56.7L18.7 402.8c-25 25-25 65.5 0 90.5s65.5 25 90.5 0l123.6-123.6c-7.6-19.9-9.9-41.6-5-62.7zM64 472c-13.2 0-24-10.8-24-24 0-13.3 10.7-24 24-24s24 10.7 24 24c0 13.2-10.7 24-24 24z\"]\n};\nvar faTooth = {\n prefix: 'fas',\n iconName: 'tooth',\n icon: [448, 512, [], \"f5c9\", \"M443.98 96.25c-11.01-45.22-47.11-82.06-92.01-93.72-32.19-8.36-63 5.1-89.14 24.33-3.25 2.39-6.96 3.73-10.5 5.48l28.32 18.21c7.42 4.77 9.58 14.67 4.8 22.11-4.46 6.95-14.27 9.86-22.11 4.8L162.83 12.84c-20.7-10.85-43.38-16.4-66.81-10.31-44.9 11.67-81 48.5-92.01 93.72-10.13 41.62-.42 80.81 21.5 110.43 23.36 31.57 32.68 68.66 36.29 107.35 4.4 47.16 10.33 94.16 20.94 140.32l7.8 33.95c3.19 13.87 15.49 23.7 29.67 23.7 13.97 0 26.15-9.55 29.54-23.16l34.47-138.42c4.56-18.32 20.96-31.16 39.76-31.16s35.2 12.85 39.76 31.16l34.47 138.42c3.39 13.61 15.57 23.16 29.54 23.16 14.18 0 26.48-9.83 29.67-23.7l7.8-33.95c10.61-46.15 16.53-93.16 20.94-140.32 3.61-38.7 12.93-75.78 36.29-107.35 21.95-29.61 31.66-68.8 21.53-110.43z\"]\n};\nvar faTorah = {\n prefix: 'fas',\n iconName: 'torah',\n icon: [640, 512, [], \"f6a0\", \"M320.05 366.48l17.72-29.64h-35.46zm99.21-166H382.4l18.46 30.82zM48 0C21.49 0 0 14.33 0 32v448c0 17.67 21.49 32 48 32s48-14.33 48-32V32C96 14.33 74.51 0 48 0zm172.74 311.5h36.85l-18.46-30.82zm161.71 0h36.86l-18.45-30.8zM128 464h384V48H128zm66.77-278.13a21.22 21.22 0 0 1 18.48-10.71h59.45l29.13-48.71a21.13 21.13 0 0 1 18.22-10.37A20.76 20.76 0 0 1 338 126.29l29.25 48.86h59.52a21.12 21.12 0 0 1 18.1 32L415.63 256 445 305a20.69 20.69 0 0 1 .24 21.12 21.25 21.25 0 0 1-18.48 10.72h-59.47l-29.13 48.7a21.13 21.13 0 0 1-18.16 10.4 20.79 20.79 0 0 1-18-10.22l-29.25-48.88h-59.5a21.11 21.11 0 0 1-18.1-32L224.36 256 195 207a20.7 20.7 0 0 1-.23-21.13zM592 0c-26.51 0-48 14.33-48 32v448c0 17.67 21.49 32 48 32s48-14.33 48-32V32c0-17.67-21.49-32-48-32zM320 145.53l-17.78 29.62h35.46zm-62.45 55h-36.81l18.44 30.8zm29.58 111h65.79L386.09 256l-33.23-55.52h-65.79L253.9 256z\"]\n};\nvar faToriiGate = {\n prefix: 'fas',\n iconName: 'torii-gate',\n icon: [512, 512, [], \"f6a1\", \"M376.45 32h-240.9A303.17 303.17 0 0 1 0 0v96c0 17.67 14.33 32 32 32h32v64H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h48v240c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V256h256v240c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V256h48c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-48v-64h32c17.67 0 32-14.33 32-32V0a303.17 303.17 0 0 1-135.55 32zM128 128h96v64h-96v-64zm256 64h-96v-64h96v64z\"]\n};\nvar faTractor = {\n prefix: 'fas',\n iconName: 'tractor',\n icon: [640, 512, [], \"f722\", \"M528 336c-48.6 0-88 39.4-88 88s39.4 88 88 88 88-39.4 88-88-39.4-88-88-88zm0 112c-13.23 0-24-10.77-24-24s10.77-24 24-24 24 10.77 24 24-10.77 24-24 24zm80-288h-64v-40.2c0-14.12 4.7-27.76 13.15-38.84 4.42-5.8 3.55-14.06-1.32-19.49L534.2 37.3c-6.66-7.45-18.32-6.92-24.7.78C490.58 60.9 480 89.81 480 119.8V160H377.67L321.58 29.14A47.914 47.914 0 0 0 277.45 0H144c-26.47 0-48 21.53-48 48v146.52c-8.63-6.73-20.96-6.46-28.89 1.47L36 227.1c-8.59 8.59-8.59 22.52 0 31.11l5.06 5.06c-4.99 9.26-8.96 18.82-11.91 28.72H22c-12.15 0-22 9.85-22 22v44c0 12.15 9.85 22 22 22h7.14c2.96 9.91 6.92 19.46 11.91 28.73l-5.06 5.06c-8.59 8.59-8.59 22.52 0 31.11L67.1 476c8.59 8.59 22.52 8.59 31.11 0l5.06-5.06c9.26 4.99 18.82 8.96 28.72 11.91V490c0 12.15 9.85 22 22 22h44c12.15 0 22-9.85 22-22v-7.14c9.9-2.95 19.46-6.92 28.72-11.91l5.06 5.06c8.59 8.59 22.52 8.59 31.11 0l31.11-31.11c8.59-8.59 8.59-22.52 0-31.11l-5.06-5.06c4.99-9.26 8.96-18.82 11.91-28.72H330c12.15 0 22-9.85 22-22v-6h80.54c21.91-28.99 56.32-48 95.46-48 18.64 0 36.07 4.61 51.8 12.2l50.82-50.82c6-6 9.37-14.14 9.37-22.63V192c.01-17.67-14.32-32-31.99-32zM176 416c-44.18 0-80-35.82-80-80s35.82-80 80-80 80 35.82 80 80-35.82 80-80 80zm22-256h-38V64h106.89l41.15 96H198z\"]\n};\nvar faTrademark = {\n prefix: 'fas',\n iconName: 'trademark',\n icon: [640, 512, [], \"f25c\", \"M260.6 96H12c-6.6 0-12 5.4-12 12v43.1c0 6.6 5.4 12 12 12h85.1V404c0 6.6 5.4 12 12 12h54.3c6.6 0 12-5.4 12-12V163.1h85.1c6.6 0 12-5.4 12-12V108c.1-6.6-5.3-12-11.9-12zM640 403l-24-296c-.5-6.2-5.7-11-12-11h-65.4c-5.1 0-9.7 3.3-11.3 8.1l-43.8 127.1c-7.2 20.6-16.1 52.8-16.1 52.8h-.9s-8.9-32.2-16.1-52.8l-43.8-127.1c-1.7-4.8-6.2-8.1-11.3-8.1h-65.4c-6.2 0-11.4 4.8-12 11l-24.4 296c-.6 7 4.9 13 12 13H360c6.3 0 11.5-4.9 12-11.2l9.1-132.9c1.8-24.2 0-53.7 0-53.7h.9s10.7 33.6 17.9 53.7l30.7 84.7c1.7 4.7 6.2 7.9 11.3 7.9h50.3c5.1 0 9.6-3.2 11.3-7.9l30.7-84.7c7.2-20.1 17.9-53.7 17.9-53.7h.9s-1.8 29.5 0 53.7l9.1 132.9c.4 6.3 5.7 11.2 12 11.2H628c7 0 12.5-6 12-13z\"]\n};\nvar faTrafficLight = {\n prefix: 'fas',\n iconName: 'traffic-light',\n icon: [384, 512, [], \"f637\", \"M384 192h-64v-37.88c37.2-13.22 64-48.38 64-90.12h-64V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v32H0c0 41.74 26.8 76.9 64 90.12V192H0c0 41.74 26.8 76.9 64 90.12V320H0c0 42.84 28.25 78.69 66.99 91.05C79.42 468.72 130.6 512 192 512s112.58-43.28 125.01-100.95C355.75 398.69 384 362.84 384 320h-64v-37.88c37.2-13.22 64-48.38 64-90.12zM192 416c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm0-128c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm0-128c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48z\"]\n};\nvar faTrain = {\n prefix: 'fas',\n iconName: 'train',\n icon: [448, 512, [], \"f238\", \"M448 96v256c0 51.815-61.624 96-130.022 96l62.98 49.721C386.905 502.417 383.562 512 376 512H72c-7.578 0-10.892-9.594-4.957-14.279L130.022 448C61.82 448 0 403.954 0 352V96C0 42.981 64 0 128 0h192c65 0 128 42.981 128 96zm-48 136V120c0-13.255-10.745-24-24-24H72c-13.255 0-24 10.745-24 24v112c0 13.255 10.745 24 24 24h304c13.255 0 24-10.745 24-24zm-176 64c-30.928 0-56 25.072-56 56s25.072 56 56 56 56-25.072 56-56-25.072-56-56-56z\"]\n};\nvar faTram = {\n prefix: 'fas',\n iconName: 'tram',\n icon: [512, 512, [], \"f7da\", \"M288 64c17.7 0 32-14.3 32-32S305.7 0 288 0s-32 14.3-32 32 14.3 32 32 32zm223.5-12.1c-2.3-8.6-11-13.6-19.6-11.3l-480 128c-8.5 2.3-13.6 11-11.3 19.6C2.5 195.3 8.9 200 16 200c1.4 0 2.8-.2 4.1-.5L240 140.8V224H64c-17.7 0-32 14.3-32 32v224c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32H272v-91.7l228.1-60.8c8.6-2.3 13.6-11.1 11.4-19.6zM176 384H80v-96h96v96zm160-96h96v96h-96v-96zm-32 0v96h-96v-96h96zM192 96c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32z\"]\n};\nvar faTransgender = {\n prefix: 'fas',\n iconName: 'transgender',\n icon: [384, 512, [], \"f224\", \"M372 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-80.7 80.7C198.5 104.1 172.2 96 144 96 64.5 96 0 160.5 0 240c0 68.5 47.9 125.9 112 140.4V408H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v28c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-28h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-27.6c64.1-14.6 112-71.9 112-140.4 0-28.2-8.1-54.5-22.1-76.7l80.7-80.7 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V12c0-6.6-5.4-12-12-12zM144 320c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faTransgenderAlt = {\n prefix: 'fas',\n iconName: 'transgender-alt',\n icon: [480, 512, [], \"f225\", \"M468 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-80.7 80.7C294.5 104.1 268.2 96 240 96c-28.2 0-54.5 8.1-76.7 22.1l-16.5-16.5 19.8-19.8c4.7-4.7 4.7-12.3 0-17l-28.3-28.3c-4.7-4.7-12.3-4.7-17 0l-19.8 19.8-19-19 16.9-16.9C107.1 12.9 101.7 0 91 0H12C5.4 0 0 5.4 0 12v79c0 10.7 12.9 16 20.5 8.5l16.9-16.9 19 19-19.8 19.8c-4.7 4.7-4.7 12.3 0 17l28.3 28.3c4.7 4.7 12.3 4.7 17 0l19.8-19.8 16.5 16.5C104.1 185.5 96 211.8 96 240c0 68.5 47.9 125.9 112 140.4V408h-36c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v28c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-28h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-27.6c64.1-14.6 112-71.9 112-140.4 0-28.2-8.1-54.5-22.1-76.7l80.7-80.7 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V12c0-6.6-5.4-12-12-12zM240 320c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faTrash = {\n prefix: 'fas',\n iconName: 'trash',\n icon: [448, 512, [], \"f1f8\", \"M432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32z\"]\n};\nvar faTrashAlt = {\n prefix: 'fas',\n iconName: 'trash-alt',\n icon: [448, 512, [], \"f2ed\", \"M32 464a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128H32zm272-256a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zm-96 0a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zm-96 0a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zM432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faTrashRestore = {\n prefix: 'fas',\n iconName: 'trash-restore',\n icon: [448, 512, [], \"f829\", \"M53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32zm70.11-175.8l89.38-94.26a15.41 15.41 0 0 1 22.62 0l89.38 94.26c10.08 10.62 2.94 28.8-11.32 28.8H256v112a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V320h-57.37c-14.26 0-21.4-18.18-11.32-28.8zM432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faTrashRestoreAlt = {\n prefix: 'fas',\n iconName: 'trash-restore-alt',\n icon: [448, 512, [], \"f82a\", \"M32 464a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128H32zm91.31-172.8l89.38-94.26a15.41 15.41 0 0 1 22.62 0l89.38 94.26c10.08 10.62 2.94 28.8-11.32 28.8H256v112a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V320h-57.37c-14.26 0-21.4-18.18-11.32-28.8zM432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"]\n};\nvar faTree = {\n prefix: 'fas',\n iconName: 'tree',\n icon: [384, 512, [], \"f1bb\", \"M378.31 378.49L298.42 288h30.63c9.01 0 16.98-5 20.78-13.06 3.8-8.04 2.55-17.26-3.28-24.05L268.42 160h28.89c9.1 0 17.3-5.35 20.86-13.61 3.52-8.13 1.86-17.59-4.24-24.08L203.66 4.83c-6.03-6.45-17.28-6.45-23.32 0L70.06 122.31c-6.1 6.49-7.75 15.95-4.24 24.08C69.38 154.65 77.59 160 86.69 160h28.89l-78.14 90.91c-5.81 6.78-7.06 15.99-3.27 24.04C37.97 283 45.93 288 54.95 288h30.63L5.69 378.49c-6 6.79-7.36 16.09-3.56 24.26 3.75 8.05 12 13.25 21.01 13.25H160v24.45l-30.29 48.4c-5.32 10.64 2.42 23.16 14.31 23.16h95.96c11.89 0 19.63-12.52 14.31-23.16L224 440.45V416h136.86c9.01 0 17.26-5.2 21.01-13.25 3.8-8.17 2.44-17.47-3.56-24.26z\"]\n};\nvar faTrophy = {\n prefix: 'fas',\n iconName: 'trophy',\n icon: [576, 512, [], \"f091\", \"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"]\n};\nvar faTruck = {\n prefix: 'fas',\n iconName: 'truck',\n icon: [640, 512, [], \"f0d1\", \"M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z\"]\n};\nvar faTruckLoading = {\n prefix: 'fas',\n iconName: 'truck-loading',\n icon: [640, 512, [], \"f4de\", \"M50.2 375.6c2.3 8.5 11.1 13.6 19.6 11.3l216.4-58c8.5-2.3 13.6-11.1 11.3-19.6l-49.7-185.5c-2.3-8.5-11.1-13.6-19.6-11.3L151 133.3l24.8 92.7-61.8 16.5-24.8-92.7-77.3 20.7C3.4 172.8-1.7 181.6.6 190.1l49.6 185.5zM384 0c-17.7 0-32 14.3-32 32v323.6L5.9 450c-4.3 1.2-6.8 5.6-5.6 9.8l12.6 46.3c1.2 4.3 5.6 6.8 9.8 5.6l393.7-107.4C418.8 464.1 467.6 512 528 512c61.9 0 112-50.1 112-112V0H384zm144 448c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z\"]\n};\nvar faTruckMonster = {\n prefix: 'fas',\n iconName: 'truck-monster',\n icon: [640, 512, [], \"f63b\", \"M624 224h-16v-64c0-17.67-14.33-32-32-32h-73.6L419.22 24.02A64.025 64.025 0 0 0 369.24 0H256c-17.67 0-32 14.33-32 32v96H48c-8.84 0-16 7.16-16 16v80H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16.72c29.21-38.65 75.1-64 127.28-64s98.07 25.35 127.28 64h65.45c29.21-38.65 75.1-64 127.28-64s98.07 25.35 127.28 64H624c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-336-96V64h81.24l51.2 64H288zm304 224h-5.2c-2.2-7.33-5.07-14.28-8.65-20.89l3.67-3.67c6.25-6.25 6.25-16.38 0-22.63l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-3.67 3.67A110.85 110.85 0 0 0 512 277.2V272c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v5.2c-7.33 2.2-14.28 5.07-20.89 8.65l-3.67-3.67c-6.25-6.25-16.38-6.25-22.63 0l-22.63 22.63c-6.25 6.25-6.25 16.38 0 22.63l3.67 3.67A110.85 110.85 0 0 0 373.2 352H368c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h5.2c2.2 7.33 5.07 14.28 8.65 20.89l-3.67 3.67c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l3.67-3.67c6.61 3.57 13.57 6.45 20.9 8.65v5.2c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-5.2c7.33-2.2 14.28-5.07 20.9-8.65l3.67 3.67c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.25-6.25 6.25-16.38 0-22.63l-3.67-3.67a110.85 110.85 0 0 0 8.65-20.89h5.2c8.84 0 16-7.16 16-16v-32c-.02-8.84-7.18-16-16.02-16zm-112 80c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm-208-80h-5.2c-2.2-7.33-5.07-14.28-8.65-20.89l3.67-3.67c6.25-6.25 6.25-16.38 0-22.63l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-3.67 3.67A110.85 110.85 0 0 0 192 277.2V272c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v5.2c-7.33 2.2-14.28 5.07-20.89 8.65l-3.67-3.67c-6.25-6.25-16.38-6.25-22.63 0L58.18 304.8c-6.25 6.25-6.25 16.38 0 22.63l3.67 3.67a110.85 110.85 0 0 0-8.65 20.89H48c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h5.2c2.2 7.33 5.07 14.28 8.65 20.89l-3.67 3.67c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l3.67-3.67c6.61 3.57 13.57 6.45 20.9 8.65v5.2c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-5.2c7.33-2.2 14.28-5.07 20.9-8.65l3.67 3.67c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.25-6.25 6.25-16.38 0-22.63l-3.67-3.67a110.85 110.85 0 0 0 8.65-20.89h5.2c8.84 0 16-7.16 16-16v-32C288 359.16 280.84 352 272 352zm-112 80c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48z\"]\n};\nvar faTruckMoving = {\n prefix: 'fas',\n iconName: 'truck-moving',\n icon: [640, 512, [], \"f4df\", \"M621.3 237.3l-58.5-58.5c-12-12-28.3-18.7-45.3-18.7H480V64c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64v336c0 44.2 35.8 80 80 80 26.3 0 49.4-12.9 64-32.4 14.6 19.6 37.7 32.4 64 32.4 44.2 0 80-35.8 80-80 0-5.5-.6-10.8-1.6-16h163.2c-1.1 5.2-1.6 10.5-1.6 16 0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16H624c8.8 0 16-7.2 16-16v-85.5c0-17-6.7-33.2-18.7-45.2zM80 432c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32zm128 0c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32zm272-224h37.5c4.3 0 8.3 1.7 11.3 4.7l43.3 43.3H480v-48zm48 224c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32z\"]\n};\nvar faTruckPickup = {\n prefix: 'fas',\n iconName: 'truck-pickup',\n icon: [640, 512, [], \"f63c\", \"M624 288h-16v-64c0-17.67-14.33-32-32-32h-48L419.22 56.02A64.025 64.025 0 0 0 369.24 32H256c-17.67 0-32 14.33-32 32v128H64c-17.67 0-32 14.33-32 32v64H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h49.61c-.76 5.27-1.61 10.52-1.61 16 0 61.86 50.14 112 112 112s112-50.14 112-112c0-5.48-.85-10.73-1.61-16h67.23c-.76 5.27-1.61 10.52-1.61 16 0 61.86 50.14 112 112 112s112-50.14 112-112c0-5.48-.85-10.73-1.61-16H624c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM288 96h81.24l76.8 96H288V96zM176 416c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48zm288 0c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48z\"]\n};\nvar faTshirt = {\n prefix: 'fas',\n iconName: 'tshirt',\n icon: [640, 512, [], \"f553\", \"M631.2 96.5L436.5 0C416.4 27.8 371.9 47.2 320 47.2S223.6 27.8 203.5 0L8.8 96.5c-7.9 4-11.1 13.6-7.2 21.5l57.2 114.5c4 7.9 13.6 11.1 21.5 7.2l56.6-27.7c10.6-5.2 23 2.5 23 14.4V480c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32V226.3c0-11.8 12.4-19.6 23-14.4l56.6 27.7c7.9 4 17.5.8 21.5-7.2L638.3 118c4-7.9.8-17.6-7.1-21.5z\"]\n};\nvar faTty = {\n prefix: 'fas',\n iconName: 'tty',\n icon: [512, 512, [], \"f1e4\", \"M5.37 103.822c138.532-138.532 362.936-138.326 501.262 0 6.078 6.078 7.074 15.496 2.583 22.681l-43.214 69.138a18.332 18.332 0 0 1-22.356 7.305l-86.422-34.569a18.335 18.335 0 0 1-11.434-18.846L351.741 90c-62.145-22.454-130.636-21.986-191.483 0l5.953 59.532a18.331 18.331 0 0 1-11.434 18.846l-86.423 34.568a18.334 18.334 0 0 1-22.356-7.305L2.787 126.502a18.333 18.333 0 0 1 2.583-22.68zM96 308v-40c0-6.627-5.373-12-12-12H44c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12H92c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zM96 500v-40c0-6.627-5.373-12-12-12H44c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm288 0v-40c0-6.627-5.373-12-12-12H140c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12z\"]\n};\nvar faTv = {\n prefix: 'fas',\n iconName: 'tv',\n icon: [640, 512, [], \"f26c\", \"M592 0H48A48 48 0 0 0 0 48v320a48 48 0 0 0 48 48h240v32H112a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H352v-32h240a48 48 0 0 0 48-48V48a48 48 0 0 0-48-48zm-16 352H64V64h512z\"]\n};\nvar faUmbrella = {\n prefix: 'fas',\n iconName: 'umbrella',\n icon: [576, 512, [], \"f0e9\", \"M575.7 280.8C547.1 144.5 437.3 62.6 320 49.9V32c0-17.7-14.3-32-32-32s-32 14.3-32 32v17.9C138.3 62.6 29.5 144.5.3 280.8c-2.2 10.1 8.5 21.3 18.7 11.4 52-55 107.7-52.4 158.6 37 5.3 9.5 14.9 8.6 19.7 0 20.2-35.4 44.9-73.2 90.7-73.2 58.5 0 88.2 68.8 90.7 73.2 4.8 8.6 14.4 9.5 19.7 0 51-89.5 107.1-91.4 158.6-37 10.3 10 20.9-1.3 18.7-11.4zM256 301.7V432c0 8.8-7.2 16-16 16-7.8 0-13.2-5.3-15.1-10.7-5.9-16.7-24.1-25.4-40.8-19.5-16.7 5.9-25.4 24.2-19.5 40.8 11.2 31.9 41.6 53.3 75.4 53.3 44.1 0 80-35.9 80-80V301.6c-9.1-7.9-19.8-13.6-32-13.6-12.3.1-22.4 4.8-32 13.7z\"]\n};\nvar faUmbrellaBeach = {\n prefix: 'fas',\n iconName: 'umbrella-beach',\n icon: [640, 512, [], \"f5ca\", \"M115.38 136.9l102.11 37.18c35.19-81.54 86.21-144.29 139-173.7-95.88-4.89-188.78 36.96-248.53 111.8-6.69 8.4-2.66 21.05 7.42 24.72zm132.25 48.16l238.48 86.83c35.76-121.38 18.7-231.66-42.63-253.98-7.4-2.7-15.13-4-23.09-4-58.02.01-128.27 69.17-172.76 171.15zM521.48 60.5c6.22 16.3 10.83 34.6 13.2 55.19 5.74 49.89-1.42 108.23-18.95 166.98l102.62 37.36c10.09 3.67 21.31-3.43 21.57-14.17 2.32-95.69-41.91-187.44-118.44-245.36zM560 447.98H321.06L386 269.5l-60.14-21.9-72.9 200.37H16c-8.84 0-16 7.16-16 16.01v32.01C0 504.83 7.16 512 16 512h544c8.84 0 16-7.17 16-16.01v-32.01c0-8.84-7.16-16-16-16z\"]\n};\nvar faUnderline = {\n prefix: 'fas',\n iconName: 'underline',\n icon: [448, 512, [], \"f0cd\", \"M32 64h32v160c0 88.22 71.78 160 160 160s160-71.78 160-160V64h32a16 16 0 0 0 16-16V16a16 16 0 0 0-16-16H272a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32v160a80 80 0 0 1-160 0V64h32a16 16 0 0 0 16-16V16a16 16 0 0 0-16-16H32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm400 384H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"]\n};\nvar faUndo = {\n prefix: 'fas',\n iconName: 'undo',\n icon: [512, 512, [], \"f0e2\", \"M212.333 224.333H12c-6.627 0-12-5.373-12-12V12C0 5.373 5.373 0 12 0h48c6.627 0 12 5.373 12 12v78.112C117.773 39.279 184.26 7.47 258.175 8.007c136.906.994 246.448 111.623 246.157 248.532C504.041 393.258 393.12 504 256.333 504c-64.089 0-122.496-24.313-166.51-64.215-5.099-4.622-5.334-12.554-.467-17.42l33.967-33.967c4.474-4.474 11.662-4.717 16.401-.525C170.76 415.336 211.58 432 256.333 432c97.268 0 176-78.716 176-176 0-97.267-78.716-176-176-176-58.496 0-110.28 28.476-142.274 72.333h98.274c6.627 0 12 5.373 12 12v48c0 6.627-5.373 12-12 12z\"]\n};\nvar faUndoAlt = {\n prefix: 'fas',\n iconName: 'undo-alt',\n icon: [512, 512, [], \"f2ea\", \"M255.545 8c-66.269.119-126.438 26.233-170.86 68.685L48.971 40.971C33.851 25.851 8 36.559 8 57.941V192c0 13.255 10.745 24 24 24h134.059c21.382 0 32.09-25.851 16.971-40.971l-41.75-41.75c30.864-28.899 70.801-44.907 113.23-45.273 92.398-.798 170.283 73.977 169.484 169.442C423.236 348.009 349.816 424 256 424c-41.127 0-79.997-14.678-110.63-41.556-4.743-4.161-11.906-3.908-16.368.553L89.34 422.659c-4.872 4.872-4.631 12.815.482 17.433C133.798 479.813 192.074 504 256 504c136.966 0 247.999-111.033 248-247.998C504.001 119.193 392.354 7.755 255.545 8z\"]\n};\nvar faUniversalAccess = {\n prefix: 'fas',\n iconName: 'universal-access',\n icon: [512, 512, [], \"f29a\", \"M256 48c114.953 0 208 93.029 208 208 0 114.953-93.029 208-208 208-114.953 0-208-93.029-208-208 0-114.953 93.029-208 208-208m0-40C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 56C149.961 64 64 149.961 64 256s85.961 192 192 192 192-85.961 192-192S362.039 64 256 64zm0 44c19.882 0 36 16.118 36 36s-16.118 36-36 36-36-16.118-36-36 16.118-36 36-36zm117.741 98.023c-28.712 6.779-55.511 12.748-82.14 15.807.851 101.023 12.306 123.052 25.037 155.621 3.617 9.26-.957 19.698-10.217 23.315-9.261 3.617-19.699-.957-23.316-10.217-8.705-22.308-17.086-40.636-22.261-78.549h-9.686c-5.167 37.851-13.534 56.208-22.262 78.549-3.615 9.255-14.05 13.836-23.315 10.217-9.26-3.617-13.834-14.056-10.217-23.315 12.713-32.541 24.185-54.541 25.037-155.621-26.629-3.058-53.428-9.027-82.141-15.807-8.6-2.031-13.926-10.648-11.895-19.249s10.647-13.926 19.249-11.895c96.686 22.829 124.283 22.783 220.775 0 8.599-2.03 17.218 3.294 19.249 11.895 2.029 8.601-3.297 17.219-11.897 19.249z\"]\n};\nvar faUniversity = {\n prefix: 'fas',\n iconName: 'university',\n icon: [512, 512, [], \"f19c\", \"M496 128v16a8 8 0 0 1-8 8h-24v12c0 6.627-5.373 12-12 12H60c-6.627 0-12-5.373-12-12v-12H24a8 8 0 0 1-8-8v-16a8 8 0 0 1 4.941-7.392l232-88a7.996 7.996 0 0 1 6.118 0l232 88A8 8 0 0 1 496 128zm-24 304H40c-13.255 0-24 10.745-24 24v16a8 8 0 0 0 8 8h464a8 8 0 0 0 8-8v-16c0-13.255-10.745-24-24-24zM96 192v192H60c-6.627 0-12 5.373-12 12v20h416v-20c0-6.627-5.373-12-12-12h-36V192h-64v192h-64V192h-64v192h-64V192H96z\"]\n};\nvar faUnlink = {\n prefix: 'fas',\n iconName: 'unlink',\n icon: [512, 512, [], \"f127\", \"M304.083 405.907c4.686 4.686 4.686 12.284 0 16.971l-44.674 44.674c-59.263 59.262-155.693 59.266-214.961 0-59.264-59.265-59.264-155.696 0-214.96l44.675-44.675c4.686-4.686 12.284-4.686 16.971 0l39.598 39.598c4.686 4.686 4.686 12.284 0 16.971l-44.675 44.674c-28.072 28.073-28.072 73.75 0 101.823 28.072 28.072 73.75 28.073 101.824 0l44.674-44.674c4.686-4.686 12.284-4.686 16.971 0l39.597 39.598zm-56.568-260.216c4.686 4.686 12.284 4.686 16.971 0l44.674-44.674c28.072-28.075 73.75-28.073 101.824 0 28.072 28.073 28.072 73.75 0 101.823l-44.675 44.674c-4.686 4.686-4.686 12.284 0 16.971l39.598 39.598c4.686 4.686 12.284 4.686 16.971 0l44.675-44.675c59.265-59.265 59.265-155.695 0-214.96-59.266-59.264-155.695-59.264-214.961 0l-44.674 44.674c-4.686 4.686-4.686 12.284 0 16.971l39.597 39.598zm234.828 359.28l22.627-22.627c9.373-9.373 9.373-24.569 0-33.941L63.598 7.029c-9.373-9.373-24.569-9.373-33.941 0L7.029 29.657c-9.373 9.373-9.373 24.569 0 33.941l441.373 441.373c9.373 9.372 24.569 9.372 33.941 0z\"]\n};\nvar faUnlock = {\n prefix: 'fas',\n iconName: 'unlock',\n icon: [448, 512, [], \"f09c\", \"M400 256H152V152.9c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v16c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-16C376 68 307.5-.3 223.5 0 139.5.3 72 69.5 72 153.5V256H48c-26.5 0-48 21.5-48 48v160c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z\"]\n};\nvar faUnlockAlt = {\n prefix: 'fas',\n iconName: 'unlock-alt',\n icon: [448, 512, [], \"f13e\", \"M400 256H152V152.9c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v16c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-16C376 68 307.5-.3 223.5 0 139.5.3 72 69.5 72 153.5V256H48c-26.5 0-48 21.5-48 48v160c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zM264 408c0 22.1-17.9 40-40 40s-40-17.9-40-40v-48c0-22.1 17.9-40 40-40s40 17.9 40 40v48z\"]\n};\nvar faUpload = {\n prefix: 'fas',\n iconName: 'upload',\n icon: [512, 512, [], \"f093\", \"M296 384h-80c-13.3 0-24-10.7-24-24V192h-87.7c-17.8 0-26.7-21.5-14.1-34.1L242.3 5.7c7.5-7.5 19.8-7.5 27.3 0l152.2 152.2c12.6 12.6 3.7 34.1-14.1 34.1H320v168c0 13.3-10.7 24-24 24zm216-8v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h136v8c0 30.9 25.1 56 56 56h80c30.9 0 56-25.1 56-56v-8h136c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"]\n};\nvar faUser = {\n prefix: 'fas',\n iconName: 'user',\n icon: [448, 512, [], \"f007\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"]\n};\nvar faUserAlt = {\n prefix: 'fas',\n iconName: 'user-alt',\n icon: [512, 512, [], \"f406\", \"M256 288c79.5 0 144-64.5 144-144S335.5 0 256 0 112 64.5 112 144s64.5 144 144 144zm128 32h-55.1c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16H128C57.3 320 0 377.3 0 448v16c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48v-16c0-70.7-57.3-128-128-128z\"]\n};\nvar faUserAltSlash = {\n prefix: 'fas',\n iconName: 'user-alt-slash',\n icon: [640, 512, [], \"f4fa\", \"M633.8 458.1L389.6 269.3C433.8 244.7 464 198.1 464 144 464 64.5 399.5 0 320 0c-67.1 0-123 46.1-139 108.2L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3zM198.4 320C124.2 320 64 380.2 64 454.4v9.6c0 26.5 21.5 48 48 48h382.2L245.8 320h-47.4z\"]\n};\nvar faUserAstronaut = {\n prefix: 'fas',\n iconName: 'user-astronaut',\n icon: [448, 512, [], \"f4fb\", \"M64 224h13.5c24.7 56.5 80.9 96 146.5 96s121.8-39.5 146.5-96H384c8.8 0 16-7.2 16-16v-96c0-8.8-7.2-16-16-16h-13.5C345.8 39.5 289.6 0 224 0S102.2 39.5 77.5 96H64c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16zm40-88c0-22.1 21.5-40 48-40h144c26.5 0 48 17.9 48 40v24c0 53-43 96-96 96h-48c-53 0-96-43-96-96v-24zm72 72l12-36 36-12-36-12-12-36-12 36-36 12 36 12 12 36zm151.6 113.4C297.7 340.7 262.2 352 224 352s-73.7-11.3-103.6-30.6C52.9 328.5 0 385 0 454.4v9.6c0 26.5 21.5 48 48 48h80v-64c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v64h80c26.5 0 48-21.5 48-48v-9.6c0-69.4-52.9-125.9-120.4-133zM272 448c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm-96 0c-8.8 0-16 7.2-16 16v48h32v-48c0-8.8-7.2-16-16-16z\"]\n};\nvar faUserCheck = {\n prefix: 'fas',\n iconName: 'user-check',\n icon: [640, 512, [], \"f4fc\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4zm323-128.4l-27.8-28.1c-4.6-4.7-12.1-4.7-16.8-.1l-104.8 104-45.5-45.8c-4.6-4.7-12.1-4.7-16.8-.1l-28.1 27.9c-4.7 4.6-4.7 12.1-.1 16.8l81.7 82.3c4.6 4.7 12.1 4.7 16.8.1l141.3-140.2c4.6-4.7 4.7-12.2.1-16.8z\"]\n};\nvar faUserCircle = {\n prefix: 'fas',\n iconName: 'user-circle',\n icon: [496, 512, [], \"f2bd\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 96c48.6 0 88 39.4 88 88s-39.4 88-88 88-88-39.4-88-88 39.4-88 88-88zm0 344c-58.7 0-111.3-26.6-146.5-68.2 18.8-35.4 55.6-59.8 98.5-59.8 2.4 0 4.8.4 7.1 1.1 13 4.2 26.6 6.9 40.9 6.9 14.3 0 28-2.7 40.9-6.9 2.3-.7 4.7-1.1 7.1-1.1 42.9 0 79.7 24.4 98.5 59.8C359.3 421.4 306.7 448 248 448z\"]\n};\nvar faUserClock = {\n prefix: 'fas',\n iconName: 'user-clock',\n icon: [640, 512, [], \"f4fd\", \"M496 224c-79.6 0-144 64.4-144 144s64.4 144 144 144 144-64.4 144-144-64.4-144-144-144zm64 150.3c0 5.3-4.4 9.7-9.7 9.7h-60.6c-5.3 0-9.7-4.4-9.7-9.7v-76.6c0-5.3 4.4-9.7 9.7-9.7h12.6c5.3 0 9.7 4.4 9.7 9.7V352h38.3c5.3 0 9.7 4.4 9.7 9.7v12.6zM320 368c0-27.8 6.7-54.1 18.2-77.5-8-1.5-16.2-2.5-24.6-2.5h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h347.1c-45.3-31.9-75.1-84.5-75.1-144zm-96-112c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128z\"]\n};\nvar faUserCog = {\n prefix: 'fas',\n iconName: 'user-cog',\n icon: [640, 512, [], \"f4fe\", \"M610.5 373.3c2.6-14.1 2.6-28.5 0-42.6l25.8-14.9c3-1.7 4.3-5.2 3.3-8.5-6.7-21.6-18.2-41.2-33.2-57.4-2.3-2.5-6-3.1-9-1.4l-25.8 14.9c-10.9-9.3-23.4-16.5-36.9-21.3v-29.8c0-3.4-2.4-6.4-5.7-7.1-22.3-5-45-4.8-66.2 0-3.3.7-5.7 3.7-5.7 7.1v29.8c-13.5 4.8-26 12-36.9 21.3l-25.8-14.9c-2.9-1.7-6.7-1.1-9 1.4-15 16.2-26.5 35.8-33.2 57.4-1 3.3.4 6.8 3.3 8.5l25.8 14.9c-2.6 14.1-2.6 28.5 0 42.6l-25.8 14.9c-3 1.7-4.3 5.2-3.3 8.5 6.7 21.6 18.2 41.1 33.2 57.4 2.3 2.5 6 3.1 9 1.4l25.8-14.9c10.9 9.3 23.4 16.5 36.9 21.3v29.8c0 3.4 2.4 6.4 5.7 7.1 22.3 5 45 4.8 66.2 0 3.3-.7 5.7-3.7 5.7-7.1v-29.8c13.5-4.8 26-12 36.9-21.3l25.8 14.9c2.9 1.7 6.7 1.1 9-1.4 15-16.2 26.5-35.8 33.2-57.4 1-3.3-.4-6.8-3.3-8.5l-25.8-14.9zM496 400.5c-26.8 0-48.5-21.8-48.5-48.5s21.8-48.5 48.5-48.5 48.5 21.8 48.5 48.5-21.7 48.5-48.5 48.5zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm201.2 226.5c-2.3-1.2-4.6-2.6-6.8-3.9l-7.9 4.6c-6 3.4-12.8 5.3-19.6 5.3-10.9 0-21.4-4.6-28.9-12.6-18.3-19.8-32.3-43.9-40.2-69.6-5.5-17.7 1.9-36.4 17.9-45.7l7.9-4.6c-.1-2.6-.1-5.2 0-7.8l-7.9-4.6c-16-9.2-23.4-28-17.9-45.7.9-2.9 2.2-5.8 3.2-8.7-3.8-.3-7.5-1.2-11.4-1.2h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c10.1 0 19.5-3.2 27.2-8.5-1.2-3.8-2-7.7-2-11.8v-9.2z\"]\n};\nvar faUserEdit = {\n prefix: 'fas',\n iconName: 'user-edit',\n icon: [640, 512, [], \"f4ff\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h274.9c-2.4-6.8-3.4-14-2.6-21.3l6.8-60.9 1.2-11.1 7.9-7.9 77.3-77.3c-24.5-27.7-60-45.5-99.9-45.5zm45.3 145.3l-6.8 61c-1.1 10.2 7.5 18.8 17.6 17.6l60.9-6.8 137.9-137.9-71.7-71.7-137.9 137.8zM633 268.9L595.1 231c-9.3-9.3-24.5-9.3-33.8 0l-37.8 37.8-4.1 4.1 71.8 71.7 41.8-41.8c9.3-9.4 9.3-24.5 0-33.9z\"]\n};\nvar faUserFriends = {\n prefix: 'fas',\n iconName: 'user-friends',\n icon: [640, 512, [], \"f500\", \"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"]\n};\nvar faUserGraduate = {\n prefix: 'fas',\n iconName: 'user-graduate',\n icon: [448, 512, [], \"f501\", \"M319.4 320.6L224 416l-95.4-95.4C57.1 323.7 0 382.2 0 454.4v9.6c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-9.6c0-72.2-57.1-130.7-128.6-133.8zM13.6 79.8l6.4 1.5v58.4c-7 4.2-12 11.5-12 20.3 0 8.4 4.6 15.4 11.1 19.7L3.5 242c-1.7 6.9 2.1 14 7.6 14h41.8c5.5 0 9.3-7.1 7.6-14l-15.6-62.3C51.4 175.4 56 168.4 56 160c0-8.8-5-16.1-12-20.3V87.1l66 15.9c-8.6 17.2-14 36.4-14 57 0 70.7 57.3 128 128 128s128-57.3 128-128c0-20.6-5.3-39.8-14-57l96.3-23.2c18.2-4.4 18.2-27.1 0-31.5l-190.4-46c-13-3.1-26.7-3.1-39.7 0L13.6 48.2c-18.1 4.4-18.1 27.2 0 31.6z\"]\n};\nvar faUserInjured = {\n prefix: 'fas',\n iconName: 'user-injured',\n icon: [448, 512, [], \"f728\", \"M277.37 11.98C261.08 4.47 243.11 0 224 0c-53.69 0-99.5 33.13-118.51 80h81.19l90.69-68.02zM342.51 80c-7.9-19.47-20.67-36.2-36.49-49.52L239.99 80h102.52zM224 256c70.69 0 128-57.31 128-128 0-5.48-.95-10.7-1.61-16H97.61c-.67 5.3-1.61 10.52-1.61 16 0 70.69 57.31 128 128 128zM80 299.7V512h128.26l-98.45-221.52A132.835 132.835 0 0 0 80 299.7zM0 464c0 26.51 21.49 48 48 48V320.24C18.88 344.89 0 381.26 0 422.4V464zm256-48h-55.38l42.67 96H256c26.47 0 48-21.53 48-48s-21.53-48-48-48zm57.6-128h-16.71c-22.24 10.18-46.88 16-72.89 16s-50.65-5.82-72.89-16h-7.37l42.67 96H256c44.11 0 80 35.89 80 80 0 18.08-6.26 34.59-16.41 48H400c26.51 0 48-21.49 48-48v-41.6c0-74.23-60.17-134.4-134.4-134.4z\"]\n};\nvar faUserLock = {\n prefix: 'fas',\n iconName: 'user-lock',\n icon: [640, 512, [], \"f502\", \"M224 256A128 128 0 1 0 96 128a128 128 0 0 0 128 128zm96 64a63.08 63.08 0 0 1 8.1-30.5c-4.8-.5-9.5-1.5-14.5-1.5h-16.7a174.08 174.08 0 0 1-145.8 0h-16.7A134.43 134.43 0 0 0 0 422.4V464a48 48 0 0 0 48 48h280.9a63.54 63.54 0 0 1-8.9-32zm288-32h-32v-80a80 80 0 0 0-160 0v80h-32a32 32 0 0 0-32 32v160a32 32 0 0 0 32 32h224a32 32 0 0 0 32-32V320a32 32 0 0 0-32-32zM496 432a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm32-144h-64v-80a32 32 0 0 1 64 0z\"]\n};\nvar faUserMd = {\n prefix: 'fas',\n iconName: 'user-md',\n icon: [448, 512, [], \"f0f0\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zM104 424c0 13.3 10.7 24 24 24s24-10.7 24-24-10.7-24-24-24-24 10.7-24 24zm216-135.4v49c36.5 7.4 64 39.8 64 78.4v41.7c0 7.6-5.4 14.2-12.9 15.7l-32.2 6.4c-4.3.9-8.5-1.9-9.4-6.3l-3.1-15.7c-.9-4.3 1.9-8.6 6.3-9.4l19.3-3.9V416c0-62.8-96-65.1-96 1.9v26.7l19.3 3.9c4.3.9 7.1 5.1 6.3 9.4l-3.1 15.7c-.9 4.3-5.1 7.1-9.4 6.3l-31.2-4.2c-7.9-1.1-13.8-7.8-13.8-15.9V416c0-38.6 27.5-70.9 64-78.4v-45.2c-2.2.7-4.4 1.1-6.6 1.9-18 6.3-37.3 9.8-57.4 9.8s-39.4-3.5-57.4-9.8c-7.4-2.6-14.9-4.2-22.6-5.2v81.6c23.1 6.9 40 28.1 40 53.4 0 30.9-25.1 56-56 56s-56-25.1-56-56c0-25.3 16.9-46.5 40-53.4v-80.4C48.5 301 0 355.8 0 422.4v44.8C0 491.9 20.1 512 44.8 512h358.4c24.7 0 44.8-20.1 44.8-44.8v-44.8c0-72-56.8-130.3-128-133.8z\"]\n};\nvar faUserMinus = {\n prefix: 'fas',\n iconName: 'user-minus',\n icon: [640, 512, [], \"f503\", \"M624 208H432c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h192c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-400 48c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"]\n};\nvar faUserNinja = {\n prefix: 'fas',\n iconName: 'user-ninja',\n icon: [448, 512, [], \"f504\", \"M325.4 289.2L224 390.6 122.6 289.2C54 295.3 0 352.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-70.2-54-127.1-122.6-133.2zM32 192c27.3 0 51.8-11.5 69.2-29.7 15.1 53.9 64 93.7 122.8 93.7 70.7 0 128-57.3 128-128S294.7 0 224 0c-50.4 0-93.6 29.4-114.5 71.8C92.1 47.8 64 32 32 32c0 33.4 17.1 62.8 43.1 80-26 17.2-43.1 46.6-43.1 80zm144-96h96c17.7 0 32 14.3 32 32H144c0-17.7 14.3-32 32-32z\"]\n};\nvar faUserNurse = {\n prefix: 'fas',\n iconName: 'user-nurse',\n icon: [448, 512, [], \"f82f\", \"M57.78 288h82.36c22.51 19.68 51.62 32 83.86 32s61.35-12.32 83.86-32h82.36a16 16 0 0 0 14.28-23.18c-15.23-29.85-31.28-62.23-42.15-95.54C354.78 146.09 352 121.59 352 97.2V48L224 0 96 48v49.2c0 24.39-2.75 48.89-10.33 72.08C74.78 202.59 58.73 235 43.5 264.82A16 16 0 0 0 57.78 288zM184 71.67a5 5 0 0 1 5-5h21.67V45a5 5 0 0 1 5-5h16.66a5 5 0 0 1 5 5v21.67H259a5 5 0 0 1 5 5v16.66a5 5 0 0 1-5 5h-21.67V115a5 5 0 0 1-5 5h-16.66a5 5 0 0 1-5-5V93.33H189a5 5 0 0 1-5-5zM144 160h160v32a80 80 0 0 1-160 0zm175.41 160L224 415.39 128.59 320C57.1 323.1 0 381.6 0 453.79A58.21 58.21 0 0 0 58.21 512h331.58A58.21 58.21 0 0 0 448 453.79C448 381.6 390.9 323.1 319.41 320z\"]\n};\nvar faUserPlus = {\n prefix: 'fas',\n iconName: 'user-plus',\n icon: [640, 512, [], \"f234\", \"M624 208h-64v-64c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v64h-64c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h64v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-64h64c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-400 48c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"]\n};\nvar faUserSecret = {\n prefix: 'fas',\n iconName: 'user-secret',\n icon: [448, 512, [], \"f21b\", \"M383.9 308.3l23.9-62.6c4-10.5-3.7-21.7-15-21.7h-58.5c11-18.9 17.8-40.6 17.8-64v-.3c39.2-7.8 64-19.1 64-31.7 0-13.3-27.3-25.1-70.1-33-9.2-32.8-27-65.8-40.6-82.8-9.5-11.9-25.9-15.6-39.5-8.8l-27.6 13.8c-9 4.5-19.6 4.5-28.6 0L182.1 3.4c-13.6-6.8-30-3.1-39.5 8.8-13.5 17-31.4 50-40.6 82.8-42.7 7.9-70 19.7-70 33 0 12.6 24.8 23.9 64 31.7v.3c0 23.4 6.8 45.1 17.8 64H56.3c-11.5 0-19.2 11.7-14.7 22.3l25.8 60.2C27.3 329.8 0 372.7 0 422.4v44.8C0 491.9 20.1 512 44.8 512h358.4c24.7 0 44.8-20.1 44.8-44.8v-44.8c0-48.4-25.8-90.4-64.1-114.1zM176 480l-41.6-192 49.6 32 24 40-32 120zm96 0l-32-120 24-40 49.6-32L272 480zm41.7-298.5c-3.9 11.9-7 24.6-16.5 33.4-10.1 9.3-48 22.4-64-25-2.8-8.4-15.4-8.4-18.3 0-17 50.2-56 32.4-64 25-9.5-8.8-12.7-21.5-16.5-33.4-.8-2.5-6.3-5.7-6.3-5.8v-10.8c28.3 3.6 61 5.8 96 5.8s67.7-2.1 96-5.8v10.8c-.1.1-5.6 3.2-6.4 5.8z\"]\n};\nvar faUserShield = {\n prefix: 'fas',\n iconName: 'user-shield',\n icon: [640, 512, [], \"f505\", \"M622.3 271.1l-115.2-45c-4.1-1.6-12.6-3.7-22.2 0l-115.2 45c-10.7 4.2-17.7 14-17.7 24.9 0 111.6 68.7 188.8 132.9 213.9 9.6 3.7 18 1.6 22.2 0C558.4 489.9 640 420.5 640 296c0-10.9-7-20.7-17.7-24.9zM496 462.4V273.3l95.5 37.3c-5.6 87.1-60.9 135.4-95.5 151.8zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm96 40c0-2.5.8-4.8 1.1-7.2-2.5-.1-4.9-.8-7.5-.8h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c6.8 0 13.3-1.5 19.2-4-54-42.9-99.2-116.7-99.2-212z\"]\n};\nvar faUserSlash = {\n prefix: 'fas',\n iconName: 'user-slash',\n icon: [640, 512, [], \"f506\", \"M633.8 458.1L362.3 248.3C412.1 230.7 448 183.8 448 128 448 57.3 390.7 0 320 0c-67.1 0-121.5 51.8-126.9 117.4L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3zM96 422.4V464c0 26.5 21.5 48 48 48h350.2L207.4 290.3C144.2 301.3 96 356 96 422.4z\"]\n};\nvar faUserTag = {\n prefix: 'fas',\n iconName: 'user-tag',\n icon: [640, 512, [], \"f507\", \"M630.6 364.9l-90.3-90.2c-12-12-28.3-18.7-45.3-18.7h-79.3c-17.7 0-32 14.3-32 32v79.2c0 17 6.7 33.2 18.7 45.2l90.3 90.2c12.5 12.5 32.8 12.5 45.3 0l92.5-92.5c12.6-12.5 12.6-32.7.1-45.2zm-182.8-21c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24c0 13.2-10.7 24-24 24zm-223.8-88c70.7 0 128-57.3 128-128C352 57.3 294.7 0 224 0S96 57.3 96 128c0 70.6 57.3 127.9 128 127.9zm127.8 111.2V294c-12.2-3.6-24.9-6.2-38.2-6.2h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 287.9 0 348.1 0 422.3v41.6c0 26.5 21.5 48 48 48h352c15.5 0 29.1-7.5 37.9-18.9l-58-58c-18.1-18.1-28.1-42.2-28.1-67.9z\"]\n};\nvar faUserTie = {\n prefix: 'fas',\n iconName: 'user-tie',\n icon: [448, 512, [], \"f508\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm95.8 32.6L272 480l-32-136 32-56h-96l32 56-32 136-47.8-191.4C56.9 292 0 350.3 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-72.1-56.9-130.4-128.2-133.8z\"]\n};\nvar faUserTimes = {\n prefix: 'fas',\n iconName: 'user-times',\n icon: [640, 512, [], \"f235\", \"M589.6 240l45.6-45.6c6.3-6.3 6.3-16.5 0-22.8l-22.8-22.8c-6.3-6.3-16.5-6.3-22.8 0L544 194.4l-45.6-45.6c-6.3-6.3-16.5-6.3-22.8 0l-22.8 22.8c-6.3 6.3-6.3 16.5 0 22.8l45.6 45.6-45.6 45.6c-6.3 6.3-6.3 16.5 0 22.8l22.8 22.8c6.3 6.3 16.5 6.3 22.8 0l45.6-45.6 45.6 45.6c6.3 6.3 16.5 6.3 22.8 0l22.8-22.8c6.3-6.3 6.3-16.5 0-22.8L589.6 240zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"]\n};\nvar faUsers = {\n prefix: 'fas',\n iconName: 'users',\n icon: [640, 512, [], \"f0c0\", \"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"]\n};\nvar faUsersCog = {\n prefix: 'fas',\n iconName: 'users-cog',\n icon: [640, 512, [], \"f509\", \"M610.5 341.3c2.6-14.1 2.6-28.5 0-42.6l25.8-14.9c3-1.7 4.3-5.2 3.3-8.5-6.7-21.6-18.2-41.2-33.2-57.4-2.3-2.5-6-3.1-9-1.4l-25.8 14.9c-10.9-9.3-23.4-16.5-36.9-21.3v-29.8c0-3.4-2.4-6.4-5.7-7.1-22.3-5-45-4.8-66.2 0-3.3.7-5.7 3.7-5.7 7.1v29.8c-13.5 4.8-26 12-36.9 21.3l-25.8-14.9c-2.9-1.7-6.7-1.1-9 1.4-15 16.2-26.5 35.8-33.2 57.4-1 3.3.4 6.8 3.3 8.5l25.8 14.9c-2.6 14.1-2.6 28.5 0 42.6l-25.8 14.9c-3 1.7-4.3 5.2-3.3 8.5 6.7 21.6 18.2 41.1 33.2 57.4 2.3 2.5 6 3.1 9 1.4l25.8-14.9c10.9 9.3 23.4 16.5 36.9 21.3v29.8c0 3.4 2.4 6.4 5.7 7.1 22.3 5 45 4.8 66.2 0 3.3-.7 5.7-3.7 5.7-7.1v-29.8c13.5-4.8 26-12 36.9-21.3l25.8 14.9c2.9 1.7 6.7 1.1 9-1.4 15-16.2 26.5-35.8 33.2-57.4 1-3.3-.4-6.8-3.3-8.5l-25.8-14.9zM496 368.5c-26.8 0-48.5-21.8-48.5-48.5s21.8-48.5 48.5-48.5 48.5 21.8 48.5 48.5-21.7 48.5-48.5 48.5zM96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm224 32c1.9 0 3.7-.5 5.6-.6 8.3-21.7 20.5-42.1 36.3-59.2 7.4-8 17.9-12.6 28.9-12.6 6.9 0 13.7 1.8 19.6 5.3l7.9 4.6c.8-.5 1.6-.9 2.4-1.4 7-14.6 11.2-30.8 11.2-48 0-61.9-50.1-112-112-112S208 82.1 208 144c0 61.9 50.1 112 112 112zm105.2 194.5c-2.3-1.2-4.6-2.6-6.8-3.9-8.2 4.8-15.3 9.8-27.5 9.8-10.9 0-21.4-4.6-28.9-12.6-18.3-19.8-32.3-43.9-40.2-69.6-10.7-34.5 24.9-49.7 25.8-50.3-.1-2.6-.1-5.2 0-7.8l-7.9-4.6c-3.8-2.2-7-5-9.8-8.1-3.3.2-6.5.6-9.8.6-24.6 0-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h255.4c-3.7-6-6.2-12.8-6.2-20.3v-9.2zM173.1 274.6C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"]\n};\nvar faUtensilSpoon = {\n prefix: 'fas',\n iconName: 'utensil-spoon',\n icon: [512, 512, [], \"f2e5\", \"M480.1 31.9c-55-55.1-164.9-34.5-227.8 28.5-49.3 49.3-55.1 110-28.8 160.4L9 413.2c-11.6 10.5-12.1 28.5-1 39.5L59.3 504c11 11 29.1 10.5 39.5-1.1l192.4-214.4c50.4 26.3 111.1 20.5 160.4-28.8 63-62.9 83.6-172.8 28.5-227.8z\"]\n};\nvar faUtensils = {\n prefix: 'fas',\n iconName: 'utensils',\n icon: [416, 512, [], \"f2e7\", \"M207.9 15.2c.8 4.7 16.1 94.5 16.1 128.8 0 52.3-27.8 89.6-68.9 104.6L168 486.7c.7 13.7-10.2 25.3-24 25.3H80c-13.7 0-24.7-11.5-24-25.3l12.9-238.1C27.7 233.6 0 196.2 0 144 0 109.6 15.3 19.9 16.1 15.2 19.3-5.1 61.4-5.4 64 16.3v141.2c1.3 3.4 15.1 3.2 16 0 1.4-25.3 7.9-139.2 8-141.8 3.3-20.8 44.7-20.8 47.9 0 .2 2.7 6.6 116.5 8 141.8.9 3.2 14.8 3.4 16 0V16.3c2.6-21.6 44.8-21.4 48-1.1zm119.2 285.7l-15 185.1c-1.2 14 9.9 26 23.9 26h56c13.3 0 24-10.7 24-24V24c0-13.2-10.7-24-24-24-82.5 0-221.4 178.5-64.9 300.9z\"]\n};\nvar faVectorSquare = {\n prefix: 'fas',\n iconName: 'vector-square',\n icon: [512, 512, [], \"f5cb\", \"M512 128V32c0-17.67-14.33-32-32-32h-96c-17.67 0-32 14.33-32 32H160c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v96c0 17.67 14.33 32 32 32v192c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32h192c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32V160c17.67 0 32-14.33 32-32zm-96-64h32v32h-32V64zM64 64h32v32H64V64zm32 384H64v-32h32v32zm352 0h-32v-32h32v32zm-32-96h-32c-17.67 0-32 14.33-32 32v32H160v-32c0-17.67-14.33-32-32-32H96V160h32c17.67 0 32-14.33 32-32V96h192v32c0 17.67 14.33 32 32 32h32v192z\"]\n};\nvar faVenus = {\n prefix: 'fas',\n iconName: 'venus',\n icon: [288, 512, [], \"f221\", \"M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 68.5 47.9 125.9 112 140.4V368H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.5 112-71.9 112-140.4zm-224 0c0-44.1 35.9-80 80-80s80 35.9 80 80-35.9 80-80 80-80-35.9-80-80z\"]\n};\nvar faVenusDouble = {\n prefix: 'fas',\n iconName: 'venus-double',\n icon: [512, 512, [], \"f226\", \"M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 68.5 47.9 125.9 112 140.4V368H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.5 112-71.9 112-140.4zm-224 0c0-44.1 35.9-80 80-80s80 35.9 80 80-35.9 80-80 80-80-35.9-80-80zm336 140.4V368h36c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-36v36c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-36h-36c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h36v-51.6c-21.2-4.8-40.6-14.3-57.2-27.3 14-16.7 25-36 32.1-57.1 14.5 14.8 34.7 24 57.1 24 44.1 0 80-35.9 80-80s-35.9-80-80-80c-22.3 0-42.6 9.2-57.1 24-7.1-21.1-18-40.4-32.1-57.1C303.4 43.6 334.3 32 368 32c79.5 0 144 64.5 144 144 0 68.5-47.9 125.9-112 140.4z\"]\n};\nvar faVenusMars = {\n prefix: 'fas',\n iconName: 'venus-mars',\n icon: [576, 512, [], \"f228\", \"M564 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-48.7 48.7C422.5 72.1 396.2 64 368 64c-33.7 0-64.6 11.6-89.2 30.9 14 16.7 25 36 32.1 57.1 14.5-14.8 34.7-24 57.1-24 44.1 0 80 35.9 80 80s-35.9 80-80 80c-22.3 0-42.6-9.2-57.1-24-7.1 21.1-18 40.4-32.1 57.1 24.5 19.4 55.5 30.9 89.2 30.9 79.5 0 144-64.5 144-144 0-28.2-8.1-54.5-22.1-76.7l48.7-48.7 16.9 16.9c2.4 2.4 5.4 3.5 8.4 3.5 6.2 0 12.1-4.8 12.1-12V12c0-6.6-5.4-12-12-12zM144 64C64.5 64 0 128.5 0 208c0 68.5 47.9 125.9 112 140.4V400H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.6 112-71.9 112-140.4 0-79.5-64.5-144-144-144zm0 224c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"]\n};\nvar faVial = {\n prefix: 'fas',\n iconName: 'vial',\n icon: [480, 512, [], \"f492\", \"M477.7 186.1L309.5 18.3c-3.1-3.1-8.2-3.1-11.3 0l-34 33.9c-3.1 3.1-3.1 8.2 0 11.3l11.2 11.1L33 316.5c-38.8 38.7-45.1 102-9.4 143.5 20.6 24 49.5 36 78.4 35.9 26.4 0 52.8-10 72.9-30.1l246.3-245.7 11.2 11.1c3.1 3.1 8.2 3.1 11.3 0l34-33.9c3.1-3 3.1-8.1 0-11.2zM318 256H161l148-147.7 78.5 78.3L318 256z\"]\n};\nvar faVials = {\n prefix: 'fas',\n iconName: 'vials',\n icon: [640, 512, [], \"f493\", \"M72 64h24v240c0 44.1 35.9 80 80 80s80-35.9 80-80V64h24c4.4 0 8-3.6 8-8V8c0-4.4-3.6-8-8-8H72c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm72 0h64v96h-64V64zm480 384H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM360 64h24v240c0 44.1 35.9 80 80 80s80-35.9 80-80V64h24c4.4 0 8-3.6 8-8V8c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm72 0h64v96h-64V64z\"]\n};\nvar faVideo = {\n prefix: 'fas',\n iconName: 'video',\n icon: [576, 512, [], \"f03d\", \"M336.2 64H47.8C21.4 64 0 85.4 0 111.8v288.4C0 426.6 21.4 448 47.8 448h288.4c26.4 0 47.8-21.4 47.8-47.8V111.8c0-26.4-21.4-47.8-47.8-47.8zm189.4 37.7L416 177.3v157.4l109.6 75.5c21.2 14.6 50.4-.3 50.4-25.8V127.5c0-25.4-29.1-40.4-50.4-25.8z\"]\n};\nvar faVideoSlash = {\n prefix: 'fas',\n iconName: 'video-slash',\n icon: [640, 512, [], \"f4e2\", \"M633.8 458.1l-55-42.5c15.4-1.4 29.2-13.7 29.2-31.1v-257c0-25.5-29.1-40.4-50.4-25.8L448 177.3v137.2l-32-24.7v-178c0-26.4-21.4-47.8-47.8-47.8H123.9L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4L42.7 82 416 370.6l178.5 138c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.5-6.9 4.2-17-2.8-22.4zM32 400.2c0 26.4 21.4 47.8 47.8 47.8h288.4c11.2 0 21.4-4 29.6-10.5L32 154.7v245.5z\"]\n};\nvar faVihara = {\n prefix: 'fas',\n iconName: 'vihara',\n icon: [640, 512, [], \"f6a7\", \"M632.88 400.71L544 352v-64l55.16-17.69c11.79-5.9 11.79-22.72 0-28.62L480 192v-64l27.31-16.3c7.72-7.72 5.61-20.74-4.16-25.62L320 0 136.85 86.07c-9.77 4.88-11.88 17.9-4.16 25.62L160 128v64L40.84 241.69c-11.79 5.9-11.79 22.72 0 28.62L96 288v64L7.12 400.71c-5.42 3.62-7.7 9.63-7 15.29.62 5.01 3.57 9.75 8.72 12.33L64 448v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h160v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h160v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48l55.15-19.67c5.16-2.58 8.1-7.32 8.72-12.33.71-5.67-1.57-11.68-6.99-15.29zM224 128h192v64H224v-64zm-64 224v-64h320v64H160z\"]\n};\nvar faVoicemail = {\n prefix: 'fas',\n iconName: 'voicemail',\n icon: [640, 512, [], \"f897\", \"M496 128a144 144 0 0 0-119.74 224H263.74A144 144 0 1 0 144 416h352a144 144 0 0 0 0-288zM64 272a80 80 0 1 1 80 80 80 80 0 0 1-80-80zm432 80a80 80 0 1 1 80-80 80 80 0 0 1-80 80z\"]\n};\nvar faVolleyballBall = {\n prefix: 'fas',\n iconName: 'volleyball-ball',\n icon: [512, 512, [], \"f45f\", \"M231.39 243.48a285.56 285.56 0 0 0-22.7-105.7c-90.8 42.4-157.5 122.4-180.3 216.8a249 249 0 0 0 56.9 81.1 333.87 333.87 0 0 1 146.1-192.2zm-36.9-134.4a284.23 284.23 0 0 0-57.4-70.7c-91 49.8-144.8 152.9-125 262.2 33.4-83.1 98.4-152 182.4-191.5zm187.6 165.1c8.6-99.8-27.3-197.5-97.5-264.4-14.7-1.7-51.6-5.5-98.9 8.5A333.87 333.87 0 0 1 279.19 241a285 285 0 0 0 102.9 33.18zm-124.7 9.5a286.33 286.33 0 0 0-80.2 72.6c82 57.3 184.5 75.1 277.5 47.8a247.15 247.15 0 0 0 42.2-89.9 336.1 336.1 0 0 1-80.9 10.4c-54.6-.1-108.9-14.1-158.6-40.9zm-98.3 99.7c-15.2 26-25.7 54.4-32.1 84.2a247.07 247.07 0 0 0 289-22.1c-112.9 16.1-203.3-24.8-256.9-62.1zm180.3-360.6c55.3 70.4 82.5 161.2 74.6 253.6a286.59 286.59 0 0 0 89.7-14.2c0-2 .3-4 .3-6 0-107.8-68.7-199.1-164.6-233.4z\"]\n};\nvar faVolumeDown = {\n prefix: 'fas',\n iconName: 'volume-down',\n icon: [384, 512, [], \"f027\", \"M215.03 72.04L126.06 161H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V89.02c0-21.47-25.96-31.98-40.97-16.98zm123.2 108.08c-11.58-6.33-26.19-2.16-32.61 9.45-6.39 11.61-2.16 26.2 9.45 32.61C327.98 229.28 336 242.62 336 257c0 14.38-8.02 27.72-20.92 34.81-11.61 6.41-15.84 21-9.45 32.61 6.43 11.66 21.05 15.8 32.61 9.45 28.23-15.55 45.77-45 45.77-76.88s-17.54-61.32-45.78-76.87z\"]\n};\nvar faVolumeMute = {\n prefix: 'fas',\n iconName: 'volume-mute',\n icon: [512, 512, [], \"f6a9\", \"M215.03 71.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V88.02c0-21.46-25.96-31.98-40.97-16.97zM461.64 256l45.64-45.64c6.3-6.3 6.3-16.52 0-22.82l-22.82-22.82c-6.3-6.3-16.52-6.3-22.82 0L416 210.36l-45.64-45.64c-6.3-6.3-16.52-6.3-22.82 0l-22.82 22.82c-6.3 6.3-6.3 16.52 0 22.82L370.36 256l-45.63 45.63c-6.3 6.3-6.3 16.52 0 22.82l22.82 22.82c6.3 6.3 16.52 6.3 22.82 0L416 301.64l45.64 45.64c6.3 6.3 16.52 6.3 22.82 0l22.82-22.82c6.3-6.3 6.3-16.52 0-22.82L461.64 256z\"]\n};\nvar faVolumeOff = {\n prefix: 'fas',\n iconName: 'volume-off',\n icon: [256, 512, [], \"f026\", \"M215 71l-89 89H24a24 24 0 0 0-24 24v144a24 24 0 0 0 24 24h102.06L215 441c15 15 41 4.47 41-17V88c0-21.47-26-32-41-17z\"]\n};\nvar faVolumeUp = {\n prefix: 'fas',\n iconName: 'volume-up',\n icon: [576, 512, [], \"f028\", \"M215.03 71.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V88.02c0-21.46-25.96-31.98-40.97-16.97zm233.32-51.08c-11.17-7.33-26.18-4.24-33.51 6.95-7.34 11.17-4.22 26.18 6.95 33.51 66.27 43.49 105.82 116.6 105.82 195.58 0 78.98-39.55 152.09-105.82 195.58-11.17 7.32-14.29 22.34-6.95 33.5 7.04 10.71 21.93 14.56 33.51 6.95C528.27 439.58 576 351.33 576 256S528.27 72.43 448.35 19.97zM480 256c0-63.53-32.06-121.94-85.77-156.24-11.19-7.14-26.03-3.82-33.12 7.46s-3.78 26.21 7.41 33.36C408.27 165.97 432 209.11 432 256s-23.73 90.03-63.48 115.42c-11.19 7.14-14.5 22.07-7.41 33.36 6.51 10.36 21.12 15.14 33.12 7.46C447.94 377.94 480 319.54 480 256zm-141.77-76.87c-11.58-6.33-26.19-2.16-32.61 9.45-6.39 11.61-2.16 26.2 9.45 32.61C327.98 228.28 336 241.63 336 256c0 14.38-8.02 27.72-20.92 34.81-11.61 6.41-15.84 21-9.45 32.61 6.43 11.66 21.05 15.8 32.61 9.45 28.23-15.55 45.77-45 45.77-76.88s-17.54-61.32-45.78-76.86z\"]\n};\nvar faVoteYea = {\n prefix: 'fas',\n iconName: 'vote-yea',\n icon: [640, 512, [], \"f772\", \"M608 320h-64v64h22.4c5.3 0 9.6 3.6 9.6 8v16c0 4.4-4.3 8-9.6 8H73.6c-5.3 0-9.6-3.6-9.6-8v-16c0-4.4 4.3-8 9.6-8H96v-64H32c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32h576c17.7 0 32-14.3 32-32v-96c0-17.7-14.3-32-32-32zm-96 64V64.3c0-17.9-14.5-32.3-32.3-32.3H160.4C142.5 32 128 46.5 128 64.3V384h384zM211.2 202l25.5-25.3c4.2-4.2 11-4.2 15.2.1l41.3 41.6 95.2-94.4c4.2-4.2 11-4.2 15.2.1l25.3 25.5c4.2 4.2 4.2 11-.1 15.2L300.5 292c-4.2 4.2-11 4.2-15.2-.1l-74.1-74.7c-4.3-4.2-4.2-11 0-15.2z\"]\n};\nvar faVrCardboard = {\n prefix: 'fas',\n iconName: 'vr-cardboard',\n icon: [640, 512, [], \"f729\", \"M608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h160.22c25.19 0 48.03-14.77 58.36-37.74l27.74-61.64C286.21 331.08 302.35 320 320 320s33.79 11.08 41.68 28.62l27.74 61.64C399.75 433.23 422.6 448 447.78 448H608c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zM160 304c-35.35 0-64-28.65-64-64s28.65-64 64-64 64 28.65 64 64-28.65 64-64 64zm320 0c-35.35 0-64-28.65-64-64s28.65-64 64-64 64 28.65 64 64-28.65 64-64 64z\"]\n};\nvar faWalking = {\n prefix: 'fas',\n iconName: 'walking',\n icon: [320, 512, [], \"f554\", \"M208 96c26.5 0 48-21.5 48-48S234.5 0 208 0s-48 21.5-48 48 21.5 48 48 48zm94.5 149.1l-23.3-11.8-9.7-29.4c-14.7-44.6-55.7-75.8-102.2-75.9-36-.1-55.9 10.1-93.3 25.2-21.6 8.7-39.3 25.2-49.7 46.2L17.6 213c-7.8 15.8-1.5 35 14.2 42.9 15.6 7.9 34.6 1.5 42.5-14.3L81 228c3.5-7 9.3-12.5 16.5-15.4l26.8-10.8-15.2 60.7c-5.2 20.8.4 42.9 14.9 58.8l59.9 65.4c7.2 7.9 12.3 17.4 14.9 27.7l18.3 73.3c4.3 17.1 21.7 27.6 38.8 23.3 17.1-4.3 27.6-21.7 23.3-38.8l-22.2-89c-2.6-10.3-7.7-19.9-14.9-27.7l-45.5-49.7 17.2-68.7 5.5 16.5c5.3 16.1 16.7 29.4 31.7 37l23.3 11.8c15.6 7.9 34.6 1.5 42.5-14.3 7.7-15.7 1.4-35.1-14.3-43zM73.6 385.8c-3.2 8.1-8 15.4-14.2 21.5l-50 50.1c-12.5 12.5-12.5 32.8 0 45.3s32.7 12.5 45.2 0l59.4-59.4c6.1-6.1 10.9-13.4 14.2-21.5l13.5-33.8c-55.3-60.3-38.7-41.8-47.4-53.7l-20.7 51.5z\"]\n};\nvar faWallet = {\n prefix: 'fas',\n iconName: 'wallet',\n icon: [512, 512, [], \"f555\", \"M461.2 128H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h384c8.84 0 16-7.16 16-16 0-26.51-21.49-48-48-48H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h397.2c28.02 0 50.8-21.53 50.8-48V176c0-26.47-22.78-48-50.8-48zM416 336c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"]\n};\nvar faWarehouse = {\n prefix: 'fas',\n iconName: 'warehouse',\n icon: [640, 512, [], \"f494\", \"M504 352H136.4c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8H504c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm0 96H136.1c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm0-192H136.6c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8H504c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm106.5-139L338.4 3.7a48.15 48.15 0 0 0-36.9 0L29.5 117C11.7 124.5 0 141.9 0 161.3V504c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8V256c0-17.6 14.6-32 32.6-32h382.8c18 0 32.6 14.4 32.6 32v248c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8V161.3c0-19.4-11.7-36.8-29.5-44.3z\"]\n};\nvar faWater = {\n prefix: 'fas',\n iconName: 'water',\n icon: [576, 512, [], \"f773\", \"M562.1 383.9c-21.5-2.4-42.1-10.5-57.9-22.9-14.1-11.1-34.2-11.3-48.2 0-37.9 30.4-107.2 30.4-145.7-1.5-13.5-11.2-33-9.1-46.7 1.8-38 30.1-106.9 30-145.2-1.7-13.5-11.2-33.3-8.9-47.1 2-15.5 12.2-36 20.1-57.7 22.4-7.9.8-13.6 7.8-13.6 15.7v32.2c0 9.1 7.6 16.8 16.7 16 28.8-2.5 56.1-11.4 79.4-25.9 56.5 34.6 137 34.1 192 0 56.5 34.6 137 34.1 192 0 23.3 14.2 50.9 23.3 79.1 25.8 9.1.8 16.7-6.9 16.7-16v-31.6c.1-8-5.7-15.4-13.8-16.3zm0-144c-21.5-2.4-42.1-10.5-57.9-22.9-14.1-11.1-34.2-11.3-48.2 0-37.9 30.4-107.2 30.4-145.7-1.5-13.5-11.2-33-9.1-46.7 1.8-38 30.1-106.9 30-145.2-1.7-13.5-11.2-33.3-8.9-47.1 2-15.5 12.2-36 20.1-57.7 22.4-7.9.8-13.6 7.8-13.6 15.7v32.2c0 9.1 7.6 16.8 16.7 16 28.8-2.5 56.1-11.4 79.4-25.9 56.5 34.6 137 34.1 192 0 56.5 34.6 137 34.1 192 0 23.3 14.2 50.9 23.3 79.1 25.8 9.1.8 16.7-6.9 16.7-16v-31.6c.1-8-5.7-15.4-13.8-16.3zm0-144C540.6 93.4 520 85.4 504.2 73 490.1 61.9 470 61.7 456 73c-37.9 30.4-107.2 30.4-145.7-1.5-13.5-11.2-33-9.1-46.7 1.8-38 30.1-106.9 30-145.2-1.7-13.5-11.2-33.3-8.9-47.1 2-15.5 12.2-36 20.1-57.7 22.4-7.9.8-13.6 7.8-13.6 15.7v32.2c0 9.1 7.6 16.8 16.7 16 28.8-2.5 56.1-11.4 79.4-25.9 56.5 34.6 137 34.1 192 0 56.5 34.6 137 34.1 192 0 23.3 14.2 50.9 23.3 79.1 25.8 9.1.8 16.7-6.9 16.7-16v-31.6c.1-8-5.7-15.4-13.8-16.3z\"]\n};\nvar faWaveSquare = {\n prefix: 'fas',\n iconName: 'wave-square',\n icon: [640, 512, [], \"f83e\", \"M476 480H324a36 36 0 0 1-36-36V96h-96v156a36 36 0 0 1-36 36H16a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h112V68a36 36 0 0 1 36-36h152a36 36 0 0 1 36 36v348h96V260a36 36 0 0 1 36-36h140a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H512v156a36 36 0 0 1-36 36z\"]\n};\nvar faWeight = {\n prefix: 'fas',\n iconName: 'weight',\n icon: [512, 512, [], \"f496\", \"M448 64h-25.98C438.44 92.28 448 125.01 448 160c0 105.87-86.13 192-192 192S64 265.87 64 160c0-34.99 9.56-67.72 25.98-96H64C28.71 64 0 92.71 0 128v320c0 35.29 28.71 64 64 64h384c35.29 0 64-28.71 64-64V128c0-35.29-28.71-64-64-64zM256 320c88.37 0 160-71.63 160-160S344.37 0 256 0 96 71.63 96 160s71.63 160 160 160zm-.3-151.94l33.58-78.36c3.5-8.17 12.94-11.92 21.03-8.41 8.12 3.48 11.88 12.89 8.41 21l-33.67 78.55C291.73 188 296 197.45 296 208c0 22.09-17.91 40-40 40s-40-17.91-40-40c0-21.98 17.76-39.77 39.7-39.94z\"]\n};\nvar faWeightHanging = {\n prefix: 'fas',\n iconName: 'weight-hanging',\n icon: [512, 512, [], \"f5cd\", \"M510.28 445.86l-73.03-292.13c-3.8-15.19-16.44-25.72-30.87-25.72h-60.25c3.57-10.05 5.88-20.72 5.88-32 0-53.02-42.98-96-96-96s-96 42.98-96 96c0 11.28 2.3 21.95 5.88 32h-60.25c-14.43 0-27.08 10.54-30.87 25.72L1.72 445.86C-6.61 479.17 16.38 512 48.03 512h415.95c31.64 0 54.63-32.83 46.3-66.14zM256 128c-17.64 0-32-14.36-32-32s14.36-32 32-32 32 14.36 32 32-14.36 32-32 32z\"]\n};\nvar faWheelchair = {\n prefix: 'fas',\n iconName: 'wheelchair',\n icon: [512, 512, [], \"f193\", \"M496.101 385.669l14.227 28.663c3.929 7.915.697 17.516-7.218 21.445l-65.465 32.886c-16.049 7.967-35.556 1.194-43.189-15.055L331.679 320H192c-15.925 0-29.426-11.71-31.679-27.475C126.433 55.308 128.38 70.044 128 64c0-36.358 30.318-65.635 67.052-63.929 33.271 1.545 60.048 28.905 60.925 62.201.868 32.933-23.152 60.423-54.608 65.039l4.67 32.69H336c8.837 0 16 7.163 16 16v32c0 8.837-7.163 16-16 16H215.182l4.572 32H352a32 32 0 0 1 28.962 18.392L438.477 396.8l36.178-18.349c7.915-3.929 17.517-.697 21.446 7.218zM311.358 352h-24.506c-7.788 54.204-54.528 96-110.852 96-61.757 0-112-50.243-112-112 0-41.505 22.694-77.809 56.324-97.156-3.712-25.965-6.844-47.86-9.488-66.333C45.956 198.464 0 261.963 0 336c0 97.047 78.953 176 176 176 71.87 0 133.806-43.308 161.11-105.192L311.358 352z\"]\n};\nvar faWifi = {\n prefix: 'fas',\n iconName: 'wifi',\n icon: [640, 512, [], \"f1eb\", \"M634.91 154.88C457.74-8.99 182.19-8.93 5.09 154.88c-6.66 6.16-6.79 16.59-.35 22.98l34.24 33.97c6.14 6.1 16.02 6.23 22.4.38 145.92-133.68 371.3-133.71 517.25 0 6.38 5.85 16.26 5.71 22.4-.38l34.24-33.97c6.43-6.39 6.3-16.82-.36-22.98zM320 352c-35.35 0-64 28.65-64 64s28.65 64 64 64 64-28.65 64-64-28.65-64-64-64zm202.67-83.59c-115.26-101.93-290.21-101.82-405.34 0-6.9 6.1-7.12 16.69-.57 23.15l34.44 33.99c6 5.92 15.66 6.32 22.05.8 83.95-72.57 209.74-72.41 293.49 0 6.39 5.52 16.05 5.13 22.05-.8l34.44-33.99c6.56-6.46 6.33-17.06-.56-23.15z\"]\n};\nvar faWind = {\n prefix: 'fas',\n iconName: 'wind',\n icon: [512, 512, [], \"f72e\", \"M156.7 256H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h142.2c15.9 0 30.8 10.9 33.4 26.6 3.3 20-12.1 37.4-31.6 37.4-14.1 0-26.1-9.2-30.4-21.9-2.1-6.3-8.6-10.1-15.2-10.1H81.6c-9.8 0-17.7 8.8-15.9 18.4 8.6 44.1 47.6 77.6 94.2 77.6 57.1 0 102.7-50.1 95.2-108.6C249 291 205.4 256 156.7 256zM16 224h336c59.7 0 106.8-54.8 93.8-116.7-7.6-36.2-36.9-65.5-73.1-73.1-55.4-11.6-105.1 24.9-114.9 75.5-1.9 9.6 6.1 18.3 15.8 18.3h32.8c6.7 0 13.1-3.8 15.2-10.1C325.9 105.2 337.9 96 352 96c19.4 0 34.9 17.4 31.6 37.4-2.6 15.7-17.4 26.6-33.4 26.6H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16zm384 32H243.7c19.3 16.6 33.2 38.8 39.8 64H400c26.5 0 48 21.5 48 48s-21.5 48-48 48c-17.9 0-33.3-9.9-41.6-24.4-2.9-5-8.7-7.6-14.5-7.6h-33.8c-10.9 0-19 10.8-15.3 21.1 17.8 50.6 70.5 84.8 129.4 72.3 41.2-8.7 75.1-41.6 84.7-82.7C526 321.5 470.5 256 400 256z\"]\n};\nvar faWindowClose = {\n prefix: 'fas',\n iconName: 'window-close',\n icon: [512, 512, [], \"f410\", \"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-83.6 290.5c4.8 4.8 4.8 12.6 0 17.4l-40.5 40.5c-4.8 4.8-12.6 4.8-17.4 0L256 313.3l-66.5 67.1c-4.8 4.8-12.6 4.8-17.4 0l-40.5-40.5c-4.8-4.8-4.8-12.6 0-17.4l67.1-66.5-67.1-66.5c-4.8-4.8-4.8-12.6 0-17.4l40.5-40.5c4.8-4.8 12.6-4.8 17.4 0l66.5 67.1 66.5-67.1c4.8-4.8 12.6-4.8 17.4 0l40.5 40.5c4.8 4.8 4.8 12.6 0 17.4L313.3 256l67.1 66.5z\"]\n};\nvar faWindowMaximize = {\n prefix: 'fas',\n iconName: 'window-maximize',\n icon: [512, 512, [], \"f2d0\", \"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-16 160H64v-84c0-6.6 5.4-12 12-12h360c6.6 0 12 5.4 12 12v84z\"]\n};\nvar faWindowMinimize = {\n prefix: 'fas',\n iconName: 'window-minimize',\n icon: [512, 512, [], \"f2d1\", \"M464 352H48c-26.5 0-48 21.5-48 48v32c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48v-32c0-26.5-21.5-48-48-48z\"]\n};\nvar faWindowRestore = {\n prefix: 'fas',\n iconName: 'window-restore',\n icon: [512, 512, [], \"f2d2\", \"M512 48v288c0 26.5-21.5 48-48 48h-48V176c0-44.1-35.9-80-80-80H128V48c0-26.5 21.5-48 48-48h288c26.5 0 48 21.5 48 48zM384 176v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h288c26.5 0 48 21.5 48 48zm-68 28c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v52h252v-52z\"]\n};\nvar faWineBottle = {\n prefix: 'fas',\n iconName: 'wine-bottle',\n icon: [512, 512, [], \"f72f\", \"M507.31 72.57L439.43 4.69c-6.25-6.25-16.38-6.25-22.63 0l-22.63 22.63c-6.25 6.25-6.25 16.38 0 22.63l-76.67 76.67c-46.58-19.7-102.4-10.73-140.37 27.23L18.75 312.23c-24.99 24.99-24.99 65.52 0 90.51l90.51 90.51c24.99 24.99 65.52 24.99 90.51 0l158.39-158.39c37.96-37.96 46.93-93.79 27.23-140.37l76.67-76.67c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.24-6.24 6.24-16.37-.01-22.62zM179.22 423.29l-90.51-90.51 122.04-122.04 90.51 90.51-122.04 122.04z\"]\n};\nvar faWineGlass = {\n prefix: 'fas',\n iconName: 'wine-glass',\n icon: [288, 512, [], \"f4e3\", \"M216 464h-40V346.81c68.47-15.89 118.05-79.91 111.4-154.16l-15.95-178.1C270.71 6.31 263.9 0 255.74 0H32.26c-8.15 0-14.97 6.31-15.7 14.55L.6 192.66C-6.05 266.91 43.53 330.93 112 346.82V464H72c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h208c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40z\"]\n};\nvar faWineGlassAlt = {\n prefix: 'fas',\n iconName: 'wine-glass-alt',\n icon: [288, 512, [], \"f5ce\", \"M216 464h-40V346.81c68.47-15.89 118.05-79.91 111.4-154.16l-15.95-178.1C270.71 6.31 263.9 0 255.74 0H32.26c-8.15 0-14.97 6.31-15.7 14.55L.6 192.66C-6.05 266.91 43.53 330.93 112 346.82V464H72c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h208c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40zM61.75 48h164.5l7.17 80H54.58l7.17-80z\"]\n};\nvar faWonSign = {\n prefix: 'fas',\n iconName: 'won-sign',\n icon: [576, 512, [], \"f159\", \"M564 192c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-48l18.6-80.6c1.7-7.5-4-14.7-11.7-14.7h-46.1c-5.7 0-10.6 4-11.7 9.5L450.7 128H340.8l-19.7-86c-1.3-5.5-6.1-9.3-11.7-9.3h-44c-5.6 0-10.4 3.8-11.7 9.3l-20 86H125l-17.5-85.7c-1.1-5.6-6.1-9.6-11.8-9.6H53.6c-7.7 0-13.4 7.1-11.7 14.6L60 128H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h62.3l7.2 32H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h83.9l40.9 182.6c1.2 5.5 6.1 9.4 11.7 9.4h56.8c5.6 0 10.4-3.9 11.7-9.3L259.3 288h55.1l42.4 182.7c1.3 5.4 6.1 9.3 11.7 9.3h56.8c5.6 0 10.4-3.9 11.7-9.3L479.1 288H564c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-70.1l7.4-32zM183.8 342c-6.2 25.8-6.8 47.2-7.3 47.2h-1.1s-1.7-22-6.8-47.2l-11-54h38.8zm27.5-118h-66.8l-6.5-32h80.8zm62.9 0l2-8.6c1.9-8 3.5-16 4.8-23.4h11.8c1.3 7.4 2.9 15.4 4.8 23.4l2 8.6zm130.9 118c-5.1 25.2-6.8 47.2-6.8 47.2h-1.1c-.6 0-1.1-21.4-7.3-47.2l-12.4-54h39.1zm25.2-118h-67.4l-7.3-32h81.6z\"]\n};\nvar faWrench = {\n prefix: 'fas',\n iconName: 'wrench',\n icon: [512, 512, [], \"f0ad\", \"M507.73 109.1c-2.24-9.03-13.54-12.09-20.12-5.51l-74.36 74.36-67.88-11.31-11.31-67.88 74.36-74.36c6.62-6.62 3.43-17.9-5.66-20.16-47.38-11.74-99.55.91-136.58 37.93-39.64 39.64-50.55 97.1-34.05 147.2L18.74 402.76c-24.99 24.99-24.99 65.51 0 90.5 24.99 24.99 65.51 24.99 90.5 0l213.21-213.21c50.12 16.71 107.47 5.68 147.37-34.22 37.07-37.07 49.7-89.32 37.91-136.73zM64 472c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"]\n};\nvar faXRay = {\n prefix: 'fas',\n iconName: 'x-ray',\n icon: [640, 512, [], \"f497\", \"M240 384c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm160 32c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zM624 0H16C7.2 0 0 7.2 0 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16zm0 448h-48V96H64v352H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM480 248c0 4.4-3.6 8-8 8H336v32h104c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H336v32h64c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48v-16h-64v16c0 26.5-21.5 48-48 48s-48-21.5-48-48 21.5-48 48-48h64v-32H200c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h104v-32H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h136v-32H200c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h104v-24c0-4.4 3.6-8 8-8h16c4.4 0 8 3.6 8 8v24h104c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H336v32h136c4.4 0 8 3.6 8 8v16z\"]\n};\nvar faYenSign = {\n prefix: 'fas',\n iconName: 'yen-sign',\n icon: [384, 512, [], \"f157\", \"M351.2 32h-65.3c-4.6 0-8.8 2.6-10.8 6.7l-55.4 113.2c-14.5 34.7-27.1 71.9-27.1 71.9h-1.3s-12.6-37.2-27.1-71.9L108.8 38.7c-2-4.1-6.2-6.7-10.8-6.7H32.8c-9.1 0-14.8 9.7-10.6 17.6L102.3 200H44c-6.6 0-12 5.4-12 12v32c0 6.6 5.4 12 12 12h88.2l19.8 37.2V320H44c-6.6 0-12 5.4-12 12v32c0 6.6 5.4 12 12 12h108v92c0 6.6 5.4 12 12 12h56c6.6 0 12-5.4 12-12v-92h108c6.6 0 12-5.4 12-12v-32c0-6.6-5.4-12-12-12H232v-26.8l19.8-37.2H340c6.6 0 12-5.4 12-12v-32c0-6.6-5.4-12-12-12h-58.3l80.1-150.4c4.3-7.9-1.5-17.6-10.6-17.6z\"]\n};\nvar faYinYang = {\n prefix: 'fas',\n iconName: 'yin-yang',\n icon: [496, 512, [], \"f6ad\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 376c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-128c-53.02 0-96 42.98-96 96s42.98 96 96 96c-106.04 0-192-85.96-192-192S141.96 64 248 64c53.02 0 96 42.98 96 96s-42.98 96-96 96zm0-128c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z\"]\n};\nvar _iconsCache = {\n faAd: faAd,\n faAddressBook: faAddressBook,\n faAddressCard: faAddressCard,\n faAdjust: faAdjust,\n faAirFreshener: faAirFreshener,\n faAlignCenter: faAlignCenter,\n faAlignJustify: faAlignJustify,\n faAlignLeft: faAlignLeft,\n faAlignRight: faAlignRight,\n faAllergies: faAllergies,\n faAmbulance: faAmbulance,\n faAmericanSignLanguageInterpreting: faAmericanSignLanguageInterpreting,\n faAnchor: faAnchor,\n faAngleDoubleDown: faAngleDoubleDown,\n faAngleDoubleLeft: faAngleDoubleLeft,\n faAngleDoubleRight: faAngleDoubleRight,\n faAngleDoubleUp: faAngleDoubleUp,\n faAngleDown: faAngleDown,\n faAngleLeft: faAngleLeft,\n faAngleRight: faAngleRight,\n faAngleUp: faAngleUp,\n faAngry: faAngry,\n faAnkh: faAnkh,\n faAppleAlt: faAppleAlt,\n faArchive: faArchive,\n faArchway: faArchway,\n faArrowAltCircleDown: faArrowAltCircleDown,\n faArrowAltCircleLeft: faArrowAltCircleLeft,\n faArrowAltCircleRight: faArrowAltCircleRight,\n faArrowAltCircleUp: faArrowAltCircleUp,\n faArrowCircleDown: faArrowCircleDown,\n faArrowCircleLeft: faArrowCircleLeft,\n faArrowCircleRight: faArrowCircleRight,\n faArrowCircleUp: faArrowCircleUp,\n faArrowDown: faArrowDown,\n faArrowLeft: faArrowLeft,\n faArrowRight: faArrowRight,\n faArrowUp: faArrowUp,\n faArrowsAlt: faArrowsAlt,\n faArrowsAltH: faArrowsAltH,\n faArrowsAltV: faArrowsAltV,\n faAssistiveListeningSystems: faAssistiveListeningSystems,\n faAsterisk: faAsterisk,\n faAt: faAt,\n faAtlas: faAtlas,\n faAtom: faAtom,\n faAudioDescription: faAudioDescription,\n faAward: faAward,\n faBaby: faBaby,\n faBabyCarriage: faBabyCarriage,\n faBackspace: faBackspace,\n faBackward: faBackward,\n faBacon: faBacon,\n faBalanceScale: faBalanceScale,\n faBalanceScaleLeft: faBalanceScaleLeft,\n faBalanceScaleRight: faBalanceScaleRight,\n faBan: faBan,\n faBandAid: faBandAid,\n faBarcode: faBarcode,\n faBars: faBars,\n faBaseballBall: faBaseballBall,\n faBasketballBall: faBasketballBall,\n faBath: faBath,\n faBatteryEmpty: faBatteryEmpty,\n faBatteryFull: faBatteryFull,\n faBatteryHalf: faBatteryHalf,\n faBatteryQuarter: faBatteryQuarter,\n faBatteryThreeQuarters: faBatteryThreeQuarters,\n faBed: faBed,\n faBeer: faBeer,\n faBell: faBell,\n faBellSlash: faBellSlash,\n faBezierCurve: faBezierCurve,\n faBible: faBible,\n faBicycle: faBicycle,\n faBiking: faBiking,\n faBinoculars: faBinoculars,\n faBiohazard: faBiohazard,\n faBirthdayCake: faBirthdayCake,\n faBlender: faBlender,\n faBlenderPhone: faBlenderPhone,\n faBlind: faBlind,\n faBlog: faBlog,\n faBold: faBold,\n faBolt: faBolt,\n faBomb: faBomb,\n faBone: faBone,\n faBong: faBong,\n faBook: faBook,\n faBookDead: faBookDead,\n faBookMedical: faBookMedical,\n faBookOpen: faBookOpen,\n faBookReader: faBookReader,\n faBookmark: faBookmark,\n faBorderAll: faBorderAll,\n faBorderNone: faBorderNone,\n faBorderStyle: faBorderStyle,\n faBowlingBall: faBowlingBall,\n faBox: faBox,\n faBoxOpen: faBoxOpen,\n faBoxes: faBoxes,\n faBraille: faBraille,\n faBrain: faBrain,\n faBreadSlice: faBreadSlice,\n faBriefcase: faBriefcase,\n faBriefcaseMedical: faBriefcaseMedical,\n faBroadcastTower: faBroadcastTower,\n faBroom: faBroom,\n faBrush: faBrush,\n faBug: faBug,\n faBuilding: faBuilding,\n faBullhorn: faBullhorn,\n faBullseye: faBullseye,\n faBurn: faBurn,\n faBus: faBus,\n faBusAlt: faBusAlt,\n faBusinessTime: faBusinessTime,\n faCalculator: faCalculator,\n faCalendar: faCalendar,\n faCalendarAlt: faCalendarAlt,\n faCalendarCheck: faCalendarCheck,\n faCalendarDay: faCalendarDay,\n faCalendarMinus: faCalendarMinus,\n faCalendarPlus: faCalendarPlus,\n faCalendarTimes: faCalendarTimes,\n faCalendarWeek: faCalendarWeek,\n faCamera: faCamera,\n faCameraRetro: faCameraRetro,\n faCampground: faCampground,\n faCandyCane: faCandyCane,\n faCannabis: faCannabis,\n faCapsules: faCapsules,\n faCar: faCar,\n faCarAlt: faCarAlt,\n faCarBattery: faCarBattery,\n faCarCrash: faCarCrash,\n faCarSide: faCarSide,\n faCaretDown: faCaretDown,\n faCaretLeft: faCaretLeft,\n faCaretRight: faCaretRight,\n faCaretSquareDown: faCaretSquareDown,\n faCaretSquareLeft: faCaretSquareLeft,\n faCaretSquareRight: faCaretSquareRight,\n faCaretSquareUp: faCaretSquareUp,\n faCaretUp: faCaretUp,\n faCarrot: faCarrot,\n faCartArrowDown: faCartArrowDown,\n faCartPlus: faCartPlus,\n faCashRegister: faCashRegister,\n faCat: faCat,\n faCertificate: faCertificate,\n faChair: faChair,\n faChalkboard: faChalkboard,\n faChalkboardTeacher: faChalkboardTeacher,\n faChargingStation: faChargingStation,\n faChartArea: faChartArea,\n faChartBar: faChartBar,\n faChartLine: faChartLine,\n faChartPie: faChartPie,\n faCheck: faCheck,\n faCheckCircle: faCheckCircle,\n faCheckDouble: faCheckDouble,\n faCheckSquare: faCheckSquare,\n faCheese: faCheese,\n faChess: faChess,\n faChessBishop: faChessBishop,\n faChessBoard: faChessBoard,\n faChessKing: faChessKing,\n faChessKnight: faChessKnight,\n faChessPawn: faChessPawn,\n faChessQueen: faChessQueen,\n faChessRook: faChessRook,\n faChevronCircleDown: faChevronCircleDown,\n faChevronCircleLeft: faChevronCircleLeft,\n faChevronCircleRight: faChevronCircleRight,\n faChevronCircleUp: faChevronCircleUp,\n faChevronDown: faChevronDown,\n faChevronLeft: faChevronLeft,\n faChevronRight: faChevronRight,\n faChevronUp: faChevronUp,\n faChild: faChild,\n faChurch: faChurch,\n faCircle: faCircle,\n faCircleNotch: faCircleNotch,\n faCity: faCity,\n faClinicMedical: faClinicMedical,\n faClipboard: faClipboard,\n faClipboardCheck: faClipboardCheck,\n faClipboardList: faClipboardList,\n faClock: faClock,\n faClone: faClone,\n faClosedCaptioning: faClosedCaptioning,\n faCloud: faCloud,\n faCloudDownloadAlt: faCloudDownloadAlt,\n faCloudMeatball: faCloudMeatball,\n faCloudMoon: faCloudMoon,\n faCloudMoonRain: faCloudMoonRain,\n faCloudRain: faCloudRain,\n faCloudShowersHeavy: faCloudShowersHeavy,\n faCloudSun: faCloudSun,\n faCloudSunRain: faCloudSunRain,\n faCloudUploadAlt: faCloudUploadAlt,\n faCocktail: faCocktail,\n faCode: faCode,\n faCodeBranch: faCodeBranch,\n faCoffee: faCoffee,\n faCog: faCog,\n faCogs: faCogs,\n faCoins: faCoins,\n faColumns: faColumns,\n faComment: faComment,\n faCommentAlt: faCommentAlt,\n faCommentDollar: faCommentDollar,\n faCommentDots: faCommentDots,\n faCommentMedical: faCommentMedical,\n faCommentSlash: faCommentSlash,\n faComments: faComments,\n faCommentsDollar: faCommentsDollar,\n faCompactDisc: faCompactDisc,\n faCompass: faCompass,\n faCompress: faCompress,\n faCompressArrowsAlt: faCompressArrowsAlt,\n faConciergeBell: faConciergeBell,\n faCookie: faCookie,\n faCookieBite: faCookieBite,\n faCopy: faCopy,\n faCopyright: faCopyright,\n faCouch: faCouch,\n faCreditCard: faCreditCard,\n faCrop: faCrop,\n faCropAlt: faCropAlt,\n faCross: faCross,\n faCrosshairs: faCrosshairs,\n faCrow: faCrow,\n faCrown: faCrown,\n faCrutch: faCrutch,\n faCube: faCube,\n faCubes: faCubes,\n faCut: faCut,\n faDatabase: faDatabase,\n faDeaf: faDeaf,\n faDemocrat: faDemocrat,\n faDesktop: faDesktop,\n faDharmachakra: faDharmachakra,\n faDiagnoses: faDiagnoses,\n faDice: faDice,\n faDiceD20: faDiceD20,\n faDiceD6: faDiceD6,\n faDiceFive: faDiceFive,\n faDiceFour: faDiceFour,\n faDiceOne: faDiceOne,\n faDiceSix: faDiceSix,\n faDiceThree: faDiceThree,\n faDiceTwo: faDiceTwo,\n faDigitalTachograph: faDigitalTachograph,\n faDirections: faDirections,\n faDivide: faDivide,\n faDizzy: faDizzy,\n faDna: faDna,\n faDog: faDog,\n faDollarSign: faDollarSign,\n faDolly: faDolly,\n faDollyFlatbed: faDollyFlatbed,\n faDonate: faDonate,\n faDoorClosed: faDoorClosed,\n faDoorOpen: faDoorOpen,\n faDotCircle: faDotCircle,\n faDove: faDove,\n faDownload: faDownload,\n faDraftingCompass: faDraftingCompass,\n faDragon: faDragon,\n faDrawPolygon: faDrawPolygon,\n faDrum: faDrum,\n faDrumSteelpan: faDrumSteelpan,\n faDrumstickBite: faDrumstickBite,\n faDumbbell: faDumbbell,\n faDumpster: faDumpster,\n faDumpsterFire: faDumpsterFire,\n faDungeon: faDungeon,\n faEdit: faEdit,\n faEgg: faEgg,\n faEject: faEject,\n faEllipsisH: faEllipsisH,\n faEllipsisV: faEllipsisV,\n faEnvelope: faEnvelope,\n faEnvelopeOpen: faEnvelopeOpen,\n faEnvelopeOpenText: faEnvelopeOpenText,\n faEnvelopeSquare: faEnvelopeSquare,\n faEquals: faEquals,\n faEraser: faEraser,\n faEthernet: faEthernet,\n faEuroSign: faEuroSign,\n faExchangeAlt: faExchangeAlt,\n faExclamation: faExclamation,\n faExclamationCircle: faExclamationCircle,\n faExclamationTriangle: faExclamationTriangle,\n faExpand: faExpand,\n faExpandArrowsAlt: faExpandArrowsAlt,\n faExternalLinkAlt: faExternalLinkAlt,\n faExternalLinkSquareAlt: faExternalLinkSquareAlt,\n faEye: faEye,\n faEyeDropper: faEyeDropper,\n faEyeSlash: faEyeSlash,\n faFan: faFan,\n faFastBackward: faFastBackward,\n faFastForward: faFastForward,\n faFax: faFax,\n faFeather: faFeather,\n faFeatherAlt: faFeatherAlt,\n faFemale: faFemale,\n faFighterJet: faFighterJet,\n faFile: faFile,\n faFileAlt: faFileAlt,\n faFileArchive: faFileArchive,\n faFileAudio: faFileAudio,\n faFileCode: faFileCode,\n faFileContract: faFileContract,\n faFileCsv: faFileCsv,\n faFileDownload: faFileDownload,\n faFileExcel: faFileExcel,\n faFileExport: faFileExport,\n faFileImage: faFileImage,\n faFileImport: faFileImport,\n faFileInvoice: faFileInvoice,\n faFileInvoiceDollar: faFileInvoiceDollar,\n faFileMedical: faFileMedical,\n faFileMedicalAlt: faFileMedicalAlt,\n faFilePdf: faFilePdf,\n faFilePowerpoint: faFilePowerpoint,\n faFilePrescription: faFilePrescription,\n faFileSignature: faFileSignature,\n faFileUpload: faFileUpload,\n faFileVideo: faFileVideo,\n faFileWord: faFileWord,\n faFill: faFill,\n faFillDrip: faFillDrip,\n faFilm: faFilm,\n faFilter: faFilter,\n faFingerprint: faFingerprint,\n faFire: faFire,\n faFireAlt: faFireAlt,\n faFireExtinguisher: faFireExtinguisher,\n faFirstAid: faFirstAid,\n faFish: faFish,\n faFistRaised: faFistRaised,\n faFlag: faFlag,\n faFlagCheckered: faFlagCheckered,\n faFlagUsa: faFlagUsa,\n faFlask: faFlask,\n faFlushed: faFlushed,\n faFolder: faFolder,\n faFolderMinus: faFolderMinus,\n faFolderOpen: faFolderOpen,\n faFolderPlus: faFolderPlus,\n faFont: faFont,\n faFontAwesomeLogoFull: faFontAwesomeLogoFull,\n faFootballBall: faFootballBall,\n faForward: faForward,\n faFrog: faFrog,\n faFrown: faFrown,\n faFrownOpen: faFrownOpen,\n faFunnelDollar: faFunnelDollar,\n faFutbol: faFutbol,\n faGamepad: faGamepad,\n faGasPump: faGasPump,\n faGavel: faGavel,\n faGem: faGem,\n faGenderless: faGenderless,\n faGhost: faGhost,\n faGift: faGift,\n faGifts: faGifts,\n faGlassCheers: faGlassCheers,\n faGlassMartini: faGlassMartini,\n faGlassMartiniAlt: faGlassMartiniAlt,\n faGlassWhiskey: faGlassWhiskey,\n faGlasses: faGlasses,\n faGlobe: faGlobe,\n faGlobeAfrica: faGlobeAfrica,\n faGlobeAmericas: faGlobeAmericas,\n faGlobeAsia: faGlobeAsia,\n faGlobeEurope: faGlobeEurope,\n faGolfBall: faGolfBall,\n faGopuram: faGopuram,\n faGraduationCap: faGraduationCap,\n faGreaterThan: faGreaterThan,\n faGreaterThanEqual: faGreaterThanEqual,\n faGrimace: faGrimace,\n faGrin: faGrin,\n faGrinAlt: faGrinAlt,\n faGrinBeam: faGrinBeam,\n faGrinBeamSweat: faGrinBeamSweat,\n faGrinHearts: faGrinHearts,\n faGrinSquint: faGrinSquint,\n faGrinSquintTears: faGrinSquintTears,\n faGrinStars: faGrinStars,\n faGrinTears: faGrinTears,\n faGrinTongue: faGrinTongue,\n faGrinTongueSquint: faGrinTongueSquint,\n faGrinTongueWink: faGrinTongueWink,\n faGrinWink: faGrinWink,\n faGripHorizontal: faGripHorizontal,\n faGripLines: faGripLines,\n faGripLinesVertical: faGripLinesVertical,\n faGripVertical: faGripVertical,\n faGuitar: faGuitar,\n faHSquare: faHSquare,\n faHamburger: faHamburger,\n faHammer: faHammer,\n faHamsa: faHamsa,\n faHandHolding: faHandHolding,\n faHandHoldingHeart: faHandHoldingHeart,\n faHandHoldingUsd: faHandHoldingUsd,\n faHandLizard: faHandLizard,\n faHandMiddleFinger: faHandMiddleFinger,\n faHandPaper: faHandPaper,\n faHandPeace: faHandPeace,\n faHandPointDown: faHandPointDown,\n faHandPointLeft: faHandPointLeft,\n faHandPointRight: faHandPointRight,\n faHandPointUp: faHandPointUp,\n faHandPointer: faHandPointer,\n faHandRock: faHandRock,\n faHandScissors: faHandScissors,\n faHandSpock: faHandSpock,\n faHands: faHands,\n faHandsHelping: faHandsHelping,\n faHandshake: faHandshake,\n faHanukiah: faHanukiah,\n faHardHat: faHardHat,\n faHashtag: faHashtag,\n faHatCowboy: faHatCowboy,\n faHatCowboySide: faHatCowboySide,\n faHatWizard: faHatWizard,\n faHaykal: faHaykal,\n faHdd: faHdd,\n faHeading: faHeading,\n faHeadphones: faHeadphones,\n faHeadphonesAlt: faHeadphonesAlt,\n faHeadset: faHeadset,\n faHeart: faHeart,\n faHeartBroken: faHeartBroken,\n faHeartbeat: faHeartbeat,\n faHelicopter: faHelicopter,\n faHighlighter: faHighlighter,\n faHiking: faHiking,\n faHippo: faHippo,\n faHistory: faHistory,\n faHockeyPuck: faHockeyPuck,\n faHollyBerry: faHollyBerry,\n faHome: faHome,\n faHorse: faHorse,\n faHorseHead: faHorseHead,\n faHospital: faHospital,\n faHospitalAlt: faHospitalAlt,\n faHospitalSymbol: faHospitalSymbol,\n faHotTub: faHotTub,\n faHotdog: faHotdog,\n faHotel: faHotel,\n faHourglass: faHourglass,\n faHourglassEnd: faHourglassEnd,\n faHourglassHalf: faHourglassHalf,\n faHourglassStart: faHourglassStart,\n faHouseDamage: faHouseDamage,\n faHryvnia: faHryvnia,\n faICursor: faICursor,\n faIceCream: faIceCream,\n faIcicles: faIcicles,\n faIcons: faIcons,\n faIdBadge: faIdBadge,\n faIdCard: faIdCard,\n faIdCardAlt: faIdCardAlt,\n faIgloo: faIgloo,\n faImage: faImage,\n faImages: faImages,\n faInbox: faInbox,\n faIndent: faIndent,\n faIndustry: faIndustry,\n faInfinity: faInfinity,\n faInfo: faInfo,\n faInfoCircle: faInfoCircle,\n faItalic: faItalic,\n faJedi: faJedi,\n faJoint: faJoint,\n faJournalWhills: faJournalWhills,\n faKaaba: faKaaba,\n faKey: faKey,\n faKeyboard: faKeyboard,\n faKhanda: faKhanda,\n faKiss: faKiss,\n faKissBeam: faKissBeam,\n faKissWinkHeart: faKissWinkHeart,\n faKiwiBird: faKiwiBird,\n faLandmark: faLandmark,\n faLanguage: faLanguage,\n faLaptop: faLaptop,\n faLaptopCode: faLaptopCode,\n faLaptopMedical: faLaptopMedical,\n faLaugh: faLaugh,\n faLaughBeam: faLaughBeam,\n faLaughSquint: faLaughSquint,\n faLaughWink: faLaughWink,\n faLayerGroup: faLayerGroup,\n faLeaf: faLeaf,\n faLemon: faLemon,\n faLessThan: faLessThan,\n faLessThanEqual: faLessThanEqual,\n faLevelDownAlt: faLevelDownAlt,\n faLevelUpAlt: faLevelUpAlt,\n faLifeRing: faLifeRing,\n faLightbulb: faLightbulb,\n faLink: faLink,\n faLiraSign: faLiraSign,\n faList: faList,\n faListAlt: faListAlt,\n faListOl: faListOl,\n faListUl: faListUl,\n faLocationArrow: faLocationArrow,\n faLock: faLock,\n faLockOpen: faLockOpen,\n faLongArrowAltDown: faLongArrowAltDown,\n faLongArrowAltLeft: faLongArrowAltLeft,\n faLongArrowAltRight: faLongArrowAltRight,\n faLongArrowAltUp: faLongArrowAltUp,\n faLowVision: faLowVision,\n faLuggageCart: faLuggageCart,\n faMagic: faMagic,\n faMagnet: faMagnet,\n faMailBulk: faMailBulk,\n faMale: faMale,\n faMap: faMap,\n faMapMarked: faMapMarked,\n faMapMarkedAlt: faMapMarkedAlt,\n faMapMarker: faMapMarker,\n faMapMarkerAlt: faMapMarkerAlt,\n faMapPin: faMapPin,\n faMapSigns: faMapSigns,\n faMarker: faMarker,\n faMars: faMars,\n faMarsDouble: faMarsDouble,\n faMarsStroke: faMarsStroke,\n faMarsStrokeH: faMarsStrokeH,\n faMarsStrokeV: faMarsStrokeV,\n faMask: faMask,\n faMedal: faMedal,\n faMedkit: faMedkit,\n faMeh: faMeh,\n faMehBlank: faMehBlank,\n faMehRollingEyes: faMehRollingEyes,\n faMemory: faMemory,\n faMenorah: faMenorah,\n faMercury: faMercury,\n faMeteor: faMeteor,\n faMicrochip: faMicrochip,\n faMicrophone: faMicrophone,\n faMicrophoneAlt: faMicrophoneAlt,\n faMicrophoneAltSlash: faMicrophoneAltSlash,\n faMicrophoneSlash: faMicrophoneSlash,\n faMicroscope: faMicroscope,\n faMinus: faMinus,\n faMinusCircle: faMinusCircle,\n faMinusSquare: faMinusSquare,\n faMitten: faMitten,\n faMobile: faMobile,\n faMobileAlt: faMobileAlt,\n faMoneyBill: faMoneyBill,\n faMoneyBillAlt: faMoneyBillAlt,\n faMoneyBillWave: faMoneyBillWave,\n faMoneyBillWaveAlt: faMoneyBillWaveAlt,\n faMoneyCheck: faMoneyCheck,\n faMoneyCheckAlt: faMoneyCheckAlt,\n faMonument: faMonument,\n faMoon: faMoon,\n faMortarPestle: faMortarPestle,\n faMosque: faMosque,\n faMotorcycle: faMotorcycle,\n faMountain: faMountain,\n faMouse: faMouse,\n faMousePointer: faMousePointer,\n faMugHot: faMugHot,\n faMusic: faMusic,\n faNetworkWired: faNetworkWired,\n faNeuter: faNeuter,\n faNewspaper: faNewspaper,\n faNotEqual: faNotEqual,\n faNotesMedical: faNotesMedical,\n faObjectGroup: faObjectGroup,\n faObjectUngroup: faObjectUngroup,\n faOilCan: faOilCan,\n faOm: faOm,\n faOtter: faOtter,\n faOutdent: faOutdent,\n faPager: faPager,\n faPaintBrush: faPaintBrush,\n faPaintRoller: faPaintRoller,\n faPalette: faPalette,\n faPallet: faPallet,\n faPaperPlane: faPaperPlane,\n faPaperclip: faPaperclip,\n faParachuteBox: faParachuteBox,\n faParagraph: faParagraph,\n faParking: faParking,\n faPassport: faPassport,\n faPastafarianism: faPastafarianism,\n faPaste: faPaste,\n faPause: faPause,\n faPauseCircle: faPauseCircle,\n faPaw: faPaw,\n faPeace: faPeace,\n faPen: faPen,\n faPenAlt: faPenAlt,\n faPenFancy: faPenFancy,\n faPenNib: faPenNib,\n faPenSquare: faPenSquare,\n faPencilAlt: faPencilAlt,\n faPencilRuler: faPencilRuler,\n faPeopleCarry: faPeopleCarry,\n faPepperHot: faPepperHot,\n faPercent: faPercent,\n faPercentage: faPercentage,\n faPersonBooth: faPersonBooth,\n faPhone: faPhone,\n faPhoneAlt: faPhoneAlt,\n faPhoneSlash: faPhoneSlash,\n faPhoneSquare: faPhoneSquare,\n faPhoneSquareAlt: faPhoneSquareAlt,\n faPhoneVolume: faPhoneVolume,\n faPhotoVideo: faPhotoVideo,\n faPiggyBank: faPiggyBank,\n faPills: faPills,\n faPizzaSlice: faPizzaSlice,\n faPlaceOfWorship: faPlaceOfWorship,\n faPlane: faPlane,\n faPlaneArrival: faPlaneArrival,\n faPlaneDeparture: faPlaneDeparture,\n faPlay: faPlay,\n faPlayCircle: faPlayCircle,\n faPlug: faPlug,\n faPlus: faPlus,\n faPlusCircle: faPlusCircle,\n faPlusSquare: faPlusSquare,\n faPodcast: faPodcast,\n faPoll: faPoll,\n faPollH: faPollH,\n faPoo: faPoo,\n faPooStorm: faPooStorm,\n faPoop: faPoop,\n faPortrait: faPortrait,\n faPoundSign: faPoundSign,\n faPowerOff: faPowerOff,\n faPray: faPray,\n faPrayingHands: faPrayingHands,\n faPrescription: faPrescription,\n faPrescriptionBottle: faPrescriptionBottle,\n faPrescriptionBottleAlt: faPrescriptionBottleAlt,\n faPrint: faPrint,\n faProcedures: faProcedures,\n faProjectDiagram: faProjectDiagram,\n faPuzzlePiece: faPuzzlePiece,\n faQrcode: faQrcode,\n faQuestion: faQuestion,\n faQuestionCircle: faQuestionCircle,\n faQuidditch: faQuidditch,\n faQuoteLeft: faQuoteLeft,\n faQuoteRight: faQuoteRight,\n faQuran: faQuran,\n faRadiation: faRadiation,\n faRadiationAlt: faRadiationAlt,\n faRainbow: faRainbow,\n faRandom: faRandom,\n faReceipt: faReceipt,\n faRecordVinyl: faRecordVinyl,\n faRecycle: faRecycle,\n faRedo: faRedo,\n faRedoAlt: faRedoAlt,\n faRegistered: faRegistered,\n faRemoveFormat: faRemoveFormat,\n faReply: faReply,\n faReplyAll: faReplyAll,\n faRepublican: faRepublican,\n faRestroom: faRestroom,\n faRetweet: faRetweet,\n faRibbon: faRibbon,\n faRing: faRing,\n faRoad: faRoad,\n faRobot: faRobot,\n faRocket: faRocket,\n faRoute: faRoute,\n faRss: faRss,\n faRssSquare: faRssSquare,\n faRubleSign: faRubleSign,\n faRuler: faRuler,\n faRulerCombined: faRulerCombined,\n faRulerHorizontal: faRulerHorizontal,\n faRulerVertical: faRulerVertical,\n faRunning: faRunning,\n faRupeeSign: faRupeeSign,\n faSadCry: faSadCry,\n faSadTear: faSadTear,\n faSatellite: faSatellite,\n faSatelliteDish: faSatelliteDish,\n faSave: faSave,\n faSchool: faSchool,\n faScrewdriver: faScrewdriver,\n faScroll: faScroll,\n faSdCard: faSdCard,\n faSearch: faSearch,\n faSearchDollar: faSearchDollar,\n faSearchLocation: faSearchLocation,\n faSearchMinus: faSearchMinus,\n faSearchPlus: faSearchPlus,\n faSeedling: faSeedling,\n faServer: faServer,\n faShapes: faShapes,\n faShare: faShare,\n faShareAlt: faShareAlt,\n faShareAltSquare: faShareAltSquare,\n faShareSquare: faShareSquare,\n faShekelSign: faShekelSign,\n faShieldAlt: faShieldAlt,\n faShip: faShip,\n faShippingFast: faShippingFast,\n faShoePrints: faShoePrints,\n faShoppingBag: faShoppingBag,\n faShoppingBasket: faShoppingBasket,\n faShoppingCart: faShoppingCart,\n faShower: faShower,\n faShuttleVan: faShuttleVan,\n faSign: faSign,\n faSignInAlt: faSignInAlt,\n faSignLanguage: faSignLanguage,\n faSignOutAlt: faSignOutAlt,\n faSignal: faSignal,\n faSignature: faSignature,\n faSimCard: faSimCard,\n faSitemap: faSitemap,\n faSkating: faSkating,\n faSkiing: faSkiing,\n faSkiingNordic: faSkiingNordic,\n faSkull: faSkull,\n faSkullCrossbones: faSkullCrossbones,\n faSlash: faSlash,\n faSleigh: faSleigh,\n faSlidersH: faSlidersH,\n faSmile: faSmile,\n faSmileBeam: faSmileBeam,\n faSmileWink: faSmileWink,\n faSmog: faSmog,\n faSmoking: faSmoking,\n faSmokingBan: faSmokingBan,\n faSms: faSms,\n faSnowboarding: faSnowboarding,\n faSnowflake: faSnowflake,\n faSnowman: faSnowman,\n faSnowplow: faSnowplow,\n faSocks: faSocks,\n faSolarPanel: faSolarPanel,\n faSort: faSort,\n faSortAlphaDown: faSortAlphaDown,\n faSortAlphaDownAlt: faSortAlphaDownAlt,\n faSortAlphaUp: faSortAlphaUp,\n faSortAlphaUpAlt: faSortAlphaUpAlt,\n faSortAmountDown: faSortAmountDown,\n faSortAmountDownAlt: faSortAmountDownAlt,\n faSortAmountUp: faSortAmountUp,\n faSortAmountUpAlt: faSortAmountUpAlt,\n faSortDown: faSortDown,\n faSortNumericDown: faSortNumericDown,\n faSortNumericDownAlt: faSortNumericDownAlt,\n faSortNumericUp: faSortNumericUp,\n faSortNumericUpAlt: faSortNumericUpAlt,\n faSortUp: faSortUp,\n faSpa: faSpa,\n faSpaceShuttle: faSpaceShuttle,\n faSpellCheck: faSpellCheck,\n faSpider: faSpider,\n faSpinner: faSpinner,\n faSplotch: faSplotch,\n faSprayCan: faSprayCan,\n faSquare: faSquare,\n faSquareFull: faSquareFull,\n faSquareRootAlt: faSquareRootAlt,\n faStamp: faStamp,\n faStar: faStar,\n faStarAndCrescent: faStarAndCrescent,\n faStarHalf: faStarHalf,\n faStarHalfAlt: faStarHalfAlt,\n faStarOfDavid: faStarOfDavid,\n faStarOfLife: faStarOfLife,\n faStepBackward: faStepBackward,\n faStepForward: faStepForward,\n faStethoscope: faStethoscope,\n faStickyNote: faStickyNote,\n faStop: faStop,\n faStopCircle: faStopCircle,\n faStopwatch: faStopwatch,\n faStore: faStore,\n faStoreAlt: faStoreAlt,\n faStream: faStream,\n faStreetView: faStreetView,\n faStrikethrough: faStrikethrough,\n faStroopwafel: faStroopwafel,\n faSubscript: faSubscript,\n faSubway: faSubway,\n faSuitcase: faSuitcase,\n faSuitcaseRolling: faSuitcaseRolling,\n faSun: faSun,\n faSuperscript: faSuperscript,\n faSurprise: faSurprise,\n faSwatchbook: faSwatchbook,\n faSwimmer: faSwimmer,\n faSwimmingPool: faSwimmingPool,\n faSynagogue: faSynagogue,\n faSync: faSync,\n faSyncAlt: faSyncAlt,\n faSyringe: faSyringe,\n faTable: faTable,\n faTableTennis: faTableTennis,\n faTablet: faTablet,\n faTabletAlt: faTabletAlt,\n faTablets: faTablets,\n faTachometerAlt: faTachometerAlt,\n faTag: faTag,\n faTags: faTags,\n faTape: faTape,\n faTasks: faTasks,\n faTaxi: faTaxi,\n faTeeth: faTeeth,\n faTeethOpen: faTeethOpen,\n faTemperatureHigh: faTemperatureHigh,\n faTemperatureLow: faTemperatureLow,\n faTenge: faTenge,\n faTerminal: faTerminal,\n faTextHeight: faTextHeight,\n faTextWidth: faTextWidth,\n faTh: faTh,\n faThLarge: faThLarge,\n faThList: faThList,\n faTheaterMasks: faTheaterMasks,\n faThermometer: faThermometer,\n faThermometerEmpty: faThermometerEmpty,\n faThermometerFull: faThermometerFull,\n faThermometerHalf: faThermometerHalf,\n faThermometerQuarter: faThermometerQuarter,\n faThermometerThreeQuarters: faThermometerThreeQuarters,\n faThumbsDown: faThumbsDown,\n faThumbsUp: faThumbsUp,\n faThumbtack: faThumbtack,\n faTicketAlt: faTicketAlt,\n faTimes: faTimes,\n faTimesCircle: faTimesCircle,\n faTint: faTint,\n faTintSlash: faTintSlash,\n faTired: faTired,\n faToggleOff: faToggleOff,\n faToggleOn: faToggleOn,\n faToilet: faToilet,\n faToiletPaper: faToiletPaper,\n faToolbox: faToolbox,\n faTools: faTools,\n faTooth: faTooth,\n faTorah: faTorah,\n faToriiGate: faToriiGate,\n faTractor: faTractor,\n faTrademark: faTrademark,\n faTrafficLight: faTrafficLight,\n faTrain: faTrain,\n faTram: faTram,\n faTransgender: faTransgender,\n faTransgenderAlt: faTransgenderAlt,\n faTrash: faTrash,\n faTrashAlt: faTrashAlt,\n faTrashRestore: faTrashRestore,\n faTrashRestoreAlt: faTrashRestoreAlt,\n faTree: faTree,\n faTrophy: faTrophy,\n faTruck: faTruck,\n faTruckLoading: faTruckLoading,\n faTruckMonster: faTruckMonster,\n faTruckMoving: faTruckMoving,\n faTruckPickup: faTruckPickup,\n faTshirt: faTshirt,\n faTty: faTty,\n faTv: faTv,\n faUmbrella: faUmbrella,\n faUmbrellaBeach: faUmbrellaBeach,\n faUnderline: faUnderline,\n faUndo: faUndo,\n faUndoAlt: faUndoAlt,\n faUniversalAccess: faUniversalAccess,\n faUniversity: faUniversity,\n faUnlink: faUnlink,\n faUnlock: faUnlock,\n faUnlockAlt: faUnlockAlt,\n faUpload: faUpload,\n faUser: faUser,\n faUserAlt: faUserAlt,\n faUserAltSlash: faUserAltSlash,\n faUserAstronaut: faUserAstronaut,\n faUserCheck: faUserCheck,\n faUserCircle: faUserCircle,\n faUserClock: faUserClock,\n faUserCog: faUserCog,\n faUserEdit: faUserEdit,\n faUserFriends: faUserFriends,\n faUserGraduate: faUserGraduate,\n faUserInjured: faUserInjured,\n faUserLock: faUserLock,\n faUserMd: faUserMd,\n faUserMinus: faUserMinus,\n faUserNinja: faUserNinja,\n faUserNurse: faUserNurse,\n faUserPlus: faUserPlus,\n faUserSecret: faUserSecret,\n faUserShield: faUserShield,\n faUserSlash: faUserSlash,\n faUserTag: faUserTag,\n faUserTie: faUserTie,\n faUserTimes: faUserTimes,\n faUsers: faUsers,\n faUsersCog: faUsersCog,\n faUtensilSpoon: faUtensilSpoon,\n faUtensils: faUtensils,\n faVectorSquare: faVectorSquare,\n faVenus: faVenus,\n faVenusDouble: faVenusDouble,\n faVenusMars: faVenusMars,\n faVial: faVial,\n faVials: faVials,\n faVideo: faVideo,\n faVideoSlash: faVideoSlash,\n faVihara: faVihara,\n faVoicemail: faVoicemail,\n faVolleyballBall: faVolleyballBall,\n faVolumeDown: faVolumeDown,\n faVolumeMute: faVolumeMute,\n faVolumeOff: faVolumeOff,\n faVolumeUp: faVolumeUp,\n faVoteYea: faVoteYea,\n faVrCardboard: faVrCardboard,\n faWalking: faWalking,\n faWallet: faWallet,\n faWarehouse: faWarehouse,\n faWater: faWater,\n faWaveSquare: faWaveSquare,\n faWeight: faWeight,\n faWeightHanging: faWeightHanging,\n faWheelchair: faWheelchair,\n faWifi: faWifi,\n faWind: faWind,\n faWindowClose: faWindowClose,\n faWindowMaximize: faWindowMaximize,\n faWindowMinimize: faWindowMinimize,\n faWindowRestore: faWindowRestore,\n faWineBottle: faWineBottle,\n faWineGlass: faWineGlass,\n faWineGlassAlt: faWineGlassAlt,\n faWonSign: faWonSign,\n faWrench: faWrench,\n faXRay: faXRay,\n faYenSign: faYenSign,\n faYinYang: faYinYang\n};\n\nexport { _iconsCache as fas, prefix, faAd, faAddressBook, faAddressCard, faAdjust, faAirFreshener, faAlignCenter, faAlignJustify, faAlignLeft, faAlignRight, faAllergies, faAmbulance, faAmericanSignLanguageInterpreting, faAnchor, faAngleDoubleDown, faAngleDoubleLeft, faAngleDoubleRight, faAngleDoubleUp, faAngleDown, faAngleLeft, faAngleRight, faAngleUp, faAngry, faAnkh, faAppleAlt, faArchive, faArchway, faArrowAltCircleDown, faArrowAltCircleLeft, faArrowAltCircleRight, faArrowAltCircleUp, faArrowCircleDown, faArrowCircleLeft, faArrowCircleRight, faArrowCircleUp, faArrowDown, faArrowLeft, faArrowRight, faArrowUp, faArrowsAlt, faArrowsAltH, faArrowsAltV, faAssistiveListeningSystems, faAsterisk, faAt, faAtlas, faAtom, faAudioDescription, faAward, faBaby, faBabyCarriage, faBackspace, faBackward, faBacon, faBalanceScale, faBalanceScaleLeft, faBalanceScaleRight, faBan, faBandAid, faBarcode, faBars, faBaseballBall, faBasketballBall, faBath, faBatteryEmpty, faBatteryFull, faBatteryHalf, faBatteryQuarter, faBatteryThreeQuarters, faBed, faBeer, faBell, faBellSlash, faBezierCurve, faBible, faBicycle, faBiking, faBinoculars, faBiohazard, faBirthdayCake, faBlender, faBlenderPhone, faBlind, faBlog, faBold, faBolt, faBomb, faBone, faBong, faBook, faBookDead, faBookMedical, faBookOpen, faBookReader, faBookmark, faBorderAll, faBorderNone, faBorderStyle, faBowlingBall, faBox, faBoxOpen, faBoxes, faBraille, faBrain, faBreadSlice, faBriefcase, faBriefcaseMedical, faBroadcastTower, faBroom, faBrush, faBug, faBuilding, faBullhorn, faBullseye, faBurn, faBus, faBusAlt, faBusinessTime, faCalculator, faCalendar, faCalendarAlt, faCalendarCheck, faCalendarDay, faCalendarMinus, faCalendarPlus, faCalendarTimes, faCalendarWeek, faCamera, faCameraRetro, faCampground, faCandyCane, faCannabis, faCapsules, faCar, faCarAlt, faCarBattery, faCarCrash, faCarSide, faCaretDown, faCaretLeft, faCaretRight, faCaretSquareDown, faCaretSquareLeft, faCaretSquareRight, faCaretSquareUp, faCaretUp, faCarrot, faCartArrowDown, faCartPlus, faCashRegister, faCat, faCertificate, faChair, faChalkboard, faChalkboardTeacher, faChargingStation, faChartArea, faChartBar, faChartLine, faChartPie, faCheck, faCheckCircle, faCheckDouble, faCheckSquare, faCheese, faChess, faChessBishop, faChessBoard, faChessKing, faChessKnight, faChessPawn, faChessQueen, faChessRook, faChevronCircleDown, faChevronCircleLeft, faChevronCircleRight, faChevronCircleUp, faChevronDown, faChevronLeft, faChevronRight, faChevronUp, faChild, faChurch, faCircle, faCircleNotch, faCity, faClinicMedical, faClipboard, faClipboardCheck, faClipboardList, faClock, faClone, faClosedCaptioning, faCloud, faCloudDownloadAlt, faCloudMeatball, faCloudMoon, faCloudMoonRain, faCloudRain, faCloudShowersHeavy, faCloudSun, faCloudSunRain, faCloudUploadAlt, faCocktail, faCode, faCodeBranch, faCoffee, faCog, faCogs, faCoins, faColumns, faComment, faCommentAlt, faCommentDollar, faCommentDots, faCommentMedical, faCommentSlash, faComments, faCommentsDollar, faCompactDisc, faCompass, faCompress, faCompressArrowsAlt, faConciergeBell, faCookie, faCookieBite, faCopy, faCopyright, faCouch, faCreditCard, faCrop, faCropAlt, faCross, faCrosshairs, faCrow, faCrown, faCrutch, faCube, faCubes, faCut, faDatabase, faDeaf, faDemocrat, faDesktop, faDharmachakra, faDiagnoses, faDice, faDiceD20, faDiceD6, faDiceFive, faDiceFour, faDiceOne, faDiceSix, faDiceThree, faDiceTwo, faDigitalTachograph, faDirections, faDivide, faDizzy, faDna, faDog, faDollarSign, faDolly, faDollyFlatbed, faDonate, faDoorClosed, faDoorOpen, faDotCircle, faDove, faDownload, faDraftingCompass, faDragon, faDrawPolygon, faDrum, faDrumSteelpan, faDrumstickBite, faDumbbell, faDumpster, faDumpsterFire, faDungeon, faEdit, faEgg, faEject, faEllipsisH, faEllipsisV, faEnvelope, faEnvelopeOpen, faEnvelopeOpenText, faEnvelopeSquare, faEquals, faEraser, faEthernet, faEuroSign, faExchangeAlt, faExclamation, faExclamationCircle, faExclamationTriangle, faExpand, faExpandArrowsAlt, faExternalLinkAlt, faExternalLinkSquareAlt, faEye, faEyeDropper, faEyeSlash, faFan, faFastBackward, faFastForward, faFax, faFeather, faFeatherAlt, faFemale, faFighterJet, faFile, faFileAlt, faFileArchive, faFileAudio, faFileCode, faFileContract, faFileCsv, faFileDownload, faFileExcel, faFileExport, faFileImage, faFileImport, faFileInvoice, faFileInvoiceDollar, faFileMedical, faFileMedicalAlt, faFilePdf, faFilePowerpoint, faFilePrescription, faFileSignature, faFileUpload, faFileVideo, faFileWord, faFill, faFillDrip, faFilm, faFilter, faFingerprint, faFire, faFireAlt, faFireExtinguisher, faFirstAid, faFish, faFistRaised, faFlag, faFlagCheckered, faFlagUsa, faFlask, faFlushed, faFolder, faFolderMinus, faFolderOpen, faFolderPlus, faFont, faFontAwesomeLogoFull, faFootballBall, faForward, faFrog, faFrown, faFrownOpen, faFunnelDollar, faFutbol, faGamepad, faGasPump, faGavel, faGem, faGenderless, faGhost, faGift, faGifts, faGlassCheers, faGlassMartini, faGlassMartiniAlt, faGlassWhiskey, faGlasses, faGlobe, faGlobeAfrica, faGlobeAmericas, faGlobeAsia, faGlobeEurope, faGolfBall, faGopuram, faGraduationCap, faGreaterThan, faGreaterThanEqual, faGrimace, faGrin, faGrinAlt, faGrinBeam, faGrinBeamSweat, faGrinHearts, faGrinSquint, faGrinSquintTears, faGrinStars, faGrinTears, faGrinTongue, faGrinTongueSquint, faGrinTongueWink, faGrinWink, faGripHorizontal, faGripLines, faGripLinesVertical, faGripVertical, faGuitar, faHSquare, faHamburger, faHammer, faHamsa, faHandHolding, faHandHoldingHeart, faHandHoldingUsd, faHandLizard, faHandMiddleFinger, faHandPaper, faHandPeace, faHandPointDown, faHandPointLeft, faHandPointRight, faHandPointUp, faHandPointer, faHandRock, faHandScissors, faHandSpock, faHands, faHandsHelping, faHandshake, faHanukiah, faHardHat, faHashtag, faHatCowboy, faHatCowboySide, faHatWizard, faHaykal, faHdd, faHeading, faHeadphones, faHeadphonesAlt, faHeadset, faHeart, faHeartBroken, faHeartbeat, faHelicopter, faHighlighter, faHiking, faHippo, faHistory, faHockeyPuck, faHollyBerry, faHome, faHorse, faHorseHead, faHospital, faHospitalAlt, faHospitalSymbol, faHotTub, faHotdog, faHotel, faHourglass, faHourglassEnd, faHourglassHalf, faHourglassStart, faHouseDamage, faHryvnia, faICursor, faIceCream, faIcicles, faIcons, faIdBadge, faIdCard, faIdCardAlt, faIgloo, faImage, faImages, faInbox, faIndent, faIndustry, faInfinity, faInfo, faInfoCircle, faItalic, faJedi, faJoint, faJournalWhills, faKaaba, faKey, faKeyboard, faKhanda, faKiss, faKissBeam, faKissWinkHeart, faKiwiBird, faLandmark, faLanguage, faLaptop, faLaptopCode, faLaptopMedical, faLaugh, faLaughBeam, faLaughSquint, faLaughWink, faLayerGroup, faLeaf, faLemon, faLessThan, faLessThanEqual, faLevelDownAlt, faLevelUpAlt, faLifeRing, faLightbulb, faLink, faLiraSign, faList, faListAlt, faListOl, faListUl, faLocationArrow, faLock, faLockOpen, faLongArrowAltDown, faLongArrowAltLeft, faLongArrowAltRight, faLongArrowAltUp, faLowVision, faLuggageCart, faMagic, faMagnet, faMailBulk, faMale, faMap, faMapMarked, faMapMarkedAlt, faMapMarker, faMapMarkerAlt, faMapPin, faMapSigns, faMarker, faMars, faMarsDouble, faMarsStroke, faMarsStrokeH, faMarsStrokeV, faMask, faMedal, faMedkit, faMeh, faMehBlank, faMehRollingEyes, faMemory, faMenorah, faMercury, faMeteor, faMicrochip, faMicrophone, faMicrophoneAlt, faMicrophoneAltSlash, faMicrophoneSlash, faMicroscope, faMinus, faMinusCircle, faMinusSquare, faMitten, faMobile, faMobileAlt, faMoneyBill, faMoneyBillAlt, faMoneyBillWave, faMoneyBillWaveAlt, faMoneyCheck, faMoneyCheckAlt, faMonument, faMoon, faMortarPestle, faMosque, faMotorcycle, faMountain, faMouse, faMousePointer, faMugHot, faMusic, faNetworkWired, faNeuter, faNewspaper, faNotEqual, faNotesMedical, faObjectGroup, faObjectUngroup, faOilCan, faOm, faOtter, faOutdent, faPager, faPaintBrush, faPaintRoller, faPalette, faPallet, faPaperPlane, faPaperclip, faParachuteBox, faParagraph, faParking, faPassport, faPastafarianism, faPaste, faPause, faPauseCircle, faPaw, faPeace, faPen, faPenAlt, faPenFancy, faPenNib, faPenSquare, faPencilAlt, faPencilRuler, faPeopleCarry, faPepperHot, faPercent, faPercentage, faPersonBooth, faPhone, faPhoneAlt, faPhoneSlash, faPhoneSquare, faPhoneSquareAlt, faPhoneVolume, faPhotoVideo, faPiggyBank, faPills, faPizzaSlice, faPlaceOfWorship, faPlane, faPlaneArrival, faPlaneDeparture, faPlay, faPlayCircle, faPlug, faPlus, faPlusCircle, faPlusSquare, faPodcast, faPoll, faPollH, faPoo, faPooStorm, faPoop, faPortrait, faPoundSign, faPowerOff, faPray, faPrayingHands, faPrescription, faPrescriptionBottle, faPrescriptionBottleAlt, faPrint, faProcedures, faProjectDiagram, faPuzzlePiece, faQrcode, faQuestion, faQuestionCircle, faQuidditch, faQuoteLeft, faQuoteRight, faQuran, faRadiation, faRadiationAlt, faRainbow, faRandom, faReceipt, faRecordVinyl, faRecycle, faRedo, faRedoAlt, faRegistered, faRemoveFormat, faReply, faReplyAll, faRepublican, faRestroom, faRetweet, faRibbon, faRing, faRoad, faRobot, faRocket, faRoute, faRss, faRssSquare, faRubleSign, faRuler, faRulerCombined, faRulerHorizontal, faRulerVertical, faRunning, faRupeeSign, faSadCry, faSadTear, faSatellite, faSatelliteDish, faSave, faSchool, faScrewdriver, faScroll, faSdCard, faSearch, faSearchDollar, faSearchLocation, faSearchMinus, faSearchPlus, faSeedling, faServer, faShapes, faShare, faShareAlt, faShareAltSquare, faShareSquare, faShekelSign, faShieldAlt, faShip, faShippingFast, faShoePrints, faShoppingBag, faShoppingBasket, faShoppingCart, faShower, faShuttleVan, faSign, faSignInAlt, faSignLanguage, faSignOutAlt, faSignal, faSignature, faSimCard, faSitemap, faSkating, faSkiing, faSkiingNordic, faSkull, faSkullCrossbones, faSlash, faSleigh, faSlidersH, faSmile, faSmileBeam, faSmileWink, faSmog, faSmoking, faSmokingBan, faSms, faSnowboarding, faSnowflake, faSnowman, faSnowplow, faSocks, faSolarPanel, faSort, faSortAlphaDown, faSortAlphaDownAlt, faSortAlphaUp, faSortAlphaUpAlt, faSortAmountDown, faSortAmountDownAlt, faSortAmountUp, faSortAmountUpAlt, faSortDown, faSortNumericDown, faSortNumericDownAlt, faSortNumericUp, faSortNumericUpAlt, faSortUp, faSpa, faSpaceShuttle, faSpellCheck, faSpider, faSpinner, faSplotch, faSprayCan, faSquare, faSquareFull, faSquareRootAlt, faStamp, faStar, faStarAndCrescent, faStarHalf, faStarHalfAlt, faStarOfDavid, faStarOfLife, faStepBackward, faStepForward, faStethoscope, faStickyNote, faStop, faStopCircle, faStopwatch, faStore, faStoreAlt, faStream, faStreetView, faStrikethrough, faStroopwafel, faSubscript, faSubway, faSuitcase, faSuitcaseRolling, faSun, faSuperscript, faSurprise, faSwatchbook, faSwimmer, faSwimmingPool, faSynagogue, faSync, faSyncAlt, faSyringe, faTable, faTableTennis, faTablet, faTabletAlt, faTablets, faTachometerAlt, faTag, faTags, faTape, faTasks, faTaxi, faTeeth, faTeethOpen, faTemperatureHigh, faTemperatureLow, faTenge, faTerminal, faTextHeight, faTextWidth, faTh, faThLarge, faThList, faTheaterMasks, faThermometer, faThermometerEmpty, faThermometerFull, faThermometerHalf, faThermometerQuarter, faThermometerThreeQuarters, faThumbsDown, faThumbsUp, faThumbtack, faTicketAlt, faTimes, faTimesCircle, faTint, faTintSlash, faTired, faToggleOff, faToggleOn, faToilet, faToiletPaper, faToolbox, faTools, faTooth, faTorah, faToriiGate, faTractor, faTrademark, faTrafficLight, faTrain, faTram, faTransgender, faTransgenderAlt, faTrash, faTrashAlt, faTrashRestore, faTrashRestoreAlt, faTree, faTrophy, faTruck, faTruckLoading, faTruckMonster, faTruckMoving, faTruckPickup, faTshirt, faTty, faTv, faUmbrella, faUmbrellaBeach, faUnderline, faUndo, faUndoAlt, faUniversalAccess, faUniversity, faUnlink, faUnlock, faUnlockAlt, faUpload, faUser, faUserAlt, faUserAltSlash, faUserAstronaut, faUserCheck, faUserCircle, faUserClock, faUserCog, faUserEdit, faUserFriends, faUserGraduate, faUserInjured, faUserLock, faUserMd, faUserMinus, faUserNinja, faUserNurse, faUserPlus, faUserSecret, faUserShield, faUserSlash, faUserTag, faUserTie, faUserTimes, faUsers, faUsersCog, faUtensilSpoon, faUtensils, faVectorSquare, faVenus, faVenusDouble, faVenusMars, faVial, faVials, faVideo, faVideoSlash, faVihara, faVoicemail, faVolleyballBall, faVolumeDown, faVolumeMute, faVolumeOff, faVolumeUp, faVoteYea, faVrCardboard, faWalking, faWallet, faWarehouse, faWater, faWaveSquare, faWeight, faWeightHanging, faWheelchair, faWifi, faWind, faWindowClose, faWindowMaximize, faWindowMinimize, faWindowRestore, faWineBottle, faWineGlass, faWineGlassAlt, faWonSign, faWrench, faXRay, faYenSign, faYinYang };\n","/*! Hammer.JS - v2.0.7 - 2016-04-22\n * http://hammerjs.github.io/\n *\n * Copyright (c) 2016 Jorik Tangelder;\n * Licensed under the MIT license */\n(function(window, document, exportName, undefined) {\n 'use strict';\n\nvar VENDOR_PREFIXES = ['', 'webkit', 'Moz', 'MS', 'ms', 'o'];\nvar TEST_ELEMENT = document.createElement('div');\n\nvar TYPE_FUNCTION = 'function';\n\nvar round = Math.round;\nvar abs = Math.abs;\nvar now = Date.now;\n\n/**\n * set a timeout with a given scope\n * @param {Function} fn\n * @param {Number} timeout\n * @param {Object} context\n * @returns {number}\n */\nfunction setTimeoutContext(fn, timeout, context) {\n return setTimeout(bindFn(fn, context), timeout);\n}\n\n/**\n * if the argument is an array, we want to execute the fn on each entry\n * if it aint an array we don't want to do a thing.\n * this is used by all the methods that accept a single and array argument.\n * @param {*|Array} arg\n * @param {String} fn\n * @param {Object} [context]\n * @returns {Boolean}\n */\nfunction invokeArrayArg(arg, fn, context) {\n if (Array.isArray(arg)) {\n each(arg, context[fn], context);\n return true;\n }\n return false;\n}\n\n/**\n * walk objects and arrays\n * @param {Object} obj\n * @param {Function} iterator\n * @param {Object} context\n */\nfunction each(obj, iterator, context) {\n var i;\n\n if (!obj) {\n return;\n }\n\n if (obj.forEach) {\n obj.forEach(iterator, context);\n } else if (obj.length !== undefined) {\n i = 0;\n while (i < obj.length) {\n iterator.call(context, obj[i], i, obj);\n i++;\n }\n } else {\n for (i in obj) {\n obj.hasOwnProperty(i) && iterator.call(context, obj[i], i, obj);\n }\n }\n}\n\n/**\n * wrap a method with a deprecation warning and stack trace\n * @param {Function} method\n * @param {String} name\n * @param {String} message\n * @returns {Function} A new function wrapping the supplied method.\n */\nfunction deprecate(method, name, message) {\n var deprecationMessage = 'DEPRECATED METHOD: ' + name + '\\n' + message + ' AT \\n';\n return function() {\n var e = new Error('get-stack-trace');\n var stack = e && e.stack ? e.stack.replace(/^[^\\(]+?[\\n$]/gm, '')\n .replace(/^\\s+at\\s+/gm, '')\n .replace(/^Object.\\s*\\(/gm, '{anonymous}()@') : 'Unknown Stack Trace';\n\n var log = window.console && (window.console.warn || window.console.log);\n if (log) {\n log.call(window.console, deprecationMessage, stack);\n }\n return method.apply(this, arguments);\n };\n}\n\n/**\n * extend object.\n * means that properties in dest will be overwritten by the ones in src.\n * @param {Object} target\n * @param {...Object} objects_to_assign\n * @returns {Object} target\n */\nvar assign;\nif (typeof Object.assign !== 'function') {\n assign = function assign(target) {\n if (target === undefined || target === null) {\n throw new TypeError('Cannot convert undefined or null to object');\n }\n\n var output = Object(target);\n for (var index = 1; index < arguments.length; index++) {\n var source = arguments[index];\n if (source !== undefined && source !== null) {\n for (var nextKey in source) {\n if (source.hasOwnProperty(nextKey)) {\n output[nextKey] = source[nextKey];\n }\n }\n }\n }\n return output;\n };\n} else {\n assign = Object.assign;\n}\n\n/**\n * extend object.\n * means that properties in dest will be overwritten by the ones in src.\n * @param {Object} dest\n * @param {Object} src\n * @param {Boolean} [merge=false]\n * @returns {Object} dest\n */\nvar extend = deprecate(function extend(dest, src, merge) {\n var keys = Object.keys(src);\n var i = 0;\n while (i < keys.length) {\n if (!merge || (merge && dest[keys[i]] === undefined)) {\n dest[keys[i]] = src[keys[i]];\n }\n i++;\n }\n return dest;\n}, 'extend', 'Use `assign`.');\n\n/**\n * merge the values from src in the dest.\n * means that properties that exist in dest will not be overwritten by src\n * @param {Object} dest\n * @param {Object} src\n * @returns {Object} dest\n */\nvar merge = deprecate(function merge(dest, src) {\n return extend(dest, src, true);\n}, 'merge', 'Use `assign`.');\n\n/**\n * simple class inheritance\n * @param {Function} child\n * @param {Function} base\n * @param {Object} [properties]\n */\nfunction inherit(child, base, properties) {\n var baseP = base.prototype,\n childP;\n\n childP = child.prototype = Object.create(baseP);\n childP.constructor = child;\n childP._super = baseP;\n\n if (properties) {\n assign(childP, properties);\n }\n}\n\n/**\n * simple function bind\n * @param {Function} fn\n * @param {Object} context\n * @returns {Function}\n */\nfunction bindFn(fn, context) {\n return function boundFn() {\n return fn.apply(context, arguments);\n };\n}\n\n/**\n * let a boolean value also be a function that must return a boolean\n * this first item in args will be used as the context\n * @param {Boolean|Function} val\n * @param {Array} [args]\n * @returns {Boolean}\n */\nfunction boolOrFn(val, args) {\n if (typeof val == TYPE_FUNCTION) {\n return val.apply(args ? args[0] || undefined : undefined, args);\n }\n return val;\n}\n\n/**\n * use the val2 when val1 is undefined\n * @param {*} val1\n * @param {*} val2\n * @returns {*}\n */\nfunction ifUndefined(val1, val2) {\n return (val1 === undefined) ? val2 : val1;\n}\n\n/**\n * addEventListener with multiple events at once\n * @param {EventTarget} target\n * @param {String} types\n * @param {Function} handler\n */\nfunction addEventListeners(target, types, handler) {\n each(splitStr(types), function(type) {\n target.addEventListener(type, handler, false);\n });\n}\n\n/**\n * removeEventListener with multiple events at once\n * @param {EventTarget} target\n * @param {String} types\n * @param {Function} handler\n */\nfunction removeEventListeners(target, types, handler) {\n each(splitStr(types), function(type) {\n target.removeEventListener(type, handler, false);\n });\n}\n\n/**\n * find if a node is in the given parent\n * @method hasParent\n * @param {HTMLElement} node\n * @param {HTMLElement} parent\n * @return {Boolean} found\n */\nfunction hasParent(node, parent) {\n while (node) {\n if (node == parent) {\n return true;\n }\n node = node.parentNode;\n }\n return false;\n}\n\n/**\n * small indexOf wrapper\n * @param {String} str\n * @param {String} find\n * @returns {Boolean} found\n */\nfunction inStr(str, find) {\n return str.indexOf(find) > -1;\n}\n\n/**\n * split string on whitespace\n * @param {String} str\n * @returns {Array} words\n */\nfunction splitStr(str) {\n return str.trim().split(/\\s+/g);\n}\n\n/**\n * find if a array contains the object using indexOf or a simple polyFill\n * @param {Array} src\n * @param {String} find\n * @param {String} [findByKey]\n * @return {Boolean|Number} false when not found, or the index\n */\nfunction inArray(src, find, findByKey) {\n if (src.indexOf && !findByKey) {\n return src.indexOf(find);\n } else {\n var i = 0;\n while (i < src.length) {\n if ((findByKey && src[i][findByKey] == find) || (!findByKey && src[i] === find)) {\n return i;\n }\n i++;\n }\n return -1;\n }\n}\n\n/**\n * convert array-like objects to real arrays\n * @param {Object} obj\n * @returns {Array}\n */\nfunction toArray(obj) {\n return Array.prototype.slice.call(obj, 0);\n}\n\n/**\n * unique array with objects based on a key (like 'id') or just by the array's value\n * @param {Array} src [{id:1},{id:2},{id:1}]\n * @param {String} [key]\n * @param {Boolean} [sort=False]\n * @returns {Array} [{id:1},{id:2}]\n */\nfunction uniqueArray(src, key, sort) {\n var results = [];\n var values = [];\n var i = 0;\n\n while (i < src.length) {\n var val = key ? src[i][key] : src[i];\n if (inArray(values, val) < 0) {\n results.push(src[i]);\n }\n values[i] = val;\n i++;\n }\n\n if (sort) {\n if (!key) {\n results = results.sort();\n } else {\n results = results.sort(function sortUniqueArray(a, b) {\n return a[key] > b[key];\n });\n }\n }\n\n return results;\n}\n\n/**\n * get the prefixed property\n * @param {Object} obj\n * @param {String} property\n * @returns {String|Undefined} prefixed\n */\nfunction prefixed(obj, property) {\n var prefix, prop;\n var camelProp = property[0].toUpperCase() + property.slice(1);\n\n var i = 0;\n while (i < VENDOR_PREFIXES.length) {\n prefix = VENDOR_PREFIXES[i];\n prop = (prefix) ? prefix + camelProp : property;\n\n if (prop in obj) {\n return prop;\n }\n i++;\n }\n return undefined;\n}\n\n/**\n * get a unique id\n * @returns {number} uniqueId\n */\nvar _uniqueId = 1;\nfunction uniqueId() {\n return _uniqueId++;\n}\n\n/**\n * get the window object of an element\n * @param {HTMLElement} element\n * @returns {DocumentView|Window}\n */\nfunction getWindowForElement(element) {\n var doc = element.ownerDocument || element;\n return (doc.defaultView || doc.parentWindow || window);\n}\n\nvar MOBILE_REGEX = /mobile|tablet|ip(ad|hone|od)|android/i;\n\nvar SUPPORT_TOUCH = ('ontouchstart' in window);\nvar SUPPORT_POINTER_EVENTS = prefixed(window, 'PointerEvent') !== undefined;\nvar SUPPORT_ONLY_TOUCH = SUPPORT_TOUCH && MOBILE_REGEX.test(navigator.userAgent);\n\nvar INPUT_TYPE_TOUCH = 'touch';\nvar INPUT_TYPE_PEN = 'pen';\nvar INPUT_TYPE_MOUSE = 'mouse';\nvar INPUT_TYPE_KINECT = 'kinect';\n\nvar COMPUTE_INTERVAL = 25;\n\nvar INPUT_START = 1;\nvar INPUT_MOVE = 2;\nvar INPUT_END = 4;\nvar INPUT_CANCEL = 8;\n\nvar DIRECTION_NONE = 1;\nvar DIRECTION_LEFT = 2;\nvar DIRECTION_RIGHT = 4;\nvar DIRECTION_UP = 8;\nvar DIRECTION_DOWN = 16;\n\nvar DIRECTION_HORIZONTAL = DIRECTION_LEFT | DIRECTION_RIGHT;\nvar DIRECTION_VERTICAL = DIRECTION_UP | DIRECTION_DOWN;\nvar DIRECTION_ALL = DIRECTION_HORIZONTAL | DIRECTION_VERTICAL;\n\nvar PROPS_XY = ['x', 'y'];\nvar PROPS_CLIENT_XY = ['clientX', 'clientY'];\n\n/**\n * create new input type manager\n * @param {Manager} manager\n * @param {Function} callback\n * @returns {Input}\n * @constructor\n */\nfunction Input(manager, callback) {\n var self = this;\n this.manager = manager;\n this.callback = callback;\n this.element = manager.element;\n this.target = manager.options.inputTarget;\n\n // smaller wrapper around the handler, for the scope and the enabled state of the manager,\n // so when disabled the input events are completely bypassed.\n this.domHandler = function(ev) {\n if (boolOrFn(manager.options.enable, [manager])) {\n self.handler(ev);\n }\n };\n\n this.init();\n\n}\n\nInput.prototype = {\n /**\n * should handle the inputEvent data and trigger the callback\n * @virtual\n */\n handler: function() { },\n\n /**\n * bind the events\n */\n init: function() {\n this.evEl && addEventListeners(this.element, this.evEl, this.domHandler);\n this.evTarget && addEventListeners(this.target, this.evTarget, this.domHandler);\n this.evWin && addEventListeners(getWindowForElement(this.element), this.evWin, this.domHandler);\n },\n\n /**\n * unbind the events\n */\n destroy: function() {\n this.evEl && removeEventListeners(this.element, this.evEl, this.domHandler);\n this.evTarget && removeEventListeners(this.target, this.evTarget, this.domHandler);\n this.evWin && removeEventListeners(getWindowForElement(this.element), this.evWin, this.domHandler);\n }\n};\n\n/**\n * create new input type manager\n * called by the Manager constructor\n * @param {Hammer} manager\n * @returns {Input}\n */\nfunction createInputInstance(manager) {\n var Type;\n var inputClass = manager.options.inputClass;\n\n if (inputClass) {\n Type = inputClass;\n } else if (SUPPORT_POINTER_EVENTS) {\n Type = PointerEventInput;\n } else if (SUPPORT_ONLY_TOUCH) {\n Type = TouchInput;\n } else if (!SUPPORT_TOUCH) {\n Type = MouseInput;\n } else {\n Type = TouchMouseInput;\n }\n return new (Type)(manager, inputHandler);\n}\n\n/**\n * handle input events\n * @param {Manager} manager\n * @param {String} eventType\n * @param {Object} input\n */\nfunction inputHandler(manager, eventType, input) {\n var pointersLen = input.pointers.length;\n var changedPointersLen = input.changedPointers.length;\n var isFirst = (eventType & INPUT_START && (pointersLen - changedPointersLen === 0));\n var isFinal = (eventType & (INPUT_END | INPUT_CANCEL) && (pointersLen - changedPointersLen === 0));\n\n input.isFirst = !!isFirst;\n input.isFinal = !!isFinal;\n\n if (isFirst) {\n manager.session = {};\n }\n\n // source event is the normalized value of the domEvents\n // like 'touchstart, mouseup, pointerdown'\n input.eventType = eventType;\n\n // compute scale, rotation etc\n computeInputData(manager, input);\n\n // emit secret event\n manager.emit('hammer.input', input);\n\n manager.recognize(input);\n manager.session.prevInput = input;\n}\n\n/**\n * extend the data with some usable properties like scale, rotate, velocity etc\n * @param {Object} manager\n * @param {Object} input\n */\nfunction computeInputData(manager, input) {\n var session = manager.session;\n var pointers = input.pointers;\n var pointersLength = pointers.length;\n\n // store the first input to calculate the distance and direction\n if (!session.firstInput) {\n session.firstInput = simpleCloneInputData(input);\n }\n\n // to compute scale and rotation we need to store the multiple touches\n if (pointersLength > 1 && !session.firstMultiple) {\n session.firstMultiple = simpleCloneInputData(input);\n } else if (pointersLength === 1) {\n session.firstMultiple = false;\n }\n\n var firstInput = session.firstInput;\n var firstMultiple = session.firstMultiple;\n var offsetCenter = firstMultiple ? firstMultiple.center : firstInput.center;\n\n var center = input.center = getCenter(pointers);\n input.timeStamp = now();\n input.deltaTime = input.timeStamp - firstInput.timeStamp;\n\n input.angle = getAngle(offsetCenter, center);\n input.distance = getDistance(offsetCenter, center);\n\n computeDeltaXY(session, input);\n input.offsetDirection = getDirection(input.deltaX, input.deltaY);\n\n var overallVelocity = getVelocity(input.deltaTime, input.deltaX, input.deltaY);\n input.overallVelocityX = overallVelocity.x;\n input.overallVelocityY = overallVelocity.y;\n input.overallVelocity = (abs(overallVelocity.x) > abs(overallVelocity.y)) ? overallVelocity.x : overallVelocity.y;\n\n input.scale = firstMultiple ? getScale(firstMultiple.pointers, pointers) : 1;\n input.rotation = firstMultiple ? getRotation(firstMultiple.pointers, pointers) : 0;\n\n input.maxPointers = !session.prevInput ? input.pointers.length : ((input.pointers.length >\n session.prevInput.maxPointers) ? input.pointers.length : session.prevInput.maxPointers);\n\n computeIntervalInputData(session, input);\n\n // find the correct target\n var target = manager.element;\n if (hasParent(input.srcEvent.target, target)) {\n target = input.srcEvent.target;\n }\n input.target = target;\n}\n\nfunction computeDeltaXY(session, input) {\n var center = input.center;\n var offset = session.offsetDelta || {};\n var prevDelta = session.prevDelta || {};\n var prevInput = session.prevInput || {};\n\n if (input.eventType === INPUT_START || prevInput.eventType === INPUT_END) {\n prevDelta = session.prevDelta = {\n x: prevInput.deltaX || 0,\n y: prevInput.deltaY || 0\n };\n\n offset = session.offsetDelta = {\n x: center.x,\n y: center.y\n };\n }\n\n input.deltaX = prevDelta.x + (center.x - offset.x);\n input.deltaY = prevDelta.y + (center.y - offset.y);\n}\n\n/**\n * velocity is calculated every x ms\n * @param {Object} session\n * @param {Object} input\n */\nfunction computeIntervalInputData(session, input) {\n var last = session.lastInterval || input,\n deltaTime = input.timeStamp - last.timeStamp,\n velocity, velocityX, velocityY, direction;\n\n if (input.eventType != INPUT_CANCEL && (deltaTime > COMPUTE_INTERVAL || last.velocity === undefined)) {\n var deltaX = input.deltaX - last.deltaX;\n var deltaY = input.deltaY - last.deltaY;\n\n var v = getVelocity(deltaTime, deltaX, deltaY);\n velocityX = v.x;\n velocityY = v.y;\n velocity = (abs(v.x) > abs(v.y)) ? v.x : v.y;\n direction = getDirection(deltaX, deltaY);\n\n session.lastInterval = input;\n } else {\n // use latest velocity info if it doesn't overtake a minimum period\n velocity = last.velocity;\n velocityX = last.velocityX;\n velocityY = last.velocityY;\n direction = last.direction;\n }\n\n input.velocity = velocity;\n input.velocityX = velocityX;\n input.velocityY = velocityY;\n input.direction = direction;\n}\n\n/**\n * create a simple clone from the input used for storage of firstInput and firstMultiple\n * @param {Object} input\n * @returns {Object} clonedInputData\n */\nfunction simpleCloneInputData(input) {\n // make a simple copy of the pointers because we will get a reference if we don't\n // we only need clientXY for the calculations\n var pointers = [];\n var i = 0;\n while (i < input.pointers.length) {\n pointers[i] = {\n clientX: round(input.pointers[i].clientX),\n clientY: round(input.pointers[i].clientY)\n };\n i++;\n }\n\n return {\n timeStamp: now(),\n pointers: pointers,\n center: getCenter(pointers),\n deltaX: input.deltaX,\n deltaY: input.deltaY\n };\n}\n\n/**\n * get the center of all the pointers\n * @param {Array} pointers\n * @return {Object} center contains `x` and `y` properties\n */\nfunction getCenter(pointers) {\n var pointersLength = pointers.length;\n\n // no need to loop when only one touch\n if (pointersLength === 1) {\n return {\n x: round(pointers[0].clientX),\n y: round(pointers[0].clientY)\n };\n }\n\n var x = 0, y = 0, i = 0;\n while (i < pointersLength) {\n x += pointers[i].clientX;\n y += pointers[i].clientY;\n i++;\n }\n\n return {\n x: round(x / pointersLength),\n y: round(y / pointersLength)\n };\n}\n\n/**\n * calculate the velocity between two points. unit is in px per ms.\n * @param {Number} deltaTime\n * @param {Number} x\n * @param {Number} y\n * @return {Object} velocity `x` and `y`\n */\nfunction getVelocity(deltaTime, x, y) {\n return {\n x: x / deltaTime || 0,\n y: y / deltaTime || 0\n };\n}\n\n/**\n * get the direction between two points\n * @param {Number} x\n * @param {Number} y\n * @return {Number} direction\n */\nfunction getDirection(x, y) {\n if (x === y) {\n return DIRECTION_NONE;\n }\n\n if (abs(x) >= abs(y)) {\n return x < 0 ? DIRECTION_LEFT : DIRECTION_RIGHT;\n }\n return y < 0 ? DIRECTION_UP : DIRECTION_DOWN;\n}\n\n/**\n * calculate the absolute distance between two points\n * @param {Object} p1 {x, y}\n * @param {Object} p2 {x, y}\n * @param {Array} [props] containing x and y keys\n * @return {Number} distance\n */\nfunction getDistance(p1, p2, props) {\n if (!props) {\n props = PROPS_XY;\n }\n var x = p2[props[0]] - p1[props[0]],\n y = p2[props[1]] - p1[props[1]];\n\n return Math.sqrt((x * x) + (y * y));\n}\n\n/**\n * calculate the angle between two coordinates\n * @param {Object} p1\n * @param {Object} p2\n * @param {Array} [props] containing x and y keys\n * @return {Number} angle\n */\nfunction getAngle(p1, p2, props) {\n if (!props) {\n props = PROPS_XY;\n }\n var x = p2[props[0]] - p1[props[0]],\n y = p2[props[1]] - p1[props[1]];\n return Math.atan2(y, x) * 180 / Math.PI;\n}\n\n/**\n * calculate the rotation degrees between two pointersets\n * @param {Array} start array of pointers\n * @param {Array} end array of pointers\n * @return {Number} rotation\n */\nfunction getRotation(start, end) {\n return getAngle(end[1], end[0], PROPS_CLIENT_XY) + getAngle(start[1], start[0], PROPS_CLIENT_XY);\n}\n\n/**\n * calculate the scale factor between two pointersets\n * no scale is 1, and goes down to 0 when pinched together, and bigger when pinched out\n * @param {Array} start array of pointers\n * @param {Array} end array of pointers\n * @return {Number} scale\n */\nfunction getScale(start, end) {\n return getDistance(end[0], end[1], PROPS_CLIENT_XY) / getDistance(start[0], start[1], PROPS_CLIENT_XY);\n}\n\nvar MOUSE_INPUT_MAP = {\n mousedown: INPUT_START,\n mousemove: INPUT_MOVE,\n mouseup: INPUT_END\n};\n\nvar MOUSE_ELEMENT_EVENTS = 'mousedown';\nvar MOUSE_WINDOW_EVENTS = 'mousemove mouseup';\n\n/**\n * Mouse events input\n * @constructor\n * @extends Input\n */\nfunction MouseInput() {\n this.evEl = MOUSE_ELEMENT_EVENTS;\n this.evWin = MOUSE_WINDOW_EVENTS;\n\n this.pressed = false; // mousedown state\n\n Input.apply(this, arguments);\n}\n\ninherit(MouseInput, Input, {\n /**\n * handle mouse events\n * @param {Object} ev\n */\n handler: function MEhandler(ev) {\n var eventType = MOUSE_INPUT_MAP[ev.type];\n\n // on start we want to have the left mouse button down\n if (eventType & INPUT_START && ev.button === 0) {\n this.pressed = true;\n }\n\n if (eventType & INPUT_MOVE && ev.which !== 1) {\n eventType = INPUT_END;\n }\n\n // mouse must be down\n if (!this.pressed) {\n return;\n }\n\n if (eventType & INPUT_END) {\n this.pressed = false;\n }\n\n this.callback(this.manager, eventType, {\n pointers: [ev],\n changedPointers: [ev],\n pointerType: INPUT_TYPE_MOUSE,\n srcEvent: ev\n });\n }\n});\n\nvar POINTER_INPUT_MAP = {\n pointerdown: INPUT_START,\n pointermove: INPUT_MOVE,\n pointerup: INPUT_END,\n pointercancel: INPUT_CANCEL,\n pointerout: INPUT_CANCEL\n};\n\n// in IE10 the pointer types is defined as an enum\nvar IE10_POINTER_TYPE_ENUM = {\n 2: INPUT_TYPE_TOUCH,\n 3: INPUT_TYPE_PEN,\n 4: INPUT_TYPE_MOUSE,\n 5: INPUT_TYPE_KINECT // see https://twitter.com/jacobrossi/status/480596438489890816\n};\n\nvar POINTER_ELEMENT_EVENTS = 'pointerdown';\nvar POINTER_WINDOW_EVENTS = 'pointermove pointerup pointercancel';\n\n// IE10 has prefixed support, and case-sensitive\nif (window.MSPointerEvent && !window.PointerEvent) {\n POINTER_ELEMENT_EVENTS = 'MSPointerDown';\n POINTER_WINDOW_EVENTS = 'MSPointerMove MSPointerUp MSPointerCancel';\n}\n\n/**\n * Pointer events input\n * @constructor\n * @extends Input\n */\nfunction PointerEventInput() {\n this.evEl = POINTER_ELEMENT_EVENTS;\n this.evWin = POINTER_WINDOW_EVENTS;\n\n Input.apply(this, arguments);\n\n this.store = (this.manager.session.pointerEvents = []);\n}\n\ninherit(PointerEventInput, Input, {\n /**\n * handle mouse events\n * @param {Object} ev\n */\n handler: function PEhandler(ev) {\n var store = this.store;\n var removePointer = false;\n\n var eventTypeNormalized = ev.type.toLowerCase().replace('ms', '');\n var eventType = POINTER_INPUT_MAP[eventTypeNormalized];\n var pointerType = IE10_POINTER_TYPE_ENUM[ev.pointerType] || ev.pointerType;\n\n var isTouch = (pointerType == INPUT_TYPE_TOUCH);\n\n // get index of the event in the store\n var storeIndex = inArray(store, ev.pointerId, 'pointerId');\n\n // start and mouse must be down\n if (eventType & INPUT_START && (ev.button === 0 || isTouch)) {\n if (storeIndex < 0) {\n store.push(ev);\n storeIndex = store.length - 1;\n }\n } else if (eventType & (INPUT_END | INPUT_CANCEL)) {\n removePointer = true;\n }\n\n // it not found, so the pointer hasn't been down (so it's probably a hover)\n if (storeIndex < 0) {\n return;\n }\n\n // update the event in the store\n store[storeIndex] = ev;\n\n this.callback(this.manager, eventType, {\n pointers: store,\n changedPointers: [ev],\n pointerType: pointerType,\n srcEvent: ev\n });\n\n if (removePointer) {\n // remove from the store\n store.splice(storeIndex, 1);\n }\n }\n});\n\nvar SINGLE_TOUCH_INPUT_MAP = {\n touchstart: INPUT_START,\n touchmove: INPUT_MOVE,\n touchend: INPUT_END,\n touchcancel: INPUT_CANCEL\n};\n\nvar SINGLE_TOUCH_TARGET_EVENTS = 'touchstart';\nvar SINGLE_TOUCH_WINDOW_EVENTS = 'touchstart touchmove touchend touchcancel';\n\n/**\n * Touch events input\n * @constructor\n * @extends Input\n */\nfunction SingleTouchInput() {\n this.evTarget = SINGLE_TOUCH_TARGET_EVENTS;\n this.evWin = SINGLE_TOUCH_WINDOW_EVENTS;\n this.started = false;\n\n Input.apply(this, arguments);\n}\n\ninherit(SingleTouchInput, Input, {\n handler: function TEhandler(ev) {\n var type = SINGLE_TOUCH_INPUT_MAP[ev.type];\n\n // should we handle the touch events?\n if (type === INPUT_START) {\n this.started = true;\n }\n\n if (!this.started) {\n return;\n }\n\n var touches = normalizeSingleTouches.call(this, ev, type);\n\n // when done, reset the started state\n if (type & (INPUT_END | INPUT_CANCEL) && touches[0].length - touches[1].length === 0) {\n this.started = false;\n }\n\n this.callback(this.manager, type, {\n pointers: touches[0],\n changedPointers: touches[1],\n pointerType: INPUT_TYPE_TOUCH,\n srcEvent: ev\n });\n }\n});\n\n/**\n * @this {TouchInput}\n * @param {Object} ev\n * @param {Number} type flag\n * @returns {undefined|Array} [all, changed]\n */\nfunction normalizeSingleTouches(ev, type) {\n var all = toArray(ev.touches);\n var changed = toArray(ev.changedTouches);\n\n if (type & (INPUT_END | INPUT_CANCEL)) {\n all = uniqueArray(all.concat(changed), 'identifier', true);\n }\n\n return [all, changed];\n}\n\nvar TOUCH_INPUT_MAP = {\n touchstart: INPUT_START,\n touchmove: INPUT_MOVE,\n touchend: INPUT_END,\n touchcancel: INPUT_CANCEL\n};\n\nvar TOUCH_TARGET_EVENTS = 'touchstart touchmove touchend touchcancel';\n\n/**\n * Multi-user touch events input\n * @constructor\n * @extends Input\n */\nfunction TouchInput() {\n this.evTarget = TOUCH_TARGET_EVENTS;\n this.targetIds = {};\n\n Input.apply(this, arguments);\n}\n\ninherit(TouchInput, Input, {\n handler: function MTEhandler(ev) {\n var type = TOUCH_INPUT_MAP[ev.type];\n var touches = getTouches.call(this, ev, type);\n if (!touches) {\n return;\n }\n\n this.callback(this.manager, type, {\n pointers: touches[0],\n changedPointers: touches[1],\n pointerType: INPUT_TYPE_TOUCH,\n srcEvent: ev\n });\n }\n});\n\n/**\n * @this {TouchInput}\n * @param {Object} ev\n * @param {Number} type flag\n * @returns {undefined|Array} [all, changed]\n */\nfunction getTouches(ev, type) {\n var allTouches = toArray(ev.touches);\n var targetIds = this.targetIds;\n\n // when there is only one touch, the process can be simplified\n if (type & (INPUT_START | INPUT_MOVE) && allTouches.length === 1) {\n targetIds[allTouches[0].identifier] = true;\n return [allTouches, allTouches];\n }\n\n var i,\n targetTouches,\n changedTouches = toArray(ev.changedTouches),\n changedTargetTouches = [],\n target = this.target;\n\n // get target touches from touches\n targetTouches = allTouches.filter(function(touch) {\n return hasParent(touch.target, target);\n });\n\n // collect touches\n if (type === INPUT_START) {\n i = 0;\n while (i < targetTouches.length) {\n targetIds[targetTouches[i].identifier] = true;\n i++;\n }\n }\n\n // filter changed touches to only contain touches that exist in the collected target ids\n i = 0;\n while (i < changedTouches.length) {\n if (targetIds[changedTouches[i].identifier]) {\n changedTargetTouches.push(changedTouches[i]);\n }\n\n // cleanup removed touches\n if (type & (INPUT_END | INPUT_CANCEL)) {\n delete targetIds[changedTouches[i].identifier];\n }\n i++;\n }\n\n if (!changedTargetTouches.length) {\n return;\n }\n\n return [\n // merge targetTouches with changedTargetTouches so it contains ALL touches, including 'end' and 'cancel'\n uniqueArray(targetTouches.concat(changedTargetTouches), 'identifier', true),\n changedTargetTouches\n ];\n}\n\n/**\n * Combined touch and mouse input\n *\n * Touch has a higher priority then mouse, and while touching no mouse events are allowed.\n * This because touch devices also emit mouse events while doing a touch.\n *\n * @constructor\n * @extends Input\n */\n\nvar DEDUP_TIMEOUT = 2500;\nvar DEDUP_DISTANCE = 25;\n\nfunction TouchMouseInput() {\n Input.apply(this, arguments);\n\n var handler = bindFn(this.handler, this);\n this.touch = new TouchInput(this.manager, handler);\n this.mouse = new MouseInput(this.manager, handler);\n\n this.primaryTouch = null;\n this.lastTouches = [];\n}\n\ninherit(TouchMouseInput, Input, {\n /**\n * handle mouse and touch events\n * @param {Hammer} manager\n * @param {String} inputEvent\n * @param {Object} inputData\n */\n handler: function TMEhandler(manager, inputEvent, inputData) {\n var isTouch = (inputData.pointerType == INPUT_TYPE_TOUCH),\n isMouse = (inputData.pointerType == INPUT_TYPE_MOUSE);\n\n if (isMouse && inputData.sourceCapabilities && inputData.sourceCapabilities.firesTouchEvents) {\n return;\n }\n\n // when we're in a touch event, record touches to de-dupe synthetic mouse event\n if (isTouch) {\n recordTouches.call(this, inputEvent, inputData);\n } else if (isMouse && isSyntheticEvent.call(this, inputData)) {\n return;\n }\n\n this.callback(manager, inputEvent, inputData);\n },\n\n /**\n * remove the event listeners\n */\n destroy: function destroy() {\n this.touch.destroy();\n this.mouse.destroy();\n }\n});\n\nfunction recordTouches(eventType, eventData) {\n if (eventType & INPUT_START) {\n this.primaryTouch = eventData.changedPointers[0].identifier;\n setLastTouch.call(this, eventData);\n } else if (eventType & (INPUT_END | INPUT_CANCEL)) {\n setLastTouch.call(this, eventData);\n }\n}\n\nfunction setLastTouch(eventData) {\n var touch = eventData.changedPointers[0];\n\n if (touch.identifier === this.primaryTouch) {\n var lastTouch = {x: touch.clientX, y: touch.clientY};\n this.lastTouches.push(lastTouch);\n var lts = this.lastTouches;\n var removeLastTouch = function() {\n var i = lts.indexOf(lastTouch);\n if (i > -1) {\n lts.splice(i, 1);\n }\n };\n setTimeout(removeLastTouch, DEDUP_TIMEOUT);\n }\n}\n\nfunction isSyntheticEvent(eventData) {\n var x = eventData.srcEvent.clientX, y = eventData.srcEvent.clientY;\n for (var i = 0; i < this.lastTouches.length; i++) {\n var t = this.lastTouches[i];\n var dx = Math.abs(x - t.x), dy = Math.abs(y - t.y);\n if (dx <= DEDUP_DISTANCE && dy <= DEDUP_DISTANCE) {\n return true;\n }\n }\n return false;\n}\n\nvar PREFIXED_TOUCH_ACTION = prefixed(TEST_ELEMENT.style, 'touchAction');\nvar NATIVE_TOUCH_ACTION = PREFIXED_TOUCH_ACTION !== undefined;\n\n// magical touchAction value\nvar TOUCH_ACTION_COMPUTE = 'compute';\nvar TOUCH_ACTION_AUTO = 'auto';\nvar TOUCH_ACTION_MANIPULATION = 'manipulation'; // not implemented\nvar TOUCH_ACTION_NONE = 'none';\nvar TOUCH_ACTION_PAN_X = 'pan-x';\nvar TOUCH_ACTION_PAN_Y = 'pan-y';\nvar TOUCH_ACTION_MAP = getTouchActionProps();\n\n/**\n * Touch Action\n * sets the touchAction property or uses the js alternative\n * @param {Manager} manager\n * @param {String} value\n * @constructor\n */\nfunction TouchAction(manager, value) {\n this.manager = manager;\n this.set(value);\n}\n\nTouchAction.prototype = {\n /**\n * set the touchAction value on the element or enable the polyfill\n * @param {String} value\n */\n set: function(value) {\n // find out the touch-action by the event handlers\n if (value == TOUCH_ACTION_COMPUTE) {\n value = this.compute();\n }\n\n if (NATIVE_TOUCH_ACTION && this.manager.element.style && TOUCH_ACTION_MAP[value]) {\n this.manager.element.style[PREFIXED_TOUCH_ACTION] = value;\n }\n this.actions = value.toLowerCase().trim();\n },\n\n /**\n * just re-set the touchAction value\n */\n update: function() {\n this.set(this.manager.options.touchAction);\n },\n\n /**\n * compute the value for the touchAction property based on the recognizer's settings\n * @returns {String} value\n */\n compute: function() {\n var actions = [];\n each(this.manager.recognizers, function(recognizer) {\n if (boolOrFn(recognizer.options.enable, [recognizer])) {\n actions = actions.concat(recognizer.getTouchAction());\n }\n });\n return cleanTouchActions(actions.join(' '));\n },\n\n /**\n * this method is called on each input cycle and provides the preventing of the browser behavior\n * @param {Object} input\n */\n preventDefaults: function(input) {\n var srcEvent = input.srcEvent;\n var direction = input.offsetDirection;\n\n // if the touch action did prevented once this session\n if (this.manager.session.prevented) {\n srcEvent.preventDefault();\n return;\n }\n\n var actions = this.actions;\n var hasNone = inStr(actions, TOUCH_ACTION_NONE) && !TOUCH_ACTION_MAP[TOUCH_ACTION_NONE];\n var hasPanY = inStr(actions, TOUCH_ACTION_PAN_Y) && !TOUCH_ACTION_MAP[TOUCH_ACTION_PAN_Y];\n var hasPanX = inStr(actions, TOUCH_ACTION_PAN_X) && !TOUCH_ACTION_MAP[TOUCH_ACTION_PAN_X];\n\n if (hasNone) {\n //do not prevent defaults if this is a tap gesture\n\n var isTapPointer = input.pointers.length === 1;\n var isTapMovement = input.distance < 2;\n var isTapTouchTime = input.deltaTime < 250;\n\n if (isTapPointer && isTapMovement && isTapTouchTime) {\n return;\n }\n }\n\n if (hasPanX && hasPanY) {\n // `pan-x pan-y` means browser handles all scrolling/panning, do not prevent\n return;\n }\n\n if (hasNone ||\n (hasPanY && direction & DIRECTION_HORIZONTAL) ||\n (hasPanX && direction & DIRECTION_VERTICAL)) {\n return this.preventSrc(srcEvent);\n }\n },\n\n /**\n * call preventDefault to prevent the browser's default behavior (scrolling in most cases)\n * @param {Object} srcEvent\n */\n preventSrc: function(srcEvent) {\n this.manager.session.prevented = true;\n srcEvent.preventDefault();\n }\n};\n\n/**\n * when the touchActions are collected they are not a valid value, so we need to clean things up. *\n * @param {String} actions\n * @returns {*}\n */\nfunction cleanTouchActions(actions) {\n // none\n if (inStr(actions, TOUCH_ACTION_NONE)) {\n return TOUCH_ACTION_NONE;\n }\n\n var hasPanX = inStr(actions, TOUCH_ACTION_PAN_X);\n var hasPanY = inStr(actions, TOUCH_ACTION_PAN_Y);\n\n // if both pan-x and pan-y are set (different recognizers\n // for different directions, e.g. horizontal pan but vertical swipe?)\n // we need none (as otherwise with pan-x pan-y combined none of these\n // recognizers will work, since the browser would handle all panning\n if (hasPanX && hasPanY) {\n return TOUCH_ACTION_NONE;\n }\n\n // pan-x OR pan-y\n if (hasPanX || hasPanY) {\n return hasPanX ? TOUCH_ACTION_PAN_X : TOUCH_ACTION_PAN_Y;\n }\n\n // manipulation\n if (inStr(actions, TOUCH_ACTION_MANIPULATION)) {\n return TOUCH_ACTION_MANIPULATION;\n }\n\n return TOUCH_ACTION_AUTO;\n}\n\nfunction getTouchActionProps() {\n if (!NATIVE_TOUCH_ACTION) {\n return false;\n }\n var touchMap = {};\n var cssSupports = window.CSS && window.CSS.supports;\n ['auto', 'manipulation', 'pan-y', 'pan-x', 'pan-x pan-y', 'none'].forEach(function(val) {\n\n // If css.supports is not supported but there is native touch-action assume it supports\n // all values. This is the case for IE 10 and 11.\n touchMap[val] = cssSupports ? window.CSS.supports('touch-action', val) : true;\n });\n return touchMap;\n}\n\n/**\n * Recognizer flow explained; *\n * All recognizers have the initial state of POSSIBLE when a input session starts.\n * The definition of a input session is from the first input until the last input, with all it's movement in it. *\n * Example session for mouse-input: mousedown -> mousemove -> mouseup\n *\n * On each recognizing cycle (see Manager.recognize) the .recognize() method is executed\n * which determines with state it should be.\n *\n * If the recognizer has the state FAILED, CANCELLED or RECOGNIZED (equals ENDED), it is reset to\n * POSSIBLE to give it another change on the next cycle.\n *\n * Possible\n * |\n * +-----+---------------+\n * | |\n * +-----+-----+ |\n * | | |\n * Failed Cancelled |\n * +-------+------+\n * | |\n * Recognized Began\n * |\n * Changed\n * |\n * Ended/Recognized\n */\nvar STATE_POSSIBLE = 1;\nvar STATE_BEGAN = 2;\nvar STATE_CHANGED = 4;\nvar STATE_ENDED = 8;\nvar STATE_RECOGNIZED = STATE_ENDED;\nvar STATE_CANCELLED = 16;\nvar STATE_FAILED = 32;\n\n/**\n * Recognizer\n * Every recognizer needs to extend from this class.\n * @constructor\n * @param {Object} options\n */\nfunction Recognizer(options) {\n this.options = assign({}, this.defaults, options || {});\n\n this.id = uniqueId();\n\n this.manager = null;\n\n // default is enable true\n this.options.enable = ifUndefined(this.options.enable, true);\n\n this.state = STATE_POSSIBLE;\n\n this.simultaneous = {};\n this.requireFail = [];\n}\n\nRecognizer.prototype = {\n /**\n * @virtual\n * @type {Object}\n */\n defaults: {},\n\n /**\n * set options\n * @param {Object} options\n * @return {Recognizer}\n */\n set: function(options) {\n assign(this.options, options);\n\n // also update the touchAction, in case something changed about the directions/enabled state\n this.manager && this.manager.touchAction.update();\n return this;\n },\n\n /**\n * recognize simultaneous with an other recognizer.\n * @param {Recognizer} otherRecognizer\n * @returns {Recognizer} this\n */\n recognizeWith: function(otherRecognizer) {\n if (invokeArrayArg(otherRecognizer, 'recognizeWith', this)) {\n return this;\n }\n\n var simultaneous = this.simultaneous;\n otherRecognizer = getRecognizerByNameIfManager(otherRecognizer, this);\n if (!simultaneous[otherRecognizer.id]) {\n simultaneous[otherRecognizer.id] = otherRecognizer;\n otherRecognizer.recognizeWith(this);\n }\n return this;\n },\n\n /**\n * drop the simultaneous link. it doesnt remove the link on the other recognizer.\n * @param {Recognizer} otherRecognizer\n * @returns {Recognizer} this\n */\n dropRecognizeWith: function(otherRecognizer) {\n if (invokeArrayArg(otherRecognizer, 'dropRecognizeWith', this)) {\n return this;\n }\n\n otherRecognizer = getRecognizerByNameIfManager(otherRecognizer, this);\n delete this.simultaneous[otherRecognizer.id];\n return this;\n },\n\n /**\n * recognizer can only run when an other is failing\n * @param {Recognizer} otherRecognizer\n * @returns {Recognizer} this\n */\n requireFailure: function(otherRecognizer) {\n if (invokeArrayArg(otherRecognizer, 'requireFailure', this)) {\n return this;\n }\n\n var requireFail = this.requireFail;\n otherRecognizer = getRecognizerByNameIfManager(otherRecognizer, this);\n if (inArray(requireFail, otherRecognizer) === -1) {\n requireFail.push(otherRecognizer);\n otherRecognizer.requireFailure(this);\n }\n return this;\n },\n\n /**\n * drop the requireFailure link. it does not remove the link on the other recognizer.\n * @param {Recognizer} otherRecognizer\n * @returns {Recognizer} this\n */\n dropRequireFailure: function(otherRecognizer) {\n if (invokeArrayArg(otherRecognizer, 'dropRequireFailure', this)) {\n return this;\n }\n\n otherRecognizer = getRecognizerByNameIfManager(otherRecognizer, this);\n var index = inArray(this.requireFail, otherRecognizer);\n if (index > -1) {\n this.requireFail.splice(index, 1);\n }\n return this;\n },\n\n /**\n * has require failures boolean\n * @returns {boolean}\n */\n hasRequireFailures: function() {\n return this.requireFail.length > 0;\n },\n\n /**\n * if the recognizer can recognize simultaneous with an other recognizer\n * @param {Recognizer} otherRecognizer\n * @returns {Boolean}\n */\n canRecognizeWith: function(otherRecognizer) {\n return !!this.simultaneous[otherRecognizer.id];\n },\n\n /**\n * You should use `tryEmit` instead of `emit` directly to check\n * that all the needed recognizers has failed before emitting.\n * @param {Object} input\n */\n emit: function(input) {\n var self = this;\n var state = this.state;\n\n function emit(event) {\n self.manager.emit(event, input);\n }\n\n // 'panstart' and 'panmove'\n if (state < STATE_ENDED) {\n emit(self.options.event + stateStr(state));\n }\n\n emit(self.options.event); // simple 'eventName' events\n\n if (input.additionalEvent) { // additional event(panleft, panright, pinchin, pinchout...)\n emit(input.additionalEvent);\n }\n\n // panend and pancancel\n if (state >= STATE_ENDED) {\n emit(self.options.event + stateStr(state));\n }\n },\n\n /**\n * Check that all the require failure recognizers has failed,\n * if true, it emits a gesture event,\n * otherwise, setup the state to FAILED.\n * @param {Object} input\n */\n tryEmit: function(input) {\n if (this.canEmit()) {\n return this.emit(input);\n }\n // it's failing anyway\n this.state = STATE_FAILED;\n },\n\n /**\n * can we emit?\n * @returns {boolean}\n */\n canEmit: function() {\n var i = 0;\n while (i < this.requireFail.length) {\n if (!(this.requireFail[i].state & (STATE_FAILED | STATE_POSSIBLE))) {\n return false;\n }\n i++;\n }\n return true;\n },\n\n /**\n * update the recognizer\n * @param {Object} inputData\n */\n recognize: function(inputData) {\n // make a new copy of the inputData\n // so we can change the inputData without messing up the other recognizers\n var inputDataClone = assign({}, inputData);\n\n // is is enabled and allow recognizing?\n if (!boolOrFn(this.options.enable, [this, inputDataClone])) {\n this.reset();\n this.state = STATE_FAILED;\n return;\n }\n\n // reset when we've reached the end\n if (this.state & (STATE_RECOGNIZED | STATE_CANCELLED | STATE_FAILED)) {\n this.state = STATE_POSSIBLE;\n }\n\n this.state = this.process(inputDataClone);\n\n // the recognizer has recognized a gesture\n // so trigger an event\n if (this.state & (STATE_BEGAN | STATE_CHANGED | STATE_ENDED | STATE_CANCELLED)) {\n this.tryEmit(inputDataClone);\n }\n },\n\n /**\n * return the state of the recognizer\n * the actual recognizing happens in this method\n * @virtual\n * @param {Object} inputData\n * @returns {Const} STATE\n */\n process: function(inputData) { }, // jshint ignore:line\n\n /**\n * return the preferred touch-action\n * @virtual\n * @returns {Array}\n */\n getTouchAction: function() { },\n\n /**\n * called when the gesture isn't allowed to recognize\n * like when another is being recognized or it is disabled\n * @virtual\n */\n reset: function() { }\n};\n\n/**\n * get a usable string, used as event postfix\n * @param {Const} state\n * @returns {String} state\n */\nfunction stateStr(state) {\n if (state & STATE_CANCELLED) {\n return 'cancel';\n } else if (state & STATE_ENDED) {\n return 'end';\n } else if (state & STATE_CHANGED) {\n return 'move';\n } else if (state & STATE_BEGAN) {\n return 'start';\n }\n return '';\n}\n\n/**\n * direction cons to string\n * @param {Const} direction\n * @returns {String}\n */\nfunction directionStr(direction) {\n if (direction == DIRECTION_DOWN) {\n return 'down';\n } else if (direction == DIRECTION_UP) {\n return 'up';\n } else if (direction == DIRECTION_LEFT) {\n return 'left';\n } else if (direction == DIRECTION_RIGHT) {\n return 'right';\n }\n return '';\n}\n\n/**\n * get a recognizer by name if it is bound to a manager\n * @param {Recognizer|String} otherRecognizer\n * @param {Recognizer} recognizer\n * @returns {Recognizer}\n */\nfunction getRecognizerByNameIfManager(otherRecognizer, recognizer) {\n var manager = recognizer.manager;\n if (manager) {\n return manager.get(otherRecognizer);\n }\n return otherRecognizer;\n}\n\n/**\n * This recognizer is just used as a base for the simple attribute recognizers.\n * @constructor\n * @extends Recognizer\n */\nfunction AttrRecognizer() {\n Recognizer.apply(this, arguments);\n}\n\ninherit(AttrRecognizer, Recognizer, {\n /**\n * @namespace\n * @memberof AttrRecognizer\n */\n defaults: {\n /**\n * @type {Number}\n * @default 1\n */\n pointers: 1\n },\n\n /**\n * Used to check if it the recognizer receives valid input, like input.distance > 10.\n * @memberof AttrRecognizer\n * @param {Object} input\n * @returns {Boolean} recognized\n */\n attrTest: function(input) {\n var optionPointers = this.options.pointers;\n return optionPointers === 0 || input.pointers.length === optionPointers;\n },\n\n /**\n * Process the input and return the state for the recognizer\n * @memberof AttrRecognizer\n * @param {Object} input\n * @returns {*} State\n */\n process: function(input) {\n var state = this.state;\n var eventType = input.eventType;\n\n var isRecognized = state & (STATE_BEGAN | STATE_CHANGED);\n var isValid = this.attrTest(input);\n\n // on cancel input and we've recognized before, return STATE_CANCELLED\n if (isRecognized && (eventType & INPUT_CANCEL || !isValid)) {\n return state | STATE_CANCELLED;\n } else if (isRecognized || isValid) {\n if (eventType & INPUT_END) {\n return state | STATE_ENDED;\n } else if (!(state & STATE_BEGAN)) {\n return STATE_BEGAN;\n }\n return state | STATE_CHANGED;\n }\n return STATE_FAILED;\n }\n});\n\n/**\n * Pan\n * Recognized when the pointer is down and moved in the allowed direction.\n * @constructor\n * @extends AttrRecognizer\n */\nfunction PanRecognizer() {\n AttrRecognizer.apply(this, arguments);\n\n this.pX = null;\n this.pY = null;\n}\n\ninherit(PanRecognizer, AttrRecognizer, {\n /**\n * @namespace\n * @memberof PanRecognizer\n */\n defaults: {\n event: 'pan',\n threshold: 10,\n pointers: 1,\n direction: DIRECTION_ALL\n },\n\n getTouchAction: function() {\n var direction = this.options.direction;\n var actions = [];\n if (direction & DIRECTION_HORIZONTAL) {\n actions.push(TOUCH_ACTION_PAN_Y);\n }\n if (direction & DIRECTION_VERTICAL) {\n actions.push(TOUCH_ACTION_PAN_X);\n }\n return actions;\n },\n\n directionTest: function(input) {\n var options = this.options;\n var hasMoved = true;\n var distance = input.distance;\n var direction = input.direction;\n var x = input.deltaX;\n var y = input.deltaY;\n\n // lock to axis?\n if (!(direction & options.direction)) {\n if (options.direction & DIRECTION_HORIZONTAL) {\n direction = (x === 0) ? DIRECTION_NONE : (x < 0) ? DIRECTION_LEFT : DIRECTION_RIGHT;\n hasMoved = x != this.pX;\n distance = Math.abs(input.deltaX);\n } else {\n direction = (y === 0) ? DIRECTION_NONE : (y < 0) ? DIRECTION_UP : DIRECTION_DOWN;\n hasMoved = y != this.pY;\n distance = Math.abs(input.deltaY);\n }\n }\n input.direction = direction;\n return hasMoved && distance > options.threshold && direction & options.direction;\n },\n\n attrTest: function(input) {\n return AttrRecognizer.prototype.attrTest.call(this, input) &&\n (this.state & STATE_BEGAN || (!(this.state & STATE_BEGAN) && this.directionTest(input)));\n },\n\n emit: function(input) {\n\n this.pX = input.deltaX;\n this.pY = input.deltaY;\n\n var direction = directionStr(input.direction);\n\n if (direction) {\n input.additionalEvent = this.options.event + direction;\n }\n this._super.emit.call(this, input);\n }\n});\n\n/**\n * Pinch\n * Recognized when two or more pointers are moving toward (zoom-in) or away from each other (zoom-out).\n * @constructor\n * @extends AttrRecognizer\n */\nfunction PinchRecognizer() {\n AttrRecognizer.apply(this, arguments);\n}\n\ninherit(PinchRecognizer, AttrRecognizer, {\n /**\n * @namespace\n * @memberof PinchRecognizer\n */\n defaults: {\n event: 'pinch',\n threshold: 0,\n pointers: 2\n },\n\n getTouchAction: function() {\n return [TOUCH_ACTION_NONE];\n },\n\n attrTest: function(input) {\n return this._super.attrTest.call(this, input) &&\n (Math.abs(input.scale - 1) > this.options.threshold || this.state & STATE_BEGAN);\n },\n\n emit: function(input) {\n if (input.scale !== 1) {\n var inOut = input.scale < 1 ? 'in' : 'out';\n input.additionalEvent = this.options.event + inOut;\n }\n this._super.emit.call(this, input);\n }\n});\n\n/**\n * Press\n * Recognized when the pointer is down for x ms without any movement.\n * @constructor\n * @extends Recognizer\n */\nfunction PressRecognizer() {\n Recognizer.apply(this, arguments);\n\n this._timer = null;\n this._input = null;\n}\n\ninherit(PressRecognizer, Recognizer, {\n /**\n * @namespace\n * @memberof PressRecognizer\n */\n defaults: {\n event: 'press',\n pointers: 1,\n time: 251, // minimal time of the pointer to be pressed\n threshold: 9 // a minimal movement is ok, but keep it low\n },\n\n getTouchAction: function() {\n return [TOUCH_ACTION_AUTO];\n },\n\n process: function(input) {\n var options = this.options;\n var validPointers = input.pointers.length === options.pointers;\n var validMovement = input.distance < options.threshold;\n var validTime = input.deltaTime > options.time;\n\n this._input = input;\n\n // we only allow little movement\n // and we've reached an end event, so a tap is possible\n if (!validMovement || !validPointers || (input.eventType & (INPUT_END | INPUT_CANCEL) && !validTime)) {\n this.reset();\n } else if (input.eventType & INPUT_START) {\n this.reset();\n this._timer = setTimeoutContext(function() {\n this.state = STATE_RECOGNIZED;\n this.tryEmit();\n }, options.time, this);\n } else if (input.eventType & INPUT_END) {\n return STATE_RECOGNIZED;\n }\n return STATE_FAILED;\n },\n\n reset: function() {\n clearTimeout(this._timer);\n },\n\n emit: function(input) {\n if (this.state !== STATE_RECOGNIZED) {\n return;\n }\n\n if (input && (input.eventType & INPUT_END)) {\n this.manager.emit(this.options.event + 'up', input);\n } else {\n this._input.timeStamp = now();\n this.manager.emit(this.options.event, this._input);\n }\n }\n});\n\n/**\n * Rotate\n * Recognized when two or more pointer are moving in a circular motion.\n * @constructor\n * @extends AttrRecognizer\n */\nfunction RotateRecognizer() {\n AttrRecognizer.apply(this, arguments);\n}\n\ninherit(RotateRecognizer, AttrRecognizer, {\n /**\n * @namespace\n * @memberof RotateRecognizer\n */\n defaults: {\n event: 'rotate',\n threshold: 0,\n pointers: 2\n },\n\n getTouchAction: function() {\n return [TOUCH_ACTION_NONE];\n },\n\n attrTest: function(input) {\n return this._super.attrTest.call(this, input) &&\n (Math.abs(input.rotation) > this.options.threshold || this.state & STATE_BEGAN);\n }\n});\n\n/**\n * Swipe\n * Recognized when the pointer is moving fast (velocity), with enough distance in the allowed direction.\n * @constructor\n * @extends AttrRecognizer\n */\nfunction SwipeRecognizer() {\n AttrRecognizer.apply(this, arguments);\n}\n\ninherit(SwipeRecognizer, AttrRecognizer, {\n /**\n * @namespace\n * @memberof SwipeRecognizer\n */\n defaults: {\n event: 'swipe',\n threshold: 10,\n velocity: 0.3,\n direction: DIRECTION_HORIZONTAL | DIRECTION_VERTICAL,\n pointers: 1\n },\n\n getTouchAction: function() {\n return PanRecognizer.prototype.getTouchAction.call(this);\n },\n\n attrTest: function(input) {\n var direction = this.options.direction;\n var velocity;\n\n if (direction & (DIRECTION_HORIZONTAL | DIRECTION_VERTICAL)) {\n velocity = input.overallVelocity;\n } else if (direction & DIRECTION_HORIZONTAL) {\n velocity = input.overallVelocityX;\n } else if (direction & DIRECTION_VERTICAL) {\n velocity = input.overallVelocityY;\n }\n\n return this._super.attrTest.call(this, input) &&\n direction & input.offsetDirection &&\n input.distance > this.options.threshold &&\n input.maxPointers == this.options.pointers &&\n abs(velocity) > this.options.velocity && input.eventType & INPUT_END;\n },\n\n emit: function(input) {\n var direction = directionStr(input.offsetDirection);\n if (direction) {\n this.manager.emit(this.options.event + direction, input);\n }\n\n this.manager.emit(this.options.event, input);\n }\n});\n\n/**\n * A tap is ecognized when the pointer is doing a small tap/click. Multiple taps are recognized if they occur\n * between the given interval and position. The delay option can be used to recognize multi-taps without firing\n * a single tap.\n *\n * The eventData from the emitted event contains the property `tapCount`, which contains the amount of\n * multi-taps being recognized.\n * @constructor\n * @extends Recognizer\n */\nfunction TapRecognizer() {\n Recognizer.apply(this, arguments);\n\n // previous time and center,\n // used for tap counting\n this.pTime = false;\n this.pCenter = false;\n\n this._timer = null;\n this._input = null;\n this.count = 0;\n}\n\ninherit(TapRecognizer, Recognizer, {\n /**\n * @namespace\n * @memberof PinchRecognizer\n */\n defaults: {\n event: 'tap',\n pointers: 1,\n taps: 1,\n interval: 300, // max time between the multi-tap taps\n time: 250, // max time of the pointer to be down (like finger on the screen)\n threshold: 9, // a minimal movement is ok, but keep it low\n posThreshold: 10 // a multi-tap can be a bit off the initial position\n },\n\n getTouchAction: function() {\n return [TOUCH_ACTION_MANIPULATION];\n },\n\n process: function(input) {\n var options = this.options;\n\n var validPointers = input.pointers.length === options.pointers;\n var validMovement = input.distance < options.threshold;\n var validTouchTime = input.deltaTime < options.time;\n\n this.reset();\n\n if ((input.eventType & INPUT_START) && (this.count === 0)) {\n return this.failTimeout();\n }\n\n // we only allow little movement\n // and we've reached an end event, so a tap is possible\n if (validMovement && validTouchTime && validPointers) {\n if (input.eventType != INPUT_END) {\n return this.failTimeout();\n }\n\n var validInterval = this.pTime ? (input.timeStamp - this.pTime < options.interval) : true;\n var validMultiTap = !this.pCenter || getDistance(this.pCenter, input.center) < options.posThreshold;\n\n this.pTime = input.timeStamp;\n this.pCenter = input.center;\n\n if (!validMultiTap || !validInterval) {\n this.count = 1;\n } else {\n this.count += 1;\n }\n\n this._input = input;\n\n // if tap count matches we have recognized it,\n // else it has began recognizing...\n var tapCount = this.count % options.taps;\n if (tapCount === 0) {\n // no failing requirements, immediately trigger the tap event\n // or wait as long as the multitap interval to trigger\n if (!this.hasRequireFailures()) {\n return STATE_RECOGNIZED;\n } else {\n this._timer = setTimeoutContext(function() {\n this.state = STATE_RECOGNIZED;\n this.tryEmit();\n }, options.interval, this);\n return STATE_BEGAN;\n }\n }\n }\n return STATE_FAILED;\n },\n\n failTimeout: function() {\n this._timer = setTimeoutContext(function() {\n this.state = STATE_FAILED;\n }, this.options.interval, this);\n return STATE_FAILED;\n },\n\n reset: function() {\n clearTimeout(this._timer);\n },\n\n emit: function() {\n if (this.state == STATE_RECOGNIZED) {\n this._input.tapCount = this.count;\n this.manager.emit(this.options.event, this._input);\n }\n }\n});\n\n/**\n * Simple way to create a manager with a default set of recognizers.\n * @param {HTMLElement} element\n * @param {Object} [options]\n * @constructor\n */\nfunction Hammer(element, options) {\n options = options || {};\n options.recognizers = ifUndefined(options.recognizers, Hammer.defaults.preset);\n return new Manager(element, options);\n}\n\n/**\n * @const {string}\n */\nHammer.VERSION = '2.0.7';\n\n/**\n * default settings\n * @namespace\n */\nHammer.defaults = {\n /**\n * set if DOM events are being triggered.\n * But this is slower and unused by simple implementations, so disabled by default.\n * @type {Boolean}\n * @default false\n */\n domEvents: false,\n\n /**\n * The value for the touchAction property/fallback.\n * When set to `compute` it will magically set the correct value based on the added recognizers.\n * @type {String}\n * @default compute\n */\n touchAction: TOUCH_ACTION_COMPUTE,\n\n /**\n * @type {Boolean}\n * @default true\n */\n enable: true,\n\n /**\n * EXPERIMENTAL FEATURE -- can be removed/changed\n * Change the parent input target element.\n * If Null, then it is being set the to main element.\n * @type {Null|EventTarget}\n * @default null\n */\n inputTarget: null,\n\n /**\n * force an input class\n * @type {Null|Function}\n * @default null\n */\n inputClass: null,\n\n /**\n * Default recognizer setup when calling `Hammer()`\n * When creating a new Manager these will be skipped.\n * @type {Array}\n */\n preset: [\n // RecognizerClass, options, [recognizeWith, ...], [requireFailure, ...]\n [RotateRecognizer, {enable: false}],\n [PinchRecognizer, {enable: false}, ['rotate']],\n [SwipeRecognizer, {direction: DIRECTION_HORIZONTAL}],\n [PanRecognizer, {direction: DIRECTION_HORIZONTAL}, ['swipe']],\n [TapRecognizer],\n [TapRecognizer, {event: 'doubletap', taps: 2}, ['tap']],\n [PressRecognizer]\n ],\n\n /**\n * Some CSS properties can be used to improve the working of Hammer.\n * Add them to this method and they will be set when creating a new Manager.\n * @namespace\n */\n cssProps: {\n /**\n * Disables text selection to improve the dragging gesture. Mainly for desktop browsers.\n * @type {String}\n * @default 'none'\n */\n userSelect: 'none',\n\n /**\n * Disable the Windows Phone grippers when pressing an element.\n * @type {String}\n * @default 'none'\n */\n touchSelect: 'none',\n\n /**\n * Disables the default callout shown when you touch and hold a touch target.\n * On iOS, when you touch and hold a touch target such as a link, Safari displays\n * a callout containing information about the link. This property allows you to disable that callout.\n * @type {String}\n * @default 'none'\n */\n touchCallout: 'none',\n\n /**\n * Specifies whether zooming is enabled. Used by IE10>\n * @type {String}\n * @default 'none'\n */\n contentZooming: 'none',\n\n /**\n * Specifies that an entire element should be draggable instead of its contents. Mainly for desktop browsers.\n * @type {String}\n * @default 'none'\n */\n userDrag: 'none',\n\n /**\n * Overrides the highlight color shown when the user taps a link or a JavaScript\n * clickable element in iOS. This property obeys the alpha value, if specified.\n * @type {String}\n * @default 'rgba(0,0,0,0)'\n */\n tapHighlightColor: 'rgba(0,0,0,0)'\n }\n};\n\nvar STOP = 1;\nvar FORCED_STOP = 2;\n\n/**\n * Manager\n * @param {HTMLElement} element\n * @param {Object} [options]\n * @constructor\n */\nfunction Manager(element, options) {\n this.options = assign({}, Hammer.defaults, options || {});\n\n this.options.inputTarget = this.options.inputTarget || element;\n\n this.handlers = {};\n this.session = {};\n this.recognizers = [];\n this.oldCssProps = {};\n\n this.element = element;\n this.input = createInputInstance(this);\n this.touchAction = new TouchAction(this, this.options.touchAction);\n\n toggleCssProps(this, true);\n\n each(this.options.recognizers, function(item) {\n var recognizer = this.add(new (item[0])(item[1]));\n item[2] && recognizer.recognizeWith(item[2]);\n item[3] && recognizer.requireFailure(item[3]);\n }, this);\n}\n\nManager.prototype = {\n /**\n * set options\n * @param {Object} options\n * @returns {Manager}\n */\n set: function(options) {\n assign(this.options, options);\n\n // Options that need a little more setup\n if (options.touchAction) {\n this.touchAction.update();\n }\n if (options.inputTarget) {\n // Clean up existing event listeners and reinitialize\n this.input.destroy();\n this.input.target = options.inputTarget;\n this.input.init();\n }\n return this;\n },\n\n /**\n * stop recognizing for this session.\n * This session will be discarded, when a new [input]start event is fired.\n * When forced, the recognizer cycle is stopped immediately.\n * @param {Boolean} [force]\n */\n stop: function(force) {\n this.session.stopped = force ? FORCED_STOP : STOP;\n },\n\n /**\n * run the recognizers!\n * called by the inputHandler function on every movement of the pointers (touches)\n * it walks through all the recognizers and tries to detect the gesture that is being made\n * @param {Object} inputData\n */\n recognize: function(inputData) {\n var session = this.session;\n if (session.stopped) {\n return;\n }\n\n // run the touch-action polyfill\n this.touchAction.preventDefaults(inputData);\n\n var recognizer;\n var recognizers = this.recognizers;\n\n // this holds the recognizer that is being recognized.\n // so the recognizer's state needs to be BEGAN, CHANGED, ENDED or RECOGNIZED\n // if no recognizer is detecting a thing, it is set to `null`\n var curRecognizer = session.curRecognizer;\n\n // reset when the last recognizer is recognized\n // or when we're in a new session\n if (!curRecognizer || (curRecognizer && curRecognizer.state & STATE_RECOGNIZED)) {\n curRecognizer = session.curRecognizer = null;\n }\n\n var i = 0;\n while (i < recognizers.length) {\n recognizer = recognizers[i];\n\n // find out if we are allowed try to recognize the input for this one.\n // 1. allow if the session is NOT forced stopped (see the .stop() method)\n // 2. allow if we still haven't recognized a gesture in this session, or the this recognizer is the one\n // that is being recognized.\n // 3. allow if the recognizer is allowed to run simultaneous with the current recognized recognizer.\n // this can be setup with the `recognizeWith()` method on the recognizer.\n if (session.stopped !== FORCED_STOP && ( // 1\n !curRecognizer || recognizer == curRecognizer || // 2\n recognizer.canRecognizeWith(curRecognizer))) { // 3\n recognizer.recognize(inputData);\n } else {\n recognizer.reset();\n }\n\n // if the recognizer has been recognizing the input as a valid gesture, we want to store this one as the\n // current active recognizer. but only if we don't already have an active recognizer\n if (!curRecognizer && recognizer.state & (STATE_BEGAN | STATE_CHANGED | STATE_ENDED)) {\n curRecognizer = session.curRecognizer = recognizer;\n }\n i++;\n }\n },\n\n /**\n * get a recognizer by its event name.\n * @param {Recognizer|String} recognizer\n * @returns {Recognizer|Null}\n */\n get: function(recognizer) {\n if (recognizer instanceof Recognizer) {\n return recognizer;\n }\n\n var recognizers = this.recognizers;\n for (var i = 0; i < recognizers.length; i++) {\n if (recognizers[i].options.event == recognizer) {\n return recognizers[i];\n }\n }\n return null;\n },\n\n /**\n * add a recognizer to the manager\n * existing recognizers with the same event name will be removed\n * @param {Recognizer} recognizer\n * @returns {Recognizer|Manager}\n */\n add: function(recognizer) {\n if (invokeArrayArg(recognizer, 'add', this)) {\n return this;\n }\n\n // remove existing\n var existing = this.get(recognizer.options.event);\n if (existing) {\n this.remove(existing);\n }\n\n this.recognizers.push(recognizer);\n recognizer.manager = this;\n\n this.touchAction.update();\n return recognizer;\n },\n\n /**\n * remove a recognizer by name or instance\n * @param {Recognizer|String} recognizer\n * @returns {Manager}\n */\n remove: function(recognizer) {\n if (invokeArrayArg(recognizer, 'remove', this)) {\n return this;\n }\n\n recognizer = this.get(recognizer);\n\n // let's make sure this recognizer exists\n if (recognizer) {\n var recognizers = this.recognizers;\n var index = inArray(recognizers, recognizer);\n\n if (index !== -1) {\n recognizers.splice(index, 1);\n this.touchAction.update();\n }\n }\n\n return this;\n },\n\n /**\n * bind event\n * @param {String} events\n * @param {Function} handler\n * @returns {EventEmitter} this\n */\n on: function(events, handler) {\n if (events === undefined) {\n return;\n }\n if (handler === undefined) {\n return;\n }\n\n var handlers = this.handlers;\n each(splitStr(events), function(event) {\n handlers[event] = handlers[event] || [];\n handlers[event].push(handler);\n });\n return this;\n },\n\n /**\n * unbind event, leave emit blank to remove all handlers\n * @param {String} events\n * @param {Function} [handler]\n * @returns {EventEmitter} this\n */\n off: function(events, handler) {\n if (events === undefined) {\n return;\n }\n\n var handlers = this.handlers;\n each(splitStr(events), function(event) {\n if (!handler) {\n delete handlers[event];\n } else {\n handlers[event] && handlers[event].splice(inArray(handlers[event], handler), 1);\n }\n });\n return this;\n },\n\n /**\n * emit event to the listeners\n * @param {String} event\n * @param {Object} data\n */\n emit: function(event, data) {\n // we also want to trigger dom events\n if (this.options.domEvents) {\n triggerDomEvent(event, data);\n }\n\n // no handlers, so skip it all\n var handlers = this.handlers[event] && this.handlers[event].slice();\n if (!handlers || !handlers.length) {\n return;\n }\n\n data.type = event;\n data.preventDefault = function() {\n data.srcEvent.preventDefault();\n };\n\n var i = 0;\n while (i < handlers.length) {\n handlers[i](data);\n i++;\n }\n },\n\n /**\n * destroy the manager and unbinds all events\n * it doesn't unbind dom events, that is the user own responsibility\n */\n destroy: function() {\n this.element && toggleCssProps(this, false);\n\n this.handlers = {};\n this.session = {};\n this.input.destroy();\n this.element = null;\n }\n};\n\n/**\n * add/remove the css properties as defined in manager.options.cssProps\n * @param {Manager} manager\n * @param {Boolean} add\n */\nfunction toggleCssProps(manager, add) {\n var element = manager.element;\n if (!element.style) {\n return;\n }\n var prop;\n each(manager.options.cssProps, function(value, name) {\n prop = prefixed(element.style, name);\n if (add) {\n manager.oldCssProps[prop] = element.style[prop];\n element.style[prop] = value;\n } else {\n element.style[prop] = manager.oldCssProps[prop] || '';\n }\n });\n if (!add) {\n manager.oldCssProps = {};\n }\n}\n\n/**\n * trigger dom event\n * @param {String} event\n * @param {Object} data\n */\nfunction triggerDomEvent(event, data) {\n var gestureEvent = document.createEvent('Event');\n gestureEvent.initEvent(event, true, true);\n gestureEvent.gesture = data;\n data.target.dispatchEvent(gestureEvent);\n}\n\nassign(Hammer, {\n INPUT_START: INPUT_START,\n INPUT_MOVE: INPUT_MOVE,\n INPUT_END: INPUT_END,\n INPUT_CANCEL: INPUT_CANCEL,\n\n STATE_POSSIBLE: STATE_POSSIBLE,\n STATE_BEGAN: STATE_BEGAN,\n STATE_CHANGED: STATE_CHANGED,\n STATE_ENDED: STATE_ENDED,\n STATE_RECOGNIZED: STATE_RECOGNIZED,\n STATE_CANCELLED: STATE_CANCELLED,\n STATE_FAILED: STATE_FAILED,\n\n DIRECTION_NONE: DIRECTION_NONE,\n DIRECTION_LEFT: DIRECTION_LEFT,\n DIRECTION_RIGHT: DIRECTION_RIGHT,\n DIRECTION_UP: DIRECTION_UP,\n DIRECTION_DOWN: DIRECTION_DOWN,\n DIRECTION_HORIZONTAL: DIRECTION_HORIZONTAL,\n DIRECTION_VERTICAL: DIRECTION_VERTICAL,\n DIRECTION_ALL: DIRECTION_ALL,\n\n Manager: Manager,\n Input: Input,\n TouchAction: TouchAction,\n\n TouchInput: TouchInput,\n MouseInput: MouseInput,\n PointerEventInput: PointerEventInput,\n TouchMouseInput: TouchMouseInput,\n SingleTouchInput: SingleTouchInput,\n\n Recognizer: Recognizer,\n AttrRecognizer: AttrRecognizer,\n Tap: TapRecognizer,\n Pan: PanRecognizer,\n Swipe: SwipeRecognizer,\n Pinch: PinchRecognizer,\n Rotate: RotateRecognizer,\n Press: PressRecognizer,\n\n on: addEventListeners,\n off: removeEventListeners,\n each: each,\n merge: merge,\n extend: extend,\n assign: assign,\n inherit: inherit,\n bindFn: bindFn,\n prefixed: prefixed\n});\n\n// this prevents errors when Hammer is loaded in the presence of an AMD\n// style loader but by script tag, not by the loader.\nvar freeGlobal = (typeof window !== 'undefined' ? window : (typeof self !== 'undefined' ? self : {})); // jshint ignore:line\nfreeGlobal.Hammer = Hammer;\n\nif (typeof define === 'function' && define.amd) {\n define(function() {\n return Hammer;\n });\n} else if (typeof module != 'undefined' && module.exports) {\n module.exports = Hammer;\n} else {\n window[exportName] = Hammer;\n}\n\n})(window, document, 'Hammer');\n","/*!\n * jQuery JavaScript Library v3.4.1\n * https://jquery.com/\n *\n * Includes Sizzle.js\n * https://sizzlejs.com/\n *\n * Copyright JS Foundation and other contributors\n * Released under the MIT license\n * https://jquery.org/license\n *\n * Date: 2019-05-01T21:04Z\n */\n( function( global, factory ) {\n\n\t\"use strict\";\n\n\tif ( typeof module === \"object\" && typeof module.exports === \"object\" ) {\n\n\t\t// For CommonJS and CommonJS-like environments where a proper `window`\n\t\t// is present, execute the factory and get jQuery.\n\t\t// For environments that do not have a `window` with a `document`\n\t\t// (such as Node.js), expose a factory as module.exports.\n\t\t// This accentuates the need for the creation of a real `window`.\n\t\t// e.g. var jQuery = require(\"jquery\")(window);\n\t\t// See ticket #14549 for more info.\n\t\tmodule.exports = global.document ?\n\t\t\tfactory( global, true ) :\n\t\t\tfunction( w ) {\n\t\t\t\tif ( !w.document ) {\n\t\t\t\t\tthrow new Error( \"jQuery requires a window with a document\" );\n\t\t\t\t}\n\t\t\t\treturn factory( w );\n\t\t\t};\n\t} else {\n\t\tfactory( global );\n\t}\n\n// Pass this if window is not defined yet\n} )( typeof window !== \"undefined\" ? window : this, function( window, noGlobal ) {\n\n// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1\n// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode\n// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common\n// enough that all such attempts are guarded in a try block.\n\"use strict\";\n\nvar arr = [];\n\nvar document = window.document;\n\nvar getProto = Object.getPrototypeOf;\n\nvar slice = arr.slice;\n\nvar concat = arr.concat;\n\nvar push = arr.push;\n\nvar indexOf = arr.indexOf;\n\nvar class2type = {};\n\nvar toString = class2type.toString;\n\nvar hasOwn = class2type.hasOwnProperty;\n\nvar fnToString = hasOwn.toString;\n\nvar ObjectFunctionString = fnToString.call( Object );\n\nvar support = {};\n\nvar isFunction = function isFunction( obj ) {\n\n // Support: Chrome <=57, Firefox <=52\n // In some browsers, typeof returns \"function\" for HTML elements\n // (i.e., `typeof document.createElement( \"object\" ) === \"function\"`).\n // We don't want to classify *any* DOM node as a function.\n return typeof obj === \"function\" && typeof obj.nodeType !== \"number\";\n };\n\n\nvar isWindow = function isWindow( obj ) {\n\t\treturn obj != null && obj === obj.window;\n\t};\n\n\n\n\n\tvar preservedScriptAttributes = {\n\t\ttype: true,\n\t\tsrc: true,\n\t\tnonce: true,\n\t\tnoModule: true\n\t};\n\n\tfunction DOMEval( code, node, doc ) {\n\t\tdoc = doc || document;\n\n\t\tvar i, val,\n\t\t\tscript = doc.createElement( \"script\" );\n\n\t\tscript.text = code;\n\t\tif ( node ) {\n\t\t\tfor ( i in preservedScriptAttributes ) {\n\n\t\t\t\t// Support: Firefox 64+, Edge 18+\n\t\t\t\t// Some browsers don't support the \"nonce\" property on scripts.\n\t\t\t\t// On the other hand, just using `getAttribute` is not enough as\n\t\t\t\t// the `nonce` attribute is reset to an empty string whenever it\n\t\t\t\t// becomes browsing-context connected.\n\t\t\t\t// See https://github.com/whatwg/html/issues/2369\n\t\t\t\t// See https://html.spec.whatwg.org/#nonce-attributes\n\t\t\t\t// The `node.getAttribute` check was added for the sake of\n\t\t\t\t// `jQuery.globalEval` so that it can fake a nonce-containing node\n\t\t\t\t// via an object.\n\t\t\t\tval = node[ i ] || node.getAttribute && node.getAttribute( i );\n\t\t\t\tif ( val ) {\n\t\t\t\t\tscript.setAttribute( i, val );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tdoc.head.appendChild( script ).parentNode.removeChild( script );\n\t}\n\n\nfunction toType( obj ) {\n\tif ( obj == null ) {\n\t\treturn obj + \"\";\n\t}\n\n\t// Support: Android <=2.3 only (functionish RegExp)\n\treturn typeof obj === \"object\" || typeof obj === \"function\" ?\n\t\tclass2type[ toString.call( obj ) ] || \"object\" :\n\t\ttypeof obj;\n}\n/* global Symbol */\n// Defining this global in .eslintrc.json would create a danger of using the global\n// unguarded in another place, it seems safer to define global only for this module\n\n\n\nvar\n\tversion = \"3.4.1\",\n\n\t// Define a local copy of jQuery\n\tjQuery = function( selector, context ) {\n\n\t\t// The jQuery object is actually just the init constructor 'enhanced'\n\t\t// Need init if jQuery is called (just allow error to be thrown if not included)\n\t\treturn new jQuery.fn.init( selector, context );\n\t},\n\n\t// Support: Android <=4.0 only\n\t// Make sure we trim BOM and NBSP\n\trtrim = /^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g;\n\njQuery.fn = jQuery.prototype = {\n\n\t// The current version of jQuery being used\n\tjquery: version,\n\n\tconstructor: jQuery,\n\n\t// The default length of a jQuery object is 0\n\tlength: 0,\n\n\ttoArray: function() {\n\t\treturn slice.call( this );\n\t},\n\n\t// Get the Nth element in the matched element set OR\n\t// Get the whole matched element set as a clean array\n\tget: function( num ) {\n\n\t\t// Return all the elements in a clean array\n\t\tif ( num == null ) {\n\t\t\treturn slice.call( this );\n\t\t}\n\n\t\t// Return just the one element from the set\n\t\treturn num < 0 ? this[ num + this.length ] : this[ num ];\n\t},\n\n\t// Take an array of elements and push it onto the stack\n\t// (returning the new matched element set)\n\tpushStack: function( elems ) {\n\n\t\t// Build a new jQuery matched element set\n\t\tvar ret = jQuery.merge( this.constructor(), elems );\n\n\t\t// Add the old object onto the stack (as a reference)\n\t\tret.prevObject = this;\n\n\t\t// Return the newly-formed element set\n\t\treturn ret;\n\t},\n\n\t// Execute a callback for every element in the matched set.\n\teach: function( callback ) {\n\t\treturn jQuery.each( this, callback );\n\t},\n\n\tmap: function( callback ) {\n\t\treturn this.pushStack( jQuery.map( this, function( elem, i ) {\n\t\t\treturn callback.call( elem, i, elem );\n\t\t} ) );\n\t},\n\n\tslice: function() {\n\t\treturn this.pushStack( slice.apply( this, arguments ) );\n\t},\n\n\tfirst: function() {\n\t\treturn this.eq( 0 );\n\t},\n\n\tlast: function() {\n\t\treturn this.eq( -1 );\n\t},\n\n\teq: function( i ) {\n\t\tvar len = this.length,\n\t\t\tj = +i + ( i < 0 ? len : 0 );\n\t\treturn this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] );\n\t},\n\n\tend: function() {\n\t\treturn this.prevObject || this.constructor();\n\t},\n\n\t// For internal use only.\n\t// Behaves like an Array's method, not like a jQuery method.\n\tpush: push,\n\tsort: arr.sort,\n\tsplice: arr.splice\n};\n\njQuery.extend = jQuery.fn.extend = function() {\n\tvar options, name, src, copy, copyIsArray, clone,\n\t\ttarget = arguments[ 0 ] || {},\n\t\ti = 1,\n\t\tlength = arguments.length,\n\t\tdeep = false;\n\n\t// Handle a deep copy situation\n\tif ( typeof target === \"boolean\" ) {\n\t\tdeep = target;\n\n\t\t// Skip the boolean and the target\n\t\ttarget = arguments[ i ] || {};\n\t\ti++;\n\t}\n\n\t// Handle case when target is a string or something (possible in deep copy)\n\tif ( typeof target !== \"object\" && !isFunction( target ) ) {\n\t\ttarget = {};\n\t}\n\n\t// Extend jQuery itself if only one argument is passed\n\tif ( i === length ) {\n\t\ttarget = this;\n\t\ti--;\n\t}\n\n\tfor ( ; i < length; i++ ) {\n\n\t\t// Only deal with non-null/undefined values\n\t\tif ( ( options = arguments[ i ] ) != null ) {\n\n\t\t\t// Extend the base object\n\t\t\tfor ( name in options ) {\n\t\t\t\tcopy = options[ name ];\n\n\t\t\t\t// Prevent Object.prototype pollution\n\t\t\t\t// Prevent never-ending loop\n\t\t\t\tif ( name === \"__proto__\" || target === copy ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\t// Recurse if we're merging plain objects or arrays\n\t\t\t\tif ( deep && copy && ( jQuery.isPlainObject( copy ) ||\n\t\t\t\t\t( copyIsArray = Array.isArray( copy ) ) ) ) {\n\t\t\t\t\tsrc = target[ name ];\n\n\t\t\t\t\t// Ensure proper type for the source value\n\t\t\t\t\tif ( copyIsArray && !Array.isArray( src ) ) {\n\t\t\t\t\t\tclone = [];\n\t\t\t\t\t} else if ( !copyIsArray && !jQuery.isPlainObject( src ) ) {\n\t\t\t\t\t\tclone = {};\n\t\t\t\t\t} else {\n\t\t\t\t\t\tclone = src;\n\t\t\t\t\t}\n\t\t\t\t\tcopyIsArray = false;\n\n\t\t\t\t\t// Never move original objects, clone them\n\t\t\t\t\ttarget[ name ] = jQuery.extend( deep, clone, copy );\n\n\t\t\t\t// Don't bring in undefined values\n\t\t\t\t} else if ( copy !== undefined ) {\n\t\t\t\t\ttarget[ name ] = copy;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Return the modified object\n\treturn target;\n};\n\njQuery.extend( {\n\n\t// Unique for each copy of jQuery on the page\n\texpando: \"jQuery\" + ( version + Math.random() ).replace( /\\D/g, \"\" ),\n\n\t// Assume jQuery is ready without the ready module\n\tisReady: true,\n\n\terror: function( msg ) {\n\t\tthrow new Error( msg );\n\t},\n\n\tnoop: function() {},\n\n\tisPlainObject: function( obj ) {\n\t\tvar proto, Ctor;\n\n\t\t// Detect obvious negatives\n\t\t// Use toString instead of jQuery.type to catch host objects\n\t\tif ( !obj || toString.call( obj ) !== \"[object Object]\" ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tproto = getProto( obj );\n\n\t\t// Objects with no prototype (e.g., `Object.create( null )`) are plain\n\t\tif ( !proto ) {\n\t\t\treturn true;\n\t\t}\n\n\t\t// Objects with prototype are plain iff they were constructed by a global Object function\n\t\tCtor = hasOwn.call( proto, \"constructor\" ) && proto.constructor;\n\t\treturn typeof Ctor === \"function\" && fnToString.call( Ctor ) === ObjectFunctionString;\n\t},\n\n\tisEmptyObject: function( obj ) {\n\t\tvar name;\n\n\t\tfor ( name in obj ) {\n\t\t\treturn false;\n\t\t}\n\t\treturn true;\n\t},\n\n\t// Evaluates a script in a global context\n\tglobalEval: function( code, options ) {\n\t\tDOMEval( code, { nonce: options && options.nonce } );\n\t},\n\n\teach: function( obj, callback ) {\n\t\tvar length, i = 0;\n\n\t\tif ( isArrayLike( obj ) ) {\n\t\t\tlength = obj.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tfor ( i in obj ) {\n\t\t\t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn obj;\n\t},\n\n\t// Support: Android <=4.0 only\n\ttrim: function( text ) {\n\t\treturn text == null ?\n\t\t\t\"\" :\n\t\t\t( text + \"\" ).replace( rtrim, \"\" );\n\t},\n\n\t// results is for internal usage only\n\tmakeArray: function( arr, results ) {\n\t\tvar ret = results || [];\n\n\t\tif ( arr != null ) {\n\t\t\tif ( isArrayLike( Object( arr ) ) ) {\n\t\t\t\tjQuery.merge( ret,\n\t\t\t\t\ttypeof arr === \"string\" ?\n\t\t\t\t\t[ arr ] : arr\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tpush.call( ret, arr );\n\t\t\t}\n\t\t}\n\n\t\treturn ret;\n\t},\n\n\tinArray: function( elem, arr, i ) {\n\t\treturn arr == null ? -1 : indexOf.call( arr, elem, i );\n\t},\n\n\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t// push.apply(_, arraylike) throws on ancient WebKit\n\tmerge: function( first, second ) {\n\t\tvar len = +second.length,\n\t\t\tj = 0,\n\t\t\ti = first.length;\n\n\t\tfor ( ; j < len; j++ ) {\n\t\t\tfirst[ i++ ] = second[ j ];\n\t\t}\n\n\t\tfirst.length = i;\n\n\t\treturn first;\n\t},\n\n\tgrep: function( elems, callback, invert ) {\n\t\tvar callbackInverse,\n\t\t\tmatches = [],\n\t\t\ti = 0,\n\t\t\tlength = elems.length,\n\t\t\tcallbackExpect = !invert;\n\n\t\t// Go through the array, only saving the items\n\t\t// that pass the validator function\n\t\tfor ( ; i < length; i++ ) {\n\t\t\tcallbackInverse = !callback( elems[ i ], i );\n\t\t\tif ( callbackInverse !== callbackExpect ) {\n\t\t\t\tmatches.push( elems[ i ] );\n\t\t\t}\n\t\t}\n\n\t\treturn matches;\n\t},\n\n\t// arg is for internal usage only\n\tmap: function( elems, callback, arg ) {\n\t\tvar length, value,\n\t\t\ti = 0,\n\t\t\tret = [];\n\n\t\t// Go through the array, translating each of the items to their new values\n\t\tif ( isArrayLike( elems ) ) {\n\t\t\tlength = elems.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Go through every key on the object,\n\t\t} else {\n\t\t\tfor ( i in elems ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Flatten any nested arrays\n\t\treturn concat.apply( [], ret );\n\t},\n\n\t// A global GUID counter for objects\n\tguid: 1,\n\n\t// jQuery.support is not used in Core but other projects attach their\n\t// properties to it so it needs to exist.\n\tsupport: support\n} );\n\nif ( typeof Symbol === \"function\" ) {\n\tjQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ];\n}\n\n// Populate the class2type map\njQuery.each( \"Boolean Number String Function Array Date RegExp Object Error Symbol\".split( \" \" ),\nfunction( i, name ) {\n\tclass2type[ \"[object \" + name + \"]\" ] = name.toLowerCase();\n} );\n\nfunction isArrayLike( obj ) {\n\n\t// Support: real iOS 8.2 only (not reproducible in simulator)\n\t// `in` check used to prevent JIT error (gh-2145)\n\t// hasOwn isn't used here due to false negatives\n\t// regarding Nodelist length in IE\n\tvar length = !!obj && \"length\" in obj && obj.length,\n\t\ttype = toType( obj );\n\n\tif ( isFunction( obj ) || isWindow( obj ) ) {\n\t\treturn false;\n\t}\n\n\treturn type === \"array\" || length === 0 ||\n\t\ttypeof length === \"number\" && length > 0 && ( length - 1 ) in obj;\n}\nvar Sizzle =\n/*!\n * Sizzle CSS Selector Engine v2.3.4\n * https://sizzlejs.com/\n *\n * Copyright JS Foundation and other contributors\n * Released under the MIT license\n * https://js.foundation/\n *\n * Date: 2019-04-08\n */\n(function( window ) {\n\nvar i,\n\tsupport,\n\tExpr,\n\tgetText,\n\tisXML,\n\ttokenize,\n\tcompile,\n\tselect,\n\toutermostContext,\n\tsortInput,\n\thasDuplicate,\n\n\t// Local document vars\n\tsetDocument,\n\tdocument,\n\tdocElem,\n\tdocumentIsHTML,\n\trbuggyQSA,\n\trbuggyMatches,\n\tmatches,\n\tcontains,\n\n\t// Instance-specific data\n\texpando = \"sizzle\" + 1 * new Date(),\n\tpreferredDoc = window.document,\n\tdirruns = 0,\n\tdone = 0,\n\tclassCache = createCache(),\n\ttokenCache = createCache(),\n\tcompilerCache = createCache(),\n\tnonnativeSelectorCache = createCache(),\n\tsortOrder = function( a, b ) {\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t}\n\t\treturn 0;\n\t},\n\n\t// Instance methods\n\thasOwn = ({}).hasOwnProperty,\n\tarr = [],\n\tpop = arr.pop,\n\tpush_native = arr.push,\n\tpush = arr.push,\n\tslice = arr.slice,\n\t// Use a stripped-down indexOf as it's faster than native\n\t// https://jsperf.com/thor-indexof-vs-for/5\n\tindexOf = function( list, elem ) {\n\t\tvar i = 0,\n\t\t\tlen = list.length;\n\t\tfor ( ; i < len; i++ ) {\n\t\t\tif ( list[i] === elem ) {\n\t\t\t\treturn i;\n\t\t\t}\n\t\t}\n\t\treturn -1;\n\t},\n\n\tbooleans = \"checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped\",\n\n\t// Regular expressions\n\n\t// http://www.w3.org/TR/css3-selectors/#whitespace\n\twhitespace = \"[\\\\x20\\\\t\\\\r\\\\n\\\\f]\",\n\n\t// http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier\n\tidentifier = \"(?:\\\\\\\\.|[\\\\w-]|[^\\0-\\\\xa0])+\",\n\n\t// Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors\n\tattributes = \"\\\\[\" + whitespace + \"*(\" + identifier + \")(?:\" + whitespace +\n\t\t// Operator (capture 2)\n\t\t\"*([*^$|!~]?=)\" + whitespace +\n\t\t// \"Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]\"\n\t\t\"*(?:'((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\"|(\" + identifier + \"))|)\" + whitespace +\n\t\t\"*\\\\]\",\n\n\tpseudos = \":(\" + identifier + \")(?:\\\\((\" +\n\t\t// To reduce the number of selectors needing tokenize in the preFilter, prefer arguments:\n\t\t// 1. quoted (capture 3; capture 4 or capture 5)\n\t\t\"('((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\")|\" +\n\t\t// 2. simple (capture 6)\n\t\t\"((?:\\\\\\\\.|[^\\\\\\\\()[\\\\]]|\" + attributes + \")*)|\" +\n\t\t// 3. anything else (capture 2)\n\t\t\".*\" +\n\t\t\")\\\\)|)\",\n\n\t// Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter\n\trwhitespace = new RegExp( whitespace + \"+\", \"g\" ),\n\trtrim = new RegExp( \"^\" + whitespace + \"+|((?:^|[^\\\\\\\\])(?:\\\\\\\\.)*)\" + whitespace + \"+$\", \"g\" ),\n\n\trcomma = new RegExp( \"^\" + whitespace + \"*,\" + whitespace + \"*\" ),\n\trcombinators = new RegExp( \"^\" + whitespace + \"*([>+~]|\" + whitespace + \")\" + whitespace + \"*\" ),\n\trdescend = new RegExp( whitespace + \"|>\" ),\n\n\trpseudo = new RegExp( pseudos ),\n\tridentifier = new RegExp( \"^\" + identifier + \"$\" ),\n\n\tmatchExpr = {\n\t\t\"ID\": new RegExp( \"^#(\" + identifier + \")\" ),\n\t\t\"CLASS\": new RegExp( \"^\\\\.(\" + identifier + \")\" ),\n\t\t\"TAG\": new RegExp( \"^(\" + identifier + \"|[*])\" ),\n\t\t\"ATTR\": new RegExp( \"^\" + attributes ),\n\t\t\"PSEUDO\": new RegExp( \"^\" + pseudos ),\n\t\t\"CHILD\": new RegExp( \"^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\\\(\" + whitespace +\n\t\t\t\"*(even|odd|(([+-]|)(\\\\d*)n|)\" + whitespace + \"*(?:([+-]|)\" + whitespace +\n\t\t\t\"*(\\\\d+)|))\" + whitespace + \"*\\\\)|)\", \"i\" ),\n\t\t\"bool\": new RegExp( \"^(?:\" + booleans + \")$\", \"i\" ),\n\t\t// For use in libraries implementing .is()\n\t\t// We use this for POS matching in `select`\n\t\t\"needsContext\": new RegExp( \"^\" + whitespace + \"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\\\(\" +\n\t\t\twhitespace + \"*((?:-\\\\d)?\\\\d*)\" + whitespace + \"*\\\\)|)(?=[^-]|$)\", \"i\" )\n\t},\n\n\trhtml = /HTML$/i,\n\trinputs = /^(?:input|select|textarea|button)$/i,\n\trheader = /^h\\d$/i,\n\n\trnative = /^[^{]+\\{\\s*\\[native \\w/,\n\n\t// Easily-parseable/retrievable ID or TAG or CLASS selectors\n\trquickExpr = /^(?:#([\\w-]+)|(\\w+)|\\.([\\w-]+))$/,\n\n\trsibling = /[+~]/,\n\n\t// CSS escapes\n\t// http://www.w3.org/TR/CSS21/syndata.html#escaped-characters\n\trunescape = new RegExp( \"\\\\\\\\([\\\\da-f]{1,6}\" + whitespace + \"?|(\" + whitespace + \")|.)\", \"ig\" ),\n\tfunescape = function( _, escaped, escapedWhitespace ) {\n\t\tvar high = \"0x\" + escaped - 0x10000;\n\t\t// NaN means non-codepoint\n\t\t// Support: Firefox<24\n\t\t// Workaround erroneous numeric interpretation of +\"0x\"\n\t\treturn high !== high || escapedWhitespace ?\n\t\t\tescaped :\n\t\t\thigh < 0 ?\n\t\t\t\t// BMP codepoint\n\t\t\t\tString.fromCharCode( high + 0x10000 ) :\n\t\t\t\t// Supplemental Plane codepoint (surrogate pair)\n\t\t\t\tString.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 );\n\t},\n\n\t// CSS string/identifier serialization\n\t// https://drafts.csswg.org/cssom/#common-serializing-idioms\n\trcssescape = /([\\0-\\x1f\\x7f]|^-?\\d)|^-$|[^\\0-\\x1f\\x7f-\\uFFFF\\w-]/g,\n\tfcssescape = function( ch, asCodePoint ) {\n\t\tif ( asCodePoint ) {\n\n\t\t\t// U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER\n\t\t\tif ( ch === \"\\0\" ) {\n\t\t\t\treturn \"\\uFFFD\";\n\t\t\t}\n\n\t\t\t// Control characters and (dependent upon position) numbers get escaped as code points\n\t\t\treturn ch.slice( 0, -1 ) + \"\\\\\" + ch.charCodeAt( ch.length - 1 ).toString( 16 ) + \" \";\n\t\t}\n\n\t\t// Other potentially-special ASCII characters get backslash-escaped\n\t\treturn \"\\\\\" + ch;\n\t},\n\n\t// Used for iframes\n\t// See setDocument()\n\t// Removing the function wrapper causes a \"Permission Denied\"\n\t// error in IE\n\tunloadHandler = function() {\n\t\tsetDocument();\n\t},\n\n\tinDisabledFieldset = addCombinator(\n\t\tfunction( elem ) {\n\t\t\treturn elem.disabled === true && elem.nodeName.toLowerCase() === \"fieldset\";\n\t\t},\n\t\t{ dir: \"parentNode\", next: \"legend\" }\n\t);\n\n// Optimize for push.apply( _, NodeList )\ntry {\n\tpush.apply(\n\t\t(arr = slice.call( preferredDoc.childNodes )),\n\t\tpreferredDoc.childNodes\n\t);\n\t// Support: Android<4.0\n\t// Detect silently failing push.apply\n\tarr[ preferredDoc.childNodes.length ].nodeType;\n} catch ( e ) {\n\tpush = { apply: arr.length ?\n\n\t\t// Leverage slice if possible\n\t\tfunction( target, els ) {\n\t\t\tpush_native.apply( target, slice.call(els) );\n\t\t} :\n\n\t\t// Support: IE<9\n\t\t// Otherwise append directly\n\t\tfunction( target, els ) {\n\t\t\tvar j = target.length,\n\t\t\t\ti = 0;\n\t\t\t// Can't trust NodeList.length\n\t\t\twhile ( (target[j++] = els[i++]) ) {}\n\t\t\ttarget.length = j - 1;\n\t\t}\n\t};\n}\n\nfunction Sizzle( selector, context, results, seed ) {\n\tvar m, i, elem, nid, match, groups, newSelector,\n\t\tnewContext = context && context.ownerDocument,\n\n\t\t// nodeType defaults to 9, since context defaults to document\n\t\tnodeType = context ? context.nodeType : 9;\n\n\tresults = results || [];\n\n\t// Return early from calls with invalid selector or context\n\tif ( typeof selector !== \"string\" || !selector ||\n\t\tnodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) {\n\n\t\treturn results;\n\t}\n\n\t// Try to shortcut find operations (as opposed to filters) in HTML documents\n\tif ( !seed ) {\n\n\t\tif ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) {\n\t\t\tsetDocument( context );\n\t\t}\n\t\tcontext = context || document;\n\n\t\tif ( documentIsHTML ) {\n\n\t\t\t// If the selector is sufficiently simple, try using a \"get*By*\" DOM method\n\t\t\t// (excepting DocumentFragment context, where the methods don't exist)\n\t\t\tif ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) {\n\n\t\t\t\t// ID selector\n\t\t\t\tif ( (m = match[1]) ) {\n\n\t\t\t\t\t// Document context\n\t\t\t\t\tif ( nodeType === 9 ) {\n\t\t\t\t\t\tif ( (elem = context.getElementById( m )) ) {\n\n\t\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t\t// getElementById can match elements by name instead of ID\n\t\t\t\t\t\t\tif ( elem.id === m ) {\n\t\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t// Element context\n\t\t\t\t\t} else {\n\n\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t// getElementById can match elements by name instead of ID\n\t\t\t\t\t\tif ( newContext && (elem = newContext.getElementById( m )) &&\n\t\t\t\t\t\t\tcontains( context, elem ) &&\n\t\t\t\t\t\t\telem.id === m ) {\n\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t// Type selector\n\t\t\t\t} else if ( match[2] ) {\n\t\t\t\t\tpush.apply( results, context.getElementsByTagName( selector ) );\n\t\t\t\t\treturn results;\n\n\t\t\t\t// Class selector\n\t\t\t\t} else if ( (m = match[3]) && support.getElementsByClassName &&\n\t\t\t\t\tcontext.getElementsByClassName ) {\n\n\t\t\t\t\tpush.apply( results, context.getElementsByClassName( m ) );\n\t\t\t\t\treturn results;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Take advantage of querySelectorAll\n\t\t\tif ( support.qsa &&\n\t\t\t\t!nonnativeSelectorCache[ selector + \" \" ] &&\n\t\t\t\t(!rbuggyQSA || !rbuggyQSA.test( selector )) &&\n\n\t\t\t\t// Support: IE 8 only\n\t\t\t\t// Exclude object elements\n\t\t\t\t(nodeType !== 1 || context.nodeName.toLowerCase() !== \"object\") ) {\n\n\t\t\t\tnewSelector = selector;\n\t\t\t\tnewContext = context;\n\n\t\t\t\t// qSA considers elements outside a scoping root when evaluating child or\n\t\t\t\t// descendant combinators, which is not what we want.\n\t\t\t\t// In such cases, we work around the behavior by prefixing every selector in the\n\t\t\t\t// list with an ID selector referencing the scope context.\n\t\t\t\t// Thanks to Andrew Dupont for this technique.\n\t\t\t\tif ( nodeType === 1 && rdescend.test( selector ) ) {\n\n\t\t\t\t\t// Capture the context ID, setting it first if necessary\n\t\t\t\t\tif ( (nid = context.getAttribute( \"id\" )) ) {\n\t\t\t\t\t\tnid = nid.replace( rcssescape, fcssescape );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tcontext.setAttribute( \"id\", (nid = expando) );\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prefix every selector in the list\n\t\t\t\t\tgroups = tokenize( selector );\n\t\t\t\t\ti = groups.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tgroups[i] = \"#\" + nid + \" \" + toSelector( groups[i] );\n\t\t\t\t\t}\n\t\t\t\t\tnewSelector = groups.join( \",\" );\n\n\t\t\t\t\t// Expand context for sibling selectors\n\t\t\t\t\tnewContext = rsibling.test( selector ) && testContext( context.parentNode ) ||\n\t\t\t\t\t\tcontext;\n\t\t\t\t}\n\n\t\t\t\ttry {\n\t\t\t\t\tpush.apply( results,\n\t\t\t\t\t\tnewContext.querySelectorAll( newSelector )\n\t\t\t\t\t);\n\t\t\t\t\treturn results;\n\t\t\t\t} catch ( qsaError ) {\n\t\t\t\t\tnonnativeSelectorCache( selector, true );\n\t\t\t\t} finally {\n\t\t\t\t\tif ( nid === expando ) {\n\t\t\t\t\t\tcontext.removeAttribute( \"id\" );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// All others\n\treturn select( selector.replace( rtrim, \"$1\" ), context, results, seed );\n}\n\n/**\n * Create key-value caches of limited size\n * @returns {function(string, object)} Returns the Object data after storing it on itself with\n *\tproperty name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength)\n *\tdeleting the oldest entry\n */\nfunction createCache() {\n\tvar keys = [];\n\n\tfunction cache( key, value ) {\n\t\t// Use (key + \" \") to avoid collision with native prototype properties (see Issue #157)\n\t\tif ( keys.push( key + \" \" ) > Expr.cacheLength ) {\n\t\t\t// Only keep the most recent entries\n\t\t\tdelete cache[ keys.shift() ];\n\t\t}\n\t\treturn (cache[ key + \" \" ] = value);\n\t}\n\treturn cache;\n}\n\n/**\n * Mark a function for special use by Sizzle\n * @param {Function} fn The function to mark\n */\nfunction markFunction( fn ) {\n\tfn[ expando ] = true;\n\treturn fn;\n}\n\n/**\n * Support testing using an element\n * @param {Function} fn Passed the created element and returns a boolean result\n */\nfunction assert( fn ) {\n\tvar el = document.createElement(\"fieldset\");\n\n\ttry {\n\t\treturn !!fn( el );\n\t} catch (e) {\n\t\treturn false;\n\t} finally {\n\t\t// Remove from its parent by default\n\t\tif ( el.parentNode ) {\n\t\t\tel.parentNode.removeChild( el );\n\t\t}\n\t\t// release memory in IE\n\t\tel = null;\n\t}\n}\n\n/**\n * Adds the same handler for all of the specified attrs\n * @param {String} attrs Pipe-separated list of attributes\n * @param {Function} handler The method that will be applied\n */\nfunction addHandle( attrs, handler ) {\n\tvar arr = attrs.split(\"|\"),\n\t\ti = arr.length;\n\n\twhile ( i-- ) {\n\t\tExpr.attrHandle[ arr[i] ] = handler;\n\t}\n}\n\n/**\n * Checks document order of two siblings\n * @param {Element} a\n * @param {Element} b\n * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b\n */\nfunction siblingCheck( a, b ) {\n\tvar cur = b && a,\n\t\tdiff = cur && a.nodeType === 1 && b.nodeType === 1 &&\n\t\t\ta.sourceIndex - b.sourceIndex;\n\n\t// Use IE sourceIndex if available on both nodes\n\tif ( diff ) {\n\t\treturn diff;\n\t}\n\n\t// Check if b follows a\n\tif ( cur ) {\n\t\twhile ( (cur = cur.nextSibling) ) {\n\t\t\tif ( cur === b ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t}\n\n\treturn a ? 1 : -1;\n}\n\n/**\n * Returns a function to use in pseudos for input types\n * @param {String} type\n */\nfunction createInputPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn name === \"input\" && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for buttons\n * @param {String} type\n */\nfunction createButtonPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn (name === \"input\" || name === \"button\") && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for :enabled/:disabled\n * @param {Boolean} disabled true for :disabled; false for :enabled\n */\nfunction createDisabledPseudo( disabled ) {\n\n\t// Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable\n\treturn function( elem ) {\n\n\t\t// Only certain elements can match :enabled or :disabled\n\t\t// https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled\n\t\t// https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled\n\t\tif ( \"form\" in elem ) {\n\n\t\t\t// Check for inherited disabledness on relevant non-disabled elements:\n\t\t\t// * listed form-associated elements in a disabled fieldset\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#category-listed\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled\n\t\t\t// * option elements in a disabled optgroup\n\t\t\t// https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled\n\t\t\t// All such elements have a \"form\" property.\n\t\t\tif ( elem.parentNode && elem.disabled === false ) {\n\n\t\t\t\t// Option elements defer to a parent optgroup if present\n\t\t\t\tif ( \"label\" in elem ) {\n\t\t\t\t\tif ( \"label\" in elem.parentNode ) {\n\t\t\t\t\t\treturn elem.parentNode.disabled === disabled;\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn elem.disabled === disabled;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Support: IE 6 - 11\n\t\t\t\t// Use the isDisabled shortcut property to check for disabled fieldset ancestors\n\t\t\t\treturn elem.isDisabled === disabled ||\n\n\t\t\t\t\t// Where there is no isDisabled, check manually\n\t\t\t\t\t/* jshint -W018 */\n\t\t\t\t\telem.isDisabled !== !disabled &&\n\t\t\t\t\t\tinDisabledFieldset( elem ) === disabled;\n\t\t\t}\n\n\t\t\treturn elem.disabled === disabled;\n\n\t\t// Try to winnow out elements that can't be disabled before trusting the disabled property.\n\t\t// Some victims get caught in our net (label, legend, menu, track), but it shouldn't\n\t\t// even exist on them, let alone have a boolean value.\n\t\t} else if ( \"label\" in elem ) {\n\t\t\treturn elem.disabled === disabled;\n\t\t}\n\n\t\t// Remaining elements are neither :enabled nor :disabled\n\t\treturn false;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for positionals\n * @param {Function} fn\n */\nfunction createPositionalPseudo( fn ) {\n\treturn markFunction(function( argument ) {\n\t\targument = +argument;\n\t\treturn markFunction(function( seed, matches ) {\n\t\t\tvar j,\n\t\t\t\tmatchIndexes = fn( [], seed.length, argument ),\n\t\t\t\ti = matchIndexes.length;\n\n\t\t\t// Match elements found at the specified indexes\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( seed[ (j = matchIndexes[i]) ] ) {\n\t\t\t\t\tseed[j] = !(matches[j] = seed[j]);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t});\n}\n\n/**\n * Checks a node for validity as a Sizzle context\n * @param {Element|Object=} context\n * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value\n */\nfunction testContext( context ) {\n\treturn context && typeof context.getElementsByTagName !== \"undefined\" && context;\n}\n\n// Expose support vars for convenience\nsupport = Sizzle.support = {};\n\n/**\n * Detects XML nodes\n * @param {Element|Object} elem An element or a document\n * @returns {Boolean} True iff elem is a non-HTML XML node\n */\nisXML = Sizzle.isXML = function( elem ) {\n\tvar namespace = elem.namespaceURI,\n\t\tdocElem = (elem.ownerDocument || elem).documentElement;\n\n\t// Support: IE <=8\n\t// Assume HTML when documentElement doesn't yet exist, such as inside loading iframes\n\t// https://bugs.jquery.com/ticket/4833\n\treturn !rhtml.test( namespace || docElem && docElem.nodeName || \"HTML\" );\n};\n\n/**\n * Sets document-related variables once based on the current document\n * @param {Element|Object} [doc] An element or document object to use to set the document\n * @returns {Object} Returns the current document\n */\nsetDocument = Sizzle.setDocument = function( node ) {\n\tvar hasCompare, subWindow,\n\t\tdoc = node ? node.ownerDocument || node : preferredDoc;\n\n\t// Return early if doc is invalid or already selected\n\tif ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) {\n\t\treturn document;\n\t}\n\n\t// Update global variables\n\tdocument = doc;\n\tdocElem = document.documentElement;\n\tdocumentIsHTML = !isXML( document );\n\n\t// Support: IE 9-11, Edge\n\t// Accessing iframe documents after unload throws \"permission denied\" errors (jQuery #13936)\n\tif ( preferredDoc !== document &&\n\t\t(subWindow = document.defaultView) && subWindow.top !== subWindow ) {\n\n\t\t// Support: IE 11, Edge\n\t\tif ( subWindow.addEventListener ) {\n\t\t\tsubWindow.addEventListener( \"unload\", unloadHandler, false );\n\n\t\t// Support: IE 9 - 10 only\n\t\t} else if ( subWindow.attachEvent ) {\n\t\t\tsubWindow.attachEvent( \"onunload\", unloadHandler );\n\t\t}\n\t}\n\n\t/* Attributes\n\t---------------------------------------------------------------------- */\n\n\t// Support: IE<8\n\t// Verify that getAttribute really returns attributes and not properties\n\t// (excepting IE8 booleans)\n\tsupport.attributes = assert(function( el ) {\n\t\tel.className = \"i\";\n\t\treturn !el.getAttribute(\"className\");\n\t});\n\n\t/* getElement(s)By*\n\t---------------------------------------------------------------------- */\n\n\t// Check if getElementsByTagName(\"*\") returns only elements\n\tsupport.getElementsByTagName = assert(function( el ) {\n\t\tel.appendChild( document.createComment(\"\") );\n\t\treturn !el.getElementsByTagName(\"*\").length;\n\t});\n\n\t// Support: IE<9\n\tsupport.getElementsByClassName = rnative.test( document.getElementsByClassName );\n\n\t// Support: IE<10\n\t// Check if getElementById returns elements by name\n\t// The broken getElementById methods don't pick up programmatically-set names,\n\t// so use a roundabout getElementsByName test\n\tsupport.getById = assert(function( el ) {\n\t\tdocElem.appendChild( el ).id = expando;\n\t\treturn !document.getElementsByName || !document.getElementsByName( expando ).length;\n\t});\n\n\t// ID filter and find\n\tif ( support.getById ) {\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn elem.getAttribute(\"id\") === attrId;\n\t\t\t};\n\t\t};\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar elem = context.getElementById( id );\n\t\t\t\treturn elem ? [ elem ] : [];\n\t\t\t}\n\t\t};\n\t} else {\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\tvar node = typeof elem.getAttributeNode !== \"undefined\" &&\n\t\t\t\t\telem.getAttributeNode(\"id\");\n\t\t\t\treturn node && node.value === attrId;\n\t\t\t};\n\t\t};\n\n\t\t// Support: IE 6 - 7 only\n\t\t// getElementById is not reliable as a find shortcut\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar node, i, elems,\n\t\t\t\t\telem = context.getElementById( id );\n\n\t\t\t\tif ( elem ) {\n\n\t\t\t\t\t// Verify the id attribute\n\t\t\t\t\tnode = elem.getAttributeNode(\"id\");\n\t\t\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t}\n\n\t\t\t\t\t// Fall back on getElementsByName\n\t\t\t\t\telems = context.getElementsByName( id );\n\t\t\t\t\ti = 0;\n\t\t\t\t\twhile ( (elem = elems[i++]) ) {\n\t\t\t\t\t\tnode = elem.getAttributeNode(\"id\");\n\t\t\t\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn [];\n\t\t\t}\n\t\t};\n\t}\n\n\t// Tag\n\tExpr.find[\"TAG\"] = support.getElementsByTagName ?\n\t\tfunction( tag, context ) {\n\t\t\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\t\t\treturn context.getElementsByTagName( tag );\n\n\t\t\t// DocumentFragment nodes don't have gEBTN\n\t\t\t} else if ( support.qsa ) {\n\t\t\t\treturn context.querySelectorAll( tag );\n\t\t\t}\n\t\t} :\n\n\t\tfunction( tag, context ) {\n\t\t\tvar elem,\n\t\t\t\ttmp = [],\n\t\t\t\ti = 0,\n\t\t\t\t// By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too\n\t\t\t\tresults = context.getElementsByTagName( tag );\n\n\t\t\t// Filter out possible comments\n\t\t\tif ( tag === \"*\" ) {\n\t\t\t\twhile ( (elem = results[i++]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\ttmp.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn tmp;\n\t\t\t}\n\t\t\treturn results;\n\t\t};\n\n\t// Class\n\tExpr.find[\"CLASS\"] = support.getElementsByClassName && function( className, context ) {\n\t\tif ( typeof context.getElementsByClassName !== \"undefined\" && documentIsHTML ) {\n\t\t\treturn context.getElementsByClassName( className );\n\t\t}\n\t};\n\n\t/* QSA/matchesSelector\n\t---------------------------------------------------------------------- */\n\n\t// QSA and matchesSelector support\n\n\t// matchesSelector(:active) reports false when true (IE9/Opera 11.5)\n\trbuggyMatches = [];\n\n\t// qSa(:focus) reports false when true (Chrome 21)\n\t// We allow this because of a bug in IE8/9 that throws an error\n\t// whenever `document.activeElement` is accessed on an iframe\n\t// So, we allow :focus to pass through QSA all the time to avoid the IE error\n\t// See https://bugs.jquery.com/ticket/13378\n\trbuggyQSA = [];\n\n\tif ( (support.qsa = rnative.test( document.querySelectorAll )) ) {\n\t\t// Build QSA regex\n\t\t// Regex strategy adopted from Diego Perini\n\t\tassert(function( el ) {\n\t\t\t// Select is set to empty string on purpose\n\t\t\t// This is to test IE's treatment of not explicitly\n\t\t\t// setting a boolean content attribute,\n\t\t\t// since its presence should be enough\n\t\t\t// https://bugs.jquery.com/ticket/12359\n\t\t\tdocElem.appendChild( el ).innerHTML = \"\" +\n\t\t\t\t\"\";\n\n\t\t\t// Support: IE8, Opera 11-12.16\n\t\t\t// Nothing should be selected when empty strings follow ^= or $= or *=\n\t\t\t// The test attribute must be unknown in Opera but \"safe\" for WinRT\n\t\t\t// https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section\n\t\t\tif ( el.querySelectorAll(\"[msallowcapture^='']\").length ) {\n\t\t\t\trbuggyQSA.push( \"[*^$]=\" + whitespace + \"*(?:''|\\\"\\\")\" );\n\t\t\t}\n\n\t\t\t// Support: IE8\n\t\t\t// Boolean attributes and \"value\" are not treated correctly\n\t\t\tif ( !el.querySelectorAll(\"[selected]\").length ) {\n\t\t\t\trbuggyQSA.push( \"\\\\[\" + whitespace + \"*(?:value|\" + booleans + \")\" );\n\t\t\t}\n\n\t\t\t// Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+\n\t\t\tif ( !el.querySelectorAll( \"[id~=\" + expando + \"-]\" ).length ) {\n\t\t\t\trbuggyQSA.push(\"~=\");\n\t\t\t}\n\n\t\t\t// Webkit/Opera - :checked should return selected option elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( !el.querySelectorAll(\":checked\").length ) {\n\t\t\t\trbuggyQSA.push(\":checked\");\n\t\t\t}\n\n\t\t\t// Support: Safari 8+, iOS 8+\n\t\t\t// https://bugs.webkit.org/show_bug.cgi?id=136851\n\t\t\t// In-page `selector#id sibling-combinator selector` fails\n\t\t\tif ( !el.querySelectorAll( \"a#\" + expando + \"+*\" ).length ) {\n\t\t\t\trbuggyQSA.push(\".#.+[+~]\");\n\t\t\t}\n\t\t});\n\n\t\tassert(function( el ) {\n\t\t\tel.innerHTML = \"\" +\n\t\t\t\t\"\";\n\n\t\t\t// Support: Windows 8 Native Apps\n\t\t\t// The type and name attributes are restricted during .innerHTML assignment\n\t\t\tvar input = document.createElement(\"input\");\n\t\t\tinput.setAttribute( \"type\", \"hidden\" );\n\t\t\tel.appendChild( input ).setAttribute( \"name\", \"D\" );\n\n\t\t\t// Support: IE8\n\t\t\t// Enforce case-sensitivity of name attribute\n\t\t\tif ( el.querySelectorAll(\"[name=d]\").length ) {\n\t\t\t\trbuggyQSA.push( \"name\" + whitespace + \"*[*^$|!~]?=\" );\n\t\t\t}\n\n\t\t\t// FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( el.querySelectorAll(\":enabled\").length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Support: IE9-11+\n\t\t\t// IE's :disabled selector does not pick up the children of disabled fieldsets\n\t\t\tdocElem.appendChild( el ).disabled = true;\n\t\t\tif ( el.querySelectorAll(\":disabled\").length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Opera 10-11 does not throw on post-comma invalid pseudos\n\t\t\tel.querySelectorAll(\"*,:x\");\n\t\t\trbuggyQSA.push(\",.*:\");\n\t\t});\n\t}\n\n\tif ( (support.matchesSelector = rnative.test( (matches = docElem.matches ||\n\t\tdocElem.webkitMatchesSelector ||\n\t\tdocElem.mozMatchesSelector ||\n\t\tdocElem.oMatchesSelector ||\n\t\tdocElem.msMatchesSelector) )) ) {\n\n\t\tassert(function( el ) {\n\t\t\t// Check to see if it's possible to do matchesSelector\n\t\t\t// on a disconnected node (IE 9)\n\t\t\tsupport.disconnectedMatch = matches.call( el, \"*\" );\n\n\t\t\t// This should fail with an exception\n\t\t\t// Gecko does not error, returns false instead\n\t\t\tmatches.call( el, \"[s!='']:x\" );\n\t\t\trbuggyMatches.push( \"!=\", pseudos );\n\t\t});\n\t}\n\n\trbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join(\"|\") );\n\trbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join(\"|\") );\n\n\t/* Contains\n\t---------------------------------------------------------------------- */\n\thasCompare = rnative.test( docElem.compareDocumentPosition );\n\n\t// Element contains another\n\t// Purposefully self-exclusive\n\t// As in, an element does not contain itself\n\tcontains = hasCompare || rnative.test( docElem.contains ) ?\n\t\tfunction( a, b ) {\n\t\t\tvar adown = a.nodeType === 9 ? a.documentElement : a,\n\t\t\t\tbup = b && b.parentNode;\n\t\t\treturn a === bup || !!( bup && bup.nodeType === 1 && (\n\t\t\t\tadown.contains ?\n\t\t\t\t\tadown.contains( bup ) :\n\t\t\t\t\ta.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16\n\t\t\t));\n\t\t} :\n\t\tfunction( a, b ) {\n\t\t\tif ( b ) {\n\t\t\t\twhile ( (b = b.parentNode) ) {\n\t\t\t\t\tif ( b === a ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n\n\t/* Sorting\n\t---------------------------------------------------------------------- */\n\n\t// Document order sorting\n\tsortOrder = hasCompare ?\n\tfunction( a, b ) {\n\n\t\t// Flag for duplicate removal\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\t// Sort on method existence if only one input has compareDocumentPosition\n\t\tvar compare = !a.compareDocumentPosition - !b.compareDocumentPosition;\n\t\tif ( compare ) {\n\t\t\treturn compare;\n\t\t}\n\n\t\t// Calculate position if both inputs belong to the same document\n\t\tcompare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ?\n\t\t\ta.compareDocumentPosition( b ) :\n\n\t\t\t// Otherwise we know they are disconnected\n\t\t\t1;\n\n\t\t// Disconnected nodes\n\t\tif ( compare & 1 ||\n\t\t\t(!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) {\n\n\t\t\t// Choose the first element that is related to our preferred document\n\t\t\tif ( a === document || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t\tif ( b === document || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\t// Maintain original order\n\t\t\treturn sortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\t\t}\n\n\t\treturn compare & 4 ? -1 : 1;\n\t} :\n\tfunction( a, b ) {\n\t\t// Exit early if the nodes are identical\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\taup = a.parentNode,\n\t\t\tbup = b.parentNode,\n\t\t\tap = [ a ],\n\t\t\tbp = [ b ];\n\n\t\t// Parentless nodes are either documents or disconnected\n\t\tif ( !aup || !bup ) {\n\t\t\treturn a === document ? -1 :\n\t\t\t\tb === document ? 1 :\n\t\t\t\taup ? -1 :\n\t\t\t\tbup ? 1 :\n\t\t\t\tsortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\n\t\t// If the nodes are siblings, we can do a quick check\n\t\t} else if ( aup === bup ) {\n\t\t\treturn siblingCheck( a, b );\n\t\t}\n\n\t\t// Otherwise we need full lists of their ancestors for comparison\n\t\tcur = a;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tap.unshift( cur );\n\t\t}\n\t\tcur = b;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tbp.unshift( cur );\n\t\t}\n\n\t\t// Walk down the tree looking for a discrepancy\n\t\twhile ( ap[i] === bp[i] ) {\n\t\t\ti++;\n\t\t}\n\n\t\treturn i ?\n\t\t\t// Do a sibling check if the nodes have a common ancestor\n\t\t\tsiblingCheck( ap[i], bp[i] ) :\n\n\t\t\t// Otherwise nodes in our document sort first\n\t\t\tap[i] === preferredDoc ? -1 :\n\t\t\tbp[i] === preferredDoc ? 1 :\n\t\t\t0;\n\t};\n\n\treturn document;\n};\n\nSizzle.matches = function( expr, elements ) {\n\treturn Sizzle( expr, null, null, elements );\n};\n\nSizzle.matchesSelector = function( elem, expr ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\tif ( support.matchesSelector && documentIsHTML &&\n\t\t!nonnativeSelectorCache[ expr + \" \" ] &&\n\t\t( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&\n\t\t( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) {\n\n\t\ttry {\n\t\t\tvar ret = matches.call( elem, expr );\n\n\t\t\t// IE 9's matchesSelector returns false on disconnected nodes\n\t\t\tif ( ret || support.disconnectedMatch ||\n\t\t\t\t\t// As well, disconnected nodes are said to be in a document\n\t\t\t\t\t// fragment in IE 9\n\t\t\t\t\telem.document && elem.document.nodeType !== 11 ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\t\t} catch (e) {\n\t\t\tnonnativeSelectorCache( expr, true );\n\t\t}\n\t}\n\n\treturn Sizzle( expr, document, null, [ elem ] ).length > 0;\n};\n\nSizzle.contains = function( context, elem ) {\n\t// Set document vars if needed\n\tif ( ( context.ownerDocument || context ) !== document ) {\n\t\tsetDocument( context );\n\t}\n\treturn contains( context, elem );\n};\n\nSizzle.attr = function( elem, name ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\tvar fn = Expr.attrHandle[ name.toLowerCase() ],\n\t\t// Don't get fooled by Object.prototype properties (jQuery #13807)\n\t\tval = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ?\n\t\t\tfn( elem, name, !documentIsHTML ) :\n\t\t\tundefined;\n\n\treturn val !== undefined ?\n\t\tval :\n\t\tsupport.attributes || !documentIsHTML ?\n\t\t\telem.getAttribute( name ) :\n\t\t\t(val = elem.getAttributeNode(name)) && val.specified ?\n\t\t\t\tval.value :\n\t\t\t\tnull;\n};\n\nSizzle.escape = function( sel ) {\n\treturn (sel + \"\").replace( rcssescape, fcssescape );\n};\n\nSizzle.error = function( msg ) {\n\tthrow new Error( \"Syntax error, unrecognized expression: \" + msg );\n};\n\n/**\n * Document sorting and removing duplicates\n * @param {ArrayLike} results\n */\nSizzle.uniqueSort = function( results ) {\n\tvar elem,\n\t\tduplicates = [],\n\t\tj = 0,\n\t\ti = 0;\n\n\t// Unless we *know* we can detect duplicates, assume their presence\n\thasDuplicate = !support.detectDuplicates;\n\tsortInput = !support.sortStable && results.slice( 0 );\n\tresults.sort( sortOrder );\n\n\tif ( hasDuplicate ) {\n\t\twhile ( (elem = results[i++]) ) {\n\t\t\tif ( elem === results[ i ] ) {\n\t\t\t\tj = duplicates.push( i );\n\t\t\t}\n\t\t}\n\t\twhile ( j-- ) {\n\t\t\tresults.splice( duplicates[ j ], 1 );\n\t\t}\n\t}\n\n\t// Clear input after sorting to release objects\n\t// See https://github.com/jquery/sizzle/pull/225\n\tsortInput = null;\n\n\treturn results;\n};\n\n/**\n * Utility function for retrieving the text value of an array of DOM nodes\n * @param {Array|Element} elem\n */\ngetText = Sizzle.getText = function( elem ) {\n\tvar node,\n\t\tret = \"\",\n\t\ti = 0,\n\t\tnodeType = elem.nodeType;\n\n\tif ( !nodeType ) {\n\t\t// If no nodeType, this is expected to be an array\n\t\twhile ( (node = elem[i++]) ) {\n\t\t\t// Do not traverse comment nodes\n\t\t\tret += getText( node );\n\t\t}\n\t} else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {\n\t\t// Use textContent for elements\n\t\t// innerText usage removed for consistency of new lines (jQuery #11153)\n\t\tif ( typeof elem.textContent === \"string\" ) {\n\t\t\treturn elem.textContent;\n\t\t} else {\n\t\t\t// Traverse its children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tret += getText( elem );\n\t\t\t}\n\t\t}\n\t} else if ( nodeType === 3 || nodeType === 4 ) {\n\t\treturn elem.nodeValue;\n\t}\n\t// Do not include comment or processing instruction nodes\n\n\treturn ret;\n};\n\nExpr = Sizzle.selectors = {\n\n\t// Can be adjusted by the user\n\tcacheLength: 50,\n\n\tcreatePseudo: markFunction,\n\n\tmatch: matchExpr,\n\n\tattrHandle: {},\n\n\tfind: {},\n\n\trelative: {\n\t\t\">\": { dir: \"parentNode\", first: true },\n\t\t\" \": { dir: \"parentNode\" },\n\t\t\"+\": { dir: \"previousSibling\", first: true },\n\t\t\"~\": { dir: \"previousSibling\" }\n\t},\n\n\tpreFilter: {\n\t\t\"ATTR\": function( match ) {\n\t\t\tmatch[1] = match[1].replace( runescape, funescape );\n\n\t\t\t// Move the given value to match[3] whether quoted or unquoted\n\t\t\tmatch[3] = ( match[3] || match[4] || match[5] || \"\" ).replace( runescape, funescape );\n\n\t\t\tif ( match[2] === \"~=\" ) {\n\t\t\t\tmatch[3] = \" \" + match[3] + \" \";\n\t\t\t}\n\n\t\t\treturn match.slice( 0, 4 );\n\t\t},\n\n\t\t\"CHILD\": function( match ) {\n\t\t\t/* matches from matchExpr[\"CHILD\"]\n\t\t\t\t1 type (only|nth|...)\n\t\t\t\t2 what (child|of-type)\n\t\t\t\t3 argument (even|odd|\\d*|\\d*n([+-]\\d+)?|...)\n\t\t\t\t4 xn-component of xn+y argument ([+-]?\\d*n|)\n\t\t\t\t5 sign of xn-component\n\t\t\t\t6 x of xn-component\n\t\t\t\t7 sign of y-component\n\t\t\t\t8 y of y-component\n\t\t\t*/\n\t\t\tmatch[1] = match[1].toLowerCase();\n\n\t\t\tif ( match[1].slice( 0, 3 ) === \"nth\" ) {\n\t\t\t\t// nth-* requires argument\n\t\t\t\tif ( !match[3] ) {\n\t\t\t\t\tSizzle.error( match[0] );\n\t\t\t\t}\n\n\t\t\t\t// numeric x and y parameters for Expr.filter.CHILD\n\t\t\t\t// remember that false/true cast respectively to 0/1\n\t\t\t\tmatch[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === \"even\" || match[3] === \"odd\" ) );\n\t\t\t\tmatch[5] = +( ( match[7] + match[8] ) || match[3] === \"odd\" );\n\n\t\t\t// other types prohibit arguments\n\t\t\t} else if ( match[3] ) {\n\t\t\t\tSizzle.error( match[0] );\n\t\t\t}\n\n\t\t\treturn match;\n\t\t},\n\n\t\t\"PSEUDO\": function( match ) {\n\t\t\tvar excess,\n\t\t\t\tunquoted = !match[6] && match[2];\n\n\t\t\tif ( matchExpr[\"CHILD\"].test( match[0] ) ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\t// Accept quoted arguments as-is\n\t\t\tif ( match[3] ) {\n\t\t\t\tmatch[2] = match[4] || match[5] || \"\";\n\n\t\t\t// Strip excess characters from unquoted arguments\n\t\t\t} else if ( unquoted && rpseudo.test( unquoted ) &&\n\t\t\t\t// Get excess from tokenize (recursively)\n\t\t\t\t(excess = tokenize( unquoted, true )) &&\n\t\t\t\t// advance to the next closing parenthesis\n\t\t\t\t(excess = unquoted.indexOf( \")\", unquoted.length - excess ) - unquoted.length) ) {\n\n\t\t\t\t// excess is a negative index\n\t\t\t\tmatch[0] = match[0].slice( 0, excess );\n\t\t\t\tmatch[2] = unquoted.slice( 0, excess );\n\t\t\t}\n\n\t\t\t// Return only captures needed by the pseudo filter method (type and argument)\n\t\t\treturn match.slice( 0, 3 );\n\t\t}\n\t},\n\n\tfilter: {\n\n\t\t\"TAG\": function( nodeNameSelector ) {\n\t\t\tvar nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn nodeNameSelector === \"*\" ?\n\t\t\t\tfunction() { return true; } :\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn elem.nodeName && elem.nodeName.toLowerCase() === nodeName;\n\t\t\t\t};\n\t\t},\n\n\t\t\"CLASS\": function( className ) {\n\t\t\tvar pattern = classCache[ className + \" \" ];\n\n\t\t\treturn pattern ||\n\t\t\t\t(pattern = new RegExp( \"(^|\" + whitespace + \")\" + className + \"(\" + whitespace + \"|$)\" )) &&\n\t\t\t\tclassCache( className, function( elem ) {\n\t\t\t\t\treturn pattern.test( typeof elem.className === \"string\" && elem.className || typeof elem.getAttribute !== \"undefined\" && elem.getAttribute(\"class\") || \"\" );\n\t\t\t\t});\n\t\t},\n\n\t\t\"ATTR\": function( name, operator, check ) {\n\t\t\treturn function( elem ) {\n\t\t\t\tvar result = Sizzle.attr( elem, name );\n\n\t\t\t\tif ( result == null ) {\n\t\t\t\t\treturn operator === \"!=\";\n\t\t\t\t}\n\t\t\t\tif ( !operator ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\n\t\t\t\tresult += \"\";\n\n\t\t\t\treturn operator === \"=\" ? result === check :\n\t\t\t\t\toperator === \"!=\" ? result !== check :\n\t\t\t\t\toperator === \"^=\" ? check && result.indexOf( check ) === 0 :\n\t\t\t\t\toperator === \"*=\" ? check && result.indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"$=\" ? check && result.slice( -check.length ) === check :\n\t\t\t\t\toperator === \"~=\" ? ( \" \" + result.replace( rwhitespace, \" \" ) + \" \" ).indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"|=\" ? result === check || result.slice( 0, check.length + 1 ) === check + \"-\" :\n\t\t\t\t\tfalse;\n\t\t\t};\n\t\t},\n\n\t\t\"CHILD\": function( type, what, argument, first, last ) {\n\t\t\tvar simple = type.slice( 0, 3 ) !== \"nth\",\n\t\t\t\tforward = type.slice( -4 ) !== \"last\",\n\t\t\t\tofType = what === \"of-type\";\n\n\t\t\treturn first === 1 && last === 0 ?\n\n\t\t\t\t// Shortcut for :nth-*(n)\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn !!elem.parentNode;\n\t\t\t\t} :\n\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tvar cache, uniqueCache, outerCache, node, nodeIndex, start,\n\t\t\t\t\t\tdir = simple !== forward ? \"nextSibling\" : \"previousSibling\",\n\t\t\t\t\t\tparent = elem.parentNode,\n\t\t\t\t\t\tname = ofType && elem.nodeName.toLowerCase(),\n\t\t\t\t\t\tuseCache = !xml && !ofType,\n\t\t\t\t\t\tdiff = false;\n\n\t\t\t\t\tif ( parent ) {\n\n\t\t\t\t\t\t// :(first|last|only)-(child|of-type)\n\t\t\t\t\t\tif ( simple ) {\n\t\t\t\t\t\t\twhile ( dir ) {\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\twhile ( (node = node[ dir ]) ) {\n\t\t\t\t\t\t\t\t\tif ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) {\n\n\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t// Reverse direction for :only-* (if we haven't yet done so)\n\t\t\t\t\t\t\t\tstart = dir = type === \"only\" && !start && \"nextSibling\";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tstart = [ forward ? parent.firstChild : parent.lastChild ];\n\n\t\t\t\t\t\t// non-xml :nth-child(...) stores cache data on `parent`\n\t\t\t\t\t\tif ( forward && useCache ) {\n\n\t\t\t\t\t\t\t// Seek `elem` from a previously-cached index\n\n\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\tnode = parent;\n\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\tcache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\tdiff = nodeIndex && cache[ 2 ];\n\t\t\t\t\t\t\tnode = nodeIndex && parent.childNodes[ nodeIndex ];\n\n\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\n\t\t\t\t\t\t\t\t// Fallback to seeking `elem` from the start\n\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\t// When found, cache indexes on `parent` and break\n\t\t\t\t\t\t\t\tif ( node.nodeType === 1 && ++diff && node === elem ) {\n\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, nodeIndex, diff ];\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Use previously-cached element index if available\n\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\t\tcache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\t\tdiff = nodeIndex;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t// xml :nth-child(...)\n\t\t\t\t\t\t\t// or :nth-last-child(...) or :nth(-last)?-of-type(...)\n\t\t\t\t\t\t\tif ( diff === false ) {\n\t\t\t\t\t\t\t\t// Use the same loop as above to seek `elem` from the start\n\t\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\t\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\t\tif ( ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) &&\n\t\t\t\t\t\t\t\t\t\t++diff ) {\n\n\t\t\t\t\t\t\t\t\t\t// Cache the index of each encountered element\n\t\t\t\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t\t\t\touterCache = node[ expando ] || (node[ expando ] = {});\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t\t\t\t(outerCache[ node.uniqueID ] = {});\n\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, diff ];\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tif ( node === elem ) {\n\t\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Incorporate the offset, then check against cycle size\n\t\t\t\t\t\tdiff -= last;\n\t\t\t\t\t\treturn diff === first || ( diff % first === 0 && diff / first >= 0 );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t},\n\n\t\t\"PSEUDO\": function( pseudo, argument ) {\n\t\t\t// pseudo-class names are case-insensitive\n\t\t\t// http://www.w3.org/TR/selectors/#pseudo-classes\n\t\t\t// Prioritize by case sensitivity in case custom pseudos are added with uppercase letters\n\t\t\t// Remember that setFilters inherits from pseudos\n\t\t\tvar args,\n\t\t\t\tfn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||\n\t\t\t\t\tSizzle.error( \"unsupported pseudo: \" + pseudo );\n\n\t\t\t// The user may use createPseudo to indicate that\n\t\t\t// arguments are needed to create the filter function\n\t\t\t// just as Sizzle does\n\t\t\tif ( fn[ expando ] ) {\n\t\t\t\treturn fn( argument );\n\t\t\t}\n\n\t\t\t// But maintain support for old signatures\n\t\t\tif ( fn.length > 1 ) {\n\t\t\t\targs = [ pseudo, pseudo, \"\", argument ];\n\t\t\t\treturn Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?\n\t\t\t\t\tmarkFunction(function( seed, matches ) {\n\t\t\t\t\t\tvar idx,\n\t\t\t\t\t\t\tmatched = fn( seed, argument ),\n\t\t\t\t\t\t\ti = matched.length;\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tidx = indexOf( seed, matched[i] );\n\t\t\t\t\t\t\tseed[ idx ] = !( matches[ idx ] = matched[i] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}) :\n\t\t\t\t\tfunction( elem ) {\n\t\t\t\t\t\treturn fn( elem, 0, args );\n\t\t\t\t\t};\n\t\t\t}\n\n\t\t\treturn fn;\n\t\t}\n\t},\n\n\tpseudos: {\n\t\t// Potentially complex pseudos\n\t\t\"not\": markFunction(function( selector ) {\n\t\t\t// Trim the selector passed to compile\n\t\t\t// to avoid treating leading and trailing\n\t\t\t// spaces as combinators\n\t\t\tvar input = [],\n\t\t\t\tresults = [],\n\t\t\t\tmatcher = compile( selector.replace( rtrim, \"$1\" ) );\n\n\t\t\treturn matcher[ expando ] ?\n\t\t\t\tmarkFunction(function( seed, matches, context, xml ) {\n\t\t\t\t\tvar elem,\n\t\t\t\t\t\tunmatched = matcher( seed, null, xml, [] ),\n\t\t\t\t\t\ti = seed.length;\n\n\t\t\t\t\t// Match elements unmatched by `matcher`\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = unmatched[i]) ) {\n\t\t\t\t\t\t\tseed[i] = !(matches[i] = elem);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}) :\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tinput[0] = elem;\n\t\t\t\t\tmatcher( input, null, xml, results );\n\t\t\t\t\t// Don't keep the element (issue #299)\n\t\t\t\t\tinput[0] = null;\n\t\t\t\t\treturn !results.pop();\n\t\t\t\t};\n\t\t}),\n\n\t\t\"has\": markFunction(function( selector ) {\n\t\t\treturn function( elem ) {\n\t\t\t\treturn Sizzle( selector, elem ).length > 0;\n\t\t\t};\n\t\t}),\n\n\t\t\"contains\": markFunction(function( text ) {\n\t\t\ttext = text.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn ( elem.textContent || getText( elem ) ).indexOf( text ) > -1;\n\t\t\t};\n\t\t}),\n\n\t\t// \"Whether an element is represented by a :lang() selector\n\t\t// is based solely on the element's language value\n\t\t// being equal to the identifier C,\n\t\t// or beginning with the identifier C immediately followed by \"-\".\n\t\t// The matching of C against the element's language value is performed case-insensitively.\n\t\t// The identifier C does not have to be a valid language name.\"\n\t\t// http://www.w3.org/TR/selectors/#lang-pseudo\n\t\t\"lang\": markFunction( function( lang ) {\n\t\t\t// lang value must be a valid identifier\n\t\t\tif ( !ridentifier.test(lang || \"\") ) {\n\t\t\t\tSizzle.error( \"unsupported lang: \" + lang );\n\t\t\t}\n\t\t\tlang = lang.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn function( elem ) {\n\t\t\t\tvar elemLang;\n\t\t\t\tdo {\n\t\t\t\t\tif ( (elemLang = documentIsHTML ?\n\t\t\t\t\t\telem.lang :\n\t\t\t\t\t\telem.getAttribute(\"xml:lang\") || elem.getAttribute(\"lang\")) ) {\n\n\t\t\t\t\t\telemLang = elemLang.toLowerCase();\n\t\t\t\t\t\treturn elemLang === lang || elemLang.indexOf( lang + \"-\" ) === 0;\n\t\t\t\t\t}\n\t\t\t\t} while ( (elem = elem.parentNode) && elem.nodeType === 1 );\n\t\t\t\treturn false;\n\t\t\t};\n\t\t}),\n\n\t\t// Miscellaneous\n\t\t\"target\": function( elem ) {\n\t\t\tvar hash = window.location && window.location.hash;\n\t\t\treturn hash && hash.slice( 1 ) === elem.id;\n\t\t},\n\n\t\t\"root\": function( elem ) {\n\t\t\treturn elem === docElem;\n\t\t},\n\n\t\t\"focus\": function( elem ) {\n\t\t\treturn elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex);\n\t\t},\n\n\t\t// Boolean properties\n\t\t\"enabled\": createDisabledPseudo( false ),\n\t\t\"disabled\": createDisabledPseudo( true ),\n\n\t\t\"checked\": function( elem ) {\n\t\t\t// In CSS3, :checked should return both checked and selected elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\tvar nodeName = elem.nodeName.toLowerCase();\n\t\t\treturn (nodeName === \"input\" && !!elem.checked) || (nodeName === \"option\" && !!elem.selected);\n\t\t},\n\n\t\t\"selected\": function( elem ) {\n\t\t\t// Accessing this property makes selected-by-default\n\t\t\t// options in Safari work properly\n\t\t\tif ( elem.parentNode ) {\n\t\t\t\telem.parentNode.selectedIndex;\n\t\t\t}\n\n\t\t\treturn elem.selected === true;\n\t\t},\n\n\t\t// Contents\n\t\t\"empty\": function( elem ) {\n\t\t\t// http://www.w3.org/TR/selectors/#empty-pseudo\n\t\t\t// :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5),\n\t\t\t// but not by others (comment: 8; processing instruction: 7; etc.)\n\t\t\t// nodeType < 6 works because attributes (2) do not appear as children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tif ( elem.nodeType < 6 ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t},\n\n\t\t\"parent\": function( elem ) {\n\t\t\treturn !Expr.pseudos[\"empty\"]( elem );\n\t\t},\n\n\t\t// Element/input types\n\t\t\"header\": function( elem ) {\n\t\t\treturn rheader.test( elem.nodeName );\n\t\t},\n\n\t\t\"input\": function( elem ) {\n\t\t\treturn rinputs.test( elem.nodeName );\n\t\t},\n\n\t\t\"button\": function( elem ) {\n\t\t\tvar name = elem.nodeName.toLowerCase();\n\t\t\treturn name === \"input\" && elem.type === \"button\" || name === \"button\";\n\t\t},\n\n\t\t\"text\": function( elem ) {\n\t\t\tvar attr;\n\t\t\treturn elem.nodeName.toLowerCase() === \"input\" &&\n\t\t\t\telem.type === \"text\" &&\n\n\t\t\t\t// Support: IE<8\n\t\t\t\t// New HTML5 attribute values (e.g., \"search\") appear with elem.type === \"text\"\n\t\t\t\t( (attr = elem.getAttribute(\"type\")) == null || attr.toLowerCase() === \"text\" );\n\t\t},\n\n\t\t// Position-in-collection\n\t\t\"first\": createPositionalPseudo(function() {\n\t\t\treturn [ 0 ];\n\t\t}),\n\n\t\t\"last\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\treturn [ length - 1 ];\n\t\t}),\n\n\t\t\"eq\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\treturn [ argument < 0 ? argument + length : argument ];\n\t\t}),\n\n\t\t\"even\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"odd\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 1;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"lt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ?\n\t\t\t\targument + length :\n\t\t\t\targument > length ?\n\t\t\t\t\tlength :\n\t\t\t\t\targument;\n\t\t\tfor ( ; --i >= 0; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"gt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; ++i < length; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t})\n\t}\n};\n\nExpr.pseudos[\"nth\"] = Expr.pseudos[\"eq\"];\n\n// Add button/input type pseudos\nfor ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) {\n\tExpr.pseudos[ i ] = createInputPseudo( i );\n}\nfor ( i in { submit: true, reset: true } ) {\n\tExpr.pseudos[ i ] = createButtonPseudo( i );\n}\n\n// Easy API for creating new setFilters\nfunction setFilters() {}\nsetFilters.prototype = Expr.filters = Expr.pseudos;\nExpr.setFilters = new setFilters();\n\ntokenize = Sizzle.tokenize = function( selector, parseOnly ) {\n\tvar matched, match, tokens, type,\n\t\tsoFar, groups, preFilters,\n\t\tcached = tokenCache[ selector + \" \" ];\n\n\tif ( cached ) {\n\t\treturn parseOnly ? 0 : cached.slice( 0 );\n\t}\n\n\tsoFar = selector;\n\tgroups = [];\n\tpreFilters = Expr.preFilter;\n\n\twhile ( soFar ) {\n\n\t\t// Comma and first run\n\t\tif ( !matched || (match = rcomma.exec( soFar )) ) {\n\t\t\tif ( match ) {\n\t\t\t\t// Don't consume trailing commas as valid\n\t\t\t\tsoFar = soFar.slice( match[0].length ) || soFar;\n\t\t\t}\n\t\t\tgroups.push( (tokens = []) );\n\t\t}\n\n\t\tmatched = false;\n\n\t\t// Combinators\n\t\tif ( (match = rcombinators.exec( soFar )) ) {\n\t\t\tmatched = match.shift();\n\t\t\ttokens.push({\n\t\t\t\tvalue: matched,\n\t\t\t\t// Cast descendant combinators to space\n\t\t\t\ttype: match[0].replace( rtrim, \" \" )\n\t\t\t});\n\t\t\tsoFar = soFar.slice( matched.length );\n\t\t}\n\n\t\t// Filters\n\t\tfor ( type in Expr.filter ) {\n\t\t\tif ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] ||\n\t\t\t\t(match = preFilters[ type ]( match ))) ) {\n\t\t\t\tmatched = match.shift();\n\t\t\t\ttokens.push({\n\t\t\t\t\tvalue: matched,\n\t\t\t\t\ttype: type,\n\t\t\t\t\tmatches: match\n\t\t\t\t});\n\t\t\t\tsoFar = soFar.slice( matched.length );\n\t\t\t}\n\t\t}\n\n\t\tif ( !matched ) {\n\t\t\tbreak;\n\t\t}\n\t}\n\n\t// Return the length of the invalid excess\n\t// if we're just parsing\n\t// Otherwise, throw an error or return tokens\n\treturn parseOnly ?\n\t\tsoFar.length :\n\t\tsoFar ?\n\t\t\tSizzle.error( selector ) :\n\t\t\t// Cache the tokens\n\t\t\ttokenCache( selector, groups ).slice( 0 );\n};\n\nfunction toSelector( tokens ) {\n\tvar i = 0,\n\t\tlen = tokens.length,\n\t\tselector = \"\";\n\tfor ( ; i < len; i++ ) {\n\t\tselector += tokens[i].value;\n\t}\n\treturn selector;\n}\n\nfunction addCombinator( matcher, combinator, base ) {\n\tvar dir = combinator.dir,\n\t\tskip = combinator.next,\n\t\tkey = skip || dir,\n\t\tcheckNonElements = base && key === \"parentNode\",\n\t\tdoneName = done++;\n\n\treturn combinator.first ?\n\t\t// Check against closest ancestor/preceding element\n\t\tfunction( elem, context, xml ) {\n\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\treturn matcher( elem, context, xml );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t} :\n\n\t\t// Check against all ancestor/preceding elements\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar oldCache, uniqueCache, outerCache,\n\t\t\t\tnewCache = [ dirruns, doneName ];\n\n\t\t\t// We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching\n\t\t\tif ( xml ) {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\tif ( matcher( elem, context, xml ) ) {\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\touterCache = elem[ expando ] || (elem[ expando ] = {});\n\n\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\tuniqueCache = outerCache[ elem.uniqueID ] || (outerCache[ elem.uniqueID ] = {});\n\n\t\t\t\t\t\tif ( skip && skip === elem.nodeName.toLowerCase() ) {\n\t\t\t\t\t\t\telem = elem[ dir ] || elem;\n\t\t\t\t\t\t} else if ( (oldCache = uniqueCache[ key ]) &&\n\t\t\t\t\t\t\toldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) {\n\n\t\t\t\t\t\t\t// Assign to newCache so results back-propagate to previous elements\n\t\t\t\t\t\t\treturn (newCache[ 2 ] = oldCache[ 2 ]);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Reuse newcache so results back-propagate to previous elements\n\t\t\t\t\t\t\tuniqueCache[ key ] = newCache;\n\n\t\t\t\t\t\t\t// A match means we're done; a fail means we have to keep checking\n\t\t\t\t\t\t\tif ( (newCache[ 2 ] = matcher( elem, context, xml )) ) {\n\t\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n}\n\nfunction elementMatcher( matchers ) {\n\treturn matchers.length > 1 ?\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar i = matchers.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( !matchers[i]( elem, context, xml ) ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t} :\n\t\tmatchers[0];\n}\n\nfunction multipleContexts( selector, contexts, results ) {\n\tvar i = 0,\n\t\tlen = contexts.length;\n\tfor ( ; i < len; i++ ) {\n\t\tSizzle( selector, contexts[i], results );\n\t}\n\treturn results;\n}\n\nfunction condense( unmatched, map, filter, context, xml ) {\n\tvar elem,\n\t\tnewUnmatched = [],\n\t\ti = 0,\n\t\tlen = unmatched.length,\n\t\tmapped = map != null;\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (elem = unmatched[i]) ) {\n\t\t\tif ( !filter || filter( elem, context, xml ) ) {\n\t\t\t\tnewUnmatched.push( elem );\n\t\t\t\tif ( mapped ) {\n\t\t\t\t\tmap.push( i );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn newUnmatched;\n}\n\nfunction setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {\n\tif ( postFilter && !postFilter[ expando ] ) {\n\t\tpostFilter = setMatcher( postFilter );\n\t}\n\tif ( postFinder && !postFinder[ expando ] ) {\n\t\tpostFinder = setMatcher( postFinder, postSelector );\n\t}\n\treturn markFunction(function( seed, results, context, xml ) {\n\t\tvar temp, i, elem,\n\t\t\tpreMap = [],\n\t\t\tpostMap = [],\n\t\t\tpreexisting = results.length,\n\n\t\t\t// Get initial elements from seed or context\n\t\t\telems = seed || multipleContexts( selector || \"*\", context.nodeType ? [ context ] : context, [] ),\n\n\t\t\t// Prefilter to get matcher input, preserving a map for seed-results synchronization\n\t\t\tmatcherIn = preFilter && ( seed || !selector ) ?\n\t\t\t\tcondense( elems, preMap, preFilter, context, xml ) :\n\t\t\t\telems,\n\n\t\t\tmatcherOut = matcher ?\n\t\t\t\t// If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,\n\t\t\t\tpostFinder || ( seed ? preFilter : preexisting || postFilter ) ?\n\n\t\t\t\t\t// ...intermediate processing is necessary\n\t\t\t\t\t[] :\n\n\t\t\t\t\t// ...otherwise use results directly\n\t\t\t\t\tresults :\n\t\t\t\tmatcherIn;\n\n\t\t// Find primary matches\n\t\tif ( matcher ) {\n\t\t\tmatcher( matcherIn, matcherOut, context, xml );\n\t\t}\n\n\t\t// Apply postFilter\n\t\tif ( postFilter ) {\n\t\t\ttemp = condense( matcherOut, postMap );\n\t\t\tpostFilter( temp, [], context, xml );\n\n\t\t\t// Un-match failing elements by moving them back to matcherIn\n\t\t\ti = temp.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( (elem = temp[i]) ) {\n\t\t\t\t\tmatcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( seed ) {\n\t\t\tif ( postFinder || preFilter ) {\n\t\t\t\tif ( postFinder ) {\n\t\t\t\t\t// Get the final matcherOut by condensing this intermediate into postFinder contexts\n\t\t\t\t\ttemp = [];\n\t\t\t\t\ti = matcherOut.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = matcherOut[i]) ) {\n\t\t\t\t\t\t\t// Restore matcherIn since elem is not yet a final match\n\t\t\t\t\t\t\ttemp.push( (matcherIn[i] = elem) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tpostFinder( null, (matcherOut = []), temp, xml );\n\t\t\t\t}\n\n\t\t\t\t// Move matched elements from seed to results to keep them synchronized\n\t\t\t\ti = matcherOut.length;\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\tif ( (elem = matcherOut[i]) &&\n\t\t\t\t\t\t(temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) {\n\n\t\t\t\t\t\tseed[temp] = !(results[temp] = elem);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Add elements to results, through postFinder if defined\n\t\t} else {\n\t\t\tmatcherOut = condense(\n\t\t\t\tmatcherOut === results ?\n\t\t\t\t\tmatcherOut.splice( preexisting, matcherOut.length ) :\n\t\t\t\t\tmatcherOut\n\t\t\t);\n\t\t\tif ( postFinder ) {\n\t\t\t\tpostFinder( null, results, matcherOut, xml );\n\t\t\t} else {\n\t\t\t\tpush.apply( results, matcherOut );\n\t\t\t}\n\t\t}\n\t});\n}\n\nfunction matcherFromTokens( tokens ) {\n\tvar checkContext, matcher, j,\n\t\tlen = tokens.length,\n\t\tleadingRelative = Expr.relative[ tokens[0].type ],\n\t\timplicitRelative = leadingRelative || Expr.relative[\" \"],\n\t\ti = leadingRelative ? 1 : 0,\n\n\t\t// The foundational matcher ensures that elements are reachable from top-level context(s)\n\t\tmatchContext = addCombinator( function( elem ) {\n\t\t\treturn elem === checkContext;\n\t\t}, implicitRelative, true ),\n\t\tmatchAnyContext = addCombinator( function( elem ) {\n\t\t\treturn indexOf( checkContext, elem ) > -1;\n\t\t}, implicitRelative, true ),\n\t\tmatchers = [ function( elem, context, xml ) {\n\t\t\tvar ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || (\n\t\t\t\t(checkContext = context).nodeType ?\n\t\t\t\t\tmatchContext( elem, context, xml ) :\n\t\t\t\t\tmatchAnyContext( elem, context, xml ) );\n\t\t\t// Avoid hanging onto element (issue #299)\n\t\t\tcheckContext = null;\n\t\t\treturn ret;\n\t\t} ];\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (matcher = Expr.relative[ tokens[i].type ]) ) {\n\t\t\tmatchers = [ addCombinator(elementMatcher( matchers ), matcher) ];\n\t\t} else {\n\t\t\tmatcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches );\n\n\t\t\t// Return special upon seeing a positional matcher\n\t\t\tif ( matcher[ expando ] ) {\n\t\t\t\t// Find the next relative operator (if any) for proper handling\n\t\t\t\tj = ++i;\n\t\t\t\tfor ( ; j < len; j++ ) {\n\t\t\t\t\tif ( Expr.relative[ tokens[j].type ] ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn setMatcher(\n\t\t\t\t\ti > 1 && elementMatcher( matchers ),\n\t\t\t\t\ti > 1 && toSelector(\n\t\t\t\t\t\t// If the preceding token was a descendant combinator, insert an implicit any-element `*`\n\t\t\t\t\t\ttokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === \" \" ? \"*\" : \"\" })\n\t\t\t\t\t).replace( rtrim, \"$1\" ),\n\t\t\t\t\tmatcher,\n\t\t\t\t\ti < j && matcherFromTokens( tokens.slice( i, j ) ),\n\t\t\t\t\tj < len && matcherFromTokens( (tokens = tokens.slice( j )) ),\n\t\t\t\t\tj < len && toSelector( tokens )\n\t\t\t\t);\n\t\t\t}\n\t\t\tmatchers.push( matcher );\n\t\t}\n\t}\n\n\treturn elementMatcher( matchers );\n}\n\nfunction matcherFromGroupMatchers( elementMatchers, setMatchers ) {\n\tvar bySet = setMatchers.length > 0,\n\t\tbyElement = elementMatchers.length > 0,\n\t\tsuperMatcher = function( seed, context, xml, results, outermost ) {\n\t\t\tvar elem, j, matcher,\n\t\t\t\tmatchedCount = 0,\n\t\t\t\ti = \"0\",\n\t\t\t\tunmatched = seed && [],\n\t\t\t\tsetMatched = [],\n\t\t\t\tcontextBackup = outermostContext,\n\t\t\t\t// We must always have either seed elements or outermost context\n\t\t\t\telems = seed || byElement && Expr.find[\"TAG\"]( \"*\", outermost ),\n\t\t\t\t// Use integer dirruns iff this is the outermost matcher\n\t\t\t\tdirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1),\n\t\t\t\tlen = elems.length;\n\n\t\t\tif ( outermost ) {\n\t\t\t\toutermostContext = context === document || context || outermost;\n\t\t\t}\n\n\t\t\t// Add elements passing elementMatchers directly to results\n\t\t\t// Support: IE<9, Safari\n\t\t\t// Tolerate NodeList properties (IE: \"length\"; Safari: ) matching elements by id\n\t\t\tfor ( ; i !== len && (elem = elems[i]) != null; i++ ) {\n\t\t\t\tif ( byElement && elem ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\tif ( !context && elem.ownerDocument !== document ) {\n\t\t\t\t\t\tsetDocument( elem );\n\t\t\t\t\t\txml = !documentIsHTML;\n\t\t\t\t\t}\n\t\t\t\t\twhile ( (matcher = elementMatchers[j++]) ) {\n\t\t\t\t\t\tif ( matcher( elem, context || document, xml) ) {\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( outermost ) {\n\t\t\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Track unmatched elements for set filters\n\t\t\t\tif ( bySet ) {\n\t\t\t\t\t// They will have gone through all possible matchers\n\t\t\t\t\tif ( (elem = !matcher && elem) ) {\n\t\t\t\t\t\tmatchedCount--;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Lengthen the array for every element, matched or not\n\t\t\t\t\tif ( seed ) {\n\t\t\t\t\t\tunmatched.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// `i` is now the count of elements visited above, and adding it to `matchedCount`\n\t\t\t// makes the latter nonnegative.\n\t\t\tmatchedCount += i;\n\n\t\t\t// Apply set filters to unmatched elements\n\t\t\t// NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount`\n\t\t\t// equals `i`), unless we didn't visit _any_ elements in the above loop because we have\n\t\t\t// no element matchers and no seed.\n\t\t\t// Incrementing an initially-string \"0\" `i` allows `i` to remain a string only in that\n\t\t\t// case, which will result in a \"00\" `matchedCount` that differs from `i` but is also\n\t\t\t// numerically zero.\n\t\t\tif ( bySet && i !== matchedCount ) {\n\t\t\t\tj = 0;\n\t\t\t\twhile ( (matcher = setMatchers[j++]) ) {\n\t\t\t\t\tmatcher( unmatched, setMatched, context, xml );\n\t\t\t\t}\n\n\t\t\t\tif ( seed ) {\n\t\t\t\t\t// Reintegrate element matches to eliminate the need for sorting\n\t\t\t\t\tif ( matchedCount > 0 ) {\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tif ( !(unmatched[i] || setMatched[i]) ) {\n\t\t\t\t\t\t\t\tsetMatched[i] = pop.call( results );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Discard index placeholder values to get only actual matches\n\t\t\t\t\tsetMatched = condense( setMatched );\n\t\t\t\t}\n\n\t\t\t\t// Add matches to results\n\t\t\t\tpush.apply( results, setMatched );\n\n\t\t\t\t// Seedless set matches succeeding multiple successful matchers stipulate sorting\n\t\t\t\tif ( outermost && !seed && setMatched.length > 0 &&\n\t\t\t\t\t( matchedCount + setMatchers.length ) > 1 ) {\n\n\t\t\t\t\tSizzle.uniqueSort( results );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Override manipulation of globals by nested matchers\n\t\t\tif ( outermost ) {\n\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\toutermostContext = contextBackup;\n\t\t\t}\n\n\t\t\treturn unmatched;\n\t\t};\n\n\treturn bySet ?\n\t\tmarkFunction( superMatcher ) :\n\t\tsuperMatcher;\n}\n\ncompile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) {\n\tvar i,\n\t\tsetMatchers = [],\n\t\telementMatchers = [],\n\t\tcached = compilerCache[ selector + \" \" ];\n\n\tif ( !cached ) {\n\t\t// Generate a function of recursive functions that can be used to check each element\n\t\tif ( !match ) {\n\t\t\tmatch = tokenize( selector );\n\t\t}\n\t\ti = match.length;\n\t\twhile ( i-- ) {\n\t\t\tcached = matcherFromTokens( match[i] );\n\t\t\tif ( cached[ expando ] ) {\n\t\t\t\tsetMatchers.push( cached );\n\t\t\t} else {\n\t\t\t\telementMatchers.push( cached );\n\t\t\t}\n\t\t}\n\n\t\t// Cache the compiled function\n\t\tcached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) );\n\n\t\t// Save selector and tokenization\n\t\tcached.selector = selector;\n\t}\n\treturn cached;\n};\n\n/**\n * A low-level selection function that works with Sizzle's compiled\n * selector functions\n * @param {String|Function} selector A selector or a pre-compiled\n * selector function built with Sizzle.compile\n * @param {Element} context\n * @param {Array} [results]\n * @param {Array} [seed] A set of elements to match against\n */\nselect = Sizzle.select = function( selector, context, results, seed ) {\n\tvar i, tokens, token, type, find,\n\t\tcompiled = typeof selector === \"function\" && selector,\n\t\tmatch = !seed && tokenize( (selector = compiled.selector || selector) );\n\n\tresults = results || [];\n\n\t// Try to minimize operations if there is only one selector in the list and no seed\n\t// (the latter of which guarantees us context)\n\tif ( match.length === 1 ) {\n\n\t\t// Reduce context if the leading compound selector is an ID\n\t\ttokens = match[0] = match[0].slice( 0 );\n\t\tif ( tokens.length > 2 && (token = tokens[0]).type === \"ID\" &&\n\t\t\t\tcontext.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[1].type ] ) {\n\n\t\t\tcontext = ( Expr.find[\"ID\"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];\n\t\t\tif ( !context ) {\n\t\t\t\treturn results;\n\n\t\t\t// Precompiled matchers will still verify ancestry, so step up a level\n\t\t\t} else if ( compiled ) {\n\t\t\t\tcontext = context.parentNode;\n\t\t\t}\n\n\t\t\tselector = selector.slice( tokens.shift().value.length );\n\t\t}\n\n\t\t// Fetch a seed set for right-to-left matching\n\t\ti = matchExpr[\"needsContext\"].test( selector ) ? 0 : tokens.length;\n\t\twhile ( i-- ) {\n\t\t\ttoken = tokens[i];\n\n\t\t\t// Abort if we hit a combinator\n\t\t\tif ( Expr.relative[ (type = token.type) ] ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( (find = Expr.find[ type ]) ) {\n\t\t\t\t// Search, expanding context for leading sibling combinators\n\t\t\t\tif ( (seed = find(\n\t\t\t\t\ttoken.matches[0].replace( runescape, funescape ),\n\t\t\t\t\trsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context\n\t\t\t\t)) ) {\n\n\t\t\t\t\t// If seed is empty or no tokens remain, we can return early\n\t\t\t\t\ttokens.splice( i, 1 );\n\t\t\t\t\tselector = seed.length && toSelector( tokens );\n\t\t\t\t\tif ( !selector ) {\n\t\t\t\t\t\tpush.apply( results, seed );\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Compile and execute a filtering function if one is not provided\n\t// Provide `match` to avoid retokenization if we modified the selector above\n\t( compiled || compile( selector, match ) )(\n\t\tseed,\n\t\tcontext,\n\t\t!documentIsHTML,\n\t\tresults,\n\t\t!context || rsibling.test( selector ) && testContext( context.parentNode ) || context\n\t);\n\treturn results;\n};\n\n// One-time assignments\n\n// Sort stability\nsupport.sortStable = expando.split(\"\").sort( sortOrder ).join(\"\") === expando;\n\n// Support: Chrome 14-35+\n// Always assume duplicates if they aren't passed to the comparison function\nsupport.detectDuplicates = !!hasDuplicate;\n\n// Initialize against the default document\nsetDocument();\n\n// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27)\n// Detached nodes confoundingly follow *each other*\nsupport.sortDetached = assert(function( el ) {\n\t// Should return 1, but returns 4 (following)\n\treturn el.compareDocumentPosition( document.createElement(\"fieldset\") ) & 1;\n});\n\n// Support: IE<8\n// Prevent attribute/property \"interpolation\"\n// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx\nif ( !assert(function( el ) {\n\tel.innerHTML = \"\";\n\treturn el.firstChild.getAttribute(\"href\") === \"#\" ;\n}) ) {\n\taddHandle( \"type|href|height|width\", function( elem, name, isXML ) {\n\t\tif ( !isXML ) {\n\t\t\treturn elem.getAttribute( name, name.toLowerCase() === \"type\" ? 1 : 2 );\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use defaultValue in place of getAttribute(\"value\")\nif ( !support.attributes || !assert(function( el ) {\n\tel.innerHTML = \"\";\n\tel.firstChild.setAttribute( \"value\", \"\" );\n\treturn el.firstChild.getAttribute( \"value\" ) === \"\";\n}) ) {\n\taddHandle( \"value\", function( elem, name, isXML ) {\n\t\tif ( !isXML && elem.nodeName.toLowerCase() === \"input\" ) {\n\t\t\treturn elem.defaultValue;\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use getAttributeNode to fetch booleans when getAttribute lies\nif ( !assert(function( el ) {\n\treturn el.getAttribute(\"disabled\") == null;\n}) ) {\n\taddHandle( booleans, function( elem, name, isXML ) {\n\t\tvar val;\n\t\tif ( !isXML ) {\n\t\t\treturn elem[ name ] === true ? name.toLowerCase() :\n\t\t\t\t\t(val = elem.getAttributeNode( name )) && val.specified ?\n\t\t\t\t\tval.value :\n\t\t\t\tnull;\n\t\t}\n\t});\n}\n\nreturn Sizzle;\n\n})( window );\n\n\n\njQuery.find = Sizzle;\njQuery.expr = Sizzle.selectors;\n\n// Deprecated\njQuery.expr[ \":\" ] = jQuery.expr.pseudos;\njQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort;\njQuery.text = Sizzle.getText;\njQuery.isXMLDoc = Sizzle.isXML;\njQuery.contains = Sizzle.contains;\njQuery.escapeSelector = Sizzle.escape;\n\n\n\n\nvar dir = function( elem, dir, until ) {\n\tvar matched = [],\n\t\ttruncate = until !== undefined;\n\n\twhile ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) {\n\t\tif ( elem.nodeType === 1 ) {\n\t\t\tif ( truncate && jQuery( elem ).is( until ) ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tmatched.push( elem );\n\t\t}\n\t}\n\treturn matched;\n};\n\n\nvar siblings = function( n, elem ) {\n\tvar matched = [];\n\n\tfor ( ; n; n = n.nextSibling ) {\n\t\tif ( n.nodeType === 1 && n !== elem ) {\n\t\t\tmatched.push( n );\n\t\t}\n\t}\n\n\treturn matched;\n};\n\n\nvar rneedsContext = jQuery.expr.match.needsContext;\n\n\n\nfunction nodeName( elem, name ) {\n\n return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();\n\n};\nvar rsingleTag = ( /^<([a-z][^\\/\\0>:\\x20\\t\\r\\n\\f]*)[\\x20\\t\\r\\n\\f]*\\/?>(?:<\\/\\1>|)$/i );\n\n\n\n// Implement the identical functionality for filter and not\nfunction winnow( elements, qualifier, not ) {\n\tif ( isFunction( qualifier ) ) {\n\t\treturn jQuery.grep( elements, function( elem, i ) {\n\t\t\treturn !!qualifier.call( elem, i, elem ) !== not;\n\t\t} );\n\t}\n\n\t// Single element\n\tif ( qualifier.nodeType ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( elem === qualifier ) !== not;\n\t\t} );\n\t}\n\n\t// Arraylike of elements (jQuery, arguments, Array)\n\tif ( typeof qualifier !== \"string\" ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( indexOf.call( qualifier, elem ) > -1 ) !== not;\n\t\t} );\n\t}\n\n\t// Filtered directly for both simple and complex selectors\n\treturn jQuery.filter( qualifier, elements, not );\n}\n\njQuery.filter = function( expr, elems, not ) {\n\tvar elem = elems[ 0 ];\n\n\tif ( not ) {\n\t\texpr = \":not(\" + expr + \")\";\n\t}\n\n\tif ( elems.length === 1 && elem.nodeType === 1 ) {\n\t\treturn jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [];\n\t}\n\n\treturn jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) {\n\t\treturn elem.nodeType === 1;\n\t} ) );\n};\n\njQuery.fn.extend( {\n\tfind: function( selector ) {\n\t\tvar i, ret,\n\t\t\tlen = this.length,\n\t\t\tself = this;\n\n\t\tif ( typeof selector !== \"string\" ) {\n\t\t\treturn this.pushStack( jQuery( selector ).filter( function() {\n\t\t\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\t\t\tif ( jQuery.contains( self[ i ], this ) ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} ) );\n\t\t}\n\n\t\tret = this.pushStack( [] );\n\n\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\tjQuery.find( selector, self[ i ], ret );\n\t\t}\n\n\t\treturn len > 1 ? jQuery.uniqueSort( ret ) : ret;\n\t},\n\tfilter: function( selector ) {\n\t\treturn this.pushStack( winnow( this, selector || [], false ) );\n\t},\n\tnot: function( selector ) {\n\t\treturn this.pushStack( winnow( this, selector || [], true ) );\n\t},\n\tis: function( selector ) {\n\t\treturn !!winnow(\n\t\t\tthis,\n\n\t\t\t// If this is a positional/relative selector, check membership in the returned set\n\t\t\t// so $(\"p:first\").is(\"p:last\") won't return true for a doc with two \"p\".\n\t\t\ttypeof selector === \"string\" && rneedsContext.test( selector ) ?\n\t\t\t\tjQuery( selector ) :\n\t\t\t\tselector || [],\n\t\t\tfalse\n\t\t).length;\n\t}\n} );\n\n\n// Initialize a jQuery object\n\n\n// A central reference to the root jQuery(document)\nvar rootjQuery,\n\n\t// A simple way to check for HTML strings\n\t// Prioritize #id over to avoid XSS via location.hash (#9521)\n\t// Strict HTML recognition (#11290: must start with <)\n\t// Shortcut simple #id case for speed\n\trquickExpr = /^(?:\\s*(<[\\w\\W]+>)[^>]*|#([\\w-]+))$/,\n\n\tinit = jQuery.fn.init = function( selector, context, root ) {\n\t\tvar match, elem;\n\n\t\t// HANDLE: $(\"\"), $(null), $(undefined), $(false)\n\t\tif ( !selector ) {\n\t\t\treturn this;\n\t\t}\n\n\t\t// Method init() accepts an alternate rootjQuery\n\t\t// so migrate can support jQuery.sub (gh-2101)\n\t\troot = root || rootjQuery;\n\n\t\t// Handle HTML strings\n\t\tif ( typeof selector === \"string\" ) {\n\t\t\tif ( selector[ 0 ] === \"<\" &&\n\t\t\t\tselector[ selector.length - 1 ] === \">\" &&\n\t\t\t\tselector.length >= 3 ) {\n\n\t\t\t\t// Assume that strings that start and end with <> are HTML and skip the regex check\n\t\t\t\tmatch = [ null, selector, null ];\n\n\t\t\t} else {\n\t\t\t\tmatch = rquickExpr.exec( selector );\n\t\t\t}\n\n\t\t\t// Match html or make sure no context is specified for #id\n\t\t\tif ( match && ( match[ 1 ] || !context ) ) {\n\n\t\t\t\t// HANDLE: $(html) -> $(array)\n\t\t\t\tif ( match[ 1 ] ) {\n\t\t\t\t\tcontext = context instanceof jQuery ? context[ 0 ] : context;\n\n\t\t\t\t\t// Option to run scripts is true for back-compat\n\t\t\t\t\t// Intentionally let the error be thrown if parseHTML is not present\n\t\t\t\t\tjQuery.merge( this, jQuery.parseHTML(\n\t\t\t\t\t\tmatch[ 1 ],\n\t\t\t\t\t\tcontext && context.nodeType ? context.ownerDocument || context : document,\n\t\t\t\t\t\ttrue\n\t\t\t\t\t) );\n\n\t\t\t\t\t// HANDLE: $(html, props)\n\t\t\t\t\tif ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) {\n\t\t\t\t\t\tfor ( match in context ) {\n\n\t\t\t\t\t\t\t// Properties of context are called as methods if possible\n\t\t\t\t\t\t\tif ( isFunction( this[ match ] ) ) {\n\t\t\t\t\t\t\t\tthis[ match ]( context[ match ] );\n\n\t\t\t\t\t\t\t// ...and otherwise set as attributes\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tthis.attr( match, context[ match ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn this;\n\n\t\t\t\t// HANDLE: $(#id)\n\t\t\t\t} else {\n\t\t\t\t\telem = document.getElementById( match[ 2 ] );\n\n\t\t\t\t\tif ( elem ) {\n\n\t\t\t\t\t\t// Inject the element directly into the jQuery object\n\t\t\t\t\t\tthis[ 0 ] = elem;\n\t\t\t\t\t\tthis.length = 1;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\n\t\t\t// HANDLE: $(expr, $(...))\n\t\t\t} else if ( !context || context.jquery ) {\n\t\t\t\treturn ( context || root ).find( selector );\n\n\t\t\t// HANDLE: $(expr, context)\n\t\t\t// (which is just equivalent to: $(context).find(expr)\n\t\t\t} else {\n\t\t\t\treturn this.constructor( context ).find( selector );\n\t\t\t}\n\n\t\t// HANDLE: $(DOMElement)\n\t\t} else if ( selector.nodeType ) {\n\t\t\tthis[ 0 ] = selector;\n\t\t\tthis.length = 1;\n\t\t\treturn this;\n\n\t\t// HANDLE: $(function)\n\t\t// Shortcut for document ready\n\t\t} else if ( isFunction( selector ) ) {\n\t\t\treturn root.ready !== undefined ?\n\t\t\t\troot.ready( selector ) :\n\n\t\t\t\t// Execute immediately if ready is not present\n\t\t\t\tselector( jQuery );\n\t\t}\n\n\t\treturn jQuery.makeArray( selector, this );\n\t};\n\n// Give the init function the jQuery prototype for later instantiation\ninit.prototype = jQuery.fn;\n\n// Initialize central reference\nrootjQuery = jQuery( document );\n\n\nvar rparentsprev = /^(?:parents|prev(?:Until|All))/,\n\n\t// Methods guaranteed to produce a unique set when starting from a unique set\n\tguaranteedUnique = {\n\t\tchildren: true,\n\t\tcontents: true,\n\t\tnext: true,\n\t\tprev: true\n\t};\n\njQuery.fn.extend( {\n\thas: function( target ) {\n\t\tvar targets = jQuery( target, this ),\n\t\t\tl = targets.length;\n\n\t\treturn this.filter( function() {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tif ( jQuery.contains( this, targets[ i ] ) ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\tclosest: function( selectors, context ) {\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\tl = this.length,\n\t\t\tmatched = [],\n\t\t\ttargets = typeof selectors !== \"string\" && jQuery( selectors );\n\n\t\t// Positional selectors never match, since there's no _selection_ context\n\t\tif ( !rneedsContext.test( selectors ) ) {\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tfor ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) {\n\n\t\t\t\t\t// Always skip document fragments\n\t\t\t\t\tif ( cur.nodeType < 11 && ( targets ?\n\t\t\t\t\t\ttargets.index( cur ) > -1 :\n\n\t\t\t\t\t\t// Don't pass non-elements to Sizzle\n\t\t\t\t\t\tcur.nodeType === 1 &&\n\t\t\t\t\t\t\tjQuery.find.matchesSelector( cur, selectors ) ) ) {\n\n\t\t\t\t\t\tmatched.push( cur );\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched );\n\t},\n\n\t// Determine the position of an element within the set\n\tindex: function( elem ) {\n\n\t\t// No argument, return index in parent\n\t\tif ( !elem ) {\n\t\t\treturn ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1;\n\t\t}\n\n\t\t// Index in selector\n\t\tif ( typeof elem === \"string\" ) {\n\t\t\treturn indexOf.call( jQuery( elem ), this[ 0 ] );\n\t\t}\n\n\t\t// Locate the position of the desired element\n\t\treturn indexOf.call( this,\n\n\t\t\t// If it receives a jQuery object, the first element is used\n\t\t\telem.jquery ? elem[ 0 ] : elem\n\t\t);\n\t},\n\n\tadd: function( selector, context ) {\n\t\treturn this.pushStack(\n\t\t\tjQuery.uniqueSort(\n\t\t\t\tjQuery.merge( this.get(), jQuery( selector, context ) )\n\t\t\t)\n\t\t);\n\t},\n\n\taddBack: function( selector ) {\n\t\treturn this.add( selector == null ?\n\t\t\tthis.prevObject : this.prevObject.filter( selector )\n\t\t);\n\t}\n} );\n\nfunction sibling( cur, dir ) {\n\twhile ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {}\n\treturn cur;\n}\n\njQuery.each( {\n\tparent: function( elem ) {\n\t\tvar parent = elem.parentNode;\n\t\treturn parent && parent.nodeType !== 11 ? parent : null;\n\t},\n\tparents: function( elem ) {\n\t\treturn dir( elem, \"parentNode\" );\n\t},\n\tparentsUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"parentNode\", until );\n\t},\n\tnext: function( elem ) {\n\t\treturn sibling( elem, \"nextSibling\" );\n\t},\n\tprev: function( elem ) {\n\t\treturn sibling( elem, \"previousSibling\" );\n\t},\n\tnextAll: function( elem ) {\n\t\treturn dir( elem, \"nextSibling\" );\n\t},\n\tprevAll: function( elem ) {\n\t\treturn dir( elem, \"previousSibling\" );\n\t},\n\tnextUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"nextSibling\", until );\n\t},\n\tprevUntil: function( elem, i, until ) {\n\t\treturn dir( elem, \"previousSibling\", until );\n\t},\n\tsiblings: function( elem ) {\n\t\treturn siblings( ( elem.parentNode || {} ).firstChild, elem );\n\t},\n\tchildren: function( elem ) {\n\t\treturn siblings( elem.firstChild );\n\t},\n\tcontents: function( elem ) {\n\t\tif ( typeof elem.contentDocument !== \"undefined\" ) {\n\t\t\treturn elem.contentDocument;\n\t\t}\n\n\t\t// Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only\n\t\t// Treat the template element as a regular one in browsers that\n\t\t// don't support it.\n\t\tif ( nodeName( elem, \"template\" ) ) {\n\t\t\telem = elem.content || elem;\n\t\t}\n\n\t\treturn jQuery.merge( [], elem.childNodes );\n\t}\n}, function( name, fn ) {\n\tjQuery.fn[ name ] = function( until, selector ) {\n\t\tvar matched = jQuery.map( this, fn, until );\n\n\t\tif ( name.slice( -5 ) !== \"Until\" ) {\n\t\t\tselector = until;\n\t\t}\n\n\t\tif ( selector && typeof selector === \"string\" ) {\n\t\t\tmatched = jQuery.filter( selector, matched );\n\t\t}\n\n\t\tif ( this.length > 1 ) {\n\n\t\t\t// Remove duplicates\n\t\t\tif ( !guaranteedUnique[ name ] ) {\n\t\t\t\tjQuery.uniqueSort( matched );\n\t\t\t}\n\n\t\t\t// Reverse order for parents* and prev-derivatives\n\t\t\tif ( rparentsprev.test( name ) ) {\n\t\t\t\tmatched.reverse();\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched );\n\t};\n} );\nvar rnothtmlwhite = ( /[^\\x20\\t\\r\\n\\f]+/g );\n\n\n\n// Convert String-formatted options into Object-formatted ones\nfunction createOptions( options ) {\n\tvar object = {};\n\tjQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) {\n\t\tobject[ flag ] = true;\n\t} );\n\treturn object;\n}\n\n/*\n * Create a callback list using the following parameters:\n *\n *\toptions: an optional list of space-separated options that will change how\n *\t\t\tthe callback list behaves or a more traditional option object\n *\n * By default a callback list will act like an event callback list and can be\n * \"fired\" multiple times.\n *\n * Possible options:\n *\n *\tonce:\t\t\twill ensure the callback list can only be fired once (like a Deferred)\n *\n *\tmemory:\t\t\twill keep track of previous values and will call any callback added\n *\t\t\t\t\tafter the list has been fired right away with the latest \"memorized\"\n *\t\t\t\t\tvalues (like a Deferred)\n *\n *\tunique:\t\t\twill ensure a callback can only be added once (no duplicate in the list)\n *\n *\tstopOnFalse:\tinterrupt callings when a callback returns false\n *\n */\njQuery.Callbacks = function( options ) {\n\n\t// Convert options from String-formatted to Object-formatted if needed\n\t// (we check in cache first)\n\toptions = typeof options === \"string\" ?\n\t\tcreateOptions( options ) :\n\t\tjQuery.extend( {}, options );\n\n\tvar // Flag to know if list is currently firing\n\t\tfiring,\n\n\t\t// Last fire value for non-forgettable lists\n\t\tmemory,\n\n\t\t// Flag to know if list was already fired\n\t\tfired,\n\n\t\t// Flag to prevent firing\n\t\tlocked,\n\n\t\t// Actual callback list\n\t\tlist = [],\n\n\t\t// Queue of execution data for repeatable lists\n\t\tqueue = [],\n\n\t\t// Index of currently firing callback (modified by add/remove as needed)\n\t\tfiringIndex = -1,\n\n\t\t// Fire callbacks\n\t\tfire = function() {\n\n\t\t\t// Enforce single-firing\n\t\t\tlocked = locked || options.once;\n\n\t\t\t// Execute callbacks for all pending executions,\n\t\t\t// respecting firingIndex overrides and runtime changes\n\t\t\tfired = firing = true;\n\t\t\tfor ( ; queue.length; firingIndex = -1 ) {\n\t\t\t\tmemory = queue.shift();\n\t\t\t\twhile ( ++firingIndex < list.length ) {\n\n\t\t\t\t\t// Run callback and check for early termination\n\t\t\t\t\tif ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false &&\n\t\t\t\t\t\toptions.stopOnFalse ) {\n\n\t\t\t\t\t\t// Jump to end and forget the data so .add doesn't re-fire\n\t\t\t\t\t\tfiringIndex = list.length;\n\t\t\t\t\t\tmemory = false;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Forget the data if we're done with it\n\t\t\tif ( !options.memory ) {\n\t\t\t\tmemory = false;\n\t\t\t}\n\n\t\t\tfiring = false;\n\n\t\t\t// Clean up if we're done firing for good\n\t\t\tif ( locked ) {\n\n\t\t\t\t// Keep an empty list if we have data for future add calls\n\t\t\t\tif ( memory ) {\n\t\t\t\t\tlist = [];\n\n\t\t\t\t// Otherwise, this object is spent\n\t\t\t\t} else {\n\t\t\t\t\tlist = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\t// Actual Callbacks object\n\t\tself = {\n\n\t\t\t// Add a callback or a collection of callbacks to the list\n\t\t\tadd: function() {\n\t\t\t\tif ( list ) {\n\n\t\t\t\t\t// If we have memory from a past run, we should fire after adding\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfiringIndex = list.length - 1;\n\t\t\t\t\t\tqueue.push( memory );\n\t\t\t\t\t}\n\n\t\t\t\t\t( function add( args ) {\n\t\t\t\t\t\tjQuery.each( args, function( _, arg ) {\n\t\t\t\t\t\t\tif ( isFunction( arg ) ) {\n\t\t\t\t\t\t\t\tif ( !options.unique || !self.has( arg ) ) {\n\t\t\t\t\t\t\t\t\tlist.push( arg );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if ( arg && arg.length && toType( arg ) !== \"string\" ) {\n\n\t\t\t\t\t\t\t\t// Inspect recursively\n\t\t\t\t\t\t\t\tadd( arg );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} );\n\t\t\t\t\t} )( arguments );\n\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfire();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Remove a callback from the list\n\t\t\tremove: function() {\n\t\t\t\tjQuery.each( arguments, function( _, arg ) {\n\t\t\t\t\tvar index;\n\t\t\t\t\twhile ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {\n\t\t\t\t\t\tlist.splice( index, 1 );\n\n\t\t\t\t\t\t// Handle firing indexes\n\t\t\t\t\t\tif ( index <= firingIndex ) {\n\t\t\t\t\t\t\tfiringIndex--;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Check if a given callback is in the list.\n\t\t\t// If no argument is given, return whether or not list has callbacks attached.\n\t\t\thas: function( fn ) {\n\t\t\t\treturn fn ?\n\t\t\t\t\tjQuery.inArray( fn, list ) > -1 :\n\t\t\t\t\tlist.length > 0;\n\t\t\t},\n\n\t\t\t// Remove all callbacks from the list\n\t\t\tempty: function() {\n\t\t\t\tif ( list ) {\n\t\t\t\t\tlist = [];\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Disable .fire and .add\n\t\t\t// Abort any current/pending executions\n\t\t\t// Clear all callbacks and values\n\t\t\tdisable: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tlist = memory = \"\";\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tdisabled: function() {\n\t\t\t\treturn !list;\n\t\t\t},\n\n\t\t\t// Disable .fire\n\t\t\t// Also disable .add unless we have memory (since it would have no effect)\n\t\t\t// Abort any pending executions\n\t\t\tlock: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tif ( !memory && !firing ) {\n\t\t\t\t\tlist = memory = \"\";\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tlocked: function() {\n\t\t\t\treturn !!locked;\n\t\t\t},\n\n\t\t\t// Call all callbacks with the given context and arguments\n\t\t\tfireWith: function( context, args ) {\n\t\t\t\tif ( !locked ) {\n\t\t\t\t\targs = args || [];\n\t\t\t\t\targs = [ context, args.slice ? args.slice() : args ];\n\t\t\t\t\tqueue.push( args );\n\t\t\t\t\tif ( !firing ) {\n\t\t\t\t\t\tfire();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Call all the callbacks with the given arguments\n\t\t\tfire: function() {\n\t\t\t\tself.fireWith( this, arguments );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// To know if the callbacks have already been called at least once\n\t\t\tfired: function() {\n\t\t\t\treturn !!fired;\n\t\t\t}\n\t\t};\n\n\treturn self;\n};\n\n\nfunction Identity( v ) {\n\treturn v;\n}\nfunction Thrower( ex ) {\n\tthrow ex;\n}\n\nfunction adoptValue( value, resolve, reject, noValue ) {\n\tvar method;\n\n\ttry {\n\n\t\t// Check for promise aspect first to privilege synchronous behavior\n\t\tif ( value && isFunction( ( method = value.promise ) ) ) {\n\t\t\tmethod.call( value ).done( resolve ).fail( reject );\n\n\t\t// Other thenables\n\t\t} else if ( value && isFunction( ( method = value.then ) ) ) {\n\t\t\tmethod.call( value, resolve, reject );\n\n\t\t// Other non-thenables\n\t\t} else {\n\n\t\t\t// Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer:\n\t\t\t// * false: [ value ].slice( 0 ) => resolve( value )\n\t\t\t// * true: [ value ].slice( 1 ) => resolve()\n\t\t\tresolve.apply( undefined, [ value ].slice( noValue ) );\n\t\t}\n\n\t// For Promises/A+, convert exceptions into rejections\n\t// Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in\n\t// Deferred#then to conditionally suppress rejection.\n\t} catch ( value ) {\n\n\t\t// Support: Android 4.0 only\n\t\t// Strict mode functions invoked without .call/.apply get global-object context\n\t\treject.apply( undefined, [ value ] );\n\t}\n}\n\njQuery.extend( {\n\n\tDeferred: function( func ) {\n\t\tvar tuples = [\n\n\t\t\t\t// action, add listener, callbacks,\n\t\t\t\t// ... .then handlers, argument index, [final state]\n\t\t\t\t[ \"notify\", \"progress\", jQuery.Callbacks( \"memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"memory\" ), 2 ],\n\t\t\t\t[ \"resolve\", \"done\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 0, \"resolved\" ],\n\t\t\t\t[ \"reject\", \"fail\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 1, \"rejected\" ]\n\t\t\t],\n\t\t\tstate = \"pending\",\n\t\t\tpromise = {\n\t\t\t\tstate: function() {\n\t\t\t\t\treturn state;\n\t\t\t\t},\n\t\t\t\talways: function() {\n\t\t\t\t\tdeferred.done( arguments ).fail( arguments );\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\t\t\t\t\"catch\": function( fn ) {\n\t\t\t\t\treturn promise.then( null, fn );\n\t\t\t\t},\n\n\t\t\t\t// Keep pipe for back-compat\n\t\t\t\tpipe: function( /* fnDone, fnFail, fnProgress */ ) {\n\t\t\t\t\tvar fns = arguments;\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\t\t\t\t\t\tjQuery.each( tuples, function( i, tuple ) {\n\n\t\t\t\t\t\t\t// Map tuples (progress, done, fail) to arguments (done, fail, progress)\n\t\t\t\t\t\t\tvar fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ];\n\n\t\t\t\t\t\t\t// deferred.progress(function() { bind to newDefer or newDefer.notify })\n\t\t\t\t\t\t\t// deferred.done(function() { bind to newDefer or newDefer.resolve })\n\t\t\t\t\t\t\t// deferred.fail(function() { bind to newDefer or newDefer.reject })\n\t\t\t\t\t\t\tdeferred[ tuple[ 1 ] ]( function() {\n\t\t\t\t\t\t\t\tvar returned = fn && fn.apply( this, arguments );\n\t\t\t\t\t\t\t\tif ( returned && isFunction( returned.promise ) ) {\n\t\t\t\t\t\t\t\t\treturned.promise()\n\t\t\t\t\t\t\t\t\t\t.progress( newDefer.notify )\n\t\t\t\t\t\t\t\t\t\t.done( newDefer.resolve )\n\t\t\t\t\t\t\t\t\t\t.fail( newDefer.reject );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tnewDefer[ tuple[ 0 ] + \"With\" ](\n\t\t\t\t\t\t\t\t\t\tthis,\n\t\t\t\t\t\t\t\t\t\tfn ? [ returned ] : arguments\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t} );\n\t\t\t\t\t\tfns = null;\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\t\t\t\tthen: function( onFulfilled, onRejected, onProgress ) {\n\t\t\t\t\tvar maxDepth = 0;\n\t\t\t\t\tfunction resolve( depth, deferred, handler, special ) {\n\t\t\t\t\t\treturn function() {\n\t\t\t\t\t\t\tvar that = this,\n\t\t\t\t\t\t\t\targs = arguments,\n\t\t\t\t\t\t\t\tmightThrow = function() {\n\t\t\t\t\t\t\t\t\tvar returned, then;\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.3\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-59\n\t\t\t\t\t\t\t\t\t// Ignore double-resolution attempts\n\t\t\t\t\t\t\t\t\tif ( depth < maxDepth ) {\n\t\t\t\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\treturned = handler.apply( that, args );\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.1\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-48\n\t\t\t\t\t\t\t\t\tif ( returned === deferred.promise() ) {\n\t\t\t\t\t\t\t\t\t\tthrow new TypeError( \"Thenable self-resolution\" );\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ sections 2.3.3.1, 3.5\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-54\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-75\n\t\t\t\t\t\t\t\t\t// Retrieve `then` only once\n\t\t\t\t\t\t\t\t\tthen = returned &&\n\n\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.4\n\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-64\n\t\t\t\t\t\t\t\t\t\t// Only check objects and functions for thenability\n\t\t\t\t\t\t\t\t\t\t( typeof returned === \"object\" ||\n\t\t\t\t\t\t\t\t\t\t\ttypeof returned === \"function\" ) &&\n\t\t\t\t\t\t\t\t\t\treturned.then;\n\n\t\t\t\t\t\t\t\t\t// Handle a returned thenable\n\t\t\t\t\t\t\t\t\tif ( isFunction( then ) ) {\n\n\t\t\t\t\t\t\t\t\t\t// Special processors (notify) just wait for resolution\n\t\t\t\t\t\t\t\t\t\tif ( special ) {\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special )\n\t\t\t\t\t\t\t\t\t\t\t);\n\n\t\t\t\t\t\t\t\t\t\t// Normal processors (resolve) also hook into progress\n\t\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\t\t// ...and disregard older resolution values\n\t\t\t\t\t\t\t\t\t\t\tmaxDepth++;\n\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity,\n\t\t\t\t\t\t\t\t\t\t\t\t\tdeferred.notifyWith )\n\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Handle all other returned values\n\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\t\t\t\tif ( handler !== Identity ) {\n\t\t\t\t\t\t\t\t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\targs = [ returned ];\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t// Process the value(s)\n\t\t\t\t\t\t\t\t\t\t// Default process is resolve\n\t\t\t\t\t\t\t\t\t\t( special || deferred.resolveWith )( that, args );\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\t\t// Only normal processors (resolve) catch and reject exceptions\n\t\t\t\t\t\t\t\tprocess = special ?\n\t\t\t\t\t\t\t\t\tmightThrow :\n\t\t\t\t\t\t\t\t\tfunction() {\n\t\t\t\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\t\t\t\tmightThrow();\n\t\t\t\t\t\t\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t\t\t\t\t\t\tif ( jQuery.Deferred.exceptionHook ) {\n\t\t\t\t\t\t\t\t\t\t\t\tjQuery.Deferred.exceptionHook( e,\n\t\t\t\t\t\t\t\t\t\t\t\t\tprocess.stackTrace );\n\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.4.1\n\t\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-61\n\t\t\t\t\t\t\t\t\t\t\t// Ignore post-resolution exceptions\n\t\t\t\t\t\t\t\t\t\t\tif ( depth + 1 >= maxDepth ) {\n\n\t\t\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\t\t\t\t\t\tif ( handler !== Thrower ) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\t\t\targs = [ e ];\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t\tdeferred.rejectWith( that, args );\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t};\n\n\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.1\n\t\t\t\t\t\t\t// https://promisesaplus.com/#point-57\n\t\t\t\t\t\t\t// Re-resolve promises immediately to dodge false rejection from\n\t\t\t\t\t\t\t// subsequent errors\n\t\t\t\t\t\t\tif ( depth ) {\n\t\t\t\t\t\t\t\tprocess();\n\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t// Call an optional hook to record the stack, in case of exception\n\t\t\t\t\t\t\t\t// since it's otherwise lost when execution goes async\n\t\t\t\t\t\t\t\tif ( jQuery.Deferred.getStackHook ) {\n\t\t\t\t\t\t\t\t\tprocess.stackTrace = jQuery.Deferred.getStackHook();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\twindow.setTimeout( process );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t};\n\t\t\t\t\t}\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\n\t\t\t\t\t\t// progress_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 0 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onProgress ) ?\n\t\t\t\t\t\t\t\t\tonProgress :\n\t\t\t\t\t\t\t\t\tIdentity,\n\t\t\t\t\t\t\t\tnewDefer.notifyWith\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// fulfilled_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 1 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onFulfilled ) ?\n\t\t\t\t\t\t\t\t\tonFulfilled :\n\t\t\t\t\t\t\t\t\tIdentity\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// rejected_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 2 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onRejected ) ?\n\t\t\t\t\t\t\t\t\tonRejected :\n\t\t\t\t\t\t\t\t\tThrower\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\n\t\t\t\t// Get a promise for this deferred\n\t\t\t\t// If obj is provided, the promise aspect is added to the object\n\t\t\t\tpromise: function( obj ) {\n\t\t\t\t\treturn obj != null ? jQuery.extend( obj, promise ) : promise;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdeferred = {};\n\n\t\t// Add list-specific methods\n\t\tjQuery.each( tuples, function( i, tuple ) {\n\t\t\tvar list = tuple[ 2 ],\n\t\t\t\tstateString = tuple[ 5 ];\n\n\t\t\t// promise.progress = list.add\n\t\t\t// promise.done = list.add\n\t\t\t// promise.fail = list.add\n\t\t\tpromise[ tuple[ 1 ] ] = list.add;\n\n\t\t\t// Handle state\n\t\t\tif ( stateString ) {\n\t\t\t\tlist.add(\n\t\t\t\t\tfunction() {\n\n\t\t\t\t\t\t// state = \"resolved\" (i.e., fulfilled)\n\t\t\t\t\t\t// state = \"rejected\"\n\t\t\t\t\t\tstate = stateString;\n\t\t\t\t\t},\n\n\t\t\t\t\t// rejected_callbacks.disable\n\t\t\t\t\t// fulfilled_callbacks.disable\n\t\t\t\t\ttuples[ 3 - i ][ 2 ].disable,\n\n\t\t\t\t\t// rejected_handlers.disable\n\t\t\t\t\t// fulfilled_handlers.disable\n\t\t\t\t\ttuples[ 3 - i ][ 3 ].disable,\n\n\t\t\t\t\t// progress_callbacks.lock\n\t\t\t\t\ttuples[ 0 ][ 2 ].lock,\n\n\t\t\t\t\t// progress_handlers.lock\n\t\t\t\t\ttuples[ 0 ][ 3 ].lock\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// progress_handlers.fire\n\t\t\t// fulfilled_handlers.fire\n\t\t\t// rejected_handlers.fire\n\t\t\tlist.add( tuple[ 3 ].fire );\n\n\t\t\t// deferred.notify = function() { deferred.notifyWith(...) }\n\t\t\t// deferred.resolve = function() { deferred.resolveWith(...) }\n\t\t\t// deferred.reject = function() { deferred.rejectWith(...) }\n\t\t\tdeferred[ tuple[ 0 ] ] = function() {\n\t\t\t\tdeferred[ tuple[ 0 ] + \"With\" ]( this === deferred ? undefined : this, arguments );\n\t\t\t\treturn this;\n\t\t\t};\n\n\t\t\t// deferred.notifyWith = list.fireWith\n\t\t\t// deferred.resolveWith = list.fireWith\n\t\t\t// deferred.rejectWith = list.fireWith\n\t\t\tdeferred[ tuple[ 0 ] + \"With\" ] = list.fireWith;\n\t\t} );\n\n\t\t// Make the deferred a promise\n\t\tpromise.promise( deferred );\n\n\t\t// Call given func if any\n\t\tif ( func ) {\n\t\t\tfunc.call( deferred, deferred );\n\t\t}\n\n\t\t// All done!\n\t\treturn deferred;\n\t},\n\n\t// Deferred helper\n\twhen: function( singleValue ) {\n\t\tvar\n\n\t\t\t// count of uncompleted subordinates\n\t\t\tremaining = arguments.length,\n\n\t\t\t// count of unprocessed arguments\n\t\t\ti = remaining,\n\n\t\t\t// subordinate fulfillment data\n\t\t\tresolveContexts = Array( i ),\n\t\t\tresolveValues = slice.call( arguments ),\n\n\t\t\t// the master Deferred\n\t\t\tmaster = jQuery.Deferred(),\n\n\t\t\t// subordinate callback factory\n\t\t\tupdateFunc = function( i ) {\n\t\t\t\treturn function( value ) {\n\t\t\t\t\tresolveContexts[ i ] = this;\n\t\t\t\t\tresolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value;\n\t\t\t\t\tif ( !( --remaining ) ) {\n\t\t\t\t\t\tmaster.resolveWith( resolveContexts, resolveValues );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t\t};\n\n\t\t// Single- and empty arguments are adopted like Promise.resolve\n\t\tif ( remaining <= 1 ) {\n\t\t\tadoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject,\n\t\t\t\t!remaining );\n\n\t\t\t// Use .then() to unwrap secondary thenables (cf. gh-3000)\n\t\t\tif ( master.state() === \"pending\" ||\n\t\t\t\tisFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) {\n\n\t\t\t\treturn master.then();\n\t\t\t}\n\t\t}\n\n\t\t// Multiple arguments are aggregated like Promise.all array elements\n\t\twhile ( i-- ) {\n\t\t\tadoptValue( resolveValues[ i ], updateFunc( i ), master.reject );\n\t\t}\n\n\t\treturn master.promise();\n\t}\n} );\n\n\n// These usually indicate a programmer mistake during development,\n// warn about them ASAP rather than swallowing them by default.\nvar rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;\n\njQuery.Deferred.exceptionHook = function( error, stack ) {\n\n\t// Support: IE 8 - 9 only\n\t// Console exists when dev tools are open, which can happen at any time\n\tif ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) {\n\t\twindow.console.warn( \"jQuery.Deferred exception: \" + error.message, error.stack, stack );\n\t}\n};\n\n\n\n\njQuery.readyException = function( error ) {\n\twindow.setTimeout( function() {\n\t\tthrow error;\n\t} );\n};\n\n\n\n\n// The deferred used on DOM ready\nvar readyList = jQuery.Deferred();\n\njQuery.fn.ready = function( fn ) {\n\n\treadyList\n\t\t.then( fn )\n\n\t\t// Wrap jQuery.readyException in a function so that the lookup\n\t\t// happens at the time of error handling instead of callback\n\t\t// registration.\n\t\t.catch( function( error ) {\n\t\t\tjQuery.readyException( error );\n\t\t} );\n\n\treturn this;\n};\n\njQuery.extend( {\n\n\t// Is the DOM ready to be used? Set to true once it occurs.\n\tisReady: false,\n\n\t// A counter to track how many items to wait for before\n\t// the ready event fires. See #6781\n\treadyWait: 1,\n\n\t// Handle when the DOM is ready\n\tready: function( wait ) {\n\n\t\t// Abort if there are pending holds or we're already ready\n\t\tif ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Remember that the DOM is ready\n\t\tjQuery.isReady = true;\n\n\t\t// If a normal DOM Ready event fired, decrement, and wait if need be\n\t\tif ( wait !== true && --jQuery.readyWait > 0 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// If there are functions bound, to execute\n\t\treadyList.resolveWith( document, [ jQuery ] );\n\t}\n} );\n\njQuery.ready.then = readyList.then;\n\n// The ready event handler and self cleanup method\nfunction completed() {\n\tdocument.removeEventListener( \"DOMContentLoaded\", completed );\n\twindow.removeEventListener( \"load\", completed );\n\tjQuery.ready();\n}\n\n// Catch cases where $(document).ready() is called\n// after the browser event has already occurred.\n// Support: IE <=9 - 10 only\n// Older IE sometimes signals \"interactive\" too soon\nif ( document.readyState === \"complete\" ||\n\t( document.readyState !== \"loading\" && !document.documentElement.doScroll ) ) {\n\n\t// Handle it asynchronously to allow scripts the opportunity to delay ready\n\twindow.setTimeout( jQuery.ready );\n\n} else {\n\n\t// Use the handy event callback\n\tdocument.addEventListener( \"DOMContentLoaded\", completed );\n\n\t// A fallback to window.onload, that will always work\n\twindow.addEventListener( \"load\", completed );\n}\n\n\n\n\n// Multifunctional method to get and set values of a collection\n// The value/s can optionally be executed if it's a function\nvar access = function( elems, fn, key, value, chainable, emptyGet, raw ) {\n\tvar i = 0,\n\t\tlen = elems.length,\n\t\tbulk = key == null;\n\n\t// Sets many values\n\tif ( toType( key ) === \"object\" ) {\n\t\tchainable = true;\n\t\tfor ( i in key ) {\n\t\t\taccess( elems, fn, i, key[ i ], true, emptyGet, raw );\n\t\t}\n\n\t// Sets one value\n\t} else if ( value !== undefined ) {\n\t\tchainable = true;\n\n\t\tif ( !isFunction( value ) ) {\n\t\t\traw = true;\n\t\t}\n\n\t\tif ( bulk ) {\n\n\t\t\t// Bulk operations run against the entire set\n\t\t\tif ( raw ) {\n\t\t\t\tfn.call( elems, value );\n\t\t\t\tfn = null;\n\n\t\t\t// ...except when executing function values\n\t\t\t} else {\n\t\t\t\tbulk = fn;\n\t\t\t\tfn = function( elem, key, value ) {\n\t\t\t\t\treturn bulk.call( jQuery( elem ), value );\n\t\t\t\t};\n\t\t\t}\n\t\t}\n\n\t\tif ( fn ) {\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\tfn(\n\t\t\t\t\telems[ i ], key, raw ?\n\t\t\t\t\tvalue :\n\t\t\t\t\tvalue.call( elems[ i ], i, fn( elems[ i ], key ) )\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( chainable ) {\n\t\treturn elems;\n\t}\n\n\t// Gets\n\tif ( bulk ) {\n\t\treturn fn.call( elems );\n\t}\n\n\treturn len ? fn( elems[ 0 ], key ) : emptyGet;\n};\n\n\n// Matches dashed string for camelizing\nvar rmsPrefix = /^-ms-/,\n\trdashAlpha = /-([a-z])/g;\n\n// Used by camelCase as callback to replace()\nfunction fcamelCase( all, letter ) {\n\treturn letter.toUpperCase();\n}\n\n// Convert dashed to camelCase; used by the css and data modules\n// Support: IE <=9 - 11, Edge 12 - 15\n// Microsoft forgot to hump their vendor prefix (#9572)\nfunction camelCase( string ) {\n\treturn string.replace( rmsPrefix, \"ms-\" ).replace( rdashAlpha, fcamelCase );\n}\nvar acceptData = function( owner ) {\n\n\t// Accepts only:\n\t// - Node\n\t// - Node.ELEMENT_NODE\n\t// - Node.DOCUMENT_NODE\n\t// - Object\n\t// - Any\n\treturn owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );\n};\n\n\n\n\nfunction Data() {\n\tthis.expando = jQuery.expando + Data.uid++;\n}\n\nData.uid = 1;\n\nData.prototype = {\n\n\tcache: function( owner ) {\n\n\t\t// Check if the owner object already has a cache\n\t\tvar value = owner[ this.expando ];\n\n\t\t// If not, create one\n\t\tif ( !value ) {\n\t\t\tvalue = {};\n\n\t\t\t// We can accept data for non-element nodes in modern browsers,\n\t\t\t// but we should not, see #8335.\n\t\t\t// Always return an empty object.\n\t\t\tif ( acceptData( owner ) ) {\n\n\t\t\t\t// If it is a node unlikely to be stringify-ed or looped over\n\t\t\t\t// use plain assignment\n\t\t\t\tif ( owner.nodeType ) {\n\t\t\t\t\towner[ this.expando ] = value;\n\n\t\t\t\t// Otherwise secure it in a non-enumerable property\n\t\t\t\t// configurable must be true to allow the property to be\n\t\t\t\t// deleted when data is removed\n\t\t\t\t} else {\n\t\t\t\t\tObject.defineProperty( owner, this.expando, {\n\t\t\t\t\t\tvalue: value,\n\t\t\t\t\t\tconfigurable: true\n\t\t\t\t\t} );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn value;\n\t},\n\tset: function( owner, data, value ) {\n\t\tvar prop,\n\t\t\tcache = this.cache( owner );\n\n\t\t// Handle: [ owner, key, value ] args\n\t\t// Always use camelCase key (gh-2257)\n\t\tif ( typeof data === \"string\" ) {\n\t\t\tcache[ camelCase( data ) ] = value;\n\n\t\t// Handle: [ owner, { properties } ] args\n\t\t} else {\n\n\t\t\t// Copy the properties one-by-one to the cache object\n\t\t\tfor ( prop in data ) {\n\t\t\t\tcache[ camelCase( prop ) ] = data[ prop ];\n\t\t\t}\n\t\t}\n\t\treturn cache;\n\t},\n\tget: function( owner, key ) {\n\t\treturn key === undefined ?\n\t\t\tthis.cache( owner ) :\n\n\t\t\t// Always use camelCase key (gh-2257)\n\t\t\towner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ];\n\t},\n\taccess: function( owner, key, value ) {\n\n\t\t// In cases where either:\n\t\t//\n\t\t// 1. No key was specified\n\t\t// 2. A string key was specified, but no value provided\n\t\t//\n\t\t// Take the \"read\" path and allow the get method to determine\n\t\t// which value to return, respectively either:\n\t\t//\n\t\t// 1. The entire cache object\n\t\t// 2. The data stored at the key\n\t\t//\n\t\tif ( key === undefined ||\n\t\t\t\t( ( key && typeof key === \"string\" ) && value === undefined ) ) {\n\n\t\t\treturn this.get( owner, key );\n\t\t}\n\n\t\t// When the key is not a string, or both a key and value\n\t\t// are specified, set or extend (existing objects) with either:\n\t\t//\n\t\t// 1. An object of properties\n\t\t// 2. A key and value\n\t\t//\n\t\tthis.set( owner, key, value );\n\n\t\t// Since the \"set\" path can have two possible entry points\n\t\t// return the expected data based on which path was taken[*]\n\t\treturn value !== undefined ? value : key;\n\t},\n\tremove: function( owner, key ) {\n\t\tvar i,\n\t\t\tcache = owner[ this.expando ];\n\n\t\tif ( cache === undefined ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( key !== undefined ) {\n\n\t\t\t// Support array or space separated string of keys\n\t\t\tif ( Array.isArray( key ) ) {\n\n\t\t\t\t// If key is an array of keys...\n\t\t\t\t// We always set camelCase keys, so remove that.\n\t\t\t\tkey = key.map( camelCase );\n\t\t\t} else {\n\t\t\t\tkey = camelCase( key );\n\n\t\t\t\t// If a key with the spaces exists, use it.\n\t\t\t\t// Otherwise, create an array by matching non-whitespace\n\t\t\t\tkey = key in cache ?\n\t\t\t\t\t[ key ] :\n\t\t\t\t\t( key.match( rnothtmlwhite ) || [] );\n\t\t\t}\n\n\t\t\ti = key.length;\n\n\t\t\twhile ( i-- ) {\n\t\t\t\tdelete cache[ key[ i ] ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove the expando if there's no more data\n\t\tif ( key === undefined || jQuery.isEmptyObject( cache ) ) {\n\n\t\t\t// Support: Chrome <=35 - 45\n\t\t\t// Webkit & Blink performance suffers when deleting properties\n\t\t\t// from DOM nodes, so set to undefined instead\n\t\t\t// https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted)\n\t\t\tif ( owner.nodeType ) {\n\t\t\t\towner[ this.expando ] = undefined;\n\t\t\t} else {\n\t\t\t\tdelete owner[ this.expando ];\n\t\t\t}\n\t\t}\n\t},\n\thasData: function( owner ) {\n\t\tvar cache = owner[ this.expando ];\n\t\treturn cache !== undefined && !jQuery.isEmptyObject( cache );\n\t}\n};\nvar dataPriv = new Data();\n\nvar dataUser = new Data();\n\n\n\n//\tImplementation Summary\n//\n//\t1. Enforce API surface and semantic compatibility with 1.9.x branch\n//\t2. Improve the module's maintainability by reducing the storage\n//\t\tpaths to a single mechanism.\n//\t3. Use the same single mechanism to support \"private\" and \"user\" data.\n//\t4. _Never_ expose \"private\" data to user code (TODO: Drop _data, _removeData)\n//\t5. Avoid exposing implementation details on user objects (eg. expando properties)\n//\t6. Provide a clear path for implementation upgrade to WeakMap in 2014\n\nvar rbrace = /^(?:\\{[\\w\\W]*\\}|\\[[\\w\\W]*\\])$/,\n\trmultiDash = /[A-Z]/g;\n\nfunction getData( data ) {\n\tif ( data === \"true\" ) {\n\t\treturn true;\n\t}\n\n\tif ( data === \"false\" ) {\n\t\treturn false;\n\t}\n\n\tif ( data === \"null\" ) {\n\t\treturn null;\n\t}\n\n\t// Only convert to a number if it doesn't change the string\n\tif ( data === +data + \"\" ) {\n\t\treturn +data;\n\t}\n\n\tif ( rbrace.test( data ) ) {\n\t\treturn JSON.parse( data );\n\t}\n\n\treturn data;\n}\n\nfunction dataAttr( elem, key, data ) {\n\tvar name;\n\n\t// If nothing was found internally, try to fetch any\n\t// data from the HTML5 data-* attribute\n\tif ( data === undefined && elem.nodeType === 1 ) {\n\t\tname = \"data-\" + key.replace( rmultiDash, \"-$&\" ).toLowerCase();\n\t\tdata = elem.getAttribute( name );\n\n\t\tif ( typeof data === \"string\" ) {\n\t\t\ttry {\n\t\t\t\tdata = getData( data );\n\t\t\t} catch ( e ) {}\n\n\t\t\t// Make sure we set the data so it isn't changed later\n\t\t\tdataUser.set( elem, key, data );\n\t\t} else {\n\t\t\tdata = undefined;\n\t\t}\n\t}\n\treturn data;\n}\n\njQuery.extend( {\n\thasData: function( elem ) {\n\t\treturn dataUser.hasData( elem ) || dataPriv.hasData( elem );\n\t},\n\n\tdata: function( elem, name, data ) {\n\t\treturn dataUser.access( elem, name, data );\n\t},\n\n\tremoveData: function( elem, name ) {\n\t\tdataUser.remove( elem, name );\n\t},\n\n\t// TODO: Now that all calls to _data and _removeData have been replaced\n\t// with direct calls to dataPriv methods, these can be deprecated.\n\t_data: function( elem, name, data ) {\n\t\treturn dataPriv.access( elem, name, data );\n\t},\n\n\t_removeData: function( elem, name ) {\n\t\tdataPriv.remove( elem, name );\n\t}\n} );\n\njQuery.fn.extend( {\n\tdata: function( key, value ) {\n\t\tvar i, name, data,\n\t\t\telem = this[ 0 ],\n\t\t\tattrs = elem && elem.attributes;\n\n\t\t// Gets all values\n\t\tif ( key === undefined ) {\n\t\t\tif ( this.length ) {\n\t\t\t\tdata = dataUser.get( elem );\n\n\t\t\t\tif ( elem.nodeType === 1 && !dataPriv.get( elem, \"hasDataAttrs\" ) ) {\n\t\t\t\t\ti = attrs.length;\n\t\t\t\t\twhile ( i-- ) {\n\n\t\t\t\t\t\t// Support: IE 11 only\n\t\t\t\t\t\t// The attrs elements can be null (#14894)\n\t\t\t\t\t\tif ( attrs[ i ] ) {\n\t\t\t\t\t\t\tname = attrs[ i ].name;\n\t\t\t\t\t\t\tif ( name.indexOf( \"data-\" ) === 0 ) {\n\t\t\t\t\t\t\t\tname = camelCase( name.slice( 5 ) );\n\t\t\t\t\t\t\t\tdataAttr( elem, name, data[ name ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tdataPriv.set( elem, \"hasDataAttrs\", true );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn data;\n\t\t}\n\n\t\t// Sets multiple values\n\t\tif ( typeof key === \"object\" ) {\n\t\t\treturn this.each( function() {\n\t\t\t\tdataUser.set( this, key );\n\t\t\t} );\n\t\t}\n\n\t\treturn access( this, function( value ) {\n\t\t\tvar data;\n\n\t\t\t// The calling jQuery object (element matches) is not empty\n\t\t\t// (and therefore has an element appears at this[ 0 ]) and the\n\t\t\t// `value` parameter was not undefined. An empty jQuery object\n\t\t\t// will result in `undefined` for elem = this[ 0 ] which will\n\t\t\t// throw an exception if an attempt to read a data cache is made.\n\t\t\tif ( elem && value === undefined ) {\n\n\t\t\t\t// Attempt to get data from the cache\n\t\t\t\t// The key will always be camelCased in Data\n\t\t\t\tdata = dataUser.get( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// Attempt to \"discover\" the data in\n\t\t\t\t// HTML5 custom data-* attrs\n\t\t\t\tdata = dataAttr( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// We tried really hard, but the data doesn't exist.\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Set the data...\n\t\t\tthis.each( function() {\n\n\t\t\t\t// We always store the camelCased key\n\t\t\t\tdataUser.set( this, key, value );\n\t\t\t} );\n\t\t}, null, value, arguments.length > 1, null, true );\n\t},\n\n\tremoveData: function( key ) {\n\t\treturn this.each( function() {\n\t\t\tdataUser.remove( this, key );\n\t\t} );\n\t}\n} );\n\n\njQuery.extend( {\n\tqueue: function( elem, type, data ) {\n\t\tvar queue;\n\n\t\tif ( elem ) {\n\t\t\ttype = ( type || \"fx\" ) + \"queue\";\n\t\t\tqueue = dataPriv.get( elem, type );\n\n\t\t\t// Speed up dequeue by getting out quickly if this is just a lookup\n\t\t\tif ( data ) {\n\t\t\t\tif ( !queue || Array.isArray( data ) ) {\n\t\t\t\t\tqueue = dataPriv.access( elem, type, jQuery.makeArray( data ) );\n\t\t\t\t} else {\n\t\t\t\t\tqueue.push( data );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn queue || [];\n\t\t}\n\t},\n\n\tdequeue: function( elem, type ) {\n\t\ttype = type || \"fx\";\n\n\t\tvar queue = jQuery.queue( elem, type ),\n\t\t\tstartLength = queue.length,\n\t\t\tfn = queue.shift(),\n\t\t\thooks = jQuery._queueHooks( elem, type ),\n\t\t\tnext = function() {\n\t\t\t\tjQuery.dequeue( elem, type );\n\t\t\t};\n\n\t\t// If the fx queue is dequeued, always remove the progress sentinel\n\t\tif ( fn === \"inprogress\" ) {\n\t\t\tfn = queue.shift();\n\t\t\tstartLength--;\n\t\t}\n\n\t\tif ( fn ) {\n\n\t\t\t// Add a progress sentinel to prevent the fx queue from being\n\t\t\t// automatically dequeued\n\t\t\tif ( type === \"fx\" ) {\n\t\t\t\tqueue.unshift( \"inprogress\" );\n\t\t\t}\n\n\t\t\t// Clear up the last queue stop function\n\t\t\tdelete hooks.stop;\n\t\t\tfn.call( elem, next, hooks );\n\t\t}\n\n\t\tif ( !startLength && hooks ) {\n\t\t\thooks.empty.fire();\n\t\t}\n\t},\n\n\t// Not public - generate a queueHooks object, or return the current one\n\t_queueHooks: function( elem, type ) {\n\t\tvar key = type + \"queueHooks\";\n\t\treturn dataPriv.get( elem, key ) || dataPriv.access( elem, key, {\n\t\t\tempty: jQuery.Callbacks( \"once memory\" ).add( function() {\n\t\t\t\tdataPriv.remove( elem, [ type + \"queue\", key ] );\n\t\t\t} )\n\t\t} );\n\t}\n} );\n\njQuery.fn.extend( {\n\tqueue: function( type, data ) {\n\t\tvar setter = 2;\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tdata = type;\n\t\t\ttype = \"fx\";\n\t\t\tsetter--;\n\t\t}\n\n\t\tif ( arguments.length < setter ) {\n\t\t\treturn jQuery.queue( this[ 0 ], type );\n\t\t}\n\n\t\treturn data === undefined ?\n\t\t\tthis :\n\t\t\tthis.each( function() {\n\t\t\t\tvar queue = jQuery.queue( this, type, data );\n\n\t\t\t\t// Ensure a hooks for this queue\n\t\t\t\tjQuery._queueHooks( this, type );\n\n\t\t\t\tif ( type === \"fx\" && queue[ 0 ] !== \"inprogress\" ) {\n\t\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t\t}\n\t\t\t} );\n\t},\n\tdequeue: function( type ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.dequeue( this, type );\n\t\t} );\n\t},\n\tclearQueue: function( type ) {\n\t\treturn this.queue( type || \"fx\", [] );\n\t},\n\n\t// Get a promise resolved when queues of a certain type\n\t// are emptied (fx is the type by default)\n\tpromise: function( type, obj ) {\n\t\tvar tmp,\n\t\t\tcount = 1,\n\t\t\tdefer = jQuery.Deferred(),\n\t\t\telements = this,\n\t\t\ti = this.length,\n\t\t\tresolve = function() {\n\t\t\t\tif ( !( --count ) ) {\n\t\t\t\t\tdefer.resolveWith( elements, [ elements ] );\n\t\t\t\t}\n\t\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tobj = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\ttype = type || \"fx\";\n\n\t\twhile ( i-- ) {\n\t\t\ttmp = dataPriv.get( elements[ i ], type + \"queueHooks\" );\n\t\t\tif ( tmp && tmp.empty ) {\n\t\t\t\tcount++;\n\t\t\t\ttmp.empty.add( resolve );\n\t\t\t}\n\t\t}\n\t\tresolve();\n\t\treturn defer.promise( obj );\n\t}\n} );\nvar pnum = ( /[+-]?(?:\\d*\\.|)\\d+(?:[eE][+-]?\\d+|)/ ).source;\n\nvar rcssNum = new RegExp( \"^(?:([+-])=|)(\" + pnum + \")([a-z%]*)$\", \"i\" );\n\n\nvar cssExpand = [ \"Top\", \"Right\", \"Bottom\", \"Left\" ];\n\nvar documentElement = document.documentElement;\n\n\n\n\tvar isAttached = function( elem ) {\n\t\t\treturn jQuery.contains( elem.ownerDocument, elem );\n\t\t},\n\t\tcomposed = { composed: true };\n\n\t// Support: IE 9 - 11+, Edge 12 - 18+, iOS 10.0 - 10.2 only\n\t// Check attachment across shadow DOM boundaries when possible (gh-3504)\n\t// Support: iOS 10.0-10.2 only\n\t// Early iOS 10 versions support `attachShadow` but not `getRootNode`,\n\t// leading to errors. We need to check for `getRootNode`.\n\tif ( documentElement.getRootNode ) {\n\t\tisAttached = function( elem ) {\n\t\t\treturn jQuery.contains( elem.ownerDocument, elem ) ||\n\t\t\t\telem.getRootNode( composed ) === elem.ownerDocument;\n\t\t};\n\t}\nvar isHiddenWithinTree = function( elem, el ) {\n\n\t\t// isHiddenWithinTree might be called from jQuery#filter function;\n\t\t// in that case, element will be second argument\n\t\telem = el || elem;\n\n\t\t// Inline style trumps all\n\t\treturn elem.style.display === \"none\" ||\n\t\t\telem.style.display === \"\" &&\n\n\t\t\t// Otherwise, check computed style\n\t\t\t// Support: Firefox <=43 - 45\n\t\t\t// Disconnected elements can have computed display: none, so first confirm that elem is\n\t\t\t// in the document.\n\t\t\tisAttached( elem ) &&\n\n\t\t\tjQuery.css( elem, \"display\" ) === \"none\";\n\t};\n\nvar swap = function( elem, options, callback, args ) {\n\tvar ret, name,\n\t\told = {};\n\n\t// Remember the old values, and insert the new ones\n\tfor ( name in options ) {\n\t\told[ name ] = elem.style[ name ];\n\t\telem.style[ name ] = options[ name ];\n\t}\n\n\tret = callback.apply( elem, args || [] );\n\n\t// Revert the old values\n\tfor ( name in options ) {\n\t\telem.style[ name ] = old[ name ];\n\t}\n\n\treturn ret;\n};\n\n\n\n\nfunction adjustCSS( elem, prop, valueParts, tween ) {\n\tvar adjusted, scale,\n\t\tmaxIterations = 20,\n\t\tcurrentValue = tween ?\n\t\t\tfunction() {\n\t\t\t\treturn tween.cur();\n\t\t\t} :\n\t\t\tfunction() {\n\t\t\t\treturn jQuery.css( elem, prop, \"\" );\n\t\t\t},\n\t\tinitial = currentValue(),\n\t\tunit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" ),\n\n\t\t// Starting value computation is required for potential unit mismatches\n\t\tinitialInUnit = elem.nodeType &&\n\t\t\t( jQuery.cssNumber[ prop ] || unit !== \"px\" && +initial ) &&\n\t\t\trcssNum.exec( jQuery.css( elem, prop ) );\n\n\tif ( initialInUnit && initialInUnit[ 3 ] !== unit ) {\n\n\t\t// Support: Firefox <=54\n\t\t// Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144)\n\t\tinitial = initial / 2;\n\n\t\t// Trust units reported by jQuery.css\n\t\tunit = unit || initialInUnit[ 3 ];\n\n\t\t// Iteratively approximate from a nonzero starting point\n\t\tinitialInUnit = +initial || 1;\n\n\t\twhile ( maxIterations-- ) {\n\n\t\t\t// Evaluate and update our best guess (doubling guesses that zero out).\n\t\t\t// Finish if the scale equals or crosses 1 (making the old*new product non-positive).\n\t\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\t\t\tif ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) {\n\t\t\t\tmaxIterations = 0;\n\t\t\t}\n\t\t\tinitialInUnit = initialInUnit / scale;\n\n\t\t}\n\n\t\tinitialInUnit = initialInUnit * 2;\n\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\n\t\t// Make sure we update the tween properties later on\n\t\tvalueParts = valueParts || [];\n\t}\n\n\tif ( valueParts ) {\n\t\tinitialInUnit = +initialInUnit || +initial || 0;\n\n\t\t// Apply relative offset (+=/-=) if specified\n\t\tadjusted = valueParts[ 1 ] ?\n\t\t\tinitialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] :\n\t\t\t+valueParts[ 2 ];\n\t\tif ( tween ) {\n\t\t\ttween.unit = unit;\n\t\t\ttween.start = initialInUnit;\n\t\t\ttween.end = adjusted;\n\t\t}\n\t}\n\treturn adjusted;\n}\n\n\nvar defaultDisplayMap = {};\n\nfunction getDefaultDisplay( elem ) {\n\tvar temp,\n\t\tdoc = elem.ownerDocument,\n\t\tnodeName = elem.nodeName,\n\t\tdisplay = defaultDisplayMap[ nodeName ];\n\n\tif ( display ) {\n\t\treturn display;\n\t}\n\n\ttemp = doc.body.appendChild( doc.createElement( nodeName ) );\n\tdisplay = jQuery.css( temp, \"display\" );\n\n\ttemp.parentNode.removeChild( temp );\n\n\tif ( display === \"none\" ) {\n\t\tdisplay = \"block\";\n\t}\n\tdefaultDisplayMap[ nodeName ] = display;\n\n\treturn display;\n}\n\nfunction showHide( elements, show ) {\n\tvar display, elem,\n\t\tvalues = [],\n\t\tindex = 0,\n\t\tlength = elements.length;\n\n\t// Determine new display value for elements that need to change\n\tfor ( ; index < length; index++ ) {\n\t\telem = elements[ index ];\n\t\tif ( !elem.style ) {\n\t\t\tcontinue;\n\t\t}\n\n\t\tdisplay = elem.style.display;\n\t\tif ( show ) {\n\n\t\t\t// Since we force visibility upon cascade-hidden elements, an immediate (and slow)\n\t\t\t// check is required in this first loop unless we have a nonempty display value (either\n\t\t\t// inline or about-to-be-restored)\n\t\t\tif ( display === \"none\" ) {\n\t\t\t\tvalues[ index ] = dataPriv.get( elem, \"display\" ) || null;\n\t\t\t\tif ( !values[ index ] ) {\n\t\t\t\t\telem.style.display = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t\tif ( elem.style.display === \"\" && isHiddenWithinTree( elem ) ) {\n\t\t\t\tvalues[ index ] = getDefaultDisplay( elem );\n\t\t\t}\n\t\t} else {\n\t\t\tif ( display !== \"none\" ) {\n\t\t\t\tvalues[ index ] = \"none\";\n\n\t\t\t\t// Remember what we're overwriting\n\t\t\t\tdataPriv.set( elem, \"display\", display );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Set the display of the elements in a second loop to avoid constant reflow\n\tfor ( index = 0; index < length; index++ ) {\n\t\tif ( values[ index ] != null ) {\n\t\t\telements[ index ].style.display = values[ index ];\n\t\t}\n\t}\n\n\treturn elements;\n}\n\njQuery.fn.extend( {\n\tshow: function() {\n\t\treturn showHide( this, true );\n\t},\n\thide: function() {\n\t\treturn showHide( this );\n\t},\n\ttoggle: function( state ) {\n\t\tif ( typeof state === \"boolean\" ) {\n\t\t\treturn state ? this.show() : this.hide();\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tif ( isHiddenWithinTree( this ) ) {\n\t\t\t\tjQuery( this ).show();\n\t\t\t} else {\n\t\t\t\tjQuery( this ).hide();\n\t\t\t}\n\t\t} );\n\t}\n} );\nvar rcheckableType = ( /^(?:checkbox|radio)$/i );\n\nvar rtagName = ( /<([a-z][^\\/\\0>\\x20\\t\\r\\n\\f]*)/i );\n\nvar rscriptType = ( /^$|^module$|\\/(?:java|ecma)script/i );\n\n\n\n// We have to close these tags to support XHTML (#13200)\nvar wrapMap = {\n\n\t// Support: IE <=9 only\n\toption: [ 1, \"\" ],\n\n\t// XHTML parsers do not magically insert elements in the\n\t// same way that tag soup parsers do. So we cannot shorten\n\t// this by omitting or other required elements.\n\tthead: [ 1, \"\", \"
    \" ],\n\tcol: [ 2, \"\", \"
    \" ],\n\ttr: [ 2, \"\", \"
    \" ],\n\ttd: [ 3, \"\", \"
    \" ],\n\n\t_default: [ 0, \"\", \"\" ]\n};\n\n// Support: IE <=9 only\nwrapMap.optgroup = wrapMap.option;\n\nwrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;\nwrapMap.th = wrapMap.td;\n\n\nfunction getAll( context, tag ) {\n\n\t// Support: IE <=9 - 11 only\n\t// Use typeof to avoid zero-argument method invocation on host objects (#15151)\n\tvar ret;\n\n\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\tret = context.getElementsByTagName( tag || \"*\" );\n\n\t} else if ( typeof context.querySelectorAll !== \"undefined\" ) {\n\t\tret = context.querySelectorAll( tag || \"*\" );\n\n\t} else {\n\t\tret = [];\n\t}\n\n\tif ( tag === undefined || tag && nodeName( context, tag ) ) {\n\t\treturn jQuery.merge( [ context ], ret );\n\t}\n\n\treturn ret;\n}\n\n\n// Mark scripts as having already been evaluated\nfunction setGlobalEval( elems, refElements ) {\n\tvar i = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\tdataPriv.set(\n\t\t\telems[ i ],\n\t\t\t\"globalEval\",\n\t\t\t!refElements || dataPriv.get( refElements[ i ], \"globalEval\" )\n\t\t);\n\t}\n}\n\n\nvar rhtml = /<|&#?\\w+;/;\n\nfunction buildFragment( elems, context, scripts, selection, ignored ) {\n\tvar elem, tmp, tag, wrap, attached, j,\n\t\tfragment = context.createDocumentFragment(),\n\t\tnodes = [],\n\t\ti = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\telem = elems[ i ];\n\n\t\tif ( elem || elem === 0 ) {\n\n\t\t\t// Add nodes directly\n\t\t\tif ( toType( elem ) === \"object\" ) {\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\tjQuery.merge( nodes, elem.nodeType ? [ elem ] : elem );\n\n\t\t\t// Convert non-html into a text node\n\t\t\t} else if ( !rhtml.test( elem ) ) {\n\t\t\t\tnodes.push( context.createTextNode( elem ) );\n\n\t\t\t// Convert html into DOM nodes\n\t\t\t} else {\n\t\t\t\ttmp = tmp || fragment.appendChild( context.createElement( \"div\" ) );\n\n\t\t\t\t// Deserialize a standard representation\n\t\t\t\ttag = ( rtagName.exec( elem ) || [ \"\", \"\" ] )[ 1 ].toLowerCase();\n\t\t\t\twrap = wrapMap[ tag ] || wrapMap._default;\n\t\t\t\ttmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ];\n\n\t\t\t\t// Descend through wrappers to the right content\n\t\t\t\tj = wrap[ 0 ];\n\t\t\t\twhile ( j-- ) {\n\t\t\t\t\ttmp = tmp.lastChild;\n\t\t\t\t}\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\tjQuery.merge( nodes, tmp.childNodes );\n\n\t\t\t\t// Remember the top-level container\n\t\t\t\ttmp = fragment.firstChild;\n\n\t\t\t\t// Ensure the created nodes are orphaned (#12392)\n\t\t\t\ttmp.textContent = \"\";\n\t\t\t}\n\t\t}\n\t}\n\n\t// Remove wrapper from fragment\n\tfragment.textContent = \"\";\n\n\ti = 0;\n\twhile ( ( elem = nodes[ i++ ] ) ) {\n\n\t\t// Skip elements already in the context collection (trac-4087)\n\t\tif ( selection && jQuery.inArray( elem, selection ) > -1 ) {\n\t\t\tif ( ignored ) {\n\t\t\t\tignored.push( elem );\n\t\t\t}\n\t\t\tcontinue;\n\t\t}\n\n\t\tattached = isAttached( elem );\n\n\t\t// Append to fragment\n\t\ttmp = getAll( fragment.appendChild( elem ), \"script\" );\n\n\t\t// Preserve script evaluation history\n\t\tif ( attached ) {\n\t\t\tsetGlobalEval( tmp );\n\t\t}\n\n\t\t// Capture executables\n\t\tif ( scripts ) {\n\t\t\tj = 0;\n\t\t\twhile ( ( elem = tmp[ j++ ] ) ) {\n\t\t\t\tif ( rscriptType.test( elem.type || \"\" ) ) {\n\t\t\t\t\tscripts.push( elem );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn fragment;\n}\n\n\n( function() {\n\tvar fragment = document.createDocumentFragment(),\n\t\tdiv = fragment.appendChild( document.createElement( \"div\" ) ),\n\t\tinput = document.createElement( \"input\" );\n\n\t// Support: Android 4.0 - 4.3 only\n\t// Check state lost if the name is set (#11217)\n\t// Support: Windows Web Apps (WWA)\n\t// `name` and `type` must use .setAttribute for WWA (#14901)\n\tinput.setAttribute( \"type\", \"radio\" );\n\tinput.setAttribute( \"checked\", \"checked\" );\n\tinput.setAttribute( \"name\", \"t\" );\n\n\tdiv.appendChild( input );\n\n\t// Support: Android <=4.1 only\n\t// Older WebKit doesn't clone checked state correctly in fragments\n\tsupport.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;\n\n\t// Support: IE <=11 only\n\t// Make sure textarea (and checkbox) defaultValue is properly cloned\n\tdiv.innerHTML = \"\";\n\tsupport.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;\n} )();\n\n\nvar\n\trkeyEvent = /^key/,\n\trmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/,\n\trtypenamespace = /^([^.]*)(?:\\.(.+)|)/;\n\nfunction returnTrue() {\n\treturn true;\n}\n\nfunction returnFalse() {\n\treturn false;\n}\n\n// Support: IE <=9 - 11+\n// focus() and blur() are asynchronous, except when they are no-op.\n// So expect focus to be synchronous when the element is already active,\n// and blur to be synchronous when the element is not already active.\n// (focus and blur are always synchronous in other supported browsers,\n// this just defines when we can count on it).\nfunction expectSync( elem, type ) {\n\treturn ( elem === safeActiveElement() ) === ( type === \"focus\" );\n}\n\n// Support: IE <=9 only\n// Accessing document.activeElement can throw unexpectedly\n// https://bugs.jquery.com/ticket/13393\nfunction safeActiveElement() {\n\ttry {\n\t\treturn document.activeElement;\n\t} catch ( err ) { }\n}\n\nfunction on( elem, types, selector, data, fn, one ) {\n\tvar origFn, type;\n\n\t// Types can be a map of types/handlers\n\tif ( typeof types === \"object\" ) {\n\n\t\t// ( types-Object, selector, data )\n\t\tif ( typeof selector !== \"string\" ) {\n\n\t\t\t// ( types-Object, data )\n\t\t\tdata = data || selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tfor ( type in types ) {\n\t\t\ton( elem, type, selector, data, types[ type ], one );\n\t\t}\n\t\treturn elem;\n\t}\n\n\tif ( data == null && fn == null ) {\n\n\t\t// ( types, fn )\n\t\tfn = selector;\n\t\tdata = selector = undefined;\n\t} else if ( fn == null ) {\n\t\tif ( typeof selector === \"string\" ) {\n\n\t\t\t// ( types, selector, fn )\n\t\t\tfn = data;\n\t\t\tdata = undefined;\n\t\t} else {\n\n\t\t\t// ( types, data, fn )\n\t\t\tfn = data;\n\t\t\tdata = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t}\n\tif ( fn === false ) {\n\t\tfn = returnFalse;\n\t} else if ( !fn ) {\n\t\treturn elem;\n\t}\n\n\tif ( one === 1 ) {\n\t\torigFn = fn;\n\t\tfn = function( event ) {\n\n\t\t\t// Can use an empty set, since event contains the info\n\t\t\tjQuery().off( event );\n\t\t\treturn origFn.apply( this, arguments );\n\t\t};\n\n\t\t// Use same guid so caller can remove using origFn\n\t\tfn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );\n\t}\n\treturn elem.each( function() {\n\t\tjQuery.event.add( this, types, fn, data, selector );\n\t} );\n}\n\n/*\n * Helper functions for managing events -- not part of the public interface.\n * Props to Dean Edwards' addEvent library for many of the ideas.\n */\njQuery.event = {\n\n\tglobal: {},\n\n\tadd: function( elem, types, handler, data, selector ) {\n\n\t\tvar handleObjIn, eventHandle, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.get( elem );\n\n\t\t// Don't attach events to noData or text/comment nodes (but allow plain objects)\n\t\tif ( !elemData ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Caller can pass in an object of custom data in lieu of the handler\n\t\tif ( handler.handler ) {\n\t\t\thandleObjIn = handler;\n\t\t\thandler = handleObjIn.handler;\n\t\t\tselector = handleObjIn.selector;\n\t\t}\n\n\t\t// Ensure that invalid selectors throw exceptions at attach time\n\t\t// Evaluate against documentElement in case elem is a non-element node (e.g., document)\n\t\tif ( selector ) {\n\t\t\tjQuery.find.matchesSelector( documentElement, selector );\n\t\t}\n\n\t\t// Make sure that the handler has a unique ID, used to find/remove it later\n\t\tif ( !handler.guid ) {\n\t\t\thandler.guid = jQuery.guid++;\n\t\t}\n\n\t\t// Init the element's event structure and main handler, if this is the first\n\t\tif ( !( events = elemData.events ) ) {\n\t\t\tevents = elemData.events = {};\n\t\t}\n\t\tif ( !( eventHandle = elemData.handle ) ) {\n\t\t\teventHandle = elemData.handle = function( e ) {\n\n\t\t\t\t// Discard the second event of a jQuery.event.trigger() and\n\t\t\t\t// when an event is called after a page has unloaded\n\t\t\t\treturn typeof jQuery !== \"undefined\" && jQuery.event.triggered !== e.type ?\n\t\t\t\t\tjQuery.event.dispatch.apply( elem, arguments ) : undefined;\n\t\t\t};\n\t\t}\n\n\t\t// Handle multiple events separated by a space\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ] ) || [];\n\t\t\ttype = origType = tmp[ 1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// There *must* be a type, no attaching namespace-only handlers\n\t\t\tif ( !type ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// If event changes its type, use the special event handlers for the changed type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// If selector defined, determine special event api type, otherwise given type\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\n\t\t\t// Update special based on newly reset type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// handleObj is passed to all event handlers\n\t\t\thandleObj = jQuery.extend( {\n\t\t\t\ttype: type,\n\t\t\t\torigType: origType,\n\t\t\t\tdata: data,\n\t\t\t\thandler: handler,\n\t\t\t\tguid: handler.guid,\n\t\t\t\tselector: selector,\n\t\t\t\tneedsContext: selector && jQuery.expr.match.needsContext.test( selector ),\n\t\t\t\tnamespace: namespaces.join( \".\" )\n\t\t\t}, handleObjIn );\n\n\t\t\t// Init the event handler queue if we're the first\n\t\t\tif ( !( handlers = events[ type ] ) ) {\n\t\t\t\thandlers = events[ type ] = [];\n\t\t\t\thandlers.delegateCount = 0;\n\n\t\t\t\t// Only use addEventListener if the special events handler returns false\n\t\t\t\tif ( !special.setup ||\n\t\t\t\t\tspecial.setup.call( elem, data, namespaces, eventHandle ) === false ) {\n\n\t\t\t\t\tif ( elem.addEventListener ) {\n\t\t\t\t\t\telem.addEventListener( type, eventHandle );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( special.add ) {\n\t\t\t\tspecial.add.call( elem, handleObj );\n\n\t\t\t\tif ( !handleObj.handler.guid ) {\n\t\t\t\t\thandleObj.handler.guid = handler.guid;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Add to the element's handler list, delegates in front\n\t\t\tif ( selector ) {\n\t\t\t\thandlers.splice( handlers.delegateCount++, 0, handleObj );\n\t\t\t} else {\n\t\t\t\thandlers.push( handleObj );\n\t\t\t}\n\n\t\t\t// Keep track of which events have ever been used, for event optimization\n\t\t\tjQuery.event.global[ type ] = true;\n\t\t}\n\n\t},\n\n\t// Detach an event or set of events from an element\n\tremove: function( elem, types, handler, selector, mappedTypes ) {\n\n\t\tvar j, origCount, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.hasData( elem ) && dataPriv.get( elem );\n\n\t\tif ( !elemData || !( events = elemData.events ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Once for each type.namespace in types; type may be omitted\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ] ) || [];\n\t\t\ttype = origType = tmp[ 1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// Unbind all events (on this namespace, if provided) for the element\n\t\t\tif ( !type ) {\n\t\t\t\tfor ( type in events ) {\n\t\t\t\t\tjQuery.event.remove( elem, type + types[ t ], handler, selector, true );\n\t\t\t\t}\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\t\t\thandlers = events[ type ] || [];\n\t\t\ttmp = tmp[ 2 ] &&\n\t\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" );\n\n\t\t\t// Remove matching events\n\t\t\torigCount = j = handlers.length;\n\t\t\twhile ( j-- ) {\n\t\t\t\thandleObj = handlers[ j ];\n\n\t\t\t\tif ( ( mappedTypes || origType === handleObj.origType ) &&\n\t\t\t\t\t( !handler || handler.guid === handleObj.guid ) &&\n\t\t\t\t\t( !tmp || tmp.test( handleObj.namespace ) ) &&\n\t\t\t\t\t( !selector || selector === handleObj.selector ||\n\t\t\t\t\t\tselector === \"**\" && handleObj.selector ) ) {\n\t\t\t\t\thandlers.splice( j, 1 );\n\n\t\t\t\t\tif ( handleObj.selector ) {\n\t\t\t\t\t\thandlers.delegateCount--;\n\t\t\t\t\t}\n\t\t\t\t\tif ( special.remove ) {\n\t\t\t\t\t\tspecial.remove.call( elem, handleObj );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Remove generic event handler if we removed something and no more handlers exist\n\t\t\t// (avoids potential for endless recursion during removal of special event handlers)\n\t\t\tif ( origCount && !handlers.length ) {\n\t\t\t\tif ( !special.teardown ||\n\t\t\t\t\tspecial.teardown.call( elem, namespaces, elemData.handle ) === false ) {\n\n\t\t\t\t\tjQuery.removeEvent( elem, type, elemData.handle );\n\t\t\t\t}\n\n\t\t\t\tdelete events[ type ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove data and the expando if it's no longer used\n\t\tif ( jQuery.isEmptyObject( events ) ) {\n\t\t\tdataPriv.remove( elem, \"handle events\" );\n\t\t}\n\t},\n\n\tdispatch: function( nativeEvent ) {\n\n\t\t// Make a writable jQuery.Event from the native event object\n\t\tvar event = jQuery.event.fix( nativeEvent );\n\n\t\tvar i, j, ret, matched, handleObj, handlerQueue,\n\t\t\targs = new Array( arguments.length ),\n\t\t\thandlers = ( dataPriv.get( this, \"events\" ) || {} )[ event.type ] || [],\n\t\t\tspecial = jQuery.event.special[ event.type ] || {};\n\n\t\t// Use the fix-ed jQuery.Event rather than the (read-only) native event\n\t\targs[ 0 ] = event;\n\n\t\tfor ( i = 1; i < arguments.length; i++ ) {\n\t\t\targs[ i ] = arguments[ i ];\n\t\t}\n\n\t\tevent.delegateTarget = this;\n\n\t\t// Call the preDispatch hook for the mapped type, and let it bail if desired\n\t\tif ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine handlers\n\t\thandlerQueue = jQuery.event.handlers.call( this, event, handlers );\n\n\t\t// Run delegates first; they may want to stop propagation beneath us\n\t\ti = 0;\n\t\twhile ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tevent.currentTarget = matched.elem;\n\n\t\t\tj = 0;\n\t\t\twhile ( ( handleObj = matched.handlers[ j++ ] ) &&\n\t\t\t\t!event.isImmediatePropagationStopped() ) {\n\n\t\t\t\t// If the event is namespaced, then each handler is only invoked if it is\n\t\t\t\t// specially universal or its namespaces are a superset of the event's.\n\t\t\t\tif ( !event.rnamespace || handleObj.namespace === false ||\n\t\t\t\t\tevent.rnamespace.test( handleObj.namespace ) ) {\n\n\t\t\t\t\tevent.handleObj = handleObj;\n\t\t\t\t\tevent.data = handleObj.data;\n\n\t\t\t\t\tret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle ||\n\t\t\t\t\t\thandleObj.handler ).apply( matched.elem, args );\n\n\t\t\t\t\tif ( ret !== undefined ) {\n\t\t\t\t\t\tif ( ( event.result = ret ) === false ) {\n\t\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Call the postDispatch hook for the mapped type\n\t\tif ( special.postDispatch ) {\n\t\t\tspecial.postDispatch.call( this, event );\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\thandlers: function( event, handlers ) {\n\t\tvar i, handleObj, sel, matchedHandlers, matchedSelectors,\n\t\t\thandlerQueue = [],\n\t\t\tdelegateCount = handlers.delegateCount,\n\t\t\tcur = event.target;\n\n\t\t// Find delegate handlers\n\t\tif ( delegateCount &&\n\n\t\t\t// Support: IE <=9\n\t\t\t// Black-hole SVG instance trees (trac-13180)\n\t\t\tcur.nodeType &&\n\n\t\t\t// Support: Firefox <=42\n\t\t\t// Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861)\n\t\t\t// https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click\n\t\t\t// Support: IE 11 only\n\t\t\t// ...but not arrow key \"clicks\" of radio inputs, which can have `button` -1 (gh-2343)\n\t\t\t!( event.type === \"click\" && event.button >= 1 ) ) {\n\n\t\t\tfor ( ; cur !== this; cur = cur.parentNode || this ) {\n\n\t\t\t\t// Don't check non-elements (#13208)\n\t\t\t\t// Don't process clicks on disabled elements (#6911, #8165, #11382, #11764)\n\t\t\t\tif ( cur.nodeType === 1 && !( event.type === \"click\" && cur.disabled === true ) ) {\n\t\t\t\t\tmatchedHandlers = [];\n\t\t\t\t\tmatchedSelectors = {};\n\t\t\t\t\tfor ( i = 0; i < delegateCount; i++ ) {\n\t\t\t\t\t\thandleObj = handlers[ i ];\n\n\t\t\t\t\t\t// Don't conflict with Object.prototype properties (#13203)\n\t\t\t\t\t\tsel = handleObj.selector + \" \";\n\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] === undefined ) {\n\t\t\t\t\t\t\tmatchedSelectors[ sel ] = handleObj.needsContext ?\n\t\t\t\t\t\t\t\tjQuery( sel, this ).index( cur ) > -1 :\n\t\t\t\t\t\t\t\tjQuery.find( sel, this, null, [ cur ] ).length;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] ) {\n\t\t\t\t\t\t\tmatchedHandlers.push( handleObj );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( matchedHandlers.length ) {\n\t\t\t\t\t\thandlerQueue.push( { elem: cur, handlers: matchedHandlers } );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Add the remaining (directly-bound) handlers\n\t\tcur = this;\n\t\tif ( delegateCount < handlers.length ) {\n\t\t\thandlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } );\n\t\t}\n\n\t\treturn handlerQueue;\n\t},\n\n\taddProp: function( name, hook ) {\n\t\tObject.defineProperty( jQuery.Event.prototype, name, {\n\t\t\tenumerable: true,\n\t\t\tconfigurable: true,\n\n\t\t\tget: isFunction( hook ) ?\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\n\t\t\t\t\t\t\treturn hook( this.originalEvent );\n\t\t\t\t\t}\n\t\t\t\t} :\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\n\t\t\t\t\t\t\treturn this.originalEvent[ name ];\n\t\t\t\t\t}\n\t\t\t\t},\n\n\t\t\tset: function( value ) {\n\t\t\t\tObject.defineProperty( this, name, {\n\t\t\t\t\tenumerable: true,\n\t\t\t\t\tconfigurable: true,\n\t\t\t\t\twritable: true,\n\t\t\t\t\tvalue: value\n\t\t\t\t} );\n\t\t\t}\n\t\t} );\n\t},\n\n\tfix: function( originalEvent ) {\n\t\treturn originalEvent[ jQuery.expando ] ?\n\t\t\toriginalEvent :\n\t\t\tnew jQuery.Event( originalEvent );\n\t},\n\n\tspecial: {\n\t\tload: {\n\n\t\t\t// Prevent triggered image.load events from bubbling to window.load\n\t\t\tnoBubble: true\n\t\t},\n\t\tclick: {\n\n\t\t\t// Utilize native event to ensure correct state for checkable inputs\n\t\t\tsetup: function( data ) {\n\n\t\t\t\t// For mutual compressibility with _default, replace `this` access with a local var.\n\t\t\t\t// `|| data` is dead code meant only to preserve the variable through minification.\n\t\t\t\tvar el = this || data;\n\n\t\t\t\t// Claim the first handler\n\t\t\t\tif ( rcheckableType.test( el.type ) &&\n\t\t\t\t\tel.click && nodeName( el, \"input\" ) ) {\n\n\t\t\t\t\t// dataPriv.set( el, \"click\", ... )\n\t\t\t\t\tleverageNative( el, \"click\", returnTrue );\n\t\t\t\t}\n\n\t\t\t\t// Return false to allow normal processing in the caller\n\t\t\t\treturn false;\n\t\t\t},\n\t\t\ttrigger: function( data ) {\n\n\t\t\t\t// For mutual compressibility with _default, replace `this` access with a local var.\n\t\t\t\t// `|| data` is dead code meant only to preserve the variable through minification.\n\t\t\t\tvar el = this || data;\n\n\t\t\t\t// Force setup before triggering a click\n\t\t\t\tif ( rcheckableType.test( el.type ) &&\n\t\t\t\t\tel.click && nodeName( el, \"input\" ) ) {\n\n\t\t\t\t\tleverageNative( el, \"click\" );\n\t\t\t\t}\n\n\t\t\t\t// Return non-false to allow normal event-path propagation\n\t\t\t\treturn true;\n\t\t\t},\n\n\t\t\t// For cross-browser consistency, suppress native .click() on links\n\t\t\t// Also prevent it if we're currently inside a leveraged native-event stack\n\t\t\t_default: function( event ) {\n\t\t\t\tvar target = event.target;\n\t\t\t\treturn rcheckableType.test( target.type ) &&\n\t\t\t\t\ttarget.click && nodeName( target, \"input\" ) &&\n\t\t\t\t\tdataPriv.get( target, \"click\" ) ||\n\t\t\t\t\tnodeName( target, \"a\" );\n\t\t\t}\n\t\t},\n\n\t\tbeforeunload: {\n\t\t\tpostDispatch: function( event ) {\n\n\t\t\t\t// Support: Firefox 20+\n\t\t\t\t// Firefox doesn't alert if the returnValue field is not set.\n\t\t\t\tif ( event.result !== undefined && event.originalEvent ) {\n\t\t\t\t\tevent.originalEvent.returnValue = event.result;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n};\n\n// Ensure the presence of an event listener that handles manually-triggered\n// synthetic events by interrupting progress until reinvoked in response to\n// *native* events that it fires directly, ensuring that state changes have\n// already occurred before other listeners are invoked.\nfunction leverageNative( el, type, expectSync ) {\n\n\t// Missing expectSync indicates a trigger call, which must force setup through jQuery.event.add\n\tif ( !expectSync ) {\n\t\tif ( dataPriv.get( el, type ) === undefined ) {\n\t\t\tjQuery.event.add( el, type, returnTrue );\n\t\t}\n\t\treturn;\n\t}\n\n\t// Register the controller as a special universal handler for all event namespaces\n\tdataPriv.set( el, type, false );\n\tjQuery.event.add( el, type, {\n\t\tnamespace: false,\n\t\thandler: function( event ) {\n\t\t\tvar notAsync, result,\n\t\t\t\tsaved = dataPriv.get( this, type );\n\n\t\t\tif ( ( event.isTrigger & 1 ) && this[ type ] ) {\n\n\t\t\t\t// Interrupt processing of the outer synthetic .trigger()ed event\n\t\t\t\t// Saved data should be false in such cases, but might be a leftover capture object\n\t\t\t\t// from an async native handler (gh-4350)\n\t\t\t\tif ( !saved.length ) {\n\n\t\t\t\t\t// Store arguments for use when handling the inner native event\n\t\t\t\t\t// There will always be at least one argument (an event object), so this array\n\t\t\t\t\t// will not be confused with a leftover capture object.\n\t\t\t\t\tsaved = slice.call( arguments );\n\t\t\t\t\tdataPriv.set( this, type, saved );\n\n\t\t\t\t\t// Trigger the native event and capture its result\n\t\t\t\t\t// Support: IE <=9 - 11+\n\t\t\t\t\t// focus() and blur() are asynchronous\n\t\t\t\t\tnotAsync = expectSync( this, type );\n\t\t\t\t\tthis[ type ]();\n\t\t\t\t\tresult = dataPriv.get( this, type );\n\t\t\t\t\tif ( saved !== result || notAsync ) {\n\t\t\t\t\t\tdataPriv.set( this, type, false );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tresult = {};\n\t\t\t\t\t}\n\t\t\t\t\tif ( saved !== result ) {\n\n\t\t\t\t\t\t// Cancel the outer synthetic event\n\t\t\t\t\t\tevent.stopImmediatePropagation();\n\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\treturn result.value;\n\t\t\t\t\t}\n\n\t\t\t\t// If this is an inner synthetic event for an event with a bubbling surrogate\n\t\t\t\t// (focus or blur), assume that the surrogate already propagated from triggering the\n\t\t\t\t// native event and prevent that from happening again here.\n\t\t\t\t// This technically gets the ordering wrong w.r.t. to `.trigger()` (in which the\n\t\t\t\t// bubbling surrogate propagates *after* the non-bubbling base), but that seems\n\t\t\t\t// less bad than duplication.\n\t\t\t\t} else if ( ( jQuery.event.special[ type ] || {} ).delegateType ) {\n\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t}\n\n\t\t\t// If this is a native event triggered above, everything is now in order\n\t\t\t// Fire an inner synthetic event with the original arguments\n\t\t\t} else if ( saved.length ) {\n\n\t\t\t\t// ...and capture the result\n\t\t\t\tdataPriv.set( this, type, {\n\t\t\t\t\tvalue: jQuery.event.trigger(\n\n\t\t\t\t\t\t// Support: IE <=9 - 11+\n\t\t\t\t\t\t// Extend with the prototype to reset the above stopImmediatePropagation()\n\t\t\t\t\t\tjQuery.extend( saved[ 0 ], jQuery.Event.prototype ),\n\t\t\t\t\t\tsaved.slice( 1 ),\n\t\t\t\t\t\tthis\n\t\t\t\t\t)\n\t\t\t\t} );\n\n\t\t\t\t// Abort handling of the native event\n\t\t\t\tevent.stopImmediatePropagation();\n\t\t\t}\n\t\t}\n\t} );\n}\n\njQuery.removeEvent = function( elem, type, handle ) {\n\n\t// This \"if\" is needed for plain objects\n\tif ( elem.removeEventListener ) {\n\t\telem.removeEventListener( type, handle );\n\t}\n};\n\njQuery.Event = function( src, props ) {\n\n\t// Allow instantiation without the 'new' keyword\n\tif ( !( this instanceof jQuery.Event ) ) {\n\t\treturn new jQuery.Event( src, props );\n\t}\n\n\t// Event object\n\tif ( src && src.type ) {\n\t\tthis.originalEvent = src;\n\t\tthis.type = src.type;\n\n\t\t// Events bubbling up the document may have been marked as prevented\n\t\t// by a handler lower down the tree; reflect the correct value.\n\t\tthis.isDefaultPrevented = src.defaultPrevented ||\n\t\t\t\tsrc.defaultPrevented === undefined &&\n\n\t\t\t\t// Support: Android <=2.3 only\n\t\t\t\tsrc.returnValue === false ?\n\t\t\treturnTrue :\n\t\t\treturnFalse;\n\n\t\t// Create target properties\n\t\t// Support: Safari <=6 - 7 only\n\t\t// Target should not be a text node (#504, #13143)\n\t\tthis.target = ( src.target && src.target.nodeType === 3 ) ?\n\t\t\tsrc.target.parentNode :\n\t\t\tsrc.target;\n\n\t\tthis.currentTarget = src.currentTarget;\n\t\tthis.relatedTarget = src.relatedTarget;\n\n\t// Event type\n\t} else {\n\t\tthis.type = src;\n\t}\n\n\t// Put explicitly provided properties onto the event object\n\tif ( props ) {\n\t\tjQuery.extend( this, props );\n\t}\n\n\t// Create a timestamp if incoming event doesn't have one\n\tthis.timeStamp = src && src.timeStamp || Date.now();\n\n\t// Mark it as fixed\n\tthis[ jQuery.expando ] = true;\n};\n\n// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding\n// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html\njQuery.Event.prototype = {\n\tconstructor: jQuery.Event,\n\tisDefaultPrevented: returnFalse,\n\tisPropagationStopped: returnFalse,\n\tisImmediatePropagationStopped: returnFalse,\n\tisSimulated: false,\n\n\tpreventDefault: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isDefaultPrevented = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.preventDefault();\n\t\t}\n\t},\n\tstopPropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isPropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopPropagation();\n\t\t}\n\t},\n\tstopImmediatePropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isImmediatePropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopImmediatePropagation();\n\t\t}\n\n\t\tthis.stopPropagation();\n\t}\n};\n\n// Includes all common event props including KeyEvent and MouseEvent specific props\njQuery.each( {\n\taltKey: true,\n\tbubbles: true,\n\tcancelable: true,\n\tchangedTouches: true,\n\tctrlKey: true,\n\tdetail: true,\n\teventPhase: true,\n\tmetaKey: true,\n\tpageX: true,\n\tpageY: true,\n\tshiftKey: true,\n\tview: true,\n\t\"char\": true,\n\tcode: true,\n\tcharCode: true,\n\tkey: true,\n\tkeyCode: true,\n\tbutton: true,\n\tbuttons: true,\n\tclientX: true,\n\tclientY: true,\n\toffsetX: true,\n\toffsetY: true,\n\tpointerId: true,\n\tpointerType: true,\n\tscreenX: true,\n\tscreenY: true,\n\ttargetTouches: true,\n\ttoElement: true,\n\ttouches: true,\n\n\twhich: function( event ) {\n\t\tvar button = event.button;\n\n\t\t// Add which for key events\n\t\tif ( event.which == null && rkeyEvent.test( event.type ) ) {\n\t\t\treturn event.charCode != null ? event.charCode : event.keyCode;\n\t\t}\n\n\t\t// Add which for click: 1 === left; 2 === middle; 3 === right\n\t\tif ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) {\n\t\t\tif ( button & 1 ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\tif ( button & 2 ) {\n\t\t\t\treturn 3;\n\t\t\t}\n\n\t\t\tif ( button & 4 ) {\n\t\t\t\treturn 2;\n\t\t\t}\n\n\t\t\treturn 0;\n\t\t}\n\n\t\treturn event.which;\n\t}\n}, jQuery.event.addProp );\n\njQuery.each( { focus: \"focusin\", blur: \"focusout\" }, function( type, delegateType ) {\n\tjQuery.event.special[ type ] = {\n\n\t\t// Utilize native event if possible so blur/focus sequence is correct\n\t\tsetup: function() {\n\n\t\t\t// Claim the first handler\n\t\t\t// dataPriv.set( this, \"focus\", ... )\n\t\t\t// dataPriv.set( this, \"blur\", ... )\n\t\t\tleverageNative( this, type, expectSync );\n\n\t\t\t// Return false to allow normal processing in the caller\n\t\t\treturn false;\n\t\t},\n\t\ttrigger: function() {\n\n\t\t\t// Force setup before trigger\n\t\t\tleverageNative( this, type );\n\n\t\t\t// Return non-false to allow normal event-path propagation\n\t\t\treturn true;\n\t\t},\n\n\t\tdelegateType: delegateType\n\t};\n} );\n\n// Create mouseenter/leave events using mouseover/out and event-time checks\n// so that event delegation works in jQuery.\n// Do the same for pointerenter/pointerleave and pointerover/pointerout\n//\n// Support: Safari 7 only\n// Safari sends mouseenter too often; see:\n// https://bugs.chromium.org/p/chromium/issues/detail?id=470258\n// for the description of the bug (it existed in older Chrome versions as well).\njQuery.each( {\n\tmouseenter: \"mouseover\",\n\tmouseleave: \"mouseout\",\n\tpointerenter: \"pointerover\",\n\tpointerleave: \"pointerout\"\n}, function( orig, fix ) {\n\tjQuery.event.special[ orig ] = {\n\t\tdelegateType: fix,\n\t\tbindType: fix,\n\n\t\thandle: function( event ) {\n\t\t\tvar ret,\n\t\t\t\ttarget = this,\n\t\t\t\trelated = event.relatedTarget,\n\t\t\t\thandleObj = event.handleObj;\n\n\t\t\t// For mouseenter/leave call the handler if related is outside the target.\n\t\t\t// NB: No relatedTarget if the mouse left/entered the browser window\n\t\t\tif ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) {\n\t\t\t\tevent.type = handleObj.origType;\n\t\t\t\tret = handleObj.handler.apply( this, arguments );\n\t\t\t\tevent.type = fix;\n\t\t\t}\n\t\t\treturn ret;\n\t\t}\n\t};\n} );\n\njQuery.fn.extend( {\n\n\ton: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn );\n\t},\n\tone: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn, 1 );\n\t},\n\toff: function( types, selector, fn ) {\n\t\tvar handleObj, type;\n\t\tif ( types && types.preventDefault && types.handleObj ) {\n\n\t\t\t// ( event ) dispatched jQuery.Event\n\t\t\thandleObj = types.handleObj;\n\t\t\tjQuery( types.delegateTarget ).off(\n\t\t\t\thandleObj.namespace ?\n\t\t\t\t\thandleObj.origType + \".\" + handleObj.namespace :\n\t\t\t\t\thandleObj.origType,\n\t\t\t\thandleObj.selector,\n\t\t\t\thandleObj.handler\n\t\t\t);\n\t\t\treturn this;\n\t\t}\n\t\tif ( typeof types === \"object\" ) {\n\n\t\t\t// ( types-object [, selector] )\n\t\t\tfor ( type in types ) {\n\t\t\t\tthis.off( type, selector, types[ type ] );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\t\tif ( selector === false || typeof selector === \"function\" ) {\n\n\t\t\t// ( types [, fn] )\n\t\t\tfn = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tif ( fn === false ) {\n\t\t\tfn = returnFalse;\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.remove( this, types, fn, selector );\n\t\t} );\n\t}\n} );\n\n\nvar\n\n\t/* eslint-disable max-len */\n\n\t// See https://github.com/eslint/eslint/issues/3229\n\trxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\\/\\0>\\x20\\t\\r\\n\\f]*)[^>]*)\\/>/gi,\n\n\t/* eslint-enable */\n\n\t// Support: IE <=10 - 11, Edge 12 - 13 only\n\t// In IE/Edge using regex groups here causes severe slowdowns.\n\t// See https://connect.microsoft.com/IE/feedback/details/1736512/\n\trnoInnerhtml = /\\s*$/g;\n\n// Prefer a tbody over its parent table for containing new rows\nfunction manipulationTarget( elem, content ) {\n\tif ( nodeName( elem, \"table\" ) &&\n\t\tnodeName( content.nodeType !== 11 ? content : content.firstChild, \"tr\" ) ) {\n\n\t\treturn jQuery( elem ).children( \"tbody\" )[ 0 ] || elem;\n\t}\n\n\treturn elem;\n}\n\n// Replace/restore the type attribute of script elements for safe DOM manipulation\nfunction disableScript( elem ) {\n\telem.type = ( elem.getAttribute( \"type\" ) !== null ) + \"/\" + elem.type;\n\treturn elem;\n}\nfunction restoreScript( elem ) {\n\tif ( ( elem.type || \"\" ).slice( 0, 5 ) === \"true/\" ) {\n\t\telem.type = elem.type.slice( 5 );\n\t} else {\n\t\telem.removeAttribute( \"type\" );\n\t}\n\n\treturn elem;\n}\n\nfunction cloneCopyEvent( src, dest ) {\n\tvar i, l, type, pdataOld, pdataCur, udataOld, udataCur, events;\n\n\tif ( dest.nodeType !== 1 ) {\n\t\treturn;\n\t}\n\n\t// 1. Copy private data: events, handlers, etc.\n\tif ( dataPriv.hasData( src ) ) {\n\t\tpdataOld = dataPriv.access( src );\n\t\tpdataCur = dataPriv.set( dest, pdataOld );\n\t\tevents = pdataOld.events;\n\n\t\tif ( events ) {\n\t\t\tdelete pdataCur.handle;\n\t\t\tpdataCur.events = {};\n\n\t\t\tfor ( type in events ) {\n\t\t\t\tfor ( i = 0, l = events[ type ].length; i < l; i++ ) {\n\t\t\t\t\tjQuery.event.add( dest, type, events[ type ][ i ] );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// 2. Copy user data\n\tif ( dataUser.hasData( src ) ) {\n\t\tudataOld = dataUser.access( src );\n\t\tudataCur = jQuery.extend( {}, udataOld );\n\n\t\tdataUser.set( dest, udataCur );\n\t}\n}\n\n// Fix IE bugs, see support tests\nfunction fixInput( src, dest ) {\n\tvar nodeName = dest.nodeName.toLowerCase();\n\n\t// Fails to persist the checked state of a cloned checkbox or radio button.\n\tif ( nodeName === \"input\" && rcheckableType.test( src.type ) ) {\n\t\tdest.checked = src.checked;\n\n\t// Fails to return the selected option to the default selected state when cloning options\n\t} else if ( nodeName === \"input\" || nodeName === \"textarea\" ) {\n\t\tdest.defaultValue = src.defaultValue;\n\t}\n}\n\nfunction domManip( collection, args, callback, ignored ) {\n\n\t// Flatten any nested arrays\n\targs = concat.apply( [], args );\n\n\tvar fragment, first, scripts, hasScripts, node, doc,\n\t\ti = 0,\n\t\tl = collection.length,\n\t\tiNoClone = l - 1,\n\t\tvalue = args[ 0 ],\n\t\tvalueIsFunction = isFunction( value );\n\n\t// We can't cloneNode fragments that contain checked, in WebKit\n\tif ( valueIsFunction ||\n\t\t\t( l > 1 && typeof value === \"string\" &&\n\t\t\t\t!support.checkClone && rchecked.test( value ) ) ) {\n\t\treturn collection.each( function( index ) {\n\t\t\tvar self = collection.eq( index );\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\targs[ 0 ] = value.call( this, index, self.html() );\n\t\t\t}\n\t\t\tdomManip( self, args, callback, ignored );\n\t\t} );\n\t}\n\n\tif ( l ) {\n\t\tfragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored );\n\t\tfirst = fragment.firstChild;\n\n\t\tif ( fragment.childNodes.length === 1 ) {\n\t\t\tfragment = first;\n\t\t}\n\n\t\t// Require either new content or an interest in ignored elements to invoke the callback\n\t\tif ( first || ignored ) {\n\t\t\tscripts = jQuery.map( getAll( fragment, \"script\" ), disableScript );\n\t\t\thasScripts = scripts.length;\n\n\t\t\t// Use the original fragment for the last item\n\t\t\t// instead of the first because it can end up\n\t\t\t// being emptied incorrectly in certain situations (#8070).\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tnode = fragment;\n\n\t\t\t\tif ( i !== iNoClone ) {\n\t\t\t\t\tnode = jQuery.clone( node, true, true );\n\n\t\t\t\t\t// Keep references to cloned scripts for later restoration\n\t\t\t\t\tif ( hasScripts ) {\n\n\t\t\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\t\t\tjQuery.merge( scripts, getAll( node, \"script\" ) );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tcallback.call( collection[ i ], node, i );\n\t\t\t}\n\n\t\t\tif ( hasScripts ) {\n\t\t\t\tdoc = scripts[ scripts.length - 1 ].ownerDocument;\n\n\t\t\t\t// Reenable scripts\n\t\t\t\tjQuery.map( scripts, restoreScript );\n\n\t\t\t\t// Evaluate executable scripts on first document insertion\n\t\t\t\tfor ( i = 0; i < hasScripts; i++ ) {\n\t\t\t\t\tnode = scripts[ i ];\n\t\t\t\t\tif ( rscriptType.test( node.type || \"\" ) &&\n\t\t\t\t\t\t!dataPriv.access( node, \"globalEval\" ) &&\n\t\t\t\t\t\tjQuery.contains( doc, node ) ) {\n\n\t\t\t\t\t\tif ( node.src && ( node.type || \"\" ).toLowerCase() !== \"module\" ) {\n\n\t\t\t\t\t\t\t// Optional AJAX dependency, but won't run scripts if not present\n\t\t\t\t\t\t\tif ( jQuery._evalUrl && !node.noModule ) {\n\t\t\t\t\t\t\t\tjQuery._evalUrl( node.src, {\n\t\t\t\t\t\t\t\t\tnonce: node.nonce || node.getAttribute( \"nonce\" )\n\t\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tDOMEval( node.textContent.replace( rcleanScript, \"\" ), node, doc );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn collection;\n}\n\nfunction remove( elem, selector, keepData ) {\n\tvar node,\n\t\tnodes = selector ? jQuery.filter( selector, elem ) : elem,\n\t\ti = 0;\n\n\tfor ( ; ( node = nodes[ i ] ) != null; i++ ) {\n\t\tif ( !keepData && node.nodeType === 1 ) {\n\t\t\tjQuery.cleanData( getAll( node ) );\n\t\t}\n\n\t\tif ( node.parentNode ) {\n\t\t\tif ( keepData && isAttached( node ) ) {\n\t\t\t\tsetGlobalEval( getAll( node, \"script\" ) );\n\t\t\t}\n\t\t\tnode.parentNode.removeChild( node );\n\t\t}\n\t}\n\n\treturn elem;\n}\n\njQuery.extend( {\n\thtmlPrefilter: function( html ) {\n\t\treturn html.replace( rxhtmlTag, \"<$1>\" );\n\t},\n\n\tclone: function( elem, dataAndEvents, deepDataAndEvents ) {\n\t\tvar i, l, srcElements, destElements,\n\t\t\tclone = elem.cloneNode( true ),\n\t\t\tinPage = isAttached( elem );\n\n\t\t// Fix IE cloning issues\n\t\tif ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) &&\n\t\t\t\t!jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2\n\t\t\tdestElements = getAll( clone );\n\t\t\tsrcElements = getAll( elem );\n\n\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\tfixInput( srcElements[ i ], destElements[ i ] );\n\t\t\t}\n\t\t}\n\n\t\t// Copy the events from the original to the clone\n\t\tif ( dataAndEvents ) {\n\t\t\tif ( deepDataAndEvents ) {\n\t\t\t\tsrcElements = srcElements || getAll( elem );\n\t\t\t\tdestElements = destElements || getAll( clone );\n\n\t\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\t\tcloneCopyEvent( srcElements[ i ], destElements[ i ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcloneCopyEvent( elem, clone );\n\t\t\t}\n\t\t}\n\n\t\t// Preserve script evaluation history\n\t\tdestElements = getAll( clone, \"script\" );\n\t\tif ( destElements.length > 0 ) {\n\t\t\tsetGlobalEval( destElements, !inPage && getAll( elem, \"script\" ) );\n\t\t}\n\n\t\t// Return the cloned set\n\t\treturn clone;\n\t},\n\n\tcleanData: function( elems ) {\n\t\tvar data, elem, type,\n\t\t\tspecial = jQuery.event.special,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = elems[ i ] ) !== undefined; i++ ) {\n\t\t\tif ( acceptData( elem ) ) {\n\t\t\t\tif ( ( data = elem[ dataPriv.expando ] ) ) {\n\t\t\t\t\tif ( data.events ) {\n\t\t\t\t\t\tfor ( type in data.events ) {\n\t\t\t\t\t\t\tif ( special[ type ] ) {\n\t\t\t\t\t\t\t\tjQuery.event.remove( elem, type );\n\n\t\t\t\t\t\t\t// This is a shortcut to avoid jQuery.event.remove's overhead\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery.removeEvent( elem, type, data.handle );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataPriv.expando ] = undefined;\n\t\t\t\t}\n\t\t\t\tif ( elem[ dataUser.expando ] ) {\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataUser.expando ] = undefined;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n} );\n\njQuery.fn.extend( {\n\tdetach: function( selector ) {\n\t\treturn remove( this, selector, true );\n\t},\n\n\tremove: function( selector ) {\n\t\treturn remove( this, selector );\n\t},\n\n\ttext: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\treturn value === undefined ?\n\t\t\t\tjQuery.text( this ) :\n\t\t\t\tthis.empty().each( function() {\n\t\t\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\t\t\tthis.textContent = value;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t}, null, value, arguments.length );\n\t},\n\n\tappend: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.appendChild( elem );\n\t\t\t}\n\t\t} );\n\t},\n\n\tprepend: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.insertBefore( elem, target.firstChild );\n\t\t\t}\n\t\t} );\n\t},\n\n\tbefore: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this );\n\t\t\t}\n\t\t} );\n\t},\n\n\tafter: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this.nextSibling );\n\t\t\t}\n\t\t} );\n\t},\n\n\tempty: function() {\n\t\tvar elem,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = this[ i ] ) != null; i++ ) {\n\t\t\tif ( elem.nodeType === 1 ) {\n\n\t\t\t\t// Prevent memory leaks\n\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\n\t\t\t\t// Remove any remaining nodes\n\t\t\t\telem.textContent = \"\";\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tclone: function( dataAndEvents, deepDataAndEvents ) {\n\t\tdataAndEvents = dataAndEvents == null ? false : dataAndEvents;\n\t\tdeepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;\n\n\t\treturn this.map( function() {\n\t\t\treturn jQuery.clone( this, dataAndEvents, deepDataAndEvents );\n\t\t} );\n\t},\n\n\thtml: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\tvar elem = this[ 0 ] || {},\n\t\t\t\ti = 0,\n\t\t\t\tl = this.length;\n\n\t\t\tif ( value === undefined && elem.nodeType === 1 ) {\n\t\t\t\treturn elem.innerHTML;\n\t\t\t}\n\n\t\t\t// See if we can take a shortcut and just use innerHTML\n\t\t\tif ( typeof value === \"string\" && !rnoInnerhtml.test( value ) &&\n\t\t\t\t!wrapMap[ ( rtagName.exec( value ) || [ \"\", \"\" ] )[ 1 ].toLowerCase() ] ) {\n\n\t\t\t\tvalue = jQuery.htmlPrefilter( value );\n\n\t\t\t\ttry {\n\t\t\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\t\t\telem = this[ i ] || {};\n\n\t\t\t\t\t\t// Remove element nodes and prevent memory leaks\n\t\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\t\t\t\t\t\t\telem.innerHTML = value;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\telem = 0;\n\n\t\t\t\t// If using innerHTML throws an exception, use the fallback method\n\t\t\t\t} catch ( e ) {}\n\t\t\t}\n\n\t\t\tif ( elem ) {\n\t\t\t\tthis.empty().append( value );\n\t\t\t}\n\t\t}, null, value, arguments.length );\n\t},\n\n\treplaceWith: function() {\n\t\tvar ignored = [];\n\n\t\t// Make the changes, replacing each non-ignored context element with the new content\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tvar parent = this.parentNode;\n\n\t\t\tif ( jQuery.inArray( this, ignored ) < 0 ) {\n\t\t\t\tjQuery.cleanData( getAll( this ) );\n\t\t\t\tif ( parent ) {\n\t\t\t\t\tparent.replaceChild( elem, this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Force callback invocation\n\t\t}, ignored );\n\t}\n} );\n\njQuery.each( {\n\tappendTo: \"append\",\n\tprependTo: \"prepend\",\n\tinsertBefore: \"before\",\n\tinsertAfter: \"after\",\n\treplaceAll: \"replaceWith\"\n}, function( name, original ) {\n\tjQuery.fn[ name ] = function( selector ) {\n\t\tvar elems,\n\t\t\tret = [],\n\t\t\tinsert = jQuery( selector ),\n\t\t\tlast = insert.length - 1,\n\t\t\ti = 0;\n\n\t\tfor ( ; i <= last; i++ ) {\n\t\t\telems = i === last ? this : this.clone( true );\n\t\t\tjQuery( insert[ i ] )[ original ]( elems );\n\n\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t// .get() because push.apply(_, arraylike) throws on ancient WebKit\n\t\t\tpush.apply( ret, elems.get() );\n\t\t}\n\n\t\treturn this.pushStack( ret );\n\t};\n} );\nvar rnumnonpx = new RegExp( \"^(\" + pnum + \")(?!px)[a-z%]+$\", \"i\" );\n\nvar getStyles = function( elem ) {\n\n\t\t// Support: IE <=11 only, Firefox <=30 (#15098, #14150)\n\t\t// IE throws on elements created in popups\n\t\t// FF meanwhile throws on frame elements through \"defaultView.getComputedStyle\"\n\t\tvar view = elem.ownerDocument.defaultView;\n\n\t\tif ( !view || !view.opener ) {\n\t\t\tview = window;\n\t\t}\n\n\t\treturn view.getComputedStyle( elem );\n\t};\n\nvar rboxStyle = new RegExp( cssExpand.join( \"|\" ), \"i\" );\n\n\n\n( function() {\n\n\t// Executing both pixelPosition & boxSizingReliable tests require only one layout\n\t// so they're executed at the same time to save the second computation.\n\tfunction computeStyleTests() {\n\n\t\t// This is a singleton, we need to execute it only once\n\t\tif ( !div ) {\n\t\t\treturn;\n\t\t}\n\n\t\tcontainer.style.cssText = \"position:absolute;left:-11111px;width:60px;\" +\n\t\t\t\"margin-top:1px;padding:0;border:0\";\n\t\tdiv.style.cssText =\n\t\t\t\"position:relative;display:block;box-sizing:border-box;overflow:scroll;\" +\n\t\t\t\"margin:auto;border:1px;padding:1px;\" +\n\t\t\t\"width:60%;top:1%\";\n\t\tdocumentElement.appendChild( container ).appendChild( div );\n\n\t\tvar divStyle = window.getComputedStyle( div );\n\t\tpixelPositionVal = divStyle.top !== \"1%\";\n\n\t\t// Support: Android 4.0 - 4.3 only, Firefox <=3 - 44\n\t\treliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12;\n\n\t\t// Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3\n\t\t// Some styles come back with percentage values, even though they shouldn't\n\t\tdiv.style.right = \"60%\";\n\t\tpixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36;\n\n\t\t// Support: IE 9 - 11 only\n\t\t// Detect misreporting of content dimensions for box-sizing:border-box elements\n\t\tboxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36;\n\n\t\t// Support: IE 9 only\n\t\t// Detect overflow:scroll screwiness (gh-3699)\n\t\t// Support: Chrome <=64\n\t\t// Don't get tricked when zoom affects offsetWidth (gh-4029)\n\t\tdiv.style.position = \"absolute\";\n\t\tscrollboxSizeVal = roundPixelMeasures( div.offsetWidth / 3 ) === 12;\n\n\t\tdocumentElement.removeChild( container );\n\n\t\t// Nullify the div so it wouldn't be stored in the memory and\n\t\t// it will also be a sign that checks already performed\n\t\tdiv = null;\n\t}\n\n\tfunction roundPixelMeasures( measure ) {\n\t\treturn Math.round( parseFloat( measure ) );\n\t}\n\n\tvar pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal,\n\t\treliableMarginLeftVal,\n\t\tcontainer = document.createElement( \"div\" ),\n\t\tdiv = document.createElement( \"div\" );\n\n\t// Finish early in limited (non-browser) environments\n\tif ( !div.style ) {\n\t\treturn;\n\t}\n\n\t// Support: IE <=9 - 11 only\n\t// Style of cloned element affects source element cloned (#8908)\n\tdiv.style.backgroundClip = \"content-box\";\n\tdiv.cloneNode( true ).style.backgroundClip = \"\";\n\tsupport.clearCloneStyle = div.style.backgroundClip === \"content-box\";\n\n\tjQuery.extend( support, {\n\t\tboxSizingReliable: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn boxSizingReliableVal;\n\t\t},\n\t\tpixelBoxStyles: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelBoxStylesVal;\n\t\t},\n\t\tpixelPosition: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelPositionVal;\n\t\t},\n\t\treliableMarginLeft: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn reliableMarginLeftVal;\n\t\t},\n\t\tscrollboxSize: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn scrollboxSizeVal;\n\t\t}\n\t} );\n} )();\n\n\nfunction curCSS( elem, name, computed ) {\n\tvar width, minWidth, maxWidth, ret,\n\n\t\t// Support: Firefox 51+\n\t\t// Retrieving style before computed somehow\n\t\t// fixes an issue with getting wrong values\n\t\t// on detached elements\n\t\tstyle = elem.style;\n\n\tcomputed = computed || getStyles( elem );\n\n\t// getPropertyValue is needed for:\n\t// .css('filter') (IE 9 only, #12537)\n\t// .css('--customProperty) (#3144)\n\tif ( computed ) {\n\t\tret = computed.getPropertyValue( name ) || computed[ name ];\n\n\t\tif ( ret === \"\" && !isAttached( elem ) ) {\n\t\t\tret = jQuery.style( elem, name );\n\t\t}\n\n\t\t// A tribute to the \"awesome hack by Dean Edwards\"\n\t\t// Android Browser returns percentage for some values,\n\t\t// but width seems to be reliably pixels.\n\t\t// This is against the CSSOM draft spec:\n\t\t// https://drafts.csswg.org/cssom/#resolved-values\n\t\tif ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) {\n\n\t\t\t// Remember the original values\n\t\t\twidth = style.width;\n\t\t\tminWidth = style.minWidth;\n\t\t\tmaxWidth = style.maxWidth;\n\n\t\t\t// Put in the new values to get a computed value out\n\t\t\tstyle.minWidth = style.maxWidth = style.width = ret;\n\t\t\tret = computed.width;\n\n\t\t\t// Revert the changed values\n\t\t\tstyle.width = width;\n\t\t\tstyle.minWidth = minWidth;\n\t\t\tstyle.maxWidth = maxWidth;\n\t\t}\n\t}\n\n\treturn ret !== undefined ?\n\n\t\t// Support: IE <=9 - 11 only\n\t\t// IE returns zIndex value as an integer.\n\t\tret + \"\" :\n\t\tret;\n}\n\n\nfunction addGetHookIf( conditionFn, hookFn ) {\n\n\t// Define the hook, we'll check on the first run if it's really needed.\n\treturn {\n\t\tget: function() {\n\t\t\tif ( conditionFn() ) {\n\n\t\t\t\t// Hook not needed (or it's not possible to use it due\n\t\t\t\t// to missing dependency), remove it.\n\t\t\t\tdelete this.get;\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Hook needed; redefine it so that the support test is not executed again.\n\t\t\treturn ( this.get = hookFn ).apply( this, arguments );\n\t\t}\n\t};\n}\n\n\nvar cssPrefixes = [ \"Webkit\", \"Moz\", \"ms\" ],\n\temptyStyle = document.createElement( \"div\" ).style,\n\tvendorProps = {};\n\n// Return a vendor-prefixed property or undefined\nfunction vendorPropName( name ) {\n\n\t// Check for vendor prefixed names\n\tvar capName = name[ 0 ].toUpperCase() + name.slice( 1 ),\n\t\ti = cssPrefixes.length;\n\n\twhile ( i-- ) {\n\t\tname = cssPrefixes[ i ] + capName;\n\t\tif ( name in emptyStyle ) {\n\t\t\treturn name;\n\t\t}\n\t}\n}\n\n// Return a potentially-mapped jQuery.cssProps or vendor prefixed property\nfunction finalPropName( name ) {\n\tvar final = jQuery.cssProps[ name ] || vendorProps[ name ];\n\n\tif ( final ) {\n\t\treturn final;\n\t}\n\tif ( name in emptyStyle ) {\n\t\treturn name;\n\t}\n\treturn vendorProps[ name ] = vendorPropName( name ) || name;\n}\n\n\nvar\n\n\t// Swappable if display is none or starts with table\n\t// except \"table\", \"table-cell\", or \"table-caption\"\n\t// See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display\n\trdisplayswap = /^(none|table(?!-c[ea]).+)/,\n\trcustomProp = /^--/,\n\tcssShow = { position: \"absolute\", visibility: \"hidden\", display: \"block\" },\n\tcssNormalTransform = {\n\t\tletterSpacing: \"0\",\n\t\tfontWeight: \"400\"\n\t};\n\nfunction setPositiveNumber( elem, value, subtract ) {\n\n\t// Any relative (+/-) values have already been\n\t// normalized at this point\n\tvar matches = rcssNum.exec( value );\n\treturn matches ?\n\n\t\t// Guard against undefined \"subtract\", e.g., when used as in cssHooks\n\t\tMath.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || \"px\" ) :\n\t\tvalue;\n}\n\nfunction boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) {\n\tvar i = dimension === \"width\" ? 1 : 0,\n\t\textra = 0,\n\t\tdelta = 0;\n\n\t// Adjustment may not be necessary\n\tif ( box === ( isBorderBox ? \"border\" : \"content\" ) ) {\n\t\treturn 0;\n\t}\n\n\tfor ( ; i < 4; i += 2 ) {\n\n\t\t// Both box models exclude margin\n\t\tif ( box === \"margin\" ) {\n\t\t\tdelta += jQuery.css( elem, box + cssExpand[ i ], true, styles );\n\t\t}\n\n\t\t// If we get here with a content-box, we're seeking \"padding\" or \"border\" or \"margin\"\n\t\tif ( !isBorderBox ) {\n\n\t\t\t// Add padding\n\t\t\tdelta += jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\n\t\t\t// For \"border\" or \"margin\", add border\n\t\t\tif ( box !== \"padding\" ) {\n\t\t\t\tdelta += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\n\t\t\t// But still keep track of it otherwise\n\t\t\t} else {\n\t\t\t\textra += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\n\t\t// If we get here with a border-box (content + padding + border), we're seeking \"content\" or\n\t\t// \"padding\" or \"margin\"\n\t\t} else {\n\n\t\t\t// For \"content\", subtract padding\n\t\t\tif ( box === \"content\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\t\t\t}\n\n\t\t\t// For \"content\" or \"padding\", subtract border\n\t\t\tif ( box !== \"margin\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Account for positive content-box scroll gutter when requested by providing computedVal\n\tif ( !isBorderBox && computedVal >= 0 ) {\n\n\t\t// offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border\n\t\t// Assuming integer scroll gutter, subtract the rest and round down\n\t\tdelta += Math.max( 0, Math.ceil(\n\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\tcomputedVal -\n\t\t\tdelta -\n\t\t\textra -\n\t\t\t0.5\n\n\t\t// If offsetWidth/offsetHeight is unknown, then we can't determine content-box scroll gutter\n\t\t// Use an explicit zero to avoid NaN (gh-3964)\n\t\t) ) || 0;\n\t}\n\n\treturn delta;\n}\n\nfunction getWidthOrHeight( elem, dimension, extra ) {\n\n\t// Start with computed style\n\tvar styles = getStyles( elem ),\n\n\t\t// To avoid forcing a reflow, only fetch boxSizing if we need it (gh-4322).\n\t\t// Fake content-box until we know it's needed to know the true value.\n\t\tboxSizingNeeded = !support.boxSizingReliable() || extra,\n\t\tisBorderBox = boxSizingNeeded &&\n\t\t\tjQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\tvalueIsBorderBox = isBorderBox,\n\n\t\tval = curCSS( elem, dimension, styles ),\n\t\toffsetProp = \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 );\n\n\t// Support: Firefox <=54\n\t// Return a confounding non-pixel value or feign ignorance, as appropriate.\n\tif ( rnumnonpx.test( val ) ) {\n\t\tif ( !extra ) {\n\t\t\treturn val;\n\t\t}\n\t\tval = \"auto\";\n\t}\n\n\n\t// Fall back to offsetWidth/offsetHeight when value is \"auto\"\n\t// This happens for inline elements with no explicit setting (gh-3571)\n\t// Support: Android <=4.1 - 4.3 only\n\t// Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602)\n\t// Support: IE 9-11 only\n\t// Also use offsetWidth/offsetHeight for when box sizing is unreliable\n\t// We use getClientRects() to check for hidden/disconnected.\n\t// In those cases, the computed value can be trusted to be border-box\n\tif ( ( !support.boxSizingReliable() && isBorderBox ||\n\t\tval === \"auto\" ||\n\t\t!parseFloat( val ) && jQuery.css( elem, \"display\", false, styles ) === \"inline\" ) &&\n\t\telem.getClientRects().length ) {\n\n\t\tisBorderBox = jQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\";\n\n\t\t// Where available, offsetWidth/offsetHeight approximate border box dimensions.\n\t\t// Where not available (e.g., SVG), assume unreliable box-sizing and interpret the\n\t\t// retrieved value as a content box dimension.\n\t\tvalueIsBorderBox = offsetProp in elem;\n\t\tif ( valueIsBorderBox ) {\n\t\t\tval = elem[ offsetProp ];\n\t\t}\n\t}\n\n\t// Normalize \"\" and auto\n\tval = parseFloat( val ) || 0;\n\n\t// Adjust for the element's box model\n\treturn ( val +\n\t\tboxModelAdjustment(\n\t\t\telem,\n\t\t\tdimension,\n\t\t\textra || ( isBorderBox ? \"border\" : \"content\" ),\n\t\t\tvalueIsBorderBox,\n\t\t\tstyles,\n\n\t\t\t// Provide the current computed size to request scroll gutter calculation (gh-3589)\n\t\t\tval\n\t\t)\n\t) + \"px\";\n}\n\njQuery.extend( {\n\n\t// Add in style property hooks for overriding the default\n\t// behavior of getting and setting a style property\n\tcssHooks: {\n\t\topacity: {\n\t\t\tget: function( elem, computed ) {\n\t\t\t\tif ( computed ) {\n\n\t\t\t\t\t// We should always get a number back from opacity\n\t\t\t\t\tvar ret = curCSS( elem, \"opacity\" );\n\t\t\t\t\treturn ret === \"\" ? \"1\" : ret;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\t// Don't automatically add \"px\" to these possibly-unitless properties\n\tcssNumber: {\n\t\t\"animationIterationCount\": true,\n\t\t\"columnCount\": true,\n\t\t\"fillOpacity\": true,\n\t\t\"flexGrow\": true,\n\t\t\"flexShrink\": true,\n\t\t\"fontWeight\": true,\n\t\t\"gridArea\": true,\n\t\t\"gridColumn\": true,\n\t\t\"gridColumnEnd\": true,\n\t\t\"gridColumnStart\": true,\n\t\t\"gridRow\": true,\n\t\t\"gridRowEnd\": true,\n\t\t\"gridRowStart\": true,\n\t\t\"lineHeight\": true,\n\t\t\"opacity\": true,\n\t\t\"order\": true,\n\t\t\"orphans\": true,\n\t\t\"widows\": true,\n\t\t\"zIndex\": true,\n\t\t\"zoom\": true\n\t},\n\n\t// Add in properties whose names you wish to fix before\n\t// setting or getting the value\n\tcssProps: {},\n\n\t// Get and set the style property on a DOM Node\n\tstyle: function( elem, name, value, extra ) {\n\n\t\t// Don't set styles on text and comment nodes\n\t\tif ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Make sure that we're working with the right name\n\t\tvar ret, type, hooks,\n\t\t\torigName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name ),\n\t\t\tstyle = elem.style;\n\n\t\t// Make sure that we're working with the right name. We don't\n\t\t// want to query the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {\n\t\t\tname = finalPropName( origName );\n\t\t}\n\n\t\t// Gets hook for the prefixed version, then unprefixed version\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// Check if we're setting a value\n\t\tif ( value !== undefined ) {\n\t\t\ttype = typeof value;\n\n\t\t\t// Convert \"+=\" or \"-=\" to relative numbers (#7345)\n\t\t\tif ( type === \"string\" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) {\n\t\t\t\tvalue = adjustCSS( elem, name, ret );\n\n\t\t\t\t// Fixes bug #9237\n\t\t\t\ttype = \"number\";\n\t\t\t}\n\n\t\t\t// Make sure that null and NaN values aren't set (#7116)\n\t\t\tif ( value == null || value !== value ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// If a number was passed in, add the unit (except for certain CSS properties)\n\t\t\t// The isCustomProp check can be removed in jQuery 4.0 when we only auto-append\n\t\t\t// \"px\" to a few hardcoded values.\n\t\t\tif ( type === \"number\" && !isCustomProp ) {\n\t\t\t\tvalue += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? \"\" : \"px\" );\n\t\t\t}\n\n\t\t\t// background-* props affect original clone's values\n\t\t\tif ( !support.clearCloneStyle && value === \"\" && name.indexOf( \"background\" ) === 0 ) {\n\t\t\t\tstyle[ name ] = \"inherit\";\n\t\t\t}\n\n\t\t\t// If a hook was provided, use that value, otherwise just set the specified value\n\t\t\tif ( !hooks || !( \"set\" in hooks ) ||\n\t\t\t\t( value = hooks.set( elem, value, extra ) ) !== undefined ) {\n\n\t\t\t\tif ( isCustomProp ) {\n\t\t\t\t\tstyle.setProperty( name, value );\n\t\t\t\t} else {\n\t\t\t\t\tstyle[ name ] = value;\n\t\t\t\t}\n\t\t\t}\n\n\t\t} else {\n\n\t\t\t// If a hook was provided get the non-computed value from there\n\t\t\tif ( hooks && \"get\" in hooks &&\n\t\t\t\t( ret = hooks.get( elem, false, extra ) ) !== undefined ) {\n\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\t// Otherwise just get the value from the style object\n\t\t\treturn style[ name ];\n\t\t}\n\t},\n\n\tcss: function( elem, name, extra, styles ) {\n\t\tvar val, num, hooks,\n\t\t\torigName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name );\n\n\t\t// Make sure that we're working with the right name. We don't\n\t\t// want to modify the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {\n\t\t\tname = finalPropName( origName );\n\t\t}\n\n\t\t// Try prefixed name followed by the unprefixed name\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// If a hook was provided get the computed value from there\n\t\tif ( hooks && \"get\" in hooks ) {\n\t\t\tval = hooks.get( elem, true, extra );\n\t\t}\n\n\t\t// Otherwise, if a way to get the computed value exists, use that\n\t\tif ( val === undefined ) {\n\t\t\tval = curCSS( elem, name, styles );\n\t\t}\n\n\t\t// Convert \"normal\" to computed value\n\t\tif ( val === \"normal\" && name in cssNormalTransform ) {\n\t\t\tval = cssNormalTransform[ name ];\n\t\t}\n\n\t\t// Make numeric if forced or a qualifier was provided and val looks numeric\n\t\tif ( extra === \"\" || extra ) {\n\t\t\tnum = parseFloat( val );\n\t\t\treturn extra === true || isFinite( num ) ? num || 0 : val;\n\t\t}\n\n\t\treturn val;\n\t}\n} );\n\njQuery.each( [ \"height\", \"width\" ], function( i, dimension ) {\n\tjQuery.cssHooks[ dimension ] = {\n\t\tget: function( elem, computed, extra ) {\n\t\t\tif ( computed ) {\n\n\t\t\t\t// Certain elements can have dimension info if we invisibly show them\n\t\t\t\t// but it must have a current display style that would benefit\n\t\t\t\treturn rdisplayswap.test( jQuery.css( elem, \"display\" ) ) &&\n\n\t\t\t\t\t// Support: Safari 8+\n\t\t\t\t\t// Table columns in Safari have non-zero offsetWidth & zero\n\t\t\t\t\t// getBoundingClientRect().width unless display is changed.\n\t\t\t\t\t// Support: IE <=11 only\n\t\t\t\t\t// Running getBoundingClientRect on a disconnected node\n\t\t\t\t\t// in IE throws an error.\n\t\t\t\t\t( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ?\n\t\t\t\t\t\tswap( elem, cssShow, function() {\n\t\t\t\t\t\t\treturn getWidthOrHeight( elem, dimension, extra );\n\t\t\t\t\t\t} ) :\n\t\t\t\t\t\tgetWidthOrHeight( elem, dimension, extra );\n\t\t\t}\n\t\t},\n\n\t\tset: function( elem, value, extra ) {\n\t\t\tvar matches,\n\t\t\t\tstyles = getStyles( elem ),\n\n\t\t\t\t// Only read styles.position if the test has a chance to fail\n\t\t\t\t// to avoid forcing a reflow.\n\t\t\t\tscrollboxSizeBuggy = !support.scrollboxSize() &&\n\t\t\t\t\tstyles.position === \"absolute\",\n\n\t\t\t\t// To avoid forcing a reflow, only fetch boxSizing if we need it (gh-3991)\n\t\t\t\tboxSizingNeeded = scrollboxSizeBuggy || extra,\n\t\t\t\tisBorderBox = boxSizingNeeded &&\n\t\t\t\t\tjQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\t\t\tsubtract = extra ?\n\t\t\t\t\tboxModelAdjustment(\n\t\t\t\t\t\telem,\n\t\t\t\t\t\tdimension,\n\t\t\t\t\t\textra,\n\t\t\t\t\t\tisBorderBox,\n\t\t\t\t\t\tstyles\n\t\t\t\t\t) :\n\t\t\t\t\t0;\n\n\t\t\t// Account for unreliable border-box dimensions by comparing offset* to computed and\n\t\t\t// faking a content-box to get border and padding (gh-3699)\n\t\t\tif ( isBorderBox && scrollboxSizeBuggy ) {\n\t\t\t\tsubtract -= Math.ceil(\n\t\t\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\t\t\tparseFloat( styles[ dimension ] ) -\n\t\t\t\t\tboxModelAdjustment( elem, dimension, \"border\", false, styles ) -\n\t\t\t\t\t0.5\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// Convert to pixels if value adjustment is needed\n\t\t\tif ( subtract && ( matches = rcssNum.exec( value ) ) &&\n\t\t\t\t( matches[ 3 ] || \"px\" ) !== \"px\" ) {\n\n\t\t\t\telem.style[ dimension ] = value;\n\t\t\t\tvalue = jQuery.css( elem, dimension );\n\t\t\t}\n\n\t\t\treturn setPositiveNumber( elem, value, subtract );\n\t\t}\n\t};\n} );\n\njQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft,\n\tfunction( elem, computed ) {\n\t\tif ( computed ) {\n\t\t\treturn ( parseFloat( curCSS( elem, \"marginLeft\" ) ) ||\n\t\t\t\telem.getBoundingClientRect().left -\n\t\t\t\t\tswap( elem, { marginLeft: 0 }, function() {\n\t\t\t\t\t\treturn elem.getBoundingClientRect().left;\n\t\t\t\t\t} )\n\t\t\t\t) + \"px\";\n\t\t}\n\t}\n);\n\n// These hooks are used by animate to expand properties\njQuery.each( {\n\tmargin: \"\",\n\tpadding: \"\",\n\tborder: \"Width\"\n}, function( prefix, suffix ) {\n\tjQuery.cssHooks[ prefix + suffix ] = {\n\t\texpand: function( value ) {\n\t\t\tvar i = 0,\n\t\t\t\texpanded = {},\n\n\t\t\t\t// Assumes a single number if not a string\n\t\t\t\tparts = typeof value === \"string\" ? value.split( \" \" ) : [ value ];\n\n\t\t\tfor ( ; i < 4; i++ ) {\n\t\t\t\texpanded[ prefix + cssExpand[ i ] + suffix ] =\n\t\t\t\t\tparts[ i ] || parts[ i - 2 ] || parts[ 0 ];\n\t\t\t}\n\n\t\t\treturn expanded;\n\t\t}\n\t};\n\n\tif ( prefix !== \"margin\" ) {\n\t\tjQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;\n\t}\n} );\n\njQuery.fn.extend( {\n\tcss: function( name, value ) {\n\t\treturn access( this, function( elem, name, value ) {\n\t\t\tvar styles, len,\n\t\t\t\tmap = {},\n\t\t\t\ti = 0;\n\n\t\t\tif ( Array.isArray( name ) ) {\n\t\t\t\tstyles = getStyles( elem );\n\t\t\t\tlen = name.length;\n\n\t\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\t\tmap[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles );\n\t\t\t\t}\n\n\t\t\t\treturn map;\n\t\t\t}\n\n\t\t\treturn value !== undefined ?\n\t\t\t\tjQuery.style( elem, name, value ) :\n\t\t\t\tjQuery.css( elem, name );\n\t\t}, name, value, arguments.length > 1 );\n\t}\n} );\n\n\nfunction Tween( elem, options, prop, end, easing ) {\n\treturn new Tween.prototype.init( elem, options, prop, end, easing );\n}\njQuery.Tween = Tween;\n\nTween.prototype = {\n\tconstructor: Tween,\n\tinit: function( elem, options, prop, end, easing, unit ) {\n\t\tthis.elem = elem;\n\t\tthis.prop = prop;\n\t\tthis.easing = easing || jQuery.easing._default;\n\t\tthis.options = options;\n\t\tthis.start = this.now = this.cur();\n\t\tthis.end = end;\n\t\tthis.unit = unit || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" );\n\t},\n\tcur: function() {\n\t\tvar hooks = Tween.propHooks[ this.prop ];\n\n\t\treturn hooks && hooks.get ?\n\t\t\thooks.get( this ) :\n\t\t\tTween.propHooks._default.get( this );\n\t},\n\trun: function( percent ) {\n\t\tvar eased,\n\t\t\thooks = Tween.propHooks[ this.prop ];\n\n\t\tif ( this.options.duration ) {\n\t\t\tthis.pos = eased = jQuery.easing[ this.easing ](\n\t\t\t\tpercent, this.options.duration * percent, 0, 1, this.options.duration\n\t\t\t);\n\t\t} else {\n\t\t\tthis.pos = eased = percent;\n\t\t}\n\t\tthis.now = ( this.end - this.start ) * eased + this.start;\n\n\t\tif ( this.options.step ) {\n\t\t\tthis.options.step.call( this.elem, this.now, this );\n\t\t}\n\n\t\tif ( hooks && hooks.set ) {\n\t\t\thooks.set( this );\n\t\t} else {\n\t\t\tTween.propHooks._default.set( this );\n\t\t}\n\t\treturn this;\n\t}\n};\n\nTween.prototype.init.prototype = Tween.prototype;\n\nTween.propHooks = {\n\t_default: {\n\t\tget: function( tween ) {\n\t\t\tvar result;\n\n\t\t\t// Use a property on the element directly when it is not a DOM element,\n\t\t\t// or when there is no matching style property that exists.\n\t\t\tif ( tween.elem.nodeType !== 1 ||\n\t\t\t\ttween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) {\n\t\t\t\treturn tween.elem[ tween.prop ];\n\t\t\t}\n\n\t\t\t// Passing an empty string as a 3rd parameter to .css will automatically\n\t\t\t// attempt a parseFloat and fallback to a string if the parse fails.\n\t\t\t// Simple values such as \"10px\" are parsed to Float;\n\t\t\t// complex values such as \"rotate(1rad)\" are returned as-is.\n\t\t\tresult = jQuery.css( tween.elem, tween.prop, \"\" );\n\n\t\t\t// Empty strings, null, undefined and \"auto\" are converted to 0.\n\t\t\treturn !result || result === \"auto\" ? 0 : result;\n\t\t},\n\t\tset: function( tween ) {\n\n\t\t\t// Use step hook for back compat.\n\t\t\t// Use cssHook if its there.\n\t\t\t// Use .style if available and use plain properties where available.\n\t\t\tif ( jQuery.fx.step[ tween.prop ] ) {\n\t\t\t\tjQuery.fx.step[ tween.prop ]( tween );\n\t\t\t} else if ( tween.elem.nodeType === 1 && (\n\t\t\t\t\tjQuery.cssHooks[ tween.prop ] ||\n\t\t\t\t\ttween.elem.style[ finalPropName( tween.prop ) ] != null ) ) {\n\t\t\t\tjQuery.style( tween.elem, tween.prop, tween.now + tween.unit );\n\t\t\t} else {\n\t\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t\t}\n\t\t}\n\t}\n};\n\n// Support: IE <=9 only\n// Panic based approach to setting things on disconnected nodes\nTween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {\n\tset: function( tween ) {\n\t\tif ( tween.elem.nodeType && tween.elem.parentNode ) {\n\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t}\n\t}\n};\n\njQuery.easing = {\n\tlinear: function( p ) {\n\t\treturn p;\n\t},\n\tswing: function( p ) {\n\t\treturn 0.5 - Math.cos( p * Math.PI ) / 2;\n\t},\n\t_default: \"swing\"\n};\n\njQuery.fx = Tween.prototype.init;\n\n// Back compat <1.8 extension point\njQuery.fx.step = {};\n\n\n\n\nvar\n\tfxNow, inProgress,\n\trfxtypes = /^(?:toggle|show|hide)$/,\n\trrun = /queueHooks$/;\n\nfunction schedule() {\n\tif ( inProgress ) {\n\t\tif ( document.hidden === false && window.requestAnimationFrame ) {\n\t\t\twindow.requestAnimationFrame( schedule );\n\t\t} else {\n\t\t\twindow.setTimeout( schedule, jQuery.fx.interval );\n\t\t}\n\n\t\tjQuery.fx.tick();\n\t}\n}\n\n// Animations created synchronously will run synchronously\nfunction createFxNow() {\n\twindow.setTimeout( function() {\n\t\tfxNow = undefined;\n\t} );\n\treturn ( fxNow = Date.now() );\n}\n\n// Generate parameters to create a standard animation\nfunction genFx( type, includeWidth ) {\n\tvar which,\n\t\ti = 0,\n\t\tattrs = { height: type };\n\n\t// If we include width, step value is 1 to do all cssExpand values,\n\t// otherwise step value is 2 to skip over Left and Right\n\tincludeWidth = includeWidth ? 1 : 0;\n\tfor ( ; i < 4; i += 2 - includeWidth ) {\n\t\twhich = cssExpand[ i ];\n\t\tattrs[ \"margin\" + which ] = attrs[ \"padding\" + which ] = type;\n\t}\n\n\tif ( includeWidth ) {\n\t\tattrs.opacity = attrs.width = type;\n\t}\n\n\treturn attrs;\n}\n\nfunction createTween( value, prop, animation ) {\n\tvar tween,\n\t\tcollection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ \"*\" ] ),\n\t\tindex = 0,\n\t\tlength = collection.length;\n\tfor ( ; index < length; index++ ) {\n\t\tif ( ( tween = collection[ index ].call( animation, prop, value ) ) ) {\n\n\t\t\t// We're done with this property\n\t\t\treturn tween;\n\t\t}\n\t}\n}\n\nfunction defaultPrefilter( elem, props, opts ) {\n\tvar prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display,\n\t\tisBox = \"width\" in props || \"height\" in props,\n\t\tanim = this,\n\t\torig = {},\n\t\tstyle = elem.style,\n\t\thidden = elem.nodeType && isHiddenWithinTree( elem ),\n\t\tdataShow = dataPriv.get( elem, \"fxshow\" );\n\n\t// Queue-skipping animations hijack the fx hooks\n\tif ( !opts.queue ) {\n\t\thooks = jQuery._queueHooks( elem, \"fx\" );\n\t\tif ( hooks.unqueued == null ) {\n\t\t\thooks.unqueued = 0;\n\t\t\toldfire = hooks.empty.fire;\n\t\t\thooks.empty.fire = function() {\n\t\t\t\tif ( !hooks.unqueued ) {\n\t\t\t\t\toldfire();\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\t\thooks.unqueued++;\n\n\t\tanim.always( function() {\n\n\t\t\t// Ensure the complete handler is called before this completes\n\t\t\tanim.always( function() {\n\t\t\t\thooks.unqueued--;\n\t\t\t\tif ( !jQuery.queue( elem, \"fx\" ).length ) {\n\t\t\t\t\thooks.empty.fire();\n\t\t\t\t}\n\t\t\t} );\n\t\t} );\n\t}\n\n\t// Detect show/hide animations\n\tfor ( prop in props ) {\n\t\tvalue = props[ prop ];\n\t\tif ( rfxtypes.test( value ) ) {\n\t\t\tdelete props[ prop ];\n\t\t\ttoggle = toggle || value === \"toggle\";\n\t\t\tif ( value === ( hidden ? \"hide\" : \"show\" ) ) {\n\n\t\t\t\t// Pretend to be hidden if this is a \"show\" and\n\t\t\t\t// there is still data from a stopped show/hide\n\t\t\t\tif ( value === \"show\" && dataShow && dataShow[ prop ] !== undefined ) {\n\t\t\t\t\thidden = true;\n\n\t\t\t\t// Ignore all other no-op show/hide data\n\t\t\t\t} else {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t}\n\t\t\torig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop );\n\t\t}\n\t}\n\n\t// Bail out if this is a no-op like .hide().hide()\n\tpropTween = !jQuery.isEmptyObject( props );\n\tif ( !propTween && jQuery.isEmptyObject( orig ) ) {\n\t\treturn;\n\t}\n\n\t// Restrict \"overflow\" and \"display\" styles during box animations\n\tif ( isBox && elem.nodeType === 1 ) {\n\n\t\t// Support: IE <=9 - 11, Edge 12 - 15\n\t\t// Record all 3 overflow attributes because IE does not infer the shorthand\n\t\t// from identically-valued overflowX and overflowY and Edge just mirrors\n\t\t// the overflowX value there.\n\t\topts.overflow = [ style.overflow, style.overflowX, style.overflowY ];\n\n\t\t// Identify a display type, preferring old show/hide data over the CSS cascade\n\t\trestoreDisplay = dataShow && dataShow.display;\n\t\tif ( restoreDisplay == null ) {\n\t\t\trestoreDisplay = dataPriv.get( elem, \"display\" );\n\t\t}\n\t\tdisplay = jQuery.css( elem, \"display\" );\n\t\tif ( display === \"none\" ) {\n\t\t\tif ( restoreDisplay ) {\n\t\t\t\tdisplay = restoreDisplay;\n\t\t\t} else {\n\n\t\t\t\t// Get nonempty value(s) by temporarily forcing visibility\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t\trestoreDisplay = elem.style.display || restoreDisplay;\n\t\t\t\tdisplay = jQuery.css( elem, \"display\" );\n\t\t\t\tshowHide( [ elem ] );\n\t\t\t}\n\t\t}\n\n\t\t// Animate inline elements as inline-block\n\t\tif ( display === \"inline\" || display === \"inline-block\" && restoreDisplay != null ) {\n\t\t\tif ( jQuery.css( elem, \"float\" ) === \"none\" ) {\n\n\t\t\t\t// Restore the original display value at the end of pure show/hide animations\n\t\t\t\tif ( !propTween ) {\n\t\t\t\t\tanim.done( function() {\n\t\t\t\t\t\tstyle.display = restoreDisplay;\n\t\t\t\t\t} );\n\t\t\t\t\tif ( restoreDisplay == null ) {\n\t\t\t\t\t\tdisplay = style.display;\n\t\t\t\t\t\trestoreDisplay = display === \"none\" ? \"\" : display;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tstyle.display = \"inline-block\";\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( opts.overflow ) {\n\t\tstyle.overflow = \"hidden\";\n\t\tanim.always( function() {\n\t\t\tstyle.overflow = opts.overflow[ 0 ];\n\t\t\tstyle.overflowX = opts.overflow[ 1 ];\n\t\t\tstyle.overflowY = opts.overflow[ 2 ];\n\t\t} );\n\t}\n\n\t// Implement show/hide animations\n\tpropTween = false;\n\tfor ( prop in orig ) {\n\n\t\t// General show/hide setup for this element animation\n\t\tif ( !propTween ) {\n\t\t\tif ( dataShow ) {\n\t\t\t\tif ( \"hidden\" in dataShow ) {\n\t\t\t\t\thidden = dataShow.hidden;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tdataShow = dataPriv.access( elem, \"fxshow\", { display: restoreDisplay } );\n\t\t\t}\n\n\t\t\t// Store hidden/visible for toggle so `.stop().toggle()` \"reverses\"\n\t\t\tif ( toggle ) {\n\t\t\t\tdataShow.hidden = !hidden;\n\t\t\t}\n\n\t\t\t// Show elements before animating them\n\t\t\tif ( hidden ) {\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t}\n\n\t\t\t/* eslint-disable no-loop-func */\n\n\t\t\tanim.done( function() {\n\n\t\t\t/* eslint-enable no-loop-func */\n\n\t\t\t\t// The final step of a \"hide\" animation is actually hiding the element\n\t\t\t\tif ( !hidden ) {\n\t\t\t\t\tshowHide( [ elem ] );\n\t\t\t\t}\n\t\t\t\tdataPriv.remove( elem, \"fxshow\" );\n\t\t\t\tfor ( prop in orig ) {\n\t\t\t\t\tjQuery.style( elem, prop, orig[ prop ] );\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\n\t\t// Per-property setup\n\t\tpropTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim );\n\t\tif ( !( prop in dataShow ) ) {\n\t\t\tdataShow[ prop ] = propTween.start;\n\t\t\tif ( hidden ) {\n\t\t\t\tpropTween.end = propTween.start;\n\t\t\t\tpropTween.start = 0;\n\t\t\t}\n\t\t}\n\t}\n}\n\nfunction propFilter( props, specialEasing ) {\n\tvar index, name, easing, value, hooks;\n\n\t// camelCase, specialEasing and expand cssHook pass\n\tfor ( index in props ) {\n\t\tname = camelCase( index );\n\t\teasing = specialEasing[ name ];\n\t\tvalue = props[ index ];\n\t\tif ( Array.isArray( value ) ) {\n\t\t\teasing = value[ 1 ];\n\t\t\tvalue = props[ index ] = value[ 0 ];\n\t\t}\n\n\t\tif ( index !== name ) {\n\t\t\tprops[ name ] = value;\n\t\t\tdelete props[ index ];\n\t\t}\n\n\t\thooks = jQuery.cssHooks[ name ];\n\t\tif ( hooks && \"expand\" in hooks ) {\n\t\t\tvalue = hooks.expand( value );\n\t\t\tdelete props[ name ];\n\n\t\t\t// Not quite $.extend, this won't overwrite existing keys.\n\t\t\t// Reusing 'index' because we have the correct \"name\"\n\t\t\tfor ( index in value ) {\n\t\t\t\tif ( !( index in props ) ) {\n\t\t\t\t\tprops[ index ] = value[ index ];\n\t\t\t\t\tspecialEasing[ index ] = easing;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tspecialEasing[ name ] = easing;\n\t\t}\n\t}\n}\n\nfunction Animation( elem, properties, options ) {\n\tvar result,\n\t\tstopped,\n\t\tindex = 0,\n\t\tlength = Animation.prefilters.length,\n\t\tdeferred = jQuery.Deferred().always( function() {\n\n\t\t\t// Don't match elem in the :animated selector\n\t\t\tdelete tick.elem;\n\t\t} ),\n\t\ttick = function() {\n\t\t\tif ( stopped ) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\tvar currentTime = fxNow || createFxNow(),\n\t\t\t\tremaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),\n\n\t\t\t\t// Support: Android 2.3 only\n\t\t\t\t// Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497)\n\t\t\t\ttemp = remaining / animation.duration || 0,\n\t\t\t\tpercent = 1 - temp,\n\t\t\t\tindex = 0,\n\t\t\t\tlength = animation.tweens.length;\n\n\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\tanimation.tweens[ index ].run( percent );\n\t\t\t}\n\n\t\t\tdeferred.notifyWith( elem, [ animation, percent, remaining ] );\n\n\t\t\t// If there's more to do, yield\n\t\t\tif ( percent < 1 && length ) {\n\t\t\t\treturn remaining;\n\t\t\t}\n\n\t\t\t// If this was an empty animation, synthesize a final progress notification\n\t\t\tif ( !length ) {\n\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t}\n\n\t\t\t// Resolve the animation and report its conclusion\n\t\t\tdeferred.resolveWith( elem, [ animation ] );\n\t\t\treturn false;\n\t\t},\n\t\tanimation = deferred.promise( {\n\t\t\telem: elem,\n\t\t\tprops: jQuery.extend( {}, properties ),\n\t\t\topts: jQuery.extend( true, {\n\t\t\t\tspecialEasing: {},\n\t\t\t\teasing: jQuery.easing._default\n\t\t\t}, options ),\n\t\t\toriginalProperties: properties,\n\t\t\toriginalOptions: options,\n\t\t\tstartTime: fxNow || createFxNow(),\n\t\t\tduration: options.duration,\n\t\t\ttweens: [],\n\t\t\tcreateTween: function( prop, end ) {\n\t\t\t\tvar tween = jQuery.Tween( elem, animation.opts, prop, end,\n\t\t\t\t\t\tanimation.opts.specialEasing[ prop ] || animation.opts.easing );\n\t\t\t\tanimation.tweens.push( tween );\n\t\t\t\treturn tween;\n\t\t\t},\n\t\t\tstop: function( gotoEnd ) {\n\t\t\t\tvar index = 0,\n\n\t\t\t\t\t// If we are going to the end, we want to run all the tweens\n\t\t\t\t\t// otherwise we skip this part\n\t\t\t\t\tlength = gotoEnd ? animation.tweens.length : 0;\n\t\t\t\tif ( stopped ) {\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t\tstopped = true;\n\t\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\t\tanimation.tweens[ index ].run( 1 );\n\t\t\t\t}\n\n\t\t\t\t// Resolve when we played the last frame; otherwise, reject\n\t\t\t\tif ( gotoEnd ) {\n\t\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t\t\tdeferred.resolveWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t} else {\n\t\t\t\t\tdeferred.rejectWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t}\n\t\t} ),\n\t\tprops = animation.props;\n\n\tpropFilter( props, animation.opts.specialEasing );\n\n\tfor ( ; index < length; index++ ) {\n\t\tresult = Animation.prefilters[ index ].call( animation, elem, props, animation.opts );\n\t\tif ( result ) {\n\t\t\tif ( isFunction( result.stop ) ) {\n\t\t\t\tjQuery._queueHooks( animation.elem, animation.opts.queue ).stop =\n\t\t\t\t\tresult.stop.bind( result );\n\t\t\t}\n\t\t\treturn result;\n\t\t}\n\t}\n\n\tjQuery.map( props, createTween, animation );\n\n\tif ( isFunction( animation.opts.start ) ) {\n\t\tanimation.opts.start.call( elem, animation );\n\t}\n\n\t// Attach callbacks from options\n\tanimation\n\t\t.progress( animation.opts.progress )\n\t\t.done( animation.opts.done, animation.opts.complete )\n\t\t.fail( animation.opts.fail )\n\t\t.always( animation.opts.always );\n\n\tjQuery.fx.timer(\n\t\tjQuery.extend( tick, {\n\t\t\telem: elem,\n\t\t\tanim: animation,\n\t\t\tqueue: animation.opts.queue\n\t\t} )\n\t);\n\n\treturn animation;\n}\n\njQuery.Animation = jQuery.extend( Animation, {\n\n\ttweeners: {\n\t\t\"*\": [ function( prop, value ) {\n\t\t\tvar tween = this.createTween( prop, value );\n\t\t\tadjustCSS( tween.elem, prop, rcssNum.exec( value ), tween );\n\t\t\treturn tween;\n\t\t} ]\n\t},\n\n\ttweener: function( props, callback ) {\n\t\tif ( isFunction( props ) ) {\n\t\t\tcallback = props;\n\t\t\tprops = [ \"*\" ];\n\t\t} else {\n\t\t\tprops = props.match( rnothtmlwhite );\n\t\t}\n\n\t\tvar prop,\n\t\t\tindex = 0,\n\t\t\tlength = props.length;\n\n\t\tfor ( ; index < length; index++ ) {\n\t\t\tprop = props[ index ];\n\t\t\tAnimation.tweeners[ prop ] = Animation.tweeners[ prop ] || [];\n\t\t\tAnimation.tweeners[ prop ].unshift( callback );\n\t\t}\n\t},\n\n\tprefilters: [ defaultPrefilter ],\n\n\tprefilter: function( callback, prepend ) {\n\t\tif ( prepend ) {\n\t\t\tAnimation.prefilters.unshift( callback );\n\t\t} else {\n\t\t\tAnimation.prefilters.push( callback );\n\t\t}\n\t}\n} );\n\njQuery.speed = function( speed, easing, fn ) {\n\tvar opt = speed && typeof speed === \"object\" ? jQuery.extend( {}, speed ) : {\n\t\tcomplete: fn || !fn && easing ||\n\t\t\tisFunction( speed ) && speed,\n\t\tduration: speed,\n\t\teasing: fn && easing || easing && !isFunction( easing ) && easing\n\t};\n\n\t// Go to the end state if fx are off\n\tif ( jQuery.fx.off ) {\n\t\topt.duration = 0;\n\n\t} else {\n\t\tif ( typeof opt.duration !== \"number\" ) {\n\t\t\tif ( opt.duration in jQuery.fx.speeds ) {\n\t\t\t\topt.duration = jQuery.fx.speeds[ opt.duration ];\n\n\t\t\t} else {\n\t\t\t\topt.duration = jQuery.fx.speeds._default;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Normalize opt.queue - true/undefined/null -> \"fx\"\n\tif ( opt.queue == null || opt.queue === true ) {\n\t\topt.queue = \"fx\";\n\t}\n\n\t// Queueing\n\topt.old = opt.complete;\n\n\topt.complete = function() {\n\t\tif ( isFunction( opt.old ) ) {\n\t\t\topt.old.call( this );\n\t\t}\n\n\t\tif ( opt.queue ) {\n\t\t\tjQuery.dequeue( this, opt.queue );\n\t\t}\n\t};\n\n\treturn opt;\n};\n\njQuery.fn.extend( {\n\tfadeTo: function( speed, to, easing, callback ) {\n\n\t\t// Show any hidden elements after setting opacity to 0\n\t\treturn this.filter( isHiddenWithinTree ).css( \"opacity\", 0 ).show()\n\n\t\t\t// Animate to the value specified\n\t\t\t.end().animate( { opacity: to }, speed, easing, callback );\n\t},\n\tanimate: function( prop, speed, easing, callback ) {\n\t\tvar empty = jQuery.isEmptyObject( prop ),\n\t\t\toptall = jQuery.speed( speed, easing, callback ),\n\t\t\tdoAnimation = function() {\n\n\t\t\t\t// Operate on a copy of prop so per-property easing won't be lost\n\t\t\t\tvar anim = Animation( this, jQuery.extend( {}, prop ), optall );\n\n\t\t\t\t// Empty animations, or finishing resolves immediately\n\t\t\t\tif ( empty || dataPriv.get( this, \"finish\" ) ) {\n\t\t\t\t\tanim.stop( true );\n\t\t\t\t}\n\t\t\t};\n\t\t\tdoAnimation.finish = doAnimation;\n\n\t\treturn empty || optall.queue === false ?\n\t\t\tthis.each( doAnimation ) :\n\t\t\tthis.queue( optall.queue, doAnimation );\n\t},\n\tstop: function( type, clearQueue, gotoEnd ) {\n\t\tvar stopQueue = function( hooks ) {\n\t\t\tvar stop = hooks.stop;\n\t\t\tdelete hooks.stop;\n\t\t\tstop( gotoEnd );\n\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tgotoEnd = clearQueue;\n\t\t\tclearQueue = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\tif ( clearQueue && type !== false ) {\n\t\t\tthis.queue( type || \"fx\", [] );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar dequeue = true,\n\t\t\t\tindex = type != null && type + \"queueHooks\",\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tdata = dataPriv.get( this );\n\n\t\t\tif ( index ) {\n\t\t\t\tif ( data[ index ] && data[ index ].stop ) {\n\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( index in data ) {\n\t\t\t\t\tif ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {\n\t\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this &&\n\t\t\t\t\t( type == null || timers[ index ].queue === type ) ) {\n\n\t\t\t\t\ttimers[ index ].anim.stop( gotoEnd );\n\t\t\t\t\tdequeue = false;\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Start the next in the queue if the last step wasn't forced.\n\t\t\t// Timers currently will call their complete callbacks, which\n\t\t\t// will dequeue but only if they were gotoEnd.\n\t\t\tif ( dequeue || !gotoEnd ) {\n\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t}\n\t\t} );\n\t},\n\tfinish: function( type ) {\n\t\tif ( type !== false ) {\n\t\t\ttype = type || \"fx\";\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tvar index,\n\t\t\t\tdata = dataPriv.get( this ),\n\t\t\t\tqueue = data[ type + \"queue\" ],\n\t\t\t\thooks = data[ type + \"queueHooks\" ],\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tlength = queue ? queue.length : 0;\n\n\t\t\t// Enable finishing flag on private data\n\t\t\tdata.finish = true;\n\n\t\t\t// Empty the queue first\n\t\t\tjQuery.queue( this, type, [] );\n\n\t\t\tif ( hooks && hooks.stop ) {\n\t\t\t\thooks.stop.call( this, true );\n\t\t\t}\n\n\t\t\t// Look for any active animations, and finish them\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this && timers[ index ].queue === type ) {\n\t\t\t\t\ttimers[ index ].anim.stop( true );\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Look for any animations in the old queue and finish them\n\t\t\tfor ( index = 0; index < length; index++ ) {\n\t\t\t\tif ( queue[ index ] && queue[ index ].finish ) {\n\t\t\t\t\tqueue[ index ].finish.call( this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Turn off finishing flag\n\t\t\tdelete data.finish;\n\t\t} );\n\t}\n} );\n\njQuery.each( [ \"toggle\", \"show\", \"hide\" ], function( i, name ) {\n\tvar cssFn = jQuery.fn[ name ];\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn speed == null || typeof speed === \"boolean\" ?\n\t\t\tcssFn.apply( this, arguments ) :\n\t\t\tthis.animate( genFx( name, true ), speed, easing, callback );\n\t};\n} );\n\n// Generate shortcuts for custom animations\njQuery.each( {\n\tslideDown: genFx( \"show\" ),\n\tslideUp: genFx( \"hide\" ),\n\tslideToggle: genFx( \"toggle\" ),\n\tfadeIn: { opacity: \"show\" },\n\tfadeOut: { opacity: \"hide\" },\n\tfadeToggle: { opacity: \"toggle\" }\n}, function( name, props ) {\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn this.animate( props, speed, easing, callback );\n\t};\n} );\n\njQuery.timers = [];\njQuery.fx.tick = function() {\n\tvar timer,\n\t\ti = 0,\n\t\ttimers = jQuery.timers;\n\n\tfxNow = Date.now();\n\n\tfor ( ; i < timers.length; i++ ) {\n\t\ttimer = timers[ i ];\n\n\t\t// Run the timer and safely remove it when done (allowing for external removal)\n\t\tif ( !timer() && timers[ i ] === timer ) {\n\t\t\ttimers.splice( i--, 1 );\n\t\t}\n\t}\n\n\tif ( !timers.length ) {\n\t\tjQuery.fx.stop();\n\t}\n\tfxNow = undefined;\n};\n\njQuery.fx.timer = function( timer ) {\n\tjQuery.timers.push( timer );\n\tjQuery.fx.start();\n};\n\njQuery.fx.interval = 13;\njQuery.fx.start = function() {\n\tif ( inProgress ) {\n\t\treturn;\n\t}\n\n\tinProgress = true;\n\tschedule();\n};\n\njQuery.fx.stop = function() {\n\tinProgress = null;\n};\n\njQuery.fx.speeds = {\n\tslow: 600,\n\tfast: 200,\n\n\t// Default speed\n\t_default: 400\n};\n\n\n// Based off of the plugin by Clint Helfers, with permission.\n// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/\njQuery.fn.delay = function( time, type ) {\n\ttime = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;\n\ttype = type || \"fx\";\n\n\treturn this.queue( type, function( next, hooks ) {\n\t\tvar timeout = window.setTimeout( next, time );\n\t\thooks.stop = function() {\n\t\t\twindow.clearTimeout( timeout );\n\t\t};\n\t} );\n};\n\n\n( function() {\n\tvar input = document.createElement( \"input\" ),\n\t\tselect = document.createElement( \"select\" ),\n\t\topt = select.appendChild( document.createElement( \"option\" ) );\n\n\tinput.type = \"checkbox\";\n\n\t// Support: Android <=4.3 only\n\t// Default value for a checkbox should be \"on\"\n\tsupport.checkOn = input.value !== \"\";\n\n\t// Support: IE <=11 only\n\t// Must access selectedIndex to make default options select\n\tsupport.optSelected = opt.selected;\n\n\t// Support: IE <=11 only\n\t// An input loses its value after becoming a radio\n\tinput = document.createElement( \"input\" );\n\tinput.value = \"t\";\n\tinput.type = \"radio\";\n\tsupport.radioValue = input.value === \"t\";\n} )();\n\n\nvar boolHook,\n\tattrHandle = jQuery.expr.attrHandle;\n\njQuery.fn.extend( {\n\tattr: function( name, value ) {\n\t\treturn access( this, jQuery.attr, name, value, arguments.length > 1 );\n\t},\n\n\tremoveAttr: function( name ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.removeAttr( this, name );\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tattr: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set attributes on text, comment and attribute nodes\n\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Fallback to prop when attributes are not supported\n\t\tif ( typeof elem.getAttribute === \"undefined\" ) {\n\t\t\treturn jQuery.prop( elem, name, value );\n\t\t}\n\n\t\t// Attribute hooks are determined by the lowercase version\n\t\t// Grab necessary hook if one is defined\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\t\t\thooks = jQuery.attrHooks[ name.toLowerCase() ] ||\n\t\t\t\t( jQuery.expr.match.bool.test( name ) ? boolHook : undefined );\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( value === null ) {\n\t\t\t\tjQuery.removeAttr( elem, name );\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( hooks && \"set\" in hooks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\telem.setAttribute( name, value + \"\" );\n\t\t\treturn value;\n\t\t}\n\n\t\tif ( hooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\tret = jQuery.find.attr( elem, name );\n\n\t\t// Non-existent attributes return null, we normalize to undefined\n\t\treturn ret == null ? undefined : ret;\n\t},\n\n\tattrHooks: {\n\t\ttype: {\n\t\t\tset: function( elem, value ) {\n\t\t\t\tif ( !support.radioValue && value === \"radio\" &&\n\t\t\t\t\tnodeName( elem, \"input\" ) ) {\n\t\t\t\t\tvar val = elem.value;\n\t\t\t\t\telem.setAttribute( \"type\", value );\n\t\t\t\t\tif ( val ) {\n\t\t\t\t\t\telem.value = val;\n\t\t\t\t\t}\n\t\t\t\t\treturn value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\tremoveAttr: function( elem, value ) {\n\t\tvar name,\n\t\t\ti = 0,\n\n\t\t\t// Attribute names can contain non-HTML whitespace characters\n\t\t\t// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n\t\t\tattrNames = value && value.match( rnothtmlwhite );\n\n\t\tif ( attrNames && elem.nodeType === 1 ) {\n\t\t\twhile ( ( name = attrNames[ i++ ] ) ) {\n\t\t\t\telem.removeAttribute( name );\n\t\t\t}\n\t\t}\n\t}\n} );\n\n// Hooks for boolean attributes\nboolHook = {\n\tset: function( elem, value, name ) {\n\t\tif ( value === false ) {\n\n\t\t\t// Remove boolean attributes when set to false\n\t\t\tjQuery.removeAttr( elem, name );\n\t\t} else {\n\t\t\telem.setAttribute( name, name );\n\t\t}\n\t\treturn name;\n\t}\n};\n\njQuery.each( jQuery.expr.match.bool.source.match( /\\w+/g ), function( i, name ) {\n\tvar getter = attrHandle[ name ] || jQuery.find.attr;\n\n\tattrHandle[ name ] = function( elem, name, isXML ) {\n\t\tvar ret, handle,\n\t\t\tlowercaseName = name.toLowerCase();\n\n\t\tif ( !isXML ) {\n\n\t\t\t// Avoid an infinite loop by temporarily removing this function from the getter\n\t\t\thandle = attrHandle[ lowercaseName ];\n\t\t\tattrHandle[ lowercaseName ] = ret;\n\t\t\tret = getter( elem, name, isXML ) != null ?\n\t\t\t\tlowercaseName :\n\t\t\t\tnull;\n\t\t\tattrHandle[ lowercaseName ] = handle;\n\t\t}\n\t\treturn ret;\n\t};\n} );\n\n\n\n\nvar rfocusable = /^(?:input|select|textarea|button)$/i,\n\trclickable = /^(?:a|area)$/i;\n\njQuery.fn.extend( {\n\tprop: function( name, value ) {\n\t\treturn access( this, jQuery.prop, name, value, arguments.length > 1 );\n\t},\n\n\tremoveProp: function( name ) {\n\t\treturn this.each( function() {\n\t\t\tdelete this[ jQuery.propFix[ name ] || name ];\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tprop: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set properties on text, comment and attribute nodes\n\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// Fix name and attach hooks\n\t\t\tname = jQuery.propFix[ name ] || name;\n\t\t\thooks = jQuery.propHooks[ name ];\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( hooks && \"set\" in hooks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\treturn ( elem[ name ] = value );\n\t\t}\n\n\t\tif ( hooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\treturn elem[ name ];\n\t},\n\n\tpropHooks: {\n\t\ttabIndex: {\n\t\t\tget: function( elem ) {\n\n\t\t\t\t// Support: IE <=9 - 11 only\n\t\t\t\t// elem.tabIndex doesn't always return the\n\t\t\t\t// correct value when it hasn't been explicitly set\n\t\t\t\t// https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/\n\t\t\t\t// Use proper attribute retrieval(#12072)\n\t\t\t\tvar tabindex = jQuery.find.attr( elem, \"tabindex\" );\n\n\t\t\t\tif ( tabindex ) {\n\t\t\t\t\treturn parseInt( tabindex, 10 );\n\t\t\t\t}\n\n\t\t\t\tif (\n\t\t\t\t\trfocusable.test( elem.nodeName ) ||\n\t\t\t\t\trclickable.test( elem.nodeName ) &&\n\t\t\t\t\telem.href\n\t\t\t\t) {\n\t\t\t\t\treturn 0;\n\t\t\t\t}\n\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t},\n\n\tpropFix: {\n\t\t\"for\": \"htmlFor\",\n\t\t\"class\": \"className\"\n\t}\n} );\n\n// Support: IE <=11 only\n// Accessing the selectedIndex property\n// forces the browser to respect setting selected\n// on the option\n// The getter ensures a default option is selected\n// when in an optgroup\n// eslint rule \"no-unused-expressions\" is disabled for this code\n// since it considers such accessions noop\nif ( !support.optSelected ) {\n\tjQuery.propHooks.selected = {\n\t\tget: function( elem ) {\n\n\t\t\t/* eslint no-unused-expressions: \"off\" */\n\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent && parent.parentNode ) {\n\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t}\n\t\t\treturn null;\n\t\t},\n\t\tset: function( elem ) {\n\n\t\t\t/* eslint no-unused-expressions: \"off\" */\n\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent ) {\n\t\t\t\tparent.selectedIndex;\n\n\t\t\t\tif ( parent.parentNode ) {\n\t\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\njQuery.each( [\n\t\"tabIndex\",\n\t\"readOnly\",\n\t\"maxLength\",\n\t\"cellSpacing\",\n\t\"cellPadding\",\n\t\"rowSpan\",\n\t\"colSpan\",\n\t\"useMap\",\n\t\"frameBorder\",\n\t\"contentEditable\"\n], function() {\n\tjQuery.propFix[ this.toLowerCase() ] = this;\n} );\n\n\n\n\n\t// Strip and collapse whitespace according to HTML spec\n\t// https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace\n\tfunction stripAndCollapse( value ) {\n\t\tvar tokens = value.match( rnothtmlwhite ) || [];\n\t\treturn tokens.join( \" \" );\n\t}\n\n\nfunction getClass( elem ) {\n\treturn elem.getAttribute && elem.getAttribute( \"class\" ) || \"\";\n}\n\nfunction classesToArray( value ) {\n\tif ( Array.isArray( value ) ) {\n\t\treturn value;\n\t}\n\tif ( typeof value === \"string\" ) {\n\t\treturn value.match( rnothtmlwhite ) || [];\n\t}\n\treturn [];\n}\n\njQuery.fn.extend( {\n\taddClass: function( value ) {\n\t\tvar classes, elem, cur, curValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).addClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\t\t\t\tcur = elem.nodeType === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\t\t\t\t\t\tif ( cur.indexOf( \" \" + clazz + \" \" ) < 0 ) {\n\t\t\t\t\t\t\tcur += clazz + \" \";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tremoveClass: function( value ) {\n\t\tvar classes, elem, cur, curValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).removeClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tif ( !arguments.length ) {\n\t\t\treturn this.attr( \"class\", \"\" );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\n\t\t\t\t// This expression is here for better compressibility (see addClass)\n\t\t\t\tcur = elem.nodeType === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\n\t\t\t\t\t\t// Remove *all* instances\n\t\t\t\t\t\twhile ( cur.indexOf( \" \" + clazz + \" \" ) > -1 ) {\n\t\t\t\t\t\t\tcur = cur.replace( \" \" + clazz + \" \", \" \" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\ttoggleClass: function( value, stateVal ) {\n\t\tvar type = typeof value,\n\t\t\tisValidValue = type === \"string\" || Array.isArray( value );\n\n\t\tif ( typeof stateVal === \"boolean\" && isValidValue ) {\n\t\t\treturn stateVal ? this.addClass( value ) : this.removeClass( value );\n\t\t}\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( i ) {\n\t\t\t\tjQuery( this ).toggleClass(\n\t\t\t\t\tvalue.call( this, i, getClass( this ), stateVal ),\n\t\t\t\t\tstateVal\n\t\t\t\t);\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar className, i, self, classNames;\n\n\t\t\tif ( isValidValue ) {\n\n\t\t\t\t// Toggle individual class names\n\t\t\t\ti = 0;\n\t\t\t\tself = jQuery( this );\n\t\t\t\tclassNames = classesToArray( value );\n\n\t\t\t\twhile ( ( className = classNames[ i++ ] ) ) {\n\n\t\t\t\t\t// Check each className given, space separated list\n\t\t\t\t\tif ( self.hasClass( className ) ) {\n\t\t\t\t\t\tself.removeClass( className );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tself.addClass( className );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Toggle whole class name\n\t\t\t} else if ( value === undefined || type === \"boolean\" ) {\n\t\t\t\tclassName = getClass( this );\n\t\t\t\tif ( className ) {\n\n\t\t\t\t\t// Store className if set\n\t\t\t\t\tdataPriv.set( this, \"__className__\", className );\n\t\t\t\t}\n\n\t\t\t\t// If the element has a class name or if we're passed `false`,\n\t\t\t\t// then remove the whole classname (if there was one, the above saved it).\n\t\t\t\t// Otherwise bring back whatever was previously saved (if anything),\n\t\t\t\t// falling back to the empty string if nothing was stored.\n\t\t\t\tif ( this.setAttribute ) {\n\t\t\t\t\tthis.setAttribute( \"class\",\n\t\t\t\t\t\tclassName || value === false ?\n\t\t\t\t\t\t\"\" :\n\t\t\t\t\t\tdataPriv.get( this, \"__className__\" ) || \"\"\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\thasClass: function( selector ) {\n\t\tvar className, elem,\n\t\t\ti = 0;\n\n\t\tclassName = \" \" + selector + \" \";\n\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\tif ( elem.nodeType === 1 &&\n\t\t\t\t( \" \" + stripAndCollapse( getClass( elem ) ) + \" \" ).indexOf( className ) > -1 ) {\n\t\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}\n} );\n\n\n\n\nvar rreturn = /\\r/g;\n\njQuery.fn.extend( {\n\tval: function( value ) {\n\t\tvar hooks, ret, valueIsFunction,\n\t\t\telem = this[ 0 ];\n\n\t\tif ( !arguments.length ) {\n\t\t\tif ( elem ) {\n\t\t\t\thooks = jQuery.valHooks[ elem.type ] ||\n\t\t\t\t\tjQuery.valHooks[ elem.nodeName.toLowerCase() ];\n\n\t\t\t\tif ( hooks &&\n\t\t\t\t\t\"get\" in hooks &&\n\t\t\t\t\t( ret = hooks.get( elem, \"value\" ) ) !== undefined\n\t\t\t\t) {\n\t\t\t\t\treturn ret;\n\t\t\t\t}\n\n\t\t\t\tret = elem.value;\n\n\t\t\t\t// Handle most common string cases\n\t\t\t\tif ( typeof ret === \"string\" ) {\n\t\t\t\t\treturn ret.replace( rreturn, \"\" );\n\t\t\t\t}\n\n\t\t\t\t// Handle cases where value is null/undef or number\n\t\t\t\treturn ret == null ? \"\" : ret;\n\t\t\t}\n\n\t\t\treturn;\n\t\t}\n\n\t\tvalueIsFunction = isFunction( value );\n\n\t\treturn this.each( function( i ) {\n\t\t\tvar val;\n\n\t\t\tif ( this.nodeType !== 1 ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\tval = value.call( this, i, jQuery( this ).val() );\n\t\t\t} else {\n\t\t\t\tval = value;\n\t\t\t}\n\n\t\t\t// Treat null/undefined as \"\"; convert numbers to string\n\t\t\tif ( val == null ) {\n\t\t\t\tval = \"\";\n\n\t\t\t} else if ( typeof val === \"number\" ) {\n\t\t\t\tval += \"\";\n\n\t\t\t} else if ( Array.isArray( val ) ) {\n\t\t\t\tval = jQuery.map( val, function( value ) {\n\t\t\t\t\treturn value == null ? \"\" : value + \"\";\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\thooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ];\n\n\t\t\t// If set returns undefined, fall back to normal setting\n\t\t\tif ( !hooks || !( \"set\" in hooks ) || hooks.set( this, val, \"value\" ) === undefined ) {\n\t\t\t\tthis.value = val;\n\t\t\t}\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tvalHooks: {\n\t\toption: {\n\t\t\tget: function( elem ) {\n\n\t\t\t\tvar val = jQuery.find.attr( elem, \"value\" );\n\t\t\t\treturn val != null ?\n\t\t\t\t\tval :\n\n\t\t\t\t\t// Support: IE <=10 - 11 only\n\t\t\t\t\t// option.text throws exceptions (#14686, #14858)\n\t\t\t\t\t// Strip and collapse whitespace\n\t\t\t\t\t// https://html.spec.whatwg.org/#strip-and-collapse-whitespace\n\t\t\t\t\tstripAndCollapse( jQuery.text( elem ) );\n\t\t\t}\n\t\t},\n\t\tselect: {\n\t\t\tget: function( elem ) {\n\t\t\t\tvar value, option, i,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tindex = elem.selectedIndex,\n\t\t\t\t\tone = elem.type === \"select-one\",\n\t\t\t\t\tvalues = one ? null : [],\n\t\t\t\t\tmax = one ? index + 1 : options.length;\n\n\t\t\t\tif ( index < 0 ) {\n\t\t\t\t\ti = max;\n\n\t\t\t\t} else {\n\t\t\t\t\ti = one ? index : 0;\n\t\t\t\t}\n\n\t\t\t\t// Loop through all the selected options\n\t\t\t\tfor ( ; i < max; i++ ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t// IE8-9 doesn't update selected after form reset (#2551)\n\t\t\t\t\tif ( ( option.selected || i === index ) &&\n\n\t\t\t\t\t\t\t// Don't return options that are disabled or in a disabled optgroup\n\t\t\t\t\t\t\t!option.disabled &&\n\t\t\t\t\t\t\t( !option.parentNode.disabled ||\n\t\t\t\t\t\t\t\t!nodeName( option.parentNode, \"optgroup\" ) ) ) {\n\n\t\t\t\t\t\t// Get the specific value for the option\n\t\t\t\t\t\tvalue = jQuery( option ).val();\n\n\t\t\t\t\t\t// We don't need an array for one selects\n\t\t\t\t\t\tif ( one ) {\n\t\t\t\t\t\t\treturn value;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Multi-Selects return an array\n\t\t\t\t\t\tvalues.push( value );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn values;\n\t\t\t},\n\n\t\t\tset: function( elem, value ) {\n\t\t\t\tvar optionSet, option,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tvalues = jQuery.makeArray( value ),\n\t\t\t\t\ti = options.length;\n\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t/* eslint-disable no-cond-assign */\n\n\t\t\t\t\tif ( option.selected =\n\t\t\t\t\t\tjQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1\n\t\t\t\t\t) {\n\t\t\t\t\t\toptionSet = true;\n\t\t\t\t\t}\n\n\t\t\t\t\t/* eslint-enable no-cond-assign */\n\t\t\t\t}\n\n\t\t\t\t// Force browsers to behave consistently when non-matching value is set\n\t\t\t\tif ( !optionSet ) {\n\t\t\t\t\telem.selectedIndex = -1;\n\t\t\t\t}\n\t\t\t\treturn values;\n\t\t\t}\n\t\t}\n\t}\n} );\n\n// Radios and checkboxes getter/setter\njQuery.each( [ \"radio\", \"checkbox\" ], function() {\n\tjQuery.valHooks[ this ] = {\n\t\tset: function( elem, value ) {\n\t\t\tif ( Array.isArray( value ) ) {\n\t\t\t\treturn ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 );\n\t\t\t}\n\t\t}\n\t};\n\tif ( !support.checkOn ) {\n\t\tjQuery.valHooks[ this ].get = function( elem ) {\n\t\t\treturn elem.getAttribute( \"value\" ) === null ? \"on\" : elem.value;\n\t\t};\n\t}\n} );\n\n\n\n\n// Return jQuery for attributes-only inclusion\n\n\nsupport.focusin = \"onfocusin\" in window;\n\n\nvar rfocusMorph = /^(?:focusinfocus|focusoutblur)$/,\n\tstopPropagationCallback = function( e ) {\n\t\te.stopPropagation();\n\t};\n\njQuery.extend( jQuery.event, {\n\n\ttrigger: function( event, data, elem, onlyHandlers ) {\n\n\t\tvar i, cur, tmp, bubbleType, ontype, handle, special, lastElement,\n\t\t\teventPath = [ elem || document ],\n\t\t\ttype = hasOwn.call( event, \"type\" ) ? event.type : event,\n\t\t\tnamespaces = hasOwn.call( event, \"namespace\" ) ? event.namespace.split( \".\" ) : [];\n\n\t\tcur = lastElement = tmp = elem = elem || document;\n\n\t\t// Don't do events on text and comment nodes\n\t\tif ( elem.nodeType === 3 || elem.nodeType === 8 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// focus/blur morphs to focusin/out; ensure we're not firing them right now\n\t\tif ( rfocusMorph.test( type + jQuery.event.triggered ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( type.indexOf( \".\" ) > -1 ) {\n\n\t\t\t// Namespaced trigger; create a regexp to match event type in handle()\n\t\t\tnamespaces = type.split( \".\" );\n\t\t\ttype = namespaces.shift();\n\t\t\tnamespaces.sort();\n\t\t}\n\t\tontype = type.indexOf( \":\" ) < 0 && \"on\" + type;\n\n\t\t// Caller can pass in a jQuery.Event object, Object, or just an event type string\n\t\tevent = event[ jQuery.expando ] ?\n\t\t\tevent :\n\t\t\tnew jQuery.Event( type, typeof event === \"object\" && event );\n\n\t\t// Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true)\n\t\tevent.isTrigger = onlyHandlers ? 2 : 3;\n\t\tevent.namespace = namespaces.join( \".\" );\n\t\tevent.rnamespace = event.namespace ?\n\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" ) :\n\t\t\tnull;\n\n\t\t// Clean up the event in case it is being reused\n\t\tevent.result = undefined;\n\t\tif ( !event.target ) {\n\t\t\tevent.target = elem;\n\t\t}\n\n\t\t// Clone any incoming data and prepend the event, creating the handler arg list\n\t\tdata = data == null ?\n\t\t\t[ event ] :\n\t\t\tjQuery.makeArray( data, [ event ] );\n\n\t\t// Allow special events to draw outside the lines\n\t\tspecial = jQuery.event.special[ type ] || {};\n\t\tif ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine event propagation path in advance, per W3C events spec (#9951)\n\t\t// Bubble up to document, then to window; watch for a global ownerDocument var (#9724)\n\t\tif ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) {\n\n\t\t\tbubbleType = special.delegateType || type;\n\t\t\tif ( !rfocusMorph.test( bubbleType + type ) ) {\n\t\t\t\tcur = cur.parentNode;\n\t\t\t}\n\t\t\tfor ( ; cur; cur = cur.parentNode ) {\n\t\t\t\teventPath.push( cur );\n\t\t\t\ttmp = cur;\n\t\t\t}\n\n\t\t\t// Only add window if we got to document (e.g., not plain obj or detached DOM)\n\t\t\tif ( tmp === ( elem.ownerDocument || document ) ) {\n\t\t\t\teventPath.push( tmp.defaultView || tmp.parentWindow || window );\n\t\t\t}\n\t\t}\n\n\t\t// Fire handlers on the event path\n\t\ti = 0;\n\t\twhile ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tlastElement = cur;\n\t\t\tevent.type = i > 1 ?\n\t\t\t\tbubbleType :\n\t\t\t\tspecial.bindType || type;\n\n\t\t\t// jQuery handler\n\t\t\thandle = ( dataPriv.get( cur, \"events\" ) || {} )[ event.type ] &&\n\t\t\t\tdataPriv.get( cur, \"handle\" );\n\t\t\tif ( handle ) {\n\t\t\t\thandle.apply( cur, data );\n\t\t\t}\n\n\t\t\t// Native handler\n\t\t\thandle = ontype && cur[ ontype ];\n\t\t\tif ( handle && handle.apply && acceptData( cur ) ) {\n\t\t\t\tevent.result = handle.apply( cur, data );\n\t\t\t\tif ( event.result === false ) {\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tevent.type = type;\n\n\t\t// If nobody prevented the default action, do it now\n\t\tif ( !onlyHandlers && !event.isDefaultPrevented() ) {\n\n\t\t\tif ( ( !special._default ||\n\t\t\t\tspecial._default.apply( eventPath.pop(), data ) === false ) &&\n\t\t\t\tacceptData( elem ) ) {\n\n\t\t\t\t// Call a native DOM method on the target with the same name as the event.\n\t\t\t\t// Don't do default actions on window, that's where global variables be (#6170)\n\t\t\t\tif ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) {\n\n\t\t\t\t\t// Don't re-trigger an onFOO event when we call its FOO() method\n\t\t\t\t\ttmp = elem[ ontype ];\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = null;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prevent re-triggering of the same event, since we already bubbled it above\n\t\t\t\t\tjQuery.event.triggered = type;\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.addEventListener( type, stopPropagationCallback );\n\t\t\t\t\t}\n\n\t\t\t\t\telem[ type ]();\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.removeEventListener( type, stopPropagationCallback );\n\t\t\t\t\t}\n\n\t\t\t\t\tjQuery.event.triggered = undefined;\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\t// Piggyback on a donor event to simulate a different one\n\t// Used only for `focus(in | out)` events\n\tsimulate: function( type, elem, event ) {\n\t\tvar e = jQuery.extend(\n\t\t\tnew jQuery.Event(),\n\t\t\tevent,\n\t\t\t{\n\t\t\t\ttype: type,\n\t\t\t\tisSimulated: true\n\t\t\t}\n\t\t);\n\n\t\tjQuery.event.trigger( e, null, elem );\n\t}\n\n} );\n\njQuery.fn.extend( {\n\n\ttrigger: function( type, data ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.trigger( type, data, this );\n\t\t} );\n\t},\n\ttriggerHandler: function( type, data ) {\n\t\tvar elem = this[ 0 ];\n\t\tif ( elem ) {\n\t\t\treturn jQuery.event.trigger( type, data, elem, true );\n\t\t}\n\t}\n} );\n\n\n// Support: Firefox <=44\n// Firefox doesn't have focus(in | out) events\n// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787\n//\n// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1\n// focus(in | out) events fire after focus & blur events,\n// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order\n// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857\nif ( !support.focusin ) {\n\tjQuery.each( { focus: \"focusin\", blur: \"focusout\" }, function( orig, fix ) {\n\n\t\t// Attach a single capturing handler on the document while someone wants focusin/focusout\n\t\tvar handler = function( event ) {\n\t\t\tjQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) );\n\t\t};\n\n\t\tjQuery.event.special[ fix ] = {\n\t\t\tsetup: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix );\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.addEventListener( orig, handler, true );\n\t\t\t\t}\n\t\t\t\tdataPriv.access( doc, fix, ( attaches || 0 ) + 1 );\n\t\t\t},\n\t\t\tteardown: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix ) - 1;\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.removeEventListener( orig, handler, true );\n\t\t\t\t\tdataPriv.remove( doc, fix );\n\n\t\t\t\t} else {\n\t\t\t\t\tdataPriv.access( doc, fix, attaches );\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t} );\n}\nvar location = window.location;\n\nvar nonce = Date.now();\n\nvar rquery = ( /\\?/ );\n\n\n\n// Cross-browser xml parsing\njQuery.parseXML = function( data ) {\n\tvar xml;\n\tif ( !data || typeof data !== \"string\" ) {\n\t\treturn null;\n\t}\n\n\t// Support: IE 9 - 11 only\n\t// IE throws on parseFromString with invalid input.\n\ttry {\n\t\txml = ( new window.DOMParser() ).parseFromString( data, \"text/xml\" );\n\t} catch ( e ) {\n\t\txml = undefined;\n\t}\n\n\tif ( !xml || xml.getElementsByTagName( \"parsererror\" ).length ) {\n\t\tjQuery.error( \"Invalid XML: \" + data );\n\t}\n\treturn xml;\n};\n\n\nvar\n\trbracket = /\\[\\]$/,\n\trCRLF = /\\r?\\n/g,\n\trsubmitterTypes = /^(?:submit|button|image|reset|file)$/i,\n\trsubmittable = /^(?:input|select|textarea|keygen)/i;\n\nfunction buildParams( prefix, obj, traditional, add ) {\n\tvar name;\n\n\tif ( Array.isArray( obj ) ) {\n\n\t\t// Serialize array item.\n\t\tjQuery.each( obj, function( i, v ) {\n\t\t\tif ( traditional || rbracket.test( prefix ) ) {\n\n\t\t\t\t// Treat each array item as a scalar.\n\t\t\t\tadd( prefix, v );\n\n\t\t\t} else {\n\n\t\t\t\t// Item is non-scalar (array or object), encode its numeric index.\n\t\t\t\tbuildParams(\n\t\t\t\t\tprefix + \"[\" + ( typeof v === \"object\" && v != null ? i : \"\" ) + \"]\",\n\t\t\t\t\tv,\n\t\t\t\t\ttraditional,\n\t\t\t\t\tadd\n\t\t\t\t);\n\t\t\t}\n\t\t} );\n\n\t} else if ( !traditional && toType( obj ) === \"object\" ) {\n\n\t\t// Serialize object item.\n\t\tfor ( name in obj ) {\n\t\t\tbuildParams( prefix + \"[\" + name + \"]\", obj[ name ], traditional, add );\n\t\t}\n\n\t} else {\n\n\t\t// Serialize scalar item.\n\t\tadd( prefix, obj );\n\t}\n}\n\n// Serialize an array of form elements or a set of\n// key/values into a query string\njQuery.param = function( a, traditional ) {\n\tvar prefix,\n\t\ts = [],\n\t\tadd = function( key, valueOrFunction ) {\n\n\t\t\t// If value is a function, invoke it and use its return value\n\t\t\tvar value = isFunction( valueOrFunction ) ?\n\t\t\t\tvalueOrFunction() :\n\t\t\t\tvalueOrFunction;\n\n\t\t\ts[ s.length ] = encodeURIComponent( key ) + \"=\" +\n\t\t\t\tencodeURIComponent( value == null ? \"\" : value );\n\t\t};\n\n\tif ( a == null ) {\n\t\treturn \"\";\n\t}\n\n\t// If an array was passed in, assume that it is an array of form elements.\n\tif ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {\n\n\t\t// Serialize the form elements\n\t\tjQuery.each( a, function() {\n\t\t\tadd( this.name, this.value );\n\t\t} );\n\n\t} else {\n\n\t\t// If traditional, encode the \"old\" way (the way 1.3.2 or older\n\t\t// did it), otherwise encode params recursively.\n\t\tfor ( prefix in a ) {\n\t\t\tbuildParams( prefix, a[ prefix ], traditional, add );\n\t\t}\n\t}\n\n\t// Return the resulting serialization\n\treturn s.join( \"&\" );\n};\n\njQuery.fn.extend( {\n\tserialize: function() {\n\t\treturn jQuery.param( this.serializeArray() );\n\t},\n\tserializeArray: function() {\n\t\treturn this.map( function() {\n\n\t\t\t// Can add propHook for \"elements\" to filter or add form elements\n\t\t\tvar elements = jQuery.prop( this, \"elements\" );\n\t\t\treturn elements ? jQuery.makeArray( elements ) : this;\n\t\t} )\n\t\t.filter( function() {\n\t\t\tvar type = this.type;\n\n\t\t\t// Use .is( \":disabled\" ) so that fieldset[disabled] works\n\t\t\treturn this.name && !jQuery( this ).is( \":disabled\" ) &&\n\t\t\t\trsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) &&\n\t\t\t\t( this.checked || !rcheckableType.test( type ) );\n\t\t} )\n\t\t.map( function( i, elem ) {\n\t\t\tvar val = jQuery( this ).val();\n\n\t\t\tif ( val == null ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\tif ( Array.isArray( val ) ) {\n\t\t\t\treturn jQuery.map( val, function( val ) {\n\t\t\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t} ).get();\n\t}\n} );\n\n\nvar\n\tr20 = /%20/g,\n\trhash = /#.*$/,\n\trantiCache = /([?&])_=[^&]*/,\n\trheaders = /^(.*?):[ \\t]*([^\\r\\n]*)$/mg,\n\n\t// #7653, #8125, #8152: local protocol detection\n\trlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/,\n\trnoContent = /^(?:GET|HEAD)$/,\n\trprotocol = /^\\/\\//,\n\n\t/* Prefilters\n\t * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)\n\t * 2) These are called:\n\t * - BEFORE asking for a transport\n\t * - AFTER param serialization (s.data is a string if s.processData is true)\n\t * 3) key is the dataType\n\t * 4) the catchall symbol \"*\" can be used\n\t * 5) execution will start with transport dataType and THEN continue down to \"*\" if needed\n\t */\n\tprefilters = {},\n\n\t/* Transports bindings\n\t * 1) key is the dataType\n\t * 2) the catchall symbol \"*\" can be used\n\t * 3) selection will start with transport dataType and THEN go to \"*\" if needed\n\t */\n\ttransports = {},\n\n\t// Avoid comment-prolog char sequence (#10098); must appease lint and evade compression\n\tallTypes = \"*/\".concat( \"*\" ),\n\n\t// Anchor tag for parsing the document origin\n\toriginAnchor = document.createElement( \"a\" );\n\toriginAnchor.href = location.href;\n\n// Base \"constructor\" for jQuery.ajaxPrefilter and jQuery.ajaxTransport\nfunction addToPrefiltersOrTransports( structure ) {\n\n\t// dataTypeExpression is optional and defaults to \"*\"\n\treturn function( dataTypeExpression, func ) {\n\n\t\tif ( typeof dataTypeExpression !== \"string\" ) {\n\t\t\tfunc = dataTypeExpression;\n\t\t\tdataTypeExpression = \"*\";\n\t\t}\n\n\t\tvar dataType,\n\t\t\ti = 0,\n\t\t\tdataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || [];\n\n\t\tif ( isFunction( func ) ) {\n\n\t\t\t// For each dataType in the dataTypeExpression\n\t\t\twhile ( ( dataType = dataTypes[ i++ ] ) ) {\n\n\t\t\t\t// Prepend if requested\n\t\t\t\tif ( dataType[ 0 ] === \"+\" ) {\n\t\t\t\t\tdataType = dataType.slice( 1 ) || \"*\";\n\t\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func );\n\n\t\t\t\t// Otherwise append\n\t\t\t\t} else {\n\t\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).push( func );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\n// Base inspection function for prefilters and transports\nfunction inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) {\n\n\tvar inspected = {},\n\t\tseekingTransport = ( structure === transports );\n\n\tfunction inspect( dataType ) {\n\t\tvar selected;\n\t\tinspected[ dataType ] = true;\n\t\tjQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) {\n\t\t\tvar dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR );\n\t\t\tif ( typeof dataTypeOrTransport === \"string\" &&\n\t\t\t\t!seekingTransport && !inspected[ dataTypeOrTransport ] ) {\n\n\t\t\t\toptions.dataTypes.unshift( dataTypeOrTransport );\n\t\t\t\tinspect( dataTypeOrTransport );\n\t\t\t\treturn false;\n\t\t\t} else if ( seekingTransport ) {\n\t\t\t\treturn !( selected = dataTypeOrTransport );\n\t\t\t}\n\t\t} );\n\t\treturn selected;\n\t}\n\n\treturn inspect( options.dataTypes[ 0 ] ) || !inspected[ \"*\" ] && inspect( \"*\" );\n}\n\n// A special extend for ajax options\n// that takes \"flat\" options (not to be deep extended)\n// Fixes #9887\nfunction ajaxExtend( target, src ) {\n\tvar key, deep,\n\t\tflatOptions = jQuery.ajaxSettings.flatOptions || {};\n\n\tfor ( key in src ) {\n\t\tif ( src[ key ] !== undefined ) {\n\t\t\t( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ];\n\t\t}\n\t}\n\tif ( deep ) {\n\t\tjQuery.extend( true, target, deep );\n\t}\n\n\treturn target;\n}\n\n/* Handles responses to an ajax request:\n * - finds the right dataType (mediates between content-type and expected dataType)\n * - returns the corresponding response\n */\nfunction ajaxHandleResponses( s, jqXHR, responses ) {\n\n\tvar ct, type, finalDataType, firstDataType,\n\t\tcontents = s.contents,\n\t\tdataTypes = s.dataTypes;\n\n\t// Remove auto dataType and get content-type in the process\n\twhile ( dataTypes[ 0 ] === \"*\" ) {\n\t\tdataTypes.shift();\n\t\tif ( ct === undefined ) {\n\t\t\tct = s.mimeType || jqXHR.getResponseHeader( \"Content-Type\" );\n\t\t}\n\t}\n\n\t// Check if we're dealing with a known content-type\n\tif ( ct ) {\n\t\tfor ( type in contents ) {\n\t\t\tif ( contents[ type ] && contents[ type ].test( ct ) ) {\n\t\t\t\tdataTypes.unshift( type );\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Check to see if we have a response for the expected dataType\n\tif ( dataTypes[ 0 ] in responses ) {\n\t\tfinalDataType = dataTypes[ 0 ];\n\t} else {\n\n\t\t// Try convertible dataTypes\n\t\tfor ( type in responses ) {\n\t\t\tif ( !dataTypes[ 0 ] || s.converters[ type + \" \" + dataTypes[ 0 ] ] ) {\n\t\t\t\tfinalDataType = type;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( !firstDataType ) {\n\t\t\t\tfirstDataType = type;\n\t\t\t}\n\t\t}\n\n\t\t// Or just use first one\n\t\tfinalDataType = finalDataType || firstDataType;\n\t}\n\n\t// If we found a dataType\n\t// We add the dataType to the list if needed\n\t// and return the corresponding response\n\tif ( finalDataType ) {\n\t\tif ( finalDataType !== dataTypes[ 0 ] ) {\n\t\t\tdataTypes.unshift( finalDataType );\n\t\t}\n\t\treturn responses[ finalDataType ];\n\t}\n}\n\n/* Chain conversions given the request and the original response\n * Also sets the responseXXX fields on the jqXHR instance\n */\nfunction ajaxConvert( s, response, jqXHR, isSuccess ) {\n\tvar conv2, current, conv, tmp, prev,\n\t\tconverters = {},\n\n\t\t// Work with a copy of dataTypes in case we need to modify it for conversion\n\t\tdataTypes = s.dataTypes.slice();\n\n\t// Create converters map with lowercased keys\n\tif ( dataTypes[ 1 ] ) {\n\t\tfor ( conv in s.converters ) {\n\t\t\tconverters[ conv.toLowerCase() ] = s.converters[ conv ];\n\t\t}\n\t}\n\n\tcurrent = dataTypes.shift();\n\n\t// Convert to each sequential dataType\n\twhile ( current ) {\n\n\t\tif ( s.responseFields[ current ] ) {\n\t\t\tjqXHR[ s.responseFields[ current ] ] = response;\n\t\t}\n\n\t\t// Apply the dataFilter if provided\n\t\tif ( !prev && isSuccess && s.dataFilter ) {\n\t\t\tresponse = s.dataFilter( response, s.dataType );\n\t\t}\n\n\t\tprev = current;\n\t\tcurrent = dataTypes.shift();\n\n\t\tif ( current ) {\n\n\t\t\t// There's only work to do if current dataType is non-auto\n\t\t\tif ( current === \"*\" ) {\n\n\t\t\t\tcurrent = prev;\n\n\t\t\t// Convert response if prev dataType is non-auto and differs from current\n\t\t\t} else if ( prev !== \"*\" && prev !== current ) {\n\n\t\t\t\t// Seek a direct converter\n\t\t\t\tconv = converters[ prev + \" \" + current ] || converters[ \"* \" + current ];\n\n\t\t\t\t// If none found, seek a pair\n\t\t\t\tif ( !conv ) {\n\t\t\t\t\tfor ( conv2 in converters ) {\n\n\t\t\t\t\t\t// If conv2 outputs current\n\t\t\t\t\t\ttmp = conv2.split( \" \" );\n\t\t\t\t\t\tif ( tmp[ 1 ] === current ) {\n\n\t\t\t\t\t\t\t// If prev can be converted to accepted input\n\t\t\t\t\t\t\tconv = converters[ prev + \" \" + tmp[ 0 ] ] ||\n\t\t\t\t\t\t\t\tconverters[ \"* \" + tmp[ 0 ] ];\n\t\t\t\t\t\t\tif ( conv ) {\n\n\t\t\t\t\t\t\t\t// Condense equivalence converters\n\t\t\t\t\t\t\t\tif ( conv === true ) {\n\t\t\t\t\t\t\t\t\tconv = converters[ conv2 ];\n\n\t\t\t\t\t\t\t\t// Otherwise, insert the intermediate dataType\n\t\t\t\t\t\t\t\t} else if ( converters[ conv2 ] !== true ) {\n\t\t\t\t\t\t\t\t\tcurrent = tmp[ 0 ];\n\t\t\t\t\t\t\t\t\tdataTypes.unshift( tmp[ 1 ] );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Apply converter (if not an equivalence)\n\t\t\t\tif ( conv !== true ) {\n\n\t\t\t\t\t// Unless errors are allowed to bubble, catch and return them\n\t\t\t\t\tif ( conv && s.throws ) {\n\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t} else {\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t\t} catch ( e ) {\n\t\t\t\t\t\t\treturn {\n\t\t\t\t\t\t\t\tstate: \"parsererror\",\n\t\t\t\t\t\t\t\terror: conv ? e : \"No conversion from \" + prev + \" to \" + current\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn { state: \"success\", data: response };\n}\n\njQuery.extend( {\n\n\t// Counter for holding the number of active queries\n\tactive: 0,\n\n\t// Last-Modified header cache for next request\n\tlastModified: {},\n\tetag: {},\n\n\tajaxSettings: {\n\t\turl: location.href,\n\t\ttype: \"GET\",\n\t\tisLocal: rlocalProtocol.test( location.protocol ),\n\t\tglobal: true,\n\t\tprocessData: true,\n\t\tasync: true,\n\t\tcontentType: \"application/x-www-form-urlencoded; charset=UTF-8\",\n\n\t\t/*\n\t\ttimeout: 0,\n\t\tdata: null,\n\t\tdataType: null,\n\t\tusername: null,\n\t\tpassword: null,\n\t\tcache: null,\n\t\tthrows: false,\n\t\ttraditional: false,\n\t\theaders: {},\n\t\t*/\n\n\t\taccepts: {\n\t\t\t\"*\": allTypes,\n\t\t\ttext: \"text/plain\",\n\t\t\thtml: \"text/html\",\n\t\t\txml: \"application/xml, text/xml\",\n\t\t\tjson: \"application/json, text/javascript\"\n\t\t},\n\n\t\tcontents: {\n\t\t\txml: /\\bxml\\b/,\n\t\t\thtml: /\\bhtml/,\n\t\t\tjson: /\\bjson\\b/\n\t\t},\n\n\t\tresponseFields: {\n\t\t\txml: \"responseXML\",\n\t\t\ttext: \"responseText\",\n\t\t\tjson: \"responseJSON\"\n\t\t},\n\n\t\t// Data converters\n\t\t// Keys separate source (or catchall \"*\") and destination types with a single space\n\t\tconverters: {\n\n\t\t\t// Convert anything to text\n\t\t\t\"* text\": String,\n\n\t\t\t// Text to html (true = no transformation)\n\t\t\t\"text html\": true,\n\n\t\t\t// Evaluate text as a json expression\n\t\t\t\"text json\": JSON.parse,\n\n\t\t\t// Parse text as xml\n\t\t\t\"text xml\": jQuery.parseXML\n\t\t},\n\n\t\t// For options that shouldn't be deep extended:\n\t\t// you can add your own custom options here if\n\t\t// and when you create one that shouldn't be\n\t\t// deep extended (see ajaxExtend)\n\t\tflatOptions: {\n\t\t\turl: true,\n\t\t\tcontext: true\n\t\t}\n\t},\n\n\t// Creates a full fledged settings object into target\n\t// with both ajaxSettings and settings fields.\n\t// If target is omitted, writes into ajaxSettings.\n\tajaxSetup: function( target, settings ) {\n\t\treturn settings ?\n\n\t\t\t// Building a settings object\n\t\t\tajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) :\n\n\t\t\t// Extending ajaxSettings\n\t\t\tajaxExtend( jQuery.ajaxSettings, target );\n\t},\n\n\tajaxPrefilter: addToPrefiltersOrTransports( prefilters ),\n\tajaxTransport: addToPrefiltersOrTransports( transports ),\n\n\t// Main method\n\tajax: function( url, options ) {\n\n\t\t// If url is an object, simulate pre-1.5 signature\n\t\tif ( typeof url === \"object\" ) {\n\t\t\toptions = url;\n\t\t\turl = undefined;\n\t\t}\n\n\t\t// Force options to be an object\n\t\toptions = options || {};\n\n\t\tvar transport,\n\n\t\t\t// URL without anti-cache param\n\t\t\tcacheURL,\n\n\t\t\t// Response headers\n\t\t\tresponseHeadersString,\n\t\t\tresponseHeaders,\n\n\t\t\t// timeout handle\n\t\t\ttimeoutTimer,\n\n\t\t\t// Url cleanup var\n\t\t\turlAnchor,\n\n\t\t\t// Request state (becomes false upon send and true upon completion)\n\t\t\tcompleted,\n\n\t\t\t// To know if global events are to be dispatched\n\t\t\tfireGlobals,\n\n\t\t\t// Loop variable\n\t\t\ti,\n\n\t\t\t// uncached part of the url\n\t\t\tuncached,\n\n\t\t\t// Create the final options object\n\t\t\ts = jQuery.ajaxSetup( {}, options ),\n\n\t\t\t// Callbacks context\n\t\t\tcallbackContext = s.context || s,\n\n\t\t\t// Context for global events is callbackContext if it is a DOM node or jQuery collection\n\t\t\tglobalEventContext = s.context &&\n\t\t\t\t( callbackContext.nodeType || callbackContext.jquery ) ?\n\t\t\t\t\tjQuery( callbackContext ) :\n\t\t\t\t\tjQuery.event,\n\n\t\t\t// Deferreds\n\t\t\tdeferred = jQuery.Deferred(),\n\t\t\tcompleteDeferred = jQuery.Callbacks( \"once memory\" ),\n\n\t\t\t// Status-dependent callbacks\n\t\t\tstatusCode = s.statusCode || {},\n\n\t\t\t// Headers (they are sent all at once)\n\t\t\trequestHeaders = {},\n\t\t\trequestHeadersNames = {},\n\n\t\t\t// Default abort message\n\t\t\tstrAbort = \"canceled\",\n\n\t\t\t// Fake xhr\n\t\t\tjqXHR = {\n\t\t\t\treadyState: 0,\n\n\t\t\t\t// Builds headers hashtable if needed\n\t\t\t\tgetResponseHeader: function( key ) {\n\t\t\t\t\tvar match;\n\t\t\t\t\tif ( completed ) {\n\t\t\t\t\t\tif ( !responseHeaders ) {\n\t\t\t\t\t\t\tresponseHeaders = {};\n\t\t\t\t\t\t\twhile ( ( match = rheaders.exec( responseHeadersString ) ) ) {\n\t\t\t\t\t\t\t\tresponseHeaders[ match[ 1 ].toLowerCase() + \" \" ] =\n\t\t\t\t\t\t\t\t\t( responseHeaders[ match[ 1 ].toLowerCase() + \" \" ] || [] )\n\t\t\t\t\t\t\t\t\t\t.concat( match[ 2 ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tmatch = responseHeaders[ key.toLowerCase() + \" \" ];\n\t\t\t\t\t}\n\t\t\t\t\treturn match == null ? null : match.join( \", \" );\n\t\t\t\t},\n\n\t\t\t\t// Raw string\n\t\t\t\tgetAllResponseHeaders: function() {\n\t\t\t\t\treturn completed ? responseHeadersString : null;\n\t\t\t\t},\n\n\t\t\t\t// Caches the header\n\t\t\t\tsetRequestHeader: function( name, value ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\tname = requestHeadersNames[ name.toLowerCase() ] =\n\t\t\t\t\t\t\trequestHeadersNames[ name.toLowerCase() ] || name;\n\t\t\t\t\t\trequestHeaders[ name ] = value;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Overrides response content-type header\n\t\t\t\toverrideMimeType: function( type ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\ts.mimeType = type;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Status-dependent callbacks\n\t\t\t\tstatusCode: function( map ) {\n\t\t\t\t\tvar code;\n\t\t\t\t\tif ( map ) {\n\t\t\t\t\t\tif ( completed ) {\n\n\t\t\t\t\t\t\t// Execute the appropriate callbacks\n\t\t\t\t\t\t\tjqXHR.always( map[ jqXHR.status ] );\n\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t// Lazy-add the new callbacks in a way that preserves old ones\n\t\t\t\t\t\t\tfor ( code in map ) {\n\t\t\t\t\t\t\t\tstatusCode[ code ] = [ statusCode[ code ], map[ code ] ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Cancel the request\n\t\t\t\tabort: function( statusText ) {\n\t\t\t\t\tvar finalText = statusText || strAbort;\n\t\t\t\t\tif ( transport ) {\n\t\t\t\t\t\ttransport.abort( finalText );\n\t\t\t\t\t}\n\t\t\t\t\tdone( 0, finalText );\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t};\n\n\t\t// Attach deferreds\n\t\tdeferred.promise( jqXHR );\n\n\t\t// Add protocol if not provided (prefilters might expect it)\n\t\t// Handle falsy url in the settings object (#10093: consistency with old signature)\n\t\t// We also use the url parameter if available\n\t\ts.url = ( ( url || s.url || location.href ) + \"\" )\n\t\t\t.replace( rprotocol, location.protocol + \"//\" );\n\n\t\t// Alias method option to type as per ticket #12004\n\t\ts.type = options.method || options.type || s.method || s.type;\n\n\t\t// Extract dataTypes list\n\t\ts.dataTypes = ( s.dataType || \"*\" ).toLowerCase().match( rnothtmlwhite ) || [ \"\" ];\n\n\t\t// A cross-domain request is in order when the origin doesn't match the current origin.\n\t\tif ( s.crossDomain == null ) {\n\t\t\turlAnchor = document.createElement( \"a\" );\n\n\t\t\t// Support: IE <=8 - 11, Edge 12 - 15\n\t\t\t// IE throws exception on accessing the href property if url is malformed,\n\t\t\t// e.g. http://example.com:80x/\n\t\t\ttry {\n\t\t\t\turlAnchor.href = s.url;\n\n\t\t\t\t// Support: IE <=8 - 11 only\n\t\t\t\t// Anchor's host property isn't correctly set when s.url is relative\n\t\t\t\turlAnchor.href = urlAnchor.href;\n\t\t\t\ts.crossDomain = originAnchor.protocol + \"//\" + originAnchor.host !==\n\t\t\t\t\turlAnchor.protocol + \"//\" + urlAnchor.host;\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// If there is an error parsing the URL, assume it is crossDomain,\n\t\t\t\t// it can be rejected by the transport if it is invalid\n\t\t\t\ts.crossDomain = true;\n\t\t\t}\n\t\t}\n\n\t\t// Convert data if not already a string\n\t\tif ( s.data && s.processData && typeof s.data !== \"string\" ) {\n\t\t\ts.data = jQuery.param( s.data, s.traditional );\n\t\t}\n\n\t\t// Apply prefilters\n\t\tinspectPrefiltersOrTransports( prefilters, s, options, jqXHR );\n\n\t\t// If request was aborted inside a prefilter, stop there\n\t\tif ( completed ) {\n\t\t\treturn jqXHR;\n\t\t}\n\n\t\t// We can fire global events as of now if asked to\n\t\t// Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118)\n\t\tfireGlobals = jQuery.event && s.global;\n\n\t\t// Watch for a new set of requests\n\t\tif ( fireGlobals && jQuery.active++ === 0 ) {\n\t\t\tjQuery.event.trigger( \"ajaxStart\" );\n\t\t}\n\n\t\t// Uppercase the type\n\t\ts.type = s.type.toUpperCase();\n\n\t\t// Determine if request has content\n\t\ts.hasContent = !rnoContent.test( s.type );\n\n\t\t// Save the URL in case we're toying with the If-Modified-Since\n\t\t// and/or If-None-Match header later on\n\t\t// Remove hash to simplify url manipulation\n\t\tcacheURL = s.url.replace( rhash, \"\" );\n\n\t\t// More options handling for requests with no content\n\t\tif ( !s.hasContent ) {\n\n\t\t\t// Remember the hash so we can put it back\n\t\t\tuncached = s.url.slice( cacheURL.length );\n\n\t\t\t// If data is available and should be processed, append data to url\n\t\t\tif ( s.data && ( s.processData || typeof s.data === \"string\" ) ) {\n\t\t\t\tcacheURL += ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + s.data;\n\n\t\t\t\t// #9682: remove data so that it's not used in an eventual retry\n\t\t\t\tdelete s.data;\n\t\t\t}\n\n\t\t\t// Add or update anti-cache param if needed\n\t\t\tif ( s.cache === false ) {\n\t\t\t\tcacheURL = cacheURL.replace( rantiCache, \"$1\" );\n\t\t\t\tuncached = ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + \"_=\" + ( nonce++ ) + uncached;\n\t\t\t}\n\n\t\t\t// Put hash and anti-cache on the URL that will be requested (gh-1732)\n\t\t\ts.url = cacheURL + uncached;\n\n\t\t// Change '%20' to '+' if this is encoded form body content (gh-2658)\n\t\t} else if ( s.data && s.processData &&\n\t\t\t( s.contentType || \"\" ).indexOf( \"application/x-www-form-urlencoded\" ) === 0 ) {\n\t\t\ts.data = s.data.replace( r20, \"+\" );\n\t\t}\n\n\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\tif ( s.ifModified ) {\n\t\t\tif ( jQuery.lastModified[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-Modified-Since\", jQuery.lastModified[ cacheURL ] );\n\t\t\t}\n\t\t\tif ( jQuery.etag[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-None-Match\", jQuery.etag[ cacheURL ] );\n\t\t\t}\n\t\t}\n\n\t\t// Set the correct header, if data is being sent\n\t\tif ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {\n\t\t\tjqXHR.setRequestHeader( \"Content-Type\", s.contentType );\n\t\t}\n\n\t\t// Set the Accepts header for the server, depending on the dataType\n\t\tjqXHR.setRequestHeader(\n\t\t\t\"Accept\",\n\t\t\ts.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ?\n\t\t\t\ts.accepts[ s.dataTypes[ 0 ] ] +\n\t\t\t\t\t( s.dataTypes[ 0 ] !== \"*\" ? \", \" + allTypes + \"; q=0.01\" : \"\" ) :\n\t\t\t\ts.accepts[ \"*\" ]\n\t\t);\n\n\t\t// Check for headers option\n\t\tfor ( i in s.headers ) {\n\t\t\tjqXHR.setRequestHeader( i, s.headers[ i ] );\n\t\t}\n\n\t\t// Allow custom headers/mimetypes and early abort\n\t\tif ( s.beforeSend &&\n\t\t\t( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) {\n\n\t\t\t// Abort if not done already and return\n\t\t\treturn jqXHR.abort();\n\t\t}\n\n\t\t// Aborting is no longer a cancellation\n\t\tstrAbort = \"abort\";\n\n\t\t// Install callbacks on deferreds\n\t\tcompleteDeferred.add( s.complete );\n\t\tjqXHR.done( s.success );\n\t\tjqXHR.fail( s.error );\n\n\t\t// Get transport\n\t\ttransport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );\n\n\t\t// If no transport, we auto-abort\n\t\tif ( !transport ) {\n\t\t\tdone( -1, \"No Transport\" );\n\t\t} else {\n\t\t\tjqXHR.readyState = 1;\n\n\t\t\t// Send global event\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxSend\", [ jqXHR, s ] );\n\t\t\t}\n\n\t\t\t// If request was aborted inside ajaxSend, stop there\n\t\t\tif ( completed ) {\n\t\t\t\treturn jqXHR;\n\t\t\t}\n\n\t\t\t// Timeout\n\t\t\tif ( s.async && s.timeout > 0 ) {\n\t\t\t\ttimeoutTimer = window.setTimeout( function() {\n\t\t\t\t\tjqXHR.abort( \"timeout\" );\n\t\t\t\t}, s.timeout );\n\t\t\t}\n\n\t\t\ttry {\n\t\t\t\tcompleted = false;\n\t\t\t\ttransport.send( requestHeaders, done );\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// Rethrow post-completion exceptions\n\t\t\t\tif ( completed ) {\n\t\t\t\t\tthrow e;\n\t\t\t\t}\n\n\t\t\t\t// Propagate others as results\n\t\t\t\tdone( -1, e );\n\t\t\t}\n\t\t}\n\n\t\t// Callback for when everything is done\n\t\tfunction done( status, nativeStatusText, responses, headers ) {\n\t\t\tvar isSuccess, success, error, response, modified,\n\t\t\t\tstatusText = nativeStatusText;\n\n\t\t\t// Ignore repeat invocations\n\t\t\tif ( completed ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tcompleted = true;\n\n\t\t\t// Clear timeout if it exists\n\t\t\tif ( timeoutTimer ) {\n\t\t\t\twindow.clearTimeout( timeoutTimer );\n\t\t\t}\n\n\t\t\t// Dereference transport for early garbage collection\n\t\t\t// (no matter how long the jqXHR object will be used)\n\t\t\ttransport = undefined;\n\n\t\t\t// Cache response headers\n\t\t\tresponseHeadersString = headers || \"\";\n\n\t\t\t// Set readyState\n\t\t\tjqXHR.readyState = status > 0 ? 4 : 0;\n\n\t\t\t// Determine if successful\n\t\t\tisSuccess = status >= 200 && status < 300 || status === 304;\n\n\t\t\t// Get response data\n\t\t\tif ( responses ) {\n\t\t\t\tresponse = ajaxHandleResponses( s, jqXHR, responses );\n\t\t\t}\n\n\t\t\t// Convert no matter what (that way responseXXX fields are always set)\n\t\t\tresponse = ajaxConvert( s, response, jqXHR, isSuccess );\n\n\t\t\t// If successful, handle type chaining\n\t\t\tif ( isSuccess ) {\n\n\t\t\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\t\t\tif ( s.ifModified ) {\n\t\t\t\t\tmodified = jqXHR.getResponseHeader( \"Last-Modified\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.lastModified[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t\tmodified = jqXHR.getResponseHeader( \"etag\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.etag[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// if no content\n\t\t\t\tif ( status === 204 || s.type === \"HEAD\" ) {\n\t\t\t\t\tstatusText = \"nocontent\";\n\n\t\t\t\t// if not modified\n\t\t\t\t} else if ( status === 304 ) {\n\t\t\t\t\tstatusText = \"notmodified\";\n\n\t\t\t\t// If we have data, let's convert it\n\t\t\t\t} else {\n\t\t\t\t\tstatusText = response.state;\n\t\t\t\t\tsuccess = response.data;\n\t\t\t\t\terror = response.error;\n\t\t\t\t\tisSuccess = !error;\n\t\t\t\t}\n\t\t\t} else {\n\n\t\t\t\t// Extract error from statusText and normalize for non-aborts\n\t\t\t\terror = statusText;\n\t\t\t\tif ( status || !statusText ) {\n\t\t\t\t\tstatusText = \"error\";\n\t\t\t\t\tif ( status < 0 ) {\n\t\t\t\t\t\tstatus = 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Set data for the fake xhr object\n\t\t\tjqXHR.status = status;\n\t\t\tjqXHR.statusText = ( nativeStatusText || statusText ) + \"\";\n\n\t\t\t// Success/Error\n\t\t\tif ( isSuccess ) {\n\t\t\t\tdeferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );\n\t\t\t} else {\n\t\t\t\tdeferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );\n\t\t\t}\n\n\t\t\t// Status-dependent callbacks\n\t\t\tjqXHR.statusCode( statusCode );\n\t\t\tstatusCode = undefined;\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( isSuccess ? \"ajaxSuccess\" : \"ajaxError\",\n\t\t\t\t\t[ jqXHR, s, isSuccess ? success : error ] );\n\t\t\t}\n\n\t\t\t// Complete\n\t\t\tcompleteDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxComplete\", [ jqXHR, s ] );\n\n\t\t\t\t// Handle the global AJAX counter\n\t\t\t\tif ( !( --jQuery.active ) ) {\n\t\t\t\t\tjQuery.event.trigger( \"ajaxStop\" );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn jqXHR;\n\t},\n\n\tgetJSON: function( url, data, callback ) {\n\t\treturn jQuery.get( url, data, callback, \"json\" );\n\t},\n\n\tgetScript: function( url, callback ) {\n\t\treturn jQuery.get( url, undefined, callback, \"script\" );\n\t}\n} );\n\njQuery.each( [ \"get\", \"post\" ], function( i, method ) {\n\tjQuery[ method ] = function( url, data, callback, type ) {\n\n\t\t// Shift arguments if data argument was omitted\n\t\tif ( isFunction( data ) ) {\n\t\t\ttype = type || callback;\n\t\t\tcallback = data;\n\t\t\tdata = undefined;\n\t\t}\n\n\t\t// The url can be an options object (which then must have .url)\n\t\treturn jQuery.ajax( jQuery.extend( {\n\t\t\turl: url,\n\t\t\ttype: method,\n\t\t\tdataType: type,\n\t\t\tdata: data,\n\t\t\tsuccess: callback\n\t\t}, jQuery.isPlainObject( url ) && url ) );\n\t};\n} );\n\n\njQuery._evalUrl = function( url, options ) {\n\treturn jQuery.ajax( {\n\t\turl: url,\n\n\t\t// Make this explicit, since user can override this through ajaxSetup (#11264)\n\t\ttype: \"GET\",\n\t\tdataType: \"script\",\n\t\tcache: true,\n\t\tasync: false,\n\t\tglobal: false,\n\n\t\t// Only evaluate the response if it is successful (gh-4126)\n\t\t// dataFilter is not invoked for failure responses, so using it instead\n\t\t// of the default converter is kludgy but it works.\n\t\tconverters: {\n\t\t\t\"text script\": function() {}\n\t\t},\n\t\tdataFilter: function( response ) {\n\t\t\tjQuery.globalEval( response, options );\n\t\t}\n\t} );\n};\n\n\njQuery.fn.extend( {\n\twrapAll: function( html ) {\n\t\tvar wrap;\n\n\t\tif ( this[ 0 ] ) {\n\t\t\tif ( isFunction( html ) ) {\n\t\t\t\thtml = html.call( this[ 0 ] );\n\t\t\t}\n\n\t\t\t// The elements to wrap the target around\n\t\t\twrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true );\n\n\t\t\tif ( this[ 0 ].parentNode ) {\n\t\t\t\twrap.insertBefore( this[ 0 ] );\n\t\t\t}\n\n\t\t\twrap.map( function() {\n\t\t\t\tvar elem = this;\n\n\t\t\t\twhile ( elem.firstElementChild ) {\n\t\t\t\t\telem = elem.firstElementChild;\n\t\t\t\t}\n\n\t\t\t\treturn elem;\n\t\t\t} ).append( this );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\twrapInner: function( html ) {\n\t\tif ( isFunction( html ) ) {\n\t\t\treturn this.each( function( i ) {\n\t\t\t\tjQuery( this ).wrapInner( html.call( this, i ) );\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar self = jQuery( this ),\n\t\t\t\tcontents = self.contents();\n\n\t\t\tif ( contents.length ) {\n\t\t\t\tcontents.wrapAll( html );\n\n\t\t\t} else {\n\t\t\t\tself.append( html );\n\t\t\t}\n\t\t} );\n\t},\n\n\twrap: function( html ) {\n\t\tvar htmlIsFunction = isFunction( html );\n\n\t\treturn this.each( function( i ) {\n\t\t\tjQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html );\n\t\t} );\n\t},\n\n\tunwrap: function( selector ) {\n\t\tthis.parent( selector ).not( \"body\" ).each( function() {\n\t\t\tjQuery( this ).replaceWith( this.childNodes );\n\t\t} );\n\t\treturn this;\n\t}\n} );\n\n\njQuery.expr.pseudos.hidden = function( elem ) {\n\treturn !jQuery.expr.pseudos.visible( elem );\n};\njQuery.expr.pseudos.visible = function( elem ) {\n\treturn !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length );\n};\n\n\n\n\njQuery.ajaxSettings.xhr = function() {\n\ttry {\n\t\treturn new window.XMLHttpRequest();\n\t} catch ( e ) {}\n};\n\nvar xhrSuccessStatus = {\n\n\t\t// File protocol always yields status code 0, assume 200\n\t\t0: 200,\n\n\t\t// Support: IE <=9 only\n\t\t// #1450: sometimes IE returns 1223 when it should be 204\n\t\t1223: 204\n\t},\n\txhrSupported = jQuery.ajaxSettings.xhr();\n\nsupport.cors = !!xhrSupported && ( \"withCredentials\" in xhrSupported );\nsupport.ajax = xhrSupported = !!xhrSupported;\n\njQuery.ajaxTransport( function( options ) {\n\tvar callback, errorCallback;\n\n\t// Cross domain only allowed if supported through XMLHttpRequest\n\tif ( support.cors || xhrSupported && !options.crossDomain ) {\n\t\treturn {\n\t\t\tsend: function( headers, complete ) {\n\t\t\t\tvar i,\n\t\t\t\t\txhr = options.xhr();\n\n\t\t\t\txhr.open(\n\t\t\t\t\toptions.type,\n\t\t\t\t\toptions.url,\n\t\t\t\t\toptions.async,\n\t\t\t\t\toptions.username,\n\t\t\t\t\toptions.password\n\t\t\t\t);\n\n\t\t\t\t// Apply custom fields if provided\n\t\t\t\tif ( options.xhrFields ) {\n\t\t\t\t\tfor ( i in options.xhrFields ) {\n\t\t\t\t\t\txhr[ i ] = options.xhrFields[ i ];\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Override mime type if needed\n\t\t\t\tif ( options.mimeType && xhr.overrideMimeType ) {\n\t\t\t\t\txhr.overrideMimeType( options.mimeType );\n\t\t\t\t}\n\n\t\t\t\t// X-Requested-With header\n\t\t\t\t// For cross-domain requests, seeing as conditions for a preflight are\n\t\t\t\t// akin to a jigsaw puzzle, we simply never set it to be sure.\n\t\t\t\t// (it can always be set on a per-request basis or even using ajaxSetup)\n\t\t\t\t// For same-domain requests, won't change header if already provided.\n\t\t\t\tif ( !options.crossDomain && !headers[ \"X-Requested-With\" ] ) {\n\t\t\t\t\theaders[ \"X-Requested-With\" ] = \"XMLHttpRequest\";\n\t\t\t\t}\n\n\t\t\t\t// Set headers\n\t\t\t\tfor ( i in headers ) {\n\t\t\t\t\txhr.setRequestHeader( i, headers[ i ] );\n\t\t\t\t}\n\n\t\t\t\t// Callback\n\t\t\t\tcallback = function( type ) {\n\t\t\t\t\treturn function() {\n\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\tcallback = errorCallback = xhr.onload =\n\t\t\t\t\t\t\t\txhr.onerror = xhr.onabort = xhr.ontimeout =\n\t\t\t\t\t\t\t\t\txhr.onreadystatechange = null;\n\n\t\t\t\t\t\t\tif ( type === \"abort\" ) {\n\t\t\t\t\t\t\t\txhr.abort();\n\t\t\t\t\t\t\t} else if ( type === \"error\" ) {\n\n\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t// On a manual native abort, IE9 throws\n\t\t\t\t\t\t\t\t// errors on any property access that is not readyState\n\t\t\t\t\t\t\t\tif ( typeof xhr.status !== \"number\" ) {\n\t\t\t\t\t\t\t\t\tcomplete( 0, \"error\" );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tcomplete(\n\n\t\t\t\t\t\t\t\t\t\t// File: protocol always yields status 0; see #8605, #14207\n\t\t\t\t\t\t\t\t\t\txhr.status,\n\t\t\t\t\t\t\t\t\t\txhr.statusText\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tcomplete(\n\t\t\t\t\t\t\t\t\txhrSuccessStatus[ xhr.status ] || xhr.status,\n\t\t\t\t\t\t\t\t\txhr.statusText,\n\n\t\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t\t// IE9 has no XHR2 but throws on binary (trac-11426)\n\t\t\t\t\t\t\t\t\t// For XHR2 non-text, let the caller handle it (gh-2498)\n\t\t\t\t\t\t\t\t\t( xhr.responseType || \"text\" ) !== \"text\" ||\n\t\t\t\t\t\t\t\t\ttypeof xhr.responseText !== \"string\" ?\n\t\t\t\t\t\t\t\t\t\t{ binary: xhr.response } :\n\t\t\t\t\t\t\t\t\t\t{ text: xhr.responseText },\n\t\t\t\t\t\t\t\t\txhr.getAllResponseHeaders()\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t};\n\n\t\t\t\t// Listen to events\n\t\t\t\txhr.onload = callback();\n\t\t\t\terrorCallback = xhr.onerror = xhr.ontimeout = callback( \"error\" );\n\n\t\t\t\t// Support: IE 9 only\n\t\t\t\t// Use onreadystatechange to replace onabort\n\t\t\t\t// to handle uncaught aborts\n\t\t\t\tif ( xhr.onabort !== undefined ) {\n\t\t\t\t\txhr.onabort = errorCallback;\n\t\t\t\t} else {\n\t\t\t\t\txhr.onreadystatechange = function() {\n\n\t\t\t\t\t\t// Check readyState before timeout as it changes\n\t\t\t\t\t\tif ( xhr.readyState === 4 ) {\n\n\t\t\t\t\t\t\t// Allow onerror to be called first,\n\t\t\t\t\t\t\t// but that will not handle a native abort\n\t\t\t\t\t\t\t// Also, save errorCallback to a variable\n\t\t\t\t\t\t\t// as xhr.onerror cannot be accessed\n\t\t\t\t\t\t\twindow.setTimeout( function() {\n\t\t\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\t\t\terrorCallback();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t}\n\n\t\t\t\t// Create the abort callback\n\t\t\t\tcallback = callback( \"abort\" );\n\n\t\t\t\ttry {\n\n\t\t\t\t\t// Do send the request (this may raise an exception)\n\t\t\t\t\txhr.send( options.hasContent && options.data || null );\n\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t// #14683: Only rethrow if this hasn't been notified as an error yet\n\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\tthrow e;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n} );\n\n\n\n\n// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432)\njQuery.ajaxPrefilter( function( s ) {\n\tif ( s.crossDomain ) {\n\t\ts.contents.script = false;\n\t}\n} );\n\n// Install script dataType\njQuery.ajaxSetup( {\n\taccepts: {\n\t\tscript: \"text/javascript, application/javascript, \" +\n\t\t\t\"application/ecmascript, application/x-ecmascript\"\n\t},\n\tcontents: {\n\t\tscript: /\\b(?:java|ecma)script\\b/\n\t},\n\tconverters: {\n\t\t\"text script\": function( text ) {\n\t\t\tjQuery.globalEval( text );\n\t\t\treturn text;\n\t\t}\n\t}\n} );\n\n// Handle cache's special case and crossDomain\njQuery.ajaxPrefilter( \"script\", function( s ) {\n\tif ( s.cache === undefined ) {\n\t\ts.cache = false;\n\t}\n\tif ( s.crossDomain ) {\n\t\ts.type = \"GET\";\n\t}\n} );\n\n// Bind script tag hack transport\njQuery.ajaxTransport( \"script\", function( s ) {\n\n\t// This transport only deals with cross domain or forced-by-attrs requests\n\tif ( s.crossDomain || s.scriptAttrs ) {\n\t\tvar script, callback;\n\t\treturn {\n\t\t\tsend: function( _, complete ) {\n\t\t\t\tscript = jQuery( \"